From 28c5068ce3441ce7eedcc6dbea1c1689f58edb37 Mon Sep 17 00:00:00 2001 From: Banupriya Selvaraj Date: Tue, 10 Dec 2019 18:42:43 +0530 Subject: [PATCH 1/8] Github source Update for Vol 4 --- src/barcode/sample.json | 3 +- src/bullet-chart/bar-customization.html | 71 + src/bullet-chart/bar-customization.ts | 96 + src/bullet-chart/customization.html | 83 + src/bullet-chart/customization.ts | 91 + src/bullet-chart/default.html | 22 + src/bullet-chart/default.ts | 142 + src/bullet-chart/multiple-data.html | 18 + src/bullet-chart/multiple-data.ts | 84 + src/bullet-chart/orientation.html | 33 + src/bullet-chart/orientation.ts | 57 + src/bullet-chart/right-to-left.html | 18 + src/bullet-chart/right-to-left.ts | 37 + src/bullet-chart/sample.json | 105 + src/bullet-chart/tooltip.html | 35 + src/bullet-chart/tooltip.ts | 35 + src/chart/area.ts | 2 +- src/chart/average-true-range-indicator.ts | 2 +- src/chart/axes-crossing.ts | 2 +- src/chart/bar.ts | 2 +- src/chart/bollinger.ts | 2 +- src/chart/box-and-whisker.ts | 2 +- src/chart/bubble.ts | 2 +- src/chart/candle-stick.ts | 2 +- src/chart/candle.ts | 2 +- src/chart/category.ts | 2 +- src/chart/chart-performance.ts | 2 +- src/chart/column-placement.ts | 2 +- src/chart/column.ts | 2 +- src/chart/combination-series.ts | 2 +- src/chart/cross-hair.ts | 2 +- src/chart/dashed-line.ts | 2 +- src/chart/data-editing.ts | 4 +- src/chart/data-label-template.ts | 2 +- src/chart/date-time-category.ts | 2 +- src/chart/date-time.ts | 2 +- src/chart/default-doughnut.ts | 2 +- src/chart/default-pie.ts | 2 +- src/chart/donut.ts | 4 +- src/chart/doughnut.ts | 2 +- src/chart/drill-down-pie.ts | 4 +- src/chart/empty-point.ts | 2 +- src/chart/error-bar.ts | 2 +- .../exponential-moving-average-indicator.ts | 2 +- src/chart/export.ts | 3 +- src/chart/funnel.ts | 4 +- src/chart/grouping.ts | 2 +- src/chart/hilo-open-close.ts | 2 +- src/chart/hilo.ts | 2 +- src/chart/histogram.ts | 2 +- src/chart/images/grain.png | Bin 0 -> 2273 bytes src/chart/images/wheat.png | Bin 0 -> 99140 bytes src/chart/indexed-axis.ts | 2 +- src/chart/inversed.ts | 2 +- src/chart/lazy-loading.ts | 2 +- src/chart/line-multi-color.ts | 2 +- src/chart/line-segments.ts | 2 +- src/chart/line.ts | 2 +- src/chart/local-data.ts | 2 +- src/chart/logarithmic-scale.ts | 2 +- src/chart/logarithmic.ts | 2 +- src/chart/marker-chart.ts | 2 +- src/chart/momentum.ts | 2 +- ...verage-convergence-divergence-indicator.ts | 2 +- src/chart/multi-level-label.ts | 2 +- src/chart/multi-series-chart.ts | 2 +- src/chart/multiple-axes.ts | 2 +- src/chart/multiple-axis.ts | 2 +- src/chart/numeric.ts | 2 +- src/chart/pare-to.ts | 2 +- src/chart/pareto.ts | 2 +- src/chart/performance.ts | 2 +- src/chart/pie-annotation.ts | 4 +- src/chart/pie-empty-point.ts | 2 +- src/chart/pie-radius.ts | 2 +- src/chart/polar-area.ts | 2 +- src/chart/polar-column.ts | 2 +- src/chart/polar-line.ts | 2 +- src/chart/polar-range-column.ts | 29 +- src/chart/polar-scatter.ts | 2 +- src/chart/polar-spline.ts | 9 +- src/chart/polar-stacking-area.ts | 2 +- src/chart/polar-stacking-column.ts | 2 +- src/chart/print.ts | 2 +- src/chart/pyramid.ts | 2 +- src/chart/range-area.ts | 2 +- src/chart/range-bar.ts | 2 +- src/chart/range-column.ts | 2 +- .../relative-strength-index-indicator.ts | 2 +- src/chart/rounded-column.ts | 2 +- src/chart/sample.json | 39 +- src/chart/scatter-plot.ts | 2 +- src/chart/scatter.ts | 2 +- src/chart/selection.ts | 2 +- src/chart/simple-moving-average-indicator.ts | 2 +- src/chart/smart-axis-labels.ts | 2 +- src/chart/smart-labels.ts | 2 +- src/chart/sorting.ts | 2 +- src/chart/spline-area.ts | 2 +- src/chart/spline-inversed.ts | 2 +- src/chart/spline.ts | 2 +- src/chart/stacked-area-100.ts | 2 +- src/chart/stacked-area.ts | 2 +- src/chart/stacked-bar-100.ts | 2 +- src/chart/stacked-bar.ts | 2 +- src/chart/stacked-column-100.ts | 2 +- src/chart/stacked-column.ts | 2 +- src/chart/stacked-line-100.ts | 2 +- src/chart/stacked-line.ts | 2 +- src/chart/step-area.ts | 2 +- src/chart/step-line.ts | 2 +- src/chart/stochastic.ts | 2 +- src/chart/strip-line-recurrence.ts | 2 +- src/chart/strip-line.ts | 2 +- src/chart/symbols.ts | 2 +- src/chart/tooltip-template.html | 54 + src/chart/tooltip-template.ts | 69 + src/chart/tornado.ts | 2 +- src/chart/trackball.ts | 2 +- src/chart/trend-lines.ts | 8 +- .../triangular-moving-average-indicator.ts | 2 +- src/chart/vertical.ts | 2 +- src/chart/waterfall.ts | 2 +- src/chart/zooming.ts | 2 +- src/circular-gauge/compass.ts | 2 +- src/circular-gauge/customization.html | 4 +- src/circular-gauge/data-sample.html | 6 +- src/circular-gauge/dynamic.html | 4 +- src/circular-gauge/sample.json | 12 +- src/common/apitable/api-table.txt | 2 +- src/common/index.ts | 10 +- src/common/locale-string.ts | 2 +- src/common/pack.json | 80 +- src/common/sampleList.ts | 4 +- src/common/sampleOrder.json | 2 +- src/common/search-index.json | 2 +- src/diagram/sample.json | 2 - src/diagram/swimlane.ts | 2 +- src/dialog/components-dialog.html | 196 + src/dialog/components-dialog.ts | 269 + src/dialog/custom-dialog-stack.json | 2 +- src/dialog/custom-dialog.ts | 4 +- src/dialog/datasource.json | 4665 +++ src/dialog/gridData.ts | 25644 ++++++++++++++++ src/dialog/sample.json | 4 +- src/dialog/template-stack.json | 2 +- src/dialog/template.html | 2 +- src/dialog/template.ts | 2 +- src/document-editor/comments.html | 85 + src/document-editor/comments.ts | 30 + src/document-editor/data-comments.json | 2574 ++ src/document-editor/locale.json | 2197 ++ src/document-editor/right-to-left.ts | 28 +- src/document-editor/sample.json | 9 + src/file-manager/azure-service.ts | 4 +- src/file-manager/custom-thumbnail.ts | 2 +- src/file-manager/default.ts | 2 +- src/file-manager/drag-drop.ts | 2 +- src/file-manager/ftp-file-provider.html | 17 + src/file-manager/ftp-file-provider.ts | 21 + src/file-manager/overview.ts | 2 +- src/file-manager/sample.json | 12 +- src/file-manager/usecase.ts | 2 +- src/form-validator/external-submit.ts | 2 +- src/gantt/baseline.html | 11 +- src/gantt/column-menu.html | 41 + src/gantt/column-menu.ts | 56 + src/gantt/column-template.html | 35 + src/gantt/column-template.ts | 50 + src/gantt/contextMenu.html | 6 +- src/gantt/contextMenu.ts | 46 +- src/gantt/data-source.ts | 351 +- src/gantt/default.html | 8 +- src/gantt/default.ts | 20 +- src/gantt/drag-and-drop.html | 18 + src/gantt/drag-and-drop.ts | 50 + src/gantt/editing.html | 22 +- src/gantt/editing.ts | 3 + src/gantt/event-markers.html | 24 + src/gantt/event-markers.ts | 51 + src/gantt/events.html | 52 + src/gantt/events.ts | 213 + src/gantt/exporting.ts | 13 + src/gantt/filtering.html | 26 +- src/gantt/grid-lines.html | 45 + src/gantt/grid-lines.ts | 67 + src/gantt/header-template.html | 61 + src/gantt/header-template.ts | 56 + src/gantt/holidays.html | 25 + src/gantt/holidays.ts | 49 + src/gantt/images/Construction Supervisor.png | Bin 0 -> 5036 bytes src/gantt/images/Davolio Fuller.png | Bin 0 -> 5194 bytes src/gantt/images/Duration.png | Bin 0 -> 624 bytes src/gantt/images/Fuller King.png | Bin 0 -> 5028 bytes src/gantt/images/Jack Davolio.png | Bin 0 -> 4831 bytes src/gantt/images/Margaret Buchanan.png | Bin 0 -> 4918 bytes src/gantt/images/Martin Tamer.png | Bin 0 -> 4897 bytes src/gantt/images/Progress.png | Bin 0 -> 250 bytes src/gantt/images/Resources.png | Bin 0 -> 559 bytes src/gantt/images/Rose Fuller.png | Bin 0 -> 4711 bytes src/gantt/images/Start date.png | Bin 0 -> 240 bytes src/gantt/images/Task name.png | Bin 0 -> 422 bytes src/gantt/images/Van Jack.png | Bin 0 -> 5036 bytes src/gantt/indicators.html | 46 + src/gantt/indicators.ts | 35 + src/gantt/keyboard-interactions.html | 238 + src/gantt/keyboard-interactions.ts | 55 + src/gantt/local-data.html | 21 + src/gantt/local-data.ts | 48 + src/gantt/remote-data.html | 19 +- src/gantt/reorder.html | 54 + src/gantt/reorder.ts | 102 + src/gantt/resizing.html | 31 + src/gantt/resizing.ts | 47 + src/gantt/resources.html | 22 + src/gantt/resources.ts | 55 + src/gantt/sample.json | 636 +- src/gantt/selection.html | 88 + src/gantt/selection.ts | 91 + src/gantt/self-reference-data.html | 22 + src/gantt/self-reference-data.ts | 48 + src/gantt/show-hide-column.html | 70 + src/gantt/show-hide-column.ts | 92 + src/gantt/sorting-api.html | 68 + src/gantt/sorting-api.ts | 89 + src/gantt/sorting.html | 28 + src/gantt/sorting.ts | 50 + src/gantt/taskbar-template.html | 2 +- src/gantt/tasklabel-template.html | 39 + src/gantt/tasklabel-template.ts | 69 + src/gantt/timeline.html | 14 +- src/gantt/timeline.ts | 6 - src/gantt/toolbar-template.html | 47 + src/gantt/toolbar-template.ts | 62 + src/gantt/tooltip-template.html | 72 + src/gantt/tooltip-template.ts | 64 + src/gantt/unscheduled-tasks.html | 2 +- src/gantt/work-week.html | 43 + src/gantt/work-week.ts | 76 + src/gantt/working-time-range.html | 56 + src/gantt/working-time-range.ts | 89 + src/gantt/zooming.ts | 13 + src/grid/default.html | 4 +- src/grid/grid-lines.html | 3 +- src/grid/grid-overview-stack.json | 2 +- src/grid/grid-overview.ts | 4 +- src/grid/grouping.html | 10 +- src/grid/sample.json | 8 +- src/heatmap/legend-stack.json | 2 +- src/heatmap/legend.ts | 9 +- src/heatmap/sample.json | 2 + src/heatmap/tooltip-template-stack.json | 2 +- src/heatmap/tooltip-template.ts | 1 + src/list-box/locale.json | 67 + src/maps/default-stack.json | 2 +- src/maps/default.ts | 4 - src/maps/locale.json | 52 + src/maps/map-data/marker-location.ts | 425 +- src/maps/map-data/sales-map.json | 464 + src/maps/map-data/sales-map.ts | 466 + .../southamerica-country-capitals.json | 95 + src/maps/map-data/top-location.json | 125 +- src/maps/marker-stack.json | 2 +- src/maps/marker.html | 161 +- src/maps/marker.ts | 31 +- src/maps/osm-with-navigation-lines.ts | 2 - src/maps/sales-map.html | 26 + src/maps/sales-map.ts | 76 + src/maps/sample.json | 41 +- src/maps/zoom-marker.html | 47 + src/maps/zoom-marker.ts | 82 + src/maps/zooming-stack.json | 2 +- src/maps/zooming.ts | 2 - src/maskedtextbox/custom-mask-stack.json | 2 +- src/maskedtextbox/custom-mask.ts | 2 + .../range-validation-stack.json | 2 +- src/numerictextbox/range-validation.ts | 8 +- src/pdfviewer/custom-toolbar.ts | 1 - src/pdfviewer/sample.json | 2 +- src/pivot-table/sample.json | 2 +- src/query-builder/locale.json | 179 + src/range-navigator/date-time.ts | 3 +- src/range-navigator/default.ts | 3 +- src/range-navigator/double.ts | 3 +- src/range-navigator/empty-data.ts | 3 +- src/range-navigator/export.ts | 3 +- src/range-navigator/filter.ts | 3 +- src/range-navigator/light-weight.ts | 3 +- src/range-navigator/logarithmic.ts | 3 +- src/range-navigator/multilevel.ts | 3 +- .../period-selector-default.ts | 3 +- src/range-navigator/period-selector-stocks.ts | 3 +- src/range-navigator/period-selector.ts | 3 +- src/range-navigator/right-to-left.ts | 3 +- src/rich-text-editor/blog-posting.ts | 4 +- src/rich-text-editor/image.ts | 4 + src/rich-text-editor/resize-editor.ts | 3 +- src/rich-text-editor/sample.json | 47 +- src/rich-text-editor/tools.html | 10 + src/schedule/sample.json | 108 +- src/skipChunk.js | 2 +- src/splitter/outlook-style-layout.ts | 4 +- src/stock-chart/area.ts | 2 +- src/stock-chart/default.ts | 2 +- src/stock-chart/disabled-navigator.ts | 2 +- src/stock-chart/disabled-period.ts | 2 +- src/stock-chart/inversed-area.ts | 2 +- src/stock-chart/multi-pane.ts | 2 +- src/stock-chart/multiple-series.ts | 2 +- src/stock-chart/ohlc.ts | 2 +- src/stock-chart/period-customization.ts | 2 +- src/stock-chart/plot-line.ts | 2 +- src/stock-chart/spline-area.ts | 2 +- src/stock-chart/spline.ts | 2 +- src/stock-chart/stock-events.ts | 2 +- src/stock-chart/strip-line.ts | 2 +- src/toolbar/default-stack.json | 2 +- src/toolbar/default.html | 3 +- src/toolbar/popup-stack.json | 2 +- src/toolbar/popup.html | 7 +- src/toolbar/popup.ts | 4 +- src/tree-grid/filtering.html | 2 +- src/tree-grid/frozen-column.html | 2 +- src/tree-grid/sample.json | 7 +- styles/index.css | 3 +- 325 files changed, 43219 insertions(+), 849 deletions(-) create mode 100644 src/bullet-chart/bar-customization.html create mode 100644 src/bullet-chart/bar-customization.ts create mode 100644 src/bullet-chart/customization.html create mode 100644 src/bullet-chart/customization.ts create mode 100644 src/bullet-chart/default.html create mode 100644 src/bullet-chart/default.ts create mode 100644 src/bullet-chart/multiple-data.html create mode 100644 src/bullet-chart/multiple-data.ts create mode 100644 src/bullet-chart/orientation.html create mode 100644 src/bullet-chart/orientation.ts create mode 100644 src/bullet-chart/right-to-left.html create mode 100644 src/bullet-chart/right-to-left.ts create mode 100644 src/bullet-chart/sample.json create mode 100644 src/bullet-chart/tooltip.html create mode 100644 src/bullet-chart/tooltip.ts create mode 100644 src/chart/images/grain.png create mode 100644 src/chart/images/wheat.png create mode 100644 src/chart/tooltip-template.html create mode 100644 src/chart/tooltip-template.ts create mode 100644 src/dialog/components-dialog.html create mode 100644 src/dialog/components-dialog.ts create mode 100644 src/dialog/datasource.json create mode 100644 src/dialog/gridData.ts create mode 100644 src/document-editor/comments.html create mode 100644 src/document-editor/comments.ts create mode 100644 src/document-editor/data-comments.json create mode 100644 src/document-editor/locale.json create mode 100644 src/file-manager/ftp-file-provider.html create mode 100644 src/file-manager/ftp-file-provider.ts create mode 100644 src/gantt/column-menu.html create mode 100644 src/gantt/column-menu.ts create mode 100644 src/gantt/column-template.html create mode 100644 src/gantt/column-template.ts create mode 100644 src/gantt/drag-and-drop.html create mode 100644 src/gantt/drag-and-drop.ts create mode 100644 src/gantt/event-markers.html create mode 100644 src/gantt/event-markers.ts create mode 100644 src/gantt/events.html create mode 100644 src/gantt/events.ts create mode 100644 src/gantt/grid-lines.html create mode 100644 src/gantt/grid-lines.ts create mode 100644 src/gantt/header-template.html create mode 100644 src/gantt/header-template.ts create mode 100644 src/gantt/holidays.html create mode 100644 src/gantt/holidays.ts create mode 100644 src/gantt/images/Construction Supervisor.png create mode 100644 src/gantt/images/Davolio Fuller.png create mode 100644 src/gantt/images/Duration.png create mode 100644 src/gantt/images/Fuller King.png create mode 100644 src/gantt/images/Jack Davolio.png create mode 100644 src/gantt/images/Margaret Buchanan.png create mode 100644 src/gantt/images/Martin Tamer.png create mode 100644 src/gantt/images/Progress.png create mode 100644 src/gantt/images/Resources.png create mode 100644 src/gantt/images/Rose Fuller.png create mode 100644 src/gantt/images/Start date.png create mode 100644 src/gantt/images/Task name.png create mode 100644 src/gantt/images/Van Jack.png create mode 100644 src/gantt/indicators.html create mode 100644 src/gantt/indicators.ts create mode 100644 src/gantt/keyboard-interactions.html create mode 100644 src/gantt/keyboard-interactions.ts create mode 100644 src/gantt/local-data.html create mode 100644 src/gantt/local-data.ts create mode 100644 src/gantt/reorder.html create mode 100644 src/gantt/reorder.ts create mode 100644 src/gantt/resizing.html create mode 100644 src/gantt/resizing.ts create mode 100644 src/gantt/resources.html create mode 100644 src/gantt/resources.ts create mode 100644 src/gantt/selection.html create mode 100644 src/gantt/selection.ts create mode 100644 src/gantt/self-reference-data.html create mode 100644 src/gantt/self-reference-data.ts create mode 100644 src/gantt/show-hide-column.html create mode 100644 src/gantt/show-hide-column.ts create mode 100644 src/gantt/sorting-api.html create mode 100644 src/gantt/sorting-api.ts create mode 100644 src/gantt/sorting.html create mode 100644 src/gantt/sorting.ts create mode 100644 src/gantt/tasklabel-template.html create mode 100644 src/gantt/tasklabel-template.ts create mode 100644 src/gantt/toolbar-template.html create mode 100644 src/gantt/toolbar-template.ts create mode 100644 src/gantt/tooltip-template.html create mode 100644 src/gantt/tooltip-template.ts create mode 100644 src/gantt/work-week.html create mode 100644 src/gantt/work-week.ts create mode 100644 src/gantt/working-time-range.html create mode 100644 src/gantt/working-time-range.ts create mode 100644 src/list-box/locale.json create mode 100644 src/maps/locale.json create mode 100644 src/maps/map-data/sales-map.json create mode 100644 src/maps/map-data/sales-map.ts create mode 100644 src/maps/map-data/southamerica-country-capitals.json create mode 100644 src/maps/sales-map.html create mode 100644 src/maps/sales-map.ts create mode 100644 src/maps/zoom-marker.html create mode 100644 src/maps/zoom-marker.ts create mode 100644 src/query-builder/locale.json diff --git a/src/barcode/sample.json b/src/barcode/sample.json index 2a834298..11033fca 100644 --- a/src/barcode/sample.json +++ b/src/barcode/sample.json @@ -2,8 +2,7 @@ "name": "Barcode", "directory": "barcode", "category": "Data Visualization", - "ftName": "barcode", - "type": "new", + "ftName": "barcode", "samples": [ { "url": "ean8", diff --git a/src/bullet-chart/bar-customization.html b/src/bullet-chart/bar-customization.html new file mode 100644 index 00000000..4604f5bc --- /dev/null +++ b/src/bullet-chart/bar-customization.html @@ -0,0 +1,71 @@ +
+
+
+
+
Properties
+ + + + + + + + + + + + + + + + + + + + + +
+
Actual Value:
+
+
+
+
+
Target Value:
+
+
+
+
+
Feature Bar Type:
+
+
+
+
+
Feature Bar Color:
+
+
+ +
+
+
Target Color:
+
+
+ +
+
+
+ +
+

+ This sample illustrates a customization of feature bar and comparative bar type in terms of color and width. +

+
+
+

+ Tooltip is enabled in this example, to see the tooltip in action, hover a feature bar or comparative bar on the bullet chart. +

+
+ \ No newline at end of file diff --git a/src/bullet-chart/bar-customization.ts b/src/bullet-chart/bar-customization.ts new file mode 100644 index 00000000..61d3ed6c --- /dev/null +++ b/src/bullet-chart/bar-customization.ts @@ -0,0 +1,96 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { BulletChart, BulletTooltip, FeatureType, ChartTheme, IBulletLoadedEventArgs } from '@syncfusion/ej2-charts'; +import { ColorPicker, ColorPickerEventArgs, Slider, SliderChangeEventArgs } from '@syncfusion/ej2-inputs'; +import { Browser } from '@syncfusion/ej2-base'; +import { DropDownList, ChangeEventArgs } from '@syncfusion/ej2-dropdowns'; +BulletChart.Inject(BulletTooltip); + +/** + * Sample for default bullet chart. + */ + +(window as any).default = (): void => { + loadCultureFiles(); + let chart: BulletChart = new BulletChart({ + tooltip: { enable: true }, + dataSource: [{ value: 270, target: 250 }], + valueField: 'value', + targetField: 'target', + animation: { enable: false }, + ranges: [{ end: 150 }, + { end: 250 }, + { end: 300 } + ], + minimum: 0, maximum: 300, interval: 50, + title: 'New Customers', + subtitle: 'in Thousands', + titlePosition: Browser.isDevice ? 'Top' : 'Left', + titleStyle: { textAlignment: 'Center', }, + orientation: 'Horizontal', + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + }); + chart.appendTo('#dotCustomization'); + + let colorPicker: ColorPicker = new ColorPicker( + { + value: '#000000', + mode: 'Palette', + change: (args: ColorPickerEventArgs) => { + chart.valueFill = args.currentValue.hex; + chart.refresh(); + } + }); + colorPicker.appendTo('#color-picker'); + let colorPicker2: ColorPicker = new ColorPicker( + { + value: '#000000', + mode: 'Palette', + change: (args: ColorPickerEventArgs) => { + chart.targetColor = args.currentValue.hex; + chart.refresh(); + } + }); + colorPicker2.appendTo('#color-picker2'); + + let featureType: DropDownList = new DropDownList({ + dataSource: ['Rect', 'Dot'], + value: 'Rect', + change: (args: ChangeEventArgs) => { + chart.type = args.value as FeatureType; + chart.refresh(); + } + }); + featureType.appendTo('#featureType'); + + let actualValueSlider: Slider = new Slider({ + value: 270, + min: 0, + step: 10, + max: 300, + tooltip: { isVisible: true}, + change: (args: SliderChangeEventArgs) => { + chart.dataSource[0].value = args.value; + chart.refresh(); + } + }); + actualValueSlider.appendTo('#actualValue'); + + let targetValueSlider: Slider = new Slider({ + value: 250, + min: 0, + max: 300, + step: 10, + tooltip: { isVisible: true}, + change: (args: SliderChangeEventArgs) => { + chart.dataSource[0].target = args.value; + chart.refresh(); + } + }); + targetValueSlider.appendTo('#targetValue'); + +}; \ No newline at end of file diff --git a/src/bullet-chart/customization.html b/src/bullet-chart/customization.html new file mode 100644 index 00000000..bd37e274 --- /dev/null +++ b/src/bullet-chart/customization.html @@ -0,0 +1,83 @@ +
+
+
+
+
Properties
+ + + + + + + + + + + + + + + + + + + + + +
+
Start Color:
+
+
+ +
+
+
Middle Color:
+
+
+ +
+
+
End Color:
+
+
+ +
+
+
Use Range Color:
+
+
+
+
+
+
Opposed position:
+
+
+
+
+
+
+ +
+

+ This sample illustrates a bullet chart with with different customization for ranges and labels in bullet chart. +

+
+
+

+ Tooltip is enabled in this example, to see the tooltip in action, hover a feature bar or comparative bar on the + bullet chart. +

+
+ \ No newline at end of file diff --git a/src/bullet-chart/customization.ts b/src/bullet-chart/customization.ts new file mode 100644 index 00000000..0473848d --- /dev/null +++ b/src/bullet-chart/customization.ts @@ -0,0 +1,91 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { BulletChart, BulletTooltip, ChartTheme, IBulletLoadedEventArgs } from '@syncfusion/ej2-charts'; +import { ColorPicker, ColorPickerEventArgs } from '@syncfusion/ej2-inputs'; +import { Browser } from '@syncfusion/ej2-base'; +import { CheckBox, ChangeEventArgs } from '@syncfusion/ej2-buttons'; +BulletChart.Inject(BulletTooltip); + +/** + * Sample for default bullet chart. + */ + +let featureValue: number; +let targetValue: number; +(window as any).default = (): void => { + loadCultureFiles(); + let chart: BulletChart = new BulletChart({ + width: Browser.isDevice ? '100%' : '100%', + tooltip: { enable: true }, + dataSource: [{ value: 1.7, target: 2.5 }], + valueField: 'value', + targetField: 'target', + animation: { enable: false }, + ranges: [{ end: 1.5, color: '#599C20' }, + { end: 2.5, color: '#EFC820' }, + { end: 3, color: '#CA4218' } + ], + minimum: 0, maximum: 3, interval: 0.5, + title: 'Package Downloads', + subtitle: 'in Thousands', + minorTickLines: { width: 0}, + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + }); + chart.appendTo('#container'); + + let colorPicker: ColorPicker = new ColorPicker( + { + value: '#599C20', + mode: 'Palette', + change: (args: ColorPickerEventArgs) => { + chart.ranges[0].color = args.currentValue.hex; + chart.refresh(); + } + }); + colorPicker.appendTo('#color-picker1'); + let colorPicker2: ColorPicker = new ColorPicker( + { + value: '#EFC820', + mode: 'Palette', + change: (args: ColorPickerEventArgs) => { + chart.ranges[1].color = args.currentValue.hex; + chart.refresh(); + } + }); + colorPicker2.appendTo('#color-picker2'); + let colorPicker3: ColorPicker = new ColorPicker( + { + value: '#CA4218', + mode: 'Palette', + change: (args: ColorPickerEventArgs) => { + chart.ranges[2].color = args.currentValue.hex; + chart.refresh(); + } + }); + colorPicker3.appendTo('#color-picker3'); + + let rangeColor: CheckBox = new CheckBox({ + checked: false, + change: (args: ChangeEventArgs) => { + chart.majorTickLines.useRangeColor = args.checked; + chart.minorTickLines.useRangeColor = args.checked; + chart.labelStyle.useRangeColor = args.checked; + chart.refresh(); + } + }); + rangeColor.appendTo('#rangeColor'); + let position: CheckBox = new CheckBox({ + checked: false, + change: (args: ChangeEventArgs) => { + chart.opposedPosition = args.checked; + chart.refresh(); + } + }); + position.appendTo('#position'); + + +}; \ No newline at end of file diff --git a/src/bullet-chart/default.html b/src/bullet-chart/default.html new file mode 100644 index 00000000..c140d78e --- /dev/null +++ b/src/bullet-chart/default.html @@ -0,0 +1,22 @@ +
+
+
+
+
+
+
+
+

+ This sample illustrates a default bullet chart to compare the feature (value) bar with comparative (target) bar. It includes variety of configurations to change the look and feel of the chart. +

+
+
+

+ Tooltip is enabled in this example, to see the tooltip in action, hover a feature bar or comparative bar on the bullet chart. +

+
+ \ No newline at end of file diff --git a/src/bullet-chart/default.ts b/src/bullet-chart/default.ts new file mode 100644 index 00000000..1fe3048d --- /dev/null +++ b/src/bullet-chart/default.ts @@ -0,0 +1,142 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { BulletChart, BulletTooltip, IBulletLoadedEventArgs, ChartTheme } from '@syncfusion/ej2-charts'; +import { Browser } from '@syncfusion/ej2-base'; +BulletChart.Inject(BulletTooltip); + +/** + * Sample for default bullet chart. + */ +// tslint:disable-next-line:max-func-body-length +(window as any).default = (): void => { + loadCultureFiles(); + let chart1: BulletChart = new BulletChart({ + width: Browser.isDevice ? '100%' : '80%', + tooltip: { enable: true }, + dataSource: [{ value: 270, target: 250 }], + valueField: 'value', + targetField: 'target', + animation: { enable: false }, + margin: { left: Browser.isDevice ? 10 : 35 }, + ranges: [{ end: 150, }, + { end: 250 }, + { end: 300 } + ], + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + minimum: 0, maximum: 300, interval: 50, + title: 'Revenue', + labelFormat: '${value}', + subtitle: 'U.S. $ (1,000s)', + titlePosition: Browser.isDevice ? 'Top' : 'Left', + }); + chart1.appendTo('#container1'); + + let chart2: BulletChart = new BulletChart({ + width: Browser.isDevice ? '100%' : '80%', + tooltip: { enable: true }, + dataSource: [{ value: 23, target: 27 }], + valueField: 'value', + targetField: 'target', + animation: { enable: false }, + margin: { left: Browser.isDevice ? 10 : 80 }, + ranges: [{ end: 20 }, + { end: 25 }, + { end: 30 } + ], + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + minimum: 0, maximum: 30, interval: 5, + labelFormat: '{value}%', + title: 'Profit', + subtitle: '%', + titlePosition: Browser.isDevice ? 'Top' : 'Left', + }); + chart2.appendTo('#container2'); + + let chart3: BulletChart = new BulletChart({ + width: Browser.isDevice ? '100%' : '80%', + tooltip: { enable: true }, + dataSource: [{ value: 350, target: 550 }], + valueField: 'value', + targetField: 'target', + animation: { enable: false }, + ranges: [ + { end: 350 }, + { end: 500 }, + { end: 600 } + ], + margin: { left: Browser.isDevice ? 10 : 21.5 }, + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + minimum: 0, maximum: 600, interval: 100, + title: 'Avg Order Size', + subtitle: 'U.S. $', + labelFormat: '${value}', + titlePosition: Browser.isDevice ? 'Top' : 'Left', + }); + chart3.appendTo('#container3'); + + let chart4: BulletChart = new BulletChart({ + width: Browser.isDevice ? '100%' : '80%', + tooltip: { enable: true }, + dataSource: [{ value: 1600, target: 2100 }], + valueField: 'value', + targetField: 'target', + animation: { enable: false }, + ranges: [{ end: 1700, }, + { end: 2000 }, + { end: 2500 } + ], + margin: { left: Browser.isDevice ? 10 : 18 }, + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + enableGroupSeparator: true, + minimum: 0, maximum: 2500, interval: 500, + title: 'New Customers', + subtitle: 'Count', + titlePosition: Browser.isDevice ? 'Top' : 'Left', + }); + chart4.appendTo('#container4'); + + let chart5: BulletChart = new BulletChart({ + width: Browser.isDevice ? '100%' : '80%', + tooltip: { enable: false }, + dataSource: [{ value: 4.9, target: 4 }], + valueField: 'value', + targetField: 'target', + animation: { enable: false }, + ranges: [ + { end: 3.7 }, + { end: 4.2 }, + { end: 5 } + ], + margin: { left: Browser.isDevice ? 10 : 7 }, + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + minimum: 0, maximum: 5, interval: 1, + title: 'Cust Satisfication', + subtitle: 'Top Rating of 5', + titlePosition: Browser.isDevice ? 'Top' : 'Left', + }); + chart5.appendTo('#container5'); +}; \ No newline at end of file diff --git a/src/bullet-chart/multiple-data.html b/src/bullet-chart/multiple-data.html new file mode 100644 index 00000000..f8f34c31 --- /dev/null +++ b/src/bullet-chart/multiple-data.html @@ -0,0 +1,18 @@ +
+
+
+
+

+ This sample illustrates a bullet chart with multiple data to compare different values. +

+
+
+

+ Tooltip is enabled in this example, to see the tooltip in action, hover a feature bar or comparative bar on the bullet chart. +

+
+ \ No newline at end of file diff --git a/src/bullet-chart/multiple-data.ts b/src/bullet-chart/multiple-data.ts new file mode 100644 index 00000000..ed7efaf0 --- /dev/null +++ b/src/bullet-chart/multiple-data.ts @@ -0,0 +1,84 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { BulletChart, BulletTooltip, ChartTheme, IBulletLoadedEventArgs } from '@syncfusion/ej2-charts'; +import { Browser } from '@syncfusion/ej2-base'; +BulletChart.Inject(BulletTooltip); + +/** + * Sample for bullet chart with local data. + */ + +let data: Object[] = [ + { + requiredStories: 20, + completedStories: 25, + name: 'David' + }, + { + requiredStories: 25, + completedStories: 20, + name: 'Asif' + }, + { + requiredStories: 15, + completedStories: 10, + name: 'Thomas' + }, + { + requiredStories: 40, + completedStories: 39, + name: 'Rohit' + }, + { + requiredStories: 35, + completedStories: 40, + name: 'Virat' + }, + { + requiredStories: 28, + completedStories: 25, + name: 'Jude' + }, + { + requiredStories: 10, + completedStories: 18, + name: 'Warner' + }, + { + requiredStories: 30, + completedStories: 28, + name: 'Malik' + } +]; + +(window as any).default = (): void => { + loadCultureFiles(); + let chart: BulletChart = new BulletChart({ + width: Browser.isDevice ? '100%' : '80%', + tooltip: { enable: true }, + dataSource: data, + valueField: 'completedStories', + targetField: 'requiredStories', + categoryField: 'name', + animation: { enable: false }, + valueFill: '#304560', + targetColor: '#304560', + ranges: [ + { end: 25, opacity: 1, color: '#DBE7F3' }, + { end: 37, opacity: 1, color: '#BBCEE7' }, + { end: 45, opacity: 1, color: '#96B2D7' } + ], + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + height: '400', + minimum: 5, maximum: 45, interval: 5, + minorTickLines: { width: 0}, + title: 'Sprint Planning', + subtitle: 'Estimated in story points', + titlePosition: 'Top', + }); + chart.appendTo('#localData'); +}; \ No newline at end of file diff --git a/src/bullet-chart/orientation.html b/src/bullet-chart/orientation.html new file mode 100644 index 00000000..440def3d --- /dev/null +++ b/src/bullet-chart/orientation.html @@ -0,0 +1,33 @@ +
+
+
+
+
Properties
+ + + + + +
+
Orientation
+
+
+
+
+
+ +
+

+ This sample illustrates a bullet chart with vertical orientation to compare different values. +

+
+
+

+ Tooltip is enabled in this example, to see the tooltip in action, hover a feature bar or comparative bar on the bullet chart. +

+
+ \ No newline at end of file diff --git a/src/bullet-chart/orientation.ts b/src/bullet-chart/orientation.ts new file mode 100644 index 00000000..ab8abce8 --- /dev/null +++ b/src/bullet-chart/orientation.ts @@ -0,0 +1,57 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { BulletChart, BulletTooltip, OrientationType, ChartTheme, IBulletLoadedEventArgs } from '@syncfusion/ej2-charts'; +import { Browser } from '@syncfusion/ej2-base'; +import { DropDownList, ChangeEventArgs } from '@syncfusion/ej2-dropdowns'; +BulletChart.Inject(BulletTooltip); + +/** + * Sample for bullet chart with Orientation. + */ + +(window as any).default = (): void => { + loadCultureFiles(); + let chart: BulletChart = new BulletChart({ + width: '19%', + tooltip: { enable: true }, + dataSource: [{ value: 23, target: 27, name: 'Product A' }], + valueField: 'value', + targetField: 'target', + categoryField: 'name', + animation: { enable: false }, + margin: { left: Browser.isDevice ? 10 : 10 }, + ranges: [{ end: 20 }, + { end: 25 }, + { end: 30 } + ], + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + height: '400', + minimum: 0, maximum: 30, interval: 5, + labelFormat: '{value}%', + title: 'Profit in Percent', + titlePosition: 'Top', + orientation: 'Vertical' + }); + chart.appendTo('#orientation'); + + let chnageOrientation: DropDownList = new DropDownList({ + dataSource: ['Vertical', 'Horizontal'], + value : 'Vertical', + change: (args: ChangeEventArgs) => { + if (args.value === 'Horizontal') { + chart.width = '80%'; + chart.height = '100px'; + } else { + chart.width = '19%'; + chart.height = '400px'; + } + chart.orientation = args.value as OrientationType; + chart.refresh(); + } + }); + chnageOrientation.appendTo('#orientationSelect'); +}; \ No newline at end of file diff --git a/src/bullet-chart/right-to-left.html b/src/bullet-chart/right-to-left.html new file mode 100644 index 00000000..55667e1c --- /dev/null +++ b/src/bullet-chart/right-to-left.html @@ -0,0 +1,18 @@ +
+
+
+
+

+ This sample illustrates bullet chart with diferent mode of rendering such as right to left and left to right. +

+
+
+

+ Tooltip is enabled in this example, to see the tooltip in action, hover a feature bar or comparative bar on the bullet chart. +

+
+ \ No newline at end of file diff --git a/src/bullet-chart/right-to-left.ts b/src/bullet-chart/right-to-left.ts new file mode 100644 index 00000000..90819135 --- /dev/null +++ b/src/bullet-chart/right-to-left.ts @@ -0,0 +1,37 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { BulletChart, BulletTooltip, ChartTheme, IBulletLoadedEventArgs } from '@syncfusion/ej2-charts'; +import { Browser } from '@syncfusion/ej2-base'; +BulletChart.Inject(BulletTooltip); + +/** + * Sample for Bullet chart in RTL mode. + */ + +(window as any).default = (): void => { + loadCultureFiles(); + let chart: BulletChart = new BulletChart({ + width: Browser.isDevice ? '100%' : '80%', + tooltip: { enable: true }, + dataSource: [{ value: 270, target: 250 }], + valueField: 'value', + targetField: 'target', + animation: { enable: false }, + ranges: [{ end: 150 }, + { end: 250 }, + { end: 300 } + ], + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + minimum: 0, maximum: 300, interval: 50, + title: 'Revenue YTD', + labelFormat: '${value}K', + enableRtl: true, + titleStyle: { textAlignment: 'Center', }, + orientation: 'Horizontal', + }); + chart.appendTo('#orientation'); +}; \ No newline at end of file diff --git a/src/bullet-chart/sample.json b/src/bullet-chart/sample.json new file mode 100644 index 00000000..b85fed57 --- /dev/null +++ b/src/bullet-chart/sample.json @@ -0,0 +1,105 @@ +{ + "name": "Bullet Chart", + "directory": "bullet-chart", + "category": "Data Visualization", + "ftName": "bullet-chart", + "type": "preview", + "samples": [ + { + "url": "default", + "name": "Default", + "description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with different customized values.", + "category": "Bullet Chart", + "api": { + "BulletChart": [ + "tooltip", + "titleStyle", + "enableGroupSeparator", + "labelFormat" + ] + } + }, + { + "url": "multiple-data", + "name": "Multiple Data", + "description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with multiple data values.", + "category": "Bullet Chart", + "api": { + "BulletChart": [ + "tooltip", + "titleStyle", + "labelFormat", + "dataSource" + ] + } + }, + { + "url": "right-to-left", + "name": "RTL", + "description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with right to left mode.", + "category": "Bullet Chart", + "api": { + "BulletChart": [ + "tooltip", + "titleStyle", + "labelFormat", + "enableRtl" + ] + } + }, + { + "url": "bar-customization", + "name": "Feature and Target Bar", + "description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with different customized bar types.", + "category": "Bullet Chart", + "api": { + "BulletChart": [ + "tooltip", + "titleStyle", + "labelFormat", + "enableRtl" + ] + } + }, + { + "url": "customization", + "name": "Range and Label Settings", + "description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with different customized values.", + "category": "Bullet Chart", + "api": { + "BulletChart": [ + "tooltip", + "titleStyle", + "labelFormat", + "enableRtl" + ] + } + }, + { + "url": "tooltip", + "name": "Tooltip Template", + "description":"This demo for Essential JS2 Bullet Chart control shows the tooltip customization.", + "category": "Bullet Chart", + "api": { + "BulletChart": [ + "tooltip", + "titleStyle", + "orientation" + ] + } + }, + { + "url": "orientation", + "name": "Orientation", + "description":"This demo for Essential JS2 Bullet Chart control shows the orientation sample.", + "category": "Bullet Chart", + "api": { + "BulletChart": [ + "tooltip", + "titleStyle", + "orientation" + ] + } + } + ] +} \ No newline at end of file diff --git a/src/bullet-chart/tooltip.html b/src/bullet-chart/tooltip.html new file mode 100644 index 00000000..614922d6 --- /dev/null +++ b/src/bullet-chart/tooltip.html @@ -0,0 +1,35 @@ +
+
+
+
+

+ This sample illustrates bullet chart with diferent mode of rendering such as right to left and left to right. +

+
+
+

+ Tooltip is enabled in this example, to see the tooltip in action, hover a feature bar or comparative bar on the bullet chart. +

+
+ + \ No newline at end of file diff --git a/src/bullet-chart/tooltip.ts b/src/bullet-chart/tooltip.ts new file mode 100644 index 00000000..c77f02ac --- /dev/null +++ b/src/bullet-chart/tooltip.ts @@ -0,0 +1,35 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { BulletChart, BulletTooltip, ChartTheme, IBulletLoadedEventArgs } from '@syncfusion/ej2-charts'; +import { Browser } from '@syncfusion/ej2-base'; +BulletChart.Inject(BulletTooltip); + +/** + * Sample for Bullet chart in RTL mode. + */ + +(window as any).default = (): void => { + loadCultureFiles(); + let chart: BulletChart = new BulletChart({ + width: Browser.isDevice ? '100%' : '70%', + height: '110px', + tooltip: { enable: true, template : '#Tooltip' }, + dataSource: [{ value: 70, target: 50 }], + valueField: 'value', + targetField: 'target', + animation: { enable: false }, + ranges: [{ end: 30, color: '#599C20' }, + { end: 60, color: '#EFC820' }, + { end: 100, color: '#CA4218' } + ], + load: (args: IBulletLoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.bulletChart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/dark/i, 'Dark').replace(/light/i, 'Light').replace(/contrast/i, 'Contrast'); + }, + minimum: 0, maximum: 100, interval: 10, + title: 'Revenue YTD', + labelFormat: '${value}K', + }); + chart.appendTo('#tooltip'); +}; \ No newline at end of file diff --git a/src/chart/area.ts b/src/chart/area.ts index b0c7332d..f35a8586 100644 --- a/src/chart/area.ts +++ b/src/chart/area.ts @@ -61,7 +61,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i, 'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/average-true-range-indicator.ts b/src/chart/average-true-range-indicator.ts index 1c9435ed..dc6e90e5 100644 --- a/src/chart/average-true-range-indicator.ts +++ b/src/chart/average-true-range-indicator.ts @@ -82,7 +82,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i, 'Contrast'); }, legendSettings: { visible: false diff --git a/src/chart/axes-crossing.ts b/src/chart/axes-crossing.ts index 59b909fa..d00a9290 100644 --- a/src/chart/axes-crossing.ts +++ b/src/chart/axes-crossing.ts @@ -63,7 +63,7 @@ Chart.Inject(LineSeries, ScatterSeries, SplineSeries, Tooltip, Legend); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, tooltip: { enable: true }, title: 'Spline Interpolation', diff --git a/src/chart/bar.ts b/src/chart/bar.ts index 9a7a4bb6..25d65c5d 100644 --- a/src/chart/bar.ts +++ b/src/chart/bar.ts @@ -81,7 +81,7 @@ Chart.Inject(BarSeries, DataLabel, Category, Legend, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/bollinger.ts b/src/chart/bollinger.ts index fb77e5e3..cdfd741a 100644 --- a/src/chart/bollinger.ts +++ b/src/chart/bollinger.ts @@ -65,7 +65,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, legendSettings: { visible: false } }); diff --git a/src/chart/box-and-whisker.ts b/src/chart/box-and-whisker.ts index 6dd9f295..cc9aaea8 100644 --- a/src/chart/box-and-whisker.ts +++ b/src/chart/box-and-whisker.ts @@ -85,7 +85,7 @@ import { EmitType } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, legendSettings: { visible: false diff --git a/src/chart/bubble.ts b/src/chart/bubble.ts index 92e30e76..6c352663 100644 --- a/src/chart/bubble.ts +++ b/src/chart/bubble.ts @@ -77,7 +77,7 @@ let pointRender: EmitType = (args: IPointRenderEventArgs) let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, // custom code end title: 'World Countries Details', diff --git a/src/chart/candle-stick.ts b/src/chart/candle-stick.ts index 3f961f9e..c7aaf0f2 100644 --- a/src/chart/candle-stick.ts +++ b/src/chart/candle-stick.ts @@ -63,7 +63,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, // custom code end width: Browser.isDevice ? '100%' : '80%', chartArea: { border: { width: 0 } }, diff --git a/src/chart/candle.ts b/src/chart/candle.ts index aec6c1db..536c960f 100644 --- a/src/chart/candle.ts +++ b/src/chart/candle.ts @@ -62,7 +62,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, width: Browser.isDevice ? '100%' : '80%', chartArea: { border: { width: 0 } }, crosshair: { enable: true, lineType: 'Vertical' } diff --git a/src/chart/category.ts b/src/chart/category.ts index 12b98000..e623f618 100644 --- a/src/chart/category.ts +++ b/src/chart/category.ts @@ -88,7 +88,7 @@ let labelRender: EmitType = (args: IPointRenderEventArgs) let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, //Initializing Chart title title: Browser.isDevice ? 'Internet Users in Million – 2016' : 'Internet Users – 2016', diff --git a/src/chart/chart-performance.ts b/src/chart/chart-performance.ts index af519c8c..194fe454 100644 --- a/src/chart/chart-performance.ts +++ b/src/chart/chart-performance.ts @@ -35,7 +35,7 @@ let dt2: number; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/column-placement.ts b/src/chart/column-placement.ts index 162e1735..8cef0130 100644 --- a/src/chart/column-placement.ts +++ b/src/chart/column-placement.ts @@ -54,7 +54,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/column.ts b/src/chart/column.ts index a8bf100e..fc249f8f 100644 --- a/src/chart/column.ts +++ b/src/chart/column.ts @@ -44,7 +44,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i, 'Contrast'); if (selectedTheme === 'highcontrast') { args.chart.series[0].marker.dataLabel.font.color = '#000000'; args.chart.series[1].marker.dataLabel.font.color = '#000000'; diff --git a/src/chart/combination-series.ts b/src/chart/combination-series.ts index ed9148be..c1877d40 100644 --- a/src/chart/combination-series.ts +++ b/src/chart/combination-series.ts @@ -106,7 +106,7 @@ Chart.Inject(StackingColumnSeries, LineSeries, Category, ColumnSeries, Tooltip, let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/cross-hair.ts b/src/chart/cross-hair.ts index f1427a36..33c8b2e9 100644 --- a/src/chart/cross-hair.ts +++ b/src/chart/cross-hair.ts @@ -73,7 +73,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/dashed-line.ts b/src/chart/dashed-line.ts index e259d76b..c42ee019 100644 --- a/src/chart/dashed-line.ts +++ b/src/chart/dashed-line.ts @@ -91,7 +91,7 @@ Chart.Inject(LineSeries, DateTime, Legend, Tooltip, Crosshair); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i, 'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/data-editing.ts b/src/chart/data-editing.ts index 5df65d41..37971cdc 100644 --- a/src/chart/data-editing.ts +++ b/src/chart/data-editing.ts @@ -74,7 +74,7 @@ Chart.Inject(LineSeries, ColumnSeries, Category, Legend, Tooltip, DataEditing); ], //Initializing Chart title - title: 'Sales prediction of products', + title: 'Sales Prediction of Products', //Initializing User Interaction Tooltip tooltip: { enable: true @@ -84,7 +84,7 @@ Chart.Inject(LineSeries, ColumnSeries, Category, Legend, Tooltip, DataEditing); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i, 'Contrast'); } }); chart.appendTo('#dataediting'); diff --git a/src/chart/data-label-template.ts b/src/chart/data-label-template.ts index f55ca61b..c8315111 100644 --- a/src/chart/data-label-template.ts +++ b/src/chart/data-label-template.ts @@ -98,7 +98,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; theme = args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i, 'Contrast'); args.chart.theme = theme; }, width: Browser.isDevice ? '100%' : '80%' diff --git a/src/chart/date-time-category.ts b/src/chart/date-time-category.ts index 724cbde0..8f8ce35f 100644 --- a/src/chart/date-time-category.ts +++ b/src/chart/date-time-category.ts @@ -74,7 +74,7 @@ Chart.Inject(ColumnSeries, DateTimeCategory, Tooltip, StripLine, ChartAnnotation let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); if (selectedTheme === 'highcontrast') { args.chart.annotations[0].content = '
Christmas Offer
Dec 2017
'; args.chart.annotations[1].content = '
Christmas Offer
Dec 2017
'; diff --git a/src/chart/date-time.ts b/src/chart/date-time.ts index a19efd0d..4e11a3f5 100644 --- a/src/chart/date-time.ts +++ b/src/chart/date-time.ts @@ -73,7 +73,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/default-doughnut.ts b/src/chart/default-doughnut.ts index f320632c..e90a6f85 100644 --- a/src/chart/default-doughnut.ts +++ b/src/chart/default-doughnut.ts @@ -68,7 +68,7 @@ centerTitle.style.visibility = 'hidden'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); args.accumulation.legendSettings.position = Browser.isDevice ? 'Bottom' : 'Right'; }, loaded: (args: IAccLoadedEventArgs) => { diff --git a/src/chart/default-pie.ts b/src/chart/default-pie.ts index 00ff7ee5..f13f92a2 100644 --- a/src/chart/default-pie.ts +++ b/src/chart/default-pie.ts @@ -38,7 +38,7 @@ AccumulationChart.Inject(AccumulationLegend, PieSeries, AccumulationTooltip, Acc let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); pie.appendTo('#container'); diff --git a/src/chart/donut.ts b/src/chart/donut.ts index 79ad0432..a79653d5 100644 --- a/src/chart/donut.ts +++ b/src/chart/donut.ts @@ -37,14 +37,14 @@ AccumulationChart.Inject(AccumulationLegend, PieSeries, AccumulationDataLabel); visible: true, position: 'Top' }, // Initialize the tooltip - tooltip: { enable: true }, + tooltip: { enable: false }, title: 'Project Cost Breakdown', // custom code start load: (args: IAccLoadedEventArgs) => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/doughnut.ts b/src/chart/doughnut.ts index d0c315b9..50344e23 100644 --- a/src/chart/doughnut.ts +++ b/src/chart/doughnut.ts @@ -43,7 +43,7 @@ AccumulationChart.Inject(AccumulationLegend, PieSeries, AccumulationDataLabel); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); pie.appendTo('#container'); diff --git a/src/chart/drill-down-pie.ts b/src/chart/drill-down-pie.ts index 9a07e5ec..b048b468 100644 --- a/src/chart/drill-down-pie.ts +++ b/src/chart/drill-down-pie.ts @@ -49,7 +49,7 @@ AccumulationChart.Inject(AccumulationLegend, PieSeries, AccumulationTooltip, Acc let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); if (selectedTheme === 'highcontrast') { args.accumulation.annotations[0].content = '#white' ; } @@ -103,7 +103,7 @@ AccumulationChart.Inject(AccumulationLegend, PieSeries, AccumulationTooltip, Acc let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }; let pie: AccumulationChart = new AccumulationChart(instance); pie.appendTo('#container'); diff --git a/src/chart/empty-point.ts b/src/chart/empty-point.ts index 5a44f0fb..d534dd23 100644 --- a/src/chart/empty-point.ts +++ b/src/chart/empty-point.ts @@ -45,7 +45,7 @@ Chart.Inject(ColumnSeries, Category, Legend, Tooltip, SplineSeries, AreaSeries); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/error-bar.ts b/src/chart/error-bar.ts index a539feed..af54314a 100644 --- a/src/chart/error-bar.ts +++ b/src/chart/error-bar.ts @@ -60,7 +60,7 @@ let pointRender: EmitType = (args: IPointRenderEventArgs) let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, //Initializing tooltip tooltip: { enable: true }, diff --git a/src/chart/exponential-moving-average-indicator.ts b/src/chart/exponential-moving-average-indicator.ts index 1ac014e9..dbc2cba1 100644 --- a/src/chart/exponential-moving-average-indicator.ts +++ b/src/chart/exponential-moving-average-indicator.ts @@ -63,7 +63,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, legendSettings: { visible: false } }); diff --git a/src/chart/export.ts b/src/chart/export.ts index b8aadc1e..1676055c 100644 --- a/src/chart/export.ts +++ b/src/chart/export.ts @@ -72,7 +72,8 @@ let labelRender: EmitType = (args: IPointRenderEventArgs) load: (args: ILoadedEventArgs) => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; - args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i, 'Contrast'); } // custom code end }); diff --git a/src/chart/funnel.ts b/src/chart/funnel.ts index 63f16094..3e339191 100644 --- a/src/chart/funnel.ts +++ b/src/chart/funnel.ts @@ -47,7 +47,7 @@ AccumulationChart.Inject(AccumulationLegend, FunnelSeries, AccumulationTooltip, let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); if (args.accumulation.availableSize.width < args.accumulation.availableSize.height) { args.accumulation.series[0].width = '80%'; args.accumulation.series[0].height = '70%'; @@ -64,7 +64,7 @@ AccumulationChart.Inject(AccumulationLegend, FunnelSeries, AccumulationTooltip, } }, //Initializing Chart title - title: 'Top populated countries in 2017', + title: 'Top population countries in the world 2017', }); chart.appendTo('#container'); function neckWidth(value: number): void { diff --git a/src/chart/grouping.ts b/src/chart/grouping.ts index 10c53c83..9934296c 100644 --- a/src/chart/grouping.ts +++ b/src/chart/grouping.ts @@ -72,7 +72,7 @@ import { DropDownList } from '@syncfusion/ej2-dropdowns'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); pie.appendTo('#container'); diff --git a/src/chart/hilo-open-close.ts b/src/chart/hilo-open-close.ts index 8c531ae0..bdd0158f 100644 --- a/src/chart/hilo-open-close.ts +++ b/src/chart/hilo-open-close.ts @@ -52,7 +52,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/hilo.ts b/src/chart/hilo.ts index 55795a53..1c544c6b 100644 --- a/src/chart/hilo.ts +++ b/src/chart/hilo.ts @@ -61,7 +61,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/histogram.ts b/src/chart/histogram.ts index 43ba562a..53ab0a3f 100644 --- a/src/chart/histogram.ts +++ b/src/chart/histogram.ts @@ -54,7 +54,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); if (selectedTheme === 'highcontrast') { args.chart.series[0].marker.dataLabel.font.color = '#000000'; } diff --git a/src/chart/images/grain.png b/src/chart/images/grain.png new file mode 100644 index 0000000000000000000000000000000000000000..f7317c3a4f1bea990763065467f70cfe4df1169a GIT binary patch literal 2273 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 XB6}ZvH|?Cg`KN=sCV*Ya+M)dqXJE7H literal 0 HcmV?d00001 diff --git a/src/chart/images/wheat.png b/src/chart/images/wheat.png new file mode 100644 index 0000000000000000000000000000000000000000..b584b35997b633798a14ab728d1e05c0735880f5 GIT binary patch literal 99140 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%0ATcbCn!Ph zCft5?fBsD9=8OsKbXvymb@z%+OQU=n`5#WP;+Xh_|1hxHk>8+1)SYX?8=aMYH7Yl;pZ8W+DbE8j=W=8vCMCBD zkc+h;6haC3_(k=L_Aq0lg=*V4D0dR^t_z=XC6G~r6#QXIK)Brn7QO^+33_Rv0hdpK zqHMG)x&WtHov~LBh)ua(o2=~|Fy;3Yh`-K9b{*26+V@Jun-M6cQ>{WR^#fr3b_^1u z!JCQ`K=!DD^ib>GGEd*BKY<7uPR9#v^eKZw^UESg8~^NGdTvQo zBtc}=e}}aK8|9wIY_11LRTPp490tQE9&WDxM0vteu;ZDg?fn@KjFyJb zLY+qem`@AE8hwG0`N_yK^y(X?qxUJvGPZ}>0yAWymQvJow!?dg6u29N`wc>jtMK&Q zhUEAGqVo~LT_Ghf6+eWJT&vylUuw6Y{|!a6`SB`L-#=K=GxtSFRMtvl?3ftNr3S@O zY9%e~>BLYpQ#%!pn?2H7WP;%*2==i3GB@L+$gxM(f>A@rLxww(>#iUxur3eF95f~} zd)p6K-_dQ^1QfrqwNH`iEe0gxSB2`^zISfiCJyIk2z`$uA5H<9hYNRGGb9MMtI@;r zK2r^7k}Ha65g1m~IMai8%zBmrQbRpe*S_$g^*h8t&3?B-1qc5Uyuq|a^f@-PRo=ft z4C4HRZALae57bR+2n_QK8@Y1h+>*ko)|Hf(7xL2%!K;zSzb(D#yx1*O)oYeat#0~mdifwDJEX_va z=>@`{{`Hj{p!kMtt@&a?c7Oak`NweSugy`N*sVGiV^9rAXFg4%ykMUC$ukV7OhIsT zCSpa+iwQc~^Ic%zvi(E5HQ?Z`t^Z*dJQSAnnESj-*7_X@RHYlXcPSJ~&zNw@?za#B zmOB<~i@O;tk3l81Q38=ydno_oAu2w}>8pYqJKcb>T_lOIEBojst$YP}pM9uju&`pu z>u0JehR#6Az%{cuT};f%t*(oO#m%hX*Qd6S8lj<w?|KCGfG0qlTaU+LqMbvy|C?}_Pmb2b-^)`-Nptc;aj^4Zf zMZRmvmde8ksgNp0#8NArj@@=Y6)lh2I6ZEHsbO%?Bh+S$u1Fz*S)k$x(v~uOjFTE7 znyVADrnLkoGH-||A^QM#TdJE^2JP~M5V_XFu12`q-nwWFe6ec+xGiI;Hs-k9OJtoK6nFh}^@>PO6&suGi=Q9v8ir5BmFfW!l$Try(RN z7c(=QL1~{_zVzQqlnW?a^y4293MjhvvT)Y{v$`Q-w`UGY^Tx6mUIs{=B~p$8%>Z#n z$n&-w)df%g^{ybpEBkK`-(PQweqjiPm&8wjn;a1z^3vENukn=^h}+FO{_*Vzx&HiT z-a?oNWySMZc1?n)foHj_ z4L{EZ#(Ye>oGA7R8A|Ul_)#L9(u#td^L)g^#HZ}h6YgNTr)|wdq&xzd0R6En*9hBF z*Pf9n8fU?!NtS+_UmWbvTeE@sova%`YZ8>M5Ti z+(5M;G0|GyS;xY=Lc)cU)<$@LEa|=ZjC-=Q1H$Waig2P`; z0EjCK!bSIPgAP^H33+7S1u%*JR*akxN>MO{kvjjSl0sGFD)BTGE4uoN=7{_T%1=f8 zVZOMHwN+|HlCHz)9YpaJiIjnsm(GRe_c9+pSrw9eH<@O0HI5+P_1Kw|VO&c_^7}GX zb}a89%Zxt_jt|K$-99>}FSl(MyunkVdi?8Cj%!hlDWl5tXPpN^+Df4$HPk&`0%<`V zmRwpfqQmJIGU?A)nCHHycg1xJi-7)SuVWP|fmYh8^g6Hf{2g~Cmj^}HE>wv0Ej2I8 z`H|YwEnGDe+2kZabU|69dEAL4qFii%QKM`Dwcpi%Kc7A9{_bzB$h9nLXV3i(EQbGE z{r3Ijt)@gBvX$;Pf0Oy%0+3~!_o4>XLNQxvwhJDFK2MP7(UrfZ7+OnKxMS%nLLIzYx zP7mrj-}%o zuL;TAQP6B;QpgHIw)bH{cZoc{X$(xToQAww$Efl~{jYnr=MkB;Qw}`m zC3VwHNh1z1-xc+0P69UA$tU~&V)&%!nq+cn$AkNakQ!7LT7R|Ug?%mU;e!#u4okl0 z&Qv;L2-f8S&AB*w6;{^Ig3%<;@0bf;RP3CFt;Lg>hu-h4ZKbXEnsDS%p1ylY6@#r; zbq)$^{iz9(E-7`8iBeAYTViwv75q@=uER)$8%S7FMI~K0G6ll3*S@}4+mqYKhEj&D zn1Q}z{KbitvMb8Gy`C2o?ZnUNCcgrB0=(7w?3-hY(yl4^VS3axi&8ZdJU54v^^=`= z-!0(~60E?m2!z8|GJ*;lNO!bk;rds~CE4Zn+(b(Cx_k3V_2ir-NnM&C@F$^zN}^%lwwF~U?NDrcuNojoLPyaF~%_@?#xY( zLCcJK85ggUfpCY%WUnV{fr5+o(7gu`arxK7)IUuT#C8hhFqc?Gv0jiKqg zE2!`seMg3biw)HC2QhOp`ZJdl$B#s(T#eu$5(kXhZL+i;H?#gQywO!`&ScHgdztjw z9I-f}F~D6hW<#xcmv;}?(wR9OUT$z-N|F6{B7pIO1b_sh8K z#bH&L@gWG|=(99o^B@pO?{B($w_SYX{kgr=3h@YqyXnJ5T)^gvz8xEJ@z(q;gyy=9 z1%uw!{YLHU^AFxWJ1egrh=={E5j(!K(MGhFby3fcpr4iXlQg@5B(MKv$nc1QA*1Ay>Th)C^!0!7Qx5AA>C5l;{gQWXrp*lKo#s}& zVPAyGSsA*R<$j8)TX0r1{2T)U{~pM)d9<0Fu>V5vuqHw4ZJ6JyBvgRkN`@a-fDBYp zn%#J{It&ufIu6)5O4hYY8_(k zg4d5RXP5`;`rOX<>He=q;``Ay)&+djZLsU2URYa{Ay9UqnNRSBP|*nX_>n{G_r zo}x&$S(46KzAt;WUd6IixBX>()T?0CM++ZCPa>z767QmJ{rbF5w+XmI&Z=L%!F)z* zu(Z7lXkfZyLAI?a2}{Fsc`n^xDmS^%Kf9Z{1O@R}ls!S{JhXW}8}#3=f%}&e zEG+73&nuWNZH@aB796N>k7uFqMmXC<(ACecNy1V`%b2&V#rggGqSy7tAisDAIj{4P%Q_W`>6d}n!<$ag zu|klLoOFR*{$o6!4i{wrn}*XM%TUy16NY=xQ8z?SW2dpuLm7$?ce&lu3ME%04C7!iU=#KK&PRWWP9~*#t)wRp@V=zJ(;T9H*-Y%MadSb0|@0AZtXS^lS zpj&SEt!-Cp(h5GmKo-YoFTQ+iIT+!mNrzU1=r%r5#ujz;YV&&LXA102XI{zpesNH` z?TI-BQf(qz!_9^mF*GzUkO%QEx}^wHt6tMwpE0CU?vgL3Gzu5z%fnh!yB(KHDRHJ9 z)qgRmckzY9WxaX|>p5nW*t2&g+MDP!iYAPkP^V;eHdU)P3RGOCSVPYgEVwvTjs-Vx z)Rsf>n(1D$)Z>JP7>kgXR18BwGZUMkTfR+gism0{_Nsss%kjOmcX29>$Gj)wfN}7{}Q|rv6biI q literal 0 HcmV?d00001 diff --git a/src/chart/indexed-axis.ts b/src/chart/indexed-axis.ts index 7727a94d..7f0bb3ac 100644 --- a/src/chart/indexed-axis.ts +++ b/src/chart/indexed-axis.ts @@ -68,7 +68,7 @@ Chart.Inject(ColumnSeries, LineSeries, Category, Legend, Crosshair, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/inversed.ts b/src/chart/inversed.ts index 31ffa069..b1858b69 100644 --- a/src/chart/inversed.ts +++ b/src/chart/inversed.ts @@ -79,7 +79,7 @@ let labelRender: EmitType = (args: IPointRenderEventArgs) let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/lazy-loading.ts b/src/chart/lazy-loading.ts index c99d089e..3181bb55 100644 --- a/src/chart/lazy-loading.ts +++ b/src/chart/lazy-loading.ts @@ -57,7 +57,7 @@ Chart.Inject(DateTime, ScrollBar, Zoom, LineSeries, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/line-multi-color.ts b/src/chart/line-multi-color.ts index 4385d5fd..2fc03fc4 100644 --- a/src/chart/line-multi-color.ts +++ b/src/chart/line-multi-color.ts @@ -68,7 +68,7 @@ Chart.Inject(DateTime, Tooltip, MultiColoredLineSeries); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/line-segments.ts b/src/chart/line-segments.ts index e0316eff..d9507375 100644 --- a/src/chart/line-segments.ts +++ b/src/chart/line-segments.ts @@ -86,7 +86,7 @@ Chart.Inject(DateTime, Tooltip, ChartAnnotation, MultiColoredLineSeries); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); if (selectedTheme === 'highcontrast') { args.chart.series[0].segments[0].color = '#FF4741'; args.chart.series[0].segments[1].color = '#00B400'; diff --git a/src/chart/line.ts b/src/chart/line.ts index de219e3c..f009f048 100644 --- a/src/chart/line.ts +++ b/src/chart/line.ts @@ -80,7 +80,7 @@ Chart.Inject(LineSeries, DateTime, Legend, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i, 'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/local-data.ts b/src/chart/local-data.ts index 2eb6a8dc..c21baea2 100644 --- a/src/chart/local-data.ts +++ b/src/chart/local-data.ts @@ -95,7 +95,7 @@ for (i = 1; i < 500; i++) { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/logarithmic-scale.ts b/src/chart/logarithmic-scale.ts index 499b8169..b6415500 100644 --- a/src/chart/logarithmic-scale.ts +++ b/src/chart/logarithmic-scale.ts @@ -66,7 +66,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/logarithmic.ts b/src/chart/logarithmic.ts index f4576cb0..606f51e2 100644 --- a/src/chart/logarithmic.ts +++ b/src/chart/logarithmic.ts @@ -65,7 +65,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/marker-chart.ts b/src/chart/marker-chart.ts index 8f28fbc5..e5669a11 100644 --- a/src/chart/marker-chart.ts +++ b/src/chart/marker-chart.ts @@ -94,7 +94,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/momentum.ts b/src/chart/momentum.ts index 3380ed95..fd79da69 100644 --- a/src/chart/momentum.ts +++ b/src/chart/momentum.ts @@ -81,7 +81,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, legendSettings: { visible: false } }); diff --git a/src/chart/moving-average-convergence-divergence-indicator.ts b/src/chart/moving-average-convergence-divergence-indicator.ts index 234495d1..40742af8 100644 --- a/src/chart/moving-average-convergence-divergence-indicator.ts +++ b/src/chart/moving-average-convergence-divergence-indicator.ts @@ -90,7 +90,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, legendSettings: { visible: false } }); diff --git a/src/chart/multi-level-label.ts b/src/chart/multi-level-label.ts index b585f7ee..f4cfbe6d 100644 --- a/src/chart/multi-level-label.ts +++ b/src/chart/multi-level-label.ts @@ -114,7 +114,7 @@ let labelRender: EmitType = (args: IPointRenderEventArgs) let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/multi-series-chart.ts b/src/chart/multi-series-chart.ts index ddca472a..071079a8 100644 --- a/src/chart/multi-series-chart.ts +++ b/src/chart/multi-series-chart.ts @@ -107,7 +107,7 @@ Chart.Inject(StackingColumnSeries, LineSeries, Category, ColumnSeries, Tooltip, let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/multiple-axes.ts b/src/chart/multiple-axes.ts index 3eb1cc6b..60a18761 100644 --- a/src/chart/multiple-axes.ts +++ b/src/chart/multiple-axes.ts @@ -91,7 +91,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/multiple-axis.ts b/src/chart/multiple-axis.ts index cbae560b..dc51466f 100644 --- a/src/chart/multiple-axis.ts +++ b/src/chart/multiple-axis.ts @@ -92,7 +92,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/numeric.ts b/src/chart/numeric.ts index 2715caa0..3d09cfd7 100644 --- a/src/chart/numeric.ts +++ b/src/chart/numeric.ts @@ -91,7 +91,7 @@ let labelRender: EmitType = (args: IAxisLabelRenderEv let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); if (selectedTheme === 'highcontrast') { args.chart.series[0].fill = '#57BCFF'; args.chart.series[1].fill = '#E58184'; diff --git a/src/chart/pare-to.ts b/src/chart/pare-to.ts index 4c1b4c40..905d81fa 100644 --- a/src/chart/pare-to.ts +++ b/src/chart/pare-to.ts @@ -67,7 +67,7 @@ Chart.Inject(ColumnSeries, Category, ParetoSeries, LineSeries, Legend, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/pareto.ts b/src/chart/pareto.ts index 1d94e219..2e1dd451 100644 --- a/src/chart/pareto.ts +++ b/src/chart/pareto.ts @@ -68,7 +68,7 @@ Chart.Inject(ColumnSeries, Category, ParetoSeries, LineSeries, Legend, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/performance.ts b/src/chart/performance.ts index d289daf4..5925cb4c 100644 --- a/src/chart/performance.ts +++ b/src/chart/performance.ts @@ -33,7 +33,7 @@ let dt2: number; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/pie-annotation.ts b/src/chart/pie-annotation.ts index a177aa2b..442ee0e2 100644 --- a/src/chart/pie-annotation.ts +++ b/src/chart/pie-annotation.ts @@ -60,7 +60,7 @@ export function getValue(series: Series[], pointIndex: number, y: number): strin let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, legendSettings: { visible: true, toggleVisibility: false }, //Initializing Annotation @@ -97,7 +97,7 @@ export function getValue(series: Series[], pointIndex: number, y: number): strin let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, legendSettings: { visible: false } }); diff --git a/src/chart/pie-empty-point.ts b/src/chart/pie-empty-point.ts index 20229814..76e8bf0c 100644 --- a/src/chart/pie-empty-point.ts +++ b/src/chart/pie-empty-point.ts @@ -43,7 +43,7 @@ AccumulationChart.Inject(PieSeries, AccumulationDataLabel, AccumulationTooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/pie-radius.ts b/src/chart/pie-radius.ts index db10db0a..90993262 100644 --- a/src/chart/pie-radius.ts +++ b/src/chart/pie-radius.ts @@ -45,7 +45,7 @@ AccumulationChart.Inject(AccumulationLegend, PieSeries, AccumulationTooltip, Acc let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); pie.appendTo('#container'); diff --git a/src/chart/polar-area.ts b/src/chart/polar-area.ts index d4863bd3..a546fe2e 100644 --- a/src/chart/polar-area.ts +++ b/src/chart/polar-area.ts @@ -68,7 +68,7 @@ Chart.Inject(Tooltip, Legend, PolarSeries, Category, AreaSeries, RadarSeries); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/polar-column.ts b/src/chart/polar-column.ts index 9fc3dc7d..2f57377f 100644 --- a/src/chart/polar-column.ts +++ b/src/chart/polar-column.ts @@ -74,7 +74,7 @@ Chart.Inject(Tooltip, Legend, PolarSeries, Category, RadarSeries); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/polar-line.ts b/src/chart/polar-line.ts index 22e8303f..377fc705 100644 --- a/src/chart/polar-line.ts +++ b/src/chart/polar-line.ts @@ -70,7 +70,7 @@ Chart.Inject(Tooltip, Legend, PolarSeries, Category, LineSeries, RadarSeries); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/polar-range-column.ts b/src/chart/polar-range-column.ts index e61dd1c2..3fcf7299 100644 --- a/src/chart/polar-range-column.ts +++ b/src/chart/polar-range-column.ts @@ -1,6 +1,7 @@ import { loadCultureFiles } from '../common/culture-loader'; -import { Chart, PolarSeries, Category, Tooltip, ILoadedEventArgs, RadarSeries, ChartDrawType, ChartTheme } from '@syncfusion/ej2-charts'; -Chart.Inject(PolarSeries, Category, Tooltip, RadarSeries); +import { Chart, PolarSeries, Category, ILoadedEventArgs, RadarSeries, ChartDrawType } from '@syncfusion/ej2-charts'; +import { RangeColumnSeries, DataLabel, ITextRenderEventArgs, ChartTheme } from '@syncfusion/ej2-charts'; +Chart.Inject(PolarSeries, Category, RadarSeries, RangeColumnSeries, DataLabel); import { DropDownList } from '@syncfusion/ej2-dropdowns'; import { Browser } from '@syncfusion/ej2-base'; @@ -25,7 +26,7 @@ import { Browser } from '@syncfusion/ej2-base'; //Initializing Primary Y Axis primaryYAxis: { labelFormat: '{value}˚C', - minimum: 0, maximum: 20, interval: 5 + minimum: 0, maximum: 15, interval: 5 }, //Initializing Chart Series @@ -33,19 +34,23 @@ import { Browser } from '@syncfusion/ej2-base'; { type: 'Polar', drawType: 'RangeColumn', name: 'Germany', xName: 'x', high: 'high', low: 'low', dataSource: [ - { x: 'Jan', low: 2.7, high: 7.1 }, { x: 'Feb', low: 3.9, high: 7.7 }, - { x: 'Mar', low: 3.2, high: 7.5 }, { x: 'Apr', low: 4.5, high: 9.8 }, - { x: 'May', low: 6.7, high: 11.4 }, { x: 'June', low: 8.4, high: 14.4 }, - { x: 'July', low: 11.6, high: 17.2 }, { x: 'Aug', low: 12.7, high: 17.9 }, - { x: 'Sep', low: 9.5, high: 15.1 }, { x: 'Oct', low: 5.0, high: 10.5 }, - { x: 'Nov', low: 3.2, high: 7.9 }, { x: 'Dec', low: 6.1, high: 9.1 } + { x: 'Jan', low: 2, high: 7 }, { x: 'Feb', low: 3, high: 7 }, + { x: 'Mar', low: 3, high: 7 }, { x: 'Apr', low: 4, high: 9 }, + { x: 'May', low: 6, high: 11 }, { x: 'June', low: 8, high: 14 } ], + marker: { + dataLabel: { + visible: true, + position: 'Top', + font: { color: '#ffffff', fontWeight: '600'}, + enableRotation: true + } + }, border: { width: 3, color: 'white' }, }, ], - //Initializing User Interaction Tooltip - tooltip: { - enable: true + textRender: (args: ITextRenderEventArgs) => { + args.text = args.text.replace('˚C', ''); }, legendSettings: { visible: false }, //Initializing Chart Title diff --git a/src/chart/polar-scatter.ts b/src/chart/polar-scatter.ts index 3e639f74..fde3f4a6 100644 --- a/src/chart/polar-scatter.ts +++ b/src/chart/polar-scatter.ts @@ -79,7 +79,7 @@ Chart.Inject(Tooltip, Legend, PolarSeries, Category, ScatterSeries, RadarSeries) let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/polar-spline.ts b/src/chart/polar-spline.ts index 2aed9633..1aee6bc8 100644 --- a/src/chart/polar-spline.ts +++ b/src/chart/polar-spline.ts @@ -53,19 +53,20 @@ Chart.Inject(Tooltip, Legend, PolarSeries, Category, SplineSeries, RadarSeries); //Initializing Chart Series series: [ + { type: 'Polar', drawType: 'Spline', dataSource: cardData, - animation: { enable: true }, width: 2, + animation: { enable: true }, width: 2, isClosed: false, xName: 'x', yName: 'y', name: 'Cardioid (unidirectional)', dashArray: '5 5 2' }, { type: 'Polar', drawType: 'Spline', dataSource: omniDirData, animation: { enable: true }, dashArray: '2', width: 2, - xName: 'x', yName: 'y', name: 'Omnidirectional' + xName: 'x', yName: 'y', name: 'Omnidirectional', isClosed: false }, { type: 'Polar', drawType: 'Spline', dataSource: biDirData, - animation: { enable: true }, width: 2, + animation: { enable: true }, width: 2, isClosed: false, xName: 'x', yName: 'y', name: 'Bidirectional' }, ], @@ -80,7 +81,7 @@ Chart.Inject(Tooltip, Legend, PolarSeries, Category, SplineSeries, RadarSeries); selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme && selectedTheme.indexOf('fabric') > -1) ? 'Fabric' : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/polar-stacking-area.ts b/src/chart/polar-stacking-area.ts index 49ae7025..f1b9a2c5 100644 --- a/src/chart/polar-stacking-area.ts +++ b/src/chart/polar-stacking-area.ts @@ -70,7 +70,7 @@ Chart.Inject(Tooltip, Legend, PolarSeries, Category, StackingAreaSeries, RadarSe let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/polar-stacking-column.ts b/src/chart/polar-stacking-column.ts index a75bbcaf..08e4ffa1 100644 --- a/src/chart/polar-stacking-column.ts +++ b/src/chart/polar-stacking-column.ts @@ -80,7 +80,7 @@ Chart.Inject(Tooltip, Legend, PolarSeries, Category, LineSeries, RadarSeries); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/print.ts b/src/chart/print.ts index 8d310412..f6a40696 100644 --- a/src/chart/print.ts +++ b/src/chart/print.ts @@ -70,7 +70,7 @@ let labelRender: EmitType = (args: IPointRenderEventArgs) let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/pyramid.ts b/src/chart/pyramid.ts index 1c2a09bd..7eb77a5d 100644 --- a/src/chart/pyramid.ts +++ b/src/chart/pyramid.ts @@ -40,7 +40,7 @@ AccumulationChart.Inject(AccumulationLegend, PyramidSeries, AccumulationTooltip, let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); if (args.accumulation.availableSize.width < args.accumulation.availableSize.height) { args.accumulation.series[0].width = '80%'; args.accumulation.series[0].height = '60%'; diff --git a/src/chart/range-area.ts b/src/chart/range-area.ts index 43d1d2b2..1434c242 100644 --- a/src/chart/range-area.ts +++ b/src/chart/range-area.ts @@ -85,7 +85,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, legendSettings: { visible: false diff --git a/src/chart/range-bar.ts b/src/chart/range-bar.ts index 917c446b..f53a4cd1 100644 --- a/src/chart/range-bar.ts +++ b/src/chart/range-bar.ts @@ -60,7 +60,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/range-column.ts b/src/chart/range-column.ts index 3e699155..e904a330 100644 --- a/src/chart/range-column.ts +++ b/src/chart/range-column.ts @@ -62,7 +62,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/relative-strength-index-indicator.ts b/src/chart/relative-strength-index-indicator.ts index 216e6782..ef0b5ba4 100644 --- a/src/chart/relative-strength-index-indicator.ts +++ b/src/chart/relative-strength-index-indicator.ts @@ -83,7 +83,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, legendSettings: { visible: false } }); diff --git a/src/chart/rounded-column.ts b/src/chart/rounded-column.ts index f6a311a4..d317958d 100644 --- a/src/chart/rounded-column.ts +++ b/src/chart/rounded-column.ts @@ -67,7 +67,7 @@ let labelRender: EmitType = (args: IPointRenderEventArgs) let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, loaded: (args: ILoadedEventArgs) => { chart.loaded = null; diff --git a/src/chart/sample.json b/src/chart/sample.json index eaf70446..4b506193 100644 --- a/src/chart/sample.json +++ b/src/chart/sample.json @@ -499,7 +499,16 @@ "url": "trend-lines", "name": "Trendlines", "description": "This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the trend lines in charts.", - "category": "Other Types" + "category": "Other Types", + "type": "update", + "api": { + "Chart": [ + "primaryXAxis", + "primaryYAxis", + "series", + "tooltip" + ] + } }, { "url": "hilo", @@ -739,8 +748,7 @@ "url": "default-pie", "name": "Pie", "description": "This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the pie charts.", - "category": "Accumulation Charts", - "type": "update", + "category": "Accumulation Charts", "api": { "AccumulationChart": [ "series", @@ -766,8 +774,7 @@ "url": "donut", "name": "Donut", "description": "This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the doughnut charts.", - "category": "Accumulation Charts", - "type": "update", + "category": "Accumulation Charts", "api": { "AccumulationChart": [ "series", @@ -975,6 +982,7 @@ "name": "Range Column", "description": "This demo sample for Essential JavaScript2 Chart control demonstrates how to render range column in polar and radar charts.", "category": "Polar Radar", + "type": "update", "api": { "Chart": [ "primaryXAxis", @@ -1228,7 +1236,7 @@ "tooltip" ] } - }, + }, { "url": "pie-annotation", "name": "Annotation", @@ -1258,6 +1266,22 @@ ] } }, + { + "url": "tooltip-template", + "name": "Tooltip Template", + "description": "This demo sample for Essential JavaScript2 Chart control demonstrates how to configure the tooltip template and background for chart.", + "category": "Chart Customization", + "type": "new", + "api": { + "Chart": [ + "primaryXAxis", + "primaryYAxis", + "backgroundImage", + "series", + "tooltip" + ] + } + }, { "url": "vertical", "name": "Vertical Charts", @@ -1340,8 +1364,7 @@ "url": "range-selection", "name": "Range Selection", "description": "This demo sample for Essential JavaScript2 Chart control demonstrates the range selection in chart .", - "category": "User Interaction", - "type": "update", + "category": "User Interaction", "api": { "Chart": [ "primaryXAxis", diff --git a/src/chart/scatter-plot.ts b/src/chart/scatter-plot.ts index 227770f0..69c49d38 100644 --- a/src/chart/scatter-plot.ts +++ b/src/chart/scatter-plot.ts @@ -78,7 +78,7 @@ Chart.Inject(ScatterSeries, Legend, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/scatter.ts b/src/chart/scatter.ts index 09a3b180..73264991 100644 --- a/src/chart/scatter.ts +++ b/src/chart/scatter.ts @@ -77,7 +77,7 @@ Chart.Inject(ScatterSeries, Legend, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); diff --git a/src/chart/selection.ts b/src/chart/selection.ts index 1a0a6ade..79eddff5 100644 --- a/src/chart/selection.ts +++ b/src/chart/selection.ts @@ -68,7 +68,7 @@ import { DropDownList } from '@syncfusion/ej2-dropdowns'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/simple-moving-average-indicator.ts b/src/chart/simple-moving-average-indicator.ts index ef7550b1..7dc70f2c 100644 --- a/src/chart/simple-moving-average-indicator.ts +++ b/src/chart/simple-moving-average-indicator.ts @@ -67,7 +67,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, // custom code end legendSettings: { visible: false } diff --git a/src/chart/smart-axis-labels.ts b/src/chart/smart-axis-labels.ts index 0bb02c7b..cfcbe277 100644 --- a/src/chart/smart-axis-labels.ts +++ b/src/chart/smart-axis-labels.ts @@ -77,7 +77,7 @@ let labelRender: EmitType = (args: IPointRenderEventArgs) let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/smart-labels.ts b/src/chart/smart-labels.ts index c40cd7f4..ce13c009 100644 --- a/src/chart/smart-labels.ts +++ b/src/chart/smart-labels.ts @@ -57,7 +57,7 @@ AccumulationChart.Inject(AccumulationLegend, PieSeries, AccumulationDataLabel, A let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.accumulation.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); pie.appendTo('#container'); diff --git a/src/chart/sorting.ts b/src/chart/sorting.ts index 2e96d165..98c73a60 100644 --- a/src/chart/sorting.ts +++ b/src/chart/sorting.ts @@ -68,7 +68,7 @@ Chart.Inject(StackingColumnSeries, Category, Legend, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/spline-area.ts b/src/chart/spline-area.ts index 99ceaaed..5d692249 100644 --- a/src/chart/spline-area.ts +++ b/src/chart/spline-area.ts @@ -77,7 +77,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/spline-inversed.ts b/src/chart/spline-inversed.ts index c1759165..4cb2bbd7 100644 --- a/src/chart/spline-inversed.ts +++ b/src/chart/spline-inversed.ts @@ -79,7 +79,7 @@ Chart.Inject(SplineSeries, Category, Legend, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/spline.ts b/src/chart/spline.ts index dc3c3af8..ace0857c 100644 --- a/src/chart/spline.ts +++ b/src/chart/spline.ts @@ -102,7 +102,7 @@ Chart.Inject(SplineSeries, Category, Legend, Tooltip, ChartAnnotation); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/stacked-area-100.ts b/src/chart/stacked-area-100.ts index cb12d24c..62b3864f 100644 --- a/src/chart/stacked-area-100.ts +++ b/src/chart/stacked-area-100.ts @@ -70,7 +70,7 @@ let chartData: any[] = [ let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, //Initializing Chart Title title: 'Trend in Sales of Ethical Produce' diff --git a/src/chart/stacked-area.ts b/src/chart/stacked-area.ts index 8b7382ef..b2882d04 100644 --- a/src/chart/stacked-area.ts +++ b/src/chart/stacked-area.ts @@ -100,7 +100,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/stacked-bar-100.ts b/src/chart/stacked-bar-100.ts index 6da234f5..e20339ee 100644 --- a/src/chart/stacked-bar-100.ts +++ b/src/chart/stacked-bar-100.ts @@ -49,7 +49,7 @@ let chartData: any[] = [ let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, //Initializing Chart Title title: 'Sales Comparison', diff --git a/src/chart/stacked-bar.ts b/src/chart/stacked-bar.ts index 98aed45d..df25c331 100644 --- a/src/chart/stacked-bar.ts +++ b/src/chart/stacked-bar.ts @@ -67,7 +67,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/stacked-column-100.ts b/src/chart/stacked-column-100.ts index ec6b6e07..f83b9add 100644 --- a/src/chart/stacked-column-100.ts +++ b/src/chart/stacked-column-100.ts @@ -66,7 +66,7 @@ let chartData: any[] = [ let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, width : Browser.isDevice ? '100%' : '60%', //Initializing Chart Title diff --git a/src/chart/stacked-column.ts b/src/chart/stacked-column.ts index 27ff03bc..d249bc8c 100644 --- a/src/chart/stacked-column.ts +++ b/src/chart/stacked-column.ts @@ -97,7 +97,7 @@ Chart.Inject(StackingColumnSeries, Category, Legend, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/stacked-line-100.ts b/src/chart/stacked-line-100.ts index f7d49c0c..01c57a44 100644 --- a/src/chart/stacked-line-100.ts +++ b/src/chart/stacked-line-100.ts @@ -64,7 +64,7 @@ let chartData: Object[] = [ let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/stacked-line.ts b/src/chart/stacked-line.ts index 01bc6c98..6b0595d3 100644 --- a/src/chart/stacked-line.ts +++ b/src/chart/stacked-line.ts @@ -72,7 +72,7 @@ let chartData: Object[] = [ let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } // custom code end }); diff --git a/src/chart/step-area.ts b/src/chart/step-area.ts index 9e0b05a0..298a5db9 100644 --- a/src/chart/step-area.ts +++ b/src/chart/step-area.ts @@ -60,7 +60,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/step-line.ts b/src/chart/step-line.ts index 7fc59f33..ef1d3f5d 100644 --- a/src/chart/step-line.ts +++ b/src/chart/step-line.ts @@ -84,7 +84,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/stochastic.ts b/src/chart/stochastic.ts index 7552d890..417b38ae 100644 --- a/src/chart/stochastic.ts +++ b/src/chart/stochastic.ts @@ -82,7 +82,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, // custom code end legendSettings: { visible: false } diff --git a/src/chart/strip-line-recurrence.ts b/src/chart/strip-line-recurrence.ts index b72cc170..ab143dea 100644 --- a/src/chart/strip-line-recurrence.ts +++ b/src/chart/strip-line-recurrence.ts @@ -51,7 +51,7 @@ Chart.Inject(ColumnSeries, DateTime, Category, Legend, Tooltip, StripLine); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/strip-line.ts b/src/chart/strip-line.ts index 0953e15f..c4381f8b 100644 --- a/src/chart/strip-line.ts +++ b/src/chart/strip-line.ts @@ -89,7 +89,7 @@ let xAxisStripLine: StripLineSettingsModel[] = [ let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/symbols.ts b/src/chart/symbols.ts index 19f11b2c..641609fd 100644 --- a/src/chart/symbols.ts +++ b/src/chart/symbols.ts @@ -93,7 +93,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/tooltip-template.html b/src/chart/tooltip-template.html new file mode 100644 index 00000000..b7858cce --- /dev/null +++ b/src/chart/tooltip-template.html @@ -0,0 +1,54 @@ +
+
+
+
+

+ This sample visualizes the USA Wheat Production data with default line series in the chart. + Data points are enhanced with marker and tooltip. +

+
+
+ + + \ No newline at end of file diff --git a/src/chart/tooltip-template.ts b/src/chart/tooltip-template.ts new file mode 100644 index 00000000..3922f9a2 --- /dev/null +++ b/src/chart/tooltip-template.ts @@ -0,0 +1,69 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Chart, LineSeries, Category, Legend, Tooltip } from '@syncfusion/ej2-charts'; +import { Browser } from '@syncfusion/ej2-base'; +Chart.Inject(LineSeries, Category, Legend, Tooltip); + +/** + * Sample for Line series + */ +(window as any).default = (): void => { + loadCultureFiles(); + let chart: Chart = new Chart({ + + backgroundImage: 'src/chart/images/wheat.png', + //Initializing Primary X Axis + primaryXAxis: { + labelStyle: { color: 'white'}, + valueType: 'Category', + edgeLabelPlacement: 'Shift', + majorGridLines: { width: 0 }, + majorTickLines: { width: 0 }, + lineStyle: { color: '#EFEFEF' }, + }, + + //Initializing Primary Y Axis + primaryYAxis: + { + rangePadding: 'None', + labelStyle: { color: 'white'}, + majorGridLines: { color: '#EFEFEF' }, + majorTickLines: { width: 0}, + title: 'Billion Bushels', + titleStyle: { color: 'white'}, + lineStyle: { width: 0 }, + }, + chartArea: { + border: { + width: 0 + } + }, + //Initializing Chart Series + series: [ + { + type: 'Line', + dataSource: [{ x: 2002, y: 1.61 }, { x: 2003, y: 2.34 }, { x: 2004, y: 2.16 }, { x: 2005, y: 2.10 }, + { x: 2006, y: 1.81 }, { x: 2007, y: 2.05 }, { x: 2008, y: 2.50 }, { x: 2009, y: 2.22 }, + { x: 2010, y: 2.21 }, { x: 2011, y: 2.00 }, { x: 2012, y: 2.27 }], + xName: 'x', width: 2, fill: '#333333', yName: 'y', + marker: { + visible: true, + width: 10, + height: 10, + fill: '#C1272D', + border: {color: '#333333', width: 2} + }, + + } + ], + + //Initializing Chart title + title: 'USA Wheat Production', + //Initializing User Interaction Tooltip + tooltip: { + enable: true, + template: '#Tooltip' + }, + width: Browser.isDevice ? '100%' : '80%' + }); + chart.appendTo('#container'); +}; \ No newline at end of file diff --git a/src/chart/tornado.ts b/src/chart/tornado.ts index d1b73f7e..3aebb2a8 100644 --- a/src/chart/tornado.ts +++ b/src/chart/tornado.ts @@ -96,7 +96,7 @@ Chart.Inject(StackingBarSeries, DataLabel, Category, Legend, Tooltip); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/chart/trackball.ts b/src/chart/trackball.ts index 2373fe91..3cf4d4e2 100644 --- a/src/chart/trackball.ts +++ b/src/chart/trackball.ts @@ -72,7 +72,7 @@ Chart.Inject(LineSeries, DateTime, Tooltip, Crosshair, Legend); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); args.chart.width = Browser.isDevice ? '100%' : '60%'; } }); diff --git a/src/chart/trend-lines.ts b/src/chart/trend-lines.ts index ada84a6a..83db345c 100644 --- a/src/chart/trend-lines.ts +++ b/src/chart/trend-lines.ts @@ -1,10 +1,10 @@ import { loadCultureFiles } from '../common/culture-loader'; import { - Chart, Category, Tooltip, ILoadedEventArgs, ChartTheme, + Chart, Category, Tooltip, ILoadedEventArgs, ChartTheme, Legend, Trendlines, ScatterSeries, SplineSeries, LineSeries, TrendlineTypes } from '@syncfusion/ej2-charts'; import { NumericTextBox } from '@syncfusion/ej2-inputs'; -Chart.Inject(Category, Tooltip, ScatterSeries, SplineSeries, LineSeries, Trendlines); +Chart.Inject(Category, Tooltip, ScatterSeries, SplineSeries, LineSeries, Trendlines, Legend); import { DropDownList } from '@syncfusion/ej2-dropdowns'; /** @@ -36,12 +36,12 @@ let powerData: object[] = [ series: [{ dataSource: series1, xName: 'x', yName: 'y', name: 'Rupees', type: 'Spline', marker: { visible: true }, //Initializing TrendLines - trendlines: [{ type: 'Linear', width: 3, name: 'Linear',  fill:  '#C64A75' }] + trendlines: [{ type: 'Linear', width: 3, name: 'Trends',  fill:  '#C64A75' }] }], //Initializing User Interaction Tooltip tooltip: { enable: true }, //Initializing Chart Title title: 'Historical Indian Rupee Rate (INR/USD)', - legendSettings: { visible: false }, chartArea: { border: { width: 0 } }, + legendSettings: { visible: true }, chartArea: { border: { width: 0 } }, load: (args: ILoadedEventArgs) => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; diff --git a/src/chart/triangular-moving-average-indicator.ts b/src/chart/triangular-moving-average-indicator.ts index ebdfc825..c5b1a69e 100644 --- a/src/chart/triangular-moving-average-indicator.ts +++ b/src/chart/triangular-moving-average-indicator.ts @@ -65,7 +65,7 @@ this.renderChart = (chartData: Object[]): void => { let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, // custom code end legendSettings: { visible: false } diff --git a/src/chart/vertical.ts b/src/chart/vertical.ts index 256e702b..987045ee 100644 --- a/src/chart/vertical.ts +++ b/src/chart/vertical.ts @@ -35,7 +35,7 @@ import { Browser } from '@syncfusion/ej2-base'; let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); }, loaded: (args: ILoadedEventArgs) => { chart.loaded = null; diff --git a/src/chart/waterfall.ts b/src/chart/waterfall.ts index ca5a0b1a..e8d9ca18 100644 --- a/src/chart/waterfall.ts +++ b/src/chart/waterfall.ts @@ -65,7 +65,7 @@ Chart.Inject(WaterfallSeries, Category, Tooltip, DateTime, Zoom, Logarithmic, Cr let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); diff --git a/src/chart/zooming.ts b/src/chart/zooming.ts index 5544a6e6..fab5792b 100644 --- a/src/chart/zooming.ts +++ b/src/chart/zooming.ts @@ -73,7 +73,7 @@ Chart.Inject(AreaSeries, DateTime, Legend, Zoom, ScrollBar); let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); chart.appendTo('#container'); diff --git a/src/circular-gauge/compass.ts b/src/circular-gauge/compass.ts index 7dd40782..c401c49b 100644 --- a/src/circular-gauge/compass.ts +++ b/src/circular-gauge/compass.ts @@ -88,7 +88,7 @@ import { DropDownList } from '@syncfusion/ej2-dropdowns'; width: 120, change: () => { let rangeColor: string = labelColor.value.toString(); - circulargauge.axes[0].ranges[0].color = rangeColor; + circulargauge.axes[0].labelStyle.font.color = rangeColor; circulargauge.refresh(); } }); diff --git a/src/circular-gauge/customization.html b/src/circular-gauge/customization.html index 26036ee2..dd64a4b0 100644 --- a/src/circular-gauge/customization.html +++ b/src/circular-gauge/customization.html @@ -10,12 +10,12 @@ diff --git a/src/circular-gauge/data-sample.html b/src/circular-gauge/data-sample.html index 99c42cce..25500ea7 100644 --- a/src/circular-gauge/data-sample.html +++ b/src/circular-gauge/data-sample.html @@ -41,7 +41,7 @@ \ No newline at end of file diff --git a/src/circular-gauge/sample.json b/src/circular-gauge/sample.json index 2b352152..e54c88c0 100644 --- a/src/circular-gauge/sample.json +++ b/src/circular-gauge/sample.json @@ -2,8 +2,7 @@ "name": "Circular Gauge", "directory": "circular-gauge", "category": "Data Visualization", - "ftName": "circulargauge", - "type": "update", + "ftName": "circulargauge", "samples": [ { "url": "default", @@ -43,8 +42,7 @@ { "url": "semi-circular-gauge", "name": "Semi-circular Gauge", - "category": "Circular Gauge", - "type": "update" + "category": "Circular Gauge" }, { "url": "arc-gauge", @@ -56,8 +54,7 @@ "name": "Legend", "description": "This demo for Essential JS2 Circular Gauge control illustrates the rendering of legend in circular gauge.", "category": "Circular Gauge", - "api":{"CircularGauge": [ "legendSettings"]}, - "type": "new" + "api":{"CircularGauge": [ "legendSettings"]} }, { "url": "compass", @@ -99,8 +96,7 @@ "name": "Tooltip", "description": "This demo for Essential JS2 Circular Gauge control visualizes the tooltip template for circular gauge pointer.", "category": "User Interaction", - "api":{"CircularGauge": ["axes", "tooltip", "tooltipRender"]}, - "type": "update" + "api":{"CircularGauge": ["axes", "tooltip", "tooltipRender"]} }, { "url": "data-sample", diff --git a/src/common/apitable/api-table.txt b/src/common/apitable/api-table.txt index 92e08c3d..1045df7a 100644 --- a/src/common/apitable/api-table.txt +++ b/src/common/apitable/api-table.txt @@ -1 +1 @@ -{"Encoding":{"destroy":{"name":"destroy","description":"

To clear the encoding instance

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/encoding/#destroy"},"getByteCount":{"name":"getByteCount","description":"

Calculates the number of bytes produced by encoding the characters in the specified string

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/encoding/#getbytecount"},"getBytes":{"name":"getBytes","description":"

Encodes a set of characters from the specified string into the ArrayBuffer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/encoding/#getbytes"},"getString":{"name":"getString","description":"

Decodes a sequence of bytes from the specified ArrayBuffer into the string.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/encoding/#getstring"}},"Save":{"isMicrosoftBrowser":{"name":"isMicrosoftBrowser","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/save/#ismicrosoftbrowser"},"save":{"name":"save","description":"

Saves the file with specified name and sends the file to client browser

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/save/#save"}},"StreamWriter":{"destroy":{"name":"destroy","description":"

Releases the resources used by the StreamWriter

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stream-writer/#destroy"},"save":{"name":"save","description":"

Saves the file with specified name and sends the file to client browser

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stream-writer/#save"},"write":{"name":"write","description":"

Writes the specified string.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stream-writer/#write"},"writeLine":{"name":"writeLine","description":"

Writes the specified string followed by a line terminator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stream-writer/#writeline"}},"Namespace":{"kind":{"name":"kind","description":"

specifies namespace kind

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/namespace#kind"},"namespaceUri":{"name":"namespaceUri","description":"

specifies namespace URI

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/namespace#namespaceuri"},"prefix":{"name":"prefix","description":"

specifies namespace's prefix

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/namespace#prefix"},"destroy":{"name":"destroy","description":"

Releases the resources used by Namespace

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/namespace#destroy"},"set":{"name":"set","description":"

set value for current namespace instance

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/namespace#set"}},"XmlAttribute":{"localName":{"name":"localName","description":"

specifies attribute local name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#localname"},"namespaceUri":{"name":"namespaceUri","description":"

specifies namespace URI

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#namespaceuri"},"prefix":{"name":"prefix","description":"

specifies namespace's prefix

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#prefix"},"destroy":{"name":"destroy","description":"

Releases the resources used by XmlAttribute

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#destroy"},"isDuplicate":{"name":"isDuplicate","description":"

get whether the attribute is duplicate or not

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#isduplicate"},"set":{"name":"set","description":"

set value of current attribute

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#set"}},"XmlElement":{"localName":{"name":"localName","description":"

specifies element localName

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#localname"},"namespaceUri":{"name":"namespaceUri","description":"

specified namespace URI

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#namespaceuri"},"prefix":{"name":"prefix","description":"

specifies element prefix

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#prefix"},"previousTop":{"name":"previousTop","description":"

specifies previous namespace top

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#previoustop"},"destroy":{"name":"destroy","description":"

Releases the resources used by XmlElement

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#destroy"},"set":{"name":"set","description":"

set value of current element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#set"}},"XmlWriter":{"destroy":{"name":"destroy","description":"

Releases the resources used by XmlWriter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#destroy"},"save":{"name":"save","description":"

Saves the file with specified name and sends the file to client browser

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#save"},"writeAttributeString":{"name":"writeAttributeString","description":"

Writes out the attribute with the specified prefix, local name, namespace URI, and value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeattributestring"},"writeElementString":{"name":"writeElementString","description":"

Writes an element with the specified prefix, local name, namespace URI, and value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeelementstring"},"writeEndDocument":{"name":"writeEndDocument","description":"

Closes any open tag or attribute and write the state back to start

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeenddocument"},"writeEndElement":{"name":"writeEndElement","description":"

Closes one element and pop corresponding namespace scope

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeendelement"},"writeProcessingInstruction":{"name":"writeProcessingInstruction","description":"

Writes processing instruction with a space between the name and text

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeprocessinginstruction"},"writeRaw":{"name":"writeRaw","description":"

Write given text as raw data

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeraw"},"writeStartDocument":{"name":"writeStartDocument","description":"

Writes Xml declaration with version and standalone attribute

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writestartdocument"},"writeStartElement":{"name":"writeStartElement","description":"

Writes the specified start tag and associates it with the given namespace and prefix.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writestartelement"},"writeString":{"name":"writeString","description":"

Writes the given text content

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writestring"}},"DataManager":{"executeLocal":{"name":"executeLocal","description":"

Executes the given query with local data source.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#executelocal"},"executeQuery":{"name":"executeQuery","description":"

Executes the given query with either local or remote data source.\nIt will be executed as asynchronously and returns Promise object which will be resolved or rejected after action completed.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#executequery"},"insert":{"name":"insert","description":"

Inserts new record in the given table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#insert"},"remove":{"name":"remove","description":"

Removes data from the table with the given key.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#remove"},"saveChanges":{"name":"saveChanges","description":"

Save bulk changes to the given table name.\nUser can add a new record, edit an existing record, and delete a record at the same time.\nIf the datasource from remote, then updated in a single post.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#savechanges"},"setDefaultQuery":{"name":"setDefaultQuery","description":"

Overrides DataManager's default query with given query.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#setdefaultquery"},"update":{"name":"update","description":"

Updates existing record in the given table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#update"}},"Deferred":{"catch":{"name":"catch","description":"

Defines the callback function triggers when the Deferred object is rejected.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/split-button/deferred#catch"},"promise":{"name":"promise","description":"

Promise is an object that represents a value that may not be available yet, but will be resolved at some point in the future.

\n","type":"Promise","link":"//ej2.syncfusion.com/documentation/api/split-button/deferred#promise"},"reject":{"name":"reject","description":"

Reject a Deferred object and call failCallbacks with the given args.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/split-button/deferred#reject"},"resolve":{"name":"resolve","description":"

Resolve a Deferred object and call doneCallbacks with the given args.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/split-button/deferred#resolve"},"then":{"name":"then","description":"

Defines the callback function triggers when the Deferred object is resolved.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/split-button/deferred#then"}},"Predicate":{"and":{"name":"and","description":"

Adds n-number of new predicates on existing predicate with “and” condition.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/predicate#and"},"or":{"name":"or","description":"

Adds n-number of new predicates on existing predicate with “or” condition.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/predicate#or"},"toJson":{"name":"toJson","description":"

Converts predicates to plain JavaScript.\nThis method is uses Json stringify when serializing Predicate object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/predicate#tojson"},"validate":{"name":"validate","description":"

Validate the record based on the predicates.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/predicate#validate"},"fromJson":{"name":"fromJson","description":"

Converts plain JavaScript object to Predicate object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/predicate#fromjson"},"field":{"name":"field","description":"

Defines the field name of the filter column.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#field"},"ignoreAccent":{"name":"ignoreAccent","description":"

If ignoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#ignoreaccent"},"matchCase":{"name":"matchCase","description":"

If match case set to true, then filter records with exact match or else\nfilter records with case insensitive(uppercase and lowercase letters treated as same).

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#matchcase"},"operator":{"name":"operator","description":"

Defines the operator to filter records. The available operators and its supported data types are:\n<table>\n<tr>\n<td colspan=1 rowspan=1>\nOperator<br/></td><td colspan=1 rowspan=1>\nDescription<br/></td><td colspan=1 rowspan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nstartswith<br/></td><td colspan=1 rowspan=1>\nChecks whether the value begins with the specified value.<br/></td><td colspan=1 rowspan=1>\nString<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nendswith<br/></td><td colspan=1 rowspan=1>\nChecks whether the value ends with the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\ncontains<br/></td><td colspan=1 rowspan=1>\nChecks whether the value contains the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nequal<br/></td><td colspan=1 rowspan=1>\nChecks whether the value is equal to the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>String | Number | Boolean | Date<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nnotequal<br/></td><td colspan=1 rowspan=1>\nChecks for values that are not equal to the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>String | Number | Boolean | Date<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\ngreaterthan<br/></td><td colspan=1 rowspan=1>\nChecks whether the value is greater than the specified value.<br/><br/></td><td colspan=1 rowspan=1>\nNumber | Date<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\ngreaterthanorequal<br/></td><td colspan=1 rowspan=1>\nChecks whether the value is greater than or equal to the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>Number | Date<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nlessthan<br/></td><td colspan=1 rowspan=1>\nChecks whether the value is less than the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>Number | Date<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nlessthanorequal<br/></td><td colspan=1 rowspan=1>\nChecks whether the value is less than or equal to the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>Number | Date<br/></td></tr>\n</table>

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#operator"},"predicate":{"name":"predicate","description":"

Defines the relationship between one filter query and another by using AND or OR predicate.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#predicate"},"value":{"name":"value","description":"

Defines the value used to filter records.

\n","type":"string|number|Date|boolean","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#value"}},"Query":{"addParams":{"name":"addParams","description":"

Adds additional parameter which will be sent along with the request which will be generated while DataManager execute.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#addparams"},"aggregate":{"name":"aggregate","description":"

Aggregate the data with given type and field name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#aggregate"},"clone":{"name":"clone","description":"

Creates deep copy of the Query object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#clone"},"execute":{"name":"execute","description":"

Executes query with the given DataManager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#execute"},"executeLocal":{"name":"executeLocal","description":"

Executes query with the local datasource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#executelocal"},"expand":{"name":"expand","description":"

Expands the related table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#expand"},"foreignKey":{"name":"foreignKey","description":"

Sets the foreign key which is used to get data from the related table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#foreignkey"},"from":{"name":"from","description":"

Specifies the name of table to retrieve data in query execution.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#from"},"group":{"name":"group","description":"

Groups data with the given field name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#group"},"hierarchy":{"name":"hierarchy","description":"

Gets the records in hierarchical relationship from two tables. It requires the foreign key to relate two tables.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#hierarchy"},"page":{"name":"page","description":"

Gets data based on the given page index and size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#page"},"range":{"name":"range","description":"

Gets data based on the given start and end index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#range"},"requiresCount":{"name":"requiresCount","description":"

It is used to get total number of records in the DataManager execution result.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#requirescount"},"search":{"name":"search","description":"

Search data with given search criteria.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#search"},"select":{"name":"select","description":"

Selects specified columns from the data source.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#select"},"setKey":{"name":"setKey","description":"

Sets the primary key.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#setkey"},"skip":{"name":"skip","description":"

Skips data with given number of records count from the top of the data source.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#skip"},"sortBy":{"name":"sortBy","description":"

Sort the data with given sort criteria.\nBy default, sort direction is ascending.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#sortby"},"sortByDesc":{"name":"sortByDesc","description":"

Sorts data in descending order.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#sortbydesc"},"take":{"name":"take","description":"

Gets data from the top of the data source based on given number of records count.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#take"},"using":{"name":"using","description":"

Sets default DataManager to execute query.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#using"},"where":{"name":"where","description":"

Filter data with given filter criteria.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#where"}},"Item":{"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the item that is used to include an icon.\nAction item can include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/item#iconcss"},"id":{"name":"id","description":"

Specifies the unique ID to be used with button or input element of Toolbar items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#id"},"separator":{"name":"separator","description":"

Specifies separator between the items. Separator are horizontal lines used to group action items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/item#separator"},"text":{"name":"text","description":"

Specifies the text to be displayed on the Toolbar button.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#text"},"url":{"name":"url","description":"

Specifies url for item that creates the anchor link to navigate to the url provided.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/item#url"},"click":{"name":"click","description":"

Event triggers when click the toolbar item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#click"},"align":{"name":"align","description":"

Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the align property.\nPossible values are:

\n
    \n
  • Left: To align commands to the left side of the Toolbar.
  • \n
  • Center: To align commands at the center of the Toolbar.
  • \n
  • Right: To align commands to the right side of the Toolbar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#align"},"cssClass":{"name":"cssClass","description":"

Defines single/multiple classes (separated by space) to be used for customization of commands.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#cssclass"},"htmlAttributes":{"name":"htmlAttributes","description":"

Defines htmlAttributes used to add custom attributes to Toolbar command.\nSupports HTML attributes such as style, class, etc.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#htmlattributes"},"overflow":{"name":"overflow","description":"

Specifies the Toolbar command display area when an element's content is too large to fit available space.\nThis is applicable only to popup mode. Possible values are:

\n
    \n
  • Show: Always shows the item as the primary priority on the Toolbar.
  • \n
  • Hide: Always shows the item as the secondary priority on the popup.
  • \n
  • None: No priority for display, and as per normal order moves to popup when content exceeds.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#overflow"},"prefixIcon":{"name":"prefixIcon","description":"

Defines single/multiple classes separated by space used to specify an icon for the button.\nThe icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#prefixicon"},"showAlwaysInPopup":{"name":"showAlwaysInPopup","description":"

Defines the priority of items to display it in popup always.\nIt allows to maintain toolbar item on popup always but it does not work for toolbar priority items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#showalwaysinpopup"},"showTextOn":{"name":"showTextOn","description":"

Specifies where the button text will be displayed on popup mode of the Toolbar.\nPossible values are:

\n
    \n
  • Toolbar: Text will be displayed on Toolbar only.
  • \n
  • Overflow: Text will be displayed only when content overflows to popup.
  • \n
  • Both: Text will be displayed on popup and Toolbar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#showtexton"},"suffixIcon":{"name":"suffixIcon","description":"

Defines single/multiple classes separated by space used to specify an icon for the button.\nThe icon will be positioned after the text content if text is available.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#suffixicon"},"template":{"name":"template","description":"

Specifies the HTML element/element ID as a string that can be added as a Toolbar command.

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#template"},"tooltipText":{"name":"tooltipText","description":"

Specifies the text to be displayed on the Toolbar button.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#tooltiptext"},"type":{"name":"type","description":"

Specifies the types of command to be rendered in the Toolbar.\nSupported types are:

\n
    \n
  • Button: Creates the Button control with its given properties like text, prefixIcon, etc.
  • \n
  • Separator: Adds a horizontal line that separates the Toolbar commands.
  • \n
  • Input: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,\nAutoComplete, etc.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#type"},"width":{"name":"width","description":"

Specifies the width of the Toolbar button commands.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#width"}},"DropDownButton":{"beforeClose":{"name":"beforeClose","description":"

Triggers before closing the DropDownButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#beforeclose"},"beforeItemRender":{"name":"beforeItemRender","description":"

Triggers while rendering each Popup item of DropDownButton.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#beforeitemrender"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers before opening the DropDownButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#beforeopen"},"close":{"name":"close","description":"

Triggers while closing the DropDownButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#close"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#created"},"open":{"name":"open","description":"

Triggers while opening the DropDownButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#open"},"select":{"name":"select","description":"

Triggers while selecting action item in DropDownButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#select"},"content":{"name":"content","description":"

Defines the content of the DropDownButton element that can either be a text or HTML elements.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#content"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the DropDownButton element. The\nDropDownButton size and styles can be customized by using this.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the DropDownButton is disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#disabled"},"element":{"name":"element","description":"","type":"HTMLButtonElement","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#enablertl"},"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the DropDownButton that is used to\ninclude an icon. DropDownButton can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#iconcss"},"iconPosition":{"name":"iconPosition","description":"

Positions the icon before/top of the text content in the DropDownButton. The possible values are:

\n
    \n
  • Left: The icon will be positioned to the left of the text content.
  • \n
  • Top: The icon will be positioned to the top of the text content.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#iconposition"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#isdestroyed"},"items":{"name":"items","description":"

Specifies action items with its properties which will be rendered as DropDownButton popup.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#locale"},"target":{"name":"target","description":"

Allows to specify the DropDownButton popup item element.

\n","type":"string|Element","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#target"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to DropDownButton\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#focusin"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#getpersistdata"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#removeeventlistener"},"toggle":{"name":"toggle","description":"

To open/close DropDownButton popup based on current state of the DropDownButton.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#inject"}},"AnimationSettings":{"duration":{"name":"duration","description":"

Specifies the duration in milliseconds that the animation takes to open or close the dialog.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/dialog/animationSettings#duration"},"easing":{"name":"easing","description":"

Specifies the animation timing function.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/animationSettings#easing"},"effect":{"name":"effect","description":"

Specifies the animation name that should be applied on open and close the dialog.\nIf user sets Fade animation, the dialog will open with FadeIn effect and close with FadeOut effect.\nThe following are the list of animation effects available to configure to the dialog:

\n
    \n
  1. Fade
  2. \n
  3. FadeZoom
  4. \n
  5. FlipLeftDown
  6. \n
  7. FlipLeftUp
  8. \n
  9. FlipRightDown
  10. \n
  11. FlipRightUp
  12. \n
  13. FlipXDown
  14. \n
  15. FlipXUp
  16. \n
  17. FlipYLeft
  18. \n
  19. FlipYRight
  20. \n
  21. SlideBottom
  22. \n
  23. SlideLeft
  24. \n
  25. SlideRight
  26. \n
  27. SlideTop
  28. \n
  29. Zoom
  30. \n
  31. None
  32. \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/dialog/animationSettings#effect"},"delay":{"name":"delay","description":"

Specifies the delay in milliseconds to start animation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/dialog/animationSettings#delay"}},"ProgressButton":{"begin":{"name":"begin","description":"

Triggers when the progress starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#begin"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#created"},"end":{"name":"end","description":"

Triggers when the progress is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#end"},"fail":{"name":"fail","description":"

Triggers when the progress is incomplete.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#fail"},"progress":{"name":"progress","description":"

Triggers in specified intervals.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#progress"},"animationSettings":{"name":"animationSettings","description":"

Specifies the animation settings.

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/progress-button/#animationsettings"},"content":{"name":"content","description":"

Defines the text content of the progress button element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#content"},"cssClass":{"name":"cssClass","description":"

Specifies the root CSS class of the progress button that allows customization of component’s appearance.\nThe progress button types, styles, and size can be achieved by using this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#cssclass"},"disabled":{"name":"disabled","description":"

Enables or disables the progress button.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#disabled"},"duration":{"name":"duration","description":"

Specifies the duration of progression in the progress button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/progress-button/#duration"},"element":{"name":"element","description":"","type":"HTMLButtonElement","link":"//ej2.syncfusion.com/documentation/api/progress-button/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#enablepersistence"},"enableProgress":{"name":"enableProgress","description":"

Enables or disables the background filler UI in the progress button.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#enableprogress"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#enablertl"},"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the progress button that is used to include an icon.\nProgress button can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#iconcss"},"iconPosition":{"name":"iconPosition","description":"

Positions an icon in the progress button. The possible values are:

\n
    \n
  • Left: The icon will be positioned to the left of the text content.
  • \n
  • Right: The icon will be positioned to the right of the text content.
  • \n
  • Top: The icon will be positioned at the top of the text content.
  • \n
  • Bottom: The icon will be positioned at the bottom of the text content.
  • \n
\n","type":"IconPosition","link":"//ej2.syncfusion.com/documentation/api/progress-button/#iconposition"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#isdestroyed"},"isPrimary":{"name":"isPrimary","description":"

Allows the appearance of the progress button to be enhanced and visually appealing when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#isprimary"},"isToggle":{"name":"isToggle","description":"

Makes the progress button toggle, when set to true. When you click it, the state changes from normal to active.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#istoggle"},"spinSettings":{"name":"spinSettings","description":"

Specifies a spinner and its related properties.

\n","type":"SpinSettingsModel","link":"//ej2.syncfusion.com/documentation/api/progress-button/#spinsettings"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#appendto"},"click":{"name":"click","description":"

Click the button element\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#click"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to ProgressButton\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#focusin"},"progressComplete":{"name":"progressComplete","description":"

Complete the button progress.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#progresscomplete"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#removeeventlistener"},"start":{"name":"start","description":"

Starts the button progress at the specified percent.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#start"},"stop":{"name":"stop","description":"

Stops the button progress.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#stop"}},"SpinSettings":{"position":{"name":"position","description":"

Specifies the position of a spinner in the progress button. The possible values are:

\n
    \n
  • Left: The spinner will be positioned to the left of the text content.
  • \n
  • Right: The spinner will be positioned to the right of the text content.
  • \n
  • Top: The spinner will be positioned at the top of the text content.
  • \n
  • Bottom: The spinner will be positioned at the bottom of the text content.
  • \n
  • Center: The spinner will be positioned at the center of the progress button.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/spinSettings#position"},"template":{"name":"template","description":"

Specifies the template content to be displayed in a spinner.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/spinSettings#template"},"width":{"name":"width","description":"

Sets the width of a spinner.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/progress-button/spinSettings#width"}},"SplitButton":{"beforeClose":{"name":"beforeClose","description":"

Triggers before closing the SplitButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#beforeclose"},"beforeItemRender":{"name":"beforeItemRender","description":"

Triggers while rendering each Popup item of SplitButton.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#beforeitemrender"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers before opening the SplitButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#beforeopen"},"click":{"name":"click","description":"

Triggers when the primary button of SplitButton has been clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#click"},"close":{"name":"close","description":"

Triggers while closing the SplitButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#close"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#created"},"open":{"name":"open","description":"

Triggers while opening the SplitButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#open"},"select":{"name":"select","description":"

Triggers while selecting action item of SplitButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#select"},"content":{"name":"content","description":"

Defines the content of the SplitButton primary action button can either be a text or HTML elements.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#content"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the SplitButton element. The SplitButton\nsize and styles can be customized by using this.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the SplitButton is disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#disabled"},"element":{"name":"element","description":"","type":"HTMLButtonElement","link":"//ej2.syncfusion.com/documentation/api/split-button/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#enablertl"},"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the SplitButton that is used to include an\nicon. SplitButton can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#iconcss"},"iconPosition":{"name":"iconPosition","description":"

Positions the icon before/top of the text content in the SplitButton. The possible values are

\n
    \n
  • Left: The icon will be positioned to the left of the text content.
  • \n
  • Top: The icon will be positioned to the top of the text content.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#iconposition"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#isdestroyed"},"items":{"name":"items","description":"

Specifies action items with its properties which will be rendered as SplitButton secondary button popup.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/split-button/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#locale"},"target":{"name":"target","description":"

Allows to specify the SplitButton popup item element.

\n","type":"string|Element","link":"//ej2.syncfusion.com/documentation/api/split-button/#target"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#databind"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to SplitButton\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#focusin"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Called internally if any of the property value changed.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#removeeventlistener"},"render":{"name":"render","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#render"},"toggle":{"name":"toggle","description":"

To open/close SplitButton popup based on current state of the SplitButton.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#inject"}},"Annotations":{"createAnnotationTemplate":{"name":"createAnnotationTemplate","description":"

To create annotation elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/annotations#createannotationtemplate"},"renderAnnotationElements":{"name":"renderAnnotationElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/annotations#renderannotationelements"},"createTemplate":{"name":"createTemplate","description":"

Method to create annotation template for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotations#createtemplate"},"renderAnnotation":{"name":"renderAnnotation","description":"

Method to render the annotation for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotations#renderannotation"}},"Axis":{"isInversed":{"name":"isInversed","description":"

It specifies whether the axis to be rendered in inversed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#isinversed"},"labelStyle":{"name":"labelStyle","description":"

Options to customize the axis label.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelstyle"},"line":{"name":"line","description":"

Options for customizing the axis line.

\n","type":"LineModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/axis#line"},"majorTicks":{"name":"majorTicks","description":"

Options for customizing the major tick lines.

\n","type":"TickModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#majorticks"},"maximum":{"name":"maximum","description":"

Specifies the maximum range of an axis.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/axis#maximum"},"minimum":{"name":"minimum","description":"

Specifies the minimum range of an axis.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/axis#minimum"},"minorTicks":{"name":"minorTicks","description":"

Options for customizing the minor tick lines.

\n","type":"TickModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#minorticks"},"opposedPosition":{"name":"opposedPosition","description":"

If set to true, the axis will render at the opposite side of its default position.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#opposedposition"},"pointers":{"name":"pointers","description":"

Options for customizing the pointers of an axis

\n","type":"PointerModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#pointers"},"ranges":{"name":"ranges","description":"

Options for customizing the ranges of an axis

\n","type":"RangeModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#ranges"},"border":{"name":"border","description":"

Border of the multi level labels.

\n","type":"LabelBorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#border"},"increment":{"name":"increment","description":"

Specifies the increment for an axis label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/axis#increment"},"interval":{"name":"interval","description":"

Specifies the interval for an axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#interval"},"intervalType":{"name":"intervalType","description":"

Specifies the types like Years, Months, Days, Hours, Minutes, Seconds in date time axis.They are,

\n
    \n
  • Auto: Defines the interval of the axis based on data.
  • \n
  • Years: Defines the interval of the axis in years.
  • \n
  • Months: Defines the interval of the axis in months.
  • \n
  • Days: Defines the interval of the axis in days.
  • \n
  • Hours: Defines the interval of the axis in hours.
  • \n
  • Minutes: Defines the interval of the axis in minutes.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#intervaltype"},"labelFormat":{"name":"labelFormat","description":"

Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\nIt also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelformat"},"labelIntersectAction":{"name":"labelIntersectAction","description":"

Specifies the actions like None, Hide, Trim, Wrap, MultipleRows, Rotate45, and Rotate90\nwhen the axis labels intersect with each other.They are,

\n
    \n
  • None: Shows all the labels.
  • \n
  • Hide: Hides the label when it intersects.
  • \n
  • Trim: Trim the label when it intersects.
  • \n
  • Wrap: Wrap the label when it intersects.
  • \n
  • MultipleRows: Shows the label in MultipleRows when it intersects.
  • \n
  • Rotate45: Rotates the label to 45 degree when it intersects.
  • \n
  • Rotate90: Rotates the label to 90 degree when it intersects.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelintersectaction"},"labelRotation":{"name":"labelRotation","description":"

The angle to which the axis label gets rotated.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelrotation"},"labels":{"name":"labels","description":"

Options for label assignment.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/axis#labels"},"multiLevelLabels":{"name":"multiLevelLabels","description":"

Specifies the multi level labels collection for the axis

\n","type":"MultiLevelLabelsModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/axis#multilevellabels"},"multiLevelSize":{"name":"multiLevelSize","description":"","type":"Size[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/axis#multilevelsize"},"showLabelOn":{"name":"showLabelOn","description":"

Defines the axis label display type for date time axis.

\n
    \n
  • None: Axis labels displayed based on the value type.
  • \n
  • Years: Define the axis labels display in every year.
  • \n
  • Months: Define the axis labels display in every month.
  • \n
  • Days: Define the axis labels display in every day.
  • \n
  • Hours: Define the axis labels display in every hour.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/axis#showlabelon"},"textStyle":{"name":"textStyle","description":"

Options for customizing the label text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/axis#textstyle"},"title":{"name":"title","description":"

Specifies the title of an axis.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#title"},"valueType":{"name":"valueType","description":"

Specifies the type of data the axis is handling.

\n
    \n
  • Double: Renders a numeric axis.
  • \n
  • DateTime: Renders a dateTime axis.
  • \n
  • Category: Renders a category axis.
  • \n
  • Logarithmic: Renders a log axis.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#valuetype"},"annotations":{"name":"annotations","description":"

‘Annotation’ module is used to handle annotation action for an axis.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#annotations"},"background":{"name":"background","description":"

The background color of the axis, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#background"},"direction":{"name":"direction","description":"

Specifies the direction of an axis. They are

\n
    \n
  • clockWise - Renders the axis in clock wise direction.
  • \n
  • antiClockWise - Renders the axis in anti-clock wise direction.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#direction"},"endAngle":{"name":"endAngle","description":"

The end angle of an axis

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#endangle"},"hideIntersectingLabel":{"name":"hideIntersectingLabel","description":"

Specifies to hide the intersecting axis labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#hideintersectinglabel"},"lineStyle":{"name":"lineStyle","description":"

Options for customizing axis lines.

\n","type":"AxisLineModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#linestyle"},"radius":{"name":"radius","description":"

Radius of an axis in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#radius"},"rangeGap":{"name":"rangeGap","description":"

Specifies the range gap property by pixel value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#rangegap"},"roundingPlaces":{"name":"roundingPlaces","description":"

Specifies the rounding Off value in the label

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#roundingplaces"},"showLastLabel":{"name":"showLastLabel","description":"

Specifies the last label to be shown

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#showlastlabel"},"startAndEndRangeGap":{"name":"startAndEndRangeGap","description":"

Specifies the start and end range gap.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#startandendrangegap"},"startAngle":{"name":"startAngle","description":"

The start angle for the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#startangle"},"coefficient":{"name":"coefficient","description":"

The polar radar radius position.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#coefficient"},"columnIndex":{"name":"columnIndex","description":"

Specifies the index of the column where the axis is associated,\nwhen the chart area is divided into multiple plot areas by using columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#columnindex"},"crossesAt":{"name":"crossesAt","description":"

Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/axis#crossesat"},"crossesInAxis":{"name":"crossesInAxis","description":"

Specifies axis name with which the axis line has to be crossed

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#crossesinaxis"},"crosshairTooltip":{"name":"crosshairTooltip","description":"

Options to customize the crosshair ToolTip.

\n","type":"CrosshairTooltipModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#crosshairtooltip"},"description":{"name":"description","description":"

Description for axis and its element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#description"},"desiredIntervals":{"name":"desiredIntervals","description":"

With this property, you can request axis to calculate intervals approximately equal to your specified interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#desiredintervals"},"edgeLabelPlacement":{"name":"edgeLabelPlacement","description":"

Specifies the position of labels at the edge of the axis.They are,

\n
    \n
  • None: No action will be performed.
  • \n
  • Hide: Edge label will be hidden.
  • \n
  • Shift: Shifts the edge labels.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#edgelabelplacement"},"enableAutoIntervalOnZooming":{"name":"enableAutoIntervalOnZooming","description":"

If set to true, axis interval will be calculated automatically with respect to the zoomed range.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#enableautointervalonzooming"},"enableTrim":{"name":"enableTrim","description":"

Specifies the Trim property for an axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#enabletrim"},"isIndexed":{"name":"isIndexed","description":"

Specifies indexed category axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#isindexed"},"labelPlacement":{"name":"labelPlacement","description":"

Specifies the placement of a label for category axis. They are,

\n
    \n
  • betweenTicks: Renders the label between the ticks.
  • \n
  • onTicks: Renders the label on the ticks.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelplacement"},"labelPosition":{"name":"labelPosition","description":"

Specifies the placement of a labels to the axis line. They are,

\n
    \n
  • inside: Renders the labels inside to the axis line.
  • \n
  • outside: Renders the labels outside to the axis line.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelposition"},"logBase":{"name":"logBase","description":"

The base value for logarithmic axis. It requires valueType to be Logarithmic.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#logbase"},"majorGridLines":{"name":"majorGridLines","description":"

Options for customizing major grid lines.

\n","type":"MajorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#majorgridlines"},"majorTickLines":{"name":"majorTickLines","description":"

Options for customizing major tick lines.

\n","type":"MajorTickLinesModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#majorticklines"},"maximumLabelWidth":{"name":"maximumLabelWidth","description":"

Specifies the maximum width of an axis label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#maximumlabelwidth"},"maximumLabels":{"name":"maximumLabels","description":"

The maximum number of label count per 100 pixels with respect to the axis length.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#maximumlabels"},"minorGridLines":{"name":"minorGridLines","description":"

Options for customizing minor grid lines.

\n","type":"MinorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#minorgridlines"},"minorTickLines":{"name":"minorTickLines","description":"

Options for customizing minor tick lines.

\n","type":"MinorTickLinesModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#minorticklines"},"minorTicksPerInterval":{"name":"minorTicksPerInterval","description":"

Specifies the number of minor ticks per interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#minorticksperinterval"},"name":{"name":"name","description":"

Unique identifier of an axis.\nTo associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#name"},"placeNextToAxisLine":{"name":"placeNextToAxisLine","description":"

Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#placenexttoaxisline"},"plotOffset":{"name":"plotOffset","description":"

Left and right padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#plotoffset"},"plotOffsetBottom":{"name":"plotOffsetBottom","description":"

Bottom padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#plotoffsetbottom"},"plotOffsetLeft":{"name":"plotOffsetLeft","description":"

Left padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#plotoffsetleft"},"plotOffsetRight":{"name":"plotOffsetRight","description":"

Right padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#plotoffsetright"},"plotOffsetTop":{"name":"plotOffsetTop","description":"

Top padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#plotoffsettop"},"rangePadding":{"name":"rangePadding","description":"

Specifies the padding for the axis range in terms of interval.They are,

\n
    \n
  • none: Padding cannot be applied to the axis.
  • \n
  • normal: Padding is applied to the axis based on the range calculation.
  • \n
  • additional: Interval of the axis is added as padding to the minimum and maximum values of the range.
  • \n
  • round: Axis range is rounded to the nearest possible value divided by the interval.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#rangepadding"},"rowIndex":{"name":"rowIndex","description":"

Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#rowindex"},"scrollbarSettings":{"name":"scrollbarSettings","description":"

Option to customize scrollbar with lazy loading

\n","type":"ScrollbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#scrollbarsettings"},"skeleton":{"name":"skeleton","description":"

Specifies the skeleton format in which the dateTime format will process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#skeleton"},"skeletonType":{"name":"skeletonType","description":"

It specifies the type of format to be used in dateTime format process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#skeletontype"},"span":{"name":"span","description":"

Specifies the number of columns or rows an axis has to span horizontally or vertically.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#span"},"stripLines":{"name":"stripLines","description":"

Specifies the stripLine collection for the axis

\n","type":"StripLineSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/axis#striplines"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#tabindex"},"tickPosition":{"name":"tickPosition","description":"

Specifies the placement of a ticks to the axis line. They are,

\n
    \n
  • inside: Renders the ticks inside to the axis line.
  • \n
  • outside: Renders the ticks outside to the axis line.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#tickposition"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the axis title.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#titlestyle"},"visible":{"name":"visible","description":"

If set to true, axis label will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#visible"},"zoomFactor":{"name":"zoomFactor","description":"

The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#zoomfactor"},"zoomPosition":{"name":"zoomPosition","description":"

Position of the zoomed axis. Value ranges from 0 to 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#zoomposition"},"zoomingScrollBar":{"name":"zoomingScrollBar","description":"","type":"ScrollBar","link":"//ej2.syncfusion.com/documentation/api/chart/axis#zoomingscrollbar"}},"Label":{"font":{"name":"font","description":"

The font of the axis labels

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#font"},"format":{"name":"format","description":"

To format the axis label, which accepts any global string format like 'C', 'n1', 'P' etc.\nAlso accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#format"},"offset":{"name":"offset","description":"

Distance of the labels from axis in pixel.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#offset"},"useRangeColor":{"name":"useRangeColor","description":"

If set true, labels takes the range color.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#userangecolor"},"autoAngle":{"name":"autoAngle","description":"

if set true, the labels will get rotated along the axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#autoangle"},"hiddenLabel":{"name":"hiddenLabel","description":"

Specifies the label of an axis, which must get hide when an axis makes a complete circle. They are

\n
    \n
  • first - Hides the 1st label on intersect.
  • \n
  • last - Hides the last label on intersect.
  • \n
  • none - Places both the labels.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#hiddenlabel"},"position":{"name":"position","description":"

Specifies the position of the labels. They are,

\n
    \n
  • inside - Places the labels inside the axis.
  • \n
  • outside - Places the labels outside of the axis.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#position"}},"Line":{"color":{"name":"color","description":"

The color of the axis line, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/line#color"},"dashArray":{"name":"dashArray","description":"

The dash array of the axis line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/line#dasharray"},"height":{"name":"height","description":"

Height of the axis line.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/line#height"},"offset":{"name":"offset","description":"

Specifies to move the axis line.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/line#offset"},"width":{"name":"width","description":"

The width of the line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/line#width"},"x1":{"name":"x1","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/line#x1"},"x2":{"name":"x2","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/line#x2"},"y1":{"name":"y1","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/line#y1"},"y2":{"name":"y2","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/line#y2"}},"Pointer":{"animationDuration":{"name":"animationDuration","description":"

Specifies the animating duration of pointer in milliseconds.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#animationduration"},"border":{"name":"border","description":"

Options for customizing the border of the needle.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#border"},"color":{"name":"color","description":"

The color of the pointer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#color"},"description":{"name":"description","description":"

Information about pointer for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#description"},"enableDrag":{"name":"enableDrag","description":"

Specifies the enable or disable the pointer drag.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#enabledrag"},"height":{"name":"height","description":"

Specifies the height of pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#height"},"imageUrl":{"name":"imageUrl","description":"

The URL for the Image that is to be displayed as pointer.\nIt requires marker shape value to be Image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#imageurl"},"markerType":{"name":"markerType","description":"

Specifies the marker shape in pointer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#markertype"},"offset":{"name":"offset","description":"

Specifies to move the pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#offset"},"opacity":{"name":"opacity","description":"

Specifies the opacity for pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#opacity"},"placement":{"name":"placement","description":"

Specifies the place of the pointer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#placement"},"roundedCornerRadius":{"name":"roundedCornerRadius","description":"

Specifies the rounded corner radius for pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#roundedcornerradius"},"type":{"name":"type","description":"

Specifies the type of pointer for an axis.

\n
    \n
  • needle - Renders a needle.
  • \n
  • marker - Renders a marker.
  • \n
  • rangeBar - Renders a rangeBar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#type"},"value":{"name":"value","description":"

Specifies the value of the pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#value"},"width":{"name":"width","description":"

Specifies the width of pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#width"},"animation":{"name":"animation","description":"

Configures the animation of pointers.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#animation"},"cap":{"name":"cap","description":"

Options for customizing the cap

\n","type":"CapModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#cap"},"markerHeight":{"name":"markerHeight","description":"

The height of the marker in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#markerheight"},"markerShape":{"name":"markerShape","description":"

Specifies the shape of the marker. They are

\n
    \n
  • circle - Renders a circle.
  • \n
  • rectangle - Renders a rectangle.
  • \n
  • triangle - Renders a triangle.
  • \n
  • diamond - Renders a diamond.
  • \n
  • invertedTriangle - Renders a invertedTriangle.
  • \n
  • image - Renders a image.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#markershape"},"markerWidth":{"name":"markerWidth","description":"

The width of the marker in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#markerwidth"},"needleTail":{"name":"needleTail","description":"

Options for customizing the back needle.

\n","type":"NeedleTailModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#needletail"},"pointerWidth":{"name":"pointerWidth","description":"

Width of the pointer in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#pointerwidth"},"radius":{"name":"radius","description":"

Length of the pointer in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#radius"}},"Range":{"border":{"name":"border","description":"

Specifies the border of axis range.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/range#border"},"color":{"name":"color","description":"

Specifies the color of the ranges

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#color"},"end":{"name":"end","description":"

Specifies the maximum value of the range.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#end"},"endWidth":{"name":"endWidth","description":"

Specifies the end width of the ranges

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#endwidth"},"offset":{"name":"offset","description":"

Specifies to move the axis range.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/range#offset"},"position":{"name":"position","description":"

Specifies to position the axis range.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/range#position"},"start":{"name":"start","description":"

Specifies the minimum value of the range.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#start"},"startWidth":{"name":"startWidth","description":"

Specifies the start width of the ranges

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#startwidth"},"legendText":{"name":"legendText","description":"

Specifies the text for legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#legendtext"},"opacity":{"name":"opacity","description":"

Specifies the opacity for ranges.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#opacity"},"radius":{"name":"radius","description":"

The radius of the range in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#radius"},"roundedCornerRadius":{"name":"roundedCornerRadius","description":"

Specifies the rounded corner radius for ranges.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#roundedcornerradius"}},"Tick":{"color":{"name":"color","description":"

The color of the tick line, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#color"},"height":{"name":"height","description":"

The height of the line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#height"},"interval":{"name":"interval","description":"

Specifies the interval of the tick line.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#interval"},"offset":{"name":"offset","description":"

Distance of the ticks from axis in pixel.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#offset"},"width":{"name":"width","description":"

The width of the ticks in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#width"},"position":{"name":"position","description":"

Specifies the position of the ticks. They are

\n
    \n
  • inside - Places the ticks inside the axis.
  • \n
  • outside - Places the ticks outside of the axis.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#position"},"useRangeColor":{"name":"useRangeColor","description":"

If set true, major ticks takes the range color.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#userangecolor"}},"LinearGauge":{"animationComplete":{"name":"animationComplete","description":"

Triggers after complete the animation for pointer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#animationcomplete"},"annotationRender":{"name":"annotationRender","description":"

Triggers before each annotation gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotationrender"},"axisLabelRender":{"name":"axisLabelRender","description":"

Triggers before each axis label gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axislabelrender"},"gaugeMouseDown":{"name":"gaugeMouseDown","description":"

Triggers when mouse down on gauge area.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#gaugemousedown"},"gaugeMouseLeave":{"name":"gaugeMouseLeave","description":"

Triggers when mouse leave from the gauge area .

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#gaugemouseleave"},"gaugeMouseMove":{"name":"gaugeMouseMove","description":"

Triggers when mouse move on gauge area.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#gaugemousemove"},"gaugeMouseUp":{"name":"gaugeMouseUp","description":"

Triggers when mouse up on gauge area.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#gaugemouseup"},"load":{"name":"load","description":"

Triggers before gauge load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#load"},"loaded":{"name":"loaded","description":"

Triggers after gauge loaded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#loaded"},"resized":{"name":"resized","description":"

Triggers after window resize.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#resized"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip get rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tooltiprender"},"valueChange":{"name":"valueChange","description":"

Triggers while drag the pointer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#valuechange"},"annotations":{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},"annotationsModule":{"name":"annotationsModule","description":"

annotationModule is used to place the any text or images into the gauge.

\n","type":"Annotations","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotationsmodule"},"axes":{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"},"background":{"name":"background","description":"

The background color of the gauge, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#background"},"border":{"name":"border","description":"

Options for customizing the color and width of the gauge border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#border"},"container":{"name":"container","description":"

Options for customizing the container linear gauge.

\n","type":"ContainerModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#container"},"containerBounds":{"name":"containerBounds","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#containerbounds"},"description":{"name":"description","description":"

Specifies the description for linear gauge.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#description"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#enablertl"},"format":{"name":"format","description":"

To apply internationalization for gauge

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#format"},"height":{"name":"height","description":"

The height of the Linear gauge as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, gauge will render to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#locale"},"margin":{"name":"margin","description":"

Options to customize the left, right, top and bottom margins of the gauge.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#margin"},"orientation":{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},"rangePalettes":{"name":"rangePalettes","description":"

Specifies color palette for axis ranges.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#rangepalettes"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the gauge.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tabindex"},"theme":{"name":"theme","description":"

Specifies the theme for the maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#theme"},"title":{"name":"title","description":"

Specifies the title for linear gauge.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title appearance of linear gauge.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip in linear gauge.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tooltip"},"tooltipModule":{"name":"tooltipModule","description":"

tooltipModule is used to display the pointer value.

\n","type":"GaugeTooltip","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tooltipmodule"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

Specifies whether a grouping separator should be used for a number.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#usegroupingseparator"},"width":{"name":"width","description":"

The width of the Linear gauge as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, gauge will render to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#databind"},"destroy":{"name":"destroy","description":"

To destroy the gauge element from the DOM.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#destroy"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#getmodulename"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#removeeventlistener"},"setAnnotationValue":{"name":"setAnnotationValue","description":"

To set the annotation value using this method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#setannotationvalue"},"setPointerValue":{"name":"setPointerValue","description":"

To set the pointer value using this method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#setpointervalue"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#inject"}},"Annotation":{"axisIndex":{"name":"axisIndex","description":"

Specifies the index of axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/annotation#axisindex"},"axisValue":{"name":"axisValue","description":"

Specifies the value of axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/annotation#axisvalue"},"content":{"name":"content","description":"

Sets the textual description of the node/connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#content"},"font":{"name":"font","description":"

The font of the axis labels.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/annotation#font"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontal alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#horizontalalignment"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the vertical alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#verticalalignment"},"x":{"name":"x","description":"

Specifies the position of x.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/annotation#x"},"y":{"name":"y","description":"

Specifies the position of y.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/annotation#y"},"zIndex":{"name":"zIndex","description":"

Specifies the zIndex of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/annotation#zindex"},"angle":{"name":"angle","description":"

Angle for annotation with respect to axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotation#angle"},"autoAngle":{"name":"autoAngle","description":"

Rotates the annotation along the axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotation#autoangle"},"description":{"name":"description","description":"

Information about annotation for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotation#description"},"radius":{"name":"radius","description":"

Radius for annotation with respect to axis.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotation#radius"},"textStyle":{"name":"textStyle","description":"

Options for customizing the annotation text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotation#textstyle"},"deleteAnnotation":{"name":"deleteAnnotation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotation#deleteannotation"},"editAnnotation":{"name":"editAnnotation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotation#editannotation"},"setAnnotationMode":{"name":"setAnnotationMode","description":"

Set annotation type to be added in next user interaction in PDF Document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotation#setannotationmode"},"updateMeasurementSettings":{"name":"updateMeasurementSettings","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotation#updatemeasurementsettings"},"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about an annotation

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#addinfo"},"constraints":{"name":"constraints","description":"

Enables or disables the default behaviors of the label.

\n
    \n
  • ReadOnly - Enables/Disables the ReadOnly Constraints
  • \n
  • InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
  • \n
\n","type":"AnnotationConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#constraints"},"dragLimit":{"name":"dragLimit","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#draglimit"},"height":{"name":"height","description":"

Sets the height of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#height"},"hyperlink":{"name":"hyperlink","description":"

Sets the hyperlink of the label

\n","type":"HyperlinkModel","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#hyperlink"},"id":{"name":"id","description":"

Defines the unique id of the annotation

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#id"},"margin":{"name":"margin","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#margin"},"rotateAngle":{"name":"rotateAngle","description":"

Sets the rotate angle of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#rotateangle"},"style":{"name":"style","description":"

Defines the appearance of the text

\n","type":"TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#style"},"template":{"name":"template","description":"

Sets the textual description of the node/connector

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#template"},"type":{"name":"type","description":"

Sets the type of the annotation

\n
    \n
  • Shape - Sets the annotation type as Shape
  • \n
  • Path - Sets the annotation type as Path
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#type"},"visibility":{"name":"visibility","description":"

Defines the visibility of the label

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#visibility"},"width":{"name":"width","description":"

Sets the width of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#width"}},"Border":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/border#color"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/border#width"},"radius":{"name":"radius","description":"

The radius of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/border#radius"}},"Container":{"backgroundColor":{"name":"backgroundColor","description":"

Specifies the background of the color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/container#backgroundcolor"},"border":{"name":"border","description":"

Specifies the border of container.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/container#border"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#height"},"offset":{"name":"offset","description":"

Specifies to move the container.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/container#offset"},"roundedCornerRadius":{"name":"roundedCornerRadius","description":"

Specifies the corner radius for rounded rectangle.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/container#roundedcornerradius"},"type":{"name":"type","description":"

Specifies the type of container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/container#type"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#width"},"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/container#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/container#bounds"},"children":{"name":"children","description":"

Gets/Sets the collection of child elements

\n","type":"DiagramElement[]","link":"//ej2.syncfusion.com/documentation/api/diagram/container#children"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/container#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/container#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#flip"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/container#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/container#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#offsety"},"padding":{"name":"padding","description":"

Gets/Sets the space between the container and its immediate children

\n","type":"Thickness","link":"//ej2.syncfusion.com/documentation/api/diagram/container#padding"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/container#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/container#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/container#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/container#visible"},"arrange":{"name":"arrange","description":"

Arranges the container and its children

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#getabsoluteposition"},"hasChildren":{"name":"hasChildren","description":"

returns whether the container has child elements or not

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#haschildren"},"measure":{"name":"measure","description":"

Measures the minimum space that the container requires

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#updatebounds"}},"Font":{"color":{"name":"color","description":"

Color for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#color"},"fontFamily":{"name":"fontFamily","description":"

FontFamily for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#fontfamily"},"fontStyle":{"name":"fontStyle","description":"

FontStyle for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#fontstyle"},"fontWeight":{"name":"fontWeight","description":"

FontWeight for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#fontweight"},"opacity":{"name":"opacity","description":"

Opacity for the text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/font#opacity"},"size":{"name":"size","description":"

Font size for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#size"},"textAlignment":{"name":"textAlignment","description":"

text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#textalignment"},"textOverflow":{"name":"textOverflow","description":"

Specifies the chart title text overflow

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#textoverflow"}},"Margin":{"bottom":{"name":"bottom","description":"

Bottom margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/margin#bottom"},"left":{"name":"left","description":"

Left margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/margin#left"},"right":{"name":"right","description":"

Right margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/margin#right"},"top":{"name":"top","description":"

Top margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/margin#top"}},"TooltipSettings":{"border":{"name":"border","description":"

Options to customize tooltip borders.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#border"},"enable":{"name":"enable","description":"

Enables / Disables the visibility of the tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#enable"},"enableAnimation":{"name":"enableAnimation","description":"

If set to true, ToolTip will animate while moving from one point to another.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#enableanimation"},"fill":{"name":"fill","description":"

The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#fill"},"format":{"name":"format","description":"

Format the ToolTip content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#format"},"template":{"name":"template","description":"

Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#template"},"textStyle":{"name":"textStyle","description":"

Options to customize the ToolTip text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#textstyle"},"markerShapes":{"name":"markerShapes","description":"

Specifies the marker shapes.

\n","type":"MarkerShape[]","link":"//ej2.syncfusion.com/documentation/api/treemap/tooltipSettings#markershapes"},"opacity":{"name":"opacity","description":"

The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#opacity"},"visible":{"name":"visible","description":"

Toggle the tooltip visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/tooltipSettings#visible"},"annotationSettings":{"name":"annotationSettings","description":"

Options to customize the annotation tooltip property.

\n","type":"AnnotationTooltipModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tooltipSettings#annotationsettings"},"rangeSettings":{"name":"rangeSettings","description":"

Options to customize the range tooltip property.

\n","type":"RangeTooltipModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tooltipSettings#rangesettings"},"showAtMousePosition":{"name":"showAtMousePosition","description":"

Options to show the tooltip position on pointer

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tooltipSettings#showatmouseposition"},"type":{"name":"type","description":"

Option to select the tooltip from Range, Annotation, Pointer

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tooltipSettings#type"},"valuePath":{"name":"valuePath","description":"

To customize the value of the tooltip.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/tooltipSettings#valuepath"},"baseline":{"name":"baseline","description":"

Defines template for baseline tooltip element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltipSettings#baseline"},"connectorLine":{"name":"connectorLine","description":"

Defines template for dependency line tooltip.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltipSettings#connectorline"},"editing":{"name":"editing","description":"

Defines tooltip template for taskbar editing action.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltipSettings#editing"},"showTooltip":{"name":"showTooltip","description":"

Enables or disables tooltip of Gantt element.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltipSettings#showtooltip"},"taskbar":{"name":"taskbar","description":"

Defines tooltip template for taskbar elements.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltipSettings#taskbar"},"enableMarker":{"name":"enableMarker","description":"

Enables / Disables the visibility of the marker.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#enablemarker"},"header":{"name":"header","description":"

Header for tooltip.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#header"},"shared":{"name":"shared","description":"

If set to true, a single ToolTip will be displayed for every index.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#shared"}},"GaugeTooltip":{"addEventListener":{"name":"addEventListener","description":"

To bind events for tooltip module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeTooltip#addeventlistener"},"mouseUpHandler":{"name":"mouseUpHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeTooltip#mouseuphandler"},"removeEventListener":{"name":"removeEventListener","description":"

To unbind events for tooltip module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeTooltip#removeeventlistener"},"removeTooltip":{"name":"removeTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeTooltip#removetooltip"},"renderTooltip":{"name":"renderTooltip","description":"

Method to render the tooltip for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeTooltip#rendertooltip"}},"GaugeLocation":{"x":{"name":"x","description":"

To specify x value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeLocation#x"},"y":{"name":"y","description":"

To specify y value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeLocation#y"}},"Size":{"height":{"name":"height","description":"

height of the size

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/size#height"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/size#width"}},"Workbook":{"cellStyles":{"name":"cellStyles","description":"","type":"Map","link":"//ej2.syncfusion.com/documentation/api/workbook/#cellstyles"},"mergedCellsStyle":{"name":"mergedCellsStyle","description":"","type":"Map","link":"//ej2.syncfusion.com/documentation/api/workbook/#mergedcellsstyle"},"isLeapYear":{"name":"isLeapYear","description":"

Checks if given year is a leap year.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/workbook/#isleapyear"},"save":{"name":"save","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/workbook/#save"},"saveAsBlob":{"name":"saveAsBlob","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/workbook/#saveasblob"}},"ChecksumCalculator":{"checksumUpdate":{"name":"checksumUpdate","description":"

Updates checksum by calculating checksum of the\ngiven buffer and adding it to current value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/checksumCalculator#checksumupdate"}},"CompressedStreamWriter":{"close":{"name":"close","description":"

close the stream and write all pending buffer in to stream

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#close"},"destroy":{"name":"destroy","description":"

release allocated un-managed resource

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#destroy"},"pendingBufferWriteBits":{"name":"pendingBufferWriteBits","description":"

write bits in to internal buffer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#pendingbufferwritebits"},"pendingBufferWriteShortBytes":{"name":"pendingBufferWriteShortBytes","description":"

Write Most Significant Bytes in to stream

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#pendingbufferwriteshortbytes"},"write":{"name":"write","description":"

Compresses data and writes it to the stream.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#write"},"writeZLibHeader":{"name":"writeZLibHeader","description":"

write ZLib header to the compressed data

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#writezlibheader"}},"CompressorHuffmanTree":{"huffCodeLengthOrders":{"name":"huffCodeLengthOrders","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#huffcodelengthorders"},"buildCodes":{"name":"buildCodes","description":"

calculate code from their frequencies

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#buildcodes"},"buildTree":{"name":"buildTree","description":"

Build huffman tree

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#buildtree"},"calculateBLFreq":{"name":"calculateBLFreq","description":"

calculate code frequencies

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#calculateblfreq"},"getEncodedLength":{"name":"getEncodedLength","description":"

calculate length of compressed data

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#getencodedlength"},"reset":{"name":"reset","description":"

reset all code data in tree

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#reset"},"setStaticCodes":{"name":"setStaticCodes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#setstaticcodes"},"writeCodeToStream":{"name":"writeCodeToStream","description":"

write code to the compressor output stream

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#writecodetostream"},"writeTree":{"name":"writeTree","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#writetree"},"bitReverse":{"name":"bitReverse","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#bitreverse"}},"ZipArchive":{"addDirectory":{"name":"addDirectory","description":"

add new directory to archive

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#adddirectory"},"addItem":{"name":"addItem","description":"

add new item to archive

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#additem"},"contains":{"name":"contains","description":"

determines whether an element is in the collection

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#contains"},"destroy":{"name":"destroy","description":"

release allocated un-managed resource

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#destroy"},"getItem":{"name":"getItem","description":"

gets item at specified index

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#getitem"},"save":{"name":"save","description":"

save archive with specified file name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#save"},"saveAsBlob":{"name":"saveAsBlob","description":"

Save archive as blob

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#saveasblob"}},"ZipArchiveItem":{"data":{"name":"data","description":"","type":"Blob|ArrayBuffer","link":"//ej2.syncfusion.com/documentation/api/zip-archive/zipArchiveItem#data"},"destroy":{"name":"destroy","description":"

release allocated un-managed resource

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/zipArchiveItem#destroy"}},"Button":{"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/button/#created"},"content":{"name":"content","description":"

Defines the text content of the Button element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#content"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the Button element. The Button types, styles, and\nsize can be defined by using\nthis.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the Button is disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#disabled"},"element":{"name":"element","description":"","type":"HTMLButtonElement","link":"//ej2.syncfusion.com/documentation/api/button/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#enablertl"},"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the Button that is used to include an icon.\nButtons can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#iconcss"},"iconPosition":{"name":"iconPosition","description":"

Positions the icon before/after the text content in the Button.\nThe possible values are:

\n
    \n
  • Left: The icon will be positioned to the left of the text content.
  • \n
  • Right: The icon will be positioned to the right of the text content.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#iconposition"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#isdestroyed"},"isPrimary":{"name":"isPrimary","description":"

Allows the appearance of the Button to be enhanced and visually appealing when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#isprimary"},"isToggle":{"name":"isToggle","description":"

Makes the Button toggle, when set to true. When you click it, the state changes from normal to active.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#istoggle"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#appendto"},"click":{"name":"click","description":"

Click the button element\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#click"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to Button\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#focusin"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#removeeventlistener"}},"CheckBox":{"change":{"name":"change","description":"

Triggers when the CheckBox state has been changed by user interaction.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/check-box/#change"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/check-box/#created"},"checked":{"name":"checked","description":"

Specifies a value that indicates whether the CheckBox is checked or not.\nWhen set to true, the CheckBox will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#checked"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the CheckBox element.\nYou can add custom styles to the CheckBox by using this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the CheckBox is disabled or not.\nWhen set to true, the CheckBox will be in disabled state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#disabled"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/check-box/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#enablertl"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/check-box/#htmlattributes"},"indeterminate":{"name":"indeterminate","description":"

Specifies a value that indicates whether the CheckBox is in indeterminate state or not.\nWhen set to true, the CheckBox will be in indeterminate state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#indeterminate"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#isdestroyed"},"label":{"name":"label","description":"

Defines the caption for the CheckBox, that describes the purpose of the CheckBox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#label"},"labelPosition":{"name":"labelPosition","description":"

Positions label before/after the CheckBox.\nThe possible values are:

\n
    \n
  • Before - The label is positioned to left of the CheckBox.
  • \n
  • After - The label is positioned to right of the CheckBox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#labelposition"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#locale"},"name":{"name":"name","description":"

Defines name attribute for the CheckBox.\nIt is used to reference form data (CheckBox value) after a form is submitted.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#name"},"value":{"name":"value","description":"

Defines value attribute for the CheckBox.\nIt is a form data passed to the server when submitting the form.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#appendto"},"click":{"name":"click","description":"

Click the CheckBox element\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#click"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to CheckBox\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#focusin"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#inject"}},"Chip":{"avatarIconCss":{"name":"avatarIconCss","description":"

This avatarIconCss property helps to customize avatar element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#avatariconcss"},"avatarText":{"name":"avatarText","description":"

This avatarText property helps to customize avatar content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#avatartext"},"cssClass":{"name":"cssClass","description":"

This cssClass property helps to customize ChipList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#cssclass"},"enabled":{"name":"enabled","description":"

This enabled property helps to enable/disable ChipList component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chip#enabled"},"leadingIconCss":{"name":"leadingIconCss","description":"

This leadingIconCss property helps to customize leading icon element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#leadingiconcss"},"text":{"name":"text","description":"

This text property helps to render ChipList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#text"},"trailingIconCss":{"name":"trailingIconCss","description":"

This trailingIconCss property helps to customize trailing icon element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#trailingiconcss"}},"ChipList":{"click":{"name":"click","description":"

This click event will get triggered once the chip is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#click"},"created":{"name":"created","description":"

This created event will get triggered once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#created"},"delete":{"name":"delete","description":"

This delete event will get triggered before removing the chip.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#delete"},"avatarIconCss":{"name":"avatarIconCss","description":"

This avatarIconCss property helps to customize avatar element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#avatariconcss"},"avatarText":{"name":"avatarText","description":"

This avatarText property helps to customize avatar content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#avatartext"},"chips":{"name":"chips","description":"

This chips property helps to render ChipList component.

\n","type":"string[]|number[]|ChipModel[]","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#chips"},"cssClass":{"name":"cssClass","description":"

This cssClass property helps to customize ChipList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#element"},"enableDelete":{"name":"enableDelete","description":"

This enableDelete property helps to enable delete functionality.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#enabledelete"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#enablertl"},"enabled":{"name":"enabled","description":"

This enabled property helps to enable/disable ChipList component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#enabled"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#isdestroyed"},"leadingIconCss":{"name":"leadingIconCss","description":"

This leadingIconCss property helps to customize leading icon element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#leadingiconcss"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#locale"},"selectedChips":{"name":"selectedChips","description":"

This selectedChips property helps to select chip items.

\n","type":"number[]|number","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#selectedchips"},"selection":{"name":"selection","description":"

This selection property enables chip selection type.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#selection"},"text":{"name":"text","description":"

This text property helps to render Chip component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#text"},"trailingIconCss":{"name":"trailingIconCss","description":"

This trailingIconCss property helps to customize trailing icon element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#trailingiconcss"},"add":{"name":"add","description":"

A function that adds chip items based on given input.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#add"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#databind"},"destroy":{"name":"destroy","description":"

It is used to destroy the ChipList component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#destroy"},"find":{"name":"find","description":"

A function that finds chip based on given input.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#find"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#getmodulename"},"getPersistData":{"name":"getPersistData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#getpersistdata"},"getSelectedChips":{"name":"getSelectedChips","description":"

A function that returns selected chips data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#getselectedchips"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#onpropertychanged"},"preRender":{"name":"preRender","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#prerender"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#refresh"},"remove":{"name":"remove","description":"

A function that removes chip items based on given input.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#remove"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#removeeventlistener"},"render":{"name":"render","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#render"},"select":{"name":"select","description":"

A function that selects chip items based on given input.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#select"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#inject"}},"RadioButton":{"change":{"name":"change","description":"

Event trigger when the RadioButton state has been changed by user interaction.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/radio-button/#change"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/radio-button/#created"},"checked":{"name":"checked","description":"

Specifies a value that indicates whether the RadioButton is checked or not.\nWhen set to true, the RadioButton will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#checked"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the RadioButton element.\nYou can add custom styles to the RadioButton by using this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the RadioButton is disabled or not.\nWhen set to true, the RadioButton will be in disabled state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#disabled"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/radio-button/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#enablertl"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#isdestroyed"},"label":{"name":"label","description":"

Defines the caption for the RadioButton, that describes the purpose of the RadioButton.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#label"},"labelPosition":{"name":"labelPosition","description":"

Positions label before/after the RadioButton.\nThe possible values are:

\n
    \n
  • Before: The label is positioned to left of the RadioButton.
  • \n
  • After: The label is positioned to right of the RadioButton.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#labelposition"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#locale"},"name":{"name":"name","description":"

Defines name attribute for the RadioButton.\nIt is used to reference form data (RadioButton value) after a form is submitted.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#name"},"value":{"name":"value","description":"

Defines value attribute for the RadioButton.\nIt is a form data passed to the server when submitting the form.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#appendto"},"click":{"name":"click","description":"

Click the RadioButton element\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#click"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to RadioButton\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#focusin"},"getSelectedValue":{"name":"getSelectedValue","description":"

To get the value of selected radio button in a group.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#getselectedvalue"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#inject"}},"Switch":{"change":{"name":"change","description":"

Triggers when Switch state has been changed by user interaction.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/switch/#change"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/switch/#created"},"checked":{"name":"checked","description":"

Specifies a value that indicates whether the Switch is checked or not.\nWhen set to true, the Switch will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#checked"},"cssClass":{"name":"cssClass","description":"

You can add custom styles to the Switch by using this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the Switch is disabled or not.\nWhen set to true, the Switch will be in disabled state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#disabled"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/switch/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#enablertl"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#locale"},"name":{"name":"name","description":"

Defines name attribute for the Switch.\nIt is used to reference form data (Switch value) after a form is submitted.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#name"},"offLabel":{"name":"offLabel","description":"

Specifies a text that indicates the Switch is in unchecked state.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#offlabel"},"onLabel":{"name":"onLabel","description":"

Specifies a text that indicates the Switch is in checked state.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#onlabel"},"value":{"name":"value","description":"

Defines value attribute for the Switch.\nIt is a form data passed to the server when submitting the form.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#appendto"},"click":{"name":"click","description":"

Click the switch element\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#click"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#databind"},"destroy":{"name":"destroy","description":"

Destroys the Switch widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to Switch\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#focusin"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#removeeventlistener"},"toggle":{"name":"toggle","description":"

Toggle the Switch component state into checked/unchecked.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#inject"}},"ButtonProps":{"click":{"name":"click","description":"

Event triggers when click the dialog button.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/buttonProps#click"},"buttonModel":{"name":"buttonModel","description":"

Specifies the button component properties to render the dialog buttons.

\n","type":"ButtonModel","link":"//ej2.syncfusion.com/documentation/api/dialog/buttonProps#buttonmodel"},"type":{"name":"type","description":"

Specify the type of the button.\nPossible values are Button, Submit and Reset.

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/dialog/buttonProps#type"}},"Dialog":{"beforeClose":{"name":"beforeClose","description":"

Event triggers before the dialog is closed.\nIf you cancel this event, the dialog remains opened.\nSet the cancel argument to true to cancel the closure of a dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#beforeclose"},"beforeOpen":{"name":"beforeOpen","description":"

Event triggers when the dialog is being opened.\nIf you cancel this event, the dialog remains closed.\nSet the cancel argument to true to cancel the open of a dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#beforeopen"},"close":{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},"created":{"name":"created","description":"

Event triggers when the dialog is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#created"},"drag":{"name":"drag","description":"

Event triggers when the user drags the dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#drag"},"dragStart":{"name":"dragStart","description":"

Event triggers when the user begins dragging the dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#dragstart"},"dragStop":{"name":"dragStop","description":"

Event triggers when the user stop dragging the dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#dragstop"},"open":{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},"overlayClick":{"name":"overlayClick","description":"

Event triggers when the overlay of dialog is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#overlayclick"},"resizeStart":{"name":"resizeStart","description":"

Event triggers when the user begins to resize a dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Event triggers when the user stop to resize a dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#resizestop"},"resizing":{"name":"resizing","description":"

Event triggers when the user resize the dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#resizing"},"allowDragging":{"name":"allowDragging","description":"

Specifies the value whether the dialog component can be dragged by the end-user.\nThe dialog allows to drag by selecting the header and dragging it for re-position the dialog.

\n
\n

More information on the draggable behavior can be found on this documentation section.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#allowdragging"},"animationSettings":{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n

{% codeBlock src="dialog/animation-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},"buttons":{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n

{% codeBlock src="dialog/buttons-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/buttons-api/index.html" %}{% endcodeBlock %}

\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"},"closeOnEscape":{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},"content":{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.\n{% codeBlock src="dialog/content-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},"cssClass":{"name":"cssClass","description":"

Specifies the CSS class name that can be appended with root element of the dialog.\nOne or more custom CSS classes can be added to a dialog.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/dialog/#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#enablepersistence"},"enableResize":{"name":"enableResize","description":"

Specifies the value whether the dialog component can be resized by the end-user.\nIf enableResize is true, the dialog component creates grip to resize it diagonal direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#enableresize"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#enablertl"},"footerTemplate":{"name":"footerTemplate","description":"

Specifies the template value that can be displayed with dialog's footer area.\nThis is optional property and can be used only when the footer is occupied with information or custom components.\nBy default, the footer is configured with action buttons.\nIf footer template is configured to dialog, the action buttons property will be disabled.

\n
\n

More information on the footer template configuration can be found on this documentation section.

\n
\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#footertemplate"},"header":{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},"height":{"name":"height","description":"

Specifies the height of the dialog component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#isdestroyed"},"isModal":{"name":"isModal","description":"

Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.

\n
    \n
  • Modal: It creates overlay that disable interaction with the parent application and user should\nrespond with modal before continuing with other applications.
  • \n
  • Modeless: It does not prevent user interaction with parent application.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#ismodal"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/dialog/#locale"},"position":{"name":"position","description":"

Specifies the value where the dialog can be positioned within the document or target.\nThe position can be represented with pre-configured positions or specific X and Y values.

\n
    \n
  • X value: left, center, right, or offset value.
  • \n
  • Y value: top, center, bottom, or offset value.
  • \n
\n","type":"PositionDataModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#position"},"showCloseIcon":{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},"target":{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},"visible":{"name":"visible","description":"

Specifies the value that represents whether the dialog component is visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#visible"},"width":{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},"zIndex":{"name":"zIndex","description":"

Specifies the z-order for rendering that determines whether the dialog is displayed in front or behind of another component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/dialog/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#destroy"},"getButtons":{"name":"getButtons","description":"

Returns the dialog button instances.\nBased on that, you can dynamically change the button states.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#getbuttons"},"hide":{"name":"hide","description":"

Closes the dialog if it is in visible state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#hide"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#refresh"},"refreshPosition":{"name":"refreshPosition","description":"

Refreshes the dialog's position when the user changes its header and footer height/width dynamically.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#refreshposition"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#removeeventlistener"},"show":{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#inject"}},"Popup":{"close":{"name":"close","description":"

Trigger the event once closed the popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/popup/#close"},"open":{"name":"open","description":"

Triggers the event once opened the popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/popup/#open"},"targetExitViewport":{"name":"targetExitViewport","description":"

Triggers the event when target element hide from view port on scroll.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/popup/#targetexitviewport"},"actionOnScroll":{"name":"actionOnScroll","description":"

specifies the action that should happen when scroll the target-parent container.\nThis property should define either reposition or hide.\nwhen set reposition to this property, the popup position will refresh when scroll any parent container.\nwhen set hide to this property, the popup will be closed when scroll any parent container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/popup/#actiononscroll"},"collision":{"name":"collision","description":"

Specifies the collision handler settings of the component.

\n","type":"CollisionAxis","link":"//ej2.syncfusion.com/documentation/api/popup/#collision"},"content":{"name":"content","description":"

Specifies the content of the popup element, it can be string or HTMLElement.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/popup/#content"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/popup/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/popup/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

specifies the rtl direction state of the popup element.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/popup/#enablertl"},"height":{"name":"height","description":"

Specifies the height of the popup element.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/popup/#height"},"hideAnimation":{"name":"hideAnimation","description":"

specifies the animation that should happen when popup closes.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/popup/#hideanimation"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/popup/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/popup/#locale"},"offsetX":{"name":"offsetX","description":"

specifies the popup element offset-x value, respective to the relative element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/popup/#offsetx"},"offsetY":{"name":"offsetY","description":"

specifies the popup element offset-y value, respective to the relative element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/popup/#offsety"},"position":{"name":"position","description":"

Specifies the popup element position, respective to the relative element.

\n","type":"PositionDataModel","link":"//ej2.syncfusion.com/documentation/api/popup/#position"},"relateTo":{"name":"relateTo","description":"

Specifies the relative container element of the popup element.Based on the relative element, popup element will be positioned.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/popup/#relateto"},"showAnimation":{"name":"showAnimation","description":"

specifies the animation that should happen when popup open.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/popup/#showanimation"},"targetType":{"name":"targetType","description":"

Specifies the relative element type of the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/popup/#targettype"},"viewPortElement":{"name":"viewPortElement","description":"

Specifies the collision detectable container element of the component.

\n","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/popup/#viewportelement"},"width":{"name":"width","description":"

Specifies the height of the popup element.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/popup/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/popup/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#databind"},"destroy":{"name":"destroy","description":"

To destroy the control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#destroy"},"getScrollableParent":{"name":"getScrollableParent","description":"

Gets scrollable parent elements for the given element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#getscrollableparent"},"hide":{"name":"hide","description":"

Hides the popup element from screen.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#hide"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#refresh"},"refreshPosition":{"name":"refreshPosition","description":"

Based on the relative element and offset values, Popup element position will refreshed.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#refreshposition"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#removeeventlistener"},"show":{"name":"show","description":"

Shows the popup element from screen.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#show"},"unwireScrollEvents":{"name":"unwireScrollEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#unwirescrollevents"},"wireScrollEvents":{"name":"wireScrollEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#wirescrollevents"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#inject"}},"PositionData":{"X":{"name":"X","description":"

specify the offset left value

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/popup/positionData#x"},"Y":{"name":"Y","description":"

specify the offset top value.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/popup/positionData#y"}},"Animation":{"close":{"name":"close","description":"

Animation settings to be applied on the Tooltip, when it is closed.

\n","type":"TooltipAnimationSettings","link":"//ej2.syncfusion.com/documentation/api/tooltip/animation#close"},"open":{"name":"open","description":"

Animation settings to be applied on the Tooltip, while it is being shown over the target.

\n","type":"TooltipAnimationSettings","link":"//ej2.syncfusion.com/documentation/api/tooltip/animation#open"},"duration":{"name":"duration","description":"

The duration of animation in milliseconds.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/animation#duration"},"enable":{"name":"enable","description":"

If set to true, series gets animated on initial loading.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/animation#enable"},"begin":{"name":"begin","description":"

Triggers when the animation is started

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/animation/#begin"},"end":{"name":"end","description":"

Triggers when animation is completed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/animation/#end"},"fail":{"name":"fail","description":"

Triggers when animation is failed due to any scripts

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/animation/#fail"},"progress":{"name":"progress","description":"

Triggers when animation is in-progress

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/animation/#progress"},"delay":{"name":"delay","description":"

The option to delay animation of the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/animation#delay"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/animation/#element"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/animation/#isdestroyed"},"name":{"name":"name","description":"

Specify the type of animation

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/animation/#name"},"timingFunction":{"name":"timingFunction","description":"

Specify the animation timing function

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/animation/#timingfunction"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#addeventlistener"},"animate":{"name":"animate","description":"

Applies animation to the current element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#animate"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#databind"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#removeeventlistener"},"stop":{"name":"stop","description":"

Stop the animation effect on animated element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#stop"}},"Tooltip":{"afterClose":{"name":"afterClose","description":"

We can trigger afterClose event when the Tooltip Component gets closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#afterclose"},"afterOpen":{"name":"afterOpen","description":"

We can trigger afterOpen event after the Tooltip Component gets opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#afteropen"},"beforeClose":{"name":"beforeClose","description":"

We can trigger beforeClose event before the Tooltip hides from the screen. If returned false, then the Tooltip is no more hidden.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforeclose"},"beforeCollision":{"name":"beforeCollision","description":"

We can trigger beforeCollision event for every collision fit calculation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforecollision"},"beforeOpen":{"name":"beforeOpen","description":"

We can trigger beforeOpen event before the Tooltip is displayed over the target element.\nWhen one of its arguments cancel is set to true, the Tooltip display can be prevented.\nThis event is mainly used for the purpose of refreshing the Tooltip positions dynamically or to\nset customized styles in it and so on.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforeopen"},"beforeRender":{"name":"beforeRender","description":"

We can trigger beforeRender event before the Tooltip and its contents are added to the DOM.\nWhen one of its arguments cancel is set to true, the Tooltip can be prevented from rendering on the page.\nThis event is mainly used for the purpose of customizing the Tooltip before it shows up on the screen.\nFor example, to load the AJAX content or to set new animation effects on the Tooltip, this event can be opted.\nRefer the documentation\nhere\nto know more about this property with demo.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforerender"},"created":{"name":"created","description":"

We can trigger created event after the Tooltip component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#created"},"destroyed":{"name":"destroyed","description":"

We can trigger destroyed event when the Tooltip component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#destroyed"},"animation":{"name":"animation","description":"

We can set the same or different animation option to Tooltip while it is in open or close state.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="tooltip/animation-api/index.ts" %}{% endcodeBlock %}

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/tooltip/#animation"},"closeDelay":{"name":"closeDelay","description":"

It is used to close the Tooltip after a specified delay in milliseconds.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#closedelay"},"content":{"name":"content","description":"

It is used to display the content of Tooltip which can be both string and HTML Elements.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="tooltip/content-api/index.ts" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tooltip/#content"},"cssClass":{"name":"cssClass","description":"

It is used to customize the Tooltip which accepts custom CSS class names that\ndefines specific user-defined styles and themes to be applied on the Tooltip element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#enablertl"},"height":{"name":"height","description":"

It is used to set the height of Tooltip component which accepts both string and number values.\nWhen Tooltip content gets overflow due to height value then the scroll mode will be enabled.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#isdestroyed"},"isSticky":{"name":"isSticky","description":"

It is used to display the Tooltip in an open state until closed by manually.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#issticky"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#locale"},"mouseTrail":{"name":"mouseTrail","description":"

It allows the Tooltip to follow the mouse pointer movement over the specified target element.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#mousetrail"},"offsetX":{"name":"offsetX","description":"

It sets the space between the target and Tooltip element in X axis.\n{% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#offsetx"},"offsetY":{"name":"offsetY","description":"

It sets the space between the target and Tooltip element in Y axis.\n{% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#offsety"},"openDelay":{"name":"openDelay","description":"

It is used to open the Tooltip after the specified delay in milliseconds.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#opendelay"},"opensOn":{"name":"opensOn","description":"

It is used to determine the device mode to display the Tooltip content.\nIf it is in desktop, it will show the Tooltip content when hovering on the target element.\nIf it is in touch device, it will show the Tooltip content when tap and holding on the target element.\n{% codeBlock src="tooltip/opensOn-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#openson"},"position":{"name":"position","description":"

It is used to set the position of Tooltip element, with respect to Target element.\n{% codeBlock src="tooltip/position-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#position"},"showTipPointer":{"name":"showTipPointer","description":"

It is used to show or hide the tip pointer of Tooltip.\n{% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#showtippointer"},"target":{"name":"target","description":"

It is used to denote the target selector where the Tooltip need to be displayed.\nThe target element is considered as parent container.\n{% codeBlock src="tooltip/target-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#target"},"tipPointerPosition":{"name":"tipPointerPosition","description":"

It is used to set the position of tip pointer on tooltip.\nWhen it sets to auto, the tip pointer auto adjusts within the space of target's length\nand does not point outside.\nRefer the documentation\nhere\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#tippointerposition"},"width":{"name":"width","description":"

It is used to set the width of Tooltip component which accepts both string and number values.\nWhen set to auto, the Tooltip width gets auto adjusted to display its content within the viewable screen.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#appendto"},"close":{"name":"close","description":"

It is used to hide the Tooltip with specific animation effect.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#close"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#databind"},"destroy":{"name":"destroy","description":"

It is used to destroy the Tooltip component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#destroy"},"open":{"name":"open","description":"

It is used to show the Tooltip on the specified target with specific animation settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#open"},"refresh":{"name":"refresh","description":"

It is used to refresh the Tooltip content and its position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#inject"},"isFadeout":{"name":"isFadeout","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/tooltip#isfadeout"},"tooltipObject":{"name":"tooltipObject","description":"","type":"tool","link":"//ej2.syncfusion.com/documentation/api/heatmap/tooltip#tooltipobject"},"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltip#parent"},"toolTipObj":{"name":"toolTipObj","description":"","type":"TooltipComponent","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltip#tooltipobj"},"control":{"name":"control","description":"","type":"AccumulationChart|Chart","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#control"},"elementSize":{"name":"elementSize","description":"","type":"Size","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#elementsize"},"formattedText":{"name":"formattedText","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#formattedtext"},"header":{"name":"header","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#header"},"headerText":{"name":"headerText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#headertext"},"insideRegion":{"name":"insideRegion","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#insideregion"},"inverted":{"name":"inverted","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#inverted"},"isRemove":{"name":"isRemove","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#isremove"},"lierIndex":{"name":"lierIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#lierindex"},"svgTooltip":{"name":"svgTooltip","description":"","type":"SVGTooltip","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#svgtooltip"},"text":{"name":"text","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#text"},"textElements":{"name":"textElements","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#textelements"},"textStyle":{"name":"textStyle","description":"","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#textstyle"},"toolTipInterval":{"name":"toolTipInterval","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#tooltipinterval"},"createElement":{"name":"createElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#createelement"},"createTooltip":{"name":"createTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#createtooltip"},"fadeOut":{"name":"fadeOut","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#fadeout"},"getClosestX":{"name":"getClosestX","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#getclosestx"},"getElement":{"name":"getElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#getelement"},"highlightPoint":{"name":"highlightPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#highlightpoint"},"highlightPoints":{"name":"highlightPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#highlightpoints"},"isSelected":{"name":"isSelected","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#isselected"},"pushData":{"name":"pushData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#pushdata"},"removeHighlight":{"name":"removeHighlight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#removehighlight"},"removeHighlightedMarker":{"name":"removeHighlightedMarker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#removehighlightedmarker"},"removeText":{"name":"removeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#removetext"},"stopAnimation":{"name":"stopAnimation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#stopanimation"},"tooltip":{"name":"tooltip","description":"

Renders the tooltip.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#tooltip"},"updatePreviousPoint":{"name":"updatePreviousPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#updatepreviouspoint"}},"AxisHelper":{"renderAxes":{"name":"renderAxes","description":"

To render the x and y axis.\n@private

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/axisHelper#renderaxes"}},"AdaptiveMinMax":{"max":{"name":"max","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptiveMinMax#max"},"min":{"name":"min","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptiveMinMax#min"}},"Adaptor":{"adaptiveXMinMax":{"name":"adaptiveXMinMax","description":"","type":"AdaptiveMinMax","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptor#adaptivexminmax"},"adaptiveYMinMax":{"name":"adaptiveYMinMax","description":"","type":"AdaptiveMinMax","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptor#adaptiveyminmax"},"reconstructData":{"name":"reconstructData","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptor#reconstructdata"},"reconstructedXAxis":{"name":"reconstructedXAxis","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptor#reconstructedxaxis"},"reconstructedYAxis":{"name":"reconstructedYAxis","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptor#reconstructedyaxis"}},"Data":{"adaptorType":{"name":"adaptorType","description":"

specifies Adaptor type

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#adaptortype"},"bubbleDataMapping":{"name":"bubbleDataMapping","description":"

Specifies data mapping for size and color bubble type.

\n","type":"BubbleDataModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#bubbledatamapping"},"isJsonData":{"name":"isJsonData","description":"

Specifies the provided datasource is an JSON data.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#isjsondata"},"valueMapping":{"name":"valueMapping","description":"

Specifies value mapping.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#valuemapping"},"xDataMapping":{"name":"xDataMapping","description":"

Specifies xAxis mapping.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#xdatamapping"},"yDataMapping":{"name":"yDataMapping","description":"

Specifies yAxis mapping.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#ydatamapping"}},"TwoDimensional":{"processDataSource":{"name":"processDataSource","description":"

To reconstruct proper two dimensional dataSource depends on min and max values.\n@private

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/twoDimensional#processdatasource"}},"HeatMap":{"cellClick":{"name":"cellClick","description":"

Triggers when click the heat map cell.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellclick"},"cellRender":{"name":"cellRender","description":"

Triggers before each heatmap cell renders.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellrender"},"cellSelected":{"name":"cellSelected","description":"

Triggers when multiple cells gets selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellselected"},"created":{"name":"created","description":"

Triggers after heat map rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#created"},"legendRender":{"name":"legendRender","description":"

Triggers before the legend is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendrender"},"load":{"name":"load","description":"

Triggers before heat map load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#load"},"loaded":{"name":"loaded","description":"

Triggers after heatmap is loaded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#loaded"},"resized":{"name":"resized","description":"

Triggers after resizing of Heatmap.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#resized"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers when click the heat map cell.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#tooltiprender"},"allowSelection":{"name":"allowSelection","description":"

Enable or disable the selection of multiple cells in heatmap

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#allowselection"},"cellSettings":{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},"dataSource":{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},"dataSourceSettings":{"name":"dataSourceSettings","description":"

Specifies the datasource settings for heat map.

\n","type":"DataModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasourcesettings"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/heatmap/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#enablertl"},"heatMapAxis":{"name":"heatMapAxis","description":"","type":"AxisHelper","link":"//ej2.syncfusion.com/documentation/api/heatmap/#heatmapaxis"},"heatMapSeries":{"name":"heatMapSeries","description":"","type":"Series","link":"//ej2.syncfusion.com/documentation/api/heatmap/#heatmapseries"},"height":{"name":"height","description":"

The height of the heatmap as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, heatmap renders to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#isdestroyed"},"legendSettings":{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#locale"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the heat map.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#margin"},"paletteSettings":{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},"renderingMode":{"name":"renderingMode","description":"

Specifies the rendering mode of heat map.

\n
    \n
  • SVG - Heat map is render using SVG draw mode.
  • \n
  • Canvas - Heat map is render using Canvas draw mode.
  • \n
  • Auto - Automatically switch the draw mode based on number of records in data source.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#renderingmode"},"showTooltip":{"name":"showTooltip","description":"

Enable or disable the tool tip for heatmap

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#showtooltip"},"theme":{"name":"theme","description":"

Specifies the theme for heatmap.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#theme"},"titleSettings":{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},"tooltipSettings":{"name":"tooltipSettings","description":"

Options for customizing the ToolTipSettings property of the heat map

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#tooltipsettings"},"width":{"name":"width","description":"

The width of the heatmap as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, heatmap renders to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#width"},"xAxis":{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},"yAxis":{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#appendto"},"clearSelection":{"name":"clearSelection","description":"

To clear the multi cell selection

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#clearselection"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#destroy"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#getmodulename"},"heatMapMouseClick":{"name":"heatMapMouseClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#heatmapmouseclick"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#refresh"},"refreshBound":{"name":"refreshBound","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#refreshbound"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#inject"}},"Legend":{"currentPage":{"name":"currentPage","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#currentpage"},"fillRect":{"name":"fillRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#fillrect"},"gradientPointer":{"name":"gradientPointer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#gradientpointer"},"labelCollection":{"name":"labelCollection","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#labelcollection"},"labelCollections":{"name":"labelCollections","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#labelcollections"},"legendGroup":{"name":"legendGroup","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#legendgroup"},"legendLabelTooltip":{"name":"legendLabelTooltip","description":"","type":"CanvasTooltip[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#legendlabeltooltip"},"legendRectScale":{"name":"legendRectScale","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#legendrectscale"},"listPerPage":{"name":"listPerPage","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#listperpage"},"maxLegendLabelSize":{"name":"maxLegendLabelSize","description":"","type":"Size","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#maxlegendlabelsize"},"navigationCollections":{"name":"navigationCollections","description":"","type":"Rect[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#navigationcollections"},"previousOptions":{"name":"previousOptions","description":"","type":"GradientPointer","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#previousoptions"},"legendCollection":{"name":"legendCollection","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendcollection"},"legendRenderingCollections":{"name":"legendRenderingCollections","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendrenderingcollections"},"maxWidth":{"name":"maxWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/legend#maxwidth"},"titleRect":{"name":"titleRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/legend#titlerect"},"calculateLegendBounds":{"name":"calculateLegendBounds","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#calculatelegendbounds"},"click":{"name":"click","description":"

To show the tooltip for the trimmed text in legend.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/legend#click"},"legendElement":{"name":"legendElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendelement"},"legendHighlightCollection":{"name":"legendHighlightCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendhighlightcollection"},"legendSelection":{"name":"legendSelection","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendselection"},"legendSelectionCollection":{"name":"legendSelectionCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendselectioncollection"},"oldShapeElement":{"name":"oldShapeElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/maps/legend#oldshapeelement"},"shapeSelection":{"name":"shapeSelection","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/legend#shapeselection"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#addeventlistener"},"changeNextPage":{"name":"changeNextPage","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#changenextpage"},"drawLegend":{"name":"drawLegend","description":"

To draw the legend shape and text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#drawlegend"},"interactiveHandler":{"name":"interactiveHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#interactivehandler"},"legendGradientColor":{"name":"legendGradientColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendgradientcolor"},"legendHighLightAndSelection":{"name":"legendHighLightAndSelection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendhighlightandselection"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#removeeventlistener"},"removeLegendHighlightCollection":{"name":"removeLegendHighlightCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#removelegendhighlightcollection"},"removeLegendSelectionCollection":{"name":"removeLegendSelectionCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#removelegendselectioncollection"},"removeShapeHighlightCollection":{"name":"removeShapeHighlightCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#removeshapehighlightcollection"},"renderLegend":{"name":"renderLegend","description":"

To calculate legend bounds and draw the legend shape and text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#renderlegend"},"shapeHighLightAndSelection":{"name":"shapeHighLightAndSelection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#shapehighlightandselection"},"wireEvents":{"name":"wireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#wireevents"},"totalPages":{"name":"totalPages","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/legend#totalpages"}},"LegendSettings":{"alignment":{"name":"alignment","description":"

Legend in chart can be aligned as follows:

\n
    \n
  • Near: Aligns the legend to the left of the chart.
  • \n
  • Center: Aligns the legend to the center of the chart.
  • \n
  • Far: Aligns the legend to the right of the chart.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#alignment"},"enableSmartLegend":{"name":"enableSmartLegend","description":"

Specifies whether smart legend should be displayed or not when palette type is fixed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendSettings#enablesmartlegend"},"height":{"name":"height","description":"

The height of the legend in pixels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#height"},"labelDisplayType":{"name":"labelDisplayType","description":"

Specifies the type of label display for smart legend.

\n
    \n
  • All: All labels are displayed.
  • \n
  • Edge: Labels will be displayed only at the edges of the legend.
  • \n
  • None: No labels are displayed.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendSettings#labeldisplaytype"},"labelFormat":{"name":"labelFormat","description":"

Specifies the formatting options for the legend label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendSettings#labelformat"},"position":{"name":"position","description":"

Position of the legend in the chart are,

\n
    \n
  • Auto: Places the legend based on area type.
  • \n
  • Top: Displays the legend at the top of the chart.
  • \n
  • Left: Displays the legend at the left of the chart.
  • \n
  • Bottom: Displays the legend at the bottom of the chart.
  • \n
  • Right: Displays the legend at the right of the chart.
  • \n
  • Custom: Displays the legend based on the given x and y values.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#position"},"showGradientPointer":{"name":"showGradientPointer","description":"

Specifies whether the gradient pointer should be visible or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendSettings#showgradientpointer"},"showLabel":{"name":"showLabel","description":"

Specifies whether the label should be visible or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendSettings#showlabel"},"textStyle":{"name":"textStyle","description":"

Options to customize the legend text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#textstyle"},"toggleVisibility":{"name":"toggleVisibility","description":"

If set to true, series' visibility collapses based on the legend visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#togglevisibility"},"visible":{"name":"visible","description":"

If set to true, legend will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#visible"},"width":{"name":"width","description":"

The width of the legend in pixels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#width"},"background":{"name":"background","description":"

The background color of the legend that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#background"},"border":{"name":"border","description":"

Options to customize the border of the legend.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#border"},"fill":{"name":"fill","description":"

Specifies the legend shape color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#fill"},"imageUrl":{"name":"imageUrl","description":"

Specifies the images url.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/legendSettings#imageurl"},"invertedPointer":{"name":"invertedPointer","description":"

Inverted pointer for interactive legend

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#invertedpointer"},"labelDisplayMode":{"name":"labelDisplayMode","description":"

Specifies the label intersect action.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#labeldisplaymode"},"labelPosition":{"name":"labelPosition","description":"

To place the label position for interactive legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#labelposition"},"location":{"name":"location","description":"

Specifies the location of the legend, relative to the chart.\nIf x is 20, legend moves by 20 pixels to the right of the chart. It requires the position to be Custom.

\n","type":"LocationModel","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#location"},"mode":{"name":"mode","description":"

Customize the legend mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#mode"},"opacity":{"name":"opacity","description":"

Opacity of the legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#opacity"},"orientation":{"name":"orientation","description":"

Customize the legend items placed

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#orientation"},"removeDuplicateLegend":{"name":"removeDuplicateLegend","description":"

Removes the duplicate legend item

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#removeduplicatelegend"},"shape":{"name":"shape","description":"

Customize the legend shape of the maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#shape"},"shapeBorder":{"name":"shapeBorder","description":"

Options for customizing the color and width of the shape border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#shapeborder"},"shapeHeight":{"name":"shapeHeight","description":"

Shape height of the legend in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#shapeheight"},"shapePadding":{"name":"shapePadding","description":"

Padding between the legend shape and text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#shapepadding"},"shapeWidth":{"name":"shapeWidth","description":"

Shape width of the legend in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#shapewidth"},"showLegendPath":{"name":"showLegendPath","description":"

Enable or disable the visibility of legend

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#showlegendpath"},"title":{"name":"title","description":"

To configure the title of the legend.

\n","type":"CommonTitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing text styles of the legend.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#titlestyle"},"valuePath":{"name":"valuePath","description":"

Bind the dataSource field for legend

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#valuepath"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the chart.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#margin"},"padding":{"name":"padding","description":"

Option to customize the padding between legend items.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#padding"},"toggleLegendSettings":{"name":"toggleLegendSettings","description":"

Options for customizing the color and width of the selection.

\n","type":"ToggleLegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#togglelegendsettings"},"type":{"name":"type","description":"

Type of the legend rendering

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#type"},"description":{"name":"description","description":"

Description for legends.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#description"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#tabindex"}},"AxisLabelBorder":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/axisLabelBorder#color"},"type":{"name":"type","description":"

Border type for labels

\n
    \n
  • Rectangle
  • \n
  • Without Top Border
  • \n
  • Without Top/Bottom Border
  • \n
  • Without Border
  • \n
  • Without Bottom Border
  • \n
  • Brace
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/axisLabelBorder#type"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/axisLabelBorder#width"}},"BubbleData":{"color":{"name":"color","description":"

Mapping property to set color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleData#color"},"size":{"name":"size","description":"

Mapping property to set size.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleData#size"}},"BubbleSize":{"maximum":{"name":"maximum","description":"

Specifies the maximum radius value of the cell in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleSize#maximum"},"minimum":{"name":"minimum","description":"

Specifies the minimum radius value of the cell in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleSize#minimum"}},"BubbleTooltipData":{"bubbleData":{"name":"bubbleData","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleTooltipData#bubbledata"},"mappingName":{"name":"mappingName","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleTooltipData#mappingname"},"valueType":{"name":"valueType","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleTooltipData#valuetype"}},"ColorCollection":{"color":{"name":"color","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/colorCollection#color"},"label":{"name":"label","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/colorCollection#label"},"value":{"name":"value","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/colorCollection#value"}},"LegendColorCollection":{"color":{"name":"color","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#color"},"isHidden":{"name":"isHidden","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#ishidden"},"label":{"name":"label","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#label"},"value":{"name":"value","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#value"}},"MultiLevelCategories":{"end":{"name":"end","description":"

End value of the multi level labels

\n","type":"number|Date|string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#end"},"maximumTextWidth":{"name":"maximumTextWidth","description":"

Maximum width of the text for multi level labels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#maximumtextwidth"},"start":{"name":"start","description":"

Start value of the multi level labels

\n","type":"number|Date|string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#start"},"text":{"name":"text","description":"

multi level labels text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#text"},"customAttributes":{"name":"customAttributes","description":"

multi level labels custom data.

\n","type":"object","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#customattributes"},"type":{"name":"type","description":"

Border type for labels

\n
    \n
  • Rectangle
  • \n
  • Without Top Border
  • \n
  • Without Top and BottomBorder
  • \n
  • Without Border
  • \n
  • Brace
  • \n
  • CurlyBrace
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#type"}},"MultiLevelLabels":{"alignment":{"name":"alignment","description":"

Defines the position of the multi level labels. They are,

\n
    \n
  • Near: Places the multi level labels at Near.
  • \n
  • Center: Places the multi level labels at Center.
  • \n
  • Far: Places the multi level labels at Far.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabels#alignment"},"border":{"name":"border","description":"

Border of the multi level labels.

\n","type":"LabelBorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabels#border"},"categories":{"name":"categories","description":"

multi level categories for multi level labels.

\n","type":"MultiLevelCategoriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabels#categories"},"overflow":{"name":"overflow","description":"

Defines the textOverFlow for multi level labels. They are,

\n
    \n
  • Trim: Trim textOverflow for multi level labels.
  • \n
  • Wrap: Wrap textOverflow for multi level labels.
  • \n
  • none: None textOverflow for multi level labels.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabels#overflow"},"textStyle":{"name":"textStyle","description":"

Options to customize the multi level labels.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabels#textstyle"}},"PaletteCollection":{"color":{"name":"color","description":"

Palette color text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteCollection#color"},"label":{"name":"label","description":"

Palette color label

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteCollection#label"},"value":{"name":"value","description":"

Palette color value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteCollection#value"}},"Title":{"text":{"name":"text","description":"

text for title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#text"},"textStyle":{"name":"textStyle","description":"

options for customizing title text

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#textstyle"},"description":{"name":"description","description":"

description for title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#description"},"enableTrim":{"name":"enableTrim","description":"

trim the title.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#enabletrim"},"font":{"name":"font","description":"

options for customizing title font

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#font"},"maximumWidth":{"name":"maximumWidth","description":"

maximum width of the sub title

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#maximumwidth"},"subtitle":{"name":"subtitle","description":"

options for customizing sub title

\n","type":"SubtitleModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#subtitle"},"textAlignment":{"name":"textAlignment","description":"

text alignment for title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#textalignment"},"visible":{"name":"visible","description":"

visibility for title.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#visible"}},"TooltipBorder":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/tooltipBorder#color"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/tooltipBorder#width"}},"CellSettings":{"border":{"name":"border","description":"

Specifies the cell border style.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#border"},"bubbleSize":{"name":"bubbleSize","description":"

Specifies the minimum and maximum radius value of the cell in percentage.

\n","type":"BubbleSizeModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#bubblesize"},"bubbleType":{"name":"bubbleType","description":"

Defines Bubble Type. They are

\n
    \n
  • Size: Define the bubble type is size.
  • \n
  • Color: Define the bubble type is color.
  • \n
  • Sector: Define the bubble type is sector.
  • \n
  • SizeAndColor: Define the bubble type is sizeandcolor.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#bubbletype"},"enableCellHighlighting":{"name":"enableCellHighlighting","description":"

Enable or disable the cell highlighting on mouse hover

\n","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#enablecellhighlighting"},"format":{"name":"format","description":"

Specifies the formatting options for the data label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#format"},"isInversedBubbleSize":{"name":"isInversedBubbleSize","description":"

Enable or disable the bubble to display in inverse

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#isinversedbubblesize"},"showLabel":{"name":"showLabel","description":"

Toggles the visibility of data label over the heatmap cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#showlabel"},"textStyle":{"name":"textStyle","description":"

Specifies the cell label style.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#textstyle"},"tileType":{"name":"tileType","description":"

Defines cell Type. They are

\n
    \n
  • Rect: Render a HeatMap cells in rectangle shape.
  • \n
  • Bubble: Render a HeatMap cells in bubble shape.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#tiletype"}},"Series":{"checkLabelXDisplay":{"name":"checkLabelXDisplay","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#checklabelxdisplay"},"checkLabelYDisplay":{"name":"checkLabelYDisplay","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#checklabelydisplay"},"hoverXAxisLabel":{"name":"hoverXAxisLabel","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#hoverxaxislabel"},"hoverXAxisValue":{"name":"hoverXAxisValue","description":"","type":"string|number|Date","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#hoverxaxisvalue"},"hoverYAxisLabel":{"name":"hoverYAxisLabel","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#hoveryaxislabel"},"hoverYAxisValue":{"name":"hoverYAxisValue","description":"","type":"string|number|Date","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#hoveryaxisvalue"},"rectPositionCollection":{"name":"rectPositionCollection","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#rectpositioncollection"},"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#animation"},"bearFillColor":{"name":"bearFillColor","description":"

This property is used in financial charts to visualize the price movements in stock.\nIt defines the color of the candle/point, when the opening price is less than the closing price.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#bearfillcolor"},"binInterval":{"name":"binInterval","description":"

The bin interval of each histogram points.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#bininterval"},"border":{"name":"border","description":"

Options to customizing the border of the series. This is applicable only for Column and Bar type series.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#border"},"boxPlotMode":{"name":"boxPlotMode","description":"

The mode of the box and whisker char series. They are,\nExclusive\nInclusive\nNormal

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#boxplotmode"},"bullFillColor":{"name":"bullFillColor","description":"

This property is used in financial charts to visualize the price movements in stock.\nIt defines the color of the candle/point, when the opening price is higher than the closing price.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#bullfillcolor"},"cardinalSplineTension":{"name":"cardinalSplineTension","description":"

It defines tension of cardinal spline types

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#cardinalsplinetension"},"close":{"name":"close","description":"

The DataSource field that contains the close value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#close"},"columnSpacing":{"name":"columnSpacing","description":"

To render the column series points with particular column spacing. It takes value from 0 - 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#columnspacing"},"columnWidth":{"name":"columnWidth","description":"

To render the column series points with particular column width. If the series type is histogram the\ndefault value is 1 otherwise 0.7.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#columnwidth"},"connector":{"name":"connector","description":"

Defines the appearance of line connecting adjacent points in waterfall charts.

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#connector"},"cornerRadius":{"name":"cornerRadius","description":"

To render the column series points with particular rounded corner.

\n","type":"CornerRadiusModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#cornerradius"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#dasharray"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/chart/series#datasource"},"dragSettings":{"name":"dragSettings","description":"

Options to customize the drag settings for series

\n","type":"DragSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#dragsettings"},"drawType":{"name":"drawType","description":"

Type of series to be drawn in radar or polar series. They are\n'Line'\n'Column'\n'Area'\n'Scatter'\n'Spline'\n'StackingColumn'\n'StackingArea'\n'RangeColumn'\n'SplineArea'

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#drawtype"},"emptyPointSettings":{"name":"emptyPointSettings","description":"

options to customize the empty points in series

\n","type":"EmptyPointSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#emptypointsettings"},"enableComplexProperty":{"name":"enableComplexProperty","description":"

This property used to improve chart performance via data mapping for series dataSource.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#enablecomplexproperty"},"enableSolidCandles":{"name":"enableSolidCandles","description":"

This property is applicable for candle series.\nIt enables/disables to visually compare the current values with the previous values in stock.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#enablesolidcandles"},"enableTooltip":{"name":"enableTooltip","description":"

If set true, the Tooltip for series will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#enabletooltip"},"errorBar":{"name":"errorBar","description":"

Options for displaying and customizing error bar for individual point in a series.

\n","type":"ErrorBarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#errorbar"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#fill"},"high":{"name":"high","description":"

The DataSource field that contains the high value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#high"},"intermediateSumIndexes":{"name":"intermediateSumIndexes","description":"

Defines the collection of indexes of the intermediate summary columns in waterfall charts.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/chart/series#intermediatesumindexes"},"isClosed":{"name":"isClosed","description":"

Specifies whether to join start and end point of a line/area series used in polar/radar chart to form a closed path.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#isclosed"},"legendShape":{"name":"legendShape","description":"

The shape of the legend. Each series has its own legend shape. They are,

\n
    \n
  • Circle
  • \n
  • Rectangle
  • \n
  • Triangle
  • \n
  • Diamond
  • \n
  • Cross
  • \n
  • HorizontalLine
  • \n
  • VerticalLine
  • \n
  • Pentagon
  • \n
  • InvertedTriangle
  • \n
  • SeriesType
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#legendshape"},"low":{"name":"low","description":"

The DataSource field that contains the low value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#low"},"marker":{"name":"marker","description":"

Options for displaying and customizing markers for individual points in a series.

\n","type":"MarkerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#marker"},"maxRadius":{"name":"maxRadius","description":"

Maximum radius

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#maxradius"},"minRadius":{"name":"minRadius","description":"

Minimum radius

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#minradius"},"name":{"name":"name","description":"

The name of the series visible in legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#name"},"negativeFillColor":{"name":"negativeFillColor","description":"

Defines the visual representation of the negative changes in waterfall charts.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#negativefillcolor"},"opacity":{"name":"opacity","description":"

The opacity of the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#opacity"},"open":{"name":"open","description":"

The DataSource field that contains the open value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#open"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#pointcolormapping"},"query":{"name":"query","description":"

Specifies query to select data from DataSource. This property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/chart/series#query"},"segmentAxis":{"name":"segmentAxis","description":"

Defines the axis, based on which the line series will be split.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#segmentaxis"},"segments":{"name":"segments","description":"

Defines the collection of regions that helps to differentiate a line series.

\n","type":"ChartSegmentModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/series#segments"},"selectionStyle":{"name":"selectionStyle","description":"

Custom style for the selected series or points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#selectionstyle"},"showMean":{"name":"showMean","description":"

If set true, the mean value for box and whisker will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#showmean"},"showNormalDistribution":{"name":"showNormalDistribution","description":"

The normal distribution of histogram series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#shownormaldistribution"},"size":{"name":"size","description":"

The DataSource field that contains the size value of y

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#size"},"splineType":{"name":"splineType","description":"

Defines type of spline to be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#splinetype"},"stackingGroup":{"name":"stackingGroup","description":"

This property allows grouping series in stacked column / bar charts.\nAny string value can be provided to the stackingGroup property.\nIf any two or above series have the same value, those series will be grouped together.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#stackinggroup"},"sumIndexes":{"name":"sumIndexes","description":"

Defines the collection of indexes of the overall summary columns in waterfall charts.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/chart/series#sumindexes"},"summaryFillColor":{"name":"summaryFillColor","description":"

Defines the visual representation of the summaries in waterfall charts.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#summaryfillcolor"},"tooltipFormat":{"name":"tooltipFormat","description":"

user can format now each series tooltip format separately.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#tooltipformat"},"tooltipMappingName":{"name":"tooltipMappingName","description":"

The provided value will be considered as a Tooltip name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#tooltipmappingname"},"trendlines":{"name":"trendlines","description":"

Defines the collection of trendlines that are used to predict the trend

\n","type":"TrendlineModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/series#trendlines"},"type":{"name":"type","description":"

The type of the series are

\n
    \n
  • Line
  • \n
  • Column
  • \n
  • Area
  • \n
  • Bar
  • \n
  • Histogram
  • \n
  • StackingColumn
  • \n
  • StackingArea
  • \n
  • StackingBar
  • \n
  • StepLine
  • \n
  • StepArea
  • \n
  • Scatter
  • \n
  • Spline
  • \n
  • StackingColumn100
  • \n
  • StackingBar100
  • \n
  • StackingArea100
  • \n
  • RangeColumn
  • \n
  • Hilo
  • \n
  • HiloOpenClose
  • \n
  • Waterfall
  • \n
  • RangeArea
  • \n
  • Bubble
  • \n
  • Candle
  • \n
  • Polar
  • \n
  • Radar
  • \n
  • BoxAndWhisker
  • \n
  • Pareto
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#type"},"visible":{"name":"visible","description":"

Specifies the visibility of series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#visible"},"visibleSeriesCount":{"name":"visibleSeriesCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#visibleseriescount"},"volume":{"name":"volume","description":"

Defines the data source field that contains the volume value in candle charts\nIt is applicable for financial series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#volume"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#width"},"xAxisName":{"name":"xAxisName","description":"

The name of the horizontal axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#xaxisname"},"xName":{"name":"xName","description":"

The DataSource field that contains the x value.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#xname"},"yAxisName":{"name":"yAxisName","description":"

The name of the vertical axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#yaxisname"},"yName":{"name":"yName","description":"

The DataSource field that contains the y value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#yname"},"zOrder":{"name":"zOrder","description":"

The z order of the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#zorder"}},"CellColor":{"heatMap":{"name":"heatMap","description":"","type":"HeatMap","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellColor#heatmap"}},"PaletteSettings":{"colorGradientMode":{"name":"colorGradientMode","description":"

Specifies the colorGradientMode in Heatmap.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteSettings#colorgradientmode"},"emptyPointColor":{"name":"emptyPointColor","description":"

Specifies the color for empty points in Heatmap.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteSettings#emptypointcolor"},"palette":{"name":"palette","description":"

Specifies the color collection for heat map cell.

\n","type":"PaletteCollectionModel[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteSettings#palette"},"type":{"name":"type","description":"

Specifies the color style

\n
    \n
  • Gradient - Render a HeatMap cells with linear gradient color.
  • \n
  • Fixed - Render a HeatMap cells with fixed color.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteSettings#type"}},"RgbColor":{"B":{"name":"B","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/rgbColor#b"},"G":{"name":"G","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/rgbColor#g"},"R":{"name":"R","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/rgbColor#r"}},"CanvasTooltip":{"region":{"name":"region","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/heatmap/canvasTooltip#region"},"text":{"name":"text","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/canvasTooltip#text"}},"GradientColor":{"color":{"name":"color","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/gradientColor#color"},"colorStop":{"name":"colorStop","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/gradientColor#colorstop"}},"BreadCrumbBar":{"addressBarLink":{"name":"addressBarLink","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/breadCrumbBar#addressbarlink"},"addressPath":{"name":"addressPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/breadCrumbBar#addresspath"},"searchObj":{"name":"searchObj","description":"","type":"TextBox","link":"//ej2.syncfusion.com/documentation/api/file-manager/breadCrumbBar#searchobj"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/breadCrumbBar#destroy"},"onPathChange":{"name":"onPathChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/breadCrumbBar#onpathchange"}},"Toolbar":{"toolbarObj":{"name":"toolbarObj","description":"","type":"tool","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#toolbarobj"},"destroy":{"name":"destroy","description":"

Removes the control from the DOM and also removes all its related events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#destroy"},"enableItems":{"name":"enableItems","description":"

Enables or disables the specified Toolbar item.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#enableitems"},"getItemIndex":{"name":"getItemIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/toolbar#getitemindex"},"enableToolbarItem":{"name":"enableToolbarItem","description":"

Enables /disables the the toolbar items in the PdfViewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbar#enabletoolbaritem"},"showNavigationToolbar":{"name":"showNavigationToolbar","description":"

Shows/hides the Navigation toolbar in the PdfViewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbar#shownavigationtoolbar"},"showToolbar":{"name":"showToolbar","description":"

Shows /hides the toolbar in the PdfViewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbar#showtoolbar"},"showToolbarItem":{"name":"showToolbarItem","description":"

Shows /hides the the toolbar items in the PdfViewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbar#showtoolbaritem"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/toolbar/#element"},"toolbar":{"name":"toolbar","description":"","type":"NavToolbar","link":"//ej2.syncfusion.com/documentation/api/gantt/toolbar#toolbar"},"refreshToolbarItems":{"name":"refreshToolbarItems","description":"

To refresh toolbar items bases current state of tasks

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/toolbar#refreshtoolbaritems"},"baseToolbar":{"name":"baseToolbar","description":"","type":"BaseToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#basetoolbar"},"addFixedTBarClass":{"name":"addFixedTBarClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#addfixedtbarclass"},"addTBarItem":{"name":"addTBarItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#addtbaritem"},"enableTBarItems":{"name":"enableTBarItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#enabletbaritems"},"getBaseToolbar":{"name":"getBaseToolbar","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#getbasetoolbar"},"getExpandTBarPopHeight":{"name":"getExpandTBarPopHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#getexpandtbarpopheight"},"getToolbarElement":{"name":"getToolbarElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#gettoolbarelement"},"getToolbarHeight":{"name":"getToolbarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#gettoolbarheight"},"refreshToolbarOverflow":{"name":"refreshToolbarOverflow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#refreshtoolbaroverflow"},"removeFixedTBarClass":{"name":"removeFixedTBarClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#removefixedtbarclass"},"removeTBarItems":{"name":"removeTBarItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#removetbaritems"},"updateItem":{"name":"updateItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#updateitem"},"beforeCreate":{"name":"beforeCreate","description":"

The event will be fired before the control is rendered on a page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/toolbar/#beforecreate"},"clicked":{"name":"clicked","description":"

The event will be fired on clicking the Toolbar elements.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/toolbar/#clicked"},"created":{"name":"created","description":"

The event will be fired when the control is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/toolbar/#created"},"destroyed":{"name":"destroyed","description":"

The event will be fired when the control gets destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/toolbar/#destroyed"},"enableCollision":{"name":"enableCollision","description":"

Enable or disable the popup collision.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/#enablecollision"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/#enablertl"},"height":{"name":"height","description":"

Specifies the height of the Toolbar in pixels/number/percentage. Number value is considered as pixels.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/toolbar/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/#isdestroyed"},"items":{"name":"items","description":"

An array of items that is used to configure Toolbar commands.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/toolbar/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/#locale"},"overflowMode":{"name":"overflowMode","description":"

Specifies the Toolbar display mode when Toolbar content exceeds the viewing area.\nPossible modes are:

\n
    \n
  • Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.
  • \n
  • Popup: Prioritized elements are displayed on the Toolbar and the rest of elements are moved to the popup.
  • \n
  • MultiRow: Displays the overflow toolbar items as an in-line of a toolbar.
  • \n
  • Extended: Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons.\nIf the popup content overflows the height of the page, the rest of the elements will be hidden.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/#overflowmode"},"scrollStep":{"name":"scrollStep","description":"

Specifies the scrolling distance in scroller.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/toolbar/#scrollstep"},"width":{"name":"width","description":"

Specifies the width of the Toolbar in pixels/numbers/percentage. Number value is considered as pixels.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/toolbar/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#addeventlistener"},"addItems":{"name":"addItems","description":"

Adds new items to the Toolbar that accepts an array as Toolbar items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#additems"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#databind"},"disable":{"name":"disable","description":"

Specifies the value to disable/enable the Toolbar component.\nWhen set to true, the component will be disabled.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#disable"},"hideItem":{"name":"hideItem","description":"

Shows or hides the Toolbar item that is in the specified index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#hideitem"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#refresh"},"refreshOverflow":{"name":"refreshOverflow","description":"

Refresh the whole Toolbar component without re-rendering.

\n
    \n
  • It is used to manually refresh the Toolbar overflow modes such as scrollable, popup, multi row, and extended.
  • \n
  • It will refresh the Toolbar component after loading items dynamically.
  • \n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#refreshoverflow"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#removeeventlistener"},"removeItems":{"name":"removeItems","description":"

Removes the items from the Toolbar. Acceptable arguments are index of item/HTMLElement/node list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#removeitems"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#inject"}},"FileManager":{"beforePopupClose":{"name":"beforePopupClose","description":"

Triggers before the dialog is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#beforepopupclose"},"beforePopupOpen":{"name":"beforePopupOpen","description":"

Triggers before the dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#beforepopupopen"},"beforeSend":{"name":"beforeSend","description":"

Triggers before sending the AJAX request to the server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#beforesend"},"created":{"name":"created","description":"

Triggers when the file manager component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the file manager component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#destroyed"},"failure":{"name":"failure","description":"

Triggers when the AJAX request is failed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#failure"},"fileDragStart":{"name":"fileDragStart","description":"

Triggers when the file/folder dragging is started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filedragstart"},"fileDragStop":{"name":"fileDragStop","description":"

Triggers when the file/folder is about to be dropped at the target.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filedragstop"},"fileDragging":{"name":"fileDragging","description":"

Triggers while dragging the file/folder.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filedragging"},"fileDropped":{"name":"fileDropped","description":"

Triggers when the file/folder is dropped.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filedropped"},"fileLoad":{"name":"fileLoad","description":"

Triggers before the file/folder is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileload"},"fileOpen":{"name":"fileOpen","description":"

Triggers before the file/folder is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileopen"},"fileSelect":{"name":"fileSelect","description":"

Triggers when the file/folder is selected/unselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileselect"},"menuClick":{"name":"menuClick","description":"

Triggers when the context menu item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#menuclick"},"menuOpen":{"name":"menuOpen","description":"

Triggers before the context menu is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#menuopen"},"popupClose":{"name":"popupClose","description":"

Triggers when the dialog is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#popupclose"},"popupOpen":{"name":"popupOpen","description":"

Triggers when the dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#popupopen"},"success":{"name":"success","description":"

Triggers when the AJAX request is success.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#success"},"toolbarClick":{"name":"toolbarClick","description":"

Triggers when the toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#toolbarclick"},"toolbarCreate":{"name":"toolbarCreate","description":"

Triggers before creating the toolbar.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#toolbarcreate"},"uploadListCreate":{"name":"uploadListCreate","description":"

Triggers before rendering each file item in upload dialog box.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploadlistcreate"},"actionRecords":{"name":"actionRecords","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#actionrecords"},"activeElements":{"name":"activeElements","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#activeelements"},"activeModule":{"name":"activeModule","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#activemodule"},"activeRecords":{"name":"activeRecords","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#activerecords"},"ajaxSettings":{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},"allowDragAndDrop":{"name":"allowDragAndDrop","description":"

Enables or disables drag-and-drop of files.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#allowdraganddrop"},"allowMultiSelection":{"name":"allowMultiSelection","description":"

Enables or disables the multiple files selection of the file manager.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#allowmultiselection"},"breadCrumbBarNavigation":{"name":"breadCrumbBarNavigation","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/#breadcrumbbarnavigation"},"contextMenuSettings":{"name":"contextMenuSettings","description":"

Specifies the context menu settings of the file manager.

\n","type":"ContextMenuSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#contextmenusettings"},"createdItem":{"name":"createdItem","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/#createditem"},"cssClass":{"name":"cssClass","description":"

Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#cssclass"},"currentItemText":{"name":"currentItemText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#currentitemtext"},"deleteRecords":{"name":"deleteRecords","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#deleterecords"},"destinationPath":{"name":"destinationPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#destinationpath"},"detailsViewSettings":{"name":"detailsViewSettings","description":"

Specifies the details view settings of the file manager.

\n","type":"DetailsViewSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#detailsviewsettings"},"dialogObj":{"name":"dialogObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/file-manager/#dialogobj"},"dragData":{"name":"dragData","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#dragdata"},"dragNodes":{"name":"dragNodes","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#dragnodes"},"dragPath":{"name":"dragPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#dragpath"},"dropData":{"name":"dropData","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/#dropdata"},"dropPath":{"name":"dropPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#droppath"},"droppedObjects":{"name":"droppedObjects","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#droppedobjects"},"duplicateItems":{"name":"duplicateItems","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#duplicateitems"},"duplicateRecords":{"name":"duplicateRecords","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#duplicaterecords"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/#element"},"enablePaste":{"name":"enablePaste","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#enablepaste"},"enablePersistence":{"name":"enablePersistence","description":"

Enables or disables persisting component's state between page reloads. If enabled, the following APIs will persist:

\n
    \n
  1. view: Represents the previous view of the file manager.
  2. \n
  3. path: Represents the previous path of the file manager.
  4. \n
  5. selectedItems: Represents the previous selected items in the file manager.
  6. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#enablertl"},"expandedId":{"name":"expandedId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#expandedid"},"extDialogObj":{"name":"extDialogObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/file-manager/#extdialogobj"},"feFiles":{"name":"feFiles","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fefiles"},"feParent":{"name":"feParent","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#feparent"},"fileAction":{"name":"fileAction","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileaction"},"fileLength":{"name":"fileLength","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filelength"},"fileView":{"name":"fileView","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileview"},"filterData":{"name":"filterData","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filterdata"},"filterId":{"name":"filterId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filterid"},"filterPath":{"name":"filterPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filterpath"},"folderPath":{"name":"folderPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#folderpath"},"hasId":{"name":"hasId","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#hasid"},"height":{"name":"height","description":"

Specifies the height of the file manager.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/file-manager/#height"},"isApplySame":{"name":"isApplySame","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isapplysame"},"isBigger":{"name":"isBigger","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isbigger"},"isCut":{"name":"isCut","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#iscut"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isdestroyed"},"isDevice":{"name":"isDevice","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isdevice"},"isDragDrop":{"name":"isDragDrop","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isdragdrop"},"isDropEnd":{"name":"isDropEnd","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isdropend"},"isFile":{"name":"isFile","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isfile"},"isFiltered":{"name":"isFiltered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isfiltered"},"isLayoutChange":{"name":"isLayoutChange","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#islayoutchange"},"isMobile":{"name":"isMobile","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ismobile"},"isPasteError":{"name":"isPasteError","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ispasteerror"},"isPathDrag":{"name":"isPathDrag","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ispathdrag"},"isRetryOpened":{"name":"isRetryOpened","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isretryopened"},"isSameAction":{"name":"isSameAction","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#issameaction"},"isSearchCut":{"name":"isSearchCut","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#issearchcut"},"isSearchDrag":{"name":"isSearchDrag","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#issearchdrag"},"itemData":{"name":"itemData","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#itemdata"},"layoutSelectedItems":{"name":"layoutSelectedItems","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#layoutselecteditems"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#locale"},"localeObj":{"name":"localeObj","description":"","type":"L10n","link":"//ej2.syncfusion.com/documentation/api/file-manager/#localeobj"},"navigationPaneSettings":{"name":"navigationPaneSettings","description":"

Specifies the navigationpane settings of the file manager.

\n","type":"NavigationPaneSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#navigationpanesettings"},"nextPath":{"name":"nextPath","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#nextpath"},"originalPath":{"name":"originalPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#originalpath"},"pasteNodes":{"name":"pasteNodes","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#pastenodes"},"path":{"name":"path","description":"

Specifies the current path of the file manager.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#path"},"pathId":{"name":"pathId","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#pathid"},"pathNames":{"name":"pathNames","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#pathnames"},"persistData":{"name":"persistData","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#persistdata"},"previousPath":{"name":"previousPath","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#previouspath"},"renameText":{"name":"renameText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#renametext"},"renamedId":{"name":"renamedId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#renamedid"},"renamedItem":{"name":"renamedItem","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/#renameditem"},"replaceItems":{"name":"replaceItems","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#replaceitems"},"retryArgs":{"name":"retryArgs","description":"","type":"RetryArgs[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#retryargs"},"retryFiles":{"name":"retryFiles","description":"","type":"FileInfo[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#retryfiles"},"searchSettings":{"name":"searchSettings","description":"

Specifies the search settings of the file manager.

\n","type":"SearchSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#searchsettings"},"searchWord":{"name":"searchWord","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#searchword"},"searchedItems":{"name":"searchedItems","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#searcheditems"},"selectedItems":{"name":"selectedItems","description":"

Specifies the selected folders and files name of the file manager.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#selecteditems"},"selectedNodes":{"name":"selectedNodes","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#selectednodes"},"showFileExtension":{"name":"showFileExtension","description":"

Shows or hides the file extension in file manager.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#showfileextension"},"showHiddenItems":{"name":"showHiddenItems","description":"

Shows or hides the files and folders that are marked as hidden.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#showhiddenitems"},"showThumbnail":{"name":"showThumbnail","description":"

Shows or hides the thumbnail images in largeicons view.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#showthumbnail"},"sortBy":{"name":"sortBy","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#sortby"},"sortOrder":{"name":"sortOrder","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#sortorder"},"splitterObj":{"name":"splitterObj","description":"","type":"Splitter","link":"//ej2.syncfusion.com/documentation/api/file-manager/#splitterobj"},"targetModule":{"name":"targetModule","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#targetmodule"},"targetPath":{"name":"targetPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#targetpath"},"toolbarSelection":{"name":"toolbarSelection","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#toolbarselection"},"toolbarSettings":{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar.

\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#toolbarsettings"},"treeExpandTimer":{"name":"treeExpandTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/file-manager/#treeexpandtimer"},"treeObj":{"name":"treeObj","description":"","type":"BaseTreeView","link":"//ej2.syncfusion.com/documentation/api/file-manager/#treeobj"},"uploadDialogObj":{"name":"uploadDialogObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploaddialogobj"},"uploadEventArgs":{"name":"uploadEventArgs","description":"","type":"BeforeSendEventArgs","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploadeventargs"},"uploadItem":{"name":"uploadItem","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploaditem"},"uploadObj":{"name":"uploadObj","description":"","type":"Uploader","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploadobj"},"uploadSettings":{"name":"uploadSettings","description":"

Specifies the upload settings for the file manager.

\n","type":"UploadSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploadsettings"},"view":{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"},"viewerObj":{"name":"viewerObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/file-manager/#viewerobj"},"virtualDragElement":{"name":"virtualDragElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/#virtualdragelement"},"visitedData":{"name":"visitedData","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/#visiteddata"},"visitedItem":{"name":"visitedItem","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/file-manager/#visiteditem"},"width":{"name":"width","description":"

Specifies the width of the file manager.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/file-manager/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#appendto"},"clearSelection":{"name":"clearSelection","description":"

Deselects the currently selected folders and files in current path.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#clearselection"},"createFolder":{"name":"createFolder","description":"

Creates a new folder in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#createfolder"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#databind"},"deleteFiles":{"name":"deleteFiles","description":"

Deletes the folders or files from the given unique identifiers.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#deletefiles"},"destroy":{"name":"destroy","description":"

Triggers when the component is destroyed.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#destroy"},"disableMenuItems":{"name":"disableMenuItems","description":"

Disables the specified context menu items in file manager. This method is used only in the menuOpen event.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#disablemenuitems"},"disableToolbarItems":{"name":"disableToolbarItems","description":"

Disables the specified toolbar items of the file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#disabletoolbaritems"},"downloadFiles":{"name":"downloadFiles","description":"

Downloads the folders or files from the given unique identifiers.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#downloadfiles"},"enableToolbarItems":{"name":"enableToolbarItems","description":"

Enables the specified toolbar items of the file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#enabletoolbaritems"},"filterFiles":{"name":"filterFiles","description":"

Display the custom filtering files in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filterfiles"},"getMenuItemIndex":{"name":"getMenuItemIndex","description":"

Returns the index position of given current context menu item in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#getmenuitemindex"},"getSelectedFiles":{"name":"getSelectedFiles","description":"

Gets the details of the selected files in the file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#getselectedfiles"},"getToolbarItemIndex":{"name":"getToolbarItemIndex","description":"

Returns the index position of given toolbar item in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#gettoolbaritemindex"},"openFile":{"name":"openFile","description":"

Opens the corresponding file or folder from the given unique identifier.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#openfile"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#refresh"},"refreshFiles":{"name":"refreshFiles","description":"

Refreshes the folder files of the file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#refreshfiles"},"refreshLayout":{"name":"refreshLayout","description":"

Refreshes the layout of the file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#refreshlayout"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#removeeventlistener"},"renameFile":{"name":"renameFile","description":"

Renames the file or folder with given new name in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#renamefile"},"selectAll":{"name":"selectAll","description":"

Selects the entire folders and files in current path.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#selectall"},"uploadFiles":{"name":"uploadFiles","description":"

Opens the upload dialog in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploadfiles"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#inject"}},"DetailsView":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#element"},"gridObj":{"name":"gridObj","description":"","type":"Grid","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#gridobj"},"pasteOperation":{"name":"pasteOperation","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#pasteoperation"},"uploadOperation":{"name":"uploadOperation","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#uploadoperation"},"DblClickEvents":{"name":"DblClickEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#dblclickevents"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#destroy"},"dragHelper":{"name":"dragHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#draghelper"},"gridSelectNodes":{"name":"gridSelectNodes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#gridselectnodes"},"openContent":{"name":"openContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#opencontent"}},"LargeIconsView":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#element"},"listElements":{"name":"listElements","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#listelements"},"listObj":{"name":"listObj","description":"","type":"ListBaseOptions","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#listobj"},"uploadOperation":{"name":"uploadOperation","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#uploadoperation"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#destroy"},"dragHelper":{"name":"dragHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#draghelper"}},"NavigationPane":{"activeNode":{"name":"activeNode","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#activenode"},"moveNames":{"name":"moveNames","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#movenames"},"removeNodes":{"name":"removeNodes","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#removenodes"},"touchClickObj":{"name":"touchClickObj","description":"","type":"Touch","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#touchclickobj"},"treeObj":{"name":"treeObj","description":"","type":"BaseTreeView","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#treeobj"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#destroy"},"dragHelper":{"name":"dragHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#draghelper"}},"AjaxSettings":{"downloadUrl":{"name":"downloadUrl","description":"

Specifies URL to download the files from server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/ajaxSettings#downloadurl"},"getImageUrl":{"name":"getImageUrl","description":"

Specifies URL to get the images from server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/ajaxSettings#getimageurl"},"uploadUrl":{"name":"uploadUrl","description":"

Specifies URL to upload the files to server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/ajaxSettings#uploadurl"},"url":{"name":"url","description":"

Specifies URL to read the files from server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/ajaxSettings#url"}},"Column":{"allowResizing":{"name":"allowResizing","description":"

If allowResizing is set to false, it disables resize option of a particular column.\nBy default all the columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowresizing"},"allowSorting":{"name":"allowSorting","description":"

If allowSorting set to false, then it disables sorting option of a particular column.\nBy default all columns are sortable.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowsorting"},"clipMode":{"name":"clipMode","description":"

Defines the cell content's overflow mode. The available modes are

\n
    \n
  • Clip - Truncates the cell content when it overflows its area.
  • \n
  • Ellipsis - Displays ellipsis when the cell content overflows its area.
  • \n
  • EllipsisWithTooltip - Displays ellipsis when the cell content overflows its area\nalso it will display tooltip while hover on ellipsis applied cell.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#clipmode"},"customAttributes":{"name":"customAttributes","description":"

The CSS styles and attributes of the content cells of a particular column can be customized.\n{% codeBlock src="grid/custom-attribute-api/index.ts" %}{% endcodeBlock %}

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/column#customattributes"},"customFormat":{"name":"customFormat","description":"

It is used to change display value with the given format and does not affect the original data.\nGets the format from the user which can be standard or custom\nnumber\nand date formats.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/column#customformat"},"field":{"name":"field","description":"

Defines the field name of column which is mapped with mapping name of DataSource.\nThe bounded columns can be sort, filter and group etc.,\nThe field name must be a valid JavaScript identifier,\nthe first character must be an alphabet and should not contain spaces and special characters.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#field"},"format":{"name":"format","description":"

It is used to change display value with the given format and does not affect the original data.\nGets the format from the user which can be standard or custom\nnumber\nand date formats.

\n","type":"string|NumberFormatOptions|DateFormatOptions","link":"//ej2.syncfusion.com/documentation/api/grid/column#format"},"headerTemplate":{"name":"headerTemplate","description":"

Defines the header template as string or HTML element ID which is used to add customized element in the column header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#headertemplate"},"headerText":{"name":"headerText","description":"

Defines the header text of column which is used to display in column header.\nIf headerText is not defined, then field name value will be assigned to header text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#headertext"},"headerTextAlign":{"name":"headerTextAlign","description":"

Define the alignment of column header which is used to align the text of column header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#headertextalign"},"hideAtMedia":{"name":"hideAtMedia","description":"

Column visibility can change based on Media Queries.\nhideAtMedia accepts only valid Media Queries.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#hideatmedia"},"maxWidth":{"name":"maxWidth","description":"

Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/column#maxwidth"},"minWidth":{"name":"minWidth","description":"

Defines the minimum Width of the column in pixels or percentage.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/column#minwidth"},"template":{"name":"template","description":"

Defines the column template that renders customized element in each cell of the column.\nIt accepts either template string or HTML element ID.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#template"},"textAlign":{"name":"textAlign","description":"

Defines the alignment of the column in both header and content cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#textalign"},"type":{"name":"type","description":"

Defines the data type of the column.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#type"},"width":{"name":"width","description":"

The width of the column as a string accepts input both as like '100px' or '100%'.\nIf specified as '100%, column renders to the full width of its chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/column#width"},"allowEditing":{"name":"allowEditing","description":"

If allowEditing set to false, then it disables editing of a particular column.\nBy default all columns are editable.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowediting"},"allowFiltering":{"name":"allowFiltering","description":"

If allowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\nBy default all columns are filterable.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowfiltering"},"allowReordering":{"name":"allowReordering","description":"

If allowReordering set to false, then it disables reorder of a particular column.\nBy default all columns can be reorder.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowreordering"},"columns":{"name":"columns","description":"

Used to render multiple header rows(stacked headers) on the Grid header.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/column#columns"},"commands":{"name":"commands","description":"

commands provides an option to display command buttons in every cell.\nThe available built-in command buttons are

\n
    \n
  • Edit - Edit the record.
  • \n
  • Delete - Delete the record.
  • \n
  • Save - Save the record.
  • \n
  • Cancel - Cancel the edit state.\n{% codeBlock src="grid/command-column-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"CommandModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/column#commands"},"defaultValue":{"name":"defaultValue","description":"

Defines default values for the component when adding a new record to the Grid.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#defaultvalue"},"disableHtmlEncode":{"name":"disableHtmlEncode","description":"

If disableHtmlEncode is set to true, it encodes the HTML of the header and content cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#disablehtmlencode"},"displayAsCheckBox":{"name":"displayAsCheckBox","description":"

If displayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#displayascheckbox"},"edit":{"name":"edit","description":"

Defines the IEditCell object to customize default edit cell.

\n","type":"IEditCell","link":"//ej2.syncfusion.com/documentation/api/grid/column#edit"},"editTemplate":{"name":"editTemplate","description":"

Defines the cell edit template that used as editor for a particular column.\nIt accepts either template string or HTML element ID.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#edittemplate"},"editType":{"name":"editType","description":"

Defines the type of component for editable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#edittype"},"filter":{"name":"filter","description":"

It is used to customize the default filter options for a specific columns.

\n
    \n
  • type - Specifies the filter type as menu or checkbox.
  • \n
  • ui - to render custom component for specific column it has following functions.
  • \n
  • ui.create – It is used for creating custom components.
  • \n
  • ui.read - It is used for read the value from the component.
  • \n
  • ui.write - It is used to apply component model as dynamically.\n{% codeBlock src="grid/filter-menu-api/index.ts" %}{% endcodeBlock %}
  • \n
\n
\n

Check the Filter UI for its customization.\n@default {}

\n
\n","type":"IFilter","link":"//ej2.syncfusion.com/documentation/api/grid/column#filter"},"filterBarTemplate":{"name":"filterBarTemplate","description":"

The filterBarTemplate is used to add a custom component instead of default input component for filter bar.\nIt have create and read functions.

\n
    \n
  • create: It is used for creating custom components.
  • \n
  • read: It is used to perform custom filter action.\n{% codeBlock src="grid/filter-template-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"IFilterUI","link":"//ej2.syncfusion.com/documentation/api/grid/column#filterbartemplate"},"filterTemplate":{"name":"filterTemplate","description":"

Defines the filter template/UI that used as filter for a particular column.\nIt accepts either template string or HTML element ID.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#filtertemplate"},"formatter":{"name":"formatter","description":"

Defines the method which is used to achieve custom formatting from an external function.\nThis function triggers before rendering of each cell.\n{% codeBlock src="grid/formatter-api/index.ts" %}{% endcodeBlock %}

\n","type":"Object|ICellFormatter|Function","link":"//ej2.syncfusion.com/documentation/api/grid/column#formatter"},"isFrozen":{"name":"isFrozen","description":"

You can use this property to freeze selected columns in grid

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#isfrozen"},"isIdentity":{"name":"isIdentity","description":"

If isIdentity is set to true, then this column is considered as identity column.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#isidentity"},"isPrimaryKey":{"name":"isPrimaryKey","description":"

If isPrimaryKey is set to true, considers this column as the primary key constraint.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#isprimarykey"},"lockColumn":{"name":"lockColumn","description":"

Defines the mapping column name of the foreign data source.\nIf it is not defined then the columns.field will be considered as mapping column name

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#lockcolumn"},"showCheckbox":{"name":"showCheckbox","description":"

If showCheckbox set to true, then the checkboxes will be displayed in particular column.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/column#showcheckbox"},"showColumnMenu":{"name":"showColumnMenu","description":"

If showColumnMenu set to false, then it disable the column menu of a particular column.\nBy default column menu will show for all columns

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#showcolumnmenu"},"sortComparer":{"name":"sortComparer","description":"

Defines the custom sort comparer function.\nThe sort comparer function has the same functionality like\nArray.sort sort comparer.\n{% codeBlock src="grid/sort-comparer-api/index.ts" %}{% endcodeBlock %}

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/grid/column#sortcomparer"},"uid":{"name":"uid","description":"

Gets the unique identifier value of the column. It is used to get the column object.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#uid"},"validationRules":{"name":"validationRules","description":"

Defines rules to validate data before creating and updating.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/column#validationrules"},"valueAccessor":{"name":"valueAccessor","description":"

Defines the method used to apply custom cell values from external function and display this on each cell rendered.\n{% codeBlock src="grid/value-accessor-api/index.ts" %}{% endcodeBlock %}

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/grid/column#valueaccessor"},"visible":{"name":"visible","description":"

If visible is set to false, hides the particular column. By default, columns are displayed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#visible"},"allowGrouping":{"name":"allowGrouping","description":"

If allowGrouping set to false, then it disables grouping of a particular column.\nBy default all columns are groupable.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowgrouping"},"allowSearching":{"name":"allowSearching","description":"

If allowSearching set to false, then it disables Searching of a particular column.\nBy default all columns allow Searching.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowsearching"},"autoFit":{"name":"autoFit","description":"

If autoFit set to true, then the particular column content width will be\nadjusted based on its content in the initial rendering itself.\nSetting this property as true is equivalent to calling autoFitColumns method in the dataBound event.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#autofit"},"dataSource":{"name":"dataSource","description":"

Defines the column data source which will act as foreign data source.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/grid/column#datasource"},"enableGroupByFormat":{"name":"enableGroupByFormat","description":"

If enableGroupByFormat set to true, then it groups the particular column by formatted values.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#enablegroupbyformat"},"foreignKeyField":{"name":"foreignKeyField","description":"

Defines the mapping column name of the foreign data source.\nIf it is not defined then the columns.field will be considered as mapping column name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#foreignkeyfield"},"foreignKeyValue":{"name":"foreignKeyValue","description":"

Defines the display column name from the foreign data source which will be obtained from comparing local and foreign data.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#foreignkeyvalue"},"index":{"name":"index","description":"

Gets the unique identifier value of the column. It is used to get the column object.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/column#index"},"showInColumnChooser":{"name":"showInColumnChooser","description":"

If showInColumnChooser set to false, then hide the particular column in column chooser.\nBy default all columns are displayed in column Chooser.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#showincolumnchooser"},"border":{"name":"border","description":"

Options to customize the border of the columns.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/column#border"}},"ContextMenuSettings":{"file":{"name":"file","description":"

Specifies the array of string or object that is used to configure file items.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenuSettings#file"},"folder":{"name":"folder","description":"

An array of string or object that is used to configure folder items.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenuSettings#folder"},"layout":{"name":"layout","description":"

An array of string or object that is used to configure layout items.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenuSettings#layout"},"visible":{"name":"visible","description":"

Enables or disables the ContextMenu.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenuSettings#visible"},"items":{"name":"items","description":"

Defines the custom context menu items

\n","type":"ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/contextMenuSettings#items"},"show":{"name":"show","description":"

Enables/Disables the context menu items

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/contextMenuSettings#show"},"showCustomMenuOnly":{"name":"showCustomMenuOnly","description":"

Shows only the custom context menu items

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/contextMenuSettings#showcustommenuonly"}},"DetailsViewSettings":{"columnResizing":{"name":"columnResizing","description":"

If columnResizing is set to true, Grid columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsViewSettings#columnresizing"},"columns":{"name":"columns","description":"

Specifies the customizable details view.

\n","type":"ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsViewSettings#columns"}},"NavigationPaneSettings":{"maxWidth":{"name":"maxWidth","description":"

Specifies the maximum width of navigationpane.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPaneSettings#maxwidth"},"minWidth":{"name":"minWidth","description":"

Specifies the minimum width of navigationpane.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPaneSettings#minwidth"},"visible":{"name":"visible","description":"

Enables or disables the navigation pane.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPaneSettings#visible"}},"SearchSettings":{"allowSearchOnTyping":{"name":"allowSearchOnTyping","description":"

Enables or disables the allowSearchOnTyping.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/searchSettings#allowsearchontyping"},"filterType":{"name":"filterType","description":"

Specifies the filter type while searching the content. The available filter types are:

\n
    \n
  • contains
  • \n
  • startsWith
  • \n
  • endsWith
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/searchSettings#filtertype"},"ignoreCase":{"name":"ignoreCase","description":"

If ignoreCase is set to false, searches records that match exactly, else\nsearches records that are case insensitive(uppercase and lowercase letters treated the same).

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/searchSettings#ignorecase"},"fields":{"name":"fields","description":"

Specifies the collection of fields included in search operation. By default, bounded columns of the Grid are included.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/grid/searchSettings#fields"},"hierarchyMode":{"name":"hierarchyMode","description":"

Defines the search types. The available options are,\nParent: Shows the searched record with parent record.\nChild: Shows the searched record with child record.\nBoth : shows the searched record with both parent and child record.\nNone : Shows only searched record.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/searchSettings#hierarchymode"},"key":{"name":"key","description":"

Specifies the key value to search Grid records at initial rendering.\nYou can also get the current search key.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/searchSettings#key"},"operator":{"name":"operator","description":"

Defines the operator to search records. The available operators are:\n<table>\n<tr>\n<td colspan=1 rowspan=1>\nOperator<br/></td><td colspan=1 rowspan=1>\nDescription<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nstartswith<br/></td><td colspan=1 rowspan=1>\nChecks whether the string begins with the specified string.<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nendswith<br/></td><td colspan=1 rowspan=1>\nChecks whether the string ends with the specified string.<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\ncontains<br/></td><td colspan=1 rowspan=1>\nChecks whether the string contains the specified string. <br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nequal<br/></td><td colspan=1 rowspan=1>\nChecks whether the string is equal to the specified string.<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nnotequal<br/></td><td colspan=1 rowspan=1>\nChecks for strings not equal to the specified string. <br/></td></tr>\n</table>

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/searchSettings#operator"},"ignoreAccent":{"name":"ignoreAccent","description":"

If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.

\n
\n

Check the Diacritics filtering.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/searchSettings#ignoreaccent"}},"ToolbarSettings":{"items":{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"},"visible":{"name":"visible","description":"

Enables or disables the toolbar rendering in the file manager component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/toolbarSettings#visible"},"showTooltip":{"name":"showTooltip","description":"

Enable or disables the toolbar of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbarSettings#showtooltip"},"toolbarItems":{"name":"toolbarItems","description":"

shows only the defined options in the PdfViewer.

\n","type":"ToolbarItem[]","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbarSettings#toolbaritems"},"position":{"name":"position","description":"

Positions the toolbar before/after the ListBox.\nThe possible values are:

\n
    \n
  • Left: The toolbar will be positioned to the left of the ListBox.
  • \n
  • Right: The toolbar will be positioned to the right of the ListBox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#position"},"enable":{"name":"enable","description":"

Specifies whether to render toolbar in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#enable"},"enableFloating":{"name":"enableFloating","description":"

Specifies whether to enable/disable floating toolbar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#enablefloating"},"itemConfigs":{"name":"itemConfigs","description":"

Using this property, Modify the default toolbar item configuration like icon class.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#itemconfigs"},"type":{"name":"type","description":"

Specifies the Toolbar display types.\nThe possible types are:

\n
    \n
  • Expand: Toolbar items placed within the available space and rest of the items are placed to the extended menu section.
  • \n
  • MultiRow: Toolbar which placed at top of RichTextEditor editing area.
  • \n
\n","type":"ToolbarType","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#type"}},"UploadSettings":{"allowedExtensions":{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the file manager component and pass the extensions with comma separators.\nFor example, if you want to upload specific image files, pass allowedExtensions as ".jpg,.png".

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/uploadSettings#allowedextensions"},"autoUpload":{"name":"autoUpload","description":"

By default, the FileManager component initiates automatic upload when the files are added in upload queue.\nIf you want to manipulate the files before uploading to server, disable the autoUpload property.\nThe buttons "upload" and "clear" will be hided from file list when the autoUpload property is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/uploadSettings#autoupload"},"maxFileSize":{"name":"maxFileSize","description":"

Specifies the maximum allowed file size to be uploaded in bytes.\nThe property is used to make sure that you cannot upload too large files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/file-manager/uploadSettings#maxfilesize"},"minFileSize":{"name":"minFileSize","description":"

Specifies the minimum file size to be uploaded in bytes.\nThe property is used to make sure that you cannot upload empty files and small files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/file-manager/uploadSettings#minfilesize"}},"ContextMenu":{"contextMenu":{"name":"contextMenu","description":"","type":"Menu","link":"//ej2.syncfusion.com/documentation/api/grid/contextMenu#contextmenu"},"menuItemData":{"name":"menuItemData","description":"","type":"object","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#menuitemdata"},"menuTarget":{"name":"menuTarget","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#menutarget"},"disableItem":{"name":"disableItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#disableitem"},"getItemIndex":{"name":"getItemIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#getitemindex"},"onBeforeClose":{"name":"onBeforeClose","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#onbeforeclose"},"onBeforeItemRender":{"name":"onBeforeItemRender","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#onbeforeitemrender"},"onBeforeOpen":{"name":"onBeforeOpen","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#onbeforeopen"},"cell":{"name":"cell","description":"","type":"HTMLTableCellElement","link":"//ej2.syncfusion.com/documentation/api/grid/contextMenu#cell"},"isOpen":{"name":"isOpen","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/contextMenu#isopen"},"row":{"name":"row","description":"","type":"HTMLTableRowElement","link":"//ej2.syncfusion.com/documentation/api/grid/contextMenu#row"},"getContextMenu":{"name":"getContextMenu","description":"

Gets the context menu element from the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/contextMenu#getcontextmenu"},"beforeClose":{"name":"beforeClose","description":"

Triggers before closing the menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#beforeclose"},"beforeItemRender":{"name":"beforeItemRender","description":"

Triggers while rendering each menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#beforeitemrender"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers before opening the menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#beforeopen"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#created"},"onClose":{"name":"onClose","description":"

Triggers while closing the menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#onclose"},"onOpen":{"name":"onOpen","description":"

Triggers while opening the menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#onopen"},"select":{"name":"select","description":"

Triggers while selecting menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#select"},"animationSettings":{"name":"animationSettings","description":"

Specifies the animation settings for the sub menu open.

\n","type":"MenuAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/context-menu/#animationsettings"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the Menu wrapper.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/context-menu/#cssclass"},"element":{"name":"element","description":"","type":"HTMLUListElement","link":"//ej2.syncfusion.com/documentation/api/context-menu/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/context-menu/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/context-menu/#enablertl"},"filter":{"name":"filter","description":"

Specifies the filter selector for elements inside the target in that the context menu will be opened.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/context-menu/#filter"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/context-menu/#isdestroyed"},"items":{"name":"items","description":"

Specifies menu items with its properties which will be rendered as ContextMenu.

\n","type":"MenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/context-menu/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/context-menu/#locale"},"showItemOnClick":{"name":"showItemOnClick","description":"

Specifies whether to show the sub menu or not on click.\nWhen set to true, the sub menu will open only on mouse click.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/context-menu/#showitemonclick"},"target":{"name":"target","description":"

Specifies target element selector in which the ContextMenu should be opened.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/context-menu/#target"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#appendto"},"close":{"name":"close","description":"

Closes the ContextMenu if it is opened.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#close"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#destroy"},"enableItems":{"name":"enableItems","description":"

This method is used to enable or disable the menu items in the Menu based on the items and enable argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#enableitems"},"hideItems":{"name":"hideItems","description":"

This method is used to hide the menu items in the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#hideitems"},"insertAfter":{"name":"insertAfter","description":"

It is used to insert the menu items after the specified menu item text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#insertafter"},"insertBefore":{"name":"insertBefore","description":"

It is used to insert the menu items before the specified menu item text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#insertbefore"},"open":{"name":"open","description":"

This method is used to open the ContextMenu in specified position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#open"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#removeeventlistener"},"removeItems":{"name":"removeItems","description":"

It is used to remove the menu items from the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#removeitems"},"showItems":{"name":"showItems","description":"

This method is used to show the menu items in the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#showitems"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#inject"},"addCustomMenu":{"name":"addCustomMenu","description":"

To add and customize custom context menu

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/contextMenu#addcustommenu"},"hideSpellContextItems":{"name":"hideSpellContextItems","description":"

Method to hide spell context items

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/contextMenu#hidespellcontextitems"}},"TreeMapLegend":{"heightIncrement":{"name":"heightIncrement","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#heightincrement"},"legendBorderRect":{"name":"legendBorderRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#legendborderrect"},"legendCollections":{"name":"legendCollections","description":"

collection of legends

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#legendcollections"},"legendGroup":{"name":"legendGroup","description":"

group of legend

\n","type":"Element","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#legendgroup"},"legendRenderingCollections":{"name":"legendRenderingCollections","description":"

collection of rendering legends

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#legendrenderingcollections"},"outOfRangeLegend":{"name":"outOfRangeLegend","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#outofrangelegend"},"widthIncrement":{"name":"widthIncrement","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#widthincrement"},"addEventListener":{"name":"addEventListener","description":"

To add the event listener

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#addeventlistener"},"calculateLegendBounds":{"name":"calculateLegendBounds","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#calculatelegendbounds"},"changeNextPage":{"name":"changeNextPage","description":"

To change the next page

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#changenextpage"},"drawLegend":{"name":"drawLegend","description":"

To draw the legend

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#drawlegend"},"legendGradientColor":{"name":"legendGradientColor","description":"

Get the gradient color for interactive legend.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#legendgradientcolor"},"mouseUpHandler":{"name":"mouseUpHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#mouseuphandler"},"removeEventListener":{"name":"removeEventListener","description":"

To remove the event listener

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#removeeventlistener"},"removeInteractivePointer":{"name":"removeInteractivePointer","description":"

To remove the interactive pointer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#removeinteractivepointer"},"renderInteractivePointer":{"name":"renderInteractivePointer","description":"

To rendered the interactive pointer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#renderinteractivepointer"},"renderLegend":{"name":"renderLegend","description":"

method for legend

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#renderlegend"},"wireEvents":{"name":"wireEvents","description":"

Wire events for event handler

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#wireevents"}},"LayoutPanel":{"layoutGroup":{"name":"layoutGroup","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#layoutgroup"},"renderItems":{"name":"renderItems","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#renderitems"},"calculateLayoutItems":{"name":"calculateLayoutItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#calculatelayoutitems"},"onDemandProcess":{"name":"onDemandProcess","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#ondemandprocess"},"processLayoutPanel":{"name":"processLayoutPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#processlayoutpanel"},"renderLayoutItems":{"name":"renderLayoutItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#renderlayoutitems"}},"ColorMapping":{"color":{"name":"color","description":"

specifies the color

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#color"},"from":{"name":"from","description":"

Specifies the from

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#from"},"label":{"name":"label","description":"

Specifies the label text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#label"},"maxOpacity":{"name":"maxOpacity","description":"

maxOpacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#maxopacity"},"minOpacity":{"name":"minOpacity","description":"

Specifies the minOpacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#minopacity"},"showLegend":{"name":"showLegend","description":"

Specifies the visibility of the legend for color mapping

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#showlegend"},"to":{"name":"to","description":"

Specifies the to

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#to"},"value":{"name":"value","description":"

Specifies the value

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#value"},"_colorNameToHex":{"name":"_colorNameToHex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#_colornametohex"},"componentToHex":{"name":"componentToHex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#componenttohex"},"deSaturationColor":{"name":"deSaturationColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#desaturationcolor"},"getColor":{"name":"getColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#getcolor"},"getColorByValue":{"name":"getColorByValue","description":"

To color by value and color mapping

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#getcolorbyvalue"},"getGradientColor":{"name":"getGradientColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#getgradientcolor"},"getPercentage":{"name":"getPercentage","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#getpercentage"},"getPercentageColor":{"name":"getPercentageColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#getpercentagecolor"},"rgbToHex":{"name":"rgbToHex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#rgbtohex"}},"CommonTitleSettings":{"description":{"name":"description","description":"

To customize title description for the accessibility.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/commonTitleSettings#description"},"text":{"name":"text","description":"

To customize the text of the title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/commonTitleSettings#text"}},"HighlightSettings":{"border":{"name":"border","description":"

Options for customizing the color and width of the highlight.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/highlightSettings#border"},"enable":{"name":"enable","description":"

Toggle the highlight settings.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/highlightSettings#enable"},"fill":{"name":"fill","description":"

To customize the fill color of the highlight.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/highlightSettings#fill"},"mode":{"name":"mode","description":"

To specifies the highlight mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/highlightSettings#mode"},"opacity":{"name":"opacity","description":"

To customize the opacity of the highlight.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/highlightSettings#opacity"},"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/highlightSettings#author"},"color":{"name":"color","description":"

specifies the color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/highlightSettings#color"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/highlightSettings#modifieddate"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/highlightSettings#subject"}},"InitialDrillSettings":{"groupIndex":{"name":"groupIndex","description":"

Specifies the initial rendering level.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/initialDrillSettings#groupindex"},"groupName":{"name":"groupName","description":"

Specifies the initial rendering name.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/initialDrillSettings#groupname"}},"LeafItemSettings":{"autoFill":{"name":"autoFill","description":"

Items rendering with random colors.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#autofill"},"border":{"name":"border","description":"

Specifies the border

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#border"},"colorMapping":{"name":"colorMapping","description":"

Specifies the colorMapping

\n","type":"ColorMappingModel[]","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#colormapping"},"fill":{"name":"fill","description":"

Specifies the fill color for leaf items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#fill"},"gap":{"name":"gap","description":"

Specifies the item gap.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#gap"},"interSectAction":{"name":"interSectAction","description":"

Specifies the label intersect action.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#intersectaction"},"labelFormat":{"name":"labelFormat","description":"

Specifies the label format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#labelformat"},"labelPath":{"name":"labelPath","description":"

Specifies the field name from the dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#labelpath"},"labelPosition":{"name":"labelPosition","description":"

Specifies the alignment of label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#labelposition"},"labelStyle":{"name":"labelStyle","description":"

Customize the label style.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#labelstyle"},"labelTemplate":{"name":"labelTemplate","description":"

Specifies the label template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#labeltemplate"},"opacity":{"name":"opacity","description":"

Specifies the opacity for color.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#opacity"},"padding":{"name":"padding","description":"

Specifies the padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#padding"},"showLabels":{"name":"showLabels","description":"

To show or hide the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#showlabels"},"templatePosition":{"name":"templatePosition","description":"

Specifies the alignment of template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#templateposition"}},"LevelSettings":{"autoFill":{"name":"autoFill","description":"

Items rendering with random colors.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#autofill"},"border":{"name":"border","description":"

Specifies the border

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#border"},"colorMapping":{"name":"colorMapping","description":"

Specifies the colorMapping

\n","type":"ColorMappingModel[]","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#colormapping"},"fill":{"name":"fill","description":"

Specifies the background of level.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#fill"},"groupGap":{"name":"groupGap","description":"

Specifies the padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#groupgap"},"groupPadding":{"name":"groupPadding","description":"

Specifies the padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#grouppadding"},"groupPath":{"name":"groupPath","description":"

Specifies the field name from the dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#grouppath"},"headerAlignment":{"name":"headerAlignment","description":"

Customize the text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#headeralignment"},"headerFormat":{"name":"headerFormat","description":"

Specifies the header format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#headerformat"},"headerHeight":{"name":"headerHeight","description":"

To specifies the height of header.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#headerheight"},"headerStyle":{"name":"headerStyle","description":"

Customize the header style.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#headerstyle"},"headerTemplate":{"name":"headerTemplate","description":"

Specifies the template for header rendering.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#headertemplate"},"opacity":{"name":"opacity","description":"

Specifies the opacity for color.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#opacity"},"showHeader":{"name":"showHeader","description":"

To Show or hide the header in level.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#showheader"},"templatePosition":{"name":"templatePosition","description":"

Specifies the label position in level.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#templateposition"}},"SelectionSettings":{"border":{"name":"border","description":"

Options for customizing the color and width of the selection.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/selectionSettings#border"},"enable":{"name":"enable","description":"

Toggle the selection settings.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/selectionSettings#enable"},"fill":{"name":"fill","description":"

To customize the fill color of the Selection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/selectionSettings#fill"},"mode":{"name":"mode","description":"

Specifies the selection modes. The possible values are

\n
    \n
  • Single: Allows you to select a single item in the ListBox.
  • \n
  • Multiple: Allows you to select more than one item in the ListBox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/selectionSettings#mode"},"opacity":{"name":"opacity","description":"

To customize the opacity of the Selection.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/selectionSettings#opacity"},"cellSelectionMode":{"name":"cellSelectionMode","description":"

The cell selection modes are flow and box. It requires the selection\nmode to be either cell or both.

\n
    \n
  • Flow: Selects the range of cells between start index and end index that also includes the other cells of the selected rows.
  • \n
  • Box: Selects the range of cells within the start and end column indexes that includes in between cells of rows within the range.
  • \n
  • BoxWithBorder: Selects the range of cells as like Box mode with borders.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#cellselectionmode"},"checkboxMode":{"name":"checkboxMode","description":"

Defines options for checkbox selection Mode. They are

\n
    \n
  • Default: This is the default value of the checkboxMode. In this mode, user can select multiple rows by clicking rows one by one.
  • \n
  • ResetOnRowClick: In ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple\nrows can be selected by using CTRL or SHIFT key.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#checkboxmode"},"checkboxOnly":{"name":"checkboxOnly","description":"

If 'checkboxOnly' set to true, then the Grid selection is allowed only through checkbox.

\n
\n

To enable checkboxOnly selection, should specify the column type ascheckbox.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#checkboxonly"},"persistSelection":{"name":"persistSelection","description":"

If 'persistSelection' set to true, then the Grid selection is persisted on all operations.\nFor persisting selection in the Grid, any one of the column should be enabled as a primary key.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#persistselection"},"type":{"name":"type","description":"

Defines options for selection type. They are

\n
    \n
  • Single: Allows selection of only a row or a cell.
  • \n
  • Multiple: Allows selection of multiple rows or cells.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#type"},"enableMultiSelect":{"name":"enableMultiSelect","description":"

Toggle the multi selection.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/selectionSettings#enablemultiselect"},"enableSimpleMultiRowSelection":{"name":"enableSimpleMultiRowSelection","description":"

If 'enableSimpleMultiRowSelection' set to true, then the user can able to perform multiple row selection with single clicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#enablesimplemultirowselection"},"enableToggle":{"name":"enableToggle","description":"

If 'enableToggle' set to true, then the user can able to perform toggle for the selected row.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#enabletoggle"},"checkboxPosition":{"name":"checkboxPosition","description":"

Set the position of the checkbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/selectionSettings#checkboxposition"},"showCheckbox":{"name":"showCheckbox","description":"

If 'showCheckbox' is set to true, then 'checkbox' will be visualized in the list item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/selectionSettings#showcheckbox"},"showSelectAll":{"name":"showSelectAll","description":"

Allows you to either show or hide the selectAll option on the component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/selectionSettings#showselectall"}},"SubTitleSettings":{"alignment":{"name":"alignment","description":"

text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/subTitleSettings#alignment"},"description":{"name":"description","description":"

To customize title description for the accessibility.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/subTitleSettings#description"},"text":{"name":"text","description":"

To customize the text of the title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/subTitleSettings#text"},"textStyle":{"name":"textStyle","description":"

Options for customizing title styles of the Maps.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/maps/subTitleSettings#textstyle"}},"TitleSettings":{"alignment":{"name":"alignment","description":"

text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/titleSettings#alignment"},"description":{"name":"description","description":"

To customize title description for the accessibility.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/titleSettings#description"},"subtitleSettings":{"name":"subtitleSettings","description":"

To configure sub title of maps.

\n","type":"SubTitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/titleSettings#subtitlesettings"},"text":{"name":"text","description":"

To customize the text of the title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/titleSettings#text"},"textStyle":{"name":"textStyle","description":"

Options for customizing title styles of the Maps.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/maps/titleSettings#textstyle"}},"TreeMap":{"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#beforeprint"},"click":{"name":"click","description":"

Triggers the click event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#click"},"doubleClick":{"name":"doubleClick","description":"

Triggers on double clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#doubleclick"},"drillEnd":{"name":"drillEnd","description":"

Triggers the drillDown end.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#drillend"},"drillStart":{"name":"drillStart","description":"

Triggers the drillDown start.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#drillstart"},"itemClick":{"name":"itemClick","description":"

Triggers the item click.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#itemclick"},"itemHighlight":{"name":"itemHighlight","description":"

Triggers the item highlight.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#itemhighlight"},"itemMove":{"name":"itemMove","description":"

Triggers the item move.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#itemmove"},"itemRendering":{"name":"itemRendering","description":"

Triggers before item rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#itemrendering"},"itemSelected":{"name":"itemSelected","description":"

Triggers the item selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#itemselected"},"legendItemRendering":{"name":"legendItemRendering","description":"

Triggers the legend item rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#legenditemrendering"},"legendRendering":{"name":"legendRendering","description":"

Triggers the legend rendering event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#legendrendering"},"load":{"name":"load","description":"

Triggers before treemap rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#load"},"loaded":{"name":"loaded","description":"

Triggers after treemap rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#loaded"},"mouseMove":{"name":"mouseMove","description":"

Triggers the mouse move event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#mousemove"},"resize":{"name":"resize","description":"

Triggers the resize event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#resize"},"rightClick":{"name":"rightClick","description":"

Triggers on right clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#rightclick"},"tooltipRendering":{"name":"tooltipRendering","description":"

Triggers the tooltip rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#tooltiprendering"},"background":{"name":"background","description":"

Specifies the background.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#background"},"border":{"name":"border","description":"

Specifies the border of tree map.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#border"},"breadcrumbConnector":{"name":"breadcrumbConnector","description":"

To add the breadCrumb connector.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#breadcrumbconnector"},"colorValuePath":{"name":"colorValuePath","description":"

Specifies the colorValuePath from dataSource

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#colorvaluepath"},"dataSource":{"name":"dataSource","description":"

Specifies the dataSource.

\n","type":"DataManager|TreeMapAjax|Object[]","link":"//ej2.syncfusion.com/documentation/api/treemap/#datasource"},"description":{"name":"description","description":"

Description for maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#description"},"drillDownView":{"name":"drillDownView","description":"

To control the drillDown view.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#drilldownview"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/treemap/#element"},"enableBreadcrumb":{"name":"enableBreadcrumb","description":"

To render the text from right to left.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#enablebreadcrumb"},"enableDrillDown":{"name":"enableDrillDown","description":"

To enable or disable the drillDown.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#enabledrilldown"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#enablertl"},"equalColorValuePath":{"name":"equalColorValuePath","description":"

Specifies the colorValuePath

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#equalcolorvaluepath"},"format":{"name":"format","description":"

To apply internationalization for treemap

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#format"},"height":{"name":"height","description":"

Specifies the height by given pixel or percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#height"},"highlightSettings":{"name":"highlightSettings","description":"

To specifies the highlight settings.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#highlightsettings"},"initialDrillDown":{"name":"initialDrillDown","description":"

Specifies the initial drillDown.

\n","type":"InitialDrillSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#initialdrilldown"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#isdestroyed"},"layoutType":{"name":"layoutType","description":"

Specifies the rendering of layout type.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#layouttype"},"leafItemSettings":{"name":"leafItemSettings","description":"

Specifies to access all leaf items in levels.

\n","type":"LeafItemSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#leafitemsettings"},"legendSettings":{"name":"legendSettings","description":"

Specifies the legend settings.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#legendsettings"},"levels":{"name":"levels","description":"

Specifies the item levels.

\n","type":"LevelSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/treemap/#levels"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#locale"},"margin":{"name":"margin","description":"

Specifies the margin to move the render area.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#margin"},"palette":{"name":"palette","description":"

Specifies the palette colors.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/treemap/#palette"},"query":{"name":"query","description":"

Specifies the query for filter the data.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/treemap/#query"},"rangeColorValuePath":{"name":"rangeColorValuePath","description":"

Specifies the colorValuePath

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#rangecolorvaluepath"},"renderDirection":{"name":"renderDirection","description":"

Specifies the rendering of layout of the treemap items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#renderdirection"},"selectionSettings":{"name":"selectionSettings","description":"

To specifies the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#selectionsettings"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for treemap.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/#tabindex"},"theme":{"name":"theme","description":"

Specifies the theme.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#theme"},"titleSettings":{"name":"titleSettings","description":"

Specifies the title for tree map.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#titlesettings"},"tooltipSettings":{"name":"tooltipSettings","description":"

Specifies the tooltip settings.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#tooltipsettings"},"treeMapHighlightModule":{"name":"treeMapHighlightModule","description":"

highlightModule is used for highlight the items.

\n","type":"TreeMapHighlight","link":"//ej2.syncfusion.com/documentation/api/treemap/#treemaphighlightmodule"},"treeMapLegendModule":{"name":"treeMapLegendModule","description":"

legendModule is used for render the legend items.

\n","type":"TreeMapLegend","link":"//ej2.syncfusion.com/documentation/api/treemap/#treemaplegendmodule"},"treeMapSelectionModule":{"name":"treeMapSelectionModule","description":"

selectionModule is used for select the items.

\n","type":"TreeMapSelection","link":"//ej2.syncfusion.com/documentation/api/treemap/#treemapselectionmodule"},"treeMapTooltipModule":{"name":"treeMapTooltipModule","description":"

tooltipModule is used to render the treemap tooltip.

\n","type":"TreeMapTooltip","link":"//ej2.syncfusion.com/documentation/api/treemap/#treemaptooltipmodule"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

To enable the separator

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#usegroupingseparator"},"weightValuePath":{"name":"weightValuePath","description":"

Specifies the weight value path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#weightvaluepath"},"width":{"name":"width","description":"

Specifies the width by given pixel or percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#appendto"},"calculatePreviousLevelChildItems":{"name":"calculatePreviousLevelChildItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#calculatepreviouslevelchilditems"},"calculateSelectedTextLevels":{"name":"calculateSelectedTextLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#calculateselectedtextlevels"},"clickOnTreeMap":{"name":"clickOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#clickontreemap"},"compareSelectedLabelWithDrillDownItems":{"name":"compareSelectedLabelWithDrillDownItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#compareselectedlabelwithdrilldownitems"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#databind"},"destroy":{"name":"destroy","description":"

To destroy the treemap control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#destroy"},"doubleClickOnTreeMap":{"name":"doubleClickOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#doubleclickontreemap"},"export":{"name":"export","description":"

Handles the export method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#export"},"findTotalWeight":{"name":"findTotalWeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#findtotalweight"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#getmodulename"},"mouseDownOnTreeMap":{"name":"mouseDownOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#mousedownontreemap"},"mouseEndOnTreeMap":{"name":"mouseEndOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#mouseendontreemap"},"mouseLeaveOnTreeMap":{"name":"mouseLeaveOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#mouseleaveontreemap"},"mouseMoveOnTreeMap":{"name":"mouseMoveOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#mousemoveontreemap"},"print":{"name":"print","description":"

Handles the print method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#print"},"reOrderLevelData":{"name":"reOrderLevelData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#reorderleveldata"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#removeeventlistener"},"resizeOnTreeMap":{"name":"resizeOnTreeMap","description":"

To handle the window resize event on treemap.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#resizeontreemap"},"rightClickOnTreeMap":{"name":"rightClickOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#rightclickontreemap"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#inject"}},"TreeMapHighlight":{"currentElement":{"name":"currentElement","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#currentelement"},"highLightId":{"name":"highLightId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#highlightid"},"legendHighlightCollection":{"name":"legendHighlightCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#legendhighlightcollection"},"shapeHighlightCollection":{"name":"shapeHighlightCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#shapehighlightcollection"},"shapeTarget":{"name":"shapeTarget","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#shapetarget"},"mouseMove":{"name":"mouseMove","description":"

Mouse down event in highlight

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#mousemove"}},"TreeMapSelection":{"legendSelect":{"name":"legendSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#legendselect"},"legendSelectId":{"name":"legendSelectId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#legendselectid"},"legendSelectionCollection":{"name":"legendSelectionCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#legendselectioncollection"},"selectionId":{"name":"selectionId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#selectionid"},"shapeElement":{"name":"shapeElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#shapeelement"},"shapeSelect":{"name":"shapeSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#shapeselect"},"shapeSelectId":{"name":"shapeSelectId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#shapeselectid"},"shapeSelectionCollection":{"name":"shapeSelectionCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#shapeselectioncollection"},"mouseDown":{"name":"mouseDown","description":"

Mouse down event in selection

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#mousedown"}},"TreeMapTooltip":{"addEventListener":{"name":"addEventListener","description":"

To bind events for tooltip module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapTooltip#addeventlistener"},"mouseUpHandler":{"name":"mouseUpHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapTooltip#mouseuphandler"},"removeEventListener":{"name":"removeEventListener","description":"

To unbind events for tooltip module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapTooltip#removeeventlistener"},"removeTooltip":{"name":"removeTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapTooltip#removetooltip"},"renderTooltip":{"name":"renderTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapTooltip#rendertooltip"}},"ExportUtils":{"export":{"name":"export","description":"

To export the file as image/svg format

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/exportUtils#export"},"print":{"name":"print","description":"

To print the Maps

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/exportUtils#print"},"triggerDownload":{"name":"triggerDownload","description":"

To trigger the download element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/exportUtils#triggerdownload"}},"Location":{"x":{"name":"x","description":"

X coordinate of the legend in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/location#x"},"y":{"name":"y","description":"

Y coordinate of the legend in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/location#y"}},"PathOption":{"d":{"name":"d","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#d"},"fill":{"name":"fill","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#fill"},"id":{"name":"id","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#id"},"opacity":{"name":"opacity","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#opacity"},"stroke":{"name":"stroke","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#stroke"},"stroke-dasharray":{"name":"stroke-dasharray","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#stroke-dasharray"},"stroke-width":{"name":"stroke-width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#stroke-width"}},"TreeMapAjax":{"async":{"name":"async","description":"

async value

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapAjax#async"},"contentType":{"name":"contentType","description":"

type of the content

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapAjax#contenttype"},"dataOptions":{"name":"dataOptions","description":"

options for data

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapAjax#dataoptions"},"sendData":{"name":"sendData","description":"

sending data

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapAjax#senddata"},"type":{"name":"type","description":"

type of data

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapAjax#type"}},"FieldSettings":{"child":{"name":"child","description":"

This property used for nested navigation of list-items.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#child"},"enabled":{"name":"enabled","description":"

It is used to enable the list item

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#enabled"},"groupBy":{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"},"htmlAttributes":{"name":"htmlAttributes","description":"

Allows additional attributes such as title, disabled, etc., to configure the elements\nin various ways to meet the criteria.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#htmlattributes"},"iconCss":{"name":"iconCss","description":"

Specifies the css icon field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#iconcss"},"id":{"name":"id","description":"

ID attribute of specific list-item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#id"},"isChecked":{"name":"isChecked","description":"

This property used to check whether the list item is in checked state or not.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#ischecked"},"isVisible":{"name":"isVisible","description":"

To check whether the visibility state of list item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#isvisible"},"sortBy":{"name":"sortBy","description":"

It is used to enable the sorting of list items to be ascending or descending.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#sortby"},"tableName":{"name":"tableName","description":"

It is used to fetch a specified named table data while using serviceUrl of DataManager\nin dataSource property.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#tablename"},"text":{"name":"text","description":"

Specifies the text field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#text"},"tooltip":{"name":"tooltip","description":"

It is used to display tooltip content of text while hovering on list items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#tooltip"},"value":{"name":"value","description":"

Maps the value column from data table for each list item

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#value"},"children":{"name":"children","description":"

Specifies the children field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#children"},"itemId":{"name":"itemId","description":"

Specifies the itemId field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#itemid"},"parentId":{"name":"parentId","description":"

Specifies the parentId field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#parentid"},"separator":{"name":"separator","description":"

Specifies the separator field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#separator"},"url":{"name":"url","description":"

Specifies the Url field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#url"}},"ListView":{"actionBegin":{"name":"actionBegin","description":"

We can trigger actionBegin event before every ListView action starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

We can trigger actionComplete event for every ListView action success event\nwith the dataSource parameter.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

We can trigger actionFailure event for every ListView action failure event\nwith the dataSource parameter.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#actionfailure"},"select":{"name":"select","description":"

We can trigger the select event when we select the list item in the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#select"},"animation":{"name":"animation","description":"

It is used to apply the animation to sub list navigation of list items.

\n","type":"AnimationSettings","link":"//ej2.syncfusion.com/documentation/api/list-view/#animation"},"checkBoxPosition":{"name":"checkBoxPosition","description":"

It is used to set the position of check box in an item.

\n","type":"checkBoxPosition","link":"//ej2.syncfusion.com/documentation/api/list-view/#checkboxposition"},"cssClass":{"name":"cssClass","description":"

This cssClass property helps to use custom skinning option for ListView component,\nby adding the mentioned class name into root element of ListView.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#cssclass"},"dataSource":{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/list-view/#element"},"enable":{"name":"enable","description":"

It specifies enabled state of ListView component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enable"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enablertl"},"enableVirtualization":{"name":"enableVirtualization","description":"

It enables UI virtualization which will increase ListView performance on loading large number of data.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enablevirtualization"},"fields":{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},"groupTemplate":{"name":"groupTemplate","description":"

The ListView has an option to custom design the group header title with the help of groupTemplate property.\nRefer the documentation [here]\n(./listview/customizing-templates#group-template)\nto know more about this property with demo.\n{% codeBlock src="listview/grouptemplate-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#grouptemplate"},"headerTemplate":{"name":"headerTemplate","description":"

The ListView has an option to custom design the ListView header title with the help of headerTemplate property.\nRefer the documentation [here]\n(./listview/customizing-templates#header-template)\nto know more about this property with demo.\n{% codeBlock src="listview/headertemplate-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertemplate"},"headerTitle":{"name":"headerTitle","description":"

It is used to set the title of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},"height":{"name":"height","description":"

It is used to set the height of the ListView component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-view/#height"},"htmlAttributes":{"name":"htmlAttributes","description":"

Defines the HTML attributes such as id, class, etc., for the ListView.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/list-view/#htmlattributes"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#isdestroyed"},"localData":{"name":"localData","description":"","type":"DataSource[]","link":"//ej2.syncfusion.com/documentation/api/list-view/#localdata"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#locale"},"query":{"name":"query","description":"

It is used to fetch the specific data from dataSource by using where, select key words.\nRefer the documentation [here]\n(./data-binding#bind-to-remote-data)\nto know more about this property with demo.\n{% codeBlock src="listview/query-api/index.ts" %}{% endcodeBlock %}

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/list-view/#query"},"showCheckBox":{"name":"showCheckBox","description":"

Using this property, we can show or hide the checkbox.\n{% codeBlock src="listview/showcheckbox-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showcheckbox"},"showHeader":{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},"showIcon":{"name":"showIcon","description":"

Using this property, we can show or hide the icon of list item.\n{% codeBlock src="listview/showicon-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showicon"},"sortOrder":{"name":"sortOrder","description":"

It is used to enable the sorting of list items to be ascending or descending.\n{% codeBlock src="listview/sortorder-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#sortorder"},"template":{"name":"template","description":"

The ListView supports to customize the content of each list items with the help of template property.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="listview/template-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#template"},"virtualizationModule":{"name":"virtualizationModule","description":"","type":"Virtualization","link":"//ej2.syncfusion.com/documentation/api/list-view/#virtualizationmodule"},"width":{"name":"width","description":"

It sets the width to the ListView component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-view/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#addeventlistener"},"addItem":{"name":"addItem","description":"

It adds new item(s) to current ListView.\nTo add a new item(s) in the listview, we need to pass data as array of items that needs\nto be added and fields as the target item to which we need to add the given item(s) as its children.\nFor example fields: { text: 'Name', tooltip: 'Name', id:'id'}

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},"back":{"name":"back","description":"

It helps to switch back from navigated sub list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#back"},"checkAllItems":{"name":"checkAllItems","description":"

It is used to check all the items in ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#checkallitems"},"checkItem":{"name":"checkItem","description":"

It is used to check the checkbox of an item.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#checkitem"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#databind"},"destroy":{"name":"destroy","description":"

It is used to destroy the ListView component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#destroy"},"disableItem":{"name":"disableItem","description":"

It is used to disable the list items based on passed element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#disableitem"},"enableItem":{"name":"enableItem","description":"

A function that used to enable the disabled list items based on passed element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#enableitem"},"findItem":{"name":"findItem","description":"

It is used to find out an item details from the current list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#finditem"},"getSelectedItems":{"name":"getSelectedItems","description":"

It is used to get the currently here\nitem details from the list items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#getselecteditems"},"hideItem":{"name":"hideItem","description":"

It is used to hide an item from the ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#hideitem"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#refresh"},"refreshItemHeight":{"name":"refreshItemHeight","description":"

It is used to refresh the UI list item height

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#refreshitemheight"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#removeeventlistener"},"removeItem":{"name":"removeItem","description":"

A function that removes the item from data source based on passed element like fields: { text: 'Name', tooltip: 'Name', id:'id'}

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#removeitem"},"removeMultipleItems":{"name":"removeMultipleItems","description":"

A function that removes multiple item from list view based on given input.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#removemultipleitems"},"render":{"name":"render","description":"

It is used to Initialize the control rendering.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#render"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#requiredmodules"},"selectItem":{"name":"selectItem","description":"

It is used to select the list item from the ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#selectitem"},"selectMultipleItems":{"name":"selectMultipleItems","description":"

It is used to select multiple list item from the ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#selectmultipleitems"},"showItem":{"name":"showItem","description":"

It is used to show an list item from the ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#showitem"},"uncheckAllItems":{"name":"uncheckAllItems","description":"

It is used to un-check all the items in ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#uncheckallitems"},"uncheckItem":{"name":"uncheckItem","description":"

It is used to uncheck the checkbox of an item.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#uncheckitem"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#inject"}},"Virtualization":{"listItemHeight":{"name":"listItemHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#listitemheight"},"uiFirstIndex":{"name":"uiFirstIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#uifirstindex"},"addItem":{"name":"addItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#additem"},"checkedItem":{"name":"checkedItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#checkeditem"},"createUIItem":{"name":"createUIItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#createuiitem"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#destroy"},"disableItem":{"name":"disableItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#disableitem"},"enableItem":{"name":"enableItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#enableitem"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#getmodulename"},"getSelectedItems":{"name":"getSelectedItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#getselecteditems"},"hideItem":{"name":"hideItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#hideitem"},"reRenderUiVirtualization":{"name":"reRenderUiVirtualization","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#rerenderuivirtualization"},"refreshItemHeight":{"name":"refreshItemHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#refreshitemheight"},"removeItem":{"name":"removeItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#removeitem"},"selectItem":{"name":"selectItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#selectitem"},"setCheckboxLI":{"name":"setCheckboxLI","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#setcheckboxli"},"setSelectLI":{"name":"setSelectLI","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#setselectli"},"showItem":{"name":"showItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#showitem"}},"Sortable":{"drag":{"name":"drag","description":"

Specifies the callback function for drag event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sortable/#drag"},"dragStart":{"name":"dragStart","description":"

Specifies the callback function for dragStart event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sortable/#dragstart"},"drop":{"name":"drop","description":"

Specifies the callback function for drop event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sortable/#drop"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/sortable/#element"},"enableAnimation":{"name":"enableAnimation","description":"

It is used to enable or disable the built-in animations. The default value is false

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sortable/#enableanimation"},"helper":{"name":"helper","description":"

Defines the callback function for customizing the cloned element.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/sortable/#helper"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sortable/#isdestroyed"},"itemClass":{"name":"itemClass","description":"

Specifies the sortable item class.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sortable/#itemclass"},"placeHolder":{"name":"placeHolder","description":"

Defines the callback function for customizing the placeHolder element.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/sortable/#placeholder"},"scope":{"name":"scope","description":"

Defines the scope value to group sets of sortable libraries.\nMore than one Sortable with same scope allows to transfer elements between different sortable libraries which has same scope value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sortable/#scope"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#addeventlistener"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#databind"},"destroy":{"name":"destroy","description":"

It is used to destroy the Sortable library.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#getmodulename"},"moveTo":{"name":"moveTo","description":"

It is used to sort array of elements from source element to destination element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#moveto"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#onpropertychanged"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#removeeventlistener"}},"Cap":{"border":{"name":"border","description":"

Options for customizing the border of the cap.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/cap#border"},"color":{"name":"color","description":"

The color of the cap.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/cap#color"},"radius":{"name":"radius","description":"

Radius of the cap in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/cap#radius"}},"NeedleTail":{"border":{"name":"border","description":"

Options for customizing the border of the back needle.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/needleTail#border"},"color":{"name":"color","description":"

The color of the back needle.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/needleTail#color"},"length":{"name":"length","description":"

The radius of the back needle in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/needleTail#length"}},"AxisLayoutPanel":{"pointerRenderer":{"name":"pointerRenderer","description":"","type":"PointerRenderer","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axisLayoutPanel#pointerrenderer"}},"AxisRenderer":{},"PointerRenderer":{},"CircularGauge":{"animationComplete":{"name":"animationComplete","description":"

Triggers after animation gets completed for pointers.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#animationcomplete"},"annotationRender":{"name":"annotationRender","description":"

Triggers before each annotation gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#annotationrender"},"axisLabelRender":{"name":"axisLabelRender","description":"

Triggers before each axis label gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axislabelrender"},"dragEnd":{"name":"dragEnd","description":"

Triggers after the pointer is dragged.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#dragend"},"dragMove":{"name":"dragMove","description":"

Triggers while dragging the pointers.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#dragmove"},"dragStart":{"name":"dragStart","description":"

Triggers before the pointer is dragged.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#dragstart"},"gaugeMouseDown":{"name":"gaugeMouseDown","description":"

Triggers on mouse down.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#gaugemousedown"},"gaugeMouseLeave":{"name":"gaugeMouseLeave","description":"

Triggers while cursor leaves the circular gauge.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#gaugemouseleave"},"gaugeMouseMove":{"name":"gaugeMouseMove","description":"

Triggers on hovering the circular gauge.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#gaugemousemove"},"gaugeMouseUp":{"name":"gaugeMouseUp","description":"

Triggers on mouse up.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#gaugemouseup"},"legendRender":{"name":"legendRender","description":"

Triggers before each legend gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#legendrender"},"load":{"name":"load","description":"

Triggers before gauge load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#load"},"loaded":{"name":"loaded","description":"

Triggers after gauge loaded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#loaded"},"radiusCalculate":{"name":"radiusCalculate","description":"

Triggers before the radius gets rendered

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#radiuscalculate"},"resized":{"name":"resized","description":"

Triggers after window resize.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#resized"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip for pointer gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tooltiprender"},"annotationsModule":{"name":"annotationsModule","description":"

annotationModule is used to add annotation in gauge.

\n","type":"Annotations","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#annotationsmodule"},"axes":{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},"background":{"name":"background","description":"

The background color of the gauge, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#background"},"border":{"name":"border","description":"

Options for customizing the color and width of the gauge border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#border"},"centerX":{"name":"centerX","description":"

X coordinate of the circular gauge center point, which takes values either in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#centerx"},"centerY":{"name":"centerY","description":"

Y coordinate of the circular gauge center point, which takes values either in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#centery"},"description":{"name":"description","description":"

Information about gauge for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#description"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#enablepersistence"},"enablePointerDrag":{"name":"enablePointerDrag","description":"

If set true, pointers can able to drag on interaction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#enablepointerdrag"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#enablertl"},"height":{"name":"height","description":"

The height of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, gauge will render to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#isdestroyed"},"legendModule":{"name":"legendModule","description":"

legendModule is used to manipulate and add legend to the chart.

\n","type":"Legend","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#legendmodule"},"legendSettings":{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#legendsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#locale"},"margin":{"name":"margin","description":"

Options to customize the left, right, top and bottom margins of the gauge.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#margin"},"moveToCenter":{"name":"moveToCenter","description":"

To place the half or quarter circle in center position, if values not specified for centerX and centerY.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#movetocenter"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the gauge.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tabindex"},"theme":{"name":"theme","description":"

Specifies the theme for circular gauge.

\n
    \n
  • Material - Gauge render with material theme.
  • \n
  • Fabric - Gauge render with fabric theme.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#theme"},"title":{"name":"title","description":"

Title for gauge

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title of Gauge.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of gauge.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tooltip"},"tooltipModule":{"name":"tooltipModule","description":"

tooltipModule is used to show the tooltip to the circular gauge..

\n","type":"GaugeTooltip","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tooltipmodule"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

Specifies whether a grouping separator should be used for a number.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#usegroupingseparator"},"width":{"name":"width","description":"

The width of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, gauge will render to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#destroy"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#removeeventlistener"},"setAnnotationValue":{"name":"setAnnotationValue","description":"

Method to set the annotation content dynamically for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#setannotationvalue"},"setPointerValue":{"name":"setPointerValue","description":"

Method to set the pointer value dynamically for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#setpointervalue"},"setRangeValue":{"name":"setRangeValue","description":"

Method to set the range values dynamically for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#setrangevalue"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#inject"}},"AnnotationTooltip":{"border":{"name":"border","description":"

Options to customize the border for annotation tooltip.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#border"},"enableAnimation":{"name":"enableAnimation","description":"

If set true, range and annotation tooltip will animate, while moving from one point to another.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#enableanimation"},"fill":{"name":"fill","description":"

The fill color of the annotation tooltip, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#fill"},"format":{"name":"format","description":"

Format of the annotation tooltip content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#format"},"template":{"name":"template","description":"

Custom template to format the tooltip content. Use ${x} and ${y} as a placeholder text to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#template"},"textStyle":{"name":"textStyle","description":"

Options to customize the tooltip text of annotation.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#textstyle"}},"RangeTooltip":{"border":{"name":"border","description":"

Options to customize the border for range tooltip.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#border"},"enableAnimation":{"name":"enableAnimation","description":"

If set true, range tooltip will animate, while moving from one point to another.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#enableanimation"},"fill":{"name":"fill","description":"

The fill color of the range tooltip, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#fill"},"format":{"name":"format","description":"

Format of the range tooltip content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#format"},"showAtMousePosition":{"name":"showAtMousePosition","description":"

Options to show the range tooltip position on pointer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#showatmouseposition"},"template":{"name":"template","description":"

Custom template to format the tooltip content. Use ${x} and ${y} as a placeholder text to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#template"},"textStyle":{"name":"textStyle","description":"

Options to customize the tooltip text of range.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#textstyle"},"leftTooltip":{"name":"leftTooltip","description":"","type":"SVGTooltip","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltip#lefttooltip"},"rightTooltip":{"name":"rightTooltip","description":"","type":"SVGTooltip","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltip#righttooltip"},"toolTipInterval":{"name":"toolTipInterval","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltip#tooltipinterval"},"renderLeftTooltip":{"name":"renderLeftTooltip","description":"

Left tooltip method called here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltip#renderlefttooltip"},"renderRightTooltip":{"name":"renderRightTooltip","description":"

Right tooltip method called here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltip#renderrighttooltip"}},"BarcodeGenerator":{"invalid":{"name":"invalid","description":"

Triggers if you enter any invalid character.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#invalid"},"backgroundColor":{"name":"backgroundColor","description":"

Defines the background color of the barcode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#backgroundcolor"},"displayText":{"name":"displayText","description":"

Defines the text properties for the barcode.

\n","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#displaytext"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#element"},"enableCheckSum":{"name":"enableCheckSum","description":"

Defines the checksum for the barcode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#enablechecksum"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#enablertl"},"foreColor":{"name":"foreColor","description":"

Defines the forecolor of the barcode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#forecolor"},"height":{"name":"height","description":"

Defines the height of the barcode model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#locale"},"margin":{"name":"margin","description":"

Defines the margin properties for the barcode.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#margin"},"mode":{"name":"mode","description":"

Defines the barcode rendering mode.

\n
    \n
  • SVG - Renders the bar-code objects as SVG elements
  • \n
  • Canvas - Renders the bar-code in a canvas
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#mode"},"type":{"name":"type","description":"

Defines the type of barcode to be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#type"},"value":{"name":"value","description":"

Defines the value of the barcode to be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#value"},"width":{"name":"width","description":"

Defines the width of the barcode model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#databind"},"destroy":{"name":"destroy","description":"

Destroys the barcode control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#destroy"},"getModuleName":{"name":"getModuleName","description":"

Returns the module name of the barcode

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#getmodulename"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#removeeventlistener"},"render":{"name":"render","description":"

Renders the barcode control with nodes and connectors

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#render"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#inject"}},"BarcodeBase":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#width"},"drawImage":{"name":"drawImage","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#drawimage"},"getDrawableSize":{"name":"getDrawableSize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#getdrawablesize"},"validateInput":{"name":"validateInput","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#validateinput"}},"OneDimension":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#width"},"validateInput":{"name":"validateInput","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#validateinput"}},"CodaBar":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#width"}},"Code11":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#width"}},"Code128":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#width"}},"Code128A":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#width"}},"Code128B":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#width"}},"Code128C":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#width"}},"Code32":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#width"}},"Code39":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#width"}},"Code39Extension":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#width"}},"Code93":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#width"}},"Code93Extension":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#width"}},"Ean13":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#width"}},"Ean8":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#width"}},"UpcA":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#width"}},"UpcE":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#width"}},"DisplayText":{"alignment":{"name":"alignment","description":"

Defines the horizontal alignment of the text.

\n
    \n
  • Left - Aligns the text at the left
  • \n
  • Right - Aligns the text at the Right
  • \n
  • Center - Aligns the text at the Center
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#alignment"},"font":{"name":"font","description":"

Defines the font style of the text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#font"},"margin":{"name":"margin","description":"

Sets the space to be left between the text and its barcode.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#margin"},"position":{"name":"position","description":"

Defines the position of the text.

\n
    \n
  • Bottom - Position the text at the Bottom
  • \n
  • Top - Position the text at the Top
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#position"},"size":{"name":"size","description":"

Defines the size of the text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#size"},"text":{"name":"text","description":"

Sets the textual description of the barcode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#text"},"visibility":{"name":"visibility","description":"

Defines the visibility of the text.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#visibility"}},"Point":{"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/point#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/point#y"},"isEmptyPoint":{"name":"isEmptyPoint","description":"

check whether the points are given

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/point#isemptypoint"}},"Rect":{"height":{"name":"height","description":"

Sets the height of a rectangular region

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/rect#height"},"width":{"name":"width","description":"

Sets the width of a rectangular region

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/rect#width"},"x":{"name":"x","description":"

Sets the x-coordinate of the starting point of a rectangular region

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/rect#x"},"y":{"name":"y","description":"

Sets the y-coordinate of the starting point of a rectangular region

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/rect#y"}},"DataMatrixGenerator":{"invalid":{"name":"invalid","description":"

Triggers if we entered any invalid character

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#invalid"},"backgroundColor":{"name":"backgroundColor","description":"

Defines the background color of the DataMatrix.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#backgroundcolor"},"displayText":{"name":"displayText","description":"

Defines the text properties for the DataMatrix.

\n","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#displaytext"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#enablertl"},"encoding":{"name":"encoding","description":"

Defines encoding type of the DataMatrix.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#encoding"},"foreColor":{"name":"foreColor","description":"

Defines the forecolor of the DataMatrix.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#forecolor"},"height":{"name":"height","description":"

Defines the height of the DataMatrix.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#locale"},"margin":{"name":"margin","description":"

Defines the margin properties for the DataMatrix.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#margin"},"mode":{"name":"mode","description":"

Defines the DataMatrix rendering mode.

\n
    \n
  • SVG - Renders the bar-code objects as SVG elements
  • \n
  • Canvas - Renders the bar-code in a canvas
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#mode"},"size":{"name":"size","description":"

Defines encoding type of the DataMatrix.

\n","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#size"},"value":{"name":"value","description":"

Defines the value of the DataMatrix to be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#value"},"width":{"name":"width","description":"

Defines the width of the DataMatrix.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#width"},"xDimension":{"name":"xDimension","description":"

Defines the xDimension of the DataMatrix.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#xdimension"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#databind"},"destroy":{"name":"destroy","description":"

Destroys the the data matrix generator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#destroy"},"getModuleName":{"name":"getModuleName","description":"

Returns the module name of the the data matrix generator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#getmodulename"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#removeeventlistener"},"render":{"name":"render","description":"

Renders the barcode control with nodes and connectors

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#render"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#inject"}},"DataMatrix":{},"PdfQRBarcodeValues":{},"QRCode":{},"ErrorCorrectionCodewords":{},"QRCodeGenerator":{"invalid":{"name":"invalid","description":"

Triggers if you enter any invalid character.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#invalid"},"backgroundColor":{"name":"backgroundColor","description":"

Defines the background color of the QR code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#backgroundcolor"},"displayText":{"name":"displayText","description":"

Defines the text properties for the QR code.

\n","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#displaytext"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#enablertl"},"errorCorrectionLevel":{"name":"errorCorrectionLevel","description":"

Defines the error correction level of the QR code.

\n","type":"ErrorCorrectionLevel","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#errorcorrectionlevel"},"foreColor":{"name":"foreColor","description":"

Defines the forecolor of the QR code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#forecolor"},"height":{"name":"height","description":"

Defines the height of the QR code model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#locale"},"margin":{"name":"margin","description":"

Defines the margin properties for the QR code.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#margin"},"mode":{"name":"mode","description":"

Defines the QR code rendering mode.

\n
    \n
  • SVG - Renders the bar-code objects as SVG elements
  • \n
  • Canvas - Renders the bar-code in a canvas
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#mode"},"value":{"name":"value","description":"

Defines the type of barcode to be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#value"},"version":{"name":"version","description":"
    \n
  • Defines the version of the QR code.
  • \n
\n","type":"QRCodeVersion","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#version"},"width":{"name":"width","description":"

Defines the width of the QR code model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#width"},"xDimension":{"name":"xDimension","description":"

Defines the xDimension of the QR code model.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#xdimension"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#databind"},"destroy":{"name":"destroy","description":"

Destroys the barcode control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#destroy"},"getModuleName":{"name":"getModuleName","description":"

Returns the module name of the barcode

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#getmodulename"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#removeeventlistener"},"render":{"name":"render","description":"

Renders the barcode control with nodes and connectors

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#render"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#inject"}},"Edit":{"addRecord":{"name":"addRecord","description":"

To adds a new row at the top with the given data. When data is not passed, it will add empty rows.

\n
\n

editSettings.allowEditing should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#addrecord"},"editCell":{"name":"editCell","description":"

Changes a particular cell into edited state based on the row index and field name provided in the batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#editcell"},"editFormValidate":{"name":"editFormValidate","description":"

Checks the status of validation at the time of editing. If validation is passed, it returns true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#editformvalidate"},"addRowSelectedItem":{"name":"addRowSelectedItem","description":"","type":"IGanttData","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#addrowselecteditem"},"cellEditModule":{"name":"cellEditModule","description":"","type":"CellEdit","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#celleditmodule"},"dialogModule":{"name":"dialogModule","description":"","type":"DialogEdit","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#dialogmodule"},"isBreakLoop":{"name":"isBreakLoop","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#isbreakloop"},"newlyAddedRecordBackup":{"name":"newlyAddedRecordBackup","description":"","type":"IGanttData","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#newlyaddedrecordbackup"},"taskbarEditModule":{"name":"taskbarEditModule","description":"","type":"TaskbarEdit","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#taskbareditmodule"},"validatedChildItems":{"name":"validatedChildItems","description":"","type":"IGanttData[]","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#validatedchilditems"},"deleteRecord":{"name":"deleteRecord","description":"

Deletes a record with the given options. If fieldname and data are not given, the Grid will delete the selected record.

\n
\n

editSettings.allowDeleting should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#deleterecord"},"updateRecordByID":{"name":"updateRecordByID","description":"

Method to update record with new values.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#updaterecordbyid"},"mFormObj":{"name":"mFormObj","description":"","type":"FormValidator","link":"//ej2.syncfusion.com/documentation/api/grid/edit#mformobj"},"batchCancel":{"name":"batchCancel","description":"

Resets added, edited, and deleted records in the batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#batchcancel"},"batchSave":{"name":"batchSave","description":"

Bulk saves added, edited, and deleted records in the batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#batchsave"},"closeEdit":{"name":"closeEdit","description":"

Cancels edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#closeedit"},"deleteRow":{"name":"deleteRow","description":"

Deletes a visible row by TR element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#deleterow"},"endEdit":{"name":"endEdit","description":"

If Grid is in editable state, you can save a record by invoking endEdit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#endedit"},"getBatchChanges":{"name":"getBatchChanges","description":"

Gets the added, edited,and deleted data before bulk save to the DataSource in batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#getbatchchanges"},"getCurrentEditCellData":{"name":"getCurrentEditCellData","description":"

Gets the current value of the edited component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#getcurrenteditcelldata"},"getValueFromType":{"name":"getValueFromType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#getvaluefromtype"},"saveCell":{"name":"saveCell","description":"

Saves the cell that is currently edited. It does not save the value to the DataSource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#savecell"},"startEdit":{"name":"startEdit","description":"

Edits any bound record in the Grid by TR element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#startedit"},"updateCell":{"name":"updateCell","description":"

To update the specified cell by given value without changing into edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#updatecell"},"updateRow":{"name":"updateRow","description":"

To update the specified row by given values without changing into edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#updaterow"}},"TreeVirtual":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeVirtual#addeventlistener"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeVirtual#destroy"},"ensurePageSize":{"name":"ensurePageSize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeVirtual#ensurepagesize"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeVirtual#getmodulename"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeVirtual#removeeventlistener"}},"TreeGrid":{"actionBegin":{"name":"actionBegin","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when any TreeGrid action failed to achieve the desired results.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actionfailure"},"beforeDataBound":{"name":"beforeDataBound","description":"

Triggers when a particular selected cell is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beforedatabound"},"beforeExcelExport":{"name":"beforeExcelExport","description":"

Triggers before TreeGrid data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beforeexcelexport"},"beforePdfExport":{"name":"beforePdfExport","description":"

Triggers before TreeGrid data is exported to PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beforepdfexport"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the print action starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beforeprint"},"beginEdit":{"name":"beginEdit","description":"

Triggers before the record is to be edit.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beginedit"},"cellDeselected":{"name":"cellDeselected","description":"

Triggers when a particular selected cell is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#celldeselected"},"cellDeselecting":{"name":"cellDeselecting","description":"

Triggers before the selected cell is deselecting.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#celldeselecting"},"cellEdit":{"name":"cellEdit","description":"

Triggers when the cell is being edited.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#celledit"},"cellSave":{"name":"cellSave","description":"

Triggers when cell is saved.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#cellsave"},"cellSelected":{"name":"cellSelected","description":"

Triggers after a cell is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#cellselected"},"cellSelecting":{"name":"cellSelecting","description":"

Triggers before any cell selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#cellselecting"},"checkboxChange":{"name":"checkboxChange","description":"

Triggers when the check box state change in checkbox column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#checkboxchange"},"collapsed":{"name":"collapsed","description":"

Triggers after collapse the TreeGrid record

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#collapsed"},"collapsing":{"name":"collapsing","description":"

Triggers while collapsing the TreeGrid record

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#collapsing"},"columnDrag":{"name":"columnDrag","description":"

Triggers when column header element is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndrag"},"columnDragStart":{"name":"columnDragStart","description":"

Triggers when column header element drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndragstart"},"columnDrop":{"name":"columnDrop","description":"

Triggers when a column header element is dropped on the target column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndrop"},"columnMenuClick":{"name":"columnMenuClick","description":"

Triggers when click on column menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columnmenuclick"},"columnMenuOpen":{"name":"columnMenuOpen","description":"

Triggers before column menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columnmenuopen"},"contextMenuClick":{"name":"contextMenuClick","description":"

Triggers when click on context menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#contextmenuclick"},"contextMenuOpen":{"name":"contextMenuOpen","description":"

Triggers before context menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#contextmenuopen"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the TreeGrid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#databound"},"dataSourceChanged":{"name":"dataSourceChanged","description":"

Triggers when the TreeGrid data is added, deleted and updated.\nInvoke the done method from the argument to start render after edit operation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasourcechanged"},"dataStateChange":{"name":"dataStateChange","description":"

Triggers when the TreeGrid actions such as Sorting, Paging etc., are done.\nIn this event,the current view data and total record count should be assigned to the dataSource based on the action performed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datastatechange"},"detailDataBound":{"name":"detailDataBound","description":"

Triggers after detail row expands.

\n
\n

This event triggers at initial expand.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#detaildatabound"},"excelExportComplete":{"name":"excelExportComplete","description":"

Triggers after TreeGrid data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#excelexportcomplete"},"excelHeaderQueryCellInfo":{"name":"excelHeaderQueryCellInfo","description":"

Triggers before exporting each header cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#excelheaderquerycellinfo"},"excelQueryCellInfo":{"name":"excelQueryCellInfo","description":"

Triggers before exporting each cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#excelquerycellinfo"},"expanded":{"name":"expanded","description":"

Triggers after expand the record

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expanded"},"expanding":{"name":"expanding","description":"

Triggers while expanding the TreeGrid record

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expanding"},"headerCellInfo":{"name":"headerCellInfo","description":"

Triggered for stacked header.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#headercellinfo"},"load":{"name":"load","description":"

This event allows customization of TreeGrid properties before rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#load"},"pdfExportComplete":{"name":"pdfExportComplete","description":"

Triggers after TreeGrid data is exported to PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pdfexportcomplete"},"pdfHeaderQueryCellInfo":{"name":"pdfHeaderQueryCellInfo","description":"

Triggers before exporting each header cell to PDF document.\nYou can also customize the PDF cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pdfheaderquerycellinfo"},"pdfQueryCellInfo":{"name":"pdfQueryCellInfo","description":"

Triggers before exporting each cell to PDF document.\nYou can also customize the PDF cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pdfquerycellinfo"},"printComplete":{"name":"printComplete","description":"

Triggers after print action is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#printcomplete"},"queryCellInfo":{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the TreeGrid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#querycellinfo"},"recordDoubleClick":{"name":"recordDoubleClick","description":"

Triggers when record is double clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#recorddoubleclick"},"resizeStart":{"name":"resizeStart","description":"

Triggers when column resize starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Triggers when column resize ends.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#resizestop"},"resizing":{"name":"resizing","description":"

Triggers on column resizing.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#resizing"},"rowDataBound":{"name":"rowDataBound","description":"

Triggered every time a request is made to access row information, element, or data.\nThis will be triggered before the row element is appended to the TreeGrid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdatabound"},"rowDeselected":{"name":"rowDeselected","description":"

Triggers when a selected row is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdeselected"},"rowDeselecting":{"name":"rowDeselecting","description":"

Triggers before deselecting the selected row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdeselecting"},"rowDrag":{"name":"rowDrag","description":"

Triggers when row elements are dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdrag"},"rowDragStart":{"name":"rowDragStart","description":"

Triggers when row element’s drag(move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdragstart"},"rowDragStartHelper":{"name":"rowDragStartHelper","description":"

Triggers when row element’s before drag(move).

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdragstarthelper"},"rowDrop":{"name":"rowDrop","description":"

Triggers when row elements are dropped on the target row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdrop"},"rowSelected":{"name":"rowSelected","description":"

Triggers after a row is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowselected"},"rowSelecting":{"name":"rowSelecting","description":"

Triggers before row selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowselecting"},"toolbarClick":{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbarclick"},"aggregates":{"name":"aggregates","description":"

Configures the TreeGrid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#aggregates"},"allowExcelExport":{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export treegrid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowexcelexport"},"allowFiltering":{"name":"allowFiltering","description":"

If allowFiltering is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowfiltering"},"allowMultiSorting":{"name":"allowMultiSorting","description":"

If allowMultiSorting set to true, then it will allow the user to sort multiple column in the treegrid.

\n
\n

allowSorting should be true.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowmultisorting"},"allowPaging":{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},"allowPdfExport":{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export treegrid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpdfexport"},"allowReordering":{"name":"allowReordering","description":"

If allowReordering is set to true, TreeGrid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowreordering"},"allowResizing":{"name":"allowResizing","description":"

If allowResizing is set to true, TreeGrid columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowresizing"},"allowRowDragAndDrop":{"name":"allowRowDragAndDrop","description":"

Specifies the mapping property path for the expand status of a record in data source

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowrowdraganddrop"},"allowSelection":{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowselection"},"allowSorting":{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of treegrid records when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowsorting"},"allowTextWrap":{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowtextwrap"},"autoCheckHierarchy":{"name":"autoCheckHierarchy","description":"

If autoCheckHierarchy is set to true, hierarchy checkbox selection has been enabled in TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#autocheckhierarchy"},"childMapping":{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},"columnMenuItems":{"name":"columnMenuItems","description":"

columnMenuItems defines both built-in and custom column menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • Filter - Filter options will show based on filterSettings property like filterbar, menu filter.
  • \n
\n","type":"ColumnMenuItem[]|ColumnMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columnmenuitems"},"columnMenuModule":{"name":"columnMenuModule","description":"

The columnMenuModule is used to manipulate column menu items and its action in TreeGrid.

\n","type":"ColumnMenu","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columnmenumodule"},"columnQueryMode":{"name":"columnQueryMode","description":"

columnQueryModeprovides options to retrieves data from the data source.Their types are

\n
    \n
  • All: It retrieves whole data source.
  • \n
  • Schema: retrieves data for all the defined columns in TreeGrid from the data source.
  • \n
  • ExcludeHidden: retrieves data only for visible columns of TreeGrid from the data Source.
  • \n
\n","type":"ColumnQueryModeType","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columnquerymode"},"columns":{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},"contextMenuItems":{"name":"contextMenuItems","description":"

contextMenuItems defines both built-in and custom context menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • Edit - Edit the current record.
  • \n
  • Delete - Delete the current record.
  • \n
  • Save - Save the edited record.
  • \n
  • Cancel - Cancel the edited state.
  • \n
  • PdfExport - Export the grid as Pdf format.
  • \n
  • ExcelExport - Export the grid as Excel format.
  • \n
  • CsvExport - Export the grid as CSV format.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • FirstPage - Go to the first page.
  • \n
  • PrevPage - Go to the previous page.
  • \n
  • LastPage - Go to the last page.
  • \n
  • NextPage - Go to the next page.
  • \n
\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#contextmenuitems"},"contextMenuModule":{"name":"contextMenuModule","description":"

The contextMenuModule is used to handle context menu items and its action in the TreeGrid.

\n","type":"ContextMenu","link":"//ej2.syncfusion.com/documentation/api/treegrid/#contextmenumodule"},"dataModule":{"name":"dataModule","description":"","type":"DataManipulation","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datamodule"},"dataSource":{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},"detailTemplate":{"name":"detailTemplate","description":"

The detail template allows you to show or hide additional information about a particular row.

\n
\n

It accepts either the template string or the HTML element ID.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#detailtemplate"},"editModule":{"name":"editModule","description":"

The editModule is used to handle TreeGrid content manipulation.

\n","type":"Edit","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editmodule"},"editSettings":{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/treegrid/#element"},"enableAltRow":{"name":"enableAltRow","description":"

If enableAltRow is set to true, the TreeGrid will render with e-altrow CSS class to the alternative tr elements.

\n
\n

Check the AltRow to customize the styles of alternative rows.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablealtrow"},"enableCollapseAll":{"name":"enableCollapseAll","description":"

Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablecollapseall"},"enableHover":{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablehover"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablertl"},"enableVirtualization":{"name":"enableVirtualization","description":"

If enableVirtualization set to true, then the TreeGrid will render only the rows visible within the view-port\nand load subsequent rows on vertical scrolling. This helps to load large dataset in TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablevirtualization"},"excelExportModule":{"name":"excelExportModule","description":"","type":"ExcelExport","link":"//ej2.syncfusion.com/documentation/api/treegrid/#excelexportmodule"},"expandStateMapping":{"name":"expandStateMapping","description":"

Specifies the mapping property path for the expand status of a record in data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expandstatemapping"},"filterSettings":{"name":"filterSettings","description":"

Configures the filter settings of the TreeGrid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filtersettings"},"frozenColumns":{"name":"frozenColumns","description":"

Gets or sets the number of frozen columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#frozencolumns"},"frozenRows":{"name":"frozenRows","description":"

Gets or sets the number of frozen rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#frozenrows"},"gridLines":{"name":"gridLines","description":"

Defines the mode of TreeGrid lines. The available modes are,

\n
    \n
  • Both: Displays both horizontal and vertical TreeGrid lines.
  • \n
  • None: No TreeGrid lines are displayed.
  • \n
  • Horizontal: Displays the horizontal TreeGrid lines only.
  • \n
  • Vertical: Displays the vertical TreeGrid lines only.
  • \n
  • Default: Displays TreeGrid lines based on the theme.
  • \n
\n","type":"GridLine","link":"//ej2.syncfusion.com/documentation/api/treegrid/#gridlines"},"hasChildMapping":{"name":"hasChildMapping","description":"

Specifies whether record is parent or not for the remote data binding

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#haschildmapping"},"height":{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},"idMapping":{"name":"idMapping","description":"

Specifies the name of the field in the dataSource, which contains the id of that row.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#idmapping"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#isdestroyed"},"keyboardModule":{"name":"keyboardModule","description":"

The keyboardModule is used to manipulate keyboard interactions in TreeGrid.

\n","type":"KeyboardEvents","link":"//ej2.syncfusion.com/documentation/api/treegrid/#keyboardmodule"},"loadChildOnDemand":{"name":"loadChildOnDemand","description":"

If loadChildOnDemand is enabled, parent records are render in expanded state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#loadchildondemand"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#locale"},"pageSettings":{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},"pagerModule":{"name":"pagerModule","description":"

The pagerModule is used to manipulate paging in the TreeGrid.

\n","type":"Page","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagermodule"},"parentIdMapping":{"name":"parentIdMapping","description":"

Specifies the name of the field in the dataSource, which contains the parent’s id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#parentidmapping"},"pdfExportModule":{"name":"pdfExportModule","description":"","type":"PdfExport","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pdfexportmodule"},"printMode":{"name":"printMode","description":"

Defines the print modes. The available print modes are

\n
    \n
  • AllPages: Prints all pages of the TreeGrid.
  • \n
  • CurrentPage: Prints the current page of the TreeGrid.
  • \n
\n","type":"PrintMode","link":"//ej2.syncfusion.com/documentation/api/treegrid/#printmode"},"printModule":{"name":"printModule","description":"

The printModule is used to handle the printing feature of the TreeGrid.

\n","type":"Print","link":"//ej2.syncfusion.com/documentation/api/treegrid/#printmodule"},"query":{"name":"query","description":"

Defines the external Query\nthat will be executed along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/treegrid/#query"},"reorderModule":{"name":"reorderModule","description":"

The reorderModule is used to manipulate reordering in TreeGrid.

\n","type":"Reorder","link":"//ej2.syncfusion.com/documentation/api/treegrid/#reordermodule"},"rowDragAndDropModule":{"name":"rowDragAndDropModule","description":"

The rowDragandDrop is used to manipulate Row Reordering in TreeGrid.

\n","type":"RowDD","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdraganddropmodule"},"rowDropSettings":{"name":"rowDropSettings","description":"

Configures the row drop settings of the TreeGrid.

\n","type":"RowDropSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdropsettings"},"rowHeight":{"name":"rowHeight","description":"

Defines the height of TreeGrid rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowheight"},"rowTemplate":{"name":"rowTemplate","description":"

The row template that renders customized rows from the given template.\nBy default, TreeGrid renders a table row for every data source item.

\n
\n
    \n
  • It accepts either template string or HTML element ID.
  • \n
  • The row template must be a table row.\nCheck the Row Template customization.
  • \n
\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowtemplate"},"searchSettings":{"name":"searchSettings","description":"

Configures the search settings of the TreeGrid.

\n","type":"SearchSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#searchsettings"},"selectedRowIndex":{"name":"selectedRowIndex","description":"

The selectedRowIndex allows you to select a row at initial rendering.\nYou can also get the currently selected row index.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectedrowindex"},"selectionModule":{"name":"selectionModule","description":"","type":"TreeGridSelection","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectionmodule"},"selectionSettings":{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectionsettings"},"showColumnMenu":{"name":"showColumnMenu","description":"

If showColumnMenu set to true, then it will enable the column menu options in each columns.

\n
\n

Check the Column menu for its configuration.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#showcolumnmenu"},"sortModule":{"name":"sortModule","description":"

The sortModule is used to manipulate sorting in TreeGrid.

\n","type":"Sort","link":"//ej2.syncfusion.com/documentation/api/treegrid/#sortmodule"},"sortSettings":{"name":"sortSettings","description":"

Configures the sort settings of the TreeGrid.

\n","type":"SortSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#sortsettings"},"textWrapSettings":{"name":"textWrapSettings","description":"

Configures the text wrap in the TreeGrid.

\n","type":"TextWrapSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#textwrapsettings"},"toolbar":{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},"toolbarModule":{"name":"toolbarModule","description":"

The toolbarModule is used to manipulate ToolBar items and its action in the TreeGrid.

\n","type":"Toolbar","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbarmodule"},"treeColumnIndex":{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},"width":{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#addeventlistener"},"addRecord":{"name":"addRecord","description":"

Adds a new record to the TreeGrid. Without passing parameters, it adds empty rows.

\n
\n

editSettings.allowEditing should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#addrecord"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#appendto"},"autoFitColumns":{"name":"autoFitColumns","description":"

Changes the column width to automatically fit its content to ensure that the width shows the content without wrapping/hiding.

\n
\n
    \n
  • This method ignores the hidden columns.
  • \n
  • Uses the autoFitColumns method in the dataBound event to resize at initial rendering.
  • \n
\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#autofitcolumns"},"clearFiltering":{"name":"clearFiltering","description":"

Clears all the filtered rows of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#clearfiltering"},"clearSelection":{"name":"clearSelection","description":"

Deselects the current selected rows and cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#clearselection"},"clearSorting":{"name":"clearSorting","description":"

Clears all the sorted columns of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#clearsorting"},"closeEdit":{"name":"closeEdit","description":"

Cancels edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#closeedit"},"collapseAll":{"name":"collapseAll","description":"

Collapses All the rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#collapseall"},"collapseAtLevel":{"name":"collapseAtLevel","description":"

Collapses the records at specific hierarchical level

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#collapseatlevel"},"collapseRow":{"name":"collapseRow","description":"

Collapses child rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#collapserow"},"csvExport":{"name":"csvExport","description":"

Export TreeGrid data to CSV file.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#csvexport"},"deleteRecord":{"name":"deleteRecord","description":"

Delete a record with Given options. If fieldName and data is not given then TreeGrid will delete the selected record.

\n
\n

editSettings.allowDeleting should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#deleterecord"},"deleteRow":{"name":"deleteRow","description":"

Delete any visible row by TR element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#deleterow"},"destroy":{"name":"destroy","description":"

Destroys the component (detaches/removes all event handlers, attributes, classes, and empties the component element).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#destroy"},"editCell":{"name":"editCell","description":"

To edit any particular cell using row index and cell index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editcell"},"endEdit":{"name":"endEdit","description":"

If TreeGrid is in editable state, you can save a record by invoking endEdit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#endedit"},"excelExport":{"name":"excelExport","description":"

Export TreeGrid data to Excel file(.xlsx).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#excelexport"},"expandAll":{"name":"expandAll","description":"

Expands All the rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expandall"},"expandAtLevel":{"name":"expandAtLevel","description":"

Expands the records at specific hierarchical level

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expandatlevel"},"expandRow":{"name":"expandRow","description":"

Expands child rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expandrow"},"filterByColumn":{"name":"filterByColumn","description":"

Filters TreeGrid row by column name with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filterbycolumn"},"getCellFromIndex":{"name":"getCellFromIndex","description":"

Gets a cell by row and column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcellfromindex"},"getCheckedRecords":{"name":"getCheckedRecords","description":"

Get the records of checked rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcheckedrecords"},"getCheckedRowIndexes":{"name":"getCheckedRowIndexes","description":"

Get the indexes of checked rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcheckedrowindexes"},"getColumnByField":{"name":"getColumnByField","description":"

Gets a Column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnbyfield"},"getColumnByUid":{"name":"getColumnByUid","description":"

Gets a column by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnbyuid"},"getColumnFieldNames":{"name":"getColumnFieldNames","description":"

Gets the collection of column fields.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnfieldnames"},"getColumnHeaderByField":{"name":"getColumnHeaderByField","description":"

Gets a column header by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnheaderbyfield"},"getColumnHeaderByIndex":{"name":"getColumnHeaderByIndex","description":"

Gets a column header by column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnheaderbyindex"},"getColumnHeaderByUid":{"name":"getColumnHeaderByUid","description":"

Gets a column header by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnheaderbyuid"},"getColumnIndexByField":{"name":"getColumnIndexByField","description":"

Gets a column index by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnindexbyfield"},"getColumnIndexByUid":{"name":"getColumnIndexByUid","description":"

Gets a column index by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnindexbyuid"},"getColumns":{"name":"getColumns","description":"

Gets the columns from the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumns"},"getContent":{"name":"getContent","description":"

Gets the content div of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcontent"},"getContentTable":{"name":"getContentTable","description":"

Gets the content table of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcontenttable"},"getCurrentViewRecords":{"name":"getCurrentViewRecords","description":"

Get current visible data of TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcurrentviewrecords"},"getDataModule":{"name":"getDataModule","description":"

Gets the data module.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getdatamodule"},"getDataRows":{"name":"getDataRows","description":"

Gets all the TreeGrid's data rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getdatarows"},"getFooterContent":{"name":"getFooterContent","description":"

Gets the footer div of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getfootercontent"},"getFooterContentTable":{"name":"getFooterContentTable","description":"

Gets the footer table element of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getfootercontenttable"},"getHeaderContent":{"name":"getHeaderContent","description":"

Gets the header div of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getheadercontent"},"getHeaderTable":{"name":"getHeaderTable","description":"

Gets the header table element of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getheadertable"},"getMovableCellFromIndex":{"name":"getMovableCellFromIndex","description":"

Gets a movable table cell by row and column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getmovablecellfromindex"},"getMovableDataRows":{"name":"getMovableDataRows","description":"

Gets all the TreeGrid's movable table data rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getmovabledatarows"},"getMovableRowByIndex":{"name":"getMovableRowByIndex","description":"

Gets a movable tables row by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getmovablerowbyindex"},"getMovableRows":{"name":"getMovableRows","description":"

Gets the TreeGrid's movable content rows from frozen treegrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getmovablerows"},"getPager":{"name":"getPager","description":"

Gets the pager of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getpager"},"getPrimaryKeyFieldNames":{"name":"getPrimaryKeyFieldNames","description":"

Get the names of the primary key columns of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getprimarykeyfieldnames"},"getRowByIndex":{"name":"getRowByIndex","description":"

Gets a row by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getrowbyindex"},"getRowInfo":{"name":"getRowInfo","description":"

Get a row information based on cell

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getrowinfo"},"getRows":{"name":"getRows","description":"

Returns TreeGrid rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getrows"},"getSelectedRecords":{"name":"getSelectedRecords","description":"

Gets the collection of selected records.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getselectedrecords"},"getSelectedRowCellIndexes":{"name":"getSelectedRowCellIndexes","description":"

Gets the collection of selected row and cell indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getselectedrowcellindexes"},"getSelectedRowIndexes":{"name":"getSelectedRowIndexes","description":"

Gets the collection of selected row indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getselectedrowindexes"},"getSelectedRows":{"name":"getSelectedRows","description":"

Gets the collection of selected rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getselectedrows"},"getUidByColumnField":{"name":"getUidByColumnField","description":"

Gets UID by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getuidbycolumnfield"},"getVisibleColumns":{"name":"getVisibleColumns","description":"

Gets the visible columns from the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getvisiblecolumns"},"goToPage":{"name":"goToPage","description":"

Navigates to the specified target page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#gotopage"},"hideColumns":{"name":"hideColumns","description":"

Hides a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#hidecolumns"},"hideSpinner":{"name":"hideSpinner","description":"

Manually shown spinner needs to hide by hideSpinnner.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#hidespinner"},"pdfExport":{"name":"pdfExport","description":"

Export TreeGrid data to PDF document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pdfexport"},"print":{"name":"print","description":"

By default, prints all the pages of the TreeGrid and hides the pager.

\n
\n

You can customize print options using the\nprintMode.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#print"},"refresh":{"name":"refresh","description":"

Refreshes the TreeGrid header and content.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#refresh"},"refreshColumns":{"name":"refreshColumns","description":"

Refreshes the TreeGrid column changes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#refreshcolumns"},"refreshHeader":{"name":"refreshHeader","description":"

Refreshes the TreeGrid header.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#refreshheader"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#removeeventlistener"},"reorderColumns":{"name":"reorderColumns","description":"

Changes the TreeGrid column positions by field names.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#reordercolumns"},"reorderRows":{"name":"reorderRows","description":"

Reorder the rows based on given indexes and position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#reorderrows"},"search":{"name":"search","description":"

Searches TreeGrid records using the given key.\nYou can customize the default search option by using the\nsearchSettings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#search"},"selectCell":{"name":"selectCell","description":"

Selects a cell by the given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectcell"},"selectCheckboxes":{"name":"selectCheckboxes","description":"

Checked the checkboxes using rowIndexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectcheckboxes"},"selectRow":{"name":"selectRow","description":"

Selects a row by given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectrow"},"selectRows":{"name":"selectRows","description":"

Selects a collection of rows by indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectrows"},"setCellValue":{"name":"setCellValue","description":"

Updates particular cell value based on the given primary key value.

\n
\n

Primary key column must be specified using columns.isPrimaryKey property.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#setcellvalue"},"setRowData":{"name":"setRowData","description":"

Updates and refresh the particular row values based on the given primary key value.

\n
\n

Primary key column must be specified using columns.isPrimaryKey property.\n@param {string| number} key - Specifies the PrimaryKey value of dataSource.\n@param {Object} rowData - To update new data for the particular row.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#setrowdata"},"showColumns":{"name":"showColumns","description":"

Shows a column by its column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#showcolumns"},"showSpinner":{"name":"showSpinner","description":"

By default, TreeGrid shows the spinner for all its actions. You can use this method to show spinner at your needed time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#showspinner"},"sortByColumn":{"name":"sortByColumn","description":"

Sorts a column with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#sortbycolumn"},"startEdit":{"name":"startEdit","description":"

To edit any particular row by TR element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#startedit"},"updateExternalMessage":{"name":"updateExternalMessage","description":"

Defines the text of external message.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#updateexternalmessage"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#inject"}},"EditSettings":{"allowAdding":{"name":"allowAdding","description":"

If allowAdding is set to true, new records can be added to the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#allowadding"},"allowDeleting":{"name":"allowDeleting","description":"

If allowDeleting is set to true, existing record can be deleted from the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#allowdeleting"},"allowEditOnDblClick":{"name":"allowEditOnDblClick","description":"

If allowEditOnDblClick is set to false, Grid will not allow editing of a record on double click.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#alloweditondblclick"},"allowEditing":{"name":"allowEditing","description":"

If allowEditing is set to true, values can be updated in the existing record.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#allowediting"},"dialog":{"name":"dialog","description":"

Defines the dialog params to edit.

\n","type":"IDialogUI","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#dialog"},"mode":{"name":"mode","description":"

Defines the mode to edit. The available editing modes are:

\n
    \n
  • Normal
  • \n
  • Dialog
  • \n
  • Batch
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#mode"},"newRowPosition":{"name":"newRowPosition","description":"

Defines the position of adding a new row. The available position are:

\n
    \n
  • Top
  • \n
  • Bottom
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#newrowposition"},"showConfirmDialog":{"name":"showConfirmDialog","description":"

if showConfirmDialog is set to false, confirm dialog does not show when batch changes are saved or discarded.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#showconfirmdialog"},"showDeleteConfirmDialog":{"name":"showDeleteConfirmDialog","description":"

If showDeleteConfirmDialog is set to true, confirm dialog will show delete action. You can also cancel delete command.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#showdeleteconfirmdialog"},"template":{"name":"template","description":"

Defines the custom edit elements for the dialog template.

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#template"},"allowTaskbarEditing":{"name":"allowTaskbarEditing","description":"

Enabled or disables taskbar resizing, taskbar dragging, progress bar resizing and\npredecessor draw action in chart side.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/editSettings#allowtaskbarediting"},"allowNextRowEdit":{"name":"allowNextRowEdit","description":"

If allowNextRowEdit is set to true, editing is done to next row. By default allowNextRowEdit is set to false.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#allownextrowedit"}},"FilterSettings":{"columns":{"name":"columns","description":"

Specifies the columns to be filtered at initial rendering of the Grid. You can also get the columns that were currently filtered.

\n","type":"PredicateModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#columns"},"hierarchyMode":{"name":"hierarchyMode","description":"

Defines the filter types. The available options are,\nParent: Shows the filtered record with parent record.\nChild: Shows the filtered record with child record.\nBoth : shows the filtered record with both parent and child record.\nNone : Shows only filtered record.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/filterSettings#hierarchymode"},"ignoreAccent":{"name":"ignoreAccent","description":"

If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.

\n
\n

Check the Diacritics filtering.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#ignoreaccent"},"immediateModeDelay":{"name":"immediateModeDelay","description":"

Defines the time delay (in milliseconds) in filtering records when the Immediate mode of filter bar is set.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#immediatemodedelay"},"mode":{"name":"mode","description":"

Defines the filter bar modes. The available options are,

\n
    \n
  • OnEnter: Initiates filter operation after Enter key is pressed.
  • \n
  • Immediate: Initiates filter operation after a certain time interval. By default, time interval is 1500 ms.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#mode"},"operators":{"name":"operators","description":"

The operators is used to override the default operators in filter menu. This should be defined by type wise\n(string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.

\n
\n

Check the Filter Menu Operator customization.

\n
\n","type":"ICustomOptr","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#operators"},"showFilterBarStatus":{"name":"showFilterBarStatus","description":"

Shows or hides the filtered status message on the pager.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#showfilterbarstatus"},"type":{"name":"type","description":"

Defines options for filtering type. The available options are

\n
    \n
  • Menu - Specifies the filter type as menu.
  • \n
  • CheckBox - Specifies the filter type as checkbox.
  • \n
  • FilterBar - Specifies the filter type as filterbar.
  • \n
  • Excel - Specifies the filter type as checkbox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#type"},"enableCaseSensitivity":{"name":"enableCaseSensitivity","description":"

If enableCaseSensitivity is set to true then searches grid records with exact match based on the filter\noperator. It will have no effect on number, boolean and Date fields.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#enablecasesensitivity"}},"PageSettings":{"currentPage":{"name":"currentPage","description":"

Defines the current page number of the pager.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#currentpage"},"enableQueryString":{"name":"enableQueryString","description":"

If enableQueryString set to true,\nthen it pass current page information as a query string along with the URL while navigating to other page.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#enablequerystring"},"pageCount":{"name":"pageCount","description":"

Defines the number of pages to be displayed in the pager container.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#pagecount"},"pageSize":{"name":"pageSize","description":"

Defines the number of records to be displayed per page.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#pagesize"},"pageSizeMode":{"name":"pageSizeMode","description":"

Specifies the mode of record count in a page. The options are,

\n
    \n
  • All: Count all the records.
  • \n
  • Root: Count only zeroth level parent records.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/pageSettings#pagesizemode"},"pageSizes":{"name":"pageSizes","description":"

If pageSizes set to true or Array of values,\nIt renders DropDownList in the pager which allow us to select pageSize from DropDownList.

\n","type":"boolean|[]","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#pagesizes"},"template":{"name":"template","description":"

Defines the template which renders customized elements in pager instead of default elements.\nIt accepts either template string or HTML element ID.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#template"},"background":{"name":"background","description":"

Defines the background color and image of diagram

\n","type":"BackgroundModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#background"},"boundaryConstraints":{"name":"boundaryConstraints","description":"

Defines the editable region of the diagram

\n
    \n
  • Infinity - Allow the interactions to take place at the infinite height and width
  • \n
  • Diagram - Allow the interactions to take place around the diagram height and width
  • \n
  • Page - Allow the interactions to take place around the page height and width
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#boundaryconstraints"},"height":{"name":"height","description":"

Sets the height of a diagram Page

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#height"},"margin":{"name":"margin","description":"

Sets the margin of a diagram page

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#margin"},"multiplePage":{"name":"multiplePage","description":"

Sets whether multiple pages can be created to fit all nodes and connectors

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#multiplepage"},"orientation":{"name":"orientation","description":"

Sets the orientation of the pages in a diagram

\n
    \n
  • Landscape - Display with page Width is more than the page Height.
  • \n
  • Portrait - Display with page Height is more than the page width.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#orientation"},"showPageBreaks":{"name":"showPageBreaks","description":"

Enables or disables the page break lines

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#showpagebreaks"},"width":{"name":"width","description":"

Sets the width of a diagram Page

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#width"}},"SortDescriptor":{"direction":{"name":"direction","description":"

Defines the direction of sort column.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/sortDescriptor#direction"},"field":{"name":"field","description":"

Defines the field name of sort column.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/sortDescriptor#field"}},"SortSettings":{"allowUnsort":{"name":"allowUnsort","description":"

If allowUnsort set to false the user can not get the grid in unsorted state by clicking the sorted column header.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/sortSettings#allowunsort"},"columns":{"name":"columns","description":"

Specifies the columns to sort at initial rendering of Grid.\nAlso user can get current sorted columns.

\n","type":"SortDescriptorModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/sortSettings#columns"}},"AggregateColumn":{"columnName":{"name":"columnName","description":"

Defines the column name to display the aggregate value. If columnName is not defined,\nthen field name value will be assigned to the columnName property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#columnname"},"customAggregate":{"name":"customAggregate","description":"

Defines a function to calculate custom aggregate value. The type value should be set to custom.\nTo use custom aggregate value in the template, use the key as ${custom}.\nTotal aggregation: The custom function will be called with the whole data and the current AggregateColumn object.\nGroup aggregation: This will be called with the current group details and the AggregateColumn object.

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#customaggregate"},"field":{"name":"field","description":"

Defines the column name to perform aggregation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#field"},"footerTemplate":{"name":"footerTemplate","description":"

Defines the footer cell template as a string for the aggregate column.\nThe type name should be used to access aggregate values inside the template.\n{% codeBlock src="grid/footer-template-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#footertemplate"},"format":{"name":"format","description":"

Format is applied to a calculated value before it is displayed.\nGets the format from the user, which can be standard or custom\nnumber\nand date formats.

\n","type":"string|NumberFormatOptions|DateFormatOptions","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#format"},"type":{"name":"type","description":"

Defines the aggregate type of a particular column.\nTo use multiple aggregates for single column, specify the type as array.\nTypes of aggregate are,

\n
    \n
  • sum
  • \n
  • average
  • \n
  • max
  • \n
  • min
  • \n
  • count
  • \n
  • truecount
  • \n
  • falsecount
  • \n
  • custom
  • \n
\n
\n

Specify the type value as custom to use custom aggregation.

\n
\n","type":"string|AggregateType[]|string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#type"},"groupCaptionTemplate":{"name":"groupCaptionTemplate","description":"

Defines the group caption cell template as a string for the aggregate column.\nThe type name should be used to access aggregate values inside the template.\nAdditionally, the following fields can be accessed in the template.

\n
    \n
  • field: The current grouped field name.
  • \n
  • key: The current grouped field value.\n{% codeBlock src="grid/group-caption-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#groupcaptiontemplate"},"groupFooterTemplate":{"name":"groupFooterTemplate","description":"

Defines the group footer cell template as a string for the aggregate column.\nThe type name should be used to access aggregate values inside the template.\nAdditionally, the following fields can be accessed in the template.

\n
    \n
  • field: The current grouped field.
  • \n
  • key: The current grouped value.\n{% codeBlock src="grid/group-footer-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#groupfootertemplate"}},"AggregateRow":{"columns":{"name":"columns","description":"

Configures the aggregate columns.

\n","type":"AggregateColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateRow#columns"},"showChildSummary":{"name":"showChildSummary","description":"

Display the childSummary for each parent.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/aggregateRow#showchildsummary"}},"TextWrapSettings":{"wrapMode":{"name":"wrapMode","description":"

Defines the wrapMode of the Grid. The available modes are:

\n
    \n
  • Both: Wraps both the header and content.
  • \n
  • Content: Wraps the header alone.
  • \n
  • Header: Wraps the content alone.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/textWrapSettings#wrapmode"}},"TreeInterSectionObserver":{"sentinelInfo":{"name":"sentinelInfo","description":"","type":"SentinelInfo","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeInterSectionObserver#sentinelinfo"},"check":{"name":"check","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeInterSectionObserver#check"},"observe":{"name":"observe","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeInterSectionObserver#observe"},"observes":{"name":"observes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeInterSectionObserver#observes"},"setPageHeight":{"name":"setPageHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeInterSectionObserver#setpageheight"}},"VirtualTreeContentRenderer":{"colgroup":{"name":"colgroup","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#colgroup"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#addeventlistener"},"appendContent":{"name":"appendContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#appendcontent"},"createContentTable":{"name":"createContentTable","description":"

The function is used to create content table elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#createcontenttable"},"ensureBlocks":{"name":"ensureBlocks","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#ensureblocks"},"eventListener":{"name":"eventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#eventlistener"},"getBlockHeight":{"name":"getBlockHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getblockheight"},"getBlockSize":{"name":"getBlockSize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getblocksize"},"getColGroup":{"name":"getColGroup","description":"

Get the header colgroup element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getcolgroup"},"getColumnOffset":{"name":"getColumnOffset","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getcolumnoffset"},"getGroupedTotalBlocks":{"name":"getGroupedTotalBlocks","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getgroupedtotalblocks"},"getModelGenerator":{"name":"getModelGenerator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getmodelgenerator"},"getMovableRowByIndex":{"name":"getMovableRowByIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getmovablerowbyindex"},"getMovableRowElements":{"name":"getMovableRowElements","description":"

Get the Freeze pane movable content table data row elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getmovablerowelements"},"getMovableRows":{"name":"getMovableRows","description":"

Get the Movable Row collection in the Freeze pane Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getmovablerows"},"getOffset":{"name":"getOffset","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getoffset"},"getPanel":{"name":"getPanel","description":"

Get the content div element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getpanel"},"getRowByIndex":{"name":"getRowByIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getrowbyindex"},"getRowElements":{"name":"getRowElements","description":"

Get the content table data row elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getrowelements"},"getRows":{"name":"getRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getrows"},"getTable":{"name":"getTable","description":"

Get the content table element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#gettable"},"getTotalBlocks":{"name":"getTotalBlocks","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#gettotalblocks"},"getVirtualRowIndex":{"name":"getVirtualRowIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getvirtualrowindex"},"isEndBlock":{"name":"isEndBlock","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#isendblock"},"refreshContentRows":{"name":"refreshContentRows","description":"

Refresh the content of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#refreshcontentrows"},"refreshVirtualElement":{"name":"refreshVirtualElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#refreshvirtualelement"},"renderEmpty":{"name":"renderEmpty","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#renderempty"},"renderPanel":{"name":"renderPanel","description":"

The function is used to render grid content div

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#renderpanel"},"renderTable":{"name":"renderTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#rendertable"},"scrollListeners":{"name":"scrollListeners","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#scrolllisteners"},"setColGroup":{"name":"setColGroup","description":"

Set the header colgroup element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setcolgroup"},"setDisplayNone":{"name":"setDisplayNone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setdisplaynone"},"setPanel":{"name":"setPanel","description":"

Set the content div element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setpanel"},"setRowElements":{"name":"setRowElements","description":"

Get the content table data row elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setrowelements"},"setRowObjects":{"name":"setRowObjects","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setrowobjects"},"setSelection":{"name":"setSelection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setselection"},"setTable":{"name":"setTable","description":"

Set the content table element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#settable"},"setVisible":{"name":"setVisible","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setvisible"}},"StickyNotesAnnotation":{"addStickyNotesAnnotations":{"name":"addStickyNotesAnnotations","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesAnnotation#addstickynotesannotations"},"saveStickyAnnotations":{"name":"saveStickyAnnotations","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesAnnotation#savestickyannotations"},"updateStickyNotes":{"name":"updateStickyNotes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesAnnotation#updatestickynotes"}},"BookmarkView":{"bookmarks":{"name":"bookmarks","description":"","type":"any","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/bookmarkView#bookmarks"},"bookmarksDestination":{"name":"bookmarksDestination","description":"","type":"any","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/bookmarkView#bookmarksdestination"},"getBookmarks":{"name":"getBookmarks","description":"

Get Bookmarks of the PDF document being loaded in the ejPdfViewer control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/bookmarkView#getbookmarks"},"goToBookmark":{"name":"goToBookmark","description":"

Navigate To current Bookmark location of the PDF document being loaded in the ejPdfViewer control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/bookmarkView#gotobookmark"}},"Magnification":{"fitToPage":{"name":"fitToPage","description":"

Scales the page to fit the page in the container in the control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/magnification#fittopage"},"fitToWidth":{"name":"fitToWidth","description":"

Scales the page to fit the page width to the width of the container in the control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/magnification#fittowidth"},"zoomIn":{"name":"zoomIn","description":"

Magnifies the page to the next value in the zoom drop down list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/magnification#zoomin"},"zoomOut":{"name":"zoomOut","description":"

Magnifies the page to the previous value in the zoom drop down list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/magnification#zoomout"},"zoomTo":{"name":"zoomTo","description":"

Zoom the PDF document to the given zoom value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/magnification#zoomto"}},"Navigation":{"goToFirstPage":{"name":"goToFirstPage","description":"

Navigate to First page of the PDF document

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/navigation#gotofirstpage"},"goToLastPage":{"name":"goToLastPage","description":"

Navigate to Last page of the PDF document

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/navigation#gotolastpage"},"goToNextPage":{"name":"goToNextPage","description":"

Navigate to Next page of the PDF document

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/navigation#gotonextpage"},"goToPage":{"name":"goToPage","description":"

Navigate to given Page number\nNote : In case if we have provided incorrect page number as argument it will retain the existing page

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/navigation#gotopage"},"goToPreviousPage":{"name":"goToPreviousPage","description":"

Navigate to Previous page of the PDF document

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/navigation#gotopreviouspage"}},"AjaxRequestSettings":{"ajaxHeaders":{"name":"ajaxHeaders","description":"

set the ajax Header values in the PdfViewer.

\n","type":"IAjaxHeaders[]","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/ajaxRequestSettings#ajaxheaders"}},"AnnotationToolbarSettings":{"annotationToolbarItem":{"name":"annotationToolbarItem","description":"

shows only the defined options in the PdfViewer.

\n","type":"AnnotationToolbarItem[]","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationToolbarSettings#annotationtoolbaritem"},"showTooltip":{"name":"showTooltip","description":"

Enable or disables the tooltip of the toolbar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationToolbarSettings#showtooltip"}},"AreaSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#thickness"}},"ArrowSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#author"},"borderDashArray":{"name":"borderDashArray","description":"

specifies the border dash array of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#borderdasharray"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#fillcolor"},"lineHeadEndStyle":{"name":"lineHeadEndStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#lineheadendstyle"},"lineHeadStartStyle":{"name":"lineHeadStartStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#lineheadstartstyle"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#thickness"}},"CircleSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#thickness"}},"CustomStampItem":{"customStampImageSource":{"name":"customStampImageSource","description":"

specifies the stamp ImageSource of the PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampItem#customstampimagesource"},"customStampName":{"name":"customStampName","description":"

specifies the stamp Name of the PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampItem#customstampname"}},"CustomStampSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#author"},"height":{"name":"height","description":"

specifies the height of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#height"},"isAddToSubMenu":{"name":"isAddToSubMenu","description":"

Specifies to maintain the newly added custom stamp element in the menu items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#isaddtosubmenu"},"left":{"name":"left","description":"

specifies the left position of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#left"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#opacity"},"top":{"name":"top","description":"

specifies the top position of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#top"},"width":{"name":"width","description":"

specifies the width of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#width"}},"DistanceSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#author"},"borderDashArray":{"name":"borderDashArray","description":"

specifies the border dash array of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#borderdasharray"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#fillcolor"},"lineHeadEndStyle":{"name":"lineHeadEndStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#lineheadendstyle"},"lineHeadStartStyle":{"name":"lineHeadStartStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#lineheadstartstyle"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#thickness"}},"FreeTextSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#author"},"borderColor":{"name":"borderColor","description":"

specifies the border color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#bordercolor"},"borderStyle":{"name":"borderStyle","description":"

specifies the border style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#borderstyle"},"borderWidth":{"name":"borderWidth","description":"

specifies the border with of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#borderwidth"},"defaultText":{"name":"defaultText","description":"

setting the default text for annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#defaulttext"},"fillColor":{"name":"fillColor","description":"

specifies the background fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#fillcolor"},"fontColor":{"name":"fontColor","description":"

specifies the text box font color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#fontcolor"},"fontFamily":{"name":"fontFamily","description":"

specifies the text box font family of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#fontfamily"},"fontSize":{"name":"fontSize","description":"

specifies the text box font size of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#fontsize"},"fontStyle":{"name":"fontStyle","description":"

applying the font styles for the text.

\n","type":"FontStyle","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#fontstyle"},"height":{"name":"height","description":"

specifies the height of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#height"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#opacity"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#subject"},"textAlignment":{"name":"textAlignment","description":"

Aligning the text in the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#textalignment"},"width":{"name":"width","description":"

specifies the width of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#width"}},"LineSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#author"},"borderDashArray":{"name":"borderDashArray","description":"

specifies the border dash array of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#borderdasharray"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#fillcolor"},"lineHeadEndStyle":{"name":"lineHeadEndStyle","description":"

specifies the line head end style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#lineheadendstyle"},"lineHeadStartStyle":{"name":"lineHeadStartStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#lineheadstartstyle"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#modifieddate"},"opacity":{"name":"opacity","description":"

To configure the sparkline axis line opacity.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/lineSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#thickness"},"color":{"name":"color","description":"

To configure the sparkline axis line color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/lineSettings#color"},"dashArray":{"name":"dashArray","description":"

To configure the sparkline axis line dashArray.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/lineSettings#dasharray"},"visible":{"name":"visible","description":"

To toggle the axis line visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/lineSettings#visible"},"width":{"name":"width","description":"

To configure the sparkline axis line width.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/lineSettings#width"}},"MeasurementSettings":{"conversionUnit":{"name":"conversionUnit","description":"

specifies the unit of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/measurementSettings#conversionunit"},"depth":{"name":"depth","description":"

specifies the depth of the volume annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/measurementSettings#depth"},"displayUnit":{"name":"displayUnit","description":"

specifies the unit of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/measurementSettings#displayunit"},"scaleRatio":{"name":"scaleRatio","description":"

specifies the scale ratio of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/measurementSettings#scaleratio"}},"PdfViewer":{"ajaxRequestFailed":{"name":"ajaxRequestFailed","description":"

Triggers when the AJAX request is failed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#ajaxrequestfailed"},"annotationAdd":{"name":"annotationAdd","description":"

Triggers when an annotation is added over the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationadd"},"annotationPropertiesChange":{"name":"annotationPropertiesChange","description":"

Triggers when the property of the annotation is changed in the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationpropertieschange"},"annotationRemove":{"name":"annotationRemove","description":"

Triggers when an annotation is removed from the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationremove"},"annotationResize":{"name":"annotationResize","description":"

Triggers when an annotation is resized over the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationresize"},"annotationSelect":{"name":"annotationSelect","description":"

Triggers when an annotation is selected over the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationselect"},"documentLoad":{"name":"documentLoad","description":"

Triggers while loading document into PdfViewer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#documentload"},"documentLoadFailed":{"name":"documentLoadFailed","description":"

Triggers while loading document got failed in PdfViewer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#documentloadfailed"},"documentUnload":{"name":"documentUnload","description":"

Triggers while close the document

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#documentunload"},"hyperlinkClick":{"name":"hyperlinkClick","description":"

Triggers when hyperlink in the PDF Document is clicked

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#hyperlinkclick"},"hyperlinkMouseOver":{"name":"hyperlinkMouseOver","description":"

Triggers when hyperlink in the PDF Document is hovered

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#hyperlinkmouseover"},"pageChange":{"name":"pageChange","description":"

Triggers when there is change in current page number.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#pagechange"},"pageClick":{"name":"pageClick","description":"

Triggers when the mouse click is performed over the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#pageclick"},"thumbnailClick":{"name":"thumbnailClick","description":"

Triggers an event when the thumbnail is clicked in the thumbnail panel of PDF Viewer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#thumbnailclick"},"zoomChange":{"name":"zoomChange","description":"

Triggers when there is change in the magnification value.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#zoomchange"},"ajaxRequestSettings":{"name":"ajaxRequestSettings","description":"

Defines the ajax Request settings of the PdfViewer.

\n","type":"AjaxRequestSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#ajaxrequestsettings"},"annotationToolbarSettings":{"name":"annotationToolbarSettings","description":"

Defines the settings of the PdfViewer annotation toolbar.

\n","type":"AnnotationToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationtoolbarsettings"},"areaSettings":{"name":"areaSettings","description":"

Defines the settings of area annotation.

\n","type":"AreaSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#areasettings"},"arrowSettings":{"name":"arrowSettings","description":"

Defines the settings of arrow annotation.

\n","type":"ArrowSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#arrowsettings"},"circleSettings":{"name":"circleSettings","description":"

Defines the settings of circle annotation.

\n","type":"CircleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#circlesettings"},"contextMenuOption":{"name":"contextMenuOption","description":"

Specifies the state of the ContextMenu in the PDF document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#contextmenuoption"},"customStampItems":{"name":"customStampItems","description":"

Defines the stamp items of the PdfViewer.

\n","type":"CustomStampItemModel[]","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#customstampitems"},"customStampSettings":{"name":"customStampSettings","description":"

Defines the settings of customStamp annotation.

\n","type":"CustomStampSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#customstampsettings"},"distanceSettings":{"name":"distanceSettings","description":"

Defines the settings of distance annotation.

\n","type":"DistanceSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#distancesettings"},"documentPath":{"name":"documentPath","description":"

Sets the PDF document path for initial loading.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#documentpath"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#element"},"enableAnnotation":{"name":"enableAnnotation","description":"

Enable or disable the annotation in the Pdfviewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableannotation"},"enableAnnotationToolbar":{"name":"enableAnnotationToolbar","description":"

Opens the annotation toolbar when the PDF document is loaded in the PDF Viewer control initially.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableannotationtoolbar"},"enableBookmark":{"name":"enableBookmark","description":"

Enables or disables the bookmark view in the PDF viewer

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablebookmark"},"enableDownload":{"name":"enableDownload","description":"

Enable or disables the download option of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabledownload"},"enableFormFields":{"name":"enableFormFields","description":"

Enable or disable the form fields in the Pdfviewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableformfields"},"enableFreeText":{"name":"enableFreeText","description":"

Enable or disable the free text annotation in the Pdfviewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablefreetext"},"enableHyperlink":{"name":"enableHyperlink","description":"

Enables or disables the hyperlinks in PDF document.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablehyperlink"},"enableMagnification":{"name":"enableMagnification","description":"

Enable or disables the Magnification module of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablemagnification"},"enableMeasureAnnotation":{"name":"enableMeasureAnnotation","description":"

Enable or disables the calibrate annotation in the PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablemeasureannotation"},"enableNavigation":{"name":"enableNavigation","description":"

Enable or disables the Navigation module of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablenavigation"},"enableNavigationToolbar":{"name":"enableNavigationToolbar","description":"

Enable or disables the Navigation toolbar of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablenavigationtoolbar"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablepersistence"},"enablePinchZoom":{"name":"enablePinchZoom","description":"

Enable or disables the Pinch zoom of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablepinchzoom"},"enablePrint":{"name":"enablePrint","description":"

Enable or disables the print option of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableprint"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablertl"},"enableShapeAnnotation":{"name":"enableShapeAnnotation","description":"

Enable or disables the shape annotation in the PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableshapeannotation"},"enableShapeLabel":{"name":"enableShapeLabel","description":"

Enable or disables the Label for shapeAnnotations of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableshapelabel"},"enableStampAnnotations":{"name":"enableStampAnnotations","description":"

Enables and disables the stamp annotations when the PDF viewer control is loaded initially.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablestampannotations"},"enableStickyNotesAnnotation":{"name":"enableStickyNotesAnnotation","description":"

Enables and disables the stickyNotes annotations when the PDF viewer control is loaded initially.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablestickynotesannotation"},"enableTextMarkupAnnotation":{"name":"enableTextMarkupAnnotation","description":"

Enable or disables the text markup annotation in the PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabletextmarkupannotation"},"enableTextSearch":{"name":"enableTextSearch","description":"

Enable or disables the text search in the PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabletextsearch"},"enableTextSelection":{"name":"enableTextSelection","description":"

Enable or disables the text selection in the PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabletextselection"},"enableThumbnail":{"name":"enableThumbnail","description":"

Enables or disables the thumbnail view in the PDF viewer

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablethumbnail"},"enableToolbar":{"name":"enableToolbar","description":"

Enable or disables the toolbar of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabletoolbar"},"fileName":{"name":"fileName","description":"

Gets or sets the document name loaded in the PdfViewer control.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#filename"},"freeTextSettings":{"name":"freeTextSettings","description":"

Defines the settings of free text annotation.

\n","type":"FreeTextSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#freetextsettings"},"height":{"name":"height","description":"

Defines the scrollable height of the PdfViewer control.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#height"},"highlightSettings":{"name":"highlightSettings","description":"

Defines the settings of highlight annotation.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#highlightsettings"},"hyperlinkOpenState":{"name":"hyperlinkOpenState","description":"

Specifies the open state of the hyperlink in the PDF document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#hyperlinkopenstate"},"interactionMode":{"name":"interactionMode","description":"

Sets the interaction mode of the PdfViewer

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#interactionmode"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#isdestroyed"},"lineSettings":{"name":"lineSettings","description":"

Defines the settings of line annotation.

\n","type":"LineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#linesettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#locale"},"measurementSettings":{"name":"measurementSettings","description":"

Defines the settings of measurement annotation.

\n","type":"MeasurementSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#measurementsettings"},"perimeterSettings":{"name":"perimeterSettings","description":"

Defines the settings of perimeter annotation.

\n","type":"PerimeterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#perimetersettings"},"polygonSettings":{"name":"polygonSettings","description":"

Defines the settings of polygon annotation.

\n","type":"PolygonSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#polygonsettings"},"radiusSettings":{"name":"radiusSettings","description":"

Defines the settings of radius annotation.

\n","type":"RadiusSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#radiussettings"},"rectangleSettings":{"name":"rectangleSettings","description":"

Defines the settings of rectangle annotation.

\n","type":"RectangleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#rectanglesettings"},"selectedItems":{"name":"selectedItems","description":"

Defines the collection of selected items, size and position of the selector

\n","type":"SelectorModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#selecteditems"},"serverActionSettings":{"name":"serverActionSettings","description":"

Defines the settings of the PdfViewer service.

\n","type":"ServerActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#serveractionsettings"},"serviceUrl":{"name":"serviceUrl","description":"

Defines the service url of the PdfViewer control.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#serviceurl"},"shapeLabelSettings":{"name":"shapeLabelSettings","description":"

Defines the settings of shape label.

\n","type":"ShapeLabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#shapelabelsettings"},"stampSettings":{"name":"stampSettings","description":"

Defines the settings of stamp annotation.

\n","type":"StampSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#stampsettings"},"stickyNotesSettings":{"name":"stickyNotesSettings","description":"

Defines the settings of stickyNotes annotation.

\n","type":"StickyNotesSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#stickynotessettings"},"strikethroughSettings":{"name":"strikethroughSettings","description":"

Defines the settings of strikethrough annotation.

\n","type":"StrikethroughSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#strikethroughsettings"},"toolbarSettings":{"name":"toolbarSettings","description":"

Defines the settings of the PdfViewer toolbar.

\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#toolbarsettings"},"underlineSettings":{"name":"underlineSettings","description":"

Defines the settings of underline annotation.

\n","type":"UnderlineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#underlinesettings"},"volumeSettings":{"name":"volumeSettings","description":"

Defines the settings of volume annotation.

\n","type":"VolumeSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#volumesettings"},"width":{"name":"width","description":"

Defines the scrollable width of the PdfViewer control.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#databind"},"destroy":{"name":"destroy","description":"

Destroys all managed resources used by this object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#destroy"},"download":{"name":"download","description":"

Downloads the PDF document being loaded in the ejPdfViewer control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#download"},"exportAnnotations":{"name":"exportAnnotations","description":"

Perform export annotations action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportannotations"},"exportAnnotationsAsObject":{"name":"exportAnnotationsAsObject","description":"

Perform export annotations action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportannotationsasobject"},"exportFormFields":{"name":"exportFormFields","description":"

Perform export action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportformfields"},"exportFormFieldsAsObject":{"name":"exportFormFieldsAsObject","description":"

Perform export annotations action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportformfieldsasobject"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#getmodulename"},"getPersistData":{"name":"getPersistData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#getpersistdata"},"importAnnotations":{"name":"importAnnotations","description":"

Perform imports annotations action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#importannotations"},"importFormFields":{"name":"importFormFields","description":"

Perform action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#importformfields"},"load":{"name":"load","description":"

Loads the given PDF document in the PDF viewer control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#load"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#onpropertychanged"},"redo":{"name":"redo","description":"

Perform redo action for the edited annotations

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#redo"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#requiredmodules"},"saveAsBlob":{"name":"saveAsBlob","description":"

Saves the PDF document being loaded in the PDF Viewer control as blob.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#saveasblob"},"undo":{"name":"undo","description":"

Perform undo action for the edited annotations

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#undo"},"unload":{"name":"unload","description":"

Unloads the PDF document being displayed in the PDF viewer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#unload"},"updateViewerContainer":{"name":"updateViewerContainer","description":"

updates the PDF Viewer container width and height from externally.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#updateviewercontainer"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#inject"}},"PerimeterSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#author"},"borderDashArray":{"name":"borderDashArray","description":"

specifies the border dash array of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#borderdasharray"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#fillcolor"},"lineHeadEndStyle":{"name":"lineHeadEndStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#lineheadendstyle"},"lineHeadStartStyle":{"name":"lineHeadStartStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#lineheadstartstyle"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#thickness"}},"PolygonSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#thickness"}},"RadiusSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#thickness"}},"RectangleSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#thickness"}},"ServerActionSettings":{"download":{"name":"download","description":"

specifies the download action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#download"},"exportAnnotations":{"name":"exportAnnotations","description":"

specifies the export annotations action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#exportannotations"},"exportFormFields":{"name":"exportFormFields","description":"

specifies the export action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#exportformfields"},"importAnnotations":{"name":"importAnnotations","description":"

specifies the imports annotations action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#importannotations"},"importFormFields":{"name":"importFormFields","description":"

specifies the imports action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#importformfields"},"load":{"name":"load","description":"

specifies the load action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#load"},"print":{"name":"print","description":"

specifies the print action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#print"},"renderComments":{"name":"renderComments","description":"

specifies the annotation comments action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#rendercomments"},"renderPages":{"name":"renderPages","description":"

specifies the render action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#renderpages"},"renderThumbnail":{"name":"renderThumbnail","description":"

specifies the download action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#renderthumbnail"},"unload":{"name":"unload","description":"

specifies the unload action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#unload"},"restrictEditing":{"name":"restrictEditing","description":"

Specifies the restrict editing encryption/decryption action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/serverActionSettings#restrictediting"},"spellCheck":{"name":"spellCheck","description":"

Specifies the spell check action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/serverActionSettings#spellcheck"},"systemClipboard":{"name":"systemClipboard","description":"

Specifies the system clipboard action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/serverActionSettings#systemclipboard"}},"ShapeLabelSettings":{"fillColor":{"name":"fillColor","description":"

specifies the fill color of the label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#fillcolor"},"fontColor":{"name":"fontColor","description":"

specifies the border color of the label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#fontcolor"},"fontFamily":{"name":"fontFamily","description":"

specifies the max-width of the label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#fontfamily"},"fontSize":{"name":"fontSize","description":"

specifies the font size of the label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#fontsize"},"opacity":{"name":"opacity","description":"

specifies the opacity of the label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#opacity"}},"StampSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stampSettings#author"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stampSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stampSettings#opacity"}},"StickyNotesSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesSettings#author"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesSettings#opacity"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesSettings#subject"}},"StrikethroughSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/strikethroughSettings#author"},"color":{"name":"color","description":"

specifies the color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/strikethroughSettings#color"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/strikethroughSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/strikethroughSettings#opacity"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/strikethroughSettings#subject"}},"UnderlineSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/underlineSettings#author"},"color":{"name":"color","description":"

specifies the color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/underlineSettings#color"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/underlineSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/underlineSettings#opacity"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/underlineSettings#subject"}},"VolumeSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#thickness"}},"Print":{"print":{"name":"print","description":"

By default, prints all the Grid pages and hides the pager.

\n
\n

You can customize print options using the\nprintMode.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/print#print"},"printGridProp":{"name":"printGridProp","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/grid/print#printgridprop"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/print#destroy"},"printScheduler":{"name":"printScheduler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/print#printscheduler"}},"TextSearch":{"cancelTextSearch":{"name":"cancelTextSearch","description":"

Cancels the text search of the PdfViewer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/textSearch#canceltextsearch"},"searchNext":{"name":"searchNext","description":"

Searches the next occurrence of the searched text from the current occurrence of the PdfViewer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/textSearch#searchnext"},"searchPrevious":{"name":"searchPrevious","description":"

Searches the previous occurrence of the searched text from the current occurrence of the PdfViewer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/textSearch#searchprevious"},"searchText":{"name":"searchText","description":"

Searches the target text in the PDF document and highlights the occurrences in the pages

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/textSearch#searchtext"}},"ThumbnailView":{"openThumbnailPane":{"name":"openThumbnailPane","description":"

Open the thumbnail pane of the PdfViewer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/thumbnailView#openthumbnailpane"}},"BingMap":{"imageUrl":{"name":"imageUrl","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bingMap#imageurl"},"maxZoom":{"name":"maxZoom","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bingMap#maxzoom"},"subDomains":{"name":"subDomains","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/bingMap#subdomains"},"getBingMap":{"name":"getBingMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/bingMap#getbingmap"}},"Bubble":{"bubbleCollection":{"name":"bubbleCollection","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/maps/bubble#bubblecollection"},"id":{"name":"id","description":"

Bubble Id for current layer

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bubble#id"},"bubbleClick":{"name":"bubbleClick","description":"

To check and trigger bubble click event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/bubble#bubbleclick"},"bubbleMove":{"name":"bubbleMove","description":"

To check and trigger bubble move event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/bubble#bubblemove"},"renderBubble":{"name":"renderBubble","description":"

To render bubble

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/bubble#renderbubble"}},"DataLabel":{"renderLabel":{"name":"renderLabel","description":"

To render label for maps

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/dataLabel#renderlabel"},"doDataLabelAnimation":{"name":"doDataLabelAnimation","description":"

Animates the data label.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabel#dodatalabelanimation"},"render":{"name":"render","description":"

Render the data label for series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabel#render"},"labelOptions":{"name":"labelOptions","description":"","type":"LabelOption[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabel#labeloptions"},"textOptions":{"name":"textOptions","description":"","type":"DataLabelTextOptions[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabel#textoptions"},"calculateSmartLabels":{"name":"calculateSmartLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabel#calculatesmartlabels"},"drawConnectorLines":{"name":"drawConnectorLines","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabel#drawconnectorlines"},"drawDataLabel":{"name":"drawDataLabel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabel#drawdatalabel"}},"LayerPanel":{"tiles":{"name":"tiles","description":"","type":"Tile[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#tiles"},"arrangeTiles":{"name":"arrangeTiles","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#arrangetiles"},"calculateFactor":{"name":"calculateFactor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#calculatefactor"},"calculatePathCollection":{"name":"calculatePathCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#calculatepathcollection"},"calculatePolygonBox":{"name":"calculatePolygonBox","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#calculatepolygonbox"},"calculateRectBounds":{"name":"calculateRectBounds","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#calculaterectbounds"},"calculateRectBox":{"name":"calculateRectBox","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#calculaterectbox"},"generatePoints":{"name":"generatePoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#generatepoints"},"generateTiles":{"name":"generateTiles","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#generatetiles"},"measureLayerPanel":{"name":"measureLayerPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#measurelayerpanel"},"translateLayerElements":{"name":"translateLayerElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#translatelayerelements"}},"Marker":{"markerClick":{"name":"markerClick","description":"

To check and trigger marker click event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#markerclick"},"markerClusterClick":{"name":"markerClusterClick","description":"

To check and trigger Cluster click event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#markerclusterclick"},"markerClusterMouseMove":{"name":"markerClusterMouseMove","description":"

To check and trigger cluster move event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#markerclustermousemove"},"markerMove":{"name":"markerMove","description":"

To check and trigger marker move event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#markermove"},"markerRender":{"name":"markerRender","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#markerrender"},"insideRegion":{"name":"insideRegion","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/marker#insideregion"},"lierIndex":{"name":"lierIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/marker#lierindex"},"createElement":{"name":"createElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/marker#createelement"},"getClosestX":{"name":"getClosestX","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/marker#getclosestx"},"isSelected":{"name":"isSelected","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/marker#isselected"},"drawMarker":{"name":"drawMarker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/marker#drawmarker"}},"NavigationLine":{"renderNavigation":{"name":"renderNavigation","description":"

To render navigation line for maps

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLine#rendernavigation"}},"Maps":{"animationComplete":{"name":"animationComplete","description":"

Triggers after the animation completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#animationcomplete"},"annotationRendering":{"name":"annotationRendering","description":"

Triggers before annotation rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#annotationrendering"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#beforeprint"},"bubbleClick":{"name":"bubbleClick","description":"

Triggers event mouse clicking on the maps bubble element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#bubbleclick"},"bubbleMouseMove":{"name":"bubbleMouseMove","description":"

Triggers event mouse moving on the maps bubble element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#bubblemousemove"},"bubbleRendering":{"name":"bubbleRendering","description":"

Triggers before the maps bubble rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#bubblerendering"},"click":{"name":"click","description":"

Triggers on clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#click"},"dataLabelRendering":{"name":"dataLabelRendering","description":"

Triggers before the data label get rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#datalabelrendering"},"doubleClick":{"name":"doubleClick","description":"

Triggers on double clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#doubleclick"},"itemHighlight":{"name":"itemHighlight","description":"

Trigger before highlight applied

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#itemhighlight"},"itemSelection":{"name":"itemSelection","description":"

Triggers before selection applied

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#itemselection"},"layerRendering":{"name":"layerRendering","description":"

Triggers before the maps layer rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#layerrendering"},"load":{"name":"load","description":"

Triggers before maps rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#load"},"loaded":{"name":"loaded","description":"

Triggers after maps rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#loaded"},"markerClick":{"name":"markerClick","description":"

Triggers event mouse clicking on the maps marker element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markerclick"},"markerClusterClick":{"name":"markerClusterClick","description":"

Triggers event mouse clicking on the maps Cluster element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markerclusterclick"},"markerClusterMouseMove":{"name":"markerClusterMouseMove","description":"

Triggers event mouse moving on the maps cluster element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markerclustermousemove"},"markerClusterRendering":{"name":"markerClusterRendering","description":"

Triggers before the maps marker cluster rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markerclusterrendering"},"markerMouseMove":{"name":"markerMouseMove","description":"

Triggers event mouse moving on the maps marker element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markermousemove"},"markerRendering":{"name":"markerRendering","description":"

Triggers before the maps marker rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markerrendering"},"pan":{"name":"pan","description":"

Triggers before panning.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#pan"},"resize":{"name":"resize","description":"

Triggers on resizing the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#resize"},"rightClick":{"name":"rightClick","description":"

Triggers on right clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#rightclick"},"shapeHighlight":{"name":"shapeHighlight","description":"

Triggers before highlight applied for shape

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#shapehighlight"},"shapeRendering":{"name":"shapeRendering","description":"

Triggers before the maps shape rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#shaperendering"},"shapeSelected":{"name":"shapeSelected","description":"

Triggers while clicking the shape

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#shapeselected"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the maps tooltip rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#tooltiprender"},"zoom":{"name":"zoom","description":"

Triggers before zoom in or zoom out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#zoom"},"annotations":{"name":"annotations","description":"

Options for customizing the annotation of maps.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#annotations"},"annotationsModule":{"name":"annotationsModule","description":"

annotationModule is used to place the any text or images into the maps.

\n","type":"Annotations","link":"//ej2.syncfusion.com/documentation/api/maps/#annotationsmodule"},"background":{"name":"background","description":"

To configure the background of the maps container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#background"},"baseLayerIndex":{"name":"baseLayerIndex","description":"

To configure baseMapIndex of maps. Option to select which layer to be visible.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/#baselayerindex"},"border":{"name":"border","description":"

Options for customizing the color and width of the maps border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/#border"},"bubbleModule":{"name":"bubbleModule","description":"

bubbleModule is used to add bubble to the maps.

\n","type":"Bubble","link":"//ej2.syncfusion.com/documentation/api/maps/#bubblemodule"},"centerPosition":{"name":"centerPosition","description":"

To configure the zoom level of maps.

\n","type":"CenterPositionModel","link":"//ej2.syncfusion.com/documentation/api/maps/#centerposition"},"dataLabel":{"name":"dataLabel","description":"","type":"DataLabel","link":"//ej2.syncfusion.com/documentation/api/maps/#datalabel"},"dataLabelModule":{"name":"dataLabelModule","description":"

dataLabelModule is used to add datalabel to the maps.

\n","type":"DataLabel","link":"//ej2.syncfusion.com/documentation/api/maps/#datalabelmodule"},"dataLabelShape":{"name":"dataLabelShape","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/maps/#datalabelshape"},"description":{"name":"description","description":"

Description for maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#description"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/maps/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#enablertl"},"format":{"name":"format","description":"

To apply internationalization for maps

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#format"},"height":{"name":"height","description":"

To configure height of maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#height"},"highlightModule":{"name":"highlightModule","description":"

highlightModule is used to add highlight to the maps.

\n","type":"Highlight","link":"//ej2.syncfusion.com/documentation/api/maps/#highlightmodule"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#isdestroyed"},"layers":{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"},"legendModule":{"name":"legendModule","description":"

legendModule is used to add legend to the maps.

\n","type":"Legend","link":"//ej2.syncfusion.com/documentation/api/maps/#legendmodule"},"legendSettings":{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#locale"},"mapScaleValue":{"name":"mapScaleValue","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/#mapscalevalue"},"mapsArea":{"name":"mapsArea","description":"

To customization Maps area

\n","type":"MapsAreaSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#mapsarea"},"mapsTooltipModule":{"name":"mapsTooltipModule","description":"

mapsTooltipModule is used to add tooltip to the maps.

\n","type":"MapsTooltip","link":"//ej2.syncfusion.com/documentation/api/maps/#mapstooltipmodule"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the maps.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/maps/#margin"},"markerModule":{"name":"markerModule","description":"

markerModule is used to add marker to the maps.

\n","type":"Marker","link":"//ej2.syncfusion.com/documentation/api/maps/#markermodule"},"navigationLineModule":{"name":"navigationLineModule","description":"

navigationLineModule is used to add navigationLine to the maps.

\n","type":"NavigationLine","link":"//ej2.syncfusion.com/documentation/api/maps/#navigationlinemodule"},"previousProjection":{"name":"previousProjection","description":"","type":"String","link":"//ej2.syncfusion.com/documentation/api/maps/#previousprojection"},"projectionType":{"name":"projectionType","description":"

Specifies the ProjectionType for the maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#projectiontype"},"selectionModule":{"name":"selectionModule","description":"

selectionModule is used to add selection to the maps.

\n","type":"Selection","link":"//ej2.syncfusion.com/documentation/api/maps/#selectionmodule"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the maps.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/#tabindex"},"theme":{"name":"theme","description":"

Specifies the theme for the maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#theme"},"titleSettings":{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},"translatePoint":{"name":"translatePoint","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/#translatepoint"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

To enable the separator

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#usegroupingseparator"},"width":{"name":"width","description":"

To configure width of maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#width"},"zoomLabelPositions":{"name":"zoomLabelPositions","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomlabelpositions"},"zoomModule":{"name":"zoomModule","description":"

zoomModule is used to add zoom to the maps.

\n","type":"Zoom","link":"//ej2.syncfusion.com/documentation/api/maps/#zoommodule"},"zoomSettings":{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},"zoomShapeCollection":{"name":"zoomShapeCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomshapecollection"},"zoomTranslatePoint":{"name":"zoomTranslatePoint","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomtranslatepoint"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#addeventlistener"},"addLayer":{"name":"addLayer","description":"

To add layer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#addlayer"},"addMarker":{"name":"addMarker","description":"

To add marker

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#addmarker"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#databind"},"destroy":{"name":"destroy","description":"

To destroy maps control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#destroy"},"export":{"name":"export","description":"

Handles the export method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#export"},"getGeoLocation":{"name":"getGeoLocation","description":"

To get the geo location

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#getgeolocation"},"getLocalizedLabel":{"name":"getLocalizedLabel","description":"

Gets the localized label by locale keyword.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#getlocalizedlabel"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#getmodulename"},"getTileGeoLocation":{"name":"getTileGeoLocation","description":"

To get the geo location

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#gettilegeolocation"},"mapsOnClick":{"name":"mapsOnClick","description":"

To handle the click event for the maps.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mapsonclick"},"mapsOnDoubleClick":{"name":"mapsOnDoubleClick","description":"

To handle the double click event for the maps.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mapsondoubleclick"},"mapsOnResize":{"name":"mapsOnResize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mapsonresize"},"mouseDownOnMap":{"name":"mouseDownOnMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mousedownonmap"},"mouseEndOnMap":{"name":"mouseEndOnMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mouseendonmap"},"mouseLeaveOnMap":{"name":"mouseLeaveOnMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mouseleaveonmap"},"mouseMoveOnMap":{"name":"mouseMoveOnMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mousemoveonmap"},"onMouseMove":{"name":"onMouseMove","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#onmousemove"},"panByDirection":{"name":"panByDirection","description":"

To pan the map by specifies the direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#panbydirection"},"pointToLatLong":{"name":"pointToLatLong","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#pointtolatlong"},"print":{"name":"print","description":"

Handles the print method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#print"},"processResponseJsonData":{"name":"processResponseJsonData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#processresponsejsondata"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#removeeventlistener"},"removeLayer":{"name":"removeLayer","description":"

To remove layer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#removelayer"},"zoomByPosition":{"name":"zoomByPosition","description":"

To zoom the map by specifies the center position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#zoombyposition"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#inject"}},"Arrow":{"color":{"name":"color","description":"

color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/arrow#color"},"offSet":{"name":"offSet","description":"

offset the arrow in navigation line by specified pixels

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/arrow#offset"},"position":{"name":"position","description":"

arrowPosition

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/arrow#position"},"showArrow":{"name":"showArrow","description":"

show

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/arrow#showarrow"},"size":{"name":"size","description":"

size

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/arrow#size"}},"BubbleSettings":{"animationDelay":{"name":"animationDelay","description":"

Animation duration

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#animationdelay"},"animationDuration":{"name":"animationDuration","description":"

To configure bubble animation duration

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#animationduration"},"border":{"name":"border","description":"

Configures the bubble border

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#border"},"bubbleType":{"name":"bubbleType","description":"

To configure bubble shape type

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#bubbletype"},"colorMapping":{"name":"colorMapping","description":"

To configure bubble colorMapping

\n","type":"ColorMappingSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#colormapping"},"colorValuePath":{"name":"colorValuePath","description":"

To configure bubble colorValuePath

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#colorvaluepath"},"dataSource":{"name":"dataSource","description":"

Specifies the data source for bubble.

\n","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#datasource"},"fill":{"name":"fill","description":"

To configure bubble fill color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#fill"},"highlightSettings":{"name":"highlightSettings","description":"

To configure the highlight settings of the maps.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#highlightsettings"},"maxRadius":{"name":"maxRadius","description":"

To configure bubble maxRadius

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#maxradius"},"minRadius":{"name":"minRadius","description":"

To configure bubble minRadius

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#minradius"},"opacity":{"name":"opacity","description":"

To configure bubble opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#opacity"},"selectionSettings":{"name":"selectionSettings","description":"

To configure the selection settings of the maps.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#selectionsettings"},"tooltipSettings":{"name":"tooltipSettings","description":"

To configure the tooltip settings of the bubble .

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#tooltipsettings"},"valuePath":{"name":"valuePath","description":"

To configure bubble valuePath

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#valuepath"},"visible":{"name":"visible","description":"

Toggle the visibility of bubble

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#visible"}},"CenterPosition":{"latitude":{"name":"latitude","description":"

latitude for the center position of maps

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/centerPosition#latitude"},"longitude":{"name":"longitude","description":"

longitude for the center position of maps

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/centerPosition#longitude"}},"ColorMappingSettings":{"color":{"name":"color","description":"

To configure color

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#color"},"from":{"name":"from","description":"

To configure from

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#from"},"label":{"name":"label","description":"

To configure labels

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#label"},"maxOpacity":{"name":"maxOpacity","description":"

To configure max opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#maxopacity"},"minOpacity":{"name":"minOpacity","description":"

To configure min opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#minopacity"},"showLegend":{"name":"showLegend","description":"

To enable or disable the legend

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#showlegend"},"to":{"name":"to","description":"

To configure to

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#to"},"value":{"name":"value","description":"

To configure value

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#value"}},"DataLabelSettings":{"border":{"name":"border","description":"

Option for customizing the border lines.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#border"},"fill":{"name":"fill","description":"

The background color of the data label accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#fill"},"intersectionAction":{"name":"intersectionAction","description":"

intersection action

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/dataLabelSettings#intersectionaction"},"labelPath":{"name":"labelPath","description":"

To customize the label path values.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/dataLabelSettings#labelpath"},"opacity":{"name":"opacity","description":"

The opacity for the background.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#opacity"},"rx":{"name":"rx","description":"

The roundedCornerX for the data label. It requires border values not to be null.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#rx"},"ry":{"name":"ry","description":"

The roundedCornerY for the data label. It requires border values not to be null.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#ry"},"smartLabelMode":{"name":"smartLabelMode","description":"

To customize the smartLabels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/dataLabelSettings#smartlabelmode"},"template":{"name":"template","description":"

Custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\ntext to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#template"},"textStyle":{"name":"textStyle","description":"

Options for customizing text styles of the data label.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/maps/dataLabelSettings#textstyle"},"visible":{"name":"visible","description":"

If set true, data label for series renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#visible"},"alignment":{"name":"alignment","description":"

Specifies the alignment for data Label. They are,

\n
    \n
  • Near: Aligns the label to the left of the point.
  • \n
  • Center: Aligns the label to the center of the point.
  • \n
  • Far: Aligns the label to the right of the point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#alignment"},"angle":{"name":"angle","description":"

Specifies angle for data label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#angle"},"enableRotation":{"name":"enableRotation","description":"

Enables rotation for data label.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#enablerotation"},"font":{"name":"font","description":"

Option for customizing the data label text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#font"},"margin":{"name":"margin","description":"

Margin configuration for the data label.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#margin"},"name":{"name":"name","description":"

The DataSource field that contains the data label value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#name"},"position":{"name":"position","description":"

Specifies the position of the data label. They are,

\n
    \n
  • Outer: Positions the label outside the point.
  • \n
  • top: Positions the label on top of the point.
  • \n
  • Bottom: Positions the label at the bottom of the point.
  • \n
  • Middle: Positions the label to the middle of the point.
  • \n
  • Auto: Positions the label based on series.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#position"}},"LayerSettings":{"animationDuration":{"name":"animationDuration","description":"

Specifies the animation duration for the layer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#animationduration"},"bingMapType":{"name":"bingMapType","description":"

Specifies the type for the bing map.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#bingmaptype"},"bubbleSettings":{"name":"bubbleSettings","description":"

To configure the bubble settings of the maps.

\n","type":"BubbleSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#bubblesettings"},"dataLabelSettings":{"name":"dataLabelSettings","description":"

To configure the datalabel settings of the maps.

\n","type":"DataLabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#datalabelsettings"},"dataSource":{"name":"dataSource","description":"

Specifies the data source for the layer.

\n","type":"any[]|DataManager|MapAjax","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#datasource"},"geometryType":{"name":"geometryType","description":"

Specifies the geometry type

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#geometrytype"},"highlightSettings":{"name":"highlightSettings","description":"

To configure the highlight settings of the maps.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#highlightsettings"},"key":{"name":"key","description":"

Specifies the key for the layer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#key"},"layerType":{"name":"layerType","description":"

Specifies the layerType for the layer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#layertype"},"markerClusterSettings":{"name":"markerClusterSettings","description":"

To configure the cluster settings.

\n","type":"MarkerClusterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#markerclustersettings"},"markerSettings":{"name":"markerSettings","description":"

To configure the marker settings.

\n","type":"MarkerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#markersettings"},"navigationLineSettings":{"name":"navigationLineSettings","description":"

navigationLineSetting

\n","type":"NavigationLineSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#navigationlinesettings"},"query":{"name":"query","description":"

Specifies the query to select particular data from the shape data.\nThis property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#query"},"selectionSettings":{"name":"selectionSettings","description":"

To configure the selection settings of the maps.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#selectionsettings"},"shapeData":{"name":"shapeData","description":"

Specifies the shape data for the layer.

\n","type":"any|DataManager|MapAjax","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#shapedata"},"shapeDataPath":{"name":"shapeDataPath","description":"

Specifies the shapeDataPath for the layer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#shapedatapath"},"shapePropertyPath":{"name":"shapePropertyPath","description":"

Specifies the shapePropertyPath for the layer.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#shapepropertypath"},"shapeSettings":{"name":"shapeSettings","description":"

Specifies the shape properties

\n","type":"ShapeSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#shapesettings"},"toggleLegendSettings":{"name":"toggleLegendSettings","description":"

To configure the legend toggle settings.

\n","type":"ToggleLegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#togglelegendsettings"},"tooltipSettings":{"name":"tooltipSettings","description":"

To configure the tooltip settings of the maps layer.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#tooltipsettings"},"type":{"name":"type","description":"

Specifies the type for the layer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#type"},"urlTemplate":{"name":"urlTemplate","description":"

Specifies the urlTemplate for the layer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#urltemplate"},"visible":{"name":"visible","description":"

Toggle the visibility of the layers.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#visible"}},"MapsAreaSettings":{"background":{"name":"background","description":"

To configure maps area background color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/mapsAreaSettings#background"},"border":{"name":"border","description":"

Options for customizing the color and width of maps area.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/mapsAreaSettings#border"}},"MarkerBase":{"animationDelay":{"name":"animationDelay","description":"

Animation delay time

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#animationdelay"},"animationDuration":{"name":"animationDuration","description":"

Animation duration time

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#animationduration"},"border":{"name":"border","description":"

Options for customizing the color and width of the marker.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#border"},"dashArray":{"name":"dashArray","description":"

Options for customizing the dash array options

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#dasharray"},"dataSource":{"name":"dataSource","description":"

To configure the dataSource of the marker.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#datasource"},"fill":{"name":"fill","description":"

To customize the fill color of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#fill"},"height":{"name":"height","description":"

To customize the height of the marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#height"},"highlightSettings":{"name":"highlightSettings","description":"

To configure the highlight settings of the maps.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#highlightsettings"},"imageUrl":{"name":"imageUrl","description":"

To provide the image url for rendering marker image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#imageurl"},"legendText":{"name":"legendText","description":"

To provide the dataSource field to display legend text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#legendtext"},"offset":{"name":"offset","description":"

To move the marker by setting offset values

\n","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#offset"},"opacity":{"name":"opacity","description":"

To customize the opacity of the marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#opacity"},"selectionSettings":{"name":"selectionSettings","description":"

To configure the selection settings of the maps.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#selectionsettings"},"shape":{"name":"shape","description":"

To customize the shape of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#shape"},"template":{"name":"template","description":"

To customize the template of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#template"},"tooltipSettings":{"name":"tooltipSettings","description":"

To configure the tooltip settings of the maps marker.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#tooltipsettings"},"visible":{"name":"visible","description":"

Toggle the visibility of the marker.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#visible"},"width":{"name":"width","description":"

To customize the width of the marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#width"}},"MarkerClusterSettings":{"allowClustering":{"name":"allowClustering","description":"

Toggle the Clustering visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#allowclustering"},"border":{"name":"border","description":"

Options for customizing the color and width of the Clustering.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#border"},"dashArray":{"name":"dashArray","description":"

dashArray\n@default ''

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#dasharray"},"fill":{"name":"fill","description":"

To customize the fill color of the Clustering.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#fill"},"height":{"name":"height","description":"

Customize the legend height of the maps.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#height"},"imageUrl":{"name":"imageUrl","description":"

To provide the image url for rendering marker image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#imageurl"},"labelStyle":{"name":"labelStyle","description":"

cluster style

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#labelstyle"},"offset":{"name":"offset","description":"

To move the marker by setting offset values

\n","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#offset"},"opacity":{"name":"opacity","description":"

To customize the opacity of the Clustering.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#opacity"},"shape":{"name":"shape","description":"

To customize the Clustering of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#shape"},"width":{"name":"width","description":"

Customize the legend width of the maps.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#width"}},"MarkerSettings":{"animationDelay":{"name":"animationDelay","description":"

Animation delay time

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#animationdelay"},"animationDuration":{"name":"animationDuration","description":"

Animation duration time

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#animationduration"},"border":{"name":"border","description":"

Options for customizing the border of a marker.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#border"},"dashArray":{"name":"dashArray","description":"

Options for customizing the dash array options

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#dasharray"},"dataSource":{"name":"dataSource","description":"

To configure the dataSource of the marker.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#datasource"},"fill":{"name":"fill","description":"

The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#fill"},"height":{"name":"height","description":"

The height of the marker in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#height"},"highlightSettings":{"name":"highlightSettings","description":"

To configure the highlight settings of the maps.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#highlightsettings"},"imageUrl":{"name":"imageUrl","description":"

The URL for the Image that is to be displayed as a marker. It requires marker shape value to be an Image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#imageurl"},"legendText":{"name":"legendText","description":"

To provide the dataSource field to display legend text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#legendtext"},"offset":{"name":"offset","description":"

Options for customizing the marker position.

\n","type":"OffsetModel","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#offset"},"opacity":{"name":"opacity","description":"

The opacity of the marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#opacity"},"selectionSettings":{"name":"selectionSettings","description":"

To configure the selection settings of the maps.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#selectionsettings"},"shape":{"name":"shape","description":"

The different shape of a marker:

\n
    \n
  • Circle
  • \n
  • Rectangle
  • \n
  • Triangle
  • \n
  • Diamond
  • \n
  • HorizontalLine
  • \n
  • VerticalLine
  • \n
  • Pentagon
  • \n
  • InvertedTriangle
  • \n
  • Image
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#shape"},"template":{"name":"template","description":"

To customize the template of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#template"},"tooltipSettings":{"name":"tooltipSettings","description":"

To configure the tooltip settings of the maps marker.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#tooltipsettings"},"visible":{"name":"visible","description":"

If set to true the marker for series is rendered. This is applicable only for line and area type series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#visible"},"width":{"name":"width","description":"

The width of the marker in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#width"},"dataLabel":{"name":"dataLabel","description":"

The data label for the series.

\n","type":"DataLabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#datalabel"}},"NavigationLineSettings":{"angle":{"name":"angle","description":"

Specifies the angle of curve connecting different locations in map

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#angle"},"arrowSettings":{"name":"arrowSettings","description":"

arrow

\n","type":"ArrowModel","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#arrowsettings"},"color":{"name":"color","description":"

NavigationSelectedLine color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#color"},"dashArray":{"name":"dashArray","description":"

dashArray\n@default ''

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#dasharray"},"highlightSettings":{"name":"highlightSettings","description":"

To configure the highlight settings of the maps.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#highlightsettings"},"latitude":{"name":"latitude","description":"

NavigationSelectedLine latitude\n@default []

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#latitude"},"longitude":{"name":"longitude","description":"

NavigationSelectedLine longitude\n@default []

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#longitude"},"selectionSettings":{"name":"selectionSettings","description":"

To configure the selection settings of the maps.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#selectionsettings"},"visible":{"name":"visible","description":"

NavigationSelectedLine visible\n@default false

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#visible"},"width":{"name":"width","description":"

Configures the label border

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#width"}},"ShapeSettings":{"autofill":{"name":"autofill","description":"

Toggle the auto fill.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#autofill"},"border":{"name":"border","description":"

Options for customizing the color and width of the shape.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#border"},"circleRadius":{"name":"circleRadius","description":"

Customize the radius for points

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#circleradius"},"colorMapping":{"name":"colorMapping","description":"

To configure shape colorMapping

\n","type":"ColorMappingSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#colormapping"},"colorValuePath":{"name":"colorValuePath","description":"

To customize the colorValuePath of the shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#colorvaluepath"},"dashArray":{"name":"dashArray","description":"

Dash array of line

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#dasharray"},"fill":{"name":"fill","description":"

To customize the fill color of the shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#fill"},"opacity":{"name":"opacity","description":"

To customize the opacity of the shape.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#opacity"},"palette":{"name":"palette","description":"

To customize the palette of the shape.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#palette"},"valuePath":{"name":"valuePath","description":"

To customize the valuePath of the shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#valuepath"}},"Tile":{"height":{"name":"height","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#height"},"left":{"name":"left","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#left"},"src":{"name":"src","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/tile#src"},"top":{"name":"top","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#top"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#width"},"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#y"}},"ToggleLegendSettings":{"applyShapeSettings":{"name":"applyShapeSettings","description":"

To apply the shape settings

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/toggleLegendSettings#applyshapesettings"},"border":{"name":"border","description":"

To apply border for the shapes

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/toggleLegendSettings#border"},"enable":{"name":"enable","description":"

To toggle the legend

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/toggleLegendSettings#enable"},"fill":{"name":"fill","description":"

To fill the color for shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/toggleLegendSettings#fill"},"opacity":{"name":"opacity","description":"

To specify the opacity of the shape

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/toggleLegendSettings#opacity"}},"ZoomSettings":{"color":{"name":"color","description":"

Specifies the tool bar color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#color"},"doubleClickZoom":{"name":"doubleClickZoom","description":"

Double tab zooming

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#doubleclickzoom"},"enable":{"name":"enable","description":"

Toggle the visibility of zooming.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#enable"},"highlightColor":{"name":"highlightColor","description":"

Specifies the tool bar highlight color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#highlightcolor"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Configures vertical placement of tool bar

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#horizontalalignment"},"maxZoom":{"name":"maxZoom","description":"

Configures max zooming.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#maxzoom"},"minZoom":{"name":"minZoom","description":"

Configures minimum zooming.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#minzoom"},"mouseWheelZoom":{"name":"mouseWheelZoom","description":"

Toggle the mouse wheel zooming.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#mousewheelzoom"},"pinchZooming":{"name":"pinchZooming","description":"

Toggle the pinch zooming.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#pinchzooming"},"selectionColor":{"name":"selectionColor","description":"

Specifies the tool bar selection color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#selectioncolor"},"toolBarOrientation":{"name":"toolBarOrientation","description":"

Configures tool bar orientation

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#toolbarorientation"},"toolbars":{"name":"toolbars","description":"

To configure zooming items.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#toolbars"},"verticalAlignment":{"name":"verticalAlignment","description":"

Configures vertical placement of tool bar

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#verticalalignment"},"zoomFactor":{"name":"zoomFactor","description":"

Configures zoom factor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#zoomfactor"},"zoomOnClick":{"name":"zoomOnClick","description":"

Toggle the selection on zooming.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#zoomonclick"},"enableDeferredZooming":{"name":"enableDeferredZooming","description":"

If set to true, zooming will be performed on mouse up. It requires enableSelectionZooming to be true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enabledeferredzooming"},"enableMouseWheelZooming":{"name":"enableMouseWheelZooming","description":"

If set to true, chart can be zoomed by using mouse wheel.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enablemousewheelzooming"},"enablePan":{"name":"enablePan","description":"

Specifies whether chart needs to be panned by default.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enablepan"},"enablePinchZooming":{"name":"enablePinchZooming","description":"

If to true, chart can be pinched to zoom in / zoom out.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enablepinchzooming"},"enableScrollbar":{"name":"enableScrollbar","description":"

Specifies whether axis needs to have scrollbar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enablescrollbar"},"enableSelectionZooming":{"name":"enableSelectionZooming","description":"

If set to true, chart can be zoomed by a rectangular selecting region on the plot area.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enableselectionzooming"},"mode":{"name":"mode","description":"

Specifies whether to allow zooming vertically or horizontally or in both ways. They are,

\n
    \n
  • x,y: Chart can be zoomed both vertically and horizontally.
  • \n
  • x: Chart can be zoomed horizontally.
  • \n
  • y: Chart can be zoomed vertically.\nIt requires enableSelectionZooming to be true.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#mode"},"toolbarItems":{"name":"toolbarItems","description":"

Specifies the toolkit options for the zooming as follows:

\n
    \n
  • Zoom
  • \n
  • ZoomIn
  • \n
  • ZoomOut
  • \n
  • Pan
  • \n
  • Reset
  • \n
\n","type":"ToolbarItems[]","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#toolbaritems"}},"Highlight":{"addHighlight":{"name":"addHighlight","description":"

Public method for highlight module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/highlight#addhighlight"}},"Selection":{"addSelection":{"name":"addSelection","description":"

Public method for selection

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/selection#addselection"},"enableSelectMultiTouch":{"name":"enableSelectMultiTouch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#enableselectmultitouch"},"endIndex":{"name":"endIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#endindex"},"isMultiCtrlRequest":{"name":"isMultiCtrlRequest","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#ismultictrlrequest"},"isMultiShiftRequest":{"name":"isMultiShiftRequest","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#ismultishiftrequest"},"isSelectionFromChart":{"name":"isSelectionFromChart","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#isselectionfromchart"},"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#parent"},"selectedRowIndex":{"name":"selectedRowIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#selectedrowindex"},"selectedRowIndexes":{"name":"selectedRowIndexes","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#selectedrowindexes"},"startIndex":{"name":"startIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#startindex"},"clearSelection":{"name":"clearSelection","description":"

Deselects the currently selected rows and cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#clearselection"},"getCellSelectedRecords":{"name":"getCellSelectedRecords","description":"

Get the selected records for cell selection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#getcellselectedrecords"},"getSelectedRecords":{"name":"getSelectedRecords","description":"

Gets the collection of selected records.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#getselectedrecords"},"getSelectedRowCellIndexes":{"name":"getSelectedRowCellIndexes","description":"

Gets the collection of selected row and cell indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#getselectedrowcellindexes"},"getSelectedRowIndexes":{"name":"getSelectedRowIndexes","description":"

Gets the collection of selected row indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#getselectedrowindexes"},"getSelectedRows":{"name":"getSelectedRows","description":"

Gets the collection of selected rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#getselectedrows"},"selectCell":{"name":"selectCell","description":"

Selects the entire cell if the context is within table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectcell"},"selectCells":{"name":"selectCells","description":"

Selects a collection of cells by row and column indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#selectcells"},"selectRow":{"name":"selectRow","description":"

Selects the entire row if the context is within table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectrow"},"selectRows":{"name":"selectRows","description":"

Selects a collection of rows by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#selectrows"},"selectRowsByRange":{"name":"selectRowsByRange","description":"

Selects a range of rows from start and end row indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#selectrowsbyrange"},"beforeFragAppend":{"name":"beforeFragAppend","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#beforefragappend"},"clearCellSelection":{"name":"clearCellSelection","description":"

Deselects the currently selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#clearcellselection"},"clearRowSelection":{"name":"clearRowSelection","description":"

Deselects the currently selected rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#clearrowselection"},"dataReady":{"name":"dataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#dataready"},"getCurrentBatchRecordChanges":{"name":"getCurrentBatchRecordChanges","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#getcurrentbatchrecordchanges"},"removeEventListener_checkbox":{"name":"removeEventListener_checkbox","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#removeeventlistener_checkbox"},"selectCellsByRange":{"name":"selectCellsByRange","description":"

Selects a range of cells from start and end indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#selectcellsbyrange"},"checkSelectionIsAtEditRegion":{"name":"checkSelectionIsAtEditRegion","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#checkselectionisateditregion"},"closeHeaderFooter":{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},"copy":{"name":"copy","description":"

Copies the selected content to clipboard.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#copy"},"copyHyperlink":{"name":"copyHyperlink","description":"

Copies the hyperlink URL if the context is within hyperlink.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#copyhyperlink"},"goToFooter":{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},"goToHeader":{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},"goToPage":{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},"navigateHyperlink":{"name":"navigateHyperlink","description":"

Fires the requestNavigate event if current selection context is in hyperlink.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#navigatehyperlink"},"select":{"name":"select","description":"

Select content based on selection settings

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#select"},"selectBookmark":{"name":"selectBookmark","description":"

Selects the specified bookmark.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectbookmark"},"selectColumn":{"name":"selectColumn","description":"

Selects the entire column if the context is within table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectcolumn"},"selectTable":{"name":"selectTable","description":"

Selects the entire table if the context is within table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selecttable"}},"MapsTooltip":{"addEventListener":{"name":"addEventListener","description":"

To bind events for tooltip module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#addeventlistener"},"mouseUpHandler":{"name":"mouseUpHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#mouseuphandler"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#removeeventlistener"},"removeTooltip":{"name":"removeTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#removetooltip"},"renderTooltip":{"name":"renderTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#rendertooltip"}},"Zoom":{"baseTranslatePoint":{"name":"baseTranslatePoint","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#basetranslatepoint"},"browserName":{"name":"browserName","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#browsername"},"currentLayer":{"name":"currentLayer","description":"","type":"LayerSettings","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#currentlayer"},"currentScale":{"name":"currentScale","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#currentscale"},"firstMove":{"name":"firstMove","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#firstmove"},"intersect":{"name":"intersect","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#intersect"},"isPanning":{"name":"isPanning","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#ispanning"},"isPointer":{"name":"isPointer","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#ispointer"},"isTouch":{"name":"isTouch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#istouch"},"mouseDownPoints":{"name":"mouseDownPoints","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mousedownpoints"},"mouseEnter":{"name":"mouseEnter","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mouseenter"},"mouseMovePoints":{"name":"mouseMovePoints","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mousemovepoints"},"previousTouchMoveList":{"name":"previousTouchMoveList","description":"","type":"ITouches[]|TouchList","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#previoustouchmovelist"},"rectZoomingStart":{"name":"rectZoomingStart","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#rectzoomingstart"},"selectionColor":{"name":"selectionColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#selectioncolor"},"toolBarGroup":{"name":"toolBarGroup","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#toolbargroup"},"touchMoveList":{"name":"touchMoveList","description":"","type":"ITouches[]|TouchList","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#touchmovelist"},"touchStartList":{"name":"touchStartList","description":"","type":"ITouches[]|TouchList","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#touchstartlist"},"zoomColor":{"name":"zoomColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#zoomcolor"},"zoomingRect":{"name":"zoomingRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#zoomingrect"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#addeventlistener"},"alignToolBar":{"name":"alignToolBar","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#aligntoolbar"},"applyTransform":{"name":"applyTransform","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#applytransform"},"click":{"name":"click","description":"

To handle the click event for maps.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#click"},"createZoomingToolbars":{"name":"createZoomingToolbars","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#createzoomingtoolbars"},"doubleClick":{"name":"doubleClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#doubleclick"},"drawZoomRectangle":{"name":"drawZoomRectangle","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#drawzoomrectangle"},"getMousePosition":{"name":"getMousePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#getmouseposition"},"mapMouseWheel":{"name":"mapMouseWheel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mapmousewheel"},"mouseCancelHandler":{"name":"mouseCancelHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mousecancelhandler"},"mouseDownHandler":{"name":"mouseDownHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mousedownhandler"},"mouseMoveHandler":{"name":"mouseMoveHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mousemovehandler"},"mouseUpHandler":{"name":"mouseUpHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mouseuphandler"},"panning":{"name":"panning","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#panning"},"performPinchZooming":{"name":"performPinchZooming","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#performpinchzooming"},"performRectZooming":{"name":"performRectZooming","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#performrectzooming"},"performToolBarAction":{"name":"performToolBarAction","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#performtoolbaraction"},"performZooming":{"name":"performZooming","description":"

To perform zooming for maps

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#performzooming"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#removeeventlistener"},"removeTooltip":{"name":"removeTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#removetooltip"},"showTooltip":{"name":"showTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#showtooltip"},"toolBarZooming":{"name":"toolBarZooming","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#toolbarzooming"},"renderZooming":{"name":"renderZooming","description":"

Function that handles the Rectangular zooming.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/zoom#renderzooming"}},"GeoLocation":{"latitude":{"name":"latitude","description":"","type":"MinMax","link":"//ej2.syncfusion.com/documentation/api/maps/geoLocation#latitude"},"longitude":{"name":"longitude","description":"","type":"MinMax","link":"//ej2.syncfusion.com/documentation/api/maps/geoLocation#longitude"}},"MapAjax":{"async":{"name":"async","description":"

MapAjax async value

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/mapAjax#async"},"contentType":{"name":"contentType","description":"

MapAjax contentType value

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/mapAjax#contenttype"},"dataOptions":{"name":"dataOptions","description":"

MapAjax data options

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/maps/mapAjax#dataoptions"},"sendData":{"name":"sendData","description":"

MapAjax sendData value

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/maps/mapAjax#senddata"},"type":{"name":"type","description":"

MapAjax type value

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/mapAjax#type"}},"MapLocation":{"x":{"name":"x","description":"

To specify x value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/mapLocation#x"},"y":{"name":"y","description":"

To specify y value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/mapLocation#y"}},"MinMax":{"max":{"name":"max","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/minMax#max"},"min":{"name":"min","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/minMax#min"}},"PatternOptions":{"height":{"name":"height","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#height"},"href":{"name":"href","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#href"},"id":{"name":"id","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#id"},"patternContentUnits":{"name":"patternContentUnits","description":"","type":"patternUnits","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#patterncontentunits"},"patternTransform":{"name":"patternTransform","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#patterntransform"},"patternUnits":{"name":"patternUnits","description":"","type":"patternUnits","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#patternunits"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#width"},"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#y"}},"CellEdit":{},"ColumnMenu":{"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/columnMenu#destroy"},"getColumnMenu":{"name":"getColumnMenu","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/columnMenu#getcolumnmenu"}},"Reorder":{"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/reorder#parent"},"reorderColumnByIndex":{"name":"reorderColumnByIndex","description":"

Changes the position of the Grid columns by field index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/reorder#reordercolumnbyindex"},"reorderColumnByTargetIndex":{"name":"reorderColumnByTargetIndex","description":"

Changes the position of the Grid columns by field index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/reorder#reordercolumnbytargetindex"},"reorderColumns":{"name":"reorderColumns","description":"

Changes the position of the Grid columns by field names.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/reorder#reordercolumns"}},"Resize":{"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#parent"},"actionObj":{"name":"actionObj","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#actionobj"},"daysVariation":{"name":"daysVariation","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#daysvariation"},"monthEvent":{"name":"monthEvent","description":"","type":"MonthEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#monthevent"},"resizeEdges":{"name":"resizeEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#resizeedges"},"scrollArgs":{"name":"scrollArgs","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#scrollargs"},"scrollEdges":{"name":"scrollEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#scrolledges"},"verticalEvent":{"name":"verticalEvent","description":"","type":"VerticalEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#verticalevent"},"actionClass":{"name":"actionClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#actionclass"},"autoScroll":{"name":"autoScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#autoscroll"},"autoScrollValidation":{"name":"autoScrollValidation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#autoscrollvalidation"},"calculateIntervalTime":{"name":"calculateIntervalTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#calculateintervaltime"},"createCloneElement":{"name":"createCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#createcloneelement"},"dynamicEventsRendering":{"name":"dynamicEventsRendering","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#dynamiceventsrendering"},"getChangedData":{"name":"getChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getchangeddata"},"getContentAreaDimension":{"name":"getContentAreaDimension","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getcontentareadimension"},"getCursorElement":{"name":"getCursorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getcursorelement"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getindex"},"getOriginalElement":{"name":"getOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getoriginalelement"},"getPageCoordinates":{"name":"getPageCoordinates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getpagecoordinates"},"getResourceElements":{"name":"getResourceElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getresourceelements"},"getUpdatedEvent":{"name":"getUpdatedEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getupdatedevent"},"removeCloneElement":{"name":"removeCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#removecloneelement"},"removeCloneElementClasses":{"name":"removeCloneElementClasses","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#removecloneelementclasses"},"saveChangedData":{"name":"saveChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#savechangeddata"},"updateOriginalElement":{"name":"updateOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#updateoriginalelement"},"updateResizingDirection":{"name":"updateResizingDirection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#updateresizingdirection"},"updateScrollPosition":{"name":"updateScrollPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#updatescrollposition"},"updateTimePosition":{"name":"updateTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#updatetimeposition"},"wireResizeEvent":{"name":"wireResizeEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#wireresizeevent"}},"ConnectorLineEdit":{},"DayMarkers":{"getModuleName":{"name":"getModuleName","description":"

To get module name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/dayMarkers#getmodulename"}},"Dependency":{},"Filter":{"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/filter#parent"},"destroy":{"name":"destroy","description":"

To destroy module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/filter#destroy"},"clearFiltering":{"name":"clearFiltering","description":"

Clears all the filtered rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/filter#clearfiltering"},"filterByColumn":{"name":"filterByColumn","description":"

Filters the Grid row by fieldName, filterOperator, and filterValue.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/filter#filterbycolumn"}},"Sort":{"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/sort#parent"},"clearSorting":{"name":"clearSorting","description":"

Clears all the sorted columns of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/sort#clearsorting"},"removeSortColumn":{"name":"removeSortColumn","description":"

To clear sorting for specific column.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/sort#removesortcolumn"},"sortColumn":{"name":"sortColumn","description":"

Sorts a column with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/sort#sortcolumn"}},"TaskbarEdit":{"connectorSecondAction":{"name":"connectorSecondAction","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#connectorsecondaction"},"connectorSecondElement":{"name":"connectorSecondElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#connectorsecondelement"},"connectorSecondRecord":{"name":"connectorSecondRecord","description":"","type":"IGanttData","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#connectorsecondrecord"},"dragMouseLeave":{"name":"dragMouseLeave","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#dragmouseleave"},"drawPredecessor":{"name":"drawPredecessor","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#drawpredecessor"},"finalPredecessor":{"name":"finalPredecessor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#finalpredecessor"},"fromPredecessorText":{"name":"fromPredecessorText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#frompredecessortext"},"isMouseDragged":{"name":"isMouseDragged","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#ismousedragged"},"mouseMoveX":{"name":"mouseMoveX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#mousemovex"},"mouseMoveY":{"name":"mouseMoveY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#mousemovey"},"previousItem":{"name":"previousItem","description":"","type":"ITaskData","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#previousitem"},"previousItemProperty":{"name":"previousItemProperty","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#previousitemproperty"},"roundOffDuration":{"name":"roundOffDuration","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#roundoffduration"},"taskBarEditAction":{"name":"taskBarEditAction","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#taskbareditaction"},"taskBarEditElement":{"name":"taskBarEditElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#taskbareditelement"},"taskBarEditRecord":{"name":"taskBarEditRecord","description":"","type":"IGanttData","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#taskbareditrecord"},"taskbarEditedArgs":{"name":"taskbarEditedArgs","description":"","type":"ITaskbarEditedEventArgs","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#taskbareditedargs"},"timerCount":{"name":"timerCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#timercount"},"toPredecessorText":{"name":"toPredecessorText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#topredecessortext"},"tooltipPositionX":{"name":"tooltipPositionX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#tooltippositionx"},"touchEdit":{"name":"touchEdit","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#touchedit"}},"DateProcessor":{"calculateDuration":{"name":"calculateDuration","description":"

To calculate duration from start date and end date

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/dateProcessor#calculateduration"}},"Gantt":{"actionBegin":{"name":"actionBegin","description":"

Triggers when Gantt actions such as sorting, filtering, searching etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers when Gantt actions such as sorting, filtering, searching etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when actions are failed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#actionfailure"},"beforeExcelExport":{"name":"beforeExcelExport","description":"

Triggers before Gantt data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#beforeexcelexport"},"beforeTooltipRender":{"name":"beforeTooltipRender","description":"

Triggers before tooltip get rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#beforetooltiprender"},"cellDeselected":{"name":"cellDeselected","description":"

Triggers when a particular selected cell is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#celldeselected"},"cellDeselecting":{"name":"cellDeselecting","description":"

Triggers before the selected cell is deselecting.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#celldeselecting"},"cellEdit":{"name":"cellEdit","description":"

This will be triggered a cell get begins to edit.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#celledit"},"cellSelected":{"name":"cellSelected","description":"

Triggers after a cell is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#cellselected"},"cellSelecting":{"name":"cellSelecting","description":"

Triggers before any cell selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#cellselecting"},"collapsed":{"name":"collapsed","description":"

This will be triggered after the row getting collapsed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapsed"},"collapsing":{"name":"collapsing","description":"

This will be triggered before the row getting collapsed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapsing"},"columnDrag":{"name":"columnDrag","description":"

Triggers when column header element is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#columndrag"},"columnDragStart":{"name":"columnDragStart","description":"

Triggers when column header element drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#columndragstart"},"columnDrop":{"name":"columnDrop","description":"

Triggers when a column header element is dropped on the target column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#columndrop"},"columnMenuClick":{"name":"columnMenuClick","description":"

Triggers when click on column menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#columnmenuclick"},"columnMenuOpen":{"name":"columnMenuOpen","description":"

Triggers before column menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#columnmenuopen"},"contextMenuClick":{"name":"contextMenuClick","description":"

Triggers when click on context menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#contextmenuclick"},"contextMenuOpen":{"name":"contextMenuOpen","description":"

Triggers before context menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#contextmenuopen"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#destroyed"},"endEdit":{"name":"endEdit","description":"

This will be triggered when a task get saved by cell edit.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#endedit"},"excelExportComplete":{"name":"excelExportComplete","description":"

Triggers after Gantt data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#excelexportcomplete"},"excelHeaderQueryCellInfo":{"name":"excelHeaderQueryCellInfo","description":"

Triggers before exporting each header cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#excelheaderquerycellinfo"},"excelQueryCellInfo":{"name":"excelQueryCellInfo","description":"

Triggers before exporting each cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#excelquerycellinfo"},"expanded":{"name":"expanded","description":"

This will be triggered after the row getting expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#expanded"},"expanding":{"name":"expanding","description":"

This will be triggered before the row getting expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#expanding"},"headerCellInfo":{"name":"headerCellInfo","description":"

This will be triggered before the header cell element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#headercellinfo"},"load":{"name":"load","description":"

Triggered before the Gantt control gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#load"},"queryCellInfo":{"name":"queryCellInfo","description":"

This will be triggered before the header cell element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#querycellinfo"},"queryTaskbarInfo":{"name":"queryTaskbarInfo","description":"

This will be triggered after the taskbar element is appended to the Gantt element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#querytaskbarinfo"},"resizeStart":{"name":"resizeStart","description":"

Triggers when column resize starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Triggers when column resize ends.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#resizestop"},"resizing":{"name":"resizing","description":"

Triggers on column resizing.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#resizing"},"rowDataBound":{"name":"rowDataBound","description":"

This will be triggered before the row element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdatabound"},"rowDeselected":{"name":"rowDeselected","description":"

Triggers when a selected row is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdeselected"},"rowDeselecting":{"name":"rowDeselecting","description":"

Triggers before deselecting the selected row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdeselecting"},"rowSelected":{"name":"rowSelected","description":"

Triggers after a row is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowselected"},"rowSelecting":{"name":"rowSelecting","description":"

Triggers before row selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowselecting"},"splitterResizeStart":{"name":"splitterResizeStart","description":"

Triggers when splitter resizing starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#splitterresizestart"},"splitterResized":{"name":"splitterResized","description":"

Triggers when splitter resizing action completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#splitterresized"},"splitterResizing":{"name":"splitterResizing","description":"

Triggers when splitter bar was dragging.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#splitterresizing"},"taskbarEdited":{"name":"taskbarEdited","description":"

This will be triggered taskbar was dragged and dropped on new position.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbaredited"},"taskbarEditing":{"name":"taskbarEditing","description":"

This event will be triggered when taskbar was in dragging state.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbarediting"},"toolbarClick":{"name":"toolbarClick","description":"

Triggers when toolbar item was clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbarclick"},"addDialogFields":{"name":"addDialogFields","description":"

Defines the tabs and fields to be included in the add dialog.\nIf the value was empty, then it will be calculated from taskSettings and columns value.

\n","type":"AddDialogFieldSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#adddialogfields"},"allowExcelExport":{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export Gantt to Excel and CSV file.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowexcelexport"},"allowFiltering":{"name":"allowFiltering","description":"

Enables or disables filtering support in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowfiltering"},"allowReordering":{"name":"allowReordering","description":"

If allowReordering is set to true, Gantt columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowreordering"},"allowResizing":{"name":"allowResizing","description":"

If allowResizing is set to true, Gantt columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowresizing"},"allowSelection":{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},"allowSorting":{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of gantt chart tasks when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowsorting"},"allowUnscheduledTasks":{"name":"allowUnscheduledTasks","description":"

Enables or disables rendering of unscheduled tasks in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowunscheduledtasks"},"autoFocusTasks":{"name":"autoFocusTasks","description":"

Enables or disables the focusing the task bar on click action.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#autofocustasks"},"baselineColor":{"name":"baselineColor","description":"

Defines the baseline bar color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#baselinecolor"},"collapseAllParentTasks":{"name":"collapseAllParentTasks","description":"

If collapseAllParentTasks set to true, then root tasks are rendered with collapsed state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapseallparenttasks"},"columnMenuItems":{"name":"columnMenuItems","description":"

columnMenuItems defines both built-in and custom column menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • ColumnChooser - To show/hide the TreeGrid columns.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • Filter - Filter options will show based on filterSettings property.
  • \n
\n","type":"ColumnMenuItem[]|ColumnMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columnmenuitems"},"columnMenuModule":{"name":"columnMenuModule","description":"

The columnMenuModule is used to manipulate column menu items in Gantt.

\n","type":"ColumnMenu","link":"//ej2.syncfusion.com/documentation/api/gantt/#columnmenumodule"},"columns":{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},"connectorLineBackground":{"name":"connectorLineBackground","description":"

Defines background color of dependency lines.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#connectorlinebackground"},"connectorLineWidth":{"name":"connectorLineWidth","description":"

Defines width of dependency lines.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#connectorlinewidth"},"contextMenuItems":{"name":"contextMenuItems","description":"

If contextMenuItems are array collection of menu items in Context Menu.

\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#contextmenuitems"},"contextMenuModule":{"name":"contextMenuModule","description":"

The contextMenuModule is used to invoke context menu in Gantt.

\n","type":"ContextMenu","link":"//ej2.syncfusion.com/documentation/api/gantt/#contextmenumodule"},"currentZoomingLevel":{"name":"currentZoomingLevel","description":"

Configures current zooming level of Gantt.

\n","type":"ZoomTimelineSettings","link":"//ej2.syncfusion.com/documentation/api/gantt/#currentzoominglevel"},"dataSource":{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},"dateFormat":{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},"dayMarkersModule":{"name":"dayMarkersModule","description":"

The dayMarkersModule is used to manipulate event markers operation in Gantt.

\n","type":"DayMarkers","link":"//ej2.syncfusion.com/documentation/api/gantt/#daymarkersmodule"},"dayWorkingTime":{"name":"dayWorkingTime","description":"

Defines customized working time of project.

\n","type":"DayWorkingTimeModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#dayworkingtime"},"durationUnit":{"name":"durationUnit","description":"

durationUnit Specifies the duration unit for each tasks whether day or hour or minute.

\n
    \n
  • day: Sets the duration unit as day.
  • \n
  • hour: Sets the duration unit as hour.
  • \n
  • minute: Sets the duration unit as minute.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#durationunit"},"editDialogFields":{"name":"editDialogFields","description":"

Defines the tabs and fields to be included in the edit dialog.\nIf the value was empty, then it will be calculated from taskSettings and columns value.

\n","type":"EditDialogFieldSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#editdialogfields"},"editModule":{"name":"editModule","description":"

The editModule is used to handle Gantt record manipulation.

\n","type":"Edit","link":"//ej2.syncfusion.com/documentation/api/gantt/#editmodule"},"editSettings":{"name":"editSettings","description":"

Configures edit settings of Gantt.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#editsettings"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/#element"},"enableContextMenu":{"name":"enableContextMenu","description":"

If enableContextMenu is set to true, Enable context menu in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#enablecontextmenu"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#enablepersistence"},"enablePredecessorValidation":{"name":"enablePredecessorValidation","description":"

If enablePredecessorValidation is set to true, it allows to validate the predecessor link.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#enablepredecessorvalidation"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#enablertl"},"eventMarkers":{"name":"eventMarkers","description":"

Defines events and status of project throughout the timeline.

\n","type":"EventMarkerModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#eventmarkers"},"excelExportModule":{"name":"excelExportModule","description":"

The excelExportModule is used to exporting Gantt data in excel format.

\n","type":"ExcelExport","link":"//ej2.syncfusion.com/documentation/api/gantt/#excelexportmodule"},"filterModule":{"name":"filterModule","description":"

The filterModule is used to manipulate filtering operation in Gantt.

\n","type":"Filter","link":"//ej2.syncfusion.com/documentation/api/gantt/#filtermodule"},"filterSettings":{"name":"filterSettings","description":"

Configures the filter settings for Gantt.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#filtersettings"},"gridLines":{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},"height":{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},"highlightWeekends":{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},"holidays":{"name":"holidays","description":"

Defines holidays presented in project timeline.

\n","type":"HolidayModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#holidays"},"includeWeekend":{"name":"includeWeekend","description":"

Defines weekend days are considered as working day or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#includeweekend"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#isdestroyed"},"keyboardModule":{"name":"keyboardModule","description":"

The keyboardModule is used to manipulate keyboard interactions in Gantt.

\n","type":"KeyboardEvents","link":"//ej2.syncfusion.com/documentation/api/gantt/#keyboardmodule"},"labelSettings":{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#locale"},"milestoneTemplate":{"name":"milestoneTemplate","description":"

The milestone template that renders customized milestone task from the given template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#milestonetemplate"},"parentTaskbarTemplate":{"name":"parentTaskbarTemplate","description":"

The parent task bar template that renders customized parent task bars from the given template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#parenttaskbartemplate"},"projectEndDate":{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},"projectStartDate":{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},"query":{"name":"query","description":"

Defines the external Query\nthat will be executed along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/gantt/#query"},"renderBaseline":{"name":"renderBaseline","description":"

If renderBaseline is set to true, then baselines are rendered for tasks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#renderbaseline"},"resourceIDMapping":{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},"resourceNameMapping":{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},"resources":{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},"rowHeight":{"name":"rowHeight","description":"

Defines height value for grid rows and chart rows in Gantt.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowheight"},"searchSettings":{"name":"searchSettings","description":"

Configures the search settings for Gantt.

\n","type":"SearchSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#searchsettings"},"selectedRowIndex":{"name":"selectedRowIndex","description":"

The selectedRowIndex allows you to select a row at initial rendering.\nYou can also get the currently selected row index.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectedrowindex"},"selectionModule":{"name":"selectionModule","description":"

The selectionModule is used to manipulate selection operation in Gantt.

\n","type":"Selection","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectionmodule"},"selectionSettings":{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectionsettings"},"showColumnMenu":{"name":"showColumnMenu","description":"

If showColumnMenu set to true, then it will enable the column menu options in each columns.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#showcolumnmenu"},"showInlineNotes":{"name":"showInlineNotes","description":"

To show notes column cell values inside the cell or in tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#showinlinenotes"},"sortModule":{"name":"sortModule","description":"

The sortModule is used to manipulate sorting operation in Gantt.

\n","type":"Sort","link":"//ej2.syncfusion.com/documentation/api/gantt/#sortmodule"},"sortSettings":{"name":"sortSettings","description":"

Configures the sort settings of the Gantt.

\n","type":"SortSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#sortsettings"},"splitterSettings":{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},"taskFields":{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},"taskbarHeight":{"name":"taskbarHeight","description":"

Defines height of taskbar element in Gantt.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbarheight"},"taskbarTemplate":{"name":"taskbarTemplate","description":"

The task bar template that renders customized child task bars from the given template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbartemplate"},"timelineSettings":{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},"toolbar":{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},"tooltipSettings":{"name":"tooltipSettings","description":"

Enables or disables default tooltip of Gantt element and defines customized tooltip for Gantt elements.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#tooltipsettings"},"treeColumnIndex":{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},"width":{"name":"width","description":"

Defines the width of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#width"},"workWeek":{"name":"workWeek","description":"

Defines workweek of project.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#workweek"},"zoomingLevels":{"name":"zoomingLevels","description":"

Configure zooming levels of Gantt Timeline

\n","type":"ZoomTimelineSettings[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#zoominglevels"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#addeventlistener"},"addPredecessor":{"name":"addPredecessor","description":"

To add dependency for Task.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#addpredecessor"},"addRecord":{"name":"addRecord","description":"

Method to add record.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#addrecord"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#appendto"},"cancelEdit":{"name":"cancelEdit","description":"

Cancels edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#canceledit"},"clearFiltering":{"name":"clearFiltering","description":"

Clears all the filtered columns in Gantt.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#clearfiltering"},"clearSelection":{"name":"clearSelection","description":"

Deselects the current selected rows and cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#clearselection"},"clearSorting":{"name":"clearSorting","description":"

Clears all the sorted columns of the Gantt.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#clearsorting"},"collapseAll":{"name":"collapseAll","description":"

Method to collapse all the rows of Gantt.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapseall"},"collapseByID":{"name":"collapseByID","description":"

Collapse the record by id value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapsebyid"},"collapseByIndex":{"name":"collapseByIndex","description":"

Collapse the record by index value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapsebyindex"},"csvExport":{"name":"csvExport","description":"

Export Gantt data to CSV file.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#csvexport"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#databind"},"deleteRecord":{"name":"deleteRecord","description":"

Method to delete record.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#deleterecord"},"enableItems":{"name":"enableItems","description":"

Enables or disables ToolBar items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#enableitems"},"excelExport":{"name":"excelExport","description":"

Export Gantt data to Excel file(.xlsx).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#excelexport"},"expandAll":{"name":"expandAll","description":"

Method to expand all the rows of Gantt.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#expandall"},"expandByID":{"name":"expandByID","description":"

Expand the record by task id.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#expandbyid"},"expandByIndex":{"name":"expandByIndex","description":"

Expand the record by index value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#expandbyindex"},"filterByColumn":{"name":"filterByColumn","description":"

Filters TreeGrid row by column name with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#filterbycolumn"},"fitToProject":{"name":"fitToProject","description":"

To show all project task in available chart width

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#fittoproject"},"getDurationString":{"name":"getDurationString","description":"

Get duration value as string combined with duration and unit values.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getdurationstring"},"getExpandedRecords":{"name":"getExpandedRecords","description":"

Get expanded records from given record collection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getexpandedrecords"},"getFormatedDate":{"name":"getFormatedDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getformateddate"},"getGanttColumns":{"name":"getGanttColumns","description":"

Gets the Gantt columns.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getganttcolumns"},"getGridColumns":{"name":"getGridColumns","description":"

Gets the columns from the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getgridcolumns"},"getRecordByID":{"name":"getRecordByID","description":"

Method to get record by id value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getrecordbyid"},"getRowByID":{"name":"getRowByID","description":"

Method to get the row element by task id.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getrowbyid"},"getRowByIndex":{"name":"getRowByIndex","description":"

Method to get chart row value by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getrowbyindex"},"getTaskByUniqueID":{"name":"getTaskByUniqueID","description":"

Method to get task by uniqueId value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#gettaskbyuniqueid"},"getTaskbarHeight":{"name":"getTaskbarHeight","description":"

Method to get taskbarHeight.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#gettaskbarheight"},"hideColumn":{"name":"hideColumn","description":"

Hides a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#hidecolumn"},"hideSpinner":{"name":"hideSpinner","description":"

Method used to hide spinner.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#hidespinner"},"nextTimeSpan":{"name":"nextTimeSpan","description":"

To update timeline at end point with one unit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#nexttimespan"},"openAddDialog":{"name":"openAddDialog","description":"

Method to open Add dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#openadddialog"},"openEditDialog":{"name":"openEditDialog","description":"

Method to open Edit dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#openeditdialog"},"previousTimeSpan":{"name":"previousTimeSpan","description":"

To update timeline at start point with one unit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#previoustimespan"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#removeeventlistener"},"removePredecessor":{"name":"removePredecessor","description":"

To remove dependency from task.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#removepredecessor"},"removeSortColumn":{"name":"removeSortColumn","description":"

To remove sorted records of particular column.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#removesortcolumn"},"reorderColumns":{"name":"reorderColumns","description":"

Changes the TreeGrid column positions by field names.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#reordercolumns"},"scrollToDate":{"name":"scrollToDate","description":"

To move horizontal scroll bar of Gantt to specific date.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#scrolltodate"},"scrollToTask":{"name":"scrollToTask","description":"

To move horizontal scroll bar of Gantt to specific task id.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#scrolltotask"},"search":{"name":"search","description":"

Method to perform search action in Gantt.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#search"},"selectCell":{"name":"selectCell","description":"

Selects a cell by the given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectcell"},"selectCells":{"name":"selectCells","description":"

Selects a collection of cells by row and column indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectcells"},"selectRow":{"name":"selectRow","description":"

Selects a row by given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectrow"},"selectRows":{"name":"selectRows","description":"

Selects a collection of rows by indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectrows"},"setScrollTop":{"name":"setScrollTop","description":"

To set scroll top for chart scroll container.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#setscrolltop"},"setSplitterPosition":{"name":"setSplitterPosition","description":"

Method to set splitter position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#setsplitterposition"},"showColumn":{"name":"showColumn","description":"

Shows a column by its column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#showcolumn"},"showSpinner":{"name":"showSpinner","description":"

Method used to show spinner.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#showspinner"},"sortColumn":{"name":"sortColumn","description":"

Sorts a column with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#sortcolumn"},"updateChartScrollOffset":{"name":"updateChartScrollOffset","description":"

To set scroll left and top in chart side.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updatechartscrolloffset"},"updateDataSource":{"name":"updateDataSource","description":"

Method to update data source.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updatedatasource"},"updatePredecessor":{"name":"updatePredecessor","description":"

To modify current dependency values of Task by task id.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updatepredecessor"},"updateProjectDates":{"name":"updateProjectDates","description":"

To validate project start date and end date.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updateprojectdates"},"updateRecordByID":{"name":"updateRecordByID","description":"

Method to update record by ID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updaterecordbyid"},"updateRecordByIndex":{"name":"updateRecordByIndex","description":"

Method to update record by Index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updaterecordbyindex"},"zoomIn":{"name":"zoomIn","description":"

To perform Zoom in action on Gantt timeline.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#zoomin"},"zoomOut":{"name":"zoomOut","description":"

To perform zoom out action on Gantt timeline.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#zoomout"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#inject"}},"GanttChart":{"chartBodyContainer":{"name":"chartBodyContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#chartbodycontainer"},"chartBodyContent":{"name":"chartBodyContent","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#chartbodycontent"},"chartElement":{"name":"chartElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#chartelement"},"chartTimelineContainer":{"name":"chartTimelineContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#charttimelinecontainer"},"isExpandAll":{"name":"isExpandAll","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#isexpandall"},"isExpandCollapseFromChart":{"name":"isExpandCollapseFromChart","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#isexpandcollapsefromchart"},"keyboardModule":{"name":"keyboardModule","description":"","type":"KeyboardEvents","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#keyboardmodule"},"scrollElement":{"name":"scrollElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#scrollelement"},"scrollObject":{"name":"scrollObject","description":"","type":"ChartScroll","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#scrollobject"},"updateLastRowBottomWidth":{"name":"updateLastRowBottomWidth","description":"

Method to update bottom border for chart rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#updatelastrowbottomwidth"}},"Splitter":{"splitterObject":{"name":"splitterObject","description":"","type":"SplitterLayout","link":"//ej2.syncfusion.com/documentation/api/gantt/splitter#splitterobject"},"splitterPreviousPositionChart":{"name":"splitterPreviousPositionChart","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/splitter#splitterpreviouspositionchart"},"splitterPreviousPositionGrid":{"name":"splitterPreviousPositionGrid","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/splitter#splitterpreviouspositiongrid"}},"TaskProcessor":{"calculateDuration":{"name":"calculateDuration","description":"

To calculate duration from start date and end date

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/taskProcessor#calculateduration"}},"GanttTreeGrid":{"treeGridColumns":{"name":"treeGridColumns","description":"","type":"ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttTreeGrid#treegridcolumns"},"renderTreeGrid":{"name":"renderTreeGrid","description":"

Method to initiate TreeGrid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttTreeGrid#rendertreegrid"}},"AddDialogFieldSettings":{"fields":{"name":"fields","description":"

Defines edited column fields placed inside the tab.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/gantt/addDialogFieldSettings#fields"},"headerText":{"name":"headerText","description":"

Defines header text of tab item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/addDialogFieldSettings#headertext"},"type":{"name":"type","description":"

Defines types of tab which contains editor for columns.

\n
    \n
  • General - Defines tab container type as general.
  • \n
  • Dependency - Defines tab as dependency editor.
  • \n
  • Resources - Defines tab as resources editor.
  • \n
  • Notes - Defines tab as notes editor.
  • \n
  • Custom - Defines tab as custom column editor.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/addDialogFieldSettings#type"}},"DayWorkingTime":{"from":{"name":"from","description":"

Defines start time of working time range.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/dayWorkingTime#from"},"to":{"name":"to","description":"

Defines end time of working time range.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/dayWorkingTime#to"}},"EditDialogFieldSettings":{"fields":{"name":"fields","description":"

Defines edited column fields placed inside the tab.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/gantt/editDialogFieldSettings#fields"},"headerText":{"name":"headerText","description":"

Defines header text of tab item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/editDialogFieldSettings#headertext"},"type":{"name":"type","description":"

Defines types of tab which contains editor for columns.

\n
    \n
  • General - Defines tab container type as general.
  • \n
  • Dependency - Defines tab as dependency editor.
  • \n
  • Resources - Defines tab as resources editor.
  • \n
  • Notes - Defines tab as notes editor.
  • \n
  • Custom - Defines tab as custom column editor.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/editDialogFieldSettings#type"}},"EventMarker":{"cssClass":{"name":"cssClass","description":"

Define custom css class for event marker to customize line and label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/eventMarker#cssclass"},"day":{"name":"day","description":"

Defines day of event marker.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/eventMarker#day"},"label":{"name":"label","description":"

Defines label of event marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/eventMarker#label"},"eventMarkersContainer":{"name":"eventMarkersContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/eventMarker#eventmarkerscontainer"},"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/eventMarker#parent"}},"Holiday":{"cssClass":{"name":"cssClass","description":"

Defines custom css class of holiday to customize background and label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/holiday#cssclass"},"from":{"name":"from","description":"

Defines start date of holiday.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/holiday#from"},"label":{"name":"label","description":"

Defines label of holiday.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/holiday#label"},"to":{"name":"to","description":"

Defines end date of holiday.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/holiday#to"}},"LabelSettings":{"leftLabel":{"name":"leftLabel","description":"

Defines left side label of task.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/labelSettings#leftlabel"},"rightLabel":{"name":"rightLabel","description":"

Defines right side label of task.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/labelSettings#rightlabel"},"taskLabel":{"name":"taskLabel","description":"

Defines label which is placed inside the taskbar.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/labelSettings#tasklabel"}},"SplitterSettings":{"columnIndex":{"name":"columnIndex","description":"

Defines splitter position with respect to column index value.\nIf columnIndex set as 2 then splitter bar placed at third column of grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/splitterSettings#columnindex"},"minimum":{"name":"minimum","description":"

Defines minimum width of Grid part, splitter can't be moved less than this value on grid side.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/splitterSettings#minimum"},"position":{"name":"position","description":"

Defines splitter position at initial load, it accepts values in pixels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/splitterSettings#position"},"separatorSize":{"name":"separatorSize","description":"

Defines splitter bar size

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/splitterSettings#separatorsize"},"view":{"name":"view","description":"

Defines predefined view of Gantt.

\n
    \n
  • Default - Shows grid side and side of Gantt.
  • \n
  • Grid - Shows grid side alone in Gantt.
  • \n
  • Chart - Shows chart side alone in Gantt.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/splitterSettings#view"}},"TaskFields":{"baselineEndDate":{"name":"baselineEndDate","description":"

To map baseline end date of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#baselineenddate"},"baselineStartDate":{"name":"baselineStartDate","description":"

To map baseline start date of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#baselinestartdate"},"child":{"name":"child","description":"

To map child of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#child"},"cssClass":{"name":"cssClass","description":"

To map custom css class of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#cssclass"},"dependency":{"name":"dependency","description":"

To map dependency of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#dependency"},"duration":{"name":"duration","description":"

To map duration of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#duration"},"durationUnit":{"name":"durationUnit","description":"

To map duration unit of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#durationunit"},"endDate":{"name":"endDate","description":"

To map end date of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#enddate"},"expandState":{"name":"expandState","description":"

To map expand status of parent record from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#expandstate"},"id":{"name":"id","description":"

To map id of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#id"},"indicators":{"name":"indicators","description":"

To map indicators of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#indicators"},"milestone":{"name":"milestone","description":"

To map milestone of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#milestone"},"name":{"name":"name","description":"

To map name of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#name"},"notes":{"name":"notes","description":"

To map notes value of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#notes"},"parentID":{"name":"parentID","description":"

To map parent id of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#parentid"},"progress":{"name":"progress","description":"

To map progress of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#progress"},"resourceInfo":{"name":"resourceInfo","description":"

To map assigned resources of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#resourceinfo"},"startDate":{"name":"startDate","description":"

To map start date of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#startdate"}},"TimelineSettings":{"bottomTier":{"name":"bottomTier","description":"

Defines bottom tier settings in timeline.

\n","type":"TimelineTierSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#bottomtier"},"showTooltip":{"name":"showTooltip","description":"

Enables or disables tooltip for timeline cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#showtooltip"},"timelineUnitSize":{"name":"timelineUnitSize","description":"

Defines width of timeline cell.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#timelineunitsize"},"timelineViewMode":{"name":"timelineViewMode","description":"

Defines timeline mode of Gantt header.

\n
    \n
  • None - Default.
  • \n
  • Week - Define the week mode header.
  • \n
  • Day - Define the day mode header.
  • \n
  • Hour - Define the hour mode header.
  • \n
  • Month - Define the month mode header.
  • \n
  • Year - Define the year mode header.
  • \n
  • Minutes - Define the minutes mode header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#timelineviewmode"},"topTier":{"name":"topTier","description":"

Defines top tier setting in timeline.

\n","type":"TimelineTierSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#toptier"},"updateTimescaleView":{"name":"updateTimescaleView","description":"

Enables or disables timeline auto update on editing action.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#updatetimescaleview"},"weekStartDay":{"name":"weekStartDay","description":"

Defines week start day in timeline.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#weekstartday"},"weekendBackground":{"name":"weekendBackground","description":"

Defines background color of weekend cell in week - day timeline mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#weekendbackground"}},"TimelineTierSettings":{"count":{"name":"count","description":"

Defines number of timeline units combined for single cell.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineTierSettings#count"},"format":{"name":"format","description":"

Defines timeline cell format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineTierSettings#format"},"formatter":{"name":"formatter","description":"

Defines method to get custom formatted values of timeline cells.

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineTierSettings#formatter"},"unit":{"name":"unit","description":"

Defines timeline mode of Gantt header.

\n
    \n
  • None - Default.
  • \n
  • Week - Define the week mode header.
  • \n
  • Day - Define the day mode header.
  • \n
  • Hour - Define the hour mode header.
  • \n
  • Month - Define the month mode header.
  • \n
  • Year - Define the year mode header.
  • \n
  • Minutes - Define the minutes mode header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineTierSettings#unit"}},"ChartRows":{"baselineHeight":{"name":"baselineHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#baselineheight"},"connectorPointWidth":{"name":"connectorPointWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#connectorpointwidth"},"ganttChartTableBody":{"name":"ganttChartTableBody","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#ganttcharttablebody"},"milestoneHeight":{"name":"milestoneHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#milestoneheight"},"milestoneMarginTop":{"name":"milestoneMarginTop","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#milestonemargintop"},"taskBarHeight":{"name":"taskBarHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#taskbarheight"},"taskBarMarginTop":{"name":"taskBarMarginTop","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#taskbarmargintop"},"taskTable":{"name":"taskTable","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#tasktable"},"initiateTemplates":{"name":"initiateTemplates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#initiatetemplates"},"refreshChartByTimeline":{"name":"refreshChartByTimeline","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#refreshchartbytimeline"}},"ConnectorLine":{"dependencyViewContainer":{"name":"dependencyViewContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/connectorLine#dependencyviewcontainer"},"tooltipTable":{"name":"tooltipTable","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/connectorLine#tooltiptable"}},"EditTooltip":{"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/editTooltip#parent"},"taskbarTooltipContainer":{"name":"taskbarTooltipContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/editTooltip#taskbartooltipcontainer"},"taskbarTooltipDiv":{"name":"taskbarTooltipDiv","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/editTooltip#taskbartooltipdiv"},"toolTipObj":{"name":"toolTipObj","description":"","type":"Tooltip","link":"//ej2.syncfusion.com/documentation/api/gantt/editTooltip#tooltipobj"}},"NonWorkingDay":{"nonworkingContainer":{"name":"nonworkingContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/nonWorkingDay#nonworkingcontainer"},"removeContainers":{"name":"removeContainers","description":"

Method to remove containers of holiday and weekend

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/nonWorkingDay#removecontainers"}},"Timeline":{"bottomTier":{"name":"bottomTier","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#bottomtier"},"bottomTierCellWidth":{"name":"bottomTierCellWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#bottomtiercellwidth"},"chartTimelineContainer":{"name":"chartTimelineContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#charttimelinecontainer"},"customTimelineSettings":{"name":"customTimelineSettings","description":"","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#customtimelinesettings"},"isSingleTier":{"name":"isSingleTier","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#issingletier"},"isZoomIn":{"name":"isZoomIn","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#iszoomin"},"isZoomToFit":{"name":"isZoomToFit","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#iszoomtofit"},"isZooming":{"name":"isZooming","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#iszooming"},"timelineEndDate":{"name":"timelineEndDate","description":"","type":"Date","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#timelineenddate"},"timelineRoundOffEndDate":{"name":"timelineRoundOffEndDate","description":"","type":"Date","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#timelineroundoffenddate"},"timelineStartDate":{"name":"timelineStartDate","description":"","type":"Date","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#timelinestartdate"},"topTier":{"name":"topTier","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#toptier"},"totalTimelineWidth":{"name":"totalTimelineWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#totaltimelinewidth"}},"ColorPicker":{"beforeClose":{"name":"beforeClose","description":"

Triggers before closing the ColorPicker popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#beforeclose"},"beforeModeSwitch":{"name":"beforeModeSwitch","description":"

Triggers before Switching between ColorPicker mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#beforemodeswitch"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers before opening the ColorPicker popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#beforeopen"},"beforeTileRender":{"name":"beforeTileRender","description":"

Trigger while rendering each palette tile.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#beforetilerender"},"change":{"name":"change","description":"

Triggers while changing the colors. It will be triggered based on the showButtons property.\nIf the property is false, the event will be triggered while selecting the colors.\nIf the property is true, the event will be triggered while apply the selected color.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#change"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#created"},"open":{"name":"open","description":"

Triggers while opening the ColorPicker popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#open"},"select":{"name":"select","description":"

Triggers while selecting the color in picker / palette, when showButtons property is enabled.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#select"},"columns":{"name":"columns","description":"

It is used to render the ColorPicker palette with specified columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/color-picker/#columns"},"cssClass":{"name":"cssClass","description":"

This property sets the CSS classes to root element of the ColorPicker\nwhich helps to customize the UI styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#cssclass"},"disabled":{"name":"disabled","description":"

It is used to enable / disable ColorPicker component. If it is disabled the ColorPicker popup won’t open.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#disabled"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/color-picker/#element"},"enableOpacity":{"name":"enableOpacity","description":"

It is used to enable / disable the opacity option of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#enableopacity"},"enablePersistence":{"name":"enablePersistence","description":"

To enable or disable persisting component's state between page reloads and it is extended from component class.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#enablertl"},"inline":{"name":"inline","description":"

It is used to render the ColorPicker component as inline.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#inline"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#locale"},"mode":{"name":"mode","description":"

It is used to render the ColorPicker with the specified mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#mode"},"modeSwitcher":{"name":"modeSwitcher","description":"

It is used to show / hide the mode switcher button of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#modeswitcher"},"noColor":{"name":"noColor","description":"

It is used to enable / disable the no color option of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#nocolor"},"presetColors":{"name":"presetColors","description":"

It is used to load custom colors to palette.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/color-picker/#presetcolors"},"showButtons":{"name":"showButtons","description":"

It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#showbuttons"},"value":{"name":"value","description":"

It is used to set the color value for ColorPicker. It should be specified as Hex code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers.\nAlso it maintains the initial input element from the DOM.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to Colorpicker\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#focusin"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#getpersistdata"},"getValue":{"name":"getValue","description":"

To get color value in specified type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#getvalue"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#removeeventlistener"},"toggle":{"name":"toggle","description":"

To show/hide ColorPicker popup based on current state of the SplitButton.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#inject"}},"FormValidator":{"change":{"name":"change","description":"

Trigger when a select/drop-down field is changed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#change"},"click":{"name":"click","description":"

Triggers when a check box field is clicked

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#click"},"customPlacement":{"name":"customPlacement","description":"

Assigns the custom function to place the error message in the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#customplacement"},"focusout":{"name":"focusout","description":"

Triggers when a field's focused out

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#focusout"},"keyup":{"name":"keyup","description":"

Trigger when keyup is triggered in any fields

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#keyup"},"submit":{"name":"submit","description":"

Triggers before form is being submitted

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#submit"},"validationBegin":{"name":"validationBegin","description":"

Triggers before validation starts

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validationbegin"},"validationComplete":{"name":"validationComplete","description":"

Triggers after validation is completed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validationcomplete"},"element":{"name":"element","description":"","type":"HTMLFormElement","link":"//ej2.syncfusion.com/documentation/api/form-validator/#element"},"errorClass":{"name":"errorClass","description":"

Sets the defined css class to error fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#errorclass"},"errorContainer":{"name":"errorContainer","description":"

Specify HTML element for error container

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#errorcontainer"},"errorElement":{"name":"errorElement","description":"

Specify HTML element for error

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#errorelement"},"errorOption":{"name":"errorOption","description":"

Option to display the error

\n","type":"ErrorOption","link":"//ej2.syncfusion.com/documentation/api/form-validator/#erroroption"},"ignore":{"name":"ignore","description":"

Ignores input fields based on the class name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#ignore"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/form-validator/#isdestroyed"},"locale":{"name":"locale","description":"

default locale variable

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#locale"},"rules":{"name":"rules","description":"

Maps the input fields with validation rules

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/form-validator/#rules"},"validClass":{"name":"validClass","description":"

Sets the defined css class to valid fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validclass"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#addeventlistener"},"addRules":{"name":"addRules","description":"

Add validation rules to the corresponding input element based on name attribute.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#addrules"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#databind"},"destroy":{"name":"destroy","description":"

Destroy the form validator object and error elements.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#destroy"},"getInputElement":{"name":"getInputElement","description":"

Get input element by name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#getinputelement"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#removeeventlistener"},"removeRules":{"name":"removeRules","description":"

Remove validation to the corresponding field based on name attribute.\nWhen no parameter is passed, remove all the validations in the form.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#removerules"},"reset":{"name":"reset","description":"

Reset the value of all the fields in form.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#reset"},"validate":{"name":"validate","description":"

Validate the current form values using defined rules.\nReturns true when the form is valid otherwise false

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validate"}},"MaskedTextBox":{"blur":{"name":"blur","description":"

Triggers when the MaskedTextBox got focus out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#blur"},"change":{"name":"change","description":"

Triggers when the value of the MaskedTextBox changes.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#change"},"created":{"name":"created","description":"

Triggers when the MaskedTextBox component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the MaskedTextBox component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the MaskedTextBox got focus in.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#focus"},"cssClass":{"name":"cssClass","description":"

Gets or sets the CSS classes to root element of the MaskedTextBox which helps to customize the\ncomplete UI styles for the MaskedTextBox component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#cssclass"},"customCharacters":{"name":"customCharacters","description":"

Sets the collection of values to be mapped for non-mask elements(literals)\nwhich have been set in the mask of MaskedTextBox.

\n
    \n
  • In the below example, non-mask elements "P" accepts values\n"P" , "A" , "p" , "a" and "M" accepts values "M", "m" mentioned in the custom characters collection.\nFor more information on customCharacters, refer to\ncustomCharacters.
  • \n
\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#customcharacters"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Sets a value that enables or disables the persisting state of the MaskedTextBox after reloading the page.\nIf enabled, the 'value' state will be persisted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#enablertl"},"enabled":{"name":"enabled","description":"

Sets a value that enables or disables the MaskedTextBox component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#enabled"},"floatLabelType":{"name":"floatLabelType","description":"

The <b><a href="#placeholder" target="_blank">placeholder</a></b> acts as a label\nand floats above the MaskedTextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The floating label will not be enable when the placeholder is available.
  • \n
  • Always - The floating label always floats above the MaskedTextBox.
  • \n
  • Auto - The floating label floats above the MaskedTextBox after focusing it or when enters the value in it.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#floatlabeltype"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#htmlattributes"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#locale"},"mask":{"name":"mask","description":"

Sets a value that masks the MaskedTextBox to allow/validate the user input.

\n\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#mask"},"placeholder":{"name":"placeholder","description":"

Gets or sets the string shown as a hint/placeholder when the MaskedTextBox is empty.\nIt acts as a label and floats above the MaskedTextBox based on the\n<b><a href="#floatlabeltype" target="_blank">floatLabelType.</a></b>

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#placeholder"},"promptChar":{"name":"promptChar","description":"

Gets or sets a value that will be shown as a prompting symbol for the masked value.\nThe symbol used to show input positions in the MaskedTextBox.\nFor more information on prompt-character, refer to\nprompt-character.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#promptchar"},"readonly":{"name":"readonly","description":"

Specifies the boolean value whether the Masked TextBox allows the user to change the text.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#showclearbutton"},"value":{"name":"value","description":"

Gets or sets the value of the MaskedTextBox. It is a raw value of the MaskedTextBox excluding literals\nand prompt characters. By using getMaskedValue property, you can get the value of MaskedTextBox with the masked format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#value"},"width":{"name":"width","description":"

Sets the width of the MaskedTextBox.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers.\nAlso it maintains the initial input element from the DOM.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#focusout"},"getMaskedValue":{"name":"getMaskedValue","description":"

Gets the value of the MaskedTextBox with the masked format.\nBy using value property, you can get the raw value of maskedtextbox without literals and prompt characters.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#getmaskedvalue"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#getpersistdata"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#inject"}},"NumericTextBox":{"blur":{"name":"blur","description":"

Triggers when the NumericTextBox got focus out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#blur"},"change":{"name":"change","description":"

Triggers when the value of the NumericTextBox changes.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#change"},"created":{"name":"created","description":"

Triggers when the NumericTextBox component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the NumericTextBox component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the NumericTextBox got focus in.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#focus"},"cssClass":{"name":"cssClass","description":"

Gets or Sets the CSS classes to root element of the NumericTextBox which helps to customize the\ncomplete UI styles for the NumericTextBox component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#cssclass"},"currency":{"name":"currency","description":"

Specifies the currency code to use in currency formatting.\nPossible values are the ISO 4217 currency codes, such as 'USD' for the US dollar,'EUR' for the euro.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#currency"},"decimals":{"name":"decimals","description":"

Specifies the number precision applied to the textbox value when the NumericTextBox is focused.\nFor more information on decimals, refer to\ndecimals.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#decimals"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting NumericTextBox state between page reloads. If enabled, the value state will be persisted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#enablertl"},"enabled":{"name":"enabled","description":"

Sets a value that enables or disables the NumericTextBox control.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#enabled"},"floatLabelType":{"name":"floatLabelType","description":"

The <b><a href="#placeholder" target="_blank">placeholder</a></b> acts as a label\nand floats above the NumericTextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - Never floats the label in the NumericTextBox when the placeholder is available.
  • \n
  • Always - The floating label always floats above the NumericTextBox.
  • \n
  • Auto - The floating label floats above the NumericTextBox after focusing it or when enters the value in it.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#floatlabeltype"},"format":{"name":"format","description":"

Specifies the number format that indicates the display format for the value of the NumericTextBox.\nFor more information on formats, refer to\nformats.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#format"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#htmlattributes"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#locale"},"max":{"name":"max","description":"

Specifies a maximum value that is allowed a user can enter.\nFor more information on max, refer to\nmax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#max"},"min":{"name":"min","description":"

Specifies a minimum value that is allowed a user can enter.\nFor more information on min, refer to\nmin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#min"},"placeholder":{"name":"placeholder","description":"

Gets or sets the string shown as a hint/placeholder when the NumericTextBox is empty.\nIt acts as a label and floats above the NumericTextBox based on the\n<b><a href="#floatlabeltype" target="_blank">floatLabelType.</a></b>

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#placeholder"},"readonly":{"name":"readonly","description":"

Sets a value that enables or disables the readonly state on the NumericTextBox. If it is true,\nNumericTextBox will not allow your input.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#showclearbutton"},"showSpinButton":{"name":"showSpinButton","description":"

Specifies whether the up and down spin buttons should be displayed in NumericTextBox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#showspinbutton"},"step":{"name":"step","description":"

Specifies the incremental or decremental step size for the NumericTextBox.\nFor more information on step, refer to\nstep.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#step"},"strictMode":{"name":"strictMode","description":"

Specifies a value that indicates whether the NumericTextBox control allows the value for the specified range.

\n
    \n
  • If it is true, the input value will be restricted between the min and max range.\nThe typed value gets modified to fit the range on focused out state.
  • \n
  • Else, it allows any value even out of range value,\nAt that time of wrong value entered, the error class will be added to the component to highlight the error.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#strictmode"},"validateDecimalOnType":{"name":"validateDecimalOnType","description":"

Specifies whether the decimals length should be restricted during typing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#validatedecimalontype"},"value":{"name":"value","description":"

Sets the value of the NumericTextBox.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#value"},"width":{"name":"width","description":"

Specifies the width of the NumericTextBox.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#databind"},"decrement":{"name":"decrement","description":"

Decrements the NumericTextBox value with specified step value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#decrement"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers.\nAlso it maintains the initial input element from the DOM.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#getpersistdata"},"getText":{"name":"getText","description":"

Returns the value of NumericTextBox with the format applied to the NumericTextBox.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#gettext"},"increment":{"name":"increment","description":"

Increments the NumericTextBox value with the specified step value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#increment"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#inject"}},"ColorRangeData":{"color":{"name":"color","description":"

It is used to set the color in the slider bar.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/colorRangeData#color"},"end":{"name":"end","description":"

It is used to get the end value for applying color.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/colorRangeData#end"},"start":{"name":"start","description":"

It is used to get the starting value for applying color.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/colorRangeData#start"}},"LimitData":{"enabled":{"name":"enabled","description":"

It is used to enable the limit in the slider.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#enabled"},"endHandleFixed":{"name":"endHandleFixed","description":"

It is used to lock the second handle.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#endhandlefixed"},"maxEnd":{"name":"maxEnd","description":"

It is used to set the maximum end limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#maxend"},"maxStart":{"name":"maxStart","description":"

It is used to set the maximum start limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#maxstart"},"minEnd":{"name":"minEnd","description":"

It is used to set the minimum end limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#minend"},"minStart":{"name":"minStart","description":"

It is used to set the minimum start limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#minstart"},"startHandleFixed":{"name":"startHandleFixed","description":"

It is used to lock the first handle.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#starthandlefixed"}},"Slider":{"change":{"name":"change","description":"

We can trigger change event whenever Slider value is changed.\nIn other term, this event will be triggered while drag the slider thumb.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#change"},"changed":{"name":"changed","description":"

We can trigger changed event when Slider component action is completed while we change the Slider value.\nIn other term, this event will be triggered, while drag the slider thumb completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#changed"},"created":{"name":"created","description":"

We can trigger created event when the Slider is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#created"},"renderedTicks":{"name":"renderedTicks","description":"

We can trigger renderedTicks event when the ticks are rendered on the Slider.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderedticks"},"renderingTicks":{"name":"renderingTicks","description":"

We can trigger renderingTicks event when the ticks rendered on Slider,\nwhich is used to customize the ticks labels dynamically.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderingticks"},"tooltipChange":{"name":"tooltipChange","description":"

We can trigger tooltipChange event when we change the Sider tooltip value.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#tooltipchange"},"colorRange":{"name":"colorRange","description":"

It is used to render the color to the slider based on the given value

\n","type":"ColorRangeDataModel[]","link":"//ej2.syncfusion.com/documentation/api/slider/#colorrange"},"cssClass":{"name":"cssClass","description":"

This property sets the CSS classes to root element of the Slider\nwhich helps to customize the UI styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#cssclass"},"customValues":{"name":"customValues","description":"

It is used to denote own array of slider values.\nThe value should be specified in array of number or string.The min,max and step value is not considered

\n","type":"string[]|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#customvalues"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/slider/#element"},"enableAnimation":{"name":"enableAnimation","description":"

It is used to enable or disable the Slider handle moving animation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enableanimation"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enablertl"},"enabled":{"name":"enabled","description":"

It is used to enable or disable the slider.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enabled"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#isdestroyed"},"limits":{"name":"limits","description":"

It is used to limit the slider movement within certain limits.\nRefer the documentation here\nto know more about this property with demo\n{% codeBlock src="slider/limits-api/index.ts" %}{% endcodeBlock %}

\n","type":"LimitDataModel","link":"//ej2.syncfusion.com/documentation/api/slider/#limits"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#locale"},"max":{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},"min":{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},"orientation":{"name":"orientation","description":"

It is used to render Slider in either horizontal or vertical orientation.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#orientation"},"readonly":{"name":"readonly","description":"

It is used to render the Slider component in read-only mode.\nThe slider rendered with user defined values and can’t be interacted with user actions.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#readonly"},"showButtons":{"name":"showButtons","description":"

It is used to show or hide the increase and decrease button of Slider Component,\nwhich is used to change the slider value.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/showButtons-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#showbuttons"},"step":{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/step-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},"ticks":{"name":"ticks","description":"

It is used to render the slider ticks options such as placement and step values.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/ticks-api/index.ts" %}{% endcodeBlock %}

\n","type":"TicksDataModel","link":"//ej2.syncfusion.com/documentation/api/slider/#ticks"},"tooltip":{"name":"tooltip","description":"

It is used to denote the slider tooltip and it's position.\n{% codeBlock src="slider/tooltip-api/index.ts" %}{% endcodeBlock %}

\n","type":"TooltipDataModel","link":"//ej2.syncfusion.com/documentation/api/slider/#tooltip"},"type":{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},"value":{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#databind"},"destroy":{"name":"destroy","description":"

Prepares the slider for safe removal from the DOM.\nDetaches all event handlers, attributes, and classes to avoid memory leaks.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#destroy"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#removeeventlistener"},"reposition":{"name":"reposition","description":"

It is used to reposition slider.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#reposition"},"setTooltip":{"name":"setTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#settooltip"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#inject"}},"TicksData":{"format":{"name":"format","description":"

It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#format"},"largeStep":{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},"placement":{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},"showSmallTicks":{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"},"smallStep":{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"}},"TooltipData":{"cssClass":{"name":"cssClass","description":"

It is used to customize the Tooltip which accepts custom CSS class names that define\nspecific user-defined styles and themes to be applied on the Tooltip element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#cssclass"},"format":{"name":"format","description":"

It is used to customize the Tooltip content to the desired format\nusing internationalization or events (custom formatting).

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#format"},"isVisible":{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},"placement":{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"},"showOn":{"name":"showOn","description":"

It is used to determine the device mode to show the Tooltip.\nIf it is in desktop, it will show the Tooltip content when hovering on the target element.\nIf it is in touch device. It will show the Tooltip content when tap and holding on the target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#showon"}},"TextBox":{"blur":{"name":"blur","description":"

Triggers when the TextBox has focus-out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#blur"},"change":{"name":"change","description":"

Triggers when the content of TextBox has changed and gets focus-out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#change"},"created":{"name":"created","description":"

Triggers when the TextBox component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the TextBox component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the TextBox gets focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#focus"},"input":{"name":"input","description":"

Triggers each time when the value of TextBox has changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#input"},"autocomplete":{"name":"autocomplete","description":"

Specifies whether the browser is allow to automatically enter or select a value for the textbox.\nBy default, autocomplete is enabled for textbox.\nPossible values are:\non - Specifies that autocomplete is enabled.\noff - Specifies that autocomplete is disabled.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#autocomplete"},"cssClass":{"name":"cssClass","description":"

Specifies the CSS class value that is appended to wrapper of Textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#cssclass"},"element":{"name":"element","description":"","type":"HTMLInputElement|HTMLTextAreaElement","link":"//ej2.syncfusion.com/documentation/api/textbox/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting TextBox state between page reloads. If enabled, the value state will be persisted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a Boolean value that indicates whether the TextBox allow user to interact with it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enabled"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The placeholder text should not be float ever.
  • \n
  • Always - The placeholder text floats above the TextBox always.
  • \n
  • Auto - The placeholder text floats above the TextBox while focusing or enter a value in Textbox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#floatlabeltype"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/textbox/#htmlattributes"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#locale"},"multiline":{"name":"multiline","description":"

Specifies a boolean value that enable or disable the multiline on the TextBox.\nThe TextBox changes from single line to multiline when enable this multiline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#multiline"},"placeholder":{"name":"placeholder","description":"

Specifies the text that is shown as a hint/placeholder until the user focus or enter a value in Textbox.\nThe property is depending on the floatLabelType property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#placeholder"},"readonly":{"name":"readonly","description":"

Specifies the boolean value whether the TextBox allows user to change the text.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies a Boolean value that indicates whether the clear button is displayed in Textbox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#showclearbutton"},"type":{"name":"type","description":"

Specifies the behavior of the TextBox such as text, password, email, etc.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#type"},"value":{"name":"value","description":"

Sets the content of the TextBox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#value"},"addAttributes":{"name":"addAttributes","description":"

Adding the multiple attributes as key-value pair to the TextBox element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#addattributes"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers.\nAlso, it maintains the initial TextBox element from the DOM.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#getpersistdata"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#refresh"},"removeAttributes":{"name":"removeAttributes","description":"

Removing the multiple attributes as key-value pair to the TextBox element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#removeattributes"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#inject"}},"AsyncSettings":{"chunkSize":{"name":"chunkSize","description":"

Specifies the chunk size to split the large file into chunks, and upload it to the server in a sequential order.\nIf the chunk size property has value, the uploader enables the chunk upload by default.\nIt must be specified in bytes value.

\n
\n

For more information, refer to the chunk upload section from the documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/asyncSettings#chunksize"},"removeUrl":{"name":"removeUrl","description":"

Specifies the URL of remove action that receives the file information and handle the remove operation in server.\nThe remove action type must be POST request and define “removeFileNames” attribute to get file information that will be removed.\nThis property is optional.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/asyncSettings#removeurl"},"retryAfterDelay":{"name":"retryAfterDelay","description":"

Specifies the delay time in milliseconds that the automatic retry happens after the delay.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/asyncSettings#retryafterdelay"},"retryCount":{"name":"retryCount","description":"

Specifies the number of retries that the uploader can perform on the file failed to upload.\nBy default, the uploader set 3 as maximum retries. This property must be specified to prevent infinity looping.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/asyncSettings#retrycount"},"saveUrl":{"name":"saveUrl","description":"

Specifies the URL of save action that will receive the upload files and save in the server.\nThe save action type must be POST request and define the argument as same input name used to render the component.\nThe upload operations could not perform without this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/asyncSettings#saveurl"}},"ButtonsProps":{"browse":{"name":"browse","description":"

Specifies the text or html content to browse button

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/buttonsProps#browse"},"clear":{"name":"clear","description":"

Specifies the text or html content to clear button

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/buttonsProps#clear"},"upload":{"name":"upload","description":"

Specifies the text or html content to upload button

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/buttonsProps#upload"}},"FilesProp":{"name":{"name":"name","description":"

Specifies the name of the file

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/filesProp#name"},"size":{"name":"size","description":"

Specifies the size of the file

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/filesProp#size"},"type":{"name":"type","description":"

Specifies the type of the file

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/filesProp#type"}},"Uploader":{"actionComplete":{"name":"actionComplete","description":"

Triggers after all the selected files has processed to upload successfully or failed to server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#actioncomplete"},"beforeRemove":{"name":"beforeRemove","description":"

Triggers on remove the uploaded file. The event used to get confirm before remove the file from server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#beforeremove"},"beforeUpload":{"name":"beforeUpload","description":"

Triggers when the upload process before. This event is used to add additional parameter with upload request.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#beforeupload"},"canceling":{"name":"canceling","description":"

Fires if cancel the chunk file uploading.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#canceling"},"change":{"name":"change","description":"

Triggers when changes occur in uploaded file list by selecting or dropping files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is successfully uploaded to server or removed in server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#change"},"chunkFailure":{"name":"chunkFailure","description":"

Fires if the chunk file failed to upload.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nchunkIndex<br/></td><td colSpan=1 rowSpan=1>\nReturns current chunk index.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nchunkSize<br/></td><td colSpan=1 rowSpan=1>\nReturns the size of the chunk file.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ntotalChunk<br/></td><td colSpan=1 rowSpan=1>\nReturns the total chunk count<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncancel<br/></td><td colSpan=1 rowSpan=1>\nPrevent triggering of failure event when we pass true to this attribute<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#chunkfailure"},"chunkSuccess":{"name":"chunkSuccess","description":"

Fires when the chunk file uploaded successfully.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nchunkIndex<br/></td><td colSpan=1 rowSpan=1>\nReturns current chunk index.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nchunkSize<br/></td><td colSpan=1 rowSpan=1>\nReturns the size of the chunk file.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#chunksuccess"},"chunkUploading":{"name":"chunkUploading","description":"

Fires when every chunk upload process gets started. This event is used to add additional parameter with upload request.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#chunkuploading"},"clearing":{"name":"clearing","description":"

Triggers before clearing the items in file list when clicking “clear”.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#clearing"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#created"},"failure":{"name":"failure","description":"

Triggers when the AJAX request fails on uploading or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is failed from upload/remove.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the failure of the operation whether its upload or remove<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#failure"},"fileListRendering":{"name":"fileListRendering","description":"

Triggers before rendering each file item from the file list in a page.\nIt helps to customize specific file item structure.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#filelistrendering"},"pausing":{"name":"pausing","description":"

Fires if pause the chunk file uploading.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#pausing"},"progress":{"name":"progress","description":"

Triggers when uploading a file to the server using the AJAX request.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#progress"},"removing":{"name":"removing","description":"

Triggers on removing the uploaded file. The event used to get confirm before removing the file from server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#removing"},"rendering":{"name":"rendering","description":"

DEPRECATED-Triggers before rendering each file item from the file list in a page.\nIt helps to customize specific file item structure.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#rendering"},"resuming":{"name":"resuming","description":"

Fires if resume the paused chunk file upload.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#resuming"},"selected":{"name":"selected","description":"

Triggers after selecting or dropping the files by adding the files in upload queue.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#selected"},"success":{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},"uploading":{"name":"uploading","description":"

Triggers when the upload process gets started. This event is used to add additional parameter with upload request.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#uploading"},"allowedExtensions":{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the uploader component and pass the extensions\nwith comma separators. For example,\nif you want to upload specific image files, pass allowedExtensions as “.jpg,.png”.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowedextensions"},"asyncSettings":{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},"autoUpload":{"name":"autoUpload","description":"

By default, the uploader component initiates automatic upload when the files are added in upload queue.\nIf you want to manipulate the files before uploading to server, disable the autoUpload property.\nThe buttons “upload” and “clear” will be hided from file list when autoUpload property is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#autoupload"},"buttons":{"name":"buttons","description":"

You can customize the default text of “browse, clear, and upload” buttons with plain text or HTML elements.\nThe buttons’ text can be customized from localization also. If you configured both locale and buttons property,\nthe uploader component considers the buttons property value.

\n","type":"ButtonsPropsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#buttons"},"cssClass":{"name":"cssClass","description":"

Specifies the CSS class name that can be appended with root element of the uploader.\nOne or more custom CSS classes can be added to a uploader.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#cssclass"},"directoryUpload":{"name":"directoryUpload","description":"

Specifies a Boolean value that indicates whether the folder of files can be browsed in the uploader component.

\n
\n

When enabled this property, it allows only files of folder to select or drop to upload and\nit cannot be allowed to select or drop files.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#directoryupload"},"dropArea":{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies Boolean value that indicates whether the component is enabled or disabled.\nThe uploader component does not allow to interact when this property is disabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#enabled"},"files":{"name":"files","description":"

Specifies the list of files that will be preloaded on rendering of uploader component.\nThe property used to view and remove the uploaded files from server. By default, the files are configured with\nuploaded successfully state. The following properties are mandatory to configure the preload files:

\n
    \n
  • Name
  • \n
  • Size
  • \n
  • Type\n{% codeBlock src="uploader/files-api/index.ts" %}{% endcodeBlock %}
  • \n
\n

{% codeBlock src="uploader/files-api/index.html" %}{% endcodeBlock %}

\n","type":"FilesPropModel[]","link":"//ej2.syncfusion.com/documentation/api/uploader/#files"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/uploader/#htmlattributes"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#locale"},"maxFileSize":{"name":"maxFileSize","description":"

Specifies the maximum allowed file size to be uploaded in bytes.\nThe property used to make sure that you cannot upload too large files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/#maxfilesize"},"minFileSize":{"name":"minFileSize","description":"

Specifies the minimum file size to be uploaded in bytes.\nThe property used to make sure that you cannot upload empty files and small files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/#minfilesize"},"multiple":{"name":"multiple","description":"

Specifies a Boolean value that indicates whether the multiple files can be browsed or\ndropped simultaneously in the uploader component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#multiple"},"sequentialUpload":{"name":"sequentialUpload","description":"

By default, the file uploader component is processing the multiple files simultaneously.\nIf sequentialUpload property is enabled, the file upload component performs the upload one after the other.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#sequentialupload"},"showFileList":{"name":"showFileList","description":"

Specifies a Boolean value that indicates whether the default file list can be rendered.\nThe property used to prevent default file list and design own template for file list.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#showfilelist"},"template":{"name":"template","description":"

Specifies the HTML string that used to customize the content of each file in the list.

\n
\n

For more information, refer to the template section from the documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#template"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#appendto"},"bytesToSize":{"name":"bytesToSize","description":"

It is used to convert bytes value into kilobytes or megabytes depending on the size based\non binary prefix.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#bytestosize"},"cancel":{"name":"cancel","description":"

Stops the in-progress chunked upload based on the file data.\nWhen the file upload is canceled, the partially uploaded file is removed from server.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#cancel"},"clearAll":{"name":"clearAll","description":"

Clear all the file entries from list that can be uploaded files or added in upload queue.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#clearall"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#destroy"},"getFilesData":{"name":"getFilesData","description":"

Get the data of files which are shown in file list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#getfilesdata"},"getModuleName":{"name":"getModuleName","description":"

Return the module name of the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#getmodulename"},"pause":{"name":"pause","description":"

Pauses the in-progress chunked upload based on the file data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#pause"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#refresh"},"remove":{"name":"remove","description":"

Remove the uploaded file from server manually by calling the remove URL action.\nIf you pass an empty argument to this method, the complete file list can be cleared,\notherwise remove the specific file based on its argument (“file_data”).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#remove"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#removeeventlistener"},"resume":{"name":"resume","description":"

Resumes the chunked upload that is previously paused based on the file data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#resume"},"retry":{"name":"retry","description":"

Retries the canceled or failed file upload based on the file data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#retry"},"sortFileList":{"name":"sortFileList","description":"

Allows you to sort the file data alphabetically based on its file name clearly.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#sortfilelist"},"traverseFileTree":{"name":"traverseFileTree","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#traversefiletree"},"upload":{"name":"upload","description":"

Allows you to call the upload process manually by calling save URL action.\nTo process the selected files (added in upload queue), pass an empty argument otherwise\nupload the specific file based on its argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#upload"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#inject"}},"Ajax":{"beforeSend":{"name":"beforeSend","description":"

Specifies the callback function to be triggered before sending request to sever.\nThis can be used to modify the XMLHttpRequest object before it is sent.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/ajax/#beforesend"},"onFailure":{"name":"onFailure","description":"

Triggers when XmlHttpRequest is failed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/ajax/#onfailure"},"onSuccess":{"name":"onSuccess","description":"

Specifies callback function to be triggered after XmlHttpRequest is succeeded.\nThe callback will contain server response as the parameter.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/ajax/#onsuccess"},"data":{"name":"data","description":"

Specifies the data to be sent.

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#data"},"httpRequest":{"name":"httpRequest","description":"

Specifies the callback for creating the XMLHttpRequest object.

\n","type":"XMLHttpRequest","link":"//ej2.syncfusion.com/documentation/api/ajax/#httprequest"},"mode":{"name":"mode","description":"

A boolean value indicating whether the request should be sent asynchronous or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ajax/#mode"},"onAbort":{"name":"onAbort","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#onabort"},"onError":{"name":"onError","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#onerror"},"onLoad":{"name":"onLoad","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#onload"},"onProgress":{"name":"onProgress","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#onprogress"},"onUploadProgress":{"name":"onUploadProgress","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#onuploadprogress"},"type":{"name":"type","description":"

Specifies which HTTP request method to be used. For ex., GET, POST

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ajax/#type"},"url":{"name":"url","description":"

Specifies the URL to which request to be sent.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ajax/#url"},"getResponseHeader":{"name":"getResponseHeader","description":"

To get the response header from XMLHttpRequest

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ajax/#getresponseheader"},"send":{"name":"send","description":"

Send the request to server.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ajax/#send"}},"Component":{"element":{"name":"element","description":"","type":"ElementType","link":"//ej2.syncfusion.com/documentation/api/component/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/component/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/component/#enablertl"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/component/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/component/#locale"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#databind"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#inject"}},"Draggable":{"drag":{"name":"drag","description":"

Specifies the callback function for drag event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/draggable/#drag"},"dragStart":{"name":"dragStart","description":"

Specifies the callback function for dragStart event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/draggable/#dragstart"},"dragStop":{"name":"dragStop","description":"

Specifies the callback function for dragStop event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/draggable/#dragstop"},"abort":{"name":"abort","description":"

Defines the child element selector which will prevent dragging of element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/draggable/#abort"},"axis":{"name":"axis","description":"

Defines the axis to limit the draggable element drag path.The possible axis path values are

\n
    \n
  • x - Allows drag movement in horizontal direction only.
  • \n
  • y - Allows drag movement in vertical direction only.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/draggable/#axis"},"clone":{"name":"clone","description":"

If clone set to true, drag operations are performed in duplicate element of the draggable element.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/draggable/#clone"},"cursorAt":{"name":"cursorAt","description":"

Defines the distance between the cursor and the draggable element.

\n","type":"PositionModel","link":"//ej2.syncfusion.com/documentation/api/draggable/#cursorat"},"distance":{"name":"distance","description":"

Defines the minimum distance draggable element to be moved to trigger the drag operation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/draggable/#distance"},"dragArea":{"name":"dragArea","description":"

Defines the parent element in which draggable element movement will be restricted.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/draggable/#dragarea"},"droppables":{"name":"droppables","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/draggable/#droppables"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/draggable/#element"},"handle":{"name":"handle","description":"

Defines the child element selector which will act as drag handle.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/draggable/#handle"},"helper":{"name":"helper","description":"

Defines the callback function for customizing the cloned element.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/draggable/#helper"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/draggable/#isdestroyed"},"isDragScroll":{"name":"isDragScroll","description":"

Defines the dragArea is scrollable or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/draggable/#isdragscroll"},"scope":{"name":"scope","description":"

Defines the scope value to group sets of draggable and droppable items.\nA draggable with the same scope value will be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/draggable/#scope"},"tapHoldThreshold":{"name":"tapHoldThreshold","description":"

Specifies the time delay for tap hold.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/draggable/#tapholdthreshold"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#addeventlistener"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#databind"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#getmodulename"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#onpropertychanged"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#removeeventlistener"}},"Position":{"left":{"name":"left","description":"

Specifies the left position of cursor in draggable.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/draggable/position#left"},"top":{"name":"top","description":"

Specifies the left position of cursor in draggable.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/draggable/position#top"}},"Droppable":{"drop":{"name":"drop","description":"

Specifies the callback function, which will be triggered while drag element is dropped in droppable.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/droppable/#drop"},"out":{"name":"out","description":"

Specifies the callback function, which will be triggered while drag element is moved out of droppable element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/droppable/#out"},"over":{"name":"over","description":"

Specifies the callback function, which will be triggered while drag element is moved over droppable element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/droppable/#over"},"accept":{"name":"accept","description":"

Defines the selector for draggable element to be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/droppable/#accept"},"dragData":{"name":"dragData","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/droppable/#dragdata"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/droppable/#element"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/droppable/#isdestroyed"},"scope":{"name":"scope","description":"

Defines the scope value to group sets of draggable and droppable items.\nA draggable with the same scope value will only be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/droppable/#scope"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#addeventlistener"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#databind"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#getmodulename"},"intOut":{"name":"intOut","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#intout"},"intOver":{"name":"intOver","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#intover"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#onpropertychanged"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#removeeventlistener"}},"Internationalization":{"culture":{"name":"culture","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/internationalization/#culture"},"formatDate":{"name":"formatDate","description":"

Returns the formatted date string based on format options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#formatdate"},"formatNumber":{"name":"formatNumber","description":"

Returns the formatted string based on format options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#formatnumber"},"getDateFormat":{"name":"getDateFormat","description":"

Returns the format function for given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#getdateformat"},"getDateParser":{"name":"getDateParser","description":"

Returns the parser function for given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#getdateparser"},"getFirstDayOfWeek":{"name":"getFirstDayOfWeek","description":"

Returns the First Day of the Week

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#getfirstdayofweek"},"getNumberFormat":{"name":"getNumberFormat","description":"

Returns the format function for given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#getnumberformat"},"getNumberParser":{"name":"getNumberParser","description":"

Returns the parser function for given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#getnumberparser"},"parseDate":{"name":"parseDate","description":"

Returns the date object for given date string and options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#parsedate"},"parseNumber":{"name":"parseNumber","description":"

Returns the number object from the given string value and options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#parsenumber"}},"KeyboardEvents":{"keyAction":{"name":"keyAction","description":"

Specifies the listener when keyboard actions is performed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#keyaction"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#element"},"eventName":{"name":"eventName","description":"

Specifies on which event keyboardEvents class should listen for key press. For ex., keyup, keydown or keypress

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#eventname"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#isdestroyed"},"keyConfigs":{"name":"keyConfigs","description":"

Specifies key combination and it respective action name.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#keyconfigs"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#addeventlistener"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#databind"},"destroy":{"name":"destroy","description":"

Unwire bound events and destroy the instance.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#destroy"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#removeeventlistener"}},"L10n":{"getConstant":{"name":"getConstant","description":"

Returns current locale text for the property based on the culture name and control name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/l10n/#getconstant"},"setLocale":{"name":"setLocale","description":"

Sets the locale text

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/l10n/#setlocale"},"load":{"name":"load","description":"

Sets the global locale for all components.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/l10n/#load"}},"ModuleLoader":{"clean":{"name":"clean","description":"

To remove the created object while destroying the control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/module-loader/#clean"},"inject":{"name":"inject","description":"

Inject required modules in component library

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/module-loader/#inject"}},"Observer":{"destroy":{"name":"destroy","description":"

To destroy handlers in the event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/observer/#destroy"},"isJson":{"name":"isJson","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/observer/#isjson"},"notify":{"name":"notify","description":"

To notify the handlers in the specified event.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/observer/#notify"},"off":{"name":"off","description":"

To remove handlers from a event attached using on() function.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/observer/#off"},"on":{"name":"on","description":"

To attach handler for given property in current context.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/observer/#on"}},"SwipeSettings":{"swipeThresholdDistance":{"name":"swipeThresholdDistance","description":"

Property specifies minimum distance of swipe moved.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/touch/swipeSettings#swipethresholddistance"}},"Touch":{"scroll":{"name":"scroll","description":"

Specifies the callback function for scroll event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/touch/#scroll"},"swipe":{"name":"swipe","description":"

Specifies the callback function for swipe event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/touch/#swipe"},"tap":{"name":"tap","description":"

Specifies the callback function for tap event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/touch/#tap"},"tapHold":{"name":"tapHold","description":"

Specifies the callback function for tapHold event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/touch/#taphold"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/touch/#element"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/touch/#isdestroyed"},"swipeSettings":{"name":"swipeSettings","description":"

Customize the swipe event configuration.

\n","type":"SwipeSettingsModel","link":"//ej2.syncfusion.com/documentation/api/touch/#swipesettings"},"tapHoldThreshold":{"name":"tapHoldThreshold","description":"

Specifies the time delay for tap hold.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/touch/#tapholdthreshold"},"tapThreshold":{"name":"tapThreshold","description":"

Specifies the time delay for tap.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/touch/#tapthreshold"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/touch/#addeventlistener"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/touch/#databind"},"destroy":{"name":"destroy","description":"

To destroy the touch instance.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/touch/#destroy"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/touch/#removeeventlistener"}},"Calendar":{"change":{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#change"},"created":{"name":"created","description":"

Triggers when Calendar is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when Calendar is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#destroyed"},"navigated":{"name":"navigated","description":"

Triggers when the Calendar is navigated to another level or within the same level of view.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#navigated"},"renderDayCell":{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#renderdaycell"},"calendarMode":{"name":"calendarMode","description":"

Gets or sets the Calendar's Type like gregorian or islamic.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#calendarmode"},"dayHeaderFormat":{"name":"dayHeaderFormat","description":"

Specifies the format of the day that to be displayed in header. By default, the format is ‘short’.\nPossible formats are:

\n
    \n
  • Short - Sets the short format of day name (like Su ) in day header.
  • \n
  • Narrow - Sets the single character of day name (like S ) in day header.
  • \n
  • Abbreviated - Sets the min format of day name (like Sun ) in day header.
  • \n
  • Wide - Sets the long format of day name (like Sunday ) in day header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#dayheaderformat"},"depth":{"name":"depth","description":"

Sets the maximum level of view such as month, year, and decade in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#depth"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/calendar/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#enablertl"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

Gets or sets the Calendar's first day of the week. By default, the first day of the week will be based on the current culture.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/calendar/#firstdayofweek"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#isdestroyed"},"isMultiSelection":{"name":"isMultiSelection","description":"

Specifies the option to enable the multiple dates selection of the calendar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#ismultiselection"},"islamicModule":{"name":"islamicModule","description":"","type":"Islamic","link":"//ej2.syncfusion.com/documentation/api/calendar/#islamicmodule"},"keyConfigs":{"name":"keyConfigs","description":"

Customizes the key actions in Calendar.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolUp<br/></td><td colSpan=1 rowSpan=1>\nctrl+38<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolDown<br/></td><td colSpan=1 rowSpan=1>\nctrl+40<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nselect<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nhome<br/></td><td colSpan=1 rowSpan=1>\nhome<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nend<br/></td><td colSpan=1 rowSpan=1>\nend<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageUp<br/></td><td colSpan=1 rowSpan=1>\npageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageDown<br/></td><td colSpan=1 rowSpan=1>\npagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageUp<br/></td><td colSpan=1 rowSpan=1>\nshift+pageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageDown<br/></td><td colSpan=1 rowSpan=1>\nshift+pagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolHome<br/></td><td colSpan=1 rowSpan=1>\nctrl+home<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolEnd<br/></td><td colSpan=1 rowSpan=1>\nctrl+end<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nspacebar<br/></td><td colSpan=1 rowSpan=1>\nspace<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltRightArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+rightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltLeftArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+leftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveDown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveUp<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveLeft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveRight<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n</table>

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/calendar/#keyconfigs"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#locale"},"max":{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/calendar/#max"},"min":{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/calendar/#min"},"showTodayButton":{"name":"showTodayButton","description":"

Specifies whether the today button is to be displayed or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#showtodaybutton"},"start":{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#start"},"value":{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/calendar/#value"},"values":{"name":"values","description":"

Gets or sets multiple selected dates of the calendar.

\n","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/calendar/#values"},"weekNumber":{"name":"weekNumber","description":"

Determines whether the week number of the year is to be displayed in the calendar or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#weeknumber"},"addDate":{"name":"addDate","description":"

This method is used to add the single or multiple dates to the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#adddate"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#appendto"},"createContent":{"name":"createContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#createcontent"},"currentView":{"name":"currentView","description":"

Gets the current view of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#currentview"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#destroy"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained upon browser refresh.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#getpersistdata"},"navigateTo":{"name":"navigateTo","description":"

This method is used to navigate to the month/year/decade view of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#navigateto"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#refresh"},"removeDate":{"name":"removeDate","description":"

This method is used to remove the single or multiple dates from the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#removedate"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#requiredmodules"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#inject"}},"Islamic":{"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#destroy"},"getIslamicDate":{"name":"getIslamicDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#getislamicdate"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#getmodulename"},"hijriCompareDecade":{"name":"hijriCompareDecade","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#hijricomparedecade"},"hijriCompareYear":{"name":"hijriCompareYear","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#hijricompareyear"},"islamicCompare":{"name":"islamicCompare","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamiccompare"},"islamicCompareMonth":{"name":"islamicCompareMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamiccomparemonth"},"islamicDayCell":{"name":"islamicDayCell","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicdaycell"},"islamicIconHandler":{"name":"islamicIconHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamiciconhandler"},"islamicNext":{"name":"islamicNext","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicnext"},"islamicPrevious":{"name":"islamicPrevious","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicprevious"},"islamicRenderDays":{"name":"islamicRenderDays","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicrenderdays"},"islamicRenderDecade":{"name":"islamicRenderDecade","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicrenderdecade"},"islamicRenderTemplate":{"name":"islamicRenderTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicrendertemplate"},"islamicRenderYears":{"name":"islamicRenderYears","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicrenderyears"},"islamicTitleUpdate":{"name":"islamicTitleUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamictitleupdate"},"toGregorian":{"name":"toGregorian","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#togregorian"},"addYears":{"name":"addYears","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#addyears"},"checkMonth":{"name":"checkMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#checkmonth"},"compareMonth":{"name":"compareMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#comparemonth"},"firstDateOfMonth":{"name":"firstDateOfMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#firstdateofmonth"},"getDate":{"name":"getDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#getdate"},"getExpectedDays":{"name":"getExpectedDays","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#getexpecteddays"},"getFullYear":{"name":"getFullYear","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#getfullyear"},"getLeapYearDaysCount":{"name":"getLeapYearDaysCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#getleapyeardayscount"},"getMonth":{"name":"getMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#getmonth"},"getMonthDaysCount":{"name":"getMonthDaysCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#getmonthdayscount"},"getMonthEndDate":{"name":"getMonthEndDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#getmonthenddate"},"getMonthStartDate":{"name":"getMonthStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#getmonthstartdate"},"getYearDaysCount":{"name":"getYearDaysCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#getyeardayscount"},"getYearLastDate":{"name":"getYearLastDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#getyearlastdate"},"isLastMonth":{"name":"isLastMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#islastmonth"},"isLeapYear":{"name":"isLeapYear","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#isleapyear"},"isMonthStart":{"name":"isMonthStart","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#ismonthstart"},"isSameMonth":{"name":"isSameMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#issamemonth"},"isSameYear":{"name":"isSameYear","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#issameyear"},"lastDateOfMonth":{"name":"lastDateOfMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#lastdateofmonth"},"setDate":{"name":"setDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#setdate"},"setMonth":{"name":"setMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#setmonth"},"setValidDate":{"name":"setValidDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/islamic#setvaliddate"}},"DatePicker":{"blur":{"name":"blur","description":"

Triggers when the input loses the focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#blur"},"change":{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#change"},"close":{"name":"close","description":"

Triggers when the popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the input gets focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#focus"},"navigated":{"name":"navigated","description":"

Triggers when the Calendar is navigated to another level or within the same level of view.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#navigated"},"open":{"name":"open","description":"

Triggers when the popup is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#open"},"renderDayCell":{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#renderdaycell"},"allowEdit":{"name":"allowEdit","description":"
\n

Support for allowEdit has been provided from\nv16.2.46.\nSpecifies whether the input textbox is editable or not. Here the user can select the value from the\npopup and cannot edit in the input textbox.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#allowedit"},"calendarMode":{"name":"calendarMode","description":"

Gets or sets the Calendar's Type like gregorian or islamic.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#calendarmode"},"cssClass":{"name":"cssClass","description":"

Specifies the root CSS class of the DatePicker that allows to\ncustomize the appearance by overriding the styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#cssclass"},"dayHeaderFormat":{"name":"dayHeaderFormat","description":"

Specifies the format of the day that to be displayed in header. By default, the format is ‘short’.\nPossible formats are:

\n
    \n
  • Short - Sets the short format of day name (like Su ) in day header.
  • \n
  • Narrow - Sets the single character of day name (like S ) in day header.
  • \n
  • Abbreviated - Sets the min format of day name (like Sun ) in day header.
  • \n
  • Wide - Sets the long format of day name (like Sunday ) in day header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#dayheaderformat"},"depth":{"name":"depth","description":"

Sets the maximum level of view such as month, year, and decade in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#depth"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/datepicker/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies the component to be disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#enabled"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

Gets or sets the Calendar's first day of the week. By default, the first day of the week will be based on the current culture.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datepicker/#firstdayofweek"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies the placeholder text to be floated.\nPossible values are:\nNever: The label will never float in the input when the placeholder is available.\nAlways: The floating label will always float above the input.\nAuto: The floating label will float above the input after focusing or entering a value in the input.

\n","type":"FloatLabelType|string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#floatlabeltype"},"format":{"name":"format","description":"

Specifies the format of the value that to be displayed in component. By default, the format is based on the culture.

\n","type":"string|FormatObject","link":"//ej2.syncfusion.com/documentation/api/datepicker/#format"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/datepicker/#htmlattributes"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#isdestroyed"},"islamicModule":{"name":"islamicModule","description":"","type":"Islamic","link":"//ej2.syncfusion.com/documentation/api/datepicker/#islamicmodule"},"keyConfigs":{"name":"keyConfigs","description":"

Customizes the key actions in DatePicker.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.\nInput Navigation\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltDownArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+downarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nescape<br/></td><td colSpan=1 rowSpan=1>\nescape<br/></td></tr>\n</table>

\n

Calendar Navigation\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolUp<br/></td><td colSpan=1 rowSpan=1>\nctrl+38<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolDown<br/></td><td colSpan=1 rowSpan=1>\nctrl+40<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveDown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveUp<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveLeft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveRight<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageUp<br/></td><td colSpan=1 rowSpan=1>\nshift+pageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageDown<br/></td><td colSpan=1 rowSpan=1>\nshift+pagedown<br/></td></tr>\n<tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nselect<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nhome<br/></td><td colSpan=1 rowSpan=1>\nhome<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nend<br/></td><td colSpan=1 rowSpan=1>\nend<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageUp<br/></td><td colSpan=1 rowSpan=1>\npageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageDown<br/></td><td colSpan=1 rowSpan=1>\npagedown<br/></td></tr>\n<td colSpan=1 rowSpan=1>\ncontrolHome<br/></td><td colSpan=1 rowSpan=1>\nctrl+home<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolEnd<br/></td><td colSpan=1 rowSpan=1>\nctrl+end<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nspacebar<br/></td><td colSpan=1 rowSpan=1>\nspace<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltRightArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+rightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltLeftArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+leftarrow<br/></td></tr>\n</table>

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/datepicker/#keyconfigs"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#locale"},"max":{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#max"},"min":{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#min"},"placeholder":{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"},"readonly":{"name":"readonly","description":"

Specifies the component in readonly state. When the Component is readonly it does not allow user input.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon in textbox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#showclearbutton"},"showTodayButton":{"name":"showTodayButton","description":"

Specifies whether the today button is to be displayed or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#showtodaybutton"},"start":{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#start"},"strictMode":{"name":"strictMode","description":"

Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it\nwill resets to previous value. By default, strictMode is in false.\nit allows invalid or out-of-range date value with highlighted error class.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#strictmode"},"value":{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#value"},"weekNumber":{"name":"weekNumber","description":"

Determines whether the week number of the year is to be displayed in the calendar or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#weeknumber"},"width":{"name":"width","description":"

Specifies the width of the DatePicker component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the datePicker popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datepicker/#zindex"},"addDate":{"name":"addDate","description":"

This method is used to add the single or multiple dates to the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#adddate"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#appendto"},"createContent":{"name":"createContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#createcontent"},"currentView":{"name":"currentView","description":"

Gets the current view of the DatePicker.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#currentview"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained upon browser refresh.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#getpersistdata"},"hide":{"name":"hide","description":"

Hide the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#hide"},"navigateTo":{"name":"navigateTo","description":"

Navigates to specified month or year or decade view of the DatePicker.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#navigateto"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#refresh"},"removeDate":{"name":"removeDate","description":"

This method is used to remove the single or multiple dates from the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#removedate"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#requiredmodules"},"show":{"name":"show","description":"

Shows the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#show"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#inject"}},"DateRangePicker":{"blur":{"name":"blur","description":"

Triggers when the control loses the focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#blur"},"change":{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#change"},"close":{"name":"close","description":"

Triggers when the DateRangePicker is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#close"},"created":{"name":"created","description":"

Triggers when Calendar is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when Calendar is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the control gets focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#focus"},"navigated":{"name":"navigated","description":"

Triggers when the Calendar is navigated to another view or within the same level of view.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#navigated"},"open":{"name":"open","description":"

Triggers when the DateRangePicker is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#open"},"renderDayCell":{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#renderdaycell"},"select":{"name":"select","description":"

Triggers on selecting the start and end date.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#select"},"allowEdit":{"name":"allowEdit","description":"
\n

Support for allowEdit has been provided from\nv16.2.46.\nSpecifies whether the input textbox is editable or not. Here the user can select the value from the\npopup and cannot edit in the input textbox.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#allowedit"},"cssClass":{"name":"cssClass","description":"

Sets the root CSS class to the DateRangePicker which allows you to customize the appearance.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#cssclass"},"dayHeaderFormat":{"name":"dayHeaderFormat","description":"

Specifies the format of the day that to be displayed in header. By default, the format is ‘short’.\nPossible formats are:

\n
    \n
  • Short - Sets the short format of day name (like Su ) in day header.
  • \n
  • Narrow - Sets the single character of day name (like S ) in day header.
  • \n
  • Abbreviated - Sets the min format of day name (like Sun ) in day header.
  • \n
  • Wide - Sets the long format of day name (like Sunday ) in day header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#dayheaderformat"},"depth":{"name":"depth","description":"

Sets the maximum level of view (month, year, decade) in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#depth"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable the persisting component's state between the page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. startDate
  2. \n
  3. endDate
  4. \n
  5. value
  6. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies the component to be disabled which prevents the DateRangePicker from user interactions.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#enabled"},"endDate":{"name":"endDate","description":"

Gets or sets the end date of the date range selection.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#enddate"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

Gets or sets the Calendar's first day of the week. By default, the first day of the week will be based on the current culture.

\n
\n

For more details about firstDayOfWeek refer to\nFirst day of week documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#firstdayofweek"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies the placeholder text to be floated.\nPossible values are:\nNever: The label will never float in the input when the placeholder is available.\nAlways: The floating label will always float above the input.\nAuto: The floating label will float above the input after focusing or entering a value in the input.

\n","type":"FloatLabelType|string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#floatlabeltype"},"format":{"name":"format","description":"

Sets or gets the required date format to the start and end date string.

\n
\n

For more details refer to\nFormatsample.

\n
\n","type":"string|RangeFormatObject","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#format"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#htmlattributes"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#isdestroyed"},"islamicModule":{"name":"islamicModule","description":"","type":"Islamic","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#islamicmodule"},"keyConfigs":{"name":"keyConfigs","description":"

Customizes the key actions in DateRangePicker.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.\nInput Navigation\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltDownArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+downarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nescape<br/></td><td colSpan=1 rowSpan=1>\nescape<br/></td></tr>\n</table>

\n

Calendar Navigation (Use the following list of keys to navigate the currently focused Calendar after the popup has opened).\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolUp<br/></td><td colSpan=1 rowSpan=1>\nctrl+38<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolDown<br/></td><td colSpan=1 rowSpan=1>\nctrl+40<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveDown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<td colSpan=1 rowSpan=1>\npageUp<br/></td><td colSpan=1 rowSpan=1>\npageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageDown<br/></td><td colSpan=1 rowSpan=1>\npagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageUp<br/></td><td colSpan=1 rowSpan=1>\nshift+pageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageDown<br/></td><td colSpan=1 rowSpan=1>\nshift+pagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveUp<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveLeft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveRight<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nselect<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nhome<br/></td><td colSpan=1 rowSpan=1>\nhome<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nend<br/></td><td colSpan=1 rowSpan=1>\nend<br/></td></tr>\n<tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolHome<br/></td><td colSpan=1 rowSpan=1>\nctrl+home<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolEnd<br/></td><td colSpan=1 rowSpan=1>\nctrl+end<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nspacebar<br/></td><td colSpan=1 rowSpan=1>\nspace<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nenter<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltRightArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+rightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltLeftArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+leftarrow<br/></td></tr>\n</table>

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#keyconfigs"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#locale"},"max":{"name":"max","description":"

Gets or sets the maximum date that can be selected in the calendar-popup.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#max"},"maxDays":{"name":"maxDays","description":"

Specifies the maximum span of days that can be allowed in a date range selection.

\n
\n

For more details refer to\nRange Span documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#maxdays"},"min":{"name":"min","description":"

Gets or sets the minimum date that can be selected in the calendar-popup.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#min"},"minDays":{"name":"minDays","description":"

Specifies the minimum span of days that can be allowed in date range selection.

\n
\n

For more details refer to\nRange Span documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#mindays"},"placeholder":{"name":"placeholder","description":"

Specifies the placeholder text that need to be displayed in the DateRangePicker component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#placeholder"},"presets":{"name":"presets","description":"

Set the predefined ranges which let the user pick required range easily in a component.

\n
\n

For more details refer to\nPreset Ranges documentation.

\n
\n","type":"PresetsModel[]","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#presets"},"readonly":{"name":"readonly","description":"

Denies the editing the ranges in the DateRangePicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#readonly"},"separator":{"name":"separator","description":"

Sets or gets the string that used between the start and end date string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#separator"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#showclearbutton"},"start":{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#start"},"startDate":{"name":"startDate","description":"

Gets or sets the start date of the date range selection.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#startdate"},"strictMode":{"name":"strictMode","description":"

Specifies the component to act as strict which allows entering only a valid date range in a DateRangePicker.

\n
\n

For more details refer to\nStrict Modedocumentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#strictmode"},"value":{"name":"value","description":"

Gets or sets the start and end date of the Calendar.

\n","type":"Date[]|DateRange","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#value"},"weekNumber":{"name":"weekNumber","description":"

Determines whether the week number of the Calendar is to be displayed or not.\nThe week number is displayed in every week row.

\n
\n

For more details about weekNumber refer to\nCalendar with week numberdocumentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#weeknumber"},"width":{"name":"width","description":"

Specifies the width of the DateRangePicker component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the dateRangePicker popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Return the properties that are maintained upon browser refresh.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#getpersistdata"},"getSelectedRange":{"name":"getSelectedRange","description":"

Return the selected range and day span in the DateRangePicker.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#getselectedrange"},"hide":{"name":"hide","description":"

To close the Popup container in the DateRangePicker component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#hide"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#requiredmodules"},"show":{"name":"show","description":"

To open the Popup container in the DateRangePicker component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#show"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#inject"}},"Presets":{"end":{"name":"end","description":"

Defines the end date of the preset range

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/presets#end"},"label":{"name":"label","description":"

Defines the label string of the preset range.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/presets#label"},"start":{"name":"start","description":"

Defines the start date of the preset range.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/presets#start"}},"DateTimePicker":{"blur":{"name":"blur","description":"

Triggers when input loses the focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#blur"},"change":{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#change"},"close":{"name":"close","description":"

Triggers when popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#close"},"created":{"name":"created","description":"

Triggers when DateTimePicker is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when DateTimePicker is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#destroyed"},"focus":{"name":"focus","description":"

Triggers when input gets focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#focus"},"navigated":{"name":"navigated","description":"

Triggers when the Calendar is navigated to another level or within the same level of view.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#navigated"},"open":{"name":"open","description":"

Triggers when popup is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#open"},"renderDayCell":{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#renderdaycell"},"allowEdit":{"name":"allowEdit","description":"
\n

Support for allowEdit has been provided from\nv16.2.46.\nSpecifies whether the input textbox is editable or not. Here the user can select the value from the\npopup and cannot edit in the input textbox.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#allowedit"},"calendarMode":{"name":"calendarMode","description":"

Gets or sets the Calendar's Type like gregorian or islamic.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#calendarmode"},"cssClass":{"name":"cssClass","description":"

Specifies the root CSS class of the DatePicker that allows to\ncustomize the appearance by overriding the styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#cssclass"},"dayHeaderFormat":{"name":"dayHeaderFormat","description":"

Specifies the format of the day that to be displayed in header. By default, the format is ‘short’.\nPossible formats are:

\n
    \n
  • Short - Sets the short format of day name (like Su ) in day header.
  • \n
  • Narrow - Sets the single character of day name (like S ) in day header.
  • \n
  • Abbreviated - Sets the min format of day name (like Sun ) in day header.
  • \n
  • Wide - Sets the long format of day name (like Sunday ) in day header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#dayheaderformat"},"depth":{"name":"depth","description":"

Sets the maximum level of view such as month, year, and decade in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#depth"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies the component to be disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#enabled"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

Gets or sets the Calendar's first day of the week. By default, the first day of the week will be based on the current culture.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#firstdayofweek"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies the placeholder text to be floated.\nPossible values are:\nNever: The label will never float in the input when the placeholder is available.\nAlways: The floating label will always float above the input.\nAuto: The floating label will float above the input after focusing or entering a value in the input.

\n","type":"FloatLabelType|string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#floatlabeltype"},"format":{"name":"format","description":"

Specifies the format of the value that to be displayed in component. By default, the format is based on the culture.

\n","type":"string|FormatObject","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#format"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#htmlattributes"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#isdestroyed"},"islamicModule":{"name":"islamicModule","description":"","type":"Islamic","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#islamicmodule"},"keyConfigs":{"name":"keyConfigs","description":"

Customizes the key actions in DateTimePicker.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.\nInput Navigation\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltDownArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+downarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nescape<br/></td><td colSpan=1 rowSpan=1>\nescape<br/></td></tr>\n</table>

\n

Calendar Navigation (Use the following list of keys to navigate the currently focused Calendar after the popup has opened).\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolUp<br/></td><td colSpan=1 rowSpan=1>\nctrl+38<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolDown<br/></td><td colSpan=1 rowSpan=1>\nctrl+40<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveDown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveUp<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveLeft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveRight<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nselect<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nhome<br/></td><td colSpan=1 rowSpan=1>\nhome<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nend<br/></td><td colSpan=1 rowSpan=1>\nend<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageUp<br/></td><td colSpan=1 rowSpan=1>\npageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageDown<br/></td><td colSpan=1 rowSpan=1>\npagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageUp<br/></td><td colSpan=1 rowSpan=1>\nshift+pageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageDown<br/></td><td colSpan=1 rowSpan=1>\nshift+pagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolHome<br/></td><td colSpan=1 rowSpan=1>\nctrl+home<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolEnd<br/></td><td colSpan=1 rowSpan=1>\nctrl+end<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nspacebar<br/></td><td colSpan=1 rowSpan=1>\nspace<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltRightArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+rightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltLeftArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+leftarrow<br/></td></tr>\n</table>

\n

TimePicker Navigation (Use the below list of shortcut keys to interact with the TimePicker after the TimePicker Popup has opened).\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ndown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nup<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nleft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nright<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n</table>

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#keyconfigs"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#locale"},"max":{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#max"},"min":{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#min"},"placeholder":{"name":"placeholder","description":"

Specifies the placeholder text that to be is displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#placeholder"},"readonly":{"name":"readonly","description":"

Specifies the component in readonly state. When the Component is readonly it does not allow user input.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#readonly"},"scrollTo":{"name":"scrollTo","description":"

Specifies the scroll bar position if there is no value is selected in the timepicker popup list or\nthe given value is not present in the timepicker popup list.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#scrollto"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon in textbox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#showclearbutton"},"showTodayButton":{"name":"showTodayButton","description":"

Specifies whether the today button is to be displayed or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#showtodaybutton"},"start":{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#start"},"step":{"name":"step","description":"

Specifies the time interval between the two adjacent time values in the time popup list .

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#step"},"strictMode":{"name":"strictMode","description":"

Specifies the component to act as strict. So that, it allows to enter only a valid\ndate and time value within a specified range or else it\nwill resets to previous value. By default, strictMode is in false.\nit allows invalid or out-of-range value with highlighted error class.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#strictmode"},"timeFormat":{"name":"timeFormat","description":"

Specifies the format of the time value that to be displayed in time popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#timeformat"},"value":{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#value"},"weekNumber":{"name":"weekNumber","description":"

Determines whether the week number of the year is to be displayed in the calendar or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#weeknumber"},"width":{"name":"width","description":"

Specifies the width of the DatePicker component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#zindex"},"addDate":{"name":"addDate","description":"

This method is used to add the single or multiple dates to the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#adddate"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#appendto"},"createContent":{"name":"createContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#createcontent"},"currentView":{"name":"currentView","description":"

Gets the current view of the DatePicker.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#currentview"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained upon browser refresh.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#getpersistdata"},"hide":{"name":"hide","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#hide"},"navigateTo":{"name":"navigateTo","description":"

Navigates to specified month or year or decade view of the DatePicker.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#navigateto"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#refresh"},"removeDate":{"name":"removeDate","description":"

This method is used to remove the single or multiple dates from the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#removedate"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#requiredmodules"},"show":{"name":"show","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#show"},"toggle":{"name":"toggle","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#inject"}},"TimePicker":{"blur":{"name":"blur","description":"

Triggers when the control loses the focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#blur"},"change":{"name":"change","description":"

Triggers when the value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#change"},"close":{"name":"close","description":"

Triggers when the popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the control gets focused.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#focus"},"itemRender":{"name":"itemRender","description":"

Triggers while rendering the each popup list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#itemrender"},"open":{"name":"open","description":"

Triggers when the popup is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#open"},"allowEdit":{"name":"allowEdit","description":"
\n

Support for allowEdit has been provided from\nv16.2.46.\nSpecifies whether the input textbox is editable or not. Here the user can select the value from the\npopup and cannot edit in the input textbox.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#allowedit"},"cssClass":{"name":"cssClass","description":"

Specifies the root CSS class of the TimePicker that allows to\ncustomize the appearance by overriding the styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/timepicker/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable the persisting component's state between the page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. Value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies whether the component to be disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#enabled"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies the placeholder text to be floated.\nPossible values are:\nNever: The label will never float in the input when the placeholder is available.\nAlways: The floating label will always float above the input.\nAuto: The floating label will float above the input after focusing or entering a value in the input.

\n","type":"FloatLabelType|string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#floatlabeltype"},"format":{"name":"format","description":"

Specifies the format of value that is to be displayed in component. By default, the format is\nbased on the culture.

\n
\n

For more details refer to\nFormat documentation.

\n
\n","type":"string|TimeFormatObject","link":"//ej2.syncfusion.com/documentation/api/timepicker/#format"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/timepicker/#htmlattributes"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#isdestroyed"},"keyConfigs":{"name":"keyConfigs","description":"

Customizes the key actions in TimePicker.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nenter<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nescape<br/></td><td colSpan=1 rowSpan=1>\nescape<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nend<br/></td><td colSpan=1 rowSpan=1>\nend<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ntab<br/></td><td colSpan=1 rowSpan=1>\ntab<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nhome<br/></td><td colSpan=1 rowSpan=1>\nhome<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ndown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nup<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nleft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nright<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nopen<br/></td><td colSpan=1 rowSpan=1>\nalt+downarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nclose<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n</table>

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/timepicker/#keyconfigs"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#locale"},"max":{"name":"max","description":"

Gets or sets the maximum time value that can be allowed to select in TimePicker.

\n
\n

For more details refer to\nTime Range documentation.

\n
\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#max"},"min":{"name":"min","description":"

Gets or sets the minimum time value that can be allowed to select in TimePicker.

\n
\n

For more details refer to\nTime Range documentation.

\n
\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#min"},"placeholder":{"name":"placeholder","description":"

Specifies the placeholder text that is displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#placeholder"},"readonly":{"name":"readonly","description":"

Specifies the component in readonly state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#readonly"},"scrollTo":{"name":"scrollTo","description":"

Specifies the scroll bar position if there is no value is selected in the popup list or\nthe given value is not present in the popup list.

\n
\n

For more details refer to\nTime Duration sample.

\n
\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#scrollto"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#showclearbutton"},"step":{"name":"step","description":"

Specifies the time interval between the two adjacent time values in the popup list.

\n
\n

For more details refer to\nFormatdocumentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/timepicker/#step"},"strictMode":{"name":"strictMode","description":"

Specifies the component to act as strict so that, it allows to enter only a valid time value within a specified range or else\nresets to previous value. By default, strictMode is in false.

\n
\n

For more details refer to\nStrict Mode documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#strictmode"},"value":{"name":"value","description":"

Gets or sets the value of the component. The value is parsed based on the culture specific time format.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#value"},"width":{"name":"width","description":"

Gets or sets the width of the TimePicker component. The width of the popup is based on the width of the component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/timepicker/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the timePicker popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/timepicker/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#databind"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#destroy"},"focusIn":{"name":"focusIn","description":"

Focused the TimePicker textbox element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#focusin"},"focusOut":{"name":"focusOut","description":"

Focuses out the TimePicker textbox element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained upon browser refresh.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#getpersistdata"},"hide":{"name":"hide","description":"

Hides the TimePicker popup.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#hide"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#removeeventlistener"},"show":{"name":"show","description":"

Opens the popup to show the list items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#show"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#inject"}},"Aggregate":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#addeventlistener"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#getmodulename"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#onpropertychanged"},"refresh":{"name":"refresh","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#refresh"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#removeeventlistener"}},"Clipboard":{"copy":{"name":"copy","description":"

Copy selected rows or cells data into clipboard.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/clipboard#copy"},"paste":{"name":"paste","description":"

Paste data from clipboard to selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/clipboard#paste"}},"ColumnChooser":{"getShowHideService":{"name":"getShowHideService","description":"","type":"ShowHide","link":"//ej2.syncfusion.com/documentation/api/grid/columnChooser#getshowhideservice"},"openColumnChooser":{"name":"openColumnChooser","description":"

Column chooser can be displayed on screen by given position(X and Y axis).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/columnChooser#opencolumnchooser"}},"DetailRow":{"collapse":{"name":"collapse","description":"

Collapses a detail row with the given target.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/detailRow#collapse"},"collapseAll":{"name":"collapseAll","description":"

Collapses all the detail rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/detailRow#collapseall"},"expand":{"name":"expand","description":"

Expands a detail row with the given target.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/detailRow#expand"},"expandAll":{"name":"expandAll","description":"

Expands all the detail rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/detailRow#expandall"}},"ForeignKey":{"dataManager":{"name":"dataManager","description":"","type":"DataManager","link":"//ej2.syncfusion.com/documentation/api/grid/foreignKey#datamanager"},"getState":{"name":"getState","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/foreignKey#getstate"},"getStateEventArgument":{"name":"getStateEventArgument","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/foreignKey#getstateeventargument"},"setState":{"name":"setState","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/foreignKey#setstate"}},"Group":{"clearGrouping":{"name":"clearGrouping","description":"

Clears all the grouped columns of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#cleargrouping"},"collapseAll":{"name":"collapseAll","description":"

Collapses all the grouped rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#collapseall"},"expandAll":{"name":"expandAll","description":"

Expands all the grouped rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#expandall"},"expandCollapseRows":{"name":"expandCollapseRows","description":"

Expands or collapses grouped rows by target element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#expandcollapserows"},"groupColumn":{"name":"groupColumn","description":"

Groups a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#groupcolumn"},"ungroupColumn":{"name":"ungroupColumn","description":"

Ungroups a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#ungroupcolumn"},"allowGroupEdit":{"name":"allowGroupEdit","description":"

Allows creation and editing of linked appointments assigned to multiple resources. When set to true,\na single appointment object instance will be maintained in schedule dataSource that are created for\nmultiple resources, whereas displayed individually on UI.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/group#allowgroupedit"},"byDate":{"name":"byDate","description":"

When set to true, groups the resources by date where each day renders all the resource names under it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/group#bydate"},"byGroupID":{"name":"byGroupID","description":"

Decides whether to allow the resource hierarchy to group by ID. It is set to true by default and when set to false,\nall the resources under child collection will be mapped against each available parent.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/group#bygroupid"},"enableCompactView":{"name":"enableCompactView","description":"

Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to false,\nthe default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/group#enablecompactview"},"headerTooltipTemplate":{"name":"headerTooltipTemplate","description":"

Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\ndisplayed on resource header bar. It accepts either the string or HTMLElement as template design content and\nparse it appropriately before displaying it onto the tooltip. All the resource fields mapped for resource dataSource\ncan be accessed within this template code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/group#headertooltiptemplate"},"resources":{"name":"resources","description":"

Accepts the collection of resource names assigned to each resources and allows the grouping order on schedule based on it.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/group#resources"}},"Logger":{"parent":{"name":"parent","description":"","type":"IGrid","link":"//ej2.syncfusion.com/documentation/api/grid/logger#parent"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/logger#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/logger#getmodulename"},"log":{"name":"log","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/logger#log"},"patchadaptor":{"name":"patchadaptor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/logger#patchadaptor"}},"Page":{"goToPage":{"name":"goToPage","description":"

Navigates to the target page according to the given number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/page#gotopage"},"refresh":{"name":"refresh","description":"

Refreshes the page count, pager information, and external message.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/page#refresh"},"updateExternalMessage":{"name":"updateExternalMessage","description":"

Defines the text of the external message.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/page#updateexternalmessage"}},"Scroll":{"refresh":{"name":"refresh","description":"

Refresh makes the Grid adoptable with the height of parent container.

\n
\n

The height must be set to 100%.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/scroll#refresh"}},"Search":{"onActionComplete":{"name":"onActionComplete","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/search#onactioncomplete"},"search":{"name":"search","description":"

Searches Grid records by given key.

\n
\n

You can customize the default search action by using searchSettings.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/search#search"},"findAll":{"name":"findAll","description":"

Finds all occurrence of specified text in the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/search#findall"}},"ShowHide":{"hide":{"name":"hide","description":"

Hides a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/showHide#hide"},"show":{"name":"show","description":"

Shows a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/showHide#show"}},"VirtualScroll":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualScroll#addeventlistener"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#destroy"},"ensurePageSize":{"name":"ensurePageSize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualScroll#ensurepagesize"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualScroll#getmodulename"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualScroll#removeeventlistener"},"getRenderedCount":{"name":"getRenderedCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#getrenderedcount"},"renderVirtualTrack":{"name":"renderVirtualTrack","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#rendervirtualtrack"},"setItemSize":{"name":"setItemSize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#setitemsize"},"updateContent":{"name":"updateContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#updatecontent"},"updateVirtualScrollHeight":{"name":"updateVirtualScrollHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#updatevirtualscrollheight"},"updateVirtualTrackHeight":{"name":"updateVirtualTrackHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#updatevirtualtrackheight"}},"Grid":{"actionBegin":{"name":"actionBegin","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when any Grid action failed to achieve the desired results.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actionfailure"},"batchAdd":{"name":"batchAdd","description":"

Triggers when records are added in batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#batchadd"},"batchCancel":{"name":"batchCancel","description":"

Triggers when cancel the batch edit changes batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#batchcancel"},"batchDelete":{"name":"batchDelete","description":"

Triggers when records are deleted in batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#batchdelete"},"beforeBatchAdd":{"name":"beforeBatchAdd","description":"

Triggers before records are added in batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforebatchadd"},"beforeBatchDelete":{"name":"beforeBatchDelete","description":"

Triggers before records are deleted in batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforebatchdelete"},"beforeBatchSave":{"name":"beforeBatchSave","description":"

Triggers before records are saved in batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforebatchsave"},"beforeCopy":{"name":"beforeCopy","description":"

Triggers before Grid copy action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforecopy"},"beforeDataBound":{"name":"beforeDataBound","description":"

Triggers before data is bound to Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforedatabound"},"beforeExcelExport":{"name":"beforeExcelExport","description":"

Triggers before Grid data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforeexcelexport"},"beforeOpenColumnChooser":{"name":"beforeOpenColumnChooser","description":"

Triggers before the columnChooser open.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforeopencolumnchooser"},"beforePaste":{"name":"beforePaste","description":"

Triggers before Grid paste action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforepaste"},"beforePdfExport":{"name":"beforePdfExport","description":"

Triggers before Grid data is exported to PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforepdfexport"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the print action starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforeprint"},"beginEdit":{"name":"beginEdit","description":"

Triggers before the record is to be edit.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beginedit"},"cellDeselected":{"name":"cellDeselected","description":"

Triggers when a particular selected cell is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#celldeselected"},"cellDeselecting":{"name":"cellDeselecting","description":"

Triggers before the selected cell is deselecting.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#celldeselecting"},"cellEdit":{"name":"cellEdit","description":"

Triggers when the cell is being edited.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#celledit"},"cellSave":{"name":"cellSave","description":"

Triggers when cell is saved.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#cellsave"},"cellSaved":{"name":"cellSaved","description":"

Triggers when cell is saved.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#cellsaved"},"cellSelected":{"name":"cellSelected","description":"

Triggers after a cell is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#cellselected"},"cellSelecting":{"name":"cellSelecting","description":"

Triggers before any cell selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#cellselecting"},"checkBoxChange":{"name":"checkBoxChange","description":"

Triggers when the check box state change in checkbox column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#checkboxchange"},"columnDrag":{"name":"columnDrag","description":"

Triggers when column header element is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndrag"},"columnDragStart":{"name":"columnDragStart","description":"

Triggers when column header element drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndragstart"},"columnDrop":{"name":"columnDrop","description":"

Triggers when a column header element is dropped on the target column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndrop"},"columnMenuClick":{"name":"columnMenuClick","description":"

Triggers when click on column menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columnmenuclick"},"columnMenuOpen":{"name":"columnMenuOpen","description":"

Triggers before column menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columnmenuopen"},"commandClick":{"name":"commandClick","description":"

Triggers when command button is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#commandclick"},"contextMenuClick":{"name":"contextMenuClick","description":"

Triggers when click on context menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#contextmenuclick"},"contextMenuOpen":{"name":"contextMenuOpen","description":"

Triggers before context menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#contextmenuopen"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},"dataSourceChanged":{"name":"dataSourceChanged","description":"

Triggers when the grid data is added, deleted and updated.\nInvoke the done method from the argument to start render after edit operation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#datasourcechanged"},"dataStateChange":{"name":"dataStateChange","description":"

Triggers when the grid actions such as Sorting, Paging, Grouping etc., are done.\nIn this event,the current view data and total record count should be assigned to the dataSource based on the action performed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#datastatechange"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#destroyed"},"detailDataBound":{"name":"detailDataBound","description":"

Triggers after detail row expands.

\n
\n

This event triggers at initial expand.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#detaildatabound"},"excelExportComplete":{"name":"excelExportComplete","description":"

Triggers after Grid data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#excelexportcomplete"},"excelHeaderQueryCellInfo":{"name":"excelHeaderQueryCellInfo","description":"

Triggers before exporting each header cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#excelheaderquerycellinfo"},"excelQueryCellInfo":{"name":"excelQueryCellInfo","description":"

Triggers before exporting each cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#excelquerycellinfo"},"exportDetailDataBound":{"name":"exportDetailDataBound","description":"

Triggers before exporting each detail Grid to PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#exportdetaildatabound"},"headerCellInfo":{"name":"headerCellInfo","description":"

Triggered for stacked header.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#headercellinfo"},"keyPressed":{"name":"keyPressed","description":"

Triggers when any keyboard keys are pressed inside the grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#keypressed"},"load":{"name":"load","description":"

This event allows customization of Grid properties before rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#load"},"pdfExportComplete":{"name":"pdfExportComplete","description":"

Triggers after Grid data is exported to PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#pdfexportcomplete"},"pdfHeaderQueryCellInfo":{"name":"pdfHeaderQueryCellInfo","description":"

Triggers before exporting each header cell to PDF document. You can also customize the PDF cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#pdfheaderquerycellinfo"},"pdfQueryCellInfo":{"name":"pdfQueryCellInfo","description":"

Triggers before exporting each cell to PDF document. You can also customize the PDF cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#pdfquerycellinfo"},"printComplete":{"name":"printComplete","description":"

Triggers after print action is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#printcomplete"},"queryCellInfo":{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#querycellinfo"},"recordDoubleClick":{"name":"recordDoubleClick","description":"

Triggers when record is double clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#recorddoubleclick"},"resizeStart":{"name":"resizeStart","description":"

Triggers when column resize starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Triggers when column resize ends.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#resizestop"},"resizing":{"name":"resizing","description":"

Triggers on column resizing.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#resizing"},"rowDataBound":{"name":"rowDataBound","description":"

Triggered every time a request is made to access row information, element, or data.\nThis will be triggered before the row element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdatabound"},"rowDeselected":{"name":"rowDeselected","description":"

Triggers when a selected row is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdeselected"},"rowDeselecting":{"name":"rowDeselecting","description":"

Triggers before deselecting the selected row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdeselecting"},"rowDrag":{"name":"rowDrag","description":"

Triggers when row elements are dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdrag"},"rowDragStart":{"name":"rowDragStart","description":"

Triggers when row element's drag(move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdragstart"},"rowDragStartHelper":{"name":"rowDragStartHelper","description":"

Triggers when row element's before drag(move).

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdragstarthelper"},"rowDrop":{"name":"rowDrop","description":"

Triggers when row elements are dropped on the target row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdrop"},"rowSelected":{"name":"rowSelected","description":"

Triggers after a row is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowselected"},"rowSelecting":{"name":"rowSelecting","description":"

Triggers before row selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowselecting"},"toolbarClick":{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbarclick"},"aggregates":{"name":"aggregates","description":"

Configures the Grid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#aggregates"},"allowExcelExport":{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export grid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowexcelexport"},"allowFiltering":{"name":"allowFiltering","description":"

If allowFiltering set to true the filter bar will be displayed.\nIf set to false the filter bar will not be displayed.\nFilter bar allows the user to filter grid records with required criteria.

\n
\n

Check the Filtering to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowfiltering"},"allowGrouping":{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},"allowMultiSorting":{"name":"allowMultiSorting","description":"

If allowMultiSorting set to true, then it will allow the user to sort multiple column in the grid.

\n
\n

allowSorting should be true.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowmultisorting"},"allowPaging":{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},"allowPdfExport":{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export grid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpdfexport"},"allowReordering":{"name":"allowReordering","description":"

If allowReordering is set to true, Grid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If Grid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowreordering"},"allowResizing":{"name":"allowResizing","description":"

If allowResizing is set to true, Grid columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowresizing"},"allowRowDragAndDrop":{"name":"allowRowDragAndDrop","description":"

If allowRowDragAndDrop is set to true, you can drag and drop grid rows at another grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowrowdraganddrop"},"allowSelection":{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},"allowSorting":{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},"allowTextWrap":{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowtextwrap"},"childGrid":{"name":"childGrid","description":"

Defines Grid options to render child Grid.\nIt requires the queryString for parent\nand child relationship.

\n
\n

Check the Child Grid for its configuration.

\n
\n","type":"GridModel","link":"//ej2.syncfusion.com/documentation/api/grid/#childgrid"},"clipboardModule":{"name":"clipboardModule","description":"

clipboardModule is used to handle Grid copy action.

\n","type":"Clipboard","link":"//ej2.syncfusion.com/documentation/api/grid/#clipboardmodule"},"columnMenuItems":{"name":"columnMenuItems","description":"

columnMenuItems defines both built-in and custom column menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • Group - Group by current column.
  • \n
  • Ungroup - Ungroup by current column.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • Filter - Filter options will show based on filterSettings property like checkbox filter, excel filter, menu filter.
  • \n
\n","type":"ColumnMenuItem[]|ColumnMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columnmenuitems"},"columnMenuModule":{"name":"columnMenuModule","description":"

The columnMenuModule is used to manipulate column menu items and its action in the Grid.

\n","type":"ColumnMenu","link":"//ej2.syncfusion.com/documentation/api/grid/#columnmenumodule"},"columnQueryMode":{"name":"columnQueryMode","description":"

columnQueryModeprovides options to retrive data from the datasource.Their types are

\n
    \n
  • All: It Retrives whole datasource.
  • \n
  • Schema: Retrives data for all the defined columns in grid from the datasource.
  • \n
  • ExcludeHidden: Retrives data only for visible columns of grid from the dataSource.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#columnquerymode"},"columns":{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},"contextMenuItems":{"name":"contextMenuItems","description":"

contextMenuItems defines both built-in and custom context menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • Group - Group by current column.
  • \n
  • Ungroup - Ungroup by current column.
  • \n
  • Edit - Edit the current record.
  • \n
  • Delete - Delete the current record.
  • \n
  • Save - Save the edited record.
  • \n
  • Cancel - Cancel the edited state.
  • \n
  • Copy - Copy the selected records.
  • \n
  • PdfExport - Export the grid as Pdf format.
  • \n
  • ExcelExport - Export the grid as Excel format.
  • \n
  • CsvExport - Export the grid as CSV format.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • FirstPage - Go to the first page.
  • \n
  • PrevPage - Go to the previous page.
  • \n
  • LastPage - Go to the last page.
  • \n
  • NextPage - Go to the next page.
  • \n
\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#contextmenuitems"},"contextMenuModule":{"name":"contextMenuModule","description":"

The contextMenuModule is used to handle context menu items and its action in the Grid.

\n","type":"ContextMenu","link":"//ej2.syncfusion.com/documentation/api/grid/#contextmenumodule"},"currentViewData":{"name":"currentViewData","description":"

Gets the currently visible records of the Grid.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/grid/#currentviewdata"},"dataSource":{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},"detailTemplate":{"name":"detailTemplate","description":"

The detail template allows you to show or hide additional information about a particular row.

\n
\n

It accepts either the template string or the HTML element ID.

\n
\n

{% codeBlock src="grid/detail-template-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#detailtemplate"},"editModule":{"name":"editModule","description":"

The editModule is used to handle Grid content manipulation.

\n","type":"Edit","link":"//ej2.syncfusion.com/documentation/api/grid/#editmodule"},"editSettings":{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/grid/#element"},"enableAltRow":{"name":"enableAltRow","description":"

If enableAltRow is set to true, the grid will render with e-altrow CSS class to the alternative tr elements.

\n
\n

Check the AltRow to customize the styles of alternative rows.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablealtrow"},"enableAutoFill":{"name":"enableAutoFill","description":"

If enableAutoFill is set to true, then the auto fill icon will displayed on cell selection for copy cells.\nIt requires the selection mode to be Cell and cellSelectionMode to be Box.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enableautofill"},"enableColumnVirtualization":{"name":"enableColumnVirtualization","description":"

If enableColumnVirtualization set to true, then the Grid will render only the columns visible within the view-port\nand load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablecolumnvirtualization"},"enableHover":{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablertl"},"enableVirtualization":{"name":"enableVirtualization","description":"

If enableVirtualization set to true, then the Grid will render only the rows visible within the view-port\nand load subsequent rows on vertical scrolling. This helps to load large dataset in Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablevirtualization"},"excelExportModule":{"name":"excelExportModule","description":"

The excelExportModule is used to handle Excel exporting feature in the Grid.

\n","type":"ExcelExport","link":"//ej2.syncfusion.com/documentation/api/grid/#excelexportmodule"},"filterModule":{"name":"filterModule","description":"

The filterModule is used to manipulate filtering in the Grid.

\n","type":"Filter","link":"//ej2.syncfusion.com/documentation/api/grid/#filtermodule"},"filterSettings":{"name":"filterSettings","description":"

Configures the filter settings of the Grid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#filtersettings"},"frozenColumns":{"name":"frozenColumns","description":"

Gets or sets the number of frozen columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#frozencolumns"},"frozenRows":{"name":"frozenRows","description":"

Gets or sets the number of frozen rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#frozenrows"},"gridLines":{"name":"gridLines","description":"

Defines the mode of grid lines. The available modes are,

\n
    \n
  • Both: Displays both horizontal and vertical grid lines.
  • \n
  • None: No grid lines are displayed.
  • \n
  • Horizontal: Displays the horizontal grid lines only.
  • \n
  • Vertical: Displays the vertical grid lines only.
  • \n
  • Default: Displays grid lines based on the theme.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#gridlines"},"groupModule":{"name":"groupModule","description":"

The groupModule is used to manipulate grouping behavior in the Grid.

\n","type":"Group","link":"//ej2.syncfusion.com/documentation/api/grid/#groupmodule"},"groupSettings":{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},"height":{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},"hierarchyPrintMode":{"name":"hierarchyPrintMode","description":"

Defines the hierarchy grid print modes. The available modes are

\n
    \n
  • Expanded - Prints the master grid with expanded child grids.
  • \n
  • All - Prints the master grid with all the child grids.
  • \n
  • None - Prints the master grid alone.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#hierarchyprintmode"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#isdestroyed"},"isPreventScrollEvent":{"name":"isPreventScrollEvent","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#ispreventscrollevent"},"isSelectedRowIndexUpdating":{"name":"isSelectedRowIndexUpdating","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#isselectedrowindexupdating"},"keyboardModule":{"name":"keyboardModule","description":"

The keyboardModule is used to manipulate keyboard interactions in the Grid.

\n","type":"KeyboardEvents","link":"//ej2.syncfusion.com/documentation/api/grid/#keyboardmodule"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#locale"},"pageSettings":{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},"pagerModule":{"name":"pagerModule","description":"

The pagerModule is used to manipulate paging in the Grid.

\n","type":"Page","link":"//ej2.syncfusion.com/documentation/api/grid/#pagermodule"},"pagerTemplate":{"name":"pagerTemplate","description":"

It used to render pager template

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#pagertemplate"},"pdfExportModule":{"name":"pdfExportModule","description":"

The pdfExportModule is used to handle PDF exporting feature in the Grid.

\n","type":"PdfExport","link":"//ej2.syncfusion.com/documentation/api/grid/#pdfexportmodule"},"printMode":{"name":"printMode","description":"

Defines the print modes. The available print modes are

\n
    \n
  • AllPages: Prints all pages of the Grid.
  • \n
  • CurrentPage: Prints the current page of the Grid.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#printmode"},"printModule":{"name":"printModule","description":"

The printModule is used to handle the printing feature of the Grid.

\n","type":"Print","link":"//ej2.syncfusion.com/documentation/api/grid/#printmodule"},"query":{"name":"query","description":"

Defines the external Query\nthat will be executed along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/grid/#query"},"queryString":{"name":"queryString","description":"

Defines the relationship between parent and child datasource. It acts as the foreign key for parent datasource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#querystring"},"reorderModule":{"name":"reorderModule","description":"

The reorderModule is used to manipulate reordering in the Grid.

\n","type":"Reorder","link":"//ej2.syncfusion.com/documentation/api/grid/#reordermodule"},"rowDragAndDropModule":{"name":"rowDragAndDropModule","description":"

The rowDragAndDropModule is used to manipulate row reordering in the Grid.

\n","type":"RowDD","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdraganddropmodule"},"rowDropSettings":{"name":"rowDropSettings","description":"

Configures the row drop settings.

\n","type":"RowDropSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdropsettings"},"rowHeight":{"name":"rowHeight","description":"

Defines the height of Grid rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#rowheight"},"rowTemplate":{"name":"rowTemplate","description":"

The row template that renders customized rows from the given template.\nBy default, Grid renders a table row for every data source item.

\n
\n
    \n
  • It accepts either template string or HTML element ID.
  • \n
  • The row template must be a table row.\nCheck the Row Template customization.
  • \n
\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#rowtemplate"},"scrollModule":{"name":"scrollModule","description":"

The scrollModule is used to manipulate scrolling in the Grid.

\n","type":"Scroll","link":"//ej2.syncfusion.com/documentation/api/grid/#scrollmodule"},"searchModule":{"name":"searchModule","description":"

The searchModule is used to manipulate searching in the Grid.

\n","type":"Search","link":"//ej2.syncfusion.com/documentation/api/grid/#searchmodule"},"searchSettings":{"name":"searchSettings","description":"

Configures the search behavior in the Grid.

\n","type":"SearchSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#searchsettings"},"selectedRowIndex":{"name":"selectedRowIndex","description":"

The selectedRowIndex allows you to select a row at initial rendering.\nYou can also get the currently selected row index.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#selectedrowindex"},"selectionModule":{"name":"selectionModule","description":"

The selectionModule is used to manipulate selection behavior in the Grid.

\n","type":"Selection","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionmodule"},"selectionSettings":{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},"showColumnChooser":{"name":"showColumnChooser","description":"

If showColumnChooser is set to true, it allows you to dynamically show or hide columns.

\n
\n

Check the ColumnChooser for its configuration.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#showcolumnchooser"},"showColumnMenu":{"name":"showColumnMenu","description":"

If showColumnMenu set to true, then it will enable the column menu options in each columns.

\n
\n

Check the Column menu for its configuration.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#showcolumnmenu"},"showHider":{"name":"showHider","description":"

The showHider is used to manipulate column's show/hide operation in the Grid.

\n","type":"ShowHide","link":"//ej2.syncfusion.com/documentation/api/grid/#showhider"},"sortModule":{"name":"sortModule","description":"

The sortModule is used to manipulate sorting in the Grid.

\n","type":"Sort","link":"//ej2.syncfusion.com/documentation/api/grid/#sortmodule"},"sortSettings":{"name":"sortSettings","description":"

Configures the sort settings.

\n","type":"SortSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#sortsettings"},"textWrapSettings":{"name":"textWrapSettings","description":"

Configures the text wrap in the Grid.

\n","type":"TextWrapSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#textwrapsettings"},"toolbar":{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},"toolbarModule":{"name":"toolbarModule","description":"

The toolbarModule is used to manipulate ToolBar items and its action in the Grid.

\n","type":"Toolbar","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbarmodule"},"toolbarTemplate":{"name":"toolbarTemplate","description":"

It used to render toolbar template

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbartemplate"},"width":{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#addeventlistener"},"addRecord":{"name":"addRecord","description":"

Adds a new record to the Grid. Without passing parameters, it adds empty rows.

\n
\n

editSettings.allowEditing should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#addrecord"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#appendto"},"autoFitColumns":{"name":"autoFitColumns","description":"

Changes the column width to automatically fit its content to ensure that the width shows the content without wrapping/hiding.

\n
\n
    \n
  • This method ignores the hidden columns.
  • \n
  • Uses the autoFitColumns method in the dataBound event to resize at initial rendering.
  • \n
\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#autofitcolumns"},"clearCellSelection":{"name":"clearCellSelection","description":"

Deselects the currently selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#clearcellselection"},"clearFiltering":{"name":"clearFiltering","description":"

Clears all the filtered rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#clearfiltering"},"clearGrouping":{"name":"clearGrouping","description":"

Clears all the grouped columns of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#cleargrouping"},"clearRowSelection":{"name":"clearRowSelection","description":"

Deselects the currently selected rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#clearrowselection"},"clearSelection":{"name":"clearSelection","description":"

Deselects the current selected rows and cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#clearselection"},"clearSorting":{"name":"clearSorting","description":"

Clears all the sorted columns of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#clearsorting"},"closeEdit":{"name":"closeEdit","description":"

Cancels edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#closeedit"},"copy":{"name":"copy","description":"

Copy the selected rows or cells data into clipboard.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#copy"},"csvExport":{"name":"csvExport","description":"

Export Grid data to CSV file.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#csvexport"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#databind"},"dataReady":{"name":"dataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#dataready"},"deleteRecord":{"name":"deleteRecord","description":"

Delete a record with Given options. If fieldname and data is not given then grid will delete the selected record.

\n
\n

editSettings.allowDeleting should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#deleterecord"},"deleteRow":{"name":"deleteRow","description":"

Delete any visible row by TR element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#deleterow"},"destroy":{"name":"destroy","description":"

Destroys the component (detaches/removes all event handlers, attributes, classes, and empties the component element).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#destroy"},"destroyTemplate":{"name":"destroyTemplate","description":"

Destroys the given template reference.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#destroytemplate"},"detailCollapseAll":{"name":"detailCollapseAll","description":"

Collapses all the detail rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#detailcollapseall"},"detailExpandAll":{"name":"detailExpandAll","description":"

Expands all the detail rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#detailexpandall"},"editCell":{"name":"editCell","description":"

Changes a particular cell into edited state based on the row index and field name provided in the batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#editcell"},"enableToolbarItems":{"name":"enableToolbarItems","description":"

Enables or disables ToolBar items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#enabletoolbaritems"},"endEdit":{"name":"endEdit","description":"

If Grid is in editable state, you can save a record by invoking endEdit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#endedit"},"excelExport":{"name":"excelExport","description":"

Export Grid data to Excel file(.xlsx).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#excelexport"},"extendRequiredModules":{"name":"extendRequiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#extendrequiredmodules"},"filterByColumn":{"name":"filterByColumn","description":"

Filters grid row by column name with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#filterbycolumn"},"getBatchChanges":{"name":"getBatchChanges","description":"

Gets the added, edited,and deleted data before bulk save to the DataSource in batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getbatchchanges"},"getCellFromIndex":{"name":"getCellFromIndex","description":"

Gets a cell by row and column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcellfromindex"},"getColumnByField":{"name":"getColumnByField","description":"

Gets a Column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnbyfield"},"getColumnByUid":{"name":"getColumnByUid","description":"

Gets a column by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnbyuid"},"getColumnFieldNames":{"name":"getColumnFieldNames","description":"

Gets the collection of column fields.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnfieldnames"},"getColumnHeaderByField":{"name":"getColumnHeaderByField","description":"

Gets a column header by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnheaderbyfield"},"getColumnHeaderByIndex":{"name":"getColumnHeaderByIndex","description":"

Gets a column header by column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnheaderbyindex"},"getColumnHeaderByUid":{"name":"getColumnHeaderByUid","description":"

Gets a column header by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnheaderbyuid"},"getColumnIndexByField":{"name":"getColumnIndexByField","description":"

Gets a column index by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnindexbyfield"},"getColumnIndexByUid":{"name":"getColumnIndexByUid","description":"

Gets a column index by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnindexbyuid"},"getColumns":{"name":"getColumns","description":"

Gets the columns from the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumns"},"getContent":{"name":"getContent","description":"

Gets the content div of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcontent"},"getContentTable":{"name":"getContentTable","description":"

Gets the content table of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcontenttable"},"getDataModule":{"name":"getDataModule","description":"

Gets the data module.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getdatamodule"},"getDataRows":{"name":"getDataRows","description":"

Gets all the Grid's data rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getdatarows"},"getFooterContent":{"name":"getFooterContent","description":"

Gets the footer div of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getfootercontent"},"getFooterContentTable":{"name":"getFooterContentTable","description":"

Gets the footer table element of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getfootercontenttable"},"getForeignKeyColumns":{"name":"getForeignKeyColumns","description":"

Gets the foreign columns from Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getforeignkeycolumns"},"getHeaderContent":{"name":"getHeaderContent","description":"

Gets the header div of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getheadercontent"},"getHeaderTable":{"name":"getHeaderTable","description":"

Gets the header table element of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getheadertable"},"getMovableCellFromIndex":{"name":"getMovableCellFromIndex","description":"

Gets a movable table cell by row and column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getmovablecellfromindex"},"getMovableDataRows":{"name":"getMovableDataRows","description":"

Gets all the Grid's movable table data rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getmovabledatarows"},"getMovableRowByIndex":{"name":"getMovableRowByIndex","description":"

Gets a movable tables row by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getmovablerowbyindex"},"getMovableRows":{"name":"getMovableRows","description":"

Gets the Grid's movable content rows from frozen grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getmovablerows"},"getPager":{"name":"getPager","description":"

Gets the pager of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getpager"},"getPrimaryKeyFieldNames":{"name":"getPrimaryKeyFieldNames","description":"

Get the names of the primary key columns of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getprimarykeyfieldnames"},"getRowByIndex":{"name":"getRowByIndex","description":"

Gets a row by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getrowbyindex"},"getRowIndexByPrimaryKey":{"name":"getRowIndexByPrimaryKey","description":"

Get row index by primary key or row data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getrowindexbyprimarykey"},"getRowInfo":{"name":"getRowInfo","description":"

Get a row information based on cell

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getrowinfo"},"getRows":{"name":"getRows","description":"

Gets all the data rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getrows"},"getSelectedRecords":{"name":"getSelectedRecords","description":"

Gets the collection of selected records.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getselectedrecords"},"getSelectedRowCellIndexes":{"name":"getSelectedRowCellIndexes","description":"

Gets the collection of selected row and cell indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getselectedrowcellindexes"},"getSelectedRowIndexes":{"name":"getSelectedRowIndexes","description":"

Gets the collection of selected row indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getselectedrowindexes"},"getSelectedRows":{"name":"getSelectedRows","description":"

Gets the collection of selected rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getselectedrows"},"getUidByColumnField":{"name":"getUidByColumnField","description":"

Gets UID by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getuidbycolumnfield"},"getVisibleColumns":{"name":"getVisibleColumns","description":"

Gets the visible columns from the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getvisiblecolumns"},"goToPage":{"name":"goToPage","description":"

Navigates to the specified target page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#gotopage"},"groupCollapseAll":{"name":"groupCollapseAll","description":"

Collapses all the grouped rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#groupcollapseall"},"groupColumn":{"name":"groupColumn","description":"

Groups a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#groupcolumn"},"groupExpandAll":{"name":"groupExpandAll","description":"

Expands all the grouped rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#groupexpandall"},"hideColumns":{"name":"hideColumns","description":"

Hides a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#hidecolumns"},"hideScroll":{"name":"hideScroll","description":"

Hides the scrollbar placeholder of Grid content when grid content is not overflown.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#hidescroll"},"hideSpinner":{"name":"hideSpinner","description":"

Manually showed spinner needs to hide by hideSpinnner.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#hidespinner"},"openColumnChooser":{"name":"openColumnChooser","description":"

Column chooser can be displayed on screen by given position(X and Y axis).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#opencolumnchooser"},"pdfExport":{"name":"pdfExport","description":"

Export Grid data to PDF document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#pdfexport"},"print":{"name":"print","description":"

By default, prints all the pages of the Grid and hides the pager.

\n
\n

You can customize print options using the\nprintMode.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#print"},"refresh":{"name":"refresh","description":"

Refreshes the Grid header and content.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#refresh"},"refreshColumns":{"name":"refreshColumns","description":"

Refreshes the Grid column changes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#refreshcolumns"},"refreshHeader":{"name":"refreshHeader","description":"

Refreshes the Grid header.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#refreshheader"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#removeeventlistener"},"reorderColumnByIndex":{"name":"reorderColumnByIndex","description":"

Changes the Grid column positions by field index. If you invoke reorderColumnByIndex multiple times,\nthen you won't get the same results every time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#reordercolumnbyindex"},"reorderColumnByTargetIndex":{"name":"reorderColumnByTargetIndex","description":"

Changes the Grid column positions by field index. If you invoke reorderColumnByTargetIndex multiple times,\nthen you will get the same results every time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#reordercolumnbytargetindex"},"reorderColumns":{"name":"reorderColumns","description":"

Changes the Grid column positions by field names.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#reordercolumns"},"reorderRows":{"name":"reorderRows","description":"

Changes the Grid Row position with given indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#reorderrows"},"saveCell":{"name":"saveCell","description":"

Saves the cell that is currently edited. It does not save the value to the DataSource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#savecell"},"search":{"name":"search","description":"

Searches Grid records using the given key.\nYou can customize the default search option by using the\nsearchSettings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#search"},"selectCell":{"name":"selectCell","description":"

Selects a cell by the given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectcell"},"selectCells":{"name":"selectCells","description":"

Selects a collection of cells by row and column indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectcells"},"selectCellsByRange":{"name":"selectCellsByRange","description":"

Selects a range of cells from start and end indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectcellsbyrange"},"selectRow":{"name":"selectRow","description":"

Selects a row by given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectrow"},"selectRows":{"name":"selectRows","description":"

Selects a collection of rows by indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectrows"},"selectRowsByRange":{"name":"selectRowsByRange","description":"

Selects a range of rows from start and end row indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectrowsbyrange"},"setCellValue":{"name":"setCellValue","description":"

Updates particular cell value based on the given primary key value.

\n
\n

Primary key column must be specified using columns.isPrimaryKey property.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setcellvalue"},"setGridContent":{"name":"setGridContent","description":"

Sets the content div of the Grid to replace the old Grid content.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setgridcontent"},"setGridContentTable":{"name":"setGridContentTable","description":"

Sets the content table of the Grid to replace the old content table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setgridcontenttable"},"setGridHeaderContent":{"name":"setGridHeaderContent","description":"

Sets the header div of the Grid to replace the old header.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setgridheadercontent"},"setGridHeaderTable":{"name":"setGridHeaderTable","description":"

Sets the header table of the Grid to replace the old one.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setgridheadertable"},"setGridPager":{"name":"setGridPager","description":"

Sets the pager of the Grid to replace the old pager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setgridpager"},"setRowData":{"name":"setRowData","description":"

Updates and refresh the particular row values based on the given primary key value.

\n
\n

Primary key column must be specified using columns.isPrimaryKey property.\n@param {string| number} key - Specifies the PrimaryKey value of dataSource.\n@param {Object} rowData - To update new data for the particular row.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setrowdata"},"showColumns":{"name":"showColumns","description":"

Shows a column by its column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#showcolumns"},"showSpinner":{"name":"showSpinner","description":"

By default, grid shows the spinner for all its actions. You can use this method to show spinner at your needed time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#showspinner"},"sortColumn":{"name":"sortColumn","description":"

Sorts a column with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#sortcolumn"},"startEdit":{"name":"startEdit","description":"

Starts edit the selected row. At least one row must be selected before invoking this method.\neditSettings.allowEditing should be true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#startedit"},"ungroupColumn":{"name":"ungroupColumn","description":"

Ungroups a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#ungroupcolumn"},"updateCell":{"name":"updateCell","description":"

To update the specified cell by given value without changing into edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#updatecell"},"updateExternalMessage":{"name":"updateExternalMessage","description":"

Defines the text of external message.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#updateexternalmessage"},"updateRow":{"name":"updateRow","description":"

To update the specified row by given values without changing into edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#updaterow"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#inject"}},"GroupSettings":{"captionTemplate":{"name":"captionTemplate","description":"

The Caption Template allows user to display the string or HTML element in group caption.

\n
\n

It accepts either the\ntemplate string or the HTML element ID.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#captiontemplate"},"columns":{"name":"columns","description":"

Specifies the column names to group at initial rendering of the Grid.\nYou can also get the currently grouped columns.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#columns"},"disablePageWiseAggregates":{"name":"disablePageWiseAggregates","description":"

If disablePageWiseAggregates set to true, then the group aggregate value will\nbe calculated from the whole data instead of paged data and two requests will be made for each page\nwhen Grid bound with remote service.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#disablepagewiseaggregates"},"showDropArea":{"name":"showDropArea","description":"

If showDropArea is set to true, the group drop area element will be visible at the top of the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#showdroparea"},"showGroupedColumn":{"name":"showGroupedColumn","description":"

If showGroupedColumn is set to false, it hides the grouped column after grouping.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#showgroupedcolumn"},"showToggleButton":{"name":"showToggleButton","description":"

If showToggleButton set to true, then the toggle button will be showed in the column headers which can be used to group\nor ungroup columns by clicking them.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#showtogglebutton"},"showUngroupButton":{"name":"showUngroupButton","description":"

If showUngroupButton set to false, then ungroup button is hidden in dropped element.\nIt can be used to ungroup the grouped column when click on ungroup button.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#showungroupbutton"}},"RowDropSettings":{"targetID":{"name":"targetID","description":"

Defines the ID of droppable component on which row drop should occur.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/rowDropSettings#targetid"}},"CommandColumnModel":{"buttonOption":{"name":"buttonOption","description":"

Define the button model

\n","type":"CommandButtonOptions","link":"//ej2.syncfusion.com/documentation/api/grid/commandColumnModel#buttonoption"},"title":{"name":"title","description":"

Define the command Button tooltip.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/commandColumnModel#title"},"type":{"name":"type","description":"

Define the command Button type.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/commandColumnModel#type"}},"FreezeRender":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#addeventlistener"},"appendContent":{"name":"appendContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#appendcontent"},"getColGroup":{"name":"getColGroup","description":"

Get the header colgroup element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#getcolgroup"},"getFrozenHeader":{"name":"getFrozenHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#getfrozenheader"},"getMovableHeader":{"name":"getMovableHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#getmovableheader"},"getPanel":{"name":"getPanel","description":"

Get the header content div element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#getpanel"},"getRows":{"name":"getRows","description":"

Get the header row element collection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#getrows"},"getTable":{"name":"getTable","description":"

Get the header table element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#gettable"},"refreshUI":{"name":"refreshUI","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#refreshui"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#removeeventlistener"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#renderpanel"},"renderTable":{"name":"renderTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#rendertable"},"setColGroup":{"name":"setColGroup","description":"

Set the header colgroup element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#setcolgroup"},"setPanel":{"name":"setPanel","description":"

Set the header content div element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#setpanel"},"setTable":{"name":"setTable","description":"

Set the header table element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#settable"},"setVisible":{"name":"setVisible","description":"

Function to hide header table column based on visible property

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#setvisible"},"toggleStackClass":{"name":"toggleStackClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#togglestackclass"}},"FixedContentFocus":{"indexesByKey":{"name":"indexesByKey","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#indexesbykey"},"keyActions":{"name":"keyActions","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#keyactions"},"matrix":{"name":"matrix","description":"","type":"Matrix","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#matrix"},"parent":{"name":"parent","description":"","type":"IGrid","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#parent"},"generateRows":{"name":"generateRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#generaterows"},"getCurrentFromAction":{"name":"getCurrentFromAction","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#getcurrentfromaction"},"getFocusInfo":{"name":"getFocusInfo","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#getfocusinfo"},"getFocusable":{"name":"getFocusable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#getfocusable"},"getInfo":{"name":"getInfo","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#getinfo"},"getNextCurrent":{"name":"getNextCurrent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#getnextcurrent"},"getTable":{"name":"getTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#gettable"},"jump":{"name":"jump","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#jump"},"onClick":{"name":"onClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#onclick"},"onKeyPress":{"name":"onKeyPress","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#onkeypress"},"selector":{"name":"selector","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#selector"},"validator":{"name":"validator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#validator"}},"FixedHeaderFocus":{"indexesByKey":{"name":"indexesByKey","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#indexesbykey"},"keyActions":{"name":"keyActions","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#keyactions"},"matrix":{"name":"matrix","description":"","type":"Matrix","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#matrix"},"parent":{"name":"parent","description":"","type":"IGrid","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#parent"},"generateRows":{"name":"generateRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#generaterows"},"getCurrentFromAction":{"name":"getCurrentFromAction","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#getcurrentfromaction"},"getFocusInfo":{"name":"getFocusInfo","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#getfocusinfo"},"getFocusable":{"name":"getFocusable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#getfocusable"},"getInfo":{"name":"getInfo","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#getinfo"},"getNextCurrent":{"name":"getNextCurrent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#getnextcurrent"},"getTable":{"name":"getTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#gettable"},"jump":{"name":"jump","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#jump"},"onClick":{"name":"onClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#onclick"},"onKeyPress":{"name":"onKeyPress","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#onkeypress"},"selector":{"name":"selector","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#selector"},"validator":{"name":"validator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#validator"}},"CaptionSummaryModelGenerator":{"columnSelector":{"name":"columnSelector","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#columnselector"},"generateRows":{"name":"generateRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#generaterows"},"getColumns":{"name":"getColumns","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#getcolumns"},"getData":{"name":"getData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#getdata"},"getGeneratedCell":{"name":"getGeneratedCell","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#getgeneratedcell"},"getGeneratedRow":{"name":"getGeneratedRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#getgeneratedrow"},"isEmpty":{"name":"isEmpty","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#isempty"}},"GroupSummaryModelGenerator":{"columnSelector":{"name":"columnSelector","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#columnselector"},"generateRows":{"name":"generateRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#generaterows"},"getColumns":{"name":"getColumns","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#getcolumns"},"getData":{"name":"getData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#getdata"},"getGeneratedCell":{"name":"getGeneratedCell","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#getgeneratedcell"},"getGeneratedRow":{"name":"getGeneratedRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#getgeneratedrow"}},"VirtualRowModelGenerator":{"cOffsets":{"name":"cOffsets","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#coffsets"},"cache":{"name":"cache","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#cache"},"data":{"name":"data","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#data"},"groups":{"name":"groups","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#groups"},"parent":{"name":"parent","description":"","type":"IGrid","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#parent"},"rowModelGenerator":{"name":"rowModelGenerator","description":"","type":"IModelGenerator","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#rowmodelgenerator"},"checkAndResetCache":{"name":"checkAndResetCache","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#checkandresetcache"},"generateRows":{"name":"generateRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#generaterows"},"getBlockIndexes":{"name":"getBlockIndexes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#getblockindexes"},"getColumnIndexes":{"name":"getColumnIndexes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#getcolumnindexes"},"getData":{"name":"getData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#getdata"},"getPage":{"name":"getPage","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#getpage"},"getRows":{"name":"getRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#getrows"},"isBlockAvailable":{"name":"isBlockAvailable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#isblockavailable"},"refreshColOffsets":{"name":"refreshColOffsets","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#refreshcoloffsets"},"updateGroupRow":{"name":"updateGroupRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#updategrouprow"}},"ExternalMessage":{"hideMessage":{"name":"hideMessage","description":"

Hides the external message of Pager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/externalMessage#hidemessage"},"refresh":{"name":"refresh","description":"

Refreshes the external message of Pager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/externalMessage#refresh"},"showMessage":{"name":"showMessage","description":"

Shows the external message of the Pager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/externalMessage#showmessage"}},"NumericContainer":{"refresh":{"name":"refresh","description":"

Refreshes the numeric container of Pager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/numericContainer#refresh"}},"Pager":{"click":{"name":"click","description":"

Triggers when click on the numeric items.

\n","type":"emittypeobject","link":"//ej2.syncfusion.com/documentation/api/pager/#click"},"containerModule":{"name":"containerModule","description":"

containerModule is used to manipulate numeric container behavior of Pager.

\n","type":"NumericContainer","link":"//ej2.syncfusion.com/documentation/api/pager/#containermodule"},"created":{"name":"created","description":"

Triggers when Pager is created.

\n","type":"emittypeobject","link":"//ej2.syncfusion.com/documentation/api/pager/#created"},"currentPage":{"name":"currentPage","description":"

Defines the current page number of pager.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pager/#currentpage"},"customText":{"name":"customText","description":"

Defines the customized text to append with numeric items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pager/#customtext"},"dropDownChanged":{"name":"dropDownChanged","description":"

Triggers after pageSize is selected in DropDownList.

\n","type":"emittypeobject","link":"//ej2.syncfusion.com/documentation/api/pager/#dropdownchanged"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/pager/#element"},"enableExternalMessage":{"name":"enableExternalMessage","description":"

If enableExternalMessage set to true, then it adds the message to Pager.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#enableexternalmessage"},"enablePagerMessage":{"name":"enablePagerMessage","description":"

If enablePagerMessage set to true, then it adds the pager information.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#enablepagermessage"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#enablepersistence"},"enableQueryString":{"name":"enableQueryString","description":"

If enableQueryString set to true,\nthen it pass current page information as a query string along with the URL while navigating to other page.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#enablequerystring"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#enablertl"},"externalMessage":{"name":"externalMessage","description":"

Defines the external message of Pager.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pager/#externalmessage"},"externalMessageModule":{"name":"externalMessageModule","description":"

externalMessageModule is used to manipulate external message of Pager.

\n","type":"ExternalMessage","link":"//ej2.syncfusion.com/documentation/api/pager/#externalmessagemodule"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pager/#locale"},"pageCount":{"name":"pageCount","description":"

Defines the number of pages to display in pager container.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pager/#pagecount"},"pageSize":{"name":"pageSize","description":"

Defines the records count of visible page.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pager/#pagesize"},"pageSizes":{"name":"pageSizes","description":"

If pageSizes set to true or Array of values,\nIt renders DropDownList in the pager which allow us to select pageSize from DropDownList.

\n","type":"boolean|[]","link":"//ej2.syncfusion.com/documentation/api/pager/#pagesizes"},"pagerMessageModule":{"name":"pagerMessageModule","description":"

pagerMessageModule is used to manipulate pager message of Pager.

\n","type":"PagerMessage","link":"//ej2.syncfusion.com/documentation/api/pager/#pagermessagemodule"},"template":{"name":"template","description":"

Defines the template as string or HTML element ID which renders customized elements in pager instead of default elements.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pager/#template"},"totalRecordsCount":{"name":"totalRecordsCount","description":"

Gets or Sets the total records count which is used to render numeric container.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pager/#totalrecordscount"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#databind"},"destroy":{"name":"destroy","description":"

To destroy the Pager component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#destroy"},"getLocalizedLabel":{"name":"getLocalizedLabel","description":"

Gets the localized label by locale keyword.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#getlocalizedlabel"},"goToPage":{"name":"goToPage","description":"

Navigate to target page by given number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#gotopage"},"refresh":{"name":"refresh","description":"

Refreshes page count, pager information and external message.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#inject"}},"PagerDropDown":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerDropDown#addeventlistener"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerDropDown#removeeventlistener"},"setDropDownValue":{"name":"setDropDownValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerDropDown#setdropdownvalue"}},"PagerMessage":{"hideMessage":{"name":"hideMessage","description":"

Hides the Pager information.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerMessage#hidemessage"},"refresh":{"name":"refresh","description":"

Refreshes the pager information.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerMessage#refresh"},"showMessage":{"name":"showMessage","description":"

Shows the Pager information.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerMessage#showmessage"}},"AutoComplete":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#actionfailure"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers when the popup before opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#beforeopen"},"blur":{"name":"blur","description":"

Triggers when focus moves out from the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#blur"},"change":{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#change"},"close":{"name":"close","description":"

Triggers when the popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#created"},"customValueSpecifier":{"name":"customValueSpecifier","description":"

Triggers on set a\ncustom value to this component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#customvaluespecifier"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the popup list..

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#destroyed"},"filtering":{"name":"filtering","description":"

Triggers on typing a character in the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#filtering"},"focus":{"name":"focus","description":"

Triggers when the component is focused.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#focus"},"open":{"name":"open","description":"

Triggers when the popup opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#open"},"select":{"name":"select","description":"

Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#select"},"actionFailureTemplate":{"name":"actionFailureTemplate","description":"

Accepts the template and assigns it to the popup list content of the component\nwhen the data fetch request from the remote server fails.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#actionfailuretemplate"},"allowCustom":{"name":"allowCustom","description":"

Specifies whether the component allows user defined value which does not exist in data source.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#allowcustom"},"autofill":{"name":"autofill","description":"

Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#autofill"},"cssClass":{"name":"cssClass","description":"

Sets CSS classes to the root element of the component that allows customization of appearance.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#cssclass"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item
  • \n
  • value - Maps the value column from data table for each list item
  • \n
  • iconCss - Maps the icon class column from data table for each list item
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field
  • \n
\n
\n

For more details about the field mapping refer to Data binding documentation.

\n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#fields"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe available FilterType\nand its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

{% codeBlock src="autocomplete/filter-type-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="autocomplete/filter-type-api/index.html" %}{% endcodeBlock %}

\n

The default value set to Contains, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#filtertype"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies whether to display the floating label above the input element.\nPossible values are:

\n
    \n
  • Never: The label will never float in the input when the placeholder is available.
  • \n
  • Always: The floating label will always float above the input.
  • \n
  • Auto: The floating label will float above the input after focusing or entering a value in the input.\n{% codeBlock src="autocomplete/float-label-type-api/index.ts" %}{% endcodeBlock %}
  • \n
\n

{% codeBlock src="autocomplete/float-label-type-api/index.html" %}{% endcodeBlock %}

\n","type":"FloatLabelType","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#floatlabeltype"},"footerTemplate":{"name":"footerTemplate","description":"

Accepts the template design and assigns it to the footer container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#footertemplate"},"groupTemplate":{"name":"groupTemplate","description":"

Accepts the template design and assigns it to the group headers present in the popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#grouptemplate"},"headerTemplate":{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#headertemplate"},"highlight":{"name":"highlight","description":"

When set to ‘true’, highlight the searched characters on suggested list items.

\n
\n

For more details about the highlight refer to Custom highlight search documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#highlight"},"htmlAttributes":{"name":"htmlAttributes","description":"

Allows additional HTML attributes such as title, name, etc., and\naccepts n number of attributes in a key-value pair format.\n{% codeBlock src="autocomplete/html-attributes-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="autocomplete/html-attributes-api/index.html" %}{% endcodeBlock %}

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#htmlattributes"},"ignoreAccent":{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#ignoreaccent"},"ignoreCase":{"name":"ignoreCase","description":"

When set to ‘false’, consider the case-sensitive\non performing the search to find suggestions.\nBy default consider the casing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#ignorecase"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#isdestroyed"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#locale"},"minLength":{"name":"minLength","description":"

Allows you to set [`the minimum search character length']\n(../../auto-complete/filtering#limit-the-minimum-filter-character),\nthe search action will perform after typed minimum characters.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#minlength"},"noRecordsTemplate":{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#norecordstemplate"},"placeholder":{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"},"popupHeight":{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#popupheight"},"popupWidth":{"name":"popupWidth","description":"

Specifies the width of the popup list. By default, the popup width sets based on the width of\nthe component.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#popupwidth"},"query":{"name":"query","description":"

Accepts the external query\nthat execute along with data processing.\n{% codeBlock src="autocomplete/query-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="autocomplete/query-api/index.html" %}{% endcodeBlock %}

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#query"},"readonly":{"name":"readonly","description":"

When set to true, the user interactions on the component are disabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear button.\nWhen the clear button is clicked, value, text, and index properties are reset to null.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#showclearbutton"},"showPopupButton":{"name":"showPopupButton","description":"

Allows you to either show or hide the popup button on the component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#showpopupbutton"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#sortorder"},"suggestionCount":{"name":"suggestionCount","description":"

Supports the specified number\nof list items on the suggestion popup.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#suggestioncount"},"value":{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#value"},"width":{"name":"width","description":"

Specifies the width of the component. By default, the component width sets based on the width of\nits parent container. You can also set the width in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the component popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds a new item to the popup list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#destroy"},"filter":{"name":"filter","description":"

To filter the data from given data source by using query

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#filter"},"focusIn":{"name":"focusIn","description":"

Sets the focus to the component for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#focusin"},"focusOut":{"name":"focusOut","description":"

Moves the focus from the component if the component is already focused.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#focusout"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#getdatabyvalue"},"getItems":{"name":"getItems","description":"

Gets all the list items bound on this component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#getitems"},"hidePopup":{"name":"hidePopup","description":"

Hides the popup if it is in open state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#hidepopup"},"hideSpinner":{"name":"hideSpinner","description":"

Hides the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#hidespinner"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#removeeventlistener"},"showPopup":{"name":"showPopup","description":"

Search the entered text and show it in the suggestion list if available.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#showpopup"},"showSpinner":{"name":"showSpinner","description":"

Shows the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#showspinner"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#inject"}},"ComboBox":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#actionfailure"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers when the popup before opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#beforeopen"},"blur":{"name":"blur","description":"

Triggers when focus moves out from the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#blur"},"change":{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#change"},"close":{"name":"close","description":"

Triggers when the popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#created"},"customValueSpecifier":{"name":"customValueSpecifier","description":"

Triggers on set a\ncustom value to this component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#customvaluespecifier"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the popup list..

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#destroyed"},"filtering":{"name":"filtering","description":"

Triggers on typing a character in the component.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#filtering"},"focus":{"name":"focus","description":"

Triggers when the component is focused.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#focus"},"open":{"name":"open","description":"

Triggers when the popup opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#open"},"select":{"name":"select","description":"

Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#select"},"actionFailureTemplate":{"name":"actionFailureTemplate","description":"

Accepts the template and assigns it to the popup list content of the component\nwhen the data fetch request from the remote server fails.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#actionfailuretemplate"},"allowCustom":{"name":"allowCustom","description":"

Specifies whether the component allows user defined value which does not exist in data source.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowcustom"},"allowFiltering":{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.\n{% codeBlock src="combobox/allow-filtering-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="combobox/allow-filtering-api/index.html" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowfiltering"},"autofill":{"name":"autofill","description":"

Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#autofill"},"cssClass":{"name":"cssClass","description":"

Sets CSS classes to the root element of the component that allows customization of appearance.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#cssclass"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/combo-box/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe FilterType and its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to StartsWith, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#filtertype"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies whether to display the floating label above the input element.\nPossible values are:

\n
    \n
  • Never: The label will never float in the input when the placeholder is available.
  • \n
  • Always: The floating label will always float above the input.
  • \n
  • Auto: The floating label will float above the input after focusing or entering a value in the input.\n{% codeBlock src="combobox/float-label-type-api/index.ts" %}{% endcodeBlock %}
  • \n
\n

{% codeBlock src="combobox/float-label-type-api/index.html" %}{% endcodeBlock %}

\n","type":"FloatLabelType","link":"//ej2.syncfusion.com/documentation/api/combo-box/#floatlabeltype"},"footerTemplate":{"name":"footerTemplate","description":"

Accepts the template design and assigns it to the footer container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#footertemplate"},"groupTemplate":{"name":"groupTemplate","description":"

Accepts the template design and assigns it to the group headers present in the popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#grouptemplate"},"headerTemplate":{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#headertemplate"},"htmlAttributes":{"name":"htmlAttributes","description":"

Allows additional HTML attributes such as title, name, etc., and\naccepts n number of attributes in a key-value pair format.\n{% codeBlock src="combobox/html-attributes-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="combobox/html-attributes-api/index.html" %}{% endcodeBlock %}

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/combo-box/#htmlattributes"},"ignoreAccent":{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#ignoreaccent"},"ignoreCase":{"name":"ignoreCase","description":"

When set to ‘false’, consider the case-sensitive on performing the search to find suggestions.\nBy default consider the casing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#ignorecase"},"index":{"name":"index","description":"

Gets or sets the index of the selected item in the component.\n{% codeBlock src="combobox/index-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="combobox/index-api/index.html" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#index"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#isdestroyed"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#locale"},"noRecordsTemplate":{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#norecordstemplate"},"placeholder":{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},"popupHeight":{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"},"popupWidth":{"name":"popupWidth","description":"

Specifies the width of the popup list. By default, the popup width sets based on the width of\nthe component.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupwidth"},"query":{"name":"query","description":"

Accepts the external Query\nthat execute along with data processing.\n{% codeBlock src="combobox/query-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="combobox/query-api/index.html" %}{% endcodeBlock %}

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/combo-box/#query"},"readonly":{"name":"readonly","description":"

When set to true, the user interactions on the component are disabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear button.\nWhen the clear button is clicked, value, text, and index properties are reset to null.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#showclearbutton"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/combo-box/#sortorder"},"text":{"name":"text","description":"

Gets or sets the display text of the selected item in the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#text"},"value":{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#value"},"width":{"name":"width","description":"

Specifies the width of the component. By default, the component width sets based on the width of\nits parent container. You can also set the width in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the component popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds a new item to the popup list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#destroy"},"filter":{"name":"filter","description":"

To filter the data from given data source by using query

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#filter"},"focusIn":{"name":"focusIn","description":"

Sets the focus to the component for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#focusin"},"focusOut":{"name":"focusOut","description":"

Moves the focus from the component if the component is already focused.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#focusout"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#getdatabyvalue"},"getItems":{"name":"getItems","description":"

Gets all the list items bound on this component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#getitems"},"hidePopup":{"name":"hidePopup","description":"

Hides the popup if it is in open state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#hidepopup"},"hideSpinner":{"name":"hideSpinner","description":"

Hides the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#hidespinner"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#removeeventlistener"},"showPopup":{"name":"showPopup","description":"

Opens the popup that displays the list of items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#showpopup"},"showSpinner":{"name":"showSpinner","description":"

Shows the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#showspinner"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#inject"}},"DropDownBase":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#actionfailure"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the popup list..

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#destroyed"},"select":{"name":"select","description":"

Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#select"},"actionFailureTemplate":{"name":"actionFailureTemplate","description":"

Accepts the template and assigns it to the popup list content of the component\nwhen the data fetch request from the remote server fails.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#actionfailuretemplate"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#fields"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe FilterType and its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to StartsWith, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#filtertype"},"groupTemplate":{"name":"groupTemplate","description":"

Accepts the template design and assigns it to the group headers present in the popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#grouptemplate"},"ignoreAccent":{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#ignoreaccent"},"ignoreCase":{"name":"ignoreCase","description":"

When set to ‘false’, consider the case-sensitive on performing the search to find suggestions.\nBy default consider the casing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#ignorecase"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#isdestroyed"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#locale"},"noRecordsTemplate":{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#norecordstemplate"},"query":{"name":"query","description":"

Accepts the external Query\nwhich will execute along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#query"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#sortorder"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the component popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds a new item to the popup list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. It also removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#destroy"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#getdatabyvalue"},"getItems":{"name":"getItems","description":"

Gets all the list items bound on this component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#getitems"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#inject"}},"DropDownList":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#actionfailure"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers when the popup before opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#beforeopen"},"blur":{"name":"blur","description":"

Triggers when focus moves out from the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#blur"},"change":{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#change"},"close":{"name":"close","description":"

Triggers when the popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the popup list..

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#destroyed"},"filtering":{"name":"filtering","description":"

Triggers on typing a character in the filter bar when the\nallowFiltering\nis enabled.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filtering"},"focus":{"name":"focus","description":"

Triggers when the component is focused.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#focus"},"open":{"name":"open","description":"

Triggers when the popup opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#open"},"select":{"name":"select","description":"

Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#select"},"actionFailureTemplate":{"name":"actionFailureTemplate","description":"

Accepts the template and assigns it to the popup list content of the component\nwhen the data fetch request from the remote server fails.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#actionfailuretemplate"},"allowFiltering":{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n

{% codeBlock src="dropdownlist/allow-filtering-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dropdownlist/allow-filtering-api/index.html" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#allowfiltering"},"cssClass":{"name":"cssClass","description":"

Sets CSS classes to the root element of the component that allows customization of appearance.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#cssclass"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},"filterBarPlaceholder":{"name":"filterBarPlaceholder","description":"

Accepts the value to be displayed as a watermark text on the filter bar.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filterbarplaceholder"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe FilterType and its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to StartsWith, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filtertype"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies whether to display the floating label above the input element.\nPossible values are:

\n
    \n
  • Never: The label will never float in the input when the placeholder is available.
  • \n
  • Always: The floating label will always float above the input.
  • \n
  • Auto: The floating label will float above the input after focusing or entering a value in the input.\n{% codeBlock src="dropdownlist/float-label-type-api/index.ts" %}{% endcodeBlock %}
  • \n
\n

{% codeBlock src="dropdownlist/float-label-type-api/index.html" %}{% endcodeBlock %}

\n","type":"FloatLabelType","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#floatlabeltype"},"footerTemplate":{"name":"footerTemplate","description":"

Accepts the template design and assigns it to the footer container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#footertemplate"},"groupTemplate":{"name":"groupTemplate","description":"

Accepts the template design and assigns it to the group headers present in the popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#grouptemplate"},"headerTemplate":{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#headertemplate"},"htmlAttributes":{"name":"htmlAttributes","description":"

Allows additional HTML attributes such as title, name, etc., and\naccepts n number of attributes in a key-value pair format.\n{% codeBlock src="dropdownlist/html-attributes-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dropdownlist/html-attributes-api/index.html" %}{% endcodeBlock %}

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#htmlattributes"},"ignoreAccent":{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#ignoreaccent"},"ignoreCase":{"name":"ignoreCase","description":"

When set to ‘false’, consider the case-sensitive on performing the search to find suggestions.\nBy default consider the casing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#ignorecase"},"index":{"name":"index","description":"

Gets or sets the index of the selected item in the component.\n{% codeBlock src="dropdownlist/index-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dropdownlist/index-api/index.html" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#index"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#isdestroyed"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#locale"},"noRecordsTemplate":{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#norecordstemplate"},"placeholder":{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"},"popupHeight":{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},"popupWidth":{"name":"popupWidth","description":"

Specifies the width of the popup list. By default, the popup width sets based on the width of\nthe component.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupwidth"},"query":{"name":"query","description":"

Accepts the external Query\nthat execute along with data processing.\n{% codeBlock src="dropdownlist/query-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dropdownlist/query-api/index.html" %}{% endcodeBlock %}

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#query"},"readonly":{"name":"readonly","description":"

When set to true, the user interactions on the component are disabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear button.\nWhen the clear button is clicked, value, text, and index properties are reset to null.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#showclearbutton"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#sortorder"},"text":{"name":"text","description":"

Gets or sets the display text of the selected item in the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#text"},"value":{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#value"},"valueTemplate":{"name":"valueTemplate","description":"

Accepts the template design and assigns it to the selected list item in the input element of the component.\nFor more details about the available template options refer to\nTemplate documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#valuetemplate"},"width":{"name":"width","description":"

Specifies the width of the component. By default, the component width sets based on the width of\nits parent container. You can also set the width in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the component popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds a new item to the popup list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#destroy"},"filter":{"name":"filter","description":"

To filter the data from given data source by using query

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filter"},"focusIn":{"name":"focusIn","description":"

Sets the focus on the component for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#focusin"},"focusOut":{"name":"focusOut","description":"

Moves the focus from the component if the component is already focused.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#focusout"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#getdatabyvalue"},"getItems":{"name":"getItems","description":"

Gets all the list items bound on this component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#getitems"},"hidePopup":{"name":"hidePopup","description":"

Hides the popup if it is in an open state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#hidepopup"},"hideSpinner":{"name":"hideSpinner","description":"

Hides the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#hidespinner"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#removeeventlistener"},"showPopup":{"name":"showPopup","description":"

Opens the popup that displays the list of items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#showpopup"},"showSpinner":{"name":"showSpinner","description":"

Shows the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#showspinner"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#inject"}},"ListBox":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#actionfailure"},"beforeItemRender":{"name":"beforeItemRender","description":"

Triggers while rendering each list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#beforeitemrender"},"change":{"name":"change","description":"

Triggers while select / unselect the list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#change"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#destroyed"},"drag":{"name":"drag","description":"

Triggers while dragging the list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#drag"},"dragStart":{"name":"dragStart","description":"

Triggers after dragging the list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#dragstart"},"drop":{"name":"drop","description":"

Triggers before dropping the list item on another list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#drop"},"filtering":{"name":"filtering","description":"

Triggers on typing a character in the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#filtering"},"allowDragAndDrop":{"name":"allowDragAndDrop","description":"

If 'allowDragAndDrop' is set to true, then you can perform drag and drop of the list item.\nListBox contains same 'scope' property enables drag and drop between multiple ListBox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#allowdraganddrop"},"allowFiltering":{"name":"allowFiltering","description":"

To enable the filtering option in this component.\nFilter action performs when type in search box and collect the matched item through filtering event.\nIf searching character does not match, noRecordsTemplate property value will be shown.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#allowfiltering"},"cssClass":{"name":"cssClass","description":"

Sets the CSS classes to root element of this component, which helps to customize the\ncomplete styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#cssclass"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/list-box/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#fields"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe FilterType and its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to StartsWith, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#filtertype"},"height":{"name":"height","description":"

Sets the height of the ListBox component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-box/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#isdestroyed"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#locale"},"maximumSelectionLength":{"name":"maximumSelectionLength","description":"

Sets limitation to the value selection.\nbased on the limitation, list selection will be prevented.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/list-box/#maximumselectionlength"},"query":{"name":"query","description":"

Accepts the external Query\nwhich will execute along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/list-box/#query"},"scope":{"name":"scope","description":"

Defines the scope value to group sets of draggable and droppable ListBox.\nA draggable with the same scope value will be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#scope"},"selectionSettings":{"name":"selectionSettings","description":"

Specifies the selection mode and its type.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#selectionsettings"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/list-box/#sortorder"},"toolbarSettings":{"name":"toolbarSettings","description":"

Specifies the toolbar items and its position.

\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#toolbarsettings"},"value":{"name":"value","description":"

Sets the specified item to the selected state or gets the selected item in the ListBox.

\n","type":"string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#addeventlistener"},"addItems":{"name":"addItems","description":"

Adds a new item to the list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#additems"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#databind"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#destroy"},"enableItems":{"name":"enableItems","description":"

This method is used to enable or disable the items in the ListBox based on the items and enable argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#enableitems"},"filter":{"name":"filter","description":"

To filter the data from given data source by using query

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#filter"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#getdatabyvalue"},"getItems":{"name":"getItems","description":"

Gets all the list items bound on this component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#getitems"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#removeeventlistener"},"removeItem":{"name":"removeItem","description":"

Removes a item from the list. By default, removed the last item in the list,\nbut you can remove based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#removeitem"},"removeItems":{"name":"removeItems","description":"

Removes a item from the list. By default, removed the last item in the list,\nbut you can remove based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#removeitems"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#requiredmodules"},"selectAll":{"name":"selectAll","description":"

Based on the state parameter, entire list item will be selected/deselected.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#selectall"},"selectItems":{"name":"selectItems","description":"

Based on the state parameter, specified list item will be selected/deselected.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#selectitems"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#inject"}},"CheckBoxSelection":{"filterInput":{"name":"filterInput","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#filterinput"},"list":{"name":"list","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#list"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#addeventlistener"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#getmodulename"},"listOption":{"name":"listOption","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#listoption"},"listSelection":{"name":"listSelection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#listselection"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#removeeventlistener"}},"MultiSelect":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#actionfailure"},"beforeOpen":{"name":"beforeOpen","description":"

Fires when popup opens before animation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#beforeopen"},"blur":{"name":"blur","description":"

Event triggers when the input get focus-out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#blur"},"change":{"name":"change","description":"

Fires each time when selection changes happened in list items after model and input value get affected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#change"},"chipSelection":{"name":"chipSelection","description":"

Event triggers when the chip selection.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#chipselection"},"close":{"name":"close","description":"

Fires when popup close after animation completion.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#created"},"customValueSelection":{"name":"customValueSelection","description":"

Triggers when the customValue is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#customvalueselection"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the popup list..

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#destroyed"},"filtering":{"name":"filtering","description":"

Triggers event,when user types a text in search box.

\n
\n

For more details about filtering, refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#filtering"},"focus":{"name":"focus","description":"

Event triggers when the input get focused.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#focus"},"open":{"name":"open","description":"

Fires when popup opens after animation completion.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#open"},"removed":{"name":"removed","description":"

Fires after the selected item removed from the widget.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#removed"},"removing":{"name":"removing","description":"

Fires before the selected item removed from the widget.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#removing"},"select":{"name":"select","description":"

Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#select"},"selectedAll":{"name":"selectedAll","description":"

Fires after select all process completion.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#selectedall"},"tagging":{"name":"tagging","description":"

Fires before set the selected item as chip in the component.

\n
\n

For more details about chip customization refer Chip Customization

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#tagging"},"actionFailureTemplate":{"name":"actionFailureTemplate","description":"

Accepts the template and assigns it to the popup list content of the component\nwhen the data fetch request from the remote server fails.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#actionfailuretemplate"},"allowCustomValue":{"name":"allowCustomValue","description":"

Allows user to add a\ncustom value, the value which is not present in the suggestion list.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#allowcustomvalue"},"allowFiltering":{"name":"allowFiltering","description":"

To enable the filtering option in this component.\nFilter action performs when type in search box and collect the matched item through filtering event.\nIf searching character does not match, noRecordsTemplate property value will be shown.\n{% codeBlock src="multiselect/allow-filtering-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="multiselect/allow-filtering-api/index.html" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#allowfiltering"},"closePopupOnSelect":{"name":"closePopupOnSelect","description":"

Based on the property, when item get select popup visibility state will changed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#closepopuponselect"},"cssClass":{"name":"cssClass","description":"

Sets the CSS classes to root element of this component which helps to customize the\ncomplete styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#cssclass"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},"delimiterChar":{"name":"delimiterChar","description":"

Sets the delimiter character for 'default' and 'delimiter' visibility modes.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#delimiterchar"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/multi-select/#element"},"enableGroupCheckBox":{"name":"enableGroupCheckBox","description":"

Specifies a Boolean value that indicates the whether the grouped list items are\nallowed to check by checking the group header in checkbox mode.\nBy default, there is no checkbox provided for group headers.\nThis property allows you to render checkbox for group headers and to select\nall the grouped items at once

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enablegroupcheckbox"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enablertl"},"enableSelectionOrder":{"name":"enableSelectionOrder","description":"

Reorder the selected items in popup visibility state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enableselectionorder"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},"filterBarPlaceholder":{"name":"filterBarPlaceholder","description":"

Accepts the value to be displayed as a watermark text on the filter bar.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#filterbarplaceholder"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe FilterType and its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to StartsWith, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#filtertype"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies whether to display the floating label above the input element.\nPossible values are:

\n
    \n
  • Never: The label will never float in the input when the placeholder is available.
  • \n
  • Always: The floating label will always float above the input.
  • \n
  • Auto: The floating label will float above the input after focusing or entering a value in the input.
  • \n
\n","type":"FloatLabelType","link":"//ej2.syncfusion.com/documentation/api/multi-select/#floatlabeltype"},"footerTemplate":{"name":"footerTemplate","description":"

Accepts the template design and assigns it to the footer container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#footertemplate"},"groupTemplate":{"name":"groupTemplate","description":"

Accepts the template design and assigns it to the group headers present in the popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#grouptemplate"},"headerTemplate":{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#headertemplate"},"hideSelectedItem":{"name":"hideSelectedItem","description":"

Hides the selected item from the list item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#hideselecteditem"},"htmlAttributes":{"name":"htmlAttributes","description":"

Gets or sets the additional attribute to HtmlAttributes property in MultiSelect,\nwhich helps to add attribute like title, name etc, input should be key value pair.\n{% codeBlock src="multiselect/html-attributes-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="multiselect/html-attributes-api/index.html" %}{% endcodeBlock %}

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/multi-select/#htmlattributes"},"ignoreAccent":{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#ignoreaccent"},"ignoreCase":{"name":"ignoreCase","description":"

Sets case sensitive\noption for filter operation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#ignorecase"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#isdestroyed"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.

\n
\n

For more details about the available template options refer to Template documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#locale"},"maximumSelectionLength":{"name":"maximumSelectionLength","description":"

Sets limitation to the value selection.\nbased on the limitation, list selection will be prevented.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#maximumselectionlength"},"mode":{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n

{% codeBlock src="multiselect/visual-mode-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="multiselect/visual-mode-api/index.html" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},"noRecordsTemplate":{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#norecordstemplate"},"openOnClick":{"name":"openOnClick","description":"

Whether to automatically open the popup when the control is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#openonclick"},"placeholder":{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},"popupHeight":{"name":"popupHeight","description":"

Gets or sets the height of the popup list. By default it renders based on its list item.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#popupheight"},"popupWidth":{"name":"popupWidth","description":"

Gets or sets the width of the popup list and percentage values has calculated based on input width.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#popupwidth"},"query":{"name":"query","description":"

Accepts the external Query\nwhich will execute along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/multi-select/#query"},"readonly":{"name":"readonly","description":"

Gets or sets the readonly to input or not. Once enabled, just you can copy or highlight\nthe text however tab key action will perform.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#readonly"},"selectAllText":{"name":"selectAllText","description":"

Specifies the selectAllText to be displayed on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#selectalltext"},"showClearButton":{"name":"showClearButton","description":"

Enables close icon with the each selected item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#showclearbutton"},"showDropDownIcon":{"name":"showDropDownIcon","description":"

Allows you to either show or hide the DropDown button on the component

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#showdropdownicon"},"showSelectAll":{"name":"showSelectAll","description":"

Allows you to either show or hide the selectAll option on the component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#showselectall"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/multi-select/#sortorder"},"text":{"name":"text","description":"

Selects the list item which maps the data text field in the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#text"},"ulElement":{"name":"ulElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/multi-select/#ulelement"},"unSelectAllText":{"name":"unSelectAllText","description":"

Specifies the UnSelectAllText to be displayed on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#unselectalltext"},"value":{"name":"value","description":"

Selects the list item which maps the data value field in the component.

\n","type":"number[]|string[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#value"},"valueTemplate":{"name":"valueTemplate","description":"

Accepts the template design and assigns it to the selected list item in the input element of the component.\nFor more details about the available template options refer to\nTemplate documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#valuetemplate"},"width":{"name":"width","description":"

Gets or sets the width of the component. By default, it sizes based on its parent.\ncontainer dimension.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the component popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds a new item to the popup list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#destroy"},"filter":{"name":"filter","description":"

To filter the data from given data source by using query

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#filter"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#focusout"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#getdatabyvalue"},"getItems":{"name":"getItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#getitems"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#getmodulename"},"hidePopup":{"name":"hidePopup","description":"

Hides the popup, if the popup in a open state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#hidepopup"},"hideSpinner":{"name":"hideSpinner","description":"

Hides the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#hidespinner"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#requiredmodules"},"selectAll":{"name":"selectAll","description":"

Based on the state parameter, entire list item will be selected/deselected.\nparameter\ntrue - Selects entire list items.\nfalse - Un Selects entire list items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#selectall"},"showPopup":{"name":"showPopup","description":"

Shows the popup, if the popup in a closed state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#showpopup"},"showSpinner":{"name":"showSpinner","description":"

Shows the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#showspinner"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#inject"}},"ClearFormat":{"clear":{"name":"clear","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/editor-manager/clearFormat#clear"}},"SelectionCommands":{"applyFormat":{"name":"applyFormat","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/editor-manager/selectionCommands#applyformat"}},"ToolbarStatus":{"get":{"name":"get","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/editor-manager/toolbarStatus#get"}},"UndoRedoManager":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#element"},"steps":{"name":"steps","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#steps"},"undoRedoStack":{"name":"undoRedoStack","description":"","type":"IHtmlUndoRedoData[]","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#undoredostack"},"undoRedoSteps":{"name":"undoRedoSteps","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#undoredosteps"},"undoRedoTimer":{"name":"undoRedoTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#undoredotimer"},"destroy":{"name":"destroy","description":"

Destroys the ToolBar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#destroy"},"getUndoStatus":{"name":"getUndoStatus","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#getundostatus"},"onAction":{"name":"onAction","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#onaction"},"redo":{"name":"redo","description":"

Redo the editable text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#redo"},"saveData":{"name":"saveData","description":"

RTE collection stored html format.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#savedata"},"undo":{"name":"undo","description":"

Undo the editable text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#undo"}},"UndoRedoCommands":{"steps":{"name":"steps","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#steps"},"undoRedoStack":{"name":"undoRedoStack","description":"","type":"MarkdownUndoRedoData[]","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#undoredostack"},"undoRedoSteps":{"name":"undoRedoSteps","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#undoredosteps"},"undoRedoTimer":{"name":"undoRedoTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#undoredotimer"},"destroy":{"name":"destroy","description":"

Destroys the ToolBar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#destroy"},"getUndoStatus":{"name":"getUndoStatus","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#getundostatus"},"onAction":{"name":"onAction","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#onaction"},"redo":{"name":"redo","description":"

Redo the editable text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#redo"},"saveData":{"name":"saveData","description":"

MD collection stored string format.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#savedata"},"undo":{"name":"undo","description":"

Undo the editable text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#undo"}},"BaseQuickToolbar":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#element"},"popupObj":{"name":"popupObj","description":"","type":"Popup","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#popupobj"},"quickTBarObj":{"name":"quickTBarObj","description":"","type":"BaseToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#quicktbarobj"},"toolbarElement":{"name":"toolbarElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#toolbarelement"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#addeventlistener"},"hidePopup":{"name":"hidePopup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#hidepopup"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#removeeventlistener"},"render":{"name":"render","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#render"},"showPopup":{"name":"showPopup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#showpopup"}},"BaseToolbar":{"toolbarObj":{"name":"toolbarObj","description":"","type":"tool","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseToolbar#toolbarobj"},"getObject":{"name":"getObject","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseToolbar#getobject"},"render":{"name":"render","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseToolbar#render"}},"ColorPickerInput":{"destroyColorPicker":{"name":"destroyColorPicker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/colorPickerInput#destroycolorpicker"},"renderColorPickerInput":{"name":"renderColorPickerInput","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/colorPickerInput#rendercolorpickerinput"}},"Count":{"renderCount":{"name":"renderCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/count#rendercount"}},"DropDownButtons":{"alignDropDown":{"name":"alignDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#aligndropdown"},"displayDropDown":{"name":"displayDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#displaydropdown"},"fontNameDropDown":{"name":"fontNameDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#fontnamedropdown"},"fontSizeDropDown":{"name":"fontSizeDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#fontsizedropdown"},"formatDropDown":{"name":"formatDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#formatdropdown"},"imageAlignDropDown":{"name":"imageAlignDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#imagealigndropdown"},"tableCellVerticalAlignDropDown":{"name":"tableCellVerticalAlignDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#tablecellverticalaligndropdown"},"tableColumnsDropDown":{"name":"tableColumnsDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#tablecolumnsdropdown"},"tableRowsDropDown":{"name":"tableRowsDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#tablerowsdropdown"},"destroyDropDowns":{"name":"destroyDropDowns","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#destroydropdowns"},"renderDropDowns":{"name":"renderDropDowns","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#renderdropdowns"}},"ExecCommandCallBack":{},"FullScreen":{"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fullScreen#destroy"},"hideFullScreen":{"name":"hideFullScreen","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fullScreen#hidefullscreen"},"showFullScreen":{"name":"showFullScreen","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fullScreen#showfullscreen"}},"HtmlEditor":{},"HtmlToolbarStatus":{"parent":{"name":"parent","description":"","type":"IRichTextEditor","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/htmlToolbarStatus#parent"},"toolbarStatus":{"name":"toolbarStatus","description":"","type":"IToolbarStatus","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/htmlToolbarStatus#toolbarstatus"}},"MarkdownEditor":{},"MarkdownToolbarStatus":{"element":{"name":"element","description":"","type":"HTMLTextAreaElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/markdownToolbarStatus#element"},"parent":{"name":"parent","description":"","type":"IRichTextEditor","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/markdownToolbarStatus#parent"},"selection":{"name":"selection","description":"","type":"MarkdownSelection","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/markdownToolbarStatus#selection"},"toolbarStatus":{"name":"toolbarStatus","description":"","type":"IToolbarStatus","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/markdownToolbarStatus#toolbarstatus"}},"PasteCleanup":{},"QuickToolbar":{"imageQTBar":{"name":"imageQTBar","description":"","type":"BaseQuickToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#imageqtbar"},"inlineQTBar":{"name":"inlineQTBar","description":"","type":"BaseQuickToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#inlineqtbar"},"linkQTBar":{"name":"linkQTBar","description":"","type":"BaseQuickToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#linkqtbar"},"tableQTBar":{"name":"tableQTBar","description":"","type":"BaseQuickToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#tableqtbar"},"textQTBar":{"name":"textQTBar","description":"","type":"BaseQuickToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#textqtbar"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#addeventlistener"},"createQTBar":{"name":"createQTBar","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#createqtbar"},"getInlineBaseToolbar":{"name":"getInlineBaseToolbar","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#getinlinebasetoolbar"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#removeeventlistener"}},"SanitizeHtmlHelper":{"removeAttrs":{"name":"removeAttrs","description":"","type":"SanitizeRemoveAttrs[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/sanitizeHtmlHelper#removeattrs"},"removeTags":{"name":"removeTags","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/sanitizeHtmlHelper#removetags"},"wrapElement":{"name":"wrapElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/sanitizeHtmlHelper#wrapelement"},"initialize":{"name":"initialize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/sanitizeHtmlHelper#initialize"},"serializeValue":{"name":"serializeValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/sanitizeHtmlHelper#serializevalue"}},"ToolbarAction":{},"RichTextEditor":{"actionBegin":{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after command execution using toolbar items or executeCommand method.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actioncomplete"},"beforeDialogOpen":{"name":"beforeDialogOpen","description":"

Event triggers when the dialog is being opened.\nIf you cancel this event, the dialog remains closed.\nSet the cancel argument to true to cancel the open of a dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#beforedialogopen"},"beforeQuickToolbarOpen":{"name":"beforeQuickToolbarOpen","description":"

Event triggers when the quick toolbar is being opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#beforequicktoolbaropen"},"beforeSanitizeHtml":{"name":"beforeSanitizeHtml","description":"

Event triggers before sanitize the value. It's only applicable to editorMode as HTML.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#beforesanitizehtml"},"blur":{"name":"blur","description":"

Triggers when RichTextEditor is focused out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#blur"},"change":{"name":"change","description":"

Triggers only when RichTextEditor is blurred and changes are done to the content.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#change"},"created":{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the RichTextEditor is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#destroyed"},"dialogClose":{"name":"dialogClose","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#dialogclose"},"dialogOpen":{"name":"dialogOpen","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#dialogopen"},"focus":{"name":"focus","description":"

Triggers when RichTextEditor is focused in

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#focus"},"imageRemoving":{"name":"imageRemoving","description":"

Event triggers when the selected image is cleared from the insert image dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#imageremoving"},"imageSelected":{"name":"imageSelected","description":"

Event triggers when the image is selected or dragged into the insert image dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#imageselected"},"imageUploadFailed":{"name":"imageUploadFailed","description":"

Event triggers when there is an error in the image upload.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#imageuploadfailed"},"imageUploadSuccess":{"name":"imageUploadSuccess","description":"

Event triggers when the image is successfully uploaded to the server side.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#imageuploadsuccess"},"imageUploading":{"name":"imageUploading","description":"

Event triggers when the selected image begins to upload in the insert image dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#imageuploading"},"quickToolbarClose":{"name":"quickToolbarClose","description":"

Event triggers after the quick toolbar has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#quicktoolbarclose"},"quickToolbarOpen":{"name":"quickToolbarOpen","description":"

Event triggers when a quick toolbar is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#quicktoolbaropen"},"resizeStart":{"name":"resizeStart","description":"

Triggers only when start resize the image.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Triggers only when stop resize the image.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#resizestop"},"resizing":{"name":"resizing","description":"

Triggers only when resizing the image.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#resizing"},"toolbarClick":{"name":"toolbarClick","description":"

Triggers when RichTextEditor Toolbar items is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarclick"},"backgroundColor":{"name":"backgroundColor","description":"

Predefine the color palette that can be rendered for background color (text highlighted color) toolbar command.

\n","type":"BackgroundColorModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#backgroundcolor"},"cssClass":{"name":"cssClass","description":"

Specifies the CSS class name appended with the root element of the RichTextEditor.\nOne or more custom CSS classes can be added to a RichTextEditor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#cssclass"},"editorMode":{"name":"editorMode","description":"

Specifies the editing mode of the RichTextEditor.

\n
    \n
  • \n

    HTML - Render RichTextEditor as HTML editor using <IFRAME> element or content editable <div> element\nor <textarea> element.

    \n
  • \n
  • \n

    Markdown - Render RichTextEditor as markdown editor using <textarea>.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#editormode"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#element"},"enableAutoUrl":{"name":"enableAutoUrl","description":"

Enable enableAutoUrl to accept the given URL (relative or absolute) without validating the URL for hyperlinks, otherwise\nthe given URL will automatically convert to absolute path URL by prefixing https:// for hyperlinks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enableautourl"},"enableHtmlEncode":{"name":"enableHtmlEncode","description":"

specifies the value whether the source code is displayed with encoded format.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enablehtmlencode"},"enablePersistence":{"name":"enablePersistence","description":"

Enables or disables the persisting component's state between page reloads.\nIf enabled, the value of RichTextEditor is persisted

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enablepersistence"},"enableResize":{"name":"enableResize","description":"

Enables or disables the resizing option in the editor.\nIf enabled, the RichTextEditor can be resized by dragging the resize icon in the bottom right corner.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enableresize"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enablertl"},"enableTabKey":{"name":"enableTabKey","description":"

Allows the tab key action in the RichTextEditor content.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabletabkey"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabled"},"floatingToolbarOffset":{"name":"floatingToolbarOffset","description":"

Preserves the toolbar at the top of the RichTextEditor on scrolling and\nspecifies the offset of the floating toolbar from documents top position

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#floatingtoolbaroffset"},"fontColor":{"name":"fontColor","description":"

Predefine the color palette that can be rendered for font color toolbar command .

\n","type":"FontColorModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#fontcolor"},"fontFamily":{"name":"fontFamily","description":"

Predefine the font families that populate in font family dropdown list from the toolbar.

\n","type":"FontFamilyModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#fontfamily"},"fontSize":{"name":"fontSize","description":"

Predefine the font sizes that populate in font size dropdown list from the toolbar.

\n","type":"FontSizeModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#fontsize"},"format":{"name":"format","description":"

Predefine the collection of paragraph styles along with quote and code style that populate in format dropdown from the toolbar.

\n","type":"FormatModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#format"},"formatter":{"name":"formatter","description":"

Customize keyCode to change the key value.

\n","type":"IFormatter","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#formatter"},"height":{"name":"height","description":"

Specifies the height of the RichTextEditor component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#height"},"htmlAttributes":{"name":"htmlAttributes","description":"

Allows additional HTML attributes such as title, name, etc., and\nIt will be accepts n number of attributes in a key-value pair format.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#htmlattributes"},"iframeSettings":{"name":"iframeSettings","description":"

Specifies the items to be rendered in an iframe mode, and it has the following properties.

\n
    \n
  • enable - Set Boolean value to enable, the editors content is placed in an iframe and isolated from the rest of the page.
  • \n
  • attributes - Custom style to be used inside the iframe to display content. This style is added to the iframe body.
  • \n
  • resources - we can add both styles and scripts to the iframe.\n
      \n
    1. styles[] - An array of CSS style files to inject inside the iframe to display content
    2. \n
    3. scripts[] - An array of JS script files to inject inside the iframe
    4. \n
    \n
  • \n
\n","type":"IFrameSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#iframesettings"},"inlineMode":{"name":"inlineMode","description":"

Enable or disable the inline edit mode.

\n
    \n
  • enable - set boolean value to enable or disable the inline edit mode.
  • \n
  • onSelection - If its set to true, upon selecting the text, the toolbar is opened in inline.\nIf its set to false, upon clicking to the target element, the toolbar is opened.
  • \n
\n","type":"InlineModeModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inlinemode"},"insertImageSettings":{"name":"insertImageSettings","description":"

Specifies the image insert options in RichTextEditor component and control with the following properties.

\n
    \n
  • allowedTypes - Specifies the extensions of the image types allowed to insert on bowering and\npassing the extensions with comma separators. For example, pass allowedTypes as .jpg and .png.
  • \n
  • display - Sets the default display for an image when it is inserted in to the RichTextEditor.\nPossible options are: 'inline' and 'block'.
  • \n
  • width - Sets the default width of the image when it is inserted in the RichTextEditor.
  • \n
  • saveFormat - Specifies the format to store the image in the RichTextEditor (Base64 or Blob).
  • \n
  • height - Sets the default height of the image when it is inserted in the RichTextEditor.
  • \n
  • saveUrl - Provides URL to map the action result method to save the image.
  • \n
  • path - Specifies the location to store the image.
  • \n
\n","type":"ImageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#insertimagesettings"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#isdestroyed"},"keyConfig":{"name":"keyConfig","description":"

Customizes the key actions in RichTextEditor.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#keyconfig"},"keyboardModule":{"name":"keyboardModule","description":"","type":"KeyboardEvents","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#keyboardmodule"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#locale"},"localeObj":{"name":"localeObj","description":"","type":"L10n","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#localeobj"},"maxLength":{"name":"maxLength","description":"

Specifies the maximum number of characters allowed in the RichTextEditor component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#maxlength"},"needsID":{"name":"needsID","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#needsid"},"pasteCleanupSettings":{"name":"pasteCleanupSettings","description":"

Specifies the pasting options in RichTextEditor component and control with the following properties.

\n
    \n
  • prompt - Set boolean value to enable or disable the prompt when pasting.
  • \n
  • deniedAttrs - Specifies the attributes to restrict when pasting in RTE.
  • \n
  • allowedStyleProps - Specifies the allowed style properties when pasting in RTE.
  • \n
  • deniedTags\t - Specifies the tags to restrict when pasting in RTE.
  • \n
  • keepFormat\t - Set boolean value to keep or remove the from when pasting.
  • \n
  • plainText\t - Set boolean value to paste as plain text or not.
  • \n
\n","type":"PasteCleanupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#pastecleanupsettings"},"placeholder":{"name":"placeholder","description":"

Specifies the placeholder for the RichTextEditor’s content used when the RichTextEditor body is empty.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#placeholder"},"quickToolbarSettings":{"name":"quickToolbarSettings","description":"

Specifies the items to be rendered in quick toolbar based on the target element.

\n
    \n
  • It has following fields:
  • \n
  • enable - set boolean value to show or hide the quick toolbar
  • \n
  • actionOnScroll - it has two possible options\n
      \n
    1. hide: The quickToolbar is closed when the parent element is scrolled.
    2. \n
    3. none: The quickToolbar cannot be closed even the parent element is scrolled.
    4. \n
    \n
  • \n
  • link - Specifies the items to be rendered in quick toolbar based on link element such as Open, Edit, and UnLink.
  • \n
  • image - Specifies the items to be rendered in quick toolbar based on image element such as 'Replace',\n'Align', 'Caption', 'Remove', 'InsertLink', 'Display', 'AltText', 'Dimension'.
  • \n
  • text\t - Specifies the items to be rendered in quick toolbar based on text element such as 'Cut', 'Copy', 'Paste'.
  • \n
\n","type":"QuickToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#quicktoolbarsettings"},"readonly":{"name":"readonly","description":"

The user interactions on the component are disabled, when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#readonly"},"saveInterval":{"name":"saveInterval","description":"

Specifies the saveInterval in milliseconds for autosave the value.\nThe change event will be triggered if the content was changed from the last saved interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#saveinterval"},"showCharCount":{"name":"showCharCount","description":"

Sets Boolean value to enable or disable the display of the character counter.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showcharcount"},"tableSettings":{"name":"tableSettings","description":"

Specifies the table insert options in RichTextEditor component and control with the following properties.

\n
    \n
  • styles - Class name should be appended by default in table element.\nIt helps to design the table in specific CSS styles always when inserting in editor.
  • \n
  • width - Sets the default width of the table when it is inserted in the RichTextEditor.
  • \n
  • minWidth - Sets the default minWidth of the table when it is inserted in the RichTextEditor.
  • \n
  • maxWidth - Sets the default maxWidth of the table when it is inserted in the RichTextEditor.
  • \n
  • resize - To enable resize the table.
  • \n
\n","type":"TableSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#tablesettings"},"toolbarSettings":{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},"undoRedoSteps":{"name":"undoRedoSteps","description":"

Specifies the count of undo history which is stored in undoRedoManager.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#undoredosteps"},"undoRedoTimer":{"name":"undoRedoTimer","description":"

Specifies the interval value in milliseconds that store actions in undoRedoManager. The minimum value is 300 milliseconds.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#undoredotimer"},"value":{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},"valueContainer":{"name":"valueContainer","description":"","type":"HTMLTextAreaElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#valuecontainer"},"valueTemplate":{"name":"valueTemplate","description":"

Accepts the template design and assigns it as RichTextEditor’s content.\nThe built-in template engine which provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#valuetemplate"},"width":{"name":"width","description":"

Specifies the width of the RichTextEditor.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#databind"},"destroy":{"name":"destroy","description":"

Destroys the component (detaches/removes all event handlers, attributes, classes, and empties the component element).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#destroy"},"disableToolbarItem":{"name":"disableToolbarItem","description":"

Disables the given toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#disabletoolbaritem"},"enableToolbarItem":{"name":"enableToolbarItem","description":"

Enables the give toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabletoolbaritem"},"executeCommand":{"name":"executeCommand","description":"

Executes the commands

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#executecommand"},"focusIn":{"name":"focusIn","description":"

Focuses the RichTextEditor component

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#focusin"},"focusOut":{"name":"focusOut","description":"

Blurs the RichTextEditor component

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#focusout"},"getCharCount":{"name":"getCharCount","description":"

Returns the maximum number of characters in the Rich Text Editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getcharcount"},"getContent":{"name":"getContent","description":"

Returns the HTML or Text inside the RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getcontent"},"getHtml":{"name":"getHtml","description":"

Retrieves the HTML from RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#gethtml"},"getID":{"name":"getID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getid"},"getPersistData":{"name":"getPersistData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getpersistdata"},"getRange":{"name":"getRange","description":"

Get the selected range from the RichTextEditor's content.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getrange"},"getSelection":{"name":"getSelection","description":"

Retrieves the HTML markup content from currently selected content of RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getselection"},"getText":{"name":"getText","description":"

Returns the text content as string.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#gettext"},"invokeChangeEvent":{"name":"invokeChangeEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#invokechangeevent"},"preventDefaultResize":{"name":"preventDefaultResize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#preventdefaultresize"},"print":{"name":"print","description":"

By default, prints all the pages of the RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#refresh"},"refreshUI":{"name":"refreshUI","description":"

Refresh the view of the editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#refreshui"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#removeeventlistener"},"removeToolbarItem":{"name":"removeToolbarItem","description":"

Removes the give toolbar items from the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#removetoolbaritem"},"sanitizeHtml":{"name":"sanitizeHtml","description":"

This method will clean up the HTML against cross-site scripting attack and return the HTML as string.\nIt's only applicable to editorMode as HTML.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#sanitizehtml"},"selectAll":{"name":"selectAll","description":"

Selects all the content in RichTextEditor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#selectall"},"selectRange":{"name":"selectRange","description":"

Selects a content range or an element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#selectrange"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#setcontentheight"},"setEnable":{"name":"setEnable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#setenable"},"setPlaceHolder":{"name":"setPlaceHolder","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#setplaceholder"},"setReadOnly":{"name":"setReadOnly","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#setreadonly"},"showFullScreen":{"name":"showFullScreen","description":"

Shows the RichTextEditor component in full-screen mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showfullscreen"},"showSourceCode":{"name":"showSourceCode","description":"

Shows the source HTML/MD markup.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showsourcecode"},"updateValue":{"name":"updateValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#updatevalue"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"}},"IFrameSettings":{"attributes":{"name":"attributes","description":"

Defines additional attributes to render iframe.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/iFrameSettings#attributes"},"enable":{"name":"enable","description":"

Specifies whether to render iframe based editable element in RTE.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/iFrameSettings#enable"},"resources":{"name":"resources","description":"

The object used for inject styles and scripts.

\n","type":"ResourcesModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/iFrameSettings#resources"}},"Resources":{"scripts":{"name":"scripts","description":"

Specifies scripts that inject into iframe.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/resources#scripts"},"styles":{"name":"styles","description":"

Specifies styles that inject into iframe.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/resources#styles"},"allowMultiple":{"name":"allowMultiple","description":"

When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the\nselected resources.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#allowmultiple"},"colorField":{"name":"colorField","description":"

It maps the color field from the dataSource, which is used to specify colors for the resources.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#colorfield"},"cssClassField":{"name":"cssClassField","description":"

It maps the cssClass field from the dataSource, which is used to specify different styles to each resource appointments.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#cssclassfield"},"dataSource":{"name":"dataSource","description":"

Assigns the resource dataSource\nThe data can be passed either as an array of JavaScript objects,\nor else can create an instance of DataManager\nin case of processing remote data and can be assigned to the dataSource property.\nWith the remote data assigned to dataSource, check the available\nadaptors to customize the data processing.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#datasource"},"endHourField":{"name":"endHourField","description":"

It maps the endHour field from the dataSource, which is used to specify different work end hour for each resources.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#endhourfield"},"expandedField":{"name":"expandedField","description":"

It maps the expanded field from the dataSource, which is used to specify whether each resource levels\nin timeline view needs to be maintained in an expanded or collapsed state by default.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#expandedfield"},"field":{"name":"field","description":"

A value that binds to the resource field of event object.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#field"},"groupIDField":{"name":"groupIDField","description":"

It maps the groupID field from the dataSource, which is used to specify under which parent resource,\nthe child should be grouped.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#groupidfield"},"idField":{"name":"idField","description":"

It maps the id field from the dataSource and is used to uniquely identify the resources.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#idfield"},"name":{"name":"name","description":"

It represents a unique resource name for differentiating various resource objects while grouping.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#name"},"query":{"name":"query","description":"

Defines the external query\nthat will be executed along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#query"},"startHourField":{"name":"startHourField","description":"

It maps the startHour field from the dataSource, which is used to specify different work start hour for each resources.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#starthourfield"},"textField":{"name":"textField","description":"

It maps the text field from the dataSource, which is used to specify the resource names.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#textfield"},"title":{"name":"title","description":"

It holds the title of the resource field to be displayed on the schedule event editor window.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#title"},"workDaysField":{"name":"workDaysField","description":"

It maps the working days field from the dataSource, which is used to specify different working days for each resources.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#workdaysfield"}},"InlineMode":{"enable":{"name":"enable","description":"

Specifies whether enable/disable inline toolbar in RTE.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/inlineMode#enable"},"onSelection":{"name":"onSelection","description":"

Specifies the inline toolbar render based on with or without selection.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/inlineMode#onselection"}},"BackgroundColor":{"colorCode":{"name":"colorCode","description":"

Specifies color code customization

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/backgroundColor#colorcode"},"columns":{"name":"columns","description":"

Specifies columns

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/backgroundColor#columns"},"default":{"name":"default","description":"

Specifies default font color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/backgroundColor#default"},"mode":{"name":"mode","description":"

Specifies mode

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/backgroundColor#mode"},"modeSwitcher":{"name":"modeSwitcher","description":"

Specifies a modeSwitcher button

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/backgroundColor#modeswitcher"}},"FontColor":{"colorCode":{"name":"colorCode","description":"

Specifies color code customization

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontColor#colorcode"},"columns":{"name":"columns","description":"

Specifies columns

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontColor#columns"},"default":{"name":"default","description":"

Specifies default font color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontColor#default"},"mode":{"name":"mode","description":"

Specifies mode

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontColor#mode"},"modeSwitcher":{"name":"modeSwitcher","description":"

Specifies modeSwitcher button

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontColor#modeswitcher"}},"FontFamily":{"default":{"name":"default","description":"

Specifies default font family selection

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontFamily#default"},"items":{"name":"items","description":"

Specifies default font family items

\n","type":"IDropDownItemModel[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontFamily#items"},"width":{"name":"width","description":"

Specifies content width

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontFamily#width"}},"FontSize":{"default":{"name":"default","description":"

Specifies default font size selection

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontSize#default"},"items":{"name":"items","description":"

Specifies default font size items

\n","type":"IDropDownItemModel[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontSize#items"},"width":{"name":"width","description":"

Specifies content width

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontSize#width"}},"Format":{"default":{"name":"default","description":"

Specifies default format

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/format#default"},"types":{"name":"types","description":"

Specifies default font size items

\n","type":"IDropDownItemModel[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/format#types"},"width":{"name":"width","description":"

Specifies content width

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/format#width"}},"ImageSettings":{"allowedTypes":{"name":"allowedTypes","description":"

Specifies whether to allowType based file select.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#allowedtypes"},"display":{"name":"display","description":"

Specifies whether insert image inline or break.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#display"},"height":{"name":"height","description":"

Specifies whether image height.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#height"},"maxHeight":{"name":"maxHeight","description":"

Defines the maximum Height of the image.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Defines the maximum Width of the image.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#maxwidth"},"minHeight":{"name":"minHeight","description":"

Defines the minimum Height of the image.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#minheight"},"minWidth":{"name":"minWidth","description":"

Defines the minimum Width of the image.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#minwidth"},"path":{"name":"path","description":"

Specifies the URL of save action that will receive the upload files and save in the server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#path"},"resize":{"name":"resize","description":"

To enable resizing for image element.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#resize"},"resizeByPercent":{"name":"resizeByPercent","description":"

image resizing should be done by percentage calculation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#resizebypercent"},"saveFormat":{"name":"saveFormat","description":"

Specifies whether the inserted image is saved as blob or base64.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#saveformat"},"saveUrl":{"name":"saveUrl","description":"

Specifies the URL of save action that will receive the upload files and save in the server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#saveurl"},"width":{"name":"width","description":"

Specifies whether image width.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#width"}},"PasteCleanupSettings":{"allowedStyleProps":{"name":"allowedStyleProps","description":"

Specifies the allowed style properties when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#allowedstyleprops"},"deniedAttrs":{"name":"deniedAttrs","description":"

Specifies the attributes to restrict when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#deniedattrs"},"deniedTags":{"name":"deniedTags","description":"

Specifies the tags to restrict when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#deniedtags"},"keepFormat":{"name":"keepFormat","description":"

Specifies whether to keep or remove the format when pasting in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#keepformat"},"plainText":{"name":"plainText","description":"

Specifies whether to paste as plain text or not in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#plaintext"},"prompt":{"name":"prompt","description":"

Specifies whether to enable the prompt for paste in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#prompt"}},"QuickToolbarSettings":{"actionOnScroll":{"name":"actionOnScroll","description":"

Specifies the action that should happen when scroll the target-parent container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#actiononscroll"},"enable":{"name":"enable","description":"

Specifies whether to enable quick toolbar in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#enable"},"image":{"name":"image","description":"

Specifies the items to render in quick toolbar, when image selected.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#image"},"link":{"name":"link","description":"

Specifies the items to render in quick toolbar, when link selected.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#link"},"showOnRightClick":{"name":"showOnRightClick","description":"

Specifies whether to opens a quick toolbar on the right click.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#showonrightclick"},"table":{"name":"table","description":"

Specifies the items to render in quick toolbar, when table selected.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#table"},"text":{"name":"text","description":"

Specifies the items to render in quick toolbar, when text selected.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#text"}},"TableSettings":{"maxWidth":{"name":"maxWidth","description":"

Defines the maximum Width of the table.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/tableSettings#maxwidth"},"minWidth":{"name":"minWidth","description":"

Defines the minimum Width of the table.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/tableSettings#minwidth"},"resize":{"name":"resize","description":"

To enable resizing for table element.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/tableSettings#resize"},"styles":{"name":"styles","description":"

Class name should be appended by default in table element.\nIt helps to design the table in specific CSS styles always when inserting in editor.

\n","type":"IDropDownItemModel[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/tableSettings#styles"},"width":{"name":"width","description":"

To specify the width of table

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/tableSettings#width"}},"DialogRenderer":{"dialogObj":{"name":"dialogObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dialogRenderer#dialogobj"},"close":{"name":"close","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dialogRenderer#close"},"render":{"name":"render","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dialogRenderer#render"}},"Image":{"dialogObj":{"name":"dialogObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/image#dialogobj"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/image#element"},"uploadObj":{"name":"uploadObj","description":"","type":"Uploader","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/image#uploadobj"},"align":{"name":"align","description":"

Defines the alignment of the image within the node boundary.

\n
    \n
  • None - Alignment value will be set as none
  • \n
  • XMinYMin - smallest X value of the view port and smallest Y value of the view port
  • \n
  • XMidYMin - midpoint X value of the view port and smallest Y value of the view port
  • \n
  • XMaxYMin - maximum X value of the view port and smallest Y value of the view port
  • \n
  • XMinYMid - smallest X value of the view port and midpoint Y value of the view port
  • \n
  • XMidYMid - midpoint X value of the view port and midpoint Y value of the view port
  • \n
  • XMaxYMid - maximum X value of the view port and midpoint Y value of the view port
  • \n
  • XMinYMax - smallest X value of the view port and maximum Y value of the view port
  • \n
  • XMidYMax - midpoint X value of the view port and maximum Y value of the view port
  • \n
  • XMaxYMax - maximum X value of the view port and maximum Y value of the view port
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/image#align"},"scale":{"name":"scale","description":"

Allows to stretch the image as you desired (either to maintain proportion or to stretch)

\n
    \n
  • None - Scale value will be set as None for the image
  • \n
  • Meet - Scale value Meet will be set for the image
  • \n
  • Slice - Scale value Slice will be set for the image
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/image#scale"},"source":{"name":"source","description":"

Defines the source of the image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/image#source"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/image#type"}},"Link":{"contentModule":{"name":"contentModule","description":"","type":"IRenderer","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/link#contentmodule"},"serviceLocator":{"name":"serviceLocator","description":"","type":"ServiceLocator","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/link#servicelocator"}},"Table":{"editdlgObj":{"name":"editdlgObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/table#editdlgobj"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/table#element"},"ensureInsideTableList":{"name":"ensureInsideTableList","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/table#ensureinsidetablelist"},"popupObj":{"name":"popupObj","description":"","type":"Popup","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/table#popupobj"}},"NodeSelection":{"body":{"name":"body","description":"","type":"HTMLBodyElement","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#body"},"endContainer":{"name":"endContainer","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#endcontainer"},"endNodeName":{"name":"endNodeName","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#endnodename"},"endOffset":{"name":"endOffset","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#endoffset"},"html":{"name":"html","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#html"},"range":{"name":"range","description":"","type":"Range","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#range"},"rootNode":{"name":"rootNode","description":"","type":"Node","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#rootnode"},"startContainer":{"name":"startContainer","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#startcontainer"},"startNodeName":{"name":"startNodeName","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#startnodename"},"startOffset":{"name":"startOffset","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#startoffset"},"Clear":{"name":"Clear","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#clear"},"get":{"name":"get","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#get"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getindex"},"getInsertNodeCollection":{"name":"getInsertNodeCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getinsertnodecollection"},"getInsertNodes":{"name":"getInsertNodes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getinsertnodes"},"getNodeArray":{"name":"getNodeArray","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getnodearray"},"getNodeCollection":{"name":"getNodeCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getnodecollection"},"getParentNodeCollection":{"name":"getParentNodeCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getparentnodecollection"},"getParentNodes":{"name":"getParentNodes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getparentnodes"},"getRange":{"name":"getRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getrange"},"getSelectedNodes":{"name":"getSelectedNodes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getselectednodes"},"getSelectionNodeCollection":{"name":"getSelectionNodeCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getselectionnodecollection"},"getSelectionNodes":{"name":"getSelectionNodes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getselectionnodes"},"insertParentNode":{"name":"insertParentNode","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#insertparentnode"},"restore":{"name":"restore","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#restore"},"save":{"name":"save","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#save"},"selectRange":{"name":"selectRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#selectrange"},"setCursorPoint":{"name":"setCursorPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#setcursorpoint"},"setRange":{"name":"setRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#setrange"},"setSelectionContents":{"name":"setSelectionContents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#setselectioncontents"},"setSelectionNode":{"name":"setSelectionNode","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#setselectionnode"},"setSelectionText":{"name":"setSelectionText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#setselectiontext"}},"Accordion":{"clicked":{"name":"clicked","description":"

The event will be fired while clicking anywhere within the Accordion.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#clicked"},"created":{"name":"created","description":"

The event will be fired once the control rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#created"},"destroyed":{"name":"destroyed","description":"

The event will be fired when the control gets destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#destroyed"},"expanded":{"name":"expanded","description":"

The event will be fired after the item gets collapsed/expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#expanded"},"expanding":{"name":"expanding","description":"

The event will be fired before the item gets collapsed/expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#expanding"},"animation":{"name":"animation","description":"

Specifies the animation configuration settings for expanding and collapsing the panel.

\n","type":"AccordionAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accordion/#animation"},"dataSource":{"name":"dataSource","description":"

Specifies the datasource for the accordion items.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/accordion/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/accordion/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accordion/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accordion/#enablertl"},"expandMode":{"name":"expandMode","description":"

Specifies the options to expand single or multiple panel at a time.\nThe possible values are:

\n
    \n
  • Single: Sets to expand only one Accordion item at a time.
  • \n
  • Multiple: Sets to expand more than one Accordion item at a time.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/#expandmode"},"headerTemplate":{"name":"headerTemplate","description":"

Specifies the header title template option for accordion items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/#headertemplate"},"height":{"name":"height","description":"

Specifies the height of the Accordion in pixels/number/percentage. Number value is considered as pixels.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/accordion/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accordion/#isdestroyed"},"itemTemplate":{"name":"itemTemplate","description":"

Specifies the template option for accordion items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/#itemtemplate"},"items":{"name":"items","description":"

An array of item that is used to specify Accordion items.

\n","type":"AccordionItemModel[]","link":"//ej2.syncfusion.com/documentation/api/accordion/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/#locale"},"width":{"name":"width","description":"

Specifies the width of the Accordion in pixels/number/percentage. Number value is considered as pixels.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/accordion/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds new item to the Accordion with the specified index of the Accordion.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#databind"},"destroy":{"name":"destroy","description":"

Removes the control from the DOM and also removes all its related events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#destroy"},"enableItem":{"name":"enableItem","description":"

Enables/Disables the specified Accordion item.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#enableitem"},"expandItem":{"name":"expandItem","description":"

Expands/Collapses the specified Accordion item.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#expanditem"},"hideItem":{"name":"hideItem","description":"

Shows or hides the specified item from Accordion.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#hideitem"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#removeeventlistener"},"removeItem":{"name":"removeItem","description":"

Dynamically removes item from Accordion.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#removeitem"},"select":{"name":"select","description":"

Sets focus to the specified index item header in Accordion.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#select"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#inject"}},"AccordionActionSettings":{"duration":{"name":"duration","description":"

Specifies the duration to animate.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionActionSettings#duration"},"easing":{"name":"easing","description":"

Specifies the animation timing function.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionActionSettings#easing"},"effect":{"name":"effect","description":"

Specifies the type of animation.

\n","type":"Effect","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionActionSettings#effect"}},"AccordionAnimationSettings":{"collapse":{"name":"collapse","description":"

Specifies the animation to appear while collapsing the Accordion item.

\n","type":"AccordionActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionAnimationSettings#collapse"},"expand":{"name":"expand","description":"

Specifies the animation to appear while expanding the Accordion item.

\n","type":"AccordionActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionAnimationSettings#expand"}},"AccordionItem":{"content":{"name":"content","description":"

Sets the text content to be displayed for the Accordion item.\nYou can set the content of the Accordion item using content property.\nIt also supports to include the title as HTML element, string, or query selector.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#content"},"cssClass":{"name":"cssClass","description":"

Defines single/multiple classes (separated by a space) are to be used for Accordion item customization.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#cssclass"},"expanded":{"name":"expanded","description":"

Sets the expand (true) or collapse (false) state of the Accordion item. By default, all the items are in a collapsed state.

\n","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#expanded"},"header":{"name":"header","description":"

Sets the header text to be displayed for the Accordion item.\nYou can set the title of the Accordion item using header property.\nIt also supports to include the title as HTML element, string, or query selector.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#header"},"iconCss":{"name":"iconCss","description":"

Defines an icon with the given custom CSS class that is to be rendered before the header text.\nAdd the css classes to the iconCss property and write the css styles to the defined class to set images/icons.\nAdding icon is applicable only to the header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#iconcss"}},"HScroll":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#enablertl"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#locale"},"scrollStep":{"name":"scrollStep","description":"

Specifies the left or right scrolling distance of the horizontal scrollbar moving.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#scrollstep"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#databind"},"destroy":{"name":"destroy","description":"

Removes the control from the DOM and also removes all its related events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#destroy"},"disable":{"name":"disable","description":"

Specifies the value to disable/enable the HScroll component.\nWhen set to true , the component will be disabled.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#disable"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#inject"}},"MenuAnimationSettings":{"duration":{"name":"duration","description":"

Specifies the time duration to transform object.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/menuAnimationSettings#duration"},"easing":{"name":"easing","description":"

Specifies the easing effect applied while transform.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuAnimationSettings#easing"},"effect":{"name":"effect","description":"

Specifies the effect that shown in the sub menu transform.\nThe possible effects are:

\n
    \n
  • None: Specifies the sub menu transform with no animation effect.
  • \n
  • SlideDown: Specifies the sub menu transform with slide down effect.
  • \n
  • ZoomIn: Specifies the sub menu transform with zoom in effect.
  • \n
  • FadeIn: Specifies the sub menu transform with fade in effect.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuAnimationSettings#effect"}},"MenuItem":{"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.\nMenu Item can include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#iconcss"},"id":{"name":"id","description":"

Specifies the id for menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#id"},"items":{"name":"items","description":"

Specifies the sub menu items that is the array of MenuItem model.

\n","type":"MenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#items"},"separator":{"name":"separator","description":"

Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#separator"},"text":{"name":"text","description":"

Specifies text for menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#text"},"url":{"name":"url","description":"

Specifies url for menu item that creates the anchor link to navigate to the url provided.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#url"}},"VScroll":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#enablertl"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#locale"},"scrollStep":{"name":"scrollStep","description":"

Specifies the up or down scrolling distance of the vertical scrollbar moving.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#scrollstep"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#databind"},"destroy":{"name":"destroy","description":"

Removes the control from the DOM and also removes all its related events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#destroy"},"disable":{"name":"disable","description":"

Specifies the value to disable/enable the VScroll component.\nWhen set to true , the component will be disabled.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#disable"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#inject"}},"Menu":{"beforeClose":{"name":"beforeClose","description":"

Triggers before closing the menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#beforeclose"},"beforeItemRender":{"name":"beforeItemRender","description":"

Triggers while rendering each menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#beforeitemrender"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers before opening the menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#beforeopen"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#created"},"onClose":{"name":"onClose","description":"

Triggers while closing the menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#onclose"},"onOpen":{"name":"onOpen","description":"

Triggers while opening the menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#onopen"},"select":{"name":"select","description":"

Triggers while selecting menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#select"},"animationSettings":{"name":"animationSettings","description":"

Specifies the animation settings for the sub menu open.

\n","type":"MenuAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/menu/#animationsettings"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the Menu wrapper.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#cssclass"},"element":{"name":"element","description":"","type":"HTMLUListElement","link":"//ej2.syncfusion.com/documentation/api/menu/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#enablertl"},"enableScrolling":{"name":"enableScrolling","description":"

Specifies whether to enable / disable the scrollable option in Menu.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#enablescrolling"},"fields":{"name":"fields","description":"

Specifies mapping fields from the dataSource.

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/menu/#fields"},"hamburgerMode":{"name":"hamburgerMode","description":"

Specifies whether to enable / disable the hamburger mode in Menu.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#hamburgermode"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#isdestroyed"},"items":{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#locale"},"orientation":{"name":"orientation","description":"

Specified the orientation of Menu whether it can be horizontal or vertical.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#orientation"},"showItemOnClick":{"name":"showItemOnClick","description":"

Specifies whether to show the sub menu or not on click.\nWhen set to true, the sub menu will open only on mouse click.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#showitemonclick"},"target":{"name":"target","description":"

Specifies target element to open/close Menu while click in Hamburger mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#target"},"template":{"name":"template","description":"

Specifies the template for Menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#template"},"title":{"name":"title","description":"

Specifies the title text for hamburger mode in Menu.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#title"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#appendto"},"close":{"name":"close","description":"

Closes the Menu if it is opened in hamburger mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#close"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#destroy"},"enableItems":{"name":"enableItems","description":"

This method is used to enable or disable the menu items in the Menu based on the items and enable argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#enableitems"},"hideItems":{"name":"hideItems","description":"

This method is used to hide the menu items in the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#hideitems"},"insertAfter":{"name":"insertAfter","description":"

It is used to insert the menu items after the specified menu item text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#insertafter"},"insertBefore":{"name":"insertBefore","description":"

It is used to insert the menu items before the specified menu item text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#insertbefore"},"open":{"name":"open","description":"

This method is used to open the Menu in hamburger mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#open"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#removeeventlistener"},"removeItems":{"name":"removeItems","description":"

It is used to remove the menu items from the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#removeitems"},"showItems":{"name":"showItems","description":"

This method is used to show the menu items in the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#showitems"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#inject"}},"Sidebar":{"change":{"name":"change","description":"

Triggers when the state(expand/collapse) of the component is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#change"},"close":{"name":"close","description":"

Triggers when component is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#close"},"created":{"name":"created","description":"

Triggers when component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when component gets destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#destroyed"},"open":{"name":"open","description":"

Triggers when component is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#open"},"animate":{"name":"animate","description":"

Enable or disable the animation transitions on expanding or collapsing the Sidebar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#animate"},"closeOnDocumentClick":{"name":"closeOnDocumentClick","description":"

Specifies whether the Sidebar need to be closed or not when document area is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#closeondocumentclick"},"dockSize":{"name":"dockSize","description":"

Specifies the size of the Sidebar in dock state.

\n
\n

For more details about dockSize refer to\nDock documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#docksize"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/sidebar/#element"},"enableDock":{"name":"enableDock","description":"

Specifies the docking state of the component.

\n
\n

For more details about enableDock refer to\nDock documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enabledock"},"enableGestures":{"name":"enableGestures","description":"

Enables the expand or collapse while swiping in touch devices.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enablegestures"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. Position
  2. \n
  3. Type
  4. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Specifies the Sidebar in RTL mode that displays the content in the right-to-left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enablertl"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#isdestroyed"},"isOpen":{"name":"isOpen","description":"

Gets or sets the Sidebar component is open or close.

\n
\n

When the Sidebar type is set to Auto,\nthe component will be expanded in the desktop and collapsed in the mobile mode regardless of the isOpen property.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#isopen"},"mediaQuery":{"name":"mediaQuery","description":"

Specifies the media query string for resolution, which when met opens the Sidebar.

\n
\n

For more details about mediaQuery refer to\nAuto Close documentation.

\n
\n","type":"string|MediaQueryList","link":"//ej2.syncfusion.com/documentation/api/sidebar/#mediaquery"},"position":{"name":"position","description":"

Specifies the position of the Sidebar (Left/Right) corresponding to the main content.

\n
\n

For more details about SidebarPosition refer to\nposition documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#position"},"showBackdrop":{"name":"showBackdrop","description":"

Specifies the whether to apply overlay options to main content when the Sidebar is in an open state.

\n
\n

For more details about showBackdrop refer to\nBackdrop documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#showbackdrop"},"target":{"name":"target","description":"

Allows to place the sidebar inside the target element.

\n
\n

For more details about target refer to\nCustom Context documentation.

\n
\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#target"},"type":{"name":"type","description":"

Specifies the expanding types of the Sidebar.

\n
    \n
  • Over - The sidebar floats over the main content area.
  • \n
  • Push - The sidebar pushes the main content area to appear side-by-side, and shrinks the main content within the screen width.
  • \n
  • Slide - The sidebar translates the x and y positions of main content area based on the sidebar width.\nThe main content area will not be adjusted within the screen width.
  • \n
  • Auto - Sidebar with Over type in mobile resolution and Push type in other higher resolutions.
  • \n
\n
\n

For more details about SidebarType refer to\nSidebarType documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#type"},"width":{"name":"width","description":"

Specifies the width of the Sidebar. By default, the width of the Sidebar sets based on the size of its content.\nWidth can also be set in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#width"},"zIndex":{"name":"zIndex","description":"

Specifies the z-index of the Sidebar. It is applicable only when sidebar act as overlay type.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#databind"},"destroy":{"name":"destroy","description":"

Removes the control from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#destroy"},"hide":{"name":"hide","description":"

Hide the Sidebar component, if it is in an open state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#hide"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#removeeventlistener"},"show":{"name":"show","description":"

Shows the Sidebar component, if it is in closed state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#show"},"toggle":{"name":"toggle","description":"

Shows or hides the Sidebar based on the current state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#inject"}},"Header":{"iconCss":{"name":"iconCss","description":"

Specifies the icon class that is used to render an icon in the Tab header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/header#iconcss"},"iconPosition":{"name":"iconPosition","description":"

Options for positioning the icon in the Tab item header. This property depends on iconCss property.\nThe possible values are:

\n
    \n
  • Left: Places the icon to the left of the item.
  • \n
  • Top: Places the icon on the top of the item.
  • \n
  • Right: Places the icon to the right end of the item.
  • \n
  • Bottom: Places the icon at the bottom of the item.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/header#iconposition"},"text":{"name":"text","description":"

Specifies the display text of the Tab item header.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tab/header#text"},"annotation":{"name":"annotation","description":"

Sets the content of the header

\n","type":"Annotation","link":"//ej2.syncfusion.com/documentation/api/diagram/header#annotation"},"height":{"name":"height","description":"

Sets the height of the header

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/header#height"},"id":{"name":"id","description":"

Sets the id of the header

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/header#id"},"style":{"name":"style","description":"

Sets the style of the header

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/header#style"},"width":{"name":"width","description":"

Sets the width of the header

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/header#width"}},"Tab":{"added":{"name":"added","description":"

The event will be fired after adding the item to the Tab.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#added"},"adding":{"name":"adding","description":"

The event will be fired before adding the item to the Tab.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#adding"},"created":{"name":"created","description":"

The event will be fired once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#created"},"destroyed":{"name":"destroyed","description":"

The event will be fired when the component gets destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#destroyed"},"removed":{"name":"removed","description":"

The event will be fired after removing the item from the Tab.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#removed"},"removing":{"name":"removing","description":"

The event will be fired before removing the item from the Tab.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#removing"},"selected":{"name":"selected","description":"

The event will be fired after the item gets selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#selected"},"selecting":{"name":"selecting","description":"

The event will be fired before the item gets selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#selecting"},"animation":{"name":"animation","description":"

Specifies the animation configuration settings while showing the content of the Tab.

\n","type":"TabAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/tab/#animation"},"cssClass":{"name":"cssClass","description":"

Sets the CSS classes to root element of the Tab that helps to customize component styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tab/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. selectedItem
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/#enablertl"},"headerPlacement":{"name":"headerPlacement","description":"

Specifies the orientation of Tab header.\nThe possible values are:

\n
    \n
  • Top: Places the Tab header on the top.
  • \n
  • Bottom: Places the Tab header at the bottom.
  • \n
  • Left: Places the Tab header on the left.
  • \n
  • Right: Places the Tab header at the right.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#headerplacement"},"height":{"name":"height","description":"

Specifies the height of the Tab component. By default, Tab height is set based on the height of its parent.\nTo use height property, heightAdjustMode must be set to 'None'.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/tab/#height"},"heightAdjustMode":{"name":"heightAdjustMode","description":"

Specifies the height style for Tab content.\nThe possible values are:

\n
    \n
  • None: Based on the given height property, the content panel height is set.
  • \n
  • Auto: Tallest panel height of a given Tab content is set to all the other panels.
  • \n
  • Content: Based on the corresponding content height, the content panel height is set.
  • \n
  • Fill: Based on the parent height, the content panel height is set.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#heightadjustmode"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/#isdestroyed"},"items":{"name":"items","description":"

An array of object that is used to configure the Tab component.

\n","type":"TabItemModel[]","link":"//ej2.syncfusion.com/documentation/api/tab/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#locale"},"overflowMode":{"name":"overflowMode","description":"

Specifies the Tab display mode when Tab content exceeds the viewing area.\nThe possible modes are:

\n
    \n
  • Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.
  • \n
  • Popup: Tab container holds the items that can be placed within the available space and rest of the items are moved to the popup.\nIf the popup content overflows the height of the page, the rest of the elements can be viewed by scrolling the popup.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#overflowmode"},"scrollStep":{"name":"scrollStep","description":"

Specifies the scrolling distance in scroller.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tab/#scrollstep"},"selectedItem":{"name":"selectedItem","description":"

Specifies the index for activating the current Tab item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tab/#selecteditem"},"showCloseButton":{"name":"showCloseButton","description":"

Specifies whether to show the close button for header items to remove the item from the Tab.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/#showclosebutton"},"width":{"name":"width","description":"

Specifies the width of the Tab component. Default, Tab width sets based on the width of its parent.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/tab/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#addeventlistener"},"addTab":{"name":"addTab","description":"

Adds new items to the Tab that accepts an array as Tab items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#addtab"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers, attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#destroy"},"disable":{"name":"disable","description":"

Specifies the value to disable/enable the Tab component.\nWhen set to true, the component will be disabled.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#disable"},"enableTab":{"name":"enableTab","description":"

Enables or disables the specified Tab item. On passing value as false, the item will be disabled.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#enabletab"},"hideTab":{"name":"hideTab","description":"

Shows or hides the Tab that is in the specified index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#hidetab"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#removeeventlistener"},"removeTab":{"name":"removeTab","description":"

Removes the items in the Tab from the specified index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#removetab"},"select":{"name":"select","description":"

Specifies the index or HTMLElement to select an item from the Tab.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#select"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#inject"}},"TabActionSettings":{"duration":{"name":"duration","description":"

Specifies the time duration to transform content.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tab/tabActionSettings#duration"},"easing":{"name":"easing","description":"

Specifies easing effect applied while transforming content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/tabActionSettings#easing"},"effect":{"name":"effect","description":"

Specifies the animation effect for displaying Tab content.

\n","type":"Effect","link":"//ej2.syncfusion.com/documentation/api/tab/tabActionSettings#effect"}},"TabAnimationSettings":{"next":{"name":"next","description":"

Specifies the animation to appear while moving to next Tab content.

\n","type":"TabActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/tab/tabAnimationSettings#next"},"previous":{"name":"previous","description":"

Specifies the animation to appear while moving to previous Tab content.

\n","type":"TabActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/tab/tabAnimationSettings#previous"}},"TabItem":{"content":{"name":"content","description":"

Specifies the content of Tab item, that is displayed when concern item header is selected.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#content"},"cssClass":{"name":"cssClass","description":"

Sets the CSS classes to the Tab item to customize its styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#cssclass"},"disabled":{"name":"disabled","description":"

Sets true to disable user interactions of the Tab item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#disabled"},"header":{"name":"header","description":"

The object used for configuring the Tab item header properties.

\n","type":"HeaderModel","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#header"},"headerTemplate":{"name":"headerTemplate","description":"

Specifies the header text of Tab item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#headertemplate"}},"ActionSettings":{"duration":{"name":"duration","description":"

Specifies the duration to animate.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treeview/actionSettings#duration"},"easing":{"name":"easing","description":"

Specifies the animation timing function.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/actionSettings#easing"},"effect":{"name":"effect","description":"

Specifies the type of animation.

\n","type":"Effect","link":"//ej2.syncfusion.com/documentation/api/treeview/actionSettings#effect"}},"FieldsSettings":{"child":{"name":"child","description":"

Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.

\n","type":"string|FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#child"},"dataSource":{"name":"dataSource","description":"

Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.

\n","type":"DataManager|[]","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#datasource"},"expanded":{"name":"expanded","description":"

Specifies the mapping field for expand state of the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#expanded"},"hasChildren":{"name":"hasChildren","description":"

Specifies the mapping field for hasChildren to check whether a node has child nodes or not.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#haschildren"},"htmlAttributes":{"name":"htmlAttributes","description":"

Specifies the mapping field for htmlAttributes to be added to the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#htmlattributes"},"iconCss":{"name":"iconCss","description":"

Specifies the mapping field for icon class of each TreeView node that will be added before the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#iconcss"},"id":{"name":"id","description":"

Specifies the ID field mapped in dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#id"},"imageUrl":{"name":"imageUrl","description":"

Specifies the mapping field for image URL of each TreeView node where image will be added before the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#imageurl"},"isChecked":{"name":"isChecked","description":"

Specifies the field for checked state of the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#ischecked"},"navigateUrl":{"name":"navigateUrl","description":"

Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#navigateurl"},"parentID":{"name":"parentID","description":"

Specifies the parent ID field mapped in dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#parentid"},"query":{"name":"query","description":"

Defines the external Query\nthat will execute along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#query"},"selected":{"name":"selected","description":"

Specifies the mapping field for selected state of the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#selected"},"tableName":{"name":"tableName","description":"

Specifies the table name used to fetch data from a specific table in the server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#tablename"},"text":{"name":"text","description":"

Specifies the mapping field for text displayed as TreeView node's display text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#text"},"tooltip":{"name":"tooltip","description":"

Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#tooltip"}},"NodeAnimationSettings":{"collapse":{"name":"collapse","description":"

Specifies the animation that applies on collapsing the nodes.

\n","type":"ActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/nodeAnimationSettings#collapse"},"expand":{"name":"expand","description":"

Specifies the animation that applies on expanding the nodes.

\n","type":"ActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/nodeAnimationSettings#expand"}},"TreeView":{"created":{"name":"created","description":"

Triggers when the TreeView control is created successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the TreeView.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#databound"},"dataSourceChanged":{"name":"dataSourceChanged","description":"

Triggers when data source is changed in the TreeView. The data source will be changed after performing some operation like\ndrag and drop, node editing, adding and removing node.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#datasourcechanged"},"destroyed":{"name":"destroyed","description":"

Triggers when the TreeView control is destroyed successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#destroyed"},"drawNode":{"name":"drawNode","description":"

Triggers before the TreeView node is appended to the TreeView element. It helps to customize specific nodes.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#drawnode"},"keyPress":{"name":"keyPress","description":"

Triggers when key press is successful. It helps to customize the operations at key press.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#keypress"},"nodeChecked":{"name":"nodeChecked","description":"

Triggers when the TreeView node is checked/unchecked successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodechecked"},"nodeChecking":{"name":"nodeChecking","description":"

Triggers before the TreeView node is to be checked/unchecked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodechecking"},"nodeClicked":{"name":"nodeClicked","description":"

Triggers when the TreeView node is clicked successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeclicked"},"nodeCollapsed":{"name":"nodeCollapsed","description":"

Triggers when the TreeView node collapses successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodecollapsed"},"nodeCollapsing":{"name":"nodeCollapsing","description":"

Triggers before the TreeView node collapses.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodecollapsing"},"nodeDragStart":{"name":"nodeDragStart","description":"

Triggers when the TreeView node drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodedragstart"},"nodeDragStop":{"name":"nodeDragStop","description":"

Triggers when the TreeView node drag (move) is stopped.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodedragstop"},"nodeDragging":{"name":"nodeDragging","description":"

Triggers when the TreeView node is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodedragging"},"nodeDropped":{"name":"nodeDropped","description":"

Triggers when the TreeView node is dropped on target element successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodedropped"},"nodeEdited":{"name":"nodeEdited","description":"

Triggers when the TreeView node is renamed successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeedited"},"nodeEditing":{"name":"nodeEditing","description":"

Triggers before the TreeView node is renamed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeediting"},"nodeExpanded":{"name":"nodeExpanded","description":"

Triggers when the TreeView node expands successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeexpanded"},"nodeExpanding":{"name":"nodeExpanding","description":"

Triggers before the TreeView node is to be expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeexpanding"},"nodeSelected":{"name":"nodeSelected","description":"

Triggers when the TreeView node is selected/unselected successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeselected"},"nodeSelecting":{"name":"nodeSelecting","description":"

Triggers before the TreeView node is selected/unselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeselecting"},"allowDragAndDrop":{"name":"allowDragAndDrop","description":"

Indicates whether the TreeView allows drag and drop of nodes. To drag and drop a node in\ndesktop, hold the mouse on the node, drag it to the target node and drop the node by releasing\nthe mouse. For touch devices, drag and drop operation is performed by touch, touch move\nand touch end. For more information on drag and drop nodes concept, refer to\nDrag and Drop.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowdraganddrop"},"allowEditing":{"name":"allowEditing","description":"

Enables or disables editing of the text in the TreeView node. When allowEditing property is set\nto true, the TreeView allows you to edit the node by double clicking the node or by navigating to\nthe node and pressing F2 key. For more information on node editing, refer\nto Node Editing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowediting"},"allowMultiSelection":{"name":"allowMultiSelection","description":"

Enables or disables multi-selection of nodes. To select multiple nodes:

\n
    \n
  • Select the nodes by holding down the CTRL key while clicking on the nodes.
  • \n
  • Select consecutive nodes by clicking the first node to select and hold down the SHIFT key\nand click the last node to select.\nFor more information on multi-selection, refer to\nMulti-Selection.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowmultiselection"},"animation":{"name":"animation","description":"

Specifies the type of animation applied on expanding and collapsing the nodes along with duration.

\n","type":"NodeAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#animation"},"autoCheck":{"name":"autoCheck","description":"

Allow us to specify the parent and child nodes to get auto check while we check or uncheck a node.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#autocheck"},"checkedNodes":{"name":"checkedNodes","description":"

The checkedNodes property is used to set the nodes that need to be checked or\nget the ID of nodes that are currently checked in the TreeView component.\nThe checkedNodes property depends upon the value of showCheckBox property.\nFor more information on checkedNodes, refer to\ncheckedNodes.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/treeview/#checkednodes"},"cssClass":{"name":"cssClass","description":"

Specifies the CSS classes to be added with root element of the TreeView to help customize the appearance of the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/treeview/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enables or disables persisting TreeView state between page reloads. If enabled, following APIs will persist.

\n
    \n
  1. selectedNodes - Represents the nodes that are selected in the TreeView component.
  2. \n
  3. checkedNodes - Represents the nodes that are checked in the TreeView component.
  4. \n
  5. expandedNodes - Represents the nodes that are expanded in the TreeView component.
  6. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#enablertl"},"expandOn":{"name":"expandOn","description":"

Specifies the action on which the node expands or collapses. The available actions are,

\n
    \n
  • Auto - In desktop, the expand/collapse operation happens when you double-click the node, and in mobile devices it\nhappens on single-click.
  • \n
  • Click - The expand/collapse operation happens when you single-click the node in both desktop and mobile devices.
  • \n
  • DblClick - The expand/collapse operation happens when you double-click the node in both desktop and mobile devices.
  • \n
  • None - The expand/collapse operation will not happen when you single-click or double-click the node in both desktop\nand mobile devices.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#expandon"},"expandedNodes":{"name":"expandedNodes","description":"

Represents the expanded nodes in the TreeView component. We can set the nodes that need to be\nexpanded or get the ID of the nodes that are currently expanded by using this property.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/treeview/#expandednodes"},"fields":{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},"fullRowSelect":{"name":"fullRowSelect","description":"

On enabling this property, the entire row of the TreeView node gets selected by clicking a node.\nWhen disabled only the corresponding node's text gets selected.\nFor more information on Fields concept, refer to\nFields.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#fullrowselect"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#isdestroyed"},"loadOnDemand":{"name":"loadOnDemand","description":"

By default, the load on demand (Lazy load) is set to true. By disabling this property, all the tree nodes are rendered at the\nbeginning itself.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#loadondemand"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#locale"},"nodeTemplate":{"name":"nodeTemplate","description":"

Specifies a template to render customized content for all the nodes. If the nodeTemplate property\nis set, the template content overrides the displayed node text. The property accepts template string\ntemplate string\nor HTML element ID holding the content. For more information on template concept, refer to\nTemplate.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodetemplate"},"selectedNodes":{"name":"selectedNodes","description":"

Represents the selected nodes in the TreeView component. We can set the nodes that need to be\nselected or get the ID of the nodes that are currently selected by using this property.\nOn enabling allowMultiSelection property we can select multiple nodes and on disabling\nit we can select only a single node.\nFor more information on selectedNodes, refer to\nselectedNodes.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/treeview/#selectednodes"},"showCheckBox":{"name":"showCheckBox","description":"

Indicates that the nodes will display CheckBoxes in the TreeView.\nThe CheckBox will be displayed next to the expand/collapse icon of the node. For more information on CheckBoxes, refer to\nCheckBox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#showcheckbox"},"sortOrder":{"name":"sortOrder","description":"

Specifies a value that indicates whether the nodes are sorted in the ascending or descending order,\nor are not sorted at all. The available types of sort order are,

\n
    \n
  • None - The nodes are not sorted.
  • \n
  • Ascending - The nodes are sorted in the ascending order.
  • \n
  • Descending - The nodes are sorted in the ascending order.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#sortorder"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#addeventlistener"},"addNodes":{"name":"addNodes","description":"

Adds the collection of TreeView nodes based on target and index position. If target node is not specified,\nthen the nodes are added as children of the given parentID or in the root level of TreeView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#addnodes"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#appendto"},"beginEdit":{"name":"beginEdit","description":"

Instead of clicking on the TreeView node for editing, we can enable it by using\nbeginEdit property. On passing the node ID or element through this property, the edit textBox\nwill be created for the particular node thus allowing us to edit it.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#beginedit"},"checkAll":{"name":"checkAll","description":"

Checks all the unchecked nodes. You can also check specific nodes by passing array of unchecked nodes\nas argument to this method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#checkall"},"collapseAll":{"name":"collapseAll","description":"

Collapses all the expanded TreeView nodes. You can collapse specific nodes by passing array of nodes as argument to this method.\nYou can also collapse all the nodes excluding the hidden nodes by setting excludeHiddenNodes to true. If you want to collapse\na specific level of nodes, set level as argument to collapseAll method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#collapseall"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. It also removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#destroy"},"disableNodes":{"name":"disableNodes","description":"

Disables the collection of nodes by passing the ID of nodes or node elements in the array.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#disablenodes"},"enableNodes":{"name":"enableNodes","description":"

Enables the collection of disabled nodes by passing the ID of nodes or node elements in the array.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#enablenodes"},"ensureVisible":{"name":"ensureVisible","description":"

Ensures visibility of the TreeView node by using node ID or node element.\nWhen many TreeView nodes are present and we need to find a particular node, ensureVisible property\nhelps bring the node to visibility by expanding the TreeView and scrolling to the specific node.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#ensurevisible"},"expandAll":{"name":"expandAll","description":"

Expands all the collapsed TreeView nodes. You can expand the specific nodes by passing the array of collapsed nodes\nas argument to this method. You can also expand all the collapsed nodes by excluding the hidden nodes by setting\nexcludeHiddenNodes to true to this method. To expand a specific level of nodes, set level as argument to expandAll method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#expandall"},"getAllCheckedNodes":{"name":"getAllCheckedNodes","description":"

Gets all the checked nodes including child, whether it is loaded or not.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#getallcheckednodes"},"getNode":{"name":"getNode","description":"

Get the node's data such as id, text, parentID, selected, isChecked, and expanded by passing the node element or it's ID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#getnode"},"getTreeData":{"name":"getTreeData","description":"

To get the updated data source of TreeView after performing some operation like drag and drop, node editing,\nnode selecting/unSelecting, node expanding/collapsing, node checking/unChecking, adding and removing node.

\n
    \n
  • If you pass the ID of TreeView node as arguments for this method then it will return the updated data source\nof the corresponding node otherwise it will return the entire updated data source of TreeView.
  • \n
  • The updated data source also contains custom attributes if you specified in data source.
  • \n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#gettreedata"},"moveNodes":{"name":"moveNodes","description":"

Moves the collection of nodes within the same TreeView based on target or its index position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#movenodes"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#removeeventlistener"},"removeNodes":{"name":"removeNodes","description":"

Removes the collection of TreeView nodes by passing the array of node details as argument to this method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#removenodes"},"uncheckAll":{"name":"uncheckAll","description":"

Unchecks all the checked nodes. You can also uncheck the specific nodes by passing array of checked nodes\nas argument to this method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#uncheckall"},"updateNode":{"name":"updateNode","description":"

Replaces the text of the TreeView node with the given text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#updatenode"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#inject"}},"PdfDocumentLinkAnnotation":{},"PdfTextWebLink":{"beginPageLayout":{"name":"beginPageLayout","description":"","type":"Function","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTextWebLink#beginpagelayout"},"endPageLayout":{"name":"endPageLayout","description":"","type":"Function","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTextWebLink#endpagelayout"},"onBeginPageLayout":{"name":"onBeginPageLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTextWebLink#onbeginpagelayout"},"onEndPageLayout":{"name":"onEndPageLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTextWebLink#onendpagelayout"}},"PdfAutomaticField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#performdrawhelper"}},"PdfCompositeField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"

Return the actual value generated from the list of automatic fields.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#performdrawhelper"}},"PdfMultipleValueField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#performdrawhelper"}},"PdfPageCountField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"

Return the actual value of the content to drawn.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#performdrawhelper"}},"PdfPageNumberField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"

Return the string value of page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#performdrawhelper"}},"PdfSingleValueField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#performdrawhelper"}},"PdfDocument":{"destroy":{"name":"destroy","description":"

disposes the current instance of PdfDocument class.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfDocument#destroy"},"save":{"name":"save","description":"

Saves the document to the specified filename.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfDocument#save"}},"PdfCollection":{},"PdfDestination":{},"PdfSolidBrush":{},"PdfLayoutFormat":{},"PdfLayoutParams":{},"PdfLayoutResult":{},"PdfGraphicsElement":{"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphicsElement#drawhelper"}},"PdfTextLayoutResult":{},"TextPageLayoutResult":{},"StandardWidthTable":{},"WidthTable":{},"PdfStandardFont":{"getLineWidth":{"name":"getLineWidth","description":"

Returns width of the line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfStandardFont#getlinewidth"}},"PdfStringFormat":{},"PdfTrueTypeFont":{"createFontInternal":{"name":"createFontInternal","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTrueTypeFont#createfontinternal"},"getCharWidth":{"name":"getCharWidth","description":"

Returns width of the char.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTrueTypeFont#getcharwidth"},"getLineWidth":{"name":"getLineWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTrueTypeFont#getlinewidth"},"setSymbols":{"name":"setSymbols","description":"

Stores used symbols.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTrueTypeFont#setsymbols"}},"RtlCharacters":{"rtlCharacterTypes":{"name":"rtlCharacterTypes","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/rtlCharacters#rtlcharactertypes"},"getVisualOrder":{"name":"getVisualOrder","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/rtlCharacters#getvisualorder"}},"ArabicShape":{},"ArabicShapeRenderer":{"shape":{"name":"shape","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/arabicShapeRenderer#shape"}},"LineInfo":{},"PdfStringLayoutResult":{},"PdfStringLayouter":{},"TtfOS2Table":{"fsSelection":{"name":"fsSelection","description":"

Information concerning the nature of the font patterns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#fsselection"},"fsType":{"name":"fsType","description":"

Indicates font embedding licensing rights for the font.\nEmbeddable fonts may be stored in a document.\nWhen a document with embedded fonts is opened on a system that does not have the font installed\n(the remote system), the embedded font may be loaded for temporary (and in some cases, permanent)\nuse on that system by an embedding-aware application.\nEmbedding licensing rights are granted by the vendor of the font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#fstype"},"panose":{"name":"panose","description":"

This 10 byte series of numbers are used to describe the visual characteristics\nof a given typeface. These characteristics are then used to associate the font with\nother fonts of similar appearance having different names. The variables for each digit are listed below.\nThe specifications for each variable can be obtained in the specification\nPANOSE v2.0 Numerical Evaluation from Microsoft Corporation.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#panose"},"sCapHeight":{"name":"sCapHeight","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#scapheight"},"sFamilyClass":{"name":"sFamilyClass","description":"

This parameter is a classification of font-family design.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#sfamilyclass"},"sTypoAscender":{"name":"sTypoAscender","description":"

The typographic ascender for this font.\nRemember that this is not the same as the Ascender value in the 'h h e a' table,\nwhich Apple defines in a far different manner.\nDEF_TABLE_OFFSET good source for usTypoAscender is the Ascender value from an A F M file.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#stypoascender"},"sTypoDescender":{"name":"sTypoDescender","description":"

The typographic descender for this font.\nRemember that this is not the same as the Descender value in the 'h h e a' table,\nwhich Apple defines in a far different manner.\nDEF_TABLE_OFFSET good source for usTypoDescender is the Descender value from an A F M file.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#stypodescender"},"sTypoLineGap":{"name":"sTypoLineGap","description":"

The typographic line gap for this font.\nRemember that this is not the same as the LineGap value in the 'h h e a' table,\nwhich Apple defines in a far different manner.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#stypolinegap"},"sxHeight":{"name":"sxHeight","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#sxheight"},"ulCodePageRange1":{"name":"ulCodePageRange1","description":"

This field is used to specify the code pages encompassed\nby the font file in the 'cmap' subtable for platform 3, encoding ID 1 (Microsoft platform).\nIf the font file is encoding ID 0, then the Symbol Character Set bit should be set.\nIf the bit is set (1) then the code page is considered functional.\nIf the bit is clear (0) then the code page is not considered functional.\nEach of the bits is treated as an independent flag and the bits can be set in any combination.\nThe determination of "functional" is left up to the font designer,\nalthough character set selection should attempt to be functional by code pages if at all possible.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulcodepagerange1"},"ulCodePageRange2":{"name":"ulCodePageRange2","description":"

This field is used to specify the code pages encompassed\nby the font file in the 'cmap' subtable for platform 3, encoding ID 1 (Microsoft platform).\nIf the font file is encoding ID 0, then the Symbol Character Set bit should be set.\nIf the bit is set (1) then the code page is considered functional.\nIf the bit is clear (0) then the code page is not considered functional.\nEach of the bits is treated as an independent flag and the bits can be set in any combination.\nThe determination of "functional" is left up to the font designer,\nalthough character set selection should attempt to be functional by code pages if at all possible.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulcodepagerange2"},"ulUnicodeRange1":{"name":"ulUnicodeRange1","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulunicoderange1"},"ulUnicodeRange2":{"name":"ulUnicodeRange2","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulunicoderange2"},"ulUnicodeRange3":{"name":"ulUnicodeRange3","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulunicoderange3"},"ulUnicodeRange4":{"name":"ulUnicodeRange4","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulunicoderange4"},"usBreakChar":{"name":"usBreakChar","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#usbreakchar"},"usDefaultChar":{"name":"usDefaultChar","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#usdefaultchar"},"usFirstCharIndex":{"name":"usFirstCharIndex","description":"

The minimum Unicode index (character code) in this font,\naccording to the cmap subtable for platform ID 3 and encoding ID 0 or 1.\nFor most fonts supporting Win-ANSI or other character sets, this value would be 0x0020.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#usfirstcharindex"},"usLastCharIndex":{"name":"usLastCharIndex","description":"

usLastCharIndex: The maximum Unicode index (character code) in this font,\naccording to the cmap subtable for platform ID 3 and encoding ID 0 or 1.\nThis value depends on which character sets the font supports.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#uslastcharindex"},"usMaxContext":{"name":"usMaxContext","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#usmaxcontext"},"usWeightClass":{"name":"usWeightClass","description":"

Indicates the visual weight (degree of blackness or thickness of strokes)\nof the characters in the font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#usweightclass"},"usWidthClass":{"name":"usWidthClass","description":"

Indicates a relative change from the normal aspect ratio (width to height ratio)\nas specified by a font designer for the glyphs in a font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#uswidthclass"},"usWinAscent":{"name":"usWinAscent","description":"

The ascender metric for Windows.\nThis too is distinct from Apple's Ascender value and from the usTypoAscender values.\nusWinAscent is computed as the yMax for all characters in the Windows ANSI character set.\nusTypoAscent is used to compute the Windows font height and default line spacing.\nFor platform 3 encoding 0 fonts, it is the same as yMax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#uswinascent"},"usWinDescent":{"name":"usWinDescent","description":"

The descender metric for Windows.\nThis too is distinct from Apple's Descender value and from the usTypoDescender values.\nusWinDescent is computed as the -yMin for all characters in the Windows ANSI character set.\nusTypoAscent is used to compute the Windows font height and default line spacing.\nFor platform 3 encoding 0 fonts, it is the same as -yMin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#uswindescent"},"vendorIdentifier":{"name":"vendorIdentifier","description":"

The four character identifier for the vendor of the given type face.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#vendoridentifier"},"version":{"name":"version","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#version"},"xAvgCharWidth":{"name":"xAvgCharWidth","description":"

The Average Character Width parameter specifies\nthe arithmetic average of the escapement (width)\nof all of the 26 lowercase letters a through z of the Latin alphabet\nand the space character. If any of the 26 lowercase letters are not present,\nthis parameter should equal the weighted average of all glyphs in the font.\nFor non - U G L (platform 3, encoding 0) fonts, use the unweighted average.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#xavgcharwidth"},"yStrikeoutPosition":{"name":"yStrikeoutPosition","description":"

The position of the strikeout stroke relative to the baseline in font design units.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ystrikeoutposition"},"yStrikeoutSize":{"name":"yStrikeoutSize","description":"

Width of the strikeout stroke in font design units.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ystrikeoutsize"},"ySubscriptXOffset":{"name":"ySubscriptXOffset","description":"

The recommended horizontal offset in font design units for subscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysubscriptxoffset"},"ySubscriptXSize":{"name":"ySubscriptXSize","description":"

The recommended horizontal size in font design units for subscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysubscriptxsize"},"ySubscriptYOffset":{"name":"ySubscriptYOffset","description":"

The recommended vertical offset in font design units from the baseline for subscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysubscriptyoffset"},"ySubscriptYSize":{"name":"ySubscriptYSize","description":"

The recommended vertical size in font design units for subscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysubscriptysize"},"ySuperscriptXOffset":{"name":"ySuperscriptXOffset","description":"

The recommended horizontal offset in font design units for superscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysuperscriptxoffset"},"ySuperscriptXSize":{"name":"ySuperscriptXSize","description":"

The recommended horizontal size in font design units for superscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysuperscriptxsize"},"ySuperscriptYOffset":{"name":"ySuperscriptYOffset","description":"

The recommended vertical offset in font design units from the baseline for superscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysuperscriptyoffset"},"ySuperscriptYSize":{"name":"ySuperscriptYSize","description":"

The recommended vertical size in font design units for superscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysuperscriptysize"}},"TtfAppleCmapSubTable":{"format":{"name":"format","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfAppleCmapSubTable#format"},"length":{"name":"length","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfAppleCmapSubTable#length"},"version":{"name":"version","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfAppleCmapSubTable#version"}},"TtfCmapSubTable":{"encodingID":{"name":"encodingID","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfCmapSubTable#encodingid"},"offset":{"name":"offset","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfCmapSubTable#offset"},"platformID":{"name":"platformID","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfCmapSubTable#platformid"}},"TtfCmapTable":{"tablesCount":{"name":"tablesCount","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfCmapTable#tablescount"},"version":{"name":"version","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfCmapTable#version"}},"TtfGlyphHeader":{"numberOfContours":{"name":"numberOfContours","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphHeader#numberofcontours"},"xMax":{"name":"xMax","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphHeader#xmax"},"xMin":{"name":"xMin","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphHeader#xmin"},"yMax":{"name":"yMax","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphHeader#ymax"},"yMin":{"name":"yMin","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphHeader#ymin"}},"TtfGlyphInfo":{"charCode":{"name":"charCode","description":"

Code of the char symbol.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphInfo#charcode"},"index":{"name":"index","description":"

Holds glyph index.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphInfo#index"},"width":{"name":"width","description":"

Holds character's width.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphInfo#width"},"compareTo":{"name":"compareTo","description":"

Compares two WidthDescriptor objects.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphInfo#compareto"}},"TtfHeadTable":{"checkSumAdjustment":{"name":"checkSumAdjustment","description":"

CheckSumAdjustment: To compute: set it to 0, sum the entire font as U Long,\nthen store 0x B 1 B 0 A F B A - sum.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#checksumadjustment"},"created":{"name":"created","description":"

Created: International date (8-byte field).

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#created"},"flags":{"name":"flags","description":"

Bit 0 - baseline for font at y=0\nBit 1 - left SideBearing at x=0\nBit 2 - instructions may depend on point size\nBit 3 - force p p e m to integer values for all private scaler math; may use fractional p p e m sizes if this bit is clean\nBit 4 - instructions may alter advance width (the advance widths might not scale linearly)\nNote: All other bits must be zero.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#flags"},"fontDirectionHint":{"name":"fontDirectionHint","description":"

FontDirectionHint:\n0 Fully mixed directional glyphs\n1 Only strongly left to right\n2 Like 1 but also contains neutrals\n-1 Only strongly right to left\n-2 Like -1 but also contains neutrals.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#fontdirectionhint"},"fontRevision":{"name":"fontRevision","description":"

FontRevision: Set by font manufacturer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#fontrevision"},"glyphDataFormat":{"name":"glyphDataFormat","description":"

0 for current format.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#glyphdataformat"},"indexToLocalFormat":{"name":"indexToLocalFormat","description":"

0 for short offsets, 1 for long.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#indextolocalformat"},"lowestReadableSize":{"name":"lowestReadableSize","description":"

lowestReadableSize: Smallest readable size in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#lowestreadablesize"},"macStyle":{"name":"macStyle","description":"

Regular: 0\nBold: 1\nItalic: 2\nBold Italic: 3\nBit 0 - bold (if set to 1)\nBit 1 - italic (if set to 1)\nBits 2-15 - reserved (set to 0)\nNOTE:\nNote that macStyle bits must agree with the 'OS/2' table fsSelection bits.\nThe fsSelection bits are used over the macStyle bits in Microsoft Windows.\nThe PANOSE values and 'post' table values are ignored for determining bold or italic fonts.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#macstyle"},"magicNumber":{"name":"magicNumber","description":"

MagicNumber: Set to 0x5F0F3CF5.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#magicnumber"},"modified":{"name":"modified","description":"

Modified: International date (8-byte field).

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#modified"},"unitsPerEm":{"name":"unitsPerEm","description":"

Valid range is from 16 to 16384.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#unitsperem"},"version":{"name":"version","description":"

Table version number: 0x00010000 for version 1.0.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#version"},"xMax":{"name":"xMax","description":"

Maximum x for all glyph bounding boxes.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#xmax"},"xMin":{"name":"xMin","description":"

Minimum x for all glyph bounding boxes.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#xmin"},"yMax":{"name":"yMax","description":"

Maximum y for all glyph bounding boxes.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#ymax"},"yMin":{"name":"yMin","description":"

Minimum y for all glyph bounding boxes.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#ymin"}},"TtfHorizontalHeaderTable":{"advanceWidthMax":{"name":"advanceWidthMax","description":"

Maximum advance width value in HTML table.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#advancewidthmax"},"ascender":{"name":"ascender","description":"

Typographic ascent.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#ascender"},"caretSlopeRise":{"name":"caretSlopeRise","description":"

Used to calculate the slope of the cursor (rise/run); 1 for vertical.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#caretsloperise"},"caretSlopeRun":{"name":"caretSlopeRun","description":"

0 for vertical.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#caretsloperun"},"descender":{"name":"descender","description":"

Typographic descent.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#descender"},"lineGap":{"name":"lineGap","description":"

Typographic line gap. Negative LineGap values are treated as DEF_TABLE_CHECKSUM\nin Windows 3.1, System 6, and System 7.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#linegap"},"metricDataFormat":{"name":"metricDataFormat","description":"

0 for current format.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#metricdataformat"},"minLeftSideBearing":{"name":"minLeftSideBearing","description":"

Minimum left SideBearing value in HTML table.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#minleftsidebearing"},"minRightSideBearing":{"name":"minRightSideBearing","description":"

Minimum right SideBearing value; calculated as Min(aw - lsb - (xMax - xMin)).

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#minrightsidebearing"},"numberOfHMetrics":{"name":"numberOfHMetrics","description":"

Number of hMetric entries in HTML table;\nmay be smaller than the total number of glyphs in the font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#numberofhmetrics"},"version":{"name":"version","description":"

Version of the horizontal header table.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#version"},"xMaxExtent":{"name":"xMaxExtent","description":"

Max(lsb + (xMax - xMin)).

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#xmaxextent"}},"TtfLocaTable":{"offsets":{"name":"offsets","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfLocaTable#offsets"}},"TtfLongHorMetric":{"advanceWidth":{"name":"advanceWidth","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfLongHorMetric#advancewidth"},"lsb":{"name":"lsb","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfLongHorMetric#lsb"}},"TtfMetrics":{"capHeight":{"name":"capHeight","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#capheight"},"contains":{"name":"contains","description":"

Gets or sets contains C F F.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#contains"},"fontBox":{"name":"fontBox","description":"

Gets or sets description font item.

\n","type":"Rectangle","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#fontbox"},"fontFamily":{"name":"fontFamily","description":"

Gets or sets font family name.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#fontfamily"},"isFixedPitch":{"name":"isFixedPitch","description":"

Gets or sets description font item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#isfixedpitch"},"isSymbol":{"name":"isSymbol","description":"

Gets or sets value indicating if Symbol font is used.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#issymbol"},"italicAngle":{"name":"italicAngle","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#italicangle"},"leading":{"name":"leading","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#leading"},"lineGap":{"name":"lineGap","description":"

Typographic line gap.\nNegative LineGap values are treated as DEF_TABLE_CHECKSUM.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#linegap"},"macAscent":{"name":"macAscent","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#macascent"},"macDescent":{"name":"macDescent","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#macdescent"},"macStyle":{"name":"macStyle","description":"

Regular: 0\nBold: 1\nItalic: 2\nBold Italic: 3\nBit 0- bold (if set to 1)\nBit 1- italic (if set to 1)\nBits 2-15- reserved (set to 0).\nNOTE:\nNote that macStyle bits must agree with the 'OS/2' table fsSelection bits.\nThe fsSelection bits are used over the macStyle bits in Microsoft Windows.\nThe PANOSE values and 'post' table values are ignored for determining bold or italic fonts.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#macstyle"},"postScriptName":{"name":"postScriptName","description":"

Gets or sets post-script font name.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#postscriptname"},"stemV":{"name":"stemV","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#stemv"},"subScriptSizeFactor":{"name":"subScriptSizeFactor","description":"

Subscript size factor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#subscriptsizefactor"},"superscriptSizeFactor":{"name":"superscriptSizeFactor","description":"

Superscript size factor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#superscriptsizefactor"},"widthTable":{"name":"widthTable","description":"

Gets or sets widths table for the font.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#widthtable"},"winAscent":{"name":"winAscent","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#winascent"},"winDescent":{"name":"winDescent","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#windescent"}},"TtfMicrosoftCmapSubTable":{"endCount":{"name":"endCount","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#endcount"},"entrySelector":{"name":"entrySelector","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#entryselector"},"format":{"name":"format","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#format"},"glyphID":{"name":"glyphID","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#glyphid"},"idDelta":{"name":"idDelta","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#iddelta"},"idRangeOffset":{"name":"idRangeOffset","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#idrangeoffset"},"length":{"name":"length","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#length"},"rangeShift":{"name":"rangeShift","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#rangeshift"},"reservedPad":{"name":"reservedPad","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#reservedpad"},"searchRange":{"name":"searchRange","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#searchrange"},"segCountX2":{"name":"segCountX2","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#segcountx2"},"startCount":{"name":"startCount","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#startcount"},"version":{"name":"version","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#version"}},"TtfNameRecord":{"encodingID":{"name":"encodingID","description":"

The EncodingID.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#encodingid"},"languageID":{"name":"languageID","description":"

The LanguageID

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#languageid"},"length":{"name":"length","description":"

The Length.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#length"},"name":{"name":"name","description":"

The Name.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#name"},"nameID":{"name":"nameID","description":"

The NameID.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#nameid"},"offset":{"name":"offset","description":"

The Offset.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#offset"},"platformID":{"name":"platformID","description":"

The PlatformID.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#platformid"}},"TtfNameTable":{"formatSelector":{"name":"formatSelector","description":"

Local variable to store Format Selector.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameTable#formatselector"},"nameRecords":{"name":"nameRecords","description":"

Local variable to store Name Records.

\n","type":"TtfNameRecord[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameTable#namerecords"},"offset":{"name":"offset","description":"

Local variable to store Offset.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameTable#offset"},"recordsCount":{"name":"recordsCount","description":"

Local variable to store Records Count.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameTable#recordscount"}},"TtfPostTable":{"formatType":{"name":"formatType","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#formattype"},"isFixedPitch":{"name":"isFixedPitch","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#isfixedpitch"},"italicAngle":{"name":"italicAngle","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#italicangle"},"maxType1":{"name":"maxType1","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#maxtype1"},"maxType42":{"name":"maxType42","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#maxtype42"},"minType1":{"name":"minType1","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#mintype1"},"minType42":{"name":"minType42","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#mintype42"},"underlinePosition":{"name":"underlinePosition","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#underlineposition"},"underlineThickness":{"name":"underlineThickness","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#underlinethickness"}},"TtfReader":{"bIsLocaShort":{"name":"bIsLocaShort","description":"

Indicates whether loca table is short.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#bislocashort"},"metrics":{"name":"metrics","description":"","type":"TtfMetrics","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#metrics"},"tableDirectory":{"name":"tableDirectory","description":"","type":"Dictionary","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#tabledirectory"},"convertString":{"name":"convertString","description":"

Reconverts string to be in proper format saved into PDF file.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#convertstring"},"getAllGlyphs":{"name":"getAllGlyphs","description":"

Gets all glyphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#getallglyphs"},"getCharWidth":{"name":"getCharWidth","description":"

Gets char width.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#getcharwidth"},"getGlyph":{"name":"getGlyph","description":"

Gets glyph's info by char code.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#getglyph"},"getGlyphChars":{"name":"getGlyphChars","description":"

Gets hash table with chars indexed by glyph index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#getglyphchars"},"setOffset":{"name":"setOffset","description":"

Sets position value of font data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#setoffset"}},"TtfTableInfo":{"checksum":{"name":"checksum","description":"

table checksum;

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTableInfo#checksum"},"length":{"name":"length","description":"

length of the table.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTableInfo#length"},"offset":{"name":"offset","description":"

offset from beginning of true type font file.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTableInfo#offset"}},"TtfTrimmedCmapSubTable":{"entryCount":{"name":"entryCount","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTrimmedCmapSubTable#entrycount"},"firstCode":{"name":"firstCode","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTrimmedCmapSubTable#firstcode"},"format":{"name":"format","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTrimmedCmapSubTable#format"},"length":{"name":"length","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTrimmedCmapSubTable#length"},"version":{"name":"version","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTrimmedCmapSubTable#version"}},"UnicodeTrueTypeFont":{"metrics":{"name":"metrics","description":"

Font metrics.

\n","type":"PdfFontMetrics","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#metrics"},"cmapBeginSave":{"name":"cmapBeginSave","description":"

Runs before font Dictionary will be saved.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#cmapbeginsave"},"createInternals":{"name":"createInternals","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#createinternals"},"descendantFontBeginSave":{"name":"descendantFontBeginSave","description":"

Runs before font Dictionary will be saved.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#descendantfontbeginsave"},"fontDictionaryBeginSave":{"name":"fontDictionaryBeginSave","description":"

Runs before font Dictionary will be saved.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#fontdictionarybeginsave"},"fontProgramBeginSave":{"name":"fontProgramBeginSave","description":"

Runs before font program stream save.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#fontprogrambeginsave"},"getCharWidth":{"name":"getCharWidth","description":"

Returns width of the char symbol.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#getcharwidth"},"getDescendantWidth":{"name":"getDescendantWidth","description":"

Gets width description pad array for c i d font.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#getdescendantwidth"},"getInternals":{"name":"getInternals","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#getinternals"},"getLineWidth":{"name":"getLineWidth","description":"

Returns width of the text line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#getlinewidth"},"setSymbols":{"name":"setSymbols","description":"

Stores used symbols.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#setsymbols"}},"PdfBitmap":{},"PdfColor":{},"PdfGraphics":{"drawImage":{"name":"drawImage","description":"

Draws the specified image, using its original physical size, at the location specified by a coordinate pair.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#drawimage"},"drawLine":{"name":"drawLine","description":"

Draws a line connecting the two points specified by the coordinate pairs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#drawline"},"drawRectangle":{"name":"drawRectangle","description":"

Draws a rectangle specified by a pen, a coordinate pair, a width, and a height.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#drawrectangle"},"drawString":{"name":"drawString","description":"

Draws the specified text at the specified location and size with string format.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#drawstring"},"rotateTransform":{"name":"rotateTransform","description":"

Applies the specified rotation to the transformation matrix of this Graphics.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#rotatetransform"},"save":{"name":"save","description":"

Saves the current state of this Graphics and identifies the saved state with a GraphicsState.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#save"},"scaleTransform":{"name":"scaleTransform","description":"

Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#scaletransform"},"translateTransform":{"name":"translateTransform","description":"

Used to translate the transformation.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#translatetransform"}},"PdfGraphicsState":{},"PdfMargins":{},"PdfPen":{},"Matrix":{},"PdfTransformationMatrix":{},"BigEndianWriter":{"int16Size":{"name":"int16Size","description":"

Size of Int16 type.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#int16size"},"int32Size":{"name":"int32Size","description":"

Size of Int32 type.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#int32size"},"int64Size":{"name":"int64Size","description":"

Size of long type.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#int64size"},"writeBytes":{"name":"writeBytes","description":"

Writes byte[] value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#writebytes"},"writeInt":{"name":"writeInt","description":"

Writes int value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#writeint"},"writeShort":{"name":"writeShort","description":"

Writes short value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#writeshort"},"writeString":{"name":"writeString","description":"

Writes string value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#writestring"},"writeUInt":{"name":"writeUInt","description":"

Writes u int value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#writeuint"}},"RegisteredObject":{},"ObjectInfo":{},"PageAddedEventArgs":{},"PdfPage":{"getClientSize":{"name":"getClientSize","description":"

Get the page size reduced by page margins and page template dimensions.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPage#getclientsize"}},"PdfPageLayerCollection":{},"PdfPageSettings":{},"PdfPageSize":{},"PdfPageTemplateElement":{},"PageSettingsState":{},"PdfSection":{"setPageSettings":{"name":"setPageSettings","description":"

Sets the page setting of the current section.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSection#setpagesettings"}},"PdfSectionTemplate":{"getBottom":{"name":"getBottom","description":"

Returns bottom template.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSectionTemplate#getbottom"},"getLeft":{"name":"getLeft","description":"

Returns left template.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSectionTemplate#getleft"},"getRight":{"name":"getRight","description":"

Returns right template.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSectionTemplate#getright"},"getTop":{"name":"getTop","description":"

Returns top template.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSectionTemplate#gettop"}},"SaveAnnotationEventHandler":{},"SaveDescendantFontEventHandler":{},"SaveFontDictionaryEventHandler":{},"SaveSectionCollectionEventHandler":{},"SaveSectionEventHandler":{},"SaveCmapEventHandler":{},"SaveFontProgramEventHandler":{},"PdfString":{"pdfEncode":{"name":"pdfEncode","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfString#pdfencode"},"byteToString":{"name":"byteToString","description":"

Converts byte data to string.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfString#bytetostring"},"toUnicodeArray":{"name":"toUnicodeArray","description":"

Converts string to array of unicode symbols.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfString#tounicodearray"}},"BeginPageLayoutEventArgs":{},"EndPageLayoutEventArgs":{},"GridCellEventArgs":{},"PdfCancelEventArgs":{},"PdfGridBeginCellDrawEventArgs":{},"PdfGridBeginPageLayoutEventArgs":{},"PdfGridEndCellDrawEventArgs":{},"PdfGridEndPageLayoutEventArgs":{},"PdfGridLayoutFormat":{},"PdfGridLayouter":{"tempWidth":{"name":"tempWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridLayouter#tempwidth"},"Layouter":{"name":"Layouter","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridLayouter#layouter"}},"RowLayoutResult":{},"PdfGrid":{"beginPageLayout":{"name":"beginPageLayout","description":"","type":"Function","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#beginpagelayout"},"endPageLayout":{"name":"endPageLayout","description":"","type":"Function","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#endpagelayout"},"hasColumnSpan":{"name":"hasColumnSpan","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#hascolumnspan"},"isGridSplit":{"name":"isGridSplit","description":"

Check the child grid is ' split or not'

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#isgridsplit"},"isSingleGrid":{"name":"isSingleGrid","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#issinglegrid"},"splitChildRowIndex":{"name":"splitChildRowIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#splitchildrowindex"},"tempWidth":{"name":"tempWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#tempwidth"},"checkSpan":{"name":"checkSpan","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#checkspan"},"onBeginCellDraw":{"name":"onBeginCellDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#onbegincelldraw"},"onBeginPageLayout":{"name":"onBeginPageLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#onbeginpagelayout"},"onEndCellDraw":{"name":"onEndCellDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#onendcelldraw"},"onEndPageLayout":{"name":"onEndPageLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#onendpagelayout"},"setSpan":{"name":"setSpan","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#setspan"}},"PdfGridCell":{"hasColSpan":{"name":"hasColSpan","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridCell#hascolspan"},"hasRowSpan":{"name":"hasRowSpan","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridCell#hasrowspan"}},"PdfGridColumn":{},"PdfGridRow":{"isPageBreakRowSpanApplied":{"name":"isPageBreakRowSpanApplied","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#ispagebreakrowspanapplied"},"isRowBreaksNextPage":{"name":"isRowBreaksNextPage","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#isrowbreaksnextpage"},"isRowSpanRowHeightSet":{"name":"isRowSpanRowHeightSet","description":"

Check whether the Row span row height is set explicitly.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#isrowspanrowheightset"},"maximumRowSpan":{"name":"maximumRowSpan","description":"

The Maximum span of the row.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#maximumrowspan"},"noOfPageCount":{"name":"noOfPageCount","description":"

The page count of the row.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#noofpagecount"},"repeatFlag":{"name":"repeatFlag","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#repeatflag"},"repeatRowNumber":{"name":"repeatRowNumber","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#repeatrownumber"},"rowBreakHeightValue":{"name":"rowBreakHeightValue","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#rowbreakheightvalue"},"rowFontSplit":{"name":"rowFontSplit","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#rowfontsplit"}},"PdfBorders":{},"PdfPaddings":{},"PdfGridCellStyle":{},"PdfGridRowStyle":{"setBackgroundBrush":{"name":"setBackgroundBrush","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRowStyle#setbackgroundbrush"},"setBorder":{"name":"setBorder","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRowStyle#setborder"},"setFont":{"name":"setFont","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRowStyle#setfont"},"setTextBrush":{"name":"setTextBrush","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRowStyle#settextbrush"},"setTextPen":{"name":"setTextPen","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRowStyle#settextpen"}},"PdfGridStyle":{},"PdfGridStyleBase":{},"Gregorian":{"addYears":{"name":"addYears","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#addyears"},"checkMonth":{"name":"checkMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#checkmonth"},"compareMonth":{"name":"compareMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#comparemonth"},"firstDateOfMonth":{"name":"firstDateOfMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#firstdateofmonth"},"getDate":{"name":"getDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#getdate"},"getExpectedDays":{"name":"getExpectedDays","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#getexpecteddays"},"getFullYear":{"name":"getFullYear","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#getfullyear"},"getLeapYearDaysCount":{"name":"getLeapYearDaysCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#getleapyeardayscount"},"getMonth":{"name":"getMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#getmonth"},"getMonthDaysCount":{"name":"getMonthDaysCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#getmonthdayscount"},"getMonthEndDate":{"name":"getMonthEndDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#getmonthenddate"},"getMonthStartDate":{"name":"getMonthStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#getmonthstartdate"},"getYearDaysCount":{"name":"getYearDaysCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#getyeardayscount"},"getYearLastDate":{"name":"getYearLastDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#getyearlastdate"},"isLastMonth":{"name":"isLastMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#islastmonth"},"isLeapYear":{"name":"isLeapYear","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#isleapyear"},"isMonthStart":{"name":"isMonthStart","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#ismonthstart"},"isSameMonth":{"name":"isSameMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#issamemonth"},"isSameYear":{"name":"isSameYear","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#issameyear"},"lastDateOfMonth":{"name":"lastDateOfMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#lastdateofmonth"},"setDate":{"name":"setDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#setdate"},"setMonth":{"name":"setMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#setmonth"},"setValidDate":{"name":"setValidDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/gregorian#setvaliddate"}},"RecurrenceEditor":{"change":{"name":"change","description":"

Triggers for value changes on every sub-controls rendered within the recurrence editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#change"},"calendarMode":{"name":"calendarMode","description":"

Sets the specific calendar type to be applied on recurrence editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#calendarmode"},"cssClass":{"name":"cssClass","description":"

Allows styling with custom class names.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#cssclass"},"dateFormat":{"name":"dateFormat","description":"

Sets the user specific date format on recurrence editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#dateformat"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#enablertl"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

Sets the first day of the week.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#firstdayofweek"},"frequencies":{"name":"frequencies","description":"

Sets the recurrence pattern on the editor.

\n","type":"RepeatType[]","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#frequencies"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#locale"},"localeObj":{"name":"localeObj","description":"","type":"L10n","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#localeobj"},"maxDate":{"name":"maxDate","description":"

Sets the maximum date on recurrence editor.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#maxdate"},"minDate":{"name":"minDate","description":"

Sets the minimum date on recurrence editor.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#mindate"},"selectedType":{"name":"selectedType","description":"

Sets the current repeat type to be set on the recurrence editor.

\n","type":"Number","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#selectedtype"},"startDate":{"name":"startDate","description":"

Sets the start date on recurrence editor.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#startdate"},"value":{"name":"value","description":"

Sets the recurrence rule as its output values.

\n","type":"String","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#destroy"},"getCalendarMode":{"name":"getCalendarMode","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#getcalendarmode"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#getpersistdata"},"getRecurrenceDates":{"name":"getRecurrenceDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#getrecurrencedates"},"getRecurrenceRule":{"name":"getRecurrenceRule","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#getrecurrencerule"},"getRuleSummary":{"name":"getRuleSummary","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#getrulesummary"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#removeeventlistener"},"resetFields":{"name":"resetFields","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#resetfields"},"setRecurrenceRule":{"name":"setRecurrenceRule","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#setrecurrencerule"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#inject"}},"ActionBase":{"actionObj":{"name":"actionObj","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#actionobj"},"daysVariation":{"name":"daysVariation","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#daysvariation"},"monthEvent":{"name":"monthEvent","description":"","type":"MonthEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#monthevent"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#parent"},"resizeEdges":{"name":"resizeEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#resizeedges"},"scrollArgs":{"name":"scrollArgs","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#scrollargs"},"scrollEdges":{"name":"scrollEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#scrolledges"},"verticalEvent":{"name":"verticalEvent","description":"","type":"VerticalEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#verticalevent"},"actionClass":{"name":"actionClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#actionclass"},"autoScroll":{"name":"autoScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#autoscroll"},"autoScrollValidation":{"name":"autoScrollValidation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#autoscrollvalidation"},"calculateIntervalTime":{"name":"calculateIntervalTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#calculateintervaltime"},"createCloneElement":{"name":"createCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#createcloneelement"},"dynamicEventsRendering":{"name":"dynamicEventsRendering","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#dynamiceventsrendering"},"getChangedData":{"name":"getChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getchangeddata"},"getContentAreaDimension":{"name":"getContentAreaDimension","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getcontentareadimension"},"getCursorElement":{"name":"getCursorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getcursorelement"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getindex"},"getOriginalElement":{"name":"getOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getoriginalelement"},"getPageCoordinates":{"name":"getPageCoordinates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getpagecoordinates"},"getResourceElements":{"name":"getResourceElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getresourceelements"},"getUpdatedEvent":{"name":"getUpdatedEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getupdatedevent"},"removeCloneElement":{"name":"removeCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#removecloneelement"},"removeCloneElementClasses":{"name":"removeCloneElementClasses","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#removecloneelementclasses"},"saveChangedData":{"name":"saveChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#savechangeddata"},"updateOriginalElement":{"name":"updateOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#updateoriginalelement"},"updateScrollPosition":{"name":"updateScrollPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#updatescrollposition"},"updateTimePosition":{"name":"updateTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#updatetimeposition"}},"Crud":{"addEvent":{"name":"addEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/crud#addevent"},"deleteEvent":{"name":"deleteEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/crud#deleteevent"},"saveEvent":{"name":"saveEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/crud#saveevent"}},"DragAndDrop":{"actionObj":{"name":"actionObj","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#actionobj"},"daysVariation":{"name":"daysVariation","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#daysvariation"},"monthEvent":{"name":"monthEvent","description":"","type":"MonthEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#monthevent"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#parent"},"resizeEdges":{"name":"resizeEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#resizeedges"},"scrollArgs":{"name":"scrollArgs","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#scrollargs"},"scrollEdges":{"name":"scrollEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#scrolledges"},"verticalEvent":{"name":"verticalEvent","description":"","type":"VerticalEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#verticalevent"},"actionClass":{"name":"actionClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#actionclass"},"autoScroll":{"name":"autoScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#autoscroll"},"autoScrollValidation":{"name":"autoScrollValidation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#autoscrollvalidation"},"calculateIntervalTime":{"name":"calculateIntervalTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#calculateintervaltime"},"createCloneElement":{"name":"createCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#createcloneelement"},"dynamicEventsRendering":{"name":"dynamicEventsRendering","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#dynamiceventsrendering"},"getChangedData":{"name":"getChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getchangeddata"},"getContentAreaDimension":{"name":"getContentAreaDimension","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getcontentareadimension"},"getCursorElement":{"name":"getCursorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getcursorelement"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getindex"},"getOriginalElement":{"name":"getOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getoriginalelement"},"getPageCoordinates":{"name":"getPageCoordinates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getpagecoordinates"},"getResourceElements":{"name":"getResourceElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getresourceelements"},"getUpdatedEvent":{"name":"getUpdatedEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getupdatedevent"},"navigationWrapper":{"name":"navigationWrapper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#navigationwrapper"},"removeCloneElement":{"name":"removeCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#removecloneelement"},"removeCloneElementClasses":{"name":"removeCloneElementClasses","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#removecloneelementclasses"},"saveChangedData":{"name":"saveChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#savechangeddata"},"updateDraggingDateTime":{"name":"updateDraggingDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#updatedraggingdatetime"},"updateNavigatingPosition":{"name":"updateNavigatingPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#updatenavigatingposition"},"updateOriginalElement":{"name":"updateOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#updateoriginalelement"},"updateScrollPosition":{"name":"updateScrollPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#updatescrollposition"},"updateTimePosition":{"name":"updateTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#updatetimeposition"},"wireDragEvent":{"name":"wireDragEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#wiredragevent"}},"KeyboardInteraction":{"onMouseSelection":{"name":"onMouseSelection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/keyboardInteraction#onmouseselection"}},"ScheduleTouch":{"resetValues":{"name":"resetValues","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/scheduleTouch#resetvalues"}},"WorkCellInteraction":{"cellClick":{"name":"cellClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workCellInteraction#cellclick"},"cellDblClick":{"name":"cellDblClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workCellInteraction#celldblclick"},"cellMouseDown":{"name":"cellMouseDown","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workCellInteraction#cellmousedown"},"onHover":{"name":"onHover","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workCellInteraction#onhover"}},"ResourceBase":{"expandedResources":{"name":"expandedResources","description":"","type":"TdData[]","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#expandedresources"},"lastResourceLevel":{"name":"lastResourceLevel","description":"","type":"TdData[]","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#lastresourcelevel"},"renderedResources":{"name":"renderedResources","description":"","type":"TdData[]","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#renderedresources"},"resourceCollection":{"name":"resourceCollection","description":"","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#resourcecollection"},"addResource":{"name":"addResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#addresource"},"bindResourcesData":{"name":"bindResourcesData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#bindresourcesdata"},"createResourceColumn":{"name":"createResourceColumn","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#createresourcecolumn"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#destroy"},"generateCustomHours":{"name":"generateCustomHours","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#generatecustomhours"},"generateResourceLevels":{"name":"generateResourceLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#generateresourcelevels"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#getcontentrows"},"getCssClass":{"name":"getCssClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#getcssclass"},"getResourceColor":{"name":"getResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#getresourcecolor"},"getResourceData":{"name":"getResourceData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#getresourcedata"},"hideResourceRows":{"name":"hideResourceRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#hideresourcerows"},"onTreeIconClick":{"name":"onTreeIconClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#ontreeiconclick"},"removeResource":{"name":"removeResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#removeresource"},"renderResourceHeader":{"name":"renderResourceHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#renderresourceheader"},"renderResourceHeaderIndent":{"name":"renderResourceHeaderIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#renderresourceheaderindent"},"renderResourceTree":{"name":"renderResourceTree","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#renderresourcetree"},"setExpandedResources":{"name":"setExpandedResources","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#setexpandedresources"},"setResourceCollection":{"name":"setResourceCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#setresourcecollection"},"setResourceValues":{"name":"setResourceValues","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#setresourcevalues"},"updateContent":{"name":"updateContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#updatecontent"},"updateVirtualContent":{"name":"updateVirtualContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#updatevirtualcontent"}},"Schedule":{"actionBegin":{"name":"actionBegin","description":"

Triggers on beginning of every scheduler action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers on successful completion of the scheduler actions.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when a scheduler action gets failed or interrupted and an error information will be returned.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionfailure"},"cellClick":{"name":"cellClick","description":"

Triggers when the scheduler cells are single clicked or on single tap on the same cells in mobile devices.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#cellclick"},"cellDoubleClick":{"name":"cellDoubleClick","description":"

Triggers when the scheduler cells are double clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#celldoubleclick"},"created":{"name":"created","description":"

Triggers after the scheduler component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#created"},"dataBinding":{"name":"dataBinding","description":"

Triggers before the data binds to the scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#databinding"},"dataBound":{"name":"dataBound","description":"

Triggers once the event data is bound to the scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the scheduler component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#destroyed"},"drag":{"name":"drag","description":"

Triggers when an appointment is being in a dragged state.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#drag"},"dragStart":{"name":"dragStart","description":"

Triggers when an appointment is started to drag.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#dragstart"},"dragStop":{"name":"dragStop","description":"

Triggers when the dragging of appointment is stopped.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#dragstop"},"eventClick":{"name":"eventClick","description":"

Triggers when the events are single clicked or on single tapping the events on the mobile devices.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventclick"},"eventRendered":{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},"hover":{"name":"hover","description":"

Triggers when the scheduler elements are hovered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#hover"},"moreEventsClick":{"name":"moreEventsClick","description":"

Triggers when the more events indicator are clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#moreeventsclick"},"navigating":{"name":"navigating","description":"

Triggers before the date or view navigation takes place on scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#navigating"},"popupClose":{"name":"popupClose","description":"

Triggers before any of the scheduler popups close on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupclose"},"popupOpen":{"name":"popupOpen","description":"

Triggers before any of the scheduler popups opens on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupopen"},"renderCell":{"name":"renderCell","description":"

Triggers before each element of the schedule rendering on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#rendercell"},"resizeStart":{"name":"resizeStart","description":"

Triggers when an appointment is started to resize.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Triggers when the resizing of appointment is stopped.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#resizestop"},"resizing":{"name":"resizing","description":"

Triggers when an appointment is being in a resizing action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#resizing"},"select":{"name":"select","description":"

Triggers when multiple cells or events are selected on the Scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#select"},"activeCellsData":{"name":"activeCellsData","description":"","type":"CellClickEventArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/#activecellsdata"},"activeEventData":{"name":"activeEventData","description":"","type":"EventClickArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/#activeeventdata"},"activeView":{"name":"activeView","description":"","type":"IRenderer","link":"//ej2.syncfusion.com/documentation/api/schedule/#activeview"},"activeViewOptions":{"name":"activeViewOptions","description":"","type":"ViewsData","link":"//ej2.syncfusion.com/documentation/api/schedule/#activeviewoptions"},"agendaDaysCount":{"name":"agendaDaysCount","description":"

Sets the number of days to be displayed by default in Agenda View and in case of virtual scrolling,\nthe number of days will be fetched on each scroll-end based on this count.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/#agendadayscount"},"agendaModule":{"name":"agendaModule","description":"","type":"Agenda","link":"//ej2.syncfusion.com/documentation/api/schedule/#agendamodule"},"allowDragAndDrop":{"name":"allowDragAndDrop","description":"

When set to true, allows the appointments to move over the time slots. When an appointment is dragged, both its start\nand end time tends to change simultaneously allowing it to reschedule the appointment on some other time.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#allowdraganddrop"},"allowKeyboardInteraction":{"name":"allowKeyboardInteraction","description":"

When set to true, allows the keyboard interaction to take place on Schedule.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#allowkeyboardinteraction"},"allowResizing":{"name":"allowResizing","description":"

When set to true, allows the resizing of appointments. It allows the rescheduling of appointments either by changing the\nstart or end time by dragging the event resize handlers.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#allowresizing"},"blockData":{"name":"blockData","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#blockdata"},"blockProcessed":{"name":"blockProcessed","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#blockprocessed"},"calendarMode":{"name":"calendarMode","description":"

It allows the Scheduler to display in other calendar modes.\nBy default, Scheduler is displayed in Gregorian calendar mode.\nTo change the mode, you can set either Gregorian or Islamic as a value to this calendarMode property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#calendarmode"},"calendarUtil":{"name":"calendarUtil","description":"","type":"CalendarUtil","link":"//ej2.syncfusion.com/documentation/api/schedule/#calendarutil"},"cellHeaderTemplate":{"name":"cellHeaderTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto\nthe month date cells. This template is only applicable for month view day cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#cellheadertemplate"},"cellTemplate":{"name":"cellTemplate","description":"

The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the work cells.\nThe fields accessible via template are as follows.

\n
    \n
  • date
  • \n
  • groupIndex
  • \n
  • type\n{% codeBlock src="schedule/cell-template-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/cell-template-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#celltemplate"},"crudModule":{"name":"crudModule","description":"","type":"Crud","link":"//ej2.syncfusion.com/documentation/api/schedule/#crudmodule"},"cssClass":{"name":"cssClass","description":"

It is used to customize the Schedule which accepts custom CSS class names that defines specific user-defined styles and themes\nto be applied on the Schedule element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#cssclass"},"currentAction":{"name":"currentAction","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentaction"},"currentView":{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},"dataModule":{"name":"dataModule","description":"","type":"Data","link":"//ej2.syncfusion.com/documentation/api/schedule/#datamodule"},"dateFormat":{"name":"dateFormat","description":"

By default, Schedule follows the date-format as per the default culture assigned to it.\nIt is also possible to manually set specific date format by using the dateFormat property.\nThe format of the date range label in the header bar depends on the dateFormat value or else based on the\nlocale assigned to the Schedule.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#dateformat"},"dateHeaderTemplate":{"name":"dateHeaderTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto\nthe date header cells. The field that can be accessed via this template is date.\n{% codeBlock src="schedule/date-header-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#dateheadertemplate"},"dayModule":{"name":"dayModule","description":"","type":"Day","link":"//ej2.syncfusion.com/documentation/api/schedule/#daymodule"},"dragAndDropModule":{"name":"dragAndDropModule","description":"","type":"DragAndDrop","link":"//ej2.syncfusion.com/documentation/api/schedule/#draganddropmodule"},"editorTemplate":{"name":"editorTemplate","description":"

The template option to render the customized editor window. The form elements defined within this template should be accompanied\nwith e-field class, so as to fetch and process it from internally.\n{% codeBlock src="schedule/editor-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/editor-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#editortemplate"},"editorTitles":{"name":"editorTitles","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/#editortitles"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#enablepersistence"},"enableRecurrenceValidation":{"name":"enableRecurrenceValidation","description":"

The recurrence validation will be done by default\nWhen this property is set to false, the recurrence validation will be skipped.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#enablerecurrencevalidation"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#enablertl"},"endHour":{"name":"endHour","description":"

It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#endhour"},"eventBase":{"name":"eventBase","description":"","type":"EventBase","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventbase"},"eventDragArea":{"name":"eventDragArea","description":"

It enables the external drag and drop support for appointments on scheduler, to be able to move them out of the scheduler layout.\nWhen the drag area is explicitly set with specific DOM element name,\nthe appointments can be dragged anywhere within the specified drag area location.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventdragarea"},"eventFields":{"name":"eventFields","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventfields"},"eventSettings":{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},"eventTooltip":{"name":"eventTooltip","description":"","type":"EventTooltip","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventtooltip"},"eventWindow":{"name":"eventWindow","description":"","type":"EventWindow","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventwindow"},"eventsData":{"name":"eventsData","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsdata"},"eventsProcessed":{"name":"eventsProcessed","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsprocessed"},"excelExportModule":{"name":"excelExportModule","description":"","type":"ExcelExport","link":"//ej2.syncfusion.com/documentation/api/schedule/#excelexportmodule"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

This option allows the user to set the first day of a week on Schedule. It should be based on the locale set to it and each culture\ndefines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\nthis property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/#firstdayofweek"},"globalize":{"name":"globalize","description":"","type":"Internationalization","link":"//ej2.syncfusion.com/documentation/api/schedule/#globalize"},"group":{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.\n{% codeBlock src="schedule/group-api/index.ts" %}{% endcodeBlock %}

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},"headerModule":{"name":"headerModule","description":"","type":"HeaderRenderer","link":"//ej2.syncfusion.com/documentation/api/schedule/#headermodule"},"headerRows":{"name":"headerRows","description":"

Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row\non the timeline view of the scheduler.\n{% codeBlock src="schedule/header-rows-api/index.ts" %}{% endcodeBlock %}

\n","type":"HeaderRowsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#headerrows"},"height":{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},"hideEmptyAgendaDays":{"name":"hideEmptyAgendaDays","description":"

The days which does not has even a single event to display will be hidden from the UI of Agenda View by default.\nWhen this property is set to false, the empty dates will also be displayed on the Schedule.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#hideemptyagendadays"},"iCalendarExportModule":{"name":"iCalendarExportModule","description":"","type":"ICalendarExport","link":"//ej2.syncfusion.com/documentation/api/schedule/#icalendarexportmodule"},"iCalendarImportModule":{"name":"iCalendarImportModule","description":"","type":"ICalendarImport","link":"//ej2.syncfusion.com/documentation/api/schedule/#icalendarimportmodule"},"isAdaptive":{"name":"isAdaptive","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#isadaptive"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#isdestroyed"},"keyboardInteractionModule":{"name":"keyboardInteractionModule","description":"","type":"KeyboardInteraction","link":"//ej2.syncfusion.com/documentation/api/schedule/#keyboardinteractionmodule"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#locale"},"localeObj":{"name":"localeObj","description":"","type":"L10n","link":"//ej2.syncfusion.com/documentation/api/schedule/#localeobj"},"monthAgendaModule":{"name":"monthAgendaModule","description":"","type":"MonthAgenda","link":"//ej2.syncfusion.com/documentation/api/schedule/#monthagendamodule"},"monthModule":{"name":"monthModule","description":"","type":"Month","link":"//ej2.syncfusion.com/documentation/api/schedule/#monthmodule"},"printModule":{"name":"printModule","description":"","type":"Print","link":"//ej2.syncfusion.com/documentation/api/schedule/#printmodule"},"quickInfoTemplates":{"name":"quickInfoTemplates","description":"

The template option to customize the quick window. The three sections of the quick popup whereas the header, content,\nand footer can be easily customized with individual template option.\n{% codeBlock src="schedule/quick-info-template-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/quick-info-template-api/index.ts" %}{% endcodeBlock %}

\n","type":"QuickInfoTemplatesModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#quickinfotemplates"},"quickPopup":{"name":"quickPopup","description":"","type":"QuickPopups","link":"//ej2.syncfusion.com/documentation/api/schedule/#quickpopup"},"readonly":{"name":"readonly","description":"

When set to true, makes the Schedule to render in a read only mode. No CRUD actions will be allowed at this time.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#readonly"},"renderModule":{"name":"renderModule","description":"","type":"Render","link":"//ej2.syncfusion.com/documentation/api/schedule/#rendermodule"},"resizeModule":{"name":"resizeModule","description":"","type":"Resize","link":"//ej2.syncfusion.com/documentation/api/schedule/#resizemodule"},"resourceBase":{"name":"resourceBase","description":"","type":"ResourceBase","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourcebase"},"resourceCollection":{"name":"resourceCollection","description":"","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourcecollection"},"resourceHeaderTemplate":{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.\n{% codeBlock src="schedule/resource-header-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/resource-header-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},"resources":{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.\n{% codeBlock src="schedule/resources-api/index.ts" %}{% endcodeBlock %}

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},"rowAutoHeight":{"name":"rowAutoHeight","description":"

when set to true, allows the height of the work-cells to adjust automatically\nbased on the number of appointments present in those time ranges.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#rowautoheight"},"scheduleTouchModule":{"name":"scheduleTouchModule","description":"","type":"ScheduleTouch","link":"//ej2.syncfusion.com/documentation/api/schedule/#scheduletouchmodule"},"scrollModule":{"name":"scrollModule","description":"","type":"Scroll","link":"//ej2.syncfusion.com/documentation/api/schedule/#scrollmodule"},"selectedDate":{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},"selectedElements":{"name":"selectedElements","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#selectedelements"},"showHeaderBar":{"name":"showHeaderBar","description":"

When set to false, hides the header bar of the Schedule from UI. By default,\nthe header bar holds the date and view navigation options, to which the user can add their own custom items onto it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showheaderbar"},"showQuickInfo":{"name":"showQuickInfo","description":"

When set to true, displays a quick popup with cell or event details on single clicking over the cells or on events.\nBy default, it is set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showquickinfo"},"showTimeIndicator":{"name":"showTimeIndicator","description":"

When set to false, hides the current time indicator from the Schedule. Otherwise,\nit visually depicts the live current system time appropriately on the user interface.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showtimeindicator"},"showWeekNumber":{"name":"showWeekNumber","description":"

When set to true, displays the week number of the current view date range.\nBy default, it is set to false.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showweeknumber"},"showWeekend":{"name":"showWeekend","description":"

When set to false, it hides the weekend days of a week from the Schedule. The days which are not defined in the working days\ncollection are usually treated as weekend days.\nNote: By default, this option is not applicable on Work Week view.\nFor example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as\nthe weekend days and will be hidden on all the views.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showweekend"},"startHour":{"name":"startHour","description":"

It is used to specify the starting hour, from which the Schedule starts to display. It accepts the time string in a short skeleton\nformat and also, hides the time beyond the specified start time.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#starthour"},"timeFormat":{"name":"timeFormat","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#timeformat"},"timeScale":{"name":"timeScale","description":"

Allows to set different time duration on Schedule along with the customized grid count. It also has template option to\ncustomize the time slots with required time values in its own format.\n{% codeBlock src="schedule/timescale-api/index.ts" %}{% endcodeBlock %}

\n","type":"TimeScaleModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#timescale"},"timelineMonthModule":{"name":"timelineMonthModule","description":"","type":"TimelineMonth","link":"//ej2.syncfusion.com/documentation/api/schedule/#timelinemonthmodule"},"timelineViewsModule":{"name":"timelineViewsModule","description":"","type":"TimelineViews","link":"//ej2.syncfusion.com/documentation/api/schedule/#timelineviewsmodule"},"timelineYearModule":{"name":"timelineYearModule","description":"","type":"TimelineYear","link":"//ej2.syncfusion.com/documentation/api/schedule/#timelineyearmodule"},"timezone":{"name":"timezone","description":"

Schedule will be assigned with specific timezone, so as to display the events in it accordingly. By default,\nSchedule dates are processed with System timezone, as no timezone will be assigned specifically to the Schedule at the initial time.\nWhenever the Schedule is bound to remote data services, it is always recommended to set specific timezone to Schedule to make the\nevents on it to display on the same time irrespective of the system timezone. It usually accepts\nthe valid IANA timezone names.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#timezone"},"tzModule":{"name":"tzModule","description":"","type":"Timezone","link":"//ej2.syncfusion.com/documentation/api/schedule/#tzmodule"},"uiStateValues":{"name":"uiStateValues","description":"","type":"UIStateArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/#uistatevalues"},"viewCollections":{"name":"viewCollections","description":"","type":"ViewsData[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#viewcollections"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/#viewindex"},"viewOptions":{"name":"viewOptions","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/schedule/#viewoptions"},"views":{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},"virtualScrollModule":{"name":"virtualScrollModule","description":"","type":"VirtualScroll","link":"//ej2.syncfusion.com/documentation/api/schedule/#virtualscrollmodule"},"weekModule":{"name":"weekModule","description":"","type":"Week","link":"//ej2.syncfusion.com/documentation/api/schedule/#weekmodule"},"width":{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},"workCellAction":{"name":"workCellAction","description":"","type":"WorkCellInteraction","link":"//ej2.syncfusion.com/documentation/api/schedule/#workcellaction"},"workDays":{"name":"workDays","description":"

It is used to set the working days on Schedule. The only days that are defined in this collection will be rendered on the workWeek\nview whereas on other views, it will display all the usual days and simply highlights the working days with different shade.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#workdays"},"workHours":{"name":"workHours","description":"

The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to\nhighlight it or not. This functionality is handled through workHours property and the start work hour should be 9 AM by default\nand end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.

\n","type":"WorkHoursModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#workhours"},"workWeekModule":{"name":"workWeekModule","description":"","type":"WorkWeek","link":"//ej2.syncfusion.com/documentation/api/schedule/#workweekmodule"},"yearModule":{"name":"yearModule","description":"","type":"Year","link":"//ej2.syncfusion.com/documentation/api/schedule/#yearmodule"},"addEvent":{"name":"addEvent","description":"

Adds the newly created event into the Schedule dataSource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#addevent"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#addeventlistener"},"addResource":{"name":"addResource","description":"

Adds the resources to the specified index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#addresource"},"addSelectedClass":{"name":"addSelectedClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#addselectedclass"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#appendto"},"boundaryValidation":{"name":"boundaryValidation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#boundaryvalidation"},"changeDate":{"name":"changeDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#changedate"},"changeView":{"name":"changeView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#changeview"},"closeEditor":{"name":"closeEditor","description":"

To manually close the event editor window

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#closeeditor"},"closeQuickInfoPopup":{"name":"closeQuickInfoPopup","description":"

To manually close the quick info popup

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#closequickinfopopup"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#databind"},"deleteEvent":{"name":"deleteEvent","description":"

Deletes the events based on the provided ID or event collection in the argument list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#deleteevent"},"destroy":{"name":"destroy","description":"

Destroys the Schedule component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#destroy"},"exportToExcel":{"name":"exportToExcel","description":"

Allows the Scheduler events data to be exported as an Excel file either in .xlsx or .csv file formats.\nBy default, the whole event collection bound to the Scheduler gets exported as an Excel file.\nTo export only the specific events of Scheduler, you need to pass the custom data collection as\na parameter to this exportToExcel method. This method accepts the export options as arguments such as fileName,\nexportType, fields, customData, and includeOccurrences. The fileName denotes the name to be given for the exported\nfile and the exportType allows you to set the format of an Excel file to be exported either as .xlsx or .csv.\nThe custom or specific field collection of event dataSource to be exported can be provided through fields option\nand the custom data collection can be exported by passing them through the customData option. There also exists\noption to export each individual instances of the recurring events to an Excel file, by setting true or false to the\nincludeOccurrences option, denoting either to include or exclude the occurrences as separate instances on an exported Excel file.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#exporttoexcel"},"exportToICalendar":{"name":"exportToICalendar","description":"

Exports the Scheduler events to a calendar (.ics) file. By default, the calendar is exported with a file name Calendar.ics.\nTo change this file name on export, pass the custom string value as fileName to get the file downloaded with this provided name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#exporttoicalendar"},"getAllDayRow":{"name":"getAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getalldayrow"},"getAppointmentTemplate":{"name":"getAppointmentTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getappointmenttemplate"},"getBlockEvents":{"name":"getBlockEvents","description":"

Retrieves the entire collection of events bound to the Schedule.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getblockevents"},"getCalendarMode":{"name":"getCalendarMode","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcalendarmode"},"getCellDetails":{"name":"getCellDetails","description":"

Retrieves the start and end time information of the specific cell element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcelldetails"},"getCellHeaderTemplate":{"name":"getCellHeaderTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcellheadertemplate"},"getCellTemplate":{"name":"getCellTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcelltemplate"},"getContentTable":{"name":"getContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcontenttable"},"getCssProperties":{"name":"getCssProperties","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcssproperties"},"getCurrentTime":{"name":"getCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcurrenttime"},"getCurrentViewDates":{"name":"getCurrentViewDates","description":"

Retrieves the dates that lies on active view of Schedule.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcurrentviewdates"},"getCurrentViewEvents":{"name":"getCurrentViewEvents","description":"

Retrieves the events that lies on the current date range of the active view of Schedule.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcurrentviewevents"},"getDateFromElement":{"name":"getDateFromElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getdatefromelement"},"getDateHeaderTemplate":{"name":"getDateHeaderTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getdateheadertemplate"},"getDateTime":{"name":"getDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getdatetime"},"getDayNames":{"name":"getDayNames","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getdaynames"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"

Get deleted occurrences from given recurrence series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getdeletedoccurrences"},"getEditorTemplate":{"name":"getEditorTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#geteditortemplate"},"getEventDetails":{"name":"getEventDetails","description":"

To retrieve the appointment object from element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#geteventdetails"},"getEventTooltipTemplate":{"name":"getEventTooltipTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#geteventtooltiptemplate"},"getEvents":{"name":"getEvents","description":"

Retrieves the entire collection of events bound to the Schedule.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getevents"},"getHeaderTooltipTemplate":{"name":"getHeaderTooltipTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getheadertooltiptemplate"},"getIndexOfDate":{"name":"getIndexOfDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getindexofdate"},"getMajorSlotTemplate":{"name":"getMajorSlotTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getmajorslottemplate"},"getMinorSlotTemplate":{"name":"getMinorSlotTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getminorslottemplate"},"getNavigateView":{"name":"getNavigateView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getnavigateview"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"

Retrieves the occurrences of a single recurrence event based on the provided parent ID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"

Retrieves all the occurrences that lies between the specific start and end time range.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getoccurrencesbyrange"},"getQuickInfoTemplatesContent":{"name":"getQuickInfoTemplatesContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getquickinfotemplatescontent"},"getQuickInfoTemplatesFooter":{"name":"getQuickInfoTemplatesFooter","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getquickinfotemplatesfooter"},"getQuickInfoTemplatesHeader":{"name":"getQuickInfoTemplatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getquickinfotemplatesheader"},"getResourceHeaderTemplate":{"name":"getResourceHeaderTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getresourceheadertemplate"},"getResourcesByIndex":{"name":"getResourcesByIndex","description":"

Retrieves the resource details based on the provided resource index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getresourcesbyindex"},"getSelectedElements":{"name":"getSelectedElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getselectedelements"},"getStartEndTime":{"name":"getStartEndTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getstartendtime"},"getTableRows":{"name":"getTableRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#gettablerows"},"getTimeString":{"name":"getTimeString","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#gettimestring"},"getWorkCellElements":{"name":"getWorkCellElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getworkcellelements"},"hideSpinner":{"name":"hideSpinner","description":"

When the spinner is shown manually using showSpinner method, it can be hidden using this hideSpinner method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#hidespinner"},"importICalendar":{"name":"importICalendar","description":"

Imports the events from an .ics file downloaded from any of the calendars like Google or Outlook into the Scheduler.\nThis method accepts the blob object of an .ics file to be imported as a mandatory argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#importicalendar"},"isAllDayCell":{"name":"isAllDayCell","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#isalldaycell"},"isSelectedDate":{"name":"isSelectedDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#isselecteddate"},"isSlotAvailable":{"name":"isSlotAvailable","description":"

To check whether the given time range slots are available for event creation or already occupied by other events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#isslotavailable"},"openEditor":{"name":"openEditor","description":"

To manually open the event editor on specific time or on certain events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#openeditor"},"print":{"name":"print","description":"

print function

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#refresh"},"refreshEvents":{"name":"refreshEvents","description":"

Refreshes the event dataSource. This method may be useful when the events alone in the schedule needs to be re-rendered.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#refreshevents"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#removeeventlistener"},"removeNewEventElement":{"name":"removeNewEventElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#removeneweventelement"},"removeResource":{"name":"removeResource","description":"

Removes the specified resource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#removeresource"},"removeSelectedClass":{"name":"removeSelectedClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#removeselectedclass"},"renderCompleted":{"name":"renderCompleted","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#rendercompleted"},"renderElements":{"name":"renderElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#renderelements"},"resetEventTemplates":{"name":"resetEventTemplates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#reseteventtemplates"},"resetLayoutTemplates":{"name":"resetLayoutTemplates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#resetlayouttemplates"},"resetWorkHours":{"name":"resetWorkHours","description":"

Removes or resets different working hours on the required working days by accepting the required start and end time as well as the\ndate collection as its parameters.\nif no parameters has been passed to this function, it will remove all the work hours.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#resetworkhours"},"saveEvent":{"name":"saveEvent","description":"

Updates the changes made in the event object by passing it as an parameter into the dataSource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#saveevent"},"scrollTo":{"name":"scrollTo","description":"

Scrolls the Schedule content area to the specified time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#scrollto"},"selectCell":{"name":"selectCell","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#selectcell"},"setRecurrenceEditor":{"name":"setRecurrenceEditor","description":"

Set the recurrence editor instance from custom editor template.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#setrecurrenceeditor"},"setWorkHours":{"name":"setWorkHours","description":"

Sets different working hours on the required working days by accepting the required start and end time as well as the date collection\nas its parameters.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#setworkhours"},"showSpinner":{"name":"showSpinner","description":"

Allows to show the spinner on schedule at the required scenarios.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#showspinner"},"templateParser":{"name":"templateParser","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#templateparser"},"updateLayoutTemplates":{"name":"updateLayoutTemplates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#updatelayouttemplates"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#inject"}},"AgendaBase":{"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#parent"},"viewBase":{"name":"viewBase","description":"","type":"ViewBase","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#viewbase"},"calculateResourceTableElement":{"name":"calculateResourceTableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#calculateresourcetableelement"},"createAgendaContentElement":{"name":"createAgendaContentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#createagendacontentelement"},"createAppointment":{"name":"createAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#createappointment"},"createDateHeaderElement":{"name":"createDateHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#createdateheaderelement"},"createTableRowElement":{"name":"createTableRowElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#createtablerowelement"},"processAgendaEvents":{"name":"processAgendaEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#processagendaevents"},"renderEmptyContent":{"name":"renderEmptyContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#renderemptycontent"},"wireEventActions":{"name":"wireEventActions","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#wireeventactions"}},"EventBase":{"cssClass":{"name":"cssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#cssclass"},"groupOrder":{"name":"groupOrder","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#grouporder"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#parent"},"slots":{"name":"slots","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#slots"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#addeventlistener"},"addSelectedAppointments":{"name":"addSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#addselectedappointments"},"applyResourceColor":{"name":"applyResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#applyresourcecolor"},"createBlockAppointmentElement":{"name":"createBlockAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#createblockappointmentelement"},"filterBlockEvents":{"name":"filterBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#filterblockevents"},"filterEvents":{"name":"filterEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#filterevents"},"filterEventsByRange":{"name":"filterEventsByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#filtereventsbyrange"},"filterEventsByResource":{"name":"filterEventsByResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#filtereventsbyresource"},"focusElement":{"name":"focusElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#focuselement"},"generateGuid":{"name":"generateGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#generateguid"},"generateOccurrence":{"name":"generateOccurrence","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#generateoccurrence"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getdeletedoccurrences"},"getEditedOccurrences":{"name":"getEditedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteditedoccurrences"},"getEventByGuid":{"name":"getEventByGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteventbyguid"},"getEventById":{"name":"getEventById","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteventbyid"},"getEventCollections":{"name":"getEventCollections","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteventcollections"},"getEventIDType":{"name":"getEventIDType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteventidtype"},"getEventMaxID":{"name":"getEventMaxID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteventmaxid"},"getFilterEventsList":{"name":"getFilterEventsList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getfiltereventslist"},"getFollowingEvent":{"name":"getFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getfollowingevent"},"getGroupIndexFromEvent":{"name":"getGroupIndexFromEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getgroupindexfromevent"},"getOccurrenceEvent":{"name":"getOccurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getoccurrenceevent"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getoccurrencesbyrange"},"getParentEvent":{"name":"getParentEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getparentevent"},"getProcessedEvents":{"name":"getProcessedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getprocessedevents"},"getReadonlyAttribute":{"name":"getReadonlyAttribute","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getreadonlyattribute"},"getRecurrenceEvent":{"name":"getRecurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getrecurrenceevent"},"getSelectedAppointments":{"name":"getSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getselectedappointments"},"getSelectedEventElements":{"name":"getSelectedEventElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getselectedeventelements"},"getSelectedEvents":{"name":"getSelectedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getselectedevents"},"getSeriesEvents":{"name":"getSeriesEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getseriesevents"},"getSmallestMissingNumber":{"name":"getSmallestMissingNumber","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getsmallestmissingnumber"},"isAllDayAppointment":{"name":"isAllDayAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#isalldayappointment"},"isBlockRange":{"name":"isBlockRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#isblockrange"},"isFollowingEvent":{"name":"isFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#isfollowingevent"},"processData":{"name":"processData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#processdata"},"processTimezone":{"name":"processTimezone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#processtimezone"},"removeSelectedAppointmentClass":{"name":"removeSelectedAppointmentClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#removeselectedappointmentclass"},"renderResizeHandler":{"name":"renderResizeHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#renderresizehandler"},"selectWorkCellByTime":{"name":"selectWorkCellByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#selectworkcellbytime"},"setWrapperAttributes":{"name":"setWrapperAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#setwrapperattributes"},"sortByDateTime":{"name":"sortByDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#sortbydatetime"},"sortByTime":{"name":"sortByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#sortbytime"},"splitEvent":{"name":"splitEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#splitevent"},"splitEventByDay":{"name":"splitEventByDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#spliteventbyday"},"timezonePropertyChange":{"name":"timezonePropertyChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#timezonepropertychange"},"wireAppointmentEvents":{"name":"wireAppointmentEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#wireappointmentevents"}},"MonthEvent":{"cellHeight":{"name":"cellHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#cellheight"},"cellWidth":{"name":"cellWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#cellwidth"},"cssClass":{"name":"cssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#cssclass"},"dateRender":{"name":"dateRender","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#daterender"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#element"},"eventHeight":{"name":"eventHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#eventheight"},"fields":{"name":"fields","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#fields"},"groupOrder":{"name":"groupOrder","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#grouporder"},"moreIndicatorHeight":{"name":"moreIndicatorHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#moreindicatorheight"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#parent"},"renderType":{"name":"renderType","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#rendertype"},"renderedEvents":{"name":"renderedEvents","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderedevents"},"slots":{"name":"slots","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#slots"},"workCells":{"name":"workCells","description":"","type":"HTMLElement[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#workcells"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#addeventlistener"},"addSelectedAppointments":{"name":"addSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#addselectedappointments"},"applyResourceColor":{"name":"applyResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#applyresourcecolor"},"createAppointmentElement":{"name":"createAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#createappointmentelement"},"createBlockAppointmentElement":{"name":"createBlockAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#createblockappointmentelement"},"filterBlockEvents":{"name":"filterBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#filterblockevents"},"filterEvents":{"name":"filterEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#filterevents"},"filterEventsByRange":{"name":"filterEventsByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#filtereventsbyrange"},"filterEventsByResource":{"name":"filterEventsByResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#filtereventsbyresource"},"focusElement":{"name":"focusElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#focuselement"},"generateGuid":{"name":"generateGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#generateguid"},"generateOccurrence":{"name":"generateOccurrence","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#generateoccurrence"},"getCellTd":{"name":"getCellTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getcelltd"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getdeletedoccurrences"},"getEditedOccurrences":{"name":"getEditedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteditedoccurrences"},"getEndTime":{"name":"getEndTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getendtime"},"getEventByGuid":{"name":"getEventByGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventbyguid"},"getEventById":{"name":"getEventById","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventbyid"},"getEventCollections":{"name":"getEventCollections","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventcollections"},"getEventData":{"name":"getEventData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventdata"},"getEventIDType":{"name":"getEventIDType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventidtype"},"getEventMaxID":{"name":"getEventMaxID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventmaxid"},"getEventWidth":{"name":"getEventWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventwidth"},"getFilterEventsList":{"name":"getFilterEventsList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getfiltereventslist"},"getFilteredEvents":{"name":"getFilteredEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getfilteredevents"},"getFollowingEvent":{"name":"getFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getfollowingevent"},"getGroupIndexFromEvent":{"name":"getGroupIndexFromEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getgroupindexfromevent"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getindex"},"getMoreIndicatorElement":{"name":"getMoreIndicatorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getmoreindicatorelement"},"getOccurrenceEvent":{"name":"getOccurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getoccurrenceevent"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getoccurrencesbyrange"},"getOverlapEvents":{"name":"getOverlapEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getoverlapevents"},"getParentEvent":{"name":"getParentEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getparentevent"},"getPosition":{"name":"getPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getposition"},"getProcessedEvents":{"name":"getProcessedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getprocessedevents"},"getReadonlyAttribute":{"name":"getReadonlyAttribute","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getreadonlyattribute"},"getRecurrenceEvent":{"name":"getRecurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getrecurrenceevent"},"getRowTop":{"name":"getRowTop","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getrowtop"},"getSelectedAppointments":{"name":"getSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getselectedappointments"},"getSelectedEventElements":{"name":"getSelectedEventElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getselectedeventelements"},"getSelectedEvents":{"name":"getSelectedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getselectedevents"},"getSeriesEvents":{"name":"getSeriesEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getseriesevents"},"getSlotDates":{"name":"getSlotDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getslotdates"},"getSmallestMissingNumber":{"name":"getSmallestMissingNumber","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getsmallestmissingnumber"},"getStartTime":{"name":"getStartTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getstarttime"},"isAllDayAppointment":{"name":"isAllDayAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#isalldayappointment"},"isBlockRange":{"name":"isBlockRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#isblockrange"},"isFollowingEvent":{"name":"isFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#isfollowingevent"},"moreIndicatorClick":{"name":"moreIndicatorClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#moreindicatorclick"},"processData":{"name":"processData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#processdata"},"processTimezone":{"name":"processTimezone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#processtimezone"},"removeHeightProperty":{"name":"removeHeightProperty","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#removeheightproperty"},"removeSelectedAppointmentClass":{"name":"removeSelectedAppointmentClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#removeselectedappointmentclass"},"renderAppointments":{"name":"renderAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderappointments"},"renderBlockEvents":{"name":"renderBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderblockevents"},"renderBlockIndicator":{"name":"renderBlockIndicator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderblockindicator"},"renderElement":{"name":"renderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderelement"},"renderEventElement":{"name":"renderEventElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#rendereventelement"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderevents"},"renderEventsHandler":{"name":"renderEventsHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#rendereventshandler"},"renderResizeHandler":{"name":"renderResizeHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderresizehandler"},"renderResourceEvents":{"name":"renderResourceEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderresourceevents"},"selectWorkCellByTime":{"name":"selectWorkCellByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#selectworkcellbytime"},"setWrapperAttributes":{"name":"setWrapperAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#setwrapperattributes"},"sortByDateTime":{"name":"sortByDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#sortbydatetime"},"sortByTime":{"name":"sortByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#sortbytime"},"splitEvent":{"name":"splitEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#splitevent"},"splitEventByDay":{"name":"splitEventByDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#spliteventbyday"},"timezonePropertyChange":{"name":"timezonePropertyChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#timezonepropertychange"},"updateBlockElements":{"name":"updateBlockElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#updateblockelements"},"updateCellHeight":{"name":"updateCellHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#updatecellheight"},"updateIndicatorIcon":{"name":"updateIndicatorIcon","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#updateindicatoricon"},"wireAppointmentEvents":{"name":"wireAppointmentEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#wireappointmentevents"}},"TimelineEvent":{"cellHeight":{"name":"cellHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#cellheight"},"cellWidth":{"name":"cellWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#cellwidth"},"cssClass":{"name":"cssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#cssclass"},"dateRender":{"name":"dateRender","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#daterender"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#element"},"eventHeight":{"name":"eventHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#eventheight"},"fields":{"name":"fields","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#fields"},"groupOrder":{"name":"groupOrder","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#grouporder"},"moreIndicatorHeight":{"name":"moreIndicatorHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#moreindicatorheight"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#parent"},"renderType":{"name":"renderType","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#rendertype"},"renderedEvents":{"name":"renderedEvents","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderedevents"},"slots":{"name":"slots","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#slots"},"workCells":{"name":"workCells","description":"","type":"HTMLElement[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#workcells"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#addeventlistener"},"addSelectedAppointments":{"name":"addSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#addselectedappointments"},"applyResourceColor":{"name":"applyResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#applyresourcecolor"},"createAppointmentElement":{"name":"createAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#createappointmentelement"},"createBlockAppointmentElement":{"name":"createBlockAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#createblockappointmentelement"},"filterBlockEvents":{"name":"filterBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#filterblockevents"},"filterEvents":{"name":"filterEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#filterevents"},"filterEventsByRange":{"name":"filterEventsByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#filtereventsbyrange"},"filterEventsByResource":{"name":"filterEventsByResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#filtereventsbyresource"},"focusElement":{"name":"focusElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#focuselement"},"generateGuid":{"name":"generateGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#generateguid"},"generateOccurrence":{"name":"generateOccurrence","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#generateoccurrence"},"getCellTd":{"name":"getCellTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getcelltd"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getdeletedoccurrences"},"getEditedOccurrences":{"name":"getEditedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteditedoccurrences"},"getEndTime":{"name":"getEndTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getendtime"},"getEventByGuid":{"name":"getEventByGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventbyguid"},"getEventById":{"name":"getEventById","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventbyid"},"getEventCollections":{"name":"getEventCollections","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventcollections"},"getEventData":{"name":"getEventData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventdata"},"getEventIDType":{"name":"getEventIDType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventidtype"},"getEventMaxID":{"name":"getEventMaxID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventmaxid"},"getEventWidth":{"name":"getEventWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventwidth"},"getFilterEventsList":{"name":"getFilterEventsList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getfiltereventslist"},"getFilteredEvents":{"name":"getFilteredEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getfilteredevents"},"getFollowingEvent":{"name":"getFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getfollowingevent"},"getGroupIndexFromEvent":{"name":"getGroupIndexFromEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getgroupindexfromevent"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getindex"},"getMoreIndicatorElement":{"name":"getMoreIndicatorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getmoreindicatorelement"},"getOccurrenceEvent":{"name":"getOccurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getoccurrenceevent"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getoccurrencesbyrange"},"getOverlapEvents":{"name":"getOverlapEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getoverlapevents"},"getParentEvent":{"name":"getParentEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getparentevent"},"getPosition":{"name":"getPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getposition"},"getProcessedEvents":{"name":"getProcessedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getprocessedevents"},"getReadonlyAttribute":{"name":"getReadonlyAttribute","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getreadonlyattribute"},"getRecurrenceEvent":{"name":"getRecurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getrecurrenceevent"},"getRowTop":{"name":"getRowTop","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getrowtop"},"getSelectedAppointments":{"name":"getSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getselectedappointments"},"getSelectedEventElements":{"name":"getSelectedEventElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getselectedeventelements"},"getSelectedEvents":{"name":"getSelectedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getselectedevents"},"getSeriesEvents":{"name":"getSeriesEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getseriesevents"},"getSlotDates":{"name":"getSlotDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getslotdates"},"getSmallestMissingNumber":{"name":"getSmallestMissingNumber","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getsmallestmissingnumber"},"getStartTime":{"name":"getStartTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getstarttime"},"isAllDayAppointment":{"name":"isAllDayAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#isalldayappointment"},"isBlockRange":{"name":"isBlockRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#isblockrange"},"isFollowingEvent":{"name":"isFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#isfollowingevent"},"moreIndicatorClick":{"name":"moreIndicatorClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#moreindicatorclick"},"processData":{"name":"processData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#processdata"},"processTimezone":{"name":"processTimezone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#processtimezone"},"removeHeightProperty":{"name":"removeHeightProperty","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#removeheightproperty"},"removeSelectedAppointmentClass":{"name":"removeSelectedAppointmentClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#removeselectedappointmentclass"},"renderAppointments":{"name":"renderAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderappointments"},"renderBlockEvents":{"name":"renderBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderblockevents"},"renderBlockIndicator":{"name":"renderBlockIndicator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderblockindicator"},"renderElement":{"name":"renderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderelement"},"renderEventElement":{"name":"renderEventElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#rendereventelement"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderevents"},"renderEventsHandler":{"name":"renderEventsHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#rendereventshandler"},"renderResizeHandler":{"name":"renderResizeHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderresizehandler"},"renderResourceEvents":{"name":"renderResourceEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderresourceevents"},"selectWorkCellByTime":{"name":"selectWorkCellByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#selectworkcellbytime"},"setWrapperAttributes":{"name":"setWrapperAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#setwrapperattributes"},"sortByDateTime":{"name":"sortByDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#sortbydatetime"},"sortByTime":{"name":"sortByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#sortbytime"},"splitEvent":{"name":"splitEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#splitevent"},"splitEventByDay":{"name":"splitEventByDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#spliteventbyday"},"timezonePropertyChange":{"name":"timezonePropertyChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#timezonepropertychange"},"updateBlockElements":{"name":"updateBlockElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#updateblockelements"},"updateCellHeight":{"name":"updateCellHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#updatecellheight"},"updateIndicatorIcon":{"name":"updateIndicatorIcon","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#updateindicatoricon"},"wireAppointmentEvents":{"name":"wireAppointmentEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#wireappointmentevents"}},"VerticalEvent":{"cssClass":{"name":"cssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#cssclass"},"dateRender":{"name":"dateRender","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#daterender"},"fields":{"name":"fields","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#fields"},"groupOrder":{"name":"groupOrder","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#grouporder"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#parent"},"slots":{"name":"slots","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#slots"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#addeventlistener"},"addSelectedAppointments":{"name":"addSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#addselectedappointments"},"applyResourceColor":{"name":"applyResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#applyresourcecolor"},"createBlockAppointmentElement":{"name":"createBlockAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#createblockappointmentelement"},"filterBlockEvents":{"name":"filterBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#filterblockevents"},"filterEvents":{"name":"filterEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#filterevents"},"filterEventsByRange":{"name":"filterEventsByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#filtereventsbyrange"},"filterEventsByResource":{"name":"filterEventsByResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#filtereventsbyresource"},"focusElement":{"name":"focusElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#focuselement"},"generateGuid":{"name":"generateGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#generateguid"},"generateOccurrence":{"name":"generateOccurrence","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#generateoccurrence"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getdeletedoccurrences"},"getEditedOccurrences":{"name":"getEditedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteditedoccurrences"},"getEventByGuid":{"name":"getEventByGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteventbyguid"},"getEventById":{"name":"getEventById","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteventbyid"},"getEventCollections":{"name":"getEventCollections","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteventcollections"},"getEventIDType":{"name":"getEventIDType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteventidtype"},"getEventMaxID":{"name":"getEventMaxID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteventmaxid"},"getFilterEventsList":{"name":"getFilterEventsList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getfiltereventslist"},"getFollowingEvent":{"name":"getFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getfollowingevent"},"getGroupIndexFromEvent":{"name":"getGroupIndexFromEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getgroupindexfromevent"},"getHeight":{"name":"getHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getheight"},"getOccurrenceEvent":{"name":"getOccurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getoccurrenceevent"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getoccurrencesbyrange"},"getParentEvent":{"name":"getParentEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getparentevent"},"getProcessedEvents":{"name":"getProcessedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getprocessedevents"},"getReadonlyAttribute":{"name":"getReadonlyAttribute","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getreadonlyattribute"},"getRecurrenceEvent":{"name":"getRecurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getrecurrenceevent"},"getSelectedAppointments":{"name":"getSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getselectedappointments"},"getSelectedEventElements":{"name":"getSelectedEventElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getselectedeventelements"},"getSelectedEvents":{"name":"getSelectedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getselectedevents"},"getSeriesEvents":{"name":"getSeriesEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getseriesevents"},"getSmallestMissingNumber":{"name":"getSmallestMissingNumber","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getsmallestmissingnumber"},"getTopValue":{"name":"getTopValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#gettopvalue"},"initializeValues":{"name":"initializeValues","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#initializevalues"},"isAllDayAppointment":{"name":"isAllDayAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#isalldayappointment"},"isBlockRange":{"name":"isBlockRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#isblockrange"},"isFollowingEvent":{"name":"isFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#isfollowingevent"},"isSpannedEvent":{"name":"isSpannedEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#isspannedevent"},"processData":{"name":"processData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#processdata"},"processTimezone":{"name":"processTimezone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#processtimezone"},"removeSelectedAppointmentClass":{"name":"removeSelectedAppointmentClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#removeselectedappointmentclass"},"renderAppointments":{"name":"renderAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#renderappointments"},"renderResizeHandler":{"name":"renderResizeHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#renderresizehandler"},"selectWorkCellByTime":{"name":"selectWorkCellByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#selectworkcellbytime"},"setWrapperAttributes":{"name":"setWrapperAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#setwrapperattributes"},"sortByDateTime":{"name":"sortByDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#sortbydatetime"},"sortByTime":{"name":"sortByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#sortbytime"},"splitEvent":{"name":"splitEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#splitevent"},"splitEventByDay":{"name":"splitEventByDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#spliteventbyday"},"timezonePropertyChange":{"name":"timezonePropertyChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#timezonepropertychange"},"wireAppointmentEvents":{"name":"wireAppointmentEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#wireappointmentevents"}},"YearEvent":{"cellHeader":{"name":"cellHeader","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#cellheader"},"cellHeight":{"name":"cellHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#cellheight"},"cellWidth":{"name":"cellWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#cellwidth"},"cssClass":{"name":"cssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#cssclass"},"dateRender":{"name":"dateRender","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#daterender"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#element"},"eventHeight":{"name":"eventHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#eventheight"},"fields":{"name":"fields","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#fields"},"groupOrder":{"name":"groupOrder","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#grouporder"},"moreIndicatorHeight":{"name":"moreIndicatorHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#moreindicatorheight"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#parent"},"renderType":{"name":"renderType","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#rendertype"},"renderedEvents":{"name":"renderedEvents","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderedevents"},"slots":{"name":"slots","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#slots"},"workCells":{"name":"workCells","description":"","type":"HTMLElement[]","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#workcells"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#addeventlistener"},"addSelectedAppointments":{"name":"addSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#addselectedappointments"},"applyResourceColor":{"name":"applyResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#applyresourcecolor"},"createAppointmentElement":{"name":"createAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#createappointmentelement"},"createBlockAppointmentElement":{"name":"createBlockAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#createblockappointmentelement"},"filterBlockEvents":{"name":"filterBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#filterblockevents"},"filterEvents":{"name":"filterEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#filterevents"},"filterEventsByRange":{"name":"filterEventsByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#filtereventsbyrange"},"filterEventsByResource":{"name":"filterEventsByResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#filtereventsbyresource"},"focusElement":{"name":"focusElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#focuselement"},"generateGuid":{"name":"generateGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#generateguid"},"generateOccurrence":{"name":"generateOccurrence","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#generateoccurrence"},"getCellTd":{"name":"getCellTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getcelltd"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getdeletedoccurrences"},"getEditedOccurrences":{"name":"getEditedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteditedoccurrences"},"getEndTime":{"name":"getEndTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getendtime"},"getEventByGuid":{"name":"getEventByGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventbyguid"},"getEventById":{"name":"getEventById","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventbyid"},"getEventCollections":{"name":"getEventCollections","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventcollections"},"getEventData":{"name":"getEventData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventdata"},"getEventIDType":{"name":"getEventIDType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventidtype"},"getEventMaxID":{"name":"getEventMaxID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventmaxid"},"getEventWidth":{"name":"getEventWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventwidth"},"getFilterEventsList":{"name":"getFilterEventsList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getfiltereventslist"},"getFilteredEvents":{"name":"getFilteredEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getfilteredevents"},"getFollowingEvent":{"name":"getFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getfollowingevent"},"getGroupIndexFromEvent":{"name":"getGroupIndexFromEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getgroupindexfromevent"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getindex"},"getMoreIndicatorElement":{"name":"getMoreIndicatorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getmoreindicatorelement"},"getOccurrenceEvent":{"name":"getOccurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getoccurrenceevent"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getoccurrencesbyrange"},"getOverlapEvents":{"name":"getOverlapEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getoverlapevents"},"getParentEvent":{"name":"getParentEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getparentevent"},"getPosition":{"name":"getPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getposition"},"getProcessedEvents":{"name":"getProcessedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getprocessedevents"},"getReadonlyAttribute":{"name":"getReadonlyAttribute","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getreadonlyattribute"},"getRecurrenceEvent":{"name":"getRecurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getrecurrenceevent"},"getRowTop":{"name":"getRowTop","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getrowtop"},"getSelectedAppointments":{"name":"getSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getselectedappointments"},"getSelectedEventElements":{"name":"getSelectedEventElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getselectedeventelements"},"getSelectedEvents":{"name":"getSelectedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getselectedevents"},"getSeriesEvents":{"name":"getSeriesEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getseriesevents"},"getSlotDates":{"name":"getSlotDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getslotdates"},"getSmallestMissingNumber":{"name":"getSmallestMissingNumber","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getsmallestmissingnumber"},"getStartTime":{"name":"getStartTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getstarttime"},"isAllDayAppointment":{"name":"isAllDayAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#isalldayappointment"},"isBlockRange":{"name":"isBlockRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#isblockrange"},"isFollowingEvent":{"name":"isFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#isfollowingevent"},"moreIndicatorClick":{"name":"moreIndicatorClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#moreindicatorclick"},"processData":{"name":"processData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#processdata"},"processTimezone":{"name":"processTimezone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#processtimezone"},"removeHeightProperty":{"name":"removeHeightProperty","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#removeheightproperty"},"removeSelectedAppointmentClass":{"name":"removeSelectedAppointmentClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#removeselectedappointmentclass"},"renderAppointments":{"name":"renderAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderappointments"},"renderBlockEvents":{"name":"renderBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderblockevents"},"renderBlockIndicator":{"name":"renderBlockIndicator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderblockindicator"},"renderElement":{"name":"renderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderelement"},"renderEventElement":{"name":"renderEventElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#rendereventelement"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderevents"},"renderEventsHandler":{"name":"renderEventsHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#rendereventshandler"},"renderResizeHandler":{"name":"renderResizeHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderresizehandler"},"renderResourceEvents":{"name":"renderResourceEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderresourceevents"},"selectWorkCellByTime":{"name":"selectWorkCellByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#selectworkcellbytime"},"setWrapperAttributes":{"name":"setWrapperAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#setwrapperattributes"},"sortByDateTime":{"name":"sortByDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#sortbydatetime"},"sortByTime":{"name":"sortByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#sortbytime"},"splitEvent":{"name":"splitEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#splitevent"},"splitEventByDay":{"name":"splitEventByDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#spliteventbyday"},"timezonePropertyChange":{"name":"timezonePropertyChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#timezonepropertychange"},"updateBlockElements":{"name":"updateBlockElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#updateblockelements"},"updateCellHeight":{"name":"updateCellHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#updatecellheight"},"updateIndicatorIcon":{"name":"updateIndicatorIcon","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#updateindicatoricon"},"wireAppointmentEvents":{"name":"wireAppointmentEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#wireappointmentevents"}},"ICalendarExport":{"initializeCalendarExport":{"name":"initializeCalendarExport","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/iCalendarExport#initializecalendarexport"}},"ICalendarImport":{"initializeCalendarImport":{"name":"initializeCalendarImport","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/iCalendarImport#initializecalendarimport"}},"ExcelExport":{"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/excelExport#destroy"},"initializeExcelExport":{"name":"initializeExcelExport","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/excelExport#initializeexcelexport"}},"EventSettings":{"allowAdding":{"name":"allowAdding","description":"

When set to false the add action will be restricted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#allowadding"},"allowDeleting":{"name":"allowDeleting","description":"

When set to false the delete action will be restricted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#allowdeleting"},"allowEditing":{"name":"allowEditing","description":"

When set to false the edit action will be restricted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#allowediting"},"dataSource":{"name":"dataSource","description":"

With this property, the event data will be bound to Schedule.\nThe event data can be passed either as an array of JavaScript objects,\nor else can create an instance of DataManager\nin case of processing remote data and can be assigned to the dataSource property.\nWith the remote data assigned to dataSource, check the available\nadaptors to customize the data processing.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#datasource"},"editFollowingEvents":{"name":"editFollowingEvents","description":"

When set to true will edit the future events only instead of editing entire series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#editfollowingevents"},"enableTooltip":{"name":"enableTooltip","description":"

When set to true will display the normal tooltip over the events with its subject, location, start and end time.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#enabletooltip"},"fields":{"name":"fields","description":"

Defines the collection of default event fields to be bind to the Schedule.

\n","type":"FieldModel","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#fields"},"query":{"name":"query","description":"

Defines the external query\nthat will be executed along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#query"},"resourceColorField":{"name":"resourceColorField","description":"

Defines the resource name, to decides the color of which particular resource level is to be applied on appointments, when\ngrouping is enabled on scheduler.\n{% codeBlock src="schedule/resource-color-field-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#resourcecolorfield"},"template":{"name":"template","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying\nit onto the event background. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\n{% codeBlock src="schedule/event-template-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#template"},"tooltipTemplate":{"name":"tooltipTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto tooltip.\nAll the event fields mapped with Schedule dataSource can be accessed within this template code.\n{% codeBlock src="schedule/tooltip-template-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#tooltiptemplate"}},"FieldOptions":{"default":{"name":"default","description":"

Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldOptions#default"},"name":{"name":"name","description":"

Denotes the field name to be mapped from the dataSource for every event fields.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldOptions#name"},"title":{"name":"title","description":"

Assigns the label values to be displayed for the event editor fields.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldOptions#title"},"validation":{"name":"validation","description":"

Defines the validation rules to be applied on the event fields within the event editor.\n{% codeBlock src="schedule/validation-api/index.ts" %}{% endcodeBlock %}

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldOptions#validation"}},"Field":{"description":{"name":"description","description":"

It maps the description field from the dataSource and denotes the event description which is optional.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#description"},"endTime":{"name":"endTime","description":"

The endTime field defines the end time of an event and it is mandatory to provide the end time for any of the valid event objects.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#endtime"},"endTimezone":{"name":"endTimezone","description":"

It maps the endTimezone field from the dataSource and usually accepts the valid IANA timezone names.\nIt is assumed that the value provided for this field is taken into consideration while processing the endTime field.\nWhen this field is not mapped with any timezone names, then the events will be processed based on the timezone assigned\nto the Schedule.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#endtimezone"},"followingID":{"name":"followingID","description":"

The followingID field is mapped from dataSource and usually holds the ID value of the main parent event.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/field#followingid"},"id":{"name":"id","description":"

The id field needs to be defined as mandatory, when the Schedule is bound to remote data and\nit is optional, if the same is bound with JSON data. This field usually assigns ID value to each of the events.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/field#id"},"isAllDay":{"name":"isAllDay","description":"

The isAllDay field is mapped from the dataSource and is used to denote whether an event is created\nfor an entire day or for specific time alone.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#isallday"},"isBlock":{"name":"isBlock","description":"

The isBlock field allows you to block certain time interval on the Scheduler.\nIt is a boolean type property accepting either true or false values.\nWhen set to true, creates a block range for the specified time interval and disables the event scheduling actions on that time range.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/field#isblock"},"isReadonly":{"name":"isReadonly","description":"

The isReadonly field is mapped from the dataSource and is used to prevent the CRUD actions on specific events.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/field#isreadonly"},"location":{"name":"location","description":"

It maps the location field from the dataSource and the location field value will be displayed over\nevents, while given it for an event object.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#location"},"recurrenceException":{"name":"recurrenceException","description":"

It maps the recurrenceException field from dataSource and is used to hold the exception dates\nwhich needs to be excluded from recurring type.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#recurrenceexception"},"recurrenceID":{"name":"recurrenceID","description":"

It maps the recurrenceID field from dataSource and usually holds the ID value of the parent\nrecurrence event. It is applicable only for the edited occurrence events.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#recurrenceid"},"recurrenceRule":{"name":"recurrenceRule","description":"

It maps the recurrenceRule field from dataSource and is used to uniquely identify whether the\nevent belongs to a recurring event type or normal ones.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#recurrencerule"},"startTime":{"name":"startTime","description":"

The startTime field defines the start time of an event and it is mandatory to provide it for any of the valid event objects.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#starttime"},"startTimezone":{"name":"startTimezone","description":"

It maps the startTimezone field from the dataSource and usually accepts the valid IANA timezone names.\nIt is assumed that the value provided for this field is taken into consideration while processing\nthe startTime field. When this field is not mapped with any timezone names,\nthen the events will be processed based on the timezone assigned to the Schedule.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#starttimezone"},"subject":{"name":"subject","description":"

The subject field is optional, and usually assigns the subject text to each of the events.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#subject"}},"HeaderRows":{"option":{"name":"option","description":"

It defines the header row type, which accepts either of the following values.

\n
    \n
  • Year
  • \n
  • Month
  • \n
  • Week
  • \n
  • Date
  • \n
  • Hour
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRows#option"},"template":{"name":"template","description":"

Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design\ncontent and parse it appropriately before displaying it onto the header cells. The field that\ncan be accessed via this template is date.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRows#template"}},"QuickInfoTemplates":{"content":{"name":"content","description":"

Template option to customize the content area of the quick popup.\n@default null

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/quickInfoTemplates#content"},"footer":{"name":"footer","description":"

Template option to customize the footer section of quick popup.\n@default null

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/quickInfoTemplates#footer"},"header":{"name":"header","description":"

Template option to customize the header section of quick popup.\n@default null

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/quickInfoTemplates#header"},"templateType":{"name":"templateType","description":"

Template option to customize the header section of quick popup.\n@default 'Both'

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/quickInfoTemplates#templatetype"}},"TimeScale":{"enable":{"name":"enable","description":"

When set to true, allows the schedule to display the appointments accurately against the exact time duration.\nIf set to false, all the appointments of a day will be displayed one below the other.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/timeScale#enable"},"interval":{"name":"interval","description":"

Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.\nIt accepts the values in minutes.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timeScale#interval"},"majorSlotTemplate":{"name":"majorSlotTemplate","description":"

The template option to be applied for major time slot. Here, the\ntemplate accepts either the string or HTMLElement as template design and then the parsed design is displayed\nonto the time cells. The time details can be accessed within this template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timeScale#majorslottemplate"},"minorSlotTemplate":{"name":"minorSlotTemplate","description":"

The template option to be applied for minor time slot. Here, the\ntemplate accepts either the string or HTMLElement as template design and then the parsed design is displayed\nonto the time cells. The time details can be accessed within this template.\n@default null

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timeScale#minorslottemplate"},"slotCount":{"name":"slotCount","description":"

Decides the number of slot count to be split for the specified time interval duration.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timeScale#slotcount"}},"Views":{"allowVirtualScrolling":{"name":"allowVirtualScrolling","description":"

It is used to allow or disallow the virtual scrolling functionality on Agenda View. This is applicable only on Agenda view.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/views#allowvirtualscrolling"},"cellHeaderTemplate":{"name":"cellHeaderTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the\nmonth date cells.\nThis template is only applicable for month view day cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#cellheadertemplate"},"cellTemplate":{"name":"cellTemplate","description":"

The template option which is used to render the customized work cells on the Schedule. Here, the\ntemplate accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the work cells.\nThe field accessible via template is date. It gets applied only to the view objects on which it is defined.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#celltemplate"},"dateFormat":{"name":"dateFormat","description":"

By default, Schedule follows the date-format as per the default culture assigned to it. It is also possible to manually set\nspecific date format by using the dateFormat property. The format of the date range label in the header bar depends on\nthe dateFormat value or else based on the locale assigned to the Schedule.\nIt gets applied only to the view objects on which it is defined.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#dateformat"},"dateHeaderTemplate":{"name":"dateHeaderTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the\ndate header cells. The field that can be accessed via this template is date.\nIt gets applied only to the view objects on which it is defined.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#dateheadertemplate"},"displayName":{"name":"displayName","description":"

When the same view is customized with different intervals, this property allows the user to set different display name\nfor those views.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#displayname"},"endHour":{"name":"endHour","description":"

It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#endhour"},"eventTemplate":{"name":"eventTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto\nthe event background. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\nIt is similar to that of the template option available within the eventSettings property,\nwhereas it will get applied only on the events of the view to which it is currently being defined.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#eventtemplate"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

This option allows the user to set the first day of a week on Schedule. It should be based on the locale set to it and each culture\ndefines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\nthis property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/views#firstdayofweek"},"group":{"name":"group","description":"

Allows to set different resource grouping options on all available schedule view modes.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/views#group"},"headerRows":{"name":"headerRows","description":"

Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row\non the timeline view of the scheduler.

\n","type":"HeaderRowsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/views#headerrows"},"interval":{"name":"interval","description":"

It accepts the number value denoting to include the number of days, weeks, workweeks or months on the defined view type.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/views#interval"},"isSelected":{"name":"isSelected","description":"

To denote whether the view name given on the option is active or not.\nIt acts similar to the currentView property and defines the active view of Schedule.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/views#isselected"},"option":{"name":"option","description":"

It accepts the schedule view name, based on which we can define with its related properties in a single object.\nThe applicable view names are,

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
  • TimelineYear
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#option"},"orientation":{"name":"orientation","description":"

It is used to specify the year view rendering orientation on the schedule.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#orientation"},"readonly":{"name":"readonly","description":"

When set to true, displays a quick popup with cell or event details on single clicking over the cells or on events.\nBy default, it is set to true. It gets applied only to the view objects on which it is defined.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/views#readonly"},"resourceHeaderTemplate":{"name":"resourceHeaderTemplate","description":"

The template option which is used to render the customized header cells on the schedule. Here, the\ntemplate accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the header cells.\nAll the resource fields mapped within resources can be accessed within this template code.\nIt gets applied only to the view objects on which it is defined.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#resourceheadertemplate"},"showWeekNumber":{"name":"showWeekNumber","description":"

When set to true, displays the week number of the current view date range.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/views#showweeknumber"},"showWeekend":{"name":"showWeekend","description":"

When set to false, it hides the weekend days of a week from the Schedule.\nThe days which are not defined in the working days collection are usually treated as weekend days.\nNote: By default, this option is not applicable on Work Week view.\nFor example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as the\nweekend days and will be hidden on all the views.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/views#showweekend"},"startHour":{"name":"startHour","description":"

It is used to specify the starting hour, from which the Schedule starts to display.\nIt accepts the time string in a short skeleton format and also, hides the time beyond the specified start time.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#starthour"},"timeScale":{"name":"timeScale","description":"

Allows to set different timescale configuration on each applicable view modes such as day, week and work week.

\n","type":"TimeScaleModel","link":"//ej2.syncfusion.com/documentation/api/schedule/views#timescale"},"workDays":{"name":"workDays","description":"

It is used to set the working days on schedule. The only days that are defined in this collection will be rendered on the\nworkWeek view whereas on other views, it will display all the usual days and simply highlights the working days with different\nshade.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/schedule/views#workdays"}},"WorkHours":{"end":{"name":"end","description":"

It accepts the time string in short skeleton format Hm and usually denotes the end of the working hour range.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/workHours#end"},"highlight":{"name":"highlight","description":"

When set to true, highlights the cells of working hour range with an active color.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/workHours#highlight"},"start":{"name":"start","description":"

It accepts the time string in short skeleton format Hm and usually denotes the start of the working hour range.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/workHours#start"}},"EventTooltip":{"close":{"name":"close","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventTooltip#close"}},"EventWindow":{"dialogObject":{"name":"dialogObject","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#dialogobject"},"convertToEventData":{"name":"convertToEventData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#converttoeventdata"},"dialogClose":{"name":"dialogClose","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#dialogclose"},"editOccurrenceValidation":{"name":"editOccurrenceValidation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#editoccurrencevalidation"},"eventSave":{"name":"eventSave","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#eventsave"},"getEventDataFromEditor":{"name":"getEventDataFromEditor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#geteventdatafromeditor"},"getObjectFromFormData":{"name":"getObjectFromFormData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#getobjectfromformdata"},"getRecurrenceEditorInstance":{"name":"getRecurrenceEditorInstance","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#getrecurrenceeditorinstance"},"openEditor":{"name":"openEditor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#openeditor"},"refresh":{"name":"refresh","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#refresh"},"refreshDateTimePicker":{"name":"refreshDateTimePicker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#refreshdatetimepicker"},"refreshRecurrenceEditor":{"name":"refreshRecurrenceEditor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#refreshrecurrenceeditor"},"setDefaultValueToObject":{"name":"setDefaultValueToObject","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#setdefaultvaluetoobject"},"setDialogContent":{"name":"setDialogContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#setdialogcontent"},"setRecurrenceEditor":{"name":"setRecurrenceEditor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#setrecurrenceeditor"}},"FieldValidator":{"formObj":{"name":"formObj","description":"","type":"FormValidator","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldValidator#formobj"},"destroyToolTip":{"name":"destroyToolTip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldValidator#destroytooltip"},"renderFormValidator":{"name":"renderFormValidator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldValidator#renderformvalidator"}},"QuickPopups":{"morePopup":{"name":"morePopup","description":"","type":"Popup","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#morepopup"},"quickDialog":{"name":"quickDialog","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#quickdialog"},"quickPopup":{"name":"quickPopup","description":"","type":"Popup","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#quickpopup"},"deleteClick":{"name":"deleteClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#deleteclick"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#destroy"},"moreEventClick":{"name":"moreEventClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#moreeventclick"},"onClosePopup":{"name":"onClosePopup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#onclosepopup"},"openDeleteAlert":{"name":"openDeleteAlert","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#opendeletealert"},"openRecurrenceAlert":{"name":"openRecurrenceAlert","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#openrecurrencealert"},"openRecurrenceValidationAlert":{"name":"openRecurrenceValidationAlert","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#openrecurrencevalidationalert"},"openValidationError":{"name":"openValidationError","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#openvalidationerror"},"quickPopupHide":{"name":"quickPopupHide","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#quickpopuphide"},"tapHoldEventPopup":{"name":"tapHoldEventPopup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#tapholdeventpopup"}},"Agenda":{"agendaBase":{"name":"agendaBase","description":"","type":"AgendaBase","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#agendabase"},"agendaDates":{"name":"agendaDates","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#agendadates"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#collevels"},"dataSource":{"name":"dataSource","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#isinversetableselect"},"maxDate":{"name":"maxDate","description":"","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#maxdate"},"minDate":{"name":"minDate","description":"","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#mindate"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#viewclass"},"virtualScrollTop":{"name":"virtualScrollTop","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#virtualscrolltop"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#createcolgroup"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#createtablelayout"},"dayNavigationClick":{"name":"dayNavigationClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#daynavigationclick"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getcontentrows"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getlabeltext"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getscrollxindent"},"getStartDateFromEndDate":{"name":"getStartDateFromEndDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getstartdatefromenddate"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#isworkhour"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#rendercontent"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#scrollheaderlabels"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#setcolwidth"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#startdate"}},"Day":{"baseCssClass":{"name":"baseCssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/day#basecssclass"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/day#collevels"},"currentTimeIndicatorTimer":{"name":"currentTimeIndicatorTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/day#currenttimeindicatortimer"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/day#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/day#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/day#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/day#viewclass"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#addeventlistener"},"changeCurrentTimePosition":{"name":"changeCurrentTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#changecurrenttimeposition"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#collapserows"},"createAllDayRow":{"name":"createAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createalldayrow"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createtablelayout"},"createTd":{"name":"createTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createtd"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getcontentrows"},"getContentTdClass":{"name":"getContentTdClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getcontenttdclass"},"getCurrentTimeIndicatorIndex":{"name":"getCurrentTimeIndicatorIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getcurrenttimeindicatorindex"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getscrollxindent"},"getScrollableElement":{"name":"getScrollableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getscrollableelement"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getstarthour"},"getTimeSlotRows":{"name":"getTimeSlotRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#gettimeslotrows"},"getTopFromDateTime":{"name":"getTopFromDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#gettopfromdatetime"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#isworkhour"},"removeCurrentTimeIndicatorElements":{"name":"removeCurrentTimeIndicatorElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#removecurrenttimeindicatorelements"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#rendercontentarea"},"renderContentTable":{"name":"renderContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#rendercontenttable"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderdatesheader"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderevents"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#scrollleftpanel"},"scrollToHour":{"name":"scrollToHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#scrolltohour"},"scrollToWorkHour":{"name":"scrollToWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#scrolltoworkhour"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#startdate"}},"HeaderRenderer":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#element"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#addeventlistener"},"getCalendarView":{"name":"getCalendarView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#getcalendarview"},"getHeaderElement":{"name":"getHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#getheaderelement"},"getPopUpRelativeElement":{"name":"getPopUpRelativeElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#getpopuprelativeelement"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#removeeventlistener"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#renderheader"},"setCalendarDate":{"name":"setCalendarDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#setcalendardate"},"setCalendarView":{"name":"setCalendarView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#setcalendarview"},"setDayOfWeek":{"name":"setDayOfWeek","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#setdayofweek"},"updateActiveView":{"name":"updateActiveView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#updateactiveview"},"updateDateRange":{"name":"updateDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#updatedaterange"},"updateHeaderItems":{"name":"updateHeaderItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#updateheaderitems"},"updateItems":{"name":"updateItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#updateitems"}},"Month":{"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/month#collevels"},"dayNameFormat":{"name":"dayNameFormat","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/month#daynameformat"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/month#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/month#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/month#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/month#viewclass"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getcontentrows"},"getContentSlots":{"name":"getContentSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getcontentslots"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getdatesheaderelement"},"getDayNameFormat":{"name":"getDayNameFormat","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getdaynameformat"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getmobiledateelement"},"getMonthEnd":{"name":"getMonthEnd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getmonthend"},"getMonthStart":{"name":"getMonthStart","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getmonthstart"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#isworkhour"},"onCellClick":{"name":"onCellClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#oncellclick"},"onContentScroll":{"name":"onContentScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#oncontentscroll"},"onDataReady":{"name":"onDataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#ondataready"},"onScrollUIUpdate":{"name":"onScrollUIUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#onscrolluiupdate"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#removeeventlistener"},"renderAppointmentContainer":{"name":"renderAppointmentContainer","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderappointmentcontainer"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#rendercontentarea"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderdatesheader"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderlayout"},"renderLeftIndent":{"name":"renderLeftIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderleftindent"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#scrollleftpanel"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#startdate"},"unwireEvents":{"name":"unwireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#unwireevents"},"updateClassList":{"name":"updateClassList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#updateclasslist"}},"MonthAgenda":{"agendaBase":{"name":"agendaBase","description":"","type":"AgendaBase","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#agendabase"},"agendaDates":{"name":"agendaDates","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#agendadates"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#collevels"},"dayNameFormat":{"name":"dayNameFormat","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#daynameformat"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#viewclass"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getcontentrows"},"getContentSlots":{"name":"getContentSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getcontentslots"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getdatesheaderelement"},"getDayNameFormat":{"name":"getDayNameFormat","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getdaynameformat"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getmobiledateelement"},"getMonthEnd":{"name":"getMonthEnd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getmonthend"},"getMonthStart":{"name":"getMonthStart","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getmonthstart"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#isworkhour"},"onCellClick":{"name":"onCellClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#oncellclick"},"onContentScroll":{"name":"onContentScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#oncontentscroll"},"onDataReady":{"name":"onDataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#ondataready"},"onScrollUIUpdate":{"name":"onScrollUIUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#onscrolluiupdate"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#removeeventlistener"},"renderAppointmentContainer":{"name":"renderAppointmentContainer","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderappointmentcontainer"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#rendercontentarea"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderdatesheader"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderlayout"},"renderLeftIndent":{"name":"renderLeftIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderleftindent"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#scrollleftpanel"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#startdate"},"unwireEvents":{"name":"unwireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#unwireevents"},"updateClassList":{"name":"updateClassList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#updateclasslist"}},"Render":{"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/render#parent"},"refreshDataManager":{"name":"refreshDataManager","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/render#refreshdatamanager"},"render":{"name":"render","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/render#render"},"updateLabelText":{"name":"updateLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/render#updatelabeltext"}},"TimelineHeaderRow":{"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineHeaderRow#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineHeaderRow#renderdates"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineHeaderRow#generatecolumnlevels"}},"TimelineMonth":{"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#collevels"},"dayNameFormat":{"name":"dayNameFormat","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#daynameformat"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#viewclass"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getcontentrows"},"getContentSlots":{"name":"getContentSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getcontentslots"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getdatesheaderelement"},"getDayNameFormat":{"name":"getDayNameFormat","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getdaynameformat"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getmobiledateelement"},"getMonthEnd":{"name":"getMonthEnd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getmonthend"},"getMonthStart":{"name":"getMonthStart","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getmonthstart"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#isworkhour"},"onCellClick":{"name":"onCellClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#oncellclick"},"onContentScroll":{"name":"onContentScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#oncontentscroll"},"onDataReady":{"name":"onDataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#ondataready"},"onScrollUIUpdate":{"name":"onScrollUIUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#onscrolluiupdate"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#removeeventlistener"},"renderAppointmentContainer":{"name":"renderAppointmentContainer","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderappointmentcontainer"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#rendercontentarea"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderdatesheader"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderlayout"},"renderLeftIndent":{"name":"renderLeftIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderleftindent"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#scrollleftpanel"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#startdate"},"unwireEvents":{"name":"unwireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#unwireevents"},"updateClassList":{"name":"updateClassList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#updateclasslist"}},"TimelineViews":{"baseCssClass":{"name":"baseCssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#basecssclass"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#collevels"},"currentTimeIndicatorTimer":{"name":"currentTimeIndicatorTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#currenttimeindicatortimer"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#viewclass"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#addeventlistener"},"changeCurrentTimePosition":{"name":"changeCurrentTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#changecurrenttimeposition"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#collapserows"},"createAllDayRow":{"name":"createAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createalldayrow"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createtablelayout"},"createTd":{"name":"createTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createtd"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getcontentrows"},"getContentTdClass":{"name":"getContentTdClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getcontenttdclass"},"getCurrentTimeIndicatorIndex":{"name":"getCurrentTimeIndicatorIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getcurrenttimeindicatorindex"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getscrollxindent"},"getScrollableElement":{"name":"getScrollableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getscrollableelement"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getstarthour"},"getTimeSlotRows":{"name":"getTimeSlotRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#gettimeslotrows"},"getTopFromDateTime":{"name":"getTopFromDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#gettopfromdatetime"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#isworkhour"},"removeCurrentTimeIndicatorElements":{"name":"removeCurrentTimeIndicatorElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#removecurrenttimeindicatorelements"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#rendercontentarea"},"renderContentTable":{"name":"renderContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#rendercontenttable"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderdatesheader"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderevents"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#scrollleftpanel"},"scrollToHour":{"name":"scrollToHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#scrolltohour"},"scrollToWorkHour":{"name":"scrollToWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#scrolltoworkhour"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#startdate"}},"TimelineYear":{"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#collevels"},"columnCount":{"name":"columnCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#columncount"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#renderdates"},"rowCount":{"name":"rowCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#rowcount"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#viewclass"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#createcolgroup"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#createeventtable"},"createTableColGroup":{"name":"createTableColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#createtablecolgroup"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getcontentrows"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getlabeltext"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getmobiledateelement"},"getMonthDates":{"name":"getMonthDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getmonthdates"},"getMonthName":{"name":"getMonthName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getmonthname"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getrenderdates"},"getRowColumnCount":{"name":"getRowColumnCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getrowcolumncount"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#isworkhour"},"onContentScroll":{"name":"onContentScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#oncontentscroll"},"onDataReady":{"name":"onDataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#ondataready"},"onScrollUiUpdate":{"name":"onScrollUiUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#onscrolluiupdate"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#removeeventlistener"},"renderCalendarContent":{"name":"renderCalendarContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#rendercalendarcontent"},"renderCalendarHeader":{"name":"renderCalendarHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#rendercalendarheader"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#rendercontent"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#scrollheaderlabels"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#setcolwidth"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#startdate"},"wireEvents":{"name":"wireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#wireevents"}},"VerticalView":{"baseCssClass":{"name":"baseCssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#basecssclass"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#collevels"},"currentTimeIndicatorTimer":{"name":"currentTimeIndicatorTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#currenttimeindicatortimer"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#viewclass"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#addeventlistener"},"changeCurrentTimePosition":{"name":"changeCurrentTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#changecurrenttimeposition"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#collapserows"},"createAllDayRow":{"name":"createAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createalldayrow"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createtablelayout"},"createTd":{"name":"createTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createtd"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getcontentrows"},"getContentTdClass":{"name":"getContentTdClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getcontenttdclass"},"getCurrentTimeIndicatorIndex":{"name":"getCurrentTimeIndicatorIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getcurrenttimeindicatorindex"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getscrollxindent"},"getScrollableElement":{"name":"getScrollableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getscrollableelement"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getstarthour"},"getTimeSlotRows":{"name":"getTimeSlotRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#gettimeslotrows"},"getTopFromDateTime":{"name":"getTopFromDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#gettopfromdatetime"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#isworkhour"},"removeCurrentTimeIndicatorElements":{"name":"removeCurrentTimeIndicatorElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#removecurrenttimeindicatorelements"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#rendercontentarea"},"renderContentTable":{"name":"renderContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#rendercontenttable"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderdatesheader"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderevents"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#scrollleftpanel"},"scrollToHour":{"name":"scrollToHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#scrolltohour"},"scrollToWorkHour":{"name":"scrollToWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#scrolltoworkhour"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#startdate"}},"ViewBase":{"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#collevels"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#element"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#renderdates"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#addautoheightclass"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#createcolgroup"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getcontentrows"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getdatesheaderelement"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getlabeltext"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#isworkhour"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#scrollheaderlabels"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#setcolwidth"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#startdate"}},"Week":{"baseCssClass":{"name":"baseCssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/week#basecssclass"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/week#collevels"},"currentTimeIndicatorTimer":{"name":"currentTimeIndicatorTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/week#currenttimeindicatortimer"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/week#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/week#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/week#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/week#viewclass"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#addeventlistener"},"changeCurrentTimePosition":{"name":"changeCurrentTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#changecurrenttimeposition"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#collapserows"},"createAllDayRow":{"name":"createAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createalldayrow"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createtablelayout"},"createTd":{"name":"createTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createtd"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getcontentrows"},"getContentTdClass":{"name":"getContentTdClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getcontenttdclass"},"getCurrentTimeIndicatorIndex":{"name":"getCurrentTimeIndicatorIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getcurrenttimeindicatorindex"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getscrollxindent"},"getScrollableElement":{"name":"getScrollableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getscrollableelement"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getstarthour"},"getTimeSlotRows":{"name":"getTimeSlotRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#gettimeslotrows"},"getTopFromDateTime":{"name":"getTopFromDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#gettopfromdatetime"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#isworkhour"},"removeCurrentTimeIndicatorElements":{"name":"removeCurrentTimeIndicatorElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#removecurrenttimeindicatorelements"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#rendercontentarea"},"renderContentTable":{"name":"renderContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#rendercontenttable"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderdatesheader"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderevents"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#scrollleftpanel"},"scrollToHour":{"name":"scrollToHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#scrolltohour"},"scrollToWorkHour":{"name":"scrollToWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#scrolltoworkhour"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#startdate"}},"WorkWeek":{"baseCssClass":{"name":"baseCssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#basecssclass"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#collevels"},"currentTimeIndicatorTimer":{"name":"currentTimeIndicatorTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#currenttimeindicatortimer"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#viewclass"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#addeventlistener"},"changeCurrentTimePosition":{"name":"changeCurrentTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#changecurrenttimeposition"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#collapserows"},"createAllDayRow":{"name":"createAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createalldayrow"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createtablelayout"},"createTd":{"name":"createTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createtd"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getcontentrows"},"getContentTdClass":{"name":"getContentTdClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getcontenttdclass"},"getCurrentTimeIndicatorIndex":{"name":"getCurrentTimeIndicatorIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getcurrenttimeindicatorindex"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getscrollxindent"},"getScrollableElement":{"name":"getScrollableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getscrollableelement"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getstarthour"},"getTimeSlotRows":{"name":"getTimeSlotRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#gettimeslotrows"},"getTopFromDateTime":{"name":"getTopFromDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#gettopfromdatetime"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#isworkhour"},"removeCurrentTimeIndicatorElements":{"name":"removeCurrentTimeIndicatorElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#removecurrenttimeindicatorelements"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#rendercontentarea"},"renderContentTable":{"name":"renderContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#rendercontenttable"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderdatesheader"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderevents"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#scrollleftpanel"},"scrollToHour":{"name":"scrollToHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#scrolltohour"},"scrollToWorkHour":{"name":"scrollToWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#scrolltoworkhour"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#startdate"}},"Year":{"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/year#collevels"},"columnCount":{"name":"columnCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/year#columncount"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/year#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/year#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/year#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/year#renderdates"},"rowCount":{"name":"rowCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/year#rowcount"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/year#viewclass"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#createcolgroup"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#createeventtable"},"createTableColGroup":{"name":"createTableColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#createtablecolgroup"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getcontentrows"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getlabeltext"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getmobiledateelement"},"getMonthDates":{"name":"getMonthDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getmonthdates"},"getMonthName":{"name":"getMonthName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getmonthname"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getrenderdates"},"getRowColumnCount":{"name":"getRowColumnCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getrowcolumncount"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#isworkhour"},"onContentScroll":{"name":"onContentScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#oncontentscroll"},"onDataReady":{"name":"onDataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#ondataready"},"onScrollUiUpdate":{"name":"onScrollUiUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#onscrolluiupdate"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#removeeventlistener"},"renderCalendarContent":{"name":"renderCalendarContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#rendercalendarcontent"},"renderCalendarHeader":{"name":"renderCalendarHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#rendercalendarheader"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#rendercontent"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#scrollheaderlabels"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#scrolltoppanel"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#setcolwidth"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#startdate"},"wireEvents":{"name":"wireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#wireevents"}},"Timezone":{"add":{"name":"add","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#add"},"convert":{"name":"convert","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#convert"},"getLocalTimezoneName":{"name":"getLocalTimezoneName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#getlocaltimezonename"},"offset":{"name":"offset","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#offset"},"remove":{"name":"remove","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#remove"},"removeLocalOffset":{"name":"removeLocalOffset","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#removelocaloffset"}},"DocumentEditorContainer":{"contentChange":{"name":"contentChange","description":"

Triggers whenever the content changes in the document editor container.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#contentchange"},"created":{"name":"created","description":"

Triggers when the component is created

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#created"},"customContextMenuBeforeOpen":{"name":"customContextMenuBeforeOpen","description":"

Triggers before opening the custom context-menu option.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#customcontextmenubeforeopen"},"customContextMenuSelect":{"name":"customContextMenuSelect","description":"

Triggers while selecting the custom context-menu option.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#customcontextmenuselect"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#destroyed"},"documentChange":{"name":"documentChange","description":"

Triggers whenever document changes in the document editor container.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#documentchange"},"selectionChange":{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor container.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#selectionchange"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#element"},"enableLocalPaste":{"name":"enableLocalPaste","description":"

Enable local paste

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enablelocalpaste"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enablertl"},"enableSpellCheck":{"name":"enableSpellCheck","description":"

Enable or disable spell checker in document editor container.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enablespellcheck"},"enableToolbar":{"name":"enableToolbar","description":"

Enable or disable toolbar in document editor container.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enabletoolbar"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#locale"},"restrictEditing":{"name":"restrictEditing","description":"

Restrict editing operation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#restrictediting"},"serverActionSettings":{"name":"serverActionSettings","description":"

Defines the settings of the DocumentEditorContainer service.

\n","type":"ContainerServerActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#serveractionsettings"},"serviceUrl":{"name":"serviceUrl","description":"

Sfdt service URL.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#serviceurl"},"showPropertiesPane":{"name":"showPropertiesPane","description":"

Show or hide properties pane.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#showpropertiespane"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#databind"},"destroy":{"name":"destroy","description":"

Destroys all managed resources used by this object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#destroy"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#removeeventlistener"},"setDefaultCharacterFormat":{"name":"setDefaultCharacterFormat","description":"

Set the default character format for document editor container

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#setdefaultcharacterformat"},"setDefaultParagraphFormat":{"name":"setDefaultParagraphFormat","description":"

Set the default paragraph format for document editor container

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#setdefaultparagraphformat"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#inject"}},"ContainerServerActionSettings":{"import":{"name":"import","description":"

Specifies the load action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/containerServerActionSettings#import"},"restrictEditing":{"name":"restrictEditing","description":"

Specifies the restrict editing encryption/decryption action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/containerServerActionSettings#restrictediting"},"spellCheck":{"name":"spellCheck","description":"

Specifies the spell check action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/containerServerActionSettings#spellcheck"},"systemClipboard":{"name":"systemClipboard","description":"

Specifies the system clipboard action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/containerServerActionSettings#systemclipboard"}},"DocumentEditor":{"contentChange":{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},"created":{"name":"created","description":"

Triggers when the component is created

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#created"},"customContextMenuBeforeOpen":{"name":"customContextMenuBeforeOpen","description":"

Triggers before opening the custom context-menu option.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#customcontextmenubeforeopen"},"customContextMenuSelect":{"name":"customContextMenuSelect","description":"

Triggers while selecting the custom context-menu option.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#customcontextmenuselect"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#destroyed"},"documentChange":{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},"keyDown":{"name":"keyDown","description":"

Triggers whenever key is pressed in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#keydown"},"requestNavigate":{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},"searchResultsChange":{"name":"searchResultsChange","description":"

Triggers whenever search results changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#searchresultschange"},"selectionChange":{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},"viewChange":{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},"zoomFactorChange":{"name":"zoomFactorChange","description":"

Triggers whenever zoom factor changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactorchange"},"acceptTab":{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},"currentUser":{"name":"currentUser","description":"

Current User

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#currentuser"},"defaultPasteOption":{"name":"defaultPasteOption","description":"

Default Paste Formatting Options

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#defaultpasteoption"},"documentName":{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/document-editor/#element"},"enableBookmarkDialog":{"name":"enableBookmarkDialog","description":"

Gets or sets a value indicating whether bookmark dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablebookmarkdialog"},"enableBordersAndShadingDialog":{"name":"enableBordersAndShadingDialog","description":"

Gets or sets a value indicating whether borders and shading dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablebordersandshadingdialog"},"enableContextMenu":{"name":"enableContextMenu","description":"

Gets or sets a value indicating whether context menu is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablecontextmenu"},"enableCursorOnReadOnly":{"name":"enableCursorOnReadOnly","description":"

Gets or sets a value indicating whether to enable cursor in document editor on read only state or not. The default value is false.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablecursoronreadonly"},"enableEditor":{"name":"enableEditor","description":"

Gets or sets a value indicating whether editor needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableeditor"},"enableEditorHistory":{"name":"enableEditorHistory","description":"

Gets or sets a value indicating whether editor history needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableeditorhistory"},"enableFontDialog":{"name":"enableFontDialog","description":"

Gets or sets a value indicating whether font dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablefontdialog"},"enableHyperlinkDialog":{"name":"enableHyperlinkDialog","description":"

Gets or sets a value indicating whether hyperlink dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablehyperlinkdialog"},"enableImageResizer":{"name":"enableImageResizer","description":"

Gets or sets a value indicating whether image resizer is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableimageresizer"},"enableListDialog":{"name":"enableListDialog","description":"

Gets or sets a value indicating whether list dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelistdialog"},"enableLocalPaste":{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},"enableOptionsPane":{"name":"enableOptionsPane","description":"

Gets or sets a value indicating whether options pane is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableoptionspane"},"enablePageSetupDialog":{"name":"enablePageSetupDialog","description":"

Gets or sets a value indicating whether margin dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablepagesetupdialog"},"enableParagraphDialog":{"name":"enableParagraphDialog","description":"

Gets or sets a value indicating whether paragraph dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableparagraphdialog"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablepersistence"},"enablePrint":{"name":"enablePrint","description":"

Gets or sets a value indicating whether print needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableprint"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablertl"},"enableSearch":{"name":"enableSearch","description":"

Gets or sets a value indicating whether search module is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablesearch"},"enableSelection":{"name":"enableSelection","description":"

Gets or sets a value indicating whether selection needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableselection"},"enableSfdtExport":{"name":"enableSfdtExport","description":"

Gets or sets a value indicating whether Sfdt export needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablesfdtexport"},"enableSpellCheck":{"name":"enableSpellCheck","description":"

Gets or sets a value indicating whether editor need to be spell checked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablespellcheck"},"enableStyleDialog":{"name":"enableStyleDialog","description":"

Gets or sets a value indicating whether font dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablestyledialog"},"enableTableDialog":{"name":"enableTableDialog","description":"

Gets or sets a value indicating whether table dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enabletabledialog"},"enableTableOfContentsDialog":{"name":"enableTableOfContentsDialog","description":"

Gets or sets a value indicating whether table of contents dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enabletableofcontentsdialog"},"enableTableOptionsDialog":{"name":"enableTableOptionsDialog","description":"

Gets or sets a value indicating whether table options dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enabletableoptionsdialog"},"enableTablePropertiesDialog":{"name":"enableTablePropertiesDialog","description":"

Gets or sets a value indicating whether table properties dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enabletablepropertiesdialog"},"enableTextExport":{"name":"enableTextExport","description":"

Gets or sets a value indicating whether text export needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enabletextexport"},"enableWordExport":{"name":"enableWordExport","description":"

Gets or sets a value indicating whether word export needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablewordexport"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isdestroyed"},"isReadOnly":{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#locale"},"pageGap":{"name":"pageGap","description":"

Gets or sets the page gap value in document editor

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pagegap"},"pageOutline":{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},"serverActionSettings":{"name":"serverActionSettings","description":"

Defines the settings of the DocumentEditor services

\n","type":"ServerActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/document-editor/#serveractionsettings"},"serviceUrl":{"name":"serviceUrl","description":"

Sfdt Service URL

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#serviceurl"},"useCtrlClickToFollowHyperlink":{"name":"useCtrlClickToFollowHyperlink","description":"

Gets or Sets a value indicating whether holding Ctrl key is required to follow hyperlink on click. The default value is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#usectrlclicktofollowhyperlink"},"userColor":{"name":"userColor","description":"

User Selection Highlight Color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#usercolor"},"zoomFactor":{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#databind"},"destroy":{"name":"destroy","description":"

Destroys all managed resources used by this object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#destroy"},"enableAllModules":{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},"fitPage":{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},"focusIn":{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},"getBookmarks":{"name":"getBookmarks","description":"

Gets the bookmarks.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getbookmarks"},"getStyleNames":{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},"getStyles":{"name":"getStyles","description":"

Gets the style objects on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstyles"},"open":{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},"openBlank":{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},"print":{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#removeeventlistener"},"resize":{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},"save":{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},"saveAsBlob":{"name":"saveAsBlob","description":"

Saves the document as blob.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#saveasblob"},"scrollToPage":{"name":"scrollToPage","description":"

Scrolls view to start of the given page number if exists.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#scrolltopage"},"serialize":{"name":"serialize","description":"

Serialize the data to JSON string.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#serialize"},"setDefaultCharacterFormat":{"name":"setDefaultCharacterFormat","description":"

Set the default character format for document editor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#setdefaultcharacterformat"},"setDefaultParagraphFormat":{"name":"setDefaultParagraphFormat","description":"

Set the default paragraph format for document editor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#setdefaultparagraphformat"},"showDialog":{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},"showOptionsPane":{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#inject"}},"BookmarkDialog":{},"BordersAndShadingDialog":{},"BulletsAndNumberingDialog":{},"CellOptionsDialog":{},"FontDialog":{},"HyperlinkDialog":{},"ListDialog":{},"PageSetupDialog":{},"ParagraphDialog":{"isStyleDialog":{"name":"isStyleDialog","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/paragraphDialog#isstyledialog"}},"SpellCheckDialog":{"owner":{"name":"owner","description":"","type":"LayoutViewer","link":"//ej2.syncfusion.com/documentation/api/document-editor/spellCheckDialog#owner"}},"StyleDialog":{},"StylesDialog":{},"TableDialog":{},"TableOfContentsDialog":{},"TableOptionsDialog":{},"TablePropertiesDialog":{},"EditorHistory":{"canRedo":{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"},"canUndo":{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},"redo":{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},"undo":{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"}},"Editor":{"copiedContent":{"name":"copiedContent","description":"","type":"any","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#copiedcontent"},"isPaste":{"name":"isPaste","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#ispaste"},"isSkipHistory":{"name":"isSkipHistory","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#isskiphistory"},"applyBorders":{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},"applyBullet":{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},"applyNumbering":{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},"applyPasteOptions":{"name":"applyPasteOptions","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applypasteoptions"},"applyStyle":{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},"autoFitTable":{"name":"autoFitTable","description":"

Fits the table based on AutoFitType.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#autofittable"},"canMergeCells":{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},"clearFormatting":{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},"clearList":{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},"createStyle":{"name":"createStyle","description":"

Creates a new instance of Style.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#createstyle"},"cut":{"name":"cut","description":"

Moves the selected content in the document editor control to clipboard.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#cut"},"decreaseIndent":{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},"deleteColumn":{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},"deleteRow":{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},"deleteTable":{"name":"deleteTable","description":"

Deletes the entire table at selection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletetable"},"increaseIndent":{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},"insertBookmark":{"name":"insertBookmark","description":"

Insert Bookmark at current selection range

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertbookmark"},"insertColumn":{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},"insertField":{"name":"insertField","description":"

Inserts the specified field at cursor position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertfield"},"insertHyperlink":{"name":"insertHyperlink","description":"

Insert Hyperlink

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserthyperlink"},"insertImage":{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},"insertPageBreak":{"name":"insertPageBreak","description":"

Insert page break at cursor position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertpagebreak"},"insertRow":{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},"insertSectionBreak":{"name":"insertSectionBreak","description":"

Insert Section break at cursor position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertsectionbreak"},"insertTable":{"name":"insertTable","description":"

Inserts a table of specified size at cursor position\nin the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttable"},"insertTableOfContents":{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},"insertText":{"name":"insertText","description":"

Inserts the specified text at cursor position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttext"},"mergeCells":{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},"paste":{"name":"paste","description":"

Pastes provided sfdt content or the data present in local clipboard if any .

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#paste"},"removeHyperlink":{"name":"removeHyperlink","description":"

Removes the hyperlink if selection is within hyperlink.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#removehyperlink"},"toggleBaselineAlignment":{"name":"toggleBaselineAlignment","description":"

Toggles the baseline alignment property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebaselinealignment"},"toggleBold":{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},"toggleHighlightColor":{"name":"toggleHighlightColor","description":"

Toggles the highlight color property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglehighlightcolor"},"toggleItalic":{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},"toggleStrikethrough":{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},"toggleSubscript":{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},"toggleSuperscript":{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},"toggleTextAlignment":{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},"toggleUnderline":{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"}},"ImageResizer":{},"OptionsPane":{},"SearchResults":{"clear":{"name":"clear","description":"

Clears all the instance of search result.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/searchResults#clear"},"replaceAll":{"name":"replaceAll","description":"

Replace all the instance of search result.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/searchResults#replaceall"}},"SelectionCellFormat":{},"SelectionCharacterFormat":{},"SelectionImageFormat":{"resize":{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"}},"SelectionParagraphFormat":{},"SelectionRowFormat":{},"SelectionSectionFormat":{"bidi":{"name":"bidi","description":"

private

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionSectionFormat#bidi"}},"SelectionTableFormat":{},"SpellChecker":{},"SfdtExport":{"writeChart":{"name":"writeChart","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/sfdtExport#writechart"}},"TextExport":{},"WordExport":{},"Gradient":{"id":{"name":"id","description":"

Defines the id of gradient

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gradient#id"},"stops":{"name":"stops","description":"

Defines the stop collection of gradient

\n","type":"StopModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/gradient#stops"},"type":{"name":"type","description":"

Defines the type of gradient

\n
    \n
  • Linear - Sets the type of the gradient as Linear
  • \n
  • Radial - Sets the type of the gradient as Radial
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gradient#type"}},"LinearGradient":{"id":{"name":"id","description":"

Defines the id of gradient

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#id"},"stops":{"name":"stops","description":"

Defines the stop collection of gradient

\n","type":"StopModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#stops"},"type":{"name":"type","description":"

Defines the type of gradient

\n
    \n
  • Linear - Sets the type of the gradient as Linear
  • \n
  • Radial - Sets the type of the gradient as Radial
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#type"},"x1":{"name":"x1","description":"

Defines the x1 value of linear gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#x1"},"x2":{"name":"x2","description":"

Defines the x2 value of linear gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#x2"},"y1":{"name":"y1","description":"

Defines the y1 value of linear gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#y1"},"y2":{"name":"y2","description":"

Defines the y2 value of linear gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#y2"}},"RadialGradient":{"cx":{"name":"cx","description":"

Defines the cx value of radial gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#cx"},"cy":{"name":"cy","description":"

Defines the cy value of radial gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#cy"},"fx":{"name":"fx","description":"

Defines the fx value of radial gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#fx"},"fy":{"name":"fy","description":"

Defines the fy value of radial gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#fy"},"id":{"name":"id","description":"

Defines the id of gradient

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#id"},"r":{"name":"r","description":"

Defines the r value of radial gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#r"},"stops":{"name":"stops","description":"

Defines the stop collection of gradient

\n","type":"StopModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#stops"},"type":{"name":"type","description":"

Defines the type of gradient

\n
    \n
  • Linear - Sets the type of the gradient as Linear
  • \n
  • Radial - Sets the type of the gradient as Radial
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#type"}},"Shadow":{"angle":{"name":"angle","description":"

Defines the angle of Shadow

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shadow#angle"},"color":{"name":"color","description":"

Defines the color of Shadow

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shadow#color"},"distance":{"name":"distance","description":"

Defines the distance of Shadow

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shadow#distance"},"opacity":{"name":"opacity","description":"

Defines the opacity of Shadow

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shadow#opacity"}},"ShapeStyle":{"fill":{"name":"fill","description":"

Sets the fill color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#fill"},"gradient":{"name":"gradient","description":"

Defines the gradient of a shape/path

\n","type":"GradientModel|LinearGradientModel|RadialGradientModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#gradient"},"opacity":{"name":"opacity","description":"

Sets the opacity of a shape/path

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#opacity"},"strokeColor":{"name":"strokeColor","description":"

Sets the stroke color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#strokecolor"},"strokeDashArray":{"name":"strokeDashArray","description":"

Defines the pattern of dashes and spaces to stroke the path/shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#strokedasharray"},"strokeWidth":{"name":"strokeWidth","description":"

Defines the stroke width of the path/shape

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#strokewidth"}},"Stop":{"color":{"name":"color","description":"

Sets the color to be filled over the specified region

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stop#color"},"offset":{"name":"offset","description":"

Sets the position where the previous color transition ends and a new color transition starts

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stop#offset"},"opacity":{"name":"opacity","description":"

Describes the transparency level of the region

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stop#opacity"}},"StrokeStyle":{"fill":{"name":"fill","description":"

Sets the fill color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#fill"},"gradient":{"name":"gradient","description":"

Defines the gradient of a shape/path

\n","type":"GradientModel|LinearGradientModel|RadialGradientModel","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#gradient"},"opacity":{"name":"opacity","description":"

Sets the opacity of a shape/path

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#opacity"},"strokeColor":{"name":"strokeColor","description":"

Sets the stroke color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#strokecolor"},"strokeDashArray":{"name":"strokeDashArray","description":"

Defines the pattern of dashes and spaces to stroke the path/shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#strokedasharray"},"strokeWidth":{"name":"strokeWidth","description":"

Defines the stroke width of the path/shape

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#strokewidth"}},"TextStyle":{"bold":{"name":"bold","description":"

Enables/disables the bold style of text

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#bold"},"color":{"name":"color","description":"

Sets the font color of a text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#color"},"fill":{"name":"fill","description":"

Sets the fill color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#fill"},"fontFamily":{"name":"fontFamily","description":"

Sets the font type of a text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#fontfamily"},"fontSize":{"name":"fontSize","description":"

Defines the font size of a text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#fontsize"},"gradient":{"name":"gradient","description":"

Defines the gradient of a shape/path

\n","type":"GradientModel|LinearGradientModel|RadialGradientModel","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#gradient"},"italic":{"name":"italic","description":"

Enables/disables the italic style of text

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#italic"},"opacity":{"name":"opacity","description":"

Sets the opacity of a shape/path

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#opacity"},"strokeColor":{"name":"strokeColor","description":"

Sets the stroke color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#strokecolor"},"strokeDashArray":{"name":"strokeDashArray","description":"

Defines the pattern of dashes and spaces to stroke the path/shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#strokedasharray"},"strokeWidth":{"name":"strokeWidth","description":"

Defines the stroke width of the path/shape

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#strokewidth"},"textAlign":{"name":"textAlign","description":"

Defines how the text should be aligned within its bounds

\n
    \n
  • Left - Aligns the text at the left of the text bounds
  • \n
  • Right - Aligns the text at the right of the text bounds
  • \n
  • Center - Aligns the text at the center of the text bounds
  • \n
  • Justify - Aligns the text in a justified manner
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#textalign"},"textDecoration":{"name":"textDecoration","description":"

Defines how the text should be decorated. For example, with underline/over line

\n
    \n
  • Overline - Decorates the text with a line above the text
  • \n
  • Underline - Decorates the text with an underline
  • \n
  • LineThrough - Decorates the text by striking it with a line
  • \n
  • None - Text will not have any specific decoration
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#textdecoration"},"textOverflow":{"name":"textOverflow","description":"

Defines how to handle the text when it exceeds the given size.

\n
    \n
  • Wrap - Wraps the text to next line, when it exceeds its bounds
  • \n
  • Ellipsis - It truncates the overflown text and represents the clipping with an ellipsis
  • \n
  • Clip - It clips the overflow text
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#textoverflow"},"textWrapping":{"name":"textWrapping","description":"

Defines how the text should be wrapped, when the text size exceeds some specific bounds

\n
    \n
  • WrapWithOverflow - Wraps the text so that no word is broken
  • \n
  • Wrap - Wraps the text and breaks the word, if necessary
  • \n
  • NoWrap - Text will no be wrapped
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#textwrapping"},"whiteSpace":{"name":"whiteSpace","description":"

Defines how the white space and new line characters have to be handled

\n
    \n
  • PreserveAll - Preserves all empty spaces and empty lines
  • \n
  • CollapseSpace - Collapses the consequent spaces into one
  • \n
  • CollapseAll - Collapses all consequent empty spaces and empty lines
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#whitespace"}},"Thickness":{"bottom":{"name":"bottom","description":"

Sets the bottom value of the thickness

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/thickness#bottom"},"left":{"name":"left","description":"

Sets the left value of the thickness

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/thickness#left"},"right":{"name":"right","description":"

Sets the right value of the thickness

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/thickness#right"},"top":{"name":"top","description":"

Sets the top value of the thickness

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/thickness#top"}},"Canvas":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#bounds"},"children":{"name":"children","description":"

Gets/Sets the collection of child elements

\n","type":"DiagramElement[]","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#children"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#maxwidth"},"measureChildren":{"name":"measureChildren","description":"

Not applicable for canvas\n@private

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#measurechildren"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#offsety"},"padding":{"name":"padding","description":"

Gets/Sets the space between the container and its immediate children

\n","type":"Thickness","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#padding"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#width"},"arrange":{"name":"arrange","description":"

Arranges the child elements of the canvas

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#getabsoluteposition"},"hasChildren":{"name":"hasChildren","description":"

returns whether the container has child elements or not

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#haschildren"},"measure":{"name":"measure","description":"

Measures the minimum space that the canvas requires

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#updatebounds"}},"ColumnDefinition":{"width":{"name":"width","description":"

returns the width of node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/columnDefinition#width"}},"GridPanel":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#bounds"},"cellStyle":{"name":"cellStyle","description":"","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#cellstyle"},"children":{"name":"children","description":"

Gets/Sets the collection of child elements

\n","type":"DiagramElement[]","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#children"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#offsety"},"padding":{"name":"padding","description":"

Gets/Sets the space between the container and its immediate children

\n","type":"Thickness","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#padding"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#width"},"addObject":{"name":"addObject","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#addobject"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#getabsoluteposition"},"hasChildren":{"name":"hasChildren","description":"

returns whether the container has child elements or not

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#haschildren"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#updatebounds"}},"RowDefinition":{"height":{"name":"height","description":"

returns the height of node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/rowDefinition#height"}},"StackPanel":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#bounds"},"children":{"name":"children","description":"

Gets/Sets the collection of child elements

\n","type":"DiagramElement[]","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#children"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#offsety"},"orientation":{"name":"orientation","description":"

Gets/Sets the orientation of the stack panel

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#orientation"},"padding":{"name":"padding","description":"

Gets/Sets the space between the container and its immediate children

\n","type":"Thickness","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#padding"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#width"},"arrange":{"name":"arrange","description":"

Arranges the child elements of the stack panel

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#getabsoluteposition"},"hasChildren":{"name":"hasChildren","description":"

returns whether the container has child elements or not

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#haschildren"},"measure":{"name":"measure","description":"

Measures the minimum space that the panel needs

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#updatebounds"}},"DiagramElement":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#bounds"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#width"},"arrange":{"name":"arrange","description":"

Arranges the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures the minimum space that the element requires

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#updatebounds"}},"DiagramHtmlElement":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#bounds"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#desiredsize"},"diagramId":{"name":"diagramId","description":"

Gets the diagram id for the html element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#diagramid"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#minwidth"},"nodeId":{"name":"nodeId","description":"

Gets the node id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#nodeid"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#width"},"arrange":{"name":"arrange","description":"

Arranges the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures the minimum space that the element requires

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#updatebounds"}},"ImageElement":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#bounds"},"contentSize":{"name":"contentSize","description":"

Saves the actual size of the image

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#contentsize"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#id"},"imageAlign":{"name":"imageAlign","description":"

sets the alignment of the image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#imagealign"},"imageScale":{"name":"imageScale","description":"

sets scaling factor of the image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#imagescale"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#staticsize"},"stretch":{"name":"stretch","description":"

Sets how to stretch the image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#stretch"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#width"},"arrange":{"name":"arrange","description":"

Arranges the image

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures minimum space that is required to render the image

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#updatebounds"}},"DiagramNativeElement":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#bounds"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#desiredsize"},"diagramId":{"name":"diagramId","description":"

set the diagram id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#diagramid"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#minwidth"},"nodeId":{"name":"nodeId","description":"

set the node id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#nodeid"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#rotateangle"},"scale":{"name":"scale","description":"

sets scaling factor of the Native Element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#scale"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#width"},"arrange":{"name":"arrange","description":"

Arranges the Native Element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures minimum space that is required to render the Native Element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#updatebounds"}},"PathElement":{"absolutePath":{"name":"absolutePath","description":"

Gets/Sets the equivalent path, that will have the origin as 0,0

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#absolutepath"},"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#bounds"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#transform"},"transformPath":{"name":"transformPath","description":"

Gets/Sets whether the path has to be transformed to fit the given x,y, width, height

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#transformpath"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#width"},"arrange":{"name":"arrange","description":"

Arranges the path element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures the minimum space that is required to render the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#updatebounds"},"updatePath":{"name":"updatePath","description":"

Translates the path to 0,0 and scales the path based on the actual size

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#updatepath"}},"TextElement":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#bounds"},"constraints":{"name":"constraints","description":"

sets the constraints for the text element

\n","type":"AnnotationConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#constraints"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#width"},"arrange":{"name":"arrange","description":"

Arranges the text element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures the minimum size that is required for the text element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#updatebounds"}},"DataBinding":{},"Diagram":{"animationComplete":{"name":"animationComplete","description":"

Triggers after animation is completed for the diagram elements.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#animationcomplete"},"click":{"name":"click","description":"

Triggers when a node, connector or diagram is clicked

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#click"},"collectionChange":{"name":"collectionChange","description":"

Triggers when a node/connector is added/removed to/from the diagram.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#collectionchange"},"commandExecute":{"name":"commandExecute","description":"

Triggers when a command executed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#commandexecute"},"connectionChange":{"name":"connectionChange","description":"

Triggers when the connection is changed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#connectionchange"},"contextMenuBeforeItemRender":{"name":"contextMenuBeforeItemRender","description":"

Triggers before rendering the context menu item

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#contextmenubeforeitemrender"},"contextMenuClick":{"name":"contextMenuClick","description":"

Triggers when a context menu item is clicked

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#contextmenuclick"},"contextMenuOpen":{"name":"contextMenuOpen","description":"

Triggers before opening the context menu

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#contextmenuopen"},"created":{"name":"created","description":"

Triggered when the diagram is rendered completely.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#created"},"dataLoaded":{"name":"dataLoaded","description":"

Triggers after diagram is populated from the external data source

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#dataloaded"},"doubleClick":{"name":"doubleClick","description":"

Triggers when a node, connector or diagram model is clicked twice

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#doubleclick"},"dragEnter":{"name":"dragEnter","description":"

Triggers when a symbol is dragged into diagram from symbol palette

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#dragenter"},"dragLeave":{"name":"dragLeave","description":"

Triggers when a symbol is dragged outside of the diagram.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#dragleave"},"dragOver":{"name":"dragOver","description":"

Triggers when a symbol is dragged over diagram

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#dragover"},"drop":{"name":"drop","description":"

Triggers when a symbol is dragged and dropped from symbol palette to drawing area

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#drop"},"expandStateChange":{"name":"expandStateChange","description":"

Triggers when the state of the expand and collapse icon change for a node.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#expandstatechange"},"historyChange":{"name":"historyChange","description":"

Triggers when a change is reverted or restored(undo/redo)

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#historychange"},"historyStateChange":{"name":"historyStateChange","description":"

Triggers when a custom entry change is reverted or restored(undo/redo)

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#historystatechange"},"mouseEnter":{"name":"mouseEnter","description":"

Triggered when mouse enters a node/connector.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#mouseenter"},"mouseLeave":{"name":"mouseLeave","description":"

Triggered when mouse leaves node/connector.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#mouseleave"},"mouseOver":{"name":"mouseOver","description":"

Triggered when mouse hovers a node/connector.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#mouseover"},"onUserHandleMouseDown":{"name":"onUserHandleMouseDown","description":"

Triggers when a mouseDown on the user handle.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#onuserhandlemousedown"},"onUserHandleMouseEnter":{"name":"onUserHandleMouseEnter","description":"

Triggers when a mouseEnter on the user handle.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#onuserhandlemouseenter"},"onUserHandleMouseLeave":{"name":"onUserHandleMouseLeave","description":"

Triggers when a mouseLeave on the user handle.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#onuserhandlemouseleave"},"onUserHandleMouseUp":{"name":"onUserHandleMouseUp","description":"

Triggers when a mouseUp on the user handle.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#onuserhandlemouseup"},"positionChange":{"name":"positionChange","description":"

Triggers while dragging the elements in diagram

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#positionchange"},"propertyChange":{"name":"propertyChange","description":"

Triggers once the node or connector property changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#propertychange"},"rotateChange":{"name":"rotateChange","description":"

Triggers when the diagram elements are rotated

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#rotatechange"},"scrollChange":{"name":"scrollChange","description":"

Triggers when the diagram is zoomed or panned

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#scrollchange"},"segmentCollectionChange":{"name":"segmentCollectionChange","description":"

Triggers when a segment is added/removed to/from the connector.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#segmentcollectionchange"},"selectionChange":{"name":"selectionChange","description":"

Triggers when the selection is changed in diagram

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#selectionchange"},"sizeChange":{"name":"sizeChange","description":"

Triggers when a node is resized

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#sizechange"},"sourcePointChange":{"name":"sourcePointChange","description":"

Triggers when the connector's source point is changed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#sourcepointchange"},"targetPointChange":{"name":"targetPointChange","description":"

Triggers when the connector's target point is changed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#targetpointchange"},"textEdit":{"name":"textEdit","description":"

Triggers when editor got focus at the time of node’s label or text node editing.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#textedit"},"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about diagram

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/#addinfo"},"backgroundColor":{"name":"backgroundColor","description":"

Defines the background color of the diagram

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/#backgroundcolor"},"bridgeDirection":{"name":"bridgeDirection","description":"

Defines the direction of the bridge that is inserted when the segments are intersected

\n
    \n
  • Top - Defines the direction of the bridge as Top
  • \n
  • Bottom - Defines the direction of the bridge as Bottom
  • \n
  • Left - Sets the bridge direction as left
  • \n
  • Right - Sets the bridge direction as right
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/#bridgedirection"},"commandManager":{"name":"commandManager","description":"

Defines a set of custom commands and binds them with a set of desired key gestures

\n","type":"CommandManagerModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#commandmanager"},"connectorDefaults":{"name":"connectorDefaults","description":"

Helps to assign the default properties of connector

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#connectordefaults"},"connectors":{"name":"connectors","description":"

Defines a collection of objects, used to create link between two points, nodes or ports to represent the relationships between them

\n","type":"ConnectorModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/#connectors"},"constraints":{"name":"constraints","description":"

Constraints are used to enable/disable certain behaviors of the diagram.

\n
    \n
  • None - Disables DiagramConstraints constraints
  • \n
  • Bridging - Enables/Disables Bridging support for connector
  • \n
  • UndoRedo - Enables/Disables the Undo/Redo support
  • \n
  • Tooltip - Enables/Disables Tooltip support
  • \n
  • UserInteraction - Enables/Disables editing diagram interactively
  • \n
  • ApiUpdate - Enables/Disables editing diagram through code
  • \n
  • PageEditable - Enables/Disables editing diagrams both interactively and through code
  • \n
  • Zoom - Enables/Disables Zoom support for the diagram
  • \n
  • PanX - Enables/Disable PanX support for the diagram
  • \n
  • PanY - Enables/Disable PanY support for the diagram
  • \n
  • Pan - Enables/Disable Pan support the diagram
  • \n
\n","type":"DiagramConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/#constraints"},"contextMenuSettings":{"name":"contextMenuSettings","description":"

Defines type of menu that appears when you perform right-click operation\nAn object to customize the context menu of diagram

\n","type":"ContextMenuSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#contextmenusettings"},"customCursor":{"name":"customCursor","description":"

A collection of JSON objects where each object represents a custom cursor action. Layer is a named category of diagram shapes.

\n","type":"CustomCursorActionModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/#customcursor"},"dataSourceSettings":{"name":"dataSourceSettings","description":"

Configures the data source that is to be bound with diagram

\n","type":"DataSourceModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#datasourcesettings"},"drawingObject":{"name":"drawingObject","description":"

Defines the object to be drawn using drawing tool

\n","type":"NodeModel|ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#drawingobject"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/#enablertl"},"getConnectorDefaults":{"name":"getConnectorDefaults","description":"

Helps to return the default properties of connector

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getconnectordefaults"},"getCustomCursor":{"name":"getCustomCursor","description":"","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getcustomcursor"},"getCustomProperty":{"name":"getCustomProperty","description":"

Allows to get the custom properties that have to be serialized

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getcustomproperty"},"getCustomTool":{"name":"getCustomTool","description":"","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getcustomtool"},"getDescription":{"name":"getDescription","description":"","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getdescription"},"getNodeDefaults":{"name":"getNodeDefaults","description":"

Helps to return the default properties of node

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getnodedefaults"},"height":{"name":"height","description":"

Defines the height of the diagram model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/diagram/#height"},"historyManager":{"name":"historyManager","description":"

Customizes the undo redo functionality

\n","type":"History","link":"//ej2.syncfusion.com/documentation/api/diagram/#historymanager"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/#isdestroyed"},"layers":{"name":"layers","description":"

A collection of JSON objects where each object represents a layer. Layer is a named category of diagram shapes.

\n","type":"LayerModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/#layers"},"layout":{"name":"layout","description":"

Layout is used to auto-arrange the nodes in the Diagram area

\n","type":"LayoutModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#layout"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/#locale"},"mindMapChartModule":{"name":"mindMapChartModule","description":"

mindMapChartModule is used to arrange the nodes in a mind map like structure

\n","type":"MindMap","link":"//ej2.syncfusion.com/documentation/api/diagram/#mindmapchartmodule"},"mode":{"name":"mode","description":"

Defines the diagram rendering mode.

\n
    \n
  • SVG - Renders the diagram objects as SVG elements
  • \n
  • Canvas - Renders the diagram in a canvas
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/#mode"},"nodeDefaults":{"name":"nodeDefaults","description":"

Helps to assign the default properties of nodes

\n","type":"NodeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#nodedefaults"},"nodes":{"name":"nodes","description":"

Defines the collection of nodes

\n","type":"NodeModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/#nodes"},"pageSettings":{"name":"pageSettings","description":"

Page settings enable to customize the appearance, width, and height of the Diagram page.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#pagesettings"},"radialTreeModule":{"name":"radialTreeModule","description":"

radialTreeModule is used to arrange the nodes in a radial tree like structure

\n","type":"RadialTree","link":"//ej2.syncfusion.com/documentation/api/diagram/#radialtreemodule"},"rulerSettings":{"name":"rulerSettings","description":"

Defines the properties of both horizontal and vertical guides/rulers to measure the diagram area.

\n","type":"RulerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#rulersettings"},"scrollSettings":{"name":"scrollSettings","description":"

Defines the current zoom value, zoom factor, scroll status and view port size of the diagram

\n","type":"ScrollSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#scrollsettings"},"selectedItems":{"name":"selectedItems","description":"

Defines the collection of selected items, size and position of the selector

\n","type":"SelectorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#selecteditems"},"serializationSettings":{"name":"serializationSettings","description":"

Defines the serialization settings of diagram.

\n","type":"SerializationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#serializationsettings"},"setNodeTemplate":{"name":"setNodeTemplate","description":"

setNodeTemplate helps to customize the content of a node\nfunction setNodeTemplate() {\nsetNodeTemplate: (obj: NodeModel, diagram: Diagram): StackPanel => {\nif (obj.id === 'node2') {\nlet table: StackPanel = new StackPanel();\ntable.orientation = 'Horizontal';\nlet column1: StackPanel = new StackPanel();\ncolumn1.children = [];\ncolumn1.children.push(getTextElement('Column1'));\naddRows(column1);\nlet column2: StackPanel = new StackPanel();\ncolumn2.children = [];\ncolumn2.children.push(getTextElement('Column2'));\naddRows(column2);\ntable.children = [column1, column2];\nreturn table;\n}\nreturn null;\n}\n...\n}

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#setnodetemplate"},"snapSettings":{"name":"snapSettings","description":"

Defines the gridlines and defines how and when the objects have to be snapped

\n","type":"SnapSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#snapsettings"},"tool":{"name":"tool","description":"

Defines the precedence of the interactive tools. They are,

\n
    \n
  • None - Disables selection, zooming and drawing tools
  • \n
  • SingleSelect - Enables/Disables single select support for the diagram
  • \n
  • MultipleSelect - Enables/Disable MultipleSelect select support for the diagram
  • \n
  • ZoomPan - Enables/Disable ZoomPan support for the diagram
  • \n
  • DrawOnce - Enables/Disable ContinuousDraw support for the diagram
  • \n
  • ContinuousDraw - Enables/Disable ContinuousDraw support for the diagram
  • \n
\n","type":"DiagramTools","link":"//ej2.syncfusion.com/documentation/api/diagram/#tool"},"tooltip":{"name":"tooltip","description":"

Defines the tooltip that should be shown when the mouse hovers over a node or connector\nAn object that defines the description, appearance and alignments of tooltip

\n","type":"DiagramTooltipModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#tooltip"},"updateSelection":{"name":"updateSelection","description":"

Helps to set the undo and redo node selection

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#updateselection"},"width":{"name":"width","description":"

Defines the width of the diagram model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/diagram/#width"},"add":{"name":"add","description":"

Adds the given object to diagram control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#add"},"addConnector":{"name":"addConnector","description":"

Adds the given connector to diagram control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addconnector"},"addConnectorLabels":{"name":"addConnectorLabels","description":"

Add labels in connector at the run time in the blazor platform

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addconnectorlabels"},"addConstraints":{"name":"addConstraints","description":"

Add constraints at run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addconstraints"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addeventlistener"},"addHistoryEntry":{"name":"addHistoryEntry","description":"

Adds the given change in the diagram control to the track

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addhistoryentry"},"addLabels":{"name":"addLabels","description":"

Add Labels at the run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addlabels"},"addLanes":{"name":"addLanes","description":"

Add dynamic Lanes to swimLane at runtime

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addlanes"},"addLayer":{"name":"addLayer","description":"

add the layer into diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addlayer"},"addNode":{"name":"addNode","description":"

Adds the given node to diagram control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addnode"},"addNodeLabels":{"name":"addNodeLabels","description":"

Add labels in node at the run time in the blazor platform

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addnodelabels"},"addNodeToLane":{"name":"addNodeToLane","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addnodetolane"},"addPhases":{"name":"addPhases","description":"

Add a phase to a swimLane at runtime

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addphases"},"addPorts":{"name":"addPorts","description":"

Add ports at the run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addports"},"addProcess":{"name":"addProcess","description":"

Add a process into the sub-process

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addprocess"},"addTextAnnotation":{"name":"addTextAnnotation","description":"

Adds the given annotation to the given node

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addtextannotation"},"align":{"name":"align","description":"

Aligns the group of objects to with reference to the first object in the group

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#align"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#appendto"},"bringIntoView":{"name":"bringIntoView","description":"

bring the specified bounds into the viewport

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#bringintoview"},"bringLayerForward":{"name":"bringLayerForward","description":"

move the layer forward

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#bringlayerforward"},"bringToCenter":{"name":"bringToCenter","description":"

bring the specified bounds to the center of the viewport

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#bringtocenter"},"bringToFront":{"name":"bringToFront","description":"

bring the selected nodes or connectors to front

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#bringtofront"},"clear":{"name":"clear","description":"

Clears all nodes and objects in the diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#clear"},"clearHistory":{"name":"clearHistory","description":"

To clear history of the diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#clearhistory"},"clearSelection":{"name":"clearSelection","description":"

Removes all elements from the selection list

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#clearselection"},"cloneLayer":{"name":"cloneLayer","description":"

clone a layer with its object

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#clonelayer"},"copy":{"name":"copy","description":"

Copies the selected nodes and connectors to diagram clipboard

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#copy"},"cut":{"name":"cut","description":"

Removes the selected nodes and connectors from diagram and moves them to diagram clipboard

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#cut"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#databind"},"destroy":{"name":"destroy","description":"

Destroys the diagram control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#destroy"},"distribute":{"name":"distribute","description":"

Arranges the group of objects with equal intervals, but within the group of objects

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#distribute"},"doLayout":{"name":"doLayout","description":"

Automatically updates the diagram objects based on the type of the layout

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#dolayout"},"drag":{"name":"drag","description":"

Drags the given object by the specified pixels

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#drag"},"dragSourceEnd":{"name":"dragSourceEnd","description":"

Moves the source point of the given connector

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#dragsourceend"},"dragTargetEnd":{"name":"dragTargetEnd","description":"

Moves the target point of the given connector

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#dragtargetend"},"endGroupAction":{"name":"endGroupAction","description":"

Closes grouping the actions that will be undone/restored as a whole

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#endgroupaction"},"exportDiagram":{"name":"exportDiagram","description":"

To export Diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#exportdiagram"},"exportImage":{"name":"exportImage","description":"

To export diagram native/html image

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#exportimage"},"findElementUnderMouse":{"name":"findElementUnderMouse","description":"

Finds the child element of the given object at the given position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#findelementundermouse"},"findObjectUnderMouse":{"name":"findObjectUnderMouse","description":"

Finds the object that is under the given mouse position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#findobjectundermouse"},"findObjectsUnderMouse":{"name":"findObjectsUnderMouse","description":"

Finds all the objects that is under the given mouse position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#findobjectsundermouse"},"findTargetObjectUnderMouse":{"name":"findTargetObjectUnderMouse","description":"

Finds the object that is under the given active object (Source)

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#findtargetobjectundermouse"},"fitToPage":{"name":"fitToPage","description":"

fit the diagram to the page with respect to mode and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#fittopage"},"getActiveLayer":{"name":"getActiveLayer","description":"

gets the active layer back

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getactivelayer"},"getConnectorObject":{"name":"getConnectorObject","description":"

gets the connector object for the given node ID

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getconnectorobject"},"getCursor":{"name":"getCursor","description":"

Defines the cursor that corresponds to the given action

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getcursor"},"getDiagramBounds":{"name":"getDiagramBounds","description":"

To get the bound of the diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getdiagrambounds"},"getDiagramContent":{"name":"getDiagramContent","description":"

To get the html diagram content

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getdiagramcontent"},"getModuleName":{"name":"getModuleName","description":"

Returns the module name of the diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getmodulename"},"getNodeObject":{"name":"getNodeObject","description":"

gets the node object for the given node ID

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getnodeobject"},"getObject":{"name":"getObject","description":"

gets the node or connector having the given name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getobject"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getpersistdata"},"getTool":{"name":"getTool","description":"

Returns the tool that handles the given action

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#gettool"},"group":{"name":"group","description":"

Group the selected nodes and connectors in diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#group"},"hideTooltip":{"name":"hideTooltip","description":"

hides tooltip for corresponding diagram object

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#hidetooltip"},"insertData":{"name":"insertData","description":"

Inserts newly added element into the database

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#insertdata"},"loadDiagram":{"name":"loadDiagram","description":"

Converts the given string as a Diagram Control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#loaddiagram"},"moveForward":{"name":"moveForward","description":"

send the selected nodes or connectors forward

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#moveforward"},"moveObjects":{"name":"moveObjects","description":"

move objects from the layer to another layer from diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#moveobjects"},"moveObjectsUp":{"name":"moveObjectsUp","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#moveobjectsup"},"nudge":{"name":"nudge","description":"

Moves the selected objects towards the given direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#nudge"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Updates the diagram control when the objects are changed

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#onpropertychanged"},"pan":{"name":"pan","description":"

Pans the diagram control to the given horizontal and vertical offsets

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#pan"},"paste":{"name":"paste","description":"

Adds the given objects/ the objects in the diagram clipboard to diagram control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#paste"},"print":{"name":"print","description":"

To print Diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#print"},"printImage":{"name":"printImage","description":"

To print native/html nodes of diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#printimage"},"redo":{"name":"redo","description":"

Restores the last undone action

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#redo"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#refresh"},"remove":{"name":"remove","description":"

Removes the given object from diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#remove"},"removeConstraints":{"name":"removeConstraints","description":"

Remove constraints at run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removeconstraints"},"removeData":{"name":"removeData","description":"

Removes the user deleted element from the existing database

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removedata"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removeeventlistener"},"removeLabels":{"name":"removeLabels","description":"

Remove Labels at the run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removelabels"},"removeLane":{"name":"removeLane","description":"

Remove dynamic Lanes to swimLane at runtime

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removelane"},"removeLayer":{"name":"removeLayer","description":"

remove the layer from diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removelayer"},"removePhase":{"name":"removePhase","description":"

Remove a phase to a swimLane at runtime

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removephase"},"removePorts":{"name":"removePorts","description":"

Remove Ports at the run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removeports"},"removeProcess":{"name":"removeProcess","description":"

Remove a process from the sub-process

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removeprocess"},"render":{"name":"render","description":"

Renders the diagram control with nodes and connectors

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#render"},"reset":{"name":"reset","description":"

Resets the zoom and scroller offsets to default values

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#reset"},"rotate":{"name":"rotate","description":"

Rotates the given nodes/connectors by the given angle

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#rotate"},"sameSize":{"name":"sameSize","description":"

Scales the given objects to the size of the first object in the group

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#samesize"},"saveDiagram":{"name":"saveDiagram","description":"

Serializes the diagram control as a string

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#savediagram"},"scale":{"name":"scale","description":"

Scales the given objects by the given ratio

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#scale"},"select":{"name":"select","description":"

Selects the given collection of objects

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#select"},"selectAll":{"name":"selectAll","description":"

Selects the all the objects.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#selectall"},"sendBackward":{"name":"sendBackward","description":"

send the selected nodes or connectors back

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#sendbackward"},"sendLayerBackward":{"name":"sendLayerBackward","description":"

move the layer backward

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#sendlayerbackward"},"sendToBack":{"name":"sendToBack","description":"

send the selected nodes or connectors back

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#sendtoback"},"setActiveLayer":{"name":"setActiveLayer","description":"

set the active layer\n@param layerName defines the name of the layer which is to be active layer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#setactivelayer"},"setStackLimit":{"name":"setStackLimit","description":"

To limit the history entry of the diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#setstacklimit"},"showTooltip":{"name":"showTooltip","description":"

Shows tooltip for corresponding diagram object

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#showtooltip"},"startGroupAction":{"name":"startGroupAction","description":"

Starts grouping the actions that will be undone/restored as a whole

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#startgroupaction"},"startTextEdit":{"name":"startTextEdit","description":"

Specified annotation to edit mode

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#starttextedit"},"unGroup":{"name":"unGroup","description":"

UnGroup the selected nodes and connectors in diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#ungroup"},"unSelect":{"name":"unSelect","description":"

Removes the given object from selection list

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#unselect"},"undo":{"name":"undo","description":"

Restores the last action that is performed

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#undo"},"updateData":{"name":"updateData","description":"

updates the user defined element properties into the existing database

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#updatedata"},"updateViewPort":{"name":"updateViewPort","description":"

Update the diagram clipboard dimension

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#updateviewport"},"zoom":{"name":"zoom","description":"

Scales the diagram control by the given factor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#zoom"},"zoomTo":{"name":"zoomTo","description":"

Scales the diagram control by the given factor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#zoomto"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#inject"}},"CustomCursorAction":{"action":{"name":"action","description":"

Defines the property of a Data Map Items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/customCursorAction#action"},"cursor":{"name":"cursor","description":"

Defines the Fields for the Data Map Items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/customCursorAction#cursor"}},"DataMappingItems":{"field":{"name":"field","description":"

Defines the Fields for the Data Map Items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataMappingItems#field"},"property":{"name":"property","description":"

Defines the property of a Data Map Items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataMappingItems#property"}},"ConnectionDataSource":{"crudAction":{"name":"crudAction","description":"

Add CrudAction to connector data source

\n","type":"CrudActionModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#crudaction"},"dataManager":{"name":"dataManager","description":"

Sets the data source either as a collection of objects or as an URL of DataManager

\n","type":"DataManager","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#datamanager"},"id":{"name":"id","description":"

set an id for connector dataSource

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#id"},"sourceID":{"name":"sourceID","description":"

define sourceID to connect with connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#sourceid"},"sourcePointX":{"name":"sourcePointX","description":"

define sourcePoint to render connector startPoint

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#sourcepointx"},"sourcePointY":{"name":"sourcePointY","description":"

define sourcePoint to render connector startPoint

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#sourcepointy"},"targetID":{"name":"targetID","description":"

define targetID to connect with connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#targetid"},"targetPointX":{"name":"targetPointX","description":"

define targetPoint to render connector targetPoint

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#targetpointx"},"targetPointY":{"name":"targetPointY","description":"

define targetPoint to render connector targetPoint

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#targetpointy"}},"CrudAction":{"create":{"name":"create","description":"

set an URL to add a data into database

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/crudAction#create"},"customFields":{"name":"customFields","description":"

Add custom fields to node

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/diagram/crudAction#customfields"},"destroy":{"name":"destroy","description":"

set an URL to remove an data in database

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/crudAction#destroy"},"read":{"name":"read","description":"

set an URL to get a data from database

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/crudAction#read"},"update":{"name":"update","description":"

set an URL to update the existing data in database

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/crudAction#update"}},"DataSource":{"connectionDataSource":{"name":"connectionDataSource","description":"

define connectorDataSource collection

\n","type":"ConnectionDataSourceModel","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#connectiondatasource"},"crudAction":{"name":"crudAction","description":"

Add CrudAction to data source

\n","type":"CrudActionModel","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#crudaction"},"dataManager":{"name":"dataManager","description":"

Sets the data source either as a collection of objects or as an URL of DataManager

\n","type":"DataManager","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#datamanager"},"dataMapSettings":{"name":"dataMapSettings","description":"

A collection of JSON objects where each object represents an Data Map Items.

\n","type":"DataMappingItemsModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#datamapsettings"},"dataSource":{"name":"dataSource","description":"

Sets the data source either as a collection of objects or as an URL of DataManager

\n","type":"DataManager","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#datasource"},"doBinding":{"name":"doBinding","description":"

Binds the custom data with node model

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#dobinding"},"id":{"name":"id","description":"

Sets the unique id of the data source items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#id"},"parentId":{"name":"parentId","description":"

Sets the unique id that defines the relationship between the data source items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#parentid"},"root":{"name":"root","description":"

Sets the unique id of the root data source item

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#root"}},"Gridlines":{"lineColor":{"name":"lineColor","description":"

Sets the line color of gridlines

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridlines#linecolor"},"lineDashArray":{"name":"lineDashArray","description":"

Defines the pattern of dashes and gaps used to stroke horizontal grid lines

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridlines#linedasharray"},"lineIntervals":{"name":"lineIntervals","description":"

A pattern of lines and gaps that defines a set of horizontal/vertical gridlines

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/diagram/gridlines#lineintervals"},"snapIntervals":{"name":"snapIntervals","description":"

Specifies a set of intervals to snap the objects

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/diagram/gridlines#snapintervals"}},"SnapSettings":{"constraints":{"name":"constraints","description":"

Constraints for gridlines and snapping

\n
    \n
  • None - Snapping does not happen
  • \n
  • ShowHorizontalLines - Displays only the horizontal gridlines in diagram.
  • \n
  • ShowVerticalLines - Displays only the Vertical gridlines in diagram.
  • \n
  • ShowLines - Display both Horizontal and Vertical gridlines.
  • \n
  • SnapToHorizontalLines - Enables the object to snap only with horizontal gridlines.
  • \n
  • SnapToVerticalLines - Enables the object to snap only with horizontal gridlines.
  • \n
  • SnapToLines - Enables the object to snap with both horizontal and Vertical gridlines.
  • \n
  • snapToObject - Enables the object to snap with the other objects in the diagram.
  • \n
\n","type":"SnapConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/snapSettings#constraints"},"horizontalGridlines":{"name":"horizontalGridlines","description":"

Defines the horizontal gridlines

\n","type":"GridlinesModel","link":"//ej2.syncfusion.com/documentation/api/diagram/snapSettings#horizontalgridlines"},"snapAngle":{"name":"snapAngle","description":"

Defines the angle by which the object needs to be snapped

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/snapSettings#snapangle"},"snapObjectDistance":{"name":"snapObjectDistance","description":"

Sets the minimum distance between the selected object and the nearest object

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/snapSettings#snapobjectdistance"},"verticalGridlines":{"name":"verticalGridlines","description":"

Defines the vertical gridlines

\n","type":"GridlinesModel","link":"//ej2.syncfusion.com/documentation/api/diagram/snapSettings#verticalgridlines"}},"Command":{"canExecute":{"name":"canExecute","description":"

Check the command is executable at the moment or not

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/command#canexecute"},"execute":{"name":"execute","description":"

Defines what to be executed when the key combination is recognized

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/command#execute"},"gesture":{"name":"gesture","description":"

Defines a combination of keys and key modifiers, on recognition of which the command will be executed

\n","type":"KeyGestureModel","link":"//ej2.syncfusion.com/documentation/api/diagram/command#gesture"},"name":{"name":"name","description":"

Defines the name of the command

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/command#name"},"parameter":{"name":"parameter","description":"

Defines any additional parameters that are required at runtime

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/command#parameter"}},"CommandManager":{"commands":{"name":"commands","description":"

Stores the multiple command names with the corresponding command objects

\n","type":"CommandModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/commandManager#commands"}},"KeyGesture":{"key":{"name":"key","description":"

Sets the key value, on recognition of which the command will be executed.

\n
    \n
  • none - no key
  • \n
  • Number0 = The 0 key
  • \n
  • Number1 = The 1 key
  • \n
  • Number2 = The 2 key
  • \n
  • Number3 = The 3 key
  • \n
  • Number4 = The 4 key
  • \n
  • Number5 = The 5 key
  • \n
  • Number6 = The 6 key
  • \n
  • Number7 = The 7 key
  • \n
  • Number8 = The 8 key
  • \n
  • Number9 = The 9 key
  • \n
  • Number0 = The 0 key
  • \n
  • BackSpace = The BackSpace key
  • \n
  • F1 = The f1 key
  • \n
  • F2 = The f2 key
  • \n
  • F3 = The f3 key
  • \n
  • F4 = The f4 key
  • \n
  • F5 = The f5 key
  • \n
  • F6 = The f6 key
  • \n
  • F7 = The f7 key
  • \n
  • F8 = The f8 key
  • \n
  • F9 = The f9 key
  • \n
  • F10 = The f10 key
  • \n
  • F11 = The f11 key
  • \n
  • F12 = The f12 key
  • \n
  • A = The a key
  • \n
  • B = The b key
  • \n
  • C = The c key
  • \n
  • D = The d key
  • \n
  • E = The e key
  • \n
  • F = The f key
  • \n
  • G = The g key
  • \n
  • H = The h key
  • \n
  • I = The i key
  • \n
  • J = The j key
  • \n
  • K = The k key
  • \n
  • L = The l key
  • \n
  • M = The m key
  • \n
  • N = The n key
  • \n
  • O = The o key
  • \n
  • P = The p key
  • \n
  • Q = The q key
  • \n
  • R = The r key
  • \n
  • S = The s key
  • \n
  • T = The t key
  • \n
  • U = The u key
  • \n
  • V = The v key
  • \n
  • W = The w key
  • \n
  • X = The x key
  • \n
  • Y = The y key
  • \n
  • Z = The z key
  • \n
  • Left = The left key
  • \n
  • Right = The right key
  • \n
  • Top = The top key
  • \n
  • Bottom = The bottom key
  • \n
  • Escape = The Escape key
  • \n
  • Tab = The tab key
  • \n
  • Delete = The delete key
  • \n
  • Enter = The enter key
  • \n
  • The Space key
  • \n
  • The page up key
  • \n
  • The page down key
  • \n
  • The end key
  • \n
  • The home key
  • \n
  • The Minus
  • \n
  • The Plus
  • \n
  • The Star
  • \n
\n","type":"Keys","link":"//ej2.syncfusion.com/documentation/api/diagram/keyGesture#key"},"keyModifiers":{"name":"keyModifiers","description":"

Sets a combination of key modifiers, on recognition of which the command will be executed.

\n
    \n
  • None - no modifiers are pressed
  • \n
  • Control - ctrl key
  • \n
  • Meta - meta key im mac
  • \n
  • Alt - alt key
  • \n
  • Shift - shift key
  • \n
\n","type":"KeyModifiers","link":"//ej2.syncfusion.com/documentation/api/diagram/keyGesture#keymodifiers"}},"Layer":{"addInfo":{"name":"addInfo","description":"

Defines the description of the layer

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#addinfo"},"id":{"name":"id","description":"

Defines the id of a diagram layer

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#id"},"lock":{"name":"lock","description":"

Enables or disables editing objects in a particular layer

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#lock"},"objects":{"name":"objects","description":"

Defines the collection of the objects that are added to a particular layer

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#objects"},"visible":{"name":"visible","description":"

Enables or disables the visibility of objects in a particular layer

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#visible"},"zIndex":{"name":"zIndex","description":"

Defines the zOrder of the layer

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#zindex"}},"Background":{"align":{"name":"align","description":"

Defines how to align the background image over the diagram area.

\n
    \n
  • None - Alignment value will be set as none
  • \n
  • XMinYMin - smallest X value of the view port and smallest Y value of the view port
  • \n
  • XMidYMin - midpoint X value of the view port and smallest Y value of the view port
  • \n
  • XMaxYMin - maximum X value of the view port and smallest Y value of the view port
  • \n
  • XMinYMid - smallest X value of the view port and midpoint Y value of the view port
  • \n
  • XMidYMid - midpoint X value of the view port and midpoint Y value of the view port
  • \n
  • XMaxYMid - maximum X value of the view port and midpoint Y value of the view port
  • \n
  • XMinYMax - smallest X value of the view port and maximum Y value of the view port
  • \n
  • XMidYMax - midpoint X value of the view port and maximum Y value of the view port
  • \n
  • XMaxYMax - maximum X value of the view port and maximum Y value of the view port
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/background#align"},"color":{"name":"color","description":"

Defines the background color of diagram

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/background#color"},"scale":{"name":"scale","description":"

Defines how the background image should be scaled/stretched

\n
    \n
  • None - Scale value will be set as None for the image
  • \n
  • Meet - Scale value Meet will be set for the image
  • \n
  • Slice - Scale value Slice will be set for the image
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/background#scale"},"source":{"name":"source","description":"

Defines the source of the background image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/background#source"}},"ScrollSettings":{"autoScrollBorder":{"name":"autoScrollBorder","description":"

Defines the maximum distance to be left between the object and the scroll bar to trigger auto scrolling

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#autoscrollborder"},"canAutoScroll":{"name":"canAutoScroll","description":"

Enables or Disables the auto scroll option

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#canautoscroll"},"currentZoom":{"name":"currentZoom","description":"

Defines the currentZoom value of diagram

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#currentzoom"},"horizontalOffset":{"name":"horizontalOffset","description":"

Defines horizontal offset of the scroller

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#horizontaloffset"},"maxZoom":{"name":"maxZoom","description":"

Defines the maximum zoom value of the scroller

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#maxzoom"},"minZoom":{"name":"minZoom","description":"

Defines the minimum zoom value of the diagram

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#minzoom"},"padding":{"name":"padding","description":"

Defines the maximum distance to be left between the object and the edge of the page.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#padding"},"scrollLimit":{"name":"scrollLimit","description":"

Defines the scrollable region of diagram.

\n
    \n
  • Diagram - Enables scrolling to view the diagram content
  • \n
  • Infinity - Diagram will be extended, when we try to scroll the diagram
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#scrolllimit"},"scrollableArea":{"name":"scrollableArea","description":"

Defines the scrollable area of diagram. Applicable, if the scroll limit is “limited”.

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#scrollablearea"},"verticalOffset":{"name":"verticalOffset","description":"

Defines vertical offset of the scroller

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#verticaloffset"},"viewPortHeight":{"name":"viewPortHeight","description":"

Allows to read the viewport height of the diagram

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#viewportheight"},"viewPortWidth":{"name":"viewPortWidth","description":"

Allows to read the viewport width of the diagram

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#viewportwidth"}},"DiagramRuler":{"arrangeTick":{"name":"arrangeTick","description":"

Defines the method which is used to position and arrange the tick elements of the ruler.

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#arrangetick"},"interval":{"name":"interval","description":"

Defines the number of intervals to be present on each segment of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#interval"},"markerColor":{"name":"markerColor","description":"

Defines the color of the ruler marker brush.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#markercolor"},"orientation":{"name":"orientation","description":"

Defines the orientation of the ruler

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#orientation"},"segmentWidth":{"name":"segmentWidth","description":"

Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#segmentwidth"},"thickness":{"name":"thickness","description":"

Defines the height of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#thickness"},"tickAlignment":{"name":"tickAlignment","description":"

Defines and sets the tick alignment of the ruler scale.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#tickalignment"}},"RulerSettings":{"dynamicGrid":{"name":"dynamicGrid","description":"

Updates the gridlines relative to the ruler ticks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/rulerSettings#dynamicgrid"},"horizontalRuler":{"name":"horizontalRuler","description":"

Defines the appearance of horizontal ruler

\n","type":"DiagramRulerModel","link":"//ej2.syncfusion.com/documentation/api/diagram/rulerSettings#horizontalruler"},"showRulers":{"name":"showRulers","description":"

Enables or disables both horizontal and vertical ruler.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/rulerSettings#showrulers"},"verticalRuler":{"name":"verticalRuler","description":"

Defines the appearance of vertical ruler

\n","type":"DiagramRulerModel","link":"//ej2.syncfusion.com/documentation/api/diagram/rulerSettings#verticalruler"}},"SerializationSettings":{"preventDefaults":{"name":"preventDefaults","description":"

Enables or Disables serialization of default values.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/serializationSettings#preventdefaults"}},"CommandHandler":{"initExpand":{"name":"initExpand","description":"

initExpand is used for layout expand and collapse interaction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/commandHandler#initexpand"},"updatePathElementOffset":{"name":"updatePathElementOffset","description":"

Update Path Element offset

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/commandHandler#updatepathelementoffset"}},"ConnectorEditing":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorEditing#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorEditing#checkpropertyvalue"}},"DiagramEventHandler":{"addSwimLaneObject":{"name":"addSwimLaneObject","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramEventHandler#addswimlaneobject"},"mouseDown":{"name":"mouseDown","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramEventHandler#mousedown"}},"LineRouting":{},"DiagramScroller":{},"UserHandle":{"backgroundColor":{"name":"backgroundColor","description":"

Defines the background color of user Handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#backgroundcolor"},"borderColor":{"name":"borderColor","description":"

Defines the borderColor of user Handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#bordercolor"},"borderWidth":{"name":"borderWidth","description":"

Defines the borderWidth of user Handle

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#borderwidth"},"content":{"name":"content","description":"

Defines the custom content of the user handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#content"},"displacement":{"name":"displacement","description":"

Defines the displacement of user Handle

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#displacement"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Defines the horizontal alignment of the user handle

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#horizontalalignment"},"margin":{"name":"margin","description":"

Defines the margin of the user handle

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#margin"},"name":{"name":"name","description":"

Defines the name of user Handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#name"},"offset":{"name":"offset","description":"

Defines the offset of user Handle

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#offset"},"pathColor":{"name":"pathColor","description":"

Defines the path color of user Handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#pathcolor"},"pathData":{"name":"pathData","description":"

Defines the path data of user Handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#pathdata"},"side":{"name":"side","description":"

Defines the position of user Handle

\n
    \n
  • Top - Aligns the user handles at the top of an object
  • \n
  • Bottom - Aligns the user handles at the bottom of an object
  • \n
  • Left - Aligns the user handles at the left of an object
  • \n
  • Right - Aligns the user handles at the right of an object
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#side"},"size":{"name":"size","description":"

Defines the size of user Handle

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#size"},"source":{"name":"source","description":"

Defines the image source of the user handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#source"},"verticalAlignment":{"name":"verticalAlignment","description":"

Defines the vertical alignment of the user handle

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#verticalalignment"},"visible":{"name":"visible","description":"

Defines the visible of user Handle

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#visible"}},"SpatialSearch":{},"ConnectTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connectTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/connectTool#checkpropertyvalue"}},"ConnectorDrawingTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorDrawingTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorDrawingTool#checkpropertyvalue"}},"ExpandTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/expandTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/expandTool#checkpropertyvalue"}},"LabelDragTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/labelDragTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/labelDragTool#checkpropertyvalue"}},"LabelResizeTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/labelResizeTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/labelResizeTool#checkpropertyvalue"}},"LabelRotateTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/labelRotateTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/labelRotateTool#checkpropertyvalue"}},"LabelTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/labelTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/labelTool#checkpropertyvalue"}},"MoveTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/moveTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/moveTool#checkpropertyvalue"}},"NodeDrawingTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeDrawingTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeDrawingTool#checkpropertyvalue"}},"PolyLineDrawingTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/polyLineDrawingTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/polyLineDrawingTool#checkpropertyvalue"}},"PolygonDrawingTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/polygonDrawingTool#prevposition"},"startPoint":{"name":"startPoint","description":"","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/polygonDrawingTool#startpoint"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/polygonDrawingTool#checkpropertyvalue"}},"ResizeTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/resizeTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/resizeTool#checkpropertyvalue"}},"RotateTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/rotateTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/rotateTool#checkpropertyvalue"}},"SelectTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/selectTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/selectTool#checkpropertyvalue"}},"TextDrawingTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/textDrawingTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textDrawingTool#checkpropertyvalue"}},"ToolBase":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/toolBase#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/toolBase#checkpropertyvalue"}},"ZoomPanTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/zoomPanTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/zoomPanTool#checkpropertyvalue"}},"ComplexHierarchicalTree":{"getLayoutNodesCollection":{"name":"getLayoutNodesCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/complexHierarchicalTree#getlayoutnodescollection"}},"HierarchicalTree":{"isAnimation":{"name":"isAnimation","description":"

Defines the layout animation

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/hierarchicalTree#isanimation"}},"Layout":{"bounds":{"name":"bounds","description":"

Aligns the layout within the given bounds

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#bounds"},"connectionDirection":{"name":"connectionDirection","description":"

Sets how to define the connection direction (first segment direction & last segment direction).

\n
    \n
  • Auto - Defines the first segment direction based on the type of the layout
  • \n
  • Orientation - Defines the first segment direction based on the orientation of the layout
  • \n
  • Custom - Defines the first segment direction dynamically by the user
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#connectiondirection"},"connectorSegments":{"name":"connectorSegments","description":"

Sets whether the segments have to be customized based on the layout or not

\n
    \n
  • Default - Routes the connectors like a default diagram
  • \n
  • Layout - Routes the connectors based on the type of the layout
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#connectorsegments"},"enableAnimation":{"name":"enableAnimation","description":"

Enables/Disables animation option when a node is expanded/collapsed

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#enableanimation"},"fixedNode":{"name":"fixedNode","description":"

Sets the name of the node with respect to which all other nodes will be translated

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#fixednode"},"getBranch":{"name":"getBranch","description":"

Defines whether an object should be at the left/right of the mind map. Applicable only for the direct children of the root node

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#getbranch"},"getLayoutInfo":{"name":"getLayoutInfo","description":"

getLayoutInfo is used to configure every subtree of the organizational chart

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#getlayoutinfo"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Defines how the layout has to be horizontally aligned

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#horizontalalignment"},"horizontalSpacing":{"name":"horizontalSpacing","description":"

Sets the space that has to be horizontally left between the nodes

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#horizontalspacing"},"layoutInfo":{"name":"layoutInfo","description":"

getLayoutInfo is used to configure every subtree of the organizational chart

\n","type":"TreeInfo","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#layoutinfo"},"margin":{"name":"margin","description":"
    \n
  • Defines the space between the viewport and the layout
  • \n
\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#margin"},"maxIteration":{"name":"maxIteration","description":"

Sets the Maximum no of iteration of the symmetrical layout

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#maxiteration"},"orientation":{"name":"orientation","description":"

Defines the orientation of layout

\n
    \n
  • TopToBottom - Renders the layout from top to bottom
  • \n
  • BottomToTop - Renders the layout from bottom to top
  • \n
  • LeftToRight - Renders the layout from left to right
  • \n
  • RightToLeft - Renders the layout from right to left
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#orientation"},"root":{"name":"root","description":"

Defines the root of the hierarchical tree layout

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#root"},"springFactor":{"name":"springFactor","description":"

Defines the Edge attraction and vertex repulsion forces, i.e., the more sibling nodes repel each other

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#springfactor"},"springLength":{"name":"springLength","description":"

Sets how long edges should be, ideally of the symmetrical layout

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#springlength"},"type":{"name":"type","description":"

Defines the type of the layout

\n
    \n
  • None - None of the layouts is applied
  • \n
  • HierarchicalTree - Defines the type of the layout as Hierarchical Tree
  • \n
  • OrganizationalChart - Defines the type of the layout as Organizational Chart
  • \n
  • ComplexHierarchicalTree - Defines the type of the layout as complex HierarchicalTree
  • \n
  • RadialTree - Defines the type of the layout as Radial tree
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#type"},"verticalAlignment":{"name":"verticalAlignment","description":"

Defines how the layout has to be vertically aligned

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#verticalalignment"},"verticalSpacing":{"name":"verticalSpacing","description":"

Sets the space that has to be Vertically left between the nodes

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#verticalspacing"}},"MindMap":{"isAnimation":{"name":"isAnimation","description":"

Defines the layout animation

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/mindMap#isanimation"}},"RadialTree":{},"GraphForceNode":{},"GraphLayoutManager":{},"SymmetricLayout":{},"Hyperlink":{"color":{"name":"color","description":"

Sets the fill color of the hyperlink

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/hyperlink#color"},"content":{"name":"content","description":"

Defines the content for hyperlink

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/hyperlink#content"},"link":{"name":"link","description":"

Defines the link for hyperlink

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/hyperlink#link"},"textDecoration":{"name":"textDecoration","description":"

Defines how the link should be decorated. For example, with underline/over line

\n
    \n
  • Overline - Decorates the text with a line above the text
  • \n
  • Underline - Decorates the text with an underline
  • \n
  • LineThrough - Decorates the text by striking it with a line
  • \n
  • None - Text will not have any specific decoration
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/hyperlink#textdecoration"}},"PathAnnotation":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about an annotation

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#addinfo"},"alignment":{"name":"alignment","description":"

Sets the segment alignment of annotation

\n
    \n
  • Center - Aligns the annotation at the center of a connector segment
  • \n
  • Before - Aligns the annotation before a connector segment
  • \n
  • After - Aligns the annotation after a connector segment
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#alignment"},"constraints":{"name":"constraints","description":"

Enables or disables the default behaviors of the label.

\n
    \n
  • ReadOnly - Enables/Disables the ReadOnly Constraints
  • \n
  • InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
  • \n
\n","type":"AnnotationConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#constraints"},"content":{"name":"content","description":"

Sets the textual description of the node/connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#content"},"displacement":{"name":"displacement","description":"

Sets the displacement of an annotation from its actual position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#displacement"},"dragLimit":{"name":"dragLimit","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#draglimit"},"height":{"name":"height","description":"

Sets the height of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontal alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#horizontalalignment"},"hyperlink":{"name":"hyperlink","description":"

Sets the hyperlink of the label

\n","type":"HyperlinkModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#hyperlink"},"id":{"name":"id","description":"

Defines the unique id of the annotation

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#id"},"margin":{"name":"margin","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#margin"},"offset":{"name":"offset","description":"

Sets the segment offset of annotation

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#offset"},"rotateAngle":{"name":"rotateAngle","description":"

Sets the rotate angle of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#rotateangle"},"segmentAngle":{"name":"segmentAngle","description":"

Enable/Disable the angle based on the connector segment

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#segmentangle"},"style":{"name":"style","description":"

Defines the appearance of the text

\n","type":"TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#style"},"template":{"name":"template","description":"

Sets the textual description of the node/connector

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#template"},"type":{"name":"type","description":"

Sets the type of the annotation

\n
    \n
  • Shape - Sets the annotation type as Shape
  • \n
  • Path - Sets the annotation type as Path
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#type"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the vertical alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#verticalalignment"},"visibility":{"name":"visibility","description":"

Defines the visibility of the label

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#visibility"},"width":{"name":"width","description":"

Sets the width of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#width"}},"ShapeAnnotation":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about an annotation

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#addinfo"},"constraints":{"name":"constraints","description":"

Enables or disables the default behaviors of the label.

\n
    \n
  • ReadOnly - Enables/Disables the ReadOnly Constraints
  • \n
  • InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
  • \n
\n","type":"AnnotationConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#constraints"},"content":{"name":"content","description":"

Sets the textual description of the node/connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#content"},"dragLimit":{"name":"dragLimit","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#draglimit"},"height":{"name":"height","description":"

Sets the height of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontal alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#horizontalalignment"},"hyperlink":{"name":"hyperlink","description":"

Sets the hyperlink of the label

\n","type":"HyperlinkModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#hyperlink"},"id":{"name":"id","description":"

Defines the unique id of the annotation

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#id"},"margin":{"name":"margin","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#margin"},"offset":{"name":"offset","description":"

Sets the position of the annotation with respect to its parent bounds

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#offset"},"rotateAngle":{"name":"rotateAngle","description":"

Sets the rotate angle of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#rotateangle"},"style":{"name":"style","description":"

Defines the appearance of the text

\n","type":"TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#style"},"template":{"name":"template","description":"

Sets the textual description of the node/connector

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#template"},"type":{"name":"type","description":"

Sets the type of the annotation

\n
    \n
  • Shape - Sets the annotation type as Shape
  • \n
  • Path - Sets the annotation type as Path
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#type"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the vertical alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#verticalalignment"},"visibility":{"name":"visibility","description":"

Defines the visibility of the label

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#visibility"},"width":{"name":"width","description":"

Sets the width of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#width"}},"BpmnDiagrams":{},"ActivityFlow":{"exceptionFlowHeight":{"name":"exceptionFlowHeight","description":"

Defines the height of the exception flow.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/activityFlow#exceptionflowheight"},"flow":{"name":"flow","description":"

Defines the type of the UMLActivity flows\nObject - Sets the type of the UMLActivity Flow as Object\nControl - Sets the type of the UMLActivity Flow as Control\nException - Sets the type of the UMLActivity Flow as Exception

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/activityFlow#flow"},"type":{"name":"type","description":"

Defines the application specific type of connector

\n
    \n
  • Bpmn - Sets the type of the connection shape as Bpmn
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/activityFlow#type"}},"BezierSegment":{"allowDrag":{"name":"allowDrag","description":"

Defines the segment to be drag or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#allowdrag"},"point":{"name":"point","description":"

Sets the end point of the connector segment

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#point"},"point1":{"name":"point1","description":"

Sets the first control point of the connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#point1"},"point2":{"name":"point2","description":"

Sets the second control point of the connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#point2"},"type":{"name":"type","description":"

Defines the type of the segment

\n
    \n
  • Straight - Sets the segment type as Straight
  • \n
  • Orthogonal - Sets the segment type as Orthogonal
  • \n
  • Bezier - Sets the segment type as Bezier
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#type"},"vector1":{"name":"vector1","description":"

Defines the length and angle between the source point and the first control point of the diagram

\n","type":"VectorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#vector1"},"vector2":{"name":"vector2","description":"

Defines the length and angle between the target point and the second control point of the diagram

\n","type":"VectorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#vector2"}},"BpmnFlow":{"association":{"name":"association","description":"

Sets the type of the Bpmn association flows

\n
    \n
  • Default - Sets the type of Association flow as Default
  • \n
  • Directional - Sets the type of Association flow as Directional
  • \n
  • BiDirectional - Sets the type of Association flow as BiDirectional
  • \n
  • @default 'Default'
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnFlow#association"},"flow":{"name":"flow","description":"

Sets the type of the Bpmn flows

\n
    \n
  • Sequence - Sets the type of the Bpmn Flow as Sequence
  • \n
  • Association - Sets the type of the Bpmn Flow as Association
  • \n
  • Message - Sets the type of the Bpmn Flow as Message
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnFlow#flow"},"message":{"name":"message","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnFlow#message"},"sequence":{"name":"sequence","description":"

Sets the type of the Bpmn Sequence flows

\n
    \n
  • Default - Sets the type of the sequence flow as Default
  • \n
  • Normal - Sets the type of the sequence flow as Normal
  • \n
  • Conditional - Sets the type of the sequence flow as Conditional
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnFlow#sequence"},"type":{"name":"type","description":"

Defines the application specific type of connector

\n
    \n
  • Bpmn - Sets the type of the connection shape as Bpmn
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnFlow#type"}},"ClassifierMultiplicity":{"source":{"name":"source","description":"

Defines the type of the Classifier Multiplicity

\n","type":"MultiplicityLabelModel","link":"//ej2.syncfusion.com/documentation/api/diagram/classifierMultiplicity#source"},"target":{"name":"target","description":"

Defines the type of the Classifier Multiplicity

\n","type":"MultiplicityLabelModel","link":"//ej2.syncfusion.com/documentation/api/diagram/classifierMultiplicity#target"},"type":{"name":"type","description":"

Defines the type of the Classifier Multiplicity

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/classifierMultiplicity#type"}},"Connector":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about a node/connector

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#addinfo"},"annotations":{"name":"annotations","description":"","type":"PathAnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#annotations"},"bridgeSpace":{"name":"bridgeSpace","description":"

Defines the bridgeSpace of connector

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#bridgespace"},"collapseIcon":{"name":"collapseIcon","description":"

Defines the collapsed state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#collapseicon"},"constraints":{"name":"constraints","description":"

Defines the constraints of connector

\n
    \n
  • None - Interaction of the connectors cannot be done.
  • \n
  • Select - Selects the connector.
  • \n
  • Delete - Delete the connector.
  • \n
  • Drag - Drag the connector.
  • \n
  • DragSourceEnd - Drag the source end of the connector.
  • \n
  • DragTargetEnd - Drag the target end of the connector.
  • \n
  • DragSegmentThump - Drag the segment thumb of the connector.
  • \n
  • AllowDrop - Allow to drop a node.
  • \n
  • Bridging - Creates bridge on intersection of two connectors.
  • \n
  • InheritBridging - Creates bridge on intersection of two connectors.
  • \n
  • PointerEvents - Sets the pointer events.
  • \n
  • Tooltip - Displays a tooltip for the connectors.
  • \n
  • InheritToolTip - Displays a tooltip for the connectors.
  • \n
  • Interaction - Features of the connector used for interaction.
  • \n
  • ReadOnly - Enables ReadOnly
  • \n
\n","type":"ConnectorConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#constraints"},"cornerRadius":{"name":"cornerRadius","description":"

Sets the corner radius of the connector

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#cornerradius"},"excludeFromLayout":{"name":"excludeFromLayout","description":"

Defines whether the node should be automatically positioned or not. Applicable, if layout option is enabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#excludefromlayout"},"expandIcon":{"name":"expandIcon","description":"

Defines the expanded state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#expandicon"},"flip":{"name":"flip","description":"

Flip the element in Horizontal/Vertical directions

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#flip"},"hitPadding":{"name":"hitPadding","description":"

Sets the connector padding value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#hitpadding"},"id":{"name":"id","description":"

Represents the unique id of nodes/connectors

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#id"},"isExpanded":{"name":"isExpanded","description":"

Defines whether the node is expanded or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#isexpanded"},"margin":{"name":"margin","description":"

Defines the space to be left between the node and its immediate parent

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#margin"},"ports":{"name":"ports","description":"

Defines the collection of connection points of nodes/connectors

\n","type":"PointPortModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#ports"},"segments":{"name":"segments","description":"

Defines the segments

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#segments"},"shape":{"name":"shape","description":"

Defines the shape of the connector

\n","type":"ConnectorShapeModel|BpmnFlowModel|RelationShipModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#shape"},"sourceDecorator":{"name":"sourceDecorator","description":"

Defines the source decorator of the connector

\n","type":"DecoratorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#sourcedecorator"},"sourceID":{"name":"sourceID","description":"

Sets the source node/connector object of the connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#sourceid"},"sourcePadding":{"name":"sourcePadding","description":"

Sets the source padding of the connector

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#sourcepadding"},"sourcePoint":{"name":"sourcePoint","description":"

Sets the beginning point of the connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#sourcepoint"},"sourcePortID":{"name":"sourcePortID","description":"

Sets the unique id of the source port of the connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#sourceportid"},"style":{"name":"style","description":"

Defines the appearance of the connection path

\n","type":"StrokeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#style"},"targetDecorator":{"name":"targetDecorator","description":"

Defines the target decorator of the connector

\n","type":"DecoratorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#targetdecorator"},"targetID":{"name":"targetID","description":"

Sets the target node/connector object of the connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#targetid"},"targetPadding":{"name":"targetPadding","description":"

Sets the target padding of the connector

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#targetpadding"},"targetPoint":{"name":"targetPoint","description":"

Sets the end point of the connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#targetpoint"},"targetPortID":{"name":"targetPortID","description":"

Sets the unique id of the target port of the connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#targetportid"},"tooltip":{"name":"tooltip","description":"

defines the tooltip for the connector

\n","type":"DiagramTooltipModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#tooltip"},"type":{"name":"type","description":"

specifies the type of the connector line. They are

\n
    \n
  • Smooth
  • \n
  • Line
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/connector#type"},"visible":{"name":"visible","description":"

Sets the visibility of the node/connector

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#visible"},"wrapper":{"name":"wrapper","description":"

Defines the UI of the connector

\n","type":"Container","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#wrapper"},"zIndex":{"name":"zIndex","description":"

Defines the visual order of the node/connector in DOM

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#zindex"},"color":{"name":"color","description":"

Color of the connector line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/connector#color"},"dashArray":{"name":"dashArray","description":"

dashArray of the connector line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/connector#dasharray"},"length":{"name":"length","description":"

Length of the connector line in pixels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/connector#length"},"width":{"name":"width","description":"

Width of the connector line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/connector#width"}},"ConnectorSegment":{"allowDrag":{"name":"allowDrag","description":"

Defines the segment to be drag or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorSegment#allowdrag"},"type":{"name":"type","description":"

Defines the type of the segment

\n
    \n
  • Straight - Sets the segment type as Straight
  • \n
  • Orthogonal - Sets the segment type as Orthogonal
  • \n
  • Bezier - Sets the segment type as Bezier
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorSegment#type"}},"ConnectorShape":{"type":{"name":"type","description":"

Defines the application specific type of connector

\n
    \n
  • Bpmn - Sets the type of the connection shape as Bpmn
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorShape#type"}},"Decorator":{"height":{"name":"height","description":"

Sets the height of the decorator

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#height"},"pathData":{"name":"pathData","description":"

Defines the geometry of the decorator shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#pathdata"},"pivot":{"name":"pivot","description":"

Defines the position of the decorator with respect to the source/target point of the connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#pivot"},"shape":{"name":"shape","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#shape"},"style":{"name":"style","description":"

Defines the appearance of the decorator

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#style"},"width":{"name":"width","description":"

Sets the width of the decorator

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#width"}},"MultiplicityLabel":{"lowerBounds":{"name":"lowerBounds","description":"

Defines the type of the Classifier Multiplicity

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/multiplicityLabel#lowerbounds"},"optional":{"name":"optional","description":"

Defines the type of the Classifier Multiplicity

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/multiplicityLabel#optional"},"upperBounds":{"name":"upperBounds","description":"

Defines the type of the Classifier Multiplicity

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/multiplicityLabel#upperbounds"}},"OrthogonalSegment":{"allowDrag":{"name":"allowDrag","description":"

Defines the segment to be drag or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/orthogonalSegment#allowdrag"},"direction":{"name":"direction","description":"

Sets the direction of orthogonal segment

\n
    \n
  • Left - Sets the direction type as Left
  • \n
  • Right - Sets the direction type as Right
  • \n
  • Top - Sets the direction type as Top
  • \n
  • Bottom - Sets the direction type as Bottom
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/orthogonalSegment#direction"},"length":{"name":"length","description":"

Defines the length of orthogonal segment

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/orthogonalSegment#length"},"type":{"name":"type","description":"

Defines the type of the segment

\n
    \n
  • Straight - Sets the segment type as Straight
  • \n
  • Orthogonal - Sets the segment type as Orthogonal
  • \n
  • Bezier - Sets the segment type as Bezier
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/orthogonalSegment#type"}},"RelationShip":{"associationType":{"name":"associationType","description":"

Defines the association direction

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/relationShip#associationtype"},"multiplicity":{"name":"multiplicity","description":"

Defines the type of the Classifier Multiplicity

\n","type":"ClassifierMultiplicityModel","link":"//ej2.syncfusion.com/documentation/api/diagram/relationShip#multiplicity"},"relationship":{"name":"relationship","description":"

Defines the association direction

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/relationShip#relationship"},"type":{"name":"type","description":"

Defines the type of the UMLConnector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/relationShip#type"}},"StraightSegment":{"allowDrag":{"name":"allowDrag","description":"

Defines the segment to be drag or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/straightSegment#allowdrag"},"point":{"name":"point","description":"

Sets the end point of the connector segment

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/straightSegment#point"},"type":{"name":"type","description":"

Defines the type of the segment

\n
    \n
  • Straight - Sets the segment type as Straight
  • \n
  • Orthogonal - Sets the segment type as Orthogonal
  • \n
  • Bezier - Sets the segment type as Bezier
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/straightSegment#type"}},"Vector":{"angle":{"name":"angle","description":"

Defines the angle between the connector end point and control point of the bezier segment

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/vector#angle"},"distance":{"name":"distance","description":"

Defines the distance between the connector end point and control point of the bezier segment

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/vector#distance"}},"IconShape":{"borderColor":{"name":"borderColor","description":"

Sets the border color of an icon.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#bordercolor"},"borderWidth":{"name":"borderWidth","description":"

Defines the border width of the icon.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#borderwidth"},"content":{"name":"content","description":"

Defines the custom content of the icon

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#content"},"cornerRadius":{"name":"cornerRadius","description":"

Defines the corner radius of the icon border

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#cornerradius"},"fill":{"name":"fill","description":"

Sets the fill color of an icon.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#fill"},"height":{"name":"height","description":"

Defines the height of the icon.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Defines how the Icon has to be horizontally aligned.

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#horizontalalignment"},"margin":{"name":"margin","description":"

Defines the space that the icon has to be moved from its actual position

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#margin"},"offset":{"name":"offset","description":"

Defines the offset of the icon.

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#offset"},"padding":{"name":"padding","description":"

Defines the space that the icon has to be moved from the icon border

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#padding"},"pathData":{"name":"pathData","description":"

Defines the geometry of a path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#pathdata"},"shape":{"name":"shape","description":"

Defines the shape of the icon.\nNone\nMinus - sets the icon shape as minus\nPlus - sets the icon shape as Plus\nArrowUp - sets the icon shape as ArrowUp\nArrowDown - sets the icon shape as ArrowDown\nTemplate - sets the icon shape based on the given custom template\nPath - sets the icon shape based on the given custom Path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#shape"},"verticalAlignment":{"name":"verticalAlignment","description":"

Defines how the Icon has to be Vertically aligned.

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#verticalalignment"},"width":{"name":"width","description":"

Defines the width of the icon.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#width"}},"LayoutAnimation":{"expand":{"name":"expand","description":"

Layout expand function for animation of expand and collapse

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/layoutAnimation#expand"},"updateOpacity":{"name":"updateOpacity","description":"

update the node opacity for the node and connector once the layout animation starts

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/layoutAnimation#updateopacity"}},"BasicShape":{"cornerRadius":{"name":"cornerRadius","description":"

Sets the corner of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/basicShape#cornerradius"},"points":{"name":"points","description":"

Defines the collection of points to draw a polygon

\n","type":"PointModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/basicShape#points"},"shape":{"name":"shape","description":"

Defines the type of the basic shape

\n
    \n
  • Rectangle - Sets the type of the basic shape as Rectangle
  • \n
  • Ellipse - Sets the type of the basic shape as Ellipse
  • \n
  • Hexagon - Sets the type of the basic shape as Hexagon
  • \n
  • Parallelogram - Sets the type of the basic shape as Parallelogram
  • \n
  • Triangle - Sets the type of the basic shape as Triangle
  • \n
  • Plus - Sets the type of the basic shape as Plus
  • \n
  • Star - Sets the type of the basic shape as Star
  • \n
  • Pentagon - Sets the type of the basic shape as Pentagon
  • \n
  • Heptagon - Sets the type of the basic shape as Heptagon
  • \n
  • Octagon - Sets the type of the basic shape as Octagon
  • \n
  • Trapezoid - Sets the type of the basic shape as Trapezoid
  • \n
  • Decagon - Sets the type of the basic shape as Decagon
  • \n
  • RightTriangle - Sets the type of the basic shape as RightTriangle
  • \n
  • Cylinder - Sets the type of the basic shape as Cylinder
  • \n
  • Diamond - Sets the type of the basic shape as Diamond
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/basicShape#shape"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/basicShape#type"}},"BpmnActivity":{"activity":{"name":"activity","description":"

Defines the type of the activity

\n
    \n
  • None - Sets the type of the Bpmn Activity as None
  • \n
  • Task - Sets the type of the Bpmn Activity as Task
  • \n
  • SubProcess - Sets the type of the Bpmn Activity as SubProcess
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnActivity#activity"},"subProcess":{"name":"subProcess","description":"

Defines the type of the SubProcesses

\n","type":"BpmnSubProcessModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnActivity#subprocess"},"task":{"name":"task","description":"

Defines the BPMN task

\n","type":"BpmnTaskModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnActivity#task"}},"BpmnAnnotation":{"angle":{"name":"angle","description":"

Sets the angle between the bpmn shape and the annotation

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#angle"},"height":{"name":"height","description":"

Sets the height of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#height"},"id":{"name":"id","description":"

Sets the id of the BPMN sub event

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#id"},"length":{"name":"length","description":"

Sets the distance between the bpmn shape and the annotation

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#length"},"text":{"name":"text","description":"

Sets the text to annotate the bpmn shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#text"},"width":{"name":"width","description":"

Sets the width of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#width"}},"BpmnDataObject":{"collection":{"name":"collection","description":"

Sets whether the data object is a collection or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnDataObject#collection"},"type":{"name":"type","description":"

Defines the type of the BPMN data object

\n
    \n
  • None - Sets the type of the data object as None
  • \n
  • Input - Sets the type of the data object as Input
  • \n
  • Output - Sets the type of the data object as Output
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnDataObject#type"}},"BpmnEvent":{"event":{"name":"event","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnEvent#event"},"trigger":{"name":"trigger","description":"

Defines the type of the trigger

\n
    \n
  • None - Sets the type of the trigger as None
  • \n
  • Message - Sets the type of the trigger as Message
  • \n
  • Escalation - Sets the type of the trigger as Escalation
  • \n
  • Link - Sets the type of the trigger as Link
  • \n
  • Error - Sets the type of the trigger as Error
  • \n
  • Compensation - Sets the type of the trigger as Compensation
  • \n
  • Signal - Sets the type of the trigger as Signal
  • \n
  • Multiple - Sets the type of the trigger as Multiple
  • \n
  • Parallel - Sets the type of the trigger as Parallel
  • \n
  • Cancel - Sets the type of the trigger as Cancel
  • \n
  • Conditional - Sets the type of the trigger as Conditional
  • \n
  • Terminate - Sets the type of the trigger as Terminate
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnEvent#trigger"}},"BpmnGateway":{"type":{"name":"type","description":"

Defines the type of the BPMN Gateway

\n
    \n
  • None - Sets the type of the gateway as None
  • \n
  • Exclusive - Sets the type of the gateway as Exclusive
  • \n
  • Inclusive - Sets the type of the gateway as Inclusive
  • \n
  • Complex - Sets the type of the gateway as Complex
  • \n
  • EventBased - Sets the type of the gateway as EventBased
  • \n
  • ExclusiveEventBased - Sets the type of the gateway as ExclusiveEventBased
  • \n
  • ParallelEventBased - Sets the type of the gateway as ParallelEventBased
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnGateway#type"}},"BpmnShape":{"activity":{"name":"activity","description":"

Defines the type of the BPMN Activity shape

\n","type":"BpmnActivityModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#activity"},"annotation":{"name":"annotation","description":"

Defines the text of the bpmn annotation

\n","type":"BpmnAnnotationModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#annotation"},"annotations":{"name":"annotations","description":"

Defines the text of the bpmn annotation collection

\n","type":"BpmnAnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#annotations"},"dataObject":{"name":"dataObject","description":"

Defines the type of the BPMN DataObject shape

\n","type":"BpmnDataObjectModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#dataobject"},"event":{"name":"event","description":"

Defines the type of the BPMN Event shape

\n","type":"BpmnEventModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#event"},"gateway":{"name":"gateway","description":"

Defines the type of the BPMN Gateway shape

\n","type":"BpmnGatewayModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#gateway"},"shape":{"name":"shape","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#shape"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#type"}},"BpmnSubEvent":{"annotations":{"name":"annotations","description":"

Defines the collection of textual annotations of the sub events

\n","type":"ShapeAnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#annotations"},"event":{"name":"event","description":"

Sets the type of the BPMN Event

\n
    \n
  • Start - Sets the type of the Bpmn Event as Start
  • \n
  • Intermediate - Sets the type of the Bpmn Event as Intermediate
  • \n
  • End - Sets the type of the Bpmn Event as End
  • \n
  • NonInterruptingStart - Sets the type of the Bpmn Event as NonInterruptingStart
  • \n
  • NonInterruptingIntermediate - Sets the type of the Bpmn Event as NonInterruptingIntermediate
  • \n
  • ThrowingIntermediate - Sets the type of the Bpmn Event as ThrowingIntermediate
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#event"},"height":{"name":"height","description":"

Sets the height of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets how to horizontally align a node with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#horizontalalignment"},"id":{"name":"id","description":"

Sets the id of the BPMN sub event

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#id"},"margin":{"name":"margin","description":"

Defines the space to be left between the node and its immediate parent

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#margin"},"offset":{"name":"offset","description":"

Defines the position of the sub event

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#offset"},"ports":{"name":"ports","description":"

Defines the collection of connection points of the sub events

\n","type":"PointPortModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#ports"},"trigger":{"name":"trigger","description":"

Defines the type of the trigger

\n
    \n
  • None - Sets the type of the trigger as None
  • \n
  • Message - Sets the type of the trigger as Message
  • \n
  • Escalation - Sets the type of the trigger as Escalation
  • \n
  • Link - Sets the type of the trigger as Link
  • \n
  • Error - Sets the type of the trigger as Error
  • \n
  • Compensation - Sets the type of the trigger as Compensation
  • \n
  • Signal - Sets the type of the trigger as Signal
  • \n
  • Multiple - Sets the type of the trigger as Multiple
  • \n
  • Parallel - Sets the type of the trigger as Parallel
  • \n
  • Cancel - Sets the type of the trigger as Cancel
  • \n
  • Conditional - Sets the type of the trigger as Conditional
  • \n
  • Terminate - Sets the type of the trigger as Terminate
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#trigger"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets how to vertically align a node with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#verticalalignment"},"visible":{"name":"visible","description":"

Sets the visibility of the sub event

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#visible"},"width":{"name":"width","description":"

Sets the width of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#width"}},"BpmnSubProcess":{"adhoc":{"name":"adhoc","description":"

Defines whether the sub process is without any prescribed order or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#adhoc"},"boundary":{"name":"boundary","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#boundary"},"collapsed":{"name":"collapsed","description":"

Defines the whether the shape is collapsed or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#collapsed"},"compensation":{"name":"compensation","description":"

Defines the whether the task is triggered as a compensation of another task

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#compensation"},"events":{"name":"events","description":"","type":"BpmnSubEventModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#events"},"loop":{"name":"loop","description":"

Defines the type of the BPMNLoop

\n
    \n
  • None - Sets the type of the Bpmn loop as None
  • \n
  • Standard - Sets the type of the Bpmn loop as Standard
  • \n
  • ParallelMultiInstance - Sets the type of the Bpmn loop as ParallelMultiInstance
  • \n
  • SequenceMultiInstance - Sets the type of the Bpmn loop as SequenceMultiInstance
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#loop"},"processes":{"name":"processes","description":"

Defines the transaction sub process

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#processes"},"transaction":{"name":"transaction","description":"

Defines the transaction sub process

\n","type":"BpmnTransactionSubProcessModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#transaction"},"type":{"name":"type","description":"

Defines the type of the sub process

\n
    \n
  • None - Sets the type of the Sub process as None
  • \n
  • Transaction - Sets the type of the Sub process as Transaction
  • \n
  • Event - Sets the type of the Sub process as Event
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#type"}},"BpmnTask":{"call":{"name":"call","description":"

Sets whether the task is global or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTask#call"},"compensation":{"name":"compensation","description":"

Sets whether the task is triggered as a compensation of another specific activity

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTask#compensation"},"loop":{"name":"loop","description":"

Defines the type of the BPMN loops

\n
    \n
  • None - Sets the type of the Bpmn loop as None
  • \n
  • Standard - Sets the type of the Bpmn loop as Standard
  • \n
  • ParallelMultiInstance - Sets the type of the Bpmn loop as ParallelMultiInstance
  • \n
  • SequenceMultiInstance - Sets the type of the Bpmn loop as SequenceMultiInstance
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTask#loop"},"type":{"name":"type","description":"

Defines the type of the task

\n
    \n
  • None - Sets the type of the Bpmn Tasks as None
  • \n
  • Service - Sets the type of the Bpmn Tasks as Service
  • \n
  • Receive - Sets the type of the Bpmn Tasks as Receive
  • \n
  • Send - Sets the type of the Bpmn Tasks as Send
  • \n
  • InstantiatingReceive - Sets the type of the Bpmn Tasks as InstantiatingReceive
  • \n
  • Manual - Sets the type of the Bpmn Tasks as Manual
  • \n
  • BusinessRule - Sets the type of the Bpmn Tasks as BusinessRule
  • \n
  • User - Sets the type of the Bpmn Tasks as User
  • \n
  • Script - Sets the type of the Bpmn Tasks as Script
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTask#type"}},"BpmnTransactionSubProcess":{"cancel":{"name":"cancel","description":"

Defines the size and position of the cancel port

\n","type":"BpmnSubEventModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTransactionSubProcess#cancel"},"failure":{"name":"failure","description":"

Defines the size and position of the failure port

\n","type":"BpmnSubEventModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTransactionSubProcess#failure"},"success":{"name":"success","description":"

Defines the size and position of the success port

\n","type":"BpmnSubEventModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTransactionSubProcess#success"}},"ChildContainer":{"orientation":{"name":"orientation","description":"

Defines the type of the swimLane orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/childContainer#orientation"},"type":{"name":"type","description":"

Defines the type of the container

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/childContainer#type"}},"FlowShape":{"shape":{"name":"shape","description":"

Defines the type of the flow shape

\n
    \n
  • Process - Sets the type of the flow shape as Process
  • \n
  • Decision - Sets the type of the flow shape as Decision
  • \n
  • Document - Sets the type of the flow shape as Document
  • \n
  • PreDefinedProcess - Sets the type of the flow shape as PreDefinedProcess
  • \n
  • Terminator - Sets the type of the flow shape as Terminator
  • \n
  • PaperTap - Sets the type of the flow shape as PaperTap
  • \n
  • DirectData - Sets the type of the flow shape as DirectData
  • \n
  • SequentialData - Sets the type of the flow shape as SequentialData
  • \n
  • MultiData - Sets the type of the flow shape as MultiData
  • \n
  • Collate - Sets the type of the flow shape as Collate
  • \n
  • SummingJunction - Sets the type of the flow shape as SummingJunction
  • \n
  • Or - Sets the type of the flow shape as Or
  • \n
  • InternalStorage - Sets the type of the flow shape as InternalStorage
  • \n
  • Extract - Sets the type of the flow shape as Extract
  • \n
  • ManualOperation - Sets the type of the flow shape as ManualOperation
  • \n
  • Merge - Sets the type of the flow shape as Merge
  • \n
  • OffPageReference - Sets the type of the flow shape as OffPageReference
  • \n
  • SequentialAccessStorage - Sets the type of the flow shape as SequentialAccessStorage
  • \n
  • Annotation - Sets the type of the flow shape as Annotation
  • \n
  • Annotation2 - Sets the type of the flow shape as Annotation2
  • \n
  • Data - Sets the type of the flow shape as Data
  • \n
  • Card - Sets the type of the flow shape as Card
  • \n
  • Delay - Sets the type of the flow shape as Delay
  • \n
  • Preparation - Sets the type of the flow shape as Preparation
  • \n
  • Display - Sets the type of the flow shape as Display
  • \n
  • ManualInput - Sets the type of the flow shape as ManualInput
  • \n
  • LoopLimit - Sets the type of the flow shape as LoopLimit
  • \n
  • StoredData - Sets the type of the flow shape as StoredData
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/flowShape#shape"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/flowShape#type"}},"Html":{"content":{"name":"content","description":"

Defines the geometry of a html element.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/html#content"},"type":{"name":"type","description":"

Defines the type of node shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/html#type"}},"Lane":{"children":{"name":"children","description":"

Defines the collection of child nodes

\n","type":"NodeModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#children"},"header":{"name":"header","description":"

Defines the collection of header in the phase.

\n","type":"HeaderModel","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#header"},"height":{"name":"height","description":"

Defines the height of the phase

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#height"},"id":{"name":"id","description":"

Sets the id of the lane

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#id"},"style":{"name":"style","description":"

Sets style of the lane

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#style"},"width":{"name":"width","description":"

Defines the height of the phase

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#width"}},"MethodArguments":{"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/methodArguments#name"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/methodArguments#style"},"type":{"name":"type","description":"

Defines the type of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/methodArguments#type"}},"Native":{"content":{"name":"content","description":"

Defines the geometry of a native element.

\n","type":"string|SVGElement","link":"//ej2.syncfusion.com/documentation/api/diagram/native#content"},"scale":{"name":"scale","description":"

Defines the scale of the native element.

\n
    \n
  • None - Sets the stretch type for diagram as None
  • \n
  • Stretch - Sets the stretch type for diagram as Stretch
  • \n
  • Meet - Sets the stretch type for diagram as Meet
  • \n
  • Slice - Sets the stretch type for diagram as Slice
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/native#scale"},"type":{"name":"type","description":"

Defines the type of node shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/native#type"}},"Node":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about a node/connector

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/node#addinfo"},"annotations":{"name":"annotations","description":"

Defines the collection of textual annotations of nodes/connectors

\n","type":"ShapeAnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/node#annotations"},"backgroundColor":{"name":"backgroundColor","description":"

Sets the background color of the shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#backgroundcolor"},"borderColor":{"name":"borderColor","description":"

Sets the border color of the node

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#bordercolor"},"borderWidth":{"name":"borderWidth","description":"

Sets the border width of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#borderwidth"},"branch":{"name":"branch","description":"

Set the branch for the mind map

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#branch"},"children":{"name":"children","description":"

Defines the children of group element

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/diagram/node#children"},"collapseIcon":{"name":"collapseIcon","description":"

Defines the collapsed state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#collapseicon"},"columnIndex":{"name":"columnIndex","description":"

Used to define a index of column in the grid

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#columnindex"},"columnSpan":{"name":"columnSpan","description":"

Merge the column use the property in the grid container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#columnspan"},"columns":{"name":"columns","description":"

Used to define the column for the grid container

\n","type":"ColumnDefinition[]","link":"//ej2.syncfusion.com/documentation/api/diagram/node#columns"},"constraints":{"name":"constraints","description":"

Enables/Disables certain features of nodes

\n
    \n
  • None - Disable all node Constraints
  • \n
  • Select - Enables node to be selected
  • \n
  • Drag - Enables node to be Dragged
  • \n
  • Rotate - Enables node to be Rotate
  • \n
  • Shadow - Enables node to display shadow
  • \n
  • PointerEvents - Enables node to provide pointer option
  • \n
  • Delete - Enables node to delete
  • \n
  • InConnect - Enables node to provide in connect option
  • \n
  • OutConnect - Enables node to provide out connect option
  • \n
  • Individual - Enables node to provide individual resize option
  • \n
  • Expandable - Enables node to provide Expandable option
  • \n
  • AllowDrop - Enables node to provide allow to drop option
  • \n
  • Inherit - Enables node to inherit the interaction option
  • \n
  • ResizeNorthEast - Enable ResizeNorthEast of the node
  • \n
  • ResizeEast - Enable ResizeEast of the node
  • \n
  • ResizeSouthEast - Enable ResizeSouthEast of the node
  • \n
  • ResizeSouth - Enable ResizeSouthWest of the node
  • \n
  • ResizeSouthWest - Enable ResizeSouthWest of the node
  • \n
  • ResizeSouth - Enable ResizeSouth of the node
  • \n
  • ResizeSouthWest - Enable ResizeSouthWest of the node
  • \n
  • ResizeWest - Enable ResizeWest of the node
  • \n
  • ResizeNorth - Enable ResizeNorth of the node
  • \n
  • Resize - Enables the Aspect ratio fo the node
  • \n
  • AspectRatio - Enables the Aspect ratio fo the node
  • \n
  • Tooltip - Enables or disables tool tip for the Nodes
  • \n
  • InheritTooltip - Enables or disables tool tip for the Nodes
  • \n
  • ReadOnly - Enables the ReadOnly support for Annotation
  • \n
\n","type":"NodeConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/node#constraints"},"container":{"name":"container","description":"

Defines the type of the container

\n","type":"ChildContainerModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#container"},"data":{"name":"data","description":"

Sets the data source of the node

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/node#data"},"excludeFromLayout":{"name":"excludeFromLayout","description":"

Defines whether the node should be automatically positioned or not. Applicable, if layout option is enabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/node#excludefromlayout"},"expandIcon":{"name":"expandIcon","description":"

Defines the expanded state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#expandicon"},"flip":{"name":"flip","description":"

Flip the element in Horizontal/Vertical directions

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#flip"},"height":{"name":"height","description":"

Sets the height of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontalAlignment of the node

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#horizontalalignment"},"id":{"name":"id","description":"

Represents the unique id of nodes/connectors

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#id"},"isExpanded":{"name":"isExpanded","description":"

Defines whether the node is expanded or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/node#isexpanded"},"margin":{"name":"margin","description":"

Defines the space to be left between the node and its immediate parent

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#margin"},"maxHeight":{"name":"maxHeight","description":"

Sets the maximum height of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets the maximum width of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets the minimum height of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#minheight"},"minWidth":{"name":"minWidth","description":"

Sets the minimum width of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets the x-coordinate of the position of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets the y-coordinate of the position of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#offsety"},"pivot":{"name":"pivot","description":"

Sets the reference point, that will act as the offset values(offsetX, offsetY) of a node

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#pivot"},"ports":{"name":"ports","description":"

Defines the collection of connection points of nodes/connectors

\n","type":"PointPortModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/node#ports"},"rotateAngle":{"name":"rotateAngle","description":"

Sets the rotate angle of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#rotateangle"},"rowIndex":{"name":"rowIndex","description":"

Used to define a index of row in the grid

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#rowindex"},"rowSpan":{"name":"rowSpan","description":"

Merge the row use the property in the grid container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#rowspan"},"rows":{"name":"rows","description":"

Used to define the rows for the grid container

\n","type":"RowDefinition[]","link":"//ej2.syncfusion.com/documentation/api/diagram/node#rows"},"shadow":{"name":"shadow","description":"

Defines the shadow of a shape/path

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#shadow"},"shape":{"name":"shape","description":"

Defines the shape of a node

\n","type":"ShapeModel|FlowShapeModel|BasicShapeModel|ImageModel|PathModel|TextModel|BpmnShapeModel|NativeModel|HtmlModel|UmlActivityShapeModel|UmlClassifierShapeModel|SwimLaneModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#shape"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#style"},"tooltip":{"name":"tooltip","description":"

defines the tooltip for the node

\n","type":"DiagramTooltipModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#tooltip"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the verticalAlignment of the node

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#verticalalignment"},"visible":{"name":"visible","description":"

Sets the visibility of the node/connector

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/node#visible"},"width":{"name":"width","description":"

Sets the width of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#width"},"wrapper":{"name":"wrapper","description":"

Sets or gets the UI of a node

\n","type":"Container","link":"//ej2.syncfusion.com/documentation/api/diagram/node#wrapper"},"zIndex":{"name":"zIndex","description":"

Defines the visual order of the node/connector in DOM

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#zindex"}},"Path":{"data":{"name":"data","description":"

Defines the geometry of a path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/path#data"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/path#type"}},"Phase":{"header":{"name":"header","description":"

Sets the header collection of the phase

\n","type":"HeaderModel","link":"//ej2.syncfusion.com/documentation/api/diagram/phase#header"},"id":{"name":"id","description":"

Sets the id of the phase

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/phase#id"},"offset":{"name":"offset","description":"

Sets the offset of the lane

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/phase#offset"},"style":{"name":"style","description":"

Sets the style of the lane

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/phase#style"}},"Selector":{"connectors":{"name":"connectors","description":"

Defines the collection of selected connectors

\n","type":"ConnectorModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#connectors"},"constraints":{"name":"constraints","description":"

Controls the visibility of selector.

\n
    \n
  • None - Hides all the selector elements
  • \n
  • ConnectorSourceThumb - Shows/hides the source thumb of the connector
  • \n
  • ConnectorTargetThumb - Shows/hides the target thumb of the connector
  • \n
  • ResizeSouthEast - Shows/hides the bottom right resize handle of the selector
  • \n
  • ResizeSouthWest - Shows/hides the bottom left resize handle of the selector
  • \n
  • ResizeNorthEast - Shows/hides the top right resize handle of the selector
  • \n
  • ResizeNorthWest - Shows/hides the top left resize handle of the selector
  • \n
  • ResizeEast - Shows/hides the middle right resize handle of the selector
  • \n
  • ResizeWest - Shows/hides the middle left resize handle of the selector
  • \n
  • ResizeSouth - Shows/hides the bottom center resize handle of the selector
  • \n
  • ResizeNorth - Shows/hides the top center resize handle of the selector
  • \n
  • Rotate - Shows/hides the rotate handle of the selector
  • \n
  • UserHandles - Shows/hides the user handles of the selector
  • \n
  • Resize - Shows/hides all resize handles of the selector
  • \n
\n","type":"SelectorConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#constraints"},"height":{"name":"height","description":"

Sets/Gets the height of the container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#height"},"nodes":{"name":"nodes","description":"

Defines the collection of selected nodes

\n","type":"NodeModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#nodes"},"offsetX":{"name":"offsetX","description":"

Sets the positionX of the container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets the positionY of the container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#offsety"},"pivot":{"name":"pivot","description":"

Sets the pivot of the selector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#pivot"},"rotateAngle":{"name":"rotateAngle","description":"

Sets the rotate angle of the container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#rotateangle"},"rubberBandSelectionMode":{"name":"rubberBandSelectionMode","description":"

Defines how to pick the objects to be selected using rubber band selection

\n
    \n
  • CompleteIntersect - Selects the objects that are contained within the selected region
  • \n
  • PartialIntersect - Selects the objects that are partially intersected with the selected region
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#rubberbandselectionmode"},"setTooltipTemplate":{"name":"setTooltipTemplate","description":"

setTooltipTemplate helps to customize the content of a tooltip

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#settooltiptemplate"},"userHandles":{"name":"userHandles","description":"

Defines the collection of user handle

\n","type":"UserHandleModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#userhandles"},"width":{"name":"width","description":"

Sets/Gets the width of the container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#width"},"wrapper":{"name":"wrapper","description":"

Defines the size and position of the container

\n","type":"Container","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#wrapper"},"init":{"name":"init","description":"

Initializes the UI of the container

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#init"}},"Shape":{"type":{"name":"type","description":"

Defines the type of node shape

\n
    \n
  • Path - Sets the type of the node as Path
  • \n
  • Text - Sets the type of the node as Text
  • \n
  • Image - Sets the type of the node as Image
  • \n
  • Basic - Sets the type of the node as Basic
  • \n
  • Flow - Sets the type of the node as Flow
  • \n
  • Bpmn - Sets the type of the node as Bpmn
  • \n
  • Native - Sets the type of the node as Native
  • \n
  • HTML - Sets the type of the node as HTML
  • \n
  • UMLActivity - Sets the type of the node as UMLActivity
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shape#type"}},"SwimLane":{"header":{"name":"header","description":"

Defines the collection of header

\n","type":"HeaderModel","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#header"},"isLane":{"name":"isLane","description":"

Defines the whether the shape is a lane or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#islane"},"isPhase":{"name":"isPhase","description":"

Defines the whether the shape is a phase or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#isphase"},"lanes":{"name":"lanes","description":"

Defines the collection of lanes

\n","type":"LaneModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#lanes"},"orientation":{"name":"orientation","description":"

Defines the orientation of the swimLane

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#orientation"},"phaseSize":{"name":"phaseSize","description":"

Defines the size of phase.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#phasesize"},"phases":{"name":"phases","description":"

Defines the collection of phases.

\n","type":"PhaseModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#phases"},"type":{"name":"type","description":"

Defines the type of node shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#type"}},"Text":{"content":{"name":"content","description":"

Defines the content of a text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/text#content"},"margin":{"name":"margin","description":"

Defines the space to be let between the node and its immediate parent

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/text#margin"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/text#type"}},"UmlActivityShape":{"shape":{"name":"shape","description":"

Defines the type of the UMLActivity shape

\n
    \n
  • Action - Sets the type of the UMLActivity Shape as Action
  • \n
  • Decision - Sets the type of the UMLActivity Shape as Decision
  • \n
  • MergeNode - Sets the type of the UMLActivity Shape as MergeNode
  • \n
  • InitialNode - Sets the type of the UMLActivity Shape as InitialNode
  • \n
  • FinalNode - Sets the type of the UMLActivity Shape as FinalNode
  • \n
  • ForkNode - Sets the type of the UMLActivity Shape as ForkNode
  • \n
  • JoinNode - Sets the type of the UMLActivity Shape as JoinNode
  • \n
  • TimeEvent - Sets the type of the UMLActivity Shape as TimeEvent
  • \n
  • AcceptingEvent - Sets the type of the UMLActivity Shape as AcceptingEvent
  • \n
  • SendSignal - Sets the type of the UMLActivity Shape as SendSignal
  • \n
  • ReceiveSignal - Sets the type of the UMLActivity Shape as ReceiveSignal
  • \n
  • StructuredNode - Sets the type of the UMLActivity Shape as StructuredNode
  • \n
  • Note - Sets the type of the UMLActivity Shape as Note
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlActivityShape#shape"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlActivityShape#type"}},"UmlClass":{"attributes":{"name":"attributes","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlClassAttributeModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClass#attributes"},"methods":{"name":"methods","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlClassMethodModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClass#methods"},"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClass#name"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClass#style"}},"UmlClassAttribute":{"isSeparator":{"name":"isSeparator","description":"

Defines the separator of the attributes

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassAttribute#isseparator"},"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassAttribute#name"},"scope":{"name":"scope","description":"

Defines the type of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassAttribute#scope"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassAttribute#style"},"type":{"name":"type","description":"

Defines the type of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassAttribute#type"}},"UmlClassMethod":{"isSeparator":{"name":"isSeparator","description":"

Defines the separator of the attributes

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#isseparator"},"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#name"},"parameters":{"name":"parameters","description":"

Defines the type of the arguments

\n","type":"MethodArgumentsModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#parameters"},"scope":{"name":"scope","description":"

Defines the type of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#scope"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#style"},"type":{"name":"type","description":"

Defines the type of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#type"}},"UmlClassifierShape":{"classShape":{"name":"classShape","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlClassModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassifierShape#classshape"},"classifier":{"name":"classifier","description":"

Defines the type of classifier

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassifierShape#classifier"},"enumerationShape":{"name":"enumerationShape","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlEnumerationModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassifierShape#enumerationshape"},"interfaceShape":{"name":"interfaceShape","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlInterfaceModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassifierShape#interfaceshape"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassifierShape#type"}},"UmlEnumeration":{"members":{"name":"members","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlEnumerationMemberModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumeration#members"},"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumeration#name"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumeration#style"}},"UmlEnumerationMember":{"isSeparator":{"name":"isSeparator","description":"

Defines the separator of the attributes

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumerationMember#isseparator"},"name":{"name":"name","description":"

Defines the value of the member

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumerationMember#name"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumerationMember#style"},"value":{"name":"value","description":"

Defines the value of the member

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumerationMember#value"}},"UmlInterface":{"attributes":{"name":"attributes","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlClassAttributeModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlInterface#attributes"},"isSeparator":{"name":"isSeparator","description":"

Defines the separator of the attributes

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/umlInterface#isseparator"},"methods":{"name":"methods","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlClassMethodModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlInterface#methods"},"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlInterface#name"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlInterface#style"}},"NodeBase":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about a node/connector

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#addinfo"},"collapseIcon":{"name":"collapseIcon","description":"

Defines the collapsed state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#collapseicon"},"excludeFromLayout":{"name":"excludeFromLayout","description":"

Defines whether the node should be automatically positioned or not. Applicable, if layout option is enabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#excludefromlayout"},"expandIcon":{"name":"expandIcon","description":"

Defines the expanded state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#expandicon"},"flip":{"name":"flip","description":"

Flip the element in Horizontal/Vertical directions

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#flip"},"id":{"name":"id","description":"

Represents the unique id of nodes/connectors

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#id"},"isExpanded":{"name":"isExpanded","description":"

Defines whether the node is expanded or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#isexpanded"},"margin":{"name":"margin","description":"

Defines the space to be left between the node and its immediate parent

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#margin"},"ports":{"name":"ports","description":"

Defines the collection of connection points of nodes/connectors

\n","type":"PointPortModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#ports"},"tooltip":{"name":"tooltip","description":"

defines the tooltip for the node

\n","type":"DiagramTooltipModel","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#tooltip"},"visible":{"name":"visible","description":"

Sets the visibility of the node/connector

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#visible"},"zIndex":{"name":"zIndex","description":"

Defines the visual order of the node/connector in DOM

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#zindex"}},"PointPort":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about a port

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#addinfo"},"constraints":{"name":"constraints","description":"

Defines the constraints of port

\n","type":"PortConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#constraints"},"height":{"name":"height","description":"

Sets the height of the port

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontal alignment of the port with respect to its immediate parent(node/connector)

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#horizontalalignment"},"id":{"name":"id","description":"

Defines the unique id of the port

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#id"},"margin":{"name":"margin","description":"

Defines the space that the port has to be moved from its actual position

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#margin"},"offset":{"name":"offset","description":"

Defines the position of the port with respect to the boundaries of nodes/connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#offset"},"pathData":{"name":"pathData","description":"

Defines the geometry of the port

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#pathdata"},"shape":{"name":"shape","description":"

Defines the type of the port shape

\n
    \n
  • X - Sets the decorator shape as X
  • \n
  • Circle - Sets the decorator shape as Circle
  • \n
  • Square - Sets the decorator shape as Square
  • \n
  • Custom - Sets the decorator shape as Custom
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#shape"},"style":{"name":"style","description":"

Defines the appearance of the port

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#style"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the vertical alignment of the port with respect to its immediate parent(node/connector)

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#verticalalignment"},"visibility":{"name":"visibility","description":"

Defines the type of the port visibility

\n
    \n
  • Visible - Always shows the port
  • \n
  • Hidden - Always hides the port
  • \n
  • Hover - Shows the port when the mouse hovers over a node
  • \n
  • Connect - Shows the port when a connection end point is dragged over a node
  • \n
\n","type":"PortVisibility","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#visibility"},"width":{"name":"width","description":"

Sets the width of the port

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#width"}},"Port":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about a port

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/port#addinfo"},"constraints":{"name":"constraints","description":"

Defines the constraints of port

\n","type":"PortConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/port#constraints"},"height":{"name":"height","description":"

Sets the height of the port

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/port#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontal alignment of the port with respect to its immediate parent(node/connector)

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/port#horizontalalignment"},"id":{"name":"id","description":"

Defines the unique id of the port

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/port#id"},"margin":{"name":"margin","description":"

Defines the space that the port has to be moved from its actual position

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/port#margin"},"pathData":{"name":"pathData","description":"

Defines the geometry of the port

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/port#pathdata"},"shape":{"name":"shape","description":"

Defines the type of the port shape

\n
    \n
  • X - Sets the decorator shape as X
  • \n
  • Circle - Sets the decorator shape as Circle
  • \n
  • Square - Sets the decorator shape as Square
  • \n
  • Custom - Sets the decorator shape as Custom
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/port#shape"},"style":{"name":"style","description":"

Defines the appearance of the port

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/port#style"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the vertical alignment of the port with respect to its immediate parent(node/connector)

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/port#verticalalignment"},"visibility":{"name":"visibility","description":"

Defines the type of the port visibility

\n
    \n
  • Visible - Always shows the port
  • \n
  • Hidden - Always hides the port
  • \n
  • Hover - Shows the port when the mouse hovers over a node
  • \n
  • Connect - Shows the port when a connection end point is dragged over a node
  • \n
\n","type":"PortVisibility","link":"//ej2.syncfusion.com/documentation/api/diagram/port#visibility"},"width":{"name":"width","description":"

Sets the width of the port

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/port#width"}},"Snapping":{},"DiagramTooltip":{"animation":{"name":"animation","description":"

Allows to set the same or different animation option for the Tooltip, when it is opened or closed.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#animation"},"content":{"name":"content","description":"

Defines the content of the Tooltip

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#content"},"height":{"name":"height","description":"

Sets the height of the Tooltip

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#height"},"openOn":{"name":"openOn","description":"

Sets how to open the Tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#openon"},"position":{"name":"position","description":"

Defines the position of the Tooltip

\n","type":"Position","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#position"},"relativeMode":{"name":"relativeMode","description":"

Defines the relative mode of the Tooltip

\n
    \n
  • Object - sets the tooltip position relative to the node
  • \n
  • Mouse - sets the tooltip position relative to the mouse
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#relativemode"},"showTipPointer":{"name":"showTipPointer","description":"

Defines if the Tooltip has tip pointer or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#showtippointer"},"width":{"name":"width","description":"

Sets the width of the Tooltip

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#width"}},"UndoRedo":{},"PrintAndExport":{},"Overview":{"created":{"name":"created","description":"

Triggers after render the diagram elements

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/overview/#created"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/overview/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/overview/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/overview/#enablertl"},"height":{"name":"height","description":"

Defines the height of the overview

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/overview/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/overview/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/overview/#locale"},"sourceID":{"name":"sourceID","description":"

Defines the ID of the overview

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/overview/#sourceid"},"width":{"name":"width","description":"

Defines the width of the overview

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/overview/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#databind"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Updates the overview control when the objects are changed

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#removeeventlistener"},"updateHtmlLayer":{"name":"updateHtmlLayer","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#updatehtmllayer"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#inject"}},"Ruler":{"arrangeTick":{"name":"arrangeTick","description":"

Sets the segment width of the ruler.

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/ruler/#arrangetick"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/ruler/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ruler/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ruler/#enablertl"},"interval":{"name":"interval","description":"

Defines the unique interval of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/ruler/#interval"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ruler/#isdestroyed"},"length":{"name":"length","description":"

Defines the length of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/ruler/#length"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ruler/#locale"},"markerColor":{"name":"markerColor","description":"

Defines the color of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ruler/#markercolor"},"orientation":{"name":"orientation","description":"

Defines the orientation of the ruler.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ruler/#orientation"},"segmentWidth":{"name":"segmentWidth","description":"

Sets the segment width of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/ruler/#segmentwidth"},"thickness":{"name":"thickness","description":"

Defines the thickness of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/ruler/#thickness"},"tickAlignment":{"name":"tickAlignment","description":"

Defines the alignment of the tick in the ruler.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ruler/#tickalignment"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#databind"},"destroy":{"name":"destroy","description":"

To destroy the ruler

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#destroy"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Refreshes the ruler when the Ruler properties are updated

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#inject"}},"Palette":{"expanded":{"name":"expanded","description":"

Sets whether the palette items to be expanded or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#expanded"},"height":{"name":"height","description":"

Sets the height of the symbol group

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#height"},"iconCss":{"name":"iconCss","description":"

Defines the content of the symbol group

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#iconcss"},"id":{"name":"id","description":"

Defines the unique id of a symbol group

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#id"},"symbols":{"name":"symbols","description":"

Defines the collection of predefined symbols

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#symbols"},"title":{"name":"title","description":"

Defines the title of the symbol group

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#title"}},"SymbolPalette":{"paletteSelectionChange":{"name":"paletteSelectionChange","description":"

Triggers after the selection changes in the symbol palette

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#paletteselectionchange"},"accessKey":{"name":"accessKey","description":"

Configures the key, when it pressed the symbol palette will be focused

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#accesskey"},"allowDrag":{"name":"allowDrag","description":"

Defines whether the symbols can be dragged from palette or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#allowdrag"},"connectorDefaults":{"name":"connectorDefaults","description":"

Helps to return the default properties of connectors

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#connectordefaults"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#element"},"enableAnimation":{"name":"enableAnimation","description":"

Enables/Disables animation when the palette header is expanded/collapsed

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#enableanimation"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#enablertl"},"enableSearch":{"name":"enableSearch","description":"

Enables/Disables search option in symbol palette

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#enablesearch"},"expandMode":{"name":"expandMode","description":"

Defines how many palettes can be at expanded mode at a time

\n","type":"ExpandMode","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#expandmode"},"filterSymbols":{"name":"filterSymbols","description":"

Defines the symbols to be added in search palette

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#filtersymbols"},"getConnectorDefaults":{"name":"getConnectorDefaults","description":"

Helps to return the default properties of connector

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getconnectordefaults"},"getNodeDefaults":{"name":"getNodeDefaults","description":"

Helps to return the default properties of node

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getnodedefaults"},"getSymbolInfo":{"name":"getSymbolInfo","description":"","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getsymbolinfo"},"getSymbolTemplate":{"name":"getSymbolTemplate","description":"

Defines the content of a symbol

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getsymboltemplate"},"height":{"name":"height","description":"

Defines the height of the symbol palette

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#height"},"ignoreSymbolsOnSearch":{"name":"ignoreSymbolsOnSearch","description":"

Defines the symbols to be added in search palette

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#ignoresymbolsonsearch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#locale"},"nodeDefaults":{"name":"nodeDefaults","description":"

Helps to return the default properties of node

\n","type":"NodeModel","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#nodedefaults"},"palettes":{"name":"palettes","description":"

Defines the collection of symbol groups

\n","type":"PaletteModel[]","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#palettes"},"symbolHeight":{"name":"symbolHeight","description":"

Defines the height of the symbol

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#symbolheight"},"symbolInfo":{"name":"symbolInfo","description":"

Defines the size, appearance and description of a symbol

\n","type":"SymbolInfo","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#symbolinfo"},"symbolMargin":{"name":"symbolMargin","description":"

Defines the space to be left around a symbol

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#symbolmargin"},"symbolPreview":{"name":"symbolPreview","description":"

Defines the size and position of the symbol preview

\n","type":"SymbolPreviewModel","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#symbolpreview"},"symbolWidth":{"name":"symbolWidth","description":"

Defines the width of the symbol

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#symbolwidth"},"width":{"name":"width","description":"

Defines the width of the symbol palette

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#addeventlistener"},"addPaletteItem":{"name":"addPaletteItem","description":"

Used to add the palette item as nodes or connectors in palettes

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#addpaletteitem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#databind"},"destroy":{"name":"destroy","description":"

To destroy the symbol palette

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#destroy"},"getModuleName":{"name":"getModuleName","description":"

To get Module name\n@private

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getmodulename"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Refreshes the panel when the symbol palette properties are updated

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#removeeventlistener"},"removePaletteItem":{"name":"removePaletteItem","description":"

Used to remove the palette item as nodes or connectors in palettes

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#removepaletteitem"},"render":{"name":"render","description":"

Renders nodes and connectors in the symbol palette

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#render"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#inject"}},"SymbolPreview":{"height":{"name":"height","description":"

Sets the preview height of the symbols

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/symbolPreview#height"},"offset":{"name":"offset","description":"

Defines the distance to be left between the cursor and symbol

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/symbolPreview#offset"},"width":{"name":"width","description":"

Sets the preview width of the symbols

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/symbolPreview#width"}},"AccumulationChart":{"animationComplete":{"name":"animationComplete","description":"

Triggers after animation gets completed for series.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#animationcomplete"},"annotationRender":{"name":"annotationRender","description":"

Triggers before the annotation gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#annotationrender"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#beforeprint"},"chartMouseClick":{"name":"chartMouseClick","description":"

Triggers on clicking the accumulation chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#chartmouseclick"},"chartMouseDown":{"name":"chartMouseDown","description":"

Triggers on mouse down.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#chartmousedown"},"chartMouseLeave":{"name":"chartMouseLeave","description":"

Triggers while cursor leaves the accumulation chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#chartmouseleave"},"chartMouseMove":{"name":"chartMouseMove","description":"

Triggers on hovering the accumulation chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#chartmousemove"},"chartMouseUp":{"name":"chartMouseUp","description":"

Triggers on mouse up.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#chartmouseup"},"legendRender":{"name":"legendRender","description":"

Triggers before the legend gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendrender"},"load":{"name":"load","description":"

Triggers before accumulation chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#load"},"loaded":{"name":"loaded","description":"

Triggers after accumulation chart loaded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#loaded"},"pointClick":{"name":"pointClick","description":"

Triggers on point click.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#pointclick"},"pointMove":{"name":"pointMove","description":"

Triggers on point move.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#pointmove"},"pointRender":{"name":"pointRender","description":"

Triggers before each points for series gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#pointrender"},"resized":{"name":"resized","description":"

Triggers after window resize.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#resized"},"seriesRender":{"name":"seriesRender","description":"

Triggers before the series gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#seriesrender"},"textRender":{"name":"textRender","description":"

Triggers before the data label for series gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#textrender"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip for series gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltiprender"},"accumulationDataLabelModule":{"name":"accumulationDataLabelModule","description":"

accumulationDataLabelModule is used to manipulate and add dataLabel in accumulation chart.

\n","type":"AccumulationDataLabel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#accumulationdatalabelmodule"},"accumulationLegendModule":{"name":"accumulationLegendModule","description":"

accumulationLegendModule is used to manipulate and add legend in accumulation chart.

\n","type":"AccumulationLegend","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#accumulationlegendmodule"},"accumulationSelectionModule":{"name":"accumulationSelectionModule","description":"

accumulationSelectionModule is used to manipulate and add selection in accumulation chart.

\n","type":"AccumulationSelection","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#accumulationselectionmodule"},"accumulationTooltipModule":{"name":"accumulationTooltipModule","description":"

accumulationTooltipModule is used to manipulate and add tooltip in accumulation chart.

\n","type":"AccumulationTooltip","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#accumulationtooltipmodule"},"annotationModule":{"name":"annotationModule","description":"

annotationModule is used to manipulate and add annotation in chart.

\n","type":"AccumulationAnnotation","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#annotationmodule"},"annotations":{"name":"annotations","description":"

The configuration for annotation in chart.

\n","type":"AccumulationAnnotationSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#annotations"},"background":{"name":"background","description":"

The background color of the chart, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#background"},"border":{"name":"border","description":"

Options for customizing the color and width of the chart border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#border"},"center":{"name":"center","description":"

Center of pie

\n","type":"PieCenterModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#center"},"dataSource":{"name":"dataSource","description":"

Specifies the dataSource for the AccumulationChart. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#datasource"},"duration":{"name":"duration","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#duration"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#element"},"enableAnimation":{"name":"enableAnimation","description":"

If set true, enables the animation for both chart and accumulation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#enableanimation"},"enableExport":{"name":"enableExport","description":"

To enable export feature in chart.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#enableexport"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#enablertl"},"enableSmartLabels":{"name":"enableSmartLabels","description":"

If set true, labels for the point will be placed smartly without overlapping.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#enablesmartlabels"},"exportModule":{"name":"exportModule","description":"

Export Module is used to export Accumulation chart.

\n","type":"Export","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#exportmodule"},"height":{"name":"height","description":"

The height of the chart as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, chart will render to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#isdestroyed"},"isMultiSelect":{"name":"isMultiSelect","description":"

If set true, enables the multi selection in accumulation chart. It requires selectionMode to be Point.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#ismultiselect"},"legendSettings":{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#locale"},"margin":{"name":"margin","description":"

Options to customize the left, right, top and bottom margins of accumulation chart.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#margin"},"selectedDataIndexes":{"name":"selectedDataIndexes","description":"

Specifies the point indexes to be selected while loading a accumulation chart.\nIt requires selectionMode to be Point.

\n","type":"IndexesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#selecteddataindexes"},"selectionMode":{"name":"selectionMode","description":"

Specifies whether point has to get selected or not. Takes value either 'None 'or 'Point'

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#selectionmode"},"series":{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},"subTitle":{"name":"subTitle","description":"

SubTitle for accumulation chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#subtitle"},"subTitleStyle":{"name":"subTitleStyle","description":"

Options for customizing the subtitle of accumulation chart.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#subtitlestyle"},"theme":{"name":"theme","description":"

Specifies the theme for accumulation chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#theme"},"title":{"name":"title","description":"

Title for accumulation chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title of accumulation chart.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

Specifies whether a grouping separator should be used for a number.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#usegroupingseparator"},"width":{"name":"width","description":"

The width of the chart as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, chart will render to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#databind"},"export":{"name":"export","description":"

Export method for the chart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#export"},"getModuleName":{"name":"getModuleName","description":"

To get Module name\n@private

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#getmodulename"},"print":{"name":"print","description":"

Handles the print method for accumulation chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#removeeventlistener"},"setAnnotationValue":{"name":"setAnnotationValue","description":"

Method to set the annotation content dynamically for accumulation.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#setannotationvalue"},"titleTooltip":{"name":"titleTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#titletooltip"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#inject"}},"AccumulationAnnotation":{"processAnnotation":{"name":"processAnnotation","description":"

To process the annotation for accumulation chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotation#processannotation"},"renderAnnotations":{"name":"renderAnnotations","description":"

Method to render the annotation for accumulation chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotation#renderannotations"}},"AccPoints":{"color":{"name":"color","description":"

accumulation point color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#color"},"index":{"name":"index","description":"

accumulation point index

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#index"},"originalText":{"name":"originalText","description":"

accumulation point original text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#originaltext"},"percentage":{"name":"percentage","description":"

accumulation point percentage value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#percentage"},"regions":{"name":"regions","description":"","type":"Rect[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#regions"},"sliceRadius":{"name":"sliceRadius","description":"

accumulation point slice radius

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#sliceradius"},"symbolLocation":{"name":"symbolLocation","description":"

accumulation point symbol location

\n","type":"ChartLocation","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#symbollocation"},"text":{"name":"text","description":"

accumulation point text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#text"},"tooltip":{"name":"tooltip","description":"

accumulation point tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#tooltip"},"visible":{"name":"visible","description":"

accumulation point visibility

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#visible"},"x":{"name":"x","description":"

accumulation point x value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#x"},"y":{"name":"y","description":"

accumulation point y value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#y"}},"AccumulationAnnotationSettings":{"content":{"name":"content","description":"

Content of the annotation, which accepts the id of the custom element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#content"},"coordinateUnits":{"name":"coordinateUnits","description":"

Specifies the coordinate units of the annotation. They are

\n
    \n
  • Pixel - Annotation renders based on x and y pixel value.
  • \n
  • Point - Annotation renders based on x and y axis value.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#coordinateunits"},"description":{"name":"description","description":"

Information about annotation for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#description"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Specifies the alignment of the annotation. They are

\n
    \n
  • Near - Align the annotation element as top side.
  • \n
  • Far - Align the annotation element as bottom side.
  • \n
  • Center - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#horizontalalignment"},"region":{"name":"region","description":"

Specifies the regions of the annotation. They are

\n
    \n
  • Chart - Annotation renders based on chart coordinates.
  • \n
  • Series - Annotation renders based on series coordinates.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#region"},"verticalAlignment":{"name":"verticalAlignment","description":"

Specifies the position of the annotation. They are

\n
    \n
  • Top - Align the annotation element as top side.
  • \n
  • Bottom - Align the annotation element as bottom side.
  • \n
  • Middle - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#verticalalignment"},"x":{"name":"x","description":"

if set coordinateUnit as Pixel X specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|Date|number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#x"},"y":{"name":"y","description":"

if set coordinateUnit as Pixel Y specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#y"}},"AccumulationDataLabelSettings":{"angle":{"name":"angle","description":"

Specifies angle for data label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#angle"},"border":{"name":"border","description":"

Option for customizing the border lines.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#border"},"connectorStyle":{"name":"connectorStyle","description":"

Options for customize the connector line in series.\nThis property is applicable for Pie, Funnel and Pyramid series.\nThe default connector length for Pie series is '4%'. For other series, it is null.

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#connectorstyle"},"enableRotation":{"name":"enableRotation","description":"

Enables rotation for data label.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#enablerotation"},"fill":{"name":"fill","description":"

The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#fill"},"font":{"name":"font","description":"

Option for customizing the data label text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#font"},"name":{"name":"name","description":"

The DataSource field which contains the data label value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#name"},"position":{"name":"position","description":"

Specifies the position of data label. They are.

\n
    \n
  • Outside - Places label outside the point.
  • \n
  • Inside - Places label inside the point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#position"},"rx":{"name":"rx","description":"

The roundedCornerX for the data label. It requires border values not to be null.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#rx"},"ry":{"name":"ry","description":"

The roundedCornerY for the data label. It requires border values not to be null.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#ry"},"template":{"name":"template","description":"

Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder\ntext to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#template"},"visible":{"name":"visible","description":"

If set true, data label for series gets render.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#visible"}},"AccumulationSeries":{"accumulationBound":{"name":"accumulationBound","description":"

To find the max bounds of the accumulation segment to place smart legend\n@private

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#accumulationbound"},"animation":{"name":"animation","description":"

Options for customizing the animation for series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#animation"},"border":{"name":"border","description":"

Options for customizing the border of the series.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#border"},"dataLabel":{"name":"dataLabel","description":"

The data label for the series.

\n","type":"AccumulationDataLabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#datalabel"},"dataSource":{"name":"dataSource","description":"

Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#datasource"},"emptyPointSettings":{"name":"emptyPointSettings","description":"

options to customize the empty points in series

\n","type":"EmptyPointSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#emptypointsettings"},"enableTooltip":{"name":"enableTooltip","description":"

To enable or disable tooltip for a series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#enabletooltip"},"endAngle":{"name":"endAngle","description":"

End angle for a series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#endangle"},"explode":{"name":"explode","description":"

If set true, series points will be exploded on mouse click or touch.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#explode"},"explodeAll":{"name":"explodeAll","description":"

If set true, all the points in the series will get exploded on load.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#explodeall"},"explodeIndex":{"name":"explodeIndex","description":"

Index of the point, to be exploded on load.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#explodeindex"},"explodeOffset":{"name":"explodeOffset","description":"

Distance of the point from the center, which takes values in both pixels and percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#explodeoffset"},"gapRatio":{"name":"gapRatio","description":"

Defines the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#gapratio"},"groupMode":{"name":"groupMode","description":"

AccumulationSeries y values less than groupMode are combined into single slice named others

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#groupmode"},"groupTo":{"name":"groupTo","description":"

AccumulationSeries y values less than groupTo are combined into single slice named others

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#groupto"},"height":{"name":"height","description":"

Defines the height of the funnel/pyramid with respect to the chart area

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#height"},"innerRadius":{"name":"innerRadius","description":"

When the innerRadius value is greater than 0 percentage, a donut will appear in pie series. It takes values only in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#innerradius"},"labelBound":{"name":"labelBound","description":"

To find the max bounds of the data label to place smart legend\n@private

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#labelbound"},"legendShape":{"name":"legendShape","description":"

The shape of the legend. Each series has its own legend shape. They are

\n
    \n
  • Circle - Renders a circle.
  • \n
  • Rectangle - Renders a rectangle.
  • \n
  • Triangle - Renders a triangle.
  • \n
  • Diamond - Renders a diamond.
  • \n
  • Cross - Renders a cross.
  • \n
  • HorizontalLine - Renders a horizontalLine.
  • \n
  • VerticalLine - Renders a verticalLine.
  • \n
  • Pentagon - Renders a pentagon.
  • \n
  • InvertedTriangle - Renders a invertedTriangle.
  • \n
  • SeriesType -Render a legend shape based on series type.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#legendshape"},"name":{"name":"name","description":"

Specifies the series name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#name"},"neckHeight":{"name":"neckHeight","description":"

Defines the height of the funnel neck with respect to the chart area

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#neckheight"},"neckWidth":{"name":"neckWidth","description":"

Defines the width of the funnel neck with respect to the chart area

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#neckwidth"},"opacity":{"name":"opacity","description":"

The opacity of the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#opacity"},"palettes":{"name":"palettes","description":"

Palette for series points.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#palettes"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#pointcolormapping"},"pyramidMode":{"name":"pyramidMode","description":"

Defines how the values have to be reflected, whether through height/surface of the segments

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#pyramidmode"},"query":{"name":"query","description":"

Specifies Query to select data from dataSource. This property is applicable only when the dataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#query"},"radius":{"name":"radius","description":"

Radius of the pie series and its values in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#radius"},"selectionStyle":{"name":"selectionStyle","description":"

Custom style for the selected series or points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#selectionstyle"},"startAngle":{"name":"startAngle","description":"

Start angle for a series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#startangle"},"tooltipMappingName":{"name":"tooltipMappingName","description":"

The provided value will be considered as a Tooltip Mapping name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#tooltipmappingname"},"type":{"name":"type","description":"

Specify the type of the series in accumulation chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#type"},"visible":{"name":"visible","description":"

Specifies the series visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#visible"},"width":{"name":"width","description":"

Defines the width of the funnel/pyramid with respect to the chart area

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#width"},"xName":{"name":"xName","description":"

The DataSource field which contains the x value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#xname"},"yName":{"name":"yName","description":"

The DataSource field which contains the y value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#yname"},"generateClubPoint":{"name":"generateClubPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#generateclubpoint"}},"PieCenter":{"x":{"name":"x","description":"

X value of the center.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieCenter#x"},"y":{"name":"y","description":"

Y value of the center.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieCenter#y"}},"AccumulationBase":{},"AccumulationDataLabel":{"marginValue":{"name":"marginValue","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabel#marginvalue"},"renderDataLabel":{"name":"renderDataLabel","description":"

To render the data labels from series points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabel#renderdatalabel"}},"FunnelSeries":{},"AccumulationLegend":{"maxWidth":{"name":"maxWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationLegend#maxwidth"},"titleRect":{"name":"titleRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationLegend#titlerect"},"totalPages":{"name":"totalPages","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationLegend#totalpages"},"click":{"name":"click","description":"

To show or hide the legend on clicking the legend.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationLegend#click"}},"PieBase":{"center":{"name":"center","description":"","type":"ChartLocation","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#center"},"innerRadius":{"name":"innerRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#innerradius"},"isRadiusMapped":{"name":"isRadiusMapped","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#isradiusmapped"},"labelRadius":{"name":"labelRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#labelradius"},"radius":{"name":"radius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#radius"},"seriesRadius":{"name":"seriesRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#seriesradius"},"size":{"name":"size","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#size"},"getLabelRadius":{"name":"getLabelRadius","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#getlabelradius"}},"PieSeries":{"center":{"name":"center","description":"","type":"ChartLocation","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#center"},"innerRadius":{"name":"innerRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#innerradius"},"isRadiusMapped":{"name":"isRadiusMapped","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#isradiusmapped"},"labelRadius":{"name":"labelRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#labelradius"},"radius":{"name":"radius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#radius"},"seriesRadius":{"name":"seriesRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#seriesradius"},"size":{"name":"size","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#size"},"findSeries":{"name":"findSeries","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#findseries"},"getLabelRadius":{"name":"getLabelRadius","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#getlabelradius"},"removeBorder":{"name":"removeBorder","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#removeborder"},"toggleInnerPoint":{"name":"toggleInnerPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#toggleinnerpoint"}},"PyramidSeries":{},"TriangularBase":{},"AccumulationSelection":{"selectedDataIndexes":{"name":"selectedDataIndexes","description":"","type":"Indexes[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSelection#selecteddataindexes"},"getModuleName":{"name":"getModuleName","description":"

Get module name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSelection#getmodulename"},"invokeSelection":{"name":"invokeSelection","description":"

Invoke selection for rendered chart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSelection#invokeselection"}},"AccumulationTooltip":{"accumulation":{"name":"accumulation","description":"","type":"AccumulationChart","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#accumulation"},"control":{"name":"control","description":"","type":"AccumulationChart|Chart","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#control"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#element"},"elementSize":{"name":"elementSize","description":"","type":"Size","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#elementsize"},"formattedText":{"name":"formattedText","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#formattedtext"},"header":{"name":"header","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#header"},"headerText":{"name":"headerText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#headertext"},"insideRegion":{"name":"insideRegion","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#insideregion"},"inverted":{"name":"inverted","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#inverted"},"isRemove":{"name":"isRemove","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#isremove"},"lierIndex":{"name":"lierIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#lierindex"},"svgTooltip":{"name":"svgTooltip","description":"","type":"SVGTooltip","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#svgtooltip"},"text":{"name":"text","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#text"},"textElements":{"name":"textElements","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#textelements"},"textStyle":{"name":"textStyle","description":"","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#textstyle"},"toolTipInterval":{"name":"toolTipInterval","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#tooltipinterval"},"createElement":{"name":"createElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#createelement"},"createTooltip":{"name":"createTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#createtooltip"},"fadeOut":{"name":"fadeOut","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#fadeout"},"getClosestX":{"name":"getClosestX","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#getclosestx"},"getElement":{"name":"getElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#getelement"},"highlightPoint":{"name":"highlightPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#highlightpoint"},"highlightPoints":{"name":"highlightPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#highlightpoints"},"isSelected":{"name":"isSelected","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#isselected"},"pushData":{"name":"pushData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#pushdata"},"removeHighlight":{"name":"removeHighlight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#removehighlight"},"removeHighlightedMarker":{"name":"removeHighlightedMarker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#removehighlightedmarker"},"removeText":{"name":"removeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#removetext"},"stopAnimation":{"name":"stopAnimation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#stopanimation"},"tooltip":{"name":"tooltip","description":"

Renders the tooltip.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#tooltip"},"updatePreviousPoint":{"name":"updatePreviousPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#updatepreviouspoint"}},"ChartAnnotation":{"processAnnotation":{"name":"processAnnotation","description":"

To process the annotation for accumulation chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotation#processannotation"}},"AxisLine":{"color":{"name":"color","description":"

The color of the axis line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axisLine#color"},"dashArray":{"name":"dashArray","description":"

The dash array of the axis line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axisLine#dasharray"},"width":{"name":"width","description":"

The width of the line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axisLine#width"}},"CrosshairTooltip":{"enable":{"name":"enable","description":"

If set to true, crosshair ToolTip will be visible.\n@default false

\n","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairTooltip#enable"},"fill":{"name":"fill","description":"

The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairTooltip#fill"},"textStyle":{"name":"textStyle","description":"

Options to customize the crosshair ToolTip text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairTooltip#textstyle"}},"MajorGridLines":{"color":{"name":"color","description":"

The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/majorGridLines#color"},"dashArray":{"name":"dashArray","description":"

The dash array of the grid lines.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/majorGridLines#dasharray"},"width":{"name":"width","description":"

The width of the line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/majorGridLines#width"}},"MajorTickLines":{"color":{"name":"color","description":"

The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/majorTickLines#color"},"height":{"name":"height","description":"

The height of the ticks in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/majorTickLines#height"},"width":{"name":"width","description":"

The width of the tick lines in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/majorTickLines#width"}},"MinorGridLines":{"color":{"name":"color","description":"

The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/minorGridLines#color"},"dashArray":{"name":"dashArray","description":"

The dash array of grid lines.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/minorGridLines#dasharray"},"width":{"name":"width","description":"

The width of the line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/minorGridLines#width"}},"MinorTickLines":{"color":{"name":"color","description":"

The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/minorTickLines#color"},"height":{"name":"height","description":"

The height of the ticks in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/minorTickLines#height"},"width":{"name":"width","description":"

The width of the tick line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/minorTickLines#width"}},"Row":{"border":{"name":"border","description":"

Options to customize the border of the rows.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/row#border"},"height":{"name":"height","description":"

The height of the row as a string accept input both as '100px' and '100%'.\nIf specified as '100%, row renders to the full height of its chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/row#height"}},"CartesianAxisLayoutPanel":{},"Category":{"calculateDateTimeNiceInterval":{"name":"calculateDateTimeNiceInterval","description":"

Method to calculate numeric datetime interval

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/category#calculatedatetimeniceinterval"},"calculateRangeAndInterval":{"name":"calculateRangeAndInterval","description":"

The function to calculate the range and labels for the axis.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/category#calculaterangeandinterval"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/category#updateactualrange"}},"DateTime":{"max":{"name":"max","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dateTime#max"},"min":{"name":"min","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dateTime#min"},"calculateDateTimeNiceInterval":{"name":"calculateDateTimeNiceInterval","description":"

Method to calculate numeric datetime interval

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTime#calculatedatetimeniceinterval"},"calculateRangeAndInterval":{"name":"calculateRangeAndInterval","description":"

The function to calculate the range and labels for the axis.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTime#calculaterangeandinterval"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTime#updateactualrange"}},"DateTimeCategory":{"calculateDateTimeNiceInterval":{"name":"calculateDateTimeNiceInterval","description":"

Method to calculate numeric datetime interval

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTimeCategory#calculatedatetimeniceinterval"},"getIndexedAxisLabel":{"name":"getIndexedAxisLabel","description":"

To get the Indexed axis label text with axis format for DateTimeCategory axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTimeCategory#getindexedaxislabel"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTimeCategory#updateactualrange"}},"Double":{"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/double#updateactualrange"}},"Logarithmic":{"calculateRangeAndInterval":{"name":"calculateRangeAndInterval","description":"

The method to calculate the range and labels for the axis.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/logarithmic#calculaterangeandinterval"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/logarithmic#updateactualrange"}},"MultiLevelLabel":{"getMultilevelLabelsHeight":{"name":"getMultilevelLabelsHeight","description":"

Finds multilevel label height

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabel#getmultilevellabelsheight"}},"PolarRadarPanel":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/polarRadarPanel#chart"},"drawYAxisLabels":{"name":"drawYAxisLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarRadarPanel#drawyaxislabels"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarRadarPanel#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarRadarPanel#storepointlocation"}},"StripLine":{},"Chart":{"animationComplete":{"name":"animationComplete","description":"

Triggers after animation is completed for the series.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#animationcomplete"},"annotationRender":{"name":"annotationRender","description":"

Triggers before the annotation gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#annotationrender"},"axisLabelRender":{"name":"axisLabelRender","description":"

Triggers before each axis label is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#axislabelrender"},"axisMultiLabelRender":{"name":"axisMultiLabelRender","description":"

Triggers before each axis multi label is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#axismultilabelrender"},"axisRangeCalculated":{"name":"axisRangeCalculated","description":"

Triggers before each axis range is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#axisrangecalculated"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#beforeprint"},"chartMouseClick":{"name":"chartMouseClick","description":"

Triggers on clicking the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmouseclick"},"chartMouseDown":{"name":"chartMouseDown","description":"

Triggers on mouse down.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmousedown"},"chartMouseLeave":{"name":"chartMouseLeave","description":"

Triggers when cursor leaves the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmouseleave"},"chartMouseMove":{"name":"chartMouseMove","description":"

Triggers on hovering the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmousemove"},"chartMouseUp":{"name":"chartMouseUp","description":"

Triggers on mouse up.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmouseup"},"drag":{"name":"drag","description":"

Triggers when the point is dragging.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#drag"},"dragComplete":{"name":"dragComplete","description":"

Triggers after the drag selection is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#dragcomplete"},"dragEnd":{"name":"dragEnd","description":"

Triggers when the point drag end.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#dragend"},"dragStart":{"name":"dragStart","description":"

Triggers when the point drag start.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#dragstart"},"legendClick":{"name":"legendClick","description":"

Triggers after click on legend

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#legendclick"},"legendRender":{"name":"legendRender","description":"

Triggers before the legend is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#legendrender"},"load":{"name":"load","description":"

Triggers before chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#load"},"loaded":{"name":"loaded","description":"

Triggers after chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#loaded"},"multiLevelLabelClick":{"name":"multiLevelLabelClick","description":"

Triggers after click on multiLevelLabelClick

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#multilevellabelclick"},"pointClick":{"name":"pointClick","description":"

Triggers on point click.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointclick"},"pointMove":{"name":"pointMove","description":"

Triggers on point move.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointmove"},"pointRender":{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"},"resized":{"name":"resized","description":"

Triggers after resizing of chart

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#resized"},"scrollChanged":{"name":"scrollChanged","description":"

Triggers when change the scroll.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#scrollchanged"},"scrollEnd":{"name":"scrollEnd","description":"

Triggers after the scroll end.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#scrollend"},"scrollStart":{"name":"scrollStart","description":"

Triggers when start the scroll.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#scrollstart"},"selectionComplete":{"name":"selectionComplete","description":"

Triggers after the selection is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#selectioncomplete"},"seriesRender":{"name":"seriesRender","description":"

Triggers before the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#seriesrender"},"textRender":{"name":"textRender","description":"

Triggers before the data label for series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#textrender"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip for series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltiprender"},"zoomComplete":{"name":"zoomComplete","description":"

Triggers after the zoom selection is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomcomplete"},"accumulationDistributionIndicatorModule":{"name":"accumulationDistributionIndicatorModule","description":"

accumulationDistributionIndicatorModule is used to predict the market trend using Accumulation Distribution approach

\n","type":"AccumulationDistributionIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#accumulationdistributionindicatormodule"},"allowMultiSelection":{"name":"allowMultiSelection","description":"

If set true, enables the multi drag selection in chart. It requires selectionMode to be Dragx | DragY | or DragXY.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#allowmultiselection"},"animated":{"name":"animated","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#animated"},"annotationModule":{"name":"annotationModule","description":"

annotationModule is used to manipulate and add annotation in chart.

\n","type":"ChartAnnotation","link":"//ej2.syncfusion.com/documentation/api/chart/#annotationmodule"},"annotations":{"name":"annotations","description":"

The configuration for annotation in chart.

\n","type":"ChartAnnotationSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#annotations"},"areaSeriesModule":{"name":"areaSeriesModule","description":"

areaSeriesModule is used to add area series in the chart.

\n","type":"AreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#areaseriesmodule"},"atrIndicatorModule":{"name":"atrIndicatorModule","description":"

atrIndicatorModule is used to predict the market trend using ATR approach

\n","type":"AtrIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#atrindicatormodule"},"axes":{"name":"axes","description":"

Secondary axis collection for the chart.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#axes"},"background":{"name":"background","description":"

The background color of the chart that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#background"},"barSeriesModule":{"name":"barSeriesModule","description":"

barSeriesModule is used to add bar series to the chart.

\n","type":"BarSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#barseriesmodule"},"bollingerBandsModule":{"name":"bollingerBandsModule","description":"

bollingerBandsModule is used to predict the market trend using Bollinger approach

\n","type":"BollingerBands","link":"//ej2.syncfusion.com/documentation/api/chart/#bollingerbandsmodule"},"border":{"name":"border","description":"

Options for customizing the color and width of the chart border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/#border"},"boxAndWhiskerSeriesModule":{"name":"boxAndWhiskerSeriesModule","description":"

boxAndWhiskerSeriesModule is used to add line series to the chart.

\n","type":"BoxAndWhiskerSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#boxandwhiskerseriesmodule"},"bubbleSeriesModule":{"name":"bubbleSeriesModule","description":"

bubbleSeries is used to add bubble series in chart.

\n","type":"BubbleSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#bubbleseriesmodule"},"candleSeriesModule":{"name":"candleSeriesModule","description":"

'CandleSeriesModule' is used to add candle series in the chart.

\n","type":"CandleSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#candleseriesmodule"},"categoryModule":{"name":"categoryModule","description":"

categoryModule is used to manipulate and add category axis to the chart.

\n","type":"Category","link":"//ej2.syncfusion.com/documentation/api/chart/#categorymodule"},"chartArea":{"name":"chartArea","description":"

Options for configuring the border and background of the chart area.

\n","type":"ChartAreaModel","link":"//ej2.syncfusion.com/documentation/api/chart/#chartarea"},"columnSeriesModule":{"name":"columnSeriesModule","description":"

columnSeriesModule is used to add column series to the chart.

\n","type":"ColumnSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#columnseriesmodule"},"columns":{"name":"columns","description":"

Options to split chart into multiple plotting areas vertically.\nEach object in the collection represents a plotting area in the chart.

\n","type":"ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#columns"},"crosshair":{"name":"crosshair","description":"

Options for customizing the crosshair of the chart.

\n","type":"CrosshairSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#crosshair"},"crosshairModule":{"name":"crosshairModule","description":"

crosshairModule is used to manipulate and add crosshair to the chart.

\n","type":"Crosshair","link":"//ej2.syncfusion.com/documentation/api/chart/#crosshairmodule"},"dataEditingModule":{"name":"dataEditingModule","description":"

dataEditingModule is used to drag and drop of the point.

\n","type":"DataEditing","link":"//ej2.syncfusion.com/documentation/api/chart/#dataeditingmodule"},"dataLabelModule":{"name":"dataLabelModule","description":"

dataLabelModule is used to manipulate and add data label to the series.

\n","type":"DataLabel","link":"//ej2.syncfusion.com/documentation/api/chart/#datalabelmodule"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the chart. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/chart/#datasource"},"dateTimeCategoryModule":{"name":"dateTimeCategoryModule","description":"

dateTimeCategoryModule is used to manipulate date time and category axis

\n","type":"DateTimeCategory","link":"//ej2.syncfusion.com/documentation/api/chart/#datetimecategorymodule"},"dateTimeModule":{"name":"dateTimeModule","description":"

datetimeModule is used to manipulate and add dateTime axis to the chart.

\n","type":"DateTime","link":"//ej2.syncfusion.com/documentation/api/chart/#datetimemodule"},"description":{"name":"description","description":"

Description for chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#description"},"duration":{"name":"duration","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/#duration"},"eMAIndicatorModule":{"name":"eMAIndicatorModule","description":"

eMAIndicatorModule is used to predict the market trend using EMA approach

\n","type":"EmaIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#emaindicatormodule"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/chart/#element"},"enableAnimation":{"name":"enableAnimation","description":"

If set true, Animation process will be executed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enableanimation"},"enableCanvas":{"name":"enableCanvas","description":"

It specifies whether the chart should be rendered in canvas mode

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enablecanvas"},"enableExport":{"name":"enableExport","description":"

To enable export feature in chart.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enableexport"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enablertl"},"enableSideBySidePlacement":{"name":"enableSideBySidePlacement","description":"

To enable the side by side placing the points for column type series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enablesidebysideplacement"},"errorBarModule":{"name":"errorBarModule","description":"

errorBarModule is used to manipulate and add errorBar for series.

\n","type":"ErrorBar","link":"//ej2.syncfusion.com/documentation/api/chart/#errorbarmodule"},"exportModule":{"name":"exportModule","description":"

Export Module is used to export chart.

\n","type":"Export","link":"//ej2.syncfusion.com/documentation/api/chart/#exportmodule"},"height":{"name":"height","description":"

The height of the chart as a string accepts input both as '100px' or '100%'.\nIf specified as '100%, chart renders to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#height"},"hiloOpenCloseSeriesModule":{"name":"hiloOpenCloseSeriesModule","description":"

hiloOpenCloseSeriesModule is used to add hilo series in chart

\n","type":"HiloOpenCloseSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#hiloopencloseseriesmodule"},"hiloSeriesModule":{"name":"hiloSeriesModule","description":"

hiloSeriesModule is used to add hilo series in chart

\n","type":"HiloSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#hiloseriesmodule"},"histogramSeriesModule":{"name":"histogramSeriesModule","description":"

histogramSeriesModule is used to add histogram series in chart

\n","type":"HistogramSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#histogramseriesmodule"},"indicators":{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#isdestroyed"},"isMultiSelect":{"name":"isMultiSelect","description":"

If set true, enables the multi selection in chart. It requires selectionMode to be Point | Series | or Cluster.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#ismultiselect"},"isTransposed":{"name":"isTransposed","description":"

It specifies whether the chart should be render in transposed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#istransposed"},"legendModule":{"name":"legendModule","description":"

legendModule is used to manipulate and add legend to the chart.

\n","type":"Legend","link":"//ej2.syncfusion.com/documentation/api/chart/#legendmodule"},"legendSettings":{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"},"lineSeriesModule":{"name":"lineSeriesModule","description":"

lineSeriesModule is used to add line series to the chart.

\n","type":"LineSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#lineseriesmodule"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#locale"},"logarithmicModule":{"name":"logarithmicModule","description":"

logarithmicModule is used to manipulate and add log axis to the chart.

\n","type":"Logarithmic","link":"//ej2.syncfusion.com/documentation/api/chart/#logarithmicmodule"},"macdIndicatorModule":{"name":"macdIndicatorModule","description":"

macdIndicatorModule is used to predict the market trend using Macd approach

\n","type":"MacdIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#macdindicatormodule"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the chart.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/chart/#margin"},"momentumIndicatorModule":{"name":"momentumIndicatorModule","description":"

momentumIndicatorModule is used to predict the market trend using Momentum approach

\n","type":"MomentumIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#momentumindicatormodule"},"multiColoredAreaSeriesModule":{"name":"multiColoredAreaSeriesModule","description":"

multiColoredAreaSeriesModule is used to add multi colored area series to the chart.

\n","type":"MultiColoredAreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#multicoloredareaseriesmodule"},"multiColoredLineSeriesModule":{"name":"multiColoredLineSeriesModule","description":"

multiColoredLineSeriesModule is used to add multi colored line series to the chart.

\n","type":"MultiColoredLineSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#multicoloredlineseriesmodule"},"multiLevelLabelModule":{"name":"multiLevelLabelModule","description":"

multiLevelLabelModule is used to manipulate and add multiLevelLabel in chart.

\n","type":"MultiLevelLabel","link":"//ej2.syncfusion.com/documentation/api/chart/#multilevellabelmodule"},"palettes":{"name":"palettes","description":"

Palette for the chart series.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/chart/#palettes"},"paretoSeriesModule":{"name":"paretoSeriesModule","description":"

ParetoSeriesModule is used to add pareto series in the chart.

\n","type":"ParetoSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#paretoseriesmodule"},"polarSeriesModule":{"name":"polarSeriesModule","description":"

polarSeriesModule is used to add polar series in the chart.

\n","type":"PolarSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#polarseriesmodule"},"primaryXAxis":{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},"primaryYAxis":{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},"radarSeriesModule":{"name":"radarSeriesModule","description":"

radarSeriesModule is used to add radar series in the chart.

\n","type":"RadarSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#radarseriesmodule"},"rangeAreaSeriesModule":{"name":"rangeAreaSeriesModule","description":"

rangeAreaSeriesModule is used to add rangeArea series in chart.

\n","type":"RangeAreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#rangeareaseriesmodule"},"rangeColumnSeriesModule":{"name":"rangeColumnSeriesModule","description":"

rangeColumnSeriesModule is used to add rangeColumn series to the chart.

\n","type":"RangeColumnSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#rangecolumnseriesmodule"},"rows":{"name":"rows","description":"

Options to split Chart into multiple plotting areas horizontally.\nEach object in the collection represents a plotting area in the Chart.

\n","type":"RowModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#rows"},"rsiIndicatorModule":{"name":"rsiIndicatorModule","description":"

rSIIndicatorModule is used to predict the market trend using RSI approach

\n","type":"RsiIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#rsiindicatormodule"},"sMAIndicatorModule":{"name":"sMAIndicatorModule","description":"

sMAIndicatorModule is used to predict the market trend using SMA approach

\n","type":"SmaIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#smaindicatormodule"},"scatterSeriesModule":{"name":"scatterSeriesModule","description":"

scatterSeriesModule is used to add scatter series to the chart.

\n","type":"ScatterSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#scatterseriesmodule"},"scrollBarModule":{"name":"scrollBarModule","description":"

ScrollBar Module is used to render scrollbar in chart while zooming.

\n","type":"ScrollBar","link":"//ej2.syncfusion.com/documentation/api/chart/#scrollbarmodule"},"selectedDataIndexes":{"name":"selectedDataIndexes","description":"

Specifies the point indexes to be selected while loading a chart.\nIt requires selectionMode to be Point | Series | or Cluster.

\n","type":"IndexesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#selecteddataindexes"},"selectionMode":{"name":"selectionMode","description":"

Specifies whether series or data point has to be selected. They are,

\n
    \n
  • none: Disables the selection.
  • \n
  • series: selects a series.
  • \n
  • point: selects a point.
  • \n
  • cluster: selects a cluster of point
  • \n
  • dragXY: selects points by dragging with respect to both horizontal and vertical axes
  • \n
  • dragX: selects points by dragging with respect to horizontal axis.
  • \n
  • dragY: selects points by dragging with respect to vertical axis.
  • \n
  • lasso: selects points by dragging with respect to free form.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#selectionmode"},"selectionModule":{"name":"selectionModule","description":"

selectionModule is used to manipulate and add selection to the chart.

\n","type":"Selection","link":"//ej2.syncfusion.com/documentation/api/chart/#selectionmodule"},"series":{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},"splineAreaSeriesModule":{"name":"splineAreaSeriesModule","description":"

splineAreaSeriesModule is used to add spline area series to the chart.

\n","type":"SplineAreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#splineareaseriesmodule"},"splineSeriesModule":{"name":"splineSeriesModule","description":"

splineSeriesModule is used to add spline series to the chart.

\n","type":"SplineSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#splineseriesmodule"},"stackingAreaSeriesModule":{"name":"stackingAreaSeriesModule","description":"

stackingAreaSeriesModule is used to add stacking area series to the chart.

\n","type":"StackingAreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#stackingareaseriesmodule"},"stackingBarSeriesModule":{"name":"stackingBarSeriesModule","description":"

stackingBarSeriesModule is used to add stacking bar series to the chart.

\n","type":"StackingBarSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#stackingbarseriesmodule"},"stackingColumnSeriesModule":{"name":"stackingColumnSeriesModule","description":"

stackingColumnSeriesModule is used to add stacking column series in the chart.

\n","type":"StackingColumnSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#stackingcolumnseriesmodule"},"stackingLineSeriesModule":{"name":"stackingLineSeriesModule","description":"

stackingLineSeriesModule is used to add stacking line series to the chart.

\n","type":"StackingLineSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#stackinglineseriesmodule"},"stepAreaSeriesModule":{"name":"stepAreaSeriesModule","description":"

stepAreaSeriesModule is used to add step area series to the chart.

\n","type":"StepAreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#stepareaseriesmodule"},"stepLineSeriesModule":{"name":"stepLineSeriesModule","description":"

stepLineSeriesModule is used to add step line series to the chart.

\n","type":"StepLineSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#steplineseriesmodule"},"stochasticIndicatorModule":{"name":"stochasticIndicatorModule","description":"

stochasticIndicatorModule is used to predict the market trend using Stochastic approach

\n","type":"StochasticIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#stochasticindicatormodule"},"stripLineModule":{"name":"stripLineModule","description":"

stripLineModule is used to manipulate and add stripLine in chart.

\n","type":"StripLine","link":"//ej2.syncfusion.com/documentation/api/chart/#striplinemodule"},"subTitle":{"name":"subTitle","description":"

SubTitle of the chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#subtitle"},"subTitleStyle":{"name":"subTitleStyle","description":"

Options for customizing the Subtitle of the Chart.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/#subtitlestyle"},"tMAIndicatorModule":{"name":"tMAIndicatorModule","description":"

tMAIndicatorModule is used to predict the market trend using TMA approach

\n","type":"TmaIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#tmaindicatormodule"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the chart.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/#tabindex"},"theme":{"name":"theme","description":"

Specifies the theme for the chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#theme"},"title":{"name":"title","description":"

Title of the chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title of the Chart.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},"tooltipModule":{"name":"tooltipModule","description":"

tooltipModule is used to manipulate and add tooltip to the series.

\n","type":"Tooltip","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltipmodule"},"trendLineModule":{"name":"trendLineModule","description":"

'TrendlineModule' is used to predict the market trend using trendlines

\n","type":"Trendlines","link":"//ej2.syncfusion.com/documentation/api/chart/#trendlinemodule"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

Specifies whether a grouping separator should be used for a number.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#usegroupingseparator"},"waterfallSeriesModule":{"name":"waterfallSeriesModule","description":"

waterfallSeries is used to add waterfall series in chart.

\n","type":"WaterfallSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#waterfallseriesmodule"},"width":{"name":"width","description":"

The width of the chart as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, chart renders to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#width"},"zoomModule":{"name":"zoomModule","description":"

zoomModule is used to manipulate and add zooming to the chart.

\n","type":"Zoom","link":"//ej2.syncfusion.com/documentation/api/chart/#zoommodule"},"zoomSettings":{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#addeventlistener"},"addSeries":{"name":"addSeries","description":"

To add series for the chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#addseries"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#appendto"},"createChartSvg":{"name":"createChartSvg","description":"

Method to create SVG element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#createchartsvg"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#destroy"},"export":{"name":"export","description":"

Export method for the chart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#export"},"getLocalizedLabel":{"name":"getLocalizedLabel","description":"

Gets the localized label by locale keyword.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#getlocalizedlabel"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#getmodulename"},"print":{"name":"print","description":"

Handles the print method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#removeeventlistener"},"removeSeries":{"name":"removeSeries","description":"

To Remove series for the chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#removeseries"},"setAnnotationValue":{"name":"setAnnotationValue","description":"

Method to set the annotation content dynamically for chart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#setannotationvalue"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#inject"}},"CrosshairSettings":{"dashArray":{"name":"dashArray","description":"

DashArray for crosshair.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairSettings#dasharray"},"enable":{"name":"enable","description":"

If set to true, crosshair line becomes visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairSettings#enable"},"line":{"name":"line","description":"

Options to customize the crosshair line.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairSettings#line"},"lineType":{"name":"lineType","description":"

Specifies the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,

\n
    \n
  • None: Hides both vertical and horizontal crosshair lines.
  • \n
  • Both: Shows both vertical and horizontal crosshair lines.
  • \n
  • Vertical: Shows the vertical line.
  • \n
  • Horizontal: Shows the horizontal line.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairSettings#linetype"}},"ChartAnnotationSettings":{"content":{"name":"content","description":"

Content of the annotation, which accepts the id of the custom element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#content"},"coordinateUnits":{"name":"coordinateUnits","description":"

Specifies the coordinate units of the annotation. They are

\n
    \n
  • Pixel - Annotation renders based on x and y pixel value.
  • \n
  • Point - Annotation renders based on x and y axis value.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#coordinateunits"},"description":{"name":"description","description":"

Information about annotation for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#description"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Specifies the alignment of the annotation. They are

\n
    \n
  • Near - Align the annotation element as left side.
  • \n
  • Far - Align the annotation element as right side.
  • \n
  • Center - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#horizontalalignment"},"region":{"name":"region","description":"

Specifies the regions of the annotation. They are

\n
    \n
  • Chart - Annotation renders based on chart coordinates.
  • \n
  • Series - Annotation renders based on series coordinates.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#region"},"verticalAlignment":{"name":"verticalAlignment","description":"

Specifies the position of the annotation. They are

\n
    \n
  • Top - Align the annotation element as top side.
  • \n
  • Bottom - Align the annotation element as bottom side.
  • \n
  • Middle - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#verticalalignment"},"x":{"name":"x","description":"

if set coordinateUnit as Pixel X specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|Date|number","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#x"},"xAxisName":{"name":"xAxisName","description":"

The name of horizontal axis associated with the annotation.\nIt requires axes of chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#xaxisname"},"y":{"name":"y","description":"

if set coordinateUnit as Pixel Y specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#y"},"yAxisName":{"name":"yAxisName","description":"

The name of vertical axis associated with the annotation.\nIt requires axes of chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#yaxisname"}},"LabelBorder":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/labelBorder#color"},"type":{"name":"type","description":"

Border type for labels

\n
    \n
  • Rectangle
  • \n
  • Without Top Border
  • \n
  • Without Top and BottomBorder
  • \n
  • Without Border
  • \n
  • Brace
  • \n
  • CurlyBrace
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/labelBorder#type"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/labelBorder#width"}},"ScrollbarSettings":{"enable":{"name":"enable","description":"

Enables the scrollbar for lazy loading.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/scrollbarSettings#enable"},"pointsLength":{"name":"pointsLength","description":"

Defines the length of the points for numeric and logarithmic values.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/scrollbarSettings#pointslength"},"range":{"name":"range","description":"

Specifies the range for date time values alone.

\n","type":"ScrollbarSettingsRangeModel","link":"//ej2.syncfusion.com/documentation/api/chart/scrollbarSettings#range"}},"ScrollbarSettingsRange":{"maximum":{"name":"maximum","description":"

Specifies the maximum range of an scrollbar.

\n","type":"Date|string|number","link":"//ej2.syncfusion.com/documentation/api/chart/scrollbarSettingsRange#maximum"},"minimum":{"name":"minimum","description":"

Specifies the minimum range of an scrollbar.

\n","type":"Date|string|number","link":"//ej2.syncfusion.com/documentation/api/chart/scrollbarSettingsRange#minimum"}},"StripLineSettings":{"border":{"name":"border","description":"

Border of the strip line.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#border"},"color":{"name":"color","description":"

Color of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#color"},"dashArray":{"name":"dashArray","description":"

Dash Array of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#dasharray"},"end":{"name":"end","description":"

End value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#end"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Defines the position of the strip line text horizontally. They are,

\n
    \n
  • Start: Places the strip line text at the start.
  • \n
  • Middle: Places the strip line text in the middle.
  • \n
  • End: Places the strip line text at the end.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#horizontalalignment"},"isRepeat":{"name":"isRepeat","description":"

isRepeat value of the strip line.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#isrepeat"},"isSegmented":{"name":"isSegmented","description":"

isSegmented value of the strip line

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#issegmented"},"opacity":{"name":"opacity","description":"

Strip line Opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#opacity"},"repeatEvery":{"name":"repeatEvery","description":"

repeatEvery value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#repeatevery"},"repeatUntil":{"name":"repeatUntil","description":"

repeatUntil value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#repeatuntil"},"rotation":{"name":"rotation","description":"

The angle to which the strip line text gets rotated.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#rotation"},"segmentAxisName":{"name":"segmentAxisName","description":"

segmentAxisName of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#segmentaxisname"},"segmentEnd":{"name":"segmentEnd","description":"

segmentEnd value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#segmentend"},"segmentStart":{"name":"segmentStart","description":"

segmentStart value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#segmentstart"},"size":{"name":"size","description":"

Size of the strip line, when it starts from the origin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#size"},"sizeType":{"name":"sizeType","description":"

Size type of the strip line

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#sizetype"},"start":{"name":"start","description":"

Start value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#start"},"startFromAxis":{"name":"startFromAxis","description":"

If set true, strip line get render from axis origin.\n@default false

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#startfromaxis"},"text":{"name":"text","description":"

Strip line text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#text"},"textStyle":{"name":"textStyle","description":"

Options to customize the strip line text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#textstyle"},"verticalAlignment":{"name":"verticalAlignment","description":"

Defines the position of the strip line text vertically. They are,

\n
    \n
  • Start: Places the strip line text at the start.
  • \n
  • Middle: Places the strip line text in the middle.
  • \n
  • End: Places the strip line text at the end.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#verticalalignment"},"visible":{"name":"visible","description":"

If set true, strip line for axis renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#visible"},"zIndex":{"name":"zIndex","description":"

Specifies the order of the strip line. They are,

\n
    \n
  • Behind: Places the strip line behind the series elements.
  • \n
  • Over: Places the strip line over the series elements.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#zindex"}},"Export":{"export":{"name":"export","description":"

Handles the export method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/export#export"}},"AreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#chart"},"applySegmentAxis":{"name":"applySegmentAxis","description":"

Segment calculation performed here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#applysegmentaxis"},"createClipRect":{"name":"createClipRect","description":"

To create clip rect for segment axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#createcliprect"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#doanimation"},"getAreaEmptyDirection":{"name":"getAreaEmptyDirection","description":"

To Generate the empty point direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#getareaemptydirection"},"getAreaPathDirection":{"name":"getAreaPathDirection","description":"

To Generate the area path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#getareapathdirection"},"getAxisValue":{"name":"getAxisValue","description":"

To get exact value from segment value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#getaxisvalue"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#getlinedirection"},"setPointColor":{"name":"setPointColor","description":"

To set point color

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#setpointcolor"},"sortSegments":{"name":"sortSegments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#sortsegments"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#storepointlocation"}},"BarSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/barSeries#doanimation"}},"BoxAndWhiskerSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/boxAndWhiskerSeries#doanimation"},"findBoxPlotValues":{"name":"findBoxPlotValues","description":"

To find the box plot values

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/boxAndWhiskerSeries#findboxplotvalues"},"getPathString":{"name":"getPathString","description":"

Calculation for path direction performed here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/boxAndWhiskerSeries#getpathstring"},"renderBoxAndWhisker":{"name":"renderBoxAndWhisker","description":"

Rendering for box and whisker append here.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/boxAndWhiskerSeries#renderboxandwhisker"}},"BubbleSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/bubbleSeries#doanimation"}},"CandleSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/candleSeries#doanimation"}},"ChartSegment":{"color":{"name":"color","description":"

Defines the color of a region.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartSegment#color"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartSegment#dasharray"},"value":{"name":"value","description":"

Defines the starting point of region.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/chartSegment#value"}},"ErrorBarCapSettings":{"color":{"name":"color","description":"

The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarCapSettings#color"},"length":{"name":"length","description":"

The length of the error bar in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarCapSettings#length"},"opacity":{"name":"opacity","description":"

The opacity of the cap.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarCapSettings#opacity"},"width":{"name":"width","description":"

The width of the error bar in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarCapSettings#width"}},"ErrorBarSettings":{"color":{"name":"color","description":"

The color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#color"},"direction":{"name":"direction","description":"

The direction of the error bar . They are

\n
    \n
  • both - Renders both direction of error bar.
  • \n
  • minus - Renders minus direction of error bar.
  • \n
  • plus - Renders plus direction error bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#direction"},"errorBarCap":{"name":"errorBarCap","description":"

Options for customizing the cap of the error bar.

\n","type":"ErrorBarCapSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#errorbarcap"},"horizontalError":{"name":"horizontalError","description":"

The horizontal error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#horizontalerror"},"horizontalNegativeError":{"name":"horizontalNegativeError","description":"

The horizontal negative error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#horizontalnegativeerror"},"horizontalPositiveError":{"name":"horizontalPositiveError","description":"

The horizontal positive error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#horizontalpositiveerror"},"mode":{"name":"mode","description":"

The mode of the error bar . They are

\n
    \n
  • Vertical - Renders a vertical error bar.
  • \n
  • Horizontal - Renders a horizontal error bar.
  • \n
  • Both - Renders both side error bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#mode"},"type":{"name":"type","description":"

The type of the error bar . They are

\n
    \n
  • Fixed - Renders a fixed type error bar.
  • \n
  • Percentage - Renders a percentage type error bar.
  • \n
  • StandardDeviation - Renders a standard deviation type error bar.
  • \n
  • StandardError -Renders a standard error type error bar.
  • \n
  • Custom -Renders a custom type error bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#type"},"verticalError":{"name":"verticalError","description":"

The vertical error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#verticalerror"},"verticalNegativeError":{"name":"verticalNegativeError","description":"

The vertical negative error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#verticalnegativeerror"},"verticalPositiveError":{"name":"verticalPositiveError","description":"

The vertical positive error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#verticalpositiveerror"},"visible":{"name":"visible","description":"

If set true, error bar for data gets rendered.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#visible"},"width":{"name":"width","description":"

The stroke width of the error bar..

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#width"}},"Points":{"average":{"name":"average","description":"

point average value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#average"},"close":{"name":"close","description":"

point close value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#close"},"color":{"name":"color","description":"

point color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/points#color"},"error":{"name":"error","description":"

point error value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#error"},"high":{"name":"high","description":"

point high value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#high"},"index":{"name":"index","description":"

point index value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#index"},"interior":{"name":"interior","description":"

point interior value

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/points#interior"},"isEmpty":{"name":"isEmpty","description":"

point empty checking

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/points#isempty"},"isSelect":{"name":"isSelect","description":"

To know the point is selected

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/points#isselect"},"low":{"name":"low","description":"

point low value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#low"},"lowerQuartile":{"name":"lowerQuartile","description":"

point lower quartile value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#lowerquartile"},"maximum":{"name":"maximum","description":"

point maximum value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#maximum"},"median":{"name":"median","description":"

point median value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#median"},"minimum":{"name":"minimum","description":"

point minimum value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#minimum"},"open":{"name":"open","description":"

point open value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#open"},"outliers":{"name":"outliers","description":"

point outliers value

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/chart/points#outliers"},"percentage":{"name":"percentage","description":"

point percentage value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#percentage"},"regionData":{"name":"regionData","description":"

point region data

\n","type":"PolarArc","link":"//ej2.syncfusion.com/documentation/api/chart/points#regiondata"},"regions":{"name":"regions","description":"

point region

\n","type":"Rect[]","link":"//ej2.syncfusion.com/documentation/api/chart/points#regions"},"size":{"name":"size","description":"

point size value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#size"},"symbolLocations":{"name":"symbolLocations","description":"

point symbol location

\n","type":"ChartLocation[]","link":"//ej2.syncfusion.com/documentation/api/chart/points#symbollocations"},"text":{"name":"text","description":"

point text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/points#text"},"tooltip":{"name":"tooltip","description":"

point tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/points#tooltip"},"upperQuartile":{"name":"upperQuartile","description":"

point upper quartile value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#upperquartile"},"visible":{"name":"visible","description":"

point visibility

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/points#visible"},"volume":{"name":"volume","description":"

point volume value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#volume"},"x":{"name":"x","description":"

point x

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#x"},"xValue":{"name":"xValue","description":"

point x value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#xvalue"},"y":{"name":"y","description":"

point y

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#y"},"yValue":{"name":"yValue","description":"

point y value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#yvalue"}},"SeriesBase":{"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#animation"},"close":{"name":"close","description":"

The DataSource field that contains the close value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#close"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#dasharray"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#datasource"},"enableComplexProperty":{"name":"enableComplexProperty","description":"

This property used to improve chart performance via data mapping for series dataSource.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#enablecomplexproperty"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#fill"},"high":{"name":"high","description":"

The DataSource field that contains the high value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#high"},"low":{"name":"low","description":"

The DataSource field that contains the low value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#low"},"open":{"name":"open","description":"

The DataSource field that contains the open value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#open"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#pointcolormapping"},"query":{"name":"query","description":"

Specifies query to select data from DataSource. This property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#query"},"segmentAxis":{"name":"segmentAxis","description":"

Defines the axis, based on which the line series will be split.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#segmentaxis"},"segments":{"name":"segments","description":"

Defines the collection of regions that helps to differentiate a line series.

\n","type":"ChartSegmentModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#segments"},"volume":{"name":"volume","description":"

Defines the data source field that contains the volume value in candle charts\nIt is applicable for financial series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#volume"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#width"},"xAxisName":{"name":"xAxisName","description":"

The name of the horizontal axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#xaxisname"},"xName":{"name":"xName","description":"

The DataSource field that contains the x value.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#xname"},"yAxisName":{"name":"yAxisName","description":"

The name of the vertical axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#yaxisname"}},"Trendline":{"animation":{"name":"animation","description":"

Options to customize the animation for trendlines

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#animation"},"backwardForecast":{"name":"backwardForecast","description":"

Defines the period, by which the trend has to backward forecast

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#backwardforecast"},"enableTooltip":{"name":"enableTooltip","description":"

Enables/disables tooltip for trendlines

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#enabletooltip"},"fill":{"name":"fill","description":"

Defines the fill color of trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#fill"},"forwardForecast":{"name":"forwardForecast","description":"

Defines the period, by which the trend has to forward forecast

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#forwardforecast"},"intercept":{"name":"intercept","description":"

Defines the intercept of the trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#intercept"},"legendShape":{"name":"legendShape","description":"

Sets the legend shape of the trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#legendshape"},"marker":{"name":"marker","description":"

Options to customize the marker for trendlines

\n","type":"MarkerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#marker"},"name":{"name":"name","description":"

Defines the name of trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#name"},"period":{"name":"period","description":"

Defines the period, the price changes over which will be considered to predict moving average trend line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#period"},"polynomialOrder":{"name":"polynomialOrder","description":"

Defines the polynomial order of the polynomial trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#polynomialorder"},"type":{"name":"type","description":"

Defines the type of the trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#type"},"width":{"name":"width","description":"

Defines the width of the trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#width"}},"ColumnBase":{},"ColumnSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/columnSeries#doanimation"}},"ErrorBar":{"error":{"name":"error","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#error"},"errorHeight":{"name":"errorHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#errorheight"},"negativeHeight":{"name":"negativeHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#negativeheight"},"positiveHeight":{"name":"positiveHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#positiveheight"},"doErrorBarAnimation":{"name":"doErrorBarAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#doerrorbaranimation"},"meanCalculation":{"name":"meanCalculation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#meancalculation"},"render":{"name":"render","description":"

Render the error bar for series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#render"}},"HiloOpenCloseSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/hiloOpenCloseSeries#doanimation"}},"HiloSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/hiloSeries#doanimation"}},"HistogramSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/histogramSeries#doanimation"}},"LineBase":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/lineBase#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/lineBase#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/lineBase#storepointlocation"}},"LineSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/lineSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/lineSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/lineSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/lineSeries#storepointlocation"}},"MarkerExplode":{"insideRegion":{"name":"insideRegion","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/markerExplode#insideregion"},"lierIndex":{"name":"lierIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/markerExplode#lierindex"},"getClosestX":{"name":"getClosestX","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/markerExplode#getclosestx"},"isSelected":{"name":"isSelected","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/markerExplode#isselected"}},"MultiColoredAreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#chart"},"applySegmentAxis":{"name":"applySegmentAxis","description":"

Segment calculation performed here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#applysegmentaxis"},"createClipRect":{"name":"createClipRect","description":"

To create clip rect for segment axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#createcliprect"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#doanimation"},"getAreaEmptyDirection":{"name":"getAreaEmptyDirection","description":"

To Generate the empty point direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#getareaemptydirection"},"getAreaPathDirection":{"name":"getAreaPathDirection","description":"

To Generate the area path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#getareapathdirection"},"getAxisValue":{"name":"getAxisValue","description":"

To get exact value from segment value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#getaxisvalue"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#getlinedirection"},"setPointColor":{"name":"setPointColor","description":"

To set point color

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#setpointcolor"},"sortSegments":{"name":"sortSegments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#sortsegments"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#storepointlocation"}},"MultiColoredSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#chart"},"applySegmentAxis":{"name":"applySegmentAxis","description":"

Segment calculation performed here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#applysegmentaxis"},"createClipRect":{"name":"createClipRect","description":"

To create clip rect for segment axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#createcliprect"},"getAreaEmptyDirection":{"name":"getAreaEmptyDirection","description":"

To Generate the empty point direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#getareaemptydirection"},"getAreaPathDirection":{"name":"getAreaPathDirection","description":"

To Generate the area path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#getareapathdirection"},"getAxisValue":{"name":"getAxisValue","description":"

To get exact value from segment value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#getaxisvalue"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#getlinedirection"},"setPointColor":{"name":"setPointColor","description":"

To set point color

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#setpointcolor"},"sortSegments":{"name":"sortSegments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#sortsegments"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#storepointlocation"}},"MultiColoredLineSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#chart"},"applySegmentAxis":{"name":"applySegmentAxis","description":"

Segment calculation performed here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#applysegmentaxis"},"createClipRect":{"name":"createClipRect","description":"

To create clip rect for segment axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#createcliprect"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#doanimation"},"getAreaEmptyDirection":{"name":"getAreaEmptyDirection","description":"

To Generate the empty point direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#getareaemptydirection"},"getAreaPathDirection":{"name":"getAreaPathDirection","description":"

To Generate the area path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#getareapathdirection"},"getAxisValue":{"name":"getAxisValue","description":"

To get exact value from segment value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#getaxisvalue"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#getlinedirection"},"setPointColor":{"name":"setPointColor","description":"

To set point color

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#setpointcolor"},"sortSegments":{"name":"sortSegments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#sortsegments"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#storepointlocation"}},"ParetoSeries":{"paretoAxes":{"name":"paretoAxes","description":"","type":"Axis[]","link":"//ej2.syncfusion.com/documentation/api/chart/paretoSeries#paretoaxes"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/paretoSeries#doanimation"},"initAxis":{"name":"initAxis","description":"

Defines the Axis initialization for Line

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/paretoSeries#initaxis"},"initSeries":{"name":"initSeries","description":"

Defines the Line initialization

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/paretoSeries#initseries"},"performCumulativeCalculation":{"name":"performCumulativeCalculation","description":"

To perform the cumulative calculation for pareto series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/paretoSeries#performcumulativecalculation"}},"PolarSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/polarSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarSeries#doanimation"},"drawYAxisLabels":{"name":"drawYAxisLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarSeries#drawyaxislabels"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarSeries#storepointlocation"}},"RadarSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/radarSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/radarSeries#doanimation"},"drawYAxisLabels":{"name":"drawYAxisLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/radarSeries#drawyaxislabels"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/radarSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/radarSeries#storepointlocation"}},"RangeAreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/rangeAreaSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rangeAreaSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rangeAreaSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rangeAreaSeries#storepointlocation"}},"RangeColumnSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rangeColumnSeries#doanimation"}},"ScatterSeries":{"destroy":{"name":"destroy","description":"

To destroy the scatter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/scatterSeries#destroy"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/scatterSeries#doanimation"}},"SplineAreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#doanimation"},"filterEmptyPoints":{"name":"filterEmptyPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#filteremptypoints"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#getlinedirection"},"getNextIndex":{"name":"getNextIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#getnextindex"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#storepointlocation"}},"SplineBase":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#doanimation"},"filterEmptyPoints":{"name":"filterEmptyPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#filteremptypoints"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#getlinedirection"},"getNextIndex":{"name":"getNextIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#getnextindex"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#storepointlocation"}},"SplineSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#doanimation"},"filterEmptyPoints":{"name":"filterEmptyPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#filteremptypoints"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#getlinedirection"},"getNextIndex":{"name":"getNextIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#getnextindex"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#storepointlocation"}},"StackingAreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/stackingAreaSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingAreaSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingAreaSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingAreaSeries#storepointlocation"}},"StackingBarSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingBarSeries#doanimation"}},"StackingColumnSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingColumnSeries#doanimation"}},"StackingLineSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/stackingLineSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingLineSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingLineSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingLineSeries#storepointlocation"}},"StepAreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/stepAreaSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepAreaSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepAreaSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepAreaSeries#storepointlocation"}},"StepLineSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/stepLineSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepLineSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepLineSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepLineSeries#storepointlocation"}},"WaterfallSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/waterfallSeries#doanimation"}},"AccumulationDistributionIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/accumulationDistributionIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/accumulationDistributionIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/accumulationDistributionIndicator#storepointlocation"}},"AtrIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/atrIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/atrIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/atrIndicator#storepointlocation"}},"BollingerBands":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/bollingerBands#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/bollingerBands#getlinedirection"},"initSeriesCollection":{"name":"initSeriesCollection","description":"

Initializes the series collection to represent bollinger band

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/bollingerBands#initseriescollection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/bollingerBands#storepointlocation"}},"EmaIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/emaIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/emaIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/emaIndicator#storepointlocation"}},"TechnicalAnalysis":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/technicalAnalysis#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/technicalAnalysis#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/technicalAnalysis#storepointlocation"}},"MacdIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/macdIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/macdIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/macdIndicator#storepointlocation"}},"MomentumIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/momentumIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/momentumIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/momentumIndicator#storepointlocation"}},"RsiIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/rsiIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rsiIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rsiIndicator#storepointlocation"}},"SmaIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/smaIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/smaIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/smaIndicator#storepointlocation"}},"StochasticIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/stochasticIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stochasticIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stochasticIndicator#storepointlocation"}},"TechnicalIndicator":{"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#animation"},"bandColor":{"name":"bandColor","description":"

Options for customizing the BollingerBand in the indicator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#bandcolor"},"close":{"name":"close","description":"

The DataSource field that contains the close value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#close"},"dPeriod":{"name":"dPeriod","description":"

Defines the period, the price changes over which will define the %D value in stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#dperiod"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#dasharray"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#datasource"},"enableComplexProperty":{"name":"enableComplexProperty","description":"

This property used to improve chart performance via data mapping for series dataSource.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#enablecomplexproperty"},"fastPeriod":{"name":"fastPeriod","description":"

Sets the fast period to define the Macd line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#fastperiod"},"field":{"name":"field","description":"

Defines the field to compare the current value with previous values

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#field"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#fill"},"high":{"name":"high","description":"

The DataSource field that contains the high value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#high"},"kPeriod":{"name":"kPeriod","description":"

Defines the look back period, the price changes over which will define the %K value in stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#kperiod"},"low":{"name":"low","description":"

The DataSource field that contains the low value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#low"},"lowerLine":{"name":"lowerLine","description":"

Defines the appearance of lower line in technical indicators

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#lowerline"},"macdLine":{"name":"macdLine","description":"

Defines the appearance of the the MacdLine of Macd indicator

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#macdline"},"macdNegativeColor":{"name":"macdNegativeColor","description":"

Defines the color of the negative bars in Macd indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#macdnegativecolor"},"macdPositiveColor":{"name":"macdPositiveColor","description":"

Defines the color of the positive bars in Macd indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#macdpositivecolor"},"macdType":{"name":"macdType","description":"

Defines the type of the Macd indicator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#macdtype"},"open":{"name":"open","description":"

The DataSource field that contains the open value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#open"},"overBought":{"name":"overBought","description":"

Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#overbought"},"overSold":{"name":"overSold","description":"

Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#oversold"},"period":{"name":"period","description":"

Defines the period, the price changes over which will be considered to predict the trend

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#period"},"periodLine":{"name":"periodLine","description":"

Defines the appearance of period line in technical indicators

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#periodline"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#pointcolormapping"},"query":{"name":"query","description":"

Specifies query to select data from DataSource. This property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#query"},"segmentAxis":{"name":"segmentAxis","description":"

Defines the axis, based on which the line series will be split.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#segmentaxis"},"segments":{"name":"segments","description":"

Defines the collection of regions that helps to differentiate a line series.

\n","type":"ChartSegmentModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#segments"},"seriesName":{"name":"seriesName","description":"

Defines the name of the series, the data of which has to be depicted as indicator

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#seriesname"},"showZones":{"name":"showZones","description":"

Enables/Disables the over-bought and over-sold regions

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#showzones"},"slowPeriod":{"name":"slowPeriod","description":"

Sets the slow period to define the Macd line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#slowperiod"},"standardDeviation":{"name":"standardDeviation","description":"

Sets the standard deviation values that helps to define the upper and lower bollinger bands

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#standarddeviation"},"type":{"name":"type","description":"

Defines the type of the technical indicator

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#type"},"upperLine":{"name":"upperLine","description":"

Defines the appearance of the upper line in technical indicators

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#upperline"},"volume":{"name":"volume","description":"

Defines the data source field that contains the volume value in candle charts\nIt is applicable for financial series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#volume"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#width"},"xAxisName":{"name":"xAxisName","description":"

The name of the horizontal axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#xaxisname"},"xName":{"name":"xName","description":"

The DataSource field that contains the x value.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#xname"},"yAxisName":{"name":"yAxisName","description":"

The name of the vertical axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#yaxisname"}},"TmaIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/tmaIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tmaIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tmaIndicator#storepointlocation"}},"Trendlines":{"destroy":{"name":"destroy","description":"

To destroy the trendline

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/trendlines#destroy"},"getTrendLineElements":{"name":"getTrendLineElements","description":"

Defines the trendline elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/trendlines#gettrendlineelements"},"initDataSource":{"name":"initDataSource","description":"

Defines the points to draw the trendlines

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/trendlines#initdatasource"}},"Crosshair":{"crosshair":{"name":"crosshair","description":"

Renders the crosshair.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/crosshair#crosshair"}},"DataEditing":{"pointMouseDown":{"name":"pointMouseDown","description":"

Point drag start here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dataEditing#pointmousedown"},"pointMouseMove":{"name":"pointMouseMove","description":"

Point dragging

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dataEditing#pointmousemove"},"pointMouseUp":{"name":"pointMouseUp","description":"

Point drag ends here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dataEditing#pointmouseup"}},"AnnotationBase":{"processAnnotation":{"name":"processAnnotation","description":"

To process the annotation for accumulation chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/annotationBase#processannotation"}},"ChartArea":{"background":{"name":"background","description":"

The background of the chart area that accepts value in hex and rgba as a valid CSS color string..

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/chartArea#background"},"border":{"name":"border","description":"

Options to customize the border of the chart area.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/common/chartArea#border"},"opacity":{"name":"opacity","description":"

The opacity for background.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/chartArea#opacity"}},"CornerRadius":{"bottomLeft":{"name":"bottomLeft","description":"

Specifies the bottom left corner radius value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/cornerRadius#bottomleft"},"bottomRight":{"name":"bottomRight","description":"

Specifies the bottom right corner radius value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/cornerRadius#bottomright"},"topLeft":{"name":"topLeft","description":"

Specifies the top left corner radius value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/cornerRadius#topleft"},"topRight":{"name":"topRight","description":"

Specifies the top right corner radius value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/cornerRadius#topright"}},"DragSettings":{"enable":{"name":"enable","description":"

To enable the drag the points

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/dragSettings#enable"},"fill":{"name":"fill","description":"

To set the color of the edited point

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/dragSettings#fill"},"maxY":{"name":"maxY","description":"

To set the maximum y of the point

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/dragSettings#maxy"},"minY":{"name":"minY","description":"

To set the minimum y of the point

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/dragSettings#miny"}},"EmptyPointSettings":{"border":{"name":"border","description":"

Options to customize the border of empty points.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/common/emptyPointSettings#border"},"fill":{"name":"fill","description":"

To customize the fill color of empty points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/emptyPointSettings#fill"},"mode":{"name":"mode","description":"

To customize the mode of empty points.

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/common/emptyPointSettings#mode"}},"Indexes":{"point":{"name":"point","description":"

Specifies the point index

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/indexes#point"},"series":{"name":"series","description":"

Specifies the series index

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/indexes#series"}},"Offset":{"x":{"name":"x","description":"

x value of the marker position

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/offset#x"},"y":{"name":"y","description":"

y value of the marker position

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/offset#y"}},"PeriodSelectorSettings":{"height":{"name":"height","description":"

Height for the period selector

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/periodSelectorSettings#height"},"periods":{"name":"periods","description":"

Buttons

\n","type":"PeriodsModel[]","link":"//ej2.syncfusion.com/documentation/api/common/periodSelectorSettings#periods"},"position":{"name":"position","description":"

vertical position of the period selector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/periodSelectorSettings#position"}},"Periods":{"interval":{"name":"interval","description":"

Count value for the button

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/periods#interval"},"intervalType":{"name":"intervalType","description":"

IntervalType of button

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/periods#intervaltype"},"selected":{"name":"selected","description":"

To select the default period

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/periods#selected"},"text":{"name":"text","description":"

Text to be displayed on the button

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/periods#text"}},"PeriodSelector":{"calendarId":{"name":"calendarId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#calendarid"},"control":{"name":"control","description":"","type":"IPeriodSelectorControl","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#control"},"datePicker":{"name":"datePicker","description":"","type":"DateRangePicker","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#datepicker"},"datePickerTriggered":{"name":"datePickerTriggered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#datepickertriggered"},"periodSelectorDiv":{"name":"periodSelectorDiv","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#periodselectordiv"},"periodSelectorSize":{"name":"periodSelectorSize","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#periodselectorsize"},"rootControl":{"name":"rootControl","description":"","type":"StockChart|RangeNavigator","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#rootcontrol"},"selectedIndex":{"name":"selectedIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#selectedindex"},"toolbar":{"name":"toolbar","description":"","type":"Toolbar","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#toolbar"},"triggerChange":{"name":"triggerChange","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#triggerchange"},"appendSelector":{"name":"appendSelector","description":"

To initialize the period selector properties

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#appendselector"},"changedRange":{"name":"changedRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#changedrange"},"renderSelector":{"name":"renderSelector","description":"

renderSelector elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#renderselector"},"renderSelectorElement":{"name":"renderSelectorElement","description":"

renderSelector div

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#renderselectorelement"},"setControlValues":{"name":"setControlValues","description":"

To set the control values

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#setcontrolvalues"}},"ScrollBar":{"axes":{"name":"axes","description":"","type":"Axis[]","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#axes"},"axis":{"name":"axis","description":"","type":"Axis","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#axis"},"component":{"name":"component","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#component"},"height":{"name":"height","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#height"},"svgObject":{"name":"svgObject","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#svgobject"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#width"},"zoomFactor":{"name":"zoomFactor","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#zoomfactor"},"zoomPosition":{"name":"zoomPosition","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#zoomposition"},"calculateLazyRange":{"name":"calculateLazyRange","description":"

Range calculation for lazy loading

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#calculatelazyrange"},"calculateMouseWheelRange":{"name":"calculateMouseWheelRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#calculatemousewheelrange"},"destroy":{"name":"destroy","description":"

Method to destroy scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#destroy"},"getLazyDefaults":{"name":"getLazyDefaults","description":"

Lazy load default values

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#getlazydefaults"},"getLogRange":{"name":"getLogRange","description":"

Method to get log range

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#getlogrange"},"getModuleName":{"name":"getModuleName","description":"

Method to get scrollbar module name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#getmodulename"},"injectTo":{"name":"injectTo","description":"

Method for injecting scrollbar module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#injectto"},"removeScrollSvg":{"name":"removeScrollSvg","description":"

Method to remove existing scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#removescrollsvg"},"scrollMouseDown":{"name":"scrollMouseDown","description":"

Handles the mouse down on scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#scrollmousedown"},"scrollMouseMove":{"name":"scrollMouseMove","description":"

Handles the mouse move on scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#scrollmousemove"},"scrollMouseUp":{"name":"scrollMouseUp","description":"

Handles the mouse up on scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#scrollmouseup"},"scrollMouseWheel":{"name":"scrollMouseWheel","description":"

Handles the mouse wheel on scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#scrollmousewheel"}},"ScrollElements":{"setArrowDirection":{"name":"setArrowDirection","description":"

Methods to set the arrow width

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollElements#setarrowdirection"},"thumb":{"name":"thumb","description":"

Method to render thumb

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollElements#thumb"}},"BaseTooltip":{"control":{"name":"control","description":"","type":"AccumulationChart|Chart","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#control"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#element"},"elementSize":{"name":"elementSize","description":"","type":"Size","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#elementsize"},"formattedText":{"name":"formattedText","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#formattedtext"},"header":{"name":"header","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#header"},"headerText":{"name":"headerText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#headertext"},"insideRegion":{"name":"insideRegion","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#insideregion"},"inverted":{"name":"inverted","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#inverted"},"isRemove":{"name":"isRemove","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#isremove"},"lierIndex":{"name":"lierIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#lierindex"},"svgTooltip":{"name":"svgTooltip","description":"","type":"SVGTooltip","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#svgtooltip"},"text":{"name":"text","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#text"},"textElements":{"name":"textElements","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#textelements"},"textStyle":{"name":"textStyle","description":"","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#textstyle"},"toolTipInterval":{"name":"toolTipInterval","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#tooltipinterval"},"createElement":{"name":"createElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#createelement"},"createTooltip":{"name":"createTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#createtooltip"},"fadeOut":{"name":"fadeOut","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#fadeout"},"getClosestX":{"name":"getClosestX","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#getclosestx"},"getElement":{"name":"getElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#getelement"},"highlightPoint":{"name":"highlightPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#highlightpoint"},"highlightPoints":{"name":"highlightPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#highlightpoints"},"isSelected":{"name":"isSelected","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#isselected"},"pushData":{"name":"pushData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#pushdata"},"removeHighlight":{"name":"removeHighlight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#removehighlight"},"removeHighlightedMarker":{"name":"removeHighlightedMarker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#removehighlightedmarker"},"removeText":{"name":"removeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#removetext"},"stopAnimation":{"name":"stopAnimation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#stopanimation"},"updatePreviousPoint":{"name":"updatePreviousPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#updatepreviouspoint"}},"RangeNavigatorSeries":{"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#animation"},"border":{"name":"border","description":"

Options for customizing the color and width of the series border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#border"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#dasharray"},"dataSource":{"name":"dataSource","description":"

It defines the data source for a series.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#datasource"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#fill"},"opacity":{"name":"opacity","description":"

The opacity for the background.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#opacity"},"query":{"name":"query","description":"

It defines the query for the data source

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#query"},"type":{"name":"type","description":"

It defines the series type of the range navigator

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#type"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#width"},"xName":{"name":"xName","description":"

It defines the xName for the series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#xname"},"yName":{"name":"yName","description":"

It defines the yName for the series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#yname"}},"RangeTooltipSettings":{"border":{"name":"border","description":"

Options to customize tooltip borders.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#border"},"displayMode":{"name":"displayMode","description":"

It defines display mode for tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#displaymode"},"enable":{"name":"enable","description":"

Enables / Disables the visibility of the tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#enable"},"fill":{"name":"fill","description":"

The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#fill"},"format":{"name":"format","description":"

Format the ToolTip content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#format"},"opacity":{"name":"opacity","description":"

The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#opacity"},"template":{"name":"template","description":"

Custom template to format the ToolTip content. Use ${value} as the placeholder text to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#template"},"textStyle":{"name":"textStyle","description":"

Options to customize the ToolTip text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#textstyle"}},"StyleSettings":{"selectedRegionColor":{"name":"selectedRegionColor","description":"

Selected region color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/styleSettings#selectedregioncolor"},"thumb":{"name":"thumb","description":"

thumb settings

\n","type":"ThumbSettingsModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/styleSettings#thumb"},"unselectedRegionColor":{"name":"unselectedRegionColor","description":"

Un Selected region color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/styleSettings#unselectedregioncolor"}},"ThumbSettings":{"border":{"name":"border","description":"

border for the thumb

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/thumbSettings#border"},"fill":{"name":"fill","description":"

fill color for the thumb

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/thumbSettings#fill"},"height":{"name":"height","description":"

height of thumb

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/thumbSettings#height"},"type":{"name":"type","description":"

type of thumb

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/thumbSettings#type"},"width":{"name":"width","description":"

width of thumb

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/thumbSettings#width"}},"RangeNavigator":{"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#beforeprint"},"changed":{"name":"changed","description":"

Triggers after change the slider.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#changed"},"labelRender":{"name":"labelRender","description":"

Triggers before the label rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#labelrender"},"load":{"name":"load","description":"

Triggers before the range navigator rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#load"},"loaded":{"name":"loaded","description":"

Triggers after the range navigator rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#loaded"},"resized":{"name":"resized","description":"

Triggers after the range navigator resized

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#resized"},"selectorRender":{"name":"selectorRender","description":"

Triggers before the range navigator selector rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#selectorrender"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip for series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#tooltiprender"},"allowSnapping":{"name":"allowSnapping","description":"

Enable snapping for range navigator sliders

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#allowsnapping"},"animationDuration":{"name":"animationDuration","description":"

Duration of the animation

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#animationduration"},"areaSeriesModule":{"name":"areaSeriesModule","description":"

areaSeriesModule is used to add area series in the chart.

\n","type":"AreaSeries","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#areaseriesmodule"},"dataSource":{"name":"dataSource","description":"

It defines the data source for a range navigator.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#datasource"},"dateTimeModule":{"name":"dateTimeModule","description":"

datetimeModule is used to manipulate and add dateTime axis to the chart.

\n","type":"DateTime","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#datetimemodule"},"disableRangeSelector":{"name":"disableRangeSelector","description":"

To render the period selector with out range navigator.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#disablerangeselector"},"doubleModule":{"name":"doubleModule","description":"

doubleModule is used to manipulate and add double axis to the chart.

\n","type":"Double","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#doublemodule"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#element"},"enableDeferredUpdate":{"name":"enableDeferredUpdate","description":"

Enable deferred update for the range navigator

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enabledeferredupdate"},"enableGrouping":{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablertl"},"groupBy":{"name":"groupBy","description":"

GroupBy property for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#groupby"},"height":{"name":"height","description":"

The height of the chart as a string accepts input both as '100px' or '100%'.\nIf specified as '100%, range navigator renders to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#height"},"interval":{"name":"interval","description":"

interval value for the axis

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#interval"},"intervalType":{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#isdestroyed"},"labelFormat":{"name":"labelFormat","description":"

Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\nIt also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#labelformat"},"labelIntersectAction":{"name":"labelIntersectAction","description":"

Specifies, when the axis labels intersect with each other.They are,

\n
    \n
  • None: Shows all the labels.
  • \n
  • Hide: Hides the label when it intersects.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#labelintersectaction"},"labelPosition":{"name":"labelPosition","description":"

Label positions for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#labelposition"},"labelStyle":{"name":"labelStyle","description":"

Label style for the labels

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#labelstyle"},"lineSeriesModule":{"name":"lineSeriesModule","description":"

lineSeriesModule is used to add line series to the chart.

\n","type":"LineSeries","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#lineseriesmodule"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#locale"},"logBase":{"name":"logBase","description":"

base value for log axis

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#logbase"},"logarithmicModule":{"name":"logarithmicModule","description":"

logarithmicModule is used to manipulate and add log axis to the chart.

\n","type":"Logarithmic","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#logarithmicmodule"},"majorGridLines":{"name":"majorGridLines","description":"

MajorGridLines

\n","type":"MajorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#majorgridlines"},"majorTickLines":{"name":"majorTickLines","description":"

MajorTickLines

\n","type":"MajorTickLinesModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#majorticklines"},"margin":{"name":"margin","description":"

Margin for the range navigator

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#margin"},"maximum":{"name":"maximum","description":"

Maximum value for the axis

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#maximum"},"minimum":{"name":"minimum","description":"

Minimum value for the axis

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#minimum"},"navigatorBorder":{"name":"navigatorBorder","description":"

Options for customizing the color and width of the chart border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#navigatorborder"},"navigatorStyleSettings":{"name":"navigatorStyleSettings","description":"

Navigator style settings

\n","type":"StyleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#navigatorstylesettings"},"periodSelectorModule":{"name":"periodSelectorModule","description":"

periodSelectorModule is used to add period selector un range navigator

\n","type":"PeriodSelector","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#periodselectormodule"},"periodSelectorSettings":{"name":"periodSelectorSettings","description":"

Period selector settings

\n","type":"PeriodSelectorSettingsModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#periodselectorsettings"},"query":{"name":"query","description":"

It defines the query for the data source.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#query"},"rangeTooltipModule":{"name":"rangeTooltipModule","description":"

tooltipModule is used to manipulate and add tooltip to the series.

\n","type":"RangeTooltip","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#rangetooltipmodule"},"secondaryLabelAlignment":{"name":"secondaryLabelAlignment","description":"

It specifies the label alignment for secondary axis labels

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#secondarylabelalignment"},"series":{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},"skeleton":{"name":"skeleton","description":"

Specifies the skeleton format in which the dateTime format will process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#skeleton"},"skeletonType":{"name":"skeletonType","description":"

It specifies the type of format to be used in dateTime format process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#skeletontype"},"stepLineSeriesModule":{"name":"stepLineSeriesModule","description":"

stepLineSeriesModule is used to add stepLine series in the chart.

\n","type":"StepLineSeries","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#steplineseriesmodule"},"theme":{"name":"theme","description":"

Specifies the theme for the range navigator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#theme"},"tickPosition":{"name":"tickPosition","description":"

Tick Position for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#tickposition"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"RangeTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#tooltip"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

Specifies whether a grouping separator should be used for a number.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#usegroupingseparator"},"value":{"name":"value","description":"

Selected range for range navigator.

\n","type":"number[]|Date[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#value"},"valueType":{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},"width":{"name":"width","description":"

The width of the range navigator as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, range navigator renders to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#width"},"xName":{"name":"xName","description":"

It defines the xName for the range navigator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#xname"},"yName":{"name":"yName","description":"

It defines the yName for the range navigator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#yname"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#appendto"},"createSecondaryElement":{"name":"createSecondaryElement","description":"

Creating secondary range navigator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#createsecondaryelement"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#destroy"},"export":{"name":"export","description":"

Handles the export method for range navigator control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#export"},"getModuleName":{"name":"getModuleName","description":"

To get the module name of the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#getmodulename"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

OnProperty change method calling here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#onpropertychanged"},"preRender":{"name":"preRender","description":"

Starting point of the control initialization

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#prerender"},"print":{"name":"print","description":"

Handles the print method for range navigator control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#removeeventlistener"},"render":{"name":"render","description":"

To render the range navigator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#render"},"renderChart":{"name":"renderChart","description":"

Creating Chart for range navigator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#renderchart"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#inject"}},"RangeSeries":{"xAxis":{"name":"xAxis","description":"","type":"Axis","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#xaxis"},"xMax":{"name":"xMax","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#xmax"},"xMin":{"name":"xMin","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#xmin"},"appendSeriesElements":{"name":"appendSeriesElements","description":"

Append series elements in element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#appendserieselements"},"calculateDateTimeNiceInterval":{"name":"calculateDateTimeNiceInterval","description":"

Method to calculate numeric datetime interval

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#calculatedatetimeniceinterval"},"renderChart":{"name":"renderChart","description":"

To render light weight and data manager process

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#renderchart"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#updateactualrange"}},"RangeNavigatorAxis":{"actualIntervalType":{"name":"actualIntervalType","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#actualintervaltype"},"firstLevelLabels":{"name":"firstLevelLabels","description":"","type":"VisibleLabels[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#firstlevellabels"},"gridLines":{"name":"gridLines","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#gridlines"},"lowerValues":{"name":"lowerValues","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#lowervalues"},"max":{"name":"max","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#max"},"min":{"name":"min","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#min"},"rangeNavigator":{"name":"rangeNavigator","description":"","type":"RangeNavigator","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#rangenavigator"},"secondLevelLabels":{"name":"secondLevelLabels","description":"","type":"VisibleLabels[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#secondlevellabels"},"calculateDateTimeNiceInterval":{"name":"calculateDateTimeNiceInterval","description":"

Method to calculate numeric datetime interval

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#calculatedatetimeniceinterval"},"calculateRangeAndInterval":{"name":"calculateRangeAndInterval","description":"

The function to calculate the range and labels for the axis.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#calculaterangeandinterval"},"renderAxisLabels":{"name":"renderAxisLabels","description":"

To render of axis labels

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#renderaxislabels"},"renderGridLines":{"name":"renderGridLines","description":"

To render grid lines of axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#rendergridlines"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#updateactualrange"}},"RangeSlider":{"currentEnd":{"name":"currentEnd","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#currentend"},"currentSlider":{"name":"currentSlider","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#currentslider"},"currentStart":{"name":"currentStart","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#currentstart"},"endX":{"name":"endX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#endx"},"leftRect":{"name":"leftRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#leftrect"},"midRect":{"name":"midRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#midrect"},"points":{"name":"points","description":"","type":"DataPoint[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#points"},"rightRect":{"name":"rightRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#rightrect"},"sliderY":{"name":"sliderY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#slidery"},"startX":{"name":"startX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#startx"},"createThump":{"name":"createThump","description":"

Thumb creation performed

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#createthump"},"destroy":{"name":"destroy","description":"

Destroy Method Calling here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#destroy"},"performAnimation":{"name":"performAnimation","description":"

Animation Calculation for slider navigation

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#performanimation"},"render":{"name":"render","description":"

Render Slider elements for range navigator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#render"},"setSlider":{"name":"setSlider","description":"

Set slider value for range navigator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#setslider"}},"DataPoint":{"visible":{"name":"visible","description":"

point visibility

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/dataPoint#visible"},"x":{"name":"x","description":"

point x

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/range-navigator/dataPoint#x"},"xValue":{"name":"xValue","description":"

point x value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/dataPoint#xvalue"},"y":{"name":"y","description":"

point y

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/range-navigator/dataPoint#y"},"yValue":{"name":"yValue","description":"

point y value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/dataPoint#yvalue"}},"SmithchartAxis":{"axisLine":{"name":"axisLine","description":"

Options for customizing axis lines.

\n","type":"SmithchartAxisLineModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#axisline"},"labelIntersectAction":{"name":"labelIntersectAction","description":"

axis labels will be hide when overlap with each other.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#labelintersectaction"},"labelPosition":{"name":"labelPosition","description":"

position of axis line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#labelposition"},"labelStyle":{"name":"labelStyle","description":"

Options for customizing font.

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#labelstyle"},"majorGridLines":{"name":"majorGridLines","description":"

Options for customizing major grid lines.

\n","type":"SmithchartMajorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#majorgridlines"},"minorGridLines":{"name":"minorGridLines","description":"

Options for customizing minor grid lines.

\n","type":"SmithchartMinorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#minorgridlines"},"visible":{"name":"visible","description":"

visibility of axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#visible"}},"SmithchartAxisLine":{"color":{"name":"color","description":"

option for customizing the axisLine color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxisLine#color"},"dashArray":{"name":"dashArray","description":"

The dash array of the axis line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxisLine#dasharray"},"visible":{"name":"visible","description":"

visibility of axis line.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxisLine#visible"},"width":{"name":"width","description":"

width of the axis lines

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxisLine#width"}},"SmithchartMajorGridLines":{"color":{"name":"color","description":"

option for customizing the majorGridLine color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMajorGridLines#color"},"dashArray":{"name":"dashArray","description":"

The dash array of the major grid lines.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMajorGridLines#dasharray"},"opacity":{"name":"opacity","description":"

opacity of major grid lines.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMajorGridLines#opacity"},"visible":{"name":"visible","description":"

visibility of major grid lines.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMajorGridLines#visible"},"width":{"name":"width","description":"

width of the major grid lines

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMajorGridLines#width"}},"SmithchartMinorGridLines":{"color":{"name":"color","description":"

option for customizing the minorGridLine color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMinorGridLines#color"},"count":{"name":"count","description":"

count of minor grid lines.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMinorGridLines#count"},"dashArray":{"name":"dashArray","description":"

The dash array of the minor grid lines.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMinorGridLines#dasharray"},"visible":{"name":"visible","description":"

visibility of minor grid lines.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMinorGridLines#visible"},"width":{"name":"width","description":"

width of the minor grid lines

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMinorGridLines#width"}},"AxisRender":{"areaRadius":{"name":"areaRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#arearadius"},"circleCenterX":{"name":"circleCenterX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#circlecenterx"},"circleCenterY":{"name":"circleCenterY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#circlecentery"},"circleLeftX":{"name":"circleLeftX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#circleleftx"},"circleTopY":{"name":"circleTopY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#circletopy"},"direction":{"name":"direction","description":"","type":"Direction","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#direction"},"horizontalLabelCollections":{"name":"horizontalLabelCollections","description":"","type":"HorizontalLabelCollection[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#horizontallabelcollections"},"labelCollections":{"name":"labelCollections","description":"","type":"RadialLabelCollections[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#labelcollections"},"majorHGridArcPoints":{"name":"majorHGridArcPoints","description":"","type":"GridArcPoints[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#majorhgridarcpoints"},"majorRGridArcPoints":{"name":"majorRGridArcPoints","description":"","type":"GridArcPoints[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#majorrgridarcpoints"},"minorGridArcPoints":{"name":"minorGridArcPoints","description":"","type":"GridArcPoints[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#minorgridarcpoints"},"minorHGridArcPoints":{"name":"minorHGridArcPoints","description":"","type":"GridArcPoints[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#minorhgridarcpoints"},"radialLabelCollections":{"name":"radialLabelCollections","description":"","type":"LabelCollection[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#radiallabelcollections"},"radialLabels":{"name":"radialLabels","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#radiallabels"},"intersectingCirclePoints":{"name":"intersectingCirclePoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#intersectingcirclepoints"},"renderArea":{"name":"renderArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#renderarea"}},"LegendBorder":{"color":{"name":"color","description":"

border color for legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendBorder#color"},"width":{"name":"width","description":"

border width for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendBorder#width"}},"LegendItemStyle":{"border":{"name":"border","description":"

options for customizing legend item style border

\n","type":"LegendItemStyleBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendItemStyle#border"},"height":{"name":"height","description":"

specify the height for legend item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendItemStyle#height"},"width":{"name":"width","description":"

specify the width for legend item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendItemStyle#width"}},"LegendItemStyleBorder":{"color":{"name":"color","description":"

border color for legend item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendItemStyleBorder#color"},"width":{"name":"width","description":"

border width for legend item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendItemStyleBorder#width"}},"LegendLocation":{"x":{"name":"x","description":"

x location for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendLocation#x"},"y":{"name":"y","description":"

y location for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendLocation#y"}},"LegendTitle":{"description":{"name":"description","description":"

description for legend title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendTitle#description"},"text":{"name":"text","description":"

text for legend title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendTitle#text"},"textAlignment":{"name":"textAlignment","description":"

alignment for legend title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendTitle#textalignment"},"textStyle":{"name":"textStyle","description":"

options for customizing font

\n","type":"SmithchartFont","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendTitle#textstyle"},"visible":{"name":"visible","description":"

visibility for legend title.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendTitle#visible"}},"SmithchartLegendSettings":{"alignment":{"name":"alignment","description":"

alignment for legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#alignment"},"border":{"name":"border","description":"

options for customizing legend border

\n","type":"LegendBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#border"},"columnCount":{"name":"columnCount","description":"

columnCount for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#columncount"},"description":{"name":"description","description":"

description for legend

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#description"},"height":{"name":"height","description":"

height for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#height"},"itemPadding":{"name":"itemPadding","description":"

spacing between legend item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#itempadding"},"itemStyle":{"name":"itemStyle","description":"

options for customizing legend item style

\n","type":"LegendItemStyleModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#itemstyle"},"location":{"name":"location","description":"

options for customizing legend location

\n","type":"LegendLocationModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#location"},"position":{"name":"position","description":"

position for legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#position"},"rowCount":{"name":"rowCount","description":"

rowCount for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#rowcount"},"shape":{"name":"shape","description":"

shape for legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#shape"},"shapePadding":{"name":"shapePadding","description":"

Padding between the legend shape and text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#shapepadding"},"textStyle":{"name":"textStyle","description":"

options for customizing font

\n","type":"SmithchartFont","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#textstyle"},"title":{"name":"title","description":"

options for customizing legend title

\n","type":"LegendTitleModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#title"},"toggleVisibility":{"name":"toggleVisibility","description":"

If set to true, series' visibility collapses based on the legend visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#togglevisibility"},"visible":{"name":"visible","description":"

visibility for legend.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#visible"},"width":{"name":"width","description":"

width for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#width"}},"SmithchartLegend":{"legendActualBounds":{"name":"legendActualBounds","description":"","type":"SmithchartRect","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegend#legendactualbounds"},"legendGroup":{"name":"legendGroup","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegend#legendgroup"},"legendItemGroup":{"name":"legendItemGroup","description":"

legend rendering

\n","type":"Element","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegend#legenditemgroup"},"legendSeries":{"name":"legendSeries","description":"","type":"LegendSeries[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegend#legendseries"},"renderLegend":{"name":"renderLegend","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegend#renderlegend"}},"SeriesMarker":{"border":{"name":"border","description":"

options for customizing marker border

\n","type":"SeriesMarkerBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#border"},"dataLabel":{"name":"dataLabel","description":"

options for customizing marker data label

\n","type":"SeriesMarkerDataLabelModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#datalabel"},"fill":{"name":"fill","description":"

color for marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#fill"},"height":{"name":"height","description":"

height for marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#height"},"imageUrl":{"name":"imageUrl","description":"

Url for the image that is to be displayed as marker

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#imageurl"},"opacity":{"name":"opacity","description":"

opacity for marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#opacity"},"shape":{"name":"shape","description":"

shape for marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#shape"},"visible":{"name":"visible","description":"

visibility for marker.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#visible"},"width":{"name":"width","description":"

width for marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#width"}},"SeriesMarkerBorder":{"color":{"name":"color","description":"

border color for marker border.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerBorder#color"},"width":{"name":"width","description":"

border width for marker border.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerBorder#width"}},"SeriesMarkerDataLabel":{"border":{"name":"border","description":"

options for customizing data label border

\n","type":"SeriesMarkerDataLabelBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#border"},"connectorLine":{"name":"connectorLine","description":"

options for customizing data label connector line

\n","type":"SeriesMarkerDataLabelConnectorLineModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#connectorline"},"fill":{"name":"fill","description":"

color for data label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#fill"},"opacity":{"name":"opacity","description":"

opacity for data label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#opacity"},"template":{"name":"template","description":"

showing template for data label template

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#template"},"textStyle":{"name":"textStyle","description":"

options for customizing font

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#textstyle"},"visible":{"name":"visible","description":"

visibility for data label.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#visible"}},"SeriesMarkerDataLabelBorder":{"color":{"name":"color","description":"

border color for data label color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabelBorder#color"},"width":{"name":"width","description":"

border width for data label border.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabelBorder#width"}},"SeriesMarkerDataLabelConnectorLine":{"color":{"name":"color","description":"

border color for data label connector line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabelConnectorLine#color"},"width":{"name":"width","description":"

border width for data label connector line.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabelConnectorLine#width"}},"SeriesTooltip":{"border":{"name":"border","description":"

options for customizing tooltip border

\n","type":"SeriesTooltipBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltip#border"},"fill":{"name":"fill","description":"

color for tooltip .

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltip#fill"},"opacity":{"name":"opacity","description":"

opacity for tooltip.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltip#opacity"},"template":{"name":"template","description":"

template for tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltip#template"},"visible":{"name":"visible","description":"

visibility of tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltip#visible"}},"SeriesTooltipBorder":{"color":{"name":"color","description":"

border color for tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltipBorder#color"},"width":{"name":"width","description":"

border width for tooltip.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltipBorder#width"}},"SmithchartSeries":{"animationDuration":{"name":"animationDuration","description":"

perform animation of series based on animation duration.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#animationduration"},"dataSource":{"name":"dataSource","description":"

Specifies the dataSource

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#datasource"},"enableAnimation":{"name":"enableAnimation","description":"

enable or disable the animation of series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#enableanimation"},"enableSmartLabels":{"name":"enableSmartLabels","description":"

avoid the overlap of dataLabels.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#enablesmartlabels"},"fill":{"name":"fill","description":"

color for series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#fill"},"marker":{"name":"marker","description":"

options for customizing marker

\n","type":"SeriesMarkerModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#marker"},"name":{"name":"name","description":"

The name of the series visible in legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#name"},"opacity":{"name":"opacity","description":"

opacity for series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#opacity"},"points":{"name":"points","description":"

points for series.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#points"},"reactance":{"name":"reactance","description":"

reactance name for dataSource

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#reactance"},"resistance":{"name":"resistance","description":"

resistance name for dataSource

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#resistance"},"tooltip":{"name":"tooltip","description":"

options for customizing tooltip

\n","type":"SeriesTooltipModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#tooltip"},"visibility":{"name":"visibility","description":"

visibility for series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#visibility"},"width":{"name":"width","description":"

width for series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#width"}},"SeriesRender":{"clipRectElement":{"name":"clipRectElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#cliprectelement"},"lineSegments":{"name":"lineSegments","description":"","type":"LineSegment[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#linesegments"},"location":{"name":"location","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#location"},"pointsRegion":{"name":"pointsRegion","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#pointsregion"},"xValues":{"name":"xValues","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#xvalues"},"yValues":{"name":"yValues","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#yvalues"},"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#draw"},"getLocation":{"name":"getLocation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#getlocation"}},"TooltipRender":{"tooltipElement":{"name":"tooltipElement","description":"

To define the tooltip element

\n","type":"Tooltip","link":"//ej2.syncfusion.com/documentation/api/smithchart/tooltipRender#tooltipelement"},"smithchartMouseMove":{"name":"smithchartMouseMove","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/tooltipRender#smithchartmousemove"}},"Smithchart":{"animationComplete":{"name":"animationComplete","description":"

Triggers after the animation completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#animationcomplete"},"axisLabelRender":{"name":"axisLabelRender","description":"

Triggers before the axis label is rendered

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#axislabelrender"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#beforeprint"},"legendRender":{"name":"legendRender","description":"

Triggers before the legend is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#legendrender"},"load":{"name":"load","description":"

Triggers before smithchart rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#load"},"loaded":{"name":"loaded","description":"

Triggers after smithchart rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#loaded"},"seriesRender":{"name":"seriesRender","description":"

Triggers before the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#seriesrender"},"subtitleRender":{"name":"subtitleRender","description":"

Triggers before the sub-title is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#subtitlerender"},"textRender":{"name":"textRender","description":"

Triggers before the datalabel text is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#textrender"},"titleRender":{"name":"titleRender","description":"

Triggers before the title is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#titlerender"},"background":{"name":"background","description":"

The background color of the smithchart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#background"},"border":{"name":"border","description":"

options for customizing border

\n","type":"SmithchartBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#border"},"bounds":{"name":"bounds","description":"

area bounds

\n","type":"SmithchartRect","link":"//ej2.syncfusion.com/documentation/api/smithchart/#bounds"},"chartArea":{"name":"chartArea","description":"","type":"SmithchartRect","link":"//ej2.syncfusion.com/documentation/api/smithchart/#chartarea"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/smithchart/#element"},"elementSpacing":{"name":"elementSpacing","description":"

Spacing between elements

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/#elementspacing"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/#enablertl"},"font":{"name":"font","description":"

options for customizing margin

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#font"},"height":{"name":"height","description":"

height for smithchart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#height"},"horizontalAxis":{"name":"horizontalAxis","description":"

Options to configure the horizontal axis.

\n","type":"SmithchartAxisModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#horizontalaxis"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/#isdestroyed"},"legendBounds":{"name":"legendBounds","description":"

legend bounds

\n","type":"SmithchartRect","link":"//ej2.syncfusion.com/documentation/api/smithchart/#legendbounds"},"legendSettings":{"name":"legendSettings","description":"

options for customizing legend

\n","type":"SmithchartLegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#legendsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#locale"},"margin":{"name":"margin","description":"

options for customizing margin

\n","type":"SmithchartMarginModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#margin"},"radialAxis":{"name":"radialAxis","description":"

Options to configure the vertical axis.

\n","type":"SmithchartAxisModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#radialaxis"},"radius":{"name":"radius","description":"

Spacing between elements

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/#radius"},"renderType":{"name":"renderType","description":"

render type of smithchart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#rendertype"},"series":{"name":"series","description":"

options for customizing series

\n","type":"SmithchartSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/#series"},"smithchartLegendModule":{"name":"smithchartLegendModule","description":"

smithchartLegendModule is used to add legend to the smithchart.

\n","type":"SmithchartLegend","link":"//ej2.syncfusion.com/documentation/api/smithchart/#smithchartlegendmodule"},"theme":{"name":"theme","description":"

theme for smithchart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#theme"},"title":{"name":"title","description":"

options for customizing title

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#title"},"tooltipRenderModule":{"name":"tooltipRenderModule","description":"

tooltipRenderModule is used to add tooltip to the smithchart.

\n","type":"TooltipRender","link":"//ej2.syncfusion.com/documentation/api/smithchart/#tooltiprendermodule"},"width":{"name":"width","description":"

width for smithchart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#destroy"},"export":{"name":"export","description":"

Handles the export method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#export"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#getmodulename"},"mouseEnd":{"name":"mouseEnd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#mouseend"},"mouseMove":{"name":"mouseMove","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#mousemove"},"print":{"name":"print","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#removeeventlistener"},"smithchartOnClick":{"name":"smithchartOnClick","description":"

To handle the click event for the smithchart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#smithchartonclick"},"smithchartOnResize":{"name":"smithchartOnResize","description":"

To handle the window resize event on smithchart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#smithchartonresize"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#inject"}},"Subtitle":{"description":{"name":"description","description":"

description for sub title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#description"},"enableTrim":{"name":"enableTrim","description":"

trim the sub title.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#enabletrim"},"maximumWidth":{"name":"maximumWidth","description":"

maximum width of the sub title.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#maximumwidth"},"text":{"name":"text","description":"

text for sub title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#text"},"textAlignment":{"name":"textAlignment","description":"

text alignment for sub title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#textalignment"},"textStyle":{"name":"textStyle","description":"

options for customizing sub title font

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#textstyle"},"visible":{"name":"visible","description":"

visibility for sub title.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#visible"}},"AreaBounds":{"yOffset":{"name":"yOffset","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/areaBounds#yoffset"},"calculateAreaBounds":{"name":"calculateAreaBounds","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/areaBounds#calculateareabounds"}},"ClosestPoint":{"index":{"name":"index","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/closestPoint#index"},"location":{"name":"location","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/smithchart/closestPoint#location"}},"DataLabelTextOptions":{"connectorFlag":{"name":"connectorFlag","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#connectorflag"},"fill":{"name":"fill","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#fill"},"font":{"name":"font","description":"","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#font"},"height":{"name":"height","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#height"},"id":{"name":"id","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#id"},"labelOptions":{"name":"labelOptions","description":"","type":"SmithchartLabelPosition","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#labeloptions"},"location":{"name":"location","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#location"},"text":{"name":"text","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#text"},"visible":{"name":"visible","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#visible"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#width"},"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#x"},"xPosition":{"name":"xPosition","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#xposition"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#y"},"yPosition":{"name":"yPosition","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#yposition"}},"Direction":{"clockwise":{"name":"clockwise","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/direction#clockwise"},"counterclockwise":{"name":"counterclockwise","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/direction#counterclockwise"}},"GridArcPoints":{"endPoint":{"name":"endPoint","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#endpoint"},"isLargeArc":{"name":"isLargeArc","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#islargearc"},"rotationAngle":{"name":"rotationAngle","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#rotationangle"},"size":{"name":"size","description":"","type":"SmithchartSize","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#size"},"startPoint":{"name":"startPoint","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#startpoint"},"sweepDirection":{"name":"sweepDirection","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#sweepdirection"}},"HorizontalLabelCollection":{"centerX":{"name":"centerX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/horizontalLabelCollection#centerx"},"centerY":{"name":"centerY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/horizontalLabelCollection#centery"},"radius":{"name":"radius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/horizontalLabelCollection#radius"},"region":{"name":"region","description":"","type":"LabelRegion","link":"//ej2.syncfusion.com/documentation/api/smithchart/horizontalLabelCollection#region"},"value":{"name":"value","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/horizontalLabelCollection#value"}},"LabelCollection":{"centerX":{"name":"centerX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelCollection#centerx"},"centerY":{"name":"centerY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelCollection#centery"},"radius":{"name":"radius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelCollection#radius"},"value":{"name":"value","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelCollection#value"}},"LabelOption":{"textOptions":{"name":"textOptions","description":"","type":"DataLabelTextOptions[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelOption#textoptions"}},"LabelRegion":{"bounds":{"name":"bounds","description":"","type":"SmithchartRect","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelRegion#bounds"},"labelText":{"name":"labelText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelRegion#labeltext"}},"LegendSeries":{"bounds":{"name":"bounds","description":"","type":"SmithchartSize","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendSeries#bounds"},"fill":{"name":"fill","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendSeries#fill"},"seriesIndex":{"name":"seriesIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendSeries#seriesindex"},"shape":{"name":"shape","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendSeries#shape"},"text":{"name":"text","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendSeries#text"}},"LineSegment":{"x1":{"name":"x1","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/lineSegment#x1"},"x2":{"name":"x2","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/lineSegment#x2"},"y1":{"name":"y1","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/lineSegment#y1"},"y2":{"name":"y2","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/lineSegment#y2"}},"MarkerOptions":{"borderColor":{"name":"borderColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/markerOptions#bordercolor"},"borderWidth":{"name":"borderWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/markerOptions#borderwidth"},"fill":{"name":"fill","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/markerOptions#fill"},"id":{"name":"id","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/markerOptions#id"},"opacity":{"name":"opacity","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/markerOptions#opacity"}},"PointRegion":{"point":{"name":"point","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/smithchart/pointRegion#point"},"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/pointRegion#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/pointRegion#y"}},"RadialLabelCollections":{"angle":{"name":"angle","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#angle"},"centerX":{"name":"centerX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#centerx"},"centerY":{"name":"centerY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#centery"},"radius":{"name":"radius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#radius"},"region":{"name":"region","description":"","type":"LabelRegion","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#region"},"value":{"name":"value","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#value"}},"SmithchartBorder":{"color":{"name":"color","description":"

color for smithchart border .

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartBorder#color"},"opacity":{"name":"opacity","description":"

opacity for smithchart border.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartBorder#opacity"},"width":{"name":"width","description":"

width for smithchart border.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartBorder#width"}},"SmithchartFont":{"color":{"name":"color","description":"

Color for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#color"},"fontFamily":{"name":"fontFamily","description":"

font family for text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#fontfamily"},"fontStyle":{"name":"fontStyle","description":"

font style for text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#fontstyle"},"fontWeight":{"name":"fontWeight","description":"

font weight for text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#fontweight"},"opacity":{"name":"opacity","description":"

font opacity for text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#opacity"},"size":{"name":"size","description":"

font size for text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#size"}},"SmithchartLabelPosition":{"textX":{"name":"textX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLabelPosition#textx"},"textY":{"name":"textY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLabelPosition#texty"},"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLabelPosition#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLabelPosition#y"}},"SmithchartMargin":{"bottom":{"name":"bottom","description":"

bottom margin of chartArea.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMargin#bottom"},"left":{"name":"left","description":"

left margin of chartArea.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMargin#left"},"right":{"name":"right","description":"

right margin of chartArea.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMargin#right"},"top":{"name":"top","description":"

top margin of chartArea.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMargin#top"}},"SmithchartRect":{"height":{"name":"height","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartRect#height"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartRect#width"},"x":{"name":"x","description":"

x value for rect

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartRect#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartRect#y"}},"AxisSettings":{"lineSettings":{"name":"lineSettings","description":"

To configure Sparkline axis line settings.

\n","type":"LineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#linesettings"},"maxX":{"name":"maxX","description":"

To configure Sparkline x axis max value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#maxx"},"maxY":{"name":"maxY","description":"

To configure Sparkline y axis max value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#maxy"},"minX":{"name":"minX","description":"

To configure Sparkline x axis min value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#minx"},"minY":{"name":"minY","description":"

To configure Sparkline y axis min value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#miny"},"value":{"name":"value","description":"

To configure Sparkline horizontal axis line position.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#value"}},"ContainerArea":{"background":{"name":"background","description":"

To configure Sparkline background color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/containerArea#background"},"border":{"name":"border","description":"

To configure Sparkline border color and width.

\n","type":"SparklineBorderModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/containerArea#border"}},"LabelOffset":{"x":{"name":"x","description":"

To move the datalabel horizontally.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/labelOffset#x"},"y":{"name":"y","description":"

To move the datalabel vertically.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/labelOffset#y"}},"Padding":{"bottom":{"name":"bottom","description":"

To configure Sparkline bottom padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/padding#bottom"},"left":{"name":"left","description":"

To configure Sparkline left padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/padding#left"},"right":{"name":"right","description":"

To configure Sparkline right padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/padding#right"},"top":{"name":"top","description":"

To configure Sparkline top padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/padding#top"}},"RangeBandSettings":{"color":{"name":"color","description":"

To configure sparkline rangeband color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/rangeBandSettings#color"},"endRange":{"name":"endRange","description":"

To configure sparkline end range

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/rangeBandSettings#endrange"},"opacity":{"name":"opacity","description":"

To configure sparkline rangeband opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/rangeBandSettings#opacity"},"startRange":{"name":"startRange","description":"

To configure sparkline start range

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/rangeBandSettings#startrange"}},"SparklineBorder":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineBorder#color"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineBorder#width"}},"SparklineDataLabelSettings":{"border":{"name":"border","description":"

To configure Sparkline dataLabel border color and width.

\n","type":"SparklineBorderModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#border"},"edgeLabelMode":{"name":"edgeLabelMode","description":"

To change the edge dataLabel placement.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#edgelabelmode"},"fill":{"name":"fill","description":"

To configure the dataLabel fill color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#fill"},"format":{"name":"format","description":"

To configure the dataLabel format the value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#format"},"offset":{"name":"offset","description":"

To configure Sparkline dataLabel offset.

\n","type":"LabelOffsetModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#offset"},"opacity":{"name":"opacity","description":"

To configure the dataLabel opacity.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#opacity"},"textStyle":{"name":"textStyle","description":"

To configure Sparkline dataLabel text styles.

\n","type":"SparklineFontModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#textstyle"},"visible":{"name":"visible","description":"

To toggle the dataLabel visibility.

\n","type":"VisibleType[]","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#visible"}},"SparklineFont":{"color":{"name":"color","description":"

Color for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#color"},"fontFamily":{"name":"fontFamily","description":"

FontFamily for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#fontfamily"},"fontStyle":{"name":"fontStyle","description":"

FontStyle for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#fontstyle"},"fontWeight":{"name":"fontWeight","description":"

FontWeight for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#fontweight"},"opacity":{"name":"opacity","description":"

Opacity for the text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#opacity"},"size":{"name":"size","description":"

Font size for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#size"}},"SparklineMarkerSettings":{"border":{"name":"border","description":"

To configure Sparkline marker border color and width.

\n","type":"SparklineBorderModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineMarkerSettings#border"},"fill":{"name":"fill","description":"

To configure the marker fill color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineMarkerSettings#fill"},"opacity":{"name":"opacity","description":"

To configure the marker opacity.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineMarkerSettings#opacity"},"size":{"name":"size","description":"

To configure the marker size.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineMarkerSettings#size"},"visible":{"name":"visible","description":"

To toggle the marker visibility.

\n","type":"VisibleType[]","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineMarkerSettings#visible"}},"SparklineTooltipSettings":{"border":{"name":"border","description":"

To configure tooltip border color and width.

\n","type":"SparklineBorderModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#border"},"fill":{"name":"fill","description":"

To customize the tooltip fill color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#fill"},"format":{"name":"format","description":"

To customize the tooltip format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#format"},"template":{"name":"template","description":"

To customize the tooltip template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#template"},"textStyle":{"name":"textStyle","description":"

To configure tooltip text styles.

\n","type":"SparklineFontModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#textstyle"},"trackLineSettings":{"name":"trackLineSettings","description":"

To configure the tracker line options.

\n","type":"TrackLineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#tracklinesettings"},"visible":{"name":"visible","description":"

Toggle the tooltip visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#visible"}},"TrackLineSettings":{"color":{"name":"color","description":"

To config the tracker line color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/trackLineSettings#color"},"visible":{"name":"visible","description":"

Toggle the tracker line visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/trackLineSettings#visible"},"width":{"name":"width","description":"

To config the tracker line width.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/trackLineSettings#width"}},"SparklineRenderer":{"processData":{"name":"processData","description":"

To process the sparkline data

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineRenderer#processdata"},"processDataManager":{"name":"processDataManager","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineRenderer#processdatamanager"}},"SparklineTooltip":{"destroy":{"name":"destroy","description":"

To destroy the tooltip.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltip#destroy"}},"Sparkline":{"axisRendering":{"name":"axisRendering","description":"

Triggers before sparkline axis render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#axisrendering"},"dataLabelRendering":{"name":"dataLabelRendering","description":"

Triggers before the sparkline datalabel render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#datalabelrendering"},"load":{"name":"load","description":"

Triggers before sparkline render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#load"},"loaded":{"name":"loaded","description":"

Triggers after sparkline rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#loaded"},"markerRendering":{"name":"markerRendering","description":"

Triggers before the sparkline marker render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#markerrendering"},"pointRegionMouseClick":{"name":"pointRegionMouseClick","description":"

Triggers while mouse click on the sparkline point region.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#pointregionmouseclick"},"pointRegionMouseMove":{"name":"pointRegionMouseMove","description":"

Triggers while mouse move on the sparkline point region.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#pointregionmousemove"},"pointRendering":{"name":"pointRendering","description":"

Triggers before sparkline points render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#pointrendering"},"resize":{"name":"resize","description":"

Triggers on resizing the sparkline.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#resize"},"seriesRendering":{"name":"seriesRendering","description":"

Triggers before sparkline series render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#seriesrendering"},"sparklineMouseClick":{"name":"sparklineMouseClick","description":"

Triggers while mouse click on the sparkline container.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#sparklinemouseclick"},"sparklineMouseMove":{"name":"sparklineMouseMove","description":"

Triggers while mouse move on the sparkline container.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#sparklinemousemove"},"tooltipInitialize":{"name":"tooltipInitialize","description":"

Triggers before sparkline tooltip render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#tooltipinitialize"},"axisSettings":{"name":"axisSettings","description":"

To configure Sparkline container area customization.

\n","type":"AxisSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#axissettings"},"border":{"name":"border","description":"

To configure Sparkline points border color and width.

\n","type":"SparklineBorderModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#border"},"containerArea":{"name":"containerArea","description":"

To configure Sparkline container area customization.

\n","type":"ContainerAreaModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#containerarea"},"dataLabelSettings":{"name":"dataLabelSettings","description":"

To configure Sparkline dataLabel configuration.

\n","type":"SparklineDataLabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#datalabelsettings"},"dataSource":{"name":"dataSource","description":"

To configure sparkline data source.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/sparkline/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/sparkline/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#enablertl"},"endPointColor":{"name":"endPointColor","description":"

To configure sparkline series last x value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#endpointcolor"},"fill":{"name":"fill","description":"

To configure sparkline series fill.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#fill"},"format":{"name":"format","description":"

To apply internationalization for sparkline.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#format"},"height":{"name":"height","description":"

To configure Sparkline height.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#height"},"highPointColor":{"name":"highPointColor","description":"

To configure sparkline series highest y value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#highpointcolor"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#isdestroyed"},"lineWidth":{"name":"lineWidth","description":"

To configure sparkline line series width.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/#linewidth"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#locale"},"lowPointColor":{"name":"lowPointColor","description":"

To configure sparkline series lowest y value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#lowpointcolor"},"markerSettings":{"name":"markerSettings","description":"

To configure Sparkline marker configuration.

\n","type":"SparklineMarkerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#markersettings"},"negativePointColor":{"name":"negativePointColor","description":"

To configure sparkline series negative y value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#negativepointcolor"},"opacity":{"name":"opacity","description":"

To configure sparkline line series opacity.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/#opacity"},"padding":{"name":"padding","description":"

To configure Sparkline container area customization.

\n","type":"PaddingModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#padding"},"palette":{"name":"palette","description":"

To configure sparkline series color palette. It applicable to column and pie type series.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/sparkline/#palette"},"query":{"name":"query","description":"

Specifies the query for filter the data.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/sparkline/#query"},"rangeBandSettings":{"name":"rangeBandSettings","description":"

To configure Sparkline axis line customization.

\n","type":"RangeBandSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/sparkline/#rangebandsettings"},"sparkTheme":{"name":"sparkTheme","description":"

Sparkline theme support\n@private

\n","type":"IThemes","link":"//ej2.syncfusion.com/documentation/api/sparkline/#sparktheme"},"sparklineTooltipModule":{"name":"sparklineTooltipModule","description":"","type":"SparklineTooltip","link":"//ej2.syncfusion.com/documentation/api/sparkline/#sparklinetooltipmodule"},"startPointColor":{"name":"startPointColor","description":"

To configure sparkline series first x value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#startpointcolor"},"theme":{"name":"theme","description":"

To configure sparkline theme.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#theme"},"tiePointColor":{"name":"tiePointColor","description":"

To configure sparkline winloss series tie y value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#tiepointcolor"},"tooltipSettings":{"name":"tooltipSettings","description":"

To configure Sparkline tooltip settings.

\n","type":"SparklineTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#tooltipsettings"},"type":{"name":"type","description":"

To configure Sparkline series type.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#type"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

To enable the separator

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#usegroupingseparator"},"valueType":{"name":"valueType","description":"

To configure sparkline series value type.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#valuetype"},"width":{"name":"width","description":"

To configure Sparkline width.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#width"},"xName":{"name":"xName","description":"

To configure sparkline series xName.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#xname"},"yName":{"name":"yName","description":"

To configure sparkline series yName.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#yname"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#databind"},"destroy":{"name":"destroy","description":"

Destroy the component

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#destroy"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#getmodulename"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#removeeventlistener"},"renderSparkline":{"name":"renderSparkline","description":"

To render sparkline elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#rendersparkline"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#inject"}},"StockChartAnnotationSettings":{"content":{"name":"content","description":"

Content of the annotation, which accepts the id of the custom element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#content"},"coordinateUnits":{"name":"coordinateUnits","description":"

Specifies the coordinate units of the annotation. They are

\n
    \n
  • Pixel - Annotation renders based on x and y pixel value.
  • \n
  • Point - Annotation renders based on x and y axis value.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#coordinateunits"},"description":{"name":"description","description":"

Information about annotation for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#description"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Specifies the alignment of the annotation. They are

\n
    \n
  • Near - Align the annotation element as left side.
  • \n
  • Far - Align the annotation element as right side.
  • \n
  • Center - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#horizontalalignment"},"region":{"name":"region","description":"

Specifies the regions of the annotation. They are

\n
    \n
  • Chart - Annotation renders based on chart coordinates.
  • \n
  • Series - Annotation renders based on series coordinates.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#region"},"verticalAlignment":{"name":"verticalAlignment","description":"

Specifies the position of the annotation. They are

\n
    \n
  • Top - Align the annotation element as top side.
  • \n
  • Bottom - Align the annotation element as bottom side.
  • \n
  • Middle - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#verticalalignment"},"x":{"name":"x","description":"

if set coordinateUnit as Pixel X specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|Date|number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#x"},"xAxisName":{"name":"xAxisName","description":"

The name of horizontal axis associated with the annotation.\nIt requires axes of chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#xaxisname"},"y":{"name":"y","description":"

if set coordinateUnit as Pixel Y specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#y"},"yAxisName":{"name":"yAxisName","description":"

The name of vertical axis associated with the annotation.\nIt requires axes of chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#yaxisname"}},"StockChartArea":{"background":{"name":"background","description":"

The background of the chart area that accepts value in hex and rgba as a valid CSS color string..

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartArea#background"},"border":{"name":"border","description":"

Options to customize the border of the chart area.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartArea#border"},"opacity":{"name":"opacity","description":"

The opacity for background.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartArea#opacity"}},"StockChartAxis":{"coefficient":{"name":"coefficient","description":"

The polar radar radius position.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#coefficient"},"crossesAt":{"name":"crossesAt","description":"

Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#crossesat"},"crossesInAxis":{"name":"crossesInAxis","description":"

Specifies axis name with which the axis line has to be crossed

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#crossesinaxis"},"crosshairTooltip":{"name":"crosshairTooltip","description":"

Options to customize the crosshair ToolTip.

\n","type":"CrosshairTooltipModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#crosshairtooltip"},"description":{"name":"description","description":"

Description for axis and its element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#description"},"desiredIntervals":{"name":"desiredIntervals","description":"

With this property, you can request axis to calculate intervals approximately equal to your specified interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#desiredintervals"},"edgeLabelPlacement":{"name":"edgeLabelPlacement","description":"

Specifies the position of labels at the edge of the axis.They are,

\n
    \n
  • None: No action will be performed.
  • \n
  • Hide: Edge label will be hidden.
  • \n
  • Shift: Shifts the edge labels.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#edgelabelplacement"},"enableAutoIntervalOnZooming":{"name":"enableAutoIntervalOnZooming","description":"

If set to true, axis interval will be calculated automatically with respect to the zoomed range.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#enableautointervalonzooming"},"enableTrim":{"name":"enableTrim","description":"

Specifies the Trim property for an axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#enabletrim"},"interval":{"name":"interval","description":"

Specifies the interval for an axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#interval"},"intervalType":{"name":"intervalType","description":"

Specifies the types like Years, Months, Days, Hours, Minutes, Seconds in date time axis.They are,

\n
    \n
  • Auto: Defines the interval of the axis based on data.
  • \n
  • Years: Defines the interval of the axis in years.
  • \n
  • Months: Defines the interval of the axis in months.
  • \n
  • Days: Defines the interval of the axis in days.
  • \n
  • Hours: Defines the interval of the axis in hours.
  • \n
  • Minutes: Defines the interval of the axis in minutes.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#intervaltype"},"isInversed":{"name":"isInversed","description":"

It specifies whether the axis to be rendered in inversed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#isinversed"},"labelFormat":{"name":"labelFormat","description":"

Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\nIt also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelformat"},"labelIntersectAction":{"name":"labelIntersectAction","description":"

Specifies the actions like Hide, Rotate45, and Rotate90 when the axis labels intersect with each other.They are,

\n
    \n
  • None: Shows all the labels.
  • \n
  • Hide: Hides the label when it intersects.
  • \n
  • Rotate45: Rotates the label to 45 degree when it intersects.
  • \n
  • Rotate90: Rotates the label to 90 degree when it intersects.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelintersectaction"},"labelPlacement":{"name":"labelPlacement","description":"

Specifies the placement of a label for category axis. They are,

\n
    \n
  • betweenTicks: Renders the label between the ticks.
  • \n
  • onTicks: Renders the label on the ticks.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelplacement"},"labelPosition":{"name":"labelPosition","description":"

Specifies the placement of a labels to the axis line. They are,

\n
    \n
  • inside: Renders the labels inside to the axis line.
  • \n
  • outside: Renders the labels outside to the axis line.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelposition"},"labelRotation":{"name":"labelRotation","description":"

The angle to which the axis label gets rotated.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelrotation"},"labelStyle":{"name":"labelStyle","description":"

Options to customize the axis label.

\n","type":"StockChartFontModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelstyle"},"lineStyle":{"name":"lineStyle","description":"

Options for customizing axis lines.

\n","type":"AxisLineModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#linestyle"},"logBase":{"name":"logBase","description":"

The base value for logarithmic axis. It requires valueType to be Logarithmic.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#logbase"},"majorGridLines":{"name":"majorGridLines","description":"

Options for customizing major grid lines.

\n","type":"MajorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#majorgridlines"},"majorTickLines":{"name":"majorTickLines","description":"

Options for customizing major tick lines.

\n","type":"MajorTickLinesModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#majorticklines"},"maximum":{"name":"maximum","description":"

Specifies the maximum range of an axis.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#maximum"},"maximumLabelWidth":{"name":"maximumLabelWidth","description":"

Specifies the maximum width of an axis label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#maximumlabelwidth"},"maximumLabels":{"name":"maximumLabels","description":"

The maximum number of label count per 100 pixels with respect to the axis length.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#maximumlabels"},"minimum":{"name":"minimum","description":"

Specifies the minimum range of an axis.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#minimum"},"minorGridLines":{"name":"minorGridLines","description":"

Options for customizing minor grid lines.

\n","type":"MinorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#minorgridlines"},"minorTickLines":{"name":"minorTickLines","description":"

Options for customizing minor tick lines.

\n","type":"MinorTickLinesModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#minorticklines"},"minorTicksPerInterval":{"name":"minorTicksPerInterval","description":"

Specifies the number of minor ticks per interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#minorticksperinterval"},"name":{"name":"name","description":"

Unique identifier of an axis.\nTo associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#name"},"opposedPosition":{"name":"opposedPosition","description":"

If set to true, the axis will render at the opposite side of its default position.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#opposedposition"},"placeNextToAxisLine":{"name":"placeNextToAxisLine","description":"

Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#placenexttoaxisline"},"plotOffset":{"name":"plotOffset","description":"

Left and right padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#plotoffset"},"rangePadding":{"name":"rangePadding","description":"

Specifies the padding for the axis range in terms of interval.They are,

\n
    \n
  • none: Padding cannot be applied to the axis.
  • \n
  • normal: Padding is applied to the axis based on the range calculation.
  • \n
  • additional: Interval of the axis is added as padding to the minimum and maximum values of the range.
  • \n
  • round: Axis range is rounded to the nearest possible value divided by the interval.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#rangepadding"},"rowIndex":{"name":"rowIndex","description":"

Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#rowindex"},"skeleton":{"name":"skeleton","description":"

Specifies the skeleton format in which the dateTime format will process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#skeleton"},"skeletonType":{"name":"skeletonType","description":"

It specifies the type of format to be used in dateTime format process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#skeletontype"},"span":{"name":"span","description":"

Specifies the number of columns or rows an axis has to span horizontally or vertically.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#span"},"startAngle":{"name":"startAngle","description":"

The start angle for the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#startangle"},"stripLines":{"name":"stripLines","description":"

Specifies the stripLine collection for the axis

\n","type":"StockChartStripLineSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#striplines"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#tabindex"},"tickPosition":{"name":"tickPosition","description":"

Specifies the placement of a ticks to the axis line. They are,

\n
    \n
  • inside: Renders the ticks inside to the axis line.
  • \n
  • outside: Renders the ticks outside to the axis line.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#tickposition"},"title":{"name":"title","description":"

Specifies the title of an axis.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the axis title.

\n","type":"StockChartFontModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#titlestyle"},"valueType":{"name":"valueType","description":"

Specifies the type of data the axis is handling.

\n
    \n
  • Double: Renders a numeric axis.
  • \n
  • DateTime: Renders a dateTime axis.
  • \n
  • Category: Renders a category axis.
  • \n
  • Logarithmic: Renders a log axis.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#valuetype"},"visible":{"name":"visible","description":"

If set to true, axis label will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#visible"},"zoomFactor":{"name":"zoomFactor","description":"

The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#zoomfactor"},"zoomPosition":{"name":"zoomPosition","description":"

Position of the zoomed axis. Value ranges from 0 to 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#zoomposition"}},"StockChartBorder":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartBorder#color"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartBorder#width"}},"StockChartConnector":{"color":{"name":"color","description":"

Color of the connector line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartConnector#color"},"dashArray":{"name":"dashArray","description":"

dashArray of the connector line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartConnector#dasharray"},"length":{"name":"length","description":"

Length of the connector line in pixels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartConnector#length"},"type":{"name":"type","description":"

specifies the type of the connector line. They are

\n
    \n
  • Smooth
  • \n
  • Line
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartConnector#type"},"width":{"name":"width","description":"

Width of the connector line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartConnector#width"}},"StockChartFont":{"color":{"name":"color","description":"

Color for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#color"},"fontFamily":{"name":"fontFamily","description":"

FontFamily for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#fontfamily"},"fontStyle":{"name":"fontStyle","description":"

FontStyle for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#fontstyle"},"fontWeight":{"name":"fontWeight","description":"

FontWeight for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#fontweight"},"opacity":{"name":"opacity","description":"

Opacity for the text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#opacity"},"size":{"name":"size","description":"

Font size for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#size"},"textAlignment":{"name":"textAlignment","description":"

text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#textalignment"},"textOverflow":{"name":"textOverflow","description":"

Specifies the chart title text overflow

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#textoverflow"}},"StockChartIndexes":{"point":{"name":"point","description":"

Specifies index of point

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndexes#point"},"series":{"name":"series","description":"

Specifies index of series

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndexes#series"}},"StockChartIndicator":{"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#animation"},"bandColor":{"name":"bandColor","description":"

Options for customizing the BollingerBand in the indicator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#bandcolor"},"close":{"name":"close","description":"

The DataSource field that contains the close value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#close"},"dPeriod":{"name":"dPeriod","description":"

Defines the period, the price changes over which will define the %D value in stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#dperiod"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#dasharray"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#datasource"},"fastPeriod":{"name":"fastPeriod","description":"

Sets the fast period to define the Macd line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#fastperiod"},"field":{"name":"field","description":"

Defines the field to compare the current value with previous values

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#field"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#fill"},"high":{"name":"high","description":"

The DataSource field that contains the high value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#high"},"kPeriod":{"name":"kPeriod","description":"

Defines the look back period, the price changes over which will define the %K value in stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#kperiod"},"low":{"name":"low","description":"

The DataSource field that contains the low value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#low"},"lowerLine":{"name":"lowerLine","description":"

Defines the appearance of lower line in technical indicators

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#lowerline"},"macdLine":{"name":"macdLine","description":"

Defines the appearance of the the MacdLine of Macd indicator

\n","type":"StockChartConnectorModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#macdline"},"macdNegativeColor":{"name":"macdNegativeColor","description":"

Defines the color of the negative bars in Macd indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#macdnegativecolor"},"macdPositiveColor":{"name":"macdPositiveColor","description":"

Defines the color of the positive bars in Macd indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#macdpositivecolor"},"macdType":{"name":"macdType","description":"

Defines the type of the Macd indicator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#macdtype"},"open":{"name":"open","description":"

The DataSource field that contains the open value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#open"},"overBought":{"name":"overBought","description":"

Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#overbought"},"overSold":{"name":"overSold","description":"

Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#oversold"},"period":{"name":"period","description":"

Defines the period, the price changes over which will be considered to predict the trend

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#period"},"periodLine":{"name":"periodLine","description":"

Defines the appearance of period line in technical indicators

\n","type":"StockChartConnectorModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#periodline"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#pointcolormapping"},"query":{"name":"query","description":"

Specifies query to select data from DataSource. This property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#query"},"seriesName":{"name":"seriesName","description":"

Defines the name of the series, the data of which has to be depicted as indicator

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#seriesname"},"showZones":{"name":"showZones","description":"

Enables/Disables the over-bought and over-sold regions

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#showzones"},"slowPeriod":{"name":"slowPeriod","description":"

Sets the slow period to define the Macd line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#slowperiod"},"standardDeviation":{"name":"standardDeviation","description":"

Sets the standard deviation values that helps to define the upper and lower bollinger bands

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#standarddeviation"},"type":{"name":"type","description":"

Defines the type of the technical indicator

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#type"},"upperLine":{"name":"upperLine","description":"

Defines the appearance of the upper line in technical indicators

\n","type":"StockChartConnectorModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#upperline"},"volume":{"name":"volume","description":"

Defines the data source field that contains the volume value in candle charts\nIt is applicable for financial series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#volume"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#width"},"xAxisName":{"name":"xAxisName","description":"

The name of the horizontal axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#xaxisname"},"xName":{"name":"xName","description":"

The DataSource field that contains the x value.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#xname"},"yAxisName":{"name":"yAxisName","description":"

The name of the vertical axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#yaxisname"}},"StockChartRow":{"border":{"name":"border","description":"

Options to customize the border of the rows.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartRow#border"},"height":{"name":"height","description":"

The height of the row as a string accept input both as '100px' and '100%'.\nIf specified as '100%, row renders to the full height of its chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartRow#height"}},"StockChartStripLineSettings":{"border":{"name":"border","description":"

Border of the strip line.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#border"},"color":{"name":"color","description":"

Color of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#color"},"dashArray":{"name":"dashArray","description":"

Dash Array of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#dasharray"},"end":{"name":"end","description":"

End value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#end"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Defines the position of the strip line text horizontally. They are,

\n
    \n
  • Start: Places the strip line text at the start.
  • \n
  • Middle: Places the strip line text in the middle.
  • \n
  • End: Places the strip line text at the end.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#horizontalalignment"},"isRepeat":{"name":"isRepeat","description":"

isRepeat value of the strip line.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#isrepeat"},"isSegmented":{"name":"isSegmented","description":"

isSegmented value of the strip line

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#issegmented"},"opacity":{"name":"opacity","description":"

Strip line Opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#opacity"},"repeatEvery":{"name":"repeatEvery","description":"

repeatEvery value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#repeatevery"},"repeatUntil":{"name":"repeatUntil","description":"

repeatUntil value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#repeatuntil"},"rotation":{"name":"rotation","description":"

The angle to which the strip line text gets rotated.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#rotation"},"segmentAxisName":{"name":"segmentAxisName","description":"

segmentAxisName of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#segmentaxisname"},"segmentEnd":{"name":"segmentEnd","description":"

segmentEnd value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#segmentend"},"segmentStart":{"name":"segmentStart","description":"

segmentStart value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#segmentstart"},"size":{"name":"size","description":"

Size of the strip line, when it starts from the origin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#size"},"sizeType":{"name":"sizeType","description":"

Size type of the strip line

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#sizetype"},"start":{"name":"start","description":"

Start value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#start"},"startFromAxis":{"name":"startFromAxis","description":"

If set true, strip line get render from axis origin.\n@default false

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#startfromaxis"},"text":{"name":"text","description":"

Strip line text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#text"},"textStyle":{"name":"textStyle","description":"

Options to customize the strip line text.

\n","type":"StockChartFontModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#textstyle"},"verticalAlignment":{"name":"verticalAlignment","description":"

Defines the position of the strip line text vertically. They are,

\n
    \n
  • Start: Places the strip line text at the start.
  • \n
  • Middle: Places the strip line text in the middle.
  • \n
  • End: Places the strip line text at the end.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#verticalalignment"},"visible":{"name":"visible","description":"

If set true, strip line for axis renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#visible"},"zIndex":{"name":"zIndex","description":"

Specifies the order of the strip line. They are,

\n
    \n
  • Behind: Places the strip line behind the series elements.
  • \n
  • Over: Places the strip line over the series elements.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#zindex"}},"StockChartTrendline":{"animation":{"name":"animation","description":"

Options to customize the animation for trendlines

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#animation"},"backwardForecast":{"name":"backwardForecast","description":"

Defines the period, by which the trend has to backward forecast

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#backwardforecast"},"enableTooltip":{"name":"enableTooltip","description":"

Enables/disables tooltip for trendlines

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#enabletooltip"},"fill":{"name":"fill","description":"

Defines the fill color of trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#fill"},"forwardForecast":{"name":"forwardForecast","description":"

Defines the period, by which the trend has to forward forecast

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#forwardforecast"},"intercept":{"name":"intercept","description":"

Defines the intercept of the trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#intercept"},"legendShape":{"name":"legendShape","description":"

Sets the legend shape of the trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#legendshape"},"marker":{"name":"marker","description":"

Options to customize the marker for trendlines

\n","type":"MarkerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#marker"},"name":{"name":"name","description":"

Defines the name of trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#name"},"period":{"name":"period","description":"

Defines the period, the price changes over which will be considered to predict moving average trend line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#period"},"polynomialOrder":{"name":"polynomialOrder","description":"

Defines the polynomial order of the polynomial trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#polynomialorder"},"type":{"name":"type","description":"

Defines the type of the trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#type"},"width":{"name":"width","description":"

Defines the width of the trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#width"}},"StockEmptyPointSettings":{"border":{"name":"border","description":"

Options to customize the border of empty points.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEmptyPointSettings#border"},"fill":{"name":"fill","description":"

To customize the fill color of empty points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEmptyPointSettings#fill"},"mode":{"name":"mode","description":"

To customize the mode of empty points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEmptyPointSettings#mode"}},"StockEventsSettings":{"background":{"name":"background","description":"

The background of the stock event that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#background"},"border":{"name":"border","description":"

Options to customize the border of the stock events.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#border"},"date":{"name":"date","description":"

Date value of stock event in which stock event shows.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#date"},"description":{"name":"description","description":"

Specifies the description for the chart which renders in tooltip for stock event.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#description"},"placeAt":{"name":"placeAt","description":"

Corresponding values in which stock event placed.

\n
    \n
  • Close
  • \n
  • Open
  • \n
  • High
  • \n
  • Close
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#placeat"},"showOnSeries":{"name":"showOnSeries","description":"

Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#showonseries"},"text":{"name":"text","description":"

Specifies the text for the stock chart text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#text"},"textStyle":{"name":"textStyle","description":"

Options to customize the styles for stock events text.

\n","type":"StockChartFontModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#textstyle"},"type":{"name":"type","description":"

Specifies type of stock events

\n
    \n
  • Circle
  • \n
  • Square
  • \n
  • Flag
  • \n
  • Text
  • \n
  • Sign
  • \n
  • Triangle
  • \n
  • InvertedTriangle
  • \n
  • ArrowUp
  • \n
  • ArrowDown
  • \n
  • ArrowLeft
  • \n
  • ArrowRight
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#type"}},"StockMargin":{"bottom":{"name":"bottom","description":"

Bottom margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockMargin#bottom"},"left":{"name":"left","description":"

Left margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockMargin#left"},"right":{"name":"right","description":"

Right margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockMargin#right"},"top":{"name":"top","description":"

Top margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockMargin#top"}},"StockSeries":{"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#animation"},"bearFillColor":{"name":"bearFillColor","description":"

This property is used in stock charts to visualize the price movements in stock.\nIt defines the color of the candle/point, when the opening price is less than the closing price.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#bearfillcolor"},"border":{"name":"border","description":"

Options to customizing the border of the series. This is applicable only for Column and Bar type series.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#border"},"bullFillColor":{"name":"bullFillColor","description":"

This property is used in financial charts to visualize the price movements in stock.\nIt defines the color of the candle/point, when the opening price is higher than the closing price.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#bullfillcolor"},"cardinalSplineTension":{"name":"cardinalSplineTension","description":"

It defines tension of cardinal spline types

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#cardinalsplinetension"},"close":{"name":"close","description":"

The DataSource field that contains the close value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#close"},"columnSpacing":{"name":"columnSpacing","description":"

To render the column series points with particular column spacing. It takes value from 0 - 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#columnspacing"},"columnWidth":{"name":"columnWidth","description":"

To render the column series points with particular column width. If the series type is histogram the\ndefault value is 1 otherwise 0.7.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#columnwidth"},"cornerRadius":{"name":"cornerRadius","description":"

To render the column series points with particular rounded corner.

\n","type":"CornerRadiusModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#cornerradius"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#dasharray"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#datasource"},"emptyPointSettings":{"name":"emptyPointSettings","description":"

options to customize the empty points in series

\n","type":"EmptyPointSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#emptypointsettings"},"enableSolidCandles":{"name":"enableSolidCandles","description":"

This property is applicable for candle series.\nIt enables/disables to visually compare the current values with the previous values in stock.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#enablesolidcandles"},"enableTooltip":{"name":"enableTooltip","description":"

If set true, the Tooltip for series will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#enabletooltip"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#fill"},"high":{"name":"high","description":"

The DataSource field that contains the high value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#high"},"low":{"name":"low","description":"

The DataSource field that contains the low value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#low"},"marker":{"name":"marker","description":"

Options for displaying and customizing markers for individual points in a series.

\n","type":"MarkerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#marker"},"name":{"name":"name","description":"

The name of the series visible in legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#name"},"opacity":{"name":"opacity","description":"

The opacity of the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#opacity"},"open":{"name":"open","description":"

The DataSource field that contains the open value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#open"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#pointcolormapping"},"query":{"name":"query","description":"

Specifies query to select data from DataSource. This property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#query"},"selectionStyle":{"name":"selectionStyle","description":"

Custom style for the selected series or points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#selectionstyle"},"tooltipMappingName":{"name":"tooltipMappingName","description":"

The provided value will be considered as a Tooltip name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#tooltipmappingname"},"trendlines":{"name":"trendlines","description":"

Defines the collection of trendlines that are used to predict the trend

\n","type":"TrendlineModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#trendlines"},"type":{"name":"type","description":"

The type of the series are

\n
    \n
  • Line
  • \n
  • Column
  • \n
  • Area
  • \n
  • Spline
  • \n
  • Hilo
  • \n
  • HiloOpenClose
  • \n
  • Candle
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#type"},"visible":{"name":"visible","description":"

Specifies the visibility of series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#visible"},"volume":{"name":"volume","description":"

Defines the data source field that contains the volume value in candle charts\nIt is applicable for financial series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#volume"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#width"},"xAxisName":{"name":"xAxisName","description":"

The name of the horizontal axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#xaxisname"},"xName":{"name":"xName","description":"

The DataSource field that contains the x value.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#xname"},"yAxisName":{"name":"yAxisName","description":"

The name of the vertical axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#yaxisname"},"yName":{"name":"yName","description":"

The DataSource field that contains the y value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#yname"}},"StockChart":{"axisLabelRender":{"name":"axisLabelRender","description":"

Triggers before each axis label is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#axislabelrender"},"load":{"name":"load","description":"

Triggers before the range navigator rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#load"},"loaded":{"name":"loaded","description":"

Triggers after the range navigator rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#loaded"},"pointClick":{"name":"pointClick","description":"

Triggers on point click.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#pointclick"},"pointMove":{"name":"pointMove","description":"

Triggers on point move.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#pointmove"},"rangeChange":{"name":"rangeChange","description":"

Triggers if the range is changed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#rangechange"},"selectorRender":{"name":"selectorRender","description":"

Triggers before render the selector

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#selectorrender"},"seriesRender":{"name":"seriesRender","description":"

Triggers before the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#seriesrender"},"stockChartMouseClick":{"name":"stockChartMouseClick","description":"

Triggers on clicking the stock chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartmouseclick"},"stockChartMouseDown":{"name":"stockChartMouseDown","description":"

Triggers on mouse down.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartmousedown"},"stockChartMouseLeave":{"name":"stockChartMouseLeave","description":"

Triggers when cursor leaves the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartmouseleave"},"stockChartMouseMove":{"name":"stockChartMouseMove","description":"

Triggers on hovering the stock chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartmousemove"},"stockChartMouseUp":{"name":"stockChartMouseUp","description":"

Triggers on mouse up.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartmouseup"},"stockEventRender":{"name":"stockEventRender","description":"

Triggers before the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockeventrender"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip for series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#tooltiprender"},"annotations":{"name":"annotations","description":"

The configuration for annotation in chart.

\n","type":"StockChartAnnotationSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#annotations"},"axes":{"name":"axes","description":"

Secondary axis collection for the stockChart.

\n","type":"StockChartAxisModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#axes"},"background":{"name":"background","description":"

The background color of the stockChart that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#background"},"border":{"name":"border","description":"

Options for customizing the color and width of the stockChart border.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#border"},"chartArea":{"name":"chartArea","description":"

Options for configuring the border and background of the stockChart area.

\n","type":"StockChartAreaModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#chartarea"},"crosshair":{"name":"crosshair","description":"

Options for customizing the crosshair of the chart.

\n","type":"CrosshairSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#crosshair"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the stockChart. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#element"},"enableCustomRange":{"name":"enableCustomRange","description":"

Custom Range

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#enablecustomrange"},"enablePeriodSelector":{"name":"enablePeriodSelector","description":"

It specifies whether the periodSelector to be rendered in financial chart

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#enableperiodselector"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#enablertl"},"enableSelector":{"name":"enableSelector","description":"

It specifies whether the range navigator to be rendered in financial chart

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#enableselector"},"exportType":{"name":"exportType","description":"

It specifies the types of Export types in financial chart.

\n","type":"ExportType[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#exporttype"},"height":{"name":"height","description":"

The height of the stockChart as a string accepts input both as '100px' or '100%'.\nIf specified as '100%, stockChart renders to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#height"},"indicatorType":{"name":"indicatorType","description":"

It specifies the types of indicators in financial chart.

\n","type":"TechnicalIndicators[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#indicatortype"},"indicators":{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"StockChartIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#indicators"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#isdestroyed"},"isMultiSelect":{"name":"isMultiSelect","description":"

If set true, enables the multi selection in chart. It requires selectionMode to be Point | Series | or Cluster.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#ismultiselect"},"isSelect":{"name":"isSelect","description":"

If set true, enables the animation in chart.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#isselect"},"isTransposed":{"name":"isTransposed","description":"

It specifies whether the stockChart should be render in transposed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#istransposed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#locale"},"mainObject":{"name":"mainObject","description":"

Overall SVG

\n","type":"Element","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#mainobject"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the stockChart.

\n","type":"StockMarginModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#margin"},"periods":{"name":"periods","description":"

To configure period selector options.

\n","type":"PeriodsModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#periods"},"primaryXAxis":{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"StockChartAxisModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#primaryxaxis"},"primaryYAxis":{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"StockChartAxisModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#primaryyaxis"},"resizeTo":{"name":"resizeTo","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#resizeto"},"rows":{"name":"rows","description":"

Options to split stockChart into multiple plotting areas horizontally.\nEach object in the collection represents a plotting area in the stockChart.

\n","type":"StockChartRowModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#rows"},"selectedDataIndexes":{"name":"selectedDataIndexes","description":"

Specifies the point indexes to be selected while loading a chart.\nIt requires selectionMode to be Point | Series | or Cluster.

\n","type":"StockChartIndexesModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#selecteddataindexes"},"selectionMode":{"name":"selectionMode","description":"

Specifies whether series or data point has to be selected. They are,

\n
    \n
  • none: Disables the selection.
  • \n
  • series: selects a series.
  • \n
  • point: selects a point.
  • \n
  • cluster: selects a cluster of point
  • \n
  • dragXY: selects points by dragging with respect to both horizontal and vertical axes
  • \n
  • dragX: selects points by dragging with respect to horizontal axis.
  • \n
  • dragY: selects points by dragging with respect to vertical axis.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#selectionmode"},"series":{"name":"series","description":"

The configuration for series in the stockChart.

\n","type":"StockSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#series"},"seriesType":{"name":"seriesType","description":"

It specifies the types of series in financial chart.

\n","type":"ChartSeriesType[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#seriestype"},"stockEvents":{"name":"stockEvents","description":"

The configuration for stock events in the stockChart.

\n","type":"StockEventsSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockevents"},"tempSeriesType":{"name":"tempSeriesType","description":"","type":"ChartSeriesType[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#tempseriestype"},"theme":{"name":"theme","description":"

Specifies the theme for the stockChart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#theme"},"title":{"name":"title","description":"

Title of the chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title of the Chart.

\n","type":"StockChartFontModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#tooltip"},"trendlineType":{"name":"trendlineType","description":"

It specifies the types of trendline types in financial chart.

\n","type":"TrendlineTypes[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#trendlinetype"},"width":{"name":"width","description":"

The width of the stockChart as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, stockChart renders to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#width"},"zoomChange":{"name":"zoomChange","description":"

private

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#zoomchange"},"zoomSettings":{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#zoomsettings"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#appendto"},"chartModuleInjection":{"name":"chartModuleInjection","description":"

Module Injection for components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#chartmoduleinjection"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#databind"},"destroy":{"name":"destroy","description":"

Destroy method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#destroy"},"findCurrentData":{"name":"findCurrentData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#findcurrentdata"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#getmodulename"},"rangeChanged":{"name":"rangeChanged","description":"

To change the range for chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#rangechanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#removeeventlistener"},"renderPeriodSelector":{"name":"renderPeriodSelector","description":"

Render period selector

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#renderperiodselector"},"stockChartDataManagerSuccess":{"name":"stockChartDataManagerSuccess","description":"

DataManager Success

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartdatamanagersuccess"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#inject"}}} \ No newline at end of file +{"ChecksumCalculator":{"checksumUpdate":{"name":"checksumUpdate","description":"

Updates checksum by calculating checksum of the\ngiven buffer and adding it to current value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/checksumCalculator#checksumupdate"}},"CompressedStreamWriter":{"close":{"name":"close","description":"

close the stream and write all pending buffer in to stream

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#close"},"destroy":{"name":"destroy","description":"

release allocated un-managed resource

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#destroy"},"pendingBufferWriteBits":{"name":"pendingBufferWriteBits","description":"

write bits in to internal buffer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#pendingbufferwritebits"},"pendingBufferWriteShortBytes":{"name":"pendingBufferWriteShortBytes","description":"

Write Most Significant Bytes in to stream

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#pendingbufferwriteshortbytes"},"write":{"name":"write","description":"

Compresses data and writes it to the stream.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#write"},"writeZLibHeader":{"name":"writeZLibHeader","description":"

write ZLib header to the compressed data

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressedStreamWriter#writezlibheader"}},"CompressorHuffmanTree":{"huffCodeLengthOrders":{"name":"huffCodeLengthOrders","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#huffcodelengthorders"},"buildCodes":{"name":"buildCodes","description":"

calculate code from their frequencies

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#buildcodes"},"buildTree":{"name":"buildTree","description":"

Build huffman tree

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#buildtree"},"calculateBLFreq":{"name":"calculateBLFreq","description":"

calculate code frequencies

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#calculateblfreq"},"getEncodedLength":{"name":"getEncodedLength","description":"

calculate length of compressed data

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#getencodedlength"},"reset":{"name":"reset","description":"

reset all code data in tree

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#reset"},"setStaticCodes":{"name":"setStaticCodes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#setstaticcodes"},"writeCodeToStream":{"name":"writeCodeToStream","description":"

write code to the compressor output stream

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#writecodetostream"},"writeTree":{"name":"writeTree","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#writetree"},"bitReverse":{"name":"bitReverse","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/compression-writer/compressorHuffmanTree#bitreverse"}},"ZipArchive":{"addDirectory":{"name":"addDirectory","description":"

add new directory to archive

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#adddirectory"},"addItem":{"name":"addItem","description":"

add new item to archive

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#additem"},"contains":{"name":"contains","description":"

determines whether an element is in the collection

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#contains"},"destroy":{"name":"destroy","description":"

release allocated un-managed resource

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#destroy"},"getItem":{"name":"getItem","description":"

gets item at specified index

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#getitem"},"save":{"name":"save","description":"

save archive with specified file name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#save"},"saveAsBlob":{"name":"saveAsBlob","description":"

Save archive as blob

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/#saveasblob"}},"ZipArchiveItem":{"data":{"name":"data","description":"","type":"Blob|ArrayBuffer","link":"//ej2.syncfusion.com/documentation/api/zip-archive/zipArchiveItem#data"},"destroy":{"name":"destroy","description":"

release allocated un-managed resource

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/zip-archive/zipArchiveItem#destroy"}},"DataManager":{"executeLocal":{"name":"executeLocal","description":"

Executes the given query with local data source.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#executelocal"},"executeQuery":{"name":"executeQuery","description":"

Executes the given query with either local or remote data source.\nIt will be executed as asynchronously and returns Promise object which will be resolved or rejected after action completed.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#executequery"},"insert":{"name":"insert","description":"

Inserts new record in the given table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#insert"},"remove":{"name":"remove","description":"

Removes data from the table with the given key.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#remove"},"saveChanges":{"name":"saveChanges","description":"

Save bulk changes to the given table name.\nUser can add a new record, edit an existing record, and delete a record at the same time.\nIf the datasource from remote, then updated in a single post.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#savechanges"},"setDefaultQuery":{"name":"setDefaultQuery","description":"

Overrides DataManager's default query with given query.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#setdefaultquery"},"update":{"name":"update","description":"

Updates existing record in the given table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/manager/dataManager#update"}},"Deferred":{"catch":{"name":"catch","description":"

Defines the callback function triggers when the Deferred object is rejected.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/split-button/deferred#catch"},"promise":{"name":"promise","description":"

Promise is an object that represents a value that may not be available yet, but will be resolved at some point in the future.

\n","type":"Promise","link":"//ej2.syncfusion.com/documentation/api/split-button/deferred#promise"},"reject":{"name":"reject","description":"

Reject a Deferred object and call failCallbacks with the given args.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/split-button/deferred#reject"},"resolve":{"name":"resolve","description":"

Resolve a Deferred object and call doneCallbacks with the given args.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/split-button/deferred#resolve"},"then":{"name":"then","description":"

Defines the callback function triggers when the Deferred object is resolved.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/split-button/deferred#then"}},"Predicate":{"and":{"name":"and","description":"

Adds n-number of new predicates on existing predicate with “and” condition.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/predicate#and"},"or":{"name":"or","description":"

Adds n-number of new predicates on existing predicate with “or” condition.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/predicate#or"},"toJson":{"name":"toJson","description":"

Converts predicates to plain JavaScript.\nThis method is uses Json stringify when serializing Predicate object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/predicate#tojson"},"validate":{"name":"validate","description":"

Validate the record based on the predicates.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/predicate#validate"},"fromJson":{"name":"fromJson","description":"

Converts plain JavaScript object to Predicate object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/predicate#fromjson"},"field":{"name":"field","description":"

Defines the field name of the filter column.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#field"},"ignoreAccent":{"name":"ignoreAccent","description":"

If ignoreAccent is set to true, then filter ignores the diacritic characters or accents while filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#ignoreaccent"},"matchCase":{"name":"matchCase","description":"

If match case set to true, then filter records with exact match or else\nfilter records with case insensitive(uppercase and lowercase letters treated as same).

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#matchcase"},"operator":{"name":"operator","description":"

Defines the operator to filter records. The available operators and its supported data types are:\n<table>\n<tr>\n<td colspan=1 rowspan=1>\nOperator<br/></td><td colspan=1 rowspan=1>\nDescription<br/></td><td colspan=1 rowspan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nstartswith<br/></td><td colspan=1 rowspan=1>\nChecks whether the value begins with the specified value.<br/></td><td colspan=1 rowspan=1>\nString<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nendswith<br/></td><td colspan=1 rowspan=1>\nChecks whether the value ends with the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\ncontains<br/></td><td colspan=1 rowspan=1>\nChecks whether the value contains the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nequal<br/></td><td colspan=1 rowspan=1>\nChecks whether the value is equal to the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>String | Number | Boolean | Date<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nnotequal<br/></td><td colspan=1 rowspan=1>\nChecks for values that are not equal to the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>String | Number | Boolean | Date<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\ngreaterthan<br/></td><td colspan=1 rowspan=1>\nChecks whether the value is greater than the specified value.<br/><br/></td><td colspan=1 rowspan=1>\nNumber | Date<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\ngreaterthanorequal<br/></td><td colspan=1 rowspan=1>\nChecks whether the value is greater than or equal to the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>Number | Date<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nlessthan<br/></td><td colspan=1 rowspan=1>\nChecks whether the value is less than the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>Number | Date<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nlessthanorequal<br/></td><td colspan=1 rowspan=1>\nChecks whether the value is less than or equal to the specified value.<br/><br/></td><td colspan=1 rowspan=1>\n<br/>Number | Date<br/></td></tr>\n</table>

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#operator"},"predicate":{"name":"predicate","description":"

Defines the relationship between one filter query and another by using AND or OR predicate.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#predicate"},"value":{"name":"value","description":"

Defines the value used to filter records.

\n","type":"string|number|Date|boolean","link":"//ej2.syncfusion.com/documentation/api/grid/predicate#value"}},"Query":{"addParams":{"name":"addParams","description":"

Adds additional parameter which will be sent along with the request which will be generated while DataManager execute.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#addparams"},"aggregate":{"name":"aggregate","description":"

Aggregate the data with given type and field name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#aggregate"},"clone":{"name":"clone","description":"

Creates deep copy of the Query object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#clone"},"execute":{"name":"execute","description":"

Executes query with the given DataManager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#execute"},"executeLocal":{"name":"executeLocal","description":"

Executes query with the local datasource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#executelocal"},"expand":{"name":"expand","description":"

Expands the related table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#expand"},"foreignKey":{"name":"foreignKey","description":"

Sets the foreign key which is used to get data from the related table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#foreignkey"},"from":{"name":"from","description":"

Specifies the name of table to retrieve data in query execution.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#from"},"group":{"name":"group","description":"

Groups data with the given field name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#group"},"hierarchy":{"name":"hierarchy","description":"

Gets the records in hierarchical relationship from two tables. It requires the foreign key to relate two tables.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#hierarchy"},"page":{"name":"page","description":"

Gets data based on the given page index and size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#page"},"range":{"name":"range","description":"

Gets data based on the given start and end index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#range"},"requiresCount":{"name":"requiresCount","description":"

It is used to get total number of records in the DataManager execution result.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#requirescount"},"search":{"name":"search","description":"

Search data with given search criteria.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#search"},"select":{"name":"select","description":"

Selects specified columns from the data source.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#select"},"setKey":{"name":"setKey","description":"

Sets the primary key.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#setkey"},"skip":{"name":"skip","description":"

Skips data with given number of records count from the top of the data source.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#skip"},"sortBy":{"name":"sortBy","description":"

Sort the data with given sort criteria.\nBy default, sort direction is ascending.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#sortby"},"sortByDesc":{"name":"sortByDesc","description":"

Sorts data in descending order.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#sortbydesc"},"take":{"name":"take","description":"

Gets data from the top of the data source based on given number of records count.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#take"},"using":{"name":"using","description":"

Sets default DataManager to execute query.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#using"},"where":{"name":"where","description":"

Filter data with given filter criteria.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/query/#where"}},"Encoding":{"destroy":{"name":"destroy","description":"

To clear the encoding instance

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/encoding/#destroy"},"getByteCount":{"name":"getByteCount","description":"

Calculates the number of bytes produced by encoding the characters in the specified string

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/encoding/#getbytecount"},"getBytes":{"name":"getBytes","description":"

Encodes a set of characters from the specified string into the ArrayBuffer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/encoding/#getbytes"},"getString":{"name":"getString","description":"

Decodes a sequence of bytes from the specified ArrayBuffer into the string.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/encoding/#getstring"}},"Save":{"isMicrosoftBrowser":{"name":"isMicrosoftBrowser","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/save/#ismicrosoftbrowser"},"save":{"name":"save","description":"

Saves the file with specified name and sends the file to client browser

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/save/#save"}},"StreamWriter":{"destroy":{"name":"destroy","description":"

Releases the resources used by the StreamWriter

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stream-writer/#destroy"},"save":{"name":"save","description":"

Saves the file with specified name and sends the file to client browser

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stream-writer/#save"},"write":{"name":"write","description":"

Writes the specified string.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stream-writer/#write"},"writeLine":{"name":"writeLine","description":"

Writes the specified string followed by a line terminator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stream-writer/#writeline"}},"Namespace":{"kind":{"name":"kind","description":"

specifies namespace kind

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/namespace#kind"},"namespaceUri":{"name":"namespaceUri","description":"

specifies namespace URI

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/namespace#namespaceuri"},"prefix":{"name":"prefix","description":"

specifies namespace's prefix

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/namespace#prefix"},"destroy":{"name":"destroy","description":"

Releases the resources used by Namespace

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/namespace#destroy"},"set":{"name":"set","description":"

set value for current namespace instance

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/namespace#set"}},"XmlAttribute":{"localName":{"name":"localName","description":"

specifies attribute local name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#localname"},"namespaceUri":{"name":"namespaceUri","description":"

specifies namespace URI

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#namespaceuri"},"prefix":{"name":"prefix","description":"

specifies namespace's prefix

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#prefix"},"destroy":{"name":"destroy","description":"

Releases the resources used by XmlAttribute

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#destroy"},"isDuplicate":{"name":"isDuplicate","description":"

get whether the attribute is duplicate or not

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#isduplicate"},"set":{"name":"set","description":"

set value of current attribute

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlAttribute#set"}},"XmlElement":{"localName":{"name":"localName","description":"

specifies element localName

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#localname"},"namespaceUri":{"name":"namespaceUri","description":"

specified namespace URI

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#namespaceuri"},"prefix":{"name":"prefix","description":"

specifies element prefix

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#prefix"},"previousTop":{"name":"previousTop","description":"

specifies previous namespace top

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#previoustop"},"destroy":{"name":"destroy","description":"

Releases the resources used by XmlElement

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#destroy"},"set":{"name":"set","description":"

set value of current element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/xmlElement#set"}},"XmlWriter":{"destroy":{"name":"destroy","description":"

Releases the resources used by XmlWriter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#destroy"},"save":{"name":"save","description":"

Saves the file with specified name and sends the file to client browser

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#save"},"writeAttributeString":{"name":"writeAttributeString","description":"

Writes out the attribute with the specified prefix, local name, namespace URI, and value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeattributestring"},"writeElementString":{"name":"writeElementString","description":"

Writes an element with the specified prefix, local name, namespace URI, and value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeelementstring"},"writeEndDocument":{"name":"writeEndDocument","description":"

Closes any open tag or attribute and write the state back to start

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeenddocument"},"writeEndElement":{"name":"writeEndElement","description":"

Closes one element and pop corresponding namespace scope

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeendelement"},"writeProcessingInstruction":{"name":"writeProcessingInstruction","description":"

Writes processing instruction with a space between the name and text

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeprocessinginstruction"},"writeRaw":{"name":"writeRaw","description":"

Write given text as raw data

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writeraw"},"writeStartDocument":{"name":"writeStartDocument","description":"

Writes Xml declaration with version and standalone attribute

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writestartdocument"},"writeStartElement":{"name":"writeStartElement","description":"

Writes the specified start tag and associates it with the given namespace and prefix.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writestartelement"},"writeString":{"name":"writeString","description":"

Writes the given text content

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/xml-writer/#writestring"}},"Workbook":{"cellStyles":{"name":"cellStyles","description":"","type":"Map","link":"//ej2.syncfusion.com/documentation/api/workbook/#cellstyles"},"mergedCellsStyle":{"name":"mergedCellsStyle","description":"","type":"Map","link":"//ej2.syncfusion.com/documentation/api/workbook/#mergedcellsstyle"},"isLeapYear":{"name":"isLeapYear","description":"

Checks if given year is a leap year.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/workbook/#isleapyear"},"save":{"name":"save","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/workbook/#save"},"saveAsBlob":{"name":"saveAsBlob","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/workbook/#saveasblob"}},"Item":{"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the item that is used to include an icon.\nAction item can include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/item#iconcss"},"id":{"name":"id","description":"

Specifies the unique ID to be used with button or input element of Toolbar items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#id"},"separator":{"name":"separator","description":"

Specifies separator between the items. Separator are horizontal lines used to group action items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/item#separator"},"text":{"name":"text","description":"

Specifies the text to be displayed on the Toolbar button.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#text"},"url":{"name":"url","description":"

Specifies url for item that creates the anchor link to navigate to the url provided.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/item#url"},"click":{"name":"click","description":"

Event triggers when click the toolbar item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#click"},"align":{"name":"align","description":"

Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the align property.\nPossible values are:

\n
    \n
  • Left: To align commands to the left side of the Toolbar.
  • \n
  • Center: To align commands at the center of the Toolbar.
  • \n
  • Right: To align commands to the right side of the Toolbar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#align"},"cssClass":{"name":"cssClass","description":"

Defines single/multiple classes (separated by space) to be used for customization of commands.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#cssclass"},"htmlAttributes":{"name":"htmlAttributes","description":"

Defines htmlAttributes used to add custom attributes to Toolbar command.\nSupports HTML attributes such as style, class, etc.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#htmlattributes"},"overflow":{"name":"overflow","description":"

Specifies the Toolbar command display area when an element's content is too large to fit available space.\nThis is applicable only to popup mode. Possible values are:

\n
    \n
  • Show: Always shows the item as the primary priority on the Toolbar.
  • \n
  • Hide: Always shows the item as the secondary priority on the popup.
  • \n
  • None: No priority for display, and as per normal order moves to popup when content exceeds.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#overflow"},"prefixIcon":{"name":"prefixIcon","description":"

Defines single/multiple classes separated by space used to specify an icon for the button.\nThe icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#prefixicon"},"showAlwaysInPopup":{"name":"showAlwaysInPopup","description":"

Defines the priority of items to display it in popup always.\nIt allows to maintain toolbar item on popup always but it does not work for toolbar priority items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#showalwaysinpopup"},"showTextOn":{"name":"showTextOn","description":"

Specifies where the button text will be displayed on popup mode of the Toolbar.\nPossible values are:

\n
    \n
  • Toolbar: Text will be displayed on Toolbar only.
  • \n
  • Overflow: Text will be displayed only when content overflows to popup.
  • \n
  • Both: Text will be displayed on popup and Toolbar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#showtexton"},"suffixIcon":{"name":"suffixIcon","description":"

Defines single/multiple classes separated by space used to specify an icon for the button.\nThe icon will be positioned after the text content if text is available.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#suffixicon"},"template":{"name":"template","description":"

Specifies the HTML element/element ID as a string that can be added as a Toolbar command.

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#template"},"tooltipText":{"name":"tooltipText","description":"

Specifies the text to be displayed on the Toolbar button.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#tooltiptext"},"type":{"name":"type","description":"

Specifies the types of command to be rendered in the Toolbar.\nSupported types are:

\n
    \n
  • Button: Creates the Button control with its given properties like text, prefixIcon, etc.
  • \n
  • Separator: Adds a horizontal line that separates the Toolbar commands.
  • \n
  • Input: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,\nAutoComplete, etc.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#type"},"width":{"name":"width","description":"

Specifies the width of the Toolbar button commands.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#width"}},"DropDownButton":{"beforeClose":{"name":"beforeClose","description":"

Triggers before closing the DropDownButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#beforeclose"},"beforeItemRender":{"name":"beforeItemRender","description":"

Triggers while rendering each Popup item of DropDownButton.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#beforeitemrender"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers before opening the DropDownButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#beforeopen"},"close":{"name":"close","description":"

Triggers while closing the DropDownButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#close"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#created"},"open":{"name":"open","description":"

Triggers while opening the DropDownButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#open"},"select":{"name":"select","description":"

Triggers while selecting action item in DropDownButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#select"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#allowserverdatabinding"},"content":{"name":"content","description":"

Defines the content of the DropDownButton element that can either be a text or HTML elements.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#content"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the DropDownButton element. The\nDropDownButton size and styles can be customized by using this.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the DropDownButton is disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#disabled"},"element":{"name":"element","description":"","type":"HTMLButtonElement","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#element"},"enableHtmlSanitizer":{"name":"enableHtmlSanitizer","description":"

Defines whether to allow the cross-scripting site or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#enablehtmlsanitizer"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#enablertl"},"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the DropDownButton that is used to\ninclude an icon. DropDownButton can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#iconcss"},"iconPosition":{"name":"iconPosition","description":"

Positions the icon before/top of the text content in the DropDownButton. The possible values are:

\n
    \n
  • Left: The icon will be positioned to the left of the text content.
  • \n
  • Top: The icon will be positioned to the top of the text content.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#iconposition"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#isserverrendered"},"items":{"name":"items","description":"

Specifies action items with its properties which will be rendered as DropDownButton popup.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#locale"},"target":{"name":"target","description":"

Allows to specify the DropDownButton popup item element.

\n","type":"string|Element","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#target"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#addeventlistener"},"addItems":{"name":"addItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#additems"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to DropDownButton\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#focusin"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#getpersistdata"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#removeeventlistener"},"removeItems":{"name":"removeItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#removeitems"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#serverdatabind"},"toggle":{"name":"toggle","description":"

To open/close DropDownButton popup based on current state of the DropDownButton.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#inject"}},"AnimationSettings":{"duration":{"name":"duration","description":"

Specifies the duration in milliseconds that the animation takes to open or close the dialog.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/dialog/animationSettings#duration"},"easing":{"name":"easing","description":"

Specifies the animation timing function.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/animationSettings#easing"},"effect":{"name":"effect","description":"

Specifies the animation name that should be applied on open and close the dialog.\nIf user sets Fade animation, the dialog will open with FadeIn effect and close with FadeOut effect.\nThe following are the list of animation effects available to configure to the dialog:

\n
    \n
  1. Fade
  2. \n
  3. FadeZoom
  4. \n
  5. FlipLeftDown
  6. \n
  7. FlipLeftUp
  8. \n
  9. FlipRightDown
  10. \n
  11. FlipRightUp
  12. \n
  13. FlipXDown
  14. \n
  15. FlipXUp
  16. \n
  17. FlipYLeft
  18. \n
  19. FlipYRight
  20. \n
  21. SlideBottom
  22. \n
  23. SlideLeft
  24. \n
  25. SlideRight
  26. \n
  27. SlideTop
  28. \n
  29. Zoom
  30. \n
  31. None
  32. \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/dialog/animationSettings#effect"},"delay":{"name":"delay","description":"

Specifies the delay in milliseconds to start animation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/dialog/animationSettings#delay"}},"ProgressButton":{"begin":{"name":"begin","description":"

Triggers when the progress starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#begin"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#created"},"end":{"name":"end","description":"

Triggers when the progress is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#end"},"fail":{"name":"fail","description":"

Triggers when the progress is incomplete.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#fail"},"progress":{"name":"progress","description":"

Triggers in specified intervals.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#progress"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#allowserverdatabinding"},"animationSettings":{"name":"animationSettings","description":"

Specifies the animation settings.

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/progress-button/#animationsettings"},"content":{"name":"content","description":"

Defines the text content of the progress button element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#content"},"cssClass":{"name":"cssClass","description":"

Specifies the root CSS class of the progress button that allows customization of component’s appearance.\nThe progress button types, styles, and size can be achieved by using this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#cssclass"},"disabled":{"name":"disabled","description":"

Enables or disables the progress button.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#disabled"},"duration":{"name":"duration","description":"

Specifies the duration of progression in the progress button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/progress-button/#duration"},"element":{"name":"element","description":"","type":"HTMLButtonElement","link":"//ej2.syncfusion.com/documentation/api/progress-button/#element"},"enableHtmlSanitizer":{"name":"enableHtmlSanitizer","description":"

Defines whether to allow the cross-scripting site or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#enablehtmlsanitizer"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#enablepersistence"},"enableProgress":{"name":"enableProgress","description":"

Enables or disables the background filler UI in the progress button.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#enableprogress"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#enablertl"},"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the progress button that is used to include an icon.\nProgress button can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#iconcss"},"iconPosition":{"name":"iconPosition","description":"

Positions an icon in the progress button. The possible values are:

\n
    \n
  • Left: The icon will be positioned to the left of the text content.
  • \n
  • Right: The icon will be positioned to the right of the text content.
  • \n
  • Top: The icon will be positioned at the top of the text content.
  • \n
  • Bottom: The icon will be positioned at the bottom of the text content.
  • \n
\n","type":"IconPosition","link":"//ej2.syncfusion.com/documentation/api/progress-button/#iconposition"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#isdestroyed"},"isPrimary":{"name":"isPrimary","description":"

Allows the appearance of the progress button to be enhanced and visually appealing when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#isprimary"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#isserverrendered"},"isToggle":{"name":"isToggle","description":"

Makes the progress button toggle, when set to true. When you click it, the state changes from normal to active.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#istoggle"},"spinSettings":{"name":"spinSettings","description":"

Specifies a spinner and its related properties.

\n","type":"SpinSettingsModel","link":"//ej2.syncfusion.com/documentation/api/progress-button/#spinsettings"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#appendto"},"click":{"name":"click","description":"

Click the button element\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#click"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to ProgressButton\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#focusin"},"progressComplete":{"name":"progressComplete","description":"

Complete the button progress.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#progresscomplete"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#serverdatabind"},"start":{"name":"start","description":"

Starts the button progress at the specified percent.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#start"},"stop":{"name":"stop","description":"

Stops the button progress.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/progress-button/#stop"}},"SpinSettings":{"position":{"name":"position","description":"

Specifies the position of a spinner in the progress button. The possible values are:

\n
    \n
  • Left: The spinner will be positioned to the left of the text content.
  • \n
  • Right: The spinner will be positioned to the right of the text content.
  • \n
  • Top: The spinner will be positioned at the top of the text content.
  • \n
  • Bottom: The spinner will be positioned at the bottom of the text content.
  • \n
  • Center: The spinner will be positioned at the center of the progress button.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/spinSettings#position"},"template":{"name":"template","description":"

Specifies the template content to be displayed in a spinner.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/spinSettings#template"},"width":{"name":"width","description":"

Sets the width of a spinner.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/progress-button/spinSettings#width"}},"SplitButton":{"beforeClose":{"name":"beforeClose","description":"

Triggers before closing the SplitButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#beforeclose"},"beforeItemRender":{"name":"beforeItemRender","description":"

Triggers while rendering each Popup item of SplitButton.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#beforeitemrender"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers before opening the SplitButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#beforeopen"},"click":{"name":"click","description":"

Triggers when the primary button of SplitButton has been clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#click"},"close":{"name":"close","description":"

Triggers while closing the SplitButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#close"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#created"},"open":{"name":"open","description":"

Triggers while opening the SplitButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#open"},"select":{"name":"select","description":"

Triggers while selecting action item of SplitButton popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#select"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#allowserverdatabinding"},"content":{"name":"content","description":"

Defines the content of the SplitButton primary action button can either be a text or HTML elements.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#content"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the SplitButton element. The SplitButton\nsize and styles can be customized by using this.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the SplitButton is disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#disabled"},"element":{"name":"element","description":"","type":"HTMLButtonElement","link":"//ej2.syncfusion.com/documentation/api/split-button/#element"},"enableHtmlSanitizer":{"name":"enableHtmlSanitizer","description":"

Defines whether to allow the cross-scripting site or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#enablehtmlsanitizer"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#enablertl"},"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the SplitButton that is used to include an\nicon. SplitButton can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#iconcss"},"iconPosition":{"name":"iconPosition","description":"

Positions the icon before/top of the text content in the SplitButton. The possible values are

\n
    \n
  • Left: The icon will be positioned to the left of the text content.
  • \n
  • Top: The icon will be positioned to the top of the text content.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#iconposition"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/split-button/#isserverrendered"},"items":{"name":"items","description":"

Specifies action items with its properties which will be rendered as SplitButton secondary button popup.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/split-button/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#locale"},"target":{"name":"target","description":"

Allows to specify the SplitButton popup item element.

\n","type":"string|Element","link":"//ej2.syncfusion.com/documentation/api/split-button/#target"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#addeventlistener"},"addItems":{"name":"addItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#additems"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#databind"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to SplitButton\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#focusin"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Called internally if any of the property value changed.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#removeeventlistener"},"removeItems":{"name":"removeItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#removeitems"},"render":{"name":"render","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#render"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#serverdatabind"},"toggle":{"name":"toggle","description":"

To open/close SplitButton popup based on current state of the SplitButton.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/split-button/#inject"}},"Button":{"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/button/#created"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#allowserverdatabinding"},"content":{"name":"content","description":"

Defines the text content of the Button element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#content"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the Button element. The Button types, styles, and\nsize can be defined by using\nthis.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the Button is disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#disabled"},"element":{"name":"element","description":"","type":"HTMLButtonElement","link":"//ej2.syncfusion.com/documentation/api/button/#element"},"enableHtmlSanitizer":{"name":"enableHtmlSanitizer","description":"

Defines whether to allow the cross-scripting site or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#enablehtmlsanitizer"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#enablertl"},"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the Button that is used to include an icon.\nButtons can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#iconcss"},"iconPosition":{"name":"iconPosition","description":"

Positions the icon before/after the text content in the Button.\nThe possible values are:

\n
    \n
  • Left: The icon will be positioned to the left of the text content.
  • \n
  • Right: The icon will be positioned to the right of the text content.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#iconposition"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#isdestroyed"},"isPrimary":{"name":"isPrimary","description":"

Allows the appearance of the Button to be enhanced and visually appealing when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#isprimary"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#isserverrendered"},"isToggle":{"name":"isToggle","description":"

Makes the Button toggle, when set to true. When you click it, the state changes from normal to active.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#istoggle"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#appendto"},"click":{"name":"click","description":"

Click the button element\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#click"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to Button\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#focusin"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/button/#serverdatabind"}},"CheckBox":{"change":{"name":"change","description":"

Triggers when the CheckBox state has been changed by user interaction.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/check-box/#change"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/check-box/#created"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#allowserverdatabinding"},"checked":{"name":"checked","description":"

Specifies a value that indicates whether the CheckBox is checked or not.\nWhen set to true, the CheckBox will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#checked"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the CheckBox element.\nYou can add custom styles to the CheckBox by using this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the CheckBox is disabled or not.\nWhen set to true, the CheckBox will be in disabled state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#disabled"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/check-box/#element"},"enableHtmlSanitizer":{"name":"enableHtmlSanitizer","description":"

Defines whether to allow the cross-scripting site or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#enablehtmlsanitizer"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#enablertl"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/check-box/#htmlattributes"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#ignorecollectionwatch"},"indeterminate":{"name":"indeterminate","description":"

Specifies a value that indicates whether the CheckBox is in indeterminate state or not.\nWhen set to true, the CheckBox will be in indeterminate state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#indeterminate"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#isserverrendered"},"label":{"name":"label","description":"

Defines the caption for the CheckBox, that describes the purpose of the CheckBox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#label"},"labelPosition":{"name":"labelPosition","description":"

Positions label before/after the CheckBox.\nThe possible values are:

\n
    \n
  • Before - The label is positioned to left of the CheckBox.
  • \n
  • After - The label is positioned to right of the CheckBox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#labelposition"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#locale"},"name":{"name":"name","description":"

Defines name attribute for the CheckBox.\nIt is used to reference form data (CheckBox value) after a form is submitted.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#name"},"value":{"name":"value","description":"

Defines value attribute for the CheckBox.\nIt is a form data passed to the server when submitting the form.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#appendto"},"click":{"name":"click","description":"

Click the CheckBox element\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#click"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to CheckBox\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#focusin"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/check-box/#inject"}},"Chip":{"avatarIconCss":{"name":"avatarIconCss","description":"

This avatarIconCss property helps to customize avatar element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#avatariconcss"},"avatarText":{"name":"avatarText","description":"

This avatarText property helps to customize avatar content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#avatartext"},"cssClass":{"name":"cssClass","description":"

This cssClass property helps to customize ChipList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#cssclass"},"enabled":{"name":"enabled","description":"

This enabled property helps to enable/disable ChipList component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chip#enabled"},"leadingIconCss":{"name":"leadingIconCss","description":"

This leadingIconCss property helps to customize leading icon element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#leadingiconcss"},"text":{"name":"text","description":"

This text property helps to render ChipList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#text"},"trailingIconCss":{"name":"trailingIconCss","description":"

This trailingIconCss property helps to customize trailing icon element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chip#trailingiconcss"}},"ChipList":{"click":{"name":"click","description":"

This click event will get triggered once the chip is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#click"},"created":{"name":"created","description":"

This created event will get triggered once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#created"},"delete":{"name":"delete","description":"

This delete event will get triggered before removing the chip.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#delete"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#allowserverdatabinding"},"avatarIconCss":{"name":"avatarIconCss","description":"

This avatarIconCss property helps to customize avatar element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#avatariconcss"},"avatarText":{"name":"avatarText","description":"

This avatarText property helps to customize avatar content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#avatartext"},"chips":{"name":"chips","description":"

This chips property helps to render ChipList component.

\n","type":"string[]|number[]|ChipModel[]","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#chips"},"cssClass":{"name":"cssClass","description":"

This cssClass property helps to customize ChipList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#element"},"enableDelete":{"name":"enableDelete","description":"

This enableDelete property helps to enable delete functionality.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#enabledelete"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#enablertl"},"enabled":{"name":"enabled","description":"

This enabled property helps to enable/disable ChipList component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#enabled"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#isserverrendered"},"leadingIconCss":{"name":"leadingIconCss","description":"

This leadingIconCss property helps to customize leading icon element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#leadingiconcss"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#locale"},"selectedChips":{"name":"selectedChips","description":"

This selectedChips property helps to select chip items.

\n","type":"number[]|number","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#selectedchips"},"selection":{"name":"selection","description":"

This selection property enables chip selection type.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#selection"},"text":{"name":"text","description":"

This text property helps to render Chip component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#text"},"trailingIconCss":{"name":"trailingIconCss","description":"

This trailingIconCss property helps to customize trailing icon element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#trailingiconcss"},"add":{"name":"add","description":"

A function that adds chip items based on given input.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#add"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#databind"},"destroy":{"name":"destroy","description":"

It is used to destroy the ChipList component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#destroy"},"find":{"name":"find","description":"

A function that finds chip based on given input.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#find"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#getmodulename"},"getPersistData":{"name":"getPersistData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#getpersistdata"},"getSelectedChips":{"name":"getSelectedChips","description":"

A function that returns selected chips data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#getselectedchips"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#refresh"},"remove":{"name":"remove","description":"

A function that removes chip items based on given input.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#remove"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#removeeventlistener"},"select":{"name":"select","description":"

A function that selects chip items based on given input.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#select"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chips/chipList#inject"}},"RadioButton":{"change":{"name":"change","description":"

Event trigger when the RadioButton state has been changed by user interaction.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/radio-button/#change"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/radio-button/#created"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#allowserverdatabinding"},"checked":{"name":"checked","description":"

Specifies a value that indicates whether the RadioButton is checked or not.\nWhen set to true, the RadioButton will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#checked"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the RadioButton element.\nYou can add custom styles to the RadioButton by using this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the RadioButton is disabled or not.\nWhen set to true, the RadioButton will be in disabled state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#disabled"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/radio-button/#element"},"enableHtmlSanitizer":{"name":"enableHtmlSanitizer","description":"

Defines whether to allow the cross-scripting site or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#enablehtmlsanitizer"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#enablertl"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#isserverrendered"},"label":{"name":"label","description":"

Defines the caption for the RadioButton, that describes the purpose of the RadioButton.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#label"},"labelPosition":{"name":"labelPosition","description":"

Positions label before/after the RadioButton.\nThe possible values are:

\n
    \n
  • Before: The label is positioned to left of the RadioButton.
  • \n
  • After: The label is positioned to right of the RadioButton.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#labelposition"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#locale"},"name":{"name":"name","description":"

Defines name attribute for the RadioButton.\nIt is used to reference form data (RadioButton value) after a form is submitted.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#name"},"value":{"name":"value","description":"

Defines value attribute for the RadioButton.\nIt is a form data passed to the server when submitting the form.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#appendto"},"click":{"name":"click","description":"

Click the RadioButton element\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#click"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to RadioButton\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#focusin"},"getSelectedValue":{"name":"getSelectedValue","description":"

To get the value of selected radio button in a group.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#getselectedvalue"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/radio-button/#inject"}},"Switch":{"change":{"name":"change","description":"

Triggers when Switch state has been changed by user interaction.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/switch/#change"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/switch/#created"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#allowserverdatabinding"},"checked":{"name":"checked","description":"

Specifies a value that indicates whether the Switch is checked or not.\nWhen set to true, the Switch will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#checked"},"cssClass":{"name":"cssClass","description":"

You can add custom styles to the Switch by using this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#cssclass"},"disabled":{"name":"disabled","description":"

Specifies a value that indicates whether the Switch is disabled or not.\nWhen set to true, the Switch will be in disabled state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#disabled"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/switch/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#enablertl"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#locale"},"name":{"name":"name","description":"

Defines name attribute for the Switch.\nIt is used to reference form data (Switch value) after a form is submitted.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#name"},"offLabel":{"name":"offLabel","description":"

Specifies a text that indicates the Switch is in unchecked state.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#offlabel"},"onLabel":{"name":"onLabel","description":"

Specifies a text that indicates the Switch is in checked state.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#onlabel"},"value":{"name":"value","description":"

Defines value attribute for the Switch.\nIt is a form data passed to the server when submitting the form.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/switch/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#appendto"},"click":{"name":"click","description":"

Click the switch element\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#click"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#databind"},"destroy":{"name":"destroy","description":"

Destroys the Switch widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to Switch\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#focusin"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#serverdatabind"},"toggle":{"name":"toggle","description":"

Toggle the Switch component state into checked/unchecked.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/switch/#inject"}},"ButtonProps":{"click":{"name":"click","description":"

Event triggers when click the dialog button.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/buttonProps#click"},"buttonModel":{"name":"buttonModel","description":"

Specifies the button component properties to render the dialog buttons.

\n","type":"ButtonModel","link":"//ej2.syncfusion.com/documentation/api/dialog/buttonProps#buttonmodel"},"type":{"name":"type","description":"

Specify the type of the button.\nPossible values are Button, Submit and Reset.

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/dialog/buttonProps#type"}},"Dialog":{"beforeClose":{"name":"beforeClose","description":"

Event triggers before the dialog is closed.\nIf you cancel this event, the dialog remains opened.\nSet the cancel argument to true to cancel the closure of a dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#beforeclose"},"beforeOpen":{"name":"beforeOpen","description":"

Event triggers when the dialog is being opened.\nIf you cancel this event, the dialog remains closed.\nSet the cancel argument to true to cancel the open of a dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#beforeopen"},"close":{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},"created":{"name":"created","description":"

Event triggers when the dialog is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#created"},"drag":{"name":"drag","description":"

Event triggers when the user drags the dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#drag"},"dragStart":{"name":"dragStart","description":"

Event triggers when the user begins dragging the dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#dragstart"},"dragStop":{"name":"dragStop","description":"

Event triggers when the user stop dragging the dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#dragstop"},"open":{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},"overlayClick":{"name":"overlayClick","description":"

Event triggers when the overlay of dialog is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#overlayclick"},"resizeStart":{"name":"resizeStart","description":"

Event triggers when the user begins to resize a dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Event triggers when the user stop to resize a dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#resizestop"},"resizing":{"name":"resizing","description":"

Event triggers when the user resize the dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#resizing"},"allowDragging":{"name":"allowDragging","description":"

Specifies the value whether the dialog component can be dragged by the end-user.\nThe dialog allows to drag by selecting the header and dragging it for re-position the dialog.

\n
\n

More information on the draggable behavior can be found on this documentation section.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#allowdragging"},"animationSettings":{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},"buttons":{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"},"closeOnEscape":{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},"content":{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},"cssClass":{"name":"cssClass","description":"

Specifies the CSS class name that can be appended with root element of the dialog.\nOne or more custom CSS classes can be added to a dialog.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/dialog/#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#enablepersistence"},"enableResize":{"name":"enableResize","description":"

Specifies the value whether the dialog component can be resized by the end-user.\nIf enableResize is true, the dialog component creates grip to resize it diagonal direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#enableresize"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#enablertl"},"footerTemplate":{"name":"footerTemplate","description":"

Specifies the template value that can be displayed with dialog's footer area.\nThis is optional property and can be used only when the footer is occupied with information or custom components.\nBy default, the footer is configured with action buttons.\nIf footer template is configured to dialog, the action buttons property will be disabled.

\n
\n

More information on the footer template configuration can be found on this documentation section.

\n
\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#footertemplate"},"header":{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},"height":{"name":"height","description":"

Specifies the height of the dialog component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#isdestroyed"},"isModal":{"name":"isModal","description":"

Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.

\n
    \n
  • Modal: It creates overlay that disable interaction with the parent application and user should\nrespond with modal before continuing with other applications.
  • \n
  • Modeless: It does not prevent user interaction with parent application.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#ismodal"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/dialog/#locale"},"minHeight":{"name":"minHeight","description":"

Specify the min-height of the dialog component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#minheight"},"position":{"name":"position","description":"

Specifies the value where the dialog can be positioned within the document or target.\nThe position can be represented with pre-configured positions or specific X and Y values.

\n
    \n
  • X value: left, center, right, or offset value.
  • \n
  • Y value: top, center, bottom, or offset value.
  • \n
\n","type":"PositionDataModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#position"},"showCloseIcon":{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},"target":{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},"visible":{"name":"visible","description":"

Specifies the value that represents whether the dialog component is visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#visible"},"width":{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},"zIndex":{"name":"zIndex","description":"

Specifies the z-order for rendering that determines whether the dialog is displayed in front or behind of another component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/dialog/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#destroy"},"getButtons":{"name":"getButtons","description":"

Returns the dialog button instances.\nBased on that, you can dynamically change the button states.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#getbuttons"},"hide":{"name":"hide","description":"

Closes the dialog if it is in visible state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#hide"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#refresh"},"refreshPosition":{"name":"refreshPosition","description":"

Refreshes the dialog's position when the user changes its header and footer height/width dynamically.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#refreshposition"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#removeeventlistener"},"show":{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#inject"}},"Popup":{"close":{"name":"close","description":"

Trigger the event once closed the popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/popup/#close"},"open":{"name":"open","description":"

Triggers the event once opened the popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/popup/#open"},"targetExitViewport":{"name":"targetExitViewport","description":"

Triggers the event when target element hide from view port on scroll.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/popup/#targetexitviewport"},"actionOnScroll":{"name":"actionOnScroll","description":"

specifies the action that should happen when scroll the target-parent container.\nThis property should define either reposition or hide.\nwhen set reposition to this property, the popup position will refresh when scroll any parent container.\nwhen set hide to this property, the popup will be closed when scroll any parent container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/popup/#actiononscroll"},"collision":{"name":"collision","description":"

Specifies the collision handler settings of the component.

\n","type":"CollisionAxis","link":"//ej2.syncfusion.com/documentation/api/popup/#collision"},"content":{"name":"content","description":"

Specifies the content of the popup element, it can be string or HTMLElement.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/popup/#content"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/popup/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/popup/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

specifies the rtl direction state of the popup element.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/popup/#enablertl"},"height":{"name":"height","description":"

Specifies the height of the popup element.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/popup/#height"},"hideAnimation":{"name":"hideAnimation","description":"

specifies the animation that should happen when popup closes.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/popup/#hideanimation"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/popup/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/popup/#locale"},"offsetX":{"name":"offsetX","description":"

specifies the popup element offset-x value, respective to the relative element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/popup/#offsetx"},"offsetY":{"name":"offsetY","description":"

specifies the popup element offset-y value, respective to the relative element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/popup/#offsety"},"position":{"name":"position","description":"

Specifies the popup element position, respective to the relative element.

\n","type":"PositionDataModel","link":"//ej2.syncfusion.com/documentation/api/popup/#position"},"relateTo":{"name":"relateTo","description":"

Specifies the relative container element of the popup element.Based on the relative element, popup element will be positioned.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/popup/#relateto"},"showAnimation":{"name":"showAnimation","description":"

specifies the animation that should happen when popup open.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/popup/#showanimation"},"targetType":{"name":"targetType","description":"

Specifies the relative element type of the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/popup/#targettype"},"viewPortElement":{"name":"viewPortElement","description":"

Specifies the collision detectable container element of the component.

\n","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/popup/#viewportelement"},"width":{"name":"width","description":"

Specifies the height of the popup element.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/popup/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/popup/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#databind"},"destroy":{"name":"destroy","description":"

To destroy the control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#destroy"},"getScrollableParent":{"name":"getScrollableParent","description":"

Gets scrollable parent elements for the given element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#getscrollableparent"},"hide":{"name":"hide","description":"

Hides the popup element from screen.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#hide"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#refresh"},"refreshPosition":{"name":"refreshPosition","description":"

Based on the relative element and offset values, Popup element position will refreshed.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#refreshposition"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#removeeventlistener"},"show":{"name":"show","description":"

Shows the popup element from screen.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#show"},"unwireScrollEvents":{"name":"unwireScrollEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#unwirescrollevents"},"wireScrollEvents":{"name":"wireScrollEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#wirescrollevents"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/popup/#inject"}},"PositionData":{"X":{"name":"X","description":"

specify the offset left value

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/popup/positionData#x"},"Y":{"name":"Y","description":"

specify the offset top value.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/popup/positionData#y"}},"Animation":{"close":{"name":"close","description":"

Animation settings to be applied on the Tooltip, when it is closed.

\n","type":"TooltipAnimationSettings","link":"//ej2.syncfusion.com/documentation/api/tooltip/animation#close"},"open":{"name":"open","description":"

Animation settings to be applied on the Tooltip, while it is being shown over the target.

\n","type":"TooltipAnimationSettings","link":"//ej2.syncfusion.com/documentation/api/tooltip/animation#open"},"duration":{"name":"duration","description":"

The duration of animation in milliseconds.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/animation#duration"},"enable":{"name":"enable","description":"

If set to true, series gets animated on initial loading.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/animation#enable"},"begin":{"name":"begin","description":"

Triggers when the animation is started

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/animation/#begin"},"end":{"name":"end","description":"

Triggers when animation is completed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/animation/#end"},"fail":{"name":"fail","description":"

Triggers when animation is failed due to any scripts

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/animation/#fail"},"progress":{"name":"progress","description":"

Triggers when animation is in-progress

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/animation/#progress"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/animation/#allowserverdatabinding"},"delay":{"name":"delay","description":"

The option to delay animation of the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/animation#delay"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/animation/#element"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/animation/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/animation/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/animation/#isserverrendered"},"name":{"name":"name","description":"

Specify the type of animation

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/animation/#name"},"timingFunction":{"name":"timingFunction","description":"

Specify the animation timing function

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/animation/#timingfunction"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#addeventlistener"},"animate":{"name":"animate","description":"

Applies animation to the current element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#animate"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#databind"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#serverdatabind"},"stop":{"name":"stop","description":"

Stop the animation effect on animated element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/animation/#stop"}},"Tooltip":{"afterClose":{"name":"afterClose","description":"

We can trigger afterClose event when the Tooltip Component gets closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#afterclose"},"afterOpen":{"name":"afterOpen","description":"

We can trigger afterOpen event after the Tooltip Component gets opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#afteropen"},"beforeClose":{"name":"beforeClose","description":"

We can trigger beforeClose event before the Tooltip hides from the screen. If returned false, then the Tooltip is no more hidden.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforeclose"},"beforeCollision":{"name":"beforeCollision","description":"

We can trigger beforeCollision event for every collision fit calculation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforecollision"},"beforeOpen":{"name":"beforeOpen","description":"

We can trigger beforeOpen event before the Tooltip is displayed over the target element.\nWhen one of its arguments cancel is set to true, the Tooltip display can be prevented.\nThis event is mainly used for the purpose of refreshing the Tooltip positions dynamically or to\nset customized styles in it and so on.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforeopen"},"beforeRender":{"name":"beforeRender","description":"

We can trigger beforeRender event before the Tooltip and its contents are added to the DOM.\nWhen one of its arguments cancel is set to true, the Tooltip can be prevented from rendering on the page.\nThis event is mainly used for the purpose of customizing the Tooltip before it shows up on the screen.\nFor example, to load the AJAX content or to set new animation effects on the Tooltip, this event can be opted.\nRefer the documentation\nhere\nto know more about this property with demo.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforerender"},"created":{"name":"created","description":"

We can trigger created event after the Tooltip component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#created"},"destroyed":{"name":"destroyed","description":"

We can trigger destroyed event when the Tooltip component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#destroyed"},"animation":{"name":"animation","description":"

We can set the same or different animation option to Tooltip while it is in open or close state.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/tooltip/#animation"},"closeDelay":{"name":"closeDelay","description":"

It is used to close the Tooltip after a specified delay in milliseconds.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#closedelay"},"content":{"name":"content","description":"

It is used to display the content of Tooltip which can be both string and HTML Elements.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tooltip/#content"},"cssClass":{"name":"cssClass","description":"

It is used to customize the Tooltip which accepts custom CSS class names that\ndefines specific user-defined styles and themes to be applied on the Tooltip element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#enablertl"},"height":{"name":"height","description":"

It is used to set the height of Tooltip component which accepts both string and number values.\nWhen Tooltip content gets overflow due to height value then the scroll mode will be enabled.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#isdestroyed"},"isSticky":{"name":"isSticky","description":"

It is used to display the Tooltip in an open state until closed by manually.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#issticky"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#locale"},"mouseTrail":{"name":"mouseTrail","description":"

It allows the Tooltip to follow the mouse pointer movement over the specified target element.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#mousetrail"},"offsetX":{"name":"offsetX","description":"

It sets the space between the target and Tooltip element in X axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#offsetx"},"offsetY":{"name":"offsetY","description":"

It sets the space between the target and Tooltip element in Y axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#offsety"},"openDelay":{"name":"openDelay","description":"

It is used to open the Tooltip after the specified delay in milliseconds.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#opendelay"},"opensOn":{"name":"opensOn","description":"

It is used to determine the device mode to display the Tooltip content.\nIf it is in desktop, it will show the Tooltip content when hovering on the target element.\nIf it is in touch device, it will show the Tooltip content when tap and holding on the target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#openson"},"position":{"name":"position","description":"

It is used to set the position of Tooltip element, with respect to Target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#position"},"showTipPointer":{"name":"showTipPointer","description":"

It is used to show or hide the tip pointer of Tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#showtippointer"},"target":{"name":"target","description":"

It is used to denote the target selector where the Tooltip need to be displayed.\nThe target element is considered as parent container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#target"},"tipPointerPosition":{"name":"tipPointerPosition","description":"

It is used to set the position of tip pointer on tooltip.\nWhen it sets to auto, the tip pointer auto adjusts within the space of target's length\nand does not point outside.\nRefer the documentation\nhere\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#tippointerposition"},"width":{"name":"width","description":"

It is used to set the width of Tooltip component which accepts both string and number values.\nWhen set to auto, the Tooltip width gets auto adjusted to display its content within the viewable screen.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#appendto"},"close":{"name":"close","description":"

It is used to hide the Tooltip with specific animation effect.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#close"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#databind"},"destroy":{"name":"destroy","description":"

It is used to destroy the Tooltip component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#destroy"},"open":{"name":"open","description":"

It is used to show the Tooltip on the specified target with specific animation settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#open"},"refresh":{"name":"refresh","description":"

It is used to refresh the Tooltip content and its position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#inject"},"isFadeout":{"name":"isFadeout","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/tooltip#isfadeout"},"tooltipObject":{"name":"tooltipObject","description":"","type":"tool","link":"//ej2.syncfusion.com/documentation/api/heatmap/tooltip#tooltipobject"},"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltip#parent"},"toolTipObj":{"name":"toolTipObj","description":"","type":"TooltipComponent","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltip#tooltipobj"},"control":{"name":"control","description":"","type":"AccumulationChart|Chart","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#control"},"elementSize":{"name":"elementSize","description":"","type":"Size","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#elementsize"},"formattedText":{"name":"formattedText","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#formattedtext"},"header":{"name":"header","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#header"},"headerText":{"name":"headerText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#headertext"},"insideRegion":{"name":"insideRegion","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#insideregion"},"inverted":{"name":"inverted","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#inverted"},"isRemove":{"name":"isRemove","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#isremove"},"lierIndex":{"name":"lierIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#lierindex"},"svgTooltip":{"name":"svgTooltip","description":"","type":"SVGTooltip","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#svgtooltip"},"text":{"name":"text","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#text"},"textElements":{"name":"textElements","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#textelements"},"textStyle":{"name":"textStyle","description":"","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#textstyle"},"toolTipInterval":{"name":"toolTipInterval","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#tooltipinterval"},"createElement":{"name":"createElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#createelement"},"createTooltip":{"name":"createTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#createtooltip"},"fadeOut":{"name":"fadeOut","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#fadeout"},"getClosestX":{"name":"getClosestX","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#getclosestx"},"getElement":{"name":"getElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#getelement"},"highlightPoint":{"name":"highlightPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#highlightpoint"},"highlightPoints":{"name":"highlightPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#highlightpoints"},"isSelected":{"name":"isSelected","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#isselected"},"pushData":{"name":"pushData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#pushdata"},"removeHighlight":{"name":"removeHighlight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#removehighlight"},"removeHighlightedMarker":{"name":"removeHighlightedMarker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#removehighlightedmarker"},"removeText":{"name":"removeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#removetext"},"stopAnimation":{"name":"stopAnimation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#stopanimation"},"tooltip":{"name":"tooltip","description":"

Renders the tooltip.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#tooltip"},"updatePreviousPoint":{"name":"updatePreviousPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tooltip#updatepreviouspoint"}},"Annotations":{"createAnnotationTemplate":{"name":"createAnnotationTemplate","description":"

To create annotation elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/annotations#createannotationtemplate"},"renderAnnotationElements":{"name":"renderAnnotationElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/annotations#renderannotationelements"},"createTemplate":{"name":"createTemplate","description":"

Method to create annotation template for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotations#createtemplate"},"renderAnnotation":{"name":"renderAnnotation","description":"

Method to render the annotation for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotations#renderannotation"}},"Axis":{"isInversed":{"name":"isInversed","description":"

It specifies whether the axis to be rendered in inversed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#isinversed"},"labelStyle":{"name":"labelStyle","description":"

Options to customize the axis label.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelstyle"},"line":{"name":"line","description":"

Options for customizing the axis line.

\n","type":"LineModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/axis#line"},"majorTicks":{"name":"majorTicks","description":"

Options for customizing the major tick lines.

\n","type":"TickModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#majorticks"},"maximum":{"name":"maximum","description":"

Specifies the maximum range of an axis.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/axis#maximum"},"minimum":{"name":"minimum","description":"

Specifies the minimum range of an axis.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/axis#minimum"},"minorTicks":{"name":"minorTicks","description":"

Options for customizing the minor tick lines.

\n","type":"TickModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#minorticks"},"opposedPosition":{"name":"opposedPosition","description":"

If set to true, the axis will render at the opposite side of its default position.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#opposedposition"},"pointers":{"name":"pointers","description":"

Options for customizing the pointers of an axis

\n","type":"PointerModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#pointers"},"ranges":{"name":"ranges","description":"

Options for customizing the ranges of an axis

\n","type":"RangeModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#ranges"},"annotations":{"name":"annotations","description":"

‘Annotation’ module is used to handle annotation action for an axis.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#annotations"},"background":{"name":"background","description":"

The background color of the axis, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#background"},"direction":{"name":"direction","description":"

Specifies the direction of an axis. They are

\n
    \n
  • clockWise - Renders the axis in clock wise direction.
  • \n
  • antiClockWise - Renders the axis in anti-clock wise direction.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#direction"},"endAngle":{"name":"endAngle","description":"

The end angle of an axis

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#endangle"},"hideIntersectingLabel":{"name":"hideIntersectingLabel","description":"

Specifies to hide the intersecting axis labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#hideintersectinglabel"},"lineStyle":{"name":"lineStyle","description":"

Options for customizing axis lines.

\n","type":"AxisLineModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#linestyle"},"radius":{"name":"radius","description":"

Radius of an axis in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#radius"},"rangeGap":{"name":"rangeGap","description":"

Specifies the range gap property by pixel value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#rangegap"},"roundingPlaces":{"name":"roundingPlaces","description":"

Specifies the rounding Off value in the label

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#roundingplaces"},"showLastLabel":{"name":"showLastLabel","description":"

Specifies the last label to be shown

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#showlastlabel"},"startAndEndRangeGap":{"name":"startAndEndRangeGap","description":"

Specifies the start and end range gap.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axis#startandendrangegap"},"startAngle":{"name":"startAngle","description":"

The start angle for the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#startangle"},"border":{"name":"border","description":"

Border of the multi level labels.

\n","type":"LabelBorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#border"},"increment":{"name":"increment","description":"

Specifies the increment for an axis label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/axis#increment"},"interval":{"name":"interval","description":"

Specifies the interval for an axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#interval"},"intervalType":{"name":"intervalType","description":"

Specifies the types like Years, Months, Days, Hours, Minutes, Seconds in date time axis.They are,

\n
    \n
  • Auto: Defines the interval of the axis based on data.
  • \n
  • Years: Defines the interval of the axis in years.
  • \n
  • Months: Defines the interval of the axis in months.
  • \n
  • Days: Defines the interval of the axis in days.
  • \n
  • Hours: Defines the interval of the axis in hours.
  • \n
  • Minutes: Defines the interval of the axis in minutes.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#intervaltype"},"labelFormat":{"name":"labelFormat","description":"

Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\nIt also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelformat"},"labelIntersectAction":{"name":"labelIntersectAction","description":"

Specifies the actions like None, Hide, Trim, Wrap, MultipleRows, Rotate45, and Rotate90\nwhen the axis labels intersect with each other.They are,

\n
    \n
  • None: Shows all the labels.
  • \n
  • Hide: Hides the label when it intersects.
  • \n
  • Trim: Trim the label when it intersects.
  • \n
  • Wrap: Wrap the label when it intersects.
  • \n
  • MultipleRows: Shows the label in MultipleRows when it intersects.
  • \n
  • Rotate45: Rotates the label to 45 degree when it intersects.
  • \n
  • Rotate90: Rotates the label to 90 degree when it intersects.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelintersectaction"},"labelRotation":{"name":"labelRotation","description":"

The angle to which the axis label gets rotated.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelrotation"},"labels":{"name":"labels","description":"

Options for label assignment.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/axis#labels"},"multiLevelLabels":{"name":"multiLevelLabels","description":"

Specifies the multi level labels collection for the axis

\n","type":"MultiLevelLabelsModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/axis#multilevellabels"},"multiLevelSize":{"name":"multiLevelSize","description":"","type":"Size[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/axis#multilevelsize"},"showLabelOn":{"name":"showLabelOn","description":"

Defines the axis label display type for date time axis.

\n
    \n
  • None: Axis labels displayed based on the value type.
  • \n
  • Years: Define the axis labels display in every year.
  • \n
  • Months: Define the axis labels display in every month.
  • \n
  • Days: Define the axis labels display in every day.
  • \n
  • Hours: Define the axis labels display in every hour.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/axis#showlabelon"},"textStyle":{"name":"textStyle","description":"

Options for customizing the label text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/axis#textstyle"},"title":{"name":"title","description":"

Specifies the title of an axis.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#title"},"valueType":{"name":"valueType","description":"

Specifies the type of data the axis is handling.

\n
    \n
  • Double: Renders a numeric axis.
  • \n
  • DateTime: Renders a dateTime axis.
  • \n
  • Category: Renders a category axis.
  • \n
  • Logarithmic: Renders a log axis.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#valuetype"},"coefficient":{"name":"coefficient","description":"

The polar radar radius position.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#coefficient"},"columnIndex":{"name":"columnIndex","description":"

Specifies the index of the column where the axis is associated,\nwhen the chart area is divided into multiple plot areas by using columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#columnindex"},"crossesAt":{"name":"crossesAt","description":"

Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/axis#crossesat"},"crossesInAxis":{"name":"crossesInAxis","description":"

Specifies axis name with which the axis line has to be crossed

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#crossesinaxis"},"crosshairTooltip":{"name":"crosshairTooltip","description":"

Options to customize the crosshair ToolTip.

\n","type":"CrosshairTooltipModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#crosshairtooltip"},"description":{"name":"description","description":"

Description for axis and its element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#description"},"desiredIntervals":{"name":"desiredIntervals","description":"

With this property, you can request axis to calculate intervals approximately equal to your specified interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#desiredintervals"},"edgeLabelPlacement":{"name":"edgeLabelPlacement","description":"

Specifies the position of labels at the edge of the axis.They are,

\n
    \n
  • None: No action will be performed.
  • \n
  • Hide: Edge label will be hidden.
  • \n
  • Shift: Shifts the edge labels.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#edgelabelplacement"},"enableAutoIntervalOnZooming":{"name":"enableAutoIntervalOnZooming","description":"

If set to true, axis interval will be calculated automatically with respect to the zoomed range.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#enableautointervalonzooming"},"enableTrim":{"name":"enableTrim","description":"

Specifies the Trim property for an axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#enabletrim"},"isIndexed":{"name":"isIndexed","description":"

Specifies indexed category axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#isindexed"},"labelPlacement":{"name":"labelPlacement","description":"

Specifies the placement of a label for category axis. They are,

\n
    \n
  • betweenTicks: Renders the label between the ticks.
  • \n
  • onTicks: Renders the label on the ticks.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelplacement"},"labelPosition":{"name":"labelPosition","description":"

Specifies the placement of a labels to the axis line. They are,

\n
    \n
  • inside: Renders the labels inside to the axis line.
  • \n
  • outside: Renders the labels outside to the axis line.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#labelposition"},"logBase":{"name":"logBase","description":"

The base value for logarithmic axis. It requires valueType to be Logarithmic.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#logbase"},"majorGridLines":{"name":"majorGridLines","description":"

Options for customizing major grid lines.

\n","type":"MajorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#majorgridlines"},"majorTickLines":{"name":"majorTickLines","description":"

Options for customizing major tick lines.

\n","type":"MajorTickLinesModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#majorticklines"},"maximumLabelWidth":{"name":"maximumLabelWidth","description":"

Specifies the maximum width of an axis label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#maximumlabelwidth"},"maximumLabels":{"name":"maximumLabels","description":"

The maximum number of label count per 100 pixels with respect to the axis length.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#maximumlabels"},"minorGridLines":{"name":"minorGridLines","description":"

Options for customizing minor grid lines.

\n","type":"MinorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#minorgridlines"},"minorTickLines":{"name":"minorTickLines","description":"

Options for customizing minor tick lines.

\n","type":"MinorTickLinesModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#minorticklines"},"minorTicksPerInterval":{"name":"minorTicksPerInterval","description":"

Specifies the number of minor ticks per interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#minorticksperinterval"},"name":{"name":"name","description":"

Unique identifier of an axis.\nTo associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#name"},"placeNextToAxisLine":{"name":"placeNextToAxisLine","description":"

Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#placenexttoaxisline"},"plotOffset":{"name":"plotOffset","description":"

Left and right padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#plotoffset"},"plotOffsetBottom":{"name":"plotOffsetBottom","description":"

Bottom padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#plotoffsetbottom"},"plotOffsetLeft":{"name":"plotOffsetLeft","description":"

Left padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#plotoffsetleft"},"plotOffsetRight":{"name":"plotOffsetRight","description":"

Right padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#plotoffsetright"},"plotOffsetTop":{"name":"plotOffsetTop","description":"

Top padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#plotoffsettop"},"rangePadding":{"name":"rangePadding","description":"

Specifies the padding for the axis range in terms of interval.They are,

\n
    \n
  • none: Padding cannot be applied to the axis.
  • \n
  • normal: Padding is applied to the axis based on the range calculation.
  • \n
  • additional: Interval of the axis is added as padding to the minimum and maximum values of the range.
  • \n
  • round: Axis range is rounded to the nearest possible value divided by the interval.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#rangepadding"},"rowIndex":{"name":"rowIndex","description":"

Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#rowindex"},"scrollbarSettings":{"name":"scrollbarSettings","description":"

Option to customize scrollbar with lazy loading

\n","type":"ScrollbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#scrollbarsettings"},"skeleton":{"name":"skeleton","description":"

Specifies the skeleton format in which the dateTime format will process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#skeleton"},"skeletonType":{"name":"skeletonType","description":"

It specifies the type of format to be used in dateTime format process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#skeletontype"},"span":{"name":"span","description":"

Specifies the number of columns or rows an axis has to span horizontally or vertically.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#span"},"stripLines":{"name":"stripLines","description":"

Specifies the stripLine collection for the axis

\n","type":"StripLineSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/axis#striplines"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#tabindex"},"tickPosition":{"name":"tickPosition","description":"

Specifies the placement of a ticks to the axis line. They are,

\n
    \n
  • inside: Renders the ticks inside to the axis line.
  • \n
  • outside: Renders the ticks outside to the axis line.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axis#tickposition"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the axis title.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/axis#titlestyle"},"visible":{"name":"visible","description":"

If set to true, axis label will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/axis#visible"},"zoomFactor":{"name":"zoomFactor","description":"

The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#zoomfactor"},"zoomPosition":{"name":"zoomPosition","description":"

Position of the zoomed axis. Value ranges from 0 to 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axis#zoomposition"},"zoomingScrollBar":{"name":"zoomingScrollBar","description":"","type":"ScrollBar","link":"//ej2.syncfusion.com/documentation/api/chart/axis#zoomingscrollbar"}},"Label":{"font":{"name":"font","description":"

The font of the axis labels

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#font"},"format":{"name":"format","description":"

To format the axis label, which accepts any global string format like 'C', 'n1', 'P' etc.\nAlso accepts placeholder like '{value}°C' in which value represent the axis label e.g. 20°C.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#format"},"offset":{"name":"offset","description":"

Distance of the labels from axis in pixel.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#offset"},"useRangeColor":{"name":"useRangeColor","description":"

If set true, labels takes the range color.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#userangecolor"},"autoAngle":{"name":"autoAngle","description":"

if set true, the labels will get rotated along the axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#autoangle"},"hiddenLabel":{"name":"hiddenLabel","description":"

Specifies the label of an axis, which must get hide when an axis makes a complete circle. They are

\n
    \n
  • first - Hides the 1st label on intersect.
  • \n
  • last - Hides the last label on intersect.
  • \n
  • none - Places both the labels.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#hiddenlabel"},"position":{"name":"position","description":"

Specifies the position of the labels. They are,

\n
    \n
  • inside - Places the labels inside the axis.
  • \n
  • outside - Places the labels outside of the axis.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/label#position"}},"Line":{"color":{"name":"color","description":"

The color of the axis line, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/line#color"},"dashArray":{"name":"dashArray","description":"

The dash array of the axis line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/line#dasharray"},"height":{"name":"height","description":"

Height of the axis line.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/line#height"},"offset":{"name":"offset","description":"

Specifies to move the axis line.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/line#offset"},"width":{"name":"width","description":"

The width of the line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/line#width"},"x1":{"name":"x1","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/line#x1"},"x2":{"name":"x2","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/line#x2"},"y1":{"name":"y1","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/line#y1"},"y2":{"name":"y2","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/line#y2"}},"Pointer":{"animationDuration":{"name":"animationDuration","description":"

Specifies the animating duration of pointer in milliseconds.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#animationduration"},"border":{"name":"border","description":"

Options for customizing the border of the needle.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#border"},"color":{"name":"color","description":"

The color of the pointer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#color"},"description":{"name":"description","description":"

Information about pointer for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#description"},"enableDrag":{"name":"enableDrag","description":"

Specifies the enable or disable the pointer drag.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#enabledrag"},"height":{"name":"height","description":"

Specifies the height of pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#height"},"imageUrl":{"name":"imageUrl","description":"

The URL for the Image that is to be displayed as pointer.\nIt requires marker shape value to be Image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#imageurl"},"markerType":{"name":"markerType","description":"

Specifies the marker shape in pointer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#markertype"},"offset":{"name":"offset","description":"

Specifies to move the pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#offset"},"opacity":{"name":"opacity","description":"

Specifies the opacity for pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#opacity"},"placement":{"name":"placement","description":"

Specifies the place of the pointer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#placement"},"roundedCornerRadius":{"name":"roundedCornerRadius","description":"

Specifies the rounded corner radius for pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#roundedcornerradius"},"type":{"name":"type","description":"

Specifies the type of pointer for an axis.

\n
    \n
  • needle - Renders a needle.
  • \n
  • marker - Renders a marker.
  • \n
  • rangeBar - Renders a rangeBar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#type"},"value":{"name":"value","description":"

Specifies the value of the pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#value"},"width":{"name":"width","description":"

Specifies the width of pointer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/pointer#width"},"animation":{"name":"animation","description":"

Configures the animation of pointers.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#animation"},"cap":{"name":"cap","description":"

Options for customizing the cap

\n","type":"CapModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#cap"},"markerHeight":{"name":"markerHeight","description":"

The height of the marker in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#markerheight"},"markerShape":{"name":"markerShape","description":"

Specifies the shape of the marker. They are

\n
    \n
  • circle - Renders a circle.
  • \n
  • rectangle - Renders a rectangle.
  • \n
  • triangle - Renders a triangle.
  • \n
  • diamond - Renders a diamond.
  • \n
  • invertedTriangle - Renders a invertedTriangle.
  • \n
  • image - Renders a image.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#markershape"},"markerWidth":{"name":"markerWidth","description":"

The width of the marker in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#markerwidth"},"needleTail":{"name":"needleTail","description":"

Options for customizing the back needle.

\n","type":"NeedleTailModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#needletail"},"pointerWidth":{"name":"pointerWidth","description":"

Width of the pointer in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#pointerwidth"},"radius":{"name":"radius","description":"

Length of the pointer in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/pointer#radius"}},"Range":{"border":{"name":"border","description":"

Specifies the border of axis range.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/range#border"},"color":{"name":"color","description":"

Default value for qualitative range Color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/range#color"},"end":{"name":"end","description":"

Default value for qualitative range end value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/range#end"},"endWidth":{"name":"endWidth","description":"

Specifies the end width of the ranges

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#endwidth"},"offset":{"name":"offset","description":"

Specifies to move the axis range.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/range#offset"},"position":{"name":"position","description":"

Specifies to position the axis range.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/range#position"},"start":{"name":"start","description":"

Specifies the minimum value of the range.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#start"},"startWidth":{"name":"startWidth","description":"

Specifies the start width of the ranges

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#startwidth"},"legendText":{"name":"legendText","description":"

Specifies the text for legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#legendtext"},"opacity":{"name":"opacity","description":"

Range opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/range#opacity"},"radius":{"name":"radius","description":"

The radius of the range in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#radius"},"roundedCornerRadius":{"name":"roundedCornerRadius","description":"

Specifies the rounded corner radius for ranges.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/range#roundedcornerradius"}},"Tick":{"color":{"name":"color","description":"

The color of the tick line, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#color"},"height":{"name":"height","description":"

The height of the line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#height"},"interval":{"name":"interval","description":"

Specifies the interval of the tick line.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#interval"},"offset":{"name":"offset","description":"

Distance of the ticks from axis in pixel.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#offset"},"width":{"name":"width","description":"

The width of the ticks in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#width"},"position":{"name":"position","description":"

Specifies the position of the ticks. They are

\n
    \n
  • inside - Places the ticks inside the axis.
  • \n
  • outside - Places the ticks outside of the axis.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#position"},"useRangeColor":{"name":"useRangeColor","description":"

If set true, major ticks takes the range color.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tick#userangecolor"}},"LinearGauge":{"animationComplete":{"name":"animationComplete","description":"

Triggers after complete the animation for pointer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#animationcomplete"},"annotationRender":{"name":"annotationRender","description":"

Triggers before each annotation gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotationrender"},"axisLabelRender":{"name":"axisLabelRender","description":"

Triggers before each axis label gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axislabelrender"},"gaugeMouseDown":{"name":"gaugeMouseDown","description":"

Triggers when mouse down on gauge area.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#gaugemousedown"},"gaugeMouseLeave":{"name":"gaugeMouseLeave","description":"

Triggers when mouse leave from the gauge area .

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#gaugemouseleave"},"gaugeMouseMove":{"name":"gaugeMouseMove","description":"

Triggers when mouse move on gauge area.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#gaugemousemove"},"gaugeMouseUp":{"name":"gaugeMouseUp","description":"

Triggers when mouse up on gauge area.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#gaugemouseup"},"load":{"name":"load","description":"

Triggers before gauge load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#load"},"loaded":{"name":"loaded","description":"

Triggers after gauge loaded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#loaded"},"resized":{"name":"resized","description":"

Triggers after window resize.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#resized"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip get rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tooltiprender"},"valueChange":{"name":"valueChange","description":"

Triggers while drag the pointer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#valuechange"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#allowserverdatabinding"},"annotations":{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},"annotationsModule":{"name":"annotationsModule","description":"

annotationModule is used to place the any text or images into the gauge.

\n","type":"Annotations","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotationsmodule"},"axes":{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"},"background":{"name":"background","description":"

The background color of the gauge, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#background"},"border":{"name":"border","description":"

Options for customizing the color and width of the gauge border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#border"},"container":{"name":"container","description":"

Options for customizing the container linear gauge.

\n","type":"ContainerModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#container"},"containerBounds":{"name":"containerBounds","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#containerbounds"},"description":{"name":"description","description":"

Specifies the description for linear gauge.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#description"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#enablertl"},"format":{"name":"format","description":"

To apply internationalization for gauge

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#format"},"height":{"name":"height","description":"

The height of the Linear gauge as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, gauge will render to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#locale"},"margin":{"name":"margin","description":"

Options to customize the left, right, top and bottom margins of the gauge.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#margin"},"orientation":{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},"rangePalettes":{"name":"rangePalettes","description":"

Specifies color palette for axis ranges.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#rangepalettes"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the gauge.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tabindex"},"theme":{"name":"theme","description":"

Specifies the theme for the maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#theme"},"title":{"name":"title","description":"

Specifies the title for linear gauge.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title appearance of linear gauge.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip in linear gauge.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tooltip"},"tooltipModule":{"name":"tooltipModule","description":"

tooltipModule is used to display the pointer value.

\n","type":"GaugeTooltip","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tooltipmodule"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

Specifies whether a grouping separator should be used for a number.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#usegroupingseparator"},"width":{"name":"width","description":"

The width of the Linear gauge as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, gauge will render to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#databind"},"destroy":{"name":"destroy","description":"

To destroy the gauge element from the DOM.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#destroy"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#getmodulename"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#serverdatabind"},"setAnnotationValue":{"name":"setAnnotationValue","description":"

To set the annotation value using this method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#setannotationvalue"},"setPointerValue":{"name":"setPointerValue","description":"

To set the pointer value using this method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#setpointervalue"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#inject"}},"Annotation":{"axisIndex":{"name":"axisIndex","description":"

Specifies the index of axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/annotation#axisindex"},"axisValue":{"name":"axisValue","description":"

Specifies the value of axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/annotation#axisvalue"},"content":{"name":"content","description":"

Sets the textual description of the node/connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#content"},"font":{"name":"font","description":"

The font of the axis labels.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/annotation#font"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontal alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#horizontalalignment"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the vertical alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#verticalalignment"},"x":{"name":"x","description":"

Specifies the position of x.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/annotation#x"},"y":{"name":"y","description":"

Specifies the position of y.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/annotation#y"},"zIndex":{"name":"zIndex","description":"

Specifies the zIndex of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/annotation#zindex"},"angle":{"name":"angle","description":"

Angle for annotation with respect to axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotation#angle"},"autoAngle":{"name":"autoAngle","description":"

Rotates the annotation along the axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotation#autoangle"},"description":{"name":"description","description":"

Information about annotation for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotation#description"},"radius":{"name":"radius","description":"

Radius for annotation with respect to axis.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotation#radius"},"textStyle":{"name":"textStyle","description":"

Options for customizing the annotation text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotation#textstyle"},"deleteAnnotation":{"name":"deleteAnnotation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotation#deleteannotation"},"editAnnotation":{"name":"editAnnotation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotation#editannotation"},"selectAnnotation":{"name":"selectAnnotation","description":"

Select the annotations using annotation object or annotation Id.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotation#selectannotation"},"setAnnotationMode":{"name":"setAnnotationMode","description":"

Set annotation type to be added in next user interaction in PDF Document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotation#setannotationmode"},"updateMeasurementSettings":{"name":"updateMeasurementSettings","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotation#updatemeasurementsettings"},"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about an annotation

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#addinfo"},"constraints":{"name":"constraints","description":"

Enables or disables the default behaviors of the label.

\n
    \n
  • ReadOnly - Enables/Disables the ReadOnly Constraints
  • \n
  • InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
  • \n
\n","type":"AnnotationConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#constraints"},"dragLimit":{"name":"dragLimit","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#draglimit"},"height":{"name":"height","description":"

Sets the height of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#height"},"hyperlink":{"name":"hyperlink","description":"

Sets the hyperlink of the label

\n","type":"HyperlinkModel","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#hyperlink"},"id":{"name":"id","description":"

Defines the unique id of the annotation

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#id"},"margin":{"name":"margin","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#margin"},"rotateAngle":{"name":"rotateAngle","description":"

Sets the rotate angle of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#rotateangle"},"style":{"name":"style","description":"

Defines the appearance of the text

\n","type":"TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#style"},"template":{"name":"template","description":"

Sets the textual description of the node/connector

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#template"},"type":{"name":"type","description":"

Sets the type of the annotation

\n
    \n
  • Shape - Sets the annotation type as Shape
  • \n
  • Path - Sets the annotation type as Path
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#type"},"visibility":{"name":"visibility","description":"

Defines the visibility of the label

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#visibility"},"width":{"name":"width","description":"

Sets the width of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/annotation#width"}},"Border":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/border#color"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/border#width"},"radius":{"name":"radius","description":"

The radius of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/border#radius"}},"Container":{"backgroundColor":{"name":"backgroundColor","description":"

Specifies the background of the color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/container#backgroundcolor"},"border":{"name":"border","description":"

Specifies the border of container.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/container#border"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#height"},"offset":{"name":"offset","description":"

Specifies to move the container.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/container#offset"},"roundedCornerRadius":{"name":"roundedCornerRadius","description":"

Specifies the corner radius for rounded rectangle.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/container#roundedcornerradius"},"type":{"name":"type","description":"

Specifies the type of container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/container#type"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#width"},"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/container#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/container#bounds"},"children":{"name":"children","description":"

Gets/Sets the collection of child elements

\n","type":"DiagramElement[]","link":"//ej2.syncfusion.com/documentation/api/diagram/container#children"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/container#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/container#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#flip"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/container#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/container#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#offsety"},"padding":{"name":"padding","description":"

Gets/Sets the space between the container and its immediate children

\n","type":"Thickness","link":"//ej2.syncfusion.com/documentation/api/diagram/container#padding"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/container#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/container#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/container#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/container#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/container#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/container#visible"},"arrange":{"name":"arrange","description":"

Arranges the container and its children

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#getabsoluteposition"},"hasChildren":{"name":"hasChildren","description":"

returns whether the container has child elements or not

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#haschildren"},"measure":{"name":"measure","description":"

Measures the minimum space that the container requires

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/container#updatebounds"}},"Font":{"color":{"name":"color","description":"

Color for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#color"},"fontFamily":{"name":"fontFamily","description":"

FontFamily for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#fontfamily"},"fontStyle":{"name":"fontStyle","description":"

FontStyle for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#fontstyle"},"fontWeight":{"name":"fontWeight","description":"

FontWeight for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#fontweight"},"opacity":{"name":"opacity","description":"

Opacity for the text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/font#opacity"},"size":{"name":"size","description":"

Font size for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#size"},"textAlignment":{"name":"textAlignment","description":"

text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#textalignment"},"textOverflow":{"name":"textOverflow","description":"

Specifies the chart title text overflow

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/font#textoverflow"}},"Margin":{"bottom":{"name":"bottom","description":"

Bottom margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/margin#bottom"},"left":{"name":"left","description":"

Left margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/margin#left"},"right":{"name":"right","description":"

Right margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/margin#right"},"top":{"name":"top","description":"

Top margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/margin#top"}},"TooltipSettings":{"border":{"name":"border","description":"

Options to customize tooltip borders.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#border"},"enable":{"name":"enable","description":"

Enables / Disables the visibility of the tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#enable"},"enableAnimation":{"name":"enableAnimation","description":"

If set to true, ToolTip will animate while moving from one point to another.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#enableanimation"},"fill":{"name":"fill","description":"

The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#fill"},"format":{"name":"format","description":"

Format the ToolTip content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#format"},"template":{"name":"template","description":"

Custom template to format the ToolTip content. Use ${x} and ${y} as the placeholder text to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#template"},"textStyle":{"name":"textStyle","description":"

Options to customize the ToolTip text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#textstyle"},"markerShapes":{"name":"markerShapes","description":"

Specifies the marker shapes.

\n","type":"MarkerShape[]","link":"//ej2.syncfusion.com/documentation/api/treemap/tooltipSettings#markershapes"},"opacity":{"name":"opacity","description":"

The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#opacity"},"visible":{"name":"visible","description":"

Toggle the tooltip visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/tooltipSettings#visible"},"annotationSettings":{"name":"annotationSettings","description":"

Options to customize the annotation tooltip property.

\n","type":"AnnotationTooltipModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tooltipSettings#annotationsettings"},"rangeSettings":{"name":"rangeSettings","description":"

Options to customize the range tooltip property.

\n","type":"RangeTooltipModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tooltipSettings#rangesettings"},"showAtMousePosition":{"name":"showAtMousePosition","description":"

Options to show the tooltip position on pointer

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tooltipSettings#showatmouseposition"},"type":{"name":"type","description":"

Option to select the tooltip from Range, Annotation, Pointer

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/tooltipSettings#type"},"valuePath":{"name":"valuePath","description":"

To customize the value of the tooltip.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/tooltipSettings#valuepath"},"baseline":{"name":"baseline","description":"

Defines template for baseline tooltip element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltipSettings#baseline"},"connectorLine":{"name":"connectorLine","description":"

Defines template for dependency line tooltip.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltipSettings#connectorline"},"editing":{"name":"editing","description":"

Defines tooltip template for taskbar editing action.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltipSettings#editing"},"showTooltip":{"name":"showTooltip","description":"

Enables or disables tooltip of Gantt element.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltipSettings#showtooltip"},"taskbar":{"name":"taskbar","description":"

Defines tooltip template for taskbar elements.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/tooltipSettings#taskbar"},"duration":{"name":"duration","description":"

Duration for the ToolTip animation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#duration"},"enableMarker":{"name":"enableMarker","description":"

Enables / Disables the visibility of the marker.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#enablemarker"},"fadeOutDuration":{"name":"fadeOutDuration","description":"

Fade Out duration for the ToolTip hide.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#fadeoutduration"},"header":{"name":"header","description":"

Header for tooltip.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#header"},"shared":{"name":"shared","description":"

If set to true, a single ToolTip will be displayed for every index.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/tooltipSettings#shared"}},"GaugeTooltip":{"addEventListener":{"name":"addEventListener","description":"

To bind events for tooltip module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeTooltip#addeventlistener"},"mouseUpHandler":{"name":"mouseUpHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeTooltip#mouseuphandler"},"removeEventListener":{"name":"removeEventListener","description":"

To unbind events for tooltip module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeTooltip#removeeventlistener"},"removeTooltip":{"name":"removeTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeTooltip#removetooltip"},"renderTooltip":{"name":"renderTooltip","description":"

Method to render the tooltip for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeTooltip#rendertooltip"}},"GaugeLocation":{"x":{"name":"x","description":"

To specify x value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeLocation#x"},"y":{"name":"y","description":"

To specify y value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/gaugeLocation#y"}},"Size":{"height":{"name":"height","description":"

height of the size

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/size#height"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/size#width"}},"FieldSettings":{"child":{"name":"child","description":"

This property used for nested navigation of list-items.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#child"},"enabled":{"name":"enabled","description":"

It is used to enable the list item

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#enabled"},"groupBy":{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"},"htmlAttributes":{"name":"htmlAttributes","description":"

Allows additional attributes such as title, disabled, etc., to configure the elements\nin various ways to meet the criteria.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#htmlattributes"},"iconCss":{"name":"iconCss","description":"

Specifies the css icon field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#iconcss"},"id":{"name":"id","description":"

ID attribute of specific list-item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#id"},"isChecked":{"name":"isChecked","description":"

This property used to check whether the list item is in checked state or not.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#ischecked"},"isVisible":{"name":"isVisible","description":"

To check whether the visibility state of list item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#isvisible"},"sortBy":{"name":"sortBy","description":"

It is used to enable the sorting of list items to be ascending or descending.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#sortby"},"tableName":{"name":"tableName","description":"

It is used to fetch a specified named table data while using serviceUrl of DataManager\nin dataSource property.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#tablename"},"text":{"name":"text","description":"

Specifies the text field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#text"},"tooltip":{"name":"tooltip","description":"

It is used to display tooltip content of text while hovering on list items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#tooltip"},"value":{"name":"value","description":"

Maps the value column from data table for each list item

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#value"},"children":{"name":"children","description":"

Specifies the children field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#children"},"itemId":{"name":"itemId","description":"

Specifies the itemId field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#itemid"},"parentId":{"name":"parentId","description":"

Specifies the parentId field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#parentid"},"separator":{"name":"separator","description":"

Specifies the separator field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#separator"},"url":{"name":"url","description":"

Specifies the Url field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#url"}},"ListView":{"actionBegin":{"name":"actionBegin","description":"

We can trigger actionBegin event before every ListView action starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

We can trigger actionComplete event for every ListView action success event\nwith the dataSource parameter.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

We can trigger actionFailure event for every ListView action failure event\nwith the dataSource parameter.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#actionfailure"},"select":{"name":"select","description":"

We can trigger the select event when we select the list item in the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#select"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#allowserverdatabinding"},"animation":{"name":"animation","description":"

It is used to apply the animation to sub list navigation of list items.

\n","type":"AnimationSettings","link":"//ej2.syncfusion.com/documentation/api/list-view/#animation"},"checkBoxPosition":{"name":"checkBoxPosition","description":"

It is used to set the position of check box in an item.

\n","type":"checkBoxPosition","link":"//ej2.syncfusion.com/documentation/api/list-view/#checkboxposition"},"cssClass":{"name":"cssClass","description":"

This cssClass property helps to use custom skinning option for ListView component,\nby adding the mentioned class name into root element of ListView.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#cssclass"},"dataSource":{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/list-view/#element"},"enable":{"name":"enable","description":"

It specifies enabled state of ListView component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enable"},"enableHtmlSanitizer":{"name":"enableHtmlSanitizer","description":"

Defines whether to allow the cross-scripting site or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enablehtmlsanitizer"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enablertl"},"enableVirtualization":{"name":"enableVirtualization","description":"

It enables UI virtualization which will increase ListView performance on loading large number of data.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enablevirtualization"},"fields":{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},"groupTemplate":{"name":"groupTemplate","description":"

The ListView has an option to custom design the group header title with the help of groupTemplate property.\nRefer the documentation [here]\n(./listview/customizing-templates#group-template)\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#grouptemplate"},"headerTemplate":{"name":"headerTemplate","description":"

The ListView has an option to custom design the ListView header title with the help of headerTemplate property.\nRefer the documentation [here]\n(./listview/customizing-templates#header-template)\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertemplate"},"headerTitle":{"name":"headerTitle","description":"

It is used to set the title of ListView component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},"height":{"name":"height","description":"

It is used to set the height of the ListView component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-view/#height"},"htmlAttributes":{"name":"htmlAttributes","description":"

Defines the HTML attributes such as id, class, etc., for the ListView.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/list-view/#htmlattributes"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#isserverrendered"},"localData":{"name":"localData","description":"","type":"DataSource[]","link":"//ej2.syncfusion.com/documentation/api/list-view/#localdata"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#locale"},"query":{"name":"query","description":"

It is used to fetch the specific data from dataSource by using where, select key words.\nRefer the documentation [here]\n(./data-binding#bind-to-remote-data)\nto know more about this property with demo.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/list-view/#query"},"showCheckBox":{"name":"showCheckBox","description":"

Using this property, we can show or hide the checkbox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showcheckbox"},"showHeader":{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},"showIcon":{"name":"showIcon","description":"

Using this property, we can show or hide the icon of list item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showicon"},"sortOrder":{"name":"sortOrder","description":"

It is used to enable the sorting of list items to be ascending or descending.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#sortorder"},"template":{"name":"template","description":"

The ListView supports to customize the content of each list items with the help of template property.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#template"},"virtualizationModule":{"name":"virtualizationModule","description":"","type":"Virtualization","link":"//ej2.syncfusion.com/documentation/api/list-view/#virtualizationmodule"},"width":{"name":"width","description":"

It sets the width to the ListView component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-view/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#addeventlistener"},"addItem":{"name":"addItem","description":"

It adds new item(s) to current ListView.\nTo add a new item(s) in the listview, we need to pass data as array of items that needs\nto be added and fields as the target item to which we need to add the given item(s) as its children.\nFor example fields: { text: 'Name', tooltip: 'Name', id:'id'}

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},"back":{"name":"back","description":"

It helps to switch back from navigated sub list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#back"},"checkAllItems":{"name":"checkAllItems","description":"

It is used to check all the items in ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#checkallitems"},"checkItem":{"name":"checkItem","description":"

It is used to check the checkbox of an item.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#checkitem"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#databind"},"destroy":{"name":"destroy","description":"

It is used to destroy the ListView component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#destroy"},"disableItem":{"name":"disableItem","description":"

It is used to disable the list items based on passed element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#disableitem"},"enableItem":{"name":"enableItem","description":"

A function that used to enable the disabled list items based on passed element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#enableitem"},"findItem":{"name":"findItem","description":"

It is used to find out an item details from the current list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#finditem"},"getSelectedItems":{"name":"getSelectedItems","description":"

It is used to get the currently here\nitem details from the list items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#getselecteditems"},"hideItem":{"name":"hideItem","description":"

It is used to hide an item from the ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#hideitem"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#refresh"},"refreshItemHeight":{"name":"refreshItemHeight","description":"

It is used to refresh the UI list item height

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#refreshitemheight"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#removeeventlistener"},"removeItem":{"name":"removeItem","description":"

A function that removes the item from data source based on passed element like fields: { text: 'Name', tooltip: 'Name', id:'id'}

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#removeitem"},"removeMultipleItems":{"name":"removeMultipleItems","description":"

A function that removes multiple item from list view based on given input.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#removemultipleitems"},"render":{"name":"render","description":"

It is used to Initialize the control rendering.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#render"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#requiredmodules"},"selectItem":{"name":"selectItem","description":"

It is used to select the list item from the ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#selectitem"},"selectMultipleItems":{"name":"selectMultipleItems","description":"

It is used to select multiple list item from the ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#selectmultipleitems"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#serverdatabind"},"showItem":{"name":"showItem","description":"

It is used to show an list item from the ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#showitem"},"uncheckAllItems":{"name":"uncheckAllItems","description":"

It is used to un-check all the items in ListView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#uncheckallitems"},"uncheckItem":{"name":"uncheckItem","description":"

It is used to uncheck the checkbox of an item.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#uncheckitem"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#inject"}},"Virtualization":{"listItemHeight":{"name":"listItemHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#listitemheight"},"uiFirstIndex":{"name":"uiFirstIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#uifirstindex"},"addItem":{"name":"addItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#additem"},"checkedItem":{"name":"checkedItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#checkeditem"},"createUIItem":{"name":"createUIItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#createuiitem"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#destroy"},"disableItem":{"name":"disableItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#disableitem"},"enableItem":{"name":"enableItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#enableitem"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#getmodulename"},"getSelectedItems":{"name":"getSelectedItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#getselecteditems"},"hideItem":{"name":"hideItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#hideitem"},"reRenderUiVirtualization":{"name":"reRenderUiVirtualization","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#rerenderuivirtualization"},"refreshItemHeight":{"name":"refreshItemHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#refreshitemheight"},"removeItem":{"name":"removeItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#removeitem"},"selectItem":{"name":"selectItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#selectitem"},"setCheckboxLI":{"name":"setCheckboxLI","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#setcheckboxli"},"setSelectLI":{"name":"setSelectLI","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#setselectli"},"showItem":{"name":"showItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/virtualization#showitem"}},"Sortable":{"drag":{"name":"drag","description":"

Specifies the callback function for drag event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sortable/#drag"},"dragStart":{"name":"dragStart","description":"

Specifies the callback function for dragStart event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sortable/#dragstart"},"drop":{"name":"drop","description":"

Specifies the callback function for drop event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sortable/#drop"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sortable/#allowserverdatabinding"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/sortable/#element"},"enableAnimation":{"name":"enableAnimation","description":"

It is used to enable or disable the built-in animations. The default value is false

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sortable/#enableanimation"},"helper":{"name":"helper","description":"

Defines the callback function for customizing the cloned element.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/sortable/#helper"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sortable/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sortable/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sortable/#isserverrendered"},"itemClass":{"name":"itemClass","description":"

Specifies the sortable item class.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sortable/#itemclass"},"placeHolder":{"name":"placeHolder","description":"

Defines the callback function for customizing the placeHolder element.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/sortable/#placeholder"},"scope":{"name":"scope","description":"

Defines the scope value to group sets of sortable libraries.\nMore than one Sortable with same scope allows to transfer elements between different sortable libraries which has same scope value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sortable/#scope"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#addeventlistener"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#databind"},"destroy":{"name":"destroy","description":"

It is used to destroy the Sortable library.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#getmodulename"},"moveTo":{"name":"moveTo","description":"

It is used to sort array of elements from source element to destination element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#moveto"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#onpropertychanged"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sortable/#serverdatabind"}},"BreadCrumbBar":{"addressBarLink":{"name":"addressBarLink","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/breadCrumbBar#addressbarlink"},"addressPath":{"name":"addressPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/breadCrumbBar#addresspath"},"searchObj":{"name":"searchObj","description":"","type":"TextBox","link":"//ej2.syncfusion.com/documentation/api/file-manager/breadCrumbBar#searchobj"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/breadCrumbBar#destroy"},"onPathChange":{"name":"onPathChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/breadCrumbBar#onpathchange"}},"Toolbar":{"toolbarObj":{"name":"toolbarObj","description":"","type":"tool","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#toolbarobj"},"destroy":{"name":"destroy","description":"

Removes the control from the DOM and also removes all its related events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#destroy"},"enableItems":{"name":"enableItems","description":"

Enables or disables the specified Toolbar item.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#enableitems"},"getItemIndex":{"name":"getItemIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/toolbar#getitemindex"},"enableToolbarItem":{"name":"enableToolbarItem","description":"

Enables /disables the the toolbar items in the PdfViewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbar#enabletoolbaritem"},"showNavigationToolbar":{"name":"showNavigationToolbar","description":"

Shows/hides the Navigation toolbar in the PdfViewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbar#shownavigationtoolbar"},"showToolbar":{"name":"showToolbar","description":"

Shows /hides the toolbar in the PdfViewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbar#showtoolbar"},"showToolbarItem":{"name":"showToolbarItem","description":"

Shows /hides the the toolbar items in the PdfViewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbar#showtoolbaritem"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/toolbar/#element"},"toolbar":{"name":"toolbar","description":"","type":"NavToolbar","link":"//ej2.syncfusion.com/documentation/api/gantt/toolbar#toolbar"},"refreshToolbarItems":{"name":"refreshToolbarItems","description":"

To refresh toolbar items bases current state of tasks

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/toolbar#refreshtoolbaritems"},"baseToolbar":{"name":"baseToolbar","description":"","type":"BaseToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbar#basetoolbar"},"beforeCreate":{"name":"beforeCreate","description":"

The event will be fired before the control is rendered on a page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/toolbar/#beforecreate"},"clicked":{"name":"clicked","description":"

The event will be fired on clicking the Toolbar elements.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/toolbar/#clicked"},"created":{"name":"created","description":"

The event will be fired when the control is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/toolbar/#created"},"destroyed":{"name":"destroyed","description":"

The event will be fired when the control gets destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/toolbar/#destroyed"},"enableCollision":{"name":"enableCollision","description":"

Enable or disable the popup collision.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/#enablecollision"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/#enablertl"},"height":{"name":"height","description":"

Specifies the height of the Toolbar in pixels/number/percentage. Number value is considered as pixels.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/toolbar/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/#isdestroyed"},"items":{"name":"items","description":"

An array of items that is used to configure Toolbar commands.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/toolbar/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/#locale"},"overflowMode":{"name":"overflowMode","description":"

Specifies the Toolbar display mode when Toolbar content exceeds the viewing area.\nPossible modes are:

\n
    \n
  • Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.
  • \n
  • Popup: Prioritized elements are displayed on the Toolbar and the rest of elements are moved to the popup.
  • \n
  • MultiRow: Displays the overflow toolbar items as an in-line of a toolbar.
  • \n
  • Extended: Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons.\nIf the popup content overflows the height of the page, the rest of the elements will be hidden.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/#overflowmode"},"scrollStep":{"name":"scrollStep","description":"

Specifies the scrolling distance in scroller.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/toolbar/#scrollstep"},"width":{"name":"width","description":"

Specifies the width of the Toolbar in pixels/numbers/percentage. Number value is considered as pixels.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/toolbar/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#addeventlistener"},"addItems":{"name":"addItems","description":"

Adds new items to the Toolbar that accepts an array as Toolbar items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#additems"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#databind"},"disable":{"name":"disable","description":"

Specifies the value to disable/enable the Toolbar component.\nWhen set to true, the component will be disabled.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#disable"},"hideItem":{"name":"hideItem","description":"

Shows or hides the Toolbar item that is in the specified index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#hideitem"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#refresh"},"refreshOverflow":{"name":"refreshOverflow","description":"

Refresh the whole Toolbar component without re-rendering.

\n
    \n
  • It is used to manually refresh the Toolbar overflow modes such as scrollable, popup, multi row, and extended.
  • \n
  • It will refresh the Toolbar component after loading items dynamically.
  • \n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#refreshoverflow"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#removeeventlistener"},"removeItems":{"name":"removeItems","description":"

Removes the items from the Toolbar. Acceptable arguments are index of item/HTMLElement/node list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#removeitems"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/toolbar/#inject"}},"FileManager":{"beforeDownload":{"name":"beforeDownload","description":"

Triggers before sending the download request to the server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#beforedownload"},"beforeImageLoad":{"name":"beforeImageLoad","description":"

Triggers before sending the getImage request to the server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#beforeimageload"},"beforePopupClose":{"name":"beforePopupClose","description":"

Triggers before the dialog is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#beforepopupclose"},"beforePopupOpen":{"name":"beforePopupOpen","description":"

Triggers before the dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#beforepopupopen"},"beforeSend":{"name":"beforeSend","description":"

Triggers before sending the AJAX request to the server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#beforesend"},"created":{"name":"created","description":"

Triggers when the file manager component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the file manager component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#destroyed"},"failure":{"name":"failure","description":"

Triggers when the AJAX request is failed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#failure"},"fileDragStart":{"name":"fileDragStart","description":"

Triggers when the file/folder dragging is started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filedragstart"},"fileDragStop":{"name":"fileDragStop","description":"

Triggers when the file/folder is about to be dropped at the target.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filedragstop"},"fileDragging":{"name":"fileDragging","description":"

Triggers while dragging the file/folder.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filedragging"},"fileDropped":{"name":"fileDropped","description":"

Triggers when the file/folder is dropped.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filedropped"},"fileLoad":{"name":"fileLoad","description":"

Triggers before the file/folder is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileload"},"fileOpen":{"name":"fileOpen","description":"

Triggers before the file/folder is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileopen"},"fileSelect":{"name":"fileSelect","description":"

Triggers when the file/folder is selected/unselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileselect"},"fileSelection":{"name":"fileSelection","description":"

Triggers before the file/folder is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileselection"},"menuClick":{"name":"menuClick","description":"

Triggers when the context menu item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#menuclick"},"menuOpen":{"name":"menuOpen","description":"

Triggers before the context menu is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#menuopen"},"popupClose":{"name":"popupClose","description":"

Triggers when the dialog is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#popupclose"},"popupOpen":{"name":"popupOpen","description":"

Triggers when the dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#popupopen"},"success":{"name":"success","description":"

Triggers when the AJAX request is success.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#success"},"toolbarClick":{"name":"toolbarClick","description":"

Triggers when the toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#toolbarclick"},"toolbarCreate":{"name":"toolbarCreate","description":"

Triggers before creating the toolbar.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#toolbarcreate"},"uploadListCreate":{"name":"uploadListCreate","description":"

Triggers before rendering each file item in upload dialog box.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploadlistcreate"},"actionRecords":{"name":"actionRecords","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#actionrecords"},"activeElements":{"name":"activeElements","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#activeelements"},"activeModule":{"name":"activeModule","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#activemodule"},"activeRecords":{"name":"activeRecords","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#activerecords"},"ajaxSettings":{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},"allowDragAndDrop":{"name":"allowDragAndDrop","description":"

Enables or disables drag-and-drop of files.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#allowdraganddrop"},"allowMultiSelection":{"name":"allowMultiSelection","description":"

Enables or disables the multiple files selection of the file manager.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#allowmultiselection"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#allowserverdatabinding"},"breadCrumbBarNavigation":{"name":"breadCrumbBarNavigation","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/#breadcrumbbarnavigation"},"contextMenuSettings":{"name":"contextMenuSettings","description":"

Specifies the context menu settings of the file manager.

\n","type":"ContextMenuSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#contextmenusettings"},"createdItem":{"name":"createdItem","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/#createditem"},"cssClass":{"name":"cssClass","description":"

Specifies the root CSS class of the file manager that allows you to customize the appearance by overriding the styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#cssclass"},"currentItemText":{"name":"currentItemText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#currentitemtext"},"deleteRecords":{"name":"deleteRecords","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#deleterecords"},"destinationPath":{"name":"destinationPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#destinationpath"},"detailsViewSettings":{"name":"detailsViewSettings","description":"

Specifies the details view settings of the file manager.

\n","type":"DetailsViewSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#detailsviewsettings"},"dialogObj":{"name":"dialogObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/file-manager/#dialogobj"},"dragData":{"name":"dragData","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#dragdata"},"dragNodes":{"name":"dragNodes","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#dragnodes"},"dragPath":{"name":"dragPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#dragpath"},"dropData":{"name":"dropData","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/#dropdata"},"dropPath":{"name":"dropPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#droppath"},"droppedObjects":{"name":"droppedObjects","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#droppedobjects"},"duplicateItems":{"name":"duplicateItems","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#duplicateitems"},"duplicateRecords":{"name":"duplicateRecords","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#duplicaterecords"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/#element"},"enablePaste":{"name":"enablePaste","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#enablepaste"},"enablePersistence":{"name":"enablePersistence","description":"

Enables or disables persisting component's state between page reloads. If enabled, the following APIs will persist:

\n
    \n
  1. view: Represents the previous view of the file manager.
  2. \n
  3. path: Represents the previous path of the file manager.
  4. \n
  5. selectedItems: Represents the previous selected items in the file manager.
  6. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#enablertl"},"expandedId":{"name":"expandedId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#expandedid"},"extDialogObj":{"name":"extDialogObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/file-manager/#extdialogobj"},"feFiles":{"name":"feFiles","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fefiles"},"feParent":{"name":"feParent","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#feparent"},"fileAction":{"name":"fileAction","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileaction"},"fileLength":{"name":"fileLength","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filelength"},"fileView":{"name":"fileView","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#fileview"},"filterData":{"name":"filterData","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filterdata"},"filterId":{"name":"filterId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filterid"},"filterPath":{"name":"filterPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filterpath"},"folderPath":{"name":"folderPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#folderpath"},"hasId":{"name":"hasId","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#hasid"},"height":{"name":"height","description":"

Specifies the height of the file manager.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/file-manager/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ignorecollectionwatch"},"isApplySame":{"name":"isApplySame","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isapplysame"},"isBigger":{"name":"isBigger","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isbigger"},"isCut":{"name":"isCut","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#iscut"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isdestroyed"},"isDevice":{"name":"isDevice","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isdevice"},"isDragDrop":{"name":"isDragDrop","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isdragdrop"},"isDropEnd":{"name":"isDropEnd","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isdropend"},"isFile":{"name":"isFile","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isfile"},"isFiltered":{"name":"isFiltered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isfiltered"},"isLayoutChange":{"name":"isLayoutChange","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#islayoutchange"},"isMobile":{"name":"isMobile","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ismobile"},"isPasteError":{"name":"isPasteError","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ispasteerror"},"isPathDrag":{"name":"isPathDrag","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ispathdrag"},"isRetryOpened":{"name":"isRetryOpened","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isretryopened"},"isSameAction":{"name":"isSameAction","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#issameaction"},"isSearchCut":{"name":"isSearchCut","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#issearchcut"},"isSearchDrag":{"name":"isSearchDrag","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#issearchdrag"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#isserverrendered"},"itemData":{"name":"itemData","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#itemdata"},"layoutSelectedItems":{"name":"layoutSelectedItems","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#layoutselecteditems"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#locale"},"localeObj":{"name":"localeObj","description":"","type":"L10n","link":"//ej2.syncfusion.com/documentation/api/file-manager/#localeobj"},"navigationPaneSettings":{"name":"navigationPaneSettings","description":"

Specifies the navigationpane settings of the file manager.

\n","type":"NavigationPaneSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#navigationpanesettings"},"nextPath":{"name":"nextPath","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#nextpath"},"originalPath":{"name":"originalPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#originalpath"},"pasteNodes":{"name":"pasteNodes","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#pastenodes"},"path":{"name":"path","description":"

Specifies the current path of the file manager.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#path"},"pathId":{"name":"pathId","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#pathid"},"pathNames":{"name":"pathNames","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#pathnames"},"persistData":{"name":"persistData","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#persistdata"},"previousPath":{"name":"previousPath","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#previouspath"},"renameText":{"name":"renameText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#renametext"},"renamedId":{"name":"renamedId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#renamedid"},"renamedItem":{"name":"renamedItem","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/#renameditem"},"replaceItems":{"name":"replaceItems","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#replaceitems"},"retryArgs":{"name":"retryArgs","description":"","type":"RetryArgs[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#retryargs"},"retryFiles":{"name":"retryFiles","description":"","type":"FileInfo[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#retryfiles"},"rootAliasName":{"name":"rootAliasName","description":"

Specifies the root folder alias name in file manager

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#rootaliasname"},"searchSettings":{"name":"searchSettings","description":"

Specifies the search settings of the file manager.

\n","type":"SearchSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#searchsettings"},"searchWord":{"name":"searchWord","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#searchword"},"searchedItems":{"name":"searchedItems","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#searcheditems"},"selectedItems":{"name":"selectedItems","description":"

Specifies the selected folders and files name of the file manager.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#selecteditems"},"selectedNodes":{"name":"selectedNodes","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#selectednodes"},"showFileExtension":{"name":"showFileExtension","description":"

Shows or hides the file extension in file manager.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#showfileextension"},"showHiddenItems":{"name":"showHiddenItems","description":"

Shows or hides the files and folders that are marked as hidden.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#showhiddenitems"},"showThumbnail":{"name":"showThumbnail","description":"

Shows or hides the thumbnail images in largeicons view.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#showthumbnail"},"sortBy":{"name":"sortBy","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#sortby"},"sortOrder":{"name":"sortOrder","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#sortorder"},"splitterObj":{"name":"splitterObj","description":"","type":"Splitter","link":"//ej2.syncfusion.com/documentation/api/file-manager/#splitterobj"},"targetModule":{"name":"targetModule","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#targetmodule"},"targetPath":{"name":"targetPath","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#targetpath"},"toolbarSelection":{"name":"toolbarSelection","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/#toolbarselection"},"toolbarSettings":{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar.

\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#toolbarsettings"},"treeExpandTimer":{"name":"treeExpandTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/file-manager/#treeexpandtimer"},"treeObj":{"name":"treeObj","description":"","type":"BaseTreeView","link":"//ej2.syncfusion.com/documentation/api/file-manager/#treeobj"},"uploadDialogObj":{"name":"uploadDialogObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploaddialogobj"},"uploadEventArgs":{"name":"uploadEventArgs","description":"","type":"BeforeSendEventArgs","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploadeventargs"},"uploadItem":{"name":"uploadItem","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploaditem"},"uploadObj":{"name":"uploadObj","description":"","type":"Uploader","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploadobj"},"uploadSettings":{"name":"uploadSettings","description":"

Specifies the upload settings for the file manager.

\n","type":"UploadSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploadsettings"},"view":{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"},"viewerObj":{"name":"viewerObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/file-manager/#viewerobj"},"virtualDragElement":{"name":"virtualDragElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/#virtualdragelement"},"visitedData":{"name":"visitedData","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/#visiteddata"},"visitedItem":{"name":"visitedItem","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/file-manager/#visiteditem"},"width":{"name":"width","description":"

Specifies the width of the file manager.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/file-manager/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#appendto"},"clearSelection":{"name":"clearSelection","description":"

Deselects the currently selected folders and files in current path.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#clearselection"},"createFolder":{"name":"createFolder","description":"

Creates a new folder in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#createfolder"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#databind"},"deleteFiles":{"name":"deleteFiles","description":"

Deletes the folders or files from the given unique identifiers.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#deletefiles"},"destroy":{"name":"destroy","description":"

Triggers when the component is destroyed.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#destroy"},"disableMenuItems":{"name":"disableMenuItems","description":"

Disables the specified context menu items in file manager. This method is used only in the menuOpen event.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#disablemenuitems"},"disableToolbarItems":{"name":"disableToolbarItems","description":"

Disables the specified toolbar items of the file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#disabletoolbaritems"},"downloadFiles":{"name":"downloadFiles","description":"

Downloads the folders or files from the given unique identifiers.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#downloadfiles"},"enableToolbarItems":{"name":"enableToolbarItems","description":"

Enables the specified toolbar items of the file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#enabletoolbaritems"},"filterFiles":{"name":"filterFiles","description":"

Display the custom filtering files in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#filterfiles"},"getMenuItemIndex":{"name":"getMenuItemIndex","description":"

Returns the index position of given current context menu item in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#getmenuitemindex"},"getSelectedFiles":{"name":"getSelectedFiles","description":"

Gets the details of the selected files in the file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#getselectedfiles"},"getToolbarItemIndex":{"name":"getToolbarItemIndex","description":"

Returns the index position of given toolbar item in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#gettoolbaritemindex"},"openFile":{"name":"openFile","description":"

Opens the corresponding file or folder from the given unique identifier.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#openfile"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#refresh"},"refreshFiles":{"name":"refreshFiles","description":"

Refreshes the folder files of the file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#refreshfiles"},"refreshLayout":{"name":"refreshLayout","description":"

Refreshes the layout of the file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#refreshlayout"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#removeeventlistener"},"renameFile":{"name":"renameFile","description":"

Renames the file or folder with given new name in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#renamefile"},"selectAll":{"name":"selectAll","description":"

Selects the entire folders and files in current path.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#selectall"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#serverdatabind"},"uploadFiles":{"name":"uploadFiles","description":"

Opens the upload dialog in file manager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#uploadfiles"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/#inject"}},"DetailsView":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#element"},"gridObj":{"name":"gridObj","description":"","type":"Grid","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#gridobj"},"pasteOperation":{"name":"pasteOperation","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#pasteoperation"},"uploadOperation":{"name":"uploadOperation","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#uploadoperation"},"DblClickEvents":{"name":"DblClickEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#dblclickevents"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#destroy"},"dragHelper":{"name":"dragHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#draghelper"},"gridSelectNodes":{"name":"gridSelectNodes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#gridselectnodes"},"openContent":{"name":"openContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsView#opencontent"}},"LargeIconsView":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#element"},"listElements":{"name":"listElements","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#listelements"},"listObj":{"name":"listObj","description":"","type":"ListBaseOptions","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#listobj"},"uploadOperation":{"name":"uploadOperation","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#uploadoperation"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#destroy"},"dragHelper":{"name":"dragHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/largeIconsView#draghelper"}},"NavigationPane":{"activeNode":{"name":"activeNode","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#activenode"},"moveNames":{"name":"moveNames","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#movenames"},"removeNodes":{"name":"removeNodes","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#removenodes"},"touchClickObj":{"name":"touchClickObj","description":"","type":"Touch","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#touchclickobj"},"treeObj":{"name":"treeObj","description":"","type":"BaseTreeView","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#treeobj"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#destroy"},"dragHelper":{"name":"dragHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPane#draghelper"}},"AjaxSettings":{"downloadUrl":{"name":"downloadUrl","description":"

Specifies URL to download the files from server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/ajaxSettings#downloadurl"},"getImageUrl":{"name":"getImageUrl","description":"

Specifies URL to get the images from server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/ajaxSettings#getimageurl"},"uploadUrl":{"name":"uploadUrl","description":"

Specifies URL to upload the files to server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/ajaxSettings#uploadurl"},"url":{"name":"url","description":"

Specifies URL to read the files from server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/ajaxSettings#url"}},"Column":{"allowResizing":{"name":"allowResizing","description":"

If allowResizing is set to false, it disables resize option of a particular column.\nBy default all the columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowresizing"},"allowSorting":{"name":"allowSorting","description":"

If allowSorting set to false, then it disables sorting option of a particular column.\nBy default all columns are sortable.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowsorting"},"clipMode":{"name":"clipMode","description":"

Defines the cell content's overflow mode. The available modes are

\n
    \n
  • Clip - Truncates the cell content when it overflows its area.
  • \n
  • Ellipsis - Displays ellipsis when the cell content overflows its area.
  • \n
  • EllipsisWithTooltip - Displays ellipsis when the cell content overflows its area\nalso it will display tooltip while hover on ellipsis applied cell.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#clipmode"},"customAttributes":{"name":"customAttributes","description":"

The CSS styles and attributes of the content cells of a particular column can be customized.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/column#customattributes"},"customFormat":{"name":"customFormat","description":"

It is used to change display value with the given format and does not affect the original data.\nGets the format from the user which can be standard or custom\nnumber\nand date formats.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/file-manager/column#customformat"},"field":{"name":"field","description":"

Defines the field name of column which is mapped with mapping name of DataSource.\nThe bounded columns can be sort, filter and group etc.,\nThe field name must be a valid JavaScript identifier,\nthe first character must be an alphabet and should not contain spaces and special characters.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#field"},"format":{"name":"format","description":"

It is used to change display value with the given format and does not affect the original data.\nGets the format from the user which can be standard or custom\nnumber\nand date formats.

\n","type":"string|NumberFormatOptions|DateFormatOptions","link":"//ej2.syncfusion.com/documentation/api/grid/column#format"},"headerTemplate":{"name":"headerTemplate","description":"

Defines the header template as string or HTML element ID which is used to add customized element in the column header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#headertemplate"},"headerText":{"name":"headerText","description":"

Defines the header text of column which is used to display in column header.\nIf headerText is not defined, then field name value will be assigned to header text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#headertext"},"headerTextAlign":{"name":"headerTextAlign","description":"

Define the alignment of column header which is used to align the text of column header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#headertextalign"},"hideAtMedia":{"name":"hideAtMedia","description":"

Column visibility can change based on Media Queries.\nhideAtMedia accepts only valid Media Queries.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#hideatmedia"},"maxWidth":{"name":"maxWidth","description":"

Defines the maximum width of the column in pixel or percentage, which will restrict resizing beyond this pixel or percentage.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/column#maxwidth"},"minWidth":{"name":"minWidth","description":"

Defines the minimum Width of the column in pixels or percentage.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/column#minwidth"},"template":{"name":"template","description":"

Defines the column template that renders customized element in each cell of the column.\nIt accepts either template string or HTML element ID.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#template"},"textAlign":{"name":"textAlign","description":"

Defines the alignment of the column in both header and content cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#textalign"},"type":{"name":"type","description":"

Defines the data type of the column.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#type"},"width":{"name":"width","description":"

The width of the column as a string accepts input both as like '100px' or '100%'.\nIf specified as '100%, column renders to the full width of its chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/column#width"},"allowEditing":{"name":"allowEditing","description":"

If allowEditing set to false, then it disables editing of a particular column.\nBy default all columns are editable.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowediting"},"allowFiltering":{"name":"allowFiltering","description":"

If allowFiltering set to false, then it disables filtering option and filter bar element of a particular column.\nBy default all columns are filterable.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowfiltering"},"allowReordering":{"name":"allowReordering","description":"

If allowReordering set to false, then it disables reorder of a particular column.\nBy default all columns can be reorder.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowreordering"},"columns":{"name":"columns","description":"

Used to render multiple header rows(stacked headers) on the Grid header.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/column#columns"},"commands":{"name":"commands","description":"

commands provides an option to display command buttons in every cell.\nThe available built-in command buttons are

\n
    \n
  • Edit - Edit the record.
  • \n
  • Delete - Delete the record.
  • \n
  • Save - Save the record.
  • \n
  • Cancel - Cancel the edit state.
  • \n
\n","type":"CommandModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/column#commands"},"defaultValue":{"name":"defaultValue","description":"

Defines default values for the component when adding a new record to the Grid.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#defaultvalue"},"disableHtmlEncode":{"name":"disableHtmlEncode","description":"

If disableHtmlEncode is set to true, it encodes the HTML of the header and content cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#disablehtmlencode"},"displayAsCheckBox":{"name":"displayAsCheckBox","description":"

If displayAsCheckBox is set to true, it displays the column value as a check box instead of Boolean value.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#displayascheckbox"},"edit":{"name":"edit","description":"

Defines the IEditCell object to customize default edit cell.

\n","type":"IEditCell","link":"//ej2.syncfusion.com/documentation/api/grid/column#edit"},"editTemplate":{"name":"editTemplate","description":"

Defines the cell edit template that used as editor for a particular column.\nIt accepts either template string or HTML element ID.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#edittemplate"},"editType":{"name":"editType","description":"

Defines the type of component for editable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#edittype"},"filter":{"name":"filter","description":"

It is used to customize the default filter options for a specific columns.

\n
    \n
  • type - Specifies the filter type as menu or checkbox.
  • \n
  • ui - to render custom component for specific column it has following functions.
  • \n
  • ui.create – It is used for creating custom components.
  • \n
  • ui.read - It is used for read the value from the component.
  • \n
  • ui.write - It is used to apply component model as dynamically.
  • \n
\n
\n

Check the Filter UI for its customization.\n@default {}

\n
\n","type":"IFilter","link":"//ej2.syncfusion.com/documentation/api/grid/column#filter"},"filterBarTemplate":{"name":"filterBarTemplate","description":"

The filterBarTemplate is used to add a custom component instead of default input component for filter bar.\nIt have create and read functions.

\n
    \n
  • create: It is used for creating custom components.
  • \n
  • read: It is used to perform custom filter action.
  • \n
\n","type":"IFilterUI","link":"//ej2.syncfusion.com/documentation/api/grid/column#filterbartemplate"},"filterTemplate":{"name":"filterTemplate","description":"

Defines the filter template/UI that used as filter for a particular column.\nIt accepts either template string or HTML element ID.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#filtertemplate"},"formatter":{"name":"formatter","description":"

Defines the method which is used to achieve custom formatting from an external function.\nThis function triggers before rendering of each cell.

\n","type":"Object|ICellFormatter|Function","link":"//ej2.syncfusion.com/documentation/api/grid/column#formatter"},"isFrozen":{"name":"isFrozen","description":"

You can use this property to freeze selected columns in grid

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#isfrozen"},"isIdentity":{"name":"isIdentity","description":"

If isIdentity is set to true, then this column is considered as identity column.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#isidentity"},"isPrimaryKey":{"name":"isPrimaryKey","description":"

If isPrimaryKey is set to true, considers this column as the primary key constraint.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#isprimarykey"},"lockColumn":{"name":"lockColumn","description":"

Defines the mapping column name of the foreign data source.\nIf it is not defined then the columns.field will be considered as mapping column name

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#lockcolumn"},"showCheckbox":{"name":"showCheckbox","description":"

If showCheckbox set to true, then the checkboxes will be displayed in particular column.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/column#showcheckbox"},"showColumnMenu":{"name":"showColumnMenu","description":"

If showColumnMenu set to false, then it disable the column menu of a particular column.\nBy default column menu will show for all columns

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#showcolumnmenu"},"sortComparer":{"name":"sortComparer","description":"

Defines the custom sort comparer function.\nThe sort comparer function has the same functionality like\nArray.sort sort comparer.

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/grid/column#sortcomparer"},"uid":{"name":"uid","description":"

Gets the unique identifier value of the column. It is used to get the column object.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#uid"},"validationRules":{"name":"validationRules","description":"

Defines rules to validate data before creating and updating.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/column#validationrules"},"valueAccessor":{"name":"valueAccessor","description":"

Defines the method used to apply custom cell values from external function and display this on each cell rendered.

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/grid/column#valueaccessor"},"visible":{"name":"visible","description":"

If visible is set to false, hides the particular column. By default, columns are displayed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#visible"},"allowGrouping":{"name":"allowGrouping","description":"

If allowGrouping set to false, then it disables grouping of a particular column.\nBy default all columns are groupable.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowgrouping"},"allowSearching":{"name":"allowSearching","description":"

If allowSearching set to false, then it disables Searching of a particular column.\nBy default all columns allow Searching.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#allowsearching"},"autoFit":{"name":"autoFit","description":"

If autoFit set to true, then the particular column content width will be\nadjusted based on its content in the initial rendering itself.\nSetting this property as true is equivalent to calling autoFitColumns method in the dataBound event.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#autofit"},"dataSource":{"name":"dataSource","description":"

Defines the column data source which will act as foreign data source.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/grid/column#datasource"},"enableGroupByFormat":{"name":"enableGroupByFormat","description":"

If enableGroupByFormat set to true, then it groups the particular column by formatted values.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#enablegroupbyformat"},"foreignKeyField":{"name":"foreignKeyField","description":"

Defines the mapping column name of the foreign data source.\nIf it is not defined then the columns.field will be considered as mapping column name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#foreignkeyfield"},"foreignKeyValue":{"name":"foreignKeyValue","description":"

Defines the display column name from the foreign data source which will be obtained from comparing local and foreign data.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/column#foreignkeyvalue"},"index":{"name":"index","description":"

Gets the unique identifier value of the column. It is used to get the column object.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/column#index"},"showInColumnChooser":{"name":"showInColumnChooser","description":"

If showInColumnChooser set to false, then hide the particular column in column chooser.\nBy default all columns are displayed in column Chooser.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/column#showincolumnchooser"},"border":{"name":"border","description":"

Options to customize the border of the columns.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/column#border"}},"ContextMenuSettings":{"file":{"name":"file","description":"

Specifies the array of string or object that is used to configure file items.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenuSettings#file"},"folder":{"name":"folder","description":"

An array of string or object that is used to configure folder items.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenuSettings#folder"},"layout":{"name":"layout","description":"

An array of string or object that is used to configure layout items.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenuSettings#layout"},"visible":{"name":"visible","description":"

Enables or disables the ContextMenu.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenuSettings#visible"},"items":{"name":"items","description":"

Defines the custom context menu items

\n","type":"ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/contextMenuSettings#items"},"show":{"name":"show","description":"

Enables/Disables the context menu items

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/contextMenuSettings#show"},"showCustomMenuOnly":{"name":"showCustomMenuOnly","description":"

Shows only the custom context menu items

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/contextMenuSettings#showcustommenuonly"}},"DetailsViewSettings":{"columnResizing":{"name":"columnResizing","description":"

If columnResizing is set to true, Grid columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsViewSettings#columnresizing"},"columns":{"name":"columns","description":"

Specifies the customizable details view.

\n","type":"ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/file-manager/detailsViewSettings#columns"}},"NavigationPaneSettings":{"maxWidth":{"name":"maxWidth","description":"

Specifies the maximum width of navigationpane.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPaneSettings#maxwidth"},"minWidth":{"name":"minWidth","description":"

Specifies the minimum width of navigationpane.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPaneSettings#minwidth"},"visible":{"name":"visible","description":"

Enables or disables the navigation pane.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/navigationPaneSettings#visible"}},"SearchSettings":{"allowSearchOnTyping":{"name":"allowSearchOnTyping","description":"

Enables or disables the allowSearchOnTyping.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/searchSettings#allowsearchontyping"},"filterType":{"name":"filterType","description":"

Specifies the filter type while searching the content. The available filter types are:

\n
    \n
  • contains
  • \n
  • startsWith
  • \n
  • endsWith
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/searchSettings#filtertype"},"ignoreCase":{"name":"ignoreCase","description":"

If ignoreCase is set to false, searches records that match exactly, else\nsearches records that are case insensitive(uppercase and lowercase letters treated the same).

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/searchSettings#ignorecase"},"fields":{"name":"fields","description":"

Specifies the collection of fields included in search operation. By default, bounded columns of the Grid are included.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/grid/searchSettings#fields"},"hierarchyMode":{"name":"hierarchyMode","description":"

Defines the search types. The available options are,\nParent: Shows the searched record with parent record.\nChild: Shows the searched record with child record.\nBoth : shows the searched record with both parent and child record.\nNone : Shows only searched record.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/searchSettings#hierarchymode"},"key":{"name":"key","description":"

Specifies the key value to search Grid records at initial rendering.\nYou can also get the current search key.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/searchSettings#key"},"operator":{"name":"operator","description":"

Defines the operator to search records. The available operators are:\n<table>\n<tr>\n<td colspan=1 rowspan=1>\nOperator<br/></td><td colspan=1 rowspan=1>\nDescription<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nstartswith<br/></td><td colspan=1 rowspan=1>\nChecks whether the string begins with the specified string.<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nendswith<br/></td><td colspan=1 rowspan=1>\nChecks whether the string ends with the specified string.<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\ncontains<br/></td><td colspan=1 rowspan=1>\nChecks whether the string contains the specified string. <br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nequal<br/></td><td colspan=1 rowspan=1>\nChecks whether the string is equal to the specified string.<br/></td></tr>\n<tr>\n<td colspan=1 rowspan=1>\nnotequal<br/></td><td colspan=1 rowspan=1>\nChecks for strings not equal to the specified string. <br/></td></tr>\n</table>

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/searchSettings#operator"},"ignoreAccent":{"name":"ignoreAccent","description":"

If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.

\n
\n

Check the Diacritics filtering.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/searchSettings#ignoreaccent"}},"ToolbarSettings":{"items":{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"},"visible":{"name":"visible","description":"

Enables or disables the toolbar rendering in the file manager component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/toolbarSettings#visible"},"showTooltip":{"name":"showTooltip","description":"

Enable or disables the toolbar of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbarSettings#showtooltip"},"toolbarItems":{"name":"toolbarItems","description":"

shows only the defined options in the PdfViewer.

\n","type":"ToolbarItem[]","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/toolbarSettings#toolbaritems"},"enable":{"name":"enable","description":"

Specifies whether to render toolbar in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#enable"},"enableFloating":{"name":"enableFloating","description":"

Specifies whether to enable/disable floating toolbar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#enablefloating"},"itemConfigs":{"name":"itemConfigs","description":"

Using this property, Modify the default toolbar item configuration like icon class.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#itemconfigs"},"type":{"name":"type","description":"

Specifies the Toolbar display types.\nThe possible types are:

\n
    \n
  • Expand: Toolbar items placed within the available space and rest of the items are placed to the extended menu section.
  • \n
  • MultiRow: Toolbar which placed at top of RichTextEditor editing area.
  • \n
\n","type":"ToolbarType","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#type"},"position":{"name":"position","description":"

Positions the toolbar before/after the ListBox.\nThe possible values are:

\n
    \n
  • Left: The toolbar will be positioned to the left of the ListBox.
  • \n
  • Right: The toolbar will be positioned to the right of the ListBox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#position"}},"UploadSettings":{"allowedExtensions":{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the file manager component and pass the extensions with comma separators.\nFor example, if you want to upload specific image files, pass allowedExtensions as ".jpg,.png".

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/uploadSettings#allowedextensions"},"autoUpload":{"name":"autoUpload","description":"

By default, the FileManager component initiates automatic upload when the files are added in upload queue.\nIf you want to manipulate the files before uploading to server, disable the autoUpload property.\nThe buttons "upload" and "clear" will be hided from file list when the autoUpload property is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/file-manager/uploadSettings#autoupload"},"maxFileSize":{"name":"maxFileSize","description":"

Specifies the maximum allowed file size to be uploaded in bytes.\nThe property is used to make sure that you cannot upload too large files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/file-manager/uploadSettings#maxfilesize"},"minFileSize":{"name":"minFileSize","description":"

Specifies the minimum file size to be uploaded in bytes.\nThe property is used to make sure that you cannot upload empty files and small files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/file-manager/uploadSettings#minfilesize"}},"ContextMenu":{"contextMenu":{"name":"contextMenu","description":"","type":"Menu","link":"//ej2.syncfusion.com/documentation/api/grid/contextMenu#contextmenu"},"menuItemData":{"name":"menuItemData","description":"","type":"object","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#menuitemdata"},"menuTarget":{"name":"menuTarget","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#menutarget"},"disableItem":{"name":"disableItem","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#disableitem"},"getItemIndex":{"name":"getItemIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#getitemindex"},"onBeforeClose":{"name":"onBeforeClose","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#onbeforeclose"},"onBeforeItemRender":{"name":"onBeforeItemRender","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#onbeforeitemrender"},"onBeforeOpen":{"name":"onBeforeOpen","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/file-manager/contextMenu#onbeforeopen"},"cell":{"name":"cell","description":"","type":"HTMLTableCellElement","link":"//ej2.syncfusion.com/documentation/api/grid/contextMenu#cell"},"isOpen":{"name":"isOpen","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/contextMenu#isopen"},"row":{"name":"row","description":"","type":"HTMLTableRowElement","link":"//ej2.syncfusion.com/documentation/api/grid/contextMenu#row"},"getContextMenu":{"name":"getContextMenu","description":"

Gets the context menu element from the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/contextMenu#getcontextmenu"},"beforeClose":{"name":"beforeClose","description":"

Triggers before closing the menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#beforeclose"},"beforeItemRender":{"name":"beforeItemRender","description":"

Triggers while rendering each menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#beforeitemrender"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers before opening the menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#beforeopen"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#created"},"onClose":{"name":"onClose","description":"

Triggers while closing the menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#onclose"},"onOpen":{"name":"onOpen","description":"

Triggers while opening the menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#onopen"},"select":{"name":"select","description":"

Triggers while selecting menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#select"},"animationSettings":{"name":"animationSettings","description":"

Specifies the animation settings for the sub menu open.

\n","type":"MenuAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/context-menu/#animationsettings"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the Menu wrapper.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/context-menu/#cssclass"},"element":{"name":"element","description":"","type":"HTMLUListElement","link":"//ej2.syncfusion.com/documentation/api/context-menu/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/context-menu/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/context-menu/#enablertl"},"filter":{"name":"filter","description":"

Specifies the filter selector for elements inside the target in that the context menu will be opened.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/context-menu/#filter"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/context-menu/#isdestroyed"},"items":{"name":"items","description":"

Specifies menu items with its properties which will be rendered as ContextMenu.

\n","type":"MenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/context-menu/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/context-menu/#locale"},"showItemOnClick":{"name":"showItemOnClick","description":"

Specifies whether to show the sub menu or not on click.\nWhen set to true, the sub menu will open only on mouse click.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/context-menu/#showitemonclick"},"target":{"name":"target","description":"

Specifies target element selector in which the ContextMenu should be opened.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/context-menu/#target"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#appendto"},"close":{"name":"close","description":"

Closes the ContextMenu if it is opened.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#close"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#destroy"},"enableItems":{"name":"enableItems","description":"

This method is used to enable or disable the menu items in the Menu based on the items and enable argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#enableitems"},"hideItems":{"name":"hideItems","description":"

This method is used to hide the menu items in the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#hideitems"},"insertAfter":{"name":"insertAfter","description":"

It is used to insert the menu items after the specified menu item text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#insertafter"},"insertBefore":{"name":"insertBefore","description":"

It is used to insert the menu items before the specified menu item text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#insertbefore"},"open":{"name":"open","description":"

This method is used to open the ContextMenu in specified position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#open"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#removeeventlistener"},"removeItems":{"name":"removeItems","description":"

It is used to remove the menu items from the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#removeitems"},"showItems":{"name":"showItems","description":"

This method is used to show the menu items in the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#showitems"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/context-menu/#inject"},"addCustomMenu":{"name":"addCustomMenu","description":"

To add and customize custom context menu

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/contextMenu#addcustommenu"},"hideSpellContextItems":{"name":"hideSpellContextItems","description":"

Method to hide spell context items

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/contextMenu#hidespellcontextitems"}},"TreeMapLegend":{"heightIncrement":{"name":"heightIncrement","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#heightincrement"},"legendBorderRect":{"name":"legendBorderRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#legendborderrect"},"legendCollections":{"name":"legendCollections","description":"

collection of legends

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#legendcollections"},"legendGroup":{"name":"legendGroup","description":"

group of legend

\n","type":"Element","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#legendgroup"},"legendRenderingCollections":{"name":"legendRenderingCollections","description":"

collection of rendering legends

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#legendrenderingcollections"},"outOfRangeLegend":{"name":"outOfRangeLegend","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#outofrangelegend"},"widthIncrement":{"name":"widthIncrement","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#widthincrement"},"addEventListener":{"name":"addEventListener","description":"

To add the event listener

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#addeventlistener"},"calculateLegendBounds":{"name":"calculateLegendBounds","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#calculatelegendbounds"},"changeNextPage":{"name":"changeNextPage","description":"

To change the next page

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#changenextpage"},"drawLegend":{"name":"drawLegend","description":"

To draw the legend

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#drawlegend"},"legendGradientColor":{"name":"legendGradientColor","description":"

Get the gradient color for interactive legend.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#legendgradientcolor"},"mouseUpHandler":{"name":"mouseUpHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#mouseuphandler"},"removeEventListener":{"name":"removeEventListener","description":"

To remove the event listener

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#removeeventlistener"},"removeInteractivePointer":{"name":"removeInteractivePointer","description":"

To remove the interactive pointer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#removeinteractivepointer"},"renderInteractivePointer":{"name":"renderInteractivePointer","description":"

To rendered the interactive pointer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#renderinteractivepointer"},"renderLegend":{"name":"renderLegend","description":"

method for legend

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#renderlegend"},"wireEvents":{"name":"wireEvents","description":"

Wire events for event handler

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapLegend#wireevents"}},"LayoutPanel":{"layoutGroup":{"name":"layoutGroup","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#layoutgroup"},"renderItems":{"name":"renderItems","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#renderitems"},"calculateLayoutItems":{"name":"calculateLayoutItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#calculatelayoutitems"},"onDemandProcess":{"name":"onDemandProcess","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#ondemandprocess"},"processLayoutPanel":{"name":"processLayoutPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#processlayoutpanel"},"renderLayoutItems":{"name":"renderLayoutItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/layoutPanel#renderlayoutitems"}},"ColorMapping":{"color":{"name":"color","description":"

specifies the color

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#color"},"from":{"name":"from","description":"

Specifies the from

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#from"},"label":{"name":"label","description":"

Specifies the label text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#label"},"maxOpacity":{"name":"maxOpacity","description":"

maxOpacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#maxopacity"},"minOpacity":{"name":"minOpacity","description":"

Specifies the minOpacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#minopacity"},"showLegend":{"name":"showLegend","description":"

Specifies the visibility of the legend for color mapping

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#showlegend"},"to":{"name":"to","description":"

Specifies the to

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#to"},"value":{"name":"value","description":"

Specifies the value

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treemap/colorMapping#value"},"_colorNameToHex":{"name":"_colorNameToHex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#_colornametohex"},"componentToHex":{"name":"componentToHex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#componenttohex"},"deSaturationColor":{"name":"deSaturationColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#desaturationcolor"},"getColor":{"name":"getColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#getcolor"},"getColorByValue":{"name":"getColorByValue","description":"

To color by value and color mapping

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#getcolorbyvalue"},"getGradientColor":{"name":"getGradientColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#getgradientcolor"},"getPercentage":{"name":"getPercentage","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#getpercentage"},"getPercentageColor":{"name":"getPercentageColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#getpercentagecolor"},"rgbToHex":{"name":"rgbToHex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/colorMapping#rgbtohex"}},"CommonTitleSettings":{"description":{"name":"description","description":"

To customize title description for the accessibility.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/commonTitleSettings#description"},"text":{"name":"text","description":"

To customize the text of the title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/commonTitleSettings#text"}},"HighlightSettings":{"border":{"name":"border","description":"

Options for customizing the color and width of the highlight.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/highlightSettings#border"},"enable":{"name":"enable","description":"

Toggle the highlight settings.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/highlightSettings#enable"},"fill":{"name":"fill","description":"

To customize the fill color of the highlight.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/highlightSettings#fill"},"mode":{"name":"mode","description":"

To specifies the highlight mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/highlightSettings#mode"},"opacity":{"name":"opacity","description":"

To customize the opacity of the highlight.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/highlightSettings#opacity"},"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/highlightSettings#author"},"color":{"name":"color","description":"

specifies the color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/highlightSettings#color"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/highlightSettings#modifieddate"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/highlightSettings#subject"}},"InitialDrillSettings":{"groupIndex":{"name":"groupIndex","description":"

Specifies the initial rendering level.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/initialDrillSettings#groupindex"},"groupName":{"name":"groupName","description":"

Specifies the initial rendering name.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/initialDrillSettings#groupname"}},"LeafItemSettings":{"autoFill":{"name":"autoFill","description":"

Items rendering with random colors.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#autofill"},"border":{"name":"border","description":"

Specifies the border

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#border"},"colorMapping":{"name":"colorMapping","description":"

Specifies the colorMapping

\n","type":"ColorMappingModel[]","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#colormapping"},"fill":{"name":"fill","description":"

Specifies the fill color for leaf items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#fill"},"gap":{"name":"gap","description":"

Specifies the item gap.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#gap"},"interSectAction":{"name":"interSectAction","description":"

Specifies the label intersect action.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#intersectaction"},"labelFormat":{"name":"labelFormat","description":"

Specifies the label format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#labelformat"},"labelPath":{"name":"labelPath","description":"

Specifies the field name from the dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#labelpath"},"labelPosition":{"name":"labelPosition","description":"

Specifies the alignment of label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#labelposition"},"labelStyle":{"name":"labelStyle","description":"

Customize the label style.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#labelstyle"},"labelTemplate":{"name":"labelTemplate","description":"

Specifies the label template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#labeltemplate"},"opacity":{"name":"opacity","description":"

Specifies the opacity for color.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#opacity"},"padding":{"name":"padding","description":"

Specifies the padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#padding"},"showLabels":{"name":"showLabels","description":"

To show or hide the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#showlabels"},"templatePosition":{"name":"templatePosition","description":"

Specifies the alignment of template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/leafItemSettings#templateposition"}},"LegendSettings":{"alignment":{"name":"alignment","description":"

Legend in chart can be aligned as follows:

\n
    \n
  • Near: Aligns the legend to the left of the chart.
  • \n
  • Center: Aligns the legend to the center of the chart.
  • \n
  • Far: Aligns the legend to the right of the chart.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#alignment"},"background":{"name":"background","description":"

The background color of the legend that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#background"},"border":{"name":"border","description":"

Options to customize the border of the legend.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#border"},"fill":{"name":"fill","description":"

Specifies the legend shape color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#fill"},"height":{"name":"height","description":"

The height of the legend in pixels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#height"},"imageUrl":{"name":"imageUrl","description":"

Specifies the images url.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/legendSettings#imageurl"},"invertedPointer":{"name":"invertedPointer","description":"

Inverted pointer for interactive legend

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#invertedpointer"},"labelDisplayMode":{"name":"labelDisplayMode","description":"

Specifies the label intersect action.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#labeldisplaymode"},"labelPosition":{"name":"labelPosition","description":"

To place the label position for interactive legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#labelposition"},"location":{"name":"location","description":"

Specifies the location of the legend, relative to the chart.\nIf x is 20, legend moves by 20 pixels to the right of the chart. It requires the position to be Custom.

\n","type":"LocationModel","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#location"},"mode":{"name":"mode","description":"

Customize the legend mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#mode"},"opacity":{"name":"opacity","description":"

Opacity of the legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#opacity"},"orientation":{"name":"orientation","description":"

Customize the legend items placed

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#orientation"},"position":{"name":"position","description":"

Position of the legend in the chart are,

\n
    \n
  • Auto: Places the legend based on area type.
  • \n
  • Top: Displays the legend at the top of the chart.
  • \n
  • Left: Displays the legend at the left of the chart.
  • \n
  • Bottom: Displays the legend at the bottom of the chart.
  • \n
  • Right: Displays the legend at the right of the chart.
  • \n
  • Custom: Displays the legend based on the given x and y values.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#position"},"removeDuplicateLegend":{"name":"removeDuplicateLegend","description":"

Removes the duplicate legend item

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#removeduplicatelegend"},"shape":{"name":"shape","description":"

Customize the legend shape of the maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#shape"},"shapeBorder":{"name":"shapeBorder","description":"

Options for customizing the color and width of the shape border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#shapeborder"},"shapeHeight":{"name":"shapeHeight","description":"

Shape height of the legend in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#shapeheight"},"shapePadding":{"name":"shapePadding","description":"

Padding between the legend shape and text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#shapepadding"},"shapeWidth":{"name":"shapeWidth","description":"

Shape width of the legend in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#shapewidth"},"showLegendPath":{"name":"showLegendPath","description":"

Enable or disable the visibility of legend

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#showlegendpath"},"textStyle":{"name":"textStyle","description":"

Options to customize the legend text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#textstyle"},"title":{"name":"title","description":"

To configure the title of the legend.

\n","type":"CommonTitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing text styles of the legend.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#titlestyle"},"valuePath":{"name":"valuePath","description":"

Bind the dataSource field for legend

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#valuepath"},"visible":{"name":"visible","description":"

If set to true, legend will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#visible"},"width":{"name":"width","description":"

The width of the legend in pixels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#width"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the chart.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#margin"},"padding":{"name":"padding","description":"

Option to customize the padding between legend items.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#padding"},"toggleVisibility":{"name":"toggleVisibility","description":"

If set to true, series' visibility collapses based on the legend visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#togglevisibility"},"enableSmartLegend":{"name":"enableSmartLegend","description":"

Specifies whether smart legend should be displayed or not when palette type is fixed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendSettings#enablesmartlegend"},"labelDisplayType":{"name":"labelDisplayType","description":"

Specifies the type of label display for smart legend.

\n
    \n
  • All: All labels are displayed.
  • \n
  • Edge: Labels will be displayed only at the edges of the legend.
  • \n
  • None: No labels are displayed.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendSettings#labeldisplaytype"},"labelFormat":{"name":"labelFormat","description":"

Specifies the formatting options for the legend label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendSettings#labelformat"},"showGradientPointer":{"name":"showGradientPointer","description":"

Specifies whether the gradient pointer should be visible or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendSettings#showgradientpointer"},"showLabel":{"name":"showLabel","description":"

Specifies whether the label should be visible or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendSettings#showlabel"},"toggleLegendSettings":{"name":"toggleLegendSettings","description":"

Options for customizing the color and width of the selection.

\n","type":"ToggleLegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#togglelegendsettings"},"type":{"name":"type","description":"

Type of the legend rendering

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/legendSettings#type"},"description":{"name":"description","description":"

Description for legends.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#description"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/legendSettings#tabindex"}},"LevelSettings":{"autoFill":{"name":"autoFill","description":"

Items rendering with random colors.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#autofill"},"border":{"name":"border","description":"

Specifies the border

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#border"},"colorMapping":{"name":"colorMapping","description":"

Specifies the colorMapping

\n","type":"ColorMappingModel[]","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#colormapping"},"fill":{"name":"fill","description":"

Specifies the background of level.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#fill"},"groupGap":{"name":"groupGap","description":"

Specifies the padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#groupgap"},"groupPadding":{"name":"groupPadding","description":"

Specifies the padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#grouppadding"},"groupPath":{"name":"groupPath","description":"

Specifies the field name from the dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#grouppath"},"headerAlignment":{"name":"headerAlignment","description":"

Customize the text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#headeralignment"},"headerFormat":{"name":"headerFormat","description":"

Specifies the header format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#headerformat"},"headerHeight":{"name":"headerHeight","description":"

To specifies the height of header.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#headerheight"},"headerStyle":{"name":"headerStyle","description":"

Customize the header style.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#headerstyle"},"headerTemplate":{"name":"headerTemplate","description":"

Specifies the template for header rendering.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#headertemplate"},"opacity":{"name":"opacity","description":"

Specifies the opacity for color.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#opacity"},"showHeader":{"name":"showHeader","description":"

To Show or hide the header in level.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#showheader"},"templatePosition":{"name":"templatePosition","description":"

Specifies the label position in level.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/levelSettings#templateposition"}},"SelectionSettings":{"border":{"name":"border","description":"

Options for customizing the color and width of the selection.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/selectionSettings#border"},"enable":{"name":"enable","description":"

Toggle the selection settings.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/selectionSettings#enable"},"fill":{"name":"fill","description":"

To customize the fill color of the Selection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/selectionSettings#fill"},"mode":{"name":"mode","description":"

Specifies the selection modes. The possible values are

\n
    \n
  • Single: Allows you to select a single item in the ListBox.
  • \n
  • Multiple: Allows you to select more than one item in the ListBox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/selectionSettings#mode"},"opacity":{"name":"opacity","description":"

To customize the opacity of the Selection.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/selectionSettings#opacity"},"cellSelectionMode":{"name":"cellSelectionMode","description":"

The cell selection modes are flow and box. It requires the selection\nmode to be either cell or both.

\n
    \n
  • Flow: Selects the range of cells between start index and end index that also includes the other cells of the selected rows.
  • \n
  • Box: Selects the range of cells within the start and end column indexes that includes in between cells of rows within the range.
  • \n
  • BoxWithBorder: Selects the range of cells as like Box mode with borders.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#cellselectionmode"},"checkboxMode":{"name":"checkboxMode","description":"

Defines options for checkbox selection Mode. They are

\n
    \n
  • Default: This is the default value of the checkboxMode. In this mode, user can select multiple rows by clicking rows one by one.
  • \n
  • ResetOnRowClick: In ResetOnRowClick mode, on clicking a row it will reset previously selected row and also multiple\nrows can be selected by using CTRL or SHIFT key.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#checkboxmode"},"checkboxOnly":{"name":"checkboxOnly","description":"

If 'checkboxOnly' set to true, then the Grid selection is allowed only through checkbox.

\n
\n

To enable checkboxOnly selection, should specify the column type ascheckbox.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#checkboxonly"},"persistSelection":{"name":"persistSelection","description":"

If 'persistSelection' set to true, then the Grid selection is persisted on all operations.\nFor persisting selection in the Grid, any one of the column should be enabled as a primary key.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#persistselection"},"type":{"name":"type","description":"

Defines options for selection type. They are

\n
    \n
  • Single: Allows selection of only a row or a cell.
  • \n
  • Multiple: Allows selection of multiple rows or cells.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#type"},"enableMultiSelect":{"name":"enableMultiSelect","description":"

Toggle the multi selection.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/selectionSettings#enablemultiselect"},"enableToggle":{"name":"enableToggle","description":"

If 'enableToggle' set to true, then the user can able to perform toggle for the selected row.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#enabletoggle"},"enableSimpleMultiRowSelection":{"name":"enableSimpleMultiRowSelection","description":"

If 'enableSimpleMultiRowSelection' set to true, then the user can able to perform multiple row selection with single clicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/selectionSettings#enablesimplemultirowselection"},"checkboxPosition":{"name":"checkboxPosition","description":"

Set the position of the checkbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/selectionSettings#checkboxposition"},"showCheckbox":{"name":"showCheckbox","description":"

If 'showCheckbox' is set to true, then 'checkbox' will be visualized in the list item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/selectionSettings#showcheckbox"},"showSelectAll":{"name":"showSelectAll","description":"

Allows you to either show or hide the selectAll option on the component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/selectionSettings#showselectall"}},"SubTitleSettings":{"alignment":{"name":"alignment","description":"

text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/subTitleSettings#alignment"},"description":{"name":"description","description":"

To customize title description for the accessibility.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/subTitleSettings#description"},"text":{"name":"text","description":"

To customize the text of the title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/subTitleSettings#text"},"textStyle":{"name":"textStyle","description":"

Options for customizing title styles of the Maps.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/maps/subTitleSettings#textstyle"}},"TitleSettings":{"alignment":{"name":"alignment","description":"

text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/titleSettings#alignment"},"description":{"name":"description","description":"

To customize title description for the accessibility.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/titleSettings#description"},"subtitleSettings":{"name":"subtitleSettings","description":"

To configure sub title of maps.

\n","type":"SubTitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/titleSettings#subtitlesettings"},"text":{"name":"text","description":"

To customize the text of the title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/titleSettings#text"},"textStyle":{"name":"textStyle","description":"

Options for customizing title styles of the Maps.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/maps/titleSettings#textstyle"}},"TreeMap":{"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#beforeprint"},"click":{"name":"click","description":"

Triggers the click event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#click"},"doubleClick":{"name":"doubleClick","description":"

Triggers on double clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#doubleclick"},"drillEnd":{"name":"drillEnd","description":"

Triggers the drillDown end.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#drillend"},"drillStart":{"name":"drillStart","description":"

Triggers the drillDown start.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#drillstart"},"itemClick":{"name":"itemClick","description":"

Triggers the item click.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#itemclick"},"itemHighlight":{"name":"itemHighlight","description":"

Triggers the item highlight.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#itemhighlight"},"itemMove":{"name":"itemMove","description":"

Triggers the item move.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#itemmove"},"itemRendering":{"name":"itemRendering","description":"

Triggers before item rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#itemrendering"},"itemSelected":{"name":"itemSelected","description":"

Triggers the item selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#itemselected"},"legendItemRendering":{"name":"legendItemRendering","description":"

Triggers the legend item rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#legenditemrendering"},"legendRendering":{"name":"legendRendering","description":"

Triggers the legend rendering event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#legendrendering"},"load":{"name":"load","description":"

Triggers before treemap rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#load"},"loaded":{"name":"loaded","description":"

Triggers after treemap rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#loaded"},"mouseMove":{"name":"mouseMove","description":"

Triggers the mouse move event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#mousemove"},"resize":{"name":"resize","description":"

Triggers the resize event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#resize"},"rightClick":{"name":"rightClick","description":"

Triggers on right clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#rightclick"},"tooltipRendering":{"name":"tooltipRendering","description":"

Triggers the tooltip rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treemap/#tooltiprendering"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#allowserverdatabinding"},"background":{"name":"background","description":"

Specifies the background.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#background"},"border":{"name":"border","description":"

Specifies the border of tree map.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#border"},"breadcrumbConnector":{"name":"breadcrumbConnector","description":"

To add the breadCrumb connector.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#breadcrumbconnector"},"colorValuePath":{"name":"colorValuePath","description":"

Specifies the colorValuePath from dataSource

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#colorvaluepath"},"dataSource":{"name":"dataSource","description":"

Specifies the dataSource.

\n","type":"DataManager|TreeMapAjax|Object[]","link":"//ej2.syncfusion.com/documentation/api/treemap/#datasource"},"description":{"name":"description","description":"

Description for maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#description"},"drillDownView":{"name":"drillDownView","description":"

To control the drillDown view.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#drilldownview"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/treemap/#element"},"enableBreadcrumb":{"name":"enableBreadcrumb","description":"

To render the text from right to left.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#enablebreadcrumb"},"enableDrillDown":{"name":"enableDrillDown","description":"

To enable or disable the drillDown.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#enabledrilldown"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#enablertl"},"equalColorValuePath":{"name":"equalColorValuePath","description":"

Specifies the colorValuePath

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#equalcolorvaluepath"},"format":{"name":"format","description":"

To apply internationalization for treemap

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#format"},"height":{"name":"height","description":"

Specifies the height by given pixel or percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#height"},"highlightSettings":{"name":"highlightSettings","description":"

To specifies the highlight settings.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#highlightsettings"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#ignorecollectionwatch"},"initialDrillDown":{"name":"initialDrillDown","description":"

Specifies the initial drillDown.

\n","type":"InitialDrillSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#initialdrilldown"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#isserverrendered"},"layoutType":{"name":"layoutType","description":"

Specifies the rendering of layout type.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#layouttype"},"leafItemSettings":{"name":"leafItemSettings","description":"

Specifies to access all leaf items in levels.

\n","type":"LeafItemSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#leafitemsettings"},"legendSettings":{"name":"legendSettings","description":"

Specifies the legend settings.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#legendsettings"},"levels":{"name":"levels","description":"

Specifies the item levels.

\n","type":"LevelSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/treemap/#levels"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#locale"},"margin":{"name":"margin","description":"

Specifies the margin to move the render area.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#margin"},"palette":{"name":"palette","description":"

Specifies the palette colors.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/treemap/#palette"},"query":{"name":"query","description":"

Specifies the query for filter the data.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/treemap/#query"},"rangeColorValuePath":{"name":"rangeColorValuePath","description":"

Specifies the colorValuePath

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#rangecolorvaluepath"},"renderDirection":{"name":"renderDirection","description":"

Specifies the rendering of layout of the treemap items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#renderdirection"},"selectionSettings":{"name":"selectionSettings","description":"

To specifies the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#selectionsettings"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for treemap.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/#tabindex"},"theme":{"name":"theme","description":"

Specifies the theme.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#theme"},"titleSettings":{"name":"titleSettings","description":"

Specifies the title for tree map.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#titlesettings"},"tooltipSettings":{"name":"tooltipSettings","description":"

Specifies the tooltip settings.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treemap/#tooltipsettings"},"treeMapHighlightModule":{"name":"treeMapHighlightModule","description":"

highlightModule is used for highlight the items.

\n","type":"TreeMapHighlight","link":"//ej2.syncfusion.com/documentation/api/treemap/#treemaphighlightmodule"},"treeMapLegendModule":{"name":"treeMapLegendModule","description":"

legendModule is used for render the legend items.

\n","type":"TreeMapLegend","link":"//ej2.syncfusion.com/documentation/api/treemap/#treemaplegendmodule"},"treeMapSelectionModule":{"name":"treeMapSelectionModule","description":"

selectionModule is used for select the items.

\n","type":"TreeMapSelection","link":"//ej2.syncfusion.com/documentation/api/treemap/#treemapselectionmodule"},"treeMapTooltipModule":{"name":"treeMapTooltipModule","description":"

tooltipModule is used to render the treemap tooltip.

\n","type":"TreeMapTooltip","link":"//ej2.syncfusion.com/documentation/api/treemap/#treemaptooltipmodule"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

To enable the separator

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/#usegroupingseparator"},"weightValuePath":{"name":"weightValuePath","description":"

Specifies the weight value path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#weightvaluepath"},"width":{"name":"width","description":"

Specifies the width by given pixel or percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#appendto"},"calculatePreviousLevelChildItems":{"name":"calculatePreviousLevelChildItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#calculatepreviouslevelchilditems"},"calculateSelectedTextLevels":{"name":"calculateSelectedTextLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#calculateselectedtextlevels"},"clickOnTreeMap":{"name":"clickOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#clickontreemap"},"compareSelectedLabelWithDrillDownItems":{"name":"compareSelectedLabelWithDrillDownItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#compareselectedlabelwithdrilldownitems"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#databind"},"destroy":{"name":"destroy","description":"

To destroy the treemap control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#destroy"},"doubleClickOnTreeMap":{"name":"doubleClickOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#doubleclickontreemap"},"export":{"name":"export","description":"

Handles the export method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#export"},"findTotalWeight":{"name":"findTotalWeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#findtotalweight"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#getmodulename"},"mouseDownOnTreeMap":{"name":"mouseDownOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#mousedownontreemap"},"mouseEndOnTreeMap":{"name":"mouseEndOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#mouseendontreemap"},"mouseLeaveOnTreeMap":{"name":"mouseLeaveOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#mouseleaveontreemap"},"mouseMoveOnTreeMap":{"name":"mouseMoveOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#mousemoveontreemap"},"print":{"name":"print","description":"

Handles the print method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#print"},"reOrderLevelData":{"name":"reOrderLevelData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#reorderleveldata"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#removeeventlistener"},"resizeOnTreeMap":{"name":"resizeOnTreeMap","description":"

To handle the window resize event on treemap.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#resizeontreemap"},"rightClickOnTreeMap":{"name":"rightClickOnTreeMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#rightclickontreemap"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/#inject"}},"TreeMapHighlight":{"currentElement":{"name":"currentElement","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#currentelement"},"highLightId":{"name":"highLightId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#highlightid"},"legendHighlightCollection":{"name":"legendHighlightCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#legendhighlightcollection"},"shapeHighlightCollection":{"name":"shapeHighlightCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#shapehighlightcollection"},"shapeTarget":{"name":"shapeTarget","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#shapetarget"},"mouseMove":{"name":"mouseMove","description":"

Mouse down event in highlight

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapHighlight#mousemove"}},"TreeMapSelection":{"legendSelect":{"name":"legendSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#legendselect"},"legendSelectId":{"name":"legendSelectId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#legendselectid"},"legendSelectionCollection":{"name":"legendSelectionCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#legendselectioncollection"},"selectionId":{"name":"selectionId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#selectionid"},"shapeElement":{"name":"shapeElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#shapeelement"},"shapeSelect":{"name":"shapeSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#shapeselect"},"shapeSelectId":{"name":"shapeSelectId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#shapeselectid"},"shapeSelectionCollection":{"name":"shapeSelectionCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#shapeselectioncollection"},"mouseDown":{"name":"mouseDown","description":"

Mouse down event in selection

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapSelection#mousedown"}},"TreeMapTooltip":{"addEventListener":{"name":"addEventListener","description":"

To bind events for tooltip module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapTooltip#addeventlistener"},"mouseUpHandler":{"name":"mouseUpHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapTooltip#mouseuphandler"},"removeEventListener":{"name":"removeEventListener","description":"

To unbind events for tooltip module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapTooltip#removeeventlistener"},"removeTooltip":{"name":"removeTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapTooltip#removetooltip"},"renderTooltip":{"name":"renderTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapTooltip#rendertooltip"}},"ExportUtils":{"export":{"name":"export","description":"

To export the file as image/svg format

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/exportUtils#export"},"print":{"name":"print","description":"

To print the Maps

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/exportUtils#print"},"triggerDownload":{"name":"triggerDownload","description":"

To trigger the download element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/exportUtils#triggerdownload"}},"Location":{"x":{"name":"x","description":"

X coordinate of the legend in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/location#x"},"y":{"name":"y","description":"

Y coordinate of the legend in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/location#y"}},"PathOption":{"d":{"name":"d","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#d"},"fill":{"name":"fill","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#fill"},"id":{"name":"id","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#id"},"opacity":{"name":"opacity","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#opacity"},"stroke":{"name":"stroke","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#stroke"},"stroke-dasharray":{"name":"stroke-dasharray","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#stroke-dasharray"},"stroke-width":{"name":"stroke-width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/treemap/pathOption#stroke-width"}},"TreeMapAjax":{"async":{"name":"async","description":"

async value

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapAjax#async"},"contentType":{"name":"contentType","description":"

type of the content

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapAjax#contenttype"},"dataOptions":{"name":"dataOptions","description":"

options for data

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapAjax#dataoptions"},"sendData":{"name":"sendData","description":"

sending data

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapAjax#senddata"},"type":{"name":"type","description":"

type of data

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treemap/treeMapAjax#type"}},"Edit":{"addRecord":{"name":"addRecord","description":"

To adds a new row at the top with the given data. When data is not passed, it will add empty rows.

\n
\n

editSettings.allowEditing should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#addrecord"},"editCell":{"name":"editCell","description":"

Changes a particular cell into edited state based on the row index and field name provided in the batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#editcell"},"editFormValidate":{"name":"editFormValidate","description":"

Checks the status of validation at the time of editing. If validation is passed, it returns true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#editformvalidate"},"addRowSelectedItem":{"name":"addRowSelectedItem","description":"","type":"IGanttData","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#addrowselecteditem"},"cellEditModule":{"name":"cellEditModule","description":"","type":"CellEdit","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#celleditmodule"},"dialogModule":{"name":"dialogModule","description":"","type":"DialogEdit","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#dialogmodule"},"isBreakLoop":{"name":"isBreakLoop","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#isbreakloop"},"newlyAddedRecordBackup":{"name":"newlyAddedRecordBackup","description":"","type":"IGanttData","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#newlyaddedrecordbackup"},"taskbarEditModule":{"name":"taskbarEditModule","description":"","type":"TaskbarEdit","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#taskbareditmodule"},"validatedChildItems":{"name":"validatedChildItems","description":"","type":"IGanttData[]","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#validatedchilditems"},"deleteRecord":{"name":"deleteRecord","description":"

Deletes a record with the given options. If fieldname and data are not given, the Grid will delete the selected record.

\n
\n

editSettings.allowDeleting should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#deleterecord"},"removeFromDataSource":{"name":"removeFromDataSource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#removefromdatasource"},"removePredecessorOnDelete":{"name":"removePredecessorOnDelete","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#removepredecessorondelete"},"updateRecordByID":{"name":"updateRecordByID","description":"

Method to update record with new values.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/edit#updaterecordbyid"},"deleteRowUid":{"name":"deleteRowUid","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/edit#deleterowuid"},"isLastRow":{"name":"isLastRow","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/edit#islastrow"},"mFormObj":{"name":"mFormObj","description":"","type":"FormValidator","link":"//ej2.syncfusion.com/documentation/api/grid/edit#mformobj"},"batchCancel":{"name":"batchCancel","description":"

Resets added, edited, and deleted records in the batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#batchcancel"},"batchSave":{"name":"batchSave","description":"

Bulk saves added, edited, and deleted records in the batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#batchsave"},"closeEdit":{"name":"closeEdit","description":"

Cancels edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#closeedit"},"deleteRow":{"name":"deleteRow","description":"

Deletes a visible row by TR element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#deleterow"},"endEdit":{"name":"endEdit","description":"

If Grid is in editable state, you can save a record by invoking endEdit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#endedit"},"getBatchChanges":{"name":"getBatchChanges","description":"

Gets the added, edited,and deleted data before bulk save to the DataSource in batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#getbatchchanges"},"getCurrentEditCellData":{"name":"getCurrentEditCellData","description":"

Gets the current value of the edited component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#getcurrenteditcelldata"},"getValueFromType":{"name":"getValueFromType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#getvaluefromtype"},"saveCell":{"name":"saveCell","description":"

Saves the cell that is currently edited. It does not save the value to the DataSource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#savecell"},"startEdit":{"name":"startEdit","description":"

Edits any bound record in the Grid by TR element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#startedit"},"updateCell":{"name":"updateCell","description":"

To update the specified cell by given value without changing into edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#updatecell"},"updateRow":{"name":"updateRow","description":"

To update the specified row by given values without changing into edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/edit#updaterow"}},"TreeVirtual":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeVirtual#addeventlistener"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeVirtual#destroy"},"ensurePageSize":{"name":"ensurePageSize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeVirtual#ensurepagesize"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeVirtual#getmodulename"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeVirtual#removeeventlistener"}},"TreeGrid":{"actionBegin":{"name":"actionBegin","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when any TreeGrid action failed to achieve the desired results.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actionfailure"},"beforeDataBound":{"name":"beforeDataBound","description":"

Triggers when a particular selected cell is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beforedatabound"},"beforeExcelExport":{"name":"beforeExcelExport","description":"

Triggers before TreeGrid data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beforeexcelexport"},"beforePdfExport":{"name":"beforePdfExport","description":"

Triggers before TreeGrid data is exported to PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beforepdfexport"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the print action starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beforeprint"},"beginEdit":{"name":"beginEdit","description":"

Triggers before the record is to be edit.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beginedit"},"cellDeselected":{"name":"cellDeselected","description":"

Triggers when a particular selected cell is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#celldeselected"},"cellDeselecting":{"name":"cellDeselecting","description":"

Triggers before the selected cell is deselecting.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#celldeselecting"},"cellEdit":{"name":"cellEdit","description":"

Triggers when the cell is being edited.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#celledit"},"cellSave":{"name":"cellSave","description":"

Triggers when cell is saved.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#cellsave"},"cellSelected":{"name":"cellSelected","description":"

Triggers after a cell is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#cellselected"},"cellSelecting":{"name":"cellSelecting","description":"

Triggers before any cell selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#cellselecting"},"checkboxChange":{"name":"checkboxChange","description":"

Triggers when the check box state change in checkbox column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#checkboxchange"},"collapsed":{"name":"collapsed","description":"

Triggers after collapse the TreeGrid record

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#collapsed"},"collapsing":{"name":"collapsing","description":"

Triggers while collapsing the TreeGrid record

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#collapsing"},"columnDrag":{"name":"columnDrag","description":"

Triggers when column header element is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndrag"},"columnDragStart":{"name":"columnDragStart","description":"

Triggers when column header element drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndragstart"},"columnDrop":{"name":"columnDrop","description":"

Triggers when a column header element is dropped on the target column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndrop"},"columnMenuClick":{"name":"columnMenuClick","description":"

Triggers when click on column menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columnmenuclick"},"columnMenuOpen":{"name":"columnMenuOpen","description":"

Triggers before column menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columnmenuopen"},"contextMenuClick":{"name":"contextMenuClick","description":"

Triggers when click on context menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#contextmenuclick"},"contextMenuOpen":{"name":"contextMenuOpen","description":"

Triggers before context menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#contextmenuopen"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the TreeGrid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#databound"},"dataSourceChanged":{"name":"dataSourceChanged","description":"

Triggers when the TreeGrid data is added, deleted and updated.\nInvoke the done method from the argument to start render after edit operation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasourcechanged"},"dataStateChange":{"name":"dataStateChange","description":"

Triggers when the TreeGrid actions such as Sorting, Paging etc., are done.\nIn this event,the current view data and total record count should be assigned to the dataSource based on the action performed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datastatechange"},"detailDataBound":{"name":"detailDataBound","description":"

Triggers after detail row expands.

\n
\n

This event triggers at initial expand.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#detaildatabound"},"excelExportComplete":{"name":"excelExportComplete","description":"

Triggers after TreeGrid data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#excelexportcomplete"},"excelHeaderQueryCellInfo":{"name":"excelHeaderQueryCellInfo","description":"

Triggers before exporting each header cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#excelheaderquerycellinfo"},"excelQueryCellInfo":{"name":"excelQueryCellInfo","description":"

Triggers before exporting each cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#excelquerycellinfo"},"expanded":{"name":"expanded","description":"

Triggers after expand the record

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expanded"},"expanding":{"name":"expanding","description":"

Triggers while expanding the TreeGrid record

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expanding"},"headerCellInfo":{"name":"headerCellInfo","description":"

Triggered for stacked header.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#headercellinfo"},"load":{"name":"load","description":"

This event allows customization of TreeGrid properties before rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#load"},"pdfExportComplete":{"name":"pdfExportComplete","description":"

Triggers after TreeGrid data is exported to PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pdfexportcomplete"},"pdfHeaderQueryCellInfo":{"name":"pdfHeaderQueryCellInfo","description":"

Triggers before exporting each header cell to PDF document.\nYou can also customize the PDF cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pdfheaderquerycellinfo"},"pdfQueryCellInfo":{"name":"pdfQueryCellInfo","description":"

Triggers before exporting each cell to PDF document.\nYou can also customize the PDF cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pdfquerycellinfo"},"printComplete":{"name":"printComplete","description":"

Triggers after print action is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#printcomplete"},"queryCellInfo":{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the TreeGrid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#querycellinfo"},"recordDoubleClick":{"name":"recordDoubleClick","description":"

Triggers when record is double clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#recorddoubleclick"},"resizeStart":{"name":"resizeStart","description":"

Triggers when column resize starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Triggers when column resize ends.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#resizestop"},"resizing":{"name":"resizing","description":"

Triggers on column resizing.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#resizing"},"rowDataBound":{"name":"rowDataBound","description":"

Triggered every time a request is made to access row information, element, or data.\nThis will be triggered before the row element is appended to the TreeGrid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdatabound"},"rowDeselected":{"name":"rowDeselected","description":"

Triggers when a selected row is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdeselected"},"rowDeselecting":{"name":"rowDeselecting","description":"

Triggers before deselecting the selected row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdeselecting"},"rowDrag":{"name":"rowDrag","description":"

Triggers when row elements are dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdrag"},"rowDragStart":{"name":"rowDragStart","description":"

Triggers when row element’s drag(move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdragstart"},"rowDragStartHelper":{"name":"rowDragStartHelper","description":"

Triggers when row element’s before drag(move).

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdragstarthelper"},"rowDrop":{"name":"rowDrop","description":"

Triggers when row elements are dropped on the target row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdrop"},"rowSelected":{"name":"rowSelected","description":"

Triggers after a row is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowselected"},"rowSelecting":{"name":"rowSelecting","description":"

Triggers before row selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowselecting"},"toolbarClick":{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbarclick"},"aggregates":{"name":"aggregates","description":"

Configures the TreeGrid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#aggregates"},"allowExcelExport":{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export treegrid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowexcelexport"},"allowFiltering":{"name":"allowFiltering","description":"

If allowFiltering is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowfiltering"},"allowMultiSorting":{"name":"allowMultiSorting","description":"

If allowMultiSorting set to true, then it will allow the user to sort multiple column in the treegrid.

\n
\n

allowSorting should be true.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowmultisorting"},"allowPaging":{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},"allowPdfExport":{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export treegrid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpdfexport"},"allowReordering":{"name":"allowReordering","description":"

If allowReordering is set to true, TreeGrid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowreordering"},"allowResizing":{"name":"allowResizing","description":"

If allowResizing is set to true, TreeGrid columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowresizing"},"allowRowDragAndDrop":{"name":"allowRowDragAndDrop","description":"

If allowRowDragAndDrop is set to true, you can drag and drop treegrid rows at another treegrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowrowdraganddrop"},"allowSelection":{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowselection"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowserverdatabinding"},"allowSorting":{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of treegrid records when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowsorting"},"allowTextWrap":{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowtextwrap"},"autoCheckHierarchy":{"name":"autoCheckHierarchy","description":"

If autoCheckHierarchy is set to true, hierarchy checkbox selection has been enabled in TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#autocheckhierarchy"},"childMapping":{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},"columnMenuItems":{"name":"columnMenuItems","description":"

columnMenuItems defines both built-in and custom column menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • Filter - Filter options will show based on filterSettings property like filterbar, menu filter.
  • \n
\n","type":"ColumnMenuItem[]|ColumnMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columnmenuitems"},"columnMenuModule":{"name":"columnMenuModule","description":"

The columnMenuModule is used to manipulate column menu items and its action in TreeGrid.

\n","type":"ColumnMenu","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columnmenumodule"},"columnQueryMode":{"name":"columnQueryMode","description":"

columnQueryModeprovides options to retrieves data from the data source.Their types are

\n
    \n
  • All: It retrieves whole data source.
  • \n
  • Schema: retrieves data for all the defined columns in TreeGrid from the data source.
  • \n
  • ExcludeHidden: retrieves data only for visible columns of TreeGrid from the data Source.
  • \n
\n","type":"ColumnQueryModeType","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columnquerymode"},"columns":{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},"contextMenuItems":{"name":"contextMenuItems","description":"

contextMenuItems defines both built-in and custom context menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • Edit - Edit the current record.
  • \n
  • Delete - Delete the current record.
  • \n
  • Save - Save the edited record.
  • \n
  • Cancel - Cancel the edited state.
  • \n
  • PdfExport - Export the grid as Pdf format.
  • \n
  • ExcelExport - Export the grid as Excel format.
  • \n
  • CsvExport - Export the grid as CSV format.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • FirstPage - Go to the first page.
  • \n
  • PrevPage - Go to the previous page.
  • \n
  • LastPage - Go to the last page.
  • \n
  • NextPage - Go to the next page.
  • \n
\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#contextmenuitems"},"contextMenuModule":{"name":"contextMenuModule","description":"

The contextMenuModule is used to handle context menu items and its action in the TreeGrid.

\n","type":"ContextMenu","link":"//ej2.syncfusion.com/documentation/api/treegrid/#contextmenumodule"},"dataModule":{"name":"dataModule","description":"","type":"DataManipulation","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datamodule"},"dataSource":{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},"detailTemplate":{"name":"detailTemplate","description":"

The detail template allows you to show or hide additional information about a particular row.

\n
\n

It accepts either the template string or the HTML element ID.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#detailtemplate"},"editModule":{"name":"editModule","description":"

The editModule is used to handle TreeGrid content manipulation.

\n","type":"Edit","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editmodule"},"editSettings":{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/treegrid/#element"},"enableAltRow":{"name":"enableAltRow","description":"

If enableAltRow is set to true, the TreeGrid will render with e-altrow CSS class to the alternative tr elements.

\n
\n

Check the AltRow to customize the styles of alternative rows.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablealtrow"},"enableAutoFill":{"name":"enableAutoFill","description":"

If enableAutoFill is set to true, then the auto fill icon will displayed on cell selection for copy cells.\nIt requires the selection mode to be Cell and cellSelectionMode to be Box.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enableautofill"},"enableCollapseAll":{"name":"enableCollapseAll","description":"

Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablecollapseall"},"enableHover":{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablehover"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablertl"},"enableVirtualization":{"name":"enableVirtualization","description":"

If enableVirtualization set to true, then the TreeGrid will render only the rows visible within the view-port\nand load subsequent rows on vertical scrolling. This helps to load large dataset in TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablevirtualization"},"excelExportModule":{"name":"excelExportModule","description":"","type":"ExcelExport","link":"//ej2.syncfusion.com/documentation/api/treegrid/#excelexportmodule"},"expandStateMapping":{"name":"expandStateMapping","description":"

Specifies the mapping property path for the expand status of a record in data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expandstatemapping"},"filterSettings":{"name":"filterSettings","description":"

Configures the filter settings of the TreeGrid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filtersettings"},"frozenColumns":{"name":"frozenColumns","description":"

Gets or sets the number of frozen columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#frozencolumns"},"frozenRows":{"name":"frozenRows","description":"

Gets or sets the number of frozen rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#frozenrows"},"gridLines":{"name":"gridLines","description":"

Defines the mode of TreeGrid lines. The available modes are,

\n
    \n
  • Both: Displays both horizontal and vertical TreeGrid lines.
  • \n
  • None: No TreeGrid lines are displayed.
  • \n
  • Horizontal: Displays the horizontal TreeGrid lines only.
  • \n
  • Vertical: Displays the vertical TreeGrid lines only.
  • \n
  • Default: Displays TreeGrid lines based on the theme.
  • \n
\n","type":"GridLine","link":"//ej2.syncfusion.com/documentation/api/treegrid/#gridlines"},"hasChildMapping":{"name":"hasChildMapping","description":"

Specifies whether record is parent or not for the remote data binding

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#haschildmapping"},"height":{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},"idMapping":{"name":"idMapping","description":"

Specifies the name of the field in the dataSource, which contains the id of that row.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#idmapping"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#isserverrendered"},"keyboardModule":{"name":"keyboardModule","description":"

The keyboardModule is used to manipulate keyboard interactions in TreeGrid.

\n","type":"KeyboardEvents","link":"//ej2.syncfusion.com/documentation/api/treegrid/#keyboardmodule"},"loadChildOnDemand":{"name":"loadChildOnDemand","description":"

If loadChildOnDemand is enabled, parent records are render in expanded state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#loadchildondemand"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#locale"},"pageSettings":{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},"pagerModule":{"name":"pagerModule","description":"

The pagerModule is used to manipulate paging in the TreeGrid.

\n","type":"Page","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagermodule"},"parentIdMapping":{"name":"parentIdMapping","description":"

Specifies the name of the field in the dataSource, which contains the parent’s id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#parentidmapping"},"pdfExportModule":{"name":"pdfExportModule","description":"","type":"PdfExport","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pdfexportmodule"},"printMode":{"name":"printMode","description":"

Defines the print modes. The available print modes are

\n
    \n
  • AllPages: Prints all pages of the TreeGrid.
  • \n
  • CurrentPage: Prints the current page of the TreeGrid.
  • \n
\n","type":"PrintMode","link":"//ej2.syncfusion.com/documentation/api/treegrid/#printmode"},"printModule":{"name":"printModule","description":"

The printModule is used to handle the printing feature of the TreeGrid.

\n","type":"Print","link":"//ej2.syncfusion.com/documentation/api/treegrid/#printmodule"},"query":{"name":"query","description":"

Defines the external Query\nthat will be executed along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/treegrid/#query"},"reorderModule":{"name":"reorderModule","description":"

The reorderModule is used to manipulate reordering in TreeGrid.

\n","type":"Reorder","link":"//ej2.syncfusion.com/documentation/api/treegrid/#reordermodule"},"rowDragAndDropModule":{"name":"rowDragAndDropModule","description":"

The rowDragandDrop is used to manipulate Row Reordering in TreeGrid.

\n","type":"RowDD","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdraganddropmodule"},"rowDropSettings":{"name":"rowDropSettings","description":"

Configures the row drop settings of the TreeGrid.

\n","type":"RowDropSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdropsettings"},"rowHeight":{"name":"rowHeight","description":"

Defines the height of TreeGrid rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowheight"},"rowTemplate":{"name":"rowTemplate","description":"

The row template that renders customized rows from the given template.\nBy default, TreeGrid renders a table row for every data source item.

\n
\n
    \n
  • It accepts either template string or HTML element ID.
  • \n
  • The row template must be a table row.\nCheck the Row Template customization.
  • \n
\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowtemplate"},"searchSettings":{"name":"searchSettings","description":"

Configures the search settings of the TreeGrid.

\n","type":"SearchSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#searchsettings"},"selectedRowIndex":{"name":"selectedRowIndex","description":"

The selectedRowIndex allows you to select a row at initial rendering.\nYou can also get the currently selected row index.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectedrowindex"},"selectionModule":{"name":"selectionModule","description":"","type":"TreeGridSelection","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectionmodule"},"selectionSettings":{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectionsettings"},"showColumnMenu":{"name":"showColumnMenu","description":"

If showColumnMenu set to true, then it will enable the column menu options in each columns.

\n
\n

Check the Column menu for its configuration.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#showcolumnmenu"},"sortModule":{"name":"sortModule","description":"

The sortModule is used to manipulate sorting in TreeGrid.

\n","type":"Sort","link":"//ej2.syncfusion.com/documentation/api/treegrid/#sortmodule"},"sortSettings":{"name":"sortSettings","description":"

Configures the sort settings of the TreeGrid.

\n","type":"SortSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#sortsettings"},"textWrapSettings":{"name":"textWrapSettings","description":"

Configures the text wrap in the TreeGrid.

\n","type":"TextWrapSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#textwrapsettings"},"toolbar":{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},"toolbarModule":{"name":"toolbarModule","description":"

The toolbarModule is used to manipulate ToolBar items and its action in the TreeGrid.

\n","type":"Toolbar","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbarmodule"},"treeColumnIndex":{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},"width":{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#addeventlistener"},"addRecord":{"name":"addRecord","description":"

Adds a new record to the TreeGrid. Without passing parameters, it adds empty rows.

\n
\n

editSettings.allowEditing should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#addrecord"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#appendto"},"autoFitColumns":{"name":"autoFitColumns","description":"

Changes the column width to automatically fit its content to ensure that the width shows the content without wrapping/hiding.

\n
\n
    \n
  • This method ignores the hidden columns.
  • \n
  • Uses the autoFitColumns method in the dataBound event to resize at initial rendering.
  • \n
\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#autofitcolumns"},"clearFiltering":{"name":"clearFiltering","description":"

Clears all the filtered rows of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#clearfiltering"},"clearSelection":{"name":"clearSelection","description":"

Deselects the current selected rows and cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#clearselection"},"clearSorting":{"name":"clearSorting","description":"

Clears all the sorted columns of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#clearsorting"},"closeEdit":{"name":"closeEdit","description":"

Cancels edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#closeedit"},"collapseAll":{"name":"collapseAll","description":"

Collapses All the rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#collapseall"},"collapseAtLevel":{"name":"collapseAtLevel","description":"

Collapses the records at specific hierarchical level

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#collapseatlevel"},"collapseRow":{"name":"collapseRow","description":"

Collapses child rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#collapserow"},"csvExport":{"name":"csvExport","description":"

Export TreeGrid data to CSV file.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#csvexport"},"deleteRecord":{"name":"deleteRecord","description":"

Delete a record with Given options. If fieldName and data is not given then TreeGrid will delete the selected record.

\n
\n

editSettings.allowDeleting should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#deleterecord"},"deleteRow":{"name":"deleteRow","description":"

Delete any visible row by TR element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#deleterow"},"destroy":{"name":"destroy","description":"

Destroys the component (detaches/removes all event handlers, attributes, classes, and empties the component element).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#destroy"},"editCell":{"name":"editCell","description":"

To edit any particular cell using row index and cell index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editcell"},"enableToolbarItems":{"name":"enableToolbarItems","description":"

Enables or disables ToolBar items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enabletoolbaritems"},"endEdit":{"name":"endEdit","description":"

If TreeGrid is in editable state, you can save a record by invoking endEdit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#endedit"},"excelExport":{"name":"excelExport","description":"

Export TreeGrid data to Excel file(.xlsx).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#excelexport"},"expandAll":{"name":"expandAll","description":"

Expands All the rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expandall"},"expandAtLevel":{"name":"expandAtLevel","description":"

Expands the records at specific hierarchical level

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expandatlevel"},"expandRow":{"name":"expandRow","description":"

Expands child rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#expandrow"},"filterByColumn":{"name":"filterByColumn","description":"

Filters TreeGrid row by column name with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filterbycolumn"},"getBatchChanges":{"name":"getBatchChanges","description":"

Gets the added, edited,and deleted data before bulk save to the DataSource in batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getbatchchanges"},"getCellFromIndex":{"name":"getCellFromIndex","description":"

Gets a cell by row and column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcellfromindex"},"getCheckedRecords":{"name":"getCheckedRecords","description":"

Get the records of checked rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcheckedrecords"},"getCheckedRowIndexes":{"name":"getCheckedRowIndexes","description":"

Get the indexes of checked rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcheckedrowindexes"},"getColumnByField":{"name":"getColumnByField","description":"

Gets a Column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnbyfield"},"getColumnByUid":{"name":"getColumnByUid","description":"

Gets a column by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnbyuid"},"getColumnFieldNames":{"name":"getColumnFieldNames","description":"

Gets the collection of column fields.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnfieldnames"},"getColumnHeaderByField":{"name":"getColumnHeaderByField","description":"

Gets a column header by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnheaderbyfield"},"getColumnHeaderByIndex":{"name":"getColumnHeaderByIndex","description":"

Gets a column header by column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnheaderbyindex"},"getColumnHeaderByUid":{"name":"getColumnHeaderByUid","description":"

Gets a column header by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnheaderbyuid"},"getColumnIndexByField":{"name":"getColumnIndexByField","description":"

Gets a column index by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnindexbyfield"},"getColumnIndexByUid":{"name":"getColumnIndexByUid","description":"

Gets a column index by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumnindexbyuid"},"getColumns":{"name":"getColumns","description":"

Gets the columns from the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcolumns"},"getContent":{"name":"getContent","description":"

Gets the content div of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcontent"},"getContentTable":{"name":"getContentTable","description":"

Gets the content table of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcontenttable"},"getCurrentViewRecords":{"name":"getCurrentViewRecords","description":"

Get current visible data of TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getcurrentviewrecords"},"getDataModule":{"name":"getDataModule","description":"

Gets the data module.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getdatamodule"},"getDataRows":{"name":"getDataRows","description":"

Gets all the TreeGrid's data rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getdatarows"},"getFooterContent":{"name":"getFooterContent","description":"

Gets the footer div of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getfootercontent"},"getFooterContentTable":{"name":"getFooterContentTable","description":"

Gets the footer table element of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getfootercontenttable"},"getHeaderContent":{"name":"getHeaderContent","description":"

Gets the header div of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getheadercontent"},"getHeaderTable":{"name":"getHeaderTable","description":"

Gets the header table element of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getheadertable"},"getMovableCellFromIndex":{"name":"getMovableCellFromIndex","description":"

Gets a movable table cell by row and column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getmovablecellfromindex"},"getMovableDataRows":{"name":"getMovableDataRows","description":"

Gets all the TreeGrid's movable table data rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getmovabledatarows"},"getMovableRowByIndex":{"name":"getMovableRowByIndex","description":"

Gets a movable tables row by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getmovablerowbyindex"},"getMovableRows":{"name":"getMovableRows","description":"

Gets the TreeGrid's movable content rows from frozen treegrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getmovablerows"},"getPager":{"name":"getPager","description":"

Gets the pager of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getpager"},"getPrimaryKeyFieldNames":{"name":"getPrimaryKeyFieldNames","description":"

Get the names of the primary key columns of the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getprimarykeyfieldnames"},"getRowByIndex":{"name":"getRowByIndex","description":"

Gets a row by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getrowbyindex"},"getRowInfo":{"name":"getRowInfo","description":"

Get a row information based on cell

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getrowinfo"},"getRows":{"name":"getRows","description":"

Returns TreeGrid rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getrows"},"getSelectedRecords":{"name":"getSelectedRecords","description":"

Gets the collection of selected records.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getselectedrecords"},"getSelectedRowCellIndexes":{"name":"getSelectedRowCellIndexes","description":"

Gets the collection of selected row and cell indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getselectedrowcellindexes"},"getSelectedRowIndexes":{"name":"getSelectedRowIndexes","description":"

Gets the collection of selected row indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getselectedrowindexes"},"getSelectedRows":{"name":"getSelectedRows","description":"

Gets the collection of selected rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getselectedrows"},"getUidByColumnField":{"name":"getUidByColumnField","description":"

Gets UID by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getuidbycolumnfield"},"getVisibleColumns":{"name":"getVisibleColumns","description":"

Gets the visible columns from the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#getvisiblecolumns"},"goToPage":{"name":"goToPage","description":"

Navigates to the specified target page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#gotopage"},"hideColumns":{"name":"hideColumns","description":"

Hides a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#hidecolumns"},"hideSpinner":{"name":"hideSpinner","description":"

Manually shown spinner needs to hide by hideSpinnner.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#hidespinner"},"pdfExport":{"name":"pdfExport","description":"

Export TreeGrid data to PDF document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pdfexport"},"print":{"name":"print","description":"

By default, prints all the pages of the TreeGrid and hides the pager.

\n
\n

You can customize print options using the\nprintMode.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#print"},"refresh":{"name":"refresh","description":"

Refreshes the TreeGrid header and content.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#refresh"},"refreshColumns":{"name":"refreshColumns","description":"

Refreshes the TreeGrid column changes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#refreshcolumns"},"refreshHeader":{"name":"refreshHeader","description":"

Refreshes the TreeGrid header.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#refreshheader"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#removeeventlistener"},"reorderColumns":{"name":"reorderColumns","description":"

Changes the TreeGrid column positions by field names.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#reordercolumns"},"reorderRows":{"name":"reorderRows","description":"

Reorder the rows based on given indexes and position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#reorderrows"},"search":{"name":"search","description":"

Searches TreeGrid records using the given key.\nYou can customize the default search option by using the\nsearchSettings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#search"},"selectCell":{"name":"selectCell","description":"

Selects a cell by the given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectcell"},"selectCheckboxes":{"name":"selectCheckboxes","description":"

Checked the checkboxes using rowIndexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectcheckboxes"},"selectRow":{"name":"selectRow","description":"

Selects a row by given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectrow"},"selectRows":{"name":"selectRows","description":"

Selects a collection of rows by indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectrows"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#serverdatabind"},"setCellValue":{"name":"setCellValue","description":"

Updates particular cell value based on the given primary key value.

\n
\n

Primary key column must be specified using columns.isPrimaryKey property.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#setcellvalue"},"setRowData":{"name":"setRowData","description":"

Updates and refresh the particular row values based on the given primary key value.

\n
\n

Primary key column must be specified using columns.isPrimaryKey property.\n@param {string| number} key - Specifies the PrimaryKey value of dataSource.\n@param {Object} rowData - To update new data for the particular row.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#setrowdata"},"showColumns":{"name":"showColumns","description":"

Shows a column by its column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#showcolumns"},"showSpinner":{"name":"showSpinner","description":"

By default, TreeGrid shows the spinner for all its actions. You can use this method to show spinner at your needed time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#showspinner"},"sortByColumn":{"name":"sortByColumn","description":"

Sorts a column with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#sortbycolumn"},"startEdit":{"name":"startEdit","description":"

To edit any particular row by TR element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#startedit"},"updateExternalMessage":{"name":"updateExternalMessage","description":"

Defines the text of external message.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#updateexternalmessage"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/#inject"}},"EditSettings":{"allowAdding":{"name":"allowAdding","description":"

If allowAdding is set to true, new records can be added to the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#allowadding"},"allowDeleting":{"name":"allowDeleting","description":"

If allowDeleting is set to true, existing record can be deleted from the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#allowdeleting"},"allowEditOnDblClick":{"name":"allowEditOnDblClick","description":"

If allowEditOnDblClick is set to false, Grid will not allow editing of a record on double click.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#alloweditondblclick"},"allowEditing":{"name":"allowEditing","description":"

If allowEditing is set to true, values can be updated in the existing record.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#allowediting"},"dialog":{"name":"dialog","description":"

Defines the dialog params to edit.

\n","type":"IDialogUI","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#dialog"},"mode":{"name":"mode","description":"

Defines the mode to edit. The available editing modes are:

\n
    \n
  • Normal
  • \n
  • Dialog
  • \n
  • Batch
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#mode"},"newRowPosition":{"name":"newRowPosition","description":"

Defines the position of adding a new row. The available position are:

\n
    \n
  • Top
  • \n
  • Bottom
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#newrowposition"},"showConfirmDialog":{"name":"showConfirmDialog","description":"

if showConfirmDialog is set to false, confirm dialog does not show when batch changes are saved or discarded.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#showconfirmdialog"},"showDeleteConfirmDialog":{"name":"showDeleteConfirmDialog","description":"

If showDeleteConfirmDialog is set to true, confirm dialog will show delete action. You can also cancel delete command.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#showdeleteconfirmdialog"},"template":{"name":"template","description":"

Defines the custom edit elements for the dialog template.

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#template"},"allowTaskbarEditing":{"name":"allowTaskbarEditing","description":"

Enabled or disables taskbar resizing, taskbar dragging, progress bar resizing and\npredecessor draw action in chart side.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/editSettings#allowtaskbarediting"},"allowNextRowEdit":{"name":"allowNextRowEdit","description":"

If allowNextRowEdit is set to true, editing is done to next row. By default allowNextRowEdit is set to false.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/editSettings#allownextrowedit"}},"FilterSettings":{"columns":{"name":"columns","description":"

Specifies the columns to be filtered at initial rendering of the Grid. You can also get the columns that were currently filtered.

\n","type":"PredicateModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#columns"},"hierarchyMode":{"name":"hierarchyMode","description":"

Defines the filter types. The available options are,\nParent: Shows the filtered record with parent record.\nChild: Shows the filtered record with child record.\nBoth : shows the filtered record with both parent and child record.\nNone : Shows only filtered record.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/filterSettings#hierarchymode"},"ignoreAccent":{"name":"ignoreAccent","description":"

If ignoreAccent set to true, then filter ignores the diacritic characters or accents while filtering.

\n
\n

Check the Diacritics filtering.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#ignoreaccent"},"immediateModeDelay":{"name":"immediateModeDelay","description":"

Defines the time delay (in milliseconds) in filtering records when the Immediate mode of filter bar is set.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#immediatemodedelay"},"mode":{"name":"mode","description":"

Defines the filter bar modes. The available options are,

\n
    \n
  • OnEnter: Initiates filter operation after Enter key is pressed.
  • \n
  • Immediate: Initiates filter operation after a certain time interval. By default, time interval is 1500 ms.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#mode"},"operators":{"name":"operators","description":"

The operators is used to override the default operators in filter menu. This should be defined by type wise\n(string, number, date and boolean). Based on the column type, this customize operator list will render in filter menu.

\n
\n

Check the Filter Menu Operator customization.

\n
\n","type":"ICustomOptr","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#operators"},"showFilterBarStatus":{"name":"showFilterBarStatus","description":"

Shows or hides the filtered status message on the pager.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#showfilterbarstatus"},"type":{"name":"type","description":"

Defines options for filtering type. The available options are

\n
    \n
  • Menu - Specifies the filter type as menu.
  • \n
  • CheckBox - Specifies the filter type as checkbox.
  • \n
  • FilterBar - Specifies the filter type as filterbar.
  • \n
  • Excel - Specifies the filter type as checkbox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#type"},"enableCaseSensitivity":{"name":"enableCaseSensitivity","description":"

If enableCaseSensitivity is set to true then searches grid records with exact match based on the filter\noperator. It will have no effect on number, boolean and Date fields.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/filterSettings#enablecasesensitivity"}},"PageSettings":{"currentPage":{"name":"currentPage","description":"

Defines the current page number of the pager.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#currentpage"},"enableQueryString":{"name":"enableQueryString","description":"

If enableQueryString set to true,\nthen it pass current page information as a query string along with the URL while navigating to other page.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#enablequerystring"},"pageCount":{"name":"pageCount","description":"

Defines the number of pages to be displayed in the pager container.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#pagecount"},"pageSize":{"name":"pageSize","description":"

Defines the number of records to be displayed per page.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#pagesize"},"pageSizeMode":{"name":"pageSizeMode","description":"

Specifies the mode of record count in a page. The options are,

\n
    \n
  • All: Count all the records.
  • \n
  • Root: Count only zeroth level parent records.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/pageSettings#pagesizemode"},"pageSizes":{"name":"pageSizes","description":"

If pageSizes set to true or Array of values,\nIt renders DropDownList in the pager which allow us to select pageSize from DropDownList.

\n","type":"boolean|[]","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#pagesizes"},"template":{"name":"template","description":"

Defines the template which renders customized elements in pager instead of default elements.\nIt accepts either template string or HTML element ID.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/pageSettings#template"},"background":{"name":"background","description":"

Defines the background color and image of diagram

\n","type":"BackgroundModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#background"},"boundaryConstraints":{"name":"boundaryConstraints","description":"

Defines the editable region of the diagram

\n
    \n
  • Infinity - Allow the interactions to take place at the infinite height and width
  • \n
  • Diagram - Allow the interactions to take place around the diagram height and width
  • \n
  • Page - Allow the interactions to take place around the page height and width
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#boundaryconstraints"},"height":{"name":"height","description":"

Sets the height of a diagram Page

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#height"},"margin":{"name":"margin","description":"

Sets the margin of a diagram page

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#margin"},"multiplePage":{"name":"multiplePage","description":"

Sets whether multiple pages can be created to fit all nodes and connectors

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#multiplepage"},"orientation":{"name":"orientation","description":"

Sets the orientation of the pages in a diagram

\n
    \n
  • Landscape - Display with page Width is more than the page Height.
  • \n
  • Portrait - Display with page Height is more than the page width.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#orientation"},"showPageBreaks":{"name":"showPageBreaks","description":"

Enables or disables the page break lines

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#showpagebreaks"},"width":{"name":"width","description":"

Sets the width of a diagram Page

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pageSettings#width"}},"RowDropSettings":{"targetID":{"name":"targetID","description":"

Defines the ID of droppable component on which row drop should occur.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/rowDropSettings#targetid"}},"SortDescriptor":{"direction":{"name":"direction","description":"

Defines the direction of sort column.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/sortDescriptor#direction"},"field":{"name":"field","description":"

Defines the field name of sort column.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/sortDescriptor#field"}},"SortSettings":{"allowUnsort":{"name":"allowUnsort","description":"

If allowUnsort set to false the user can not get the grid in unsorted state by clicking the sorted column header.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/sortSettings#allowunsort"},"columns":{"name":"columns","description":"

Specifies the columns to sort at initial rendering of Grid.\nAlso user can get current sorted columns.

\n","type":"SortDescriptorModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/sortSettings#columns"}},"AggregateColumn":{"columnName":{"name":"columnName","description":"

Defines the column name to display the aggregate value. If columnName is not defined,\nthen field name value will be assigned to the columnName property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#columnname"},"customAggregate":{"name":"customAggregate","description":"

Defines a function to calculate custom aggregate value. The type value should be set to custom.\nTo use custom aggregate value in the template, use the key as ${custom}.\nTotal aggregation: The custom function will be called with the whole data and the current AggregateColumn object.\nGroup aggregation: This will be called with the current group details and the AggregateColumn object.

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#customaggregate"},"field":{"name":"field","description":"

Defines the column name to perform aggregation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#field"},"footerTemplate":{"name":"footerTemplate","description":"

Defines the footer cell template as a string for the aggregate column.\nThe type name should be used to access aggregate values inside the template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#footertemplate"},"format":{"name":"format","description":"

Format is applied to a calculated value before it is displayed.\nGets the format from the user, which can be standard or custom\nnumber\nand date formats.

\n","type":"string|NumberFormatOptions|DateFormatOptions","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#format"},"type":{"name":"type","description":"

Defines the aggregate type of a particular column.\nTo use multiple aggregates for single column, specify the type as array.\nTypes of aggregate are,

\n
    \n
  • sum
  • \n
  • average
  • \n
  • max
  • \n
  • min
  • \n
  • count
  • \n
  • truecount
  • \n
  • falsecount
  • \n
  • custom
  • \n
\n
\n

Specify the type value as custom to use custom aggregation.

\n
\n","type":"string|AggregateType[]|string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#type"},"groupCaptionTemplate":{"name":"groupCaptionTemplate","description":"

Defines the group caption cell template as a string for the aggregate column.\nThe type name should be used to access aggregate values inside the template.\nAdditionally, the following fields can be accessed in the template.

\n
    \n
  • field: The current grouped field name.
  • \n
  • key: The current grouped field value.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#groupcaptiontemplate"},"groupFooterTemplate":{"name":"groupFooterTemplate","description":"

Defines the group footer cell template as a string for the aggregate column.\nThe type name should be used to access aggregate values inside the template.\nAdditionally, the following fields can be accessed in the template.

\n
    \n
  • field: The current grouped field.
  • \n
  • key: The current grouped value.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateColumn#groupfootertemplate"}},"AggregateRow":{"columns":{"name":"columns","description":"

Configures the aggregate columns.

\n","type":"AggregateColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/aggregateRow#columns"},"showChildSummary":{"name":"showChildSummary","description":"

Display the childSummary for each parent.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/aggregateRow#showchildsummary"}},"TextWrapSettings":{"wrapMode":{"name":"wrapMode","description":"

Defines the wrapMode of the Grid. The available modes are:

\n
    \n
  • Both: Wraps both the header and content.
  • \n
  • Content: Wraps the header alone.
  • \n
  • Header: Wraps the content alone.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/textWrapSettings#wrapmode"}},"TreeInterSectionObserver":{"sentinelInfo":{"name":"sentinelInfo","description":"","type":"SentinelInfo","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeInterSectionObserver#sentinelinfo"},"check":{"name":"check","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeInterSectionObserver#check"},"observe":{"name":"observe","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeInterSectionObserver#observe"},"observes":{"name":"observes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeInterSectionObserver#observes"},"setPageHeight":{"name":"setPageHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/treeInterSectionObserver#setpageheight"}},"VirtualTreeContentRenderer":{"colgroup":{"name":"colgroup","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#colgroup"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#addeventlistener"},"appendContent":{"name":"appendContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#appendcontent"},"ensureBlocks":{"name":"ensureBlocks","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#ensureblocks"},"eventListener":{"name":"eventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#eventlistener"},"getBlockHeight":{"name":"getBlockHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getblockheight"},"getBlockSize":{"name":"getBlockSize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getblocksize"},"getColGroup":{"name":"getColGroup","description":"

Get the header colgroup element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getcolgroup"},"getColumnOffset":{"name":"getColumnOffset","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getcolumnoffset"},"getGroupedTotalBlocks":{"name":"getGroupedTotalBlocks","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getgroupedtotalblocks"},"getModelGenerator":{"name":"getModelGenerator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getmodelgenerator"},"getMovableRowByIndex":{"name":"getMovableRowByIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getmovablerowbyindex"},"getMovableRowElements":{"name":"getMovableRowElements","description":"

Get the Freeze pane movable content table data row elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getmovablerowelements"},"getMovableRows":{"name":"getMovableRows","description":"

Get the Movable Row collection in the Freeze pane Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getmovablerows"},"getMovableVirtualRowByIndex":{"name":"getMovableVirtualRowByIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getmovablevirtualrowbyindex"},"getOffset":{"name":"getOffset","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getoffset"},"getPanel":{"name":"getPanel","description":"

Get the content div element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getpanel"},"getRowByIndex":{"name":"getRowByIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getrowbyindex"},"getRowCollection":{"name":"getRowCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getrowcollection"},"getRowElements":{"name":"getRowElements","description":"

Get the content table data row elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getrowelements"},"getRows":{"name":"getRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getrows"},"getTable":{"name":"getTable","description":"

Get the content table element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#gettable"},"getTotalBlocks":{"name":"getTotalBlocks","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#gettotalblocks"},"getVirtualRowIndex":{"name":"getVirtualRowIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#getvirtualrowindex"},"isEndBlock":{"name":"isEndBlock","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#isendblock"},"refreshContentRows":{"name":"refreshContentRows","description":"

Refresh the content of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#refreshcontentrows"},"refreshVirtualElement":{"name":"refreshVirtualElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#refreshvirtualelement"},"renderEmpty":{"name":"renderEmpty","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#renderempty"},"renderPanel":{"name":"renderPanel","description":"

The function is used to render grid content div

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#renderpanel"},"renderTable":{"name":"renderTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#rendertable"},"scrollListeners":{"name":"scrollListeners","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#scrolllisteners"},"setColGroup":{"name":"setColGroup","description":"

Set the header colgroup element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setcolgroup"},"setPanel":{"name":"setPanel","description":"

Set the content div element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setpanel"},"setRowElements":{"name":"setRowElements","description":"

Get the content table data row elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setrowelements"},"setRowObjects":{"name":"setRowObjects","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setrowobjects"},"setSelection":{"name":"setSelection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setselection"},"setTable":{"name":"setTable","description":"

Set the content table element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#settable"},"setVisible":{"name":"setVisible","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treegrid/virtualTreeContentRenderer#setvisible"}},"BarcodeGenerator":{"invalid":{"name":"invalid","description":"

Triggers if you enter any invalid character.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#invalid"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#allowserverdatabinding"},"backgroundColor":{"name":"backgroundColor","description":"

Defines the background color of the barcode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#backgroundcolor"},"displayText":{"name":"displayText","description":"

Defines the text properties for the barcode.

\n","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#displaytext"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#element"},"enableCheckSum":{"name":"enableCheckSum","description":"

Defines the checksum for the barcode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#enablechecksum"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#enablertl"},"foreColor":{"name":"foreColor","description":"

Defines the forecolor of the barcode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#forecolor"},"height":{"name":"height","description":"

Defines the height of the barcode model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#locale"},"margin":{"name":"margin","description":"

Defines the margin properties for the barcode.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#margin"},"mode":{"name":"mode","description":"

Defines the barcode rendering mode.

\n
    \n
  • SVG - Renders the bar-code objects as SVG elements
  • \n
  • Canvas - Renders the bar-code in a canvas
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#mode"},"type":{"name":"type","description":"

Defines the type of barcode to be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#type"},"value":{"name":"value","description":"

Defines the value of the barcode to be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#value"},"width":{"name":"width","description":"

Defines the width of the barcode model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#databind"},"destroy":{"name":"destroy","description":"

Destroys the barcode control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#destroy"},"getModuleName":{"name":"getModuleName","description":"

Returns the module name of the barcode

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#getmodulename"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#removeeventlistener"},"render":{"name":"render","description":"

Renders the barcode control with nodes and connectors

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#render"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeGenerator#inject"}},"BarcodeBase":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#width"},"drawImage":{"name":"drawImage","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#drawimage"},"getDrawableSize":{"name":"getDrawableSize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#getdrawablesize"},"validateInput":{"name":"validateInput","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/barcodeBase#validateinput"}},"OneDimension":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#width"},"validateInput":{"name":"validateInput","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/barcode/oneDimension#validateinput"}},"CodaBar":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/codaBar#width"}},"Code11":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code11#width"}},"Code128":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128#width"}},"Code128A":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128A#width"}},"Code128B":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128B#width"}},"Code128C":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code128C#width"}},"Code32":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code32#width"}},"Code39":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code39#width"}},"Code39Extension":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code39Extension#width"}},"Code93":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code93#width"}},"Code93Extension":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/code93Extension#width"}},"Ean13":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/ean13#width"}},"Ean8":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/ean8#width"}},"UpcA":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/upcA#width"}},"UpcE":{"alignment":{"name":"alignment","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#alignment"},"displayText":{"name":"displayText","description":"","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#displaytext"},"enableCheckSum":{"name":"enableCheckSum","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#enablechecksum"},"encodingValue":{"name":"encodingValue","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#encodingvalue"},"foreColor":{"name":"foreColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#forecolor"},"height":{"name":"height","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#height"},"isSvgMode":{"name":"isSvgMode","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#issvgmode"},"margin":{"name":"margin","description":"","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#margin"},"size":{"name":"size","description":"","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#size"},"type":{"name":"type","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#type"},"value":{"name":"value","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#value"},"width":{"name":"width","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/barcode/upcE#width"}},"DisplayText":{"alignment":{"name":"alignment","description":"

Defines the horizontal alignment of the text.

\n
    \n
  • Left - Aligns the text at the left
  • \n
  • Right - Aligns the text at the Right
  • \n
  • Center - Aligns the text at the Center
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#alignment"},"font":{"name":"font","description":"

Defines the font style of the text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#font"},"margin":{"name":"margin","description":"

Sets the space to be left between the text and its barcode.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#margin"},"position":{"name":"position","description":"

Defines the position of the text.

\n
    \n
  • Bottom - Position the text at the Bottom
  • \n
  • Top - Position the text at the Top
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#position"},"size":{"name":"size","description":"

Defines the size of the text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#size"},"text":{"name":"text","description":"

Sets the textual description of the barcode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#text"},"visibility":{"name":"visibility","description":"

Defines the visibility of the text.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/barcode/displayText#visibility"}},"Point":{"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/point#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/point#y"},"isEmptyPoint":{"name":"isEmptyPoint","description":"

check whether the points are given

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/point#isemptypoint"}},"Rect":{"height":{"name":"height","description":"

Sets the height of a rectangular region

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/rect#height"},"width":{"name":"width","description":"

Sets the width of a rectangular region

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/rect#width"},"x":{"name":"x","description":"

Sets the x-coordinate of the starting point of a rectangular region

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/rect#x"},"y":{"name":"y","description":"

Sets the y-coordinate of the starting point of a rectangular region

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/rect#y"}},"DataMatrixGenerator":{"invalid":{"name":"invalid","description":"

Triggers if we entered any invalid character

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#invalid"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#allowserverdatabinding"},"backgroundColor":{"name":"backgroundColor","description":"

Defines the background color of the DataMatrix.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#backgroundcolor"},"displayText":{"name":"displayText","description":"

Defines the text properties for the DataMatrix.

\n","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#displaytext"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#enablertl"},"encoding":{"name":"encoding","description":"

Defines encoding type of the DataMatrix.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#encoding"},"foreColor":{"name":"foreColor","description":"

Defines the forecolor of the DataMatrix.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#forecolor"},"height":{"name":"height","description":"

Defines the height of the DataMatrix.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#locale"},"margin":{"name":"margin","description":"

Defines the margin properties for the DataMatrix.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#margin"},"mode":{"name":"mode","description":"

Defines the DataMatrix rendering mode.

\n
    \n
  • SVG - Renders the bar-code objects as SVG elements
  • \n
  • Canvas - Renders the bar-code in a canvas
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#mode"},"size":{"name":"size","description":"

Defines encoding type of the DataMatrix.

\n","type":"DataMatrixSize","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#size"},"value":{"name":"value","description":"

Defines the value of the DataMatrix to be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#value"},"width":{"name":"width","description":"

Defines the width of the DataMatrix.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#width"},"xDimension":{"name":"xDimension","description":"

Defines the xDimension of the DataMatrix.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#xdimension"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#databind"},"destroy":{"name":"destroy","description":"

Destroys the the data matrix generator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#destroy"},"getModuleName":{"name":"getModuleName","description":"

Returns the module name of the the data matrix generator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#getmodulename"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#removeeventlistener"},"render":{"name":"render","description":"

Renders the barcode control with nodes and connectors

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#render"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datamatrix/dataMatrixGenerator#inject"}},"DataMatrix":{},"PdfQRBarcodeValues":{},"QRCode":{},"ErrorCorrectionCodewords":{},"QRCodeGenerator":{"invalid":{"name":"invalid","description":"

Triggers if you enter any invalid character.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#invalid"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#allowserverdatabinding"},"backgroundColor":{"name":"backgroundColor","description":"

Defines the background color of the QR code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#backgroundcolor"},"displayText":{"name":"displayText","description":"

Defines the text properties for the QR code.

\n","type":"DisplayTextModel","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#displaytext"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#enablertl"},"errorCorrectionLevel":{"name":"errorCorrectionLevel","description":"

Defines the error correction level of the QR code.

\n","type":"ErrorCorrectionLevel","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#errorcorrectionlevel"},"foreColor":{"name":"foreColor","description":"

Defines the forecolor of the QR code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#forecolor"},"height":{"name":"height","description":"

Defines the height of the QR code model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#locale"},"margin":{"name":"margin","description":"

Defines the margin properties for the QR code.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#margin"},"mode":{"name":"mode","description":"

Defines the QR code rendering mode.

\n
    \n
  • SVG - Renders the bar-code objects as SVG elements
  • \n
  • Canvas - Renders the bar-code in a canvas
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#mode"},"value":{"name":"value","description":"

Defines the type of barcode to be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#value"},"version":{"name":"version","description":"
    \n
  • Defines the version of the QR code.
  • \n
\n","type":"QRCodeVersion","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#version"},"width":{"name":"width","description":"

Defines the width of the QR code model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#width"},"xDimension":{"name":"xDimension","description":"

Defines the xDimension of the QR code model.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#xdimension"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#databind"},"destroy":{"name":"destroy","description":"

Destroys the barcode control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#destroy"},"getModuleName":{"name":"getModuleName","description":"

Returns the module name of the barcode

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#getmodulename"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#removeeventlistener"},"render":{"name":"render","description":"

Renders the barcode control with nodes and connectors

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#render"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/qrcode/qRCodeGenerator#inject"}},"Cap":{"border":{"name":"border","description":"

Options for customizing the border of the cap.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/cap#border"},"color":{"name":"color","description":"

The color of the cap.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/cap#color"},"radius":{"name":"radius","description":"

Radius of the cap in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/cap#radius"}},"NeedleTail":{"border":{"name":"border","description":"

Options for customizing the border of the back needle.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/needleTail#border"},"color":{"name":"color","description":"

The color of the back needle.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/needleTail#color"},"length":{"name":"length","description":"

The radius of the back needle in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/needleTail#length"}},"AxisLayoutPanel":{"pointerRenderer":{"name":"pointerRenderer","description":"","type":"PointerRenderer","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/axisLayoutPanel#pointerrenderer"}},"AxisRenderer":{},"PointerRenderer":{},"CircularGauge":{"animationComplete":{"name":"animationComplete","description":"

Triggers after animation gets completed for pointers.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#animationcomplete"},"annotationRender":{"name":"annotationRender","description":"

Triggers before each annotation gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#annotationrender"},"axisLabelRender":{"name":"axisLabelRender","description":"

Triggers before each axis label gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axislabelrender"},"dragEnd":{"name":"dragEnd","description":"

Triggers after the pointer is dragged.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#dragend"},"dragMove":{"name":"dragMove","description":"

Triggers while dragging the pointers.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#dragmove"},"dragStart":{"name":"dragStart","description":"

Triggers before the pointer is dragged.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#dragstart"},"gaugeMouseDown":{"name":"gaugeMouseDown","description":"

Triggers on mouse down.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#gaugemousedown"},"gaugeMouseLeave":{"name":"gaugeMouseLeave","description":"

Triggers while cursor leaves the circular gauge.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#gaugemouseleave"},"gaugeMouseMove":{"name":"gaugeMouseMove","description":"

Triggers on hovering the circular gauge.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#gaugemousemove"},"gaugeMouseUp":{"name":"gaugeMouseUp","description":"

Triggers on mouse up.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#gaugemouseup"},"legendRender":{"name":"legendRender","description":"

Triggers before each legend gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#legendrender"},"load":{"name":"load","description":"

Triggers before gauge load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#load"},"loaded":{"name":"loaded","description":"

Triggers after gauge loaded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#loaded"},"radiusCalculate":{"name":"radiusCalculate","description":"

Triggers before the radius gets rendered

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#radiuscalculate"},"resized":{"name":"resized","description":"

Triggers after window resize.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#resized"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip for pointer gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tooltiprender"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#allowserverdatabinding"},"annotationsModule":{"name":"annotationsModule","description":"

annotationModule is used to add annotation in gauge.

\n","type":"Annotations","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#annotationsmodule"},"axes":{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},"background":{"name":"background","description":"

The background color of the gauge, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#background"},"border":{"name":"border","description":"

Options for customizing the color and width of the gauge border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#border"},"centerX":{"name":"centerX","description":"

X coordinate of the circular gauge center point, which takes values either in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#centerx"},"centerY":{"name":"centerY","description":"

Y coordinate of the circular gauge center point, which takes values either in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#centery"},"description":{"name":"description","description":"

Information about gauge for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#description"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#enablepersistence"},"enablePointerDrag":{"name":"enablePointerDrag","description":"

If set true, pointers can able to drag on interaction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#enablepointerdrag"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#enablertl"},"height":{"name":"height","description":"

The height of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, gauge will render to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#isserverrendered"},"legendModule":{"name":"legendModule","description":"

legendModule is used to manipulate and add legend to the chart.

\n","type":"Legend","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#legendmodule"},"legendSettings":{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#legendsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#locale"},"margin":{"name":"margin","description":"

Options to customize the left, right, top and bottom margins of the gauge.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#margin"},"moveToCenter":{"name":"moveToCenter","description":"

To place the half or quarter circle in center position, if values not specified for centerX and centerY.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#movetocenter"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the gauge.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tabindex"},"theme":{"name":"theme","description":"

Specifies the theme for circular gauge.

\n
    \n
  • Material - Gauge render with material theme.
  • \n
  • Fabric - Gauge render with fabric theme.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#theme"},"title":{"name":"title","description":"

Title for gauge

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title of Gauge.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of gauge.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tooltip"},"tooltipModule":{"name":"tooltipModule","description":"

tooltipModule is used to show the tooltip to the circular gauge..

\n","type":"GaugeTooltip","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tooltipmodule"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

Specifies whether a grouping separator should be used for a number.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#usegroupingseparator"},"width":{"name":"width","description":"

The width of the circular gauge as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, gauge will render to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#destroy"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#serverdatabind"},"setAnnotationValue":{"name":"setAnnotationValue","description":"

Method to set the annotation content dynamically for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#setannotationvalue"},"setPointerValue":{"name":"setPointerValue","description":"

Method to set the pointer value dynamically for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#setpointervalue"},"setRangeValue":{"name":"setRangeValue","description":"

Method to set the range values dynamically for circular gauge.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#setrangevalue"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#inject"}},"Legend":{"legendCollection":{"name":"legendCollection","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendcollection"},"legendRenderingCollections":{"name":"legendRenderingCollections","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendrenderingcollections"},"maxWidth":{"name":"maxWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/legend#maxwidth"},"titleRect":{"name":"titleRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/legend#titlerect"},"calculateLegendBounds":{"name":"calculateLegendBounds","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#calculatelegendbounds"},"click":{"name":"click","description":"

To show the tooltip for the trimmed text in legend.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/legend#click"},"currentPage":{"name":"currentPage","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#currentpage"},"fillRect":{"name":"fillRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#fillrect"},"gradientPointer":{"name":"gradientPointer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#gradientpointer"},"labelCollection":{"name":"labelCollection","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#labelcollection"},"labelCollections":{"name":"labelCollections","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#labelcollections"},"legendGroup":{"name":"legendGroup","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#legendgroup"},"legendLabelTooltip":{"name":"legendLabelTooltip","description":"","type":"CanvasTooltip[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#legendlabeltooltip"},"legendRectScale":{"name":"legendRectScale","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#legendrectscale"},"legendTitleTooltip":{"name":"legendTitleTooltip","description":"","type":"CanvasTooltip[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#legendtitletooltip"},"listPerPage":{"name":"listPerPage","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#listperpage"},"maxLegendLabelSize":{"name":"maxLegendLabelSize","description":"","type":"Size","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#maxlegendlabelsize"},"navigationCollections":{"name":"navigationCollections","description":"","type":"Rect[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#navigationcollections"},"previousOptions":{"name":"previousOptions","description":"","type":"GradientPointer","link":"//ej2.syncfusion.com/documentation/api/heatmap/legend#previousoptions"},"legendElement":{"name":"legendElement","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendelement"},"legendHighlightCollection":{"name":"legendHighlightCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendhighlightcollection"},"oldShapeElement":{"name":"oldShapeElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/maps/legend#oldshapeelement"},"selectedNonLegendShapes":{"name":"selectedNonLegendShapes","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/legend#selectednonlegendshapes"},"shapePreviousColor":{"name":"shapePreviousColor","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/legend#shapepreviouscolor"},"shapeToggled":{"name":"shapeToggled","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/legend#shapetoggled"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#addeventlistener"},"changeNextPage":{"name":"changeNextPage","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#changenextpage"},"drawLegend":{"name":"drawLegend","description":"

To draw the legend shape and text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#drawlegend"},"interactiveHandler":{"name":"interactiveHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#interactivehandler"},"legendGradientColor":{"name":"legendGradientColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendgradientcolor"},"legendHighLightAndSelection":{"name":"legendHighLightAndSelection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendhighlightandselection"},"legendIndexOnShape":{"name":"legendIndexOnShape","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#legendindexonshape"},"pushCollection":{"name":"pushCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#pushcollection"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#removeeventlistener"},"removeLegendHighlightCollection":{"name":"removeLegendHighlightCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#removelegendhighlightcollection"},"removeLegendSelectionCollection":{"name":"removeLegendSelectionCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#removelegendselectioncollection"},"removeShapeHighlightCollection":{"name":"removeShapeHighlightCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#removeshapehighlightcollection"},"renderLegend":{"name":"renderLegend","description":"

To calculate legend bounds and draw the legend shape and text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#renderlegend"},"shapeHighLightAndSelection":{"name":"shapeHighLightAndSelection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#shapehighlightandselection"},"wireEvents":{"name":"wireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/legend#wireevents"},"totalPages":{"name":"totalPages","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/legend#totalpages"}},"AnnotationTooltip":{"border":{"name":"border","description":"

Options to customize the border for annotation tooltip.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#border"},"enableAnimation":{"name":"enableAnimation","description":"

If set true, range and annotation tooltip will animate, while moving from one point to another.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#enableanimation"},"fill":{"name":"fill","description":"

The fill color of the annotation tooltip, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#fill"},"format":{"name":"format","description":"

Format of the annotation tooltip content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#format"},"template":{"name":"template","description":"

Custom template to format the tooltip content. Use ${x} and ${y} as a placeholder text to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#template"},"textStyle":{"name":"textStyle","description":"

Options to customize the tooltip text of annotation.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/annotationTooltip#textstyle"}},"RangeTooltip":{"border":{"name":"border","description":"

Options to customize the border for range tooltip.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#border"},"enableAnimation":{"name":"enableAnimation","description":"

If set true, range tooltip will animate, while moving from one point to another.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#enableanimation"},"fill":{"name":"fill","description":"

The fill color of the range tooltip, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#fill"},"format":{"name":"format","description":"

Format of the range tooltip content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#format"},"showAtMousePosition":{"name":"showAtMousePosition","description":"

Options to show the range tooltip position on pointer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#showatmouseposition"},"template":{"name":"template","description":"

Custom template to format the tooltip content. Use ${x} and ${y} as a placeholder text to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#template"},"textStyle":{"name":"textStyle","description":"

Options to customize the tooltip text of range.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/rangeTooltip#textstyle"},"leftTooltip":{"name":"leftTooltip","description":"","type":"SVGTooltip","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltip#lefttooltip"},"rightTooltip":{"name":"rightTooltip","description":"","type":"SVGTooltip","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltip#righttooltip"},"toolTipInterval":{"name":"toolTipInterval","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltip#tooltipinterval"},"renderLeftTooltip":{"name":"renderLeftTooltip","description":"

Left tooltip method called here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltip#renderlefttooltip"},"renderRightTooltip":{"name":"renderRightTooltip","description":"

Right tooltip method called here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltip#renderrighttooltip"}},"AxisHelper":{"renderAxes":{"name":"renderAxes","description":"

To render the x and y axis.\n@private

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/axisHelper#renderaxes"}},"AdaptiveMinMax":{"max":{"name":"max","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptiveMinMax#max"},"min":{"name":"min","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptiveMinMax#min"}},"Adaptor":{"adaptiveXMinMax":{"name":"adaptiveXMinMax","description":"","type":"AdaptiveMinMax","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptor#adaptivexminmax"},"adaptiveYMinMax":{"name":"adaptiveYMinMax","description":"","type":"AdaptiveMinMax","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptor#adaptiveyminmax"},"reconstructData":{"name":"reconstructData","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptor#reconstructdata"},"reconstructedXAxis":{"name":"reconstructedXAxis","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptor#reconstructedxaxis"},"reconstructedYAxis":{"name":"reconstructedYAxis","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/adaptor#reconstructedyaxis"}},"Data":{"adaptorType":{"name":"adaptorType","description":"

specifies Adaptor type

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#adaptortype"},"bubbleDataMapping":{"name":"bubbleDataMapping","description":"

Specifies data mapping for size and color bubble type.

\n","type":"BubbleDataModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#bubbledatamapping"},"isJsonData":{"name":"isJsonData","description":"

Specifies the provided datasource is an JSON data.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#isjsondata"},"valueMapping":{"name":"valueMapping","description":"

Specifies value mapping.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#valuemapping"},"xDataMapping":{"name":"xDataMapping","description":"

Specifies xAxis mapping.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#xdatamapping"},"yDataMapping":{"name":"yDataMapping","description":"

Specifies yAxis mapping.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/data#ydatamapping"}},"TwoDimensional":{"processDataSource":{"name":"processDataSource","description":"

To reconstruct proper two dimensional dataSource depends on min and max values.\n@private

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/twoDimensional#processdatasource"}},"HeatMap":{"cellClick":{"name":"cellClick","description":"

Triggers when click the heat map cell.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellclick"},"cellRender":{"name":"cellRender","description":"

Triggers before each heatmap cell renders.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellrender"},"cellSelected":{"name":"cellSelected","description":"

Triggers when multiple cells gets selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellselected"},"created":{"name":"created","description":"

Triggers after heat map rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#created"},"legendRender":{"name":"legendRender","description":"

Triggers before the legend is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendrender"},"load":{"name":"load","description":"

Triggers before heat map load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#load"},"loaded":{"name":"loaded","description":"

Triggers after heatmap is loaded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#loaded"},"resized":{"name":"resized","description":"

Triggers after resizing of Heatmap.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#resized"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers when click the heat map cell.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/heatmap/#tooltiprender"},"allowSelection":{"name":"allowSelection","description":"

Enable or disable the selection of multiple cells in heatmap

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#allowselection"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#allowserverdatabinding"},"cellSettings":{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},"dataSource":{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},"dataSourceSettings":{"name":"dataSourceSettings","description":"

Specifies the datasource settings for heat map.

\n","type":"DataModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasourcesettings"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/heatmap/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#enablertl"},"heatMapAxis":{"name":"heatMapAxis","description":"","type":"AxisHelper","link":"//ej2.syncfusion.com/documentation/api/heatmap/#heatmapaxis"},"heatMapSeries":{"name":"heatMapSeries","description":"","type":"Series","link":"//ej2.syncfusion.com/documentation/api/heatmap/#heatmapseries"},"height":{"name":"height","description":"

The height of the heatmap as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, heatmap renders to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#isserverrendered"},"legendSettings":{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#locale"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the heat map.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#margin"},"paletteSettings":{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},"renderingMode":{"name":"renderingMode","description":"

Specifies the rendering mode of heat map.

\n
    \n
  • SVG - Heat map is render using SVG draw mode.
  • \n
  • Canvas - Heat map is render using Canvas draw mode.
  • \n
  • Auto - Automatically switch the draw mode based on number of records in data source.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#renderingmode"},"showTooltip":{"name":"showTooltip","description":"

Enable or disable the tool tip for heatmap

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#showtooltip"},"theme":{"name":"theme","description":"

Specifies the theme for heatmap.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#theme"},"titleSettings":{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},"tooltipSettings":{"name":"tooltipSettings","description":"

Options for customizing the ToolTipSettings property of the heat map

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#tooltipsettings"},"width":{"name":"width","description":"

The width of the heatmap as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, heatmap renders to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#width"},"xAxis":{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},"yAxis":{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#appendto"},"clearSelection":{"name":"clearSelection","description":"

To clear the multi cell selection

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#clearselection"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#destroy"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#getmodulename"},"heatMapMouseClick":{"name":"heatMapMouseClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#heatmapmouseclick"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#refresh"},"refreshBound":{"name":"refreshBound","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#refreshbound"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/heatmap/#inject"}},"AxisLabelBorder":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/axisLabelBorder#color"},"type":{"name":"type","description":"

Border type for labels

\n
    \n
  • Rectangle
  • \n
  • Without Top Border
  • \n
  • Without Top/Bottom Border
  • \n
  • Without Border
  • \n
  • Without Bottom Border
  • \n
  • Brace
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/axisLabelBorder#type"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/axisLabelBorder#width"}},"BubbleData":{"color":{"name":"color","description":"

Mapping property to set color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleData#color"},"size":{"name":"size","description":"

Mapping property to set size.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleData#size"}},"BubbleSize":{"maximum":{"name":"maximum","description":"

Specifies the maximum radius value of the cell in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleSize#maximum"},"minimum":{"name":"minimum","description":"

Specifies the minimum radius value of the cell in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleSize#minimum"}},"BubbleTooltipData":{"bubbleData":{"name":"bubbleData","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleTooltipData#bubbledata"},"mappingName":{"name":"mappingName","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleTooltipData#mappingname"},"valueType":{"name":"valueType","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/bubbleTooltipData#valuetype"}},"ColorCollection":{"color":{"name":"color","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/colorCollection#color"},"endValue":{"name":"endValue","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/colorCollection#endvalue"},"label":{"name":"label","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/colorCollection#label"},"maxColor":{"name":"maxColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/colorCollection#maxcolor"},"minColor":{"name":"minColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/colorCollection#mincolor"},"startValue":{"name":"startValue","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/colorCollection#startvalue"},"value":{"name":"value","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/colorCollection#value"}},"FillColor":{"maxColor":{"name":"maxColor","description":"

maximum fill color for cell color range

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/fillColor#maxcolor"},"minColor":{"name":"minColor","description":"

minimum fill color for cell color range

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/fillColor#mincolor"}},"LegendColorCollection":{"color":{"name":"color","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#color"},"endValue":{"name":"endValue","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#endvalue"},"isHidden":{"name":"isHidden","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#ishidden"},"label":{"name":"label","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#label"},"maxColor":{"name":"maxColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#maxcolor"},"minColor":{"name":"minColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#mincolor"},"startValue":{"name":"startValue","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#startvalue"},"value":{"name":"value","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/legendColorCollection#value"}},"MultiLevelCategories":{"end":{"name":"end","description":"

End value of the multi level labels

\n","type":"number|Date|string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#end"},"maximumTextWidth":{"name":"maximumTextWidth","description":"

Maximum width of the text for multi level labels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#maximumtextwidth"},"start":{"name":"start","description":"

Start value of the multi level labels

\n","type":"number|Date|string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#start"},"text":{"name":"text","description":"

multi level labels text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#text"},"customAttributes":{"name":"customAttributes","description":"

multi level labels custom data.

\n","type":"object","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#customattributes"},"type":{"name":"type","description":"

Border type for labels

\n
    \n
  • Rectangle
  • \n
  • Without Top Border
  • \n
  • Without Top and BottomBorder
  • \n
  • Without Border
  • \n
  • Brace
  • \n
  • CurlyBrace
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelCategories#type"}},"MultiLevelLabels":{"alignment":{"name":"alignment","description":"

Defines the position of the multi level labels. They are,

\n
    \n
  • Near: Places the multi level labels at Near.
  • \n
  • Center: Places the multi level labels at Center.
  • \n
  • Far: Places the multi level labels at Far.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabels#alignment"},"border":{"name":"border","description":"

Border of the multi level labels.

\n","type":"LabelBorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabels#border"},"categories":{"name":"categories","description":"

multi level categories for multi level labels.

\n","type":"MultiLevelCategoriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabels#categories"},"overflow":{"name":"overflow","description":"

Defines the textOverFlow for multi level labels. They are,

\n
    \n
  • Trim: Trim textOverflow for multi level labels.
  • \n
  • Wrap: Wrap textOverflow for multi level labels.
  • \n
  • none: None textOverflow for multi level labels.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabels#overflow"},"textStyle":{"name":"textStyle","description":"

Options to customize the multi level labels.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabels#textstyle"}},"PaletteCollection":{"color":{"name":"color","description":"

Palette color text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteCollection#color"},"endValue":{"name":"endValue","description":"

Palette end value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteCollection#endvalue"},"label":{"name":"label","description":"

Palette color label

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteCollection#label"},"maxColor":{"name":"maxColor","description":"

Palette maxColor value

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteCollection#maxcolor"},"minColor":{"name":"minColor","description":"

Palette minColor value

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteCollection#mincolor"},"startValue":{"name":"startValue","description":"

Palette start value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteCollection#startvalue"},"value":{"name":"value","description":"

Palette color value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteCollection#value"}},"Title":{"text":{"name":"text","description":"

text for title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#text"},"textStyle":{"name":"textStyle","description":"

options for customizing title text

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#textstyle"},"description":{"name":"description","description":"

description for title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#description"},"enableTrim":{"name":"enableTrim","description":"

trim the title.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#enabletrim"},"font":{"name":"font","description":"

options for customizing title font

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#font"},"maximumWidth":{"name":"maximumWidth","description":"

maximum width of the sub title

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#maximumwidth"},"subtitle":{"name":"subtitle","description":"

options for customizing sub title

\n","type":"SubtitleModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#subtitle"},"textAlignment":{"name":"textAlignment","description":"

text alignment for title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#textalignment"},"visible":{"name":"visible","description":"

visibility for title.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/title#visible"}},"TooltipBorder":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/tooltipBorder#color"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/tooltipBorder#width"}},"CellSettings":{"border":{"name":"border","description":"

Specifies the cell border style.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#border"},"bubbleSize":{"name":"bubbleSize","description":"

Specifies the minimum and maximum radius value of the cell in percentage.

\n","type":"BubbleSizeModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#bubblesize"},"bubbleType":{"name":"bubbleType","description":"

Defines Bubble Type. They are

\n
    \n
  • Size: Define the bubble type is size.
  • \n
  • Color: Define the bubble type is color.
  • \n
  • Sector: Define the bubble type is sector.
  • \n
  • SizeAndColor: Define the bubble type is sizeandcolor.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#bubbletype"},"enableCellHighlighting":{"name":"enableCellHighlighting","description":"

Enable or disable the cell highlighting on mouse hover

\n","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#enablecellhighlighting"},"format":{"name":"format","description":"

Specifies the formatting options for the data label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#format"},"isInversedBubbleSize":{"name":"isInversedBubbleSize","description":"

Enable or disable the bubble to display in inverse

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#isinversedbubblesize"},"showLabel":{"name":"showLabel","description":"

Toggles the visibility of data label over the heatmap cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#showlabel"},"textStyle":{"name":"textStyle","description":"

Specifies the cell label style.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#textstyle"},"tileType":{"name":"tileType","description":"

Defines cell Type. They are

\n
    \n
  • Rect: Render a HeatMap cells in rectangle shape.
  • \n
  • Bubble: Render a HeatMap cells in bubble shape.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellSettings#tiletype"}},"Series":{"checkLabelXDisplay":{"name":"checkLabelXDisplay","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#checklabelxdisplay"},"checkLabelYDisplay":{"name":"checkLabelYDisplay","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#checklabelydisplay"},"hoverXAxisLabel":{"name":"hoverXAxisLabel","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#hoverxaxislabel"},"hoverXAxisValue":{"name":"hoverXAxisValue","description":"","type":"string|number|Date","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#hoverxaxisvalue"},"hoverYAxisLabel":{"name":"hoverYAxisLabel","description":"","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#hoveryaxislabel"},"hoverYAxisValue":{"name":"hoverYAxisValue","description":"","type":"string|number|Date","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#hoveryaxisvalue"},"rectPositionCollection":{"name":"rectPositionCollection","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/series#rectpositioncollection"},"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#animation"},"bearFillColor":{"name":"bearFillColor","description":"

This property is used in financial charts to visualize the price movements in stock.\nIt defines the color of the candle/point, when the opening price is less than the closing price.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#bearfillcolor"},"binInterval":{"name":"binInterval","description":"

The bin interval of each histogram points.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#bininterval"},"border":{"name":"border","description":"

Options to customizing the border of the series. This is applicable only for Column and Bar type series.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#border"},"boxPlotMode":{"name":"boxPlotMode","description":"

The mode of the box and whisker char series. They are,\nExclusive\nInclusive\nNormal

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#boxplotmode"},"bullFillColor":{"name":"bullFillColor","description":"

This property is used in financial charts to visualize the price movements in stock.\nIt defines the color of the candle/point, when the opening price is higher than the closing price.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#bullfillcolor"},"cardinalSplineTension":{"name":"cardinalSplineTension","description":"

It defines tension of cardinal spline types

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#cardinalsplinetension"},"close":{"name":"close","description":"

The DataSource field that contains the close value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#close"},"columnSpacing":{"name":"columnSpacing","description":"

To render the column series points with particular column spacing. It takes value from 0 - 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#columnspacing"},"columnWidth":{"name":"columnWidth","description":"

To render the column series points with particular column width. If the series type is histogram the\ndefault value is 1 otherwise 0.7.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#columnwidth"},"connector":{"name":"connector","description":"

Defines the appearance of line connecting adjacent points in waterfall charts.

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#connector"},"cornerRadius":{"name":"cornerRadius","description":"

To render the column series points with particular rounded corner.

\n","type":"CornerRadiusModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#cornerradius"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#dasharray"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/chart/series#datasource"},"dragSettings":{"name":"dragSettings","description":"

Options to customize the drag settings for series

\n","type":"DragSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#dragsettings"},"drawType":{"name":"drawType","description":"

Type of series to be drawn in radar or polar series. They are\n'Line'\n'Column'\n'Area'\n'Scatter'\n'Spline'\n'StackingColumn'\n'StackingArea'\n'RangeColumn'\n'SplineArea'

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#drawtype"},"emptyPointSettings":{"name":"emptyPointSettings","description":"

options to customize the empty points in series

\n","type":"EmptyPointSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#emptypointsettings"},"enableComplexProperty":{"name":"enableComplexProperty","description":"

This property used to improve chart performance via data mapping for series dataSource.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#enablecomplexproperty"},"enableSolidCandles":{"name":"enableSolidCandles","description":"

This property is applicable for candle series.\nIt enables/disables to visually compare the current values with the previous values in stock.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#enablesolidcandles"},"enableTooltip":{"name":"enableTooltip","description":"

If set true, the Tooltip for series will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#enabletooltip"},"errorBar":{"name":"errorBar","description":"

Options for displaying and customizing error bar for individual point in a series.

\n","type":"ErrorBarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#errorbar"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#fill"},"high":{"name":"high","description":"

The DataSource field that contains the high value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#high"},"intermediateSumIndexes":{"name":"intermediateSumIndexes","description":"

Defines the collection of indexes of the intermediate summary columns in waterfall charts.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/chart/series#intermediatesumindexes"},"isClosed":{"name":"isClosed","description":"

Specifies whether to join start and end point of a line/area series used in polar/radar chart to form a closed path.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#isclosed"},"legendShape":{"name":"legendShape","description":"

The shape of the legend. Each series has its own legend shape. They are,

\n
    \n
  • Circle
  • \n
  • Rectangle
  • \n
  • Triangle
  • \n
  • Diamond
  • \n
  • Cross
  • \n
  • HorizontalLine
  • \n
  • VerticalLine
  • \n
  • Pentagon
  • \n
  • InvertedTriangle
  • \n
  • SeriesType
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#legendshape"},"low":{"name":"low","description":"

The DataSource field that contains the low value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#low"},"marker":{"name":"marker","description":"

Options for displaying and customizing markers for individual points in a series.

\n","type":"MarkerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/series#marker"},"maxRadius":{"name":"maxRadius","description":"

Maximum radius

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#maxradius"},"minRadius":{"name":"minRadius","description":"

Minimum radius

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#minradius"},"name":{"name":"name","description":"

The name of the series visible in legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#name"},"negativeFillColor":{"name":"negativeFillColor","description":"

Defines the visual representation of the negative changes in waterfall charts.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#negativefillcolor"},"opacity":{"name":"opacity","description":"

The opacity of the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#opacity"},"open":{"name":"open","description":"

The DataSource field that contains the open value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#open"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#pointcolormapping"},"query":{"name":"query","description":"

Specifies query to select data from DataSource. This property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/chart/series#query"},"segmentAxis":{"name":"segmentAxis","description":"

Defines the axis, based on which the line series will be split.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#segmentaxis"},"segments":{"name":"segments","description":"

Defines the collection of regions that helps to differentiate a line series.

\n","type":"ChartSegmentModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/series#segments"},"selectionStyle":{"name":"selectionStyle","description":"

Custom style for the selected series or points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#selectionstyle"},"showMean":{"name":"showMean","description":"

If set true, the mean value for box and whisker will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#showmean"},"showNormalDistribution":{"name":"showNormalDistribution","description":"

The normal distribution of histogram series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#shownormaldistribution"},"size":{"name":"size","description":"

The DataSource field that contains the size value of y

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#size"},"splineType":{"name":"splineType","description":"

Defines type of spline to be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#splinetype"},"stackingGroup":{"name":"stackingGroup","description":"

This property allows grouping series in stacked column / bar charts.\nAny string value can be provided to the stackingGroup property.\nIf any two or above series have the same value, those series will be grouped together.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#stackinggroup"},"sumIndexes":{"name":"sumIndexes","description":"

Defines the collection of indexes of the overall summary columns in waterfall charts.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/chart/series#sumindexes"},"summaryFillColor":{"name":"summaryFillColor","description":"

Defines the visual representation of the summaries in waterfall charts.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#summaryfillcolor"},"tooltipFormat":{"name":"tooltipFormat","description":"

user can format now each series tooltip format separately.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#tooltipformat"},"tooltipMappingName":{"name":"tooltipMappingName","description":"

The provided value will be considered as a Tooltip name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#tooltipmappingname"},"trendlines":{"name":"trendlines","description":"

Defines the collection of trendlines that are used to predict the trend

\n","type":"TrendlineModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/series#trendlines"},"type":{"name":"type","description":"

The type of the series are

\n
    \n
  • Line
  • \n
  • Column
  • \n
  • Area
  • \n
  • Bar
  • \n
  • Histogram
  • \n
  • StackingColumn
  • \n
  • StackingArea
  • \n
  • StackingBar
  • \n
  • StepLine
  • \n
  • StepArea
  • \n
  • Scatter
  • \n
  • Spline
  • \n
  • StackingColumn100
  • \n
  • StackingBar100
  • \n
  • StackingArea100
  • \n
  • RangeColumn
  • \n
  • Hilo
  • \n
  • HiloOpenClose
  • \n
  • Waterfall
  • \n
  • RangeArea
  • \n
  • Bubble
  • \n
  • Candle
  • \n
  • Polar
  • \n
  • Radar
  • \n
  • BoxAndWhisker
  • \n
  • Pareto
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#type"},"visible":{"name":"visible","description":"

Specifies the visibility of series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/series#visible"},"visibleSeriesCount":{"name":"visibleSeriesCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#visibleseriescount"},"volume":{"name":"volume","description":"

Defines the data source field that contains the volume value in candle charts\nIt is applicable for financial series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#volume"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#width"},"xAxisName":{"name":"xAxisName","description":"

The name of the horizontal axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#xaxisname"},"xName":{"name":"xName","description":"

The DataSource field that contains the x value.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#xname"},"yAxisName":{"name":"yAxisName","description":"

The name of the vertical axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#yaxisname"},"yName":{"name":"yName","description":"

The DataSource field that contains the y value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/series#yname"},"zOrder":{"name":"zOrder","description":"

The z order of the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/series#zorder"}},"CellColor":{"heatMap":{"name":"heatMap","description":"","type":"HeatMap","link":"//ej2.syncfusion.com/documentation/api/heatmap/cellColor#heatmap"}},"PaletteSettings":{"colorGradientMode":{"name":"colorGradientMode","description":"

Specifies the colorGradientMode in Heatmap.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteSettings#colorgradientmode"},"emptyPointColor":{"name":"emptyPointColor","description":"

Specifies the color for empty points in Heatmap.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteSettings#emptypointcolor"},"fillColor":{"name":"fillColor","description":"

Options to set fill colors.

\n","type":"FillColorModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteSettings#fillcolor"},"palette":{"name":"palette","description":"

Specifies the color collection for heat map cell.

\n","type":"PaletteCollectionModel[]","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteSettings#palette"},"type":{"name":"type","description":"

Specifies the color style

\n
    \n
  • Gradient - Render a HeatMap cells with linear gradient color.
  • \n
  • Fixed - Render a HeatMap cells with fixed color.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/paletteSettings#type"}},"RgbColor":{"B":{"name":"B","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/rgbColor#b"},"G":{"name":"G","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/rgbColor#g"},"R":{"name":"R","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/heatmap/rgbColor#r"}},"CanvasTooltip":{"region":{"name":"region","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/heatmap/canvasTooltip#region"},"text":{"name":"text","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/canvasTooltip#text"}},"GradientColor":{"color":{"name":"color","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/gradientColor#color"},"colorStop":{"name":"colorStop","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/gradientColor#colorstop"}},"ColorPicker":{"beforeClose":{"name":"beforeClose","description":"

Triggers before closing the ColorPicker popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#beforeclose"},"beforeModeSwitch":{"name":"beforeModeSwitch","description":"

Triggers before Switching between ColorPicker mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#beforemodeswitch"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers before opening the ColorPicker popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#beforeopen"},"beforeTileRender":{"name":"beforeTileRender","description":"

Trigger while rendering each palette tile.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#beforetilerender"},"change":{"name":"change","description":"

Triggers while changing the colors. It will be triggered based on the showButtons property.\nIf the property is false, the event will be triggered while selecting the colors.\nIf the property is true, the event will be triggered while apply the selected color.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#change"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#created"},"open":{"name":"open","description":"

Triggers while opening the ColorPicker popup.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#open"},"select":{"name":"select","description":"

Triggers while selecting the color in picker / palette, when showButtons property is enabled.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/color-picker/#select"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#allowserverdatabinding"},"columns":{"name":"columns","description":"

It is used to render the ColorPicker palette with specified columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/color-picker/#columns"},"cssClass":{"name":"cssClass","description":"

This property sets the CSS classes to root element of the ColorPicker\nwhich helps to customize the UI styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#cssclass"},"disabled":{"name":"disabled","description":"

It is used to enable / disable ColorPicker component. If it is disabled the ColorPicker popup won’t open.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#disabled"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/color-picker/#element"},"enableOpacity":{"name":"enableOpacity","description":"

It is used to enable / disable the opacity option of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#enableopacity"},"enablePersistence":{"name":"enablePersistence","description":"

To enable or disable persisting component's state between page reloads and it is extended from component class.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#enablertl"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#ignorecollectionwatch"},"inline":{"name":"inline","description":"

It is used to render the ColorPicker component as inline.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#inline"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#locale"},"mode":{"name":"mode","description":"

It is used to render the ColorPicker with the specified mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#mode"},"modeSwitcher":{"name":"modeSwitcher","description":"

It is used to show / hide the mode switcher button of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#modeswitcher"},"noColor":{"name":"noColor","description":"

It is used to enable / disable the no color option of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#nocolor"},"presetColors":{"name":"presetColors","description":"

It is used to load custom colors to palette.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/color-picker/#presetcolors"},"showButtons":{"name":"showButtons","description":"

It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#showbuttons"},"value":{"name":"value","description":"

It is used to set the color value for ColorPicker. It should be specified as Hex code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers.\nAlso it maintains the initial input element from the DOM.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to Colorpicker\nits native method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#focusin"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#getpersistdata"},"getValue":{"name":"getValue","description":"

To get color value in specified type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#getvalue"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#serverdatabind"},"toggle":{"name":"toggle","description":"

To show/hide ColorPicker popup based on current state of the SplitButton.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/color-picker/#inject"}},"FormValidator":{"change":{"name":"change","description":"

Trigger when a select/drop-down field is changed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#change"},"click":{"name":"click","description":"

Triggers when a check box field is clicked

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#click"},"customPlacement":{"name":"customPlacement","description":"

Assigns the custom function to place the error message in the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#customplacement"},"focusout":{"name":"focusout","description":"

Triggers when a field's focused out

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#focusout"},"keyup":{"name":"keyup","description":"

Trigger when keyup is triggered in any fields

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#keyup"},"submit":{"name":"submit","description":"

Triggers before form is being submitted

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#submit"},"validationBegin":{"name":"validationBegin","description":"

Triggers before validation starts

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validationbegin"},"validationComplete":{"name":"validationComplete","description":"

Triggers after validation is completed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validationcomplete"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/form-validator/#allowserverdatabinding"},"element":{"name":"element","description":"","type":"HTMLFormElement","link":"//ej2.syncfusion.com/documentation/api/form-validator/#element"},"errorClass":{"name":"errorClass","description":"

Sets the defined css class to error fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#errorclass"},"errorContainer":{"name":"errorContainer","description":"

Specify HTML element for error container

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#errorcontainer"},"errorElement":{"name":"errorElement","description":"

Specify HTML element for error

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#errorelement"},"errorOption":{"name":"errorOption","description":"

Option to display the error

\n","type":"ErrorOption","link":"//ej2.syncfusion.com/documentation/api/form-validator/#erroroption"},"ignore":{"name":"ignore","description":"

Ignores input fields based on the class name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#ignore"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/form-validator/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/form-validator/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/form-validator/#isserverrendered"},"locale":{"name":"locale","description":"

default locale variable

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#locale"},"rules":{"name":"rules","description":"

Maps the input fields with validation rules

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/form-validator/#rules"},"validClass":{"name":"validClass","description":"

Sets the defined css class to valid fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validclass"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#addeventlistener"},"addRules":{"name":"addRules","description":"

Add validation rules to the corresponding input element based on name attribute.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#addrules"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#databind"},"destroy":{"name":"destroy","description":"

Destroy the form validator object and error elements.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#destroy"},"getInputElement":{"name":"getInputElement","description":"

Get input element by name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#getinputelement"},"refresh":{"name":"refresh","description":"

Allows you to refresh the form validator base events to the elements inside the form.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#removeeventlistener"},"removeRules":{"name":"removeRules","description":"

Remove validation to the corresponding field based on name attribute.\nWhen no parameter is passed, remove all the validations in the form.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#removerules"},"reset":{"name":"reset","description":"

Reset the value of all the fields in form.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#reset"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#serverdatabind"},"validate":{"name":"validate","description":"

Validate the current form values using defined rules.\nReturns true when the form is valid otherwise false

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validate"}},"MaskedTextBox":{"blur":{"name":"blur","description":"

Triggers when the MaskedTextBox got focus out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#blur"},"change":{"name":"change","description":"

Triggers when the value of the MaskedTextBox changes.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#change"},"created":{"name":"created","description":"

Triggers when the MaskedTextBox component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the MaskedTextBox component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the MaskedTextBox got focus in.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#focus"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#allowserverdatabinding"},"cssClass":{"name":"cssClass","description":"

Gets or sets the CSS classes to root element of the MaskedTextBox which helps to customize the\ncomplete UI styles for the MaskedTextBox component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#cssclass"},"customCharacters":{"name":"customCharacters","description":"

Sets the collection of values to be mapped for non-mask elements(literals)\nwhich have been set in the mask of MaskedTextBox.

\n
    \n
  • In the below example, non-mask elements "P" accepts values\n"P" , "A" , "p" , "a" and "M" accepts values "M", "m" mentioned in the custom characters collection.\nFor more information on customCharacters, refer to\ncustomCharacters.
  • \n
\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#customcharacters"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Sets a value that enables or disables the persisting state of the MaskedTextBox after reloading the page.\nIf enabled, the 'value' state will be persisted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#enablertl"},"enabled":{"name":"enabled","description":"

Sets a value that enables or disables the MaskedTextBox component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#enabled"},"floatLabelType":{"name":"floatLabelType","description":"

The <b><a href="#placeholder" target="_blank">placeholder</a></b> acts as a label\nand floats above the MaskedTextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The floating label will not be enable when the placeholder is available.
  • \n
  • Always - The floating label always floats above the MaskedTextBox.
  • \n
  • Auto - The floating label floats above the MaskedTextBox after focusing it or when enters the value in it.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#floatlabeltype"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#htmlattributes"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#locale"},"mask":{"name":"mask","description":"

Sets a value that masks the MaskedTextBox to allow/validate the user input.

\n\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#mask"},"placeholder":{"name":"placeholder","description":"

Gets or sets the string shown as a hint/placeholder when the MaskedTextBox is empty.\nIt acts as a label and floats above the MaskedTextBox based on the\n<b><a href="#floatlabeltype" target="_blank">floatLabelType.</a></b>

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#placeholder"},"promptChar":{"name":"promptChar","description":"

Gets or sets a value that will be shown as a prompting symbol for the masked value.\nThe symbol used to show input positions in the MaskedTextBox.\nFor more information on prompt-character, refer to\nprompt-character.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#promptchar"},"readonly":{"name":"readonly","description":"

Specifies the boolean value whether the Masked TextBox allows the user to change the text.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#showclearbutton"},"value":{"name":"value","description":"

Gets or sets the value of the MaskedTextBox. It is a raw value of the MaskedTextBox excluding literals\nand prompt characters. By using getMaskedValue property, you can get the value of MaskedTextBox with the masked format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#value"},"width":{"name":"width","description":"

Sets the width of the MaskedTextBox.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers.\nAlso it maintains the initial input element from the DOM.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#focusout"},"getMaskedValue":{"name":"getMaskedValue","description":"

Gets the value of the MaskedTextBox with the masked format.\nBy using value property, you can get the raw value of maskedtextbox without literals and prompt characters.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#getmaskedvalue"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#getpersistdata"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#inject"}},"NumericTextBox":{"blur":{"name":"blur","description":"

Triggers when the NumericTextBox got focus out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#blur"},"change":{"name":"change","description":"

Triggers when the value of the NumericTextBox changes.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#change"},"created":{"name":"created","description":"

Triggers when the NumericTextBox component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the NumericTextBox component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the NumericTextBox got focus in.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#focus"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#allowserverdatabinding"},"cssClass":{"name":"cssClass","description":"

Gets or Sets the CSS classes to root element of the NumericTextBox which helps to customize the\ncomplete UI styles for the NumericTextBox component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#cssclass"},"currency":{"name":"currency","description":"

Specifies the currency code to use in currency formatting.\nPossible values are the ISO 4217 currency codes, such as 'USD' for the US dollar,'EUR' for the euro.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#currency"},"decimals":{"name":"decimals","description":"

Specifies the number precision applied to the textbox value when the NumericTextBox is focused.\nFor more information on decimals, refer to\ndecimals.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#decimals"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting NumericTextBox state between page reloads. If enabled, the value state will be persisted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#enablertl"},"enabled":{"name":"enabled","description":"

Sets a value that enables or disables the NumericTextBox control.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#enabled"},"floatLabelType":{"name":"floatLabelType","description":"

The <b><a href="#placeholder" target="_blank">placeholder</a></b> acts as a label\nand floats above the NumericTextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - Never floats the label in the NumericTextBox when the placeholder is available.
  • \n
  • Always - The floating label always floats above the NumericTextBox.
  • \n
  • Auto - The floating label floats above the NumericTextBox after focusing it or when enters the value in it.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#floatlabeltype"},"format":{"name":"format","description":"

Specifies the number format that indicates the display format for the value of the NumericTextBox.\nFor more information on formats, refer to\nformats.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#format"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#htmlattributes"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#locale"},"max":{"name":"max","description":"

Specifies a maximum value that is allowed a user can enter.\nFor more information on max, refer to\nmax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#max"},"min":{"name":"min","description":"

Specifies a minimum value that is allowed a user can enter.\nFor more information on min, refer to\nmin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#min"},"placeholder":{"name":"placeholder","description":"

Gets or sets the string shown as a hint/placeholder when the NumericTextBox is empty.\nIt acts as a label and floats above the NumericTextBox based on the\n<b><a href="#floatlabeltype" target="_blank">floatLabelType.</a></b>

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#placeholder"},"readonly":{"name":"readonly","description":"

Sets a value that enables or disables the readonly state on the NumericTextBox. If it is true,\nNumericTextBox will not allow your input.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#showclearbutton"},"showSpinButton":{"name":"showSpinButton","description":"

Specifies whether the up and down spin buttons should be displayed in NumericTextBox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#showspinbutton"},"step":{"name":"step","description":"

Specifies the incremental or decremental step size for the NumericTextBox.\nFor more information on step, refer to\nstep.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#step"},"strictMode":{"name":"strictMode","description":"

Specifies a value that indicates whether the NumericTextBox control allows the value for the specified range.

\n
    \n
  • If it is true, the input value will be restricted between the min and max range.\nThe typed value gets modified to fit the range on focused out state.
  • \n
  • Else, it allows any value even out of range value,\nAt that time of wrong value entered, the error class will be added to the component to highlight the error.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#strictmode"},"validateDecimalOnType":{"name":"validateDecimalOnType","description":"

Specifies whether the decimals length should be restricted during typing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#validatedecimalontype"},"value":{"name":"value","description":"

Sets the value of the NumericTextBox.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#value"},"width":{"name":"width","description":"

Specifies the width of the NumericTextBox.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#databind"},"decrement":{"name":"decrement","description":"

Decrements the NumericTextBox value with specified step value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#decrement"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers.\nAlso it maintains the initial input element from the DOM.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#getpersistdata"},"getText":{"name":"getText","description":"

Returns the value of NumericTextBox with the format applied to the NumericTextBox.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#gettext"},"increment":{"name":"increment","description":"

Increments the NumericTextBox value with the specified step value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#increment"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#inject"}},"ColorRangeData":{"color":{"name":"color","description":"

It is used to set the color in the slider bar.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/colorRangeData#color"},"end":{"name":"end","description":"

It is used to get the end value for applying color.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/colorRangeData#end"},"start":{"name":"start","description":"

It is used to get the starting value for applying color.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/colorRangeData#start"}},"LimitData":{"enabled":{"name":"enabled","description":"

It is used to enable the limit in the slider.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#enabled"},"endHandleFixed":{"name":"endHandleFixed","description":"

It is used to lock the second handle.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#endhandlefixed"},"maxEnd":{"name":"maxEnd","description":"

It is used to set the maximum end limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#maxend"},"maxStart":{"name":"maxStart","description":"

It is used to set the maximum start limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#maxstart"},"minEnd":{"name":"minEnd","description":"

It is used to set the minimum end limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#minend"},"minStart":{"name":"minStart","description":"

It is used to set the minimum start limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#minstart"},"startHandleFixed":{"name":"startHandleFixed","description":"

It is used to lock the first handle.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#starthandlefixed"}},"Slider":{"change":{"name":"change","description":"

We can trigger change event whenever Slider value is changed.\nIn other term, this event will be triggered while drag the slider thumb.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#change"},"changed":{"name":"changed","description":"

We can trigger changed event when Slider component action is completed while we change the Slider value.\nIn other term, this event will be triggered, while drag the slider thumb completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#changed"},"created":{"name":"created","description":"

We can trigger created event when the Slider is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#created"},"renderedTicks":{"name":"renderedTicks","description":"

We can trigger renderedTicks event when the ticks are rendered on the Slider.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderedticks"},"renderingTicks":{"name":"renderingTicks","description":"

We can trigger renderingTicks event when the ticks rendered on Slider,\nwhich is used to customize the ticks labels dynamically.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderingticks"},"tooltipChange":{"name":"tooltipChange","description":"

We can trigger tooltipChange event when we change the Sider tooltip value.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#tooltipchange"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#allowserverdatabinding"},"colorRange":{"name":"colorRange","description":"

It is used to render the color to the slider based on the given value

\n","type":"ColorRangeDataModel[]","link":"//ej2.syncfusion.com/documentation/api/slider/#colorrange"},"cssClass":{"name":"cssClass","description":"

This property sets the CSS classes to root element of the Slider\nwhich helps to customize the UI styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#cssclass"},"customValues":{"name":"customValues","description":"

It is used to denote own array of slider values.\nThe value should be specified in array of number or string.The min,max and step value is not considered

\n","type":"string[]|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#customvalues"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/slider/#element"},"enableAnimation":{"name":"enableAnimation","description":"

It is used to enable or disable the Slider handle moving animation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enableanimation"},"enableHtmlSanitizer":{"name":"enableHtmlSanitizer","description":"

Defines whether to allow the cross-scripting site or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enablehtmlsanitizer"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enablertl"},"enabled":{"name":"enabled","description":"

It is used to enable or disable the slider.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enabled"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#isserverrendered"},"limits":{"name":"limits","description":"

It is used to limit the slider movement within certain limits.\nRefer the documentation here\nto know more about this property with demo

\n","type":"LimitDataModel","link":"//ej2.syncfusion.com/documentation/api/slider/#limits"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#locale"},"max":{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},"min":{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},"orientation":{"name":"orientation","description":"

It is used to render Slider in either horizontal or vertical orientation.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#orientation"},"readonly":{"name":"readonly","description":"

It is used to render the Slider component in read-only mode.\nThe slider rendered with user defined values and can’t be interacted with user actions.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#readonly"},"showButtons":{"name":"showButtons","description":"

It is used to show or hide the increase and decrease button of Slider Component,\nwhich is used to change the slider value.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#showbuttons"},"step":{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},"ticks":{"name":"ticks","description":"

It is used to render the slider ticks options such as placement and step values.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"TicksDataModel","link":"//ej2.syncfusion.com/documentation/api/slider/#ticks"},"tooltip":{"name":"tooltip","description":"

It is used to denote the slider tooltip and it's position.

\n","type":"TooltipDataModel","link":"//ej2.syncfusion.com/documentation/api/slider/#tooltip"},"type":{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},"value":{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#databind"},"destroy":{"name":"destroy","description":"

Prepares the slider for safe removal from the DOM.\nDetaches all event handlers, attributes, and classes to avoid memory leaks.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#destroy"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#removeeventlistener"},"reposition":{"name":"reposition","description":"

It is used to reposition slider.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#reposition"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#serverdatabind"},"setTooltip":{"name":"setTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#settooltip"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#inject"}},"TicksData":{"format":{"name":"format","description":"

It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#format"},"largeStep":{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},"placement":{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},"showSmallTicks":{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"},"smallStep":{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"}},"TooltipData":{"cssClass":{"name":"cssClass","description":"

It is used to customize the Tooltip which accepts custom CSS class names that define\nspecific user-defined styles and themes to be applied on the Tooltip element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#cssclass"},"format":{"name":"format","description":"

It is used to customize the Tooltip content to the desired format\nusing internationalization or events (custom formatting).

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#format"},"isVisible":{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},"placement":{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"},"showOn":{"name":"showOn","description":"

It is used to determine the device mode to show the Tooltip.\nIf it is in desktop, it will show the Tooltip content when hovering on the target element.\nIf it is in touch device. It will show the Tooltip content when tap and holding on the target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#showon"}},"TextBox":{"blur":{"name":"blur","description":"

Triggers when the TextBox has focus-out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#blur"},"change":{"name":"change","description":"

Triggers when the content of TextBox has changed and gets focus-out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#change"},"created":{"name":"created","description":"

Triggers when the TextBox component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the TextBox component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the TextBox gets focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#focus"},"input":{"name":"input","description":"

Triggers each time when the value of TextBox has changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/textbox/#input"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#allowserverdatabinding"},"autocomplete":{"name":"autocomplete","description":"

Specifies whether the browser is allow to automatically enter or select a value for the textbox.\nBy default, autocomplete is enabled for textbox.\nPossible values are:\non - Specifies that autocomplete is enabled.\noff - Specifies that autocomplete is disabled.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#autocomplete"},"cssClass":{"name":"cssClass","description":"

Specifies the CSS class value that is appended to wrapper of Textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#cssclass"},"element":{"name":"element","description":"","type":"HTMLInputElement|HTMLTextAreaElement","link":"//ej2.syncfusion.com/documentation/api/textbox/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting TextBox state between page reloads. If enabled, the value state will be persisted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a Boolean value that indicates whether the TextBox allow user to interact with it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enabled"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The placeholder text should not be float ever.
  • \n
  • Always - The placeholder text floats above the TextBox always.
  • \n
  • Auto - The placeholder text floats above the TextBox while focusing or enter a value in Textbox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#floatlabeltype"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/textbox/#htmlattributes"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#locale"},"multiline":{"name":"multiline","description":"

Specifies a boolean value that enable or disable the multiline on the TextBox.\nThe TextBox changes from single line to multiline when enable this multiline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#multiline"},"placeholder":{"name":"placeholder","description":"

Specifies the text that is shown as a hint/placeholder until the user focus or enter a value in Textbox.\nThe property is depending on the floatLabelType property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#placeholder"},"readonly":{"name":"readonly","description":"

Specifies the boolean value whether the TextBox allows user to change the text.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies a Boolean value that indicates whether the clear button is displayed in Textbox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#showclearbutton"},"type":{"name":"type","description":"

Specifies the behavior of the TextBox such as text, password, email, etc.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#type"},"value":{"name":"value","description":"

Sets the content of the TextBox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#value"},"width":{"name":"width","description":"

Specifies the width of the Textbox component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/textbox/#width"},"addAttributes":{"name":"addAttributes","description":"

Adding the multiple attributes as key-value pair to the TextBox element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#addattributes"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#addeventlistener"},"addIcon":{"name":"addIcon","description":"

Adding the icons to the TextBox component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#addicon"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers.\nAlso, it maintains the initial TextBox element from the DOM.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#getpersistdata"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#refresh"},"removeAttributes":{"name":"removeAttributes","description":"

Removing the multiple attributes as key-value pair to the TextBox element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#removeattributes"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/textbox/#inject"}},"AsyncSettings":{"chunkSize":{"name":"chunkSize","description":"

Specifies the chunk size to split the large file into chunks, and upload it to the server in a sequential order.\nIf the chunk size property has value, the uploader enables the chunk upload by default.\nIt must be specified in bytes value.

\n
\n

For more information, refer to the chunk upload section from the documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/asyncSettings#chunksize"},"removeUrl":{"name":"removeUrl","description":"

Specifies the URL of remove action that receives the file information and handle the remove operation in server.\nThe remove action type must be POST request and define “removeFileNames” attribute to get file information that will be removed.\nThis property is optional.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/asyncSettings#removeurl"},"retryAfterDelay":{"name":"retryAfterDelay","description":"

Specifies the delay time in milliseconds that the automatic retry happens after the delay.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/asyncSettings#retryafterdelay"},"retryCount":{"name":"retryCount","description":"

Specifies the number of retries that the uploader can perform on the file failed to upload.\nBy default, the uploader set 3 as maximum retries. This property must be specified to prevent infinity looping.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/asyncSettings#retrycount"},"saveUrl":{"name":"saveUrl","description":"

Specifies the URL of save action that will receive the upload files and save in the server.\nThe save action type must be POST request and define the argument as same input name used to render the component.\nThe upload operations could not perform without this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/asyncSettings#saveurl"}},"ButtonsProps":{"browse":{"name":"browse","description":"

Specifies the text or html content to browse button

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/buttonsProps#browse"},"clear":{"name":"clear","description":"

Specifies the text or html content to clear button

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/buttonsProps#clear"},"upload":{"name":"upload","description":"

Specifies the text or html content to upload button

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/buttonsProps#upload"}},"FilesProp":{"name":{"name":"name","description":"

Specifies the name of the file

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/filesProp#name"},"size":{"name":"size","description":"

Specifies the size of the file

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/filesProp#size"},"type":{"name":"type","description":"

Specifies the type of the file

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/filesProp#type"}},"Uploader":{"actionComplete":{"name":"actionComplete","description":"

Triggers after all the selected files has processed to upload successfully or failed to server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#actioncomplete"},"beforeRemove":{"name":"beforeRemove","description":"

Triggers on remove the uploaded file. The event used to get confirm before remove the file from server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#beforeremove"},"beforeUpload":{"name":"beforeUpload","description":"

Triggers when the upload process before. This event is used to add additional parameter with upload request.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#beforeupload"},"canceling":{"name":"canceling","description":"

Fires if cancel the chunk file uploading.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#canceling"},"change":{"name":"change","description":"

Triggers when changes occur in uploaded file list by selecting or dropping files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is successfully uploaded to server or removed in server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#change"},"chunkFailure":{"name":"chunkFailure","description":"

Fires if the chunk file failed to upload.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nchunkIndex<br/></td><td colSpan=1 rowSpan=1>\nReturns current chunk index.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nchunkSize<br/></td><td colSpan=1 rowSpan=1>\nReturns the size of the chunk file.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ntotalChunk<br/></td><td colSpan=1 rowSpan=1>\nReturns the total chunk count<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncancel<br/></td><td colSpan=1 rowSpan=1>\nPrevent triggering of failure event when we pass true to this attribute<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#chunkfailure"},"chunkSuccess":{"name":"chunkSuccess","description":"

Fires when the chunk file uploaded successfully.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nchunkIndex<br/></td><td colSpan=1 rowSpan=1>\nReturns current chunk index.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nchunkSize<br/></td><td colSpan=1 rowSpan=1>\nReturns the size of the chunk file.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#chunksuccess"},"chunkUploading":{"name":"chunkUploading","description":"

Fires when every chunk upload process gets started. This event is used to add additional parameter with upload request.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#chunkuploading"},"clearing":{"name":"clearing","description":"

Triggers before clearing the items in file list when clicking “clear”.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#clearing"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#created"},"failure":{"name":"failure","description":"

Triggers when the AJAX request fails on uploading or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is failed from upload/remove.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the failure of the operation whether its upload or remove<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#failure"},"fileListRendering":{"name":"fileListRendering","description":"

Triggers before rendering each file item from the file list in a page.\nIt helps to customize specific file item structure.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#filelistrendering"},"pausing":{"name":"pausing","description":"

Fires if pause the chunk file uploading.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#pausing"},"progress":{"name":"progress","description":"

Triggers when uploading a file to the server using the AJAX request.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#progress"},"removing":{"name":"removing","description":"

Triggers on removing the uploaded file. The event used to get confirm before removing the file from server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#removing"},"rendering":{"name":"rendering","description":"

DEPRECATED-Triggers before rendering each file item from the file list in a page.\nIt helps to customize specific file item structure.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#rendering"},"resuming":{"name":"resuming","description":"

Fires if resume the paused chunk file upload.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#resuming"},"selected":{"name":"selected","description":"

Triggers after selecting or dropping the files by adding the files in upload queue.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#selected"},"success":{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},"uploading":{"name":"uploading","description":"

Triggers when the upload process gets started. This event is used to add additional parameter with upload request.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#uploading"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowserverdatabinding"},"allowedExtensions":{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the uploader component and pass the extensions\nwith comma separators. For example,\nif you want to upload specific image files, pass allowedExtensions as “.jpg,.png”.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowedextensions"},"asyncSettings":{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},"autoUpload":{"name":"autoUpload","description":"

By default, the uploader component initiates automatic upload when the files are added in upload queue.\nIf you want to manipulate the files before uploading to server, disable the autoUpload property.\nThe buttons “upload” and “clear” will be hided from file list when autoUpload property is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#autoupload"},"buttons":{"name":"buttons","description":"

You can customize the default text of “browse, clear, and upload” buttons with plain text or HTML elements.\nThe buttons’ text can be customized from localization also. If you configured both locale and buttons property,\nthe uploader component considers the buttons property value.

\n","type":"ButtonsPropsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#buttons"},"cssClass":{"name":"cssClass","description":"

Specifies the CSS class name that can be appended with root element of the uploader.\nOne or more custom CSS classes can be added to a uploader.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#cssclass"},"directoryUpload":{"name":"directoryUpload","description":"

Specifies a Boolean value that indicates whether the folder of files can be browsed in the uploader component.

\n
\n

When enabled this property, it allows only files of folder to select or drop to upload and\nit cannot be allowed to select or drop files.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#directoryupload"},"dropArea":{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"},"element":{"name":"element","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies Boolean value that indicates whether the component is enabled or disabled.\nThe uploader component does not allow to interact when this property is disabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#enabled"},"files":{"name":"files","description":"

Specifies the list of files that will be preloaded on rendering of uploader component.\nThe property used to view and remove the uploaded files from server. By default, the files are configured with\nuploaded successfully state. The following properties are mandatory to configure the preload files:

\n
    \n
  • Name
  • \n
  • Size
  • \n
  • Type
  • \n
\n","type":"FilesPropModel[]","link":"//ej2.syncfusion.com/documentation/api/uploader/#files"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/uploader/#htmlattributes"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#locale"},"maxFileSize":{"name":"maxFileSize","description":"

Specifies the maximum allowed file size to be uploaded in bytes.\nThe property used to make sure that you cannot upload too large files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/#maxfilesize"},"minFileSize":{"name":"minFileSize","description":"

Specifies the minimum file size to be uploaded in bytes.\nThe property used to make sure that you cannot upload empty files and small files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/#minfilesize"},"multiple":{"name":"multiple","description":"

Specifies a Boolean value that indicates whether the multiple files can be browsed or\ndropped simultaneously in the uploader component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#multiple"},"sequentialUpload":{"name":"sequentialUpload","description":"

By default, the file uploader component is processing the multiple files simultaneously.\nIf sequentialUpload property is enabled, the file upload component performs the upload one after the other.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#sequentialupload"},"showFileList":{"name":"showFileList","description":"

Specifies a Boolean value that indicates whether the default file list can be rendered.\nThe property used to prevent default file list and design own template for file list.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#showfilelist"},"template":{"name":"template","description":"

Specifies the HTML string that used to customize the content of each file in the list.

\n
\n

For more information, refer to the template section from the documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#template"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#appendto"},"bytesToSize":{"name":"bytesToSize","description":"

It is used to convert bytes value into kilobytes or megabytes depending on the size based\non binary prefix.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#bytestosize"},"cancel":{"name":"cancel","description":"

Stops the in-progress chunked upload based on the file data.\nWhen the file upload is canceled, the partially uploaded file is removed from server.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#cancel"},"clearAll":{"name":"clearAll","description":"

Clear all the file entries from list that can be uploaded files or added in upload queue.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#clearall"},"createFileList":{"name":"createFileList","description":"

Create the file list for specified files data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#createfilelist"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#destroy"},"getFilesData":{"name":"getFilesData","description":"

Get the data of files which are shown in file list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#getfilesdata"},"getModuleName":{"name":"getModuleName","description":"

Return the module name of the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#getmodulename"},"pause":{"name":"pause","description":"

Pauses the in-progress chunked upload based on the file data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#pause"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#refresh"},"remove":{"name":"remove","description":"

Remove the uploaded file from server manually by calling the remove URL action.\nIf you pass an empty argument to this method, the complete file list can be cleared,\notherwise remove the specific file based on its argument (“file_data”).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#remove"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#removeeventlistener"},"resume":{"name":"resume","description":"

Resumes the chunked upload that is previously paused based on the file data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#resume"},"retry":{"name":"retry","description":"

Retries the canceled or failed file upload based on the file data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#retry"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#serverdatabind"},"sortFileList":{"name":"sortFileList","description":"

Allows you to sort the file data alphabetically based on its file name clearly.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#sortfilelist"},"traverseFileTree":{"name":"traverseFileTree","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#traversefiletree"},"upload":{"name":"upload","description":"

Allows you to call the upload process manually by calling save URL action.\nTo process the selected files (added in upload queue), pass an empty argument otherwise\nupload the specific file based on its argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#upload"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/uploader/#inject"}},"StickyNotesAnnotation":{"addStickyNotesAnnotations":{"name":"addStickyNotesAnnotations","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesAnnotation#addstickynotesannotations"},"saveStickyAnnotations":{"name":"saveStickyAnnotations","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesAnnotation#savestickyannotations"},"updateStickyNotes":{"name":"updateStickyNotes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesAnnotation#updatestickynotes"}},"BookmarkView":{"bookmarks":{"name":"bookmarks","description":"","type":"any","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/bookmarkView#bookmarks"},"bookmarksDestination":{"name":"bookmarksDestination","description":"","type":"any","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/bookmarkView#bookmarksdestination"},"getBookmarks":{"name":"getBookmarks","description":"

Get Bookmarks of the PDF document being loaded in the ejPdfViewer control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/bookmarkView#getbookmarks"},"goToBookmark":{"name":"goToBookmark","description":"

Navigate To current Bookmark location of the PDF document being loaded in the ejPdfViewer control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/bookmarkView#gotobookmark"}},"Magnification":{"fitToPage":{"name":"fitToPage","description":"

Scales the page to fit the page in the container in the control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/magnification#fittopage"},"fitToWidth":{"name":"fitToWidth","description":"

Scales the page to fit the page width to the width of the container in the control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/magnification#fittowidth"},"zoomIn":{"name":"zoomIn","description":"

Magnifies the page to the next value in the zoom drop down list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/magnification#zoomin"},"zoomOut":{"name":"zoomOut","description":"

Magnifies the page to the previous value in the zoom drop down list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/magnification#zoomout"},"zoomTo":{"name":"zoomTo","description":"

Zoom the PDF document to the given zoom value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/magnification#zoomto"}},"Navigation":{"goToFirstPage":{"name":"goToFirstPage","description":"

Navigate to First page of the PDF document

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/navigation#gotofirstpage"},"goToLastPage":{"name":"goToLastPage","description":"

Navigate to Last page of the PDF document

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/navigation#gotolastpage"},"goToNextPage":{"name":"goToNextPage","description":"

Navigate to Next page of the PDF document

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/navigation#gotonextpage"},"goToPage":{"name":"goToPage","description":"

Navigate to given Page number\nNote : In case if we have provided incorrect page number as argument it will retain the existing page

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/navigation#gotopage"},"goToPreviousPage":{"name":"goToPreviousPage","description":"

Navigate to Previous page of the PDF document

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/navigation#gotopreviouspage"}},"AjaxRequestSettings":{"ajaxHeaders":{"name":"ajaxHeaders","description":"

set the ajax Header values in the PdfViewer.

\n","type":"IAjaxHeaders[]","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/ajaxRequestSettings#ajaxheaders"}},"AnnotationSelectorSettings":{"resizerLocation":{"name":"resizerLocation","description":"

Specifies the location of the resizer.

\n","type":"AnnotationResizerLocation","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSelectorSettings#resizerlocation"},"resizerShape":{"name":"resizerShape","description":"

Specifies the shape of the resizer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSelectorSettings#resizershape"},"selectionBorderColor":{"name":"selectionBorderColor","description":"

Specifies the selection border color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSelectorSettings#selectionbordercolor"},"selectionBorderThickness":{"name":"selectionBorderThickness","description":"

Specifies the thickness of the border of selection.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSelectorSettings#selectionborderthickness"},"selectorLineDashArray":{"name":"selectorLineDashArray","description":"

Specifies the border dash array of the selection.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSelectorSettings#selectorlinedasharray"}},"AnnotationSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSettings#author"},"isDownload":{"name":"isDownload","description":"

specifies whether the annotations are included or not in download actions.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSettings#isdownload"},"isLock":{"name":"isLock","description":"

specifies the locked action of the annotation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSettings#islock"},"isPrint":{"name":"isPrint","description":"

specifies whether the annotations are included or not in print actions.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSettings#isprint"},"maxHeight":{"name":"maxHeight","description":"

specifies the minHeight of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSettings#maxheight"},"maxWidth":{"name":"maxWidth","description":"

specifies the maxWidth of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSettings#maxwidth"},"minHeight":{"name":"minHeight","description":"

specifies the minHeight of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSettings#minheight"},"minWidth":{"name":"minWidth","description":"

specifies the minWidth of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationSettings#minwidth"}},"AnnotationToolbarSettings":{"annotationToolbarItem":{"name":"annotationToolbarItem","description":"

shows only the defined options in the PdfViewer.

\n","type":"AnnotationToolbarItem[]","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationToolbarSettings#annotationtoolbaritem"},"showTooltip":{"name":"showTooltip","description":"

Enable or disables the tooltip of the toolbar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/annotationToolbarSettings#showtooltip"}},"AreaSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/areaSettings#thickness"}},"ArrowSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#author"},"borderDashArray":{"name":"borderDashArray","description":"

specifies the border dash array of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#borderdasharray"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#fillcolor"},"lineHeadEndStyle":{"name":"lineHeadEndStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#lineheadendstyle"},"lineHeadStartStyle":{"name":"lineHeadStartStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#lineheadstartstyle"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/arrowSettings#thickness"}},"CircleSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/circleSettings#thickness"}},"CustomStampItem":{"customStampImageSource":{"name":"customStampImageSource","description":"

specifies the stamp ImageSource of the PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampItem#customstampimagesource"},"customStampName":{"name":"customStampName","description":"

specifies the stamp Name of the PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampItem#customstampname"}},"CustomStampSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#author"},"height":{"name":"height","description":"

specifies the height of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#height"},"isAddToSubMenu":{"name":"isAddToSubMenu","description":"

Specifies to maintain the newly added custom stamp element in the menu items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#isaddtosubmenu"},"left":{"name":"left","description":"

specifies the left position of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#left"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#opacity"},"top":{"name":"top","description":"

specifies the top position of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#top"},"width":{"name":"width","description":"

specifies the width of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/customStampSettings#width"}},"DistanceSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#author"},"borderDashArray":{"name":"borderDashArray","description":"

specifies the border dash array of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#borderdasharray"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#fillcolor"},"lineHeadEndStyle":{"name":"lineHeadEndStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#lineheadendstyle"},"lineHeadStartStyle":{"name":"lineHeadStartStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#lineheadstartstyle"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/distanceSettings#thickness"}},"FreeTextSettings":{"allowTextOnly":{"name":"allowTextOnly","description":"

specifies the allow text only action of the free text annotation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#allowtextonly"},"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#author"},"borderColor":{"name":"borderColor","description":"

specifies the border color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#bordercolor"},"borderStyle":{"name":"borderStyle","description":"

specifies the border style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#borderstyle"},"borderWidth":{"name":"borderWidth","description":"

specifies the border with of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#borderwidth"},"defaultText":{"name":"defaultText","description":"

setting the default text for annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#defaulttext"},"fillColor":{"name":"fillColor","description":"

specifies the background fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#fillcolor"},"fontColor":{"name":"fontColor","description":"

specifies the text box font color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#fontcolor"},"fontFamily":{"name":"fontFamily","description":"

specifies the text box font family of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#fontfamily"},"fontSize":{"name":"fontSize","description":"

specifies the text box font size of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#fontsize"},"fontStyle":{"name":"fontStyle","description":"

applying the font styles for the text.

\n","type":"FontStyle","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#fontstyle"},"height":{"name":"height","description":"

specifies the height of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#height"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#opacity"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#subject"},"textAlignment":{"name":"textAlignment","description":"

Aligning the text in the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#textalignment"},"width":{"name":"width","description":"

specifies the width of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/freeTextSettings#width"}},"HandWrittenSignatureSettings":{"height":{"name":"height","description":"

specified the height of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/handWrittenSignatureSettings#height"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/handWrittenSignatureSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/handWrittenSignatureSettings#strokecolor"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/handWrittenSignatureSettings#thickness"},"width":{"name":"width","description":"

specified the width of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/handWrittenSignatureSettings#width"}},"LineSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#author"},"borderDashArray":{"name":"borderDashArray","description":"

specifies the border dash array of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#borderdasharray"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#fillcolor"},"lineHeadEndStyle":{"name":"lineHeadEndStyle","description":"

specifies the line head end style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#lineheadendstyle"},"lineHeadStartStyle":{"name":"lineHeadStartStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#lineheadstartstyle"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#modifieddate"},"opacity":{"name":"opacity","description":"

To configure the sparkline axis line opacity.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/lineSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/lineSettings#thickness"},"color":{"name":"color","description":"

To configure the sparkline axis line color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/lineSettings#color"},"dashArray":{"name":"dashArray","description":"

To configure the sparkline axis line dashArray.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/lineSettings#dasharray"},"visible":{"name":"visible","description":"

To toggle the axis line visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/lineSettings#visible"},"width":{"name":"width","description":"

To configure the sparkline axis line width.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/lineSettings#width"}},"MeasurementSettings":{"conversionUnit":{"name":"conversionUnit","description":"

specifies the unit of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/measurementSettings#conversionunit"},"depth":{"name":"depth","description":"

specifies the depth of the volume annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/measurementSettings#depth"},"displayUnit":{"name":"displayUnit","description":"

specifies the unit of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/measurementSettings#displayunit"},"scaleRatio":{"name":"scaleRatio","description":"

specifies the scale ratio of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/measurementSettings#scaleratio"}},"PdfViewer":{"ajaxRequestFailed":{"name":"ajaxRequestFailed","description":"

Triggers when the AJAX request is failed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#ajaxrequestfailed"},"ajaxRequestInitiate":{"name":"ajaxRequestInitiate","description":"

Triggers before the data send in to the server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#ajaxrequestinitiate"},"annotationAdd":{"name":"annotationAdd","description":"

Triggers when an annotation is added over the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationadd"},"annotationMove":{"name":"annotationMove","description":"

Triggers when an annotation is moved over the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationmove"},"annotationPropertiesChange":{"name":"annotationPropertiesChange","description":"

Triggers when the property of the annotation is changed in the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationpropertieschange"},"annotationRemove":{"name":"annotationRemove","description":"

Triggers when an annotation is removed from the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationremove"},"annotationResize":{"name":"annotationResize","description":"

Triggers when an annotation is resized over the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationresize"},"annotationSelect":{"name":"annotationSelect","description":"

Triggers when an annotation is selected over the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationselect"},"documentLoad":{"name":"documentLoad","description":"

Triggers while loading document into PdfViewer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#documentload"},"documentLoadFailed":{"name":"documentLoadFailed","description":"

Triggers while loading document got failed in PdfViewer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#documentloadfailed"},"documentUnload":{"name":"documentUnload","description":"

Triggers while close the document

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#documentunload"},"downloadEnd":{"name":"downloadEnd","description":"

Triggers an event when the download actions is finished.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#downloadend"},"downloadStart":{"name":"downloadStart","description":"

Triggers an event when the download action is started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#downloadstart"},"exportFailed":{"name":"exportFailed","description":"

Triggers when an export annotations failed in the PDF Viewer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportfailed"},"exportStart":{"name":"exportStart","description":"

Triggers when an exported annotations started in the PDF Viewer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportstart"},"exportSuccess":{"name":"exportSuccess","description":"

Triggers when an export annotations succeed in the PDF Viewer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportsuccess"},"hyperlinkClick":{"name":"hyperlinkClick","description":"

Triggers when hyperlink in the PDF Document is clicked

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#hyperlinkclick"},"hyperlinkMouseOver":{"name":"hyperlinkMouseOver","description":"

Triggers when hyperlink in the PDF Document is hovered

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#hyperlinkmouseover"},"importFailed":{"name":"importFailed","description":"

Triggers when an imports annotations failed in the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#importfailed"},"importStart":{"name":"importStart","description":"

Triggers when an imported annotations started in the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#importstart"},"importSuccess":{"name":"importSuccess","description":"

Triggers when an imports annotations succeed in the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#importsuccess"},"pageChange":{"name":"pageChange","description":"

Triggers when there is change in current page number.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#pagechange"},"pageClick":{"name":"pageClick","description":"

Triggers when the mouse click is performed over the page of the PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#pageclick"},"textSelectionEnd":{"name":"textSelectionEnd","description":"

Triggers an event when the text selection is finished.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#textselectionend"},"textSelectionStart":{"name":"textSelectionStart","description":"

Triggers an event when the text selection is started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#textselectionstart"},"thumbnailClick":{"name":"thumbnailClick","description":"

Triggers an event when the thumbnail is clicked in the thumbnail panel of PDF Viewer.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#thumbnailclick"},"zoomChange":{"name":"zoomChange","description":"

Triggers when there is change in the magnification value.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#zoomchange"},"ajaxRequestSettings":{"name":"ajaxRequestSettings","description":"

Defines the ajax Request settings of the PdfViewer.

\n","type":"AjaxRequestSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#ajaxrequestsettings"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#allowserverdatabinding"},"annotationCollection":{"name":"annotationCollection","description":"

Get the Loaded document annotation Collections in the PdfViewer control.

\n","type":"any","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationcollection"},"annotationSelectorSettings":{"name":"annotationSelectorSettings","description":"

Defines the settings of annotation selector.

\n","type":"AnnotationSelectorSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationselectorsettings"},"annotationSettings":{"name":"annotationSettings","description":"

Defines the settings of the annotations.

\n","type":"AnnotationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationsettings"},"annotationToolbarSettings":{"name":"annotationToolbarSettings","description":"

Defines the settings of the PdfViewer annotation toolbar.

\n","type":"AnnotationToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#annotationtoolbarsettings"},"areaSettings":{"name":"areaSettings","description":"

Defines the settings of area annotation.

\n","type":"AreaSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#areasettings"},"arrowSettings":{"name":"arrowSettings","description":"

Defines the settings of arrow annotation.

\n","type":"ArrowSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#arrowsettings"},"circleSettings":{"name":"circleSettings","description":"

Defines the settings of circle annotation.

\n","type":"CircleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#circlesettings"},"contextMenuOption":{"name":"contextMenuOption","description":"

Specifies the state of the ContextMenu in the PDF document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#contextmenuoption"},"customStampItems":{"name":"customStampItems","description":"

Defines the stamp items of the PdfViewer.

\n","type":"CustomStampItemModel[]","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#customstampitems"},"customStampSettings":{"name":"customStampSettings","description":"

Defines the settings of customStamp annotation.

\n","type":"CustomStampSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#customstampsettings"},"distanceSettings":{"name":"distanceSettings","description":"

Defines the settings of distance annotation.

\n","type":"DistanceSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#distancesettings"},"documentPath":{"name":"documentPath","description":"

Sets the PDF document path for initial loading.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#documentpath"},"downloadFileName":{"name":"downloadFileName","description":"

Gets or sets the download file name in the PdfViewer control.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#downloadfilename"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#element"},"enableAnnotation":{"name":"enableAnnotation","description":"

Enable or disable the annotation in the Pdfviewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableannotation"},"enableAnnotationToolbar":{"name":"enableAnnotationToolbar","description":"

Opens the annotation toolbar when the PDF document is loaded in the PDF Viewer control initially.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableannotationtoolbar"},"enableBookmark":{"name":"enableBookmark","description":"

Enables or disables the bookmark view in the PDF viewer

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablebookmark"},"enableCommentPanel":{"name":"enableCommentPanel","description":"

Enable or disables the Comment Panel of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablecommentpanel"},"enableDownload":{"name":"enableDownload","description":"

Enable or disables the download option of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabledownload"},"enableFormFields":{"name":"enableFormFields","description":"

Enable or disable the form fields in the Pdfviewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableformfields"},"enableFreeText":{"name":"enableFreeText","description":"

Enable or disable the free text annotation in the Pdfviewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablefreetext"},"enableHandwrittenSignature":{"name":"enableHandwrittenSignature","description":"

Enables or disables the handwritten signature in PDF document.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablehandwrittensignature"},"enableHyperlink":{"name":"enableHyperlink","description":"

Enables or disables the hyperlinks in PDF document.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablehyperlink"},"enableMagnification":{"name":"enableMagnification","description":"

Enable or disables the Magnification module of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablemagnification"},"enableMeasureAnnotation":{"name":"enableMeasureAnnotation","description":"

Enable or disables the calibrate annotation in the PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablemeasureannotation"},"enableNavigation":{"name":"enableNavigation","description":"

Enable or disables the Navigation module of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablenavigation"},"enableNavigationToolbar":{"name":"enableNavigationToolbar","description":"

Enable or disables the Navigation toolbar of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablenavigationtoolbar"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablepersistence"},"enablePinchZoom":{"name":"enablePinchZoom","description":"

Enable or disables the Pinch zoom of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablepinchzoom"},"enablePrint":{"name":"enablePrint","description":"

Enable or disables the print option of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableprint"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablertl"},"enableShapeAnnotation":{"name":"enableShapeAnnotation","description":"

Enable or disables the shape annotation in the PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableshapeannotation"},"enableShapeLabel":{"name":"enableShapeLabel","description":"

Enable or disables the Label for shapeAnnotations of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enableshapelabel"},"enableStampAnnotations":{"name":"enableStampAnnotations","description":"

Enables and disables the stamp annotations when the PDF viewer control is loaded initially.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablestampannotations"},"enableStickyNotesAnnotation":{"name":"enableStickyNotesAnnotation","description":"

Enables and disables the stickyNotes annotations when the PDF viewer control is loaded initially.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablestickynotesannotation"},"enableTextMarkupAnnotation":{"name":"enableTextMarkupAnnotation","description":"

Enable or disables the text markup annotation in the PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabletextmarkupannotation"},"enableTextMarkupResizer":{"name":"enableTextMarkupResizer","description":"

Enable or disable the text markup resizer to modify the bounds in UI.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabletextmarkupresizer"},"enableTextSearch":{"name":"enableTextSearch","description":"

Enable or disables the text search in the PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabletextsearch"},"enableTextSelection":{"name":"enableTextSelection","description":"

Enable or disables the text selection in the PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabletextselection"},"enableThumbnail":{"name":"enableThumbnail","description":"

Enables or disables the thumbnail view in the PDF viewer

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enablethumbnail"},"enableToolbar":{"name":"enableToolbar","description":"

Enable or disables the toolbar of PdfViewer.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#enabletoolbar"},"exportAnnotationFileName":{"name":"exportAnnotationFileName","description":"

Gets or sets the export annotations JSON file name in the PdfViewer control.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportannotationfilename"},"fileName":{"name":"fileName","description":"

Gets or sets the document name loaded in the PdfViewer control.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#filename"},"freeTextSettings":{"name":"freeTextSettings","description":"

Defines the settings of free text annotation.

\n","type":"FreeTextSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#freetextsettings"},"handWrittenSignatureSettings":{"name":"handWrittenSignatureSettings","description":"

Defines the settings of handWrittenSignature.

\n","type":"HandWrittenSignatureSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#handwrittensignaturesettings"},"height":{"name":"height","description":"

Defines the scrollable height of the PdfViewer control.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#height"},"highlightSettings":{"name":"highlightSettings","description":"

Defines the settings of highlight annotation.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#highlightsettings"},"hyperlinkOpenState":{"name":"hyperlinkOpenState","description":"

Specifies the open state of the hyperlink in the PDF document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#hyperlinkopenstate"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#ignorecollectionwatch"},"interactionMode":{"name":"interactionMode","description":"

Sets the interaction mode of the PdfViewer

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#interactionmode"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#isserverrendered"},"lineSettings":{"name":"lineSettings","description":"

Defines the settings of line annotation.

\n","type":"LineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#linesettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#locale"},"measurementSettings":{"name":"measurementSettings","description":"

Defines the settings of measurement annotation.

\n","type":"MeasurementSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#measurementsettings"},"perimeterSettings":{"name":"perimeterSettings","description":"

Defines the settings of perimeter annotation.

\n","type":"PerimeterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#perimetersettings"},"polygonSettings":{"name":"polygonSettings","description":"

Defines the settings of polygon annotation.

\n","type":"PolygonSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#polygonsettings"},"radiusSettings":{"name":"radiusSettings","description":"

Defines the settings of radius annotation.

\n","type":"RadiusSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#radiussettings"},"rectangleSettings":{"name":"rectangleSettings","description":"

Defines the settings of rectangle annotation.

\n","type":"RectangleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#rectanglesettings"},"selectedItems":{"name":"selectedItems","description":"

Defines the collection of selected items, size and position of the selector

\n","type":"SelectorModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#selecteditems"},"serverActionSettings":{"name":"serverActionSettings","description":"

Defines the settings of the PdfViewer service.

\n","type":"ServerActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#serveractionsettings"},"serviceUrl":{"name":"serviceUrl","description":"

Defines the service url of the PdfViewer control.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#serviceurl"},"shapeLabelSettings":{"name":"shapeLabelSettings","description":"

Defines the settings of shape label.

\n","type":"ShapeLabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#shapelabelsettings"},"stampSettings":{"name":"stampSettings","description":"

Defines the settings of stamp annotation.

\n","type":"StampSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#stampsettings"},"stickyNotesSettings":{"name":"stickyNotesSettings","description":"

Defines the settings of stickyNotes annotation.

\n","type":"StickyNotesSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#stickynotessettings"},"strikethroughSettings":{"name":"strikethroughSettings","description":"

Defines the settings of strikethrough annotation.

\n","type":"StrikethroughSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#strikethroughsettings"},"textSearchColorSettings":{"name":"textSearchColorSettings","description":"

Sets the settings for the color of the text search highlight.

\n","type":"TextSearchColorSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#textsearchcolorsettings"},"toolbarSettings":{"name":"toolbarSettings","description":"

Defines the settings of the PdfViewer toolbar.

\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#toolbarsettings"},"underlineSettings":{"name":"underlineSettings","description":"

Defines the settings of underline annotation.

\n","type":"UnderlineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#underlinesettings"},"volumeSettings":{"name":"volumeSettings","description":"

Defines the settings of volume annotation.

\n","type":"VolumeSettingsModel","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#volumesettings"},"width":{"name":"width","description":"

Defines the scrollable width of the PdfViewer control.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#width"},"zoomMode":{"name":"zoomMode","description":"

Specifies the rendering mode in the PDF Viewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#zoommode"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#databind"},"deleteAnnotations":{"name":"deleteAnnotations","description":"

To delete the annotation Collections in the PDF Document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#deleteannotations"},"destroy":{"name":"destroy","description":"

Destroys all managed resources used by this object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#destroy"},"download":{"name":"download","description":"

Downloads the PDF document being loaded in the ejPdfViewer control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#download"},"exportAnnotations":{"name":"exportAnnotations","description":"

Perform export annotations action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportannotations"},"exportAnnotationsAsObject":{"name":"exportAnnotationsAsObject","description":"

Perform export annotations action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportannotationsasobject"},"exportFormFields":{"name":"exportFormFields","description":"

Perform export action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportformfields"},"exportFormFieldsAsObject":{"name":"exportFormFieldsAsObject","description":"

Perform export annotations action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#exportformfieldsasobject"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#getmodulename"},"getPersistData":{"name":"getPersistData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#getpersistdata"},"importAnnotations":{"name":"importAnnotations","description":"

Perform imports annotations action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#importannotations"},"importFormFields":{"name":"importFormFields","description":"

Perform action in the PDF Viewer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#importformfields"},"load":{"name":"load","description":"

Loads the given PDF document in the PDF viewer control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#load"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#onpropertychanged"},"redo":{"name":"redo","description":"

Perform redo action for the edited annotations

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#redo"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#requiredmodules"},"saveAsBlob":{"name":"saveAsBlob","description":"

Saves the PDF document being loaded in the PDF Viewer control as blob.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#saveasblob"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#serverdatabind"},"setJsonData":{"name":"setJsonData","description":"

To modify the Json Data in ajax request.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#setjsondata"},"undo":{"name":"undo","description":"

Perform undo action for the edited annotations

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#undo"},"unload":{"name":"unload","description":"

Unloads the PDF document being displayed in the PDF viewer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#unload"},"updateViewerContainer":{"name":"updateViewerContainer","description":"

updates the PDF Viewer container width and height from externally.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#updateviewercontainer"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/#inject"}},"PerimeterSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#author"},"borderDashArray":{"name":"borderDashArray","description":"

specifies the border dash array of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#borderdasharray"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#fillcolor"},"lineHeadEndStyle":{"name":"lineHeadEndStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#lineheadendstyle"},"lineHeadStartStyle":{"name":"lineHeadStartStyle","description":"

specifies the line head start style of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#lineheadstartstyle"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/perimeterSettings#thickness"}},"PolygonSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/polygonSettings#thickness"}},"RadiusSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/radiusSettings#thickness"}},"RectangleSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/rectangleSettings#thickness"}},"ServerActionSettings":{"download":{"name":"download","description":"

specifies the download action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#download"},"exportAnnotations":{"name":"exportAnnotations","description":"

specifies the export annotations action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#exportannotations"},"exportFormFields":{"name":"exportFormFields","description":"

specifies the export action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#exportformfields"},"importAnnotations":{"name":"importAnnotations","description":"

specifies the imports annotations action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#importannotations"},"importFormFields":{"name":"importFormFields","description":"

specifies the imports action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#importformfields"},"load":{"name":"load","description":"

specifies the load action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#load"},"print":{"name":"print","description":"

specifies the print action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#print"},"renderComments":{"name":"renderComments","description":"

specifies the annotation comments action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#rendercomments"},"renderPages":{"name":"renderPages","description":"

specifies the render action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#renderpages"},"renderThumbnail":{"name":"renderThumbnail","description":"

specifies the download action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#renderthumbnail"},"unload":{"name":"unload","description":"

specifies the unload action of PdfViewer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/serverActionSettings#unload"},"restrictEditing":{"name":"restrictEditing","description":"

Specifies the restrict editing encryption/decryption action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/serverActionSettings#restrictediting"},"spellCheck":{"name":"spellCheck","description":"

Specifies the spell check action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/serverActionSettings#spellcheck"},"systemClipboard":{"name":"systemClipboard","description":"

Specifies the system clipboard action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/serverActionSettings#systemclipboard"}},"ShapeLabelSettings":{"fillColor":{"name":"fillColor","description":"

specifies the fill color of the label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#fillcolor"},"fontColor":{"name":"fontColor","description":"

specifies the border color of the label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#fontcolor"},"fontFamily":{"name":"fontFamily","description":"

specifies the max-width of the label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#fontfamily"},"fontSize":{"name":"fontSize","description":"

specifies the font size of the label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#fontsize"},"labelContent":{"name":"labelContent","description":"

specifies the default content of the label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#labelcontent"},"opacity":{"name":"opacity","description":"

specifies the opacity of the label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/shapeLabelSettings#opacity"}},"StampSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stampSettings#author"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stampSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stampSettings#opacity"}},"StickyNotesSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesSettings#author"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesSettings#opacity"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/stickyNotesSettings#subject"}},"StrikethroughSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/strikethroughSettings#author"},"color":{"name":"color","description":"

specifies the color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/strikethroughSettings#color"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/strikethroughSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/strikethroughSettings#opacity"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/strikethroughSettings#subject"}},"TextSearchColorSettings":{"currentOccurrence":{"name":"currentOccurrence","description":"

Sets the color of the current occurrence of the text searched string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/textSearchColorSettings#currentoccurrence"},"otherOccurrence":{"name":"otherOccurrence","description":"

Sets the color of the other occurrence of the text searched string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/textSearchColorSettings#otheroccurrence"}},"UnderlineSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/underlineSettings#author"},"color":{"name":"color","description":"

specifies the color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/underlineSettings#color"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/underlineSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/underlineSettings#opacity"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/underlineSettings#subject"}},"VolumeSettings":{"author":{"name":"author","description":"

specifies the author of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#author"},"fillColor":{"name":"fillColor","description":"

specifies the fill color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#fillcolor"},"modifiedDate":{"name":"modifiedDate","description":"

specifies the modified date of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#modifieddate"},"opacity":{"name":"opacity","description":"

specifies the opacity of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#opacity"},"strokeColor":{"name":"strokeColor","description":"

specifies the stroke color of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#strokecolor"},"subject":{"name":"subject","description":"

specifies the subject of the annotation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#subject"},"thickness":{"name":"thickness","description":"

specified the thickness of the annotation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/volumeSettings#thickness"}},"Print":{"print":{"name":"print","description":"

By default, prints all the Grid pages and hides the pager.

\n
\n

You can customize print options using the\nprintMode.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/print#print"},"printGridProp":{"name":"printGridProp","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/grid/print#printgridprop"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/print#destroy"},"printScheduler":{"name":"printScheduler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/print#printscheduler"}},"TextSearch":{"cancelTextSearch":{"name":"cancelTextSearch","description":"

Cancels the text search of the PdfViewer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/textSearch#canceltextsearch"},"searchNext":{"name":"searchNext","description":"

Searches the next occurrence of the searched text from the current occurrence of the PdfViewer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/textSearch#searchnext"},"searchPrevious":{"name":"searchPrevious","description":"

Searches the previous occurrence of the searched text from the current occurrence of the PdfViewer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/textSearch#searchprevious"},"searchText":{"name":"searchText","description":"

Searches the target text in the PDF document and highlights the occurrences in the pages

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/textSearch#searchtext"}},"ThumbnailView":{"openThumbnailPane":{"name":"openThumbnailPane","description":"

Open the thumbnail pane of the PdfViewer.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pdfviewer/thumbnailView#openthumbnailpane"}},"BingMap":{"imageUrl":{"name":"imageUrl","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bingMap#imageurl"},"maxZoom":{"name":"maxZoom","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bingMap#maxzoom"},"subDomains":{"name":"subDomains","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/bingMap#subdomains"},"getBingMap":{"name":"getBingMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/bingMap#getbingmap"}},"Bubble":{"bubbleCollection":{"name":"bubbleCollection","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/maps/bubble#bubblecollection"},"id":{"name":"id","description":"

Bubble Id for current layer

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bubble#id"},"bubbleClick":{"name":"bubbleClick","description":"

To check and trigger bubble click event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/bubble#bubbleclick"},"bubbleMove":{"name":"bubbleMove","description":"

To check and trigger bubble move event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/bubble#bubblemove"},"renderBubble":{"name":"renderBubble","description":"

To render bubble

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/bubble#renderbubble"}},"DataLabel":{"renderLabel":{"name":"renderLabel","description":"

To render label for maps

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/dataLabel#renderlabel"},"doDataLabelAnimation":{"name":"doDataLabelAnimation","description":"

Animates the data label.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabel#dodatalabelanimation"},"render":{"name":"render","description":"

Render the data label for series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabel#render"},"labelOptions":{"name":"labelOptions","description":"","type":"LabelOption[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabel#labeloptions"},"textOptions":{"name":"textOptions","description":"","type":"DataLabelTextOptions[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabel#textoptions"},"calculateSmartLabels":{"name":"calculateSmartLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabel#calculatesmartlabels"},"drawConnectorLines":{"name":"drawConnectorLines","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabel#drawconnectorlines"},"drawDataLabel":{"name":"drawDataLabel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabel#drawdatalabel"}},"LayerPanel":{"tiles":{"name":"tiles","description":"","type":"Tile[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#tiles"},"arrangeTiles":{"name":"arrangeTiles","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#arrangetiles"},"calculateFactor":{"name":"calculateFactor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#calculatefactor"},"calculatePathCollection":{"name":"calculatePathCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#calculatepathcollection"},"calculatePolygonBox":{"name":"calculatePolygonBox","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#calculatepolygonbox"},"calculateRectBounds":{"name":"calculateRectBounds","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#calculaterectbounds"},"calculateRectBox":{"name":"calculateRectBox","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#calculaterectbox"},"generatePoints":{"name":"generatePoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#generatepoints"},"generateTiles":{"name":"generateTiles","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#generatetiles"},"measureLayerPanel":{"name":"measureLayerPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#measurelayerpanel"},"translateLayerElements":{"name":"translateLayerElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/layerPanel#translatelayerelements"}},"Marker":{"calculateZoomCenterPositionAndFactor":{"name":"calculateZoomCenterPositionAndFactor","description":"

To calculate center position and factor value dynamically

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#calculatezoomcenterpositionandfactor"},"markerClick":{"name":"markerClick","description":"

To check and trigger marker click event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#markerclick"},"markerClusterClick":{"name":"markerClusterClick","description":"

To check and trigger Cluster click event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#markerclusterclick"},"markerClusterMouseMove":{"name":"markerClusterMouseMove","description":"

To check and trigger cluster move event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#markerclustermousemove"},"markerMove":{"name":"markerMove","description":"

To check and trigger marker move event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#markermove"},"markerRender":{"name":"markerRender","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/marker#markerrender"},"insideRegion":{"name":"insideRegion","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/marker#insideregion"},"lierIndex":{"name":"lierIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/marker#lierindex"},"createElement":{"name":"createElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/marker#createelement"},"getClosestX":{"name":"getClosestX","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/marker#getclosestx"},"isSelected":{"name":"isSelected","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/marker#isselected"},"drawMarker":{"name":"drawMarker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/marker#drawmarker"}},"NavigationLine":{"renderNavigation":{"name":"renderNavigation","description":"

To render navigation line for maps

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLine#rendernavigation"}},"Maps":{"animationComplete":{"name":"animationComplete","description":"

Triggers after the animation completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#animationcomplete"},"annotationRendering":{"name":"annotationRendering","description":"

Triggers before annotation rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#annotationrendering"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#beforeprint"},"bubbleClick":{"name":"bubbleClick","description":"

Triggers event mouse clicking on the maps bubble element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#bubbleclick"},"bubbleMouseMove":{"name":"bubbleMouseMove","description":"

Triggers event mouse moving on the maps bubble element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#bubblemousemove"},"bubbleRendering":{"name":"bubbleRendering","description":"

Triggers before the maps bubble rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#bubblerendering"},"click":{"name":"click","description":"

Triggers on clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#click"},"dataLabelRendering":{"name":"dataLabelRendering","description":"

Triggers before the data label get rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#datalabelrendering"},"doubleClick":{"name":"doubleClick","description":"

Triggers on double clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#doubleclick"},"itemHighlight":{"name":"itemHighlight","description":"

Trigger before highlight applied

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#itemhighlight"},"itemSelection":{"name":"itemSelection","description":"

Triggers before selection applied

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#itemselection"},"layerRendering":{"name":"layerRendering","description":"

Triggers before the maps layer rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#layerrendering"},"legendRendering":{"name":"legendRendering","description":"

Triggers the legend rendering event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#legendrendering"},"load":{"name":"load","description":"

Triggers before maps rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#load"},"loaded":{"name":"loaded","description":"

Triggers after maps rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#loaded"},"markerClick":{"name":"markerClick","description":"

Triggers event mouse clicking on the maps marker element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markerclick"},"markerClusterClick":{"name":"markerClusterClick","description":"

Triggers event mouse clicking on the maps Cluster element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markerclusterclick"},"markerClusterMouseMove":{"name":"markerClusterMouseMove","description":"

Triggers event mouse moving on the maps cluster element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markerclustermousemove"},"markerClusterRendering":{"name":"markerClusterRendering","description":"

Triggers before the maps marker cluster rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markerclusterrendering"},"markerMouseMove":{"name":"markerMouseMove","description":"

Triggers event mouse moving on the maps marker element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markermousemove"},"markerRendering":{"name":"markerRendering","description":"

Triggers before the maps marker rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#markerrendering"},"pan":{"name":"pan","description":"

Triggers before panning.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#pan"},"resize":{"name":"resize","description":"

Triggers on resizing the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#resize"},"rightClick":{"name":"rightClick","description":"

Triggers on right clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#rightclick"},"shapeHighlight":{"name":"shapeHighlight","description":"

Triggers before highlight applied for shape

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#shapehighlight"},"shapeRendering":{"name":"shapeRendering","description":"

Triggers before the maps shape rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#shaperendering"},"shapeSelected":{"name":"shapeSelected","description":"

Triggers while clicking the shape

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#shapeselected"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the maps tooltip rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#tooltiprender"},"tooltipRenderComplete":{"name":"tooltipRenderComplete","description":"

Triggers after the maps tooltip rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#tooltiprendercomplete"},"zoom":{"name":"zoom","description":"

Triggers before zoom in or zoom out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#zoom"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#allowserverdatabinding"},"annotations":{"name":"annotations","description":"

Options for customizing the annotation of maps.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#annotations"},"annotationsModule":{"name":"annotationsModule","description":"

annotationModule is used to place the any text or images into the maps.

\n","type":"Annotations","link":"//ej2.syncfusion.com/documentation/api/maps/#annotationsmodule"},"background":{"name":"background","description":"

To configure the background of the maps container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#background"},"baseLayerIndex":{"name":"baseLayerIndex","description":"

To configure baseMapIndex of maps. Option to select which layer to be visible.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/#baselayerindex"},"border":{"name":"border","description":"

Options for customizing the color and width of the maps border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/#border"},"bubbleModule":{"name":"bubbleModule","description":"

bubbleModule is used to add bubble to the maps.

\n","type":"Bubble","link":"//ej2.syncfusion.com/documentation/api/maps/#bubblemodule"},"bubbleSelectionClass":{"name":"bubbleSelectionClass","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/maps/#bubbleselectionclass"},"centerPosition":{"name":"centerPosition","description":"

To configure the zoom level of maps.

\n","type":"CenterPositionModel","link":"//ej2.syncfusion.com/documentation/api/maps/#centerposition"},"checkInitialRender":{"name":"checkInitialRender","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#checkinitialrender"},"dataLabel":{"name":"dataLabel","description":"","type":"DataLabel","link":"//ej2.syncfusion.com/documentation/api/maps/#datalabel"},"dataLabelModule":{"name":"dataLabelModule","description":"

dataLabelModule is used to add datalabel to the maps.

\n","type":"DataLabel","link":"//ej2.syncfusion.com/documentation/api/maps/#datalabelmodule"},"dataLabelShape":{"name":"dataLabelShape","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/maps/#datalabelshape"},"description":{"name":"description","description":"

Description for maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#description"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/maps/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#enablertl"},"format":{"name":"format","description":"

To apply internationalization for maps

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#format"},"height":{"name":"height","description":"

To configure height of maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#height"},"highlightModule":{"name":"highlightModule","description":"

highlightModule is used to add highlight to the maps.

\n","type":"Highlight","link":"//ej2.syncfusion.com/documentation/api/maps/#highlightmodule"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#isserverrendered"},"layers":{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"},"legendModule":{"name":"legendModule","description":"

legendModule is used to add legend to the maps.

\n","type":"Legend","link":"//ej2.syncfusion.com/documentation/api/maps/#legendmodule"},"legendSelection":{"name":"legendSelection","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#legendselection"},"legendSelectionClass":{"name":"legendSelectionClass","description":"","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendselectionclass"},"legendSelectionCollection":{"name":"legendSelectionCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/#legendselectioncollection"},"legendSettings":{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#locale"},"mapScaleValue":{"name":"mapScaleValue","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/#mapscalevalue"},"mapsArea":{"name":"mapsArea","description":"

To customization Maps area

\n","type":"MapsAreaSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#mapsarea"},"mapsTooltipModule":{"name":"mapsTooltipModule","description":"

mapsTooltipModule is used to add tooltip to the maps.

\n","type":"MapsTooltip","link":"//ej2.syncfusion.com/documentation/api/maps/#mapstooltipmodule"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the maps.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/maps/#margin"},"markerModule":{"name":"markerModule","description":"

markerModule is used to add marker to the maps.

\n","type":"Marker","link":"//ej2.syncfusion.com/documentation/api/maps/#markermodule"},"markerSelectionClass":{"name":"markerSelectionClass","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/maps/#markerselectionclass"},"markerZoomFactor":{"name":"markerZoomFactor","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/#markerzoomfactor"},"navigationLineModule":{"name":"navigationLineModule","description":"

navigationLineModule is used to add navigationLine to the maps.

\n","type":"NavigationLine","link":"//ej2.syncfusion.com/documentation/api/maps/#navigationlinemodule"},"navigationSelectionClass":{"name":"navigationSelectionClass","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/maps/#navigationselectionclass"},"previousProjection":{"name":"previousProjection","description":"","type":"String","link":"//ej2.syncfusion.com/documentation/api/maps/#previousprojection"},"projectionType":{"name":"projectionType","description":"

Specifies the ProjectionType for the maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#projectiontype"},"selectedBubbleElementId":{"name":"selectedBubbleElementId","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/#selectedbubbleelementid"},"selectedElementId":{"name":"selectedElementId","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/#selectedelementid"},"selectedLegendElementId":{"name":"selectedLegendElementId","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/maps/#selectedlegendelementid"},"selectedMarkerElementId":{"name":"selectedMarkerElementId","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/#selectedmarkerelementid"},"selectedNavigationElementId":{"name":"selectedNavigationElementId","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/#selectednavigationelementid"},"selectionModule":{"name":"selectionModule","description":"

selectionModule is used to add selection to the maps.

\n","type":"Selection","link":"//ej2.syncfusion.com/documentation/api/maps/#selectionmodule"},"shapeSelectionClass":{"name":"shapeSelectionClass","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/maps/#shapeselectionclass"},"shapeSelections":{"name":"shapeSelections","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#shapeselections"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the maps.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/#tabindex"},"theme":{"name":"theme","description":"

Specifies the theme for the maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#theme"},"titleSettings":{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},"toggledLegendId":{"name":"toggledLegendId","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/maps/#toggledlegendid"},"toggledShapeElementId":{"name":"toggledShapeElementId","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/#toggledshapeelementid"},"tooltipDisplayMode":{"name":"tooltipDisplayMode","description":"

To configure the tooltip gesture

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#tooltipdisplaymode"},"translatePoint":{"name":"translatePoint","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/#translatepoint"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

To enable the separator

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/#usegroupingseparator"},"width":{"name":"width","description":"

To configure width of maps.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/#width"},"zoomLabelPositions":{"name":"zoomLabelPositions","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomlabelpositions"},"zoomModule":{"name":"zoomModule","description":"

zoomModule is used to add zoom to the maps.

\n","type":"Zoom","link":"//ej2.syncfusion.com/documentation/api/maps/#zoommodule"},"zoomSettings":{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},"zoomShapeCollection":{"name":"zoomShapeCollection","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomshapecollection"},"zoomTranslatePoint":{"name":"zoomTranslatePoint","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomtranslatepoint"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#addeventlistener"},"addLayer":{"name":"addLayer","description":"

To add layer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#addlayer"},"addMarker":{"name":"addMarker","description":"

To add marker

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#addmarker"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#databind"},"destroy":{"name":"destroy","description":"

To destroy maps control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#destroy"},"export":{"name":"export","description":"

Handles the export method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#export"},"getGeoLocation":{"name":"getGeoLocation","description":"

To get the geo location

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#getgeolocation"},"getLocalizedLabel":{"name":"getLocalizedLabel","description":"

Gets the localized label by locale keyword.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#getlocalizedlabel"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#getmodulename"},"getTileGeoLocation":{"name":"getTileGeoLocation","description":"

To get the geo location

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#gettilegeolocation"},"mapsOnClick":{"name":"mapsOnClick","description":"

To handle the click event for the maps.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mapsonclick"},"mapsOnDoubleClick":{"name":"mapsOnDoubleClick","description":"

To handle the double click event for the maps.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mapsondoubleclick"},"mapsOnResize":{"name":"mapsOnResize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mapsonresize"},"mouseDownOnMap":{"name":"mouseDownOnMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mousedownonmap"},"mouseEndOnMap":{"name":"mouseEndOnMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mouseendonmap"},"mouseLeaveOnMap":{"name":"mouseLeaveOnMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mouseleaveonmap"},"mouseMoveOnMap":{"name":"mouseMoveOnMap","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#mousemoveonmap"},"onMouseMove":{"name":"onMouseMove","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#onmousemove"},"panByDirection":{"name":"panByDirection","description":"

To pan the map by specifies the direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#panbydirection"},"pointToLatLong":{"name":"pointToLatLong","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#pointtolatlong"},"print":{"name":"print","description":"

Handles the print method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#print"},"processResponseJsonData":{"name":"processResponseJsonData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#processresponsejsondata"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#removeeventlistener"},"removeLayer":{"name":"removeLayer","description":"

To remove layer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#removelayer"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#serverdatabind"},"shapeSelection":{"name":"shapeSelection","description":"

Public method for selection

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#shapeselection"},"zoomByPosition":{"name":"zoomByPosition","description":"

To zoom the map by specifies the center position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#zoombyposition"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/#inject"}},"Arrow":{"color":{"name":"color","description":"

color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/arrow#color"},"offSet":{"name":"offSet","description":"

offset the arrow in navigation line by specified pixels

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/arrow#offset"},"position":{"name":"position","description":"

arrowPosition

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/arrow#position"},"showArrow":{"name":"showArrow","description":"

show

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/arrow#showarrow"},"size":{"name":"size","description":"

size

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/arrow#size"}},"BubbleSettings":{"animationDelay":{"name":"animationDelay","description":"

Animation duration

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#animationdelay"},"animationDuration":{"name":"animationDuration","description":"

To configure bubble animation duration

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#animationduration"},"border":{"name":"border","description":"

Configures the bubble border

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#border"},"bubbleType":{"name":"bubbleType","description":"

To configure bubble shape type

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#bubbletype"},"colorMapping":{"name":"colorMapping","description":"

To configure bubble colorMapping

\n","type":"ColorMappingSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#colormapping"},"colorValuePath":{"name":"colorValuePath","description":"

To configure bubble colorValuePath

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#colorvaluepath"},"dataSource":{"name":"dataSource","description":"

Specifies the data source for bubble.

\n","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#datasource"},"fill":{"name":"fill","description":"

To configure bubble fill color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#fill"},"highlightSettings":{"name":"highlightSettings","description":"

To configure the highlight settings of the maps.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#highlightsettings"},"maxRadius":{"name":"maxRadius","description":"

To configure bubble maxRadius

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#maxradius"},"minRadius":{"name":"minRadius","description":"

To configure bubble minRadius

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#minradius"},"opacity":{"name":"opacity","description":"

To configure bubble opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#opacity"},"selectionSettings":{"name":"selectionSettings","description":"

To configure the selection settings of the maps.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#selectionsettings"},"tooltipSettings":{"name":"tooltipSettings","description":"

To configure the tooltip settings of the bubble .

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#tooltipsettings"},"valuePath":{"name":"valuePath","description":"

To configure bubble valuePath

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#valuepath"},"visible":{"name":"visible","description":"

Toggle the visibility of bubble

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/bubbleSettings#visible"}},"CenterPosition":{"latitude":{"name":"latitude","description":"

latitude for the center position of maps

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/centerPosition#latitude"},"longitude":{"name":"longitude","description":"

longitude for the center position of maps

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/centerPosition#longitude"}},"ColorMappingSettings":{"color":{"name":"color","description":"

To configure color

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#color"},"from":{"name":"from","description":"

To configure from

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#from"},"label":{"name":"label","description":"

To configure labels

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#label"},"maxOpacity":{"name":"maxOpacity","description":"

To configure max opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#maxopacity"},"minOpacity":{"name":"minOpacity","description":"

To configure min opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#minopacity"},"showLegend":{"name":"showLegend","description":"

To enable or disable the legend

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#showlegend"},"to":{"name":"to","description":"

To configure to

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#to"},"value":{"name":"value","description":"

To configure value

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/colorMappingSettings#value"}},"ConnectorLineSettings":{"color":{"name":"color","description":"

Set the color for connector line

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/connectorLineSettings#color"},"opacity":{"name":"opacity","description":"

Set the opacity for connector line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/connectorLineSettings#opacity"},"width":{"name":"width","description":"

Set the line width for connector line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/connectorLineSettings#width"}},"DataLabelSettings":{"border":{"name":"border","description":"

Option for customizing the border lines.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#border"},"fill":{"name":"fill","description":"

The background color of the data label accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#fill"},"intersectionAction":{"name":"intersectionAction","description":"

intersection action

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/dataLabelSettings#intersectionaction"},"labelPath":{"name":"labelPath","description":"

To customize the label path values.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/dataLabelSettings#labelpath"},"opacity":{"name":"opacity","description":"

The opacity for the background.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#opacity"},"rx":{"name":"rx","description":"

The roundedCornerX for the data label. It requires border values not to be null.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#rx"},"ry":{"name":"ry","description":"

The roundedCornerY for the data label. It requires border values not to be null.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#ry"},"smartLabelMode":{"name":"smartLabelMode","description":"

To customize the smartLabels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/dataLabelSettings#smartlabelmode"},"template":{"name":"template","description":"

Custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder\ntext to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#template"},"textStyle":{"name":"textStyle","description":"

Options for customizing text styles of the data label.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/maps/dataLabelSettings#textstyle"},"visible":{"name":"visible","description":"

If set true, data label for series renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#visible"},"alignment":{"name":"alignment","description":"

Specifies the alignment for data Label. They are,

\n
    \n
  • Near: Aligns the label to the left of the point.
  • \n
  • Center: Aligns the label to the center of the point.
  • \n
  • Far: Aligns the label to the right of the point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#alignment"},"angle":{"name":"angle","description":"

Specifies angle for data label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#angle"},"enableRotation":{"name":"enableRotation","description":"

Enables rotation for data label.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#enablerotation"},"font":{"name":"font","description":"

Option for customizing the data label text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#font"},"margin":{"name":"margin","description":"

Margin configuration for the data label.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#margin"},"name":{"name":"name","description":"

The DataSource field that contains the data label value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#name"},"position":{"name":"position","description":"

Specifies the position of the data label. They are,

\n
    \n
  • Outer: Positions the label outside the point.
  • \n
  • top: Positions the label on top of the point.
  • \n
  • Bottom: Positions the label at the bottom of the point.
  • \n
  • Middle: Positions the label to the middle of the point.
  • \n
  • Auto: Positions the label based on series.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/dataLabelSettings#position"}},"InitialShapeSelectionSettings":{"shapePath":{"name":"shapePath","description":"

To customize the fill color of the highlight.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/initialShapeSelectionSettings#shapepath"},"shapeValue":{"name":"shapeValue","description":"

Toggle the highlight settings.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/initialShapeSelectionSettings#shapevalue"}},"LayerSettings":{"animationDuration":{"name":"animationDuration","description":"

Specifies the animation duration for the layer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#animationduration"},"bingMapType":{"name":"bingMapType","description":"

Specifies the type for the bing map.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#bingmaptype"},"bubbleSettings":{"name":"bubbleSettings","description":"

To configure the bubble settings of the maps.

\n","type":"BubbleSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#bubblesettings"},"dataLabelSettings":{"name":"dataLabelSettings","description":"

To configure the datalabel settings of the maps.

\n","type":"DataLabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#datalabelsettings"},"dataSource":{"name":"dataSource","description":"

Specifies the data source for the layer.

\n","type":"Object[]|DataManager|MapAjax","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#datasource"},"geometryType":{"name":"geometryType","description":"

Specifies the geometry type

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#geometrytype"},"highlightSettings":{"name":"highlightSettings","description":"

To configure the highlight settings of the maps.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#highlightsettings"},"initialShapeSelection":{"name":"initialShapeSelection","description":"

To select the shape at the rendering time.

\n","type":"InitialShapeSelectionSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#initialshapeselection"},"key":{"name":"key","description":"

Specifies the key for the layer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#key"},"layerType":{"name":"layerType","description":"

Specifies the layerType for the layer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#layertype"},"markerClusterSettings":{"name":"markerClusterSettings","description":"

To configure the cluster settings.

\n","type":"MarkerClusterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#markerclustersettings"},"markerSettings":{"name":"markerSettings","description":"

To configure the marker settings.

\n","type":"MarkerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#markersettings"},"navigationLineSettings":{"name":"navigationLineSettings","description":"

navigationLineSetting

\n","type":"NavigationLineSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#navigationlinesettings"},"query":{"name":"query","description":"

Specifies the query to select particular data from the shape data.\nThis property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#query"},"selectionSettings":{"name":"selectionSettings","description":"

To configure the selection settings of the maps.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#selectionsettings"},"shapeData":{"name":"shapeData","description":"

Specifies the shape data for the layer.

\n","type":"Object|DataManager|MapAjax","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#shapedata"},"shapeDataPath":{"name":"shapeDataPath","description":"

Specifies the shapeDataPath for the layer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#shapedatapath"},"shapePropertyPath":{"name":"shapePropertyPath","description":"

Specifies the shapePropertyPath for the layer.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#shapepropertypath"},"shapeSettings":{"name":"shapeSettings","description":"

Specifies the shape properties

\n","type":"ShapeSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#shapesettings"},"staticMapType":{"name":"staticMapType","description":"

Specifies the type for the static map.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#staticmaptype"},"toggleLegendSettings":{"name":"toggleLegendSettings","description":"

To configure the legend toggle settings.

\n","type":"ToggleLegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#togglelegendsettings"},"tooltipSettings":{"name":"tooltipSettings","description":"

To configure the tooltip settings of the maps layer.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#tooltipsettings"},"type":{"name":"type","description":"

Specifies the type for the layer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#type"},"urlTemplate":{"name":"urlTemplate","description":"

Specifies the urlTemplate for the layer.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#urltemplate"},"visible":{"name":"visible","description":"

Toggle the visibility of the layers.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/layerSettings#visible"}},"MapsAreaSettings":{"background":{"name":"background","description":"

To configure maps area background color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/mapsAreaSettings#background"},"border":{"name":"border","description":"

Options for customizing the color and width of maps area.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/mapsAreaSettings#border"}},"MarkerBase":{"animationDelay":{"name":"animationDelay","description":"

Animation delay time

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#animationdelay"},"animationDuration":{"name":"animationDuration","description":"

Animation duration time

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#animationduration"},"border":{"name":"border","description":"

Options for customizing the color and width of the marker.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#border"},"colorValuePath":{"name":"colorValuePath","description":"

To customize the color of marker from marker dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#colorvaluepath"},"dashArray":{"name":"dashArray","description":"

Options for customizing the dash array options

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#dasharray"},"dataSource":{"name":"dataSource","description":"

To configure the dataSource of the marker.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#datasource"},"fill":{"name":"fill","description":"

To customize the fill color of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#fill"},"height":{"name":"height","description":"

To customize the height of the marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#height"},"highlightSettings":{"name":"highlightSettings","description":"

To configure the highlight settings of the maps.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#highlightsettings"},"imageUrl":{"name":"imageUrl","description":"

To provide the image url for rendering marker image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#imageurl"},"imageUrlValuePath":{"name":"imageUrlValuePath","description":"

To customize the shape image of marker from marker dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#imageurlvaluepath"},"legendText":{"name":"legendText","description":"

To provide the dataSource field to display legend text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#legendtext"},"offset":{"name":"offset","description":"

To move the marker by setting offset values

\n","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#offset"},"opacity":{"name":"opacity","description":"

To customize the opacity of the marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#opacity"},"selectionSettings":{"name":"selectionSettings","description":"

To configure the selection settings of the maps.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#selectionsettings"},"shape":{"name":"shape","description":"

To customize the shape of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#shape"},"shapeValuePath":{"name":"shapeValuePath","description":"

To customize the shape of marker from marker dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#shapevaluepath"},"template":{"name":"template","description":"

To customize the template of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#template"},"tooltipSettings":{"name":"tooltipSettings","description":"

To configure the tooltip settings of the maps marker.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#tooltipsettings"},"visible":{"name":"visible","description":"

Toggle the visibility of the marker.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#visible"},"width":{"name":"width","description":"

To customize the width of the marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerBase#width"}},"MarkerClusterData":{},"MarkerClusterSettings":{"allowClusterExpand":{"name":"allowClusterExpand","description":"

Toggle the cluster separate

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#allowclusterexpand"},"allowClustering":{"name":"allowClustering","description":"

Toggle the Clustering visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#allowclustering"},"border":{"name":"border","description":"

Options for customizing the color and width of the Clustering.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#border"},"connectorLineSettings":{"name":"connectorLineSettings","description":"

Set connector style for cluster separating

\n","type":"ConnectorLineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#connectorlinesettings"},"dashArray":{"name":"dashArray","description":"

dashArray\n@default ''

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#dasharray"},"fill":{"name":"fill","description":"

To customize the fill color of the Clustering.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#fill"},"height":{"name":"height","description":"

Customize the legend height of the maps.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#height"},"imageUrl":{"name":"imageUrl","description":"

To provide the image url for rendering marker image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#imageurl"},"labelStyle":{"name":"labelStyle","description":"

cluster style

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#labelstyle"},"offset":{"name":"offset","description":"

To move the marker by setting offset values

\n","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#offset"},"opacity":{"name":"opacity","description":"

To customize the opacity of the Clustering.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#opacity"},"shape":{"name":"shape","description":"

To customize the Clustering of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#shape"},"width":{"name":"width","description":"

Customize the legend width of the maps.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerClusterSettings#width"}},"MarkerSettings":{"animationDelay":{"name":"animationDelay","description":"

Animation delay time

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#animationdelay"},"animationDuration":{"name":"animationDuration","description":"

Animation duration time

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#animationduration"},"border":{"name":"border","description":"

Options for customizing the border of a marker.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#border"},"colorValuePath":{"name":"colorValuePath","description":"

To customize the color of marker from marker dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#colorvaluepath"},"dashArray":{"name":"dashArray","description":"

Options for customizing the dash array options

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#dasharray"},"dataSource":{"name":"dataSource","description":"

To configure the dataSource of the marker.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#datasource"},"fill":{"name":"fill","description":"

The fill color of the marker that accepts value in hex and rgba as a valid CSS color string. By default, it will take series' color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#fill"},"height":{"name":"height","description":"

The height of the marker in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#height"},"highlightSettings":{"name":"highlightSettings","description":"

To configure the highlight settings of the maps.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#highlightsettings"},"imageUrl":{"name":"imageUrl","description":"

The URL for the Image that is to be displayed as a marker. It requires marker shape value to be an Image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#imageurl"},"imageUrlValuePath":{"name":"imageUrlValuePath","description":"

To customize the shape image of marker from marker dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#imageurlvaluepath"},"legendText":{"name":"legendText","description":"

To provide the dataSource field to display legend text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#legendtext"},"offset":{"name":"offset","description":"

Options for customizing the marker position.

\n","type":"OffsetModel","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#offset"},"opacity":{"name":"opacity","description":"

The opacity of the marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#opacity"},"selectionSettings":{"name":"selectionSettings","description":"

To configure the selection settings of the maps.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#selectionsettings"},"shape":{"name":"shape","description":"

The different shape of a marker:

\n
    \n
  • Circle
  • \n
  • Rectangle
  • \n
  • Triangle
  • \n
  • Diamond
  • \n
  • HorizontalLine
  • \n
  • VerticalLine
  • \n
  • Pentagon
  • \n
  • InvertedTriangle
  • \n
  • Image
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#shape"},"shapeValuePath":{"name":"shapeValuePath","description":"

To customize the shape of marker from marker dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#shapevaluepath"},"template":{"name":"template","description":"

To customize the template of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#template"},"tooltipSettings":{"name":"tooltipSettings","description":"

To configure the tooltip settings of the maps marker.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/markerSettings#tooltipsettings"},"visible":{"name":"visible","description":"

If set to true the marker for series is rendered. This is applicable only for line and area type series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#visible"},"width":{"name":"width","description":"

The width of the marker in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#width"},"dataLabel":{"name":"dataLabel","description":"

The data label for the series.

\n","type":"DataLabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/markerSettings#datalabel"}},"NavigationLineSettings":{"angle":{"name":"angle","description":"

Specifies the angle of curve connecting different locations in map

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#angle"},"arrowSettings":{"name":"arrowSettings","description":"

arrow

\n","type":"ArrowModel","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#arrowsettings"},"color":{"name":"color","description":"

NavigationSelectedLine color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#color"},"dashArray":{"name":"dashArray","description":"

dashArray\n@default ''

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#dasharray"},"highlightSettings":{"name":"highlightSettings","description":"

To configure the highlight settings of the maps.

\n","type":"HighlightSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#highlightsettings"},"latitude":{"name":"latitude","description":"

NavigationSelectedLine latitude\n@default []

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#latitude"},"longitude":{"name":"longitude","description":"

NavigationSelectedLine longitude\n@default []

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#longitude"},"selectionSettings":{"name":"selectionSettings","description":"

To configure the selection settings of the maps.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#selectionsettings"},"visible":{"name":"visible","description":"

NavigationSelectedLine visible\n@default false

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#visible"},"width":{"name":"width","description":"

Configures the label border

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/navigationLineSettings#width"}},"ShapeSettings":{"autofill":{"name":"autofill","description":"

Toggle the auto fill.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#autofill"},"border":{"name":"border","description":"

Options for customizing the color and width of the shape.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#border"},"circleRadius":{"name":"circleRadius","description":"

Customize the radius for points

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#circleradius"},"colorMapping":{"name":"colorMapping","description":"

To configure shape colorMapping

\n","type":"ColorMappingSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#colormapping"},"colorValuePath":{"name":"colorValuePath","description":"

To customize the colorValuePath of the shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#colorvaluepath"},"dashArray":{"name":"dashArray","description":"

Dash array of line

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#dasharray"},"fill":{"name":"fill","description":"

To customize the fill color of the shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#fill"},"opacity":{"name":"opacity","description":"

To customize the opacity of the shape.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#opacity"},"palette":{"name":"palette","description":"

To customize the palette of the shape.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#palette"},"valuePath":{"name":"valuePath","description":"

To customize the valuePath of the shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/shapeSettings#valuepath"}},"Tile":{"height":{"name":"height","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#height"},"left":{"name":"left","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#left"},"src":{"name":"src","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/tile#src"},"top":{"name":"top","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#top"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#width"},"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/tile#y"}},"ToggleLegendSettings":{"applyShapeSettings":{"name":"applyShapeSettings","description":"

To apply the shape settings

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/toggleLegendSettings#applyshapesettings"},"border":{"name":"border","description":"

To apply border for the shapes

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/maps/toggleLegendSettings#border"},"enable":{"name":"enable","description":"

To toggle the legend

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/toggleLegendSettings#enable"},"fill":{"name":"fill","description":"

To fill the color for shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/toggleLegendSettings#fill"},"opacity":{"name":"opacity","description":"

To specify the opacity of the shape

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/toggleLegendSettings#opacity"}},"ZoomSettings":{"color":{"name":"color","description":"

Specifies the tool bar color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#color"},"doubleClickZoom":{"name":"doubleClickZoom","description":"

Double tab zooming

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#doubleclickzoom"},"enable":{"name":"enable","description":"

Toggle the visibility of zooming.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#enable"},"highlightColor":{"name":"highlightColor","description":"

Specifies the tool bar highlight color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#highlightcolor"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Configures vertical placement of tool bar

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#horizontalalignment"},"maxZoom":{"name":"maxZoom","description":"

Configures max zooming.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#maxzoom"},"minZoom":{"name":"minZoom","description":"

Configures minimum zooming.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#minzoom"},"mouseWheelZoom":{"name":"mouseWheelZoom","description":"

Toggle the mouse wheel zooming.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#mousewheelzoom"},"pinchZooming":{"name":"pinchZooming","description":"

Toggle the pinch zooming.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#pinchzooming"},"selectionColor":{"name":"selectionColor","description":"

Specifies the tool bar selection color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#selectioncolor"},"shouldZoomInitially":{"name":"shouldZoomInitially","description":"

Zoom map based on marker positions.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#shouldzoominitially"},"toolBarOrientation":{"name":"toolBarOrientation","description":"

Configures tool bar orientation

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#toolbarorientation"},"toolbars":{"name":"toolbars","description":"

To configure zooming items.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#toolbars"},"verticalAlignment":{"name":"verticalAlignment","description":"

Configures vertical placement of tool bar

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#verticalalignment"},"zoomFactor":{"name":"zoomFactor","description":"

Configures zoom factor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#zoomfactor"},"zoomOnClick":{"name":"zoomOnClick","description":"

Toggle the selection on zooming.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoomSettings#zoomonclick"},"enableDeferredZooming":{"name":"enableDeferredZooming","description":"

If set to true, zooming will be performed on mouse up. It requires enableSelectionZooming to be true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enabledeferredzooming"},"enableMouseWheelZooming":{"name":"enableMouseWheelZooming","description":"

If set to true, chart can be zoomed by using mouse wheel.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enablemousewheelzooming"},"enablePan":{"name":"enablePan","description":"

Specifies whether chart needs to be panned by default.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enablepan"},"enablePinchZooming":{"name":"enablePinchZooming","description":"

If to true, chart can be pinched to zoom in / zoom out.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enablepinchzooming"},"enableScrollbar":{"name":"enableScrollbar","description":"

Specifies whether axis needs to have scrollbar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enablescrollbar"},"enableSelectionZooming":{"name":"enableSelectionZooming","description":"

If set to true, chart can be zoomed by a rectangular selecting region on the plot area.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#enableselectionzooming"},"mode":{"name":"mode","description":"

Specifies whether to allow zooming vertically or horizontally or in both ways. They are,

\n
    \n
  • x,y: Chart can be zoomed both vertically and horizontally.
  • \n
  • x: Chart can be zoomed horizontally.
  • \n
  • y: Chart can be zoomed vertically.\nIt requires enableSelectionZooming to be true.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#mode"},"toolbarItems":{"name":"toolbarItems","description":"

Specifies the toolkit options for the zooming as follows:

\n
    \n
  • Zoom
  • \n
  • ZoomIn
  • \n
  • ZoomOut
  • \n
  • Pan
  • \n
  • Reset
  • \n
\n","type":"ToolbarItems[]","link":"//ej2.syncfusion.com/documentation/api/chart/zoomSettings#toolbaritems"}},"Highlight":{"addHighlight":{"name":"addHighlight","description":"

Public method for highlight module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/highlight#addhighlight"}},"Selection":{"addSelection":{"name":"addSelection","description":"

Public method for selection

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/selection#addselection"},"enableSelectMultiTouch":{"name":"enableSelectMultiTouch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#enableselectmultitouch"},"endIndex":{"name":"endIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#endindex"},"isMultiCtrlRequest":{"name":"isMultiCtrlRequest","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#ismultictrlrequest"},"isMultiShiftRequest":{"name":"isMultiShiftRequest","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#ismultishiftrequest"},"isSelectionFromChart":{"name":"isSelectionFromChart","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#isselectionfromchart"},"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#parent"},"selectedRowIndex":{"name":"selectedRowIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#selectedrowindex"},"selectedRowIndexes":{"name":"selectedRowIndexes","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#selectedrowindexes"},"startIndex":{"name":"startIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#startindex"},"clearSelection":{"name":"clearSelection","description":"

Deselects the currently selected rows and cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#clearselection"},"getCellSelectedRecords":{"name":"getCellSelectedRecords","description":"

Get the selected records for cell selection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#getcellselectedrecords"},"getSelectedRecords":{"name":"getSelectedRecords","description":"

Gets the collection of selected records.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#getselectedrecords"},"getSelectedRowCellIndexes":{"name":"getSelectedRowCellIndexes","description":"

Gets the collection of selected row and cell indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#getselectedrowcellindexes"},"getSelectedRowIndexes":{"name":"getSelectedRowIndexes","description":"

Gets the collection of selected row indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#getselectedrowindexes"},"getSelectedRows":{"name":"getSelectedRows","description":"

Gets the collection of selected rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/selection#getselectedrows"},"selectCell":{"name":"selectCell","description":"

Selects the entire cell if the context is within table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectcell"},"selectCells":{"name":"selectCells","description":"

Selects a collection of cells by row and column indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#selectcells"},"selectRow":{"name":"selectRow","description":"

Selects the entire row if the context is within table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectrow"},"selectRows":{"name":"selectRows","description":"

Selects a collection of rows by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#selectrows"},"selectRowsByRange":{"name":"selectRowsByRange","description":"

Selects a range of rows from start and end row indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#selectrowsbyrange"},"beforeFragAppend":{"name":"beforeFragAppend","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#beforefragappend"},"clearCellSelection":{"name":"clearCellSelection","description":"

Deselects the currently selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#clearcellselection"},"clearRowSelection":{"name":"clearRowSelection","description":"

Deselects the currently selected rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#clearrowselection"},"dataReady":{"name":"dataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#dataready"},"getCurrentBatchRecordChanges":{"name":"getCurrentBatchRecordChanges","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#getcurrentbatchrecordchanges"},"removeEventListener_checkbox":{"name":"removeEventListener_checkbox","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#removeeventlistener_checkbox"},"selectCellsByRange":{"name":"selectCellsByRange","description":"

Selects a range of cells from start and end indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/selection#selectcellsbyrange"},"checkSelectionIsAtEditRegion":{"name":"checkSelectionIsAtEditRegion","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#checkselectionisateditregion"},"closeHeaderFooter":{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},"copy":{"name":"copy","description":"

Copies the selected content to clipboard.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#copy"},"copyHyperlink":{"name":"copyHyperlink","description":"

Copies the hyperlink URL if the context is within hyperlink.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#copyhyperlink"},"extendBackward":{"name":"extendBackward","description":"

Extends selection backward.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendbackward"},"extendForward":{"name":"extendForward","description":"

Extends selection forward.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendforward"},"extendToLineEnd":{"name":"extendToLineEnd","description":"

Extend selection to line end

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendtolineend"},"extendToLineStart":{"name":"extendToLineStart","description":"

Extends selection to line start.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendtolinestart"},"extendToNextLine":{"name":"extendToNextLine","description":"

Extend selection to next line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendtonextline"},"extendToParagraphEnd":{"name":"extendToParagraphEnd","description":"

Extend selection to paragraph end.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendtoparagraphend"},"extendToParagraphStart":{"name":"extendToParagraphStart","description":"

Extends selection to paragraph start.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendtoparagraphstart"},"extendToPreviousLine":{"name":"extendToPreviousLine","description":"

Extends selection to previous line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendtopreviousline"},"extendToWordEnd":{"name":"extendToWordEnd","description":"

Extends selection to word end.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendtowordend"},"extendToWordEndInternal":{"name":"extendToWordEndInternal","description":"

Extends selection to word end.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendtowordendinternal"},"extendToWordStart":{"name":"extendToWordStart","description":"

Extends selection to word start.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#extendtowordstart"},"goToFooter":{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},"goToHeader":{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},"goToPage":{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},"moveToDocumentEnd":{"name":"moveToDocumentEnd","description":"

Moves selection to end of the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#movetodocumentend"},"moveToDocumentStart":{"name":"moveToDocumentStart","description":"

Moves selection to start of the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#movetodocumentstart"},"moveToLineEnd":{"name":"moveToLineEnd","description":"

Moves selection to end of the current line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#movetolineend"},"moveToLineStart":{"name":"moveToLineStart","description":"

Moves selection to start of the current line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#movetolinestart"},"moveToNextCharacter":{"name":"moveToNextCharacter","description":"

Moves selection to next character.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#movetonextcharacter"},"moveToNextLine":{"name":"moveToNextLine","description":"

Moves selection to next line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#movetonextline"},"moveToParagraphEnd":{"name":"moveToParagraphEnd","description":"

Moves selection to current paragraph end.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#movetoparagraphend"},"moveToParagraphStart":{"name":"moveToParagraphStart","description":"

Moves selection to current paragraph start.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#movetoparagraphstart"},"moveToPreviousCharacter":{"name":"moveToPreviousCharacter","description":"

Moves selection to previous character.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#movetopreviouscharacter"},"moveToPreviousLine":{"name":"moveToPreviousLine","description":"

Moves selection to previous line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#movetopreviousline"},"navigateHyperlink":{"name":"navigateHyperlink","description":"

Fires the requestNavigate event if current selection context is in hyperlink.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#navigatehyperlink"},"navigateNextComment":{"name":"navigateNextComment","description":"

Navigate to next comment in the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#navigatenextcomment"},"navigatePreviousComment":{"name":"navigatePreviousComment","description":"

Navigate to previous comment in the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#navigatepreviouscomment"},"navigateToNextEditingRegion":{"name":"navigateToNextEditingRegion","description":"

Navigate to next editing region, where current user can edit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#navigatetonexteditingregion"},"select":{"name":"select","description":"

Selects content based on selection settings

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#select"},"selectAll":{"name":"selectAll","description":"

Selects the entire document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectall"},"selectBookmark":{"name":"selectBookmark","description":"

Selects the specified bookmark.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectbookmark"},"selectByHierarchicalIndex":{"name":"selectByHierarchicalIndex","description":"

Selects based on start and end hierarchical index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectbyhierarchicalindex"},"selectColumn":{"name":"selectColumn","description":"

Selects the entire column if the context is within table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectcolumn"},"selectCurrentWord":{"name":"selectCurrentWord","description":"

Selects Current word

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectcurrentword"},"selectField":{"name":"selectField","description":"

Select the current field if selection is in field

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectfield"},"selectLine":{"name":"selectLine","description":"

Selects current line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectline"},"selectParagraph":{"name":"selectParagraph","description":"

Selects current paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selectparagraph"},"selectTable":{"name":"selectTable","description":"

Selects the entire table if the context is within table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#selecttable"},"showAllEditingRegion":{"name":"showAllEditingRegion","description":"

Shows all the editing region, where current user can edit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#showalleditingregion"},"toggleEditingRegionHighlight":{"name":"toggleEditingRegionHighlight","description":"

Highlight all the editing region, where current user can edit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#toggleeditingregionhighlight"}},"MapsTooltip":{"tooltipTargetID":{"name":"tooltipTargetID","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#tooltiptargetid"},"addEventListener":{"name":"addEventListener","description":"

To bind events for tooltip module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#addeventlistener"},"mouseUpHandler":{"name":"mouseUpHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#mouseuphandler"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#removeeventlistener"},"removeTooltip":{"name":"removeTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#removetooltip"},"renderTooltip":{"name":"renderTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/mapsTooltip#rendertooltip"}},"Zoom":{"baseTranslatePoint":{"name":"baseTranslatePoint","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#basetranslatepoint"},"browserName":{"name":"browserName","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#browsername"},"currentLayer":{"name":"currentLayer","description":"","type":"LayerSettings","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#currentlayer"},"currentScale":{"name":"currentScale","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#currentscale"},"firstMove":{"name":"firstMove","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#firstmove"},"intersect":{"name":"intersect","description":"","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#intersect"},"isPanning":{"name":"isPanning","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#ispanning"},"isPointer":{"name":"isPointer","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#ispointer"},"isTouch":{"name":"isTouch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#istouch"},"mouseDownPoints":{"name":"mouseDownPoints","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mousedownpoints"},"mouseEnter":{"name":"mouseEnter","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mouseenter"},"mouseMovePoints":{"name":"mouseMovePoints","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mousemovepoints"},"previousTouchMoveList":{"name":"previousTouchMoveList","description":"","type":"ITouches[]|TouchList","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#previoustouchmovelist"},"rectZoomingStart":{"name":"rectZoomingStart","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#rectzoomingstart"},"selectionColor":{"name":"selectionColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#selectioncolor"},"toolBarGroup":{"name":"toolBarGroup","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#toolbargroup"},"touchMoveList":{"name":"touchMoveList","description":"","type":"ITouches[]|TouchList","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#touchmovelist"},"touchStartList":{"name":"touchStartList","description":"","type":"ITouches[]|TouchList","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#touchstartlist"},"zoomColor":{"name":"zoomColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#zoomcolor"},"zoomingRect":{"name":"zoomingRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#zoomingrect"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#addeventlistener"},"alignToolBar":{"name":"alignToolBar","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#aligntoolbar"},"applyTransform":{"name":"applyTransform","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#applytransform"},"click":{"name":"click","description":"

To handle the click event for maps.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#click"},"createZoomingToolbars":{"name":"createZoomingToolbars","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#createzoomingtoolbars"},"doubleClick":{"name":"doubleClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#doubleclick"},"drawZoomRectangle":{"name":"drawZoomRectangle","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#drawzoomrectangle"},"getMousePosition":{"name":"getMousePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#getmouseposition"},"mapMouseWheel":{"name":"mapMouseWheel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mapmousewheel"},"mouseCancelHandler":{"name":"mouseCancelHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mousecancelhandler"},"mouseDownHandler":{"name":"mouseDownHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mousedownhandler"},"mouseMoveHandler":{"name":"mouseMoveHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mousemovehandler"},"mouseUpHandler":{"name":"mouseUpHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#mouseuphandler"},"panning":{"name":"panning","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#panning"},"performPinchZooming":{"name":"performPinchZooming","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#performpinchzooming"},"performRectZooming":{"name":"performRectZooming","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#performrectzooming"},"performToolBarAction":{"name":"performToolBarAction","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#performtoolbaraction"},"performZooming":{"name":"performZooming","description":"

To perform zooming for maps

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#performzooming"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#removeeventlistener"},"removeTooltip":{"name":"removeTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#removetooltip"},"showTooltip":{"name":"showTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#showtooltip"},"toolBarZooming":{"name":"toolBarZooming","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maps/zoom#toolbarzooming"},"renderZooming":{"name":"renderZooming","description":"

Function that handles the Rectangular zooming.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/zoom#renderzooming"}},"GeoLocation":{"latitude":{"name":"latitude","description":"","type":"MinMax","link":"//ej2.syncfusion.com/documentation/api/maps/geoLocation#latitude"},"longitude":{"name":"longitude","description":"","type":"MinMax","link":"//ej2.syncfusion.com/documentation/api/maps/geoLocation#longitude"}},"MapAjax":{"async":{"name":"async","description":"

MapAjax async value

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/maps/mapAjax#async"},"contentType":{"name":"contentType","description":"

MapAjax contentType value

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/mapAjax#contenttype"},"dataOptions":{"name":"dataOptions","description":"

MapAjax data options

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/maps/mapAjax#dataoptions"},"sendData":{"name":"sendData","description":"

MapAjax sendData value

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/maps/mapAjax#senddata"},"type":{"name":"type","description":"

MapAjax type value

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/mapAjax#type"}},"MapLocation":{"x":{"name":"x","description":"

To specify x value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/mapLocation#x"},"y":{"name":"y","description":"

To specify y value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/mapLocation#y"}},"MinMax":{"max":{"name":"max","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/minMax#max"},"min":{"name":"min","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/minMax#min"}},"PatternOptions":{"height":{"name":"height","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#height"},"href":{"name":"href","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#href"},"id":{"name":"id","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#id"},"patternContentUnits":{"name":"patternContentUnits","description":"","type":"patternUnits","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#patterncontentunits"},"patternTransform":{"name":"patternTransform","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#patterntransform"},"patternUnits":{"name":"patternUnits","description":"","type":"patternUnits","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#patternunits"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#width"},"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/maps/patternOptions#y"}},"Calendar":{"change":{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#change"},"created":{"name":"created","description":"

Triggers when Calendar is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when Calendar is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#destroyed"},"navigated":{"name":"navigated","description":"

Triggers when the Calendar is navigated to another level or within the same level of view.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#navigated"},"renderDayCell":{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#renderdaycell"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#allowserverdatabinding"},"calendarMode":{"name":"calendarMode","description":"

Gets or sets the Calendar's Type like gregorian or islamic.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#calendarmode"},"dayHeaderFormat":{"name":"dayHeaderFormat","description":"

Specifies the format of the day that to be displayed in header. By default, the format is ‘short’.\nPossible formats are:

\n
    \n
  • Short - Sets the short format of day name (like Su ) in day header.
  • \n
  • Narrow - Sets the single character of day name (like S ) in day header.
  • \n
  • Abbreviated - Sets the min format of day name (like Sun ) in day header.
  • \n
  • Wide - Sets the long format of day name (like Sunday ) in day header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#dayheaderformat"},"depth":{"name":"depth","description":"

Sets the maximum level of view such as month, year, and decade in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#depth"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/calendar/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#enablertl"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

Gets or sets the Calendar's first day of the week. By default, the first day of the week will be based on the current culture.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/calendar/#firstdayofweek"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#isdestroyed"},"isMultiSelection":{"name":"isMultiSelection","description":"

Specifies the option to enable the multiple dates selection of the calendar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#ismultiselection"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#isserverrendered"},"islamicModule":{"name":"islamicModule","description":"","type":"Islamic","link":"//ej2.syncfusion.com/documentation/api/calendar/#islamicmodule"},"keyConfigs":{"name":"keyConfigs","description":"

Customizes the key actions in Calendar.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolUp<br/></td><td colSpan=1 rowSpan=1>\nctrl+38<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolDown<br/></td><td colSpan=1 rowSpan=1>\nctrl+40<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nselect<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nhome<br/></td><td colSpan=1 rowSpan=1>\nhome<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nend<br/></td><td colSpan=1 rowSpan=1>\nend<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageUp<br/></td><td colSpan=1 rowSpan=1>\npageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageDown<br/></td><td colSpan=1 rowSpan=1>\npagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageUp<br/></td><td colSpan=1 rowSpan=1>\nshift+pageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageDown<br/></td><td colSpan=1 rowSpan=1>\nshift+pagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolHome<br/></td><td colSpan=1 rowSpan=1>\nctrl+home<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolEnd<br/></td><td colSpan=1 rowSpan=1>\nctrl+end<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nspacebar<br/></td><td colSpan=1 rowSpan=1>\nspace<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltRightArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+rightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltLeftArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+leftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveDown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveUp<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveLeft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveRight<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n</table>

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/calendar/#keyconfigs"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#locale"},"max":{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/calendar/#max"},"min":{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/calendar/#min"},"serverTimezoneOffset":{"name":"serverTimezoneOffset","description":"

By default, the date value will be processed based on system time zone.\nIf you want to process the initial date value using server time zone\nthen specify the time zone value to serverTimezoneOffset property.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/calendar/#servertimezoneoffset"},"showTodayButton":{"name":"showTodayButton","description":"

Specifies whether the today button is to be displayed or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#showtodaybutton"},"start":{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#start"},"value":{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/calendar/#value"},"values":{"name":"values","description":"

Gets or sets multiple selected dates of the calendar.

\n","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/calendar/#values"},"weekNumber":{"name":"weekNumber","description":"

Determines whether the week number of the year is to be displayed in the calendar or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#weeknumber"},"addDate":{"name":"addDate","description":"

This method is used to add the single or multiple dates to the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#adddate"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#appendto"},"createContent":{"name":"createContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#createcontent"},"currentView":{"name":"currentView","description":"

Gets the current view of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#currentview"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#destroy"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained upon browser refresh.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#getpersistdata"},"navigateTo":{"name":"navigateTo","description":"

This method is used to navigate to the month/year/decade view of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#navigateto"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#refresh"},"removeDate":{"name":"removeDate","description":"

This method is used to remove the single or multiple dates from the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#removedate"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#requiredmodules"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/#inject"}},"Islamic":{"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#destroy"},"getIslamicDate":{"name":"getIslamicDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#getislamicdate"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#getmodulename"},"hijriCompareDecade":{"name":"hijriCompareDecade","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#hijricomparedecade"},"hijriCompareYear":{"name":"hijriCompareYear","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#hijricompareyear"},"islamicCompare":{"name":"islamicCompare","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamiccompare"},"islamicCompareMonth":{"name":"islamicCompareMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamiccomparemonth"},"islamicDayCell":{"name":"islamicDayCell","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicdaycell"},"islamicIconHandler":{"name":"islamicIconHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamiciconhandler"},"islamicNext":{"name":"islamicNext","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicnext"},"islamicPrevious":{"name":"islamicPrevious","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicprevious"},"islamicRenderDays":{"name":"islamicRenderDays","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicrenderdays"},"islamicRenderDecade":{"name":"islamicRenderDecade","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicrenderdecade"},"islamicRenderTemplate":{"name":"islamicRenderTemplate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicrendertemplate"},"islamicRenderYears":{"name":"islamicRenderYears","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamicrenderyears"},"islamicTitleUpdate":{"name":"islamicTitleUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#islamictitleupdate"},"toGregorian":{"name":"toGregorian","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/calendar/islamic#togregorian"}},"DatePicker":{"blur":{"name":"blur","description":"

Triggers when the input loses the focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#blur"},"change":{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#change"},"cleared":{"name":"cleared","description":"

Triggers when datepicker value is cleared using clear button.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#cleared"},"close":{"name":"close","description":"

Triggers when the popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the input gets focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#focus"},"navigated":{"name":"navigated","description":"

Triggers when the Calendar is navigated to another level or within the same level of view.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#navigated"},"open":{"name":"open","description":"

Triggers when the popup is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#open"},"renderDayCell":{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#renderdaycell"},"allowEdit":{"name":"allowEdit","description":"
\n

Support for allowEdit has been provided from\nv16.2.46.\nSpecifies whether the input textbox is editable or not. Here the user can select the value from the\npopup and cannot edit in the input textbox.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#allowedit"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#allowserverdatabinding"},"calendarMode":{"name":"calendarMode","description":"

Gets or sets the Calendar's Type like gregorian or islamic.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#calendarmode"},"cssClass":{"name":"cssClass","description":"

Specifies the root CSS class of the DatePicker that allows to\ncustomize the appearance by overriding the styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#cssclass"},"dayHeaderFormat":{"name":"dayHeaderFormat","description":"

Specifies the format of the day that to be displayed in header. By default, the format is ‘short’.\nPossible formats are:

\n
    \n
  • Short - Sets the short format of day name (like Su ) in day header.
  • \n
  • Narrow - Sets the single character of day name (like S ) in day header.
  • \n
  • Abbreviated - Sets the min format of day name (like Sun ) in day header.
  • \n
  • Wide - Sets the long format of day name (like Sunday ) in day header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#dayheaderformat"},"depth":{"name":"depth","description":"

Sets the maximum level of view such as month, year, and decade in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#depth"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/datepicker/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies the component to be disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#enabled"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

Gets or sets the Calendar's first day of the week. By default, the first day of the week will be based on the current culture.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datepicker/#firstdayofweek"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies the placeholder text to be floated.\nPossible values are:\nNever: The label will never float in the input when the placeholder is available.\nAlways: The floating label will always float above the input.\nAuto: The floating label will float above the input after focusing or entering a value in the input.

\n","type":"FloatLabelType|string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#floatlabeltype"},"format":{"name":"format","description":"

Specifies the format of the value that to be displayed in component. By default, the format is based on the culture.

\n","type":"string|FormatObject","link":"//ej2.syncfusion.com/documentation/api/datepicker/#format"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/datepicker/#htmlattributes"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#isserverrendered"},"islamicModule":{"name":"islamicModule","description":"","type":"Islamic","link":"//ej2.syncfusion.com/documentation/api/datepicker/#islamicmodule"},"keyConfigs":{"name":"keyConfigs","description":"

Customizes the key actions in DatePicker.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.\nInput Navigation\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltDownArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+downarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nescape<br/></td><td colSpan=1 rowSpan=1>\nescape<br/></td></tr>\n</table>

\n

Calendar Navigation\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolUp<br/></td><td colSpan=1 rowSpan=1>\nctrl+38<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolDown<br/></td><td colSpan=1 rowSpan=1>\nctrl+40<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveDown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveUp<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveLeft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveRight<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageUp<br/></td><td colSpan=1 rowSpan=1>\nshift+pageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageDown<br/></td><td colSpan=1 rowSpan=1>\nshift+pagedown<br/></td></tr>\n<tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nselect<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nhome<br/></td><td colSpan=1 rowSpan=1>\nhome<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nend<br/></td><td colSpan=1 rowSpan=1>\nend<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageUp<br/></td><td colSpan=1 rowSpan=1>\npageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageDown<br/></td><td colSpan=1 rowSpan=1>\npagedown<br/></td></tr>\n<td colSpan=1 rowSpan=1>\ncontrolHome<br/></td><td colSpan=1 rowSpan=1>\nctrl+home<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolEnd<br/></td><td colSpan=1 rowSpan=1>\nctrl+end<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nspacebar<br/></td><td colSpan=1 rowSpan=1>\nspace<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltRightArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+rightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltLeftArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+leftarrow<br/></td></tr>\n</table>

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/datepicker/#keyconfigs"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#locale"},"max":{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#max"},"min":{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#min"},"placeholder":{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"},"readonly":{"name":"readonly","description":"

Specifies the component in readonly state. When the Component is readonly it does not allow user input.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#readonly"},"serverTimezoneOffset":{"name":"serverTimezoneOffset","description":"

By default, the date value will be processed based on system time zone.\nIf you want to process the initial date value using server time zone\nthen specify the time zone value to serverTimezoneOffset property.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datepicker/#servertimezoneoffset"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon in textbox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#showclearbutton"},"showTodayButton":{"name":"showTodayButton","description":"

Specifies whether the today button is to be displayed or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#showtodaybutton"},"start":{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#start"},"strictMode":{"name":"strictMode","description":"

Specifies the component to act as strict. So that, it allows to enter only a valid date value within a specified range or else it\nwill resets to previous value. By default, strictMode is in false.\nit allows invalid or out-of-range date value with highlighted error class.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#strictmode"},"value":{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#value"},"weekNumber":{"name":"weekNumber","description":"

Determines whether the week number of the year is to be displayed in the calendar or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datepicker/#weeknumber"},"width":{"name":"width","description":"

Specifies the width of the DatePicker component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the datePicker popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datepicker/#zindex"},"addDate":{"name":"addDate","description":"

This method is used to add the single or multiple dates to the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#adddate"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#appendto"},"createContent":{"name":"createContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#createcontent"},"currentView":{"name":"currentView","description":"

Gets the current view of the DatePicker.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#currentview"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained upon browser refresh.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#getpersistdata"},"hide":{"name":"hide","description":"

Hide the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#hide"},"navigateTo":{"name":"navigateTo","description":"

Navigates to specified month or year or decade view of the DatePicker.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#navigateto"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#refresh"},"removeDate":{"name":"removeDate","description":"

This method is used to remove the single or multiple dates from the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#removedate"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#requiredmodules"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#serverdatabind"},"show":{"name":"show","description":"

Shows the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#show"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datepicker/#inject"}},"DateRangePicker":{"blur":{"name":"blur","description":"

Triggers when the control loses the focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#blur"},"change":{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#change"},"cleared":{"name":"cleared","description":"

Triggers when daterangepicker value is cleared using clear button.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#cleared"},"close":{"name":"close","description":"

Triggers when the DateRangePicker is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#close"},"created":{"name":"created","description":"

Triggers when Calendar is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when Calendar is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the control gets focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#focus"},"navigated":{"name":"navigated","description":"

Triggers when the Calendar is navigated to another view or within the same level of view.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#navigated"},"open":{"name":"open","description":"

Triggers when the DateRangePicker is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#open"},"renderDayCell":{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#renderdaycell"},"select":{"name":"select","description":"

Triggers on selecting the start and end date.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#select"},"allowEdit":{"name":"allowEdit","description":"
\n

Support for allowEdit has been provided from\nv16.2.46.\nSpecifies whether the input textbox is editable or not. Here the user can select the value from the\npopup and cannot edit in the input textbox.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#allowedit"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#allowserverdatabinding"},"cssClass":{"name":"cssClass","description":"

Sets the root CSS class to the DateRangePicker which allows you to customize the appearance.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#cssclass"},"dayHeaderFormat":{"name":"dayHeaderFormat","description":"

Specifies the format of the day that to be displayed in header. By default, the format is ‘short’.\nPossible formats are:

\n
    \n
  • Short - Sets the short format of day name (like Su ) in day header.
  • \n
  • Narrow - Sets the single character of day name (like S ) in day header.
  • \n
  • Abbreviated - Sets the min format of day name (like Sun ) in day header.
  • \n
  • Wide - Sets the long format of day name (like Sunday ) in day header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#dayheaderformat"},"depth":{"name":"depth","description":"

Sets the maximum level of view (month, year, decade) in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#depth"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable the persisting component's state between the page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. startDate
  2. \n
  3. endDate
  4. \n
  5. value
  6. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies the component to be disabled which prevents the DateRangePicker from user interactions.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#enabled"},"endDate":{"name":"endDate","description":"

Gets or sets the end date of the date range selection.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#enddate"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

Gets or sets the Calendar's first day of the week. By default, the first day of the week will be based on the current culture.

\n
\n

For more details about firstDayOfWeek refer to\nFirst day of week documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#firstdayofweek"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies the placeholder text to be floated.\nPossible values are:\nNever: The label will never float in the input when the placeholder is available.\nAlways: The floating label will always float above the input.\nAuto: The floating label will float above the input after focusing or entering a value in the input.

\n","type":"FloatLabelType|string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#floatlabeltype"},"format":{"name":"format","description":"

Sets or gets the required date format to the start and end date string.

\n
\n

For more details refer to\nFormatsample.

\n
\n","type":"string|RangeFormatObject","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#format"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#htmlattributes"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#isserverrendered"},"islamicModule":{"name":"islamicModule","description":"","type":"Islamic","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#islamicmodule"},"keyConfigs":{"name":"keyConfigs","description":"

Customizes the key actions in DateRangePicker.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.\nInput Navigation\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltDownArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+downarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nescape<br/></td><td colSpan=1 rowSpan=1>\nescape<br/></td></tr>\n</table>

\n

Calendar Navigation (Use the following list of keys to navigate the currently focused Calendar after the popup has opened).\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolUp<br/></td><td colSpan=1 rowSpan=1>\nctrl+38<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolDown<br/></td><td colSpan=1 rowSpan=1>\nctrl+40<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveDown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<td colSpan=1 rowSpan=1>\npageUp<br/></td><td colSpan=1 rowSpan=1>\npageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageDown<br/></td><td colSpan=1 rowSpan=1>\npagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageUp<br/></td><td colSpan=1 rowSpan=1>\nshift+pageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageDown<br/></td><td colSpan=1 rowSpan=1>\nshift+pagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveUp<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveLeft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveRight<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nselect<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nhome<br/></td><td colSpan=1 rowSpan=1>\nhome<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nend<br/></td><td colSpan=1 rowSpan=1>\nend<br/></td></tr>\n<tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolHome<br/></td><td colSpan=1 rowSpan=1>\nctrl+home<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolEnd<br/></td><td colSpan=1 rowSpan=1>\nctrl+end<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nspacebar<br/></td><td colSpan=1 rowSpan=1>\nspace<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nenter<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltRightArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+rightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltLeftArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+leftarrow<br/></td></tr>\n</table>

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#keyconfigs"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#locale"},"max":{"name":"max","description":"

Gets or sets the maximum date that can be selected in the calendar-popup.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#max"},"maxDays":{"name":"maxDays","description":"

Specifies the maximum span of days that can be allowed in a date range selection.

\n
\n

For more details refer to\nRange Span documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#maxdays"},"min":{"name":"min","description":"

Gets or sets the minimum date that can be selected in the calendar-popup.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#min"},"minDays":{"name":"minDays","description":"

Specifies the minimum span of days that can be allowed in date range selection.

\n
\n

For more details refer to\nRange Span documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#mindays"},"placeholder":{"name":"placeholder","description":"

Specifies the placeholder text that need to be displayed in the DateRangePicker component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#placeholder"},"presets":{"name":"presets","description":"

Set the predefined ranges which let the user pick required range easily in a component.

\n
\n

For more details refer to\nPreset Ranges documentation.

\n
\n","type":"PresetsModel[]","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#presets"},"readonly":{"name":"readonly","description":"

Denies the editing the ranges in the DateRangePicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#readonly"},"separator":{"name":"separator","description":"

Sets or gets the string that used between the start and end date string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#separator"},"serverTimezoneOffset":{"name":"serverTimezoneOffset","description":"

By default, the date value will be processed based on system time zone.\nIf you want to process the initial date value using server time zone\nthen specify the time zone value to serverTimezoneOffset property.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#servertimezoneoffset"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#showclearbutton"},"start":{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#start"},"startDate":{"name":"startDate","description":"

Gets or sets the start date of the date range selection.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#startdate"},"strictMode":{"name":"strictMode","description":"

Specifies the component to act as strict which allows entering only a valid date range in a DateRangePicker.

\n
\n

For more details refer to\nStrict Modedocumentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#strictmode"},"value":{"name":"value","description":"

Gets or sets the start and end date of the Calendar.

\n","type":"Date[]|DateRange","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#value"},"weekNumber":{"name":"weekNumber","description":"

Determines whether the week number of the Calendar is to be displayed or not.\nThe week number is displayed in every week row.

\n
\n

For more details about weekNumber refer to\nCalendar with week numberdocumentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#weeknumber"},"width":{"name":"width","description":"

Specifies the width of the DateRangePicker component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the dateRangePicker popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Return the properties that are maintained upon browser refresh.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#getpersistdata"},"getSelectedRange":{"name":"getSelectedRange","description":"

Return the selected range and day span in the DateRangePicker.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#getselectedrange"},"hide":{"name":"hide","description":"

To close the Popup container in the DateRangePicker component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#hide"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#requiredmodules"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#serverdatabind"},"show":{"name":"show","description":"

To open the Popup container in the DateRangePicker component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#show"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#inject"}},"Presets":{"end":{"name":"end","description":"

Defines the end date of the preset range

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/presets#end"},"label":{"name":"label","description":"

Defines the label string of the preset range.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/presets#label"},"start":{"name":"start","description":"

Defines the start date of the preset range.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/presets#start"}},"DateTimePicker":{"blur":{"name":"blur","description":"

Triggers when input loses the focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#blur"},"change":{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#change"},"cleared":{"name":"cleared","description":"

Triggers when datetimepicker value is cleared using clear button.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#cleared"},"close":{"name":"close","description":"

Triggers when popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#close"},"created":{"name":"created","description":"

Triggers when DateTimePicker is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when DateTimePicker is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#destroyed"},"focus":{"name":"focus","description":"

Triggers when input gets focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#focus"},"navigated":{"name":"navigated","description":"

Triggers when the Calendar is navigated to another level or within the same level of view.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#navigated"},"open":{"name":"open","description":"

Triggers when popup is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#open"},"renderDayCell":{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#renderdaycell"},"allowEdit":{"name":"allowEdit","description":"
\n

Support for allowEdit has been provided from\nv16.2.46.\nSpecifies whether the input textbox is editable or not. Here the user can select the value from the\npopup and cannot edit in the input textbox.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#allowedit"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#allowserverdatabinding"},"calendarMode":{"name":"calendarMode","description":"

Gets or sets the Calendar's Type like gregorian or islamic.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#calendarmode"},"cssClass":{"name":"cssClass","description":"

Specifies the root CSS class of the DatePicker that allows to\ncustomize the appearance by overriding the styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#cssclass"},"dayHeaderFormat":{"name":"dayHeaderFormat","description":"

Specifies the format of the day that to be displayed in header. By default, the format is ‘short’.\nPossible formats are:

\n
    \n
  • Short - Sets the short format of day name (like Su ) in day header.
  • \n
  • Narrow - Sets the single character of day name (like S ) in day header.
  • \n
  • Abbreviated - Sets the min format of day name (like Sun ) in day header.
  • \n
  • Wide - Sets the long format of day name (like Sunday ) in day header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#dayheaderformat"},"depth":{"name":"depth","description":"

Sets the maximum level of view such as month, year, and decade in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#depth"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies the component to be disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#enabled"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

Gets or sets the Calendar's first day of the week. By default, the first day of the week will be based on the current culture.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#firstdayofweek"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies the placeholder text to be floated.\nPossible values are:\nNever: The label will never float in the input when the placeholder is available.\nAlways: The floating label will always float above the input.\nAuto: The floating label will float above the input after focusing or entering a value in the input.

\n","type":"FloatLabelType|string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#floatlabeltype"},"format":{"name":"format","description":"

Specifies the format of the value that to be displayed in component. By default, the format is based on the culture.

\n","type":"string|FormatObject","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#format"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#htmlattributes"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#isserverrendered"},"islamicModule":{"name":"islamicModule","description":"","type":"Islamic","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#islamicmodule"},"keyConfigs":{"name":"keyConfigs","description":"

Customizes the key actions in DateTimePicker.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.\nInput Navigation\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltDownArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+downarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nescape<br/></td><td colSpan=1 rowSpan=1>\nescape<br/></td></tr>\n</table>

\n

Calendar Navigation (Use the following list of keys to navigate the currently focused Calendar after the popup has opened).\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolUp<br/></td><td colSpan=1 rowSpan=1>\nctrl+38<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolDown<br/></td><td colSpan=1 rowSpan=1>\nctrl+40<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveDown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveUp<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveLeft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nmoveRight<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nselect<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nhome<br/></td><td colSpan=1 rowSpan=1>\nhome<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nend<br/></td><td colSpan=1 rowSpan=1>\nend<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageUp<br/></td><td colSpan=1 rowSpan=1>\npageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\npageDown<br/></td><td colSpan=1 rowSpan=1>\npagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageUp<br/></td><td colSpan=1 rowSpan=1>\nshift+pageup<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nshiftPageDown<br/></td><td colSpan=1 rowSpan=1>\nshift+pagedown<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolHome<br/></td><td colSpan=1 rowSpan=1>\nctrl+home<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ncontrolEnd<br/></td><td colSpan=1 rowSpan=1>\nctrl+end<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltUpArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nspacebar<br/></td><td colSpan=1 rowSpan=1>\nspace<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltRightArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+rightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\naltLeftArrow<br/></td><td colSpan=1 rowSpan=1>\nalt+leftarrow<br/></td></tr>\n</table>

\n

TimePicker Navigation (Use the below list of shortcut keys to interact with the TimePicker after the TimePicker Popup has opened).\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ndown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nup<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nleft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nright<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n</table>

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#keyconfigs"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#locale"},"max":{"name":"max","description":"

Gets or sets the maximum date that can be selected in the DateTimePicker.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#max"},"min":{"name":"min","description":"

Gets or sets the minimum date that can be selected in the DateTimePicker.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#min"},"placeholder":{"name":"placeholder","description":"

Specifies the placeholder text that to be is displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#placeholder"},"readonly":{"name":"readonly","description":"

Specifies the component in readonly state. When the Component is readonly it does not allow user input.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#readonly"},"scrollTo":{"name":"scrollTo","description":"

Specifies the scroll bar position if there is no value is selected in the timepicker popup list or\nthe given value is not present in the timepicker popup list.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#scrollto"},"serverTimezoneOffset":{"name":"serverTimezoneOffset","description":"

By default, the date value will be processed based on system time zone.\nIf you want to process the initial date value using server time zone\nthen specify the time zone value to serverTimezoneOffset property.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#servertimezoneoffset"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon in textbox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#showclearbutton"},"showTodayButton":{"name":"showTodayButton","description":"

Specifies whether the today button is to be displayed or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#showtodaybutton"},"start":{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#start"},"step":{"name":"step","description":"

Specifies the time interval between the two adjacent time values in the time popup list .

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#step"},"strictMode":{"name":"strictMode","description":"

Specifies the component to act as strict. So that, it allows to enter only a valid\ndate and time value within a specified range or else it\nwill resets to previous value. By default, strictMode is in false.\nit allows invalid or out-of-range value with highlighted error class.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#strictmode"},"timeFormat":{"name":"timeFormat","description":"

Specifies the format of the time value that to be displayed in time popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#timeformat"},"value":{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#value"},"weekNumber":{"name":"weekNumber","description":"

Determines whether the week number of the year is to be displayed in the calendar or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#weeknumber"},"width":{"name":"width","description":"

Specifies the width of the DatePicker component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#zindex"},"addDate":{"name":"addDate","description":"

This method is used to add the single or multiple dates to the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#adddate"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#appendto"},"createContent":{"name":"createContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#createcontent"},"currentView":{"name":"currentView","description":"

Gets the current view of the DatePicker.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#currentview"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#destroy"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained upon browser refresh.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#getpersistdata"},"hide":{"name":"hide","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#hide"},"navigateTo":{"name":"navigateTo","description":"

Navigates to specified month or year or decade view of the DatePicker.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#navigateto"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Called internally if any of the property value changed.\nreturns void

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#refresh"},"removeDate":{"name":"removeDate","description":"

This method is used to remove the single or multiple dates from the values property of the Calendar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#removedate"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#requiredmodules"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#serverdatabind"},"show":{"name":"show","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#show"},"toggle":{"name":"toggle","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#inject"}},"TimePicker":{"blur":{"name":"blur","description":"

Triggers when the control loses the focus.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#blur"},"change":{"name":"change","description":"

Triggers when the value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#change"},"cleared":{"name":"cleared","description":"

Triggers when timepicker value is cleared using clear button.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#cleared"},"close":{"name":"close","description":"

Triggers when the popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#destroyed"},"focus":{"name":"focus","description":"

Triggers when the control gets focused.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#focus"},"itemRender":{"name":"itemRender","description":"

Triggers while rendering the each popup list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#itemrender"},"open":{"name":"open","description":"

Triggers when the popup is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#open"},"allowEdit":{"name":"allowEdit","description":"
\n

Support for allowEdit has been provided from\nv16.2.46.\nSpecifies whether the input textbox is editable or not. Here the user can select the value from the\npopup and cannot edit in the input textbox.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#allowedit"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#allowserverdatabinding"},"cssClass":{"name":"cssClass","description":"

Specifies the root CSS class of the TimePicker that allows to\ncustomize the appearance by overriding the styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/timepicker/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable the persisting component's state between the page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. Value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies whether the component to be disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#enabled"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies the placeholder text to be floated.\nPossible values are:\nNever: The label will never float in the input when the placeholder is available.\nAlways: The floating label will always float above the input.\nAuto: The floating label will float above the input after focusing or entering a value in the input.

\n","type":"FloatLabelType|string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#floatlabeltype"},"format":{"name":"format","description":"

Specifies the format of value that is to be displayed in component. By default, the format is\nbased on the culture.

\n
\n

For more details refer to\nFormat documentation.

\n
\n","type":"string|TimeFormatObject","link":"//ej2.syncfusion.com/documentation/api/timepicker/#format"},"htmlAttributes":{"name":"htmlAttributes","description":"

You can add the additional html attributes such as disabled, value etc., to the element.\nIf you configured both property and equivalent html attribute then the component considers the property value.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/timepicker/#htmlattributes"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#isserverrendered"},"keyConfigs":{"name":"keyConfigs","description":"

Customizes the key actions in TimePicker.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nKey action<br/></td><td colSpan=1 rowSpan=1>\nKey<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nenter<br/></td><td colSpan=1 rowSpan=1>\nenter<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nescape<br/></td><td colSpan=1 rowSpan=1>\nescape<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nend<br/></td><td colSpan=1 rowSpan=1>\nend<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ntab<br/></td><td colSpan=1 rowSpan=1>\ntab<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nhome<br/></td><td colSpan=1 rowSpan=1>\nhome<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\ndown<br/></td><td colSpan=1 rowSpan=1>\ndownarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nup<br/></td><td colSpan=1 rowSpan=1>\nuparrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nleft<br/></td><td colSpan=1 rowSpan=1>\nleftarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nright<br/></td><td colSpan=1 rowSpan=1>\nrightarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nopen<br/></td><td colSpan=1 rowSpan=1>\nalt+downarrow<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nclose<br/></td><td colSpan=1 rowSpan=1>\nalt+uparrow<br/></td></tr>\n</table>

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/timepicker/#keyconfigs"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#locale"},"max":{"name":"max","description":"

Gets or sets the maximum time value that can be allowed to select in TimePicker.

\n
\n

For more details refer to\nTime Range documentation.

\n
\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#max"},"min":{"name":"min","description":"

Gets or sets the minimum time value that can be allowed to select in TimePicker.

\n
\n

For more details refer to\nTime Range documentation.

\n
\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#min"},"placeholder":{"name":"placeholder","description":"

Specifies the placeholder text that is displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#placeholder"},"readonly":{"name":"readonly","description":"

Specifies the component in readonly state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#readonly"},"scrollTo":{"name":"scrollTo","description":"

Specifies the scroll bar position if there is no value is selected in the popup list or\nthe given value is not present in the popup list.

\n
\n

For more details refer to\nTime Duration sample.

\n
\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#scrollto"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear icon.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#showclearbutton"},"step":{"name":"step","description":"

Specifies the time interval between the two adjacent time values in the popup list.

\n
\n

For more details refer to\nFormatdocumentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/timepicker/#step"},"strictMode":{"name":"strictMode","description":"

Specifies the component to act as strict so that, it allows to enter only a valid time value within a specified range or else\nresets to previous value. By default, strictMode is in false.

\n
\n

For more details refer to\nStrict Mode documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#strictmode"},"value":{"name":"value","description":"

Gets or sets the value of the component. The value is parsed based on the culture specific time format.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#value"},"width":{"name":"width","description":"

Gets or sets the width of the TimePicker component. The width of the popup is based on the width of the component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/timepicker/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the timePicker popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/timepicker/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#databind"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#destroy"},"focusIn":{"name":"focusIn","description":"

Focused the TimePicker textbox element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#focusin"},"focusOut":{"name":"focusOut","description":"

Focuses out the TimePicker textbox element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#focusout"},"getPersistData":{"name":"getPersistData","description":"

Gets the properties to be maintained upon browser refresh.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#getpersistdata"},"hide":{"name":"hide","description":"

Hides the TimePicker popup.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#hide"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#serverdatabind"},"show":{"name":"show","description":"

Opens the popup to show the list items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#show"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/timepicker/#inject"}},"CellEdit":{},"ColumnMenu":{"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/columnMenu#destroy"},"getColumnMenu":{"name":"getColumnMenu","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/columnMenu#getcolumnmenu"}},"Reorder":{"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/reorder#parent"},"reorderColumnByIndex":{"name":"reorderColumnByIndex","description":"

Changes the position of the Grid columns by field index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/reorder#reordercolumnbyindex"},"reorderColumnByTargetIndex":{"name":"reorderColumnByTargetIndex","description":"

Changes the position of the Grid columns by field index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/reorder#reordercolumnbytargetindex"},"reorderColumns":{"name":"reorderColumns","description":"

Changes the position of the Grid columns by field names.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/reorder#reordercolumns"}},"Resize":{"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#parent"},"actionObj":{"name":"actionObj","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#actionobj"},"daysVariation":{"name":"daysVariation","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#daysvariation"},"monthEvent":{"name":"monthEvent","description":"","type":"MonthEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#monthevent"},"resizeEdges":{"name":"resizeEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#resizeedges"},"scrollArgs":{"name":"scrollArgs","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#scrollargs"},"scrollEdges":{"name":"scrollEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#scrolledges"},"verticalEvent":{"name":"verticalEvent","description":"","type":"VerticalEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#verticalevent"},"actionClass":{"name":"actionClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#actionclass"},"autoScroll":{"name":"autoScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#autoscroll"},"autoScrollValidation":{"name":"autoScrollValidation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#autoscrollvalidation"},"calculateIntervalTime":{"name":"calculateIntervalTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#calculateintervaltime"},"createCloneElement":{"name":"createCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#createcloneelement"},"dynamicEventsRendering":{"name":"dynamicEventsRendering","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#dynamiceventsrendering"},"getChangedData":{"name":"getChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getchangeddata"},"getContentAreaDimension":{"name":"getContentAreaDimension","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getcontentareadimension"},"getCursorElement":{"name":"getCursorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getcursorelement"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getindex"},"getOriginalElement":{"name":"getOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getoriginalelement"},"getPageCoordinates":{"name":"getPageCoordinates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getpagecoordinates"},"getResourceElements":{"name":"getResourceElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getresourceelements"},"getUpdatedEvent":{"name":"getUpdatedEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#getupdatedevent"},"removeCloneElement":{"name":"removeCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#removecloneelement"},"removeCloneElementClasses":{"name":"removeCloneElementClasses","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#removecloneelementclasses"},"saveChangedData":{"name":"saveChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#savechangeddata"},"updateOriginalElement":{"name":"updateOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#updateoriginalelement"},"updateResizingDirection":{"name":"updateResizingDirection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#updateresizingdirection"},"updateScrollPosition":{"name":"updateScrollPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#updatescrollposition"},"updateTimePosition":{"name":"updateTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#updatetimeposition"},"wireResizeEvent":{"name":"wireResizeEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resize#wireresizeevent"}},"ConnectorLineEdit":{},"DayMarkers":{"getModuleName":{"name":"getModuleName","description":"

To get module name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/dayMarkers#getmodulename"}},"Dependency":{},"Filter":{"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/filter#parent"},"destroy":{"name":"destroy","description":"

To destroy module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/filter#destroy"},"skipStringInput":{"name":"skipStringInput","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/grid/filter#skipstringinput"},"clearFiltering":{"name":"clearFiltering","description":"

Clears all the filtered rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/filter#clearfiltering"},"filterByColumn":{"name":"filterByColumn","description":"

Filters the Grid row by fieldName, filterOperator, and filterValue.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/filter#filterbycolumn"}},"RowDD":{"isTest":{"name":"isTest","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/rowDD#istest"},"reorderRows":{"name":"reorderRows","description":"

Reorder the rows based on given indexes and position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/rowDD#reorderrows"}},"Sort":{"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/sort#parent"},"clearSorting":{"name":"clearSorting","description":"

Clears all the sorted columns of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/sort#clearsorting"},"removeSortColumn":{"name":"removeSortColumn","description":"

To clear sorting for specific column.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/sort#removesortcolumn"},"sortColumn":{"name":"sortColumn","description":"

Sorts a column with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/sort#sortcolumn"}},"TaskbarEdit":{"connectorSecondAction":{"name":"connectorSecondAction","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#connectorsecondaction"},"connectorSecondElement":{"name":"connectorSecondElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#connectorsecondelement"},"connectorSecondRecord":{"name":"connectorSecondRecord","description":"","type":"IGanttData","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#connectorsecondrecord"},"dependencyCancel":{"name":"dependencyCancel","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#dependencycancel"},"dragMouseLeave":{"name":"dragMouseLeave","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#dragmouseleave"},"drawPredecessor":{"name":"drawPredecessor","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#drawpredecessor"},"finalPredecessor":{"name":"finalPredecessor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#finalpredecessor"},"fromPredecessorText":{"name":"fromPredecessorText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#frompredecessortext"},"isMouseDragged":{"name":"isMouseDragged","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#ismousedragged"},"mouseMoveX":{"name":"mouseMoveX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#mousemovex"},"mouseMoveY":{"name":"mouseMoveY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#mousemovey"},"previousItem":{"name":"previousItem","description":"","type":"ITaskData","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#previousitem"},"previousItemProperty":{"name":"previousItemProperty","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#previousitemproperty"},"roundOffDuration":{"name":"roundOffDuration","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#roundoffduration"},"taskBarEditAction":{"name":"taskBarEditAction","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#taskbareditaction"},"taskBarEditElement":{"name":"taskBarEditElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#taskbareditelement"},"taskBarEditRecord":{"name":"taskBarEditRecord","description":"","type":"IGanttData","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#taskbareditrecord"},"taskbarEditedArgs":{"name":"taskbarEditedArgs","description":"","type":"ITaskbarEditedEventArgs","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#taskbareditedargs"},"timerCount":{"name":"timerCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#timercount"},"toPredecessorText":{"name":"toPredecessorText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#topredecessortext"},"tooltipPositionX":{"name":"tooltipPositionX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#tooltippositionx"},"touchEdit":{"name":"touchEdit","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/taskbarEdit#touchedit"}},"DateProcessor":{"calculateDuration":{"name":"calculateDuration","description":"

To calculate duration from start date and end date

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/dateProcessor#calculateduration"}},"Gantt":{"actionBegin":{"name":"actionBegin","description":"

Triggers when Gantt actions such as sorting, filtering, searching etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers when Gantt actions such as sorting, filtering, searching etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when actions are failed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#actionfailure"},"beforeExcelExport":{"name":"beforeExcelExport","description":"

Triggers before Gantt data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#beforeexcelexport"},"beforeTooltipRender":{"name":"beforeTooltipRender","description":"

Triggers before tooltip get rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#beforetooltiprender"},"cellDeselected":{"name":"cellDeselected","description":"

Triggers when a particular selected cell is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#celldeselected"},"cellDeselecting":{"name":"cellDeselecting","description":"

Triggers before the selected cell is deselecting.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#celldeselecting"},"cellEdit":{"name":"cellEdit","description":"

This will be triggered a cell get begins to edit.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#celledit"},"cellSelected":{"name":"cellSelected","description":"

Triggers after a cell is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#cellselected"},"cellSelecting":{"name":"cellSelecting","description":"

Triggers before any cell selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#cellselecting"},"collapsed":{"name":"collapsed","description":"

This will be triggered after the row getting collapsed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapsed"},"collapsing":{"name":"collapsing","description":"

This will be triggered before the row getting collapsed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapsing"},"columnDrag":{"name":"columnDrag","description":"

Triggers when column header element is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#columndrag"},"columnDragStart":{"name":"columnDragStart","description":"

Triggers when column header element drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#columndragstart"},"columnDrop":{"name":"columnDrop","description":"

Triggers when a column header element is dropped on the target column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#columndrop"},"columnMenuClick":{"name":"columnMenuClick","description":"

Triggers when click on column menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#columnmenuclick"},"columnMenuOpen":{"name":"columnMenuOpen","description":"

Triggers before column menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#columnmenuopen"},"contextMenuClick":{"name":"contextMenuClick","description":"

Triggers when click on context menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#contextmenuclick"},"contextMenuOpen":{"name":"contextMenuOpen","description":"

Triggers before context menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#contextmenuopen"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#destroyed"},"endEdit":{"name":"endEdit","description":"

This will be triggered when a task get saved by cell edit.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#endedit"},"excelExportComplete":{"name":"excelExportComplete","description":"

Triggers after Gantt data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#excelexportcomplete"},"excelHeaderQueryCellInfo":{"name":"excelHeaderQueryCellInfo","description":"

Triggers before exporting each header cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#excelheaderquerycellinfo"},"excelQueryCellInfo":{"name":"excelQueryCellInfo","description":"

Triggers before exporting each cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#excelquerycellinfo"},"expanded":{"name":"expanded","description":"

This will be triggered after the row getting expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#expanded"},"expanding":{"name":"expanding","description":"

This will be triggered before the row getting expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#expanding"},"headerCellInfo":{"name":"headerCellInfo","description":"

This will be triggered before the header cell element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#headercellinfo"},"load":{"name":"load","description":"

Triggered before the Gantt control gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#load"},"onMouseMove":{"name":"onMouseMove","description":"

This event will be triggered when mouse move on Gantt.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#onmousemove"},"onTaskbarClick":{"name":"onTaskbarClick","description":"

This event will be triggered when click on taskbar element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#ontaskbarclick"},"queryCellInfo":{"name":"queryCellInfo","description":"

This will be triggered before the header cell element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#querycellinfo"},"queryTaskbarInfo":{"name":"queryTaskbarInfo","description":"

This will be triggered after the taskbar element is appended to the Gantt element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#querytaskbarinfo"},"recordDoubleClick":{"name":"recordDoubleClick","description":"

This event will be triggered when double click on record.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#recorddoubleclick"},"resizeStart":{"name":"resizeStart","description":"

Triggers when column resize starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Triggers when column resize ends.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#resizestop"},"resizing":{"name":"resizing","description":"

Triggers on column resizing.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#resizing"},"rowDataBound":{"name":"rowDataBound","description":"

This will be triggered before the row element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdatabound"},"rowDeselected":{"name":"rowDeselected","description":"

Triggers when a selected row is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdeselected"},"rowDeselecting":{"name":"rowDeselecting","description":"

Triggers before deselecting the selected row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdeselecting"},"rowDrag":{"name":"rowDrag","description":"

Triggers when row elements are dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdrag"},"rowDragStart":{"name":"rowDragStart","description":"

Triggers when row element’s drag(move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdragstart"},"rowDragStartHelper":{"name":"rowDragStartHelper","description":"

Triggers when row element’s before drag(move).

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdragstarthelper"},"rowDrop":{"name":"rowDrop","description":"

Triggers when row elements are dropped on the target row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdrop"},"rowSelected":{"name":"rowSelected","description":"

Triggers after a row is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowselected"},"rowSelecting":{"name":"rowSelecting","description":"

Triggers before row selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowselecting"},"splitterResizeStart":{"name":"splitterResizeStart","description":"

Triggers when splitter resizing starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#splitterresizestart"},"splitterResized":{"name":"splitterResized","description":"

Triggers when splitter resizing action completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#splitterresized"},"splitterResizing":{"name":"splitterResizing","description":"

Triggers when splitter bar was dragging.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#splitterresizing"},"taskbarEdited":{"name":"taskbarEdited","description":"

This will be triggered taskbar was dragged and dropped on new position.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbaredited"},"taskbarEditing":{"name":"taskbarEditing","description":"

This event will be triggered when taskbar was in dragging state.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbarediting"},"toolbarClick":{"name":"toolbarClick","description":"

Triggers when toolbar item was clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbarclick"},"addDialogFields":{"name":"addDialogFields","description":"

Defines the tabs and fields to be included in the add dialog.\nIf the value was empty, then it will be calculated from taskSettings and columns value.

\n","type":"AddDialogFieldSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#adddialogfields"},"allowExcelExport":{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export Gantt to Excel and CSV file.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowexcelexport"},"allowFiltering":{"name":"allowFiltering","description":"

Enables or disables filtering support in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowfiltering"},"allowKeyboard":{"name":"allowKeyboard","description":"

Enables or disables the key board interaction of Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowkeyboard"},"allowReordering":{"name":"allowReordering","description":"

If allowReordering is set to true, Gantt columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowreordering"},"allowResizing":{"name":"allowResizing","description":"

If allowResizing is set to true, Gantt columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowresizing"},"allowRowDragAndDrop":{"name":"allowRowDragAndDrop","description":"

If allowRowDragAndDrop set to true, then it will allow the user to perform drag and drop action in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowrowdraganddrop"},"allowSelection":{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowserverdatabinding"},"allowSorting":{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of gantt chart tasks when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowsorting"},"allowUnscheduledTasks":{"name":"allowUnscheduledTasks","description":"

Enables or disables rendering of unscheduled tasks in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowunscheduledtasks"},"autoFocusTasks":{"name":"autoFocusTasks","description":"

Enables or disables the focusing the task bar on click action.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#autofocustasks"},"baselineColor":{"name":"baselineColor","description":"

Defines the baseline bar color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#baselinecolor"},"collapseAllParentTasks":{"name":"collapseAllParentTasks","description":"

If collapseAllParentTasks set to true, then root tasks are rendered with collapsed state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapseallparenttasks"},"columnMenuItems":{"name":"columnMenuItems","description":"

columnMenuItems defines both built-in and custom column menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • ColumnChooser - To show/hide the TreeGrid columns.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • Filter - Filter options will show based on filterSettings property.
  • \n
\n","type":"ColumnMenuItem[]|ColumnMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columnmenuitems"},"columnMenuModule":{"name":"columnMenuModule","description":"

The columnMenuModule is used to manipulate column menu items in Gantt.

\n","type":"ColumnMenu","link":"//ej2.syncfusion.com/documentation/api/gantt/#columnmenumodule"},"columns":{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},"connectorLineBackground":{"name":"connectorLineBackground","description":"

Defines background color of dependency lines.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#connectorlinebackground"},"connectorLineWidth":{"name":"connectorLineWidth","description":"

Defines width of dependency lines.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#connectorlinewidth"},"contextMenuItems":{"name":"contextMenuItems","description":"

contextMenuItems defines both built-in and custom context menu items.

\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#contextmenuitems"},"contextMenuModule":{"name":"contextMenuModule","description":"

The contextMenuModule is used to invoke context menu in Gantt.

\n","type":"ContextMenu","link":"//ej2.syncfusion.com/documentation/api/gantt/#contextmenumodule"},"currentZoomingLevel":{"name":"currentZoomingLevel","description":"

Configures current zooming level of Gantt.

\n","type":"ZoomTimelineSettings","link":"//ej2.syncfusion.com/documentation/api/gantt/#currentzoominglevel"},"dataSource":{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},"dateFormat":{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\nBy default, the format is based on the culture.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},"dayMarkersModule":{"name":"dayMarkersModule","description":"

The dayMarkersModule is used to manipulate event markers operation in Gantt.

\n","type":"DayMarkers","link":"//ej2.syncfusion.com/documentation/api/gantt/#daymarkersmodule"},"dayWorkingTime":{"name":"dayWorkingTime","description":"

Defines customized working time of project.

\n","type":"DayWorkingTimeModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#dayworkingtime"},"disableHtmlEncode":{"name":"disableHtmlEncode","description":"

If disableHtmlEncode is set to true, it encodes the HTML of the header and content cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#disablehtmlencode"},"durationUnit":{"name":"durationUnit","description":"

durationUnit Specifies the duration unit for each tasks whether day or hour or minute.

\n
    \n
  • day: Sets the duration unit as day.
  • \n
  • hour: Sets the duration unit as hour.
  • \n
  • minute: Sets the duration unit as minute.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#durationunit"},"editDialogFields":{"name":"editDialogFields","description":"

Defines the tabs and fields to be included in the edit dialog.\nIf the value was empty, then it will be calculated from taskSettings and columns value.

\n","type":"EditDialogFieldSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#editdialogfields"},"editModule":{"name":"editModule","description":"

The editModule is used to handle Gantt record manipulation.

\n","type":"Edit","link":"//ej2.syncfusion.com/documentation/api/gantt/#editmodule"},"editSettings":{"name":"editSettings","description":"

Configures edit settings of Gantt.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#editsettings"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/#element"},"enableContextMenu":{"name":"enableContextMenu","description":"

If enableContextMenu is set to true, Enable context menu in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#enablecontextmenu"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#enablepersistence"},"enablePredecessorValidation":{"name":"enablePredecessorValidation","description":"

If enablePredecessorValidation is set to true, it allows to validate the predecessor link.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#enablepredecessorvalidation"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#enablertl"},"eventMarkers":{"name":"eventMarkers","description":"

Defines events and status of project throughout the timeline.

\n","type":"EventMarkerModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#eventmarkers"},"excelExportModule":{"name":"excelExportModule","description":"

The excelExportModule is used to exporting Gantt data in excel format.

\n","type":"ExcelExport","link":"//ej2.syncfusion.com/documentation/api/gantt/#excelexportmodule"},"filterModule":{"name":"filterModule","description":"

The filterModule is used to manipulate filtering operation in Gantt.

\n","type":"Filter","link":"//ej2.syncfusion.com/documentation/api/gantt/#filtermodule"},"filterSettings":{"name":"filterSettings","description":"

Configures the filter settings for Gantt.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#filtersettings"},"gridLines":{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},"height":{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},"highlightWeekends":{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},"holidays":{"name":"holidays","description":"

Defines holidays presented in project timeline.

\n","type":"HolidayModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#holidays"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#ignorecollectionwatch"},"includeWeekend":{"name":"includeWeekend","description":"

Defines weekend days are considered as working day or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#includeweekend"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#isserverrendered"},"keyboardModule":{"name":"keyboardModule","description":"

The keyboardModule is used to manipulate keyboard interactions in Gantt.

\n","type":"KeyboardEvents","link":"//ej2.syncfusion.com/documentation/api/gantt/#keyboardmodule"},"labelSettings":{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#locale"},"milestoneTemplate":{"name":"milestoneTemplate","description":"

The milestone template that renders customized milestone task from the given template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#milestonetemplate"},"parentTaskbarTemplate":{"name":"parentTaskbarTemplate","description":"

The parent task bar template that renders customized parent task bars from the given template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#parenttaskbartemplate"},"projectEndDate":{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},"projectStartDate":{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},"query":{"name":"query","description":"

Defines the external Query\nthat will be executed along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/gantt/#query"},"renderBaseline":{"name":"renderBaseline","description":"

If renderBaseline is set to true, then baselines are rendered for tasks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#renderbaseline"},"resourceIDMapping":{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},"resourceNameMapping":{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},"resources":{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},"rowDragAndDropModule":{"name":"rowDragAndDropModule","description":"

The rowDragandDrop is used to manipulate Row Reordering in Gantt.

\n","type":"RowDD","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowdraganddropmodule"},"rowHeight":{"name":"rowHeight","description":"

Defines height value for grid rows and chart rows in Gantt.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowheight"},"searchSettings":{"name":"searchSettings","description":"

Configures the search settings for Gantt.

\n","type":"SearchSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#searchsettings"},"selectedRowIndex":{"name":"selectedRowIndex","description":"

The selectedRowIndex allows you to select a row at initial rendering.\nYou can also get the currently selected row index.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectedrowindex"},"selectionModule":{"name":"selectionModule","description":"

The selectionModule is used to manipulate selection operation in Gantt.

\n","type":"Selection","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectionmodule"},"selectionSettings":{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectionsettings"},"showColumnMenu":{"name":"showColumnMenu","description":"

If showColumnMenu set to true, then it will enable the column menu options in each columns.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#showcolumnmenu"},"showInlineNotes":{"name":"showInlineNotes","description":"

To show notes column cell values inside the cell or in tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#showinlinenotes"},"sortModule":{"name":"sortModule","description":"

The sortModule is used to manipulate sorting operation in Gantt.

\n","type":"Sort","link":"//ej2.syncfusion.com/documentation/api/gantt/#sortmodule"},"sortSettings":{"name":"sortSettings","description":"

Configures the sort settings of the Gantt.

\n","type":"SortSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#sortsettings"},"splitterSettings":{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},"taskFields":{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},"taskbarHeight":{"name":"taskbarHeight","description":"

Defines height of taskbar element in Gantt.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbarheight"},"taskbarTemplate":{"name":"taskbarTemplate","description":"

The task bar template that renders customized child task bars from the given template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbartemplate"},"timelineSettings":{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},"toolbar":{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},"tooltipSettings":{"name":"tooltipSettings","description":"

Enables or disables default tooltip of Gantt element and defines customized tooltip for Gantt elements.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#tooltipsettings"},"treeColumnIndex":{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},"width":{"name":"width","description":"

Defines the width of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#width"},"workWeek":{"name":"workWeek","description":"

Defines workweek of project.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#workweek"},"zoomingLevels":{"name":"zoomingLevels","description":"

Configure zooming levels of Gantt Timeline

\n","type":"ZoomTimelineSettings[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#zoominglevels"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#addeventlistener"},"addPredecessor":{"name":"addPredecessor","description":"

To add dependency for Task.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#addpredecessor"},"addRecord":{"name":"addRecord","description":"

Method to add record.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#addrecord"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#appendto"},"cancelEdit":{"name":"cancelEdit","description":"

Cancels edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#canceledit"},"clearFiltering":{"name":"clearFiltering","description":"

Clears all the filtered columns in Gantt.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#clearfiltering"},"clearSelection":{"name":"clearSelection","description":"

Deselects the current selected rows and cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#clearselection"},"clearSorting":{"name":"clearSorting","description":"

Clears all the sorted columns of the Gantt.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#clearsorting"},"collapseAll":{"name":"collapseAll","description":"

Method to collapse all the rows of Gantt.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapseall"},"collapseByID":{"name":"collapseByID","description":"

Collapse the record by id value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapsebyid"},"collapseByIndex":{"name":"collapseByIndex","description":"

Collapse the record by index value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#collapsebyindex"},"convertToMilestone":{"name":"convertToMilestone","description":"

Method to convert task data to milestone data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#converttomilestone"},"csvExport":{"name":"csvExport","description":"

Export Gantt data to CSV file.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#csvexport"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#databind"},"deleteRecord":{"name":"deleteRecord","description":"

Method to delete record.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#deleterecord"},"enableItems":{"name":"enableItems","description":"

Enables or disables ToolBar items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#enableitems"},"excelExport":{"name":"excelExport","description":"

Export Gantt data to Excel file(.xlsx).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#excelexport"},"expandAll":{"name":"expandAll","description":"

Method to expand all the rows of Gantt.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#expandall"},"expandByID":{"name":"expandByID","description":"

Expand the record by task id.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#expandbyid"},"expandByIndex":{"name":"expandByIndex","description":"

Expand the record by index value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#expandbyindex"},"filterByColumn":{"name":"filterByColumn","description":"

Filters TreeGrid row by column name with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#filterbycolumn"},"fitToProject":{"name":"fitToProject","description":"

To show all project task in available chart width

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#fittoproject"},"getDurationString":{"name":"getDurationString","description":"

Get duration value as string combined with duration and unit values.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getdurationstring"},"getExpandedRecords":{"name":"getExpandedRecords","description":"

Get expanded records from given record collection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getexpandedrecords"},"getFormatedDate":{"name":"getFormatedDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getformateddate"},"getGanttColumns":{"name":"getGanttColumns","description":"

Gets the Gantt columns.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getganttcolumns"},"getGridColumns":{"name":"getGridColumns","description":"

Gets the columns from the TreeGrid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getgridcolumns"},"getRecordByID":{"name":"getRecordByID","description":"

Method to get record by id value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getrecordbyid"},"getRowByID":{"name":"getRowByID","description":"

Method to get the row element by task id.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getrowbyid"},"getRowByIndex":{"name":"getRowByIndex","description":"

Method to get chart row value by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#getrowbyindex"},"getTaskByUniqueID":{"name":"getTaskByUniqueID","description":"

Method to get task by uniqueId value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#gettaskbyuniqueid"},"getTaskbarHeight":{"name":"getTaskbarHeight","description":"

Method to get taskbarHeight.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#gettaskbarheight"},"hideColumn":{"name":"hideColumn","description":"

Hides a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#hidecolumn"},"hideSpinner":{"name":"hideSpinner","description":"

Method used to hide spinner.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#hidespinner"},"nextTimeSpan":{"name":"nextTimeSpan","description":"

To update timeline at end point with one unit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#nexttimespan"},"openAddDialog":{"name":"openAddDialog","description":"

Method to open Add dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#openadddialog"},"openEditDialog":{"name":"openEditDialog","description":"

Method to open Edit dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#openeditdialog"},"previousTimeSpan":{"name":"previousTimeSpan","description":"

To update timeline at start point with one unit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#previoustimespan"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#removeeventlistener"},"removePredecessor":{"name":"removePredecessor","description":"

To remove dependency from task.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#removepredecessor"},"removeSortColumn":{"name":"removeSortColumn","description":"

To remove sorted records of particular column.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#removesortcolumn"},"reorderColumns":{"name":"reorderColumns","description":"

Changes the TreeGrid column positions by field names.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#reordercolumns"},"reorderRows":{"name":"reorderRows","description":"

Reorder the rows based on given indexes and position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#reorderrows"},"scrollToDate":{"name":"scrollToDate","description":"

To move horizontal scroll bar of Gantt to specific date.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#scrolltodate"},"scrollToTask":{"name":"scrollToTask","description":"

To move horizontal scroll bar of Gantt to specific task id.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#scrolltotask"},"search":{"name":"search","description":"

Method to perform search action in Gantt.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#search"},"selectCell":{"name":"selectCell","description":"

Selects a cell by the given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectcell"},"selectCells":{"name":"selectCells","description":"

Selects a collection of cells by row and column indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectcells"},"selectRow":{"name":"selectRow","description":"

Selects a row by given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectrow"},"selectRows":{"name":"selectRows","description":"

Selects a collection of rows by indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#selectrows"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#serverdatabind"},"setScrollTop":{"name":"setScrollTop","description":"

To set scroll top for chart scroll container.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#setscrolltop"},"setSplitterPosition":{"name":"setSplitterPosition","description":"

Method to set splitter position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#setsplitterposition"},"showColumn":{"name":"showColumn","description":"

Shows a column by its column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#showcolumn"},"showSpinner":{"name":"showSpinner","description":"

Method used to show spinner.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#showspinner"},"sortColumn":{"name":"sortColumn","description":"

Sorts a column with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#sortcolumn"},"updateChartScrollOffset":{"name":"updateChartScrollOffset","description":"

To set scroll left and top in chart side.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updatechartscrolloffset"},"updateDataSource":{"name":"updateDataSource","description":"

Method to update data source.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updatedatasource"},"updatePredecessor":{"name":"updatePredecessor","description":"

To modify current dependency values of Task by task id.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updatepredecessor"},"updateProjectDates":{"name":"updateProjectDates","description":"

To validate project start date and end date.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updateprojectdates"},"updateRecordByID":{"name":"updateRecordByID","description":"

Method to update record by ID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updaterecordbyid"},"updateRecordByIndex":{"name":"updateRecordByIndex","description":"

Method to update record by Index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#updaterecordbyindex"},"zoomIn":{"name":"zoomIn","description":"

To perform Zoom in action on Gantt timeline.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#zoomin"},"zoomOut":{"name":"zoomOut","description":"

To perform zoom out action on Gantt timeline.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#zoomout"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/#inject"}},"GanttChart":{"chartBodyContainer":{"name":"chartBodyContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#chartbodycontainer"},"chartBodyContent":{"name":"chartBodyContent","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#chartbodycontent"},"chartElement":{"name":"chartElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#chartelement"},"chartTimelineContainer":{"name":"chartTimelineContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#charttimelinecontainer"},"isExpandAll":{"name":"isExpandAll","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#isexpandall"},"isExpandCollapseFromChart":{"name":"isExpandCollapseFromChart","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#isexpandcollapsefromchart"},"keyboardModule":{"name":"keyboardModule","description":"","type":"KeyboardEvents","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#keyboardmodule"},"scrollElement":{"name":"scrollElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#scrollelement"},"scrollObject":{"name":"scrollObject","description":"","type":"ChartScroll","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#scrollobject"},"onTaskbarClick":{"name":"onTaskbarClick","description":"

This event triggered when click on taskbar element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#ontaskbarclick"},"updateLastRowBottomWidth":{"name":"updateLastRowBottomWidth","description":"

Method to update bottom border for chart rows

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttChart#updatelastrowbottomwidth"}},"Splitter":{"splitterObject":{"name":"splitterObject","description":"","type":"SplitterLayout","link":"//ej2.syncfusion.com/documentation/api/gantt/splitter#splitterobject"},"splitterPreviousPositionChart":{"name":"splitterPreviousPositionChart","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/splitter#splitterpreviouspositionchart"},"splitterPreviousPositionGrid":{"name":"splitterPreviousPositionGrid","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/splitter#splitterpreviouspositiongrid"}},"TaskProcessor":{"calculateDuration":{"name":"calculateDuration","description":"

To calculate duration from start date and end date

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/taskProcessor#calculateduration"}},"GanttTreeGrid":{"treeGridColumns":{"name":"treeGridColumns","description":"","type":"ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttTreeGrid#treegridcolumns"},"renderTreeGrid":{"name":"renderTreeGrid","description":"

Method to initiate TreeGrid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/ganttTreeGrid#rendertreegrid"}},"AddDialogFieldSettings":{"fields":{"name":"fields","description":"

Defines edited column fields placed inside the tab.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/gantt/addDialogFieldSettings#fields"},"headerText":{"name":"headerText","description":"

Defines header text of tab item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/addDialogFieldSettings#headertext"},"type":{"name":"type","description":"

Defines types of tab which contains editor for columns.

\n
    \n
  • General - Defines tab container type as general.
  • \n
  • Dependency - Defines tab as dependency editor.
  • \n
  • Resources - Defines tab as resources editor.
  • \n
  • Notes - Defines tab as notes editor.
  • \n
  • Custom - Defines tab as custom column editor.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/addDialogFieldSettings#type"}},"DayWorkingTime":{"from":{"name":"from","description":"

Defines start time of working time range.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/dayWorkingTime#from"},"to":{"name":"to","description":"

Defines end time of working time range.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/dayWorkingTime#to"}},"EditDialogFieldSettings":{"fields":{"name":"fields","description":"

Defines edited column fields placed inside the tab.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/gantt/editDialogFieldSettings#fields"},"headerText":{"name":"headerText","description":"

Defines header text of tab item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/editDialogFieldSettings#headertext"},"type":{"name":"type","description":"

Defines types of tab which contains editor for columns.

\n
    \n
  • General - Defines tab container type as general.
  • \n
  • Dependency - Defines tab as dependency editor.
  • \n
  • Resources - Defines tab as resources editor.
  • \n
  • Notes - Defines tab as notes editor.
  • \n
  • Custom - Defines tab as custom column editor.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/editDialogFieldSettings#type"}},"EventMarker":{"cssClass":{"name":"cssClass","description":"

Define custom css class for event marker to customize line and label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/eventMarker#cssclass"},"day":{"name":"day","description":"

Defines day of event marker.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/eventMarker#day"},"label":{"name":"label","description":"

Defines label of event marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/eventMarker#label"},"eventMarkersContainer":{"name":"eventMarkersContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/eventMarker#eventmarkerscontainer"},"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/eventMarker#parent"}},"Holiday":{"cssClass":{"name":"cssClass","description":"

Defines custom css class of holiday to customize background and label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/holiday#cssclass"},"from":{"name":"from","description":"

Defines start date of holiday.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/holiday#from"},"label":{"name":"label","description":"

Defines label of holiday.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/holiday#label"},"to":{"name":"to","description":"

Defines end date of holiday.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/holiday#to"}},"LabelSettings":{"leftLabel":{"name":"leftLabel","description":"

Defines left side label of task.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/labelSettings#leftlabel"},"rightLabel":{"name":"rightLabel","description":"

Defines right side label of task.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/labelSettings#rightlabel"},"taskLabel":{"name":"taskLabel","description":"

Defines label which is placed inside the taskbar.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/labelSettings#tasklabel"}},"SplitterSettings":{"columnIndex":{"name":"columnIndex","description":"

Defines splitter position with respect to column index value.\nIf columnIndex set as 2 then splitter bar placed at third column of grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/splitterSettings#columnindex"},"minimum":{"name":"minimum","description":"

Defines minimum width of Grid part, splitter can't be moved less than this value on grid side.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/splitterSettings#minimum"},"position":{"name":"position","description":"

Defines splitter position at initial load, it accepts values in pixels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/splitterSettings#position"},"separatorSize":{"name":"separatorSize","description":"

Defines splitter bar size

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/splitterSettings#separatorsize"},"view":{"name":"view","description":"

Defines predefined view of Gantt.

\n
    \n
  • Default - Shows grid side and side of Gantt.
  • \n
  • Grid - Shows grid side alone in Gantt.
  • \n
  • Chart - Shows chart side alone in Gantt.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/splitterSettings#view"}},"TaskFields":{"baselineEndDate":{"name":"baselineEndDate","description":"

To map baseline end date of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#baselineenddate"},"baselineStartDate":{"name":"baselineStartDate","description":"

To map baseline start date of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#baselinestartdate"},"child":{"name":"child","description":"

To map child of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#child"},"cssClass":{"name":"cssClass","description":"

To map custom css class of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#cssclass"},"dependency":{"name":"dependency","description":"

To map dependency of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#dependency"},"duration":{"name":"duration","description":"

To map duration of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#duration"},"durationUnit":{"name":"durationUnit","description":"

To map duration unit of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#durationunit"},"endDate":{"name":"endDate","description":"

To map end date of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#enddate"},"expandState":{"name":"expandState","description":"

To map expand status of parent record from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#expandstate"},"id":{"name":"id","description":"

To map id of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#id"},"indicators":{"name":"indicators","description":"

To map indicators of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#indicators"},"milestone":{"name":"milestone","description":"

To map milestone of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#milestone"},"name":{"name":"name","description":"

To map name of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#name"},"notes":{"name":"notes","description":"

To map notes value of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#notes"},"parentID":{"name":"parentID","description":"

To map parent id of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#parentid"},"progress":{"name":"progress","description":"

To map progress of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#progress"},"resourceInfo":{"name":"resourceInfo","description":"

To map assigned resources of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#resourceinfo"},"startDate":{"name":"startDate","description":"

To map start date of task from data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/taskFields#startdate"}},"TimelineSettings":{"bottomTier":{"name":"bottomTier","description":"

Defines bottom tier settings in timeline.

\n","type":"TimelineTierSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#bottomtier"},"showTooltip":{"name":"showTooltip","description":"

Enables or disables tooltip for timeline cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#showtooltip"},"timelineUnitSize":{"name":"timelineUnitSize","description":"

Defines width of timeline cell.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#timelineunitsize"},"timelineViewMode":{"name":"timelineViewMode","description":"

Defines timeline mode of Gantt header.

\n
    \n
  • None - Default.
  • \n
  • Week - Define the week mode header.
  • \n
  • Day - Define the day mode header.
  • \n
  • Hour - Define the hour mode header.
  • \n
  • Month - Define the month mode header.
  • \n
  • Year - Define the year mode header.
  • \n
  • Minutes - Define the minutes mode header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#timelineviewmode"},"topTier":{"name":"topTier","description":"

Defines top tier setting in timeline.

\n","type":"TimelineTierSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#toptier"},"updateTimescaleView":{"name":"updateTimescaleView","description":"

Enables or disables timeline auto update on editing action.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#updatetimescaleview"},"weekStartDay":{"name":"weekStartDay","description":"

Defines week start day in timeline.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#weekstartday"},"weekendBackground":{"name":"weekendBackground","description":"

Defines background color of weekend cell in week - day timeline mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineSettings#weekendbackground"}},"TimelineTierSettings":{"count":{"name":"count","description":"

Defines number of timeline units combined for single cell.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineTierSettings#count"},"format":{"name":"format","description":"

Defines timeline cell format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineTierSettings#format"},"formatter":{"name":"formatter","description":"

Defines method to get custom formatted values of timeline cells.

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineTierSettings#formatter"},"unit":{"name":"unit","description":"

Defines timeline mode of Gantt header.

\n
    \n
  • None - Default.
  • \n
  • Week - Define the week mode header.
  • \n
  • Day - Define the day mode header.
  • \n
  • Hour - Define the hour mode header.
  • \n
  • Month - Define the month mode header.
  • \n
  • Year - Define the year mode header.
  • \n
  • Minutes - Define the minutes mode header.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timelineTierSettings#unit"}},"ChartRows":{"baselineHeight":{"name":"baselineHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#baselineheight"},"connectorPointWidth":{"name":"connectorPointWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#connectorpointwidth"},"ganttChartTableBody":{"name":"ganttChartTableBody","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#ganttcharttablebody"},"milestoneHeight":{"name":"milestoneHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#milestoneheight"},"milestoneMarginTop":{"name":"milestoneMarginTop","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#milestonemargintop"},"taskBarHeight":{"name":"taskBarHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#taskbarheight"},"taskBarMarginTop":{"name":"taskBarMarginTop","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#taskbarmargintop"},"taskTable":{"name":"taskTable","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#tasktable"},"initiateTemplates":{"name":"initiateTemplates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#initiatetemplates"},"refreshChartByTimeline":{"name":"refreshChartByTimeline","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/chartRows#refreshchartbytimeline"}},"ConnectorLine":{"dependencyViewContainer":{"name":"dependencyViewContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/connectorLine#dependencyviewcontainer"},"tooltipTable":{"name":"tooltipTable","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/connectorLine#tooltiptable"}},"EditTooltip":{"parent":{"name":"parent","description":"","type":"Gantt","link":"//ej2.syncfusion.com/documentation/api/gantt/editTooltip#parent"},"taskbarTooltipContainer":{"name":"taskbarTooltipContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/editTooltip#taskbartooltipcontainer"},"taskbarTooltipDiv":{"name":"taskbarTooltipDiv","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/editTooltip#taskbartooltipdiv"},"toolTipObj":{"name":"toolTipObj","description":"","type":"Tooltip","link":"//ej2.syncfusion.com/documentation/api/gantt/editTooltip#tooltipobj"}},"NonWorkingDay":{"nonworkingContainer":{"name":"nonworkingContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/nonWorkingDay#nonworkingcontainer"},"removeContainers":{"name":"removeContainers","description":"

Method to remove containers of holiday and weekend

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/gantt/nonWorkingDay#removecontainers"}},"Timeline":{"bottomTier":{"name":"bottomTier","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#bottomtier"},"bottomTierCellWidth":{"name":"bottomTierCellWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#bottomtiercellwidth"},"chartTimelineContainer":{"name":"chartTimelineContainer","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#charttimelinecontainer"},"customTimelineSettings":{"name":"customTimelineSettings","description":"","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#customtimelinesettings"},"isSingleTier":{"name":"isSingleTier","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#issingletier"},"isZoomIn":{"name":"isZoomIn","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#iszoomin"},"isZoomToFit":{"name":"isZoomToFit","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#iszoomtofit"},"isZooming":{"name":"isZooming","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#iszooming"},"timelineEndDate":{"name":"timelineEndDate","description":"","type":"Date","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#timelineenddate"},"timelineRoundOffEndDate":{"name":"timelineRoundOffEndDate","description":"","type":"Date","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#timelineroundoffenddate"},"timelineStartDate":{"name":"timelineStartDate","description":"","type":"Date","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#timelinestartdate"},"topTier":{"name":"topTier","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#toptier"},"totalTimelineWidth":{"name":"totalTimelineWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/timeline#totaltimelinewidth"}},"Ajax":{"beforeSend":{"name":"beforeSend","description":"

Specifies the callback function to be triggered before sending request to sever.\nThis can be used to modify the XMLHttpRequest object before it is sent.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/ajax/#beforesend"},"onFailure":{"name":"onFailure","description":"

Triggers when XmlHttpRequest is failed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/ajax/#onfailure"},"onSuccess":{"name":"onSuccess","description":"

Specifies callback function to be triggered after XmlHttpRequest is succeeded.\nThe callback will contain server response as the parameter.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/ajax/#onsuccess"},"data":{"name":"data","description":"

Specifies the data to be sent.

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#data"},"httpRequest":{"name":"httpRequest","description":"

Specifies the callback for creating the XMLHttpRequest object.

\n","type":"XMLHttpRequest","link":"//ej2.syncfusion.com/documentation/api/ajax/#httprequest"},"mode":{"name":"mode","description":"

A boolean value indicating whether the request should be sent asynchronous or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ajax/#mode"},"onAbort":{"name":"onAbort","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#onabort"},"onError":{"name":"onError","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#onerror"},"onLoad":{"name":"onLoad","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#onload"},"onProgress":{"name":"onProgress","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#onprogress"},"onUploadProgress":{"name":"onUploadProgress","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/ajax/#onuploadprogress"},"type":{"name":"type","description":"

Specifies which HTTP request method to be used. For ex., GET, POST

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ajax/#type"},"url":{"name":"url","description":"

Specifies the URL to which request to be sent.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ajax/#url"},"getResponseHeader":{"name":"getResponseHeader","description":"

To get the response header from XMLHttpRequest

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ajax/#getresponseheader"},"send":{"name":"send","description":"

Send the request to server.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ajax/#send"}},"Component":{"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/component/#allowserverdatabinding"},"element":{"name":"element","description":"","type":"ElementType","link":"//ej2.syncfusion.com/documentation/api/component/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/component/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/component/#enablertl"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/component/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/component/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/component/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/component/#locale"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#databind"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/component/#inject"}},"Draggable":{"drag":{"name":"drag","description":"

Specifies the callback function for drag event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/draggable/#drag"},"dragStart":{"name":"dragStart","description":"

Specifies the callback function for dragStart event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/draggable/#dragstart"},"dragStop":{"name":"dragStop","description":"

Specifies the callback function for dragStop event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/draggable/#dragstop"},"abort":{"name":"abort","description":"

Defines the child element selector which will prevent dragging of element.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/draggable/#abort"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/draggable/#allowserverdatabinding"},"axis":{"name":"axis","description":"

Defines the axis to limit the draggable element drag path.The possible axis path values are

\n
    \n
  • x - Allows drag movement in horizontal direction only.
  • \n
  • y - Allows drag movement in vertical direction only.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/draggable/#axis"},"clone":{"name":"clone","description":"

If clone set to true, drag operations are performed in duplicate element of the draggable element.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/draggable/#clone"},"currentStateTarget":{"name":"currentStateTarget","description":"","type":"any","link":"//ej2.syncfusion.com/documentation/api/draggable/#currentstatetarget"},"cursorAt":{"name":"cursorAt","description":"

Defines the distance between the cursor and the draggable element.

\n","type":"PositionModel","link":"//ej2.syncfusion.com/documentation/api/draggable/#cursorat"},"distance":{"name":"distance","description":"

Defines the minimum distance draggable element to be moved to trigger the drag operation.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/draggable/#distance"},"dragArea":{"name":"dragArea","description":"

Defines the parent element in which draggable element movement will be restricted.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/draggable/#dragarea"},"droppables":{"name":"droppables","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/draggable/#droppables"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/draggable/#element"},"handle":{"name":"handle","description":"

Defines the child element selector which will act as drag handle.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/draggable/#handle"},"helper":{"name":"helper","description":"

Defines the callback function for customizing the cloned element.

\n","type":"Function","link":"//ej2.syncfusion.com/documentation/api/draggable/#helper"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/draggable/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/draggable/#isdestroyed"},"isDragScroll":{"name":"isDragScroll","description":"

Defines the dragArea is scrollable or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/draggable/#isdragscroll"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/draggable/#isserverrendered"},"scope":{"name":"scope","description":"

Defines the scope value to group sets of draggable and droppable items.\nA draggable with the same scope value will be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/draggable/#scope"},"tapHoldThreshold":{"name":"tapHoldThreshold","description":"

Specifies the time delay for tap hold.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/draggable/#tapholdthreshold"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#addeventlistener"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#databind"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#getmodulename"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#onpropertychanged"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/draggable/#serverdatabind"}},"Position":{"left":{"name":"left","description":"

Specifies the left position of cursor in draggable.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/draggable/position#left"},"top":{"name":"top","description":"

Specifies the left position of cursor in draggable.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/draggable/position#top"}},"Droppable":{"drop":{"name":"drop","description":"

Specifies the callback function, which will be triggered while drag element is dropped in droppable.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/droppable/#drop"},"out":{"name":"out","description":"

Specifies the callback function, which will be triggered while drag element is moved out of droppable element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/droppable/#out"},"over":{"name":"over","description":"

Specifies the callback function, which will be triggered while drag element is moved over droppable element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/droppable/#over"},"accept":{"name":"accept","description":"

Defines the selector for draggable element to be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/droppable/#accept"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/droppable/#allowserverdatabinding"},"dragData":{"name":"dragData","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/droppable/#dragdata"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/droppable/#element"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/droppable/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/droppable/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/droppable/#isserverrendered"},"scope":{"name":"scope","description":"

Defines the scope value to group sets of draggable and droppable items.\nA draggable with the same scope value will only be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/droppable/#scope"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#addeventlistener"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#databind"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#getmodulename"},"intOut":{"name":"intOut","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#intout"},"intOver":{"name":"intOver","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#intover"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#onpropertychanged"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/droppable/#serverdatabind"}},"Internationalization":{"culture":{"name":"culture","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/internationalization/#culture"},"formatDate":{"name":"formatDate","description":"

Returns the formatted date string based on format options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#formatdate"},"formatNumber":{"name":"formatNumber","description":"

Returns the formatted string based on format options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#formatnumber"},"getDateFormat":{"name":"getDateFormat","description":"

Returns the format function for given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#getdateformat"},"getDateParser":{"name":"getDateParser","description":"

Returns the parser function for given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#getdateparser"},"getFirstDayOfWeek":{"name":"getFirstDayOfWeek","description":"

Returns the First Day of the Week

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#getfirstdayofweek"},"getNumberFormat":{"name":"getNumberFormat","description":"

Returns the format function for given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#getnumberformat"},"getNumberParser":{"name":"getNumberParser","description":"

Returns the parser function for given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#getnumberparser"},"parseDate":{"name":"parseDate","description":"

Returns the date object for given date string and options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#parsedate"},"parseNumber":{"name":"parseNumber","description":"

Returns the number object from the given string value and options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/internationalization/#parsenumber"}},"KeyboardEvents":{"keyAction":{"name":"keyAction","description":"

Specifies the listener when keyboard actions is performed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#keyaction"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#allowserverdatabinding"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#element"},"eventName":{"name":"eventName","description":"

Specifies on which event keyboardEvents class should listen for key press. For ex., keyup, keydown or keypress

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#eventname"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#isserverrendered"},"keyConfigs":{"name":"keyConfigs","description":"

Specifies key combination and it respective action name.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#keyconfigs"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#addeventlistener"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#databind"},"destroy":{"name":"destroy","description":"

Unwire bound events and destroy the instance.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#destroy"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/keyboard/keyboardEvents#serverdatabind"}},"L10n":{"getConstant":{"name":"getConstant","description":"

Returns current locale text for the property based on the culture name and control name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/l10n/#getconstant"},"setLocale":{"name":"setLocale","description":"

Sets the locale text

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/l10n/#setlocale"},"load":{"name":"load","description":"

Sets the global locale for all components.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/l10n/#load"}},"ModuleLoader":{"clean":{"name":"clean","description":"

To remove the created object while destroying the control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/module-loader/#clean"},"inject":{"name":"inject","description":"

Inject required modules in component library

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/module-loader/#inject"}},"Observer":{"destroy":{"name":"destroy","description":"

To destroy handlers in the event

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/observer/#destroy"},"isJson":{"name":"isJson","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/observer/#isjson"},"notify":{"name":"notify","description":"

To notify the handlers in the specified event.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/observer/#notify"},"off":{"name":"off","description":"

To remove handlers from a event attached using on() function.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/observer/#off"},"on":{"name":"on","description":"

To attach handler for given property in current context.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/observer/#on"}},"SanitizeHtmlHelper":{"removeAttrs":{"name":"removeAttrs","description":"","type":"SanitizeRemoveAttrs[]","link":"//ej2.syncfusion.com/documentation/api/sanitize-helper/sanitizeHtmlHelper#removeattrs"},"removeTags":{"name":"removeTags","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/sanitize-helper/sanitizeHtmlHelper#removetags"},"wrapElement":{"name":"wrapElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/sanitize-helper/sanitizeHtmlHelper#wrapelement"},"beforeSanitize":{"name":"beforeSanitize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sanitize-helper/sanitizeHtmlHelper#beforesanitize"},"sanitize":{"name":"sanitize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sanitize-helper/sanitizeHtmlHelper#sanitize"},"serializeValue":{"name":"serializeValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sanitize-helper/sanitizeHtmlHelper#serializevalue"}},"SwipeSettings":{"swipeThresholdDistance":{"name":"swipeThresholdDistance","description":"

Property specifies minimum distance of swipe moved.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/touch/swipeSettings#swipethresholddistance"}},"Touch":{"scroll":{"name":"scroll","description":"

Specifies the callback function for scroll event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/touch/#scroll"},"swipe":{"name":"swipe","description":"

Specifies the callback function for swipe event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/touch/#swipe"},"tap":{"name":"tap","description":"

Specifies the callback function for tap event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/touch/#tap"},"tapHold":{"name":"tapHold","description":"

Specifies the callback function for tapHold event.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/touch/#taphold"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/touch/#allowserverdatabinding"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/touch/#element"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/touch/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/touch/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/touch/#isserverrendered"},"swipeSettings":{"name":"swipeSettings","description":"

Customize the swipe event configuration.

\n","type":"SwipeSettingsModel","link":"//ej2.syncfusion.com/documentation/api/touch/#swipesettings"},"tapHoldThreshold":{"name":"tapHoldThreshold","description":"

Specifies the time delay for tap hold.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/touch/#tapholdthreshold"},"tapThreshold":{"name":"tapThreshold","description":"

Specifies the time delay for tap.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/touch/#tapthreshold"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/touch/#addeventlistener"},"dataBind":{"name":"dataBind","description":"

Bind property changes immediately to components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/touch/#databind"},"destroy":{"name":"destroy","description":"

To destroy the touch instance.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/touch/#destroy"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/touch/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/touch/#serverdatabind"}},"ClearFormat":{},"SelectionCommands":{},"ToolbarStatus":{},"UndoRedoManager":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#element"},"steps":{"name":"steps","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#steps"},"undoRedoStack":{"name":"undoRedoStack","description":"","type":"IHtmlUndoRedoData[]","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#undoredostack"},"undoRedoSteps":{"name":"undoRedoSteps","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#undoredosteps"},"undoRedoTimer":{"name":"undoRedoTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/editor-manager/undoRedoManager#undoredotimer"}},"UndoRedoCommands":{"steps":{"name":"steps","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#steps"},"undoRedoStack":{"name":"undoRedoStack","description":"","type":"MarkdownUndoRedoData[]","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#undoredostack"},"undoRedoSteps":{"name":"undoRedoSteps","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#undoredosteps"},"undoRedoTimer":{"name":"undoRedoTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/markdown-parser/undoRedoCommands#undoredotimer"}},"BaseQuickToolbar":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#element"},"popupObj":{"name":"popupObj","description":"","type":"Popup","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#popupobj"},"quickTBarObj":{"name":"quickTBarObj","description":"","type":"BaseToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#quicktbarobj"},"toolbarElement":{"name":"toolbarElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseQuickToolbar#toolbarelement"}},"BaseToolbar":{"toolbarObj":{"name":"toolbarObj","description":"","type":"tool","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/baseToolbar#toolbarobj"}},"ColorPickerInput":{},"Count":{},"DropDownButtons":{"alignDropDown":{"name":"alignDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#aligndropdown"},"displayDropDown":{"name":"displayDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#displaydropdown"},"fontNameDropDown":{"name":"fontNameDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#fontnamedropdown"},"fontSizeDropDown":{"name":"fontSizeDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#fontsizedropdown"},"formatDropDown":{"name":"formatDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#formatdropdown"},"imageAlignDropDown":{"name":"imageAlignDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#imagealigndropdown"},"tableCellVerticalAlignDropDown":{"name":"tableCellVerticalAlignDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#tablecellverticalaligndropdown"},"tableColumnsDropDown":{"name":"tableColumnsDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#tablecolumnsdropdown"},"tableRowsDropDown":{"name":"tableRowsDropDown","description":"","type":"DropDownButton","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dropDownButtons#tablerowsdropdown"}},"ExecCommandCallBack":{},"FullScreen":{},"HtmlEditor":{},"HtmlToolbarStatus":{"parent":{"name":"parent","description":"","type":"IRichTextEditor","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/htmlToolbarStatus#parent"},"toolbarStatus":{"name":"toolbarStatus","description":"","type":"IToolbarStatus","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/htmlToolbarStatus#toolbarstatus"}},"MarkdownEditor":{},"MarkdownToolbarStatus":{"element":{"name":"element","description":"","type":"HTMLTextAreaElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/markdownToolbarStatus#element"},"parent":{"name":"parent","description":"","type":"IRichTextEditor","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/markdownToolbarStatus#parent"},"selection":{"name":"selection","description":"","type":"MarkdownSelection","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/markdownToolbarStatus#selection"},"toolbarStatus":{"name":"toolbarStatus","description":"","type":"IToolbarStatus","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/markdownToolbarStatus#toolbarstatus"}},"PasteCleanup":{},"QuickToolbar":{"imageQTBar":{"name":"imageQTBar","description":"","type":"BaseQuickToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#imageqtbar"},"inlineQTBar":{"name":"inlineQTBar","description":"","type":"BaseQuickToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#inlineqtbar"},"linkQTBar":{"name":"linkQTBar","description":"","type":"BaseQuickToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#linkqtbar"},"tableQTBar":{"name":"tableQTBar","description":"","type":"BaseQuickToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#tableqtbar"},"textQTBar":{"name":"textQTBar","description":"","type":"BaseQuickToolbar","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbar#textqtbar"}},"ToolbarAction":{},"XhtmlValidation":{},"RichTextEditor":{"actionBegin":{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after command execution using toolbar items or executeCommand method.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actioncomplete"},"beforeDialogOpen":{"name":"beforeDialogOpen","description":"

Event triggers when the dialog is being opened.\nIf you cancel this event, the dialog remains closed.\nSet the cancel argument to true to cancel the open of a dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#beforedialogopen"},"beforeQuickToolbarOpen":{"name":"beforeQuickToolbarOpen","description":"

Event triggers when the quick toolbar is being opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#beforequicktoolbaropen"},"beforeSanitizeHtml":{"name":"beforeSanitizeHtml","description":"

Event triggers before sanitize the value. It's only applicable to editorMode as HTML.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#beforesanitizehtml"},"blur":{"name":"blur","description":"

Triggers when RichTextEditor is focused out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#blur"},"change":{"name":"change","description":"

Triggers only when RichTextEditor is blurred and changes are done to the content.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#change"},"created":{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the RichTextEditor is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#destroyed"},"dialogClose":{"name":"dialogClose","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#dialogclose"},"dialogOpen":{"name":"dialogOpen","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#dialogopen"},"focus":{"name":"focus","description":"

Triggers when RichTextEditor is focused in

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#focus"},"imageRemoving":{"name":"imageRemoving","description":"

Event triggers when the selected image is cleared from the insert image dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#imageremoving"},"imageSelected":{"name":"imageSelected","description":"

Event triggers when the image is selected or dragged into the insert image dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#imageselected"},"imageUploadFailed":{"name":"imageUploadFailed","description":"

Event triggers when there is an error in the image upload.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#imageuploadfailed"},"imageUploadSuccess":{"name":"imageUploadSuccess","description":"

Event triggers when the image is successfully uploaded to the server side.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#imageuploadsuccess"},"imageUploading":{"name":"imageUploading","description":"

Event triggers when the selected image begins to upload in the insert image dialog.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#imageuploading"},"quickToolbarClose":{"name":"quickToolbarClose","description":"

Event triggers after the quick toolbar has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#quicktoolbarclose"},"quickToolbarOpen":{"name":"quickToolbarOpen","description":"

Event triggers when a quick toolbar is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#quicktoolbaropen"},"resizeStart":{"name":"resizeStart","description":"

Triggers only when start resize the image.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Triggers only when stop resize the image.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#resizestop"},"resizing":{"name":"resizing","description":"

Triggers only when resizing the image.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#resizing"},"toolbarClick":{"name":"toolbarClick","description":"

Triggers when RichTextEditor Toolbar items is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarclick"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#allowserverdatabinding"},"backgroundColor":{"name":"backgroundColor","description":"

Predefine the color palette that can be rendered for background color (text highlighted color) toolbar command.

\n","type":"BackgroundColorModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#backgroundcolor"},"cssClass":{"name":"cssClass","description":"

Specifies the CSS class name appended with the root element of the RichTextEditor.\nOne or more custom CSS classes can be added to a RichTextEditor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#cssclass"},"editorMode":{"name":"editorMode","description":"

Specifies the editing mode of the RichTextEditor.

\n
    \n
  • \n

    HTML - Render RichTextEditor as HTML editor using <IFRAME> element or content editable <div> element\nor <textarea> element.

    \n
  • \n
  • \n

    Markdown - Render RichTextEditor as markdown editor using <textarea>.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#editormode"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#element"},"enableAutoUrl":{"name":"enableAutoUrl","description":"

Enable enableAutoUrl to accept the given URL (relative or absolute) without validating the URL for hyperlinks, otherwise\nthe given URL will automatically convert to absolute path URL by prefixing https:// for hyperlinks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enableautourl"},"enableHtmlEncode":{"name":"enableHtmlEncode","description":"

specifies the value whether the source code is displayed with encoded format.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enablehtmlencode"},"enableHtmlSanitizer":{"name":"enableHtmlSanitizer","description":"

Defines whether to allow the cross-scripting site or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enablehtmlsanitizer"},"enablePersistence":{"name":"enablePersistence","description":"

Enables or disables the persisting component's state between page reloads.\nIf enabled, the value of RichTextEditor is persisted

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enablepersistence"},"enableResize":{"name":"enableResize","description":"

Enables or disables the resizing option in the editor.\nIf enabled, the RichTextEditor can be resized by dragging the resize icon in the bottom right corner.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enableresize"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enablertl"},"enableTabKey":{"name":"enableTabKey","description":"

Allows the tab key action in the RichTextEditor content.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabletabkey"},"enableXhtml":{"name":"enableXhtml","description":"

Specifies a value that indicates whether the xhtml is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enablexhtml"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabled"},"floatingToolbarOffset":{"name":"floatingToolbarOffset","description":"

Preserves the toolbar at the top of the RichTextEditor on scrolling and\nspecifies the offset of the floating toolbar from documents top position

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#floatingtoolbaroffset"},"fontColor":{"name":"fontColor","description":"

Predefine the color palette that can be rendered for font color toolbar command .

\n","type":"FontColorModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#fontcolor"},"fontFamily":{"name":"fontFamily","description":"

Predefine the font families that populate in font family dropdown list from the toolbar.

\n","type":"FontFamilyModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#fontfamily"},"fontSize":{"name":"fontSize","description":"

Predefine the font sizes that populate in font size dropdown list from the toolbar.

\n","type":"FontSizeModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#fontsize"},"format":{"name":"format","description":"

Predefine the collection of paragraph styles along with quote and code style that populate in format dropdown from the toolbar.

\n","type":"FormatModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#format"},"formatter":{"name":"formatter","description":"

Customize keyCode to change the key value.

\n","type":"IFormatter","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#formatter"},"height":{"name":"height","description":"

Specifies the height of the RichTextEditor component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#height"},"htmlAttributes":{"name":"htmlAttributes","description":"

Allows additional HTML attributes such as title, name, etc., and\nIt will be accepts n number of attributes in a key-value pair format.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#htmlattributes"},"iframeSettings":{"name":"iframeSettings","description":"

Specifies the items to be rendered in an iframe mode, and it has the following properties.

\n
    \n
  • enable - Set Boolean value to enable, the editors content is placed in an iframe and isolated from the rest of the page.
  • \n
  • attributes - Custom style to be used inside the iframe to display content. This style is added to the iframe body.
  • \n
  • resources - we can add both styles and scripts to the iframe.\n
      \n
    1. styles[] - An array of CSS style files to inject inside the iframe to display content
    2. \n
    3. scripts[] - An array of JS script files to inject inside the iframe
    4. \n
    \n
  • \n
\n","type":"IFrameSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#iframesettings"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#ignorecollectionwatch"},"inlineMode":{"name":"inlineMode","description":"

Enable or disable the inline edit mode.

\n
    \n
  • enable - set boolean value to enable or disable the inline edit mode.
  • \n
  • onSelection - If its set to true, upon selecting the text, the toolbar is opened in inline.\nIf its set to false, upon clicking to the target element, the toolbar is opened.
  • \n
\n","type":"InlineModeModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inlinemode"},"insertImageSettings":{"name":"insertImageSettings","description":"

Specifies the image insert options in RichTextEditor component and control with the following properties.

\n
    \n
  • allowedTypes - Specifies the extensions of the image types allowed to insert on bowering and\npassing the extensions with comma separators. For example, pass allowedTypes as .jpg and .png.
  • \n
  • display - Sets the default display for an image when it is inserted in to the RichTextEditor.\nPossible options are: 'inline' and 'block'.
  • \n
  • width - Sets the default width of the image when it is inserted in the RichTextEditor.
  • \n
  • saveFormat - Specifies the format to store the image in the RichTextEditor (Base64 or Blob).
  • \n
  • height - Sets the default height of the image when it is inserted in the RichTextEditor.
  • \n
  • saveUrl - Specifies the service URL of save action that will receive the uploaded files and save them in the server.
  • \n
  • path - Specifies the path of the location to store the images and refer it to display the images.
  • \n
\n","type":"ImageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#insertimagesettings"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#isserverrendered"},"keyConfig":{"name":"keyConfig","description":"

Customizes the key actions in RichTextEditor.\nFor example, when using German keyboard, the key actions can be customized using these shortcuts.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#keyconfig"},"keyboardModule":{"name":"keyboardModule","description":"","type":"KeyboardEvents","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#keyboardmodule"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#locale"},"localeObj":{"name":"localeObj","description":"","type":"L10n","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#localeobj"},"maxLength":{"name":"maxLength","description":"

Specifies the maximum number of characters allowed in the RichTextEditor component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#maxlength"},"needsID":{"name":"needsID","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#needsid"},"pasteCleanupSettings":{"name":"pasteCleanupSettings","description":"

Specifies the pasting options in RichTextEditor component and control with the following properties.

\n
    \n
  • prompt - Set boolean value to enable or disable the prompt when pasting.
  • \n
  • deniedAttrs - Specifies the attributes to restrict when pasting in RTE.
  • \n
  • allowedStyleProps - Specifies the allowed style properties when pasting in RTE.
  • \n
  • deniedTags\t - Specifies the tags to restrict when pasting in RTE.
  • \n
  • keepFormat\t - Set boolean value to keep or remove the from when pasting.
  • \n
  • plainText\t - Set boolean value to paste as plain text or not.
  • \n
\n","type":"PasteCleanupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#pastecleanupsettings"},"placeholder":{"name":"placeholder","description":"

Specifies the placeholder for the RichTextEditor’s content used when the RichTextEditor body is empty.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#placeholder"},"quickToolbarSettings":{"name":"quickToolbarSettings","description":"

Specifies the items to be rendered in quick toolbar based on the target element.

\n
    \n
  • It has following fields:
  • \n
  • enable - set boolean value to show or hide the quick toolbar
  • \n
  • actionOnScroll - it has two possible options\n
      \n
    1. hide: The quickToolbar is closed when the parent element is scrolled.
    2. \n
    3. none: The quickToolbar cannot be closed even the parent element is scrolled.
    4. \n
    \n
  • \n
  • link - Specifies the items to be rendered in quick toolbar based on link element such as Open, Edit, and UnLink.
  • \n
  • image - Specifies the items to be rendered in quick toolbar based on image element such as 'Replace',\n'Align', 'Caption', 'Remove', 'InsertLink', 'Display', 'AltText', 'Dimension'.
  • \n
  • text\t - Specifies the items to be rendered in quick toolbar based on text element such as 'Cut', 'Copy', 'Paste'.
  • \n
\n","type":"QuickToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#quicktoolbarsettings"},"readonly":{"name":"readonly","description":"

The user interactions on the component are disabled, when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#readonly"},"saveInterval":{"name":"saveInterval","description":"

Specifies the saveInterval in milliseconds for autosave the value.\nThe change event will be triggered if the content was changed from the last saved interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#saveinterval"},"showCharCount":{"name":"showCharCount","description":"

Sets Boolean value to enable or disable the display of the character counter.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showcharcount"},"tableSettings":{"name":"tableSettings","description":"

Specifies the table insert options in RichTextEditor component and control with the following properties.

\n
    \n
  • styles - Class name should be appended by default in table element.\nIt helps to design the table in specific CSS styles always when inserting in editor.
  • \n
  • width - Sets the default width of the table when it is inserted in the RichTextEditor.
  • \n
  • minWidth - Sets the default minWidth of the table when it is inserted in the RichTextEditor.
  • \n
  • maxWidth - Sets the default maxWidth of the table when it is inserted in the RichTextEditor.
  • \n
  • resize - To enable resize the table.
  • \n
\n","type":"TableSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#tablesettings"},"toolbarSettings":{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},"undoRedoSteps":{"name":"undoRedoSteps","description":"

Specifies the count of undo history which is stored in undoRedoManager.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#undoredosteps"},"undoRedoTimer":{"name":"undoRedoTimer","description":"

Specifies the interval value in milliseconds that store actions in undoRedoManager. The minimum value is 300 milliseconds.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#undoredotimer"},"value":{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},"valueContainer":{"name":"valueContainer","description":"","type":"HTMLTextAreaElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#valuecontainer"},"valueTemplate":{"name":"valueTemplate","description":"

Accepts the template design and assigns it as RichTextEditor’s content.\nThe built-in template engine which provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#valuetemplate"},"width":{"name":"width","description":"

Specifies the width of the RichTextEditor.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#databind"},"destroy":{"name":"destroy","description":"

Destroys the component (detaches/removes all event handlers, attributes, classes, and empties the component element).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#destroy"},"disableToolbarItem":{"name":"disableToolbarItem","description":"

Disables the given toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#disabletoolbaritem"},"enableToolbarItem":{"name":"enableToolbarItem","description":"

Enables the give toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabletoolbaritem"},"executeCommand":{"name":"executeCommand","description":"

Executes the commands

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#executecommand"},"focusIn":{"name":"focusIn","description":"

Focuses the RichTextEditor component

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#focusin"},"focusOut":{"name":"focusOut","description":"

Blurs the RichTextEditor component

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#focusout"},"getCharCount":{"name":"getCharCount","description":"

Returns the maximum number of characters in the Rich Text Editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getcharcount"},"getContent":{"name":"getContent","description":"

Returns the HTML or Text inside the RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getcontent"},"getHtml":{"name":"getHtml","description":"

Retrieves the HTML from RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#gethtml"},"getRange":{"name":"getRange","description":"

Get the selected range from the RichTextEditor's content.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getrange"},"getSelection":{"name":"getSelection","description":"

Retrieves the HTML markup content from currently selected content of RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getselection"},"getText":{"name":"getText","description":"

Returns the text content as string.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#gettext"},"print":{"name":"print","description":"

By default, prints all the pages of the RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#refresh"},"refreshUI":{"name":"refreshUI","description":"

Refresh the view of the editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#refreshui"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#removeeventlistener"},"removeToolbarItem":{"name":"removeToolbarItem","description":"

Removes the give toolbar items from the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#removetoolbaritem"},"sanitizeHtml":{"name":"sanitizeHtml","description":"

This method will clean up the HTML against cross-site scripting attack and return the HTML as string.\nIt's only applicable to editorMode as HTML.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#sanitizehtml"},"selectAll":{"name":"selectAll","description":"

Selects all the content in RichTextEditor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#selectall"},"selectRange":{"name":"selectRange","description":"

Selects a content range or an element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#selectrange"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#serverdatabind"},"showFullScreen":{"name":"showFullScreen","description":"

Shows the RichTextEditor component in full-screen mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showfullscreen"},"showSourceCode":{"name":"showSourceCode","description":"

Shows the source HTML/MD markup.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showsourcecode"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"}},"IFrameSettings":{"attributes":{"name":"attributes","description":"

Defines additional attributes to render iframe.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/iFrameSettings#attributes"},"enable":{"name":"enable","description":"

Specifies whether to render iframe based editable element in RTE.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/iFrameSettings#enable"},"resources":{"name":"resources","description":"

The object used for inject styles and scripts.

\n","type":"ResourcesModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/iFrameSettings#resources"}},"Resources":{"scripts":{"name":"scripts","description":"

Specifies scripts that inject into iframe.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/resources#scripts"},"styles":{"name":"styles","description":"

Specifies styles that inject into iframe.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/resources#styles"},"allowMultiple":{"name":"allowMultiple","description":"

When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the\nselected resources.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#allowmultiple"},"colorField":{"name":"colorField","description":"

It maps the color field from the dataSource, which is used to specify colors for the resources.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#colorfield"},"cssClassField":{"name":"cssClassField","description":"

It maps the cssClass field from the dataSource, which is used to specify different styles to each resource appointments.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#cssclassfield"},"dataSource":{"name":"dataSource","description":"

Assigns the resource dataSource\nThe data can be passed either as an array of JavaScript objects,\nor else can create an instance of DataManager\nin case of processing remote data and can be assigned to the dataSource property.\nWith the remote data assigned to dataSource, check the available\nadaptors to customize the data processing.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#datasource"},"endHourField":{"name":"endHourField","description":"

It maps the endHour field from the dataSource, which is used to specify different work end hour for each resources.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#endhourfield"},"expandedField":{"name":"expandedField","description":"

It maps the expanded field from the dataSource, which is used to specify whether each resource levels\nin timeline view needs to be maintained in an expanded or collapsed state by default.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#expandedfield"},"field":{"name":"field","description":"

A value that binds to the resource field of event object.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#field"},"groupIDField":{"name":"groupIDField","description":"

It maps the groupID field from the dataSource, which is used to specify under which parent resource,\nthe child should be grouped.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#groupidfield"},"idField":{"name":"idField","description":"

It maps the id field from the dataSource and is used to uniquely identify the resources.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#idfield"},"name":{"name":"name","description":"

It represents a unique resource name for differentiating various resource objects while grouping.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#name"},"query":{"name":"query","description":"

Defines the external query\nthat will be executed along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#query"},"startHourField":{"name":"startHourField","description":"

It maps the startHour field from the dataSource, which is used to specify different work start hour for each resources.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#starthourfield"},"textField":{"name":"textField","description":"

It maps the text field from the dataSource, which is used to specify the resource names.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#textfield"},"title":{"name":"title","description":"

It holds the title of the resource field to be displayed on the schedule event editor window.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#title"},"workDaysField":{"name":"workDaysField","description":"

It maps the working days field from the dataSource, which is used to specify different working days for each resources.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/resources#workdaysfield"}},"InlineMode":{"enable":{"name":"enable","description":"

Specifies whether enable/disable inline toolbar in RTE.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/inlineMode#enable"},"onSelection":{"name":"onSelection","description":"

Specifies the inline toolbar render based on with or without selection.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/inlineMode#onselection"}},"BackgroundColor":{"colorCode":{"name":"colorCode","description":"

Specifies color code customization

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/backgroundColor#colorcode"},"columns":{"name":"columns","description":"

Specifies columns

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/backgroundColor#columns"},"default":{"name":"default","description":"

Specifies default font color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/backgroundColor#default"},"mode":{"name":"mode","description":"

Specifies mode

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/backgroundColor#mode"},"modeSwitcher":{"name":"modeSwitcher","description":"

Specifies a modeSwitcher button

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/backgroundColor#modeswitcher"}},"FontColor":{"colorCode":{"name":"colorCode","description":"

Specifies color code customization

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontColor#colorcode"},"columns":{"name":"columns","description":"

Specifies columns

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontColor#columns"},"default":{"name":"default","description":"

Specifies default font color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontColor#default"},"mode":{"name":"mode","description":"

Specifies mode

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontColor#mode"},"modeSwitcher":{"name":"modeSwitcher","description":"

Specifies modeSwitcher button

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontColor#modeswitcher"}},"FontFamily":{"default":{"name":"default","description":"

Specifies default font family selection

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontFamily#default"},"items":{"name":"items","description":"

Specifies default font family items

\n","type":"IDropDownItemModel[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontFamily#items"},"width":{"name":"width","description":"

Specifies content width

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontFamily#width"}},"FontSize":{"default":{"name":"default","description":"

Specifies default font size selection

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontSize#default"},"items":{"name":"items","description":"

Specifies default font size items

\n","type":"IDropDownItemModel[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontSize#items"},"width":{"name":"width","description":"

Specifies content width

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontSize#width"}},"Format":{"default":{"name":"default","description":"

Specifies default format

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/format#default"},"types":{"name":"types","description":"

Specifies default font size items

\n","type":"IDropDownItemModel[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/format#types"},"width":{"name":"width","description":"

Specifies content width

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/format#width"}},"ImageSettings":{"allowedTypes":{"name":"allowedTypes","description":"

Specifies whether to allowType based file select.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#allowedtypes"},"display":{"name":"display","description":"

Specifies whether insert image inline or break.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#display"},"height":{"name":"height","description":"

Specifies whether image height.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#height"},"maxHeight":{"name":"maxHeight","description":"

Defines the maximum Height of the image.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Defines the maximum Width of the image.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#maxwidth"},"minHeight":{"name":"minHeight","description":"

Defines the minimum Height of the image.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#minheight"},"minWidth":{"name":"minWidth","description":"

Defines the minimum Width of the image.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#minwidth"},"path":{"name":"path","description":"

Specifies the URL of save action that will receive the upload files and save in the server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#path"},"resize":{"name":"resize","description":"

To enable resizing for image element.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#resize"},"resizeByPercent":{"name":"resizeByPercent","description":"

image resizing should be done by percentage calculation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#resizebypercent"},"saveFormat":{"name":"saveFormat","description":"

Specifies whether the inserted image is saved as blob or base64.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#saveformat"},"saveUrl":{"name":"saveUrl","description":"

Specifies the URL of save action that will receive the upload files and save in the server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#saveurl"},"width":{"name":"width","description":"

Specifies whether image width.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/imageSettings#width"}},"PasteCleanupSettings":{"allowedStyleProps":{"name":"allowedStyleProps","description":"

Specifies the allowed style properties when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#allowedstyleprops"},"deniedAttrs":{"name":"deniedAttrs","description":"

Specifies the attributes to restrict when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#deniedattrs"},"deniedTags":{"name":"deniedTags","description":"

Specifies the tags to restrict when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#deniedtags"},"keepFormat":{"name":"keepFormat","description":"

Specifies whether to keep or remove the format when pasting in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#keepformat"},"plainText":{"name":"plainText","description":"

Specifies whether to paste as plain text or not in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#plaintext"},"prompt":{"name":"prompt","description":"

Specifies whether to enable the prompt for paste in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#prompt"}},"QuickToolbarSettings":{"actionOnScroll":{"name":"actionOnScroll","description":"

Specifies the action that should happen when scroll the target-parent container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#actiononscroll"},"enable":{"name":"enable","description":"

Specifies whether to enable quick toolbar in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#enable"},"image":{"name":"image","description":"

Specifies the items to render in quick toolbar, when image selected.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#image"},"link":{"name":"link","description":"

Specifies the items to render in quick toolbar, when link selected.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#link"},"showOnRightClick":{"name":"showOnRightClick","description":"

Specifies whether to opens a quick toolbar on the right click.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#showonrightclick"},"table":{"name":"table","description":"

Specifies the items to render in quick toolbar, when table selected.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#table"},"text":{"name":"text","description":"

Specifies the items to render in quick toolbar, when text selected.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#text"}},"TableSettings":{"maxWidth":{"name":"maxWidth","description":"

Defines the maximum Width of the table.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/tableSettings#maxwidth"},"minWidth":{"name":"minWidth","description":"

Defines the minimum Width of the table.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/tableSettings#minwidth"},"resize":{"name":"resize","description":"

To enable resizing for table element.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/tableSettings#resize"},"styles":{"name":"styles","description":"

Class name should be appended by default in table element.\nIt helps to design the table in specific CSS styles always when inserting in editor.

\n","type":"IDropDownItemModel[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/tableSettings#styles"},"width":{"name":"width","description":"

To specify the width of table

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/tableSettings#width"}},"DialogRenderer":{"dialogObj":{"name":"dialogObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/dialogRenderer#dialogobj"}},"Image":{"dialogObj":{"name":"dialogObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/image#dialogobj"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/image#element"},"uploadObj":{"name":"uploadObj","description":"","type":"Uploader","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/image#uploadobj"},"align":{"name":"align","description":"

Defines the alignment of the image within the node boundary.

\n
    \n
  • None - Alignment value will be set as none
  • \n
  • XMinYMin - smallest X value of the view port and smallest Y value of the view port
  • \n
  • XMidYMin - midpoint X value of the view port and smallest Y value of the view port
  • \n
  • XMaxYMin - maximum X value of the view port and smallest Y value of the view port
  • \n
  • XMinYMid - smallest X value of the view port and midpoint Y value of the view port
  • \n
  • XMidYMid - midpoint X value of the view port and midpoint Y value of the view port
  • \n
  • XMaxYMid - maximum X value of the view port and midpoint Y value of the view port
  • \n
  • XMinYMax - smallest X value of the view port and maximum Y value of the view port
  • \n
  • XMidYMax - midpoint X value of the view port and maximum Y value of the view port
  • \n
  • XMaxYMax - maximum X value of the view port and maximum Y value of the view port
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/image#align"},"scale":{"name":"scale","description":"

Allows to stretch the image as you desired (either to maintain proportion or to stretch)

\n
    \n
  • None - Scale value will be set as None for the image
  • \n
  • Meet - Scale value Meet will be set for the image
  • \n
  • Slice - Scale value Slice will be set for the image
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/image#scale"},"source":{"name":"source","description":"

Defines the source of the image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/image#source"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/image#type"}},"Link":{"contentModule":{"name":"contentModule","description":"","type":"IRenderer","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/link#contentmodule"},"serviceLocator":{"name":"serviceLocator","description":"","type":"ServiceLocator","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/link#servicelocator"}},"Table":{"editdlgObj":{"name":"editdlgObj","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/table#editdlgobj"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/table#element"},"ensureInsideTableList":{"name":"ensureInsideTableList","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/table#ensureinsidetablelist"},"popupObj":{"name":"popupObj","description":"","type":"Popup","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/table#popupobj"}},"NodeSelection":{"body":{"name":"body","description":"","type":"HTMLBodyElement","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#body"},"endContainer":{"name":"endContainer","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#endcontainer"},"endNodeName":{"name":"endNodeName","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#endnodename"},"endOffset":{"name":"endOffset","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#endoffset"},"html":{"name":"html","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#html"},"range":{"name":"range","description":"","type":"Range","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#range"},"rootNode":{"name":"rootNode","description":"","type":"Node","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#rootnode"},"startContainer":{"name":"startContainer","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#startcontainer"},"startNodeName":{"name":"startNodeName","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#startnodename"},"startOffset":{"name":"startOffset","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#startoffset"},"getRange":{"name":"getRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#getrange"},"selectRange":{"name":"selectRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/selection/nodeSelection#selectrange"}},"Aggregate":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#addeventlistener"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#getmodulename"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#onpropertychanged"},"refresh":{"name":"refresh","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#refresh"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/aggregate#removeeventlistener"}},"Clipboard":{"copy":{"name":"copy","description":"

Copy selected rows or cells data into clipboard.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/clipboard#copy"},"paste":{"name":"paste","description":"

Paste data from clipboard to selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/clipboard#paste"}},"ColumnChooser":{"getShowHideService":{"name":"getShowHideService","description":"","type":"ShowHide","link":"//ej2.syncfusion.com/documentation/api/grid/columnChooser#getshowhideservice"},"openColumnChooser":{"name":"openColumnChooser","description":"

Column chooser can be displayed on screen by given position(X and Y axis).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/columnChooser#opencolumnchooser"}},"DetailRow":{"collapse":{"name":"collapse","description":"

Collapses a detail row with the given target.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/detailRow#collapse"},"collapseAll":{"name":"collapseAll","description":"

Collapses all the detail rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/detailRow#collapseall"},"expand":{"name":"expand","description":"

Expands a detail row with the given target.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/detailRow#expand"},"expandAll":{"name":"expandAll","description":"

Expands all the detail rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/detailRow#expandall"}},"ForeignKey":{"dataManager":{"name":"dataManager","description":"","type":"DataManager","link":"//ej2.syncfusion.com/documentation/api/grid/foreignKey#datamanager"},"getState":{"name":"getState","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/foreignKey#getstate"},"getStateEventArgument":{"name":"getStateEventArgument","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/foreignKey#getstateeventargument"},"setState":{"name":"setState","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/foreignKey#setstate"}},"Group":{"clearGrouping":{"name":"clearGrouping","description":"

Clears all the grouped columns of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#cleargrouping"},"collapseAll":{"name":"collapseAll","description":"

Collapses all the grouped rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#collapseall"},"expandAll":{"name":"expandAll","description":"

Expands all the grouped rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#expandall"},"expandCollapseRows":{"name":"expandCollapseRows","description":"

Expands or collapses grouped rows by target element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#expandcollapserows"},"groupColumn":{"name":"groupColumn","description":"

Groups a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#groupcolumn"},"ungroupColumn":{"name":"ungroupColumn","description":"

Ungroups a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/group#ungroupcolumn"},"allowGroupEdit":{"name":"allowGroupEdit","description":"

Allows creation and editing of linked appointments assigned to multiple resources. When set to true,\na single appointment object instance will be maintained in schedule dataSource that are created for\nmultiple resources, whereas displayed individually on UI.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/group#allowgroupedit"},"byDate":{"name":"byDate","description":"

When set to true, groups the resources by date where each day renders all the resource names under it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/group#bydate"},"byGroupID":{"name":"byGroupID","description":"

Decides whether to allow the resource hierarchy to group by ID. It is set to true by default and when set to false,\nall the resources under child collection will be mapped against each available parent.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/group#bygroupid"},"enableCompactView":{"name":"enableCompactView","description":"

Decides whether to display the resource grouping layout in normal or compact mode in mobile devices. When set to false,\nthe default grouping layout on desktop will be displayed on mobile devices with scrolling enabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/group#enablecompactview"},"headerTooltipTemplate":{"name":"headerTooltipTemplate","description":"

Template option to customize the tooltip that displays over the resource header bar. By default, no tooltip will be\ndisplayed on resource header bar. It accepts either the string or HTMLElement as template design content and\nparse it appropriately before displaying it onto the tooltip. All the resource fields mapped for resource dataSource\ncan be accessed within this template code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/group#headertooltiptemplate"},"resources":{"name":"resources","description":"

Accepts the collection of resource names assigned to each resources and allows the grouping order on schedule based on it.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/group#resources"}},"Logger":{"parent":{"name":"parent","description":"","type":"IGrid","link":"//ej2.syncfusion.com/documentation/api/grid/logger#parent"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/logger#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/logger#getmodulename"},"log":{"name":"log","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/logger#log"},"patchadaptor":{"name":"patchadaptor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/logger#patchadaptor"}},"Page":{"goToPage":{"name":"goToPage","description":"

Navigates to the target page according to the given number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/page#gotopage"},"refresh":{"name":"refresh","description":"

Refreshes the page count, pager information, and external message.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/page#refresh"},"updateExternalMessage":{"name":"updateExternalMessage","description":"

Defines the text of the external message.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/page#updateexternalmessage"}},"Scroll":{"refresh":{"name":"refresh","description":"

Refresh makes the Grid adoptable with the height of parent container.

\n
\n

The height must be set to 100%.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/scroll#refresh"}},"Search":{"onActionComplete":{"name":"onActionComplete","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/search#onactioncomplete"},"search":{"name":"search","description":"

Searches Grid records by given key.

\n
\n

You can customize the default search action by using searchSettings.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/search#search"},"findAll":{"name":"findAll","description":"

Finds all occurrence of specified text in the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/search#findall"}},"ShowHide":{"hide":{"name":"hide","description":"

Hides a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/showHide#hide"},"show":{"name":"show","description":"

Shows a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/showHide#show"}},"VirtualScroll":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualScroll#addeventlistener"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#destroy"},"ensurePageSize":{"name":"ensurePageSize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualScroll#ensurepagesize"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualScroll#getmodulename"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualScroll#removeeventlistener"},"getRenderedCount":{"name":"getRenderedCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#getrenderedcount"},"renderVirtualTrack":{"name":"renderVirtualTrack","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#rendervirtualtrack"},"setItemSize":{"name":"setItemSize","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#setitemsize"},"updateContent":{"name":"updateContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#updatecontent"},"updateVirtualScrollHeight":{"name":"updateVirtualScrollHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#updatevirtualscrollheight"},"updateVirtualTrackHeight":{"name":"updateVirtualTrackHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/virtualScroll#updatevirtualtrackheight"}},"Grid":{"actionBegin":{"name":"actionBegin","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when any Grid action failed to achieve the desired results.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actionfailure"},"batchAdd":{"name":"batchAdd","description":"

Triggers when records are added in batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#batchadd"},"batchCancel":{"name":"batchCancel","description":"

Triggers when cancel the batch edit changes batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#batchcancel"},"batchDelete":{"name":"batchDelete","description":"

Triggers when records are deleted in batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#batchdelete"},"beforeBatchAdd":{"name":"beforeBatchAdd","description":"

Triggers before records are added in batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforebatchadd"},"beforeBatchDelete":{"name":"beforeBatchDelete","description":"

Triggers before records are deleted in batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforebatchdelete"},"beforeBatchSave":{"name":"beforeBatchSave","description":"

Triggers before records are saved in batch mode.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforebatchsave"},"beforeCopy":{"name":"beforeCopy","description":"

Triggers before Grid copy action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforecopy"},"beforeDataBound":{"name":"beforeDataBound","description":"

Triggers before data is bound to Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforedatabound"},"beforeExcelExport":{"name":"beforeExcelExport","description":"

Triggers before Grid data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforeexcelexport"},"beforeOpenColumnChooser":{"name":"beforeOpenColumnChooser","description":"

Triggers before the columnChooser open.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforeopencolumnchooser"},"beforePaste":{"name":"beforePaste","description":"

Triggers before Grid paste action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforepaste"},"beforePdfExport":{"name":"beforePdfExport","description":"

Triggers before Grid data is exported to PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforepdfexport"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the print action starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beforeprint"},"beginEdit":{"name":"beginEdit","description":"

Triggers before the record is to be edit.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#beginedit"},"cellDeselected":{"name":"cellDeselected","description":"

Triggers when a particular selected cell is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#celldeselected"},"cellDeselecting":{"name":"cellDeselecting","description":"

Triggers before the selected cell is deselecting.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#celldeselecting"},"cellEdit":{"name":"cellEdit","description":"

Triggers when the cell is being edited.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#celledit"},"cellSave":{"name":"cellSave","description":"

Triggers when cell is saved.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#cellsave"},"cellSaved":{"name":"cellSaved","description":"

Triggers when cell is saved.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#cellsaved"},"cellSelected":{"name":"cellSelected","description":"

Triggers after a cell is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#cellselected"},"cellSelecting":{"name":"cellSelecting","description":"

Triggers before any cell selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#cellselecting"},"checkBoxChange":{"name":"checkBoxChange","description":"

Triggers when the check box state change in checkbox column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#checkboxchange"},"columnDrag":{"name":"columnDrag","description":"

Triggers when column header element is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndrag"},"columnDragStart":{"name":"columnDragStart","description":"

Triggers when column header element drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndragstart"},"columnDrop":{"name":"columnDrop","description":"

Triggers when a column header element is dropped on the target column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndrop"},"columnMenuClick":{"name":"columnMenuClick","description":"

Triggers when click on column menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columnmenuclick"},"columnMenuOpen":{"name":"columnMenuOpen","description":"

Triggers before column menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columnmenuopen"},"commandClick":{"name":"commandClick","description":"

Triggers when command button is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#commandclick"},"contextMenuClick":{"name":"contextMenuClick","description":"

Triggers when click on context menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#contextmenuclick"},"contextMenuOpen":{"name":"contextMenuOpen","description":"

Triggers before context menu opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#contextmenuopen"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},"dataSourceChanged":{"name":"dataSourceChanged","description":"

Triggers when the grid data is added, deleted and updated.\nInvoke the done method from the argument to start render after edit operation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#datasourcechanged"},"dataStateChange":{"name":"dataStateChange","description":"

Triggers when the grid actions such as Sorting, Paging, Grouping etc., are done.\nIn this event,the current view data and total record count should be assigned to the dataSource based on the action performed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#datastatechange"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#destroyed"},"detailDataBound":{"name":"detailDataBound","description":"

Triggers after detail row expands.

\n
\n

This event triggers at initial expand.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#detaildatabound"},"excelExportComplete":{"name":"excelExportComplete","description":"

Triggers after Grid data is exported to Excel file.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#excelexportcomplete"},"excelHeaderQueryCellInfo":{"name":"excelHeaderQueryCellInfo","description":"

Triggers before exporting each header cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#excelheaderquerycellinfo"},"excelQueryCellInfo":{"name":"excelQueryCellInfo","description":"

Triggers before exporting each cell to Excel file.\nYou can also customize the Excel cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#excelquerycellinfo"},"exportDetailDataBound":{"name":"exportDetailDataBound","description":"

Triggers before exporting each detail Grid to PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#exportdetaildatabound"},"exportGroupCaption":{"name":"exportGroupCaption","description":"

Triggers before exporting each caption row to PDF document. You can also customize the export caption row values.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#exportgroupcaption"},"headerCellInfo":{"name":"headerCellInfo","description":"

Triggered for stacked header.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#headercellinfo"},"keyPressed":{"name":"keyPressed","description":"

Triggers when any keyboard keys are pressed inside the grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#keypressed"},"load":{"name":"load","description":"

This event allows customization of Grid properties before rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#load"},"pdfExportComplete":{"name":"pdfExportComplete","description":"

Triggers after Grid data is exported to PDF document.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#pdfexportcomplete"},"pdfHeaderQueryCellInfo":{"name":"pdfHeaderQueryCellInfo","description":"

Triggers before exporting each header cell to PDF document. You can also customize the PDF cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#pdfheaderquerycellinfo"},"pdfQueryCellInfo":{"name":"pdfQueryCellInfo","description":"

Triggers before exporting each cell to PDF document. You can also customize the PDF cells.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#pdfquerycellinfo"},"printComplete":{"name":"printComplete","description":"

Triggers after print action is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#printcomplete"},"queryCellInfo":{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#querycellinfo"},"recordDoubleClick":{"name":"recordDoubleClick","description":"

Triggers when record is double clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#recorddoubleclick"},"resizeStart":{"name":"resizeStart","description":"

Triggers when column resize starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Triggers when column resize ends.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#resizestop"},"resizing":{"name":"resizing","description":"

Triggers on column resizing.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#resizing"},"rowDataBound":{"name":"rowDataBound","description":"

Triggered every time a request is made to access row information, element, or data.\nThis will be triggered before the row element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdatabound"},"rowDeselected":{"name":"rowDeselected","description":"

Triggers when a selected row is deselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdeselected"},"rowDeselecting":{"name":"rowDeselecting","description":"

Triggers before deselecting the selected row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdeselecting"},"rowDrag":{"name":"rowDrag","description":"

Triggers when row elements are dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdrag"},"rowDragStart":{"name":"rowDragStart","description":"

Triggers when row element's drag(move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdragstart"},"rowDragStartHelper":{"name":"rowDragStartHelper","description":"

Triggers when row element's before drag(move).

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdragstarthelper"},"rowDrop":{"name":"rowDrop","description":"

Triggers when row elements are dropped on the target row.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdrop"},"rowSelected":{"name":"rowSelected","description":"

Triggers after a row is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowselected"},"rowSelecting":{"name":"rowSelecting","description":"

Triggers before row selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowselecting"},"toolbarClick":{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbarclick"},"aggregates":{"name":"aggregates","description":"

Configures the Grid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#aggregates"},"allowExcelExport":{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export grid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowexcelexport"},"allowFiltering":{"name":"allowFiltering","description":"

If allowFiltering set to true the filter bar will be displayed.\nIf set to false the filter bar will not be displayed.\nFilter bar allows the user to filter grid records with required criteria.

\n
\n

Check the Filtering to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowfiltering"},"allowGrouping":{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},"allowMultiSorting":{"name":"allowMultiSorting","description":"

If allowMultiSorting set to true, then it will allow the user to sort multiple column in the grid.

\n
\n

allowSorting should be true.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowmultisorting"},"allowPaging":{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},"allowPdfExport":{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export grid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpdfexport"},"allowReordering":{"name":"allowReordering","description":"

If allowReordering is set to true, Grid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If Grid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowreordering"},"allowResizing":{"name":"allowResizing","description":"

If allowResizing is set to true, Grid columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowresizing"},"allowRowDragAndDrop":{"name":"allowRowDragAndDrop","description":"

If allowRowDragAndDrop is set to true, you can drag and drop grid rows at another grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowrowdraganddrop"},"allowSelection":{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},"allowSorting":{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},"allowTextWrap":{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowtextwrap"},"childGrid":{"name":"childGrid","description":"

Defines Grid options to render child Grid.\nIt requires the queryString for parent\nand child relationship.

\n
\n

Check the Child Grid for its configuration.

\n
\n","type":"GridModel","link":"//ej2.syncfusion.com/documentation/api/grid/#childgrid"},"clipboardModule":{"name":"clipboardModule","description":"

clipboardModule is used to handle Grid copy action.

\n","type":"Clipboard","link":"//ej2.syncfusion.com/documentation/api/grid/#clipboardmodule"},"columnMenuItems":{"name":"columnMenuItems","description":"

columnMenuItems defines both built-in and custom column menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • Group - Group by current column.
  • \n
  • Ungroup - Ungroup by current column.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • Filter - Filter options will show based on filterSettings property like checkbox filter, excel filter, menu filter.
  • \n
\n","type":"ColumnMenuItem[]|ColumnMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columnmenuitems"},"columnMenuModule":{"name":"columnMenuModule","description":"

The columnMenuModule is used to manipulate column menu items and its action in the Grid.

\n","type":"ColumnMenu","link":"//ej2.syncfusion.com/documentation/api/grid/#columnmenumodule"},"columnQueryMode":{"name":"columnQueryMode","description":"

columnQueryModeprovides options to retrive data from the datasource.Their types are

\n
    \n
  • All: It Retrives whole datasource.
  • \n
  • Schema: Retrives data for all the defined columns in grid from the datasource.
  • \n
  • ExcludeHidden: Retrives data only for visible columns of grid from the dataSource.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#columnquerymode"},"columns":{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},"contextMenuItems":{"name":"contextMenuItems","description":"

contextMenuItems defines both built-in and custom context menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • Group - Group by current column.
  • \n
  • Ungroup - Ungroup by current column.
  • \n
  • Edit - Edit the current record.
  • \n
  • Delete - Delete the current record.
  • \n
  • Save - Save the edited record.
  • \n
  • Cancel - Cancel the edited state.
  • \n
  • Copy - Copy the selected records.
  • \n
  • PdfExport - Export the grid as Pdf format.
  • \n
  • ExcelExport - Export the grid as Excel format.
  • \n
  • CsvExport - Export the grid as CSV format.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • FirstPage - Go to the first page.
  • \n
  • PrevPage - Go to the previous page.
  • \n
  • LastPage - Go to the last page.
  • \n
  • NextPage - Go to the next page.
  • \n
\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#contextmenuitems"},"contextMenuModule":{"name":"contextMenuModule","description":"

The contextMenuModule is used to handle context menu items and its action in the Grid.

\n","type":"ContextMenu","link":"//ej2.syncfusion.com/documentation/api/grid/#contextmenumodule"},"currentViewData":{"name":"currentViewData","description":"

Gets the currently visible records of the Grid.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/grid/#currentviewdata"},"dataSource":{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},"detailTemplate":{"name":"detailTemplate","description":"

The detail template allows you to show or hide additional information about a particular row.

\n
\n

It accepts either the template string or the HTML element ID.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#detailtemplate"},"editModule":{"name":"editModule","description":"

The editModule is used to handle Grid content manipulation.

\n","type":"Edit","link":"//ej2.syncfusion.com/documentation/api/grid/#editmodule"},"editSettings":{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/grid/#element"},"enableAltRow":{"name":"enableAltRow","description":"

If enableAltRow is set to true, the grid will render with e-altrow CSS class to the alternative tr elements.

\n
\n

Check the AltRow to customize the styles of alternative rows.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablealtrow"},"enableAutoFill":{"name":"enableAutoFill","description":"

If enableAutoFill is set to true, then the auto fill icon will displayed on cell selection for copy cells.\nIt requires the selection mode to be Cell and cellSelectionMode to be Box.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enableautofill"},"enableColumnVirtualization":{"name":"enableColumnVirtualization","description":"

If enableColumnVirtualization set to true, then the Grid will render only the columns visible within the view-port\nand load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablecolumnvirtualization"},"enableHeaderFocus":{"name":"enableHeaderFocus","description":"

If enableHeaderFocus set to true, then header element will be focused when focus moves to grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enableheaderfocus"},"enableHover":{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablertl"},"enableVirtualization":{"name":"enableVirtualization","description":"

If enableVirtualization set to true, then the Grid will render only the rows visible within the view-port\nand load subsequent rows on vertical scrolling. This helps to load large dataset in Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablevirtualization"},"excelExportModule":{"name":"excelExportModule","description":"

The excelExportModule is used to handle Excel exporting feature in the Grid.

\n","type":"ExcelExport","link":"//ej2.syncfusion.com/documentation/api/grid/#excelexportmodule"},"filterModule":{"name":"filterModule","description":"

The filterModule is used to manipulate filtering in the Grid.

\n","type":"Filter","link":"//ej2.syncfusion.com/documentation/api/grid/#filtermodule"},"filterSettings":{"name":"filterSettings","description":"

Configures the filter settings of the Grid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#filtersettings"},"frozenColumns":{"name":"frozenColumns","description":"

Gets or sets the number of frozen columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#frozencolumns"},"frozenRows":{"name":"frozenRows","description":"

Gets or sets the number of frozen rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#frozenrows"},"gridLines":{"name":"gridLines","description":"

Defines the mode of grid lines. The available modes are,

\n
    \n
  • Both: Displays both horizontal and vertical grid lines.
  • \n
  • None: No grid lines are displayed.
  • \n
  • Horizontal: Displays the horizontal grid lines only.
  • \n
  • Vertical: Displays the vertical grid lines only.
  • \n
  • Default: Displays grid lines based on the theme.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#gridlines"},"groupModule":{"name":"groupModule","description":"

The groupModule is used to manipulate grouping behavior in the Grid.

\n","type":"Group","link":"//ej2.syncfusion.com/documentation/api/grid/#groupmodule"},"groupSettings":{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},"height":{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},"hierarchyPrintMode":{"name":"hierarchyPrintMode","description":"

Defines the hierarchy grid print modes. The available modes are

\n
    \n
  • Expanded - Prints the master grid with expanded child grids.
  • \n
  • All - Prints the master grid with all the child grids.
  • \n
  • None - Prints the master grid alone.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#hierarchyprintmode"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#isdestroyed"},"isPreventScrollEvent":{"name":"isPreventScrollEvent","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#ispreventscrollevent"},"isSelectedRowIndexUpdating":{"name":"isSelectedRowIndexUpdating","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#isselectedrowindexupdating"},"keyboardModule":{"name":"keyboardModule","description":"

The keyboardModule is used to manipulate keyboard interactions in the Grid.

\n","type":"KeyboardEvents","link":"//ej2.syncfusion.com/documentation/api/grid/#keyboardmodule"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#locale"},"pageSettings":{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},"pagerModule":{"name":"pagerModule","description":"

The pagerModule is used to manipulate paging in the Grid.

\n","type":"Page","link":"//ej2.syncfusion.com/documentation/api/grid/#pagermodule"},"pagerTemplate":{"name":"pagerTemplate","description":"

It used to render pager template

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#pagertemplate"},"pdfExportModule":{"name":"pdfExportModule","description":"

The pdfExportModule is used to handle PDF exporting feature in the Grid.

\n","type":"PdfExport","link":"//ej2.syncfusion.com/documentation/api/grid/#pdfexportmodule"},"printMode":{"name":"printMode","description":"

Defines the print modes. The available print modes are

\n
    \n
  • AllPages: Prints all pages of the Grid.
  • \n
  • CurrentPage: Prints the current page of the Grid.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#printmode"},"printModule":{"name":"printModule","description":"

The printModule is used to handle the printing feature of the Grid.

\n","type":"Print","link":"//ej2.syncfusion.com/documentation/api/grid/#printmodule"},"query":{"name":"query","description":"

Defines the external Query\nthat will be executed along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/grid/#query"},"queryString":{"name":"queryString","description":"

Defines the relationship between parent and child datasource. It acts as the foreign key for parent datasource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#querystring"},"reorderModule":{"name":"reorderModule","description":"

The reorderModule is used to manipulate reordering in the Grid.

\n","type":"Reorder","link":"//ej2.syncfusion.com/documentation/api/grid/#reordermodule"},"rowDragAndDropModule":{"name":"rowDragAndDropModule","description":"

The rowDragAndDropModule is used to manipulate row reordering in the Grid.

\n","type":"RowDD","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdraganddropmodule"},"rowDropSettings":{"name":"rowDropSettings","description":"

Configures the row drop settings.

\n","type":"RowDropSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdropsettings"},"rowHeight":{"name":"rowHeight","description":"

Defines the height of Grid rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#rowheight"},"rowTemplate":{"name":"rowTemplate","description":"

The row template that renders customized rows from the given template.\nBy default, Grid renders a table row for every data source item.

\n
\n
    \n
  • It accepts either template string or HTML element ID.
  • \n
  • The row template must be a table row.\nCheck the Row Template customization.
  • \n
\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#rowtemplate"},"scrollModule":{"name":"scrollModule","description":"

The scrollModule is used to manipulate scrolling in the Grid.

\n","type":"Scroll","link":"//ej2.syncfusion.com/documentation/api/grid/#scrollmodule"},"searchModule":{"name":"searchModule","description":"

The searchModule is used to manipulate searching in the Grid.

\n","type":"Search","link":"//ej2.syncfusion.com/documentation/api/grid/#searchmodule"},"searchSettings":{"name":"searchSettings","description":"

Configures the search behavior in the Grid.

\n","type":"SearchSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#searchsettings"},"selectedRowIndex":{"name":"selectedRowIndex","description":"

The selectedRowIndex allows you to select a row at initial rendering.\nYou can also get the currently selected row index.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#selectedrowindex"},"selectionModule":{"name":"selectionModule","description":"

The selectionModule is used to manipulate selection behavior in the Grid.

\n","type":"Selection","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionmodule"},"selectionSettings":{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},"showColumnChooser":{"name":"showColumnChooser","description":"

If showColumnChooser is set to true, it allows you to dynamically show or hide columns.

\n
\n

Check the ColumnChooser for its configuration.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#showcolumnchooser"},"showColumnMenu":{"name":"showColumnMenu","description":"

If showColumnMenu set to true, then it will enable the column menu options in each columns.

\n
\n

Check the Column menu for its configuration.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#showcolumnmenu"},"showHider":{"name":"showHider","description":"

The showHider is used to manipulate column's show/hide operation in the Grid.

\n","type":"ShowHide","link":"//ej2.syncfusion.com/documentation/api/grid/#showhider"},"sortModule":{"name":"sortModule","description":"

The sortModule is used to manipulate sorting in the Grid.

\n","type":"Sort","link":"//ej2.syncfusion.com/documentation/api/grid/#sortmodule"},"sortSettings":{"name":"sortSettings","description":"

Configures the sort settings.

\n","type":"SortSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#sortsettings"},"textWrapSettings":{"name":"textWrapSettings","description":"

Configures the text wrap in the Grid.

\n","type":"TextWrapSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#textwrapsettings"},"toolbar":{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},"toolbarModule":{"name":"toolbarModule","description":"

The toolbarModule is used to manipulate ToolBar items and its action in the Grid.

\n","type":"Toolbar","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbarmodule"},"toolbarTemplate":{"name":"toolbarTemplate","description":"

It used to render toolbar template

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbartemplate"},"width":{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#addeventlistener"},"addRecord":{"name":"addRecord","description":"

Adds a new record to the Grid. Without passing parameters, it adds empty rows.

\n
\n

editSettings.allowEditing should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#addrecord"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#appendto"},"autoFitColumns":{"name":"autoFitColumns","description":"

Changes the column width to automatically fit its content to ensure that the width shows the content without wrapping/hiding.

\n
\n
    \n
  • This method ignores the hidden columns.
  • \n
  • Uses the autoFitColumns method in the dataBound event to resize at initial rendering.
  • \n
\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#autofitcolumns"},"clearCellSelection":{"name":"clearCellSelection","description":"

Deselects the currently selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#clearcellselection"},"clearFiltering":{"name":"clearFiltering","description":"

Clears all the filtered rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#clearfiltering"},"clearGrouping":{"name":"clearGrouping","description":"

Clears all the grouped columns of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#cleargrouping"},"clearRowSelection":{"name":"clearRowSelection","description":"

Deselects the currently selected rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#clearrowselection"},"clearSelection":{"name":"clearSelection","description":"

Deselects the current selected rows and cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#clearselection"},"clearSorting":{"name":"clearSorting","description":"

Clears all the sorted columns of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#clearsorting"},"closeEdit":{"name":"closeEdit","description":"

Cancels edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#closeedit"},"copy":{"name":"copy","description":"

Copy the selected rows or cells data into clipboard.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#copy"},"csvExport":{"name":"csvExport","description":"

Export Grid data to CSV file.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#csvexport"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#databind"},"dataReady":{"name":"dataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#dataready"},"deleteRecord":{"name":"deleteRecord","description":"

Delete a record with Given options. If fieldname and data is not given then grid will delete the selected record.

\n
\n

editSettings.allowDeleting should be true.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#deleterecord"},"deleteRow":{"name":"deleteRow","description":"

Delete any visible row by TR element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#deleterow"},"destroy":{"name":"destroy","description":"

Destroys the component (detaches/removes all event handlers, attributes, classes, and empties the component element).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#destroy"},"destroyTemplate":{"name":"destroyTemplate","description":"

Destroys the given template reference.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#destroytemplate"},"detailCollapseAll":{"name":"detailCollapseAll","description":"

Collapses all the detail rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#detailcollapseall"},"detailExpandAll":{"name":"detailExpandAll","description":"

Expands all the detail rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#detailexpandall"},"editCell":{"name":"editCell","description":"

Changes a particular cell into edited state based on the row index and field name provided in the batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#editcell"},"enableToolbarItems":{"name":"enableToolbarItems","description":"

Enables or disables ToolBar items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#enabletoolbaritems"},"endEdit":{"name":"endEdit","description":"

If Grid is in editable state, you can save a record by invoking endEdit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#endedit"},"excelExport":{"name":"excelExport","description":"

Export Grid data to Excel file(.xlsx).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#excelexport"},"extendRequiredModules":{"name":"extendRequiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#extendrequiredmodules"},"filterByColumn":{"name":"filterByColumn","description":"

Filters grid row by column name with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#filterbycolumn"},"getBatchChanges":{"name":"getBatchChanges","description":"

Gets the added, edited,and deleted data before bulk save to the DataSource in batch mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getbatchchanges"},"getCellFromIndex":{"name":"getCellFromIndex","description":"

Gets a cell by row and column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcellfromindex"},"getColumnByField":{"name":"getColumnByField","description":"

Gets a Column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnbyfield"},"getColumnByUid":{"name":"getColumnByUid","description":"

Gets a column by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnbyuid"},"getColumnFieldNames":{"name":"getColumnFieldNames","description":"

Gets the collection of column fields.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnfieldnames"},"getColumnHeaderByField":{"name":"getColumnHeaderByField","description":"

Gets a column header by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnheaderbyfield"},"getColumnHeaderByIndex":{"name":"getColumnHeaderByIndex","description":"

Gets a column header by column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnheaderbyindex"},"getColumnHeaderByUid":{"name":"getColumnHeaderByUid","description":"

Gets a column header by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnheaderbyuid"},"getColumnIndexByField":{"name":"getColumnIndexByField","description":"

Gets a column index by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnindexbyfield"},"getColumnIndexByUid":{"name":"getColumnIndexByUid","description":"

Gets a column index by UID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumnindexbyuid"},"getColumns":{"name":"getColumns","description":"

Gets the columns from the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcolumns"},"getContent":{"name":"getContent","description":"

Gets the content div of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcontent"},"getContentTable":{"name":"getContentTable","description":"

Gets the content table of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcontenttable"},"getCurrentViewRecords":{"name":"getCurrentViewRecords","description":"

Get current visible data of grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getcurrentviewrecords"},"getDataModule":{"name":"getDataModule","description":"

Gets the data module.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getdatamodule"},"getDataRows":{"name":"getDataRows","description":"

Gets all the Grid's data rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getdatarows"},"getFilteredRecords":{"name":"getFilteredRecords","description":"

Get all filtered records from the Grid and it returns array of objects for the local dataSource, returns a promise object if the Grid has remote data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getfilteredrecords"},"getFooterContent":{"name":"getFooterContent","description":"

Gets the footer div of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getfootercontent"},"getFooterContentTable":{"name":"getFooterContentTable","description":"

Gets the footer table element of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getfootercontenttable"},"getForeignKeyColumns":{"name":"getForeignKeyColumns","description":"

Gets the foreign columns from Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getforeignkeycolumns"},"getFrozenDataRows":{"name":"getFrozenDataRows","description":"

Gets all the Grid's frozen table data rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getfrozendatarows"},"getFrozenRowByIndex":{"name":"getFrozenRowByIndex","description":"

Gets a frozen tables row by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getfrozenrowbyindex"},"getHeaderContent":{"name":"getHeaderContent","description":"

Gets the header div of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getheadercontent"},"getHeaderTable":{"name":"getHeaderTable","description":"

Gets the header table element of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getheadertable"},"getMovableCellFromIndex":{"name":"getMovableCellFromIndex","description":"

Gets a movable table cell by row and column index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getmovablecellfromindex"},"getMovableDataRows":{"name":"getMovableDataRows","description":"

Gets all the Grid's movable table data rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getmovabledatarows"},"getMovableRowByIndex":{"name":"getMovableRowByIndex","description":"

Gets a movable tables row by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getmovablerowbyindex"},"getMovableRows":{"name":"getMovableRows","description":"

Gets the Grid's movable content rows from frozen grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getmovablerows"},"getPager":{"name":"getPager","description":"

Gets the pager of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getpager"},"getPrimaryKeyFieldNames":{"name":"getPrimaryKeyFieldNames","description":"

Get the names of the primary key columns of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getprimarykeyfieldnames"},"getRowByIndex":{"name":"getRowByIndex","description":"

Gets a row by index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getrowbyindex"},"getRowIndexByPrimaryKey":{"name":"getRowIndexByPrimaryKey","description":"

Get row index by primary key or row data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getrowindexbyprimarykey"},"getRowInfo":{"name":"getRowInfo","description":"

Get a row information based on cell

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getrowinfo"},"getRows":{"name":"getRows","description":"

Gets all the data rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getrows"},"getSelectedRecords":{"name":"getSelectedRecords","description":"

Gets the collection of selected records.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getselectedrecords"},"getSelectedRowCellIndexes":{"name":"getSelectedRowCellIndexes","description":"

Gets the collection of selected row and cell indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getselectedrowcellindexes"},"getSelectedRowIndexes":{"name":"getSelectedRowIndexes","description":"

Gets the collection of selected row indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getselectedrowindexes"},"getSelectedRows":{"name":"getSelectedRows","description":"

Gets the collection of selected rows.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getselectedrows"},"getUidByColumnField":{"name":"getUidByColumnField","description":"

Gets UID by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getuidbycolumnfield"},"getVisibleColumns":{"name":"getVisibleColumns","description":"

Gets the visible columns from the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#getvisiblecolumns"},"goToPage":{"name":"goToPage","description":"

Navigates to the specified target page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#gotopage"},"groupCollapseAll":{"name":"groupCollapseAll","description":"

Collapses all the grouped rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#groupcollapseall"},"groupColumn":{"name":"groupColumn","description":"

Groups a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#groupcolumn"},"groupExpandAll":{"name":"groupExpandAll","description":"

Expands all the grouped rows of the Grid.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#groupexpandall"},"hideColumns":{"name":"hideColumns","description":"

Hides a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#hidecolumns"},"hideScroll":{"name":"hideScroll","description":"

Hides the scrollbar placeholder of Grid content when grid content is not overflown.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#hidescroll"},"hideSpinner":{"name":"hideSpinner","description":"

Manually showed spinner needs to hide by hideSpinnner.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#hidespinner"},"openColumnChooser":{"name":"openColumnChooser","description":"

Column chooser can be displayed on screen by given position(X and Y axis).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#opencolumnchooser"},"pdfExport":{"name":"pdfExport","description":"

Export Grid data to PDF document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#pdfexport"},"print":{"name":"print","description":"

By default, prints all the pages of the Grid and hides the pager.

\n
\n

You can customize print options using the\nprintMode.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#print"},"refresh":{"name":"refresh","description":"

Refreshes the Grid header and content.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#refresh"},"refreshColumns":{"name":"refreshColumns","description":"

Refreshes the Grid column changes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#refreshcolumns"},"refreshHeader":{"name":"refreshHeader","description":"

Refreshes the Grid header.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#refreshheader"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#removeeventlistener"},"reorderColumnByIndex":{"name":"reorderColumnByIndex","description":"

Changes the Grid column positions by field index. If you invoke reorderColumnByIndex multiple times,\nthen you won't get the same results every time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#reordercolumnbyindex"},"reorderColumnByTargetIndex":{"name":"reorderColumnByTargetIndex","description":"

Changes the Grid column positions by field index. If you invoke reorderColumnByTargetIndex multiple times,\nthen you will get the same results every time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#reordercolumnbytargetindex"},"reorderColumns":{"name":"reorderColumns","description":"

Changes the Grid column positions by field names.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#reordercolumns"},"reorderRows":{"name":"reorderRows","description":"

Changes the Grid Row position with given indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#reorderrows"},"saveCell":{"name":"saveCell","description":"

Saves the cell that is currently edited. It does not save the value to the DataSource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#savecell"},"search":{"name":"search","description":"

Searches Grid records using the given key.\nYou can customize the default search option by using the\nsearchSettings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#search"},"selectCell":{"name":"selectCell","description":"

Selects a cell by the given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectcell"},"selectCells":{"name":"selectCells","description":"

Selects a collection of cells by row and column indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectcells"},"selectCellsByRange":{"name":"selectCellsByRange","description":"

Selects a range of cells from start and end indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectcellsbyrange"},"selectRow":{"name":"selectRow","description":"

Selects a row by given index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectrow"},"selectRows":{"name":"selectRows","description":"

Selects a collection of rows by indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectrows"},"selectRowsByRange":{"name":"selectRowsByRange","description":"

Selects a range of rows from start and end row indexes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#selectrowsbyrange"},"setCellValue":{"name":"setCellValue","description":"

Updates particular cell value based on the given primary key value.

\n
\n

Primary key column must be specified using columns.isPrimaryKey property.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setcellvalue"},"setGridContent":{"name":"setGridContent","description":"

Sets the content div of the Grid to replace the old Grid content.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setgridcontent"},"setGridContentTable":{"name":"setGridContentTable","description":"

Sets the content table of the Grid to replace the old content table.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setgridcontenttable"},"setGridHeaderContent":{"name":"setGridHeaderContent","description":"

Sets the header div of the Grid to replace the old header.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setgridheadercontent"},"setGridHeaderTable":{"name":"setGridHeaderTable","description":"

Sets the header table of the Grid to replace the old one.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setgridheadertable"},"setGridPager":{"name":"setGridPager","description":"

Sets the pager of the Grid to replace the old pager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setgridpager"},"setRowData":{"name":"setRowData","description":"

Updates and refresh the particular row values based on the given primary key value.

\n
\n

Primary key column must be specified using columns.isPrimaryKey property.\n@param {string| number} key - Specifies the PrimaryKey value of dataSource.\n@param {Object} rowData - To update new data for the particular row.

\n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#setrowdata"},"showColumns":{"name":"showColumns","description":"

Shows a column by its column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#showcolumns"},"showSpinner":{"name":"showSpinner","description":"

By default, grid shows the spinner for all its actions. You can use this method to show spinner at your needed time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#showspinner"},"sortColumn":{"name":"sortColumn","description":"

Sorts a column with the given options.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#sortcolumn"},"startEdit":{"name":"startEdit","description":"

Starts edit the selected row. At least one row must be selected before invoking this method.\neditSettings.allowEditing should be true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#startedit"},"ungroupColumn":{"name":"ungroupColumn","description":"

Ungroups a column by column name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#ungroupcolumn"},"updateCell":{"name":"updateCell","description":"

To update the specified cell by given value without changing into edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#updatecell"},"updateExternalMessage":{"name":"updateExternalMessage","description":"

Defines the text of external message.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#updateexternalmessage"},"updateRow":{"name":"updateRow","description":"

To update the specified row by given values without changing into edited state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#updaterow"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#inject"}},"GroupSettings":{"captionTemplate":{"name":"captionTemplate","description":"

The Caption Template allows user to display the string or HTML element in group caption.

\n
\n

It accepts either the\ntemplate string or the HTML element ID.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#captiontemplate"},"columns":{"name":"columns","description":"

Specifies the column names to group at initial rendering of the Grid.\nYou can also get the currently grouped columns.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#columns"},"disablePageWiseAggregates":{"name":"disablePageWiseAggregates","description":"

If disablePageWiseAggregates set to true, then the group aggregate value will\nbe calculated from the whole data instead of paged data and two requests will be made for each page\nwhen Grid bound with remote service.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#disablepagewiseaggregates"},"showDropArea":{"name":"showDropArea","description":"

If showDropArea is set to true, the group drop area element will be visible at the top of the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#showdroparea"},"showGroupedColumn":{"name":"showGroupedColumn","description":"

If showGroupedColumn is set to false, it hides the grouped column after grouping.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#showgroupedcolumn"},"showToggleButton":{"name":"showToggleButton","description":"

If showToggleButton set to true, then the toggle button will be showed in the column headers which can be used to group\nor ungroup columns by clicking them.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#showtogglebutton"},"showUngroupButton":{"name":"showUngroupButton","description":"

If showUngroupButton set to false, then ungroup button is hidden in dropped element.\nIt can be used to ungroup the grouped column when click on ungroup button.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/groupSettings#showungroupbutton"}},"CommandColumnModel":{"buttonOption":{"name":"buttonOption","description":"

Define the button model

\n","type":"CommandButtonOptions","link":"//ej2.syncfusion.com/documentation/api/grid/commandColumnModel#buttonoption"},"title":{"name":"title","description":"

Define the command Button tooltip.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/commandColumnModel#title"},"type":{"name":"type","description":"

Define the command Button type.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/commandColumnModel#type"}},"FreezeRender":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#addeventlistener"},"appendContent":{"name":"appendContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#appendcontent"},"getColGroup":{"name":"getColGroup","description":"

Get the header colgroup element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#getcolgroup"},"getFrozenHeader":{"name":"getFrozenHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#getfrozenheader"},"getMovableHeader":{"name":"getMovableHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#getmovableheader"},"getPanel":{"name":"getPanel","description":"

Get the header content div element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#getpanel"},"getRows":{"name":"getRows","description":"

Get the header row element collection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#getrows"},"getTable":{"name":"getTable","description":"

Get the header table element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#gettable"},"refreshUI":{"name":"refreshUI","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#refreshui"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#removeeventlistener"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#renderpanel"},"renderTable":{"name":"renderTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#rendertable"},"setColGroup":{"name":"setColGroup","description":"

Set the header colgroup element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#setcolgroup"},"setPanel":{"name":"setPanel","description":"

Set the header content div element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#setpanel"},"setTable":{"name":"setTable","description":"

Set the header table element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#settable"},"setVisible":{"name":"setVisible","description":"

Function to hide header table column based on visible property

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#setvisible"},"toggleStackClass":{"name":"toggleStackClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/freezeRender#togglestackclass"}},"VirtualFreezeHdrRenderer":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#addeventlistener"},"appendContent":{"name":"appendContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#appendcontent"},"getColGroup":{"name":"getColGroup","description":"

Get the header colgroup element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#getcolgroup"},"getFrozenHeader":{"name":"getFrozenHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#getfrozenheader"},"getMovableHeader":{"name":"getMovableHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#getmovableheader"},"getPanel":{"name":"getPanel","description":"

Get the header content div element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#getpanel"},"getRows":{"name":"getRows","description":"

Get the header row element collection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#getrows"},"refreshUI":{"name":"refreshUI","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#refreshui"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#removeeventlistener"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#renderpanel"},"setColGroup":{"name":"setColGroup","description":"

Set the header colgroup element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#setcolgroup"},"setPanel":{"name":"setPanel","description":"

Set the header content div element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#setpanel"},"setTable":{"name":"setTable","description":"

Set the header table element of grid

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#settable"},"setVisible":{"name":"setVisible","description":"

Function to hide header table column based on visible property

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#setvisible"},"toggleStackClass":{"name":"toggleStackClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualFreezeHdrRenderer#togglestackclass"}},"FixedContentFocus":{"indexesByKey":{"name":"indexesByKey","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#indexesbykey"},"keyActions":{"name":"keyActions","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#keyactions"},"matrix":{"name":"matrix","description":"","type":"Matrix","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#matrix"},"parent":{"name":"parent","description":"","type":"IGrid","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#parent"},"generateRows":{"name":"generateRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#generaterows"},"getCurrentFromAction":{"name":"getCurrentFromAction","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#getcurrentfromaction"},"getFocusInfo":{"name":"getFocusInfo","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#getfocusinfo"},"getFocusable":{"name":"getFocusable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#getfocusable"},"getInfo":{"name":"getInfo","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#getinfo"},"getNextCurrent":{"name":"getNextCurrent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#getnextcurrent"},"getTable":{"name":"getTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#gettable"},"jump":{"name":"jump","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#jump"},"onClick":{"name":"onClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#onclick"},"onKeyPress":{"name":"onKeyPress","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#onkeypress"},"selector":{"name":"selector","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#selector"},"validator":{"name":"validator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedContentFocus#validator"}},"FixedHeaderFocus":{"indexesByKey":{"name":"indexesByKey","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#indexesbykey"},"keyActions":{"name":"keyActions","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#keyactions"},"matrix":{"name":"matrix","description":"","type":"Matrix","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#matrix"},"parent":{"name":"parent","description":"","type":"IGrid","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#parent"},"generateRows":{"name":"generateRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#generaterows"},"getCurrentFromAction":{"name":"getCurrentFromAction","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#getcurrentfromaction"},"getFocusInfo":{"name":"getFocusInfo","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#getfocusinfo"},"getFocusable":{"name":"getFocusable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#getfocusable"},"getInfo":{"name":"getInfo","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#getinfo"},"getNextCurrent":{"name":"getNextCurrent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#getnextcurrent"},"getTable":{"name":"getTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#gettable"},"jump":{"name":"jump","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#jump"},"onClick":{"name":"onClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#onclick"},"onKeyPress":{"name":"onKeyPress","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#onkeypress"},"selector":{"name":"selector","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#selector"},"validator":{"name":"validator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/fixedHeaderFocus#validator"}},"CaptionSummaryModelGenerator":{"columnSelector":{"name":"columnSelector","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#columnselector"},"generateRows":{"name":"generateRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#generaterows"},"getColumns":{"name":"getColumns","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#getcolumns"},"getData":{"name":"getData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#getdata"},"getGeneratedCell":{"name":"getGeneratedCell","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#getgeneratedcell"},"getGeneratedRow":{"name":"getGeneratedRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#getgeneratedrow"},"isEmpty":{"name":"isEmpty","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/captionSummaryModelGenerator#isempty"}},"GroupSummaryModelGenerator":{"columnSelector":{"name":"columnSelector","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#columnselector"},"generateRows":{"name":"generateRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#generaterows"},"getColumns":{"name":"getColumns","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#getcolumns"},"getData":{"name":"getData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#getdata"},"getGeneratedCell":{"name":"getGeneratedCell","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#getgeneratedcell"},"getGeneratedRow":{"name":"getGeneratedRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/groupSummaryModelGenerator#getgeneratedrow"}},"VirtualRowModelGenerator":{"cOffsets":{"name":"cOffsets","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#coffsets"},"cache":{"name":"cache","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#cache"},"data":{"name":"data","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#data"},"groups":{"name":"groups","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#groups"},"parent":{"name":"parent","description":"","type":"IGrid","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#parent"},"rowModelGenerator":{"name":"rowModelGenerator","description":"","type":"IModelGenerator","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#rowmodelgenerator"},"checkAndResetCache":{"name":"checkAndResetCache","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#checkandresetcache"},"generateRows":{"name":"generateRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#generaterows"},"getBlockIndexes":{"name":"getBlockIndexes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#getblockindexes"},"getColumnIndexes":{"name":"getColumnIndexes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#getcolumnindexes"},"getData":{"name":"getData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#getdata"},"getPage":{"name":"getPage","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#getpage"},"getRows":{"name":"getRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#getrows"},"isBlockAvailable":{"name":"isBlockAvailable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#isblockavailable"},"refreshColOffsets":{"name":"refreshColOffsets","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#refreshcoloffsets"},"updateGroupRow":{"name":"updateGroupRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/virtualRowModelGenerator#updategrouprow"}},"ExternalMessage":{"hideMessage":{"name":"hideMessage","description":"

Hides the external message of Pager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/externalMessage#hidemessage"},"refresh":{"name":"refresh","description":"

Refreshes the external message of Pager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/externalMessage#refresh"},"showMessage":{"name":"showMessage","description":"

Shows the external message of the Pager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/externalMessage#showmessage"}},"NumericContainer":{"refresh":{"name":"refresh","description":"

Refreshes the numeric container of Pager.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/numericContainer#refresh"}},"Pager":{"click":{"name":"click","description":"

Triggers when click on the numeric items.

\n","type":"emittypeobject","link":"//ej2.syncfusion.com/documentation/api/pager/#click"},"containerModule":{"name":"containerModule","description":"

containerModule is used to manipulate numeric container behavior of Pager.

\n","type":"NumericContainer","link":"//ej2.syncfusion.com/documentation/api/pager/#containermodule"},"created":{"name":"created","description":"

Triggers when Pager is created.

\n","type":"emittypeobject","link":"//ej2.syncfusion.com/documentation/api/pager/#created"},"currentPage":{"name":"currentPage","description":"

Defines the current page number of pager.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pager/#currentpage"},"customText":{"name":"customText","description":"

Defines the customized text to append with numeric items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pager/#customtext"},"dropDownChanged":{"name":"dropDownChanged","description":"

Triggers after pageSize is selected in DropDownList.

\n","type":"emittypeobject","link":"//ej2.syncfusion.com/documentation/api/pager/#dropdownchanged"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/pager/#element"},"enableExternalMessage":{"name":"enableExternalMessage","description":"

If enableExternalMessage set to true, then it adds the message to Pager.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#enableexternalmessage"},"enablePagerMessage":{"name":"enablePagerMessage","description":"

If enablePagerMessage set to true, then it adds the pager information.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#enablepagermessage"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#enablepersistence"},"enableQueryString":{"name":"enableQueryString","description":"

If enableQueryString set to true,\nthen it pass current page information as a query string along with the URL while navigating to other page.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#enablequerystring"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#enablertl"},"externalMessage":{"name":"externalMessage","description":"

Defines the external message of Pager.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pager/#externalmessage"},"externalMessageModule":{"name":"externalMessageModule","description":"

externalMessageModule is used to manipulate external message of Pager.

\n","type":"ExternalMessage","link":"//ej2.syncfusion.com/documentation/api/pager/#externalmessagemodule"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/pager/#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pager/#locale"},"pageCount":{"name":"pageCount","description":"

Defines the number of pages to display in pager container.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pager/#pagecount"},"pageSize":{"name":"pageSize","description":"

Defines the records count of visible page.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pager/#pagesize"},"pageSizes":{"name":"pageSizes","description":"

If pageSizes set to true or Array of values,\nIt renders DropDownList in the pager which allow us to select pageSize from DropDownList.

\n","type":"boolean|[]","link":"//ej2.syncfusion.com/documentation/api/pager/#pagesizes"},"pagerMessageModule":{"name":"pagerMessageModule","description":"

pagerMessageModule is used to manipulate pager message of Pager.

\n","type":"PagerMessage","link":"//ej2.syncfusion.com/documentation/api/pager/#pagermessagemodule"},"template":{"name":"template","description":"

Defines the template as string or HTML element ID which renders customized elements in pager instead of default elements.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/pager/#template"},"totalRecordsCount":{"name":"totalRecordsCount","description":"

Gets or Sets the total records count which is used to render numeric container.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/pager/#totalrecordscount"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#databind"},"destroy":{"name":"destroy","description":"

To destroy the Pager component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#destroy"},"getLocalizedLabel":{"name":"getLocalizedLabel","description":"

Gets the localized label by locale keyword.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#getlocalizedlabel"},"goToPage":{"name":"goToPage","description":"

Navigate to target page by given number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#gotopage"},"refresh":{"name":"refresh","description":"

Refreshes page count, pager information and external message.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/#inject"}},"PagerDropDown":{"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerDropDown#addeventlistener"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerDropDown#removeeventlistener"},"setDropDownValue":{"name":"setDropDownValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerDropDown#setdropdownvalue"}},"PagerMessage":{"hideMessage":{"name":"hideMessage","description":"

Hides the Pager information.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerMessage#hidemessage"},"refresh":{"name":"refresh","description":"

Refreshes the pager information.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerMessage#refresh"},"showMessage":{"name":"showMessage","description":"

Shows the Pager information.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/pager/pagerMessage#showmessage"}},"AutoComplete":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#actionfailure"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers when the popup before opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#beforeopen"},"blur":{"name":"blur","description":"

Triggers when focus moves out from the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#blur"},"change":{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#change"},"close":{"name":"close","description":"

Triggers when the popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#created"},"customValueSpecifier":{"name":"customValueSpecifier","description":"

Triggers on set a\ncustom value to this component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#customvaluespecifier"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the popup list..

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#destroyed"},"filtering":{"name":"filtering","description":"

Triggers on typing a character in the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#filtering"},"focus":{"name":"focus","description":"

Triggers when the component is focused.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#focus"},"open":{"name":"open","description":"

Triggers when the popup opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#open"},"select":{"name":"select","description":"

Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#select"},"actionFailureTemplate":{"name":"actionFailureTemplate","description":"

Accepts the template and assigns it to the popup list content of the component\nwhen the data fetch request from the remote server fails.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#actionfailuretemplate"},"allowCustom":{"name":"allowCustom","description":"

Specifies whether the component allows user defined value which does not exist in data source.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#allowcustom"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#allowserverdatabinding"},"autofill":{"name":"autofill","description":"

Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#autofill"},"cssClass":{"name":"cssClass","description":"

Sets CSS classes to the root element of the component that allows customization of appearance.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#cssclass"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item
  • \n
  • value - Maps the value column from data table for each list item
  • \n
  • iconCss - Maps the icon class column from data table for each list item
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field
  • \n
\n
\n

For more details about the field mapping refer to Data binding documentation.

\n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#fields"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe available FilterType\nand its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to Contains, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#filtertype"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies whether to display the floating label above the input element.\nPossible values are:

\n
    \n
  • Never: The label will never float in the input when the placeholder is available.
  • \n
  • Always: The floating label will always float above the input.
  • \n
  • Auto: The floating label will float above the input after focusing or entering a value in the input.
  • \n
\n","type":"FloatLabelType","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#floatlabeltype"},"footerTemplate":{"name":"footerTemplate","description":"

Accepts the template design and assigns it to the footer container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#footertemplate"},"groupTemplate":{"name":"groupTemplate","description":"

Accepts the template design and assigns it to the group headers present in the popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#grouptemplate"},"headerTemplate":{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#headertemplate"},"highlight":{"name":"highlight","description":"

When set to ‘true’, highlight the searched characters on suggested list items.

\n
\n

For more details about the highlight refer to Custom highlight search documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#highlight"},"htmlAttributes":{"name":"htmlAttributes","description":"

Allows additional HTML attributes such as title, name, etc., and\naccepts n number of attributes in a key-value pair format.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#htmlattributes"},"ignoreAccent":{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#ignoreaccent"},"ignoreCase":{"name":"ignoreCase","description":"

When set to ‘false’, consider the case-sensitive\non performing the search to find suggestions.\nBy default consider the casing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#ignorecase"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#isserverrendered"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#locale"},"minLength":{"name":"minLength","description":"

Allows you to set [`the minimum search character length']\n(../../auto-complete/filtering#limit-the-minimum-filter-character),\nthe search action will perform after typed minimum characters.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#minlength"},"noRecordsTemplate":{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#norecordstemplate"},"placeholder":{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"},"popupHeight":{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#popupheight"},"popupWidth":{"name":"popupWidth","description":"

Specifies the width of the popup list. By default, the popup width sets based on the width of\nthe component.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#popupwidth"},"query":{"name":"query","description":"

Accepts the external query\nthat execute along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#query"},"readonly":{"name":"readonly","description":"

When set to true, the user interactions on the component are disabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear button.\nWhen the clear button is clicked, value, text, and index properties are reset to null.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#showclearbutton"},"showPopupButton":{"name":"showPopupButton","description":"

Allows you to either show or hide the popup button on the component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#showpopupbutton"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#sortorder"},"suggestionCount":{"name":"suggestionCount","description":"

Supports the specified number\nof list items on the suggestion popup.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#suggestioncount"},"value":{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#value"},"width":{"name":"width","description":"

Specifies the width of the component. By default, the component width sets based on the width of\nits parent container. You can also set the width in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the component popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds a new item to the popup list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#appendto"},"clear":{"name":"clear","description":"

Allows you to clear the selected values from the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#clear"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#destroy"},"filter":{"name":"filter","description":"

To filter the data from given data source by using query

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#filter"},"focusIn":{"name":"focusIn","description":"

Sets the focus to the component for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#focusin"},"focusOut":{"name":"focusOut","description":"

Moves the focus from the component if the component is already focused.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#focusout"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#getdatabyvalue"},"getItems":{"name":"getItems","description":"

Gets all the list items bound on this component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#getitems"},"hidePopup":{"name":"hidePopup","description":"

Hides the popup if it is in open state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#hidepopup"},"hideSpinner":{"name":"hideSpinner","description":"

Hides the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#hidespinner"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#serverdatabind"},"showPopup":{"name":"showPopup","description":"

Search the entered text and show it in the suggestion list if available.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#showpopup"},"showSpinner":{"name":"showSpinner","description":"

Shows the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#showspinner"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#inject"}},"ComboBox":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#actionfailure"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers when the popup before opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#beforeopen"},"blur":{"name":"blur","description":"

Triggers when focus moves out from the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#blur"},"change":{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#change"},"close":{"name":"close","description":"

Triggers when the popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#created"},"customValueSpecifier":{"name":"customValueSpecifier","description":"

Triggers on set a\ncustom value to this component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#customvaluespecifier"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the popup list..

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#destroyed"},"filtering":{"name":"filtering","description":"

Triggers on typing a character in the component.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#filtering"},"focus":{"name":"focus","description":"

Triggers when the component is focused.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#focus"},"open":{"name":"open","description":"

Triggers when the popup opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#open"},"select":{"name":"select","description":"

Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#select"},"actionFailureTemplate":{"name":"actionFailureTemplate","description":"

Accepts the template and assigns it to the popup list content of the component\nwhen the data fetch request from the remote server fails.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#actionfailuretemplate"},"allowCustom":{"name":"allowCustom","description":"

Specifies whether the component allows user defined value which does not exist in data source.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowcustom"},"allowFiltering":{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowfiltering"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowserverdatabinding"},"autofill":{"name":"autofill","description":"

Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#autofill"},"cssClass":{"name":"cssClass","description":"

Sets CSS classes to the root element of the component that allows customization of appearance.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#cssclass"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/combo-box/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe FilterType and its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to StartsWith, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#filtertype"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies whether to display the floating label above the input element.\nPossible values are:

\n
    \n
  • Never: The label will never float in the input when the placeholder is available.
  • \n
  • Always: The floating label will always float above the input.
  • \n
  • Auto: The floating label will float above the input after focusing or entering a value in the input.
  • \n
\n","type":"FloatLabelType","link":"//ej2.syncfusion.com/documentation/api/combo-box/#floatlabeltype"},"footerTemplate":{"name":"footerTemplate","description":"

Accepts the template design and assigns it to the footer container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#footertemplate"},"groupTemplate":{"name":"groupTemplate","description":"

Accepts the template design and assigns it to the group headers present in the popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#grouptemplate"},"headerTemplate":{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#headertemplate"},"htmlAttributes":{"name":"htmlAttributes","description":"

Allows additional HTML attributes such as title, name, etc., and\naccepts n number of attributes in a key-value pair format.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/combo-box/#htmlattributes"},"ignoreAccent":{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#ignoreaccent"},"ignoreCase":{"name":"ignoreCase","description":"

When set to ‘false’, consider the case-sensitive on performing the search to find suggestions.\nBy default consider the casing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#ignorecase"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#ignorecollectionwatch"},"index":{"name":"index","description":"

Gets or sets the index of the selected item in the component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#index"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#isserverrendered"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#locale"},"noRecordsTemplate":{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#norecordstemplate"},"placeholder":{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},"popupHeight":{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"},"popupWidth":{"name":"popupWidth","description":"

Specifies the width of the popup list. By default, the popup width sets based on the width of\nthe component.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupwidth"},"query":{"name":"query","description":"

Accepts the external Query\nthat execute along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/combo-box/#query"},"readonly":{"name":"readonly","description":"

When set to true, the user interactions on the component are disabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear button.\nWhen the clear button is clicked, value, text, and index properties are reset to null.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#showclearbutton"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/combo-box/#sortorder"},"text":{"name":"text","description":"

Gets or sets the display text of the selected item in the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#text"},"value":{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#value"},"width":{"name":"width","description":"

Specifies the width of the component. By default, the component width sets based on the width of\nits parent container. You can also set the width in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the component popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds a new item to the popup list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#appendto"},"clear":{"name":"clear","description":"

Allows you to clear the selected values from the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#clear"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#destroy"},"filter":{"name":"filter","description":"

To filter the data from given data source by using query

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#filter"},"focusIn":{"name":"focusIn","description":"

Sets the focus to the component for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#focusin"},"focusOut":{"name":"focusOut","description":"

Moves the focus from the component if the component is already focused.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#focusout"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#getdatabyvalue"},"getItems":{"name":"getItems","description":"

Gets all the list items bound on this component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#getitems"},"hidePopup":{"name":"hidePopup","description":"

Hides the popup if it is in open state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#hidepopup"},"hideSpinner":{"name":"hideSpinner","description":"

Hides the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#hidespinner"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#serverdatabind"},"showPopup":{"name":"showPopup","description":"

Opens the popup that displays the list of items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#showpopup"},"showSpinner":{"name":"showSpinner","description":"

Shows the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#showspinner"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/combo-box/#inject"}},"DropDownBase":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#actionfailure"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the popup list..

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#destroyed"},"select":{"name":"select","description":"

Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#select"},"actionFailureTemplate":{"name":"actionFailureTemplate","description":"

Accepts the template and assigns it to the popup list content of the component\nwhen the data fetch request from the remote server fails.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#actionfailuretemplate"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#allowserverdatabinding"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#fields"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe FilterType and its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to StartsWith, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#filtertype"},"groupTemplate":{"name":"groupTemplate","description":"

Accepts the template design and assigns it to the group headers present in the popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#grouptemplate"},"ignoreAccent":{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#ignoreaccent"},"ignoreCase":{"name":"ignoreCase","description":"

When set to ‘false’, consider the case-sensitive on performing the search to find suggestions.\nBy default consider the casing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#ignorecase"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#isserverrendered"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#locale"},"noRecordsTemplate":{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#norecordstemplate"},"query":{"name":"query","description":"

Accepts the external Query\nwhich will execute along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#query"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#sortorder"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the component popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds a new item to the popup list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. It also removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#destroy"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#getdatabyvalue"},"getItems":{"name":"getItems","description":"

Gets all the list items bound on this component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#getitems"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/#inject"}},"DropDownList":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#actionfailure"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers when the popup before opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#beforeopen"},"blur":{"name":"blur","description":"

Triggers when focus moves out from the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#blur"},"change":{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#change"},"close":{"name":"close","description":"

Triggers when the popup is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the popup list..

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#destroyed"},"filtering":{"name":"filtering","description":"

Triggers on typing a character in the filter bar when the\nallowFiltering\nis enabled.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filtering"},"focus":{"name":"focus","description":"

Triggers when the component is focused.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#focus"},"open":{"name":"open","description":"

Triggers when the popup opens.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#open"},"select":{"name":"select","description":"

Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#select"},"actionFailureTemplate":{"name":"actionFailureTemplate","description":"

Accepts the template and assigns it to the popup list content of the component\nwhen the data fetch request from the remote server fails.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#actionfailuretemplate"},"allowFiltering":{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#allowfiltering"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#allowserverdatabinding"},"cssClass":{"name":"cssClass","description":"

Sets CSS classes to the root element of the component that allows customization of appearance.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#cssclass"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},"filterBarPlaceholder":{"name":"filterBarPlaceholder","description":"

Accepts the value to be displayed as a watermark text on the filter bar.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filterbarplaceholder"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe FilterType and its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to StartsWith, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filtertype"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies whether to display the floating label above the input element.\nPossible values are:

\n
    \n
  • Never: The label will never float in the input when the placeholder is available.
  • \n
  • Always: The floating label will always float above the input.
  • \n
  • Auto: The floating label will float above the input after focusing or entering a value in the input.
  • \n
\n","type":"FloatLabelType","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#floatlabeltype"},"footerTemplate":{"name":"footerTemplate","description":"

Accepts the template design and assigns it to the footer container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#footertemplate"},"groupTemplate":{"name":"groupTemplate","description":"

Accepts the template design and assigns it to the group headers present in the popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#grouptemplate"},"headerTemplate":{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#headertemplate"},"htmlAttributes":{"name":"htmlAttributes","description":"

Allows additional HTML attributes such as title, name, etc., and\naccepts n number of attributes in a key-value pair format.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#htmlattributes"},"ignoreAccent":{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#ignoreaccent"},"ignoreCase":{"name":"ignoreCase","description":"

When set to ‘false’, consider the case-sensitive on performing the search to find suggestions.\nBy default consider the casing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#ignorecase"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#ignorecollectionwatch"},"index":{"name":"index","description":"

Gets or sets the index of the selected item in the component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#index"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#isserverrendered"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#locale"},"noRecordsTemplate":{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#norecordstemplate"},"placeholder":{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"},"popupHeight":{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},"popupWidth":{"name":"popupWidth","description":"

Specifies the width of the popup list. By default, the popup width sets based on the width of\nthe component.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupwidth"},"query":{"name":"query","description":"

Accepts the external Query\nthat execute along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#query"},"readonly":{"name":"readonly","description":"

When set to true, the user interactions on the component are disabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#readonly"},"showClearButton":{"name":"showClearButton","description":"

Specifies whether to show or hide the clear button.\nWhen the clear button is clicked, value, text, and index properties are reset to null.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#showclearbutton"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#sortorder"},"text":{"name":"text","description":"

Gets or sets the display text of the selected item in the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#text"},"value":{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#value"},"valueTemplate":{"name":"valueTemplate","description":"

Accepts the template design and assigns it to the selected list item in the input element of the component.\nFor more details about the available template options refer to\nTemplate documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#valuetemplate"},"width":{"name":"width","description":"

Specifies the width of the component. By default, the component width sets based on the width of\nits parent container. You can also set the width in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the component popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds a new item to the popup list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#appendto"},"clear":{"name":"clear","description":"

Allows you to clear the selected values from the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#clear"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#destroy"},"filter":{"name":"filter","description":"

To filter the data from given data source by using query

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filter"},"focusIn":{"name":"focusIn","description":"

Sets the focus on the component for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#focusin"},"focusOut":{"name":"focusOut","description":"

Moves the focus from the component if the component is already focused.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#focusout"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#getdatabyvalue"},"getItems":{"name":"getItems","description":"

Gets all the list items bound on this component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#getitems"},"hidePopup":{"name":"hidePopup","description":"

Hides the popup if it is in an open state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#hidepopup"},"hideSpinner":{"name":"hideSpinner","description":"

Hides the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#hidespinner"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#serverdatabind"},"showPopup":{"name":"showPopup","description":"

Opens the popup that displays the list of items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#showpopup"},"showSpinner":{"name":"showSpinner","description":"

Shows the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#showspinner"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#inject"}},"ListBox":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#actionfailure"},"beforeItemRender":{"name":"beforeItemRender","description":"

Triggers while rendering each list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#beforeitemrender"},"change":{"name":"change","description":"

Triggers while select / unselect the list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#change"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#destroyed"},"drag":{"name":"drag","description":"

Triggers while dragging the list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#drag"},"dragStart":{"name":"dragStart","description":"

Triggers after dragging the list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#dragstart"},"drop":{"name":"drop","description":"

Triggers before dropping the list item on another list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#drop"},"filtering":{"name":"filtering","description":"

Triggers on typing a character in the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-box/#filtering"},"allowDragAndDrop":{"name":"allowDragAndDrop","description":"

If 'allowDragAndDrop' is set to true, then you can perform drag and drop of the list item.\nListBox contains same 'scope' property enables drag and drop between multiple ListBox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#allowdraganddrop"},"allowFiltering":{"name":"allowFiltering","description":"

To enable the filtering option in this component.\nFilter action performs when type in search box and collect the matched item through filtering event.\nIf searching character does not match, noRecordsTemplate property value will be shown.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#allowfiltering"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#allowserverdatabinding"},"cssClass":{"name":"cssClass","description":"

Sets the CSS classes to root element of this component, which helps to customize the\ncomplete styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#cssclass"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the ListBox component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/list-box/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting ListBox component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#enablertl"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the ListBox component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#fields"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe FilterType and its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to StartsWith, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#filtertype"},"height":{"name":"height","description":"

Sets the height of the ListBox component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-box/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#isserverrendered"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#locale"},"maximumSelectionLength":{"name":"maximumSelectionLength","description":"

Sets limitation to the value selection.\nbased on the limitation, list selection will be prevented.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/list-box/#maximumselectionlength"},"query":{"name":"query","description":"

Accepts the external Query\nwhich will execute along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/list-box/#query"},"scope":{"name":"scope","description":"

Defines the scope value to group sets of draggable and droppable ListBox.\nA draggable with the same scope value will be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#scope"},"selectionSettings":{"name":"selectionSettings","description":"

Specifies the selection mode and its type.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#selectionsettings"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the ListBox data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/list-box/#sortorder"},"toolbarSettings":{"name":"toolbarSettings","description":"

Specifies the toolbar items and its position.

\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#toolbarsettings"},"value":{"name":"value","description":"

Sets the specified item to the selected state or gets the selected item in the ListBox.

\n","type":"string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#addeventlistener"},"addItems":{"name":"addItems","description":"

Adds a new item to the list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#additems"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#databind"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#destroy"},"enableItems":{"name":"enableItems","description":"

This method is used to enable or disable the items in the ListBox based on the items and enable argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#enableitems"},"filter":{"name":"filter","description":"

To filter the data from given data source by using query

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#filter"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#getdatabyvalue"},"getDataByValues":{"name":"getDataByValues","description":"

Gets the array of data Object that matches the given array of values.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#getdatabyvalues"},"getItems":{"name":"getItems","description":"

Gets all the list items bound on this component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#getitems"},"moveAllTo":{"name":"moveAllTo","description":"

Moves all the values from one ListBox to the scoped ListBox.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#moveallto"},"moveDown":{"name":"moveDown","description":"

Moves the given value(s) / selected value(s) downwards.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#movedown"},"moveTo":{"name":"moveTo","description":"

Moves the given value(s) / selected value(s) to the given / default scoped ListBox.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#moveto"},"moveUp":{"name":"moveUp","description":"

Moves the given value(s) / selected value(s) upwards.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#moveup"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#removeeventlistener"},"removeItem":{"name":"removeItem","description":"

Removes a item from the list. By default, removed the last item in the list,\nbut you can remove based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#removeitem"},"removeItems":{"name":"removeItems","description":"

Removes a item from the list. By default, removed the last item in the list,\nbut you can remove based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#removeitems"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#requiredmodules"},"selectAll":{"name":"selectAll","description":"

Based on the state parameter, entire list item will be selected/deselected.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#selectall"},"selectItems":{"name":"selectItems","description":"

Based on the state parameter, specified list item will be selected/deselected.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#selectitems"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-box/#inject"}},"CheckBoxSelection":{"filterInput":{"name":"filterInput","description":"","type":"HTMLInputElement","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#filterinput"},"list":{"name":"list","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#list"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#addeventlistener"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#getmodulename"},"listOption":{"name":"listOption","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#listoption"},"listSelection":{"name":"listSelection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#listselection"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/checkBoxSelection#removeeventlistener"}},"MultiSelect":{"actionBegin":{"name":"actionBegin","description":"

Triggers before fetching data from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers after data is fetched successfully from the remote server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when the data fetch request from the remote server fails.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#actionfailure"},"beforeOpen":{"name":"beforeOpen","description":"

Fires when popup opens before animation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#beforeopen"},"blur":{"name":"blur","description":"

Event triggers when the input get focus-out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#blur"},"change":{"name":"change","description":"

Fires each time when selection changes happened in list items after model and input value get affected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#change"},"chipSelection":{"name":"chipSelection","description":"

Event triggers when the chip selection.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#chipselection"},"close":{"name":"close","description":"

Fires when popup close after animation completion.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#close"},"created":{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#created"},"customValueSelection":{"name":"customValueSelection","description":"

Triggers when the customValue is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#customvalueselection"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the popup list..

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#destroyed"},"filtering":{"name":"filtering","description":"

Triggers event,when user types a text in search box.

\n
\n

For more details about filtering, refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#filtering"},"focus":{"name":"focus","description":"

Event triggers when the input get focused.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#focus"},"open":{"name":"open","description":"

Fires when popup opens after animation completion.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#open"},"removed":{"name":"removed","description":"

Fires after the selected item removed from the widget.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#removed"},"removing":{"name":"removing","description":"

Fires before the selected item removed from the widget.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#removing"},"select":{"name":"select","description":"

Triggers when an item in the popup is selected by the user either with mouse/tap or with keyboard navigation.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#select"},"selectedAll":{"name":"selectedAll","description":"

Fires after select all process completion.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#selectedall"},"tagging":{"name":"tagging","description":"

Fires before set the selected item as chip in the component.

\n
\n

For more details about chip customization refer Chip Customization

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#tagging"},"actionFailureTemplate":{"name":"actionFailureTemplate","description":"

Accepts the template and assigns it to the popup list content of the MultiSelect component\nwhen the data fetch request from the remote server fails.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#actionfailuretemplate"},"allowCustomValue":{"name":"allowCustomValue","description":"

Allows user to add a\ncustom value, the value which is not present in the suggestion list.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#allowcustomvalue"},"allowFiltering":{"name":"allowFiltering","description":"

To enable the filtering option in this component.\nFilter action performs when type in search box and collect the matched item through filtering event.\nIf searching character does not match, noRecordsTemplate property value will be shown.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#allowfiltering"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#allowserverdatabinding"},"changeOnBlur":{"name":"changeOnBlur","description":"

By default, the multiselect component fires the change event while focus out the component.\nIf you want to fires the change event on every value selection and remove, then disable the changeOnBlur property.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#changeonblur"},"closePopupOnSelect":{"name":"closePopupOnSelect","description":"

Based on the property, when item get select popup visibility state will changed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#closepopuponselect"},"cssClass":{"name":"cssClass","description":"

Sets the CSS classes to root element of this component which helps to customize the\ncomplete styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#cssclass"},"dataSource":{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},"delimiterChar":{"name":"delimiterChar","description":"

Sets the delimiter character for 'default' and 'delimiter' visibility modes.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#delimiterchar"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/multi-select/#element"},"enableGroupCheckBox":{"name":"enableGroupCheckBox","description":"

Specifies a Boolean value that indicates the whether the grouped list items are\nallowed to check by checking the group header in checkbox mode.\nBy default, there is no checkbox provided for group headers.\nThis property allows you to render checkbox for group headers and to select\nall the grouped items at once

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enablegroupcheckbox"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting MultiSelect component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. value
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enablertl"},"enableSelectionOrder":{"name":"enableSelectionOrder","description":"

Reorder the selected items in popup visibility state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enableselectionorder"},"enabled":{"name":"enabled","description":"

Specifies a value that indicates whether the MultiSelect component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enabled"},"fields":{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},"filterBarPlaceholder":{"name":"filterBarPlaceholder","description":"

Accepts the value to be displayed as a watermark text on the filter bar.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#filterbarplaceholder"},"filterType":{"name":"filterType","description":"

Determines on which filter type, the MultiSelect component needs to be considered on search action.\nThe FilterType and its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to StartsWith, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#filtertype"},"floatLabelType":{"name":"floatLabelType","description":"

Specifies whether to display the floating label above the input element.\nPossible values are:

\n
    \n
  • Never: The label will never float in the input when the placeholder is available.
  • \n
  • Always: The floating label will always float above the input.
  • \n
  • Auto: The floating label will float above the input after focusing or entering a value in the input.
  • \n
\n","type":"FloatLabelType","link":"//ej2.syncfusion.com/documentation/api/multi-select/#floatlabeltype"},"footerTemplate":{"name":"footerTemplate","description":"

Accepts the template design and assigns it to the footer container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#footertemplate"},"groupTemplate":{"name":"groupTemplate","description":"

Accepts the template design and assigns it to the group headers present in the MultiSelect popup list.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#grouptemplate"},"headerTemplate":{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#headertemplate"},"hideSelectedItem":{"name":"hideSelectedItem","description":"

Hides the selected item from the list item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#hideselecteditem"},"htmlAttributes":{"name":"htmlAttributes","description":"

Gets or sets the additional attribute to HtmlAttributes property in MultiSelect,\nwhich helps to add attribute like title, name etc, input should be key value pair.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/multi-select/#htmlattributes"},"ignoreAccent":{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#ignoreaccent"},"ignoreCase":{"name":"ignoreCase","description":"

Sets case sensitive\noption for filter operation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#ignorecase"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#isserverrendered"},"itemTemplate":{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.

\n
\n

For more details about the available template options refer to Template documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#itemtemplate"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#locale"},"maximumSelectionLength":{"name":"maximumSelectionLength","description":"

Sets limitation to the value selection.\nbased on the limitation, list selection will be prevented.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#maximumselectionlength"},"mode":{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},"noRecordsTemplate":{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of MultiSelect component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#norecordstemplate"},"openOnClick":{"name":"openOnClick","description":"

Whether to automatically open the popup when the control is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#openonclick"},"placeholder":{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},"popupHeight":{"name":"popupHeight","description":"

Gets or sets the height of the popup list. By default it renders based on its list item.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#popupheight"},"popupWidth":{"name":"popupWidth","description":"

Gets or sets the width of the popup list and percentage values has calculated based on input width.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#popupwidth"},"query":{"name":"query","description":"

Accepts the external Query\nwhich will execute along with the data processing in MultiSelect.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/multi-select/#query"},"readonly":{"name":"readonly","description":"

Gets or sets the readonly to input or not. Once enabled, just you can copy or highlight\nthe text however tab key action will perform.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#readonly"},"selectAllText":{"name":"selectAllText","description":"

Specifies the selectAllText to be displayed on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#selectalltext"},"showClearButton":{"name":"showClearButton","description":"

Enables close icon with the each selected item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#showclearbutton"},"showDropDownIcon":{"name":"showDropDownIcon","description":"

Allows you to either show or hide the DropDown button on the component

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#showdropdownicon"},"showSelectAll":{"name":"showSelectAll","description":"

Allows you to either show or hide the selectAll option on the component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#showselectall"},"sortOrder":{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/multi-select/#sortorder"},"text":{"name":"text","description":"

Selects the list item which maps the data text field in the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#text"},"ulElement":{"name":"ulElement","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/multi-select/#ulelement"},"unSelectAllText":{"name":"unSelectAllText","description":"

Specifies the UnSelectAllText to be displayed on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#unselectalltext"},"value":{"name":"value","description":"

Selects the list item which maps the data value field in the component.

\n","type":"number[]|string[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#value"},"valueTemplate":{"name":"valueTemplate","description":"

Accepts the template design and assigns it to the selected list item in the input element of the component.\nFor more details about the available template options refer to\nTemplate documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#valuetemplate"},"width":{"name":"width","description":"

Gets or sets the width of the component. By default, it sizes based on its parent.\ncontainer dimension.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#width"},"zIndex":{"name":"zIndex","description":"

specifies the z-index value of the component popup element.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds a new item to the popup list. By default, new item appends to the list as the last item,\nbut you can insert based on the index parameter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#appendto"},"clear":{"name":"clear","description":"

Allows you to clear the selected values from the Multiselect component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#clear"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#destroy"},"filter":{"name":"filter","description":"

To filter the data from given data source by using query

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#filter"},"focusIn":{"name":"focusIn","description":"

Sets the focus to widget for interaction.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#focusin"},"focusOut":{"name":"focusOut","description":"

Remove the focus from widget, if the widget is in focus state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#focusout"},"getDataByValue":{"name":"getDataByValue","description":"

Gets the data Object that matches the given value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#getdatabyvalue"},"getItems":{"name":"getItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#getitems"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#getmodulename"},"hidePopup":{"name":"hidePopup","description":"

Hides the popup, if the popup in a open state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#hidepopup"},"hideSpinner":{"name":"hideSpinner","description":"

Hides the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#hidespinner"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#removeeventlistener"},"requiredModules":{"name":"requiredModules","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#requiredmodules"},"selectAll":{"name":"selectAll","description":"

Based on the state parameter, entire list item will be selected/deselected.\nparameter\ntrue - Selects entire list items.\nfalse - Un Selects entire list items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#selectall"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#serverdatabind"},"showPopup":{"name":"showPopup","description":"

Shows the popup, if the popup in a closed state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#showpopup"},"showSpinner":{"name":"showSpinner","description":"

Shows the spinner loader.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#showspinner"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/multi-select/#inject"}},"Accordion":{"clicked":{"name":"clicked","description":"

The event will be fired while clicking anywhere within the Accordion.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#clicked"},"created":{"name":"created","description":"

The event will be fired once the control rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#created"},"destroyed":{"name":"destroyed","description":"

The event will be fired when the control gets destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#destroyed"},"expanded":{"name":"expanded","description":"

The event will be fired after the item gets collapsed/expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#expanded"},"expanding":{"name":"expanding","description":"

The event will be fired before the item gets collapsed/expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#expanding"},"animation":{"name":"animation","description":"

Specifies the animation configuration settings for expanding and collapsing the panel.

\n","type":"AccordionAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accordion/#animation"},"dataSource":{"name":"dataSource","description":"

Specifies the datasource for the accordion items.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/accordion/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/accordion/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accordion/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accordion/#enablertl"},"expandMode":{"name":"expandMode","description":"

Specifies the options to expand single or multiple panel at a time.\nThe possible values are:

\n
    \n
  • Single: Sets to expand only one Accordion item at a time.
  • \n
  • Multiple: Sets to expand more than one Accordion item at a time.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/#expandmode"},"headerTemplate":{"name":"headerTemplate","description":"

Specifies the header title template option for accordion items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/#headertemplate"},"height":{"name":"height","description":"

Specifies the height of the Accordion in pixels/number/percentage. Number value is considered as pixels.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/accordion/#height"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accordion/#isdestroyed"},"itemTemplate":{"name":"itemTemplate","description":"

Specifies the template option for accordion items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/#itemtemplate"},"items":{"name":"items","description":"

An array of item that is used to specify Accordion items.

\n","type":"AccordionItemModel[]","link":"//ej2.syncfusion.com/documentation/api/accordion/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/#locale"},"width":{"name":"width","description":"

Specifies the width of the Accordion in pixels/number/percentage. Number value is considered as pixels.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/accordion/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#addeventlistener"},"addItem":{"name":"addItem","description":"

Adds new item to the Accordion with the specified index of the Accordion.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#additem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#databind"},"destroy":{"name":"destroy","description":"

Removes the control from the DOM and also removes all its related events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#destroy"},"enableItem":{"name":"enableItem","description":"

Enables/Disables the specified Accordion item.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#enableitem"},"expandItem":{"name":"expandItem","description":"

Expands/Collapses the specified Accordion item.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#expanditem"},"hideItem":{"name":"hideItem","description":"

Shows or hides the specified item from Accordion.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#hideitem"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#removeeventlistener"},"removeItem":{"name":"removeItem","description":"

Dynamically removes item from Accordion.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#removeitem"},"select":{"name":"select","description":"

Sets focus to the specified index item header in Accordion.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#select"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accordion/#inject"}},"AccordionActionSettings":{"duration":{"name":"duration","description":"

Specifies the duration to animate.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionActionSettings#duration"},"easing":{"name":"easing","description":"

Specifies the animation timing function.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionActionSettings#easing"},"effect":{"name":"effect","description":"

Specifies the type of animation.

\n","type":"Effect","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionActionSettings#effect"}},"AccordionAnimationSettings":{"collapse":{"name":"collapse","description":"

Specifies the animation to appear while collapsing the Accordion item.

\n","type":"AccordionActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionAnimationSettings#collapse"},"expand":{"name":"expand","description":"

Specifies the animation to appear while expanding the Accordion item.

\n","type":"AccordionActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionAnimationSettings#expand"}},"AccordionItem":{"content":{"name":"content","description":"

Sets the text content to be displayed for the Accordion item.\nYou can set the content of the Accordion item using content property.\nIt also supports to include the title as HTML element, string, or query selector.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#content"},"cssClass":{"name":"cssClass","description":"

Defines single/multiple classes (separated by a space) are to be used for Accordion item customization.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#cssclass"},"expanded":{"name":"expanded","description":"

Sets the expand (true) or collapse (false) state of the Accordion item. By default, all the items are in a collapsed state.

\n","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#expanded"},"header":{"name":"header","description":"

Sets the header text to be displayed for the Accordion item.\nYou can set the title of the Accordion item using header property.\nIt also supports to include the title as HTML element, string, or query selector.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#header"},"iconCss":{"name":"iconCss","description":"

Defines an icon with the given custom CSS class that is to be rendered before the header text.\nAdd the css classes to the iconCss property and write the css styles to the defined class to set images/icons.\nAdding icon is applicable only to the header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#iconcss"}},"HScroll":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#enablertl"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#locale"},"scrollStep":{"name":"scrollStep","description":"

Specifies the left or right scrolling distance of the horizontal scrollbar moving.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#scrollstep"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#databind"},"destroy":{"name":"destroy","description":"

Removes the control from the DOM and also removes all its related events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#destroy"},"disable":{"name":"disable","description":"

Specifies the value to disable/enable the HScroll component.\nWhen set to true , the component will be disabled.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#disable"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/hScroll#inject"}},"MenuAnimationSettings":{"duration":{"name":"duration","description":"

Specifies the time duration to transform object.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/menuAnimationSettings#duration"},"easing":{"name":"easing","description":"

Specifies the easing effect applied while transform.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuAnimationSettings#easing"},"effect":{"name":"effect","description":"

Specifies the effect that shown in the sub menu transform.\nThe possible effects are:

\n
    \n
  • None: Specifies the sub menu transform with no animation effect.
  • \n
  • SlideDown: Specifies the sub menu transform with slide down effect.
  • \n
  • ZoomIn: Specifies the sub menu transform with zoom in effect.
  • \n
  • FadeIn: Specifies the sub menu transform with fade in effect.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuAnimationSettings#effect"}},"MenuItem":{"iconCss":{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.\nMenu Item can include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#iconcss"},"id":{"name":"id","description":"

Specifies the id for menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#id"},"items":{"name":"items","description":"

Specifies the sub menu items that is the array of MenuItem model.

\n","type":"MenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#items"},"separator":{"name":"separator","description":"

Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#separator"},"text":{"name":"text","description":"

Specifies text for menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#text"},"url":{"name":"url","description":"

Specifies url for menu item that creates the anchor link to navigate to the url provided.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#url"}},"VScroll":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#enablertl"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#isdestroyed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#locale"},"scrollStep":{"name":"scrollStep","description":"

Specifies the up or down scrolling distance of the vertical scrollbar moving.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#scrollstep"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#databind"},"destroy":{"name":"destroy","description":"

Removes the control from the DOM and also removes all its related events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#destroy"},"disable":{"name":"disable","description":"

Specifies the value to disable/enable the VScroll component.\nWhen set to true , the component will be disabled.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#disable"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#removeeventlistener"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/vScroll#inject"}},"Menu":{"beforeClose":{"name":"beforeClose","description":"

Triggers before closing the menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#beforeclose"},"beforeItemRender":{"name":"beforeItemRender","description":"

Triggers while rendering each menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#beforeitemrender"},"beforeOpen":{"name":"beforeOpen","description":"

Triggers before opening the menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#beforeopen"},"created":{"name":"created","description":"

Triggers once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#created"},"onClose":{"name":"onClose","description":"

Triggers while closing the menu.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#onclose"},"onOpen":{"name":"onOpen","description":"

Triggers while opening the menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#onopen"},"select":{"name":"select","description":"

Triggers while selecting menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#select"},"animationSettings":{"name":"animationSettings","description":"

Specifies the animation settings for the sub menu open.

\n","type":"MenuAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/menu/#animationsettings"},"cssClass":{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the Menu wrapper.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#cssclass"},"element":{"name":"element","description":"","type":"HTMLUListElement","link":"//ej2.syncfusion.com/documentation/api/menu/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#enablertl"},"enableScrolling":{"name":"enableScrolling","description":"

Specifies whether to enable / disable the scrollable option in Menu.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#enablescrolling"},"fields":{"name":"fields","description":"

Specifies mapping fields from the dataSource.

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/menu/#fields"},"hamburgerMode":{"name":"hamburgerMode","description":"

Specifies whether to enable / disable the hamburger mode in Menu.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#hamburgermode"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#isdestroyed"},"items":{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#locale"},"orientation":{"name":"orientation","description":"

Specified the orientation of Menu whether it can be horizontal or vertical.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#orientation"},"showItemOnClick":{"name":"showItemOnClick","description":"

Specifies whether to show the sub menu or not on click.\nWhen set to true, the sub menu will open only on mouse click.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#showitemonclick"},"target":{"name":"target","description":"

Specifies target element to open/close Menu while click in Hamburger mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#target"},"template":{"name":"template","description":"

Specifies the template for Menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#template"},"title":{"name":"title","description":"

Specifies the title text for hamburger mode in Menu.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#title"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#appendto"},"close":{"name":"close","description":"

Closes the Menu if it is opened in hamburger mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#close"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#destroy"},"enableItems":{"name":"enableItems","description":"

This method is used to enable or disable the menu items in the Menu based on the items and enable argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#enableitems"},"hideItems":{"name":"hideItems","description":"

This method is used to hide the menu items in the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#hideitems"},"insertAfter":{"name":"insertAfter","description":"

It is used to insert the menu items after the specified menu item text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#insertafter"},"insertBefore":{"name":"insertBefore","description":"

It is used to insert the menu items before the specified menu item text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#insertbefore"},"open":{"name":"open","description":"

This method is used to open the Menu in hamburger mode.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#open"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#removeeventlistener"},"removeItems":{"name":"removeItems","description":"

It is used to remove the menu items from the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#removeitems"},"showItems":{"name":"showItems","description":"

This method is used to show the menu items in the Menu based on the items text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#showitems"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#inject"}},"Sidebar":{"change":{"name":"change","description":"

Triggers when the state(expand/collapse) of the component is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#change"},"close":{"name":"close","description":"

Triggers when component is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#close"},"created":{"name":"created","description":"

Triggers when component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#created"},"destroyed":{"name":"destroyed","description":"

Triggers when component gets destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#destroyed"},"open":{"name":"open","description":"

Triggers when component is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#open"},"animate":{"name":"animate","description":"

Enable or disable the animation transitions on expanding or collapsing the Sidebar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#animate"},"closeOnDocumentClick":{"name":"closeOnDocumentClick","description":"

Specifies whether the Sidebar need to be closed or not when document area is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#closeondocumentclick"},"dockSize":{"name":"dockSize","description":"

Specifies the size of the Sidebar in dock state.

\n
\n

For more details about dockSize refer to\nDock documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#docksize"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/sidebar/#element"},"enableDock":{"name":"enableDock","description":"

Specifies the docking state of the component.

\n
\n

For more details about enableDock refer to\nDock documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enabledock"},"enableGestures":{"name":"enableGestures","description":"

Enables the expand or collapse while swiping in touch devices.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enablegestures"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads. If enabled, following list of states will be persisted.

\n
    \n
  1. Position
  2. \n
  3. Type
  4. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Specifies the Sidebar in RTL mode that displays the content in the right-to-left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enablertl"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#isdestroyed"},"isOpen":{"name":"isOpen","description":"

Gets or sets the Sidebar component is open or close.

\n
\n

When the Sidebar type is set to Auto,\nthe component will be expanded in the desktop and collapsed in the mobile mode regardless of the isOpen property.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#isopen"},"mediaQuery":{"name":"mediaQuery","description":"

Specifies the media query string for resolution, which when met opens the Sidebar.

\n
\n

For more details about mediaQuery refer to\nAuto Close documentation.

\n
\n","type":"string|MediaQueryList","link":"//ej2.syncfusion.com/documentation/api/sidebar/#mediaquery"},"position":{"name":"position","description":"

Specifies the position of the Sidebar (Left/Right) corresponding to the main content.

\n
\n

For more details about SidebarPosition refer to\nposition documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#position"},"showBackdrop":{"name":"showBackdrop","description":"

Specifies the whether to apply overlay options to main content when the Sidebar is in an open state.

\n
\n

For more details about showBackdrop refer to\nBackdrop documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#showbackdrop"},"target":{"name":"target","description":"

Allows to place the sidebar inside the target element.

\n
\n

For more details about target refer to\nCustom Context documentation.

\n
\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#target"},"type":{"name":"type","description":"

Specifies the expanding types of the Sidebar.

\n
    \n
  • Over - The sidebar floats over the main content area.
  • \n
  • Push - The sidebar pushes the main content area to appear side-by-side, and shrinks the main content within the screen width.
  • \n
  • Slide - The sidebar translates the x and y positions of main content area based on the sidebar width.\nThe main content area will not be adjusted within the screen width.
  • \n
  • Auto - Sidebar with Over type in mobile resolution and Push type in other higher resolutions.
  • \n
\n
\n

For more details about SidebarType refer to\nSidebarType documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#type"},"width":{"name":"width","description":"

Specifies the width of the Sidebar. By default, the width of the Sidebar sets based on the size of its content.\nWidth can also be set in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#width"},"zIndex":{"name":"zIndex","description":"

Specifies the z-index of the Sidebar. It is applicable only when sidebar act as overlay type.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#databind"},"destroy":{"name":"destroy","description":"

Removes the control from the DOM and detaches all its related event handlers. Also it removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#destroy"},"hide":{"name":"hide","description":"

Hide the Sidebar component, if it is in an open state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#hide"},"onPropertyChanged":{"name":"onPropertyChanged","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#removeeventlistener"},"show":{"name":"show","description":"

Shows the Sidebar component, if it is in closed state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#show"},"toggle":{"name":"toggle","description":"

Shows or hides the Sidebar based on the current state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#toggle"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sidebar/#inject"}},"Header":{"iconCss":{"name":"iconCss","description":"

Specifies the icon class that is used to render an icon in the Tab header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/header#iconcss"},"iconPosition":{"name":"iconPosition","description":"

Options for positioning the icon in the Tab item header. This property depends on iconCss property.\nThe possible values are:

\n
    \n
  • Left: Places the icon to the left of the item.
  • \n
  • Top: Places the icon on the top of the item.
  • \n
  • Right: Places the icon to the right end of the item.
  • \n
  • Bottom: Places the icon at the bottom of the item.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/header#iconposition"},"text":{"name":"text","description":"

Specifies the display text of the Tab item header.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tab/header#text"},"annotation":{"name":"annotation","description":"

Sets the content of the header

\n","type":"Annotation","link":"//ej2.syncfusion.com/documentation/api/diagram/header#annotation"},"height":{"name":"height","description":"

Sets the height of the header

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/header#height"},"id":{"name":"id","description":"

Sets the id of the header

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/header#id"},"style":{"name":"style","description":"

Sets the style of the header

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/header#style"},"width":{"name":"width","description":"

Sets the width of the header

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/header#width"}},"Tab":{"added":{"name":"added","description":"

The event will be fired after adding the item to the Tab.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#added"},"adding":{"name":"adding","description":"

The event will be fired before adding the item to the Tab.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#adding"},"created":{"name":"created","description":"

The event will be fired once the component rendering is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#created"},"destroyed":{"name":"destroyed","description":"

The event will be fired when the component gets destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#destroyed"},"removed":{"name":"removed","description":"

The event will be fired after removing the item from the Tab.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#removed"},"removing":{"name":"removing","description":"

The event will be fired before removing the item from the Tab.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#removing"},"selected":{"name":"selected","description":"

The event will be fired after the item gets selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#selected"},"selecting":{"name":"selecting","description":"

The event will be fired before the item gets selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tab/#selecting"},"animation":{"name":"animation","description":"

Specifies the animation configuration settings while showing the content of the Tab.

\n","type":"TabAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/tab/#animation"},"cssClass":{"name":"cssClass","description":"

Sets the CSS classes to root element of the Tab that helps to customize component styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tab/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.\nIf enabled, following list of states will be persisted.

\n
    \n
  1. selectedItem
  2. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/#enablertl"},"headerPlacement":{"name":"headerPlacement","description":"

Specifies the orientation of Tab header.\nThe possible values are:

\n
    \n
  • Top: Places the Tab header on the top.
  • \n
  • Bottom: Places the Tab header at the bottom.
  • \n
  • Left: Places the Tab header on the left.
  • \n
  • Right: Places the Tab header at the right.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#headerplacement"},"height":{"name":"height","description":"

Specifies the height of the Tab component. By default, Tab height is set based on the height of its parent.\nTo use height property, heightAdjustMode must be set to 'None'.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/tab/#height"},"heightAdjustMode":{"name":"heightAdjustMode","description":"

Specifies the height style for Tab content.\nThe possible values are:

\n
    \n
  • None: Based on the given height property, the content panel height is set.
  • \n
  • Auto: Tallest panel height of a given Tab content is set to all the other panels.
  • \n
  • Content: Based on the corresponding content height, the content panel height is set.
  • \n
  • Fill: Based on the parent height, the content panel height is set.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#heightadjustmode"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/#isdestroyed"},"items":{"name":"items","description":"

An array of object that is used to configure the Tab component.

\n","type":"TabItemModel[]","link":"//ej2.syncfusion.com/documentation/api/tab/#items"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#locale"},"overflowMode":{"name":"overflowMode","description":"

Specifies the Tab display mode when Tab content exceeds the viewing area.\nThe possible modes are:

\n
    \n
  • Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.
  • \n
  • Popup: Tab container holds the items that can be placed within the available space and rest of the items are moved to the popup.\nIf the popup content overflows the height of the page, the rest of the elements can be viewed by scrolling the popup.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#overflowmode"},"scrollStep":{"name":"scrollStep","description":"

Specifies the scrolling distance in scroller.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tab/#scrollstep"},"selectedItem":{"name":"selectedItem","description":"

Specifies the index for activating the current Tab item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tab/#selecteditem"},"showCloseButton":{"name":"showCloseButton","description":"

Specifies whether to show the close button for header items to remove the item from the Tab.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/#showclosebutton"},"tabId":{"name":"tabId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#tabid"},"width":{"name":"width","description":"

Specifies the width of the Tab component. Default, Tab width sets based on the width of its parent.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/tab/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#addeventlistener"},"addTab":{"name":"addTab","description":"

Adds new items to the Tab that accepts an array as Tab items.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#addtab"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers, attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#destroy"},"disable":{"name":"disable","description":"

Specifies the value to disable/enable the Tab component.\nWhen set to true, the component will be disabled.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#disable"},"enableTab":{"name":"enableTab","description":"

Enables or disables the specified Tab item. On passing value as false, the item will be disabled.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#enabletab"},"hideTab":{"name":"hideTab","description":"

Shows or hides the Tab that is in the specified index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#hidetab"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#removeeventlistener"},"removeTab":{"name":"removeTab","description":"

Removes the items in the Tab from the specified index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#removetab"},"select":{"name":"select","description":"

Specifies the index or HTMLElement to select an item from the Tab.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#select"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tab/#inject"}},"TabActionSettings":{"duration":{"name":"duration","description":"

Specifies the time duration to transform content.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tab/tabActionSettings#duration"},"easing":{"name":"easing","description":"

Specifies easing effect applied while transforming content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/tabActionSettings#easing"},"effect":{"name":"effect","description":"

Specifies the animation effect for displaying Tab content.

\n","type":"Effect","link":"//ej2.syncfusion.com/documentation/api/tab/tabActionSettings#effect"}},"TabAnimationSettings":{"next":{"name":"next","description":"

Specifies the animation to appear while moving to next Tab content.

\n","type":"TabActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/tab/tabAnimationSettings#next"},"previous":{"name":"previous","description":"

Specifies the animation to appear while moving to previous Tab content.

\n","type":"TabActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/tab/tabAnimationSettings#previous"}},"TabItem":{"content":{"name":"content","description":"

Specifies the content of Tab item, that is displayed when concern item header is selected.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#content"},"cssClass":{"name":"cssClass","description":"

Sets the CSS classes to the Tab item to customize its styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#cssclass"},"disabled":{"name":"disabled","description":"

Sets true to disable user interactions of the Tab item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#disabled"},"header":{"name":"header","description":"

The object used for configuring the Tab item header properties.

\n","type":"HeaderModel","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#header"},"headerTemplate":{"name":"headerTemplate","description":"

Specifies the header text of Tab item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#headertemplate"}},"ActionSettings":{"duration":{"name":"duration","description":"

Specifies the duration to animate.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treeview/actionSettings#duration"},"easing":{"name":"easing","description":"

Specifies the animation timing function.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/actionSettings#easing"},"effect":{"name":"effect","description":"

Specifies the type of animation.

\n","type":"Effect","link":"//ej2.syncfusion.com/documentation/api/treeview/actionSettings#effect"}},"FieldsSettings":{"child":{"name":"child","description":"

Binds the field settings for child nodes or mapping field for nested nodes objects that contain array of JSON objects.

\n","type":"string|FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#child"},"dataSource":{"name":"dataSource","description":"

Specifies the array of JavaScript objects or instance of DataManager to populate the nodes.

\n","type":"DataManager|[]","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#datasource"},"expanded":{"name":"expanded","description":"

Specifies the mapping field for expand state of the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#expanded"},"hasChildren":{"name":"hasChildren","description":"

Specifies the mapping field for hasChildren to check whether a node has child nodes or not.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#haschildren"},"htmlAttributes":{"name":"htmlAttributes","description":"

Specifies the mapping field for htmlAttributes to be added to the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#htmlattributes"},"iconCss":{"name":"iconCss","description":"

Specifies the mapping field for icon class of each TreeView node that will be added before the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#iconcss"},"id":{"name":"id","description":"

Specifies the ID field mapped in dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#id"},"imageUrl":{"name":"imageUrl","description":"

Specifies the mapping field for image URL of each TreeView node where image will be added before the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#imageurl"},"isChecked":{"name":"isChecked","description":"

Specifies the field for checked state of the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#ischecked"},"navigateUrl":{"name":"navigateUrl","description":"

Specifies the mapping field for navigateUrl to be added as hyper-link of the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#navigateurl"},"parentID":{"name":"parentID","description":"

Specifies the parent ID field mapped in dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#parentid"},"query":{"name":"query","description":"

Defines the external Query\nthat will execute along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#query"},"selected":{"name":"selected","description":"

Specifies the mapping field for selected state of the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#selected"},"tableName":{"name":"tableName","description":"

Specifies the table name used to fetch data from a specific table in the server.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#tablename"},"text":{"name":"text","description":"

Specifies the mapping field for text displayed as TreeView node's display text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#text"},"tooltip":{"name":"tooltip","description":"

Specifies the mapping field for tooltip that will be displayed as hovering text of the TreeView node.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/fieldsSettings#tooltip"}},"NodeAnimationSettings":{"collapse":{"name":"collapse","description":"

Specifies the animation that applies on collapsing the nodes.

\n","type":"ActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/nodeAnimationSettings#collapse"},"expand":{"name":"expand","description":"

Specifies the animation that applies on expanding the nodes.

\n","type":"ActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/nodeAnimationSettings#expand"}},"TreeView":{"created":{"name":"created","description":"

Triggers when the TreeView control is created successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#created"},"dataBound":{"name":"dataBound","description":"

Triggers when data source is populated in the TreeView.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#databound"},"dataSourceChanged":{"name":"dataSourceChanged","description":"

Triggers when data source is changed in the TreeView. The data source will be changed after performing some operation like\ndrag and drop, node editing, adding and removing node.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#datasourcechanged"},"destroyed":{"name":"destroyed","description":"

Triggers when the TreeView control is destroyed successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#destroyed"},"drawNode":{"name":"drawNode","description":"

Triggers before the TreeView node is appended to the TreeView element. It helps to customize specific nodes.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#drawnode"},"keyPress":{"name":"keyPress","description":"

Triggers when key press is successful. It helps to customize the operations at key press.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#keypress"},"nodeChecked":{"name":"nodeChecked","description":"

Triggers when the TreeView node is checked/unchecked successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodechecked"},"nodeChecking":{"name":"nodeChecking","description":"

Triggers before the TreeView node is to be checked/unchecked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodechecking"},"nodeClicked":{"name":"nodeClicked","description":"

Triggers when the TreeView node is clicked successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeclicked"},"nodeCollapsed":{"name":"nodeCollapsed","description":"

Triggers when the TreeView node collapses successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodecollapsed"},"nodeCollapsing":{"name":"nodeCollapsing","description":"

Triggers before the TreeView node collapses.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodecollapsing"},"nodeDragStart":{"name":"nodeDragStart","description":"

Triggers when the TreeView node drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodedragstart"},"nodeDragStop":{"name":"nodeDragStop","description":"

Triggers when the TreeView node drag (move) is stopped.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodedragstop"},"nodeDragging":{"name":"nodeDragging","description":"

Triggers when the TreeView node is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodedragging"},"nodeDropped":{"name":"nodeDropped","description":"

Triggers when the TreeView node is dropped on target element successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodedropped"},"nodeEdited":{"name":"nodeEdited","description":"

Triggers when the TreeView node is renamed successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeedited"},"nodeEditing":{"name":"nodeEditing","description":"

Triggers before the TreeView node is renamed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeediting"},"nodeExpanded":{"name":"nodeExpanded","description":"

Triggers when the TreeView node expands successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeexpanded"},"nodeExpanding":{"name":"nodeExpanding","description":"

Triggers before the TreeView node is to be expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeexpanding"},"nodeSelected":{"name":"nodeSelected","description":"

Triggers when the TreeView node is selected/unselected successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeselected"},"nodeSelecting":{"name":"nodeSelecting","description":"

Triggers before the TreeView node is selected/unselected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodeselecting"},"allowDragAndDrop":{"name":"allowDragAndDrop","description":"

Indicates whether the TreeView allows drag and drop of nodes. To drag and drop a node in\ndesktop, hold the mouse on the node, drag it to the target node and drop the node by releasing\nthe mouse. For touch devices, drag and drop operation is performed by touch, touch move\nand touch end. For more information on drag and drop nodes concept, refer to\nDrag and Drop.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowdraganddrop"},"allowEditing":{"name":"allowEditing","description":"

Enables or disables editing of the text in the TreeView node. When allowEditing property is set\nto true, the TreeView allows you to edit the node by double clicking the node or by navigating to\nthe node and pressing F2 key. For more information on node editing, refer\nto Node Editing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowediting"},"allowMultiSelection":{"name":"allowMultiSelection","description":"

Enables or disables multi-selection of nodes. To select multiple nodes:

\n
    \n
  • Select the nodes by holding down the CTRL key while clicking on the nodes.
  • \n
  • Select consecutive nodes by clicking the first node to select and hold down the SHIFT key\nand click the last node to select.\nFor more information on multi-selection, refer to\nMulti-Selection.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowmultiselection"},"animation":{"name":"animation","description":"

Specifies the type of animation applied on expanding and collapsing the nodes along with duration.

\n","type":"NodeAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#animation"},"autoCheck":{"name":"autoCheck","description":"

Allow us to specify the parent and child nodes to get auto check while we check or uncheck a node.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#autocheck"},"checkedNodes":{"name":"checkedNodes","description":"

The checkedNodes property is used to set the nodes that need to be checked or\nget the ID of nodes that are currently checked in the TreeView component.\nThe checkedNodes property depends upon the value of showCheckBox property.\nFor more information on checkedNodes, refer to\ncheckedNodes.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/treeview/#checkednodes"},"cssClass":{"name":"cssClass","description":"

Specifies the CSS classes to be added with root element of the TreeView to help customize the appearance of the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#cssclass"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/treeview/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enables or disables persisting TreeView state between page reloads. If enabled, following APIs will persist.

\n
    \n
  1. selectedNodes - Represents the nodes that are selected in the TreeView component.
  2. \n
  3. checkedNodes - Represents the nodes that are checked in the TreeView component.
  4. \n
  5. expandedNodes - Represents the nodes that are expanded in the TreeView component.
  6. \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#enablertl"},"expandOn":{"name":"expandOn","description":"

Specifies the action on which the node expands or collapses. The available actions are,

\n
    \n
  • Auto - In desktop, the expand/collapse operation happens when you double-click the node, and in mobile devices it\nhappens on single-click.
  • \n
  • Click - The expand/collapse operation happens when you single-click the node in both desktop and mobile devices.
  • \n
  • DblClick - The expand/collapse operation happens when you double-click the node in both desktop and mobile devices.
  • \n
  • None - The expand/collapse operation will not happen when you single-click or double-click the node in both desktop\nand mobile devices.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#expandon"},"expandedNodes":{"name":"expandedNodes","description":"

Represents the expanded nodes in the TreeView component. We can set the nodes that need to be\nexpanded or get the ID of the nodes that are currently expanded by using this property.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/treeview/#expandednodes"},"fields":{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},"fullRowSelect":{"name":"fullRowSelect","description":"

On enabling this property, the entire row of the TreeView node gets selected by clicking a node.\nWhen disabled only the corresponding node's text gets selected.\nFor more information on Fields concept, refer to\nFields.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#fullrowselect"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#isdestroyed"},"loadOnDemand":{"name":"loadOnDemand","description":"

By default, the load on demand (Lazy load) is set to true. By disabling this property, all the tree nodes are rendered at the\nbeginning itself.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#loadondemand"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#locale"},"nodeTemplate":{"name":"nodeTemplate","description":"

Specifies a template to render customized content for all the nodes. If the nodeTemplate property\nis set, the template content overrides the displayed node text. The property accepts template string\ntemplate string\nor HTML element ID holding the content. For more information on template concept, refer to\nTemplate.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodetemplate"},"selectedNodes":{"name":"selectedNodes","description":"

Represents the selected nodes in the TreeView component. We can set the nodes that need to be\nselected or get the ID of the nodes that are currently selected by using this property.\nOn enabling allowMultiSelection property we can select multiple nodes and on disabling\nit we can select only a single node.\nFor more information on selectedNodes, refer to\nselectedNodes.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/treeview/#selectednodes"},"showCheckBox":{"name":"showCheckBox","description":"

Indicates that the nodes will display CheckBoxes in the TreeView.\nThe CheckBox will be displayed next to the expand/collapse icon of the node. For more information on CheckBoxes, refer to\nCheckBox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#showcheckbox"},"sortOrder":{"name":"sortOrder","description":"

Specifies a value that indicates whether the nodes are sorted in the ascending or descending order,\nor are not sorted at all. The available types of sort order are,

\n
    \n
  • None - The nodes are not sorted.
  • \n
  • Ascending - The nodes are sorted in the ascending order.
  • \n
  • Descending - The nodes are sorted in the ascending order.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#sortorder"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#addeventlistener"},"addNodes":{"name":"addNodes","description":"

Adds the collection of TreeView nodes based on target and index position. If target node is not specified,\nthen the nodes are added as children of the given parentID or in the root level of TreeView.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#addnodes"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#appendto"},"beginEdit":{"name":"beginEdit","description":"

Instead of clicking on the TreeView node for editing, we can enable it by using\nbeginEdit property. On passing the node ID or element through this property, the edit textBox\nwill be created for the particular node thus allowing us to edit it.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#beginedit"},"checkAll":{"name":"checkAll","description":"

Checks all the unchecked nodes. You can also check specific nodes by passing array of unchecked nodes\nas argument to this method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#checkall"},"collapseAll":{"name":"collapseAll","description":"

Collapses all the expanded TreeView nodes. You can collapse specific nodes by passing array of nodes as argument to this method.\nYou can also collapse all the nodes excluding the hidden nodes by setting excludeHiddenNodes to true. If you want to collapse\na specific level of nodes, set level as argument to collapseAll method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#collapseall"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#databind"},"destroy":{"name":"destroy","description":"

Removes the component from the DOM and detaches all its related event handlers. It also removes the attributes and classes.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#destroy"},"disableNodes":{"name":"disableNodes","description":"

Disables the collection of nodes by passing the ID of nodes or node elements in the array.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#disablenodes"},"enableNodes":{"name":"enableNodes","description":"

Enables the collection of disabled nodes by passing the ID of nodes or node elements in the array.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#enablenodes"},"ensureVisible":{"name":"ensureVisible","description":"

Ensures visibility of the TreeView node by using node ID or node element.\nWhen many TreeView nodes are present and we need to find a particular node, ensureVisible property\nhelps bring the node to visibility by expanding the TreeView and scrolling to the specific node.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#ensurevisible"},"expandAll":{"name":"expandAll","description":"

Expands all the collapsed TreeView nodes. You can expand the specific nodes by passing the array of collapsed nodes\nas argument to this method. You can also expand all the collapsed nodes by excluding the hidden nodes by setting\nexcludeHiddenNodes to true to this method. To expand a specific level of nodes, set level as argument to expandAll method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#expandall"},"getAllCheckedNodes":{"name":"getAllCheckedNodes","description":"

Gets all the checked nodes including child, whether it is loaded or not.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#getallcheckednodes"},"getNode":{"name":"getNode","description":"

Get the node's data such as id, text, parentID, selected, isChecked, and expanded by passing the node element or it's ID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#getnode"},"getTreeData":{"name":"getTreeData","description":"

To get the updated data source of TreeView after performing some operation like drag and drop, node editing,\nnode selecting/unSelecting, node expanding/collapsing, node checking/unChecking, adding and removing node.

\n
    \n
  • If you pass the ID of TreeView node as arguments for this method then it will return the updated data source\nof the corresponding node otherwise it will return the entire updated data source of TreeView.
  • \n
  • The updated data source also contains custom attributes if you specified in data source.
  • \n
\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#gettreedata"},"moveNodes":{"name":"moveNodes","description":"

Moves the collection of nodes within the same TreeView based on target or its index position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#movenodes"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#removeeventlistener"},"removeNodes":{"name":"removeNodes","description":"

Removes the collection of TreeView nodes by passing the array of node details as argument to this method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#removenodes"},"uncheckAll":{"name":"uncheckAll","description":"

Unchecks all the checked nodes. You can also uncheck the specific nodes by passing array of checked nodes\nas argument to this method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#uncheckall"},"updateNode":{"name":"updateNode","description":"

Replaces the text of the TreeView node with the given text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#updatenode"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/treeview/#inject"}},"RecurrenceEditor":{"change":{"name":"change","description":"

Triggers for value changes on every sub-controls rendered within the recurrence editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#change"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#allowserverdatabinding"},"calendarMode":{"name":"calendarMode","description":"

Sets the specific calendar type to be applied on recurrence editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#calendarmode"},"cssClass":{"name":"cssClass","description":"

Allows styling with custom class names.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#cssclass"},"dateFormat":{"name":"dateFormat","description":"

Sets the user specific date format on recurrence editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#dateformat"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#enablertl"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

Sets the first day of the week.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#firstdayofweek"},"frequencies":{"name":"frequencies","description":"

Sets the recurrence pattern on the editor.

\n","type":"RepeatType[]","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#frequencies"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#locale"},"localeObj":{"name":"localeObj","description":"","type":"L10n","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#localeobj"},"maxDate":{"name":"maxDate","description":"

Sets the maximum date on recurrence editor.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#maxdate"},"minDate":{"name":"minDate","description":"

Sets the minimum date on recurrence editor.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#mindate"},"selectedType":{"name":"selectedType","description":"

Sets the current repeat type to be set on the recurrence editor.

\n","type":"Number","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#selectedtype"},"startDate":{"name":"startDate","description":"

Sets the start date on recurrence editor.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#startdate"},"value":{"name":"value","description":"

Sets the recurrence rule as its output values.

\n","type":"String","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#value"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#databind"},"destroy":{"name":"destroy","description":"

Destroys the widget.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#destroy"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#getpersistdata"},"getRecurrenceDates":{"name":"getRecurrenceDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#getrecurrencedates"},"getRecurrenceRule":{"name":"getRecurrenceRule","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#getrecurrencerule"},"getRuleSummary":{"name":"getRuleSummary","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#getrulesummary"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#serverdatabind"},"setRecurrenceRule":{"name":"setRecurrenceRule","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#setrecurrencerule"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/recurrence-editor/#inject"}},"ActionBase":{"actionObj":{"name":"actionObj","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#actionobj"},"daysVariation":{"name":"daysVariation","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#daysvariation"},"monthEvent":{"name":"monthEvent","description":"","type":"MonthEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#monthevent"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#parent"},"resizeEdges":{"name":"resizeEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#resizeedges"},"scrollArgs":{"name":"scrollArgs","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#scrollargs"},"scrollEdges":{"name":"scrollEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#scrolledges"},"verticalEvent":{"name":"verticalEvent","description":"","type":"VerticalEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#verticalevent"},"actionClass":{"name":"actionClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#actionclass"},"autoScroll":{"name":"autoScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#autoscroll"},"autoScrollValidation":{"name":"autoScrollValidation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#autoscrollvalidation"},"calculateIntervalTime":{"name":"calculateIntervalTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#calculateintervaltime"},"createCloneElement":{"name":"createCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#createcloneelement"},"dynamicEventsRendering":{"name":"dynamicEventsRendering","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#dynamiceventsrendering"},"getChangedData":{"name":"getChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getchangeddata"},"getContentAreaDimension":{"name":"getContentAreaDimension","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getcontentareadimension"},"getCursorElement":{"name":"getCursorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getcursorelement"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getindex"},"getOriginalElement":{"name":"getOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getoriginalelement"},"getPageCoordinates":{"name":"getPageCoordinates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getpagecoordinates"},"getResourceElements":{"name":"getResourceElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getresourceelements"},"getUpdatedEvent":{"name":"getUpdatedEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#getupdatedevent"},"removeCloneElement":{"name":"removeCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#removecloneelement"},"removeCloneElementClasses":{"name":"removeCloneElementClasses","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#removecloneelementclasses"},"saveChangedData":{"name":"saveChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#savechangeddata"},"updateOriginalElement":{"name":"updateOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#updateoriginalelement"},"updateScrollPosition":{"name":"updateScrollPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#updatescrollposition"},"updateTimePosition":{"name":"updateTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/actionBase#updatetimeposition"}},"Crud":{"addEvent":{"name":"addEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/crud#addevent"},"deleteEvent":{"name":"deleteEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/crud#deleteevent"},"saveEvent":{"name":"saveEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/crud#saveevent"},"serializeData":{"name":"serializeData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/crud#serializedata"}},"DragAndDrop":{"actionObj":{"name":"actionObj","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#actionobj"},"daysVariation":{"name":"daysVariation","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#daysvariation"},"monthEvent":{"name":"monthEvent","description":"","type":"MonthEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#monthevent"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#parent"},"resizeEdges":{"name":"resizeEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#resizeedges"},"scrollArgs":{"name":"scrollArgs","description":"","type":"ActionBaseArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#scrollargs"},"scrollEdges":{"name":"scrollEdges","description":"","type":"ResizeEdges","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#scrolledges"},"verticalEvent":{"name":"verticalEvent","description":"","type":"VerticalEvent","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#verticalevent"},"actionClass":{"name":"actionClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#actionclass"},"autoScroll":{"name":"autoScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#autoscroll"},"autoScrollValidation":{"name":"autoScrollValidation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#autoscrollvalidation"},"calculateIntervalTime":{"name":"calculateIntervalTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#calculateintervaltime"},"createCloneElement":{"name":"createCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#createcloneelement"},"dynamicEventsRendering":{"name":"dynamicEventsRendering","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#dynamiceventsrendering"},"getChangedData":{"name":"getChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getchangeddata"},"getContentAreaDimension":{"name":"getContentAreaDimension","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getcontentareadimension"},"getCursorElement":{"name":"getCursorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getcursorelement"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getindex"},"getOriginalElement":{"name":"getOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getoriginalelement"},"getPageCoordinates":{"name":"getPageCoordinates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getpagecoordinates"},"getResourceElements":{"name":"getResourceElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getresourceelements"},"getUpdatedEvent":{"name":"getUpdatedEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#getupdatedevent"},"navigationWrapper":{"name":"navigationWrapper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#navigationwrapper"},"removeCloneElement":{"name":"removeCloneElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#removecloneelement"},"removeCloneElementClasses":{"name":"removeCloneElementClasses","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#removecloneelementclasses"},"saveChangedData":{"name":"saveChangedData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#savechangeddata"},"updateDraggingDateTime":{"name":"updateDraggingDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#updatedraggingdatetime"},"updateNavigatingPosition":{"name":"updateNavigatingPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#updatenavigatingposition"},"updateOriginalElement":{"name":"updateOriginalElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#updateoriginalelement"},"updateScrollPosition":{"name":"updateScrollPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#updatescrollposition"},"updateTimePosition":{"name":"updateTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#updatetimeposition"},"wireDragEvent":{"name":"wireDragEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/dragAndDrop#wiredragevent"}},"KeyboardInteraction":{"onMouseSelection":{"name":"onMouseSelection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/keyboardInteraction#onmouseselection"}},"ScheduleTouch":{"resetValues":{"name":"resetValues","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/scheduleTouch#resetvalues"}},"WorkCellInteraction":{"cellClick":{"name":"cellClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workCellInteraction#cellclick"},"cellDblClick":{"name":"cellDblClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workCellInteraction#celldblclick"},"cellMouseDown":{"name":"cellMouseDown","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workCellInteraction#cellmousedown"},"onHover":{"name":"onHover","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workCellInteraction#onhover"},"serializingData":{"name":"serializingData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workCellInteraction#serializingdata"}},"ResourceBase":{"expandedResources":{"name":"expandedResources","description":"","type":"TdData[]","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#expandedresources"},"lastResourceLevel":{"name":"lastResourceLevel","description":"","type":"TdData[]","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#lastresourcelevel"},"renderedResources":{"name":"renderedResources","description":"","type":"TdData[]","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#renderedresources"},"resourceCollection":{"name":"resourceCollection","description":"","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#resourcecollection"},"addResource":{"name":"addResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#addresource"},"bindResourcesData":{"name":"bindResourcesData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#bindresourcesdata"},"createResourceColumn":{"name":"createResourceColumn","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#createresourcecolumn"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#destroy"},"generateCustomHours":{"name":"generateCustomHours","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#generatecustomhours"},"generateResourceLevels":{"name":"generateResourceLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#generateresourcelevels"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#getcontentrows"},"getCssClass":{"name":"getCssClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#getcssclass"},"getResourceColor":{"name":"getResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#getresourcecolor"},"getResourceData":{"name":"getResourceData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#getresourcedata"},"hideResourceRows":{"name":"hideResourceRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#hideresourcerows"},"onTreeIconClick":{"name":"onTreeIconClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#ontreeiconclick"},"removeResource":{"name":"removeResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#removeresource"},"renderResourceHeader":{"name":"renderResourceHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#renderresourceheader"},"renderResourceHeaderIndent":{"name":"renderResourceHeaderIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#renderresourceheaderindent"},"renderResourceTree":{"name":"renderResourceTree","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#renderresourcetree"},"setExpandedResources":{"name":"setExpandedResources","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#setexpandedresources"},"setRenderedResources":{"name":"setRenderedResources","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#setrenderedresources"},"setResourceCollection":{"name":"setResourceCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#setresourcecollection"},"setResourceValues":{"name":"setResourceValues","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#setresourcevalues"},"updateContent":{"name":"updateContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#updatecontent"},"updateVirtualContent":{"name":"updateVirtualContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/resourceBase#updatevirtualcontent"}},"Schedule":{"actionBegin":{"name":"actionBegin","description":"

Triggers on beginning of every scheduler action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionbegin"},"actionComplete":{"name":"actionComplete","description":"

Triggers on successful completion of the scheduler actions.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actioncomplete"},"actionFailure":{"name":"actionFailure","description":"

Triggers when a scheduler action gets failed or interrupted and an error information will be returned.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionfailure"},"cellClick":{"name":"cellClick","description":"

Triggers when the scheduler cells are single clicked or on single tap on the same cells in mobile devices.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#cellclick"},"cellDoubleClick":{"name":"cellDoubleClick","description":"

Triggers when the scheduler cells are double clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#celldoubleclick"},"created":{"name":"created","description":"

Triggers after the scheduler component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#created"},"dataBinding":{"name":"dataBinding","description":"

Triggers before the data binds to the scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#databinding"},"dataBound":{"name":"dataBound","description":"

Triggers once the event data is bound to the scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#databound"},"destroyed":{"name":"destroyed","description":"

Triggers when the scheduler component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#destroyed"},"drag":{"name":"drag","description":"

Triggers when an appointment is being in a dragged state.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#drag"},"dragStart":{"name":"dragStart","description":"

Triggers when an appointment is started to drag.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#dragstart"},"dragStop":{"name":"dragStop","description":"

Triggers when the dragging of appointment is stopped.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#dragstop"},"eventClick":{"name":"eventClick","description":"

Triggers when the events are single clicked or on single tapping the events on the mobile devices.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventclick"},"eventRendered":{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},"hover":{"name":"hover","description":"

Triggers when the scheduler elements are hovered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#hover"},"moreEventsClick":{"name":"moreEventsClick","description":"

Triggers when the more events indicator are clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#moreeventsclick"},"navigating":{"name":"navigating","description":"

Triggers before the date or view navigation takes place on scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#navigating"},"popupClose":{"name":"popupClose","description":"

Triggers before any of the scheduler popups close on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupclose"},"popupOpen":{"name":"popupOpen","description":"

Triggers before any of the scheduler popups opens on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupopen"},"renderCell":{"name":"renderCell","description":"

Triggers before each element of the schedule rendering on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#rendercell"},"resizeStart":{"name":"resizeStart","description":"

Triggers when an appointment is started to resize.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#resizestart"},"resizeStop":{"name":"resizeStop","description":"

Triggers when the resizing of appointment is stopped.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#resizestop"},"resizing":{"name":"resizing","description":"

Triggers when an appointment is being in a resizing action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#resizing"},"select":{"name":"select","description":"

Triggers when multiple cells or events are selected on the Scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#select"},"activeCellsData":{"name":"activeCellsData","description":"","type":"CellClickEventArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/#activecellsdata"},"activeEventData":{"name":"activeEventData","description":"","type":"EventClickArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/#activeeventdata"},"activeView":{"name":"activeView","description":"","type":"IRenderer","link":"//ej2.syncfusion.com/documentation/api/schedule/#activeview"},"activeViewOptions":{"name":"activeViewOptions","description":"","type":"ViewsData","link":"//ej2.syncfusion.com/documentation/api/schedule/#activeviewoptions"},"agendaDaysCount":{"name":"agendaDaysCount","description":"

Sets the number of days to be displayed by default in Agenda View and in case of virtual scrolling,\nthe number of days will be fetched on each scroll-end based on this count.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/#agendadayscount"},"agendaModule":{"name":"agendaModule","description":"","type":"Agenda","link":"//ej2.syncfusion.com/documentation/api/schedule/#agendamodule"},"allowDragAndDrop":{"name":"allowDragAndDrop","description":"

When set to true, allows the appointments to move over the time slots. When an appointment is dragged, both its start\nand end time tends to change simultaneously allowing it to reschedule the appointment on some other time.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#allowdraganddrop"},"allowKeyboardInteraction":{"name":"allowKeyboardInteraction","description":"

When set to true, allows the keyboard interaction to take place on Schedule.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#allowkeyboardinteraction"},"allowMultiRowSelection":{"name":"allowMultiRowSelection","description":"

This property helps user to allow/prevent the selection of multiple days(rows).\nBy default, it is set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#allowmultirowselection"},"allowResizing":{"name":"allowResizing","description":"

When set to true, allows the resizing of appointments. It allows the rescheduling of appointments either by changing the\nstart or end time by dragging the event resize handlers.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#allowresizing"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#allowserverdatabinding"},"blockData":{"name":"blockData","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#blockdata"},"blockProcessed":{"name":"blockProcessed","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#blockprocessed"},"calendarMode":{"name":"calendarMode","description":"

It allows the Scheduler to display in other calendar modes.\nBy default, Scheduler is displayed in Gregorian calendar mode.\nTo change the mode, you can set either Gregorian or Islamic as a value to this calendarMode property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#calendarmode"},"calendarUtil":{"name":"calendarUtil","description":"","type":"CalendarUtil","link":"//ej2.syncfusion.com/documentation/api/schedule/#calendarutil"},"cellHeaderTemplate":{"name":"cellHeaderTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto\nthe month date cells. This template is only applicable for month view day cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#cellheadertemplate"},"cellTemplate":{"name":"cellTemplate","description":"

The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the work cells.\nThe fields accessible via template are as follows.

\n
    \n
  • date
  • \n
  • groupIndex
  • \n
  • type
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#celltemplate"},"crudModule":{"name":"crudModule","description":"","type":"Crud","link":"//ej2.syncfusion.com/documentation/api/schedule/#crudmodule"},"cssClass":{"name":"cssClass","description":"

It is used to customize the Schedule which accepts custom CSS class names that defines specific user-defined styles and themes\nto be applied on the Schedule element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#cssclass"},"currentAction":{"name":"currentAction","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentaction"},"currentView":{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},"dataModule":{"name":"dataModule","description":"","type":"Data","link":"//ej2.syncfusion.com/documentation/api/schedule/#datamodule"},"dateFormat":{"name":"dateFormat","description":"

By default, Schedule follows the date-format as per the default culture assigned to it.\nIt is also possible to manually set specific date format by using the dateFormat property.\nThe format of the date range label in the header bar depends on the dateFormat value or else based on the\nlocale assigned to the Schedule.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#dateformat"},"dateHeaderTemplate":{"name":"dateHeaderTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto\nthe date header cells. The field that can be accessed via this template is date.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#dateheadertemplate"},"dayModule":{"name":"dayModule","description":"","type":"Day","link":"//ej2.syncfusion.com/documentation/api/schedule/#daymodule"},"dragAndDropModule":{"name":"dragAndDropModule","description":"","type":"DragAndDrop","link":"//ej2.syncfusion.com/documentation/api/schedule/#draganddropmodule"},"editorTemplate":{"name":"editorTemplate","description":"

The template option to render the customized editor window. The form elements defined within this template should be accompanied\nwith e-field class, so as to fetch and process it from internally.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#editortemplate"},"editorTitles":{"name":"editorTitles","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/#editortitles"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#enablepersistence"},"enableRecurrenceValidation":{"name":"enableRecurrenceValidation","description":"

The recurrence validation will be done by default\nWhen this property is set to false, the recurrence validation will be skipped.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#enablerecurrencevalidation"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#enablertl"},"endHour":{"name":"endHour","description":"

It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#endhour"},"eventBase":{"name":"eventBase","description":"","type":"EventBase","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventbase"},"eventDragArea":{"name":"eventDragArea","description":"

It enables the external drag and drop support for appointments on scheduler, to be able to move them out of the scheduler layout.\nWhen the drag area is explicitly set with specific DOM element name,\nthe appointments can be dragged anywhere within the specified drag area location.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventdragarea"},"eventFields":{"name":"eventFields","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventfields"},"eventSettings":{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},"eventTooltip":{"name":"eventTooltip","description":"","type":"EventTooltip","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventtooltip"},"eventWindow":{"name":"eventWindow","description":"","type":"EventWindow","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventwindow"},"eventsData":{"name":"eventsData","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsdata"},"eventsProcessed":{"name":"eventsProcessed","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsprocessed"},"excelExportModule":{"name":"excelExportModule","description":"","type":"ExcelExport","link":"//ej2.syncfusion.com/documentation/api/schedule/#excelexportmodule"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

This option allows the user to set the first day of a week on Schedule. It should be based on the locale set to it and each culture\ndefines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\nthis property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/#firstdayofweek"},"globalize":{"name":"globalize","description":"","type":"Internationalization","link":"//ej2.syncfusion.com/documentation/api/schedule/#globalize"},"group":{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},"headerModule":{"name":"headerModule","description":"","type":"HeaderRenderer","link":"//ej2.syncfusion.com/documentation/api/schedule/#headermodule"},"headerRows":{"name":"headerRows","description":"

Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row\non the timeline view of the scheduler.

\n","type":"HeaderRowsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#headerrows"},"height":{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},"hideEmptyAgendaDays":{"name":"hideEmptyAgendaDays","description":"

The days which does not has even a single event to display will be hidden from the UI of Agenda View by default.\nWhen this property is set to false, the empty dates will also be displayed on the Schedule.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#hideemptyagendadays"},"iCalendarExportModule":{"name":"iCalendarExportModule","description":"","type":"ICalendarExport","link":"//ej2.syncfusion.com/documentation/api/schedule/#icalendarexportmodule"},"iCalendarImportModule":{"name":"iCalendarImportModule","description":"","type":"ICalendarImport","link":"//ej2.syncfusion.com/documentation/api/schedule/#icalendarimportmodule"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#ignorecollectionwatch"},"isAdaptive":{"name":"isAdaptive","description":"","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#isadaptive"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#isserverrendered"},"keyboardInteractionModule":{"name":"keyboardInteractionModule","description":"","type":"KeyboardInteraction","link":"//ej2.syncfusion.com/documentation/api/schedule/#keyboardinteractionmodule"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#locale"},"localeObj":{"name":"localeObj","description":"","type":"L10n","link":"//ej2.syncfusion.com/documentation/api/schedule/#localeobj"},"maxDate":{"name":"maxDate","description":"

To define the maximum date on the Schedule, maxDate property can be defined.\nUsually, it defaults to the new Date(2099, 11, 31).

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#maxdate"},"minDate":{"name":"minDate","description":"

To define the minimum date on the Schedule, minDate property can be defined.\nUsually, it defaults to the new Date(1900, 0, 1).

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#mindate"},"monthAgendaModule":{"name":"monthAgendaModule","description":"","type":"MonthAgenda","link":"//ej2.syncfusion.com/documentation/api/schedule/#monthagendamodule"},"monthModule":{"name":"monthModule","description":"","type":"Month","link":"//ej2.syncfusion.com/documentation/api/schedule/#monthmodule"},"printModule":{"name":"printModule","description":"","type":"Print","link":"//ej2.syncfusion.com/documentation/api/schedule/#printmodule"},"quickInfoOnSelectionEnd":{"name":"quickInfoOnSelectionEnd","description":"

This property helps to show quick popup after multiple cell selection.\nBy default, it is set to false.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#quickinfoonselectionend"},"quickInfoTemplates":{"name":"quickInfoTemplates","description":"

The template option to customize the quick window. The three sections of the quick popup whereas the header, content,\nand footer can be easily customized with individual template option.

\n","type":"QuickInfoTemplatesModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#quickinfotemplates"},"quickPopup":{"name":"quickPopup","description":"","type":"QuickPopups","link":"//ej2.syncfusion.com/documentation/api/schedule/#quickpopup"},"readonly":{"name":"readonly","description":"

When set to true, makes the Schedule to render in a read only mode. No CRUD actions will be allowed at this time.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#readonly"},"renderModule":{"name":"renderModule","description":"","type":"Render","link":"//ej2.syncfusion.com/documentation/api/schedule/#rendermodule"},"resizeModule":{"name":"resizeModule","description":"","type":"Resize","link":"//ej2.syncfusion.com/documentation/api/schedule/#resizemodule"},"resourceBase":{"name":"resourceBase","description":"","type":"ResourceBase","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourcebase"},"resourceCollection":{"name":"resourceCollection","description":"","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourcecollection"},"resourceHeaderTemplate":{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},"resources":{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},"rowAutoHeight":{"name":"rowAutoHeight","description":"

when set to true, allows the height of the work-cells to adjust automatically\nbased on the number of appointments present in those time ranges.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#rowautoheight"},"scheduleTouchModule":{"name":"scheduleTouchModule","description":"","type":"ScheduleTouch","link":"//ej2.syncfusion.com/documentation/api/schedule/#scheduletouchmodule"},"scrollModule":{"name":"scrollModule","description":"","type":"Scroll","link":"//ej2.syncfusion.com/documentation/api/schedule/#scrollmodule"},"selectedDate":{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},"selectedElements":{"name":"selectedElements","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#selectedelements"},"showHeaderBar":{"name":"showHeaderBar","description":"

When set to false, hides the header bar of the Schedule from UI. By default,\nthe header bar holds the date and view navigation options, to which the user can add their own custom items onto it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showheaderbar"},"showQuickInfo":{"name":"showQuickInfo","description":"

When set to true, displays a quick popup with cell or event details on single clicking over the cells or on events.\nBy default, it is set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showquickinfo"},"showTimeIndicator":{"name":"showTimeIndicator","description":"

When set to false, hides the current time indicator from the Schedule. Otherwise,\nit visually depicts the live current system time appropriately on the user interface.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showtimeindicator"},"showWeekNumber":{"name":"showWeekNumber","description":"

When set to true, displays the week number of the current view date range.\nBy default, it is set to false.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showweeknumber"},"showWeekend":{"name":"showWeekend","description":"

When set to false, it hides the weekend days of a week from the Schedule. The days which are not defined in the working days\ncollection are usually treated as weekend days.\nNote: By default, this option is not applicable on Work Week view.\nFor example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as\nthe weekend days and will be hidden on all the views.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showweekend"},"startHour":{"name":"startHour","description":"

It is used to specify the starting hour, from which the Schedule starts to display. It accepts the time string in a short skeleton\nformat and also, hides the time beyond the specified start time.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#starthour"},"timeFormat":{"name":"timeFormat","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#timeformat"},"timeScale":{"name":"timeScale","description":"

Allows to set different time duration on Schedule along with the customized grid count. It also has template option to\ncustomize the time slots with required time values in its own format.

\n","type":"TimeScaleModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#timescale"},"timelineMonthModule":{"name":"timelineMonthModule","description":"","type":"TimelineMonth","link":"//ej2.syncfusion.com/documentation/api/schedule/#timelinemonthmodule"},"timelineViewsModule":{"name":"timelineViewsModule","description":"","type":"TimelineViews","link":"//ej2.syncfusion.com/documentation/api/schedule/#timelineviewsmodule"},"timelineYearModule":{"name":"timelineYearModule","description":"","type":"TimelineYear","link":"//ej2.syncfusion.com/documentation/api/schedule/#timelineyearmodule"},"timezone":{"name":"timezone","description":"

Schedule will be assigned with specific timezone, so as to display the events in it accordingly. By default,\nSchedule dates are processed with System timezone, as no timezone will be assigned specifically to the Schedule at the initial time.\nWhenever the Schedule is bound to remote data services, it is always recommended to set specific timezone to Schedule to make the\nevents on it to display on the same time irrespective of the system timezone. It usually accepts\nthe valid IANA timezone names.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#timezone"},"tzModule":{"name":"tzModule","description":"","type":"Timezone","link":"//ej2.syncfusion.com/documentation/api/schedule/#tzmodule"},"uiStateValues":{"name":"uiStateValues","description":"","type":"UIStateArgs","link":"//ej2.syncfusion.com/documentation/api/schedule/#uistatevalues"},"viewCollections":{"name":"viewCollections","description":"","type":"ViewsData[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#viewcollections"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/#viewindex"},"viewOptions":{"name":"viewOptions","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/schedule/#viewoptions"},"views":{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},"virtualScrollModule":{"name":"virtualScrollModule","description":"","type":"VirtualScroll","link":"//ej2.syncfusion.com/documentation/api/schedule/#virtualscrollmodule"},"weekModule":{"name":"weekModule","description":"","type":"Week","link":"//ej2.syncfusion.com/documentation/api/schedule/#weekmodule"},"width":{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},"workCellAction":{"name":"workCellAction","description":"","type":"WorkCellInteraction","link":"//ej2.syncfusion.com/documentation/api/schedule/#workcellaction"},"workDays":{"name":"workDays","description":"

It is used to set the working days on Schedule. The only days that are defined in this collection will be rendered on the workWeek\nview whereas on other views, it will display all the usual days and simply highlights the working days with different shade.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#workdays"},"workHours":{"name":"workHours","description":"

The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to\nhighlight it or not. This functionality is handled through workHours property and the start work hour should be 9 AM by default\nand end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.

\n","type":"WorkHoursModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#workhours"},"workWeekModule":{"name":"workWeekModule","description":"","type":"WorkWeek","link":"//ej2.syncfusion.com/documentation/api/schedule/#workweekmodule"},"yearModule":{"name":"yearModule","description":"","type":"Year","link":"//ej2.syncfusion.com/documentation/api/schedule/#yearmodule"},"addEvent":{"name":"addEvent","description":"

Adds the newly created event into the Schedule dataSource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#addevent"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#addeventlistener"},"addResource":{"name":"addResource","description":"

Adds the resources to the specified index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#addresource"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#appendto"},"closeEditor":{"name":"closeEditor","description":"

To manually close the event editor window

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#closeeditor"},"closeQuickInfoPopup":{"name":"closeQuickInfoPopup","description":"

To manually close the quick info popup

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#closequickinfopopup"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#databind"},"deleteEvent":{"name":"deleteEvent","description":"

Deletes the events based on the provided ID or event collection in the argument list.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#deleteevent"},"destroy":{"name":"destroy","description":"

Destroys the Schedule component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#destroy"},"exportToExcel":{"name":"exportToExcel","description":"

Allows the Scheduler events data to be exported as an Excel file either in .xlsx or .csv file formats.\nBy default, the whole event collection bound to the Scheduler gets exported as an Excel file.\nTo export only the specific events of Scheduler, you need to pass the custom data collection as\na parameter to this exportToExcel method. This method accepts the export options as arguments such as fileName,\nexportType, fields, customData, and includeOccurrences. The fileName denotes the name to be given for the exported\nfile and the exportType allows you to set the format of an Excel file to be exported either as .xlsx or .csv.\nThe custom or specific field collection of event dataSource to be exported can be provided through fields option\nand the custom data collection can be exported by passing them through the customData option. There also exists\noption to export each individual instances of the recurring events to an Excel file, by setting true or false to the\nincludeOccurrences option, denoting either to include or exclude the occurrences as separate instances on an exported Excel file.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#exporttoexcel"},"exportToICalendar":{"name":"exportToICalendar","description":"

Exports the Scheduler events to a calendar (.ics) file. By default, the calendar is exported with a file name Calendar.ics.\nTo change this file name on export, pass the custom string value as fileName to get the file downloaded with this provided name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#exporttoicalendar"},"getBlockEvents":{"name":"getBlockEvents","description":"

Retrieves the entire collection of events bound to the Schedule.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getblockevents"},"getCellDetails":{"name":"getCellDetails","description":"

Retrieves the start and end time information of the specific cell element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcelldetails"},"getCurrentViewDates":{"name":"getCurrentViewDates","description":"

Retrieves the dates that lies on active view of Schedule.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcurrentviewdates"},"getCurrentViewEvents":{"name":"getCurrentViewEvents","description":"

Retrieves the events that lies on the current date range of the active view of Schedule.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getcurrentviewevents"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"

Get deleted occurrences from given recurrence series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getdeletedoccurrences"},"getEventDetails":{"name":"getEventDetails","description":"

To retrieve the appointment object from element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#geteventdetails"},"getEventMaxID":{"name":"getEventMaxID","description":"

Get the maximum id of an event.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#geteventmaxid"},"getEvents":{"name":"getEvents","description":"

Retrieves the entire collection of events bound to the Schedule.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getevents"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"

Retrieves the occurrences of a single recurrence event based on the provided parent ID.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"

Retrieves all the occurrences that lies between the specific start and end time range.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getoccurrencesbyrange"},"getResourceCollections":{"name":"getResourceCollections","description":"

To get the resource collection

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getresourcecollections"},"getResourcesByIndex":{"name":"getResourcesByIndex","description":"

Retrieves the resource details based on the provided resource index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#getresourcesbyindex"},"hideSpinner":{"name":"hideSpinner","description":"

When the spinner is shown manually using showSpinner method, it can be hidden using this hideSpinner method.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#hidespinner"},"importICalendar":{"name":"importICalendar","description":"

Imports the events from an .ics file downloaded from any of the calendars like Google or Outlook into the Scheduler.\nThis method accepts the blob object of an .ics file to be imported as a mandatory argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#importicalendar"},"isSlotAvailable":{"name":"isSlotAvailable","description":"

To check whether the given time range slots are available for event creation or already occupied by other events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#isslotavailable"},"openEditor":{"name":"openEditor","description":"

To manually open the event editor on specific time or on certain events.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#openeditor"},"print":{"name":"print","description":"

print function

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#refresh"},"refreshEvents":{"name":"refreshEvents","description":"

Refreshes the event dataSource. This method may be useful when the events alone in the schedule needs to be re-rendered.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#refreshevents"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#removeeventlistener"},"removeResource":{"name":"removeResource","description":"

Removes the specified resource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#removeresource"},"resetWorkHours":{"name":"resetWorkHours","description":"

Removes or resets different working hours on the required working days by accepting the required start and end time as well as the\ndate collection as its parameters.\nif no parameters has been passed to this function, it will remove all the work hours.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#resetworkhours"},"saveEvent":{"name":"saveEvent","description":"

Updates the changes made in the event object by passing it as an parameter into the dataSource.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#saveevent"},"scrollTo":{"name":"scrollTo","description":"

Scrolls the Schedule content area to the specified time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#scrollto"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#serverdatabind"},"setRecurrenceEditor":{"name":"setRecurrenceEditor","description":"

Set the recurrence editor instance from custom editor template.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#setrecurrenceeditor"},"setWorkHours":{"name":"setWorkHours","description":"

Sets different working hours on the required working days by accepting the required start and end time as well as the date collection\nas its parameters.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#setworkhours"},"showSpinner":{"name":"showSpinner","description":"

Allows to show the spinner on schedule at the required scenarios.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#showspinner"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#inject"}},"AgendaBase":{"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#parent"},"viewBase":{"name":"viewBase","description":"","type":"ViewBase","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#viewbase"},"calculateResourceTableElement":{"name":"calculateResourceTableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#calculateresourcetableelement"},"createAgendaContentElement":{"name":"createAgendaContentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#createagendacontentelement"},"createAppointment":{"name":"createAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#createappointment"},"createDateHeaderElement":{"name":"createDateHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#createdateheaderelement"},"createTableRowElement":{"name":"createTableRowElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#createtablerowelement"},"processAgendaEvents":{"name":"processAgendaEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#processagendaevents"},"renderEmptyContent":{"name":"renderEmptyContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#renderemptycontent"},"wireEventActions":{"name":"wireEventActions","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agendaBase#wireeventactions"}},"EventBase":{"cssClass":{"name":"cssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#cssclass"},"groupOrder":{"name":"groupOrder","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#grouporder"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#parent"},"slots":{"name":"slots","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#slots"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#addeventlistener"},"addSelectedAppointments":{"name":"addSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#addselectedappointments"},"applyResourceColor":{"name":"applyResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#applyresourcecolor"},"createBlockAppointmentElement":{"name":"createBlockAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#createblockappointmentelement"},"filterBlockEvents":{"name":"filterBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#filterblockevents"},"filterEvents":{"name":"filterEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#filterevents"},"filterEventsByRange":{"name":"filterEventsByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#filtereventsbyrange"},"filterEventsByResource":{"name":"filterEventsByResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#filtereventsbyresource"},"focusElement":{"name":"focusElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#focuselement"},"generateGuid":{"name":"generateGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#generateguid"},"generateOccurrence":{"name":"generateOccurrence","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#generateoccurrence"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getdeletedoccurrences"},"getEditedOccurrences":{"name":"getEditedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteditedoccurrences"},"getEventByGuid":{"name":"getEventByGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteventbyguid"},"getEventById":{"name":"getEventById","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteventbyid"},"getEventCollections":{"name":"getEventCollections","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteventcollections"},"getEventIDType":{"name":"getEventIDType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteventidtype"},"getEventMaxID":{"name":"getEventMaxID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#geteventmaxid"},"getFilterEventsList":{"name":"getFilterEventsList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getfiltereventslist"},"getFollowingEvent":{"name":"getFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getfollowingevent"},"getGroupIndexFromEvent":{"name":"getGroupIndexFromEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getgroupindexfromevent"},"getOccurrenceEvent":{"name":"getOccurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getoccurrenceevent"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getoccurrencesbyrange"},"getParentEvent":{"name":"getParentEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getparentevent"},"getProcessedEvents":{"name":"getProcessedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getprocessedevents"},"getReadonlyAttribute":{"name":"getReadonlyAttribute","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getreadonlyattribute"},"getRenderedDates":{"name":"getRenderedDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getrendereddates"},"getSelectedAppointments":{"name":"getSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getselectedappointments"},"getSelectedEventElements":{"name":"getSelectedEventElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getselectedeventelements"},"getSelectedEvents":{"name":"getSelectedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getselectedevents"},"getSeriesEvents":{"name":"getSeriesEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getseriesevents"},"getSmallestMissingNumber":{"name":"getSmallestMissingNumber","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#getsmallestmissingnumber"},"isAllDayAppointment":{"name":"isAllDayAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#isalldayappointment"},"isBlockRange":{"name":"isBlockRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#isblockrange"},"isFollowingEvent":{"name":"isFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#isfollowingevent"},"processData":{"name":"processData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#processdata"},"processTimezone":{"name":"processTimezone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#processtimezone"},"removeSelectedAppointmentClass":{"name":"removeSelectedAppointmentClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#removeselectedappointmentclass"},"renderResizeHandler":{"name":"renderResizeHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#renderresizehandler"},"selectWorkCellByTime":{"name":"selectWorkCellByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#selectworkcellbytime"},"setWrapperAttributes":{"name":"setWrapperAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#setwrapperattributes"},"sortByDateTime":{"name":"sortByDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#sortbydatetime"},"sortByTime":{"name":"sortByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#sortbytime"},"splitEvent":{"name":"splitEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#splitevent"},"splitEventByDay":{"name":"splitEventByDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#spliteventbyday"},"timezonePropertyChange":{"name":"timezonePropertyChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#timezonepropertychange"},"wireAppointmentEvents":{"name":"wireAppointmentEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventBase#wireappointmentevents"}},"MonthEvent":{"cellHeight":{"name":"cellHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#cellheight"},"cellWidth":{"name":"cellWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#cellwidth"},"cssClass":{"name":"cssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#cssclass"},"dateRender":{"name":"dateRender","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#daterender"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#element"},"eventHeight":{"name":"eventHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#eventheight"},"fields":{"name":"fields","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#fields"},"groupOrder":{"name":"groupOrder","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#grouporder"},"moreIndicatorHeight":{"name":"moreIndicatorHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#moreindicatorheight"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#parent"},"renderType":{"name":"renderType","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#rendertype"},"renderedEvents":{"name":"renderedEvents","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderedevents"},"slots":{"name":"slots","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#slots"},"workCells":{"name":"workCells","description":"","type":"HTMLElement[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#workcells"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#addeventlistener"},"addSelectedAppointments":{"name":"addSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#addselectedappointments"},"applyResourceColor":{"name":"applyResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#applyresourcecolor"},"createAppointmentElement":{"name":"createAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#createappointmentelement"},"createBlockAppointmentElement":{"name":"createBlockAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#createblockappointmentelement"},"filterBlockEvents":{"name":"filterBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#filterblockevents"},"filterEvents":{"name":"filterEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#filterevents"},"filterEventsByRange":{"name":"filterEventsByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#filtereventsbyrange"},"filterEventsByResource":{"name":"filterEventsByResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#filtereventsbyresource"},"focusElement":{"name":"focusElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#focuselement"},"generateGuid":{"name":"generateGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#generateguid"},"generateOccurrence":{"name":"generateOccurrence","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#generateoccurrence"},"getCellTd":{"name":"getCellTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getcelltd"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getdeletedoccurrences"},"getEditedOccurrences":{"name":"getEditedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteditedoccurrences"},"getEndTime":{"name":"getEndTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getendtime"},"getEventByGuid":{"name":"getEventByGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventbyguid"},"getEventById":{"name":"getEventById","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventbyid"},"getEventCollections":{"name":"getEventCollections","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventcollections"},"getEventData":{"name":"getEventData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventdata"},"getEventIDType":{"name":"getEventIDType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventidtype"},"getEventMaxID":{"name":"getEventMaxID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventmaxid"},"getEventWidth":{"name":"getEventWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#geteventwidth"},"getFilterEventsList":{"name":"getFilterEventsList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getfiltereventslist"},"getFilteredEvents":{"name":"getFilteredEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getfilteredevents"},"getFollowingEvent":{"name":"getFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getfollowingevent"},"getGroupIndexFromEvent":{"name":"getGroupIndexFromEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getgroupindexfromevent"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getindex"},"getMoreIndicatorElement":{"name":"getMoreIndicatorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getmoreindicatorelement"},"getOccurrenceEvent":{"name":"getOccurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getoccurrenceevent"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getoccurrencesbyrange"},"getOverlapEvents":{"name":"getOverlapEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getoverlapevents"},"getParentEvent":{"name":"getParentEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getparentevent"},"getPosition":{"name":"getPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getposition"},"getProcessedEvents":{"name":"getProcessedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getprocessedevents"},"getReadonlyAttribute":{"name":"getReadonlyAttribute","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getreadonlyattribute"},"getRenderedDates":{"name":"getRenderedDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getrendereddates"},"getRowTop":{"name":"getRowTop","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getrowtop"},"getSelectedAppointments":{"name":"getSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getselectedappointments"},"getSelectedEventElements":{"name":"getSelectedEventElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getselectedeventelements"},"getSelectedEvents":{"name":"getSelectedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getselectedevents"},"getSeriesEvents":{"name":"getSeriesEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getseriesevents"},"getSlotDates":{"name":"getSlotDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getslotdates"},"getSmallestMissingNumber":{"name":"getSmallestMissingNumber","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getsmallestmissingnumber"},"getStartTime":{"name":"getStartTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#getstarttime"},"isAllDayAppointment":{"name":"isAllDayAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#isalldayappointment"},"isBlockRange":{"name":"isBlockRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#isblockrange"},"isFollowingEvent":{"name":"isFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#isfollowingevent"},"moreIndicatorClick":{"name":"moreIndicatorClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#moreindicatorclick"},"processData":{"name":"processData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#processdata"},"processTimezone":{"name":"processTimezone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#processtimezone"},"removeHeightProperty":{"name":"removeHeightProperty","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#removeheightproperty"},"removeSelectedAppointmentClass":{"name":"removeSelectedAppointmentClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#removeselectedappointmentclass"},"renderAppointments":{"name":"renderAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderappointments"},"renderBlockEvents":{"name":"renderBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderblockevents"},"renderBlockIndicator":{"name":"renderBlockIndicator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderblockindicator"},"renderElement":{"name":"renderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderelement"},"renderEventElement":{"name":"renderEventElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#rendereventelement"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderevents"},"renderEventsHandler":{"name":"renderEventsHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#rendereventshandler"},"renderResizeHandler":{"name":"renderResizeHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderresizehandler"},"renderResourceEvents":{"name":"renderResourceEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#renderresourceevents"},"selectWorkCellByTime":{"name":"selectWorkCellByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#selectworkcellbytime"},"setWrapperAttributes":{"name":"setWrapperAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#setwrapperattributes"},"sortByDateTime":{"name":"sortByDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#sortbydatetime"},"sortByTime":{"name":"sortByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#sortbytime"},"splitEvent":{"name":"splitEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#splitevent"},"splitEventByDay":{"name":"splitEventByDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#spliteventbyday"},"timezonePropertyChange":{"name":"timezonePropertyChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#timezonepropertychange"},"updateBlockElements":{"name":"updateBlockElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#updateblockelements"},"updateCellHeight":{"name":"updateCellHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#updatecellheight"},"updateIndicatorIcon":{"name":"updateIndicatorIcon","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#updateindicatoricon"},"wireAppointmentEvents":{"name":"wireAppointmentEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthEvent#wireappointmentevents"}},"TimelineEvent":{"cellHeight":{"name":"cellHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#cellheight"},"cellWidth":{"name":"cellWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#cellwidth"},"cssClass":{"name":"cssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#cssclass"},"dateRender":{"name":"dateRender","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#daterender"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#element"},"eventHeight":{"name":"eventHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#eventheight"},"fields":{"name":"fields","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#fields"},"groupOrder":{"name":"groupOrder","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#grouporder"},"moreIndicatorHeight":{"name":"moreIndicatorHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#moreindicatorheight"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#parent"},"renderType":{"name":"renderType","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#rendertype"},"renderedEvents":{"name":"renderedEvents","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderedevents"},"slots":{"name":"slots","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#slots"},"workCells":{"name":"workCells","description":"","type":"HTMLElement[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#workcells"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#addeventlistener"},"addSelectedAppointments":{"name":"addSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#addselectedappointments"},"applyResourceColor":{"name":"applyResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#applyresourcecolor"},"createAppointmentElement":{"name":"createAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#createappointmentelement"},"createBlockAppointmentElement":{"name":"createBlockAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#createblockappointmentelement"},"filterBlockEvents":{"name":"filterBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#filterblockevents"},"filterEvents":{"name":"filterEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#filterevents"},"filterEventsByRange":{"name":"filterEventsByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#filtereventsbyrange"},"filterEventsByResource":{"name":"filterEventsByResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#filtereventsbyresource"},"focusElement":{"name":"focusElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#focuselement"},"generateGuid":{"name":"generateGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#generateguid"},"generateOccurrence":{"name":"generateOccurrence","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#generateoccurrence"},"getCellTd":{"name":"getCellTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getcelltd"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getdeletedoccurrences"},"getEditedOccurrences":{"name":"getEditedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteditedoccurrences"},"getEndTime":{"name":"getEndTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getendtime"},"getEventByGuid":{"name":"getEventByGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventbyguid"},"getEventById":{"name":"getEventById","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventbyid"},"getEventCollections":{"name":"getEventCollections","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventcollections"},"getEventData":{"name":"getEventData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventdata"},"getEventIDType":{"name":"getEventIDType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventidtype"},"getEventMaxID":{"name":"getEventMaxID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventmaxid"},"getEventWidth":{"name":"getEventWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#geteventwidth"},"getFilterEventsList":{"name":"getFilterEventsList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getfiltereventslist"},"getFilteredEvents":{"name":"getFilteredEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getfilteredevents"},"getFollowingEvent":{"name":"getFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getfollowingevent"},"getGroupIndexFromEvent":{"name":"getGroupIndexFromEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getgroupindexfromevent"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getindex"},"getMoreIndicatorElement":{"name":"getMoreIndicatorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getmoreindicatorelement"},"getOccurrenceEvent":{"name":"getOccurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getoccurrenceevent"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getoccurrencesbyrange"},"getOverlapEvents":{"name":"getOverlapEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getoverlapevents"},"getParentEvent":{"name":"getParentEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getparentevent"},"getPosition":{"name":"getPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getposition"},"getProcessedEvents":{"name":"getProcessedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getprocessedevents"},"getReadonlyAttribute":{"name":"getReadonlyAttribute","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getreadonlyattribute"},"getRenderedDates":{"name":"getRenderedDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getrendereddates"},"getRowTop":{"name":"getRowTop","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getrowtop"},"getSelectedAppointments":{"name":"getSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getselectedappointments"},"getSelectedEventElements":{"name":"getSelectedEventElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getselectedeventelements"},"getSelectedEvents":{"name":"getSelectedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getselectedevents"},"getSeriesEvents":{"name":"getSeriesEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getseriesevents"},"getSlotDates":{"name":"getSlotDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getslotdates"},"getSmallestMissingNumber":{"name":"getSmallestMissingNumber","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getsmallestmissingnumber"},"getStartTime":{"name":"getStartTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#getstarttime"},"isAllDayAppointment":{"name":"isAllDayAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#isalldayappointment"},"isBlockRange":{"name":"isBlockRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#isblockrange"},"isFollowingEvent":{"name":"isFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#isfollowingevent"},"moreIndicatorClick":{"name":"moreIndicatorClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#moreindicatorclick"},"processData":{"name":"processData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#processdata"},"processTimezone":{"name":"processTimezone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#processtimezone"},"removeHeightProperty":{"name":"removeHeightProperty","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#removeheightproperty"},"removeSelectedAppointmentClass":{"name":"removeSelectedAppointmentClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#removeselectedappointmentclass"},"renderAppointments":{"name":"renderAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderappointments"},"renderBlockEvents":{"name":"renderBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderblockevents"},"renderBlockIndicator":{"name":"renderBlockIndicator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderblockindicator"},"renderElement":{"name":"renderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderelement"},"renderEventElement":{"name":"renderEventElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#rendereventelement"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderevents"},"renderEventsHandler":{"name":"renderEventsHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#rendereventshandler"},"renderResizeHandler":{"name":"renderResizeHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderresizehandler"},"renderResourceEvents":{"name":"renderResourceEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#renderresourceevents"},"selectWorkCellByTime":{"name":"selectWorkCellByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#selectworkcellbytime"},"setWrapperAttributes":{"name":"setWrapperAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#setwrapperattributes"},"sortByDateTime":{"name":"sortByDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#sortbydatetime"},"sortByTime":{"name":"sortByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#sortbytime"},"splitEvent":{"name":"splitEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#splitevent"},"splitEventByDay":{"name":"splitEventByDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#spliteventbyday"},"timezonePropertyChange":{"name":"timezonePropertyChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#timezonepropertychange"},"updateBlockElements":{"name":"updateBlockElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#updateblockelements"},"updateCellHeight":{"name":"updateCellHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#updatecellheight"},"updateIndicatorIcon":{"name":"updateIndicatorIcon","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#updateindicatoricon"},"wireAppointmentEvents":{"name":"wireAppointmentEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineEvent#wireappointmentevents"}},"VerticalEvent":{"cssClass":{"name":"cssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#cssclass"},"dateRender":{"name":"dateRender","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#daterender"},"fields":{"name":"fields","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#fields"},"groupOrder":{"name":"groupOrder","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#grouporder"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#parent"},"slots":{"name":"slots","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#slots"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#addeventlistener"},"addSelectedAppointments":{"name":"addSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#addselectedappointments"},"applyResourceColor":{"name":"applyResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#applyresourcecolor"},"createBlockAppointmentElement":{"name":"createBlockAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#createblockappointmentelement"},"filterBlockEvents":{"name":"filterBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#filterblockevents"},"filterEvents":{"name":"filterEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#filterevents"},"filterEventsByRange":{"name":"filterEventsByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#filtereventsbyrange"},"filterEventsByResource":{"name":"filterEventsByResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#filtereventsbyresource"},"focusElement":{"name":"focusElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#focuselement"},"generateGuid":{"name":"generateGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#generateguid"},"generateOccurrence":{"name":"generateOccurrence","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#generateoccurrence"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getdeletedoccurrences"},"getEditedOccurrences":{"name":"getEditedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteditedoccurrences"},"getEventByGuid":{"name":"getEventByGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteventbyguid"},"getEventById":{"name":"getEventById","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteventbyid"},"getEventCollections":{"name":"getEventCollections","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteventcollections"},"getEventIDType":{"name":"getEventIDType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteventidtype"},"getEventMaxID":{"name":"getEventMaxID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#geteventmaxid"},"getFilterEventsList":{"name":"getFilterEventsList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getfiltereventslist"},"getFollowingEvent":{"name":"getFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getfollowingevent"},"getGroupIndexFromEvent":{"name":"getGroupIndexFromEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getgroupindexfromevent"},"getHeight":{"name":"getHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getheight"},"getOccurrenceEvent":{"name":"getOccurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getoccurrenceevent"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getoccurrencesbyrange"},"getParentEvent":{"name":"getParentEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getparentevent"},"getProcessedEvents":{"name":"getProcessedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getprocessedevents"},"getReadonlyAttribute":{"name":"getReadonlyAttribute","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getreadonlyattribute"},"getRenderedDates":{"name":"getRenderedDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getrendereddates"},"getSelectedAppointments":{"name":"getSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getselectedappointments"},"getSelectedEventElements":{"name":"getSelectedEventElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getselectedeventelements"},"getSelectedEvents":{"name":"getSelectedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getselectedevents"},"getSeriesEvents":{"name":"getSeriesEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getseriesevents"},"getSmallestMissingNumber":{"name":"getSmallestMissingNumber","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#getsmallestmissingnumber"},"getTopValue":{"name":"getTopValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#gettopvalue"},"initializeValues":{"name":"initializeValues","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#initializevalues"},"isAllDayAppointment":{"name":"isAllDayAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#isalldayappointment"},"isBlockRange":{"name":"isBlockRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#isblockrange"},"isFollowingEvent":{"name":"isFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#isfollowingevent"},"isSpannedEvent":{"name":"isSpannedEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#isspannedevent"},"processData":{"name":"processData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#processdata"},"processTimezone":{"name":"processTimezone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#processtimezone"},"removeSelectedAppointmentClass":{"name":"removeSelectedAppointmentClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#removeselectedappointmentclass"},"renderAppointments":{"name":"renderAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#renderappointments"},"renderResizeHandler":{"name":"renderResizeHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#renderresizehandler"},"selectWorkCellByTime":{"name":"selectWorkCellByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#selectworkcellbytime"},"setWrapperAttributes":{"name":"setWrapperAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#setwrapperattributes"},"sortByDateTime":{"name":"sortByDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#sortbydatetime"},"sortByTime":{"name":"sortByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#sortbytime"},"splitEvent":{"name":"splitEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#splitevent"},"splitEventByDay":{"name":"splitEventByDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#spliteventbyday"},"timezonePropertyChange":{"name":"timezonePropertyChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#timezonepropertychange"},"wireAppointmentEvents":{"name":"wireAppointmentEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalEvent#wireappointmentevents"}},"YearEvent":{"cellHeader":{"name":"cellHeader","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#cellheader"},"cellHeight":{"name":"cellHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#cellheight"},"cellWidth":{"name":"cellWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#cellwidth"},"cssClass":{"name":"cssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#cssclass"},"dateRender":{"name":"dateRender","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#daterender"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#element"},"eventHeight":{"name":"eventHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#eventheight"},"fields":{"name":"fields","description":"","type":"EventFieldsMapping","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#fields"},"groupOrder":{"name":"groupOrder","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#grouporder"},"moreIndicatorHeight":{"name":"moreIndicatorHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#moreindicatorheight"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#parent"},"renderType":{"name":"renderType","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#rendertype"},"renderedEvents":{"name":"renderedEvents","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderedevents"},"slots":{"name":"slots","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#slots"},"workCells":{"name":"workCells","description":"","type":"HTMLElement[]","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#workcells"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#addeventlistener"},"addSelectedAppointments":{"name":"addSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#addselectedappointments"},"applyResourceColor":{"name":"applyResourceColor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#applyresourcecolor"},"createAppointmentElement":{"name":"createAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#createappointmentelement"},"createBlockAppointmentElement":{"name":"createBlockAppointmentElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#createblockappointmentelement"},"filterBlockEvents":{"name":"filterBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#filterblockevents"},"filterEvents":{"name":"filterEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#filterevents"},"filterEventsByRange":{"name":"filterEventsByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#filtereventsbyrange"},"filterEventsByResource":{"name":"filterEventsByResource","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#filtereventsbyresource"},"focusElement":{"name":"focusElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#focuselement"},"generateGuid":{"name":"generateGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#generateguid"},"generateOccurrence":{"name":"generateOccurrence","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#generateoccurrence"},"getCellTd":{"name":"getCellTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getcelltd"},"getDeletedOccurrences":{"name":"getDeletedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getdeletedoccurrences"},"getEditedOccurrences":{"name":"getEditedOccurrences","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteditedoccurrences"},"getEndTime":{"name":"getEndTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getendtime"},"getEventByGuid":{"name":"getEventByGuid","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventbyguid"},"getEventById":{"name":"getEventById","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventbyid"},"getEventCollections":{"name":"getEventCollections","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventcollections"},"getEventData":{"name":"getEventData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventdata"},"getEventIDType":{"name":"getEventIDType","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventidtype"},"getEventMaxID":{"name":"getEventMaxID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventmaxid"},"getEventWidth":{"name":"getEventWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#geteventwidth"},"getFilterEventsList":{"name":"getFilterEventsList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getfiltereventslist"},"getFilteredEvents":{"name":"getFilteredEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getfilteredevents"},"getFollowingEvent":{"name":"getFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getfollowingevent"},"getGroupIndexFromEvent":{"name":"getGroupIndexFromEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getgroupindexfromevent"},"getIndex":{"name":"getIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getindex"},"getMoreIndicatorElement":{"name":"getMoreIndicatorElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getmoreindicatorelement"},"getOccurrenceEvent":{"name":"getOccurrenceEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getoccurrenceevent"},"getOccurrencesByID":{"name":"getOccurrencesByID","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getoccurrencesbyid"},"getOccurrencesByRange":{"name":"getOccurrencesByRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getoccurrencesbyrange"},"getOverlapEvents":{"name":"getOverlapEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getoverlapevents"},"getParentEvent":{"name":"getParentEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getparentevent"},"getPosition":{"name":"getPosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getposition"},"getProcessedEvents":{"name":"getProcessedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getprocessedevents"},"getReadonlyAttribute":{"name":"getReadonlyAttribute","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getreadonlyattribute"},"getRenderedDates":{"name":"getRenderedDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getrendereddates"},"getRowTop":{"name":"getRowTop","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getrowtop"},"getSelectedAppointments":{"name":"getSelectedAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getselectedappointments"},"getSelectedEventElements":{"name":"getSelectedEventElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getselectedeventelements"},"getSelectedEvents":{"name":"getSelectedEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getselectedevents"},"getSeriesEvents":{"name":"getSeriesEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getseriesevents"},"getSlotDates":{"name":"getSlotDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getslotdates"},"getSmallestMissingNumber":{"name":"getSmallestMissingNumber","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getsmallestmissingnumber"},"getStartTime":{"name":"getStartTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#getstarttime"},"isAllDayAppointment":{"name":"isAllDayAppointment","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#isalldayappointment"},"isBlockRange":{"name":"isBlockRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#isblockrange"},"isFollowingEvent":{"name":"isFollowingEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#isfollowingevent"},"moreIndicatorClick":{"name":"moreIndicatorClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#moreindicatorclick"},"processData":{"name":"processData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#processdata"},"processTimezone":{"name":"processTimezone","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#processtimezone"},"removeHeightProperty":{"name":"removeHeightProperty","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#removeheightproperty"},"removeSelectedAppointmentClass":{"name":"removeSelectedAppointmentClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#removeselectedappointmentclass"},"renderAppointments":{"name":"renderAppointments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderappointments"},"renderBlockEvents":{"name":"renderBlockEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderblockevents"},"renderBlockIndicator":{"name":"renderBlockIndicator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderblockindicator"},"renderElement":{"name":"renderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderelement"},"renderEventElement":{"name":"renderEventElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#rendereventelement"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderevents"},"renderEventsHandler":{"name":"renderEventsHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#rendereventshandler"},"renderResizeHandler":{"name":"renderResizeHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderresizehandler"},"renderResourceEvents":{"name":"renderResourceEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#renderresourceevents"},"selectWorkCellByTime":{"name":"selectWorkCellByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#selectworkcellbytime"},"setWrapperAttributes":{"name":"setWrapperAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#setwrapperattributes"},"sortByDateTime":{"name":"sortByDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#sortbydatetime"},"sortByTime":{"name":"sortByTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#sortbytime"},"splitEvent":{"name":"splitEvent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#splitevent"},"splitEventByDay":{"name":"splitEventByDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#spliteventbyday"},"timezonePropertyChange":{"name":"timezonePropertyChange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#timezonepropertychange"},"updateBlockElements":{"name":"updateBlockElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#updateblockelements"},"updateCellHeight":{"name":"updateCellHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#updatecellheight"},"updateIndicatorIcon":{"name":"updateIndicatorIcon","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#updateindicatoricon"},"wireAppointmentEvents":{"name":"wireAppointmentEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/yearEvent#wireappointmentevents"}},"ICalendarExport":{"initializeCalendarExport":{"name":"initializeCalendarExport","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/iCalendarExport#initializecalendarexport"}},"ICalendarImport":{"initializeCalendarImport":{"name":"initializeCalendarImport","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/iCalendarImport#initializecalendarimport"}},"ExcelExport":{"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/excelExport#destroy"},"initializeExcelExport":{"name":"initializeExcelExport","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/excelExport#initializeexcelexport"}},"EventSettings":{"allowAdding":{"name":"allowAdding","description":"

When set to false the add action will be restricted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#allowadding"},"allowDeleting":{"name":"allowDeleting","description":"

When set to false the delete action will be restricted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#allowdeleting"},"allowEditing":{"name":"allowEditing","description":"

When set to false the edit action will be restricted.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#allowediting"},"dataSource":{"name":"dataSource","description":"

With this property, the event data will be bound to Schedule.\nThe event data can be passed either as an array of JavaScript objects,\nor else can create an instance of DataManager\nin case of processing remote data and can be assigned to the dataSource property.\nWith the remote data assigned to dataSource, check the available\nadaptors to customize the data processing.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#datasource"},"editFollowingEvents":{"name":"editFollowingEvents","description":"

When set to true will edit the future events only instead of editing entire series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#editfollowingevents"},"enableTooltip":{"name":"enableTooltip","description":"

When set to true will display the normal tooltip over the events with its subject, location, start and end time.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#enabletooltip"},"fields":{"name":"fields","description":"

Defines the collection of default event fields to be bind to the Schedule.

\n","type":"FieldModel","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#fields"},"query":{"name":"query","description":"

Defines the external query\nthat will be executed along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#query"},"resourceColorField":{"name":"resourceColorField","description":"

Defines the resource name, to decides the color of which particular resource level is to be applied on appointments, when\ngrouping is enabled on scheduler.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#resourcecolorfield"},"template":{"name":"template","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying\nit onto the event background. All the event fields mapped to Schedule from dataSource can be accessed within this template code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#template"},"tooltipTemplate":{"name":"tooltipTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto tooltip.\nAll the event fields mapped with Schedule dataSource can be accessed within this template code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/eventSettings#tooltiptemplate"}},"FieldOptions":{"default":{"name":"default","description":"

Assigns the specific default value to the fields, when no values are provided to those fields from dataSource.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldOptions#default"},"name":{"name":"name","description":"

Denotes the field name to be mapped from the dataSource for every event fields.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldOptions#name"},"title":{"name":"title","description":"

Assigns the label values to be displayed for the event editor fields.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldOptions#title"},"validation":{"name":"validation","description":"

Defines the validation rules to be applied on the event fields within the event editor.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldOptions#validation"}},"Field":{"description":{"name":"description","description":"

It maps the description field from the dataSource and denotes the event description which is optional.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#description"},"endTime":{"name":"endTime","description":"

The endTime field defines the end time of an event and it is mandatory to provide the end time for any of the valid event objects.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#endtime"},"endTimezone":{"name":"endTimezone","description":"

It maps the endTimezone field from the dataSource and usually accepts the valid IANA timezone names.\nIt is assumed that the value provided for this field is taken into consideration while processing the endTime field.\nWhen this field is not mapped with any timezone names, then the events will be processed based on the timezone assigned\nto the Schedule.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#endtimezone"},"followingID":{"name":"followingID","description":"

The followingID field is mapped from dataSource and usually holds the ID value of the main parent event.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/field#followingid"},"id":{"name":"id","description":"

The id field needs to be defined as mandatory, when the Schedule is bound to remote data and\nit is optional, if the same is bound with JSON data. This field usually assigns ID value to each of the events.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/field#id"},"isAllDay":{"name":"isAllDay","description":"

The isAllDay field is mapped from the dataSource and is used to denote whether an event is created\nfor an entire day or for specific time alone.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#isallday"},"isBlock":{"name":"isBlock","description":"

The isBlock field allows you to block certain time interval on the Scheduler.\nIt is a boolean type property accepting either true or false values.\nWhen set to true, creates a block range for the specified time interval and disables the event scheduling actions on that time range.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/field#isblock"},"isReadonly":{"name":"isReadonly","description":"

The isReadonly field is mapped from the dataSource and is used to prevent the CRUD actions on specific events.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/field#isreadonly"},"location":{"name":"location","description":"

It maps the location field from the dataSource and the location field value will be displayed over\nevents, while given it for an event object.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#location"},"recurrenceException":{"name":"recurrenceException","description":"

It maps the recurrenceException field from dataSource and is used to hold the exception dates\nwhich needs to be excluded from recurring type.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#recurrenceexception"},"recurrenceID":{"name":"recurrenceID","description":"

It maps the recurrenceID field from dataSource and usually holds the ID value of the parent\nrecurrence event. It is applicable only for the edited occurrence events.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#recurrenceid"},"recurrenceRule":{"name":"recurrenceRule","description":"

It maps the recurrenceRule field from dataSource and is used to uniquely identify whether the\nevent belongs to a recurring event type or normal ones.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#recurrencerule"},"startTime":{"name":"startTime","description":"

The startTime field defines the start time of an event and it is mandatory to provide it for any of the valid event objects.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#starttime"},"startTimezone":{"name":"startTimezone","description":"

It maps the startTimezone field from the dataSource and usually accepts the valid IANA timezone names.\nIt is assumed that the value provided for this field is taken into consideration while processing\nthe startTime field. When this field is not mapped with any timezone names,\nthen the events will be processed based on the timezone assigned to the Schedule.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#starttimezone"},"subject":{"name":"subject","description":"

The subject field is optional, and usually assigns the subject text to each of the events.

\n","type":"FieldOptionsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/field#subject"}},"HeaderRows":{"option":{"name":"option","description":"

It defines the header row type, which accepts either of the following values.

\n
    \n
  • Year
  • \n
  • Month
  • \n
  • Week
  • \n
  • Date
  • \n
  • Hour
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRows#option"},"template":{"name":"template","description":"

Template option to customize the individual header rows. It accepts either the string or HTMLElement as template design\ncontent and parse it appropriately before displaying it onto the header cells. The field that\ncan be accessed via this template is date.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRows#template"}},"QuickInfoTemplates":{"content":{"name":"content","description":"

Template option to customize the content area of the quick popup.\n@default null

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/quickInfoTemplates#content"},"footer":{"name":"footer","description":"

Template option to customize the footer section of quick popup.\n@default null

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/quickInfoTemplates#footer"},"header":{"name":"header","description":"

Template option to customize the header section of quick popup.\n@default null

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/quickInfoTemplates#header"},"templateType":{"name":"templateType","description":"

Template option to customize the header section of quick popup.\n@default 'Both'

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/quickInfoTemplates#templatetype"}},"TimeScale":{"enable":{"name":"enable","description":"

When set to true, allows the schedule to display the appointments accurately against the exact time duration.\nIf set to false, all the appointments of a day will be displayed one below the other.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/timeScale#enable"},"interval":{"name":"interval","description":"

Defines the time duration on which the time axis to be displayed either in 1 hour or 30 minutes interval and so on.\nIt accepts the values in minutes.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timeScale#interval"},"majorSlotTemplate":{"name":"majorSlotTemplate","description":"

The template option to be applied for major time slot. Here, the\ntemplate accepts either the string or HTMLElement as template design and then the parsed design is displayed\nonto the time cells. The time details can be accessed within this template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timeScale#majorslottemplate"},"minorSlotTemplate":{"name":"minorSlotTemplate","description":"

The template option to be applied for minor time slot. Here, the\ntemplate accepts either the string or HTMLElement as template design and then the parsed design is displayed\nonto the time cells. The time details can be accessed within this template.\n@default null

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timeScale#minorslottemplate"},"slotCount":{"name":"slotCount","description":"

Decides the number of slot count to be split for the specified time interval duration.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timeScale#slotcount"}},"Views":{"allowVirtualScrolling":{"name":"allowVirtualScrolling","description":"

It is used to allow or disallow the virtual scrolling functionality on Agenda View. This is applicable only on Agenda view.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/views#allowvirtualscrolling"},"cellHeaderTemplate":{"name":"cellHeaderTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the\nmonth date cells.\nThis template is only applicable for month view day cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#cellheadertemplate"},"cellTemplate":{"name":"cellTemplate","description":"

The template option which is used to render the customized work cells on the Schedule. Here, the\ntemplate accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the work cells.\nThe field accessible via template is date. It gets applied only to the view objects on which it is defined.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#celltemplate"},"dateFormat":{"name":"dateFormat","description":"

By default, Schedule follows the date-format as per the default culture assigned to it. It is also possible to manually set\nspecific date format by using the dateFormat property. The format of the date range label in the header bar depends on\nthe dateFormat value or else based on the locale assigned to the Schedule.\nIt gets applied only to the view objects on which it is defined.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#dateformat"},"dateHeaderTemplate":{"name":"dateHeaderTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto the\ndate header cells. The field that can be accessed via this template is date.\nIt gets applied only to the view objects on which it is defined.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#dateheadertemplate"},"displayName":{"name":"displayName","description":"

When the same view is customized with different intervals, this property allows the user to set different display name\nfor those views.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#displayname"},"endHour":{"name":"endHour","description":"

It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#endhour"},"eventTemplate":{"name":"eventTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto\nthe event background. All the event fields mapped to Schedule from dataSource can be accessed within this template code.\nIt is similar to that of the template option available within the eventSettings property,\nwhereas it will get applied only on the events of the view to which it is currently being defined.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#eventtemplate"},"firstDayOfWeek":{"name":"firstDayOfWeek","description":"

This option allows the user to set the first day of a week on Schedule. It should be based on the locale set to it and each culture\ndefines its own first day of week values. If needed, the user can set it manually on his own by defining the value through\nthis property. It usually accepts the integer values, whereby 0 is always denoted as Sunday, 1 as Monday and so on.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/views#firstdayofweek"},"group":{"name":"group","description":"

Allows to set different resource grouping options on all available schedule view modes.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/views#group"},"headerRows":{"name":"headerRows","description":"

Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row\non the timeline view of the scheduler.

\n","type":"HeaderRowsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/views#headerrows"},"interval":{"name":"interval","description":"

It accepts the number value denoting to include the number of days, weeks, workweeks or months on the defined view type.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/views#interval"},"isSelected":{"name":"isSelected","description":"

To denote whether the view name given on the option is active or not.\nIt acts similar to the currentView property and defines the active view of Schedule.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/views#isselected"},"option":{"name":"option","description":"

It accepts the schedule view name, based on which we can define with its related properties in a single object.\nThe applicable view names are,

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
  • TimelineYear
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#option"},"orientation":{"name":"orientation","description":"

It is used to specify the year view rendering orientation on the schedule.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#orientation"},"readonly":{"name":"readonly","description":"

When set to true, displays a quick popup with cell or event details on single clicking over the cells or on events.\nBy default, it is set to true. It gets applied only to the view objects on which it is defined.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/views#readonly"},"resourceHeaderTemplate":{"name":"resourceHeaderTemplate","description":"

The template option which is used to render the customized header cells on the schedule. Here, the\ntemplate accepts either the string or HTMLElement as template design and then the parsed design is displayed onto the header cells.\nAll the resource fields mapped within resources can be accessed within this template code.\nIt gets applied only to the view objects on which it is defined.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#resourceheadertemplate"},"showWeekNumber":{"name":"showWeekNumber","description":"

When set to true, displays the week number of the current view date range.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/views#showweeknumber"},"showWeekend":{"name":"showWeekend","description":"

When set to false, it hides the weekend days of a week from the Schedule.\nThe days which are not defined in the working days collection are usually treated as weekend days.\nNote: By default, this option is not applicable on Work Week view.\nFor example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as the\nweekend days and will be hidden on all the views.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/views#showweekend"},"startHour":{"name":"startHour","description":"

It is used to specify the starting hour, from which the Schedule starts to display.\nIt accepts the time string in a short skeleton format and also, hides the time beyond the specified start time.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/views#starthour"},"timeScale":{"name":"timeScale","description":"

Allows to set different timescale configuration on each applicable view modes such as day, week and work week.

\n","type":"TimeScaleModel","link":"//ej2.syncfusion.com/documentation/api/schedule/views#timescale"},"workDays":{"name":"workDays","description":"

It is used to set the working days on schedule. The only days that are defined in this collection will be rendered on the\nworkWeek view whereas on other views, it will display all the usual days and simply highlights the working days with different\nshade.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/schedule/views#workdays"}},"WorkHours":{"end":{"name":"end","description":"

It accepts the time string in short skeleton format Hm and usually denotes the end of the working hour range.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/workHours#end"},"highlight":{"name":"highlight","description":"

When set to true, highlights the cells of working hour range with an active color.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/workHours#highlight"},"start":{"name":"start","description":"

It accepts the time string in short skeleton format Hm and usually denotes the start of the working hour range.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/workHours#start"}},"EventTooltip":{"close":{"name":"close","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventTooltip#close"}},"EventWindow":{"dialogObject":{"name":"dialogObject","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#dialogobject"},"convertToEventData":{"name":"convertToEventData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#converttoeventdata"},"dialogClose":{"name":"dialogClose","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#dialogclose"},"editOccurrenceValidation":{"name":"editOccurrenceValidation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#editoccurrencevalidation"},"eventSave":{"name":"eventSave","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#eventsave"},"getEventDataFromEditor":{"name":"getEventDataFromEditor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#geteventdatafromeditor"},"getObjectFromFormData":{"name":"getObjectFromFormData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#getobjectfromformdata"},"getRecurrenceEditorInstance":{"name":"getRecurrenceEditorInstance","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#getrecurrenceeditorinstance"},"openEditor":{"name":"openEditor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#openeditor"},"refresh":{"name":"refresh","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#refresh"},"refreshDateTimePicker":{"name":"refreshDateTimePicker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#refreshdatetimepicker"},"refreshRecurrenceEditor":{"name":"refreshRecurrenceEditor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#refreshrecurrenceeditor"},"setDefaultValueToObject":{"name":"setDefaultValueToObject","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#setdefaultvaluetoobject"},"setDialogContent":{"name":"setDialogContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#setdialogcontent"},"setRecurrenceEditor":{"name":"setRecurrenceEditor","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/eventWindow#setrecurrenceeditor"}},"FieldValidator":{"formObj":{"name":"formObj","description":"","type":"FormValidator","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldValidator#formobj"},"destroyToolTip":{"name":"destroyToolTip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldValidator#destroytooltip"},"renderFormValidator":{"name":"renderFormValidator","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/fieldValidator#renderformvalidator"}},"QuickPopups":{"morePopup":{"name":"morePopup","description":"","type":"Popup","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#morepopup"},"quickDialog":{"name":"quickDialog","description":"","type":"Dialog","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#quickdialog"},"quickPopup":{"name":"quickPopup","description":"","type":"Popup","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#quickpopup"},"deleteClick":{"name":"deleteClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#deleteclick"},"destroy":{"name":"destroy","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#destroy"},"moreEventClick":{"name":"moreEventClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#moreeventclick"},"onClosePopup":{"name":"onClosePopup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#onclosepopup"},"openDeleteAlert":{"name":"openDeleteAlert","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#opendeletealert"},"openRecurrenceAlert":{"name":"openRecurrenceAlert","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#openrecurrencealert"},"openRecurrenceValidationAlert":{"name":"openRecurrenceValidationAlert","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#openrecurrencevalidationalert"},"openValidationError":{"name":"openValidationError","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#openvalidationerror"},"quickPopupHide":{"name":"quickPopupHide","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#quickpopuphide"},"refreshQuickDialog":{"name":"refreshQuickDialog","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#refreshquickdialog"},"tapHoldEventPopup":{"name":"tapHoldEventPopup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/quickPopups#tapholdeventpopup"}},"Agenda":{"agendaBase":{"name":"agendaBase","description":"","type":"AgendaBase","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#agendabase"},"agendaDates":{"name":"agendaDates","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#agendadates"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#collevels"},"dataSource":{"name":"dataSource","description":"","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#viewindex"},"virtualScrollTop":{"name":"virtualScrollTop","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#virtualscrolltop"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#createcolgroup"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#createtablelayout"},"dayNavigationClick":{"name":"dayNavigationClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#daynavigationclick"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getcontentrows"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getlabeltext"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getscrollxindent"},"getStartDateFromEndDate":{"name":"getStartDateFromEndDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getstartdatefromenddate"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#isworkhour"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#rendercontent"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#scrollheaderlabels"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#setcolwidth"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#startdate"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/agenda#wireexpandcollapseiconevents"}},"Day":{"baseCssClass":{"name":"baseCssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/day#basecssclass"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/day#collevels"},"currentTimeIndicatorTimer":{"name":"currentTimeIndicatorTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/day#currenttimeindicatortimer"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/day#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/day#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/day#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/day#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/day#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#addeventlistener"},"changeCurrentTimePosition":{"name":"changeCurrentTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#changecurrenttimeposition"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#collapserows"},"createAllDayRow":{"name":"createAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createalldayrow"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createtablelayout"},"createTd":{"name":"createTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#createtd"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getcontentrows"},"getContentTdClass":{"name":"getContentTdClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getcontenttdclass"},"getCurrentTimeIndicatorIndex":{"name":"getCurrentTimeIndicatorIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getcurrenttimeindicatorindex"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getscrollxindent"},"getScrollableElement":{"name":"getScrollableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getscrollableelement"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#getstarthour"},"getTimeSlotRows":{"name":"getTimeSlotRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#gettimeslotrows"},"getTopFromDateTime":{"name":"getTopFromDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#gettopfromdatetime"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#isworkhour"},"removeCurrentTimeIndicatorElements":{"name":"removeCurrentTimeIndicatorElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#removecurrenttimeindicatorelements"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#rendercontentarea"},"renderContentTable":{"name":"renderContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#rendercontenttable"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderdatesheader"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderevents"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#scrollleftpanel"},"scrollToHour":{"name":"scrollToHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#scrolltohour"},"scrollToWorkHour":{"name":"scrollToWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#scrolltoworkhour"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#startdate"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/day#wireexpandcollapseiconevents"}},"HeaderRenderer":{"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#element"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#addeventlistener"},"getCalendarView":{"name":"getCalendarView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#getcalendarview"},"getHeaderElement":{"name":"getHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#getheaderelement"},"getPopUpRelativeElement":{"name":"getPopUpRelativeElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#getpopuprelativeelement"},"previousNextIconHandler":{"name":"previousNextIconHandler","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#previousnexticonhandler"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#removeeventlistener"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#renderheader"},"setCalendarDate":{"name":"setCalendarDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#setcalendardate"},"setCalendarMinMaxDate":{"name":"setCalendarMinMaxDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#setcalendarminmaxdate"},"setCalendarView":{"name":"setCalendarView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#setcalendarview"},"setDayOfWeek":{"name":"setDayOfWeek","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#setdayofweek"},"updateActiveView":{"name":"updateActiveView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#updateactiveview"},"updateDateRange":{"name":"updateDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#updatedaterange"},"updateHeaderItems":{"name":"updateHeaderItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#updateheaderitems"},"updateItems":{"name":"updateItems","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/headerRenderer#updateitems"}},"Month":{"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/month#collevels"},"dayNameFormat":{"name":"dayNameFormat","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/month#daynameformat"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/month#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/month#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/month#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/month#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/month#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getcontentrows"},"getContentSlots":{"name":"getContentSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getcontentslots"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getdatesheaderelement"},"getDayNameFormat":{"name":"getDayNameFormat","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getdaynameformat"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getmobiledateelement"},"getMonthEnd":{"name":"getMonthEnd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getmonthend"},"getMonthStart":{"name":"getMonthStart","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getmonthstart"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#isworkhour"},"onCellClick":{"name":"onCellClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#oncellclick"},"onContentScroll":{"name":"onContentScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#oncontentscroll"},"onDataReady":{"name":"onDataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#ondataready"},"onScrollUIUpdate":{"name":"onScrollUIUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#onscrolluiupdate"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#removeeventlistener"},"renderAppointmentContainer":{"name":"renderAppointmentContainer","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderappointmentcontainer"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#rendercontentarea"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderdatesheader"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderlayout"},"renderLeftIndent":{"name":"renderLeftIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderleftindent"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#scrollleftpanel"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#startdate"},"unwireEvents":{"name":"unwireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#unwireevents"},"updateClassList":{"name":"updateClassList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#updateclasslist"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/month#wireexpandcollapseiconevents"}},"MonthAgenda":{"agendaBase":{"name":"agendaBase","description":"","type":"AgendaBase","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#agendabase"},"agendaDates":{"name":"agendaDates","description":"","type":"Object","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#agendadates"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#collevels"},"dayNameFormat":{"name":"dayNameFormat","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#daynameformat"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getcontentrows"},"getContentSlots":{"name":"getContentSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getcontentslots"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getdatesheaderelement"},"getDayNameFormat":{"name":"getDayNameFormat","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getdaynameformat"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getmobiledateelement"},"getMonthEnd":{"name":"getMonthEnd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getmonthend"},"getMonthStart":{"name":"getMonthStart","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getmonthstart"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#isworkhour"},"onCellClick":{"name":"onCellClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#oncellclick"},"onContentScroll":{"name":"onContentScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#oncontentscroll"},"onDataReady":{"name":"onDataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#ondataready"},"onScrollUIUpdate":{"name":"onScrollUIUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#onscrolluiupdate"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#removeeventlistener"},"renderAppointmentContainer":{"name":"renderAppointmentContainer","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderappointmentcontainer"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#rendercontentarea"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderdatesheader"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderlayout"},"renderLeftIndent":{"name":"renderLeftIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderleftindent"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#scrollleftpanel"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#startdate"},"unwireEvents":{"name":"unwireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#unwireevents"},"updateClassList":{"name":"updateClassList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#updateclasslist"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/monthAgenda#wireexpandcollapseiconevents"}},"Render":{"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/render#parent"},"refreshDataManager":{"name":"refreshDataManager","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/render#refreshdatamanager"},"render":{"name":"render","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/render#render"},"updateLabelText":{"name":"updateLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/render#updatelabeltext"}},"TimelineHeaderRow":{"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineHeaderRow#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineHeaderRow#renderdates"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineHeaderRow#generatecolumnlevels"}},"TimelineMonth":{"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#collevels"},"dayNameFormat":{"name":"dayNameFormat","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#daynameformat"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getcontentrows"},"getContentSlots":{"name":"getContentSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getcontentslots"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getdatesheaderelement"},"getDayNameFormat":{"name":"getDayNameFormat","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getdaynameformat"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getmobiledateelement"},"getMonthEnd":{"name":"getMonthEnd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getmonthend"},"getMonthStart":{"name":"getMonthStart","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getmonthstart"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#isworkhour"},"onCellClick":{"name":"onCellClick","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#oncellclick"},"onContentScroll":{"name":"onContentScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#oncontentscroll"},"onDataReady":{"name":"onDataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#ondataready"},"onScrollUIUpdate":{"name":"onScrollUIUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#onscrolluiupdate"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#removeeventlistener"},"renderAppointmentContainer":{"name":"renderAppointmentContainer","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderappointmentcontainer"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#rendercontentarea"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderdatesheader"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderlayout"},"renderLeftIndent":{"name":"renderLeftIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderleftindent"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#scrollleftpanel"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#startdate"},"unwireEvents":{"name":"unwireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#unwireevents"},"updateClassList":{"name":"updateClassList","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#updateclasslist"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineMonth#wireexpandcollapseiconevents"}},"TimelineViews":{"baseCssClass":{"name":"baseCssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#basecssclass"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#collevels"},"currentTimeIndicatorTimer":{"name":"currentTimeIndicatorTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#currenttimeindicatortimer"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#addeventlistener"},"changeCurrentTimePosition":{"name":"changeCurrentTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#changecurrenttimeposition"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#collapserows"},"createAllDayRow":{"name":"createAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createalldayrow"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createtablelayout"},"createTd":{"name":"createTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#createtd"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getcontentrows"},"getContentTdClass":{"name":"getContentTdClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getcontenttdclass"},"getCurrentTimeIndicatorIndex":{"name":"getCurrentTimeIndicatorIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getcurrenttimeindicatorindex"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getscrollxindent"},"getScrollableElement":{"name":"getScrollableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getscrollableelement"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#getstarthour"},"getTimeSlotRows":{"name":"getTimeSlotRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#gettimeslotrows"},"getTopFromDateTime":{"name":"getTopFromDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#gettopfromdatetime"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#isworkhour"},"removeCurrentTimeIndicatorElements":{"name":"removeCurrentTimeIndicatorElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#removecurrenttimeindicatorelements"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#rendercontentarea"},"renderContentTable":{"name":"renderContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#rendercontenttable"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderdatesheader"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderevents"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#scrollleftpanel"},"scrollToHour":{"name":"scrollToHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#scrolltohour"},"scrollToWorkHour":{"name":"scrollToWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#scrolltoworkhour"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#startdate"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineViews#wireexpandcollapseiconevents"}},"TimelineYear":{"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#collevels"},"columnCount":{"name":"columnCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#columncount"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#renderdates"},"rowCount":{"name":"rowCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#rowcount"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#createcolgroup"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#createeventtable"},"createTableColGroup":{"name":"createTableColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#createtablecolgroup"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getcontentrows"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getlabeltext"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getmobiledateelement"},"getMonthDates":{"name":"getMonthDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getmonthdates"},"getMonthName":{"name":"getMonthName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getmonthname"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getrenderdates"},"getRowColumnCount":{"name":"getRowColumnCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getrowcolumncount"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#isworkhour"},"onContentScroll":{"name":"onContentScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#oncontentscroll"},"onDataReady":{"name":"onDataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#ondataready"},"onScrollUiUpdate":{"name":"onScrollUiUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#onscrolluiupdate"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#removeeventlistener"},"renderCalendarContent":{"name":"renderCalendarContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#rendercalendarcontent"},"renderCalendarHeader":{"name":"renderCalendarHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#rendercalendarheader"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#rendercontent"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#scrollheaderlabels"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#setcolwidth"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#startdate"},"wireEvents":{"name":"wireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#wireevents"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timelineYear#wireexpandcollapseiconevents"}},"VerticalView":{"baseCssClass":{"name":"baseCssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#basecssclass"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#collevels"},"currentTimeIndicatorTimer":{"name":"currentTimeIndicatorTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#currenttimeindicatortimer"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#addeventlistener"},"changeCurrentTimePosition":{"name":"changeCurrentTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#changecurrenttimeposition"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#collapserows"},"createAllDayRow":{"name":"createAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createalldayrow"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createtablelayout"},"createTd":{"name":"createTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#createtd"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getcontentrows"},"getContentTdClass":{"name":"getContentTdClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getcontenttdclass"},"getCurrentTimeIndicatorIndex":{"name":"getCurrentTimeIndicatorIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getcurrenttimeindicatorindex"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getscrollxindent"},"getScrollableElement":{"name":"getScrollableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getscrollableelement"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#getstarthour"},"getTimeSlotRows":{"name":"getTimeSlotRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#gettimeslotrows"},"getTopFromDateTime":{"name":"getTopFromDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#gettopfromdatetime"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#isworkhour"},"removeCurrentTimeIndicatorElements":{"name":"removeCurrentTimeIndicatorElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#removecurrenttimeindicatorelements"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#rendercontentarea"},"renderContentTable":{"name":"renderContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#rendercontenttable"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderdatesheader"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderevents"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#scrollleftpanel"},"scrollToHour":{"name":"scrollToHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#scrolltohour"},"scrollToWorkHour":{"name":"scrollToWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#scrolltoworkhour"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#startdate"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/verticalView#wireexpandcollapseiconevents"}},"ViewBase":{"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#collevels"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#element"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#renderdates"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#addautoheightclass"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#createcolgroup"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getcontentrows"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getdatesheaderelement"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getlabeltext"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#isworkhour"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#scrollheaderlabels"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#setcolwidth"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#startdate"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/viewBase#wireexpandcollapseiconevents"}},"Week":{"baseCssClass":{"name":"baseCssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/week#basecssclass"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/week#collevels"},"currentTimeIndicatorTimer":{"name":"currentTimeIndicatorTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/week#currenttimeindicatortimer"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/week#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/week#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/week#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/week#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/week#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#addeventlistener"},"changeCurrentTimePosition":{"name":"changeCurrentTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#changecurrenttimeposition"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#collapserows"},"createAllDayRow":{"name":"createAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createalldayrow"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createtablelayout"},"createTd":{"name":"createTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#createtd"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getcontentrows"},"getContentTdClass":{"name":"getContentTdClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getcontenttdclass"},"getCurrentTimeIndicatorIndex":{"name":"getCurrentTimeIndicatorIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getcurrenttimeindicatorindex"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getscrollxindent"},"getScrollableElement":{"name":"getScrollableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getscrollableelement"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#getstarthour"},"getTimeSlotRows":{"name":"getTimeSlotRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#gettimeslotrows"},"getTopFromDateTime":{"name":"getTopFromDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#gettopfromdatetime"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#isworkhour"},"removeCurrentTimeIndicatorElements":{"name":"removeCurrentTimeIndicatorElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#removecurrenttimeindicatorelements"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#rendercontentarea"},"renderContentTable":{"name":"renderContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#rendercontenttable"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderdatesheader"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderevents"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#scrollleftpanel"},"scrollToHour":{"name":"scrollToHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#scrolltohour"},"scrollToWorkHour":{"name":"scrollToWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#scrolltoworkhour"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#startdate"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/week#wireexpandcollapseiconevents"}},"WorkWeek":{"baseCssClass":{"name":"baseCssClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#basecssclass"},"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#collevels"},"currentTimeIndicatorTimer":{"name":"currentTimeIndicatorTimer","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#currenttimeindicatortimer"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderdates"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#addeventlistener"},"changeCurrentTimePosition":{"name":"changeCurrentTimePosition","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#changecurrenttimeposition"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#collapserows"},"createAllDayRow":{"name":"createAllDayRow","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createalldayrow"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createcolgroup"},"createContentTd":{"name":"createContentTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createcontenttd"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createeventtable"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createtablelayout"},"createTd":{"name":"createTd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#createtd"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getcontentrows"},"getContentTdClass":{"name":"getContentTdClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getcontenttdclass"},"getCurrentTimeIndicatorIndex":{"name":"getCurrentTimeIndicatorIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getcurrenttimeindicatorindex"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getlabeltext"},"getLeftPanelElement":{"name":"getLeftPanelElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getleftpanelelement"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getmobiledateelement"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getrenderdates"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getscrollxindent"},"getScrollableElement":{"name":"getScrollableElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getscrollableelement"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#getstarthour"},"getTimeSlotRows":{"name":"getTimeSlotRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#gettimeslotrows"},"getTopFromDateTime":{"name":"getTopFromDateTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#gettopfromdatetime"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#isworkhour"},"removeCurrentTimeIndicatorElements":{"name":"removeCurrentTimeIndicatorElements","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#removecurrenttimeindicatorelements"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#removeeventlistener"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#rendercontent"},"renderContentArea":{"name":"renderContentArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#rendercontentarea"},"renderContentTable":{"name":"renderContentTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#rendercontenttable"},"renderDatesHeader":{"name":"renderDatesHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderdatesheader"},"renderEvents":{"name":"renderEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderevents"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#scrollheaderlabels"},"scrollLeftPanel":{"name":"scrollLeftPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#scrollleftpanel"},"scrollToHour":{"name":"scrollToHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#scrolltohour"},"scrollToWorkHour":{"name":"scrollToWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#scrolltoworkhour"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#setcolwidth"},"setContentHeight":{"name":"setContentHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#setcontentheight"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#startdate"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/workWeek#wireexpandcollapseiconevents"}},"Year":{"colLevels":{"name":"colLevels","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/schedule/year#collevels"},"columnCount":{"name":"columnCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/year#columncount"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/schedule/year#element"},"isInverseTableSelect":{"name":"isInverseTableSelect","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/year#isinversetableselect"},"parent":{"name":"parent","description":"","type":"Schedule","link":"//ej2.syncfusion.com/documentation/api/schedule/year#parent"},"renderDates":{"name":"renderDates","description":"","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/schedule/year#renderdates"},"rowCount":{"name":"rowCount","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/year#rowcount"},"viewClass":{"name":"viewClass","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/year#viewclass"},"viewIndex":{"name":"viewIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/year#viewindex"},"addAttributes":{"name":"addAttributes","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#addattributes"},"addAutoHeightClass":{"name":"addAutoHeightClass","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#addautoheightclass"},"addEventListener":{"name":"addEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#addeventlistener"},"collapseRows":{"name":"collapseRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#collapserows"},"createColGroup":{"name":"createColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#createcolgroup"},"createEventTable":{"name":"createEventTable","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#createeventtable"},"createTableColGroup":{"name":"createTableColGroup","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#createtablecolgroup"},"createTableLayout":{"name":"createTableLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#createtablelayout"},"endDate":{"name":"endDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#enddate"},"formatDateRange":{"name":"formatDateRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#formatdaterange"},"generateColumnLevels":{"name":"generateColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#generatecolumnlevels"},"getColumnLevels":{"name":"getColumnLevels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getcolumnlevels"},"getContentAreaElement":{"name":"getContentAreaElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getcontentareaelement"},"getContentRows":{"name":"getContentRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getcontentrows"},"getDateRangeText":{"name":"getDateRangeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getdaterangetext"},"getDateSlots":{"name":"getDateSlots","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getdateslots"},"getDatesHeaderElement":{"name":"getDatesHeaderElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getdatesheaderelement"},"getEndDateFromStartDate":{"name":"getEndDateFromStartDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getenddatefromstartdate"},"getEndHour":{"name":"getEndHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getendhour"},"getEventRows":{"name":"getEventRows","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#geteventrows"},"getHeaderBarHeight":{"name":"getHeaderBarHeight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getheaderbarheight"},"getLabelText":{"name":"getLabelText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getlabeltext"},"getMobileDateElement":{"name":"getMobileDateElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getmobiledateelement"},"getMonthDates":{"name":"getMonthDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getmonthdates"},"getMonthName":{"name":"getMonthName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getmonthname"},"getNextPreviousDate":{"name":"getNextPreviousDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getnextpreviousdate"},"getPanel":{"name":"getPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getpanel"},"getRenderDates":{"name":"getRenderDates","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getrenderdates"},"getRowColumnCount":{"name":"getRowColumnCount","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getrowcolumncount"},"getScrollXIndent":{"name":"getScrollXIndent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getscrollxindent"},"getStartHour":{"name":"getStartHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#getstarthour"},"highlightCurrentTime":{"name":"highlightCurrentTime","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#highlightcurrenttime"},"isCurrentDate":{"name":"isCurrentDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#iscurrentdate"},"isCurrentMonth":{"name":"isCurrentMonth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#iscurrentmonth"},"isTimelineView":{"name":"isTimelineView","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#istimelineview"},"isWorkDay":{"name":"isWorkDay","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#isworkday"},"isWorkHour":{"name":"isWorkHour","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#isworkhour"},"onContentScroll":{"name":"onContentScroll","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#oncontentscroll"},"onDataReady":{"name":"onDataReady","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#ondataready"},"onScrollUiUpdate":{"name":"onScrollUiUpdate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#onscrolluiupdate"},"removeEventListener":{"name":"removeEventListener","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#removeeventlistener"},"renderCalendarContent":{"name":"renderCalendarContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#rendercalendarcontent"},"renderCalendarHeader":{"name":"renderCalendarHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#rendercalendarheader"},"renderContent":{"name":"renderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#rendercontent"},"renderHeader":{"name":"renderHeader","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#renderheader"},"renderLayout":{"name":"renderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#renderlayout"},"renderPanel":{"name":"renderPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#renderpanel"},"renderResourceMobileLayout":{"name":"renderResourceMobileLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#renderresourcemobilelayout"},"resetColWidth":{"name":"resetColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#resetcolwidth"},"scrollHeaderLabels":{"name":"scrollHeaderLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#scrollheaderlabels"},"scrollTopPanel":{"name":"scrollTopPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#scrolltoppanel"},"serverRenderLayout":{"name":"serverRenderLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#serverrenderlayout"},"setColWidth":{"name":"setColWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#setcolwidth"},"setPanel":{"name":"setPanel","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#setpanel"},"setResourceHeaderContent":{"name":"setResourceHeaderContent","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#setresourceheadercontent"},"startDate":{"name":"startDate","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#startdate"},"wireEvents":{"name":"wireEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#wireevents"},"wireExpandCollapseIconEvents":{"name":"wireExpandCollapseIconEvents","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/year#wireexpandcollapseiconevents"}},"Timezone":{"add":{"name":"add","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#add"},"convert":{"name":"convert","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#convert"},"getLocalTimezoneName":{"name":"getLocalTimezoneName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#getlocaltimezonename"},"offset":{"name":"offset","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#offset"},"remove":{"name":"remove","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#remove"},"removeLocalOffset":{"name":"removeLocalOffset","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/timezone#removelocaloffset"}},"PdfDocumentLinkAnnotation":{},"PdfTextWebLink":{"beginPageLayout":{"name":"beginPageLayout","description":"","type":"Function","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTextWebLink#beginpagelayout"},"endPageLayout":{"name":"endPageLayout","description":"","type":"Function","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTextWebLink#endpagelayout"},"onBeginPageLayout":{"name":"onBeginPageLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTextWebLink#onbeginpagelayout"},"onEndPageLayout":{"name":"onEndPageLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTextWebLink#onendpagelayout"}},"PdfAutomaticField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfAutomaticField#performdrawhelper"}},"PdfCompositeField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"

Return the actual value generated from the list of automatic fields.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfCompositeField#performdrawhelper"}},"PdfMultipleValueField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfMultipleValueField#performdrawhelper"}},"PdfPageCountField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"

Return the actual value of the content to drawn.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageCountField#performdrawhelper"}},"PdfPageNumberField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"

Return the string value of page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPageNumberField#performdrawhelper"}},"PdfSingleValueField":{"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#draw"},"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#drawhelper"},"getPageFromGraphics":{"name":"getPageFromGraphics","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#getpagefromgraphics"},"getValue":{"name":"getValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#getvalue"},"performDraw":{"name":"performDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#performdraw"},"performDrawHelper":{"name":"performDrawHelper","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSingleValueField#performdrawhelper"}},"PdfDocument":{"destroy":{"name":"destroy","description":"

disposes the current instance of PdfDocument class.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfDocument#destroy"},"save":{"name":"save","description":"

Saves the document to the specified filename.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfDocument#save"}},"PdfCollection":{},"PdfDestination":{},"PdfSolidBrush":{},"PdfLayoutFormat":{},"PdfLayoutParams":{},"PdfLayoutResult":{},"PdfGraphicsElement":{"drawHelper":{"name":"drawHelper","description":"

Draws the page number field.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphicsElement#drawhelper"}},"PdfTextLayoutResult":{},"TextPageLayoutResult":{},"StandardWidthTable":{},"WidthTable":{},"PdfStandardFont":{"getLineWidth":{"name":"getLineWidth","description":"

Returns width of the line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfStandardFont#getlinewidth"}},"PdfStringFormat":{},"PdfTrueTypeFont":{"createFontInternal":{"name":"createFontInternal","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTrueTypeFont#createfontinternal"},"getCharWidth":{"name":"getCharWidth","description":"

Returns width of the char.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTrueTypeFont#getcharwidth"},"getLineWidth":{"name":"getLineWidth","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTrueTypeFont#getlinewidth"},"setSymbols":{"name":"setSymbols","description":"

Stores used symbols.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfTrueTypeFont#setsymbols"}},"RtlCharacters":{"rtlCharacterTypes":{"name":"rtlCharacterTypes","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/rtlCharacters#rtlcharactertypes"},"getVisualOrder":{"name":"getVisualOrder","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/rtlCharacters#getvisualorder"}},"ArabicShape":{},"ArabicShapeRenderer":{"shape":{"name":"shape","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/arabicShapeRenderer#shape"}},"LineInfo":{},"PdfStringLayoutResult":{},"PdfStringLayouter":{},"TtfOS2Table":{"fsSelection":{"name":"fsSelection","description":"

Information concerning the nature of the font patterns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#fsselection"},"fsType":{"name":"fsType","description":"

Indicates font embedding licensing rights for the font.\nEmbeddable fonts may be stored in a document.\nWhen a document with embedded fonts is opened on a system that does not have the font installed\n(the remote system), the embedded font may be loaded for temporary (and in some cases, permanent)\nuse on that system by an embedding-aware application.\nEmbedding licensing rights are granted by the vendor of the font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#fstype"},"panose":{"name":"panose","description":"

This 10 byte series of numbers are used to describe the visual characteristics\nof a given typeface. These characteristics are then used to associate the font with\nother fonts of similar appearance having different names. The variables for each digit are listed below.\nThe specifications for each variable can be obtained in the specification\nPANOSE v2.0 Numerical Evaluation from Microsoft Corporation.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#panose"},"sCapHeight":{"name":"sCapHeight","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#scapheight"},"sFamilyClass":{"name":"sFamilyClass","description":"

This parameter is a classification of font-family design.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#sfamilyclass"},"sTypoAscender":{"name":"sTypoAscender","description":"

The typographic ascender for this font.\nRemember that this is not the same as the Ascender value in the 'h h e a' table,\nwhich Apple defines in a far different manner.\nDEF_TABLE_OFFSET good source for usTypoAscender is the Ascender value from an A F M file.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#stypoascender"},"sTypoDescender":{"name":"sTypoDescender","description":"

The typographic descender for this font.\nRemember that this is not the same as the Descender value in the 'h h e a' table,\nwhich Apple defines in a far different manner.\nDEF_TABLE_OFFSET good source for usTypoDescender is the Descender value from an A F M file.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#stypodescender"},"sTypoLineGap":{"name":"sTypoLineGap","description":"

The typographic line gap for this font.\nRemember that this is not the same as the LineGap value in the 'h h e a' table,\nwhich Apple defines in a far different manner.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#stypolinegap"},"sxHeight":{"name":"sxHeight","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#sxheight"},"ulCodePageRange1":{"name":"ulCodePageRange1","description":"

This field is used to specify the code pages encompassed\nby the font file in the 'cmap' subtable for platform 3, encoding ID 1 (Microsoft platform).\nIf the font file is encoding ID 0, then the Symbol Character Set bit should be set.\nIf the bit is set (1) then the code page is considered functional.\nIf the bit is clear (0) then the code page is not considered functional.\nEach of the bits is treated as an independent flag and the bits can be set in any combination.\nThe determination of "functional" is left up to the font designer,\nalthough character set selection should attempt to be functional by code pages if at all possible.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulcodepagerange1"},"ulCodePageRange2":{"name":"ulCodePageRange2","description":"

This field is used to specify the code pages encompassed\nby the font file in the 'cmap' subtable for platform 3, encoding ID 1 (Microsoft platform).\nIf the font file is encoding ID 0, then the Symbol Character Set bit should be set.\nIf the bit is set (1) then the code page is considered functional.\nIf the bit is clear (0) then the code page is not considered functional.\nEach of the bits is treated as an independent flag and the bits can be set in any combination.\nThe determination of "functional" is left up to the font designer,\nalthough character set selection should attempt to be functional by code pages if at all possible.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulcodepagerange2"},"ulUnicodeRange1":{"name":"ulUnicodeRange1","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulunicoderange1"},"ulUnicodeRange2":{"name":"ulUnicodeRange2","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulunicoderange2"},"ulUnicodeRange3":{"name":"ulUnicodeRange3","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulunicoderange3"},"ulUnicodeRange4":{"name":"ulUnicodeRange4","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ulunicoderange4"},"usBreakChar":{"name":"usBreakChar","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#usbreakchar"},"usDefaultChar":{"name":"usDefaultChar","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#usdefaultchar"},"usFirstCharIndex":{"name":"usFirstCharIndex","description":"

The minimum Unicode index (character code) in this font,\naccording to the cmap subtable for platform ID 3 and encoding ID 0 or 1.\nFor most fonts supporting Win-ANSI or other character sets, this value would be 0x0020.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#usfirstcharindex"},"usLastCharIndex":{"name":"usLastCharIndex","description":"

usLastCharIndex: The maximum Unicode index (character code) in this font,\naccording to the cmap subtable for platform ID 3 and encoding ID 0 or 1.\nThis value depends on which character sets the font supports.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#uslastcharindex"},"usMaxContext":{"name":"usMaxContext","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#usmaxcontext"},"usWeightClass":{"name":"usWeightClass","description":"

Indicates the visual weight (degree of blackness or thickness of strokes)\nof the characters in the font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#usweightclass"},"usWidthClass":{"name":"usWidthClass","description":"

Indicates a relative change from the normal aspect ratio (width to height ratio)\nas specified by a font designer for the glyphs in a font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#uswidthclass"},"usWinAscent":{"name":"usWinAscent","description":"

The ascender metric for Windows.\nThis too is distinct from Apple's Ascender value and from the usTypoAscender values.\nusWinAscent is computed as the yMax for all characters in the Windows ANSI character set.\nusTypoAscent is used to compute the Windows font height and default line spacing.\nFor platform 3 encoding 0 fonts, it is the same as yMax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#uswinascent"},"usWinDescent":{"name":"usWinDescent","description":"

The descender metric for Windows.\nThis too is distinct from Apple's Descender value and from the usTypoDescender values.\nusWinDescent is computed as the -yMin for all characters in the Windows ANSI character set.\nusTypoAscent is used to compute the Windows font height and default line spacing.\nFor platform 3 encoding 0 fonts, it is the same as -yMin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#uswindescent"},"vendorIdentifier":{"name":"vendorIdentifier","description":"

The four character identifier for the vendor of the given type face.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#vendoridentifier"},"version":{"name":"version","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#version"},"xAvgCharWidth":{"name":"xAvgCharWidth","description":"

The Average Character Width parameter specifies\nthe arithmetic average of the escapement (width)\nof all of the 26 lowercase letters a through z of the Latin alphabet\nand the space character. If any of the 26 lowercase letters are not present,\nthis parameter should equal the weighted average of all glyphs in the font.\nFor non - U G L (platform 3, encoding 0) fonts, use the unweighted average.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#xavgcharwidth"},"yStrikeoutPosition":{"name":"yStrikeoutPosition","description":"

The position of the strikeout stroke relative to the baseline in font design units.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ystrikeoutposition"},"yStrikeoutSize":{"name":"yStrikeoutSize","description":"

Width of the strikeout stroke in font design units.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ystrikeoutsize"},"ySubscriptXOffset":{"name":"ySubscriptXOffset","description":"

The recommended horizontal offset in font design units for subscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysubscriptxoffset"},"ySubscriptXSize":{"name":"ySubscriptXSize","description":"

The recommended horizontal size in font design units for subscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysubscriptxsize"},"ySubscriptYOffset":{"name":"ySubscriptYOffset","description":"

The recommended vertical offset in font design units from the baseline for subscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysubscriptyoffset"},"ySubscriptYSize":{"name":"ySubscriptYSize","description":"

The recommended vertical size in font design units for subscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysubscriptysize"},"ySuperscriptXOffset":{"name":"ySuperscriptXOffset","description":"

The recommended horizontal offset in font design units for superscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysuperscriptxoffset"},"ySuperscriptXSize":{"name":"ySuperscriptXSize","description":"

The recommended horizontal size in font design units for superscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysuperscriptxsize"},"ySuperscriptYOffset":{"name":"ySuperscriptYOffset","description":"

The recommended vertical offset in font design units from the baseline for superscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysuperscriptyoffset"},"ySuperscriptYSize":{"name":"ySuperscriptYSize","description":"

The recommended vertical size in font design units for superscripts for this font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfOS2Table#ysuperscriptysize"}},"TtfAppleCmapSubTable":{"format":{"name":"format","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfAppleCmapSubTable#format"},"length":{"name":"length","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfAppleCmapSubTable#length"},"version":{"name":"version","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfAppleCmapSubTable#version"}},"TtfCmapSubTable":{"encodingID":{"name":"encodingID","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfCmapSubTable#encodingid"},"offset":{"name":"offset","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfCmapSubTable#offset"},"platformID":{"name":"platformID","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfCmapSubTable#platformid"}},"TtfCmapTable":{"tablesCount":{"name":"tablesCount","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfCmapTable#tablescount"},"version":{"name":"version","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfCmapTable#version"}},"TtfGlyphHeader":{"numberOfContours":{"name":"numberOfContours","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphHeader#numberofcontours"},"xMax":{"name":"xMax","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphHeader#xmax"},"xMin":{"name":"xMin","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphHeader#xmin"},"yMax":{"name":"yMax","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphHeader#ymax"},"yMin":{"name":"yMin","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphHeader#ymin"}},"TtfGlyphInfo":{"charCode":{"name":"charCode","description":"

Code of the char symbol.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphInfo#charcode"},"index":{"name":"index","description":"

Holds glyph index.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphInfo#index"},"width":{"name":"width","description":"

Holds character's width.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphInfo#width"},"compareTo":{"name":"compareTo","description":"

Compares two WidthDescriptor objects.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfGlyphInfo#compareto"}},"TtfHeadTable":{"checkSumAdjustment":{"name":"checkSumAdjustment","description":"

CheckSumAdjustment: To compute: set it to 0, sum the entire font as U Long,\nthen store 0x B 1 B 0 A F B A - sum.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#checksumadjustment"},"created":{"name":"created","description":"

Created: International date (8-byte field).

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#created"},"flags":{"name":"flags","description":"

Bit 0 - baseline for font at y=0\nBit 1 - left SideBearing at x=0\nBit 2 - instructions may depend on point size\nBit 3 - force p p e m to integer values for all private scaler math; may use fractional p p e m sizes if this bit is clean\nBit 4 - instructions may alter advance width (the advance widths might not scale linearly)\nNote: All other bits must be zero.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#flags"},"fontDirectionHint":{"name":"fontDirectionHint","description":"

FontDirectionHint:\n0 Fully mixed directional glyphs\n1 Only strongly left to right\n2 Like 1 but also contains neutrals\n-1 Only strongly right to left\n-2 Like -1 but also contains neutrals.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#fontdirectionhint"},"fontRevision":{"name":"fontRevision","description":"

FontRevision: Set by font manufacturer.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#fontrevision"},"glyphDataFormat":{"name":"glyphDataFormat","description":"

0 for current format.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#glyphdataformat"},"indexToLocalFormat":{"name":"indexToLocalFormat","description":"

0 for short offsets, 1 for long.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#indextolocalformat"},"lowestReadableSize":{"name":"lowestReadableSize","description":"

lowestReadableSize: Smallest readable size in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#lowestreadablesize"},"macStyle":{"name":"macStyle","description":"

Regular: 0\nBold: 1\nItalic: 2\nBold Italic: 3\nBit 0 - bold (if set to 1)\nBit 1 - italic (if set to 1)\nBits 2-15 - reserved (set to 0)\nNOTE:\nNote that macStyle bits must agree with the 'OS/2' table fsSelection bits.\nThe fsSelection bits are used over the macStyle bits in Microsoft Windows.\nThe PANOSE values and 'post' table values are ignored for determining bold or italic fonts.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#macstyle"},"magicNumber":{"name":"magicNumber","description":"

MagicNumber: Set to 0x5F0F3CF5.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#magicnumber"},"modified":{"name":"modified","description":"

Modified: International date (8-byte field).

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#modified"},"unitsPerEm":{"name":"unitsPerEm","description":"

Valid range is from 16 to 16384.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#unitsperem"},"version":{"name":"version","description":"

Table version number: 0x00010000 for version 1.0.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#version"},"xMax":{"name":"xMax","description":"

Maximum x for all glyph bounding boxes.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#xmax"},"xMin":{"name":"xMin","description":"

Minimum x for all glyph bounding boxes.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#xmin"},"yMax":{"name":"yMax","description":"

Maximum y for all glyph bounding boxes.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#ymax"},"yMin":{"name":"yMin","description":"

Minimum y for all glyph bounding boxes.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHeadTable#ymin"}},"TtfHorizontalHeaderTable":{"advanceWidthMax":{"name":"advanceWidthMax","description":"

Maximum advance width value in HTML table.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#advancewidthmax"},"ascender":{"name":"ascender","description":"

Typographic ascent.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#ascender"},"caretSlopeRise":{"name":"caretSlopeRise","description":"

Used to calculate the slope of the cursor (rise/run); 1 for vertical.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#caretsloperise"},"caretSlopeRun":{"name":"caretSlopeRun","description":"

0 for vertical.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#caretsloperun"},"descender":{"name":"descender","description":"

Typographic descent.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#descender"},"lineGap":{"name":"lineGap","description":"

Typographic line gap. Negative LineGap values are treated as DEF_TABLE_CHECKSUM\nin Windows 3.1, System 6, and System 7.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#linegap"},"metricDataFormat":{"name":"metricDataFormat","description":"

0 for current format.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#metricdataformat"},"minLeftSideBearing":{"name":"minLeftSideBearing","description":"

Minimum left SideBearing value in HTML table.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#minleftsidebearing"},"minRightSideBearing":{"name":"minRightSideBearing","description":"

Minimum right SideBearing value; calculated as Min(aw - lsb - (xMax - xMin)).

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#minrightsidebearing"},"numberOfHMetrics":{"name":"numberOfHMetrics","description":"

Number of hMetric entries in HTML table;\nmay be smaller than the total number of glyphs in the font.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#numberofhmetrics"},"version":{"name":"version","description":"

Version of the horizontal header table.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#version"},"xMaxExtent":{"name":"xMaxExtent","description":"

Max(lsb + (xMax - xMin)).

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfHorizontalHeaderTable#xmaxextent"}},"TtfLocaTable":{"offsets":{"name":"offsets","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfLocaTable#offsets"}},"TtfLongHorMetric":{"advanceWidth":{"name":"advanceWidth","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfLongHorMetric#advancewidth"},"lsb":{"name":"lsb","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfLongHorMetric#lsb"}},"TtfMetrics":{"capHeight":{"name":"capHeight","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#capheight"},"contains":{"name":"contains","description":"

Gets or sets contains C F F.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#contains"},"fontBox":{"name":"fontBox","description":"

Gets or sets description font item.

\n","type":"Rectangle","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#fontbox"},"fontFamily":{"name":"fontFamily","description":"

Gets or sets font family name.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#fontfamily"},"isFixedPitch":{"name":"isFixedPitch","description":"

Gets or sets description font item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#isfixedpitch"},"isSymbol":{"name":"isSymbol","description":"

Gets or sets value indicating if Symbol font is used.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#issymbol"},"italicAngle":{"name":"italicAngle","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#italicangle"},"leading":{"name":"leading","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#leading"},"lineGap":{"name":"lineGap","description":"

Typographic line gap.\nNegative LineGap values are treated as DEF_TABLE_CHECKSUM.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#linegap"},"macAscent":{"name":"macAscent","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#macascent"},"macDescent":{"name":"macDescent","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#macdescent"},"macStyle":{"name":"macStyle","description":"

Regular: 0\nBold: 1\nItalic: 2\nBold Italic: 3\nBit 0- bold (if set to 1)\nBit 1- italic (if set to 1)\nBits 2-15- reserved (set to 0).\nNOTE:\nNote that macStyle bits must agree with the 'OS/2' table fsSelection bits.\nThe fsSelection bits are used over the macStyle bits in Microsoft Windows.\nThe PANOSE values and 'post' table values are ignored for determining bold or italic fonts.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#macstyle"},"postScriptName":{"name":"postScriptName","description":"

Gets or sets post-script font name.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#postscriptname"},"stemV":{"name":"stemV","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#stemv"},"subScriptSizeFactor":{"name":"subScriptSizeFactor","description":"

Subscript size factor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#subscriptsizefactor"},"superscriptSizeFactor":{"name":"superscriptSizeFactor","description":"

Superscript size factor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#superscriptsizefactor"},"widthTable":{"name":"widthTable","description":"

Gets or sets widths table for the font.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#widthtable"},"winAscent":{"name":"winAscent","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#winascent"},"winDescent":{"name":"winDescent","description":"

Gets or sets description font item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMetrics#windescent"}},"TtfMicrosoftCmapSubTable":{"endCount":{"name":"endCount","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#endcount"},"entrySelector":{"name":"entrySelector","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#entryselector"},"format":{"name":"format","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#format"},"glyphID":{"name":"glyphID","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#glyphid"},"idDelta":{"name":"idDelta","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#iddelta"},"idRangeOffset":{"name":"idRangeOffset","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#idrangeoffset"},"length":{"name":"length","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#length"},"rangeShift":{"name":"rangeShift","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#rangeshift"},"reservedPad":{"name":"reservedPad","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#reservedpad"},"searchRange":{"name":"searchRange","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#searchrange"},"segCountX2":{"name":"segCountX2","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#segcountx2"},"startCount":{"name":"startCount","description":"

Structure field.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#startcount"},"version":{"name":"version","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfMicrosoftCmapSubTable#version"}},"TtfNameRecord":{"encodingID":{"name":"encodingID","description":"

The EncodingID.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#encodingid"},"languageID":{"name":"languageID","description":"

The LanguageID

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#languageid"},"length":{"name":"length","description":"

The Length.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#length"},"name":{"name":"name","description":"

The Name.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#name"},"nameID":{"name":"nameID","description":"

The NameID.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#nameid"},"offset":{"name":"offset","description":"

The Offset.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#offset"},"platformID":{"name":"platformID","description":"

The PlatformID.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameRecord#platformid"}},"TtfNameTable":{"formatSelector":{"name":"formatSelector","description":"

Local variable to store Format Selector.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameTable#formatselector"},"nameRecords":{"name":"nameRecords","description":"

Local variable to store Name Records.

\n","type":"TtfNameRecord[]","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameTable#namerecords"},"offset":{"name":"offset","description":"

Local variable to store Offset.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameTable#offset"},"recordsCount":{"name":"recordsCount","description":"

Local variable to store Records Count.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfNameTable#recordscount"}},"TtfPostTable":{"formatType":{"name":"formatType","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#formattype"},"isFixedPitch":{"name":"isFixedPitch","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#isfixedpitch"},"italicAngle":{"name":"italicAngle","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#italicangle"},"maxType1":{"name":"maxType1","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#maxtype1"},"maxType42":{"name":"maxType42","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#maxtype42"},"minType1":{"name":"minType1","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#mintype1"},"minType42":{"name":"minType42","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#mintype42"},"underlinePosition":{"name":"underlinePosition","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#underlineposition"},"underlineThickness":{"name":"underlineThickness","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfPostTable#underlinethickness"}},"TtfReader":{"bIsLocaShort":{"name":"bIsLocaShort","description":"

Indicates whether loca table is short.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#bislocashort"},"metrics":{"name":"metrics","description":"","type":"TtfMetrics","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#metrics"},"tableDirectory":{"name":"tableDirectory","description":"","type":"Dictionary","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#tabledirectory"},"convertString":{"name":"convertString","description":"

Reconverts string to be in proper format saved into PDF file.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#convertstring"},"getAllGlyphs":{"name":"getAllGlyphs","description":"

Gets all glyphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#getallglyphs"},"getCharWidth":{"name":"getCharWidth","description":"

Gets char width.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#getcharwidth"},"getGlyph":{"name":"getGlyph","description":"

Gets glyph's info by char code.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#getglyph"},"getGlyphChars":{"name":"getGlyphChars","description":"

Gets hash table with chars indexed by glyph index.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#getglyphchars"},"setOffset":{"name":"setOffset","description":"

Sets position value of font data.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfReader#setoffset"}},"TtfTableInfo":{"checksum":{"name":"checksum","description":"

table checksum;

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTableInfo#checksum"},"length":{"name":"length","description":"

length of the table.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTableInfo#length"},"offset":{"name":"offset","description":"

offset from beginning of true type font file.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTableInfo#offset"}},"TtfTrimmedCmapSubTable":{"entryCount":{"name":"entryCount","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTrimmedCmapSubTable#entrycount"},"firstCode":{"name":"firstCode","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTrimmedCmapSubTable#firstcode"},"format":{"name":"format","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTrimmedCmapSubTable#format"},"length":{"name":"length","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTrimmedCmapSubTable#length"},"version":{"name":"version","description":"

Structure field.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/ttfTrimmedCmapSubTable#version"}},"UnicodeTrueTypeFont":{"metrics":{"name":"metrics","description":"

Font metrics.

\n","type":"PdfFontMetrics","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#metrics"},"cmapBeginSave":{"name":"cmapBeginSave","description":"

Runs before font Dictionary will be saved.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#cmapbeginsave"},"createInternals":{"name":"createInternals","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#createinternals"},"descendantFontBeginSave":{"name":"descendantFontBeginSave","description":"

Runs before font Dictionary will be saved.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#descendantfontbeginsave"},"fontDictionaryBeginSave":{"name":"fontDictionaryBeginSave","description":"

Runs before font Dictionary will be saved.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#fontdictionarybeginsave"},"fontProgramBeginSave":{"name":"fontProgramBeginSave","description":"

Runs before font program stream save.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#fontprogrambeginsave"},"getCharWidth":{"name":"getCharWidth","description":"

Returns width of the char symbol.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#getcharwidth"},"getDescendantWidth":{"name":"getDescendantWidth","description":"

Gets width description pad array for c i d font.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#getdescendantwidth"},"getInternals":{"name":"getInternals","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#getinternals"},"getLineWidth":{"name":"getLineWidth","description":"

Returns width of the text line.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#getlinewidth"},"setSymbols":{"name":"setSymbols","description":"

Stores used symbols.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/unicodeTrueTypeFont#setsymbols"}},"PdfBitmap":{},"PdfColor":{},"PdfGraphics":{"drawImage":{"name":"drawImage","description":"

Draws the specified image, using its original physical size, at the location specified by a coordinate pair.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#drawimage"},"drawLine":{"name":"drawLine","description":"

Draws a line connecting the two points specified by the coordinate pairs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#drawline"},"drawRectangle":{"name":"drawRectangle","description":"

Draws a rectangle specified by a pen, a coordinate pair, a width, and a height.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#drawrectangle"},"drawString":{"name":"drawString","description":"

Draws the specified text at the specified location and size with string format.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#drawstring"},"rotateTransform":{"name":"rotateTransform","description":"

Applies the specified rotation to the transformation matrix of this Graphics.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#rotatetransform"},"save":{"name":"save","description":"

Saves the current state of this Graphics and identifies the saved state with a GraphicsState.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#save"},"scaleTransform":{"name":"scaleTransform","description":"

Applies the specified scaling operation to the transformation matrix of this Graphics by prepending it to the object's transformation matrix.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#scaletransform"},"translateTransform":{"name":"translateTransform","description":"

Used to translate the transformation.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGraphics#translatetransform"}},"PdfGraphicsState":{},"PdfMargins":{},"PdfPen":{},"Matrix":{},"PdfTransformationMatrix":{},"BigEndianWriter":{"int16Size":{"name":"int16Size","description":"

Size of Int16 type.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#int16size"},"int32Size":{"name":"int32Size","description":"

Size of Int32 type.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#int32size"},"int64Size":{"name":"int64Size","description":"

Size of long type.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#int64size"},"writeBytes":{"name":"writeBytes","description":"

Writes byte[] value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#writebytes"},"writeInt":{"name":"writeInt","description":"

Writes int value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#writeint"},"writeShort":{"name":"writeShort","description":"

Writes short value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#writeshort"},"writeString":{"name":"writeString","description":"

Writes string value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#writestring"},"writeUInt":{"name":"writeUInt","description":"

Writes u int value.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/bigEndianWriter#writeuint"}},"RegisteredObject":{},"ObjectInfo":{},"PageAddedEventArgs":{},"PdfPage":{"getClientSize":{"name":"getClientSize","description":"

Get the page size reduced by page margins and page template dimensions.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfPage#getclientsize"}},"PdfPageLayerCollection":{},"PdfPageSettings":{},"PdfPageSize":{},"PdfPageTemplateElement":{},"PageSettingsState":{},"PdfSection":{"setPageSettings":{"name":"setPageSettings","description":"

Sets the page setting of the current section.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSection#setpagesettings"}},"PdfSectionTemplate":{"getBottom":{"name":"getBottom","description":"

Returns bottom template.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSectionTemplate#getbottom"},"getLeft":{"name":"getLeft","description":"

Returns left template.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSectionTemplate#getleft"},"getRight":{"name":"getRight","description":"

Returns right template.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSectionTemplate#getright"},"getTop":{"name":"getTop","description":"

Returns top template.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfSectionTemplate#gettop"}},"SaveAnnotationEventHandler":{},"SaveDescendantFontEventHandler":{},"SaveFontDictionaryEventHandler":{},"SaveSectionCollectionEventHandler":{},"SaveSectionEventHandler":{},"SaveCmapEventHandler":{},"SaveFontProgramEventHandler":{},"PdfString":{"pdfEncode":{"name":"pdfEncode","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfString#pdfencode"},"byteToString":{"name":"byteToString","description":"

Converts byte data to string.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfString#bytetostring"},"toUnicodeArray":{"name":"toUnicodeArray","description":"

Converts string to array of unicode symbols.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfString#tounicodearray"}},"BeginPageLayoutEventArgs":{},"EndPageLayoutEventArgs":{},"GridCellEventArgs":{},"PdfCancelEventArgs":{},"PdfGridBeginCellDrawEventArgs":{},"PdfGridBeginPageLayoutEventArgs":{},"PdfGridEndCellDrawEventArgs":{},"PdfGridEndPageLayoutEventArgs":{},"PdfGridLayoutFormat":{},"PdfGridLayouter":{"tempWidth":{"name":"tempWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridLayouter#tempwidth"},"Layouter":{"name":"Layouter","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridLayouter#layouter"}},"RowLayoutResult":{},"PdfGrid":{"beginPageLayout":{"name":"beginPageLayout","description":"","type":"Function","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#beginpagelayout"},"endPageLayout":{"name":"endPageLayout","description":"","type":"Function","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#endpagelayout"},"hasColumnSpan":{"name":"hasColumnSpan","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#hascolumnspan"},"isGridSplit":{"name":"isGridSplit","description":"

Check the child grid is ' split or not'

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#isgridsplit"},"isSingleGrid":{"name":"isSingleGrid","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#issinglegrid"},"splitChildRowIndex":{"name":"splitChildRowIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#splitchildrowindex"},"tempWidth":{"name":"tempWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#tempwidth"},"checkSpan":{"name":"checkSpan","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#checkspan"},"onBeginCellDraw":{"name":"onBeginCellDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#onbegincelldraw"},"onBeginPageLayout":{"name":"onBeginPageLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#onbeginpagelayout"},"onEndCellDraw":{"name":"onEndCellDraw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#onendcelldraw"},"onEndPageLayout":{"name":"onEndPageLayout","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#onendpagelayout"},"setSpan":{"name":"setSpan","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGrid#setspan"}},"PdfGridCell":{"hasColSpan":{"name":"hasColSpan","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridCell#hascolspan"},"hasRowSpan":{"name":"hasRowSpan","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridCell#hasrowspan"}},"PdfGridColumn":{},"PdfGridRow":{"isPageBreakRowSpanApplied":{"name":"isPageBreakRowSpanApplied","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#ispagebreakrowspanapplied"},"isRowBreaksNextPage":{"name":"isRowBreaksNextPage","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#isrowbreaksnextpage"},"isRowSpanRowHeightSet":{"name":"isRowSpanRowHeightSet","description":"

Check whether the Row span row height is set explicitly.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#isrowspanrowheightset"},"maximumRowSpan":{"name":"maximumRowSpan","description":"

The Maximum span of the row.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#maximumrowspan"},"noOfPageCount":{"name":"noOfPageCount","description":"

The page count of the row.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#noofpagecount"},"repeatFlag":{"name":"repeatFlag","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#repeatflag"},"repeatRowNumber":{"name":"repeatRowNumber","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#repeatrownumber"},"rowBreakHeightValue":{"name":"rowBreakHeightValue","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#rowbreakheightvalue"},"rowFontSplit":{"name":"rowFontSplit","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRow#rowfontsplit"}},"PdfBorders":{},"PdfPaddings":{},"PdfGridCellStyle":{},"PdfGridRowStyle":{"setBackgroundBrush":{"name":"setBackgroundBrush","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRowStyle#setbackgroundbrush"},"setBorder":{"name":"setBorder","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRowStyle#setborder"},"setFont":{"name":"setFont","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRowStyle#setfont"},"setTextBrush":{"name":"setTextBrush","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRowStyle#settextbrush"},"setTextPen":{"name":"setTextPen","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/implementation/pdfGridRowStyle#settextpen"}},"PdfGridStyle":{},"PdfGridStyleBase":{},"DocumentEditorContainer":{"beforePaneSwitch":{"name":"beforePaneSwitch","description":"

Trigger before switching panes in DocumentEditor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#beforepaneswitch"},"contentChange":{"name":"contentChange","description":"

Triggers whenever the content changes in the document editor container.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#contentchange"},"created":{"name":"created","description":"

Triggers when the component is created

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#created"},"customContextMenuBeforeOpen":{"name":"customContextMenuBeforeOpen","description":"

Triggers before opening the custom context-menu option.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#customcontextmenubeforeopen"},"customContextMenuSelect":{"name":"customContextMenuSelect","description":"

Triggers while selecting the custom context-menu option.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#customcontextmenuselect"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#destroyed"},"documentChange":{"name":"documentChange","description":"

Triggers whenever document changes in the document editor container.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#documentchange"},"selectionChange":{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor container.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#selectionchange"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#allowserverdatabinding"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#element"},"enableCsp":{"name":"enableCsp","description":"

Enable rendering with strict Content Security policy.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enablecsp"},"enableLocalPaste":{"name":"enableLocalPaste","description":"

Enable local paste

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enablelocalpaste"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enablertl"},"enableSpellCheck":{"name":"enableSpellCheck","description":"

Enable or disable spell checker in document editor container.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enablespellcheck"},"enableToolbar":{"name":"enableToolbar","description":"

Enable or disable toolbar in document editor container.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#enabletoolbar"},"headers":{"name":"headers","description":"

Add custom headers to XMLHttpRequest.

\n","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#headers"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#locale"},"restrictEditing":{"name":"restrictEditing","description":"

Restrict editing operation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#restrictediting"},"serverActionSettings":{"name":"serverActionSettings","description":"

Defines the settings of the DocumentEditorContainer service.

\n","type":"ContainerServerActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#serveractionsettings"},"serviceUrl":{"name":"serviceUrl","description":"

Sfdt service URL.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#serviceurl"},"showPropertiesPane":{"name":"showPropertiesPane","description":"

Show or hide properties pane.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#showpropertiespane"},"zIndex":{"name":"zIndex","description":"

Specifies the z-order for rendering that determines whether the dialog is displayed in front or behind of another component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#zindex"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#databind"},"destroy":{"name":"destroy","description":"

Destroys all managed resources used by this object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#destroy"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#serverdatabind"},"setDefaultCharacterFormat":{"name":"setDefaultCharacterFormat","description":"

Set the default character format for document editor container

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#setdefaultcharacterformat"},"setDefaultParagraphFormat":{"name":"setDefaultParagraphFormat","description":"

Set the default paragraph format for document editor container

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#setdefaultparagraphformat"},"setDefaultSectionFormat":{"name":"setDefaultSectionFormat","description":"

Set the default section format for document editor container

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#setdefaultsectionformat"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor-container/#inject"}},"ContainerServerActionSettings":{"import":{"name":"import","description":"

Specifies the load action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/containerServerActionSettings#import"},"restrictEditing":{"name":"restrictEditing","description":"

Specifies the restrict editing encryption/decryption action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/containerServerActionSettings#restrictediting"},"spellCheck":{"name":"spellCheck","description":"

Specifies the spell check action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/containerServerActionSettings#spellcheck"},"systemClipboard":{"name":"systemClipboard","description":"

Specifies the system clipboard action of Document Editor.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/containerServerActionSettings#systemclipboard"}},"DocumentEditor":{"beforePaneSwitch":{"name":"beforePaneSwitch","description":"

Triggers before opening comment pane.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#beforepaneswitch"},"commentBegin":{"name":"commentBegin","description":"

Triggers after inserting comment.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#commentbegin"},"commentEnd":{"name":"commentEnd","description":"

Triggers after posting comment.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#commentend"},"contentChange":{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},"created":{"name":"created","description":"

Triggers when the component is created

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#created"},"customContextMenuBeforeOpen":{"name":"customContextMenuBeforeOpen","description":"

Triggers before opening the custom context-menu option.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#customcontextmenubeforeopen"},"customContextMenuSelect":{"name":"customContextMenuSelect","description":"

Triggers while selecting the custom context-menu option.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#customcontextmenuselect"},"destroyed":{"name":"destroyed","description":"

Triggers when the component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#destroyed"},"documentChange":{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},"keyDown":{"name":"keyDown","description":"

Triggers whenever key is pressed in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#keydown"},"requestNavigate":{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},"searchResultsChange":{"name":"searchResultsChange","description":"

Triggers whenever search results changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#searchresultschange"},"selectionChange":{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},"viewChange":{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},"zoomFactorChange":{"name":"zoomFactorChange","description":"

Triggers whenever zoom factor changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactorchange"},"acceptTab":{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#allowserverdatabinding"},"currentUser":{"name":"currentUser","description":"

Current User

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#currentuser"},"defaultPasteOption":{"name":"defaultPasteOption","description":"

Default Paste Formatting Options

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#defaultpasteoption"},"documentName":{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/document-editor/#element"},"enableBookmarkDialog":{"name":"enableBookmarkDialog","description":"

Gets or sets a value indicating whether bookmark dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablebookmarkdialog"},"enableBordersAndShadingDialog":{"name":"enableBordersAndShadingDialog","description":"

Gets or sets a value indicating whether borders and shading dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablebordersandshadingdialog"},"enableContextMenu":{"name":"enableContextMenu","description":"

Gets or sets a value indicating whether context menu is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablecontextmenu"},"enableCursorOnReadOnly":{"name":"enableCursorOnReadOnly","description":"

Gets or sets a value indicating whether to enable cursor in document editor on read only state or not. The default value is false.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablecursoronreadonly"},"enableEditor":{"name":"enableEditor","description":"

Gets or sets a value indicating whether editor needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableeditor"},"enableEditorHistory":{"name":"enableEditorHistory","description":"

Gets or sets a value indicating whether editor history needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableeditorhistory"},"enableFontDialog":{"name":"enableFontDialog","description":"

Gets or sets a value indicating whether font dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablefontdialog"},"enableHyperlinkDialog":{"name":"enableHyperlinkDialog","description":"

Gets or sets a value indicating whether hyperlink dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablehyperlinkdialog"},"enableImageResizer":{"name":"enableImageResizer","description":"

Gets or sets a value indicating whether image resizer is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableimageresizer"},"enableListDialog":{"name":"enableListDialog","description":"

Gets or sets a value indicating whether list dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelistdialog"},"enableLocalPaste":{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},"enableOptionsPane":{"name":"enableOptionsPane","description":"

Gets or sets a value indicating whether options pane is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableoptionspane"},"enablePageSetupDialog":{"name":"enablePageSetupDialog","description":"

Gets or sets a value indicating whether margin dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablepagesetupdialog"},"enableParagraphDialog":{"name":"enableParagraphDialog","description":"

Gets or sets a value indicating whether paragraph dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableparagraphdialog"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablepersistence"},"enablePrint":{"name":"enablePrint","description":"

Gets or sets a value indicating whether print needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableprint"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablertl"},"enableSearch":{"name":"enableSearch","description":"

Gets or sets a value indicating whether search module is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablesearch"},"enableSelection":{"name":"enableSelection","description":"

Gets or sets a value indicating whether selection needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableselection"},"enableSfdtExport":{"name":"enableSfdtExport","description":"

Gets or sets a value indicating whether Sfdt export needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablesfdtexport"},"enableSpellCheck":{"name":"enableSpellCheck","description":"

Gets or sets a value indicating whether editor need to be spell checked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablespellcheck"},"enableStyleDialog":{"name":"enableStyleDialog","description":"

Gets or sets a value indicating whether font dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablestyledialog"},"enableTableDialog":{"name":"enableTableDialog","description":"

Gets or sets a value indicating whether table dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enabletabledialog"},"enableTableOfContentsDialog":{"name":"enableTableOfContentsDialog","description":"

Gets or sets a value indicating whether table of contents dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enabletableofcontentsdialog"},"enableTableOptionsDialog":{"name":"enableTableOptionsDialog","description":"

Gets or sets a value indicating whether table options dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enabletableoptionsdialog"},"enableTablePropertiesDialog":{"name":"enableTablePropertiesDialog","description":"

Gets or sets a value indicating whether table properties dialog is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enabletablepropertiesdialog"},"enableTextExport":{"name":"enableTextExport","description":"

Gets or sets a value indicating whether text export needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enabletextexport"},"enableWordExport":{"name":"enableWordExport","description":"

Gets or sets a value indicating whether word export needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablewordexport"},"headers":{"name":"headers","description":"

Add custom headers to XMLHttpRequest.

\n","type":"any[]","link":"//ej2.syncfusion.com/documentation/api/document-editor/#headers"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isdestroyed"},"isReadOnly":{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#locale"},"pageGap":{"name":"pageGap","description":"

Gets or sets the page gap value in document editor

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pagegap"},"pageOutline":{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},"serverActionSettings":{"name":"serverActionSettings","description":"

Defines the settings of the DocumentEditor services

\n","type":"ServerActionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/document-editor/#serveractionsettings"},"serviceUrl":{"name":"serviceUrl","description":"

Sfdt Service URL

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#serviceurl"},"showComments":{"name":"showComments","description":"

Show comment in the document.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showcomments"},"useCtrlClickToFollowHyperlink":{"name":"useCtrlClickToFollowHyperlink","description":"

Gets or Sets a value indicating whether holding Ctrl key is required to follow hyperlink on click. The default value is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#usectrlclicktofollowhyperlink"},"userColor":{"name":"userColor","description":"

User Selection Highlight Color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#usercolor"},"zIndex":{"name":"zIndex","description":"

Specifies the z-order for rendering that determines whether the dialog is displayed in front or behind of another component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zindex"},"zoomFactor":{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#databind"},"destroy":{"name":"destroy","description":"

Destroys all managed resources used by this object.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#destroy"},"enableAllModules":{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},"fitPage":{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},"focusIn":{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},"getBookmarks":{"name":"getBookmarks","description":"

Gets the bookmarks.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getbookmarks"},"getStyleNames":{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},"getStyles":{"name":"getStyles","description":"

Gets the style objects on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstyles"},"open":{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},"openBlank":{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},"print":{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#removeeventlistener"},"resize":{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},"save":{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},"saveAsBlob":{"name":"saveAsBlob","description":"

Saves the document as blob.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#saveasblob"},"scrollToPage":{"name":"scrollToPage","description":"

Scrolls view to start of the given page number if exists.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#scrolltopage"},"serialize":{"name":"serialize","description":"

Serialize the data to JSON string.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#serialize"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#serverdatabind"},"setDefaultCharacterFormat":{"name":"setDefaultCharacterFormat","description":"

Set the default character format for document editor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#setdefaultcharacterformat"},"setDefaultParagraphFormat":{"name":"setDefaultParagraphFormat","description":"

Set the default paragraph format for document editor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#setdefaultparagraphformat"},"setDefaultSectionFormat":{"name":"setDefaultSectionFormat","description":"

Set the default section format for document editor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#setdefaultsectionformat"},"showDialog":{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},"showOptionsPane":{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#inject"}},"BookmarkDialog":{},"BordersAndShadingDialog":{},"BulletsAndNumberingDialog":{},"CellOptionsDialog":{},"FontDialog":{},"HyperlinkDialog":{},"ListDialog":{},"PageSetupDialog":{},"ParagraphDialog":{"isStyleDialog":{"name":"isStyleDialog","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/paragraphDialog#isstyledialog"}},"SpellCheckDialog":{"owner":{"name":"owner","description":"","type":"LayoutViewer","link":"//ej2.syncfusion.com/documentation/api/document-editor/spellCheckDialog#owner"}},"StyleDialog":{},"StylesDialog":{},"TableDialog":{},"TableOfContentsDialog":{},"TableOptionsDialog":{},"TablePropertiesDialog":{},"EditorHistory":{"canRedo":{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"},"canUndo":{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},"redo":{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},"undo":{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"}},"Editor":{"base64":{"name":"base64","description":"","type":"Base64","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#base64"},"copiedContent":{"name":"copiedContent","description":"","type":"any","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#copiedcontent"},"isPaste":{"name":"isPaste","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#ispaste"},"isPasteListUpdated":{"name":"isPasteListUpdated","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#ispastelistupdated"},"isSkipHistory":{"name":"isSkipHistory","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#isskiphistory"},"applyBorders":{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},"applyBullet":{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},"applyNumbering":{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},"applyPasteOptions":{"name":"applyPasteOptions","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applypasteoptions"},"applyStyle":{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},"autoFitTable":{"name":"autoFitTable","description":"

Fits the table based on AutoFitType.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#autofittable"},"canMergeCells":{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},"clearFormatting":{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},"clearList":{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},"createStyle":{"name":"createStyle","description":"

Creates a new instance of Style.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#createstyle"},"cut":{"name":"cut","description":"

Moves the selected content in the document editor control to clipboard.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#cut"},"decreaseIndent":{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},"delete":{"name":"delete","description":"

Remove the current selected content or one character right of cursor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#delete"},"deleteAllComments":{"name":"deleteAllComments","description":"

Delete all the comments in current document

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleteallcomments"},"deleteColumn":{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},"deleteComment":{"name":"deleteComment","description":"

Delete current selected comment.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecomment"},"deleteRow":{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},"deleteTable":{"name":"deleteTable","description":"

Deletes the entire table at selection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletetable"},"enforceProtection":{"name":"enforceProtection","description":"

Enforce document protection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#enforceprotection"},"increaseIndent":{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},"insertBookmark":{"name":"insertBookmark","description":"

Insert Bookmark at current selection range

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertbookmark"},"insertColumn":{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},"insertComment":{"name":"insertComment","description":"

Insert comment

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcomment"},"insertEditingRegion":{"name":"insertEditingRegion","description":"

Insert editing region where everyone can edit.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserteditingregion"},"insertField":{"name":"insertField","description":"

Inserts the specified field at cursor position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertfield"},"insertHyperlink":{"name":"insertHyperlink","description":"

Insert Hyperlink

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserthyperlink"},"insertImage":{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},"insertPageBreak":{"name":"insertPageBreak","description":"

Insert page break at cursor position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertpagebreak"},"insertRow":{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},"insertSectionBreak":{"name":"insertSectionBreak","description":"

Insert Section break at cursor position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertsectionbreak"},"insertTable":{"name":"insertTable","description":"

Inserts a table of specified size at cursor position\nin the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttable"},"insertTableOfContents":{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},"insertText":{"name":"insertText","description":"

Inserts the specified text at cursor position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttext"},"mergeCells":{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},"paste":{"name":"paste","description":"

Pastes provided sfdt content or the data present in local clipboard if any .

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#paste"},"removeHyperlink":{"name":"removeHyperlink","description":"

Removes the hyperlink if selection is within hyperlink.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#removehyperlink"},"stopProtection":{"name":"stopProtection","description":"

Stop document protection.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#stopprotection"},"toggleBaselineAlignment":{"name":"toggleBaselineAlignment","description":"

Toggles the baseline alignment property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebaselinealignment"},"toggleBold":{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},"toggleHighlightColor":{"name":"toggleHighlightColor","description":"

Toggles the highlight color property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglehighlightcolor"},"toggleItalic":{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},"toggleStrikethrough":{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},"toggleSubscript":{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},"toggleSuperscript":{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},"toggleTextAlignment":{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},"toggleUnderline":{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"}},"ImageResizer":{},"OptionsPane":{},"SearchResults":{"clear":{"name":"clear","description":"

Clears all the instance of search result.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/searchResults#clear"},"replaceAll":{"name":"replaceAll","description":"

Replace all the instance of search result.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/searchResults#replaceall"}},"SelectionCellFormat":{},"SelectionCharacterFormat":{},"SelectionImageFormat":{"resize":{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"}},"SelectionParagraphFormat":{},"SelectionRowFormat":{},"SelectionSectionFormat":{"bidi":{"name":"bidi","description":"

private

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionSectionFormat#bidi"}},"SelectionTableFormat":{},"SpellChecker":{"clearCache":{"name":"clearCache","description":"

Method to clear cached words for spell check

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/spellChecker#clearcache"}},"SfdtExport":{"writeChart":{"name":"writeChart","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/sfdtExport#writechart"},"writeComments":{"name":"writeComments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/sfdtExport#writecomments"}},"TextExport":{},"WordExport":{},"Gradient":{"id":{"name":"id","description":"

Defines the id of gradient

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gradient#id"},"stops":{"name":"stops","description":"

Defines the stop collection of gradient

\n","type":"StopModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/gradient#stops"},"type":{"name":"type","description":"

Defines the type of gradient

\n
    \n
  • Linear - Sets the type of the gradient as Linear
  • \n
  • Radial - Sets the type of the gradient as Radial
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gradient#type"}},"LinearGradient":{"id":{"name":"id","description":"

Defines the id of gradient

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#id"},"stops":{"name":"stops","description":"

Defines the stop collection of gradient

\n","type":"StopModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#stops"},"type":{"name":"type","description":"

Defines the type of gradient

\n
    \n
  • Linear - Sets the type of the gradient as Linear
  • \n
  • Radial - Sets the type of the gradient as Radial
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#type"},"x1":{"name":"x1","description":"

Defines the x1 value of linear gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#x1"},"x2":{"name":"x2","description":"

Defines the x2 value of linear gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#x2"},"y1":{"name":"y1","description":"

Defines the y1 value of linear gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#y1"},"y2":{"name":"y2","description":"

Defines the y2 value of linear gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/linearGradient#y2"}},"RadialGradient":{"cx":{"name":"cx","description":"

Defines the cx value of radial gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#cx"},"cy":{"name":"cy","description":"

Defines the cy value of radial gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#cy"},"fx":{"name":"fx","description":"

Defines the fx value of radial gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#fx"},"fy":{"name":"fy","description":"

Defines the fy value of radial gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#fy"},"id":{"name":"id","description":"

Defines the id of gradient

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#id"},"r":{"name":"r","description":"

Defines the r value of radial gradient

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#r"},"stops":{"name":"stops","description":"

Defines the stop collection of gradient

\n","type":"StopModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#stops"},"type":{"name":"type","description":"

Defines the type of gradient

\n
    \n
  • Linear - Sets the type of the gradient as Linear
  • \n
  • Radial - Sets the type of the gradient as Radial
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/radialGradient#type"}},"Shadow":{"angle":{"name":"angle","description":"

Defines the angle of Shadow

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shadow#angle"},"color":{"name":"color","description":"

Defines the color of Shadow

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shadow#color"},"distance":{"name":"distance","description":"

Defines the distance of Shadow

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shadow#distance"},"opacity":{"name":"opacity","description":"

Defines the opacity of Shadow

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shadow#opacity"}},"ShapeStyle":{"fill":{"name":"fill","description":"

Sets the fill color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#fill"},"gradient":{"name":"gradient","description":"

Defines the gradient of a shape/path

\n","type":"GradientModel|LinearGradientModel|RadialGradientModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#gradient"},"opacity":{"name":"opacity","description":"

Sets the opacity of a shape/path

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#opacity"},"strokeColor":{"name":"strokeColor","description":"

Sets the stroke color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#strokecolor"},"strokeDashArray":{"name":"strokeDashArray","description":"

Defines the pattern of dashes and spaces to stroke the path/shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#strokedasharray"},"strokeWidth":{"name":"strokeWidth","description":"

Defines the stroke width of the path/shape

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeStyle#strokewidth"}},"Stop":{"color":{"name":"color","description":"

Sets the color to be filled over the specified region

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stop#color"},"offset":{"name":"offset","description":"

Sets the position where the previous color transition ends and a new color transition starts

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stop#offset"},"opacity":{"name":"opacity","description":"

Describes the transparency level of the region

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stop#opacity"}},"StrokeStyle":{"fill":{"name":"fill","description":"

Sets the fill color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#fill"},"gradient":{"name":"gradient","description":"

Defines the gradient of a shape/path

\n","type":"GradientModel|LinearGradientModel|RadialGradientModel","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#gradient"},"opacity":{"name":"opacity","description":"

Sets the opacity of a shape/path

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#opacity"},"strokeColor":{"name":"strokeColor","description":"

Sets the stroke color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#strokecolor"},"strokeDashArray":{"name":"strokeDashArray","description":"

Defines the pattern of dashes and spaces to stroke the path/shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#strokedasharray"},"strokeWidth":{"name":"strokeWidth","description":"

Defines the stroke width of the path/shape

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/strokeStyle#strokewidth"}},"TextStyle":{"bold":{"name":"bold","description":"

Enables/disables the bold style of text

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#bold"},"color":{"name":"color","description":"

Sets the font color of a text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#color"},"fill":{"name":"fill","description":"

Sets the fill color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#fill"},"fontFamily":{"name":"fontFamily","description":"

Sets the font type of a text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#fontfamily"},"fontSize":{"name":"fontSize","description":"

Defines the font size of a text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#fontsize"},"gradient":{"name":"gradient","description":"

Defines the gradient of a shape/path

\n","type":"GradientModel|LinearGradientModel|RadialGradientModel","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#gradient"},"italic":{"name":"italic","description":"

Enables/disables the italic style of text

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#italic"},"opacity":{"name":"opacity","description":"

Sets the opacity of a shape/path

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#opacity"},"strokeColor":{"name":"strokeColor","description":"

Sets the stroke color of a shape/path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#strokecolor"},"strokeDashArray":{"name":"strokeDashArray","description":"

Defines the pattern of dashes and spaces to stroke the path/shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#strokedasharray"},"strokeWidth":{"name":"strokeWidth","description":"

Defines the stroke width of the path/shape

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#strokewidth"},"textAlign":{"name":"textAlign","description":"

Defines how the text should be aligned within its bounds

\n
    \n
  • Left - Aligns the text at the left of the text bounds
  • \n
  • Right - Aligns the text at the right of the text bounds
  • \n
  • Center - Aligns the text at the center of the text bounds
  • \n
  • Justify - Aligns the text in a justified manner
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#textalign"},"textDecoration":{"name":"textDecoration","description":"

Defines how the text should be decorated. For example, with underline/over line

\n
    \n
  • Overline - Decorates the text with a line above the text
  • \n
  • Underline - Decorates the text with an underline
  • \n
  • LineThrough - Decorates the text by striking it with a line
  • \n
  • None - Text will not have any specific decoration
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#textdecoration"},"textOverflow":{"name":"textOverflow","description":"

Defines how to handle the text when it exceeds the given size.

\n
    \n
  • Wrap - Wraps the text to next line, when it exceeds its bounds
  • \n
  • Ellipsis - It truncates the overflown text and represents the clipping with an ellipsis
  • \n
  • Clip - It clips the overflow text
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#textoverflow"},"textWrapping":{"name":"textWrapping","description":"

Defines how the text should be wrapped, when the text size exceeds some specific bounds

\n
    \n
  • WrapWithOverflow - Wraps the text so that no word is broken
  • \n
  • Wrap - Wraps the text and breaks the word, if necessary
  • \n
  • NoWrap - Text will no be wrapped
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#textwrapping"},"whiteSpace":{"name":"whiteSpace","description":"

Defines how the white space and new line characters have to be handled

\n
    \n
  • PreserveAll - Preserves all empty spaces and empty lines
  • \n
  • CollapseSpace - Collapses the consequent spaces into one
  • \n
  • CollapseAll - Collapses all consequent empty spaces and empty lines
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textStyle#whitespace"}},"Thickness":{"bottom":{"name":"bottom","description":"

Sets the bottom value of the thickness

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/thickness#bottom"},"left":{"name":"left","description":"

Sets the left value of the thickness

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/thickness#left"},"right":{"name":"right","description":"

Sets the right value of the thickness

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/thickness#right"},"top":{"name":"top","description":"

Sets the top value of the thickness

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/thickness#top"}},"Canvas":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#bounds"},"children":{"name":"children","description":"

Gets/Sets the collection of child elements

\n","type":"DiagramElement[]","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#children"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#maxwidth"},"measureChildren":{"name":"measureChildren","description":"

Not applicable for canvas\n@private

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#measurechildren"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#offsety"},"padding":{"name":"padding","description":"

Gets/Sets the space between the container and its immediate children

\n","type":"Thickness","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#padding"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#width"},"arrange":{"name":"arrange","description":"

Arranges the child elements of the canvas

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#getabsoluteposition"},"hasChildren":{"name":"hasChildren","description":"

returns whether the container has child elements or not

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#haschildren"},"measure":{"name":"measure","description":"

Measures the minimum space that the canvas requires

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/canvas#updatebounds"}},"ColumnDefinition":{"width":{"name":"width","description":"

returns the width of node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/columnDefinition#width"}},"GridPanel":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#bounds"},"cellStyle":{"name":"cellStyle","description":"","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#cellstyle"},"children":{"name":"children","description":"

Gets/Sets the collection of child elements

\n","type":"DiagramElement[]","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#children"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#offsety"},"padding":{"name":"padding","description":"

Gets/Sets the space between the container and its immediate children

\n","type":"Thickness","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#padding"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#width"},"addObject":{"name":"addObject","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#addobject"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#getabsoluteposition"},"hasChildren":{"name":"hasChildren","description":"

returns whether the container has child elements or not

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#haschildren"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/gridPanel#updatebounds"}},"RowDefinition":{"height":{"name":"height","description":"

returns the height of node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/rowDefinition#height"}},"StackPanel":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#bounds"},"children":{"name":"children","description":"

Gets/Sets the collection of child elements

\n","type":"DiagramElement[]","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#children"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#offsety"},"orientation":{"name":"orientation","description":"

Gets/Sets the orientation of the stack panel

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#orientation"},"padding":{"name":"padding","description":"

Gets/Sets the space between the container and its immediate children

\n","type":"Thickness","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#padding"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#width"},"arrange":{"name":"arrange","description":"

Arranges the child elements of the stack panel

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#getabsoluteposition"},"hasChildren":{"name":"hasChildren","description":"

returns whether the container has child elements or not

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#haschildren"},"measure":{"name":"measure","description":"

Measures the minimum space that the panel needs

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/stackPanel#updatebounds"}},"DiagramElement":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#bounds"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#width"},"arrange":{"name":"arrange","description":"

Arranges the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures the minimum space that the element requires

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramElement#updatebounds"}},"DiagramHtmlElement":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#bounds"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#desiredsize"},"diagramId":{"name":"diagramId","description":"

Gets the diagram id for the html element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#diagramid"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#minwidth"},"nodeId":{"name":"nodeId","description":"

Gets the node id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#nodeid"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#width"},"arrange":{"name":"arrange","description":"

Arranges the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures the minimum space that the element requires

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramHtmlElement#updatebounds"}},"ImageElement":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#bounds"},"contentSize":{"name":"contentSize","description":"

Saves the actual size of the image

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#contentsize"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#id"},"imageAlign":{"name":"imageAlign","description":"

sets the alignment of the image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#imagealign"},"imageScale":{"name":"imageScale","description":"

sets scaling factor of the image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#imagescale"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#staticsize"},"stretch":{"name":"stretch","description":"

Sets how to stretch the image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#stretch"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#width"},"arrange":{"name":"arrange","description":"

Arranges the image

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures minimum space that is required to render the image

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/imageElement#updatebounds"}},"DiagramNativeElement":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#bounds"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#desiredsize"},"diagramId":{"name":"diagramId","description":"

set the diagram id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#diagramid"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#minwidth"},"nodeId":{"name":"nodeId","description":"

set the node id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#nodeid"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#rotateangle"},"scale":{"name":"scale","description":"

sets scaling factor of the Native Element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#scale"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#width"},"arrange":{"name":"arrange","description":"

Arranges the Native Element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures minimum space that is required to render the Native Element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramNativeElement#updatebounds"}},"PathElement":{"absolutePath":{"name":"absolutePath","description":"

Gets/Sets the equivalent path, that will have the origin as 0,0

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#absolutepath"},"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#bounds"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#transform"},"transformPath":{"name":"transformPath","description":"

Gets/Sets whether the path has to be transformed to fit the given x,y, width, height

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#transformpath"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#width"},"arrange":{"name":"arrange","description":"

Arranges the path element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures the minimum space that is required to render the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#updatebounds"},"updatePath":{"name":"updatePath","description":"

Translates the path to 0,0 and scales the path based on the actual size

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/pathElement#updatepath"}},"TextElement":{"actualSize":{"name":"actualSize","description":"

Gets the size that the element will be rendered

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#actualsize"},"bounds":{"name":"bounds","description":"

Gets/Sets the boundary of the element

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#bounds"},"constraints":{"name":"constraints","description":"

sets the constraints for the text element

\n","type":"AnnotationConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#constraints"},"cornerRadius":{"name":"cornerRadius","description":"

Set the corner of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#cornerradius"},"corners":{"name":"corners","description":"

Gets/Sets the corners of the rectangular bounds

\n","type":"Corners","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#corners"},"description":{"name":"description","description":"

Defines the description of the diagram element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#description"},"desiredSize":{"name":"desiredSize","description":"

Gets the minimum size that is required by the element

\n","type":"Size","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#desiredsize"},"flip":{"name":"flip","description":"

Sets/Gets the mirror image of diagram element in both horizontal and vertical directions

\n
    \n
  • FlipHorizontal - Translate the diagram element throughout its immediate parent
  • \n
  • FlipVertical - Rotate the diagram element throughout its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#flip"},"height":{"name":"height","description":"

Sets/Gets the height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets/Gets how the element has to be horizontally arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#horizontalalignment"},"id":{"name":"id","description":"

Sets the unique id of the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#id"},"isRectElement":{"name":"isRectElement","description":"

check whether the element is rect or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#isrectelement"},"isSvgRender":{"name":"isSvgRender","description":"

Gets/Set the boolean value for the element

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#issvgrender"},"maxHeight":{"name":"maxHeight","description":"

Sets/Gets the maximum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets/Gets the maximum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets/Gets the minimum height of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#minheight"},"minWidth":{"name":"minWidth","description":"

Sets/Gets the minimum width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets/Gets the x-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets/Gets the y-coordinate of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#offsety"},"parentId":{"name":"parentId","description":"

Gets the parent id for the element

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#parentid"},"parentTransform":{"name":"parentTransform","description":"

Gets the rotate angle that is set to the immediate parent of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#parenttransform"},"relativeMode":{"name":"relativeMode","description":"

Sets whether the element has to be aligned with respect to a point/with respect to its immediate parent

\n
    \n
  • Point - Diagram elements will be aligned with respect to a point
  • \n
  • Object - Diagram elements will be aligned with respect to its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#relativemode"},"rotateAngle":{"name":"rotateAngle","description":"

Sets/Gets the rotate angle of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#rotateangle"},"shadow":{"name":"shadow","description":"

Defines the appearance of the shadow of the element

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#shadow"},"staticSize":{"name":"staticSize","description":"

Defines whether the element has to be measured or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#staticsize"},"transform":{"name":"transform","description":"

Sets whether the element has to be transformed based on its parent or not

\n
    \n
  • Self - Sets the transform type as Self
  • \n
  • Parent - Sets the transform type as Parent
  • \n
\n","type":"Transform","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#transform"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets/Gets how the element has to be vertically arranged with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#verticalalignment"},"visible":{"name":"visible","description":"

Sets or gets whether the content of the element to be visible

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#visible"},"width":{"name":"width","description":"

Sets/Gets the width of the element

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#width"},"arrange":{"name":"arrange","description":"

Arranges the text element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#arrange"},"getAbsolutePosition":{"name":"getAbsolutePosition","description":"

Gets the position of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#getabsoluteposition"},"measure":{"name":"measure","description":"

Measures the minimum size that is required for the text element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#measure"},"setOffsetWithRespectToBounds":{"name":"setOffsetWithRespectToBounds","description":"

Sets the offset of the element with respect to its parent

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#setoffsetwithrespecttobounds"},"updateBounds":{"name":"updateBounds","description":"

Updates the bounds of the element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textElement#updatebounds"}},"DataBinding":{},"Diagram":{"animationComplete":{"name":"animationComplete","description":"

Triggers after animation is completed for the diagram elements.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#animationcomplete"},"click":{"name":"click","description":"

Triggers when a node, connector or diagram is clicked

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#click"},"collectionChange":{"name":"collectionChange","description":"

Triggers when a node/connector is added/removed to/from the diagram.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#collectionchange"},"commandExecute":{"name":"commandExecute","description":"

Triggers when a command executed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#commandexecute"},"connectionChange":{"name":"connectionChange","description":"

Triggers when the connection is changed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#connectionchange"},"contextMenuBeforeItemRender":{"name":"contextMenuBeforeItemRender","description":"

Triggers before rendering the context menu item

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#contextmenubeforeitemrender"},"contextMenuClick":{"name":"contextMenuClick","description":"

Triggers when a context menu item is clicked

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#contextmenuclick"},"contextMenuOpen":{"name":"contextMenuOpen","description":"

Triggers before opening the context menu

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#contextmenuopen"},"created":{"name":"created","description":"

Triggered when the diagram is rendered completely.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#created"},"dataLoaded":{"name":"dataLoaded","description":"

Triggers after diagram is populated from the external data source

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#dataloaded"},"doubleClick":{"name":"doubleClick","description":"

Triggers when a node, connector or diagram model is clicked twice

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#doubleclick"},"dragEnter":{"name":"dragEnter","description":"

Triggers when a symbol is dragged into diagram from symbol palette

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#dragenter"},"dragLeave":{"name":"dragLeave","description":"

Triggers when a symbol is dragged outside of the diagram.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#dragleave"},"dragOver":{"name":"dragOver","description":"

Triggers when a symbol is dragged over diagram

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#dragover"},"drop":{"name":"drop","description":"

Triggers when a symbol is dragged and dropped from symbol palette to drawing area

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#drop"},"expandStateChange":{"name":"expandStateChange","description":"

Triggers when the state of the expand and collapse icon change for a node.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#expandstatechange"},"historyChange":{"name":"historyChange","description":"

Triggers when a change is reverted or restored(undo/redo)

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#historychange"},"historyStateChange":{"name":"historyStateChange","description":"

Triggers when a custom entry change is reverted or restored(undo/redo)

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#historystatechange"},"mouseEnter":{"name":"mouseEnter","description":"

Triggered when mouse enters a node/connector.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#mouseenter"},"mouseLeave":{"name":"mouseLeave","description":"

Triggered when mouse leaves node/connector.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#mouseleave"},"mouseOver":{"name":"mouseOver","description":"

Triggered when mouse hovers a node/connector.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#mouseover"},"onImageLoad":{"name":"onImageLoad","description":"

Triggers when the image node is loaded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#onimageload"},"onUserHandleMouseDown":{"name":"onUserHandleMouseDown","description":"

Triggers when a mouseDown on the user handle.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#onuserhandlemousedown"},"onUserHandleMouseEnter":{"name":"onUserHandleMouseEnter","description":"

Triggers when a mouseEnter on the user handle.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#onuserhandlemouseenter"},"onUserHandleMouseLeave":{"name":"onUserHandleMouseLeave","description":"

Triggers when a mouseLeave on the user handle.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#onuserhandlemouseleave"},"onUserHandleMouseUp":{"name":"onUserHandleMouseUp","description":"

Triggers when a mouseUp on the user handle.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#onuserhandlemouseup"},"positionChange":{"name":"positionChange","description":"

Triggers while dragging the elements in diagram

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#positionchange"},"propertyChange":{"name":"propertyChange","description":"

Triggers once the node or connector property changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#propertychange"},"rotateChange":{"name":"rotateChange","description":"

Triggers when the diagram elements are rotated

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#rotatechange"},"scrollChange":{"name":"scrollChange","description":"

Triggers when the diagram is zoomed or panned

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#scrollchange"},"segmentCollectionChange":{"name":"segmentCollectionChange","description":"

Triggers when a segment is added/removed to/from the connector.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#segmentcollectionchange"},"selectionChange":{"name":"selectionChange","description":"

Triggers when the selection is changed in diagram

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#selectionchange"},"sizeChange":{"name":"sizeChange","description":"

Triggers when a node is resized

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#sizechange"},"sourcePointChange":{"name":"sourcePointChange","description":"

Triggers when the connector's source point is changed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#sourcepointchange"},"targetPointChange":{"name":"targetPointChange","description":"

Triggers when the connector's target point is changed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#targetpointchange"},"textEdit":{"name":"textEdit","description":"

Triggers when editor got focus at the time of node’s label or text node editing.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/diagram/#textedit"},"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about diagram

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/#addinfo"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/#allowserverdatabinding"},"backgroundColor":{"name":"backgroundColor","description":"

Defines the background color of the diagram

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/#backgroundcolor"},"bridgeDirection":{"name":"bridgeDirection","description":"

Defines the direction of the bridge that is inserted when the segments are intersected

\n
    \n
  • Top - Defines the direction of the bridge as Top
  • \n
  • Bottom - Defines the direction of the bridge as Bottom
  • \n
  • Left - Sets the bridge direction as left
  • \n
  • Right - Sets the bridge direction as right
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/#bridgedirection"},"commandManager":{"name":"commandManager","description":"

Defines a set of custom commands and binds them with a set of desired key gestures

\n","type":"CommandManagerModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#commandmanager"},"connectorDefaults":{"name":"connectorDefaults","description":"

Helps to assign the default properties of connector

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#connectordefaults"},"connectors":{"name":"connectors","description":"

Defines a collection of objects, used to create link between two points, nodes or ports to represent the relationships between them

\n","type":"ConnectorModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/#connectors"},"constraints":{"name":"constraints","description":"

Constraints are used to enable/disable certain behaviors of the diagram.

\n
    \n
  • None - Disables DiagramConstraints constraints
  • \n
  • Bridging - Enables/Disables Bridging support for connector
  • \n
  • UndoRedo - Enables/Disables the Undo/Redo support
  • \n
  • Tooltip - Enables/Disables Tooltip support
  • \n
  • UserInteraction - Enables/Disables editing diagram interactively
  • \n
  • ApiUpdate - Enables/Disables editing diagram through code
  • \n
  • PageEditable - Enables/Disables editing diagrams both interactively and through code
  • \n
  • Zoom - Enables/Disables Zoom support for the diagram
  • \n
  • PanX - Enables/Disable PanX support for the diagram
  • \n
  • PanY - Enables/Disable PanY support for the diagram
  • \n
  • Pan - Enables/Disable Pan support the diagram
  • \n
\n","type":"DiagramConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/#constraints"},"contextMenuSettings":{"name":"contextMenuSettings","description":"

Defines type of menu that appears when you perform right-click operation\nAn object to customize the context menu of diagram

\n","type":"ContextMenuSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#contextmenusettings"},"customCursor":{"name":"customCursor","description":"

A collection of JSON objects where each object represents a custom cursor action. Layer is a named category of diagram shapes.

\n","type":"CustomCursorActionModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/#customcursor"},"dataSourceSettings":{"name":"dataSourceSettings","description":"

Configures the data source that is to be bound with diagram

\n","type":"DataSourceModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#datasourcesettings"},"drawingObject":{"name":"drawingObject","description":"

Defines the object to be drawn using drawing tool

\n","type":"NodeModel|ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#drawingobject"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/#enablertl"},"getConnectorDefaults":{"name":"getConnectorDefaults","description":"

Helps to return the default properties of connector

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getconnectordefaults"},"getCustomCursor":{"name":"getCustomCursor","description":"","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getcustomcursor"},"getCustomProperty":{"name":"getCustomProperty","description":"

Allows to get the custom properties that have to be serialized

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getcustomproperty"},"getCustomTool":{"name":"getCustomTool","description":"","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getcustomtool"},"getDescription":{"name":"getDescription","description":"","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getdescription"},"getNodeDefaults":{"name":"getNodeDefaults","description":"

Helps to return the default properties of node

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#getnodedefaults"},"height":{"name":"height","description":"

Defines the height of the diagram model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/diagram/#height"},"historyManager":{"name":"historyManager","description":"

Customizes the undo redo functionality

\n","type":"History","link":"//ej2.syncfusion.com/documentation/api/diagram/#historymanager"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/#isserverrendered"},"layers":{"name":"layers","description":"

A collection of JSON objects where each object represents a layer. Layer is a named category of diagram shapes.

\n","type":"LayerModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/#layers"},"layout":{"name":"layout","description":"

Layout is used to auto-arrange the nodes in the Diagram area

\n","type":"LayoutModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#layout"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/#locale"},"mindMapChartModule":{"name":"mindMapChartModule","description":"

mindMapChartModule is used to arrange the nodes in a mind map like structure

\n","type":"MindMap","link":"//ej2.syncfusion.com/documentation/api/diagram/#mindmapchartmodule"},"mode":{"name":"mode","description":"

Defines the diagram rendering mode.

\n
    \n
  • SVG - Renders the diagram objects as SVG elements
  • \n
  • Canvas - Renders the diagram in a canvas
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/#mode"},"nodeDefaults":{"name":"nodeDefaults","description":"

Helps to assign the default properties of nodes

\n","type":"NodeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#nodedefaults"},"nodes":{"name":"nodes","description":"

Defines the collection of nodes

\n","type":"NodeModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/#nodes"},"pageSettings":{"name":"pageSettings","description":"

Page settings enable to customize the appearance, width, and height of the Diagram page.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#pagesettings"},"radialTreeModule":{"name":"radialTreeModule","description":"

radialTreeModule is used to arrange the nodes in a radial tree like structure

\n","type":"RadialTree","link":"//ej2.syncfusion.com/documentation/api/diagram/#radialtreemodule"},"rulerSettings":{"name":"rulerSettings","description":"

Defines the properties of both horizontal and vertical guides/rulers to measure the diagram area.

\n","type":"RulerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#rulersettings"},"scrollSettings":{"name":"scrollSettings","description":"

Defines the current zoom value, zoom factor, scroll status and view port size of the diagram

\n","type":"ScrollSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#scrollsettings"},"selectedItems":{"name":"selectedItems","description":"

Defines the collection of selected items, size and position of the selector

\n","type":"SelectorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#selecteditems"},"serializationSettings":{"name":"serializationSettings","description":"

Defines the serialization settings of diagram.

\n","type":"SerializationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#serializationsettings"},"setNodeTemplate":{"name":"setNodeTemplate","description":"

setNodeTemplate helps to customize the content of a node\nfunction setNodeTemplate() {\nsetNodeTemplate: (obj: NodeModel, diagram: Diagram): StackPanel => {\nif (obj.id === 'node2') {\nlet table: StackPanel = new StackPanel();\ntable.orientation = 'Horizontal';\nlet column1: StackPanel = new StackPanel();\ncolumn1.children = [];\ncolumn1.children.push(getTextElement('Column1'));\naddRows(column1);\nlet column2: StackPanel = new StackPanel();\ncolumn2.children = [];\ncolumn2.children.push(getTextElement('Column2'));\naddRows(column2);\ntable.children = [column1, column2];\nreturn table;\n}\nreturn null;\n}\n...\n}

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#setnodetemplate"},"snapSettings":{"name":"snapSettings","description":"

Defines the gridlines and defines how and when the objects have to be snapped

\n","type":"SnapSettingsModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#snapsettings"},"tool":{"name":"tool","description":"

Defines the precedence of the interactive tools. They are,

\n
    \n
  • None - Disables selection, zooming and drawing tools
  • \n
  • SingleSelect - Enables/Disables single select support for the diagram
  • \n
  • MultipleSelect - Enables/Disable MultipleSelect select support for the diagram
  • \n
  • ZoomPan - Enables/Disable ZoomPan support for the diagram
  • \n
  • DrawOnce - Enables/Disable ContinuousDraw support for the diagram
  • \n
  • ContinuousDraw - Enables/Disable ContinuousDraw support for the diagram
  • \n
\n","type":"DiagramTools","link":"//ej2.syncfusion.com/documentation/api/diagram/#tool"},"tooltip":{"name":"tooltip","description":"

Defines the tooltip that should be shown when the mouse hovers over a node or connector\nAn object that defines the description, appearance and alignments of tooltip

\n","type":"DiagramTooltipModel","link":"//ej2.syncfusion.com/documentation/api/diagram/#tooltip"},"updateSelection":{"name":"updateSelection","description":"

Helps to set the undo and redo node selection

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/#updateselection"},"width":{"name":"width","description":"

Defines the width of the diagram model.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/diagram/#width"},"add":{"name":"add","description":"

Adds the given object to diagram control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#add"},"addConnector":{"name":"addConnector","description":"

Adds the given connector to diagram control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addconnector"},"addConnectorLabels":{"name":"addConnectorLabels","description":"

Add labels in connector at the run time in the blazor platform

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addconnectorlabels"},"addConstraints":{"name":"addConstraints","description":"

Add constraints at run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addconstraints"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addeventlistener"},"addHistoryEntry":{"name":"addHistoryEntry","description":"

Adds the given change in the diagram control to the track

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addhistoryentry"},"addLabels":{"name":"addLabels","description":"

Add Labels at the run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addlabels"},"addLanes":{"name":"addLanes","description":"

Add dynamic Lanes to swimLane at runtime

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addlanes"},"addLayer":{"name":"addLayer","description":"

add the layer into diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addlayer"},"addNode":{"name":"addNode","description":"

Adds the given node to diagram control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addnode"},"addNodeLabels":{"name":"addNodeLabels","description":"

Add labels in node at the run time in the blazor platform

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addnodelabels"},"addNodeToLane":{"name":"addNodeToLane","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addnodetolane"},"addPhases":{"name":"addPhases","description":"

Add a phase to a swimLane at runtime

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addphases"},"addPorts":{"name":"addPorts","description":"

Add ports at the run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addports"},"addProcess":{"name":"addProcess","description":"

Add a process into the sub-process

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addprocess"},"addTextAnnotation":{"name":"addTextAnnotation","description":"

Adds the given annotation to the given node

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#addtextannotation"},"align":{"name":"align","description":"

Aligns the group of objects to with reference to the first object in the group

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#align"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#appendto"},"bringIntoView":{"name":"bringIntoView","description":"

bring the specified bounds into the viewport

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#bringintoview"},"bringLayerForward":{"name":"bringLayerForward","description":"

move the layer forward

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#bringlayerforward"},"bringToCenter":{"name":"bringToCenter","description":"

bring the specified bounds to the center of the viewport

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#bringtocenter"},"bringToFront":{"name":"bringToFront","description":"

bring the selected nodes or connectors to front

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#bringtofront"},"clear":{"name":"clear","description":"

Clears all nodes and objects in the diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#clear"},"clearHistory":{"name":"clearHistory","description":"

To clear history of the diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#clearhistory"},"clearSelection":{"name":"clearSelection","description":"

Removes all elements from the selection list

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#clearselection"},"cloneLayer":{"name":"cloneLayer","description":"

clone a layer with its object

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#clonelayer"},"copy":{"name":"copy","description":"

Copies the selected nodes and connectors to diagram clipboard

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#copy"},"cut":{"name":"cut","description":"

Removes the selected nodes and connectors from diagram and moves them to diagram clipboard

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#cut"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#databind"},"destroy":{"name":"destroy","description":"

Destroys the diagram control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#destroy"},"distribute":{"name":"distribute","description":"

Arranges the group of objects with equal intervals, but within the group of objects

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#distribute"},"doLayout":{"name":"doLayout","description":"

Automatically updates the diagram objects based on the type of the layout

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#dolayout"},"drag":{"name":"drag","description":"

Drags the given object by the specified pixels

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#drag"},"dragSourceEnd":{"name":"dragSourceEnd","description":"

Moves the source point of the given connector

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#dragsourceend"},"dragTargetEnd":{"name":"dragTargetEnd","description":"

Moves the target point of the given connector

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#dragtargetend"},"endGroupAction":{"name":"endGroupAction","description":"

Closes grouping the actions that will be undone/restored as a whole

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#endgroupaction"},"exportDiagram":{"name":"exportDiagram","description":"

To export Diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#exportdiagram"},"exportImage":{"name":"exportImage","description":"

To export diagram native/html image

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#exportimage"},"findElementUnderMouse":{"name":"findElementUnderMouse","description":"

Finds the child element of the given object at the given position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#findelementundermouse"},"findObjectUnderMouse":{"name":"findObjectUnderMouse","description":"

Finds the object that is under the given mouse position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#findobjectundermouse"},"findObjectsUnderMouse":{"name":"findObjectsUnderMouse","description":"

Finds all the objects that is under the given mouse position

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#findobjectsundermouse"},"findTargetObjectUnderMouse":{"name":"findTargetObjectUnderMouse","description":"

Finds the object that is under the given active object (Source)

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#findtargetobjectundermouse"},"fitToPage":{"name":"fitToPage","description":"

fit the diagram to the page with respect to mode and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#fittopage"},"getActiveLayer":{"name":"getActiveLayer","description":"

gets the active layer back

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getactivelayer"},"getConnectorObject":{"name":"getConnectorObject","description":"

gets the connector object for the given node ID

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getconnectorobject"},"getCursor":{"name":"getCursor","description":"

Defines the cursor that corresponds to the given action

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getcursor"},"getDiagramBounds":{"name":"getDiagramBounds","description":"

To get the bound of the diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getdiagrambounds"},"getDiagramContent":{"name":"getDiagramContent","description":"

To get the html diagram content

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getdiagramcontent"},"getModuleName":{"name":"getModuleName","description":"

Returns the module name of the diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getmodulename"},"getNodeObject":{"name":"getNodeObject","description":"

gets the node object for the given node ID

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getnodeobject"},"getObject":{"name":"getObject","description":"

gets the node or connector having the given name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getobject"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#getpersistdata"},"getTool":{"name":"getTool","description":"

Returns the tool that handles the given action

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#gettool"},"group":{"name":"group","description":"

Group the selected nodes and connectors in diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#group"},"hideTooltip":{"name":"hideTooltip","description":"

hides tooltip for corresponding diagram object

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#hidetooltip"},"insertData":{"name":"insertData","description":"

Inserts newly added element into the database

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#insertdata"},"loadDiagram":{"name":"loadDiagram","description":"

Converts the given string as a Diagram Control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#loaddiagram"},"moveForward":{"name":"moveForward","description":"

send the selected nodes or connectors forward

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#moveforward"},"moveObjects":{"name":"moveObjects","description":"

move objects from the layer to another layer from diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#moveobjects"},"moveObjectsUp":{"name":"moveObjectsUp","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#moveobjectsup"},"nudge":{"name":"nudge","description":"

Moves the selected objects towards the given direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#nudge"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Updates the diagram control when the objects are changed

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#onpropertychanged"},"pan":{"name":"pan","description":"

Pans the diagram control to the given horizontal and vertical offsets

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#pan"},"paste":{"name":"paste","description":"

Adds the given objects/ the objects in the diagram clipboard to diagram control

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#paste"},"print":{"name":"print","description":"

To print Diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#print"},"printImage":{"name":"printImage","description":"

To print native/html nodes of diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#printimage"},"redo":{"name":"redo","description":"

Restores the last undone action

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#redo"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#refresh"},"remove":{"name":"remove","description":"

Removes the given object from diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#remove"},"removeConstraints":{"name":"removeConstraints","description":"

Remove constraints at run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removeconstraints"},"removeData":{"name":"removeData","description":"

Removes the user deleted element from the existing database

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removedata"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removeeventlistener"},"removeLabels":{"name":"removeLabels","description":"

Remove Labels at the run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removelabels"},"removeLane":{"name":"removeLane","description":"

Remove dynamic Lanes to swimLane at runtime

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removelane"},"removeLayer":{"name":"removeLayer","description":"

remove the layer from diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removelayer"},"removePhase":{"name":"removePhase","description":"

Remove a phase to a swimLane at runtime

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removephase"},"removePorts":{"name":"removePorts","description":"

Remove Ports at the run time

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removeports"},"removeProcess":{"name":"removeProcess","description":"

Remove a process from the sub-process

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#removeprocess"},"render":{"name":"render","description":"

Renders the diagram control with nodes and connectors

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#render"},"reset":{"name":"reset","description":"

Resets the zoom and scroller offsets to default values

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#reset"},"resetSegments":{"name":"resetSegments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#resetsegments"},"rotate":{"name":"rotate","description":"

Rotates the given nodes/connectors by the given angle

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#rotate"},"sameSize":{"name":"sameSize","description":"

Scales the given objects to the size of the first object in the group

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#samesize"},"saveDiagram":{"name":"saveDiagram","description":"

Serializes the diagram control as a string

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#savediagram"},"scale":{"name":"scale","description":"

Scales the given objects by the given ratio

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#scale"},"select":{"name":"select","description":"

Selects the given collection of objects

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#select"},"selectAll":{"name":"selectAll","description":"

Selects the all the objects.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#selectall"},"sendBackward":{"name":"sendBackward","description":"

send the selected nodes or connectors back

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#sendbackward"},"sendLayerBackward":{"name":"sendLayerBackward","description":"

move the layer backward

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#sendlayerbackward"},"sendToBack":{"name":"sendToBack","description":"

send the selected nodes or connectors back

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#sendtoback"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#serverdatabind"},"setActiveLayer":{"name":"setActiveLayer","description":"

set the active layer\n@param layerName defines the name of the layer which is to be active layer

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#setactivelayer"},"setStackLimit":{"name":"setStackLimit","description":"

To limit the history entry of the diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#setstacklimit"},"showTooltip":{"name":"showTooltip","description":"

Shows tooltip for corresponding diagram object

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#showtooltip"},"startGroupAction":{"name":"startGroupAction","description":"

Starts grouping the actions that will be undone/restored as a whole

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#startgroupaction"},"startTextEdit":{"name":"startTextEdit","description":"

Specified annotation to edit mode

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#starttextedit"},"unGroup":{"name":"unGroup","description":"

UnGroup the selected nodes and connectors in diagram

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#ungroup"},"unSelect":{"name":"unSelect","description":"

Removes the given object from selection list

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#unselect"},"undo":{"name":"undo","description":"

Restores the last action that is performed

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#undo"},"updateData":{"name":"updateData","description":"

updates the user defined element properties into the existing database

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#updatedata"},"updateViewPort":{"name":"updateViewPort","description":"

Update the diagram clipboard dimension

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#updateviewport"},"zoom":{"name":"zoom","description":"

Scales the diagram control by the given factor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#zoom"},"zoomTo":{"name":"zoomTo","description":"

Scales the diagram control by the given factor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#zoomto"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/#inject"}},"CustomCursorAction":{"action":{"name":"action","description":"

Defines the property of a Data Map Items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/customCursorAction#action"},"cursor":{"name":"cursor","description":"

Defines the Fields for the Data Map Items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/customCursorAction#cursor"}},"DataMappingItems":{"field":{"name":"field","description":"

Defines the Fields for the Data Map Items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataMappingItems#field"},"property":{"name":"property","description":"

Defines the property of a Data Map Items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataMappingItems#property"}},"ConnectionDataSource":{"crudAction":{"name":"crudAction","description":"

Add CrudAction to connector data source

\n","type":"CrudActionModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#crudaction"},"dataManager":{"name":"dataManager","description":"

Sets the data source either as a collection of objects or as an URL of DataManager

\n","type":"DataManager","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#datamanager"},"id":{"name":"id","description":"

set an id for connector dataSource

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#id"},"sourceID":{"name":"sourceID","description":"

define sourceID to connect with connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#sourceid"},"sourcePointX":{"name":"sourcePointX","description":"

define sourcePoint to render connector startPoint

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#sourcepointx"},"sourcePointY":{"name":"sourcePointY","description":"

define sourcePoint to render connector startPoint

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#sourcepointy"},"targetID":{"name":"targetID","description":"

define targetID to connect with connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#targetid"},"targetPointX":{"name":"targetPointX","description":"

define targetPoint to render connector targetPoint

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#targetpointx"},"targetPointY":{"name":"targetPointY","description":"

define targetPoint to render connector targetPoint

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connectionDataSource#targetpointy"}},"CrudAction":{"create":{"name":"create","description":"

set an URL to add a data into database

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/crudAction#create"},"customFields":{"name":"customFields","description":"

Add custom fields to node

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/diagram/crudAction#customfields"},"destroy":{"name":"destroy","description":"

set an URL to remove an data in database

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/crudAction#destroy"},"read":{"name":"read","description":"

set an URL to get a data from database

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/crudAction#read"},"update":{"name":"update","description":"

set an URL to update the existing data in database

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/crudAction#update"}},"DataSource":{"connectionDataSource":{"name":"connectionDataSource","description":"

define connectorDataSource collection

\n","type":"ConnectionDataSourceModel","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#connectiondatasource"},"crudAction":{"name":"crudAction","description":"

Add CrudAction to data source

\n","type":"CrudActionModel","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#crudaction"},"dataManager":{"name":"dataManager","description":"

Sets the data source either as a collection of objects or as an URL of DataManager

\n","type":"DataManager","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#datamanager"},"dataMapSettings":{"name":"dataMapSettings","description":"

A collection of JSON objects where each object represents an Data Map Items.

\n","type":"DataMappingItemsModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#datamapsettings"},"dataSource":{"name":"dataSource","description":"

Sets the data source either as a collection of objects or as an URL of DataManager

\n","type":"DataManager","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#datasource"},"doBinding":{"name":"doBinding","description":"

Binds the custom data with node model

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#dobinding"},"id":{"name":"id","description":"

Sets the unique id of the data source items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#id"},"parentId":{"name":"parentId","description":"

Sets the unique id that defines the relationship between the data source items

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#parentid"},"root":{"name":"root","description":"

Sets the unique id of the root data source item

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/dataSource#root"}},"Gridlines":{"lineColor":{"name":"lineColor","description":"

Sets the line color of gridlines

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridlines#linecolor"},"lineDashArray":{"name":"lineDashArray","description":"

Defines the pattern of dashes and gaps used to stroke horizontal grid lines

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/gridlines#linedasharray"},"lineIntervals":{"name":"lineIntervals","description":"

A pattern of lines and gaps that defines a set of horizontal/vertical gridlines

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/diagram/gridlines#lineintervals"},"snapIntervals":{"name":"snapIntervals","description":"

Specifies a set of intervals to snap the objects

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/diagram/gridlines#snapintervals"}},"SnapSettings":{"constraints":{"name":"constraints","description":"

Constraints for gridlines and snapping

\n
    \n
  • None - Snapping does not happen
  • \n
  • ShowHorizontalLines - Displays only the horizontal gridlines in diagram.
  • \n
  • ShowVerticalLines - Displays only the Vertical gridlines in diagram.
  • \n
  • ShowLines - Display both Horizontal and Vertical gridlines.
  • \n
  • SnapToHorizontalLines - Enables the object to snap only with horizontal gridlines.
  • \n
  • SnapToVerticalLines - Enables the object to snap only with horizontal gridlines.
  • \n
  • SnapToLines - Enables the object to snap with both horizontal and Vertical gridlines.
  • \n
  • snapToObject - Enables the object to snap with the other objects in the diagram.
  • \n
\n","type":"SnapConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/snapSettings#constraints"},"horizontalGridlines":{"name":"horizontalGridlines","description":"

Defines the horizontal gridlines

\n","type":"GridlinesModel","link":"//ej2.syncfusion.com/documentation/api/diagram/snapSettings#horizontalgridlines"},"snapAngle":{"name":"snapAngle","description":"

Defines the angle by which the object needs to be snapped

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/snapSettings#snapangle"},"snapObjectDistance":{"name":"snapObjectDistance","description":"

Sets the minimum distance between the selected object and the nearest object

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/snapSettings#snapobjectdistance"},"verticalGridlines":{"name":"verticalGridlines","description":"

Defines the vertical gridlines

\n","type":"GridlinesModel","link":"//ej2.syncfusion.com/documentation/api/diagram/snapSettings#verticalgridlines"}},"Command":{"canExecute":{"name":"canExecute","description":"

Check the command is executable at the moment or not

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/command#canexecute"},"execute":{"name":"execute","description":"

Defines what to be executed when the key combination is recognized

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/command#execute"},"gesture":{"name":"gesture","description":"

Defines a combination of keys and key modifiers, on recognition of which the command will be executed

\n","type":"KeyGestureModel","link":"//ej2.syncfusion.com/documentation/api/diagram/command#gesture"},"name":{"name":"name","description":"

Defines the name of the command

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/command#name"},"parameter":{"name":"parameter","description":"

Defines any additional parameters that are required at runtime

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/command#parameter"}},"CommandManager":{"commands":{"name":"commands","description":"

Stores the multiple command names with the corresponding command objects

\n","type":"CommandModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/commandManager#commands"}},"KeyGesture":{"key":{"name":"key","description":"

Sets the key value, on recognition of which the command will be executed.

\n
    \n
  • none - no key
  • \n
  • Number0 = The 0 key
  • \n
  • Number1 = The 1 key
  • \n
  • Number2 = The 2 key
  • \n
  • Number3 = The 3 key
  • \n
  • Number4 = The 4 key
  • \n
  • Number5 = The 5 key
  • \n
  • Number6 = The 6 key
  • \n
  • Number7 = The 7 key
  • \n
  • Number8 = The 8 key
  • \n
  • Number9 = The 9 key
  • \n
  • Number0 = The 0 key
  • \n
  • BackSpace = The BackSpace key
  • \n
  • F1 = The f1 key
  • \n
  • F2 = The f2 key
  • \n
  • F3 = The f3 key
  • \n
  • F4 = The f4 key
  • \n
  • F5 = The f5 key
  • \n
  • F6 = The f6 key
  • \n
  • F7 = The f7 key
  • \n
  • F8 = The f8 key
  • \n
  • F9 = The f9 key
  • \n
  • F10 = The f10 key
  • \n
  • F11 = The f11 key
  • \n
  • F12 = The f12 key
  • \n
  • A = The a key
  • \n
  • B = The b key
  • \n
  • C = The c key
  • \n
  • D = The d key
  • \n
  • E = The e key
  • \n
  • F = The f key
  • \n
  • G = The g key
  • \n
  • H = The h key
  • \n
  • I = The i key
  • \n
  • J = The j key
  • \n
  • K = The k key
  • \n
  • L = The l key
  • \n
  • M = The m key
  • \n
  • N = The n key
  • \n
  • O = The o key
  • \n
  • P = The p key
  • \n
  • Q = The q key
  • \n
  • R = The r key
  • \n
  • S = The s key
  • \n
  • T = The t key
  • \n
  • U = The u key
  • \n
  • V = The v key
  • \n
  • W = The w key
  • \n
  • X = The x key
  • \n
  • Y = The y key
  • \n
  • Z = The z key
  • \n
  • Left = The left key
  • \n
  • Right = The right key
  • \n
  • Top = The top key
  • \n
  • Bottom = The bottom key
  • \n
  • Escape = The Escape key
  • \n
  • Tab = The tab key
  • \n
  • Delete = The delete key
  • \n
  • Enter = The enter key
  • \n
  • The Space key
  • \n
  • The page up key
  • \n
  • The page down key
  • \n
  • The end key
  • \n
  • The home key
  • \n
  • The Minus
  • \n
  • The Plus
  • \n
  • The Star
  • \n
\n","type":"Keys","link":"//ej2.syncfusion.com/documentation/api/diagram/keyGesture#key"},"keyModifiers":{"name":"keyModifiers","description":"

Sets a combination of key modifiers, on recognition of which the command will be executed.

\n
    \n
  • None - no modifiers are pressed
  • \n
  • Control - ctrl key
  • \n
  • Meta - meta key im mac
  • \n
  • Alt - alt key
  • \n
  • Shift - shift key
  • \n
\n","type":"KeyModifiers","link":"//ej2.syncfusion.com/documentation/api/diagram/keyGesture#keymodifiers"}},"Layer":{"addInfo":{"name":"addInfo","description":"

Defines the description of the layer

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#addinfo"},"id":{"name":"id","description":"

Defines the id of a diagram layer

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#id"},"lock":{"name":"lock","description":"

Enables or disables editing objects in a particular layer

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#lock"},"objects":{"name":"objects","description":"

Defines the collection of the objects that are added to a particular layer

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#objects"},"visible":{"name":"visible","description":"

Enables or disables the visibility of objects in a particular layer

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#visible"},"zIndex":{"name":"zIndex","description":"

Defines the zOrder of the layer

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layer#zindex"}},"Background":{"align":{"name":"align","description":"

Defines how to align the background image over the diagram area.

\n
    \n
  • None - Alignment value will be set as none
  • \n
  • XMinYMin - smallest X value of the view port and smallest Y value of the view port
  • \n
  • XMidYMin - midpoint X value of the view port and smallest Y value of the view port
  • \n
  • XMaxYMin - maximum X value of the view port and smallest Y value of the view port
  • \n
  • XMinYMid - smallest X value of the view port and midpoint Y value of the view port
  • \n
  • XMidYMid - midpoint X value of the view port and midpoint Y value of the view port
  • \n
  • XMaxYMid - maximum X value of the view port and midpoint Y value of the view port
  • \n
  • XMinYMax - smallest X value of the view port and maximum Y value of the view port
  • \n
  • XMidYMax - midpoint X value of the view port and maximum Y value of the view port
  • \n
  • XMaxYMax - maximum X value of the view port and maximum Y value of the view port
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/background#align"},"color":{"name":"color","description":"

Defines the background color of diagram

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/background#color"},"scale":{"name":"scale","description":"

Defines how the background image should be scaled/stretched

\n
    \n
  • None - Scale value will be set as None for the image
  • \n
  • Meet - Scale value Meet will be set for the image
  • \n
  • Slice - Scale value Slice will be set for the image
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/background#scale"},"source":{"name":"source","description":"

Defines the source of the background image

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/background#source"}},"ScrollSettings":{"autoScrollBorder":{"name":"autoScrollBorder","description":"

Defines the maximum distance to be left between the object and the scroll bar to trigger auto scrolling

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#autoscrollborder"},"canAutoScroll":{"name":"canAutoScroll","description":"

Enables or Disables the auto scroll option

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#canautoscroll"},"currentZoom":{"name":"currentZoom","description":"

Defines the currentZoom value of diagram

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#currentzoom"},"horizontalOffset":{"name":"horizontalOffset","description":"

Defines horizontal offset of the scroller

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#horizontaloffset"},"maxZoom":{"name":"maxZoom","description":"

Defines the maximum zoom value of the scroller

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#maxzoom"},"minZoom":{"name":"minZoom","description":"

Defines the minimum zoom value of the diagram

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#minzoom"},"padding":{"name":"padding","description":"

Defines the maximum distance to be left between the object and the edge of the page.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#padding"},"scrollLimit":{"name":"scrollLimit","description":"

Defines the scrollable region of diagram.

\n
    \n
  • Diagram - Enables scrolling to view the diagram content
  • \n
  • Infinity - Diagram will be extended, when we try to scroll the diagram
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#scrolllimit"},"scrollableArea":{"name":"scrollableArea","description":"

Defines the scrollable area of diagram. Applicable, if the scroll limit is “limited”.

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#scrollablearea"},"verticalOffset":{"name":"verticalOffset","description":"

Defines vertical offset of the scroller

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#verticaloffset"},"viewPortHeight":{"name":"viewPortHeight","description":"

Allows to read the viewport height of the diagram

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#viewportheight"},"viewPortWidth":{"name":"viewPortWidth","description":"

Allows to read the viewport width of the diagram

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/scrollSettings#viewportwidth"}},"DiagramRuler":{"arrangeTick":{"name":"arrangeTick","description":"

Defines the method which is used to position and arrange the tick elements of the ruler.

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#arrangetick"},"interval":{"name":"interval","description":"

Defines the number of intervals to be present on each segment of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#interval"},"markerColor":{"name":"markerColor","description":"

Defines the color of the ruler marker brush.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#markercolor"},"orientation":{"name":"orientation","description":"

Defines the orientation of the ruler

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#orientation"},"segmentWidth":{"name":"segmentWidth","description":"

Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#segmentwidth"},"thickness":{"name":"thickness","description":"

Defines the height of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#thickness"},"tickAlignment":{"name":"tickAlignment","description":"

Defines and sets the tick alignment of the ruler scale.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramRuler#tickalignment"}},"RulerSettings":{"dynamicGrid":{"name":"dynamicGrid","description":"

Updates the gridlines relative to the ruler ticks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/rulerSettings#dynamicgrid"},"horizontalRuler":{"name":"horizontalRuler","description":"

Defines the appearance of horizontal ruler

\n","type":"DiagramRulerModel","link":"//ej2.syncfusion.com/documentation/api/diagram/rulerSettings#horizontalruler"},"showRulers":{"name":"showRulers","description":"

Enables or disables both horizontal and vertical ruler.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/rulerSettings#showrulers"},"verticalRuler":{"name":"verticalRuler","description":"

Defines the appearance of vertical ruler

\n","type":"DiagramRulerModel","link":"//ej2.syncfusion.com/documentation/api/diagram/rulerSettings#verticalruler"}},"SerializationSettings":{"preventDefaults":{"name":"preventDefaults","description":"

Enables or Disables serialization of default values.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/serializationSettings#preventdefaults"}},"CommandHandler":{"initExpand":{"name":"initExpand","description":"

initExpand is used for layout expand and collapse interaction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/commandHandler#initexpand"},"updatePathElementOffset":{"name":"updatePathElementOffset","description":"

Update Path Element offset

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/commandHandler#updatepathelementoffset"}},"ConnectorEditing":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorEditing#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorEditing#checkpropertyvalue"}},"DiagramEventHandler":{"addSwimLaneObject":{"name":"addSwimLaneObject","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramEventHandler#addswimlaneobject"},"mouseDown":{"name":"mouseDown","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramEventHandler#mousedown"}},"LineRouting":{},"DiagramScroller":{},"UserHandle":{"backgroundColor":{"name":"backgroundColor","description":"

Defines the background color of user Handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#backgroundcolor"},"borderColor":{"name":"borderColor","description":"

Defines the borderColor of user Handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#bordercolor"},"borderWidth":{"name":"borderWidth","description":"

Defines the borderWidth of user Handle

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#borderwidth"},"content":{"name":"content","description":"

Defines the custom content of the user handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#content"},"displacement":{"name":"displacement","description":"

Defines the displacement of user Handle

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#displacement"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Defines the horizontal alignment of the user handle

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#horizontalalignment"},"margin":{"name":"margin","description":"

Defines the margin of the user handle

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#margin"},"name":{"name":"name","description":"

Defines the name of user Handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#name"},"offset":{"name":"offset","description":"

Defines the offset of user Handle

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#offset"},"pathColor":{"name":"pathColor","description":"

Defines the path color of user Handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#pathcolor"},"pathData":{"name":"pathData","description":"

Defines the path data of user Handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#pathdata"},"side":{"name":"side","description":"

Defines the position of user Handle

\n
    \n
  • Top - Aligns the user handles at the top of an object
  • \n
  • Bottom - Aligns the user handles at the bottom of an object
  • \n
  • Left - Aligns the user handles at the left of an object
  • \n
  • Right - Aligns the user handles at the right of an object
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#side"},"size":{"name":"size","description":"

Defines the size of user Handle

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#size"},"source":{"name":"source","description":"

Defines the image source of the user handle

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#source"},"verticalAlignment":{"name":"verticalAlignment","description":"

Defines the vertical alignment of the user handle

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#verticalalignment"},"visible":{"name":"visible","description":"

Defines the visible of user Handle

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/userHandle#visible"}},"SpatialSearch":{},"ConnectTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connectTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/connectTool#checkpropertyvalue"}},"ConnectorDrawingTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorDrawingTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorDrawingTool#checkpropertyvalue"}},"ExpandTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/expandTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/expandTool#checkpropertyvalue"}},"LabelDragTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/labelDragTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/labelDragTool#checkpropertyvalue"}},"LabelResizeTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/labelResizeTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/labelResizeTool#checkpropertyvalue"}},"LabelRotateTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/labelRotateTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/labelRotateTool#checkpropertyvalue"}},"LabelTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/labelTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/labelTool#checkpropertyvalue"}},"MoveTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/moveTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/moveTool#checkpropertyvalue"}},"NodeDrawingTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeDrawingTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeDrawingTool#checkpropertyvalue"}},"PolyLineDrawingTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/polyLineDrawingTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/polyLineDrawingTool#checkpropertyvalue"}},"PolygonDrawingTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/polygonDrawingTool#prevposition"},"startPoint":{"name":"startPoint","description":"","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/polygonDrawingTool#startpoint"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/polygonDrawingTool#checkpropertyvalue"}},"ResizeTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/resizeTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/resizeTool#checkpropertyvalue"}},"RotateTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/rotateTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/rotateTool#checkpropertyvalue"}},"SelectTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/selectTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/selectTool#checkpropertyvalue"}},"TextDrawingTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/textDrawingTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/textDrawingTool#checkpropertyvalue"}},"ToolBase":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/toolBase#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/toolBase#checkpropertyvalue"}},"ZoomPanTool":{"prevPosition":{"name":"prevPosition","description":"

Sets/Gets the previous mouse position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/zoomPanTool#prevposition"},"checkPropertyValue":{"name":"checkPropertyValue","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/zoomPanTool#checkpropertyvalue"}},"ComplexHierarchicalTree":{"getLayoutNodesCollection":{"name":"getLayoutNodesCollection","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/complexHierarchicalTree#getlayoutnodescollection"}},"HierarchicalTree":{"isAnimation":{"name":"isAnimation","description":"

Defines the layout animation

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/hierarchicalTree#isanimation"}},"Layout":{"bounds":{"name":"bounds","description":"

Aligns the layout within the given bounds

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#bounds"},"connectionDirection":{"name":"connectionDirection","description":"

Sets how to define the connection direction (first segment direction & last segment direction).

\n
    \n
  • Auto - Defines the first segment direction based on the type of the layout
  • \n
  • Orientation - Defines the first segment direction based on the orientation of the layout
  • \n
  • Custom - Defines the first segment direction dynamically by the user
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#connectiondirection"},"connectorSegments":{"name":"connectorSegments","description":"

Sets whether the segments have to be customized based on the layout or not

\n
    \n
  • Default - Routes the connectors like a default diagram
  • \n
  • Layout - Routes the connectors based on the type of the layout
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#connectorsegments"},"enableAnimation":{"name":"enableAnimation","description":"

Enables/Disables animation option when a node is expanded/collapsed

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#enableanimation"},"fixedNode":{"name":"fixedNode","description":"

Sets the name of the node with respect to which all other nodes will be translated

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#fixednode"},"getBranch":{"name":"getBranch","description":"

Defines whether an object should be at the left/right of the mind map. Applicable only for the direct children of the root node

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#getbranch"},"getLayoutInfo":{"name":"getLayoutInfo","description":"

getLayoutInfo is used to configure every subtree of the organizational chart

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#getlayoutinfo"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Defines how the layout has to be horizontally aligned

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#horizontalalignment"},"horizontalSpacing":{"name":"horizontalSpacing","description":"

Sets the space that has to be horizontally left between the nodes

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#horizontalspacing"},"layoutInfo":{"name":"layoutInfo","description":"

getLayoutInfo is used to configure every subtree of the organizational chart

\n","type":"TreeInfo","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#layoutinfo"},"margin":{"name":"margin","description":"
    \n
  • Defines the space between the viewport and the layout
  • \n
\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#margin"},"maxIteration":{"name":"maxIteration","description":"

Sets the Maximum no of iteration of the symmetrical layout

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#maxiteration"},"orientation":{"name":"orientation","description":"

Defines the orientation of layout

\n
    \n
  • TopToBottom - Renders the layout from top to bottom
  • \n
  • BottomToTop - Renders the layout from bottom to top
  • \n
  • LeftToRight - Renders the layout from left to right
  • \n
  • RightToLeft - Renders the layout from right to left
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#orientation"},"root":{"name":"root","description":"

Defines the root of the hierarchical tree layout

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#root"},"springFactor":{"name":"springFactor","description":"

Defines the Edge attraction and vertex repulsion forces, i.e., the more sibling nodes repel each other

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#springfactor"},"springLength":{"name":"springLength","description":"

Sets how long edges should be, ideally of the symmetrical layout

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#springlength"},"type":{"name":"type","description":"

Defines the type of the layout

\n
    \n
  • None - None of the layouts is applied
  • \n
  • HierarchicalTree - Defines the type of the layout as Hierarchical Tree
  • \n
  • OrganizationalChart - Defines the type of the layout as Organizational Chart
  • \n
  • ComplexHierarchicalTree - Defines the type of the layout as complex HierarchicalTree
  • \n
  • RadialTree - Defines the type of the layout as Radial tree
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#type"},"verticalAlignment":{"name":"verticalAlignment","description":"

Defines how the layout has to be vertically aligned

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#verticalalignment"},"verticalSpacing":{"name":"verticalSpacing","description":"

Sets the space that has to be Vertically left between the nodes

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/layout#verticalspacing"}},"MindMap":{"isAnimation":{"name":"isAnimation","description":"

Defines the layout animation

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/mindMap#isanimation"}},"RadialTree":{},"GraphForceNode":{},"GraphLayoutManager":{},"SymmetricLayout":{},"Hyperlink":{"color":{"name":"color","description":"

Sets the fill color of the hyperlink

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/hyperlink#color"},"content":{"name":"content","description":"

Defines the content for hyperlink

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/hyperlink#content"},"link":{"name":"link","description":"

Defines the link for hyperlink

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/hyperlink#link"},"textDecoration":{"name":"textDecoration","description":"

Defines how the link should be decorated. For example, with underline/over line

\n
    \n
  • Overline - Decorates the text with a line above the text
  • \n
  • Underline - Decorates the text with an underline
  • \n
  • LineThrough - Decorates the text by striking it with a line
  • \n
  • None - Text will not have any specific decoration
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/hyperlink#textdecoration"}},"PathAnnotation":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about an annotation

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#addinfo"},"alignment":{"name":"alignment","description":"

Sets the segment alignment of annotation

\n
    \n
  • Center - Aligns the annotation at the center of a connector segment
  • \n
  • Before - Aligns the annotation before a connector segment
  • \n
  • After - Aligns the annotation after a connector segment
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#alignment"},"constraints":{"name":"constraints","description":"

Enables or disables the default behaviors of the label.

\n
    \n
  • ReadOnly - Enables/Disables the ReadOnly Constraints
  • \n
  • InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
  • \n
\n","type":"AnnotationConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#constraints"},"content":{"name":"content","description":"

Sets the textual description of the node/connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#content"},"displacement":{"name":"displacement","description":"

Sets the displacement of an annotation from its actual position

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#displacement"},"dragLimit":{"name":"dragLimit","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#draglimit"},"height":{"name":"height","description":"

Sets the height of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontal alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#horizontalalignment"},"hyperlink":{"name":"hyperlink","description":"

Sets the hyperlink of the label

\n","type":"HyperlinkModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#hyperlink"},"id":{"name":"id","description":"

Defines the unique id of the annotation

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#id"},"margin":{"name":"margin","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#margin"},"offset":{"name":"offset","description":"

Sets the segment offset of annotation

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#offset"},"rotateAngle":{"name":"rotateAngle","description":"

Sets the rotate angle of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#rotateangle"},"segmentAngle":{"name":"segmentAngle","description":"

Enable/Disable the angle based on the connector segment

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#segmentangle"},"style":{"name":"style","description":"

Defines the appearance of the text

\n","type":"TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#style"},"template":{"name":"template","description":"

Sets the textual description of the node/connector

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#template"},"type":{"name":"type","description":"

Sets the type of the annotation

\n
    \n
  • Shape - Sets the annotation type as Shape
  • \n
  • Path - Sets the annotation type as Path
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#type"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the vertical alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#verticalalignment"},"visibility":{"name":"visibility","description":"

Defines the visibility of the label

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#visibility"},"width":{"name":"width","description":"

Sets the width of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pathAnnotation#width"}},"ShapeAnnotation":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about an annotation

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#addinfo"},"constraints":{"name":"constraints","description":"

Enables or disables the default behaviors of the label.

\n
    \n
  • ReadOnly - Enables/Disables the ReadOnly Constraints
  • \n
  • InheritReadOnly - Enables/Disables the InheritReadOnly Constraints
  • \n
\n","type":"AnnotationConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#constraints"},"content":{"name":"content","description":"

Sets the textual description of the node/connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#content"},"dragLimit":{"name":"dragLimit","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#draglimit"},"height":{"name":"height","description":"

Sets the height of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontal alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#horizontalalignment"},"hyperlink":{"name":"hyperlink","description":"

Sets the hyperlink of the label

\n","type":"HyperlinkModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#hyperlink"},"id":{"name":"id","description":"

Defines the unique id of the annotation

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#id"},"margin":{"name":"margin","description":"

Sets the space to be left between an annotation and its parent node/connector

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#margin"},"offset":{"name":"offset","description":"

Sets the position of the annotation with respect to its parent bounds

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#offset"},"rotateAngle":{"name":"rotateAngle","description":"

Sets the rotate angle of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#rotateangle"},"style":{"name":"style","description":"

Defines the appearance of the text

\n","type":"TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#style"},"template":{"name":"template","description":"

Sets the textual description of the node/connector

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#template"},"type":{"name":"type","description":"

Sets the type of the annotation

\n
    \n
  • Shape - Sets the annotation type as Shape
  • \n
  • Path - Sets the annotation type as Path
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#type"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the vertical alignment of the text with respect to the parent node/connector

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#verticalalignment"},"visibility":{"name":"visibility","description":"

Defines the visibility of the label

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#visibility"},"width":{"name":"width","description":"

Sets the width of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/shapeAnnotation#width"}},"BpmnDiagrams":{},"ActivityFlow":{"exceptionFlowHeight":{"name":"exceptionFlowHeight","description":"

Defines the height of the exception flow.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/activityFlow#exceptionflowheight"},"flow":{"name":"flow","description":"

Defines the type of the UMLActivity flows\nObject - Sets the type of the UMLActivity Flow as Object\nControl - Sets the type of the UMLActivity Flow as Control\nException - Sets the type of the UMLActivity Flow as Exception

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/activityFlow#flow"},"type":{"name":"type","description":"

Defines the application specific type of connector

\n
    \n
  • Bpmn - Sets the type of the connection shape as Bpmn
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/activityFlow#type"}},"BezierSegment":{"allowDrag":{"name":"allowDrag","description":"

Defines the segment to be drag or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#allowdrag"},"point":{"name":"point","description":"

Sets the end point of the connector segment

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#point"},"point1":{"name":"point1","description":"

Sets the first control point of the connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#point1"},"point2":{"name":"point2","description":"

Sets the second control point of the connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#point2"},"type":{"name":"type","description":"

Defines the type of the segment

\n
    \n
  • Straight - Sets the segment type as Straight
  • \n
  • Orthogonal - Sets the segment type as Orthogonal
  • \n
  • Bezier - Sets the segment type as Bezier
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#type"},"vector1":{"name":"vector1","description":"

Defines the length and angle between the source point and the first control point of the diagram

\n","type":"VectorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#vector1"},"vector2":{"name":"vector2","description":"

Defines the length and angle between the target point and the second control point of the diagram

\n","type":"VectorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bezierSegment#vector2"}},"BpmnFlow":{"association":{"name":"association","description":"

Sets the type of the Bpmn association flows

\n
    \n
  • Default - Sets the type of Association flow as Default
  • \n
  • Directional - Sets the type of Association flow as Directional
  • \n
  • BiDirectional - Sets the type of Association flow as BiDirectional
  • \n
  • @default 'Default'
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnFlow#association"},"flow":{"name":"flow","description":"

Sets the type of the Bpmn flows

\n
    \n
  • Sequence - Sets the type of the Bpmn Flow as Sequence
  • \n
  • Association - Sets the type of the Bpmn Flow as Association
  • \n
  • Message - Sets the type of the Bpmn Flow as Message
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnFlow#flow"},"message":{"name":"message","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnFlow#message"},"sequence":{"name":"sequence","description":"

Sets the type of the Bpmn Sequence flows

\n
    \n
  • Default - Sets the type of the sequence flow as Default
  • \n
  • Normal - Sets the type of the sequence flow as Normal
  • \n
  • Conditional - Sets the type of the sequence flow as Conditional
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnFlow#sequence"},"type":{"name":"type","description":"

Defines the application specific type of connector

\n
    \n
  • Bpmn - Sets the type of the connection shape as Bpmn
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnFlow#type"}},"ClassifierMultiplicity":{"source":{"name":"source","description":"

Defines the type of the Classifier Multiplicity

\n","type":"MultiplicityLabelModel","link":"//ej2.syncfusion.com/documentation/api/diagram/classifierMultiplicity#source"},"target":{"name":"target","description":"

Defines the type of the Classifier Multiplicity

\n","type":"MultiplicityLabelModel","link":"//ej2.syncfusion.com/documentation/api/diagram/classifierMultiplicity#target"},"type":{"name":"type","description":"

Defines the type of the Classifier Multiplicity

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/classifierMultiplicity#type"}},"Connector":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about a node/connector

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#addinfo"},"annotations":{"name":"annotations","description":"","type":"PathAnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#annotations"},"bridgeSpace":{"name":"bridgeSpace","description":"

Defines the bridgeSpace of connector

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#bridgespace"},"collapseIcon":{"name":"collapseIcon","description":"

Defines the collapsed state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#collapseicon"},"constraints":{"name":"constraints","description":"

Defines the constraints of connector

\n
    \n
  • None - Interaction of the connectors cannot be done.
  • \n
  • Select - Selects the connector.
  • \n
  • Delete - Delete the connector.
  • \n
  • Drag - Drag the connector.
  • \n
  • DragSourceEnd - Drag the source end of the connector.
  • \n
  • DragTargetEnd - Drag the target end of the connector.
  • \n
  • DragSegmentThump - Drag the segment thumb of the connector.
  • \n
  • AllowDrop - Allow to drop a node.
  • \n
  • Bridging - Creates bridge on intersection of two connectors.
  • \n
  • InheritBridging - Creates bridge on intersection of two connectors.
  • \n
  • PointerEvents - Sets the pointer events.
  • \n
  • Tooltip - Displays a tooltip for the connectors.
  • \n
  • InheritToolTip - Displays a tooltip for the connectors.
  • \n
  • Interaction - Features of the connector used for interaction.
  • \n
  • ReadOnly - Enables ReadOnly
  • \n
\n","type":"ConnectorConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#constraints"},"cornerRadius":{"name":"cornerRadius","description":"

Sets the corner radius of the connector

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#cornerradius"},"excludeFromLayout":{"name":"excludeFromLayout","description":"

Defines whether the node should be automatically positioned or not. Applicable, if layout option is enabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#excludefromlayout"},"expandIcon":{"name":"expandIcon","description":"

Defines the expanded state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#expandicon"},"flip":{"name":"flip","description":"

Flip the element in Horizontal/Vertical directions

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#flip"},"hitPadding":{"name":"hitPadding","description":"

Sets the connector padding value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#hitpadding"},"id":{"name":"id","description":"

Represents the unique id of nodes/connectors

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#id"},"isExpanded":{"name":"isExpanded","description":"

Defines whether the node is expanded or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#isexpanded"},"margin":{"name":"margin","description":"

Defines the space to be left between the node and its immediate parent

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#margin"},"ports":{"name":"ports","description":"

Defines the collection of connection points of nodes/connectors

\n","type":"PointPortModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#ports"},"segments":{"name":"segments","description":"

Defines the segments

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#segments"},"shape":{"name":"shape","description":"

Defines the shape of the connector

\n","type":"ConnectorShapeModel|BpmnFlowModel|RelationShipModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#shape"},"sourceDecorator":{"name":"sourceDecorator","description":"

Defines the source decorator of the connector

\n","type":"DecoratorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#sourcedecorator"},"sourceID":{"name":"sourceID","description":"

Sets the source node/connector object of the connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#sourceid"},"sourcePadding":{"name":"sourcePadding","description":"

Sets the source padding of the connector

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#sourcepadding"},"sourcePoint":{"name":"sourcePoint","description":"

Sets the beginning point of the connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#sourcepoint"},"sourcePortID":{"name":"sourcePortID","description":"

Sets the unique id of the source port of the connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#sourceportid"},"style":{"name":"style","description":"

Defines the appearance of the connection path

\n","type":"StrokeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#style"},"targetDecorator":{"name":"targetDecorator","description":"

Defines the target decorator of the connector

\n","type":"DecoratorModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#targetdecorator"},"targetID":{"name":"targetID","description":"

Sets the target node/connector object of the connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#targetid"},"targetPadding":{"name":"targetPadding","description":"

Sets the target padding of the connector

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#targetpadding"},"targetPoint":{"name":"targetPoint","description":"

Sets the end point of the connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#targetpoint"},"targetPortID":{"name":"targetPortID","description":"

Sets the unique id of the target port of the connector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#targetportid"},"tooltip":{"name":"tooltip","description":"

defines the tooltip for the connector

\n","type":"DiagramTooltipModel","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#tooltip"},"type":{"name":"type","description":"

specifies the type of the connector line. They are

\n
    \n
  • Smooth
  • \n
  • Line
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/connector#type"},"visible":{"name":"visible","description":"

Sets the visibility of the node/connector

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#visible"},"wrapper":{"name":"wrapper","description":"

Defines the UI of the connector

\n","type":"Container","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#wrapper"},"zIndex":{"name":"zIndex","description":"

Defines the visual order of the node/connector in DOM

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/connector#zindex"},"color":{"name":"color","description":"

Color of the connector line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/connector#color"},"dashArray":{"name":"dashArray","description":"

dashArray of the connector line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/connector#dasharray"},"length":{"name":"length","description":"

Length of the connector line in pixels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/connector#length"},"width":{"name":"width","description":"

Width of the connector line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/connector#width"}},"ConnectorSegment":{"allowDrag":{"name":"allowDrag","description":"

Defines the segment to be drag or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorSegment#allowdrag"},"type":{"name":"type","description":"

Defines the type of the segment

\n
    \n
  • Straight - Sets the segment type as Straight
  • \n
  • Orthogonal - Sets the segment type as Orthogonal
  • \n
  • Bezier - Sets the segment type as Bezier
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorSegment#type"}},"ConnectorShape":{"type":{"name":"type","description":"

Defines the application specific type of connector

\n
    \n
  • Bpmn - Sets the type of the connection shape as Bpmn
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/connectorShape#type"}},"Decorator":{"height":{"name":"height","description":"

Sets the height of the decorator

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#height"},"pathData":{"name":"pathData","description":"

Defines the geometry of the decorator shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#pathdata"},"pivot":{"name":"pivot","description":"

Defines the position of the decorator with respect to the source/target point of the connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#pivot"},"shape":{"name":"shape","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#shape"},"style":{"name":"style","description":"

Defines the appearance of the decorator

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#style"},"width":{"name":"width","description":"

Sets the width of the decorator

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/decorator#width"}},"MultiplicityLabel":{"lowerBounds":{"name":"lowerBounds","description":"

Defines the type of the Classifier Multiplicity

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/multiplicityLabel#lowerbounds"},"optional":{"name":"optional","description":"

Defines the type of the Classifier Multiplicity

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/multiplicityLabel#optional"},"upperBounds":{"name":"upperBounds","description":"

Defines the type of the Classifier Multiplicity

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/multiplicityLabel#upperbounds"}},"OrthogonalSegment":{"allowDrag":{"name":"allowDrag","description":"

Defines the segment to be drag or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/orthogonalSegment#allowdrag"},"direction":{"name":"direction","description":"

Sets the direction of orthogonal segment

\n
    \n
  • Left - Sets the direction type as Left
  • \n
  • Right - Sets the direction type as Right
  • \n
  • Top - Sets the direction type as Top
  • \n
  • Bottom - Sets the direction type as Bottom
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/orthogonalSegment#direction"},"length":{"name":"length","description":"

Defines the length of orthogonal segment

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/orthogonalSegment#length"},"type":{"name":"type","description":"

Defines the type of the segment

\n
    \n
  • Straight - Sets the segment type as Straight
  • \n
  • Orthogonal - Sets the segment type as Orthogonal
  • \n
  • Bezier - Sets the segment type as Bezier
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/orthogonalSegment#type"}},"RelationShip":{"associationType":{"name":"associationType","description":"

Defines the association direction

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/relationShip#associationtype"},"multiplicity":{"name":"multiplicity","description":"

Defines the type of the Classifier Multiplicity

\n","type":"ClassifierMultiplicityModel","link":"//ej2.syncfusion.com/documentation/api/diagram/relationShip#multiplicity"},"relationship":{"name":"relationship","description":"

Defines the association direction

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/relationShip#relationship"},"type":{"name":"type","description":"

Defines the type of the UMLConnector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/relationShip#type"}},"StraightSegment":{"allowDrag":{"name":"allowDrag","description":"

Defines the segment to be drag or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/straightSegment#allowdrag"},"point":{"name":"point","description":"

Sets the end point of the connector segment

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/straightSegment#point"},"type":{"name":"type","description":"

Defines the type of the segment

\n
    \n
  • Straight - Sets the segment type as Straight
  • \n
  • Orthogonal - Sets the segment type as Orthogonal
  • \n
  • Bezier - Sets the segment type as Bezier
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/straightSegment#type"}},"Vector":{"angle":{"name":"angle","description":"

Defines the angle between the connector end point and control point of the bezier segment

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/vector#angle"},"distance":{"name":"distance","description":"

Defines the distance between the connector end point and control point of the bezier segment

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/vector#distance"}},"IconShape":{"borderColor":{"name":"borderColor","description":"

Sets the border color of an icon.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#bordercolor"},"borderWidth":{"name":"borderWidth","description":"

Defines the border width of the icon.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#borderwidth"},"content":{"name":"content","description":"

Defines the custom content of the icon

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#content"},"cornerRadius":{"name":"cornerRadius","description":"

Defines the corner radius of the icon border

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#cornerradius"},"fill":{"name":"fill","description":"

Sets the fill color of an icon.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#fill"},"height":{"name":"height","description":"

Defines the height of the icon.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Defines how the Icon has to be horizontally aligned.

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#horizontalalignment"},"margin":{"name":"margin","description":"

Defines the space that the icon has to be moved from its actual position

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#margin"},"offset":{"name":"offset","description":"

Defines the offset of the icon.

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#offset"},"padding":{"name":"padding","description":"

Defines the space that the icon has to be moved from the icon border

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#padding"},"pathData":{"name":"pathData","description":"

Defines the geometry of a path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#pathdata"},"shape":{"name":"shape","description":"

Defines the shape of the icon.\nNone\nMinus - sets the icon shape as minus\nPlus - sets the icon shape as Plus\nArrowUp - sets the icon shape as ArrowUp\nArrowDown - sets the icon shape as ArrowDown\nTemplate - sets the icon shape based on the given custom template\nPath - sets the icon shape based on the given custom Path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#shape"},"verticalAlignment":{"name":"verticalAlignment","description":"

Defines how the Icon has to be Vertically aligned.

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#verticalalignment"},"width":{"name":"width","description":"

Defines the width of the icon.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/iconShape#width"}},"LayoutAnimation":{"expand":{"name":"expand","description":"

Layout expand function for animation of expand and collapse

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/layoutAnimation#expand"},"updateOpacity":{"name":"updateOpacity","description":"

update the node opacity for the node and connector once the layout animation starts

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/layoutAnimation#updateopacity"}},"BasicShape":{"cornerRadius":{"name":"cornerRadius","description":"

Sets the corner of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/basicShape#cornerradius"},"points":{"name":"points","description":"

Defines the collection of points to draw a polygon

\n","type":"PointModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/basicShape#points"},"shape":{"name":"shape","description":"

Defines the type of the basic shape

\n
    \n
  • Rectangle - Sets the type of the basic shape as Rectangle
  • \n
  • Ellipse - Sets the type of the basic shape as Ellipse
  • \n
  • Hexagon - Sets the type of the basic shape as Hexagon
  • \n
  • Parallelogram - Sets the type of the basic shape as Parallelogram
  • \n
  • Triangle - Sets the type of the basic shape as Triangle
  • \n
  • Plus - Sets the type of the basic shape as Plus
  • \n
  • Star - Sets the type of the basic shape as Star
  • \n
  • Pentagon - Sets the type of the basic shape as Pentagon
  • \n
  • Heptagon - Sets the type of the basic shape as Heptagon
  • \n
  • Octagon - Sets the type of the basic shape as Octagon
  • \n
  • Trapezoid - Sets the type of the basic shape as Trapezoid
  • \n
  • Decagon - Sets the type of the basic shape as Decagon
  • \n
  • RightTriangle - Sets the type of the basic shape as RightTriangle
  • \n
  • Cylinder - Sets the type of the basic shape as Cylinder
  • \n
  • Diamond - Sets the type of the basic shape as Diamond
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/basicShape#shape"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/basicShape#type"}},"BpmnActivity":{"activity":{"name":"activity","description":"

Defines the type of the activity

\n
    \n
  • None - Sets the type of the Bpmn Activity as None
  • \n
  • Task - Sets the type of the Bpmn Activity as Task
  • \n
  • SubProcess - Sets the type of the Bpmn Activity as SubProcess
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnActivity#activity"},"subProcess":{"name":"subProcess","description":"

Defines the type of the SubProcesses

\n","type":"BpmnSubProcessModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnActivity#subprocess"},"task":{"name":"task","description":"

Defines the BPMN task

\n","type":"BpmnTaskModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnActivity#task"}},"BpmnAnnotation":{"angle":{"name":"angle","description":"

Sets the angle between the bpmn shape and the annotation

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#angle"},"height":{"name":"height","description":"

Sets the height of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#height"},"id":{"name":"id","description":"

Sets the id of the BPMN sub event

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#id"},"length":{"name":"length","description":"

Sets the distance between the bpmn shape and the annotation

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#length"},"text":{"name":"text","description":"

Sets the text to annotate the bpmn shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#text"},"width":{"name":"width","description":"

Sets the width of the text

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnAnnotation#width"}},"BpmnDataObject":{"collection":{"name":"collection","description":"

Sets whether the data object is a collection or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnDataObject#collection"},"type":{"name":"type","description":"

Defines the type of the BPMN data object

\n
    \n
  • None - Sets the type of the data object as None
  • \n
  • Input - Sets the type of the data object as Input
  • \n
  • Output - Sets the type of the data object as Output
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnDataObject#type"}},"BpmnEvent":{"event":{"name":"event","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnEvent#event"},"trigger":{"name":"trigger","description":"

Defines the type of the trigger

\n
    \n
  • None - Sets the type of the trigger as None
  • \n
  • Message - Sets the type of the trigger as Message
  • \n
  • Escalation - Sets the type of the trigger as Escalation
  • \n
  • Link - Sets the type of the trigger as Link
  • \n
  • Error - Sets the type of the trigger as Error
  • \n
  • Compensation - Sets the type of the trigger as Compensation
  • \n
  • Signal - Sets the type of the trigger as Signal
  • \n
  • Multiple - Sets the type of the trigger as Multiple
  • \n
  • Parallel - Sets the type of the trigger as Parallel
  • \n
  • Cancel - Sets the type of the trigger as Cancel
  • \n
  • Conditional - Sets the type of the trigger as Conditional
  • \n
  • Terminate - Sets the type of the trigger as Terminate
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnEvent#trigger"}},"BpmnGateway":{"type":{"name":"type","description":"

Defines the type of the BPMN Gateway

\n
    \n
  • None - Sets the type of the gateway as None
  • \n
  • Exclusive - Sets the type of the gateway as Exclusive
  • \n
  • Inclusive - Sets the type of the gateway as Inclusive
  • \n
  • Complex - Sets the type of the gateway as Complex
  • \n
  • EventBased - Sets the type of the gateway as EventBased
  • \n
  • ExclusiveEventBased - Sets the type of the gateway as ExclusiveEventBased
  • \n
  • ParallelEventBased - Sets the type of the gateway as ParallelEventBased
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnGateway#type"}},"BpmnShape":{"activity":{"name":"activity","description":"

Defines the type of the BPMN Activity shape

\n","type":"BpmnActivityModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#activity"},"annotation":{"name":"annotation","description":"

Defines the text of the bpmn annotation

\n","type":"BpmnAnnotationModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#annotation"},"annotations":{"name":"annotations","description":"

Defines the text of the bpmn annotation collection

\n","type":"BpmnAnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#annotations"},"dataObject":{"name":"dataObject","description":"

Defines the type of the BPMN DataObject shape

\n","type":"BpmnDataObjectModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#dataobject"},"event":{"name":"event","description":"

Defines the type of the BPMN Event shape

\n","type":"BpmnEventModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#event"},"gateway":{"name":"gateway","description":"

Defines the type of the BPMN Gateway shape

\n","type":"BpmnGatewayModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#gateway"},"shape":{"name":"shape","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#shape"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnShape#type"}},"BpmnSubEvent":{"annotations":{"name":"annotations","description":"

Defines the collection of textual annotations of the sub events

\n","type":"ShapeAnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#annotations"},"event":{"name":"event","description":"

Sets the type of the BPMN Event

\n
    \n
  • Start - Sets the type of the Bpmn Event as Start
  • \n
  • Intermediate - Sets the type of the Bpmn Event as Intermediate
  • \n
  • End - Sets the type of the Bpmn Event as End
  • \n
  • NonInterruptingStart - Sets the type of the Bpmn Event as NonInterruptingStart
  • \n
  • NonInterruptingIntermediate - Sets the type of the Bpmn Event as NonInterruptingIntermediate
  • \n
  • ThrowingIntermediate - Sets the type of the Bpmn Event as ThrowingIntermediate
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#event"},"height":{"name":"height","description":"

Sets the height of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets how to horizontally align a node with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#horizontalalignment"},"id":{"name":"id","description":"

Sets the id of the BPMN sub event

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#id"},"margin":{"name":"margin","description":"

Defines the space to be left between the node and its immediate parent

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#margin"},"offset":{"name":"offset","description":"

Defines the position of the sub event

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#offset"},"ports":{"name":"ports","description":"

Defines the collection of connection points of the sub events

\n","type":"PointPortModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#ports"},"trigger":{"name":"trigger","description":"

Defines the type of the trigger

\n
    \n
  • None - Sets the type of the trigger as None
  • \n
  • Message - Sets the type of the trigger as Message
  • \n
  • Escalation - Sets the type of the trigger as Escalation
  • \n
  • Link - Sets the type of the trigger as Link
  • \n
  • Error - Sets the type of the trigger as Error
  • \n
  • Compensation - Sets the type of the trigger as Compensation
  • \n
  • Signal - Sets the type of the trigger as Signal
  • \n
  • Multiple - Sets the type of the trigger as Multiple
  • \n
  • Parallel - Sets the type of the trigger as Parallel
  • \n
  • Cancel - Sets the type of the trigger as Cancel
  • \n
  • Conditional - Sets the type of the trigger as Conditional
  • \n
  • Terminate - Sets the type of the trigger as Terminate
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#trigger"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets how to vertically align a node with respect to its immediate parent

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#verticalalignment"},"visible":{"name":"visible","description":"

Sets the visibility of the sub event

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#visible"},"width":{"name":"width","description":"

Sets the width of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubEvent#width"}},"BpmnSubProcess":{"adhoc":{"name":"adhoc","description":"

Defines whether the sub process is without any prescribed order or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#adhoc"},"boundary":{"name":"boundary","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#boundary"},"collapsed":{"name":"collapsed","description":"

Defines the whether the shape is collapsed or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#collapsed"},"compensation":{"name":"compensation","description":"

Defines the whether the task is triggered as a compensation of another task

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#compensation"},"events":{"name":"events","description":"","type":"BpmnSubEventModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#events"},"loop":{"name":"loop","description":"

Defines the type of the BPMNLoop

\n
    \n
  • None - Sets the type of the Bpmn loop as None
  • \n
  • Standard - Sets the type of the Bpmn loop as Standard
  • \n
  • ParallelMultiInstance - Sets the type of the Bpmn loop as ParallelMultiInstance
  • \n
  • SequenceMultiInstance - Sets the type of the Bpmn loop as SequenceMultiInstance
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#loop"},"processes":{"name":"processes","description":"

Defines the transaction sub process

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#processes"},"transaction":{"name":"transaction","description":"

Defines the transaction sub process

\n","type":"BpmnTransactionSubProcessModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#transaction"},"type":{"name":"type","description":"

Defines the type of the sub process

\n
    \n
  • None - Sets the type of the Sub process as None
  • \n
  • Transaction - Sets the type of the Sub process as Transaction
  • \n
  • Event - Sets the type of the Sub process as Event
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnSubProcess#type"}},"BpmnTask":{"call":{"name":"call","description":"

Sets whether the task is global or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTask#call"},"compensation":{"name":"compensation","description":"

Sets whether the task is triggered as a compensation of another specific activity

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTask#compensation"},"loop":{"name":"loop","description":"

Defines the type of the BPMN loops

\n
    \n
  • None - Sets the type of the Bpmn loop as None
  • \n
  • Standard - Sets the type of the Bpmn loop as Standard
  • \n
  • ParallelMultiInstance - Sets the type of the Bpmn loop as ParallelMultiInstance
  • \n
  • SequenceMultiInstance - Sets the type of the Bpmn loop as SequenceMultiInstance
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTask#loop"},"type":{"name":"type","description":"

Defines the type of the task

\n
    \n
  • None - Sets the type of the Bpmn Tasks as None
  • \n
  • Service - Sets the type of the Bpmn Tasks as Service
  • \n
  • Receive - Sets the type of the Bpmn Tasks as Receive
  • \n
  • Send - Sets the type of the Bpmn Tasks as Send
  • \n
  • InstantiatingReceive - Sets the type of the Bpmn Tasks as InstantiatingReceive
  • \n
  • Manual - Sets the type of the Bpmn Tasks as Manual
  • \n
  • BusinessRule - Sets the type of the Bpmn Tasks as BusinessRule
  • \n
  • User - Sets the type of the Bpmn Tasks as User
  • \n
  • Script - Sets the type of the Bpmn Tasks as Script
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTask#type"}},"BpmnTransactionSubProcess":{"cancel":{"name":"cancel","description":"

Defines the size and position of the cancel port

\n","type":"BpmnSubEventModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTransactionSubProcess#cancel"},"failure":{"name":"failure","description":"

Defines the size and position of the failure port

\n","type":"BpmnSubEventModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTransactionSubProcess#failure"},"success":{"name":"success","description":"

Defines the size and position of the success port

\n","type":"BpmnSubEventModel","link":"//ej2.syncfusion.com/documentation/api/diagram/bpmnTransactionSubProcess#success"}},"ChildContainer":{"orientation":{"name":"orientation","description":"

Defines the type of the swimLane orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/childContainer#orientation"},"type":{"name":"type","description":"

Defines the type of the container

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/childContainer#type"}},"FlowShape":{"shape":{"name":"shape","description":"

Defines the type of the flow shape

\n
    \n
  • Process - Sets the type of the flow shape as Process
  • \n
  • Decision - Sets the type of the flow shape as Decision
  • \n
  • Document - Sets the type of the flow shape as Document
  • \n
  • PreDefinedProcess - Sets the type of the flow shape as PreDefinedProcess
  • \n
  • Terminator - Sets the type of the flow shape as Terminator
  • \n
  • PaperTap - Sets the type of the flow shape as PaperTap
  • \n
  • DirectData - Sets the type of the flow shape as DirectData
  • \n
  • SequentialData - Sets the type of the flow shape as SequentialData
  • \n
  • MultiData - Sets the type of the flow shape as MultiData
  • \n
  • Collate - Sets the type of the flow shape as Collate
  • \n
  • SummingJunction - Sets the type of the flow shape as SummingJunction
  • \n
  • Or - Sets the type of the flow shape as Or
  • \n
  • InternalStorage - Sets the type of the flow shape as InternalStorage
  • \n
  • Extract - Sets the type of the flow shape as Extract
  • \n
  • ManualOperation - Sets the type of the flow shape as ManualOperation
  • \n
  • Merge - Sets the type of the flow shape as Merge
  • \n
  • OffPageReference - Sets the type of the flow shape as OffPageReference
  • \n
  • SequentialAccessStorage - Sets the type of the flow shape as SequentialAccessStorage
  • \n
  • Annotation - Sets the type of the flow shape as Annotation
  • \n
  • Annotation2 - Sets the type of the flow shape as Annotation2
  • \n
  • Data - Sets the type of the flow shape as Data
  • \n
  • Card - Sets the type of the flow shape as Card
  • \n
  • Delay - Sets the type of the flow shape as Delay
  • \n
  • Preparation - Sets the type of the flow shape as Preparation
  • \n
  • Display - Sets the type of the flow shape as Display
  • \n
  • ManualInput - Sets the type of the flow shape as ManualInput
  • \n
  • LoopLimit - Sets the type of the flow shape as LoopLimit
  • \n
  • StoredData - Sets the type of the flow shape as StoredData
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/flowShape#shape"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/flowShape#type"}},"Html":{"content":{"name":"content","description":"

Defines the geometry of a html element.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/html#content"},"type":{"name":"type","description":"

Defines the type of node shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/html#type"}},"Lane":{"canMove":{"name":"canMove","description":"

Defines when the lane to be interchanged or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#canmove"},"children":{"name":"children","description":"

Defines the collection of child nodes

\n","type":"NodeModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#children"},"header":{"name":"header","description":"

Defines the collection of header in the phase.

\n","type":"HeaderModel","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#header"},"height":{"name":"height","description":"

Defines the height of the phase

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#height"},"id":{"name":"id","description":"

Sets the id of the lane

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#id"},"style":{"name":"style","description":"

Sets style of the lane

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#style"},"width":{"name":"width","description":"

Defines the height of the phase

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/lane#width"}},"MethodArguments":{"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/methodArguments#name"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/methodArguments#style"},"type":{"name":"type","description":"

Defines the type of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/methodArguments#type"}},"Native":{"content":{"name":"content","description":"

Defines the geometry of a native element.

\n","type":"string|SVGElement","link":"//ej2.syncfusion.com/documentation/api/diagram/native#content"},"scale":{"name":"scale","description":"

Defines the scale of the native element.

\n
    \n
  • None - Sets the stretch type for diagram as None
  • \n
  • Stretch - Sets the stretch type for diagram as Stretch
  • \n
  • Meet - Sets the stretch type for diagram as Meet
  • \n
  • Slice - Sets the stretch type for diagram as Slice
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/native#scale"},"type":{"name":"type","description":"

Defines the type of node shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/native#type"}},"Node":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about a node/connector

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/node#addinfo"},"annotations":{"name":"annotations","description":"

Defines the collection of textual annotations of nodes/connectors

\n","type":"ShapeAnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/node#annotations"},"backgroundColor":{"name":"backgroundColor","description":"

Sets the background color of the shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#backgroundcolor"},"borderColor":{"name":"borderColor","description":"

Sets the border color of the node

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#bordercolor"},"borderWidth":{"name":"borderWidth","description":"

Sets the border width of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#borderwidth"},"branch":{"name":"branch","description":"

Set the branch for the mind map

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#branch"},"children":{"name":"children","description":"

Defines the children of group element

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/diagram/node#children"},"collapseIcon":{"name":"collapseIcon","description":"

Defines the collapsed state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#collapseicon"},"columnIndex":{"name":"columnIndex","description":"

Used to define a index of column in the grid

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#columnindex"},"columnSpan":{"name":"columnSpan","description":"

Merge the column use the property in the grid container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#columnspan"},"columns":{"name":"columns","description":"

Used to define the column for the grid container

\n","type":"ColumnDefinition[]","link":"//ej2.syncfusion.com/documentation/api/diagram/node#columns"},"constraints":{"name":"constraints","description":"

Enables/Disables certain features of nodes

\n
    \n
  • None - Disable all node Constraints
  • \n
  • Select - Enables node to be selected
  • \n
  • Drag - Enables node to be Dragged
  • \n
  • Rotate - Enables node to be Rotate
  • \n
  • Shadow - Enables node to display shadow
  • \n
  • PointerEvents - Enables node to provide pointer option
  • \n
  • Delete - Enables node to delete
  • \n
  • InConnect - Enables node to provide in connect option
  • \n
  • OutConnect - Enables node to provide out connect option
  • \n
  • Individual - Enables node to provide individual resize option
  • \n
  • Expandable - Enables node to provide Expandable option
  • \n
  • AllowDrop - Enables node to provide allow to drop option
  • \n
  • Inherit - Enables node to inherit the interaction option
  • \n
  • ResizeNorthEast - Enable ResizeNorthEast of the node
  • \n
  • ResizeEast - Enable ResizeEast of the node
  • \n
  • ResizeSouthEast - Enable ResizeSouthEast of the node
  • \n
  • ResizeSouth - Enable ResizeSouthWest of the node
  • \n
  • ResizeSouthWest - Enable ResizeSouthWest of the node
  • \n
  • ResizeSouth - Enable ResizeSouth of the node
  • \n
  • ResizeSouthWest - Enable ResizeSouthWest of the node
  • \n
  • ResizeWest - Enable ResizeWest of the node
  • \n
  • ResizeNorth - Enable ResizeNorth of the node
  • \n
  • Resize - Enables the Aspect ratio fo the node
  • \n
  • AspectRatio - Enables the Aspect ratio fo the node
  • \n
  • Tooltip - Enables or disables tool tip for the Nodes
  • \n
  • InheritTooltip - Enables or disables tool tip for the Nodes
  • \n
  • ReadOnly - Enables the ReadOnly support for Annotation
  • \n
\n","type":"NodeConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/node#constraints"},"container":{"name":"container","description":"

Defines the type of the container

\n","type":"ChildContainerModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#container"},"data":{"name":"data","description":"

Sets the data source of the node

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/node#data"},"excludeFromLayout":{"name":"excludeFromLayout","description":"

Defines whether the node should be automatically positioned or not. Applicable, if layout option is enabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/node#excludefromlayout"},"expandIcon":{"name":"expandIcon","description":"

Defines the expanded state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#expandicon"},"flip":{"name":"flip","description":"

Flip the element in Horizontal/Vertical directions

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#flip"},"height":{"name":"height","description":"

Sets the height of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontalAlignment of the node

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#horizontalalignment"},"id":{"name":"id","description":"

Represents the unique id of nodes/connectors

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#id"},"isExpanded":{"name":"isExpanded","description":"

Defines whether the node is expanded or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/node#isexpanded"},"margin":{"name":"margin","description":"

Defines the space to be left between the node and its immediate parent

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#margin"},"maxHeight":{"name":"maxHeight","description":"

Sets the maximum height of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#maxheight"},"maxWidth":{"name":"maxWidth","description":"

Sets the maximum width of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#maxwidth"},"minHeight":{"name":"minHeight","description":"

Sets the minimum height of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#minheight"},"minWidth":{"name":"minWidth","description":"

Sets the minimum width of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#minwidth"},"offsetX":{"name":"offsetX","description":"

Sets the x-coordinate of the position of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets the y-coordinate of the position of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#offsety"},"pivot":{"name":"pivot","description":"

Sets the reference point, that will act as the offset values(offsetX, offsetY) of a node

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#pivot"},"ports":{"name":"ports","description":"

Defines the collection of connection points of nodes/connectors

\n","type":"PointPortModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/node#ports"},"rotateAngle":{"name":"rotateAngle","description":"

Sets the rotate angle of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#rotateangle"},"rowIndex":{"name":"rowIndex","description":"

Used to define a index of row in the grid

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#rowindex"},"rowSpan":{"name":"rowSpan","description":"

Merge the row use the property in the grid container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#rowspan"},"rows":{"name":"rows","description":"

Used to define the rows for the grid container

\n","type":"RowDefinition[]","link":"//ej2.syncfusion.com/documentation/api/diagram/node#rows"},"shadow":{"name":"shadow","description":"

Defines the shadow of a shape/path

\n","type":"ShadowModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#shadow"},"shape":{"name":"shape","description":"

Defines the shape of a node

\n","type":"ShapeModel|FlowShapeModel|BasicShapeModel|ImageModel|PathModel|TextModel|BpmnShapeModel|NativeModel|HtmlModel|UmlActivityShapeModel|UmlClassifierShapeModel|SwimLaneModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#shape"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#style"},"tooltip":{"name":"tooltip","description":"

defines the tooltip for the node

\n","type":"DiagramTooltipModel","link":"//ej2.syncfusion.com/documentation/api/diagram/node#tooltip"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the verticalAlignment of the node

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/node#verticalalignment"},"visible":{"name":"visible","description":"

Sets the visibility of the node/connector

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/node#visible"},"width":{"name":"width","description":"

Sets the width of the node

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#width"},"wrapper":{"name":"wrapper","description":"

Sets or gets the UI of a node

\n","type":"Container","link":"//ej2.syncfusion.com/documentation/api/diagram/node#wrapper"},"zIndex":{"name":"zIndex","description":"

Defines the visual order of the node/connector in DOM

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/node#zindex"}},"Path":{"data":{"name":"data","description":"

Defines the geometry of a path

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/path#data"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/path#type"}},"Phase":{"header":{"name":"header","description":"

Sets the header collection of the phase

\n","type":"HeaderModel","link":"//ej2.syncfusion.com/documentation/api/diagram/phase#header"},"id":{"name":"id","description":"

Sets the id of the phase

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/phase#id"},"offset":{"name":"offset","description":"

Sets the offset of the lane

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/phase#offset"},"style":{"name":"style","description":"

Sets the style of the lane

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/phase#style"}},"Selector":{"connectors":{"name":"connectors","description":"

Defines the collection of selected connectors

\n","type":"ConnectorModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#connectors"},"constraints":{"name":"constraints","description":"

Controls the visibility of selector.

\n
    \n
  • None - Hides all the selector elements
  • \n
  • ConnectorSourceThumb - Shows/hides the source thumb of the connector
  • \n
  • ConnectorTargetThumb - Shows/hides the target thumb of the connector
  • \n
  • ResizeSouthEast - Shows/hides the bottom right resize handle of the selector
  • \n
  • ResizeSouthWest - Shows/hides the bottom left resize handle of the selector
  • \n
  • ResizeNorthEast - Shows/hides the top right resize handle of the selector
  • \n
  • ResizeNorthWest - Shows/hides the top left resize handle of the selector
  • \n
  • ResizeEast - Shows/hides the middle right resize handle of the selector
  • \n
  • ResizeWest - Shows/hides the middle left resize handle of the selector
  • \n
  • ResizeSouth - Shows/hides the bottom center resize handle of the selector
  • \n
  • ResizeNorth - Shows/hides the top center resize handle of the selector
  • \n
  • Rotate - Shows/hides the rotate handle of the selector
  • \n
  • UserHandles - Shows/hides the user handles of the selector
  • \n
  • Resize - Shows/hides all resize handles of the selector
  • \n
\n","type":"SelectorConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#constraints"},"height":{"name":"height","description":"

Sets/Gets the height of the container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#height"},"nodes":{"name":"nodes","description":"

Defines the collection of selected nodes

\n","type":"NodeModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#nodes"},"offsetX":{"name":"offsetX","description":"

Sets the positionX of the container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#offsetx"},"offsetY":{"name":"offsetY","description":"

Sets the positionY of the container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#offsety"},"pivot":{"name":"pivot","description":"

Sets the pivot of the selector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#pivot"},"rotateAngle":{"name":"rotateAngle","description":"

Sets the rotate angle of the container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#rotateangle"},"rubberBandSelectionMode":{"name":"rubberBandSelectionMode","description":"

Defines how to pick the objects to be selected using rubber band selection

\n
    \n
  • CompleteIntersect - Selects the objects that are contained within the selected region
  • \n
  • PartialIntersect - Selects the objects that are partially intersected with the selected region
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#rubberbandselectionmode"},"setTooltipTemplate":{"name":"setTooltipTemplate","description":"

setTooltipTemplate helps to customize the content of a tooltip

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#settooltiptemplate"},"userHandles":{"name":"userHandles","description":"

Defines the collection of user handle

\n","type":"UserHandleModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#userhandles"},"width":{"name":"width","description":"

Sets/Gets the width of the container

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#width"},"wrapper":{"name":"wrapper","description":"

Defines the size and position of the container

\n","type":"Container","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#wrapper"},"init":{"name":"init","description":"

Initializes the UI of the container

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/diagram/selector#init"}},"Shape":{"type":{"name":"type","description":"

Defines the type of node shape

\n
    \n
  • Path - Sets the type of the node as Path
  • \n
  • Text - Sets the type of the node as Text
  • \n
  • Image - Sets the type of the node as Image
  • \n
  • Basic - Sets the type of the node as Basic
  • \n
  • Flow - Sets the type of the node as Flow
  • \n
  • Bpmn - Sets the type of the node as Bpmn
  • \n
  • Native - Sets the type of the node as Native
  • \n
  • HTML - Sets the type of the node as HTML
  • \n
  • UMLActivity - Sets the type of the node as UMLActivity
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/shape#type"}},"SwimLane":{"header":{"name":"header","description":"

Defines the collection of header

\n","type":"HeaderModel","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#header"},"isLane":{"name":"isLane","description":"

Defines the whether the shape is a lane or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#islane"},"isPhase":{"name":"isPhase","description":"

Defines the whether the shape is a phase or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#isphase"},"lanes":{"name":"lanes","description":"

Defines the collection of lanes

\n","type":"LaneModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#lanes"},"orientation":{"name":"orientation","description":"

Defines the orientation of the swimLane

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#orientation"},"phaseSize":{"name":"phaseSize","description":"

Defines the size of phase.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#phasesize"},"phases":{"name":"phases","description":"

Defines the collection of phases.

\n","type":"PhaseModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#phases"},"type":{"name":"type","description":"

Defines the type of node shape.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/swimLane#type"}},"Text":{"content":{"name":"content","description":"

Defines the content of a text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/text#content"},"margin":{"name":"margin","description":"

Defines the space to be let between the node and its immediate parent

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/text#margin"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/text#type"}},"UmlActivityShape":{"shape":{"name":"shape","description":"

Defines the type of the UMLActivity shape

\n
    \n
  • Action - Sets the type of the UMLActivity Shape as Action
  • \n
  • Decision - Sets the type of the UMLActivity Shape as Decision
  • \n
  • MergeNode - Sets the type of the UMLActivity Shape as MergeNode
  • \n
  • InitialNode - Sets the type of the UMLActivity Shape as InitialNode
  • \n
  • FinalNode - Sets the type of the UMLActivity Shape as FinalNode
  • \n
  • ForkNode - Sets the type of the UMLActivity Shape as ForkNode
  • \n
  • JoinNode - Sets the type of the UMLActivity Shape as JoinNode
  • \n
  • TimeEvent - Sets the type of the UMLActivity Shape as TimeEvent
  • \n
  • AcceptingEvent - Sets the type of the UMLActivity Shape as AcceptingEvent
  • \n
  • SendSignal - Sets the type of the UMLActivity Shape as SendSignal
  • \n
  • ReceiveSignal - Sets the type of the UMLActivity Shape as ReceiveSignal
  • \n
  • StructuredNode - Sets the type of the UMLActivity Shape as StructuredNode
  • \n
  • Note - Sets the type of the UMLActivity Shape as Note
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlActivityShape#shape"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlActivityShape#type"}},"UmlClass":{"attributes":{"name":"attributes","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlClassAttributeModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClass#attributes"},"methods":{"name":"methods","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlClassMethodModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClass#methods"},"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClass#name"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClass#style"}},"UmlClassAttribute":{"isSeparator":{"name":"isSeparator","description":"

Defines the separator of the attributes

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassAttribute#isseparator"},"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassAttribute#name"},"scope":{"name":"scope","description":"

Defines the type of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassAttribute#scope"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassAttribute#style"},"type":{"name":"type","description":"

Defines the type of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassAttribute#type"}},"UmlClassMethod":{"isSeparator":{"name":"isSeparator","description":"

Defines the separator of the attributes

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#isseparator"},"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#name"},"parameters":{"name":"parameters","description":"

Defines the type of the arguments

\n","type":"MethodArgumentsModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#parameters"},"scope":{"name":"scope","description":"

Defines the type of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#scope"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#style"},"type":{"name":"type","description":"

Defines the type of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassMethod#type"}},"UmlClassifierShape":{"classShape":{"name":"classShape","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlClassModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassifierShape#classshape"},"classifier":{"name":"classifier","description":"

Defines the type of classifier

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassifierShape#classifier"},"enumerationShape":{"name":"enumerationShape","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlEnumerationModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassifierShape#enumerationshape"},"interfaceShape":{"name":"interfaceShape","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlInterfaceModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassifierShape#interfaceshape"},"type":{"name":"type","description":"

Defines the type of node shape

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlClassifierShape#type"}},"UmlEnumeration":{"members":{"name":"members","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlEnumerationMemberModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumeration#members"},"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumeration#name"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumeration#style"}},"UmlEnumerationMember":{"isSeparator":{"name":"isSeparator","description":"

Defines the separator of the attributes

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumerationMember#isseparator"},"name":{"name":"name","description":"

Defines the value of the member

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumerationMember#name"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"ShapeStyleModel|TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumerationMember#style"},"value":{"name":"value","description":"

Defines the value of the member

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlEnumerationMember#value"}},"UmlInterface":{"attributes":{"name":"attributes","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlClassAttributeModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlInterface#attributes"},"isSeparator":{"name":"isSeparator","description":"

Defines the separator of the attributes

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/umlInterface#isseparator"},"methods":{"name":"methods","description":"

Defines the text of the bpmn annotation collection

\n","type":"UmlClassMethodModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/umlInterface#methods"},"name":{"name":"name","description":"

Defines the name of the attributes

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/umlInterface#name"},"style":{"name":"style","description":"

Sets the shape style of the node

\n","type":"TextStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/umlInterface#style"}},"NodeBase":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about a node/connector

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#addinfo"},"collapseIcon":{"name":"collapseIcon","description":"

Defines the collapsed state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#collapseicon"},"excludeFromLayout":{"name":"excludeFromLayout","description":"

Defines whether the node should be automatically positioned or not. Applicable, if layout option is enabled.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#excludefromlayout"},"expandIcon":{"name":"expandIcon","description":"

Defines the expanded state of a node

\n","type":"IconShapeModel","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#expandicon"},"flip":{"name":"flip","description":"

Flip the element in Horizontal/Vertical directions

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#flip"},"id":{"name":"id","description":"

Represents the unique id of nodes/connectors

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#id"},"isExpanded":{"name":"isExpanded","description":"

Defines whether the node is expanded or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#isexpanded"},"margin":{"name":"margin","description":"

Defines the space to be left between the node and its immediate parent

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#margin"},"ports":{"name":"ports","description":"

Defines the collection of connection points of nodes/connectors

\n","type":"PointPortModel[]","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#ports"},"tooltip":{"name":"tooltip","description":"

defines the tooltip for the node

\n","type":"DiagramTooltipModel","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#tooltip"},"visible":{"name":"visible","description":"

Sets the visibility of the node/connector

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#visible"},"zIndex":{"name":"zIndex","description":"

Defines the visual order of the node/connector in DOM

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/nodeBase#zindex"}},"PointPort":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about a port

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#addinfo"},"constraints":{"name":"constraints","description":"

Defines the constraints of port

\n","type":"PortConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#constraints"},"height":{"name":"height","description":"

Sets the height of the port

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontal alignment of the port with respect to its immediate parent(node/connector)

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#horizontalalignment"},"id":{"name":"id","description":"

Defines the unique id of the port

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#id"},"margin":{"name":"margin","description":"

Defines the space that the port has to be moved from its actual position

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#margin"},"offset":{"name":"offset","description":"

Defines the position of the port with respect to the boundaries of nodes/connector

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#offset"},"pathData":{"name":"pathData","description":"

Defines the geometry of the port

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#pathdata"},"shape":{"name":"shape","description":"

Defines the type of the port shape

\n
    \n
  • X - Sets the decorator shape as X
  • \n
  • Circle - Sets the decorator shape as Circle
  • \n
  • Square - Sets the decorator shape as Square
  • \n
  • Custom - Sets the decorator shape as Custom
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#shape"},"style":{"name":"style","description":"

Defines the appearance of the port

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#style"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the vertical alignment of the port with respect to its immediate parent(node/connector)

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#verticalalignment"},"visibility":{"name":"visibility","description":"

Defines the type of the port visibility

\n
    \n
  • Visible - Always shows the port
  • \n
  • Hidden - Always hides the port
  • \n
  • Hover - Shows the port when the mouse hovers over a node
  • \n
  • Connect - Shows the port when a connection end point is dragged over a node
  • \n
\n","type":"PortVisibility","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#visibility"},"width":{"name":"width","description":"

Sets the width of the port

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/pointPort#width"}},"Port":{"addInfo":{"name":"addInfo","description":"

Allows the user to save custom information/data about a port

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/diagram/port#addinfo"},"constraints":{"name":"constraints","description":"

Defines the constraints of port

\n","type":"PortConstraints","link":"//ej2.syncfusion.com/documentation/api/diagram/port#constraints"},"height":{"name":"height","description":"

Sets the height of the port

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/port#height"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Sets the horizontal alignment of the port with respect to its immediate parent(node/connector)

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Left - Aligns the diagram element at the left of its immediate parent
  • \n
  • Right - Aligns the diagram element at the right of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/port#horizontalalignment"},"id":{"name":"id","description":"

Defines the unique id of the port

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/port#id"},"margin":{"name":"margin","description":"

Defines the space that the port has to be moved from its actual position

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/diagram/port#margin"},"pathData":{"name":"pathData","description":"

Defines the geometry of the port

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/port#pathdata"},"shape":{"name":"shape","description":"

Defines the type of the port shape

\n
    \n
  • X - Sets the decorator shape as X
  • \n
  • Circle - Sets the decorator shape as Circle
  • \n
  • Square - Sets the decorator shape as Square
  • \n
  • Custom - Sets the decorator shape as Custom
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/port#shape"},"style":{"name":"style","description":"

Defines the appearance of the port

\n","type":"ShapeStyleModel","link":"//ej2.syncfusion.com/documentation/api/diagram/port#style"},"verticalAlignment":{"name":"verticalAlignment","description":"

Sets the vertical alignment of the port with respect to its immediate parent(node/connector)

\n
    \n
  • Stretch - Stretches the diagram element throughout its immediate parent
  • \n
  • Top - Aligns the diagram element at the top of its immediate parent
  • \n
  • Bottom - Aligns the diagram element at the bottom of its immediate parent
  • \n
  • Center - Aligns the diagram element at the center of its immediate parent
  • \n
  • Auto - Aligns the diagram element based on the characteristics of its immediate parent
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/port#verticalalignment"},"visibility":{"name":"visibility","description":"

Defines the type of the port visibility

\n
    \n
  • Visible - Always shows the port
  • \n
  • Hidden - Always hides the port
  • \n
  • Hover - Shows the port when the mouse hovers over a node
  • \n
  • Connect - Shows the port when a connection end point is dragged over a node
  • \n
\n","type":"PortVisibility","link":"//ej2.syncfusion.com/documentation/api/diagram/port#visibility"},"width":{"name":"width","description":"

Sets the width of the port

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/diagram/port#width"}},"Snapping":{},"DiagramTooltip":{"animation":{"name":"animation","description":"

Allows to set the same or different animation option for the Tooltip, when it is opened or closed.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#animation"},"content":{"name":"content","description":"

Defines the content of the Tooltip

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#content"},"height":{"name":"height","description":"

Sets the height of the Tooltip

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#height"},"openOn":{"name":"openOn","description":"

Sets how to open the Tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#openon"},"position":{"name":"position","description":"

Defines the position of the Tooltip

\n","type":"Position","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#position"},"relativeMode":{"name":"relativeMode","description":"

Defines the relative mode of the Tooltip

\n
    \n
  • Object - sets the tooltip position relative to the node
  • \n
  • Mouse - sets the tooltip position relative to the mouse
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#relativemode"},"showTipPointer":{"name":"showTipPointer","description":"

Defines if the Tooltip has tip pointer or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#showtippointer"},"width":{"name":"width","description":"

Sets the width of the Tooltip

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/diagram/diagramTooltip#width"}},"UndoRedo":{},"PrintAndExport":{},"Overview":{"created":{"name":"created","description":"

Triggers after render the diagram elements

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/overview/#created"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/overview/#allowserverdatabinding"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/overview/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/overview/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/overview/#enablertl"},"height":{"name":"height","description":"

Defines the height of the overview

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/overview/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/overview/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/overview/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/overview/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/overview/#locale"},"sourceID":{"name":"sourceID","description":"

Defines the ID of the overview

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/overview/#sourceid"},"width":{"name":"width","description":"

Defines the width of the overview

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/overview/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#databind"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Updates the overview control when the objects are changed

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#serverdatabind"},"updateHtmlLayer":{"name":"updateHtmlLayer","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#updatehtmllayer"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/overview/#inject"}},"Ruler":{"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ruler/#allowserverdatabinding"},"arrangeTick":{"name":"arrangeTick","description":"

Sets the segment width of the ruler.

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/ruler/#arrangetick"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/ruler/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ruler/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ruler/#enablertl"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ruler/#ignorecollectionwatch"},"interval":{"name":"interval","description":"

Defines the unique interval of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/ruler/#interval"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ruler/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/ruler/#isserverrendered"},"length":{"name":"length","description":"

Defines the length of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/ruler/#length"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ruler/#locale"},"markerColor":{"name":"markerColor","description":"

Defines the color of the marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ruler/#markercolor"},"orientation":{"name":"orientation","description":"

Defines the orientation of the ruler.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ruler/#orientation"},"segmentWidth":{"name":"segmentWidth","description":"

Sets the segment width of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/ruler/#segmentwidth"},"thickness":{"name":"thickness","description":"

Defines the thickness of the ruler.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/ruler/#thickness"},"tickAlignment":{"name":"tickAlignment","description":"

Defines the alignment of the tick in the ruler.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/ruler/#tickalignment"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#databind"},"destroy":{"name":"destroy","description":"

To destroy the ruler

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#destroy"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Refreshes the ruler when the Ruler properties are updated

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/ruler/#inject"}},"Palette":{"expanded":{"name":"expanded","description":"

Sets whether the palette items to be expanded or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#expanded"},"height":{"name":"height","description":"

Sets the height of the symbol group

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#height"},"iconCss":{"name":"iconCss","description":"

Defines the content of the symbol group

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#iconcss"},"id":{"name":"id","description":"

Defines the unique id of a symbol group

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#id"},"symbols":{"name":"symbols","description":"

Defines the collection of predefined symbols

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#symbols"},"title":{"name":"title","description":"

Defines the title of the symbol group

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/palette#title"}},"SymbolPalette":{"paletteSelectionChange":{"name":"paletteSelectionChange","description":"

Triggers after the selection changes in the symbol palette

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#paletteselectionchange"},"accessKey":{"name":"accessKey","description":"

Configures the key, when it pressed the symbol palette will be focused

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#accesskey"},"allowDrag":{"name":"allowDrag","description":"

Defines whether the symbols can be dragged from palette or not

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#allowdrag"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#allowserverdatabinding"},"connectorDefaults":{"name":"connectorDefaults","description":"

Helps to return the default properties of connectors

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#connectordefaults"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#element"},"enableAnimation":{"name":"enableAnimation","description":"

Enables/Disables animation when the palette header is expanded/collapsed

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#enableanimation"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#enablertl"},"enableSearch":{"name":"enableSearch","description":"

Enables/Disables search option in symbol palette

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#enablesearch"},"expandMode":{"name":"expandMode","description":"

Defines how many palettes can be at expanded mode at a time

\n","type":"ExpandMode","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#expandmode"},"filterSymbols":{"name":"filterSymbols","description":"

Defines the symbols to be added in search palette

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#filtersymbols"},"getConnectorDefaults":{"name":"getConnectorDefaults","description":"

Helps to return the default properties of connector

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getconnectordefaults"},"getNodeDefaults":{"name":"getNodeDefaults","description":"

Helps to return the default properties of node

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getnodedefaults"},"getSymbolInfo":{"name":"getSymbolInfo","description":"","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getsymbolinfo"},"getSymbolTemplate":{"name":"getSymbolTemplate","description":"

Defines the content of a symbol

\n","type":"Function|string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getsymboltemplate"},"height":{"name":"height","description":"

Defines the height of the symbol palette

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#ignorecollectionwatch"},"ignoreSymbolsOnSearch":{"name":"ignoreSymbolsOnSearch","description":"

Defines the symbols to be added in search palette

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#ignoresymbolsonsearch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#isserverrendered"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#locale"},"nodeDefaults":{"name":"nodeDefaults","description":"

Helps to return the default properties of node

\n","type":"NodeModel","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#nodedefaults"},"palettes":{"name":"palettes","description":"

Defines the collection of symbol groups

\n","type":"PaletteModel[]","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#palettes"},"symbolHeight":{"name":"symbolHeight","description":"

Defines the height of the symbol

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#symbolheight"},"symbolInfo":{"name":"symbolInfo","description":"

Defines the size, appearance and description of a symbol

\n","type":"SymbolInfo","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#symbolinfo"},"symbolMargin":{"name":"symbolMargin","description":"

Defines the space to be left around a symbol

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#symbolmargin"},"symbolPreview":{"name":"symbolPreview","description":"

Defines the size and position of the symbol preview

\n","type":"SymbolPreviewModel","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#symbolpreview"},"symbolWidth":{"name":"symbolWidth","description":"

Defines the width of the symbol

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#symbolwidth"},"width":{"name":"width","description":"

Defines the width of the symbol palette

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#addeventlistener"},"addPaletteItem":{"name":"addPaletteItem","description":"

Used to add the palette item as nodes or connectors in palettes

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#addpaletteitem"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#databind"},"destroy":{"name":"destroy","description":"

To destroy the symbol palette

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#destroy"},"getModuleName":{"name":"getModuleName","description":"

To get Module name\n@private

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getmodulename"},"getPersistData":{"name":"getPersistData","description":"

Get the properties to be maintained in the persisted state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#getpersistdata"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

Refreshes the panel when the symbol palette properties are updated

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#onpropertychanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#removeeventlistener"},"removePaletteItem":{"name":"removePaletteItem","description":"

Used to remove the palette item as nodes or connectors in palettes

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#removepaletteitem"},"render":{"name":"render","description":"

Renders nodes and connectors in the symbol palette

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#render"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/#inject"}},"SymbolPreview":{"height":{"name":"height","description":"

Sets the preview height of the symbols

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/symbolPreview#height"},"offset":{"name":"offset","description":"

Defines the distance to be left between the cursor and symbol

\n","type":"PointModel","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/symbolPreview#offset"},"width":{"name":"width","description":"

Sets the preview width of the symbols

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/symbol-palette/symbolPreview#width"}},"AccumulationChart":{"animationComplete":{"name":"animationComplete","description":"

Triggers after animation gets completed for series.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#animationcomplete"},"annotationRender":{"name":"annotationRender","description":"

Triggers before the annotation gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#annotationrender"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#beforeprint"},"chartMouseClick":{"name":"chartMouseClick","description":"

Triggers on clicking the accumulation chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#chartmouseclick"},"chartMouseDown":{"name":"chartMouseDown","description":"

Triggers on mouse down.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#chartmousedown"},"chartMouseLeave":{"name":"chartMouseLeave","description":"

Triggers while cursor leaves the accumulation chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#chartmouseleave"},"chartMouseMove":{"name":"chartMouseMove","description":"

Triggers on hovering the accumulation chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#chartmousemove"},"chartMouseUp":{"name":"chartMouseUp","description":"

Triggers on mouse up.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#chartmouseup"},"legendRender":{"name":"legendRender","description":"

Triggers before the legend gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendrender"},"load":{"name":"load","description":"

Triggers before accumulation chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#load"},"loaded":{"name":"loaded","description":"

Triggers after accumulation chart loaded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#loaded"},"pointClick":{"name":"pointClick","description":"

Triggers on point click.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#pointclick"},"pointMove":{"name":"pointMove","description":"

Triggers on point move.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#pointmove"},"pointRender":{"name":"pointRender","description":"

Triggers before each points for series gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#pointrender"},"resized":{"name":"resized","description":"

Triggers after window resize.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#resized"},"seriesRender":{"name":"seriesRender","description":"

Triggers before the series gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#seriesrender"},"textRender":{"name":"textRender","description":"

Triggers before the data label for series gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#textrender"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip for series gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltiprender"},"accumulationDataLabelModule":{"name":"accumulationDataLabelModule","description":"

accumulationDataLabelModule is used to manipulate and add dataLabel in accumulation chart.

\n","type":"AccumulationDataLabel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#accumulationdatalabelmodule"},"accumulationLegendModule":{"name":"accumulationLegendModule","description":"

accumulationLegendModule is used to manipulate and add legend in accumulation chart.

\n","type":"AccumulationLegend","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#accumulationlegendmodule"},"accumulationSelectionModule":{"name":"accumulationSelectionModule","description":"

accumulationSelectionModule is used to manipulate and add selection in accumulation chart.

\n","type":"AccumulationSelection","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#accumulationselectionmodule"},"accumulationTooltipModule":{"name":"accumulationTooltipModule","description":"

accumulationTooltipModule is used to manipulate and add tooltip in accumulation chart.

\n","type":"AccumulationTooltip","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#accumulationtooltipmodule"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#allowserverdatabinding"},"annotationModule":{"name":"annotationModule","description":"

annotationModule is used to manipulate and add annotation in chart.

\n","type":"AccumulationAnnotation","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#annotationmodule"},"annotations":{"name":"annotations","description":"

The configuration for annotation in chart.

\n","type":"AccumulationAnnotationSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#annotations"},"background":{"name":"background","description":"

The background color of the chart, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#background"},"backgroundImage":{"name":"backgroundImage","description":"

The background image of the chart that accepts value in string as url link or location of an image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#backgroundimage"},"border":{"name":"border","description":"

Options for customizing the color and width of the chart border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#border"},"center":{"name":"center","description":"

Center of pie

\n","type":"PieCenterModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#center"},"dataSource":{"name":"dataSource","description":"

Specifies the dataSource for the AccumulationChart. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#datasource"},"duration":{"name":"duration","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#duration"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#element"},"enableAnimation":{"name":"enableAnimation","description":"

If set true, enables the animation for both chart and accumulation.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#enableanimation"},"enableExport":{"name":"enableExport","description":"

To enable export feature in chart.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#enableexport"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#enablertl"},"enableSmartLabels":{"name":"enableSmartLabels","description":"

If set true, labels for the point will be placed smartly without overlapping.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#enablesmartlabels"},"exportModule":{"name":"exportModule","description":"

Export Module is used to export Accumulation chart.

\n","type":"Export","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#exportmodule"},"height":{"name":"height","description":"

The height of the chart as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, chart will render to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#isdestroyed"},"isMultiSelect":{"name":"isMultiSelect","description":"

If set true, enables the multi selection in accumulation chart. It requires selectionMode to be Point.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#ismultiselect"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#isserverrendered"},"legendSettings":{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#locale"},"margin":{"name":"margin","description":"

Options to customize the left, right, top and bottom margins of accumulation chart.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#margin"},"selectedDataIndexes":{"name":"selectedDataIndexes","description":"

Specifies the point indexes to be selected while loading a accumulation chart.\nIt requires selectionMode to be Point.

\n","type":"IndexesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#selecteddataindexes"},"selectionMode":{"name":"selectionMode","description":"

Specifies whether point has to get selected or not. Takes value either 'None 'or 'Point'

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#selectionmode"},"series":{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},"subTitle":{"name":"subTitle","description":"

SubTitle for accumulation chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#subtitle"},"subTitleStyle":{"name":"subTitleStyle","description":"

Options for customizing the subtitle of accumulation chart.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#subtitlestyle"},"theme":{"name":"theme","description":"

Specifies the theme for accumulation chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#theme"},"title":{"name":"title","description":"

Title for accumulation chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title of accumulation chart.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

Specifies whether a grouping separator should be used for a number.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#usegroupingseparator"},"width":{"name":"width","description":"

The width of the chart as a string in order to provide input as both like '100px' or '100%'.\nIf specified as '100%, chart will render to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#databind"},"export":{"name":"export","description":"

Export method for the chart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#export"},"getModuleName":{"name":"getModuleName","description":"

To get Module name\n@private

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#getmodulename"},"print":{"name":"print","description":"

Handles the print method for accumulation chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#serverdatabind"},"setAnnotationValue":{"name":"setAnnotationValue","description":"

Method to set the annotation content dynamically for accumulation.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#setannotationvalue"},"titleTooltip":{"name":"titleTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#titletooltip"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#inject"}},"AccumulationAnnotation":{"processAnnotation":{"name":"processAnnotation","description":"

To process the annotation for accumulation chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotation#processannotation"},"renderAnnotations":{"name":"renderAnnotations","description":"

Method to render the annotation for accumulation chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotation#renderannotations"}},"AccPoints":{"color":{"name":"color","description":"

accumulation point color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#color"},"index":{"name":"index","description":"

accumulation point index

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#index"},"originalText":{"name":"originalText","description":"

accumulation point original text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#originaltext"},"percentage":{"name":"percentage","description":"

accumulation point percentage value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#percentage"},"regions":{"name":"regions","description":"","type":"Rect[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#regions"},"sliceRadius":{"name":"sliceRadius","description":"

accumulation point slice radius

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#sliceradius"},"symbolLocation":{"name":"symbolLocation","description":"

accumulation point symbol location

\n","type":"ChartLocation","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#symbollocation"},"text":{"name":"text","description":"

accumulation point text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#text"},"tooltip":{"name":"tooltip","description":"

accumulation point tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#tooltip"},"visible":{"name":"visible","description":"

accumulation point visibility

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#visible"},"x":{"name":"x","description":"

accumulation point x value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#x"},"y":{"name":"y","description":"

accumulation point y value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accPoints#y"}},"AccumulationAnnotationSettings":{"content":{"name":"content","description":"

Content of the annotation, which accepts the id of the custom element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#content"},"coordinateUnits":{"name":"coordinateUnits","description":"

Specifies the coordinate units of the annotation. They are

\n
    \n
  • Pixel - Annotation renders based on x and y pixel value.
  • \n
  • Point - Annotation renders based on x and y axis value.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#coordinateunits"},"description":{"name":"description","description":"

Information about annotation for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#description"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Specifies the alignment of the annotation. They are

\n
    \n
  • Near - Align the annotation element as top side.
  • \n
  • Far - Align the annotation element as bottom side.
  • \n
  • Center - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#horizontalalignment"},"region":{"name":"region","description":"

Specifies the regions of the annotation. They are

\n
    \n
  • Chart - Annotation renders based on chart coordinates.
  • \n
  • Series - Annotation renders based on series coordinates.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#region"},"verticalAlignment":{"name":"verticalAlignment","description":"

Specifies the position of the annotation. They are

\n
    \n
  • Top - Align the annotation element as top side.
  • \n
  • Bottom - Align the annotation element as bottom side.
  • \n
  • Middle - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#verticalalignment"},"x":{"name":"x","description":"

if set coordinateUnit as Pixel X specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|Date|number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#x"},"y":{"name":"y","description":"

if set coordinateUnit as Pixel Y specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationAnnotationSettings#y"}},"AccumulationDataLabelSettings":{"angle":{"name":"angle","description":"

Specifies angle for data label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#angle"},"border":{"name":"border","description":"

Option for customizing the border lines.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#border"},"connectorStyle":{"name":"connectorStyle","description":"

Options for customize the connector line in series.\nThis property is applicable for Pie, Funnel and Pyramid series.\nThe default connector length for Pie series is '4%'. For other series, it is null.

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#connectorstyle"},"enableRotation":{"name":"enableRotation","description":"

Enables rotation for data label.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#enablerotation"},"fill":{"name":"fill","description":"

The background color of the data label, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#fill"},"font":{"name":"font","description":"

Option for customizing the data label text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#font"},"name":{"name":"name","description":"

The DataSource field which contains the data label value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#name"},"position":{"name":"position","description":"

Specifies the position of data label. They are.

\n
    \n
  • Outside - Places label outside the point.
  • \n
  • Inside - Places label inside the point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#position"},"rx":{"name":"rx","description":"

The roundedCornerX for the data label. It requires border values not to be null.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#rx"},"ry":{"name":"ry","description":"

The roundedCornerY for the data label. It requires border values not to be null.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#ry"},"template":{"name":"template","description":"

Custom template to format the data label content. Use ${point.x} and ${point.y} as a placeholder\ntext to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#template"},"visible":{"name":"visible","description":"

If set true, data label for series gets render.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabelSettings#visible"}},"AccumulationSeries":{"accumulationBound":{"name":"accumulationBound","description":"

To find the max bounds of the accumulation segment to place smart legend\n@private

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#accumulationbound"},"animation":{"name":"animation","description":"

Options for customizing the animation for series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#animation"},"border":{"name":"border","description":"

Options for customizing the border of the series.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#border"},"dataLabel":{"name":"dataLabel","description":"

The data label for the series.

\n","type":"AccumulationDataLabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#datalabel"},"dataSource":{"name":"dataSource","description":"

Specifies the dataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#datasource"},"emptyPointSettings":{"name":"emptyPointSettings","description":"

options to customize the empty points in series

\n","type":"EmptyPointSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#emptypointsettings"},"enableTooltip":{"name":"enableTooltip","description":"

To enable or disable tooltip for a series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#enabletooltip"},"endAngle":{"name":"endAngle","description":"

End angle for a series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#endangle"},"explode":{"name":"explode","description":"

If set true, series points will be exploded on mouse click or touch.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#explode"},"explodeAll":{"name":"explodeAll","description":"

If set true, all the points in the series will get exploded on load.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#explodeall"},"explodeIndex":{"name":"explodeIndex","description":"

Index of the point, to be exploded on load.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#explodeindex"},"explodeOffset":{"name":"explodeOffset","description":"

Distance of the point from the center, which takes values in both pixels and percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#explodeoffset"},"gapRatio":{"name":"gapRatio","description":"

Defines the distance between the segments of a funnel/pyramid series. The range will be from 0 to 1

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#gapratio"},"groupMode":{"name":"groupMode","description":"

AccumulationSeries y values less than groupMode are combined into single slice named others

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#groupmode"},"groupTo":{"name":"groupTo","description":"

AccumulationSeries y values less than groupTo are combined into single slice named others

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#groupto"},"height":{"name":"height","description":"

Defines the height of the funnel/pyramid with respect to the chart area

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#height"},"innerRadius":{"name":"innerRadius","description":"

When the innerRadius value is greater than 0 percentage, a donut will appear in pie series. It takes values only in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#innerradius"},"labelBound":{"name":"labelBound","description":"

To find the max bounds of the data label to place smart legend\n@private

\n","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#labelbound"},"legendShape":{"name":"legendShape","description":"

The shape of the legend. Each series has its own legend shape. They are

\n
    \n
  • Circle - Renders a circle.
  • \n
  • Rectangle - Renders a rectangle.
  • \n
  • Triangle - Renders a triangle.
  • \n
  • Diamond - Renders a diamond.
  • \n
  • Cross - Renders a cross.
  • \n
  • HorizontalLine - Renders a horizontalLine.
  • \n
  • VerticalLine - Renders a verticalLine.
  • \n
  • Pentagon - Renders a pentagon.
  • \n
  • InvertedTriangle - Renders a invertedTriangle.
  • \n
  • SeriesType -Render a legend shape based on series type.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#legendshape"},"name":{"name":"name","description":"

Specifies the series name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#name"},"neckHeight":{"name":"neckHeight","description":"

Defines the height of the funnel neck with respect to the chart area

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#neckheight"},"neckWidth":{"name":"neckWidth","description":"

Defines the width of the funnel neck with respect to the chart area

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#neckwidth"},"opacity":{"name":"opacity","description":"

The opacity of the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#opacity"},"palettes":{"name":"palettes","description":"

Palette for series points.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#palettes"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#pointcolormapping"},"pyramidMode":{"name":"pyramidMode","description":"

Defines how the values have to be reflected, whether through height/surface of the segments

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#pyramidmode"},"query":{"name":"query","description":"

Specifies Query to select data from dataSource. This property is applicable only when the dataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#query"},"radius":{"name":"radius","description":"

Radius of the pie series and its values in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#radius"},"selectionStyle":{"name":"selectionStyle","description":"

Custom style for the selected series or points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#selectionstyle"},"startAngle":{"name":"startAngle","description":"

Start angle for a series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#startangle"},"tooltipMappingName":{"name":"tooltipMappingName","description":"

The provided value will be considered as a Tooltip Mapping name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#tooltipmappingname"},"type":{"name":"type","description":"

Specify the type of the series in accumulation chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#type"},"visible":{"name":"visible","description":"

Specifies the series visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#visible"},"width":{"name":"width","description":"

Defines the width of the funnel/pyramid with respect to the chart area

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#width"},"xName":{"name":"xName","description":"

The DataSource field which contains the x value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#xname"},"yName":{"name":"yName","description":"

The DataSource field which contains the y value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#yname"},"generateClubPoint":{"name":"generateClubPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSeries#generateclubpoint"}},"PieCenter":{"x":{"name":"x","description":"

X value of the center.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieCenter#x"},"y":{"name":"y","description":"

Y value of the center.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieCenter#y"}},"AccumulationBase":{},"AccumulationDataLabel":{"marginValue":{"name":"marginValue","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabel#marginvalue"},"renderDataLabel":{"name":"renderDataLabel","description":"

To render the data labels from series points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationDataLabel#renderdatalabel"}},"FunnelSeries":{},"AccumulationLegend":{"maxWidth":{"name":"maxWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationLegend#maxwidth"},"titleRect":{"name":"titleRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationLegend#titlerect"},"totalPages":{"name":"totalPages","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationLegend#totalpages"},"click":{"name":"click","description":"

To show or hide the legend on clicking the legend.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationLegend#click"}},"PieBase":{"center":{"name":"center","description":"","type":"ChartLocation","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#center"},"innerRadius":{"name":"innerRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#innerradius"},"isRadiusMapped":{"name":"isRadiusMapped","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#isradiusmapped"},"labelRadius":{"name":"labelRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#labelradius"},"radius":{"name":"radius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#radius"},"seriesRadius":{"name":"seriesRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#seriesradius"},"size":{"name":"size","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#size"},"getLabelRadius":{"name":"getLabelRadius","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieBase#getlabelradius"}},"PieSeries":{"center":{"name":"center","description":"","type":"ChartLocation","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#center"},"innerRadius":{"name":"innerRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#innerradius"},"isRadiusMapped":{"name":"isRadiusMapped","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#isradiusmapped"},"labelRadius":{"name":"labelRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#labelradius"},"radius":{"name":"radius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#radius"},"seriesRadius":{"name":"seriesRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#seriesradius"},"size":{"name":"size","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#size"},"findSeries":{"name":"findSeries","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#findseries"},"getLabelRadius":{"name":"getLabelRadius","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#getlabelradius"},"removeBorder":{"name":"removeBorder","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#removeborder"},"toggleInnerPoint":{"name":"toggleInnerPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/pieSeries#toggleinnerpoint"}},"PyramidSeries":{},"TriangularBase":{},"AccumulationSelection":{"selectedDataIndexes":{"name":"selectedDataIndexes","description":"","type":"Indexes[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSelection#selecteddataindexes"},"getModuleName":{"name":"getModuleName","description":"

Get module name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSelection#getmodulename"},"invokeSelection":{"name":"invokeSelection","description":"

Invoke selection for rendered chart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationSelection#invokeselection"}},"AccumulationTooltip":{"accumulation":{"name":"accumulation","description":"","type":"AccumulationChart","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#accumulation"},"control":{"name":"control","description":"","type":"AccumulationChart|Chart","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#control"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#element"},"elementSize":{"name":"elementSize","description":"","type":"Size","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#elementsize"},"formattedText":{"name":"formattedText","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#formattedtext"},"header":{"name":"header","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#header"},"headerText":{"name":"headerText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#headertext"},"insideRegion":{"name":"insideRegion","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#insideregion"},"inverted":{"name":"inverted","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#inverted"},"isRemove":{"name":"isRemove","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#isremove"},"lierIndex":{"name":"lierIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#lierindex"},"svgTooltip":{"name":"svgTooltip","description":"","type":"SVGTooltip","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#svgtooltip"},"text":{"name":"text","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#text"},"textElements":{"name":"textElements","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#textelements"},"textStyle":{"name":"textStyle","description":"","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#textstyle"},"toolTipInterval":{"name":"toolTipInterval","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#tooltipinterval"},"createElement":{"name":"createElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#createelement"},"createTooltip":{"name":"createTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#createtooltip"},"fadeOut":{"name":"fadeOut","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#fadeout"},"getClosestX":{"name":"getClosestX","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#getclosestx"},"getElement":{"name":"getElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#getelement"},"highlightPoint":{"name":"highlightPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#highlightpoint"},"highlightPoints":{"name":"highlightPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#highlightpoints"},"isSelected":{"name":"isSelected","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#isselected"},"pushData":{"name":"pushData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#pushdata"},"removeHighlight":{"name":"removeHighlight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#removehighlight"},"removeHighlightedMarker":{"name":"removeHighlightedMarker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#removehighlightedmarker"},"removeText":{"name":"removeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#removetext"},"stopAnimation":{"name":"stopAnimation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#stopanimation"},"tooltip":{"name":"tooltip","description":"

Renders the tooltip.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#tooltip"},"updatePreviousPoint":{"name":"updatePreviousPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/accumulationTooltip#updatepreviouspoint"}},"BulletChart":{"load":{"name":"load","description":"

Triggers before bullet chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#load"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the bulletchart tooltip is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tooltiprender"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#allowserverdatabinding"},"animation":{"name":"animation","description":"

Options for customizing animation of the feature bar.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#animation"},"border":{"name":"border","description":"

Options for customizing the color and width of the chart border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#border"},"bulletTooltipModule":{"name":"bulletTooltipModule","description":"

bulletTooltipModule is used to manipulate and add tooltip to the feature bar.

\n","type":"BulletTooltip","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#bullettooltipmodule"},"categoryField":{"name":"categoryField","description":"

It defines the category for the data source.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#categoryfield"},"categoryLabelStyle":{"name":"categoryLabelStyle","description":"

Options for customizing values labels

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#categorylabelstyle"},"dataLabel":{"name":"dataLabel","description":"

Options for customizing data label of the feature bar.

\n","type":"BulletDataLabelModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#datalabel"},"dataSource":{"name":"dataSource","description":"

default value of multiple data bullet chart.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#element"},"enableGroupSeparator":{"name":"enableGroupSeparator","description":"

default value for enableGroupSeparator

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#enablegroupseparator"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#enablertl"},"height":{"name":"height","description":"

The height of the bullet chart as a string accepts input both as '100px' or '100%'.\nIf specified as '100%, bullet chart renders to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#ignorecollectionwatch"},"interval":{"name":"interval","description":"

Specifies the interval for an scale.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#interval"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#isserverrendered"},"labelFormat":{"name":"labelFormat","description":"

Specifies the format of the bullet chart axis labels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#labelformat"},"labelPosition":{"name":"labelPosition","description":"

specifies the axis label position of the bullet chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#labelposition"},"labelStyle":{"name":"labelStyle","description":"

Options for customizing labels

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#labelstyle"},"locale":{"name":"locale","description":"

The locale of the bullet chart as a string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#locale"},"majorTickLines":{"name":"majorTickLines","description":"

Options for customizing major tick lines.

\n","type":"MajorTickLinesSettingsModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#majorticklines"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the bullet chart.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#margin"},"maxTitleSize":{"name":"maxTitleSize","description":"","type":"Size","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#maxtitlesize"},"maximum":{"name":"maximum","description":"

Specifies the maximum range of an scale.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#maximum"},"minimum":{"name":"minimum","description":"

Specifies the minimum range of an scale.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#minimum"},"minorTickLines":{"name":"minorTickLines","description":"

Options for customizing minor tick lines.

\n","type":"MinorTickLinesSettingsModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#minorticklines"},"minorTicksPerInterval":{"name":"minorTicksPerInterval","description":"

specifies the interval of minor ticks

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#minorticksperinterval"},"opposedPosition":{"name":"opposedPosition","description":"

If set to true, the axis will render at the opposite side of its default position.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#opposedposition"},"orientation":{"name":"orientation","description":"

Orientation of the scale

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#orientation"},"query":{"name":"query","description":"

It defines the query for the data source.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#query"},"ranges":{"name":"ranges","description":"

provides Qualitative ranges of the bullet chart.

\n","type":"RangeModel[]","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#ranges"},"subtitle":{"name":"subtitle","description":"

Specifies the sub title of the bullet chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#subtitle"},"subtitleStyle":{"name":"subtitleStyle","description":"

Options for customizing the sub title styles of the bullet chart

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#subtitlestyle"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the bullet chart.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tabindex"},"targetColor":{"name":"targetColor","description":"

Default stroke of comparative measure.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#targetcolor"},"targetField":{"name":"targetField","description":"

The DataSource field that contains the target value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#targetfield"},"targetTypes":{"name":"targetTypes","description":"

The DataSource field that contains the target value.

\n","type":"TargetType[]","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#targettypes"},"targetWidth":{"name":"targetWidth","description":"

Options for customizing comparative bar color bullet chart

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#targetwidth"},"theme":{"name":"theme","description":"

Specifies the theme for the bullet chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#theme"},"tickPosition":{"name":"tickPosition","description":"

specifies the tick position of the bullet chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tickposition"},"title":{"name":"title","description":"

Specifies the title of the bullet chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#title"},"titlePosition":{"name":"titlePosition","description":"

Sets the title position of bullet chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#titleposition"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title styles of the bullet chart

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of the BulletChart.

\n","type":"BulletTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tooltip"},"type":{"name":"type","description":"

Default type on feature measure.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#type"},"valueBorder":{"name":"valueBorder","description":"

Options for customizing the color and width of the feature bar border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#valueborder"},"valueField":{"name":"valueField","description":"

The DataSource field that contains the value value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#valuefield"},"valueFill":{"name":"valueFill","description":"

Default stroke color of feature measure.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#valuefill"},"valueHeight":{"name":"valueHeight","description":"

Options for customizing feature bar height of the bullet chart

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#valueheight"},"width":{"name":"width","description":"

The width of the bullet chart as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, bullet chart renders to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#appendto"},"createSvg":{"name":"createSvg","description":"

Method to create SVG element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#createsvg"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#destroy"},"getModuleName":{"name":"getModuleName","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#getmodulename"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#removeeventlistener"},"removeSvg":{"name":"removeSvg","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#removesvg"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#inject"}},"BulletDataLabel":{"enable":{"name":"enable","description":"

Enables / Disables the visibility of the data label.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletDataLabel#enable"},"labelStyle":{"name":"labelStyle","description":"

Options to customize the data label text.

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletDataLabel#labelstyle"}},"BulletLabelStyle":{"color":{"name":"color","description":"

Color for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#color"},"enableTrim":{"name":"enableTrim","description":"

Default value of enable trim.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#enabletrim"},"fontFamily":{"name":"fontFamily","description":"

FontFamily for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#fontfamily"},"fontStyle":{"name":"fontStyle","description":"

FontStyle for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#fontstyle"},"fontWeight":{"name":"fontWeight","description":"

FontWeight for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#fontweight"},"maximumTitleWidth":{"name":"maximumTitleWidth","description":"

Maximum label width of the bullet chart

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#maximumtitlewidth"},"opacity":{"name":"opacity","description":"

Opacity for the text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#opacity"},"size":{"name":"size","description":"

Font size for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#size"},"textAlignment":{"name":"textAlignment","description":"

Text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#textalignment"},"textOverflow":{"name":"textOverflow","description":"

Specifies the chart title text overflow

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#textoverflow"},"useRangeColor":{"name":"useRangeColor","description":"

Range color

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletLabelStyle#userangecolor"}},"BulletTooltipSettings":{"border":{"name":"border","description":"

Options to customize tooltip borders.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletTooltipSettings#border"},"enable":{"name":"enable","description":"

Enables / Disables the visibility of the tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletTooltipSettings#enable"},"fill":{"name":"fill","description":"

The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletTooltipSettings#fill"},"template":{"name":"template","description":"

The default value of tooltip template .

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletTooltipSettings#template"},"textStyle":{"name":"textStyle","description":"

Options to customize the ToolTip text.

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletTooltipSettings#textstyle"}},"MajorTickLinesSettings":{"color":{"name":"color","description":"

The stroke of the major tick line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/majorTickLinesSettings#color"},"height":{"name":"height","description":"

The height of the tick lines in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/majorTickLinesSettings#height"},"useRangeColor":{"name":"useRangeColor","description":"

It uses to apply range color to ticks and labels.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/majorTickLinesSettings#userangecolor"},"width":{"name":"width","description":"

The width of the ticks in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/majorTickLinesSettings#width"}},"MinorTickLinesSettings":{"color":{"name":"color","description":"

The stroke of the major tick line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/minorTickLinesSettings#color"},"height":{"name":"height","description":"

The height of the tick lines in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/minorTickLinesSettings#height"},"useRangeColor":{"name":"useRangeColor","description":"

It uses to apply range color to ticks and labels.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/minorTickLinesSettings#userangecolor"},"width":{"name":"width","description":"

The width of the ticks in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/minorTickLinesSettings#width"}},"BulletChartAxis":{"bulletChart":{"name":"bulletChart","description":"","type":"BulletChart","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletChartAxis#bulletchart"},"renderAxisLabels":{"name":"renderAxisLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletChartAxis#renderaxislabels"},"renderMajorTickLines":{"name":"renderMajorTickLines","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletChartAxis#rendermajorticklines"},"renderMinorTickLines":{"name":"renderMinorTickLines","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletChartAxis#renderminorticklines"},"renderXAxisLabels":{"name":"renderXAxisLabels","description":"

To render axis labels of bullet chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletChartAxis#renderxaxislabels"},"renderXMajorTickLines":{"name":"renderXMajorTickLines","description":"

To render grid lines of bullet chart axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletChartAxis#renderxmajorticklines"},"renderXMinorTickLines":{"name":"renderXMinorTickLines","description":"

To render minor tick lines of bullet chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletChartAxis#renderxminorticklines"},"renderYAxisLabels":{"name":"renderYAxisLabels","description":"

To render axis labels of bullet chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletChartAxis#renderyaxislabels"},"renderYMajorTickLines":{"name":"renderYMajorTickLines","description":"

To render grid lines of bullet chart axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletChartAxis#renderymajorticklines"},"renderYMinorTickLines":{"name":"renderYMinorTickLines","description":"

To render minor tick lines of bullet chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletChartAxis#renderyminorticklines"}},"ScaleGroup":{"bulletChart":{"name":"bulletChart","description":"","type":"BulletChart","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/scaleGroup#bulletchart"},"featureBarBounds":{"name":"featureBarBounds","description":"","type":"IFeatureBarBounds[]","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/scaleGroup#featurebarbounds"},"doTargetBarAnimation":{"name":"doTargetBarAnimation","description":"

Animates the comparative bar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/scaleGroup#dotargetbaranimation"},"doValueBarAnimation":{"name":"doValueBarAnimation","description":"

Animates the feature bar.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/scaleGroup#dovaluebaranimation"},"drawScaleGroup":{"name":"drawScaleGroup","description":"

To render range scale of the bulletChart graph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/scaleGroup#drawscalegroup"},"renderComparativeSymbol":{"name":"renderComparativeSymbol","description":"

To render comparative symbol of the bulletChart chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/scaleGroup#rendercomparativesymbol"},"renderFeatureBar":{"name":"renderFeatureBar","description":"

To render the feature bar of the bulletChart chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/scaleGroup#renderfeaturebar"}},"BulletTooltip":{"toolTipInterval":{"name":"toolTipInterval","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletTooltip#tooltipinterval"},"_displayTooltip":{"name":"_displayTooltip","description":"

To display the bullet chart tooltip

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletTooltip#_displaytooltip"},"_elementTooltip":{"name":"_elementTooltip","description":"

To create tooltip div element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletTooltip#_elementtooltip"},"updateTemplateFn":{"name":"updateTemplateFn","description":"

To update template values in the tooltip

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/bulletTooltip#updatetemplatefn"}},"ChartAnnotation":{"processAnnotation":{"name":"processAnnotation","description":"

To process the annotation for accumulation chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotation#processannotation"}},"AxisLine":{"color":{"name":"color","description":"

The color of the axis line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axisLine#color"},"dashArray":{"name":"dashArray","description":"

The dash array of the axis line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/axisLine#dasharray"},"width":{"name":"width","description":"

The width of the line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/axisLine#width"}},"CrosshairTooltip":{"enable":{"name":"enable","description":"

If set to true, crosshair ToolTip will be visible.\n@default false

\n","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairTooltip#enable"},"fill":{"name":"fill","description":"

The fill color of the ToolTip accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairTooltip#fill"},"textStyle":{"name":"textStyle","description":"

Options to customize the crosshair ToolTip text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairTooltip#textstyle"}},"MajorGridLines":{"color":{"name":"color","description":"

The color of the major grid line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/majorGridLines#color"},"dashArray":{"name":"dashArray","description":"

The dash array of the grid lines.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/majorGridLines#dasharray"},"width":{"name":"width","description":"

The width of the line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/majorGridLines#width"}},"MajorTickLines":{"color":{"name":"color","description":"

The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/majorTickLines#color"},"height":{"name":"height","description":"

The height of the ticks in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/majorTickLines#height"},"width":{"name":"width","description":"

The width of the tick lines in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/majorTickLines#width"}},"MinorGridLines":{"color":{"name":"color","description":"

The color of the minor grid line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/minorGridLines#color"},"dashArray":{"name":"dashArray","description":"

The dash array of grid lines.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/minorGridLines#dasharray"},"width":{"name":"width","description":"

The width of the line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/minorGridLines#width"}},"MinorTickLines":{"color":{"name":"color","description":"

The color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/minorTickLines#color"},"height":{"name":"height","description":"

The height of the ticks in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/minorTickLines#height"},"width":{"name":"width","description":"

The width of the tick line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/minorTickLines#width"}},"Row":{"border":{"name":"border","description":"

Options to customize the border of the rows.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/row#border"},"height":{"name":"height","description":"

The height of the row as a string accept input both as '100px' and '100%'.\nIf specified as '100%, row renders to the full height of its chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/row#height"}},"CartesianAxisLayoutPanel":{},"Category":{"calculateDateTimeNiceInterval":{"name":"calculateDateTimeNiceInterval","description":"

Method to calculate numeric datetime interval

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/category#calculatedatetimeniceinterval"},"calculateRangeAndInterval":{"name":"calculateRangeAndInterval","description":"

The function to calculate the range and labels for the axis.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/category#calculaterangeandinterval"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/category#updateactualrange"}},"DateTime":{"max":{"name":"max","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dateTime#max"},"min":{"name":"min","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/dateTime#min"},"calculateDateTimeNiceInterval":{"name":"calculateDateTimeNiceInterval","description":"

Method to calculate numeric datetime interval

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTime#calculatedatetimeniceinterval"},"calculateRangeAndInterval":{"name":"calculateRangeAndInterval","description":"

The function to calculate the range and labels for the axis.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTime#calculaterangeandinterval"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTime#updateactualrange"}},"DateTimeCategory":{"calculateDateTimeNiceInterval":{"name":"calculateDateTimeNiceInterval","description":"

Method to calculate numeric datetime interval

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTimeCategory#calculatedatetimeniceinterval"},"getIndexedAxisLabel":{"name":"getIndexedAxisLabel","description":"

To get the Indexed axis label text with axis format for DateTimeCategory axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTimeCategory#getindexedaxislabel"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dateTimeCategory#updateactualrange"}},"Double":{"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/double#updateactualrange"}},"Logarithmic":{"calculateRangeAndInterval":{"name":"calculateRangeAndInterval","description":"

The method to calculate the range and labels for the axis.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/logarithmic#calculaterangeandinterval"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/logarithmic#updateactualrange"}},"MultiLevelLabel":{"getMultilevelLabelsHeight":{"name":"getMultilevelLabelsHeight","description":"

Finds multilevel label height

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiLevelLabel#getmultilevellabelsheight"}},"PolarRadarPanel":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/polarRadarPanel#chart"},"drawYAxisLabels":{"name":"drawYAxisLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarRadarPanel#drawyaxislabels"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarRadarPanel#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarRadarPanel#storepointlocation"}},"StripLine":{},"Chart":{"animationComplete":{"name":"animationComplete","description":"

Triggers after animation is completed for the series.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#animationcomplete"},"annotationRender":{"name":"annotationRender","description":"

Triggers before the annotation gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#annotationrender"},"axisLabelRender":{"name":"axisLabelRender","description":"

Triggers before each axis label is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#axislabelrender"},"axisMultiLabelRender":{"name":"axisMultiLabelRender","description":"

Triggers before each axis multi label is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#axismultilabelrender"},"axisRangeCalculated":{"name":"axisRangeCalculated","description":"

Triggers before each axis range is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#axisrangecalculated"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#beforeprint"},"chartMouseClick":{"name":"chartMouseClick","description":"

Triggers on clicking the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmouseclick"},"chartMouseDown":{"name":"chartMouseDown","description":"

Triggers on mouse down.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmousedown"},"chartMouseLeave":{"name":"chartMouseLeave","description":"

Triggers when cursor leaves the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmouseleave"},"chartMouseMove":{"name":"chartMouseMove","description":"

Triggers on hovering the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmousemove"},"chartMouseUp":{"name":"chartMouseUp","description":"

Triggers on mouse up.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmouseup"},"drag":{"name":"drag","description":"

Triggers when the point is dragging.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#drag"},"dragComplete":{"name":"dragComplete","description":"

Triggers after the drag selection is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#dragcomplete"},"dragEnd":{"name":"dragEnd","description":"

Triggers when the point drag end.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#dragend"},"dragStart":{"name":"dragStart","description":"

Triggers when the point drag start.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#dragstart"},"legendClick":{"name":"legendClick","description":"

Triggers after click on legend

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#legendclick"},"legendRender":{"name":"legendRender","description":"

Triggers before the legend is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#legendrender"},"load":{"name":"load","description":"

Triggers before chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#load"},"loaded":{"name":"loaded","description":"

Triggers after chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#loaded"},"multiLevelLabelClick":{"name":"multiLevelLabelClick","description":"

Triggers after click on multiLevelLabelClick

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#multilevellabelclick"},"pointClick":{"name":"pointClick","description":"

Triggers on point click.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointclick"},"pointMove":{"name":"pointMove","description":"

Triggers on point move.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointmove"},"pointRender":{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"},"resized":{"name":"resized","description":"

Triggers after resizing of chart

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#resized"},"scrollChanged":{"name":"scrollChanged","description":"

Triggers when change the scroll.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#scrollchanged"},"scrollEnd":{"name":"scrollEnd","description":"

Triggers after the scroll end.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#scrollend"},"scrollStart":{"name":"scrollStart","description":"

Triggers when start the scroll.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#scrollstart"},"selectionComplete":{"name":"selectionComplete","description":"

Triggers after the selection is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#selectioncomplete"},"seriesRender":{"name":"seriesRender","description":"

Triggers before the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#seriesrender"},"textRender":{"name":"textRender","description":"

Triggers before the data label for series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#textrender"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip for series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltiprender"},"zoomComplete":{"name":"zoomComplete","description":"

Triggers after the zoom selection is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomcomplete"},"accumulationDistributionIndicatorModule":{"name":"accumulationDistributionIndicatorModule","description":"

accumulationDistributionIndicatorModule is used to predict the market trend using Accumulation Distribution approach

\n","type":"AccumulationDistributionIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#accumulationdistributionindicatormodule"},"allowMultiSelection":{"name":"allowMultiSelection","description":"

If set true, enables the multi drag selection in chart. It requires selectionMode to be Dragx | DragY | or DragXY.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#allowmultiselection"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#allowserverdatabinding"},"animated":{"name":"animated","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#animated"},"annotationModule":{"name":"annotationModule","description":"

annotationModule is used to manipulate and add annotation in chart.

\n","type":"ChartAnnotation","link":"//ej2.syncfusion.com/documentation/api/chart/#annotationmodule"},"annotations":{"name":"annotations","description":"

The configuration for annotation in chart.

\n","type":"ChartAnnotationSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#annotations"},"areaSeriesModule":{"name":"areaSeriesModule","description":"

areaSeriesModule is used to add area series in the chart.

\n","type":"AreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#areaseriesmodule"},"atrIndicatorModule":{"name":"atrIndicatorModule","description":"

atrIndicatorModule is used to predict the market trend using ATR approach

\n","type":"AtrIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#atrindicatormodule"},"axes":{"name":"axes","description":"

Secondary axis collection for the chart.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#axes"},"background":{"name":"background","description":"

The background color of the chart that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#background"},"backgroundImage":{"name":"backgroundImage","description":"

The background image of the chart that accepts value in string as url link or location of an image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#backgroundimage"},"barSeriesModule":{"name":"barSeriesModule","description":"

barSeriesModule is used to add bar series to the chart.

\n","type":"BarSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#barseriesmodule"},"bollingerBandsModule":{"name":"bollingerBandsModule","description":"

bollingerBandsModule is used to predict the market trend using Bollinger approach

\n","type":"BollingerBands","link":"//ej2.syncfusion.com/documentation/api/chart/#bollingerbandsmodule"},"border":{"name":"border","description":"

Options for customizing the color and width of the chart border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/#border"},"boxAndWhiskerSeriesModule":{"name":"boxAndWhiskerSeriesModule","description":"

boxAndWhiskerSeriesModule is used to add line series to the chart.

\n","type":"BoxAndWhiskerSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#boxandwhiskerseriesmodule"},"bubbleSeriesModule":{"name":"bubbleSeriesModule","description":"

bubbleSeries is used to add bubble series in chart.

\n","type":"BubbleSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#bubbleseriesmodule"},"candleSeriesModule":{"name":"candleSeriesModule","description":"

'CandleSeriesModule' is used to add candle series in the chart.

\n","type":"CandleSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#candleseriesmodule"},"categoryModule":{"name":"categoryModule","description":"

categoryModule is used to manipulate and add category axis to the chart.

\n","type":"Category","link":"//ej2.syncfusion.com/documentation/api/chart/#categorymodule"},"chartArea":{"name":"chartArea","description":"

Options for configuring the border and background of the chart area.

\n","type":"ChartAreaModel","link":"//ej2.syncfusion.com/documentation/api/chart/#chartarea"},"columnSeriesModule":{"name":"columnSeriesModule","description":"

columnSeriesModule is used to add column series to the chart.

\n","type":"ColumnSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#columnseriesmodule"},"columns":{"name":"columns","description":"

Options to split chart into multiple plotting areas vertically.\nEach object in the collection represents a plotting area in the chart.

\n","type":"ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#columns"},"crosshair":{"name":"crosshair","description":"

Options for customizing the crosshair of the chart.

\n","type":"CrosshairSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#crosshair"},"crosshairModule":{"name":"crosshairModule","description":"

crosshairModule is used to manipulate and add crosshair to the chart.

\n","type":"Crosshair","link":"//ej2.syncfusion.com/documentation/api/chart/#crosshairmodule"},"dataEditingModule":{"name":"dataEditingModule","description":"

dataEditingModule is used to drag and drop of the point.

\n","type":"DataEditing","link":"//ej2.syncfusion.com/documentation/api/chart/#dataeditingmodule"},"dataLabelModule":{"name":"dataLabelModule","description":"

dataLabelModule is used to manipulate and add data label to the series.

\n","type":"DataLabel","link":"//ej2.syncfusion.com/documentation/api/chart/#datalabelmodule"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the chart. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/chart/#datasource"},"dateTimeCategoryModule":{"name":"dateTimeCategoryModule","description":"

dateTimeCategoryModule is used to manipulate date time and category axis

\n","type":"DateTimeCategory","link":"//ej2.syncfusion.com/documentation/api/chart/#datetimecategorymodule"},"dateTimeModule":{"name":"dateTimeModule","description":"

datetimeModule is used to manipulate and add dateTime axis to the chart.

\n","type":"DateTime","link":"//ej2.syncfusion.com/documentation/api/chart/#datetimemodule"},"description":{"name":"description","description":"

Description for chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#description"},"duration":{"name":"duration","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/#duration"},"eMAIndicatorModule":{"name":"eMAIndicatorModule","description":"

eMAIndicatorModule is used to predict the market trend using EMA approach

\n","type":"EmaIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#emaindicatormodule"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/chart/#element"},"enableAnimation":{"name":"enableAnimation","description":"

If set true, Animation process will be executed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enableanimation"},"enableCanvas":{"name":"enableCanvas","description":"

It specifies whether the chart should be rendered in canvas mode

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enablecanvas"},"enableExport":{"name":"enableExport","description":"

To enable export feature in chart.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enableexport"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enablertl"},"enableSideBySidePlacement":{"name":"enableSideBySidePlacement","description":"

To enable the side by side placing the points for column type series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#enablesidebysideplacement"},"errorBarModule":{"name":"errorBarModule","description":"

errorBarModule is used to manipulate and add errorBar for series.

\n","type":"ErrorBar","link":"//ej2.syncfusion.com/documentation/api/chart/#errorbarmodule"},"exportModule":{"name":"exportModule","description":"

Export Module is used to export chart.

\n","type":"Export","link":"//ej2.syncfusion.com/documentation/api/chart/#exportmodule"},"height":{"name":"height","description":"

The height of the chart as a string accepts input both as '100px' or '100%'.\nIf specified as '100%, chart renders to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#height"},"hiloOpenCloseSeriesModule":{"name":"hiloOpenCloseSeriesModule","description":"

hiloOpenCloseSeriesModule is used to add hilo series in chart

\n","type":"HiloOpenCloseSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#hiloopencloseseriesmodule"},"hiloSeriesModule":{"name":"hiloSeriesModule","description":"

hiloSeriesModule is used to add hilo series in chart

\n","type":"HiloSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#hiloseriesmodule"},"histogramSeriesModule":{"name":"histogramSeriesModule","description":"

histogramSeriesModule is used to add histogram series in chart

\n","type":"HistogramSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#histogramseriesmodule"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#ignorecollectionwatch"},"indicators":{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#isdestroyed"},"isMultiSelect":{"name":"isMultiSelect","description":"

If set true, enables the multi selection in chart. It requires selectionMode to be Point | Series | or Cluster.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#ismultiselect"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#isserverrendered"},"isTransposed":{"name":"isTransposed","description":"

It specifies whether the chart should be render in transposed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#istransposed"},"legendModule":{"name":"legendModule","description":"

legendModule is used to manipulate and add legend to the chart.

\n","type":"Legend","link":"//ej2.syncfusion.com/documentation/api/chart/#legendmodule"},"legendSettings":{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"},"lineSeriesModule":{"name":"lineSeriesModule","description":"

lineSeriesModule is used to add line series to the chart.

\n","type":"LineSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#lineseriesmodule"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#locale"},"logarithmicModule":{"name":"logarithmicModule","description":"

logarithmicModule is used to manipulate and add log axis to the chart.

\n","type":"Logarithmic","link":"//ej2.syncfusion.com/documentation/api/chart/#logarithmicmodule"},"macdIndicatorModule":{"name":"macdIndicatorModule","description":"

macdIndicatorModule is used to predict the market trend using Macd approach

\n","type":"MacdIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#macdindicatormodule"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the chart.

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/chart/#margin"},"momentumIndicatorModule":{"name":"momentumIndicatorModule","description":"

momentumIndicatorModule is used to predict the market trend using Momentum approach

\n","type":"MomentumIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#momentumindicatormodule"},"multiColoredAreaSeriesModule":{"name":"multiColoredAreaSeriesModule","description":"

multiColoredAreaSeriesModule is used to add multi colored area series to the chart.

\n","type":"MultiColoredAreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#multicoloredareaseriesmodule"},"multiColoredLineSeriesModule":{"name":"multiColoredLineSeriesModule","description":"

multiColoredLineSeriesModule is used to add multi colored line series to the chart.

\n","type":"MultiColoredLineSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#multicoloredlineseriesmodule"},"multiLevelLabelModule":{"name":"multiLevelLabelModule","description":"

multiLevelLabelModule is used to manipulate and add multiLevelLabel in chart.

\n","type":"MultiLevelLabel","link":"//ej2.syncfusion.com/documentation/api/chart/#multilevellabelmodule"},"palettes":{"name":"palettes","description":"

Palette for the chart series.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/chart/#palettes"},"paretoSeriesModule":{"name":"paretoSeriesModule","description":"

ParetoSeriesModule is used to add pareto series in the chart.

\n","type":"ParetoSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#paretoseriesmodule"},"polarSeriesModule":{"name":"polarSeriesModule","description":"

polarSeriesModule is used to add polar series in the chart.

\n","type":"PolarSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#polarseriesmodule"},"primaryXAxis":{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},"primaryYAxis":{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},"radarSeriesModule":{"name":"radarSeriesModule","description":"

radarSeriesModule is used to add radar series in the chart.

\n","type":"RadarSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#radarseriesmodule"},"rangeAreaSeriesModule":{"name":"rangeAreaSeriesModule","description":"

rangeAreaSeriesModule is used to add rangeArea series in chart.

\n","type":"RangeAreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#rangeareaseriesmodule"},"rangeColumnSeriesModule":{"name":"rangeColumnSeriesModule","description":"

rangeColumnSeriesModule is used to add rangeColumn series to the chart.

\n","type":"RangeColumnSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#rangecolumnseriesmodule"},"rows":{"name":"rows","description":"

Options to split Chart into multiple plotting areas horizontally.\nEach object in the collection represents a plotting area in the Chart.

\n","type":"RowModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#rows"},"rsiIndicatorModule":{"name":"rsiIndicatorModule","description":"

rSIIndicatorModule is used to predict the market trend using RSI approach

\n","type":"RsiIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#rsiindicatormodule"},"sMAIndicatorModule":{"name":"sMAIndicatorModule","description":"

sMAIndicatorModule is used to predict the market trend using SMA approach

\n","type":"SmaIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#smaindicatormodule"},"scatterSeriesModule":{"name":"scatterSeriesModule","description":"

scatterSeriesModule is used to add scatter series to the chart.

\n","type":"ScatterSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#scatterseriesmodule"},"scrollBarModule":{"name":"scrollBarModule","description":"

ScrollBar Module is used to render scrollbar in chart while zooming.

\n","type":"ScrollBar","link":"//ej2.syncfusion.com/documentation/api/chart/#scrollbarmodule"},"selectedDataIndexes":{"name":"selectedDataIndexes","description":"

Specifies the point indexes to be selected while loading a chart.\nIt requires selectionMode to be Point | Series | or Cluster.

\n","type":"IndexesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#selecteddataindexes"},"selectionMode":{"name":"selectionMode","description":"

Specifies whether series or data point has to be selected. They are,

\n
    \n
  • none: Disables the selection.
  • \n
  • series: selects a series.
  • \n
  • point: selects a point.
  • \n
  • cluster: selects a cluster of point
  • \n
  • dragXY: selects points by dragging with respect to both horizontal and vertical axes
  • \n
  • dragX: selects points by dragging with respect to horizontal axis.
  • \n
  • dragY: selects points by dragging with respect to vertical axis.
  • \n
  • lasso: selects points by dragging with respect to free form.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#selectionmode"},"selectionModule":{"name":"selectionModule","description":"

selectionModule is used to manipulate and add selection to the chart.

\n","type":"Selection","link":"//ej2.syncfusion.com/documentation/api/chart/#selectionmodule"},"series":{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},"splineAreaSeriesModule":{"name":"splineAreaSeriesModule","description":"

splineAreaSeriesModule is used to add spline area series to the chart.

\n","type":"SplineAreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#splineareaseriesmodule"},"splineSeriesModule":{"name":"splineSeriesModule","description":"

splineSeriesModule is used to add spline series to the chart.

\n","type":"SplineSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#splineseriesmodule"},"stackingAreaSeriesModule":{"name":"stackingAreaSeriesModule","description":"

stackingAreaSeriesModule is used to add stacking area series to the chart.

\n","type":"StackingAreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#stackingareaseriesmodule"},"stackingBarSeriesModule":{"name":"stackingBarSeriesModule","description":"

stackingBarSeriesModule is used to add stacking bar series to the chart.

\n","type":"StackingBarSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#stackingbarseriesmodule"},"stackingColumnSeriesModule":{"name":"stackingColumnSeriesModule","description":"

stackingColumnSeriesModule is used to add stacking column series in the chart.

\n","type":"StackingColumnSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#stackingcolumnseriesmodule"},"stackingLineSeriesModule":{"name":"stackingLineSeriesModule","description":"

stackingLineSeriesModule is used to add stacking line series to the chart.

\n","type":"StackingLineSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#stackinglineseriesmodule"},"stepAreaSeriesModule":{"name":"stepAreaSeriesModule","description":"

stepAreaSeriesModule is used to add step area series to the chart.

\n","type":"StepAreaSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#stepareaseriesmodule"},"stepLineSeriesModule":{"name":"stepLineSeriesModule","description":"

stepLineSeriesModule is used to add step line series to the chart.

\n","type":"StepLineSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#steplineseriesmodule"},"stochasticIndicatorModule":{"name":"stochasticIndicatorModule","description":"

stochasticIndicatorModule is used to predict the market trend using Stochastic approach

\n","type":"StochasticIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#stochasticindicatormodule"},"stripLineModule":{"name":"stripLineModule","description":"

stripLineModule is used to manipulate and add stripLine in chart.

\n","type":"StripLine","link":"//ej2.syncfusion.com/documentation/api/chart/#striplinemodule"},"subTitle":{"name":"subTitle","description":"

SubTitle of the chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#subtitle"},"subTitleStyle":{"name":"subTitleStyle","description":"

Options for customizing the Subtitle of the Chart.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/#subtitlestyle"},"tMAIndicatorModule":{"name":"tMAIndicatorModule","description":"

tMAIndicatorModule is used to predict the market trend using TMA approach

\n","type":"TmaIndicator","link":"//ej2.syncfusion.com/documentation/api/chart/#tmaindicatormodule"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the chart.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/#tabindex"},"theme":{"name":"theme","description":"

Specifies the theme for the chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#theme"},"title":{"name":"title","description":"

Title of the chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title of the Chart.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},"tooltipModule":{"name":"tooltipModule","description":"

tooltipModule is used to manipulate and add tooltip to the series.

\n","type":"Tooltip","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltipmodule"},"trendLineModule":{"name":"trendLineModule","description":"

'TrendlineModule' is used to predict the market trend using trendlines

\n","type":"Trendlines","link":"//ej2.syncfusion.com/documentation/api/chart/#trendlinemodule"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

Specifies whether a grouping separator should be used for a number.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#usegroupingseparator"},"waterfallSeriesModule":{"name":"waterfallSeriesModule","description":"

waterfallSeries is used to add waterfall series in chart.

\n","type":"WaterfallSeries","link":"//ej2.syncfusion.com/documentation/api/chart/#waterfallseriesmodule"},"width":{"name":"width","description":"

The width of the chart as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, chart renders to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#width"},"zoomModule":{"name":"zoomModule","description":"

zoomModule is used to manipulate and add zooming to the chart.

\n","type":"Zoom","link":"//ej2.syncfusion.com/documentation/api/chart/#zoommodule"},"zoomSettings":{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#addeventlistener"},"addSeries":{"name":"addSeries","description":"

To add series for the chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#addseries"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#appendto"},"createChartSvg":{"name":"createChartSvg","description":"

Method to create SVG element.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#createchartsvg"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#destroy"},"export":{"name":"export","description":"

Export method for the chart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#export"},"getLocalizedLabel":{"name":"getLocalizedLabel","description":"

Gets the localized label by locale keyword.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#getlocalizedlabel"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#getmodulename"},"print":{"name":"print","description":"

Handles the print method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#removeeventlistener"},"removeSeries":{"name":"removeSeries","description":"

To Remove series for the chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#removeseries"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#serverdatabind"},"setAnnotationValue":{"name":"setAnnotationValue","description":"

Method to set the annotation content dynamically for chart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#setannotationvalue"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#inject"}},"CrosshairSettings":{"dashArray":{"name":"dashArray","description":"

DashArray for crosshair.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairSettings#dasharray"},"enable":{"name":"enable","description":"

If set to true, crosshair line becomes visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairSettings#enable"},"line":{"name":"line","description":"

Options to customize the crosshair line.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairSettings#line"},"lineType":{"name":"lineType","description":"

Specifies the line type. Horizontal mode enables the horizontal line and Vertical mode enables the vertical line. They are,

\n
    \n
  • None: Hides both vertical and horizontal crosshair lines.
  • \n
  • Both: Shows both vertical and horizontal crosshair lines.
  • \n
  • Vertical: Shows the vertical line.
  • \n
  • Horizontal: Shows the horizontal line.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/crosshairSettings#linetype"}},"ChartAnnotationSettings":{"content":{"name":"content","description":"

Content of the annotation, which accepts the id of the custom element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#content"},"coordinateUnits":{"name":"coordinateUnits","description":"

Specifies the coordinate units of the annotation. They are

\n
    \n
  • Pixel - Annotation renders based on x and y pixel value.
  • \n
  • Point - Annotation renders based on x and y axis value.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#coordinateunits"},"description":{"name":"description","description":"

Information about annotation for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#description"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Specifies the alignment of the annotation. They are

\n
    \n
  • Near - Align the annotation element as left side.
  • \n
  • Far - Align the annotation element as right side.
  • \n
  • Center - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#horizontalalignment"},"region":{"name":"region","description":"

Specifies the regions of the annotation. They are

\n
    \n
  • Chart - Annotation renders based on chart coordinates.
  • \n
  • Series - Annotation renders based on series coordinates.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#region"},"verticalAlignment":{"name":"verticalAlignment","description":"

Specifies the position of the annotation. They are

\n
    \n
  • Top - Align the annotation element as top side.
  • \n
  • Bottom - Align the annotation element as bottom side.
  • \n
  • Middle - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#verticalalignment"},"x":{"name":"x","description":"

if set coordinateUnit as Pixel X specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|Date|number","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#x"},"xAxisName":{"name":"xAxisName","description":"

The name of horizontal axis associated with the annotation.\nIt requires axes of chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#xaxisname"},"y":{"name":"y","description":"

if set coordinateUnit as Pixel Y specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#y"},"yAxisName":{"name":"yAxisName","description":"

The name of vertical axis associated with the annotation.\nIt requires axes of chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartAnnotationSettings#yaxisname"}},"LabelBorder":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/labelBorder#color"},"type":{"name":"type","description":"

Border type for labels

\n
    \n
  • Rectangle
  • \n
  • Without Top Border
  • \n
  • Without Top and BottomBorder
  • \n
  • Without Border
  • \n
  • Brace
  • \n
  • CurlyBrace
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/labelBorder#type"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/labelBorder#width"}},"ScrollbarSettings":{"enable":{"name":"enable","description":"

Enables the scrollbar for lazy loading.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/scrollbarSettings#enable"},"pointsLength":{"name":"pointsLength","description":"

Defines the length of the points for numeric and logarithmic values.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/scrollbarSettings#pointslength"},"range":{"name":"range","description":"

Specifies the range for date time values alone.

\n","type":"ScrollbarSettingsRangeModel","link":"//ej2.syncfusion.com/documentation/api/chart/scrollbarSettings#range"}},"ScrollbarSettingsRange":{"maximum":{"name":"maximum","description":"

Specifies the maximum range of an scrollbar.

\n","type":"Date|string|number","link":"//ej2.syncfusion.com/documentation/api/chart/scrollbarSettingsRange#maximum"},"minimum":{"name":"minimum","description":"

Specifies the minimum range of an scrollbar.

\n","type":"Date|string|number","link":"//ej2.syncfusion.com/documentation/api/chart/scrollbarSettingsRange#minimum"}},"StripLineSettings":{"border":{"name":"border","description":"

Border of the strip line.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#border"},"color":{"name":"color","description":"

Color of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#color"},"dashArray":{"name":"dashArray","description":"

Dash Array of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#dasharray"},"end":{"name":"end","description":"

End value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#end"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Defines the position of the strip line text horizontally. They are,

\n
    \n
  • Start: Places the strip line text at the start.
  • \n
  • Middle: Places the strip line text in the middle.
  • \n
  • End: Places the strip line text at the end.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#horizontalalignment"},"isRepeat":{"name":"isRepeat","description":"

isRepeat value of the strip line.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#isrepeat"},"isSegmented":{"name":"isSegmented","description":"

isSegmented value of the strip line

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#issegmented"},"opacity":{"name":"opacity","description":"

Strip line Opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#opacity"},"repeatEvery":{"name":"repeatEvery","description":"

repeatEvery value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#repeatevery"},"repeatUntil":{"name":"repeatUntil","description":"

repeatUntil value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#repeatuntil"},"rotation":{"name":"rotation","description":"

The angle to which the strip line text gets rotated.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#rotation"},"segmentAxisName":{"name":"segmentAxisName","description":"

segmentAxisName of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#segmentaxisname"},"segmentEnd":{"name":"segmentEnd","description":"

segmentEnd value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#segmentend"},"segmentStart":{"name":"segmentStart","description":"

segmentStart value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#segmentstart"},"size":{"name":"size","description":"

Size of the strip line, when it starts from the origin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#size"},"sizeType":{"name":"sizeType","description":"

Size type of the strip line

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#sizetype"},"start":{"name":"start","description":"

Start value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#start"},"startFromAxis":{"name":"startFromAxis","description":"

If set true, strip line get render from axis origin.\n@default false

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#startfromaxis"},"text":{"name":"text","description":"

Strip line text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#text"},"textStyle":{"name":"textStyle","description":"

Options to customize the strip line text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#textstyle"},"verticalAlignment":{"name":"verticalAlignment","description":"

Defines the position of the strip line text vertically. They are,

\n
    \n
  • Start: Places the strip line text at the start.
  • \n
  • Middle: Places the strip line text in the middle.
  • \n
  • End: Places the strip line text at the end.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#verticalalignment"},"visible":{"name":"visible","description":"

If set true, strip line for axis renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#visible"},"zIndex":{"name":"zIndex","description":"

Specifies the order of the strip line. They are,

\n
    \n
  • Behind: Places the strip line behind the series elements.
  • \n
  • Over: Places the strip line over the series elements.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/stripLineSettings#zindex"}},"Export":{"export":{"name":"export","description":"

Handles the export method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/export#export"}},"AreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#chart"},"applySegmentAxis":{"name":"applySegmentAxis","description":"

Segment calculation performed here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#applysegmentaxis"},"createClipRect":{"name":"createClipRect","description":"

To create clip rect for segment axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#createcliprect"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#doanimation"},"getAreaEmptyDirection":{"name":"getAreaEmptyDirection","description":"

To Generate the empty point direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#getareaemptydirection"},"getAreaPathDirection":{"name":"getAreaPathDirection","description":"

To Generate the area path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#getareapathdirection"},"getAxisValue":{"name":"getAxisValue","description":"

To get exact value from segment value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#getaxisvalue"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#getlinedirection"},"setPointColor":{"name":"setPointColor","description":"

To set point color

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#setpointcolor"},"sortSegments":{"name":"sortSegments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#sortsegments"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/areaSeries#storepointlocation"}},"BarSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/barSeries#doanimation"}},"BoxAndWhiskerSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/boxAndWhiskerSeries#doanimation"},"findBoxPlotValues":{"name":"findBoxPlotValues","description":"

To find the box plot values

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/boxAndWhiskerSeries#findboxplotvalues"},"getPathString":{"name":"getPathString","description":"

Calculation for path direction performed here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/boxAndWhiskerSeries#getpathstring"},"renderBoxAndWhisker":{"name":"renderBoxAndWhisker","description":"

Rendering for box and whisker append here.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/boxAndWhiskerSeries#renderboxandwhisker"}},"BubbleSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/bubbleSeries#doanimation"}},"CandleSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/candleSeries#doanimation"}},"ChartSegment":{"color":{"name":"color","description":"

Defines the color of a region.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartSegment#color"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/chartSegment#dasharray"},"value":{"name":"value","description":"

Defines the starting point of region.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/chartSegment#value"}},"ErrorBarCapSettings":{"color":{"name":"color","description":"

The stroke color of the cap, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarCapSettings#color"},"length":{"name":"length","description":"

The length of the error bar in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarCapSettings#length"},"opacity":{"name":"opacity","description":"

The opacity of the cap.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarCapSettings#opacity"},"width":{"name":"width","description":"

The width of the error bar in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarCapSettings#width"}},"ErrorBarSettings":{"color":{"name":"color","description":"

The color for stroke of the error bar, which accepts value in hex, rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#color"},"direction":{"name":"direction","description":"

The direction of the error bar . They are

\n
    \n
  • both - Renders both direction of error bar.
  • \n
  • minus - Renders minus direction of error bar.
  • \n
  • plus - Renders plus direction error bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#direction"},"errorBarCap":{"name":"errorBarCap","description":"

Options for customizing the cap of the error bar.

\n","type":"ErrorBarCapSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#errorbarcap"},"horizontalError":{"name":"horizontalError","description":"

The horizontal error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#horizontalerror"},"horizontalNegativeError":{"name":"horizontalNegativeError","description":"

The horizontal negative error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#horizontalnegativeerror"},"horizontalPositiveError":{"name":"horizontalPositiveError","description":"

The horizontal positive error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#horizontalpositiveerror"},"mode":{"name":"mode","description":"

The mode of the error bar . They are

\n
    \n
  • Vertical - Renders a vertical error bar.
  • \n
  • Horizontal - Renders a horizontal error bar.
  • \n
  • Both - Renders both side error bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#mode"},"type":{"name":"type","description":"

The type of the error bar . They are

\n
    \n
  • Fixed - Renders a fixed type error bar.
  • \n
  • Percentage - Renders a percentage type error bar.
  • \n
  • StandardDeviation - Renders a standard deviation type error bar.
  • \n
  • StandardError -Renders a standard error type error bar.
  • \n
  • Custom -Renders a custom type error bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#type"},"verticalError":{"name":"verticalError","description":"

The vertical error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#verticalerror"},"verticalNegativeError":{"name":"verticalNegativeError","description":"

The vertical negative error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#verticalnegativeerror"},"verticalPositiveError":{"name":"verticalPositiveError","description":"

The vertical positive error of the error bar.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#verticalpositiveerror"},"visible":{"name":"visible","description":"

If set true, error bar for data gets rendered.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#visible"},"width":{"name":"width","description":"

The stroke width of the error bar..

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBarSettings#width"}},"Points":{"average":{"name":"average","description":"

point average value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#average"},"close":{"name":"close","description":"

point close value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#close"},"color":{"name":"color","description":"

point color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/points#color"},"error":{"name":"error","description":"

point error value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#error"},"high":{"name":"high","description":"

point high value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#high"},"index":{"name":"index","description":"

point index value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#index"},"interior":{"name":"interior","description":"

point interior value

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/points#interior"},"isEmpty":{"name":"isEmpty","description":"

point empty checking

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/points#isempty"},"isSelect":{"name":"isSelect","description":"

To know the point is selected

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/points#isselect"},"low":{"name":"low","description":"

point low value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#low"},"lowerQuartile":{"name":"lowerQuartile","description":"

point lower quartile value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#lowerquartile"},"maximum":{"name":"maximum","description":"

point maximum value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#maximum"},"median":{"name":"median","description":"

point median value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#median"},"minimum":{"name":"minimum","description":"

point minimum value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#minimum"},"open":{"name":"open","description":"

point open value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#open"},"outliers":{"name":"outliers","description":"

point outliers value

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/chart/points#outliers"},"percentage":{"name":"percentage","description":"

point percentage value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#percentage"},"regionData":{"name":"regionData","description":"

point region data

\n","type":"PolarArc","link":"//ej2.syncfusion.com/documentation/api/chart/points#regiondata"},"regions":{"name":"regions","description":"

point region

\n","type":"Rect[]","link":"//ej2.syncfusion.com/documentation/api/chart/points#regions"},"size":{"name":"size","description":"

point size value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#size"},"symbolLocations":{"name":"symbolLocations","description":"

point symbol location

\n","type":"ChartLocation[]","link":"//ej2.syncfusion.com/documentation/api/chart/points#symbollocations"},"text":{"name":"text","description":"

point text

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/points#text"},"tooltip":{"name":"tooltip","description":"

point tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/points#tooltip"},"upperQuartile":{"name":"upperQuartile","description":"

point upper quartile value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#upperquartile"},"visible":{"name":"visible","description":"

point visibility

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/points#visible"},"volume":{"name":"volume","description":"

point volume value

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#volume"},"x":{"name":"x","description":"

point x

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#x"},"xValue":{"name":"xValue","description":"

point x value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#xvalue"},"y":{"name":"y","description":"

point y

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/chart/points#y"},"yValue":{"name":"yValue","description":"

point y value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/points#yvalue"}},"SeriesBase":{"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#animation"},"close":{"name":"close","description":"

The DataSource field that contains the close value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#close"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#dasharray"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#datasource"},"enableComplexProperty":{"name":"enableComplexProperty","description":"

This property used to improve chart performance via data mapping for series dataSource.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#enablecomplexproperty"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#fill"},"high":{"name":"high","description":"

The DataSource field that contains the high value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#high"},"low":{"name":"low","description":"

The DataSource field that contains the low value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#low"},"open":{"name":"open","description":"

The DataSource field that contains the open value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#open"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#pointcolormapping"},"query":{"name":"query","description":"

Specifies query to select data from DataSource. This property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#query"},"segmentAxis":{"name":"segmentAxis","description":"

Defines the axis, based on which the line series will be split.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#segmentaxis"},"segments":{"name":"segments","description":"

Defines the collection of regions that helps to differentiate a line series.

\n","type":"ChartSegmentModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#segments"},"visible":{"name":"visible","description":"

Specifies the visibility of series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#visible"},"volume":{"name":"volume","description":"

Defines the data source field that contains the volume value in candle charts\nIt is applicable for financial series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#volume"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#width"},"xAxisName":{"name":"xAxisName","description":"

The name of the horizontal axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#xaxisname"},"xName":{"name":"xName","description":"

The DataSource field that contains the x value.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#xname"},"yAxisName":{"name":"yAxisName","description":"

The name of the vertical axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/seriesBase#yaxisname"}},"Trendline":{"animation":{"name":"animation","description":"

Options to customize the animation for trendlines

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#animation"},"backwardForecast":{"name":"backwardForecast","description":"

Defines the period, by which the trend has to backward forecast

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#backwardforecast"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#dasharray"},"enableTooltip":{"name":"enableTooltip","description":"

Enables/disables tooltip for trendlines

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#enabletooltip"},"fill":{"name":"fill","description":"

Defines the fill color of trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#fill"},"forwardForecast":{"name":"forwardForecast","description":"

Defines the period, by which the trend has to forward forecast

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#forwardforecast"},"intercept":{"name":"intercept","description":"

Defines the intercept of the trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#intercept"},"legendShape":{"name":"legendShape","description":"

Sets the legend shape of the trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#legendshape"},"marker":{"name":"marker","description":"

Options to customize the marker for trendlines

\n","type":"MarkerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#marker"},"name":{"name":"name","description":"

Defines the name of trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#name"},"period":{"name":"period","description":"

Defines the period, the price changes over which will be considered to predict moving average trend line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#period"},"polynomialOrder":{"name":"polynomialOrder","description":"

Defines the polynomial order of the polynomial trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#polynomialorder"},"type":{"name":"type","description":"

Defines the type of the trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#type"},"visible":{"name":"visible","description":"

Specifies the visibility of trendline.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#visible"},"width":{"name":"width","description":"

Defines the width of the trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/trendline#width"}},"ColumnBase":{},"ColumnSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/columnSeries#doanimation"}},"ErrorBar":{"error":{"name":"error","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#error"},"errorHeight":{"name":"errorHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#errorheight"},"negativeHeight":{"name":"negativeHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#negativeheight"},"positiveHeight":{"name":"positiveHeight","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#positiveheight"},"doErrorBarAnimation":{"name":"doErrorBarAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#doerrorbaranimation"},"meanCalculation":{"name":"meanCalculation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#meancalculation"},"render":{"name":"render","description":"

Render the error bar for series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/errorBar#render"}},"HiloOpenCloseSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/hiloOpenCloseSeries#doanimation"}},"HiloSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/hiloSeries#doanimation"}},"HistogramSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/histogramSeries#doanimation"}},"LineBase":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/lineBase#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/lineBase#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/lineBase#storepointlocation"}},"LineSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/lineSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/lineSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/lineSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/lineSeries#storepointlocation"}},"MarkerExplode":{"insideRegion":{"name":"insideRegion","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/markerExplode#insideregion"},"lierIndex":{"name":"lierIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/markerExplode#lierindex"},"getClosestX":{"name":"getClosestX","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/markerExplode#getclosestx"},"isSelected":{"name":"isSelected","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/markerExplode#isselected"}},"MultiColoredAreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#chart"},"applySegmentAxis":{"name":"applySegmentAxis","description":"

Segment calculation performed here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#applysegmentaxis"},"createClipRect":{"name":"createClipRect","description":"

To create clip rect for segment axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#createcliprect"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#doanimation"},"getAreaEmptyDirection":{"name":"getAreaEmptyDirection","description":"

To Generate the empty point direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#getareaemptydirection"},"getAreaPathDirection":{"name":"getAreaPathDirection","description":"

To Generate the area path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#getareapathdirection"},"getAxisValue":{"name":"getAxisValue","description":"

To get exact value from segment value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#getaxisvalue"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#getlinedirection"},"setPointColor":{"name":"setPointColor","description":"

To set point color

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#setpointcolor"},"sortSegments":{"name":"sortSegments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#sortsegments"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredAreaSeries#storepointlocation"}},"MultiColoredSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#chart"},"applySegmentAxis":{"name":"applySegmentAxis","description":"

Segment calculation performed here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#applysegmentaxis"},"createClipRect":{"name":"createClipRect","description":"

To create clip rect for segment axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#createcliprect"},"getAreaEmptyDirection":{"name":"getAreaEmptyDirection","description":"

To Generate the empty point direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#getareaemptydirection"},"getAreaPathDirection":{"name":"getAreaPathDirection","description":"

To Generate the area path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#getareapathdirection"},"getAxisValue":{"name":"getAxisValue","description":"

To get exact value from segment value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#getaxisvalue"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#getlinedirection"},"setPointColor":{"name":"setPointColor","description":"

To set point color

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#setpointcolor"},"sortSegments":{"name":"sortSegments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#sortsegments"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredSeries#storepointlocation"}},"MultiColoredLineSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#chart"},"applySegmentAxis":{"name":"applySegmentAxis","description":"

Segment calculation performed here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#applysegmentaxis"},"createClipRect":{"name":"createClipRect","description":"

To create clip rect for segment axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#createcliprect"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#doanimation"},"getAreaEmptyDirection":{"name":"getAreaEmptyDirection","description":"

To Generate the empty point direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#getareaemptydirection"},"getAreaPathDirection":{"name":"getAreaPathDirection","description":"

To Generate the area path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#getareapathdirection"},"getAxisValue":{"name":"getAxisValue","description":"

To get exact value from segment value

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#getaxisvalue"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#getlinedirection"},"setPointColor":{"name":"setPointColor","description":"

To set point color

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#setpointcolor"},"sortSegments":{"name":"sortSegments","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#sortsegments"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/multiColoredLineSeries#storepointlocation"}},"ParetoSeries":{"paretoAxes":{"name":"paretoAxes","description":"","type":"Axis[]","link":"//ej2.syncfusion.com/documentation/api/chart/paretoSeries#paretoaxes"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/paretoSeries#doanimation"},"initAxis":{"name":"initAxis","description":"

Defines the Axis initialization for Line

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/paretoSeries#initaxis"},"initSeries":{"name":"initSeries","description":"

Defines the Line initialization

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/paretoSeries#initseries"},"performCumulativeCalculation":{"name":"performCumulativeCalculation","description":"

To perform the cumulative calculation for pareto series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/paretoSeries#performcumulativecalculation"}},"PolarSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/polarSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarSeries#doanimation"},"drawYAxisLabels":{"name":"drawYAxisLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarSeries#drawyaxislabels"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/polarSeries#storepointlocation"}},"RadarSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/radarSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/radarSeries#doanimation"},"drawYAxisLabels":{"name":"drawYAxisLabels","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/radarSeries#drawyaxislabels"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/radarSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/radarSeries#storepointlocation"}},"RangeAreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/rangeAreaSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rangeAreaSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rangeAreaSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rangeAreaSeries#storepointlocation"}},"RangeColumnSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rangeColumnSeries#doanimation"}},"ScatterSeries":{"destroy":{"name":"destroy","description":"

To destroy the scatter.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/scatterSeries#destroy"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/scatterSeries#doanimation"}},"SplineAreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#doanimation"},"filterEmptyPoints":{"name":"filterEmptyPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#filteremptypoints"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#getlinedirection"},"getNextIndex":{"name":"getNextIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#getnextindex"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineAreaSeries#storepointlocation"}},"SplineBase":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#doanimation"},"filterEmptyPoints":{"name":"filterEmptyPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#filteremptypoints"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#getlinedirection"},"getNextIndex":{"name":"getNextIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#getnextindex"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineBase#storepointlocation"}},"SplineSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#doanimation"},"filterEmptyPoints":{"name":"filterEmptyPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#filteremptypoints"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#getlinedirection"},"getNextIndex":{"name":"getNextIndex","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#getnextindex"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/splineSeries#storepointlocation"}},"StackingAreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/stackingAreaSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingAreaSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingAreaSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingAreaSeries#storepointlocation"}},"StackingBarSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingBarSeries#doanimation"}},"StackingColumnSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingColumnSeries#doanimation"}},"StackingLineSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/stackingLineSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingLineSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingLineSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stackingLineSeries#storepointlocation"}},"StepAreaSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/stepAreaSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepAreaSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepAreaSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepAreaSeries#storepointlocation"}},"StepLineSeries":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/stepLineSeries#chart"},"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepLineSeries#doanimation"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepLineSeries#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stepLineSeries#storepointlocation"}},"WaterfallSeries":{"doAnimation":{"name":"doAnimation","description":"

Animates the series.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/waterfallSeries#doanimation"}},"AccumulationDistributionIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/accumulationDistributionIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/accumulationDistributionIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/accumulationDistributionIndicator#storepointlocation"}},"AtrIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/atrIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/atrIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/atrIndicator#storepointlocation"}},"BollingerBands":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/bollingerBands#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/bollingerBands#getlinedirection"},"initSeriesCollection":{"name":"initSeriesCollection","description":"

Initializes the series collection to represent bollinger band

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/bollingerBands#initseriescollection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/bollingerBands#storepointlocation"}},"EmaIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/emaIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/emaIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/emaIndicator#storepointlocation"}},"TechnicalAnalysis":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/technicalAnalysis#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/technicalAnalysis#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/technicalAnalysis#storepointlocation"}},"MacdIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/macdIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/macdIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/macdIndicator#storepointlocation"}},"MomentumIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/momentumIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/momentumIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/momentumIndicator#storepointlocation"}},"RsiIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/rsiIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rsiIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/rsiIndicator#storepointlocation"}},"SmaIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/smaIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/smaIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/smaIndicator#storepointlocation"}},"StochasticIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/stochasticIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stochasticIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/stochasticIndicator#storepointlocation"}},"TechnicalIndicator":{"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#animation"},"bandColor":{"name":"bandColor","description":"

Options for customizing the BollingerBand in the indicator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#bandcolor"},"close":{"name":"close","description":"

The DataSource field that contains the close value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#close"},"dPeriod":{"name":"dPeriod","description":"

Defines the period, the price changes over which will define the %D value in stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#dperiod"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#dasharray"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#datasource"},"enableComplexProperty":{"name":"enableComplexProperty","description":"

This property used to improve chart performance via data mapping for series dataSource.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#enablecomplexproperty"},"fastPeriod":{"name":"fastPeriod","description":"

Sets the fast period to define the Macd line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#fastperiod"},"field":{"name":"field","description":"

Defines the field to compare the current value with previous values

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#field"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#fill"},"high":{"name":"high","description":"

The DataSource field that contains the high value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#high"},"kPeriod":{"name":"kPeriod","description":"

Defines the look back period, the price changes over which will define the %K value in stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#kperiod"},"low":{"name":"low","description":"

The DataSource field that contains the low value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#low"},"lowerLine":{"name":"lowerLine","description":"

Defines the appearance of lower line in technical indicators

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#lowerline"},"macdLine":{"name":"macdLine","description":"

Defines the appearance of the the MacdLine of Macd indicator

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#macdline"},"macdNegativeColor":{"name":"macdNegativeColor","description":"

Defines the color of the negative bars in Macd indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#macdnegativecolor"},"macdPositiveColor":{"name":"macdPositiveColor","description":"

Defines the color of the positive bars in Macd indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#macdpositivecolor"},"macdType":{"name":"macdType","description":"

Defines the type of the Macd indicator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#macdtype"},"open":{"name":"open","description":"

The DataSource field that contains the open value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#open"},"overBought":{"name":"overBought","description":"

Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#overbought"},"overSold":{"name":"overSold","description":"

Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#oversold"},"period":{"name":"period","description":"

Defines the period, the price changes over which will be considered to predict the trend

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#period"},"periodLine":{"name":"periodLine","description":"

Defines the appearance of period line in technical indicators

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#periodline"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#pointcolormapping"},"query":{"name":"query","description":"

Specifies query to select data from DataSource. This property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#query"},"segmentAxis":{"name":"segmentAxis","description":"

Defines the axis, based on which the line series will be split.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#segmentaxis"},"segments":{"name":"segments","description":"

Defines the collection of regions that helps to differentiate a line series.

\n","type":"ChartSegmentModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#segments"},"seriesName":{"name":"seriesName","description":"

Defines the name of the series, the data of which has to be depicted as indicator

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#seriesname"},"showZones":{"name":"showZones","description":"

Enables/Disables the over-bought and over-sold regions

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#showzones"},"slowPeriod":{"name":"slowPeriod","description":"

Sets the slow period to define the Macd line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#slowperiod"},"standardDeviation":{"name":"standardDeviation","description":"

Sets the standard deviation values that helps to define the upper and lower bollinger bands

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#standarddeviation"},"type":{"name":"type","description":"

Defines the type of the technical indicator

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#type"},"upperLine":{"name":"upperLine","description":"

Defines the appearance of the upper line in technical indicators

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#upperline"},"visible":{"name":"visible","description":"

Specifies the visibility of series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#visible"},"volume":{"name":"volume","description":"

Defines the data source field that contains the volume value in candle charts\nIt is applicable for financial series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#volume"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#width"},"xAxisName":{"name":"xAxisName","description":"

The name of the horizontal axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#xaxisname"},"xName":{"name":"xName","description":"

The DataSource field that contains the x value.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#xname"},"yAxisName":{"name":"yAxisName","description":"

The name of the vertical axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/technicalIndicator#yaxisname"}},"TmaIndicator":{"chart":{"name":"chart","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/chart/tmaIndicator#chart"},"getLineDirection":{"name":"getLineDirection","description":"

To generate the line path direction

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tmaIndicator#getlinedirection"},"storePointLocation":{"name":"storePointLocation","description":"

To store the symbol location and region

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/tmaIndicator#storepointlocation"}},"Trendlines":{"destroy":{"name":"destroy","description":"

To destroy the trendline

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/trendlines#destroy"},"getTrendLineElements":{"name":"getTrendLineElements","description":"

Defines the trendline elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/trendlines#gettrendlineelements"},"initDataSource":{"name":"initDataSource","description":"

Defines the points to draw the trendlines

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/trendlines#initdatasource"}},"Crosshair":{"crosshair":{"name":"crosshair","description":"

Renders the crosshair.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/crosshair#crosshair"}},"DataEditing":{"pointMouseDown":{"name":"pointMouseDown","description":"

Point drag start here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dataEditing#pointmousedown"},"pointMouseMove":{"name":"pointMouseMove","description":"

Point dragging

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dataEditing#pointmousemove"},"pointMouseUp":{"name":"pointMouseUp","description":"

Point drag ends here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/dataEditing#pointmouseup"}},"AnnotationBase":{"processAnnotation":{"name":"processAnnotation","description":"

To process the annotation for accumulation chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/annotationBase#processannotation"}},"ChartArea":{"background":{"name":"background","description":"

The background of the chart area that accepts value in hex and rgba as a valid CSS color string..

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/chartArea#background"},"backgroundImage":{"name":"backgroundImage","description":"

The background image of the chart area that accepts value in string as url link or location of an image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/chartArea#backgroundimage"},"border":{"name":"border","description":"

Options to customize the border of the chart area.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/common/chartArea#border"},"opacity":{"name":"opacity","description":"

The opacity for background.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/chartArea#opacity"}},"CornerRadius":{"bottomLeft":{"name":"bottomLeft","description":"

Specifies the bottom left corner radius value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/cornerRadius#bottomleft"},"bottomRight":{"name":"bottomRight","description":"

Specifies the bottom right corner radius value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/cornerRadius#bottomright"},"topLeft":{"name":"topLeft","description":"

Specifies the top left corner radius value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/cornerRadius#topleft"},"topRight":{"name":"topRight","description":"

Specifies the top right corner radius value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/cornerRadius#topright"}},"DragSettings":{"enable":{"name":"enable","description":"

To enable the drag the points

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/dragSettings#enable"},"fill":{"name":"fill","description":"

To set the color of the edited point

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/dragSettings#fill"},"maxY":{"name":"maxY","description":"

To set the maximum y of the point

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/dragSettings#maxy"},"minY":{"name":"minY","description":"

To set the minimum y of the point

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/dragSettings#miny"}},"EmptyPointSettings":{"border":{"name":"border","description":"

Options to customize the border of empty points.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/common/emptyPointSettings#border"},"fill":{"name":"fill","description":"

To customize the fill color of empty points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/emptyPointSettings#fill"},"mode":{"name":"mode","description":"

To customize the mode of empty points.

\n","type":"string|string","link":"//ej2.syncfusion.com/documentation/api/common/emptyPointSettings#mode"}},"Indexes":{"point":{"name":"point","description":"

Specifies the point index

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/indexes#point"},"series":{"name":"series","description":"

Specifies the series index

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/indexes#series"}},"Offset":{"x":{"name":"x","description":"

x value of the marker position

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/offset#x"},"y":{"name":"y","description":"

y value of the marker position

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/offset#y"}},"PeriodSelectorSettings":{"height":{"name":"height","description":"

Height for the period selector

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/periodSelectorSettings#height"},"periods":{"name":"periods","description":"

Buttons

\n","type":"PeriodsModel[]","link":"//ej2.syncfusion.com/documentation/api/common/periodSelectorSettings#periods"},"position":{"name":"position","description":"

vertical position of the period selector

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/periodSelectorSettings#position"}},"Periods":{"interval":{"name":"interval","description":"

Count value for the button

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/periods#interval"},"intervalType":{"name":"intervalType","description":"

IntervalType of button

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/periods#intervaltype"},"selected":{"name":"selected","description":"

To select the default period

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/periods#selected"},"text":{"name":"text","description":"

Text to be displayed on the button

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/periods#text"}},"PeriodSelector":{"calendarId":{"name":"calendarId","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#calendarid"},"control":{"name":"control","description":"","type":"IPeriodSelectorControl","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#control"},"datePicker":{"name":"datePicker","description":"","type":"DateRangePicker","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#datepicker"},"datePickerTriggered":{"name":"datePickerTriggered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#datepickertriggered"},"periodSelectorDiv":{"name":"periodSelectorDiv","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#periodselectordiv"},"periodSelectorSize":{"name":"periodSelectorSize","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#periodselectorsize"},"rootControl":{"name":"rootControl","description":"","type":"StockChart|RangeNavigator","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#rootcontrol"},"selectedIndex":{"name":"selectedIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#selectedindex"},"toolbar":{"name":"toolbar","description":"","type":"Toolbar","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#toolbar"},"triggerChange":{"name":"triggerChange","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#triggerchange"},"appendSelector":{"name":"appendSelector","description":"

To initialize the period selector properties

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#appendselector"},"changedRange":{"name":"changedRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#changedrange"},"renderSelector":{"name":"renderSelector","description":"

renderSelector elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#renderselector"},"renderSelectorElement":{"name":"renderSelectorElement","description":"

renderSelector div

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#renderselectorelement"},"setControlValues":{"name":"setControlValues","description":"

To set the control values

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/periodSelector#setcontrolvalues"}},"ScrollBar":{"axes":{"name":"axes","description":"","type":"Axis[]","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#axes"},"axis":{"name":"axis","description":"","type":"Axis","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#axis"},"component":{"name":"component","description":"","type":"Chart","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#component"},"height":{"name":"height","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#height"},"svgObject":{"name":"svgObject","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#svgobject"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#width"},"zoomFactor":{"name":"zoomFactor","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#zoomfactor"},"zoomPosition":{"name":"zoomPosition","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#zoomposition"},"calculateLazyRange":{"name":"calculateLazyRange","description":"

Range calculation for lazy loading

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#calculatelazyrange"},"calculateMouseWheelRange":{"name":"calculateMouseWheelRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#calculatemousewheelrange"},"destroy":{"name":"destroy","description":"

Method to destroy scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#destroy"},"getLazyDefaults":{"name":"getLazyDefaults","description":"

Lazy load default values

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#getlazydefaults"},"getLogRange":{"name":"getLogRange","description":"

Method to get log range

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#getlogrange"},"getModuleName":{"name":"getModuleName","description":"

Method to get scrollbar module name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#getmodulename"},"injectTo":{"name":"injectTo","description":"

Method for injecting scrollbar module

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#injectto"},"removeScrollSvg":{"name":"removeScrollSvg","description":"

Method to remove existing scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#removescrollsvg"},"scrollMouseDown":{"name":"scrollMouseDown","description":"

Handles the mouse down on scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#scrollmousedown"},"scrollMouseMove":{"name":"scrollMouseMove","description":"

Handles the mouse move on scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#scrollmousemove"},"scrollMouseUp":{"name":"scrollMouseUp","description":"

Handles the mouse up on scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#scrollmouseup"},"scrollMouseWheel":{"name":"scrollMouseWheel","description":"

Handles the mouse wheel on scrollbar

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollBar#scrollmousewheel"}},"ScrollElements":{"setArrowDirection":{"name":"setArrowDirection","description":"

Methods to set the arrow width

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollElements#setarrowdirection"},"thumb":{"name":"thumb","description":"

Method to render thumb

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/scrollElements#thumb"}},"BaseTooltip":{"control":{"name":"control","description":"","type":"AccumulationChart|Chart","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#control"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#element"},"elementSize":{"name":"elementSize","description":"","type":"Size","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#elementsize"},"formattedText":{"name":"formattedText","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#formattedtext"},"header":{"name":"header","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#header"},"headerText":{"name":"headerText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#headertext"},"insideRegion":{"name":"insideRegion","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#insideregion"},"inverted":{"name":"inverted","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#inverted"},"isRemove":{"name":"isRemove","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#isremove"},"lierIndex":{"name":"lierIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#lierindex"},"svgTooltip":{"name":"svgTooltip","description":"","type":"SVGTooltip","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#svgtooltip"},"text":{"name":"text","description":"","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#text"},"textElements":{"name":"textElements","description":"","type":"Element[]","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#textelements"},"textStyle":{"name":"textStyle","description":"","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#textstyle"},"toolTipInterval":{"name":"toolTipInterval","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#tooltipinterval"},"createElement":{"name":"createElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#createelement"},"createTooltip":{"name":"createTooltip","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#createtooltip"},"fadeOut":{"name":"fadeOut","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#fadeout"},"getClosestX":{"name":"getClosestX","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#getclosestx"},"getElement":{"name":"getElement","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#getelement"},"highlightPoint":{"name":"highlightPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#highlightpoint"},"highlightPoints":{"name":"highlightPoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#highlightpoints"},"isSelected":{"name":"isSelected","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#isselected"},"pushData":{"name":"pushData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#pushdata"},"removeHighlight":{"name":"removeHighlight","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#removehighlight"},"removeHighlightedMarker":{"name":"removeHighlightedMarker","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#removehighlightedmarker"},"removeText":{"name":"removeText","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#removetext"},"stopAnimation":{"name":"stopAnimation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#stopanimation"},"updatePreviousPoint":{"name":"updatePreviousPoint","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/common/baseTooltip#updatepreviouspoint"}},"RangeNavigatorSeries":{"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#animation"},"border":{"name":"border","description":"

Options for customizing the color and width of the series border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#border"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#dasharray"},"dataSource":{"name":"dataSource","description":"

It defines the data source for a series.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#datasource"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#fill"},"opacity":{"name":"opacity","description":"

The opacity for the background.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#opacity"},"query":{"name":"query","description":"

It defines the query for the data source

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#query"},"type":{"name":"type","description":"

It defines the series type of the range navigator

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#type"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#width"},"xName":{"name":"xName","description":"

It defines the xName for the series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#xname"},"yName":{"name":"yName","description":"

It defines the yName for the series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorSeries#yname"}},"RangeTooltipSettings":{"border":{"name":"border","description":"

Options to customize tooltip borders.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#border"},"displayMode":{"name":"displayMode","description":"

It defines display mode for tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#displaymode"},"enable":{"name":"enable","description":"

Enables / Disables the visibility of the tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#enable"},"fill":{"name":"fill","description":"

The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#fill"},"format":{"name":"format","description":"

Format the ToolTip content.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#format"},"opacity":{"name":"opacity","description":"

The fill color of the tooltip that accepts value in hex and rgba as a valid CSS color string.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#opacity"},"template":{"name":"template","description":"

Custom template to format the ToolTip content. Use ${value} as the placeholder text to display the corresponding data point.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#template"},"textStyle":{"name":"textStyle","description":"

Options to customize the ToolTip text.

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeTooltipSettings#textstyle"}},"StyleSettings":{"selectedRegionColor":{"name":"selectedRegionColor","description":"

Selected region color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/styleSettings#selectedregioncolor"},"thumb":{"name":"thumb","description":"

thumb settings

\n","type":"ThumbSettingsModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/styleSettings#thumb"},"unselectedRegionColor":{"name":"unselectedRegionColor","description":"

Un Selected region color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/styleSettings#unselectedregioncolor"}},"ThumbSettings":{"border":{"name":"border","description":"

border for the thumb

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/thumbSettings#border"},"fill":{"name":"fill","description":"

fill color for the thumb

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/thumbSettings#fill"},"height":{"name":"height","description":"

height of thumb

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/thumbSettings#height"},"type":{"name":"type","description":"

type of thumb

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/thumbSettings#type"},"width":{"name":"width","description":"

width of thumb

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/thumbSettings#width"}},"RangeNavigator":{"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#beforeprint"},"changed":{"name":"changed","description":"

Triggers after change the slider.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#changed"},"labelRender":{"name":"labelRender","description":"

Triggers before the label rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#labelrender"},"load":{"name":"load","description":"

Triggers before the range navigator rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#load"},"loaded":{"name":"loaded","description":"

Triggers after the range navigator rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#loaded"},"resized":{"name":"resized","description":"

Triggers after the range navigator resized

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#resized"},"selectorRender":{"name":"selectorRender","description":"

Triggers before the range navigator selector rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#selectorrender"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip for series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#tooltiprender"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#allowserverdatabinding"},"allowSnapping":{"name":"allowSnapping","description":"

Enable snapping for range navigator sliders

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#allowsnapping"},"animationDuration":{"name":"animationDuration","description":"

Duration of the animation

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#animationduration"},"areaSeriesModule":{"name":"areaSeriesModule","description":"

areaSeriesModule is used to add area series in the chart.

\n","type":"AreaSeries","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#areaseriesmodule"},"dataSource":{"name":"dataSource","description":"

It defines the data source for a range navigator.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#datasource"},"dateTimeModule":{"name":"dateTimeModule","description":"

datetimeModule is used to manipulate and add dateTime axis to the chart.

\n","type":"DateTime","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#datetimemodule"},"disableRangeSelector":{"name":"disableRangeSelector","description":"

To render the period selector with out range navigator.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#disablerangeselector"},"doubleModule":{"name":"doubleModule","description":"

doubleModule is used to manipulate and add double axis to the chart.

\n","type":"Double","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#doublemodule"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#element"},"enableDeferredUpdate":{"name":"enableDeferredUpdate","description":"

Enable deferred update for the range navigator

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enabledeferredupdate"},"enableGrouping":{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablertl"},"groupBy":{"name":"groupBy","description":"

GroupBy property for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#groupby"},"height":{"name":"height","description":"

The height of the chart as a string accepts input both as '100px' or '100%'.\nIf specified as '100%, range navigator renders to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#ignorecollectionwatch"},"interval":{"name":"interval","description":"

interval value for the axis

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#interval"},"intervalType":{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#isserverrendered"},"labelFormat":{"name":"labelFormat","description":"

Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\nIt also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#labelformat"},"labelIntersectAction":{"name":"labelIntersectAction","description":"

Specifies, when the axis labels intersect with each other.They are,

\n
    \n
  • None: Shows all the labels.
  • \n
  • Hide: Hides the label when it intersects.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#labelintersectaction"},"labelPosition":{"name":"labelPosition","description":"

Label positions for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#labelposition"},"labelStyle":{"name":"labelStyle","description":"

Label style for the labels

\n","type":"FontModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#labelstyle"},"lineSeriesModule":{"name":"lineSeriesModule","description":"

lineSeriesModule is used to add line series to the chart.

\n","type":"LineSeries","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#lineseriesmodule"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#locale"},"logBase":{"name":"logBase","description":"

base value for log axis

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#logbase"},"logarithmicModule":{"name":"logarithmicModule","description":"

logarithmicModule is used to manipulate and add log axis to the chart.

\n","type":"Logarithmic","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#logarithmicmodule"},"majorGridLines":{"name":"majorGridLines","description":"

MajorGridLines

\n","type":"MajorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#majorgridlines"},"majorTickLines":{"name":"majorTickLines","description":"

MajorTickLines

\n","type":"MajorTickLinesModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#majorticklines"},"margin":{"name":"margin","description":"

Margin for the range navigator

\n","type":"MarginModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#margin"},"maximum":{"name":"maximum","description":"

Maximum value for the axis

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#maximum"},"minimum":{"name":"minimum","description":"

Minimum value for the axis

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#minimum"},"navigatorBorder":{"name":"navigatorBorder","description":"

Options for customizing the color and width of the chart border.

\n","type":"BorderModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#navigatorborder"},"navigatorStyleSettings":{"name":"navigatorStyleSettings","description":"

Navigator style settings

\n","type":"StyleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#navigatorstylesettings"},"periodSelectorModule":{"name":"periodSelectorModule","description":"

periodSelectorModule is used to add period selector un range navigator

\n","type":"PeriodSelector","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#periodselectormodule"},"periodSelectorSettings":{"name":"periodSelectorSettings","description":"

Period selector settings

\n","type":"PeriodSelectorSettingsModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#periodselectorsettings"},"query":{"name":"query","description":"

It defines the query for the data source.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#query"},"rangeTooltipModule":{"name":"rangeTooltipModule","description":"

tooltipModule is used to manipulate and add tooltip to the series.

\n","type":"RangeTooltip","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#rangetooltipmodule"},"secondaryLabelAlignment":{"name":"secondaryLabelAlignment","description":"

It specifies the label alignment for secondary axis labels

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#secondarylabelalignment"},"series":{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},"skeleton":{"name":"skeleton","description":"

Specifies the skeleton format in which the dateTime format will process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#skeleton"},"skeletonType":{"name":"skeletonType","description":"

It specifies the type of format to be used in dateTime format process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#skeletontype"},"stepLineSeriesModule":{"name":"stepLineSeriesModule","description":"

stepLineSeriesModule is used to add stepLine series in the chart.

\n","type":"StepLineSeries","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#steplineseriesmodule"},"theme":{"name":"theme","description":"

Specifies the theme for the range navigator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#theme"},"tickPosition":{"name":"tickPosition","description":"

Tick Position for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#tickposition"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"RangeTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#tooltip"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

Specifies whether a grouping separator should be used for a number.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#usegroupingseparator"},"value":{"name":"value","description":"

Selected range for range navigator.

\n","type":"number[]|Date[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#value"},"valueType":{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},"width":{"name":"width","description":"

The width of the range navigator as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, range navigator renders to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#width"},"xName":{"name":"xName","description":"

It defines the xName for the range navigator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#xname"},"yName":{"name":"yName","description":"

It defines the yName for the range navigator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#yname"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#appendto"},"createSecondaryElement":{"name":"createSecondaryElement","description":"

Creating secondary range navigator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#createsecondaryelement"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#destroy"},"export":{"name":"export","description":"

Handles the export method for range navigator control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#export"},"getModuleName":{"name":"getModuleName","description":"

To get the module name of the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#getmodulename"},"onPropertyChanged":{"name":"onPropertyChanged","description":"

OnProperty change method calling here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#onpropertychanged"},"preRender":{"name":"preRender","description":"

Starting point of the control initialization

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#prerender"},"print":{"name":"print","description":"

Handles the print method for range navigator control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#removeeventlistener"},"render":{"name":"render","description":"

To render the range navigator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#render"},"renderChart":{"name":"renderChart","description":"

Creating Chart for range navigator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#renderchart"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#inject"}},"RangeSeries":{"xAxis":{"name":"xAxis","description":"","type":"Axis","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#xaxis"},"xMax":{"name":"xMax","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#xmax"},"xMin":{"name":"xMin","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#xmin"},"yMax":{"name":"yMax","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#ymax"},"yMin":{"name":"yMin","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#ymin"},"appendSeriesElements":{"name":"appendSeriesElements","description":"

Append series elements in element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#appendserieselements"},"calculateDateTimeNiceInterval":{"name":"calculateDateTimeNiceInterval","description":"

Method to calculate numeric datetime interval

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#calculatedatetimeniceinterval"},"renderChart":{"name":"renderChart","description":"

To render light weight and data manager process

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#renderchart"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSeries#updateactualrange"}},"RangeNavigatorAxis":{"actualIntervalType":{"name":"actualIntervalType","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#actualintervaltype"},"firstLevelLabels":{"name":"firstLevelLabels","description":"","type":"VisibleLabels[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#firstlevellabels"},"gridLines":{"name":"gridLines","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#gridlines"},"lowerValues":{"name":"lowerValues","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#lowervalues"},"max":{"name":"max","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#max"},"min":{"name":"min","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#min"},"rangeNavigator":{"name":"rangeNavigator","description":"","type":"RangeNavigator","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#rangenavigator"},"secondLevelLabels":{"name":"secondLevelLabels","description":"","type":"VisibleLabels[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#secondlevellabels"},"calculateDateTimeNiceInterval":{"name":"calculateDateTimeNiceInterval","description":"

Method to calculate numeric datetime interval

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#calculatedatetimeniceinterval"},"calculateRangeAndInterval":{"name":"calculateRangeAndInterval","description":"

The function to calculate the range and labels for the axis.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#calculaterangeandinterval"},"renderAxisLabels":{"name":"renderAxisLabels","description":"

To render of axis labels

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#renderaxislabels"},"renderGridLines":{"name":"renderGridLines","description":"

To render grid lines of axis

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#rendergridlines"},"updateActualRange":{"name":"updateActualRange","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeNavigatorAxis#updateactualrange"}},"RangeSlider":{"currentEnd":{"name":"currentEnd","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#currentend"},"currentSlider":{"name":"currentSlider","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#currentslider"},"currentStart":{"name":"currentStart","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#currentstart"},"endX":{"name":"endX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#endx"},"leftRect":{"name":"leftRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#leftrect"},"midRect":{"name":"midRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#midrect"},"points":{"name":"points","description":"","type":"DataPoint[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#points"},"rightRect":{"name":"rightRect","description":"","type":"Rect","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#rightrect"},"sliderY":{"name":"sliderY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#slidery"},"startX":{"name":"startX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#startx"},"createThump":{"name":"createThump","description":"

Thumb creation performed

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#createthump"},"destroy":{"name":"destroy","description":"

Destroy Method Calling here

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#destroy"},"performAnimation":{"name":"performAnimation","description":"

Animation Calculation for slider navigation

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#performanimation"},"render":{"name":"render","description":"

Render Slider elements for range navigator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#render"},"setSlider":{"name":"setSlider","description":"

Set slider value for range navigator

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/rangeSlider#setslider"}},"DataPoint":{"visible":{"name":"visible","description":"

point visibility

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/dataPoint#visible"},"x":{"name":"x","description":"

point x

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/range-navigator/dataPoint#x"},"xValue":{"name":"xValue","description":"

point x value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/dataPoint#xvalue"},"y":{"name":"y","description":"

point y

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/range-navigator/dataPoint#y"},"yValue":{"name":"yValue","description":"

point y value

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/range-navigator/dataPoint#yvalue"}},"SmithchartAxis":{"axisLine":{"name":"axisLine","description":"

Options for customizing axis lines.

\n","type":"SmithchartAxisLineModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#axisline"},"labelIntersectAction":{"name":"labelIntersectAction","description":"

axis labels will be hide when overlap with each other.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#labelintersectaction"},"labelPosition":{"name":"labelPosition","description":"

position of axis line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#labelposition"},"labelStyle":{"name":"labelStyle","description":"

Options for customizing font.

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#labelstyle"},"majorGridLines":{"name":"majorGridLines","description":"

Options for customizing major grid lines.

\n","type":"SmithchartMajorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#majorgridlines"},"minorGridLines":{"name":"minorGridLines","description":"

Options for customizing minor grid lines.

\n","type":"SmithchartMinorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#minorgridlines"},"visible":{"name":"visible","description":"

visibility of axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxis#visible"}},"SmithchartAxisLine":{"color":{"name":"color","description":"

option for customizing the axisLine color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxisLine#color"},"dashArray":{"name":"dashArray","description":"

The dash array of the axis line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxisLine#dasharray"},"visible":{"name":"visible","description":"

visibility of axis line.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxisLine#visible"},"width":{"name":"width","description":"

width of the axis lines

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartAxisLine#width"}},"SmithchartMajorGridLines":{"color":{"name":"color","description":"

option for customizing the majorGridLine color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMajorGridLines#color"},"dashArray":{"name":"dashArray","description":"

The dash array of the major grid lines.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMajorGridLines#dasharray"},"opacity":{"name":"opacity","description":"

opacity of major grid lines.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMajorGridLines#opacity"},"visible":{"name":"visible","description":"

visibility of major grid lines.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMajorGridLines#visible"},"width":{"name":"width","description":"

width of the major grid lines

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMajorGridLines#width"}},"SmithchartMinorGridLines":{"color":{"name":"color","description":"

option for customizing the minorGridLine color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMinorGridLines#color"},"count":{"name":"count","description":"

count of minor grid lines.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMinorGridLines#count"},"dashArray":{"name":"dashArray","description":"

The dash array of the minor grid lines.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMinorGridLines#dasharray"},"visible":{"name":"visible","description":"

visibility of minor grid lines.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMinorGridLines#visible"},"width":{"name":"width","description":"

width of the minor grid lines

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMinorGridLines#width"}},"AxisRender":{"areaRadius":{"name":"areaRadius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#arearadius"},"circleCenterX":{"name":"circleCenterX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#circlecenterx"},"circleCenterY":{"name":"circleCenterY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#circlecentery"},"circleLeftX":{"name":"circleLeftX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#circleleftx"},"circleTopY":{"name":"circleTopY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#circletopy"},"direction":{"name":"direction","description":"","type":"Direction","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#direction"},"horizontalLabelCollections":{"name":"horizontalLabelCollections","description":"","type":"HorizontalLabelCollection[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#horizontallabelcollections"},"labelCollections":{"name":"labelCollections","description":"","type":"RadialLabelCollections[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#labelcollections"},"majorHGridArcPoints":{"name":"majorHGridArcPoints","description":"","type":"GridArcPoints[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#majorhgridarcpoints"},"majorRGridArcPoints":{"name":"majorRGridArcPoints","description":"","type":"GridArcPoints[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#majorrgridarcpoints"},"minorGridArcPoints":{"name":"minorGridArcPoints","description":"","type":"GridArcPoints[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#minorgridarcpoints"},"minorHGridArcPoints":{"name":"minorHGridArcPoints","description":"","type":"GridArcPoints[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#minorhgridarcpoints"},"radialLabelCollections":{"name":"radialLabelCollections","description":"","type":"LabelCollection[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#radiallabelcollections"},"radialLabels":{"name":"radialLabels","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#radiallabels"},"intersectingCirclePoints":{"name":"intersectingCirclePoints","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#intersectingcirclepoints"},"renderArea":{"name":"renderArea","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/axisRender#renderarea"}},"LegendBorder":{"color":{"name":"color","description":"

border color for legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendBorder#color"},"width":{"name":"width","description":"

border width for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendBorder#width"}},"LegendItemStyle":{"border":{"name":"border","description":"

options for customizing legend item style border

\n","type":"LegendItemStyleBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendItemStyle#border"},"height":{"name":"height","description":"

specify the height for legend item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendItemStyle#height"},"width":{"name":"width","description":"

specify the width for legend item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendItemStyle#width"}},"LegendItemStyleBorder":{"color":{"name":"color","description":"

border color for legend item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendItemStyleBorder#color"},"width":{"name":"width","description":"

border width for legend item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendItemStyleBorder#width"}},"LegendLocation":{"x":{"name":"x","description":"

x location for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendLocation#x"},"y":{"name":"y","description":"

y location for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendLocation#y"}},"LegendTitle":{"description":{"name":"description","description":"

description for legend title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendTitle#description"},"text":{"name":"text","description":"

text for legend title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendTitle#text"},"textAlignment":{"name":"textAlignment","description":"

alignment for legend title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendTitle#textalignment"},"textStyle":{"name":"textStyle","description":"

options for customizing font

\n","type":"SmithchartFont","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendTitle#textstyle"},"visible":{"name":"visible","description":"

visibility for legend title.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendTitle#visible"}},"SmithchartLegendSettings":{"alignment":{"name":"alignment","description":"

alignment for legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#alignment"},"border":{"name":"border","description":"

options for customizing legend border

\n","type":"LegendBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#border"},"columnCount":{"name":"columnCount","description":"

columnCount for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#columncount"},"description":{"name":"description","description":"

description for legend

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#description"},"height":{"name":"height","description":"

height for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#height"},"itemPadding":{"name":"itemPadding","description":"

spacing between legend item.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#itempadding"},"itemStyle":{"name":"itemStyle","description":"

options for customizing legend item style

\n","type":"LegendItemStyleModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#itemstyle"},"location":{"name":"location","description":"

options for customizing legend location

\n","type":"LegendLocationModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#location"},"position":{"name":"position","description":"

position for legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#position"},"rowCount":{"name":"rowCount","description":"

rowCount for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#rowcount"},"shape":{"name":"shape","description":"

shape for legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#shape"},"shapePadding":{"name":"shapePadding","description":"

Padding between the legend shape and text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#shapepadding"},"textStyle":{"name":"textStyle","description":"

options for customizing font

\n","type":"SmithchartFont","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#textstyle"},"title":{"name":"title","description":"

options for customizing legend title

\n","type":"LegendTitleModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#title"},"toggleVisibility":{"name":"toggleVisibility","description":"

If set to true, series' visibility collapses based on the legend visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#togglevisibility"},"visible":{"name":"visible","description":"

visibility for legend.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#visible"},"width":{"name":"width","description":"

width for legend.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegendSettings#width"}},"SmithchartLegend":{"legendActualBounds":{"name":"legendActualBounds","description":"","type":"SmithchartRect","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegend#legendactualbounds"},"legendGroup":{"name":"legendGroup","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegend#legendgroup"},"legendItemGroup":{"name":"legendItemGroup","description":"

legend rendering

\n","type":"Element","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegend#legenditemgroup"},"legendSeries":{"name":"legendSeries","description":"","type":"LegendSeries[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegend#legendseries"},"renderLegend":{"name":"renderLegend","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLegend#renderlegend"}},"SeriesMarker":{"border":{"name":"border","description":"

options for customizing marker border

\n","type":"SeriesMarkerBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#border"},"dataLabel":{"name":"dataLabel","description":"

options for customizing marker data label

\n","type":"SeriesMarkerDataLabelModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#datalabel"},"fill":{"name":"fill","description":"

color for marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#fill"},"height":{"name":"height","description":"

height for marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#height"},"imageUrl":{"name":"imageUrl","description":"

Url for the image that is to be displayed as marker

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#imageurl"},"opacity":{"name":"opacity","description":"

opacity for marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#opacity"},"shape":{"name":"shape","description":"

shape for marker.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#shape"},"visible":{"name":"visible","description":"

visibility for marker.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#visible"},"width":{"name":"width","description":"

width for marker.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarker#width"}},"SeriesMarkerBorder":{"color":{"name":"color","description":"

border color for marker border.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerBorder#color"},"width":{"name":"width","description":"

border width for marker border.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerBorder#width"}},"SeriesMarkerDataLabel":{"border":{"name":"border","description":"

options for customizing data label border

\n","type":"SeriesMarkerDataLabelBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#border"},"connectorLine":{"name":"connectorLine","description":"

options for customizing data label connector line

\n","type":"SeriesMarkerDataLabelConnectorLineModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#connectorline"},"fill":{"name":"fill","description":"

color for data label.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#fill"},"opacity":{"name":"opacity","description":"

opacity for data label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#opacity"},"template":{"name":"template","description":"

showing template for data label template

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#template"},"textStyle":{"name":"textStyle","description":"

options for customizing font

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#textstyle"},"visible":{"name":"visible","description":"

visibility for data label.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabel#visible"}},"SeriesMarkerDataLabelBorder":{"color":{"name":"color","description":"

border color for data label color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabelBorder#color"},"width":{"name":"width","description":"

border width for data label border.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabelBorder#width"}},"SeriesMarkerDataLabelConnectorLine":{"color":{"name":"color","description":"

border color for data label connector line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabelConnectorLine#color"},"width":{"name":"width","description":"

border width for data label connector line.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesMarkerDataLabelConnectorLine#width"}},"SeriesTooltip":{"border":{"name":"border","description":"

options for customizing tooltip border

\n","type":"SeriesTooltipBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltip#border"},"fill":{"name":"fill","description":"

color for tooltip .

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltip#fill"},"opacity":{"name":"opacity","description":"

opacity for tooltip.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltip#opacity"},"template":{"name":"template","description":"

template for tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltip#template"},"visible":{"name":"visible","description":"

visibility of tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltip#visible"}},"SeriesTooltipBorder":{"color":{"name":"color","description":"

border color for tooltip

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltipBorder#color"},"width":{"name":"width","description":"

border width for tooltip.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesTooltipBorder#width"}},"SmithchartSeries":{"animationDuration":{"name":"animationDuration","description":"

perform animation of series based on animation duration.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#animationduration"},"dataSource":{"name":"dataSource","description":"

Specifies the dataSource

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#datasource"},"enableAnimation":{"name":"enableAnimation","description":"

enable or disable the animation of series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#enableanimation"},"enableSmartLabels":{"name":"enableSmartLabels","description":"

avoid the overlap of dataLabels.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#enablesmartlabels"},"fill":{"name":"fill","description":"

color for series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#fill"},"marker":{"name":"marker","description":"

options for customizing marker

\n","type":"SeriesMarkerModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#marker"},"name":{"name":"name","description":"

The name of the series visible in legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#name"},"opacity":{"name":"opacity","description":"

opacity for series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#opacity"},"points":{"name":"points","description":"

points for series.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#points"},"reactance":{"name":"reactance","description":"

reactance name for dataSource

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#reactance"},"resistance":{"name":"resistance","description":"

resistance name for dataSource

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#resistance"},"tooltip":{"name":"tooltip","description":"

options for customizing tooltip

\n","type":"SeriesTooltipModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#tooltip"},"visibility":{"name":"visibility","description":"

visibility for series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#visibility"},"width":{"name":"width","description":"

width for series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartSeries#width"}},"SeriesRender":{"clipRectElement":{"name":"clipRectElement","description":"","type":"Element","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#cliprectelement"},"lineSegments":{"name":"lineSegments","description":"","type":"LineSegment[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#linesegments"},"location":{"name":"location","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#location"},"pointsRegion":{"name":"pointsRegion","description":"","type":"[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#pointsregion"},"xValues":{"name":"xValues","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#xvalues"},"yValues":{"name":"yValues","description":"","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#yvalues"},"draw":{"name":"draw","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#draw"},"getLocation":{"name":"getLocation","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/seriesRender#getlocation"}},"TooltipRender":{"tooltipElement":{"name":"tooltipElement","description":"

To define the tooltip element

\n","type":"Tooltip","link":"//ej2.syncfusion.com/documentation/api/smithchart/tooltipRender#tooltipelement"},"smithchartMouseMove":{"name":"smithchartMouseMove","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/tooltipRender#smithchartmousemove"}},"Smithchart":{"animationComplete":{"name":"animationComplete","description":"

Triggers after the animation completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#animationcomplete"},"axisLabelRender":{"name":"axisLabelRender","description":"

Triggers before the axis label is rendered

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#axislabelrender"},"beforePrint":{"name":"beforePrint","description":"

Triggers before the prints gets started.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#beforeprint"},"legendRender":{"name":"legendRender","description":"

Triggers before the legend is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#legendrender"},"load":{"name":"load","description":"

Triggers before smithchart rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#load"},"loaded":{"name":"loaded","description":"

Triggers after smithchart rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#loaded"},"seriesRender":{"name":"seriesRender","description":"

Triggers before the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#seriesrender"},"subtitleRender":{"name":"subtitleRender","description":"

Triggers before the sub-title is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#subtitlerender"},"textRender":{"name":"textRender","description":"

Triggers before the datalabel text is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#textrender"},"titleRender":{"name":"titleRender","description":"

Triggers before the title is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/smithchart/#titlerender"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/#allowserverdatabinding"},"background":{"name":"background","description":"

The background color of the smithchart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#background"},"border":{"name":"border","description":"

options for customizing border

\n","type":"SmithchartBorderModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#border"},"bounds":{"name":"bounds","description":"

area bounds

\n","type":"SmithchartRect","link":"//ej2.syncfusion.com/documentation/api/smithchart/#bounds"},"chartArea":{"name":"chartArea","description":"","type":"SmithchartRect","link":"//ej2.syncfusion.com/documentation/api/smithchart/#chartarea"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/smithchart/#element"},"elementSpacing":{"name":"elementSpacing","description":"

Spacing between elements

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/#elementspacing"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/#enablertl"},"font":{"name":"font","description":"

options for customizing margin

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#font"},"height":{"name":"height","description":"

height for smithchart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#height"},"horizontalAxis":{"name":"horizontalAxis","description":"

Options to configure the horizontal axis.

\n","type":"SmithchartAxisModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#horizontalaxis"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/#isserverrendered"},"legendBounds":{"name":"legendBounds","description":"

legend bounds

\n","type":"SmithchartRect","link":"//ej2.syncfusion.com/documentation/api/smithchart/#legendbounds"},"legendSettings":{"name":"legendSettings","description":"

options for customizing legend

\n","type":"SmithchartLegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#legendsettings"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#locale"},"margin":{"name":"margin","description":"

options for customizing margin

\n","type":"SmithchartMarginModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#margin"},"radialAxis":{"name":"radialAxis","description":"

Options to configure the vertical axis.

\n","type":"SmithchartAxisModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#radialaxis"},"radius":{"name":"radius","description":"

Spacing between elements

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/#radius"},"renderType":{"name":"renderType","description":"

render type of smithchart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#rendertype"},"series":{"name":"series","description":"

options for customizing series

\n","type":"SmithchartSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/#series"},"smithchartLegendModule":{"name":"smithchartLegendModule","description":"

smithchartLegendModule is used to add legend to the smithchart.

\n","type":"SmithchartLegend","link":"//ej2.syncfusion.com/documentation/api/smithchart/#smithchartlegendmodule"},"theme":{"name":"theme","description":"

theme for smithchart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#theme"},"title":{"name":"title","description":"

options for customizing title

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/#title"},"tooltipRenderModule":{"name":"tooltipRenderModule","description":"

tooltipRenderModule is used to add tooltip to the smithchart.

\n","type":"TooltipRender","link":"//ej2.syncfusion.com/documentation/api/smithchart/#tooltiprendermodule"},"width":{"name":"width","description":"

width for smithchart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/#width"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#databind"},"destroy":{"name":"destroy","description":"

To destroy the widget

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#destroy"},"export":{"name":"export","description":"

Handles the export method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#export"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#getmodulename"},"mouseEnd":{"name":"mouseEnd","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#mouseend"},"mouseMove":{"name":"mouseMove","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#mousemove"},"print":{"name":"print","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#print"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#removeeventlistener"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#serverdatabind"},"smithchartOnClick":{"name":"smithchartOnClick","description":"

To handle the click event for the smithchart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#smithchartonclick"},"smithchartOnResize":{"name":"smithchartOnResize","description":"

To handle the window resize event on smithchart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#smithchartonresize"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/#inject"}},"Subtitle":{"description":{"name":"description","description":"

description for sub title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#description"},"enableTrim":{"name":"enableTrim","description":"

trim the sub title.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#enabletrim"},"maximumWidth":{"name":"maximumWidth","description":"

maximum width of the sub title.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#maximumwidth"},"text":{"name":"text","description":"

text for sub title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#text"},"textAlignment":{"name":"textAlignment","description":"

text alignment for sub title.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#textalignment"},"textStyle":{"name":"textStyle","description":"

options for customizing sub title font

\n","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#textstyle"},"visible":{"name":"visible","description":"

visibility for sub title.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/subtitle#visible"}},"AreaBounds":{"yOffset":{"name":"yOffset","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/areaBounds#yoffset"},"calculateAreaBounds":{"name":"calculateAreaBounds","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/smithchart/areaBounds#calculateareabounds"}},"ClosestPoint":{"index":{"name":"index","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/closestPoint#index"},"location":{"name":"location","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/smithchart/closestPoint#location"}},"DataLabelTextOptions":{"connectorFlag":{"name":"connectorFlag","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#connectorflag"},"fill":{"name":"fill","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#fill"},"font":{"name":"font","description":"","type":"SmithchartFontModel","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#font"},"height":{"name":"height","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#height"},"id":{"name":"id","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#id"},"labelOptions":{"name":"labelOptions","description":"","type":"SmithchartLabelPosition","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#labeloptions"},"location":{"name":"location","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#location"},"text":{"name":"text","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#text"},"visible":{"name":"visible","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#visible"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#width"},"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#x"},"xPosition":{"name":"xPosition","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#xposition"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#y"},"yPosition":{"name":"yPosition","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/dataLabelTextOptions#yposition"}},"Direction":{"clockwise":{"name":"clockwise","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/direction#clockwise"},"counterclockwise":{"name":"counterclockwise","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/direction#counterclockwise"}},"GridArcPoints":{"endPoint":{"name":"endPoint","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#endpoint"},"isLargeArc":{"name":"isLargeArc","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#islargearc"},"rotationAngle":{"name":"rotationAngle","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#rotationangle"},"size":{"name":"size","description":"","type":"SmithchartSize","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#size"},"startPoint":{"name":"startPoint","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#startpoint"},"sweepDirection":{"name":"sweepDirection","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/gridArcPoints#sweepdirection"}},"HorizontalLabelCollection":{"centerX":{"name":"centerX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/horizontalLabelCollection#centerx"},"centerY":{"name":"centerY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/horizontalLabelCollection#centery"},"radius":{"name":"radius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/horizontalLabelCollection#radius"},"region":{"name":"region","description":"","type":"LabelRegion","link":"//ej2.syncfusion.com/documentation/api/smithchart/horizontalLabelCollection#region"},"value":{"name":"value","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/horizontalLabelCollection#value"}},"LabelCollection":{"centerX":{"name":"centerX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelCollection#centerx"},"centerY":{"name":"centerY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelCollection#centery"},"radius":{"name":"radius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelCollection#radius"},"value":{"name":"value","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelCollection#value"}},"LabelOption":{"textOptions":{"name":"textOptions","description":"","type":"DataLabelTextOptions[]","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelOption#textoptions"}},"LabelRegion":{"bounds":{"name":"bounds","description":"","type":"SmithchartRect","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelRegion#bounds"},"labelText":{"name":"labelText","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/labelRegion#labeltext"}},"LegendSeries":{"bounds":{"name":"bounds","description":"","type":"SmithchartSize","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendSeries#bounds"},"fill":{"name":"fill","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendSeries#fill"},"seriesIndex":{"name":"seriesIndex","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendSeries#seriesindex"},"shape":{"name":"shape","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendSeries#shape"},"text":{"name":"text","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/legendSeries#text"}},"LineSegment":{"x1":{"name":"x1","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/lineSegment#x1"},"x2":{"name":"x2","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/lineSegment#x2"},"y1":{"name":"y1","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/lineSegment#y1"},"y2":{"name":"y2","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/lineSegment#y2"}},"MarkerOptions":{"borderColor":{"name":"borderColor","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/markerOptions#bordercolor"},"borderWidth":{"name":"borderWidth","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/markerOptions#borderwidth"},"fill":{"name":"fill","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/markerOptions#fill"},"id":{"name":"id","description":"","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/markerOptions#id"},"opacity":{"name":"opacity","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/markerOptions#opacity"}},"PointRegion":{"point":{"name":"point","description":"","type":"Point","link":"//ej2.syncfusion.com/documentation/api/smithchart/pointRegion#point"},"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/pointRegion#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/pointRegion#y"}},"RadialLabelCollections":{"angle":{"name":"angle","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#angle"},"centerX":{"name":"centerX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#centerx"},"centerY":{"name":"centerY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#centery"},"radius":{"name":"radius","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#radius"},"region":{"name":"region","description":"","type":"LabelRegion","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#region"},"value":{"name":"value","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/radialLabelCollections#value"}},"SmithchartBorder":{"color":{"name":"color","description":"

color for smithchart border .

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartBorder#color"},"opacity":{"name":"opacity","description":"

opacity for smithchart border.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartBorder#opacity"},"width":{"name":"width","description":"

width for smithchart border.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartBorder#width"}},"SmithchartFont":{"color":{"name":"color","description":"

Color for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#color"},"fontFamily":{"name":"fontFamily","description":"

font family for text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#fontfamily"},"fontStyle":{"name":"fontStyle","description":"

font style for text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#fontstyle"},"fontWeight":{"name":"fontWeight","description":"

font weight for text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#fontweight"},"opacity":{"name":"opacity","description":"

font opacity for text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#opacity"},"size":{"name":"size","description":"

font size for text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartFont#size"}},"SmithchartLabelPosition":{"textX":{"name":"textX","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLabelPosition#textx"},"textY":{"name":"textY","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLabelPosition#texty"},"x":{"name":"x","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLabelPosition#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartLabelPosition#y"}},"SmithchartMargin":{"bottom":{"name":"bottom","description":"

bottom margin of chartArea.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMargin#bottom"},"left":{"name":"left","description":"

left margin of chartArea.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMargin#left"},"right":{"name":"right","description":"

right margin of chartArea.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMargin#right"},"top":{"name":"top","description":"

top margin of chartArea.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartMargin#top"}},"SmithchartRect":{"height":{"name":"height","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartRect#height"},"width":{"name":"width","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartRect#width"},"x":{"name":"x","description":"

x value for rect

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartRect#x"},"y":{"name":"y","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/smithchart/smithchartRect#y"}},"AxisSettings":{"lineSettings":{"name":"lineSettings","description":"

To configure Sparkline axis line settings.

\n","type":"LineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#linesettings"},"maxX":{"name":"maxX","description":"

To configure Sparkline x axis max value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#maxx"},"maxY":{"name":"maxY","description":"

To configure Sparkline y axis max value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#maxy"},"minX":{"name":"minX","description":"

To configure Sparkline x axis min value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#minx"},"minY":{"name":"minY","description":"

To configure Sparkline y axis min value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#miny"},"value":{"name":"value","description":"

To configure Sparkline horizontal axis line position.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/axisSettings#value"}},"ContainerArea":{"background":{"name":"background","description":"

To configure Sparkline background color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/containerArea#background"},"border":{"name":"border","description":"

To configure Sparkline border color and width.

\n","type":"SparklineBorderModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/containerArea#border"}},"LabelOffset":{"x":{"name":"x","description":"

To move the datalabel horizontally.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/labelOffset#x"},"y":{"name":"y","description":"

To move the datalabel vertically.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/labelOffset#y"}},"Padding":{"bottom":{"name":"bottom","description":"

To configure Sparkline bottom padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/padding#bottom"},"left":{"name":"left","description":"

To configure Sparkline left padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/padding#left"},"right":{"name":"right","description":"

To configure Sparkline right padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/padding#right"},"top":{"name":"top","description":"

To configure Sparkline top padding.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/padding#top"}},"RangeBandSettings":{"color":{"name":"color","description":"

To configure sparkline rangeband color

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/rangeBandSettings#color"},"endRange":{"name":"endRange","description":"

To configure sparkline end range

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/rangeBandSettings#endrange"},"opacity":{"name":"opacity","description":"

To configure sparkline rangeband opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/rangeBandSettings#opacity"},"startRange":{"name":"startRange","description":"

To configure sparkline start range

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/rangeBandSettings#startrange"}},"SparklineBorder":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineBorder#color"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineBorder#width"}},"SparklineDataLabelSettings":{"border":{"name":"border","description":"

To configure Sparkline dataLabel border color and width.

\n","type":"SparklineBorderModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#border"},"edgeLabelMode":{"name":"edgeLabelMode","description":"

To change the edge dataLabel placement.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#edgelabelmode"},"fill":{"name":"fill","description":"

To configure the dataLabel fill color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#fill"},"format":{"name":"format","description":"

To configure the dataLabel format the value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#format"},"offset":{"name":"offset","description":"

To configure Sparkline dataLabel offset.

\n","type":"LabelOffsetModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#offset"},"opacity":{"name":"opacity","description":"

To configure the dataLabel opacity.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#opacity"},"textStyle":{"name":"textStyle","description":"

To configure Sparkline dataLabel text styles.

\n","type":"SparklineFontModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#textstyle"},"visible":{"name":"visible","description":"

To toggle the dataLabel visibility.

\n","type":"VisibleType[]","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineDataLabelSettings#visible"}},"SparklineFont":{"color":{"name":"color","description":"

Color for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#color"},"fontFamily":{"name":"fontFamily","description":"

FontFamily for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#fontfamily"},"fontStyle":{"name":"fontStyle","description":"

FontStyle for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#fontstyle"},"fontWeight":{"name":"fontWeight","description":"

FontWeight for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#fontweight"},"opacity":{"name":"opacity","description":"

Opacity for the text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#opacity"},"size":{"name":"size","description":"

Font size for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineFont#size"}},"SparklineMarkerSettings":{"border":{"name":"border","description":"

To configure Sparkline marker border color and width.

\n","type":"SparklineBorderModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineMarkerSettings#border"},"fill":{"name":"fill","description":"

To configure the marker fill color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineMarkerSettings#fill"},"opacity":{"name":"opacity","description":"

To configure the marker opacity.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineMarkerSettings#opacity"},"size":{"name":"size","description":"

To configure the marker size.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineMarkerSettings#size"},"visible":{"name":"visible","description":"

To toggle the marker visibility.

\n","type":"VisibleType[]","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineMarkerSettings#visible"}},"SparklineTooltipSettings":{"border":{"name":"border","description":"

To configure tooltip border color and width.

\n","type":"SparklineBorderModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#border"},"fill":{"name":"fill","description":"

To customize the tooltip fill color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#fill"},"format":{"name":"format","description":"

To customize the tooltip format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#format"},"template":{"name":"template","description":"

To customize the tooltip template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#template"},"textStyle":{"name":"textStyle","description":"

To configure tooltip text styles.

\n","type":"SparklineFontModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#textstyle"},"trackLineSettings":{"name":"trackLineSettings","description":"

To configure the tracker line options.

\n","type":"TrackLineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#tracklinesettings"},"visible":{"name":"visible","description":"

Toggle the tooltip visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltipSettings#visible"}},"TrackLineSettings":{"color":{"name":"color","description":"

To config the tracker line color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/trackLineSettings#color"},"visible":{"name":"visible","description":"

Toggle the tracker line visibility.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/trackLineSettings#visible"},"width":{"name":"width","description":"

To config the tracker line width.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/trackLineSettings#width"}},"SparklineRenderer":{"processData":{"name":"processData","description":"

To process the sparkline data

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineRenderer#processdata"},"processDataManager":{"name":"processDataManager","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineRenderer#processdatamanager"}},"SparklineTooltip":{"destroy":{"name":"destroy","description":"

To destroy the tooltip.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/sparklineTooltip#destroy"}},"Sparkline":{"axisRendering":{"name":"axisRendering","description":"

Triggers before sparkline axis render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#axisrendering"},"dataLabelRendering":{"name":"dataLabelRendering","description":"

Triggers before the sparkline datalabel render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#datalabelrendering"},"load":{"name":"load","description":"

Triggers before sparkline render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#load"},"loaded":{"name":"loaded","description":"

Triggers after sparkline rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#loaded"},"markerRendering":{"name":"markerRendering","description":"

Triggers before the sparkline marker render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#markerrendering"},"pointRegionMouseClick":{"name":"pointRegionMouseClick","description":"

Triggers while mouse click on the sparkline point region.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#pointregionmouseclick"},"pointRegionMouseMove":{"name":"pointRegionMouseMove","description":"

Triggers while mouse move on the sparkline point region.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#pointregionmousemove"},"pointRendering":{"name":"pointRendering","description":"

Triggers before sparkline points render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#pointrendering"},"resize":{"name":"resize","description":"

Triggers on resizing the sparkline.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#resize"},"seriesRendering":{"name":"seriesRendering","description":"

Triggers before sparkline series render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#seriesrendering"},"sparklineMouseClick":{"name":"sparklineMouseClick","description":"

Triggers while mouse click on the sparkline container.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#sparklinemouseclick"},"sparklineMouseMove":{"name":"sparklineMouseMove","description":"

Triggers while mouse move on the sparkline container.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#sparklinemousemove"},"tooltipInitialize":{"name":"tooltipInitialize","description":"

Triggers before sparkline tooltip render.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sparkline/#tooltipinitialize"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#allowserverdatabinding"},"axisSettings":{"name":"axisSettings","description":"

To configure Sparkline container area customization.

\n","type":"AxisSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#axissettings"},"border":{"name":"border","description":"

To configure Sparkline points border color and width.

\n","type":"SparklineBorderModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#border"},"containerArea":{"name":"containerArea","description":"

To configure Sparkline container area customization.

\n","type":"ContainerAreaModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#containerarea"},"dataLabelSettings":{"name":"dataLabelSettings","description":"

To configure Sparkline dataLabel configuration.

\n","type":"SparklineDataLabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#datalabelsettings"},"dataSource":{"name":"dataSource","description":"

To configure sparkline data source.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/sparkline/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/sparkline/#element"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#enablertl"},"endPointColor":{"name":"endPointColor","description":"

To configure sparkline series last x value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#endpointcolor"},"fill":{"name":"fill","description":"

To configure sparkline series fill.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#fill"},"format":{"name":"format","description":"

To apply internationalization for sparkline.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#format"},"height":{"name":"height","description":"

To configure Sparkline height.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#height"},"highPointColor":{"name":"highPointColor","description":"

To configure sparkline series highest y value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#highpointcolor"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#ignorecollectionwatch"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#isdestroyed"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#isserverrendered"},"lineWidth":{"name":"lineWidth","description":"

To configure sparkline line series width.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/#linewidth"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#locale"},"lowPointColor":{"name":"lowPointColor","description":"

To configure sparkline series lowest y value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#lowpointcolor"},"markerSettings":{"name":"markerSettings","description":"

To configure Sparkline marker configuration.

\n","type":"SparklineMarkerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#markersettings"},"negativePointColor":{"name":"negativePointColor","description":"

To configure sparkline series negative y value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#negativepointcolor"},"opacity":{"name":"opacity","description":"

To configure sparkline line series opacity.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/sparkline/#opacity"},"padding":{"name":"padding","description":"

To configure Sparkline container area customization.

\n","type":"PaddingModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#padding"},"palette":{"name":"palette","description":"

To configure sparkline series color palette. It applicable to column and pie type series.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/sparkline/#palette"},"query":{"name":"query","description":"

Specifies the query for filter the data.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/sparkline/#query"},"rangeBandSettings":{"name":"rangeBandSettings","description":"

To configure Sparkline axis line customization.

\n","type":"RangeBandSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/sparkline/#rangebandsettings"},"sparkTheme":{"name":"sparkTheme","description":"

Sparkline theme support\n@private

\n","type":"IThemes","link":"//ej2.syncfusion.com/documentation/api/sparkline/#sparktheme"},"sparklineTooltipModule":{"name":"sparklineTooltipModule","description":"","type":"SparklineTooltip","link":"//ej2.syncfusion.com/documentation/api/sparkline/#sparklinetooltipmodule"},"startPointColor":{"name":"startPointColor","description":"

To configure sparkline series first x value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#startpointcolor"},"theme":{"name":"theme","description":"

To configure sparkline theme.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#theme"},"tiePointColor":{"name":"tiePointColor","description":"

To configure sparkline winloss series tie y value point color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#tiepointcolor"},"tooltipSettings":{"name":"tooltipSettings","description":"

To configure Sparkline tooltip settings.

\n","type":"SparklineTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/sparkline/#tooltipsettings"},"type":{"name":"type","description":"

To configure Sparkline series type.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#type"},"useGroupingSeparator":{"name":"useGroupingSeparator","description":"

To enable the separator

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sparkline/#usegroupingseparator"},"valueType":{"name":"valueType","description":"

To configure sparkline series value type.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#valuetype"},"width":{"name":"width","description":"

To configure Sparkline width.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#width"},"xName":{"name":"xName","description":"

To configure sparkline series xName.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#xname"},"yName":{"name":"yName","description":"

To configure sparkline series yName.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sparkline/#yname"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#appendto"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#databind"},"destroy":{"name":"destroy","description":"

Destroy the component

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#destroy"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#getmodulename"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#removeeventlistener"},"renderSparkline":{"name":"renderSparkline","description":"

To render sparkline elements

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#rendersparkline"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#serverdatabind"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/sparkline/#inject"}},"StockChartAnnotationSettings":{"content":{"name":"content","description":"

Content of the annotation, which accepts the id of the custom element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#content"},"coordinateUnits":{"name":"coordinateUnits","description":"

Specifies the coordinate units of the annotation. They are

\n
    \n
  • Pixel - Annotation renders based on x and y pixel value.
  • \n
  • Point - Annotation renders based on x and y axis value.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#coordinateunits"},"description":{"name":"description","description":"

Information about annotation for assistive technology.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#description"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Specifies the alignment of the annotation. They are

\n
    \n
  • Near - Align the annotation element as left side.
  • \n
  • Far - Align the annotation element as right side.
  • \n
  • Center - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#horizontalalignment"},"region":{"name":"region","description":"

Specifies the regions of the annotation. They are

\n
    \n
  • Chart - Annotation renders based on chart coordinates.
  • \n
  • Series - Annotation renders based on series coordinates.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#region"},"verticalAlignment":{"name":"verticalAlignment","description":"

Specifies the position of the annotation. They are

\n
    \n
  • Top - Align the annotation element as top side.
  • \n
  • Bottom - Align the annotation element as bottom side.
  • \n
  • Middle - Align the annotation element as mid point.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#verticalalignment"},"x":{"name":"x","description":"

if set coordinateUnit as Pixel X specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|Date|number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#x"},"xAxisName":{"name":"xAxisName","description":"

The name of horizontal axis associated with the annotation.\nIt requires axes of chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#xaxisname"},"y":{"name":"y","description":"

if set coordinateUnit as Pixel Y specifies the axis value\nelse is specifies pixel or percentage of coordinate

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#y"},"yAxisName":{"name":"yAxisName","description":"

The name of vertical axis associated with the annotation.\nIt requires axes of chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAnnotationSettings#yaxisname"}},"StockChartArea":{"background":{"name":"background","description":"

The background of the chart area that accepts value in hex and rgba as a valid CSS color string..

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartArea#background"},"border":{"name":"border","description":"

Options to customize the border of the chart area.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartArea#border"},"opacity":{"name":"opacity","description":"

The opacity for background.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartArea#opacity"}},"StockChartAxis":{"coefficient":{"name":"coefficient","description":"

The polar radar radius position.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#coefficient"},"crossesAt":{"name":"crossesAt","description":"

Specifies the value at which the axis line has to be intersect with the vertical axis or vice versa.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#crossesat"},"crossesInAxis":{"name":"crossesInAxis","description":"

Specifies axis name with which the axis line has to be crossed

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#crossesinaxis"},"crosshairTooltip":{"name":"crosshairTooltip","description":"

Options to customize the crosshair ToolTip.

\n","type":"CrosshairTooltipModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#crosshairtooltip"},"description":{"name":"description","description":"

Description for axis and its element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#description"},"desiredIntervals":{"name":"desiredIntervals","description":"

With this property, you can request axis to calculate intervals approximately equal to your specified interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#desiredintervals"},"edgeLabelPlacement":{"name":"edgeLabelPlacement","description":"

Specifies the position of labels at the edge of the axis.They are,

\n
    \n
  • None: No action will be performed.
  • \n
  • Hide: Edge label will be hidden.
  • \n
  • Shift: Shifts the edge labels.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#edgelabelplacement"},"enableAutoIntervalOnZooming":{"name":"enableAutoIntervalOnZooming","description":"

If set to true, axis interval will be calculated automatically with respect to the zoomed range.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#enableautointervalonzooming"},"enableTrim":{"name":"enableTrim","description":"

Specifies the Trim property for an axis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#enabletrim"},"interval":{"name":"interval","description":"

Specifies the interval for an axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#interval"},"intervalType":{"name":"intervalType","description":"

Specifies the types like Years, Months, Days, Hours, Minutes, Seconds in date time axis.They are,

\n
    \n
  • Auto: Defines the interval of the axis based on data.
  • \n
  • Years: Defines the interval of the axis in years.
  • \n
  • Months: Defines the interval of the axis in months.
  • \n
  • Days: Defines the interval of the axis in days.
  • \n
  • Hours: Defines the interval of the axis in hours.
  • \n
  • Minutes: Defines the interval of the axis in minutes.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#intervaltype"},"isInversed":{"name":"isInversed","description":"

It specifies whether the axis to be rendered in inversed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#isinversed"},"labelFormat":{"name":"labelFormat","description":"

Used to format the axis label that accepts any global string format like 'C', 'n1', 'P' etc.\nIt also accepts placeholder like '{value}°C' in which value represent the axis label, e.g, 20°C.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelformat"},"labelIntersectAction":{"name":"labelIntersectAction","description":"

Specifies the actions like Hide, Rotate45, and Rotate90 when the axis labels intersect with each other.They are,

\n
    \n
  • None: Shows all the labels.
  • \n
  • Hide: Hides the label when it intersects.
  • \n
  • Rotate45: Rotates the label to 45 degree when it intersects.
  • \n
  • Rotate90: Rotates the label to 90 degree when it intersects.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelintersectaction"},"labelPlacement":{"name":"labelPlacement","description":"

Specifies the placement of a label for category axis. They are,

\n
    \n
  • betweenTicks: Renders the label between the ticks.
  • \n
  • onTicks: Renders the label on the ticks.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelplacement"},"labelPosition":{"name":"labelPosition","description":"

Specifies the placement of a labels to the axis line. They are,

\n
    \n
  • inside: Renders the labels inside to the axis line.
  • \n
  • outside: Renders the labels outside to the axis line.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelposition"},"labelRotation":{"name":"labelRotation","description":"

The angle to which the axis label gets rotated.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelrotation"},"labelStyle":{"name":"labelStyle","description":"

Options to customize the axis label.

\n","type":"StockChartFontModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#labelstyle"},"lineStyle":{"name":"lineStyle","description":"

Options for customizing axis lines.

\n","type":"AxisLineModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#linestyle"},"logBase":{"name":"logBase","description":"

The base value for logarithmic axis. It requires valueType to be Logarithmic.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#logbase"},"majorGridLines":{"name":"majorGridLines","description":"

Options for customizing major grid lines.

\n","type":"MajorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#majorgridlines"},"majorTickLines":{"name":"majorTickLines","description":"

Options for customizing major tick lines.

\n","type":"MajorTickLinesModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#majorticklines"},"maximum":{"name":"maximum","description":"

Specifies the maximum range of an axis.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#maximum"},"maximumLabelWidth":{"name":"maximumLabelWidth","description":"

Specifies the maximum width of an axis label.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#maximumlabelwidth"},"maximumLabels":{"name":"maximumLabels","description":"

The maximum number of label count per 100 pixels with respect to the axis length.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#maximumlabels"},"minimum":{"name":"minimum","description":"

Specifies the minimum range of an axis.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#minimum"},"minorGridLines":{"name":"minorGridLines","description":"

Options for customizing minor grid lines.

\n","type":"MinorGridLinesModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#minorgridlines"},"minorTickLines":{"name":"minorTickLines","description":"

Options for customizing minor tick lines.

\n","type":"MinorTickLinesModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#minorticklines"},"minorTicksPerInterval":{"name":"minorTicksPerInterval","description":"

Specifies the number of minor ticks per interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#minorticksperinterval"},"name":{"name":"name","description":"

Unique identifier of an axis.\nTo associate an axis with the series, set this name to the xAxisName/yAxisName properties of the series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#name"},"opposedPosition":{"name":"opposedPosition","description":"

If set to true, the axis will render at the opposite side of its default position.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#opposedposition"},"placeNextToAxisLine":{"name":"placeNextToAxisLine","description":"

Specifies whether axis elements like axis labels, axis title, etc has to be crossed with axis line

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#placenexttoaxisline"},"plotOffset":{"name":"plotOffset","description":"

Left and right padding for the plot area in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#plotoffset"},"rangePadding":{"name":"rangePadding","description":"

Specifies the padding for the axis range in terms of interval.They are,

\n
    \n
  • none: Padding cannot be applied to the axis.
  • \n
  • normal: Padding is applied to the axis based on the range calculation.
  • \n
  • additional: Interval of the axis is added as padding to the minimum and maximum values of the range.
  • \n
  • round: Axis range is rounded to the nearest possible value divided by the interval.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#rangepadding"},"rowIndex":{"name":"rowIndex","description":"

Specifies the index of the row where the axis is associated, when the chart area is divided into multiple plot areas by using rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#rowindex"},"skeleton":{"name":"skeleton","description":"

Specifies the skeleton format in which the dateTime format will process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#skeleton"},"skeletonType":{"name":"skeletonType","description":"

It specifies the type of format to be used in dateTime format process.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#skeletontype"},"span":{"name":"span","description":"

Specifies the number of columns or rows an axis has to span horizontally or vertically.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#span"},"startAngle":{"name":"startAngle","description":"

The start angle for the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#startangle"},"stripLines":{"name":"stripLines","description":"

Specifies the stripLine collection for the axis

\n","type":"StockChartStripLineSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#striplines"},"tabIndex":{"name":"tabIndex","description":"

TabIndex value for the axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#tabindex"},"tickPosition":{"name":"tickPosition","description":"

Specifies the placement of a ticks to the axis line. They are,

\n
    \n
  • inside: Renders the ticks inside to the axis line.
  • \n
  • outside: Renders the ticks outside to the axis line.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#tickposition"},"title":{"name":"title","description":"

Specifies the title of an axis.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the axis title.

\n","type":"StockChartFontModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#titlestyle"},"valueType":{"name":"valueType","description":"

Specifies the type of data the axis is handling.

\n
    \n
  • Double: Renders a numeric axis.
  • \n
  • DateTime: Renders a dateTime axis.
  • \n
  • Category: Renders a category axis.
  • \n
  • Logarithmic: Renders a log axis.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#valuetype"},"visible":{"name":"visible","description":"

If set to true, axis label will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#visible"},"zoomFactor":{"name":"zoomFactor","description":"

The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#zoomfactor"},"zoomPosition":{"name":"zoomPosition","description":"

Position of the zoomed axis. Value ranges from 0 to 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartAxis#zoomposition"}},"StockChartBorder":{"color":{"name":"color","description":"

The color of the border that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartBorder#color"},"width":{"name":"width","description":"

The width of the border in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartBorder#width"}},"StockChartConnector":{"color":{"name":"color","description":"

Color of the connector line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartConnector#color"},"dashArray":{"name":"dashArray","description":"

dashArray of the connector line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartConnector#dasharray"},"length":{"name":"length","description":"

Length of the connector line in pixels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartConnector#length"},"type":{"name":"type","description":"

specifies the type of the connector line. They are

\n
    \n
  • Smooth
  • \n
  • Line
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartConnector#type"},"width":{"name":"width","description":"

Width of the connector line in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartConnector#width"}},"StockChartFont":{"color":{"name":"color","description":"

Color for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#color"},"fontFamily":{"name":"fontFamily","description":"

FontFamily for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#fontfamily"},"fontStyle":{"name":"fontStyle","description":"

FontStyle for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#fontstyle"},"fontWeight":{"name":"fontWeight","description":"

FontWeight for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#fontweight"},"opacity":{"name":"opacity","description":"

Opacity for the text.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#opacity"},"size":{"name":"size","description":"

Font size for the text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#size"},"textAlignment":{"name":"textAlignment","description":"

text alignment

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#textalignment"},"textOverflow":{"name":"textOverflow","description":"

Specifies the chart title text overflow

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartFont#textoverflow"}},"StockChartIndexes":{"point":{"name":"point","description":"

Specifies index of point

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndexes#point"},"series":{"name":"series","description":"

Specifies index of series

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndexes#series"}},"StockChartIndicator":{"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#animation"},"bandColor":{"name":"bandColor","description":"

Options for customizing the BollingerBand in the indicator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#bandcolor"},"close":{"name":"close","description":"

The DataSource field that contains the close value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#close"},"dPeriod":{"name":"dPeriod","description":"

Defines the period, the price changes over which will define the %D value in stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#dperiod"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#dasharray"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#datasource"},"fastPeriod":{"name":"fastPeriod","description":"

Sets the fast period to define the Macd line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#fastperiod"},"field":{"name":"field","description":"

Defines the field to compare the current value with previous values

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#field"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#fill"},"high":{"name":"high","description":"

The DataSource field that contains the high value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#high"},"kPeriod":{"name":"kPeriod","description":"

Defines the look back period, the price changes over which will define the %K value in stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#kperiod"},"low":{"name":"low","description":"

The DataSource field that contains the low value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#low"},"lowerLine":{"name":"lowerLine","description":"

Defines the appearance of lower line in technical indicators

\n","type":"ConnectorModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#lowerline"},"macdLine":{"name":"macdLine","description":"

Defines the appearance of the the MacdLine of Macd indicator

\n","type":"StockChartConnectorModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#macdline"},"macdNegativeColor":{"name":"macdNegativeColor","description":"

Defines the color of the negative bars in Macd indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#macdnegativecolor"},"macdPositiveColor":{"name":"macdPositiveColor","description":"

Defines the color of the positive bars in Macd indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#macdpositivecolor"},"macdType":{"name":"macdType","description":"

Defines the type of the Macd indicator.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#macdtype"},"open":{"name":"open","description":"

The DataSource field that contains the open value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#open"},"overBought":{"name":"overBought","description":"

Defines the over-bought(threshold) values. It is applicable for RSI and stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#overbought"},"overSold":{"name":"overSold","description":"

Defines the over-sold(threshold) values. It is applicable for RSI and stochastic indicators

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#oversold"},"period":{"name":"period","description":"

Defines the period, the price changes over which will be considered to predict the trend

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#period"},"periodLine":{"name":"periodLine","description":"

Defines the appearance of period line in technical indicators

\n","type":"StockChartConnectorModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#periodline"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#pointcolormapping"},"query":{"name":"query","description":"

Specifies query to select data from DataSource. This property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#query"},"seriesName":{"name":"seriesName","description":"

Defines the name of the series, the data of which has to be depicted as indicator

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#seriesname"},"showZones":{"name":"showZones","description":"

Enables/Disables the over-bought and over-sold regions

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#showzones"},"slowPeriod":{"name":"slowPeriod","description":"

Sets the slow period to define the Macd line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#slowperiod"},"standardDeviation":{"name":"standardDeviation","description":"

Sets the standard deviation values that helps to define the upper and lower bollinger bands

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#standarddeviation"},"type":{"name":"type","description":"

Defines the type of the technical indicator

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#type"},"upperLine":{"name":"upperLine","description":"

Defines the appearance of the upper line in technical indicators

\n","type":"StockChartConnectorModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#upperline"},"volume":{"name":"volume","description":"

Defines the data source field that contains the volume value in candle charts\nIt is applicable for financial series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#volume"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#width"},"xAxisName":{"name":"xAxisName","description":"

The name of the horizontal axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#xaxisname"},"xName":{"name":"xName","description":"

The DataSource field that contains the x value.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#xname"},"yAxisName":{"name":"yAxisName","description":"

The name of the vertical axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartIndicator#yaxisname"}},"StockChartRow":{"border":{"name":"border","description":"

Options to customize the border of the rows.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartRow#border"},"height":{"name":"height","description":"

The height of the row as a string accept input both as '100px' and '100%'.\nIf specified as '100%, row renders to the full height of its chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartRow#height"}},"StockChartStripLineSettings":{"border":{"name":"border","description":"

Border of the strip line.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#border"},"color":{"name":"color","description":"

Color of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#color"},"dashArray":{"name":"dashArray","description":"

Dash Array of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#dasharray"},"end":{"name":"end","description":"

End value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#end"},"horizontalAlignment":{"name":"horizontalAlignment","description":"

Defines the position of the strip line text horizontally. They are,

\n
    \n
  • Start: Places the strip line text at the start.
  • \n
  • Middle: Places the strip line text in the middle.
  • \n
  • End: Places the strip line text at the end.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#horizontalalignment"},"isRepeat":{"name":"isRepeat","description":"

isRepeat value of the strip line.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#isrepeat"},"isSegmented":{"name":"isSegmented","description":"

isSegmented value of the strip line

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#issegmented"},"opacity":{"name":"opacity","description":"

Strip line Opacity

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#opacity"},"repeatEvery":{"name":"repeatEvery","description":"

repeatEvery value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#repeatevery"},"repeatUntil":{"name":"repeatUntil","description":"

repeatUntil value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#repeatuntil"},"rotation":{"name":"rotation","description":"

The angle to which the strip line text gets rotated.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#rotation"},"segmentAxisName":{"name":"segmentAxisName","description":"

segmentAxisName of the strip line.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#segmentaxisname"},"segmentEnd":{"name":"segmentEnd","description":"

segmentEnd value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#segmentend"},"segmentStart":{"name":"segmentStart","description":"

segmentStart value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#segmentstart"},"size":{"name":"size","description":"

Size of the strip line, when it starts from the origin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#size"},"sizeType":{"name":"sizeType","description":"

Size type of the strip line

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#sizetype"},"start":{"name":"start","description":"

Start value of the strip line.

\n","type":"number|Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#start"},"startFromAxis":{"name":"startFromAxis","description":"

If set true, strip line get render from axis origin.\n@default false

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#startfromaxis"},"text":{"name":"text","description":"

Strip line text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#text"},"textStyle":{"name":"textStyle","description":"

Options to customize the strip line text.

\n","type":"StockChartFontModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#textstyle"},"verticalAlignment":{"name":"verticalAlignment","description":"

Defines the position of the strip line text vertically. They are,

\n
    \n
  • Start: Places the strip line text at the start.
  • \n
  • Middle: Places the strip line text in the middle.
  • \n
  • End: Places the strip line text at the end.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#verticalalignment"},"visible":{"name":"visible","description":"

If set true, strip line for axis renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#visible"},"zIndex":{"name":"zIndex","description":"

Specifies the order of the strip line. They are,

\n
    \n
  • Behind: Places the strip line behind the series elements.
  • \n
  • Over: Places the strip line over the series elements.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartStripLineSettings#zindex"}},"StockChartTrendline":{"animation":{"name":"animation","description":"

Options to customize the animation for trendlines

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#animation"},"backwardForecast":{"name":"backwardForecast","description":"

Defines the period, by which the trend has to backward forecast

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#backwardforecast"},"enableTooltip":{"name":"enableTooltip","description":"

Enables/disables tooltip for trendlines

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#enabletooltip"},"fill":{"name":"fill","description":"

Defines the fill color of trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#fill"},"forwardForecast":{"name":"forwardForecast","description":"

Defines the period, by which the trend has to forward forecast

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#forwardforecast"},"intercept":{"name":"intercept","description":"

Defines the intercept of the trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#intercept"},"legendShape":{"name":"legendShape","description":"

Sets the legend shape of the trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#legendshape"},"marker":{"name":"marker","description":"

Options to customize the marker for trendlines

\n","type":"MarkerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#marker"},"name":{"name":"name","description":"

Defines the name of trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#name"},"period":{"name":"period","description":"

Defines the period, the price changes over which will be considered to predict moving average trend line

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#period"},"polynomialOrder":{"name":"polynomialOrder","description":"

Defines the polynomial order of the polynomial trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#polynomialorder"},"type":{"name":"type","description":"

Defines the type of the trendline

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#type"},"width":{"name":"width","description":"

Defines the width of the trendline

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockChartTrendline#width"}},"StockEmptyPointSettings":{"border":{"name":"border","description":"

Options to customize the border of empty points.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEmptyPointSettings#border"},"fill":{"name":"fill","description":"

To customize the fill color of empty points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEmptyPointSettings#fill"},"mode":{"name":"mode","description":"

To customize the mode of empty points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEmptyPointSettings#mode"}},"StockEventsSettings":{"background":{"name":"background","description":"

The background of the stock event that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#background"},"border":{"name":"border","description":"

Options to customize the border of the stock events.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#border"},"date":{"name":"date","description":"

Date value of stock event in which stock event shows.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#date"},"description":{"name":"description","description":"

Specifies the description for the chart which renders in tooltip for stock event.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#description"},"placeAt":{"name":"placeAt","description":"

Corresponding values in which stock event placed.

\n
    \n
  • Close
  • \n
  • Open
  • \n
  • High
  • \n
  • Close
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#placeat"},"showOnSeries":{"name":"showOnSeries","description":"

Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#showonseries"},"text":{"name":"text","description":"

Specifies the text for the stock chart text.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#text"},"textStyle":{"name":"textStyle","description":"

Options to customize the styles for stock events text.

\n","type":"StockChartFontModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#textstyle"},"type":{"name":"type","description":"

Specifies type of stock events

\n
    \n
  • Circle
  • \n
  • Square
  • \n
  • Flag
  • \n
  • Text
  • \n
  • Sign
  • \n
  • Triangle
  • \n
  • InvertedTriangle
  • \n
  • ArrowUp
  • \n
  • ArrowDown
  • \n
  • ArrowLeft
  • \n
  • ArrowRight
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockEventsSettings#type"}},"StockMargin":{"bottom":{"name":"bottom","description":"

Bottom margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockMargin#bottom"},"left":{"name":"left","description":"

Left margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockMargin#left"},"right":{"name":"right","description":"

Right margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockMargin#right"},"top":{"name":"top","description":"

Top margin in pixels.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockMargin#top"}},"StockSeries":{"animation":{"name":"animation","description":"

Options to customizing animation for the series.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#animation"},"bearFillColor":{"name":"bearFillColor","description":"

This property is used in stock charts to visualize the price movements in stock.\nIt defines the color of the candle/point, when the opening price is less than the closing price.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#bearfillcolor"},"border":{"name":"border","description":"

Options to customizing the border of the series. This is applicable only for Column and Bar type series.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#border"},"bullFillColor":{"name":"bullFillColor","description":"

This property is used in financial charts to visualize the price movements in stock.\nIt defines the color of the candle/point, when the opening price is higher than the closing price.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#bullfillcolor"},"cardinalSplineTension":{"name":"cardinalSplineTension","description":"

It defines tension of cardinal spline types

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#cardinalsplinetension"},"close":{"name":"close","description":"

The DataSource field that contains the close value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#close"},"columnSpacing":{"name":"columnSpacing","description":"

To render the column series points with particular column spacing. It takes value from 0 - 1.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#columnspacing"},"columnWidth":{"name":"columnWidth","description":"

To render the column series points with particular column width. If the series type is histogram the\ndefault value is 1 otherwise 0.7.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#columnwidth"},"cornerRadius":{"name":"cornerRadius","description":"

To render the column series points with particular rounded corner.

\n","type":"CornerRadiusModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#cornerradius"},"dashArray":{"name":"dashArray","description":"

Defines the pattern of dashes and gaps to stroke the lines in Line type series.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#dasharray"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the series. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#datasource"},"emptyPointSettings":{"name":"emptyPointSettings","description":"

options to customize the empty points in series

\n","type":"EmptyPointSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#emptypointsettings"},"enableSolidCandles":{"name":"enableSolidCandles","description":"

This property is applicable for candle series.\nIt enables/disables to visually compare the current values with the previous values in stock.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#enablesolidcandles"},"enableTooltip":{"name":"enableTooltip","description":"

If set true, the Tooltip for series will be visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#enabletooltip"},"fill":{"name":"fill","description":"

The fill color for the series that accepts value in hex and rgba as a valid CSS color string.\nIt also represents the color of the signal lines in technical indicators.\nFor technical indicators, the default value is 'blue' and for series, it has null.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#fill"},"high":{"name":"high","description":"

The DataSource field that contains the high value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#high"},"low":{"name":"low","description":"

The DataSource field that contains the low value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#low"},"marker":{"name":"marker","description":"

Options for displaying and customizing markers for individual points in a series.

\n","type":"MarkerSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#marker"},"name":{"name":"name","description":"

The name of the series visible in legend.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#name"},"opacity":{"name":"opacity","description":"

The opacity of the series.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#opacity"},"open":{"name":"open","description":"

The DataSource field that contains the open value of y\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#open"},"pointColorMapping":{"name":"pointColorMapping","description":"

The DataSource field that contains the color value of point\nIt is applicable for series

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#pointcolormapping"},"query":{"name":"query","description":"

Specifies query to select data from DataSource. This property is applicable only when the DataSource is ej.DataManager.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#query"},"selectionStyle":{"name":"selectionStyle","description":"

Custom style for the selected series or points.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#selectionstyle"},"tooltipMappingName":{"name":"tooltipMappingName","description":"

The provided value will be considered as a Tooltip name

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#tooltipmappingname"},"trendlines":{"name":"trendlines","description":"

Defines the collection of trendlines that are used to predict the trend

\n","type":"TrendlineModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#trendlines"},"type":{"name":"type","description":"

The type of the series are

\n
    \n
  • Line
  • \n
  • Column
  • \n
  • Area
  • \n
  • Spline
  • \n
  • Hilo
  • \n
  • HiloOpenClose
  • \n
  • Candle
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#type"},"visible":{"name":"visible","description":"

Specifies the visibility of series.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#visible"},"volume":{"name":"volume","description":"

Defines the data source field that contains the volume value in candle charts\nIt is applicable for financial series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#volume"},"width":{"name":"width","description":"

The stroke width for the series that is applicable only for Line type series.\nIt also represents the stroke width of the signal lines in technical indicators.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#width"},"xAxisName":{"name":"xAxisName","description":"

The name of the horizontal axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#xaxisname"},"xName":{"name":"xName","description":"

The DataSource field that contains the x value.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#xname"},"yAxisName":{"name":"yAxisName","description":"

The name of the vertical axis associated with the series. It requires axes of the chart.\nIt is applicable for series and technical indicators

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#yaxisname"},"yName":{"name":"yName","description":"

The DataSource field that contains the y value.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/stockSeries#yname"}},"StockChart":{"axisLabelRender":{"name":"axisLabelRender","description":"

Triggers before each axis label is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#axislabelrender"},"load":{"name":"load","description":"

Triggers before the range navigator rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#load"},"loaded":{"name":"loaded","description":"

Triggers after the range navigator rendering

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#loaded"},"pointClick":{"name":"pointClick","description":"

Triggers on point click.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#pointclick"},"pointMove":{"name":"pointMove","description":"

Triggers on point move.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#pointmove"},"rangeChange":{"name":"rangeChange","description":"

Triggers if the range is changed

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#rangechange"},"selectorRender":{"name":"selectorRender","description":"

Triggers before render the selector

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#selectorrender"},"seriesRender":{"name":"seriesRender","description":"

Triggers before the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#seriesrender"},"stockChartMouseClick":{"name":"stockChartMouseClick","description":"

Triggers on clicking the stock chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartmouseclick"},"stockChartMouseDown":{"name":"stockChartMouseDown","description":"

Triggers on mouse down.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartmousedown"},"stockChartMouseLeave":{"name":"stockChartMouseLeave","description":"

Triggers when cursor leaves the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartmouseleave"},"stockChartMouseMove":{"name":"stockChartMouseMove","description":"

Triggers on hovering the stock chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartmousemove"},"stockChartMouseUp":{"name":"stockChartMouseUp","description":"

Triggers on mouse up.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartmouseup"},"stockEventRender":{"name":"stockEventRender","description":"

Triggers before the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockeventrender"},"tooltipRender":{"name":"tooltipRender","description":"

Triggers before the tooltip for series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#tooltiprender"},"allowServerDataBinding":{"name":"allowServerDataBinding","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#allowserverdatabinding"},"annotations":{"name":"annotations","description":"

The configuration for annotation in chart.

\n","type":"StockChartAnnotationSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#annotations"},"axes":{"name":"axes","description":"

Secondary axis collection for the stockChart.

\n","type":"StockChartAxisModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#axes"},"background":{"name":"background","description":"

The background color of the stockChart that accepts value in hex and rgba as a valid CSS color string.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#background"},"border":{"name":"border","description":"

Options for customizing the color and width of the stockChart border.

\n","type":"StockChartBorderModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#border"},"chartArea":{"name":"chartArea","description":"

Options for configuring the border and background of the stockChart area.

\n","type":"StockChartAreaModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#chartarea"},"crosshair":{"name":"crosshair","description":"

Options for customizing the crosshair of the chart.

\n","type":"CrosshairSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#crosshair"},"dataSource":{"name":"dataSource","description":"

Specifies the DataSource for the stockChart. It can be an array of JSON objects or an instance of DataManager.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#datasource"},"element":{"name":"element","description":"","type":"HTMLElement","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#element"},"enableCustomRange":{"name":"enableCustomRange","description":"

Custom Range

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#enablecustomrange"},"enablePeriodSelector":{"name":"enablePeriodSelector","description":"

It specifies whether the periodSelector to be rendered in financial chart

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#enableperiodselector"},"enablePersistence":{"name":"enablePersistence","description":"

Enable or disable persisting component's state between page reloads.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#enablepersistence"},"enableRtl":{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#enablertl"},"enableSelector":{"name":"enableSelector","description":"

It specifies whether the range navigator to be rendered in financial chart

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#enableselector"},"exportType":{"name":"exportType","description":"

It specifies the types of Export types in financial chart.

\n","type":"ExportType[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#exporttype"},"height":{"name":"height","description":"

The height of the stockChart as a string accepts input both as '100px' or '100%'.\nIf specified as '100%, stockChart renders to the full height of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#height"},"ignoreCollectionWatch":{"name":"ignoreCollectionWatch","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#ignorecollectionwatch"},"indicatorType":{"name":"indicatorType","description":"

It specifies the types of indicators in financial chart.

\n","type":"TechnicalIndicators[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#indicatortype"},"indicators":{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"StockChartIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#indicators"},"isDestroyed":{"name":"isDestroyed","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#isdestroyed"},"isMultiSelect":{"name":"isMultiSelect","description":"

If set true, enables the multi selection in chart. It requires selectionMode to be Point | Series | or Cluster.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#ismultiselect"},"isSelect":{"name":"isSelect","description":"

If set true, enables the animation in chart.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#isselect"},"isServerRendered":{"name":"isServerRendered","description":"","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#isserverrendered"},"isTransposed":{"name":"isTransposed","description":"

It specifies whether the stockChart should be render in transposed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#istransposed"},"locale":{"name":"locale","description":"

Overrides the global culture and localization value for this component. Default global culture is 'en-US'.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#locale"},"mainObject":{"name":"mainObject","description":"

Overall SVG

\n","type":"Element","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#mainobject"},"margin":{"name":"margin","description":"

Options to customize left, right, top and bottom margins of the stockChart.

\n","type":"StockMarginModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#margin"},"periods":{"name":"periods","description":"

To configure period selector options.

\n","type":"PeriodsModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#periods"},"primaryXAxis":{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"StockChartAxisModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#primaryxaxis"},"primaryYAxis":{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"StockChartAxisModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#primaryyaxis"},"resizeTo":{"name":"resizeTo","description":"","type":"number","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#resizeto"},"rows":{"name":"rows","description":"

Options to split stockChart into multiple plotting areas horizontally.\nEach object in the collection represents a plotting area in the stockChart.

\n","type":"StockChartRowModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#rows"},"selectedDataIndexes":{"name":"selectedDataIndexes","description":"

Specifies the point indexes to be selected while loading a chart.\nIt requires selectionMode to be Point | Series | or Cluster.

\n","type":"StockChartIndexesModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#selecteddataindexes"},"selectionMode":{"name":"selectionMode","description":"

Specifies whether series or data point has to be selected. They are,

\n
    \n
  • none: Disables the selection.
  • \n
  • series: selects a series.
  • \n
  • point: selects a point.
  • \n
  • cluster: selects a cluster of point
  • \n
  • dragXY: selects points by dragging with respect to both horizontal and vertical axes
  • \n
  • dragX: selects points by dragging with respect to horizontal axis.
  • \n
  • dragY: selects points by dragging with respect to vertical axis.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#selectionmode"},"series":{"name":"series","description":"

The configuration for series in the stockChart.

\n","type":"StockSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#series"},"seriesType":{"name":"seriesType","description":"

It specifies the types of series in financial chart.

\n","type":"ChartSeriesType[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#seriestype"},"stockEvents":{"name":"stockEvents","description":"

The configuration for stock events in the stockChart.

\n","type":"StockEventsSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockevents"},"tempSeriesType":{"name":"tempSeriesType","description":"","type":"ChartSeriesType[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#tempseriestype"},"theme":{"name":"theme","description":"

Specifies the theme for the stockChart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#theme"},"title":{"name":"title","description":"

Title of the chart

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#title"},"titleStyle":{"name":"titleStyle","description":"

Options for customizing the title of the Chart.

\n","type":"StockChartFontModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#titlestyle"},"tooltip":{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#tooltip"},"trendlineType":{"name":"trendlineType","description":"

It specifies the types of trendline types in financial chart.

\n","type":"TrendlineTypes[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#trendlinetype"},"width":{"name":"width","description":"

The width of the stockChart as a string accepts input as both like '100px' or '100%'.\nIf specified as '100%, stockChart renders to the full width of its parent element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#width"},"zoomChange":{"name":"zoomChange","description":"

private

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#zoomchange"},"zoomSettings":{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#zoomsettings"},"addEventListener":{"name":"addEventListener","description":"

Adds the handler to the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#addeventlistener"},"appendTo":{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#appendto"},"chartModuleInjection":{"name":"chartModuleInjection","description":"

Module Injection for components

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#chartmoduleinjection"},"dataBind":{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#databind"},"destroy":{"name":"destroy","description":"

Destroy method

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#destroy"},"findCurrentData":{"name":"findCurrentData","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#findcurrentdata"},"getModuleName":{"name":"getModuleName","description":"

Get component name

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#getmodulename"},"rangeChanged":{"name":"rangeChanged","description":"

To change the range for chart

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#rangechanged"},"refresh":{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#refresh"},"removeEventListener":{"name":"removeEventListener","description":"

Removes the handler from the given event listener.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#removeeventlistener"},"renderPeriodSelector":{"name":"renderPeriodSelector","description":"

Render period selector

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#renderperiodselector"},"serverDataBind":{"name":"serverDataBind","description":"","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#serverdatabind"},"stockChartDataManagerSuccess":{"name":"stockChartDataManagerSuccess","description":"

DataManager Success

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockchartdatamanagersuccess"},"Inject":{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#inject"}}} \ No newline at end of file diff --git a/src/common/index.ts b/src/common/index.ts index 749fea82..4eeb2f40 100644 --- a/src/common/index.ts +++ b/src/common/index.ts @@ -229,7 +229,7 @@ function preventTabSwipe(e: any): void { } } function dynamicTab(e: any): void { - let blockEle: Element = this.element.querySelector('#e-content_' + e.selectedIndex).children[0]; + let blockEle: Element = this.element.querySelector('#e-content' + this.tabId + '_' + e.selectedIndex).children[0]; blockEle.innerHTML = this.items[e.selectedIndex].data; blockEle.innerHTML = blockEle.innerHTML.replace(reg,''); blockEle.classList.add('sb-src-code'); @@ -242,11 +242,11 @@ function dynamicTabCreation(obj: any): void { if (obj) { tabObj = obj; } else { tabObj = this; } - let contentEle: Element = tabObj.element.querySelector('#e-content_' + tabObj.selectedItem); + let contentEle: Element = tabObj.element.querySelector('#e-content' + tabObj.tabId + '_' + tabObj.selectedItem); if (!contentEle) { return; } - let blockEle: Element = tabObj.element.querySelector('#e-content_' + tabObj.selectedItem).children[0]; + let blockEle: Element = tabObj.element.querySelector('#e-content' + tabObj.tabId + '_' + tabObj.selectedItem).children[0]; blockEle.innerHTML = tabObj.items[tabObj.selectedItem].data; blockEle.innerHTML = blockEle.innerHTML.replace(reg,''); blockEle.classList.add('sb-src-code'); @@ -378,7 +378,6 @@ function renderSbPopups(): void { // tslint:disable-next-line:align '#sb-source-tab'); enableRipple(selectedTheme === 'material' || !selectedTheme); - sourceTab.selectedItem = 1; /** * api grid */ @@ -861,6 +860,8 @@ function setSbLink(): void { let ele: HTMLFormElement = select('#' + sb); if (sb === 'aspnetcore' || sb === 'aspnetmvc') { ele.href = sb === 'aspnetcore' ? 'https://ej2.syncfusion.com/aspnetcore/' : 'https://ej2.syncfusion.com/aspnetmvc/'; + } else if (sb === 'blazor') { + ele.href = 'https://blazor.syncfusion.com/demos/'; } else { ele.href = ((link) ? ('http://' + link[1] + '/' + (link[3] ? (link[3] + '/') : '')) : ('https://ej2.syncfusion.com/')) + sb + '/' + 'demos/#/' + sample + (sb === 'javascript' ? '.html' : ''); @@ -1375,7 +1376,6 @@ function addRoutes(samplesList: Controls[]): void { /** * BreadCrumb */ - sourceTab.selectedItem = 0; contentTab.selectedItem = 0; breadCrumbComponent.innerHTML = node.name; if (node.name !== subNode.category) { diff --git a/src/common/locale-string.ts b/src/common/locale-string.ts index 96e92b2d..e2f8561e 100644 --- a/src/common/locale-string.ts +++ b/src/common/locale-string.ts @@ -1 +1 @@ -export let Locale: Object={"de":{"dropdowns":{"noRecordsTemplate":"Keine Aufzeichnungen gefunden","actionFailureTemplate":"Die Anforderung ist fehlgeschlagen","overflowCountTemplate":"+ $ {count} mehr ..","selectAllText":"Selecteer alles","unSelectAllText":"Alles deselecteren"},"calendar":{"today":"heute"},"chart":{"ZoomIn":"Hineinzoomen","ZoomOut":"Rauszoomen","Zoom":"Zoomen","Pan":"Pfanne","Reset":"Zurücksetzen","ResetZoom":"Zoom Zurücksetzen"},"colorpicker":{"Apply":"Anwenden","Cancel":"Abbrechen","ModeSwitcher":"Modus wechseln"},"datepicker":{"placeholder":"Wählen Sie ein Datum","today":"heute"},"daterangepicker":{"placeholder":"Wählen Sie einen Bereich","startLabel":"Anfangsdatum","endLabel":"Enddatum","applyText":"Sich bewerben","cancelText":"Stornieren","selectedDays":"Ausgewählte Tage","days":"Tage","customRange":"benutzerdefinierten Bereich"},"datetimepicker":{"placeholder":"Wählen Sie Datum und Uhrzeit","today":"heute"},"diagram":{"Cut":"Schneiden","Copy":"Kopieren","Paste":"Paste","Undo":"Rückgängig machen","Redo":"Redo","SelectAll":"Alle Auswählen","Grouping":"Gruppierung","Group":"Gruppe","UnGroup":"Gruppierung aufheben","Order":"Auftrag","BringToFront":"In den Vordergrund bewegen","MoveForward":"nach vorne bewegen","SendBackward":"nach hinten bewegen","SendToBack":"In den Hintergrund bewegen"},"dialog":{"close":"schließen"},"filemanager":{"NewFolder":"Neuer Ordner","Upload":"Hochladen","Delete":"Löschen","Rename":"Umbenennen","Download":"Herunterladen","Cut":"Schnitt","Copy":"Kopieren","Paste":"Einfügen","SortBy":"Sortiere nach","Refresh":"Aktualisierung","Item-Selection":"Artikel ausgewählt","Items-Selection":"Elemente ausgewählt","View":"Aussicht","Details":"Einzelheiten","SelectAll":"Wählen Sie Alle","Open":"Öffnen","Tooltip-NewFolder":"Neuer Ordner","Tooltip-Upload":"Hochladen","Tooltip-Delete":"Löschen","Tooltip-Rename":"Umbenennen","Tooltip-Download":"Herunterladen","Tooltip-Cut":"Schnitt","Tooltip-Copy":"Kopieren","Tooltip-Paste":"Einfügen","Tooltip-SortBy":"Sortiere nach","Tooltip-Refresh":"Aktualisierung","Tooltip-Selection":"Auswahl aufheben","Tooltip-View":"Aussicht","Tooltip-Details":"Einzelheiten","Tooltip-SelectAll":"Wählen Sie Alle","Name":"Name","Size":"Größe","DateModified":"Geändert","DateCreated":"Datum erstellt","Path":"Pfad","Modified":"Geändert","Created":"Erstellt","Location":"Ort","Type":"Art","Permission":"Genehmigung","Ascending":"Aufsteigend","Descending":"Absteigend","View-LargeIcons":"Große Icons","View-Details":"Einzelheiten","Search":"Suche","Button-Ok":"OK","Button-Cancel":"Stornieren","Button-Yes":"Ja","Button-No":"Nein","Button-Create":"Erstellen","Button-Save":"Sparen","Header-NewFolder":"Mappe","Content-NewFolder":"Geben Sie Ihren Ordnernamen ein","Header-Rename":"Umbenennen","Content-Rename":"Geben Sie Ihren neuen Namen ein","Header-Rename-Confirmation":"Bestätigung umbenennen","Content-Rename-Confirmation":"Wenn Sie eine Dateinamenerweiterung ändern, wird die Datei möglicherweise instabil. Möchten Sie sie wirklich ändern?","Header-Delete":"Datei löschen","Content-Delete":"Möchten Sie diese Datei wirklich löschen?","Header-Multiple-Delete":"Mehrere Dateien löschen","Content-Multiple-Delete":"Möchten Sie diese {0} Dateien wirklich löschen?","Header-Duplicate":"Datei / Ordner existiert","Content-Duplicate":"{0} existiert bereits. Möchten Sie umbenennen und einfügen?","Header-Upload":"Daten hochladen","Error":"Error","Validation-Empty":"Der Datei - oder Ordnername darf nicht leer sein.","Validation-Invalid":"Der Datei- oder Ordnername {0} enthält ungültige Zeichen. Bitte verwenden Sie einen anderen Namen. Gültige Datei- oder Ordnernamen dürfen nicht mit einem Punkt oder Leerzeichen enden und keines der folgenden Zeichen enthalten: \\ /: *? \" < > | ","Validation-NewFolder-Exists":"Eine Datei oder ein Ordner mit dem Namen {0} existiert bereits.","Validation-Rename-Exists":"{0} kann nicht in {1} umbenannt werden: Ziel existiert bereits.","Folder-Empty":"Dieser Ordner ist leer","File-Upload":"Dateien zum Hochladen hierher ziehen","Search-Empty":"Keine Ergebnisse gefunden","Search-Key":"Versuchen Sie es mit anderen Stichwörtern","Sub-Folder-Error":"Der Zielordner ist der Unterordner des Quellordners.","Access-Denied":"Zugriff verweigert","Access-Details":"Sie haben keine Berechtigung, auf diesen Ordner zuzugreifen.","Header-Retry":"Die Datei existiert bereits","Content-Retry":"In diesem Ordner ist bereits eine Datei mit diesem Namen vorhanden. Was möchten Sie tun?","Button-Keep-Both":"Behalte beides","Button-Replace":"Ersetzen","Button-Skip":"Überspringen","ApplyAll-Label":"Mache das für alle aktuellen Artikel"},"gantt":{"emptyRecord":"Keine Datensätze zum Anzeigen","id":"ICH WÜRDE","name":"Name","startDate":"Anfangsdatum","endDate":"Endtermin","duration":"Dauer","progress":"Fortschritt","dependency":"Abhängigkeit","notes":"Anmerkungen","excelExport":"Excel-export","csvExport":"CSV-export","baselineStartDate":"Basisstartdatum","baselineEndDate":"Baseline-Enddatum","type":"Art","offset":"Offset","resourceName":"Ressourcen","resourceID":"Ressourcen-ID","day":"Tag","hour":"Stunde","minute":"Minute","days":"Tage","hours":"Std","minutes":"Protokoll","generalTab":"Allgemeines","customTab":"Benutzerdefinierte Spalten","writeNotes":"Notizen schreiben","addDialogTitle":"Neue Aufgabe","editDialogTitle":"Aufgabeninformationen","saveButton":"sparen","add":"Hinzufügen","edit":"Bearbeiten","update":"Aktualisieren","delete":"Löschen","cancel":"Stornieren","search":"Suche","addTask":"Aufgabe hinzufügen","editTask":"Aufgabe bearbeiten","deleteTask":"Aufgabe löschen","expandAllTasks":"Erweitern Sie Alle Aufgaben","collapseAllTasks":"Alle Aufgaben reduzieren","expandAll":"Alle erweitern","collapseAll":"Alles schließen","nextTimeSpan":"Nächste Zeitspanne","prevTimeSpan":"Vorherige Zeitspanne","okText":"OK","confirmDelete":"Möchten Sie den Datensatz wirklich löschen?","from":"Von","to":"Zu","taskLink":"Task-Link","lag":"Verzögerung","start":"Start","finish":"Fertig","enterValue":"Geben Sie den Wert ein","taskBeforePredecessor_FS":"Sie haben '{0}' verschoben, um vor dem Ende von '{1}' zu beginnen, und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskAfterPredecessor_FS":"Sie haben '{0}' von '{1}' entfernt und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskBeforePredecessor_SS":"Sie haben '{0}' verschoben, um vor dem Start von '{1}' zu beginnen, und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskAfterPredecessor_SS":"Sie haben '{0}' verschoben, um nach dem Start von '{1}' zu beginnen, und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskBeforePredecessor_FF":"Sie haben '{0}' verschoben, um den Vorgang zu beenden, bevor '{1}' abgeschlossen ist, und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskAfterPredecessor_FF":"Sie haben \"{0}\" nach \"{1}\" verschoben und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskBeforePredecessor_SF":"Sie haben \"{0}\" von \"{1}\" zum Start verschoben und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskAfterPredecessor_SF":"Sie haben '{0}' nach dem Start von '{1}' verschoben und die beiden Aufgaben sind miteinander verbunden. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskInformation":"Aufgabeninformationen","deleteDependency":"Abhängigkeit löschen","convert":"Konvertieren","save":"sparen","above":"Über","below":"Unten","child":"Kind","milestone":"Meilenstein","toTask":"Zur Aufgabe","toMilestone":"Zum Meilenstein","eventMarkers":"Ereignismarker","leftTaskLabel":"Linke Aufgabenbezeichnung","rightTaskLabel":"Richtige Aufgabenbezeichnung","timelineCell":"Timeline-Zelle"},"grid":{"EmptyRecord":"Keine Datensätze zur Anzeige","True":"wahr","False":"falsch","InvalidFilterMessage":"Ungültige Filterdaten","GroupDropArea":"Ziehen Sie hier eine Spaltenüberschrift, um ihre Spalte zu gruppieren","UnGroup":"Klicken Sie hier, um die Gruppierung aufzuheben","GroupDisable":"Die Gruppierung ist für diese Spalte deaktiviert","FilterbarTitle":"Filterstabzelle","EmptyDataSourceError":"DataSource darf beim erstmaligen Laden nicht leer sein, da Spalten aus dataSource in AutoGenerate Column Grid generiert werden","Add":"Hinzufügen","Edit":"Bearbeiten","Cancel":"Stornieren","Update":"Aktualisieren","Delete":"Löschen","Print":"Drucken","Pdfexport":"PDF-Export","Excelexport":"Excel-Export","Wordexport":"Word-Export","Csvexport":"CSV-Export","Search":"Suche","Columnchooser":"Säulen","Save":"sparen","Item":"Artikel","Items":"Artikel","EditOperationAlert":"Für den Bearbeitungsvorgang wurden keine Datensätze ausgewählt","DeleteOperationAlert":"Für den Löschvorgang wurden keine Datensätze ausgewählt","SaveButton":"sparen","OKButton":"OK","CancelButton":"Stornieren","EditFormTitle":"Details von ","AddFormTitle":"Neuen Datensatz hinzufügen","BatchSaveConfirm":"Möchten Sie die Änderungen wirklich speichern?","BatchSaveLostChanges":"Nicht gespeicherte Änderungen gehen verloren. Bist du dir sicher, dass du weitermachen willst?","ConfirmDelete":"Möchten Sie den Datensatz wirklich löschen?","CancelEdit":"Möchten Sie die Änderungen wirklich abbrechen?","ChooseColumns":"Wählen Sie Spalte","SearchColumns":"Suchspalten","Matchs":"Keine Treffer gefunden","FilterButton":"Filter","ClearButton":"klar","StartsWith":"Beginnt mit","EndsWith":"Endet mit","Contains":"Enthält","Equal":"Gleich","NotEqual":"Nicht gleich","LessThan":"Weniger als","LessThanOrEqual":"Weniger als oder gleich","GreaterThan":"Größer als","GreaterThanOrEqual":"Größer als oder gleich","ChooseDate":"Wählen Sie ein Datum","EnterValue":"Geben Sie den Wert ein","Copy":"Kopieren","Group":"Nach dieser Spalte gruppieren","Ungroup":"Gruppierung durch diese Spalte aufheben","autoFitAll":"Auto Fit für alle Spalten","autoFit":"Passen Sie diese Spalte automatisch an","Export":"Export","FirstPage":"Erste Seite","LastPage":"Letzte Seite","PreviousPage":"Vorherige Seite","NextPage":"Nächste Seite","SortAscending":"Aufsteigend sortieren","SortDescending":"Absteigend sortieren","EditRecord":"Datensatz bearbeiten","DeleteRecord":"Aufzeichnung löschen","FilterMenu":"Filter"},"checkboxFilter":{"Search":"Suche","OK":"OK","Cancel":"stornieren","Filter":"Filter","Clear":"klar","SelectAll":"Wählen Sie Alle","Blanks":"Rohlinge","True":"Wahr","False":"Falsch","NoResult":"Keine Treffer gefunden"},"excelFilter":{"ClearFilter":"Filter löschen","NumberFilter":"Zahlenfilter","TextFilter":"Textfilter","DateFilter":"Datumsfilter","MatchCase":"Matchfall","Equal":"Gleich","NotEqual":"Nicht gleich","LessThan":"Weniger als","LessThanOrEqual":"Weniger als oder gleich","GreaterThan":"Größer als","GreaterThanOrEqual":"Größer als oder gleich","Between":"Zwischen","CustomFilter":"Benutzerdefinierte Filter","StartsWith":"Beginnt mit","EndsWith":"Endet mit","Contains":"Enthält","OK":"OK","Cancel":"Stornieren","CustomFilterPlaceHolder":"Geben Sie den Wert ein","CustomFilterDatePlaceHolder":"Wählen Sie ein Datum","AND":"UND","OR":"ODER","ShowRowsWhere":"Zeige Zeilen wo:"},"pager":{"currentPageInfo":"{0} von {1} Seiten","totalItemsInfo":"({0} Elemente)","firstPageTooltip":"Gehe zur ersten Seite","lastPageTooltip":"Gehe zur letzten Seite","nextPageTooltip":"Gehe zur nächsten Seite","previousPageTooltip":"Zurück zur letzten Seite","nextPagerTooltip":"Gehe zum nächsten Pager","previousPagerTooltip":"Gehe zum vorherigen Pager","pagerDropDown":"Objekte pro Seite"},"numerictextbox":{"incrementTitle":"Wert erhöhen","decrementTitle":"Dekrementwert"},"pivotview":{"all":"alles","multipleItems":"mehrere Artikel","Sum":"Summe","Count":"Anzahl","DistinctCount":"Distinct Count","Product":"Product","Avg":"Durchschn","Min":"Mindest","SampleVar":"Sample Var","PopulationVar":"Bevölkerung Var","RunningTotals":"Laufende Summen","Max":"Max","Index":"Index","SampleStDev":"Sample StDev","PopulationStDev":"Population StDev","PercentageOfRowTotal":"% of Row Total","PercentageOfParentTotal":"% of Parent Total","PercentageOfParentColumnTotal":"% of Parent Column Total","PercentageOfParentRowTotal":"% of Parent Row Total","DifferenceFrom":"Difference From","PercentageOfDifferenceFrom":"% of Difference From","PercentageOfGrandTotal":"% of Grand Total","PercentageOfColumnTotal":"% of Column Total","editorDataLimitMsg":"editorDataLimitMsg","mdxQuery":"MDX Query","qtr":"Qtr","null":"null","undefined":"nicht definiert","groupOutOfRange":"Out of Range","fieldDropErrorAction":"fieldDropErrorAction","MoreOption":"Mehr Option...","aggregate":"Aggregat","drillThrough":"durchbohren","ascending":"aufsteigend","descending":"absteigend","number":"Nummer","currency":"Währung","percentage":"Prozentsatz","formatType":"Format Type","customText":"Currency Symbol","symbolPosition":"Symbol Position","left":"links","right":"Recht","grouping":"Gruppierung","true":"wahr","false":"falsch","decimalPlaces":"Nachkommastellen","numberFormat":"Zahlenformat","memberType":"Field Type","formatString":"Format String","expressionField":"Expression","customFormat":"Enter custom format string","selectedHierarchy":"Parent Hierarchy","olapDropText":"olapDropText","Percent":"Prozent","Currency":"Währung","Custom":"Brauch","Measure":"Messen","Dimension":"Abmessungen","Standard":"Standard","blank":"leer","fieldTooltip":"fieldTooltip","QuarterYear":"Vierteljahr","fieldTitle":"Field Name","drillError":"drillError","grandTotal":"Gesamtsumme","total":"Insgesamt","value":"Wert","noValue":"Kein Wert","row":"Zeile","column":"Spalte","collapse":"Zusammenbruch","expand":"Erweitern","rowAxisPrompt":"Drop Reihe hier","columnAxisPrompt":"Drop column Hier","valueAxisPrompt":"Drop wert hier","filterAxisPrompt":"Drop Filter Hier","filter":"Filter","filtered":"Gefiltert","sort":"Sortieren","filters":"Filter","rows":"Zeilen","columns":"Spalten","values":"Werte","close":"Schließen","cancel":"Abbrechen","delete":"Löschen","calculatedField":"Berechnetes Feld","createCalculatedField":"Berechnetes Feld erstellen","fieldName":"Geben Sie den Feldnamen ein","error":"Fehler","invalidFormula":"Ungültige Formel.","dropText":"Beispiel: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Felder und Formel bearbeiten hier hinzufügen.","dropAction":"Berechnetes Feld nicht in jeder anderen Region außer Wert Achse sein.","alert":"Warnung","warning":"Warnung","ok":"OK","search":"Suche","drag":"Ziehen","remove":"Entfernen","sum":"Summe","average":"Durchschnitt","count":"Zählen","min":"Zählen","max":"Max","allFields":"Alle Felder","formula":"Formel","addToRow":"Auf Zeile hinzufügen","addToColumn":"Zu Spalte hinzufügen","addToValue":"Auf Wert hinzufügen","addToFilter":"Zu Filter hinzufügen","emptyData":"Keine Datensätze anzeigen","fieldExist":"Ein Feld existiert bereits in diesem Namen. Bitte geben Sie einen anderen Namen ein.","confirmText":"Ein Formelfeld existiert bereits in diesem Namen. Möchten Sie sie ersetzen?","format":"Zusammenfassungen von","edit":"Bearbeiten","clear":"Klar","noMatches":"Keine Treffer","formulaField":"Drag und Drop die Felder Formel","dragField":"Feld durch Ziehen in die Formel","clearFilter":"Klar","by":"durch","enterValue":"Wert eingeben","chooseDate":"Datum eingeben","Equals":"Gleich","DoesNotEquals":"Ist nicht gleich","BeginWith":"Beginnt mit","DoesNotBeginWith":"Beginnt nicht mit","EndsWith":"Endet mit","DoesNotEndsWith":"Nicht mit enden","Contains":"Enthält","DoesNotContains":"Beinhaltet nicht","GreaterThan":"Größer als","GreaterThanOrEqualTo":"Größer als oder gleich wie","LessThan":"Weniger als","LessThanOrEqualTo":"Gleich oder kleiner als","Between":"Zwischen","NotBetween":"Nicht zwischen","Before":"Vor","BeforeOrEqualTo":"Vor oder gleich","After":"Nach","AfterOrEqualTo":"Nach oder gleich","member":"Mitglied","label":"Etikette","date":"Datum","labelTextContent":"Zeigen Sie die Artikel, für die das Label","dateTextContent":"Zeigen Sie die Artikel an, für die das Datum gilt","valueTextContent":"Zeige die Gegenstände für welche","And":"und","NotEquals":"Nicht gleich","AllValues":"Alle Werte","conditionalFormating":"Bedingte Formatierung","apply":"Sich bewerben","condition":"Bedingung hinzufügen","formatLabel":"Format","valueFieldSettings":"Wertfeldeinstellungen","sourceName":"Feldname :","sourceCaption":"Feldbeschriftung:","summarizeValuesBy":"Werte zusammenfassen nach:","baseField":"Basisfeld:","baseItem":"Basisartikel:","example":"z.B :","details":"Einzelheiten","manageRecords":"Datensätze verwalten","Years":" Jahre","Quarters":"Viertel","Months":"Monate","Days":"Tage","Hours":"Std","Minutes":"Protokoll","Seconds":"Sekunden","save":"Einen Bericht speichern","new":"Erstellen Sie einen neuen Bericht","load":"Belastung","saveAs":"Speichern Sie als aktuellen Bericht","rename":"Benennen Sie einen aktuellen Bericht um","export":"Export","subTotals":"Zwischensummen","grandTotals":"Gesamtsummen","reportName":"Berichtsname:","pdf":"PDF","excel":"Excel","csv":"CSV","showSubTotals":"Zwischensummen anzeigen","doNotShowSubTotals":"Keine Zwischensummen anzeigen","showSubTotalsRowsOnly":"Nur Zwischensummenzeilen anzeigen","showSubTotalsColumnsOnly":"Nur Untersummenspalten anzeigen","showGrandTotals":"Gesamtsummen anzeigen","doNotShowGrandTotals":"Keine Summen anzeigen","showGrandTotalsRowsOnly":"Nur Summenzeilen anzeigen","showGrandTotalsColumnsOnly":"Nur Summenspalten anzeigen","fieldList":"Feldliste anzeigen","grid":"Tabelle anzeigen","toolbarFormatting":"Bedingte Formatierung","chart":"Diagramm","reportMsg":"Bitte geben Sie einen gültigen Berichtsnamen ein!!!","reportList":"Berichtsliste","removeConfirm":"Möchten Sie diesen Bericht wirklich löschen?","emptyReport":"Keine Berichte gefunden!!","bar":"Bar","line":"Linie","area":"Bereich","scatter":"Streuen","polar":"Polar","of":"von","emptyFormat":"Kein Format gefunden!!!","emptyInput":"Geben Sie einen Wert ein","newReportConfirm":"Möchten Sie Änderungen im Bericht speichern?","emptyReportName":"Geben Sie einen Berichtsnamen ein","caption":"Feldbeschriftung","copy":"Kopieren","defaultReport":"Standardbericht","customFormatString":"Benutzerdefiniertes Format","invalidFormat":"Ungültiges Format."},"pivotfieldlist":{"all":"alles","multipleItems":"mehrere Artikel","Sum":"Summe","Count":"Anzahl","DistinctCount":"Distinct Count","Product":"Product","Avg":"Durchschn","Min":"Mindest","SampleVar":"Sample Var","PopulationVar":"Bevölkerung Var","RunningTotals":"Laufende Summen","Max":"Max","Index":"Index","SampleStDev":"Sample StDev","PopulationStDev":"Population StDev","PercentageOfRowTotal":"% of Row Total","PercentageOfParentTotal":"% of Parent Total","PercentageOfParentColumnTotal":"% of Parent Column Total","PercentageOfParentRowTotal":"% of Parent Row Total","DifferenceFrom":"Difference From","PercentageOfDifferenceFrom":"% of Difference From","PercentageOfGrandTotal":"% of Grand Total","PercentageOfColumnTotal":"% of Column Total","Years":"Années","Quarters":"Trimestres","Months":"Mois","Days":"Journées","Hours":"Heures","Minutes":"Minutes","Seconds":"Secondes","apply":"appliquer","editorDataLimitMsg":"editorDataLimitMsg","null":"null","undefined":"nicht definiert","groupOutOfRange":"Out of Range","fieldDropErrorAction":"fieldDropErrorAction","MoreOption":"Mehr Option...","selectedHierarchy":"Parent Hierarchy","memberType":"Field Type","formatString":"Format String","expressionField":"Expression","customFormat":"Enter custom format string","olapDropText":"olapDropText","Percent":"Prozent","Currency":"Währung","Custom":"Brauch","Measure":"Messen","Dimension":"Abmessungen","Standard":"Standard","blank":"leer","fieldTooltip":"fieldTooltip","QuarterYear":"Vierteljahr","fieldTitle":"Field Name","staticFieldList":"Drehpunktfeld Liste","fieldList":"Feld Liste","dropRowPrompt":"Drop Reihe hier","dropColPrompt":"Drop column Hier","dropValPrompt":"Drop wert hier","dropFilterPrompt":"Drop Filter Hier","addPrompt":"Feld hinzufügen","adaptiveFieldHeader":"Feld auswählen","centerHeader":"Ziehen Sie die Felder zwischen den Bereichen unten:","add":"Hinzufügen","drag":"Ziehen","filter":"Filter","filtered":"Gefiltert","sort":"Sortieren","remove":"Entfernen","filters":"Filter","rows":"Zeilen","columns":"Spalten","values":"Werte","calculatedField":"Berechnetes Feld","createCalculatedField":"Berechnetes Feld erstellen","fieldName":"Geben Sie den Feldnamen ein","error":"Fehler","invalidFormula":"Ungültige Formel.","dropText":"Beispiel: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Felder und Formel bearbeiten hier hinzufügen.","dropAction":"Berechnetes Feld nicht in jeder anderen Region außer Wert Achse sein.","search":"Suche","close":"Schließen","cancel":"Abbrechen","delete":"Löschen","alert":"Warnung","warning":"Warnung","ok":"OK","sum":"Summe","average":"Durchschnitt","count":"Zählen","min":"Zählen","max":"Max","allFields":"Alle Felder","formula":"Formel","fieldExist":"Ein Feld existiert bereits in diesem Namen. Bitte geben Sie einen anderen Namen ein.","confirmText":"Ein Formelfeld existiert bereits in diesem Namen. Möchten Sie sie ersetzen?","format":"Zusammenfassungen von","edit":"Bearbeiten","clear":"Klar","noMatches":"Keine Treffer","formulaField":"Drag und Drop die Felder Formel","dragField":"Feld durch Ziehen in die Formel","clearFilter":"Klar","by":"durch","enterValue":"Wert eingeben","chooseDate":"Datum eingeben","Equals":"Gleich","DoesNotEquals":"Ist nicht gleich","BeginWith":"Beginnt mit","DoesNotBeginWith":"Beginnt nicht mit","EndsWith":"Endet mit","DoesNotEndsWith":"Nicht mit enden","Contains":"Enthält","DoesNotContains":"Beinhaltet nicht","GreaterThan":"Größer als","GreaterThanOrEqualTo":"Größer als oder gleich wie","LessThan":"Weniger als","LessThanOrEqualTo":"Gleich oder kleiner als","Between":"Zwischen","NotBetween":"Nicht zwischen","Before":"Vor","BeforeOrEqualTo":"Vor oder gleich","After":"Nach","AfterOrEqualTo":"Nach oder gleich","member":"Mitglied","label":"Etikette","date":"Datum","value":"Wert","labelTextContent":"Zeigen Sie die Artikel, für die das Label","dateTextContent":"Zeigen Sie die Artikel an, für die das Datum gilt","valueTextContent":"Zeige die Gegenstände für welche","And":"und","valueFieldSettings":"Wertfeldeinstellungen","sourceName":"Feldname :","sourceCaption":"Feldbeschriftung:","summarizeValuesBy":"Werte zusammenfassen nach:","baseField":"Basisfeld:","baseItem":"Basisartikel:","example":"z.B :","deferLayoutUpdate":"Verschieben Sie das Layout-Update","caption":"Feldbeschriftung","copy":"Kopieren"},"schedule":{"day":"Tag","week":"Woche","workWeek":"Arbeitswoche","month":"Monat","agenda":"Agenda","weekAgenda":"Woche Agenda","workWeekAgenda":"Arbeitswoche Agenda","monthAgenda":"Monatsagenda","today":"Heute","noEvents":"Keine Ereignisse","emptyContainer":"An diesem Tag sind keine Veranstaltungen geplant.","allDay":"Den ganzen Tag","start":"Anfang","end":"Ende","more":"Mehr","close":"Schließen","cancel":"Stornieren","noTitle":"(Kein Titel)","delete":"Löschen","deleteEvent":"Ereignis löschen","deleteMultipleEvent":"Löschen Sie mehrere Ereignisse","selectedItems":"Artikel ausgewählt","deleteSeries":"Reihe löschen","edit":"Bearbeiten","editSeries":"Reihe bearbeiten","editEvent":"Veranstaltung bearbeiten","createEvent":"Erstellen","subject":"Gegenstand","addTitle":"Titel hinzufügen","moreDetails":"Mehr Details","save":"sparen","editContent":"Möchten Sie nur dieses Ereignis oder die gesamte Serie bearbeiten?","deleteRecurrenceContent":"Möchten Sie nur dieses Ereignis oder die ganze Serie löschen?","deleteContent":"Möchten Sie dieses Ereignis wirklich löschen?","deleteMultipleContent":"Möchten Sie die ausgewählten Ereignisse wirklich löschen?","newEvent":"Neues Event","title":"Titel","location":"Ort","description":"Beschreibung","timezone":"Zeitzone","startTimezone":"Startzeitzone","endTimezone":"Endzeitzone","repeat":"Wiederholen","saveButton":"sparen","cancelButton":"Stornieren","deleteButton":"Löschen","recurrence":"Wiederholung","wrongPattern":"Das Wiederholungsmuster ist nicht gültig.","seriesChangeAlert":"Die Änderungen, die an bestimmten Instanzen dieser Serie vorgenommen wurden, werden abgebrochen und diese Ereignisse werden wieder mit der Serie übereinstimmen.","createError":"Die Dauer des Ereignisses muss kürzer sein als die Häufigkeit des Ereignisses. Verkürzen Sie die Dauer oder ändern Sie das Wiederholungsmuster im Wiederholungsereignis-Editor.","recurrenceDateValidation":"Einige Monate haben weniger als das ausgewählte Datum. In diesen Monaten fällt das Vorkommen auf das letzte Datum des Monats.","sameDayAlert":"Zwei Vorkommen desselben Ereignisses können nicht am selben Tag auftreten.","editRecurrence":"Wiederholung bearbeiten","repeats":"Wiederholt","alert":"Aufmerksam","startEndError":"Das ausgewählte Enddatum liegt vor dem Startdatum.","invalidDateError":"Der eingegebene Datumswert ist ungültig.","ok":"OK","occurrence":"Auftreten","series":"Serie","previous":"Bisherige","next":"Nächster","timelineDay":"Timeline-Tag","timelineWeek":"Timeline Woche","timelineWorkWeek":"Timeline-Arbeitswoche","timelineMonth":"Timeline-Monat"},"recurrenceeditor":{"none":"Keiner","daily":"Täglich","weekly":"Wöchentlich","monthly":"Monatlich","month":"Monat","yearly":"Jährlich","never":"noch nie","until":"Bis","count":"Anzahl","first":"Zuerst","second":"Zweite","third":"Dritte","fourth":"Vierte","last":"Letzte","repeat":"Wiederholen","repeatEvery":"Wiederhole jeden","on":"Wiederhole weiter","end":"Ende","onDay":"Tag","days":"Tage","weeks":"Wochen","months":"Monate","years":"Jahre","every":"jeden","summaryTimes":"mal","summaryOn":"auf","summaryUntil":"bis","summaryRepeat":"Wiederholt","summaryDay":"Tage","summaryWeek":"Wochen","summaryMonth":"Monate","summaryYear":"Jahre"},"slider":{"incrementTitle":"ansteigen","decrementTitle":"verringern"},"spreadsheet":{"Cut":"Schneiden","Copy":"Kopieren","Paste":"Paste","PasteSpecial":"paste spezial","All":"Alles","Values":"Werte","Formats":"Formate","Font":"Schriftart","FontSize":"Schriftgröße","Bold":"Fett gedruckt","Italic":"Kursiv","Underline":"Unterstreichen","Strikethrough":"Durchgestrichen","TextColor":"Textfarbe","FillColor":"Füllfarbe","HorizontalAlignment":"Horizontale Ausrichtung","AlignLeft":"Linksbündig ausrichten","AlignCenter":"Center","AlignRight":"Rechtsbündig ausrichten","VerticalAlignment":"Vertikale Ausrichtung","AlignTop":"Oben ausrichten","AlignMiddle":"Mitte ausrichten","AlignBottom":"Unten ausrichten","InsertFunction":"Funktion einfügen","Insert":"Einfügen","Delete":"Löschen","Rename":"Umbenennen","Hide":"verbergen","Unhide":"Sichtbar machen","NameBox":"Namensfeld","ShowHeaders":"Kopfzeilen anzeigen","HideHeaders":"Header ausblenden","ShowGridLines":"Gitternetzlinien anzeigen","HideGridLines":"Gitternetzlinien ausblenden","AddSheet":"Blatt hinzufügen","ListAllSheets":"Alle Blätter auflisten","FullScreen":"Vollbild","CollapseToolbar":"Zusammenbruch symbolleiste","ExpandToolbar":"Erweitern Symbolleiste","CollapseFormulaBar":"Collapse Formelleiste","ExpandFormulaBar":"Expand Formelleiste","File":"Datei","Home":"Huis","Formulas":"Formeln","View":"Aussicht","New":"Neu","Open":"Öffnen","SaveAs":"Speichern als","ExcelXlsx":"Microsoft Excel","ExcelXls":"Microsoft Excel 97-2003","CSV":"Comma-separated values","FormulaBar":"Formelleiste","Ok":"OK","Close":"Schließen","Cancel":"Abbrechen","Apply":"Anwenden","MoreColors":"Mehr Farben","StandardColors":"Standard farben","General":"Allgemeines","Number":"Nummer","Currency":"Währung","Accounting":"Buchhaltung","ShortDate":"Kurzes Date","LongDate":"Langes Datum","Time":"Zeit","Percentage":"Prozentsatz","Fraction":"Fraktion","Scientific":"Wissenschaft","Text":"Text","NumberFormat":"Zahlenformat","MobileFormulaBarPlaceHolder":"Wert oder Formel eingeben","PasteAlert":"Sie können dies hier nicht einfügen, da der Kopierbereich und der Einfügebereich nicht dieselbe Größe haben. Bitte versuchen Sie es in einem anderen Bereich.","DestroyAlert":"Möchten Sie die aktuelle Arbeitsmappe wirklich löschen, ohne sie zu speichern, und eine neue Arbeitsmappe erstellen?","SheetRenameInvalidAlert":"Der Blattname enthält ein ungültiges Zeichen.","SheetRenameEmptyAlert":"Der Blattname darf nicht leer sein.","SheetRenameAlreadyExistsAlert":"Der Blattname ist bereits vorhanden. Bitte geben Sie einen anderen Namen ein.","DeleteSheetAlert":"Möchten Sie dieses Blatt wirklich löschen?","DeleteSingleLastSheetAlert":"Eine Arbeitsmappe muss mindestens ein sichtbares Arbeitsblatt enthalten.","PickACategory":"Wählen Sie eine Kategorie","Description":"Beschreibung","UnsupportedFile":"Nicht unterstützte Datei","InvalidUrl":"Ungültige URL","SUM":"Fügt eine Reihe von Zahlen und / oder Zellen hinzu.","SUMIF":"Fügt die Zellen basierend auf der angegebenen Bedingung hinzu.","SUMIFS":"Fügt die Zellen basierend auf den angegebenen Bedingungen hinzu.","ABS":"Gibt den Wert einer Zahl ohne Vorzeichen zurück.","RAND":"Gibt eine Zufallszahl zwischen 0 und 1 zurück.","RANDBETWEEN":"Gibt eine zufällige Ganzzahl basierend auf angegebenen Werten zurück.","FLOOR":"Rundet eine Zahl auf das nächste Vielfache eines bestimmten Faktors ab.","CEILING":"Rundet eine Zahl auf das nächste Vielfache eines bestimmten Faktors.","PRODUCT":"Multipliziert eine Reihe von Zahlen und / oder Zellen.","AVERAGE":"Berechnen Sie den Durchschnitt für die Reihe von Zahlen und / oder Zellen ohne Text.","AVERAGEIF":"Berechnet den Durchschnitt für die Zellen basierend auf der angegebenen Bedingung.","AVERAGEIFS":"Berechnet den Durchschnitt für die Zellen basierend auf den angegebenen Bedingungen.","AVERAGEA":"Berechnet den Durchschnitt für die Zellen, wobei WAHR als 1, text und FALSCH als 0 ausgewertet werden.","COUNT":"Zählt die Zellen, die numerische Werte in einem Bereich enthalten.","COUNTIF":"Zählt die Zellen basierend auf der angegebenen Bedingung.","COUNTIFS":"Zählt die Zellen basierend auf den angegebenen Bedingungen.","COUNTA":"Zählt die Zellen, die Werte in einem Bereich enthalten.","MIN":"Gibt die kleinste Anzahl der angegebenen Argumente zurück.","MAX":"Gibt die größte Anzahl der angegebenen Argumente zurück.","DATE":"Gibt das Datum basierend auf einem bestimmten Jahr, Monat und Tag zurück.","DAY":"Gibt den Tag ab dem angegebenen Datum zurück.","DAYS":"Gibt die Anzahl der Tage zwischen zwei Daten zurück.","IF":"Gibt einen Wert basierend auf dem angegebenen Ausdruck zurück.","IFS":"Gibt einen Wert zurück, der auf den angegebenen mehreren Ausdrücken basiert.","AND":"Gibt WAHR zurück, wenn alle Argumente WAHR sind, andernfalls wird FALSCH zurückgegeben.","OR":"Gibt WAHR zurück, wenn eines der Argumente WAHR ist, andernfalls wird FALSCH zurückgegeben.","IFERROR":"Gibt einen Wert zurück, wenn kein Fehler gefunden wurde. Andernfalls wird der angegebene Wert zurückgegeben.","CHOOSE":"Gibt einen Wert aus der Werteliste basierend auf der Indexnummer zurück.","INDEX":"Gibt einen Wert der Zelle in einem bestimmten Bereich basierend auf der Zeilen- und Spaltennummer zurück.","FIND":"Gibt die Position eines Strings innerhalb eines anderen Strings zurück, wobei die Groß- und Kleinschreibung beachtet wird.","CONCATENATE":"Kombiniert zwei oder mehr Zeichenfolgen.","CONCAT":"Verkettet eine Liste oder einen Bereich von Textzeichenfolgen.","SUBTOTAL":"Gibt die Zwischensumme für einen Bereich unter Verwendung der angegebenen Funktionsnummer zurück.","RADIANS":"Konvertiert Grad in Bogenmaß.","MATCH":"Gibt die relative Position eines angegebenen Wertes im angegebenen Bereich zurück.","DefineNameExists":"Dieser Name ist bereits vorhanden, versuchen Sie es mit einem anderen Namen.","CircularReference":"Wenn eine Formel auf einen oder mehrere Zirkelverweise verweist, kann dies zu einer falschen Berechnung führen."},"timepicker":{"placeholder":"Wählen Sie eine Uhrzeit aus"},"treegrid":{"EmptyRecord":"Keine Datensätze zur Anzeige","InvalidFilterMessage":"Ungültige Filterdaten","FilterbarTitle":"Filterstabzelle","EmptyDataSourceError":"DataSource darf beim erstmaligen Laden nicht leer sein, da Spalten aus dataSource in AutoGenerate Column TreeGrid generiert werden","Add":"Hinzufügen","Edit":"Bearbeiten","Cancel":"Stornieren","Update":"Aktualisieren","Delete":"Löschen","Print":"Drucken","Pdfexport":"PDF-Export","Excelexport":"Excel-Export","Wordexport":"Word-Export","Csvexport":"CSV-Export","Search":"Suche","Columnchooser":"Säulen","Save":"sparen","EditOperationAlert":"Für den Bearbeitungsvorgang wurden keine Datensätze ausgewählt","DeleteOperationAlert":"Für den Löschvorgang wurden keine Datensätze ausgewählt","SaveButton":"sparen","CancelButton":"Stornieren","EditFormTitle":"Details von ","AddFormTitle":"Neuen Datensatz hinzufügen","ConfirmDelete":"Möchten Sie den Datensatz wirklich löschen?","CancelEdit":"Möchten Sie die Änderungen wirklich abbrechen?","ChooseColumns":"Wählen Sie Spalte","SearchColumns":"Suchspalten","FilterButton":"Filter","ClearButton":"klar","StartsWith":"Beginnt mit","EndsWith":"Endet mit","Contains":"Enthält","Equal":"Gleich","NotEqual":"Nicht gleich","LessThan":"Weniger als","LessThanOrEqual":"Weniger als oder gleich","GreaterThan":"Größer als","GreaterThanOrEqual":"Größer als oder gleich","ChooseDate":"Wählen Sie ein Datum","EnterValue":"Geben Sie den Wert ein","autoFitAll":"Auto Fit für alle Spalten","autoFit":"Passen Sie diese Spalte automatisch an","Export":"Export","FirstPage":"Erste Seite","LastPage":"Letzte Seite","PreviousPage":"Vorherige Seite","NextPage":"Nächste Seite","SortAscending":"Aufsteigend sortieren","SortDescending":"Absteigend sortieren","EditRecord":"Datensatz bearbeiten","DeleteRecord":"Aufzeichnung löschen","FilterMenu":"Filter"},"uploader":{"invalidMinFileSize":"Bestandsgrootte is te klein!","invalidMaxFileSize":"Bestandsgrootte groter dan 28 MB","invalidFileType":"Bestandstype is niet toegestaan","Browse":"Blader","Clear":"Duidelijk","Upload":"Uploaden","dropFilesHint":"of zet hier bestanden neer","uploadFailedMessage":"Bestand kan niet worden geüpload","uploadSuccessMessage":"bestand succesvol geüpload","removedSuccessMessage":"Bestand met succes verwijderd","removedFailedMessage":"Die Datei konnte nicht entfernt werden","inProgress":"uploaden","readyToUploadMessage":"Klaar om te uploaden","remove":"Verwijderen","cancel":"Annuleer","delete":"Verwijder bestand","abort":"Abbrechen","pauseUpload":"Datei-Upload wurde angehalten","pause":"Pausieren","resume":"Fortsetzen","retry":"Wiederholen","fileUploadCancel":"Datei-Upload abgebrochen"}},"ar":{"dropdowns":{"noRecordsTemplate":"لا توجد سجلات","actionFailureTemplate":"أخفق الطلب","overflowCountTemplate":"..مور{كونت}$+","selectAllText":"إلغاء تحديد الكل","unSelectAllText":"اختر الكل"},"calendar":{"today":"اليوم"},"chart":{"ZoomIn":"زومٍي","ZoomOut":"ذوموت","Zoom":"زوم","Pan":"بان","Reset":"رست","ResetZoom":"رست زوم"},"colorpicker":{"Apply":"تطبيق","Cancel":"إلغاء","ModeSwitcher":"مفتاح كهربائي الوضع"},"datepicker":{"placeholder":"اختر تاريخا","today":"اليوم"},"daterangepicker":{"placeholder":"حدد نطاقا","startLabel":"تاريخ البدء","endLabel":"تاريخ الانتهاء","applyText":"تطبيق","cancelText":"إلغاء","selectedDays":"الأيام المحددة","days":"أيام","customRange":"نطاق مخصص"},"datetimepicker":{"placeholder":"حدد التاريخ والوقت","today":"اليوم"},"diagram":{"Cut":"قطع","Copy":"نسخ","Paste":"معجون","Undo":"فك","Redo":"فعل ثانية","SelectAll":"اختر الكل","Grouping":"تجمع","Group":"مجموعة","UnGroup":"فك التجميع","Order":"طلب","BringToFront":"اجلب للمقدمة","MoveForward":"التحرك إلى الأمام","SendBackward":"إرسال إلى الخلف","SendToBack":"إرسال إلى الخلف"},"dialog":{"close":"أغلق"},"filemanager":{"NewFolder":"ملف جديد","Upload":"رفع","Delete":"حذف","Rename":"إعادة تسمية","Download":"تحميل","Cut":"يقطع","Copy":"نسخ","Paste":"معجون","SortBy":"ترتيب حسب","Refresh":"تحديث","Item-Selection":"العنصر المحدد","Items-Selection":"العناصر المحددة","View":"رأي","Details":"تفاصيل","SelectAll":"اختر الكل","Open":"افتح","Tooltip-NewFolder":"ملف جديد","Tooltip-Upload":"رفع","Tooltip-Delete":"حذف","Tooltip-Rename":"إعادة تسمية","Tooltip-Download":"تحميل","Tooltip-Cut":"يقطع","Tooltip-Copy":"نسخ","Tooltip-Paste":"معجون","Tooltip-SortBy":"ترتيب حسب","Tooltip-Refresh":"تحديث","Tooltip-Selection":"اختيار واضح","Tooltip-View":"رأي","Tooltip-Details":"تفاصيل","Tooltip-SelectAll":"اختر الكل","Name":"اسم","Size":"بحجم","DateModified":"تم التعديل","DateCreated":"تاريخ الإنشاء","Path":"مسار","Modified":"تم التعديل","Created":"خلقت","Location":"موقعك","Type":"نوع","Permission":"الإذن","Ascending":"تصاعدي","Descending":"ترتيب تنازلي","View-LargeIcons":"الرموز الكبيرة","View-Details":"تفاصيل","Search":"بحث","Button-Ok":"حسنا","Button-Cancel":"إلغاء","Button-Yes":"نعم فعلا","Button-No":"لا","Button-Create":"خلق","Button-Save":"حفظ","Header-NewFolder":"مجلد","Content-NewFolder":"أدخل اسم المجلد الخاص بك","Header-Rename":"إعادة تسمية","Content-Rename":"أدخل اسمك الجديد","Header-Rename-Confirmation":"إعادة تسمية التأكيد","Content-Rename-Confirmation":"إذا قمت بتغيير ملحق اسم الملف , فقد يصبح الملف غير مستقر. هل تريد بالتأكيد تغييره؟","Header-Delete":"حذف ملف","Content-Delete":"هل أنت متأكد أنك تريد حذف هذا الملف؟","Header-Multiple-Delete":"حذف ملفات متعددة","Content-Multiple-Delete":"هل أنت متأكد من أنك تريد حذف هذه الملفات {0}؟","Header-Duplicate":"الملف / المجلد موجود","Content-Duplicate":"{0} موجود بالفعل. هل تريد إعادة التسمية واللصق؟","Header-Upload":"تحميل الملفات","Error":"خطأ","Validation-Empty":"لا يمكن أن يكون اسم الملف أو المجلد فارغًا.","Validation-Invalid":"اسم الملف أو المجلد {0} يحتوي على أحرف غير صالحة. يرجى استخدام اسم مختلف. لا يمكن أن تنتهي أسماء الملفات أو المجلدات الصالحة بنقطة أو مسافة , ولا يمكن أن تحتوي على أي من الأحرف التالية: \\ /: *؟ \" < > | ","Validation-NewFolder-Exists":"ملف أو مجلد يحمل الاسم {0} موجود بالفعل.","Validation-Rename-Exists":"لا يمكن إعادة تسمية {0} إلى {1}: الوجهة موجودة بالفعل.","Folder-Empty":"هذا المجلد فارغ","File-Upload":"اسحب الملفات هنا للتحميل","Search-Empty":"لا توجد نتائج","Search-Key":"جرب بكلمات رئيسية مختلفة","Sub-Folder-Error":"المجلد الوجهة هو المجلد الفرعي للمجلد المصدر.","Access-Denied":"تم الرفض","Access-Details":"ليس لديك إذن للوصول إلى هذا المجلد.","Header-Retry":"الملف موجود بالفعل","Content-Retry":"يوجد ملف بهذا الاسم بالفعل في هذا المجلد. ماذا تريد أن تفعل؟","Button-Keep-Both":"احتفظ بكليهما","Button-Replace":"يحل محل","Button-Skip":"تخطى","ApplyAll-Label":"القيام بذلك لجميع العناصر الحالية"},"gantt":{"emptyRecord":"لا سجلات لعرضها","id":"هوية شخصية","name":"اسم","startDate":"تاريخ البدء","endDate":"تاريخ الانتهاء","duration":"المدة الزمنية","progress":"تقدم","dependency":"الاعتماد","notes":"ملاحظات","excelExport":"تصدير إكسيل","csvExport":"تصدير كسف","baselineStartDate":"تاريخ البدء الأساسي","baselineEndDate":"تاريخ نهاية خط الأساس","type":"نوع","offset":"الأوفست","resourceName":"مصادر","resourceID":"معرف المورد","day":"يوم","hour":"ساعة","minute":"اللحظة","days":"أيام","hours":"ساعات","minutes":"الدقائق","generalTab":"جنرال لواء","customTab":"أعمدة مخصصة","writeNotes":"اكتب ملاحظات","addDialogTitle":"مهمة جديدة","editDialogTitle":"معلومات المهمة","saveButton":"حفظ","add":"إضافة","edit":"تصحيح","update":"تحديث","delete":"حذف","cancel":"إلغاء","search":"بحث","addTask":"إضافة مهمة","editTask":"تحرير المهمة","deleteTask":"حذف المهمة","expandAllTasks":"توسيع جميع المهام","collapseAllTasks":"طي جميع المهام","expandAll":"توسيع الكل","collapseAll":"انهيار جميع","nextTimeSpan":"Timespan المقبل","prevTimeSpan":"Timespan السابق","okText":"حسنا","confirmDelete":"هل أنت متأكد أنك تريد حذف السجل؟","from":"من عند","to":"إلى","taskLink":"رابط المهمة","lag":"تأخر","start":"بداية","finish":"إنهاء","enterValue":"أدخل القيمة","taskBeforePredecessor_FS":"قمت بنقل '{0}' للبدء قبل انتهاء '{1}' ويتم ربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskAfterPredecessor_FS":"قمت بنقل '{0}' بعيدًا عن '{1}' ويتم ربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskBeforePredecessor_SS":"قمت بنقل '{0}' للبدء قبل أن يبدأ '{1}' وربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskAfterPredecessor_SS":"قمت بنقل '{0}' للبدء بعد بدء '{1}' وربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskBeforePredecessor_FF":"قمت بنقل '{0}' للإنهاء قبل انتهاء '{1}' ويتم ربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskAfterPredecessor_FF":"قمت بنقل '{0}' للإنهاء بعد انتهاء '{1}' ويتم ربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskBeforePredecessor_SF":"قمت بنقل '{0}' بعيدًا عن '{1}' لبدء التشغيل وترتبط المهمتان. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskAfterPredecessor_SF":"قمت بنقل '{0}' للإنهاء بعد بدء '{1}' وربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskInformation":"معلومات المهمة","deleteDependency":"حذف التبعية","convert":"تحول","save":"حفظ","above":"في الاعلى","below":"أدناه","child":"طفل","milestone":"معلما","toTask":"لمهمة","toMilestone":"إلى معلم","eventMarkers":"علامات الحدث","leftTaskLabel":"تسمية المهمة اليسرى","rightTaskLabel":"تسمية المهمة الصحيحة","timelineCell":"خلية الجدول الزمني"},"grid":{"EmptyRecord":"لا سجلات لعرضها","True":"صحيح","False":"خاطئة","InvalidFilterMessage":"بيانات الفلتر غير صالحة","GroupDropArea":"اسحب رأس عمود هنا لتجميع عموده","UnGroup":"انقر هنا لفك تجميع","GroupDisable":"يتم تعطيل التجميع لهذا العمود","FilterbarTitle":"تصفية خلية شريط","EmptyDataSourceError":"داتاسورس يجب أن لا تكون فارغة عند التحميل الأولي منذ يتم إنشاء الأعمدة من داتسورس في أوتوجينيرات العمود شبكة","Add":"إضافة","Edit":"تصحيح","Cancel":"إلغاء","Update":"تحديث","Delete":"حذف","Print":"طباعة","Pdfexport":"تصدير بدف","Excelexport":"تصدير إكسيل","Wordexport":"تصدير ورد","Csvexport":"تصدير كسف","Search":"بحث","Columnchooser":"أعمدة","Save":"حفظ","Item":"بند","Items":"العناصر","EditOperationAlert":"لم يتم تحديد أية سجلات لعملية التعديل","DeleteOperationAlert":"لم يتم تحديد أية سجلات لعملية الحذف ","SaveButton":"حفظ","OKButton":"حسنا","CancelButton":"إلغاء","EditFormTitle":"تفاصيل ","AddFormTitle":"إضافة سجل جديد","BatchSaveConfirm":"هل تريد بالتأكيد حفظ التغييرات؟","BatchSaveLostChanges":"سيتم فقد التغييرات غير المحفوظة. هل تريد بالتأكيد المتابعة؟","ConfirmDelete":"هل تريد بالتأكيد حذف السجل؟","CancelEdit":"هل تريد بالتأكيد إلغاء التغييرات؟","ChooseColumns":"اختر العمود","SearchColumns":"البحث","Matchs":"لم يتم العثور على تطابق","FilterButton":"منقي","ClearButton":"واضح","StartsWith":"ابدا ب","EndsWith":"ينتهي مع","Contains":"يحتوي على","Equal":"مساو","NotEqual":"غير متساوي","LessThan":"أقل من","LessThanOrEqual":"اصغر من او يساوي","GreaterThan":"أكثر من","GreaterThanOrEqual":"أكبر من أو يساوي","ChooseDate":"اختر تاريخا","EnterValue":"أدخل القيمة","Copy":"نسخ","Group":"المجموعة حسب هذا العمود","Ungroup":"إلغاء التجميع حسب هذا العمود","autoFitAll":"تناسب تلقائي جميع الأعمدة","autoFit":"تناسب هذا العمود تلقائيا","Export":"تصدير","FirstPage":"الصفحة الأولى","LastPage":"آخر صفحة","PreviousPage":"الصفحة السابقة","NextPage":"الصفحة التالية","SortAscending":"فرز تصاعدي","SortDescending":"ترتيب تنازلي","EditRecord":"تحرير سجل","DeleteRecord":"حذف سجل","FilterMenu":"منقي"},"checkboxFilter":{"Search":"بحث","OK":"حسنا","Cancel":"إلغاء","Filter":"منقي","Clear":"واضح","SelectAll":"اختر الكل","Blanks":"الفراغات","True":"صحيح","False":"خاطئة","NoResult":"لم يتم العثور على تطابق"},"excelFilter":{"ClearFilter":"مرشح واضح","NumberFilter":"عدد الفلاتر","TextFilter":"فلاتر النصوص","DateFilter":"تاريخ الفلاتر","MatchCase":"حالة مباراة","Equal":"مساو","NotEqual":"غير متساوي","LessThan":"أقل من","LessThanOrEqual":"اصغر من او يساوي","GreaterThan":"أكثر من","GreaterThanOrEqual":"أكبر من أو يساوي","Between":"ما بين","CustomFilter":"تصفية مخصص","StartsWith":"ابدا ب","EndsWith":"ينتهي مع","Contains":"يحتوي على","OK":"حسنا","Cancel":"إلغاء","CustomFilterPlaceHolder":"أدخل القيمة","CustomFilterDatePlaceHolder":"اختر تاريخا","AND":"و","OR":"أو","ShowRowsWhere":"عرض الصفوف حيث:"},"pager":{"currentPageInfo":"{0} من {1} صفحة","totalItemsInfo":"({0})","firstPageTooltip":" انتقل إلى الصفحة الأولى","lastPageTooltip":" انتقل إلى الصفحة الأخيرة","nextPageTooltip":" انتقل إلى الصفحة التالية","previousPageTooltip":"الانتقال إلى الصفحة السابقة","nextPagerTooltip":"انتقل إلى النداء التالي","previousPagerTooltip":"انتقل إلى النداء السابق","pagerDropDown":"مواد لكل صفحة"},"numerictextbox":{"incrementTitle":"قيمة الزيادة","decrementTitle":"انخفاض القيمة"},"pivotview":{"all":"الكل","multipleItems":"عناصر متعددة","Sum":"مجموع","Count":"عد","DistinctCount":"عدد متميز","Product":"المنتج","Avg":"متوسط","Min":"دقيقة","SampleVar":"عينة فا","PopulationVar":"السكان فار","RunningTotals":"تشغيل المجاميع","Max":"ماكس","Index":"فهرس","SampleStDev":"عينة سانت ديف","PopulationStDev":"سكان سانت ديف","PercentageOfRowTotal":"نسبة مجموع الصف","PercentageOfParentTotal":"النسبة المئوية من مجموع الوالدين","PercentageOfParentColumnTotal":"النسبة المئوية لإجمالي العمود الرئيسي","PercentageOfParentRowTotal":"النسبة المئوية لإجمالي صف الأصل","DifferenceFrom":"الفرق من","PercentageOfDifferenceFrom":"نسبة الفرق من","PercentageOfGrandTotal":"نسبة المجموع الكلي","PercentageOfColumnTotal":"النسبة المئوية لإجمالي العمود","editorDataLimitMsg":"محرر الحد البيانات Msg","mdxQuery":"استعلام mdx","qtr":"QTR","null":"لا شيء","undefined":"غير محدد","groupOutOfRange":"مجموعة خارج النطاق","fieldDropErrorAction":"حقل إسقاط خطأ العمل","MoreOption":"المزيد من الخيارات","aggregate":"مجموع","drillThrough":"حفر من خلال","ascending":"تصاعدي","descending":"تنازلي","number":"رقم","currency":"دقة","percentage":"النسبة المئوية","formatType":"نوع التنسيق","customText":"نص مخصص","symbolPosition":"موقف رمز","left":"اليسار","right":"حق","grouping":"تجمع","true":"صحيح","false":"خاطئة","decimalPlaces":"منازل عشرية","numberFormat":"تنسيق الرقم","memberType":"نوع العضو","formatString":"شكل سلسلة","expressionField":"حقل التعبير","customFormat":"تنسيق مخصص","selectedHierarchy":"التسلسل الهرمي المحدد","olapDropText":"olap إسقاط النص","Percent":"نسبه مئويه","Currency":"دقة","Custom":"العادة","Measure":"قياس","Dimension":"البعد","Standard":"اساسي","blank":"فراغ","fieldTooltip":"تلميح الحقل","QuarterYear":"ربع السنة","fieldTitle":"عنوان الحقل","drillError":"خطأ الحفر","grandTotal":"المجموع الكلى","total":"المجموع","value":"القيمة","noValue":"لا قيمة لها","row":"صف","column":"العمود","collapse":"الانهيار","expand":"توسيع","rowAxisPrompt":"تراجع الخلاف هنا","columnAxisPrompt":"انخفاض العمود هنا","valueAxisPrompt":"انخفاض قيمة هنا","filterAxisPrompt":"انخفاض هنا عامل التصفية","filter":"الفلتر","filtered":"تصفية","sort":"النوع","filters":"عوامل التصفية","rows":"الصفوف","columns":"الاعمدة","values":"قيم","close":"قريب","cancel":"الغاء","delete":"احذف","calculatedField":"الحقل المحسوب","createCalculatedField":"إنشاء حقل محتسب","fieldName":"أدخل اسم المجال","error":"خطا","invalidFormula":"صيغة غير صالحة.","dropText":"مثال: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"اضافة مجالات صيغة وتحريرها.","dropAction":"لا يمكن ان يكون حقل محسوب فى اى منطقة اخرى باستثناء قيمة المحور.","alert":"حالة تاهب قصوى","warning":"تحذير","ok":"موافق","search":"البحث","drag":"اسحب","remove":"قم بازالة","sum":"المبلغ","average":"متوسط","count":"فرز الاصوات","min":"دقيقة","max":"ماكس","allFields":"جميع الحقول","formula":"الفورمولا","addToRow":"اضافة الى الصف","addToColumn":"اضافة الى العمود","addToValue":"اضافة الى القيمة","addToFilter":"اضافة الى عامل التصفية","emptyData":"لعرض سجلات","fieldExist":"حقل موجود بالفعل فى هذا الاسم. يرجى ادخال اسم مختلف.","confirmText":"ميدان الحساب موجود بالفعل فى هذا الاسم. هل تريد استبداله?","format":"ملخصات القيم","edit":"تحرير","clear":"واضح","noMatches":"لا مباريات","formulaField":"الحقول وافلاتها صيغة","dragField":"اسحب حقل صيغة","clearFilter":"واضح","by":"بواسطة","enterValue":"أدخل القيمة","chooseDate":"أدخل التاريخ","Equals":"يساوي","DoesNotEquals":"لا يساوي","BeginWith":"يبدأ ب","DoesNotBeginWith":"لا يبدأ بـ","EndsWith":"ينتهي بـ","DoesNotEndsWith":"لا ينتهي بـ","Contains":"يحتوي على","DoesNotContains":"لا يحتوي","GreaterThan":"أكثر من","GreaterThanOrEqualTo":"أكبر من أو يساوي","LessThan":"أقل من","LessThanOrEqualTo":"اقل او يساوي","Between":"ما بين","NotBetween":"ليس بينهما","Before":"قبل","BeforeOrEqualTo":"قبل أو يساوي","After":"بعد","AfterOrEqualTo":"بعد أو يساوي","member":"الأعضاء","label":"ضع الكلمة المناسبة","date":"تاريخ","labelTextContent":"إظهار العناصر التي لها التسمية","dateTextContent":"إظهار العناصر التي التاريخ","valueTextContent":"إظهار العناصر التي","And":"و","NotEquals":"لا يساوي","AllValues":"كل القيم","conditionalFormating":"تنسيق مشروط","apply":"تطبيق","condition":"اضافة الشرط","formatLabel":"شكل","valueFieldSettings":"إعدادات مجال القيمة","sourceName":"اسم الحقل :","sourceCaption":"التعليق الميداني:","summarizeValuesBy":"تلخيص القيم من خلال:","baseField":"حقل القاعدة:","baseItem":"العنصر الأساسي:","example":"على سبيل المثال:","details":"تفاصيل","manageRecords":"إدارة السجلات","Years":"سنوات","Quarters":"أرباع","Months":"الشهور","Days":"أيام","Hours":"ساعات","Minutes":"الدقائق","Seconds":"ثواني","save":"حفظ التقرير","new":"قم بإنشاء تقرير جديد","load":"حمل","saveAs":"حفظ كتقرير حالي","rename":"إعادة تسمية التقرير الحالي","export":"تصدير","subTotals":"المجاميع الفرعية","grandTotals":"المجاميع الكبرى","reportName":"تقرير اسم :","pdf":"PDF","excel":"Excel","csv":"CSV","showSubTotals":"إظهار المجاميع الفرعية","doNotShowSubTotals":"لا تظهر المجاميع الفرعية","showSubTotalsRowsOnly":"إظهار صفوف المجاميع الفرعية فقط","showSubTotalsColumnsOnly":"إظهار أعمدة المجاميع الفرعية فقط","showGrandTotals":"إظهار المجاميع الكبرى","doNotShowGrandTotals":"لا تظهر المجاميع الكبرى","showGrandTotalsRowsOnly":"إظهار صفوف الإجماليات الكلية فقط","showGrandTotalsColumnsOnly":"إظهار أعمدة الإجماليات الكلية فقط","fieldList":"إظهار قائمة الحقول","grid":"إظهار الجدول","toolbarFormatting":"تنسيق مشروط","chart":"خريطة","reportMsg":"الرجاء إدخال اسم التقرير الصحيح!!!","reportList":"قائمة التقرير","removeConfirm":"هل أنت متأكد من حذف هذا التقرير؟","emptyReport":"لم يتم العثور على تقارير !!","bar":"شريط","line":"خط","area":"منطقة","scatter":"تبعثر","polar":"قطبي","of":"من","emptyFormat":"لا يوجد شكل!","emptyInput":"أدخل قيمة","newReportConfirm":"هل تريد حفظ التغييرات للإبلاغ؟","emptyReportName":"أدخل اسم التقرير","caption":"حقل التسمية التوضيحية","copy":"نسخ","defaultReport":"التقرير الافتراضي","customFormatString":"تنسيق مخصص","invalidFormat":"تنسيق غير صالح."},"pivotfieldlist":{"all":"الكل","multipleItems":"عناصر متعددة","Sum":"مجموع","Count":"عد","DistinctCount":"عدد متميز","Product":"المنتج","Avg":"متوسط","Min":"دقيقة","SampleVar":"عينة فا","PopulationVar":"السكان فار","RunningTotals":"تشغيل المجاميع","Max":"ماكس","Index":"فهرس","SampleStDev":"عينة سانت ديف","PopulationStDev":"سكان سانت ديف","PercentageOfRowTotal":"نسبة مجموع الصف","PercentageOfParentTotal":"النسبة المئوية من مجموع الوالدين","PercentageOfParentColumnTotal":"النسبة المئوية لإجمالي العمود الرئيسي","PercentageOfParentRowTotal":"النسبة المئوية لإجمالي صف الأصل","DifferenceFrom":"الفرق من","PercentageOfDifferenceFrom":"نسبة الفرق من","PercentageOfGrandTotal":"نسبة المجموع الكلي","PercentageOfColumnTotal":"النسبة المئوية لإجمالي العمود","Years":"سنوات","Quarters":"أرباع","Months":"الشهور","Days":"أيام","Hours":"   ساعات","Minutes":"  الدقائق","Seconds":"ثواني","apply":"تطبيق","editorDataLimitMsg":"محرر الحد البيانات Msg","null":"لا شيء","undefined":"غير محدد","groupOutOfRange":"مجموعة خارج النطاق","fieldDropErrorAction":"حقل إسقاط خطأ العمل","MoreOption":"المزيد من الخيارات","selectedHierarchy":"التسلسل الهرمي المحدد","olapDropText":"olap إسقاط النص","Percent":"نسبه مئويه","Currency":"دقة","Custom":"العادة","Measure":"قياس","Dimension":"البعد","Standard":"اساسي","blank":"فراغ","fieldTooltip":"تلميح الحقل","QuarterYear":"ربع السنة","fieldTitle":"عنوان الحقل","memberType":"Field Type","formatString":"شكل سلسلة","expressionField":"حقل التعبير","customFormat":"تنسيق مخصص","staticFieldList":"قم بتدوير الحقول","fieldList":"قائمة الحقول","dropRowPrompt":"تراجع الخلاف هنا","dropColPrompt":"انخفاض العمود هنا","dropValPrompt":"انخفاض قيمة هنا","dropFilterPrompt":"انخفاض هنا عامل التصفية","addPrompt":"اضافة حقل هنا","adaptiveFieldHeader":"اختر الحقل","centerHeader":"اسحب المجالات بين المناطق الموضحة ادناه:","add":"اضافة","drag":"اسحب","filter":"الفلتر","filtered":"تصفية","sort":"النوع","remove":"قم بازالة","filters":"عوامل التصفية","rows":"الصفوف","columns":"الاعمدة","values":"قيم","calculatedField":"الحقل المحسوب","createCalculatedField":"إنشاء حقل محتسب","fieldName":"أدخل اسم المجال","error":"خطا","invalidFormula":"صيغة غير صالحة.","dropText":"مثال: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"اضافة مجالات صيغة وتحريرها.","dropAction":"لا يمكن ان يكون حقل محسوب فى اى منطقة اخرى باستثناء قيمة المحور.","search":"البحث","close":"قريب","cancel":"الغاء","delete":"احذف","alert":"حالة تاهب قصوى","warning":"تحذير","ok":"موافق","sum":"المبلغ","average":"متوسط","count":"فرز الاصوات","min":"دقيقة","max":"ماكس","allFields":"جميع الحقول","formula":"الفورمولا","fieldExist":"حقل موجود بالفعل فى هذا الاسم. يرجى ادخال اسم مختلف.","confirmText":"ميدان الحساب موجود بالفعل فى هذا الاسم. هل تريد استبداله?","format":"ملخصات القيم","edit":"تحرير","clear":"واضح","noMatches":"لا مباريات","formulaField":"الحقول وافلاتها صيغة","dragField":"اسحب حقل صيغة","clearFilter":"واضح","by":"بواسطة","enterValue":"أدخل القيمة","chooseDate":"أدخل التاريخ","Equals":"يساوي","DoesNotEquals":"لا يساوي","BeginWith":"يبدأ ب","DoesNotBeginWith":"لا يبدأ بـ","EndsWith":"ينتهي بـ","DoesNotEndsWith":"لا ينتهي بـ","Contains":"يحتوي على","DoesNotContains":"لا يحتوي","GreaterThan":"أكثر من","GreaterThanOrEqualTo":"أكبر من أو يساوي","LessThan":"أقل من","LessThanOrEqualTo":"اقل او يساوي","Between":"ما بين","NotBetween":"ليس بينهما","Before":"قبل","BeforeOrEqualTo":"قبل أو يساوي","After":"بعد","AfterOrEqualTo":"بعد أو يساوي","member":"الأعضاء","label":"ضع الكلمة المناسبة","date":"تاريخ","value":"القيمة","labelTextContent":"إظهار العناصر التي لها التسمية","dateTextContent":"إظهار العناصر التي التاريخ","valueTextContent":"إظهار العناصر التي","And":"و","valueFieldSettings":"إعدادات مجال القيمة","sourceName":"اسم الحقل :","sourceCaption":"التعليق الميداني:","summarizeValuesBy":"تلخيص القيم من خلال:","baseField":"حقل القاعدة:","baseItem":"العنصر الأساسي:","example":"على سبيل المثال:","deferLayoutUpdate":"تأجيل تخطيط التحديث","caption":"حقل التسمية التوضيحية","copy":"نسخ"},"schedule":{"day":"يوم","week":"أسبوع","workWeek":"أسبوع العمل","month":"شهر","agenda":"جدول أعمال","weekAgenda":"الأسبوع جدول الأعمال","workWeekAgenda":"جدول أعمال أسبوع العمل","monthAgenda":"شهر جدول الأعمال","today":"اليوم","noEvents":"لا أحداث","emptyContainer":"لا توجد أحداث مجدولة في هذا اليوم.","allDay":"طوال اليوم","start":"بداية","end":"النهاية","more":"أكثر من","close":"قريب","cancel":"إلغاء","noTitle":"(بلا ​​عنوان)","delete":"حذف","deleteEvent":"حذف الحدث","deleteMultipleEvent":"حذف أحداث متعددة","selectedItems":"العناصر المحددة","deleteSeries":"حذف السلسلة","edit":"تصحيح","editSeries":"تحرير السلسلة","editEvent":"تعديل الحدث","createEvent":"خلق","subject":"موضوع","addTitle":"أضف عنوانا","moreDetails":"المزيد من التفاصيل","save":"حفظ","editContent":"هل تريد تعديل هذا الحدث أو السلسلة بأكملها فقط؟","deleteRecurrenceContent":"هل تريد حذف هذا الحدث فقط أو السلسلة بأكملها؟","deleteContent":"هل أنت متأكد من حذف هذا الحدث؟","deleteMultipleContent":"هل أنت متأكد من أنك تريد حذف الأحداث المختارة؟","newEvent":"حدث جديد","title":"عنوان","location":"موقعك","description":"وصف","timezone":"وحدة زمنية","startTimezone":"بدء المنطقة الزمنية","endTimezone":"نهاية المنطقة الزمنية","repeat":"كرر","saveButton":"حفظ","cancelButton":"إلغاء","deleteButton":"حذف","recurrence":"تكرار","wrongPattern":"نمط التكرار غير صالح.","seriesChangeAlert":"سيتم إلغاء التغييرات التي تم إجراؤها على مثيلات محددة من هذه السلسلة وستتطابق تلك الأحداث مع السلسلة مرة أخرى.","createError":"يجب أن تكون مدة الحدث أقصر من عدد مرات حدوثها. اختصر المدة ، أو غيّر نمط التكرار في محرر حدث التكرار.","recurrenceDateValidation":"بعض الأشهر لديها أقل من التاريخ المحدد. في هذه الأشهر ، سيقع الحدوث في التاريخ الأخير من الشهر.","sameDayAlert":"لا يمكن أن يحدث تواجد الحدثين في نفس اليوم.","editRecurrence":"تحرير تكرار","repeats":"يكرر","alert":"محزر","startEndError":"ويحدث تاريخ الانتهاء المحدد قبل تاريخ البدء.","invalidDateError":"قيمة التاريخ المدخلة غير صالحة.","ok":"حسنا","occurrence":"حادثة","series":"سلسلة","previous":"سابق","next":"التالى","timelineDay":"يوم المخطط الزمني","timelineWeek":"الأسبوع الزمني للأسبوع","timelineWorkWeek":"أسبوع العمل الزمني","timelineMonth":"الشهر الزمني"},"recurrenceeditor":{"none":"لا شيء","daily":"اليومي","weekly":"أسبوعي","monthly":"شهريا","month":"شهر","yearly":"سنوي","never":"أبدا","until":"حتى","count":"عد","first":"أول","second":"ثانيا","third":"الثالث","fourth":"رابع","last":"الاخير","repeat":"كرر","repeatEvery":"تكرار كل","on":"كرر","end":"النهاية","onDay":"يوم","days":"يوم","weeks":"أسبوع","months":"الشهور","years":"سنوات","every":"كل","summaryTimes":"مرات","summaryOn":"على","summaryUntil":"حتى","summayRepeat":"يكرر","summaryDay":"أيام","summaryWeek":"أسابيع","summaryMonth":"الشهور","summaryYear":"سنوات"},"slider":{"incrementTitle":"زيادة","decrementTitle":"تخفيض"},"spreadsheet":{"Cut":"قطع","Copy":"نسخ","Paste":"معجون","PasteSpecial":"لصق خاص","All":"جميع","Values":"القيم","Formats":"شكل","Font":"الخط","FontSize":"حجم الخط","Bold":"جريء","Italic":"مائل","Underline":"أكد","Strikethrough":"يتوسطه","TextColor":"لون الخط","FillColor":"لون التعبئة","HorizontalAlignment":"المحاذاة الأفقية","AlignLeft":"محاذاة إلى اليسار","AlignCenter":"مركز","AlignRight":"محاذاة إلى اليمين","VerticalAlignment":"محاذاة عمودية","AlignTop":"محاذاة أعلى","AlignMiddle":"محاذاة الأوسط","AlignBottom":"أسفل محاذاة","InsertFunction":"إدراج وظيفة","Insert":"إدراج","Delete":"حذف","Rename":"إعادة تسمية","Hide":"إخفاء","Unhide":"ظهار","NameBox":"مربع الاسم","ShowHeaders":"عرض الرؤوس","HideHeaders":"إخفاء الرؤوس","ShowGridLines":"اظهر خطوط الشبكة","HideGridLines":"إخفاء خطوط الشبكة","AddSheet":"إضافة ورقة","ListAllSheets":"قائمة كل ورقة","FullScreen":"تكبير الشاشة","CollapseToolbar":"طي شريط الأدوات","ExpandToolbar":"قم بتوسيع شريط الأدوات","CollapseFormulaBar":"طي شريط الصيغة","ExpandFormulaBar":"قم بتوسيع شريط الصيغة","File":"ملف","Home":"هم","Formulas":"الصيغ","View":"معاينة","New":"جديد","Open":"فتح","SaveAs":"حفظ باسم","ExcelXlsx":"Microsoft Excel","ExcelXls":"Microsoft Excel 97-2003","CSV":"Comma-separated values","FormulaBar":"شريط الصيغة","Ok":"حسنا","Close":"قريب","Cancel":"إلغاء","Apply":"تطبيق","MoreColors":"مزيد من الألوان","StandardColors":"الألوان القياسية","General":"جنرال لواء","Number":"عدد","Currency":"عملة","Accounting":"محاسبة","ShortDate":"التاريخ القصير","LongDate":"تاريخ طويل","Time":"مرة","Percentage":"النسبة المئوية","Fraction":"جزء","Scientific":"علمي","Text":"نص","NumberFormat":"تنسيق رقم","MobileFormulaBarPlaceHolder":"أدخل القيمة أو الصيغة","PasteAlert":"لا يمكنك لصق هذا هنا ، لأن مساحة النسخ واللصق ليست بنفس الحجم. يرجى محاولة لصق في نطاق مختلف.","DestroyAlert":"هل تريد بالتأكيد تدمير المصنف الحالي دون حفظ وإنشاء مصنف جديد؟","SheetRenameInvalidAlert":"اسم الورقة يحتوي على حرف غير صالح.","SheetRenameEmptyAlert":"لا يمكن أن يكون اسم الورقة فارغًا.","SheetRenameAlreadyExistsAlert":"اسم الورقة موجود بالفعل. الرجاء إدخال اسم آخر.","DeleteSheetAlert":"هل أنت متأكد أنك تريد حذف هذه الورقة؟","DeleteSingleLastSheetAlert":"يجب أن يحتوي المصنف على ورقة عمل مرئية واحدة على الأقل.","PickACategory":"اختيار فئة","Description":"وصف","UnsupportedFile":"ملف غير مدعم","InvalidUrl":"عنوان الويب غير صالح","SUM":"يضيف سلسلة من الأرقام و / أو الخلايا.","SUMIF":"يضيف الخلايا بناء على الشرط المحدد.","SUMIFS":"يضيف الخلايا بناءً على الشروط المحددة.","ABS":"تُرجع قيمة الرقم غير الموقع.","RAND":"إرجاع رقم عشوائي بين 0 و 1.","RANDBETWEEN":"إرجاع عدد صحيح عشوائي بناءً على القيم المحددة.","FLOOR":"تقريب رقم لأسفل إلى أقرب مضاعف لعامل معين.","CEILING":"تقريب رقم لأعلى إلى أقرب مضاعف لعامل معين.","PRODUCT":"ضرب سلسلة من الأرقام و / أو الخلايا.","AVERAGE":"حساب المتوسط ​​لسلسلة الأرقام و / أو الخلايا باستثناء النص.","AVERAGEIF":"يحسب المتوسط ​​للخلايا على أساس الشرط المحدد.","AVERAGEIFS":"يحسب المتوسط ​​للخلايا بناءً على الشروط المحددة.","AVERAGEA":"يحسب المتوسط ​​للخلايا تقييم صحيح كـ 1 والنص و خاطئة كـ 0.","COUNT":"يحسب الخلايا التي تحتوي على قيم رقمية في نطاق.","COUNTIF":"يتم حساب الخلايا بناءً على معيار محدد.","COUNTIFS":"تحسب الخلايا بناءً على معايير محددة.","COUNTA":"عد الخلايا التي تحتوي على قيم في نطاق.","MIN":"تُرجع أصغر عدد من الوسائط المعطاة.","MAX":"إرجاع أكبر عدد من الوسائط المعطاة.","DATE":"يُرجع التاريخ بناءً على السنة والشهر واليوم.","DAY":"إرجاع اليوم من التاريخ المحدد.","DAYS":"إرجاع عدد الأيام بين تاريخين.","IF":"إرجاع قيمة بناءً على التعبير المحدد.","IFS":"تُرجع القيمة بناءً على التعبيرات المتعددة المحددة.","AND":"تقوم بإرجاع صحيح إذا كانت جميع الوسائط هي صحيح ، وإلا فإنها ترجع خاطئة.","OR":"تقوم بإرجاع صحيح إذا كانت أي من الوسائط هي صحيح ، وإلا فإنها ترجع خاطئة.","IFERROR":"تُرجع القيمة إذا لم يتم العثور على خطأ ، فسوف تُرجع القيمة المحددة.","CHOOSE":"إرجاع قيمة من قائمة القيم ، بناءً على رقم الفهرس.","INDEX":"تُرجع قيمة الخلية في نطاق محدد استنادًا إلى رقم الصف والعمود.","FIND":"إرجاع موضع سلسلة داخل سلسلة أخرى ، وهو حساس لحالة الأحرف.","CONCATENATE":"يجمع بين سلسلتين أو أكثر معًا.","CONCAT":"يجمع بين قائمة أو مجموعة من سلاسل النص.","SUBTOTAL":"إرجاع المجموع الفرعي لنطاق باستخدام رقم الوظيفة المحدد.","RADIANS":"يحول الدرجات إلى راديان.","MATCH":"إرجاع الموضع النسبي لقيمة محددة في نطاق معين.","DefineNameExists":"هذا الاسم موجود بالفعل ، جرب اسمًا مختلفًا.","CircularReference":"عندما تشير صيغة إلى مرجع دائري واحد أو أكثر ، فقد ينتج عن ذلك حساب غير صحيح."},"timepicker":{"placeholder":"حدد الوقت"},"treegrid":{"EmptyRecord":"لا سجلات لعرضها","InvalidFilterMessage":"بيانات الفلتر غير صالحة","FilterbarTitle":"تصفية خلية شريط","EmptyDataSourceError":"داتاسورس يجب أن لا تكون فارغة عند التحميل الأولي منذ يتم إنشاء الأعمدة من داتسورس في أوتوجينيرات العمود شبكة","Add":"إضافة","Edit":"تصحيح","Cancel":"إلغاء","Update":"تحديث","Delete":"حذف","Print":"طباعة","Pdfexport":"تصدير بدف","Excelexport":"تصدير إكسيل","Wordexport":"تصدير ورد","Csvexport":"تصدير كسف","Search":"بحث","Columnchooser":"أعمدة","Save":"حفظ","EditOperationAlert":"لم يتم تحديد أية سجلات لعملية التعديل","DeleteOperationAlert":"لم يتم تحديد أية سجلات لعملية الحذف ","SaveButton":"حفظ","CancelButton":"إلغاء","EditFormTitle":"تفاصيل ","AddFormTitle":"إضافة سجل جديد","ConfirmDelete":"هل تريد بالتأكيد حذف السجل؟","CancelEdit":"هل تريد بالتأكيد إلغاء التغييرات؟","ChooseColumns":"اختر العمود","SearchColumns":"البحث","FilterButton":"منقي","ClearButton":"واضح","StartsWith":"ابدا ب","EndsWith":"ينتهي مع","Contains":"يحتوي على","Equal":"مساو","NotEqual":"غير متساوي","LessThan":"أقل من","LessThanOrEqual":"اصغر من او يساوي","GreaterThan":"أكثر من","GreaterThanOrEqual":"أكبر من أو يساوي","ChooseDate":"اختر تاريخا","EnterValue":"أدخل القيمة","autoFitAll":"تناسب تلقائي جميع الأعمدة","autoFit":"تناسب هذا العمود تلقائيا","Export":"تصدير","FirstPage":"الصفحة الأولى","LastPage":"آخر صفحة","PreviousPage":"الصفحة السابقة","NextPage":"الصفحة التالية","SortAscending":"فرز تصاعدي","SortDescending":"ترتيب تنازلي","EditRecord":"تحرير سجل","DeleteRecord":"حذف سجل","FilterMenu":"منقي"},"uploader":{"invalidMinFileSize":"حجم الملف صغير جدا!","invalidMaxFileSize":"يتجاوز حجم الملف 28 ميغابايت","invalidFileType":"نوع الملف غير مسموح به","Browse":"تصفح","Clear":"واضح","Upload":"تحميل","dropFilesHint":"أو إسقاط الملفات هنا","uploadFailedMessage":"أخفق تحميل الملف","uploadSuccessMessage":"تم رفع الملف بنجاح","removedSuccessMessage":"تمت إزالة الملف بنجاح","removedFailedMessage":"غير قادر على إزالة الملف","inProgress":"تحميل","readyToUploadMessage":"جاهز للتحميل","remove":"إزالة","cancel":"إلغاء","delete":"حذف ملف","abort":"إحباط","pauseUpload":"تم إيقاف تحميل الملف مؤقتًا","pause":"وقفة","resume":"استئنف","retry":"إعادة المحاولة","fileUploadCancel":"تم إلغاء تحميل الملف"}},"en":{"dropdowns":{"noRecordsTemplate":"No Records Found","actionFailureTemplate":"The Request Failed","overflowCountTemplate":"+${count} more..","selectAllText":"Select All","unSelectAllText":"Unselect All"},"calendar":{"today":"Today"},"chart":{"ZoomIn":"Zoom In","ZoomOut":"Zoom Out","Zoom":"Zoom","Pan":"Pan","Reset":"Reset","ResetZoom":"Reset Zoom"},"colorpicker":{"Apply":"Apply","Cancel":"Cancel","ModeSwitcher":"Switch Mode"},"datepicker":{"placeholder":"Choose a date","today":"Today"},"daterangepicker":{"placeholder":"Select a range","startLabel":"Start Date","endLabel":"End Date","applyText":"Apply","cancelText":"Cancel","selectedDays":"Selected Days","days":"Days","customRange":"Custom Range"},"datetimepicker":{"placeholder":"Select a date and time","today":"Today"},"diagram":{"Copy":"Copy","Cut":"Cut","Paste":"Paste","Undo":"Undo","Redo":"Redo","SelectAll":"Select All","Grouping":"Grouping","Group":"Group","UnGroup":"Ungroup","Order":"Order","BringToFront":"Bring To Front","MoveForward":"Move Forward","SendToBack":"Send To Back","SendBackward":"Send Backward"},"dialog":{"close":"Close"},"filemanager":{"NewFolder":"New folder","Upload":"Upload","Delete":"Delete","Rename":"Rename","Download":"Download","Cut":"Cut","Copy":"Copy","Paste":"Paste","SortBy":"Sort by","Refresh":"Refresh","Item-Selection":"item selected","Items-Selection":"items selected","View":"View","Details":"Details","SelectAll":"Select all","Open":"Open","Tooltip-NewFolder":"New folder","Tooltip-Upload":"Upload","Tooltip-Delete":"Delete","Tooltip-Rename":"Rename","Tooltip-Download":"Download","Tooltip-Cut":"Cut","Tooltip-Copy":"Copy","Tooltip-Paste":"Paste","Tooltip-SortBy":"Sort by","Tooltip-Refresh":"Refresh","Tooltip-Selection":"Clear selection","Tooltip-View":"View","Tooltip-Details":"Details","Tooltip-SelectAll":"Select all","Name":"Name","Size":"Size","DateModified":"Modified","DateCreated":"Date created","Path":"Path","Modified":"Modified","Created":"Created","Location":"Location","Type":"Type","Permission":"Permission","Ascending":"Ascending","Descending":"Descending","View-LargeIcons":"Large icons","View-Details":"Details","Search":"Search","Button-Ok":"OK","Button-Cancel":"Cancel","Button-Yes":"Yes","Button-No":"No","Button-Create":"Create","Button-Save":"Save","Header-NewFolder":"Folder","Content-NewFolder":"Enter your folder name","Header-Rename":"Rename","Content-Rename":"Enter your new name","Header-Rename-Confirmation":"Rename Confirmation","Content-Rename-Confirmation":"If you change a file name extension, the file might become unstable. Are you sure you want to change it?","Header-Delete":"Delete File","Content-Delete":"Are you sure you want to delete this file?","Header-Multiple-Delete":"Delete Multiple Files","Content-Multiple-Delete":"Are you sure you want to delete these {0} files?","Header-Duplicate":"File/Folder exists","Content-Duplicate":"{0} already exists. Do you want to rename and paste?","Header-Upload":"Upload Files","Error":"Error","Validation-Empty":"The file or folder name cannot be empty.","Validation-Invalid":"The file or folder name {0} contains invalid characters. Please use a different name. Valid file or folder names cannot end with a dot or space, and cannot contain any of the following characters: \\/:*?\"<>|","Validation-NewFolder-Exists":"A file or folder with the name {0} already exists.","Validation-Rename-Exists":"Cannot rename {0} to {1}: destination already exists.","Folder-Empty":"This folder is empty","File-Upload":"Drag files here to upload","Search-Empty":"No results found","Search-Key":"Try with different keywords","Sub-Folder-Error":"The destination folder is the subfolder of the source folder.","Access-Denied":"Access Denied","Access-Details":"You don't have permission to access this folder.","Header-Retry":"File Already Exists","Content-Retry":"A file with this name already exists in this folder. What would you like to do?","Button-Keep-Both":"Keep both","Button-Replace":"Replace","Button-Skip":"Skip","ApplyAll-Label":"Do this for all current items"},"gantt":{"emptyRecord":"No records to display","id":"ID","name":"Name","startDate":"Start Date","endDate":"End Date","duration":"Duration","progress":"Progress","dependency":"Dependency","notes":"Notes","excelExport":"Excel export","csvExport":"CSV export","baselineStartDate":"Baseline Start Date","baselineEndDate":"Baseline End Date","type":"Type","offset":"Offset","resourceName":"Resources","resourceID":"Resource ID","day":"day","hour":"hour","minute":"minute","days":"days","hours":"hours","minutes":"minutes","generalTab":"General","customTab":"Custom Columns","writeNotes":"Write Notes","addDialogTitle":"New Task","editDialogTitle":"Task Information","saveButton":"Save","add":"Add","edit":"Edit","update":"Update","delete":"Delete","cancel":"Cancel","search":"Search","addTask":"Add Task","editTask":"Edit Task","deleteTask":"Delete Task","expandAllTasks":"Expand All Tasks","collapseAllTasks":"Collapse All Tasks","expandAll":"Expand All","collapseAll":"Collapse All","nextTimeSpan":"Next Timespan","prevTimeSpan":"Previous Timespan","okText":"Ok","confirmDelete":"Are you sure you want to Delete Record?","from":"From","to":"To","taskLink":"Task Link","lag":"Lag","start":"Start","finish":"Finish","enterValue":"Enter the value","taskBeforePredecessor_FS":"You moved '{0}' to start before '{1}' finishes and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskAfterPredecessor_FS":"You moved '{0}' away from '{1}' and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskBeforePredecessor_SS":"You moved '{0}' to start before '{1}' starts and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskAfterPredecessor_SS":"You moved '{0}' to start after '{1}' starts and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskBeforePredecessor_FF":"You moved '{0}' to finish before '{1}' finishes and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskAfterPredecessor_FF":"You moved '{0}' to finish after '{1}' finishes and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskBeforePredecessor_SF":"You moved '{0}' away from '{1}' to starts and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskAfterPredecessor_SF":"You moved '{0}' to finish after '{1}'starts and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskInformation":"Task Information","deleteDependency":"Delete Dependency","convert":"Convert","save":"Save","above":"Above","below":"Below","child":"Child","milestone":"Milestone","toTask":"To Task","toMilestone":"To Milestone","eventMarkers":"Event markers","leftTaskLabel":"Left task label","rightTaskLabel":"Right task label","timelineCell":"Timeline cell"},"grid":{"EmptyRecord":"No records to display","True":"true","False":"false","InvalidFilterMessage":"Invalid Filter Data","GroupDropArea":"Drag a column header here to group its column","UnGroup":"Click here to ungroup","GroupDisable":"Grouping is disabled for this column","FilterbarTitle":"filter bar cell","EmptyDataSourceError":"DataSource must not be empty at initial load since columns are generated from dataSource in AutoGenerate Column Grid","Add":"Add","Edit":"Edit","Cancel":"Cancel","Update":"Update","Delete":"Delete","Print":"Print","Pdfexport":"PDF Export","Excelexport":"Excel Export","Wordexport":"Word Export","Csvexport":"CSV Export","Search":"Search","Columnchooser":"Columns","Save":"Save","Item":"item","Items":"items","EditOperationAlert":"No records selected for edit operation","DeleteOperationAlert":"No records selected for delete operation","SaveButton":"Save","OKButton":"OK","CancelButton":"Cancel","EditFormTitle":"Details of ","AddFormTitle":"Add New Record","BatchSaveConfirm":"Are you sure you want to save changes?","BatchSaveLostChanges":"Unsaved changes will be lost. Are you sure you want to continue?","ConfirmDelete":"Are you sure you want to Delete Record?","CancelEdit":"Are you sure you want to Cancel the changes?","ChooseColumns":"Choose Column","SearchColumns":"search columns","Matchs":"No Matches Found","FilterButton":"Filter","ClearButton":"Clear","StartsWith":"Starts With","EndsWith":"Ends With","Contains":"Contains","Equal":"Equal","NotEqual":"Not Equal","LessThan":"Less Than","LessThanOrEqual":"Less Than Or Equal","GreaterThan":"Greater Than","GreaterThanOrEqual":"Greater Than Or Equal","ChooseDate":"Choose a Date","EnterValue":"Enter the value","Copy":"Copy","Group":"Group by this column","Ungroup":"Ungroup by this column","autoFitAll":"Auto Fit all columns","autoFit":"Auto Fit this column","Export":"Export","FirstPage":"First Page","LastPage":"Last Page","PreviousPage":"Previous Page","NextPage":"Next Page","SortAscending":"Sort Ascending","SortDescending":"Sort Descending","EditRecord":"Edit Record","DeleteRecord":"Delete Record","FilterMenu":"Filter"},"checkboxFilter":{"Search":"Search","OK":"OK","Cancel":"Cancel","Filter":"Filter","Clear":"Clear","SelectAll":"Select All","Blanks":"Blanks","True":"True","False":"False","NoResult":"No Matches Found"},"excelFilter":{"ClearFilter":"Clear Filter","NumberFilter":"Number Filters","TextFilter":"Text Filters","DateFilter":"Date Filters","MatchCase":"Match Case","Equal":"Equal","NotEqual":"Not Equal","LessThan":"Less Than","LessThanOrEqual":"Less Than Or Equal","GreaterThan":"Greater Than","GreaterThanOrEqual":"Greater Than Or Equal","Between":"Between","CustomFilter":"Custom Filter","StartsWith":"Starts With","EndsWith":"Ends With","Contains":"Contains","OK":"OK","Cancel":"Cancel","CustomFilterPlaceHolder":"Enter the value","CustomFilterDatePlaceHolder":"Choose a date","AND":"AND","OR":"OR","ShowRowsWhere":"Show rows where:"},"pager":{"currentPageInfo":"{0} of {1} pages","totalItemsInfo":"({0} items)","firstPageTooltip":"Go to first page","lastPageTooltip":"Go to last page","nextPageTooltip":"Go to next page","previousPageTooltip":"Go to previous page","nextPagerTooltip":"Go to next pager","previousPagerTooltip":"Go to previous pager","pagerDropDown":"Items per page"},"numerictextbox":{"incrementTitle":"Increment value","decrementTitle":"Decrement value"},"pivotview":{"all":"All","multipleItems":"Multiple items","Sum":"Sum","Count":"Count","DistinctCount":"Distinct Count","Product":"Product","Avg":"Avg","Min":"Min","SampleVar":"Sample Var","PopulationVar":"Population Var","RunningTotals":"Running Totals","Max":"Max","Index":"Index","SampleStDev":"Sample StDev","PopulationStDev":"Population StDev","PercentageOfRowTotal":"% of Row Total","PercentageOfParentTotal":"% of Parent Total","PercentageOfParentColumnTotal":"% of Parent Column Total","PercentageOfParentRowTotal":"% of Parent Row Total","DifferenceFrom":"Difference From","PercentageOfDifferenceFrom":"% of Difference From","PercentageOfGrandTotal":"% of Grand Total","PercentageOfColumnTotal":"% of Column Total","editorDataLimitMsg":" more items. Search to refine further.","mdxQuery":"MDX Query","qtr":"Qtr","null":"null","undefined":"undefined","groupOutOfRange":"Out of Range","fieldDropErrorAction":"The field you are moving cannot be placed in that area of the report","MoreOption":"More...","aggregate":"Aggregate","drillThrough":"Drill Through","ascending":"Ascending","descending":"Descending","number":"Number","currency":"Currency","percentage":"Percentage","formatType":"Format Type","customText":"Currency Symbol","symbolPosition":"Symbol Position","left":"Left","right":"Right","grouping":"Grouping","true":"True","false":"False","decimalPlaces":"Decimal Places","numberFormat":"Number Formatting","memberType":"Field Type","formatString":"Format String","expressionField":"Expression","customFormat":"Enter custom format string","selectedHierarchy":"Parent Hierarchy","olapDropText":"Example: [Measures].[Order Quantity] + ([Measures].[Order Quantity] * 0.10)","Percent":"Percent","Currency":"Currency","Custom":"Custom","Measure":"Measure","Dimension":"Dimension","Standard":"Standard","blank":"(Blank)","fieldTooltip":"Drag and drop fields to create an expression. And, if you want to edit the existing the calculated fields! Then you can achieve it by simply selecting the field under 'Calculated Members'.","QuarterYear":"Quarter Year","fieldTitle":"Field Name","drillError":"Cannot show the raw items of calculated fields.","grandTotal":"Grand Total","total":"Total","value":"Value","noValue":"No value","row":"Row","column":"Column","collapse":"Collapse","expand":"Expand","rowAxisPrompt":"Drop row here","columnAxisPrompt":"Drop column here","valueAxisPrompt":"Drop value here","filterAxisPrompt":"Drop filter here","filter":"Filter","filtered":"Filtered","sort":"Sort","filters":"Filters","rows":"Rows","columns":"Columns","values":"Values","close":"Close","cancel":"Cancel","delete":"Delete","calculatedField":"Calculated Field","createCalculatedField":"Create Calculated Field","fieldName":"Enter the field name","error":"Error","invalidFormula":"Invalid formula.","dropText":"Example: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Add fields and edit formula here.","dropAction":"Calculated field cannot be place in any other region except value axis.","alert":"Alert","warning":"Warning","ok":"OK","search":"Search","drag":"Drag","remove":"Remove","sum":"Sum","average":"Average","count":"Count","min":"Min","max":"Max","allFields":"All Fields","formula":"Formula","addToRow":"Add to Row","addToColumn":"Add to Column","addToValue":"Add to Value","addToFilter":"Add to Filter","emptyData":"No records to display","fieldExist":"A field already exists in this name. Please enter a different name.","confirmText":"A calculation field already exists in this name. Do you want to replace it?","noMatches":"No matches","format":"Summaries values by","edit":"Edit","clear":"Clear","formulaField":"Drag and drop fields to formula","dragField":"Drag field to formula","clearFilter":"Clear","by":"by","enterValue":"Enter value","chooseDate":"Enter date","Equals":"Equals","DoesNotEquals":"Does Not Equal","BeginWith":"Begins With","DoesNotBeginWith":"Does Not Begin With","EndsWith":"Ends With","DoesNotEndsWith":"Does Not End With","Contains":"Contains","DoesNotContains":"Does Not Contain","GreaterThan":"Greater Than","GreaterThanOrEqualTo":"Greater Than Or Equal To","LessThan":"Less Than","LessThanOrEqualTo":"Less Than Or Equal To","Between":"Between","NotBetween":"Not Between","Before":"Before","BeforeOrEqualTo":"Before Or Equal To","After":"After","AfterOrEqualTo":"After Or Equal To","member":"Member","label":"Label","date":"Date","labelTextContent":"Show the items for which the label","dateTextContent":"Show the items for which the date","valueTextContent":"Show the items for which","And":"and","NotEquals":"Not Equals","AllValues":"All Values","conditionalFormating":"Conditional Formatting","apply":"APPLY","condition":"Add Condition","formatLabel":"Format","valueFieldSettings":"Value field settings","sourceName":"Field name :","sourceCaption":"Field caption :","summarizeValuesBy":"Summarize values by :","baseField":"Base field :","baseItem":"Base item :","example":"e.g:","details":"Details","manageRecords":"Manage Records","Years":"Years","Quarters":"Quarters","Months":"Months","Days":"Days","Hours":"Hours","Minutes":"Minutes","Seconds":"Seconds","save":"Save a report","new":"Create a new report","load":"Load","saveAs":"Save as current report","rename":"Rename a current report","export":"Export","subTotals":"Sub totals","grandTotals":"Grand totals","reportName":"Report Name :","pdf":"PDF","excel":"Excel","csv":"CSV","showSubTotals":"Show sub totals","doNotShowSubTotals":"Do not show sub totals","showSubTotalsRowsOnly":"Show sub totals rows only","showSubTotalsColumnsOnly":"Show sub totals columns only","showGrandTotals":"Show grand totals","doNotShowGrandTotals":"Do not show grand totals","showGrandTotalsRowsOnly":"Show grand totals rows only","showGrandTotalsColumnsOnly":"Show grand totals columns only","fieldList":"Show fieldlist","grid":"Show table","toolbarFormatting":"Conditional formatting","chart":"Chart","reportMsg":"Please enter vaild report name!!!","reportList":"Report list","removeConfirm":"Are you sure want to delete this report?","emptyReport":"No reports found!!","bar":"Bar","line":"Line","area":"Area","scatter":"Scatter","polar":"Polar","of":"of","emptyFormat":"No format found!!!","emptyInput":"Enter a value","newReportConfirm":"Want to save changes to report?","emptyReportName":"Enter a report name","caption":"Field Caption","copy":"Copy","defaultReport":"Default report","customFormatString":"Custom Format","invalidFormat":"Invalid Format."},"pivotfieldlist":{"all":"All","multipleItems":"Multiple items","Sum":"Sum","Count":"Count","DistinctCount":"Distinct Count","Product":"Product","Avg":"Avg","Min":"Min","Max":"Max","Index":"Index","SampleStDev":"Sample StDev","PopulationStDev":"Population StDev","SampleVar":"Sample Var","PopulationVar":"Population Var","RunningTotals":"Running Totals","DifferenceFrom":"Difference From","PercentageOfDifferenceFrom":"% of Difference From","PercentageOfGrandTotal":"% of Grand Total","PercentageOfColumnTotal":"% of Column Total","PercentageOfRowTotal":"% of Row Total","PercentageOfParentTotal":"% of Parent Total","PercentageOfParentColumnTotal":"% of Parent Column Total","PercentageOfParentRowTotal":"% of Parent Row Total","Years":"Years","Quarters":"Quarters","Months":"Months","Days":"Days","Hours":"Hours","Minutes":"Minutes","Seconds":"Seconds","apply":"APPLY","editorDataLimitMsg":" more items. Search to refine further.","null":"null","undefined":"undefined","groupOutOfRange":"Out of Range","fieldDropErrorAction":"The field you are moving cannot be placed in that area of the report","MoreOption":"More...","memberType":"Field Type","selectedHierarchy":"Parent Hierarchy","formatString":"Format String","expressionField":"Expression","olapDropText":"Example: [Measures].[Order Quantity] + ([Measures].[Order Quantity] * 0.10)","customFormat":"Enter custom format string","Measure":"Measure","Dimension":"Dimension","Standard":"Standard","Currency":"Currency","Percent":"Percent","Custom":"Custom","blank":"(Blank)","fieldTooltip":"Drag and drop fields to create an expression. And, if you want to edit the existing the calculated fields! You can achieve it by simply selecting the field under 'Calculated Members'.","fieldTitle":"Field Name","QuarterYear":"Quarter Year","staticFieldList":"Pivot Field List","fieldList":"Field List","dropFilterPrompt":"Drop filter here","dropColPrompt":"Drop column here","dropRowPrompt":"Drop row here","dropValPrompt":"Drop value here","addPrompt":"Add field here","adaptiveFieldHeader":"Choose field","centerHeader":"Drag fields between axes below:","add":"add","drag":"Drag","filter":"Filter","filtered":"Filtered","sort":"Sort","remove":"Remove","filters":"Filters","rows":"Rows","columns":"Columns","values":"Values","calculatedField":"Calculated Field","createCalculatedField":"Create Calculated Field","fieldName":"Enter the field name","error":"Error","invalidFormula":"Invalid formula.","dropText":"Example: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Add fields and edit formula here.","dropAction":"Calculated field cannot be place in any other region except value axis.","search":"Search","close":"Close","cancel":"Cancel","delete":"Delete","alert":"Alert","warning":"Warning","ok":"OK","sum":"Sum","average":"Average","count":"Count","min":"Min","max":"Max","allFields":"All Fields","formula":"Formula","fieldExist":"A field already exists in this name. Please enter a different name.","confirmText":"A calculation field already exists in this name. Do you want to replace it?","noMatches":"No matches","format":"Summaries values by","edit":"Edit","clear":"Clear","formulaField":"Drag and drop fields to formula","dragField":"Drag field to formula","clearFilter":"Clear","by":"by","enterValue":"Enter value","chooseDate":"Enter date","Equals":"Equals","DoesNotEquals":"Does Not Equal","BeginWith":"Begins With","DoesNotBeginWith":"Does Not Begin With","EndsWith":"Ends With","DoesNotEndsWith":"Does Not End With","Contains":"Contains","DoesNotContains":"Does Not Contain","GreaterThan":"Greater Than","GreaterThanOrEqualTo":"Greater Than Or Equal To","LessThan":"Less Than","LessThanOrEqualTo":"Less Than Or Equal To","Between":"Between","NotBetween":"Not Between","Before":"Before","BeforeOrEqualTo":"Before Or Equal To","After":"After","AfterOrEqualTo":"After Or Equal To","member":"Member","label":"Label","date":"Date","value":"Value","labelTextContent":"Show the items for which the label","dateTextContent":"Show the items for which the date","valueTextContent":"Show the items for which","And":"and","valueFieldSettings":"Value field settings","sourceName":"Field name :","sourceCaption":"Field caption :","summarizeValuesBy":"Summarize values by :","baseField":"Base field :","baseItem":"Base item :","example":"e.g:","deferLayoutUpdate":"Defer Layout Update","caption":"Field Caption","copy":"Copy"},"schedule":{"day":"Day","week":"Week","workWeek":"Work Week","month":"Month","agenda":"Agenda","weekAgenda":"Week Agenda","workWeekAgenda":"Work Week Agenda","monthAgenda":"Month Agenda","today":"Today","noEvents":"No events","emptyContainer":"There are no events scheduled on this day.","allDay":"All day","start":"Start","end":"End","more":"more","close":"Close","cancel":"Cancel","noTitle":"(No Title)","delete":"Delete","deleteEvent":"Delete Event","deleteMultipleEvent":"Delete Multiple Events","selectedItems":"Items selected","deleteSeries":"Delete Series","edit":"Edit","editSeries":"Edit Series","editEvent":"Edit Event","createEvent":"Create","subject":"Subject","addTitle":"Add title","moreDetails":"More Details","save":"Save","editContent":"Do you want to edit only this event or entire series?","deleteRecurrenceContent":"Do you want to delete only this event or entire series?","deleteContent":"Are you sure you want to delete this event?","deleteMultipleContent":"Are you sure you want to delete the selected events?","newEvent":"New Event","title":"Title","location":"Location","description":"Description","timezone":"Timezone","startTimezone":"Start Timezone","endTimezone":"End Timezone","repeat":"Repeat","saveButton":"Save","cancelButton":"Cancel","deleteButton":"Delete","recurrence":"Recurrence","wrongPattern":"The recurrence pattern is not valid.","seriesChangeAlert":"The changes made to specific instances of this series will be cancelled and those events will match the series again.","createError":"The duration of the event must be shorter than how frequently it occurs. Shorten the duration, or change the recurrence pattern in the recurrence event editor.","recurrenceDateValidation":"Some months have fewer than the selected date. For these months, the occurrence will fall on the last date of the month.","sameDayAlert":"Two occurrences of the same event cannot occur on the same day.","editRecurrence":"Edit Recurrence","repeats":"Repeats","alert":"Alert","startEndError":"The selected end date occurs before the start date.","invalidDateError":"The entered date value is invalid.","ok":"Ok","occurrence":"Occurrence","series":"Series","previous":"Previous","next":"Next","timelineDay":"Timeline Day","timelineWeek":"Timeline Week","timelineWorkWeek":"Timeline Work Week","timelineMonth":"Timeline Month"},"recurrenceeditor":{"none":"None","daily":"Daily","weekly":"Weekly","monthly":"Monthly","month":"Month","yearly":"Yearly","never":"Never","until":"Until","count":"Count","first":"First","second":"Second","third":"Third","fourth":"Fourth","last":"Last","repeat":"Repeat","repeatEvery":"Repeat Every","on":"Repeat On","end":"End","onDay":"Day","days":"Day(s)","weeks":"Week(s)","months":"Month(s)","years":"Year(s)","every":"every","summaryTimes":"time(s)","summaryOn":"on","summaryUntil":"until","summaryRepeat":"Repeats","summaryDay":"day(s)","summaryWeek":"week(s)","summaryMonth":"month(s)","summaryYear":"year(s)"},"slider":{"incrementTitle":"increase","decrementTitle":"decrease"},"spreadsheet":{"Cut":"Cut","Copy":"Copy","Paste":"Paste","PasteSpecial":"Paste Special","All":"All","Values":"Values","Formats":"Formats","Font":"Font","FontSize":"Font Size","Bold":"Bold","Italic":"Italic","Underline":"Underline","Strikethrough":"Strikethrough","TextColor":"Text Color","FillColor":"Fill Color","HorizontalAlignment":"Horizontal Alignment","AlignLeft":"Align Left","AlignCenter":"Center","AlignRight":"Align Right","VerticalAlignment":"Vertical Alignment","AlignTop":"Align Top","AlignMiddle":"Align Middle","AlignBottom":"Align Bottom","InsertFunction":"Insert Function","Insert":"Insert","Delete":"Delete","Rename":"Rename","Hide":"Hide","Unhide":"Unhide","NameBox":"Name Box","ShowHeaders":"Show Headers","HideHeaders":"Hide Headers","ShowGridLines":"Show Gridlines","HideGridLines":"Hide Gridlines","AddSheet":"Add Sheet","ListAllSheets":"List All Sheets","FullScreen":"Full Screen","CollapseToolbar":"Collapse Toolbar","ExpandToolbar":"Expand Toolbar","CollapseFormulaBar":"Collapse Formula Bar","ExpandFormulaBar":"Expand Formula Bar","File":"File","Home":"Home","Formulas":"Formulas","View":"View","New":"New","Open":"Open","SaveAs":"Save As","ExcelXlsx":"Microsoft Excel","ExcelXls":"Microsoft Excel 97-2003","CSV":"Comma-separated values","FormulaBar":"Formula Bar","Ok":"Ok","Close":"Close","Cancel":"Cancel","Apply":"Apply","MoreColors":"More Colors","StandardColors":"Standard Colors","General":"General","Number":"Number","Currency":"Currency","Accounting":"Accounting","ShortDate":"Short Date","LongDate":"Long Date","Time":"Time","Percentage":"Percentage","Fraction":"Fraction","Scientific":"Scientific","Text":"Text","NumberFormat":"Number Format","MobileFormulaBarPlaceHolder":"Enter value or Formula","PasteAlert":"You can't paste this here, because the copy area and paste area aren't in the same size. Please try pasting in a different range.","DestroyAlert":"Are you sure you want to destroy the current workbook without saving and create a new workbook?","SheetRenameInvalidAlert":"Sheet name contains invalid character.","SheetRenameEmptyAlert":"Sheet name cannot be empty.","SheetRenameAlreadyExistsAlert":"Sheet name already exists. Please enter another name.","DeleteSheetAlert":"Are you sure you want to delete this sheet?","DeleteSingleLastSheetAlert":"A Workbook must contain at least one visible worksheet.","PickACategory":"Pick a category","Description":"Description","UnsupportedFile":"Unsupported File","InvalidUrl":"Invalid Url","SUM":"Adds a series of numbers and/or cells.","SUMIF":"Adds the cells based on specified condition.","SUMIFS":"Adds the cells based on specified conditions.","ABS":"Returns the value of a number without its sign.","RAND":"Returns a random number between 0 and 1.","RANDBETWEEN":"Returns a random integer based on specified values.","FLOOR":"Rounds a number down to the nearest multiple of a given factor.","CEILING":"Rounds a number up to the nearest multiple of a given factor.","PRODUCT":"Multiplies a series of numbers and/or cells.","AVERAGE":"Calculates average for the series of numbers and/or cells excluding text.","AVERAGEIF":"Calculates average for the cells based on specified criterion.","AVERAGEIFS":"Calculates average for the cells based on specified conditions.","AVERAGEA":"Calculates the average for the cells evaluating TRUE as 1, text and FALSE as 0.","COUNT":"Counts the cells that contain numeric values in a range.","COUNTIF":"Counts the cells based on specified condition.","COUNTIFS":"Counts the cells based on specified conditions.","COUNTA":"Counts the cells that contains values in a range.","MIN":"Returns the smallest number of the given arguments.","MAX":"Returns the largest number of the given arguments.","DATE":"Returns the date based on given year, month, and day.","DAY":"Returns the day from the given date.","DAYS":"Returns the number of days between two dates.","IF":"Returns value based on the given expression.","IFS":"Returns value based on the given multiple expressions.","AND":"Returns TRUE if all the arguments are TRUE, otherwise returns FALSE.","OR":"Returns TRUE if any of the arguments are TRUE, otherwise returns FALSE.","IFERROR":"Returns value if no error found else it will return specified value.","CHOOSE":"Returns a value from list of values, based on index number.","INDEX":"Returns a value of the cell in a given range based on row and column number.","FIND":"Returns the position of a string within another string, which is case sensitive","CONCATENATE":"Combines two or more strings together.","CONCAT":"Concatenates a list or a range of text strings.","SUBTOTAL":"Returns subtotal for a range using the given function number.","RADIANS":"Converts degrees into radians.","MATCH":"Returns the relative position of a specified value in given range.","DefineNameExists":"This name already exists, try different name.","CircularReference":"When a formula refers to one or more circular references, this may result in an incorrect calculation."},"timepicker":{"placeholder":"Select a time"},"treegrid":{"EmptyRecord":"No records to display","InvalidFilterMessage":"Invalid Filter Data","FilterbarTitle":"filter bar cell","EmptyDataSourceError":"DataSource must not be empty at initial load since columns are generated from dataSource in AutoGenerate Column TreeGrid","Add":"Add","Edit":"Edit","Cancel":"Cancel","Update":"Update","Delete":"Delete","Print":"Print","Pdfexport":"PDF Export","Excelexport":"Excel Export","Wordexport":"Word Export","Csvexport":"CSV Export","Search":"Search","Columnchooser":"Columns","Save":"Save","EditOperationAlert":"No records selected for edit operation","DeleteOperationAlert":"No records selected for delete operation","SaveButton":"Save","CancelButton":"Cancel","EditFormTitle":"Details of ","AddFormTitle":"Add New Record","ConfirmDelete":"Are you sure you want to Delete Record?","CancelEdit":"Are you sure you want to Cancel the changes?","ChooseColumns":"Choose Column","SearchColumns":"search columns","FilterButton":"Filter","ClearButton":"Clear","StartsWith":"Starts With","EndsWith":"Ends With","Contains":"Contains","Equal":"Equal","NotEqual":"Not Equal","LessThan":"Less Than","LessThanOrEqual":"Less Than Or Equal","GreaterThan":"Greater Than","GreaterThanOrEqual":"Greater Than Or Equal","ChooseDate":"Choose a Date","EnterValue":"Enter the value","autoFitAll":"Auto Fit all columns","autoFit":"Auto Fit this column","Export":"Export","FirstPage":"First Page","LastPage":"Last Page","PreviousPage":"Previous Page","NextPage":"Next Page","SortAscending":"Sort Ascending","SortDescending":"Sort Descending","EditRecord":"Edit Record","DeleteRecord":"Delete Record","FilterMenu":"Filter"},"uploader":{"invalidMinFileSize":"File size is too small!","invalidMaxFileSize":"File size exceeds 28 MB","invalidFileType":"File type is not allowed","Browse":"Browse...","Clear":"Clear","Upload":"Upload","dropFilesHint":"Or drop files here","uploadFailedMessage":"File failed to upload","uploadSuccessMessage":"File uploaded successfully","removedSuccessMessage":"File removed successfully","removedFailedMessage":"Unable to remove file","inProgress":"Uploading","readyToUploadMessage":"Ready to upload","remove":"Remove","cancel":"Cancel","delete":"Delete file","abort":"Abort","pauseUpload":"File upload paused","pause":"Pause","resume":"Resume","retry":"Retry","fileUploadCancel":"File upload canceled"}},"zh":{"dropdowns":{"noRecordsTemplate":"没有找到记录","actionFailureTemplate":"请求失败","overflowCountTemplate":"+$(計數) 更多..","selectAllText":"全選","unSelectAllText":"全部取消選擇"},"calendar":{"today":"今天"},"chart":{"ZoomIn":"放大","ZoomOut":"缩小","Zoom":"放大","Pan":"泛","Reset":"重启","ResetZoom":"重置缩放"},"colorpicker":{"Apply":"应用","Cancel":"取消","ModeSwitcher":"开关 模式"},"datepicker":{"placeholder":"選擇一個日期","today":"今天"},"daterangepicker":{"placeholder":"选择一个范围","startLabel":"开始日期","endLabel":"结束日期","applyText":"应用","cancelText":"取消","selectedDays":"选定日期","days":"天","customRange":"自定义范围"},"datetimepicker":{"placeholder":"选择日期和时间","today":"今天"},"diagram":{"Cut":"切","Copy":"复制","Paste":"糊","Undo":"解开","Redo":"重做","SelectAll":"全选","Grouping":"分组","Group":"组","UnGroup":"取消组合","Order":"订购","BringToFront":"帶到前面","MoveForward":"向前移动","SendBackward":"后移","SendToBack":"发送回"},"dialog":{"close":"關"},"filemanager":{"NewFolder":"新建文件夹","Upload":"上传","Delete":"删除","Rename":"改名","Download":"下载","Cut":"切","Copy":"复制","Paste":"糊","SortBy":"排序方式","Refresh":"刷新","Item-Selection":"项目选择","Items-Selection":"选中的项目","View":"视图","Details":"细节","SelectAll":"全选","Open":"打开","Tooltip-NewFolder":"新建文件夹","Tooltip-Upload":"上传","Tooltip-Delete":"删除","Tooltip-Rename":"改名","Tooltip-Download":"下载","Tooltip-Cut":"切","Tooltip-Copy":"复制","Tooltip-Paste":"糊","Tooltip-SortBy":"排序方式","Tooltip-Refresh":"刷新","Tooltip-Selection":"清空选项","Tooltip-View":"视图","Tooltip-Details":"细节","Tooltip-SelectAll":"全选","Name":"名称","Size":"尺寸","DateModified":"改性","DateCreated":"创建日期","Path":"路径","Modified":"改性","Created":"创建","Location":"地点","Type":"类型","Permission":"允许","Ascending":"上升","Descending":"降序","View-LargeIcons":"大图标","View-Details":"细节","Search":"搜索","Button-Ok":"好","Button-Cancel":"取消","Button-Yes":"是","Button-No":"没有","Button-Create":"创建","Button-Save":"保存","Header-NewFolder":"夹","Content-NewFolder":"输入您的文件夹名称","Header-Rename":"改名","Content-Rename":"输入你的新名字","Header-Rename-Confirmation":"重命名确认","Content-Rename-Confirmation":"如果更改文件扩展名,文件可能会变得不稳定。您确定要更改它吗?","Header-Delete":"删除文件","Content-Delete":"你确定要删除这个文件吗?","Header-Multiple-Delete":"删除多个文件","Content-Multiple-Delete":"您确定要删除这些{0}文件吗?","Header-Duplicate":"文件/文件夹存在","Content-Duplicate":"{0}已经存在。您要重命名和粘贴吗?","Header-Upload":"上传文件","Error":"错误","Validation-Empty":"文件或文件夹名称不能为空。","Validation-Invalid":"文件或文件夹名称{0}包含无效字符。请使用其他名称。有效文件或文件夹名称不能以点或空格结尾,并且不能包含以下任何字符:\\ /:*?\"< > |","Validation-NewFolder-Exists":"名称为{0}的文件或文件夹已存在。","Validation-Rename-Exists":"无法将{0}重命名为{1}:目标已存在。","Folder-Empty":"这个文件夹是空的","File-Upload":"将文件拖到此处上传","Search-Empty":"未找到结果","Search-Key":"尝试使用不同的关键字","Sub-Folder-Error":"目标文件夹是源文件夹的子文件夹。","Access-Denied":"拒绝访问","Access-Details":"您无权访问此文件夹。","Header-Retry":"文件已存在","Content-Retry":"此文件夹中已存在具有此名称的文件。您想要做什么?","Button-Keep-Both":"保留两个","Button-Replace":"更换","Button-Skip":"跳跃","ApplyAll-Label":"为所有当前项目执行此操作"},"gantt":{"emptyRecord":"无记录可显示","id":"ID","name":"名称","startDate":"开始日期","endDate":"结束日期","duration":"持续时间","progress":"进展","dependency":"依赖","notes":"笔记","excelExport":"Excel导出","csvExport":"CSV导出","baselineStartDate":"基准开始日期","baselineEndDate":"基线结束日期","type":"类型","offset":"抵消","resourceName":"资源","resourceID":"资源ID","day":"天","hour":"小时","minute":"分钟","days":"天","hours":"小时","minutes":"分钟","generalTab":"一般","customTab":"自定义列","writeNotes":"写笔记","addDialogTitle":"新任务","editDialogTitle":"任务信息","saveButton":"保存","add":"加","edit":"编辑","update":"更新","delete":"删除","cancel":"取消","search":"搜索","addTask":"添加任务","editTask":"编辑任务","deleteTask":"删除任务","expandAllTasks":"展开所有任务","collapseAllTasks":"折叠所有任务","expandAll":"展开全部","collapseAll":"全部收缩","nextTimeSpan":"下一个Timespan","prevTimeSpan":"以前的Timespan","okText":"好","confirmDelete":"您确定要删除记录吗?","from":"从","to":"至","taskLink":"任务链接","lag":"落后","start":"开始","finish":"完","enterValue":"输入值","taskBeforePredecessor_FS":"您将“{0}”移至“{1}”完成之前,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskAfterPredecessor_FS":"您将“{0}”移离“{1}”并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskBeforePredecessor_SS":"您已将“{0}”移至“{1}”开始之前启动,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskAfterPredecessor_SS":"在“{1}”启动后,您将“{0}”移至开始,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskBeforePredecessor_FF":"在“{1}”完成之前,您已将“{0}”移至完成,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskAfterPredecessor_FF":"在“{1}”完成后,您将“{0}”移至完成,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskBeforePredecessor_SF":"您将“{0}”从“{1}”移至“{1}”并启动,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskAfterPredecessor_SF":"在“{1}”启动并且链接了两个任务后,您将“{0}”移至完成状态。结果,链接无法兑现。选择下面的一个操作来执行","taskInformation":"任务信息","deleteDependency":"删除依赖项","convert":"兑换","save":"保存","above":"以上","below":"下面","child":"儿童","milestone":"里程碑","toTask":"任务","toMilestone":"到里程碑","eventMarkers":"事件标记","leftTaskLabel":"左任务标签","rightTaskLabel":"正确的任务标签","timelineCell":"时间线单元格"},"grid":{"EmptyRecord":"无记录可显示","True":"真正","False":"假","InvalidFilterMessage":"无效的筛选数据","GroupDropArea":"在此处拖动列标题以将其列分组","UnGroup":"点击这里取消组合","GroupDisable":"此列的分组功能已被禁用","FilterbarTitle":"过滤条单元","EmptyDataSourceError":"DataSource在初始加载时不能为空,因为列是从AutoGenerate Column Grid的DataSource中生成的","Add":"加","Edit":"编辑","Cancel":"取消","Update":"更新","Delete":"删除","Print":"打印","Pdfexport":"PDF导出","Excelexport":"Excel导出","Wordexport":"Word导出","Csvexport":"CSV导出","Search":"搜索","Columnchooser":"列","Save":"保存","Item":"项目","Items":"项目","EditOperationAlert":"没有选择编辑操作的记录","DeleteOperationAlert":"没有选择记录进行删除操作","SaveButton":"保存","OKButton":"好","CancelButton":"取消","EditFormTitle":"的详细内容 ","AddFormTitle":"添加新记录","BatchSaveConfirm":"你确定要保存更改吗?","BatchSaveLostChanges":"未保存的更改将会丢失。你确定你要继续吗?","ConfirmDelete":"你确定要删除记录吗?","CancelEdit":"您确定要取消更改吗?","ChooseColumns":"选择列","SearchColumns":"搜索栏","Matchs":"找不到匹配项","FilterButton":"过滤","ClearButton":"明确","StartsWith":"以。。开始","EndsWith":"以。。结束","Contains":"包含","Equal":"等于","NotEqual":"不等于","LessThan":"少于","LessThanOrEqual":"小于或等于","GreaterThan":"比...更棒","GreaterThanOrEqual":"大于或等于","ChooseDate":"选择一个日期","EnterValue":"输入值","Copy":"复制","Group":"按此栏分组","Ungroup":"取消组合","autoFitAll":"自动调整所有列","autoFit":"自动适应此列","Export":"出口","FirstPage":"第一页","LastPage":"最后一页","PreviousPage":"上一页","NextPage":"下一页","SortAscending":"升序","SortDescending":"按降序排序","EditRecord":"编辑记录","DeleteRecord":"删除记录","FilterMenu":"过滤"},"checkboxFilter":{"Search":"搜索","OK":"好","Cancel":"取消","Filter":"过滤","Clear":"明确","SelectAll":"全选","Blanks":"空白","True":"真正","False":"假","NoResult":"找不到匹配项"},"excelFilter":{"ClearFilter":"清除过滤器","NumberFilter":"数字过滤器","TextFilter":"文本过滤器","DateFilter":"日期过滤器","MatchCase":"相符","Equal":"等于","NotEqual":"不等于","LessThan":"少于","LessThanOrEqual":"小于或等于","GreaterThan":"比...更棒","GreaterThanOrEqual":"大于或等于","Between":"之间","CustomFilter":"自定义过滤器","StartsWith":"以。。开始","EndsWith":"以。。结束","Contains":"包含","OK":"好","Cancel":"取消","CustomFilterPlaceHolder":"输入值","CustomFilterDatePlaceHolder":"选择一个日期","AND":"和","OR":"要么","ShowRowsWhere":"显示行在哪里:"},"pager":{"currentPageInfo":"{1}页的{0}","totalItemsInfo":"({0}项)","firstPageTooltip":"转到第一页","lastPageTooltip":"转到最后一页","nextPageTooltip":"转到下一页","previousPageTooltip":"转到上一页","nextPagerTooltip":"转到下一页","previousPagerTooltip":"转到上一页","pagerDropDown":"每页项目"},"numerictextbox":{"incrementTitle":"增值","decrementTitle":"遞減值"},"pivotview":{"all":"所有","multipleItems":"多个项目","Sum":"和","Count":"计数","DistinctCount":"不同的数量","Product":"产品","Avg":"平均","Min":"敏","SampleVar":"样本Var","PopulationVar":"人口变量","RunningTotals":"运行总计","Max":"马克斯","Index":"指数","SampleStDev":"样本St Dev","PopulationStDev":"人口St Dev","PercentageOfRowTotal":"行总数的百分比","PercentageOfParentTotal":"父母总数的百分比","PercentageOfParentColumnTotal":"父列总数的百分比","PercentageOfParentRowTotal":"父行总数的百分比","DifferenceFrom":"与众不同","PercentageOfDifferenceFrom":"差异的百分比","PercentageOfGrandTotal":"总计百分比","PercentageOfColumnTotal":"列总数的百分比","editorDataLimitMsg":"编辑器数据限制消息","mdxQuery":"mdx查询","qtr":"QTR","null":"空值","undefined":"未定义","groupOutOfRange":"组超出范围","fieldDropErrorAction":"字段删除错误操作","MoreOption":"更多选择","aggregate":"骨料","drillThrough":"钻透","ascending":"上升","descending":"降","number":"数","currency":"货币","percentage":"百分比","formatType":"格式类型","customText":"自定义文字","symbolPosition":"符号位置","left":"剩下","right":"对","grouping":"分组","true":"真正","false":"假","decimalPlaces":"小数位数","numberFormat":"数字格式","memberType":"会员类型","formatString":"格式字符串","expressionField":"表达字段","customFormat":"自定义格式","selectedHierarchy":"选定的层次结构","olapDropText":"olapDrop文本","Percent":"百分","Currency":"货币","Custom":"习惯","Measure":"测量","Dimension":"尺寸","Standard":"标准","blank":"空白","fieldTooltip":"字段工具提示","QuarterYear":"四分之一年","fieldTitle":"字段标题","drillError":"钻错误","grandTotal":"總計","total":"總計","value":"值","noValue":"無值","row":"行","column":"列","collapse":"摺疊","expand":"展開","rowAxisPrompt":"下行此處","columnAxisPrompt":"下列的位置","valueAxisPrompt":"這裏的價值下降","filterAxisPrompt":"下過濾此處","filter":"篩選器","filtered":"篩選","sort":"排序","filters":"篩選器","rows":"行","columns":"列","values":"值","close":"關閉","cancel":"取消","delete":"刪除","calculatedField":"經過計算的欄位","createCalculatedField":"創建計算字段","fieldName":"輸入字段名稱","error":"錯誤","invalidFormula":"無效的公式。","dropText":"例: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"新增欄位和計算公式編輯在這裡。","dropAction":"經過計算的欄位不可以發生在任何其他地區除了數值軸。","alert":"警示","warning":"警告","ok":"[ 確定 ]","search":"搜索","drag":"拖曳","remove":"移除","sum":"總和","average":"平均","count":"計數","min":"最小值","max":"最大值","allFields":"所有欄位","formula":"計算公式","addToRow":"添加到行","addToColumn":"添加到列","addToValue":"新增至值","addToFilter":"新增至篩選","emptyData":"無記錄可顯示","fieldExist":"欄位中已存在該名稱。 請輸入不同的名稱。","confirmText":"計算字段中已存在該名稱。 您要取代它嗎 ?","format":"摘要的價值。","edit":"編輯","clear":"清除","noMatches":"無匹配","formulaField":"拖放欄位到公式","dragField":"拖動欄位來計算公式","clearFilter":"明確","by":"通過","enterValue":"輸入價值","chooseDate":"輸入日期","Equals":"等於","DoesNotEquals":"不相等","BeginWith":"開始於","DoesNotBeginWith":"不會開始","EndsWith":"以。。結束","DoesNotEndsWith":"不會結束","Contains":"包含","DoesNotContains":"不含","GreaterThan":"比...更棒","GreaterThanOrEqualTo":"大於或等於","LessThan":"少於","LessThanOrEqualTo":"小於或等於","Between":"之間","NotBetween":"不介於","Before":"前","BeforeOrEqualTo":"之前或等於","After":"之後","AfterOrEqualTo":"等於或等於","member":"會員","label":"標籤","date":"日期","labelTextContent":"顯示標籤的項目","dateTextContent":"顯示物品的日期","valueTextContent":"顯示項目的哪些","And":"而","NotEquals":"不等於","AllValues":"所有價值觀","conditionalFormating":"條件格式","apply":"應用","condition":"添加條件","formatLabel":"格式","valueFieldSettings":"值字段設置","sourceName":"字段名稱:","sourceCaption":"現場標題:","summarizeValuesBy":"通過以下方式匯總值:","baseField":"基地:","baseItem":"基本項目:","example":"例如:","details":"細節","manageRecords":"管理记录","Years":"年份","Quarters":"住处","Months":"月","Days":"天","Hours":"小时","Minutes":"分钟","Seconds":"秒","save":"保存报告","new":"创建一个新报告","load":"加载","saveAs":"保存为当前报告","rename":"重命名当前报告","export":"出口","subTotals":"小计","grandTotals":"总计","reportName":"报告名称:","pdf":"PDF","excel":"Excel","csv":"CSV","showSubTotals":"显示小计","doNotShowSubTotals":"不要显示小计","showSubTotalsRowsOnly":"仅显示子总计行","showSubTotalsColumnsOnly":"仅显示子总计列","showGrandTotals":"显示总计","doNotShowGrandTotals":"不要显示总计","showGrandTotalsRowsOnly":"仅显示总计行数","showGrandTotalsColumnsOnly":"仅显示总计列","fieldList":"显示字段列表","grid":"显示表格","toolbarFormatting":"条件格式","chart":"图表","reportMsg":"请输入有效的报告名称!!!","reportList":"报告清单","removeConfirm":"您确定要删除此报告吗?","emptyReport":"没有找到报告!!","bar":"酒吧","line":"线","area":"区域","scatter":"分散","polar":"极性","of":"的","emptyFormat":"找不到格式!!!","emptyInput":"输入一个值","newReportConfirm":"想要保存更改报告?","emptyReportName":"输入报告名称","caption":"现场标题","copy":"复制","defaultReport":"默认报告","customFormatString":"自订格式","invalidFormat":"无效的格式。"},"pivotfieldlist":{"all":"所有","multipleItems":"多个项目","Sum":"和","Count":"计数","DistinctCount":"不同的数量","Product":"产品","Avg":"平均","Min":"敏","SampleVar":"样本Var","PopulationVar":"人口变量","RunningTotals":"运行总计","Max":"马克斯","Index":"指数","SampleStDev":"样本St Dev","PopulationStDev":"人口St Dev","PercentageOfRowTotal":"行总数的百分比","PercentageOfParentTotal":"父母总数的百分比","PercentageOfParentColumnTotal":"父列总数的百分比","PercentageOfParentRowTotal":"父行总数的百分比","DifferenceFrom":"与众不同","PercentageOfDifferenceFrom":"差异的百分比","PercentageOfGrandTotal":"总计百分比","PercentageOfColumnTotal":"列总数的百分比","editorDataLimitMsg":"编辑器数据限制消息","Years":"年份","Quarters":"住处","Months":"月","Days":"天","Hours":"小时","Minutes":" 分钟","Seconds":"秒","apply":"应用","null":"空值","undefined":"未定义","groupOutOfRange":"组超出范围","fieldDropErrorAction":"字段删除错误操作","MoreOption":"更多选择","memberType":"会员类型","formatString":"格式字符串","expressionField":"表达字段","customFormat":"自定义格式","selectedHierarchy":"选定的层次结构","olapDropText":"olapDrop文本","Percent":"百分","Currency":"货币","Custom":"习惯","Measure":"测量","Dimension":"尺寸","Standard":"标准","blank":"空白","fieldTooltip":"字段工具提示","QuarterYear":"四分之一年","fieldTitle":"Field Name","staticFieldList":"樞軸欄位清單","fieldList":"欄位清單","dropRowPrompt":"下行此處","dropColPrompt":"下列的位置","dropValPrompt":"這裏的價值下降","dropFilterPrompt":"下過濾此處","addPrompt":"在此處新增欄位","adaptiveFieldHeader":"選擇欄位","centerHeader":"在以下區域之間拖曳欄位 :","add":"新增","drag":"拖曳","filter":"篩選器","filtered":"篩選","sort":"排序","remove":"移除","filters":"篩選器","rows":"行","columns":"列","values":"值","calculatedField":"經過計算的欄位","createCalculatedField":"創建計算字段","fieldName":"輸入字段名稱","error":"錯誤","invalidFormula":"無效的公式。","dropText":"例: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"新增欄位和計算公式編輯在這裡。","dropAction":"經過計算的欄位不可以發生在任何其他地區除了數值軸。","search":"搜索","close":"關閉","cancel":"取消","delete":"刪除","alert":"警示","warning":"警告","ok":"[ 確定 ]","sum":"總和","average":"平均","count":"計數","min":"最小值","max":"最大值","allFields":"所有欄位","formula":"計算公式","fieldExist":"欄位中已存在該名稱。 請輸入不同的名稱。","confirmText":"計算字段中已存在該名稱。 您要取代它嗎 ?","format":"摘要的價值。","edit":"編輯","clear":"清除","noMatches":"無匹配","formulaField":"拖放欄位到公式","dragField":"拖動欄位來計算公式","clearFilter":"明確","by":"通過","enterValue":"輸入價值","chooseDate":"輸入日期","Equals":"等於","DoesNotEquals":"不相等","BeginWith":"開始於","DoesNotBeginWith":"不會開始","EndsWith":"以。。結束","DoesNotEndsWith":"不會結束","Contains":"包含","DoesNotContains":"不含","GreaterThan":"比...更棒","GreaterThanOrEqualTo":"大於或等於","LessThan":"少於","LessThanOrEqualTo":"小於或等於","Between":"之間","NotBetween":"不介於","Before":"前","BeforeOrEqualTo":"之前或等於","After":"之後","AfterOrEqualTo":"等於或等於","member":"會員","label":"標籤","date":"日期","value":"值","labelTextContent":"顯示標籤的項目","dateTextContent":"顯示物品的日期","valueTextContent":"顯示項目的哪些","And":"而","valueFieldSettings":"值字段設置","sourceName":"字段名稱:","sourceCaption":"現場標題:","summarizeValuesBy":"通過以下方式匯總值:","baseField":"基地:","baseItem":"基本項目:","example":"例如:","deferLayoutUpdate":"延遲佈局更新","caption":"现场标题","copy":"复制"},"schedule":{"day":"天","week":"周","workWeek":"工作周","month":"月","agenda":"议程","weekAgenda":"周议程","workWeekAgenda":"工作周议程","monthAgenda":"月议程","today":"今天","noEvents":"没有事件","emptyContainer":"这一天没有安排任何活动。","allDay":"一整天","start":"开始","end":"结束","more":"更多","close":"关","cancel":"取消","noTitle":"(无题)","delete":"删除","deleteEvent":"删除事件","deleteMultipleEvent":"刪除多個事件","selectedItems":"选择的项目","deleteSeries":"删除系列","edit":"编辑","editSeries":"编辑系列","editEvent":"编辑事件","createEvent":"创建","subject":"学科","addTitle":"添加标题","moreDetails":"更多细节","save":"保存","editContent":"你只想编辑这个事件或整个系列?","deleteRecurrenceContent":"你想只删除这个事件或整个系列?","deleteContent":"你确定要删除这个事件?","deleteMultipleContent":"您確定要刪除所選事件嗎?","newEvent":"新事件","title":"标题","location":"位置","description":"描述","timezone":"时区","startTimezone":"启动时区","endTimezone":"结束时区","repeat":"重复","saveButton":"保存","cancelButton":"取消","deleteButton":"删除","recurrence":"循环","wrongPattern":"重複發生模式無效。","seriesChangeAlert":"對此系列的特定實例所做的更改將被取消,並且這些事件將再次與該系列匹配。","createError":"事件的持續時間必須短於其發生的頻率。縮短持續時間,或更改重複事件編輯器中的重複發生模式。","recurrenceDateValidation":"有些月份比所選日期少。在這幾個月中,事件將發生在該月的最後一個日期。","sameDayAlert":"在同一天不能發生兩次同一事件。","editRecurrence":"编辑重复","repeats":"重复","alert":"警报","startEndError":"选定的结束日期发生在开始日期之前。","invalidDateError":"输入的日期值无效。","ok":"好","occurrence":"發生","series":"系列","previous":"以前","next":"下一個","timelineDay":"時間表日","timelineWeek":"時間軸週","timelineWorkWeek":"時間表工作週","timelineMonth":"時間線月"},"recurrenceeditor":{"none":"没有","daily":"日常","weekly":"每周","monthly":"每月一次","month":"月","yearly":"每年","never":"决不","until":"直到","count":"计数","first":"第一","second":"第二","third":"第三","fourth":"第四","last":"持续","repeat":"重复","repeatEvery":"重复每一个","on":"重复","end":"结束","onDay":"天","days":"天","weeks":"周","months":"月","years":"年份","summaryTimes":"時","summaryOn":"上","summaryUntil":"直到","summaryRepeat":"重复","summaryDay":"天","summaryWeek":"週","summaryMonth":"個月","summaryYear":"年份"},"slider":{"incrementTitle":"减少","decrementTitle":"增加"},"spreadsheet":{"Cut":"切","Copy":"复制","Paste":"糊","PasteSpecial":"特殊黏贴","All":"所有","Values":"值","Formats":"格式","Font":"字形","FontSize":"字体大小","Bold":"胆大","Italic":"斜体","Underline":"强调","Strikethrough":"删除","TextColor":"文字颜色","FillColor":"填色","HorizontalAlignment":"水平对齐","AlignLeft":"左对齐","AlignCenter":"中央","AlignRight":"对齐","VerticalAlignment":"垂直对齐","AlignTop":"顶部对齐","AlignMiddle":"对齐中间","AlignBottom":"对齐底部","InsertFunction":"插入功能","Insert":"插","Delete":"删除","Rename":"改名","Hide":"隐藏","Unhide":"取消隐藏","NameBox":"名称框","ShowHeaders":"显示标题","HideHeaders":"隐藏标题","ShowGridLines":"显示网格线","HideGridLines":"隐藏网格线","AddSheet":"添加表格","ListAllSheets":"列出所有表格","FullScreen":"全屏","CollapseToolbar":"折叠工具栏","ExpandToolbar":"展开工具栏","CollapseFormulaBar":"折叠公式栏","ExpandFormulaBar":"展开公式栏","File":"文件","Home":"家","Formulas":"公式","View":"视图","New":"新","Open":"打开","SaveAs":"另存为","ExcelXlsx":"Microsoft Excel","ExcelXls":"Microsoft Excel 97-2003","CSV":"Comma-separated values","FormulaBar":"公式栏","Ok":"好","Close":"关闭","Cancel":"取消","Apply":"应用","MoreColors":"更多颜色","StandardColors":"标准颜色","General":"一般","Number":"数","Currency":"货币","Accounting":"会计","ShortDate":"短日期","LongDate":"很長的日期","Time":"时间","Percentage":"百分比","Fraction":"分数","Scientific":"科学的","Text":"文本","NumberFormat":"数字格式","MobileFormulaBarPlaceHolder":"输入值或公式","PasteAlert":"您无法在此处粘贴此内容,因为复制区域和粘贴区域的大小不同。请尝试在不同的范围内粘贴。","DestroyAlert":"您确定要在不保存并创建新工作簿的情况下销毁当前工作簿吗?","SheetRenameInvalidAlert":"工作表名称包含无效字符。","SheetRenameEmptyAlert":"工作表名称不能为空。","SheetRenameAlreadyExistsAlert":"工作表名称已存在。请输入其他名称。","DeleteSheetAlert":"您确定要删除此表吗?","DeleteSingleLastSheetAlert":"工作簿必须至少包含一个可见工作表。","PickACategory":"选择一个类别","Description":"描述","UnsupportedFile":"不支持的文件","InvalidUrl":"无效的网址","SUM":"添加一系列数字和/或单元格。","SUMIF":"根据指定的条件添加单元格。","SUMIFS":"根据指定的条件添加单元格。","ABS":"返回无符号数的值。","RAND":"返回0到1之间的随机数。","RANDBETWEEN":"返回基于指定值的随机整数。","FLOOR":"将数字向下舍入到给定因子的最接近倍数。","CEILING":"将数字舍入到给定因子的最接近倍数。","PRODUCT":"将一系列数字和/或单元格相乘。","AVERAGE":"计算除文本之外的一系列数字和/或单元格的平均值。","AVERAGEIF":"根据指定条件计算单元格的平均值。","AVERAGEIFS":"根据指定条件计算单元格的平均值。","AVERAGEA":"计算评估为TRUE为1,text和FALSE为0的单元格的平均值。","COUNT":"计算包含数值范围值的单元格。","COUNTIF":"根据指定的条件计算单元格。","COUNTIFS":"根据指定条件计数细胞。","COUNTA":"计算包含范围中值的单元格。","MIN":"返回给定参数的最小数量。","MAX":"返回给定参数的最大数量。","DATE":"返回基于给定年,月和日的日期。","DAY":"返回给定日期的日期。","DAYS":"返回两个日期之间的天数。","IF":"返回基于给定表达式的值。","IFS":"根据给定的多个表达式返回值。","AND":"如果所有参数都为真正,则返回真正,否则返回假。","OR":"如果任何参数为真正,则返回真正,否则返回假。","IFERROR":"如果没有找到错误则返回值,否则它将返回指定的值。","CHOOSE":"根据索引号从值列表中返回一个值。","INDEX":"根据行号和列号返回给定范围中单元格的值。","FIND":"返回另一个字符串中字符串的位置,该字符串区分大小写。","CONCATENATE":"将两个或多个字符串组合在一起。","CONCAT":"合并一个列表或一组文本字符串。","SUBTOTAL":"使用给定的函数编号返回范围的小计。","RADIANS":"将度数转换为弧度。","MATCH":"返回给定范围内指定值的相对位置。","DefineNameExists":"此名称已存在,请尝试不同的名称。","CircularReference":"如果公式引用一个或多个循环引用,则可能导致计算不正确。"},"timepicker":{"placeholder":"选择一个时间"},"treegrid":{"EmptyRecord":"无记录可显示","InvalidFilterMessage":"无效的筛选数据","FilterbarTitle":"过滤条单元","EmptyDataSourceError":"DataSource在初始加载时不能为空,因为列是从AutoGenerate Column Grid的DataSource中生成的","Add":"加","Edit":"编辑","Cancel":"取消","Update":"更新","Delete":"删除","Print":"打印","Pdfexport":"PDF导出","Excelexport":"Excel导出","Wordexport":"Word导出","Csvexport":"CSV导出","Search":"搜索","Columnchooser":"列","Save":"保存","EditOperationAlert":"没有选择编辑操作的记录","DeleteOperationAlert":"没有选择记录进行删除操作","SaveButton":"保存","CancelButton":"取消","EditFormTitle":"的详细内容 ","AddFormTitle":"添加新记录","ConfirmDelete":"你确定要删除记录吗?","CancelEdit":"您确定要取消更改吗?","ChooseColumns":"选择列","SearchColumns":"搜索栏","FilterButton":"过滤","ClearButton":"明确","StartsWith":"以。。开始","EndsWith":"以。。结束","Contains":"包含","Equal":"等于","NotEqual":"不等于","LessThan":"少于","LessThanOrEqual":"小于或等于","GreaterThan":"比...更棒","GreaterThanOrEqual":"大于或等于","ChooseDate":"选择一个日期","EnterValue":"输入值","autoFitAll":"自动调整所有列","autoFit":"自动适应此列","Export":"出口","FirstPage":"第一页","LastPage":"最后一页","PreviousPage":"上一页","NextPage":"下一页","SortAscending":"升序","SortDescending":"按降序排序","EditRecord":"编辑记录","DeleteRecord":"删除记录","FilterMenu":"过滤"},"uploader":{"invalidMinFileSize":"文件太小","invalidMaxFileSize":"文件大小超過28 MB","invalidFileType":"文件類型是不允許的","Browse":"瀏覽","Clear":"明確","Upload":"上傳","dropFilesHint":"或在這裡刪除文件","uploadFailedMessage":"文件無法上傳","uploadSuccessMessage":"文件上傳成功","removedSuccessMessage":"文件已成功刪除","removedFailedMessage":"无法删除文件","inProgress":"上傳","readyToUploadMessage":"準備上傳","remove":"去掉","cancel":"取消","delete":"刪除文件","abort":"退出","pauseUpload":"文件上传已暂停","pause":"暂停","resume":"恢复","retry":"重试","fileUploadCancel":"文件上傳已取消"}},"fr-CH":{"dropdowns":{"noRecordsTemplate":"Aucun enregistrement trouvé","actionFailureTemplate":"La demande a échoué","overflowCountTemplate":"+ $ {count} plus ..","selectAllText":"Tout sélectionner","unSelectAllText":"tout déselectionner"},"calendar":{"today":"aujourd'hui"},"chart":{"ZoomIn":"Agrandir","ZoomOut":"Dézoomer","Zoom":"Zoom","Pan":"La poêle","Reset":"Réinitialiser","ResetZoom":"Réinitialiser Zoom"},"colorpicker":{"Apply":"s'adresser à","Cancel":"Annuler","ModeSwitcher":"Commutateur Mode"},"datepicker":{"placeholder":"choisissez une date","today":"aujourd'hui"},"daterangepicker":{"placeholder":"Sélectionnez une plage","startLabel":"Date de début","endLabel":"Date de fin","applyText":"Appliquer","cancelText":"Annuler","selectedDays":"Jours sélectionnés","days":"Journées","customRange":"Gamme personnalisée"},"datetimepicker":{"placeholder":"sélectionnez une date et une heure","today":"aujourd'hui"},"diagram":{"Cut":"Coupe","Copy":"Copie","Paste":"Pâte","Undo":"annuler","Redo":"Refaire","SelectAll":"Sélectionner tout","Grouping":"Regroupement","Group":"Groupe","UnGroup":"Dissocier","Order":"Commande","BringToFront":"Mettre au premier plan","MoveForward":"Avance","SendBackward":"Envoyer vers l'arrière","SendToBack":"Envoyer au fond"},"dialog":{"close":"Fermer"},"filemanager":{"NewFolder":"Nouveau dossier","Upload":"Télécharger","Delete":"Effacer","Rename":"Renommer","Download":"Télécharger","Cut":"Couper","Copy":"Copie","Paste":"Coller","SortBy":"Trier par","Refresh":"Rafraîchir","Item-Selection":"article sélectionné","Items-Selection":"articles sélectionnés","View":"Vue","Details":"Détails","SelectAll":"Tout sélectionner","Open":"Ouvrir","Tooltip-NewFolder":"Nouveau dossier","Tooltip-Upload":"Télécharger","Tooltip-Delete":"Effacer","Tooltip-Rename":"Renommer","Tooltip-Download":"Télécharger","Tooltip-Cut":"Couper","Tooltip-Copy":"Copie","Tooltip-Paste":"Coller","Tooltip-SortBy":"Trier par","Tooltip-Refresh":"Rafraîchir","Tooltip-Selection":"Effacer la sélection","Tooltip-View":"Vue","Tooltip-Details":"Détails","Tooltip-SelectAll":"Tout sélectionner","Name":"Prénom","Size":"Taille","DateModified":"Modifié","DateCreated":"Date créée","Path":"Chemin","Modified":"Modifié","Created":"Créé","Location":"Emplacement","Type":"Type","Permission":"Autorisation","Ascending":"Ascendant","Descending":"Descendant","View-LargeIcons":"Grandes icônes","View-Details":"Détails","Search":"Chercher","Button-Ok":"D'ACCORD","Button-Cancel":"Annuler","Button-Yes":"Oui","Button-No":"Non","Button-Create":"Créer","Button-Save":"Sauvegarder","Header-NewFolder":"Dossier","Content-NewFolder":"Entrez votre nom de dossier","Header-Rename":"Renommer","Content-Rename":"Entrez votre nouveau nom","Header-Rename-Confirmation":"Renommer la confirmation","Content-Rename-Confirmation":"Si vous modifiez une extension de nom de fichier, le fichier peut devenir instable. Voulez-vous vraiment le changer?","Header-Delete":"Supprimer le fichier","Content-Delete":"Êtes-vous sûr de vouloir supprimer ce fichier?","Header-Multiple-Delete":"Supprimer plusieurs fichiers","Content-Multiple-Delete":"Êtes-vous sûr de vouloir supprimer ces {0} fichiers?","Header-Duplicate":"Fichier / Dossier existe","Content-Duplicate":"{0} existe déjà. Voulez-vous renommer et coller?","Header-Upload":"Télécharger des fichiers","Error":"Erreur","Validation-Empty":"Le nom du fichier ou du dossier ne peut être vide.","Validation-Invalid":"Le nom du fichier ou du dossier {0} contient des caractères non valides. Veuillez utiliser un nom différent. Les noms de fichiers ou de dossiers valides ne peuvent pas se terminer par un point ou un espace, ni contenir aucun des caractères suivants: \\ /: *? \" < > | ","Validation-NewFolder-Exists":"Un fichier ou un dossier portant le nom {0} existe déjà.","Validation-Rename-Exists":"Impossible de renommer {0} en {1}: la destination existe déjà.","Folder-Empty":"Ce dossier est vide","File-Upload":"Faites glisser les fichiers ici pour les télécharger","Search-Empty":"Aucun résultat trouvé","Search-Key":"Essayez avec des mots clés différents","Sub-Folder-Error":"Le dossier de destination est le sous-dossier du dossier source.","Access-Denied":"Accès refusé","Access-Details":"Vous n'avez pas la permission d'accéder à ce dossier.","Header-Retry":"Le fichier existe déjà","Content-Retry":"Un fichier avec ce nom existe déjà dans ce dossier. Que voudriez-vous faire?","Button-Keep-Both":"Garde les deux","Button-Replace":"Remplacer","Button-Skip":"Sauter","ApplyAll-Label":"Faites ceci pour tous les articles en cours"},"gantt":{"emptyRecord":"Aucun enregistrement à afficher","id":"ID","name":"prénom","startDate":"Date de début","endDate":"Date de fin","duration":"Durée","progress":"Le progrès","dependency":"Dépendance","notes":"Remarques","excelExport":"Export Excel","csvExport":"CSV export","baselineStartDate":"Date de début de référence","baselineEndDate":"Date de fin de référence","type":"Type","offset":"Décalage","resourceName":"Ressources","resourceID":"ID de ressource","day":"journée","hour":"heure","minute":"minute","days":"journées","hours":"heures","minutes":"minutes","generalTab":"Général","customTab":"Colonnes Personnalisées","writeNotes":"Écrire des notes","addDialogTitle":"Nouvelle tâche","editDialogTitle":"Informations sur la tâche","saveButton":"sauvegarder","add":"Ajouter","edit":"modifier","update":"Mettre à jour","delete":"Effacer","cancel":"Annuler","search":"Chercher","addTask":"Ajouter une tâche","editTask":"Modifier la tâche","deleteTask":"Supprimer la tâche","expandAllTasks":"Développer toutes les tâches","collapseAllTasks":"Réduire toutes les tâches","expandAll":"Développer tout","collapseAll":"Réduire tout","nextTimeSpan":"Prochain intervalle","prevTimeSpan":"Période précédente","okText":"D'accord","confirmDelete":"Êtes-vous sûr de vouloir supprimer l'enregistrement?","from":"De","to":"À","taskLink":"Lien de tâche","lag":"Décalage","start":"Début","finish":"terminer","enterValue":"Entrez la valeur","taskBeforePredecessor_FS":"Vous avez déplacé '{0}' avant le '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskAfterPredecessor_FS":"Vous avez déplacé \"{0}\" de \"{1}\" et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskBeforePredecessor_SS":"Vous avez déplacé '{0}' avant le '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskAfterPredecessor_SS":"Vous avez déplacé '{0}' pour commencer après le '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskBeforePredecessor_FF":"Vous avez déplacé '{0}' pour terminer avant '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskAfterPredecessor_FF":"Vous avez déplacé '{0}' pour terminer après '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskBeforePredecessor_SF":"Vous avez déplacé {0} de {1} vers le début et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskAfterPredecessor_SF":"Vous avez déplacé '{0}' pour terminer après le début de '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskInformation":"Informations sur la tâche","deleteDependency":"Supprimer la dépendance","convert":"Convertir","save":"sauvegarder","above":"Au dessus de","below":"Au dessous de","child":"Enfant","milestone":"Étape importante","toTask":"À la tâche","toMilestone":"Au jalon","eventMarkers":"Marqueurs d'événement","leftTaskLabel":"Libellé de tâche gauche","rightTaskLabel":"Etiquette de tâche correcte","timelineCell":"Cellule de la timeline"},"grid":{"EmptyRecord":"Aucun enregistrement à afficher","True":"vrai","False":"faux","InvalidFilterMessage":"Données de filtre non valides","GroupDropArea":"Faites glisser un en-tête de colonne ici pour grouper sa colonne","UnGroup":"Cliquez ici pour dissocier","GroupDisable":"Le regroupement est désactivé pour cette colonne","FilterbarTitle":"cellule de barre de filtre","EmptyDataSourceError":"DataSource ne doit pas être vide lors du chargement initial, car les colonnes sont générées à partir de dataSource dans la grille de colonnes AutoGenerate","Add":"Ajouter","Edit":"modifier","Cancel":"Annuler","Update":"Mettre à jour","Delete":"Effacer","Print":"Impression","Pdfexport":"Export PDF","Excelexport":"Export Excel","Wordexport":"Word Export","Csvexport":"CSV Export","Search":"Chercher","Columnchooser":"Colonnes","Save":"sauvegarder","Item":"article","Items":"articles","EditOperationAlert":"Aucun enregistrement sélectionné pour l'opération d'édition","DeleteOperationAlert":"Aucun enregistrement sélectionné pour l'opération de suppression","SaveButton":"sauvegarder","OKButton":"D'accord","CancelButton":"Annuler","EditFormTitle":"Les détails de ","AddFormTitle":"Ajouter un nouvel enregistrement","BatchSaveConfirm":"Êtes-vous sûr de vouloir enregistrer les modifications?","BatchSaveLostChanges":"Les modifications non enregistrées seront perdues. Es-tu sur de vouloir continuer?","ConfirmDelete":"Êtes-vous sûr de vouloir supprimer l'enregistrement?","CancelEdit":"Êtes-vous sûr de vouloir annuler les modifications?","ChooseColumns":"Choisissez la colonne","SearchColumns":"colonnes de recherche","Matchs":"Aucun résultat","FilterButton":"Filtre","ClearButton":"Clair","StartsWith":"Commence avec","EndsWith":"Se termine par","Contains":"Contient","Equal":"Égal","NotEqual":"Inégal","LessThan":"Moins que","LessThanOrEqual":"Moins que ou égal","GreaterThan":"Plus grand que","GreaterThanOrEqual":"Meilleur que ou égal","ChooseDate":"Choisissez une date","EnterValue":"Entrez la valeur","Copy":"Copie","Group":"Grouper par cette colonne","Ungroup":"Dissocier par cette colonne","autoFitAll":"Auto Adapter toutes les colonnes","autoFit":"Auto Fit cette colonne","Export":"Exportation","FirstPage":"Première page","LastPage":"Dernière page","PreviousPage":"Page précédente","NextPage":"Page suivante","SortAscending":"Trier par ordre croissant","SortDescending":"Trier par ordre décroissant","EditRecord":"Modifier l'enregistrement","DeleteRecord":"Supprimer l'enregistrement","FilterMenu":"Filtre"},"checkboxFilter":{"Search":"Chercher","OK":"D'accord","Cancel":"Annuler","Filter":"Filtre","Clear":"Clair","SelectAll":"Tout sélectionner","Blanks":"Blanks","True":"Vrai","False":"Faux","NoResult":"Aucun résultat"},"excelFilter":{"ClearFilter":"Effacer le filtre","NumberFilter":"Filtres numériques","TextFilter":"Filtres de texte","DateFilter":"Filtres de date","MatchCase":"Cas de correspondance","Equal":"Égal","NotEqual":"Inégal","LessThan":"Moins que","LessThanOrEqual":"Moins que ou égal","GreaterThan":"Plus grand que","GreaterThanOrEqual":"Meilleur que ou égal","Between":"Entre","CustomFilter":"Filtre personnalisé","StartsWith":"Commence avec","EndsWith":"Se termine par","Contains":"Contient","OK":"D'accord","Cancel":"Annuler","CustomFilterPlaceHolder":"Entrez la valeur","CustomFilterDatePlaceHolder":"Choisissez une date","AND":"ET","OR":"OU","ShowRowsWhere":"Afficher les lignes où:"},"pager":{"currentPageInfo":"{0} sur {1} pages","totalItemsInfo":"({0} éléments)","firstPageTooltip":"Aller à la première page","lastPageTooltip":"Aller à la dernière page","nextPageTooltip":"Aller à la page suivante","previousPageTooltip":"Aller à la page précédente","nextPagerTooltip":"Aller au pager suivant","previousPagerTooltip":"Aller au pager précédent","pagerDropDown":"objets par page"},"numerictextbox":{"incrementTitle":"Valeur d'incrément","decrementTitle":"Décrémenter la valeur"},"pivotview":{"all":"tout","multipleItems":"plusieurs articles","Sum":"Somme","Count":"Compter","DistinctCount":"Nombre distinct","Product":"Produit","Avg":"Moyen","Min":"Min","SampleVar":"Échantillon de var","PopulationVar":"Population du Var","RunningTotals":"Totaux cumulés","Max":"Max","Index":"Indice","SampleStDev":"Exemple St Dev","PopulationStDev":"Population St Dev","PercentageOfRowTotal":"Pourcentage du total de la ligne","PercentageOfParentTotal":"Pourcentage du parent total","PercentageOfParentColumnTotal":"Pourcentage du total de la colonne parent","PercentageOfParentRowTotal":"Pourcentage du total de la ligne parent","DifferenceFrom":"Différence de","PercentageOfDifferenceFrom":"Pourcentage de différence de","PercentageOfGrandTotal":"Pourcentage du total général","PercentageOfColumnTotal":"Pourcentage du total de la colonne","editorDataLimitMsg":"éditeur Data Limit Msg","mdxQuery":"Requête mdx","qtr":"QTR","null":"null","undefined":"indéfini","groupOutOfRange":"groupe hors de portée","fieldDropErrorAction":"champ Drop Error Action","MoreOption":"Plus d'option","aggregate":"agrégat","drillThrough":"Percer à travers","ascending":"Ascendant","descending":"descendant","number":"nombre","currency":"devise","percentage":"pourcentage","formatType":"formatType","customText":"texte personnalisé","symbolPosition":"position du symbole","left":"la gauche","right":"droite","grouping":"regroupement","true":"vrai","false":"faux","decimalPlaces":"décimalPlaces","numberFormat":"Format de nombre","memberType":"type de membre","formatString":"format String","expressionField":"champ d'expression","customFormat":"format personnalisé","selectedHierarchy":"Hiérarchie sélectionnée","olapDropText":"olapDropText","Percent":"Pour cent","Currency":"Devise","Custom":"Douane","Measure":"Mesure","Dimension":"Dimension","Standard":"la norme","blank":"blanc","fieldTooltip":"info-bulle sur le terrain","QuarterYear":"Trimestre année","fieldTitle":"Titre du champ","drillError":"erreur de forage","grandTotal":"Grand Total","total":"Total","value":"Valeur","noValue":"Pas de valeur","row":"Rangée","column":"La colonne","collapse":"Effondrement","expand":"L'expansion","rowAxisPrompt":"Drop row ici","columnAxisPrompt":"Drop column here","valueAxisPrompt":"Valeur liste déroulante ici","filterAxisPrompt":"Filtre goutte ici","filter":"Filter","filtered":"Filtered","sort":"Trier","filters":"Filters","rows":"Lignes","columns":"Colonnes","values":"Valeurs","close":"Fermer","cancel":"Annuler","delete":"Supprimer","calculatedField":"Champ calculé","createCalculatedField":"Créer un champ calculé","fieldName":"Entrez le nom du champ","error":"Error","invalidFormula":"Formule invalide.","dropText":"Exemple: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Ajouter des champs et formula ici.","dropAction":"Champ calculé ne peut pas être place dans toute autre région, à l'exception de l'axe des valeurs.","alert":"Alert","warning":"Attention","ok":"OK","search":"Recherchez","drag":"Faites glisser","remove":"Déposer","sum":"Somme","average":"La moyenne","count":"Count","min":"Min","max":"Max","allFields":"Tous les domaines","formula":"Formule","addToRow":"Ajouter à la rangée","addToColumn":"Ajouter à la colonne","addToValue":"Ajouter à la valeur","addToFilter":"Ajouter au filtre","emptyData":"Pas d'enregistrements à afficher","fieldExist":"Un champ existe déjà dans ce nom. Veuillez entrer un nom différent.","confirmText":"Une rubrique calcul existe déjà dans ce nom. Voulez-vous la remplacer ?","format":"Les valeurs des résumés par","edit":"Modifier","clear":"Effacer","noMatches":"Pas de correspondance","formulaField":"Faites glisser et déposez les champs à formule","dragField":"Faites glisser le champ à la formule","clearFilter":"Clair","by":"par","enterValue":"Entrez une valeur","chooseDate":"Entrez la date","Equals":"Équivaut à","DoesNotEquals":"N'est pas égal","BeginWith":"Commence par","DoesNotBeginWith":"Ne commence pas avec","EndsWith":"Se termine par","DoesNotEndsWith":"Ne se termine pas avec","Contains":"Contient","DoesNotContains":"Ne contient pas","GreaterThan":"Plus grand que","GreaterThanOrEqualTo":"Plus grand ou égal à","LessThan":"Moins que","LessThanOrEqualTo":"Inférieur ou égal à","Between":"Compris entre","NotBetween":"Pas entre","Before":"Avant","BeforeOrEqualTo":"Avant ou égal à","After":"Après","AfterOrEqualTo":"Après ou égal à","member":"Membre","label":"Étiquette","date":"Rendez-vous amoureux","labelTextContent":"Afficher les articles pour lesquels l'étiquette","dateTextContent":"Afficher les articles pour lesquels la date","valueTextContent":"Afficher les articles pour lesquels","And":"et","NotEquals":"Pas égal","AllValues":"Toutes les valeurs","conditionalFormating":"Mise en forme conditionnelle","apply":"Appliquer","condition":"Ajouter une condition","formatLabel":"Format","valueFieldSettings":"Paramètres du champ de valeur","sourceName":"Nom de domaine :","sourceCaption":"Légende du champ:","summarizeValuesBy":"Résumer les valeurs par:","baseField":"Champ de base:","baseItem":"Élément de base:","example":"par exemple :","details":"Détails","manageRecords":"gérer les enregistrements","Years":"Années","Quarters":"Quartiers","Months":"Mois","Days":"Jours","Hours":"Heures","Minutes":"Minutes","Seconds":"Secondes","save":"Sauvegarder un rapport","new":"Créer un nouveau rapport","load":"Charger","saveAs":"Enregistrer comme état actuel","rename":"Renommer un rapport en cours","export":"Exporter","subTotals":"Sous totaux","grandTotals":"Grands totaux","reportName":"Nom du rapport :","pdf":"PDF","excel":"Excel","csv":"CSV","showSubTotals":"Afficher les totaux partiels","doNotShowSubTotals":"Ne pas afficher les sous-totaux","showSubTotalsRowsOnly":"Afficher uniquement les lignes de sous-totaux","showSubTotalsColumnsOnly":"Afficher uniquement les colonnes de totaux partiels","showGrandTotals":"Afficher les totaux généraux","doNotShowGrandTotals":"ne pas montrer les grands totaux","showGrandTotalsRowsOnly":"Afficher uniquement les lignes de totaux généraux","showGrandTotalsColumnsOnly":"Afficher uniquement la colonne des totaux généraux","fieldList":"Afficher la liste des champs","grid":"Afficher la table","toolbarFormatting":"Mise en forme conditionnelle","chart":"Graphique","reportMsg":"S'il vous plaît entrer le nom du rapport vaild !!!","reportList":"Liste de rapport","removeConfirm":"Voulez-vous vraiment supprimer ce rapport?","emptyReport":"Aucun rapport trouvé !!","bar":"Bar","line":"Ligne","area":"Surface","scatter":"Dispersion","polar":"Polaire","of":"de","emptyFormat":"Aucun format trouvé !!!","emptyInput":"Entrez une valeur","newReportConfirm":"Voulez-vous enregistrer les modifications à signaler?","emptyReportName":"Entrez un nom de rapport","caption":"Légende du champ","copy":"Copie","defaultReport":"Rapport par défaut","customFormatString":"Format personnalisé","invalidFormat":"Format invalide."},"pivotfieldlist":{"all":"tout","multipleItems":"plusieurs articles","Sum":"Somme","Count":"Compter","DistinctCount":"Nombre distinct","Product":"Produit","Avg":"Moyen","Min":"Min","SampleVar":"Échantillon de var","PopulationVar":"Population du Var","RunningTotals":"Totaux cumulés","Max":"Max","Index":"Indice","SampleStDev":"Exemple St Dev","PopulationStDev":"Population St Dev","PercentageOfRowTotal":"Pourcentage du total de la ligne","PercentageOfParentTotal":"Pourcentage du parent total","PercentageOfParentColumnTotal":"Pourcentage du total de la colonne parent","PercentageOfParentRowTotal":"Pourcentage du total de la ligne parent","DifferenceFrom":"Différence de","PercentageOfDifferenceFrom":"Pourcentage de différence de","PercentageOfGrandTotal":"Pourcentage du total général","PercentageOfColumnTotal":"Pourcentage du total de la colonne","editorDataLimitMsg":"éditeur Data Limit Msg","Years":"Années","Quarters":"Trimestres","Months":"Mois","Days":"Journées","Hours":"Heures","Minutes":"Miuntes","Seconds":"Secondes","apply":"appliquer","null":"null","undefined":"indéfini","groupOutOfRange":"groupe hors de portée","fieldDropErrorAction":"champ Drop Error Action","MoreOption":"Plus d'option","memberType":"type de membre","formatString":"format String","expressionField":"champ d'expression","customFormat":"format personnalisé","selectedHierarchy":"Hiérarchie sélectionnée","olapDropText":"olapDropText","Percent":"Pour cent","Currency":"Devise","Custom":"Douane","Measure":"Mesure","Dimension":"Dimension","Standard":"la norme","blank":"blanc","fieldTooltip":"info-bulle sur le terrain","QuarterYear":"Trimestre année","fieldTitle":"Field Name","staticFieldList":"Liste des champs de pivot","fieldList":"Field List","dropRowPrompt":"Drop row ici","dropColPrompt":"Drop column here","dropValPrompt":"Valeur liste déroulante ici","dropFilterPrompt":"Filtre goutte ici","addPrompt":"Ajouter un champ ici","adaptiveFieldHeader":"Choisissez Domaine","centerHeader":"Faire glisser les champs entre les zones ci-dessous :","add":"Ajouter","drag":"Faites glisser","filter":"Filter","filtered":"Filtered","sort":"Trier","remove":"Déposer","filters":"Filters","rows":"Lignes","columns":"Colonnes","values":"Valeurs","calculatedField":"Champ calculé","createCalculatedField":"Créer un champ calculé","fieldName":"Entrez le nom du champ","error":"Error","invalidFormula":"Formule invalide.","dropText":"Exemple: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Ajouter des champs et formula ici.","dropAction":"Champ calculé ne peut pas être place dans toute autre région, à l'exception de l'axe des valeurs.","search":"Recherchez","close":"Fermer","cancel":"Annuler","delete":"Supprimer","alert":"Alert","warning":"Attention","ok":"OK","sum":"Somme","average":"La moyenne","count":"Count","min":"Min","max":"Max","allFields":"Tous les domaines","formula":"Formule","fieldExist":"Un champ existe déjà dans ce nom. Veuillez entrer un nom différent.","confirmText":"Une rubrique calcul existe déjà dans ce nom. Voulez-vous la remplacer ?","format":"Les valeurs des résumés par","edit":"Modifier","clear":"Effacer","noMatches":"Pas de correspondance","formulaField":"Faites glisser et déposez les champs à formule","dragField":"Faites glisser le champ à la formule","clearFilter":"Clair","by":"par","enterValue":"Entrez une valeur","chooseDate":"Entrez la date","Equals":"Équivaut à","DoesNotEquals":"N'est pas égal","BeginWith":"Commence par","DoesNotBeginWith":"Ne commence pas avec","EndsWith":"Se termine par","DoesNotEndsWith":"Ne se termine pas avec","Contains":"Contient","DoesNotContains":"Ne contient pas","GreaterThan":"Plus grand que","GreaterThanOrEqualTo":"Plus grand ou égal à","LessThan":"Moins que","LessThanOrEqualTo":"Inférieur ou égal à","Between":"Compris entre","NotBetween":"Pas entre","Before":"Avant","BeforeOrEqualTo":"Avant ou égal à","After":"Après","AfterOrEqualTo":"Après ou égal à","member":"Membre","label":"Étiquette","date":"Rendez-vous amoureux","value":"Valeur","labelTextContent":"Afficher les articles pour lesquels l'étiquette","dateTextContent":"Afficher les articles pour lesquels la date","valueTextContent":"Afficher les articles pour lesquels","And":"et","valueFieldSettings":"Paramètres du champ de valeur","sourceName":"Nom de domaine :","sourceCaption":"Légende du champ:","summarizeValuesBy":"Résumer les valeurs par:","baseField":"Champ de base:","baseItem":"Élément de base:","example":"par exemple :","deferLayoutUpdate":"Différer la mise à jour de la mise en page","caption":"Légende du champ","copy":"Copie"},"schedule":{"day":"journée","week":"La semaine","workWeek":"Semaine de travail","month":"Mois","agenda":"Ordre du jour","weekAgenda":"Agenda de la semaine","workWeekAgenda":"Agenda de la semaine de travail","monthAgenda":"Agenda du mois","today":"Aujourd'hui","noEvents":"Pas d'événements","emptyContainer":"Aucun événement n'est prévu ce jour-là.","allDay":"Toute la journée","start":"Début","end":"Fin","more":"plus","close":"Fermer","cancel":"Annuler","noTitle":"(Pas de titre)","delete":"Effacer","deleteEvent":"Supprimer l'événement","deleteMultipleEvent":"Supprimer plusieurs événements","selectedItems":"Items selected","deleteSeries":"Supprimer la série","edit":"modifier","editSeries":"Modifier la série","editEvent":"Modifier l'événement","createEvent":"Créer","subject":"Assujettir","addTitle":"Ajouter un titre","moreDetails":"Plus de détails","save":"sauvegarder","editContent":"Voulez-vous modifier uniquement cet événement ou toute la série?","deleteRecurrenceContent":"Voulez-vous supprimer uniquement cet événement ou toute la série?","deleteContent":"Êtes-vous sûr de vouloir supprimer cet événement?","deleteMultipleContent":"Êtes-vous sûr de vouloir supprimer les événements sélectionnés?","newEvent":"Nouvel évènement","title":"Titre","location":"Emplacement","description":"La description","timezone":"Fuseau horaire","startTimezone":"Démarrer fuseau horaire","endTimezone":"Fin du fuseau horaire","repeat":"Répéter","saveButton":"sauvegarder","cancelButton":"Annuler","deleteButton":"Effacer","recurrence":"Récurrence","wrongPattern":"Le modèle de récurrence n'est pas valide.","seriesChangeAlert":"Les modifications apportées à des instances spécifiques de cette série seront annulées et ces événements correspondront à nouveau à la série.","createError":"La durée de l'événement doit être plus courte que sa fréquence. Raccourcissez la durée ou modifiez le modèle de récurrence dans l'éditeur d'événement de récurrence.","recurrenceDateValidation":"Certains mois ont moins que la date sélectionnée. Pour ces mois, l'événement se produira à la dernière date du mois.","sameDayAlert":"Deux occurrences du même événement ne peuvent pas se produire le même jour.","editRecurrence":"Modifier la récurrence","repeats":"Répétitions","alert":"Alerte","startEndError":"La date de fin sélectionnée se produit avant la date de début.","invalidDateError":"La valeur de date saisie est invalide.","ok":"D'accord","occurrence":"Occurrence","series":"Séries","previous":"précédent","next":"Prochain","timelineDay":"Journée chronologique","timelineWeek":"Semaine chronologique","timelineWorkWeek":"Semaine de travail chronologique","timelineMonth":"Mois de la chronologie"},"recurrenceeditor":{"none":"Aucun","daily":"du quotidien","weekly":"Hebdomadaire","monthly":"Mensuel","month":"Mois","yearly":"Annuel","never":"Jamais","until":"Jusqu'à","count":"Compter","first":"First","second":"Seconde","third":"Troisième","fourth":"Quatrième","last":"Dernier","repeat":"Répéter","repeatEvery":"Répétez chaque","on":"Répéter sur","end":"Fin","onDay":"journée","days":"journées","weeks":"semaines","months":"Mois","years":"Années","every":"chaque","summaryTimes":"fois","summaryOn":"sur","summaryUntil":"jusqu'à","summaryRepeat":"Répétitions","summaryDay":"journées","summaryWeek":"semaines","summaryMonth":"mois","summaryYear":"années"},"slider":{"incrementTitle":"augmenter","decrementTitle":"diminution"},"spreadsheet":{"Cut":"Coupe","Copy":"Copie","Paste":"Pâte","PasteSpecial":"Pâte spéciale","All":"Tous les","Values":"Valeurs","Formats":"Les formats","Font":"fonte","FontSize":"Taille de police","Bold":"Audacieux","Italic":"Italique","Underline":"Souligner","Strikethrough":"Barré","TextColor":"Couleur du texte","FillColor":"La couleur de remplissage","HorizontalAlignment":"Alignement horizontal","AlignLeft":"Alignez à gauche","AlignCenter":"centre","AlignRight":"Aligner à droite","VerticalAlignment":"Alignement vertical","AlignTop":"Aligner en haut","AlignMiddle":"Aligner le milieu","AlignBottom":"Aligner le bas","InsertFunction":"Insérer une fonction","Insert":"Insérer","Delete":"Effacer","Rename":"Rebaptiser","Hide":"Cacher","Unhide":"Démasquer","NameBox":"Nom Box","ShowHeaders":"Afficher les en-têtes","HideHeaders":"Masquer les en-têtes","ShowGridLines":"Afficher les quadrillages","HideGridLines":"Masquer le quadrillage","AddSheet":"Ajouter une feuille","ListAllSheets":"Liste de feuilles","FullScreen":"Plein écran","CollapseToolbar":"Réduire la barre d'outils","ExpandToolbar":"Maximiser la barre d'outils","CollapseFormulaBar":"Réduire la barre de formule","ExpandFormulaBar":"Développer la barre de formule","File":"Fichier","Home":"Accueil","Formulas":"Formules","View":"Vue","New":"Nouveau","Open":"Ouvrir","SaveAs":"Enregistrer sous","ExcelXlsx":"Microsoft Excel","ExcelXls":"Microsoft Excel 97-2003","CSV":"Comma-separated values","FormulaBar":"Barre de formule","Ok":"D'accord","Close":"Fermer","Cancel":"Annuler","Apply":"s'adresser à","MoreColors":"Plus de couleurs","StandardColors":"Couleurs Standard","General":"Général","Number":"Nombre","Currency":"Devise","Accounting":"Comptabilité","ShortDate":"Date courte","LongDate":"Longue date","Time":"Temps","Percentage":"Pourcentage","Fraction":"Fraction","Scientific":"Scientifique","Text":"Texte","NumberFormat":"Nombre Format","MobileFormulaBarPlaceHolder":"Entrer une valeur ou une formule","PasteAlert":"Vous ne pouvez pas coller ceci ici, car les zones de copie et de collage ne sont pas de la même taille. S'il vous plaît essayez de coller dans une plage différente.","DestroyAlert":"Êtes-vous sûr de vouloir détruire le classeur actuel sans enregistrer et créer un nouveau classeur?","SheetRenameInvalidAlert":"Le nom de la feuille contient un caractère invalide.","SheetRenameEmptyAlert":"Le nom de la feuille ne peut pas être vide.","SheetRenameAlreadyExistsAlert":"Le nom de la feuille existe déjà. S'il vous plaît entrer un autre nom.","DeleteSheetAlert":"Êtes-vous sûr de vouloir supprimer cette feuille?","DeleteSingleLastSheetAlert":"Un classeur doit contenir au moins une feuille de calcul visible.","PickACategory":"Choisissez une catégorie","Description":"La description","UnsupportedFile":"Fichier non supporté","InvalidUrl":"URL invalide","SUM":"Ajoute une série de nombres et / ou de cellules.","SUMIF":"Ajoute les cellules en fonction de la condition spécifiée.","SUMIFS":"Ajoute les cellules en fonction de conditions spécifiées.","ABS":"Retourne la valeur d'un nombre sans son signe.","RAND":"Retourne un nombre aléatoire compris entre 0 et 1.","RANDBETWEEN":"Retourne un entier aléatoire basé sur des valeurs spécifiées.","FLOOR":"Arrondit un nombre jusqu'au multiple le plus proche d'un facteur donné.","CEILING":"Arrondit un nombre jusqu'au multiple le plus proche d'un facteur donné.","PRODUCT":"Multiplie une série de nombres et / ou de cellules.","AVERAGE":"Calculez la moyenne pour la série de nombres et / ou de cellules excluant le texte.","AVERAGEIF":"Calcule la moyenne des cellules en fonction de la condition spécifiée.","AVERAGEIFS":"Calcule la moyenne des cellules en fonction de conditions spécifiées.","AVERAGEA":"Calcule la moyenne des cellules évaluant VRAI à 1, texte et FAUX à 0.","COUNT":"Compte les cellules contenant des valeurs numériques dans une plage.","COUNTIF":"Compte les cellules en fonction de la condition spécifiée.","COUNTIFS":"Compte les cellules en fonction de conditions spécifiées.","COUNTA":"Compte les cellules contenant des valeurs dans une plage.","MIN":"Retourne le plus petit nombre d'arguments donnés.","MAX":"Retourne le plus grand nombre d'arguments donnés.","DATE":"Renvoie la date en fonction de l'année, du mois et du jour donnés.","DAY":"Renvoie le jour à partir de la date donnée.","DAYS":"Renvoie le nombre de jours entre deux dates.","IF":"Renvoie la valeur en fonction de l'expression donnée.","IFS":"Retourne une valeur basée sur les expressions multiples données.","AND":"Renvoie VRAI si tous les arguments sont VRAI, sinon renvoie FAUX.","OR":"Renvoie VRAI si l'un des arguments est VRAI, sinon renvoie FAUX.","IFERROR":"Renvoie une valeur si aucune erreur n'est trouvée sinon, la valeur spécifiée sera renvoyée.","CHOOSE":"Retourne une valeur de la liste de valeurs, basée sur le numéro d'index.","INDEX":"Renvoie une valeur de la cellule dans une plage donnée en fonction du numéro de ligne et de colonne.","FIND":"Renvoie la position d'une chaîne dans une autre chaîne, sensible à la casse.","CONCATENATE":"Combine deux ou plusieurs chaînes ensemble.","CONCAT":"Concatène une liste ou une plage de chaînes de texte.","SUBTOTAL":"Retourne le sous-total d'une plage en utilisant le numéro de fonction donné.","RADIANS":"Convertit les degrés en radians.","MATCH":"Renvoie la position relative d'une valeur spécifiée dans une plage donnée.","DefineNameExists":"Ce nom existe déjà, essayez un nom différent.","CircularReference":"Lorsqu'une formule fait référence à une ou plusieurs références circulaires, cela peut entraîner un calcul incorrect."},"timepicker":{"placeholder":"Choisissez une heure"},"treegrid":{"EmptyRecord":"Aucun enregistrement à afficher","InvalidFilterMessage":"Données de filtre non valides","FilterbarTitle":"cellule de barre de filtre","EmptyDataSourceError":"DataSource ne doit pas être vide lors du chargement initial, car les colonnes sont générées à partir de dataSource dans la grille de colonnes AutoGenerate","Add":"Ajouter","Edit":"modifier","Cancel":"Annuler","Update":"Mettre à jour","Delete":"Effacer","Print":"Impression","Pdfexport":"Export PDF","Excelexport":"Export Excel","Wordexport":"Word Export","Csvexport":"CSV Export","Search":"Chercher","Columnchooser":"Colonnes","Save":"sauvegarder","EditOperationAlert":"Aucun enregistrement sélectionné pour l'opération d'édition","DeleteOperationAlert":"Aucun enregistrement sélectionné pour l'opération de suppression","SaveButton":"sauvegarder","CancelButton":"Annuler","EditFormTitle":"Les détails de ","AddFormTitle":"Ajouter un nouvel enregistrement","ConfirmDelete":"Êtes-vous sûr de vouloir supprimer l'enregistrement?","CancelEdit":"Êtes-vous sûr de vouloir annuler les modifications?","ChooseColumns":"Choisissez la colonne","SearchColumns":"colonnes de recherche","FilterButton":"Filtre","ClearButton":"Clair","StartsWith":"Commence avec","EndsWith":"Se termine par","Contains":"Contient","Equal":"Égal","NotEqual":"Inégal","LessThan":"Moins que","LessThanOrEqual":"Moins que ou égal","GreaterThan":"Plus grand que","GreaterThanOrEqual":"Meilleur que ou égal","ChooseDate":"Choisissez une date","EnterValue":"Entrez la valeur","autoFitAll":"Auto Adapter toutes les colonnes","autoFit":"Auto Fit cette colonne","Export":"Exportation","FirstPage":"Première page","LastPage":"Dernière page","PreviousPage":"Page précédente","NextPage":"Page suivante","SortAscending":"Trier par ordre croissant","SortDescending":"Trier par ordre décroissant","EditRecord":"Modifier l'enregistrement","DeleteRecord":"Supprimer l'enregistrement","FilterMenu":"Filtre"},"uploader":{"invalidMinFileSize":"La taille du fichier est trop petite","invalidMaxFileSize":"La taille du fichier dépasse 28 Mo","invalidFileType":"Le type de fichier n'est pas autorisé","Browse":"Feuilleter","Clear":"Clair","Upload":"Télécharger","dropFilesHint":"ou Déposer des fichiers ici","uploadFailedMessage":"Impossible d'importer le fichier","uploadSuccessMessage":"Fichier téléchargé avec succès","removedSuccessMessage":"Fichier supprimé avec succès","removedFailedMessage":"Impossible de supprimer le fichier","inProgress":"Téléchargement","readyToUploadMessage":"Prêt à télécharger","remove":"Retirer","cancel":"Annuler","delete":"Supprimer le fichier","abort":"Avorter","pauseUpload":"Le téléchargement du fichier a été suspendu","pause":"Pause","resume":"Reprendre","retry":"Recommencez","fileUploadCancel":"Téléchargement de fichier annulé"}}}; \ No newline at end of file +export let Locale: Object={"de":{"dropdowns":{"noRecordsTemplate":"Keine Aufzeichnungen gefunden","actionFailureTemplate":"Die Anforderung ist fehlgeschlagen","overflowCountTemplate":"+ $ {count} mehr ..","selectAllText":"Selecteer alles","unSelectAllText":"Alles deselecteren"},"calendar":{"today":"heute"},"chart":{"ZoomIn":"Hineinzoomen","ZoomOut":"Rauszoomen","Zoom":"Zoomen","Pan":"Pfanne","Reset":"Zurücksetzen","ResetZoom":"Zoom Zurücksetzen"},"colorpicker":{"Apply":"Anwenden","Cancel":"Abbrechen","ModeSwitcher":"Modus wechseln"},"datepicker":{"placeholder":"Wählen Sie ein Datum","today":"heute"},"daterangepicker":{"placeholder":"Wählen Sie einen Bereich","startLabel":"Anfangsdatum","endLabel":"Enddatum","applyText":"Sich bewerben","cancelText":"Stornieren","selectedDays":"Ausgewählte Tage","days":"Tage","customRange":"benutzerdefinierten Bereich"},"datetimepicker":{"placeholder":"Wählen Sie Datum und Uhrzeit","today":"heute"},"diagram":{"Cut":"Schneiden","Copy":"Kopieren","Paste":"Paste","Undo":"Rückgängig machen","Redo":"Redo","SelectAll":"Alle Auswählen","Grouping":"Gruppierung","Group":"Gruppe","UnGroup":"Gruppierung aufheben","Order":"Auftrag","BringToFront":"In den Vordergrund bewegen","MoveForward":"nach vorne bewegen","SendBackward":"nach hinten bewegen","SendToBack":"In den Hintergrund bewegen"},"dialog":{"close":"schließen"},"documenteditor":{"Table":"Tabelle","Row":"Zeile","Cell":"Zelle","Ok":"Okay","Cancel":"Abbrechen","Size":"Größe","Preferred Width":"Bevorzugte Breite","Points":"Punkte","Percent":"Prozent","Measure in":"Maßnahme in","Alignment":"Ausrichtung","Left":"Links","Center":"Center","Right":"Richting","Justify":"Rechtfertigen","Indent from left":"Einzug von links","Borders and Shading":"Grenzen und Schattierung","Options":"Optionen","Specify height":"Angeben der Höhe","At least":"Mindestens","Exactly":"Genau","Row height is":"Die Zeilenhöhe ist","Allow row to break across pages":"Zulassen, dass Zeilen über Seiten hinweg aufbrechen","Repeat as header row at the top of each page":"Wiederholen als Kopfzeile oben auf jeder Seite","Vertical alignment":"Vertikale Ausrichtung","Top":"Nach oben","Bottom":"Unteres","Default cell margins":"Standardzellenränder","Default cell spacing":"Standardzellenabstand","Allow spacing between cells":"Abstand zwischen Zellen zulassen","Cell margins":"Zellränder","Same as the whole table":"Wie die gesamte Tabelle","Borders":"Grenzen","None":"nichts","Style":"Stil","Width":"Breite","Height":"Höhe","Letter":"Brief","Tabloid":"Tabloid","Legal":"Rechtlich","Statement":"Anweisung","Executive":"Executive","A3":"A3","A4":"A4","A5":"A5","B4":"B4","B5":"B5","Custom Size":"Benutzerdefinierte Größe","Different odd and even":"Verschiedene ungerade und gleichmäßige","Different first page":"Verschiedene erste Seite","From edge":"Von der Kante","Header":"Header","Footer":"Fußzeile","Margin":"Ränder","Paper":"Papier","Layout":"Layout","Orientation":"Ausrichtung","Landscape":"Landschaft","Portrait":"Porträt","Show page numbers":"Seitenzahlen anzeigen","Right align page numbers":"Rechte Ausrichtung Seitenzahlen","Nothing":"Nichts","Tab leader":"Tab-Leiter","Show levels":"Ebenen anzeigen","Use hyperlinks instead of page numbers":"Verwenden von Hyperlinks anstelle von Seitenzahlen","Build table of contents from":"Inhaltsverzeichnis erstellen aus","Styles":"Stile","Available styles":"Verfügbare Stile","TOC level":"TOC-Niveau","Heading":"Überschrift","Heading 1":"Rubrik 1","Heading 2":"Rubrik 2","Heading 3":"Rubrik 3","Heading 4":"Rubrik 4","Heading 5":"Rubrik 5","Heading 6":"Rubrik 6","List Paragraph":"Liste Absatz","Normal":"Normalen","Outline levels":"Gliederungsebenen","Table entry fields":"Tabelleneintragsfelder","Modify":"Ändern","Color":"Farbe","Setting":"Einstellung","Box":"Box","All":"Alle","Custom":"Benutzerdefinierte","Preview":"Vorschau","Shading":"Schattierung","Fill":"Füllen","Apply To":"Bewerben Sie sich auf","Table Properties":"Tabelleneigenschaften","Cell Options":"Zellenoptionen","Table Options":"Tabellenoptionen","Insert Table":"Tabelle einfügen","Number of columns":"Anzahl der Spalten","Number of rows":"Anzahl der Zeilen","Text to display":"Anzuzeigenden Text","Address":"Adresse","Insert Hyperlink":"Hyperlink einfügen","Edit Hyperlink":"Bearbeiten von Hyperlink","Insert":"Einfügen","General":"Allgemeine","Indentation":"Einzug","Before text":"Vor Text","Special":"Besondere","First line":"Erste Zeile","Hanging":"Hängen","After text":"Nach Text","By":"Von","Before":"Bevor","Line Spacing":"Zeilenabstand","After":"Nach","At":"Auf","Multiple":"Mehrere","Spacing":"Abstand","Define new Multilevel list":"Definieren einer neuen Multilevel-Liste","List level":"Listenebene","Choose level to modify":"Wählen Sie ebene zu ändern","Level":"Ebene","Number format":"Zahlenformat","Number style for this level":"Zahlenstil für diese Ebene","Enter formatting for number":"Formatierung für Nummer eingeben","Start at":"Beginnen Sie bei","Restart list after":"Neustartliste nach","Position":"Position","Text indent at":"Texteinzug bei","Aligned at":"Ausgerichtet an","Follow number with":"Follow-Nummer mit","Tab character":"Tab-Zeichen","Space":"Raum","Arabic":"Arabisch","UpRoman":"UpRoman","LowRoman":"LowRoman","UpLetter":"UpLetter","LowLetter":"LowLetter","Number":"Anzahl","Leading zero":"Führende Null","Bullet":"Kugel","Ordinal":"Ordnungszahl","Ordinal Text":"Ordinaltext","For East":"Für den Osten","No Restart":"Kein Neustart","Font":"Schriftart","Font style":"Schriftstil","Underline style":"Unterstreichungsstil","Font color":"Schriftfarbe","Effects":"Auswirkungen","Strikethrough":"Durchgestrichen","Superscript":"Hochgestellt","Subscript":"Tiefgestellt","Double strikethrough":"Doppelschlag","Regular":"Regelmäßige","Bold":"kühn","Italic":"Italic","Cut":"Schneiden","Copy":"Kopieren","Paste":"Einfügen","Hyperlink":"Hyperlink","Open Hyperlink":"Öffnen sie Hyperlink","Copy Hyperlink":"Hyperlink kopieren","Remove Hyperlink":"Hyperlink entfernen","Paragraph":"Absatz","Linked(Paragraph and Character)":"Verknüpft (Absatz und Zeichen)","Character":"Charakter","Merge Cells":"Zusammenführen von Zellen","Insert Above":"Einfügen oben","Insert Below":"Einfügen unten","Insert Left":"Einfügen links","Insert Right":"Einfügen rechts","Delete":"Löschen","Delete Table":"Tabelle löschen","Delete Row":"Zeile löschen","Delete Column":"Spalte löschen","File Name":"Dateiname","Format Type":"Formattyp","Save":"Speichern","Navigation":"Navigation","Results":"Ergebnisse","Replace":"Ersetzen","Replace All":"Ersetzen Sie alle","We replaced all":"Wir haben alle","Find":"Finden","No matches":"Kein Treffer","All Done":"Fertig","Result":"Ergebnis","of":"von","instances":"Instanzen","with":"Mit","Click to follow link":"Klicken Sie hier, um dem Link zu folgen","Continue Numbering":"Weiter Nummerierung","Bookmark name":"Lesezeichenname","Close":"Schließen","Restart At":"Neustart bei","Properties":"Eigenschaften","Name":"Namen","Style type":"Stiltyp","Style based on":"Stil basierend auf","Style for following paragraph":"Stil für folgenden Absatz","Formatting":"Formatierung","Numbering and Bullets":"Nummerierung und Aufzählungszeichen","Numbering":"Nummerierung","Update Field":"Update-Feld","Edit Field":"Bearbeitungsfeld","Bookmark":"Lesezeichen","Page Setup":"Seiteneinrichtung","No bookmarks found":"Keine Lesezeichen gefunden","Number format tooltip information":"Einstufiges Zahlenformat:
[PREFIX]%[LEVELNUMBER][SUFFIX]
Beispielsweise zeigt 'Kapitel %1.' die Nummerierung wie
Kapitel 1 an. Artikel
Kapitel 2. Artikel
...
Kapitel N. Artikel

Mehrstufiges Zahlenformat:
[PREFIX]%[LEVELNUMBER][SUFFIX]+[PREFIX]%[LEVELNUMBER][SUFFIX]
Zum Beispiel zeigt '%1.%2.' die Nummerierung wie
1 an. Artikel
1.2. Artikel
...
1.N. Artikel","Format":"Format","Create New Style":"Erstellen eines neuen Stils","Modify Style":"Stil ändern","New":"Neu","Bullets":"Kugeln","Use bookmarks":"Verwenden von Lesezeichen","Table of Contents":"Inhaltsverzeichnis","AutoFit":"Autofit","AutoFit to Contents":"AutoFit für Inhalte","AutoFit to Window":"AutoFit zu Fenster","Fixed Column Width":"Feste Spaltenbreite","Reset":"Zurücksetzen","Match case":"Match-Fall","Whole words":"Ganze Wörter","Add":"Hinzufügen","Go To":"Gehe zu","Search for":"Suchen nach","Replace with":"Ersetzen Sie dies durch","TOC 1":"TOC 1","TOC 2":"TOC 2","TOC 3":"TOC 3","TOC 4":"TOC 4","TOC 5":"TOC 5","TOC 6":"TOC 6","TOC 7":"TOC 7","TOC 8":"TOC 8","TOC 9":"TOC 9","Right-to-left":"Von rechts nach links","Left-to-right":"Von links nach rechts","Direction":"Richtung","Table direction":"Tabellenrichtung","Indent from right":"Einzug von rechts","Don't add space between the paragraphs of the same styles":"Fügen Sie keinen Abstand zwischen den Absätzen derselben Stile hinzu.","The password don't match":"Das Kennwort stimmt nicht überein ","Restrict Editing":"Einschränken der Bearbeitung","Formatting restrictions":"Formatierungseinschränkungen","Allow formatting":"Formatierung zulassen","Editing restrictions":"Bearbeitungseinschränkungen","Read only":"Nur lesen","Exceptions (optional)":"Ausnahmen (optional)","Select parts of the document and choose users who are allowed to freely edit them.":"Wählen Sie Teile des Dokuments aus, und wählen Sie Benutzer aus, die sie frei bearbeiten dürfen. ","Everyone":"Jeder","More users":"Mehr Benutzer","Add Users":"Hinzufügen von Benutzern","Yes, Start Enforcing Protection":"Ja, Starten Sie die Durchsetzung des Schutzes","Start Enforcing Protection":"Starten des Erzwingens des Schutzes","Enter User":"Benutzer eingeben","Users":"Benutzer","Enter new password":"Geben Sie ein neues Passwort ein","Reenter new password to confirm":"Geben Sie das neue Kennwort erneut ein, um dies zu bestätigen","Your permissions":"Ihre Berechtigungen","This document is protected from unintentional editing.You may edit in this region.":"Dieses Dokument ist vor unbeabsichtigter Bearbeitung geschützt. Sie können in dieser Region bearbeiten.","You may format text only with certain styles.":"Sie können Text nur mit bestimmten Formatvorlagen formatieren.","Stop Protection":"Stop Protection","Password":"Passwort","Spelling Editor":"Rechtschreib-Editor","Spelling":"Rechtschreibung","Spell Check":"Rechtschreibprüfung","Underline errors":"Unterstreichung von Fehlern","Ignore":"Ignorieren","Ignore all":"Ignorieren Sie alle","Add to Dictionary":"Zum Wörterbuch hinzufügen","Change":"Veränderung","Change All":"Alle ändern","Suggestions":"Vorschläge","The password is incorrect":"Das Kennwort ist falsch","Error in establishing connection with web server":"Fehler beim Herstellen einer Verbindung mit dem Webserver","Highlight the regions I can edit":"Markieren Sie die Bereiche, die ich bearbeiten kann","Show All Regions I Can Edit":"Alle Regionen anzeigen, die ich bearbeiten kann","Find Next Region I Can Edit":"Nächste Region finden, die ich bearbeiten kann","Keep source formatting":"Quellformatierung beibehalten","Match destination formatting":"Übereinstimmung der Zielformatierung","Text only":"Nur Text","Comments":"Kommentare","Type your comment":"Geben Sie Ihren Kommentar ein","Post":"Bereitstellen","Reply":"Antwort","New Comment":"Neuer Kommentar","Edit":"Bearbeiten","Resolve":"Beheben","Reopen":"Öffnen","No comments in this document":"Keine Kommentare in diesem Dokument","more":"Mehr","Type your comment hear":"Geben Sie Ihren Kommentar ein","Next Comment":"Nächster Kommentar","Previous Comment":"Vorheriger Kommentar","Un-posted comments":"Nicht gepostete Kommentare","Added comments not posted. If you continue, that comment will be discarded.":"Kommentare wurden nicht gepostet. Wenn Sie fortfahren, wird dieser Kommentar verworfen."},"documenteditorcontainer":{"New":"Neu","Open":"Öffnen","Undo":"Rückgängig","Redo":"Wiederholen","Image":"Bild","Table":"Tabelle","Link":"verbinden","Bookmark":"Lesezeichen","Table of Contents":"Inhaltsverzeichnis","HEADING - - - - 1":"HEADING - - - - 1","HEADING - - - - 2":"HEADING - - - - 2","HEADING - - - - 3":"HEADING - - - - 3","Header":"Header","Footer":"Fußzeile","Page Setup":"Seiteneinrichtung","Page Number":"Seitenzahl","Break":"Brechen","Find":"Finden","Local Clipboard":"Lokale Zwischenablage","Restrict Editing":"Einschränken der Bearbeitung","Upload from computer":"Hochladen vom Computer","By URL":"Nach URL","Page Break":"Seitenumbruch","Section Break":"Abschnittsunterbrechung","Header & Footer":"Kopfzeile & Fußzeile","Options":"Optionen","Levels":"Ebenen","Different First Page":"Verschiedene erste Seite","Different header and footer for odd and even pages.":"Verschiedene Kopf- und Fußzeile für ungerade und gerade Seiten.","Different Odd & Even Pages":"Verschiedene Odd & Even Seiten","Different header and footer for first page.":"Verschiedene Kopf- und Fußzeile für die erste Seite.","Position":"Position","Header from Top":"Header von oben","Footer from Bottom":"Fußzeile von unten","Distance from top of the page to top of the header.":"Abstand vom oberen Rand der Seite zum oberen Anfang der Kopfzeile.","Distance from bottom of the page to bottom of the footer.":"Abstand vom unteren Rand der Seite bis zum unteren Rand der Fußzeile.","Aspect ratio":"Seitenverhältnis","W":"W","H":"H","Width":"Breite","Height":"Höhe","Text":"Text","Paragraph":"Absatz","Fill":"Füllen","Fill color":"Füllfarbe","Border Style":"Border Style","Outside borders":"Außerhalb der Grenzen","All borders":"Alle Grenzen","Inside borders":"Innere Grenzen","Left border":"Linke Grenze","Inside vertical border":"Innerhalb vertikaler Rahmen","Right border":"Rechte Grenze","Top border":"Obere Grenze","Inside horizontal border":"Innerhalb horizontaler Rahmen","Bottom border":"Unterer Rand","Border color":"Rahmenfarbe","Border width":"Grenzbreite","Cell":"Zelle","Merge cells":"Zusammenführen von Zellen","Insert / Delete":"Einfügen / Löschen","Insert columns to the left":"Einfügen von Spalten nach links","Insert columns to the right":"Einfügen von Spalten auf der rechten Seite","Insert rows above":"Zeilen oben einfügen","Insert rows below":"Zeilen unten einfügen","Delete rows":"Löschen von Zeilen","Delete columns":"Spalten löschen","Cell Margin":"Zell-Rand","Top":"Nach oben","Bottom":"Unteres","Left":"Links","Right":"Richting","Align Text":"Ausrichten von Text","Align top":"Oben ausrichten","Align bottom":"Unten ausrichten","Align center":"Ausrichtung des Zentrums","Number of heading or outline levels to be shown in table of contents.":"Anzahl der Überschriften oder Gliederungsebenen, die im Inhaltsverzeichnis angezeigt werden sollen.","Show page numbers":"Seitenzahlen anzeigen","Show page numbers in table of contents.":"Seitenzahlen im Inhaltsverzeichnis anzeigen.","Right align page numbers":"Rechte Ausrichtung Seitenzahlen","Right align page numbers in table of contents.":"Rechte Seitenzahlen im Inhaltsverzeichnis.","Use hyperlinks":"Verwenden von Hyperlinks","Use hyperlinks instead of page numbers.":"Verwenden Sie Hyperlinks anstelle von Seitenzahlen.","Font":"Schriftart","Font Size":"Schriftgröße","Font color":"Schriftfarbe","Text highlight color":"Texthervorhebungsfarbe","Clear all formatting":"Löschen aller Formatierungen","Bold (Ctrl+B)":"Fett (Strg+B)","Italic (Ctrl+I)":"Kursiv (Strg+I)","Underline (Ctrl+U)":"Unterstreichung (Strg+U)","Strikethrough":"Durchgestrichen","Superscript (Ctrl+Shift++)":"Hochschrift (Strg+Umschalt++)","Subscript (Ctrl+=)":"Subskription (Strg+=)","Align left (Ctrl+L)":"Links ausrichten (Strg+L)","Center (Ctrl+E)":"Mitte (Strg+E)","Align right (Ctrl+R)":"Rechts ausrichten (Strg+R)","Justify (Ctrl+J)":"Justify (Strg+J)","Decrease indent":"Abnahme des Einrückens","Increase indent":"Zunahme des Einrückens","Line spacing":"Zeilenabstand","Bullets":"Kugeln","Numbering":"Nummerierung","Styles":"Stile","Manage Styles":"Verwalten von Stilen","Page":"Seite","of":"von","Fit one page":"Anpassen einer Seite","Spell Check":"Rechtschreibprüfung","Underline errors":"Unterstreichung von Fehlern","Fit page width":"Anpassen der Seitenbreite","Update":"aktualisieren","Cancel":"Abbrechen","Insert":"Einfügen","No Border":"Keine Grenze","Create a new document.":"Erstellen Sie ein neues Dokument.","Open a document.":"Öffnen Sie ein Dokument.","Undo the last operation (Ctrl+Z).":"Rückgängigmachen des letzten Vorgangs (Strg+Z).","Redo the last operation (Ctrl+Y).":"Wiederholen Sie den letzten Vorgang (Strg+Y).","Insert inline picture from a file.":"Einfügen eines Inlinebilds aus einer Datei.","Insert a table into the document":"Einfügen einer Tabelle in das Dokument","Create a link in your document for quick access to web pages and files (Ctrl+K).":"Erstellen Sie einen Link in Ihrem Dokument für den schnellen Zugriff auf Webseiten und Dateien (Strg+K).","Insert a bookmark in a specific place in this document.":"Fügen Sie ein Lesezeichen an einer bestimmten Stelle in diesem Dokument ein.","Provide an overview of your document by adding a table of contents.":"Geben Sie einen Überblick über Ihr Dokument, indem Sie ein Inhaltsverzeichnis hinzufügen.","Add or edit the header.":"Fügen Sie den Header hinzu oder bearbeiten Sie ihn.","Add or edit the footer.":"Fügen Sie die Fußzeile hinzu oder bearbeiten Sie sie.","Open the page setup dialog.":"Öffnen Sie das Dialogfeld für das Seiteneinrichten.","Add page numbers.":"Fügen Sie Seitenzahlen hinzu.","Find text in the document (Ctrl+F).":"Suchen von Text im Dokument (Strg+F).","Toggle between the internal clipboard and system clipboard":"Das Umschalten zwischen der internen Zwischenablage und der System-Zwischenablage.
Der Zugriff auf die System-Zwischenablage über skripts wird aufgrund der Sicherheitsrichtlinie des Browsers verweigert. Stattdessen
1. Sie können die interne Zwischenablage zum Ausschneiden, Kopieren und Einfügen innerhalb der Komponente aktivieren.
2. Sie können die Tastenkombinationen (Strg+X, Strg+C und Strg+V) zum Ausschneiden, Kopieren und Einfügen mit der System-Zwischenablage verwenden.","Restrict editing.":"Beschränken Sie die Bearbeitung.","The current page number in the document. Click or tap to navigate specific page.":"Die aktuelle Seitenzahl im Dokument. Klicken oder tippen Sie, um auf einer bestimmten Seite zu navigieren.","Read only":"Nur lesen","Protections":"Schutz","Error in establishing connection with web server":"Fehler beim Herstellen einer Verbindung mit dem Webserver","Single":"Einzelnen","Double":"Doppel","New comment":"Neuer Kommentar","Comments":"Kommentare"},"filemanager":{"NewFolder":"Neuer Ordner","Upload":"Hochladen","Delete":"Löschen","Rename":"Umbenennen","Download":"Herunterladen","Cut":"Schnitt","Copy":"Kopieren","Paste":"Einfügen","SortBy":"Sortiere nach","Refresh":"Aktualisierung","Item-Selection":"Artikel ausgewählt","Items-Selection":"Elemente ausgewählt","View":"Aussicht","Details":"Einzelheiten","SelectAll":"Wählen Sie Alle","Open":"Öffnen","Tooltip-NewFolder":"Neuer Ordner","Tooltip-Upload":"Hochladen","Tooltip-Delete":"Löschen","Tooltip-Rename":"Umbenennen","Tooltip-Download":"Herunterladen","Tooltip-Cut":"Schnitt","Tooltip-Copy":"Kopieren","Tooltip-Paste":"Einfügen","Tooltip-SortBy":"Sortiere nach","Tooltip-Refresh":"Aktualisierung","Tooltip-Selection":"Auswahl aufheben","Tooltip-View":"Aussicht","Tooltip-Details":"Einzelheiten","Tooltip-SelectAll":"Wählen Sie Alle","Name":"Name","Size":"Größe","DateModified":"Geändert","DateCreated":"Datum erstellt","Path":"Pfad","Modified":"Geändert","Created":"Erstellt","Location":"Ort","Type":"Art","Permission":"Genehmigung","Ascending":"Aufsteigend","Descending":"Absteigend","View-LargeIcons":"Große Icons","View-Details":"Einzelheiten","Search":"Suche","Button-Ok":"OK","Button-Cancel":"Stornieren","Button-Yes":"Ja","Button-No":"Nein","Button-Create":"Erstellen","Button-Save":"Sparen","Header-NewFolder":"Mappe","Content-NewFolder":"Geben Sie Ihren Ordnernamen ein","Header-Rename":"Umbenennen","Content-Rename":"Geben Sie Ihren neuen Namen ein","Header-Rename-Confirmation":"Bestätigung umbenennen","Content-Rename-Confirmation":"Wenn Sie eine Dateinamenerweiterung ändern, wird die Datei möglicherweise instabil. Möchten Sie sie wirklich ändern?","Header-Delete":"Datei löschen","Content-Delete":"Möchten Sie diese Datei wirklich löschen?","Header-Multiple-Delete":"Mehrere Dateien löschen","Content-Multiple-Delete":"Möchten Sie diese {0} Dateien wirklich löschen?","Header-Duplicate":"Datei / Ordner existiert","Content-Duplicate":"{0} existiert bereits. Möchten Sie umbenennen und einfügen?","Header-Upload":"Daten hochladen","Error":"Error","Validation-Empty":"Der Datei - oder Ordnername darf nicht leer sein.","Validation-Invalid":"Der Datei- oder Ordnername {0} enthält ungültige Zeichen. Bitte verwenden Sie einen anderen Namen. Gültige Datei- oder Ordnernamen dürfen nicht mit einem Punkt oder Leerzeichen enden und keines der folgenden Zeichen enthalten: \\ /: *? \" < > | ","Validation-NewFolder-Exists":"Eine Datei oder ein Ordner mit dem Namen {0} existiert bereits.","Validation-Rename-Exists":"{0} kann nicht in {1} umbenannt werden: Ziel existiert bereits.","Folder-Empty":"Dieser Ordner ist leer","File-Upload":"Dateien zum Hochladen hierher ziehen","Search-Empty":"Keine Ergebnisse gefunden","Search-Key":"Versuchen Sie es mit anderen Stichwörtern","Sub-Folder-Error":"Der Zielordner ist der Unterordner des Quellordners.","Access-Denied":"Zugriff verweigert","Access-Details":"Sie haben keine Berechtigung, auf diesen Ordner zuzugreifen.","Header-Retry":"Die Datei existiert bereits","Content-Retry":"In diesem Ordner ist bereits eine Datei mit diesem Namen vorhanden. Was möchten Sie tun?","Button-Keep-Both":"Behalte beides","Button-Replace":"Ersetzen","Button-Skip":"Überspringen","ApplyAll-Label":"Mache das für alle aktuellen Artikel"},"gantt":{"emptyRecord":"Keine Datensätze zum Anzeigen","id":"ICH WÜRDE","name":"Name","startDate":"Anfangsdatum","endDate":"Endtermin","duration":"Dauer","progress":"Fortschritt","dependency":"Abhängigkeit","notes":"Anmerkungen","excelExport":"Excel-export","csvExport":"CSV-export","baselineStartDate":"Basisstartdatum","baselineEndDate":"Baseline-Enddatum","type":"Art","offset":"Offset","resourceName":"Ressourcen","resourceID":"Ressourcen-ID","day":"Tag","hour":"Stunde","minute":"Minute","days":"Tage","hours":"Std","minutes":"Protokoll","generalTab":"Allgemeines","customTab":"Benutzerdefinierte Spalten","writeNotes":"Notizen schreiben","addDialogTitle":"Neue Aufgabe","editDialogTitle":"Aufgabeninformationen","saveButton":"sparen","add":"Hinzufügen","edit":"Bearbeiten","update":"Aktualisieren","delete":"Löschen","cancel":"Stornieren","search":"Suche","addTask":"Aufgabe hinzufügen","editTask":"Aufgabe bearbeiten","deleteTask":"Aufgabe löschen","expandAllTasks":"Erweitern Sie Alle Aufgaben","collapseAllTasks":"Alle Aufgaben reduzieren","expandAll":"Alle erweitern","collapseAll":"Alles schließen","nextTimeSpan":"Nächste Zeitspanne","prevTimeSpan":"Vorherige Zeitspanne","okText":"OK","confirmDelete":"Möchten Sie den Datensatz wirklich löschen?","from":"Von","to":"Zu","taskLink":"Task-Link","lag":"Verzögerung","start":"Start","finish":"Fertig","enterValue":"Geben Sie den Wert ein","taskBeforePredecessor_FS":"Sie haben '{0}' verschoben, um vor dem Ende von '{1}' zu beginnen, und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskAfterPredecessor_FS":"Sie haben '{0}' von '{1}' entfernt und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskBeforePredecessor_SS":"Sie haben '{0}' verschoben, um vor dem Start von '{1}' zu beginnen, und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskAfterPredecessor_SS":"Sie haben '{0}' verschoben, um nach dem Start von '{1}' zu beginnen, und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskBeforePredecessor_FF":"Sie haben '{0}' verschoben, um den Vorgang zu beenden, bevor '{1}' abgeschlossen ist, und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskAfterPredecessor_FF":"Sie haben \"{0}\" nach \"{1}\" verschoben und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskBeforePredecessor_SF":"Sie haben \"{0}\" von \"{1}\" zum Start verschoben und die beiden Aufgaben sind miteinander verknüpft. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskAfterPredecessor_SF":"Sie haben '{0}' nach dem Start von '{1}' verschoben und die beiden Aufgaben sind miteinander verbunden. Infolgedessen können die Links nicht beachtet werden. Wählen Sie unten eine Aktion aus, die ausgeführt werden soll","taskInformation":"Aufgabeninformationen","deleteDependency":"Abhängigkeit löschen","convert":"Konvertieren","save":"sparen","above":"Über","below":"Unten","child":"Kind","milestone":"Meilenstein","toTask":"Zur Aufgabe","toMilestone":"Zum Meilenstein","eventMarkers":"Ereignismarker","leftTaskLabel":"Linke Aufgabenbezeichnung","rightTaskLabel":"Richtige Aufgabenbezeichnung","timelineCell":"Timeline-Zelle"},"grid":{"EmptyRecord":"Keine Datensätze zur Anzeige","True":"wahr","False":"falsch","InvalidFilterMessage":"Ungültige Filterdaten","GroupDropArea":"Ziehen Sie hier eine Spaltenüberschrift, um ihre Spalte zu gruppieren","UnGroup":"Klicken Sie hier, um die Gruppierung aufzuheben","GroupDisable":"Die Gruppierung ist für diese Spalte deaktiviert","FilterbarTitle":"Filterstabzelle","EmptyDataSourceError":"DataSource darf beim erstmaligen Laden nicht leer sein, da Spalten aus dataSource in AutoGenerate Column Grid generiert werden","Add":"Hinzufügen","Edit":"Bearbeiten","Cancel":"Stornieren","Update":"Aktualisieren","Delete":"Löschen","Print":"Drucken","Pdfexport":"PDF-Export","Excelexport":"Excel-Export","Wordexport":"Word-Export","Csvexport":"CSV-Export","Search":"Suche","Columnchooser":"Säulen","Save":"sparen","Item":"Artikel","Items":"Artikel","EditOperationAlert":"Für den Bearbeitungsvorgang wurden keine Datensätze ausgewählt","DeleteOperationAlert":"Für den Löschvorgang wurden keine Datensätze ausgewählt","SaveButton":"sparen","OKButton":"OK","CancelButton":"Stornieren","EditFormTitle":"Details von ","AddFormTitle":"Neuen Datensatz hinzufügen","BatchSaveConfirm":"Möchten Sie die Änderungen wirklich speichern?","BatchSaveLostChanges":"Nicht gespeicherte Änderungen gehen verloren. Bist du dir sicher, dass du weitermachen willst?","ConfirmDelete":"Möchten Sie den Datensatz wirklich löschen?","CancelEdit":"Möchten Sie die Änderungen wirklich abbrechen?","ChooseColumns":"Wählen Sie Spalte","SearchColumns":"Suchspalten","Matchs":"Keine Treffer gefunden","FilterButton":"Filter","ClearButton":"klar","StartsWith":"Beginnt mit","EndsWith":"Endet mit","Contains":"Enthält","Equal":"Gleich","NotEqual":"Nicht gleich","LessThan":"Weniger als","LessThanOrEqual":"Weniger als oder gleich","GreaterThan":"Größer als","GreaterThanOrEqual":"Größer als oder gleich","ChooseDate":"Wählen Sie ein Datum","EnterValue":"Geben Sie den Wert ein","Copy":"Kopieren","Group":"Nach dieser Spalte gruppieren","Ungroup":"Gruppierung durch diese Spalte aufheben","autoFitAll":"Auto Fit für alle Spalten","autoFit":"Passen Sie diese Spalte automatisch an","Export":"Export","FirstPage":"Erste Seite","LastPage":"Letzte Seite","PreviousPage":"Vorherige Seite","NextPage":"Nächste Seite","SortAscending":"Aufsteigend sortieren","SortDescending":"Absteigend sortieren","EditRecord":"Datensatz bearbeiten","DeleteRecord":"Aufzeichnung löschen","FilterMenu":"Filter"},"checkboxFilter":{"Search":"Suche","OK":"OK","Cancel":"stornieren","Filter":"Filter","Clear":"klar","SelectAll":"Wählen Sie Alle","Blanks":"Rohlinge","True":"Wahr","False":"Falsch","NoResult":"Keine Treffer gefunden"},"excelFilter":{"ClearFilter":"Filter löschen","NumberFilter":"Zahlenfilter","TextFilter":"Textfilter","DateFilter":"Datumsfilter","MatchCase":"Matchfall","Equal":"Gleich","NotEqual":"Nicht gleich","LessThan":"Weniger als","LessThanOrEqual":"Weniger als oder gleich","GreaterThan":"Größer als","GreaterThanOrEqual":"Größer als oder gleich","Between":"Zwischen","CustomFilter":"Benutzerdefinierte Filter","StartsWith":"Beginnt mit","EndsWith":"Endet mit","Contains":"Enthält","OK":"OK","Cancel":"Stornieren","CustomFilterPlaceHolder":"Geben Sie den Wert ein","CustomFilterDatePlaceHolder":"Wählen Sie ein Datum","AND":"UND","OR":"ODER","ShowRowsWhere":"Zeige Zeilen wo:"},"pager":{"currentPageInfo":"{0} von {1} Seiten","totalItemsInfo":"({0} Elemente)","firstPageTooltip":"Gehe zur ersten Seite","lastPageTooltip":"Gehe zur letzten Seite","nextPageTooltip":"Gehe zur nächsten Seite","previousPageTooltip":"Zurück zur letzten Seite","nextPagerTooltip":"Gehe zum nächsten Pager","previousPagerTooltip":"Gehe zum vorherigen Pager","pagerDropDown":"Objekte pro Seite"},"listbox":{"noRecordsTemplate":"Keine Aufzeichnungen gefunden","selectAllText":"Wählen Sie Alle","unSelectAllText":"alles wiederufen","moveUp":"Aufstieg","moveDown":"sich abwärts bewegen","moveTo":"ziehen nach","moveFrom":"bewegen sich von","moveAllTo":"verschiebe alles nach","moveAllFrom":"bewegen sich alle von"},"maps":{"ZoomIn":"Hineinzoomen","ZoomOut":"Rauszoomen","Zoom":"Zoomen","Pan":"Pfanne","Reset":"Zurücksetzen","ResetZoom":"Zoom Zurücksetzen"},"numerictextbox":{"incrementTitle":"Wert erhöhen","decrementTitle":"Dekrementwert"},"pivotview":{"all":"alles","multipleItems":"mehrere Artikel","Sum":"Summe","Count":"Anzahl","DistinctCount":"Distinct Count","Product":"Product","Avg":"Durchschn","Min":"Mindest","SampleVar":"Sample Var","PopulationVar":"Bevölkerung Var","RunningTotals":"Laufende Summen","Max":"Max","Index":"Index","SampleStDev":"Sample StDev","PopulationStDev":"Population StDev","PercentageOfRowTotal":"% of Row Total","PercentageOfParentTotal":"% of Parent Total","PercentageOfParentColumnTotal":"% of Parent Column Total","PercentageOfParentRowTotal":"% of Parent Row Total","DifferenceFrom":"Difference From","PercentageOfDifferenceFrom":"% of Difference From","PercentageOfGrandTotal":"% of Grand Total","PercentageOfColumnTotal":"% of Column Total","editorDataLimitMsg":"editorDataLimitMsg","mdxQuery":"MDX Query","qtr":"Qtr","null":"null","undefined":"nicht definiert","groupOutOfRange":"Out of Range","fieldDropErrorAction":"fieldDropErrorAction","MoreOption":"Mehr Option...","aggregate":"Aggregat","drillThrough":"durchbohren","ascending":"aufsteigend","descending":"absteigend","number":"Nummer","currency":"Währung","percentage":"Prozentsatz","formatType":"Format Type","customText":"Currency Symbol","symbolPosition":"Symbol Position","left":"links","right":"Recht","grouping":"Gruppierung","true":"wahr","false":"falsch","decimalPlaces":"Nachkommastellen","numberFormat":"Zahlenformat","memberType":"Field Type","formatString":"Format String","expressionField":"Expression","customFormat":"Enter custom format string","selectedHierarchy":"Parent Hierarchy","olapDropText":"olapDropText","Percent":"Prozent","Currency":"Währung","Custom":"Brauch","Measure":"Messen","Dimension":"Abmessungen","Standard":"Standard","blank":"leer","fieldTooltip":"fieldTooltip","QuarterYear":"Vierteljahr","fieldTitle":"Field Name","drillError":"drillError","grandTotal":"Gesamtsumme","total":"Insgesamt","value":"Wert","noValue":"Kein Wert","row":"Zeile","column":"Spalte","collapse":"Zusammenbruch","expand":"Erweitern","rowAxisPrompt":"Drop Reihe hier","columnAxisPrompt":"Drop column Hier","valueAxisPrompt":"Drop wert hier","filterAxisPrompt":"Drop Filter Hier","filter":"Filter","filtered":"Gefiltert","sort":"Sortieren","filters":"Filter","rows":"Zeilen","columns":"Spalten","values":"Werte","close":"Schließen","cancel":"Abbrechen","delete":"Löschen","calculatedField":"Berechnetes Feld","createCalculatedField":"Berechnetes Feld erstellen","fieldName":"Geben Sie den Feldnamen ein","error":"Fehler","invalidFormula":"Ungültige Formel.","dropText":"Beispiel: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Felder und Formel bearbeiten hier hinzufügen.","dropAction":"Berechnetes Feld nicht in jeder anderen Region außer Wert Achse sein.","alert":"Warnung","warning":"Warnung","ok":"OK","search":"Suche","drag":"Ziehen","remove":"Entfernen","sum":"Summe","average":"Durchschnitt","count":"Zählen","min":"Zählen","max":"Max","allFields":"Alle Felder","formula":"Formel","addToRow":"Auf Zeile hinzufügen","addToColumn":"Zu Spalte hinzufügen","addToValue":"Auf Wert hinzufügen","addToFilter":"Zu Filter hinzufügen","emptyData":"Keine Datensätze anzeigen","fieldExist":"Ein Feld existiert bereits in diesem Namen. Bitte geben Sie einen anderen Namen ein.","confirmText":"Ein Formelfeld existiert bereits in diesem Namen. Möchten Sie sie ersetzen?","format":"Zusammenfassungen von","edit":"Bearbeiten","clear":"Klar","noMatches":"Keine Treffer","formulaField":"Drag und Drop die Felder Formel","dragField":"Feld durch Ziehen in die Formel","clearFilter":"Klar","by":"durch","enterValue":"Wert eingeben","chooseDate":"Datum eingeben","Equals":"Gleich","DoesNotEquals":"Ist nicht gleich","BeginWith":"Beginnt mit","DoesNotBeginWith":"Beginnt nicht mit","EndsWith":"Endet mit","DoesNotEndsWith":"Nicht mit enden","Contains":"Enthält","DoesNotContains":"Beinhaltet nicht","GreaterThan":"Größer als","GreaterThanOrEqualTo":"Größer als oder gleich wie","LessThan":"Weniger als","LessThanOrEqualTo":"Gleich oder kleiner als","Between":"Zwischen","NotBetween":"Nicht zwischen","Before":"Vor","BeforeOrEqualTo":"Vor oder gleich","After":"Nach","AfterOrEqualTo":"Nach oder gleich","member":"Mitglied","label":"Etikette","date":"Datum","labelTextContent":"Zeigen Sie die Artikel, für die das Label","dateTextContent":"Zeigen Sie die Artikel an, für die das Datum gilt","valueTextContent":"Zeige die Gegenstände für welche","And":"und","NotEquals":"Nicht gleich","AllValues":"Alle Werte","conditionalFormating":"Bedingte Formatierung","apply":"Sich bewerben","condition":"Bedingung hinzufügen","formatLabel":"Format","valueFieldSettings":"Wertfeldeinstellungen","sourceName":"Feldname :","sourceCaption":"Feldbeschriftung:","summarizeValuesBy":"Werte zusammenfassen nach:","baseField":"Basisfeld:","baseItem":"Basisartikel:","example":"z.B :","details":"Einzelheiten","manageRecords":"Datensätze verwalten","Years":" Jahre","Quarters":"Viertel","Months":"Monate","Days":"Tage","Hours":"Std","Minutes":"Protokoll","Seconds":"Sekunden","save":"Einen Bericht speichern","new":"Erstellen Sie einen neuen Bericht","load":"Belastung","saveAs":"Speichern Sie als aktuellen Bericht","rename":"Benennen Sie einen aktuellen Bericht um","export":"Export","subTotals":"Zwischensummen","grandTotals":"Gesamtsummen","reportName":"Berichtsname:","pdf":"PDF","excel":"Excel","csv":"CSV","showSubTotals":"Zwischensummen anzeigen","doNotShowSubTotals":"Keine Zwischensummen anzeigen","showSubTotalsRowsOnly":"Nur Zwischensummenzeilen anzeigen","showSubTotalsColumnsOnly":"Nur Untersummenspalten anzeigen","showGrandTotals":"Gesamtsummen anzeigen","doNotShowGrandTotals":"Keine Summen anzeigen","showGrandTotalsRowsOnly":"Nur Summenzeilen anzeigen","showGrandTotalsColumnsOnly":"Nur Summenspalten anzeigen","fieldList":"Feldliste anzeigen","grid":"Tabelle anzeigen","toolbarFormatting":"Bedingte Formatierung","chart":"Diagramm","reportMsg":"Bitte geben Sie einen gültigen Berichtsnamen ein!!!","reportList":"Berichtsliste","removeConfirm":"Möchten Sie diesen Bericht wirklich löschen?","emptyReport":"Keine Berichte gefunden!!","bar":"Bar","line":"Linie","area":"Bereich","scatter":"Streuen","polar":"Polar","of":"von","emptyFormat":"Kein Format gefunden!!!","emptyInput":"Geben Sie einen Wert ein","newReportConfirm":"Möchten Sie Änderungen im Bericht speichern?","emptyReportName":"Geben Sie einen Berichtsnamen ein","caption":"Feldbeschriftung","copy":"Kopieren","defaultReport":"Standardbericht","customFormatString":"Benutzerdefiniertes Format","invalidFormat":"Ungültiges Format."},"pivotfieldlist":{"all":"alles","multipleItems":"mehrere Artikel","Sum":"Summe","Count":"Anzahl","DistinctCount":"Distinct Count","Product":"Product","Avg":"Durchschn","Min":"Mindest","SampleVar":"Sample Var","PopulationVar":"Bevölkerung Var","RunningTotals":"Laufende Summen","Max":"Max","Index":"Index","SampleStDev":"Sample StDev","PopulationStDev":"Population StDev","PercentageOfRowTotal":"% of Row Total","PercentageOfParentTotal":"% of Parent Total","PercentageOfParentColumnTotal":"% of Parent Column Total","PercentageOfParentRowTotal":"% of Parent Row Total","DifferenceFrom":"Difference From","PercentageOfDifferenceFrom":"% of Difference From","PercentageOfGrandTotal":"% of Grand Total","PercentageOfColumnTotal":"% of Column Total","Years":"Années","Quarters":"Trimestres","Months":"Mois","Days":"Journées","Hours":"Heures","Minutes":"Minutes","Seconds":"Secondes","apply":"appliquer","editorDataLimitMsg":"editorDataLimitMsg","null":"null","undefined":"nicht definiert","groupOutOfRange":"Out of Range","fieldDropErrorAction":"fieldDropErrorAction","MoreOption":"Mehr Option...","selectedHierarchy":"Parent Hierarchy","memberType":"Field Type","formatString":"Format String","expressionField":"Expression","customFormat":"Enter custom format string","olapDropText":"olapDropText","Percent":"Prozent","Currency":"Währung","Custom":"Brauch","Measure":"Messen","Dimension":"Abmessungen","Standard":"Standard","blank":"leer","fieldTooltip":"fieldTooltip","QuarterYear":"Vierteljahr","fieldTitle":"Field Name","staticFieldList":"Drehpunktfeld Liste","fieldList":"Feld Liste","dropRowPrompt":"Drop Reihe hier","dropColPrompt":"Drop column Hier","dropValPrompt":"Drop wert hier","dropFilterPrompt":"Drop Filter Hier","addPrompt":"Feld hinzufügen","adaptiveFieldHeader":"Feld auswählen","centerHeader":"Ziehen Sie die Felder zwischen den Bereichen unten:","add":"Hinzufügen","drag":"Ziehen","filter":"Filter","filtered":"Gefiltert","sort":"Sortieren","remove":"Entfernen","filters":"Filter","rows":"Zeilen","columns":"Spalten","values":"Werte","calculatedField":"Berechnetes Feld","createCalculatedField":"Berechnetes Feld erstellen","fieldName":"Geben Sie den Feldnamen ein","error":"Fehler","invalidFormula":"Ungültige Formel.","dropText":"Beispiel: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Felder und Formel bearbeiten hier hinzufügen.","dropAction":"Berechnetes Feld nicht in jeder anderen Region außer Wert Achse sein.","search":"Suche","close":"Schließen","cancel":"Abbrechen","delete":"Löschen","alert":"Warnung","warning":"Warnung","ok":"OK","sum":"Summe","average":"Durchschnitt","count":"Zählen","min":"Zählen","max":"Max","allFields":"Alle Felder","formula":"Formel","fieldExist":"Ein Feld existiert bereits in diesem Namen. Bitte geben Sie einen anderen Namen ein.","confirmText":"Ein Formelfeld existiert bereits in diesem Namen. Möchten Sie sie ersetzen?","format":"Zusammenfassungen von","edit":"Bearbeiten","clear":"Klar","noMatches":"Keine Treffer","formulaField":"Drag und Drop die Felder Formel","dragField":"Feld durch Ziehen in die Formel","clearFilter":"Klar","by":"durch","enterValue":"Wert eingeben","chooseDate":"Datum eingeben","Equals":"Gleich","DoesNotEquals":"Ist nicht gleich","BeginWith":"Beginnt mit","DoesNotBeginWith":"Beginnt nicht mit","EndsWith":"Endet mit","DoesNotEndsWith":"Nicht mit enden","Contains":"Enthält","DoesNotContains":"Beinhaltet nicht","GreaterThan":"Größer als","GreaterThanOrEqualTo":"Größer als oder gleich wie","LessThan":"Weniger als","LessThanOrEqualTo":"Gleich oder kleiner als","Between":"Zwischen","NotBetween":"Nicht zwischen","Before":"Vor","BeforeOrEqualTo":"Vor oder gleich","After":"Nach","AfterOrEqualTo":"Nach oder gleich","member":"Mitglied","label":"Etikette","date":"Datum","value":"Wert","labelTextContent":"Zeigen Sie die Artikel, für die das Label","dateTextContent":"Zeigen Sie die Artikel an, für die das Datum gilt","valueTextContent":"Zeige die Gegenstände für welche","And":"und","valueFieldSettings":"Wertfeldeinstellungen","sourceName":"Feldname :","sourceCaption":"Feldbeschriftung:","summarizeValuesBy":"Werte zusammenfassen nach:","baseField":"Basisfeld:","baseItem":"Basisartikel:","example":"z.B :","deferLayoutUpdate":"Verschieben Sie das Layout-Update","caption":"Feldbeschriftung","copy":"Kopieren"},"query-builder":{"AddGroup":"Gruppe hinzufügen","AddCondition":"Bedingung hinzufügen","DeleteRule":"Entfernen Sie diesen Zustand","DeleteGroup":"Gruppe löschen","Edit":"BEARBEITEN","SelectField":"Wählen Sie ein Feld aus","SelectOperator":"Operator auswählen","StartsWith":"Beginnt mit","EndsWith":"Endet mit","Contains":"Enthält","Equal":"Gleich","NotEqual":"Nicht gleich","LessThan":"Weniger als","LessThanOrEqual":"Weniger als oder gleich","GreaterThan":"Größer als","GreaterThanOrEqual":"Größer als oder gleich","Between":"Zwischen","NotBetween":"Nicht zwischen","In":"Im","NotIn":"Nicht in","Remove":"LÖSCHEN","ValidationMessage":"Dieses Feld wird benötigt","IsNull":"ist null","IsNotNull":"ist nicht null","IsEmpty":"ist leer","IsNotEmpty":"ist nicht leer","AND":"Und","OR":"Oder","NOT":"nicht","NotContains":"nicht enthält","NotStartsWith":"nicht anfangen mit","NotEndsWith":"nicht enden mit"},"schedule":{"day":"Tag","week":"Woche","workWeek":"Arbeitswoche","month":"Monat","agenda":"Agenda","weekAgenda":"Woche Agenda","workWeekAgenda":"Arbeitswoche Agenda","monthAgenda":"Monatsagenda","today":"Heute","noEvents":"Keine Ereignisse","emptyContainer":"An diesem Tag sind keine Veranstaltungen geplant.","allDay":"Den ganzen Tag","start":"Anfang","end":"Ende","more":"Mehr","close":"Schließen","cancel":"Stornieren","noTitle":"(Kein Titel)","delete":"Löschen","deleteEvent":"Ereignis löschen","deleteMultipleEvent":"Löschen Sie mehrere Ereignisse","selectedItems":"Artikel ausgewählt","deleteSeries":"Reihe löschen","edit":"Bearbeiten","editSeries":"Reihe bearbeiten","editEvent":"Veranstaltung bearbeiten","createEvent":"Erstellen","subject":"Gegenstand","addTitle":"Titel hinzufügen","moreDetails":"Mehr Details","save":"sparen","editContent":"Möchten Sie nur dieses Ereignis oder die gesamte Serie bearbeiten?","deleteRecurrenceContent":"Möchten Sie nur dieses Ereignis oder die ganze Serie löschen?","deleteContent":"Möchten Sie dieses Ereignis wirklich löschen?","deleteMultipleContent":"Möchten Sie die ausgewählten Ereignisse wirklich löschen?","newEvent":"Neues Event","title":"Titel","location":"Ort","description":"Beschreibung","timezone":"Zeitzone","startTimezone":"Startzeitzone","endTimezone":"Endzeitzone","repeat":"Wiederholen","saveButton":"sparen","cancelButton":"Stornieren","deleteButton":"Löschen","recurrence":"Wiederholung","wrongPattern":"Das Wiederholungsmuster ist nicht gültig.","seriesChangeAlert":"Die Änderungen, die an bestimmten Instanzen dieser Serie vorgenommen wurden, werden abgebrochen und diese Ereignisse werden wieder mit der Serie übereinstimmen.","createError":"Die Dauer des Ereignisses muss kürzer sein als die Häufigkeit des Ereignisses. Verkürzen Sie die Dauer oder ändern Sie das Wiederholungsmuster im Wiederholungsereignis-Editor.","recurrenceDateValidation":"Einige Monate haben weniger als das ausgewählte Datum. In diesen Monaten fällt das Vorkommen auf das letzte Datum des Monats.","sameDayAlert":"Zwei Vorkommen desselben Ereignisses können nicht am selben Tag auftreten.","editRecurrence":"Wiederholung bearbeiten","repeats":"Wiederholt","alert":"Aufmerksam","startEndError":"Das ausgewählte Enddatum liegt vor dem Startdatum.","invalidDateError":"Der eingegebene Datumswert ist ungültig.","ok":"OK","occurrence":"Auftreten","series":"Serie","previous":"Bisherige","next":"Nächster","timelineDay":"Timeline-Tag","timelineWeek":"Timeline Woche","timelineWorkWeek":"Timeline-Arbeitswoche","timelineMonth":"Timeline-Monat"},"recurrenceeditor":{"none":"Keiner","daily":"Täglich","weekly":"Wöchentlich","monthly":"Monatlich","month":"Monat","yearly":"Jährlich","never":"noch nie","until":"Bis","count":"Anzahl","first":"Zuerst","second":"Zweite","third":"Dritte","fourth":"Vierte","last":"Letzte","repeat":"Wiederholen","repeatEvery":"Wiederhole jeden","on":"Wiederhole weiter","end":"Ende","onDay":"Tag","days":"Tage","weeks":"Wochen","months":"Monate","years":"Jahre","every":"jeden","summaryTimes":"mal","summaryOn":"auf","summaryUntil":"bis","summaryRepeat":"Wiederholt","summaryDay":"Tage","summaryWeek":"Wochen","summaryMonth":"Monate","summaryYear":"Jahre"},"slider":{"incrementTitle":"ansteigen","decrementTitle":"verringern"},"spreadsheet":{"Cut":"Schneiden","Copy":"Kopieren","Paste":"Paste","PasteSpecial":"paste spezial","All":"Alles","Values":"Werte","Formats":"Formate","Font":"Schriftart","FontSize":"Schriftgröße","Bold":"Fett gedruckt","Italic":"Kursiv","Underline":"Unterstreichen","Strikethrough":"Durchgestrichen","TextColor":"Textfarbe","FillColor":"Füllfarbe","HorizontalAlignment":"Horizontale Ausrichtung","AlignLeft":"Linksbündig ausrichten","AlignCenter":"Center","AlignRight":"Rechtsbündig ausrichten","VerticalAlignment":"Vertikale Ausrichtung","AlignTop":"Oben ausrichten","AlignMiddle":"Mitte ausrichten","AlignBottom":"Unten ausrichten","InsertFunction":"Funktion einfügen","Insert":"Einfügen","Delete":"Löschen","Rename":"Umbenennen","Hide":"verbergen","Unhide":"Sichtbar machen","NameBox":"Namensfeld","ShowHeaders":"Kopfzeilen anzeigen","HideHeaders":"Header ausblenden","ShowGridLines":"Gitternetzlinien anzeigen","HideGridLines":"Gitternetzlinien ausblenden","AddSheet":"Blatt hinzufügen","ListAllSheets":"Alle Blätter auflisten","FullScreen":"Vollbild","CollapseToolbar":"Zusammenbruch symbolleiste","ExpandToolbar":"Erweitern Symbolleiste","CollapseFormulaBar":"Collapse Formelleiste","ExpandFormulaBar":"Expand Formelleiste","File":"Datei","Home":"Huis","Formulas":"Formeln","View":"Aussicht","New":"Neu","Open":"Öffnen","SaveAs":"Speichern als","ExcelXlsx":"Microsoft Excel","ExcelXls":"Microsoft Excel 97-2003","CSV":"Comma-separated values","FormulaBar":"Formelleiste","Ok":"OK","Close":"Schließen","Cancel":"Abbrechen","Apply":"Anwenden","MoreColors":"Mehr Farben","StandardColors":"Standard farben","General":"Allgemeines","Number":"Nummer","Currency":"Währung","Accounting":"Buchhaltung","ShortDate":"Kurzes Date","LongDate":"Langes Datum","Time":"Zeit","Percentage":"Prozentsatz","Fraction":"Fraktion","Scientific":"Wissenschaft","Text":"Text","NumberFormat":"Zahlenformat","MobileFormulaBarPlaceHolder":"Wert oder Formel eingeben","PasteAlert":"Sie können dies hier nicht einfügen, da der Kopierbereich und der Einfügebereich nicht dieselbe Größe haben. Bitte versuchen Sie es in einem anderen Bereich.","DestroyAlert":"Möchten Sie die aktuelle Arbeitsmappe wirklich löschen, ohne sie zu speichern, und eine neue Arbeitsmappe erstellen?","SheetRenameInvalidAlert":"Der Blattname enthält ein ungültiges Zeichen.","SheetRenameEmptyAlert":"Der Blattname darf nicht leer sein.","SheetRenameAlreadyExistsAlert":"Der Blattname ist bereits vorhanden. Bitte geben Sie einen anderen Namen ein.","DeleteSheetAlert":"Möchten Sie dieses Blatt wirklich löschen?","DeleteSingleLastSheetAlert":"Eine Arbeitsmappe muss mindestens ein sichtbares Arbeitsblatt enthalten.","PickACategory":"Wählen Sie eine Kategorie","Description":"Beschreibung","UnsupportedFile":"Nicht unterstützte Datei","InvalidUrl":"Ungültige URL","SUM":"Fügt eine Reihe von Zahlen und / oder Zellen hinzu.","SUMIF":"Fügt die Zellen basierend auf der angegebenen Bedingung hinzu.","SUMIFS":"Fügt die Zellen basierend auf den angegebenen Bedingungen hinzu.","ABS":"Gibt den Wert einer Zahl ohne Vorzeichen zurück.","RAND":"Gibt eine Zufallszahl zwischen 0 und 1 zurück.","RANDBETWEEN":"Gibt eine zufällige Ganzzahl basierend auf angegebenen Werten zurück.","FLOOR":"Rundet eine Zahl auf das nächste Vielfache eines bestimmten Faktors ab.","CEILING":"Rundet eine Zahl auf das nächste Vielfache eines bestimmten Faktors.","PRODUCT":"Multipliziert eine Reihe von Zahlen und / oder Zellen.","AVERAGE":"Berechnen Sie den Durchschnitt für die Reihe von Zahlen und / oder Zellen ohne Text.","AVERAGEIF":"Berechnet den Durchschnitt für die Zellen basierend auf der angegebenen Bedingung.","AVERAGEIFS":"Berechnet den Durchschnitt für die Zellen basierend auf den angegebenen Bedingungen.","AVERAGEA":"Berechnet den Durchschnitt für die Zellen, wobei WAHR als 1, text und FALSCH als 0 ausgewertet werden.","COUNT":"Zählt die Zellen, die numerische Werte in einem Bereich enthalten.","COUNTIF":"Zählt die Zellen basierend auf der angegebenen Bedingung.","COUNTIFS":"Zählt die Zellen basierend auf den angegebenen Bedingungen.","COUNTA":"Zählt die Zellen, die Werte in einem Bereich enthalten.","MIN":"Gibt die kleinste Anzahl der angegebenen Argumente zurück.","MAX":"Gibt die größte Anzahl der angegebenen Argumente zurück.","DATE":"Gibt das Datum basierend auf einem bestimmten Jahr, Monat und Tag zurück.","DAY":"Gibt den Tag ab dem angegebenen Datum zurück.","DAYS":"Gibt die Anzahl der Tage zwischen zwei Daten zurück.","IF":"Gibt einen Wert basierend auf dem angegebenen Ausdruck zurück.","IFS":"Gibt einen Wert zurück, der auf den angegebenen mehreren Ausdrücken basiert.","AND":"Gibt WAHR zurück, wenn alle Argumente WAHR sind, andernfalls wird FALSCH zurückgegeben.","OR":"Gibt WAHR zurück, wenn eines der Argumente WAHR ist, andernfalls wird FALSCH zurückgegeben.","IFERROR":"Gibt einen Wert zurück, wenn kein Fehler gefunden wurde. Andernfalls wird der angegebene Wert zurückgegeben.","CHOOSE":"Gibt einen Wert aus der Werteliste basierend auf der Indexnummer zurück.","INDEX":"Gibt einen Wert der Zelle in einem bestimmten Bereich basierend auf der Zeilen- und Spaltennummer zurück.","FIND":"Gibt die Position eines Strings innerhalb eines anderen Strings zurück, wobei die Groß- und Kleinschreibung beachtet wird.","CONCATENATE":"Kombiniert zwei oder mehr Zeichenfolgen.","CONCAT":"Verkettet eine Liste oder einen Bereich von Textzeichenfolgen.","SUBTOTAL":"Gibt die Zwischensumme für einen Bereich unter Verwendung der angegebenen Funktionsnummer zurück.","RADIANS":"Konvertiert Grad in Bogenmaß.","MATCH":"Gibt die relative Position eines angegebenen Wertes im angegebenen Bereich zurück.","DefineNameExists":"Dieser Name ist bereits vorhanden, versuchen Sie es mit einem anderen Namen.","CircularReference":"Wenn eine Formel auf einen oder mehrere Zirkelverweise verweist, kann dies zu einer falschen Berechnung führen."},"timepicker":{"placeholder":"Wählen Sie eine Uhrzeit aus"},"treegrid":{"EmptyRecord":"Keine Datensätze zur Anzeige","InvalidFilterMessage":"Ungültige Filterdaten","FilterbarTitle":"Filterstabzelle","EmptyDataSourceError":"DataSource darf beim erstmaligen Laden nicht leer sein, da Spalten aus dataSource in AutoGenerate Column TreeGrid generiert werden","Add":"Hinzufügen","Edit":"Bearbeiten","Cancel":"Stornieren","Update":"Aktualisieren","Delete":"Löschen","Print":"Drucken","Pdfexport":"PDF-Export","Excelexport":"Excel-Export","Wordexport":"Word-Export","Csvexport":"CSV-Export","Search":"Suche","Columnchooser":"Säulen","Save":"sparen","EditOperationAlert":"Für den Bearbeitungsvorgang wurden keine Datensätze ausgewählt","DeleteOperationAlert":"Für den Löschvorgang wurden keine Datensätze ausgewählt","SaveButton":"sparen","CancelButton":"Stornieren","EditFormTitle":"Details von ","AddFormTitle":"Neuen Datensatz hinzufügen","ConfirmDelete":"Möchten Sie den Datensatz wirklich löschen?","CancelEdit":"Möchten Sie die Änderungen wirklich abbrechen?","ChooseColumns":"Wählen Sie Spalte","SearchColumns":"Suchspalten","FilterButton":"Filter","ClearButton":"klar","StartsWith":"Beginnt mit","EndsWith":"Endet mit","Contains":"Enthält","Equal":"Gleich","NotEqual":"Nicht gleich","LessThan":"Weniger als","LessThanOrEqual":"Weniger als oder gleich","GreaterThan":"Größer als","GreaterThanOrEqual":"Größer als oder gleich","ChooseDate":"Wählen Sie ein Datum","EnterValue":"Geben Sie den Wert ein","autoFitAll":"Auto Fit für alle Spalten","autoFit":"Passen Sie diese Spalte automatisch an","Export":"Export","FirstPage":"Erste Seite","LastPage":"Letzte Seite","PreviousPage":"Vorherige Seite","NextPage":"Nächste Seite","SortAscending":"Aufsteigend sortieren","SortDescending":"Absteigend sortieren","EditRecord":"Datensatz bearbeiten","DeleteRecord":"Aufzeichnung löschen","FilterMenu":"Filter"},"uploader":{"invalidMinFileSize":"Bestandsgrootte is te klein!","invalidMaxFileSize":"Bestandsgrootte groter dan 28 MB","invalidFileType":"Bestandstype is niet toegestaan","Browse":"Blader","Clear":"Duidelijk","Upload":"Uploaden","dropFilesHint":"of zet hier bestanden neer","uploadFailedMessage":"Bestand kan niet worden geüpload","uploadSuccessMessage":"bestand succesvol geüpload","removedSuccessMessage":"Bestand met succes verwijderd","removedFailedMessage":"Die Datei konnte nicht entfernt werden","inProgress":"uploaden","readyToUploadMessage":"Klaar om te uploaden","remove":"Verwijderen","cancel":"Annuleer","delete":"Verwijder bestand","abort":"Abbrechen","pauseUpload":"Datei-Upload wurde angehalten","pause":"Pausieren","resume":"Fortsetzen","retry":"Wiederholen","fileUploadCancel":"Datei-Upload abgebrochen"}},"ar":{"dropdowns":{"noRecordsTemplate":"لا توجد سجلات","actionFailureTemplate":"أخفق الطلب","overflowCountTemplate":"..مور{كونت}$+","selectAllText":"إلغاء تحديد الكل","unSelectAllText":"اختر الكل"},"calendar":{"today":"اليوم"},"chart":{"ZoomIn":"زومٍي","ZoomOut":"ذوموت","Zoom":"زوم","Pan":"بان","Reset":"رست","ResetZoom":"رست زوم"},"colorpicker":{"Apply":"تطبيق","Cancel":"إلغاء","ModeSwitcher":"مفتاح كهربائي الوضع"},"datepicker":{"placeholder":"اختر تاريخا","today":"اليوم"},"daterangepicker":{"placeholder":"حدد نطاقا","startLabel":"تاريخ البدء","endLabel":"تاريخ الانتهاء","applyText":"تطبيق","cancelText":"إلغاء","selectedDays":"الأيام المحددة","days":"أيام","customRange":"نطاق مخصص"},"datetimepicker":{"placeholder":"حدد التاريخ والوقت","today":"اليوم"},"diagram":{"Cut":"قطع","Copy":"نسخ","Paste":"معجون","Undo":"فك","Redo":"فعل ثانية","SelectAll":"اختر الكل","Grouping":"تجمع","Group":"مجموعة","UnGroup":"فك التجميع","Order":"طلب","BringToFront":"اجلب للمقدمة","MoveForward":"التحرك إلى الأمام","SendBackward":"إرسال إلى الخلف","SendToBack":"إرسال إلى الخلف"},"dialog":{"close":"أغلق"},"documenteditor":{"Table":"الجدول","Row":"الصف","Cell":"الخليه","Ok":"موافق","Cancel":"إلغاء الأمر","Size":"حجم","Preferred Width":"العرض المفضل","Points":"نقاط","Percent":"المائه","Measure in":"القياس في","Alignment":"محاذاه","Left":"اليسار","Center":"مركز","Right":"الحق","Justify":"تبرير","Indent from left":"مسافة بادئه من اليسار","Borders and Shading":"الحدود والتظليل","Options":"خيارات","Specify height":"تحديد الارتفاع","At least":"الاقل","Exactly":"تماما","Row height is":"ارتفاع الصف هو","Allow row to break across pages":"السماح للصف بالخروج عبر الصفحات","Repeat as header row at the top of each page":"تكرار كصف راس في اعلي كل صفحه","Vertical alignment":"محاذاة عموديه","Top":"أعلى","Bottom":"اسفل","Default cell margins":"هوامش الخلية الافتراضية","Default cell spacing":"تباعد الخلايا الافتراضي","Allow spacing between cells":"السماح بالتباعد بين الخلايا","Cell margins":"هوامش الخلية","Same as the whole table":"نفس الجدول بأكمله","Borders":"الحدود","None":"اي","Style":"نمط","Width":"عرض","Height":"ارتفاع","Letter":"رساله","Tabloid":"التابلويد","Legal":"القانونيه","Statement":"بيان","Executive":"التنفيذي","A3":"A3","A4":"A4","A5":"A5","B4":"B4","B5":"B5","Custom Size":"حجم مخصص","Different odd and even":"مختلفه غريبه وحتى","Different first page":"صفحه اولي مختلفه","From edge":"من الحافة","Header":"راس","Footer":"تذييل الصفحه","Margin":"الهوامش","Paper":"الورق","Layout":"تخطيط","Orientation":"التوجه","Landscape":"المناظر الطبيعيه","Portrait":"صوره","Show page numbers":"إظهار أرقام الصفحات","Right align page numbers":"محاذاة أرقام الصفحات إلى اليمين","Nothing":"شيء","Tab leader":"قائد علامة التبويب","Show levels":"إظهار المستويات","Use hyperlinks instead of page numbers":"استخدام الارتباطات التشعبية بدلا من أرقام الصفحات","Build table of contents from":"إنشاء جدول محتويات من","Styles":"انماط","Available styles":"الأنماط المتاحة","TOC level":"مستوي جدول المحتويات","Heading":"عنوان","Heading 1":"العنوان 1","Heading 2":"العنوان 2","Heading 3":"العنوان 3","Heading 4":"العنوان 4","Heading 5":"العنوان 5","Heading 6":"العنوان 6","List Paragraph":"قائمه الفقرة","Normal":"العاديه","Outline levels":"مستويات المخطط التفصيلي","Table entry fields":"حقول إدخال الجدول","Modify":"تعديل","Color":"لون","Setting":"اعداد","Box":"مربع","All":"جميع","Custom":"المخصصه","Preview":"معاينه","Shading":"التظليل","Fill":"ملء","Apply To":"تنطبق علي","Table Properties":"خصائص الجدول","Cell Options":"خيارات الخلية","Table Options":"خيارات الجدول","Insert Table":"ادراج جدول","Number of columns":"عدد الاعمده","Number of rows":"عدد الصفوف","Text to display":"النص الذي سيتم عرضه","Address":"عنوان","Insert Hyperlink":"ادراج ارتباط تشعبي","Edit Hyperlink":"تحرير ارتباط تشعبي","Insert":"ادراج","General":"العامه","Indentation":"المسافه البادئه","Before text":"قبل النص","Special":"الخاصه","First line":"السطر الأول","Hanging":"معلقه","After text":"بعد النص","By":"من قبل","Before":"قبل","Line Spacing":"تباعد الأسطر","After":"بعد","At":"في","Multiple":"متعدده","Spacing":"تباعد","Define new Multilevel list":"تعريف قائمه متعددة الاصعده جديده","List level":"مستوي القائمة","Choose level to modify":"اختيار مستوي لتعديل","Level":"مستوي","Number format":"تنسيق الأرقام","Number style for this level":"نمط الرقم لهذا المستوي","Enter formatting for number":"إدخال تنسيق لرقم","Start at":"أبدا في","Restart list after":"أعاده تشغيل القائمة بعد","Position":"موقف","Text indent at":"المسافة البادئة للنص في","Aligned at":"محاذاة في","Follow number with":"اتبع الرقم مع","Tab character":"حرف علامة التبويب","Space":"الفضاء","Arabic":"العربية","UpRoman":"UpRoman","LowRoman":"لورومان","UpLetter":"الوصلة الصاعدة","LowLetter":"الحرف المنخفض","Number":"عدد","Leading zero":"الصفر الرئيسي","Bullet":"رصاصه","Ordinal":"الترتيبيه","Ordinal Text":"النص الترتيبي","For East":"للشرق","No Restart":"لا أعاده تشغيل","Font":"الخط","Font style":"نمط الخط","Underline style":"نمط التسطير","Font color":"لون الخط","Effects":"الاثار","Strikethrough":"يتوسطه","Superscript":"مرتفع","Subscript":"منخفض","Double strikethrough":"يتوسطه خط مزدوج","Regular":"العاديه","Bold":"جريئه","Italic":"مائل","Cut":"قطع","Copy":"نسخ","Paste":"لصق","Hyperlink":"الارتباط التشعبي","Open Hyperlink":"فتح ارتباط تشعبي","Copy Hyperlink":"نسخ ارتباط تشعبي","Remove Hyperlink":"أزاله ارتباط تشعبي","Paragraph":"الفقره","Linked(Paragraph and Character)":"مرتبط (فقره وحرف)","Character":"حرف","Merge Cells":"دمج الخلايا","Insert Above":"ادراج أعلاه","Insert Below":"تدرج أدناه","Insert Left":"ادراج إلى اليسار","Insert Right":"ادراج اليمين","Delete":"حذف","Delete Table":"حذف جدول","Delete Row":"حذف الصف","Delete Column":"حذف العمود","File Name":"اسم الملف","Format Type":"نوع التنسيق","Save":"حفظ","Navigation":"التنقل","Results":"نتائج","Replace":"استبدال","Replace All":"استبدال الكل","We replaced all":"لقد استبدلنا جميع","Find":"العثور","No matches":"لا توجد تطابقات","All Done":"جميع الإنجازات","Result":"نتيجه","of":"من","instances":"الحالات","with":"مع","Click to follow link":"انقر لمتابعه الرابط","Continue Numbering":"متابعه الترقيم","Bookmark name":"اسم الاشاره المرجعية","Close":"اغلاق","Restart At":"أعاده التشغيل في","Properties":"خصائص","Name":"اسم","Style type":"نوع النمط","Style based on":"نمط يستند إلى","Style for following paragraph":"نمط للفقرة التالية","Formatting":"التنسيق","Numbering and Bullets":"الترقيم والتعداد النقطي","Numbering":"ترقيم","Update Field":"حقل التحديث","Edit Field":"تحرير الحقل","Bookmark":"الاشاره المرجعيه","Page Setup":"اعداد الصفحة","No bookmarks found":"لم يتم العثور علي إشارات مرجعيه","Number format tooltip information":"تنسيق الرقم علي مستوي واحد: [البادئة]% [LEVELNUMBER] [اللاحقة] علي سبيل المثال ، سيعرض ' الفصل %1 ' ترقيما مثل الفصل 1. البند الفصل 2. البند ... الفصل نون-البند تنسيق عدد متعدد الاصعده:
[بادئه]% [LEVELNUMBER] [لاحقه] + [بادئه]% [LEVELNUMBER] [لاحقه]
علي سبيل المثال ، '%1.2. ' سيتم عرض ترقيم مثل 1.1. البند 1.2. البند ... 1. N. البند","Format":"تنسيق","Create New Style":"إنشاء نمط جديد","Modify Style":"تعديل النمط","New":"الجديد","Bullets":"الرصاص","Use bookmarks":"استخدام الإشارات المرجعية","Table of Contents":"جدول المحتويات","AutoFit":"الاحتواء","AutoFit to Contents":"احتواء تلقائي للمحتويات","AutoFit to Window":"احتواء تلقائي إلى اطار","Fixed Column Width":"عرض عمود ثابت","Reset":"اعاده تعيين","Match case":"حاله المباراة","Whole words":"كلمات كامله","Add":"اضافه","Go To":"الانتقال إلى","Search for":"ابحث عن","Replace with":"استبدال ب","TOC 1":"جدول المحتويات 1","TOC 2":"جدول المحتويات 2","TOC 3":"جدول المحتويات 3","TOC 4":"جدول المحتويات 4","TOC 5":"جدول المحتويات 5","TOC 6":"جدول المحتويات 6","TOC 7":"جدول المحتويات 7","TOC 8":"جدول المحتويات 8","TOC 9":"جدول المحتويات 9","Right-to-left":"من اليمين إلى اليسار","Left-to-right":"من اليسار إلى اليمين","Direction":"الاتجاه","Table direction":"اتجاه الجدول","Indent from right":"مسافة بادئه من اليمين","Don't add space between the paragraphs of the same styles":"عدم أضافه مسافة بين فقرات نفس الأنماط","The password don't match":"كلمه المرور لا تتطابق","Restrict Editing":"تقييد التحرير","Formatting restrictions":"قيود التنسيق","Allow formatting":"السماح بالتنسيق","Editing restrictions":"قيود التحرير","Read only":"للقراءة فقط","Exceptions (optional)":"الاستثناءات (اختياري)","Select parts of the document and choose users who are allowed to freely edit them.":"حدد أجزاء من المستند واختر المستخدمين المسموح لهم بتحريرها بحريه.","Everyone":"الجميع","More users":"المزيد من المستخدمين","Add Users":"أضافه مستخدمين","Yes, Start Enforcing Protection":"نعم ، أبدا بفرض الحماية","Start Enforcing Protection":"بدء فرض الحماية","Enter User":"ادخل المستخدم","Users":"المستخدمين","Enter new password":"ادخل كلمه مرور جديده","Reenter new password to confirm":"أعد إدخال كلمه مرور جديده للتاكيد","Your permissions":"الأذونات الخاصة بك","This document is protected from unintentional editing.You may edit in this region.":"هذا المستند محمي من التحرير غير المقصود . يمكنك التحرير في هذه المنطقة.","You may format text only with certain styles.":"يمكنك تنسيق النص فقط مع أنماط معينه.","Stop Protection":"إيقاف الحماية","Password":"كلمه المرور","Spelling Editor":"محرر الإملاء","Spelling":"الاملائي","Spell Check":"التدقيق الإملائي","Underline errors":"أخطاء التسطير","Ignore":"تجاهل","Ignore all":"تجاهل الكل","Add to Dictionary":"أضافه إلى القاموس","Change":"تغيير","Change All":"تغيير الكل","Suggestions":"اقتراحات","The password is incorrect":"كلمه المرور غير صحيحه","Error in establishing connection with web server":"خطا في تاسيس اتصال مع ملقم ويب","Highlight the regions I can edit":"تسليط الضوء علي المناطق يمكنني تحرير","Show All Regions I Can Edit":"إظهار كل المناطق التي يمكنني تحريرها","Find Next Region I Can Edit":"اعثر علي المنطقة التالية التي يمكنني تحريرها","Keep source formatting":"الاحتفاظ بتنسيق المصدر","Match destination formatting":"مطابقه تنسيق الوجهة","Text only":"النص فقط","Comments":"تعليقات","Type your comment":"اكتب تعليقك","Post":"وظيفه","Reply":"الرد","New Comment":"تعليق جديد","Edit":"تحرير","Resolve":"حل","Reopen":"فتح","No comments in this document":"لا توجد تعليقات في هذا المستند","more":"اكثر","Type your comment hear":"اكتب تعليقك الاستماع","Next Comment":"التعليق التالي","Previous Comment":"التعليق السابق","Un-posted comments":"Un-نشر التعليقات","Added comments not posted. If you continue, that comment will be discarded.":"لم يتم نشر التعليقات المضافة. إذا قمت بالمتابعة ، سيتم تجاهل هذا التعليق."},"documenteditorcontainer":{"New":"الجديد","Open":"فتح","Undo":"التراجع عن","Redo":"اعاده","Image":"الصوره","Table":"الجدول","Link":"الارتباط","Bookmark":"الاشاره المرجعيه","Table of Contents":"جدول المحتويات","HEADING - - - - 1":"العنوان----1","HEADING - - - - 2":"العنوان----2","HEADING - - - - 3":"العنوان----3","Header":"راس","Footer":"تذييل الصفحه","Page Setup":"اعداد الصفحة","Page Number":"رقم الصفحة","Break":"كسر","Find":"العثور","Local Clipboard":"الحافظة المحلية","Restrict Editing":"تقييد التحرير","Upload from computer":"التحميل من الكمبيوتر","By URL":"حسب عنوان URL","Page Break":"فاصل الصفحات","Section Break":"فاصل المقطع","Header & Footer":"راس & تذييل","Options":"خيارات","Levels":"مستويات","Different First Page":"الصفحة الاولي المختلفة","Different header and footer for odd and even pages.":"راس وتذييل مختلف للصفحات الفردية والزوجية.","Different Odd & Even Pages":"مختلف الفردية & حتى صفحات","Different header and footer for first page.":"راس وتذييل الصفحة المختلفة للصفحة الاولي.","Position":"موقف","Header from Top":"راس من الأعلى","Footer from Bottom":"تذييل من الأسفل","Distance from top of the page to top of the header.":"المسافة من اعلي الصفحة إلى اعلي الراس.","Distance from bottom of the page to bottom of the footer.":"المسافة من أسفل الصفحة إلى أسفل التذييل.","Aspect ratio":"نسبه العرض إلى الارتفاع","W":"ث","H":"ح","Width":"عرض","Height":"ارتفاع","Text":"النص","Paragraph":"الفقره","Fill":"ملء","Fill color":"لون التعبئة","Border Style":"نمط الحدود","Outside borders":"خارج الحدود","All borders":"جميع الحدود","Inside borders":"داخل الحدود","Left border":"الحد الأيسر","Inside vertical border":"داخل الحدود العمودية","Right border":"الحدود اليمني","Top border":"الحد العلوي","Inside horizontal border":"داخل الحدود الافقيه","Bottom border":"الحد السفلي","Border color":"لون الحدود","Border width":"عرض الحدود","Cell":"الخليه","Merge cells":"دمج الخلايا","Insert / Delete":"ادراج/حذف","Insert columns to the left":"ادراج أعمده إلى اليسار","Insert columns to the right":"ادراج أعمده إلى اليمين","Insert rows above":"ادراج صفوف أعلاه","Insert rows below":"ادراج صفوف أدناه","Delete rows":"حذف الصفوف","Delete columns":"حذف الاعمده","Cell Margin":"هامش الخلية","Top":"أعلى","Bottom":"اسفل","Left":"اليسار","Right":"الحق","Align Text":"محاذاة النص","Align top":"محاذاة لاعلي","Align bottom":"محاذاة إلى الأسفل","Align center":"محاذاة المركز","Number of heading or outline levels to be shown in table of contents.":"عدد مستويات العنوان أو المخطط التفصيلي التي ستظهر في جدول المحتويات.","Show page numbers":"إظهار أرقام الصفحات","Show page numbers in table of contents.":"إظهار أرقام الصفحات في جدول المحتويات.","Right align page numbers":"محاذاة أرقام الصفحات إلى اليمين","Right align page numbers in table of contents.":"محاذاة أرقام الصفحات إلى اليمين في جدول المحتويات.","Use hyperlinks":"استخدام الارتباطات التشعبية","Use hyperlinks instead of page numbers.":"استخدام الارتباطات التشعبية بدلا من أرقام الصفحات.","Font":"الخط","Font Size":"حجم الخط","Font color":"لون الخط","Text highlight color":"لون تمييز النص","Clear all formatting":"مسح كافة التنسيقات","Bold (Ctrl+B)":"غامق (Ctrl + B)","Italic (Ctrl+I)":"مائل (Ctrl + I)","Underline (Ctrl+U)":"تسطير (Ctrl + U)","Strikethrough":"يتوسطه","Superscript (Ctrl+Shift++)":"مرتفع (Ctrl + Shift + +)","Subscript (Ctrl+=)":"منخفض (Ctrl + =)","Align left (Ctrl+L)":"محاذاة إلى اليسار (Ctrl + L)","Center (Ctrl+E)":"المركز (Ctrl + E)","Align right (Ctrl+R)":"محاذاة إلى اليمين (Ctrl + R)","Justify (Ctrl+J)":"ضبط (Ctrl + J)","Decrease indent":"إنقاص المسافة البادئة","Increase indent":"زيادة المسافة البادئة","Line spacing":"تباعد الأسطر","Bullets":"الرصاص","Numbering":"ترقيم","Styles":"انماط","Manage Styles":"أداره الأنماط","Page":"صفحه","of":"من","Fit one page":"احتواء صفحه واحده","Spell Check":"التدقيق الإملائي","Underline errors":"أخطاء التسطير","Fit page width":"احتواء عرض الصفحة","Update":"تحديث","Cancel":"إلغاء الأمر","Insert":"ادراج","No Border":"بلا حدود","Create a new document.":"إنشاء مستند جديد.","Open a document.":"افتح مستندا.","Undo the last operation (Ctrl+Z).":"التراجع عن العملية الاخيره (Ctrl + Z).","Redo the last operation (Ctrl+Y).":"أعاده العملية الاخيره (Ctrl + Y).","Insert inline picture from a file.":"ادراج صوره مضمنه من ملف.","Insert a table into the document":"ادراج جدول في المستند","Create a link in your document for quick access to web pages and files (Ctrl+K).":"إنشاء ارتباط في المستند للوصول السريع إلى صفحات الويب والملفات (Ctrl + K).","Insert a bookmark in a specific place in this document.":"ادراج اشاره مرجعيه في مكان محدد في هذا المستند.","Provide an overview of your document by adding a table of contents.":"توفير نظره عامه حول المستند عن طريق أضافه جدول محتويات.","Add or edit the header.":"أضافه الراس أو تحريره.","Add or edit the footer.":"أضافه تذييل الصفحة أو تحريره.","Open the page setup dialog.":"افتح مربع حوار اعداد الصفحة.","Add page numbers.":"أضافه أرقام الصفحات.","Find text in the document (Ctrl+F).":"البحث عن نص في المستند (Ctrl + F).","Toggle between the internal clipboard and system clipboard":"التبديل بين الحافظة الداخلية وحافظه النظام.
تم رفض الوصول إلى حافظه النظام من خلال البرنامج النصي بسبب نهج أمان المستعرضات. بدلا من ذلك ،
1. يمكنك تمكين الحافظة الداخلية للقطع والنسخ واللصق داخل المكون.
2. يمكنك استخدام اختصارات لوحه المفاتيح (Ctrl + X و Ctrl + C و Ctrl + V) للقطع والنسخ واللصق مع حافظه النظام.","Restrict editing.":"تقييد التحرير.","The current page number in the document. Click or tap to navigate specific page.":"رقم الصفحة الحالي في المستند. انقر أو اضغط للانتقال إلى صفحه معينه.","Read only":"للقراءة فقط","Protections":"الحمايه","Error in establishing connection with web server":"خطا في تاسيس اتصال مع ملقم ويب","Single":"واحد","Double":"انقر نقرا مزدوجا","New comment":"تعليق جديد","Comments":"تعليقات"},"filemanager":{"NewFolder":"ملف جديد","Upload":"رفع","Delete":"حذف","Rename":"إعادة تسمية","Download":"تحميل","Cut":"يقطع","Copy":"نسخ","Paste":"معجون","SortBy":"ترتيب حسب","Refresh":"تحديث","Item-Selection":"العنصر المحدد","Items-Selection":"العناصر المحددة","View":"رأي","Details":"تفاصيل","SelectAll":"اختر الكل","Open":"افتح","Tooltip-NewFolder":"ملف جديد","Tooltip-Upload":"رفع","Tooltip-Delete":"حذف","Tooltip-Rename":"إعادة تسمية","Tooltip-Download":"تحميل","Tooltip-Cut":"يقطع","Tooltip-Copy":"نسخ","Tooltip-Paste":"معجون","Tooltip-SortBy":"ترتيب حسب","Tooltip-Refresh":"تحديث","Tooltip-Selection":"اختيار واضح","Tooltip-View":"رأي","Tooltip-Details":"تفاصيل","Tooltip-SelectAll":"اختر الكل","Name":"اسم","Size":"بحجم","DateModified":"تم التعديل","DateCreated":"تاريخ الإنشاء","Path":"مسار","Modified":"تم التعديل","Created":"خلقت","Location":"موقعك","Type":"نوع","Permission":"الإذن","Ascending":"تصاعدي","Descending":"ترتيب تنازلي","View-LargeIcons":"الرموز الكبيرة","View-Details":"تفاصيل","Search":"بحث","Button-Ok":"حسنا","Button-Cancel":"إلغاء","Button-Yes":"نعم فعلا","Button-No":"لا","Button-Create":"خلق","Button-Save":"حفظ","Header-NewFolder":"مجلد","Content-NewFolder":"أدخل اسم المجلد الخاص بك","Header-Rename":"إعادة تسمية","Content-Rename":"أدخل اسمك الجديد","Header-Rename-Confirmation":"إعادة تسمية التأكيد","Content-Rename-Confirmation":"إذا قمت بتغيير ملحق اسم الملف , فقد يصبح الملف غير مستقر. هل تريد بالتأكيد تغييره؟","Header-Delete":"حذف ملف","Content-Delete":"هل أنت متأكد أنك تريد حذف هذا الملف؟","Header-Multiple-Delete":"حذف ملفات متعددة","Content-Multiple-Delete":"هل أنت متأكد من أنك تريد حذف هذه الملفات {0}؟","Header-Duplicate":"الملف / المجلد موجود","Content-Duplicate":"{0} موجود بالفعل. هل تريد إعادة التسمية واللصق؟","Header-Upload":"تحميل الملفات","Error":"خطأ","Validation-Empty":"لا يمكن أن يكون اسم الملف أو المجلد فارغًا.","Validation-Invalid":"اسم الملف أو المجلد {0} يحتوي على أحرف غير صالحة. يرجى استخدام اسم مختلف. لا يمكن أن تنتهي أسماء الملفات أو المجلدات الصالحة بنقطة أو مسافة , ولا يمكن أن تحتوي على أي من الأحرف التالية: \\ /: *؟ \" < > | ","Validation-NewFolder-Exists":"ملف أو مجلد يحمل الاسم {0} موجود بالفعل.","Validation-Rename-Exists":"لا يمكن إعادة تسمية {0} إلى {1}: الوجهة موجودة بالفعل.","Folder-Empty":"هذا المجلد فارغ","File-Upload":"اسحب الملفات هنا للتحميل","Search-Empty":"لا توجد نتائج","Search-Key":"جرب بكلمات رئيسية مختلفة","Sub-Folder-Error":"المجلد الوجهة هو المجلد الفرعي للمجلد المصدر.","Access-Denied":"تم الرفض","Access-Details":"ليس لديك إذن للوصول إلى هذا المجلد.","Header-Retry":"الملف موجود بالفعل","Content-Retry":"يوجد ملف بهذا الاسم بالفعل في هذا المجلد. ماذا تريد أن تفعل؟","Button-Keep-Both":"احتفظ بكليهما","Button-Replace":"يحل محل","Button-Skip":"تخطى","ApplyAll-Label":"القيام بذلك لجميع العناصر الحالية"},"gantt":{"emptyRecord":"لا سجلات لعرضها","id":"هوية شخصية","name":"اسم","startDate":"تاريخ البدء","endDate":"تاريخ الانتهاء","duration":"المدة الزمنية","progress":"تقدم","dependency":"الاعتماد","notes":"ملاحظات","excelExport":"تصدير إكسيل","csvExport":"تصدير كسف","baselineStartDate":"تاريخ البدء الأساسي","baselineEndDate":"تاريخ نهاية خط الأساس","type":"نوع","offset":"الأوفست","resourceName":"مصادر","resourceID":"معرف المورد","day":"يوم","hour":"ساعة","minute":"اللحظة","days":"أيام","hours":"ساعات","minutes":"الدقائق","generalTab":"جنرال لواء","customTab":"أعمدة مخصصة","writeNotes":"اكتب ملاحظات","addDialogTitle":"مهمة جديدة","editDialogTitle":"معلومات المهمة","saveButton":"حفظ","add":"إضافة","edit":"تصحيح","update":"تحديث","delete":"حذف","cancel":"إلغاء","search":"بحث","addTask":"إضافة مهمة","editTask":"تحرير المهمة","deleteTask":"حذف المهمة","expandAllTasks":"توسيع جميع المهام","collapseAllTasks":"طي جميع المهام","expandAll":"توسيع الكل","collapseAll":"انهيار جميع","nextTimeSpan":"Timespan المقبل","prevTimeSpan":"Timespan السابق","okText":"حسنا","confirmDelete":"هل أنت متأكد أنك تريد حذف السجل؟","from":"من عند","to":"إلى","taskLink":"رابط المهمة","lag":"تأخر","start":"بداية","finish":"إنهاء","enterValue":"أدخل القيمة","taskBeforePredecessor_FS":"قمت بنقل '{0}' للبدء قبل انتهاء '{1}' ويتم ربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskAfterPredecessor_FS":"قمت بنقل '{0}' بعيدًا عن '{1}' ويتم ربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskBeforePredecessor_SS":"قمت بنقل '{0}' للبدء قبل أن يبدأ '{1}' وربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskAfterPredecessor_SS":"قمت بنقل '{0}' للبدء بعد بدء '{1}' وربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskBeforePredecessor_FF":"قمت بنقل '{0}' للإنهاء قبل انتهاء '{1}' ويتم ربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskAfterPredecessor_FF":"قمت بنقل '{0}' للإنهاء بعد انتهاء '{1}' ويتم ربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskBeforePredecessor_SF":"قمت بنقل '{0}' بعيدًا عن '{1}' لبدء التشغيل وترتبط المهمتان. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskAfterPredecessor_SF":"قمت بنقل '{0}' للإنهاء بعد بدء '{1}' وربط المهمتين. ونتيجة لذلك ، لا يمكن احترام الروابط. حدد إجراءً واحدًا أدناه للقيام به","taskInformation":"معلومات المهمة","deleteDependency":"حذف التبعية","convert":"تحول","save":"حفظ","above":"في الاعلى","below":"أدناه","child":"طفل","milestone":"معلما","toTask":"لمهمة","toMilestone":"إلى معلم","eventMarkers":"علامات الحدث","leftTaskLabel":"تسمية المهمة اليسرى","rightTaskLabel":"تسمية المهمة الصحيحة","timelineCell":"خلية الجدول الزمني"},"grid":{"EmptyRecord":"لا سجلات لعرضها","True":"صحيح","False":"خاطئة","InvalidFilterMessage":"بيانات الفلتر غير صالحة","GroupDropArea":"اسحب رأس عمود هنا لتجميع عموده","UnGroup":"انقر هنا لفك تجميع","GroupDisable":"يتم تعطيل التجميع لهذا العمود","FilterbarTitle":"تصفية خلية شريط","EmptyDataSourceError":"داتاسورس يجب أن لا تكون فارغة عند التحميل الأولي منذ يتم إنشاء الأعمدة من داتسورس في أوتوجينيرات العمود شبكة","Add":"إضافة","Edit":"تصحيح","Cancel":"إلغاء","Update":"تحديث","Delete":"حذف","Print":"طباعة","Pdfexport":"تصدير بدف","Excelexport":"تصدير إكسيل","Wordexport":"تصدير ورد","Csvexport":"تصدير كسف","Search":"بحث","Columnchooser":"أعمدة","Save":"حفظ","Item":"بند","Items":"العناصر","EditOperationAlert":"لم يتم تحديد أية سجلات لعملية التعديل","DeleteOperationAlert":"لم يتم تحديد أية سجلات لعملية الحذف ","SaveButton":"حفظ","OKButton":"حسنا","CancelButton":"إلغاء","EditFormTitle":"تفاصيل ","AddFormTitle":"إضافة سجل جديد","BatchSaveConfirm":"هل تريد بالتأكيد حفظ التغييرات؟","BatchSaveLostChanges":"سيتم فقد التغييرات غير المحفوظة. هل تريد بالتأكيد المتابعة؟","ConfirmDelete":"هل تريد بالتأكيد حذف السجل؟","CancelEdit":"هل تريد بالتأكيد إلغاء التغييرات؟","ChooseColumns":"اختر العمود","SearchColumns":"البحث","Matchs":"لم يتم العثور على تطابق","FilterButton":"منقي","ClearButton":"واضح","StartsWith":"ابدا ب","EndsWith":"ينتهي مع","Contains":"يحتوي على","Equal":"مساو","NotEqual":"غير متساوي","LessThan":"أقل من","LessThanOrEqual":"اصغر من او يساوي","GreaterThan":"أكثر من","GreaterThanOrEqual":"أكبر من أو يساوي","ChooseDate":"اختر تاريخا","EnterValue":"أدخل القيمة","Copy":"نسخ","Group":"المجموعة حسب هذا العمود","Ungroup":"إلغاء التجميع حسب هذا العمود","autoFitAll":"تناسب تلقائي جميع الأعمدة","autoFit":"تناسب هذا العمود تلقائيا","Export":"تصدير","FirstPage":"الصفحة الأولى","LastPage":"آخر صفحة","PreviousPage":"الصفحة السابقة","NextPage":"الصفحة التالية","SortAscending":"فرز تصاعدي","SortDescending":"ترتيب تنازلي","EditRecord":"تحرير سجل","DeleteRecord":"حذف سجل","FilterMenu":"منقي"},"checkboxFilter":{"Search":"بحث","OK":"حسنا","Cancel":"إلغاء","Filter":"منقي","Clear":"واضح","SelectAll":"اختر الكل","Blanks":"الفراغات","True":"صحيح","False":"خاطئة","NoResult":"لم يتم العثور على تطابق"},"excelFilter":{"ClearFilter":"مرشح واضح","NumberFilter":"عدد الفلاتر","TextFilter":"فلاتر النصوص","DateFilter":"تاريخ الفلاتر","MatchCase":"حالة مباراة","Equal":"مساو","NotEqual":"غير متساوي","LessThan":"أقل من","LessThanOrEqual":"اصغر من او يساوي","GreaterThan":"أكثر من","GreaterThanOrEqual":"أكبر من أو يساوي","Between":"ما بين","CustomFilter":"تصفية مخصص","StartsWith":"ابدا ب","EndsWith":"ينتهي مع","Contains":"يحتوي على","OK":"حسنا","Cancel":"إلغاء","CustomFilterPlaceHolder":"أدخل القيمة","CustomFilterDatePlaceHolder":"اختر تاريخا","AND":"و","OR":"أو","ShowRowsWhere":"عرض الصفوف حيث:"},"pager":{"currentPageInfo":"{0} من {1} صفحة","totalItemsInfo":"({0})","firstPageTooltip":" انتقل إلى الصفحة الأولى","lastPageTooltip":" انتقل إلى الصفحة الأخيرة","nextPageTooltip":" انتقل إلى الصفحة التالية","previousPageTooltip":"الانتقال إلى الصفحة السابقة","nextPagerTooltip":"انتقل إلى النداء التالي","previousPagerTooltip":"انتقل إلى النداء السابق","pagerDropDown":"مواد لكل صفحة"},"listbox":{"noRecordsTemplate":"لا توجد سجلات","selectAllText":"اختر الكل","unSelectAllText":"إلغاء تحديد الكل","moveUp":"تحرك","moveDown":"تحرك لأسفل","moveTo":"حول إلى","moveFrom":"انتقل من","moveAllTo":"نقل جميع ل","moveAllFrom":"نقل كل من"},"maps":{"ZoomIn":"زومٍي","ZoomOut":"ذوموت","Zoom":"زوم","Pan":"بان","Reset":"رست","ResetZoom":"رست زوم"},"numerictextbox":{"incrementTitle":"قيمة الزيادة","decrementTitle":"انخفاض القيمة"},"pivotview":{"all":"الكل","multipleItems":"عناصر متعددة","Sum":"مجموع","Count":"عد","DistinctCount":"عدد متميز","Product":"المنتج","Avg":"متوسط","Min":"دقيقة","SampleVar":"عينة فا","PopulationVar":"السكان فار","RunningTotals":"تشغيل المجاميع","Max":"ماكس","Index":"فهرس","SampleStDev":"عينة سانت ديف","PopulationStDev":"سكان سانت ديف","PercentageOfRowTotal":"نسبة مجموع الصف","PercentageOfParentTotal":"النسبة المئوية من مجموع الوالدين","PercentageOfParentColumnTotal":"النسبة المئوية لإجمالي العمود الرئيسي","PercentageOfParentRowTotal":"النسبة المئوية لإجمالي صف الأصل","DifferenceFrom":"الفرق من","PercentageOfDifferenceFrom":"نسبة الفرق من","PercentageOfGrandTotal":"نسبة المجموع الكلي","PercentageOfColumnTotal":"النسبة المئوية لإجمالي العمود","editorDataLimitMsg":"محرر الحد البيانات Msg","mdxQuery":"استعلام mdx","qtr":"QTR","null":"لا شيء","undefined":"غير محدد","groupOutOfRange":"مجموعة خارج النطاق","fieldDropErrorAction":"حقل إسقاط خطأ العمل","MoreOption":"المزيد من الخيارات","aggregate":"مجموع","drillThrough":"حفر من خلال","ascending":"تصاعدي","descending":"تنازلي","number":"رقم","currency":"دقة","percentage":"النسبة المئوية","formatType":"نوع التنسيق","customText":"نص مخصص","symbolPosition":"موقف رمز","left":"اليسار","right":"حق","grouping":"تجمع","true":"صحيح","false":"خاطئة","decimalPlaces":"منازل عشرية","numberFormat":"تنسيق الرقم","memberType":"نوع العضو","formatString":"شكل سلسلة","expressionField":"حقل التعبير","customFormat":"تنسيق مخصص","selectedHierarchy":"التسلسل الهرمي المحدد","olapDropText":"olap إسقاط النص","Percent":"نسبه مئويه","Currency":"دقة","Custom":"العادة","Measure":"قياس","Dimension":"البعد","Standard":"اساسي","blank":"فراغ","fieldTooltip":"تلميح الحقل","QuarterYear":"ربع السنة","fieldTitle":"عنوان الحقل","drillError":"خطأ الحفر","grandTotal":"المجموع الكلى","total":"المجموع","value":"القيمة","noValue":"لا قيمة لها","row":"صف","column":"العمود","collapse":"الانهيار","expand":"توسيع","rowAxisPrompt":"تراجع الخلاف هنا","columnAxisPrompt":"انخفاض العمود هنا","valueAxisPrompt":"انخفاض قيمة هنا","filterAxisPrompt":"انخفاض هنا عامل التصفية","filter":"الفلتر","filtered":"تصفية","sort":"النوع","filters":"عوامل التصفية","rows":"الصفوف","columns":"الاعمدة","values":"قيم","close":"قريب","cancel":"الغاء","delete":"احذف","calculatedField":"الحقل المحسوب","createCalculatedField":"إنشاء حقل محتسب","fieldName":"أدخل اسم المجال","error":"خطا","invalidFormula":"صيغة غير صالحة.","dropText":"مثال: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"اضافة مجالات صيغة وتحريرها.","dropAction":"لا يمكن ان يكون حقل محسوب فى اى منطقة اخرى باستثناء قيمة المحور.","alert":"حالة تاهب قصوى","warning":"تحذير","ok":"موافق","search":"البحث","drag":"اسحب","remove":"قم بازالة","sum":"المبلغ","average":"متوسط","count":"فرز الاصوات","min":"دقيقة","max":"ماكس","allFields":"جميع الحقول","formula":"الفورمولا","addToRow":"اضافة الى الصف","addToColumn":"اضافة الى العمود","addToValue":"اضافة الى القيمة","addToFilter":"اضافة الى عامل التصفية","emptyData":"لعرض سجلات","fieldExist":"حقل موجود بالفعل فى هذا الاسم. يرجى ادخال اسم مختلف.","confirmText":"ميدان الحساب موجود بالفعل فى هذا الاسم. هل تريد استبداله?","format":"ملخصات القيم","edit":"تحرير","clear":"واضح","noMatches":"لا مباريات","formulaField":"الحقول وافلاتها صيغة","dragField":"اسحب حقل صيغة","clearFilter":"واضح","by":"بواسطة","enterValue":"أدخل القيمة","chooseDate":"أدخل التاريخ","Equals":"يساوي","DoesNotEquals":"لا يساوي","BeginWith":"يبدأ ب","DoesNotBeginWith":"لا يبدأ بـ","EndsWith":"ينتهي بـ","DoesNotEndsWith":"لا ينتهي بـ","Contains":"يحتوي على","DoesNotContains":"لا يحتوي","GreaterThan":"أكثر من","GreaterThanOrEqualTo":"أكبر من أو يساوي","LessThan":"أقل من","LessThanOrEqualTo":"اقل او يساوي","Between":"ما بين","NotBetween":"ليس بينهما","Before":"قبل","BeforeOrEqualTo":"قبل أو يساوي","After":"بعد","AfterOrEqualTo":"بعد أو يساوي","member":"الأعضاء","label":"ضع الكلمة المناسبة","date":"تاريخ","labelTextContent":"إظهار العناصر التي لها التسمية","dateTextContent":"إظهار العناصر التي التاريخ","valueTextContent":"إظهار العناصر التي","And":"و","NotEquals":"لا يساوي","AllValues":"كل القيم","conditionalFormating":"تنسيق مشروط","apply":"تطبيق","condition":"اضافة الشرط","formatLabel":"شكل","valueFieldSettings":"إعدادات مجال القيمة","sourceName":"اسم الحقل :","sourceCaption":"التعليق الميداني:","summarizeValuesBy":"تلخيص القيم من خلال:","baseField":"حقل القاعدة:","baseItem":"العنصر الأساسي:","example":"على سبيل المثال:","details":"تفاصيل","manageRecords":"إدارة السجلات","Years":"سنوات","Quarters":"أرباع","Months":"الشهور","Days":"أيام","Hours":"ساعات","Minutes":"الدقائق","Seconds":"ثواني","save":"حفظ التقرير","new":"قم بإنشاء تقرير جديد","load":"حمل","saveAs":"حفظ كتقرير حالي","rename":"إعادة تسمية التقرير الحالي","export":"تصدير","subTotals":"المجاميع الفرعية","grandTotals":"المجاميع الكبرى","reportName":"تقرير اسم :","pdf":"PDF","excel":"Excel","csv":"CSV","showSubTotals":"إظهار المجاميع الفرعية","doNotShowSubTotals":"لا تظهر المجاميع الفرعية","showSubTotalsRowsOnly":"إظهار صفوف المجاميع الفرعية فقط","showSubTotalsColumnsOnly":"إظهار أعمدة المجاميع الفرعية فقط","showGrandTotals":"إظهار المجاميع الكبرى","doNotShowGrandTotals":"لا تظهر المجاميع الكبرى","showGrandTotalsRowsOnly":"إظهار صفوف الإجماليات الكلية فقط","showGrandTotalsColumnsOnly":"إظهار أعمدة الإجماليات الكلية فقط","fieldList":"إظهار قائمة الحقول","grid":"إظهار الجدول","toolbarFormatting":"تنسيق مشروط","chart":"خريطة","reportMsg":"الرجاء إدخال اسم التقرير الصحيح!!!","reportList":"قائمة التقرير","removeConfirm":"هل أنت متأكد من حذف هذا التقرير؟","emptyReport":"لم يتم العثور على تقارير !!","bar":"شريط","line":"خط","area":"منطقة","scatter":"تبعثر","polar":"قطبي","of":"من","emptyFormat":"لا يوجد شكل!","emptyInput":"أدخل قيمة","newReportConfirm":"هل تريد حفظ التغييرات للإبلاغ؟","emptyReportName":"أدخل اسم التقرير","caption":"حقل التسمية التوضيحية","copy":"نسخ","defaultReport":"التقرير الافتراضي","customFormatString":"تنسيق مخصص","invalidFormat":"تنسيق غير صالح."},"pivotfieldlist":{"all":"الكل","multipleItems":"عناصر متعددة","Sum":"مجموع","Count":"عد","DistinctCount":"عدد متميز","Product":"المنتج","Avg":"متوسط","Min":"دقيقة","SampleVar":"عينة فا","PopulationVar":"السكان فار","RunningTotals":"تشغيل المجاميع","Max":"ماكس","Index":"فهرس","SampleStDev":"عينة سانت ديف","PopulationStDev":"سكان سانت ديف","PercentageOfRowTotal":"نسبة مجموع الصف","PercentageOfParentTotal":"النسبة المئوية من مجموع الوالدين","PercentageOfParentColumnTotal":"النسبة المئوية لإجمالي العمود الرئيسي","PercentageOfParentRowTotal":"النسبة المئوية لإجمالي صف الأصل","DifferenceFrom":"الفرق من","PercentageOfDifferenceFrom":"نسبة الفرق من","PercentageOfGrandTotal":"نسبة المجموع الكلي","PercentageOfColumnTotal":"النسبة المئوية لإجمالي العمود","Years":"سنوات","Quarters":"أرباع","Months":"الشهور","Days":"أيام","Hours":"   ساعات","Minutes":"  الدقائق","Seconds":"ثواني","apply":"تطبيق","editorDataLimitMsg":"محرر الحد البيانات Msg","null":"لا شيء","undefined":"غير محدد","groupOutOfRange":"مجموعة خارج النطاق","fieldDropErrorAction":"حقل إسقاط خطأ العمل","MoreOption":"المزيد من الخيارات","selectedHierarchy":"التسلسل الهرمي المحدد","olapDropText":"olap إسقاط النص","Percent":"نسبه مئويه","Currency":"دقة","Custom":"العادة","Measure":"قياس","Dimension":"البعد","Standard":"اساسي","blank":"فراغ","fieldTooltip":"تلميح الحقل","QuarterYear":"ربع السنة","fieldTitle":"عنوان الحقل","memberType":"Field Type","formatString":"شكل سلسلة","expressionField":"حقل التعبير","customFormat":"تنسيق مخصص","staticFieldList":"قم بتدوير الحقول","fieldList":"قائمة الحقول","dropRowPrompt":"تراجع الخلاف هنا","dropColPrompt":"انخفاض العمود هنا","dropValPrompt":"انخفاض قيمة هنا","dropFilterPrompt":"انخفاض هنا عامل التصفية","addPrompt":"اضافة حقل هنا","adaptiveFieldHeader":"اختر الحقل","centerHeader":"اسحب المجالات بين المناطق الموضحة ادناه:","add":"اضافة","drag":"اسحب","filter":"الفلتر","filtered":"تصفية","sort":"النوع","remove":"قم بازالة","filters":"عوامل التصفية","rows":"الصفوف","columns":"الاعمدة","values":"قيم","calculatedField":"الحقل المحسوب","createCalculatedField":"إنشاء حقل محتسب","fieldName":"أدخل اسم المجال","error":"خطا","invalidFormula":"صيغة غير صالحة.","dropText":"مثال: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"اضافة مجالات صيغة وتحريرها.","dropAction":"لا يمكن ان يكون حقل محسوب فى اى منطقة اخرى باستثناء قيمة المحور.","search":"البحث","close":"قريب","cancel":"الغاء","delete":"احذف","alert":"حالة تاهب قصوى","warning":"تحذير","ok":"موافق","sum":"المبلغ","average":"متوسط","count":"فرز الاصوات","min":"دقيقة","max":"ماكس","allFields":"جميع الحقول","formula":"الفورمولا","fieldExist":"حقل موجود بالفعل فى هذا الاسم. يرجى ادخال اسم مختلف.","confirmText":"ميدان الحساب موجود بالفعل فى هذا الاسم. هل تريد استبداله?","format":"ملخصات القيم","edit":"تحرير","clear":"واضح","noMatches":"لا مباريات","formulaField":"الحقول وافلاتها صيغة","dragField":"اسحب حقل صيغة","clearFilter":"واضح","by":"بواسطة","enterValue":"أدخل القيمة","chooseDate":"أدخل التاريخ","Equals":"يساوي","DoesNotEquals":"لا يساوي","BeginWith":"يبدأ ب","DoesNotBeginWith":"لا يبدأ بـ","EndsWith":"ينتهي بـ","DoesNotEndsWith":"لا ينتهي بـ","Contains":"يحتوي على","DoesNotContains":"لا يحتوي","GreaterThan":"أكثر من","GreaterThanOrEqualTo":"أكبر من أو يساوي","LessThan":"أقل من","LessThanOrEqualTo":"اقل او يساوي","Between":"ما بين","NotBetween":"ليس بينهما","Before":"قبل","BeforeOrEqualTo":"قبل أو يساوي","After":"بعد","AfterOrEqualTo":"بعد أو يساوي","member":"الأعضاء","label":"ضع الكلمة المناسبة","date":"تاريخ","value":"القيمة","labelTextContent":"إظهار العناصر التي لها التسمية","dateTextContent":"إظهار العناصر التي التاريخ","valueTextContent":"إظهار العناصر التي","And":"و","valueFieldSettings":"إعدادات مجال القيمة","sourceName":"اسم الحقل :","sourceCaption":"التعليق الميداني:","summarizeValuesBy":"تلخيص القيم من خلال:","baseField":"حقل القاعدة:","baseItem":"العنصر الأساسي:","example":"على سبيل المثال:","deferLayoutUpdate":"تأجيل تخطيط التحديث","caption":"حقل التسمية التوضيحية","copy":"نسخ"},"query-builder":{"AddGroup":"إضافة مجموعة","AddCondition":"إضافة شرط","DeleteRule":"حذف القاعدة","DeleteGroup":"حذف المجموعة","Edit":"تصحيح","SelectField":"اختر المجال","SelectOperator":"حدد المشغل","StartsWith":"ابدا ب","EndsWith":"ينتهي مع","Contains":"يحتوي على","Equal":"مساو","NotEqual":"غير متساوي","LessThan":"أقل من","LessThanOrEqual":"اصغر من او يساوي","GreaterThan":"أكثر من","GreaterThanOrEqual":"أكبر من أو يسا","Between":"ما بين","NotBetween":"ليس بينهما","In":"في","NotIn":"ليس في","Remove":"إزالة","ValidationMessage":"رسالة التحقق","AND":"و","OR":"أو","NOT":"ليس","NotContains":"لا يحتوي","NotStartsWith":"لا يبدأ مع","NotEndsWith":"لا ينتهي مع"},"schedule":{"day":"يوم","week":"أسبوع","workWeek":"أسبوع العمل","month":"شهر","agenda":"جدول أعمال","weekAgenda":"الأسبوع جدول الأعمال","workWeekAgenda":"جدول أعمال أسبوع العمل","monthAgenda":"شهر جدول الأعمال","today":"اليوم","noEvents":"لا أحداث","emptyContainer":"لا توجد أحداث مجدولة في هذا اليوم.","allDay":"طوال اليوم","start":"بداية","end":"النهاية","more":"أكثر من","close":"قريب","cancel":"إلغاء","noTitle":"(بلا ​​عنوان)","delete":"حذف","deleteEvent":"حذف الحدث","deleteMultipleEvent":"حذف أحداث متعددة","selectedItems":"العناصر المحددة","deleteSeries":"حذف السلسلة","edit":"تصحيح","editSeries":"تحرير السلسلة","editEvent":"تعديل الحدث","createEvent":"خلق","subject":"موضوع","addTitle":"أضف عنوانا","moreDetails":"المزيد من التفاصيل","save":"حفظ","editContent":"هل تريد تعديل هذا الحدث أو السلسلة بأكملها فقط؟","deleteRecurrenceContent":"هل تريد حذف هذا الحدث فقط أو السلسلة بأكملها؟","deleteContent":"هل أنت متأكد من حذف هذا الحدث؟","deleteMultipleContent":"هل أنت متأكد من أنك تريد حذف الأحداث المختارة؟","newEvent":"حدث جديد","title":"عنوان","location":"موقعك","description":"وصف","timezone":"وحدة زمنية","startTimezone":"بدء المنطقة الزمنية","endTimezone":"نهاية المنطقة الزمنية","repeat":"كرر","saveButton":"حفظ","cancelButton":"إلغاء","deleteButton":"حذف","recurrence":"تكرار","wrongPattern":"نمط التكرار غير صالح.","seriesChangeAlert":"سيتم إلغاء التغييرات التي تم إجراؤها على مثيلات محددة من هذه السلسلة وستتطابق تلك الأحداث مع السلسلة مرة أخرى.","createError":"يجب أن تكون مدة الحدث أقصر من عدد مرات حدوثها. اختصر المدة ، أو غيّر نمط التكرار في محرر حدث التكرار.","recurrenceDateValidation":"بعض الأشهر لديها أقل من التاريخ المحدد. في هذه الأشهر ، سيقع الحدوث في التاريخ الأخير من الشهر.","sameDayAlert":"لا يمكن أن يحدث تواجد الحدثين في نفس اليوم.","editRecurrence":"تحرير تكرار","repeats":"يكرر","alert":"محزر","startEndError":"ويحدث تاريخ الانتهاء المحدد قبل تاريخ البدء.","invalidDateError":"قيمة التاريخ المدخلة غير صالحة.","ok":"حسنا","occurrence":"حادثة","series":"سلسلة","previous":"سابق","next":"التالى","timelineDay":"يوم المخطط الزمني","timelineWeek":"الأسبوع الزمني للأسبوع","timelineWorkWeek":"أسبوع العمل الزمني","timelineMonth":"الشهر الزمني"},"recurrenceeditor":{"none":"لا شيء","daily":"اليومي","weekly":"أسبوعي","monthly":"شهريا","month":"شهر","yearly":"سنوي","never":"أبدا","until":"حتى","count":"عد","first":"أول","second":"ثانيا","third":"الثالث","fourth":"رابع","last":"الاخير","repeat":"كرر","repeatEvery":"تكرار كل","on":"كرر","end":"النهاية","onDay":"يوم","days":"يوم","weeks":"أسبوع","months":"الشهور","years":"سنوات","every":"كل","summaryTimes":"مرات","summaryOn":"على","summaryUntil":"حتى","summayRepeat":"يكرر","summaryDay":"أيام","summaryWeek":"أسابيع","summaryMonth":"الشهور","summaryYear":"سنوات"},"slider":{"incrementTitle":"زيادة","decrementTitle":"تخفيض"},"spreadsheet":{"Cut":"قطع","Copy":"نسخ","Paste":"معجون","PasteSpecial":"لصق خاص","All":"جميع","Values":"القيم","Formats":"شكل","Font":"الخط","FontSize":"حجم الخط","Bold":"جريء","Italic":"مائل","Underline":"أكد","Strikethrough":"يتوسطه","TextColor":"لون الخط","FillColor":"لون التعبئة","HorizontalAlignment":"المحاذاة الأفقية","AlignLeft":"محاذاة إلى اليسار","AlignCenter":"مركز","AlignRight":"محاذاة إلى اليمين","VerticalAlignment":"محاذاة عمودية","AlignTop":"محاذاة أعلى","AlignMiddle":"محاذاة الأوسط","AlignBottom":"أسفل محاذاة","InsertFunction":"إدراج وظيفة","Insert":"إدراج","Delete":"حذف","Rename":"إعادة تسمية","Hide":"إخفاء","Unhide":"ظهار","NameBox":"مربع الاسم","ShowHeaders":"عرض الرؤوس","HideHeaders":"إخفاء الرؤوس","ShowGridLines":"اظهر خطوط الشبكة","HideGridLines":"إخفاء خطوط الشبكة","AddSheet":"إضافة ورقة","ListAllSheets":"قائمة كل ورقة","FullScreen":"تكبير الشاشة","CollapseToolbar":"طي شريط الأدوات","ExpandToolbar":"قم بتوسيع شريط الأدوات","CollapseFormulaBar":"طي شريط الصيغة","ExpandFormulaBar":"قم بتوسيع شريط الصيغة","File":"ملف","Home":"هم","Formulas":"الصيغ","View":"معاينة","New":"جديد","Open":"فتح","SaveAs":"حفظ باسم","ExcelXlsx":"Microsoft Excel","ExcelXls":"Microsoft Excel 97-2003","CSV":"Comma-separated values","FormulaBar":"شريط الصيغة","Ok":"حسنا","Close":"قريب","Cancel":"إلغاء","Apply":"تطبيق","MoreColors":"مزيد من الألوان","StandardColors":"الألوان القياسية","General":"جنرال لواء","Number":"عدد","Currency":"عملة","Accounting":"محاسبة","ShortDate":"التاريخ القصير","LongDate":"تاريخ طويل","Time":"مرة","Percentage":"النسبة المئوية","Fraction":"جزء","Scientific":"علمي","Text":"نص","NumberFormat":"تنسيق رقم","MobileFormulaBarPlaceHolder":"أدخل القيمة أو الصيغة","PasteAlert":"لا يمكنك لصق هذا هنا ، لأن مساحة النسخ واللصق ليست بنفس الحجم. يرجى محاولة لصق في نطاق مختلف.","DestroyAlert":"هل تريد بالتأكيد تدمير المصنف الحالي دون حفظ وإنشاء مصنف جديد؟","SheetRenameInvalidAlert":"اسم الورقة يحتوي على حرف غير صالح.","SheetRenameEmptyAlert":"لا يمكن أن يكون اسم الورقة فارغًا.","SheetRenameAlreadyExistsAlert":"اسم الورقة موجود بالفعل. الرجاء إدخال اسم آخر.","DeleteSheetAlert":"هل أنت متأكد أنك تريد حذف هذه الورقة؟","DeleteSingleLastSheetAlert":"يجب أن يحتوي المصنف على ورقة عمل مرئية واحدة على الأقل.","PickACategory":"اختيار فئة","Description":"وصف","UnsupportedFile":"ملف غير مدعم","InvalidUrl":"عنوان الويب غير صالح","SUM":"يضيف سلسلة من الأرقام و / أو الخلايا.","SUMIF":"يضيف الخلايا بناء على الشرط المحدد.","SUMIFS":"يضيف الخلايا بناءً على الشروط المحددة.","ABS":"تُرجع قيمة الرقم غير الموقع.","RAND":"إرجاع رقم عشوائي بين 0 و 1.","RANDBETWEEN":"إرجاع عدد صحيح عشوائي بناءً على القيم المحددة.","FLOOR":"تقريب رقم لأسفل إلى أقرب مضاعف لعامل معين.","CEILING":"تقريب رقم لأعلى إلى أقرب مضاعف لعامل معين.","PRODUCT":"ضرب سلسلة من الأرقام و / أو الخلايا.","AVERAGE":"حساب المتوسط ​​لسلسلة الأرقام و / أو الخلايا باستثناء النص.","AVERAGEIF":"يحسب المتوسط ​​للخلايا على أساس الشرط المحدد.","AVERAGEIFS":"يحسب المتوسط ​​للخلايا بناءً على الشروط المحددة.","AVERAGEA":"يحسب المتوسط ​​للخلايا تقييم صحيح كـ 1 والنص و خاطئة كـ 0.","COUNT":"يحسب الخلايا التي تحتوي على قيم رقمية في نطاق.","COUNTIF":"يتم حساب الخلايا بناءً على معيار محدد.","COUNTIFS":"تحسب الخلايا بناءً على معايير محددة.","COUNTA":"عد الخلايا التي تحتوي على قيم في نطاق.","MIN":"تُرجع أصغر عدد من الوسائط المعطاة.","MAX":"إرجاع أكبر عدد من الوسائط المعطاة.","DATE":"يُرجع التاريخ بناءً على السنة والشهر واليوم.","DAY":"إرجاع اليوم من التاريخ المحدد.","DAYS":"إرجاع عدد الأيام بين تاريخين.","IF":"إرجاع قيمة بناءً على التعبير المحدد.","IFS":"تُرجع القيمة بناءً على التعبيرات المتعددة المحددة.","AND":"تقوم بإرجاع صحيح إذا كانت جميع الوسائط هي صحيح ، وإلا فإنها ترجع خاطئة.","OR":"تقوم بإرجاع صحيح إذا كانت أي من الوسائط هي صحيح ، وإلا فإنها ترجع خاطئة.","IFERROR":"تُرجع القيمة إذا لم يتم العثور على خطأ ، فسوف تُرجع القيمة المحددة.","CHOOSE":"إرجاع قيمة من قائمة القيم ، بناءً على رقم الفهرس.","INDEX":"تُرجع قيمة الخلية في نطاق محدد استنادًا إلى رقم الصف والعمود.","FIND":"إرجاع موضع سلسلة داخل سلسلة أخرى ، وهو حساس لحالة الأحرف.","CONCATENATE":"يجمع بين سلسلتين أو أكثر معًا.","CONCAT":"يجمع بين قائمة أو مجموعة من سلاسل النص.","SUBTOTAL":"إرجاع المجموع الفرعي لنطاق باستخدام رقم الوظيفة المحدد.","RADIANS":"يحول الدرجات إلى راديان.","MATCH":"إرجاع الموضع النسبي لقيمة محددة في نطاق معين.","DefineNameExists":"هذا الاسم موجود بالفعل ، جرب اسمًا مختلفًا.","CircularReference":"عندما تشير صيغة إلى مرجع دائري واحد أو أكثر ، فقد ينتج عن ذلك حساب غير صحيح."},"timepicker":{"placeholder":"حدد الوقت"},"treegrid":{"EmptyRecord":"لا سجلات لعرضها","InvalidFilterMessage":"بيانات الفلتر غير صالحة","FilterbarTitle":"تصفية خلية شريط","EmptyDataSourceError":"داتاسورس يجب أن لا تكون فارغة عند التحميل الأولي منذ يتم إنشاء الأعمدة من داتسورس في أوتوجينيرات العمود شبكة","Add":"إضافة","Edit":"تصحيح","Cancel":"إلغاء","Update":"تحديث","Delete":"حذف","Print":"طباعة","Pdfexport":"تصدير بدف","Excelexport":"تصدير إكسيل","Wordexport":"تصدير ورد","Csvexport":"تصدير كسف","Search":"بحث","Columnchooser":"أعمدة","Save":"حفظ","EditOperationAlert":"لم يتم تحديد أية سجلات لعملية التعديل","DeleteOperationAlert":"لم يتم تحديد أية سجلات لعملية الحذف ","SaveButton":"حفظ","CancelButton":"إلغاء","EditFormTitle":"تفاصيل ","AddFormTitle":"إضافة سجل جديد","ConfirmDelete":"هل تريد بالتأكيد حذف السجل؟","CancelEdit":"هل تريد بالتأكيد إلغاء التغييرات؟","ChooseColumns":"اختر العمود","SearchColumns":"البحث","FilterButton":"منقي","ClearButton":"واضح","StartsWith":"ابدا ب","EndsWith":"ينتهي مع","Contains":"يحتوي على","Equal":"مساو","NotEqual":"غير متساوي","LessThan":"أقل من","LessThanOrEqual":"اصغر من او يساوي","GreaterThan":"أكثر من","GreaterThanOrEqual":"أكبر من أو يساوي","ChooseDate":"اختر تاريخا","EnterValue":"أدخل القيمة","autoFitAll":"تناسب تلقائي جميع الأعمدة","autoFit":"تناسب هذا العمود تلقائيا","Export":"تصدير","FirstPage":"الصفحة الأولى","LastPage":"آخر صفحة","PreviousPage":"الصفحة السابقة","NextPage":"الصفحة التالية","SortAscending":"فرز تصاعدي","SortDescending":"ترتيب تنازلي","EditRecord":"تحرير سجل","DeleteRecord":"حذف سجل","FilterMenu":"منقي"},"uploader":{"invalidMinFileSize":"حجم الملف صغير جدا!","invalidMaxFileSize":"يتجاوز حجم الملف 28 ميغابايت","invalidFileType":"نوع الملف غير مسموح به","Browse":"تصفح","Clear":"واضح","Upload":"تحميل","dropFilesHint":"أو إسقاط الملفات هنا","uploadFailedMessage":"أخفق تحميل الملف","uploadSuccessMessage":"تم رفع الملف بنجاح","removedSuccessMessage":"تمت إزالة الملف بنجاح","removedFailedMessage":"غير قادر على إزالة الملف","inProgress":"تحميل","readyToUploadMessage":"جاهز للتحميل","remove":"إزالة","cancel":"إلغاء","delete":"حذف ملف","abort":"إحباط","pauseUpload":"تم إيقاف تحميل الملف مؤقتًا","pause":"وقفة","resume":"استئنف","retry":"إعادة المحاولة","fileUploadCancel":"تم إلغاء تحميل الملف"}},"en":{"dropdowns":{"noRecordsTemplate":"No Records Found","actionFailureTemplate":"The Request Failed","overflowCountTemplate":"+${count} more..","selectAllText":"Select All","unSelectAllText":"Unselect All"},"calendar":{"today":"Today"},"chart":{"ZoomIn":"Zoom In","ZoomOut":"Zoom Out","Zoom":"Zoom","Pan":"Pan","Reset":"Reset","ResetZoom":"Reset Zoom"},"colorpicker":{"Apply":"Apply","Cancel":"Cancel","ModeSwitcher":"Switch Mode"},"datepicker":{"placeholder":"Choose a date","today":"Today"},"daterangepicker":{"placeholder":"Select a range","startLabel":"Start Date","endLabel":"End Date","applyText":"Apply","cancelText":"Cancel","selectedDays":"Selected Days","days":"Days","customRange":"Custom Range"},"datetimepicker":{"placeholder":"Select a date and time","today":"Today"},"diagram":{"Copy":"Copy","Cut":"Cut","Paste":"Paste","Undo":"Undo","Redo":"Redo","SelectAll":"Select All","Grouping":"Grouping","Group":"Group","UnGroup":"Ungroup","Order":"Order","BringToFront":"Bring To Front","MoveForward":"Move Forward","SendToBack":"Send To Back","SendBackward":"Send Backward"},"dialog":{"close":"Close"},"documenteditor":{"Table":"Table","Row":"Row","Cell":"Cell","Ok":"Ok","Cancel":"Cancel","Size":"Size","Preferred Width":"Preferred width","Points":"Points","Percent":"Percent","Measure in":"Measure in","Alignment":"Alignment","Left":"Left","Center":"Center","Right":"Right","Justify":"Justify","Indent from left":"Indent from left","Borders and Shading":"Borders and Shading","Options":"Options","Specify height":"Specify height","At least":"At least","Exactly":"Exactly","Row height is":"Row height is","Allow row to break across pages":"Allow row to break across pages","Repeat as header row at the top of each page":"Repeat as header row at the top of each page","Vertical alignment":"Vertical alignment","Top":"Top","Bottom":"Bottom","Default cell margins":"Default cell margins","Default cell spacing":"Default cell spacing","Allow spacing between cells":"Allow spacing between cells","Cell margins":"Cell margins","Same as the whole table":"Same as the whole table","Borders":"Borders","None":"None","Style":"Style","Width":"Width","Height":"Height","Letter":"Letter","Tabloid":"Tabloid","Legal":"Legal","Statement":"Statement","Executive":"Executive","A3":"A3","A4":"A4","A5":"A5","B4":"B4","B5":"B5","Custom Size":"Custom size","Different odd and even":"Different odd and even","Different first page":"Different first page","From edge":"From edge","Header":"Header","Footer":"Footer","Margin":"Margins","Paper":"Paper","Layout":"Layout","Orientation":"Orientation","Landscape":"Landscape","Portrait":"Portrait","Show page numbers":"Show page numbers","Right align page numbers":"Right align page numbers","Nothing":"Nothing","Tab leader":"Tab leader","Show levels":"Show levels","Use hyperlinks instead of page numbers":"Use hyperlinks instead of page numbers","Build table of contents from":"Build table of contents from","Styles":"Styles","Available styles":"Available styles","TOC level":"TOC level","Heading":"Heading","Heading 1":"Heading 1","Heading 2":"Heading 2","Heading 3":"Heading 3","Heading 4":"Heading 4","Heading 5":"Heading 5","Heading 6":"Heading 6","List Paragraph":"List Paragraph","Normal":"Normal","Outline levels":"Outline levels","Table entry fields":"Table entry fields","Modify":"Modify","Color":"Color","Setting":"Setting","Box":"Box","All":"All","Custom":"Custom","Preview":"Preview","Shading":"Shading","Fill":"Fill","Apply To":"Apply to","Table Properties":"Table Properties","Cell Options":"Cell Options","Table Options":"Table Options","Insert Table":"Insert Table","Number of columns":"Number of columns","Number of rows":"Number of rows","Text to display":"Text to display","Address":"Address","Insert Hyperlink":"Insert Hyperlink","Edit Hyperlink":"Edit Hyperlink","Insert":"Insert","General":"General","Indentation":"Indentation","Before text":"Before text","Special":"Special","First line":"First line","Hanging":"Hanging","After text":"After text","By":"By","Before":"Before","Line Spacing":"Line spacing","After":"After","At":"At","Multiple":"Multiple","Spacing":"Spacing","Define new Multilevel list":"Define new Multilevel list","List level":"List level","Choose level to modify":"Choose level to modify","Level":"Level","Number format":"Number format","Number style for this level":"Number style for this level","Enter formatting for number":"Enter formatting for number","Start at":"Start at","Restart list after":"Restart list after","Position":"Position","Text indent at":"Text indent at","Aligned at":"Aligned at","Follow number with":"Follow number with","Tab character":"Tab character","Space":"Space","Arabic":"Arabic","UpRoman":"UpRoman","LowRoman":"LowRoman","UpLetter":"UpLetter","LowLetter":"LowLetter","Number":"Number","Leading zero":"Leading zero","Bullet":"Bullet","Ordinal":"Ordinal","Ordinal Text":"Ordinal Text","For East":"For East","No Restart":"No Restart","Font":"Font","Font style":"Font style","Underline style":"Underline style","Font color":"Font color","Effects":"Effects","Strikethrough":"Strikethrough","Superscript":"Superscript","Subscript":"Subscript","Double strikethrough":"Double strikethrough","Regular":"Regular","Bold":"Bold","Italic":"Italic","Cut":"Cut","Copy":"Copy","Paste":"Paste","Hyperlink":"Hyperlink","Open Hyperlink":"Open Hyperlink","Copy Hyperlink":"Copy Hyperlink","Remove Hyperlink":"Remove Hyperlink","Paragraph":"Paragraph","Linked(Paragraph and Character)":"Linked(Paragraph and Character)","Character":"Character","Merge Cells":"Merge Cells","Insert Above":"Insert Above","Insert Below":"Insert Below","Insert Left":"Insert Left","Insert Right":"Insert Right","Delete":"Delete","Delete Table":"Delete Table","Delete Row":"Delete Row","Delete Column":"Delete Column","File Name":"File Name","Format Type":"Format Type","Save":"Save","Navigation":"Navigation","Results":"Results","Replace":"Replace","Replace All":"Replace All","We replaced all":"We replaced all","Find":"Find","No matches":"No matches","All Done":"All Done","Result":"Result","of":"of","instances":"instances","with":"with","Click to follow link":"Click to follow link","Continue Numbering":"Continue Numbering","Bookmark name":"Bookmark name","Close":"Close","Restart At":"Restart At","Properties":"Properties","Name":"Name","Style type":"Style type","Style based on":"Style based on","Style for following paragraph":"Style for following paragraph","Formatting":"Formatting","Numbering and Bullets":"Numbering and Bullets","Numbering":"Numbering","Update Field":"Update Field","Edit Field":"Edit Field","Bookmark":"Bookmark","Page Setup":"Page Setup","No bookmarks found":"No bookmarks found","Number format tooltip information":"Single-level number format:
[PREFIX]%[LEVELNUMBER][SUFFIX]
For example, 'Chapter %1.' will display numbering like
Chapter 1. Item
Chapter 2. Item

Chapter N. Item

Multilevel number format:
[PREFIX]%[LEVELNUMBER][SUFFIX]+[PREFIX]%[LEVELNUMBER][SUFFIX]
For example, '%1.%2.' will display numbering like
1.1. Item
1.2. Item

1.N. Item","Format":"Format","Create New Style":"Create New Style","Modify Style":"Modify Style","New":"New","Bullets":"Bullets","Use bookmarks":"Use bookmarks","Table of Contents":"Table of Contents","AutoFit":"AutoFit","AutoFit to Contents":"AutoFit to Contents","AutoFit to Window":"AutoFit to Window","Fixed Column Width":"Fixed Column Width","Reset":"Reset","Match case":"Match case","Whole words":"Whole words","Add":"Add","Go To":"Go To","Search for":"Search for","Replace with":"Replace with","TOC 1":"TOC 1","TOC 2":"TOC 2","TOC 3":"TOC 3","TOC 4":"TOC 4","TOC 5":"TOC 5","TOC 6":"TOC 6","TOC 7":"TOC 7","TOC 8":"TOC 8","TOC 9":"TOC 9","Right-to-left":"Right-to-left","Left-to-right":"Left-to-right","Direction":"Direction","Table direction":"Table direction","Indent from right":"Indent from right","Don't add space between the paragraphs of the same styles":"Don't add space between the paragraphs of the same styles","The password don't match":"The password don't match","Restrict Editing":"Restrict Editing","Formatting restrictions":"Formatting restrictions","Allow formatting":"Allow formatting","Editing restrictions":"Editing restrictions","Read only":"Read only","Exceptions (optional)":"Exceptions (optional)","Select parts of the document and choose users who are allowed to freely edit them.":"Select parts of the document and choose users who are allowed to freely edit them.","Everyone":"Everyone","More users":"More users","Add Users":"Add Users","Yes, Start Enforcing Protection":"Yes, Start Enforcing Protection","Start Enforcing Protection":"Start Enforcing Protection","Enter User":"Enter User","Users":"Users","Enter new password":"Enter new password","Reenter new password to confirm":"Reenter new password to confirm","Your permissions":"Your permissions","This document is protected from unintentional editing.You may edit in this region.":"This document is protected from unintentional editing.You may edit in this region.","You may format text only with certain styles.":"You may format text only with certain styles.","Stop Protection":"Stop Protection","Password":"Password","Spelling Editor":"Spelling Editor","Spelling":"Spelling","Spell Check":"Spell Check","Underline errors":"Underline errors","Ignore":"Ignore","Ignore all":"Ignore All","Add to Dictionary":"Add to Dictionary","Change":"Change","Change All":"Change All","Suggestions":"Suggestions","The password is incorrect":"The password is incorrect","Error in establishing connection with web server":"Error in establishing connection with web server","Highlight the regions I can edit":"Highlight the regions I can edit","Show All Regions I Can Edit":"Show All Regions I Can Edit","Find Next Region I Can Edit":"Find Next Region I Can Edit","Keep source formatting":"Keep source formatting","Match destination formatting":"Match destination formatting","Text only":"Text only","Comments":"Comments","Type your comment":"Type your comment","Post":"Post","Reply":"Reply","New Comment":"New Comment","Edit":"Edit","Resolve":"Resolve","Reopen":"Reopen","No comments in this document":"No comments in this document","more":"more","Type your comment hear":"Type your comment hear","Next Comment":"Next Comment","Previous Comment":"Previous Comment","Un-posted comments":"Un-posted comments","Added comments not posted. If you continue, that comment will be discarded.":"Added comments not posted. If you continue, that comment will be discarded."},"documenteditorcontainer":{"New":"New","Open":"Open","Undo":"Undo","Redo":"Redo","Image":"Image","Table":"Table","Link":"Link","Bookmark":"Bookmark","Table of Contents":"Table of Contents","HEADING - - - - 1":"HEADING - - - - 1","HEADING - - - - 2":"HEADING - - - - 2","HEADING - - - - 3":"HEADING - - - - 3","Header":"Header","Footer":"Footer","Page Setup":"Page Setup","Page Number":"Page Number","Break":"Break","Find":"Find","Local Clipboard":"Local Clipboard","Restrict Editing":"Restrict Editing","Upload from computer":"Upload from computer","By URL":"By URL","Page Break":"Page Break","Section Break":"Section Break","Header & Footer":"Header & Footer","Options":"Options","Levels":"Levels","Different First Page":"Different First Page","Different header and footer for odd and even pages.":"Different header and footer for odd and even pages.","Different Odd & Even Pages":"Different Odd & Even Pages","Different header and footer for first page.":"Different header and footer for first page.","Position":"Position","Header from Top":"Header from Top","Footer from Bottom":"Footer from Bottom","Distance from top of the page to top of the header.":"Distance from top of the page to top of the header.","Distance from bottom of the page to bottom of the footer.":"Distance from bottom of the page to bottom of the footer.","Aspect ratio":"Aspect ratio","W":"W","H":"H","Width":"Width","Height":"Height","Text":"Text","Paragraph":"Paragraph","Fill":"Fill","Fill color":"Fill color","Border Style":"Border Style","Outside borders":"Outside borders","All borders":"All borders","Inside borders":"Inside borders","Left border":"Left border","Inside vertical border":"Inside vertical border","Right border":"Right border","Top border":"Top border","Inside horizontal border":"Inside horizontal border","Bottom border":"Bottom border","Border color":"Border color","Border width":"Border width","Cell":"Cell","Merge cells":"Merge cells","Insert / Delete":"Insert / Delete","Insert columns to the left":"Insert columns to the left","Insert columns to the right":"Insert columns to the right","Insert rows above":"Insert rows above","Insert rows below":"Insert rows below","Delete rows":"Delete rows","Delete columns":"Delete columns","Cell Margin":"Cell Margin","Top":"Top","Bottom":"Bottom","Left":"Left","Right":"Right","Align Text":"Align Text","Align top":"Align top","Align bottom":"Align bottom","Align center":"Align center","Number of heading or outline levels to be shown in table of contents.":"Number of heading or outline levels to be shown in table of contents.","Show page numbers":"Show page numbers","Show page numbers in table of contents.":"Show page numbers in table of contents.","Right align page numbers":"Right align page numbers","Right align page numbers in table of contents.":"Right align page numbers in table of contents.","Use hyperlinks":"Use hyperlinks","Use hyperlinks instead of page numbers.":"Use hyperlinks instead of page numbers.","Font":"Font","Font Size":"Font Size","Font color":"Font color","Text highlight color":"Text highlight color","Clear all formatting":"Clear all formatting","Bold (Ctrl+B)":"Bold (Ctrl+B)","Italic (Ctrl+I)":"Italic (Ctrl+I)","Underline (Ctrl+U)":"Underline (Ctrl+U)","Strikethrough":"Strikethrough","Superscript (Ctrl+Shift++)":"Superscript (Ctrl+Shift++)","Subscript (Ctrl+=)":"Subscript (Ctrl+=)","Align left (Ctrl+L)":"Align left (Ctrl+L)","Center (Ctrl+E)":"Center (Ctrl+E)","Align right (Ctrl+R)":"Align right (Ctrl+R)","Justify (Ctrl+J)":"Justify (Ctrl+J)","Decrease indent":"Decrease indent","Increase indent":"Increase indent","Line spacing":"Line spacing","Bullets":"Bullets","Numbering":"Numbering","Styles":"Styles","Manage Styles":"Manage Styles","Page":"Page","of":"of","Fit one page":"Fit one page","Spell Check":"Spell Check","Underline errors":"Underline errors","Fit page width":"Fit page width","Update":"Update","Cancel":"Cancel","Insert":"Insert","No Border":"No Border","Create a new document.":"Create a new document.","Open a document.":"Open a document.","Undo the last operation (Ctrl+Z).":"Undo the last operation (Ctrl+Z).","Redo the last operation (Ctrl+Y).":"Redo the last operation (Ctrl+Y).","Insert inline picture from a file.":"Insert inline picture from a file.","Insert a table into the document":"Insert a table into the document","Create a link in your document for quick access to web pages and files (Ctrl+K).":"Create a link in your document for quick access to web pages and files (Ctrl+K).","Insert a bookmark in a specific place in this document.":"Insert a bookmark in a specific place in this document.","Provide an overview of your document by adding a table of contents.":"Provide an overview of your document by adding a table of contents.","Add or edit the header.":"Add or edit the header.","Add or edit the footer.":"Add or edit the footer.","Open the page setup dialog.":"Open the page setup dialog.","Add page numbers.":"Add page numbers.","Find text in the document (Ctrl+F).":"Find text in the document (Ctrl+F).","Toggle between the internal clipboard and system clipboard":"Toggle between the internal clipboard and system clipboard.
Access to system clipboard through script is denied due to browsers security policy. Instead,
1. You can enable internal clipboard to cut, copy and paste within the component.
2. You can use the keyboard shortcuts (Ctrl+X, Ctrl+C and Ctrl+V) to cut, copy and paste with system clipboard.","Restrict editing.":"Restrict editing.","The current page number in the document. Click or tap to navigate specific page.":"The current page number in the document. Click or tap to navigate specific page.","Read only":"Read only","Protections":"Protections","Error in establishing connection with web server":"Error in establishing connection with web server","Single":"Single","Double":"Double","New comment":"New comment","Comments":"Comments"},"filemanager":{"NewFolder":"New folder","Upload":"Upload","Delete":"Delete","Rename":"Rename","Download":"Download","Cut":"Cut","Copy":"Copy","Paste":"Paste","SortBy":"Sort by","Refresh":"Refresh","Item-Selection":"item selected","Items-Selection":"items selected","View":"View","Details":"Details","SelectAll":"Select all","Open":"Open","Tooltip-NewFolder":"New folder","Tooltip-Upload":"Upload","Tooltip-Delete":"Delete","Tooltip-Rename":"Rename","Tooltip-Download":"Download","Tooltip-Cut":"Cut","Tooltip-Copy":"Copy","Tooltip-Paste":"Paste","Tooltip-SortBy":"Sort by","Tooltip-Refresh":"Refresh","Tooltip-Selection":"Clear selection","Tooltip-View":"View","Tooltip-Details":"Details","Tooltip-SelectAll":"Select all","Name":"Name","Size":"Size","DateModified":"Modified","DateCreated":"Date created","Path":"Path","Modified":"Modified","Created":"Created","Location":"Location","Type":"Type","Permission":"Permission","Ascending":"Ascending","Descending":"Descending","View-LargeIcons":"Large icons","View-Details":"Details","Search":"Search","Button-Ok":"OK","Button-Cancel":"Cancel","Button-Yes":"Yes","Button-No":"No","Button-Create":"Create","Button-Save":"Save","Header-NewFolder":"Folder","Content-NewFolder":"Enter your folder name","Header-Rename":"Rename","Content-Rename":"Enter your new name","Header-Rename-Confirmation":"Rename Confirmation","Content-Rename-Confirmation":"If you change a file name extension, the file might become unstable. Are you sure you want to change it?","Header-Delete":"Delete File","Content-Delete":"Are you sure you want to delete this file?","Header-Multiple-Delete":"Delete Multiple Files","Content-Multiple-Delete":"Are you sure you want to delete these {0} files?","Header-Duplicate":"File/Folder exists","Content-Duplicate":"{0} already exists. Do you want to rename and paste?","Header-Upload":"Upload Files","Error":"Error","Validation-Empty":"The file or folder name cannot be empty.","Validation-Invalid":"The file or folder name {0} contains invalid characters. Please use a different name. Valid file or folder names cannot end with a dot or space, and cannot contain any of the following characters: \\/:*?\"<>|","Validation-NewFolder-Exists":"A file or folder with the name {0} already exists.","Validation-Rename-Exists":"Cannot rename {0} to {1}: destination already exists.","Folder-Empty":"This folder is empty","File-Upload":"Drag files here to upload","Search-Empty":"No results found","Search-Key":"Try with different keywords","Sub-Folder-Error":"The destination folder is the subfolder of the source folder.","Access-Denied":"Access Denied","Access-Details":"You don't have permission to access this folder.","Header-Retry":"File Already Exists","Content-Retry":"A file with this name already exists in this folder. What would you like to do?","Button-Keep-Both":"Keep both","Button-Replace":"Replace","Button-Skip":"Skip","ApplyAll-Label":"Do this for all current items"},"gantt":{"emptyRecord":"No records to display","id":"ID","name":"Name","startDate":"Start Date","endDate":"End Date","duration":"Duration","progress":"Progress","dependency":"Dependency","notes":"Notes","excelExport":"Excel export","csvExport":"CSV export","baselineStartDate":"Baseline Start Date","baselineEndDate":"Baseline End Date","type":"Type","offset":"Offset","resourceName":"Resources","resourceID":"Resource ID","day":"day","hour":"hour","minute":"minute","days":"days","hours":"hours","minutes":"minutes","generalTab":"General","customTab":"Custom Columns","writeNotes":"Write Notes","addDialogTitle":"New Task","editDialogTitle":"Task Information","saveButton":"Save","add":"Add","edit":"Edit","update":"Update","delete":"Delete","cancel":"Cancel","search":"Search","addTask":"Add Task","editTask":"Edit Task","deleteTask":"Delete Task","expandAllTasks":"Expand All Tasks","collapseAllTasks":"Collapse All Tasks","expandAll":"Expand All","collapseAll":"Collapse All","nextTimeSpan":"Next Timespan","prevTimeSpan":"Previous Timespan","okText":"Ok","confirmDelete":"Are you sure you want to Delete Record?","from":"From","to":"To","taskLink":"Task Link","lag":"Lag","start":"Start","finish":"Finish","enterValue":"Enter the value","taskBeforePredecessor_FS":"You moved '{0}' to start before '{1}' finishes and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskAfterPredecessor_FS":"You moved '{0}' away from '{1}' and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskBeforePredecessor_SS":"You moved '{0}' to start before '{1}' starts and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskAfterPredecessor_SS":"You moved '{0}' to start after '{1}' starts and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskBeforePredecessor_FF":"You moved '{0}' to finish before '{1}' finishes and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskAfterPredecessor_FF":"You moved '{0}' to finish after '{1}' finishes and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskBeforePredecessor_SF":"You moved '{0}' away from '{1}' to starts and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskAfterPredecessor_SF":"You moved '{0}' to finish after '{1}'starts and the two tasks are linked. As the result, the links cannot be honored. Select one action below to perform","taskInformation":"Task Information","deleteDependency":"Delete Dependency","convert":"Convert","save":"Save","above":"Above","below":"Below","child":"Child","milestone":"Milestone","toTask":"To Task","toMilestone":"To Milestone","eventMarkers":"Event markers","leftTaskLabel":"Left task label","rightTaskLabel":"Right task label","timelineCell":"Timeline cell"},"grid":{"EmptyRecord":"No records to display","True":"true","False":"false","InvalidFilterMessage":"Invalid Filter Data","GroupDropArea":"Drag a column header here to group its column","UnGroup":"Click here to ungroup","GroupDisable":"Grouping is disabled for this column","FilterbarTitle":"filter bar cell","EmptyDataSourceError":"DataSource must not be empty at initial load since columns are generated from dataSource in AutoGenerate Column Grid","Add":"Add","Edit":"Edit","Cancel":"Cancel","Update":"Update","Delete":"Delete","Print":"Print","Pdfexport":"PDF Export","Excelexport":"Excel Export","Wordexport":"Word Export","Csvexport":"CSV Export","Search":"Search","Columnchooser":"Columns","Save":"Save","Item":"item","Items":"items","EditOperationAlert":"No records selected for edit operation","DeleteOperationAlert":"No records selected for delete operation","SaveButton":"Save","OKButton":"OK","CancelButton":"Cancel","EditFormTitle":"Details of ","AddFormTitle":"Add New Record","BatchSaveConfirm":"Are you sure you want to save changes?","BatchSaveLostChanges":"Unsaved changes will be lost. Are you sure you want to continue?","ConfirmDelete":"Are you sure you want to Delete Record?","CancelEdit":"Are you sure you want to Cancel the changes?","ChooseColumns":"Choose Column","SearchColumns":"search columns","Matchs":"No Matches Found","FilterButton":"Filter","ClearButton":"Clear","StartsWith":"Starts With","EndsWith":"Ends With","Contains":"Contains","Equal":"Equal","NotEqual":"Not Equal","LessThan":"Less Than","LessThanOrEqual":"Less Than Or Equal","GreaterThan":"Greater Than","GreaterThanOrEqual":"Greater Than Or Equal","ChooseDate":"Choose a Date","EnterValue":"Enter the value","Copy":"Copy","Group":"Group by this column","Ungroup":"Ungroup by this column","autoFitAll":"Auto Fit all columns","autoFit":"Auto Fit this column","Export":"Export","FirstPage":"First Page","LastPage":"Last Page","PreviousPage":"Previous Page","NextPage":"Next Page","SortAscending":"Sort Ascending","SortDescending":"Sort Descending","EditRecord":"Edit Record","DeleteRecord":"Delete Record","FilterMenu":"Filter"},"checkboxFilter":{"Search":"Search","OK":"OK","Cancel":"Cancel","Filter":"Filter","Clear":"Clear","SelectAll":"Select All","Blanks":"Blanks","True":"True","False":"False","NoResult":"No Matches Found"},"excelFilter":{"ClearFilter":"Clear Filter","NumberFilter":"Number Filters","TextFilter":"Text Filters","DateFilter":"Date Filters","MatchCase":"Match Case","Equal":"Equal","NotEqual":"Not Equal","LessThan":"Less Than","LessThanOrEqual":"Less Than Or Equal","GreaterThan":"Greater Than","GreaterThanOrEqual":"Greater Than Or Equal","Between":"Between","CustomFilter":"Custom Filter","StartsWith":"Starts With","EndsWith":"Ends With","Contains":"Contains","OK":"OK","Cancel":"Cancel","CustomFilterPlaceHolder":"Enter the value","CustomFilterDatePlaceHolder":"Choose a date","AND":"AND","OR":"OR","ShowRowsWhere":"Show rows where:"},"pager":{"currentPageInfo":"{0} of {1} pages","totalItemsInfo":"({0} items)","firstPageTooltip":"Go to first page","lastPageTooltip":"Go to last page","nextPageTooltip":"Go to next page","previousPageTooltip":"Go to previous page","nextPagerTooltip":"Go to next pager","previousPagerTooltip":"Go to previous pager","pagerDropDown":"Items per page"},"listbox":{"noRecordsTemplate":"No Records Found","selectAllText":"Select All","unSelectAllText":"UnSelect All","moveUp":"Move Up","moveDown":"Move Down","moveTo":"Move To","moveFrom":"Move From","moveAllTo":"Move All To","moveAllFrom":"Move All From"},"maps":{"ZoomIn":"Zoom In","ZoomOut":"Zoom Out","Zoom":"Zoom","Pan":"Pan","Reset":"Reset","ResetZoom":"Reset Zoom"},"numerictextbox":{"incrementTitle":"Increment value","decrementTitle":"Decrement value"},"pivotview":{"all":"All","multipleItems":"Multiple items","Sum":"Sum","Count":"Count","DistinctCount":"Distinct Count","Product":"Product","Avg":"Avg","Min":"Min","SampleVar":"Sample Var","PopulationVar":"Population Var","RunningTotals":"Running Totals","Max":"Max","Index":"Index","SampleStDev":"Sample StDev","PopulationStDev":"Population StDev","PercentageOfRowTotal":"% of Row Total","PercentageOfParentTotal":"% of Parent Total","PercentageOfParentColumnTotal":"% of Parent Column Total","PercentageOfParentRowTotal":"% of Parent Row Total","DifferenceFrom":"Difference From","PercentageOfDifferenceFrom":"% of Difference From","PercentageOfGrandTotal":"% of Grand Total","PercentageOfColumnTotal":"% of Column Total","editorDataLimitMsg":" more items. Search to refine further.","mdxQuery":"MDX Query","qtr":"Qtr","null":"null","undefined":"undefined","groupOutOfRange":"Out of Range","fieldDropErrorAction":"The field you are moving cannot be placed in that area of the report","MoreOption":"More...","aggregate":"Aggregate","drillThrough":"Drill Through","ascending":"Ascending","descending":"Descending","number":"Number","currency":"Currency","percentage":"Percentage","formatType":"Format Type","customText":"Currency Symbol","symbolPosition":"Symbol Position","left":"Left","right":"Right","grouping":"Grouping","true":"True","false":"False","decimalPlaces":"Decimal Places","numberFormat":"Number Formatting","memberType":"Field Type","formatString":"Format String","expressionField":"Expression","customFormat":"Enter custom format string","selectedHierarchy":"Parent Hierarchy","olapDropText":"Example: [Measures].[Order Quantity] + ([Measures].[Order Quantity] * 0.10)","Percent":"Percent","Currency":"Currency","Custom":"Custom","Measure":"Measure","Dimension":"Dimension","Standard":"Standard","blank":"(Blank)","fieldTooltip":"Drag and drop fields to create an expression. And, if you want to edit the existing the calculated fields! Then you can achieve it by simply selecting the field under 'Calculated Members'.","QuarterYear":"Quarter Year","fieldTitle":"Field Name","drillError":"Cannot show the raw items of calculated fields.","grandTotal":"Grand Total","total":"Total","value":"Value","noValue":"No value","row":"Row","column":"Column","collapse":"Collapse","expand":"Expand","rowAxisPrompt":"Drop row here","columnAxisPrompt":"Drop column here","valueAxisPrompt":"Drop value here","filterAxisPrompt":"Drop filter here","filter":"Filter","filtered":"Filtered","sort":"Sort","filters":"Filters","rows":"Rows","columns":"Columns","values":"Values","close":"Close","cancel":"Cancel","delete":"Delete","calculatedField":"Calculated Field","createCalculatedField":"Create Calculated Field","fieldName":"Enter the field name","error":"Error","invalidFormula":"Invalid formula.","dropText":"Example: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Add fields and edit formula here.","dropAction":"Calculated field cannot be place in any other region except value axis.","alert":"Alert","warning":"Warning","ok":"OK","search":"Search","drag":"Drag","remove":"Remove","sum":"Sum","average":"Average","count":"Count","min":"Min","max":"Max","allFields":"All Fields","formula":"Formula","addToRow":"Add to Row","addToColumn":"Add to Column","addToValue":"Add to Value","addToFilter":"Add to Filter","emptyData":"No records to display","fieldExist":"A field already exists in this name. Please enter a different name.","confirmText":"A calculation field already exists in this name. Do you want to replace it?","noMatches":"No matches","format":"Summaries values by","edit":"Edit","clear":"Clear","formulaField":"Drag and drop fields to formula","dragField":"Drag field to formula","clearFilter":"Clear","by":"by","enterValue":"Enter value","chooseDate":"Enter date","Equals":"Equals","DoesNotEquals":"Does Not Equal","BeginWith":"Begins With","DoesNotBeginWith":"Does Not Begin With","EndsWith":"Ends With","DoesNotEndsWith":"Does Not End With","Contains":"Contains","DoesNotContains":"Does Not Contain","GreaterThan":"Greater Than","GreaterThanOrEqualTo":"Greater Than Or Equal To","LessThan":"Less Than","LessThanOrEqualTo":"Less Than Or Equal To","Between":"Between","NotBetween":"Not Between","Before":"Before","BeforeOrEqualTo":"Before Or Equal To","After":"After","AfterOrEqualTo":"After Or Equal To","member":"Member","label":"Label","date":"Date","labelTextContent":"Show the items for which the label","dateTextContent":"Show the items for which the date","valueTextContent":"Show the items for which","And":"and","NotEquals":"Not Equals","AllValues":"All Values","conditionalFormating":"Conditional Formatting","apply":"APPLY","condition":"Add Condition","formatLabel":"Format","valueFieldSettings":"Value field settings","sourceName":"Field name :","sourceCaption":"Field caption :","summarizeValuesBy":"Summarize values by :","baseField":"Base field :","baseItem":"Base item :","example":"e.g:","details":"Details","manageRecords":"Manage Records","Years":"Years","Quarters":"Quarters","Months":"Months","Days":"Days","Hours":"Hours","Minutes":"Minutes","Seconds":"Seconds","save":"Save a report","new":"Create a new report","load":"Load","saveAs":"Save as current report","rename":"Rename a current report","export":"Export","subTotals":"Sub totals","grandTotals":"Grand totals","reportName":"Report Name :","pdf":"PDF","excel":"Excel","csv":"CSV","showSubTotals":"Show sub totals","doNotShowSubTotals":"Do not show sub totals","showSubTotalsRowsOnly":"Show sub totals rows only","showSubTotalsColumnsOnly":"Show sub totals columns only","showGrandTotals":"Show grand totals","doNotShowGrandTotals":"Do not show grand totals","showGrandTotalsRowsOnly":"Show grand totals rows only","showGrandTotalsColumnsOnly":"Show grand totals columns only","fieldList":"Show fieldlist","grid":"Show table","toolbarFormatting":"Conditional formatting","chart":"Chart","reportMsg":"Please enter vaild report name!!!","reportList":"Report list","removeConfirm":"Are you sure want to delete this report?","emptyReport":"No reports found!!","bar":"Bar","line":"Line","area":"Area","scatter":"Scatter","polar":"Polar","of":"of","emptyFormat":"No format found!!!","emptyInput":"Enter a value","newReportConfirm":"Want to save changes to report?","emptyReportName":"Enter a report name","caption":"Field Caption","copy":"Copy","defaultReport":"Default report","customFormatString":"Custom Format","invalidFormat":"Invalid Format."},"pivotfieldlist":{"all":"All","multipleItems":"Multiple items","Sum":"Sum","Count":"Count","DistinctCount":"Distinct Count","Product":"Product","Avg":"Avg","Min":"Min","Max":"Max","Index":"Index","SampleStDev":"Sample StDev","PopulationStDev":"Population StDev","SampleVar":"Sample Var","PopulationVar":"Population Var","RunningTotals":"Running Totals","DifferenceFrom":"Difference From","PercentageOfDifferenceFrom":"% of Difference From","PercentageOfGrandTotal":"% of Grand Total","PercentageOfColumnTotal":"% of Column Total","PercentageOfRowTotal":"% of Row Total","PercentageOfParentTotal":"% of Parent Total","PercentageOfParentColumnTotal":"% of Parent Column Total","PercentageOfParentRowTotal":"% of Parent Row Total","Years":"Years","Quarters":"Quarters","Months":"Months","Days":"Days","Hours":"Hours","Minutes":"Minutes","Seconds":"Seconds","apply":"APPLY","editorDataLimitMsg":" more items. Search to refine further.","null":"null","undefined":"undefined","groupOutOfRange":"Out of Range","fieldDropErrorAction":"The field you are moving cannot be placed in that area of the report","MoreOption":"More...","memberType":"Field Type","selectedHierarchy":"Parent Hierarchy","formatString":"Format String","expressionField":"Expression","olapDropText":"Example: [Measures].[Order Quantity] + ([Measures].[Order Quantity] * 0.10)","customFormat":"Enter custom format string","Measure":"Measure","Dimension":"Dimension","Standard":"Standard","Currency":"Currency","Percent":"Percent","Custom":"Custom","blank":"(Blank)","fieldTooltip":"Drag and drop fields to create an expression. And, if you want to edit the existing the calculated fields! You can achieve it by simply selecting the field under 'Calculated Members'.","fieldTitle":"Field Name","QuarterYear":"Quarter Year","staticFieldList":"Pivot Field List","fieldList":"Field List","dropFilterPrompt":"Drop filter here","dropColPrompt":"Drop column here","dropRowPrompt":"Drop row here","dropValPrompt":"Drop value here","addPrompt":"Add field here","adaptiveFieldHeader":"Choose field","centerHeader":"Drag fields between axes below:","add":"add","drag":"Drag","filter":"Filter","filtered":"Filtered","sort":"Sort","remove":"Remove","filters":"Filters","rows":"Rows","columns":"Columns","values":"Values","calculatedField":"Calculated Field","createCalculatedField":"Create Calculated Field","fieldName":"Enter the field name","error":"Error","invalidFormula":"Invalid formula.","dropText":"Example: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Add fields and edit formula here.","dropAction":"Calculated field cannot be place in any other region except value axis.","search":"Search","close":"Close","cancel":"Cancel","delete":"Delete","alert":"Alert","warning":"Warning","ok":"OK","sum":"Sum","average":"Average","count":"Count","min":"Min","max":"Max","allFields":"All Fields","formula":"Formula","fieldExist":"A field already exists in this name. Please enter a different name.","confirmText":"A calculation field already exists in this name. Do you want to replace it?","noMatches":"No matches","format":"Summaries values by","edit":"Edit","clear":"Clear","formulaField":"Drag and drop fields to formula","dragField":"Drag field to formula","clearFilter":"Clear","by":"by","enterValue":"Enter value","chooseDate":"Enter date","Equals":"Equals","DoesNotEquals":"Does Not Equal","BeginWith":"Begins With","DoesNotBeginWith":"Does Not Begin With","EndsWith":"Ends With","DoesNotEndsWith":"Does Not End With","Contains":"Contains","DoesNotContains":"Does Not Contain","GreaterThan":"Greater Than","GreaterThanOrEqualTo":"Greater Than Or Equal To","LessThan":"Less Than","LessThanOrEqualTo":"Less Than Or Equal To","Between":"Between","NotBetween":"Not Between","Before":"Before","BeforeOrEqualTo":"Before Or Equal To","After":"After","AfterOrEqualTo":"After Or Equal To","member":"Member","label":"Label","date":"Date","value":"Value","labelTextContent":"Show the items for which the label","dateTextContent":"Show the items for which the date","valueTextContent":"Show the items for which","And":"and","valueFieldSettings":"Value field settings","sourceName":"Field name :","sourceCaption":"Field caption :","summarizeValuesBy":"Summarize values by :","baseField":"Base field :","baseItem":"Base item :","example":"e.g:","deferLayoutUpdate":"Defer Layout Update","caption":"Field Caption","copy":"Copy"},"query-builder":{"AddGroup":"Add Group","AddCondition":"Add Condition","DeleteRule":"Delete Rule","DeleteGroup":"Delete Group","Edit":"Edit","SelectField":"Select Field","SelectOperator":"Select Operator","StartsWith":"Starts With","EndsWith":"Ends With","Contains":"Contains","Equal":"Equal","NotEqual":"Not Equal","LessThan":"Less Than","LessThanOrEqual":"Less Than Or Equal","GreaterThan":"Greater Than","GreaterThanOrEqual":"Greater Than Or Equal","Between":"Between","NotBetween":"Not Between","In":"In","NotIn":"Not In","Remove":"Remove","ValidationMessage":"Validation Message","IsNull":"Is Null","IsNotNull":"Is Not Null","IsEmpty":"Is Empty","IsNotEmpty":"Is Not Empty","AND":"AND","OR":"OR","NOT":"NOT","NotContains":"Not Contains","NotStartsWith":"Not Starts With","NotEndsWith":"Not Ends With"},"schedule":{"day":"Day","week":"Week","workWeek":"Work Week","month":"Month","agenda":"Agenda","weekAgenda":"Week Agenda","workWeekAgenda":"Work Week Agenda","monthAgenda":"Month Agenda","today":"Today","noEvents":"No events","emptyContainer":"There are no events scheduled on this day.","allDay":"All day","start":"Start","end":"End","more":"more","close":"Close","cancel":"Cancel","noTitle":"(No Title)","delete":"Delete","deleteEvent":"Delete Event","deleteMultipleEvent":"Delete Multiple Events","selectedItems":"Items selected","deleteSeries":"Delete Series","edit":"Edit","editSeries":"Edit Series","editEvent":"Edit Event","createEvent":"Create","subject":"Subject","addTitle":"Add title","moreDetails":"More Details","save":"Save","editContent":"Do you want to edit only this event or entire series?","deleteRecurrenceContent":"Do you want to delete only this event or entire series?","deleteContent":"Are you sure you want to delete this event?","deleteMultipleContent":"Are you sure you want to delete the selected events?","newEvent":"New Event","title":"Title","location":"Location","description":"Description","timezone":"Timezone","startTimezone":"Start Timezone","endTimezone":"End Timezone","repeat":"Repeat","saveButton":"Save","cancelButton":"Cancel","deleteButton":"Delete","recurrence":"Recurrence","wrongPattern":"The recurrence pattern is not valid.","seriesChangeAlert":"The changes made to specific instances of this series will be cancelled and those events will match the series again.","createError":"The duration of the event must be shorter than how frequently it occurs. Shorten the duration, or change the recurrence pattern in the recurrence event editor.","recurrenceDateValidation":"Some months have fewer than the selected date. For these months, the occurrence will fall on the last date of the month.","sameDayAlert":"Two occurrences of the same event cannot occur on the same day.","editRecurrence":"Edit Recurrence","repeats":"Repeats","alert":"Alert","startEndError":"The selected end date occurs before the start date.","invalidDateError":"The entered date value is invalid.","ok":"Ok","occurrence":"Occurrence","series":"Series","previous":"Previous","next":"Next","timelineDay":"Timeline Day","timelineWeek":"Timeline Week","timelineWorkWeek":"Timeline Work Week","timelineMonth":"Timeline Month"},"recurrenceeditor":{"none":"None","daily":"Daily","weekly":"Weekly","monthly":"Monthly","month":"Month","yearly":"Yearly","never":"Never","until":"Until","count":"Count","first":"First","second":"Second","third":"Third","fourth":"Fourth","last":"Last","repeat":"Repeat","repeatEvery":"Repeat Every","on":"Repeat On","end":"End","onDay":"Day","days":"Day(s)","weeks":"Week(s)","months":"Month(s)","years":"Year(s)","every":"every","summaryTimes":"time(s)","summaryOn":"on","summaryUntil":"until","summaryRepeat":"Repeats","summaryDay":"day(s)","summaryWeek":"week(s)","summaryMonth":"month(s)","summaryYear":"year(s)"},"slider":{"incrementTitle":"increase","decrementTitle":"decrease"},"spreadsheet":{"Cut":"Cut","Copy":"Copy","Paste":"Paste","PasteSpecial":"Paste Special","All":"All","Values":"Values","Formats":"Formats","Font":"Font","FontSize":"Font Size","Bold":"Bold","Italic":"Italic","Underline":"Underline","Strikethrough":"Strikethrough","TextColor":"Text Color","FillColor":"Fill Color","HorizontalAlignment":"Horizontal Alignment","AlignLeft":"Align Left","AlignCenter":"Center","AlignRight":"Align Right","VerticalAlignment":"Vertical Alignment","AlignTop":"Align Top","AlignMiddle":"Align Middle","AlignBottom":"Align Bottom","InsertFunction":"Insert Function","Insert":"Insert","Delete":"Delete","Rename":"Rename","Hide":"Hide","Unhide":"Unhide","NameBox":"Name Box","ShowHeaders":"Show Headers","HideHeaders":"Hide Headers","ShowGridLines":"Show Gridlines","HideGridLines":"Hide Gridlines","AddSheet":"Add Sheet","ListAllSheets":"List All Sheets","FullScreen":"Full Screen","CollapseToolbar":"Collapse Toolbar","ExpandToolbar":"Expand Toolbar","CollapseFormulaBar":"Collapse Formula Bar","ExpandFormulaBar":"Expand Formula Bar","File":"File","Home":"Home","Formulas":"Formulas","View":"View","New":"New","Open":"Open","SaveAs":"Save As","ExcelXlsx":"Microsoft Excel","ExcelXls":"Microsoft Excel 97-2003","CSV":"Comma-separated values","FormulaBar":"Formula Bar","Ok":"Ok","Close":"Close","Cancel":"Cancel","Apply":"Apply","MoreColors":"More Colors","StandardColors":"Standard Colors","General":"General","Number":"Number","Currency":"Currency","Accounting":"Accounting","ShortDate":"Short Date","LongDate":"Long Date","Time":"Time","Percentage":"Percentage","Fraction":"Fraction","Scientific":"Scientific","Text":"Text","NumberFormat":"Number Format","MobileFormulaBarPlaceHolder":"Enter value or Formula","PasteAlert":"You can't paste this here, because the copy area and paste area aren't in the same size. Please try pasting in a different range.","DestroyAlert":"Are you sure you want to destroy the current workbook without saving and create a new workbook?","SheetRenameInvalidAlert":"Sheet name contains invalid character.","SheetRenameEmptyAlert":"Sheet name cannot be empty.","SheetRenameAlreadyExistsAlert":"Sheet name already exists. Please enter another name.","DeleteSheetAlert":"Are you sure you want to delete this sheet?","DeleteSingleLastSheetAlert":"A Workbook must contain at least one visible worksheet.","PickACategory":"Pick a category","Description":"Description","UnsupportedFile":"Unsupported File","InvalidUrl":"Invalid Url","SUM":"Adds a series of numbers and/or cells.","SUMIF":"Adds the cells based on specified condition.","SUMIFS":"Adds the cells based on specified conditions.","ABS":"Returns the value of a number without its sign.","RAND":"Returns a random number between 0 and 1.","RANDBETWEEN":"Returns a random integer based on specified values.","FLOOR":"Rounds a number down to the nearest multiple of a given factor.","CEILING":"Rounds a number up to the nearest multiple of a given factor.","PRODUCT":"Multiplies a series of numbers and/or cells.","AVERAGE":"Calculates average for the series of numbers and/or cells excluding text.","AVERAGEIF":"Calculates average for the cells based on specified criterion.","AVERAGEIFS":"Calculates average for the cells based on specified conditions.","AVERAGEA":"Calculates the average for the cells evaluating TRUE as 1, text and FALSE as 0.","COUNT":"Counts the cells that contain numeric values in a range.","COUNTIF":"Counts the cells based on specified condition.","COUNTIFS":"Counts the cells based on specified conditions.","COUNTA":"Counts the cells that contains values in a range.","MIN":"Returns the smallest number of the given arguments.","MAX":"Returns the largest number of the given arguments.","DATE":"Returns the date based on given year, month, and day.","DAY":"Returns the day from the given date.","DAYS":"Returns the number of days between two dates.","IF":"Returns value based on the given expression.","IFS":"Returns value based on the given multiple expressions.","AND":"Returns TRUE if all the arguments are TRUE, otherwise returns FALSE.","OR":"Returns TRUE if any of the arguments are TRUE, otherwise returns FALSE.","IFERROR":"Returns value if no error found else it will return specified value.","CHOOSE":"Returns a value from list of values, based on index number.","INDEX":"Returns a value of the cell in a given range based on row and column number.","FIND":"Returns the position of a string within another string, which is case sensitive","CONCATENATE":"Combines two or more strings together.","CONCAT":"Concatenates a list or a range of text strings.","SUBTOTAL":"Returns subtotal for a range using the given function number.","RADIANS":"Converts degrees into radians.","MATCH":"Returns the relative position of a specified value in given range.","DefineNameExists":"This name already exists, try different name.","CircularReference":"When a formula refers to one or more circular references, this may result in an incorrect calculation."},"timepicker":{"placeholder":"Select a time"},"treegrid":{"EmptyRecord":"No records to display","InvalidFilterMessage":"Invalid Filter Data","FilterbarTitle":"filter bar cell","EmptyDataSourceError":"DataSource must not be empty at initial load since columns are generated from dataSource in AutoGenerate Column TreeGrid","Add":"Add","Edit":"Edit","Cancel":"Cancel","Update":"Update","Delete":"Delete","Print":"Print","Pdfexport":"PDF Export","Excelexport":"Excel Export","Wordexport":"Word Export","Csvexport":"CSV Export","Search":"Search","Columnchooser":"Columns","Save":"Save","EditOperationAlert":"No records selected for edit operation","DeleteOperationAlert":"No records selected for delete operation","SaveButton":"Save","CancelButton":"Cancel","EditFormTitle":"Details of ","AddFormTitle":"Add New Record","ConfirmDelete":"Are you sure you want to Delete Record?","CancelEdit":"Are you sure you want to Cancel the changes?","ChooseColumns":"Choose Column","SearchColumns":"search columns","FilterButton":"Filter","ClearButton":"Clear","StartsWith":"Starts With","EndsWith":"Ends With","Contains":"Contains","Equal":"Equal","NotEqual":"Not Equal","LessThan":"Less Than","LessThanOrEqual":"Less Than Or Equal","GreaterThan":"Greater Than","GreaterThanOrEqual":"Greater Than Or Equal","ChooseDate":"Choose a Date","EnterValue":"Enter the value","autoFitAll":"Auto Fit all columns","autoFit":"Auto Fit this column","Export":"Export","FirstPage":"First Page","LastPage":"Last Page","PreviousPage":"Previous Page","NextPage":"Next Page","SortAscending":"Sort Ascending","SortDescending":"Sort Descending","EditRecord":"Edit Record","DeleteRecord":"Delete Record","FilterMenu":"Filter"},"uploader":{"invalidMinFileSize":"File size is too small!","invalidMaxFileSize":"File size exceeds 28 MB","invalidFileType":"File type is not allowed","Browse":"Browse...","Clear":"Clear","Upload":"Upload","dropFilesHint":"Or drop files here","uploadFailedMessage":"File failed to upload","uploadSuccessMessage":"File uploaded successfully","removedSuccessMessage":"File removed successfully","removedFailedMessage":"Unable to remove file","inProgress":"Uploading","readyToUploadMessage":"Ready to upload","remove":"Remove","cancel":"Cancel","delete":"Delete file","abort":"Abort","pauseUpload":"File upload paused","pause":"Pause","resume":"Resume","retry":"Retry","fileUploadCancel":"File upload canceled"}},"zh":{"dropdowns":{"noRecordsTemplate":"没有找到记录","actionFailureTemplate":"请求失败","overflowCountTemplate":"+$(計數) 更多..","selectAllText":"全選","unSelectAllText":"全部取消選擇"},"calendar":{"today":"今天"},"chart":{"ZoomIn":"放大","ZoomOut":"缩小","Zoom":"放大","Pan":"泛","Reset":"重启","ResetZoom":"重置缩放"},"colorpicker":{"Apply":"应用","Cancel":"取消","ModeSwitcher":"开关 模式"},"datepicker":{"placeholder":"選擇一個日期","today":"今天"},"daterangepicker":{"placeholder":"选择一个范围","startLabel":"开始日期","endLabel":"结束日期","applyText":"应用","cancelText":"取消","selectedDays":"选定日期","days":"天","customRange":"自定义范围"},"datetimepicker":{"placeholder":"选择日期和时间","today":"今天"},"diagram":{"Cut":"切","Copy":"复制","Paste":"糊","Undo":"解开","Redo":"重做","SelectAll":"全选","Grouping":"分组","Group":"组","UnGroup":"取消组合","Order":"订购","BringToFront":"帶到前面","MoveForward":"向前移动","SendBackward":"后移","SendToBack":"发送回"},"dialog":{"close":"關"},"documenteditor":{"Table":"表","Row":"行","Cell":"細胞","Ok":"還行","Cancel":"取消","Size":"大小","Preferred Width":"首選寬度","Points":"點","Percent":"百分比","Measure in":"測量在","Alignment":"對準","Left":"離開","Center":"中心","Right":"對","Justify":"證明","Indent from left":"從左縮進","Borders and Shading":"邊框和 Shading","Options":"選項","Specify height":"指定高度","At least":"至少","Exactly":"完全","Row height is":"行高度為","Allow row to break across pages":"允許行跨頁中斷","Repeat as header row at the top of each page":"在每個頁面頂部重複作為標題列","Vertical alignment":"垂直對齊","Top":"返回頁首","Bottom":"底部","Default cell margins":"預設儲存格邊距","Default cell spacing":"預設儲存格間距","Allow spacing between cells":"允許儲存格之間的間距","Cell margins":"儲存格邊距","Same as the whole table":"與整個表格相同","Borders":"邊界","None":"沒有","Style":"風格","Width":"寬度","Height":"高度","Letter":"信","Tabloid":"小報","Legal":"法律","Statement":"聲明","Executive":"行政","A3":"A3","A4":"A4","A5":"A5","B4":"B4","B5":"B5","Custom Size":"自訂大小","Different odd and even":"不同的奇數和偶數","Different first page":"不同的第一頁","From edge":"從邊緣","Header":"頭","Footer":"頁腳","Margin":"邊緣","Paper":"紙","Layout":"佈局","Orientation":"取向","Landscape":"景觀","Portrait":"肖像","Show page numbers":"顯示頁碼","Right align page numbers":"右對齊頁碼","Nothing":"什麼","Tab leader":"選項卡引線","Show levels":"顯示級別","Use hyperlinks instead of page numbers":"使用超連結而不是頁碼","Build table of contents from":"組建目錄","Styles":"風格","Available styles":"可用樣式","TOC level":"TOC 級別","Heading":"標題","Heading 1":"標題 1","Heading 2":"標題 2","Heading 3":"標題 3","Heading 4":"標題 4","Heading 5":"標題 5","Heading 6":"標題 6","List Paragraph":"清單段落","Normal":"正常","Outline levels":"大綱級別","Table entry fields":"表條目欄位","Modify":"修改","Color":"顏色","Setting":"設置","Box":"箱","All":"所有","Custom":"自 定義","Preview":"預覽","Shading":"陰影","Fill":"填補","Apply To":"適用于","Table Properties":"表屬性","Cell Options":"儲存格選項","Table Options":"表選項","Insert Table":"插入表","Number of columns":"列數","Number of rows":"行數","Text to display":"要顯示的文本","Address":"位址","Insert Hyperlink":"插入超連結","Edit Hyperlink":"編輯超連結","Insert":"插入","General":"一般","Indentation":"壓 痕","Before text":"文本之前","Special":"特殊","First line":"第一行","Hanging":"掛","After text":"文本後","By":"由","Before":"之前","Line Spacing":"行距","After":"後","At":"在","Multiple":"多個","Spacing":"間距","Define new Multilevel list":"定義新的多級清單","List level":"清單級別","Choose level to modify":"選擇要修改的級別","Level":"水準","Number format":"數位格式","Number style for this level":"此級別的數位樣式","Enter formatting for number":"輸入數位的格式","Start at":"開始于","Restart list after":"重新開機清單後","Position":"位置","Text indent at":"文本縮進處","Aligned at":"對齊于","Follow number with":"跟隨號碼","Tab character":"選項卡字元","Space":"空間","Arabic":"阿拉伯文","UpRoman":"上羅馬","LowRoman":"洛羅曼","UpLetter":"向上字母","LowLetter":"低信","Number":"數量","Leading zero":"前置字元為零","Bullet":"子彈","Ordinal":"序","Ordinal Text":"行文文本","For East":"對於東部","No Restart":"無重新開機","Font":"字體","Font style":"字體樣式","Underline style":"底線樣式","Font color":"字體顏色","Effects":"影響","Strikethrough":"罷工","Superscript":"標","Subscript":"標","Double strikethrough":"雙罷工","Regular":"定期","Bold":"大膽","Italic":"斜","Cut":"削減","Copy":"複製","Paste":"粘貼","Hyperlink":"連結","Open Hyperlink":"打開超連結","Copy Hyperlink":"複製超連結","Remove Hyperlink":"刪除超連結","Paragraph":"段","Linked(Paragraph and Character)":"連結(段落和字元)","Character":"字元","Merge Cells":"合併儲存格","Insert Above":"在上面插入","Insert Below":"插入下方","Insert Left":"向左插入","Insert Right":"向右插入","Delete":"刪除","Delete Table":"刪除表","Delete Row":"刪除行","Delete Column":"刪除列","File Name":"檔案名","Format Type":"格式類型","Save":"救","Navigation":"導航","Results":"結果","Replace":"取代","Replace All":"全部替換","We replaced all":"我們替換了所有","Find":"找到","No matches":"無匹配項","All Done":"全部完成","Result":"結果","of":"的","instances":"實例","with":"與","Click to follow link":"按一下以關注連結","Continue Numbering":"繼續編號","Bookmark name":"書簽名稱","Close":"關閉","Restart At":"重新開機時:","Properties":"性能","Name":"名字","Style type":"風格","Style based on":"樣式基於","Style for following paragraph":"以下段落的樣式","Formatting":"格式","Numbering and Bullets":"編號和專案符號","Numbering":"編號","Update Field":"更新欄位","Edit Field":"編輯","Bookmark":"書簽","Page Setup":"側設置","No bookmarks found":"未找到書簽","Number format tooltip information":"單級數位格式:
[首碼]%[級別編號][SUFFIX]
例如,第1章\"將編號顯示為
第1章。 第2章
...
第 N 章 第 n 條

多級數位格式:
[首碼]%_LEVEL______________________________________________sUFFIX_lt;/br>例如,\"%1.%2\"顯示編號條款
1.2. 條款
...
1.N.文章","Format":"格式","Create New Style":"創建新樣式","Modify Style":"更改樣式","New":"新增功能","Bullets":"球","Use bookmarks":"使用書簽","Table of Contents":"表","AutoFit":"自動擬合","AutoFit to Contents":"自動適應內容","AutoFit to Window":"自動裝配到視窗","Fixed Column Width":"固定列寬度","Reset":"重 置","Match case":"匹配案例","Whole words":"整字","Add":"添加","Go To":"轉到(G)","Search for":"搜索","Replace with":"將其替換為","TOC 1":"TOC 1","TOC 2":"TOC 2","TOC 3":"TOC 3","TOC 4":"TOC 4","TOC 5":"TOC 5","TOC 6":"TOC 6","TOC 7":"TOC 7","TOC 8":"TOC 8","TOC 9":"TOC 9","Right-to-left":"從右至左","Left-to-right":"從左至右","Direction":"方向","Table direction":"表方向","Indent from right":"從右側進入","Don't add space between the paragraphs of the same styles":"不要在相同樣式的段落之間添加距離。","The password don't match":"密碼不匹配","Restrict Editing":"限制編輯","Formatting restrictions":"格式限制","Allow formatting":"允許格式化","Editing restrictions":"編輯限制","Read only":"唯讀","Exceptions (optional)":"例外情況(可選)","Select parts of the document and choose users who are allowed to freely edit them.":"選擇文檔的某些部分,並選擇可以自由編輯它們的使用者。","Everyone":"每個","More users":"更多使用者","Add Users":"添加使用者","Yes, Start Enforcing Protection":"是,開始實施保護","Start Enforcing Protection":"開始實施保護","Enter User":"輸入使用者","Users":"使用者","Enter new password":"輸入新密碼","Reenter new password to confirm":"請重新輸入新密碼以確認此","Your permissions":"您的許可權","This document is protected from unintentional editing.You may edit in this region.":"本文檔受到保護,不受意外編輯。 您可以在此區域中進行編輯。 ","You may format text only with certain styles.":"只能使用特定樣式設置文本的格式。","Stop Protection":"停止保護","Password":"密碼","Spelling Editor":"拼寫編輯器","Spelling":"拼寫","Spell Check":"拼寫檢查器","Underline errors":"底線錯誤","Ignore":"忽略","Ignore all":"忽略所有","Add to Dictionary":"添加到字典","Change":"改變","Change All":"更改所有","Suggestions":"建議","The password is incorrect":"密碼不正確","Error in establishing connection with web server":"無法連接到 Web 服務器","Highlight the regions I can edit":"選擇可以編輯的區域","Show All Regions I Can Edit":"查看可以編輯的所有區域","Find Next Region I Can Edit":"查找可以編輯的下一個區域","Keep source formatting":"保留源格式","Match destination formatting":"匹配目標格式","Text only":"僅文本","Comments":"評論","Type your comment":"輸入您的評論","Post":"部署","Reply":"回答","New Comment":"新評論","Edit":"編輯","Resolve":"修復","Reopen":"打開","No comments in this document":"本文檔中沒有注釋","more":"更","Type your comment hear":"輸入您的評論","Next Comment":"下一個評論","Previous Comment":"上一條評論","Un-posted comments":"未發佈的注釋","Added comments not posted. If you continue, that comment will be discarded.":"添加了未發佈的注釋。如果繼續,該注釋將被丟棄。"},"documenteditorcontainer":{"New":"新增功能","Open":"打開","Undo":"撤銷","Redo":"重新","Image":"圖像","Table":"表","Link":"連結","Bookmark":"書簽","Table of Contents":"目錄","HEADING - - - - 1":"標題 - - - - 1","HEADING - - - - 2":"標題 - - - - 2","HEADING - - - - 3":"標題 - - - - 3","Header":"頭","Footer":"頁腳","Page Setup":"版面設定","Page Number":"頁碼","Break":"打破","Find":"找到","Local Clipboard":"本地剪貼簿","Restrict Editing":"限制編輯","Upload from computer":"從電腦上傳","By URL":"按 URL","Page Break":"分頁符","Section Break":"截面中斷","Header & Footer":"頁眉和頁腳","Options":"選項","Levels":"水準","Different First Page":"不同的第一頁","Different header and footer for odd and even pages.":"不同的頁眉和頁腳為奇數和偶數頁。","Different Odd & Even Pages":"不同的奇數和偶數頁","Different header and footer for first page.":"第一頁的頁眉和頁腳不同。","Position":"位置","Header from Top":"頂部標題","Footer from Bottom":"從底部的頁腳","Distance from top of the page to top of the header.":"從頁面頂部到標題頂部的距離。","Distance from bottom of the page to bottom of the footer.":"從頁底到頁腳底部的距離。","Aspect ratio":"縱橫比","W":"W","H":"H","Width":"寬度","Height":"高度","Text":"文本","Paragraph":"段","Fill":"填補","Fill color":"填充顏色","Border Style":"邊框樣式","Outside borders":"外部邊界","All borders":"所有邊框","Inside borders":"內部邊界","Left border":"左邊框","Inside vertical border":"內部垂直邊框","Right border":"右邊框","Top border":"頂部邊框","Inside horizontal border":"內部水準邊框","Bottom border":"底部邊框","Border color":"邊框顏色","Border width":"邊框寬度","Cell":"細胞","Merge cells":"合併儲存格","Insert / Delete":"插入/刪除","Insert columns to the left":"向左插入列","Insert columns to the right":"向右插入列","Insert rows above":"在上面插入行","Insert rows below":"在下面插入行","Delete rows":"刪除行","Delete columns":"刪除列","Cell Margin":"儲存格邊距","Top":"返回頁首","Bottom":"底部","Left":"離開","Right":"對","Align Text":"對齊文本","Align top":"對齊頂部","Align bottom":"對齊底部","Align center":"對齊中心","Number of heading or outline levels to be shown in table of contents.":"要在目錄中顯示的標題或大綱級別數。","Show page numbers":"顯示頁碼","Show page numbers in table of contents.":"在目錄中顯示頁碼。","Right align page numbers":"右對齊頁碼","Right align page numbers in table of contents.":"在目錄中右對齊頁碼。","Use hyperlinks":"使用超連結","Use hyperlinks instead of page numbers.":"使用超連結而不是頁碼。","Font":"字體","Font Size":"字體大小","Font color":"字體顏色","Text highlight color":"文本高亮顯示顏色","Clear all formatting":"清除所有格式","Bold (Ctrl+B)":"粗體(Ctrl+B)","Italic (Ctrl+I)":"斜體(Ctrl_I)","Underline (Ctrl+U)":"底線 (Ctrl+U)","Strikethrough":"罷工","Superscript (Ctrl+Shift++)":"上標(Ctrl_Shift_)","Subscript (Ctrl+=)":"下標(Ctrl_)","Align left (Ctrl+L)":"向左對齊(Ctrl+L)","Center (Ctrl+E)":"中心(Ctrl+E)","Align right (Ctrl+R)":"向右對齊(Ctrl+R)","Justify (Ctrl+J)":"對齊 (Ctrl_J)","Decrease indent":"減少縮進","Increase indent":"增加縮進","Line spacing":"行距","Bullets":"子彈","Numbering":"編號","Styles":"風格","Manage Styles":"管理樣式","Page":"網頁","of":"的","Fit one page":"適合一頁","Spell Check":"拼寫檢查","Underline errors":"底線錯誤","Fit page width":"適合頁面寬度","Update":"更新","Cancel":"取消","Insert":"插入","No Border":"無邊框","Create a new document.":"創建新文檔。","Open a document.":"打開文檔。","Undo the last operation (Ctrl+Z).":"撤銷最後一個操作 (Ctrl+Z)。","Redo the last operation (Ctrl+Y).":"重做最後一個操作 (Ctrl+Y)。","Insert inline picture from a file.":"從檔中插入內聯圖片。","Insert a table into the document":"將表插入到文檔中","Create a link in your document for quick access to web pages and files (Ctrl+K).":"在文檔中創建連結以快速訪問網頁和檔 (Ctrl+K)。","Insert a bookmark in a specific place in this document.":"在此文檔中的特定位置插入書簽。","Provide an overview of your document by adding a table of contents.":"通過添加目錄來提供文檔的概述。","Add or edit the header.":"添加或編輯標頭。","Add or edit the footer.":"添加或編輯頁腳。","Open the page setup dialog.":"打開版面設定對話方塊。","Add page numbers.":"添加頁碼。","Find text in the document (Ctrl+F).":"在文檔中查找文本 (Ctrl+F)。","Toggle between the internal clipboard and system clipboard":"由於瀏覽器安全性原則,在內部剪貼簿和系統剪貼簿之間切換將被拒絕通過腳本訪問系統剪貼簿。相反,
1.您可以啟用內部剪貼簿在元件內剪切、複製和粘貼。您可以使用鍵盤快速鍵(Ctrl_X、Ctrl+C 和 Ctrl_V)使用系統剪貼簿剪切、複製和粘貼。","Restrict editing.":"限制編輯。","The current page number in the document. Click or tap to navigate specific page.":"文檔中的當前頁碼。按一下或點擊以導航特定頁面。","Read only":"唯讀","Protections":"保護","Error in establishing connection with web server":"與 Web 服務器建立連接時出錯","Single":"單","Double":"雙","New comment":"新評論","Comments":"評論"},"filemanager":{"NewFolder":"新建文件夹","Upload":"上传","Delete":"删除","Rename":"改名","Download":"下载","Cut":"切","Copy":"复制","Paste":"糊","SortBy":"排序方式","Refresh":"刷新","Item-Selection":"项目选择","Items-Selection":"选中的项目","View":"视图","Details":"细节","SelectAll":"全选","Open":"打开","Tooltip-NewFolder":"新建文件夹","Tooltip-Upload":"上传","Tooltip-Delete":"删除","Tooltip-Rename":"改名","Tooltip-Download":"下载","Tooltip-Cut":"切","Tooltip-Copy":"复制","Tooltip-Paste":"糊","Tooltip-SortBy":"排序方式","Tooltip-Refresh":"刷新","Tooltip-Selection":"清空选项","Tooltip-View":"视图","Tooltip-Details":"细节","Tooltip-SelectAll":"全选","Name":"名称","Size":"尺寸","DateModified":"改性","DateCreated":"创建日期","Path":"路径","Modified":"改性","Created":"创建","Location":"地点","Type":"类型","Permission":"允许","Ascending":"上升","Descending":"降序","View-LargeIcons":"大图标","View-Details":"细节","Search":"搜索","Button-Ok":"好","Button-Cancel":"取消","Button-Yes":"是","Button-No":"没有","Button-Create":"创建","Button-Save":"保存","Header-NewFolder":"夹","Content-NewFolder":"输入您的文件夹名称","Header-Rename":"改名","Content-Rename":"输入你的新名字","Header-Rename-Confirmation":"重命名确认","Content-Rename-Confirmation":"如果更改文件扩展名,文件可能会变得不稳定。您确定要更改它吗?","Header-Delete":"删除文件","Content-Delete":"你确定要删除这个文件吗?","Header-Multiple-Delete":"删除多个文件","Content-Multiple-Delete":"您确定要删除这些{0}文件吗?","Header-Duplicate":"文件/文件夹存在","Content-Duplicate":"{0}已经存在。您要重命名和粘贴吗?","Header-Upload":"上传文件","Error":"错误","Validation-Empty":"文件或文件夹名称不能为空。","Validation-Invalid":"文件或文件夹名称{0}包含无效字符。请使用其他名称。有效文件或文件夹名称不能以点或空格结尾,并且不能包含以下任何字符:\\ /:*?\"< > |","Validation-NewFolder-Exists":"名称为{0}的文件或文件夹已存在。","Validation-Rename-Exists":"无法将{0}重命名为{1}:目标已存在。","Folder-Empty":"这个文件夹是空的","File-Upload":"将文件拖到此处上传","Search-Empty":"未找到结果","Search-Key":"尝试使用不同的关键字","Sub-Folder-Error":"目标文件夹是源文件夹的子文件夹。","Access-Denied":"拒绝访问","Access-Details":"您无权访问此文件夹。","Header-Retry":"文件已存在","Content-Retry":"此文件夹中已存在具有此名称的文件。您想要做什么?","Button-Keep-Both":"保留两个","Button-Replace":"更换","Button-Skip":"跳跃","ApplyAll-Label":"为所有当前项目执行此操作"},"gantt":{"emptyRecord":"无记录可显示","id":"ID","name":"名称","startDate":"开始日期","endDate":"结束日期","duration":"持续时间","progress":"进展","dependency":"依赖","notes":"笔记","excelExport":"Excel导出","csvExport":"CSV导出","baselineStartDate":"基准开始日期","baselineEndDate":"基线结束日期","type":"类型","offset":"抵消","resourceName":"资源","resourceID":"资源ID","day":"天","hour":"小时","minute":"分钟","days":"天","hours":"小时","minutes":"分钟","generalTab":"一般","customTab":"自定义列","writeNotes":"写笔记","addDialogTitle":"新任务","editDialogTitle":"任务信息","saveButton":"保存","add":"加","edit":"编辑","update":"更新","delete":"删除","cancel":"取消","search":"搜索","addTask":"添加任务","editTask":"编辑任务","deleteTask":"删除任务","expandAllTasks":"展开所有任务","collapseAllTasks":"折叠所有任务","expandAll":"展开全部","collapseAll":"全部收缩","nextTimeSpan":"下一个Timespan","prevTimeSpan":"以前的Timespan","okText":"好","confirmDelete":"您确定要删除记录吗?","from":"从","to":"至","taskLink":"任务链接","lag":"落后","start":"开始","finish":"完","enterValue":"输入值","taskBeforePredecessor_FS":"您将“{0}”移至“{1}”完成之前,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskAfterPredecessor_FS":"您将“{0}”移离“{1}”并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskBeforePredecessor_SS":"您已将“{0}”移至“{1}”开始之前启动,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskAfterPredecessor_SS":"在“{1}”启动后,您将“{0}”移至开始,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskBeforePredecessor_FF":"在“{1}”完成之前,您已将“{0}”移至完成,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskAfterPredecessor_FF":"在“{1}”完成后,您将“{0}”移至完成,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskBeforePredecessor_SF":"您将“{0}”从“{1}”移至“{1}”并启动,并且两个任务已关联。结果,链接无法兑现。选择下面的一个操作来执行","taskAfterPredecessor_SF":"在“{1}”启动并且链接了两个任务后,您将“{0}”移至完成状态。结果,链接无法兑现。选择下面的一个操作来执行","taskInformation":"任务信息","deleteDependency":"删除依赖项","convert":"兑换","save":"保存","above":"以上","below":"下面","child":"儿童","milestone":"里程碑","toTask":"任务","toMilestone":"到里程碑","eventMarkers":"事件标记","leftTaskLabel":"左任务标签","rightTaskLabel":"正确的任务标签","timelineCell":"时间线单元格"},"grid":{"EmptyRecord":"无记录可显示","True":"真正","False":"假","InvalidFilterMessage":"无效的筛选数据","GroupDropArea":"在此处拖动列标题以将其列分组","UnGroup":"点击这里取消组合","GroupDisable":"此列的分组功能已被禁用","FilterbarTitle":"过滤条单元","EmptyDataSourceError":"DataSource在初始加载时不能为空,因为列是从AutoGenerate Column Grid的DataSource中生成的","Add":"加","Edit":"编辑","Cancel":"取消","Update":"更新","Delete":"删除","Print":"打印","Pdfexport":"PDF导出","Excelexport":"Excel导出","Wordexport":"Word导出","Csvexport":"CSV导出","Search":"搜索","Columnchooser":"列","Save":"保存","Item":"项目","Items":"项目","EditOperationAlert":"没有选择编辑操作的记录","DeleteOperationAlert":"没有选择记录进行删除操作","SaveButton":"保存","OKButton":"好","CancelButton":"取消","EditFormTitle":"的详细内容 ","AddFormTitle":"添加新记录","BatchSaveConfirm":"你确定要保存更改吗?","BatchSaveLostChanges":"未保存的更改将会丢失。你确定你要继续吗?","ConfirmDelete":"你确定要删除记录吗?","CancelEdit":"您确定要取消更改吗?","ChooseColumns":"选择列","SearchColumns":"搜索栏","Matchs":"找不到匹配项","FilterButton":"过滤","ClearButton":"明确","StartsWith":"以。。开始","EndsWith":"以。。结束","Contains":"包含","Equal":"等于","NotEqual":"不等于","LessThan":"少于","LessThanOrEqual":"小于或等于","GreaterThan":"比...更棒","GreaterThanOrEqual":"大于或等于","ChooseDate":"选择一个日期","EnterValue":"输入值","Copy":"复制","Group":"按此栏分组","Ungroup":"取消组合","autoFitAll":"自动调整所有列","autoFit":"自动适应此列","Export":"出口","FirstPage":"第一页","LastPage":"最后一页","PreviousPage":"上一页","NextPage":"下一页","SortAscending":"升序","SortDescending":"按降序排序","EditRecord":"编辑记录","DeleteRecord":"删除记录","FilterMenu":"过滤"},"checkboxFilter":{"Search":"搜索","OK":"好","Cancel":"取消","Filter":"过滤","Clear":"明确","SelectAll":"全选","Blanks":"空白","True":"真正","False":"假","NoResult":"找不到匹配项"},"excelFilter":{"ClearFilter":"清除过滤器","NumberFilter":"数字过滤器","TextFilter":"文本过滤器","DateFilter":"日期过滤器","MatchCase":"相符","Equal":"等于","NotEqual":"不等于","LessThan":"少于","LessThanOrEqual":"小于或等于","GreaterThan":"比...更棒","GreaterThanOrEqual":"大于或等于","Between":"之间","CustomFilter":"自定义过滤器","StartsWith":"以。。开始","EndsWith":"以。。结束","Contains":"包含","OK":"好","Cancel":"取消","CustomFilterPlaceHolder":"输入值","CustomFilterDatePlaceHolder":"选择一个日期","AND":"和","OR":"要么","ShowRowsWhere":"显示行在哪里:"},"pager":{"currentPageInfo":"{1}页的{0}","totalItemsInfo":"({0}项)","firstPageTooltip":"转到第一页","lastPageTooltip":"转到最后一页","nextPageTooltip":"转到下一页","previousPageTooltip":"转到上一页","nextPagerTooltip":"转到下一页","previousPagerTooltip":"转到上一页","pagerDropDown":"每页项目"},"listbox":{"noRecordsTemplate":"没有找到记录","selectAllText":"全选","unSelectAllText":"全部取消选择","moveUp":"提升","moveDown":"下移","moveTo":"搬去","moveFrom":"从","moveAllTo":"全部移到","moveAllFrom":"从所有移动"},"maps":{"ZoomIn":"放大","ZoomOut":"缩小","Zoom":"放大","Pan":"泛","Reset":"重启","ResetZoom":"重置缩放"},"numerictextbox":{"incrementTitle":"增值","decrementTitle":"遞減值"},"pivotview":{"all":"所有","multipleItems":"多个项目","Sum":"和","Count":"计数","DistinctCount":"不同的数量","Product":"产品","Avg":"平均","Min":"敏","SampleVar":"样本Var","PopulationVar":"人口变量","RunningTotals":"运行总计","Max":"马克斯","Index":"指数","SampleStDev":"样本St Dev","PopulationStDev":"人口St Dev","PercentageOfRowTotal":"行总数的百分比","PercentageOfParentTotal":"父母总数的百分比","PercentageOfParentColumnTotal":"父列总数的百分比","PercentageOfParentRowTotal":"父行总数的百分比","DifferenceFrom":"与众不同","PercentageOfDifferenceFrom":"差异的百分比","PercentageOfGrandTotal":"总计百分比","PercentageOfColumnTotal":"列总数的百分比","editorDataLimitMsg":"编辑器数据限制消息","mdxQuery":"mdx查询","qtr":"QTR","null":"空值","undefined":"未定义","groupOutOfRange":"组超出范围","fieldDropErrorAction":"字段删除错误操作","MoreOption":"更多选择","aggregate":"骨料","drillThrough":"钻透","ascending":"上升","descending":"降","number":"数","currency":"货币","percentage":"百分比","formatType":"格式类型","customText":"自定义文字","symbolPosition":"符号位置","left":"剩下","right":"对","grouping":"分组","true":"真正","false":"假","decimalPlaces":"小数位数","numberFormat":"数字格式","memberType":"会员类型","formatString":"格式字符串","expressionField":"表达字段","customFormat":"自定义格式","selectedHierarchy":"选定的层次结构","olapDropText":"olapDrop文本","Percent":"百分","Currency":"货币","Custom":"习惯","Measure":"测量","Dimension":"尺寸","Standard":"标准","blank":"空白","fieldTooltip":"字段工具提示","QuarterYear":"四分之一年","fieldTitle":"字段标题","drillError":"钻错误","grandTotal":"總計","total":"總計","value":"值","noValue":"無值","row":"行","column":"列","collapse":"摺疊","expand":"展開","rowAxisPrompt":"下行此處","columnAxisPrompt":"下列的位置","valueAxisPrompt":"這裏的價值下降","filterAxisPrompt":"下過濾此處","filter":"篩選器","filtered":"篩選","sort":"排序","filters":"篩選器","rows":"行","columns":"列","values":"值","close":"關閉","cancel":"取消","delete":"刪除","calculatedField":"經過計算的欄位","createCalculatedField":"創建計算字段","fieldName":"輸入字段名稱","error":"錯誤","invalidFormula":"無效的公式。","dropText":"例: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"新增欄位和計算公式編輯在這裡。","dropAction":"經過計算的欄位不可以發生在任何其他地區除了數值軸。","alert":"警示","warning":"警告","ok":"[ 確定 ]","search":"搜索","drag":"拖曳","remove":"移除","sum":"總和","average":"平均","count":"計數","min":"最小值","max":"最大值","allFields":"所有欄位","formula":"計算公式","addToRow":"添加到行","addToColumn":"添加到列","addToValue":"新增至值","addToFilter":"新增至篩選","emptyData":"無記錄可顯示","fieldExist":"欄位中已存在該名稱。 請輸入不同的名稱。","confirmText":"計算字段中已存在該名稱。 您要取代它嗎 ?","format":"摘要的價值。","edit":"編輯","clear":"清除","noMatches":"無匹配","formulaField":"拖放欄位到公式","dragField":"拖動欄位來計算公式","clearFilter":"明確","by":"通過","enterValue":"輸入價值","chooseDate":"輸入日期","Equals":"等於","DoesNotEquals":"不相等","BeginWith":"開始於","DoesNotBeginWith":"不會開始","EndsWith":"以。。結束","DoesNotEndsWith":"不會結束","Contains":"包含","DoesNotContains":"不含","GreaterThan":"比...更棒","GreaterThanOrEqualTo":"大於或等於","LessThan":"少於","LessThanOrEqualTo":"小於或等於","Between":"之間","NotBetween":"不介於","Before":"前","BeforeOrEqualTo":"之前或等於","After":"之後","AfterOrEqualTo":"等於或等於","member":"會員","label":"標籤","date":"日期","labelTextContent":"顯示標籤的項目","dateTextContent":"顯示物品的日期","valueTextContent":"顯示項目的哪些","And":"而","NotEquals":"不等於","AllValues":"所有價值觀","conditionalFormating":"條件格式","apply":"應用","condition":"添加條件","formatLabel":"格式","valueFieldSettings":"值字段設置","sourceName":"字段名稱:","sourceCaption":"現場標題:","summarizeValuesBy":"通過以下方式匯總值:","baseField":"基地:","baseItem":"基本項目:","example":"例如:","details":"細節","manageRecords":"管理记录","Years":"年份","Quarters":"住处","Months":"月","Days":"天","Hours":"小时","Minutes":"分钟","Seconds":"秒","save":"保存报告","new":"创建一个新报告","load":"加载","saveAs":"保存为当前报告","rename":"重命名当前报告","export":"出口","subTotals":"小计","grandTotals":"总计","reportName":"报告名称:","pdf":"PDF","excel":"Excel","csv":"CSV","showSubTotals":"显示小计","doNotShowSubTotals":"不要显示小计","showSubTotalsRowsOnly":"仅显示子总计行","showSubTotalsColumnsOnly":"仅显示子总计列","showGrandTotals":"显示总计","doNotShowGrandTotals":"不要显示总计","showGrandTotalsRowsOnly":"仅显示总计行数","showGrandTotalsColumnsOnly":"仅显示总计列","fieldList":"显示字段列表","grid":"显示表格","toolbarFormatting":"条件格式","chart":"图表","reportMsg":"请输入有效的报告名称!!!","reportList":"报告清单","removeConfirm":"您确定要删除此报告吗?","emptyReport":"没有找到报告!!","bar":"酒吧","line":"线","area":"区域","scatter":"分散","polar":"极性","of":"的","emptyFormat":"找不到格式!!!","emptyInput":"输入一个值","newReportConfirm":"想要保存更改报告?","emptyReportName":"输入报告名称","caption":"现场标题","copy":"复制","defaultReport":"默认报告","customFormatString":"自订格式","invalidFormat":"无效的格式。"},"pivotfieldlist":{"all":"所有","multipleItems":"多个项目","Sum":"和","Count":"计数","DistinctCount":"不同的数量","Product":"产品","Avg":"平均","Min":"敏","SampleVar":"样本Var","PopulationVar":"人口变量","RunningTotals":"运行总计","Max":"马克斯","Index":"指数","SampleStDev":"样本St Dev","PopulationStDev":"人口St Dev","PercentageOfRowTotal":"行总数的百分比","PercentageOfParentTotal":"父母总数的百分比","PercentageOfParentColumnTotal":"父列总数的百分比","PercentageOfParentRowTotal":"父行总数的百分比","DifferenceFrom":"与众不同","PercentageOfDifferenceFrom":"差异的百分比","PercentageOfGrandTotal":"总计百分比","PercentageOfColumnTotal":"列总数的百分比","editorDataLimitMsg":"编辑器数据限制消息","Years":"年份","Quarters":"住处","Months":"月","Days":"天","Hours":"小时","Minutes":" 分钟","Seconds":"秒","apply":"应用","null":"空值","undefined":"未定义","groupOutOfRange":"组超出范围","fieldDropErrorAction":"字段删除错误操作","MoreOption":"更多选择","memberType":"会员类型","formatString":"格式字符串","expressionField":"表达字段","customFormat":"自定义格式","selectedHierarchy":"选定的层次结构","olapDropText":"olapDrop文本","Percent":"百分","Currency":"货币","Custom":"习惯","Measure":"测量","Dimension":"尺寸","Standard":"标准","blank":"空白","fieldTooltip":"字段工具提示","QuarterYear":"四分之一年","fieldTitle":"Field Name","staticFieldList":"樞軸欄位清單","fieldList":"欄位清單","dropRowPrompt":"下行此處","dropColPrompt":"下列的位置","dropValPrompt":"這裏的價值下降","dropFilterPrompt":"下過濾此處","addPrompt":"在此處新增欄位","adaptiveFieldHeader":"選擇欄位","centerHeader":"在以下區域之間拖曳欄位 :","add":"新增","drag":"拖曳","filter":"篩選器","filtered":"篩選","sort":"排序","remove":"移除","filters":"篩選器","rows":"行","columns":"列","values":"值","calculatedField":"經過計算的欄位","createCalculatedField":"創建計算字段","fieldName":"輸入字段名稱","error":"錯誤","invalidFormula":"無效的公式。","dropText":"例: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"新增欄位和計算公式編輯在這裡。","dropAction":"經過計算的欄位不可以發生在任何其他地區除了數值軸。","search":"搜索","close":"關閉","cancel":"取消","delete":"刪除","alert":"警示","warning":"警告","ok":"[ 確定 ]","sum":"總和","average":"平均","count":"計數","min":"最小值","max":"最大值","allFields":"所有欄位","formula":"計算公式","fieldExist":"欄位中已存在該名稱。 請輸入不同的名稱。","confirmText":"計算字段中已存在該名稱。 您要取代它嗎 ?","format":"摘要的價值。","edit":"編輯","clear":"清除","noMatches":"無匹配","formulaField":"拖放欄位到公式","dragField":"拖動欄位來計算公式","clearFilter":"明確","by":"通過","enterValue":"輸入價值","chooseDate":"輸入日期","Equals":"等於","DoesNotEquals":"不相等","BeginWith":"開始於","DoesNotBeginWith":"不會開始","EndsWith":"以。。結束","DoesNotEndsWith":"不會結束","Contains":"包含","DoesNotContains":"不含","GreaterThan":"比...更棒","GreaterThanOrEqualTo":"大於或等於","LessThan":"少於","LessThanOrEqualTo":"小於或等於","Between":"之間","NotBetween":"不介於","Before":"前","BeforeOrEqualTo":"之前或等於","After":"之後","AfterOrEqualTo":"等於或等於","member":"會員","label":"標籤","date":"日期","value":"值","labelTextContent":"顯示標籤的項目","dateTextContent":"顯示物品的日期","valueTextContent":"顯示項目的哪些","And":"而","valueFieldSettings":"值字段設置","sourceName":"字段名稱:","sourceCaption":"現場標題:","summarizeValuesBy":"通過以下方式匯總值:","baseField":"基地:","baseItem":"基本項目:","example":"例如:","deferLayoutUpdate":"延遲佈局更新","caption":"现场标题","copy":"复制"},"query-builder":{"AddGroup":"添加组","AddCondition":"添加条件","DeleteRule":"删除规则","DeleteGroup":"删除群组","Edit":"编辑","SelectField":"选择栏位","SelectOperator":"选择运算符","Contains":"包含","Equal":"等于","NotEqual":"不等于","LessThan":"少于","LessThanOrEqual":"小于或等于","GreaterThan":"比...更棒","GreaterThanOrEqual":"大于或等于","Between":"之间","CustomFilter":"自定义过滤器","StartsWith":"以。。开始","EndsWith":"以。。结束","NotBetween":"不介于","In":"在","NotIn":"不在","Remove":"去掉","ValidationMessage":"确认信息","IsNull":"一片空白","IsNotNull":"不为空","IsEmpty":"是空的","IsNotEmpty":"不为空","AND":"和","OR":"要么","NOT":"不","NotContains":"不包含","NotStartsWith":"不是从开始","NotEndsWith":"不以...结尾"},"schedule":{"day":"天","week":"周","workWeek":"工作周","month":"月","agenda":"议程","weekAgenda":"周议程","workWeekAgenda":"工作周议程","monthAgenda":"月议程","today":"今天","noEvents":"没有事件","emptyContainer":"这一天没有安排任何活动。","allDay":"一整天","start":"开始","end":"结束","more":"更多","close":"关","cancel":"取消","noTitle":"(无题)","delete":"删除","deleteEvent":"删除事件","deleteMultipleEvent":"刪除多個事件","selectedItems":"选择的项目","deleteSeries":"删除系列","edit":"编辑","editSeries":"编辑系列","editEvent":"编辑事件","createEvent":"创建","subject":"学科","addTitle":"添加标题","moreDetails":"更多细节","save":"保存","editContent":"你只想编辑这个事件或整个系列?","deleteRecurrenceContent":"你想只删除这个事件或整个系列?","deleteContent":"你确定要删除这个事件?","deleteMultipleContent":"您確定要刪除所選事件嗎?","newEvent":"新事件","title":"标题","location":"位置","description":"描述","timezone":"时区","startTimezone":"启动时区","endTimezone":"结束时区","repeat":"重复","saveButton":"保存","cancelButton":"取消","deleteButton":"删除","recurrence":"循环","wrongPattern":"重複發生模式無效。","seriesChangeAlert":"對此系列的特定實例所做的更改將被取消,並且這些事件將再次與該系列匹配。","createError":"事件的持續時間必須短於其發生的頻率。縮短持續時間,或更改重複事件編輯器中的重複發生模式。","recurrenceDateValidation":"有些月份比所選日期少。在這幾個月中,事件將發生在該月的最後一個日期。","sameDayAlert":"在同一天不能發生兩次同一事件。","editRecurrence":"编辑重复","repeats":"重复","alert":"警报","startEndError":"选定的结束日期发生在开始日期之前。","invalidDateError":"输入的日期值无效。","ok":"好","occurrence":"發生","series":"系列","previous":"以前","next":"下一個","timelineDay":"時間表日","timelineWeek":"時間軸週","timelineWorkWeek":"時間表工作週","timelineMonth":"時間線月"},"recurrenceeditor":{"none":"没有","daily":"日常","weekly":"每周","monthly":"每月一次","month":"月","yearly":"每年","never":"决不","until":"直到","count":"计数","first":"第一","second":"第二","third":"第三","fourth":"第四","last":"持续","repeat":"重复","repeatEvery":"重复每一个","on":"重复","end":"结束","onDay":"天","days":"天","weeks":"周","months":"月","years":"年份","summaryTimes":"時","summaryOn":"上","summaryUntil":"直到","summaryRepeat":"重复","summaryDay":"天","summaryWeek":"週","summaryMonth":"個月","summaryYear":"年份"},"slider":{"incrementTitle":"减少","decrementTitle":"增加"},"spreadsheet":{"Cut":"切","Copy":"复制","Paste":"糊","PasteSpecial":"特殊黏贴","All":"所有","Values":"值","Formats":"格式","Font":"字形","FontSize":"字体大小","Bold":"胆大","Italic":"斜体","Underline":"强调","Strikethrough":"删除","TextColor":"文字颜色","FillColor":"填色","HorizontalAlignment":"水平对齐","AlignLeft":"左对齐","AlignCenter":"中央","AlignRight":"对齐","VerticalAlignment":"垂直对齐","AlignTop":"顶部对齐","AlignMiddle":"对齐中间","AlignBottom":"对齐底部","InsertFunction":"插入功能","Insert":"插","Delete":"删除","Rename":"改名","Hide":"隐藏","Unhide":"取消隐藏","NameBox":"名称框","ShowHeaders":"显示标题","HideHeaders":"隐藏标题","ShowGridLines":"显示网格线","HideGridLines":"隐藏网格线","AddSheet":"添加表格","ListAllSheets":"列出所有表格","FullScreen":"全屏","CollapseToolbar":"折叠工具栏","ExpandToolbar":"展开工具栏","CollapseFormulaBar":"折叠公式栏","ExpandFormulaBar":"展开公式栏","File":"文件","Home":"家","Formulas":"公式","View":"视图","New":"新","Open":"打开","SaveAs":"另存为","ExcelXlsx":"Microsoft Excel","ExcelXls":"Microsoft Excel 97-2003","CSV":"Comma-separated values","FormulaBar":"公式栏","Ok":"好","Close":"关闭","Cancel":"取消","Apply":"应用","MoreColors":"更多颜色","StandardColors":"标准颜色","General":"一般","Number":"数","Currency":"货币","Accounting":"会计","ShortDate":"短日期","LongDate":"很長的日期","Time":"时间","Percentage":"百分比","Fraction":"分数","Scientific":"科学的","Text":"文本","NumberFormat":"数字格式","MobileFormulaBarPlaceHolder":"输入值或公式","PasteAlert":"您无法在此处粘贴此内容,因为复制区域和粘贴区域的大小不同。请尝试在不同的范围内粘贴。","DestroyAlert":"您确定要在不保存并创建新工作簿的情况下销毁当前工作簿吗?","SheetRenameInvalidAlert":"工作表名称包含无效字符。","SheetRenameEmptyAlert":"工作表名称不能为空。","SheetRenameAlreadyExistsAlert":"工作表名称已存在。请输入其他名称。","DeleteSheetAlert":"您确定要删除此表吗?","DeleteSingleLastSheetAlert":"工作簿必须至少包含一个可见工作表。","PickACategory":"选择一个类别","Description":"描述","UnsupportedFile":"不支持的文件","InvalidUrl":"无效的网址","SUM":"添加一系列数字和/或单元格。","SUMIF":"根据指定的条件添加单元格。","SUMIFS":"根据指定的条件添加单元格。","ABS":"返回无符号数的值。","RAND":"返回0到1之间的随机数。","RANDBETWEEN":"返回基于指定值的随机整数。","FLOOR":"将数字向下舍入到给定因子的最接近倍数。","CEILING":"将数字舍入到给定因子的最接近倍数。","PRODUCT":"将一系列数字和/或单元格相乘。","AVERAGE":"计算除文本之外的一系列数字和/或单元格的平均值。","AVERAGEIF":"根据指定条件计算单元格的平均值。","AVERAGEIFS":"根据指定条件计算单元格的平均值。","AVERAGEA":"计算评估为TRUE为1,text和FALSE为0的单元格的平均值。","COUNT":"计算包含数值范围值的单元格。","COUNTIF":"根据指定的条件计算单元格。","COUNTIFS":"根据指定条件计数细胞。","COUNTA":"计算包含范围中值的单元格。","MIN":"返回给定参数的最小数量。","MAX":"返回给定参数的最大数量。","DATE":"返回基于给定年,月和日的日期。","DAY":"返回给定日期的日期。","DAYS":"返回两个日期之间的天数。","IF":"返回基于给定表达式的值。","IFS":"根据给定的多个表达式返回值。","AND":"如果所有参数都为真正,则返回真正,否则返回假。","OR":"如果任何参数为真正,则返回真正,否则返回假。","IFERROR":"如果没有找到错误则返回值,否则它将返回指定的值。","CHOOSE":"根据索引号从值列表中返回一个值。","INDEX":"根据行号和列号返回给定范围中单元格的值。","FIND":"返回另一个字符串中字符串的位置,该字符串区分大小写。","CONCATENATE":"将两个或多个字符串组合在一起。","CONCAT":"合并一个列表或一组文本字符串。","SUBTOTAL":"使用给定的函数编号返回范围的小计。","RADIANS":"将度数转换为弧度。","MATCH":"返回给定范围内指定值的相对位置。","DefineNameExists":"此名称已存在,请尝试不同的名称。","CircularReference":"如果公式引用一个或多个循环引用,则可能导致计算不正确。"},"timepicker":{"placeholder":"选择一个时间"},"treegrid":{"EmptyRecord":"无记录可显示","InvalidFilterMessage":"无效的筛选数据","FilterbarTitle":"过滤条单元","EmptyDataSourceError":"DataSource在初始加载时不能为空,因为列是从AutoGenerate Column Grid的DataSource中生成的","Add":"加","Edit":"编辑","Cancel":"取消","Update":"更新","Delete":"删除","Print":"打印","Pdfexport":"PDF导出","Excelexport":"Excel导出","Wordexport":"Word导出","Csvexport":"CSV导出","Search":"搜索","Columnchooser":"列","Save":"保存","EditOperationAlert":"没有选择编辑操作的记录","DeleteOperationAlert":"没有选择记录进行删除操作","SaveButton":"保存","CancelButton":"取消","EditFormTitle":"的详细内容 ","AddFormTitle":"添加新记录","ConfirmDelete":"你确定要删除记录吗?","CancelEdit":"您确定要取消更改吗?","ChooseColumns":"选择列","SearchColumns":"搜索栏","FilterButton":"过滤","ClearButton":"明确","StartsWith":"以。。开始","EndsWith":"以。。结束","Contains":"包含","Equal":"等于","NotEqual":"不等于","LessThan":"少于","LessThanOrEqual":"小于或等于","GreaterThan":"比...更棒","GreaterThanOrEqual":"大于或等于","ChooseDate":"选择一个日期","EnterValue":"输入值","autoFitAll":"自动调整所有列","autoFit":"自动适应此列","Export":"出口","FirstPage":"第一页","LastPage":"最后一页","PreviousPage":"上一页","NextPage":"下一页","SortAscending":"升序","SortDescending":"按降序排序","EditRecord":"编辑记录","DeleteRecord":"删除记录","FilterMenu":"过滤"},"uploader":{"invalidMinFileSize":"文件太小","invalidMaxFileSize":"文件大小超過28 MB","invalidFileType":"文件類型是不允許的","Browse":"瀏覽","Clear":"明確","Upload":"上傳","dropFilesHint":"或在這裡刪除文件","uploadFailedMessage":"文件無法上傳","uploadSuccessMessage":"文件上傳成功","removedSuccessMessage":"文件已成功刪除","removedFailedMessage":"无法删除文件","inProgress":"上傳","readyToUploadMessage":"準備上傳","remove":"去掉","cancel":"取消","delete":"刪除文件","abort":"退出","pauseUpload":"文件上传已暂停","pause":"暂停","resume":"恢复","retry":"重试","fileUploadCancel":"文件上傳已取消"}},"fr-CH":{"dropdowns":{"noRecordsTemplate":"Aucun enregistrement trouvé","actionFailureTemplate":"La demande a échoué","overflowCountTemplate":"+ $ {count} plus ..","selectAllText":"Tout sélectionner","unSelectAllText":"tout déselectionner"},"calendar":{"today":"aujourd'hui"},"chart":{"ZoomIn":"Agrandir","ZoomOut":"Dézoomer","Zoom":"Zoom","Pan":"La poêle","Reset":"Réinitialiser","ResetZoom":"Réinitialiser Zoom"},"colorpicker":{"Apply":"s'adresser à","Cancel":"Annuler","ModeSwitcher":"Commutateur Mode"},"datepicker":{"placeholder":"choisissez une date","today":"aujourd'hui"},"daterangepicker":{"placeholder":"Sélectionnez une plage","startLabel":"Date de début","endLabel":"Date de fin","applyText":"Appliquer","cancelText":"Annuler","selectedDays":"Jours sélectionnés","days":"Journées","customRange":"Gamme personnalisée"},"datetimepicker":{"placeholder":"sélectionnez une date et une heure","today":"aujourd'hui"},"diagram":{"Cut":"Coupe","Copy":"Copie","Paste":"Pâte","Undo":"annuler","Redo":"Refaire","SelectAll":"Sélectionner tout","Grouping":"Regroupement","Group":"Groupe","UnGroup":"Dissocier","Order":"Commande","BringToFront":"Mettre au premier plan","MoveForward":"Avance","SendBackward":"Envoyer vers l'arrière","SendToBack":"Envoyer au fond"},"dialog":{"close":"Fermer"},"documenteditor":{"Table":"Table","Row":"Ligne","Cell":"Cellule","Ok":"D'accord","Cancel":"Annuler","Size":"Taille","Preferred Width":"Largeur privilégiée","Points":"Points","Percent":"Pourcentage","Measure in":"Mesurer en","Alignment":"Alignement","Left":"Gauche","Center":"Centre","Right":"Oui","Justify":"Justifier","Indent from left":"Indent de gauche à gauche","Borders and Shading":"Frontières et ombrage","Options":"Options","Specify height":"Spécifier la hauteur","At least":"Au moins","Exactly":"Exactement","Row height is":"La hauteur de la ligne est","Allow row to break across pages":"Permettre à la ligne de se briser sur les pages","Repeat as header row at the top of each page":"Répéter la ligne d'en-tête en haut de chaque page","Vertical alignment":"Alignement vertical","Top":"Retour au début","Bottom":"Bas","Default cell margins":"Marges cellulaires par défaut","Default cell spacing":"Espacement des cellules par défaut","Allow spacing between cells":"Permettre l'espacement entre les cellules","Cell margins":"Marges cellulaires","Same as the whole table":"Comme toute la table","Borders":"Frontières","None":"Aucun","Style":"Style","Width":"Largeur","Height":"Hauteur","Letter":"Lettre","Tabloid":"Tabloïd","Legal":"Juridique","Statement":"Déclaration","Executive":"Exécutif","A3":"A3 Annonces","A4":"A4 Annonces","A5":"A5 Annonces","B4":"B4 (en)","B5":"B5 (en)","Custom Size":"Taille personnalisée","Different odd and even":"Différents impairs et même","Different first page":"Première page différente","From edge":"Du bord","Header":"En-tête","Footer":"Pied","Margin":"Marges","Paper":"Papier","Layout":"Disposition","Orientation":"Orientation","Landscape":"Paysage","Portrait":"Portrait","Show page numbers":"Afficher les numéros de page","Right align page numbers":"Numéros de page d'alignement droit","Nothing":"Rien","Tab leader":"Chef d'onglet","Show levels":"Afficher les niveaux","Use hyperlinks instead of page numbers":"Utilisez des hyperliens au lieu de numéros de page","Build table of contents from":"Construire la table de contenu à partir de","Styles":"Styles","Available styles":"Styles disponibles","TOC level":"Niveau TOC","Heading":"Rubrique","Heading 1":"En tête 1","Heading 2":"En tête 2","Heading 3":"En tête 3","Heading 4":"En tête 4","Heading 5":"En tête 5","Heading 6":"En tête 6","List Paragraph":"Paragraphe de liste","Normal":"Normal","Outline levels":"Niveaux d'aperçu","Table entry fields":"Champs d'entrée de table","Modify":"Modifier","Color":"Couleur","Setting":"Réglage","Box":"Boîte","All":"Tous","Custom":"Personnalisé","Preview":"Aperçu","Shading":"Ombrage","Fill":"Remplir","Apply To":"Appliquer à","Table Properties":"Propriétés de table","Cell Options":"Options cellulaires","Table Options":"Table Options","Insert Table":"Insérer la table","Number of columns":"Nombre de colonnes","Number of rows":"Nombre de lignes","Text to display":"Texte à afficher","Address":"Adresse","Insert Hyperlink":"Insérer Hyperlink","Edit Hyperlink":"Modifier Hyperlink","Insert":"Insérer","General":"Générales","Indentation":"Indentation","Before text":"Avant le texte","Special":"Spécial","First line":"Première ligne","Hanging":"Suspendus","After text":"Après le texte","By":"Par","Before":"Avant","Line Spacing":"Interligne","After":"Après","At":"À","Multiple":"Plusieurs","Spacing":"Espacement","Define new Multilevel list":"Définir la nouvelle liste multiniveaux","List level":"Niveau de liste","Choose level to modify":"Choisissez le niveau pour modifier","Level":"Niveau","Number format":"Format de nombre","Number style for this level":"Style de nombre pour ce niveau","Enter formatting for number":"Entrez le formatage pour le numéro","Start at":"Commencez par","Restart list after":"Liste de redémarrage après","Position":"Position","Text indent at":"Indent de texte à","Aligned at":"Aligné à","Follow number with":"Suivez le numéro avec","Tab character":"Caractère d'onglet","Space":"Espace","Arabic":"Arabe","UpRoman":"UpRoman (en)","LowRoman":"LowRoman (LowRomain)","UpLetter":"UpLetter (en)","LowLetter":"Lettre basse","Number":"Nombre","Leading zero":"Mener zéro","Bullet":"Balle","Ordinal":"Ordinal","Ordinal Text":"Texte ordinal","For East":"Pour l'Est","No Restart":"Pas de redémarrage","Font":"Polices","Font style":"Style de police","Underline style":"Style de soulignement","Font color":"Couleur de police","Effects":"Effets","Strikethrough":"Barré","Superscript":"Superscript","Subscript":"Indice","Double strikethrough":"Double frappe","Regular":"Régulier","Bold":"Gras","Italic":"Italique","Cut":"Couper","Copy":"Copie","Paste":"Coller","Hyperlink":"Lien hypertexte","Open Hyperlink":"Ouvrez Hyperlink","Copy Hyperlink":"Copier Hyperlink","Remove Hyperlink":"Supprimer Hyperlink","Paragraph":"Paragraphe","Linked(Paragraph and Character)":"Linked (Paragraphe et Caractère)","Character":"personnage","Merge Cells":"Cellules de fusion","Insert Above":"Insérer ci-dessus","Insert Below":"Insérer ci-dessous","Insert Left":"Insérer à gauche","Insert Right":"Insérer à droite","Delete":"Supprimer","Delete Table":"Supprimer la table","Delete Row":"Supprimer la ligne","Delete Column":"Supprimer la colonne","File Name":"Nom du fichier","Format Type":"Format Type","Save":"sauvegarder","Navigation":"Navigation","Results":"Résultats","Replace":"Remplacer","Replace All":"Remplacer tous les","We replaced all":"Nous avons remplacé tous les","Find":"Trouver","No matches":"Pas d'allumettes","All Done":"Tout fait","Result":"Résultat","of":"De","instances":"Cas","with":"Avec","Click to follow link":"Cliquez pour suivre le lien","Continue Numbering":"Continuer la numérotisation","Bookmark name":"Nom de signet","Close":"Proche","Restart At":"Redémarrer à","Properties":"Propriétés","Name":"Nom","Style type":"Type de style","Style based on":"Style basé sur","Style for following paragraph":"Style pour le paragraphe suivant","Formatting":"Formatage","Numbering and Bullets":"Numérotage et balles","Numbering":"Numérotation","Update Field":"Champ de mise à jour","Edit Field":"Champ d'édition","Bookmark":"Signet","Page Setup":"Configuration de la page","No bookmarks found":"Aucun signet trouvé","Number format tooltip information":"Format de nombre à un seul niveau: 'lt;/br'gt;[PREFIX][LEVELNUMBER][SUFFIX] lt;/br'gt; Par exemple, 'Chapitre %1.' affichera la numérotisation comme 'lt;/br'gt;Chapitre 1. Item-lt;/br-gt;Chapitre 2. Item-lt;/br'gt;... Lt;/br 'gt;Chapitre N. Item-lt;/br'gt; 'lt;/br'gt;Multilevel number format: 'lt;/br'gt;[PREFIX]%[LEVELNUMBER][SUFFIX][PREFIX][PREFIX]%[LEVELNUMBER][SUFFIX] Item-lt;/br-gt;1.2. Item-lt;/br'gt;... Article de lt;/br.n.","Format":"Format","Create New Style":"Créer un nouveau style","Modify Style":"Modifier le style","New":"Nouveau","Bullets":"Balles","Use bookmarks":"Utiliser des signets","Table of Contents":"Tableau des contenus","AutoFit":"AutoFit (AutoFit)","AutoFit to Contents":"AutoFit au contenu","AutoFit to Window":"AutoFit à window","Fixed Column Width":"Largeur de colonne fixe","Reset":"Réinitialiser","Match case":"Cas de match","Whole words":"Mots entiers","Add":"Ajouter","Go To":"Atteindre","Search for":"Rechercher","Replace with":"Remplacer par","TOC 1":"TOC 1","TOC 2":"TOC 2 (en)","TOC 3":"TOC 3","TOC 4":"TOC 4","TOC 5":"TOC 5 Annonces","TOC 6":"TOC 6 Annonces","TOC 7":"TOC 7 Annonces","TOC 8":"TOC 8 Annonces","TOC 9":"TOC 9 (en)","Right-to-left":"De droite à gauche","Left-to-right":"De gauche à droite","Direction":"Direction","Table direction":"Direction de la table","Indent from right":"Indent de droite","Don't add space between the paragraphs of the same styles":"N'ajoutez pas d'espace entre les paragraphes des mêmes styles","The password don't match":"Le mot de passe ne correspond pas","Restrict Editing":"Restreindre l'édition","Formatting restrictions":"Restrictions de formatage","Allow formatting":"Autoriser le mise en forme","Editing restrictions":"Restrictions d'édition","Read only":"Lire uniquement","Exceptions (optional)":"Exceptions (facultatif)","Select parts of the document and choose users who are allowed to freely edit them.":"Sélectionnez des parties du document et choisissez les utilisateurs autorisés à les modifier librement.","Everyone":"Chacun","More users":"Plus d'utilisateurs","Add Users":"Ajouter des utilisateurs","Yes, Start Enforcing Protection":"Oui, Commencez à appliquer la protection","Start Enforcing Protection":"Commencer à faire respecter la protection","Enter User":"Entrez l'utilisateur","Users":"Utilisateurs","Enter new password":"Entrez un nouveau mot de passe","Reenter new password to confirm":"Réenter nouveau mot de passe pour confirmer","Your permissions":"Vos autorisations","This document is protected from unintentional editing.You may edit in this region.":"Ce document est protégé contre l'édition involontaire. Vous pouvez modifier dans cette région.","You may format text only with certain styles.":"Vous pouvez formater le texte uniquement avec certains styles.","Stop Protection":"Protection D'arrêt","Password":"mot de passe","Spelling Editor":"Éditeur d'orthographe","Spelling":"Orthographe","Spell Check":"Vérification des sorts","Underline errors":"Souligner les erreurs","Ignore":"Ignorer","Ignore all":"Ignorer tous","Add to Dictionary":"Ajouter au dictionnaire","Change":"changement","Change All":"Changer tous","Suggestions":"Suggestions","The password is incorrect":"Le mot de passe est incorrect","Error in establishing connection with web server":"Erreur dans l'établissement de la connexion avec le serveur web","Highlight the regions I can edit":"Mettre en surbrillance les régions que je peux modifier","Show All Regions I Can Edit":"Afficher toutes les régions que je peux modifier","Find Next Region I Can Edit":"Trouver la prochaine région que je peux modifier","Keep source formatting":"Conserver le formatage des sources","Match destination formatting":"Formatage de destination de correspondance","Text only":"Texte uniquement","Comments":"Commentaires","Type your comment":"Tapez votre commentaire","Post":"Publier","Reply":"Réponse","New Comment":"Nouveau commentaire","Edit":"Modifier","Resolve":"Résoudre","Reopen":"Rouvrir","No comments in this document":"Aucun commentaire dans ce document","more":"Plus","Type your comment hear":"Tapez votre commentaire entendre","Next Comment":"Commentaire suivant","Previous Comment":"Commentaire précédent","Un-posted comments":"Commentaires non publiés","Added comments not posted. If you continue, that comment will be discarded.":"Ajout de commentaires non affichés. Si vous continuez, ce commentaire sera rejeté."},"documenteditorcontainer":{"New":"Nouveau","Open":"Ouvert","Undo":"Annuler","Redo":"Refaire","Image":"Image","Table":"Table","Link":"Lien","Bookmark":"Signet","Table of Contents":"Tableau des contenus","HEADING - - - - 1":"TITRE - - - - 1","HEADING - - - - 2":"TITRE - - - - 2","HEADING - - - - 3":"TITRE - - - - 3","Header":"En-tête","Footer":"Pied","Page Setup":"Configuration de la page","Page Number":"Numéro de page","Break":"Pause","Find":"Trouver","Local Clipboard":"Local Clipboard","Restrict Editing":"Restreindre l'édition","Upload from computer":"Téléchargement à partir d'un ordinateur","By URL":"Par URL","Page Break":"Coupure de page","Section Break":"Pause de section","Header & Footer":"En-tête et Footer","Options":"Options","Levels":"Niveaux","Different First Page":"Première page différente","Different header and footer for odd and even pages.":"En-tête et pied différents pour les pages impaires et uniformes.","Different Odd & Even Pages":"Différentes pages impaires et uniformes","Different header and footer for first page.":"En-tête et pied différents pour la première page.","Position":"Position","Header from Top":"En-tête du haut","Footer from Bottom":"Footer de bas","Distance from top of the page to top of the header.":"Distance du haut de la page au haut de l'en-tête.","Distance from bottom of the page to bottom of the footer.":"Distance du bas de la page au bas du pied.","Aspect ratio":"Ratio Aspect","W":"W","H":"H (en)","Width":"Largeur","Height":"Hauteur","Text":"Texte","Paragraph":"Paragraphe","Fill":"Remplir","Fill color":"Remplir la couleur","Border Style":"Style de frontière","Outside borders":"À l'extérieur des frontières","All borders":"Toutes les frontières","Inside borders":"Frontières intérieures","Left border":"Frontière gauche","Inside vertical border":"Frontière verticale intérieure","Right border":"Bordure droite","Top border":"Bordure supérieure","Inside horizontal border":"Bordure horizontale intérieure","Bottom border":"Bordure inférieure","Border color":"Couleur de frontière","Border width":"Largeur de la frontière","Cell":"Cellule","Merge cells":"Fusionner les cellules","Insert / Delete":"Insérer / Supprimer","Insert columns to the left":"Insérer des colonnes à gauche","Insert columns to the right":"Insérer des colonnes à droite","Insert rows above":"Insérer les lignes ci-dessus","Insert rows below":"Insérer les lignes ci-dessous","Delete rows":"Supprimer les lignes","Delete columns":"Supprimer les colonnes","Cell Margin":"Marge cellulaire","Top":"Retour au début","Bottom":"Bas","Left":"Gauche","Right":"Oui","Align Text":"Alignement du texte","Align top":"Alignement haut","Align bottom":"Aligner le fond","Align center":"Centre d'alignement","Number of heading or outline levels to be shown in table of contents.":"Nombre de niveaux de cap ou de contour à indiquer dans le tableau du contenu.","Show page numbers":"Afficher les numéros de page","Show page numbers in table of contents.":"Afficher les numéros de page dans le tableau des contenus.","Right align page numbers":"Numéros de page d'alignement droit","Right align page numbers in table of contents.":"Droite aligner les numéros de page dans le tableau des contenus.","Use hyperlinks":"Utiliser des hyperliens","Use hyperlinks instead of page numbers.":"Utilisez des hyperliens au lieu de numéros de page.","Font":"Polices","Font Size":"Taille de la police","Font color":"Couleur de police","Text highlight color":"Le texte mettent en évidence la couleur","Clear all formatting":"Effacer tous les formatage","Bold (Ctrl+B)":"Audacieux (Ctrl-B)","Italic (Ctrl+I)":"Italique (Ctrl -I)","Underline (Ctrl+U)":"Underline (Ctrl-U)","Strikethrough":"Barré","Superscript (Ctrl+Shift++)":"Superscript(Ctrl-Shift)","Subscript (Ctrl+=)":"Sous-scripte (CtrlMD)","Align left (Ctrl+L)":"Alignement à gauche (Ctrl-L)","Center (Ctrl+E)":"Centre (Ctrl-E)","Align right (Ctrl+R)":"Alignement à droite (Ctrl -R)","Justify (Ctrl+J)":"Justifier (Ctrl -J)","Decrease indent":"Diminution de l'indent","Increase indent":"Augmentation de l'indent","Line spacing":"Interligne","Bullets":"Balles","Numbering":"Numérotation","Styles":"Styles","Manage Styles":"Gérer les styles","Page":"Page","of":"De","Fit one page":"Ajuster une page","Spell Check":"Vérification des sorts","Underline errors":"Souligner les erreurs","Fit page width":"Largeur de page d'ajustement","Update":"mettre à jour","Cancel":"Annuler","Insert":"Insérer","No Border":"Pas de frontière","Create a new document.":"Créez un nouveau document.","Open a document.":"Ouvrez un document.","Undo the last operation (Ctrl+Z).":"Annuler la dernière opération (Ctrl-Z).","Redo the last operation (Ctrl+Y).":"Refaites la dernière opération (Ctrl-Y).","Insert inline picture from a file.":"Insérez l'image en ligne à partir d'un fichier.","Insert a table into the document":"Insérer une table dans le document","Create a link in your document for quick access to web pages and files (Ctrl+K).":"Créez un lien dans votre document pour un accès rapide aux pages Web et aux fichiers (Ctrl-K).","Insert a bookmark in a specific place in this document.":"Insérez un signet à un endroit précis dans ce document.","Provide an overview of your document by adding a table of contents.":"Fournissez un aperçu de votre document en ajoutant un tableau de contenu.","Add or edit the header.":"Ajouter ou modifier l'en-tête.","Add or edit the footer.":"Ajouter ou modifier le pied.","Open the page setup dialog.":"Ouvrez le dialogue de configuration de page.","Add page numbers.":"Ajouter des numéros de page.","Find text in the document (Ctrl+F).":"Trouver du texte dans le document (Ctrl-F).","Toggle between the internal clipboard and system clipboard":"Basculer entre le presse-papiers interne et le presse-papiers du système. Au lieu de cela, 'lt;/br'gt; 1. Vous pouvez activer le presse-papiers interne pour couper, copier et coller dans le composant. Vous pouvez utiliser les raccourcis clavier(Ctrl-X, Ctrl-C et Ctrl-V) pour couper, copier et coller avec unpresse-papiers système.","Restrict editing.":"Restreindre l'édition.","The current page number in the document. Click or tap to navigate specific page.":"Le numéro de page actuel dans le document. Cliquez ou appuyez sur pour naviguer sur une page spécifique.","Read only":"Lire uniquement","Protections":"Protections","Error in establishing connection with web server":"Erreur dans l'établissement de la connexion avec le serveur web","Single":"Seul","Double":"Double","New comment":"Nouveau commentaire","Comments":"Commentaires"},"filemanager":{"NewFolder":"Nouveau dossier","Upload":"Télécharger","Delete":"Effacer","Rename":"Renommer","Download":"Télécharger","Cut":"Couper","Copy":"Copie","Paste":"Coller","SortBy":"Trier par","Refresh":"Rafraîchir","Item-Selection":"article sélectionné","Items-Selection":"articles sélectionnés","View":"Vue","Details":"Détails","SelectAll":"Tout sélectionner","Open":"Ouvrir","Tooltip-NewFolder":"Nouveau dossier","Tooltip-Upload":"Télécharger","Tooltip-Delete":"Effacer","Tooltip-Rename":"Renommer","Tooltip-Download":"Télécharger","Tooltip-Cut":"Couper","Tooltip-Copy":"Copie","Tooltip-Paste":"Coller","Tooltip-SortBy":"Trier par","Tooltip-Refresh":"Rafraîchir","Tooltip-Selection":"Effacer la sélection","Tooltip-View":"Vue","Tooltip-Details":"Détails","Tooltip-SelectAll":"Tout sélectionner","Name":"Prénom","Size":"Taille","DateModified":"Modifié","DateCreated":"Date créée","Path":"Chemin","Modified":"Modifié","Created":"Créé","Location":"Emplacement","Type":"Type","Permission":"Autorisation","Ascending":"Ascendant","Descending":"Descendant","View-LargeIcons":"Grandes icônes","View-Details":"Détails","Search":"Chercher","Button-Ok":"D'ACCORD","Button-Cancel":"Annuler","Button-Yes":"Oui","Button-No":"Non","Button-Create":"Créer","Button-Save":"Sauvegarder","Header-NewFolder":"Dossier","Content-NewFolder":"Entrez votre nom de dossier","Header-Rename":"Renommer","Content-Rename":"Entrez votre nouveau nom","Header-Rename-Confirmation":"Renommer la confirmation","Content-Rename-Confirmation":"Si vous modifiez une extension de nom de fichier, le fichier peut devenir instable. Voulez-vous vraiment le changer?","Header-Delete":"Supprimer le fichier","Content-Delete":"Êtes-vous sûr de vouloir supprimer ce fichier?","Header-Multiple-Delete":"Supprimer plusieurs fichiers","Content-Multiple-Delete":"Êtes-vous sûr de vouloir supprimer ces {0} fichiers?","Header-Duplicate":"Fichier / Dossier existe","Content-Duplicate":"{0} existe déjà. Voulez-vous renommer et coller?","Header-Upload":"Télécharger des fichiers","Error":"Erreur","Validation-Empty":"Le nom du fichier ou du dossier ne peut être vide.","Validation-Invalid":"Le nom du fichier ou du dossier {0} contient des caractères non valides. Veuillez utiliser un nom différent. Les noms de fichiers ou de dossiers valides ne peuvent pas se terminer par un point ou un espace, ni contenir aucun des caractères suivants: \\ /: *? \" < > | ","Validation-NewFolder-Exists":"Un fichier ou un dossier portant le nom {0} existe déjà.","Validation-Rename-Exists":"Impossible de renommer {0} en {1}: la destination existe déjà.","Folder-Empty":"Ce dossier est vide","File-Upload":"Faites glisser les fichiers ici pour les télécharger","Search-Empty":"Aucun résultat trouvé","Search-Key":"Essayez avec des mots clés différents","Sub-Folder-Error":"Le dossier de destination est le sous-dossier du dossier source.","Access-Denied":"Accès refusé","Access-Details":"Vous n'avez pas la permission d'accéder à ce dossier.","Header-Retry":"Le fichier existe déjà","Content-Retry":"Un fichier avec ce nom existe déjà dans ce dossier. Que voudriez-vous faire?","Button-Keep-Both":"Garde les deux","Button-Replace":"Remplacer","Button-Skip":"Sauter","ApplyAll-Label":"Faites ceci pour tous les articles en cours"},"gantt":{"emptyRecord":"Aucun enregistrement à afficher","id":"ID","name":"prénom","startDate":"Date de début","endDate":"Date de fin","duration":"Durée","progress":"Le progrès","dependency":"Dépendance","notes":"Remarques","excelExport":"Export Excel","csvExport":"CSV export","baselineStartDate":"Date de début de référence","baselineEndDate":"Date de fin de référence","type":"Type","offset":"Décalage","resourceName":"Ressources","resourceID":"ID de ressource","day":"journée","hour":"heure","minute":"minute","days":"journées","hours":"heures","minutes":"minutes","generalTab":"Général","customTab":"Colonnes Personnalisées","writeNotes":"Écrire des notes","addDialogTitle":"Nouvelle tâche","editDialogTitle":"Informations sur la tâche","saveButton":"sauvegarder","add":"Ajouter","edit":"modifier","update":"Mettre à jour","delete":"Effacer","cancel":"Annuler","search":"Chercher","addTask":"Ajouter une tâche","editTask":"Modifier la tâche","deleteTask":"Supprimer la tâche","expandAllTasks":"Développer toutes les tâches","collapseAllTasks":"Réduire toutes les tâches","expandAll":"Développer tout","collapseAll":"Réduire tout","nextTimeSpan":"Prochain intervalle","prevTimeSpan":"Période précédente","okText":"D'accord","confirmDelete":"Êtes-vous sûr de vouloir supprimer l'enregistrement?","from":"De","to":"À","taskLink":"Lien de tâche","lag":"Décalage","start":"Début","finish":"terminer","enterValue":"Entrez la valeur","taskBeforePredecessor_FS":"Vous avez déplacé '{0}' avant le '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskAfterPredecessor_FS":"Vous avez déplacé \"{0}\" de \"{1}\" et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskBeforePredecessor_SS":"Vous avez déplacé '{0}' avant le '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskAfterPredecessor_SS":"Vous avez déplacé '{0}' pour commencer après le '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskBeforePredecessor_FF":"Vous avez déplacé '{0}' pour terminer avant '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskAfterPredecessor_FF":"Vous avez déplacé '{0}' pour terminer après '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskBeforePredecessor_SF":"Vous avez déplacé {0} de {1} vers le début et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskAfterPredecessor_SF":"Vous avez déplacé '{0}' pour terminer après le début de '{1}' et les deux tâches sont liées. En conséquence, les liens ne peuvent pas être honorés. Sélectionnez une action ci-dessous pour effectuer","taskInformation":"Informations sur la tâche","deleteDependency":"Supprimer la dépendance","convert":"Convertir","save":"sauvegarder","above":"Au dessus de","below":"Au dessous de","child":"Enfant","milestone":"Étape importante","toTask":"À la tâche","toMilestone":"Au jalon","eventMarkers":"Marqueurs d'événement","leftTaskLabel":"Libellé de tâche gauche","rightTaskLabel":"Etiquette de tâche correcte","timelineCell":"Cellule de la timeline"},"grid":{"EmptyRecord":"Aucun enregistrement à afficher","True":"vrai","False":"faux","InvalidFilterMessage":"Données de filtre non valides","GroupDropArea":"Faites glisser un en-tête de colonne ici pour grouper sa colonne","UnGroup":"Cliquez ici pour dissocier","GroupDisable":"Le regroupement est désactivé pour cette colonne","FilterbarTitle":"cellule de barre de filtre","EmptyDataSourceError":"DataSource ne doit pas être vide lors du chargement initial, car les colonnes sont générées à partir de dataSource dans la grille de colonnes AutoGenerate","Add":"Ajouter","Edit":"modifier","Cancel":"Annuler","Update":"Mettre à jour","Delete":"Effacer","Print":"Impression","Pdfexport":"Export PDF","Excelexport":"Export Excel","Wordexport":"Word Export","Csvexport":"CSV Export","Search":"Chercher","Columnchooser":"Colonnes","Save":"sauvegarder","Item":"article","Items":"articles","EditOperationAlert":"Aucun enregistrement sélectionné pour l'opération d'édition","DeleteOperationAlert":"Aucun enregistrement sélectionné pour l'opération de suppression","SaveButton":"sauvegarder","OKButton":"D'accord","CancelButton":"Annuler","EditFormTitle":"Les détails de ","AddFormTitle":"Ajouter un nouvel enregistrement","BatchSaveConfirm":"Êtes-vous sûr de vouloir enregistrer les modifications?","BatchSaveLostChanges":"Les modifications non enregistrées seront perdues. Es-tu sur de vouloir continuer?","ConfirmDelete":"Êtes-vous sûr de vouloir supprimer l'enregistrement?","CancelEdit":"Êtes-vous sûr de vouloir annuler les modifications?","ChooseColumns":"Choisissez la colonne","SearchColumns":"colonnes de recherche","Matchs":"Aucun résultat","FilterButton":"Filtre","ClearButton":"Clair","StartsWith":"Commence avec","EndsWith":"Se termine par","Contains":"Contient","Equal":"Égal","NotEqual":"Inégal","LessThan":"Moins que","LessThanOrEqual":"Moins que ou égal","GreaterThan":"Plus grand que","GreaterThanOrEqual":"Meilleur que ou égal","ChooseDate":"Choisissez une date","EnterValue":"Entrez la valeur","Copy":"Copie","Group":"Grouper par cette colonne","Ungroup":"Dissocier par cette colonne","autoFitAll":"Auto Adapter toutes les colonnes","autoFit":"Auto Fit cette colonne","Export":"Exportation","FirstPage":"Première page","LastPage":"Dernière page","PreviousPage":"Page précédente","NextPage":"Page suivante","SortAscending":"Trier par ordre croissant","SortDescending":"Trier par ordre décroissant","EditRecord":"Modifier l'enregistrement","DeleteRecord":"Supprimer l'enregistrement","FilterMenu":"Filtre"},"checkboxFilter":{"Search":"Chercher","OK":"D'accord","Cancel":"Annuler","Filter":"Filtre","Clear":"Clair","SelectAll":"Tout sélectionner","Blanks":"Blanks","True":"Vrai","False":"Faux","NoResult":"Aucun résultat"},"excelFilter":{"ClearFilter":"Effacer le filtre","NumberFilter":"Filtres numériques","TextFilter":"Filtres de texte","DateFilter":"Filtres de date","MatchCase":"Cas de correspondance","Equal":"Égal","NotEqual":"Inégal","LessThan":"Moins que","LessThanOrEqual":"Moins que ou égal","GreaterThan":"Plus grand que","GreaterThanOrEqual":"Meilleur que ou égal","Between":"Entre","CustomFilter":"Filtre personnalisé","StartsWith":"Commence avec","EndsWith":"Se termine par","Contains":"Contient","OK":"D'accord","Cancel":"Annuler","CustomFilterPlaceHolder":"Entrez la valeur","CustomFilterDatePlaceHolder":"Choisissez une date","AND":"ET","OR":"OU","ShowRowsWhere":"Afficher les lignes où:"},"pager":{"currentPageInfo":"{0} sur {1} pages","totalItemsInfo":"({0} éléments)","firstPageTooltip":"Aller à la première page","lastPageTooltip":"Aller à la dernière page","nextPageTooltip":"Aller à la page suivante","previousPageTooltip":"Aller à la page précédente","nextPagerTooltip":"Aller au pager suivant","previousPagerTooltip":"Aller au pager précédent","pagerDropDown":"objets par page"},"listbox":{"noRecordsTemplate":"Aucun enregistrement trouvé","selectAllText":"tout sélectionner","unSelectAllText":"tout déselectionner","moveUp":"déplacer vers le haut","moveDown":"descendre","moveTo":"déménager à","moveFrom":"passer de","moveAllTo":"déplacer tout à","moveAllFrom":"déplacer tout de"},"maps":{"ZoomIn":"Agrandir","ZoomOut":"Dézoomer","Zoom":"Zoom","Pan":"La poêle","Reset":"Réinitialiser","ResetZoom":"Réinitialiser Zoom"},"numerictextbox":{"incrementTitle":"Valeur d'incrément","decrementTitle":"Décrémenter la valeur"},"pivotview":{"all":"tout","multipleItems":"plusieurs articles","Sum":"Somme","Count":"Compter","DistinctCount":"Nombre distinct","Product":"Produit","Avg":"Moyen","Min":"Min","SampleVar":"Échantillon de var","PopulationVar":"Population du Var","RunningTotals":"Totaux cumulés","Max":"Max","Index":"Indice","SampleStDev":"Exemple St Dev","PopulationStDev":"Population St Dev","PercentageOfRowTotal":"Pourcentage du total de la ligne","PercentageOfParentTotal":"Pourcentage du parent total","PercentageOfParentColumnTotal":"Pourcentage du total de la colonne parent","PercentageOfParentRowTotal":"Pourcentage du total de la ligne parent","DifferenceFrom":"Différence de","PercentageOfDifferenceFrom":"Pourcentage de différence de","PercentageOfGrandTotal":"Pourcentage du total général","PercentageOfColumnTotal":"Pourcentage du total de la colonne","editorDataLimitMsg":"éditeur Data Limit Msg","mdxQuery":"Requête mdx","qtr":"QTR","null":"null","undefined":"indéfini","groupOutOfRange":"groupe hors de portée","fieldDropErrorAction":"champ Drop Error Action","MoreOption":"Plus d'option","aggregate":"agrégat","drillThrough":"Percer à travers","ascending":"Ascendant","descending":"descendant","number":"nombre","currency":"devise","percentage":"pourcentage","formatType":"formatType","customText":"texte personnalisé","symbolPosition":"position du symbole","left":"la gauche","right":"droite","grouping":"regroupement","true":"vrai","false":"faux","decimalPlaces":"décimalPlaces","numberFormat":"Format de nombre","memberType":"type de membre","formatString":"format String","expressionField":"champ d'expression","customFormat":"format personnalisé","selectedHierarchy":"Hiérarchie sélectionnée","olapDropText":"olapDropText","Percent":"Pour cent","Currency":"Devise","Custom":"Douane","Measure":"Mesure","Dimension":"Dimension","Standard":"la norme","blank":"blanc","fieldTooltip":"info-bulle sur le terrain","QuarterYear":"Trimestre année","fieldTitle":"Titre du champ","drillError":"erreur de forage","grandTotal":"Grand Total","total":"Total","value":"Valeur","noValue":"Pas de valeur","row":"Rangée","column":"La colonne","collapse":"Effondrement","expand":"L'expansion","rowAxisPrompt":"Drop row ici","columnAxisPrompt":"Drop column here","valueAxisPrompt":"Valeur liste déroulante ici","filterAxisPrompt":"Filtre goutte ici","filter":"Filter","filtered":"Filtered","sort":"Trier","filters":"Filters","rows":"Lignes","columns":"Colonnes","values":"Valeurs","close":"Fermer","cancel":"Annuler","delete":"Supprimer","calculatedField":"Champ calculé","createCalculatedField":"Créer un champ calculé","fieldName":"Entrez le nom du champ","error":"Error","invalidFormula":"Formule invalide.","dropText":"Exemple: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Ajouter des champs et formula ici.","dropAction":"Champ calculé ne peut pas être place dans toute autre région, à l'exception de l'axe des valeurs.","alert":"Alert","warning":"Attention","ok":"OK","search":"Recherchez","drag":"Faites glisser","remove":"Déposer","sum":"Somme","average":"La moyenne","count":"Count","min":"Min","max":"Max","allFields":"Tous les domaines","formula":"Formule","addToRow":"Ajouter à la rangée","addToColumn":"Ajouter à la colonne","addToValue":"Ajouter à la valeur","addToFilter":"Ajouter au filtre","emptyData":"Pas d'enregistrements à afficher","fieldExist":"Un champ existe déjà dans ce nom. Veuillez entrer un nom différent.","confirmText":"Une rubrique calcul existe déjà dans ce nom. Voulez-vous la remplacer ?","format":"Les valeurs des résumés par","edit":"Modifier","clear":"Effacer","noMatches":"Pas de correspondance","formulaField":"Faites glisser et déposez les champs à formule","dragField":"Faites glisser le champ à la formule","clearFilter":"Clair","by":"par","enterValue":"Entrez une valeur","chooseDate":"Entrez la date","Equals":"Équivaut à","DoesNotEquals":"N'est pas égal","BeginWith":"Commence par","DoesNotBeginWith":"Ne commence pas avec","EndsWith":"Se termine par","DoesNotEndsWith":"Ne se termine pas avec","Contains":"Contient","DoesNotContains":"Ne contient pas","GreaterThan":"Plus grand que","GreaterThanOrEqualTo":"Plus grand ou égal à","LessThan":"Moins que","LessThanOrEqualTo":"Inférieur ou égal à","Between":"Compris entre","NotBetween":"Pas entre","Before":"Avant","BeforeOrEqualTo":"Avant ou égal à","After":"Après","AfterOrEqualTo":"Après ou égal à","member":"Membre","label":"Étiquette","date":"Rendez-vous amoureux","labelTextContent":"Afficher les articles pour lesquels l'étiquette","dateTextContent":"Afficher les articles pour lesquels la date","valueTextContent":"Afficher les articles pour lesquels","And":"et","NotEquals":"Pas égal","AllValues":"Toutes les valeurs","conditionalFormating":"Mise en forme conditionnelle","apply":"Appliquer","condition":"Ajouter une condition","formatLabel":"Format","valueFieldSettings":"Paramètres du champ de valeur","sourceName":"Nom de domaine :","sourceCaption":"Légende du champ:","summarizeValuesBy":"Résumer les valeurs par:","baseField":"Champ de base:","baseItem":"Élément de base:","example":"par exemple :","details":"Détails","manageRecords":"gérer les enregistrements","Years":"Années","Quarters":"Quartiers","Months":"Mois","Days":"Jours","Hours":"Heures","Minutes":"Minutes","Seconds":"Secondes","save":"Sauvegarder un rapport","new":"Créer un nouveau rapport","load":"Charger","saveAs":"Enregistrer comme état actuel","rename":"Renommer un rapport en cours","export":"Exporter","subTotals":"Sous totaux","grandTotals":"Grands totaux","reportName":"Nom du rapport :","pdf":"PDF","excel":"Excel","csv":"CSV","showSubTotals":"Afficher les totaux partiels","doNotShowSubTotals":"Ne pas afficher les sous-totaux","showSubTotalsRowsOnly":"Afficher uniquement les lignes de sous-totaux","showSubTotalsColumnsOnly":"Afficher uniquement les colonnes de totaux partiels","showGrandTotals":"Afficher les totaux généraux","doNotShowGrandTotals":"ne pas montrer les grands totaux","showGrandTotalsRowsOnly":"Afficher uniquement les lignes de totaux généraux","showGrandTotalsColumnsOnly":"Afficher uniquement la colonne des totaux généraux","fieldList":"Afficher la liste des champs","grid":"Afficher la table","toolbarFormatting":"Mise en forme conditionnelle","chart":"Graphique","reportMsg":"S'il vous plaît entrer le nom du rapport vaild !!!","reportList":"Liste de rapport","removeConfirm":"Voulez-vous vraiment supprimer ce rapport?","emptyReport":"Aucun rapport trouvé !!","bar":"Bar","line":"Ligne","area":"Surface","scatter":"Dispersion","polar":"Polaire","of":"de","emptyFormat":"Aucun format trouvé !!!","emptyInput":"Entrez une valeur","newReportConfirm":"Voulez-vous enregistrer les modifications à signaler?","emptyReportName":"Entrez un nom de rapport","caption":"Légende du champ","copy":"Copie","defaultReport":"Rapport par défaut","customFormatString":"Format personnalisé","invalidFormat":"Format invalide."},"pivotfieldlist":{"all":"tout","multipleItems":"plusieurs articles","Sum":"Somme","Count":"Compter","DistinctCount":"Nombre distinct","Product":"Produit","Avg":"Moyen","Min":"Min","SampleVar":"Échantillon de var","PopulationVar":"Population du Var","RunningTotals":"Totaux cumulés","Max":"Max","Index":"Indice","SampleStDev":"Exemple St Dev","PopulationStDev":"Population St Dev","PercentageOfRowTotal":"Pourcentage du total de la ligne","PercentageOfParentTotal":"Pourcentage du parent total","PercentageOfParentColumnTotal":"Pourcentage du total de la colonne parent","PercentageOfParentRowTotal":"Pourcentage du total de la ligne parent","DifferenceFrom":"Différence de","PercentageOfDifferenceFrom":"Pourcentage de différence de","PercentageOfGrandTotal":"Pourcentage du total général","PercentageOfColumnTotal":"Pourcentage du total de la colonne","editorDataLimitMsg":"éditeur Data Limit Msg","Years":"Années","Quarters":"Trimestres","Months":"Mois","Days":"Journées","Hours":"Heures","Minutes":"Miuntes","Seconds":"Secondes","apply":"appliquer","null":"null","undefined":"indéfini","groupOutOfRange":"groupe hors de portée","fieldDropErrorAction":"champ Drop Error Action","MoreOption":"Plus d'option","memberType":"type de membre","formatString":"format String","expressionField":"champ d'expression","customFormat":"format personnalisé","selectedHierarchy":"Hiérarchie sélectionnée","olapDropText":"olapDropText","Percent":"Pour cent","Currency":"Devise","Custom":"Douane","Measure":"Mesure","Dimension":"Dimension","Standard":"la norme","blank":"blanc","fieldTooltip":"info-bulle sur le terrain","QuarterYear":"Trimestre année","fieldTitle":"Field Name","staticFieldList":"Liste des champs de pivot","fieldList":"Field List","dropRowPrompt":"Drop row ici","dropColPrompt":"Drop column here","dropValPrompt":"Valeur liste déroulante ici","dropFilterPrompt":"Filtre goutte ici","addPrompt":"Ajouter un champ ici","adaptiveFieldHeader":"Choisissez Domaine","centerHeader":"Faire glisser les champs entre les zones ci-dessous :","add":"Ajouter","drag":"Faites glisser","filter":"Filter","filtered":"Filtered","sort":"Trier","remove":"Déposer","filters":"Filters","rows":"Lignes","columns":"Colonnes","values":"Valeurs","calculatedField":"Champ calculé","createCalculatedField":"Créer un champ calculé","fieldName":"Entrez le nom du champ","error":"Error","invalidFormula":"Formule invalide.","dropText":"Exemple: ('Sum(Order_Count)' + 'Sum(In_Stock)') * 250","dropTextMobile":"Ajouter des champs et formula ici.","dropAction":"Champ calculé ne peut pas être place dans toute autre région, à l'exception de l'axe des valeurs.","search":"Recherchez","close":"Fermer","cancel":"Annuler","delete":"Supprimer","alert":"Alert","warning":"Attention","ok":"OK","sum":"Somme","average":"La moyenne","count":"Count","min":"Min","max":"Max","allFields":"Tous les domaines","formula":"Formule","fieldExist":"Un champ existe déjà dans ce nom. Veuillez entrer un nom différent.","confirmText":"Une rubrique calcul existe déjà dans ce nom. Voulez-vous la remplacer ?","format":"Les valeurs des résumés par","edit":"Modifier","clear":"Effacer","noMatches":"Pas de correspondance","formulaField":"Faites glisser et déposez les champs à formule","dragField":"Faites glisser le champ à la formule","clearFilter":"Clair","by":"par","enterValue":"Entrez une valeur","chooseDate":"Entrez la date","Equals":"Équivaut à","DoesNotEquals":"N'est pas égal","BeginWith":"Commence par","DoesNotBeginWith":"Ne commence pas avec","EndsWith":"Se termine par","DoesNotEndsWith":"Ne se termine pas avec","Contains":"Contient","DoesNotContains":"Ne contient pas","GreaterThan":"Plus grand que","GreaterThanOrEqualTo":"Plus grand ou égal à","LessThan":"Moins que","LessThanOrEqualTo":"Inférieur ou égal à","Between":"Compris entre","NotBetween":"Pas entre","Before":"Avant","BeforeOrEqualTo":"Avant ou égal à","After":"Après","AfterOrEqualTo":"Après ou égal à","member":"Membre","label":"Étiquette","date":"Rendez-vous amoureux","value":"Valeur","labelTextContent":"Afficher les articles pour lesquels l'étiquette","dateTextContent":"Afficher les articles pour lesquels la date","valueTextContent":"Afficher les articles pour lesquels","And":"et","valueFieldSettings":"Paramètres du champ de valeur","sourceName":"Nom de domaine :","sourceCaption":"Légende du champ:","summarizeValuesBy":"Résumer les valeurs par:","baseField":"Champ de base:","baseItem":"Élément de base:","example":"par exemple :","deferLayoutUpdate":"Différer la mise à jour de la mise en page","caption":"Légende du champ","copy":"Copie"},"query-builder":{"AddGroup":"ajouter un groupe","AddCondition":"ajouter une condition","DeleteRule":"supprimer la règle","DeleteGroup":"supprimer le groupe","Edit":"modifier","SelectField":"Sélectionner un champ","SelectOperator":"sélectionner opérateur","StartsWith":"Commence avec","EndsWith":"Se termine par","Contains":"Contient","Equal":"Égal","NotEqual":"Inégal","LessThan":"Moins que","LessThanOrEqual":"Moins que ou égal","GreaterThan":"Plus grand que","GreaterThanOrEqual":"Meilleur que ou égal","Between":"entre","NotBetween":"pas entre","In":"dans","NotIn":"pas dedans","Remove":"retirer","ValidationMessage":"message de validation","IsNull":"est nul","IsNotNull":"est non nulle","IsEmpty":"est vide","IsNotEmpty":"est pas vide","AND":"ET","OR":"OU","NOT":"ne pas","NotContains":"ne contient pas","NotStartsWith":"ne commence pas avec","NotEndsWith":"ne se termine pas"},"schedule":{"day":"journée","week":"La semaine","workWeek":"Semaine de travail","month":"Mois","agenda":"Ordre du jour","weekAgenda":"Agenda de la semaine","workWeekAgenda":"Agenda de la semaine de travail","monthAgenda":"Agenda du mois","today":"Aujourd'hui","noEvents":"Pas d'événements","emptyContainer":"Aucun événement n'est prévu ce jour-là.","allDay":"Toute la journée","start":"Début","end":"Fin","more":"plus","close":"Fermer","cancel":"Annuler","noTitle":"(Pas de titre)","delete":"Effacer","deleteEvent":"Supprimer l'événement","deleteMultipleEvent":"Supprimer plusieurs événements","selectedItems":"Items selected","deleteSeries":"Supprimer la série","edit":"modifier","editSeries":"Modifier la série","editEvent":"Modifier l'événement","createEvent":"Créer","subject":"Assujettir","addTitle":"Ajouter un titre","moreDetails":"Plus de détails","save":"sauvegarder","editContent":"Voulez-vous modifier uniquement cet événement ou toute la série?","deleteRecurrenceContent":"Voulez-vous supprimer uniquement cet événement ou toute la série?","deleteContent":"Êtes-vous sûr de vouloir supprimer cet événement?","deleteMultipleContent":"Êtes-vous sûr de vouloir supprimer les événements sélectionnés?","newEvent":"Nouvel évènement","title":"Titre","location":"Emplacement","description":"La description","timezone":"Fuseau horaire","startTimezone":"Démarrer fuseau horaire","endTimezone":"Fin du fuseau horaire","repeat":"Répéter","saveButton":"sauvegarder","cancelButton":"Annuler","deleteButton":"Effacer","recurrence":"Récurrence","wrongPattern":"Le modèle de récurrence n'est pas valide.","seriesChangeAlert":"Les modifications apportées à des instances spécifiques de cette série seront annulées et ces événements correspondront à nouveau à la série.","createError":"La durée de l'événement doit être plus courte que sa fréquence. Raccourcissez la durée ou modifiez le modèle de récurrence dans l'éditeur d'événement de récurrence.","recurrenceDateValidation":"Certains mois ont moins que la date sélectionnée. Pour ces mois, l'événement se produira à la dernière date du mois.","sameDayAlert":"Deux occurrences du même événement ne peuvent pas se produire le même jour.","editRecurrence":"Modifier la récurrence","repeats":"Répétitions","alert":"Alerte","startEndError":"La date de fin sélectionnée se produit avant la date de début.","invalidDateError":"La valeur de date saisie est invalide.","ok":"D'accord","occurrence":"Occurrence","series":"Séries","previous":"précédent","next":"Prochain","timelineDay":"Journée chronologique","timelineWeek":"Semaine chronologique","timelineWorkWeek":"Semaine de travail chronologique","timelineMonth":"Mois de la chronologie"},"recurrenceeditor":{"none":"Aucun","daily":"du quotidien","weekly":"Hebdomadaire","monthly":"Mensuel","month":"Mois","yearly":"Annuel","never":"Jamais","until":"Jusqu'à","count":"Compter","first":"First","second":"Seconde","third":"Troisième","fourth":"Quatrième","last":"Dernier","repeat":"Répéter","repeatEvery":"Répétez chaque","on":"Répéter sur","end":"Fin","onDay":"journée","days":"journées","weeks":"semaines","months":"Mois","years":"Années","every":"chaque","summaryTimes":"fois","summaryOn":"sur","summaryUntil":"jusqu'à","summaryRepeat":"Répétitions","summaryDay":"journées","summaryWeek":"semaines","summaryMonth":"mois","summaryYear":"années"},"slider":{"incrementTitle":"augmenter","decrementTitle":"diminution"},"spreadsheet":{"Cut":"Coupe","Copy":"Copie","Paste":"Pâte","PasteSpecial":"Pâte spéciale","All":"Tous les","Values":"Valeurs","Formats":"Les formats","Font":"fonte","FontSize":"Taille de police","Bold":"Audacieux","Italic":"Italique","Underline":"Souligner","Strikethrough":"Barré","TextColor":"Couleur du texte","FillColor":"La couleur de remplissage","HorizontalAlignment":"Alignement horizontal","AlignLeft":"Alignez à gauche","AlignCenter":"centre","AlignRight":"Aligner à droite","VerticalAlignment":"Alignement vertical","AlignTop":"Aligner en haut","AlignMiddle":"Aligner le milieu","AlignBottom":"Aligner le bas","InsertFunction":"Insérer une fonction","Insert":"Insérer","Delete":"Effacer","Rename":"Rebaptiser","Hide":"Cacher","Unhide":"Démasquer","NameBox":"Nom Box","ShowHeaders":"Afficher les en-têtes","HideHeaders":"Masquer les en-têtes","ShowGridLines":"Afficher les quadrillages","HideGridLines":"Masquer le quadrillage","AddSheet":"Ajouter une feuille","ListAllSheets":"Liste de feuilles","FullScreen":"Plein écran","CollapseToolbar":"Réduire la barre d'outils","ExpandToolbar":"Maximiser la barre d'outils","CollapseFormulaBar":"Réduire la barre de formule","ExpandFormulaBar":"Développer la barre de formule","File":"Fichier","Home":"Accueil","Formulas":"Formules","View":"Vue","New":"Nouveau","Open":"Ouvrir","SaveAs":"Enregistrer sous","ExcelXlsx":"Microsoft Excel","ExcelXls":"Microsoft Excel 97-2003","CSV":"Comma-separated values","FormulaBar":"Barre de formule","Ok":"D'accord","Close":"Fermer","Cancel":"Annuler","Apply":"s'adresser à","MoreColors":"Plus de couleurs","StandardColors":"Couleurs Standard","General":"Général","Number":"Nombre","Currency":"Devise","Accounting":"Comptabilité","ShortDate":"Date courte","LongDate":"Longue date","Time":"Temps","Percentage":"Pourcentage","Fraction":"Fraction","Scientific":"Scientifique","Text":"Texte","NumberFormat":"Nombre Format","MobileFormulaBarPlaceHolder":"Entrer une valeur ou une formule","PasteAlert":"Vous ne pouvez pas coller ceci ici, car les zones de copie et de collage ne sont pas de la même taille. S'il vous plaît essayez de coller dans une plage différente.","DestroyAlert":"Êtes-vous sûr de vouloir détruire le classeur actuel sans enregistrer et créer un nouveau classeur?","SheetRenameInvalidAlert":"Le nom de la feuille contient un caractère invalide.","SheetRenameEmptyAlert":"Le nom de la feuille ne peut pas être vide.","SheetRenameAlreadyExistsAlert":"Le nom de la feuille existe déjà. S'il vous plaît entrer un autre nom.","DeleteSheetAlert":"Êtes-vous sûr de vouloir supprimer cette feuille?","DeleteSingleLastSheetAlert":"Un classeur doit contenir au moins une feuille de calcul visible.","PickACategory":"Choisissez une catégorie","Description":"La description","UnsupportedFile":"Fichier non supporté","InvalidUrl":"URL invalide","SUM":"Ajoute une série de nombres et / ou de cellules.","SUMIF":"Ajoute les cellules en fonction de la condition spécifiée.","SUMIFS":"Ajoute les cellules en fonction de conditions spécifiées.","ABS":"Retourne la valeur d'un nombre sans son signe.","RAND":"Retourne un nombre aléatoire compris entre 0 et 1.","RANDBETWEEN":"Retourne un entier aléatoire basé sur des valeurs spécifiées.","FLOOR":"Arrondit un nombre jusqu'au multiple le plus proche d'un facteur donné.","CEILING":"Arrondit un nombre jusqu'au multiple le plus proche d'un facteur donné.","PRODUCT":"Multiplie une série de nombres et / ou de cellules.","AVERAGE":"Calculez la moyenne pour la série de nombres et / ou de cellules excluant le texte.","AVERAGEIF":"Calcule la moyenne des cellules en fonction de la condition spécifiée.","AVERAGEIFS":"Calcule la moyenne des cellules en fonction de conditions spécifiées.","AVERAGEA":"Calcule la moyenne des cellules évaluant VRAI à 1, texte et FAUX à 0.","COUNT":"Compte les cellules contenant des valeurs numériques dans une plage.","COUNTIF":"Compte les cellules en fonction de la condition spécifiée.","COUNTIFS":"Compte les cellules en fonction de conditions spécifiées.","COUNTA":"Compte les cellules contenant des valeurs dans une plage.","MIN":"Retourne le plus petit nombre d'arguments donnés.","MAX":"Retourne le plus grand nombre d'arguments donnés.","DATE":"Renvoie la date en fonction de l'année, du mois et du jour donnés.","DAY":"Renvoie le jour à partir de la date donnée.","DAYS":"Renvoie le nombre de jours entre deux dates.","IF":"Renvoie la valeur en fonction de l'expression donnée.","IFS":"Retourne une valeur basée sur les expressions multiples données.","AND":"Renvoie VRAI si tous les arguments sont VRAI, sinon renvoie FAUX.","OR":"Renvoie VRAI si l'un des arguments est VRAI, sinon renvoie FAUX.","IFERROR":"Renvoie une valeur si aucune erreur n'est trouvée sinon, la valeur spécifiée sera renvoyée.","CHOOSE":"Retourne une valeur de la liste de valeurs, basée sur le numéro d'index.","INDEX":"Renvoie une valeur de la cellule dans une plage donnée en fonction du numéro de ligne et de colonne.","FIND":"Renvoie la position d'une chaîne dans une autre chaîne, sensible à la casse.","CONCATENATE":"Combine deux ou plusieurs chaînes ensemble.","CONCAT":"Concatène une liste ou une plage de chaînes de texte.","SUBTOTAL":"Retourne le sous-total d'une plage en utilisant le numéro de fonction donné.","RADIANS":"Convertit les degrés en radians.","MATCH":"Renvoie la position relative d'une valeur spécifiée dans une plage donnée.","DefineNameExists":"Ce nom existe déjà, essayez un nom différent.","CircularReference":"Lorsqu'une formule fait référence à une ou plusieurs références circulaires, cela peut entraîner un calcul incorrect."},"timepicker":{"placeholder":"Choisissez une heure"},"treegrid":{"EmptyRecord":"Aucun enregistrement à afficher","InvalidFilterMessage":"Données de filtre non valides","FilterbarTitle":"cellule de barre de filtre","EmptyDataSourceError":"DataSource ne doit pas être vide lors du chargement initial, car les colonnes sont générées à partir de dataSource dans la grille de colonnes AutoGenerate","Add":"Ajouter","Edit":"modifier","Cancel":"Annuler","Update":"Mettre à jour","Delete":"Effacer","Print":"Impression","Pdfexport":"Export PDF","Excelexport":"Export Excel","Wordexport":"Word Export","Csvexport":"CSV Export","Search":"Chercher","Columnchooser":"Colonnes","Save":"sauvegarder","EditOperationAlert":"Aucun enregistrement sélectionné pour l'opération d'édition","DeleteOperationAlert":"Aucun enregistrement sélectionné pour l'opération de suppression","SaveButton":"sauvegarder","CancelButton":"Annuler","EditFormTitle":"Les détails de ","AddFormTitle":"Ajouter un nouvel enregistrement","ConfirmDelete":"Êtes-vous sûr de vouloir supprimer l'enregistrement?","CancelEdit":"Êtes-vous sûr de vouloir annuler les modifications?","ChooseColumns":"Choisissez la colonne","SearchColumns":"colonnes de recherche","FilterButton":"Filtre","ClearButton":"Clair","StartsWith":"Commence avec","EndsWith":"Se termine par","Contains":"Contient","Equal":"Égal","NotEqual":"Inégal","LessThan":"Moins que","LessThanOrEqual":"Moins que ou égal","GreaterThan":"Plus grand que","GreaterThanOrEqual":"Meilleur que ou égal","ChooseDate":"Choisissez une date","EnterValue":"Entrez la valeur","autoFitAll":"Auto Adapter toutes les colonnes","autoFit":"Auto Fit cette colonne","Export":"Exportation","FirstPage":"Première page","LastPage":"Dernière page","PreviousPage":"Page précédente","NextPage":"Page suivante","SortAscending":"Trier par ordre croissant","SortDescending":"Trier par ordre décroissant","EditRecord":"Modifier l'enregistrement","DeleteRecord":"Supprimer l'enregistrement","FilterMenu":"Filtre"},"uploader":{"invalidMinFileSize":"La taille du fichier est trop petite","invalidMaxFileSize":"La taille du fichier dépasse 28 Mo","invalidFileType":"Le type de fichier n'est pas autorisé","Browse":"Feuilleter","Clear":"Clair","Upload":"Télécharger","dropFilesHint":"ou Déposer des fichiers ici","uploadFailedMessage":"Impossible d'importer le fichier","uploadSuccessMessage":"Fichier téléchargé avec succès","removedSuccessMessage":"Fichier supprimé avec succès","removedFailedMessage":"Impossible de supprimer le fichier","inProgress":"Téléchargement","readyToUploadMessage":"Prêt à télécharger","remove":"Retirer","cancel":"Annuler","delete":"Supprimer le fichier","abort":"Avorter","pauseUpload":"Le téléchargement du fichier a été suspendu","pause":"Pause","resume":"Reprendre","retry":"Recommencez","fileUploadCancel":"Téléchargement de fichier annulé"}}}; \ No newline at end of file diff --git a/src/common/pack.json b/src/common/pack.json index 1a95e534..53097c0b 100644 --- a/src/common/pack.json +++ b/src/common/pack.json @@ -1,34 +1,46 @@ -{ - "dependencies": { - "@syncfusion/ej2": "*", - "@syncfusion/ej2-base": "*", - "@syncfusion/ej2-buttons": "*", - "@syncfusion/ej2-splitbuttons": "*", - "@syncfusion/ej2-data": "*", - "@syncfusion/ej2-lists": "*", - "@syncfusion/ej2-grids": "*", - "@syncfusion/ej2-schedule": "*", - "@syncfusion/ej2-dropdowns": "*", - "@syncfusion/ej2-heatmap": "*", - "@syncfusion/ej2-calendars": "*", - "@syncfusion/ej2-inputs": "*", - "@syncfusion/ej2-popups": "*", - "@syncfusion/ej2-charts": "*", - "@syncfusion/ej2-diagrams": "*", - "@syncfusion/ej2-maps": "*", - "@syncfusion/ej2-treemap": "*", - "@syncfusion/ej2-circulargauge": "*", - "@syncfusion/ej2-lineargauge": "*", - "@syncfusion/ej2-navigations": "*", - "@syncfusion/ej2-pdf-export": "*", - "@syncfusion/ej2-excel-export": "*", - "@syncfusion/ej2-file-utils": "*", - "@syncfusion/ej2-compression": "*", - "@syncfusion/ej2-documenteditor": "*", - "@syncfusion/ej2-richtexteditor": "*", - "@syncfusion/ej2-notifications": "*", - "@syncfusion/ej2-pdfviewer": "*", - "@types/crossroads": "0.0.28", +{ + "dependencies": { +"@syncfusion/ej2-barcode-generator": "*", +"@syncfusion/ej2-base": "*", +"@syncfusion/ej2-buttons": "*", +"@syncfusion/ej2-calendars": "*", +"@syncfusion/ej2-charts": "*", +"@syncfusion/ej2-circulargauge": "*", +"@syncfusion/ej2-compression": "*", +"@syncfusion/ej2-data": "*", +"@syncfusion/ej2-diagrams": "*", +"@syncfusion/ej2-documenteditor": "*", +"@syncfusion/ej2-drawings": "*", +"@syncfusion/ej2-dropdowns": "*", +"@syncfusion/ej2-excel-export": "*", +"@syncfusion/ej2-file-utils": "*", +"@syncfusion/ej2-filemanager": "*", +"@syncfusion/ej2-gantt": "*", +"@syncfusion/ej2-grids": "*", +"@syncfusion/ej2-heatmap": "*", +"@syncfusion/ej2-icons": "*", +"@syncfusion/ej2-inplace-editor": "*", +"@syncfusion/ej2-inputs": "*", +"@syncfusion/ej2-layouts": "*", +"@syncfusion/ej2-lineargauge": "*", +"@syncfusion/ej2-lists": "*", +"@syncfusion/ej2-maps": "*", +"@syncfusion/ej2-navigations": "*", +"@syncfusion/ej2-notifications": "*", +"@syncfusion/ej2-office-chart": "*", +"@syncfusion/ej2-pdf-export": "*", +"@syncfusion/ej2-pdfviewer": "*", +"@syncfusion/ej2-pivotview": "*", +"@syncfusion/ej2-popups": "*", +"@syncfusion/ej2-querybuilder": "*", +"@syncfusion/ej2-richtexteditor": "*", +"@syncfusion/ej2-schedule": "*", +"@syncfusion/ej2-splitbuttons": "*", +"@syncfusion/ej2-spreadsheet": "*", +"@syncfusion/ej2-svg-base": "*", +"@syncfusion/ej2-treegrid": "*", +"@syncfusion/ej2-treemap": "*", +"@types/crossroads": "0.0.28", "@types/signals": "0.0.16", "@types/moment-timezone": "^0.5.3", "@types/hasher": "0.0.27", @@ -40,6 +52,6 @@ "@types/codemirror": "0.0.56", "@types/es6-promise": "0.0.28", "hasher": "^1.2.0", - "moment-timezone": "^0.5.14" -} -} \ No newline at end of file + "moment-timezone": "^0.5.14" + } + } \ No newline at end of file diff --git a/src/common/sampleList.ts b/src/common/sampleList.ts index 542372e6..2980319e 100644 --- a/src/common/sampleList.ts +++ b/src/common/sampleList.ts @@ -1,5 +1,5 @@ -export let samplesList : any =[{"name":"Data Grid","directory":"grid","category":"Grids","ftName":"datagrid","samples":[{"url":"grid-overview","name":"Overview","description":"This demo for Essential JS 2 grid control is an overview of how to display and manipulate large data with configuration options.","category":"Data Grid","api":{"Grid":["dataSource","enableVirtualization","allowFiltering","allowSorting","allowSelection","selectionSettings","height","columns","dataBound","actionComplete","load"]},"uid":"00000","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS 2 grid control shows the default rendering of the grid control with minimum configuration.","category":"Data Grid","api":{"Grid":["columns","dataSource"]},"uid":"00001","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"grouping","name":"Grouping","description":"This demo for Essential JS 2 grid control demonstrates the grouping feature of the grid control. The grid control has options to group records based on columns.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","allowSorting","groupSettings","pageSettings","allowGrouping","height","columns"]},"uid":"00002","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"grid-lines","name":"GridLines","description":"This demo for Essential JS 2 grid control demonstrates the visibility of the grid lines that separate the rows and columns.","category":"Data Grid","api":{"Grid":["dataSource","gridLines","columns"]},"uid":"00003","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"scrolling","name":"Default Scrolling","description":"This demo for Essential JS 2 grid control shows the usage of the horizontal and vertical scrollbars to view grid content that exceeds the grid area.","category":"Scrolling","api":{"Grid":["dataSource","height","width","columns"]},"uid":"00004","order":1,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"virtual-scrolling","name":"Virtual Scrolling","description":"This demo demonstrates how to use Essential JS 2 grid to show a large data view without performance degradation by rendering only the required rows and columns.","category":"Scrolling","api":{"Grid":["dataSource","enableVirtualization","enableColumnVirtualization","dataBound","height","columns"]},"uid":"00005","order":1,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"events","name":"Events","description":"This demo for Essential JS 2 grid control shows the events that have been triggered during the grid operations.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","pageSettings","allowGrouping","allowReordering","allowSorting","columns","load","created","actionBegin","actionComplete","dataBound","rowSelecting","rowSelected","columnDragStart","columnDrag","columnDrop"]},"uid":"00006","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"hierarchy","name":"Hierarchy Grid","description":"This demo for Essential JS 2 grid control shows the hierarchical binding feature that helps to build multilevel parent-child relationships.","category":"Data Grid","api":{"Grid":["dataSource","allowSorting","columns","detailDataBound","dataBound","created","childGrid"]},"uid":"00007","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"clipboard","name":"Clipboard","description":"This demo for Essential JS 2 grid control shows copy to clipboard functionality of grid. Select rows and click Copy button from toolbar to copy content.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","toolbar","columns","pageSettings","allowSelection","selectionSettings","toolbarClick"]},"uid":"00008","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"local-data","name":"Local Data","description":"This demo for Essential JS 2 grid control demonstrates the way for binding a grid with a local data source.","category":"Data Binding","api":{"Grid":["dataSource","allowPaging","columns","pageSettings"]},"uid":"00009","order":2,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"remote-data","name":"Remote Data","description":"This demo for Essential JS 2 grid control shows the way of data binding grid with remote service. Grid data source is bound to remote data using DataManager.","category":"Data Binding","api":{"Grid":["dataSource","allowPaging","actionBegin","actionComplete","created","dataBound","columns","pageSettings"]},"uid":"000010","order":2,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"auto-wrap","name":"AutoWrap Column Cells","description":"This demo for Essential JS 2 grid control shows how the grid cell content is autowrapped to show large cell content.","category":"Columns","api":{"Grid":["dataSource","allowPaging","allowTextWrap","columns","pageSettings"]},"uid":"000011","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"show-hide","name":"Show or Hide Column","description":"This demo for Essential JS 2 grid control demonstrates the dynamic show and hide columns feature. Use the properties panel to hide/show the column.","category":"Columns","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000012","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"column-template","name":"Column Template","description":"This demo for Essential JS 2 grid control demonstrates usage of template columns in Grid to shown custom images in the Employee Image column.","category":"Columns","api":{"Grid":["dataSource","width","height","columns"]},"uid":"000013","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"stacked-header","name":"Stacked Header","description":"This demo for Essential JS 2 grid control shows the usage of the sorting API in grid. Use the properties panel to sort/unsort columns using API.","category":"Columns","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000014","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"reorder","name":"Reorder","description":"This demo for Essential JS 2 grid control shows the reordering columns feature. Select column name and index from properties panel to reorder the columns.","category":"Columns","api":{"Grid":["dataSource","allowReordering","actionComplete","columns"]},"uid":"000015","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"column-chooser","name":"Column Chooser","description":"This demo for Essential JS 2 grid control shows how the column chooser feature can be used to show or hide columns dynamically.","category":"Columns","api":{"Grid":["dataSource","allowPaging","showColumnChooser","columns","toolbar"]},"uid":"000016","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"row-template","name":"Row Template","description":"This demo for Essential JS 2 grid control shows the usage of the row template feature. We have rendered each Grid row using template.","category":"Rows","api":{"Grid":["dataSource","rowTemplate","height","width","columns"]},"uid":"000017","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"detail-template","name":"Detail Template","description":"This demo for Essential JS 2 grid control shows the grid with detail template feature. Click the expand button to show the detailed information about a row.","category":"Rows","api":{"Grid":["dataSource","detailTemplate","height","width","columns"]},"uid":"000018","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"hover","name":"Row Hover","description":"This demo for Essential JS 2 grid control shows the Grid with the row hover feature. Move the mouse over the Grid rows to see the hover effect.","category":"Rows","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","enableHover"]},"uid":"000019","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"row-height","name":"Row Height","description":"This demo for Essential JS 2 grid control shows the row height feature. Click on the toolbar icons to change row's height.","category":"Rows","api":{"Grid":["dataSource","toolbar","height","columns","rowHeight","toolbarClick"]},"uid":"000020","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"drag-and-drop","name":"Row Drag And Drop","description":"This demo for Essential JS 2 grid control demonstrates how the rows can be dragged between grids using the row drag-and-drop feature.","category":"Rows","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowRowDragAndDrop","selectionSettings","rowDropSettings","width"]},"uid":"000021","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"drag-drop-within-grid","name":"Row Drag And Drop Within Grid","category":"Rows","description":"This demo for Essential JS 2 grid control demonstrates how the rows can be dragged within the grids using the row drag-and-drop feature.","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowRowDragAndDrop","selectionSettings","rowDropSettings","width","persistSelection"]},"uid":"000022","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"sorting","name":"Multi Sorting","description":"This demo for Essential JS 2 grid control shows the grid multisorting feature. Using this feature, grid rows can be sorted by two or more columns.","category":"Sorting","api":{"Grid":["dataSource","allowSelection","selectionSettings","columns","enableHover"]},"uid":"000023","order":5,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"sorting-api","name":"Sorting API","description":"This demo for Essential JS 2 grid control shows the usage of the sorting API in grid. Use the properties panel to sort/unsort columns using API.","category":"Sorting","api":{"Grid":["dataSource","allowPaging","allowSelection","selectionSettings","enableHover","columns","pageSettings"]},"uid":"000024","order":5,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"filter","name":"Default Filtering","description":"This demo for Essential JS 2 grid control shows how to place a filter bar row in the header to filter grid rows.","category":"Filtering","api":{"Grid":["allowFiltering","dataSource","allowPaging","pageSettings","columns"]},"uid":"000025","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"filter-menu","name":"Filter Menu","description":"This demo for Essential JS 2 grid control demonstrates a way of filtering rows using a menu, check box, and Excel filter UI.","category":"Filtering","api":{"Grid":["allowFiltering","filterSettings","dataSource","allowPaging","pageSettings","columns"]},"uid":"000026","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"search","name":"Search","description":"This demo for Essential JS 2 grid control shows the content searching feature. Use the search box from toolbar to search for records in grid.","category":"Filtering","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","toolbar"]},"uid":"000027","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"default-paging","name":"Default Paging","description":"This demo for Essential JS 2 grid control shows how you can display the contents of the grid in page segments using the paging feature.","category":"Paging","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000028","order":7,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"paging-api","name":"Paging API","description":"This demo for Essential JS 2 grid control shows the usage of the paging API, use the properties panel to change the pageSize, pageCount and current page.","category":"Paging","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","actionComplete","goToPage"]},"uid":"000029","order":7,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"selection","name":"Default Selection","description":"This demo for Essential JS 2 grid control shows how to select rows or cells through simple mouse down or keyboard interaction using the selection feature.","category":"Selection","api":{"Grid":["dataSource","allowSelection","selectionSettings","enableHover","columns"]},"uid":"000030","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"selection-api","name":"Selection API","description":"This demo for Essential JS 2 grid control shows the content searching feature. Use the search box from toolbar to search for records in grid.","category":"Selection","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","selectionSettings","enableHover"]},"uid":"000031","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"checkbox-selection","name":"Checkbox Selection","description":"This demo for Essential JS 2 grid control shows how the check box selection feature can be used to select grid rows.","category":"Selection","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","selectionSettings","enableHover"]},"uid":"000032","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"aggregate-default","name":"Default Aggregate","description":"This demo for Essential JS 2 grid control shows how the row values can be aggregated and shown in a column footer.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","aggregates"]},"uid":"000033","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"aggregate-group","name":"Group and Caption Aggregate","description":"This demo for Essential JS 2 grid control shows how the row values can be aggregated for each group of items and shown in a group caption and footer.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowGrouping","groupSettings","aggregates"]},"uid":"000034","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"reactive-aggregate-batch-edit","name":"Reactive Aggregate","description":"This demo for Essential JS 2 grid control shows how aggregate values are updated while the row is edited in batch edit mode.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowGrouping","groupSettings","aggregates","editSettings","toolbar"]},"uid":"000035","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"normal-editing","name":"Inline Editing","description":"This demo for Essential JS 2 grid control shows the inline editing operation. In the below sample, You can perform CRUD operations in grid.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000036","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"dialog-editing","name":"Dialog Editing","description":"This demo for Essential JS 2 grid control shows how to edit grid rows using the Essential JS 2 dialog control.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000037","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"dialog-template","name":"Dialog Template","description":"This demo for Essential JS 2 grid control shows how to edit the grid rows using Essential JS 2 dialog-template.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000038","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"batch-editing","name":"Batch Editing","description":"This demo for Essential JS 2 grid control shows how to perform bulk changes to the grid content using batch edit mode.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000039","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"command-column","name":"Command Column","description":"This demo for Essential JS 2 grid control shows how to edit and delete records using a command column.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings"]},"uid":"000040","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"column-resize","name":"Column Resizing","description":"This demo for Essential JS 2 grid control shows how the column resizing feature can be used to change width dynamically.","category":"Columns","api":{"Grid":["dataSource","allowResizing","height","columns"]},"uid":"000041","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"header-template","name":"Header Template","description":"This demo for Essential JS 2 grid control shows the Grid header template feature, we have shown custom icons in the column headers.","category":"Columns","api":{"Grid":["dataSource","columns"]},"uid":"000042","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"default-exporting","name":"Default Exporting","description":"This demo for Essential JS 2 grid control shows the client-side exporting of grid content to Excel, PDF, and CSV formats.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","allowPaging","toolbar","pageSettings","columns","groupSettings","allowGrouping"]},"uid":"000043","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"advanced-exporting","name":"Advanced Exporting","description":"This demo for Essential JS 2 grid control demonstrates how exporting can be customized to add headers and footers in exported documents.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","toolbar","allowPaging","pageSettings","columns"]},"uid":"000044","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"master-details-export","name":"Hierarchy Exporting","description":"This demo for Essential JS 2 grid control demonstrates how to export hierarchy grid in exported documents.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","toolbar","allowPaging","pageSettings","columns","childGrid"]},"uid":"000045","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"print","name":"Print","description":"This demo for Essential JS 2 grid control shows how to print the grid content. Click the print button from the toolbar item to print Grid.","category":"Exporting","api":{"Grid":["dataSource","allowPaging","toolbar","pageSettings","columns"]},"uid":"000046","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"column-spanning","name":"Column Spanning","description":"This demo for Essential JS 2 grid control demonstrates the grid with column spanning feature to span multiple adjacent cells together.","category":"Columns","api":{"Grid":["dataSource","allowTextWrap","columns","queryCellInfo","gridLines","width","height"]},"uid":"000047","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"frozen-rows-columns","name":"Frozen Rows And Columns","description":"This demo for Essential JS 2 grid control shows frozen rows/columns feature of grid. Scroll the movable content to view the frozen rows/columns.","category":"Columns","api":{"Grid":["dataSource","allowSelection","columns","frozenColumns","frozenRows","height"]},"uid":"000048","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"context-menu","name":"Context Menu","description":"This demo for Essential JS 2 grid control shows demonstrates the usage of context menu in grid. Right click anywhere on the grid to view context menu.","category":"Data Grid","api":{"Grid":["dataSource","allowSorting","allowGrouping","allowPdfExport","allowExcelExport","editSettings","allowPaging","contextMenuItems","groupSettings","columns"]},"uid":"000049","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"column-menu","name":"Column Menu","description":"This demo for Essential JS 2 grid control shows the usage of the various column functionalities of the column menu feature.","category":"Columns","api":{"Grid":["dataSource","allowSorting","allowGrouping","showColumnMenu","groupSettings","columns","allowSorting"]},"uid":"000050","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"foreign-key","name":"Foreign Key Column","description":"This demo for Essential JS 2 grid control shows the usage of a foreign key column and perform actions like filtering, sorting and editing.","category":"Columns","api":{"Grid":["dataSource","allowSorting","columns","allowFiltering","filterSettings","editSettings"]},"uid":"000051","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"row-spanning","name":"Row Spanning","description":"This demo for Essential JS 2 grid control demonstrates the row spanning feature. In this sample, we have spanned row cells together.","category":"Rows","api":{"Grid":["dataSource","allowTextWrap","columns","queryCellInfo","gridLines","width","height"]},"uid":"000052","order":4,"component":"Data Grid","dir":"grid","parentId":"00"}],"order":0,"uid":"00"},{"name":"Pivot Table","directory":"pivot-table","category":"Grids","type":"update","samples":[{"url":"default","name":"Default Functionalities","category":"Pivot Table","description":"This demo for Essential JS2 Pivot Table control shows the basic rendering of the pivot table with minimum configuration","uid":"00110","order":0,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"local","name":"Local Data","category":"Data Binding","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with local JSON data","sourceFiles":[{"displayName":"local.ts","path":"src/pivot-table/local.ts"},{"displayName":"localData.json","path":"src/pivot-table/pivot-data/rData.json"},{"displayName":"local.html","path":"src/pivot-table/local.html"}],"uid":"00111","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"remote","name":"Remote Data","category":"Data Binding","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with remote data or service data","uid":"00112","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"olap","name":"OLAP","category":"Data Binding","type":"new","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with olap datasource","uid":"00113","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"pivot-chart","name":"Pivot Chart","category":"Integration","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table data into a simple pivot chart","uid":"00114","order":2,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"external-binding","name":"External Binding","category":"Integration","description":"This demo for Essential JS2 Pivot Table control demonstrate the rendering of heat map with cell selection option.","uid":"00115","order":2,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"field-list","name":"Field List","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the field list feature of the pivot table","uid":"00116","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"grouping-bar","name":"Grouping Bar","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the grouping bar feature of the pivot table","uid":"00117","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"conditional-formatting","name":"Conditional Formatting","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate formatting the appearance of the pivot table cells with values based on the applied conditions","uid":"00118","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"selection","name":"Selection","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the cell selection feature of the pivot table","uid":"00119","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"summary-customization","name":"Show/Hide Totals","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the summary customization feature of the pivot table","uid":"001110","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"grouping","name":"Grouping","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the grouping feature for date and number fields","uid":"001111","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"toolbar","name":"Toolbar","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the toolbar feature with pivot table and pivot chart","uid":"001112","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"calculated-field","name":"Calculated Field","category":"Formula","description":"This demo for Essential JS2 Pivot Table control shows calculated field, and it allows users to add calculated items","uid":"001113","order":4,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"aggregation","name":"Aggregation","category":"Formula","description":"This demo for Essential JS2 Pivot Table control shows different types of aggregation for value fields","uid":"001114","order":4,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"sorting","name":"Default Sorting","category":"Sorting","description":"This demo for Essential JS2 Pivot Table control shows ordering(sorting) of fields either in ascending or descending order","uid":"001115","order":5,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"value-sorting","name":"Value Sorting","category":"Sorting","description":"This demo for Essential JS2 Pivot Table control shows sorting values on column or row wise in ascending or descending order","uid":"001116","order":5,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"filtering","name":"Default Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate member filtering of field headers either by including or excluding them","uid":"001117","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"label-filtering","name":"Label Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate label filtering of field headers either by including or excluding them","uid":"001118","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"value-filtering","name":"Value Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate the filtering of field headers based on the grand total (value based)","uid":"001119","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"virtual-scrolling","name":"Virtual Scrolling","category":"Scrolling","description":"This demo for Essential JS2 Pivot Table control shows virtual scrolling option available vertically and horizontally to load large records with ease","uid":"001120","order":7,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"cell-template","name":"Cell Template","category":"Customization","description":"This demo for Essential JS2 Pivot Table control demonstrate cell template option on cells of the pivot table","uid":"001121","order":8,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"drill-through","name":"Drill Through","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control shows the raw items of any value cells in pivot table","uid":"001122","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"editing","name":"Editing","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control allows to edit, add and delete the value cells in pivot table","uid":"001123","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"hyper-link","name":"Hyperlink","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control shows hyperlink options in row headers, column headers, value cells, and summary cells in the pivot table","uid":"001124","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"defer-update","name":"Defer Layout Update","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control demonstrate defer layout update feature of the pivot table","uid":"001125","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"exporting","name":"Export","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control demonstrate client-side exporting of the pivot table to Excel, CSV and PDF formats","uid":"001126","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"}],"order":0,"uid":"01"},{"name":"Tree Grid","directory":"tree-grid","category":"Grids","ftName":"tree-grid","type":"update","samples":[{"url":"treegrid-overview","name":"Overview","category":"Tree Grid","api":{"TreeGrid":["dataSource","childMapping","height","columns","allowReordering","allowFiltering","allowSorting","filterSettings","queryCellInfo"]},"description":"This sample demonstrates the overview of basic treegrid features such as sorting, filtering, conditional formatting, column template and scrolling.","uid":"00220","order":0,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"default","name":"Default Functionalities","category":"Tree Grid","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","columns"]},"description":"This example shows how the Syncfusion TypeScript TreeGrid control looks with its default configuration.","uid":"00221","order":0,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"localdata","name":"Local Data","category":"Data Binding","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns"]},"description":"This example shows the binding of an array of list objects in the Syncfusion TypeScript TreeGrid control.","uid":"00222","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"remote-data","name":"Remote Data","category":"Data Binding","api":{"TreeGrid":["dataSource","allowPaging","columns","treeColumnIndex","hasChildMapping","parentIdMapping","idMapping","height"]},"description":"This example shows the binding of remote services by using the DataManager in the Syncfusion TypeScript TreeGrid.","uid":"00223","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"selfreference","name":"Self Reference","category":"Data Binding","api":{"TreeGrid":["dataSource","allowPaging","columns","treeColumnIndex","idMapping","parentIdMapping"]},"description":"This example illustrates binding self-referential flat data with parent ID to a Syncfusion TypeScript TreeGrid control.","uid":"00224","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"columnformatting","name":"Column Formatting","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex","pageSettings"]},"description":"This demo explains how to display the content of TreeGrid columns based on the specified format in Syncfusion TypeScript TreeGrid.","uid":"00225","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"column-template","name":"Column Template","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","width","height","columns","rowHeight"]},"description":"This demo explains how to define the template in TreeGrid columns of Syncfusion TypeScript TreeGrid control.","uid":"00226","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"reorder","name":"Reorder","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowReordering","actionComplete","columns","allowPaging"]},"description":"This demo explains how to reorder the columns of treegrid by simple drag and drop of columns using Syncfusion TypeScript TreeGrid control.","uid":"00227","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"resizing","name":"Resize","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowResizing","actionComplete","columns","allowPaging"]},"description":"This demo explains how to resize the width of the treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"00228","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"columnmenu","name":"Column Menu","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns"]},"description":"This demo explains the default functionalities of the Column Menu in Syncfusion TypeScript TreeGrid control.","uid":"00229","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"cellalignment","name":"Cell Alignment","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to align the content inside the cells of treegrid columns and headers in Syncfusion TypeScript TreeGrid control.","uid":"002210","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"auto-wrap","name":"AutoWrap Column Cells","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","allowTextWrap","columns","pageSettings"]},"description":"This demo explains how to wrap the content of columns within the specified width of treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"002211","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"showhidecolumn","name":"Show or Hide Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to hide or show the columns of treegrid dynamically using Syncfusion TypeScript TreeGrid methods.","uid":"002212","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"header-template","name":"Header Template","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","height"]},"description":"This demo explains how to customize column headers to show additional HTML elements, such as icons, images, etc. in Syncfusion TypeScript TreeGrid control.","uid":"002213","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"stacked-header","name":"Stacked Header","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","pageSettings","columns"]},"description":"This demo explains how to provide a common header for the group of columns in Syncfusion TypeScript TreeGrid control.","uid":"002214","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"rowhover","name":"Row Hover","category":"Rows","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns","enableHover","height"]},"description":"This demo explains how the treegrid row color is changed while move the mouse over a row in Syncfusion TypeScript TreeGrid content.","uid":"002215","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"rowheight","name":"Row Height","category":"Rows","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","rowHeight","allowPaging","toolbarClick","columns","toolbar"]},"description":"This demo shows how to set different row height to the rows of Syncfusion TypeScript TreeGrid control.","uid":"002216","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"row-template","name":"Row Template","category":"Rows","api":{"TreeGrid":["dataSource","rowTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo for Essential JS 2 TreeGrid control shows the usage of the row template feature. We have rendered each TreeGrid row using template.","uid":"002217","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"row-reorder","name":"Drag And Drop","category":"Rows","api":{"TreeGrid":["dataSource","rowTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo for Essential JS 2 TreeGrid control demonstrates how the rows can be dragged within the treegrid using the row drag-and-drop feature.","type":"new","uid":"002218","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"detail-template","name":"Detail Template","category":"Rows","api":{"TreeGrid":["dataSource","detailTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo shows TreeGrid with detail template feature and also each row contains detailed information about a row.","uid":"002219","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"inline-editing","name":"Inline Editing","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","editSettings","toolbar","columns"]},"description":"This example shows how to add and edit row or cell inline on the Syncfusion TypeScript TreeGrid control.","uid":"002220","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"dialog-editing","name":"Dialog Editing","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how to edit a treegrid record in the Dialog mode using Syncfusion TypeScript TreeGrid control.","uid":"002221","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"lock-row","name":"Lock Row","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","allowPaging","pageSettings","rowDataBound","beginEdit","enableHover"]},"description":"This demo explains how to disable editing for specific rows dynamically in Syncfusion TypeScript TreeGrid control.","uid":"002222","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"cell-edit-type","name":"Cell Edit Type","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how to set different edit types and how to define edit params for the treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"002223","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"command-column","name":"Command Column","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","columns","height"]},"description":"This demo explains how to include CRUD action buttons as one of the columns in Syncfusion TypeScript TreeGrid control.","uid":"002224","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"edit-template","name":"Edit Template","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how create a custom editor control for the treegrid cells when a row is edited in Syncfusion TypeScript TreeGrid.","uid":"002225","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"sorting","name":"Multi Sorting","category":"Sorting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","pageSettings","columns","allowSorting","actionComplete","sortSettings"]},"description":"This demo demonstrates to sort multiple columns of treegrid by hold the CTRL key and click on the column headers of Syncfusion TypeScript TreeGrid control.","uid":"002226","order":5,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"sorting-api","name":"Sorting API","category":"Sorting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","allowSorting","columns","pageSettings"]},"description":"This demo explains how to sort columns dynamically using methods of Syncfusion TypeScript TreeGrid control.","uid":"002227","order":5,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"filtering","name":"Default Filtering","category":"Filtering","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowFiltering","filterSettings","treeColumnIndex"]},"description":"This demo explains the default functionalities of filtering and how to define the template for filter bar in Syncfusion TypeScript TreeGrid.","uid":"002228","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"filter-menu","name":"Menu Filter","category":"Filtering","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowFiltering","treeColumnIndex","filterSettings"]},"description":"This demo explains how to filter the content using menu filter type of Syncfusion TypeScript TreeGrid control.","uid":"002229","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"search","name":"Search","category":"Filtering","api":{"TreeGrid":["dataSource","allowPaging","pageSettings","columns","childMapping","treeColumnIndex","toolbar"]},"description":"This demo explains how to search the text entered in the search bar in Syncfusion TypeScript TreeGrid content.","uid":"002230","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"default-paging","name":"Default Paging","category":"Paging","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","pageSettings","treeColumnIndex"]},"description":"This demo explains how to display the records in paginated view in Syncfusion TypeScript TreeGrid control.","uid":"002231","order":7,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"paging-api","name":"Paging API","category":"Paging","api":{"Grid":["dataSource","allowPaging","columns","treeColumnIndex","childMapping"]},"description":"This demo explains how to customize a pager using the APIs that are relevant to paging of Syncfusion TypeScript TreeGrid control.","uid":"002232","order":7,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"default-scrolling","name":"Default Scrolling","description":"This demo for Essential JS 2 TreeGrid control shows the usage of the horizontal and vertical scrollbars to view TreeGrid content that exceeds the TreeGrid area.","category":"Scrolling","api":{"TreeGrid":["dataSource","height","width","columns"]},"uid":"002233","order":8,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"virtual-scrolling","name":"Virtual Scrolling","description":"This demo demonstrates how to use Essential JS 2 TreeGrid to show a large data view without performance degradation by rendering only the required rows.","category":"Scrolling","api":{"TreeGrid":["dataSource","enableVirtualization","dataBound","height","columns"]},"uid":"002234","order":8,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"selection","name":"Default Selection","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowSelection","selectionSettings","treeColumnIndex"]},"description":"This demo explains the customization of selection mode and toggle selection of Syncfusion TypeScript TreeGrid control.","uid":"002235","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"selection-api","name":"Selection API","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowSelection","selectionSettings","treeColumnIndex"]},"description":"This demo explains how to select and clear multiple rows using methods of Syncfusion TypeScript TreeGrid control.","uid":"002236","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"checkbox-selection","name":"Checkbox Selection","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how the check box selection feature can be used to select treegrid rows in Essential TypeScript TreeGrid control.","uid":"002237","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"checkbox-column","name":"Checkbox Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how the hierarchy selection between the records using column checkboxes in Essential TypeScript TreeGrid control.","uid":"002238","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"frozen-column","name":"Frozen Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","columns","treeColumnIndex","frozenColumns"]},"description":"This demo for Essential JS 2 treegrid control shows frozen columns feature of treegrid. Scroll the movable content to view the frozen columns.","type":"new","uid":"002239","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"aggregate-default","name":"Default Aggregate","category":"Aggregates","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","columns","aggregates"]},"description":"This demo explains how to display the summary values such as average, minimum, etc., for the columns in Syncfusion TypeScript TreeGrid control.","uid":"002240","order":10,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"custom-aggregate","name":"Custom Aggregate","category":"Aggregates","api":{"TreeGrid":["dataSource","width","childMapping","treeColumnIndex","height","columns","aggregates"]},"description":"This demo explains how to display the custom aggregate for the columns in Syncfusion TypeScript TreeGrid control.","uid":"002241","order":10,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"default-context-menu","name":"Default Context Menu","category":"Context Menu","description":"This demo explains the usage of context menu and the default context menu items in Syncfusion TypeScript TreeGrid control.","api":{"TreeGrid":["dataSource","allowPaging","columns","contextMenu","hasChildMapping","parentIdMapping"]},"uid":"002242","order":11,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"custom-context-menu","name":"Custom Context Menu","category":"Context Menu","description":"This demo explains the usage of custom context menu items in Syncfusion TypeScript TreeGrid control.","api":{"TreeGrid":["dataSource","allowPaging","columns","hasChildMapping","contextMenuItems","parentIdMapping"]},"uid":"002243","order":11,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"default-exporting","name":"Default Exporting","category":"Exporting","api":{"TreeGrid":["dataSource","columns","toolbar","allowExcelExport","allowPdfExport","treeColumnIndex","toolbarClick","childMapping","height"]},"description":"This demo explains how to export the treegrid content to Excel, PDF, and CSV documents using the Syncfusion TypeScript TreeGrid control.","uid":"002244","order":12,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"print","name":"Print","category":"Exporting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns","toolbar"]},"description":"This demo explains how to print the records of the treegrid using the Print feature of Syncfusion TypeScript TreeGrid control.","uid":"002245","order":12,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"conditional-formatting","name":"Conditional Formatting","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","height","queryCellInfo"]},"description":"This demo explains how to apply styles to specific cells based on certain conditions in Syncfusion TypeScript TreeGrid control.","uid":"002246","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"toolbar-template","name":"Toolbar Template","category":"Miscellaneous","api":{"TreeGrid":["dataSource","toolbar","toolbarClick","allowFiltering","childMapping","height","treeColumnIndex","filterSettings","columns"]},"description":"This demo explains how to render custom template elements in a toolbar by which any custom operation can be performed in Syncfusion TypeScript TreeGrid.","uid":"002247","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"events","name":"Events","category":"Miscellaneous","api":{"TreeGrid":["dataSource","allowPaging","childMapping","treeColumnIndex","load","created","actionBegin","actionComplete","allowReordering","allowSorting","dataBound","rowSelecting","rowSelected","columnDragStart","columnDrag","columnDrop","columns","pageSettings"]},"description":"This demo explains the basic functionalities of the events that are available in the Syncfusion TypeScript TreeGrid control.","uid":"002248","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"keyboard","name":"Keyboard Interaction","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","pageSettings"]},"description":"This demo explains the key combinations used to perform corresponding treegrid actions in Syncfusion TypeScript TreeGrid control.","uid":"002249","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"treegridlines","name":"Grid Lines","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to customize the grid lines in treegrid using Syncfusion TypeScript TreeGrid control.","uid":"002250","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"}],"order":0,"uid":"02"},{"name":"Spreadsheet","directory":"spreadsheet","category":"Grids","ftName":"spreadsheet","type":"preview","hideOnDevice":true,"samples":[{"url":"default","name":"Default Functionalities","category":"Spreadsheet","api":{"Spreadsheet":["height","width","sheets"],"sheets":["columns","rows","name"],"rangeSettings":["dataSource"]},"description":"This example demonstrates the default functionalities of the Syncfusion JS 2 Spreadsheet that includes editing, importing & exporting.","sourceFiles":[{"displayName":"default.ts","path":"src/spreadsheet/default.ts"},{"displayName":"default.html","path":"src/spreadsheet/default.html"},{"displayName":"default-data.json","path":"src/spreadsheet/default-data.json"}],"uid":"00330","order":0,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},{"url":"formula","name":"Formula","category":"Spreadsheet","api":{"Spreadsheet":["height","width","sheets"],"sheets":["columns","rows","selectedRange","name"],"cells":["value","index"],"rangeSettings":["dataSource","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of using basic formulas with minimum configuration.","sourceFiles":[{"displayName":"formula.ts","path":"src/spreadsheet/formula.ts"},{"displayName":"formula.html","path":"src/spreadsheet/formula.html"},{"displayName":"formula-data.json","path":"src/spreadsheet/formula-data.json"}],"uid":"00331","order":0,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},{"url":"cell-data-binding","name":"Cell Data Binding","category":"Data Binding","api":{"sheets":["rows","columns","selectedRange","name"],"rows":["cells","index"],"cells":["value","style"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the cell data binding with minimum configuration.","uid":"00332","order":1,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},{"url":"remote-data-binding","name":"Remote Data Binding","category":"Data Binding","api":{"Spreadsheet":["sheets"],"sheets":["columns","rows","name"],"rangeSettings":["dataSource","query","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of data binding with remote service using DataManager.","uid":"00333","order":1,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},{"url":"cell-formatting","name":"Cell Formatting","category":"Formatting","api":{"sheets":["columns","rows","name"],"rows":["cells","index"],"cells":["value","style"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of cell formatting with minimum configuration.","sourceFiles":[{"displayName":"cell-formatting.ts","path":"src/spreadsheet/cell-formatting.ts"},{"displayName":"cell-formatting.html","path":"src/spreadsheet/cell-formatting.html"},{"displayName":"cell-formatting-data.json","path":"src/spreadsheet/cell-formatting-data.json"}],"uid":"00334","order":2,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},{"url":"number-formatting","name":"Number Formatting","category":"Formatting","api":{"sheets":["columns","rows","name","selectedRange"],"rows":["cells"],"cells":["value","formatCode"],"rangeSettings":["dataSource","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of number formatting with minimum configuration.","sourceFiles":[{"displayName":"number-formatting.ts","path":"src/spreadsheet/number-formatting.ts"},{"displayName":"number-formatting.html","path":"src/spreadsheet/number-formatting.html"},{"displayName":"number-formatting-data.json","path":"src/spreadsheet/number-formatting-data.json"}],"uid":"00335","order":2,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true}],"order":0,"uid":"03"},{"name":"Chart","directory":"chart","category":"Data Visualization","ftName":"chart","type":"update","samples":[{"url":"line","name":"Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00440","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"spline","name":"Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the spline series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00441","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"step-line","name":"Step Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the step line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00442","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"dashed-line","name":"Dashed Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the dashed line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00443","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"spline-inversed","name":"Inversed Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the inversed spline series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00444","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"line-segments","name":"Line Zone","description":"This demo for Essential JS2 Chart control shows how to render and configure the points in a particular range using MultiColoredLine series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00445","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"line-multi-color","name":"Multi Colored Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the multi colored line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00446","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-line","name":"Stacked Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacked line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00447","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-line-100","name":"100% Stacked Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100% stacked line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00448","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"area","name":"Area","description":"This demo sample for Essential JS2 Chart control shows how to render and configure the area series chart.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"00449","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"spline-area","name":"Spline Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the spline area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004410","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"step-area","name":"Step Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the step area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004411","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"range-area","name":"Range Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the range area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004412","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-area","name":"Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004413","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-area-100","name":"100% Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004414","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"area-empty","name":"Area - Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the area series chart with empty points.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004415","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"area-segments","name":"Area Zone","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render the points in a particular range using MultiColoredArea series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004416","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"column","name":"Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004417","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"rounded-column","name":"Rounded Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the rounded column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004418","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"column-placement","name":"Back to Back Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the column charts.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004419","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"range-column","name":"Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the range column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004420","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"range-bar","name":"Inversed Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the inversed range column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004421","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"bar","name":"Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004422","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-column","name":"Stacked Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004423","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-column-100","name":"100% Stacked Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004424","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-bar","name":"Stacked Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004425","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-bar-100","name":"100% Stacked Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004426","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"tornado","name":"Negative Stack","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bar charts.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004427","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"scatter-plot","name":"Scatter Plot","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the scatter series.","category":"Scatter and Bubble","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004428","order":3,"component":"Chart","dir":"chart","parentId":"04"},{"url":"bubble","name":"Bubble","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bubble series.","category":"Scatter and Bubble","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","pointRender"]},"uid":"004429","order":3,"component":"Chart","dir":"chart","parentId":"04"},{"url":"waterfall","name":"Waterfall","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the waterfall series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004430","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"histogram","name":"Histogram","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the histogram series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004431","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"box-and-whisker","name":"Box and Whisker","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the box and whisker series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings","pointRender"]},"uid":"004432","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"error-bar","name":"Error Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the error bars in charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings","pointRender"]},"uid":"004433","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"trend-lines","name":"Trendlines","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the trend lines in charts.","category":"Other Types","uid":"004434","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"hilo","name":"Hilo","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the hilo series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004435","order":5,"component":"Chart","dir":"chart","parentId":"04"},{"url":"hilo-open-close","name":"Hilo Open Close","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the hilo open close series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004436","order":5,"component":"Chart","dir":"chart","parentId":"04"},{"url":"candle-stick","name":"Candle Stick","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the candle series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004437","order":5,"component":"Chart","dir":"chart","parentId":"04"},{"url":"accumulation-distribution-indicator","name":"Accumulation Distribution","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the accumulation distribution indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004438","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"average-true-range-indicator","name":"ATR","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the average true range indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004439","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"bollinger","name":"Bollinger","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bollinger band type indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004440","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"exponential-moving-average-indicator","name":"EMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the exponential moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004441","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"moving-average-convergence-divergence-indicator","name":"MACD","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the moving average convergence divergence indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004442","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"momentum","name":"Momentum","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the momentum indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004443","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"relative-strength-index-indicator","name":"RSI","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the relative strength index indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004444","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"simple-moving-average-indicator","name":"SMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the simple moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004445","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stochastic","name":"Stochastic","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stochastic indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004446","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"triangular-moving-average-indicator","name":"TMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the triangular moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004447","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"multi-series-chart","name":"Multi-Series Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to combine different types of charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004448","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"pareto","name":"Pareto Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure pareto charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004449","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"chart-performance","name":"Chart Performance","description":"This demo for Essential JavaScript2 Chart control shows the performance when plotting large volumes of data and handling high frequency real-time data.","category":"Benchmark","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004450","order":7,"component":"Chart","dir":"chart","parentId":"04"},{"url":"default-pie","name":"Pie","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the pie charts.","category":"Accumulation Charts","type":"update","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004451","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"pie-radius","name":"Pie with Various Radius","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the various radius pie chart.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004452","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"donut","name":"Donut","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the doughnut charts.","category":"Accumulation Charts","type":"update","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004453","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"pyramid","name":"Pyramid","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the pyramid charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004454","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"funnel","name":"Funnel","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the funnel charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004455","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"default-doughnut","name":"Pie with Legend","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the legends in pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004456","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"semi-pie","name":"Semi Pie","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render semi-pie and doughnut charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004457","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"smart-labels","name":"Smart Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to arrange the labels smartly without overlapping with each other.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004458","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"drill-down-pie","name":"Drilldown","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to achieve the drill-down concept using pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004459","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"grouping","name":"Grouping","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to group points in pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004460","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"pie-empty-point","name":"Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the empty points.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004461","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-line","name":"Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render line in polar and radar charts.","category":"Polar Radar","uid":"004462","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-spline","name":"Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render spline in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004463","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-area","name":"Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render area in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004464","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-stacking-area","name":"Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render stacking area in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004465","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-scatter","name":"Scatter","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render scatter in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004466","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-column","name":"Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render column in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004467","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-stacking-column","name":"Wind Rose","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render wind rose using stacking column in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004468","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-range-column","name":"Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render range column in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004469","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"local-data","name":"Local Data","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to bind JSON data to chart.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","crosshair"]},"uid":"004470","order":10,"component":"Chart","dir":"chart","parentId":"04"},{"url":"remote-data","name":"Remote Data","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to consume data from remote data service.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004471","order":10,"component":"Chart","dir":"chart","parentId":"04"},{"url":"lazy-loading","name":"Lazy Loading","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the Lazy Loading behavior in chart.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","scrollbarSettings"]},"uid":"004472","order":10,"component":"Chart","dir":"chart","parentId":"04"},{"url":"numeric","name":"Numeric Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to plot numeric data with the help of numeric axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004473","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"date-time","name":"Datetime Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the date-time axis in charts.","category":"Chart Axes","uid":"004474","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"date-time-category","name":"DateTime Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the date-time category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004475","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"category","name":"Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004476","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"indexed-axis","name":"Indexed Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the indexed category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004477","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"logarithmic-scale","name":"Logarithmic Scale","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the logarithmic axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004478","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"multiple-axis","name":"Multiple Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the mulitple axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004479","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"inversed","name":"Inversed Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to invert the axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004480","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"strip-line","name":"Strip Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the strip lines in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","stripline"]},"uid":"004481","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"strip-line-recurrence","name":"Stripline Recurrence","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the strip line recurrence in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","stripline"]},"uid":"004482","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"smart-axis-labels","name":"Smart Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to arrange the labels smartly without overlapping with each other.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004483","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"multi-level-label","name":"Multi Level Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to group the axis labels .","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004484","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"axes-crossing","name":"Axes Crossing","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the behaviour of the axis crossing in chart.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis"]},"uid":"004485","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"sorting","name":"Sorting","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to sort the series data in chart.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004486","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"marker-chart","name":"Marker Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the marker symbols for data points.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004487","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"pie-annotation","name":"Annotation","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to add more information to the chart using annotation.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","annotations"]},"uid":"004488","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"data-label-template","name":"DataLabel Template","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the data label template.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","textRender"]},"uid":"004489","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"vertical","name":"Vertical Charts","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the vertical type charts.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","isTransposed","loaded","tooltip"]},"uid":"004490","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"empty-point","name":"Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the empty points.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","isTransposed","loaded","tooltip"]},"uid":"004491","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"print","name":"Print","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to print the entire chart.","category":"Print and Export","api":{"Chart":["primaryXAxis","primaryYAxis","series","print","chartMouseClick","pointRender"]},"uid":"004492","order":13,"component":"Chart","dir":"chart","parentId":"04"},{"url":"export","name":"Export","description":"This demo for Essential JS2 Chart control shows how to export the charts to Excel, PDF, and image formats such as SVG, JPEG, and PNG at client-side.","category":"Print and Export","api":{"Chart":["primaryXAxis","primaryYAxis","series","export","chartMouseClick","pointRender"]},"uid":"004493","order":13,"component":"Chart","dir":"chart","parentId":"04"},{"url":"selection","name":"Selection","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the selection behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","selectionMode"]},"uid":"004494","order":14,"component":"Chart","dir":"chart","parentId":"04"},{"url":"range-selection","name":"Range Selection","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the range selection in chart .","category":"User Interaction","type":"update","api":{"Chart":["primaryXAxis","primaryYAxis","series","selectionMode"]},"uid":"004495","order":14,"component":"Chart","dir":"chart","parentId":"04"},{"url":"cross-hair","name":"Crosshair","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the crosshair behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","crosshair"]},"uid":"004496","order":14,"component":"Chart","dir":"chart","parentId":"04"},{"url":"trackball","name":"Trackball","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the trackball behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004497","order":14,"component":"Chart","dir":"chart","parentId":"04"},{"url":"zooming","name":"Zooming and Panning","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the zooming and panning behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","zoomSettings"]},"uid":"004498","order":14,"component":"Chart","dir":"chart","parentId":"04"},{"url":"data-editing","name":"Data Editing","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the data editing behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004499","order":14,"component":"Chart","dir":"chart","parentId":"04"}],"order":1,"uid":"04"},{"name":"Stock Chart","directory":"stock-chart","category":"Data Visualization","ftName":"stock-chart","samples":[{"url":"default","name":"Default","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00550","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"ohlc","name":"OHLC","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Hilo Open Close series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00551","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"multi-pane","name":"Candlestick and volume","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00552","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"multiple-series","name":"Multiple Series","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00553","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"spline","name":"Spline","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00554","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"area","name":"Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00555","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"spline-area","name":"Spline Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00556","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"inversed-area","name":"Inversed Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Area series inverted.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00557","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"plot-line","name":"Plot lines","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00558","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"strip-line","name":"Plot band","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with strip line.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00559","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"period-customization","name":"Intraday","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005510","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"disabled-navigator","name":"Hide Range Selector","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005511","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"disabled-period","name":"Hide Period Selector","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005512","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"stock-events","name":"Stock Events","description":"This demo for Essential JS2 Stock Chart control with stock events to highlight the special events in stock market.","category":"Stock Chart","api":{"StockChart":["stockEvents"]},"uid":"005513","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"}],"order":1,"uid":"05"},{"name":"Circular Gauge","directory":"circular-gauge","category":"Data Visualization","ftName":"circulargauge","type":"update","samples":[{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Circular Gauge control illustrates the default rendering of circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00660","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"range","name":"Range","description":"This demo for Essential JS2 Circular Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00661","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"labels","name":"Tick and Labels","description":"This demo for Essential JS2 Circular Gauge control shows various properties available to customize the ticks and labels of an axis.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00662","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"annotation","name":"Annotation","description":"This demo for Essential JS2 Circular Gauge control illustrates a clock by using annotation feature in the gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00663","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"customization","name":"Gauge Customization","description":"This demo for Essential JS2 Circular Gauge control shows the properties required to customize the pointers.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00664","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"semi-circular-gauge","name":"Semi-circular Gauge","category":"Circular Gauge","type":"update","uid":"00665","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"arc-gauge","name":"Arc Gauge","category":"Circular Gauge","uid":"00666","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"legend","name":"Legend","description":"This demo for Essential JS2 Circular Gauge control illustrates the rendering of legend in circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["legendSettings"]},"type":"new","uid":"00667","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"compass","name":"Direction Compass","description":"This demo for Essential JS2 Circular Gauge control illustrates how to make a direction compass by using the circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes","axisLabelRender"]},"uid":"00668","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"pointer-image","name":"Pointer Image","description":"This demo for Essential JS2 Circular Gauge control visualizes the short-put distance covered by the athletes by using the image pointer.","category":"Pointer","api":{"CircularGauge":["axes","centerY"]},"uid":"00669","order":1,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"pointer","name":"Pointer Customization","description":"This demo for Essential JS2 Circular Gauge control visualizes the different types of pointers available in the circular gauge.","category":"Pointer","api":{"CircularGauge":["axes","centerY"]},"uid":"006610","order":1,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"multiple-axis","name":"Multiple Axis","description":"This demo for Essential JS2 Circular Gauge control visualizes the circular gauge with multiple axes.","category":"Axes","api":{"CircularGauge":["axes"]},"uid":"006611","order":2,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"user-interaction","name":"Pointer Drag","description":"This demo for Essential JS2 Circular Gauge control visualizes the pointer drag support and its options.","category":"User Interaction","api":{"CircularGauge":["axes","enablePointerDrag","dragEnd","dragMove"]},"uid":"006612","order":3,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Circular Gauge control visualizes the tooltip template for circular gauge pointer.","category":"User Interaction","api":{"CircularGauge":["axes","tooltip","tooltipRender"]},"type":"update","uid":"006613","order":3,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"data-sample","name":"Data Sample","description":"This demo for Essential JS2 Circular Gauge control demonstrates live data, along with the data grid control.","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006614","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"apple-watch-rings","name":"Apple Watch Rings","description":"This demo for Essential JS2 Circular Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006615","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"speedometer","name":"Speedometer","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006616","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"}],"order":1,"uid":"06"},{"name":"Linear Gauge","directory":"linear-gauge","category":"Data Visualization","ftName":"lineargauge","samples":[{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Linear Gauge control illustrates the default rendering of linear gauge that measures the values of scales.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00770","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"container","name":"Container","description":"This demo for Essential JS2 Linear Gauge control demonstrates the various types of containers available in linear gauge.","category":"Linear Gauge","api":{"LinearGauge":["axes","container"]},"uid":"00771","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"ranges","name":"Ranges","description":"This demo for Essential JS2 Linear Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Linear Gauge","api":{"LinearGauge":["axes"]},"uid":"00772","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"data","name":"Data Sample","description":"This demo for Essential JS2 Linear Gauge control illustrates exercise tracking of an athlete by using ranges, pointers, and annotation features.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00773","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"axes","name":"Axes and Pointers","description":"This demo for Essential JS2 Linear Gauge control shows various properties available to customize the axes and pointers.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00774","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"annotation","name":"Annotation","description":"This demo for Essential JS2 Linear Gauge control illustrates the CPU Utilization of a resource by using annotation feature.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes","rangePalettes"]},"uid":"00775","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Linear Gauge control visualizes the tooltip functionality for bar pointer.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes","tooltip","tooltipRender","axisLabelRender"]},"uid":"00776","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"style","name":"Styles","description":"This demo for Essential JS2 Linear Gauge control visualizes the available options for customization.","category":"Linear Gauge","api":{"LinearGauge":["orientation","container","axes"]},"uid":"00777","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"}],"order":1,"uid":"07"},{"name":"Diagram","directory":"diagram","category":"Data Visualization","ftName":"diagram","type":"update","samples":[{"url":"default-functionalities","name":"Default Functionalities","description":"This sample visualizes the processing of an order placed using credit card with built-in flow shapes.","category":"Getting Started","uid":"00880","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"shape-gallery","name":"Shapes","description":"This sample illustrates list of built-in shapes available in our JavaScript Diagram Library which includes basic shapes, flow shapes, and BPMN shapes.","category":"Getting Started","uid":"00881","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"getting-started-node","name":"Nodes","description":"This sample visualizes the different stages of a software development life cycle using a circular flow diagram.","category":"Getting Started","uid":"00882","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"connector","name":"Connectors","description":"This sample visualizes the data flow in a marketing process using predefined diagram shapes and connectors.","category":"Getting Started","uid":"00883","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"getting-started-annotation","name":"Annotations","description":"This sample illustrates the competitive environment of a business through five forces chart and its described using nodes and annotations.","category":"Getting Started","uid":"00884","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"port","name":"Ports","description":"This sample visualizes process flow of publishing a book using connection points which are static points over shapes that allow creating connections onto it.","category":"Getting Started","uid":"00885","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"swimlane","name":"Swimlane","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"00886","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"custom-shapes","name":"Complex Shapes","description":"This sample demonstrates how to host a HTML elements inside a node. In this example, a Gauge control is hosted inside a HTML Node.","category":"Getting Started","uid":"00887","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"diagram-events","name":"Events","description":"This sample visualizes what are the client side events are available in our JavaScript Diagram Library.","category":"Getting Started","uid":"00888","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"tooltip-Sample","name":"Tooltip","description":"This sample demonstrates how to add the extra information to the nodes and connectors and how to show the information through diagram's tooltip feature.","category":"Getting Started","uid":"00889","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"history-manager","name":"History Manager","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"008810","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"flow-execution","name":"Flow Execution","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"008811","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"line-routing","name":"Line Routing","type":"new","description":"This sample visualizes the connectors that are automatically re-routing or moving away if any shape found on the connectors path.","category":"Getting Started","uid":"008812","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"bpmn-editor","name":"BPMN Editor","description":"This sample visualizes the hotel booking reservation system and its built with ready made BPMN shapes.","category":"Use Case Diagram","uid":"008813","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"logic-circuit","name":"Logic Circuit Diagram","description":"This sample visualizes implementation of three input Boolean functions using universal logic gates and shape for logic gates designed with diagram's path node.","category":"Use Case Diagram","uid":"008814","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"uml-activity","name":"UML Activity Diagram","description":"This sample visually represents the hotel booking reservation system. It is built with readymade BPMN shapes.","category":"Use Case Diagram","uid":"008815","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"network-diagram","name":"Network Diagram","description":"This sample visualizes graphical layout of a network diagram using diagram's Native(SVG) nodes feature.","category":"Use Case Diagram","uid":"008816","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"uml-class-diagram","name":"UML Class Diagram","description":"This sample represents the hospital management system using diagram's built-in UML class diagram shapes.","category":"Use Case Diagram","uid":"008817","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"hierarchical-model","name":"Hierarchical Tree","description":"This sample illustrates a generating hierarchical tree from right to left orientation with external data source.","category":"Automatic Layouts","uid":"008818","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"organization-model","name":"Organizational Chart","description":"This sample illustrates a simple business management structure that is built from an external data source.","category":"Automatic Layouts","uid":"008819","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"radial-tree","name":"Radial Tree","description":"This sample demonstrates a huge organizational structure using a compact layout model. Radial tree layout algorithm is used to build such a layout.","category":"Automatic Layouts","uid":"008820","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"mind-map","name":"Mind Map","description":"This sample demonstrates the concept of creativity using mind map layout algorithm. User handles are used to extend the mind map interactively.","category":"Automatic Layouts","uid":"008821","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"symmetric-layout","name":"Symmetric Layout","description":"This sample visualizes a simple network template using symmetrical layout algorithm. It uses attractive and repulsive forces.","category":"Automatic Layouts","uid":"008822","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"complex-hierarchical-tree","name":"Complex Hierarchical Tree","description":"This sample demonstrates a complex hierarchical template that is built from an external data source using complex hierarchical tree algorithm.","category":"Automatic Layouts","uid":"008823","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"right-to-left-tree","name":"RTL Tree","description":"This sample visualizes the concept of Artificical Intelligence using hierarchical tree layout algorithm","category":"Automatic Layouts","uid":"008824","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"pert-chart","name":"PERT chart","description":"This sample visualizes a project development process using Program Evaluation Review Technique (PERT).","category":"Automatic Layouts","uid":"008825","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"drawing-tool","name":"Drawing Tools","description":"This sample visualizes how to build a diagram interactively using drawing tools. Continuous draw option, snapping are enabled to easily draw diagrams.","category":"User Interaction","uid":"008826","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"key-board-functions","name":"Keyboard Interaction","description":"This sample illustrates interaction with diagram control using shortcut keys. Command Manager support is used to manage keyboard interactions.","category":"User Interaction","uid":"008827","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"quick-commands","name":"User Handles","description":"This sample visualizes a simple flow diagram along with options to execute the frequently used commands using user handles.","category":"User Interaction","uid":"008828","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"symbol-palette","name":"Symbol Palette","description":"This example illustrates predefining shapes in a palette that can be easily dragged and dropped into the drawing area.","category":"User Interaction","uid":"008829","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"overview","name":"Overview Panel","description":"This sample visualizes an organizational structure along with an overview for easily navigating the large organizational structure using Overview Panel.","category":"User Interaction","uid":"008830","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"serialization","name":"Save and Load","description":"This sample visualizes building diagrams interactively and editing the saved diagrams. Symbol Palette is used to easily build diagrams.","category":"Print and Export","uid":"008831","order":4,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"print-export","name":"Print and Export","description":"This example shows how to print the diagram and how to export the diagram as image (*.jpg, *.png, and *bmp) and SVG format.","category":"Print and Export","uid":"008832","order":4,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"local-data","name":"Local Data","description":"This sample visualizes the classifications of species using hierarchical tree layout algorithm. Data Manager support is used to bind data with the diagram.","category":"Data Binding","uid":"008833","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"remote-data","name":"Remote Data","description":"This sample demonstrates how to bind an remote data with the diagram using the Data Manager support.","category":"Data Binding","uid":"008834","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"crud","name":"CRUD","description":"This sample demonstrates generating a diagram by reading data from the database, and updating it with new inserted/updated/deleted objects through web services.","category":"Data Binding","uid":"008835","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"venn-diagram","name":"Venn Diagram","description":"This sample visually represents the hotel booking reservation system. It is built with readymade BPMN shapes.","category":"Static Diagram","uid":"008836","order":6,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"fishbone-diagram","name":"Fishbone Diagram","description":"This sample visually represents a simple fishbone diagram (Ishikawa). Diagram nodes and annotations are used to define fishbone diagrams.","category":"Static Diagram","uid":"008837","order":6,"component":"Diagram","dir":"diagram","parentId":"08"}],"order":1,"uid":"08"},{"name":"Heatmap Chart","directory":"heatmap","ftName":"heatmap-chart","category":"Data Visualization","samples":[{"url":"default","name":"Default Functionalities","category":"Heatmap Chart","description":"This demo for Essential JS2 Heatmap control shows the heat map control displayed with minimum configuration.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource"]},"uid":"00990","order":0,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"calendar-heatmap","name":"Calendar Heatmap","category":"Heatmap Chart","description":"This demo for Essential JS2 Heatmap control for displays the time series data and displays the axis labels at specific time interval.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00991","order":0,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"bubble-types","name":"Bubble Types","category":"Bubble Heatmap","description":"This demo for Essential JS2 Heatmap control shows Size, Color and SizeAndColor bubble heat map type.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00992","order":1,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"color-and-size-attributes","name":"Color and Size Attributes","category":"Bubble Heatmap","description":"This demo for Essential JS2 Heatmap control shows how to bind the multiple data to bubble type heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00993","order":1,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"array-row","name":"Row","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the data to heat map with series of array for each columns.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","paletteSettings","legendSettings"]},"uid":"00994","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"array-cell","name":"Cell","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the array data with values for each cell to heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00995","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"row-json-binding","name":"JSON Row","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the JSON object with data for each columns to heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","paletteSettings","cellSettings"]},"uid":"00996","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"cell-json-binding","name":"JSON Cell","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the JSON object with data for each cell to heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings"]},"uid":"00997","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"empty-points","name":"Empty Points","category":"Features","description":"This demo for Essential JS2 Heatmap control shows the usage of empty points or null points in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00998","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"inversed","name":"Inversed Axis","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to inverse the both x-axis and y-axis in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00999","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"opposed","name":"Opposed Axis","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to place the axis opposite to the default position in heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","legendSettings"]},"uid":"009910","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"multi-level-labels","name":"Multi Level Labels","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to group the axis labels with multiple levels.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","legendSettings"]},"uid":"009911","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"cell-selection","name":"Selection","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to select and deselect the heat map cell using mouse and touch action.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","allowSelection"]},"uid":"009912","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"legend","name":"Legend Placement","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to place the heatmap legend in different positions.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009913","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"large-data","name":"Large Data","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to bind the large data in heat map using canvas rendering mode.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","renderingMode","cellSettings","paletteSettings","legendSettings"]},"uid":"009914","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"palette","name":"Palette Mode","category":"Features","description":"This demo for Essential JS2 Heatmap control demonstrates applying gradient colors or solid colors for the heatmap cells.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009915","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"render-mode","name":"Rendering mode","category":"Features","description":"This demo for Essential JS2 Heatmap shows switching the rendering mode of the heatmap cells between SVG and canvas rendering logics.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","renderingMode","cellSettings","paletteSettings","legendSettings"]},"uid":"009916","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"tooltip-template","name":"Tooltip Template","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to customize the tool tip text using template support in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009917","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"}],"order":1,"uid":"09"},{"name":"Maps","directory":"maps","category":"Data Visualization","ftName":"maps","type":"update","samples":[{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Maps control visualizes the continents in the world by rendering those in a map layer.","category":"Maps","api":{"Maps":["titleSettings","zoomSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"default.html","path":"src/maps/default.html"},{"displayName":"default.ts","path":"src/maps/default.ts"},{"displayName":"default-datasource.json","path":"src/maps/map-data/default-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010100","order":0,"component":"Maps","dir":"maps","parentId":"010"},{"url":"projection","name":"Projection","description":"This demo for Essential JS2 Maps control shows the details of permanent and non-permanent countries in the UN Security Council, in 2017.","category":"Features","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"projection.html","path":"src/maps/projection.html"},{"displayName":"projection.ts","path":"src/maps/projection.ts"},{"displayName":"projection-datasource.json","path":"src/maps/map-data/projection-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010101","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"multilayer","name":"Multi-layers","description":"This demo for Essential JS2 Maps control depicts the layer along with sublayers for California and Texas.","category":"Features","api":{"Maps":["titleSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"multilayer.html","path":"src/maps/multilayer.html"},{"displayName":"multilayer.ts","path":"src/maps/multilayer.ts"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"},{"displayName":"texas.json","path":"src/maps/map-data/texas.json"},{"displayName":"california.json","path":"src/maps/map-data/california.json"}],"uid":"0010102","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"marker","name":"Marker","description":"This demo for Essential JS2 Maps control shows the top 25 populated cities in the world by displaying the markers in their locations.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker.html","path":"src/maps/marker.html"},{"displayName":"marker.ts","path":"src/maps/marker.ts"},{"displayName":"marker-location.json","path":"src/maps/map-data/top-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010103","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"marker-template","name":"Marker template","description":"This demo for Essential JS2 Maps control indicates the temperature of various cities of Australia in marker templates.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker-template.html","path":"src/maps/marker-template.html"},{"displayName":"marker-template.ts","path":"src/maps/marker-template.ts"},{"displayName":"australia.json","path":"src/maps/map-data/australia.json"}],"uid":"0010104","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"marker-cluster","name":"Marker clustering","description":"This demo for Essential JS2 Maps control indicates the create the marker cluster in more than one marker intersect","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker-cluster.html","path":"src/maps/marker-cluster.html"},{"displayName":"marker-cluster.ts","path":"src/maps/marker-cluster.ts"},{"displayName":"marker-cluster.json","path":"src/maps/map-data/marker-cluster.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010105","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"data-label","name":"Labels","description":"This demo for Essential JS2 Maps control shows the names of all the states in USA in data label. Intersect action and smart labels mode can be changed.","category":"Features","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"data-label.html","path":"src/maps/data-label.html"},{"displayName":"data-label.ts","path":"src/maps/data-label.ts"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"0010106","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"bubble","name":"Bubble","description":"This demo for Essential JS2 Maps control illustrates the top 30 countries which has highest Internet users in bubbles of the year 2016.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"bubble.html","path":"src/maps/bubble.html"},{"displayName":"bubble.ts","path":"src/maps/bubble.ts"},{"displayName":"population-data.ts","path":"src/maps/map-data/population-data.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010107","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"navigation-line","name":"Navigation Lines","description":"This demo for Essential JS2 Maps control illustrates the sea routes between various cities for shipping.","category":"Features","api":{"Maps":["titleSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"navigation-line.html","path":"src/maps/navigation-line.html"},{"displayName":"navigation-line.ts","path":"src/maps/navigation-line.ts"},{"displayName":"map-location.json","path":"src/maps/map-data/map-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010108","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"legend","name":"Legend","description":"This demo for Essential JS2 Maps control visualizes grouping of countries in the legend based on its population density.","category":"Features","type":"update","api":{"Maps":["zoomSettings","titleSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"legend.html","path":"src/maps/legend.html"},{"displayName":"legend.ts","path":"src/maps/legend.ts"},{"displayName":"legend-datasource.json","path":"src/maps/map-data/legend-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010109","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"color-mapping","name":"Color Mapping","description":"This sample shows the average amount of rainfall and snowfall in spring season of all the states in US. Color mapping is applied to the shapes.","category":"Features","api":{},"sourceFiles":[{"displayName":"color-mapping.html","path":"src/maps/color-mapping.html"},{"displayName":"color-mapping.ts","path":"src/maps/color-mapping.ts"},{"displayName":"color-mapping.json","path":"src/maps/map-data/color-mapping.json"}],"uid":"00101010","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"annotation","name":"Annotations","description":"This demo for Essential JS2 Maps control depicts the facts about Africa continent and a direction compass in an annotation.","category":"Features","api":{"Maps":["zoomSettings","annotations","layers"]},"sourceFiles":[{"displayName":"annotation.html","path":"src/maps/annotation.html"},{"displayName":"annotation.ts","path":"src/maps/annotation.ts"},{"displayName":"africa-continent.json","path":"src/maps/map-data/africa-continent.json"}],"uid":"00101011","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"osm","name":"OpenStreetMap","category":"Map Providers","sourceFiles":[{"displayName":"osm.html","path":"src/maps/osm.html"},{"displayName":"osm.ts","path":"src/maps/osm.ts"}],"uid":"00101012","order":2,"component":"Maps","dir":"maps","parentId":"010"},{"url":"osm-with-navigation-lines","name":"OSM with Navigation Lines","category":"Map Providers","sourceFiles":[{"displayName":"osm-navigationlines.html","path":"src/maps/osm-with-navigation-lines.html"},{"displayName":"osm-navigationlines.ts","path":"src/maps/osm-with-navigation-lines.ts"}],"uid":"00101013","order":2,"component":"Maps","dir":"maps","parentId":"010"},{"url":"osm-with-sublayers","name":"OSM with Sublayer","category":"Map Providers","sourceFiles":[{"displayName":"osm-sublayers.html","path":"src/maps/osm-with-sublayers.html"},{"displayName":"osm-sublayers.ts","path":"src/maps/osm-with-sublayers.ts"},{"displayName":"africa.json","path":"src/maps/map-data/africa.json"}],"uid":"00101014","order":2,"component":"Maps","dir":"maps","parentId":"010"},{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Maps control depicts the countries that were appeared in the finals of Cricket World Cup and their counts.","category":"User Interaction","api":{"Maps":["titleSettings","zoomSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"tooltip-datasource.html","path":"src/maps/tooltip.html"},{"displayName":"tooltip-datasource.ts","path":"src/maps/tooltip.ts"},{"displayName":"tooltip-datasource.json","path":"src/maps/map-data/tooltip-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101015","order":3,"component":"Maps","dir":"maps","parentId":"010"},{"url":"selection","name":"Selection & Highlight","description":"This demo for Essential JS2 Maps control visualizes USA president election results in the year 2016. Default and interactive are the two types of legend.","category":"User Interaction","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"selection.html","path":"src/maps/selection.html"},{"displayName":"selection.ts","path":"src/maps/selection.ts"},{"displayName":"selection-datasource.json","path":"src/maps/map-data/selection-datasource.json"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"00101016","order":3,"component":"Maps","dir":"maps","parentId":"010"},{"url":"zooming","name":"Zooming & Panning","description":"This demo for Essential JS2 Maps control depicts the properties required to zoom and pan the rendered map.","category":"User Interaction","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"zooming.html","path":"src/maps/zooming.html"},{"displayName":"zooming.ts","path":"src/maps/zooming.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"zooming-datasource.json","path":"src/maps/map-data/zooming-datasource.json"}],"uid":"00101017","order":3,"component":"Maps","dir":"maps","parentId":"010"},{"url":"drilldown","name":"Drill Down","description":"This demo for Essential JS2 Maps control demonstrates drill down with all the continents in the initial view and countries on drill.","category":"User Interaction","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"drilldown.html","path":"src/maps/drilldown.html"},{"displayName":"drilldown.ts","path":"src/maps/drilldown.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"africa.json","path":"src/maps/map-data/africa.json"},{"displayName":"europe.json","path":"src/maps/map-data/europe.json"},{"displayName":"asia.json","path":"src/maps/map-data/asia.json"},{"displayName":"north-america.json","path":"src/maps/map-data/north-america.json"},{"displayName":"south-america.json","path":"src/maps/map-data/south-america.json"},{"displayName":"oceania.json","path":"src/maps/map-data/oceania.json"}],"uid":"00101018","order":3,"component":"Maps","dir":"maps","parentId":"010"},{"url":"print","name":"Print","description":"This demo for Essential JS2 Maps control illustrates the printing functionality in the maps control.","category":"Print and Export","api":{"Maps":["titleSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"print.html","path":"src/maps/print.html"},{"displayName":"print.ts","path":"src/maps/print.ts"},{"displayName":"print-datasource.json","path":"src/maps/map-data/print-datasource.json"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"00101019","order":4,"component":"Maps","dir":"maps","parentId":"010"},{"url":"export","name":"Export","description":"This demo for Essential JS2 Maps control illustrates the exporting functionality in the maps control.","category":"Print and Export","api":{"Maps":["titleSettings","layers"]},"sourceFiles":[{"displayName":"export.html","path":"src/maps/export.html"},{"displayName":"export.ts","path":"src/maps/export.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101020","order":4,"component":"Maps","dir":"maps","parentId":"010"},{"url":"heat-map","name":"Heat Map","description":"This demo for Essential JS2 Maps control visualizes the state wise population of India in the year 2011. Color for states will be applied based on its value.","category":"Use Cases","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"heat-map.html","path":"src/maps/heat-map.html"},{"displayName":"heat-map.ts","path":"src/maps/heat-map.ts"},{"displayName":"heatmap-datasource.json","path":"src/maps/map-data/heatmap-datasource.json"},{"displayName":"india.json","path":"src/maps/map-data/india.json"}],"uid":"00101021","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"curved-lines","name":"Flight routes","description":"This demo for Essential JS2 Maps control demonstrates the flight routes from India to China using navigation lines feature.","category":"Use Cases","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"curved-lines.html","path":"src/maps/curved-lines.html"},{"displayName":"curved-lines.ts","path":"src/maps/curved-lines.ts"},{"displayName":"marker-location.json","path":"src/maps/map-data/marker-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101022","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"earthquake","name":"Earthquake indication","description":"This demo for Essential JS2 Maps control demonstrates the earth quack occurred in Sumatra, Indonesia in the year 2009.","category":"Use Cases","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"earthquake.html","path":"src/maps/earthquake.html"},{"displayName":"earthquake.ts","path":"src/maps/earthquake.ts"},{"displayName":"asia.json","path":"src/maps/map-data/asia.json"}],"uid":"00101023","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"highlighted-region","name":"Highlighted region","description":"This demo for Essential JS2 Maps control depicts the ATM populated areas in Oklahoma by highlighting the regions.","category":"Use Cases","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"highlighted-region.html","path":"src/maps/highlighted-region.html"},{"displayName":"highlighted-region.ts","path":"src/maps/highlighted-region.ts"},{"displayName":"oklahoma.json","path":"src/maps/map-data/oklahoma.json"}],"uid":"00101024","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"cyber-attack-map","name":"Cyber Attack Map","description":"This demo for Essential JS2 Maps control visualizes the cyber attack map, which displays the cyber attacks and threats from various countries to USA.","category":"Use Cases","api":{"Maps":["layers"]},"sourceFiles":[{"displayName":"cyber-attack-map.html","path":"src/maps/cyber-attack-map.html"},{"displayName":"cyber-attack-map.ts","path":"src/maps/cyber-attack-map.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101025","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"dynamic-marker","name":"Dynamic markers","description":"This demo for Essential JS2 Maps control visualizes the dynamically added the marker and navigation line.","category":"Use Cases","api":{"Maps":["layers","markerSetting","navigationLineSettings","click"]},"sourceFiles":[{"displayName":"dynamic-marker.html","path":"src/maps/dynamic-marker.html"},{"displayName":"dynamic-marker.ts","path":"src/maps/dynamic-marker.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101026","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"pie","name":"Map with Pie chart","description":"This demo for Essential JS2 Maps control visualizes the placing of pie charts on the maps using marker templates.","category":"Use Cases","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"pie.html","path":"src/maps/pie.html"},{"displayName":"pie.ts","path":"src/maps/pie.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101027","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"map-with-slider","name":"Map with Slider","description":"This demo for Essential JS2 Maps control demonstrates the rendering of normal geometry type shapes on the map.","category":"Use Cases","api":{},"sourceFiles":[{"displayName":"map-with-slider.html","path":"src/maps/map-with-slider.html"},{"displayName":"map-with-slider.ts","path":"src/maps/map-with-slider.ts"},{"displayName":"population-growth.json","path":"src/maps/map-data/population-growth.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101028","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"seat-selection","name":"Bus seat booking","description":"This demo for Essential JS2 Maps control demonstrates the rendering of normal geometry type shapes on the map.","category":"Use Cases","api":{},"sourceFiles":[{"displayName":"seat-selection.html","path":"src/maps/seat-selection.html"},{"displayName":"seat-selection.ts","path":"src/maps/seat-selection.ts"},{"displayName":"seat.json","path":"src/maps/map-data/seat.json"}],"uid":"00101029","order":5,"component":"Maps","dir":"maps","parentId":"010"}],"order":1,"uid":"010"},{"name":"Range Selector","directory":"range-navigator","category":"Data Visualization","ftName":"rangenavigator","samples":[{"url":"default","name":"Default","description":"This demo for Essential JS2 Range Navigator control shows the default rendering of range navigator with range area series.","category":"Range Selector","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011110","order":0,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"light-weight","name":"Lightweight","description":"This demo for Essential JS2 Range Navigator control shows the rendering of light-weight range navigator.","category":"Range Selector","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011111","order":0,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"date-time","name":"DateTime","description":"This demo for Essential JS2 Range Navigator control shows how to plot date-time values in range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011112","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"double","name":"Numeric Axis","description":"This demo for Essential JS2 Range Navigator control shows how to plot numeric data values in the range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011113","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"logarithmic","name":"Logarithmic Axis","description":"This demo for Essential JS2 Range Navigator control shows how to visualize the logarithmic scale when data has wide range of values.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011114","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"multilevel","name":"Multilevel Labels","description":"This demo for Essential JS2 Range Navigator control shows how to display the second level labels in range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011115","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"period-selector","name":"Default","description":"This demo for Essential JS2 Range Navigator control shows how to display the period selector for a range with specified periods.","category":"Period Selector","api":{"RangeNavigator":["PeriodSelector","series","intervalType"]},"uid":"0011116","order":2,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"period-selector-stocks","name":"Stock Chart","description":"This demo for Essential JS2 Range Navigator control shows how to render the stock charts with specified periods using period selector.","category":"Period Selector","api":{"RangeNavigator":["PeriodSelector","series","intervalType"]},"uid":"0011117","order":2,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"empty-data","name":"Empty Points","description":"This demo for Essential JS2 Range Navigator control shows how to render the empty points in the range navigator.","category":"Customization","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011118","order":3,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"filter","name":"Filter","description":"This demo for Essential JS2 Range Navigator control shows how to bind the filtered values of the range navigator to grid control.","category":"Customization","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011119","order":3,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"export","name":"Print and Export","description":"This demo for Essential JS2 Range Navigator control shows how to print the charts and export the chart contents to various formats at client-side.","category":"Export","api":{"RangeNavigator":["valueType","series","export"]},"uid":"00111110","order":4,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"right-to-left","name":"RTL","description":"This demo for Essential JS2 Range Navigator control shows how to invert an axis in the range navigator.","category":"RTL","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"00111111","order":5,"component":"Range Selector","dir":"range-navigator","parentId":"011"}],"order":1,"uid":"011"},{"name":"Smith Chart","directory":"smith-chart","category":"Data Visualization","ftName":"smithchart","samples":[{"url":"default","name":"Default","description":"This demo for Essential JS2 Smith Chart control visualizes two transmissions. Impedance and admittance are the two types of rendering in smith chart.","category":"Smith Chart","api":{},"uid":"0012120","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"},{"url":"custom","name":"Customization","description":"This demo for Essential JS2 Smith Chart control visualizes the properties required to render the smith chart.","category":"Smith Chart","api":{},"uid":"0012121","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"},{"url":"print-export","name":"Print and Export","description":"This demo for Essential JS2 Smith Chart control explores the exporting and printing functionality of smith chart.","category":"Smith Chart","api":{},"uid":"0012122","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"}],"order":1,"uid":"012"},{"name":"Barcode","directory":"barcode","category":"Data Visualization","ftName":"barcode","type":"new","samples":[{"url":"ean8","name":"EAN-8","description":"This sample visualizes the 8-digit Global Trade Identification Numbers. It was introduced for use on small packages where an EAN-8 barcode would be too large.","category":"Getting Started","uid":"0013130","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code128","name":"Code 128","description":"This sample visualizes a barcode image that presents alphanumeric combinations and it consist of start character, data digits etc.","category":"Getting Started","uid":"0013131","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code128A","name":"Code 128A","description":"This sample visualizes a barcode image that presents information with a combination of numbers, and control characters such as tab and new line.","category":"Getting Started","uid":"0013132","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code128B","name":"Code 128B","description":"This sample visualizes a barcode image that presents information with a combination of numbers, and control characters such as tab and new line.","category":"Getting Started","uid":"0013133","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code128C","name":"Code 128C","description":"This sample visualizes a barcode image that presents information with a combination of numbers, uppercase and lowercase letters, and some additional characters.","category":"Getting Started","uid":"0013134","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code93","name":"Code 93","description":"This sample has a native character set of 26 uppercase letters, 10 digits, and 7 special characters.","category":"Getting Started","uid":"0013135","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code32","name":"Code 32","description":"This sample visualizes the pharmaceutical code that encodes numeric data in a compressed format and supports all numeric digits and all uppercase letters","category":"Getting Started","uid":"0013136","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"codabar","name":"Codabar","description":"This sample visualizes a barcode that is designed to be accurately read even when printed with dot matrix printers.","category":"Getting Started","uid":"0013137","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"ean13","name":"EAN-13","description":"This sample visualizes the 13-digit Global Trade Identification Numbers.It comprises of 13 digits such as manufacturer code, product code etc","category":"Getting Started","uid":"0013138","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"upca","name":"UPC-A","description":"A UPC-A barcode consists of four areas: number system, manufacturer code, product code, and check digit","category":"Getting Started","uid":"0013139","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"upce","name":"UPC-E","description":"This sample visualizes a product package identification number consist of 6 digits. It is mainly used for scanning products in small packages","category":"Getting Started","uid":"00131310","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code39","name":"Code39","description":"visualizes Code 39, a self-checking barcode symbology that consists of uppercase letters, and several special characters.","category":"Getting Started","uid":"00131311","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code39Extd","name":"Code 39 Extended","description":"This sample visualizes the model number of an item in the automotive industry.It supports both standard and extended Code 39 barcodes","category":"Getting Started","uid":"00131312","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"qrcode","name":"QR Code","description":"This sample displays a machine-readable optical label that contains information about the item to which it is attached.","category":"Getting Started","uid":"00131313","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"datamatrix","name":"Data Matrix","description":"This example shows how to display encoded text or numerical values as the label using the Barcode component","category":"Getting Started","uid":"00131314","order":0,"component":"Barcode","dir":"barcode","parentId":"013"}],"order":1,"uid":"013"},{"name":"Sparkline Charts","directory":"sparkline","category":"Data Visualization","ftName":"sparkline","samples":[{"url":"default","name":"Default","description":"This demo for Essential JS2 Sparkline control visualizes population, population density, population growth rate, and birth rate of various countries.","category":"Sparkline Charts","api":{},"uid":"0014140","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"series-types","name":"Series Types","description":"This demo for Essential JS2 Sparkline control depicts the various series types available in the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014141","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"axis-types","name":"Axis value types","description":"This demo for Essential JS2 Sparkline control depicts the various axis types available in the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014142","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"spark-grid","name":"Sparkline in Grid","description":"This demo for Essential JS2 Sparkline control demonstrates rendering sparklines in the data grid control.","category":"Sparkline Charts","api":{},"uid":"0014143","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"customization","name":"Customization","description":"This demo for Essential JS2 Sparkline control depicts the properties required to customize the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014144","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"live-update","name":"Live Update","description":"This demo for Essential JS2 Sparkline control depicts the task manager with live data update for sparklines.","category":"Sparkline Charts","api":{},"uid":"0014145","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"range-band","name":"Range Band","description":"This demo for Essential JS2 Sparkline control depicts the range band feature and its customization options.","category":"Sparkline Charts","api":{},"uid":"0014146","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"}],"order":1,"uid":"014"},{"name":"TreeMap","directory":"treemap","category":"Data Visualization","samples":[{"url":"default","name":"Default Functionalities","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"default.html","path":"src/treemap/default.html"},{"displayName":"default.ts","path":"src/treemap/default.ts"},{"displayName":"car-sales.json","path":"src/treemap/treemap-data/car-sales.json"}],"uid":"0015150","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"layout","name":"Layout","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"layout.html","path":"src/treemap/layout.html"},{"displayName":"layout.ts","path":"src/treemap/layout.ts"},{"displayName":"econmics.json","path":"src/treemap/treemap-data/econmics.json"}],"uid":"0015151","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"drilldown","name":"Drilldown","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"drilldown.html","path":"src/treemap/drilldown.html"},{"displayName":"drilldown.ts","path":"src/treemap/drilldown.ts"},{"displayName":"drilldown-sample.json","path":"src/treemap/treemap-data/drilldown-sample.json"}],"uid":"0015152","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"customization","name":"Customization","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"customization.html","path":"src/treemap/customization.html"},{"displayName":"customization.ts","path":"src/treemap/customization.ts"},{"displayName":"metal.json","path":"src/treemap/treemap-data/metal.json"}],"uid":"0015153","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"label","name":"Data Label","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"label.html","path":"src/treemap/label.html"},{"displayName":"label.ts","path":"src/treemap/label.ts"},{"displayName":"country-population.json","path":"src/treemap/treemap-data/country-population.json"}],"uid":"0015154","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"tooltip","name":"Tooltip","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"tooltip.html","path":"src/treemap/tooltip.html"},{"displayName":"tooltip.ts","path":"src/treemap/tooltip.ts"},{"displayName":"airport-count.json","path":"src/treemap/treemap-data/airport-count.json"}],"uid":"0015155","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"election","name":"Legend","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"election.html","path":"src/treemap/election.html"},{"displayName":"election.ts","path":"src/treemap/election.ts"},{"displayName":"election-data.json","path":"src/treemap/treemap-data/election-data.json"}],"uid":"0015156","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"color-mapping","name":"Color Mapping","description":"This demo for Essential JS2 TreeMap control visualizes the population level of various continents in 2011 based on the gender and age group.","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"color-mapping.html","path":"src/treemap/color-mapping.html"},{"displayName":"color-mapping.ts","path":"src/treemap/color-mapping.ts"},{"displayName":"largest-population-city.ts","path":"src/treemap/treemap-data/color.json"}],"uid":"0015157","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"selection","name":"Selection & Highlight","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"selection.html","path":"src/treemap/selection.html"},{"displayName":"selection.ts","path":"src/treemap/selection.ts"},{"displayName":"import.json","path":"src/treemap/treemap-data/import.json"}],"uid":"0015158","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"print","name":"Print & Export","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"print.html","path":"src/treemap/print.html"},{"displayName":"print.ts","path":"src/treemap/print.ts"},{"displayName":"product.json","path":"src/treemap/treemap-data/product.json"}],"uid":"0015159","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"pie","name":"TreeMap with Pie","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"pie.html","path":"src/treemap/pie.html"},{"displayName":"pie.ts","path":"src/treemap/pie.ts"},{"displayName":"continent_data.json","path":"src/treemap/treemap-data/continent_data.json"}],"uid":"00151510","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"rtl","name":"RTL","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"rtl.html","path":"src/treemap/rtl.html"},{"displayName":"rtl.ts","path":"src/treemap/rtl.ts"},{"displayName":"rtl-data.json","path":"src/treemap/treemap-data/rtl-data.json"}],"uid":"00151511","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"}],"order":1,"uid":"015"},{"name":"Rich Text Editor","type":"update","directory":"rich-text-editor","category":"Editors","ftName":"wysiwyg-rich-text-editor","samples":[{"url":"tools","name":"Overview","type":"update","description":"This demo shows the overview of an HTML and markdown editor using Syncfusion JavaScript rich text editor control.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","showCharCount","actionBegin","actionComplete","maxLength","appendTo"],"ToolbarSettings":["items"]},"uid":"0016160","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"rich-text-editor","name":"Default Functionalities","description":"This demo for Syncfusion JavaScript rich text editor control shows the default rendering with minimum configuration.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","appendTo"]},"uid":"0016161","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"image","name":"Image","type":"update","description":"The demo for Syncfusion JavaScript rich text editor control shows the option to insert images with image caption and link URLs to the images.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","quickToolbarSettings","toolbarClick","appendTo","getRange"],"QuickToolbarSettings":["image"]},"uid":"0016162","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"inline","name":"Inline","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates on how to activate the editor on demand while editing the content.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","inlineMode","toolbarSettings","format","fontFamily","appendTo","dataBind"],"InlineMode":["enable","onSelection"],"ToolbarSettings":["items"],"Format":["width"],"FontFamily":["width"]},"uid":"0016163","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"paste-cleanup","name":"Paste from MS Word","type":"update","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates on paste cleanup feature while pasting the content.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","pasteCleanupSettings","appendTo"],"PasteCleanupSettings":["prompt","plainText","keepFormat","deniedTags","deniedAttrs","allowedStyleProps"]},"uid":"0016164","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"iframe","name":"IFrame","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the default rendering of the rich text editor in iframe mode.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","height","iframeSettings","toolbarSettings","actionBegin","actionComplete","appendTo"],"IFrameSettings":["enable"],"ToolbarSettings":["items"]},"uid":"0016165","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"print","name":"Print","description":"This demo for Syncfusion JavaScript rich text editor control shows how to print the content of the editor with its styles.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","print","appendTo"],"ToolbarSettings":["items"]},"uid":"0016166","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"ajax-load","name":"Ajax Content","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates how to load content to the editor from an external source using Ajax library.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","value","appendTo"]},"uid":"0016167","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"form-validation","name":"Form Validation","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the HTML forms support on the rich text editor control.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","showCharCount","maxLength","placeholder","appendTo"]},"uid":"0016168","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"resize-editor","name":"Resizable Editor","type":"new","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the resizable support on the rich text editor control.","category":"Rich Text Editor","api":{"RichTextEditor":["enableResize","appendTo"]},"uid":"0016169","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"api","name":"API","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the usage of API in rich text editor control.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","showCharCount","maxLength","appendTo","readonly","enabled","enableHtmlEncode","value","getSelection","selectAll"]},"uid":"00161610","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"client-side-events","name":"Events","type":"update","description":"This demo for Syncfusion JavaScript rich text editor control shows the events that have been triggered during the rich text editor operations.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","created","actionBegin","actionComplete","focus","blur","change","toolbarClick","appendTo"],"ToolbarSettings":["items"]},"uid":"00161611","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"blog-posting","name":"Use Case","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates how to design forum application using rich text editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","placeholder","value","dataBind","refresh","appendTo"]},"uid":"00161612","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"auto-save","name":"Auto Save","type":"new","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates how to design forum application using rich text editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","placeholder","enablePersistance","saveInterval","toolbarSettings","appendTo"]},"uid":"00161613","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"types","name":"Type","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the different behavior of toolbar support in the rich text editor.","category":"Toolbar","api":{"RichTextEditor":["Inject","floatingToolbarOffset","toolbarSettings","actionBegin","actionComplete","dataBind","appendTo"],"ToolbarSettings":["items","type","enableFloating"]},"uid":"00161614","order":1,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"insert-emoticons","name":"Insert Emoticons","description":"This demo for Syncfusion JavaScript rich text editor control shows the users to add their emoticons to the toolbar along with the built-in commands.","category":"Custom Tool","api":{"RichTextEditor":["Inject","toolbarSettings","value","created","appendTo"],"ToolbarSettings":["items"]},"uid":"00161615","order":2,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"insert-special-characters","name":"Insert Special Characters","description":"This demo for Syncfusion JavaScript rich text editor control shows the users to add their commands to the toolbar along with the built-in commands.","category":"Custom Tool","api":{"RichTextEditor":["Inject","toolbarSettings","value","created","appendTo"],"ToolbarSettings":["items"]},"uid":"00161616","order":2,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"markdown-editor","name":"Overview","type":"update","description":"This demo for Syncfusion JavaScript rich text editor control shows the markdown editing in the rich text editor with complete features.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","appendTo"],"ToolbarSettings":["items"]},"uid":"00161617","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"markdown-editor-preview","name":"Preview","description":"This demo for Syncfusion JavaScript rich text editor control shows the users to switch between editing content and its visual preview in Markdown Editor.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","actionBegin","appendTo"],"ToolbarSettings":["items"]},"uid":"00161618","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"markdown-editor-custom-format","name":"Custom Format","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates on how to customize tags of markdown formatting in rich text editor.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","formatter","appendTo"],"ToolbarSettings":["items"]},"uid":"00161619","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},{"url":"tribute","name":"Tribute JS","type":"new","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the HTML forms support on the rich text editor control.","category":"Third-parties Integration","api":{"RichTextEditor":["placeholder","appendTo"]},"uid":"00161620","order":4,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"}],"order":2,"uid":"016"},{"name":"DocumentEditor","directory":"document-editor","category":"Editors","hideOnDevice":true,"ftName":"document-editor","samples":[{"url":"default","name":"Default Functionalities","category":"DocumentEditor","description":"The Document Editor component in JavaScript platform is used to create, edit, view, and print Word documents in web applications.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017170","order":0,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"character-formatting","name":"Character Formatting","category":"Editing Features","description":"The Document Editor supports character formatting such as bold, italic, underline, subscript, superscript, font color, and more in JavaScript platform.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017171","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"paragraph-formatting","name":"Paragraph Formatting","category":"Editing Features","description":"The Document Editor supports paragraph formatting such as indentation, paragraph spacing, line spacing, and text alignment in JavaScript platform.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017172","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"styles","name":"Styles","category":"Editing Features","description":"The Document Editor supports both built-in and custom styles for character format and paragraph format.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017173","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"bullets-and-numbering","name":"Bullets and Numbering","category":"Editing Features","description":"The Document Editor supports bullets and numbering. Both single list and multi-level lists can be added.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017174","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"links-and-bookmarks","name":"Hyperlinks and Bookmarks","category":"Editing Features","description":"The Document Editor supports hyperlinks and bookmarks. The link can be a file, mail, webpage, or bookmark.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017175","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"table-formatting","name":"Table Formatting","category":"Editing Features","description":"The Document Editor supports table formatting such as cell margins, cell spacing, horizontal merge, vertical merge, border styles, background color, and more.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017176","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"section-formatting","name":"Section Formatting","category":"Editing Features","description":"The Document Editor supports section formatting such as page size, page margins, header distance, and footer distance.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017177","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"headers-and-footers","name":"Headers and Footers","category":"Editing Features","description":"The Document Editor supports headers and footers. Different headers and footers can be added to the first page, odd pages, and even pages.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017178","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"table-of-contents","name":"Table of Contents","category":"Editing Features","description":"The Document Editor supports table of contents with options for including hyperlink, page number, right-aligned tabs, and styles.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017179","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"print","name":"Print","category":"Print","description":"The Document Editor component in JavaScript is used to view and print Word documents in web applications by injecting only the modules that are necessary.","api":{"DocumentEditor":["enablePrint","documentName","pageOutline","scrollToPage","viewChange","documentChange","zoomFactorChange"]},"uid":"00171710","order":2,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"right-to-left","name":"Right To Left","category":"RTL","description":"The Document Editor supports right to left for users who use right-to-left languages (Arabic, Hebrew, Urdu, etc.).","api":{"DocumentEditor":["enableRtl"]},"uid":"00171711","order":3,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"custom-context-menu","name":"Custom Context Menu","category":"Customization","description":"The Document Editor supports custom options for users who use to add custom options in context menu.","api":{"ContextMenu":["addCustomMenu","customContextMenuSelect","customContextMenuBeforeOpen"]},"uid":"00171712","order":4,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"auto-save","name":"Auto Save","category":"Customization","description":"The Document Editor supports auto save functionality to let the users for saving the documents automatically at customized time interval.","uid":"00171713","order":4,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"chart","name":"Chart Preservation","category":"Charts","description":"The Document Editor supports chart preservation for users who use to view their business reports with intuitive graphical data visualization.","uid":"00171714","order":5,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},{"url":"document-protection","name":"Document Protection","category":"Security","description":"The Document Editor provides document protection supports to restrict the types of changes can be made to the document by a user/user group.","uid":"00171715","order":6,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true}],"order":2,"uid":"017"},{"name":"Chips","directory":"chips","category":"Editors","samples":[{"url":"default","name":"Default Functionalities","category":"Chips","description":"This sample demonstrates functionalities of Chips with different types. Click and interact the chip, to select single or multiple chips from collection.","uid":"0018180","order":0,"component":"Chips","dir":"chips","parentId":"018"},{"url":"api","name":"API","category":"Chips","description":"This sample demonstrates common API of chip control. Select any combination of properties from the property pane to customize the appearance of chip.","uid":"0018181","order":0,"component":"Chips","dir":"chips","parentId":"018"}],"order":2,"uid":"018"},{"name":"Button","directory":"button","category":"Editors","samples":[{"url":"default","name":"Default Functionalities","category":"Button","ftName":"button","api":{"Button":["isPrimary","cssClass","iconCss","isToggle","iconPosition","content"]},"description":"This example demonstrates the types (flat, toogle, outline, round), sizes and styles (primary, success, info, warning) of the Syncfusion Javascript button.","uid":"0019190","order":0,"component":"Button","dir":"button","parentId":"019"},{"url":"button-group","name":"Button Group","category":"Button","ftName":"button-group","description":"This example demonstrates the behaviors (default, checkbox, radio) of the Syncfusion Javascript ButtonGroup.","uid":"0019191","order":0,"component":"Button","dir":"button","parentId":"019"},{"url":"checkbox","name":"Checkbox","category":"Button","ftName":"checkbox","api":{"CheckBox":["label","checked","indeterminate","disabled","change"]},"description":"This example demonstrates the three different states (checked, unchecked, indeterminate) of the Syncfusion Javascript CheckBox.","uid":"0019192","order":0,"component":"Button","dir":"button","parentId":"019"},{"url":"radio-button","name":"Radio Button","category":"Button","ftName":"radio-button","api":{"RadioButton":["label","name","value","checked"]},"description":"This example demonstrates the group functionality of the Syncfusion Javascript RadioButton with checked and unchecked states.","uid":"0019193","order":0,"component":"Button","dir":"button","parentId":"019"},{"url":"dropdown-button","name":"Dropdown Menu","category":"Button","ftName":"dropdown-menu","api":{"DropDownButton":["items","cssClass","iconCss"]},"description":"This example demonstrates the usecases of the Syncfusion Javascript DropDownButton with icons, text and separator in popup action items.","uid":"0019194","order":0,"component":"Button","dir":"button","parentId":"019"},{"url":"split-button","name":"Split Button","category":"Button","ftName":"split-button","api":{"SplitButton":["items","content","iconCss","beforeItemRender"]},"description":"This example demonstrates the usecases of the Syncfusion Javascript SplitButton with icons and text in primary splitbutton.","uid":"0019195","order":0,"component":"Button","dir":"button","parentId":"019"},{"url":"switch","name":"Switch","category":"Button","ftName":"toggle-switch-button","api":{"Switch":["checked","disabled"]},"description":"This example demonstrates the toggle states (checked, unchecked) of the Syncfusion Javascript Switch.","uid":"0019196","order":0,"component":"Button","dir":"button","parentId":"019"},{"url":"progress-button","name":"Progress Button","category":"Button","ftName":"progress-button","api":{"ProgressButton":["content","iconCss","cssClass","duration","disabled","isPrimary","enableProgress","end","begin","spinSettings","animationSettings"]},"description":"This example demonstrates the different functionalities of the Syncfusion Javascript ProgressButton with spinner and progress indicator.","uid":"0019197","order":0,"component":"Button","dir":"button","parentId":"019"}],"order":2,"uid":"019"},{"name":"In-place Editor","directory":"inplace-editor","ftName":"inplace-editor","category":"Editors","samples":[{"url":"default","name":"Overview","category":"In-place Editor","description":"This sample demonstrates the default behavior of the In-place Editor control, which works by editing the values in inline and popup in TypeScript platform.","api":{"In-place Editor":["mode","type","value","showButtons","disabled"]},"uid":"0020200","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"020"},{"url":"dropdowns","name":"DropDown Controls","category":"In-place Editor","description":"This sample demonstrates the usage of dropdown controls such as Autocomplete, ComboBox, DropDownList, and MultiSelect in TypeScript platform.","api":{"In-place Editor":["mode","type","value","enableEditMode","model"]},"uid":"0020201","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"020"},{"url":"pickers","name":"Date Controls","category":"In-place Editor","description":"This sample demonstrates the usage of picker controls such as Date, Time, DateTime, and DateRange in TypeScript platform.","api":{"In-place Editor":["mode","type","value","enableEditMode","model"]},"uid":"0020202","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"020"},{"url":"edit-post","name":"Edit Post","category":"Use Case","description":"This sample demonstrates the usage of In-place Editor control with a form element in TypeScript platform. Edit the values in place to update to the post.","api":{"In-place Editor":["mode","type","value"]},"uid":"0020203","order":1,"component":"In-place Editor","dir":"inplace-editor","parentId":"020"}],"order":2,"uid":"020"},{"name":"Scheduler","directory":"schedule","category":"Calendars","ftName":"scheduler","type":"update","samples":[{"url":"default","name":"Default Functionalities","category":"Scheduler","description":"This example for Essential JS2 Scheduler control shows how the flat Scheduler looks like with its default set of minimal configurations in TypeScript platform.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"0021210","order":0,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"local-data","name":"Local Data","category":"Data Binding","description":"This example for Essential JS2 Scheduler control shows the way of binding an array of JavaScript objects (local JSON datasource) in Typescript platform.","api":{"Schedule":["eventSettings","selectedDate"]},"uid":"0021211","order":1,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"remote-data","name":"Remote Data","category":"Data Binding","description":"This example for Essential JS2 Scheduler control shows the way of binding remote services by using the DataManager in TypeScript platform.","api":{"Schedule":["eventSettings","selectedDate"]},"uid":"0021212","order":1,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"calendar-integration","name":"Sync Google Calendar","category":"Data Binding","description":"This example illustrates how to integrate the Google Calendar events into HTML5 JavaScript Scheduler.","api":{"Schedule":["eventSettings","dataBinding","selectedDate"]},"uid":"0021213","order":1,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"recurrence-events","name":"Recurring Events","category":"Appointments","description":"This example for Essential JS2 Scheduler control shows the scheduler with recurring meetings handled on a regular pattern.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0021214","order":2,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"block-events","name":"Blocking Dates and Time","category":"Appointments","description":"This example demonstrates how to block specific days or time intervals on HTML5 JavaScript Scheduler.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0021215","order":2,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"search-events","name":"Search Events","category":"Appointments","description":"This example showcases how to search the events of HTML5 JavaScript Scheduler based on specific field criteria.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0021216","order":2,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"timezone","name":"Timezone","category":"Appointments","description":"This example for Essential JS2 Scheduler control shows how the events are displayed in different timings as per the selected timezone.","api":{"Schedule":["timezone","selectedDate","eventSettings","eventRendered"]},"uid":"0021217","order":2,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"external-drag-drop","name":"External Drag and Drop","category":"Appointments","description":"This example shows how to drag and drop the events from an external source into HTML5 JavaScript scheduler.","api":{"Schedule":["currentView","eventSettings","resourceHeaderTemplate","cssClass","workHours","views","group","resources","actionBegin"]},"uid":"0021218","order":2,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"virtual-scrolling","name":"Virtual Scrolling ","category":"Scrolling","description":"This example illustrates how to enable the virtual loading of resources and its events in JavaScript Scheduler.","api":{"Schedule":["views","group","resources","eventSettings"]},"uid":"0021219","order":3,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"views","name":"Basic Views","category":"Views","description":"This example for Essential JS2 Scheduler control shows the usage of basic views such as Day, Week, Work Week and Month.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212110","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"timeline","name":"Timeline Views","category":"Views","description":"This example for Essential JS2 Scheduler control shows how the timeline scheduler looks like with its default set of configurations.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00212111","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"agenda","name":"Agenda View","category":"Views","description":"This example for Essential JS2 Scheduler control shows the agenda view and the configurations available in it.","api":{"Schedule":["agendaDaysCount","hideEmptyAgendaDays","currentView","views","eventSettings","selectedDate"]},"uid":"00212112","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"month-agenda","name":"Month Agenda View","category":"Views","description":"This example for Essential JS2 Scheduler control shows the layout of Month Agenda view and how it works.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212113","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"year","name":"Year View","category":"Views","type":"new","description":"This example for Essential JS2 Scheduler control shows the layout of Horizontal and Vertical Year views and how it works.","api":{"Schedule":["views","eventSettings"]},"uid":"00212114","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"views-configuration","name":"Individual View Settings","category":"Views","description":"This example for Essential JS2 Scheduler control shows how to customize each of the view with specific configurations.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212115","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"extended-views","name":"View Intervals","category":"Views","description":"This example for Essential JS2 Scheduler control shows how to display n number of days, weeks and months on a single view.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212116","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"timeline-resources","name":"Room Scheduler","category":"Multiple Resources","description":"This example for Essential JS2 Scheduler control shows how to design the room scheduling calendar and manage the events booked on a particular time interval.","api":{"Schedule":["currentView","views","selectedDate","resourceHeaderTemplate","eventSettings"]},"uid":"00212117","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"resources","name":"Fare Calendar","category":"Multiple Resources","description":"This example for Essential JS2 Scheduler control shows how to customize the scheduler to showcase it as an Airfare calendar.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212118","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"resource","name":"Resources","category":"Multiple Resources","description":"This example depicts how to show or hide the resource events on JavaScript Scheduler based on the resource selection.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"00212119","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"group-editing","name":"Shared Events","category":"Multiple Resources","description":"This example for Essential JS2 Scheduler control shows the usage of single event that are shared by multiple resources.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00212120","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"group-custom-work-days","name":"Different Work Days","category":"Multiple Resources","description":"This example for Essential JS2 Scheduler control shows how to set different working days for each of the resources.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00212121","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"add-remove-resources","name":"Show/Hide Resources","category":"Multiple Resources","description":"This example for Essential JS2 Scheduler control shows how to dynamically add or remove the resources to and from the scheduler layout.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212122","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"adaptive-rows","name":"Row Auto Height","category":"Multiple Resources","description":"This example showcases how the work cells of Essential JS2 Scheduler auto adjusts its height based on the exceeding appointment count.","api":{"Schedule":["rowAutoHeight","currentView","views","selectedDate","eventSettings"]},"uid":"00212123","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"resource-grouping","name":"Horizontal Grouping","category":"Resource Grouping","description":"This example for Essential JS2 Scheduler control shows how the calendars of multiple resources are grouped in default view layouts.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00212124","order":6,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"timeline-resource-grouping","name":"Timeline Grouping","category":"Resource Grouping","description":"This example for Essential JS2 Scheduler control shows how the calendars of multiple resources are grouped in timeline view layouts.","api":{"Schedule":["group","resources","eventSettings"]},"uid":"00212125","order":6,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"group-by-date","name":"Date-wise Grouping ","category":"Resource Grouping","description":"This example demonstrates how the resources of Essential JS2 Scheduler control are grouped based on dates.","api":{"Schedule":["group","resources","eventSettings"]},"uid":"00212126","order":6,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"group-by-child","name":"Hierarchical Grouping ","category":"Resource Grouping","description":"This example for Essential JS2 Scheduler control shows how to group the child level resources against each of the parent level resources.","api":{"Schedule":["startHour","endHour","group","resources","eventSettings"]},"uid":"00212127","order":6,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"cell-template","name":"Cell","category":"Templates","description":"This example for Essential JS2 Scheduler control shows how to customize the background of the specific cells using cell template option.","api":{"Schedule":["width","height","cellTemplate","views","eventSettings","selectedDate"]},"uid":"00212128","order":7,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"date-header-template","name":"Date Header","category":"Templates","description":"This example for Essential JS2 Scheduler control shows how to customize the date header cells using the template option.","api":{"Schedule":["cssClass","dateHeaderTemplate","eventSettings","eventRendered","renderCell"]},"uid":"00212129","order":7,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"event-template","name":"Events","category":"Templates","description":"This example for Essential JS2 Scheduler control shows how to customize the appearance of events using event template option.","api":{"Schedule":["width","height","cellTemplate","views","eventSettings","selectedDate"]},"uid":"00212130","order":7,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"tooltip","name":"Tooltip","category":"Templates","description":"This example for Essential JS2 Scheduler control shows how to display tooltip over events as well as the way to customize it using template option.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00212131","order":7,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"editor-validation","name":"Field Validation","category":"Editor Window","description":"This example for Essential JS2 Scheduler control shows the way of adding default and custom validation rules to the editor fields of scheduler.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00212132","order":8,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"editor-custom-field","name":"Additional Fields","category":"Editor Window","description":"This example for Essential JS2 Scheduler control shows how to add additional fields to the default editor window.","api":{"Schedule":["selectedDate","eventSettings","popupOpen"]},"uid":"00212133","order":8,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"editor-template","name":"Editor Template","category":"Editor Window","description":"This example for Essential JS2 Scheduler control shows the way of customizing the default editor window with custom template design.","api":{"Schedule":["editorTemplate","showQuickInfo","eventRendered","popupOpen","actionBegin"]},"uid":"00212134","order":8,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"header-rows","name":"Header Rows","category":"Customization","description":"This example for Essential JS2 Scheduler control shows how to display the additional header rows on timeline view.","api":{"Schedule":["height","eventSettings","selectedDate","headerRows"]},"uid":"00212135","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"time-scale","name":"Timescale","category":"Customization","description":"This example for Essential JS2 Scheduler control shows how to customize the grid lines of scheduler with different duration and count","api":{"Schedule":["height","width","views","timeScale"]},"uid":"00212136","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"context-menu","name":"Context Menu","category":"Customization","description":"This example shows how to enable the context menu on HTML5 JavaScript Scheduler and perform the related actions using menu options.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00212137","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"header-bar","name":"Header Bar","category":"Customization","description":"This example for Essential JS2 Scheduler control shows the way of adding custom items onto the scheduler header bar.","api":{"Schedule":["width","height","workHours","views","eventSettings","selectedDate"]},"uid":"00212138","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"scroll-to","name":"Scroll Time","category":"Customization","description":"This example for Essential JS2 Scheduler control shows the way of manually scrolling to specific time on scheduler.","api":{"Schedule":["width","height","eventSettings","eventRendered","scrollTo"]},"uid":"00212139","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"work-days","name":"Work Days","category":"Customization","description":"This example for Essential JS2 Scheduler control showcases how to set customized working days as well as first day of a week on scheduler.","api":{"Schedule":["workDays","views","eventSettings","selectedDate"]},"uid":"00212140","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"hide-weekend","name":"Hide Non-Working Days","category":"Customization","description":"This example for Essential JS2 Scheduler control depicts the way to show or hide the non working days of a week.","api":{"Schedule":["showWeekend"]},"uid":"00212141","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"work-hour","name":"Work Hours","category":"Customization","description":"This example for Essential JS2 Scheduler control showcases how to set the work hour range on scheduler.","api":{"Schedule":["workHours","views","eventSettings","selectedDate"]},"uid":"00212142","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"start-end-hour","name":"Day Hour Limit","category":"Customization","description":"This example for Essential JS2 Scheduler control depicts how to restrict the start and end hours on scheduler.","api":{"Schedule":["startHour","endHour","workHours","eventRendered"]},"uid":"00212143","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"cell-dimension","name":"Cell Dimension","category":"Customization","description":"This example for Essential JS2 Scheduler control shows how to set the width and height of the cells by overriding the default CSS classes.","api":{"Schedule":["cssClass","showTimeIndicator","eventRendered","created","actionComplete"]},"uid":"00212144","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"read-only-events","name":"Read-only Events","category":"Customization","description":"This example for Essential JS2 Scheduler control shows how to make specific events on the scheduler to be displayed in a read-only mode.","api":{"Schedule":["eventSettings","eventRendered","eventClick","popupOpen","eventRendered"]},"uid":"00212145","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"excel-export","name":"Excel Exporting","category":"Exporting","description":"This example demonstrates how to export the Essential JS2 Scheduler events to the excel file format at client-side.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00212146","order":10,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"calendar-export-import","name":"Export and Import ICS","category":"Exporting","description":"This example shows how to export the Scheduler events to a calendar file, and also how to import events from an .ics file into our Essential JS2 Scheduler.","api":{"Schedule":["importICalendar","exportToICalendar"]},"uid":"00212147","order":10,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"print","name":"Print","category":"Exporting","description":"This example demonstrates how to print the Essential JS2 Scheduler element at client-side with themes enabled.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00212148","order":10,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"recurrence-editor-generate-rule","name":"Rule Generator","category":"Recurrence Editor","description":"This example for Essential JS2 Scheduler control showcases the recurrence rule generation based on the options selected from the recurrence editor.","uid":"00212149","order":11,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"recurrence-editor-populate-rule","name":"Populate Rule","category":"Recurrence Editor","description":"This example for Essential JS2 Scheduler control shows how to fill the recurrence editor fields with values based on the provided recurrence rule string.","uid":"00212150","order":11,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"keyboard-interaction","name":"Keyboard Interaction","category":"Miscellaneous","description":"This example for Essential JS2 Scheduler control showcases the keyboard shortcuts available on scheduler in Typescript platform.","api":{"Schedule":["width","height","eventSettings","selectedDate","allowKeyboardInteraction"]},"uid":"00212151","order":12,"component":"Scheduler","dir":"schedule","parentId":"021"},{"url":"events","name":"Events","category":"Miscellaneous","description":"This example for Essential JS2 Scheduler control shows the client-side events that triggers on respective scheduler actions in Typescript platform.","api":{"Schedule":["width","height","eventSettings","eventRendered","created","actionBegin","actionComplete","actionFailure","cellClick","cellDoubleClick","destroyed","navigating","eventClick","popupOpen"]},"uid":"00212152","order":12,"component":"Scheduler","dir":"schedule","parentId":"021"}],"order":3,"uid":"021"},{"name":"Gantt","directory":"gantt","category":"Calendars","ftName":"gantt","type":"new","samples":[{"url":"default","name":"Default Functionalities","category":"Gantt","api":{"Gantt":["dataSource","taskFields","height","highlightWeekends","eventMarkers","labelSettings"]},"description":"This example demonstrates the simple Gantt chart with summary task, child tasks, milestone tasks, dependencies with event markers of project","uid":"0022220","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},{"url":"remote-data","name":"Remote Data","category":"Gantt","api":{"Gantt":["dataSource","height","taskFields","columns","treeColumnIndex","allowSelection","gridLines","highlightWeekends","timelineSettings","labelSettings","includeWeekend","projectStartDate","projectEndDate"]},"description":"This sample demonstrates the way of binding data to Gantt chart with remote service. The Gantt chart data source is bound to remote data using DataManager.","uid":"0022221","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},{"url":"editing","name":"Editing","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","editSettings","toolbar","columns","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the cell editing, dialog editing, taskbar editing and dependency editing support in Gantt","uid":"0022222","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},{"url":"filtering","name":"Filtering","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","taskFields","columns","treeColumnIndex","height","timelineSettings","labelSettings","toolbar","allowFiltering","includeWeekend","timelineSettings","splitterSettings","durationUnit","dayWorkingTime","projectStartDate","projectEndDate"]},"description":"This example demonstrates the filtering support with filter menu option for various types of columns in Gantt","uid":"0022223","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},{"url":"timeline","name":"Timeline","category":"Gantt","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","highlightWeekends","resourceNameMapping","resourceIDMapping","resources","timelineSettings","splitterSettings","treeColumnIndex","labelSettings","eventMarkers"]},"description":"This example demonstrates the various timeline mode options and properties available to customize the timeline in Gantt","uid":"0022224","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},{"url":"baseline","name":"Baseline","category":"Gantt","api":{"Gantt":["dataSource","renderBaseline","taskFields","columns","treeColumnIndex","allowSelection","includeWeekend","timelineSettings","tooltipSettings","durationUnit","dateFormat","dayWorkingTime","height","projectStartDate","projectEndDate"]},"description":"Baselines are enabled to view the deviation between the planned dates of tasks and actual progress of task dates","uid":"0022225","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},{"url":"taskbar-template","name":"Taskbar Template","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","taskFields","columns","treeColumnIndex","rowHeight","taskbarHeight","dayWorkingTime","durationUnit","eventMarkers","height","taskbarTemplate","milestoneTemplate","projectStartDate","projectEndDate","timelineSettings","splitterSettings","labelSettings","tooltipSettings"]},"description":"This example demonstrates the taskbar template support with child taskbar template, parent taskbar template and milestone template.","uid":"0022226","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},{"url":"unscheduled-tasks","name":"Unscheduled Tasks","category":"Gantt","api":{"Gantt":["dataSource","taskFields","editSettings","toolbar","height","labelSettings","allowUnscheduledTasks","projectStartDate","projectEndDate","toolbarClick","splitterSettings","columns"]},"description":"This example demonstrates the unscheduled tasks in Gantt with custom toolbar item and dynamic add support.","uid":"0022227","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},{"url":"zooming","name":"Zooming","category":"Gantt","api":{"Gantt":["dataSource","height","taskFields","toolbar","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the zooming support of the Gantt chart timeline and ZoomToFit support of the Gantt chart.","uid":"0022228","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},{"url":"contextMenu","name":"Context Menu","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","editSettings","toolbar","columns","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","labelSettings","projectStartDate","projectEndDate","enableContextMenu","contextMenuItems"]},"description":"This demo explains the usage of context menu and the default context menu items in Syncfusion TypeScript Gantt control.","uid":"0022229","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},{"url":"exporting","name":"Exporting","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","toolbar","allowExcelExport","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","projectStartDate","projectEndDate","toolbarClick"]},"description":"This demo explains how to export Gantt content to Excel and CSV documents using the Syncfusion TypeScript Gantt control.","uid":"00222210","order":0,"component":"Gantt","dir":"gantt","parentId":"022"}],"order":3,"uid":"022"},{"name":"Calendar","directory":"calendar","category":"Calendars","samples":[{"url":"default","name":"Default Functionalities","category":"Calendar","api":{"Calendar":["change"]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) Calendar to select a date","uid":"0023230","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},{"url":"disabled","name":"Disabled Dates","category":"Calendar","api":{"Calendar":["renderDayCell","change"]},"description":"This example demonstrates how to disable the dates like weekends, weekdays and specific dates (past , future and current) in a JavaScript (TypeScript) Calendar","uid":"0023231","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},{"url":"date-range","name":"Date Range","category":"Calendar","api":{"Calendar":["min","max","change"]},"description":"This example demonstrates how to disables the specific range of dates (min and max) in a JavaScript (TypeScript) Calendar","uid":"0023232","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},{"url":"special-dates","name":"Special Dates","category":"Calendar","api":{"Calendar":["renderDayCell","change"]},"description":"This example demonstrates how to highlight the specific dates like weekends, holidays and special dates in a JavaScript (TypeScript) Calendar","uid":"0023233","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},{"url":"multi-selection","name":"Multi Selection","category":"Calendar","api":{"Calendar":["isMultiSelection","values"]},"description":"This example demonstrates how to select the multiple dates (more than one date) in a JavaScript (TypeScript) Calendar","uid":"0023234","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},{"url":"month-picker","name":"Month Picker","category":"Calendar","api":{"Calendar":["start","depth"]},"description":"The JavaScript Calendar control can act as a month and year picker. It helps you to select a month or year quickly with all month related properties.","uid":"0023235","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},{"url":"islamic-calendar","name":"Islamic Calendar","category":"Calendar","api":{"Calendar":["isMultiSelection","values"]},"uid":"0023236","order":0,"component":"Calendar","dir":"calendar","parentId":"023"}],"order":3,"uid":"023"},{"name":"DatePicker","directory":"datepicker","category":"Calendars","samples":[{"url":"default","name":"Default Functionalities","category":"DatePicker","api":{"DatePicker":["placeholder"]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) DatePicker to select a date","uid":"0024240","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},{"url":"disabled","name":"Disabled Dates","category":"DatePicker","api":{"DatePicker":["placeholder","renderDayCell"]},"description":"This example demonstrates how to disable the dates like weekends, weekdays and specific dates (past, future and current) in a JavaScript (TypeScript) DatePicker","uid":"0024241","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},{"url":"date-range","name":"Date Range","category":"DatePicker","api":{"DatePicker":["min","max","value","placeholder"]},"description":"DatePicker widget with min and max date options that restrict users from selecting dates within a defined range of days like past dates, future dates, etc","uid":"0024242","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},{"url":"date-format","name":"Format","category":"DatePicker","api":{"DatePicker":["format","value","placeholder"]},"description":"This example demonstrates how to change the date time format in the input field based on the format in a JavaScript (TypeScript) DatePicker","uid":"0024243","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},{"url":"special-dates","name":"Special Dates","category":"DatePicker","api":{"DatePicker":["value","placeholder","renderDayCell"]},"description":"DatePicker for TypeScript that highlights multiple dates like weekends, holidays, and special events with options to add custom styles and descriptions","uid":"0024244","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},{"url":"month-picker","name":"Month Picker","category":"DatePicker","api":{"DatePicker":["start","depth"]},"description":"The JavaScript DatePicker control can act as a month and year picker. It helps you to select a month or year quickly with all months related properties.","uid":"0024245","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"}],"order":3,"uid":"024"},{"name":"DateRangePicker","directory":"daterangepicker","category":"Calendars","samples":[{"url":"default","name":"Default Functionalities","category":"DateRangePicker","api":{"DateRangePicker":["placeholder"]},"description":"A simple and lightweight DateRangePicker control for JavaScript (TypeScript) with a flexible user interface for selecting a range of dates effortlessly","uid":"0025250","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},{"url":"date-range","name":"Date Range","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","min","max"]},"description":"This example demonstrates how to disables the specific range of dates (min and max) in a JavaScript (TypeScript) DateRangePicker","uid":"0025251","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},{"url":"day-span","name":"Day Span","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","minDays","maxDays"]},"description":"This example demonstrates how to restrict the users to select the min and max number of days between the selected range of start and end dates","uid":"0025252","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},{"url":"presets","name":"Preset Ranges","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","presets"]},"description":"This example demonstrates how to change the date time format in the input field based on the format in a JavaScript (TypeScript) DateRangePicker","uid":"0025253","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},{"url":"date-format","name":"Format","category":"DateRangePicker","api":{"DateRangePicker":["format","value"]},"description":"This example demonstrates how to specify the predefined custom date ranges (presets range) like last month, last year and current week in the dropdown popup","uid":"0025254","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},{"url":"month-range-picker","name":"Month Range Picker","category":"DateRangePicker","api":{"DateRangePicker":["start","depth"]},"description":"The JavaScript DateRangePicker control can act as a month and year picker. It helps you to select a month or year quickly with all months related properties.","uid":"0025255","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"}],"order":3,"uid":"025"},{"name":"DateTimePicker","directory":"datetimepicker","category":"Calendars","samples":[{"url":"default","name":"Default Functionalities","category":"DateTimePicker","api":{"DateTimePicker":[]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) DateTimePicker to select both a date and time","uid":"0026260","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"026"},{"url":"disabled","name":"Disabled Dates","category":"DateTimePicker","api":{"DateTimePicker":["renderDayCell"]},"description":"Customizable DateTimePicker widget for JavaScript (TypeScript) with disabled dates and times that restrict selection for specific date and time durations","uid":"0026261","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"026"},{"url":"date-time-range","name":"DateTime Range","category":"DateTimePicker","api":{"DatePicker":["min","max","value"]},"description":"This example demonstrates how to disables the specific range of dates and times (min and max) in a JavaScript (TypeScript) DateTimePicker","uid":"0026262","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"026"},{"url":"date-time-format","name":"Format","category":"DateTimePicker","api":{"DateTimePicker":["format","value"]},"description":"Flexible DateTimePicker for JavaScript (TypeScript) with options to customize date and time formats based on the preferred culture for improved readability","uid":"0026263","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"026"},{"url":"special-dates","name":"Special Dates","category":"DateTimePicker","api":{"DateTimePicker":["renderDayCell","value"]},"description":"This example demonstrates how to highlight the specific dates and times like weekends, holidays and special dates in a JavaScript (TypeScript) DateTimePicker","uid":"0026264","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"026"}],"order":3,"uid":"026"},{"name":"TimePicker","directory":"timepicker","category":"Calendars","samples":[{"url":"default","name":"Default Functionalities","category":"TimePicker","api":{"TimePicker":["placeholder"]},"description":"A simple and lightweight TimePicker component for JavaScript (TypeScript) for selecting times that is customizable to fit large-scale applications","uid":"0027270","order":0,"component":"TimePicker","dir":"timepicker","parentId":"027"},{"url":"time-range","name":"Time Range","category":"TimePicker","api":{"TimePicker":["placeholder","value","readonly","enabled","min","change"]},"description":"This example demonstrates how to disable the specific range of times(min and max) in a JavaScript (TypeScript) TimePicker","uid":"0027271","order":0,"component":"TimePicker","dir":"timepicker","parentId":"027"},{"url":"time-format","name":"Format","category":"TimePicker","api":{"TimePicker":["value","step","format"]},"description":"This example demonstrates how to change the time format in the input field based on the format in a JavaScript (TypeScript) TimePicker","uid":"0027272","order":0,"component":"TimePicker","dir":"timepicker","parentId":"027"},{"url":"list-formatting","name":"Time Duration","category":"TimePicker","api":{"TimePicker":["value","itemRender"]},"description":"A simple TimePicker widget for JavaScript (TypeScript) for highlighting a set of time intervals in a pop-up by adding custom styles based on you needs","uid":"0027273","order":0,"component":"TimePicker","dir":"timepicker","parentId":"027"}],"order":3,"uid":"027"},{"name":"AutoComplete","directory":"auto-complete","category":"Dropdowns","ftName":"autocomplete","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript autocomplete control with minimum configuration.","category":"AutoComplete","api":{"AutoComplete":["dataSource","value","placeholder"]},"uid":"0028280","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["fields","placeholder"]},"uid":"0028281","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","suggestionCount","query","sortOrder","autofill","filterType","change"]},"uid":"0028282","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript autocomplete control pop-up list using template.","category":"AutoComplete","api":{"AutoComplete":["dataSource","fields","headerTemplate","itemTemplate","placeholder","popupHeight"]},"uid":"0028283","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},{"url":"highlight","name":"Highlight","description":"This example demonstrates how to highlight the searched characters in the suggested list items of the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","fields","highlight","placeholder"]},"uid":"0028284","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},{"url":"custom-filtering","name":"Custom Filtering","description":"This example demonstrates how to achieve the custom filtering functionalities in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","filtering","fields","placeholder"]},"uid":"0028285","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","ignoreAccent","placeholder"]},"uid":"0028286","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"}],"order":4,"uid":"028"},{"name":"ComboBox","directory":"combo-box","category":"Dropdowns","ftName":"combobox","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript combo box control with minimum configuration.","category":"ComboBox","api":{"ComboBox":["popupHeight","index","change","placeholder"]},"uid":"0029290","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","placeholder","popupHeight"]},"uid":"0029291","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","query","sortOrder","autofill","popupHeight","placeholder"]},"uid":"0029292","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},{"url":"custom-value","name":"Custom Value","description":"This example demonstrates the addition of a new value that is not present in the predefined list of the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","placeholder","popupHeight","allowFiltering","noRecordsTemplate","filtering","width"]},"uid":"0029293","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript combo box control pop-up list using the template.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","headerTemplate","itemTemplate","placeholder","popupHeight"]},"uid":"0029294","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","allowFiltering","filtering","placeholder","popupHeight"]},"uid":"0029295","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},{"url":"cascading","name":"Cascading","description":"This example demonstrates how to create a related combo box (Cascading ComboBox) using the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","allowCustom","fields","change","placeholder","popupHeight","value","enabled"]},"uid":"0029296","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","ignoreAccent","placeholder","allowFiltering"]},"uid":"0029297","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"}],"order":4,"uid":"029"},{"name":"Dropdown List","directory":"drop-down-list","category":"Dropdowns","ftName":"dropdown-list","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript drop-down list control with minimum configuration.","category":"Dropdown List","api":{"DropDownList":["popupHeight","placeholder","index","change"]},"uid":"0030300","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","popupHeight","placeholder"]},"uid":"0030301","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","query","sortOrder","autofill","popupHeight","placeholder"]},"uid":"0030302","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript drop-down list control pop-up list using the template.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","headerTemplate","itemTemplate","valueTemplate","popupHeight","placeholder"]},"uid":"0030303","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","allowFiltering","filtering","filterBarPlaceholder","popupHeight","placeholder"]},"uid":"0030304","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},{"url":"cascading","name":"Cascading","description":"This example demonstrates how to create a related drop-down list (Cascading DropDownList) using the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","change","placeholder","popupHeight","value","enabled"]},"uid":"0030305","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},{"url":"inline","name":"Inline","description":"This example demonstrates how to render the JavaScript drop-down list control in line with highlighted contents.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","value"]},"uid":"0030306","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","ignoreAccent","placeholder","allowFiltering"]},"uid":"0030307","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"}],"order":4,"uid":"030"},{"name":"MultiSelect Dropdown","directory":"multi-select","category":"Dropdowns","ftName":"multiselect-dropdown","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript multiselect control with minimum configuration.","category":"MultiSelect Dropdown","api":{"MultiSelect":["mode","placeholder"]},"uid":"0031310","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["query","dataSource","fields","sortOrder","placeholder"]},"uid":"0031311","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},{"url":"grouping-icon","name":"Grouping","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder"]},"uid":"0031312","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript multiselect control pop-up list using the template.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","headerTemplate","itemTemplate","valueTemplate","mode","placeholder"]},"uid":"0031313","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["query","dataSource","fields","placeholder","allowFiltering","filtering"]},"uid":"0031314","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},{"url":"custom-value","name":"Custom Value","description":"This example demonstrates the addition of a new value that is not present in the predefined list of the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","allowCustomValue"]},"uid":"0031315","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},{"url":"chip-customization","name":"Chip Customization","description":"This example demonstrates how to customize the appearance of the selected chip element in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","tagging"]},"uid":"0031316","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},{"url":"checkbox","name":"CheckBox","description":"This example demonstrates how to select the multiple values through checkbox in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder"]},"uid":"0031317","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},{"url":"grouping-with-checkbox","name":"Grouping with CheckBox","description":"This example demonstrates how to select the grouped list item values through checkbox in the JavaScript MultiSelect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","enableGroupCheckBox"]},"uid":"0031318","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},{"url":"selection-limit","name":"Selection Limit","description":"This example demonstrates the maximum selection limit functionalities with checkbox of the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","maximumSelectionLength"]},"uid":"0031319","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","placeholder","ignoreAccent"]},"uid":"00313110","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"}],"order":4,"uid":"031"},{"name":"List Box","directory":"list-box","category":"Dropdowns","ftName":"list-box","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of Syncfusion TypeScript ListBox component with minimum configuration.","category":"List Box","api":{"ListBox":["dataSource"]},"uid":"0032320","order":0,"component":"List Box","dir":"list-box","parentId":"032"},{"url":"dual-list-box","name":"Dual ListBox","description":"This example demonstrates how to move items between the two list boxes using dual list box functionality.","category":"List Box","api":{"ListBox":["dataSource","fields","scope","toolbarSettings","height"]},"uid":"0032321","order":0,"component":"List Box","dir":"list-box","parentId":"032"},{"url":"drag-and-drop","name":"Drag And Drop","description":"This example demonstrates how to drag and drop within the Syncfusion TypeScript ListBox and between two list boxes.","category":"List Box","api":{"ListBox":["dataSource","scope","allowDragAndDrop","fields","height"]},"uid":"0032322","order":0,"component":"List Box","dir":"list-box","parentId":"032"},{"url":"checkbox","name":"Checkbox","description":"This example demonstrates how to select multiple items from the Syncfusion TypeScript ListBox using checkbox functionality.","category":"List Box","api":{"ListBox":["dataSource","selectionSettings"]},"uid":"0032323","order":0,"component":"List Box","dir":"list-box","parentId":"032"},{"url":"api","name":"API","description":"This example how to customize the Syncfusion Typescript ListBox component using the available set of APIs.","category":"List Box","api":{"ListBox":["dataSource","fields","sortOrder","selectionSettings"]},"uid":"0032324","order":0,"component":"List Box","dir":"list-box","parentId":"032"}],"order":4,"uid":"032"},{"name":"Accordion","directory":"accordion","category":"Navigation","ftName":"accordion","samples":[{"url":"default","name":"Default Functionalities","category":"Accordion","description":"The sample demonstrates that default functionalities of the Accordion control which works by expand and collapse action in TypeScript platform.","api":{"AccordionItem":["header","content","expanded"],"Accordion":["items"]},"uid":"0033330","order":0,"component":"Accordion","dir":"accordion","parentId":"033"},{"url":"ajax","name":"Ajax Content","category":"Accordion","description":"The sample demonstrates how to load the content to the Accordion control from external sources using Ajax library in TypeScript platform.","api":{"Accordion":["expandMode","expanding"]},"uid":"0033331","order":0,"component":"Accordion","dir":"accordion","parentId":"033"},{"url":"icon","name":"Icons","category":"Accordion","description":"The sample demonstrates how to represent pane headers with an icon in Accordion control which populates from items collection in TypeScript platform.","api":{"AccordionItem":["iconCss"]},"uid":"0033332","order":0,"component":"Accordion","dir":"accordion","parentId":"033"}],"order":5,"uid":"033"},{"name":"Context Menu","directory":"context-menu","category":"Navigation","ftName":"context-menu","samples":[{"url":"default","name":"Default Functionalities","category":"Context Menu","api":{"ContextMenu":["target","items","beforeItemRender","animationSettings"],"MenuItem":["text","iconCss","items","separator"]},"description":"This example demonstrates the Syncfusion Javascript ContextMenu items with icons, text and separator.","uid":"0034340","order":0,"component":"Context Menu","dir":"context-menu","parentId":"034"}],"order":5,"uid":"034"},{"name":"Menu Bar","directory":"menu","category":"Navigation","ftName":"menu-bar","samples":[{"url":"default","name":"Default Functionalities","category":"Menu Bar","api":{"Menu":["items","orientation"],"MenuItem":["text","iconCss","items","separator"]},"description":"This example demonstrates the Syncfusion Javascript Menu items with icons, text, separator and items submenu.","uid":"0035350","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},{"url":"data-binding","name":"Data Binding","category":"Menu Bar","api":{"Menu":["items"]},"description":"This example demonstrates how to bind the local data source with Syncfusion Javascript Menu component.","uid":"0035351","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},{"url":"scrollable","name":"Scrollable","category":"Menu Bar","api":{"Menu":["items","enableScrolling","cssClass","beforeOpen"]},"description":"This example demonstrates how to load menu and sub menus with large number of menu items in horizontal / vertical scrollable Syncfusion Javascript menu.","uid":"0035352","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},{"url":"template","name":"Template","category":"Menu Bar","api":{"Menu":["items","fields","template"],"FieldSettings":["text","children"]},"description":"This example demonstrates how to customize Syncfusion Javascript Menu popup items by using templates.","sourceFiles":[{"displayName":"template.ts","path":"src/menu/template.ts"},{"displayName":"template.html","path":"src/menu/template.html"},{"displayName":"template-data.json","path":"src/menu/template-data.json"}],"uid":"0035353","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},{"url":"hamburger-mode","name":"Hamburger Mode","category":"Menu Bar","api":{"Menu":["hamburgerMode","title"]},"description":"This example demonstrates the hamburger mode of the Syncfusion Javascript Menu that enables the adaptive view.","uid":"0035354","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},{"url":"api","name":"API","category":"Menu Bar","api":{"Menu":["orientation","showItemOnClick","enableItems"]},"description":"This example demonstrates the supported API's and its functionalities of the Syncfusion Javascript Menu.","uid":"0035355","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},{"url":"toolbar-integration","name":"Toolbar Integration","category":"Use Case","api":{"Menu":["items"]},"description":"This example demonstrates the real use case of the Syncfusion Javascript Menu in web application. It is integrated with toolbar component.","uid":"0035356","order":1,"component":"Menu Bar","dir":"menu","parentId":"035"}],"order":5,"uid":"035"},{"name":"Sidebar","directory":"sidebar","category":"Navigation","samples":[{"url":"default","name":"Default Functionalites","category":"Sidebar","api":{"Sidebar":["type","position","showBackdrop","closeOnDocumentClick","change","mediaQuery"]},"description":"It demonstrates a simple, mobile-friendly and responsive Sidebar (Navigation drawer, Side Navigation menu) which navigates various parts of an application.","uid":"0036360","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},{"url":"docking-sidebar","name":"Dock","category":"Sidebar","api":{"Sidebar":["enableDock","dockSize","contextTo"]},"description":"This example demonstrates how the JavaScript (TypeScript) Sidebar is docked to the main content when it is in closed state","uid":"0036361","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},{"url":"api","name":"API","category":"Sidebar","api":{"Sidebar":["showBackdrop","position","types","closeOnDocumentClick"]},"description":"It demonstrates how to change the behavior and appearance of sidebar in application through user friendly API’s like types, position, auto close and backdrop","uid":"0036362","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},{"url":"sidebar-menu","name":"Sidebar Menu","category":"Sidebar","api":{"Sidebar":["mediaQuery","width","target","dockSize","enableDock"]},"description":"This example demonstrates how to render Menu for navigation purpose inside the React Sidebar of an application.","uid":"0036363","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},{"url":"responsive-panel","name":"Responsive Panel","category":"Sidebar","api":{"Sidebar":["mediaQuery","width","target"]},"description":"This example demonstrates how to render TreeView for navigation purpose inside the Typescript Sidebar","uid":"0036364","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},{"url":"sidebar-list","name":"Sidebar with ListView","category":"Sidebar","api":{"Sidebar":["open","close"]},"description":"This example demonstrates how the JavaScript (TypeScript) Sidebar is integrated with a ListView to display a list of menu items","uid":"0036365","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"}],"order":5,"uid":"036"},{"name":"Tabs","directory":"tab","category":"Navigation","ftName":"tabs","samples":[{"url":"default","name":"Default Functionalities","category":"Tabs","description":"The sample demonstrates about default functionalities of the Tab control (also known as Tabbed UI) which is navigation component in TypeScript platform.","api":{"Header":["text","iconCss"],"TabItem":["content"],"Tab":["items"]},"uid":"0037370","order":0,"component":"Tabs","dir":"tab","parentId":"037"},{"url":"orientation","name":"Orientation","category":"Tabs","description":"The sample demonstrates how to customize the orientation of Tab control along with feasibility to customize the Tab header styles in TypeScript platform.","api":{"Tab":["headerPlacement","showCloseButton"]},"uid":"0037371","order":0,"component":"Tabs","dir":"tab","parentId":"037"},{"url":"responsive-modes","name":"Responsive Modes","category":"Tabs","description":"The sample illustrates that responsive mode of Tab control that aligns tab items in a scrollable or popup mode in TypeScript platform.","api":{"Tab":["overflowMode"]},"uid":"0037372","order":0,"component":"Tabs","dir":"tab","parentId":"037"},{"url":"wizard","name":"Wizard","category":"Tabs","description":"This sample demonstrates how to design a wizard-like application with the sequential action using the Tab control in TypeScript platform.","api":{"TabItem":["disabled"]},"uid":"0037373","order":0,"component":"Tabs","dir":"tab","parentId":"037"}],"order":5,"uid":"037"},{"name":"Toolbar","directory":"toolbar","category":"Navigation","ftName":"toolbar","samples":[{"url":"default","name":"Default Functionalities","category":"Toolbar","description":"The sample demonstrates the default functionalities of the Toolbar control which place commands with the scrollable mode in TypeScript platform.","api":{"Item":["text","prefixIcon","type","tooltipText"],"Toolbar":["items"]},"uid":"0038380","order":0,"component":"Toolbar","dir":"toolbar","parentId":"038"},{"url":"popup","name":"Popup","category":"Toolbar","description":"The sample exposes popup mode of Toolbar control which configures overflowing toolbar commands inside a popup based on priority in TypeScript platform.","api":{"Item":["showAlwaysInPopup","showTextOn","overflow"],"Toolbar":["overflowMode"]},"uid":"0038381","order":0,"component":"Toolbar","dir":"toolbar","parentId":"038"},{"url":"alignment","name":"Alignment","category":"Toolbar","description":"This sample demonstrates how to align commands in left, right and center position in Toolbar control in TypeScript platform.","api":{"Item":["align","template"]},"uid":"0038382","order":0,"component":"Toolbar","dir":"toolbar","parentId":"038"}],"order":5,"uid":"038"},{"name":"TreeView","directory":"treeview","category":"Navigation","ftName":"treeview","samples":[{"url":"default","name":"Default Functionalities","category":"TreeView","description":"This demo demonstrates the basic JavaScript tree view component that display the data in a hierarchical structure with the configuration options.","api":{"TreeView":["fields"]},"uid":"0039390","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},{"url":"local-data","name":"Local Data","category":"Data Binding","description":"This demo demonstrates the binding of local data to the JavaScript tree view. The local data structure can be hierarchical data or list data.","api":{"TreeView":["fields"]},"uid":"0039391","order":1,"component":"TreeView","dir":"treeview","parentId":"039"},{"url":"remote-data","name":"Remote Data","category":"Data Binding","description":"This demo for Essential JS 2 treeview control shows how to bind the data from a remote data service.","api":{"TreeView":["fields","created","dataBound"]},"uid":"0039392","order":1,"component":"TreeView","dir":"treeview","parentId":"039"},{"url":"icons","name":"Icons and Images","category":"TreeView","description":"The tree view nodes can be rendered with any custom icons. This sample demonstrated like a file system with custom icons and images.","api":{"TreeView":["fields","sortOrder"]},"uid":"0039393","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},{"url":"check-box","name":"CheckBox","category":"TreeView","description":"This demo demonstrates the tree view with checkbox functionality, this allows the user to check more than one tree nodes.","api":{"TreeView":["fields","showCheckBox"]},"uid":"0039394","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},{"url":"node-editing","name":"Node Editing","category":"TreeView","description":"This demo showcases the node editing functionality of tree view, you can edit any node text by double click on it or pressing F2.","api":{"TreeView":["fields","allowEditing"]},"uid":"0039395","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},{"url":"multiple-selection","name":"Multiple Selection","category":"TreeView","description":"The TreeView component allows to select multiple nodes by pressing CTRL key, also can select the range of nodes by pressing SHIFT key.","api":{"TreeView":["fields","allowMultiSelection"]},"uid":"0039396","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},{"url":"drag-and-drop","name":"Drag and Drop","category":"TreeView","description":"The tree view nodes can be drag and drop from one position to another, also the drop can be done to another tree view or other external container.","api":{"TreeView":["fields","allowDragAndDrop","allowMultiSelection","nodeDragStop"]},"uid":"0039397","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},{"url":"template","name":"Template","category":"TreeView","description":"The tree view node can be customized through the template option. In this demo the tree view nodes are templated like an mail system.","api":{"TreeView":["fields","cssClass","nodeTemplate"]},"uid":"0039398","order":0,"component":"TreeView","dir":"treeview","parentId":"039"}],"order":5,"uid":"039"},{"name":"File Manager","directory":"file-manager","category":"Navigation","ftName":"file-manager","type":"update","samples":[{"url":"overview","name":"Overview","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates full view of the File Manager like a windows explorer UI in a JavaScript (TypeScript) File Manager.","uid":"0040400","order":0,"component":"File Manager","dir":"file-manager","parentId":"040"},{"url":"custom-thumbnail","name":"Custom Thumbnails","category":"File Manager","api":{"FileManager":["ajaxSettings"]},"description":"This example demonstrates how to use the custom thumbnails in a JavaScript (TypeScript) File Manager.","uid":"0040401","order":0,"component":"File Manager","dir":"file-manager","parentId":"040"},{"url":"default","name":"API","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"Example shows the File Manager without the navigation pane and enable or disable toolbar in a JavaScript (TypeScript) File Manager.","uid":"0040402","order":0,"component":"File Manager","dir":"file-manager","parentId":"040"},{"url":"drag-drop","name":"Drag and Drop","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates the how to drag and drop the files in a JavaScript (TypeScript) File Manager.","uid":"0040403","order":0,"component":"File Manager","dir":"file-manager","parentId":"040"},{"url":"usecase","name":"File Upload","category":"Use Case","api":{"FileManager":["ajaxSettings","view"]},"description":"Example shows how to render the File Manager component inside the Dialog component in a JavaScript (TypeScript) File Manager.","uid":"0040404","order":1,"component":"File Manager","dir":"file-manager","parentId":"040"},{"url":"azure-service","name":"Azure Blob Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the azure service in a JavaScript (TypeScript) File Manager.","uid":"0040405","order":2,"component":"File Manager","dir":"file-manager","parentId":"040"},{"url":"sql-server-provider","name":"SQL Database Provider","category":"Cloud Service Providers","type":"new","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the sql server database service in a JavaScript (TypeScript) File Manager.","uid":"0040406","order":2,"component":"File Manager","dir":"file-manager","parentId":"040"},{"url":"nodejs-file-provider","name":"NodeJS File Provider","category":"Cloud Service Providers","type":"new","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the nodejs file provider service in a JavaScript (TypeScript) File Manager.","uid":"0040407","order":2,"component":"File Manager","dir":"file-manager","parentId":"040"},{"url":"amazon-s3-provider","name":"Amazon S3 File Provider","category":"Cloud Service Providers","type":"new","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the Amazon S3 provider service in a JavaScript (TypeScript) File Manager.","uid":"0040408","order":2,"component":"File Manager","dir":"file-manager","parentId":"040"},{"url":"firebase","name":"Firebase Realtime File Provider","category":"Cloud Service Providers","type":"new","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the firebase realtime database service in a JavaScript (TypeScript) File Manager.","uid":"0040409","order":2,"component":"File Manager","dir":"file-manager","parentId":"040"}],"order":5,"uid":"040"},{"name":"Badge","directory":"badge","category":"Notifications","ftName":"badge","samples":[{"url":"default","name":"Default","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component displaying a notification count in a group button.","uid":"0041410","order":0,"component":"Badge","dir":"badge","parentId":"041"},{"url":"types","name":"Types","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component's badge types: primary, secondary, success, danger, warning, info, light, and dark.","uid":"0041411","order":0,"component":"Badge","dir":"badge","parentId":"041"},{"url":"notification","name":"Notification","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component displaying notifications on popular social media logos such as Facebook, WhatsApp, Twitter, and others.","uid":"0041412","order":0,"component":"Badge","dir":"badge","parentId":"041"},{"url":"listview","name":"ListView","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and ListView components to display a notification count in a list item to achieve a Gmail-like user interface.","uid":"0041413","order":1,"component":"Badge","dir":"badge","parentId":"041"},{"url":"accordion","name":"Accordion","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and Accordion components to display an unread notification count in a header to achieve an Outlook-like user interface","uid":"0041414","order":1,"component":"Badge","dir":"badge","parentId":"041"},{"url":"toolbar","name":"Toolbar","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and ToolBar components to display important information in a mobile application header.","uid":"0041415","order":1,"component":"Badge","dir":"badge","parentId":"041"}],"order":6,"uid":"041"},{"name":"Toast","directory":"toast","category":"Notifications","ftName":"toast","samples":[{"url":"default","name":"Default Functionalities","category":"Toast","description":"The sample demonstrates about default functionalities of a Toast control and helps to design reminder like an alert in TypeScript platform.","api":{"Toast":["title","content"]},"uid":"0042420","order":0,"component":"Toast","dir":"toast","parentId":"042"},{"url":"types","name":"Types","category":"Toast","description":"The sample demonstrates how to design success, warning, information, and error messages using Toast control based on CSS classes in TypeScript platform.","api":{"Toast":["cssClass"]},"uid":"0042421","order":0,"component":"Toast","dir":"toast","parentId":"042"},{"url":"template","name":"Template","category":"Toast","description":"The sample demonstrates how to design a reminder application by customizing the content of Toast control using an HTML template in TypeScript platform.","api":{"Toast":["template","target"]},"uid":"0042422","order":0,"component":"Toast","dir":"toast","parentId":"042"},{"url":"positions","name":"Positions","category":"Toast","description":"The sample demonstrates how to display the toast notification with various built-in or custom position based on target or page in TypeScript platform.","api":{"Toast":["position","target"],"ToastPosition":["X","Y"]},"uid":"0042423","order":0,"component":"Toast","dir":"toast","parentId":"042"},{"url":"api","name":"API","category":"Toast","description":"The sample exposes the available properties, methods, and events of Toast control which helps to create flexible toast notification in TypeScript platform.","api":{"Toast":["title","content","newestOnTop","showProgressBar","showCloseButton","animation"]},"uid":"0042424","order":0,"component":"Toast","dir":"toast","parentId":"042"}],"order":6,"uid":"042"},{"name":"Form Validation","directory":"form-validator","category":"Inputs","ftName":"form-validator","samples":[{"url":"default","name":"Default Functionalities","description":"Get started with Obtrusive form validation of Syncfusion Form Validator library and default functionalities.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0043430","order":0,"component":"Form Validation","dir":"form-validator","parentId":"043"},{"url":"html5","name":"HTML5 Validation","description":"Learn how to use default functionalities form validation of Syncfusion Form Validator library using HTML5 Validation.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0043431","order":0,"component":"Form Validation","dir":"form-validator","parentId":"043"},{"url":"external-submit","name":"External Submit Form","description":"Get started with form validator library and external form submit to handle the form validation externally.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0043432","order":0,"component":"Form Validation","dir":"form-validator","parentId":"043"},{"url":"wizard-form","name":"Wizard Form","description":"Learn how to use the form validation of Syncfusion Form Validator library with the Wizard template forms.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0043433","order":0,"component":"Form Validation","dir":"form-validator","parentId":"043"}],"dataSourcePath":"src/form-validator/datasource.js","order":7,"uid":"043"},{"name":"TextBox","directory":"textbox","category":"Inputs","ftName":"textbox","samples":[{"url":"default","name":"Default Functionalities","category":"TextBox","description":"This example describes key features of JavaScript textbox such as a floating label, input group, placeholder, validation states, sizing, types, and more.","api":{"TextBox":["placeholder","floatLabelType","enableRtl"]},"uid":"0044440","order":0,"component":"TextBox","dir":"textbox","parentId":"044"},{"url":"multiline-textbox","name":"Multiline TextBox","category":"TextBox","description":"The example exposes a JavaScript Multiline TextBox (textarea). It helps to render address, feedback, and more in HTML5 form with customizable rows and columns.","api":{"TextBox":["multiline","value","placeholder","floatLabelType","enabled","enableRtl","readonly"]},"uid":"0044441","order":0,"component":"TextBox","dir":"textbox","parentId":"044"}],"order":7,"uid":"044"},{"name":"Input Mask","directory":"maskedtextbox","category":"Inputs","ftName":"maskedtextbox","samples":[{"url":"default","name":"Default Functionalities","category":"Input Mask","description":"The Masked Textbox allows users to enter only the valid input based on the provided mask format such as Phone number, Country ISO code, Date, Time and so on.","api":{"MaskedTextBox":["mask"]},"uid":"0045450","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"045"},{"url":"custom-mask","name":"Custom Mask","category":"Input Mask","description":"The custom mask is done using custom characters as mask elements. Time format and IP address fields are achieved using the custom mask literals and regex.","api":{"MaskedTextBox":["mask","customCharacters","floatLabelType"]},"uid":"0045451","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"045"},{"url":"formats","name":"Formats","category":"Input Mask","description":"This sample demonstrates the usage of different mask formats through the properties panel. You can also get the value and raw value of the masked textbox.","api":{"MaskedTextBox":["mask","floatLabelType","change","promptChar","getMaskedValue","value"]},"uid":"0045452","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"045"}],"order":7,"uid":"045"},{"name":"Numeric Textbox","directory":"numerictextbox","category":"Inputs","samples":[{"url":"default","name":"Default Functionalities","category":"Numeric Textbox","description":"he NumericTextBox is used to get the numbered inputs from the users and the currency and percentage text boxes to get the currency and percentage inputs.","api":{"NumericTextBox":["value","format","min","max","step"]},"uid":"0046460","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"046"},{"url":"range-validation","name":"Range Validation","category":"Numeric Textbox","description":"The NumericTextBox has options to restrict the input value between a specific range using min, max, and strictMode properties.","api":{"NumericTextBox":["value","min","max","step"]},"uid":"0046461","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"046"},{"url":"custom-format","name":"Custom Format","category":"Numeric Textbox","description":"The NumericTextBox provides an option to customize the display format of the numeric value using the format property.","api":{"NumericTextBox":["value","format","min","max"]},"uid":"0046462","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"046"},{"url":"restrict-decimals","name":"Restrict Decimals","category":"Numeric Textbox","description":"The NumericTextBox provides an option to restrict the number of decimal values, by using the decimals property. So, it can only accept the integer value alone.","api":{"NumericTextBox":["value","format","min","max","step","decimals","validateDecimalOnType"]},"uid":"0046463","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"046"}],"order":7,"uid":"046"},{"name":"Color Picker","directory":"color-picker","category":"Inputs","ftName":"color-picker","samples":[{"url":"default","name":"Default Functionalities","category":"Color Picker","api":{"ColorPicker":["value"]},"description":"This example demonstrates the default functionalities of the Syncfusion Javascript ColorPicker with RGB, HSV and Hex codes(three, six and eight digit).","uid":"0047470","order":0,"component":"Color Picker","dir":"color-picker","parentId":"047"},{"url":"inline","name":"Inline Mode","category":"Color Picker","api":{"ColorPicker":["inline","value","mode","modeSwitcher","showButtons"]},"description":"This example demonstrates the inline / flat mode rendering of the Syncfusion Javascript ColorPicker with hue and opacity color options.","uid":"0047471","order":0,"component":"Color Picker","dir":"color-picker","parentId":"047"},{"url":"custom","name":"Custom Palettes","category":"Color Picker","api":{"ColorPicker":["cssClass","inline","value","columns","mode","modeSwitcher","showButtons","presetColors"]},"description":"This example demonstrates the Syncfusion Javascript ColorPicker, custom UI of the color palette with different structures and its state.","uid":"0047472","order":0,"component":"Color Picker","dir":"color-picker","parentId":"047"},{"url":"api","name":"API","category":"Color Picker","api":{"ColorPicker":["cssClass","inline","value","columns","showButtons","presetColors"]},"description":"This example demonstrates the supported API's and its functionalities of the Syncfusion Javascript ColorPicker.","uid":"0047473","order":0,"component":"Color Picker","dir":"color-picker","parentId":"047"}],"order":7,"uid":"047"},{"name":"File Upload","directory":"uploader","category":"Inputs","ftName":"file-upload","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates default functionalities of the JavaScript file uploader control, including automatic upload and asynchronous mode options.","category":"File Upload","api":{"Uploader":["autoUpload","asyncSettings","success","dropArea"]},"sourceFiles":[{"displayName":"default.ts","path":"src/uploader/default.ts"},{"displayName":"default.html","path":"src/uploader/default.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048480","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},{"url":"chunk-upload","name":"Chunk Upload","description":"This example demonstrates how to upload files as chunks in the JavaScript file upload control, which helps when uploading a large file to a server.","category":"File Upload","api":{"Uploader":["autoUpload","asyncSettings","dropArea"]},"sourceFiles":[{"displayName":"chunk-upload.ts","path":"src/uploader/chunk-upload.ts"},{"displayName":"chunk-upload.html","path":"src/uploader/chunk-upload.html"},{"displayName":"save file","path":"src/uploader/chunk-upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/chunk-upload-remove-file.cs"}],"uid":"0048481","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},{"url":"custom-file-list","name":"Template","description":"This example demonstrates how to customize the file list with buttons using a template and upload a file programmatically using the JavaScript file upload.","category":"File Upload","api":{"Uploader":["asyncSettings","dropArea","selected","progress","success","failure"]},"sourceFiles":[{"displayName":"custom-file-list.ts","path":"src/uploader/custom-file-list.ts"},{"displayName":"custom-file-list.html","path":"src/uploader/custom-file-list.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048482","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},{"url":"preload-files","name":"Preload Files","description":"This example demonstrates how to preload files in the JavaScript file upload control, which helps users view and manipulate server files.","category":"File Upload","api":{"Uploader":["asyncSettings","files","removing","failure","success","dropArea"]},"sourceFiles":[{"displayName":"preload-files.ts","path":"src/uploader/preload-files.ts"},{"displayName":"preload-files.html","path":"src/uploader/preload-files.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048483","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},{"url":"file-validation","name":"File Validation","description":"The example covers validations in JavaScript file upload such as allowing/denying file extensions, set min/max file size, duplicate file, and more.","category":"File Upload","api":{"Uploader":["autoUpload","minFileSize","maxFileSize","allowedExtensions","asyncSettings","selected","success","dropArea"]},"sourceFiles":[{"displayName":"file-validation.ts","path":"src/uploader/file-validation.ts"},{"displayName":"file-validation.html","path":"src/uploader/file-validation.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048484","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},{"url":"image-preview","name":"Image Preview","description":"This example demonstrates how to display a preview of an image file before and after uploading it to a server in JavaScript file upload.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"image-preview.ts","path":"src/uploader/image-preview.ts"},{"displayName":"image-preview.html","path":"src/uploader/image-preview.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048485","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},{"url":"file-upload-with-forms","name":"Form Support","description":"This example demonstrates how to integrate the JavaScript file upload control in an HTML form (synchronous mode) and submit a form with selected files.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"file-upload-with-forms.ts","path":"src/uploader/file-upload-with-forms.ts"},{"displayName":"file-upload-with-forms.html","path":"src/uploader/file-upload-with-forms.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048486","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},{"url":"custom-drop-area","name":"Custom Drop Area","description":"This example demonstrates how to upload a file using drag and drop and how to configure a custom drop area for the JavaScript file upload control.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"custom-drop-area.ts","path":"src/uploader/custom-drop-area.ts"},{"displayName":"custom-drop-area.html","path":"src/uploader/custom-drop-area.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048487","order":0,"component":"File Upload","dir":"uploader","parentId":"048"}],"order":7,"uid":"048"},{"name":"Range Slider","directory":"slider","category":"Inputs","ftName":"slider","samples":[{"url":"default","name":"Default Functionalities","category":"Range Slider","description":"Essential JS 2 slider control demo showing the default rendering of default, minimum range, and range sliders. Drag the thumb to interact with the slider.","api":{"Slider":["value","type","appendTo"]},"uid":"0049490","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"ticks","name":"Ticks","category":"Range Slider","description":"Essential JS 2 slider control demo of the visual representation of slider values using ticks, which can be placed before, after, or on both sides of the thumbs.","api":{"Slider":["value","type","min","max","step","enabled","appendTo","dragInterval"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"]},"uid":"0049491","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"tooltip","name":"Tooltip","category":"Range Slider","description":"Essential JS 2 slider control demo of the visual representation of slider values using tooltips, which can be displayed before or after slider thumbs.","api":{"Slider":["value","type","min","max","showButtons","appendTo","dragInterval"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0049492","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"orientation","name":"Vertical Orientation","category":"Range Slider","description":"Essential JS 2 slider control demo showing the vertical and horizontal orientation properties along with ticks and tooltips.","api":{"Slider":["value","type","orientation","appendTo","dragInterval"]},"uid":"0049493","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"format","name":"Formatting","category":"Range Slider","description":"Demo of Essential JS 2 slider control value formatting with time, currency, and distance values that are also displayed in ticks and tooltips.","api":{"Slider":["value","type","min","max","appendTo","step","tooltipChange","renderingTicks"],"TicksData":["placement","largeStep","smallStep","showSmallTicks","format"],"TooltipData":["isVisible","placement","format"]},"uid":"0049494","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"limits","name":"Limits","category":"Range Slider","description":"Essential JS 2 slider control demo of limiting the minimum, maximum, start, and end values. Also supports restricting handle movements.","api":{"Slider":["value","type","min","max","appendTo","step"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"LimitData":["enabled","minStart","minEnd","maxStart","maxEnd","startHandleFixed","endHandleFixed"]},"uid":"0049495","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"api","name":"API","category":"Range Slider","description":"Essential JS 2 slider control demo showcasing the most frequently used API combinations, like orientation, minimum, maximum, value, step, and more.","api":{"Slider":["value","type","min","max","step","showButtons","orientation","readOnly","enabled","appendTo"],"TicksData":["placement","largeStep"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0049496","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"events","name":"Events","category":"Range Slider","description":"Demo of the Essential JS 2 slider control's created, changing, and changed events. The events are traced in real time in a property panel.","api":{"Slider":["value","type","appendTo","change","created","changed"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0049497","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"thumb-customization","name":"Thumb","category":"Customization","description":"Demo of the Essential JS 2 slider control slider thumb customization with circle, oval, and custom image shapes.","api":{"Slider":["value","min","max","appendTo"]},"uid":"0049498","order":1,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"selection-bar-customization","name":"Bar","category":"Customization","description":"This example demonstrates how to highly customize Syncfusion React slider bar with colors and height.","api":{"Slider":["value","type","min","max","appendTo","change","created"]},"uid":"0049499","order":1,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"ticks-customization","name":"Ticks","category":"Customization","description":"Essential JS 2 slider control demo showing the highly customizable slider values using ticks and a legend.","api":{"Slider":["value","type","min","max","step","appendTo","renderedTicks","renderingTicks"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"]},"uid":"00494910","order":1,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"tooltip-customization","name":"Tooltip","category":"Customization","description":"Demo of Essential JS 2 slider control customization of slider tooltip text and background color with formatted text values.","api":{"Slider":["value","type","appendTo","min","max","step","tooltipChange","renderingTicks","created"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"TooltipData":["isVisible","placement"]},"uid":"00494911","order":1,"component":"Range Slider","dir":"slider","parentId":"049"},{"url":"azure-pricing","name":"Cloud Pricing","category":"Use Case","description":"This example demonstrates the usage of Syncfusion React slider control in real world use case sample azure cloud pricing.","api":{"Slider":["value","appendTo","min","max","change","created"]},"uid":"00494912","order":2,"component":"Range Slider","dir":"slider","parentId":"049"}],"order":7,"uid":"049"},{"name":"Avatar","directory":"avatar","category":"Layout","ftName":"avatar","samples":[{"url":"default","name":"Default","category":"Avatar","description":"Demo of the pure CSS Essential JS 2 Avatar component displaying profile images in different sizes in both default and circle shapes.","uid":"0050500","order":0,"component":"Avatar","dir":"avatar","parentId":"050"},{"url":"types","name":"Types","category":"Avatar","description":"Demo of the pure CSS Essential JS 2 Avatar component's supported media formats for avatar content: images, SVG, initials, font icons, and words.","uid":"0050501","order":0,"component":"Avatar","dir":"avatar","parentId":"050"},{"url":"listview","name":"ListView","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and ListView components to display profile images or letters in a mobile contact application.","uid":"0050502","order":1,"component":"Avatar","dir":"avatar","parentId":"050"},{"url":"badge","name":"Badge","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and Badge components to display a notification count on profile images, similar to Gmail.","uid":"0050503","order":1,"component":"Avatar","dir":"avatar","parentId":"050"},{"url":"card","name":"Card","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and Card components to display business cards for employees with profile images, roles, and responsibilities.","uid":"0050504","order":1,"component":"Avatar","dir":"avatar","parentId":"050"}],"order":8,"uid":"050"},{"name":"Card","directory":"card","category":"Layout","ftName":"card","samples":[{"url":"basic","name":"Basic Card","category":"Card","description":"The sample demonstrates how to design basic card and weather layout card in TypeScript platform. The component is pure CSS component and more flexible.","uid":"0051510","order":0,"component":"Card","dir":"card","parentId":"051"},{"url":"vertical","name":"Vertical Card","category":"Card","description":"The sample demonstrates how to design a business card and profile card using a vertical layout of card component in TypeScript platform.","uid":"0051511","order":0,"component":"Card","dir":"card","parentId":"051"},{"url":"horizontal","name":"Horizontal Card","category":"Card","description":"The sample demonstrates how to design product card with icon and its specification using horizontal layout in card component in TypeScript platform.","uid":"0051512","order":0,"component":"Card","dir":"card","parentId":"051"},{"url":"swipeable","name":"Swipeable Card","category":"Card","description":"The sample demonstrates how to design a stacked card with swipeable action and corresponding images using card component in TypeScript platform.","uid":"0051513","order":0,"component":"Card","dir":"card","parentId":"051"},{"url":"flip","name":"Flip Card","category":"Card","description":"The sample demonstrates how to achieve flip behavior to the card to show hidden information which is on a back side on the card in TypeScript platform.","uid":"0051514","order":0,"component":"Card","dir":"card","parentId":"051"},{"url":"reveal","name":"Reveal Card","category":"Card","description":"The sample demonstrates how to render a card with reveal layouts, hidden information can be revealed while action on “Know more” in TypeScript platform.","uid":"0051515","order":0,"component":"Card","dir":"card","parentId":"051"},{"url":"tile","name":"Tile View","category":"Card","description":"The sample demonstrates how to design tile-view with filtering and searching using a template engine, data manager, and card component in TypeScript platform.","uid":"0051516","order":0,"component":"Card","dir":"card","parentId":"051"}],"order":8,"uid":"051"},{"name":"Dialog","directory":"dialog","category":"Layout","ftName":"modal-dialog","samples":[{"url":"default","name":"Default Functionalities","description":"The example demonstrates the default rendering of the JavaScript dialog, which supports modal and non-modal (modeless), built-in buttons, and more.","category":"Dialog","api":{"Dialog":["header","content","showCloseIcon","buttons","closeOnEscape","target","width","animationSettings","open","close","visible","show","hide"]},"uid":"0052520","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},{"url":"custom-dialog","name":"Custom Dialogs","description":"This example demonstrates how to create custom dialogs such as alert dialogs, confirmation dialogs, and prompt dialogs using the JavaScript dialog control.","category":"Dialog","api":{"Dialog":["header","content","showCloseIcon","buttons","closeOnEscape","target","width","animationSettings","open","close","visible","show","hide"]},"uid":"0052521","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},{"url":"modal-dialog","name":"Modal","description":"This example demonstrates the modal pop-up behavior of the JavaScript dialog control, which helps display critical information such as errors and warnings.","category":"Dialog","api":{"Dialog":["width","header","content","target","isModal","animationSettings","buttons","open","close","show","hide","overlayClick"]},"uid":"0052522","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},{"url":"template","name":"Template","description":"This example demonstrates how to customize user interface elements like the header, footer, and content of the JavaScript dialog control using a template.","category":"Dialog","api":{"Dialog":["width","header","content","target","isModal","animationSettings","buttons","open","close","show","hide"]},"uid":"0052523","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},{"url":"dialog-contents-via-ajax","description":"The example demonstrates how to load the content of the JavaScript dialog control from external sources such as a file or website using Ajax library.","name":"Ajax Content","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","close","content","show"]},"uid":"0052524","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},{"url":"draggable","name":"Draggable","description":"This example shows how to enable drag-and-drop actions in the JavaScript dialog control to help reposition the dialog efficiently.","category":"Dialog","api":{"Dialog":["width","header","content","target","allowDragging","animationSettings","open","close","closeOnEscape"]},"uid":"0052525","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},{"url":"resizable","description":"This example shows how to create resizable modal in the JavaScript dialog to change the size of a dialog efficiently and view its content more comfortably.","name":"Resizable","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","close","content","show","enableResize"]},"uid":"0052526","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},{"url":"position","name":"Positioning","description":"This example demonstrates how to display the JavaScript dialog control at various built-in and custom positions.","category":"Dialog","api":{"Dialog":["width","header","target","footerTemplate","open","close","closeOnEscape","position","showCloseIcon"]},"uid":"0052527","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},{"url":"animation","name":"Animation","description":"This example demonstrates how to open or close the JavaScript dialog with various animation effects, and how to customize the animation duration and delay.","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","content","buttons"]},"uid":"0052528","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},{"url":"multiple-dialogs","name":"Multiple Dialogs","description":"This example shows how to display multiple dialogs sequentially and open multiple dialogs simultaneously for both modal and modeless JavaScript dialogs.","category":"Dialog","api":{"Dialog":["width","header","target","animationSettings","open","close","closeOnEscape","buttons"]},"uid":"0052529","order":0,"component":"Dialog","dir":"dialog","parentId":"052"}],"order":8,"uid":"052"},{"name":"ListView","directory":"listview","category":"Layout","ftName":"listview","samples":[{"url":"default","name":"Default Functionalities","category":"ListView","description":"Demo of Essential JS 2 ListView control default renderings of flat and group list views. Click any list item to select and highlight it.","api":{"ListView":["dataSource","fields","appendTo"],"FieldSettings":["groupBy"]},"uid":"0053530","order":0,"component":"ListView","dir":"listview","parentId":"053"},{"url":"remote-data","name":"Remote Data","category":"ListView","description":"Demo of Essential JS 2 ListView control rendering the list view with remote data, which uses DataManager and query properties to fetch data.","api":{"ListView":["dataSource","fields","query","headerTitle","showHeader","appendTo"],"FieldSettings":["groupBy"]},"uid":"0053531","order":0,"component":"ListView","dir":"listview","parentId":"053"},{"url":"checklist","name":"Checklist","category":"ListView","description":"Essential JS 2 ListView control demo of the checked list view, which supports selecting more than one list item.","api":{"ListView":["dataSource","fields","showCheckBox","appendTo"],"FieldSettings":["groupBy"]},"uid":"0053532","order":0,"component":"ListView","dir":"listview","parentId":"053"},{"url":"nested-list","name":"Nested List","category":"ListView","description":"Demo of Essential JS 2 ListView control showing the visual representation of nested data using the child property.","api":{"ListView":["dataSource","fields","headerTitle","showHeader","showIcon","appendTo"],"FieldSettings":["id","text","icon","child","iconCss","tooltip"]},"uid":"0053533","order":0,"component":"ListView","dir":"listview","parentId":"053"},{"url":"virtualization","name":"Virtualization","category":"ListView","description":"Demo of Essential JS 2 ListView control loading items in the view port with virtualization, which improves performance when loading large amounts of data.","api":{"ListView":["dataSource","headerTitle","showHeader","enableVirtualization","height","template","actionBegin","actionComplete","appendTo"]},"uid":"0053534","order":0,"component":"ListView","dir":"listview","parentId":"053"},{"url":"templates","name":"Templates","category":"Customization","description":"Demo of Essential JS 2 ListView control rendering customized elements inside list items. This sample is a news feed application built using a list view.","api":{"ListView":["dataSource","template","headerTitle","showHeader","appendTo"],"FieldSettings":["id","text","child"]},"uid":"0053535","order":1,"component":"ListView","dir":"listview","parentId":"053"},{"url":"group-template","name":"Group Template","category":"Customization","description":"Essential JS 2 ListView control demo of list item and header customization using a template. The mobile settings showcase built-in CSS.","api":{"ListView":["dataSource","template","groupTemplate","headerTitle","showHeader","appendTo"],"FieldSettings":["text","groupBy"]},"uid":"0053536","order":1,"component":"ListView","dir":"listview","parentId":"053"},{"url":"call-history","name":"Call History","category":"Use Case","description":"Demo of Essential JS 2 ListView control in a real-world use case as a call history app, featuring mobile contacts, mail inbox, and more.","api":{"ListView":["dataSource","fields","showCheckBox","checkBoxPosition","showIcon","select","appendTo"],"FieldSettings":["groupBy","iconCss"]},"uid":"0053537","order":2,"component":"ListView","dir":"listview","parentId":"053"}],"order":8,"uid":"053"},{"name":"Tooltip","directory":"tooltip","category":"Layout","ftName":"tooltip","samples":[{"url":"default","name":"Default Functionalities","category":"Tooltip","description":"Default rendering of the Essential JS 2 Tooltip control, which will open when hovering or tapping and holding, and can be displayed in 12 different positions.","api":{"Tooltip":["content","appendTo","position "]},"uid":"0054540","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},{"url":"template","name":"Template","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control template functionality, which allows HTML content to be rendered in tooltips.","api":{"Tooltip":["content","target","beforeRender","showTipPointer","offsetX","width","appendTo"]},"uid":"0054541","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},{"url":"ajax-content","name":"Ajax Content","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control loading dynamic content in tooltips through Ajax from JSON files.","api":{"Tooltip":["content","target","position","beforeRender","dataBind","appendTo"]},"uid":"0054542","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},{"url":"smart-position","name":"Smart Positioning","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control's smart (flexible) positioning based on the view port's dimensions.","api":{"Tooltip":["content","offsetX","target","animation","open","close","refresh","appendTo"]},"uid":"0054543","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},{"url":"menu","name":"Tooltip Menu","category":"Tooltip","description":"Demo of Essential JS 2 Tooltip control customization to look like a menu using toolbar and listview controls.","uid":"0054544","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},{"url":"html-template","name":"HTML Template","category":"Tooltip","description":"Demo of Essential JS 2 Tooltip control customization as an HTML page using HTML tags to display a template content.","uid":"0054545","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},{"url":"api","name":"API","category":"Tooltip","description":"Essential JS 2 Tooltip control demo showcasing the most frequently used API combinations, like content, height, width, open, sticky mode, and more.","uid":"0054546","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"}],"order":8,"uid":"054"},{"name":"Splitter","directory":"splitter","category":"Layout","ftName":"splitter","samples":[{"url":"default","name":"Default Functionalities","category":"Splitter","description":"The example explains the default functionalities of the JavaScript splitter with resizable panes, separator, and orientation (horizontal and vertical).","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0055550","order":0,"component":"Splitter","dir":"splitter","parentId":"055"},{"url":"expand-and-collapse","name":"Expand and Collapse","category":"Splitter","description":"The example presents collapsible JavaScript Splitter that exposes expand and collapse action of panes with a different orientation and resizable panes.","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0055551","order":0,"component":"Splitter","dir":"splitter","parentId":"055"},{"url":"accordion-navigation-menu","name":"Accordion Navigation Menu","category":"Use Case","description":"The example shows how to integrate Accordion and load the content from external sources using the Ajax library inside panes of JavaScript Splitter.","api":{"Splitter":["paneSettings","height","width","expanded","expanding","items","datasource","select"]},"uid":"0055552","order":1,"component":"Splitter","dir":"splitter","parentId":"055"},{"url":"details-view","name":"Details View","category":"Use Case","description":"The example demonstrates how to create employee details view layout using panes of JavaScript Splitter and ListView with navigation.","api":{"Splitter":["paneSettings","height","width","enableVirtualization","cssClass","template","actionComplete","datasource","select"]},"uid":"0055553","order":1,"component":"Splitter","dir":"splitter","parentId":"055"},{"url":"outlook-style-layout","name":"Outlook-style Layout","category":"Use Case","description":"The example explains how to construct an outlook style layout using JavaScript Splitter, TreeView, ListView, and Rich Text Editor with multiple panes.","api":{"Splitter":["paneSettings","height","width","fields","nodeTemplate","template","groupTemplate","cssClass","datasource","select"]},"uid":"0055554","order":1,"component":"Splitter","dir":"splitter","parentId":"055"},{"url":"code-editor-layout","name":"Code Editor Layout","category":"Use Case","description":"The example shows how to construct code editor layout (UI) using JavaScript Splitter with multiple, nested, different oriented, and resizable panes.","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0055555","order":1,"component":"Splitter","dir":"splitter","parentId":"055"}],"order":8,"uid":"055"},{"name":"Dashboard Layout","directory":"dashboard-layout","category":"Layout","ftName":"dashboardlayout","samples":[{"url":"default","name":"Default Functionalities","category":"Dashboard Layout","api":{"DashboardLayout":["cellSpacing"]},"description":"This example explains the default functionalities of the JavaScript Dashboard Layout with draggable and resizable panels.","uid":"0056560","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"056"},{"url":"predefined-layouts","name":"Predefined Layouts","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates how to change the initially defined panels structure with a set of predefined panel templates dynamically.","uid":"0056561","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"056"},{"url":"properties","name":"API","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates the most frequently used API combinations and dynamic addition and removal of panels within the layout.","uid":"0056562","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"056"},{"url":"dynamic-widget","name":"Editable Dashboard","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates how to add the data visualization components such as pie, column and spline chart in panels dynamically within the layout.","uid":"0056563","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"056"},{"url":"analytics-dashboard","name":"SEO Analytics Dashboard","category":"Use Case","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample explains about constructing a real time dashboar.d for SEO analysis using data visualizing components like maps, charts, cards etc","uid":"0056564","order":1,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"056"}],"dataSourcePath":"src/dashboard-layout/datasource.js","order":8,"uid":"056"},{"name":"Query Builder","directory":"query-builder","category":"Forms","ftName":"query-builder","samples":[{"url":"default","name":"Default Functionalities","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","dataSource","columns","rule","created"]},"description":"This sample demonstrates the default functionalities of the Query Builder component. Click the plus button to add group or conditions.","uid":"0057570","order":0,"component":"Query Builder","dir":"query-builder","parentId":"057"},{"url":"template","name":"Template","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","columns","rule","ruleChange"]},"description":"This sample demonstrates the integration of DropdownList, Slider controls as Templates in the Query Builder component.","uid":"0057571","order":0,"component":"Query Builder","dir":"query-builder","parentId":"057"},{"url":"grid","name":"Integration with Data Grid","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","dataSource","columns","rule","ruleChange"]},"description":"This sample demonstrates the integration of Grid component to showcase the data population based on the created filters using Query Builder component.","uid":"0057572","order":0,"component":"Query Builder","dir":"query-builder","parentId":"057"}],"order":9,"uid":"057"},{"name":"PDF Viewer","directory":"pdfviewer","category":"Viewer","ftName":"pdfviewer","type":"update","samples":[{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with minimum configuration.","category":"PDF Viewer","type":"update","uid":"0058580","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"058"},{"url":"custom-toolbar","name":"Custom Toolbar","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with custom toolbar configuration.","category":"PDF Viewer","uid":"0058581","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"058"},{"url":"right-to-left","name":"Right to Left","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with Right to Left Configuration ","category":"PDF Viewer","uid":"0058582","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"058"},{"url":"form-filling","name":"Form Filling","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with Form Filling Configuration ","category":"PDF Viewer","type":"new","uid":"0058583","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"058"}],"order":10,"uid":"058"}]; +export let samplesList : any =[{"name":"Data Grid","directory":"grid","category":"Grids","ftName":"datagrid","samples":[{"url":"grid-overview","name":"Overview","description":"This demo for Essential JS 2(ES6) grid control is an overview of how to display and manipulate large data with configuration options.","category":"Data Grid","api":{"Grid":["dataSource","enableVirtualization","allowFiltering","allowSorting","allowSelection","selectionSettings","height","columns","dataBound","actionComplete","load"]},"uid":"00000","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS 2(ES6) grid control shows the default rendering of the grid control with minimum configuration.","category":"Data Grid","api":{"Grid":["columns","dataSource"]},"uid":"00001","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"grouping","name":"Grouping","description":"This demo for Essential JS 2 grid control demonstrates the grouping feature of the grid control. The grid has options to group records based on columns.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","allowSorting","groupSettings","pageSettings","allowGrouping","height","columns"]},"uid":"00002","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"grid-lines","name":"GridLines","description":"This demo for Essential JS 2 grid control demonstrates the visibility of the grid lines that separate the rows and columns.","category":"Data Grid","api":{"Grid":["dataSource","gridLines","columns"]},"uid":"00003","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"scrolling","name":"Default Scrolling","description":"This demo for Essential JS 2 grid control shows the usage of the horizontal and vertical scrollbars to view grid content that exceeds the grid area.","category":"Scrolling","api":{"Grid":["dataSource","height","width","columns"]},"uid":"00004","order":1,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"virtual-scrolling","name":"Virtual Scrolling","description":"This demo demonstrates how to use Essential JS 2 grid to show a large data view without performance degradation by rendering only the required rows and columns.","category":"Scrolling","api":{"Grid":["dataSource","enableVirtualization","enableColumnVirtualization","dataBound","height","columns"]},"uid":"00005","order":1,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"events","name":"Events","description":"This demo for Essential JS 2 grid control shows the events that have been triggered during the grid operations.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","pageSettings","allowGrouping","allowReordering","allowSorting","columns","load","created","actionBegin","actionComplete","dataBound","rowSelecting","rowSelected","columnDragStart","columnDrag","columnDrop"]},"uid":"00006","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"hierarchy","name":"Hierarchy Grid","description":"This demo for Essential JS 2 grid control shows the hierarchical binding feature that helps to build multilevel parent-child relationships.","category":"Data Grid","api":{"Grid":["dataSource","allowSorting","columns","detailDataBound","dataBound","created","childGrid"]},"uid":"00007","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"clipboard","name":"Clipboard","description":"This demo for Essential JS 2 grid control shows copy to clipboard functionality of grid. Select rows and click Copy button from toolbar to copy content.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","toolbar","columns","pageSettings","allowSelection","selectionSettings","toolbarClick"]},"uid":"00008","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"local-data","name":"Local Data","description":"This demo for Essential JS 2 grid control demonstrates the way for binding a grid with a local data source.","category":"Data Binding","api":{"Grid":["dataSource","allowPaging","columns","pageSettings"]},"uid":"00009","order":2,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"remote-data","name":"Remote Data","description":"This demo for Essential JS 2 grid control shows the way of data binding grid with remote service. Grid data source is bound to remote data using DataManager.","category":"Data Binding","api":{"Grid":["dataSource","allowPaging","actionBegin","actionComplete","created","dataBound","columns","pageSettings"]},"uid":"000010","order":2,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"auto-wrap","name":"AutoWrap Column Cells","description":"This demo for Essential JS 2 grid control shows how the grid cell content is autowrapped to show large cell content.","category":"Columns","api":{"Grid":["dataSource","allowPaging","allowTextWrap","columns","pageSettings"]},"uid":"000011","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"show-hide","name":"Show or Hide Column","description":"This demo for Essential JS 2 grid control demonstrates the dynamic show and hide columns feature. Use the properties panel to hide/show the column.","category":"Columns","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000012","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"column-template","name":"Column Template","description":"This demo for Essential JS 2 grid control demonstrates usage of template columns in Grid to shown custom images in the Employee Image column.","category":"Columns","api":{"Grid":["dataSource","width","height","columns"]},"uid":"000013","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"stacked-header","name":"Stacked Header","description":"This demo for Essential JS 2 grid control shows the usage of the sorting API in grid. Use the properties panel to sort/unsort columns using API.","category":"Columns","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000014","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"reorder","name":"Reorder","description":"This demo for Essential JS 2 grid control shows the reordering columns feature. Select column name and index from properties panel to reorder the columns.","category":"Columns","api":{"Grid":["dataSource","allowReordering","actionComplete","columns"]},"uid":"000015","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"column-chooser","name":"Column Chooser","description":"This demo for Essential JS 2 grid control shows how the column chooser feature can be used to show or hide columns dynamically.","category":"Columns","api":{"Grid":["dataSource","allowPaging","showColumnChooser","columns","toolbar"]},"uid":"000016","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"row-template","name":"Row Template","description":"This demo for Essential JS 2 grid control shows the usage of the row template feature. We have rendered each Grid row using template.","category":"Rows","api":{"Grid":["dataSource","rowTemplate","height","width","columns"]},"uid":"000017","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"detail-template","name":"Detail Template","description":"This demo for Essential JS 2 grid control shows the grid with detail template feature. Click the expand button to show the detailed information about a row.","category":"Rows","api":{"Grid":["dataSource","detailTemplate","height","width","columns"]},"uid":"000018","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"hover","name":"Row Hover","description":"This demo for Essential JS 2 grid control shows the Grid with the row hover feature. Move the mouse over the Grid rows to see the hover effect.","category":"Rows","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","enableHover"]},"uid":"000019","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"row-height","name":"Row Height","description":"This demo for Essential JS 2 grid control shows the row height feature. Click on the toolbar icons to change row's height.","category":"Rows","api":{"Grid":["dataSource","toolbar","height","columns","rowHeight","toolbarClick"]},"uid":"000020","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"drag-and-drop","name":"Row Drag And Drop","description":"This demo for Essential JS 2 grid control demonstrates how the rows can be dragged between grids using the row drag-and-drop feature.","category":"Rows","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowRowDragAndDrop","selectionSettings","rowDropSettings","width"]},"uid":"000021","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"drag-drop-within-grid","name":"Row Drag And Drop Within Grid","category":"Rows","description":"This demo for Essential JS 2 grid control demonstrates how the rows can be dragged within the grids using the row drag-and-drop feature.","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowRowDragAndDrop","selectionSettings","rowDropSettings","width","persistSelection"]},"uid":"000022","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"sorting","name":"Multi Sorting","description":"This demo for Essential JS 2 grid control shows the grid multisorting feature. Using this feature, grid rows can be sorted by two or more columns.","category":"Sorting","api":{"Grid":["dataSource","allowSelection","selectionSettings","columns","enableHover"]},"uid":"000023","order":5,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"sorting-api","name":"Sorting API","description":"This demo for Essential JS 2 grid control shows the usage of the sorting API in grid. Use the properties panel to sort/unsort columns using API.","category":"Sorting","api":{"Grid":["dataSource","allowPaging","allowSelection","selectionSettings","enableHover","columns","pageSettings"]},"uid":"000024","order":5,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"filter","name":"Default Filtering","description":"This demo for Essential JS 2 grid control shows how to place a filter bar row in the header to filter grid rows.","category":"Filtering","api":{"Grid":["allowFiltering","dataSource","allowPaging","pageSettings","columns"]},"uid":"000025","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"filter-menu","name":"Filter Menu","description":"This demo for Essential JS 2 grid control demonstrates a way of filtering rows using a menu, check box, and Excel filter UI.","category":"Filtering","api":{"Grid":["allowFiltering","filterSettings","dataSource","allowPaging","pageSettings","columns"]},"uid":"000026","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"search","name":"Search","description":"This demo for Essential JS 2 grid control shows the content searching feature. Use the search box from toolbar to search for records in grid.","category":"Filtering","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","toolbar"]},"uid":"000027","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"default-paging","name":"Default Paging","description":"This demo for Essential JS 2 grid control shows how you can display the contents of the grid in page segments using the paging feature.","category":"Paging","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000028","order":7,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"paging-api","name":"Paging API","description":"This demo for Essential JS 2 grid control shows the usage of the paging API, use the properties panel to change the pageSize, pageCount and current page.","category":"Paging","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","actionComplete","goToPage"]},"uid":"000029","order":7,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"selection","name":"Default Selection","description":"This demo for Essential JS 2 grid control shows how to select rows or cells through simple mouse down or keyboard interaction using the selection feature.","category":"Selection","api":{"Grid":["dataSource","allowSelection","selectionSettings","enableHover","columns"]},"uid":"000030","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"selection-api","name":"Selection API","description":"This demo for Essential JS 2 grid control shows the content searching feature. Use the search box from toolbar to search for records in grid.","category":"Selection","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","selectionSettings","enableHover"]},"uid":"000031","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"checkbox-selection","name":"Checkbox Selection","description":"This demo for Essential JS 2 grid control shows how the check box selection feature can be used to select grid rows.","category":"Selection","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","selectionSettings","enableHover"]},"uid":"000032","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"aggregate-default","name":"Default Aggregate","description":"This demo for Essential JS 2 grid control shows how the row values can be aggregated and shown in a column footer.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","aggregates"]},"uid":"000033","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"aggregate-group","name":"Group and Caption Aggregate","description":"This demo for Essential JS 2 grid control shows how the row values can be aggregated for each group of items and shown in a group caption and footer.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowGrouping","groupSettings","aggregates"]},"uid":"000034","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"reactive-aggregate-batch-edit","name":"Reactive Aggregate","description":"This demo for Essential JS 2 grid control shows how aggregate values are updated while the row is edited in batch edit mode.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowGrouping","groupSettings","aggregates","editSettings","toolbar"]},"uid":"000035","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"normal-editing","name":"Inline Editing","description":"This demo for Essential JS 2 grid control shows the inline editing operation. In the below sample, You can perform CRUD operations in grid.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000036","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"dialog-editing","name":"Dialog Editing","description":"This demo for Essential JS 2 grid control shows how to edit grid rows using the Essential JS 2 dialog control.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000037","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"dialog-template","name":"Dialog Template","description":"This demo for Essential JS 2 grid control shows how to edit the grid rows using Essential JS 2 dialog-template.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000038","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"batch-editing","name":"Batch Editing","description":"This demo for Essential JS 2 grid control shows how to perform bulk changes to the grid content using batch edit mode.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000039","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"command-column","name":"Command Column","description":"This demo for Essential JS 2 grid control shows how to edit and delete records using a command column.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings"]},"uid":"000040","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"column-resize","name":"Column Resizing","description":"This demo for Essential JS 2 grid control shows how the column resizing feature can be used to change width dynamically.","category":"Columns","api":{"Grid":["dataSource","allowResizing","height","columns"]},"uid":"000041","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"header-template","name":"Header Template","description":"This demo for Essential JS 2 grid control shows the Grid header template feature, we have shown custom icons in the column headers.","category":"Columns","api":{"Grid":["dataSource","columns"]},"uid":"000042","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"default-exporting","name":"Default Exporting","description":"This demo for Essential JS 2 grid control shows the client-side exporting of grid content to Excel, PDF, and CSV formats.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","allowPaging","toolbar","pageSettings","columns","groupSettings","allowGrouping"]},"uid":"000043","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"advanced-exporting","name":"Advanced Exporting","description":"This demo for Essential JS 2 grid control demonstrates how exporting can be customized to add headers and footers in exported documents.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","toolbar","allowPaging","pageSettings","columns"]},"uid":"000044","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"master-details-export","name":"Hierarchy Exporting","description":"This demo for Essential JS 2 grid control demonstrates how to export hierarchy grid in exported documents.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","toolbar","allowPaging","pageSettings","columns","childGrid"]},"uid":"000045","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"print","name":"Print","description":"This demo for Essential JS 2 grid control shows how to print the grid content. Click the print button from the toolbar item to print Grid.","category":"Exporting","api":{"Grid":["dataSource","allowPaging","toolbar","pageSettings","columns"]},"uid":"000046","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"column-spanning","name":"Column Spanning","description":"This demo for Essential JS 2 grid control demonstrates the grid with column spanning feature to span multiple adjacent cells together.","category":"Columns","api":{"Grid":["dataSource","allowTextWrap","columns","queryCellInfo","gridLines","width","height"]},"uid":"000047","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"frozen-rows-columns","name":"Frozen Rows And Columns","description":"This demo for Essential JS 2 grid control shows frozen rows/columns feature of grid. Scroll the movable content to view the frozen rows/columns.","category":"Columns","api":{"Grid":["dataSource","allowSelection","columns","frozenColumns","frozenRows","height"]},"uid":"000048","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"context-menu","name":"Context Menu","description":"This demo for Essential JS 2 grid control shows demonstrates the usage of context menu in grid. Right click anywhere on the grid to view context menu.","category":"Data Grid","api":{"Grid":["dataSource","allowSorting","allowGrouping","allowPdfExport","allowExcelExport","editSettings","allowPaging","contextMenuItems","groupSettings","columns"]},"uid":"000049","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"column-menu","name":"Column Menu","description":"This demo for Essential JS 2 grid control shows the usage of the various column functionalities of the column menu feature.","category":"Columns","api":{"Grid":["dataSource","allowSorting","allowGrouping","showColumnMenu","groupSettings","columns","allowSorting"]},"uid":"000050","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"foreign-key","name":"Foreign Key Column","description":"This demo for Essential JS 2 grid control shows the usage of a foreign key column and perform actions like filtering, sorting and editing.","category":"Columns","api":{"Grid":["dataSource","allowSorting","columns","allowFiltering","filterSettings","editSettings"]},"uid":"000051","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},{"url":"row-spanning","name":"Row Spanning","description":"This demo for Essential JS 2 grid control demonstrates the row spanning feature. In this sample, we have spanned row cells together.","category":"Rows","api":{"Grid":["dataSource","allowTextWrap","columns","queryCellInfo","gridLines","width","height"]},"uid":"000052","order":4,"component":"Data Grid","dir":"grid","parentId":"00"}],"order":0,"uid":"00"},{"name":"Pivot Table","directory":"pivot-table","category":"Grids","type":"update","samples":[{"url":"default","name":"Default Functionalities","category":"Pivot Table","description":"This demo for Essential JS2 Pivot Table control shows the basic rendering of the pivot table with minimum configuration","uid":"00110","order":0,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"local","name":"Local Data","category":"Data Binding","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with local JSON data","sourceFiles":[{"displayName":"local.ts","path":"src/pivot-table/local.ts"},{"displayName":"localData.json","path":"src/pivot-table/pivot-data/rData.json"},{"displayName":"local.html","path":"src/pivot-table/local.html"}],"uid":"00111","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"remote","name":"Remote Data","category":"Data Binding","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with remote data or service data","uid":"00112","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"olap","name":"OLAP","category":"Data Binding","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with olap datasource","uid":"00113","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"pivot-chart","name":"Pivot Chart","category":"Integration","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table data into a simple pivot chart","uid":"00114","order":2,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"external-binding","name":"External Binding","category":"Integration","description":"This demo for Essential JS2 Pivot Table control demonstrate the rendering of heat map with cell selection option.","uid":"00115","order":2,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"field-list","name":"Field List","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the field list feature of the pivot table","uid":"00116","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"grouping-bar","name":"Grouping Bar","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the grouping bar feature of the pivot table","uid":"00117","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"conditional-formatting","name":"Conditional Formatting","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate formatting the appearance of the pivot table cells with values based on the applied conditions","uid":"00118","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"selection","name":"Selection","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the cell selection feature of the pivot table","uid":"00119","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"summary-customization","name":"Show/Hide Totals","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the summary customization feature of the pivot table","uid":"001110","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"grouping","name":"Grouping","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the grouping feature for date and number fields","uid":"001111","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"toolbar","name":"Toolbar","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the toolbar feature with pivot table and pivot chart","uid":"001112","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"calculated-field","name":"Calculated Field","type":"update","category":"Formula","description":"This demo for Essential JS2 Pivot Table control shows calculated field, and it allows users to add calculated items","uid":"001113","order":4,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"aggregation","name":"Aggregation","category":"Formula","description":"This demo for Essential JS2 Pivot Table control shows different types of aggregation for value fields","uid":"001114","order":4,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"sorting","name":"Default Sorting","category":"Sorting","description":"This demo for Essential JS2 Pivot Table control shows ordering(sorting) of fields either in ascending or descending order","uid":"001115","order":5,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"value-sorting","name":"Value Sorting","category":"Sorting","description":"This demo for Essential JS2 Pivot Table control shows sorting values on column or row wise in ascending or descending order","uid":"001116","order":5,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"filtering","name":"Default Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate member filtering of field headers either by including or excluding them","uid":"001117","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"label-filtering","name":"Label Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate label filtering of field headers either by including or excluding them","uid":"001118","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"value-filtering","name":"Value Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate the filtering of field headers based on the grand total (value based)","uid":"001119","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"virtual-scrolling","name":"Virtual Scrolling","category":"Scrolling","description":"This demo for Essential JS2 Pivot Table control shows virtual scrolling option available vertically and horizontally to load large records with ease","uid":"001120","order":7,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"cell-template","name":"Cell Template","category":"Customization","description":"This demo for Essential JS2 Pivot Table control demonstrate cell template option on cells of the pivot table","uid":"001121","order":8,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"drill-through","name":"Drill Through","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control shows the raw items of any value cells in pivot table","uid":"001122","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"editing","name":"Editing","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control allows to edit, add and delete the value cells in pivot table","uid":"001123","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"hyper-link","name":"Hyperlink","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control shows hyperlink options in row headers, column headers, value cells, and summary cells in the pivot table","uid":"001124","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"defer-update","name":"Defer Layout Update","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control demonstrate defer layout update feature of the pivot table","uid":"001125","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},{"url":"exporting","name":"Export","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control demonstrate client-side exporting of the pivot table to Excel, CSV and PDF formats","uid":"001126","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"}],"order":0,"uid":"01"},{"name":"Tree Grid","directory":"tree-grid","category":"Grids","ftName":"tree-grid","samples":[{"url":"treegrid-overview","name":"Overview","category":"Tree Grid","api":{"TreeGrid":["dataSource","childMapping","height","columns","allowReordering","allowFiltering","allowSorting","filterSettings","queryCellInfo"]},"description":"This sample demonstrates the overview of basic treegrid features such as sorting, filtering, conditional formatting, column template and scrolling.","uid":"00220","order":0,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"default","name":"Default Functionalities","category":"Tree Grid","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","columns"]},"description":"This example shows how the Syncfusion TypeScript TreeGrid control looks with its default configuration.","uid":"00221","order":0,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"localdata","name":"Local Data","category":"Data Binding","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns"]},"description":"This example shows the binding of an array of list objects in the Syncfusion TypeScript TreeGrid control.","uid":"00222","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"remote-data","name":"Remote Data","category":"Data Binding","api":{"TreeGrid":["dataSource","allowPaging","columns","treeColumnIndex","hasChildMapping","parentIdMapping","idMapping","height"]},"description":"This example shows the binding of remote services by using the DataManager in the Syncfusion TypeScript TreeGrid.","uid":"00223","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"selfreference","name":"Self Reference","category":"Data Binding","api":{"TreeGrid":["dataSource","allowPaging","columns","treeColumnIndex","idMapping","parentIdMapping"]},"description":"This example illustrates binding self-referential flat data with parent ID to a Syncfusion TypeScript TreeGrid control.","uid":"00224","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"columnformatting","name":"Column Formatting","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex","pageSettings"]},"description":"This demo explains how to display the content of TreeGrid columns based on the specified format in Syncfusion TypeScript TreeGrid.","uid":"00225","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"column-template","name":"Column Template","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","width","height","columns","rowHeight"]},"description":"This demo explains how to define the template in TreeGrid columns of Syncfusion TypeScript TreeGrid control.","uid":"00226","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"reorder","name":"Reorder","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowReordering","actionComplete","columns","allowPaging"]},"description":"This demo explains how to reorder the columns of treegrid by simple drag and drop of columns using Syncfusion TypeScript TreeGrid control.","uid":"00227","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"resizing","name":"Resize","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowResizing","actionComplete","columns","allowPaging"]},"description":"This demo explains how to resize the width of the treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"00228","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"columnmenu","name":"Column Menu","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns"]},"description":"This demo explains the default functionalities of the Column Menu in Syncfusion TypeScript TreeGrid control.","uid":"00229","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"cellalignment","name":"Cell Alignment","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to align the content inside the cells of treegrid columns and headers in Syncfusion TypeScript TreeGrid control.","uid":"002210","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"auto-wrap","name":"AutoWrap Column Cells","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","allowTextWrap","columns","pageSettings"]},"description":"This demo explains how to wrap the content of columns within the specified width of treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"002211","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"showhidecolumn","name":"Show or Hide Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to hide or show the columns of treegrid dynamically using Syncfusion TypeScript TreeGrid methods.","uid":"002212","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"header-template","name":"Header Template","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","height"]},"description":"This demo explains how to customize column headers to show additional HTML elements, such as icons, images, etc. in Syncfusion TypeScript TreeGrid control.","uid":"002213","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"stacked-header","name":"Stacked Header","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","pageSettings","columns"]},"description":"This demo explains how to provide a common header for the group of columns in Syncfusion TypeScript TreeGrid control.","uid":"002214","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"rowhover","name":"Row Hover","category":"Rows","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns","enableHover","height"]},"description":"This demo explains how the treegrid row color is changed while move the mouse over a row in Syncfusion TypeScript TreeGrid content.","uid":"002215","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"rowheight","name":"Row Height","category":"Rows","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","rowHeight","allowPaging","toolbarClick","columns","toolbar"]},"description":"This demo shows how to set different row height to the rows of Syncfusion TypeScript TreeGrid control.","uid":"002216","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"row-template","name":"Row Template","category":"Rows","api":{"TreeGrid":["dataSource","rowTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo for Essential JS 2 TreeGrid control shows the usage of the row template feature. We have rendered each TreeGrid row using template.","uid":"002217","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"row-reorder","name":"Drag And Drop","category":"Rows","api":{"TreeGrid":["dataSource","rowTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo for Essential JS 2 TreeGrid control demonstrates how the rows can be dragged within the treegrid using the row drag-and-drop feature.","uid":"002218","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"detail-template","name":"Detail Template","category":"Rows","api":{"TreeGrid":["dataSource","detailTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo shows TreeGrid with detail template feature and also each row contains detailed information about a row.","uid":"002219","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"inline-editing","name":"Inline Editing","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","editSettings","toolbar","columns"]},"description":"This example shows how to add and edit row or cell inline on the Syncfusion TypeScript TreeGrid control.","uid":"002220","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"dialog-editing","name":"Dialog Editing","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how to edit a treegrid record in the Dialog mode using Syncfusion TypeScript TreeGrid control.","uid":"002221","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"lock-row","name":"Lock Row","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","allowPaging","pageSettings","rowDataBound","beginEdit","enableHover"]},"description":"This demo explains how to disable editing for specific rows dynamically in Syncfusion TypeScript TreeGrid control.","uid":"002222","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"cell-edit-type","name":"Cell Edit Type","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how to set different edit types and how to define edit params for the treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"002223","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"command-column","name":"Command Column","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","columns","height"]},"description":"This demo explains how to include CRUD action buttons as one of the columns in Syncfusion TypeScript TreeGrid control.","uid":"002224","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"edit-template","name":"Edit Template","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how create a custom editor control for the treegrid cells when a row is edited in Syncfusion TypeScript TreeGrid.","uid":"002225","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"sorting","name":"Multi Sorting","category":"Sorting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","pageSettings","columns","allowSorting","actionComplete","sortSettings"]},"description":"This demo demonstrates to sort multiple columns of treegrid by hold the CTRL key and click on the column headers of Syncfusion TypeScript TreeGrid control.","uid":"002226","order":5,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"sorting-api","name":"Sorting API","category":"Sorting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","allowSorting","columns","pageSettings"]},"description":"This demo explains how to sort columns dynamically using methods of Syncfusion TypeScript TreeGrid control.","uid":"002227","order":5,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"filtering","name":"Default Filtering","category":"Filtering","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowFiltering","filterSettings","treeColumnIndex"]},"description":"This demo explains the default functionalities of filtering and how to define the template for filter bar in Syncfusion TypeScript TreeGrid.","uid":"002228","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"filter-menu","name":"Menu Filter","category":"Filtering","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowFiltering","treeColumnIndex","filterSettings"]},"description":"This demo explains how to filter the content using menu filter type of Syncfusion TypeScript TreeGrid control.","uid":"002229","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"search","name":"Search","category":"Filtering","api":{"TreeGrid":["dataSource","allowPaging","pageSettings","columns","childMapping","treeColumnIndex","toolbar"]},"description":"This demo explains how to search the text entered in the search bar in Syncfusion TypeScript TreeGrid content.","uid":"002230","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"default-paging","name":"Default Paging","category":"Paging","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","pageSettings","treeColumnIndex"]},"description":"This demo explains how to display the records in paginated view in Syncfusion TypeScript TreeGrid control.","uid":"002231","order":7,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"paging-api","name":"Paging API","category":"Paging","api":{"Grid":["dataSource","allowPaging","columns","treeColumnIndex","childMapping"]},"description":"This demo explains how to customize a pager using the APIs that are relevant to paging of Syncfusion TypeScript TreeGrid control.","uid":"002232","order":7,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"default-scrolling","name":"Default Scrolling","description":"This demo for Essential JS 2 TreeGrid control shows the usage of the horizontal and vertical scrollbars to view TreeGrid content that exceeds the TreeGrid area.","category":"Scrolling","api":{"TreeGrid":["dataSource","height","width","columns"]},"uid":"002233","order":8,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"virtual-scrolling","name":"Virtual Scrolling","description":"This demo demonstrates how to use Essential JS 2 TreeGrid to show a large data view without performance degradation by rendering only the required rows.","category":"Scrolling","api":{"TreeGrid":["dataSource","enableVirtualization","dataBound","height","columns"]},"uid":"002234","order":8,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"selection","name":"Default Selection","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowSelection","selectionSettings","treeColumnIndex"]},"description":"This demo explains the customization of selection mode and toggle selection of Syncfusion TypeScript TreeGrid control.","uid":"002235","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"selection-api","name":"Selection API","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowSelection","selectionSettings","treeColumnIndex"]},"description":"This demo explains how to select and clear multiple rows using methods of Syncfusion TypeScript TreeGrid control.","uid":"002236","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"checkbox-selection","name":"Checkbox Selection","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how the check box selection feature can be used to select treegrid rows in Essential TypeScript TreeGrid control.","uid":"002237","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"checkbox-column","name":"Checkbox Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how the hierarchy selection between the records using column checkboxes in Essential TypeScript TreeGrid control.","uid":"002238","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"frozen-column","name":"Frozen Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","columns","treeColumnIndex","frozenColumns"]},"description":"This demo for Essential JS 2 treegrid control shows frozen columns feature of treegrid. Scroll the movable content to view the frozen columns.","uid":"002239","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"aggregate-default","name":"Default Aggregate","category":"Aggregates","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","columns","aggregates"]},"description":"This demo explains how to display the summary values such as average, minimum, etc., for the columns in Syncfusion TypeScript TreeGrid control.","uid":"002240","order":10,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"custom-aggregate","name":"Custom Aggregate","category":"Aggregates","api":{"TreeGrid":["dataSource","width","childMapping","treeColumnIndex","height","columns","aggregates"]},"description":"This demo explains how to display the custom aggregate for the columns in Syncfusion TypeScript TreeGrid control.","uid":"002241","order":10,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"default-context-menu","name":"Default Context Menu","category":"Context Menu","description":"This demo explains the usage of context menu and the default context menu items in Syncfusion TypeScript TreeGrid control.","api":{"TreeGrid":["dataSource","allowPaging","columns","contextMenu","hasChildMapping","parentIdMapping"]},"uid":"002242","order":11,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"custom-context-menu","name":"Custom Context Menu","category":"Context Menu","description":"This demo explains the usage of custom context menu items in Syncfusion TypeScript TreeGrid control.","api":{"TreeGrid":["dataSource","allowPaging","columns","hasChildMapping","contextMenuItems","parentIdMapping"]},"uid":"002243","order":11,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"default-exporting","name":"Default Exporting","category":"Exporting","api":{"TreeGrid":["dataSource","columns","toolbar","allowExcelExport","allowPdfExport","treeColumnIndex","toolbarClick","childMapping","height"]},"description":"This demo explains how to export the treegrid content to Excel, PDF, and CSV documents using the Syncfusion TypeScript TreeGrid control.","uid":"002244","order":12,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"print","name":"Print","category":"Exporting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns","toolbar"]},"description":"This demo explains how to print the records of the treegrid using the Print feature of Syncfusion TypeScript TreeGrid control.","uid":"002245","order":12,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"conditional-formatting","name":"Conditional Formatting","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","height","queryCellInfo"]},"description":"This demo explains how to apply styles to specific cells based on certain conditions in Syncfusion TypeScript TreeGrid control.","uid":"002246","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"toolbar-template","name":"Toolbar Template","category":"Miscellaneous","api":{"TreeGrid":["dataSource","toolbar","toolbarClick","allowFiltering","childMapping","height","treeColumnIndex","filterSettings","columns"]},"description":"This demo explains how to render custom template elements in a toolbar by which any custom operation can be performed in Syncfusion TypeScript TreeGrid.","uid":"002247","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"events","name":"Events","category":"Miscellaneous","api":{"TreeGrid":["dataSource","allowPaging","childMapping","treeColumnIndex","load","created","actionBegin","actionComplete","allowReordering","allowSorting","dataBound","rowSelecting","rowSelected","columnDragStart","columnDrag","columnDrop","columns","pageSettings"]},"description":"This demo explains the basic functionalities of the events that are available in the Syncfusion TypeScript TreeGrid control.","uid":"002248","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"keyboard","name":"Keyboard Interaction","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","pageSettings"]},"description":"This demo explains the key combinations used to perform corresponding treegrid actions in Syncfusion TypeScript TreeGrid control.","uid":"002249","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},{"url":"treegridlines","name":"Grid Lines","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to customize the grid lines in treegrid using Syncfusion TypeScript TreeGrid control.","uid":"002250","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"}],"order":0,"uid":"02"},{"name":"Spreadsheet","directory":"spreadsheet","category":"Grids","ftName":"spreadsheet","type":"preview","hideOnDevice":true,"samples":[{"url":"default","name":"Default Functionalities","category":"Spreadsheet","api":{"Spreadsheet":["height","width","sheets"],"sheets":["columns","rows","name"],"rangeSettings":["dataSource"]},"description":"This example demonstrates the default functionalities of the Syncfusion JS 2 Spreadsheet that includes editing, importing & exporting.","sourceFiles":[{"displayName":"default.ts","path":"src/spreadsheet/default.ts"},{"displayName":"default.html","path":"src/spreadsheet/default.html"},{"displayName":"default-data.json","path":"src/spreadsheet/default-data.json"}],"uid":"00330","order":0,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},{"url":"formula","name":"Formula","category":"Spreadsheet","api":{"Spreadsheet":["height","width","sheets"],"sheets":["columns","rows","selectedRange","name"],"cells":["value","index"],"rangeSettings":["dataSource","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of using basic formulas with minimum configuration.","sourceFiles":[{"displayName":"formula.ts","path":"src/spreadsheet/formula.ts"},{"displayName":"formula.html","path":"src/spreadsheet/formula.html"},{"displayName":"formula-data.json","path":"src/spreadsheet/formula-data.json"}],"uid":"00331","order":0,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},{"url":"cell-data-binding","name":"Cell Data Binding","category":"Data Binding","api":{"sheets":["rows","columns","selectedRange","name"],"rows":["cells","index"],"cells":["value","style"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the cell data binding with minimum configuration.","uid":"00332","order":1,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},{"url":"remote-data-binding","name":"Remote Data Binding","category":"Data Binding","api":{"Spreadsheet":["sheets"],"sheets":["columns","rows","name"],"rangeSettings":["dataSource","query","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of data binding with remote service using DataManager.","uid":"00333","order":1,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},{"url":"cell-formatting","name":"Cell Formatting","category":"Formatting","api":{"sheets":["columns","rows","name"],"rows":["cells","index"],"cells":["value","style"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of cell formatting with minimum configuration.","sourceFiles":[{"displayName":"cell-formatting.ts","path":"src/spreadsheet/cell-formatting.ts"},{"displayName":"cell-formatting.html","path":"src/spreadsheet/cell-formatting.html"},{"displayName":"cell-formatting-data.json","path":"src/spreadsheet/cell-formatting-data.json"}],"uid":"00334","order":2,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},{"url":"number-formatting","name":"Number Formatting","category":"Formatting","api":{"sheets":["columns","rows","name","selectedRange"],"rows":["cells"],"cells":["value","formatCode"],"rangeSettings":["dataSource","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of number formatting with minimum configuration.","sourceFiles":[{"displayName":"number-formatting.ts","path":"src/spreadsheet/number-formatting.ts"},{"displayName":"number-formatting.html","path":"src/spreadsheet/number-formatting.html"},{"displayName":"number-formatting-data.json","path":"src/spreadsheet/number-formatting-data.json"}],"uid":"00335","order":2,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true}],"order":0,"uid":"03"},{"name":"Chart","directory":"chart","category":"Data Visualization","ftName":"chart","type":"update","samples":[{"url":"line","name":"Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00440","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"spline","name":"Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the spline series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00441","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"step-line","name":"Step Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the step line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00442","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"dashed-line","name":"Dashed Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the dashed line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00443","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"spline-inversed","name":"Inversed Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the inversed spline series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00444","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"line-segments","name":"Line Zone","description":"This demo for Essential JS2 Chart control shows how to render and configure the points in a particular range using MultiColoredLine series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00445","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"line-multi-color","name":"Multi Colored Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the multi colored line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00446","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-line","name":"Stacked Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacked line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00447","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-line-100","name":"100% Stacked Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100% stacked line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00448","order":0,"component":"Chart","dir":"chart","parentId":"04"},{"url":"area","name":"Area","description":"This demo sample for Essential JS2 Chart control shows how to render and configure the area series chart.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"00449","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"spline-area","name":"Spline Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the spline area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004410","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"step-area","name":"Step Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the step area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004411","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"range-area","name":"Range Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the range area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004412","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-area","name":"Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004413","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-area-100","name":"100% Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004414","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"area-empty","name":"Area - Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the area series chart with empty points.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004415","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"area-segments","name":"Area Zone","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render the points in a particular range using MultiColoredArea series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004416","order":1,"component":"Chart","dir":"chart","parentId":"04"},{"url":"column","name":"Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004417","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"rounded-column","name":"Rounded Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the rounded column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004418","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"column-placement","name":"Back to Back Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the column charts.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004419","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"range-column","name":"Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the range column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004420","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"range-bar","name":"Inversed Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the inversed range column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004421","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"bar","name":"Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004422","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-column","name":"Stacked Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004423","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-column-100","name":"100% Stacked Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004424","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-bar","name":"Stacked Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004425","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stacked-bar-100","name":"100% Stacked Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004426","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"tornado","name":"Negative Stack","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bar charts.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004427","order":2,"component":"Chart","dir":"chart","parentId":"04"},{"url":"scatter-plot","name":"Scatter Plot","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the scatter series.","category":"Scatter and Bubble","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004428","order":3,"component":"Chart","dir":"chart","parentId":"04"},{"url":"bubble","name":"Bubble","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bubble series.","category":"Scatter and Bubble","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","pointRender"]},"uid":"004429","order":3,"component":"Chart","dir":"chart","parentId":"04"},{"url":"waterfall","name":"Waterfall","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the waterfall series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004430","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"histogram","name":"Histogram","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the histogram series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004431","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"box-and-whisker","name":"Box and Whisker","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the box and whisker series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings","pointRender"]},"uid":"004432","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"error-bar","name":"Error Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the error bars in charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings","pointRender"]},"uid":"004433","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"trend-lines","name":"Trendlines","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the trend lines in charts.","category":"Other Types","type":"update","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004434","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"hilo","name":"Hilo","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the hilo series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004435","order":5,"component":"Chart","dir":"chart","parentId":"04"},{"url":"hilo-open-close","name":"Hilo Open Close","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the hilo open close series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004436","order":5,"component":"Chart","dir":"chart","parentId":"04"},{"url":"candle-stick","name":"Candle Stick","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the candle series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004437","order":5,"component":"Chart","dir":"chart","parentId":"04"},{"url":"accumulation-distribution-indicator","name":"Accumulation Distribution","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the accumulation distribution indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004438","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"average-true-range-indicator","name":"ATR","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the average true range indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004439","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"bollinger","name":"Bollinger","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bollinger band type indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004440","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"exponential-moving-average-indicator","name":"EMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the exponential moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004441","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"moving-average-convergence-divergence-indicator","name":"MACD","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the moving average convergence divergence indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004442","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"momentum","name":"Momentum","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the momentum indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004443","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"relative-strength-index-indicator","name":"RSI","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the relative strength index indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004444","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"simple-moving-average-indicator","name":"SMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the simple moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004445","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"stochastic","name":"Stochastic","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stochastic indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004446","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"triangular-moving-average-indicator","name":"TMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the triangular moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004447","order":6,"component":"Chart","dir":"chart","parentId":"04"},{"url":"multi-series-chart","name":"Multi-Series Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to combine different types of charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004448","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"pareto","name":"Pareto Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure pareto charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004449","order":4,"component":"Chart","dir":"chart","parentId":"04"},{"url":"chart-performance","name":"Chart Performance","description":"This demo for Essential JavaScript2 Chart control shows the performance when plotting large volumes of data and handling high frequency real-time data.","category":"Benchmark","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004450","order":7,"component":"Chart","dir":"chart","parentId":"04"},{"url":"default-pie","name":"Pie","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004451","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"pie-radius","name":"Pie with Various Radius","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the various radius pie chart.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004452","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"donut","name":"Donut","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the doughnut charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004453","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"pyramid","name":"Pyramid","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the pyramid charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004454","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"funnel","name":"Funnel","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the funnel charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004455","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"default-doughnut","name":"Pie with Legend","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the legends in pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004456","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"semi-pie","name":"Semi Pie","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render semi-pie and doughnut charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004457","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"smart-labels","name":"Smart Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to arrange the labels smartly without overlapping with each other.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004458","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"drill-down-pie","name":"Drilldown","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to achieve the drill-down concept using pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004459","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"grouping","name":"Grouping","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to group points in pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004460","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"pie-empty-point","name":"Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the empty points.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004461","order":8,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-line","name":"Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render line in polar and radar charts.","category":"Polar Radar","uid":"004462","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-spline","name":"Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render spline in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004463","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-area","name":"Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render area in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004464","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-stacking-area","name":"Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render stacking area in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004465","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-scatter","name":"Scatter","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render scatter in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004466","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-column","name":"Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render column in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004467","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-stacking-column","name":"Wind Rose","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render wind rose using stacking column in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004468","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"polar-range-column","name":"Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render range column in polar and radar charts.","category":"Polar Radar","type":"update","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004469","order":9,"component":"Chart","dir":"chart","parentId":"04"},{"url":"local-data","name":"Local Data","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to bind JSON data to chart.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","crosshair"]},"uid":"004470","order":10,"component":"Chart","dir":"chart","parentId":"04"},{"url":"remote-data","name":"Remote Data","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to consume data from remote data service.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004471","order":10,"component":"Chart","dir":"chart","parentId":"04"},{"url":"lazy-loading","name":"Lazy Loading","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the Lazy Loading behavior in chart.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","scrollbarSettings"]},"uid":"004472","order":10,"component":"Chart","dir":"chart","parentId":"04"},{"url":"numeric","name":"Numeric Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to plot numeric data with the help of numeric axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004473","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"date-time","name":"Datetime Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the date-time axis in charts.","category":"Chart Axes","uid":"004474","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"date-time-category","name":"DateTime Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the date-time category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004475","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"category","name":"Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004476","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"indexed-axis","name":"Indexed Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the indexed category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004477","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"logarithmic-scale","name":"Logarithmic Scale","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the logarithmic axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004478","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"multiple-axis","name":"Multiple Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the mulitple axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004479","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"inversed","name":"Inversed Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to invert the axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004480","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"strip-line","name":"Strip Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the strip lines in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","stripline"]},"uid":"004481","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"strip-line-recurrence","name":"Stripline Recurrence","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the strip line recurrence in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","stripline"]},"uid":"004482","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"smart-axis-labels","name":"Smart Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to arrange the labels smartly without overlapping with each other.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004483","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"multi-level-label","name":"Multi Level Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to group the axis labels .","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004484","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"axes-crossing","name":"Axes Crossing","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the behaviour of the axis crossing in chart.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis"]},"uid":"004485","order":11,"component":"Chart","dir":"chart","parentId":"04"},{"url":"sorting","name":"Sorting","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to sort the series data in chart.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004486","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"marker-chart","name":"Marker Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the marker symbols for data points.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004487","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"pie-annotation","name":"Annotation","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to add more information to the chart using annotation.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","annotations"]},"uid":"004488","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"data-label-template","name":"DataLabel Template","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the data label template.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","textRender"]},"uid":"004489","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"tooltip-template","name":"Tooltip Template","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to configure the tooltip template and background for chart.","category":"Chart Customization","type":"new","api":{"Chart":["primaryXAxis","primaryYAxis","backgroundImage","series","tooltip"]},"uid":"004490","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"vertical","name":"Vertical Charts","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the vertical type charts.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","isTransposed","loaded","tooltip"]},"uid":"004491","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"empty-point","name":"Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the empty points.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","isTransposed","loaded","tooltip"]},"uid":"004492","order":12,"component":"Chart","dir":"chart","parentId":"04"},{"url":"print","name":"Print","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to print the entire chart.","category":"Print and Export","api":{"Chart":["primaryXAxis","primaryYAxis","series","print","chartMouseClick","pointRender"]},"uid":"004493","order":13,"component":"Chart","dir":"chart","parentId":"04"},{"url":"export","name":"Export","description":"This demo for Essential JS2 Chart control shows how to export the charts to Excel, PDF, and image formats such as SVG, JPEG, and PNG at client-side.","category":"Print and Export","api":{"Chart":["primaryXAxis","primaryYAxis","series","export","chartMouseClick","pointRender"]},"uid":"004494","order":13,"component":"Chart","dir":"chart","parentId":"04"},{"url":"selection","name":"Selection","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the selection behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","selectionMode"]},"uid":"004495","order":14,"component":"Chart","dir":"chart","parentId":"04"},{"url":"range-selection","name":"Range Selection","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the range selection in chart .","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","selectionMode"]},"uid":"004496","order":14,"component":"Chart","dir":"chart","parentId":"04"},{"url":"cross-hair","name":"Crosshair","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the crosshair behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","crosshair"]},"uid":"004497","order":14,"component":"Chart","dir":"chart","parentId":"04"},{"url":"trackball","name":"Trackball","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the trackball behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004498","order":14,"component":"Chart","dir":"chart","parentId":"04"},{"url":"zooming","name":"Zooming and Panning","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the zooming and panning behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","zoomSettings"]},"uid":"004499","order":14,"component":"Chart","dir":"chart","parentId":"04"},{"url":"data-editing","name":"Data Editing","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the data editing behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"0044100","order":14,"component":"Chart","dir":"chart","parentId":"04"}],"order":1,"uid":"04"},{"name":"Stock Chart","directory":"stock-chart","category":"Data Visualization","ftName":"stock-chart","samples":[{"url":"default","name":"Default","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00550","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"ohlc","name":"OHLC","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Hilo Open Close series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00551","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"multi-pane","name":"Candlestick and volume","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00552","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"multiple-series","name":"Multiple Series","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00553","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"spline","name":"Spline","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00554","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"area","name":"Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00555","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"spline-area","name":"Spline Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00556","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"inversed-area","name":"Inversed Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Area series inverted.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00557","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"plot-line","name":"Plot lines","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00558","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"strip-line","name":"Plot band","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with strip line.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00559","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"period-customization","name":"Intraday","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005510","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"disabled-navigator","name":"Hide Range Selector","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005511","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"disabled-period","name":"Hide Period Selector","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005512","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},{"url":"stock-events","name":"Stock Events","description":"This demo for Essential JS2 Stock Chart control with stock events to highlight the special events in stock market.","category":"Stock Chart","api":{"StockChart":["stockEvents"]},"uid":"005513","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"}],"order":1,"uid":"05"},{"name":"Circular Gauge","directory":"circular-gauge","category":"Data Visualization","ftName":"circulargauge","samples":[{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Circular Gauge control illustrates the default rendering of circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00660","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"range","name":"Range","description":"This demo for Essential JS2 Circular Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00661","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"labels","name":"Tick and Labels","description":"This demo for Essential JS2 Circular Gauge control shows various properties available to customize the ticks and labels of an axis.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00662","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"annotation","name":"Annotation","description":"This demo for Essential JS2 Circular Gauge control illustrates a clock by using annotation feature in the gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00663","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"customization","name":"Gauge Customization","description":"This demo for Essential JS2 Circular Gauge control shows the properties required to customize the pointers.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00664","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"semi-circular-gauge","name":"Semi-circular Gauge","category":"Circular Gauge","uid":"00665","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"arc-gauge","name":"Arc Gauge","category":"Circular Gauge","uid":"00666","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"legend","name":"Legend","description":"This demo for Essential JS2 Circular Gauge control illustrates the rendering of legend in circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["legendSettings"]},"uid":"00667","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"compass","name":"Direction Compass","description":"This demo for Essential JS2 Circular Gauge control illustrates how to make a direction compass by using the circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes","axisLabelRender"]},"uid":"00668","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"pointer-image","name":"Pointer Image","description":"This demo for Essential JS2 Circular Gauge control visualizes the short-put distance covered by the athletes by using the image pointer.","category":"Pointer","api":{"CircularGauge":["axes","centerY"]},"uid":"00669","order":1,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"pointer","name":"Pointer Customization","description":"This demo for Essential JS2 Circular Gauge control visualizes the different types of pointers available in the circular gauge.","category":"Pointer","api":{"CircularGauge":["axes","centerY"]},"uid":"006610","order":1,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"multiple-axis","name":"Multiple Axis","description":"This demo for Essential JS2 Circular Gauge control visualizes the circular gauge with multiple axes.","category":"Axes","api":{"CircularGauge":["axes"]},"uid":"006611","order":2,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"user-interaction","name":"Pointer Drag","description":"This demo for Essential JS2 Circular Gauge control visualizes the pointer drag support and its options.","category":"User Interaction","api":{"CircularGauge":["axes","enablePointerDrag","dragEnd","dragMove"]},"uid":"006612","order":3,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Circular Gauge control visualizes the tooltip template for circular gauge pointer.","category":"User Interaction","api":{"CircularGauge":["axes","tooltip","tooltipRender"]},"uid":"006613","order":3,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"data-sample","name":"Data Sample","description":"This demo for Essential JS2 Circular Gauge control demonstrates live data, along with the data grid control.","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006614","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"apple-watch-rings","name":"Apple Watch Rings","description":"This demo for Essential JS2 Circular Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006615","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},{"url":"speedometer","name":"Speedometer","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006616","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"}],"order":1,"uid":"06"},{"name":"Linear Gauge","directory":"linear-gauge","category":"Data Visualization","ftName":"lineargauge","samples":[{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Linear Gauge control illustrates the default rendering of linear gauge that measures the values of scales.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00770","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"container","name":"Container","description":"This demo for Essential JS2 Linear Gauge control demonstrates the various types of containers available in linear gauge.","category":"Linear Gauge","api":{"LinearGauge":["axes","container"]},"uid":"00771","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"ranges","name":"Ranges","description":"This demo for Essential JS2 Linear Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Linear Gauge","api":{"LinearGauge":["axes"]},"uid":"00772","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"data","name":"Data Sample","description":"This demo for Essential JS2 Linear Gauge control illustrates exercise tracking of an athlete by using ranges, pointers, and annotation features.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00773","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"axes","name":"Axes and Pointers","description":"This demo for Essential JS2 Linear Gauge control shows various properties available to customize the axes and pointers.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00774","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"annotation","name":"Annotation","description":"This demo for Essential JS2 Linear Gauge control illustrates the CPU Utilization of a resource by using annotation feature.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes","rangePalettes"]},"uid":"00775","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Linear Gauge control visualizes the tooltip functionality for bar pointer.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes","tooltip","tooltipRender","axisLabelRender"]},"uid":"00776","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},{"url":"style","name":"Styles","description":"This demo for Essential JS2 Linear Gauge control visualizes the available options for customization.","category":"Linear Gauge","api":{"LinearGauge":["orientation","container","axes"]},"uid":"00777","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"}],"order":1,"uid":"07"},{"name":"Diagram","directory":"diagram","category":"Data Visualization","ftName":"diagram","samples":[{"url":"default-functionalities","name":"Default Functionalities","description":"This sample visualizes the processing of an order placed using credit card with built-in flow shapes.","category":"Getting Started","uid":"00880","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"shape-gallery","name":"Shapes","description":"This sample illustrates list of built-in shapes available in our JavaScript Diagram Library which includes basic shapes, flow shapes, and BPMN shapes.","category":"Getting Started","uid":"00881","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"getting-started-node","name":"Nodes","description":"This sample visualizes the different stages of a software development life cycle using a circular flow diagram.","category":"Getting Started","uid":"00882","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"connector","name":"Connectors","description":"This sample visualizes the data flow in a marketing process using predefined diagram shapes and connectors.","category":"Getting Started","uid":"00883","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"getting-started-annotation","name":"Annotations","description":"This sample illustrates the competitive environment of a business through five forces chart and its described using nodes and annotations.","category":"Getting Started","uid":"00884","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"port","name":"Ports","description":"This sample visualizes process flow of publishing a book using connection points which are static points over shapes that allow creating connections onto it.","category":"Getting Started","uid":"00885","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"swimlane","name":"Swimlane","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"00886","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"custom-shapes","name":"Complex Shapes","description":"This sample demonstrates how to host a HTML elements inside a node. In this example, a Gauge control is hosted inside a HTML Node.","category":"Getting Started","uid":"00887","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"diagram-events","name":"Events","description":"This sample visualizes what are the client side events are available in our JavaScript Diagram Library.","category":"Getting Started","uid":"00888","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"tooltip-Sample","name":"Tooltip","description":"This sample demonstrates how to add the extra information to the nodes and connectors and how to show the information through diagram's tooltip feature.","category":"Getting Started","uid":"00889","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"history-manager","name":"History Manager","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"008810","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"flow-execution","name":"Flow Execution","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"008811","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"line-routing","name":"Line Routing","description":"This sample visualizes the connectors that are automatically re-routing or moving away if any shape found on the connectors path.","category":"Getting Started","uid":"008812","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"bpmn-editor","name":"BPMN Editor","description":"This sample visualizes the hotel booking reservation system and its built with ready made BPMN shapes.","category":"Use Case Diagram","uid":"008813","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"logic-circuit","name":"Logic Circuit Diagram","description":"This sample visualizes implementation of three input Boolean functions using universal logic gates and shape for logic gates designed with diagram's path node.","category":"Use Case Diagram","uid":"008814","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"uml-activity","name":"UML Activity Diagram","description":"This sample visually represents the hotel booking reservation system. It is built with readymade BPMN shapes.","category":"Use Case Diagram","uid":"008815","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"network-diagram","name":"Network Diagram","description":"This sample visualizes graphical layout of a network diagram using diagram's Native(SVG) nodes feature.","category":"Use Case Diagram","uid":"008816","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"uml-class-diagram","name":"UML Class Diagram","description":"This sample represents the hospital management system using diagram's built-in UML class diagram shapes.","category":"Use Case Diagram","uid":"008817","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"hierarchical-model","name":"Hierarchical Tree","description":"This sample illustrates a generating hierarchical tree from right to left orientation with external data source.","category":"Automatic Layouts","uid":"008818","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"organization-model","name":"Organizational Chart","description":"This sample illustrates a simple business management structure that is built from an external data source.","category":"Automatic Layouts","uid":"008819","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"radial-tree","name":"Radial Tree","description":"This sample demonstrates a huge organizational structure using a compact layout model. Radial tree layout algorithm is used to build such a layout.","category":"Automatic Layouts","uid":"008820","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"mind-map","name":"Mind Map","description":"This sample demonstrates the concept of creativity using mind map layout algorithm. User handles are used to extend the mind map interactively.","category":"Automatic Layouts","uid":"008821","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"symmetric-layout","name":"Symmetric Layout","description":"This sample visualizes a simple network template using symmetrical layout algorithm. It uses attractive and repulsive forces.","category":"Automatic Layouts","uid":"008822","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"complex-hierarchical-tree","name":"Complex Hierarchical Tree","description":"This sample demonstrates a complex hierarchical template that is built from an external data source using complex hierarchical tree algorithm.","category":"Automatic Layouts","uid":"008823","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"right-to-left-tree","name":"RTL Tree","description":"This sample visualizes the concept of Artificical Intelligence using hierarchical tree layout algorithm","category":"Automatic Layouts","uid":"008824","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"pert-chart","name":"PERT chart","description":"This sample visualizes a project development process using Program Evaluation Review Technique (PERT).","category":"Automatic Layouts","uid":"008825","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"drawing-tool","name":"Drawing Tools","description":"This sample visualizes how to build a diagram interactively using drawing tools. Continuous draw option, snapping are enabled to easily draw diagrams.","category":"User Interaction","uid":"008826","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"key-board-functions","name":"Keyboard Interaction","description":"This sample illustrates interaction with diagram control using shortcut keys. Command Manager support is used to manage keyboard interactions.","category":"User Interaction","uid":"008827","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"quick-commands","name":"User Handles","description":"This sample visualizes a simple flow diagram along with options to execute the frequently used commands using user handles.","category":"User Interaction","uid":"008828","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"symbol-palette","name":"Symbol Palette","description":"This example illustrates predefining shapes in a palette that can be easily dragged and dropped into the drawing area.","category":"User Interaction","uid":"008829","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"overview","name":"Overview Panel","description":"This sample visualizes an organizational structure along with an overview for easily navigating the large organizational structure using Overview Panel.","category":"User Interaction","uid":"008830","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"serialization","name":"Save and Load","description":"This sample visualizes building diagrams interactively and editing the saved diagrams. Symbol Palette is used to easily build diagrams.","category":"Print and Export","uid":"008831","order":4,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"print-export","name":"Print and Export","description":"This example shows how to print the diagram and how to export the diagram as image (*.jpg, *.png, and *bmp) and SVG format.","category":"Print and Export","uid":"008832","order":4,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"local-data","name":"Local Data","description":"This sample visualizes the classifications of species using hierarchical tree layout algorithm. Data Manager support is used to bind data with the diagram.","category":"Data Binding","uid":"008833","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"remote-data","name":"Remote Data","description":"This sample demonstrates how to bind an remote data with the diagram using the Data Manager support.","category":"Data Binding","uid":"008834","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"crud","name":"CRUD","description":"This sample demonstrates generating a diagram by reading data from the database, and updating it with new inserted/updated/deleted objects through web services.","category":"Data Binding","uid":"008835","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"venn-diagram","name":"Venn Diagram","description":"This sample visually represents the hotel booking reservation system. It is built with readymade BPMN shapes.","category":"Static Diagram","uid":"008836","order":6,"component":"Diagram","dir":"diagram","parentId":"08"},{"url":"fishbone-diagram","name":"Fishbone Diagram","description":"This sample visually represents a simple fishbone diagram (Ishikawa). Diagram nodes and annotations are used to define fishbone diagrams.","category":"Static Diagram","uid":"008837","order":6,"component":"Diagram","dir":"diagram","parentId":"08"}],"order":1,"uid":"08"},{"name":"Heatmap Chart","directory":"heatmap","type":"update","ftName":"heatmap-chart","category":"Data Visualization","samples":[{"url":"default","name":"Default Functionalities","category":"Heatmap Chart","description":"This demo for Essential JS2 Heatmap control shows the heat map control displayed with minimum configuration.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource"]},"uid":"00990","order":0,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"calendar-heatmap","name":"Calendar Heatmap","category":"Heatmap Chart","description":"This demo for Essential JS2 Heatmap control for displays the time series data and displays the axis labels at specific time interval.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00991","order":0,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"bubble-types","name":"Bubble Types","category":"Bubble Heatmap","description":"This demo for Essential JS2 Heatmap control shows Size, Color and SizeAndColor bubble heat map type.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00992","order":1,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"color-and-size-attributes","name":"Color and Size Attributes","category":"Bubble Heatmap","description":"This demo for Essential JS2 Heatmap control shows how to bind the multiple data to bubble type heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00993","order":1,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"array-row","name":"Row","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the data to heat map with series of array for each columns.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","paletteSettings","legendSettings"]},"uid":"00994","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"array-cell","name":"Cell","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the array data with values for each cell to heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00995","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"row-json-binding","name":"JSON Row","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the JSON object with data for each columns to heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","paletteSettings","cellSettings"]},"uid":"00996","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"cell-json-binding","name":"JSON Cell","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the JSON object with data for each cell to heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings"]},"uid":"00997","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"empty-points","name":"Empty Points","category":"Features","description":"This demo for Essential JS2 Heatmap control shows the usage of empty points or null points in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00998","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"inversed","name":"Inversed Axis","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to inverse the both x-axis and y-axis in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00999","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"opposed","name":"Opposed Axis","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to place the axis opposite to the default position in heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","legendSettings"]},"uid":"009910","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"multi-level-labels","name":"Multi Level Labels","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to group the axis labels with multiple levels.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","legendSettings"]},"uid":"009911","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"cell-selection","name":"Selection","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to select and deselect the heat map cell using mouse and touch action.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","allowSelection"]},"uid":"009912","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"legend","name":"Legend Placement","type":"update","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to place the heatmap legend in different positions.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009913","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"large-data","name":"Large Data","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to bind the large data in heat map using canvas rendering mode.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","renderingMode","cellSettings","paletteSettings","legendSettings"]},"uid":"009914","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"palette","name":"Palette Mode","category":"Features","description":"This demo for Essential JS2 Heatmap control demonstrates applying gradient colors or solid colors for the heatmap cells.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009915","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"render-mode","name":"Rendering mode","category":"Features","description":"This demo for Essential JS2 Heatmap shows switching the rendering mode of the heatmap cells between SVG and canvas rendering logics.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","renderingMode","cellSettings","paletteSettings","legendSettings"]},"uid":"009916","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},{"url":"tooltip-template","name":"Tooltip Template","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to customize the tool tip text using template support in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009917","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"}],"order":1,"uid":"09"},{"name":"Maps","directory":"maps","category":"Data Visualization","ftName":"maps","type":"update","samples":[{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Maps control visualizes the continents in the world by rendering those in a map layer.","category":"Maps","api":{"Maps":["titleSettings","zoomSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"default.html","path":"src/maps/default.html"},{"displayName":"default.ts","path":"src/maps/default.ts"},{"displayName":"default-datasource.json","path":"src/maps/map-data/default-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010100","order":0,"component":"Maps","dir":"maps","parentId":"010"},{"url":"projection","name":"Projection","description":"This demo for Essential JS2 Maps control shows the details of permanent and non-permanent countries in the UN Security Council, in 2017.","category":"Features","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"projection.html","path":"src/maps/projection.html"},{"displayName":"projection.ts","path":"src/maps/projection.ts"},{"displayName":"projection-datasource.json","path":"src/maps/map-data/projection-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010101","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"multilayer","name":"Multi-layers","description":"This demo for Essential JS2 Maps control depicts the layer along with sublayers for California and Texas.","category":"Features","api":{"Maps":["titleSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"multilayer.html","path":"src/maps/multilayer.html"},{"displayName":"multilayer.ts","path":"src/maps/multilayer.ts"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"},{"displayName":"texas.json","path":"src/maps/map-data/texas.json"},{"displayName":"california.json","path":"src/maps/map-data/california.json"}],"uid":"0010102","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"marker","name":"Marker","type":"update","description":"This demo for Essential JS2 Maps control shows the top 25 populated cities in the world by displaying the markers in their locations.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker.html","path":"src/maps/marker.html"},{"displayName":"marker.ts","path":"src/maps/marker.ts"},{"displayName":"marker-location.json","path":"src/maps/map-data/top-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010103","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"marker-template","name":"Marker template","description":"This demo for Essential JS2 Maps control indicates the temperature of various cities of Australia in marker templates.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker-template.html","path":"src/maps/marker-template.html"},{"displayName":"marker-template.ts","path":"src/maps/marker-template.ts"},{"displayName":"australia.json","path":"src/maps/map-data/australia.json"}],"uid":"0010104","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"marker-cluster","name":"Marker clustering","description":"This demo for Essential JS2 Maps control indicates the create the marker cluster in more than one marker intersect","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker-cluster.html","path":"src/maps/marker-cluster.html"},{"displayName":"marker-cluster.ts","path":"src/maps/marker-cluster.ts"},{"displayName":"marker-cluster.json","path":"src/maps/map-data/marker-cluster.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010105","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"data-label","name":"Labels","description":"This demo for Essential JS2 Maps control shows the names of all the states in USA in data label. Intersect action and smart labels mode can be changed.","category":"Features","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"data-label.html","path":"src/maps/data-label.html"},{"displayName":"data-label.ts","path":"src/maps/data-label.ts"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"0010106","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"bubble","name":"Bubble","description":"This demo for Essential JS2 Maps control illustrates the top 30 countries which has highest Internet users in bubbles of the year 2016.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"bubble.html","path":"src/maps/bubble.html"},{"displayName":"bubble.ts","path":"src/maps/bubble.ts"},{"displayName":"population-data.ts","path":"src/maps/map-data/population-data.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010107","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"navigation-line","name":"Navigation Lines","description":"This demo for Essential JS2 Maps control illustrates the sea routes between various cities for shipping.","category":"Features","api":{"Maps":["titleSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"navigation-line.html","path":"src/maps/navigation-line.html"},{"displayName":"navigation-line.ts","path":"src/maps/navigation-line.ts"},{"displayName":"map-location.json","path":"src/maps/map-data/map-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010108","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"legend","name":"Legend","description":"This demo for Essential JS2 Maps control visualizes grouping of countries in the legend based on its population density.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"legend.html","path":"src/maps/legend.html"},{"displayName":"legend.ts","path":"src/maps/legend.ts"},{"displayName":"legend-datasource.json","path":"src/maps/map-data/legend-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010109","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"color-mapping","name":"Color Mapping","description":"This sample shows the average amount of rainfall and snowfall in spring season of all the states in US. Color mapping is applied to the shapes.","category":"Features","api":{},"sourceFiles":[{"displayName":"color-mapping.html","path":"src/maps/color-mapping.html"},{"displayName":"color-mapping.ts","path":"src/maps/color-mapping.ts"},{"displayName":"color-mapping.json","path":"src/maps/map-data/color-mapping.json"}],"uid":"00101010","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"annotation","name":"Annotations","description":"This demo for Essential JS2 Maps control depicts the facts about Africa continent and a direction compass in an annotation.","category":"Features","api":{"Maps":["zoomSettings","annotations","layers"]},"sourceFiles":[{"displayName":"annotation.html","path":"src/maps/annotation.html"},{"displayName":"annotation.ts","path":"src/maps/annotation.ts"},{"displayName":"africa-continent.json","path":"src/maps/map-data/africa-continent.json"}],"uid":"00101011","order":1,"component":"Maps","dir":"maps","parentId":"010"},{"url":"osm","name":"OpenStreetMap","category":"Map Providers","sourceFiles":[{"displayName":"osm.html","path":"src/maps/osm.html"},{"displayName":"osm.ts","path":"src/maps/osm.ts"}],"uid":"00101012","order":2,"component":"Maps","dir":"maps","parentId":"010"},{"url":"osm-with-navigation-lines","name":"OSM with Navigation Lines","category":"Map Providers","sourceFiles":[{"displayName":"osm-navigationlines.html","path":"src/maps/osm-with-navigation-lines.html"},{"displayName":"osm-navigationlines.ts","path":"src/maps/osm-with-navigation-lines.ts"}],"uid":"00101013","order":2,"component":"Maps","dir":"maps","parentId":"010"},{"url":"osm-with-sublayers","name":"OSM with Sublayer","category":"Map Providers","sourceFiles":[{"displayName":"osm-sublayers.html","path":"src/maps/osm-with-sublayers.html"},{"displayName":"osm-sublayers.ts","path":"src/maps/osm-with-sublayers.ts"},{"displayName":"africa.json","path":"src/maps/map-data/africa.json"}],"uid":"00101014","order":2,"component":"Maps","dir":"maps","parentId":"010"},{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Maps control depicts the countries that were appeared in the finals of Cricket World Cup and their counts.","category":"User Interaction","api":{"Maps":["titleSettings","zoomSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"tooltip-datasource.html","path":"src/maps/tooltip.html"},{"displayName":"tooltip-datasource.ts","path":"src/maps/tooltip.ts"},{"displayName":"tooltip-datasource.json","path":"src/maps/map-data/tooltip-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101015","order":3,"component":"Maps","dir":"maps","parentId":"010"},{"url":"selection","name":"Selection & Highlight","description":"This demo for Essential JS2 Maps control visualizes USA president election results in the year 2016. Default and interactive are the two types of legend.","category":"User Interaction","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"selection.html","path":"src/maps/selection.html"},{"displayName":"selection.ts","path":"src/maps/selection.ts"},{"displayName":"selection-datasource.json","path":"src/maps/map-data/selection-datasource.json"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"00101016","order":3,"component":"Maps","dir":"maps","parentId":"010"},{"url":"zooming","name":"Zooming & Panning","description":"This demo for Essential JS2 Maps control depicts the properties required to zoom and pan the rendered map.","category":"User Interaction","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"zooming.html","path":"src/maps/zooming.html"},{"displayName":"zooming.ts","path":"src/maps/zooming.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"zooming-datasource.json","path":"src/maps/map-data/zooming-datasource.json"}],"uid":"00101017","order":3,"component":"Maps","dir":"maps","parentId":"010"},{"url":"zoom-marker","name":"Zoom to fit all markers","type":"new","description":"This demo for Essential JS2 Maps control depicts the capitals of all countries in south america using markers and map will zoom based on marker position.","category":"User Interaction","api":{"Maps":["zoomSettings","layers","marker"]},"sourceFiles":[{"displayName":"zoom-marker.html","path":"src/maps/zoom-marker.html"},{"displayName":"zoom-marker.ts","path":"src/maps/zoom-marker.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"southamerica-country-capitals.json","path":"src/maps/map-data/southamerica-country-capitals.json"}],"uid":"00101018","order":3,"component":"Maps","dir":"maps","parentId":"010"},{"url":"drilldown","name":"Drill Down","description":"This demo for Essential JS2 Maps control demonstrates drill down with all the continents in the initial view and countries on drill.","category":"User Interaction","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"drilldown.html","path":"src/maps/drilldown.html"},{"displayName":"drilldown.ts","path":"src/maps/drilldown.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"africa.json","path":"src/maps/map-data/africa.json"},{"displayName":"europe.json","path":"src/maps/map-data/europe.json"},{"displayName":"asia.json","path":"src/maps/map-data/asia.json"},{"displayName":"north-america.json","path":"src/maps/map-data/north-america.json"},{"displayName":"south-america.json","path":"src/maps/map-data/south-america.json"},{"displayName":"oceania.json","path":"src/maps/map-data/oceania.json"}],"uid":"00101019","order":3,"component":"Maps","dir":"maps","parentId":"010"},{"url":"print","name":"Print","description":"This demo for Essential JS2 Maps control illustrates the printing functionality in the maps control.","category":"Print and Export","api":{"Maps":["titleSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"print.html","path":"src/maps/print.html"},{"displayName":"print.ts","path":"src/maps/print.ts"},{"displayName":"print-datasource.json","path":"src/maps/map-data/print-datasource.json"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"00101020","order":4,"component":"Maps","dir":"maps","parentId":"010"},{"url":"export","name":"Export","description":"This demo for Essential JS2 Maps control illustrates the exporting functionality in the maps control.","category":"Print and Export","api":{"Maps":["titleSettings","layers"]},"sourceFiles":[{"displayName":"export.html","path":"src/maps/export.html"},{"displayName":"export.ts","path":"src/maps/export.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101021","order":4,"component":"Maps","dir":"maps","parentId":"010"},{"url":"heat-map","name":"Heat Map","description":"This demo for Essential JS2 Maps control visualizes the state wise population of India in the year 2011. Color for states will be applied based on its value.","category":"Use Cases","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"heat-map.html","path":"src/maps/heat-map.html"},{"displayName":"heat-map.ts","path":"src/maps/heat-map.ts"},{"displayName":"heatmap-datasource.json","path":"src/maps/map-data/heatmap-datasource.json"},{"displayName":"india.json","path":"src/maps/map-data/india.json"}],"uid":"00101022","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"curved-lines","name":"Flight routes","description":"This demo for Essential JS2 Maps control demonstrates the flight routes from India to China using navigation lines feature.","category":"Use Cases","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"curved-lines.html","path":"src/maps/curved-lines.html"},{"displayName":"curved-lines.ts","path":"src/maps/curved-lines.ts"},{"displayName":"marker-location.json","path":"src/maps/map-data/marker-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101023","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"earthquake","name":"Earthquake indication","description":"This demo for Essential JS2 Maps control demonstrates the earth quack occurred in Sumatra, Indonesia in the year 2009.","category":"Use Cases","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"earthquake.html","path":"src/maps/earthquake.html"},{"displayName":"earthquake.ts","path":"src/maps/earthquake.ts"},{"displayName":"asia.json","path":"src/maps/map-data/asia.json"}],"uid":"00101024","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"highlighted-region","name":"Highlighted region","description":"This demo for Essential JS2 Maps control depicts the ATM populated areas in Oklahoma by highlighting the regions.","category":"Use Cases","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"highlighted-region.html","path":"src/maps/highlighted-region.html"},{"displayName":"highlighted-region.ts","path":"src/maps/highlighted-region.ts"},{"displayName":"oklahoma.json","path":"src/maps/map-data/oklahoma.json"}],"uid":"00101025","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"cyber-attack-map","name":"Cyber Attack Map","description":"This demo for Essential JS2 Maps control visualizes the cyber attack map, which displays the cyber attacks and threats from various countries to USA.","category":"Use Cases","api":{"Maps":["layers"]},"sourceFiles":[{"displayName":"cyber-attack-map.html","path":"src/maps/cyber-attack-map.html"},{"displayName":"cyber-attack-map.ts","path":"src/maps/cyber-attack-map.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101026","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"dynamic-marker","name":"Dynamic markers","description":"This demo for Essential JS2 Maps control visualizes the dynamically added the marker and navigation line.","category":"Use Cases","api":{"Maps":["layers","markerSetting","navigationLineSettings","click"]},"sourceFiles":[{"displayName":"dynamic-marker.html","path":"src/maps/dynamic-marker.html"},{"displayName":"dynamic-marker.ts","path":"src/maps/dynamic-marker.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101027","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"pie","name":"Map with Pie chart","description":"This demo for Essential JS2 Maps control visualizes the placing of pie charts on the maps using marker templates.","category":"Use Cases","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"pie.html","path":"src/maps/pie.html"},{"displayName":"pie.ts","path":"src/maps/pie.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101028","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"map-with-slider","name":"Map with Slider","description":"This demo for Essential JS2 Maps control demonstrates the rendering of normal geometry type shapes on the map.","category":"Use Cases","api":{},"sourceFiles":[{"displayName":"map-with-slider.html","path":"src/maps/map-with-slider.html"},{"displayName":"map-with-slider.ts","path":"src/maps/map-with-slider.ts"},{"displayName":"population-growth.json","path":"src/maps/map-data/population-growth.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101029","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"sales-map","name":"Sales map","type":"new","description":"This demo for Essential JS2 Maps control depicts the sales details from all over the world using marker.","category":"Use Cases","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"sales-map.html","path":"src/maps/sales-map.html"},{"displayName":"sales-map.ts","path":"src/maps/sales-map.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"seat.json","path":"src/maps/map-data/sales-map.json"}],"uid":"00101030","order":5,"component":"Maps","dir":"maps","parentId":"010"},{"url":"seat-selection","name":"Bus seat booking","description":"This demo for Essential JS2 Maps control demonstrates the rendering of normal geometry type shapes on the map.","category":"Use Cases","api":{},"sourceFiles":[{"displayName":"seat-selection.html","path":"src/maps/seat-selection.html"},{"displayName":"seat-selection.ts","path":"src/maps/seat-selection.ts"},{"displayName":"seat.json","path":"src/maps/map-data/seat.json"}],"uid":"00101031","order":5,"component":"Maps","dir":"maps","parentId":"010"}],"order":1,"uid":"010"},{"name":"Range Selector","directory":"range-navigator","category":"Data Visualization","ftName":"rangenavigator","samples":[{"url":"default","name":"Default","description":"This demo for Essential JS2 Range Navigator control shows the default rendering of range navigator with range area series.","category":"Range Selector","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011110","order":0,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"light-weight","name":"Lightweight","description":"This demo for Essential JS2 Range Navigator control shows the rendering of light-weight range navigator.","category":"Range Selector","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011111","order":0,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"date-time","name":"DateTime","description":"This demo for Essential JS2 Range Navigator control shows how to plot date-time values in range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011112","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"double","name":"Numeric Axis","description":"This demo for Essential JS2 Range Navigator control shows how to plot numeric data values in the range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011113","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"logarithmic","name":"Logarithmic Axis","description":"This demo for Essential JS2 Range Navigator control shows how to visualize the logarithmic scale when data has wide range of values.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011114","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"multilevel","name":"Multilevel Labels","description":"This demo for Essential JS2 Range Navigator control shows how to display the second level labels in range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011115","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"period-selector","name":"Default","description":"This demo for Essential JS2 Range Navigator control shows how to display the period selector for a range with specified periods.","category":"Period Selector","api":{"RangeNavigator":["PeriodSelector","series","intervalType"]},"uid":"0011116","order":2,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"period-selector-stocks","name":"Stock Chart","description":"This demo for Essential JS2 Range Navigator control shows how to render the stock charts with specified periods using period selector.","category":"Period Selector","api":{"RangeNavigator":["PeriodSelector","series","intervalType"]},"uid":"0011117","order":2,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"empty-data","name":"Empty Points","description":"This demo for Essential JS2 Range Navigator control shows how to render the empty points in the range navigator.","category":"Customization","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011118","order":3,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"filter","name":"Filter","description":"This demo for Essential JS2 Range Navigator control shows how to bind the filtered values of the range navigator to grid control.","category":"Customization","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011119","order":3,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"export","name":"Print and Export","description":"This demo for Essential JS2 Range Navigator control shows how to print the charts and export the chart contents to various formats at client-side.","category":"Export","api":{"RangeNavigator":["valueType","series","export"]},"uid":"00111110","order":4,"component":"Range Selector","dir":"range-navigator","parentId":"011"},{"url":"right-to-left","name":"RTL","description":"This demo for Essential JS2 Range Navigator control shows how to invert an axis in the range navigator.","category":"RTL","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"00111111","order":5,"component":"Range Selector","dir":"range-navigator","parentId":"011"}],"order":1,"uid":"011"},{"name":"Smith Chart","directory":"smith-chart","category":"Data Visualization","ftName":"smithchart","samples":[{"url":"default","name":"Default","description":"This demo for Essential JS2 Smith Chart control visualizes two transmissions. Impedance and admittance are the two types of rendering in smith chart.","category":"Smith Chart","api":{},"uid":"0012120","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"},{"url":"custom","name":"Customization","description":"This demo for Essential JS2 Smith Chart control visualizes the properties required to render the smith chart.","category":"Smith Chart","api":{},"uid":"0012121","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"},{"url":"print-export","name":"Print and Export","description":"This demo for Essential JS2 Smith Chart control explores the exporting and printing functionality of smith chart.","category":"Smith Chart","api":{},"uid":"0012122","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"}],"order":1,"uid":"012"},{"name":"Barcode","directory":"barcode","category":"Data Visualization","ftName":"barcode","samples":[{"url":"ean8","name":"EAN-8","description":"This sample visualizes the 8-digit Global Trade Identification Numbers. It was introduced for use on small packages where an EAN-8 barcode would be too large.","category":"Getting Started","uid":"0013130","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code128","name":"Code 128","description":"This sample visualizes a barcode image that presents alphanumeric combinations and it consist of start character, data digits etc.","category":"Getting Started","uid":"0013131","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code128A","name":"Code 128A","description":"This sample visualizes a barcode image that presents information with a combination of numbers, and control characters such as tab and new line.","category":"Getting Started","uid":"0013132","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code128B","name":"Code 128B","description":"This sample visualizes a barcode image that presents information with a combination of numbers, and control characters such as tab and new line.","category":"Getting Started","uid":"0013133","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code128C","name":"Code 128C","description":"This sample visualizes a barcode image that presents information with a combination of numbers, uppercase and lowercase letters, and some additional characters.","category":"Getting Started","uid":"0013134","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code93","name":"Code 93","description":"This sample has a native character set of 26 uppercase letters, 10 digits, and 7 special characters.","category":"Getting Started","uid":"0013135","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code32","name":"Code 32","description":"This sample visualizes the pharmaceutical code that encodes numeric data in a compressed format and supports all numeric digits and all uppercase letters","category":"Getting Started","uid":"0013136","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"codabar","name":"Codabar","description":"This sample visualizes a barcode that is designed to be accurately read even when printed with dot matrix printers.","category":"Getting Started","uid":"0013137","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"ean13","name":"EAN-13","description":"This sample visualizes the 13-digit Global Trade Identification Numbers.It comprises of 13 digits such as manufacturer code, product code etc","category":"Getting Started","uid":"0013138","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"upca","name":"UPC-A","description":"A UPC-A barcode consists of four areas: number system, manufacturer code, product code, and check digit","category":"Getting Started","uid":"0013139","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"upce","name":"UPC-E","description":"This sample visualizes a product package identification number consist of 6 digits. It is mainly used for scanning products in small packages","category":"Getting Started","uid":"00131310","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code39","name":"Code39","description":"visualizes Code 39, a self-checking barcode symbology that consists of uppercase letters, and several special characters.","category":"Getting Started","uid":"00131311","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"code39Extd","name":"Code 39 Extended","description":"This sample visualizes the model number of an item in the automotive industry.It supports both standard and extended Code 39 barcodes","category":"Getting Started","uid":"00131312","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"qrcode","name":"QR Code","description":"This sample displays a machine-readable optical label that contains information about the item to which it is attached.","category":"Getting Started","uid":"00131313","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},{"url":"datamatrix","name":"Data Matrix","description":"This example shows how to display encoded text or numerical values as the label using the Barcode component","category":"Getting Started","uid":"00131314","order":0,"component":"Barcode","dir":"barcode","parentId":"013"}],"order":1,"uid":"013"},{"name":"Sparkline Charts","directory":"sparkline","category":"Data Visualization","ftName":"sparkline","samples":[{"url":"default","name":"Default","description":"This demo for Essential JS2 Sparkline control visualizes population, population density, population growth rate, and birth rate of various countries.","category":"Sparkline Charts","api":{},"uid":"0014140","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"series-types","name":"Series Types","description":"This demo for Essential JS2 Sparkline control depicts the various series types available in the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014141","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"axis-types","name":"Axis value types","description":"This demo for Essential JS2 Sparkline control depicts the various axis types available in the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014142","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"spark-grid","name":"Sparkline in Grid","description":"This demo for Essential JS2 Sparkline control demonstrates rendering sparklines in the data grid control.","category":"Sparkline Charts","api":{},"uid":"0014143","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"customization","name":"Customization","description":"This demo for Essential JS2 Sparkline control depicts the properties required to customize the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014144","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"live-update","name":"Live Update","description":"This demo for Essential JS2 Sparkline control depicts the task manager with live data update for sparklines.","category":"Sparkline Charts","api":{},"uid":"0014145","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},{"url":"range-band","name":"Range Band","description":"This demo for Essential JS2 Sparkline control depicts the range band feature and its customization options.","category":"Sparkline Charts","api":{},"uid":"0014146","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"}],"order":1,"uid":"014"},{"name":"TreeMap","directory":"treemap","category":"Data Visualization","samples":[{"url":"default","name":"Default Functionalities","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"default.html","path":"src/treemap/default.html"},{"displayName":"default.ts","path":"src/treemap/default.ts"},{"displayName":"car-sales.json","path":"src/treemap/treemap-data/car-sales.json"}],"uid":"0015150","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"layout","name":"Layout","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"layout.html","path":"src/treemap/layout.html"},{"displayName":"layout.ts","path":"src/treemap/layout.ts"},{"displayName":"econmics.json","path":"src/treemap/treemap-data/econmics.json"}],"uid":"0015151","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"drilldown","name":"Drilldown","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"drilldown.html","path":"src/treemap/drilldown.html"},{"displayName":"drilldown.ts","path":"src/treemap/drilldown.ts"},{"displayName":"drilldown-sample.json","path":"src/treemap/treemap-data/drilldown-sample.json"}],"uid":"0015152","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"customization","name":"Customization","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"customization.html","path":"src/treemap/customization.html"},{"displayName":"customization.ts","path":"src/treemap/customization.ts"},{"displayName":"metal.json","path":"src/treemap/treemap-data/metal.json"}],"uid":"0015153","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"label","name":"Data Label","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"label.html","path":"src/treemap/label.html"},{"displayName":"label.ts","path":"src/treemap/label.ts"},{"displayName":"country-population.json","path":"src/treemap/treemap-data/country-population.json"}],"uid":"0015154","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"tooltip","name":"Tooltip","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"tooltip.html","path":"src/treemap/tooltip.html"},{"displayName":"tooltip.ts","path":"src/treemap/tooltip.ts"},{"displayName":"airport-count.json","path":"src/treemap/treemap-data/airport-count.json"}],"uid":"0015155","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"election","name":"Legend","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"election.html","path":"src/treemap/election.html"},{"displayName":"election.ts","path":"src/treemap/election.ts"},{"displayName":"election-data.json","path":"src/treemap/treemap-data/election-data.json"}],"uid":"0015156","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"color-mapping","name":"Color Mapping","description":"This demo for Essential JS2 TreeMap control visualizes the population level of various continents in 2011 based on the gender and age group.","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"color-mapping.html","path":"src/treemap/color-mapping.html"},{"displayName":"color-mapping.ts","path":"src/treemap/color-mapping.ts"},{"displayName":"largest-population-city.ts","path":"src/treemap/treemap-data/color.json"}],"uid":"0015157","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"selection","name":"Selection & Highlight","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"selection.html","path":"src/treemap/selection.html"},{"displayName":"selection.ts","path":"src/treemap/selection.ts"},{"displayName":"import.json","path":"src/treemap/treemap-data/import.json"}],"uid":"0015158","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"print","name":"Print & Export","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"print.html","path":"src/treemap/print.html"},{"displayName":"print.ts","path":"src/treemap/print.ts"},{"displayName":"product.json","path":"src/treemap/treemap-data/product.json"}],"uid":"0015159","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"pie","name":"TreeMap with Pie","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"pie.html","path":"src/treemap/pie.html"},{"displayName":"pie.ts","path":"src/treemap/pie.ts"},{"displayName":"continent_data.json","path":"src/treemap/treemap-data/continent_data.json"}],"uid":"00151510","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},{"url":"rtl","name":"RTL","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"rtl.html","path":"src/treemap/rtl.html"},{"displayName":"rtl.ts","path":"src/treemap/rtl.ts"},{"displayName":"rtl-data.json","path":"src/treemap/treemap-data/rtl-data.json"}],"uid":"00151511","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"}],"order":1,"uid":"015"},{"name":"Bullet Chart","directory":"bullet-chart","category":"Data Visualization","ftName":"bullet-chart","type":"preview","samples":[{"url":"default","name":"Default","description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with different customized values.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","enableGroupSeparator","labelFormat"]},"uid":"0016160","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},{"url":"multiple-data","name":"Multiple Data","description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with multiple data values.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","labelFormat","dataSource"]},"uid":"0016161","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},{"url":"right-to-left","name":"RTL","description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with right to left mode.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","labelFormat","enableRtl"]},"uid":"0016162","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},{"url":"bar-customization","name":"Feature and Target Bar","description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with different customized bar types.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","labelFormat","enableRtl"]},"uid":"0016163","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},{"url":"customization","name":"Range and Label Settings","description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with different customized values.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","labelFormat","enableRtl"]},"uid":"0016164","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},{"url":"tooltip","name":"Tooltip Template","description":"This demo for Essential JS2 Bullet Chart control shows the tooltip customization.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","orientation"]},"uid":"0016165","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},{"url":"orientation","name":"Orientation","description":"This demo for Essential JS2 Bullet Chart control shows the orientation sample.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","orientation"]},"uid":"0016166","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"}],"order":1,"uid":"016"},{"name":"Rich Text Editor","type":"update","directory":"rich-text-editor","category":"Editors","ftName":"wysiwyg-rich-text-editor","samples":[{"url":"tools","name":"Overview","type":"update","description":"This demo describes basic and advanced features of the JavaScript rich text editor control (WYSIWYG HTML Editor) with all its tools and functionalities.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","showCharCount","actionBegin","actionComplete","maxLength","appendTo"],"ToolbarSettings":["items"]},"uid":"0017170","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"rich-text-editor","name":"Default Functionalities","description":"This demo shows how to render HTML5 JavaScript rich text editor (JavaScript WYSIWYG HTML editor) control with a minimum configuration setting.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","appendTo"]},"uid":"0017171","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"image","name":"Image","description":"This demo explains how to insert images with a blob or base64 format, link to the images, image upload, rotate left/right, and more in JS WYSIWYG HTML Editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","quickToolbarSettings","toolbarClick","appendTo","getRange"],"QuickToolbarSettings":["image"]},"uid":"0017172","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"inline","name":"Inline","description":"This demo shows inline WYSIWYG HTML editor that is displayed when selecting the content or simply focusing on the content inside the JS Rich Text Editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","inlineMode","toolbarSettings","format","fontFamily","appendTo","dataBind"],"InlineMode":["enable","onSelection"],"ToolbarSettings":["items"],"Format":["width"],"FontFamily":["width"]},"uid":"0017173","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"paste-cleanup","name":"Paste from MS Word","description":"This demo explains how to clean up HTML when pasting a content from Microsoft Word, Visual Studio Code, Visual Studio, or a web page in JS HTML Editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","pasteCleanupSettings","appendTo"],"PasteCleanupSettings":["prompt","plainText","keepFormat","deniedTags","deniedAttrs","allowedStyleProps"]},"uid":"0017174","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"iframe","name":"IFrame","description":"This demo shows how to render a JavaScript rich text editor (iframe editor) that was designed by using the iframe element covering all tool functionalities.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","height","iframeSettings","toolbarSettings","actionBegin","actionComplete","appendTo"],"IFrameSettings":["enable"],"ToolbarSettings":["items"]},"uid":"0017175","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"print","name":"Print","description":"This demo sample shows how to print the content of the JavaScript rich text editor (HTML editor) with styles and formatting using the print module.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","print","appendTo"],"ToolbarSettings":["items"]},"uid":"0017176","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"ajax-load","name":"Ajax Content","description":"This demo shows how to load the content to the editor from external sources like external pages andfiles using the AJAX library in JavaScript WYSIWYG Editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","value","appendTo"]},"uid":"0017177","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"form-validation","name":"Form Validation","description":"This demo shows how to validate the content of the JS WYSIWYG editor using obtrusive validation with the Form validation library.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","showCharCount","maxLength","placeholder","appendTo"]},"uid":"0017178","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"resize-editor","name":"Resizable Editor","description":"This demo explains how to render a resizable JavaScript Editor that allows resizing an editor and viewing its content with an enlarging or shrunk scale.","category":"Rich Text Editor","api":{"RichTextEditor":["enableResize","appendTo"]},"uid":"0017179","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"api","name":"API","description":"This demo covers important APIs of the JavaScript rich text editor such as content length, HTML encoding, read-only, retrieve the selected content, and more.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","showCharCount","maxLength","appendTo","readonly","enabled","enableHtmlEncode","value","getSelection","selectAll"]},"uid":"00171710","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"client-side-events","name":"Events","description":"This demo explains client-side events of JavaScript HTML Text Editor that is triggered on editing and formatting operations with an event tracer.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","created","actionBegin","actionComplete","focus","blur","change","toolbarClick","appendTo"],"ToolbarSettings":["items"]},"uid":"00171711","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"blog-posting","name":"Use Case","description":"The Rich Text Editor is used in most real-time applications. The html5 rich text editor example shows how to design a forum application in JS application.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","placeholder","value","dataBind","refresh","appendTo"]},"uid":"00171712","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"auto-save","name":"Auto Save","description":"This demo shows how to autosave the content of the editor with customized time intervals and retrieve the saved content in JS Rich Text Editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","placeholder","enablePersistance","saveInterval","toolbarSettings","appendTo"]},"uid":"00171713","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"types","name":"Type","description":"This demo demonstrates different types and behaviors of a toolbar used in the JS HTML Editor such as expand/collapse, multirow, and floating.","category":"Toolbar","api":{"RichTextEditor":["Inject","floatingToolbarOffset","toolbarSettings","actionBegin","actionComplete","dataBind","appendTo"],"ToolbarSettings":["items","type","enableFloating"]},"uid":"00171714","order":1,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"insert-emoticons","name":"Insert Emoticons","description":"This demo demonstrates how to insert emoticons into the rich content in JS WYSIWYG HTML Editor using a custom tool in the editor toolbar.","category":"Custom Tool","api":{"RichTextEditor":["Inject","toolbarSettings","value","created","appendTo"],"ToolbarSettings":["items"]},"uid":"00171715","order":2,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"insert-special-characters","name":"Insert Special Characters","description":"The demo demonstrates how to add special characters or symbols into the rich content in JS Rich Text Editor using a custom toolbar command.","category":"Custom Tool","api":{"RichTextEditor":["Inject","toolbarSettings","value","created","appendTo"],"ToolbarSettings":["items"]},"uid":"00171716","order":2,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"markdown-editor","name":"Overview","description":"This demo for Syncfusion JavaScript rich text editor control shows the markdown editing in the rich text editor with complete features.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","appendTo"],"ToolbarSettings":["items"]},"uid":"00171717","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"markdown-editor-preview","name":"Preview","description":"This demo covers all supported features and functionalities of the JavaScript Markdown editor, which is another mode of the JavaScript Rich Text Editor.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","actionBegin","appendTo"],"ToolbarSettings":["items"]},"uid":"00171718","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"markdown-editor-custom-format","name":"Custom Format","description":"This demo explains how to convert markdown content (with the custom format) to valid HTML markup using Markdown-to-HTML of the markdown parser in JavaScript.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","formatter","appendTo"],"ToolbarSettings":["items"]},"uid":"00171719","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},{"url":"tribute","name":"Tribute JS","description":"This demo shows how to integrate Mention library like Tribute JS within the JavaScript HTML text editor to get the autocomplete popup with a suggestion list.","category":"Third-parties Integration","api":{"RichTextEditor":["placeholder","appendTo"]},"uid":"00171720","order":4,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"}],"order":2,"uid":"017"},{"name":"DocumentEditor","directory":"document-editor","category":"Editors","type":"update","hideOnDevice":true,"ftName":"document-editor","samples":[{"url":"default","name":"Default Functionalities","category":"DocumentEditor","description":"The Document Editor component in JavaScript platform is used to create, edit, view, and print Word documents in web applications.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018180","order":0,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"character-formatting","name":"Character Formatting","category":"Editing Features","description":"The Document Editor supports character formatting such as bold, italic, underline, subscript, superscript, font color, and more in JavaScript platform.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018181","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"paragraph-formatting","name":"Paragraph Formatting","category":"Editing Features","description":"The Document Editor supports paragraph formatting such as indentation, paragraph spacing, line spacing, and text alignment in JavaScript platform.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018182","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"styles","name":"Styles","category":"Editing Features","description":"The Document Editor supports both built-in and custom styles for character format and paragraph format.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018183","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"bullets-and-numbering","name":"Bullets and Numbering","category":"Editing Features","description":"The Document Editor supports bullets and numbering. Both single list and multi-level lists can be added.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018184","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"links-and-bookmarks","name":"Hyperlinks and Bookmarks","category":"Editing Features","description":"The Document Editor supports hyperlinks and bookmarks. The link can be a file, mail, webpage, or bookmark.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018185","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"table-formatting","name":"Table Formatting","category":"Editing Features","description":"The Document Editor supports table formatting such as cell margins, cell spacing, horizontal merge, vertical merge, border styles, background color, and more.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018186","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"section-formatting","name":"Section Formatting","category":"Editing Features","description":"The Document Editor supports section formatting such as page size, page margins, header distance, and footer distance.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018187","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"headers-and-footers","name":"Headers and Footers","category":"Editing Features","description":"The Document Editor supports headers and footers. Different headers and footers can be added to the first page, odd pages, and even pages.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018188","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"table-of-contents","name":"Table of Contents","category":"Editing Features","description":"The Document Editor supports table of contents with options for including hyperlink, page number, right-aligned tabs, and styles.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018189","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"print","name":"Print","category":"Print","description":"The Document Editor component in JavaScript is used to view and print Word documents in web applications by injecting only the modules that are necessary.","api":{"DocumentEditor":["enablePrint","documentName","pageOutline","scrollToPage","viewChange","documentChange","zoomFactorChange"]},"uid":"00181810","order":2,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"right-to-left","name":"Right To Left","category":"RTL","description":"The Document Editor supports right to left for users who use right-to-left languages (Arabic, Hebrew, Urdu, etc.).","api":{"DocumentEditor":["enableRtl"]},"uid":"00181811","order":3,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"custom-context-menu","name":"Custom Context Menu","category":"Customization","description":"The Document Editor supports custom options for users who use to add custom options in context menu.","api":{"ContextMenu":["addCustomMenu","customContextMenuSelect","customContextMenuBeforeOpen"]},"uid":"00181812","order":4,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"auto-save","name":"Auto Save","category":"Customization","description":"The Document Editor supports auto save functionality to let the users for saving the documents automatically at customized time interval.","uid":"00181813","order":4,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"chart","name":"Chart Preservation","category":"Charts","description":"The Document Editor supports chart preservation for users who use to view their business reports with intuitive graphical data visualization.","uid":"00181814","order":5,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"document-protection","name":"Document Protection","category":"Security","description":"The Document Editor provides document protection supports to restrict the types of changes can be made to the document by a user/user group.","uid":"00181815","order":6,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},{"url":"comments","name":"Comments","category":"Review","type":"new","description":"The Document Editor component supports add and edit comments in a Word document for comment discussion.","uid":"00181816","order":7,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true}],"order":2,"uid":"018"},{"name":"Chips","directory":"chips","category":"Editors","samples":[{"url":"default","name":"Default Functionalities","category":"Chips","description":"This sample demonstrates functionalities of Chips with different types. Click and interact the chip, to select single or multiple chips from collection.","uid":"0019190","order":0,"component":"Chips","dir":"chips","parentId":"019"},{"url":"api","name":"API","category":"Chips","description":"This sample demonstrates common API of chip control. Select any combination of properties from the property pane to customize the appearance of chip.","uid":"0019191","order":0,"component":"Chips","dir":"chips","parentId":"019"}],"order":2,"uid":"019"},{"name":"Button","directory":"button","category":"Editors","samples":[{"url":"default","name":"Default Functionalities","category":"Button","ftName":"button","api":{"Button":["isPrimary","cssClass","iconCss","isToggle","iconPosition","content"]},"description":"This example demonstrates the types (flat, toogle, outline, round), sizes and styles (primary, success, info, warning) of the Syncfusion Javascript button.","uid":"0020200","order":0,"component":"Button","dir":"button","parentId":"020"},{"url":"button-group","name":"Button Group","category":"Button","ftName":"button-group","description":"This example demonstrates the behaviors (default, checkbox, radio) of the Syncfusion Javascript ButtonGroup.","uid":"0020201","order":0,"component":"Button","dir":"button","parentId":"020"},{"url":"checkbox","name":"Checkbox","category":"Button","ftName":"checkbox","api":{"CheckBox":["label","checked","indeterminate","disabled","change"]},"description":"This example demonstrates the three different states (checked, unchecked, indeterminate) of the Syncfusion Javascript CheckBox.","uid":"0020202","order":0,"component":"Button","dir":"button","parentId":"020"},{"url":"radio-button","name":"Radio Button","category":"Button","ftName":"radio-button","api":{"RadioButton":["label","name","value","checked"]},"description":"This example demonstrates the group functionality of the Syncfusion Javascript RadioButton with checked and unchecked states.","uid":"0020203","order":0,"component":"Button","dir":"button","parentId":"020"},{"url":"dropdown-button","name":"Dropdown Menu","category":"Button","ftName":"dropdown-menu","api":{"DropDownButton":["items","cssClass","iconCss"]},"description":"This example demonstrates the usecases of the Syncfusion Javascript DropDownButton with icons, text and separator in popup action items.","uid":"0020204","order":0,"component":"Button","dir":"button","parentId":"020"},{"url":"split-button","name":"Split Button","category":"Button","ftName":"split-button","api":{"SplitButton":["items","content","iconCss","beforeItemRender"]},"description":"This example demonstrates the usecases of the Syncfusion Javascript SplitButton with icons and text in primary splitbutton.","uid":"0020205","order":0,"component":"Button","dir":"button","parentId":"020"},{"url":"switch","name":"Switch","category":"Button","ftName":"toggle-switch-button","api":{"Switch":["checked","disabled"]},"description":"This example demonstrates the toggle states (checked, unchecked) of the Syncfusion Javascript Switch.","uid":"0020206","order":0,"component":"Button","dir":"button","parentId":"020"},{"url":"progress-button","name":"Progress Button","category":"Button","ftName":"progress-button","api":{"ProgressButton":["content","iconCss","cssClass","duration","disabled","isPrimary","enableProgress","end","begin","spinSettings","animationSettings"]},"description":"This example demonstrates the different functionalities of the Syncfusion Javascript ProgressButton with spinner and progress indicator.","uid":"0020207","order":0,"component":"Button","dir":"button","parentId":"020"}],"order":2,"uid":"020"},{"name":"In-place Editor","directory":"inplace-editor","ftName":"inplace-editor","category":"Editors","samples":[{"url":"default","name":"Overview","category":"In-place Editor","description":"This sample demonstrates the default behavior of the In-place Editor control, which works by editing the values in inline and popup in TypeScript platform.","api":{"In-place Editor":["mode","type","value","showButtons","disabled"]},"uid":"0021210","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"021"},{"url":"dropdowns","name":"DropDown Controls","category":"In-place Editor","description":"This sample demonstrates the usage of dropdown controls such as Autocomplete, ComboBox, DropDownList, and MultiSelect in TypeScript platform.","api":{"In-place Editor":["mode","type","value","enableEditMode","model"]},"uid":"0021211","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"021"},{"url":"pickers","name":"Date Controls","category":"In-place Editor","description":"This sample demonstrates the usage of picker controls such as Date, Time, DateTime, and DateRange in TypeScript platform.","api":{"In-place Editor":["mode","type","value","enableEditMode","model"]},"uid":"0021212","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"021"},{"url":"edit-post","name":"Edit Post","category":"Use Case","description":"This sample demonstrates the usage of In-place Editor control with a form element in TypeScript platform. Edit the values in place to update to the post.","api":{"In-place Editor":["mode","type","value"]},"uid":"0021213","order":1,"component":"In-place Editor","dir":"inplace-editor","parentId":"021"}],"order":2,"uid":"021"},{"name":"Scheduler","directory":"schedule","category":"Calendars","ftName":"scheduler","samples":[{"url":"default","name":"Default Functionalities","category":"Scheduler","description":"This demo shows how the Scheduler control functionalities work with the default set of minimal configurations in a JavaScript application.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"0022220","order":0,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"local-data","name":"Local Data","category":"Data Binding","description":"This demo shows how to populate appointments in the JavaScript Scheduler through local data sources like JSON data types with the proper date format.","api":{"Schedule":["eventSettings","selectedDate"]},"uid":"0022221","order":1,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"remote-data","name":"Remote Data","category":"Data Binding","description":"This demo shows how to populate appointments or events in the JS Scheduler through remote data sources such as web services, web API, URL, and OData.","api":{"Schedule":["eventSettings","selectedDate"]},"uid":"0022222","order":1,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"calendar-integration","name":"Sync Google Calendar","category":"Data Binding","description":"This example shows how to synchronously work with JavaScript Scheduler and Google Calendar by converting Scheduler events to the required format.","api":{"Schedule":["eventSettings","dataBinding","selectedDate"]},"uid":"0022223","order":1,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"recurrence-events","name":"Recurring Events","category":"Appointments","description":"This demo shows how to define recurring events (appointments) with different patterns and rules that meet iCalendar specifications in the JS Scheduler.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0022224","order":2,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"block-events","name":"Blocking Dates and Time","category":"Appointments","description":"This example shows how to block specific days or time intervals on the JS Scheduler that helps to mark unavailable time or days in Calendar.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0022225","order":2,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"search-events","name":"Search Events","category":"Appointments","description":"This example shows how to filter the appointments or events of the JS Scheduler based on a search string in a particular field or all fields.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0022226","order":2,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"timezone","name":"Timezone","category":"Appointments","description":"This demo shows how the JavaScript Scheduler works with different time zones. The events in the Scheduler automatically adapt to the selected time zone.","api":{"Schedule":["timezone","selectedDate","eventSettings","eventRendered"]},"uid":"0022227","order":2,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"external-drag-drop","name":"External Drag and Drop","category":"Appointments","description":"This demo shows the ability to drag and drop appointments from an external source (such as the DataGrid, ListView, etc.) into the JavaScript Scheduler.","api":{"Schedule":["currentView","eventSettings","resourceHeaderTemplate","cssClass","workHours","views","group","resources","actionBegin"]},"uid":"0022228","order":2,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"virtual-scrolling","name":"Virtual Scrolling ","category":"Scrolling","description":"This example illustrates how to achieve high performance in the JavaScript Scheduler using virtual scrolling to load resources and events on demand.","api":{"Schedule":["views","group","resources","eventSettings"]},"uid":"0022229","order":3,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"views","name":"Basic Views","category":"Views","description":"This example demonstrates the basic views (day, week, workweek, and month) of the JavaScript Scheduler control with their default configurations.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222210","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"timeline","name":"Timeline Views","category":"Views","description":"This example presents timeline views (day, week, workweek, and month) of the JavaScript Scheduler with their default configurations.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00222211","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"agenda","name":"Agenda View","category":"Views","description":"This demo shows the agenda view of the JS Schedule that displays events as a list with virtual scrolling, with a number of initially loaded days.","api":{"Schedule":["agendaDaysCount","hideEmptyAgendaDays","currentView","views","eventSettings","selectedDate"]},"uid":"00222212","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"month-agenda","name":"Month Agenda View","category":"Views","description":"This demo presents the JavaScript Scheduler month-agenda view, which follows the month-view layout while displaying events for a selected date.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222213","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"year","name":"Year View","category":"Views","description":"This example presents a year view of the JS Scheduler that displays appointments or events for an entire year with a horizontal or vertical layout.","api":{"Schedule":["views","eventSettings"]},"uid":"00222214","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"views-configuration","name":"Individual View Settings","category":"Views","description":"This demo shows how to configure different settings for each view in the JS Scheduler, like applying event templates to the month view alone.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222215","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"extended-views","name":"View Intervals","category":"Views","description":"This demo shows how to design own custom views like 3 days, 2 weeks, 4 months apart from the default day, work week, month in JS Event Scheduler.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222216","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"timeline-resources","name":"Room Scheduler","category":"Multiple Resources","description":"This demo shows how to design a meeting room calendar, conference room calendar, and cabin room manager using our JavaScript event calendar control.","api":{"Schedule":["currentView","views","selectedDate","resourceHeaderTemplate","eventSettings"]},"uid":"00222217","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"resources","name":"Fare Calendar","category":"Multiple Resources","description":"This demo is a real-time airfare calendar showcase application with flight and airfare details using the JavaScript Scheduler control.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222218","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"resource","name":"Resources","category":"Multiple Resources","description":"This JavaScript Scheduler control example depicts how to show or hide appointments or events based on selected resources among multiple resources.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"00222219","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"group-editing","name":"Shared Events","category":"Multiple Resources","description":"This demo presents event (appointment) sharing, which enables a single event to be shared by multiple resources in the JS Scheduler event calendar.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00222220","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"group-custom-work-days","name":"Different Work Days","category":"Multiple Resources","description":"This demo shows how to set different workdays for each resource in a group to build a doctor availability application in the JS event calendar.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00222221","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"add-remove-resources","name":"Show/Hide Resources","category":"Multiple Resources","description":"This demo shows how to dynamically add or remove resources from the JavaScript Scheduler layout along with their appointments (events).","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222222","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"adaptive-rows","name":"Row Auto Height","category":"Multiple Resources","description":"This demo shows how the work cells of the JS Scheduler adjust their height automatically based on the number of events present in those time ranges.","api":{"Schedule":["rowAutoHeight","currentView","views","selectedDate","eventSettings"]},"uid":"00222223","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"resource-grouping","name":"Horizontal Grouping","category":"Resource Grouping","description":"This demo shows how to group multiple resources (e.g., airlines) in the JS Scheduler. The resource header can be customized using a template.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00222224","order":6,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"timeline-resource-grouping","name":"Timeline Grouping","category":"Resource Grouping","description":"This demo shows how to group multiple resources with timeline views in the JS Schedule and how to display resources with expanded and collapsed headers.","api":{"Schedule":["group","resources","eventSettings"]},"uid":"00222225","order":6,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"group-by-date","name":"Date-wise Grouping ","category":"Resource Grouping","description":"This demo shows how to group multiple resources by date in the JS Scheduler. The resource row is rendered under each date in the header.","api":{"Schedule":["group","resources","eventSettings"]},"uid":"00222226","order":6,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"group-by-child","name":"Hierarchical Grouping ","category":"Resource Grouping","description":"This demo shows how to group resources in a hierarchical structure for parent-child resources in the JavaScript Scheduler control.","api":{"Schedule":["startHour","endHour","group","resources","eventSettings"]},"uid":"00222227","order":6,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"cell-template","name":"Cell","category":"Templates","description":"This demo shows how to customize the default appearance of work cells with images, links, and coloring styles using cell templates in the JS Scheduler.","api":{"Schedule":["width","height","cellTemplate","views","eventSettings","selectedDate"]},"uid":"00222228","order":7,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"date-header-template","name":"Date Header","category":"Templates","description":"This demo shows how to customize the default appearance of date header cells with images and links using the template option in the JS Scheduler.","api":{"Schedule":["cssClass","dateHeaderTemplate","eventSettings","eventRendered","renderCell"]},"uid":"00222229","order":7,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"event-template","name":"Events","category":"Templates","description":"This demo shows how to customize the look and feel of appointments (events) in the JS Shceduler with images and links by using an event template.","api":{"Schedule":["width","height","cellTemplate","views","eventSettings","selectedDate"]},"uid":"00222230","order":7,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"tooltip","name":"Tooltip","category":"Templates","description":"This demo shows how to enable tooltips (popovers) in JavaScript Scheduler appointments (events) and customize them using a tooltip template.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00222231","order":7,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"editor-validation","name":"Field Validation","category":"Editor Window","description":"This demo covers the Appointment field validation that adds default and custom validation rules to the editor fields of the JavaScript Scheduler.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00222232","order":8,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"editor-custom-field","name":"Additional Fields","category":"Editor Window","description":"This demo shows how to customize appointment editor (event window) with additional fields using pop-up open events in the JavaScript event calendar.","api":{"Schedule":["selectedDate","eventSettings","popupOpen"]},"uid":"00222233","order":8,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"editor-template","name":"Editor Template","category":"Editor Window","description":"This demo shows how to design custom appointment (event) editor windows by adding or removing fields from the JavaScript Scheduler appointment window.","api":{"Schedule":["editorTemplate","showQuickInfo","eventRendered","popupOpen","actionBegin"]},"uid":"00222234","order":8,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"header-rows","name":"Header Rows","category":"Customization","description":"This demo shows how to include additional header rows like week number and month number on the timeline view in the JS event calendar.","api":{"Schedule":["height","eventSettings","selectedDate","headerRows"]},"uid":"00222235","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"time-scale","name":"Timescale","category":"Customization","description":"This demo shows how to customize the default timescale with interval, show/hide gridlines, slots count, and template in JavaScript Scheduler.","api":{"Schedule":["height","width","views","timeScale"]},"uid":"00222236","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"context-menu","name":"Context Menu","category":"Customization","description":"This example shows how to integrate the context menu within the JavaScript Scheduler and control the related functionalities using menu options.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00222237","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"header-bar","name":"Header Bar","category":"Customization","description":"This demo shows how to use templating to customize the header bar of the JavaScript Scheduler with images, links, styles, and other UI controls.","api":{"Schedule":["width","height","workHours","views","eventSettings","selectedDate"]},"uid":"00222238","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"scroll-to","name":"Scroll Time","category":"Customization","description":"This example demonstrates how to scroll to a specific time programmatically based on the selected time in the JavaScript Scheduler control.","api":{"Schedule":["width","height","eventSettings","eventRendered","scrollTo"]},"uid":"00222239","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"work-days","name":"Work Days","category":"Customization","description":"This demo shows how to customize the workdays and the first day of the week to fit different work schedules in the JavaScript Scheduler.","api":{"Schedule":["workDays","views","eventSettings","selectedDate"]},"uid":"00222240","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"hide-weekend","name":"Hide Non-Working Days","category":"Customization","description":"This demo shows how to show or hide weekend days in the JS Scheduler, which is similar to the workweek view, but with customizable workdays.","api":{"Schedule":["showWeekend"]},"uid":"00222241","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"work-hour","name":"Work Hours","category":"Customization","description":"This demo shows how to customize the work hour range on the JS Scheduler calendar, allowing business hours other than 9 AM to 6 PM.","api":{"Schedule":["workHours","views","eventSettings","selectedDate"]},"uid":"00222242","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"start-end-hour","name":"Day Hour Limit","category":"Customization","description":"This demo shows how to limit the start and end hours in the JS Scheduler which is applicable for all views and used here to render business hours only.","api":{"Schedule":["startHour","endHour","workHours","eventRendered"]},"uid":"00222243","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"cell-dimension","name":"Cell Dimension","category":"Customization","description":"This demo shows how to change the default width and height of work cells, allowing the JS Scheduler to be viewable zoomed in or zoomed out.","api":{"Schedule":["cssClass","showTimeIndicator","eventRendered","created","actionComplete"]},"uid":"00222244","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"read-only-events","name":"Read-only Events","category":"Customization","description":"This demo shows how to make specific events in the JavaScript Scheduler read-only, making them viewable but not editable by end users.","api":{"Schedule":["eventSettings","eventRendered","eventClick","popupOpen","eventRendered"]},"uid":"00222245","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"excel-export","name":"Excel Exporting","category":"Exporting","description":"This example demonstrates how to export JavaScript Scheduler events (appointments) to the Microsoft Excel file format on the client side.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00222246","order":10,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"calendar-export-import","name":"Export and Import ICS","category":"Exporting","description":"This demo shows how to handle exporting to ICS and importing from ICS in the JS Scheduler. The ICS file must come from Google Calendar or MS Outlook.","api":{"Schedule":["importICalendar","exportToICalendar"]},"uid":"00222247","order":10,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"print","name":"Print","category":"Exporting","description":"This sample demonstrates how to print all the appointments (events) in the JavaScript Scheduler on the client side using the Print Library.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00222248","order":10,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"recurrence-editor-generate-rule","name":"Rule Generator","category":"Recurrence Editor","description":"This demo showcases how to generate various recurrence pattern rules, such as daily, weekly, monthly, and yearly, using the Recurrence Editor.","uid":"00222249","order":11,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"recurrence-editor-populate-rule","name":"Populate Rule","category":"Recurrence Editor","description":"This demo shows how to populate a predefined set of recurrence rules in the Recurrence Editor fields to help users create recurring events.","uid":"00222250","order":11,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"keyboard-interaction","name":"Keyboard Interaction","category":"Miscellaneous","description":"This demo showcases all the available keyboard shortcuts that help users perform actions using only the keyboard in the JavaScript Scheduler control.","api":{"Schedule":["width","height","eventSettings","selectedDate","allowKeyboardInteraction"]},"uid":"00222251","order":12,"component":"Scheduler","dir":"schedule","parentId":"022"},{"url":"events","name":"Events","category":"Miscellaneous","description":"This demo lists the client-side events triggered on JavaScript Scheduler actions in the Event Tracer. The Event Tracer also includes a Clear option.","api":{"Schedule":["width","height","eventSettings","eventRendered","created","actionBegin","actionComplete","actionFailure","cellClick","cellDoubleClick","destroyed","navigating","eventClick","popupOpen"]},"uid":"00222252","order":12,"component":"Scheduler","dir":"schedule","parentId":"022"}],"order":3,"uid":"022"},{"name":"Gantt","directory":"gantt","category":"Calendars","ftName":"gantt","type":"update","samples":[{"url":"default","name":"Default Functionalities","category":"Gantt","api":{"Gantt":["dataSource","taskFields","height","highlightWeekends","eventMarkers","labelSettings"]},"description":"This example demonstrates the simple Gantt chart with summary task, child tasks, milestone tasks, dependencies with event markers of project","uid":"0023230","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"local-data","name":"Local Data","category":"Data Binding","api":{"Gantt":["dataSource","height","taskFields","columns","treeColumnIndex","allowSelection","highlightWeekends","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the way of binding local data to Gantt chart with an array of JavaScript objects.","uid":"0023231","order":1,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"remote-data","name":"Remote Data","category":"Data Binding","api":{"Gantt":["dataSource","height","taskFields","columns","treeColumnIndex","allowSelection","gridLines","highlightWeekends","timelineSettings","labelSettings","includeWeekend","projectStartDate","projectEndDate"]},"description":"This sample demonstrates the way of binding data to Gantt chart with remote service. The Gantt chart data source is bound to remote data using DataManager.","uid":"0023232","order":1,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"self-reference-data","name":"Self Reference Data","category":"Data Binding","api":{"Gantt":["dataSource","height","taskFields","columns","treeColumnIndex","allowSelection","highlightWeekends","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the way of binding self-referential flat data with parentID to the Gantt chart.","uid":"0023233","order":1,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"work-week","name":"Workweek","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","height","highlightWeekends","workWeek","labelSettings"]},"description":"This sample demonstrates the way to bind the customizable array of working days in a week for project.","uid":"0023234","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"working-time-range","name":"Working Time Range","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","highlightWeekends","timelineSettings","dayWorkingTime"]},"description":"This example demonstrates how to customize the working time of a day for the whole project. We can define working time in different intervals.","uid":"0023235","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"holidays","name":"Holidays","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","holidays"]},"description":"This example demonstrates how to define holidays in the project, which should be considered while calculating the duration and on rendering taskbars.","uid":"0023236","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"resources","name":"Resource Allocation","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","resourceIDMapping","resourceNameMapping","resources","resourceInfo"]},"description":"This example demonstrates how to allocate available resources to the task based on their skills and availability","uid":"0023237","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"event-markers","name":"Event Markers","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","eventMarkers"]},"description":"This example demonstrates how to highlight the different stages in the project development cycle just like bookmark.","uid":"0023238","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"indicators","name":"Indicators","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","indicators"]},"description":"This example demonstrates how to highlight some important details of tasks on specified date in the project with the label and icons.","uid":"0023239","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"baseline","name":"Baseline","category":"Scheduling Concepts","api":{"Gantt":["dataSource","renderBaseline","taskFields","columns","treeColumnIndex","allowSelection","includeWeekend","timelineSettings","tooltipSettings","durationUnit","dateFormat","dayWorkingTime","height","projectStartDate","projectEndDate"]},"description":"Baselines are enabled to view the deviation between the planned dates of tasks and actual progress of task dates","uid":"00232310","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"unscheduled-tasks","name":"Unscheduled Tasks","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","editSettings","toolbar","height","labelSettings","allowUnscheduledTasks","projectStartDate","projectEndDate","toolbarClick","splitterSettings","columns"]},"description":"This example demonstrates the unscheduled tasks in Gantt with custom toolbar item and dynamic add support.","uid":"00232311","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"timeline","name":"Timeline API","category":"Timeline","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","highlightWeekends","resourceNameMapping","resourceIDMapping","resources","timelineSettings","splitterSettings","treeColumnIndex","labelSettings","eventMarkers"]},"description":"This example demonstrates the various timeline mode options and properties available to customize the timeline in Gantt","uid":"00232312","order":3,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"zooming","name":"Zooming","category":"Timeline","api":{"Gantt":["dataSource","taskFields","height","toolbar","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the zooming support of the Gantt chart timeline and ZoomToFit support of the Gantt chart.","uid":"00232313","order":3,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"editing","name":"Editing","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","editSettings","toolbar","columns","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the cell editing, dialog editing, taskbar editing and dependency editing support in Gantt","uid":"00232314","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"selection","name":"Selection","category":"Gantt","type":"update","api":{"Gantt":["dataSource","height","taskFields","allowSelection","treeColumnIndex","allowSelection","highlightWeekends","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the various selection support of row and cell with different type in Syncfusion Essential JS2 Gantt","uid":"00232315","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"filtering","name":"Filtering","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","taskFields","columns","treeColumnIndex","height","timelineSettings","labelSettings","toolbar","allowFiltering","includeWeekend","timelineSettings","splitterSettings","durationUnit","dayWorkingTime","projectStartDate","projectEndDate"]},"description":"This example demonstrates the filtering support with filter menu option for various types of columns in Gantt","uid":"00232316","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"contextMenu","name":"Context Menu","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","editSettings","toolbar","columns","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","labelSettings","projectStartDate","projectEndDate","enableContextMenu","contextMenuItems"]},"description":"This demo explains the usage of context menu and the default context menu items in Syncfusion Gantt control.","uid":"00232317","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"exporting","name":"Exporting","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","toolbar","allowExcelExport","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","projectStartDate","projectEndDate","toolbarClick"]},"description":"This demo explains how to export Gantt content to Excel and CSV documents using the Syncfusion TypeScript Gantt control.","uid":"00232318","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"events","name":"Events","category":"Gantt","type":"update","api":{"Gantt":["dataSource","height","taskFields","toolbar","treeColumnIndex","allowSelection","highlightWeekends","labelSettings","projectStartDate","projectEndDate","toolbarClick"]},"description":"This demo demonstrates the basic functionalities of the events that are available in the Syncfusion Essential JS2 Gantt.","uid":"00232319","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"keyboard-interactions","name":"Keyboard Interactions","category":"Gantt","api":{"Gantt":["dataSource","height","taskFields","toolbar","allowKeyboard","columns","editSettings","treeColumnIndex","highlightWeekends","labelSettings","projectStartDate","projectEndDate"]},"description":"This demo demonstrates the key combinations used to perform corresponding Gantt actions in Syncfusion Essential JS2 Gantt.","uid":"00232320","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"column-menu","name":"Column Menu","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","allowFiltering","allowSorting","showColumnMenu","height","columns","highlightWeekends","labelSettings","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains the default functionalities of the Column Menu in Syncfusion Essential JS2 Gantt.","uid":"00232321","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"show-hide-column","name":"Show or Hide Column","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","columns","highlightWeekends","labelSettings","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to hide or show the columns of Gantt dynamically using Syncfusion Essential JS2 Gantt methods.","uid":"00232322","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"reorder","name":"Column Reorder","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","allowReordering","height","columns","highlightWeekends","labelSettings","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to reorder the columns of Gantt by simple drag and drop of columns using Syncfusion Essential JS2 Gantt.","uid":"00232323","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"resizing","name":"Column Resize","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","allowResizing","height","columns","highlightWeekends","labelSettings","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to resize the width of the Gantt columns in Syncfusion Essential Javascript 2 Gantt control","uid":"00232324","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"column-template","name":"Column Template","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","rowHeight","columns","highlightWeekends","labelSettings","resourceNameMapping","resourceIDMapping","resources","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to customize column headers to show additional HTML elements, such as icons, images, etc. in Syncfusion Essential JS2 Gantt control.","uid":"00232325","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"header-template","name":"Header Template","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","columns","highlightWeekends","labelSettings","resourceNameMapping","resourceIDMapping","resources","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to customize column headers to show additional HTML elements, such as icons, images, etc. in Syncfusion Essential JS2 Gantt control.","uid":"00232326","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"taskbar-template","name":"Taskbar Template","category":"Customization","api":{"Gantt":["dataSource","dateFormat","taskFields","columns","treeColumnIndex","rowHeight","taskbarHeight","dayWorkingTime","durationUnit","eventMarkers","height","taskbarTemplate","milestoneTemplate","projectStartDate","projectEndDate","timelineSettings","splitterSettings","labelSettings","tooltipSettings"]},"description":"This example demonstrates the taskbar template support with child taskbar template, parent taskbar template and milestone template.","uid":"00232327","order":5,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"tasklabel-template","name":"Task Label Template","category":"Customization","api":{"Gantt":["dataSource","taskFields","columns","highlightWeekends","treeColumnIndex","rowHeight","height","resourceNameMapping","resourceIDMapping","resources","projectStartDate","projectEndDate","splitterSettings","labelSettings"]},"description":"This demo explains how to render label template for the left, right, and task labels in Syncfusion Essential JS2 Gantt.","uid":"00232328","order":5,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"tooltip-template","name":"Tooltip Template","category":"Customization","api":{"Gantt":["dataSource","height","taskFields","renderBaseline","treeColumnIndex","columns","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","labelSettings","tooltipSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to render tooltip template for taskbar and baseline in Syncfusion Essential JS2 Gantt.","uid":"00232329","order":5,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"toolbar-template","name":"Toolbar Template","category":"Customization","api":{"Gantt":["dataSource","height","taskFields","allowFiltering","columns","toolbar","treeColumnIndex","highlightWeekends","labelSettings","projectStartDate","projectEndDate","toolbarClick"]},"description":"This demo explains how to render custom toolbar elements in a toolbar, by which any custom operation can be performed in Syncfusion Essential JS2 Gantt.","uid":"00232330","order":5,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"grid-lines","name":"Grid Lines","category":"Customization","api":{"Gantt":["dataSource","height","taskFields","columns","treeColumnIndex","gridLines","highlightWeekends","labelSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to customize the grid lines in Gantt by selecting values from dropdown using Syncfusion Essential JS2 Gantt.","uid":"00232331","order":5,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"sorting","name":"Default","category":"Sorting","api":{"Gantt":["dataSource","taskFields","columns","treeColumnIndex","height","labelSettings","splitterSettings","allowSorting","sortSettings","projectStartDate","projectEndDate"]},"description":"This demo demonstrates how to sort multiple columns of Gantt by holding the CTRL key and clicking the column headers of Syncfusion Essential JS2 Gantt.","uid":"00232332","order":6,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"sorting-api","name":"Sorting API","category":"Sorting","api":{"Gantt":["dataSource","taskFields","columns","treeColumnIndex","height","highlightWeekends","allowSorting","labelSettings","projectStartDate","projectEndDate"]},"description":"This demo demonstrates how to sort columns and clear sorted columns dynamically using the sortColumn and clearSorting method of Syncfusion Essential JS2 Gantt.","uid":"00232333","order":6,"component":"Gantt","dir":"gantt","parentId":"023"},{"url":"drag-and-drop","name":"Row Drag And Drop","category":"Gantt","type":"new","api":{"Gantt":["dataSource","taskFields","columns","treeColumnIndex","height","highlightWeekends","allowRowDragAndDrop","splitterSettings","labelSettings","projectStartDate","projectEndDate"]},"description":"This demo for Essential JS 2 Gantt control how the rows can be dragged within the gantt using the row drag-and-drop feature.","uid":"00232334","order":0,"component":"Gantt","dir":"gantt","parentId":"023"}],"order":3,"uid":"023"},{"name":"Calendar","directory":"calendar","category":"Calendars","samples":[{"url":"default","name":"Default Functionalities","category":"Calendar","api":{"Calendar":["change"]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) Calendar to select a date","uid":"0024240","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},{"url":"disabled","name":"Disabled Dates","category":"Calendar","api":{"Calendar":["renderDayCell","change"]},"description":"This example demonstrates how to disable the dates like weekends, weekdays and specific dates (past , future and current) in a JavaScript (TypeScript) Calendar","uid":"0024241","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},{"url":"date-range","name":"Date Range","category":"Calendar","api":{"Calendar":["min","max","change"]},"description":"This example demonstrates how to disables the specific range of dates (min and max) in a JavaScript (TypeScript) Calendar","uid":"0024242","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},{"url":"special-dates","name":"Special Dates","category":"Calendar","api":{"Calendar":["renderDayCell","change"]},"description":"This example demonstrates how to highlight the specific dates like weekends, holidays and special dates in a JavaScript (TypeScript) Calendar","uid":"0024243","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},{"url":"multi-selection","name":"Multi Selection","category":"Calendar","api":{"Calendar":["isMultiSelection","values"]},"description":"This example demonstrates how to select the multiple dates (more than one date) in a JavaScript (TypeScript) Calendar","uid":"0024244","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},{"url":"month-picker","name":"Month Picker","category":"Calendar","api":{"Calendar":["start","depth"]},"description":"The JavaScript Calendar control can act as a month and year picker. It helps you to select a month or year quickly with all month related properties.","uid":"0024245","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},{"url":"islamic-calendar","name":"Islamic Calendar","category":"Calendar","api":{"Calendar":["isMultiSelection","values"]},"uid":"0024246","order":0,"component":"Calendar","dir":"calendar","parentId":"024"}],"order":3,"uid":"024"},{"name":"DatePicker","directory":"datepicker","category":"Calendars","samples":[{"url":"default","name":"Default Functionalities","category":"DatePicker","api":{"DatePicker":["placeholder"]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) DatePicker to select a date","uid":"0025250","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},{"url":"disabled","name":"Disabled Dates","category":"DatePicker","api":{"DatePicker":["placeholder","renderDayCell"]},"description":"This example demonstrates how to disable the dates like weekends, weekdays and specific dates (past, future and current) in a JavaScript (TypeScript) DatePicker","uid":"0025251","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},{"url":"date-range","name":"Date Range","category":"DatePicker","api":{"DatePicker":["min","max","value","placeholder"]},"description":"DatePicker widget with min and max date options that restrict users from selecting dates within a defined range of days like past dates, future dates, etc","uid":"0025252","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},{"url":"date-format","name":"Format","category":"DatePicker","api":{"DatePicker":["format","value","placeholder"]},"description":"This example demonstrates how to change the date time format in the input field based on the format in a JavaScript (TypeScript) DatePicker","uid":"0025253","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},{"url":"special-dates","name":"Special Dates","category":"DatePicker","api":{"DatePicker":["value","placeholder","renderDayCell"]},"description":"DatePicker for TypeScript that highlights multiple dates like weekends, holidays, and special events with options to add custom styles and descriptions","uid":"0025254","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},{"url":"month-picker","name":"Month Picker","category":"DatePicker","api":{"DatePicker":["start","depth"]},"description":"The JavaScript DatePicker control can act as a month and year picker. It helps you to select a month or year quickly with all months related properties.","uid":"0025255","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"}],"order":3,"uid":"025"},{"name":"DateRangePicker","directory":"daterangepicker","category":"Calendars","samples":[{"url":"default","name":"Default Functionalities","category":"DateRangePicker","api":{"DateRangePicker":["placeholder"]},"description":"A simple and lightweight DateRangePicker control for JavaScript (TypeScript) with a flexible user interface for selecting a range of dates effortlessly","uid":"0026260","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},{"url":"date-range","name":"Date Range","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","min","max"]},"description":"This example demonstrates how to disables the specific range of dates (min and max) in a JavaScript (TypeScript) DateRangePicker","uid":"0026261","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},{"url":"day-span","name":"Day Span","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","minDays","maxDays"]},"description":"This example demonstrates how to restrict the users to select the min and max number of days between the selected range of start and end dates","uid":"0026262","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},{"url":"presets","name":"Preset Ranges","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","presets"]},"description":"This example demonstrates how to change the date time format in the input field based on the format in a JavaScript (TypeScript) DateRangePicker","uid":"0026263","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},{"url":"date-format","name":"Format","category":"DateRangePicker","api":{"DateRangePicker":["format","value"]},"description":"This example demonstrates how to specify the predefined custom date ranges (presets range) like last month, last year and current week in the dropdown popup","uid":"0026264","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},{"url":"month-range-picker","name":"Month Range Picker","category":"DateRangePicker","api":{"DateRangePicker":["start","depth"]},"description":"The JavaScript DateRangePicker control can act as a month and year picker. It helps you to select a month or year quickly with all months related properties.","uid":"0026265","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"}],"order":3,"uid":"026"},{"name":"DateTimePicker","directory":"datetimepicker","category":"Calendars","samples":[{"url":"default","name":"Default Functionalities","category":"DateTimePicker","api":{"DateTimePicker":[]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) DateTimePicker to select both a date and time","uid":"0027270","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"027"},{"url":"disabled","name":"Disabled Dates","category":"DateTimePicker","api":{"DateTimePicker":["renderDayCell"]},"description":"Customizable DateTimePicker widget for JavaScript (TypeScript) with disabled dates and times that restrict selection for specific date and time durations","uid":"0027271","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"027"},{"url":"date-time-range","name":"DateTime Range","category":"DateTimePicker","api":{"DatePicker":["min","max","value"]},"description":"This example demonstrates how to disables the specific range of dates and times (min and max) in a JavaScript (TypeScript) DateTimePicker","uid":"0027272","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"027"},{"url":"date-time-format","name":"Format","category":"DateTimePicker","api":{"DateTimePicker":["format","value"]},"description":"Flexible DateTimePicker for JavaScript (TypeScript) with options to customize date and time formats based on the preferred culture for improved readability","uid":"0027273","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"027"},{"url":"special-dates","name":"Special Dates","category":"DateTimePicker","api":{"DateTimePicker":["renderDayCell","value"]},"description":"This example demonstrates how to highlight the specific dates and times like weekends, holidays and special dates in a JavaScript (TypeScript) DateTimePicker","uid":"0027274","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"027"}],"order":3,"uid":"027"},{"name":"TimePicker","directory":"timepicker","category":"Calendars","samples":[{"url":"default","name":"Default Functionalities","category":"TimePicker","api":{"TimePicker":["placeholder"]},"description":"A simple and lightweight TimePicker component for JavaScript (TypeScript) for selecting times that is customizable to fit large-scale applications","uid":"0028280","order":0,"component":"TimePicker","dir":"timepicker","parentId":"028"},{"url":"time-range","name":"Time Range","category":"TimePicker","api":{"TimePicker":["placeholder","value","readonly","enabled","min","change"]},"description":"This example demonstrates how to disable the specific range of times(min and max) in a JavaScript (TypeScript) TimePicker","uid":"0028281","order":0,"component":"TimePicker","dir":"timepicker","parentId":"028"},{"url":"time-format","name":"Format","category":"TimePicker","api":{"TimePicker":["value","step","format"]},"description":"This example demonstrates how to change the time format in the input field based on the format in a JavaScript (TypeScript) TimePicker","uid":"0028282","order":0,"component":"TimePicker","dir":"timepicker","parentId":"028"},{"url":"list-formatting","name":"Time Duration","category":"TimePicker","api":{"TimePicker":["value","itemRender"]},"description":"A simple TimePicker widget for JavaScript (TypeScript) for highlighting a set of time intervals in a pop-up by adding custom styles based on you needs","uid":"0028283","order":0,"component":"TimePicker","dir":"timepicker","parentId":"028"}],"order":3,"uid":"028"},{"name":"AutoComplete","directory":"auto-complete","category":"Dropdowns","ftName":"autocomplete","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript autocomplete control with minimum configuration.","category":"AutoComplete","api":{"AutoComplete":["dataSource","value","placeholder"]},"uid":"0029290","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["fields","placeholder"]},"uid":"0029291","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","suggestionCount","query","sortOrder","autofill","filterType","change"]},"uid":"0029292","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript autocomplete control pop-up list using template.","category":"AutoComplete","api":{"AutoComplete":["dataSource","fields","headerTemplate","itemTemplate","placeholder","popupHeight"]},"uid":"0029293","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},{"url":"highlight","name":"Highlight","description":"This example demonstrates how to highlight the searched characters in the suggested list items of the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","fields","highlight","placeholder"]},"uid":"0029294","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},{"url":"custom-filtering","name":"Custom Filtering","description":"This example demonstrates how to achieve the custom filtering functionalities in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","filtering","fields","placeholder"]},"uid":"0029295","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","ignoreAccent","placeholder"]},"uid":"0029296","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"}],"order":4,"uid":"029"},{"name":"ComboBox","directory":"combo-box","category":"Dropdowns","ftName":"combobox","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript combo box control with minimum configuration.","category":"ComboBox","api":{"ComboBox":["popupHeight","index","change","placeholder"]},"uid":"0030300","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","placeholder","popupHeight"]},"uid":"0030301","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","query","sortOrder","autofill","popupHeight","placeholder"]},"uid":"0030302","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},{"url":"custom-value","name":"Custom Value","description":"This example demonstrates the addition of a new value that is not present in the predefined list of the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","placeholder","popupHeight","allowFiltering","noRecordsTemplate","filtering","width"]},"uid":"0030303","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript combo box control pop-up list using the template.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","headerTemplate","itemTemplate","placeholder","popupHeight"]},"uid":"0030304","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","allowFiltering","filtering","placeholder","popupHeight"]},"uid":"0030305","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},{"url":"cascading","name":"Cascading","description":"This example demonstrates how to create a related combo box (Cascading ComboBox) using the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","allowCustom","fields","change","placeholder","popupHeight","value","enabled"]},"uid":"0030306","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","ignoreAccent","placeholder","allowFiltering"]},"uid":"0030307","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"}],"order":4,"uid":"030"},{"name":"Dropdown List","directory":"drop-down-list","category":"Dropdowns","ftName":"dropdown-list","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript drop-down list control with minimum configuration.","category":"Dropdown List","api":{"DropDownList":["popupHeight","placeholder","index","change"]},"uid":"0031310","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","popupHeight","placeholder"]},"uid":"0031311","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","query","sortOrder","autofill","popupHeight","placeholder"]},"uid":"0031312","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript drop-down list control pop-up list using the template.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","headerTemplate","itemTemplate","valueTemplate","popupHeight","placeholder"]},"uid":"0031313","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","allowFiltering","filtering","filterBarPlaceholder","popupHeight","placeholder"]},"uid":"0031314","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},{"url":"cascading","name":"Cascading","description":"This example demonstrates how to create a related drop-down list (Cascading DropDownList) using the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","change","placeholder","popupHeight","value","enabled"]},"uid":"0031315","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},{"url":"inline","name":"Inline","description":"This example demonstrates how to render the JavaScript drop-down list control in line with highlighted contents.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","value"]},"uid":"0031316","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","ignoreAccent","placeholder","allowFiltering"]},"uid":"0031317","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"}],"order":4,"uid":"031"},{"name":"MultiSelect Dropdown","directory":"multi-select","category":"Dropdowns","ftName":"multiselect-dropdown","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript multiselect control with minimum configuration.","category":"MultiSelect Dropdown","api":{"MultiSelect":["mode","placeholder"]},"uid":"0032320","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["query","dataSource","fields","sortOrder","placeholder"]},"uid":"0032321","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},{"url":"grouping-icon","name":"Grouping","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder"]},"uid":"0032322","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript multiselect control pop-up list using the template.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","headerTemplate","itemTemplate","valueTemplate","mode","placeholder"]},"uid":"0032323","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["query","dataSource","fields","placeholder","allowFiltering","filtering"]},"uid":"0032324","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},{"url":"custom-value","name":"Custom Value","description":"This example demonstrates the addition of a new value that is not present in the predefined list of the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","allowCustomValue"]},"uid":"0032325","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},{"url":"chip-customization","name":"Chip Customization","description":"This example demonstrates how to customize the appearance of the selected chip element in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","tagging"]},"uid":"0032326","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},{"url":"checkbox","name":"CheckBox","description":"This example demonstrates how to select the multiple values through checkbox in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder"]},"uid":"0032327","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},{"url":"grouping-with-checkbox","name":"Grouping with CheckBox","description":"This example demonstrates how to select the grouped list item values through checkbox in the JavaScript MultiSelect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","enableGroupCheckBox"]},"uid":"0032328","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},{"url":"selection-limit","name":"Selection Limit","description":"This example demonstrates the maximum selection limit functionalities with checkbox of the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","maximumSelectionLength"]},"uid":"0032329","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","placeholder","ignoreAccent"]},"uid":"00323210","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"}],"order":4,"uid":"032"},{"name":"List Box","directory":"list-box","category":"Dropdowns","ftName":"list-box","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of Syncfusion TypeScript ListBox component with minimum configuration.","category":"List Box","api":{"ListBox":["dataSource"]},"uid":"0033330","order":0,"component":"List Box","dir":"list-box","parentId":"033"},{"url":"dual-list-box","name":"Dual ListBox","description":"This example demonstrates how to move items between the two list boxes using dual list box functionality.","category":"List Box","api":{"ListBox":["dataSource","fields","scope","toolbarSettings","height"]},"uid":"0033331","order":0,"component":"List Box","dir":"list-box","parentId":"033"},{"url":"drag-and-drop","name":"Drag And Drop","description":"This example demonstrates how to drag and drop within the Syncfusion TypeScript ListBox and between two list boxes.","category":"List Box","api":{"ListBox":["dataSource","scope","allowDragAndDrop","fields","height"]},"uid":"0033332","order":0,"component":"List Box","dir":"list-box","parentId":"033"},{"url":"checkbox","name":"Checkbox","description":"This example demonstrates how to select multiple items from the Syncfusion TypeScript ListBox using checkbox functionality.","category":"List Box","api":{"ListBox":["dataSource","selectionSettings"]},"uid":"0033333","order":0,"component":"List Box","dir":"list-box","parentId":"033"},{"url":"api","name":"API","description":"This example how to customize the Syncfusion Typescript ListBox component using the available set of APIs.","category":"List Box","api":{"ListBox":["dataSource","fields","sortOrder","selectionSettings"]},"uid":"0033334","order":0,"component":"List Box","dir":"list-box","parentId":"033"}],"order":4,"uid":"033"},{"name":"Accordion","directory":"accordion","category":"Navigation","ftName":"accordion","samples":[{"url":"default","name":"Default Functionalities","category":"Accordion","description":"The sample demonstrates that default functionalities of the Accordion control which works by expand and collapse action in TypeScript platform.","api":{"AccordionItem":["header","content","expanded"],"Accordion":["items"]},"uid":"0034340","order":0,"component":"Accordion","dir":"accordion","parentId":"034"},{"url":"ajax","name":"Ajax Content","category":"Accordion","description":"The sample demonstrates how to load the content to the Accordion control from external sources using Ajax library in TypeScript platform.","api":{"Accordion":["expandMode","expanding"]},"uid":"0034341","order":0,"component":"Accordion","dir":"accordion","parentId":"034"},{"url":"icon","name":"Icons","category":"Accordion","description":"The sample demonstrates how to represent pane headers with an icon in Accordion control which populates from items collection in TypeScript platform.","api":{"AccordionItem":["iconCss"]},"uid":"0034342","order":0,"component":"Accordion","dir":"accordion","parentId":"034"}],"order":5,"uid":"034"},{"name":"Context Menu","directory":"context-menu","category":"Navigation","ftName":"context-menu","samples":[{"url":"default","name":"Default Functionalities","category":"Context Menu","api":{"ContextMenu":["target","items","beforeItemRender","animationSettings"],"MenuItem":["text","iconCss","items","separator"]},"description":"This example demonstrates the Syncfusion Javascript ContextMenu items with icons, text and separator.","uid":"0035350","order":0,"component":"Context Menu","dir":"context-menu","parentId":"035"}],"order":5,"uid":"035"},{"name":"Menu Bar","directory":"menu","category":"Navigation","ftName":"menu-bar","samples":[{"url":"default","name":"Default Functionalities","category":"Menu Bar","api":{"Menu":["items","orientation"],"MenuItem":["text","iconCss","items","separator"]},"description":"This example demonstrates the Syncfusion Javascript Menu items with icons, text, separator and items submenu.","uid":"0036360","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},{"url":"data-binding","name":"Data Binding","category":"Menu Bar","api":{"Menu":["items"]},"description":"This example demonstrates how to bind the local data source with Syncfusion Javascript Menu component.","uid":"0036361","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},{"url":"scrollable","name":"Scrollable","category":"Menu Bar","api":{"Menu":["items","enableScrolling","cssClass","beforeOpen"]},"description":"This example demonstrates how to load menu and sub menus with large number of menu items in horizontal / vertical scrollable Syncfusion Javascript menu.","uid":"0036362","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},{"url":"template","name":"Template","category":"Menu Bar","api":{"Menu":["items","fields","template"],"FieldSettings":["text","children"]},"description":"This example demonstrates how to customize Syncfusion Javascript Menu popup items by using templates.","sourceFiles":[{"displayName":"template.ts","path":"src/menu/template.ts"},{"displayName":"template.html","path":"src/menu/template.html"},{"displayName":"template-data.json","path":"src/menu/template-data.json"}],"uid":"0036363","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},{"url":"hamburger-mode","name":"Hamburger Mode","category":"Menu Bar","api":{"Menu":["hamburgerMode","title"]},"description":"This example demonstrates the hamburger mode of the Syncfusion Javascript Menu that enables the adaptive view.","uid":"0036364","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},{"url":"api","name":"API","category":"Menu Bar","api":{"Menu":["orientation","showItemOnClick","enableItems"]},"description":"This example demonstrates the supported API's and its functionalities of the Syncfusion Javascript Menu.","uid":"0036365","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},{"url":"toolbar-integration","name":"Toolbar Integration","category":"Use Case","api":{"Menu":["items"]},"description":"This example demonstrates the real use case of the Syncfusion Javascript Menu in web application. It is integrated with toolbar component.","uid":"0036366","order":1,"component":"Menu Bar","dir":"menu","parentId":"036"}],"order":5,"uid":"036"},{"name":"Sidebar","directory":"sidebar","category":"Navigation","samples":[{"url":"default","name":"Default Functionalites","category":"Sidebar","api":{"Sidebar":["type","position","showBackdrop","closeOnDocumentClick","change","mediaQuery"]},"description":"It demonstrates a simple, mobile-friendly and responsive Sidebar (Navigation drawer, Side Navigation menu) which navigates various parts of an application.","uid":"0037370","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},{"url":"docking-sidebar","name":"Dock","category":"Sidebar","api":{"Sidebar":["enableDock","dockSize","contextTo"]},"description":"This example demonstrates how the JavaScript (TypeScript) Sidebar is docked to the main content when it is in closed state","uid":"0037371","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},{"url":"api","name":"API","category":"Sidebar","api":{"Sidebar":["showBackdrop","position","types","closeOnDocumentClick"]},"description":"It demonstrates how to change the behavior and appearance of sidebar in application through user friendly API’s like types, position, auto close and backdrop","uid":"0037372","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},{"url":"sidebar-menu","name":"Sidebar Menu","category":"Sidebar","api":{"Sidebar":["mediaQuery","width","target","dockSize","enableDock"]},"description":"This example demonstrates how to render Menu for navigation purpose inside the React Sidebar of an application.","uid":"0037373","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},{"url":"responsive-panel","name":"Responsive Panel","category":"Sidebar","api":{"Sidebar":["mediaQuery","width","target"]},"description":"This example demonstrates how to render TreeView for navigation purpose inside the Typescript Sidebar","uid":"0037374","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},{"url":"sidebar-list","name":"Sidebar with ListView","category":"Sidebar","api":{"Sidebar":["open","close"]},"description":"This example demonstrates how the JavaScript (TypeScript) Sidebar is integrated with a ListView to display a list of menu items","uid":"0037375","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"}],"order":5,"uid":"037"},{"name":"Tabs","directory":"tab","category":"Navigation","ftName":"tabs","samples":[{"url":"default","name":"Default Functionalities","category":"Tabs","description":"The sample demonstrates about default functionalities of the Tab control (also known as Tabbed UI) which is navigation component in TypeScript platform.","api":{"Header":["text","iconCss"],"TabItem":["content"],"Tab":["items"]},"uid":"0038380","order":0,"component":"Tabs","dir":"tab","parentId":"038"},{"url":"orientation","name":"Orientation","category":"Tabs","description":"The sample demonstrates how to customize the orientation of Tab control along with feasibility to customize the Tab header styles in TypeScript platform.","api":{"Tab":["headerPlacement","showCloseButton"]},"uid":"0038381","order":0,"component":"Tabs","dir":"tab","parentId":"038"},{"url":"responsive-modes","name":"Responsive Modes","category":"Tabs","description":"The sample illustrates that responsive mode of Tab control that aligns tab items in a scrollable or popup mode in TypeScript platform.","api":{"Tab":["overflowMode"]},"uid":"0038382","order":0,"component":"Tabs","dir":"tab","parentId":"038"},{"url":"wizard","name":"Wizard","category":"Tabs","description":"This sample demonstrates how to design a wizard-like application with the sequential action using the Tab control in TypeScript platform.","api":{"TabItem":["disabled"]},"uid":"0038383","order":0,"component":"Tabs","dir":"tab","parentId":"038"}],"order":5,"uid":"038"},{"name":"Toolbar","directory":"toolbar","category":"Navigation","ftName":"toolbar","samples":[{"url":"default","name":"Default Functionalities","category":"Toolbar","description":"The sample demonstrates the default functionalities of the Toolbar control which place commands with the scrollable mode in TypeScript platform.","api":{"Item":["text","prefixIcon","type","tooltipText"],"Toolbar":["items"]},"uid":"0039390","order":0,"component":"Toolbar","dir":"toolbar","parentId":"039"},{"url":"popup","name":"Popup","category":"Toolbar","description":"The sample exposes popup mode of Toolbar control which configures overflowing toolbar commands inside a popup based on priority in TypeScript platform.","api":{"Item":["showAlwaysInPopup","showTextOn","overflow"],"Toolbar":["overflowMode"]},"uid":"0039391","order":0,"component":"Toolbar","dir":"toolbar","parentId":"039"},{"url":"alignment","name":"Alignment","category":"Toolbar","description":"This sample demonstrates how to align commands in left, right and center position in Toolbar control in TypeScript platform.","api":{"Item":["align","template"]},"uid":"0039392","order":0,"component":"Toolbar","dir":"toolbar","parentId":"039"}],"order":5,"uid":"039"},{"name":"TreeView","directory":"treeview","category":"Navigation","ftName":"treeview","samples":[{"url":"default","name":"Default Functionalities","category":"TreeView","description":"This demo demonstrates the basic JavaScript tree view component that display the data in a hierarchical structure with the configuration options.","api":{"TreeView":["fields"]},"uid":"0040400","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},{"url":"local-data","name":"Local Data","category":"Data Binding","description":"This demo demonstrates the binding of local data to the JavaScript tree view. The local data structure can be hierarchical data or list data.","api":{"TreeView":["fields"]},"uid":"0040401","order":1,"component":"TreeView","dir":"treeview","parentId":"040"},{"url":"remote-data","name":"Remote Data","category":"Data Binding","description":"This demo for Essential JS 2 treeview control shows how to bind the data from a remote data service.","api":{"TreeView":["fields","created","dataBound"]},"uid":"0040402","order":1,"component":"TreeView","dir":"treeview","parentId":"040"},{"url":"icons","name":"Icons and Images","category":"TreeView","description":"The tree view nodes can be rendered with any custom icons. This sample demonstrated like a file system with custom icons and images.","api":{"TreeView":["fields","sortOrder"]},"uid":"0040403","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},{"url":"check-box","name":"CheckBox","category":"TreeView","description":"This demo demonstrates the tree view with checkbox functionality, this allows the user to check more than one tree nodes.","api":{"TreeView":["fields","showCheckBox"]},"uid":"0040404","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},{"url":"node-editing","name":"Node Editing","category":"TreeView","description":"This demo showcases the node editing functionality of tree view, you can edit any node text by double click on it or pressing F2.","api":{"TreeView":["fields","allowEditing"]},"uid":"0040405","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},{"url":"multiple-selection","name":"Multiple Selection","category":"TreeView","description":"The TreeView component allows to select multiple nodes by pressing CTRL key, also can select the range of nodes by pressing SHIFT key.","api":{"TreeView":["fields","allowMultiSelection"]},"uid":"0040406","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},{"url":"drag-and-drop","name":"Drag and Drop","category":"TreeView","description":"The tree view nodes can be drag and drop from one position to another, also the drop can be done to another tree view or other external container.","api":{"TreeView":["fields","allowDragAndDrop","allowMultiSelection","nodeDragStop"]},"uid":"0040407","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},{"url":"template","name":"Template","category":"TreeView","description":"The tree view node can be customized through the template option. In this demo the tree view nodes are templated like an mail system.","api":{"TreeView":["fields","cssClass","nodeTemplate"]},"uid":"0040408","order":0,"component":"TreeView","dir":"treeview","parentId":"040"}],"order":5,"uid":"040"},{"name":"File Manager","directory":"file-manager","category":"Navigation","ftName":"file-manager","type":"update","samples":[{"url":"overview","name":"Overview","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates full view of the File Manager like a windows explorer UI in a JavaScript (TypeScript) File Manager.","uid":"0041410","order":0,"component":"File Manager","dir":"file-manager","parentId":"041"},{"url":"custom-thumbnail","name":"Custom Thumbnails","category":"File Manager","api":{"FileManager":["ajaxSettings"]},"description":"This example demonstrates how to use the custom thumbnails in a JavaScript (TypeScript) File Manager.","uid":"0041411","order":0,"component":"File Manager","dir":"file-manager","parentId":"041"},{"url":"default","name":"API","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"Example shows the File Manager without the navigation pane and enable or disable toolbar in a JavaScript (TypeScript) File Manager.","uid":"0041412","order":0,"component":"File Manager","dir":"file-manager","parentId":"041"},{"url":"drag-drop","name":"Drag and Drop","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates the how to drag and drop the files in a JavaScript (TypeScript) File Manager.","uid":"0041413","order":0,"component":"File Manager","dir":"file-manager","parentId":"041"},{"url":"usecase","name":"File Upload","category":"Use Case","api":{"FileManager":["ajaxSettings","view"]},"description":"Example shows how to render the File Manager component inside the Dialog component in a JavaScript (TypeScript) File Manager.","uid":"0041414","order":1,"component":"File Manager","dir":"file-manager","parentId":"041"},{"url":"azure-service","name":"Azure Blob Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the azure service in a JavaScript (TypeScript) File Manager.","uid":"0041415","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},{"url":"sql-server-provider","name":"SQL Database Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the sql server database service in a JavaScript (TypeScript) File Manager.","uid":"0041416","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},{"url":"nodejs-file-provider","name":"NodeJS File Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the nodejs file provider service in a JavaScript (TypeScript) File Manager.","uid":"0041417","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},{"url":"amazon-s3-provider","name":"Amazon S3 File Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the Amazon S3 provider service in a JavaScript (TypeScript) File Manager.","uid":"0041418","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},{"url":"firebase","name":"Firebase Realtime File Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the firebase realtime database service in a JavaScript (TypeScript) File Manager.","uid":"0041419","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},{"url":"ftp-file-provider","name":"FTP File Provider","category":"Cloud Service Providers","type":"new","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the File Transfer Protocol in a JavaScript (TypeScript) File Manager.","uid":"00414110","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"}],"order":5,"uid":"041"},{"name":"Badge","directory":"badge","category":"Notifications","ftName":"badge","samples":[{"url":"default","name":"Default","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component displaying a notification count in a group button.","uid":"0042420","order":0,"component":"Badge","dir":"badge","parentId":"042"},{"url":"types","name":"Types","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component's badge types: primary, secondary, success, danger, warning, info, light, and dark.","uid":"0042421","order":0,"component":"Badge","dir":"badge","parentId":"042"},{"url":"notification","name":"Notification","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component displaying notifications on popular social media logos such as Facebook, WhatsApp, Twitter, and others.","uid":"0042422","order":0,"component":"Badge","dir":"badge","parentId":"042"},{"url":"listview","name":"ListView","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and ListView components to display a notification count in a list item to achieve a Gmail-like user interface.","uid":"0042423","order":1,"component":"Badge","dir":"badge","parentId":"042"},{"url":"accordion","name":"Accordion","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and Accordion components to display an unread notification count in a header to achieve an Outlook-like user interface","uid":"0042424","order":1,"component":"Badge","dir":"badge","parentId":"042"},{"url":"toolbar","name":"Toolbar","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and ToolBar components to display important information in a mobile application header.","uid":"0042425","order":1,"component":"Badge","dir":"badge","parentId":"042"}],"order":6,"uid":"042"},{"name":"Toast","directory":"toast","category":"Notifications","ftName":"toast","samples":[{"url":"default","name":"Default Functionalities","category":"Toast","description":"The sample demonstrates about default functionalities of a Toast control and helps to design reminder like an alert in TypeScript platform.","api":{"Toast":["title","content"]},"uid":"0043430","order":0,"component":"Toast","dir":"toast","parentId":"043"},{"url":"types","name":"Types","category":"Toast","description":"The sample demonstrates how to design success, warning, information, and error messages using Toast control based on CSS classes in TypeScript platform.","api":{"Toast":["cssClass"]},"uid":"0043431","order":0,"component":"Toast","dir":"toast","parentId":"043"},{"url":"template","name":"Template","category":"Toast","description":"The sample demonstrates how to design a reminder application by customizing the content of Toast control using an HTML template in TypeScript platform.","api":{"Toast":["template","target"]},"uid":"0043432","order":0,"component":"Toast","dir":"toast","parentId":"043"},{"url":"positions","name":"Positions","category":"Toast","description":"The sample demonstrates how to display the toast notification with various built-in or custom position based on target or page in TypeScript platform.","api":{"Toast":["position","target"],"ToastPosition":["X","Y"]},"uid":"0043433","order":0,"component":"Toast","dir":"toast","parentId":"043"},{"url":"api","name":"API","category":"Toast","description":"The sample exposes the available properties, methods, and events of Toast control which helps to create flexible toast notification in TypeScript platform.","api":{"Toast":["title","content","newestOnTop","showProgressBar","showCloseButton","animation"]},"uid":"0043434","order":0,"component":"Toast","dir":"toast","parentId":"043"}],"order":6,"uid":"043"},{"name":"Form Validation","directory":"form-validator","category":"Inputs","ftName":"form-validator","samples":[{"url":"default","name":"Default Functionalities","description":"Get started with Obtrusive form validation of Syncfusion Form Validator library and default functionalities.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0044440","order":0,"component":"Form Validation","dir":"form-validator","parentId":"044"},{"url":"html5","name":"HTML5 Validation","description":"Learn how to use default functionalities form validation of Syncfusion Form Validator library using HTML5 Validation.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0044441","order":0,"component":"Form Validation","dir":"form-validator","parentId":"044"},{"url":"external-submit","name":"External Submit Form","description":"Get started with form validator library and external form submit to handle the form validation externally.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0044442","order":0,"component":"Form Validation","dir":"form-validator","parentId":"044"},{"url":"wizard-form","name":"Wizard Form","description":"Learn how to use the form validation of Syncfusion Form Validator library with the Wizard template forms.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0044443","order":0,"component":"Form Validation","dir":"form-validator","parentId":"044"}],"dataSourcePath":"src/form-validator/datasource.js","order":7,"uid":"044"},{"name":"TextBox","directory":"textbox","category":"Inputs","ftName":"textbox","samples":[{"url":"default","name":"Default Functionalities","category":"TextBox","description":"This example describes key features of JavaScript textbox such as a floating label, input group, placeholder, validation states, sizing, types, and more.","api":{"TextBox":["placeholder","floatLabelType","enableRtl"]},"uid":"0045450","order":0,"component":"TextBox","dir":"textbox","parentId":"045"},{"url":"multiline-textbox","name":"Multiline TextBox","category":"TextBox","description":"The example exposes a JavaScript Multiline TextBox (textarea). It helps to render address, feedback, and more in HTML5 form with customizable rows and columns.","api":{"TextBox":["multiline","value","placeholder","floatLabelType","enabled","enableRtl","readonly"]},"uid":"0045451","order":0,"component":"TextBox","dir":"textbox","parentId":"045"}],"order":7,"uid":"045"},{"name":"Input Mask","directory":"maskedtextbox","category":"Inputs","ftName":"maskedtextbox","samples":[{"url":"default","name":"Default Functionalities","category":"Input Mask","description":"The Masked Textbox allows users to enter only the valid input based on the provided mask format such as Phone number, Country ISO code, Date, Time and so on.","api":{"MaskedTextBox":["mask"]},"uid":"0046460","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"046"},{"url":"custom-mask","name":"Custom Mask","category":"Input Mask","description":"The custom mask is done using custom characters as mask elements. Time format and IP address fields are achieved using the custom mask literals and regex.","api":{"MaskedTextBox":["mask","customCharacters","floatLabelType"]},"uid":"0046461","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"046"},{"url":"formats","name":"Formats","category":"Input Mask","description":"This sample demonstrates the usage of different mask formats through the properties panel. You can also get the value and raw value of the masked textbox.","api":{"MaskedTextBox":["mask","floatLabelType","change","promptChar","getMaskedValue","value"]},"uid":"0046462","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"046"}],"order":7,"uid":"046"},{"name":"Numeric Textbox","directory":"numerictextbox","category":"Inputs","samples":[{"url":"default","name":"Default Functionalities","category":"Numeric Textbox","description":"he NumericTextBox is used to get the numbered inputs from the users and the currency and percentage text boxes to get the currency and percentage inputs.","api":{"NumericTextBox":["value","format","min","max","step"]},"uid":"0047470","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"047"},{"url":"range-validation","name":"Range Validation","category":"Numeric Textbox","description":"The NumericTextBox has options to restrict the input value between a specific range using min, max, and strictMode properties.","api":{"NumericTextBox":["value","min","max","step"]},"uid":"0047471","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"047"},{"url":"custom-format","name":"Custom Format","category":"Numeric Textbox","description":"The NumericTextBox provides an option to customize the display format of the numeric value using the format property.","api":{"NumericTextBox":["value","format","min","max"]},"uid":"0047472","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"047"},{"url":"restrict-decimals","name":"Restrict Decimals","category":"Numeric Textbox","description":"The NumericTextBox provides an option to restrict the number of decimal values, by using the decimals property. So, it can only accept the integer value alone.","api":{"NumericTextBox":["value","format","min","max","step","decimals","validateDecimalOnType"]},"uid":"0047473","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"047"}],"order":7,"uid":"047"},{"name":"Color Picker","directory":"color-picker","category":"Inputs","ftName":"color-picker","samples":[{"url":"default","name":"Default Functionalities","category":"Color Picker","api":{"ColorPicker":["value"]},"description":"This example demonstrates the default functionalities of the Syncfusion Javascript ColorPicker with RGB, HSV and Hex codes(three, six and eight digit).","uid":"0048480","order":0,"component":"Color Picker","dir":"color-picker","parentId":"048"},{"url":"inline","name":"Inline Mode","category":"Color Picker","api":{"ColorPicker":["inline","value","mode","modeSwitcher","showButtons"]},"description":"This example demonstrates the inline / flat mode rendering of the Syncfusion Javascript ColorPicker with hue and opacity color options.","uid":"0048481","order":0,"component":"Color Picker","dir":"color-picker","parentId":"048"},{"url":"custom","name":"Custom Palettes","category":"Color Picker","api":{"ColorPicker":["cssClass","inline","value","columns","mode","modeSwitcher","showButtons","presetColors"]},"description":"This example demonstrates the Syncfusion Javascript ColorPicker, custom UI of the color palette with different structures and its state.","uid":"0048482","order":0,"component":"Color Picker","dir":"color-picker","parentId":"048"},{"url":"api","name":"API","category":"Color Picker","api":{"ColorPicker":["cssClass","inline","value","columns","showButtons","presetColors"]},"description":"This example demonstrates the supported API's and its functionalities of the Syncfusion Javascript ColorPicker.","uid":"0048483","order":0,"component":"Color Picker","dir":"color-picker","parentId":"048"}],"order":7,"uid":"048"},{"name":"File Upload","directory":"uploader","category":"Inputs","ftName":"file-upload","samples":[{"url":"default","name":"Default Functionalities","description":"This example demonstrates default functionalities of the JavaScript file uploader control, including automatic upload and asynchronous mode options.","category":"File Upload","api":{"Uploader":["autoUpload","asyncSettings","success","dropArea"]},"sourceFiles":[{"displayName":"default.ts","path":"src/uploader/default.ts"},{"displayName":"default.html","path":"src/uploader/default.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049490","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},{"url":"chunk-upload","name":"Chunk Upload","description":"This example demonstrates how to upload files as chunks in the JavaScript file upload control, which helps when uploading a large file to a server.","category":"File Upload","api":{"Uploader":["autoUpload","asyncSettings","dropArea"]},"sourceFiles":[{"displayName":"chunk-upload.ts","path":"src/uploader/chunk-upload.ts"},{"displayName":"chunk-upload.html","path":"src/uploader/chunk-upload.html"},{"displayName":"save file","path":"src/uploader/chunk-upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/chunk-upload-remove-file.cs"}],"uid":"0049491","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},{"url":"custom-file-list","name":"Template","description":"This example demonstrates how to customize the file list with buttons using a template and upload a file programmatically using the JavaScript file upload.","category":"File Upload","api":{"Uploader":["asyncSettings","dropArea","selected","progress","success","failure"]},"sourceFiles":[{"displayName":"custom-file-list.ts","path":"src/uploader/custom-file-list.ts"},{"displayName":"custom-file-list.html","path":"src/uploader/custom-file-list.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049492","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},{"url":"preload-files","name":"Preload Files","description":"This example demonstrates how to preload files in the JavaScript file upload control, which helps users view and manipulate server files.","category":"File Upload","api":{"Uploader":["asyncSettings","files","removing","failure","success","dropArea"]},"sourceFiles":[{"displayName":"preload-files.ts","path":"src/uploader/preload-files.ts"},{"displayName":"preload-files.html","path":"src/uploader/preload-files.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049493","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},{"url":"file-validation","name":"File Validation","description":"The example covers validations in JavaScript file upload such as allowing/denying file extensions, set min/max file size, duplicate file, and more.","category":"File Upload","api":{"Uploader":["autoUpload","minFileSize","maxFileSize","allowedExtensions","asyncSettings","selected","success","dropArea"]},"sourceFiles":[{"displayName":"file-validation.ts","path":"src/uploader/file-validation.ts"},{"displayName":"file-validation.html","path":"src/uploader/file-validation.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049494","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},{"url":"image-preview","name":"Image Preview","description":"This example demonstrates how to display a preview of an image file before and after uploading it to a server in JavaScript file upload.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"image-preview.ts","path":"src/uploader/image-preview.ts"},{"displayName":"image-preview.html","path":"src/uploader/image-preview.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049495","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},{"url":"file-upload-with-forms","name":"Form Support","description":"This example demonstrates how to integrate the JavaScript file upload control in an HTML form (synchronous mode) and submit a form with selected files.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"file-upload-with-forms.ts","path":"src/uploader/file-upload-with-forms.ts"},{"displayName":"file-upload-with-forms.html","path":"src/uploader/file-upload-with-forms.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049496","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},{"url":"custom-drop-area","name":"Custom Drop Area","description":"This example demonstrates how to upload a file using drag and drop and how to configure a custom drop area for the JavaScript file upload control.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"custom-drop-area.ts","path":"src/uploader/custom-drop-area.ts"},{"displayName":"custom-drop-area.html","path":"src/uploader/custom-drop-area.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049497","order":0,"component":"File Upload","dir":"uploader","parentId":"049"}],"order":7,"uid":"049"},{"name":"Range Slider","directory":"slider","category":"Inputs","ftName":"slider","samples":[{"url":"default","name":"Default Functionalities","category":"Range Slider","description":"Essential JS 2 slider control demo showing the default rendering of default, minimum range, and range sliders. Drag the thumb to interact with the slider.","api":{"Slider":["value","type","appendTo"]},"uid":"0050500","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"ticks","name":"Ticks","category":"Range Slider","description":"Essential JS 2 slider control demo of the visual representation of slider values using ticks, which can be placed before, after, or on both sides of the thumbs.","api":{"Slider":["value","type","min","max","step","enabled","appendTo","dragInterval"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"]},"uid":"0050501","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"tooltip","name":"Tooltip","category":"Range Slider","description":"Essential JS 2 slider control demo of the visual representation of slider values using tooltips, which can be displayed before or after slider thumbs.","api":{"Slider":["value","type","min","max","showButtons","appendTo","dragInterval"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0050502","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"orientation","name":"Vertical Orientation","category":"Range Slider","description":"Essential JS 2 slider control demo showing the vertical and horizontal orientation properties along with ticks and tooltips.","api":{"Slider":["value","type","orientation","appendTo","dragInterval"]},"uid":"0050503","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"format","name":"Formatting","category":"Range Slider","description":"Demo of Essential JS 2 slider control value formatting with time, currency, and distance values that are also displayed in ticks and tooltips.","api":{"Slider":["value","type","min","max","appendTo","step","tooltipChange","renderingTicks"],"TicksData":["placement","largeStep","smallStep","showSmallTicks","format"],"TooltipData":["isVisible","placement","format"]},"uid":"0050504","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"limits","name":"Limits","category":"Range Slider","description":"Essential JS 2 slider control demo of limiting the minimum, maximum, start, and end values. Also supports restricting handle movements.","api":{"Slider":["value","type","min","max","appendTo","step"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"LimitData":["enabled","minStart","minEnd","maxStart","maxEnd","startHandleFixed","endHandleFixed"]},"uid":"0050505","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"api","name":"API","category":"Range Slider","description":"Essential JS 2 slider control demo showcasing the most frequently used API combinations, like orientation, minimum, maximum, value, step, and more.","api":{"Slider":["value","type","min","max","step","showButtons","orientation","readOnly","enabled","appendTo"],"TicksData":["placement","largeStep"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0050506","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"events","name":"Events","category":"Range Slider","description":"Demo of the Essential JS 2 slider control's created, changing, and changed events. The events are traced in real time in a property panel.","api":{"Slider":["value","type","appendTo","change","created","changed"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0050507","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"thumb-customization","name":"Thumb","category":"Customization","description":"Demo of the Essential JS 2 slider control slider thumb customization with circle, oval, and custom image shapes.","api":{"Slider":["value","min","max","appendTo"]},"uid":"0050508","order":1,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"selection-bar-customization","name":"Bar","category":"Customization","description":"This example demonstrates how to highly customize Syncfusion React slider bar with colors and height.","api":{"Slider":["value","type","min","max","appendTo","change","created"]},"uid":"0050509","order":1,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"ticks-customization","name":"Ticks","category":"Customization","description":"Essential JS 2 slider control demo showing the highly customizable slider values using ticks and a legend.","api":{"Slider":["value","type","min","max","step","appendTo","renderedTicks","renderingTicks"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"]},"uid":"00505010","order":1,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"tooltip-customization","name":"Tooltip","category":"Customization","description":"Demo of Essential JS 2 slider control customization of slider tooltip text and background color with formatted text values.","api":{"Slider":["value","type","appendTo","min","max","step","tooltipChange","renderingTicks","created"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"TooltipData":["isVisible","placement"]},"uid":"00505011","order":1,"component":"Range Slider","dir":"slider","parentId":"050"},{"url":"azure-pricing","name":"Cloud Pricing","category":"Use Case","description":"This example demonstrates the usage of Syncfusion React slider control in real world use case sample azure cloud pricing.","api":{"Slider":["value","appendTo","min","max","change","created"]},"uid":"00505012","order":2,"component":"Range Slider","dir":"slider","parentId":"050"}],"order":7,"uid":"050"},{"name":"Avatar","directory":"avatar","category":"Layout","ftName":"avatar","samples":[{"url":"default","name":"Default","category":"Avatar","description":"Demo of the pure CSS Essential JS 2 Avatar component displaying profile images in different sizes in both default and circle shapes.","uid":"0051510","order":0,"component":"Avatar","dir":"avatar","parentId":"051"},{"url":"types","name":"Types","category":"Avatar","description":"Demo of the pure CSS Essential JS 2 Avatar component's supported media formats for avatar content: images, SVG, initials, font icons, and words.","uid":"0051511","order":0,"component":"Avatar","dir":"avatar","parentId":"051"},{"url":"listview","name":"ListView","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and ListView components to display profile images or letters in a mobile contact application.","uid":"0051512","order":1,"component":"Avatar","dir":"avatar","parentId":"051"},{"url":"badge","name":"Badge","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and Badge components to display a notification count on profile images, similar to Gmail.","uid":"0051513","order":1,"component":"Avatar","dir":"avatar","parentId":"051"},{"url":"card","name":"Card","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and Card components to display business cards for employees with profile images, roles, and responsibilities.","uid":"0051514","order":1,"component":"Avatar","dir":"avatar","parentId":"051"}],"order":8,"uid":"051"},{"name":"Card","directory":"card","category":"Layout","ftName":"card","samples":[{"url":"basic","name":"Basic Card","category":"Card","description":"The sample demonstrates how to design basic card and weather layout card in TypeScript platform. The component is pure CSS component and more flexible.","uid":"0052520","order":0,"component":"Card","dir":"card","parentId":"052"},{"url":"vertical","name":"Vertical Card","category":"Card","description":"The sample demonstrates how to design a business card and profile card using a vertical layout of card component in TypeScript platform.","uid":"0052521","order":0,"component":"Card","dir":"card","parentId":"052"},{"url":"horizontal","name":"Horizontal Card","category":"Card","description":"The sample demonstrates how to design product card with icon and its specification using horizontal layout in card component in TypeScript platform.","uid":"0052522","order":0,"component":"Card","dir":"card","parentId":"052"},{"url":"swipeable","name":"Swipeable Card","category":"Card","description":"The sample demonstrates how to design a stacked card with swipeable action and corresponding images using card component in TypeScript platform.","uid":"0052523","order":0,"component":"Card","dir":"card","parentId":"052"},{"url":"flip","name":"Flip Card","category":"Card","description":"The sample demonstrates how to achieve flip behavior to the card to show hidden information which is on a back side on the card in TypeScript platform.","uid":"0052524","order":0,"component":"Card","dir":"card","parentId":"052"},{"url":"reveal","name":"Reveal Card","category":"Card","description":"The sample demonstrates how to render a card with reveal layouts, hidden information can be revealed while action on “Know more” in TypeScript platform.","uid":"0052525","order":0,"component":"Card","dir":"card","parentId":"052"},{"url":"tile","name":"Tile View","category":"Card","description":"The sample demonstrates how to design tile-view with filtering and searching using a template engine, data manager, and card component in TypeScript platform.","uid":"0052526","order":0,"component":"Card","dir":"card","parentId":"052"}],"order":8,"uid":"052"},{"name":"Dialog","directory":"dialog","category":"Layout","type":"update","ftName":"modal-dialog","samples":[{"url":"default","name":"Default Functionalities","description":"The example demonstrates the default rendering of the JavaScript dialog, which supports modal and non-modal (modeless), built-in buttons, and more.","category":"Dialog","api":{"Dialog":["header","content","showCloseIcon","buttons","closeOnEscape","target","width","animationSettings","open","close","visible","show","hide"]},"uid":"0053530","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},{"url":"custom-dialog","name":"Custom Dialogs","description":"This example demonstrates how to create custom dialogs such as alert dialogs, confirmation dialogs, and prompt dialogs using the JavaScript dialog control.","category":"Dialog","api":{"Dialog":["header","content","showCloseIcon","buttons","closeOnEscape","target","width","animationSettings","open","close","visible","show","hide"]},"uid":"0053531","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},{"url":"modal-dialog","name":"Modal","description":"This example demonstrates the modal pop-up behavior of the JavaScript dialog control, which helps display critical information such as errors and warnings.","category":"Dialog","api":{"Dialog":["width","header","content","target","isModal","animationSettings","buttons","open","close","show","hide","overlayClick"]},"uid":"0053532","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},{"url":"template","name":"Template","description":"This example demonstrates how to customize user interface elements like the header, footer, and content of the JavaScript dialog control using a template.","category":"Dialog","api":{"Dialog":["width","header","content","target","isModal","animationSettings","buttons","open","close","show","hide"]},"uid":"0053533","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},{"url":"dialog-contents-via-ajax","description":"The example demonstrates how to load the content of the JavaScript dialog control from external sources such as a file or website using Ajax library.","name":"Ajax Content","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","close","content","show"]},"uid":"0053534","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},{"url":"draggable","name":"Draggable","description":"This example shows how to enable drag-and-drop actions in the JavaScript dialog control to help reposition the dialog efficiently.","category":"Dialog","api":{"Dialog":["width","header","content","target","allowDragging","animationSettings","open","close","closeOnEscape"]},"uid":"0053535","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},{"url":"resizable","description":"This example shows how to create resizable modal in the JavaScript dialog to change the size of a dialog efficiently and view its content more comfortably.","name":"Resizable","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","close","content","show","enableResize"]},"uid":"0053536","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},{"url":"position","name":"Positioning","description":"This example demonstrates how to display the JavaScript dialog control at various built-in and custom positions.","category":"Dialog","api":{"Dialog":["width","header","target","footerTemplate","open","close","closeOnEscape","position","showCloseIcon"]},"uid":"0053537","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},{"url":"animation","name":"Animation","description":"This example demonstrates how to open or close the JavaScript dialog with various animation effects, and how to customize the animation duration and delay.","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","content","buttons"]},"uid":"0053538","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},{"url":"multiple-dialogs","name":"Multiple Dialogs","description":"This example shows how to display multiple dialogs sequentially and open multiple dialogs simultaneously for both modal and modeless JavaScript dialogs.","category":"Dialog","api":{"Dialog":["width","header","target","animationSettings","open","close","closeOnEscape","buttons"]},"uid":"0053539","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},{"url":"components-dialog","name":"Components inside Dialog","type":"new","description":"This example demonstrates how to render other Javascript Syncfusion components inside the dialog component.","category":"Dialog","api":{"Dialog":["header","target","animationSettings","open","close","closeOnEscape","buttons"]},"uid":"00535310","order":0,"component":"Dialog","dir":"dialog","parentId":"053"}],"order":8,"uid":"053"},{"name":"ListView","directory":"listview","category":"Layout","ftName":"listview","samples":[{"url":"default","name":"Default Functionalities","category":"ListView","description":"Demo of Essential JS 2 ListView control default renderings of flat and group list views. Click any list item to select and highlight it.","api":{"ListView":["dataSource","fields","appendTo"],"FieldSettings":["groupBy"]},"uid":"0054540","order":0,"component":"ListView","dir":"listview","parentId":"054"},{"url":"remote-data","name":"Remote Data","category":"ListView","description":"Demo of Essential JS 2 ListView control rendering the list view with remote data, which uses DataManager and query properties to fetch data.","api":{"ListView":["dataSource","fields","query","headerTitle","showHeader","appendTo"],"FieldSettings":["groupBy"]},"uid":"0054541","order":0,"component":"ListView","dir":"listview","parentId":"054"},{"url":"checklist","name":"Checklist","category":"ListView","description":"Essential JS 2 ListView control demo of the checked list view, which supports selecting more than one list item.","api":{"ListView":["dataSource","fields","showCheckBox","appendTo"],"FieldSettings":["groupBy"]},"uid":"0054542","order":0,"component":"ListView","dir":"listview","parentId":"054"},{"url":"nested-list","name":"Nested List","category":"ListView","description":"Demo of Essential JS 2 ListView control showing the visual representation of nested data using the child property.","api":{"ListView":["dataSource","fields","headerTitle","showHeader","showIcon","appendTo"],"FieldSettings":["id","text","icon","child","iconCss","tooltip"]},"uid":"0054543","order":0,"component":"ListView","dir":"listview","parentId":"054"},{"url":"virtualization","name":"Virtualization","category":"ListView","description":"Demo of Essential JS 2 ListView control loading items in the view port with virtualization, which improves performance when loading large amounts of data.","api":{"ListView":["dataSource","headerTitle","showHeader","enableVirtualization","height","template","actionBegin","actionComplete","appendTo"]},"uid":"0054544","order":0,"component":"ListView","dir":"listview","parentId":"054"},{"url":"templates","name":"Templates","category":"Customization","description":"Demo of Essential JS 2 ListView control rendering customized elements inside list items. This sample is a news feed application built using a list view.","api":{"ListView":["dataSource","template","headerTitle","showHeader","appendTo"],"FieldSettings":["id","text","child"]},"uid":"0054545","order":1,"component":"ListView","dir":"listview","parentId":"054"},{"url":"group-template","name":"Group Template","category":"Customization","description":"Essential JS 2 ListView control demo of list item and header customization using a template. The mobile settings showcase built-in CSS.","api":{"ListView":["dataSource","template","groupTemplate","headerTitle","showHeader","appendTo"],"FieldSettings":["text","groupBy"]},"uid":"0054546","order":1,"component":"ListView","dir":"listview","parentId":"054"},{"url":"call-history","name":"Call History","category":"Use Case","description":"Demo of Essential JS 2 ListView control in a real-world use case as a call history app, featuring mobile contacts, mail inbox, and more.","api":{"ListView":["dataSource","fields","showCheckBox","checkBoxPosition","showIcon","select","appendTo"],"FieldSettings":["groupBy","iconCss"]},"uid":"0054547","order":2,"component":"ListView","dir":"listview","parentId":"054"}],"order":8,"uid":"054"},{"name":"Tooltip","directory":"tooltip","category":"Layout","ftName":"tooltip","samples":[{"url":"default","name":"Default Functionalities","category":"Tooltip","description":"Default rendering of the Essential JS 2 Tooltip control, which will open when hovering or tapping and holding, and can be displayed in 12 different positions.","api":{"Tooltip":["content","appendTo","position "]},"uid":"0055550","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},{"url":"template","name":"Template","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control template functionality, which allows HTML content to be rendered in tooltips.","api":{"Tooltip":["content","target","beforeRender","showTipPointer","offsetX","width","appendTo"]},"uid":"0055551","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},{"url":"ajax-content","name":"Ajax Content","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control loading dynamic content in tooltips through Ajax from JSON files.","api":{"Tooltip":["content","target","position","beforeRender","dataBind","appendTo"]},"uid":"0055552","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},{"url":"smart-position","name":"Smart Positioning","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control's smart (flexible) positioning based on the view port's dimensions.","api":{"Tooltip":["content","offsetX","target","animation","open","close","refresh","appendTo"]},"uid":"0055553","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},{"url":"menu","name":"Tooltip Menu","category":"Tooltip","description":"Demo of Essential JS 2 Tooltip control customization to look like a menu using toolbar and listview controls.","uid":"0055554","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},{"url":"html-template","name":"HTML Template","category":"Tooltip","description":"Demo of Essential JS 2 Tooltip control customization as an HTML page using HTML tags to display a template content.","uid":"0055555","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},{"url":"api","name":"API","category":"Tooltip","description":"Essential JS 2 Tooltip control demo showcasing the most frequently used API combinations, like content, height, width, open, sticky mode, and more.","uid":"0055556","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"}],"order":8,"uid":"055"},{"name":"Splitter","directory":"splitter","category":"Layout","ftName":"splitter","samples":[{"url":"default","name":"Default Functionalities","category":"Splitter","description":"The example explains the default functionalities of the JavaScript splitter with resizable panes, separator, and orientation (horizontal and vertical).","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0056560","order":0,"component":"Splitter","dir":"splitter","parentId":"056"},{"url":"expand-and-collapse","name":"Expand and Collapse","category":"Splitter","description":"The example presents collapsible JavaScript Splitter that exposes expand and collapse action of panes with a different orientation and resizable panes.","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0056561","order":0,"component":"Splitter","dir":"splitter","parentId":"056"},{"url":"accordion-navigation-menu","name":"Accordion Navigation Menu","category":"Use Case","description":"The example shows how to integrate Accordion and load the content from external sources using the Ajax library inside panes of JavaScript Splitter.","api":{"Splitter":["paneSettings","height","width","expanded","expanding","items","datasource","select"]},"uid":"0056562","order":1,"component":"Splitter","dir":"splitter","parentId":"056"},{"url":"details-view","name":"Details View","category":"Use Case","description":"The example demonstrates how to create employee details view layout using panes of JavaScript Splitter and ListView with navigation.","api":{"Splitter":["paneSettings","height","width","enableVirtualization","cssClass","template","actionComplete","datasource","select"]},"uid":"0056563","order":1,"component":"Splitter","dir":"splitter","parentId":"056"},{"url":"outlook-style-layout","name":"Outlook-style Layout","category":"Use Case","description":"The example explains how to construct an outlook style layout using JavaScript Splitter, TreeView, ListView, and Rich Text Editor with multiple panes.","api":{"Splitter":["paneSettings","height","width","fields","nodeTemplate","template","groupTemplate","cssClass","datasource","select"]},"uid":"0056564","order":1,"component":"Splitter","dir":"splitter","parentId":"056"},{"url":"code-editor-layout","name":"Code Editor Layout","category":"Use Case","description":"The example shows how to construct code editor layout (UI) using JavaScript Splitter with multiple, nested, different oriented, and resizable panes.","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0056565","order":1,"component":"Splitter","dir":"splitter","parentId":"056"}],"order":8,"uid":"056"},{"name":"Dashboard Layout","directory":"dashboard-layout","category":"Layout","ftName":"dashboardlayout","samples":[{"url":"default","name":"Default Functionalities","category":"Dashboard Layout","api":{"DashboardLayout":["cellSpacing"]},"description":"This example explains the default functionalities of the JavaScript Dashboard Layout with draggable and resizable panels.","uid":"0057570","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"057"},{"url":"predefined-layouts","name":"Predefined Layouts","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates how to change the initially defined panels structure with a set of predefined panel templates dynamically.","uid":"0057571","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"057"},{"url":"properties","name":"API","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates the most frequently used API combinations and dynamic addition and removal of panels within the layout.","uid":"0057572","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"057"},{"url":"dynamic-widget","name":"Editable Dashboard","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates how to add the data visualization components such as pie, column and spline chart in panels dynamically within the layout.","uid":"0057573","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"057"},{"url":"analytics-dashboard","name":"SEO Analytics Dashboard","category":"Use Case","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample explains about constructing a real time dashboar.d for SEO analysis using data visualizing components like maps, charts, cards etc","uid":"0057574","order":1,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"057"}],"dataSourcePath":"src/dashboard-layout/datasource.js","order":8,"uid":"057"},{"name":"Query Builder","directory":"query-builder","category":"Forms","ftName":"query-builder","samples":[{"url":"default","name":"Default Functionalities","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","dataSource","columns","rule","created"]},"description":"This sample demonstrates the default functionalities of the Query Builder component. Click the plus button to add group or conditions.","uid":"0058580","order":0,"component":"Query Builder","dir":"query-builder","parentId":"058"},{"url":"template","name":"Template","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","columns","rule","ruleChange"]},"description":"This sample demonstrates the integration of DropdownList, Slider controls as Templates in the Query Builder component.","uid":"0058581","order":0,"component":"Query Builder","dir":"query-builder","parentId":"058"},{"url":"grid","name":"Integration with Data Grid","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","dataSource","columns","rule","ruleChange"]},"description":"This sample demonstrates the integration of Grid component to showcase the data population based on the created filters using Query Builder component.","uid":"0058582","order":0,"component":"Query Builder","dir":"query-builder","parentId":"058"}],"order":9,"uid":"058"},{"name":"PDF Viewer","directory":"pdfviewer","category":"Viewer","ftName":"pdfviewer","type":"update","samples":[{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with minimum configuration.","category":"PDF Viewer","type":"update","uid":"0059590","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"059"},{"url":"custom-toolbar","name":"Custom Toolbar","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with custom toolbar configuration.","category":"PDF Viewer","uid":"0059591","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"059"},{"url":"right-to-left","name":"Right to Left","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with Right to Left Configuration ","category":"PDF Viewer","uid":"0059592","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"059"},{"url":"form-filling","name":"Form Filling","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with Form Filling Configuration ","category":"PDF Viewer","uid":"0059593","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"059"}],"order":10,"uid":"059"}]; -export let apiList:any={"grid/grid-overview":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"enableVirtualization","description":"

If enableVirtualization set to true, then the Grid will render only the rows visible within the view-port\nand load subsequent rows on vertical scrolling. This helps to load large dataset in Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablevirtualization"},{"name":"allowFiltering","description":"

If allowFiltering set to true the filter bar will be displayed.\nIf set to false the filter bar will not be displayed.\nFilter bar allows the user to filter grid records with required criteria.

\n
\n

Check the Filtering to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowfiltering"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},{"name":"load","description":"

This event allows customization of Grid properties before rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#load"}],"grid/default":[{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"}],"grid/grouping":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/grid-lines":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"gridLines","description":"

Defines the mode of grid lines. The available modes are,

\n
    \n
  • Both: Displays both horizontal and vertical grid lines.
  • \n
  • None: No grid lines are displayed.
  • \n
  • Horizontal: Displays the horizontal grid lines only.
  • \n
  • Vertical: Displays the vertical grid lines only.
  • \n
  • Default: Displays grid lines based on the theme.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#gridlines"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/scrolling":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/virtual-scrolling":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"enableVirtualization","description":"

If enableVirtualization set to true, then the Grid will render only the rows visible within the view-port\nand load subsequent rows on vertical scrolling. This helps to load large dataset in Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablevirtualization"},{"name":"enableColumnVirtualization","description":"

If enableColumnVirtualization set to true, then the Grid will render only the columns visible within the view-port\nand load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablecolumnvirtualization"},{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/events":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"allowReordering","description":"

If allowReordering is set to true, Grid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If Grid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowreordering"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"load","description":"

This event allows customization of Grid properties before rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#load"},{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#created"},{"name":"actionBegin","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actionbegin"},{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},{"name":"rowSelecting","description":"

Triggers before row selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowselecting"},{"name":"rowSelected","description":"

Triggers after a row is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowselected"},{"name":"columnDragStart","description":"

Triggers when column header element drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndragstart"},{"name":"columnDrag","description":"

Triggers when column header element is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndrag"},{"name":"columnDrop","description":"

Triggers when a column header element is dropped on the target column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndrop"}],"grid/hierarchy":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"detailDataBound","description":"

Triggers after detail row expands.

\n
\n

This event triggers at initial expand.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#detaildatabound"},{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#created"},{"name":"childGrid","description":"

Defines Grid options to render child Grid.\nIt requires the queryString for parent\nand child relationship.

\n
\n

Check the Child Grid for its configuration.

\n
\n","type":"GridModel","link":"//ej2.syncfusion.com/documentation/api/grid/#childgrid"}],"grid/clipboard":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbarclick"}],"grid/local-data":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"}],"grid/remote-data":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"actionBegin","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actionbegin"},{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#created"},{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"}],"grid/auto-wrap":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowtextwrap"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"}],"grid/show-hide":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/column-template":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/stacked-header":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/reorder":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowReordering","description":"

If allowReordering is set to true, Grid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If Grid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowreordering"},{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/column-chooser":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"showColumnChooser","description":"

If showColumnChooser is set to true, it allows you to dynamically show or hide columns.

\n
\n

Check the ColumnChooser for its configuration.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#showcolumnchooser"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/row-template":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"rowTemplate","description":"

The row template that renders customized rows from the given template.\nBy default, Grid renders a table row for every data source item.

\n
\n
    \n
  • It accepts either template string or HTML element ID.
  • \n
  • The row template must be a table row.\nCheck the Row Template customization.
  • \n
\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#rowtemplate"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/detail-template":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"detailTemplate","description":"

The detail template allows you to show or hide additional information about a particular row.

\n
\n

It accepts either the template string or the HTML element ID.

\n
\n

{% codeBlock src="grid/detail-template-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#detailtemplate"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/hover":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"}],"grid/row-height":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"rowHeight","description":"

Defines the height of Grid rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#rowheight"},{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbarclick"}],"grid/drag-and-drop":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowRowDragAndDrop","description":"

If allowRowDragAndDrop is set to true, you can drag and drop grid rows at another grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowrowdraganddrop"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"rowDropSettings","description":"

Configures the row drop settings.

\n","type":"RowDropSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdropsettings"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"}],"grid/drag-drop-within-grid":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowRowDragAndDrop","description":"

If allowRowDragAndDrop is set to true, you can drag and drop grid rows at another grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowrowdraganddrop"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"rowDropSettings","description":"

Configures the row drop settings.

\n","type":"RowDropSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdropsettings"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"}],"grid/sorting":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"}],"grid/sorting-api":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"}],"grid/filter":[{"name":"allowFiltering","description":"

If allowFiltering set to true the filter bar will be displayed.\nIf set to false the filter bar will not be displayed.\nFilter bar allows the user to filter grid records with required criteria.

\n
\n

Check the Filtering to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowfiltering"},{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/filter-menu":[{"name":"allowFiltering","description":"

If allowFiltering set to true the filter bar will be displayed.\nIf set to false the filter bar will not be displayed.\nFilter bar allows the user to filter grid records with required criteria.

\n
\n

Check the Filtering to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowfiltering"},{"name":"filterSettings","description":"

Configures the filter settings of the Grid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#filtersettings"},{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/search":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/default-paging":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/paging-api":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},{"name":"goToPage","description":"

Navigates to the specified target page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#gotopage"}],"grid/selection":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/selection-api":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"}],"grid/checkbox-selection":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"}],"grid/aggregate-default":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"aggregates","description":"

Configures the Grid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#aggregates"}],"grid/aggregate-group":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"aggregates","description":"

Configures the Grid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#aggregates"}],"grid/reactive-aggregate-batch-edit":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"aggregates","description":"

Configures the Grid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#aggregates"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/normal-editing":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/dialog-editing":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/dialog-template":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/batch-editing":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/command-column":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"}],"grid/column-resize":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowResizing","description":"

If allowResizing is set to true, Grid columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowresizing"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/header-template":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/default-exporting":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export grid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowexcelexport"},{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export grid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpdfexport"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"}],"grid/advanced-exporting":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export grid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowexcelexport"},{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export grid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpdfexport"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/master-details-export":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export grid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowexcelexport"},{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export grid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpdfexport"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"childGrid","description":"

Defines Grid options to render child Grid.\nIt requires the queryString for parent\nand child relationship.

\n
\n

Check the Child Grid for its configuration.

\n
\n","type":"GridModel","link":"//ej2.syncfusion.com/documentation/api/grid/#childgrid"}],"grid/print":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n

{% codeBlock src="grid/toolbar-api/index.ts" %}{% endcodeBlock %}

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/column-spanning":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowtextwrap"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#querycellinfo"},{"name":"gridLines","description":"

Defines the mode of grid lines. The available modes are,

\n
    \n
  • Both: Displays both horizontal and vertical grid lines.
  • \n
  • None: No grid lines are displayed.
  • \n
  • Horizontal: Displays the horizontal grid lines only.
  • \n
  • Vertical: Displays the vertical grid lines only.
  • \n
  • Default: Displays grid lines based on the theme.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#gridlines"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"}],"grid/frozen-rows-columns":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"frozenColumns","description":"

Gets or sets the number of frozen columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#frozencolumns"},{"name":"frozenRows","description":"

Gets or sets the number of frozen rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#frozenrows"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"}],"grid/context-menu":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export grid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpdfexport"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export grid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowexcelexport"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"contextMenuItems","description":"

contextMenuItems defines both built-in and custom context menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • Group - Group by current column.
  • \n
  • Ungroup - Ungroup by current column.
  • \n
  • Edit - Edit the current record.
  • \n
  • Delete - Delete the current record.
  • \n
  • Save - Save the edited record.
  • \n
  • Cancel - Cancel the edited state.
  • \n
  • Copy - Copy the selected records.
  • \n
  • PdfExport - Export the grid as Pdf format.
  • \n
  • ExcelExport - Export the grid as Excel format.
  • \n
  • CsvExport - Export the grid as CSV format.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • FirstPage - Go to the first page.
  • \n
  • PrevPage - Go to the previous page.
  • \n
  • LastPage - Go to the last page.
  • \n
  • NextPage - Go to the next page.
  • \n
\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#contextmenuitems"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/column-menu":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"showColumnMenu","description":"

If showColumnMenu set to true, then it will enable the column menu options in each columns.

\n
\n

Check the Column menu for its configuration.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#showcolumnmenu"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"}],"grid/foreign-key":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowFiltering","description":"

If allowFiltering set to true the filter bar will be displayed.\nIf set to false the filter bar will not be displayed.\nFilter bar allows the user to filter grid records with required criteria.

\n
\n

Check the Filtering to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowfiltering"},{"name":"filterSettings","description":"

Configures the filter settings of the Grid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#filtersettings"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"}],"grid/row-spanning":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowtextwrap"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#querycellinfo"},{"name":"gridLines","description":"

Defines the mode of grid lines. The available modes are,

\n
    \n
  • Both: Displays both horizontal and vertical grid lines.
  • \n
  • None: No grid lines are displayed.
  • \n
  • Horizontal: Displays the horizontal grid lines only.
  • \n
  • Vertical: Displays the vertical grid lines only.
  • \n
  • Default: Displays grid lines based on the theme.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#gridlines"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"}],"tree-grid/treegrid-overview":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowReordering","description":"

If allowReordering is set to true, TreeGrid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowreordering"},{"name":"allowFiltering","description":"

If allowFiltering is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowfiltering"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of treegrid records when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowsorting"},{"name":"filterSettings","description":"

Configures the filter settings of the TreeGrid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filtersettings"},{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the TreeGrid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#querycellinfo"}],"tree-grid/default":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/localdata":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/remote-data":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"hasChildMapping","description":"

Specifies whether record is parent or not for the remote data binding

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#haschildmapping"},{"name":"parentIdMapping","description":"

Specifies the name of the field in the dataSource, which contains the parent’s id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#parentidmapping"},{"name":"idMapping","description":"

Specifies the name of the field in the dataSource, which contains the id of that row.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#idmapping"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/selfreference":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"idMapping","description":"

Specifies the name of the field in the dataSource, which contains the id of that row.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#idmapping"},{"name":"parentIdMapping","description":"

Specifies the name of the field in the dataSource, which contains the parent’s id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#parentidmapping"}],"tree-grid/columnformatting":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"}],"tree-grid/column-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"rowHeight","description":"

Defines the height of TreeGrid rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowheight"}],"tree-grid/reorder":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowReordering","description":"

If allowReordering is set to true, TreeGrid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowreordering"},{"name":"actionComplete","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actioncomplete"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"}],"tree-grid/resizing":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowResizing","description":"

If allowResizing is set to true, TreeGrid columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowresizing"},{"name":"actionComplete","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actioncomplete"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"}],"tree-grid/columnmenu":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/cellalignment":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/auto-wrap":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowtextwrap"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"}],"tree-grid/showhidecolumn":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/header-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/stacked-header":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/rowhover":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablehover"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/rowheight":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"rowHeight","description":"

Defines the height of TreeGrid rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowheight"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbarclick"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"}],"tree-grid/row-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"rowTemplate","description":"

The row template that renders customized rows from the given template.\nBy default, TreeGrid renders a table row for every data source item.

\n
\n
    \n
  • It accepts either template string or HTML element ID.
  • \n
  • The row template must be a table row.\nCheck the Row Template customization.
  • \n
\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowtemplate"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/row-reorder":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"rowTemplate","description":"

The row template that renders customized rows from the given template.\nBy default, TreeGrid renders a table row for every data source item.

\n
\n
    \n
  • It accepts either template string or HTML element ID.
  • \n
  • The row template must be a table row.\nCheck the Row Template customization.
  • \n
\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowtemplate"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/detail-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"detailTemplate","description":"

The detail template allows you to show or hide additional information about a particular row.

\n
\n

It accepts either the template string or the HTML element ID.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#detailtemplate"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/inline-editing":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/dialog-editing":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/lock-row":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},{"name":"rowDataBound","description":"

Triggered every time a request is made to access row information, element, or data.\nThis will be triggered before the row element is appended to the TreeGrid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdatabound"},{"name":"beginEdit","description":"

Triggers before the record is to be edit.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beginedit"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablehover"}],"tree-grid/cell-edit-type":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/command-column":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/edit-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/sorting":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of treegrid records when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowsorting"},{"name":"actionComplete","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actioncomplete"},{"name":"sortSettings","description":"

Configures the sort settings of the TreeGrid.

\n","type":"SortSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#sortsettings"}],"tree-grid/sorting-api":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of treegrid records when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowsorting"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"}],"tree-grid/filtering":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowFiltering","description":"

If allowFiltering is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowfiltering"},{"name":"filterSettings","description":"

Configures the filter settings of the TreeGrid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filtersettings"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/filter-menu":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowFiltering","description":"

If allowFiltering is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowfiltering"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"filterSettings","description":"

Configures the filter settings of the TreeGrid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filtersettings"}],"tree-grid/search":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"}],"tree-grid/default-paging":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/paging-api":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"tree-grid/default-scrolling":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/virtual-scrolling":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"enableVirtualization","description":"

If enableVirtualization set to true, then the TreeGrid will render only the rows visible within the view-port\nand load subsequent rows on vertical scrolling. This helps to load large dataset in TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablevirtualization"},{"name":"dataBound","description":"

Triggers when data source is populated in the TreeGrid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#databound"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/selection":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectionsettings"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/selection-api":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectionsettings"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/checkbox-selection":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/checkbox-column":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/frozen-column":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"frozenColumns","description":"

Gets or sets the number of frozen columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#frozencolumns"}],"tree-grid/aggregate-default":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"aggregates","description":"

Configures the TreeGrid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#aggregates"}],"tree-grid/custom-aggregate":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"aggregates","description":"

Configures the TreeGrid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#aggregates"}],"tree-grid/default-context-menu":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"hasChildMapping","description":"

Specifies whether record is parent or not for the remote data binding

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#haschildmapping"},{"name":"parentIdMapping","description":"

Specifies the name of the field in the dataSource, which contains the parent’s id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#parentidmapping"}],"tree-grid/custom-context-menu":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"hasChildMapping","description":"

Specifies whether record is parent or not for the remote data binding

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#haschildmapping"},{"name":"contextMenuItems","description":"

contextMenuItems defines both built-in and custom context menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • Edit - Edit the current record.
  • \n
  • Delete - Delete the current record.
  • \n
  • Save - Save the edited record.
  • \n
  • Cancel - Cancel the edited state.
  • \n
  • PdfExport - Export the grid as Pdf format.
  • \n
  • ExcelExport - Export the grid as Excel format.
  • \n
  • CsvExport - Export the grid as CSV format.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • FirstPage - Go to the first page.
  • \n
  • PrevPage - Go to the previous page.
  • \n
  • LastPage - Go to the last page.
  • \n
  • NextPage - Go to the next page.
  • \n
\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#contextmenuitems"},{"name":"parentIdMapping","description":"

Specifies the name of the field in the dataSource, which contains the parent’s id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#parentidmapping"}],"tree-grid/default-exporting":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export treegrid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowexcelexport"},{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export treegrid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpdfexport"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbarclick"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/print":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"}],"tree-grid/conditional-formatting":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the TreeGrid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#querycellinfo"}],"tree-grid/toolbar-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbarclick"},{"name":"allowFiltering","description":"

If allowFiltering is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowfiltering"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"filterSettings","description":"

Configures the filter settings of the TreeGrid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filtersettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/events":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"load","description":"

This event allows customization of TreeGrid properties before rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#load"},{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#created"},{"name":"actionBegin","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actionbegin"},{"name":"actionComplete","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actioncomplete"},{"name":"allowReordering","description":"

If allowReordering is set to true, TreeGrid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowreordering"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of treegrid records when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowsorting"},{"name":"dataBound","description":"

Triggers when data source is populated in the TreeGrid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#databound"},{"name":"rowSelecting","description":"

Triggers before row selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowselecting"},{"name":"rowSelected","description":"

Triggers after a row is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowselected"},{"name":"columnDragStart","description":"

Triggers when column header element drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndragstart"},{"name":"columnDrag","description":"

Triggers when column header element is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndrag"},{"name":"columnDrop","description":"

Triggers when a column header element is dropped on the target column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndrop"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"}],"tree-grid/keyboard":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"}],"tree-grid/treegridlines":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"chart/line":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/spline":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/step-line":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/dashed-line":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/spline-inversed":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/line-segments":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/line-multi-color":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/stacked-line":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/stacked-line-100":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/spline-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/step-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/range-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/stacked-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/stacked-area-100":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/area-empty":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/area-segments":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/rounded-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/column-placement":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/range-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/range-bar":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/bar":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/stacked-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/stacked-column-100":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/stacked-bar":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/stacked-bar-100":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/tornado":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/scatter-plot":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/bubble":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"}],"chart/waterfall":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/histogram":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/box-and-whisker":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"},{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"}],"chart/error-bar":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"},{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"}],"chart/hilo":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/hilo-open-close":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/candle-stick":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/accumulation-distribution-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/average-true-range-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/bollinger":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/exponential-moving-average-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/moving-average-convergence-divergence-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/momentum":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/relative-strength-index-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/simple-moving-average-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/stochastic":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/triangular-moving-average-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/multi-series-chart":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/pareto":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/chart-performance":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/default-pie":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/pie-radius":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/donut":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/pyramid":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/funnel":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/default-doughnut":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/semi-pie":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/smart-labels":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/drill-down-pie":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/grouping":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/pie-empty-point":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/polar-spline":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-stacking-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-scatter":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-stacking-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-range-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/local-data":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"crosshair","description":"

Options for customizing the crosshair of the chart.

\n","type":"CrosshairSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#crosshair"}],"chart/remote-data":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/lazy-loading":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/numeric":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/date-time-category":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/category":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/indexed-axis":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/logarithmic-scale":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/multiple-axis":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/inversed":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/strip-line":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/strip-line-recurrence":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/smart-axis-labels":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/multi-level-label":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/axes-crossing":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"}],"chart/sorting":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/marker-chart":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/pie-annotation":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"annotations","description":"

The configuration for annotation in chart.

\n","type":"ChartAnnotationSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#annotations"}],"chart/data-label-template":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"textRender","description":"

Triggers before the data label for series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#textrender"}],"chart/vertical":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"isTransposed","description":"

It specifies whether the chart should be render in transposed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#istransposed"},{"name":"loaded","description":"

Triggers after chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#loaded"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/empty-point":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"isTransposed","description":"

It specifies whether the chart should be render in transposed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#istransposed"},{"name":"loaded","description":"

Triggers after chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#loaded"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/print":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"print","description":"

Handles the print method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#print"},{"name":"chartMouseClick","description":"

Triggers on clicking the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmouseclick"},{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"}],"chart/export":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"export","description":"

Export method for the chart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#export"},{"name":"chartMouseClick","description":"

Triggers on clicking the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmouseclick"},{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"}],"chart/selection":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"selectionMode","description":"

Specifies whether series or data point has to be selected. They are,

\n
    \n
  • none: Disables the selection.
  • \n
  • series: selects a series.
  • \n
  • point: selects a point.
  • \n
  • cluster: selects a cluster of point
  • \n
  • dragXY: selects points by dragging with respect to both horizontal and vertical axes
  • \n
  • dragX: selects points by dragging with respect to horizontal axis.
  • \n
  • dragY: selects points by dragging with respect to vertical axis.
  • \n
  • lasso: selects points by dragging with respect to free form.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#selectionmode"}],"chart/range-selection":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"selectionMode","description":"

Specifies whether series or data point has to be selected. They are,

\n
    \n
  • none: Disables the selection.
  • \n
  • series: selects a series.
  • \n
  • point: selects a point.
  • \n
  • cluster: selects a cluster of point
  • \n
  • dragXY: selects points by dragging with respect to both horizontal and vertical axes
  • \n
  • dragX: selects points by dragging with respect to horizontal axis.
  • \n
  • dragY: selects points by dragging with respect to vertical axis.
  • \n
  • lasso: selects points by dragging with respect to free form.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#selectionmode"}],"chart/cross-hair":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"crosshair","description":"

Options for customizing the crosshair of the chart.

\n","type":"CrosshairSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#crosshair"}],"chart/trackball":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/zooming":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/data-editing":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"stock-chart/default":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/ohlc":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/multi-pane":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/multiple-series":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/spline":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/area":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/spline-area":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/inversed-area":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/plot-line":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/strip-line":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/period-customization":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/disabled-navigator":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/disabled-period":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/stock-events":[{"name":"stockEvents","description":"

The configuration for stock events in the stockChart.

\n","type":"StockEventsSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockevents"}],"circular-gauge/default":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/range":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/labels":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/annotation":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/customization":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/legend":[{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#legendsettings"}],"circular-gauge/compass":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},{"name":"axisLabelRender","description":"

Triggers before each axis label gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axislabelrender"}],"circular-gauge/pointer-image":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},{"name":"centerY","description":"

Y coordinate of the circular gauge center point, which takes values either in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#centery"}],"circular-gauge/pointer":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},{"name":"centerY","description":"

Y coordinate of the circular gauge center point, which takes values either in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#centery"}],"circular-gauge/multiple-axis":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/user-interaction":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},{"name":"enablePointerDrag","description":"

If set true, pointers can able to drag on interaction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#enablepointerdrag"},{"name":"dragEnd","description":"

Triggers after the pointer is dragged.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#dragend"},{"name":"dragMove","description":"

Triggers while dragging the pointers.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#dragmove"}],"circular-gauge/tooltip":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},{"name":"tooltip","description":"

Options for customizing the tooltip of gauge.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tooltip"},{"name":"tooltipRender","description":"

Triggers before the tooltip for pointer gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tooltiprender"}],"circular-gauge/data-sample":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/apple-watch-rings":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/speedometer":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"linear-gauge/default":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"}],"linear-gauge/container":[{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"},{"name":"container","description":"

Options for customizing the container linear gauge.

\n","type":"ContainerModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#container"}],"linear-gauge/ranges":[{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"}],"linear-gauge/data":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"}],"linear-gauge/axes":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"}],"linear-gauge/annotation":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"},{"name":"rangePalettes","description":"

Specifies color palette for axis ranges.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#rangepalettes"}],"linear-gauge/tooltip":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"},{"name":"tooltip","description":"

Options for customizing the tooltip in linear gauge.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tooltip"},{"name":"tooltipRender","description":"

Triggers before the tooltip get rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tooltiprender"},{"name":"axisLabelRender","description":"

Triggers before each axis label gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axislabelrender"}],"linear-gauge/style":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"container","description":"

Options for customizing the container linear gauge.

\n","type":"ContainerModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#container"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"}],"heatmap/default":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"}],"heatmap/calendar-heatmap":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/bubble-types":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/color-and-size-attributes":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/array-row":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/array-cell":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/row-json-binding":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"}],"heatmap/cell-json-binding":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"}],"heatmap/empty-points":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/inversed":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/opposed":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/multi-level-labels":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/cell-selection":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"allowSelection","description":"

Enable or disable the selection of multiple cells in heatmap

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#allowselection"}],"heatmap/legend":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/large-data":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"renderingMode","description":"

Specifies the rendering mode of heat map.

\n
    \n
  • SVG - Heat map is render using SVG draw mode.
  • \n
  • Canvas - Heat map is render using Canvas draw mode.
  • \n
  • Auto - Automatically switch the draw mode based on number of records in data source.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#renderingmode"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/palette":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/render-mode":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"renderingMode","description":"

Specifies the rendering mode of heat map.

\n
    \n
  • SVG - Heat map is render using SVG draw mode.
  • \n
  • Canvas - Heat map is render using Canvas draw mode.
  • \n
  • Auto - Automatically switch the draw mode based on number of records in data source.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#renderingmode"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/tooltip-template":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"maps/default":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/projection":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/multilayer":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/marker":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/marker-template":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/marker-cluster":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/data-label":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/bubble":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/navigation-line":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/legend":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/annotation":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"annotations","description":"

Options for customizing the annotation of maps.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#annotations"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/tooltip":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/selection":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/zooming":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/drilldown":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/print":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/export":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/heat-map":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/curved-lines":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/earthquake":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/highlighted-region":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/cyber-attack-map":[{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/dynamic-marker":[{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"},{"name":"click","description":"

Triggers on clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#click"}],"maps/pie":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"range-navigator/default":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"range-navigator/light-weight":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"range-navigator/date-time":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"range-navigator/double":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"range-navigator/logarithmic":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"range-navigator/multilevel":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"range-navigator/period-selector":[{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"range-navigator/period-selector-stocks":[{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"range-navigator/empty-data":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"range-navigator/filter":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"range-navigator/export":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"export","description":"

Handles the export method for range navigator control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#export"}],"range-navigator/right-to-left":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"rich-text-editor/tools":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"showCharCount","description":"

Sets Boolean value to enable or disable the display of the character counter.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showcharcount"},{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},{"name":"actionComplete","description":"

Triggers after command execution using toolbar items or executeCommand method.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actioncomplete"},{"name":"maxLength","description":"

Specifies the maximum number of characters allowed in the RichTextEditor component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#maxlength"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"}],"rich-text-editor/rich-text-editor":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/image":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"quickToolbarSettings","description":"

Specifies the items to be rendered in quick toolbar based on the target element.

\n
    \n
  • It has following fields:
  • \n
  • enable - set boolean value to show or hide the quick toolbar
  • \n
  • actionOnScroll - it has two possible options\n
      \n
    1. hide: The quickToolbar is closed when the parent element is scrolled.
    2. \n
    3. none: The quickToolbar cannot be closed even the parent element is scrolled.
    4. \n
    \n
  • \n
  • link - Specifies the items to be rendered in quick toolbar based on link element such as Open, Edit, and UnLink.
  • \n
  • image - Specifies the items to be rendered in quick toolbar based on image element such as 'Replace',\n'Align', 'Caption', 'Remove', 'InsertLink', 'Display', 'AltText', 'Dimension'.
  • \n
  • text\t - Specifies the items to be rendered in quick toolbar based on text element such as 'Cut', 'Copy', 'Paste'.
  • \n
\n","type":"QuickToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#quicktoolbarsettings"},{"name":"toolbarClick","description":"

Triggers when RichTextEditor Toolbar items is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarclick"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"getRange","description":"

Get the selected range from the RichTextEditor's content.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getrange"},{"name":"image","description":"

Specifies the items to render in quick toolbar, when image selected.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#image"}],"rich-text-editor/inline":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"inlineMode","description":"

Enable or disable the inline edit mode.

\n
    \n
  • enable - set boolean value to enable or disable the inline edit mode.
  • \n
  • onSelection - If its set to true, upon selecting the text, the toolbar is opened in inline.\nIf its set to false, upon clicking to the target element, the toolbar is opened.
  • \n
\n","type":"InlineModeModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inlinemode"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"format","description":"

Predefine the collection of paragraph styles along with quote and code style that populate in format dropdown from the toolbar.

\n","type":"FormatModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#format"},{"name":"fontFamily","description":"

Predefine the font families that populate in font family dropdown list from the toolbar.

\n","type":"FontFamilyModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#fontfamily"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#databind"},{"name":"enable","description":"

Specifies whether enable/disable inline toolbar in RTE.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/inlineMode#enable"},{"name":"onSelection","description":"

Specifies the inline toolbar render based on with or without selection.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/inlineMode#onselection"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"},{"name":"width","description":"

Specifies content width

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/format#width"},{"name":"width","description":"

Specifies content width

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontFamily#width"}],"rich-text-editor/paste-cleanup":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"pasteCleanupSettings","description":"

Specifies the pasting options in RichTextEditor component and control with the following properties.

\n
    \n
  • prompt - Set boolean value to enable or disable the prompt when pasting.
  • \n
  • deniedAttrs - Specifies the attributes to restrict when pasting in RTE.
  • \n
  • allowedStyleProps - Specifies the allowed style properties when pasting in RTE.
  • \n
  • deniedTags\t - Specifies the tags to restrict when pasting in RTE.
  • \n
  • keepFormat\t - Set boolean value to keep or remove the from when pasting.
  • \n
  • plainText\t - Set boolean value to paste as plain text or not.
  • \n
\n","type":"PasteCleanupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#pastecleanupsettings"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"prompt","description":"

Specifies whether to enable the prompt for paste in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#prompt"},{"name":"plainText","description":"

Specifies whether to paste as plain text or not in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#plaintext"},{"name":"keepFormat","description":"

Specifies whether to keep or remove the format when pasting in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#keepformat"},{"name":"deniedTags","description":"

Specifies the tags to restrict when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#deniedtags"},{"name":"deniedAttrs","description":"

Specifies the attributes to restrict when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#deniedattrs"},{"name":"allowedStyleProps","description":"

Specifies the allowed style properties when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#allowedstyleprops"}],"rich-text-editor/iframe":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"height","description":"

Specifies the height of the RichTextEditor component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#height"},{"name":"iframeSettings","description":"

Specifies the items to be rendered in an iframe mode, and it has the following properties.

\n
    \n
  • enable - Set Boolean value to enable, the editors content is placed in an iframe and isolated from the rest of the page.
  • \n
  • attributes - Custom style to be used inside the iframe to display content. This style is added to the iframe body.
  • \n
  • resources - we can add both styles and scripts to the iframe.\n
      \n
    1. styles[] - An array of CSS style files to inject inside the iframe to display content
    2. \n
    3. scripts[] - An array of JS script files to inject inside the iframe
    4. \n
    \n
  • \n
\n","type":"IFrameSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#iframesettings"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},{"name":"actionComplete","description":"

Triggers after command execution using toolbar items or executeCommand method.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actioncomplete"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"enable","description":"

Specifies whether to render iframe based editable element in RTE.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/iFrameSettings#enable"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"}],"rich-text-editor/print":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"print","description":"

By default, prints all the pages of the RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#print"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"}],"rich-text-editor/ajax-load":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/form-validation":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"showCharCount","description":"

Sets Boolean value to enable or disable the display of the character counter.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showcharcount"},{"name":"maxLength","description":"

Specifies the maximum number of characters allowed in the RichTextEditor component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#maxlength"},{"name":"placeholder","description":"

Specifies the placeholder for the RichTextEditor’s content used when the RichTextEditor body is empty.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#placeholder"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/resize-editor":[{"name":"enableResize","description":"

Enables or disables the resizing option in the editor.\nIf enabled, the RichTextEditor can be resized by dragging the resize icon in the bottom right corner.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enableresize"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/api":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"showCharCount","description":"

Sets Boolean value to enable or disable the display of the character counter.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showcharcount"},{"name":"maxLength","description":"

Specifies the maximum number of characters allowed in the RichTextEditor component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#maxlength"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"readonly","description":"

The user interactions on the component are disabled, when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#readonly"},{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabled"},{"name":"enableHtmlEncode","description":"

specifies the value whether the source code is displayed with encoded format.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enablehtmlencode"},{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},{"name":"getSelection","description":"

Retrieves the HTML markup content from currently selected content of RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getselection"},{"name":"selectAll","description":"

Selects all the content in RichTextEditor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#selectall"}],"rich-text-editor/client-side-events":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},{"name":"actionComplete","description":"

Triggers after command execution using toolbar items or executeCommand method.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actioncomplete"},{"name":"focus","description":"

Triggers when RichTextEditor is focused in

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#focus"},{"name":"blur","description":"

Triggers when RichTextEditor is focused out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#blur"},{"name":"change","description":"

Triggers only when RichTextEditor is blurred and changes are done to the content.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#change"},{"name":"toolbarClick","description":"

Triggers when RichTextEditor Toolbar items is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarclick"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"}],"rich-text-editor/blog-posting":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"placeholder","description":"

Specifies the placeholder for the RichTextEditor’s content used when the RichTextEditor body is empty.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#placeholder"},{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#databind"},{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#refresh"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/auto-save":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"placeholder","description":"

Specifies the placeholder for the RichTextEditor’s content used when the RichTextEditor body is empty.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#placeholder"},{"name":"saveInterval","description":"

Specifies the saveInterval in milliseconds for autosave the value.\nThe change event will be triggered if the content was changed from the last saved interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#saveinterval"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/types":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"floatingToolbarOffset","description":"

Preserves the toolbar at the top of the RichTextEditor on scrolling and\nspecifies the offset of the floating toolbar from documents top position

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#floatingtoolbaroffset"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},{"name":"actionComplete","description":"

Triggers after command execution using toolbar items or executeCommand method.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actioncomplete"},{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#databind"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"},{"name":"type","description":"

Specifies the Toolbar display types.\nThe possible types are:

\n
    \n
  • Expand: Toolbar items placed within the available space and rest of the items are placed to the extended menu section.
  • \n
  • MultiRow: Toolbar which placed at top of RichTextEditor editing area.
  • \n
\n","type":"ToolbarType","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#type"},{"name":"enableFloating","description":"

Specifies whether to enable/disable floating toolbar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#enablefloating"}],"rich-text-editor/insert-emoticons":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"}],"rich-text-editor/insert-special-characters":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"}],"rich-text-editor/markdown-editor":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"height","description":"

Specifies the height of the RichTextEditor component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#height"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"disableToolbarItem","description":"

Disables the given toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#disabletoolbaritem"},{"name":"enableToolbarItem","description":"

Enables the give toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabletoolbaritem"},{"name":"editorMode","description":"

Specifies the editing mode of the RichTextEditor.

\n
    \n
  • \n

    HTML - Render RichTextEditor as HTML editor using <IFRAME> element or content editable <div> element\nor <textarea> element.

    \n
  • \n
  • \n

    Markdown - Render RichTextEditor as markdown editor using <textarea>.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#editormode"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"}],"rich-text-editor/markdown-editor-preview":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"height","description":"

Specifies the height of the RichTextEditor component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#height"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"disableToolbarItem","description":"

Disables the given toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#disabletoolbaritem"},{"name":"enableToolbarItem","description":"

Enables the give toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabletoolbaritem"},{"name":"editorMode","description":"

Specifies the editing mode of the RichTextEditor.

\n
    \n
  • \n

    HTML - Render RichTextEditor as HTML editor using <IFRAME> element or content editable <div> element\nor <textarea> element.

    \n
  • \n
  • \n

    Markdown - Render RichTextEditor as markdown editor using <textarea>.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#editormode"},{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"}],"rich-text-editor/markdown-editor-custom-format":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"height","description":"

Specifies the height of the RichTextEditor component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#height"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"disableToolbarItem","description":"

Disables the given toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#disabletoolbaritem"},{"name":"enableToolbarItem","description":"

Enables the give toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabletoolbaritem"},{"name":"editorMode","description":"

Specifies the editing mode of the RichTextEditor.

\n
    \n
  • \n

    HTML - Render RichTextEditor as HTML editor using <IFRAME> element or content editable <div> element\nor <textarea> element.

    \n
  • \n
  • \n

    Markdown - Render RichTextEditor as markdown editor using <textarea>.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#editormode"},{"name":"formatter","description":"

Customize keyCode to change the key value.

\n","type":"IFormatter","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#formatter"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

An array of string or object that is used to configure items.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#items"}],"rich-text-editor/tribute":[{"name":"placeholder","description":"

Specifies the placeholder for the RichTextEditor’s content used when the RichTextEditor body is empty.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#placeholder"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"document-editor/default":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/character-formatting":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/paragraph-formatting":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/styles":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/bullets-and-numbering":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/links-and-bookmarks":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/table-formatting":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/section-formatting":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/headers-and-footers":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/table-of-contents":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/print":[{"name":"enablePrint","description":"

Gets or sets a value indicating whether print needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableprint"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"scrollToPage","description":"

Scrolls view to start of the given page number if exists.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#scrolltopage"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"zoomFactorChange","description":"

Triggers whenever zoom factor changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactorchange"}],"document-editor/right-to-left":[{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablertl"}],"document-editor/custom-context-menu":[{"name":"addCustomMenu","description":"

To add and customize custom context menu

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/contextMenu#addcustommenu"}],"button/default":[{"name":"isPrimary","description":"

Allows the appearance of the Button to be enhanced and visually appealing when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#isprimary"},{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the Button element. The Button types, styles, and\nsize can be defined by using\nthis.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#cssclass"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the Button that is used to include an icon.\nButtons can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#iconcss"},{"name":"isToggle","description":"

Makes the Button toggle, when set to true. When you click it, the state changes from normal to active.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#istoggle"},{"name":"iconPosition","description":"

Positions the icon before/after the text content in the Button.\nThe possible values are:

\n
    \n
  • Left: The icon will be positioned to the left of the text content.
  • \n
  • Right: The icon will be positioned to the right of the text content.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#iconposition"},{"name":"content","description":"

Defines the text content of the Button element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#content"}],"button/checkbox":[{"name":"label","description":"

Defines the caption for the CheckBox, that describes the purpose of the CheckBox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#label"},{"name":"checked","description":"

Specifies a value that indicates whether the CheckBox is checked or not.\nWhen set to true, the CheckBox will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#checked"},{"name":"indeterminate","description":"

Specifies a value that indicates whether the CheckBox is in indeterminate state or not.\nWhen set to true, the CheckBox will be in indeterminate state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#indeterminate"},{"name":"disabled","description":"

Specifies a value that indicates whether the CheckBox is disabled or not.\nWhen set to true, the CheckBox will be in disabled state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#disabled"},{"name":"change","description":"

Triggers when the CheckBox state has been changed by user interaction.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/check-box/#change"}],"button/radio-button":[{"name":"label","description":"

Defines the caption for the RadioButton, that describes the purpose of the RadioButton.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#label"},{"name":"name","description":"

Defines name attribute for the RadioButton.\nIt is used to reference form data (RadioButton value) after a form is submitted.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#name"},{"name":"value","description":"

Defines value attribute for the RadioButton.\nIt is a form data passed to the server when submitting the form.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#value"},{"name":"checked","description":"

Specifies a value that indicates whether the RadioButton is checked or not.\nWhen set to true, the RadioButton will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#checked"}],"button/dropdown-button":[{"name":"items","description":"

Specifies action items with its properties which will be rendered as DropDownButton popup.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#items"},{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the DropDownButton element. The\nDropDownButton size and styles can be customized by using this.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#cssclass"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the DropDownButton that is used to\ninclude an icon. DropDownButton can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#iconcss"}],"button/split-button":[{"name":"items","description":"

Specifies action items with its properties which will be rendered as SplitButton secondary button popup.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/split-button/#items"},{"name":"content","description":"

Defines the content of the SplitButton primary action button can either be a text or HTML elements.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#content"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the SplitButton that is used to include an\nicon. SplitButton can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#iconcss"},{"name":"beforeItemRender","description":"

Triggers while rendering each Popup item of SplitButton.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#beforeitemrender"}],"button/switch":[{"name":"checked","description":"

Specifies a value that indicates whether the Switch is checked or not.\nWhen set to true, the Switch will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#checked"},{"name":"disabled","description":"

Specifies a value that indicates whether the Switch is disabled or not.\nWhen set to true, the Switch will be in disabled state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#disabled"}],"button/progress-button":[{"name":"content","description":"

Defines the text content of the progress button element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#content"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the progress button that is used to include an icon.\nProgress button can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#iconcss"},{"name":"cssClass","description":"

Specifies the root CSS class of the progress button that allows customization of component’s appearance.\nThe progress button types, styles, and size can be achieved by using this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#cssclass"},{"name":"duration","description":"

Specifies the duration of progression in the progress button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/progress-button/#duration"},{"name":"disabled","description":"

Enables or disables the progress button.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#disabled"},{"name":"isPrimary","description":"

Allows the appearance of the progress button to be enhanced and visually appealing when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#isprimary"},{"name":"enableProgress","description":"

Enables or disables the background filler UI in the progress button.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#enableprogress"},{"name":"end","description":"

Triggers when the progress is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#end"},{"name":"begin","description":"

Triggers when the progress starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#begin"},{"name":"spinSettings","description":"

Specifies a spinner and its related properties.

\n","type":"SpinSettingsModel","link":"//ej2.syncfusion.com/documentation/api/progress-button/#spinsettings"},{"name":"animationSettings","description":"

Specifies the animation settings.

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/progress-button/#animationsettings"}],"schedule/default":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/local-data":[{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/remote-data":[{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/calendar-integration":[{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"dataBinding","description":"

Triggers before the data binds to the scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#databinding"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/recurrence-events":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/block-events":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/search-events":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/timezone":[{"name":"timezone","description":"

Schedule will be assigned with specific timezone, so as to display the events in it accordingly. By default,\nSchedule dates are processed with System timezone, as no timezone will be assigned specifically to the Schedule at the initial time.\nWhenever the Schedule is bound to remote data services, it is always recommended to set specific timezone to Schedule to make the\nevents on it to display on the same time irrespective of the system timezone. It usually accepts\nthe valid IANA timezone names.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#timezone"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"}],"schedule/external-drag-drop":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.\n{% codeBlock src="schedule/resource-header-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/resource-header-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},{"name":"cssClass","description":"

It is used to customize the Schedule which accepts custom CSS class names that defines specific user-defined styles and themes\nto be applied on the Schedule element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#cssclass"},{"name":"workHours","description":"

The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to\nhighlight it or not. This functionality is handled through workHours property and the start work hour should be 9 AM by default\nand end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.

\n","type":"WorkHoursModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#workhours"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.\n{% codeBlock src="schedule/group-api/index.ts" %}{% endcodeBlock %}

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.\n{% codeBlock src="schedule/resources-api/index.ts" %}{% endcodeBlock %}

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"actionBegin","description":"

Triggers on beginning of every scheduler action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionbegin"}],"schedule/virtual-scrolling":[{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.\n{% codeBlock src="schedule/group-api/index.ts" %}{% endcodeBlock %}

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.\n{% codeBlock src="schedule/resources-api/index.ts" %}{% endcodeBlock %}

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/views":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/timeline":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/agenda":[{"name":"agendaDaysCount","description":"

Sets the number of days to be displayed by default in Agenda View and in case of virtual scrolling,\nthe number of days will be fetched on each scroll-end based on this count.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/#agendadayscount"},{"name":"hideEmptyAgendaDays","description":"

The days which does not has even a single event to display will be hidden from the UI of Agenda View by default.\nWhen this property is set to false, the empty dates will also be displayed on the Schedule.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#hideemptyagendadays"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/month-agenda":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/year":[{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/views-configuration":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/extended-views":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/timeline-resources":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.\n{% codeBlock src="schedule/resource-header-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/resource-header-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/resources":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/resource":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/group-editing":[{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.\n{% codeBlock src="schedule/resource-header-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/resource-header-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.\n{% codeBlock src="schedule/group-api/index.ts" %}{% endcodeBlock %}

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.\n{% codeBlock src="schedule/resources-api/index.ts" %}{% endcodeBlock %}

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/group-custom-work-days":[{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.\n{% codeBlock src="schedule/resource-header-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/resource-header-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.\n{% codeBlock src="schedule/group-api/index.ts" %}{% endcodeBlock %}

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.\n{% codeBlock src="schedule/resources-api/index.ts" %}{% endcodeBlock %}

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/add-remove-resources":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/adaptive-rows":[{"name":"rowAutoHeight","description":"

when set to true, allows the height of the work-cells to adjust automatically\nbased on the number of appointments present in those time ranges.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#rowautoheight"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/resource-grouping":[{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.\n{% codeBlock src="schedule/resource-header-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/resource-header-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.\n{% codeBlock src="schedule/group-api/index.ts" %}{% endcodeBlock %}

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.\n{% codeBlock src="schedule/resources-api/index.ts" %}{% endcodeBlock %}

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/timeline-resource-grouping":[{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.\n{% codeBlock src="schedule/group-api/index.ts" %}{% endcodeBlock %}

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.\n{% codeBlock src="schedule/resources-api/index.ts" %}{% endcodeBlock %}

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/group-by-date":[{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.\n{% codeBlock src="schedule/group-api/index.ts" %}{% endcodeBlock %}

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.\n{% codeBlock src="schedule/resources-api/index.ts" %}{% endcodeBlock %}

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/group-by-child":[{"name":"startHour","description":"

It is used to specify the starting hour, from which the Schedule starts to display. It accepts the time string in a short skeleton\nformat and also, hides the time beyond the specified start time.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#starthour"},{"name":"endHour","description":"

It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#endhour"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.\n{% codeBlock src="schedule/group-api/index.ts" %}{% endcodeBlock %}

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.\n{% codeBlock src="schedule/resources-api/index.ts" %}{% endcodeBlock %}

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/cell-template":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"cellTemplate","description":"

The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the work cells.\nThe fields accessible via template are as follows.

\n
    \n
  • date
  • \n
  • groupIndex
  • \n
  • type\n{% codeBlock src="schedule/cell-template-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/cell-template-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#celltemplate"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/date-header-template":[{"name":"cssClass","description":"

It is used to customize the Schedule which accepts custom CSS class names that defines specific user-defined styles and themes\nto be applied on the Schedule element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#cssclass"},{"name":"dateHeaderTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto\nthe date header cells. The field that can be accessed via this template is date.\n{% codeBlock src="schedule/date-header-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#dateheadertemplate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"renderCell","description":"

Triggers before each element of the schedule rendering on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#rendercell"}],"schedule/event-template":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"cellTemplate","description":"

The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the work cells.\nThe fields accessible via template are as follows.

\n
    \n
  • date
  • \n
  • groupIndex
  • \n
  • type\n{% codeBlock src="schedule/cell-template-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/cell-template-api/index.ts" %}{% endcodeBlock %}
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#celltemplate"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/tooltip":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/editor-validation":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/editor-custom-field":[{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"popupOpen","description":"

Triggers before any of the scheduler popups opens on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupopen"}],"schedule/editor-template":[{"name":"editorTemplate","description":"

The template option to render the customized editor window. The form elements defined within this template should be accompanied\nwith e-field class, so as to fetch and process it from internally.\n{% codeBlock src="schedule/editor-api/index.html" %}{% endcodeBlock %}\n{% codeBlock src="schedule/editor-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#editortemplate"},{"name":"showQuickInfo","description":"

When set to true, displays a quick popup with cell or event details on single clicking over the cells or on events.\nBy default, it is set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showquickinfo"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"popupOpen","description":"

Triggers before any of the scheduler popups opens on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupopen"},{"name":"actionBegin","description":"

Triggers on beginning of every scheduler action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionbegin"}],"schedule/header-rows":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"headerRows","description":"

Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row\non the timeline view of the scheduler.\n{% codeBlock src="schedule/header-rows-api/index.ts" %}{% endcodeBlock %}

\n","type":"HeaderRowsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#headerrows"}],"schedule/time-scale":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"timeScale","description":"

Allows to set different time duration on Schedule along with the customized grid count. It also has template option to\ncustomize the time slots with required time values in its own format.\n{% codeBlock src="schedule/timescale-api/index.ts" %}{% endcodeBlock %}

\n","type":"TimeScaleModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#timescale"}],"schedule/context-menu":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/header-bar":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"workHours","description":"

The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to\nhighlight it or not. This functionality is handled through workHours property and the start work hour should be 9 AM by default\nand end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.

\n","type":"WorkHoursModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#workhours"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/scroll-to":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"scrollTo","description":"

Scrolls the Schedule content area to the specified time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#scrollto"}],"schedule/work-days":[{"name":"workDays","description":"

It is used to set the working days on Schedule. The only days that are defined in this collection will be rendered on the workWeek\nview whereas on other views, it will display all the usual days and simply highlights the working days with different shade.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#workdays"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/hide-weekend":[{"name":"showWeekend","description":"

When set to false, it hides the weekend days of a week from the Schedule. The days which are not defined in the working days\ncollection are usually treated as weekend days.\nNote: By default, this option is not applicable on Work Week view.\nFor example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as\nthe weekend days and will be hidden on all the views.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showweekend"}],"schedule/work-hour":[{"name":"workHours","description":"

The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to\nhighlight it or not. This functionality is handled through workHours property and the start work hour should be 9 AM by default\nand end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.

\n","type":"WorkHoursModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#workhours"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:\n{% codeBlock src="schedule/view-api/index.ts" %}{% endcodeBlock %}\nExample for array of view objects:\n{% codeBlock src="schedule/view-api/array.ts" %}{% endcodeBlock %}

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/start-end-hour":[{"name":"startHour","description":"

It is used to specify the starting hour, from which the Schedule starts to display. It accepts the time string in a short skeleton\nformat and also, hides the time beyond the specified start time.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#starthour"},{"name":"endHour","description":"

It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#endhour"},{"name":"workHours","description":"

The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to\nhighlight it or not. This functionality is handled through workHours property and the start work hour should be 9 AM by default\nand end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.

\n","type":"WorkHoursModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#workhours"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"}],"schedule/cell-dimension":[{"name":"cssClass","description":"

It is used to customize the Schedule which accepts custom CSS class names that defines specific user-defined styles and themes\nto be applied on the Schedule element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#cssclass"},{"name":"showTimeIndicator","description":"

When set to false, hides the current time indicator from the Schedule. Otherwise,\nit visually depicts the live current system time appropriately on the user interface.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showtimeindicator"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"created","description":"

Triggers after the scheduler component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#created"},{"name":"actionComplete","description":"

Triggers on successful completion of the scheduler actions.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actioncomplete"}],"schedule/read-only-events":[{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"eventClick","description":"

Triggers when the events are single clicked or on single tapping the events on the mobile devices.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventclick"},{"name":"popupOpen","description":"

Triggers before any of the scheduler popups opens on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupopen"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"}],"schedule/excel-export":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/calendar-export-import":[{"name":"importICalendar","description":"

Imports the events from an .ics file downloaded from any of the calendars like Google or Outlook into the Scheduler.\nThis method accepts the blob object of an .ics file to be imported as a mandatory argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#importicalendar"},{"name":"exportToICalendar","description":"

Exports the Scheduler events to a calendar (.ics) file. By default, the calendar is exported with a file name Calendar.ics.\nTo change this file name on export, pass the custom string value as fileName to get the file downloaded with this provided name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#exporttoicalendar"}],"schedule/print":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/keyboard-interaction":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"allowKeyboardInteraction","description":"

When set to true, allows the keyboard interaction to take place on Schedule.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#allowkeyboardinteraction"}],"schedule/events":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"created","description":"

Triggers after the scheduler component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#created"},{"name":"actionBegin","description":"

Triggers on beginning of every scheduler action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionbegin"},{"name":"actionComplete","description":"

Triggers on successful completion of the scheduler actions.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actioncomplete"},{"name":"actionFailure","description":"

Triggers when a scheduler action gets failed or interrupted and an error information will be returned.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionfailure"},{"name":"cellClick","description":"

Triggers when the scheduler cells are single clicked or on single tap on the same cells in mobile devices.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#cellclick"},{"name":"cellDoubleClick","description":"

Triggers when the scheduler cells are double clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#celldoubleclick"},{"name":"destroyed","description":"

Triggers when the scheduler component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#destroyed"},{"name":"navigating","description":"

Triggers before the date or view navigation takes place on scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#navigating"},{"name":"eventClick","description":"

Triggers when the events are single clicked or on single tapping the events on the mobile devices.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventclick"},{"name":"popupOpen","description":"

Triggers before any of the scheduler popups opens on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupopen"}],"gantt/default":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"eventMarkers","description":"

Defines events and status of project throughout the timeline.

\n","type":"EventMarkerModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#eventmarkers"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"}],"gantt/remote-data":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"includeWeekend","description":"

Defines weekend days are considered as working day or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#includeweekend"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/editing":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"editSettings","description":"

Configures edit settings of Gantt.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#editsettings"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/filtering":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"allowFiltering","description":"

Enables or disables filtering support in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowfiltering"},{"name":"includeWeekend","description":"

Defines weekend days are considered as working day or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#includeweekend"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"durationUnit","description":"

durationUnit Specifies the duration unit for each tasks whether day or hour or minute.

\n
    \n
  • day: Sets the duration unit as day.
  • \n
  • hour: Sets the duration unit as hour.
  • \n
  • minute: Sets the duration unit as minute.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#durationunit"},{"name":"dayWorkingTime","description":"

Defines customized working time of project.

\n","type":"DayWorkingTimeModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#dayworkingtime"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/timeline":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"eventMarkers","description":"

Defines events and status of project throughout the timeline.

\n","type":"EventMarkerModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#eventmarkers"}],"gantt/baseline":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"renderBaseline","description":"

If renderBaseline is set to true, then baselines are rendered for tasks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#renderbaseline"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"includeWeekend","description":"

Defines weekend days are considered as working day or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#includeweekend"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"tooltipSettings","description":"

Enables or disables default tooltip of Gantt element and defines customized tooltip for Gantt elements.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#tooltipsettings"},{"name":"durationUnit","description":"

durationUnit Specifies the duration unit for each tasks whether day or hour or minute.

\n
    \n
  • day: Sets the duration unit as day.
  • \n
  • hour: Sets the duration unit as hour.
  • \n
  • minute: Sets the duration unit as minute.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#durationunit"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"dayWorkingTime","description":"

Defines customized working time of project.

\n","type":"DayWorkingTimeModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#dayworkingtime"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/taskbar-template":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"rowHeight","description":"

Defines height value for grid rows and chart rows in Gantt.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowheight"},{"name":"taskbarHeight","description":"

Defines height of taskbar element in Gantt.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbarheight"},{"name":"dayWorkingTime","description":"

Defines customized working time of project.

\n","type":"DayWorkingTimeModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#dayworkingtime"},{"name":"durationUnit","description":"

durationUnit Specifies the duration unit for each tasks whether day or hour or minute.

\n
    \n
  • day: Sets the duration unit as day.
  • \n
  • hour: Sets the duration unit as hour.
  • \n
  • minute: Sets the duration unit as minute.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#durationunit"},{"name":"eventMarkers","description":"

Defines events and status of project throughout the timeline.

\n","type":"EventMarkerModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#eventmarkers"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskbarTemplate","description":"

The task bar template that renders customized child task bars from the given template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbartemplate"},{"name":"milestoneTemplate","description":"

The milestone template that renders customized milestone task from the given template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#milestonetemplate"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"tooltipSettings","description":"

Enables or disables default tooltip of Gantt element and defines customized tooltip for Gantt elements.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#tooltipsettings"}],"gantt/unscheduled-tasks":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"editSettings","description":"

Configures edit settings of Gantt.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#editsettings"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"allowUnscheduledTasks","description":"

Enables or disables rendering of unscheduled tasks in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowunscheduledtasks"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"toolbarClick","description":"

Triggers when toolbar item was clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbarclick"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"}],"gantt/zooming":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/contextMenu":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"editSettings","description":"

Configures edit settings of Gantt.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#editsettings"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"enableContextMenu","description":"

If enableContextMenu is set to true, Enable context menu in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#enablecontextmenu"},{"name":"contextMenuItems","description":"

If contextMenuItems are array collection of menu items in Context Menu.

\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#contextmenuitems"}],"gantt/exporting":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export Gantt to Excel and CSV file.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowexcelexport"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"toolbarClick","description":"

Triggers when toolbar item was clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbarclick"}],"calendar/default":[{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#change"}],"calendar/disabled":[{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#renderdaycell"},{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#change"}],"calendar/date-range":[{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/calendar/#min"},{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/calendar/#max"},{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#change"}],"calendar/special-dates":[{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#renderdaycell"},{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#change"}],"calendar/multi-selection":[{"name":"isMultiSelection","description":"

Specifies the option to enable the multiple dates selection of the calendar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#ismultiselection"},{"name":"values","description":"

Gets or sets multiple selected dates of the calendar.

\n","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/calendar/#values"}],"calendar/month-picker":[{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#start"},{"name":"depth","description":"

Sets the maximum level of view such as month, year, and decade in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#depth"}],"calendar/islamic-calendar":[{"name":"isMultiSelection","description":"

Specifies the option to enable the multiple dates selection of the calendar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#ismultiselection"},{"name":"values","description":"

Gets or sets multiple selected dates of the calendar.

\n","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/calendar/#values"}],"datepicker/default":[{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"}],"datepicker/disabled":[{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"},{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#renderdaycell"}],"datepicker/date-range":[{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#min"},{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#max"},{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#value"},{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"}],"datepicker/date-format":[{"name":"format","description":"

Specifies the format of the value that to be displayed in component. By default, the format is based on the culture.

\n","type":"string|FormatObject","link":"//ej2.syncfusion.com/documentation/api/datepicker/#format"},{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#value"},{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"}],"datepicker/special-dates":[{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#value"},{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"},{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#renderdaycell"}],"datepicker/month-picker":[{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#start"},{"name":"depth","description":"

Sets the maximum level of view such as month, year, and decade in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#depth"}],"daterangepicker/default":[{"name":"placeholder","description":"

Specifies the placeholder text that need to be displayed in the DateRangePicker component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#placeholder"}],"daterangepicker/date-range":[{"name":"placeholder","description":"

Specifies the placeholder text that need to be displayed in the DateRangePicker component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#placeholder"},{"name":"min","description":"

Gets or sets the minimum date that can be selected in the calendar-popup.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#min"},{"name":"max","description":"

Gets or sets the maximum date that can be selected in the calendar-popup.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#max"}],"daterangepicker/day-span":[{"name":"placeholder","description":"

Specifies the placeholder text that need to be displayed in the DateRangePicker component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#placeholder"},{"name":"minDays","description":"

Specifies the minimum span of days that can be allowed in date range selection.

\n
\n

For more details refer to\nRange Span documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#mindays"},{"name":"maxDays","description":"

Specifies the maximum span of days that can be allowed in a date range selection.

\n
\n

For more details refer to\nRange Span documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#maxdays"}],"daterangepicker/presets":[{"name":"placeholder","description":"

Specifies the placeholder text that need to be displayed in the DateRangePicker component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#placeholder"},{"name":"presets","description":"

Set the predefined ranges which let the user pick required range easily in a component.

\n
\n

For more details refer to\nPreset Ranges documentation.

\n
\n","type":"PresetsModel[]","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#presets"}],"daterangepicker/date-format":[{"name":"format","description":"

Sets or gets the required date format to the start and end date string.

\n
\n

For more details refer to\nFormatsample.

\n
\n","type":"string|RangeFormatObject","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#format"},{"name":"value","description":"

Gets or sets the start and end date of the Calendar.

\n","type":"Date[]|DateRange","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#value"}],"daterangepicker/month-range-picker":[{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#start"},{"name":"depth","description":"

Sets the maximum level of view (month, year, decade) in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#depth"}],"datetimepicker/disabled":[{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#renderdaycell"}],"datetimepicker/date-time-range":[{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#min"},{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#max"},{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#value"}],"datetimepicker/date-time-format":[{"name":"format","description":"

Specifies the format of the value that to be displayed in component. By default, the format is based on the culture.

\n","type":"string|FormatObject","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#format"},{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#value"}],"datetimepicker/special-dates":[{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#renderdaycell"},{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#value"}],"timepicker/default":[{"name":"placeholder","description":"

Specifies the placeholder text that is displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#placeholder"}],"timepicker/time-range":[{"name":"placeholder","description":"

Specifies the placeholder text that is displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#placeholder"},{"name":"value","description":"

Gets or sets the value of the component. The value is parsed based on the culture specific time format.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#value"},{"name":"readonly","description":"

Specifies the component in readonly state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#readonly"},{"name":"enabled","description":"

Specifies whether the component to be disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#enabled"},{"name":"min","description":"

Gets or sets the minimum time value that can be allowed to select in TimePicker.

\n
\n

For more details refer to\nTime Range documentation.

\n
\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#min"},{"name":"change","description":"

Triggers when the value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#change"}],"timepicker/time-format":[{"name":"value","description":"

Gets or sets the value of the component. The value is parsed based on the culture specific time format.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#value"},{"name":"step","description":"

Specifies the time interval between the two adjacent time values in the popup list.

\n
\n

For more details refer to\nFormatdocumentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/timepicker/#step"},{"name":"format","description":"

Specifies the format of value that is to be displayed in component. By default, the format is\nbased on the culture.

\n
\n

For more details refer to\nFormat documentation.

\n
\n","type":"string|TimeFormatObject","link":"//ej2.syncfusion.com/documentation/api/timepicker/#format"}],"timepicker/list-formatting":[{"name":"value","description":"

Gets or sets the value of the component. The value is parsed based on the culture specific time format.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#value"},{"name":"itemRender","description":"

Triggers while rendering the each popup list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#itemrender"}],"auto-complete/default":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#value"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"}],"auto-complete/grouping-icon":[{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item
  • \n
  • value - Maps the value column from data table for each list item
  • \n
  • iconCss - Maps the icon class column from data table for each list item
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field
  • \n
\n
\n

For more details about the field mapping refer to Data binding documentation.

\n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#fields"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"}],"auto-complete/data-binding":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"suggestionCount","description":"

Supports the specified number\nof list items on the suggestion popup.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#suggestioncount"},{"name":"query","description":"

Accepts the external query\nthat execute along with data processing.\n{% codeBlock src="autocomplete/query-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="autocomplete/query-api/index.html" %}{% endcodeBlock %}

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#query"},{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#sortorder"},{"name":"autofill","description":"

Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#autofill"},{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe available FilterType\nand its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

{% codeBlock src="autocomplete/filter-type-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="autocomplete/filter-type-api/index.html" %}{% endcodeBlock %}

\n

The default value set to Contains, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#filtertype"},{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#change"}],"auto-complete/template":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item
  • \n
  • value - Maps the value column from data table for each list item
  • \n
  • iconCss - Maps the icon class column from data table for each list item
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field
  • \n
\n
\n

For more details about the field mapping refer to Data binding documentation.

\n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#fields"},{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#headertemplate"},{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#itemtemplate"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#popupheight"}],"auto-complete/highlight":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item
  • \n
  • value - Maps the value column from data table for each list item
  • \n
  • iconCss - Maps the icon class column from data table for each list item
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field
  • \n
\n
\n

For more details about the field mapping refer to Data binding documentation.

\n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#fields"},{"name":"highlight","description":"

When set to ‘true’, highlight the searched characters on suggested list items.

\n
\n

For more details about the highlight refer to Custom highlight search documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#highlight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"}],"auto-complete/custom-filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"filtering","description":"

Triggers on typing a character in the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#filtering"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item
  • \n
  • value - Maps the value column from data table for each list item
  • \n
  • iconCss - Maps the icon class column from data table for each list item
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field
  • \n
\n
\n

For more details about the field mapping refer to Data binding documentation.

\n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#fields"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"}],"auto-complete/diacritics-filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#ignoreaccent"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"}],"combo-box/default":[{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"},{"name":"index","description":"

Gets or sets the index of the selected item in the component.\n{% codeBlock src="combobox/index-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="combobox/index-api/index.html" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#index"},{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#change"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"}],"combo-box/grouping-icon":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"}],"combo-box/data-binding":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"query","description":"

Accepts the external Query\nthat execute along with data processing.\n{% codeBlock src="combobox/query-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="combobox/query-api/index.html" %}{% endcodeBlock %}

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/combo-box/#query"},{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/combo-box/#sortorder"},{"name":"autofill","description":"

Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#autofill"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"}],"combo-box/custom-value":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"},{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.\n{% codeBlock src="combobox/allow-filtering-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="combobox/allow-filtering-api/index.html" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowfiltering"},{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#norecordstemplate"},{"name":"filtering","description":"

Triggers on typing a character in the component.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#filtering"},{"name":"width","description":"

Specifies the width of the component. By default, the component width sets based on the width of\nits parent container. You can also set the width in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#width"}],"combo-box/template":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#headertemplate"},{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#itemtemplate"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"}],"combo-box/filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.\n{% codeBlock src="combobox/allow-filtering-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="combobox/allow-filtering-api/index.html" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowfiltering"},{"name":"filtering","description":"

Triggers on typing a character in the component.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#filtering"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"}],"combo-box/cascading":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"allowCustom","description":"

Specifies whether the component allows user defined value which does not exist in data source.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowcustom"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#change"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"},{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#value"},{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#enabled"}],"combo-box/diacritics-filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#ignoreaccent"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.\n{% codeBlock src="combobox/allow-filtering-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="combobox/allow-filtering-api/index.html" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowfiltering"}],"drop-down-list/default":[{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"},{"name":"index","description":"

Gets or sets the index of the selected item in the component.\n{% codeBlock src="dropdownlist/index-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dropdownlist/index-api/index.html" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#index"},{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#change"}],"drop-down-list/grouping-icon":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"}],"drop-down-list/data-binding":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"query","description":"

Accepts the external Query\nthat execute along with data processing.\n{% codeBlock src="dropdownlist/query-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dropdownlist/query-api/index.html" %}{% endcodeBlock %}

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#query"},{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#sortorder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"}],"drop-down-list/template":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#headertemplate"},{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#itemtemplate"},{"name":"valueTemplate","description":"

Accepts the template design and assigns it to the selected list item in the input element of the component.\nFor more details about the available template options refer to\nTemplate documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#valuetemplate"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"}],"drop-down-list/filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n

{% codeBlock src="dropdownlist/allow-filtering-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dropdownlist/allow-filtering-api/index.html" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#allowfiltering"},{"name":"filtering","description":"

Triggers on typing a character in the filter bar when the\nallowFiltering\nis enabled.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filtering"},{"name":"filterBarPlaceholder","description":"

Accepts the value to be displayed as a watermark text on the filter bar.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filterbarplaceholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"}],"drop-down-list/cascading":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#change"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#value"},{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#enabled"}],"drop-down-list/inline":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#value"}],"drop-down-list/diacritics-filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#ignoreaccent"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"},{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n

{% codeBlock src="dropdownlist/allow-filtering-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dropdownlist/allow-filtering-api/index.html" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#allowfiltering"}],"multi-select/default":[{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n

{% codeBlock src="multiselect/visual-mode-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="multiselect/visual-mode-api/index.html" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"}],"multi-select/data-binding":[{"name":"query","description":"

Accepts the external Query\nwhich will execute along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/multi-select/#query"},{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/multi-select/#sortorder"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"}],"multi-select/grouping-icon":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"}],"multi-select/template":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#headertemplate"},{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.

\n
\n

For more details about the available template options refer to Template documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#itemtemplate"},{"name":"valueTemplate","description":"

Accepts the template design and assigns it to the selected list item in the input element of the component.\nFor more details about the available template options refer to\nTemplate documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#valuetemplate"},{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n

{% codeBlock src="multiselect/visual-mode-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="multiselect/visual-mode-api/index.html" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"}],"multi-select/filtering":[{"name":"query","description":"

Accepts the external Query\nwhich will execute along with the data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/multi-select/#query"},{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"allowFiltering","description":"

To enable the filtering option in this component.\nFilter action performs when type in search box and collect the matched item through filtering event.\nIf searching character does not match, noRecordsTemplate property value will be shown.\n{% codeBlock src="multiselect/allow-filtering-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="multiselect/allow-filtering-api/index.html" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#allowfiltering"},{"name":"filtering","description":"

Triggers event,when user types a text in search box.

\n
\n

For more details about filtering, refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#filtering"}],"multi-select/custom-value":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n

{% codeBlock src="multiselect/visual-mode-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="multiselect/visual-mode-api/index.html" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},{"name":"allowCustomValue","description":"

Allows user to add a\ncustom value, the value which is not present in the suggestion list.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#allowcustomvalue"}],"multi-select/chip-customization":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n

{% codeBlock src="multiselect/visual-mode-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="multiselect/visual-mode-api/index.html" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},{"name":"tagging","description":"

Fires before set the selected item as chip in the component.

\n
\n

For more details about chip customization refer Chip Customization

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#tagging"}],"multi-select/checkbox":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"}],"multi-select/grouping-with-checkbox":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n

{% codeBlock src="multiselect/visual-mode-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="multiselect/visual-mode-api/index.html" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},{"name":"enableGroupCheckBox","description":"

Specifies a Boolean value that indicates the whether the grouped list items are\nallowed to check by checking the group header in checkbox mode.\nBy default, there is no checkbox provided for group headers.\nThis property allows you to render checkbox for group headers and to select\nall the grouped items at once

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enablegroupcheckbox"}],"multi-select/selection-limit":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"maximumSelectionLength","description":"

Sets limitation to the value selection.\nbased on the limitation, list selection will be prevented.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#maximumselectionlength"}],"multi-select/diacritics-filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#ignoreaccent"}],"list-box/default":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"}],"list-box/dual-list-box":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#fields"},{"name":"scope","description":"

Defines the scope value to group sets of draggable and droppable ListBox.\nA draggable with the same scope value will be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#scope"},{"name":"toolbarSettings","description":"

Specifies the toolbar items and its position.

\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#toolbarsettings"},{"name":"height","description":"

Sets the height of the ListBox component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-box/#height"}],"list-box/drag-and-drop":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"},{"name":"scope","description":"

Defines the scope value to group sets of draggable and droppable ListBox.\nA draggable with the same scope value will be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#scope"},{"name":"allowDragAndDrop","description":"

If 'allowDragAndDrop' is set to true, then you can perform drag and drop of the list item.\nListBox contains same 'scope' property enables drag and drop between multiple ListBox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#allowdraganddrop"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#fields"},{"name":"height","description":"

Sets the height of the ListBox component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-box/#height"}],"list-box/checkbox":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"},{"name":"selectionSettings","description":"

Specifies the selection mode and its type.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#selectionsettings"}],"list-box/api":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#fields"},{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/list-box/#sortorder"},{"name":"selectionSettings","description":"

Specifies the selection mode and its type.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#selectionsettings"}],"accordion/default":[{"name":"header","description":"

Sets the header text to be displayed for the Accordion item.\nYou can set the title of the Accordion item using header property.\nIt also supports to include the title as HTML element, string, or query selector.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#header"},{"name":"content","description":"

Sets the text content to be displayed for the Accordion item.\nYou can set the content of the Accordion item using content property.\nIt also supports to include the title as HTML element, string, or query selector.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#content"},{"name":"expanded","description":"

Sets the expand (true) or collapse (false) state of the Accordion item. By default, all the items are in a collapsed state.

\n","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#expanded"},{"name":"items","description":"

An array of item that is used to specify Accordion items.

\n","type":"AccordionItemModel[]","link":"//ej2.syncfusion.com/documentation/api/accordion/#items"}],"accordion/ajax":[{"name":"expandMode","description":"

Specifies the options to expand single or multiple panel at a time.\nThe possible values are:

\n
    \n
  • Single: Sets to expand only one Accordion item at a time.
  • \n
  • Multiple: Sets to expand more than one Accordion item at a time.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/#expandmode"},{"name":"expanding","description":"

The event will be fired before the item gets collapsed/expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#expanding"}],"accordion/icon":[{"name":"iconCss","description":"

Defines an icon with the given custom CSS class that is to be rendered before the header text.\nAdd the css classes to the iconCss property and write the css styles to the defined class to set images/icons.\nAdding icon is applicable only to the header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#iconcss"}],"context-menu/default":[{"name":"target","description":"

Specifies target element selector in which the ContextMenu should be opened.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/context-menu/#target"},{"name":"items","description":"

Specifies menu items with its properties which will be rendered as ContextMenu.

\n","type":"MenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/context-menu/#items"},{"name":"beforeItemRender","description":"

Triggers while rendering each menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#beforeitemrender"},{"name":"animationSettings","description":"

Specifies the animation settings for the sub menu open.

\n","type":"MenuAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/context-menu/#animationsettings"},{"name":"text","description":"

Specifies text for menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#text"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.\nMenu Item can include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#iconcss"},{"name":"items","description":"

Specifies the sub menu items that is the array of MenuItem model.

\n","type":"MenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#items"},{"name":"separator","description":"

Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#separator"}],"menu/default":[{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"},{"name":"orientation","description":"

Specified the orientation of Menu whether it can be horizontal or vertical.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#orientation"},{"name":"text","description":"

Specifies text for menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#text"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.\nMenu Item can include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#iconcss"},{"name":"items","description":"

Specifies the sub menu items that is the array of MenuItem model.

\n","type":"MenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#items"},{"name":"separator","description":"

Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#separator"}],"menu/data-binding":[{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"}],"menu/scrollable":[{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"},{"name":"enableScrolling","description":"

Specifies whether to enable / disable the scrollable option in Menu.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#enablescrolling"},{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the Menu wrapper.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#cssclass"},{"name":"beforeOpen","description":"

Triggers before opening the menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#beforeopen"}],"menu/template":[{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"},{"name":"fields","description":"

Specifies mapping fields from the dataSource.

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/menu/#fields"},{"name":"template","description":"

Specifies the template for Menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#template"},{"name":"text","description":"

Specifies the text field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#text"},{"name":"children","description":"

Specifies the children field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#children"}],"menu/hamburger-mode":[{"name":"hamburgerMode","description":"

Specifies whether to enable / disable the hamburger mode in Menu.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#hamburgermode"},{"name":"title","description":"

Specifies the title text for hamburger mode in Menu.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#title"}],"menu/api":[{"name":"orientation","description":"

Specified the orientation of Menu whether it can be horizontal or vertical.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#orientation"},{"name":"showItemOnClick","description":"

Specifies whether to show the sub menu or not on click.\nWhen set to true, the sub menu will open only on mouse click.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#showitemonclick"},{"name":"enableItems","description":"

This method is used to enable or disable the menu items in the Menu based on the items and enable argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#enableitems"}],"menu/toolbar-integration":[{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"}],"sidebar/default":[{"name":"type","description":"

Specifies the expanding types of the Sidebar.

\n
    \n
  • Over - The sidebar floats over the main content area.
  • \n
  • Push - The sidebar pushes the main content area to appear side-by-side, and shrinks the main content within the screen width.
  • \n
  • Slide - The sidebar translates the x and y positions of main content area based on the sidebar width.\nThe main content area will not be adjusted within the screen width.
  • \n
  • Auto - Sidebar with Over type in mobile resolution and Push type in other higher resolutions.
  • \n
\n
\n

For more details about SidebarType refer to\nSidebarType documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#type"},{"name":"position","description":"

Specifies the position of the Sidebar (Left/Right) corresponding to the main content.

\n
\n

For more details about SidebarPosition refer to\nposition documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#position"},{"name":"showBackdrop","description":"

Specifies the whether to apply overlay options to main content when the Sidebar is in an open state.

\n
\n

For more details about showBackdrop refer to\nBackdrop documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#showbackdrop"},{"name":"closeOnDocumentClick","description":"

Specifies whether the Sidebar need to be closed or not when document area is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#closeondocumentclick"},{"name":"change","description":"

Triggers when the state(expand/collapse) of the component is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#change"},{"name":"mediaQuery","description":"

Specifies the media query string for resolution, which when met opens the Sidebar.

\n
\n

For more details about mediaQuery refer to\nAuto Close documentation.

\n
\n","type":"string|MediaQueryList","link":"//ej2.syncfusion.com/documentation/api/sidebar/#mediaquery"}],"sidebar/docking-sidebar":[{"name":"enableDock","description":"

Specifies the docking state of the component.

\n
\n

For more details about enableDock refer to\nDock documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enabledock"},{"name":"dockSize","description":"

Specifies the size of the Sidebar in dock state.

\n
\n

For more details about dockSize refer to\nDock documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#docksize"}],"sidebar/api":[{"name":"showBackdrop","description":"

Specifies the whether to apply overlay options to main content when the Sidebar is in an open state.

\n
\n

For more details about showBackdrop refer to\nBackdrop documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#showbackdrop"},{"name":"position","description":"

Specifies the position of the Sidebar (Left/Right) corresponding to the main content.

\n
\n

For more details about SidebarPosition refer to\nposition documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#position"},{"name":"closeOnDocumentClick","description":"

Specifies whether the Sidebar need to be closed or not when document area is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#closeondocumentclick"}],"sidebar/sidebar-menu":[{"name":"mediaQuery","description":"

Specifies the media query string for resolution, which when met opens the Sidebar.

\n
\n

For more details about mediaQuery refer to\nAuto Close documentation.

\n
\n","type":"string|MediaQueryList","link":"//ej2.syncfusion.com/documentation/api/sidebar/#mediaquery"},{"name":"width","description":"

Specifies the width of the Sidebar. By default, the width of the Sidebar sets based on the size of its content.\nWidth can also be set in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#width"},{"name":"target","description":"

Allows to place the sidebar inside the target element.

\n
\n

For more details about target refer to\nCustom Context documentation.

\n
\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#target"},{"name":"dockSize","description":"

Specifies the size of the Sidebar in dock state.

\n
\n

For more details about dockSize refer to\nDock documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#docksize"},{"name":"enableDock","description":"

Specifies the docking state of the component.

\n
\n

For more details about enableDock refer to\nDock documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enabledock"}],"sidebar/responsive-panel":[{"name":"mediaQuery","description":"

Specifies the media query string for resolution, which when met opens the Sidebar.

\n
\n

For more details about mediaQuery refer to\nAuto Close documentation.

\n
\n","type":"string|MediaQueryList","link":"//ej2.syncfusion.com/documentation/api/sidebar/#mediaquery"},{"name":"width","description":"

Specifies the width of the Sidebar. By default, the width of the Sidebar sets based on the size of its content.\nWidth can also be set in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#width"},{"name":"target","description":"

Allows to place the sidebar inside the target element.

\n
\n

For more details about target refer to\nCustom Context documentation.

\n
\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#target"}],"sidebar/sidebar-list":[{"name":"open","description":"

Triggers when component is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#open"},{"name":"close","description":"

Triggers when component is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#close"}],"tab/default":[{"name":"text","description":"

Specifies the display text of the Tab item header.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tab/header#text"},{"name":"iconCss","description":"

Specifies the icon class that is used to render an icon in the Tab header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/header#iconcss"},{"name":"content","description":"

Specifies the content of Tab item, that is displayed when concern item header is selected.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#content"},{"name":"items","description":"

An array of object that is used to configure the Tab component.

\n","type":"TabItemModel[]","link":"//ej2.syncfusion.com/documentation/api/tab/#items"}],"tab/orientation":[{"name":"headerPlacement","description":"

Specifies the orientation of Tab header.\nThe possible values are:

\n
    \n
  • Top: Places the Tab header on the top.
  • \n
  • Bottom: Places the Tab header at the bottom.
  • \n
  • Left: Places the Tab header on the left.
  • \n
  • Right: Places the Tab header at the right.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#headerplacement"},{"name":"showCloseButton","description":"

Specifies whether to show the close button for header items to remove the item from the Tab.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/#showclosebutton"}],"tab/responsive-modes":[{"name":"overflowMode","description":"

Specifies the Tab display mode when Tab content exceeds the viewing area.\nThe possible modes are:

\n
    \n
  • Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.
  • \n
  • Popup: Tab container holds the items that can be placed within the available space and rest of the items are moved to the popup.\nIf the popup content overflows the height of the page, the rest of the elements can be viewed by scrolling the popup.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#overflowmode"}],"tab/wizard":[{"name":"disabled","description":"

Sets true to disable user interactions of the Tab item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#disabled"}],"toolbar/default":[{"name":"text","description":"

Specifies the text to be displayed on the Toolbar button.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#text"},{"name":"prefixIcon","description":"

Defines single/multiple classes separated by space used to specify an icon for the button.\nThe icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#prefixicon"},{"name":"type","description":"

Specifies the types of command to be rendered in the Toolbar.\nSupported types are:

\n
    \n
  • Button: Creates the Button control with its given properties like text, prefixIcon, etc.
  • \n
  • Separator: Adds a horizontal line that separates the Toolbar commands.
  • \n
  • Input: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,\nAutoComplete, etc.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#type"},{"name":"tooltipText","description":"

Specifies the text to be displayed on the Toolbar button.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#tooltiptext"},{"name":"items","description":"

An array of items that is used to configure Toolbar commands.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/toolbar/#items"}],"toolbar/popup":[{"name":"showAlwaysInPopup","description":"

Defines the priority of items to display it in popup always.\nIt allows to maintain toolbar item on popup always but it does not work for toolbar priority items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#showalwaysinpopup"},{"name":"showTextOn","description":"

Specifies where the button text will be displayed on popup mode of the Toolbar.\nPossible values are:

\n
    \n
  • Toolbar: Text will be displayed on Toolbar only.
  • \n
  • Overflow: Text will be displayed only when content overflows to popup.
  • \n
  • Both: Text will be displayed on popup and Toolbar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#showtexton"},{"name":"overflow","description":"

Specifies the Toolbar command display area when an element's content is too large to fit available space.\nThis is applicable only to popup mode. Possible values are:

\n
    \n
  • Show: Always shows the item as the primary priority on the Toolbar.
  • \n
  • Hide: Always shows the item as the secondary priority on the popup.
  • \n
  • None: No priority for display, and as per normal order moves to popup when content exceeds.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#overflow"},{"name":"overflowMode","description":"

Specifies the Toolbar display mode when Toolbar content exceeds the viewing area.\nPossible modes are:

\n
    \n
  • Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.
  • \n
  • Popup: Prioritized elements are displayed on the Toolbar and the rest of elements are moved to the popup.
  • \n
  • MultiRow: Displays the overflow toolbar items as an in-line of a toolbar.
  • \n
  • Extended: Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons.\nIf the popup content overflows the height of the page, the rest of the elements will be hidden.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/#overflowmode"}],"toolbar/alignment":[{"name":"align","description":"

Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the align property.\nPossible values are:

\n
    \n
  • Left: To align commands to the left side of the Toolbar.
  • \n
  • Center: To align commands at the center of the Toolbar.
  • \n
  • Right: To align commands to the right side of the Toolbar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#align"},{"name":"template","description":"

Specifies the HTML element/element ID as a string that can be added as a Toolbar command.

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#template"}],"treeview/default":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"}],"treeview/local-data":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"}],"treeview/remote-data":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"created","description":"

Triggers when the TreeView control is created successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#created"},{"name":"dataBound","description":"

Triggers when data source is populated in the TreeView.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#databound"}],"treeview/icons":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"sortOrder","description":"

Specifies a value that indicates whether the nodes are sorted in the ascending or descending order,\nor are not sorted at all. The available types of sort order are,

\n
    \n
  • None - The nodes are not sorted.
  • \n
  • Ascending - The nodes are sorted in the ascending order.
  • \n
  • Descending - The nodes are sorted in the ascending order.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#sortorder"}],"treeview/check-box":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"showCheckBox","description":"

Indicates that the nodes will display CheckBoxes in the TreeView.\nThe CheckBox will be displayed next to the expand/collapse icon of the node. For more information on CheckBoxes, refer to\nCheckBox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#showcheckbox"}],"treeview/node-editing":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"allowEditing","description":"

Enables or disables editing of the text in the TreeView node. When allowEditing property is set\nto true, the TreeView allows you to edit the node by double clicking the node or by navigating to\nthe node and pressing F2 key. For more information on node editing, refer\nto Node Editing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowediting"}],"treeview/multiple-selection":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"allowMultiSelection","description":"

Enables or disables multi-selection of nodes. To select multiple nodes:

\n
    \n
  • Select the nodes by holding down the CTRL key while clicking on the nodes.
  • \n
  • Select consecutive nodes by clicking the first node to select and hold down the SHIFT key\nand click the last node to select.\nFor more information on multi-selection, refer to\nMulti-Selection.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowmultiselection"}],"treeview/drag-and-drop":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"allowDragAndDrop","description":"

Indicates whether the TreeView allows drag and drop of nodes. To drag and drop a node in\ndesktop, hold the mouse on the node, drag it to the target node and drop the node by releasing\nthe mouse. For touch devices, drag and drop operation is performed by touch, touch move\nand touch end. For more information on drag and drop nodes concept, refer to\nDrag and Drop.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowdraganddrop"},{"name":"allowMultiSelection","description":"

Enables or disables multi-selection of nodes. To select multiple nodes:

\n
    \n
  • Select the nodes by holding down the CTRL key while clicking on the nodes.
  • \n
  • Select consecutive nodes by clicking the first node to select and hold down the SHIFT key\nand click the last node to select.\nFor more information on multi-selection, refer to\nMulti-Selection.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowmultiselection"},{"name":"nodeDragStop","description":"

Triggers when the TreeView node drag (move) is stopped.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodedragstop"}],"treeview/template":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"cssClass","description":"

Specifies the CSS classes to be added with root element of the TreeView to help customize the appearance of the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#cssclass"},{"name":"nodeTemplate","description":"

Specifies a template to render customized content for all the nodes. If the nodeTemplate property\nis set, the template content overrides the displayed node text. The property accepts template string\ntemplate string\nor HTML element ID holding the content. For more information on template concept, refer to\nTemplate.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodetemplate"}],"file-manager/overview":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/custom-thumbnail":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"}],"file-manager/default":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/drag-drop":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/usecase":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/azure-service":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/sql-server-provider":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/nodejs-file-provider":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/amazon-s3-provider":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/firebase":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"form-validator/default":[{"name":"customPlacement","description":"

Assigns the custom function to place the error message in the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#customplacement"},{"name":"validate","description":"

Validate the current form values using defined rules.\nReturns true when the form is valid otherwise false

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validate"},{"name":"validClass","description":"

Sets the defined css class to valid fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validclass"}],"form-validator/html5":[{"name":"customPlacement","description":"

Assigns the custom function to place the error message in the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#customplacement"},{"name":"validate","description":"

Validate the current form values using defined rules.\nReturns true when the form is valid otherwise false

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validate"},{"name":"validClass","description":"

Sets the defined css class to valid fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validclass"}],"form-validator/external-submit":[{"name":"customPlacement","description":"

Assigns the custom function to place the error message in the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#customplacement"},{"name":"validate","description":"

Validate the current form values using defined rules.\nReturns true when the form is valid otherwise false

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validate"},{"name":"validClass","description":"

Sets the defined css class to valid fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validclass"}],"form-validator/wizard-form":[{"name":"customPlacement","description":"

Assigns the custom function to place the error message in the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#customplacement"},{"name":"validate","description":"

Validate the current form values using defined rules.\nReturns true when the form is valid otherwise false

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validate"},{"name":"validClass","description":"

Sets the defined css class to valid fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validclass"}],"textbox/default":[{"name":"placeholder","description":"

Specifies the text that is shown as a hint/placeholder until the user focus or enter a value in Textbox.\nThe property is depending on the floatLabelType property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#placeholder"},{"name":"floatLabelType","description":"

Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The placeholder text should not be float ever.
  • \n
  • Always - The placeholder text floats above the TextBox always.
  • \n
  • Auto - The placeholder text floats above the TextBox while focusing or enter a value in Textbox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#floatlabeltype"},{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enablertl"}],"textbox/multiline-textbox":[{"name":"multiline","description":"

Specifies a boolean value that enable or disable the multiline on the TextBox.\nThe TextBox changes from single line to multiline when enable this multiline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#multiline"},{"name":"value","description":"

Sets the content of the TextBox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#value"},{"name":"placeholder","description":"

Specifies the text that is shown as a hint/placeholder until the user focus or enter a value in Textbox.\nThe property is depending on the floatLabelType property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#placeholder"},{"name":"floatLabelType","description":"

Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The placeholder text should not be float ever.
  • \n
  • Always - The placeholder text floats above the TextBox always.
  • \n
  • Auto - The placeholder text floats above the TextBox while focusing or enter a value in Textbox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#floatlabeltype"},{"name":"enabled","description":"

Specifies a Boolean value that indicates whether the TextBox allow user to interact with it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enabled"},{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enablertl"},{"name":"readonly","description":"

Specifies the boolean value whether the TextBox allows user to change the text.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#readonly"}],"maskedtextbox/default":[{"name":"mask","description":"

Sets a value that masks the MaskedTextBox to allow/validate the user input.

\n\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#mask"}],"maskedtextbox/custom-mask":[{"name":"mask","description":"

Sets a value that masks the MaskedTextBox to allow/validate the user input.

\n\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#mask"},{"name":"customCharacters","description":"

Sets the collection of values to be mapped for non-mask elements(literals)\nwhich have been set in the mask of MaskedTextBox.

\n
    \n
  • In the below example, non-mask elements "P" accepts values\n"P" , "A" , "p" , "a" and "M" accepts values "M", "m" mentioned in the custom characters collection.\nFor more information on customCharacters, refer to\ncustomCharacters.
  • \n
\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#customcharacters"},{"name":"floatLabelType","description":"

The <b><a href="#placeholder" target="_blank">placeholder</a></b> acts as a label\nand floats above the MaskedTextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The floating label will not be enable when the placeholder is available.
  • \n
  • Always - The floating label always floats above the MaskedTextBox.
  • \n
  • Auto - The floating label floats above the MaskedTextBox after focusing it or when enters the value in it.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#floatlabeltype"}],"maskedtextbox/formats":[{"name":"mask","description":"

Sets a value that masks the MaskedTextBox to allow/validate the user input.

\n\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#mask"},{"name":"floatLabelType","description":"

The <b><a href="#placeholder" target="_blank">placeholder</a></b> acts as a label\nand floats above the MaskedTextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The floating label will not be enable when the placeholder is available.
  • \n
  • Always - The floating label always floats above the MaskedTextBox.
  • \n
  • Auto - The floating label floats above the MaskedTextBox after focusing it or when enters the value in it.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#floatlabeltype"},{"name":"change","description":"

Triggers when the value of the MaskedTextBox changes.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#change"},{"name":"promptChar","description":"

Gets or sets a value that will be shown as a prompting symbol for the masked value.\nThe symbol used to show input positions in the MaskedTextBox.\nFor more information on prompt-character, refer to\nprompt-character.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#promptchar"},{"name":"getMaskedValue","description":"

Gets the value of the MaskedTextBox with the masked format.\nBy using value property, you can get the raw value of maskedtextbox without literals and prompt characters.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#getmaskedvalue"},{"name":"value","description":"

Gets or sets the value of the MaskedTextBox. It is a raw value of the MaskedTextBox excluding literals\nand prompt characters. By using getMaskedValue property, you can get the value of MaskedTextBox with the masked format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#value"}],"numerictextbox/default":[{"name":"value","description":"

Sets the value of the NumericTextBox.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#value"},{"name":"format","description":"

Specifies the number format that indicates the display format for the value of the NumericTextBox.\nFor more information on formats, refer to\nformats.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#format"},{"name":"min","description":"

Specifies a minimum value that is allowed a user can enter.\nFor more information on min, refer to\nmin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#min"},{"name":"max","description":"

Specifies a maximum value that is allowed a user can enter.\nFor more information on max, refer to\nmax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#max"},{"name":"step","description":"

Specifies the incremental or decremental step size for the NumericTextBox.\nFor more information on step, refer to\nstep.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#step"}],"numerictextbox/range-validation":[{"name":"value","description":"

Sets the value of the NumericTextBox.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#value"},{"name":"min","description":"

Specifies a minimum value that is allowed a user can enter.\nFor more information on min, refer to\nmin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#min"},{"name":"max","description":"

Specifies a maximum value that is allowed a user can enter.\nFor more information on max, refer to\nmax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#max"},{"name":"step","description":"

Specifies the incremental or decremental step size for the NumericTextBox.\nFor more information on step, refer to\nstep.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#step"}],"numerictextbox/custom-format":[{"name":"value","description":"

Sets the value of the NumericTextBox.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#value"},{"name":"format","description":"

Specifies the number format that indicates the display format for the value of the NumericTextBox.\nFor more information on formats, refer to\nformats.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#format"},{"name":"min","description":"

Specifies a minimum value that is allowed a user can enter.\nFor more information on min, refer to\nmin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#min"},{"name":"max","description":"

Specifies a maximum value that is allowed a user can enter.\nFor more information on max, refer to\nmax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#max"}],"numerictextbox/restrict-decimals":[{"name":"value","description":"

Sets the value of the NumericTextBox.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#value"},{"name":"format","description":"

Specifies the number format that indicates the display format for the value of the NumericTextBox.\nFor more information on formats, refer to\nformats.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#format"},{"name":"min","description":"

Specifies a minimum value that is allowed a user can enter.\nFor more information on min, refer to\nmin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#min"},{"name":"max","description":"

Specifies a maximum value that is allowed a user can enter.\nFor more information on max, refer to\nmax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#max"},{"name":"step","description":"

Specifies the incremental or decremental step size for the NumericTextBox.\nFor more information on step, refer to\nstep.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#step"},{"name":"decimals","description":"

Specifies the number precision applied to the textbox value when the NumericTextBox is focused.\nFor more information on decimals, refer to\ndecimals.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#decimals"},{"name":"validateDecimalOnType","description":"

Specifies whether the decimals length should be restricted during typing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#validatedecimalontype"}],"color-picker/default":[{"name":"value","description":"

It is used to set the color value for ColorPicker. It should be specified as Hex code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#value"}],"color-picker/inline":[{"name":"inline","description":"

It is used to render the ColorPicker component as inline.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#inline"},{"name":"value","description":"

It is used to set the color value for ColorPicker. It should be specified as Hex code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#value"},{"name":"mode","description":"

It is used to render the ColorPicker with the specified mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#mode"},{"name":"modeSwitcher","description":"

It is used to show / hide the mode switcher button of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#modeswitcher"},{"name":"showButtons","description":"

It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#showbuttons"}],"color-picker/custom":[{"name":"cssClass","description":"

This property sets the CSS classes to root element of the ColorPicker\nwhich helps to customize the UI styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#cssclass"},{"name":"inline","description":"

It is used to render the ColorPicker component as inline.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#inline"},{"name":"value","description":"

It is used to set the color value for ColorPicker. It should be specified as Hex code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#value"},{"name":"columns","description":"

It is used to render the ColorPicker palette with specified columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/color-picker/#columns"},{"name":"mode","description":"

It is used to render the ColorPicker with the specified mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#mode"},{"name":"modeSwitcher","description":"

It is used to show / hide the mode switcher button of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#modeswitcher"},{"name":"showButtons","description":"

It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#showbuttons"},{"name":"presetColors","description":"

It is used to load custom colors to palette.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/color-picker/#presetcolors"}],"color-picker/api":[{"name":"cssClass","description":"

This property sets the CSS classes to root element of the ColorPicker\nwhich helps to customize the UI styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#cssclass"},{"name":"inline","description":"

It is used to render the ColorPicker component as inline.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#inline"},{"name":"value","description":"

It is used to set the color value for ColorPicker. It should be specified as Hex code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#value"},{"name":"columns","description":"

It is used to render the ColorPicker palette with specified columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/color-picker/#columns"},{"name":"showButtons","description":"

It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#showbuttons"},{"name":"presetColors","description":"

It is used to load custom colors to palette.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/color-picker/#presetcolors"}],"uploader/default":[{"name":"autoUpload","description":"

By default, the uploader component initiates automatic upload when the files are added in upload queue.\nIf you want to manipulate the files before uploading to server, disable the autoUpload property.\nThe buttons “upload” and “clear” will be hided from file list when autoUpload property is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#autoupload"},{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"}],"uploader/chunk-upload":[{"name":"autoUpload","description":"

By default, the uploader component initiates automatic upload when the files are added in upload queue.\nIf you want to manipulate the files before uploading to server, disable the autoUpload property.\nThe buttons “upload” and “clear” will be hided from file list when autoUpload property is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#autoupload"},{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"}],"uploader/custom-file-list":[{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"},{"name":"selected","description":"

Triggers after selecting or dropping the files by adding the files in upload queue.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#selected"},{"name":"progress","description":"

Triggers when uploading a file to the server using the AJAX request.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#progress"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"failure","description":"

Triggers when the AJAX request fails on uploading or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is failed from upload/remove.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the failure of the operation whether its upload or remove<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#failure"}],"uploader/preload-files":[{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"files","description":"

Specifies the list of files that will be preloaded on rendering of uploader component.\nThe property used to view and remove the uploaded files from server. By default, the files are configured with\nuploaded successfully state. The following properties are mandatory to configure the preload files:

\n
    \n
  • Name
  • \n
  • Size
  • \n
  • Type\n{% codeBlock src="uploader/files-api/index.ts" %}{% endcodeBlock %}
  • \n
\n

{% codeBlock src="uploader/files-api/index.html" %}{% endcodeBlock %}

\n","type":"FilesPropModel[]","link":"//ej2.syncfusion.com/documentation/api/uploader/#files"},{"name":"removing","description":"

Triggers on removing the uploaded file. The event used to get confirm before removing the file from server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#removing"},{"name":"failure","description":"

Triggers when the AJAX request fails on uploading or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is failed from upload/remove.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the failure of the operation whether its upload or remove<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#failure"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"}],"uploader/file-validation":[{"name":"autoUpload","description":"

By default, the uploader component initiates automatic upload when the files are added in upload queue.\nIf you want to manipulate the files before uploading to server, disable the autoUpload property.\nThe buttons “upload” and “clear” will be hided from file list when autoUpload property is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#autoupload"},{"name":"minFileSize","description":"

Specifies the minimum file size to be uploaded in bytes.\nThe property used to make sure that you cannot upload empty files and small files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/#minfilesize"},{"name":"maxFileSize","description":"

Specifies the maximum allowed file size to be uploaded in bytes.\nThe property used to make sure that you cannot upload too large files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/#maxfilesize"},{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the uploader component and pass the extensions\nwith comma separators. For example,\nif you want to upload specific image files, pass allowedExtensions as “.jpg,.png”.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowedextensions"},{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"selected","description":"

Triggers after selecting or dropping the files by adding the files in upload queue.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#selected"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"}],"uploader/image-preview":[{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"template","description":"

Specifies the HTML string that used to customize the content of each file in the list.

\n
\n

For more information, refer to the template section from the documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#template"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"progress","description":"

Triggers when uploading a file to the server using the AJAX request.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#progress"},{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the uploader component and pass the extensions\nwith comma separators. For example,\nif you want to upload specific image files, pass allowedExtensions as “.jpg,.png”.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowedextensions"}],"uploader/file-upload-with-forms":[{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"template","description":"

Specifies the HTML string that used to customize the content of each file in the list.

\n
\n

For more information, refer to the template section from the documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#template"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"progress","description":"

Triggers when uploading a file to the server using the AJAX request.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#progress"},{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the uploader component and pass the extensions\nwith comma separators. For example,\nif you want to upload specific image files, pass allowedExtensions as “.jpg,.png”.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowedextensions"}],"uploader/custom-drop-area":[{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"template","description":"

Specifies the HTML string that used to customize the content of each file in the list.

\n
\n

For more information, refer to the template section from the documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#template"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"progress","description":"

Triggers when uploading a file to the server using the AJAX request.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#progress"},{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the uploader component and pass the extensions\nwith comma separators. For example,\nif you want to upload specific image files, pass allowedExtensions as “.jpg,.png”.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowedextensions"}],"slider/default":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"}],"slider/ticks":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/step-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"enabled","description":"

It is used to enable or disable the slider.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enabled"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"}],"slider/tooltip":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"showButtons","description":"

It is used to show or hide the increase and decrease button of Slider Component,\nwhich is used to change the slider value.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/showButtons-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#showbuttons"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"},{"name":"showOn","description":"

It is used to determine the device mode to show the Tooltip.\nIf it is in desktop, it will show the Tooltip content when hovering on the target element.\nIf it is in touch device. It will show the Tooltip content when tap and holding on the target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#showon"}],"slider/orientation":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"orientation","description":"

It is used to render Slider in either horizontal or vertical orientation.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#orientation"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"}],"slider/format":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/step-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"tooltipChange","description":"

We can trigger tooltipChange event when we change the Sider tooltip value.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#tooltipchange"},{"name":"renderingTicks","description":"

We can trigger renderingTicks event when the ticks rendered on Slider,\nwhich is used to customize the ticks labels dynamically.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderingticks"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"},{"name":"format","description":"

It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#format"},{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"},{"name":"format","description":"

It is used to customize the Tooltip content to the desired format\nusing internationalization or events (custom formatting).

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#format"}],"slider/limits":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/step-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"},{"name":"enabled","description":"

It is used to enable the limit in the slider.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#enabled"},{"name":"minStart","description":"

It is used to set the minimum start limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#minstart"},{"name":"minEnd","description":"

It is used to set the minimum end limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#minend"},{"name":"maxStart","description":"

It is used to set the maximum start limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#maxstart"},{"name":"maxEnd","description":"

It is used to set the maximum end limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#maxend"},{"name":"startHandleFixed","description":"

It is used to lock the first handle.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#starthandlefixed"},{"name":"endHandleFixed","description":"

It is used to lock the second handle.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#endhandlefixed"}],"slider/api":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/step-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"showButtons","description":"

It is used to show or hide the increase and decrease button of Slider Component,\nwhich is used to change the slider value.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/showButtons-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#showbuttons"},{"name":"orientation","description":"

It is used to render Slider in either horizontal or vertical orientation.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#orientation"},{"name":"enabled","description":"

It is used to enable or disable the slider.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enabled"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"},{"name":"showOn","description":"

It is used to determine the device mode to show the Tooltip.\nIf it is in desktop, it will show the Tooltip content when hovering on the target element.\nIf it is in touch device. It will show the Tooltip content when tap and holding on the target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#showon"}],"slider/events":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"change","description":"

We can trigger change event whenever Slider value is changed.\nIn other term, this event will be triggered while drag the slider thumb.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#change"},{"name":"created","description":"

We can trigger created event when the Slider is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#created"},{"name":"changed","description":"

We can trigger changed event when Slider component action is completed while we change the Slider value.\nIn other term, this event will be triggered, while drag the slider thumb completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#changed"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"},{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"},{"name":"showOn","description":"

It is used to determine the device mode to show the Tooltip.\nIf it is in desktop, it will show the Tooltip content when hovering on the target element.\nIf it is in touch device. It will show the Tooltip content when tap and holding on the target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#showon"}],"slider/thumb-customization":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"}],"slider/selection-bar-customization":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"change","description":"

We can trigger change event whenever Slider value is changed.\nIn other term, this event will be triggered while drag the slider thumb.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#change"},{"name":"created","description":"

We can trigger created event when the Slider is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#created"}],"slider/ticks-customization":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/step-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"renderedTicks","description":"

We can trigger renderedTicks event when the ticks are rendered on the Slider.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderedticks"},{"name":"renderingTicks","description":"

We can trigger renderingTicks event when the ticks rendered on Slider,\nwhich is used to customize the ticks labels dynamically.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderingticks"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"}],"slider/tooltip-customization":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="slider/step-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"tooltipChange","description":"

We can trigger tooltipChange event when we change the Sider tooltip value.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#tooltipchange"},{"name":"renderingTicks","description":"

We can trigger renderingTicks event when the ticks rendered on Slider,\nwhich is used to customize the ticks labels dynamically.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderingticks"},{"name":"created","description":"

We can trigger created event when the Slider is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#created"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"},{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"}],"slider/azure-pricing":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.\n{% codeBlock src="slider/value-api/index.ts" %}{% endcodeBlock %}

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"min","description":"

It sets the minimum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component\n{% codeBlock src="slider/min-max-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"change","description":"

We can trigger change event whenever Slider value is changed.\nIn other term, this event will be triggered while drag the slider thumb.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#change"},{"name":"created","description":"

We can trigger created event when the Slider is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#created"}],"dialog/default":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.\n{% codeBlock src="dialog/content-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n

{% codeBlock src="dialog/buttons-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/buttons-api/index.html" %}{% endcodeBlock %}

\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n

{% codeBlock src="dialog/animation-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"visible","description":"

Specifies the value that represents whether the dialog component is visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#visible"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},{"name":"hide","description":"

Closes the dialog if it is in visible state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#hide"}],"dialog/custom-dialog":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.\n{% codeBlock src="dialog/content-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n

{% codeBlock src="dialog/buttons-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/buttons-api/index.html" %}{% endcodeBlock %}

\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n

{% codeBlock src="dialog/animation-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"visible","description":"

Specifies the value that represents whether the dialog component is visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#visible"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},{"name":"hide","description":"

Closes the dialog if it is in visible state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#hide"}],"dialog/modal-dialog":[{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.\n{% codeBlock src="dialog/content-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"isModal","description":"

Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.

\n
    \n
  • Modal: It creates overlay that disable interaction with the parent application and user should\nrespond with modal before continuing with other applications.
  • \n
  • Modeless: It does not prevent user interaction with parent application.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#ismodal"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n

{% codeBlock src="dialog/animation-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n

{% codeBlock src="dialog/buttons-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/buttons-api/index.html" %}{% endcodeBlock %}

\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},{"name":"hide","description":"

Closes the dialog if it is in visible state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#hide"},{"name":"overlayClick","description":"

Event triggers when the overlay of dialog is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#overlayclick"}],"dialog/template":[{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.\n{% codeBlock src="dialog/content-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"isModal","description":"

Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.

\n
    \n
  • Modal: It creates overlay that disable interaction with the parent application and user should\nrespond with modal before continuing with other applications.
  • \n
  • Modeless: It does not prevent user interaction with parent application.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#ismodal"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n

{% codeBlock src="dialog/animation-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n

{% codeBlock src="dialog/buttons-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/buttons-api/index.html" %}{% endcodeBlock %}

\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},{"name":"hide","description":"

Closes the dialog if it is in visible state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#hide"}],"dialog/dialog-contents-via-ajax":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n

{% codeBlock src="dialog/animation-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.\n{% codeBlock src="dialog/content-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"}],"dialog/draggable":[{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.\n{% codeBlock src="dialog/content-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"allowDragging","description":"

Specifies the value whether the dialog component can be dragged by the end-user.\nThe dialog allows to drag by selecting the header and dragging it for re-position the dialog.

\n
\n

More information on the draggable behavior can be found on this documentation section.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#allowdragging"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n

{% codeBlock src="dialog/animation-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"}],"dialog/resizable":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n

{% codeBlock src="dialog/animation-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.\n{% codeBlock src="dialog/content-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},{"name":"enableResize","description":"

Specifies the value whether the dialog component can be resized by the end-user.\nIf enableResize is true, the dialog component creates grip to resize it diagonal direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#enableresize"}],"dialog/position":[{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"footerTemplate","description":"

Specifies the template value that can be displayed with dialog's footer area.\nThis is optional property and can be used only when the footer is occupied with information or custom components.\nBy default, the footer is configured with action buttons.\nIf footer template is configured to dialog, the action buttons property will be disabled.

\n
\n

More information on the footer template configuration can be found on this documentation section.

\n
\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#footertemplate"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},{"name":"position","description":"

Specifies the value where the dialog can be positioned within the document or target.\nThe position can be represented with pre-configured positions or specific X and Y values.

\n
    \n
  • X value: left, center, right, or offset value.
  • \n
  • Y value: top, center, bottom, or offset value.
  • \n
\n","type":"PositionDataModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#position"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"}],"dialog/animation":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n

{% codeBlock src="dialog/animation-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.\n{% codeBlock src="dialog/content-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/content-api/index.html" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n

{% codeBlock src="dialog/buttons-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/buttons-api/index.html" %}{% endcodeBlock %}

\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"}],"dialog/multiple-dialogs":[{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n

{% codeBlock src="dialog/animation-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/animation-api/index.html" %}{% endcodeBlock %}

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n

{% codeBlock src="dialog/buttons-api/index.ts" %}{% endcodeBlock %}

\n

{% codeBlock src="dialog/buttons-api/index.html" %}{% endcodeBlock %}

\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"}],"listview/default":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"}],"listview/remote-data":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},{"name":"query","description":"

It is used to fetch the specific data from dataSource by using where, select key words.\nRefer the documentation [here]\n(./data-binding#bind-to-remote-data)\nto know more about this property with demo.\n{% codeBlock src="listview/query-api/index.ts" %}{% endcodeBlock %}

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/list-view/#query"},{"name":"headerTitle","description":"

It is used to set the title of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"}],"listview/checklist":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},{"name":"showCheckBox","description":"

Using this property, we can show or hide the checkbox.\n{% codeBlock src="listview/showcheckbox-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showcheckbox"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"}],"listview/nested-list":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},{"name":"headerTitle","description":"

It is used to set the title of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},{"name":"showIcon","description":"

Using this property, we can show or hide the icon of list item.\n{% codeBlock src="listview/showicon-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showicon"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"id","description":"

ID attribute of specific list-item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#id"},{"name":"text","description":"

Specifies the text field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#text"},{"name":"child","description":"

This property used for nested navigation of list-items.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#child"},{"name":"iconCss","description":"

Specifies the css icon field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#iconcss"},{"name":"tooltip","description":"

It is used to display tooltip content of text while hovering on list items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#tooltip"}],"listview/virtualization":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"headerTitle","description":"

It is used to set the title of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},{"name":"enableVirtualization","description":"

It enables UI virtualization which will increase ListView performance on loading large number of data.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enablevirtualization"},{"name":"height","description":"

It is used to set the height of the ListView component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-view/#height"},{"name":"template","description":"

The ListView supports to customize the content of each list items with the help of template property.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="listview/template-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#template"},{"name":"actionBegin","description":"

We can trigger actionBegin event before every ListView action starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#actionbegin"},{"name":"actionComplete","description":"

We can trigger actionComplete event for every ListView action success event\nwith the dataSource parameter.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#actioncomplete"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"}],"listview/templates":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"template","description":"

The ListView supports to customize the content of each list items with the help of template property.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="listview/template-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#template"},{"name":"headerTitle","description":"

It is used to set the title of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"id","description":"

ID attribute of specific list-item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#id"},{"name":"text","description":"

Specifies the text field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#text"},{"name":"child","description":"

This property used for nested navigation of list-items.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#child"}],"listview/group-template":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"template","description":"

The ListView supports to customize the content of each list items with the help of template property.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="listview/template-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#template"},{"name":"groupTemplate","description":"

The ListView has an option to custom design the group header title with the help of groupTemplate property.\nRefer the documentation [here]\n(./listview/customizing-templates#group-template)\nto know more about this property with demo.\n{% codeBlock src="listview/grouptemplate-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#grouptemplate"},{"name":"headerTitle","description":"

It is used to set the title of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"text","description":"

Specifies the text field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#text"},{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"}],"listview/call-history":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.\n{% codeBlock src="listview/fields-api/index.ts" %}{% endcodeBlock %}

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},{"name":"showCheckBox","description":"

Using this property, we can show or hide the checkbox.\n{% codeBlock src="listview/showcheckbox-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showcheckbox"},{"name":"checkBoxPosition","description":"

It is used to set the position of check box in an item.

\n","type":"checkBoxPosition","link":"//ej2.syncfusion.com/documentation/api/list-view/#checkboxposition"},{"name":"showIcon","description":"

Using this property, we can show or hide the icon of list item.\n{% codeBlock src="listview/showicon-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showicon"},{"name":"select","description":"

We can trigger the select event when we select the list item in the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#select"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"},{"name":"iconCss","description":"

Specifies the css icon field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#iconcss"}],"tooltip/default":[{"name":"content","description":"

It is used to display the content of Tooltip which can be both string and HTML Elements.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="tooltip/content-api/index.ts" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tooltip/#content"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#appendto"}],"tooltip/template":[{"name":"content","description":"

It is used to display the content of Tooltip which can be both string and HTML Elements.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="tooltip/content-api/index.ts" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tooltip/#content"},{"name":"target","description":"

It is used to denote the target selector where the Tooltip need to be displayed.\nThe target element is considered as parent container.\n{% codeBlock src="tooltip/target-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#target"},{"name":"beforeRender","description":"

We can trigger beforeRender event before the Tooltip and its contents are added to the DOM.\nWhen one of its arguments cancel is set to true, the Tooltip can be prevented from rendering on the page.\nThis event is mainly used for the purpose of customizing the Tooltip before it shows up on the screen.\nFor example, to load the AJAX content or to set new animation effects on the Tooltip, this event can be opted.\nRefer the documentation\nhere\nto know more about this property with demo.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforerender"},{"name":"showTipPointer","description":"

It is used to show or hide the tip pointer of Tooltip.\n{% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#showtippointer"},{"name":"offsetX","description":"

It sets the space between the target and Tooltip element in X axis.\n{% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#offsetx"},{"name":"width","description":"

It is used to set the width of Tooltip component which accepts both string and number values.\nWhen set to auto, the Tooltip width gets auto adjusted to display its content within the viewable screen.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#width"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#appendto"}],"tooltip/ajax-content":[{"name":"content","description":"

It is used to display the content of Tooltip which can be both string and HTML Elements.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="tooltip/content-api/index.ts" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tooltip/#content"},{"name":"target","description":"

It is used to denote the target selector where the Tooltip need to be displayed.\nThe target element is considered as parent container.\n{% codeBlock src="tooltip/target-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#target"},{"name":"position","description":"

It is used to set the position of Tooltip element, with respect to Target element.\n{% codeBlock src="tooltip/position-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#position"},{"name":"beforeRender","description":"

We can trigger beforeRender event before the Tooltip and its contents are added to the DOM.\nWhen one of its arguments cancel is set to true, the Tooltip can be prevented from rendering on the page.\nThis event is mainly used for the purpose of customizing the Tooltip before it shows up on the screen.\nFor example, to load the AJAX content or to set new animation effects on the Tooltip, this event can be opted.\nRefer the documentation\nhere\nto know more about this property with demo.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforerender"},{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#databind"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#appendto"}],"tooltip/smart-position":[{"name":"content","description":"

It is used to display the content of Tooltip which can be both string and HTML Elements.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="tooltip/content-api/index.ts" %}{% endcodeBlock %}

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tooltip/#content"},{"name":"offsetX","description":"

It sets the space between the target and Tooltip element in X axis.\n{% codeBlock src="tooltip/offsetX-api/index.ts" %}{% endcodeBlock %}

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#offsetx"},{"name":"target","description":"

It is used to denote the target selector where the Tooltip need to be displayed.\nThe target element is considered as parent container.\n{% codeBlock src="tooltip/target-api/index.ts" %}{% endcodeBlock %}

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#target"},{"name":"animation","description":"

We can set the same or different animation option to Tooltip while it is in open or close state.\nRefer the documentation here\nto know more about this property with demo.\n{% codeBlock src="tooltip/animation-api/index.ts" %}{% endcodeBlock %}

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/tooltip/#animation"},{"name":"open","description":"

It is used to show the Tooltip on the specified target with specific animation settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#open"},{"name":"close","description":"

It is used to hide the Tooltip with specific animation effect.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#close"},{"name":"refresh","description":"

It is used to refresh the Tooltip content and its position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#refresh"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#appendto"}]} +export let apiList:any={"grid/grid-overview":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"enableVirtualization","description":"

If enableVirtualization set to true, then the Grid will render only the rows visible within the view-port\nand load subsequent rows on vertical scrolling. This helps to load large dataset in Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablevirtualization"},{"name":"allowFiltering","description":"

If allowFiltering set to true the filter bar will be displayed.\nIf set to false the filter bar will not be displayed.\nFilter bar allows the user to filter grid records with required criteria.

\n
\n

Check the Filtering to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowfiltering"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},{"name":"load","description":"

This event allows customization of Grid properties before rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#load"}],"grid/default":[{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"}],"grid/grouping":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/grid-lines":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"gridLines","description":"

Defines the mode of grid lines. The available modes are,

\n
    \n
  • Both: Displays both horizontal and vertical grid lines.
  • \n
  • None: No grid lines are displayed.
  • \n
  • Horizontal: Displays the horizontal grid lines only.
  • \n
  • Vertical: Displays the vertical grid lines only.
  • \n
  • Default: Displays grid lines based on the theme.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#gridlines"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/scrolling":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/virtual-scrolling":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"enableVirtualization","description":"

If enableVirtualization set to true, then the Grid will render only the rows visible within the view-port\nand load subsequent rows on vertical scrolling. This helps to load large dataset in Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablevirtualization"},{"name":"enableColumnVirtualization","description":"

If enableColumnVirtualization set to true, then the Grid will render only the columns visible within the view-port\nand load subsequent columns on horizontal scrolling. This helps to load large dataset of columns in Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablecolumnvirtualization"},{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/events":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"allowReordering","description":"

If allowReordering is set to true, Grid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If Grid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowreordering"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"load","description":"

This event allows customization of Grid properties before rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#load"},{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#created"},{"name":"actionBegin","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actionbegin"},{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},{"name":"rowSelecting","description":"

Triggers before row selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowselecting"},{"name":"rowSelected","description":"

Triggers after a row is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#rowselected"},{"name":"columnDragStart","description":"

Triggers when column header element drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndragstart"},{"name":"columnDrag","description":"

Triggers when column header element is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndrag"},{"name":"columnDrop","description":"

Triggers when a column header element is dropped on the target column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#columndrop"}],"grid/hierarchy":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"detailDataBound","description":"

Triggers after detail row expands.

\n
\n

This event triggers at initial expand.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#detaildatabound"},{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#created"},{"name":"childGrid","description":"

Defines Grid options to render child Grid.\nIt requires the queryString for parent\nand child relationship.

\n
\n

Check the Child Grid for its configuration.

\n
\n","type":"GridModel","link":"//ej2.syncfusion.com/documentation/api/grid/#childgrid"}],"grid/clipboard":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbarclick"}],"grid/local-data":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"}],"grid/remote-data":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"actionBegin","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actionbegin"},{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#created"},{"name":"dataBound","description":"

Triggers when data source is populated in the Grid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#databound"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"}],"grid/auto-wrap":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowtextwrap"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"}],"grid/show-hide":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/column-template":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/stacked-header":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/reorder":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowReordering","description":"

If allowReordering is set to true, Grid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If Grid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowreordering"},{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/column-chooser":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"showColumnChooser","description":"

If showColumnChooser is set to true, it allows you to dynamically show or hide columns.

\n
\n

Check the ColumnChooser for its configuration.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#showcolumnchooser"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/row-template":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"rowTemplate","description":"

The row template that renders customized rows from the given template.\nBy default, Grid renders a table row for every data source item.

\n
\n
    \n
  • It accepts either template string or HTML element ID.
  • \n
  • The row template must be a table row.\nCheck the Row Template customization.
  • \n
\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#rowtemplate"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/detail-template":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"detailTemplate","description":"

The detail template allows you to show or hide additional information about a particular row.

\n
\n

It accepts either the template string or the HTML element ID.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#detailtemplate"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/hover":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"}],"grid/row-height":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"rowHeight","description":"

Defines the height of Grid rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#rowheight"},{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbarclick"}],"grid/drag-and-drop":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowRowDragAndDrop","description":"

If allowRowDragAndDrop is set to true, you can drag and drop grid rows at another grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowrowdraganddrop"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"rowDropSettings","description":"

Configures the row drop settings.

\n","type":"RowDropSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdropsettings"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"}],"grid/drag-drop-within-grid":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowRowDragAndDrop","description":"

If allowRowDragAndDrop is set to true, you can drag and drop grid rows at another grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowrowdraganddrop"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"rowDropSettings","description":"

Configures the row drop settings.

\n","type":"RowDropSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#rowdropsettings"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"}],"grid/sorting":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"}],"grid/sorting-api":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"}],"grid/filter":[{"name":"allowFiltering","description":"

If allowFiltering set to true the filter bar will be displayed.\nIf set to false the filter bar will not be displayed.\nFilter bar allows the user to filter grid records with required criteria.

\n
\n

Check the Filtering to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowfiltering"},{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/filter-menu":[{"name":"allowFiltering","description":"

If allowFiltering set to true the filter bar will be displayed.\nIf set to false the filter bar will not be displayed.\nFilter bar allows the user to filter grid records with required criteria.

\n
\n

Check the Filtering to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowfiltering"},{"name":"filterSettings","description":"

Configures the filter settings of the Grid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#filtersettings"},{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/search":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/default-paging":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/paging-api":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"actionComplete","description":"

Triggers when Grid actions such as sorting, filtering, paging, grouping etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#actioncomplete"},{"name":"goToPage","description":"

Navigates to the specified target page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/grid/#gotopage"}],"grid/selection":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/selection-api":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"}],"grid/checkbox-selection":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#selectionsettings"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the Grid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#enablehover"}],"grid/aggregate-default":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"aggregates","description":"

Configures the Grid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#aggregates"}],"grid/aggregate-group":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"aggregates","description":"

Configures the Grid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#aggregates"}],"grid/reactive-aggregate-batch-edit":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"aggregates","description":"

Configures the Grid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#aggregates"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/normal-editing":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/dialog-editing":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/dialog-template":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/batch-editing":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"}],"grid/command-column":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"}],"grid/column-resize":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowResizing","description":"

If allowResizing is set to true, Grid columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowresizing"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/header-template":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/default-exporting":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export grid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowexcelexport"},{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export grid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpdfexport"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"}],"grid/advanced-exporting":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export grid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowexcelexport"},{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export grid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpdfexport"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/master-details-export":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export grid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowexcelexport"},{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export grid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpdfexport"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"childGrid","description":"

Defines Grid options to render child Grid.\nIt requires the queryString for parent\nand child relationship.

\n
\n

Check the Child Grid for its configuration.

\n
\n","type":"GridModel","link":"//ej2.syncfusion.com/documentation/api/grid/#childgrid"}],"grid/print":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the Grid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole Grid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Grid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected record.
  • \n
  • Update: Updates the edited record.
  • \n
  • Delete: Deletes the selected record.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches records by the given key.
  • \n
  • Print: Prints the Grid.
  • \n
  • ExcelExport - Export the Grid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the Grid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the Grid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n
\n

Check the Toolbar to customize its default items.

\n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/grid/#toolbar"},{"name":"pageSettings","description":"

Configures the pager in the Grid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/column-spanning":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowtextwrap"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#querycellinfo"},{"name":"gridLines","description":"

Defines the mode of grid lines. The available modes are,

\n
    \n
  • Both: Displays both horizontal and vertical grid lines.
  • \n
  • None: No grid lines are displayed.
  • \n
  • Horizontal: Displays the horizontal grid lines only.
  • \n
  • Vertical: Displays the vertical grid lines only.
  • \n
  • Default: Displays grid lines based on the theme.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#gridlines"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"}],"grid/frozen-rows-columns":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Grid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowselection"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"frozenColumns","description":"

Gets or sets the number of frozen columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#frozencolumns"},{"name":"frozenRows","description":"

Gets or sets the number of frozen rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/grid/#frozenrows"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"}],"grid/context-menu":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export grid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpdfexport"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export grid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowexcelexport"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"contextMenuItems","description":"

contextMenuItems defines both built-in and custom context menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • Group - Group by current column.
  • \n
  • Ungroup - Ungroup by current column.
  • \n
  • Edit - Edit the current record.
  • \n
  • Delete - Delete the current record.
  • \n
  • Save - Save the edited record.
  • \n
  • Cancel - Cancel the edited state.
  • \n
  • Copy - Copy the selected records.
  • \n
  • PdfExport - Export the grid as Pdf format.
  • \n
  • ExcelExport - Export the grid as Excel format.
  • \n
  • CsvExport - Export the grid as CSV format.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • FirstPage - Go to the first page.
  • \n
  • PrevPage - Go to the previous page.
  • \n
  • LastPage - Go to the last page.
  • \n
  • NextPage - Go to the next page.
  • \n
\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#contextmenuitems"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"grid/column-menu":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"allowGrouping","description":"

If allowGrouping set to true, then it will allow the user to dynamically group or ungroup columns.\nGrouping can be done by drag and drop columns from column header to group drop area.

\n
\n

Check the Grouping to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowgrouping"},{"name":"showColumnMenu","description":"

If showColumnMenu set to true, then it will enable the column menu options in each columns.

\n
\n

Check the Column menu for its configuration.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#showcolumnmenu"},{"name":"groupSettings","description":"

Configures the group settings.

\n","type":"GroupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#groupsettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"}],"grid/foreign-key":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of grid records when column header is clicked.

\n
\n

Check the Sorting to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowsorting"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"allowFiltering","description":"

If allowFiltering set to true the filter bar will be displayed.\nIf set to false the filter bar will not be displayed.\nFilter bar allows the user to filter grid records with required criteria.

\n
\n

Check the Filtering to customize its default behavior.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowfiltering"},{"name":"filterSettings","description":"

Configures the filter settings of the Grid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#filtersettings"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/grid/#editsettings"}],"grid/row-spanning":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowtextwrap"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"},{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the Grid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/grid/#querycellinfo"},{"name":"gridLines","description":"

Defines the mode of grid lines. The available modes are,

\n
    \n
  • Both: Displays both horizontal and vertical grid lines.
  • \n
  • None: No grid lines are displayed.
  • \n
  • Horizontal: Displays the horizontal grid lines only.
  • \n
  • Vertical: Displays the vertical grid lines only.
  • \n
  • Default: Displays grid lines based on the theme.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/grid/#gridlines"},{"name":"width","description":"

Defines the Grid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#width"},{"name":"height","description":"

Defines the scrollable height of the grid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/grid/#height"}],"tree-grid/treegrid-overview":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowReordering","description":"

If allowReordering is set to true, TreeGrid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowreordering"},{"name":"allowFiltering","description":"

If allowFiltering is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowfiltering"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of treegrid records when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowsorting"},{"name":"filterSettings","description":"

Configures the filter settings of the TreeGrid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filtersettings"},{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the TreeGrid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#querycellinfo"}],"tree-grid/default":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/localdata":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/remote-data":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"hasChildMapping","description":"

Specifies whether record is parent or not for the remote data binding

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#haschildmapping"},{"name":"parentIdMapping","description":"

Specifies the name of the field in the dataSource, which contains the parent’s id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#parentidmapping"},{"name":"idMapping","description":"

Specifies the name of the field in the dataSource, which contains the id of that row.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#idmapping"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/selfreference":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"idMapping","description":"

Specifies the name of the field in the dataSource, which contains the id of that row.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#idmapping"},{"name":"parentIdMapping","description":"

Specifies the name of the field in the dataSource, which contains the parent’s id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#parentidmapping"}],"tree-grid/columnformatting":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"}],"tree-grid/column-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"rowHeight","description":"

Defines the height of TreeGrid rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowheight"}],"tree-grid/reorder":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowReordering","description":"

If allowReordering is set to true, TreeGrid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowreordering"},{"name":"actionComplete","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actioncomplete"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"}],"tree-grid/resizing":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowResizing","description":"

If allowResizing is set to true, TreeGrid columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowresizing"},{"name":"actionComplete","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actioncomplete"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"}],"tree-grid/columnmenu":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/cellalignment":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/auto-wrap":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"allowTextWrap","description":"

If allowTextWrap set to true,\nthen text content will wrap to the next line when its text content exceeds the width of the Column Cells.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowtextwrap"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"}],"tree-grid/showhidecolumn":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/header-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/stacked-header":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/rowhover":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablehover"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/rowheight":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"rowHeight","description":"

Defines the height of TreeGrid rows.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowheight"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbarclick"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"}],"tree-grid/row-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"rowTemplate","description":"

The row template that renders customized rows from the given template.\nBy default, TreeGrid renders a table row for every data source item.

\n
\n
    \n
  • It accepts either template string or HTML element ID.
  • \n
  • The row template must be a table row.\nCheck the Row Template customization.
  • \n
\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowtemplate"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/row-reorder":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"rowTemplate","description":"

The row template that renders customized rows from the given template.\nBy default, TreeGrid renders a table row for every data source item.

\n
\n
    \n
  • It accepts either template string or HTML element ID.
  • \n
  • The row template must be a table row.\nCheck the Row Template customization.
  • \n
\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowtemplate"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/detail-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"detailTemplate","description":"

The detail template allows you to show or hide additional information about a particular row.

\n
\n

It accepts either the template string or the HTML element ID.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#detailtemplate"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/inline-editing":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/dialog-editing":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/lock-row":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},{"name":"rowDataBound","description":"

Triggered every time a request is made to access row information, element, or data.\nThis will be triggered before the row element is appended to the TreeGrid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowdatabound"},{"name":"beginEdit","description":"

Triggers before the record is to be edit.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#beginedit"},{"name":"enableHover","description":"

If enableHover is set to true, the row hover is enabled in the TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablehover"}],"tree-grid/cell-edit-type":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/command-column":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/edit-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"editSettings","description":"

Configures the edit settings.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#editsettings"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/sorting":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of treegrid records when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowsorting"},{"name":"actionComplete","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actioncomplete"},{"name":"sortSettings","description":"

Configures the sort settings of the TreeGrid.

\n","type":"SortSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#sortsettings"}],"tree-grid/sorting-api":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of treegrid records when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowsorting"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"}],"tree-grid/filtering":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowFiltering","description":"

If allowFiltering is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowfiltering"},{"name":"filterSettings","description":"

Configures the filter settings of the TreeGrid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filtersettings"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/filter-menu":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowFiltering","description":"

If allowFiltering is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowfiltering"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"filterSettings","description":"

Configures the filter settings of the TreeGrid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filtersettings"}],"tree-grid/search":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"}],"tree-grid/default-paging":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/paging-api":[{"name":"dataSource","description":"

It is used to render grid table rows.\nIf the dataSource is an array of JavaScript objects,\nthen Grid will create instance of DataManager\nfrom this dataSource.\nIf the dataSource is an existing DataManager,\nthe Grid will not initialize a new one.

\n
\n

Check the available Adaptors to customize the data operation.

\n
\n","type":"Object|DataManager|DataResult","link":"//ej2.syncfusion.com/documentation/api/grid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, the pager renders at the footer of the Grid. It is used to handle page navigation in the Grid.

\n
\n

Check the Paging to configure the grid pager.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/grid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/grid/#columns"}],"tree-grid/default-scrolling":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/virtual-scrolling":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"enableVirtualization","description":"

If enableVirtualization set to true, then the TreeGrid will render only the rows visible within the view-port\nand load subsequent rows on vertical scrolling. This helps to load large dataset in TreeGrid.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#enablevirtualization"},{"name":"dataBound","description":"

Triggers when data source is populated in the TreeGrid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#databound"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/selection":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectionsettings"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/selection-api":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) TreeGrid records by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowselection"},{"name":"selectionSettings","description":"

Configures the selection settings.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#selectionsettings"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/checkbox-selection":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/checkbox-column":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"tree-grid/frozen-column":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"frozenColumns","description":"

Gets or sets the number of frozen columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#frozencolumns"}],"tree-grid/aggregate-default":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"aggregates","description":"

Configures the TreeGrid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#aggregates"}],"tree-grid/custom-aggregate":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"width","description":"

Defines the TreeGrid width.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#width"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"aggregates","description":"

Configures the TreeGrid aggregate rows.

\n
\n

Check the Aggregates for its configuration.

\n
\n","type":"AggregateRowModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#aggregates"}],"tree-grid/default-context-menu":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"hasChildMapping","description":"

Specifies whether record is parent or not for the remote data binding

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#haschildmapping"},{"name":"parentIdMapping","description":"

Specifies the name of the field in the dataSource, which contains the parent’s id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#parentidmapping"}],"tree-grid/custom-context-menu":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"hasChildMapping","description":"

Specifies whether record is parent or not for the remote data binding

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#haschildmapping"},{"name":"contextMenuItems","description":"

contextMenuItems defines both built-in and custom context menu items.\n<br><br>\nThe available built-in items are,

\n
    \n
  • AutoFitAll - Auto fit the size of all columns.
  • \n
  • AutoFit - Auto fit the current column.
  • \n
  • Edit - Edit the current record.
  • \n
  • Delete - Delete the current record.
  • \n
  • Save - Save the edited record.
  • \n
  • Cancel - Cancel the edited state.
  • \n
  • PdfExport - Export the grid as Pdf format.
  • \n
  • ExcelExport - Export the grid as Excel format.
  • \n
  • CsvExport - Export the grid as CSV format.
  • \n
  • SortAscending - Sort the current column in ascending order.
  • \n
  • SortDescending - Sort the current column in descending order.
  • \n
  • FirstPage - Go to the first page.
  • \n
  • PrevPage - Go to the previous page.
  • \n
  • LastPage - Go to the last page.
  • \n
  • NextPage - Go to the next page.
  • \n
\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#contextmenuitems"},{"name":"parentIdMapping","description":"

Specifies the name of the field in the dataSource, which contains the parent’s id

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#parentidmapping"}],"tree-grid/default-exporting":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export treegrid to Excel file.

\n
\n

Check the ExcelExport to configure exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowexcelexport"},{"name":"allowPdfExport","description":"

If allowPdfExport set to true, then it will allow the user to export treegrid to Pdf file.

\n
\n

Check the Pdfexport to configure the exporting document.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpdfexport"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbarclick"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"}],"tree-grid/print":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"}],"tree-grid/conditional-formatting":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"queryCellInfo","description":"

Triggered every time a request is made to access cell information, element, or data.\nThis will be triggered before the cell element is appended to the TreeGrid element.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#querycellinfo"}],"tree-grid/toolbar-template":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"toolbar","description":"

toolbar defines the ToolBar items of the TreeGrid.\nIt contains built-in and custom toolbar items.\nIf a string value is assigned to the toolbar option, it is considered as the template for the whole TreeGrid ToolBar.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the TreeGrid's Toolbar.\n<br><br>\nThe available built-in ToolBar items are:

\n
    \n
  • Search: Searches records by the given key.
  • \n
  • ExpandAll: Expands all the rows in TreeGrid
  • \n
  • CollapseAll: Collapses all the rows in TreeGrid
  • \n
  • ExcelExport - Export the TreeGrid to Excel(excelExport() method manually to make export.)
  • \n
  • PdfExport - Export the TreeGrid to PDF(pdfExport() method manually to make export.)
  • \n
  • CsvExport - Export the TreeGrid to CSV(csvExport() method manually to make export.)<br><br>\nThe following code example implements the custom toolbar items.
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbar"},{"name":"toolbarClick","description":"

Triggers when toolbar item is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#toolbarclick"},{"name":"allowFiltering","description":"

If allowFiltering is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowfiltering"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"height","description":"

Defines the scrollable height of the TreeGrid content.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#height"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"filterSettings","description":"

Configures the filter settings of the TreeGrid.

\n","type":"FilterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#filtersettings"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"}],"tree-grid/events":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"load","description":"

This event allows customization of TreeGrid properties before rendering.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#load"},{"name":"created","description":"

Triggers when the component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#created"},{"name":"actionBegin","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc., starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actionbegin"},{"name":"actionComplete","description":"

Triggers when TreeGrid actions such as sorting, filtering, paging etc. are completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#actioncomplete"},{"name":"allowReordering","description":"

If allowReordering is set to true, TreeGrid columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n
\n

If TreeGrid is rendered with stacked headers, reordering is allowed only at the same level as the column headers.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowreordering"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of treegrid records when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowsorting"},{"name":"dataBound","description":"

Triggers when data source is populated in the TreeGrid.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#databound"},{"name":"rowSelecting","description":"

Triggers before row selection occurs.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowselecting"},{"name":"rowSelected","description":"

Triggers after a row is selected.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#rowselected"},{"name":"columnDragStart","description":"

Triggers when column header element drag (move) starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndragstart"},{"name":"columnDrag","description":"

Triggers when column header element is dragged (moved) continuously.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndrag"},{"name":"columnDrop","description":"

Triggers when a column header element is dropped on the target column.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columndrop"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"}],"tree-grid/keyboard":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"pageSettings","description":"

Configures the pager in the TreeGrid.

\n","type":"PageSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treegrid/#pagesettings"}],"tree-grid/treegridlines":[{"name":"dataSource","description":"

It is used to render TreeGrid table rows.

\n","type":"Object|DataManager","link":"//ej2.syncfusion.com/documentation/api/treegrid/#datasource"},{"name":"childMapping","description":"

Specifies the mapping property path for sub tasks in data source

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treegrid/#childmapping"},{"name":"allowPaging","description":"

If allowPaging is set to true, pager renders.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treegrid/#allowpaging"},{"name":"columns","description":"

Defines the schema of dataSource.\nIf the columns declaration is empty or undefined then the columns are automatically generated from data source.

\n","type":"ColumnModel[]|string[]|Column[]","link":"//ej2.syncfusion.com/documentation/api/treegrid/#columns"},{"name":"treeColumnIndex","description":"

Specifies the index of the column that needs to have the expander button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/treegrid/#treecolumnindex"}],"chart/line":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/spline":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/step-line":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/dashed-line":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/spline-inversed":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/line-segments":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/line-multi-color":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/stacked-line":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/stacked-line-100":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/spline-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/step-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/range-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/stacked-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/stacked-area-100":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/area-empty":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/area-segments":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/rounded-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/column-placement":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/range-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/range-bar":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/bar":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/stacked-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/stacked-column-100":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/stacked-bar":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/stacked-bar-100":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/tornado":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/scatter-plot":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/bubble":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"}],"chart/waterfall":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/histogram":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/box-and-whisker":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"},{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"}],"chart/error-bar":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"},{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"}],"chart/trend-lines":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/hilo":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/hilo-open-close":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/candle-stick":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#legendsettings"}],"chart/accumulation-distribution-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/average-true-range-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/bollinger":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/exponential-moving-average-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/moving-average-convergence-divergence-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/momentum":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/relative-strength-index-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/simple-moving-average-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/stochastic":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/triangular-moving-average-indicator":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"indicators","description":"

Defines the collection of technical indicators, that are used in financial markets

\n","type":"TechnicalIndicatorModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#indicators"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/multi-series-chart":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/pareto":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/chart-performance":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/default-pie":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/pie-radius":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/donut":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/pyramid":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/funnel":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/default-doughnut":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/semi-pie":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/smart-labels":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/drill-down-pie":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/grouping":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/pie-empty-point":[{"name":"series","description":"

The configuration for series in accumulation chart.

\n","type":"AccumulationSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#series"},{"name":"legendSettings","description":"

Options for customizing the legend of accumulation chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#legendsettings"},{"name":"tooltip","description":"

Options for customizing the tooltip of accumulation chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/accumulation-chart/#tooltip"}],"chart/polar-spline":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-stacking-area":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-scatter":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-stacking-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/polar-range-column":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/local-data":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"crosshair","description":"

Options for customizing the crosshair of the chart.

\n","type":"CrosshairSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#crosshair"}],"chart/remote-data":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/lazy-loading":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"}],"chart/numeric":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/date-time-category":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/category":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/indexed-axis":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/logarithmic-scale":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/multiple-axis":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/inversed":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/strip-line":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/strip-line-recurrence":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/smart-axis-labels":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/multi-level-label":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/axes-crossing":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"}],"chart/sorting":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/marker-chart":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/pie-annotation":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"},{"name":"annotations","description":"

The configuration for annotation in chart.

\n","type":"ChartAnnotationSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#annotations"}],"chart/data-label-template":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"textRender","description":"

Triggers before the data label for series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#textrender"}],"chart/tooltip-template":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"backgroundImage","description":"

The background image of the chart that accepts value in string as url link or location of an image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#backgroundimage"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/vertical":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"isTransposed","description":"

It specifies whether the chart should be render in transposed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#istransposed"},{"name":"loaded","description":"

Triggers after chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#loaded"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/empty-point":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"isTransposed","description":"

It specifies whether the chart should be render in transposed manner or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/chart/#istransposed"},{"name":"loaded","description":"

Triggers after chart load.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#loaded"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/print":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"print","description":"

Handles the print method for chart control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#print"},{"name":"chartMouseClick","description":"

Triggers on clicking the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmouseclick"},{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"}],"chart/export":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"export","description":"

Export method for the chart.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/chart/#export"},{"name":"chartMouseClick","description":"

Triggers on clicking the chart.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#chartmouseclick"},{"name":"pointRender","description":"

Triggers before each points for the series is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/chart/#pointrender"}],"chart/selection":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"selectionMode","description":"

Specifies whether series or data point has to be selected. They are,

\n
    \n
  • none: Disables the selection.
  • \n
  • series: selects a series.
  • \n
  • point: selects a point.
  • \n
  • cluster: selects a cluster of point
  • \n
  • dragXY: selects points by dragging with respect to both horizontal and vertical axes
  • \n
  • dragX: selects points by dragging with respect to horizontal axis.
  • \n
  • dragY: selects points by dragging with respect to vertical axis.
  • \n
  • lasso: selects points by dragging with respect to free form.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#selectionmode"}],"chart/range-selection":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"selectionMode","description":"

Specifies whether series or data point has to be selected. They are,

\n
    \n
  • none: Disables the selection.
  • \n
  • series: selects a series.
  • \n
  • point: selects a point.
  • \n
  • cluster: selects a cluster of point
  • \n
  • dragXY: selects points by dragging with respect to both horizontal and vertical axes
  • \n
  • dragX: selects points by dragging with respect to horizontal axis.
  • \n
  • dragY: selects points by dragging with respect to vertical axis.
  • \n
  • lasso: selects points by dragging with respect to free form.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/chart/#selectionmode"}],"chart/cross-hair":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"crosshair","description":"

Options for customizing the crosshair of the chart.

\n","type":"CrosshairSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#crosshair"}],"chart/trackball":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"chart/zooming":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"zoomSettings","description":"

Options to enable the zooming feature in the chart.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#zoomsettings"}],"chart/data-editing":[{"name":"primaryXAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryxaxis"},{"name":"primaryYAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/chart/#primaryyaxis"},{"name":"series","description":"

The configuration for series in the chart.

\n","type":"SeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/chart/#series"},{"name":"tooltip","description":"

Options for customizing the tooltip of the chart.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/chart/#tooltip"}],"stock-chart/default":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/ohlc":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/multi-pane":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/multiple-series":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/spline":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/area":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/spline-area":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/inversed-area":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/plot-line":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/strip-line":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/period-customization":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/disabled-navigator":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/disabled-period":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"stock-chart/stock-events":[{"name":"stockEvents","description":"

The configuration for stock events in the stockChart.

\n","type":"StockEventsSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/stock-chart/#stockevents"}],"circular-gauge/default":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/range":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/labels":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/annotation":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/customization":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/legend":[{"name":"legendSettings","description":"

Options for customizing the legend of the chart.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#legendsettings"}],"circular-gauge/compass":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},{"name":"axisLabelRender","description":"

Triggers before each axis label gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axislabelrender"}],"circular-gauge/pointer-image":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},{"name":"centerY","description":"

Y coordinate of the circular gauge center point, which takes values either in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#centery"}],"circular-gauge/pointer":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},{"name":"centerY","description":"

Y coordinate of the circular gauge center point, which takes values either in pixels or in percentage.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#centery"}],"circular-gauge/multiple-axis":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/user-interaction":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},{"name":"enablePointerDrag","description":"

If set true, pointers can able to drag on interaction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#enablepointerdrag"},{"name":"dragEnd","description":"

Triggers after the pointer is dragged.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#dragend"},{"name":"dragMove","description":"

Triggers while dragging the pointers.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#dragmove"}],"circular-gauge/tooltip":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"},{"name":"tooltip","description":"

Options for customizing the tooltip of gauge.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tooltip"},{"name":"tooltipRender","description":"

Triggers before the tooltip for pointer gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#tooltiprender"}],"circular-gauge/data-sample":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/apple-watch-rings":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"circular-gauge/speedometer":[{"name":"axes","description":"

Options for customizing the axes of gauge

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/circular-gauge/#axes"}],"linear-gauge/default":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"}],"linear-gauge/container":[{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"},{"name":"container","description":"

Options for customizing the container linear gauge.

\n","type":"ContainerModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#container"}],"linear-gauge/ranges":[{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"}],"linear-gauge/data":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"}],"linear-gauge/axes":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"}],"linear-gauge/annotation":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"},{"name":"rangePalettes","description":"

Specifies color palette for axis ranges.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#rangepalettes"}],"linear-gauge/tooltip":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"annotations","description":"

Options for customizing the annotation of linear gauge.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#annotations"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"},{"name":"tooltip","description":"

Options for customizing the tooltip in linear gauge.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tooltip"},{"name":"tooltipRender","description":"

Triggers before the tooltip get rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#tooltiprender"},{"name":"axisLabelRender","description":"

Triggers before each axis label gets rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axislabelrender"}],"linear-gauge/style":[{"name":"orientation","description":"

Specifies the gauge will rendered either horizontal or vertical orientation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#orientation"},{"name":"container","description":"

Options for customizing the container linear gauge.

\n","type":"ContainerModel","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#container"},{"name":"axes","description":"

Options for customizing the axes of linear gauge.

\n","type":"AxisModel[]","link":"//ej2.syncfusion.com/documentation/api/linear-gauge/#axes"}],"heatmap/default":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"}],"heatmap/calendar-heatmap":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/bubble-types":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/color-and-size-attributes":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/array-row":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/array-cell":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/row-json-binding":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"}],"heatmap/cell-json-binding":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"}],"heatmap/empty-points":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/inversed":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/opposed":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/multi-level-labels":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/cell-selection":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"allowSelection","description":"

Enable or disable the selection of multiple cells in heatmap

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/heatmap/#allowselection"}],"heatmap/legend":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/large-data":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"renderingMode","description":"

Specifies the rendering mode of heat map.

\n
    \n
  • SVG - Heat map is render using SVG draw mode.
  • \n
  • Canvas - Heat map is render using Canvas draw mode.
  • \n
  • Auto - Automatically switch the draw mode based on number of records in data source.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#renderingmode"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/palette":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/render-mode":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"renderingMode","description":"

Specifies the rendering mode of heat map.

\n
    \n
  • SVG - Heat map is render using SVG draw mode.
  • \n
  • Canvas - Heat map is render using Canvas draw mode.
  • \n
  • Auto - Automatically switch the draw mode based on number of records in data source.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/heatmap/#renderingmode"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"heatmap/tooltip-template":[{"name":"titleSettings","description":"

Title of heat map

\n","type":"TitleModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#titlesettings"},{"name":"xAxis","description":"

Options to configure the horizontal axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#xaxis"},{"name":"yAxis","description":"

Options to configure the vertical axis.

\n","type":"AxisModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#yaxis"},{"name":"dataSource","description":"

Specifies the datasource for the heat map.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/heatmap/#datasource"},{"name":"cellSettings","description":"

Options to customize the heat map cell

\n","type":"CellSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#cellsettings"},{"name":"paletteSettings","description":"

Options for customizing the cell color of the heat map

\n","type":"PaletteSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#palettesettings"},{"name":"legendSettings","description":"

Options for customizing the legend of the heat map

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/heatmap/#legendsettings"}],"maps/default":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/projection":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/multilayer":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/marker":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/marker-template":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/marker-cluster":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/data-label":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/bubble":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/navigation-line":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/legend":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/annotation":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"annotations","description":"

Options for customizing the annotation of maps.

\n","type":"AnnotationModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#annotations"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/tooltip":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/selection":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/zooming":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/zoom-marker":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/drilldown":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/print":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/export":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/heat-map":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/curved-lines":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/earthquake":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/highlighted-region":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/cyber-attack-map":[{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/dynamic-marker":[{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"},{"name":"click","description":"

Triggers on clicking the maps.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maps/#click"}],"maps/pie":[{"name":"titleSettings","description":"

To configure the title settings of the maps.

\n","type":"TitleSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#titlesettings"},{"name":"legendSettings","description":"

To configure the legend settings of the maps.

\n","type":"LegendSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#legendsettings"},{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"maps/sales-map":[{"name":"zoomSettings","description":"

To configure the zoom settings of the maps.

\n","type":"ZoomSettingsModel","link":"//ej2.syncfusion.com/documentation/api/maps/#zoomsettings"},{"name":"layers","description":"

To configure the layers settings of the maps.

\n","type":"LayerSettingsModel[]","link":"//ej2.syncfusion.com/documentation/api/maps/#layers"}],"range-navigator/default":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"range-navigator/light-weight":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"range-navigator/date-time":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"range-navigator/double":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"range-navigator/logarithmic":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"range-navigator/multilevel":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"range-navigator/period-selector":[{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"range-navigator/period-selector-stocks":[{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"range-navigator/empty-data":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"range-navigator/filter":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"}],"range-navigator/export":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"export","description":"

Handles the export method for range navigator control.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#export"}],"range-navigator/right-to-left":[{"name":"valueType","description":"

ValueType for the axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#valuetype"},{"name":"series","description":"

It defines the configuration of series in the range navigator

\n","type":"RangeNavigatorSeriesModel[]","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#series"},{"name":"intervalType","description":"

IntervalType for the dateTime axis

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#intervaltype"},{"name":"enableGrouping","description":"

Enable grouping for the labels

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/range-navigator/#enablegrouping"}],"bullet-chart/default":[{"name":"tooltip","description":"

Options for customizing the tooltip of the BulletChart.

\n","type":"BulletTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tooltip"},{"name":"titleStyle","description":"

Options for customizing the title styles of the bullet chart

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#titlestyle"},{"name":"enableGroupSeparator","description":"

default value for enableGroupSeparator

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#enablegroupseparator"},{"name":"labelFormat","description":"

Specifies the format of the bullet chart axis labels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#labelformat"}],"bullet-chart/multiple-data":[{"name":"tooltip","description":"

Options for customizing the tooltip of the BulletChart.

\n","type":"BulletTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tooltip"},{"name":"titleStyle","description":"

Options for customizing the title styles of the bullet chart

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#titlestyle"},{"name":"labelFormat","description":"

Specifies the format of the bullet chart axis labels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#labelformat"},{"name":"dataSource","description":"

default value of multiple data bullet chart.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#datasource"}],"bullet-chart/right-to-left":[{"name":"tooltip","description":"

Options for customizing the tooltip of the BulletChart.

\n","type":"BulletTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tooltip"},{"name":"titleStyle","description":"

Options for customizing the title styles of the bullet chart

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#titlestyle"},{"name":"labelFormat","description":"

Specifies the format of the bullet chart axis labels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#labelformat"},{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#enablertl"}],"bullet-chart/bar-customization":[{"name":"tooltip","description":"

Options for customizing the tooltip of the BulletChart.

\n","type":"BulletTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tooltip"},{"name":"titleStyle","description":"

Options for customizing the title styles of the bullet chart

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#titlestyle"},{"name":"labelFormat","description":"

Specifies the format of the bullet chart axis labels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#labelformat"},{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#enablertl"}],"bullet-chart/customization":[{"name":"tooltip","description":"

Options for customizing the tooltip of the BulletChart.

\n","type":"BulletTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tooltip"},{"name":"titleStyle","description":"

Options for customizing the title styles of the bullet chart

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#titlestyle"},{"name":"labelFormat","description":"

Specifies the format of the bullet chart axis labels.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#labelformat"},{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#enablertl"}],"bullet-chart/tooltip":[{"name":"tooltip","description":"

Options for customizing the tooltip of the BulletChart.

\n","type":"BulletTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tooltip"},{"name":"titleStyle","description":"

Options for customizing the title styles of the bullet chart

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#titlestyle"},{"name":"orientation","description":"

Orientation of the scale

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#orientation"}],"bullet-chart/orientation":[{"name":"tooltip","description":"

Options for customizing the tooltip of the BulletChart.

\n","type":"BulletTooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#tooltip"},{"name":"titleStyle","description":"

Options for customizing the title styles of the bullet chart

\n","type":"BulletLabelStyleModel","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#titlestyle"},{"name":"orientation","description":"

Orientation of the scale

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/bullet-chart/#orientation"}],"rich-text-editor/tools":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"showCharCount","description":"

Sets Boolean value to enable or disable the display of the character counter.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showcharcount"},{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},{"name":"actionComplete","description":"

Triggers after command execution using toolbar items or executeCommand method.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actioncomplete"},{"name":"maxLength","description":"

Specifies the maximum number of characters allowed in the RichTextEditor component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#maxlength"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"}],"rich-text-editor/rich-text-editor":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/image":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"quickToolbarSettings","description":"

Specifies the items to be rendered in quick toolbar based on the target element.

\n
    \n
  • It has following fields:
  • \n
  • enable - set boolean value to show or hide the quick toolbar
  • \n
  • actionOnScroll - it has two possible options\n
      \n
    1. hide: The quickToolbar is closed when the parent element is scrolled.
    2. \n
    3. none: The quickToolbar cannot be closed even the parent element is scrolled.
    4. \n
    \n
  • \n
  • link - Specifies the items to be rendered in quick toolbar based on link element such as Open, Edit, and UnLink.
  • \n
  • image - Specifies the items to be rendered in quick toolbar based on image element such as 'Replace',\n'Align', 'Caption', 'Remove', 'InsertLink', 'Display', 'AltText', 'Dimension'.
  • \n
  • text\t - Specifies the items to be rendered in quick toolbar based on text element such as 'Cut', 'Copy', 'Paste'.
  • \n
\n","type":"QuickToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#quicktoolbarsettings"},{"name":"toolbarClick","description":"

Triggers when RichTextEditor Toolbar items is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarclick"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"getRange","description":"

Get the selected range from the RichTextEditor's content.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getrange"},{"name":"image","description":"

Specifies the items to render in quick toolbar, when image selected.

\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/quickToolbarSettings#image"}],"rich-text-editor/inline":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"inlineMode","description":"

Enable or disable the inline edit mode.

\n
    \n
  • enable - set boolean value to enable or disable the inline edit mode.
  • \n
  • onSelection - If its set to true, upon selecting the text, the toolbar is opened in inline.\nIf its set to false, upon clicking to the target element, the toolbar is opened.
  • \n
\n","type":"InlineModeModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inlinemode"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"format","description":"

Predefine the collection of paragraph styles along with quote and code style that populate in format dropdown from the toolbar.

\n","type":"FormatModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#format"},{"name":"fontFamily","description":"

Predefine the font families that populate in font family dropdown list from the toolbar.

\n","type":"FontFamilyModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#fontfamily"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#databind"},{"name":"enable","description":"

Specifies whether enable/disable inline toolbar in RTE.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/inlineMode#enable"},{"name":"onSelection","description":"

Specifies the inline toolbar render based on with or without selection.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/inlineMode#onselection"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"},{"name":"width","description":"

Specifies content width

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/format#width"},{"name":"width","description":"

Specifies content width

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/fontFamily#width"}],"rich-text-editor/paste-cleanup":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"pasteCleanupSettings","description":"

Specifies the pasting options in RichTextEditor component and control with the following properties.

\n
    \n
  • prompt - Set boolean value to enable or disable the prompt when pasting.
  • \n
  • deniedAttrs - Specifies the attributes to restrict when pasting in RTE.
  • \n
  • allowedStyleProps - Specifies the allowed style properties when pasting in RTE.
  • \n
  • deniedTags\t - Specifies the tags to restrict when pasting in RTE.
  • \n
  • keepFormat\t - Set boolean value to keep or remove the from when pasting.
  • \n
  • plainText\t - Set boolean value to paste as plain text or not.
  • \n
\n","type":"PasteCleanupSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#pastecleanupsettings"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"prompt","description":"

Specifies whether to enable the prompt for paste in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#prompt"},{"name":"plainText","description":"

Specifies whether to paste as plain text or not in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#plaintext"},{"name":"keepFormat","description":"

Specifies whether to keep or remove the format when pasting in RichTextEditor.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#keepformat"},{"name":"deniedTags","description":"

Specifies the tags to restrict when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#deniedtags"},{"name":"deniedAttrs","description":"

Specifies the attributes to restrict when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#deniedattrs"},{"name":"allowedStyleProps","description":"

Specifies the allowed style properties when pasting in RichTextEditor.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/pasteCleanupSettings#allowedstyleprops"}],"rich-text-editor/iframe":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"height","description":"

Specifies the height of the RichTextEditor component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#height"},{"name":"iframeSettings","description":"

Specifies the items to be rendered in an iframe mode, and it has the following properties.

\n
    \n
  • enable - Set Boolean value to enable, the editors content is placed in an iframe and isolated from the rest of the page.
  • \n
  • attributes - Custom style to be used inside the iframe to display content. This style is added to the iframe body.
  • \n
  • resources - we can add both styles and scripts to the iframe.\n
      \n
    1. styles[] - An array of CSS style files to inject inside the iframe to display content
    2. \n
    3. scripts[] - An array of JS script files to inject inside the iframe
    4. \n
    \n
  • \n
\n","type":"IFrameSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#iframesettings"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},{"name":"actionComplete","description":"

Triggers after command execution using toolbar items or executeCommand method.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actioncomplete"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"enable","description":"

Specifies whether to render iframe based editable element in RTE.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/iFrameSettings#enable"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"}],"rich-text-editor/print":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"print","description":"

By default, prints all the pages of the RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#print"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"}],"rich-text-editor/ajax-load":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/form-validation":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"showCharCount","description":"

Sets Boolean value to enable or disable the display of the character counter.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showcharcount"},{"name":"maxLength","description":"

Specifies the maximum number of characters allowed in the RichTextEditor component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#maxlength"},{"name":"placeholder","description":"

Specifies the placeholder for the RichTextEditor’s content used when the RichTextEditor body is empty.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#placeholder"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/resize-editor":[{"name":"enableResize","description":"

Enables or disables the resizing option in the editor.\nIf enabled, the RichTextEditor can be resized by dragging the resize icon in the bottom right corner.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enableresize"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/api":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"showCharCount","description":"

Sets Boolean value to enable or disable the display of the character counter.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#showcharcount"},{"name":"maxLength","description":"

Specifies the maximum number of characters allowed in the RichTextEditor component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#maxlength"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"readonly","description":"

The user interactions on the component are disabled, when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#readonly"},{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabled"},{"name":"enableHtmlEncode","description":"

specifies the value whether the source code is displayed with encoded format.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enablehtmlencode"},{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},{"name":"getSelection","description":"

Retrieves the HTML markup content from currently selected content of RichTextEditor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#getselection"},{"name":"selectAll","description":"

Selects all the content in RichTextEditor

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#selectall"}],"rich-text-editor/client-side-events":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},{"name":"actionComplete","description":"

Triggers after command execution using toolbar items or executeCommand method.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actioncomplete"},{"name":"focus","description":"

Triggers when RichTextEditor is focused in

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#focus"},{"name":"blur","description":"

Triggers when RichTextEditor is focused out.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#blur"},{"name":"change","description":"

Triggers only when RichTextEditor is blurred and changes are done to the content.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#change"},{"name":"toolbarClick","description":"

Triggers when RichTextEditor Toolbar items is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarclick"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"}],"rich-text-editor/blog-posting":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"placeholder","description":"

Specifies the placeholder for the RichTextEditor’s content used when the RichTextEditor body is empty.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#placeholder"},{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#databind"},{"name":"refresh","description":"

Applies all the pending property changes and render the component again.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#refresh"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/auto-save":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"placeholder","description":"

Specifies the placeholder for the RichTextEditor’s content used when the RichTextEditor body is empty.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#placeholder"},{"name":"saveInterval","description":"

Specifies the saveInterval in milliseconds for autosave the value.\nThe change event will be triggered if the content was changed from the last saved interval.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#saveinterval"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"rich-text-editor/types":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"floatingToolbarOffset","description":"

Preserves the toolbar at the top of the RichTextEditor on scrolling and\nspecifies the offset of the floating toolbar from documents top position

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#floatingtoolbaroffset"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},{"name":"actionComplete","description":"

Triggers after command execution using toolbar items or executeCommand method.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actioncomplete"},{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#databind"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"},{"name":"type","description":"

Specifies the Toolbar display types.\nThe possible types are:

\n
    \n
  • Expand: Toolbar items placed within the available space and rest of the items are placed to the extended menu section.
  • \n
  • MultiRow: Toolbar which placed at top of RichTextEditor editing area.
  • \n
\n","type":"ToolbarType","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#type"},{"name":"enableFloating","description":"

Specifies whether to enable/disable floating toolbar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/toolbarSettings#enablefloating"}],"rich-text-editor/insert-emoticons":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"}],"rich-text-editor/insert-special-characters":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"value","description":"

Specifies the value displayed in the RichTextEditor's content area and it should be string.\nThe content of RichTextEditor can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#value"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"}],"rich-text-editor/markdown-editor":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"height","description":"

Specifies the height of the RichTextEditor component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#height"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"disableToolbarItem","description":"

Disables the given toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#disabletoolbaritem"},{"name":"enableToolbarItem","description":"

Enables the give toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabletoolbaritem"},{"name":"editorMode","description":"

Specifies the editing mode of the RichTextEditor.

\n
    \n
  • \n

    HTML - Render RichTextEditor as HTML editor using <IFRAME> element or content editable <div> element\nor <textarea> element.

    \n
  • \n
  • \n

    Markdown - Render RichTextEditor as markdown editor using <textarea>.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#editormode"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"}],"rich-text-editor/markdown-editor-preview":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"height","description":"

Specifies the height of the RichTextEditor component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#height"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"disableToolbarItem","description":"

Disables the given toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#disabletoolbaritem"},{"name":"enableToolbarItem","description":"

Enables the give toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabletoolbaritem"},{"name":"editorMode","description":"

Specifies the editing mode of the RichTextEditor.

\n
    \n
  • \n

    HTML - Render RichTextEditor as HTML editor using <IFRAME> element or content editable <div> element\nor <textarea> element.

    \n
  • \n
  • \n

    Markdown - Render RichTextEditor as markdown editor using <textarea>.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#editormode"},{"name":"actionBegin","description":"

Triggers before command execution using toolbar items or executeCommand method.\nIf you cancel this event, the command cannot be executed.\nSet the cancel argument to true to cancel the command execution.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#actionbegin"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"}],"rich-text-editor/markdown-editor-custom-format":[{"name":"Inject","description":"

Dynamically injects the required modules to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#inject"},{"name":"toolbarSettings","description":"

Specifies the group of items aligned horizontally in the toolbar as well as defined the toolbar rendering type.\nBy default, toolbar is float at the top of the RichTextEditor.\nWhen you scroll down, the toolbar will scroll along with the page on RichTextEditor with the specified offset value.

\n
    \n
  • enable: set boolean value to show or hide the toolbar.
  • \n
  • enableFloating: Set Boolean value to enable or disable the floating toolbar.\nPreserves the toolbar at top of the RichTextEditor on scrolling.
  • \n
  • type: it has two possible options\n
      \n
    1. Expand: Hide the overflowing toolbar items in the next row. Click the expand arrow to view overflowing toolbar items
    2. \n
    3. MultiRow: The toolbar overflowing items wrapped in the next row.
    4. \n
    \n
  • \n
  • items: Specifies the array of items aligned horizontally in the toolbar.
  • \n
\n
\n

| and - can insert a vertical and horizontal separator lines in the toolbar.

\n
\n
    \n
  • itemConfigs: Modify the default toolbar item configuration like icon class.
  • \n
\n
\n

By default, The toolbar is rendered with scrollable in mobile devices and does not support the toolbar type.

\n
\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#toolbarsettings"},{"name":"height","description":"

Specifies the height of the RichTextEditor component.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#height"},{"name":"created","description":"

Triggers when the RichTextEditor is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#created"},{"name":"disableToolbarItem","description":"

Disables the given toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#disabletoolbaritem"},{"name":"enableToolbarItem","description":"

Enables the give toolbar items in the RichTextEditor component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#enabletoolbaritem"},{"name":"editorMode","description":"

Specifies the editing mode of the RichTextEditor.

\n
    \n
  • \n

    HTML - Render RichTextEditor as HTML editor using <IFRAME> element or content editable <div> element\nor <textarea> element.

    \n
  • \n
  • \n

    Markdown - Render RichTextEditor as markdown editor using <textarea>.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#editormode"},{"name":"formatter","description":"

Customize keyCode to change the key value.

\n","type":"IFormatter","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#formatter"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"},{"name":"items","description":"

Specifies the list of tools for dual ListBox.\nThe predefined tools are 'moveUp', 'moveDown', 'moveTo', 'moveFrom', 'moveAllTo', and 'moveAllFrom'.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/list-box/toolbarSettings#items"}],"rich-text-editor/tribute":[{"name":"placeholder","description":"

Specifies the placeholder for the RichTextEditor’s content used when the RichTextEditor body is empty.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#placeholder"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/rich-text-editor/#appendto"}],"document-editor/default":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/character-formatting":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/paragraph-formatting":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/styles":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/bullets-and-numbering":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/links-and-bookmarks":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/table-formatting":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/section-formatting":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/headers-and-footers":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/table-of-contents":[{"name":"isReadOnly","description":"

Gets or sets a value indicating whether the document editor is in read only state or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#isreadonly"},{"name":"enableAllModules","description":"

Enables all the modules.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableallmodules"},{"name":"acceptTab","description":"

Gets or Sets a value indicating whether tab key can be accepted as input or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#accepttab"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"enableLocalPaste","description":"

Gets or sets a value indicating whether local paste needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablelocalpaste"},{"name":"zoomFactor","description":"

Gets or sets the zoom factor in document editor.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactor"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"selectionChange","description":"

Triggers whenever selection changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#selectionchange"},{"name":"requestNavigate","description":"

Triggers whenever hyperlink is clicked or tapped in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#requestnavigate"},{"name":"contentChange","description":"

Triggers whenever content changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#contentchange"},{"name":"open","description":"

Opens the given Sfdt text.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#open"},{"name":"print","description":"

Prints the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#print"},{"name":"openBlank","description":"

Opens a blank document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#openblank"},{"name":"focusIn","description":"

Shifts the focus to the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#focusin"},{"name":"save","description":"

Saves the document.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#save"},{"name":"showDialog","description":"

Shows the dialog.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showdialog"},{"name":"showOptionsPane","description":"

Shows the options pane.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#showoptionspane"},{"name":"fitPage","description":"

Fits the page based on given fit type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#fitpage"},{"name":"getStyleNames","description":"

Gets the style names based on given style type.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#getstylenames"},{"name":"resize","description":"

Resizes the component and its sub elements based on given size or container size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#resize"},{"name":"goToPage","description":"

Moves the selection to the start of specified page number.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotopage"},{"name":"goToHeader","description":"

Moves the selection to the header of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotoheader"},{"name":"goToFooter","description":"

Moves the selection to the footer of current page.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#gotofooter"},{"name":"closeHeaderFooter","description":"

Closes the header and footer region.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selection#closeheaderfooter"},{"name":"resize","description":"

Resizes the image based on given size.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/selectionImageFormat#resize"},{"name":"insertImage","description":"

Inserts the image with specified size at cursor position in the document editor.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertimage"},{"name":"toggleBold","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglebold"},{"name":"toggleItalic","description":"

Toggles the bold property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleitalic"},{"name":"toggleUnderline","description":"

Toggles the underline property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggleunderline"},{"name":"toggleStrikethrough","description":"

Toggles the strike through property of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglestrikethrough"},{"name":"toggleSubscript","description":"

Toggles the subscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesubscript"},{"name":"toggleSuperscript","description":"

Toggles the superscript formatting of selected contents.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#togglesuperscript"},{"name":"toggleTextAlignment","description":"

Toggles the text alignment of selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#toggletextalignment"},{"name":"increaseIndent","description":"

Increases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#increaseindent"},{"name":"decreaseIndent","description":"

Decreases the left indent of selected paragraphs to a factor of 36 points.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#decreaseindent"},{"name":"applyNumbering","description":"

Applies the numbering list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applynumbering"},{"name":"applyBullet","description":"

Applies the bullet list to selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applybullet"},{"name":"applyStyle","description":"

To update style for paragraph

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applystyle"},{"name":"clearList","description":"

Clears the list format for selected paragraphs.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearlist"},{"name":"clearFormatting","description":"

Clears the formatting.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#clearformatting"},{"name":"canMergeCells","description":"

Determines whether merge cell operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#canmergecells"},{"name":"mergeCells","description":"

Merge the selected cells.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#mergecells"},{"name":"applyBorders","description":"

Applies the borders based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#applyborders"},{"name":"insertTableOfContents","description":"

Inserts, modifies or updates the table of contents based on given settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#inserttableofcontents"},{"name":"insertRow","description":"

Inserts the specified number of rows to the table above or below to the row at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertrow"},{"name":"insertColumn","description":"

Inserts the specified number of columns to the table left or right to the column at cursor position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#insertcolumn"},{"name":"deleteRow","description":"

Deletes the selected row(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deleterow"},{"name":"deleteColumn","description":"

Deletes the selected column(s).

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editor#deletecolumn"},{"name":"undo","description":"

Reverts the last editing action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#undo"},{"name":"redo","description":"

Performs the last reverted action.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#redo"},{"name":"canUndo","description":"

Determines whether undo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canundo"},{"name":"canRedo","description":"

Determines whether redo operation can be done.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/editorHistory#canredo"}],"document-editor/print":[{"name":"enablePrint","description":"

Gets or sets a value indicating whether print needs to be enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enableprint"},{"name":"documentName","description":"

Gets or sets the name of the document.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentname"},{"name":"pageOutline","description":"

Gets or sets the page outline color.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/document-editor/#pageoutline"},{"name":"scrollToPage","description":"

Scrolls view to start of the given page number if exists.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/#scrolltopage"},{"name":"viewChange","description":"

Triggers whenever container view changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#viewchange"},{"name":"documentChange","description":"

Triggers whenever document changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#documentchange"},{"name":"zoomFactorChange","description":"

Triggers whenever zoom factor changes in the document editor.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/document-editor/#zoomfactorchange"}],"document-editor/right-to-left":[{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/document-editor/#enablertl"}],"document-editor/custom-context-menu":[{"name":"addCustomMenu","description":"

To add and customize custom context menu

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/document-editor/contextMenu#addcustommenu"}],"button/default":[{"name":"isPrimary","description":"

Allows the appearance of the Button to be enhanced and visually appealing when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#isprimary"},{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the Button element. The Button types, styles, and\nsize can be defined by using\nthis.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#cssclass"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the Button that is used to include an icon.\nButtons can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#iconcss"},{"name":"isToggle","description":"

Makes the Button toggle, when set to true. When you click it, the state changes from normal to active.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/button/#istoggle"},{"name":"iconPosition","description":"

Positions the icon before/after the text content in the Button.\nThe possible values are:

\n
    \n
  • Left: The icon will be positioned to the left of the text content.
  • \n
  • Right: The icon will be positioned to the right of the text content.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#iconposition"},{"name":"content","description":"

Defines the text content of the Button element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/button/#content"}],"button/checkbox":[{"name":"label","description":"

Defines the caption for the CheckBox, that describes the purpose of the CheckBox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/check-box/#label"},{"name":"checked","description":"

Specifies a value that indicates whether the CheckBox is checked or not.\nWhen set to true, the CheckBox will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#checked"},{"name":"indeterminate","description":"

Specifies a value that indicates whether the CheckBox is in indeterminate state or not.\nWhen set to true, the CheckBox will be in indeterminate state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#indeterminate"},{"name":"disabled","description":"

Specifies a value that indicates whether the CheckBox is disabled or not.\nWhen set to true, the CheckBox will be in disabled state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/check-box/#disabled"},{"name":"change","description":"

Triggers when the CheckBox state has been changed by user interaction.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/check-box/#change"}],"button/radio-button":[{"name":"label","description":"

Defines the caption for the RadioButton, that describes the purpose of the RadioButton.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#label"},{"name":"name","description":"

Defines name attribute for the RadioButton.\nIt is used to reference form data (RadioButton value) after a form is submitted.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#name"},{"name":"value","description":"

Defines value attribute for the RadioButton.\nIt is a form data passed to the server when submitting the form.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/radio-button/#value"},{"name":"checked","description":"

Specifies a value that indicates whether the RadioButton is checked or not.\nWhen set to true, the RadioButton will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/radio-button/#checked"}],"button/dropdown-button":[{"name":"items","description":"

Specifies action items with its properties which will be rendered as DropDownButton popup.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#items"},{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the DropDownButton element. The\nDropDownButton size and styles can be customized by using this.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#cssclass"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the DropDownButton that is used to\ninclude an icon. DropDownButton can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-button/#iconcss"}],"button/split-button":[{"name":"items","description":"

Specifies action items with its properties which will be rendered as SplitButton secondary button popup.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/split-button/#items"},{"name":"content","description":"

Defines the content of the SplitButton primary action button can either be a text or HTML elements.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#content"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the SplitButton that is used to include an\nicon. SplitButton can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/split-button/#iconcss"},{"name":"beforeItemRender","description":"

Triggers while rendering each Popup item of SplitButton.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/split-button/#beforeitemrender"}],"button/switch":[{"name":"checked","description":"

Specifies a value that indicates whether the Switch is checked or not.\nWhen set to true, the Switch will be in checked state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#checked"},{"name":"disabled","description":"

Specifies a value that indicates whether the Switch is disabled or not.\nWhen set to true, the Switch will be in disabled state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/switch/#disabled"}],"button/progress-button":[{"name":"content","description":"

Defines the text content of the progress button element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#content"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the progress button that is used to include an icon.\nProgress button can also include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#iconcss"},{"name":"cssClass","description":"

Specifies the root CSS class of the progress button that allows customization of component’s appearance.\nThe progress button types, styles, and size can be achieved by using this property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/progress-button/#cssclass"},{"name":"duration","description":"

Specifies the duration of progression in the progress button.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/progress-button/#duration"},{"name":"disabled","description":"

Enables or disables the progress button.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#disabled"},{"name":"isPrimary","description":"

Allows the appearance of the progress button to be enhanced and visually appealing when set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#isprimary"},{"name":"enableProgress","description":"

Enables or disables the background filler UI in the progress button.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/progress-button/#enableprogress"},{"name":"end","description":"

Triggers when the progress is completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#end"},{"name":"begin","description":"

Triggers when the progress starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/progress-button/#begin"},{"name":"spinSettings","description":"

Specifies a spinner and its related properties.

\n","type":"SpinSettingsModel","link":"//ej2.syncfusion.com/documentation/api/progress-button/#spinsettings"},{"name":"animationSettings","description":"

Specifies the animation settings.

\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/progress-button/#animationsettings"}],"schedule/default":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/local-data":[{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/remote-data":[{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/calendar-integration":[{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"dataBinding","description":"

Triggers before the data binds to the scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#databinding"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/recurrence-events":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/block-events":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/search-events":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/timezone":[{"name":"timezone","description":"

Schedule will be assigned with specific timezone, so as to display the events in it accordingly. By default,\nSchedule dates are processed with System timezone, as no timezone will be assigned specifically to the Schedule at the initial time.\nWhenever the Schedule is bound to remote data services, it is always recommended to set specific timezone to Schedule to make the\nevents on it to display on the same time irrespective of the system timezone. It usually accepts\nthe valid IANA timezone names.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#timezone"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"}],"schedule/external-drag-drop":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},{"name":"cssClass","description":"

It is used to customize the Schedule which accepts custom CSS class names that defines specific user-defined styles and themes\nto be applied on the Schedule element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#cssclass"},{"name":"workHours","description":"

The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to\nhighlight it or not. This functionality is handled through workHours property and the start work hour should be 9 AM by default\nand end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.

\n","type":"WorkHoursModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#workhours"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"actionBegin","description":"

Triggers on beginning of every scheduler action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionbegin"}],"schedule/virtual-scrolling":[{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/views":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/timeline":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/agenda":[{"name":"agendaDaysCount","description":"

Sets the number of days to be displayed by default in Agenda View and in case of virtual scrolling,\nthe number of days will be fetched on each scroll-end based on this count.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/schedule/#agendadayscount"},{"name":"hideEmptyAgendaDays","description":"

The days which does not has even a single event to display will be hidden from the UI of Agenda View by default.\nWhen this property is set to false, the empty dates will also be displayed on the Schedule.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#hideemptyagendadays"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/month-agenda":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/year":[{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/views-configuration":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/extended-views":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/timeline-resources":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/resources":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/resource":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/group-editing":[{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/group-custom-work-days":[{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/add-remove-resources":[{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/adaptive-rows":[{"name":"rowAutoHeight","description":"

when set to true, allows the height of the work-cells to adjust automatically\nbased on the number of appointments present in those time ranges.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#rowautoheight"},{"name":"currentView","description":"

To set the active view on scheduler, the currentView property can be used and it usually accepts either of the following available\nview options. The view option specified in this property will be initially loaded on the schedule.

\n
    \n
  • Day
  • \n
  • Week
  • \n
  • WorkWeek
  • \n
  • Month
  • \n
  • Agenda
  • \n
  • MonthAgenda
  • \n
  • TimelineDay
  • \n
  • TimelineWeek
  • \n
  • TimelineWorkWeek
  • \n
  • TimelineMonth
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#currentview"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/resource-grouping":[{"name":"resourceHeaderTemplate","description":"

Template option to customize the resource header bar. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the resource header cells.\nThe following can be accessible via template.

\n
    \n
  • resource - All the resource fields.
  • \n
  • resourceData - object collection of current resource.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#resourceheadertemplate"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/timeline-resource-grouping":[{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/group-by-date":[{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/group-by-child":[{"name":"startHour","description":"

It is used to specify the starting hour, from which the Schedule starts to display. It accepts the time string in a short skeleton\nformat and also, hides the time beyond the specified start time.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#starthour"},{"name":"endHour","description":"

It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#endhour"},{"name":"group","description":"

Allows defining the group related settings of multiple resources. When this property is non-empty, it means\nthat the resources will be grouped on the schedule layout based on the provided resource names.

\n","type":"GroupModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#group"},{"name":"resources","description":"

Allows defining the collection of resources to be displayed on the Schedule. The resource collection needs to be defined\nwith unique resource names to identify it along with the respective dataSource and field mapping options.

\n","type":"ResourcesModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#resources"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"}],"schedule/cell-template":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"cellTemplate","description":"

The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the work cells.\nThe fields accessible via template are as follows.

\n
    \n
  • date
  • \n
  • groupIndex
  • \n
  • type
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#celltemplate"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/date-header-template":[{"name":"cssClass","description":"

It is used to customize the Schedule which accepts custom CSS class names that defines specific user-defined styles and themes\nto be applied on the Schedule element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#cssclass"},{"name":"dateHeaderTemplate","description":"

It accepts either the string or HTMLElement as template design content and parse it appropriately before displaying it onto\nthe date header cells. The field that can be accessed via this template is date.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#dateheadertemplate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"renderCell","description":"

Triggers before each element of the schedule rendering on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#rendercell"}],"schedule/event-template":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"cellTemplate","description":"

The template option which is used to render the customized work cells on the Schedule. Here, the template accepts either\nthe string or HTMLElement as template design and then the parsed design is displayed onto the work cells.\nThe fields accessible via template are as follows.

\n
    \n
  • date
  • \n
  • groupIndex
  • \n
  • type
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#celltemplate"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/tooltip":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/editor-validation":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/editor-custom-field":[{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"popupOpen","description":"

Triggers before any of the scheduler popups opens on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupopen"}],"schedule/editor-template":[{"name":"editorTemplate","description":"

The template option to render the customized editor window. The form elements defined within this template should be accompanied\nwith e-field class, so as to fetch and process it from internally.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#editortemplate"},{"name":"showQuickInfo","description":"

When set to true, displays a quick popup with cell or event details on single clicking over the cells or on events.\nBy default, it is set to true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showquickinfo"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"popupOpen","description":"

Triggers before any of the scheduler popups opens on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupopen"},{"name":"actionBegin","description":"

Triggers on beginning of every scheduler action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionbegin"}],"schedule/header-rows":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"headerRows","description":"

Allows defining the collection of custom header rows to display the year, month, week, date and hour label as an individual row\non the timeline view of the scheduler.

\n","type":"HeaderRowsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#headerrows"}],"schedule/time-scale":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"timeScale","description":"

Allows to set different time duration on Schedule along with the customized grid count. It also has template option to\ncustomize the time slots with required time values in its own format.

\n","type":"TimeScaleModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#timescale"}],"schedule/context-menu":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/header-bar":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"workHours","description":"

The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to\nhighlight it or not. This functionality is handled through workHours property and the start work hour should be 9 AM by default\nand end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.

\n","type":"WorkHoursModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#workhours"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/scroll-to":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"scrollTo","description":"

Scrolls the Schedule content area to the specified time.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#scrollto"}],"schedule/work-days":[{"name":"workDays","description":"

It is used to set the working days on Schedule. The only days that are defined in this collection will be rendered on the workWeek\nview whereas on other views, it will display all the usual days and simply highlights the working days with different shade.

\n","type":"number[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#workdays"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/hide-weekend":[{"name":"showWeekend","description":"

When set to false, it hides the weekend days of a week from the Schedule. The days which are not defined in the working days\ncollection are usually treated as weekend days.\nNote: By default, this option is not applicable on Work Week view.\nFor example, if the working days are defined as [1, 2, 3, 4], then the remaining days of that week will be considered as\nthe weekend days and will be hidden on all the views.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showweekend"}],"schedule/work-hour":[{"name":"workHours","description":"

The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to\nhighlight it or not. This functionality is handled through workHours property and the start work hour should be 9 AM by default\nand end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.

\n","type":"WorkHoursModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#workhours"},{"name":"views","description":"

This property holds the views collection and its configurations. It accepts either the array of view names or the array of view\nobjects that holds different configurations for each views. By default,\nSchedule displays all the views namely Day, Week, Work Week, Month and Agenda.\nExample for array of views:

\n

Example for array of view objects:

\n","type":"View[]|ViewsModel[]","link":"//ej2.syncfusion.com/documentation/api/schedule/#views"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/start-end-hour":[{"name":"startHour","description":"

It is used to specify the starting hour, from which the Schedule starts to display. It accepts the time string in a short skeleton\nformat and also, hides the time beyond the specified start time.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#starthour"},{"name":"endHour","description":"

It is used to specify the end hour, at which the Schedule ends. It too accepts the time string in a short skeleton format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#endhour"},{"name":"workHours","description":"

The working hours should be highlighted on Schedule with different color shade and an additional option must be provided to\nhighlight it or not. This functionality is handled through workHours property and the start work hour should be 9 AM by default\nand end work hour should point to 6 PM. The start and end working hours needs to be provided as Time value of short skeleton type.

\n","type":"WorkHoursModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#workhours"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"}],"schedule/cell-dimension":[{"name":"cssClass","description":"

It is used to customize the Schedule which accepts custom CSS class names that defines specific user-defined styles and themes\nto be applied on the Schedule element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/schedule/#cssclass"},{"name":"showTimeIndicator","description":"

When set to false, hides the current time indicator from the Schedule. Otherwise,\nit visually depicts the live current system time appropriately on the user interface.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#showtimeindicator"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"created","description":"

Triggers after the scheduler component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#created"},{"name":"actionComplete","description":"

Triggers on successful completion of the scheduler actions.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actioncomplete"}],"schedule/read-only-events":[{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"eventClick","description":"

Triggers when the events are single clicked or on single tapping the events on the mobile devices.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventclick"},{"name":"popupOpen","description":"

Triggers before any of the scheduler popups opens on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupopen"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"}],"schedule/excel-export":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/calendar-export-import":[{"name":"importICalendar","description":"

Imports the events from an .ics file downloaded from any of the calendars like Google or Outlook into the Scheduler.\nThis method accepts the blob object of an .ics file to be imported as a mandatory argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#importicalendar"},{"name":"exportToICalendar","description":"

Exports the Scheduler events to a calendar (.ics) file. By default, the calendar is exported with a file name Calendar.ics.\nTo change this file name on export, pass the custom string value as fileName to get the file downloaded with this provided name.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/schedule/#exporttoicalendar"}],"schedule/print":[{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"}],"schedule/keyboard-interaction":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"selectedDate","description":"

To mark the active (current) date on the Schedule, selectedDate property can be defined.\nUsually, it defaults to the current System date.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/schedule/#selecteddate"},{"name":"allowKeyboardInteraction","description":"

When set to true, allows the keyboard interaction to take place on Schedule.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/schedule/#allowkeyboardinteraction"}],"schedule/events":[{"name":"width","description":"

Sets the width of the Schedule component, accepting both string and number values.\nThe string value can be either pixel or percentage format.\nWhen set to auto, the Schedule width gets auto-adjusted and display its content related to the viewable screen size.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#width"},{"name":"height","description":"

Sets the height of the Schedule component, accepting both string and number values.\nThe string type includes either pixel or percentage values.\nWhen height is set with specific pixel value, then the Schedule will be rendered to that specified space.\nIn case, if auto value is set, then the height of the Schedule gets auto-adjusted within the given container.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/schedule/#height"},{"name":"eventSettings","description":"

Complete set of settings related to Schedule events to bind it to local or remote dataSource, map applicable database fields and\nother validation to be carried out on the available fields.

\n","type":"EventSettingsModel","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventsettings"},{"name":"eventRendered","description":"

Triggers before each of the event getting rendered on the scheduler user interface.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventrendered"},{"name":"created","description":"

Triggers after the scheduler component is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#created"},{"name":"actionBegin","description":"

Triggers on beginning of every scheduler action.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionbegin"},{"name":"actionComplete","description":"

Triggers on successful completion of the scheduler actions.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actioncomplete"},{"name":"actionFailure","description":"

Triggers when a scheduler action gets failed or interrupted and an error information will be returned.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#actionfailure"},{"name":"cellClick","description":"

Triggers when the scheduler cells are single clicked or on single tap on the same cells in mobile devices.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#cellclick"},{"name":"cellDoubleClick","description":"

Triggers when the scheduler cells are double clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#celldoubleclick"},{"name":"destroyed","description":"

Triggers when the scheduler component is destroyed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#destroyed"},{"name":"navigating","description":"

Triggers before the date or view navigation takes place on scheduler.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#navigating"},{"name":"eventClick","description":"

Triggers when the events are single clicked or on single tapping the events on the mobile devices.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#eventclick"},{"name":"popupOpen","description":"

Triggers before any of the scheduler popups opens on the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/schedule/#popupopen"}],"gantt/default":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"eventMarkers","description":"

Defines events and status of project throughout the timeline.

\n","type":"EventMarkerModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#eventmarkers"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"}],"gantt/local-data":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/remote-data":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"includeWeekend","description":"

Defines weekend days are considered as working day or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#includeweekend"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/self-reference-data":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/work-week":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"workWeek","description":"

Defines workweek of project.

\n","type":"string[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#workweek"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"}],"gantt/working-time-range":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"dayWorkingTime","description":"

Defines customized working time of project.

\n","type":"DayWorkingTimeModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#dayworkingtime"}],"gantt/holidays":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"holidays","description":"

Defines holidays presented in project timeline.

\n","type":"HolidayModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#holidays"}],"gantt/resources":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"}],"gantt/event-markers":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"eventMarkers","description":"

Defines events and status of project throughout the timeline.

\n","type":"EventMarkerModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#eventmarkers"}],"gantt/indicators":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/baseline":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"renderBaseline","description":"

If renderBaseline is set to true, then baselines are rendered for tasks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#renderbaseline"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"includeWeekend","description":"

Defines weekend days are considered as working day or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#includeweekend"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"tooltipSettings","description":"

Enables or disables default tooltip of Gantt element and defines customized tooltip for Gantt elements.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#tooltipsettings"},{"name":"durationUnit","description":"

durationUnit Specifies the duration unit for each tasks whether day or hour or minute.

\n
    \n
  • day: Sets the duration unit as day.
  • \n
  • hour: Sets the duration unit as hour.
  • \n
  • minute: Sets the duration unit as minute.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#durationunit"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\nBy default, the format is based on the culture.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"dayWorkingTime","description":"

Defines customized working time of project.

\n","type":"DayWorkingTimeModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#dayworkingtime"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/unscheduled-tasks":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"editSettings","description":"

Configures edit settings of Gantt.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#editsettings"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"allowUnscheduledTasks","description":"

Enables or disables rendering of unscheduled tasks in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowunscheduledtasks"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"toolbarClick","description":"

Triggers when toolbar item was clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbarclick"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"}],"gantt/timeline":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"eventMarkers","description":"

Defines events and status of project throughout the timeline.

\n","type":"EventMarkerModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#eventmarkers"}],"gantt/zooming":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/editing":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\nBy default, the format is based on the culture.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"editSettings","description":"

Configures edit settings of Gantt.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#editsettings"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/selection":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/filtering":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\nBy default, the format is based on the culture.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"allowFiltering","description":"

Enables or disables filtering support in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowfiltering"},{"name":"includeWeekend","description":"

Defines weekend days are considered as working day or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#includeweekend"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"durationUnit","description":"

durationUnit Specifies the duration unit for each tasks whether day or hour or minute.

\n
    \n
  • day: Sets the duration unit as day.
  • \n
  • hour: Sets the duration unit as hour.
  • \n
  • minute: Sets the duration unit as minute.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#durationunit"},{"name":"dayWorkingTime","description":"

Defines customized working time of project.

\n","type":"DayWorkingTimeModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#dayworkingtime"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/contextMenu":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\nBy default, the format is based on the culture.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"editSettings","description":"

Configures edit settings of Gantt.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#editsettings"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"enableContextMenu","description":"

If enableContextMenu is set to true, Enable context menu in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#enablecontextmenu"},{"name":"contextMenuItems","description":"

contextMenuItems defines both built-in and custom context menu items.

\n","type":"ContextMenuItem[]|ContextMenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#contextmenuitems"}],"gantt/exporting":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\nBy default, the format is based on the culture.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"allowExcelExport","description":"

If allowExcelExport set to true, then it will allow the user to export Gantt to Excel and CSV file.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowexcelexport"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"toolbarClick","description":"

Triggers when toolbar item was clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbarclick"}],"gantt/events":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowSelection","description":"

If allowSelection is set to true, it allows selection of (highlight row) Gantt chart rows by clicking it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowselection"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"toolbarClick","description":"

Triggers when toolbar item was clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbarclick"}],"gantt/keyboard-interactions":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"allowKeyboard","description":"

Enables or disables the key board interaction of Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowkeyboard"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"editSettings","description":"

Configures edit settings of Gantt.

\n","type":"EditSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#editsettings"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/column-menu":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowFiltering","description":"

Enables or disables filtering support in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowfiltering"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of gantt chart tasks when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowsorting"},{"name":"showColumnMenu","description":"

If showColumnMenu set to true, then it will enable the column menu options in each columns.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#showcolumnmenu"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/show-hide-column":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/reorder":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowReordering","description":"

If allowReordering is set to true, Gantt columns can be reordered.\nReordering can be done by drag and drop of a particular column from one index to another index.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowreordering"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/resizing":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"allowResizing","description":"

If allowResizing is set to true, Gantt columns can be resized.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowresizing"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/column-template":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"rowHeight","description":"

Defines height value for grid rows and chart rows in Gantt.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowheight"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/header-template":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/taskbar-template":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"dateFormat","description":"

Specifies the dateFormat for Gantt, given format is displayed in tooltip and Grid cells.\nBy default, the format is based on the culture.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#dateformat"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"rowHeight","description":"

Defines height value for grid rows and chart rows in Gantt.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowheight"},{"name":"taskbarHeight","description":"

Defines height of taskbar element in Gantt.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbarheight"},{"name":"dayWorkingTime","description":"

Defines customized working time of project.

\n","type":"DayWorkingTimeModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#dayworkingtime"},{"name":"durationUnit","description":"

durationUnit Specifies the duration unit for each tasks whether day or hour or minute.

\n
    \n
  • day: Sets the duration unit as day.
  • \n
  • hour: Sets the duration unit as hour.
  • \n
  • minute: Sets the duration unit as minute.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#durationunit"},{"name":"eventMarkers","description":"

Defines events and status of project throughout the timeline.

\n","type":"EventMarkerModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#eventmarkers"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskbarTemplate","description":"

The task bar template that renders customized child task bars from the given template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskbartemplate"},{"name":"milestoneTemplate","description":"

The milestone template that renders customized milestone task from the given template.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#milestonetemplate"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"timelineSettings","description":"

Configures timeline settings of Gantt.\nDefines default timeline modes or customized top tier mode and bottom tier mode or single tier only.

\n","type":"TimelineSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#timelinesettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"tooltipSettings","description":"

Enables or disables default tooltip of Gantt element and defines customized tooltip for Gantt elements.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#tooltipsettings"}],"gantt/tasklabel-template":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"rowHeight","description":"

Defines height value for grid rows and chart rows in Gantt.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#rowheight"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"}],"gantt/tooltip-template":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"renderBaseline","description":"

If renderBaseline is set to true, then baselines are rendered for tasks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#renderbaseline"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"resourceNameMapping","description":"

Defines mapping property to get resource name value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourcenamemapping"},{"name":"resourceIDMapping","description":"

Defines mapping property to get resource id value from resource collection.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#resourceidmapping"},{"name":"resources","description":"

Defines resource collection assigned for projects.

\n","type":"Object[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#resources"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"tooltipSettings","description":"

Enables or disables default tooltip of Gantt element and defines customized tooltip for Gantt elements.

\n","type":"TooltipSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#tooltipsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/toolbar-template":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"allowFiltering","description":"

Enables or disables filtering support in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowfiltering"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"toolbar","description":"

toolbar defines the toolbar items of the Gantt.\nIt contains built-in and custom toolbar items.\nIf an array value is assigned, it is considered as the list of built-in and custom toolbar items in the Gantt's toolbar.\n<br><br>\nThe available built-in toolbar items are:

\n
    \n
  • Add: Adds a new record.
  • \n
  • Edit: Edits the selected task.
  • \n
  • Update: Updates the edited task.
  • \n
  • Delete: Deletes the selected task.
  • \n
  • Cancel: Cancels the edit state.
  • \n
  • Search: Searches tasks by the given key.
  • \n
  • ExpandAll: Expands all the task of Gantt.
  • \n
  • CollapseAll: Collapses all the task of Gantt.
  • \n
  • PrevTimeSpan: Extends timeline with one unit before the timeline start date.
  • \n
  • NextTimeSpan: Extends timeline with one unit after the timeline finish date.
  • \n
  • ZoomIn: ZoomIn the Gantt control.
  • \n
  • ZoomOut: ZoomOut the Gantt control.
  • \n
  • ZoomToFit: Display the all tasks within the viewable Gantt chart.
  • \n
  • ExcelExport: To export in Excel format
  • \n
  • CsvExport : To export in CSV format
  • \n
\n","type":"[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbar"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"},{"name":"toolbarClick","description":"

Triggers when toolbar item was clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/gantt/#toolbarclick"}],"gantt/grid-lines":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"gridLines","description":"

Configures the grid lines in tree grid and gantt chart.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/gantt/#gridlines"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/sorting":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of gantt chart tasks when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowsorting"},{"name":"sortSettings","description":"

Configures the sort settings of the Gantt.

\n","type":"SortSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#sortsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/sorting-api":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"allowSorting","description":"

If allowSorting is set to true, it allows sorting of gantt chart tasks when column header is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowsorting"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"gantt/drag-and-drop":[{"name":"dataSource","description":"

It is used to render Gantt chart rows and tasks.\ndataSource value was defined as array of JavaScript objects or instances of DataManager.

\n","type":"Object[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/gantt/#datasource"},{"name":"taskFields","description":"

Defines mapping properties to find task values such as id, start date, end date, duration and progress values from data source.

\n","type":"TaskFieldsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#taskfields"},{"name":"columns","description":"

Defines column collection displayed in grid\nIf the columns declaration was empty then columns are automatically populated from taskSettings value.

\n","type":"Column[]|string[]|ColumnModel[]","link":"//ej2.syncfusion.com/documentation/api/gantt/#columns"},{"name":"treeColumnIndex","description":"

To define expander column index in Grid.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/gantt/#treecolumnindex"},{"name":"height","description":"

Defines the height of the Gantt component container.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#height"},{"name":"highlightWeekends","description":"

If highlightWeekends set to true, then all weekend days are highlighted in week - day timeline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#highlightweekends"},{"name":"allowRowDragAndDrop","description":"

If allowRowDragAndDrop set to true, then it will allow the user to perform drag and drop action in Gantt.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/gantt/#allowrowdraganddrop"},{"name":"splitterSettings","description":"

Configures the splitter settings for Gantt.

\n","type":"SplitterSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#splittersettings"},{"name":"labelSettings","description":"

Defines the right, left and inner task labels in task bar.

\n","type":"LabelSettingsModel","link":"//ej2.syncfusion.com/documentation/api/gantt/#labelsettings"},{"name":"projectStartDate","description":"

Defines start date of the project, if projectStartDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectstartdate"},{"name":"projectEndDate","description":"

Defines end date of the project, if projectEndDate value not set then it will be calculated from data source.

\n","type":"Date|string","link":"//ej2.syncfusion.com/documentation/api/gantt/#projectenddate"}],"calendar/default":[{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#change"}],"calendar/disabled":[{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#renderdaycell"},{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#change"}],"calendar/date-range":[{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/calendar/#min"},{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/calendar/#max"},{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#change"}],"calendar/special-dates":[{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#renderdaycell"},{"name":"change","description":"

Triggers when the Calendar value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/calendar/#change"}],"calendar/multi-selection":[{"name":"isMultiSelection","description":"

Specifies the option to enable the multiple dates selection of the calendar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#ismultiselection"},{"name":"values","description":"

Gets or sets multiple selected dates of the calendar.

\n","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/calendar/#values"}],"calendar/month-picker":[{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#start"},{"name":"depth","description":"

Sets the maximum level of view such as month, year, and decade in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/calendar/#depth"}],"calendar/islamic-calendar":[{"name":"isMultiSelection","description":"

Specifies the option to enable the multiple dates selection of the calendar.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/calendar/#ismultiselection"},{"name":"values","description":"

Gets or sets multiple selected dates of the calendar.

\n","type":"Date[]","link":"//ej2.syncfusion.com/documentation/api/calendar/#values"}],"datepicker/default":[{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"}],"datepicker/disabled":[{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"},{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#renderdaycell"}],"datepicker/date-range":[{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#min"},{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#max"},{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#value"},{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"}],"datepicker/date-format":[{"name":"format","description":"

Specifies the format of the value that to be displayed in component. By default, the format is based on the culture.

\n","type":"string|FormatObject","link":"//ej2.syncfusion.com/documentation/api/datepicker/#format"},{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#value"},{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"}],"datepicker/special-dates":[{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#value"},{"name":"placeholder","description":"

Specifies the placeholder text that displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#placeholder"},{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datepicker/#renderdaycell"}],"datepicker/month-picker":[{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#start"},{"name":"depth","description":"

Sets the maximum level of view such as month, year, and decade in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/datepicker/#depth"}],"daterangepicker/default":[{"name":"placeholder","description":"

Specifies the placeholder text that need to be displayed in the DateRangePicker component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#placeholder"}],"daterangepicker/date-range":[{"name":"placeholder","description":"

Specifies the placeholder text that need to be displayed in the DateRangePicker component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#placeholder"},{"name":"min","description":"

Gets or sets the minimum date that can be selected in the calendar-popup.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#min"},{"name":"max","description":"

Gets or sets the maximum date that can be selected in the calendar-popup.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#max"}],"daterangepicker/day-span":[{"name":"placeholder","description":"

Specifies the placeholder text that need to be displayed in the DateRangePicker component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#placeholder"},{"name":"minDays","description":"

Specifies the minimum span of days that can be allowed in date range selection.

\n
\n

For more details refer to\nRange Span documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#mindays"},{"name":"maxDays","description":"

Specifies the maximum span of days that can be allowed in a date range selection.

\n
\n

For more details refer to\nRange Span documentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#maxdays"}],"daterangepicker/presets":[{"name":"placeholder","description":"

Specifies the placeholder text that need to be displayed in the DateRangePicker component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#placeholder"},{"name":"presets","description":"

Set the predefined ranges which let the user pick required range easily in a component.

\n
\n

For more details refer to\nPreset Ranges documentation.

\n
\n","type":"PresetsModel[]","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#presets"}],"daterangepicker/date-format":[{"name":"format","description":"

Sets or gets the required date format to the start and end date string.

\n
\n

For more details refer to\nFormatsample.

\n
\n","type":"string|RangeFormatObject","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#format"},{"name":"value","description":"

Gets or sets the start and end date of the Calendar.

\n","type":"Date[]|DateRange","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#value"}],"daterangepicker/month-range-picker":[{"name":"start","description":"

Specifies the initial view of the Calendar when it is opened.\nWith the help of this property, initial view can be changed to year or decade view.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#start"},{"name":"depth","description":"

Sets the maximum level of view (month, year, decade) in the Calendar.\nDepth view should be smaller than the start view to restrict its view navigation.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/daterangepicker/#depth"}],"datetimepicker/disabled":[{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#renderdaycell"}],"datetimepicker/date-time-range":[{"name":"min","description":"

Gets or sets the minimum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#min"},{"name":"max","description":"

Gets or sets the maximum date that can be selected in the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#max"},{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datepicker/#value"}],"datetimepicker/date-time-format":[{"name":"format","description":"

Specifies the format of the value that to be displayed in component. By default, the format is based on the culture.

\n","type":"string|FormatObject","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#format"},{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#value"}],"datetimepicker/special-dates":[{"name":"renderDayCell","description":"

Triggers when each day cell of the Calendar is rendered.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#renderdaycell"},{"name":"value","description":"

Gets or sets the selected date of the Calendar.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/datetimepicker/#value"}],"timepicker/default":[{"name":"placeholder","description":"

Specifies the placeholder text that is displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#placeholder"}],"timepicker/time-range":[{"name":"placeholder","description":"

Specifies the placeholder text that is displayed in textbox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/timepicker/#placeholder"},{"name":"value","description":"

Gets or sets the value of the component. The value is parsed based on the culture specific time format.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#value"},{"name":"readonly","description":"

Specifies the component in readonly state.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#readonly"},{"name":"enabled","description":"

Specifies whether the component to be disabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/timepicker/#enabled"},{"name":"min","description":"

Gets or sets the minimum time value that can be allowed to select in TimePicker.

\n
\n

For more details refer to\nTime Range documentation.

\n
\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#min"},{"name":"change","description":"

Triggers when the value is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#change"}],"timepicker/time-format":[{"name":"value","description":"

Gets or sets the value of the component. The value is parsed based on the culture specific time format.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#value"},{"name":"step","description":"

Specifies the time interval between the two adjacent time values in the popup list.

\n
\n

For more details refer to\nFormatdocumentation.

\n
\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/timepicker/#step"},{"name":"format","description":"

Specifies the format of value that is to be displayed in component. By default, the format is\nbased on the culture.

\n
\n

For more details refer to\nFormat documentation.

\n
\n","type":"string|TimeFormatObject","link":"//ej2.syncfusion.com/documentation/api/timepicker/#format"}],"timepicker/list-formatting":[{"name":"value","description":"

Gets or sets the value of the component. The value is parsed based on the culture specific time format.

\n","type":"Date","link":"//ej2.syncfusion.com/documentation/api/timepicker/#value"},{"name":"itemRender","description":"

Triggers while rendering the each popup list item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/timepicker/#itemrender"}],"auto-complete/default":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#value"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"}],"auto-complete/grouping-icon":[{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item
  • \n
  • value - Maps the value column from data table for each list item
  • \n
  • iconCss - Maps the icon class column from data table for each list item
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field
  • \n
\n
\n

For more details about the field mapping refer to Data binding documentation.

\n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#fields"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"}],"auto-complete/data-binding":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"suggestionCount","description":"

Supports the specified number\nof list items on the suggestion popup.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#suggestioncount"},{"name":"query","description":"

Accepts the external query\nthat execute along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#query"},{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#sortorder"},{"name":"autofill","description":"

Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#autofill"},{"name":"filterType","description":"

Determines on which filter type, the component needs to be considered on search action.\nThe available FilterType\nand its supported data types are\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nFilterType<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td><td colSpan=1 rowSpan=1>\nSupported Types<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nStartsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value begins with the specified value.<br/></td><td colSpan=1 rowSpan=1>\nString<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nEndsWith<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value ends with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nContains<br/></td><td colSpan=1 rowSpan=1>\nChecks whether a value contains with specified value.<br/><br/></td><td colSpan=1 rowSpan=1>\n<br/>String<br/></td></tr>\n</table>

\n

The default value set to Contains, all the suggestion items which contain typed characters to listed in the suggestion popup.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#filtertype"},{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#change"}],"auto-complete/template":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item
  • \n
  • value - Maps the value column from data table for each list item
  • \n
  • iconCss - Maps the icon class column from data table for each list item
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field
  • \n
\n
\n

For more details about the field mapping refer to Data binding documentation.

\n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#fields"},{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#headertemplate"},{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#itemtemplate"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#popupheight"}],"auto-complete/highlight":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item
  • \n
  • value - Maps the value column from data table for each list item
  • \n
  • iconCss - Maps the icon class column from data table for each list item
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field
  • \n
\n
\n

For more details about the field mapping refer to Data binding documentation.

\n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#fields"},{"name":"highlight","description":"

When set to ‘true’, highlight the searched characters on suggested list items.

\n
\n

For more details about the highlight refer to Custom highlight search documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#highlight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"}],"auto-complete/custom-filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"filtering","description":"

Triggers on typing a character in the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#filtering"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item
  • \n
  • value - Maps the value column from data table for each list item
  • \n
  • iconCss - Maps the icon class column from data table for each list item
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field
  • \n
\n
\n

For more details about the field mapping refer to Data binding documentation.

\n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#fields"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"}],"auto-complete/diacritics-filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#datasource"},{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#ignoreaccent"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/auto-complete/#placeholder"}],"combo-box/default":[{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"},{"name":"index","description":"

Gets or sets the index of the selected item in the component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#index"},{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#change"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"}],"combo-box/grouping-icon":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"}],"combo-box/data-binding":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"query","description":"

Accepts the external Query\nthat execute along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/combo-box/#query"},{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/combo-box/#sortorder"},{"name":"autofill","description":"

Specifies whether suggest a first matched item in input when searching. No action happens when no matches found.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#autofill"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"}],"combo-box/custom-value":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"},{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowfiltering"},{"name":"noRecordsTemplate","description":"

Accepts the template design and assigns it to popup list of component\nwhen no data is available on the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#norecordstemplate"},{"name":"filtering","description":"

Triggers on typing a character in the component.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#filtering"},{"name":"width","description":"

Specifies the width of the component. By default, the component width sets based on the width of\nits parent container. You can also set the width in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#width"}],"combo-box/template":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#headertemplate"},{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#itemtemplate"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"}],"combo-box/filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowfiltering"},{"name":"filtering","description":"

Triggers on typing a character in the component.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#filtering"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"}],"combo-box/cascading":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"allowCustom","description":"

Specifies whether the component allows user defined value which does not exist in data source.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowcustom"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/combo-box/#fields"},{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/combo-box/#change"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/combo-box/#popupheight"},{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#value"},{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#enabled"}],"combo-box/diacritics-filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/combo-box/#datasource"},{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#ignoreaccent"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/combo-box/#placeholder"},{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/combo-box/#allowfiltering"}],"drop-down-list/default":[{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"},{"name":"index","description":"

Gets or sets the index of the selected item in the component.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#index"},{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#change"}],"drop-down-list/grouping-icon":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"}],"drop-down-list/data-binding":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"query","description":"

Accepts the external Query\nthat execute along with data processing.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#query"},{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#sortorder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"}],"drop-down-list/template":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#headertemplate"},{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#itemtemplate"},{"name":"valueTemplate","description":"

Accepts the template design and assigns it to the selected list item in the input element of the component.\nFor more details about the available template options refer to\nTemplate documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#valuetemplate"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"}],"drop-down-list/filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#allowfiltering"},{"name":"filtering","description":"

Triggers on typing a character in the filter bar when the\nallowFiltering\nis enabled.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filtering"},{"name":"filterBarPlaceholder","description":"

Accepts the value to be displayed as a watermark text on the filter bar.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#filterbarplaceholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"}],"drop-down-list/cascading":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"change","description":"

Triggers when an item in a popup is selected or when the model value is changed by user.\nUse change event to\nConfigure the Cascading DropDownList

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#change"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"},{"name":"popupHeight","description":"

Specifies the height of the popup list.

\n
\n

For more details about the popup configuration refer to\nPopup Configuration documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#popupheight"},{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#value"},{"name":"enabled","description":"

Specifies a value that indicates whether the component is enabled or not.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#enabled"}],"drop-down-list/inline":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#fields"},{"name":"value","description":"

Gets or sets the value of the selected item in the component.

\n","type":"number|string|boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#value"}],"drop-down-list/diacritics-filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#datasource"},{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#ignoreaccent"},{"name":"placeholder","description":"

Specifies a short hint that describes the expected value of the DropDownList component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#placeholder"},{"name":"allowFiltering","description":"

When allowFiltering is set to true, show the filter bar (search box) of the component.\nThe filter action retrieves matched items through the filtering event based on\nthe characters typed in the search TextBox.\nIf no match is found, the value of the noRecordsTemplate property will be displayed.

\n
\n

For more details about the filtering refer to Filtering documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/drop-down-list/#allowfiltering"}],"multi-select/default":[{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"}],"multi-select/data-binding":[{"name":"query","description":"

Accepts the external Query\nwhich will execute along with the data processing in MultiSelect.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/multi-select/#query"},{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"sortOrder","description":"

Specifies the sortOrder to sort the data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/multi-select/#sortorder"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"}],"multi-select/grouping-icon":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"}],"multi-select/template":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"headerTemplate","description":"

Accepts the template design and assigns it to the header container of the popup list.

\n
\n

For more details about the available template options refer to Template documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#headertemplate"},{"name":"itemTemplate","description":"

Accepts the template design and assigns it to each list item present in the popup.

\n
\n

For more details about the available template options refer to Template documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#itemtemplate"},{"name":"valueTemplate","description":"

Accepts the template design and assigns it to the selected list item in the input element of the component.\nFor more details about the available template options refer to\nTemplate documentation.\nWe have built-in template engine\nwhich provides options to compile template string into a executable function.\nFor EX: We have expression evolution as like ES6 expression string literals.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#valuetemplate"},{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"}],"multi-select/filtering":[{"name":"query","description":"

Accepts the external Query\nwhich will execute along with the data processing in MultiSelect.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/multi-select/#query"},{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"allowFiltering","description":"

To enable the filtering option in this component.\nFilter action performs when type in search box and collect the matched item through filtering event.\nIf searching character does not match, noRecordsTemplate property value will be shown.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#allowfiltering"},{"name":"filtering","description":"

Triggers event,when user types a text in search box.

\n
\n

For more details about filtering, refer to Filtering documentation.

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#filtering"}],"multi-select/custom-value":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},{"name":"allowCustomValue","description":"

Allows user to add a\ncustom value, the value which is not present in the suggestion list.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#allowcustomvalue"}],"multi-select/chip-customization":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},{"name":"tagging","description":"

Fires before set the selected item as chip in the component.

\n
\n

For more details about chip customization refer Chip Customization

\n
\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/multi-select/#tagging"}],"multi-select/checkbox":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"}],"multi-select/grouping-with-checkbox":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"mode","description":"

configures visibility mode for component interaction.

\n
    \n
  • \n

    Box - selected items will be visualized in chip.

    \n
  • \n
  • \n

    Delimiter - selected items will be visualized in text content.

    \n
  • \n
  • \n

    Default - on focus in component will act in box mode.\non blur component will act in delimiter mode.

    \n
  • \n
  • \n

    CheckBox - The 'checkbox' will be visualized in list item.

    \n
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#mode"},{"name":"enableGroupCheckBox","description":"

Specifies a Boolean value that indicates the whether the grouped list items are\nallowed to check by checking the group header in checkbox mode.\nBy default, there is no checkbox provided for group headers.\nThis property allows you to render checkbox for group headers and to select\nall the grouped items at once

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#enablegroupcheckbox"}],"multi-select/selection-limit":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/multi-select/#fields"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"maximumSelectionLength","description":"

Sets limitation to the value selection.\nbased on the limitation, list selection will be prevented.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/multi-select/#maximumselectionlength"}],"multi-select/diacritics-filtering":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the MultiSelect component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/multi-select/#datasource"},{"name":"placeholder","description":"

Gets or sets the placeholder in the component to display the given information\nin input when no item selected.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/multi-select/#placeholder"},{"name":"ignoreAccent","description":"

ignoreAccent set to true, then ignores the diacritic characters or accents when filtering.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/multi-select/#ignoreaccent"}],"list-box/default":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the ListBox component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"}],"list-box/dual-list-box":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the ListBox component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#fields"},{"name":"scope","description":"

Defines the scope value to group sets of draggable and droppable ListBox.\nA draggable with the same scope value will be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#scope"},{"name":"toolbarSettings","description":"

Specifies the toolbar items and its position.

\n","type":"ToolbarSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#toolbarsettings"},{"name":"height","description":"

Sets the height of the ListBox component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-box/#height"}],"list-box/drag-and-drop":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the ListBox component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"},{"name":"scope","description":"

Defines the scope value to group sets of draggable and droppable ListBox.\nA draggable with the same scope value will be accepted by the droppable.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-box/#scope"},{"name":"allowDragAndDrop","description":"

If 'allowDragAndDrop' is set to true, then you can perform drag and drop of the list item.\nListBox contains same 'scope' property enables drag and drop between multiple ListBox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-box/#allowdraganddrop"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#fields"},{"name":"height","description":"

Sets the height of the ListBox component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-box/#height"}],"list-box/checkbox":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the ListBox component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"},{"name":"selectionSettings","description":"

Specifies the selection mode and its type.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#selectionsettings"}],"list-box/api":[{"name":"dataSource","description":"

Accepts the list items either through local or remote service and binds it to the ListBox component.\nIt can be an array of JSON Objects or an instance of\nDataManager.

\n","type":"[]|DataManager|string[]|number[]|boolean[]","link":"//ej2.syncfusion.com/documentation/api/list-box/#datasource"},{"name":"fields","description":"

The fields property maps the columns of the data table and binds the data to the component.

\n
    \n
  • text - Maps the text column from data table for each list item.
  • \n
  • value - Maps the value column from data table for each list item.
  • \n
  • iconCss - Maps the icon class column from data table for each list item.
  • \n
  • groupBy - Group the list items with it's related items by mapping groupBy field.
  • \n
\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#fields"},{"name":"sortOrder","description":"

Specifies the sortOrder to sort the ListBox data source. The available type of sort orders are

\n
    \n
  • None - The data source is not sorting.
  • \n
  • Ascending - The data source is sorting with ascending order.
  • \n
  • Descending - The data source is sorting with descending order.
  • \n
\n","type":"SortOrder","link":"//ej2.syncfusion.com/documentation/api/list-box/#sortorder"},{"name":"selectionSettings","description":"

Specifies the selection mode and its type.

\n","type":"SelectionSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-box/#selectionsettings"}],"accordion/default":[{"name":"header","description":"

Sets the header text to be displayed for the Accordion item.\nYou can set the title of the Accordion item using header property.\nIt also supports to include the title as HTML element, string, or query selector.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#header"},{"name":"content","description":"

Sets the text content to be displayed for the Accordion item.\nYou can set the content of the Accordion item using content property.\nIt also supports to include the title as HTML element, string, or query selector.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#content"},{"name":"expanded","description":"

Sets the expand (true) or collapse (false) state of the Accordion item. By default, all the items are in a collapsed state.

\n","type":"Boolean","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#expanded"},{"name":"items","description":"

An array of item that is used to specify Accordion items.

\n","type":"AccordionItemModel[]","link":"//ej2.syncfusion.com/documentation/api/accordion/#items"}],"accordion/ajax":[{"name":"expandMode","description":"

Specifies the options to expand single or multiple panel at a time.\nThe possible values are:

\n
    \n
  • Single: Sets to expand only one Accordion item at a time.
  • \n
  • Multiple: Sets to expand more than one Accordion item at a time.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/#expandmode"},{"name":"expanding","description":"

The event will be fired before the item gets collapsed/expanded.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/accordion/#expanding"}],"accordion/icon":[{"name":"iconCss","description":"

Defines an icon with the given custom CSS class that is to be rendered before the header text.\nAdd the css classes to the iconCss property and write the css styles to the defined class to set images/icons.\nAdding icon is applicable only to the header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/accordion/accordionItem#iconcss"}],"context-menu/default":[{"name":"target","description":"

Specifies target element selector in which the ContextMenu should be opened.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/context-menu/#target"},{"name":"items","description":"

Specifies menu items with its properties which will be rendered as ContextMenu.

\n","type":"MenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/context-menu/#items"},{"name":"beforeItemRender","description":"

Triggers while rendering each menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/context-menu/#beforeitemrender"},{"name":"animationSettings","description":"

Specifies the animation settings for the sub menu open.

\n","type":"MenuAnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/context-menu/#animationsettings"},{"name":"text","description":"

Specifies text for menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#text"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.\nMenu Item can include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#iconcss"},{"name":"items","description":"

Specifies the sub menu items that is the array of MenuItem model.

\n","type":"MenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#items"},{"name":"separator","description":"

Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#separator"}],"menu/default":[{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"},{"name":"orientation","description":"

Specified the orientation of Menu whether it can be horizontal or vertical.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#orientation"},{"name":"text","description":"

Specifies text for menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#text"},{"name":"iconCss","description":"

Defines class/multiple classes separated by a space for the menu Item that is used to include an icon.\nMenu Item can include font icon and sprite image.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#iconcss"},{"name":"items","description":"

Specifies the sub menu items that is the array of MenuItem model.

\n","type":"MenuItemModel[]","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#items"},{"name":"separator","description":"

Specifies separator between the menu items. Separator are either horizontal or vertical lines used to group menu items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/common/menuItem#separator"}],"menu/data-binding":[{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"}],"menu/scrollable":[{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"},{"name":"enableScrolling","description":"

Specifies whether to enable / disable the scrollable option in Menu.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#enablescrolling"},{"name":"cssClass","description":"

Defines class/multiple classes separated by a space in the Menu wrapper.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#cssclass"},{"name":"beforeOpen","description":"

Triggers before opening the menu item.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/menu/#beforeopen"}],"menu/template":[{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"},{"name":"fields","description":"

Specifies mapping fields from the dataSource.

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/menu/#fields"},{"name":"template","description":"

Specifies the template for Menu item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#template"},{"name":"text","description":"

Specifies the text field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#text"},{"name":"children","description":"

Specifies the children field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#children"}],"menu/hamburger-mode":[{"name":"hamburgerMode","description":"

Specifies whether to enable / disable the hamburger mode in Menu.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#hamburgermode"},{"name":"title","description":"

Specifies the title text for hamburger mode in Menu.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#title"}],"menu/api":[{"name":"orientation","description":"

Specified the orientation of Menu whether it can be horizontal or vertical.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/menu/#orientation"},{"name":"showItemOnClick","description":"

Specifies whether to show the sub menu or not on click.\nWhen set to true, the sub menu will open only on mouse click.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/menu/#showitemonclick"},{"name":"enableItems","description":"

This method is used to enable or disable the menu items in the Menu based on the items and enable argument.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/menu/#enableitems"}],"menu/toolbar-integration":[{"name":"items","description":"

Specifies menu items with its properties which will be rendered as Menu.

\n","type":"MenuItemModel[]|[]","link":"//ej2.syncfusion.com/documentation/api/menu/#items"}],"sidebar/default":[{"name":"type","description":"

Specifies the expanding types of the Sidebar.

\n
    \n
  • Over - The sidebar floats over the main content area.
  • \n
  • Push - The sidebar pushes the main content area to appear side-by-side, and shrinks the main content within the screen width.
  • \n
  • Slide - The sidebar translates the x and y positions of main content area based on the sidebar width.\nThe main content area will not be adjusted within the screen width.
  • \n
  • Auto - Sidebar with Over type in mobile resolution and Push type in other higher resolutions.
  • \n
\n
\n

For more details about SidebarType refer to\nSidebarType documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#type"},{"name":"position","description":"

Specifies the position of the Sidebar (Left/Right) corresponding to the main content.

\n
\n

For more details about SidebarPosition refer to\nposition documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#position"},{"name":"showBackdrop","description":"

Specifies the whether to apply overlay options to main content when the Sidebar is in an open state.

\n
\n

For more details about showBackdrop refer to\nBackdrop documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#showbackdrop"},{"name":"closeOnDocumentClick","description":"

Specifies whether the Sidebar need to be closed or not when document area is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#closeondocumentclick"},{"name":"change","description":"

Triggers when the state(expand/collapse) of the component is changed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#change"},{"name":"mediaQuery","description":"

Specifies the media query string for resolution, which when met opens the Sidebar.

\n
\n

For more details about mediaQuery refer to\nAuto Close documentation.

\n
\n","type":"string|MediaQueryList","link":"//ej2.syncfusion.com/documentation/api/sidebar/#mediaquery"}],"sidebar/docking-sidebar":[{"name":"enableDock","description":"

Specifies the docking state of the component.

\n
\n

For more details about enableDock refer to\nDock documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enabledock"},{"name":"dockSize","description":"

Specifies the size of the Sidebar in dock state.

\n
\n

For more details about dockSize refer to\nDock documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#docksize"}],"sidebar/api":[{"name":"showBackdrop","description":"

Specifies the whether to apply overlay options to main content when the Sidebar is in an open state.

\n
\n

For more details about showBackdrop refer to\nBackdrop documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#showbackdrop"},{"name":"position","description":"

Specifies the position of the Sidebar (Left/Right) corresponding to the main content.

\n
\n

For more details about SidebarPosition refer to\nposition documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#position"},{"name":"closeOnDocumentClick","description":"

Specifies whether the Sidebar need to be closed or not when document area is clicked.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#closeondocumentclick"}],"sidebar/sidebar-menu":[{"name":"mediaQuery","description":"

Specifies the media query string for resolution, which when met opens the Sidebar.

\n
\n

For more details about mediaQuery refer to\nAuto Close documentation.

\n
\n","type":"string|MediaQueryList","link":"//ej2.syncfusion.com/documentation/api/sidebar/#mediaquery"},{"name":"width","description":"

Specifies the width of the Sidebar. By default, the width of the Sidebar sets based on the size of its content.\nWidth can also be set in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#width"},{"name":"target","description":"

Allows to place the sidebar inside the target element.

\n
\n

For more details about target refer to\nCustom Context documentation.

\n
\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#target"},{"name":"dockSize","description":"

Specifies the size of the Sidebar in dock state.

\n
\n

For more details about dockSize refer to\nDock documentation.

\n
\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#docksize"},{"name":"enableDock","description":"

Specifies the docking state of the component.

\n
\n

For more details about enableDock refer to\nDock documentation.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/sidebar/#enabledock"}],"sidebar/responsive-panel":[{"name":"mediaQuery","description":"

Specifies the media query string for resolution, which when met opens the Sidebar.

\n
\n

For more details about mediaQuery refer to\nAuto Close documentation.

\n
\n","type":"string|MediaQueryList","link":"//ej2.syncfusion.com/documentation/api/sidebar/#mediaquery"},{"name":"width","description":"

Specifies the width of the Sidebar. By default, the width of the Sidebar sets based on the size of its content.\nWidth can also be set in pixel values.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/sidebar/#width"},{"name":"target","description":"

Allows to place the sidebar inside the target element.

\n
\n

For more details about target refer to\nCustom Context documentation.

\n
\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/sidebar/#target"}],"sidebar/sidebar-list":[{"name":"open","description":"

Triggers when component is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#open"},{"name":"close","description":"

Triggers when component is closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/sidebar/#close"}],"tab/default":[{"name":"text","description":"

Specifies the display text of the Tab item header.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tab/header#text"},{"name":"iconCss","description":"

Specifies the icon class that is used to render an icon in the Tab header.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/header#iconcss"},{"name":"content","description":"

Specifies the content of Tab item, that is displayed when concern item header is selected.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#content"},{"name":"items","description":"

An array of object that is used to configure the Tab component.

\n","type":"TabItemModel[]","link":"//ej2.syncfusion.com/documentation/api/tab/#items"}],"tab/orientation":[{"name":"headerPlacement","description":"

Specifies the orientation of Tab header.\nThe possible values are:

\n
    \n
  • Top: Places the Tab header on the top.
  • \n
  • Bottom: Places the Tab header at the bottom.
  • \n
  • Left: Places the Tab header on the left.
  • \n
  • Right: Places the Tab header at the right.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#headerplacement"},{"name":"showCloseButton","description":"

Specifies whether to show the close button for header items to remove the item from the Tab.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/#showclosebutton"}],"tab/responsive-modes":[{"name":"overflowMode","description":"

Specifies the Tab display mode when Tab content exceeds the viewing area.\nThe possible modes are:

\n
    \n
  • Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.
  • \n
  • Popup: Tab container holds the items that can be placed within the available space and rest of the items are moved to the popup.\nIf the popup content overflows the height of the page, the rest of the elements can be viewed by scrolling the popup.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tab/#overflowmode"}],"tab/wizard":[{"name":"disabled","description":"

Sets true to disable user interactions of the Tab item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tab/tabItem#disabled"}],"toolbar/default":[{"name":"text","description":"

Specifies the text to be displayed on the Toolbar button.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#text"},{"name":"prefixIcon","description":"

Defines single/multiple classes separated by space used to specify an icon for the button.\nThe icon will be positioned before the text content if text is available, otherwise the icon alone will be rendered.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#prefixicon"},{"name":"type","description":"

Specifies the types of command to be rendered in the Toolbar.\nSupported types are:

\n
    \n
  • Button: Creates the Button control with its given properties like text, prefixIcon, etc.
  • \n
  • Separator: Adds a horizontal line that separates the Toolbar commands.
  • \n
  • Input: Creates an input element that is applicable to template rendering with Syncfusion controls like DropDownList,\nAutoComplete, etc.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#type"},{"name":"tooltipText","description":"

Specifies the text to be displayed on the Toolbar button.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#tooltiptext"},{"name":"items","description":"

An array of items that is used to configure Toolbar commands.

\n","type":"ItemModel[]","link":"//ej2.syncfusion.com/documentation/api/toolbar/#items"}],"toolbar/popup":[{"name":"showAlwaysInPopup","description":"

Defines the priority of items to display it in popup always.\nIt allows to maintain toolbar item on popup always but it does not work for toolbar priority items.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#showalwaysinpopup"},{"name":"showTextOn","description":"

Specifies where the button text will be displayed on popup mode of the Toolbar.\nPossible values are:

\n
    \n
  • Toolbar: Text will be displayed on Toolbar only.
  • \n
  • Overflow: Text will be displayed only when content overflows to popup.
  • \n
  • Both: Text will be displayed on popup and Toolbar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#showtexton"},{"name":"overflow","description":"

Specifies the Toolbar command display area when an element's content is too large to fit available space.\nThis is applicable only to popup mode. Possible values are:

\n
    \n
  • Show: Always shows the item as the primary priority on the Toolbar.
  • \n
  • Hide: Always shows the item as the secondary priority on the popup.
  • \n
  • None: No priority for display, and as per normal order moves to popup when content exceeds.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#overflow"},{"name":"overflowMode","description":"

Specifies the Toolbar display mode when Toolbar content exceeds the viewing area.\nPossible modes are:

\n
    \n
  • Scrollable: All the elements are displayed in a single line with horizontal scrolling enabled.
  • \n
  • Popup: Prioritized elements are displayed on the Toolbar and the rest of elements are moved to the popup.
  • \n
  • MultiRow: Displays the overflow toolbar items as an in-line of a toolbar.
  • \n
  • Extended: Hide the overflowing toolbar items in the next row. Show the overflowing toolbar items when you click the expand icons.\nIf the popup content overflows the height of the page, the rest of the elements will be hidden.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/#overflowmode"}],"toolbar/alignment":[{"name":"align","description":"

Specifies the location for aligning Toolbar items on the Toolbar. Each command will be aligned according to the align property.\nPossible values are:

\n
    \n
  • Left: To align commands to the left side of the Toolbar.
  • \n
  • Center: To align commands at the center of the Toolbar.
  • \n
  • Right: To align commands to the right side of the Toolbar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#align"},{"name":"template","description":"

Specifies the HTML element/element ID as a string that can be added as a Toolbar command.

\n","type":"string|Object","link":"//ej2.syncfusion.com/documentation/api/toolbar/item#template"}],"treeview/default":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"}],"treeview/local-data":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"}],"treeview/remote-data":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"created","description":"

Triggers when the TreeView control is created successfully.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#created"},{"name":"dataBound","description":"

Triggers when data source is populated in the TreeView.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#databound"}],"treeview/icons":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"sortOrder","description":"

Specifies a value that indicates whether the nodes are sorted in the ascending or descending order,\nor are not sorted at all. The available types of sort order are,

\n
    \n
  • None - The nodes are not sorted.
  • \n
  • Ascending - The nodes are sorted in the ascending order.
  • \n
  • Descending - The nodes are sorted in the ascending order.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#sortorder"}],"treeview/check-box":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"showCheckBox","description":"

Indicates that the nodes will display CheckBoxes in the TreeView.\nThe CheckBox will be displayed next to the expand/collapse icon of the node. For more information on CheckBoxes, refer to\nCheckBox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#showcheckbox"}],"treeview/node-editing":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"allowEditing","description":"

Enables or disables editing of the text in the TreeView node. When allowEditing property is set\nto true, the TreeView allows you to edit the node by double clicking the node or by navigating to\nthe node and pressing F2 key. For more information on node editing, refer\nto Node Editing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowediting"}],"treeview/multiple-selection":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"allowMultiSelection","description":"

Enables or disables multi-selection of nodes. To select multiple nodes:

\n
    \n
  • Select the nodes by holding down the CTRL key while clicking on the nodes.
  • \n
  • Select consecutive nodes by clicking the first node to select and hold down the SHIFT key\nand click the last node to select.\nFor more information on multi-selection, refer to\nMulti-Selection.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowmultiselection"}],"treeview/drag-and-drop":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"allowDragAndDrop","description":"

Indicates whether the TreeView allows drag and drop of nodes. To drag and drop a node in\ndesktop, hold the mouse on the node, drag it to the target node and drop the node by releasing\nthe mouse. For touch devices, drag and drop operation is performed by touch, touch move\nand touch end. For more information on drag and drop nodes concept, refer to\nDrag and Drop.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowdraganddrop"},{"name":"allowMultiSelection","description":"

Enables or disables multi-selection of nodes. To select multiple nodes:

\n
    \n
  • Select the nodes by holding down the CTRL key while clicking on the nodes.
  • \n
  • Select consecutive nodes by clicking the first node to select and hold down the SHIFT key\nand click the last node to select.\nFor more information on multi-selection, refer to\nMulti-Selection.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/treeview/#allowmultiselection"},{"name":"nodeDragStop","description":"

Triggers when the TreeView node drag (move) is stopped.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodedragstop"}],"treeview/template":[{"name":"fields","description":"

Specifies the data source and mapping fields to render TreeView nodes.

\n","type":"FieldsSettingsModel","link":"//ej2.syncfusion.com/documentation/api/treeview/#fields"},{"name":"cssClass","description":"

Specifies the CSS classes to be added with root element of the TreeView to help customize the appearance of the component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#cssclass"},{"name":"nodeTemplate","description":"

Specifies a template to render customized content for all the nodes. If the nodeTemplate property\nis set, the template content overrides the displayed node text. The property accepts template string\ntemplate string\nor HTML element ID holding the content. For more information on template concept, refer to\nTemplate.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/treeview/#nodetemplate"}],"file-manager/overview":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/custom-thumbnail":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"}],"file-manager/default":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/drag-drop":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/usecase":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/azure-service":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/sql-server-provider":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/nodejs-file-provider":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/amazon-s3-provider":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/firebase":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"file-manager/ftp-file-provider":[{"name":"ajaxSettings","description":"

Specifies the AJAX settings of the file manager.

\n","type":"AjaxSettingsModel","link":"//ej2.syncfusion.com/documentation/api/file-manager/#ajaxsettings"},{"name":"view","description":"

Specifies the initial view of the file manager.\nWith the help of this property, initial view can be changed to details or largeicons view. The available views are:

\n
    \n
  • LargeIcons
  • \n
  • Details
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/file-manager/#view"}],"form-validator/default":[{"name":"customPlacement","description":"

Assigns the custom function to place the error message in the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#customplacement"},{"name":"validate","description":"

Validate the current form values using defined rules.\nReturns true when the form is valid otherwise false

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validate"},{"name":"validClass","description":"

Sets the defined css class to valid fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validclass"}],"form-validator/html5":[{"name":"customPlacement","description":"

Assigns the custom function to place the error message in the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#customplacement"},{"name":"validate","description":"

Validate the current form values using defined rules.\nReturns true when the form is valid otherwise false

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validate"},{"name":"validClass","description":"

Sets the defined css class to valid fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validclass"}],"form-validator/external-submit":[{"name":"customPlacement","description":"

Assigns the custom function to place the error message in the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#customplacement"},{"name":"validate","description":"

Validate the current form values using defined rules.\nReturns true when the form is valid otherwise false

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validate"},{"name":"validClass","description":"

Sets the defined css class to valid fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validclass"}],"form-validator/wizard-form":[{"name":"customPlacement","description":"

Assigns the custom function to place the error message in the page.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/form-validator/#customplacement"},{"name":"validate","description":"

Validate the current form values using defined rules.\nReturns true when the form is valid otherwise false

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validate"},{"name":"validClass","description":"

Sets the defined css class to valid fields

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/form-validator/#validclass"}],"textbox/default":[{"name":"placeholder","description":"

Specifies the text that is shown as a hint/placeholder until the user focus or enter a value in Textbox.\nThe property is depending on the floatLabelType property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#placeholder"},{"name":"floatLabelType","description":"

Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The placeholder text should not be float ever.
  • \n
  • Always - The placeholder text floats above the TextBox always.
  • \n
  • Auto - The placeholder text floats above the TextBox while focusing or enter a value in Textbox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#floatlabeltype"},{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enablertl"}],"textbox/multiline-textbox":[{"name":"multiline","description":"

Specifies a boolean value that enable or disable the multiline on the TextBox.\nThe TextBox changes from single line to multiline when enable this multiline mode.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#multiline"},{"name":"value","description":"

Sets the content of the TextBox.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#value"},{"name":"placeholder","description":"

Specifies the text that is shown as a hint/placeholder until the user focus or enter a value in Textbox.\nThe property is depending on the floatLabelType property.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#placeholder"},{"name":"floatLabelType","description":"

Specifies the floating label behavior of the TextBox that the placeholder text floats above the TextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The placeholder text should not be float ever.
  • \n
  • Always - The placeholder text floats above the TextBox always.
  • \n
  • Auto - The placeholder text floats above the TextBox while focusing or enter a value in Textbox.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/textbox/#floatlabeltype"},{"name":"enabled","description":"

Specifies a Boolean value that indicates whether the TextBox allow user to interact with it.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enabled"},{"name":"enableRtl","description":"

Enable or disable rendering component in right to left direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#enablertl"},{"name":"readonly","description":"

Specifies the boolean value whether the TextBox allows user to change the text.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/textbox/#readonly"}],"maskedtextbox/default":[{"name":"mask","description":"

Sets a value that masks the MaskedTextBox to allow/validate the user input.

\n\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#mask"}],"maskedtextbox/custom-mask":[{"name":"mask","description":"

Sets a value that masks the MaskedTextBox to allow/validate the user input.

\n\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#mask"},{"name":"customCharacters","description":"

Sets the collection of values to be mapped for non-mask elements(literals)\nwhich have been set in the mask of MaskedTextBox.

\n
    \n
  • In the below example, non-mask elements "P" accepts values\n"P" , "A" , "p" , "a" and "M" accepts values "M", "m" mentioned in the custom characters collection.\nFor more information on customCharacters, refer to\ncustomCharacters.
  • \n
\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#customcharacters"},{"name":"floatLabelType","description":"

The <b><a href="#placeholder" target="_blank">placeholder</a></b> acts as a label\nand floats above the MaskedTextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The floating label will not be enable when the placeholder is available.
  • \n
  • Always - The floating label always floats above the MaskedTextBox.
  • \n
  • Auto - The floating label floats above the MaskedTextBox after focusing it or when enters the value in it.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#floatlabeltype"}],"maskedtextbox/formats":[{"name":"mask","description":"

Sets a value that masks the MaskedTextBox to allow/validate the user input.

\n\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#mask"},{"name":"floatLabelType","description":"

The <b><a href="#placeholder" target="_blank">placeholder</a></b> acts as a label\nand floats above the MaskedTextBox based on the below values.\nPossible values are:

\n
    \n
  • Never - The floating label will not be enable when the placeholder is available.
  • \n
  • Always - The floating label always floats above the MaskedTextBox.
  • \n
  • Auto - The floating label floats above the MaskedTextBox after focusing it or when enters the value in it.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#floatlabeltype"},{"name":"change","description":"

Triggers when the value of the MaskedTextBox changes.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#change"},{"name":"promptChar","description":"

Gets or sets a value that will be shown as a prompting symbol for the masked value.\nThe symbol used to show input positions in the MaskedTextBox.\nFor more information on prompt-character, refer to\nprompt-character.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#promptchar"},{"name":"getMaskedValue","description":"

Gets the value of the MaskedTextBox with the masked format.\nBy using value property, you can get the raw value of maskedtextbox without literals and prompt characters.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#getmaskedvalue"},{"name":"value","description":"

Gets or sets the value of the MaskedTextBox. It is a raw value of the MaskedTextBox excluding literals\nand prompt characters. By using getMaskedValue property, you can get the value of MaskedTextBox with the masked format.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/maskedtextbox/#value"}],"numerictextbox/default":[{"name":"value","description":"

Sets the value of the NumericTextBox.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#value"},{"name":"format","description":"

Specifies the number format that indicates the display format for the value of the NumericTextBox.\nFor more information on formats, refer to\nformats.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#format"},{"name":"min","description":"

Specifies a minimum value that is allowed a user can enter.\nFor more information on min, refer to\nmin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#min"},{"name":"max","description":"

Specifies a maximum value that is allowed a user can enter.\nFor more information on max, refer to\nmax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#max"},{"name":"step","description":"

Specifies the incremental or decremental step size for the NumericTextBox.\nFor more information on step, refer to\nstep.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#step"}],"numerictextbox/range-validation":[{"name":"value","description":"

Sets the value of the NumericTextBox.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#value"},{"name":"min","description":"

Specifies a minimum value that is allowed a user can enter.\nFor more information on min, refer to\nmin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#min"},{"name":"max","description":"

Specifies a maximum value that is allowed a user can enter.\nFor more information on max, refer to\nmax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#max"},{"name":"step","description":"

Specifies the incremental or decremental step size for the NumericTextBox.\nFor more information on step, refer to\nstep.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#step"}],"numerictextbox/custom-format":[{"name":"value","description":"

Sets the value of the NumericTextBox.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#value"},{"name":"format","description":"

Specifies the number format that indicates the display format for the value of the NumericTextBox.\nFor more information on formats, refer to\nformats.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#format"},{"name":"min","description":"

Specifies a minimum value that is allowed a user can enter.\nFor more information on min, refer to\nmin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#min"},{"name":"max","description":"

Specifies a maximum value that is allowed a user can enter.\nFor more information on max, refer to\nmax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#max"}],"numerictextbox/restrict-decimals":[{"name":"value","description":"

Sets the value of the NumericTextBox.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#value"},{"name":"format","description":"

Specifies the number format that indicates the display format for the value of the NumericTextBox.\nFor more information on formats, refer to\nformats.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#format"},{"name":"min","description":"

Specifies a minimum value that is allowed a user can enter.\nFor more information on min, refer to\nmin.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#min"},{"name":"max","description":"

Specifies a maximum value that is allowed a user can enter.\nFor more information on max, refer to\nmax.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#max"},{"name":"step","description":"

Specifies the incremental or decremental step size for the NumericTextBox.\nFor more information on step, refer to\nstep.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#step"},{"name":"decimals","description":"

Specifies the number precision applied to the textbox value when the NumericTextBox is focused.\nFor more information on decimals, refer to\ndecimals.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#decimals"},{"name":"validateDecimalOnType","description":"

Specifies whether the decimals length should be restricted during typing.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/numerictextbox/#validatedecimalontype"}],"color-picker/default":[{"name":"value","description":"

It is used to set the color value for ColorPicker. It should be specified as Hex code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#value"}],"color-picker/inline":[{"name":"inline","description":"

It is used to render the ColorPicker component as inline.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#inline"},{"name":"value","description":"

It is used to set the color value for ColorPicker. It should be specified as Hex code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#value"},{"name":"mode","description":"

It is used to render the ColorPicker with the specified mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#mode"},{"name":"modeSwitcher","description":"

It is used to show / hide the mode switcher button of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#modeswitcher"},{"name":"showButtons","description":"

It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#showbuttons"}],"color-picker/custom":[{"name":"cssClass","description":"

This property sets the CSS classes to root element of the ColorPicker\nwhich helps to customize the UI styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#cssclass"},{"name":"inline","description":"

It is used to render the ColorPicker component as inline.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#inline"},{"name":"value","description":"

It is used to set the color value for ColorPicker. It should be specified as Hex code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#value"},{"name":"columns","description":"

It is used to render the ColorPicker palette with specified columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/color-picker/#columns"},{"name":"mode","description":"

It is used to render the ColorPicker with the specified mode.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#mode"},{"name":"modeSwitcher","description":"

It is used to show / hide the mode switcher button of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#modeswitcher"},{"name":"showButtons","description":"

It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#showbuttons"},{"name":"presetColors","description":"

It is used to load custom colors to palette.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/color-picker/#presetcolors"}],"color-picker/api":[{"name":"cssClass","description":"

This property sets the CSS classes to root element of the ColorPicker\nwhich helps to customize the UI styles.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#cssclass"},{"name":"inline","description":"

It is used to render the ColorPicker component as inline.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#inline"},{"name":"value","description":"

It is used to set the color value for ColorPicker. It should be specified as Hex code.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/color-picker/#value"},{"name":"columns","description":"

It is used to render the ColorPicker palette with specified columns.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/color-picker/#columns"},{"name":"showButtons","description":"

It is used to show / hide the control buttons (apply / cancel) of ColorPicker component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/color-picker/#showbuttons"},{"name":"presetColors","description":"

It is used to load custom colors to palette.

\n","type":"Object","link":"//ej2.syncfusion.com/documentation/api/color-picker/#presetcolors"}],"uploader/default":[{"name":"autoUpload","description":"

By default, the uploader component initiates automatic upload when the files are added in upload queue.\nIf you want to manipulate the files before uploading to server, disable the autoUpload property.\nThe buttons “upload” and “clear” will be hided from file list when autoUpload property is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#autoupload"},{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"}],"uploader/chunk-upload":[{"name":"autoUpload","description":"

By default, the uploader component initiates automatic upload when the files are added in upload queue.\nIf you want to manipulate the files before uploading to server, disable the autoUpload property.\nThe buttons “upload” and “clear” will be hided from file list when autoUpload property is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#autoupload"},{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"}],"uploader/custom-file-list":[{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"},{"name":"selected","description":"

Triggers after selecting or dropping the files by adding the files in upload queue.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#selected"},{"name":"progress","description":"

Triggers when uploading a file to the server using the AJAX request.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#progress"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"failure","description":"

Triggers when the AJAX request fails on uploading or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is failed from upload/remove.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the failure of the operation whether its upload or remove<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#failure"}],"uploader/preload-files":[{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"files","description":"

Specifies the list of files that will be preloaded on rendering of uploader component.\nThe property used to view and remove the uploaded files from server. By default, the files are configured with\nuploaded successfully state. The following properties are mandatory to configure the preload files:

\n
    \n
  • Name
  • \n
  • Size
  • \n
  • Type
  • \n
\n","type":"FilesPropModel[]","link":"//ej2.syncfusion.com/documentation/api/uploader/#files"},{"name":"removing","description":"

Triggers on removing the uploaded file. The event used to get confirm before removing the file from server.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#removing"},{"name":"failure","description":"

Triggers when the AJAX request fails on uploading or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is failed from upload/remove.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the failure of the operation whether its upload or remove<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#failure"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"}],"uploader/file-validation":[{"name":"autoUpload","description":"

By default, the uploader component initiates automatic upload when the files are added in upload queue.\nIf you want to manipulate the files before uploading to server, disable the autoUpload property.\nThe buttons “upload” and “clear” will be hided from file list when autoUpload property is true.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/uploader/#autoupload"},{"name":"minFileSize","description":"

Specifies the minimum file size to be uploaded in bytes.\nThe property used to make sure that you cannot upload empty files and small files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/#minfilesize"},{"name":"maxFileSize","description":"

Specifies the maximum allowed file size to be uploaded in bytes.\nThe property used to make sure that you cannot upload too large files.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/uploader/#maxfilesize"},{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the uploader component and pass the extensions\nwith comma separators. For example,\nif you want to upload specific image files, pass allowedExtensions as “.jpg,.png”.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowedextensions"},{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"selected","description":"

Triggers after selecting or dropping the files by adding the files in upload queue.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#selected"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"dropArea","description":"

Specifies the drop target to handle the drag-and-drop upload.\nBy default, the component creates wrapper around file input that will act as drop target.

\n
\n

For more information, refer to the drag-and-drop section from the documentation.

\n
\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/uploader/#droparea"}],"uploader/image-preview":[{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"template","description":"

Specifies the HTML string that used to customize the content of each file in the list.

\n
\n

For more information, refer to the template section from the documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#template"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"progress","description":"

Triggers when uploading a file to the server using the AJAX request.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#progress"},{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the uploader component and pass the extensions\nwith comma separators. For example,\nif you want to upload specific image files, pass allowedExtensions as “.jpg,.png”.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowedextensions"}],"uploader/file-upload-with-forms":[{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"template","description":"

Specifies the HTML string that used to customize the content of each file in the list.

\n
\n

For more information, refer to the template section from the documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#template"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"progress","description":"

Triggers when uploading a file to the server using the AJAX request.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#progress"},{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the uploader component and pass the extensions\nwith comma separators. For example,\nif you want to upload specific image files, pass allowedExtensions as “.jpg,.png”.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowedextensions"}],"uploader/custom-drop-area":[{"name":"asyncSettings","description":"

Configures the save and remove URL to perform the upload operations in the server asynchronously.

\n","type":"AsyncSettingsModel","link":"//ej2.syncfusion.com/documentation/api/uploader/#asyncsettings"},{"name":"template","description":"

Specifies the HTML string that used to customize the content of each file in the list.

\n
\n

For more information, refer to the template section from the documentation.

\n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#template"},{"name":"success","description":"

Triggers when the AJAX request gets success on uploading files or removing files.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploaded/removed.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\noperation<br/></td><td colSpan=1 rowSpan=1>\nIt indicates the success of the operation whether its uploaded or removed<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#success"},{"name":"progress","description":"

Triggers when uploading a file to the server using the AJAX request.\n<table>\n<tr>\n<td colSpan=1 rowSpan=1>\nEvent arguments<br/></td><td colSpan=1 rowSpan=1>\nDescription<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nevent<br/></td><td colSpan=1 rowSpan=1>\nAjax progress event arguments.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nfile<br/></td><td colSpan=1 rowSpan=1>\nFile information which is uploading to server.<br/></td></tr>\n<tr>\n<td colSpan=1 rowSpan=1>\nname<br/></td><td colSpan=1 rowSpan=1>\nName of the event<br/></td></tr>\n</table>

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/uploader/#progress"},{"name":"allowedExtensions","description":"

Specifies the extensions of the file types allowed in the uploader component and pass the extensions\nwith comma separators. For example,\nif you want to upload specific image files, pass allowedExtensions as “.jpg,.png”.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/uploader/#allowedextensions"}],"slider/default":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"}],"slider/ticks":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"enabled","description":"

It is used to enable or disable the slider.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enabled"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"}],"slider/tooltip":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"showButtons","description":"

It is used to show or hide the increase and decrease button of Slider Component,\nwhich is used to change the slider value.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#showbuttons"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"},{"name":"showOn","description":"

It is used to determine the device mode to show the Tooltip.\nIf it is in desktop, it will show the Tooltip content when hovering on the target element.\nIf it is in touch device. It will show the Tooltip content when tap and holding on the target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#showon"}],"slider/orientation":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"orientation","description":"

It is used to render Slider in either horizontal or vertical orientation.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#orientation"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"}],"slider/format":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"tooltipChange","description":"

We can trigger tooltipChange event when we change the Sider tooltip value.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#tooltipchange"},{"name":"renderingTicks","description":"

We can trigger renderingTicks event when the ticks rendered on Slider,\nwhich is used to customize the ticks labels dynamically.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderingticks"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"},{"name":"format","description":"

It is used to customize the Slider scale value to the desired format using Internationalization or events(custom formatting).

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#format"},{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"},{"name":"format","description":"

It is used to customize the Tooltip content to the desired format\nusing internationalization or events (custom formatting).

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#format"}],"slider/limits":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"},{"name":"enabled","description":"

It is used to enable the limit in the slider.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#enabled"},{"name":"minStart","description":"

It is used to set the minimum start limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#minstart"},{"name":"minEnd","description":"

It is used to set the minimum end limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#minend"},{"name":"maxStart","description":"

It is used to set the maximum start limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#maxstart"},{"name":"maxEnd","description":"

It is used to set the maximum end limit value.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#maxend"},{"name":"startHandleFixed","description":"

It is used to lock the first handle.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#starthandlefixed"},{"name":"endHandleFixed","description":"

It is used to lock the second handle.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/limitData#endhandlefixed"}],"slider/api":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"showButtons","description":"

It is used to show or hide the increase and decrease button of Slider Component,\nwhich is used to change the slider value.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#showbuttons"},{"name":"orientation","description":"

It is used to render Slider in either horizontal or vertical orientation.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#orientation"},{"name":"enabled","description":"

It is used to enable or disable the slider.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/#enabled"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"},{"name":"showOn","description":"

It is used to determine the device mode to show the Tooltip.\nIf it is in desktop, it will show the Tooltip content when hovering on the target element.\nIf it is in touch device. It will show the Tooltip content when tap and holding on the target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#showon"}],"slider/events":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"change","description":"

We can trigger change event whenever Slider value is changed.\nIn other term, this event will be triggered while drag the slider thumb.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#change"},{"name":"created","description":"

We can trigger created event when the Slider is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#created"},{"name":"changed","description":"

We can trigger changed event when Slider component action is completed while we change the Slider value.\nIn other term, this event will be triggered, while drag the slider thumb completed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#changed"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"},{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"},{"name":"showOn","description":"

It is used to determine the device mode to show the Tooltip.\nIf it is in desktop, it will show the Tooltip content when hovering on the target element.\nIf it is in touch device. It will show the Tooltip content when tap and holding on the target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#showon"}],"slider/thumb-customization":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"}],"slider/selection-bar-customization":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"change","description":"

We can trigger change event whenever Slider value is changed.\nIn other term, this event will be triggered while drag the slider thumb.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#change"},{"name":"created","description":"

We can trigger created event when the Slider is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#created"}],"slider/ticks-customization":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"renderedTicks","description":"

We can trigger renderedTicks event when the ticks are rendered on the Slider.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderedticks"},{"name":"renderingTicks","description":"

We can trigger renderingTicks event when the ticks rendered on Slider,\nwhich is used to customize the ticks labels dynamically.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderingticks"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"}],"slider/tooltip-customization":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"type","description":"

It is used to denote the type of the Slider. The available options are:

\n
    \n
  • default - Used to select a single value in the Slider.
  • \n
  • minRange - Used to select a single value in the Slider. It displays shadow from the start value to the current value.
  • \n
  • range - Used to select a range of values in the Slider. It displays shadow in-between the selection range.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/#type"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"step","description":"

It is used to denote the step value of Slider component which is the amount of Slider value change\nwhen increase / decrease button is clicked or press arrow keys or drag the thumb.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#step"},{"name":"tooltipChange","description":"

We can trigger tooltipChange event when we change the Sider tooltip value.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#tooltipchange"},{"name":"renderingTicks","description":"

We can trigger renderingTicks event when the ticks rendered on Slider,\nwhich is used to customize the ticks labels dynamically.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#renderingticks"},{"name":"created","description":"

We can trigger created event when the Slider is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#created"},{"name":"placement","description":"

It is used to denote the position of the ticks in the Slider. The available options are:

\n
    \n
  • before - Ticks are placed in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • after - Ticks are placed in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
  • both - Ticks are placed on the both side of the Slider bar.
  • \n
  • none - Ticks are not shown.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#placement"},{"name":"largeStep","description":"

It is used to denote the distance between two major (large) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#largestep"},{"name":"smallStep","description":"

It is used to denote the distance between two minor (small) ticks from the scale of the Slider.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#smallstep"},{"name":"showSmallTicks","description":"

We can show or hide the small ticks in the Slider, which will be appeared in between the largeTicks.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/ticksData#showsmallticks"},{"name":"isVisible","description":"

It is used to show or hide the Tooltip of Slider Component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#isvisible"},{"name":"placement","description":"

It is used to denote the position for the tooltip element in the Slider. The available options are:

\n
    \n
  • Before - Tooltip is shown in the top of the horizontal slider bar or at the left of the vertical slider bar.
  • \n
  • After - Tooltip is shown in the bottom of the horizontal slider bar or at the right of the vertical slider bar.
  • \n
\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/slider/tooltipData#placement"}],"slider/azure-pricing":[{"name":"value","description":"

It is used to denote the current value of the Slider.\nThe value should be specified in array of number when render Slider type as range.

\n","type":"number|number[]","link":"//ej2.syncfusion.com/documentation/api/slider/#value"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/slider/#appendto"},{"name":"min","description":"

It sets the minimum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#min"},{"name":"max","description":"

It sets the maximum value of Slider Component

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/slider/#max"},{"name":"change","description":"

We can trigger change event whenever Slider value is changed.\nIn other term, this event will be triggered while drag the slider thumb.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#change"},{"name":"created","description":"

We can trigger created event when the Slider is created.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/slider/#created"}],"dialog/default":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"visible","description":"

Specifies the value that represents whether the dialog component is visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#visible"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},{"name":"hide","description":"

Closes the dialog if it is in visible state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#hide"}],"dialog/custom-dialog":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"visible","description":"

Specifies the value that represents whether the dialog component is visible.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#visible"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},{"name":"hide","description":"

Closes the dialog if it is in visible state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#hide"}],"dialog/modal-dialog":[{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"isModal","description":"

Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.

\n
    \n
  • Modal: It creates overlay that disable interaction with the parent application and user should\nrespond with modal before continuing with other applications.
  • \n
  • Modeless: It does not prevent user interaction with parent application.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#ismodal"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},{"name":"hide","description":"

Closes the dialog if it is in visible state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#hide"},{"name":"overlayClick","description":"

Event triggers when the overlay of dialog is clicked.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#overlayclick"}],"dialog/template":[{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"isModal","description":"

Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.

\n
    \n
  • Modal: It creates overlay that disable interaction with the parent application and user should\nrespond with modal before continuing with other applications.
  • \n
  • Modeless: It does not prevent user interaction with parent application.
  • \n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#ismodal"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},{"name":"hide","description":"

Closes the dialog if it is in visible state.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#hide"}],"dialog/dialog-contents-via-ajax":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"}],"dialog/draggable":[{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"allowDragging","description":"

Specifies the value whether the dialog component can be dragged by the end-user.\nThe dialog allows to drag by selecting the header and dragging it for re-position the dialog.

\n
\n

More information on the draggable behavior can be found on this documentation section.

\n
\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#allowdragging"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"}],"dialog/resizable":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"show","description":"

Opens the dialog if it is in hidden state.\nTo open the dialog with full screen width, set the parameter to true.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/dialog/#show"},{"name":"enableResize","description":"

Specifies the value whether the dialog component can be resized by the end-user.\nIf enableResize is true, the dialog component creates grip to resize it diagonal direction.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#enableresize"}],"dialog/position":[{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"footerTemplate","description":"

Specifies the template value that can be displayed with dialog's footer area.\nThis is optional property and can be used only when the footer is occupied with information or custom components.\nBy default, the footer is configured with action buttons.\nIf footer template is configured to dialog, the action buttons property will be disabled.

\n
\n

More information on the footer template configuration can be found on this documentation section.

\n
\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#footertemplate"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},{"name":"position","description":"

Specifies the value where the dialog can be positioned within the document or target.\nThe position can be represented with pre-configured positions or specific X and Y values.

\n
    \n
  • X value: left, center, right, or offset value.
  • \n
  • Y value: top, center, bottom, or offset value.
  • \n
\n","type":"PositionDataModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#position"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"}],"dialog/animation":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"showCloseIcon","description":"

Specifies the value that represents whether the close icon is shown in the dialog component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#showcloseicon"},{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"content","description":"

Specifies the value that can be displayed in dialog's content area.\nIt can be information, list, or other HTML elements.\nThe content of dialog can be loaded with dynamic data such as database, AJAX content, and more.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#content"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"}],"dialog/multiple-dialogs":[{"name":"width","description":"

Specifies the width of the dialog.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/dialog/#width"},{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"}],"dialog/components-dialog":[{"name":"header","description":"

Specifies the value that can be displayed in the dialog's title area that can be configured with plain text or HTML elements.\nThis is optional property and the dialog can be displayed without header, if the header property is null.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/dialog/#header"},{"name":"target","description":"

Specifies the target element in which to display the dialog.\nThe default value is null, which refers the document.body element.

\n","type":"HTMLElement|string","link":"//ej2.syncfusion.com/documentation/api/dialog/#target"},{"name":"animationSettings","description":"

Specifies the animation settings of the dialog component.\nThe animation effect can be applied on open and close the dialog with duration and delay.

\n
\n

More information on the animation settings in dialog can be found on this documentation section.

\n
\n","type":"AnimationSettingsModel","link":"//ej2.syncfusion.com/documentation/api/dialog/#animationsettings"},{"name":"open","description":"

Event triggers when a dialog is opened.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#open"},{"name":"close","description":"

Event triggers after the dialog has been closed.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/dialog/#close"},{"name":"closeOnEscape","description":"

Specifies the boolean value whether the dialog can be closed with the escape key\nthat is used to control the dialog's closing behavior.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/dialog/#closeonescape"},{"name":"buttons","description":"

Configures the action buttons that contains button properties with primary attributes and click events.\nOne or more action buttons can be configured to the dialog.

\n
\n

More information on the button configuration can be found on this\ndocumentation section.

\n
\n","type":"ButtonPropsModel[]","link":"//ej2.syncfusion.com/documentation/api/dialog/#buttons"}],"listview/default":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"}],"listview/remote-data":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},{"name":"query","description":"

It is used to fetch the specific data from dataSource by using where, select key words.\nRefer the documentation [here]\n(./data-binding#bind-to-remote-data)\nto know more about this property with demo.

\n","type":"Query","link":"//ej2.syncfusion.com/documentation/api/list-view/#query"},{"name":"headerTitle","description":"

It is used to set the title of ListView component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"}],"listview/checklist":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},{"name":"showCheckBox","description":"

Using this property, we can show or hide the checkbox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showcheckbox"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"}],"listview/nested-list":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},{"name":"headerTitle","description":"

It is used to set the title of ListView component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},{"name":"showIcon","description":"

Using this property, we can show or hide the icon of list item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showicon"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"id","description":"

ID attribute of specific list-item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#id"},{"name":"text","description":"

Specifies the text field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#text"},{"name":"child","description":"

This property used for nested navigation of list-items.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#child"},{"name":"iconCss","description":"

Specifies the css icon field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#iconcss"},{"name":"tooltip","description":"

It is used to display tooltip content of text while hovering on list items.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#tooltip"}],"listview/virtualization":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"headerTitle","description":"

It is used to set the title of ListView component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},{"name":"enableVirtualization","description":"

It enables UI virtualization which will increase ListView performance on loading large number of data.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#enablevirtualization"},{"name":"height","description":"

It is used to set the height of the ListView component.

\n","type":"number|string","link":"//ej2.syncfusion.com/documentation/api/list-view/#height"},{"name":"template","description":"

The ListView supports to customize the content of each list items with the help of template property.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#template"},{"name":"actionBegin","description":"

We can trigger actionBegin event before every ListView action starts.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#actionbegin"},{"name":"actionComplete","description":"

We can trigger actionComplete event for every ListView action success event\nwith the dataSource parameter.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#actioncomplete"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"}],"listview/templates":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"template","description":"

The ListView supports to customize the content of each list items with the help of template property.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#template"},{"name":"headerTitle","description":"

It is used to set the title of ListView component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"id","description":"

ID attribute of specific list-item.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#id"},{"name":"text","description":"

Specifies the text field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#text"},{"name":"child","description":"

This property used for nested navigation of list-items.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/fieldSettings#child"}],"listview/group-template":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"template","description":"

The ListView supports to customize the content of each list items with the help of template property.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#template"},{"name":"groupTemplate","description":"

The ListView has an option to custom design the group header title with the help of groupTemplate property.\nRefer the documentation [here]\n(./listview/customizing-templates#group-template)\nto know more about this property with demo.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#grouptemplate"},{"name":"headerTitle","description":"

It is used to set the title of ListView component.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/list-view/#headertitle"},{"name":"showHeader","description":"

Using this property, we can show or hide the header of ListView component.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showheader"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"text","description":"

Specifies the text field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#text"},{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"}],"listview/call-history":[{"name":"dataSource","description":"

It provides the data to render the ListView component which is mapped\nwith the fields of ListView.

\n","type":"[]|string[]|number[]|DataManager","link":"//ej2.syncfusion.com/documentation/api/list-view/#datasource"},{"name":"fields","description":"

It is used to map keys from the dataSource which extracts the appropriate data from the dataSource\nwith specified mapped with the column fields to render the ListView.

\n","type":"FieldSettingsModel","link":"//ej2.syncfusion.com/documentation/api/list-view/#fields"},{"name":"showCheckBox","description":"

Using this property, we can show or hide the checkbox.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showcheckbox"},{"name":"checkBoxPosition","description":"

It is used to set the position of check box in an item.

\n","type":"checkBoxPosition","link":"//ej2.syncfusion.com/documentation/api/list-view/#checkboxposition"},{"name":"showIcon","description":"

Using this property, we can show or hide the icon of list item.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/list-view/#showicon"},{"name":"select","description":"

We can trigger the select event when we select the list item in the component.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/list-view/#select"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/list-view/#appendto"},{"name":"groupBy","description":"

Group the list items with it's related items by mapping groupBy field.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/drop-down-base/fieldSettings#groupby"},{"name":"iconCss","description":"

Specifies the css icon field for Menu item.

\n","type":"string|string[]","link":"//ej2.syncfusion.com/documentation/api/common/fieldSettings#iconcss"}],"tooltip/default":[{"name":"content","description":"

It is used to display the content of Tooltip which can be both string and HTML Elements.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tooltip/#content"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#appendto"}],"tooltip/template":[{"name":"content","description":"

It is used to display the content of Tooltip which can be both string and HTML Elements.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tooltip/#content"},{"name":"target","description":"

It is used to denote the target selector where the Tooltip need to be displayed.\nThe target element is considered as parent container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#target"},{"name":"beforeRender","description":"

We can trigger beforeRender event before the Tooltip and its contents are added to the DOM.\nWhen one of its arguments cancel is set to true, the Tooltip can be prevented from rendering on the page.\nThis event is mainly used for the purpose of customizing the Tooltip before it shows up on the screen.\nFor example, to load the AJAX content or to set new animation effects on the Tooltip, this event can be opted.\nRefer the documentation\nhere\nto know more about this property with demo.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforerender"},{"name":"showTipPointer","description":"

It is used to show or hide the tip pointer of Tooltip.

\n","type":"boolean","link":"//ej2.syncfusion.com/documentation/api/tooltip/#showtippointer"},{"name":"offsetX","description":"

It sets the space between the target and Tooltip element in X axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#offsetx"},{"name":"width","description":"

It is used to set the width of Tooltip component which accepts both string and number values.\nWhen set to auto, the Tooltip width gets auto adjusted to display its content within the viewable screen.

\n","type":"string|number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#width"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#appendto"}],"tooltip/ajax-content":[{"name":"content","description":"

It is used to display the content of Tooltip which can be both string and HTML Elements.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tooltip/#content"},{"name":"target","description":"

It is used to denote the target selector where the Tooltip need to be displayed.\nThe target element is considered as parent container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#target"},{"name":"position","description":"

It is used to set the position of Tooltip element, with respect to Target element.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#position"},{"name":"beforeRender","description":"

We can trigger beforeRender event before the Tooltip and its contents are added to the DOM.\nWhen one of its arguments cancel is set to true, the Tooltip can be prevented from rendering on the page.\nThis event is mainly used for the purpose of customizing the Tooltip before it shows up on the screen.\nFor example, to load the AJAX content or to set new animation effects on the Tooltip, this event can be opted.\nRefer the documentation\nhere\nto know more about this property with demo.

\n","type":"Event","link":"//ej2.syncfusion.com/documentation/api/tooltip/#beforerender"},{"name":"dataBind","description":"

When invoked, applies the pending property changes immediately to the component.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#databind"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#appendto"}],"tooltip/smart-position":[{"name":"content","description":"

It is used to display the content of Tooltip which can be both string and HTML Elements.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"string|HTMLElement","link":"//ej2.syncfusion.com/documentation/api/tooltip/#content"},{"name":"offsetX","description":"

It sets the space between the target and Tooltip element in X axis.

\n","type":"number","link":"//ej2.syncfusion.com/documentation/api/tooltip/#offsetx"},{"name":"target","description":"

It is used to denote the target selector where the Tooltip need to be displayed.\nThe target element is considered as parent container.

\n","type":"string","link":"//ej2.syncfusion.com/documentation/api/tooltip/#target"},{"name":"animation","description":"

We can set the same or different animation option to Tooltip while it is in open or close state.\nRefer the documentation here\nto know more about this property with demo.

\n","type":"AnimationModel","link":"//ej2.syncfusion.com/documentation/api/tooltip/#animation"},{"name":"open","description":"

It is used to show the Tooltip on the specified target with specific animation settings.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#open"},{"name":"close","description":"

It is used to hide the Tooltip with specific animation effect.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#close"},{"name":"refresh","description":"

It is used to refresh the Tooltip content and its position.

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#refresh"},{"name":"appendTo","description":"

Appends the control within the given HTML element

\n","type":"Method","link":"//ej2.syncfusion.com/documentation/api/tooltip/#appendto"}]} export let skipCommonChunk: string[] = ["card","avatar","badge"]; \ No newline at end of file diff --git a/src/common/sampleOrder.json b/src/common/sampleOrder.json index 68b22f28..7c990d51 100644 --- a/src/common/sampleOrder.json +++ b/src/common/sampleOrder.json @@ -1,6 +1,6 @@ { "Grids": ["Data Grid", "Pivot Table", "Tree Grid", "Spreadsheet"], - "Data Visualization": ["Chart", "Stock Chart", "Circular Gauge", "Linear Gauge", "Diagram", "Heatmap Chart", "Maps", "Range Selector", "Smith Chart","Barcode", "Sparkline Charts", "TreeMap"], + "Data Visualization": ["Chart", "Stock Chart", "Circular Gauge", "Linear Gauge", "Diagram", "Heatmap Chart", "Maps", "Range Selector", "Smith Chart","Barcode", "Sparkline Charts", "TreeMap", "Bullet Chart"], "Editors": ["Rich Text Editor", "DocumentEditor", "Chips", "Button", "In-place Editor"], "Calendars": ["Scheduler", "Gantt", "Calendar", "DatePicker", "DateRangePicker", "DateTimePicker", "TimePicker"], "Dropdowns": ["AutoComplete", "ComboBox", "Dropdown List", "MultiSelect Dropdown", "List Box"], diff --git a/src/common/search-index.json b/src/common/search-index.json index 6ba29527..84542d6d 100644 --- a/src/common/search-index.json +++ b/src/common/search-index.json @@ -1 +1 @@ -{"version":"0.9.5","fields":["component","name"],"ref":"uid","documentStore":{"docs":{"00000":{"url":"grid-overview","name":"Overview","description":"This demo for Essential JS 2 grid control is an overview of how to display and manipulate large data with configuration options.","category":"Data Grid","api":{"Grid":["dataSource","enableVirtualization","allowFiltering","allowSorting","allowSelection","selectionSettings","height","columns","dataBound","actionComplete","load"]},"uid":"00000","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00001":{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS 2 grid control shows the default rendering of the grid control with minimum configuration.","category":"Data Grid","api":{"Grid":["columns","dataSource"]},"uid":"00001","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00002":{"url":"grouping","name":"Grouping","description":"This demo for Essential JS 2 grid control demonstrates the grouping feature of the grid control. The grid control has options to group records based on columns.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","allowSorting","groupSettings","pageSettings","allowGrouping","height","columns"]},"uid":"00002","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00003":{"url":"grid-lines","name":"GridLines","description":"This demo for Essential JS 2 grid control demonstrates the visibility of the grid lines that separate the rows and columns.","category":"Data Grid","api":{"Grid":["dataSource","gridLines","columns"]},"uid":"00003","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00004":{"url":"scrolling","name":"Default Scrolling","description":"This demo for Essential JS 2 grid control shows the usage of the horizontal and vertical scrollbars to view grid content that exceeds the grid area.","category":"Scrolling","api":{"Grid":["dataSource","height","width","columns"]},"uid":"00004","order":1,"component":"Data Grid","dir":"grid","parentId":"00"},"00005":{"url":"virtual-scrolling","name":"Virtual Scrolling","description":"This demo demonstrates how to use Essential JS 2 grid to show a large data view without performance degradation by rendering only the required rows and columns.","category":"Scrolling","api":{"Grid":["dataSource","enableVirtualization","enableColumnVirtualization","dataBound","height","columns"]},"uid":"00005","order":1,"component":"Data Grid","dir":"grid","parentId":"00"},"00006":{"url":"events","name":"Events","description":"This demo for Essential JS 2 grid control shows the events that have been triggered during the grid operations.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","pageSettings","allowGrouping","allowReordering","allowSorting","columns","load","created","actionBegin","actionComplete","dataBound","rowSelecting","rowSelected","columnDragStart","columnDrag","columnDrop"]},"uid":"00006","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00007":{"url":"hierarchy","name":"Hierarchy Grid","description":"This demo for Essential JS 2 grid control shows the hierarchical binding feature that helps to build multilevel parent-child relationships.","category":"Data Grid","api":{"Grid":["dataSource","allowSorting","columns","detailDataBound","dataBound","created","childGrid"]},"uid":"00007","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00008":{"url":"clipboard","name":"Clipboard","description":"This demo for Essential JS 2 grid control shows copy to clipboard functionality of grid. Select rows and click Copy button from toolbar to copy content.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","toolbar","columns","pageSettings","allowSelection","selectionSettings","toolbarClick"]},"uid":"00008","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00009":{"url":"local-data","name":"Local Data","description":"This demo for Essential JS 2 grid control demonstrates the way for binding a grid with a local data source.","category":"Data Binding","api":{"Grid":["dataSource","allowPaging","columns","pageSettings"]},"uid":"00009","order":2,"component":"Data Grid","dir":"grid","parentId":"00"},"000010":{"url":"remote-data","name":"Remote Data","description":"This demo for Essential JS 2 grid control shows the way of data binding grid with remote service. Grid data source is bound to remote data using DataManager.","category":"Data Binding","api":{"Grid":["dataSource","allowPaging","actionBegin","actionComplete","created","dataBound","columns","pageSettings"]},"uid":"000010","order":2,"component":"Data Grid","dir":"grid","parentId":"00"},"000011":{"url":"auto-wrap","name":"AutoWrap Column Cells","description":"This demo for Essential JS 2 grid control shows how the grid cell content is autowrapped to show large cell content.","category":"Columns","api":{"Grid":["dataSource","allowPaging","allowTextWrap","columns","pageSettings"]},"uid":"000011","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000012":{"url":"show-hide","name":"Show or Hide Column","description":"This demo for Essential JS 2 grid control demonstrates the dynamic show and hide columns feature. Use the properties panel to hide/show the column.","category":"Columns","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000012","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000013":{"url":"column-template","name":"Column Template","description":"This demo for Essential JS 2 grid control demonstrates usage of template columns in Grid to shown custom images in the Employee Image column.","category":"Columns","api":{"Grid":["dataSource","width","height","columns"]},"uid":"000013","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000014":{"url":"stacked-header","name":"Stacked Header","description":"This demo for Essential JS 2 grid control shows the usage of the sorting API in grid. Use the properties panel to sort/unsort columns using API.","category":"Columns","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000014","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000015":{"url":"reorder","name":"Reorder","description":"This demo for Essential JS 2 grid control shows the reordering columns feature. Select column name and index from properties panel to reorder the columns.","category":"Columns","api":{"Grid":["dataSource","allowReordering","actionComplete","columns"]},"uid":"000015","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000016":{"url":"column-chooser","name":"Column Chooser","description":"This demo for Essential JS 2 grid control shows how the column chooser feature can be used to show or hide columns dynamically.","category":"Columns","api":{"Grid":["dataSource","allowPaging","showColumnChooser","columns","toolbar"]},"uid":"000016","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000017":{"url":"row-template","name":"Row Template","description":"This demo for Essential JS 2 grid control shows the usage of the row template feature. We have rendered each Grid row using template.","category":"Rows","api":{"Grid":["dataSource","rowTemplate","height","width","columns"]},"uid":"000017","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000018":{"url":"detail-template","name":"Detail Template","description":"This demo for Essential JS 2 grid control shows the grid with detail template feature. Click the expand button to show the detailed information about a row.","category":"Rows","api":{"Grid":["dataSource","detailTemplate","height","width","columns"]},"uid":"000018","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000019":{"url":"hover","name":"Row Hover","description":"This demo for Essential JS 2 grid control shows the Grid with the row hover feature. Move the mouse over the Grid rows to see the hover effect.","category":"Rows","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","enableHover"]},"uid":"000019","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000020":{"url":"row-height","name":"Row Height","description":"This demo for Essential JS 2 grid control shows the row height feature. Click on the toolbar icons to change row's height.","category":"Rows","api":{"Grid":["dataSource","toolbar","height","columns","rowHeight","toolbarClick"]},"uid":"000020","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000021":{"url":"drag-and-drop","name":"Row Drag And Drop","description":"This demo for Essential JS 2 grid control demonstrates how the rows can be dragged between grids using the row drag-and-drop feature.","category":"Rows","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowRowDragAndDrop","selectionSettings","rowDropSettings","width"]},"uid":"000021","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000022":{"url":"drag-drop-within-grid","name":"Row Drag And Drop Within Grid","category":"Rows","description":"This demo for Essential JS 2 grid control demonstrates how the rows can be dragged within the grids using the row drag-and-drop feature.","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowRowDragAndDrop","selectionSettings","rowDropSettings","width","persistSelection"]},"uid":"000022","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000023":{"url":"sorting","name":"Multi Sorting","description":"This demo for Essential JS 2 grid control shows the grid multisorting feature. Using this feature, grid rows can be sorted by two or more columns.","category":"Sorting","api":{"Grid":["dataSource","allowSelection","selectionSettings","columns","enableHover"]},"uid":"000023","order":5,"component":"Data Grid","dir":"grid","parentId":"00"},"000024":{"url":"sorting-api","name":"Sorting API","description":"This demo for Essential JS 2 grid control shows the usage of the sorting API in grid. Use the properties panel to sort/unsort columns using API.","category":"Sorting","api":{"Grid":["dataSource","allowPaging","allowSelection","selectionSettings","enableHover","columns","pageSettings"]},"uid":"000024","order":5,"component":"Data Grid","dir":"grid","parentId":"00"},"000025":{"url":"filter","name":"Default Filtering","description":"This demo for Essential JS 2 grid control shows how to place a filter bar row in the header to filter grid rows.","category":"Filtering","api":{"Grid":["allowFiltering","dataSource","allowPaging","pageSettings","columns"]},"uid":"000025","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},"000026":{"url":"filter-menu","name":"Filter Menu","description":"This demo for Essential JS 2 grid control demonstrates a way of filtering rows using a menu, check box, and Excel filter UI.","category":"Filtering","api":{"Grid":["allowFiltering","filterSettings","dataSource","allowPaging","pageSettings","columns"]},"uid":"000026","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},"000027":{"url":"search","name":"Search","description":"This demo for Essential JS 2 grid control shows the content searching feature. Use the search box from toolbar to search for records in grid.","category":"Filtering","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","toolbar"]},"uid":"000027","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},"000028":{"url":"default-paging","name":"Default Paging","description":"This demo for Essential JS 2 grid control shows how you can display the contents of the grid in page segments using the paging feature.","category":"Paging","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000028","order":7,"component":"Data Grid","dir":"grid","parentId":"00"},"000029":{"url":"paging-api","name":"Paging API","description":"This demo for Essential JS 2 grid control shows the usage of the paging API, use the properties panel to change the pageSize, pageCount and current page.","category":"Paging","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","actionComplete","goToPage"]},"uid":"000029","order":7,"component":"Data Grid","dir":"grid","parentId":"00"},"000030":{"url":"selection","name":"Default Selection","description":"This demo for Essential JS 2 grid control shows how to select rows or cells through simple mouse down or keyboard interaction using the selection feature.","category":"Selection","api":{"Grid":["dataSource","allowSelection","selectionSettings","enableHover","columns"]},"uid":"000030","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},"000031":{"url":"selection-api","name":"Selection API","description":"This demo for Essential JS 2 grid control shows the content searching feature. Use the search box from toolbar to search for records in grid.","category":"Selection","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","selectionSettings","enableHover"]},"uid":"000031","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},"000032":{"url":"checkbox-selection","name":"Checkbox Selection","description":"This demo for Essential JS 2 grid control shows how the check box selection feature can be used to select grid rows.","category":"Selection","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","selectionSettings","enableHover"]},"uid":"000032","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},"000033":{"url":"aggregate-default","name":"Default Aggregate","description":"This demo for Essential JS 2 grid control shows how the row values can be aggregated and shown in a column footer.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","aggregates"]},"uid":"000033","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},"000034":{"url":"aggregate-group","name":"Group and Caption Aggregate","description":"This demo for Essential JS 2 grid control shows how the row values can be aggregated for each group of items and shown in a group caption and footer.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowGrouping","groupSettings","aggregates"]},"uid":"000034","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},"000035":{"url":"reactive-aggregate-batch-edit","name":"Reactive Aggregate","description":"This demo for Essential JS 2 grid control shows how aggregate values are updated while the row is edited in batch edit mode.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowGrouping","groupSettings","aggregates","editSettings","toolbar"]},"uid":"000035","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},"000036":{"url":"normal-editing","name":"Inline Editing","description":"This demo for Essential JS 2 grid control shows the inline editing operation. In the below sample, You can perform CRUD operations in grid.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000036","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},"000037":{"url":"dialog-editing","name":"Dialog Editing","description":"This demo for Essential JS 2 grid control shows how to edit grid rows using the Essential JS 2 dialog control.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000037","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},"000038":{"url":"dialog-template","name":"Dialog Template","description":"This demo for Essential JS 2 grid control shows how to edit the grid rows using Essential JS 2 dialog-template.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000038","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},"000039":{"url":"batch-editing","name":"Batch Editing","description":"This demo for Essential JS 2 grid control shows how to perform bulk changes to the grid content using batch edit mode.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000039","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},"000040":{"url":"command-column","name":"Command Column","description":"This demo for Essential JS 2 grid control shows how to edit and delete records using a command column.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings"]},"uid":"000040","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},"000041":{"url":"column-resize","name":"Column Resizing","description":"This demo for Essential JS 2 grid control shows how the column resizing feature can be used to change width dynamically.","category":"Columns","api":{"Grid":["dataSource","allowResizing","height","columns"]},"uid":"000041","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000042":{"url":"header-template","name":"Header Template","description":"This demo for Essential JS 2 grid control shows the Grid header template feature, we have shown custom icons in the column headers.","category":"Columns","api":{"Grid":["dataSource","columns"]},"uid":"000042","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000043":{"url":"default-exporting","name":"Default Exporting","description":"This demo for Essential JS 2 grid control shows the client-side exporting of grid content to Excel, PDF, and CSV formats.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","allowPaging","toolbar","pageSettings","columns","groupSettings","allowGrouping"]},"uid":"000043","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},"000044":{"url":"advanced-exporting","name":"Advanced Exporting","description":"This demo for Essential JS 2 grid control demonstrates how exporting can be customized to add headers and footers in exported documents.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","toolbar","allowPaging","pageSettings","columns"]},"uid":"000044","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},"000045":{"url":"master-details-export","name":"Hierarchy Exporting","description":"This demo for Essential JS 2 grid control demonstrates how to export hierarchy grid in exported documents.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","toolbar","allowPaging","pageSettings","columns","childGrid"]},"uid":"000045","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},"000046":{"url":"print","name":"Print","description":"This demo for Essential JS 2 grid control shows how to print the grid content. Click the print button from the toolbar item to print Grid.","category":"Exporting","api":{"Grid":["dataSource","allowPaging","toolbar","pageSettings","columns"]},"uid":"000046","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},"000047":{"url":"column-spanning","name":"Column Spanning","description":"This demo for Essential JS 2 grid control demonstrates the grid with column spanning feature to span multiple adjacent cells together.","category":"Columns","api":{"Grid":["dataSource","allowTextWrap","columns","queryCellInfo","gridLines","width","height"]},"uid":"000047","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000048":{"url":"frozen-rows-columns","name":"Frozen Rows And Columns","description":"This demo for Essential JS 2 grid control shows frozen rows/columns feature of grid. Scroll the movable content to view the frozen rows/columns.","category":"Columns","api":{"Grid":["dataSource","allowSelection","columns","frozenColumns","frozenRows","height"]},"uid":"000048","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000049":{"url":"context-menu","name":"Context Menu","description":"This demo for Essential JS 2 grid control shows demonstrates the usage of context menu in grid. Right click anywhere on the grid to view context menu.","category":"Data Grid","api":{"Grid":["dataSource","allowSorting","allowGrouping","allowPdfExport","allowExcelExport","editSettings","allowPaging","contextMenuItems","groupSettings","columns"]},"uid":"000049","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"000050":{"url":"column-menu","name":"Column Menu","description":"This demo for Essential JS 2 grid control shows the usage of the various column functionalities of the column menu feature.","category":"Columns","api":{"Grid":["dataSource","allowSorting","allowGrouping","showColumnMenu","groupSettings","columns","allowSorting"]},"uid":"000050","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000051":{"url":"foreign-key","name":"Foreign Key Column","description":"This demo for Essential JS 2 grid control shows the usage of a foreign key column and perform actions like filtering, sorting and editing.","category":"Columns","api":{"Grid":["dataSource","allowSorting","columns","allowFiltering","filterSettings","editSettings"]},"uid":"000051","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000052":{"url":"row-spanning","name":"Row Spanning","description":"This demo for Essential JS 2 grid control demonstrates the row spanning feature. In this sample, we have spanned row cells together.","category":"Rows","api":{"Grid":["dataSource","allowTextWrap","columns","queryCellInfo","gridLines","width","height"]},"uid":"000052","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"00110":{"url":"default","name":"Default Functionalities","category":"Pivot Table","description":"This demo for Essential JS2 Pivot Table control shows the basic rendering of the pivot table with minimum configuration","uid":"00110","order":0,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00111":{"url":"local","name":"Local Data","category":"Data Binding","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with local JSON data","sourceFiles":[{"displayName":"local.ts","path":"src/pivot-table/local.ts"},{"displayName":"localData.json","path":"src/pivot-table/pivot-data/rData.json"},{"displayName":"local.html","path":"src/pivot-table/local.html"}],"uid":"00111","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00112":{"url":"remote","name":"Remote Data","category":"Data Binding","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with remote data or service data","uid":"00112","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00113":{"url":"olap","name":"OLAP","category":"Data Binding","type":"new","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with olap datasource","uid":"00113","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00114":{"url":"pivot-chart","name":"Pivot Chart","category":"Integration","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table data into a simple pivot chart","uid":"00114","order":2,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00115":{"url":"external-binding","name":"External Binding","category":"Integration","description":"This demo for Essential JS2 Pivot Table control demonstrate the rendering of heat map with cell selection option.","uid":"00115","order":2,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00116":{"url":"field-list","name":"Field List","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the field list feature of the pivot table","uid":"00116","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00117":{"url":"grouping-bar","name":"Grouping Bar","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the grouping bar feature of the pivot table","uid":"00117","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00118":{"url":"conditional-formatting","name":"Conditional Formatting","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate formatting the appearance of the pivot table cells with values based on the applied conditions","uid":"00118","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00119":{"url":"selection","name":"Selection","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the cell selection feature of the pivot table","uid":"00119","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001110":{"url":"summary-customization","name":"Show/Hide Totals","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the summary customization feature of the pivot table","uid":"001110","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001111":{"url":"grouping","name":"Grouping","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the grouping feature for date and number fields","uid":"001111","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001112":{"url":"toolbar","name":"Toolbar","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the toolbar feature with pivot table and pivot chart","uid":"001112","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001113":{"url":"calculated-field","name":"Calculated Field","category":"Formula","description":"This demo for Essential JS2 Pivot Table control shows calculated field, and it allows users to add calculated items","uid":"001113","order":4,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001114":{"url":"aggregation","name":"Aggregation","category":"Formula","description":"This demo for Essential JS2 Pivot Table control shows different types of aggregation for value fields","uid":"001114","order":4,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001115":{"url":"sorting","name":"Default Sorting","category":"Sorting","description":"This demo for Essential JS2 Pivot Table control shows ordering(sorting) of fields either in ascending or descending order","uid":"001115","order":5,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001116":{"url":"value-sorting","name":"Value Sorting","category":"Sorting","description":"This demo for Essential JS2 Pivot Table control shows sorting values on column or row wise in ascending or descending order","uid":"001116","order":5,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001117":{"url":"filtering","name":"Default Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate member filtering of field headers either by including or excluding them","uid":"001117","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001118":{"url":"label-filtering","name":"Label Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate label filtering of field headers either by including or excluding them","uid":"001118","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001119":{"url":"value-filtering","name":"Value Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate the filtering of field headers based on the grand total (value based)","uid":"001119","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001120":{"url":"virtual-scrolling","name":"Virtual Scrolling","category":"Scrolling","description":"This demo for Essential JS2 Pivot Table control shows virtual scrolling option available vertically and horizontally to load large records with ease","uid":"001120","order":7,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001121":{"url":"cell-template","name":"Cell Template","category":"Customization","description":"This demo for Essential JS2 Pivot Table control demonstrate cell template option on cells of the pivot table","uid":"001121","order":8,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001122":{"url":"drill-through","name":"Drill Through","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control shows the raw items of any value cells in pivot table","uid":"001122","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001123":{"url":"editing","name":"Editing","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control allows to edit, add and delete the value cells in pivot table","uid":"001123","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001124":{"url":"hyper-link","name":"Hyperlink","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control shows hyperlink options in row headers, column headers, value cells, and summary cells in the pivot table","uid":"001124","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001125":{"url":"defer-update","name":"Defer Layout Update","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control demonstrate defer layout update feature of the pivot table","uid":"001125","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001126":{"url":"exporting","name":"Export","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control demonstrate client-side exporting of the pivot table to Excel, CSV and PDF formats","uid":"001126","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00220":{"url":"treegrid-overview","name":"Overview","category":"Tree Grid","api":{"TreeGrid":["dataSource","childMapping","height","columns","allowReordering","allowFiltering","allowSorting","filterSettings","queryCellInfo"]},"description":"This sample demonstrates the overview of basic treegrid features such as sorting, filtering, conditional formatting, column template and scrolling.","uid":"00220","order":0,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00221":{"url":"default","name":"Default Functionalities","category":"Tree Grid","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","columns"]},"description":"This example shows how the Syncfusion TypeScript TreeGrid control looks with its default configuration.","uid":"00221","order":0,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00222":{"url":"localdata","name":"Local Data","category":"Data Binding","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns"]},"description":"This example shows the binding of an array of list objects in the Syncfusion TypeScript TreeGrid control.","uid":"00222","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00223":{"url":"remote-data","name":"Remote Data","category":"Data Binding","api":{"TreeGrid":["dataSource","allowPaging","columns","treeColumnIndex","hasChildMapping","parentIdMapping","idMapping","height"]},"description":"This example shows the binding of remote services by using the DataManager in the Syncfusion TypeScript TreeGrid.","uid":"00223","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00224":{"url":"selfreference","name":"Self Reference","category":"Data Binding","api":{"TreeGrid":["dataSource","allowPaging","columns","treeColumnIndex","idMapping","parentIdMapping"]},"description":"This example illustrates binding self-referential flat data with parent ID to a Syncfusion TypeScript TreeGrid control.","uid":"00224","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00225":{"url":"columnformatting","name":"Column Formatting","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex","pageSettings"]},"description":"This demo explains how to display the content of TreeGrid columns based on the specified format in Syncfusion TypeScript TreeGrid.","uid":"00225","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00226":{"url":"column-template","name":"Column Template","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","width","height","columns","rowHeight"]},"description":"This demo explains how to define the template in TreeGrid columns of Syncfusion TypeScript TreeGrid control.","uid":"00226","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00227":{"url":"reorder","name":"Reorder","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowReordering","actionComplete","columns","allowPaging"]},"description":"This demo explains how to reorder the columns of treegrid by simple drag and drop of columns using Syncfusion TypeScript TreeGrid control.","uid":"00227","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00228":{"url":"resizing","name":"Resize","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowResizing","actionComplete","columns","allowPaging"]},"description":"This demo explains how to resize the width of the treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"00228","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00229":{"url":"columnmenu","name":"Column Menu","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns"]},"description":"This demo explains the default functionalities of the Column Menu in Syncfusion TypeScript TreeGrid control.","uid":"00229","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002210":{"url":"cellalignment","name":"Cell Alignment","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to align the content inside the cells of treegrid columns and headers in Syncfusion TypeScript TreeGrid control.","uid":"002210","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002211":{"url":"auto-wrap","name":"AutoWrap Column Cells","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","allowTextWrap","columns","pageSettings"]},"description":"This demo explains how to wrap the content of columns within the specified width of treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"002211","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002212":{"url":"showhidecolumn","name":"Show or Hide Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to hide or show the columns of treegrid dynamically using Syncfusion TypeScript TreeGrid methods.","uid":"002212","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002213":{"url":"header-template","name":"Header Template","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","height"]},"description":"This demo explains how to customize column headers to show additional HTML elements, such as icons, images, etc. in Syncfusion TypeScript TreeGrid control.","uid":"002213","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002214":{"url":"stacked-header","name":"Stacked Header","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","pageSettings","columns"]},"description":"This demo explains how to provide a common header for the group of columns in Syncfusion TypeScript TreeGrid control.","uid":"002214","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002215":{"url":"rowhover","name":"Row Hover","category":"Rows","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns","enableHover","height"]},"description":"This demo explains how the treegrid row color is changed while move the mouse over a row in Syncfusion TypeScript TreeGrid content.","uid":"002215","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002216":{"url":"rowheight","name":"Row Height","category":"Rows","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","rowHeight","allowPaging","toolbarClick","columns","toolbar"]},"description":"This demo shows how to set different row height to the rows of Syncfusion TypeScript TreeGrid control.","uid":"002216","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002217":{"url":"row-template","name":"Row Template","category":"Rows","api":{"TreeGrid":["dataSource","rowTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo for Essential JS 2 TreeGrid control shows the usage of the row template feature. We have rendered each TreeGrid row using template.","uid":"002217","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002218":{"url":"row-reorder","name":"Drag And Drop","category":"Rows","api":{"TreeGrid":["dataSource","rowTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo for Essential JS 2 TreeGrid control demonstrates how the rows can be dragged within the treegrid using the row drag-and-drop feature.","type":"new","uid":"002218","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002219":{"url":"detail-template","name":"Detail Template","category":"Rows","api":{"TreeGrid":["dataSource","detailTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo shows TreeGrid with detail template feature and also each row contains detailed information about a row.","uid":"002219","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002220":{"url":"inline-editing","name":"Inline Editing","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","editSettings","toolbar","columns"]},"description":"This example shows how to add and edit row or cell inline on the Syncfusion TypeScript TreeGrid control.","uid":"002220","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002221":{"url":"dialog-editing","name":"Dialog Editing","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how to edit a treegrid record in the Dialog mode using Syncfusion TypeScript TreeGrid control.","uid":"002221","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002222":{"url":"lock-row","name":"Lock Row","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","allowPaging","pageSettings","rowDataBound","beginEdit","enableHover"]},"description":"This demo explains how to disable editing for specific rows dynamically in Syncfusion TypeScript TreeGrid control.","uid":"002222","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002223":{"url":"cell-edit-type","name":"Cell Edit Type","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how to set different edit types and how to define edit params for the treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"002223","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002224":{"url":"command-column","name":"Command Column","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","columns","height"]},"description":"This demo explains how to include CRUD action buttons as one of the columns in Syncfusion TypeScript TreeGrid control.","uid":"002224","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002225":{"url":"edit-template","name":"Edit Template","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how create a custom editor control for the treegrid cells when a row is edited in Syncfusion TypeScript TreeGrid.","uid":"002225","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002226":{"url":"sorting","name":"Multi Sorting","category":"Sorting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","pageSettings","columns","allowSorting","actionComplete","sortSettings"]},"description":"This demo demonstrates to sort multiple columns of treegrid by hold the CTRL key and click on the column headers of Syncfusion TypeScript TreeGrid control.","uid":"002226","order":5,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002227":{"url":"sorting-api","name":"Sorting API","category":"Sorting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","allowSorting","columns","pageSettings"]},"description":"This demo explains how to sort columns dynamically using methods of Syncfusion TypeScript TreeGrid control.","uid":"002227","order":5,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002228":{"url":"filtering","name":"Default Filtering","category":"Filtering","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowFiltering","filterSettings","treeColumnIndex"]},"description":"This demo explains the default functionalities of filtering and how to define the template for filter bar in Syncfusion TypeScript TreeGrid.","uid":"002228","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002229":{"url":"filter-menu","name":"Menu Filter","category":"Filtering","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowFiltering","treeColumnIndex","filterSettings"]},"description":"This demo explains how to filter the content using menu filter type of Syncfusion TypeScript TreeGrid control.","uid":"002229","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002230":{"url":"search","name":"Search","category":"Filtering","api":{"TreeGrid":["dataSource","allowPaging","pageSettings","columns","childMapping","treeColumnIndex","toolbar"]},"description":"This demo explains how to search the text entered in the search bar in Syncfusion TypeScript TreeGrid content.","uid":"002230","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002231":{"url":"default-paging","name":"Default Paging","category":"Paging","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","pageSettings","treeColumnIndex"]},"description":"This demo explains how to display the records in paginated view in Syncfusion TypeScript TreeGrid control.","uid":"002231","order":7,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002232":{"url":"paging-api","name":"Paging API","category":"Paging","api":{"Grid":["dataSource","allowPaging","columns","treeColumnIndex","childMapping"]},"description":"This demo explains how to customize a pager using the APIs that are relevant to paging of Syncfusion TypeScript TreeGrid control.","uid":"002232","order":7,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002233":{"url":"default-scrolling","name":"Default Scrolling","description":"This demo for Essential JS 2 TreeGrid control shows the usage of the horizontal and vertical scrollbars to view TreeGrid content that exceeds the TreeGrid area.","category":"Scrolling","api":{"TreeGrid":["dataSource","height","width","columns"]},"uid":"002233","order":8,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002234":{"url":"virtual-scrolling","name":"Virtual Scrolling","description":"This demo demonstrates how to use Essential JS 2 TreeGrid to show a large data view without performance degradation by rendering only the required rows.","category":"Scrolling","api":{"TreeGrid":["dataSource","enableVirtualization","dataBound","height","columns"]},"uid":"002234","order":8,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002235":{"url":"selection","name":"Default Selection","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowSelection","selectionSettings","treeColumnIndex"]},"description":"This demo explains the customization of selection mode and toggle selection of Syncfusion TypeScript TreeGrid control.","uid":"002235","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002236":{"url":"selection-api","name":"Selection API","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowSelection","selectionSettings","treeColumnIndex"]},"description":"This demo explains how to select and clear multiple rows using methods of Syncfusion TypeScript TreeGrid control.","uid":"002236","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002237":{"url":"checkbox-selection","name":"Checkbox Selection","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how the check box selection feature can be used to select treegrid rows in Essential TypeScript TreeGrid control.","uid":"002237","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002238":{"url":"checkbox-column","name":"Checkbox Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how the hierarchy selection between the records using column checkboxes in Essential TypeScript TreeGrid control.","uid":"002238","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002239":{"url":"frozen-column","name":"Frozen Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","columns","treeColumnIndex","frozenColumns"]},"description":"This demo for Essential JS 2 treegrid control shows frozen columns feature of treegrid. Scroll the movable content to view the frozen columns.","type":"new","uid":"002239","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002240":{"url":"aggregate-default","name":"Default Aggregate","category":"Aggregates","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","columns","aggregates"]},"description":"This demo explains how to display the summary values such as average, minimum, etc., for the columns in Syncfusion TypeScript TreeGrid control.","uid":"002240","order":10,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002241":{"url":"custom-aggregate","name":"Custom Aggregate","category":"Aggregates","api":{"TreeGrid":["dataSource","width","childMapping","treeColumnIndex","height","columns","aggregates"]},"description":"This demo explains how to display the custom aggregate for the columns in Syncfusion TypeScript TreeGrid control.","uid":"002241","order":10,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002242":{"url":"default-context-menu","name":"Default Context Menu","category":"Context Menu","description":"This demo explains the usage of context menu and the default context menu items in Syncfusion TypeScript TreeGrid control.","api":{"TreeGrid":["dataSource","allowPaging","columns","contextMenu","hasChildMapping","parentIdMapping"]},"uid":"002242","order":11,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002243":{"url":"custom-context-menu","name":"Custom Context Menu","category":"Context Menu","description":"This demo explains the usage of custom context menu items in Syncfusion TypeScript TreeGrid control.","api":{"TreeGrid":["dataSource","allowPaging","columns","hasChildMapping","contextMenuItems","parentIdMapping"]},"uid":"002243","order":11,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002244":{"url":"default-exporting","name":"Default Exporting","category":"Exporting","api":{"TreeGrid":["dataSource","columns","toolbar","allowExcelExport","allowPdfExport","treeColumnIndex","toolbarClick","childMapping","height"]},"description":"This demo explains how to export the treegrid content to Excel, PDF, and CSV documents using the Syncfusion TypeScript TreeGrid control.","uid":"002244","order":12,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002245":{"url":"print","name":"Print","category":"Exporting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns","toolbar"]},"description":"This demo explains how to print the records of the treegrid using the Print feature of Syncfusion TypeScript TreeGrid control.","uid":"002245","order":12,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002246":{"url":"conditional-formatting","name":"Conditional Formatting","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","height","queryCellInfo"]},"description":"This demo explains how to apply styles to specific cells based on certain conditions in Syncfusion TypeScript TreeGrid control.","uid":"002246","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002247":{"url":"toolbar-template","name":"Toolbar Template","category":"Miscellaneous","api":{"TreeGrid":["dataSource","toolbar","toolbarClick","allowFiltering","childMapping","height","treeColumnIndex","filterSettings","columns"]},"description":"This demo explains how to render custom template elements in a toolbar by which any custom operation can be performed in Syncfusion TypeScript TreeGrid.","uid":"002247","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002248":{"url":"events","name":"Events","category":"Miscellaneous","api":{"TreeGrid":["dataSource","allowPaging","childMapping","treeColumnIndex","load","created","actionBegin","actionComplete","allowReordering","allowSorting","dataBound","rowSelecting","rowSelected","columnDragStart","columnDrag","columnDrop","columns","pageSettings"]},"description":"This demo explains the basic functionalities of the events that are available in the Syncfusion TypeScript TreeGrid control.","uid":"002248","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002249":{"url":"keyboard","name":"Keyboard Interaction","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","pageSettings"]},"description":"This demo explains the key combinations used to perform corresponding treegrid actions in Syncfusion TypeScript TreeGrid control.","uid":"002249","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002250":{"url":"treegridlines","name":"Grid Lines","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to customize the grid lines in treegrid using Syncfusion TypeScript TreeGrid control.","uid":"002250","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00330":{"url":"default","name":"Default Functionalities","category":"Spreadsheet","api":{"Spreadsheet":["height","width","sheets"],"sheets":["columns","rows","name"],"rangeSettings":["dataSource"]},"description":"This example demonstrates the default functionalities of the Syncfusion JS 2 Spreadsheet that includes editing, importing & exporting.","sourceFiles":[{"displayName":"default.ts","path":"src/spreadsheet/default.ts"},{"displayName":"default.html","path":"src/spreadsheet/default.html"},{"displayName":"default-data.json","path":"src/spreadsheet/default-data.json"}],"uid":"00330","order":0,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00331":{"url":"formula","name":"Formula","category":"Spreadsheet","api":{"Spreadsheet":["height","width","sheets"],"sheets":["columns","rows","selectedRange","name"],"cells":["value","index"],"rangeSettings":["dataSource","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of using basic formulas with minimum configuration.","sourceFiles":[{"displayName":"formula.ts","path":"src/spreadsheet/formula.ts"},{"displayName":"formula.html","path":"src/spreadsheet/formula.html"},{"displayName":"formula-data.json","path":"src/spreadsheet/formula-data.json"}],"uid":"00331","order":0,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00332":{"url":"cell-data-binding","name":"Cell Data Binding","category":"Data Binding","api":{"sheets":["rows","columns","selectedRange","name"],"rows":["cells","index"],"cells":["value","style"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the cell data binding with minimum configuration.","uid":"00332","order":1,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00333":{"url":"remote-data-binding","name":"Remote Data Binding","category":"Data Binding","api":{"Spreadsheet":["sheets"],"sheets":["columns","rows","name"],"rangeSettings":["dataSource","query","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of data binding with remote service using DataManager.","uid":"00333","order":1,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00334":{"url":"cell-formatting","name":"Cell Formatting","category":"Formatting","api":{"sheets":["columns","rows","name"],"rows":["cells","index"],"cells":["value","style"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of cell formatting with minimum configuration.","sourceFiles":[{"displayName":"cell-formatting.ts","path":"src/spreadsheet/cell-formatting.ts"},{"displayName":"cell-formatting.html","path":"src/spreadsheet/cell-formatting.html"},{"displayName":"cell-formatting-data.json","path":"src/spreadsheet/cell-formatting-data.json"}],"uid":"00334","order":2,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00335":{"url":"number-formatting","name":"Number Formatting","category":"Formatting","api":{"sheets":["columns","rows","name","selectedRange"],"rows":["cells"],"cells":["value","formatCode"],"rangeSettings":["dataSource","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of number formatting with minimum configuration.","sourceFiles":[{"displayName":"number-formatting.ts","path":"src/spreadsheet/number-formatting.ts"},{"displayName":"number-formatting.html","path":"src/spreadsheet/number-formatting.html"},{"displayName":"number-formatting-data.json","path":"src/spreadsheet/number-formatting-data.json"}],"uid":"00335","order":2,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00440":{"url":"line","name":"Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00440","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00441":{"url":"spline","name":"Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the spline series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00441","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00442":{"url":"step-line","name":"Step Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the step line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00442","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00443":{"url":"dashed-line","name":"Dashed Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the dashed line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00443","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00444":{"url":"spline-inversed","name":"Inversed Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the inversed spline series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00444","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00445":{"url":"line-segments","name":"Line Zone","description":"This demo for Essential JS2 Chart control shows how to render and configure the points in a particular range using MultiColoredLine series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00445","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00446":{"url":"line-multi-color","name":"Multi Colored Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the multi colored line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00446","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00447":{"url":"stacked-line","name":"Stacked Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacked line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00447","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00448":{"url":"stacked-line-100","name":"100% Stacked Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100% stacked line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00448","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00449":{"url":"area","name":"Area","description":"This demo sample for Essential JS2 Chart control shows how to render and configure the area series chart.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"00449","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004410":{"url":"spline-area","name":"Spline Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the spline area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004410","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004411":{"url":"step-area","name":"Step Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the step area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004411","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004412":{"url":"range-area","name":"Range Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the range area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004412","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004413":{"url":"stacked-area","name":"Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004413","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004414":{"url":"stacked-area-100","name":"100% Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004414","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004415":{"url":"area-empty","name":"Area - Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the area series chart with empty points.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004415","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004416":{"url":"area-segments","name":"Area Zone","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render the points in a particular range using MultiColoredArea series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004416","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004417":{"url":"column","name":"Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004417","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004418":{"url":"rounded-column","name":"Rounded Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the rounded column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004418","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004419":{"url":"column-placement","name":"Back to Back Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the column charts.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004419","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004420":{"url":"range-column","name":"Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the range column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004420","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004421":{"url":"range-bar","name":"Inversed Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the inversed range column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004421","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004422":{"url":"bar","name":"Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004422","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004423":{"url":"stacked-column","name":"Stacked Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004423","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004424":{"url":"stacked-column-100","name":"100% Stacked Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004424","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004425":{"url":"stacked-bar","name":"Stacked Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004425","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004426":{"url":"stacked-bar-100","name":"100% Stacked Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004426","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004427":{"url":"tornado","name":"Negative Stack","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bar charts.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004427","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004428":{"url":"scatter-plot","name":"Scatter Plot","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the scatter series.","category":"Scatter and Bubble","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004428","order":3,"component":"Chart","dir":"chart","parentId":"04"},"004429":{"url":"bubble","name":"Bubble","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bubble series.","category":"Scatter and Bubble","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","pointRender"]},"uid":"004429","order":3,"component":"Chart","dir":"chart","parentId":"04"},"004430":{"url":"waterfall","name":"Waterfall","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the waterfall series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004430","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004431":{"url":"histogram","name":"Histogram","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the histogram series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004431","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004432":{"url":"box-and-whisker","name":"Box and Whisker","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the box and whisker series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings","pointRender"]},"uid":"004432","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004433":{"url":"error-bar","name":"Error Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the error bars in charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings","pointRender"]},"uid":"004433","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004434":{"url":"trend-lines","name":"Trendlines","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the trend lines in charts.","category":"Other Types","uid":"004434","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004435":{"url":"hilo","name":"Hilo","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the hilo series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004435","order":5,"component":"Chart","dir":"chart","parentId":"04"},"004436":{"url":"hilo-open-close","name":"Hilo Open Close","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the hilo open close series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004436","order":5,"component":"Chart","dir":"chart","parentId":"04"},"004437":{"url":"candle-stick","name":"Candle Stick","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the candle series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004437","order":5,"component":"Chart","dir":"chart","parentId":"04"},"004438":{"url":"accumulation-distribution-indicator","name":"Accumulation Distribution","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the accumulation distribution indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004438","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004439":{"url":"average-true-range-indicator","name":"ATR","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the average true range indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004439","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004440":{"url":"bollinger","name":"Bollinger","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bollinger band type indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004440","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004441":{"url":"exponential-moving-average-indicator","name":"EMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the exponential moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004441","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004442":{"url":"moving-average-convergence-divergence-indicator","name":"MACD","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the moving average convergence divergence indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004442","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004443":{"url":"momentum","name":"Momentum","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the momentum indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004443","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004444":{"url":"relative-strength-index-indicator","name":"RSI","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the relative strength index indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004444","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004445":{"url":"simple-moving-average-indicator","name":"SMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the simple moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004445","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004446":{"url":"stochastic","name":"Stochastic","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stochastic indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004446","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004447":{"url":"triangular-moving-average-indicator","name":"TMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the triangular moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004447","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004448":{"url":"multi-series-chart","name":"Multi-Series Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to combine different types of charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004448","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004449":{"url":"pareto","name":"Pareto Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure pareto charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004449","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004450":{"url":"chart-performance","name":"Chart Performance","description":"This demo for Essential JavaScript2 Chart control shows the performance when plotting large volumes of data and handling high frequency real-time data.","category":"Benchmark","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004450","order":7,"component":"Chart","dir":"chart","parentId":"04"},"004451":{"url":"default-pie","name":"Pie","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the pie charts.","category":"Accumulation Charts","type":"update","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004451","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004452":{"url":"pie-radius","name":"Pie with Various Radius","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the various radius pie chart.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004452","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004453":{"url":"donut","name":"Donut","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the doughnut charts.","category":"Accumulation Charts","type":"update","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004453","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004454":{"url":"pyramid","name":"Pyramid","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the pyramid charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004454","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004455":{"url":"funnel","name":"Funnel","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the funnel charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004455","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004456":{"url":"default-doughnut","name":"Pie with Legend","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the legends in pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004456","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004457":{"url":"semi-pie","name":"Semi Pie","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render semi-pie and doughnut charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004457","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004458":{"url":"smart-labels","name":"Smart Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to arrange the labels smartly without overlapping with each other.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004458","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004459":{"url":"drill-down-pie","name":"Drilldown","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to achieve the drill-down concept using pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004459","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004460":{"url":"grouping","name":"Grouping","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to group points in pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004460","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004461":{"url":"pie-empty-point","name":"Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the empty points.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004461","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004462":{"url":"polar-line","name":"Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render line in polar and radar charts.","category":"Polar Radar","uid":"004462","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004463":{"url":"polar-spline","name":"Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render spline in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004463","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004464":{"url":"polar-area","name":"Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render area in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004464","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004465":{"url":"polar-stacking-area","name":"Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render stacking area in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004465","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004466":{"url":"polar-scatter","name":"Scatter","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render scatter in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004466","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004467":{"url":"polar-column","name":"Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render column in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004467","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004468":{"url":"polar-stacking-column","name":"Wind Rose","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render wind rose using stacking column in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004468","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004469":{"url":"polar-range-column","name":"Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render range column in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004469","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004470":{"url":"local-data","name":"Local Data","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to bind JSON data to chart.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","crosshair"]},"uid":"004470","order":10,"component":"Chart","dir":"chart","parentId":"04"},"004471":{"url":"remote-data","name":"Remote Data","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to consume data from remote data service.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004471","order":10,"component":"Chart","dir":"chart","parentId":"04"},"004472":{"url":"lazy-loading","name":"Lazy Loading","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the Lazy Loading behavior in chart.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","scrollbarSettings"]},"uid":"004472","order":10,"component":"Chart","dir":"chart","parentId":"04"},"004473":{"url":"numeric","name":"Numeric Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to plot numeric data with the help of numeric axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004473","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004474":{"url":"date-time","name":"Datetime Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the date-time axis in charts.","category":"Chart Axes","uid":"004474","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004475":{"url":"date-time-category","name":"DateTime Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the date-time category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004475","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004476":{"url":"category","name":"Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004476","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004477":{"url":"indexed-axis","name":"Indexed Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the indexed category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004477","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004478":{"url":"logarithmic-scale","name":"Logarithmic Scale","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the logarithmic axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004478","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004479":{"url":"multiple-axis","name":"Multiple Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the mulitple axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004479","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004480":{"url":"inversed","name":"Inversed Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to invert the axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004480","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004481":{"url":"strip-line","name":"Strip Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the strip lines in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","stripline"]},"uid":"004481","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004482":{"url":"strip-line-recurrence","name":"Stripline Recurrence","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the strip line recurrence in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","stripline"]},"uid":"004482","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004483":{"url":"smart-axis-labels","name":"Smart Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to arrange the labels smartly without overlapping with each other.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004483","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004484":{"url":"multi-level-label","name":"Multi Level Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to group the axis labels .","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004484","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004485":{"url":"axes-crossing","name":"Axes Crossing","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the behaviour of the axis crossing in chart.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis"]},"uid":"004485","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004486":{"url":"sorting","name":"Sorting","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to sort the series data in chart.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004486","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004487":{"url":"marker-chart","name":"Marker Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the marker symbols for data points.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004487","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004488":{"url":"pie-annotation","name":"Annotation","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to add more information to the chart using annotation.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","annotations"]},"uid":"004488","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004489":{"url":"data-label-template","name":"DataLabel Template","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the data label template.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","textRender"]},"uid":"004489","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004490":{"url":"vertical","name":"Vertical Charts","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the vertical type charts.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","isTransposed","loaded","tooltip"]},"uid":"004490","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004491":{"url":"empty-point","name":"Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the empty points.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","isTransposed","loaded","tooltip"]},"uid":"004491","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004492":{"url":"print","name":"Print","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to print the entire chart.","category":"Print and Export","api":{"Chart":["primaryXAxis","primaryYAxis","series","print","chartMouseClick","pointRender"]},"uid":"004492","order":13,"component":"Chart","dir":"chart","parentId":"04"},"004493":{"url":"export","name":"Export","description":"This demo for Essential JS2 Chart control shows how to export the charts to Excel, PDF, and image formats such as SVG, JPEG, and PNG at client-side.","category":"Print and Export","api":{"Chart":["primaryXAxis","primaryYAxis","series","export","chartMouseClick","pointRender"]},"uid":"004493","order":13,"component":"Chart","dir":"chart","parentId":"04"},"004494":{"url":"selection","name":"Selection","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the selection behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","selectionMode"]},"uid":"004494","order":14,"component":"Chart","dir":"chart","parentId":"04"},"004495":{"url":"range-selection","name":"Range Selection","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the range selection in chart .","category":"User Interaction","type":"update","api":{"Chart":["primaryXAxis","primaryYAxis","series","selectionMode"]},"uid":"004495","order":14,"component":"Chart","dir":"chart","parentId":"04"},"004496":{"url":"cross-hair","name":"Crosshair","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the crosshair behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","crosshair"]},"uid":"004496","order":14,"component":"Chart","dir":"chart","parentId":"04"},"004497":{"url":"trackball","name":"Trackball","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the trackball behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004497","order":14,"component":"Chart","dir":"chart","parentId":"04"},"004498":{"url":"zooming","name":"Zooming and Panning","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the zooming and panning behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","zoomSettings"]},"uid":"004498","order":14,"component":"Chart","dir":"chart","parentId":"04"},"004499":{"url":"data-editing","name":"Data Editing","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the data editing behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004499","order":14,"component":"Chart","dir":"chart","parentId":"04"},"00550":{"url":"default","name":"Default","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00550","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00551":{"url":"ohlc","name":"OHLC","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Hilo Open Close series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00551","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00552":{"url":"multi-pane","name":"Candlestick and volume","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00552","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00553":{"url":"multiple-series","name":"Multiple Series","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00553","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00554":{"url":"spline","name":"Spline","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00554","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00555":{"url":"area","name":"Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00555","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00556":{"url":"spline-area","name":"Spline Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00556","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00557":{"url":"inversed-area","name":"Inversed Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Area series inverted.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00557","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00558":{"url":"plot-line","name":"Plot lines","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00558","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00559":{"url":"strip-line","name":"Plot band","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with strip line.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00559","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"005510":{"url":"period-customization","name":"Intraday","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005510","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"005511":{"url":"disabled-navigator","name":"Hide Range Selector","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005511","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"005512":{"url":"disabled-period","name":"Hide Period Selector","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005512","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"005513":{"url":"stock-events","name":"Stock Events","description":"This demo for Essential JS2 Stock Chart control with stock events to highlight the special events in stock market.","category":"Stock Chart","api":{"StockChart":["stockEvents"]},"uid":"005513","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00660":{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Circular Gauge control illustrates the default rendering of circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00660","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00661":{"url":"range","name":"Range","description":"This demo for Essential JS2 Circular Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00661","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00662":{"url":"labels","name":"Tick and Labels","description":"This demo for Essential JS2 Circular Gauge control shows various properties available to customize the ticks and labels of an axis.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00662","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00663":{"url":"annotation","name":"Annotation","description":"This demo for Essential JS2 Circular Gauge control illustrates a clock by using annotation feature in the gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00663","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00664":{"url":"customization","name":"Gauge Customization","description":"This demo for Essential JS2 Circular Gauge control shows the properties required to customize the pointers.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00664","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00665":{"url":"semi-circular-gauge","name":"Semi-circular Gauge","category":"Circular Gauge","type":"update","uid":"00665","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00666":{"url":"arc-gauge","name":"Arc Gauge","category":"Circular Gauge","uid":"00666","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00667":{"url":"legend","name":"Legend","description":"This demo for Essential JS2 Circular Gauge control illustrates the rendering of legend in circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["legendSettings"]},"type":"new","uid":"00667","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00668":{"url":"compass","name":"Direction Compass","description":"This demo for Essential JS2 Circular Gauge control illustrates how to make a direction compass by using the circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes","axisLabelRender"]},"uid":"00668","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00669":{"url":"pointer-image","name":"Pointer Image","description":"This demo for Essential JS2 Circular Gauge control visualizes the short-put distance covered by the athletes by using the image pointer.","category":"Pointer","api":{"CircularGauge":["axes","centerY"]},"uid":"00669","order":1,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006610":{"url":"pointer","name":"Pointer Customization","description":"This demo for Essential JS2 Circular Gauge control visualizes the different types of pointers available in the circular gauge.","category":"Pointer","api":{"CircularGauge":["axes","centerY"]},"uid":"006610","order":1,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006611":{"url":"multiple-axis","name":"Multiple Axis","description":"This demo for Essential JS2 Circular Gauge control visualizes the circular gauge with multiple axes.","category":"Axes","api":{"CircularGauge":["axes"]},"uid":"006611","order":2,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006612":{"url":"user-interaction","name":"Pointer Drag","description":"This demo for Essential JS2 Circular Gauge control visualizes the pointer drag support and its options.","category":"User Interaction","api":{"CircularGauge":["axes","enablePointerDrag","dragEnd","dragMove"]},"uid":"006612","order":3,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006613":{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Circular Gauge control visualizes the tooltip template for circular gauge pointer.","category":"User Interaction","api":{"CircularGauge":["axes","tooltip","tooltipRender"]},"type":"update","uid":"006613","order":3,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006614":{"url":"data-sample","name":"Data Sample","description":"This demo for Essential JS2 Circular Gauge control demonstrates live data, along with the data grid control.","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006614","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006615":{"url":"apple-watch-rings","name":"Apple Watch Rings","description":"This demo for Essential JS2 Circular Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006615","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006616":{"url":"speedometer","name":"Speedometer","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006616","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00770":{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Linear Gauge control illustrates the default rendering of linear gauge that measures the values of scales.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00770","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00771":{"url":"container","name":"Container","description":"This demo for Essential JS2 Linear Gauge control demonstrates the various types of containers available in linear gauge.","category":"Linear Gauge","api":{"LinearGauge":["axes","container"]},"uid":"00771","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00772":{"url":"ranges","name":"Ranges","description":"This demo for Essential JS2 Linear Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Linear Gauge","api":{"LinearGauge":["axes"]},"uid":"00772","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00773":{"url":"data","name":"Data Sample","description":"This demo for Essential JS2 Linear Gauge control illustrates exercise tracking of an athlete by using ranges, pointers, and annotation features.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00773","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00774":{"url":"axes","name":"Axes and Pointers","description":"This demo for Essential JS2 Linear Gauge control shows various properties available to customize the axes and pointers.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00774","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00775":{"url":"annotation","name":"Annotation","description":"This demo for Essential JS2 Linear Gauge control illustrates the CPU Utilization of a resource by using annotation feature.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes","rangePalettes"]},"uid":"00775","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00776":{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Linear Gauge control visualizes the tooltip functionality for bar pointer.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes","tooltip","tooltipRender","axisLabelRender"]},"uid":"00776","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00777":{"url":"style","name":"Styles","description":"This demo for Essential JS2 Linear Gauge control visualizes the available options for customization.","category":"Linear Gauge","api":{"LinearGauge":["orientation","container","axes"]},"uid":"00777","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00880":{"url":"default-functionalities","name":"Default Functionalities","description":"This sample visualizes the processing of an order placed using credit card with built-in flow shapes.","category":"Getting Started","uid":"00880","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00881":{"url":"shape-gallery","name":"Shapes","description":"This sample illustrates list of built-in shapes available in our JavaScript Diagram Library which includes basic shapes, flow shapes, and BPMN shapes.","category":"Getting Started","uid":"00881","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00882":{"url":"getting-started-node","name":"Nodes","description":"This sample visualizes the different stages of a software development life cycle using a circular flow diagram.","category":"Getting Started","uid":"00882","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00883":{"url":"connector","name":"Connectors","description":"This sample visualizes the data flow in a marketing process using predefined diagram shapes and connectors.","category":"Getting Started","uid":"00883","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00884":{"url":"getting-started-annotation","name":"Annotations","description":"This sample illustrates the competitive environment of a business through five forces chart and its described using nodes and annotations.","category":"Getting Started","uid":"00884","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00885":{"url":"port","name":"Ports","description":"This sample visualizes process flow of publishing a book using connection points which are static points over shapes that allow creating connections onto it.","category":"Getting Started","uid":"00885","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00886":{"url":"swimlane","name":"Swimlane","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"00886","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00887":{"url":"custom-shapes","name":"Complex Shapes","description":"This sample demonstrates how to host a HTML elements inside a node. In this example, a Gauge control is hosted inside a HTML Node.","category":"Getting Started","uid":"00887","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00888":{"url":"diagram-events","name":"Events","description":"This sample visualizes what are the client side events are available in our JavaScript Diagram Library.","category":"Getting Started","uid":"00888","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00889":{"url":"tooltip-Sample","name":"Tooltip","description":"This sample demonstrates how to add the extra information to the nodes and connectors and how to show the information through diagram's tooltip feature.","category":"Getting Started","uid":"00889","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"008810":{"url":"history-manager","name":"History Manager","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"008810","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"008811":{"url":"flow-execution","name":"Flow Execution","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"008811","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"008812":{"url":"line-routing","name":"Line Routing","type":"new","description":"This sample visualizes the connectors that are automatically re-routing or moving away if any shape found on the connectors path.","category":"Getting Started","uid":"008812","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"008813":{"url":"bpmn-editor","name":"BPMN Editor","description":"This sample visualizes the hotel booking reservation system and its built with ready made BPMN shapes.","category":"Use Case Diagram","uid":"008813","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},"008814":{"url":"logic-circuit","name":"Logic Circuit Diagram","description":"This sample visualizes implementation of three input Boolean functions using universal logic gates and shape for logic gates designed with diagram's path node.","category":"Use Case Diagram","uid":"008814","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},"008815":{"url":"uml-activity","name":"UML Activity Diagram","description":"This sample visually represents the hotel booking reservation system. It is built with readymade BPMN shapes.","category":"Use Case Diagram","uid":"008815","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},"008816":{"url":"network-diagram","name":"Network Diagram","description":"This sample visualizes graphical layout of a network diagram using diagram's Native(SVG) nodes feature.","category":"Use Case Diagram","uid":"008816","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},"008817":{"url":"uml-class-diagram","name":"UML Class Diagram","description":"This sample represents the hospital management system using diagram's built-in UML class diagram shapes.","category":"Use Case Diagram","uid":"008817","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},"008818":{"url":"hierarchical-model","name":"Hierarchical Tree","description":"This sample illustrates a generating hierarchical tree from right to left orientation with external data source.","category":"Automatic Layouts","uid":"008818","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008819":{"url":"organization-model","name":"Organizational Chart","description":"This sample illustrates a simple business management structure that is built from an external data source.","category":"Automatic Layouts","uid":"008819","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008820":{"url":"radial-tree","name":"Radial Tree","description":"This sample demonstrates a huge organizational structure using a compact layout model. Radial tree layout algorithm is used to build such a layout.","category":"Automatic Layouts","uid":"008820","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008821":{"url":"mind-map","name":"Mind Map","description":"This sample demonstrates the concept of creativity using mind map layout algorithm. User handles are used to extend the mind map interactively.","category":"Automatic Layouts","uid":"008821","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008822":{"url":"symmetric-layout","name":"Symmetric Layout","description":"This sample visualizes a simple network template using symmetrical layout algorithm. It uses attractive and repulsive forces.","category":"Automatic Layouts","uid":"008822","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008823":{"url":"complex-hierarchical-tree","name":"Complex Hierarchical Tree","description":"This sample demonstrates a complex hierarchical template that is built from an external data source using complex hierarchical tree algorithm.","category":"Automatic Layouts","uid":"008823","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008824":{"url":"right-to-left-tree","name":"RTL Tree","description":"This sample visualizes the concept of Artificical Intelligence using hierarchical tree layout algorithm","category":"Automatic Layouts","uid":"008824","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008825":{"url":"pert-chart","name":"PERT chart","description":"This sample visualizes a project development process using Program Evaluation Review Technique (PERT).","category":"Automatic Layouts","uid":"008825","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008826":{"url":"drawing-tool","name":"Drawing Tools","description":"This sample visualizes how to build a diagram interactively using drawing tools. Continuous draw option, snapping are enabled to easily draw diagrams.","category":"User Interaction","uid":"008826","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},"008827":{"url":"key-board-functions","name":"Keyboard Interaction","description":"This sample illustrates interaction with diagram control using shortcut keys. Command Manager support is used to manage keyboard interactions.","category":"User Interaction","uid":"008827","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},"008828":{"url":"quick-commands","name":"User Handles","description":"This sample visualizes a simple flow diagram along with options to execute the frequently used commands using user handles.","category":"User Interaction","uid":"008828","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},"008829":{"url":"symbol-palette","name":"Symbol Palette","description":"This example illustrates predefining shapes in a palette that can be easily dragged and dropped into the drawing area.","category":"User Interaction","uid":"008829","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},"008830":{"url":"overview","name":"Overview Panel","description":"This sample visualizes an organizational structure along with an overview for easily navigating the large organizational structure using Overview Panel.","category":"User Interaction","uid":"008830","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},"008831":{"url":"serialization","name":"Save and Load","description":"This sample visualizes building diagrams interactively and editing the saved diagrams. Symbol Palette is used to easily build diagrams.","category":"Print and Export","uid":"008831","order":4,"component":"Diagram","dir":"diagram","parentId":"08"},"008832":{"url":"print-export","name":"Print and Export","description":"This example shows how to print the diagram and how to export the diagram as image (*.jpg, *.png, and *bmp) and SVG format.","category":"Print and Export","uid":"008832","order":4,"component":"Diagram","dir":"diagram","parentId":"08"},"008833":{"url":"local-data","name":"Local Data","description":"This sample visualizes the classifications of species using hierarchical tree layout algorithm. Data Manager support is used to bind data with the diagram.","category":"Data Binding","uid":"008833","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},"008834":{"url":"remote-data","name":"Remote Data","description":"This sample demonstrates how to bind an remote data with the diagram using the Data Manager support.","category":"Data Binding","uid":"008834","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},"008835":{"url":"crud","name":"CRUD","description":"This sample demonstrates generating a diagram by reading data from the database, and updating it with new inserted/updated/deleted objects through web services.","category":"Data Binding","uid":"008835","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},"008836":{"url":"venn-diagram","name":"Venn Diagram","description":"This sample visually represents the hotel booking reservation system. It is built with readymade BPMN shapes.","category":"Static Diagram","uid":"008836","order":6,"component":"Diagram","dir":"diagram","parentId":"08"},"008837":{"url":"fishbone-diagram","name":"Fishbone Diagram","description":"This sample visually represents a simple fishbone diagram (Ishikawa). Diagram nodes and annotations are used to define fishbone diagrams.","category":"Static Diagram","uid":"008837","order":6,"component":"Diagram","dir":"diagram","parentId":"08"},"00990":{"url":"default","name":"Default Functionalities","category":"Heatmap Chart","description":"This demo for Essential JS2 Heatmap control shows the heat map control displayed with minimum configuration.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource"]},"uid":"00990","order":0,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00991":{"url":"calendar-heatmap","name":"Calendar Heatmap","category":"Heatmap Chart","description":"This demo for Essential JS2 Heatmap control for displays the time series data and displays the axis labels at specific time interval.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00991","order":0,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00992":{"url":"bubble-types","name":"Bubble Types","category":"Bubble Heatmap","description":"This demo for Essential JS2 Heatmap control shows Size, Color and SizeAndColor bubble heat map type.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00992","order":1,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00993":{"url":"color-and-size-attributes","name":"Color and Size Attributes","category":"Bubble Heatmap","description":"This demo for Essential JS2 Heatmap control shows how to bind the multiple data to bubble type heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00993","order":1,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00994":{"url":"array-row","name":"Row","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the data to heat map with series of array for each columns.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","paletteSettings","legendSettings"]},"uid":"00994","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00995":{"url":"array-cell","name":"Cell","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the array data with values for each cell to heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00995","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00996":{"url":"row-json-binding","name":"JSON Row","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the JSON object with data for each columns to heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","paletteSettings","cellSettings"]},"uid":"00996","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00997":{"url":"cell-json-binding","name":"JSON Cell","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the JSON object with data for each cell to heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings"]},"uid":"00997","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00998":{"url":"empty-points","name":"Empty Points","category":"Features","description":"This demo for Essential JS2 Heatmap control shows the usage of empty points or null points in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00998","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00999":{"url":"inversed","name":"Inversed Axis","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to inverse the both x-axis and y-axis in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00999","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009910":{"url":"opposed","name":"Opposed Axis","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to place the axis opposite to the default position in heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","legendSettings"]},"uid":"009910","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009911":{"url":"multi-level-labels","name":"Multi Level Labels","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to group the axis labels with multiple levels.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","legendSettings"]},"uid":"009911","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009912":{"url":"cell-selection","name":"Selection","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to select and deselect the heat map cell using mouse and touch action.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","allowSelection"]},"uid":"009912","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009913":{"url":"legend","name":"Legend Placement","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to place the heatmap legend in different positions.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009913","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009914":{"url":"large-data","name":"Large Data","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to bind the large data in heat map using canvas rendering mode.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","renderingMode","cellSettings","paletteSettings","legendSettings"]},"uid":"009914","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009915":{"url":"palette","name":"Palette Mode","category":"Features","description":"This demo for Essential JS2 Heatmap control demonstrates applying gradient colors or solid colors for the heatmap cells.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009915","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009916":{"url":"render-mode","name":"Rendering mode","category":"Features","description":"This demo for Essential JS2 Heatmap shows switching the rendering mode of the heatmap cells between SVG and canvas rendering logics.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","renderingMode","cellSettings","paletteSettings","legendSettings"]},"uid":"009916","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009917":{"url":"tooltip-template","name":"Tooltip Template","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to customize the tool tip text using template support in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009917","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"0010100":{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Maps control visualizes the continents in the world by rendering those in a map layer.","category":"Maps","api":{"Maps":["titleSettings","zoomSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"default.html","path":"src/maps/default.html"},{"displayName":"default.ts","path":"src/maps/default.ts"},{"displayName":"default-datasource.json","path":"src/maps/map-data/default-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010100","order":0,"component":"Maps","dir":"maps","parentId":"010"},"0010101":{"url":"projection","name":"Projection","description":"This demo for Essential JS2 Maps control shows the details of permanent and non-permanent countries in the UN Security Council, in 2017.","category":"Features","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"projection.html","path":"src/maps/projection.html"},{"displayName":"projection.ts","path":"src/maps/projection.ts"},{"displayName":"projection-datasource.json","path":"src/maps/map-data/projection-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010101","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010102":{"url":"multilayer","name":"Multi-layers","description":"This demo for Essential JS2 Maps control depicts the layer along with sublayers for California and Texas.","category":"Features","api":{"Maps":["titleSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"multilayer.html","path":"src/maps/multilayer.html"},{"displayName":"multilayer.ts","path":"src/maps/multilayer.ts"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"},{"displayName":"texas.json","path":"src/maps/map-data/texas.json"},{"displayName":"california.json","path":"src/maps/map-data/california.json"}],"uid":"0010102","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010103":{"url":"marker","name":"Marker","description":"This demo for Essential JS2 Maps control shows the top 25 populated cities in the world by displaying the markers in their locations.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker.html","path":"src/maps/marker.html"},{"displayName":"marker.ts","path":"src/maps/marker.ts"},{"displayName":"marker-location.json","path":"src/maps/map-data/top-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010103","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010104":{"url":"marker-template","name":"Marker template","description":"This demo for Essential JS2 Maps control indicates the temperature of various cities of Australia in marker templates.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker-template.html","path":"src/maps/marker-template.html"},{"displayName":"marker-template.ts","path":"src/maps/marker-template.ts"},{"displayName":"australia.json","path":"src/maps/map-data/australia.json"}],"uid":"0010104","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010105":{"url":"marker-cluster","name":"Marker clustering","description":"This demo for Essential JS2 Maps control indicates the create the marker cluster in more than one marker intersect","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker-cluster.html","path":"src/maps/marker-cluster.html"},{"displayName":"marker-cluster.ts","path":"src/maps/marker-cluster.ts"},{"displayName":"marker-cluster.json","path":"src/maps/map-data/marker-cluster.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010105","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010106":{"url":"data-label","name":"Labels","description":"This demo for Essential JS2 Maps control shows the names of all the states in USA in data label. Intersect action and smart labels mode can be changed.","category":"Features","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"data-label.html","path":"src/maps/data-label.html"},{"displayName":"data-label.ts","path":"src/maps/data-label.ts"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"0010106","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010107":{"url":"bubble","name":"Bubble","description":"This demo for Essential JS2 Maps control illustrates the top 30 countries which has highest Internet users in bubbles of the year 2016.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"bubble.html","path":"src/maps/bubble.html"},{"displayName":"bubble.ts","path":"src/maps/bubble.ts"},{"displayName":"population-data.ts","path":"src/maps/map-data/population-data.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010107","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010108":{"url":"navigation-line","name":"Navigation Lines","description":"This demo for Essential JS2 Maps control illustrates the sea routes between various cities for shipping.","category":"Features","api":{"Maps":["titleSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"navigation-line.html","path":"src/maps/navigation-line.html"},{"displayName":"navigation-line.ts","path":"src/maps/navigation-line.ts"},{"displayName":"map-location.json","path":"src/maps/map-data/map-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010108","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010109":{"url":"legend","name":"Legend","description":"This demo for Essential JS2 Maps control visualizes grouping of countries in the legend based on its population density.","category":"Features","type":"update","api":{"Maps":["zoomSettings","titleSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"legend.html","path":"src/maps/legend.html"},{"displayName":"legend.ts","path":"src/maps/legend.ts"},{"displayName":"legend-datasource.json","path":"src/maps/map-data/legend-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010109","order":1,"component":"Maps","dir":"maps","parentId":"010"},"00101010":{"url":"color-mapping","name":"Color Mapping","description":"This sample shows the average amount of rainfall and snowfall in spring season of all the states in US. Color mapping is applied to the shapes.","category":"Features","api":{},"sourceFiles":[{"displayName":"color-mapping.html","path":"src/maps/color-mapping.html"},{"displayName":"color-mapping.ts","path":"src/maps/color-mapping.ts"},{"displayName":"color-mapping.json","path":"src/maps/map-data/color-mapping.json"}],"uid":"00101010","order":1,"component":"Maps","dir":"maps","parentId":"010"},"00101011":{"url":"annotation","name":"Annotations","description":"This demo for Essential JS2 Maps control depicts the facts about Africa continent and a direction compass in an annotation.","category":"Features","api":{"Maps":["zoomSettings","annotations","layers"]},"sourceFiles":[{"displayName":"annotation.html","path":"src/maps/annotation.html"},{"displayName":"annotation.ts","path":"src/maps/annotation.ts"},{"displayName":"africa-continent.json","path":"src/maps/map-data/africa-continent.json"}],"uid":"00101011","order":1,"component":"Maps","dir":"maps","parentId":"010"},"00101012":{"url":"osm","name":"OpenStreetMap","category":"Map Providers","sourceFiles":[{"displayName":"osm.html","path":"src/maps/osm.html"},{"displayName":"osm.ts","path":"src/maps/osm.ts"}],"uid":"00101012","order":2,"component":"Maps","dir":"maps","parentId":"010"},"00101013":{"url":"osm-with-navigation-lines","name":"OSM with Navigation Lines","category":"Map Providers","sourceFiles":[{"displayName":"osm-navigationlines.html","path":"src/maps/osm-with-navigation-lines.html"},{"displayName":"osm-navigationlines.ts","path":"src/maps/osm-with-navigation-lines.ts"}],"uid":"00101013","order":2,"component":"Maps","dir":"maps","parentId":"010"},"00101014":{"url":"osm-with-sublayers","name":"OSM with Sublayer","category":"Map Providers","sourceFiles":[{"displayName":"osm-sublayers.html","path":"src/maps/osm-with-sublayers.html"},{"displayName":"osm-sublayers.ts","path":"src/maps/osm-with-sublayers.ts"},{"displayName":"africa.json","path":"src/maps/map-data/africa.json"}],"uid":"00101014","order":2,"component":"Maps","dir":"maps","parentId":"010"},"00101015":{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Maps control depicts the countries that were appeared in the finals of Cricket World Cup and their counts.","category":"User Interaction","api":{"Maps":["titleSettings","zoomSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"tooltip-datasource.html","path":"src/maps/tooltip.html"},{"displayName":"tooltip-datasource.ts","path":"src/maps/tooltip.ts"},{"displayName":"tooltip-datasource.json","path":"src/maps/map-data/tooltip-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101015","order":3,"component":"Maps","dir":"maps","parentId":"010"},"00101016":{"url":"selection","name":"Selection & Highlight","description":"This demo for Essential JS2 Maps control visualizes USA president election results in the year 2016. Default and interactive are the two types of legend.","category":"User Interaction","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"selection.html","path":"src/maps/selection.html"},{"displayName":"selection.ts","path":"src/maps/selection.ts"},{"displayName":"selection-datasource.json","path":"src/maps/map-data/selection-datasource.json"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"00101016","order":3,"component":"Maps","dir":"maps","parentId":"010"},"00101017":{"url":"zooming","name":"Zooming & Panning","description":"This demo for Essential JS2 Maps control depicts the properties required to zoom and pan the rendered map.","category":"User Interaction","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"zooming.html","path":"src/maps/zooming.html"},{"displayName":"zooming.ts","path":"src/maps/zooming.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"zooming-datasource.json","path":"src/maps/map-data/zooming-datasource.json"}],"uid":"00101017","order":3,"component":"Maps","dir":"maps","parentId":"010"},"00101018":{"url":"drilldown","name":"Drill Down","description":"This demo for Essential JS2 Maps control demonstrates drill down with all the continents in the initial view and countries on drill.","category":"User Interaction","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"drilldown.html","path":"src/maps/drilldown.html"},{"displayName":"drilldown.ts","path":"src/maps/drilldown.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"africa.json","path":"src/maps/map-data/africa.json"},{"displayName":"europe.json","path":"src/maps/map-data/europe.json"},{"displayName":"asia.json","path":"src/maps/map-data/asia.json"},{"displayName":"north-america.json","path":"src/maps/map-data/north-america.json"},{"displayName":"south-america.json","path":"src/maps/map-data/south-america.json"},{"displayName":"oceania.json","path":"src/maps/map-data/oceania.json"}],"uid":"00101018","order":3,"component":"Maps","dir":"maps","parentId":"010"},"00101019":{"url":"print","name":"Print","description":"This demo for Essential JS2 Maps control illustrates the printing functionality in the maps control.","category":"Print and Export","api":{"Maps":["titleSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"print.html","path":"src/maps/print.html"},{"displayName":"print.ts","path":"src/maps/print.ts"},{"displayName":"print-datasource.json","path":"src/maps/map-data/print-datasource.json"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"00101019","order":4,"component":"Maps","dir":"maps","parentId":"010"},"00101020":{"url":"export","name":"Export","description":"This demo for Essential JS2 Maps control illustrates the exporting functionality in the maps control.","category":"Print and Export","api":{"Maps":["titleSettings","layers"]},"sourceFiles":[{"displayName":"export.html","path":"src/maps/export.html"},{"displayName":"export.ts","path":"src/maps/export.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101020","order":4,"component":"Maps","dir":"maps","parentId":"010"},"00101021":{"url":"heat-map","name":"Heat Map","description":"This demo for Essential JS2 Maps control visualizes the state wise population of India in the year 2011. Color for states will be applied based on its value.","category":"Use Cases","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"heat-map.html","path":"src/maps/heat-map.html"},{"displayName":"heat-map.ts","path":"src/maps/heat-map.ts"},{"displayName":"heatmap-datasource.json","path":"src/maps/map-data/heatmap-datasource.json"},{"displayName":"india.json","path":"src/maps/map-data/india.json"}],"uid":"00101021","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101022":{"url":"curved-lines","name":"Flight routes","description":"This demo for Essential JS2 Maps control demonstrates the flight routes from India to China using navigation lines feature.","category":"Use Cases","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"curved-lines.html","path":"src/maps/curved-lines.html"},{"displayName":"curved-lines.ts","path":"src/maps/curved-lines.ts"},{"displayName":"marker-location.json","path":"src/maps/map-data/marker-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101022","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101023":{"url":"earthquake","name":"Earthquake indication","description":"This demo for Essential JS2 Maps control demonstrates the earth quack occurred in Sumatra, Indonesia in the year 2009.","category":"Use Cases","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"earthquake.html","path":"src/maps/earthquake.html"},{"displayName":"earthquake.ts","path":"src/maps/earthquake.ts"},{"displayName":"asia.json","path":"src/maps/map-data/asia.json"}],"uid":"00101023","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101024":{"url":"highlighted-region","name":"Highlighted region","description":"This demo for Essential JS2 Maps control depicts the ATM populated areas in Oklahoma by highlighting the regions.","category":"Use Cases","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"highlighted-region.html","path":"src/maps/highlighted-region.html"},{"displayName":"highlighted-region.ts","path":"src/maps/highlighted-region.ts"},{"displayName":"oklahoma.json","path":"src/maps/map-data/oklahoma.json"}],"uid":"00101024","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101025":{"url":"cyber-attack-map","name":"Cyber Attack Map","description":"This demo for Essential JS2 Maps control visualizes the cyber attack map, which displays the cyber attacks and threats from various countries to USA.","category":"Use Cases","api":{"Maps":["layers"]},"sourceFiles":[{"displayName":"cyber-attack-map.html","path":"src/maps/cyber-attack-map.html"},{"displayName":"cyber-attack-map.ts","path":"src/maps/cyber-attack-map.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101025","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101026":{"url":"dynamic-marker","name":"Dynamic markers","description":"This demo for Essential JS2 Maps control visualizes the dynamically added the marker and navigation line.","category":"Use Cases","api":{"Maps":["layers","markerSetting","navigationLineSettings","click"]},"sourceFiles":[{"displayName":"dynamic-marker.html","path":"src/maps/dynamic-marker.html"},{"displayName":"dynamic-marker.ts","path":"src/maps/dynamic-marker.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101026","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101027":{"url":"pie","name":"Map with Pie chart","description":"This demo for Essential JS2 Maps control visualizes the placing of pie charts on the maps using marker templates.","category":"Use Cases","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"pie.html","path":"src/maps/pie.html"},{"displayName":"pie.ts","path":"src/maps/pie.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101027","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101028":{"url":"map-with-slider","name":"Map with Slider","description":"This demo for Essential JS2 Maps control demonstrates the rendering of normal geometry type shapes on the map.","category":"Use Cases","api":{},"sourceFiles":[{"displayName":"map-with-slider.html","path":"src/maps/map-with-slider.html"},{"displayName":"map-with-slider.ts","path":"src/maps/map-with-slider.ts"},{"displayName":"population-growth.json","path":"src/maps/map-data/population-growth.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101028","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101029":{"url":"seat-selection","name":"Bus seat booking","description":"This demo for Essential JS2 Maps control demonstrates the rendering of normal geometry type shapes on the map.","category":"Use Cases","api":{},"sourceFiles":[{"displayName":"seat-selection.html","path":"src/maps/seat-selection.html"},{"displayName":"seat-selection.ts","path":"src/maps/seat-selection.ts"},{"displayName":"seat.json","path":"src/maps/map-data/seat.json"}],"uid":"00101029","order":5,"component":"Maps","dir":"maps","parentId":"010"},"0011110":{"url":"default","name":"Default","description":"This demo for Essential JS2 Range Navigator control shows the default rendering of range navigator with range area series.","category":"Range Selector","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011110","order":0,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011111":{"url":"light-weight","name":"Lightweight","description":"This demo for Essential JS2 Range Navigator control shows the rendering of light-weight range navigator.","category":"Range Selector","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011111","order":0,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011112":{"url":"date-time","name":"DateTime","description":"This demo for Essential JS2 Range Navigator control shows how to plot date-time values in range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011112","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011113":{"url":"double","name":"Numeric Axis","description":"This demo for Essential JS2 Range Navigator control shows how to plot numeric data values in the range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011113","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011114":{"url":"logarithmic","name":"Logarithmic Axis","description":"This demo for Essential JS2 Range Navigator control shows how to visualize the logarithmic scale when data has wide range of values.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011114","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011115":{"url":"multilevel","name":"Multilevel Labels","description":"This demo for Essential JS2 Range Navigator control shows how to display the second level labels in range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011115","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011116":{"url":"period-selector","name":"Default","description":"This demo for Essential JS2 Range Navigator control shows how to display the period selector for a range with specified periods.","category":"Period Selector","api":{"RangeNavigator":["PeriodSelector","series","intervalType"]},"uid":"0011116","order":2,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011117":{"url":"period-selector-stocks","name":"Stock Chart","description":"This demo for Essential JS2 Range Navigator control shows how to render the stock charts with specified periods using period selector.","category":"Period Selector","api":{"RangeNavigator":["PeriodSelector","series","intervalType"]},"uid":"0011117","order":2,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011118":{"url":"empty-data","name":"Empty Points","description":"This demo for Essential JS2 Range Navigator control shows how to render the empty points in the range navigator.","category":"Customization","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011118","order":3,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011119":{"url":"filter","name":"Filter","description":"This demo for Essential JS2 Range Navigator control shows how to bind the filtered values of the range navigator to grid control.","category":"Customization","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011119","order":3,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"00111110":{"url":"export","name":"Print and Export","description":"This demo for Essential JS2 Range Navigator control shows how to print the charts and export the chart contents to various formats at client-side.","category":"Export","api":{"RangeNavigator":["valueType","series","export"]},"uid":"00111110","order":4,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"00111111":{"url":"right-to-left","name":"RTL","description":"This demo for Essential JS2 Range Navigator control shows how to invert an axis in the range navigator.","category":"RTL","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"00111111","order":5,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0012120":{"url":"default","name":"Default","description":"This demo for Essential JS2 Smith Chart control visualizes two transmissions. Impedance and admittance are the two types of rendering in smith chart.","category":"Smith Chart","api":{},"uid":"0012120","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"},"0012121":{"url":"custom","name":"Customization","description":"This demo for Essential JS2 Smith Chart control visualizes the properties required to render the smith chart.","category":"Smith Chart","api":{},"uid":"0012121","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"},"0012122":{"url":"print-export","name":"Print and Export","description":"This demo for Essential JS2 Smith Chart control explores the exporting and printing functionality of smith chart.","category":"Smith Chart","api":{},"uid":"0012122","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"},"0013130":{"url":"ean8","name":"EAN-8","description":"This sample visualizes the 8-digit Global Trade Identification Numbers. It was introduced for use on small packages where an EAN-8 barcode would be too large.","category":"Getting Started","uid":"0013130","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013131":{"url":"code128","name":"Code 128","description":"This sample visualizes a barcode image that presents alphanumeric combinations and it consist of start character, data digits etc.","category":"Getting Started","uid":"0013131","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013132":{"url":"code128A","name":"Code 128A","description":"This sample visualizes a barcode image that presents information with a combination of numbers, and control characters such as tab and new line.","category":"Getting Started","uid":"0013132","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013133":{"url":"code128B","name":"Code 128B","description":"This sample visualizes a barcode image that presents information with a combination of numbers, and control characters such as tab and new line.","category":"Getting Started","uid":"0013133","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013134":{"url":"code128C","name":"Code 128C","description":"This sample visualizes a barcode image that presents information with a combination of numbers, uppercase and lowercase letters, and some additional characters.","category":"Getting Started","uid":"0013134","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013135":{"url":"code93","name":"Code 93","description":"This sample has a native character set of 26 uppercase letters, 10 digits, and 7 special characters.","category":"Getting Started","uid":"0013135","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013136":{"url":"code32","name":"Code 32","description":"This sample visualizes the pharmaceutical code that encodes numeric data in a compressed format and supports all numeric digits and all uppercase letters","category":"Getting Started","uid":"0013136","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013137":{"url":"codabar","name":"Codabar","description":"This sample visualizes a barcode that is designed to be accurately read even when printed with dot matrix printers.","category":"Getting Started","uid":"0013137","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013138":{"url":"ean13","name":"EAN-13","description":"This sample visualizes the 13-digit Global Trade Identification Numbers.It comprises of 13 digits such as manufacturer code, product code etc","category":"Getting Started","uid":"0013138","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013139":{"url":"upca","name":"UPC-A","description":"A UPC-A barcode consists of four areas: number system, manufacturer code, product code, and check digit","category":"Getting Started","uid":"0013139","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"00131310":{"url":"upce","name":"UPC-E","description":"This sample visualizes a product package identification number consist of 6 digits. It is mainly used for scanning products in small packages","category":"Getting Started","uid":"00131310","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"00131311":{"url":"code39","name":"Code39","description":"visualizes Code 39, a self-checking barcode symbology that consists of uppercase letters, and several special characters.","category":"Getting Started","uid":"00131311","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"00131312":{"url":"code39Extd","name":"Code 39 Extended","description":"This sample visualizes the model number of an item in the automotive industry.It supports both standard and extended Code 39 barcodes","category":"Getting Started","uid":"00131312","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"00131313":{"url":"qrcode","name":"QR Code","description":"This sample displays a machine-readable optical label that contains information about the item to which it is attached.","category":"Getting Started","uid":"00131313","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"00131314":{"url":"datamatrix","name":"Data Matrix","description":"This example shows how to display encoded text or numerical values as the label using the Barcode component","category":"Getting Started","uid":"00131314","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0014140":{"url":"default","name":"Default","description":"This demo for Essential JS2 Sparkline control visualizes population, population density, population growth rate, and birth rate of various countries.","category":"Sparkline Charts","api":{},"uid":"0014140","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014141":{"url":"series-types","name":"Series Types","description":"This demo for Essential JS2 Sparkline control depicts the various series types available in the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014141","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014142":{"url":"axis-types","name":"Axis value types","description":"This demo for Essential JS2 Sparkline control depicts the various axis types available in the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014142","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014143":{"url":"spark-grid","name":"Sparkline in Grid","description":"This demo for Essential JS2 Sparkline control demonstrates rendering sparklines in the data grid control.","category":"Sparkline Charts","api":{},"uid":"0014143","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014144":{"url":"customization","name":"Customization","description":"This demo for Essential JS2 Sparkline control depicts the properties required to customize the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014144","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014145":{"url":"live-update","name":"Live Update","description":"This demo for Essential JS2 Sparkline control depicts the task manager with live data update for sparklines.","category":"Sparkline Charts","api":{},"uid":"0014145","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014146":{"url":"range-band","name":"Range Band","description":"This demo for Essential JS2 Sparkline control depicts the range band feature and its customization options.","category":"Sparkline Charts","api":{},"uid":"0014146","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0015150":{"url":"default","name":"Default Functionalities","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"default.html","path":"src/treemap/default.html"},{"displayName":"default.ts","path":"src/treemap/default.ts"},{"displayName":"car-sales.json","path":"src/treemap/treemap-data/car-sales.json"}],"uid":"0015150","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015151":{"url":"layout","name":"Layout","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"layout.html","path":"src/treemap/layout.html"},{"displayName":"layout.ts","path":"src/treemap/layout.ts"},{"displayName":"econmics.json","path":"src/treemap/treemap-data/econmics.json"}],"uid":"0015151","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015152":{"url":"drilldown","name":"Drilldown","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"drilldown.html","path":"src/treemap/drilldown.html"},{"displayName":"drilldown.ts","path":"src/treemap/drilldown.ts"},{"displayName":"drilldown-sample.json","path":"src/treemap/treemap-data/drilldown-sample.json"}],"uid":"0015152","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015153":{"url":"customization","name":"Customization","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"customization.html","path":"src/treemap/customization.html"},{"displayName":"customization.ts","path":"src/treemap/customization.ts"},{"displayName":"metal.json","path":"src/treemap/treemap-data/metal.json"}],"uid":"0015153","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015154":{"url":"label","name":"Data Label","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"label.html","path":"src/treemap/label.html"},{"displayName":"label.ts","path":"src/treemap/label.ts"},{"displayName":"country-population.json","path":"src/treemap/treemap-data/country-population.json"}],"uid":"0015154","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015155":{"url":"tooltip","name":"Tooltip","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"tooltip.html","path":"src/treemap/tooltip.html"},{"displayName":"tooltip.ts","path":"src/treemap/tooltip.ts"},{"displayName":"airport-count.json","path":"src/treemap/treemap-data/airport-count.json"}],"uid":"0015155","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015156":{"url":"election","name":"Legend","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"election.html","path":"src/treemap/election.html"},{"displayName":"election.ts","path":"src/treemap/election.ts"},{"displayName":"election-data.json","path":"src/treemap/treemap-data/election-data.json"}],"uid":"0015156","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015157":{"url":"color-mapping","name":"Color Mapping","description":"This demo for Essential JS2 TreeMap control visualizes the population level of various continents in 2011 based on the gender and age group.","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"color-mapping.html","path":"src/treemap/color-mapping.html"},{"displayName":"color-mapping.ts","path":"src/treemap/color-mapping.ts"},{"displayName":"largest-population-city.ts","path":"src/treemap/treemap-data/color.json"}],"uid":"0015157","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015158":{"url":"selection","name":"Selection & Highlight","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"selection.html","path":"src/treemap/selection.html"},{"displayName":"selection.ts","path":"src/treemap/selection.ts"},{"displayName":"import.json","path":"src/treemap/treemap-data/import.json"}],"uid":"0015158","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015159":{"url":"print","name":"Print & Export","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"print.html","path":"src/treemap/print.html"},{"displayName":"print.ts","path":"src/treemap/print.ts"},{"displayName":"product.json","path":"src/treemap/treemap-data/product.json"}],"uid":"0015159","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"00151510":{"url":"pie","name":"TreeMap with Pie","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"pie.html","path":"src/treemap/pie.html"},{"displayName":"pie.ts","path":"src/treemap/pie.ts"},{"displayName":"continent_data.json","path":"src/treemap/treemap-data/continent_data.json"}],"uid":"00151510","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"00151511":{"url":"rtl","name":"RTL","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"rtl.html","path":"src/treemap/rtl.html"},{"displayName":"rtl.ts","path":"src/treemap/rtl.ts"},{"displayName":"rtl-data.json","path":"src/treemap/treemap-data/rtl-data.json"}],"uid":"00151511","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0016160":{"url":"tools","name":"Overview","type":"update","description":"This demo shows the overview of an HTML and markdown editor using Syncfusion JavaScript rich text editor control.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","showCharCount","actionBegin","actionComplete","maxLength","appendTo"],"ToolbarSettings":["items"]},"uid":"0016160","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"0016161":{"url":"rich-text-editor","name":"Default Functionalities","description":"This demo for Syncfusion JavaScript rich text editor control shows the default rendering with minimum configuration.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","appendTo"]},"uid":"0016161","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"0016162":{"url":"image","name":"Image","type":"update","description":"The demo for Syncfusion JavaScript rich text editor control shows the option to insert images with image caption and link URLs to the images.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","quickToolbarSettings","toolbarClick","appendTo","getRange"],"QuickToolbarSettings":["image"]},"uid":"0016162","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"0016163":{"url":"inline","name":"Inline","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates on how to activate the editor on demand while editing the content.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","inlineMode","toolbarSettings","format","fontFamily","appendTo","dataBind"],"InlineMode":["enable","onSelection"],"ToolbarSettings":["items"],"Format":["width"],"FontFamily":["width"]},"uid":"0016163","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"0016164":{"url":"paste-cleanup","name":"Paste from MS Word","type":"update","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates on paste cleanup feature while pasting the content.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","pasteCleanupSettings","appendTo"],"PasteCleanupSettings":["prompt","plainText","keepFormat","deniedTags","deniedAttrs","allowedStyleProps"]},"uid":"0016164","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"0016165":{"url":"iframe","name":"IFrame","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the default rendering of the rich text editor in iframe mode.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","height","iframeSettings","toolbarSettings","actionBegin","actionComplete","appendTo"],"IFrameSettings":["enable"],"ToolbarSettings":["items"]},"uid":"0016165","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"0016166":{"url":"print","name":"Print","description":"This demo for Syncfusion JavaScript rich text editor control shows how to print the content of the editor with its styles.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","print","appendTo"],"ToolbarSettings":["items"]},"uid":"0016166","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"0016167":{"url":"ajax-load","name":"Ajax Content","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates how to load content to the editor from an external source using Ajax library.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","value","appendTo"]},"uid":"0016167","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"0016168":{"url":"form-validation","name":"Form Validation","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the HTML forms support on the rich text editor control.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","showCharCount","maxLength","placeholder","appendTo"]},"uid":"0016168","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"0016169":{"url":"resize-editor","name":"Resizable Editor","type":"new","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the resizable support on the rich text editor control.","category":"Rich Text Editor","api":{"RichTextEditor":["enableResize","appendTo"]},"uid":"0016169","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161610":{"url":"api","name":"API","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the usage of API in rich text editor control.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","showCharCount","maxLength","appendTo","readonly","enabled","enableHtmlEncode","value","getSelection","selectAll"]},"uid":"00161610","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161611":{"url":"client-side-events","name":"Events","type":"update","description":"This demo for Syncfusion JavaScript rich text editor control shows the events that have been triggered during the rich text editor operations.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","created","actionBegin","actionComplete","focus","blur","change","toolbarClick","appendTo"],"ToolbarSettings":["items"]},"uid":"00161611","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161612":{"url":"blog-posting","name":"Use Case","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates how to design forum application using rich text editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","placeholder","value","dataBind","refresh","appendTo"]},"uid":"00161612","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161613":{"url":"auto-save","name":"Auto Save","type":"new","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates how to design forum application using rich text editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","placeholder","enablePersistance","saveInterval","toolbarSettings","appendTo"]},"uid":"00161613","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161614":{"url":"types","name":"Type","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the different behavior of toolbar support in the rich text editor.","category":"Toolbar","api":{"RichTextEditor":["Inject","floatingToolbarOffset","toolbarSettings","actionBegin","actionComplete","dataBind","appendTo"],"ToolbarSettings":["items","type","enableFloating"]},"uid":"00161614","order":1,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161615":{"url":"insert-emoticons","name":"Insert Emoticons","description":"This demo for Syncfusion JavaScript rich text editor control shows the users to add their emoticons to the toolbar along with the built-in commands.","category":"Custom Tool","api":{"RichTextEditor":["Inject","toolbarSettings","value","created","appendTo"],"ToolbarSettings":["items"]},"uid":"00161615","order":2,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161616":{"url":"insert-special-characters","name":"Insert Special Characters","description":"This demo for Syncfusion JavaScript rich text editor control shows the users to add their commands to the toolbar along with the built-in commands.","category":"Custom Tool","api":{"RichTextEditor":["Inject","toolbarSettings","value","created","appendTo"],"ToolbarSettings":["items"]},"uid":"00161616","order":2,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161617":{"url":"markdown-editor","name":"Overview","type":"update","description":"This demo for Syncfusion JavaScript rich text editor control shows the markdown editing in the rich text editor with complete features.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","appendTo"],"ToolbarSettings":["items"]},"uid":"00161617","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161618":{"url":"markdown-editor-preview","name":"Preview","description":"This demo for Syncfusion JavaScript rich text editor control shows the users to switch between editing content and its visual preview in Markdown Editor.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","actionBegin","appendTo"],"ToolbarSettings":["items"]},"uid":"00161618","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161619":{"url":"markdown-editor-custom-format","name":"Custom Format","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates on how to customize tags of markdown formatting in rich text editor.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","formatter","appendTo"],"ToolbarSettings":["items"]},"uid":"00161619","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"00161620":{"url":"tribute","name":"Tribute JS","type":"new","description":"This demo for Syncfusion JavaScript rich text editor control demonstrates the HTML forms support on the rich text editor control.","category":"Third-parties Integration","api":{"RichTextEditor":["placeholder","appendTo"]},"uid":"00161620","order":4,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"016"},"0017170":{"url":"default","name":"Default Functionalities","category":"DocumentEditor","description":"The Document Editor component in JavaScript platform is used to create, edit, view, and print Word documents in web applications.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017170","order":0,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"0017171":{"url":"character-formatting","name":"Character Formatting","category":"Editing Features","description":"The Document Editor supports character formatting such as bold, italic, underline, subscript, superscript, font color, and more in JavaScript platform.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017171","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"0017172":{"url":"paragraph-formatting","name":"Paragraph Formatting","category":"Editing Features","description":"The Document Editor supports paragraph formatting such as indentation, paragraph spacing, line spacing, and text alignment in JavaScript platform.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017172","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"0017173":{"url":"styles","name":"Styles","category":"Editing Features","description":"The Document Editor supports both built-in and custom styles for character format and paragraph format.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017173","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"0017174":{"url":"bullets-and-numbering","name":"Bullets and Numbering","category":"Editing Features","description":"The Document Editor supports bullets and numbering. Both single list and multi-level lists can be added.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017174","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"0017175":{"url":"links-and-bookmarks","name":"Hyperlinks and Bookmarks","category":"Editing Features","description":"The Document Editor supports hyperlinks and bookmarks. The link can be a file, mail, webpage, or bookmark.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017175","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"0017176":{"url":"table-formatting","name":"Table Formatting","category":"Editing Features","description":"The Document Editor supports table formatting such as cell margins, cell spacing, horizontal merge, vertical merge, border styles, background color, and more.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017176","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"0017177":{"url":"section-formatting","name":"Section Formatting","category":"Editing Features","description":"The Document Editor supports section formatting such as page size, page margins, header distance, and footer distance.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017177","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"0017178":{"url":"headers-and-footers","name":"Headers and Footers","category":"Editing Features","description":"The Document Editor supports headers and footers. Different headers and footers can be added to the first page, odd pages, and even pages.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017178","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"0017179":{"url":"table-of-contents","name":"Table of Contents","category":"Editing Features","description":"The Document Editor supports table of contents with options for including hyperlink, page number, right-aligned tabs, and styles.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0017179","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"00171710":{"url":"print","name":"Print","category":"Print","description":"The Document Editor component in JavaScript is used to view and print Word documents in web applications by injecting only the modules that are necessary.","api":{"DocumentEditor":["enablePrint","documentName","pageOutline","scrollToPage","viewChange","documentChange","zoomFactorChange"]},"uid":"00171710","order":2,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"00171711":{"url":"right-to-left","name":"Right To Left","category":"RTL","description":"The Document Editor supports right to left for users who use right-to-left languages (Arabic, Hebrew, Urdu, etc.).","api":{"DocumentEditor":["enableRtl"]},"uid":"00171711","order":3,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"00171712":{"url":"custom-context-menu","name":"Custom Context Menu","category":"Customization","description":"The Document Editor supports custom options for users who use to add custom options in context menu.","api":{"ContextMenu":["addCustomMenu","customContextMenuSelect","customContextMenuBeforeOpen"]},"uid":"00171712","order":4,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"00171713":{"url":"auto-save","name":"Auto Save","category":"Customization","description":"The Document Editor supports auto save functionality to let the users for saving the documents automatically at customized time interval.","uid":"00171713","order":4,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"00171714":{"url":"chart","name":"Chart Preservation","category":"Charts","description":"The Document Editor supports chart preservation for users who use to view their business reports with intuitive graphical data visualization.","uid":"00171714","order":5,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"00171715":{"url":"document-protection","name":"Document Protection","category":"Security","description":"The Document Editor provides document protection supports to restrict the types of changes can be made to the document by a user/user group.","uid":"00171715","order":6,"component":"DocumentEditor","dir":"document-editor","parentId":"017","hideOnDevice":true},"0018180":{"url":"default","name":"Default Functionalities","category":"Chips","description":"This sample demonstrates functionalities of Chips with different types. Click and interact the chip, to select single or multiple chips from collection.","uid":"0018180","order":0,"component":"Chips","dir":"chips","parentId":"018"},"0018181":{"url":"api","name":"API","category":"Chips","description":"This sample demonstrates common API of chip control. Select any combination of properties from the property pane to customize the appearance of chip.","uid":"0018181","order":0,"component":"Chips","dir":"chips","parentId":"018"},"0019190":{"url":"default","name":"Default Functionalities","category":"Button","ftName":"button","api":{"Button":["isPrimary","cssClass","iconCss","isToggle","iconPosition","content"]},"description":"This example demonstrates the types (flat, toogle, outline, round), sizes and styles (primary, success, info, warning) of the Syncfusion Javascript button.","uid":"0019190","order":0,"component":"Button","dir":"button","parentId":"019"},"0019191":{"url":"button-group","name":"Button Group","category":"Button","ftName":"button-group","description":"This example demonstrates the behaviors (default, checkbox, radio) of the Syncfusion Javascript ButtonGroup.","uid":"0019191","order":0,"component":"Button","dir":"button","parentId":"019"},"0019192":{"url":"checkbox","name":"Checkbox","category":"Button","ftName":"checkbox","api":{"CheckBox":["label","checked","indeterminate","disabled","change"]},"description":"This example demonstrates the three different states (checked, unchecked, indeterminate) of the Syncfusion Javascript CheckBox.","uid":"0019192","order":0,"component":"Button","dir":"button","parentId":"019"},"0019193":{"url":"radio-button","name":"Radio Button","category":"Button","ftName":"radio-button","api":{"RadioButton":["label","name","value","checked"]},"description":"This example demonstrates the group functionality of the Syncfusion Javascript RadioButton with checked and unchecked states.","uid":"0019193","order":0,"component":"Button","dir":"button","parentId":"019"},"0019194":{"url":"dropdown-button","name":"Dropdown Menu","category":"Button","ftName":"dropdown-menu","api":{"DropDownButton":["items","cssClass","iconCss"]},"description":"This example demonstrates the usecases of the Syncfusion Javascript DropDownButton with icons, text and separator in popup action items.","uid":"0019194","order":0,"component":"Button","dir":"button","parentId":"019"},"0019195":{"url":"split-button","name":"Split Button","category":"Button","ftName":"split-button","api":{"SplitButton":["items","content","iconCss","beforeItemRender"]},"description":"This example demonstrates the usecases of the Syncfusion Javascript SplitButton with icons and text in primary splitbutton.","uid":"0019195","order":0,"component":"Button","dir":"button","parentId":"019"},"0019196":{"url":"switch","name":"Switch","category":"Button","ftName":"toggle-switch-button","api":{"Switch":["checked","disabled"]},"description":"This example demonstrates the toggle states (checked, unchecked) of the Syncfusion Javascript Switch.","uid":"0019196","order":0,"component":"Button","dir":"button","parentId":"019"},"0019197":{"url":"progress-button","name":"Progress Button","category":"Button","ftName":"progress-button","api":{"ProgressButton":["content","iconCss","cssClass","duration","disabled","isPrimary","enableProgress","end","begin","spinSettings","animationSettings"]},"description":"This example demonstrates the different functionalities of the Syncfusion Javascript ProgressButton with spinner and progress indicator.","uid":"0019197","order":0,"component":"Button","dir":"button","parentId":"019"},"0020200":{"url":"default","name":"Overview","category":"In-place Editor","description":"This sample demonstrates the default behavior of the In-place Editor control, which works by editing the values in inline and popup in TypeScript platform.","api":{"In-place Editor":["mode","type","value","showButtons","disabled"]},"uid":"0020200","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"020"},"0020201":{"url":"dropdowns","name":"DropDown Controls","category":"In-place Editor","description":"This sample demonstrates the usage of dropdown controls such as Autocomplete, ComboBox, DropDownList, and MultiSelect in TypeScript platform.","api":{"In-place Editor":["mode","type","value","enableEditMode","model"]},"uid":"0020201","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"020"},"0020202":{"url":"pickers","name":"Date Controls","category":"In-place Editor","description":"This sample demonstrates the usage of picker controls such as Date, Time, DateTime, and DateRange in TypeScript platform.","api":{"In-place Editor":["mode","type","value","enableEditMode","model"]},"uid":"0020202","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"020"},"0020203":{"url":"edit-post","name":"Edit Post","category":"Use Case","description":"This sample demonstrates the usage of In-place Editor control with a form element in TypeScript platform. Edit the values in place to update to the post.","api":{"In-place Editor":["mode","type","value"]},"uid":"0020203","order":1,"component":"In-place Editor","dir":"inplace-editor","parentId":"020"},"0021210":{"url":"default","name":"Default Functionalities","category":"Scheduler","description":"This example for Essential JS2 Scheduler control shows how the flat Scheduler looks like with its default set of minimal configurations in TypeScript platform.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"0021210","order":0,"component":"Scheduler","dir":"schedule","parentId":"021"},"0021211":{"url":"local-data","name":"Local Data","category":"Data Binding","description":"This example for Essential JS2 Scheduler control shows the way of binding an array of JavaScript objects (local JSON datasource) in Typescript platform.","api":{"Schedule":["eventSettings","selectedDate"]},"uid":"0021211","order":1,"component":"Scheduler","dir":"schedule","parentId":"021"},"0021212":{"url":"remote-data","name":"Remote Data","category":"Data Binding","description":"This example for Essential JS2 Scheduler control shows the way of binding remote services by using the DataManager in TypeScript platform.","api":{"Schedule":["eventSettings","selectedDate"]},"uid":"0021212","order":1,"component":"Scheduler","dir":"schedule","parentId":"021"},"0021213":{"url":"calendar-integration","name":"Sync Google Calendar","category":"Data Binding","description":"This example illustrates how to integrate the Google Calendar events into HTML5 JavaScript Scheduler.","api":{"Schedule":["eventSettings","dataBinding","selectedDate"]},"uid":"0021213","order":1,"component":"Scheduler","dir":"schedule","parentId":"021"},"0021214":{"url":"recurrence-events","name":"Recurring Events","category":"Appointments","description":"This example for Essential JS2 Scheduler control shows the scheduler with recurring meetings handled on a regular pattern.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0021214","order":2,"component":"Scheduler","dir":"schedule","parentId":"021"},"0021215":{"url":"block-events","name":"Blocking Dates and Time","category":"Appointments","description":"This example demonstrates how to block specific days or time intervals on HTML5 JavaScript Scheduler.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0021215","order":2,"component":"Scheduler","dir":"schedule","parentId":"021"},"0021216":{"url":"search-events","name":"Search Events","category":"Appointments","description":"This example showcases how to search the events of HTML5 JavaScript Scheduler based on specific field criteria.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0021216","order":2,"component":"Scheduler","dir":"schedule","parentId":"021"},"0021217":{"url":"timezone","name":"Timezone","category":"Appointments","description":"This example for Essential JS2 Scheduler control shows how the events are displayed in different timings as per the selected timezone.","api":{"Schedule":["timezone","selectedDate","eventSettings","eventRendered"]},"uid":"0021217","order":2,"component":"Scheduler","dir":"schedule","parentId":"021"},"0021218":{"url":"external-drag-drop","name":"External Drag and Drop","category":"Appointments","description":"This example shows how to drag and drop the events from an external source into HTML5 JavaScript scheduler.","api":{"Schedule":["currentView","eventSettings","resourceHeaderTemplate","cssClass","workHours","views","group","resources","actionBegin"]},"uid":"0021218","order":2,"component":"Scheduler","dir":"schedule","parentId":"021"},"0021219":{"url":"virtual-scrolling","name":"Virtual Scrolling ","category":"Scrolling","description":"This example illustrates how to enable the virtual loading of resources and its events in JavaScript Scheduler.","api":{"Schedule":["views","group","resources","eventSettings"]},"uid":"0021219","order":3,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212110":{"url":"views","name":"Basic Views","category":"Views","description":"This example for Essential JS2 Scheduler control shows the usage of basic views such as Day, Week, Work Week and Month.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212110","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212111":{"url":"timeline","name":"Timeline Views","category":"Views","description":"This example for Essential JS2 Scheduler control shows how the timeline scheduler looks like with its default set of configurations.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00212111","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212112":{"url":"agenda","name":"Agenda View","category":"Views","description":"This example for Essential JS2 Scheduler control shows the agenda view and the configurations available in it.","api":{"Schedule":["agendaDaysCount","hideEmptyAgendaDays","currentView","views","eventSettings","selectedDate"]},"uid":"00212112","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212113":{"url":"month-agenda","name":"Month Agenda View","category":"Views","description":"This example for Essential JS2 Scheduler control shows the layout of Month Agenda view and how it works.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212113","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212114":{"url":"year","name":"Year View","category":"Views","type":"new","description":"This example for Essential JS2 Scheduler control shows the layout of Horizontal and Vertical Year views and how it works.","api":{"Schedule":["views","eventSettings"]},"uid":"00212114","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212115":{"url":"views-configuration","name":"Individual View Settings","category":"Views","description":"This example for Essential JS2 Scheduler control shows how to customize each of the view with specific configurations.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212115","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212116":{"url":"extended-views","name":"View Intervals","category":"Views","description":"This example for Essential JS2 Scheduler control shows how to display n number of days, weeks and months on a single view.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212116","order":4,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212117":{"url":"timeline-resources","name":"Room Scheduler","category":"Multiple Resources","description":"This example for Essential JS2 Scheduler control shows how to design the room scheduling calendar and manage the events booked on a particular time interval.","api":{"Schedule":["currentView","views","selectedDate","resourceHeaderTemplate","eventSettings"]},"uid":"00212117","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212118":{"url":"resources","name":"Fare Calendar","category":"Multiple Resources","description":"This example for Essential JS2 Scheduler control shows how to customize the scheduler to showcase it as an Airfare calendar.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212118","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212119":{"url":"resource","name":"Resources","category":"Multiple Resources","description":"This example depicts how to show or hide the resource events on JavaScript Scheduler based on the resource selection.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"00212119","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212120":{"url":"group-editing","name":"Shared Events","category":"Multiple Resources","description":"This example for Essential JS2 Scheduler control shows the usage of single event that are shared by multiple resources.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00212120","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212121":{"url":"group-custom-work-days","name":"Different Work Days","category":"Multiple Resources","description":"This example for Essential JS2 Scheduler control shows how to set different working days for each of the resources.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00212121","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212122":{"url":"add-remove-resources","name":"Show/Hide Resources","category":"Multiple Resources","description":"This example for Essential JS2 Scheduler control shows how to dynamically add or remove the resources to and from the scheduler layout.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00212122","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212123":{"url":"adaptive-rows","name":"Row Auto Height","category":"Multiple Resources","description":"This example showcases how the work cells of Essential JS2 Scheduler auto adjusts its height based on the exceeding appointment count.","api":{"Schedule":["rowAutoHeight","currentView","views","selectedDate","eventSettings"]},"uid":"00212123","order":5,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212124":{"url":"resource-grouping","name":"Horizontal Grouping","category":"Resource Grouping","description":"This example for Essential JS2 Scheduler control shows how the calendars of multiple resources are grouped in default view layouts.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00212124","order":6,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212125":{"url":"timeline-resource-grouping","name":"Timeline Grouping","category":"Resource Grouping","description":"This example for Essential JS2 Scheduler control shows how the calendars of multiple resources are grouped in timeline view layouts.","api":{"Schedule":["group","resources","eventSettings"]},"uid":"00212125","order":6,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212126":{"url":"group-by-date","name":"Date-wise Grouping ","category":"Resource Grouping","description":"This example demonstrates how the resources of Essential JS2 Scheduler control are grouped based on dates.","api":{"Schedule":["group","resources","eventSettings"]},"uid":"00212126","order":6,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212127":{"url":"group-by-child","name":"Hierarchical Grouping ","category":"Resource Grouping","description":"This example for Essential JS2 Scheduler control shows how to group the child level resources against each of the parent level resources.","api":{"Schedule":["startHour","endHour","group","resources","eventSettings"]},"uid":"00212127","order":6,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212128":{"url":"cell-template","name":"Cell","category":"Templates","description":"This example for Essential JS2 Scheduler control shows how to customize the background of the specific cells using cell template option.","api":{"Schedule":["width","height","cellTemplate","views","eventSettings","selectedDate"]},"uid":"00212128","order":7,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212129":{"url":"date-header-template","name":"Date Header","category":"Templates","description":"This example for Essential JS2 Scheduler control shows how to customize the date header cells using the template option.","api":{"Schedule":["cssClass","dateHeaderTemplate","eventSettings","eventRendered","renderCell"]},"uid":"00212129","order":7,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212130":{"url":"event-template","name":"Events","category":"Templates","description":"This example for Essential JS2 Scheduler control shows how to customize the appearance of events using event template option.","api":{"Schedule":["width","height","cellTemplate","views","eventSettings","selectedDate"]},"uid":"00212130","order":7,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212131":{"url":"tooltip","name":"Tooltip","category":"Templates","description":"This example for Essential JS2 Scheduler control shows how to display tooltip over events as well as the way to customize it using template option.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00212131","order":7,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212132":{"url":"editor-validation","name":"Field Validation","category":"Editor Window","description":"This example for Essential JS2 Scheduler control shows the way of adding default and custom validation rules to the editor fields of scheduler.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00212132","order":8,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212133":{"url":"editor-custom-field","name":"Additional Fields","category":"Editor Window","description":"This example for Essential JS2 Scheduler control shows how to add additional fields to the default editor window.","api":{"Schedule":["selectedDate","eventSettings","popupOpen"]},"uid":"00212133","order":8,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212134":{"url":"editor-template","name":"Editor Template","category":"Editor Window","description":"This example for Essential JS2 Scheduler control shows the way of customizing the default editor window with custom template design.","api":{"Schedule":["editorTemplate","showQuickInfo","eventRendered","popupOpen","actionBegin"]},"uid":"00212134","order":8,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212135":{"url":"header-rows","name":"Header Rows","category":"Customization","description":"This example for Essential JS2 Scheduler control shows how to display the additional header rows on timeline view.","api":{"Schedule":["height","eventSettings","selectedDate","headerRows"]},"uid":"00212135","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212136":{"url":"time-scale","name":"Timescale","category":"Customization","description":"This example for Essential JS2 Scheduler control shows how to customize the grid lines of scheduler with different duration and count","api":{"Schedule":["height","width","views","timeScale"]},"uid":"00212136","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212137":{"url":"context-menu","name":"Context Menu","category":"Customization","description":"This example shows how to enable the context menu on HTML5 JavaScript Scheduler and perform the related actions using menu options.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00212137","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212138":{"url":"header-bar","name":"Header Bar","category":"Customization","description":"This example for Essential JS2 Scheduler control shows the way of adding custom items onto the scheduler header bar.","api":{"Schedule":["width","height","workHours","views","eventSettings","selectedDate"]},"uid":"00212138","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212139":{"url":"scroll-to","name":"Scroll Time","category":"Customization","description":"This example for Essential JS2 Scheduler control shows the way of manually scrolling to specific time on scheduler.","api":{"Schedule":["width","height","eventSettings","eventRendered","scrollTo"]},"uid":"00212139","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212140":{"url":"work-days","name":"Work Days","category":"Customization","description":"This example for Essential JS2 Scheduler control showcases how to set customized working days as well as first day of a week on scheduler.","api":{"Schedule":["workDays","views","eventSettings","selectedDate"]},"uid":"00212140","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212141":{"url":"hide-weekend","name":"Hide Non-Working Days","category":"Customization","description":"This example for Essential JS2 Scheduler control depicts the way to show or hide the non working days of a week.","api":{"Schedule":["showWeekend"]},"uid":"00212141","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212142":{"url":"work-hour","name":"Work Hours","category":"Customization","description":"This example for Essential JS2 Scheduler control showcases how to set the work hour range on scheduler.","api":{"Schedule":["workHours","views","eventSettings","selectedDate"]},"uid":"00212142","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212143":{"url":"start-end-hour","name":"Day Hour Limit","category":"Customization","description":"This example for Essential JS2 Scheduler control depicts how to restrict the start and end hours on scheduler.","api":{"Schedule":["startHour","endHour","workHours","eventRendered"]},"uid":"00212143","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212144":{"url":"cell-dimension","name":"Cell Dimension","category":"Customization","description":"This example for Essential JS2 Scheduler control shows how to set the width and height of the cells by overriding the default CSS classes.","api":{"Schedule":["cssClass","showTimeIndicator","eventRendered","created","actionComplete"]},"uid":"00212144","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212145":{"url":"read-only-events","name":"Read-only Events","category":"Customization","description":"This example for Essential JS2 Scheduler control shows how to make specific events on the scheduler to be displayed in a read-only mode.","api":{"Schedule":["eventSettings","eventRendered","eventClick","popupOpen","eventRendered"]},"uid":"00212145","order":9,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212146":{"url":"excel-export","name":"Excel Exporting","category":"Exporting","description":"This example demonstrates how to export the Essential JS2 Scheduler events to the excel file format at client-side.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00212146","order":10,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212147":{"url":"calendar-export-import","name":"Export and Import ICS","category":"Exporting","description":"This example shows how to export the Scheduler events to a calendar file, and also how to import events from an .ics file into our Essential JS2 Scheduler.","api":{"Schedule":["importICalendar","exportToICalendar"]},"uid":"00212147","order":10,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212148":{"url":"print","name":"Print","category":"Exporting","description":"This example demonstrates how to print the Essential JS2 Scheduler element at client-side with themes enabled.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00212148","order":10,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212149":{"url":"recurrence-editor-generate-rule","name":"Rule Generator","category":"Recurrence Editor","description":"This example for Essential JS2 Scheduler control showcases the recurrence rule generation based on the options selected from the recurrence editor.","uid":"00212149","order":11,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212150":{"url":"recurrence-editor-populate-rule","name":"Populate Rule","category":"Recurrence Editor","description":"This example for Essential JS2 Scheduler control shows how to fill the recurrence editor fields with values based on the provided recurrence rule string.","uid":"00212150","order":11,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212151":{"url":"keyboard-interaction","name":"Keyboard Interaction","category":"Miscellaneous","description":"This example for Essential JS2 Scheduler control showcases the keyboard shortcuts available on scheduler in Typescript platform.","api":{"Schedule":["width","height","eventSettings","selectedDate","allowKeyboardInteraction"]},"uid":"00212151","order":12,"component":"Scheduler","dir":"schedule","parentId":"021"},"00212152":{"url":"events","name":"Events","category":"Miscellaneous","description":"This example for Essential JS2 Scheduler control shows the client-side events that triggers on respective scheduler actions in Typescript platform.","api":{"Schedule":["width","height","eventSettings","eventRendered","created","actionBegin","actionComplete","actionFailure","cellClick","cellDoubleClick","destroyed","navigating","eventClick","popupOpen"]},"uid":"00212152","order":12,"component":"Scheduler","dir":"schedule","parentId":"021"},"0022220":{"url":"default","name":"Default Functionalities","category":"Gantt","api":{"Gantt":["dataSource","taskFields","height","highlightWeekends","eventMarkers","labelSettings"]},"description":"This example demonstrates the simple Gantt chart with summary task, child tasks, milestone tasks, dependencies with event markers of project","uid":"0022220","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"0022221":{"url":"remote-data","name":"Remote Data","category":"Gantt","api":{"Gantt":["dataSource","height","taskFields","columns","treeColumnIndex","allowSelection","gridLines","highlightWeekends","timelineSettings","labelSettings","includeWeekend","projectStartDate","projectEndDate"]},"description":"This sample demonstrates the way of binding data to Gantt chart with remote service. The Gantt chart data source is bound to remote data using DataManager.","uid":"0022221","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"0022222":{"url":"editing","name":"Editing","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","editSettings","toolbar","columns","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the cell editing, dialog editing, taskbar editing and dependency editing support in Gantt","uid":"0022222","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"0022223":{"url":"filtering","name":"Filtering","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","taskFields","columns","treeColumnIndex","height","timelineSettings","labelSettings","toolbar","allowFiltering","includeWeekend","timelineSettings","splitterSettings","durationUnit","dayWorkingTime","projectStartDate","projectEndDate"]},"description":"This example demonstrates the filtering support with filter menu option for various types of columns in Gantt","uid":"0022223","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"0022224":{"url":"timeline","name":"Timeline","category":"Gantt","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","highlightWeekends","resourceNameMapping","resourceIDMapping","resources","timelineSettings","splitterSettings","treeColumnIndex","labelSettings","eventMarkers"]},"description":"This example demonstrates the various timeline mode options and properties available to customize the timeline in Gantt","uid":"0022224","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"0022225":{"url":"baseline","name":"Baseline","category":"Gantt","api":{"Gantt":["dataSource","renderBaseline","taskFields","columns","treeColumnIndex","allowSelection","includeWeekend","timelineSettings","tooltipSettings","durationUnit","dateFormat","dayWorkingTime","height","projectStartDate","projectEndDate"]},"description":"Baselines are enabled to view the deviation between the planned dates of tasks and actual progress of task dates","uid":"0022225","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"0022226":{"url":"taskbar-template","name":"Taskbar Template","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","taskFields","columns","treeColumnIndex","rowHeight","taskbarHeight","dayWorkingTime","durationUnit","eventMarkers","height","taskbarTemplate","milestoneTemplate","projectStartDate","projectEndDate","timelineSettings","splitterSettings","labelSettings","tooltipSettings"]},"description":"This example demonstrates the taskbar template support with child taskbar template, parent taskbar template and milestone template.","uid":"0022226","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"0022227":{"url":"unscheduled-tasks","name":"Unscheduled Tasks","category":"Gantt","api":{"Gantt":["dataSource","taskFields","editSettings","toolbar","height","labelSettings","allowUnscheduledTasks","projectStartDate","projectEndDate","toolbarClick","splitterSettings","columns"]},"description":"This example demonstrates the unscheduled tasks in Gantt with custom toolbar item and dynamic add support.","uid":"0022227","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"0022228":{"url":"zooming","name":"Zooming","category":"Gantt","api":{"Gantt":["dataSource","height","taskFields","toolbar","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the zooming support of the Gantt chart timeline and ZoomToFit support of the Gantt chart.","uid":"0022228","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"0022229":{"url":"contextMenu","name":"Context Menu","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","editSettings","toolbar","columns","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","labelSettings","projectStartDate","projectEndDate","enableContextMenu","contextMenuItems"]},"description":"This demo explains the usage of context menu and the default context menu items in Syncfusion TypeScript Gantt control.","uid":"0022229","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"00222210":{"url":"exporting","name":"Exporting","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","toolbar","allowExcelExport","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","projectStartDate","projectEndDate","toolbarClick"]},"description":"This demo explains how to export Gantt content to Excel and CSV documents using the Syncfusion TypeScript Gantt control.","uid":"00222210","order":0,"component":"Gantt","dir":"gantt","parentId":"022"},"0023230":{"url":"default","name":"Default Functionalities","category":"Calendar","api":{"Calendar":["change"]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) Calendar to select a date","uid":"0023230","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},"0023231":{"url":"disabled","name":"Disabled Dates","category":"Calendar","api":{"Calendar":["renderDayCell","change"]},"description":"This example demonstrates how to disable the dates like weekends, weekdays and specific dates (past , future and current) in a JavaScript (TypeScript) Calendar","uid":"0023231","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},"0023232":{"url":"date-range","name":"Date Range","category":"Calendar","api":{"Calendar":["min","max","change"]},"description":"This example demonstrates how to disables the specific range of dates (min and max) in a JavaScript (TypeScript) Calendar","uid":"0023232","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},"0023233":{"url":"special-dates","name":"Special Dates","category":"Calendar","api":{"Calendar":["renderDayCell","change"]},"description":"This example demonstrates how to highlight the specific dates like weekends, holidays and special dates in a JavaScript (TypeScript) Calendar","uid":"0023233","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},"0023234":{"url":"multi-selection","name":"Multi Selection","category":"Calendar","api":{"Calendar":["isMultiSelection","values"]},"description":"This example demonstrates how to select the multiple dates (more than one date) in a JavaScript (TypeScript) Calendar","uid":"0023234","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},"0023235":{"url":"month-picker","name":"Month Picker","category":"Calendar","api":{"Calendar":["start","depth"]},"description":"The JavaScript Calendar control can act as a month and year picker. It helps you to select a month or year quickly with all month related properties.","uid":"0023235","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},"0023236":{"url":"islamic-calendar","name":"Islamic Calendar","category":"Calendar","api":{"Calendar":["isMultiSelection","values"]},"uid":"0023236","order":0,"component":"Calendar","dir":"calendar","parentId":"023"},"0024240":{"url":"default","name":"Default Functionalities","category":"DatePicker","api":{"DatePicker":["placeholder"]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) DatePicker to select a date","uid":"0024240","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},"0024241":{"url":"disabled","name":"Disabled Dates","category":"DatePicker","api":{"DatePicker":["placeholder","renderDayCell"]},"description":"This example demonstrates how to disable the dates like weekends, weekdays and specific dates (past, future and current) in a JavaScript (TypeScript) DatePicker","uid":"0024241","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},"0024242":{"url":"date-range","name":"Date Range","category":"DatePicker","api":{"DatePicker":["min","max","value","placeholder"]},"description":"DatePicker widget with min and max date options that restrict users from selecting dates within a defined range of days like past dates, future dates, etc","uid":"0024242","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},"0024243":{"url":"date-format","name":"Format","category":"DatePicker","api":{"DatePicker":["format","value","placeholder"]},"description":"This example demonstrates how to change the date time format in the input field based on the format in a JavaScript (TypeScript) DatePicker","uid":"0024243","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},"0024244":{"url":"special-dates","name":"Special Dates","category":"DatePicker","api":{"DatePicker":["value","placeholder","renderDayCell"]},"description":"DatePicker for TypeScript that highlights multiple dates like weekends, holidays, and special events with options to add custom styles and descriptions","uid":"0024244","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},"0024245":{"url":"month-picker","name":"Month Picker","category":"DatePicker","api":{"DatePicker":["start","depth"]},"description":"The JavaScript DatePicker control can act as a month and year picker. It helps you to select a month or year quickly with all months related properties.","uid":"0024245","order":0,"component":"DatePicker","dir":"datepicker","parentId":"024"},"0025250":{"url":"default","name":"Default Functionalities","category":"DateRangePicker","api":{"DateRangePicker":["placeholder"]},"description":"A simple and lightweight DateRangePicker control for JavaScript (TypeScript) with a flexible user interface for selecting a range of dates effortlessly","uid":"0025250","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},"0025251":{"url":"date-range","name":"Date Range","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","min","max"]},"description":"This example demonstrates how to disables the specific range of dates (min and max) in a JavaScript (TypeScript) DateRangePicker","uid":"0025251","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},"0025252":{"url":"day-span","name":"Day Span","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","minDays","maxDays"]},"description":"This example demonstrates how to restrict the users to select the min and max number of days between the selected range of start and end dates","uid":"0025252","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},"0025253":{"url":"presets","name":"Preset Ranges","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","presets"]},"description":"This example demonstrates how to change the date time format in the input field based on the format in a JavaScript (TypeScript) DateRangePicker","uid":"0025253","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},"0025254":{"url":"date-format","name":"Format","category":"DateRangePicker","api":{"DateRangePicker":["format","value"]},"description":"This example demonstrates how to specify the predefined custom date ranges (presets range) like last month, last year and current week in the dropdown popup","uid":"0025254","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},"0025255":{"url":"month-range-picker","name":"Month Range Picker","category":"DateRangePicker","api":{"DateRangePicker":["start","depth"]},"description":"The JavaScript DateRangePicker control can act as a month and year picker. It helps you to select a month or year quickly with all months related properties.","uid":"0025255","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"025"},"0026260":{"url":"default","name":"Default Functionalities","category":"DateTimePicker","api":{"DateTimePicker":[]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) DateTimePicker to select both a date and time","uid":"0026260","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"026"},"0026261":{"url":"disabled","name":"Disabled Dates","category":"DateTimePicker","api":{"DateTimePicker":["renderDayCell"]},"description":"Customizable DateTimePicker widget for JavaScript (TypeScript) with disabled dates and times that restrict selection for specific date and time durations","uid":"0026261","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"026"},"0026262":{"url":"date-time-range","name":"DateTime Range","category":"DateTimePicker","api":{"DatePicker":["min","max","value"]},"description":"This example demonstrates how to disables the specific range of dates and times (min and max) in a JavaScript (TypeScript) DateTimePicker","uid":"0026262","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"026"},"0026263":{"url":"date-time-format","name":"Format","category":"DateTimePicker","api":{"DateTimePicker":["format","value"]},"description":"Flexible DateTimePicker for JavaScript (TypeScript) with options to customize date and time formats based on the preferred culture for improved readability","uid":"0026263","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"026"},"0026264":{"url":"special-dates","name":"Special Dates","category":"DateTimePicker","api":{"DateTimePicker":["renderDayCell","value"]},"description":"This example demonstrates how to highlight the specific dates and times like weekends, holidays and special dates in a JavaScript (TypeScript) DateTimePicker","uid":"0026264","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"026"},"0027270":{"url":"default","name":"Default Functionalities","category":"TimePicker","api":{"TimePicker":["placeholder"]},"description":"A simple and lightweight TimePicker component for JavaScript (TypeScript) for selecting times that is customizable to fit large-scale applications","uid":"0027270","order":0,"component":"TimePicker","dir":"timepicker","parentId":"027"},"0027271":{"url":"time-range","name":"Time Range","category":"TimePicker","api":{"TimePicker":["placeholder","value","readonly","enabled","min","change"]},"description":"This example demonstrates how to disable the specific range of times(min and max) in a JavaScript (TypeScript) TimePicker","uid":"0027271","order":0,"component":"TimePicker","dir":"timepicker","parentId":"027"},"0027272":{"url":"time-format","name":"Format","category":"TimePicker","api":{"TimePicker":["value","step","format"]},"description":"This example demonstrates how to change the time format in the input field based on the format in a JavaScript (TypeScript) TimePicker","uid":"0027272","order":0,"component":"TimePicker","dir":"timepicker","parentId":"027"},"0027273":{"url":"list-formatting","name":"Time Duration","category":"TimePicker","api":{"TimePicker":["value","itemRender"]},"description":"A simple TimePicker widget for JavaScript (TypeScript) for highlighting a set of time intervals in a pop-up by adding custom styles based on you needs","uid":"0027273","order":0,"component":"TimePicker","dir":"timepicker","parentId":"027"},"0028280":{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript autocomplete control with minimum configuration.","category":"AutoComplete","api":{"AutoComplete":["dataSource","value","placeholder"]},"uid":"0028280","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},"0028281":{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["fields","placeholder"]},"uid":"0028281","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},"0028282":{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","suggestionCount","query","sortOrder","autofill","filterType","change"]},"uid":"0028282","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},"0028283":{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript autocomplete control pop-up list using template.","category":"AutoComplete","api":{"AutoComplete":["dataSource","fields","headerTemplate","itemTemplate","placeholder","popupHeight"]},"uid":"0028283","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},"0028284":{"url":"highlight","name":"Highlight","description":"This example demonstrates how to highlight the searched characters in the suggested list items of the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","fields","highlight","placeholder"]},"uid":"0028284","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},"0028285":{"url":"custom-filtering","name":"Custom Filtering","description":"This example demonstrates how to achieve the custom filtering functionalities in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","filtering","fields","placeholder"]},"uid":"0028285","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},"0028286":{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","ignoreAccent","placeholder"]},"uid":"0028286","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"028"},"0029290":{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript combo box control with minimum configuration.","category":"ComboBox","api":{"ComboBox":["popupHeight","index","change","placeholder"]},"uid":"0029290","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},"0029291":{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","placeholder","popupHeight"]},"uid":"0029291","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},"0029292":{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","query","sortOrder","autofill","popupHeight","placeholder"]},"uid":"0029292","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},"0029293":{"url":"custom-value","name":"Custom Value","description":"This example demonstrates the addition of a new value that is not present in the predefined list of the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","placeholder","popupHeight","allowFiltering","noRecordsTemplate","filtering","width"]},"uid":"0029293","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},"0029294":{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript combo box control pop-up list using the template.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","headerTemplate","itemTemplate","placeholder","popupHeight"]},"uid":"0029294","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},"0029295":{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","allowFiltering","filtering","placeholder","popupHeight"]},"uid":"0029295","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},"0029296":{"url":"cascading","name":"Cascading","description":"This example demonstrates how to create a related combo box (Cascading ComboBox) using the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","allowCustom","fields","change","placeholder","popupHeight","value","enabled"]},"uid":"0029296","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},"0029297":{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","ignoreAccent","placeholder","allowFiltering"]},"uid":"0029297","order":0,"component":"ComboBox","dir":"combo-box","parentId":"029"},"0030300":{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript drop-down list control with minimum configuration.","category":"Dropdown List","api":{"DropDownList":["popupHeight","placeholder","index","change"]},"uid":"0030300","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},"0030301":{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","popupHeight","placeholder"]},"uid":"0030301","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},"0030302":{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","query","sortOrder","autofill","popupHeight","placeholder"]},"uid":"0030302","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},"0030303":{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript drop-down list control pop-up list using the template.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","headerTemplate","itemTemplate","valueTemplate","popupHeight","placeholder"]},"uid":"0030303","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},"0030304":{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","allowFiltering","filtering","filterBarPlaceholder","popupHeight","placeholder"]},"uid":"0030304","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},"0030305":{"url":"cascading","name":"Cascading","description":"This example demonstrates how to create a related drop-down list (Cascading DropDownList) using the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","change","placeholder","popupHeight","value","enabled"]},"uid":"0030305","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},"0030306":{"url":"inline","name":"Inline","description":"This example demonstrates how to render the JavaScript drop-down list control in line with highlighted contents.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","value"]},"uid":"0030306","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},"0030307":{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","ignoreAccent","placeholder","allowFiltering"]},"uid":"0030307","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"030"},"0031310":{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript multiselect control with minimum configuration.","category":"MultiSelect Dropdown","api":{"MultiSelect":["mode","placeholder"]},"uid":"0031310","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"0031311":{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["query","dataSource","fields","sortOrder","placeholder"]},"uid":"0031311","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"0031312":{"url":"grouping-icon","name":"Grouping","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder"]},"uid":"0031312","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"0031313":{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript multiselect control pop-up list using the template.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","headerTemplate","itemTemplate","valueTemplate","mode","placeholder"]},"uid":"0031313","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"0031314":{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["query","dataSource","fields","placeholder","allowFiltering","filtering"]},"uid":"0031314","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"0031315":{"url":"custom-value","name":"Custom Value","description":"This example demonstrates the addition of a new value that is not present in the predefined list of the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","allowCustomValue"]},"uid":"0031315","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"0031316":{"url":"chip-customization","name":"Chip Customization","description":"This example demonstrates how to customize the appearance of the selected chip element in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","tagging"]},"uid":"0031316","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"0031317":{"url":"checkbox","name":"CheckBox","description":"This example demonstrates how to select the multiple values through checkbox in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder"]},"uid":"0031317","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"0031318":{"url":"grouping-with-checkbox","name":"Grouping with CheckBox","description":"This example demonstrates how to select the grouped list item values through checkbox in the JavaScript MultiSelect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","enableGroupCheckBox"]},"uid":"0031318","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"0031319":{"url":"selection-limit","name":"Selection Limit","description":"This example demonstrates the maximum selection limit functionalities with checkbox of the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","maximumSelectionLength"]},"uid":"0031319","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"00313110":{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","placeholder","ignoreAccent"]},"uid":"00313110","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"031"},"0032320":{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of Syncfusion TypeScript ListBox component with minimum configuration.","category":"List Box","api":{"ListBox":["dataSource"]},"uid":"0032320","order":0,"component":"List Box","dir":"list-box","parentId":"032"},"0032321":{"url":"dual-list-box","name":"Dual ListBox","description":"This example demonstrates how to move items between the two list boxes using dual list box functionality.","category":"List Box","api":{"ListBox":["dataSource","fields","scope","toolbarSettings","height"]},"uid":"0032321","order":0,"component":"List Box","dir":"list-box","parentId":"032"},"0032322":{"url":"drag-and-drop","name":"Drag And Drop","description":"This example demonstrates how to drag and drop within the Syncfusion TypeScript ListBox and between two list boxes.","category":"List Box","api":{"ListBox":["dataSource","scope","allowDragAndDrop","fields","height"]},"uid":"0032322","order":0,"component":"List Box","dir":"list-box","parentId":"032"},"0032323":{"url":"checkbox","name":"Checkbox","description":"This example demonstrates how to select multiple items from the Syncfusion TypeScript ListBox using checkbox functionality.","category":"List Box","api":{"ListBox":["dataSource","selectionSettings"]},"uid":"0032323","order":0,"component":"List Box","dir":"list-box","parentId":"032"},"0032324":{"url":"api","name":"API","description":"This example how to customize the Syncfusion Typescript ListBox component using the available set of APIs.","category":"List Box","api":{"ListBox":["dataSource","fields","sortOrder","selectionSettings"]},"uid":"0032324","order":0,"component":"List Box","dir":"list-box","parentId":"032"},"0033330":{"url":"default","name":"Default Functionalities","category":"Accordion","description":"The sample demonstrates that default functionalities of the Accordion control which works by expand and collapse action in TypeScript platform.","api":{"AccordionItem":["header","content","expanded"],"Accordion":["items"]},"uid":"0033330","order":0,"component":"Accordion","dir":"accordion","parentId":"033"},"0033331":{"url":"ajax","name":"Ajax Content","category":"Accordion","description":"The sample demonstrates how to load the content to the Accordion control from external sources using Ajax library in TypeScript platform.","api":{"Accordion":["expandMode","expanding"]},"uid":"0033331","order":0,"component":"Accordion","dir":"accordion","parentId":"033"},"0033332":{"url":"icon","name":"Icons","category":"Accordion","description":"The sample demonstrates how to represent pane headers with an icon in Accordion control which populates from items collection in TypeScript platform.","api":{"AccordionItem":["iconCss"]},"uid":"0033332","order":0,"component":"Accordion","dir":"accordion","parentId":"033"},"0034340":{"url":"default","name":"Default Functionalities","category":"Context Menu","api":{"ContextMenu":["target","items","beforeItemRender","animationSettings"],"MenuItem":["text","iconCss","items","separator"]},"description":"This example demonstrates the Syncfusion Javascript ContextMenu items with icons, text and separator.","uid":"0034340","order":0,"component":"Context Menu","dir":"context-menu","parentId":"034"},"0035350":{"url":"default","name":"Default Functionalities","category":"Menu Bar","api":{"Menu":["items","orientation"],"MenuItem":["text","iconCss","items","separator"]},"description":"This example demonstrates the Syncfusion Javascript Menu items with icons, text, separator and items submenu.","uid":"0035350","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},"0035351":{"url":"data-binding","name":"Data Binding","category":"Menu Bar","api":{"Menu":["items"]},"description":"This example demonstrates how to bind the local data source with Syncfusion Javascript Menu component.","uid":"0035351","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},"0035352":{"url":"scrollable","name":"Scrollable","category":"Menu Bar","api":{"Menu":["items","enableScrolling","cssClass","beforeOpen"]},"description":"This example demonstrates how to load menu and sub menus with large number of menu items in horizontal / vertical scrollable Syncfusion Javascript menu.","uid":"0035352","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},"0035353":{"url":"template","name":"Template","category":"Menu Bar","api":{"Menu":["items","fields","template"],"FieldSettings":["text","children"]},"description":"This example demonstrates how to customize Syncfusion Javascript Menu popup items by using templates.","sourceFiles":[{"displayName":"template.ts","path":"src/menu/template.ts"},{"displayName":"template.html","path":"src/menu/template.html"},{"displayName":"template-data.json","path":"src/menu/template-data.json"}],"uid":"0035353","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},"0035354":{"url":"hamburger-mode","name":"Hamburger Mode","category":"Menu Bar","api":{"Menu":["hamburgerMode","title"]},"description":"This example demonstrates the hamburger mode of the Syncfusion Javascript Menu that enables the adaptive view.","uid":"0035354","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},"0035355":{"url":"api","name":"API","category":"Menu Bar","api":{"Menu":["orientation","showItemOnClick","enableItems"]},"description":"This example demonstrates the supported API's and its functionalities of the Syncfusion Javascript Menu.","uid":"0035355","order":0,"component":"Menu Bar","dir":"menu","parentId":"035"},"0035356":{"url":"toolbar-integration","name":"Toolbar Integration","category":"Use Case","api":{"Menu":["items"]},"description":"This example demonstrates the real use case of the Syncfusion Javascript Menu in web application. It is integrated with toolbar component.","uid":"0035356","order":1,"component":"Menu Bar","dir":"menu","parentId":"035"},"0036360":{"url":"default","name":"Default Functionalites","category":"Sidebar","api":{"Sidebar":["type","position","showBackdrop","closeOnDocumentClick","change","mediaQuery"]},"description":"It demonstrates a simple, mobile-friendly and responsive Sidebar (Navigation drawer, Side Navigation menu) which navigates various parts of an application.","uid":"0036360","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},"0036361":{"url":"docking-sidebar","name":"Dock","category":"Sidebar","api":{"Sidebar":["enableDock","dockSize","contextTo"]},"description":"This example demonstrates how the JavaScript (TypeScript) Sidebar is docked to the main content when it is in closed state","uid":"0036361","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},"0036362":{"url":"api","name":"API","category":"Sidebar","api":{"Sidebar":["showBackdrop","position","types","closeOnDocumentClick"]},"description":"It demonstrates how to change the behavior and appearance of sidebar in application through user friendly API’s like types, position, auto close and backdrop","uid":"0036362","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},"0036363":{"url":"sidebar-menu","name":"Sidebar Menu","category":"Sidebar","api":{"Sidebar":["mediaQuery","width","target","dockSize","enableDock"]},"description":"This example demonstrates how to render Menu for navigation purpose inside the React Sidebar of an application.","uid":"0036363","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},"0036364":{"url":"responsive-panel","name":"Responsive Panel","category":"Sidebar","api":{"Sidebar":["mediaQuery","width","target"]},"description":"This example demonstrates how to render TreeView for navigation purpose inside the Typescript Sidebar","uid":"0036364","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},"0036365":{"url":"sidebar-list","name":"Sidebar with ListView","category":"Sidebar","api":{"Sidebar":["open","close"]},"description":"This example demonstrates how the JavaScript (TypeScript) Sidebar is integrated with a ListView to display a list of menu items","uid":"0036365","order":0,"component":"Sidebar","dir":"sidebar","parentId":"036"},"0037370":{"url":"default","name":"Default Functionalities","category":"Tabs","description":"The sample demonstrates about default functionalities of the Tab control (also known as Tabbed UI) which is navigation component in TypeScript platform.","api":{"Header":["text","iconCss"],"TabItem":["content"],"Tab":["items"]},"uid":"0037370","order":0,"component":"Tabs","dir":"tab","parentId":"037"},"0037371":{"url":"orientation","name":"Orientation","category":"Tabs","description":"The sample demonstrates how to customize the orientation of Tab control along with feasibility to customize the Tab header styles in TypeScript platform.","api":{"Tab":["headerPlacement","showCloseButton"]},"uid":"0037371","order":0,"component":"Tabs","dir":"tab","parentId":"037"},"0037372":{"url":"responsive-modes","name":"Responsive Modes","category":"Tabs","description":"The sample illustrates that responsive mode of Tab control that aligns tab items in a scrollable or popup mode in TypeScript platform.","api":{"Tab":["overflowMode"]},"uid":"0037372","order":0,"component":"Tabs","dir":"tab","parentId":"037"},"0037373":{"url":"wizard","name":"Wizard","category":"Tabs","description":"This sample demonstrates how to design a wizard-like application with the sequential action using the Tab control in TypeScript platform.","api":{"TabItem":["disabled"]},"uid":"0037373","order":0,"component":"Tabs","dir":"tab","parentId":"037"},"0038380":{"url":"default","name":"Default Functionalities","category":"Toolbar","description":"The sample demonstrates the default functionalities of the Toolbar control which place commands with the scrollable mode in TypeScript platform.","api":{"Item":["text","prefixIcon","type","tooltipText"],"Toolbar":["items"]},"uid":"0038380","order":0,"component":"Toolbar","dir":"toolbar","parentId":"038"},"0038381":{"url":"popup","name":"Popup","category":"Toolbar","description":"The sample exposes popup mode of Toolbar control which configures overflowing toolbar commands inside a popup based on priority in TypeScript platform.","api":{"Item":["showAlwaysInPopup","showTextOn","overflow"],"Toolbar":["overflowMode"]},"uid":"0038381","order":0,"component":"Toolbar","dir":"toolbar","parentId":"038"},"0038382":{"url":"alignment","name":"Alignment","category":"Toolbar","description":"This sample demonstrates how to align commands in left, right and center position in Toolbar control in TypeScript platform.","api":{"Item":["align","template"]},"uid":"0038382","order":0,"component":"Toolbar","dir":"toolbar","parentId":"038"},"0039390":{"url":"default","name":"Default Functionalities","category":"TreeView","description":"This demo demonstrates the basic JavaScript tree view component that display the data in a hierarchical structure with the configuration options.","api":{"TreeView":["fields"]},"uid":"0039390","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},"0039391":{"url":"local-data","name":"Local Data","category":"Data Binding","description":"This demo demonstrates the binding of local data to the JavaScript tree view. The local data structure can be hierarchical data or list data.","api":{"TreeView":["fields"]},"uid":"0039391","order":1,"component":"TreeView","dir":"treeview","parentId":"039"},"0039392":{"url":"remote-data","name":"Remote Data","category":"Data Binding","description":"This demo for Essential JS 2 treeview control shows how to bind the data from a remote data service.","api":{"TreeView":["fields","created","dataBound"]},"uid":"0039392","order":1,"component":"TreeView","dir":"treeview","parentId":"039"},"0039393":{"url":"icons","name":"Icons and Images","category":"TreeView","description":"The tree view nodes can be rendered with any custom icons. This sample demonstrated like a file system with custom icons and images.","api":{"TreeView":["fields","sortOrder"]},"uid":"0039393","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},"0039394":{"url":"check-box","name":"CheckBox","category":"TreeView","description":"This demo demonstrates the tree view with checkbox functionality, this allows the user to check more than one tree nodes.","api":{"TreeView":["fields","showCheckBox"]},"uid":"0039394","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},"0039395":{"url":"node-editing","name":"Node Editing","category":"TreeView","description":"This demo showcases the node editing functionality of tree view, you can edit any node text by double click on it or pressing F2.","api":{"TreeView":["fields","allowEditing"]},"uid":"0039395","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},"0039396":{"url":"multiple-selection","name":"Multiple Selection","category":"TreeView","description":"The TreeView component allows to select multiple nodes by pressing CTRL key, also can select the range of nodes by pressing SHIFT key.","api":{"TreeView":["fields","allowMultiSelection"]},"uid":"0039396","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},"0039397":{"url":"drag-and-drop","name":"Drag and Drop","category":"TreeView","description":"The tree view nodes can be drag and drop from one position to another, also the drop can be done to another tree view or other external container.","api":{"TreeView":["fields","allowDragAndDrop","allowMultiSelection","nodeDragStop"]},"uid":"0039397","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},"0039398":{"url":"template","name":"Template","category":"TreeView","description":"The tree view node can be customized through the template option. In this demo the tree view nodes are templated like an mail system.","api":{"TreeView":["fields","cssClass","nodeTemplate"]},"uid":"0039398","order":0,"component":"TreeView","dir":"treeview","parentId":"039"},"0040400":{"url":"overview","name":"Overview","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates full view of the File Manager like a windows explorer UI in a JavaScript (TypeScript) File Manager.","uid":"0040400","order":0,"component":"File Manager","dir":"file-manager","parentId":"040"},"0040401":{"url":"custom-thumbnail","name":"Custom Thumbnails","category":"File Manager","api":{"FileManager":["ajaxSettings"]},"description":"This example demonstrates how to use the custom thumbnails in a JavaScript (TypeScript) File Manager.","uid":"0040401","order":0,"component":"File Manager","dir":"file-manager","parentId":"040"},"0040402":{"url":"default","name":"API","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"Example shows the File Manager without the navigation pane and enable or disable toolbar in a JavaScript (TypeScript) File Manager.","uid":"0040402","order":0,"component":"File Manager","dir":"file-manager","parentId":"040"},"0040403":{"url":"drag-drop","name":"Drag and Drop","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates the how to drag and drop the files in a JavaScript (TypeScript) File Manager.","uid":"0040403","order":0,"component":"File Manager","dir":"file-manager","parentId":"040"},"0040404":{"url":"usecase","name":"File Upload","category":"Use Case","api":{"FileManager":["ajaxSettings","view"]},"description":"Example shows how to render the File Manager component inside the Dialog component in a JavaScript (TypeScript) File Manager.","uid":"0040404","order":1,"component":"File Manager","dir":"file-manager","parentId":"040"},"0040405":{"url":"azure-service","name":"Azure Blob Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the azure service in a JavaScript (TypeScript) File Manager.","uid":"0040405","order":2,"component":"File Manager","dir":"file-manager","parentId":"040"},"0040406":{"url":"sql-server-provider","name":"SQL Database Provider","category":"Cloud Service Providers","type":"new","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the sql server database service in a JavaScript (TypeScript) File Manager.","uid":"0040406","order":2,"component":"File Manager","dir":"file-manager","parentId":"040"},"0040407":{"url":"nodejs-file-provider","name":"NodeJS File Provider","category":"Cloud Service Providers","type":"new","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the nodejs file provider service in a JavaScript (TypeScript) File Manager.","uid":"0040407","order":2,"component":"File Manager","dir":"file-manager","parentId":"040"},"0040408":{"url":"amazon-s3-provider","name":"Amazon S3 File Provider","category":"Cloud Service Providers","type":"new","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the Amazon S3 provider service in a JavaScript (TypeScript) File Manager.","uid":"0040408","order":2,"component":"File Manager","dir":"file-manager","parentId":"040"},"0040409":{"url":"firebase","name":"Firebase Realtime File Provider","category":"Cloud Service Providers","type":"new","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the firebase realtime database service in a JavaScript (TypeScript) File Manager.","uid":"0040409","order":2,"component":"File Manager","dir":"file-manager","parentId":"040"},"0041410":{"url":"default","name":"Default","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component displaying a notification count in a group button.","uid":"0041410","order":0,"component":"Badge","dir":"badge","parentId":"041"},"0041411":{"url":"types","name":"Types","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component's badge types: primary, secondary, success, danger, warning, info, light, and dark.","uid":"0041411","order":0,"component":"Badge","dir":"badge","parentId":"041"},"0041412":{"url":"notification","name":"Notification","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component displaying notifications on popular social media logos such as Facebook, WhatsApp, Twitter, and others.","uid":"0041412","order":0,"component":"Badge","dir":"badge","parentId":"041"},"0041413":{"url":"listview","name":"ListView","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and ListView components to display a notification count in a list item to achieve a Gmail-like user interface.","uid":"0041413","order":1,"component":"Badge","dir":"badge","parentId":"041"},"0041414":{"url":"accordion","name":"Accordion","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and Accordion components to display an unread notification count in a header to achieve an Outlook-like user interface","uid":"0041414","order":1,"component":"Badge","dir":"badge","parentId":"041"},"0041415":{"url":"toolbar","name":"Toolbar","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and ToolBar components to display important information in a mobile application header.","uid":"0041415","order":1,"component":"Badge","dir":"badge","parentId":"041"},"0042420":{"url":"default","name":"Default Functionalities","category":"Toast","description":"The sample demonstrates about default functionalities of a Toast control and helps to design reminder like an alert in TypeScript platform.","api":{"Toast":["title","content"]},"uid":"0042420","order":0,"component":"Toast","dir":"toast","parentId":"042"},"0042421":{"url":"types","name":"Types","category":"Toast","description":"The sample demonstrates how to design success, warning, information, and error messages using Toast control based on CSS classes in TypeScript platform.","api":{"Toast":["cssClass"]},"uid":"0042421","order":0,"component":"Toast","dir":"toast","parentId":"042"},"0042422":{"url":"template","name":"Template","category":"Toast","description":"The sample demonstrates how to design a reminder application by customizing the content of Toast control using an HTML template in TypeScript platform.","api":{"Toast":["template","target"]},"uid":"0042422","order":0,"component":"Toast","dir":"toast","parentId":"042"},"0042423":{"url":"positions","name":"Positions","category":"Toast","description":"The sample demonstrates how to display the toast notification with various built-in or custom position based on target or page in TypeScript platform.","api":{"Toast":["position","target"],"ToastPosition":["X","Y"]},"uid":"0042423","order":0,"component":"Toast","dir":"toast","parentId":"042"},"0042424":{"url":"api","name":"API","category":"Toast","description":"The sample exposes the available properties, methods, and events of Toast control which helps to create flexible toast notification in TypeScript platform.","api":{"Toast":["title","content","newestOnTop","showProgressBar","showCloseButton","animation"]},"uid":"0042424","order":0,"component":"Toast","dir":"toast","parentId":"042"},"0043430":{"url":"default","name":"Default Functionalities","description":"Get started with Obtrusive form validation of Syncfusion Form Validator library and default functionalities.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0043430","order":0,"component":"Form Validation","dir":"form-validator","parentId":"043"},"0043431":{"url":"html5","name":"HTML5 Validation","description":"Learn how to use default functionalities form validation of Syncfusion Form Validator library using HTML5 Validation.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0043431","order":0,"component":"Form Validation","dir":"form-validator","parentId":"043"},"0043432":{"url":"external-submit","name":"External Submit Form","description":"Get started with form validator library and external form submit to handle the form validation externally.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0043432","order":0,"component":"Form Validation","dir":"form-validator","parentId":"043"},"0043433":{"url":"wizard-form","name":"Wizard Form","description":"Learn how to use the form validation of Syncfusion Form Validator library with the Wizard template forms.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0043433","order":0,"component":"Form Validation","dir":"form-validator","parentId":"043"},"0044440":{"url":"default","name":"Default Functionalities","category":"TextBox","description":"This example describes key features of JavaScript textbox such as a floating label, input group, placeholder, validation states, sizing, types, and more.","api":{"TextBox":["placeholder","floatLabelType","enableRtl"]},"uid":"0044440","order":0,"component":"TextBox","dir":"textbox","parentId":"044"},"0044441":{"url":"multiline-textbox","name":"Multiline TextBox","category":"TextBox","description":"The example exposes a JavaScript Multiline TextBox (textarea). It helps to render address, feedback, and more in HTML5 form with customizable rows and columns.","api":{"TextBox":["multiline","value","placeholder","floatLabelType","enabled","enableRtl","readonly"]},"uid":"0044441","order":0,"component":"TextBox","dir":"textbox","parentId":"044"},"0045450":{"url":"default","name":"Default Functionalities","category":"Input Mask","description":"The Masked Textbox allows users to enter only the valid input based on the provided mask format such as Phone number, Country ISO code, Date, Time and so on.","api":{"MaskedTextBox":["mask"]},"uid":"0045450","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"045"},"0045451":{"url":"custom-mask","name":"Custom Mask","category":"Input Mask","description":"The custom mask is done using custom characters as mask elements. Time format and IP address fields are achieved using the custom mask literals and regex.","api":{"MaskedTextBox":["mask","customCharacters","floatLabelType"]},"uid":"0045451","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"045"},"0045452":{"url":"formats","name":"Formats","category":"Input Mask","description":"This sample demonstrates the usage of different mask formats through the properties panel. You can also get the value and raw value of the masked textbox.","api":{"MaskedTextBox":["mask","floatLabelType","change","promptChar","getMaskedValue","value"]},"uid":"0045452","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"045"},"0046460":{"url":"default","name":"Default Functionalities","category":"Numeric Textbox","description":"he NumericTextBox is used to get the numbered inputs from the users and the currency and percentage text boxes to get the currency and percentage inputs.","api":{"NumericTextBox":["value","format","min","max","step"]},"uid":"0046460","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"046"},"0046461":{"url":"range-validation","name":"Range Validation","category":"Numeric Textbox","description":"The NumericTextBox has options to restrict the input value between a specific range using min, max, and strictMode properties.","api":{"NumericTextBox":["value","min","max","step"]},"uid":"0046461","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"046"},"0046462":{"url":"custom-format","name":"Custom Format","category":"Numeric Textbox","description":"The NumericTextBox provides an option to customize the display format of the numeric value using the format property.","api":{"NumericTextBox":["value","format","min","max"]},"uid":"0046462","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"046"},"0046463":{"url":"restrict-decimals","name":"Restrict Decimals","category":"Numeric Textbox","description":"The NumericTextBox provides an option to restrict the number of decimal values, by using the decimals property. So, it can only accept the integer value alone.","api":{"NumericTextBox":["value","format","min","max","step","decimals","validateDecimalOnType"]},"uid":"0046463","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"046"},"0047470":{"url":"default","name":"Default Functionalities","category":"Color Picker","api":{"ColorPicker":["value"]},"description":"This example demonstrates the default functionalities of the Syncfusion Javascript ColorPicker with RGB, HSV and Hex codes(three, six and eight digit).","uid":"0047470","order":0,"component":"Color Picker","dir":"color-picker","parentId":"047"},"0047471":{"url":"inline","name":"Inline Mode","category":"Color Picker","api":{"ColorPicker":["inline","value","mode","modeSwitcher","showButtons"]},"description":"This example demonstrates the inline / flat mode rendering of the Syncfusion Javascript ColorPicker with hue and opacity color options.","uid":"0047471","order":0,"component":"Color Picker","dir":"color-picker","parentId":"047"},"0047472":{"url":"custom","name":"Custom Palettes","category":"Color Picker","api":{"ColorPicker":["cssClass","inline","value","columns","mode","modeSwitcher","showButtons","presetColors"]},"description":"This example demonstrates the Syncfusion Javascript ColorPicker, custom UI of the color palette with different structures and its state.","uid":"0047472","order":0,"component":"Color Picker","dir":"color-picker","parentId":"047"},"0047473":{"url":"api","name":"API","category":"Color Picker","api":{"ColorPicker":["cssClass","inline","value","columns","showButtons","presetColors"]},"description":"This example demonstrates the supported API's and its functionalities of the Syncfusion Javascript ColorPicker.","uid":"0047473","order":0,"component":"Color Picker","dir":"color-picker","parentId":"047"},"0048480":{"url":"default","name":"Default Functionalities","description":"This example demonstrates default functionalities of the JavaScript file uploader control, including automatic upload and asynchronous mode options.","category":"File Upload","api":{"Uploader":["autoUpload","asyncSettings","success","dropArea"]},"sourceFiles":[{"displayName":"default.ts","path":"src/uploader/default.ts"},{"displayName":"default.html","path":"src/uploader/default.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048480","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},"0048481":{"url":"chunk-upload","name":"Chunk Upload","description":"This example demonstrates how to upload files as chunks in the JavaScript file upload control, which helps when uploading a large file to a server.","category":"File Upload","api":{"Uploader":["autoUpload","asyncSettings","dropArea"]},"sourceFiles":[{"displayName":"chunk-upload.ts","path":"src/uploader/chunk-upload.ts"},{"displayName":"chunk-upload.html","path":"src/uploader/chunk-upload.html"},{"displayName":"save file","path":"src/uploader/chunk-upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/chunk-upload-remove-file.cs"}],"uid":"0048481","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},"0048482":{"url":"custom-file-list","name":"Template","description":"This example demonstrates how to customize the file list with buttons using a template and upload a file programmatically using the JavaScript file upload.","category":"File Upload","api":{"Uploader":["asyncSettings","dropArea","selected","progress","success","failure"]},"sourceFiles":[{"displayName":"custom-file-list.ts","path":"src/uploader/custom-file-list.ts"},{"displayName":"custom-file-list.html","path":"src/uploader/custom-file-list.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048482","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},"0048483":{"url":"preload-files","name":"Preload Files","description":"This example demonstrates how to preload files in the JavaScript file upload control, which helps users view and manipulate server files.","category":"File Upload","api":{"Uploader":["asyncSettings","files","removing","failure","success","dropArea"]},"sourceFiles":[{"displayName":"preload-files.ts","path":"src/uploader/preload-files.ts"},{"displayName":"preload-files.html","path":"src/uploader/preload-files.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048483","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},"0048484":{"url":"file-validation","name":"File Validation","description":"The example covers validations in JavaScript file upload such as allowing/denying file extensions, set min/max file size, duplicate file, and more.","category":"File Upload","api":{"Uploader":["autoUpload","minFileSize","maxFileSize","allowedExtensions","asyncSettings","selected","success","dropArea"]},"sourceFiles":[{"displayName":"file-validation.ts","path":"src/uploader/file-validation.ts"},{"displayName":"file-validation.html","path":"src/uploader/file-validation.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048484","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},"0048485":{"url":"image-preview","name":"Image Preview","description":"This example demonstrates how to display a preview of an image file before and after uploading it to a server in JavaScript file upload.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"image-preview.ts","path":"src/uploader/image-preview.ts"},{"displayName":"image-preview.html","path":"src/uploader/image-preview.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048485","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},"0048486":{"url":"file-upload-with-forms","name":"Form Support","description":"This example demonstrates how to integrate the JavaScript file upload control in an HTML form (synchronous mode) and submit a form with selected files.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"file-upload-with-forms.ts","path":"src/uploader/file-upload-with-forms.ts"},{"displayName":"file-upload-with-forms.html","path":"src/uploader/file-upload-with-forms.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048486","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},"0048487":{"url":"custom-drop-area","name":"Custom Drop Area","description":"This example demonstrates how to upload a file using drag and drop and how to configure a custom drop area for the JavaScript file upload control.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"custom-drop-area.ts","path":"src/uploader/custom-drop-area.ts"},{"displayName":"custom-drop-area.html","path":"src/uploader/custom-drop-area.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0048487","order":0,"component":"File Upload","dir":"uploader","parentId":"048"},"0049490":{"url":"default","name":"Default Functionalities","category":"Range Slider","description":"Essential JS 2 slider control demo showing the default rendering of default, minimum range, and range sliders. Drag the thumb to interact with the slider.","api":{"Slider":["value","type","appendTo"]},"uid":"0049490","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},"0049491":{"url":"ticks","name":"Ticks","category":"Range Slider","description":"Essential JS 2 slider control demo of the visual representation of slider values using ticks, which can be placed before, after, or on both sides of the thumbs.","api":{"Slider":["value","type","min","max","step","enabled","appendTo","dragInterval"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"]},"uid":"0049491","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},"0049492":{"url":"tooltip","name":"Tooltip","category":"Range Slider","description":"Essential JS 2 slider control demo of the visual representation of slider values using tooltips, which can be displayed before or after slider thumbs.","api":{"Slider":["value","type","min","max","showButtons","appendTo","dragInterval"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0049492","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},"0049493":{"url":"orientation","name":"Vertical Orientation","category":"Range Slider","description":"Essential JS 2 slider control demo showing the vertical and horizontal orientation properties along with ticks and tooltips.","api":{"Slider":["value","type","orientation","appendTo","dragInterval"]},"uid":"0049493","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},"0049494":{"url":"format","name":"Formatting","category":"Range Slider","description":"Demo of Essential JS 2 slider control value formatting with time, currency, and distance values that are also displayed in ticks and tooltips.","api":{"Slider":["value","type","min","max","appendTo","step","tooltipChange","renderingTicks"],"TicksData":["placement","largeStep","smallStep","showSmallTicks","format"],"TooltipData":["isVisible","placement","format"]},"uid":"0049494","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},"0049495":{"url":"limits","name":"Limits","category":"Range Slider","description":"Essential JS 2 slider control demo of limiting the minimum, maximum, start, and end values. Also supports restricting handle movements.","api":{"Slider":["value","type","min","max","appendTo","step"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"LimitData":["enabled","minStart","minEnd","maxStart","maxEnd","startHandleFixed","endHandleFixed"]},"uid":"0049495","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},"0049496":{"url":"api","name":"API","category":"Range Slider","description":"Essential JS 2 slider control demo showcasing the most frequently used API combinations, like orientation, minimum, maximum, value, step, and more.","api":{"Slider":["value","type","min","max","step","showButtons","orientation","readOnly","enabled","appendTo"],"TicksData":["placement","largeStep"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0049496","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},"0049497":{"url":"events","name":"Events","category":"Range Slider","description":"Demo of the Essential JS 2 slider control's created, changing, and changed events. The events are traced in real time in a property panel.","api":{"Slider":["value","type","appendTo","change","created","changed"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0049497","order":0,"component":"Range Slider","dir":"slider","parentId":"049"},"0049498":{"url":"thumb-customization","name":"Thumb","category":"Customization","description":"Demo of the Essential JS 2 slider control slider thumb customization with circle, oval, and custom image shapes.","api":{"Slider":["value","min","max","appendTo"]},"uid":"0049498","order":1,"component":"Range Slider","dir":"slider","parentId":"049"},"0049499":{"url":"selection-bar-customization","name":"Bar","category":"Customization","description":"This example demonstrates how to highly customize Syncfusion React slider bar with colors and height.","api":{"Slider":["value","type","min","max","appendTo","change","created"]},"uid":"0049499","order":1,"component":"Range Slider","dir":"slider","parentId":"049"},"00494910":{"url":"ticks-customization","name":"Ticks","category":"Customization","description":"Essential JS 2 slider control demo showing the highly customizable slider values using ticks and a legend.","api":{"Slider":["value","type","min","max","step","appendTo","renderedTicks","renderingTicks"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"]},"uid":"00494910","order":1,"component":"Range Slider","dir":"slider","parentId":"049"},"00494911":{"url":"tooltip-customization","name":"Tooltip","category":"Customization","description":"Demo of Essential JS 2 slider control customization of slider tooltip text and background color with formatted text values.","api":{"Slider":["value","type","appendTo","min","max","step","tooltipChange","renderingTicks","created"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"TooltipData":["isVisible","placement"]},"uid":"00494911","order":1,"component":"Range Slider","dir":"slider","parentId":"049"},"00494912":{"url":"azure-pricing","name":"Cloud Pricing","category":"Use Case","description":"This example demonstrates the usage of Syncfusion React slider control in real world use case sample azure cloud pricing.","api":{"Slider":["value","appendTo","min","max","change","created"]},"uid":"00494912","order":2,"component":"Range Slider","dir":"slider","parentId":"049"},"0050500":{"url":"default","name":"Default","category":"Avatar","description":"Demo of the pure CSS Essential JS 2 Avatar component displaying profile images in different sizes in both default and circle shapes.","uid":"0050500","order":0,"component":"Avatar","dir":"avatar","parentId":"050"},"0050501":{"url":"types","name":"Types","category":"Avatar","description":"Demo of the pure CSS Essential JS 2 Avatar component's supported media formats for avatar content: images, SVG, initials, font icons, and words.","uid":"0050501","order":0,"component":"Avatar","dir":"avatar","parentId":"050"},"0050502":{"url":"listview","name":"ListView","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and ListView components to display profile images or letters in a mobile contact application.","uid":"0050502","order":1,"component":"Avatar","dir":"avatar","parentId":"050"},"0050503":{"url":"badge","name":"Badge","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and Badge components to display a notification count on profile images, similar to Gmail.","uid":"0050503","order":1,"component":"Avatar","dir":"avatar","parentId":"050"},"0050504":{"url":"card","name":"Card","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and Card components to display business cards for employees with profile images, roles, and responsibilities.","uid":"0050504","order":1,"component":"Avatar","dir":"avatar","parentId":"050"},"0051510":{"url":"basic","name":"Basic Card","category":"Card","description":"The sample demonstrates how to design basic card and weather layout card in TypeScript platform. The component is pure CSS component and more flexible.","uid":"0051510","order":0,"component":"Card","dir":"card","parentId":"051"},"0051511":{"url":"vertical","name":"Vertical Card","category":"Card","description":"The sample demonstrates how to design a business card and profile card using a vertical layout of card component in TypeScript platform.","uid":"0051511","order":0,"component":"Card","dir":"card","parentId":"051"},"0051512":{"url":"horizontal","name":"Horizontal Card","category":"Card","description":"The sample demonstrates how to design product card with icon and its specification using horizontal layout in card component in TypeScript platform.","uid":"0051512","order":0,"component":"Card","dir":"card","parentId":"051"},"0051513":{"url":"swipeable","name":"Swipeable Card","category":"Card","description":"The sample demonstrates how to design a stacked card with swipeable action and corresponding images using card component in TypeScript platform.","uid":"0051513","order":0,"component":"Card","dir":"card","parentId":"051"},"0051514":{"url":"flip","name":"Flip Card","category":"Card","description":"The sample demonstrates how to achieve flip behavior to the card to show hidden information which is on a back side on the card in TypeScript platform.","uid":"0051514","order":0,"component":"Card","dir":"card","parentId":"051"},"0051515":{"url":"reveal","name":"Reveal Card","category":"Card","description":"The sample demonstrates how to render a card with reveal layouts, hidden information can be revealed while action on “Know more” in TypeScript platform.","uid":"0051515","order":0,"component":"Card","dir":"card","parentId":"051"},"0051516":{"url":"tile","name":"Tile View","category":"Card","description":"The sample demonstrates how to design tile-view with filtering and searching using a template engine, data manager, and card component in TypeScript platform.","uid":"0051516","order":0,"component":"Card","dir":"card","parentId":"051"},"0052520":{"url":"default","name":"Default Functionalities","description":"The example demonstrates the default rendering of the JavaScript dialog, which supports modal and non-modal (modeless), built-in buttons, and more.","category":"Dialog","api":{"Dialog":["header","content","showCloseIcon","buttons","closeOnEscape","target","width","animationSettings","open","close","visible","show","hide"]},"uid":"0052520","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},"0052521":{"url":"custom-dialog","name":"Custom Dialogs","description":"This example demonstrates how to create custom dialogs such as alert dialogs, confirmation dialogs, and prompt dialogs using the JavaScript dialog control.","category":"Dialog","api":{"Dialog":["header","content","showCloseIcon","buttons","closeOnEscape","target","width","animationSettings","open","close","visible","show","hide"]},"uid":"0052521","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},"0052522":{"url":"modal-dialog","name":"Modal","description":"This example demonstrates the modal pop-up behavior of the JavaScript dialog control, which helps display critical information such as errors and warnings.","category":"Dialog","api":{"Dialog":["width","header","content","target","isModal","animationSettings","buttons","open","close","show","hide","overlayClick"]},"uid":"0052522","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},"0052523":{"url":"template","name":"Template","description":"This example demonstrates how to customize user interface elements like the header, footer, and content of the JavaScript dialog control using a template.","category":"Dialog","api":{"Dialog":["width","header","content","target","isModal","animationSettings","buttons","open","close","show","hide"]},"uid":"0052523","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},"0052524":{"url":"dialog-contents-via-ajax","description":"The example demonstrates how to load the content of the JavaScript dialog control from external sources such as a file or website using Ajax library.","name":"Ajax Content","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","close","content","show"]},"uid":"0052524","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},"0052525":{"url":"draggable","name":"Draggable","description":"This example shows how to enable drag-and-drop actions in the JavaScript dialog control to help reposition the dialog efficiently.","category":"Dialog","api":{"Dialog":["width","header","content","target","allowDragging","animationSettings","open","close","closeOnEscape"]},"uid":"0052525","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},"0052526":{"url":"resizable","description":"This example shows how to create resizable modal in the JavaScript dialog to change the size of a dialog efficiently and view its content more comfortably.","name":"Resizable","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","close","content","show","enableResize"]},"uid":"0052526","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},"0052527":{"url":"position","name":"Positioning","description":"This example demonstrates how to display the JavaScript dialog control at various built-in and custom positions.","category":"Dialog","api":{"Dialog":["width","header","target","footerTemplate","open","close","closeOnEscape","position","showCloseIcon"]},"uid":"0052527","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},"0052528":{"url":"animation","name":"Animation","description":"This example demonstrates how to open or close the JavaScript dialog with various animation effects, and how to customize the animation duration and delay.","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","content","buttons"]},"uid":"0052528","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},"0052529":{"url":"multiple-dialogs","name":"Multiple Dialogs","description":"This example shows how to display multiple dialogs sequentially and open multiple dialogs simultaneously for both modal and modeless JavaScript dialogs.","category":"Dialog","api":{"Dialog":["width","header","target","animationSettings","open","close","closeOnEscape","buttons"]},"uid":"0052529","order":0,"component":"Dialog","dir":"dialog","parentId":"052"},"0053530":{"url":"default","name":"Default Functionalities","category":"ListView","description":"Demo of Essential JS 2 ListView control default renderings of flat and group list views. Click any list item to select and highlight it.","api":{"ListView":["dataSource","fields","appendTo"],"FieldSettings":["groupBy"]},"uid":"0053530","order":0,"component":"ListView","dir":"listview","parentId":"053"},"0053531":{"url":"remote-data","name":"Remote Data","category":"ListView","description":"Demo of Essential JS 2 ListView control rendering the list view with remote data, which uses DataManager and query properties to fetch data.","api":{"ListView":["dataSource","fields","query","headerTitle","showHeader","appendTo"],"FieldSettings":["groupBy"]},"uid":"0053531","order":0,"component":"ListView","dir":"listview","parentId":"053"},"0053532":{"url":"checklist","name":"Checklist","category":"ListView","description":"Essential JS 2 ListView control demo of the checked list view, which supports selecting more than one list item.","api":{"ListView":["dataSource","fields","showCheckBox","appendTo"],"FieldSettings":["groupBy"]},"uid":"0053532","order":0,"component":"ListView","dir":"listview","parentId":"053"},"0053533":{"url":"nested-list","name":"Nested List","category":"ListView","description":"Demo of Essential JS 2 ListView control showing the visual representation of nested data using the child property.","api":{"ListView":["dataSource","fields","headerTitle","showHeader","showIcon","appendTo"],"FieldSettings":["id","text","icon","child","iconCss","tooltip"]},"uid":"0053533","order":0,"component":"ListView","dir":"listview","parentId":"053"},"0053534":{"url":"virtualization","name":"Virtualization","category":"ListView","description":"Demo of Essential JS 2 ListView control loading items in the view port with virtualization, which improves performance when loading large amounts of data.","api":{"ListView":["dataSource","headerTitle","showHeader","enableVirtualization","height","template","actionBegin","actionComplete","appendTo"]},"uid":"0053534","order":0,"component":"ListView","dir":"listview","parentId":"053"},"0053535":{"url":"templates","name":"Templates","category":"Customization","description":"Demo of Essential JS 2 ListView control rendering customized elements inside list items. This sample is a news feed application built using a list view.","api":{"ListView":["dataSource","template","headerTitle","showHeader","appendTo"],"FieldSettings":["id","text","child"]},"uid":"0053535","order":1,"component":"ListView","dir":"listview","parentId":"053"},"0053536":{"url":"group-template","name":"Group Template","category":"Customization","description":"Essential JS 2 ListView control demo of list item and header customization using a template. The mobile settings showcase built-in CSS.","api":{"ListView":["dataSource","template","groupTemplate","headerTitle","showHeader","appendTo"],"FieldSettings":["text","groupBy"]},"uid":"0053536","order":1,"component":"ListView","dir":"listview","parentId":"053"},"0053537":{"url":"call-history","name":"Call History","category":"Use Case","description":"Demo of Essential JS 2 ListView control in a real-world use case as a call history app, featuring mobile contacts, mail inbox, and more.","api":{"ListView":["dataSource","fields","showCheckBox","checkBoxPosition","showIcon","select","appendTo"],"FieldSettings":["groupBy","iconCss"]},"uid":"0053537","order":2,"component":"ListView","dir":"listview","parentId":"053"},"0054540":{"url":"default","name":"Default Functionalities","category":"Tooltip","description":"Default rendering of the Essential JS 2 Tooltip control, which will open when hovering or tapping and holding, and can be displayed in 12 different positions.","api":{"Tooltip":["content","appendTo","position "]},"uid":"0054540","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},"0054541":{"url":"template","name":"Template","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control template functionality, which allows HTML content to be rendered in tooltips.","api":{"Tooltip":["content","target","beforeRender","showTipPointer","offsetX","width","appendTo"]},"uid":"0054541","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},"0054542":{"url":"ajax-content","name":"Ajax Content","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control loading dynamic content in tooltips through Ajax from JSON files.","api":{"Tooltip":["content","target","position","beforeRender","dataBind","appendTo"]},"uid":"0054542","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},"0054543":{"url":"smart-position","name":"Smart Positioning","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control's smart (flexible) positioning based on the view port's dimensions.","api":{"Tooltip":["content","offsetX","target","animation","open","close","refresh","appendTo"]},"uid":"0054543","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},"0054544":{"url":"menu","name":"Tooltip Menu","category":"Tooltip","description":"Demo of Essential JS 2 Tooltip control customization to look like a menu using toolbar and listview controls.","uid":"0054544","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},"0054545":{"url":"html-template","name":"HTML Template","category":"Tooltip","description":"Demo of Essential JS 2 Tooltip control customization as an HTML page using HTML tags to display a template content.","uid":"0054545","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},"0054546":{"url":"api","name":"API","category":"Tooltip","description":"Essential JS 2 Tooltip control demo showcasing the most frequently used API combinations, like content, height, width, open, sticky mode, and more.","uid":"0054546","order":0,"component":"Tooltip","dir":"tooltip","parentId":"054"},"0055550":{"url":"default","name":"Default Functionalities","category":"Splitter","description":"The example explains the default functionalities of the JavaScript splitter with resizable panes, separator, and orientation (horizontal and vertical).","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0055550","order":0,"component":"Splitter","dir":"splitter","parentId":"055"},"0055551":{"url":"expand-and-collapse","name":"Expand and Collapse","category":"Splitter","description":"The example presents collapsible JavaScript Splitter that exposes expand and collapse action of panes with a different orientation and resizable panes.","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0055551","order":0,"component":"Splitter","dir":"splitter","parentId":"055"},"0055552":{"url":"accordion-navigation-menu","name":"Accordion Navigation Menu","category":"Use Case","description":"The example shows how to integrate Accordion and load the content from external sources using the Ajax library inside panes of JavaScript Splitter.","api":{"Splitter":["paneSettings","height","width","expanded","expanding","items","datasource","select"]},"uid":"0055552","order":1,"component":"Splitter","dir":"splitter","parentId":"055"},"0055553":{"url":"details-view","name":"Details View","category":"Use Case","description":"The example demonstrates how to create employee details view layout using panes of JavaScript Splitter and ListView with navigation.","api":{"Splitter":["paneSettings","height","width","enableVirtualization","cssClass","template","actionComplete","datasource","select"]},"uid":"0055553","order":1,"component":"Splitter","dir":"splitter","parentId":"055"},"0055554":{"url":"outlook-style-layout","name":"Outlook-style Layout","category":"Use Case","description":"The example explains how to construct an outlook style layout using JavaScript Splitter, TreeView, ListView, and Rich Text Editor with multiple panes.","api":{"Splitter":["paneSettings","height","width","fields","nodeTemplate","template","groupTemplate","cssClass","datasource","select"]},"uid":"0055554","order":1,"component":"Splitter","dir":"splitter","parentId":"055"},"0055555":{"url":"code-editor-layout","name":"Code Editor Layout","category":"Use Case","description":"The example shows how to construct code editor layout (UI) using JavaScript Splitter with multiple, nested, different oriented, and resizable panes.","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0055555","order":1,"component":"Splitter","dir":"splitter","parentId":"055"},"0056560":{"url":"default","name":"Default Functionalities","category":"Dashboard Layout","api":{"DashboardLayout":["cellSpacing"]},"description":"This example explains the default functionalities of the JavaScript Dashboard Layout with draggable and resizable panels.","uid":"0056560","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"056"},"0056561":{"url":"predefined-layouts","name":"Predefined Layouts","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates how to change the initially defined panels structure with a set of predefined panel templates dynamically.","uid":"0056561","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"056"},"0056562":{"url":"properties","name":"API","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates the most frequently used API combinations and dynamic addition and removal of panels within the layout.","uid":"0056562","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"056"},"0056563":{"url":"dynamic-widget","name":"Editable Dashboard","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates how to add the data visualization components such as pie, column and spline chart in panels dynamically within the layout.","uid":"0056563","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"056"},"0056564":{"url":"analytics-dashboard","name":"SEO Analytics Dashboard","category":"Use Case","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample explains about constructing a real time dashboar.d for SEO analysis using data visualizing components like maps, charts, cards etc","uid":"0056564","order":1,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"056"},"0057570":{"url":"default","name":"Default Functionalities","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","dataSource","columns","rule","created"]},"description":"This sample demonstrates the default functionalities of the Query Builder component. Click the plus button to add group or conditions.","uid":"0057570","order":0,"component":"Query Builder","dir":"query-builder","parentId":"057"},"0057571":{"url":"template","name":"Template","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","columns","rule","ruleChange"]},"description":"This sample demonstrates the integration of DropdownList, Slider controls as Templates in the Query Builder component.","uid":"0057571","order":0,"component":"Query Builder","dir":"query-builder","parentId":"057"},"0057572":{"url":"grid","name":"Integration with Data Grid","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","dataSource","columns","rule","ruleChange"]},"description":"This sample demonstrates the integration of Grid component to showcase the data population based on the created filters using Query Builder component.","uid":"0057572","order":0,"component":"Query Builder","dir":"query-builder","parentId":"057"},"0058580":{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with minimum configuration.","category":"PDF Viewer","type":"update","uid":"0058580","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"058"},"0058581":{"url":"custom-toolbar","name":"Custom Toolbar","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with custom toolbar configuration.","category":"PDF Viewer","uid":"0058581","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"058"},"0058582":{"url":"right-to-left","name":"Right to Left","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with Right to Left Configuration ","category":"PDF Viewer","uid":"0058582","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"058"},"0058583":{"url":"form-filling","name":"Form Filling","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with Form Filling Configuration ","category":"PDF Viewer","type":"new","uid":"0058583","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"058"}},"docInfo":{"00000":{"component":2,"name":1},"00001":{"component":2,"name":2},"00002":{"component":2,"name":1},"00003":{"component":2,"name":1},"00004":{"component":2,"name":2},"00005":{"component":2,"name":2},"00006":{"component":2,"name":1},"00007":{"component":2,"name":2},"00008":{"component":2,"name":1},"00009":{"component":2,"name":2},"000010":{"component":2,"name":2},"000011":{"component":2,"name":3},"000012":{"component":2,"name":4},"000013":{"component":2,"name":2},"000014":{"component":2,"name":2},"000015":{"component":2,"name":1},"000016":{"component":2,"name":2},"000017":{"component":2,"name":2},"000018":{"component":2,"name":2},"000019":{"component":2,"name":2},"000020":{"component":2,"name":2},"000021":{"component":2,"name":4},"000022":{"component":2,"name":6},"000023":{"component":2,"name":2},"000024":{"component":2,"name":2},"000025":{"component":2,"name":2},"000026":{"component":2,"name":2},"000027":{"component":2,"name":1},"000028":{"component":2,"name":2},"000029":{"component":2,"name":2},"000030":{"component":2,"name":2},"000031":{"component":2,"name":2},"000032":{"component":2,"name":2},"000033":{"component":2,"name":2},"000034":{"component":2,"name":4},"000035":{"component":2,"name":2},"000036":{"component":2,"name":2},"000037":{"component":2,"name":2},"000038":{"component":2,"name":2},"000039":{"component":2,"name":2},"000040":{"component":2,"name":2},"000041":{"component":2,"name":2},"000042":{"component":2,"name":2},"000043":{"component":2,"name":2},"000044":{"component":2,"name":2},"000045":{"component":2,"name":2},"000046":{"component":2,"name":1},"000047":{"component":2,"name":2},"000048":{"component":2,"name":4},"000049":{"component":2,"name":2},"000050":{"component":2,"name":2},"000051":{"component":2,"name":3},"000052":{"component":2,"name":2},"00110":{"component":2,"name":2},"00111":{"component":2,"name":2},"00112":{"component":2,"name":2},"00113":{"component":2,"name":1},"00114":{"component":2,"name":2},"00115":{"component":2,"name":2},"00116":{"component":2,"name":2},"00117":{"component":2,"name":2},"00118":{"component":2,"name":2},"00119":{"component":2,"name":1},"001110":{"component":2,"name":2},"001111":{"component":2,"name":1},"001112":{"component":2,"name":1},"001113":{"component":2,"name":2},"001114":{"component":2,"name":1},"001115":{"component":2,"name":2},"001116":{"component":2,"name":2},"001117":{"component":2,"name":2},"001118":{"component":2,"name":2},"001119":{"component":2,"name":2},"001120":{"component":2,"name":2},"001121":{"component":2,"name":2},"001122":{"component":2,"name":2},"001123":{"component":2,"name":1},"001124":{"component":2,"name":1},"001125":{"component":2,"name":3},"001126":{"component":2,"name":1},"00220":{"component":2,"name":1},"00221":{"component":2,"name":2},"00222":{"component":2,"name":2},"00223":{"component":2,"name":2},"00224":{"component":2,"name":2},"00225":{"component":2,"name":2},"00226":{"component":2,"name":2},"00227":{"component":2,"name":1},"00228":{"component":2,"name":1},"00229":{"component":2,"name":2},"002210":{"component":2,"name":2},"002211":{"component":2,"name":3},"002212":{"component":2,"name":4},"002213":{"component":2,"name":2},"002214":{"component":2,"name":2},"002215":{"component":2,"name":2},"002216":{"component":2,"name":2},"002217":{"component":2,"name":2},"002218":{"component":2,"name":3},"002219":{"component":2,"name":2},"002220":{"component":2,"name":2},"002221":{"component":2,"name":2},"002222":{"component":2,"name":2},"002223":{"component":2,"name":3},"002224":{"component":2,"name":2},"002225":{"component":2,"name":2},"002226":{"component":2,"name":2},"002227":{"component":2,"name":2},"002228":{"component":2,"name":2},"002229":{"component":2,"name":2},"002230":{"component":2,"name":1},"002231":{"component":2,"name":2},"002232":{"component":2,"name":2},"002233":{"component":2,"name":2},"002234":{"component":2,"name":2},"002235":{"component":2,"name":2},"002236":{"component":2,"name":2},"002237":{"component":2,"name":2},"002238":{"component":2,"name":2},"002239":{"component":2,"name":2},"002240":{"component":2,"name":2},"002241":{"component":2,"name":2},"002242":{"component":2,"name":3},"002243":{"component":2,"name":3},"002244":{"component":2,"name":2},"002245":{"component":2,"name":1},"002246":{"component":2,"name":2},"002247":{"component":2,"name":2},"002248":{"component":2,"name":1},"002249":{"component":2,"name":2},"002250":{"component":2,"name":2},"00330":{"component":1,"name":2},"00331":{"component":1,"name":1},"00332":{"component":1,"name":3},"00333":{"component":1,"name":3},"00334":{"component":1,"name":2},"00335":{"component":1,"name":2},"00440":{"component":1,"name":1},"00441":{"component":1,"name":1},"00442":{"component":1,"name":2},"00443":{"component":1,"name":2},"00444":{"component":1,"name":2},"00445":{"component":1,"name":2},"00446":{"component":1,"name":3},"00447":{"component":1,"name":2},"00448":{"component":1,"name":3},"00449":{"component":1,"name":1},"004410":{"component":1,"name":2},"004411":{"component":1,"name":2},"004412":{"component":1,"name":2},"004413":{"component":1,"name":2},"004414":{"component":1,"name":3},"004415":{"component":1,"name":3},"004416":{"component":1,"name":2},"004417":{"component":1,"name":1},"004418":{"component":1,"name":2},"004419":{"component":1,"name":4},"004420":{"component":1,"name":2},"004421":{"component":1,"name":3},"004422":{"component":1,"name":1},"004423":{"component":1,"name":2},"004424":{"component":1,"name":3},"004425":{"component":1,"name":2},"004426":{"component":1,"name":3},"004427":{"component":1,"name":2},"004428":{"component":1,"name":2},"004429":{"component":1,"name":1},"004430":{"component":1,"name":1},"004431":{"component":1,"name":1},"004432":{"component":1,"name":3},"004433":{"component":1,"name":2},"004434":{"component":1,"name":1},"004435":{"component":1,"name":1},"004436":{"component":1,"name":3},"004437":{"component":1,"name":2},"004438":{"component":1,"name":2},"004439":{"component":1,"name":1},"004440":{"component":1,"name":1},"004441":{"component":1,"name":1},"004442":{"component":1,"name":1},"004443":{"component":1,"name":1},"004444":{"component":1,"name":1},"004445":{"component":1,"name":1},"004446":{"component":1,"name":1},"004447":{"component":1,"name":1},"004448":{"component":1,"name":3},"004449":{"component":1,"name":2},"004450":{"component":1,"name":2},"004451":{"component":1,"name":1},"004452":{"component":1,"name":4},"004453":{"component":1,"name":1},"004454":{"component":1,"name":1},"004455":{"component":1,"name":1},"004456":{"component":1,"name":3},"004457":{"component":1,"name":2},"004458":{"component":1,"name":2},"004459":{"component":1,"name":1},"004460":{"component":1,"name":1},"004461":{"component":1,"name":2},"004462":{"component":1,"name":1},"004463":{"component":1,"name":1},"004464":{"component":1,"name":1},"004465":{"component":1,"name":2},"004466":{"component":1,"name":1},"004467":{"component":1,"name":1},"004468":{"component":1,"name":2},"004469":{"component":1,"name":2},"004470":{"component":1,"name":2},"004471":{"component":1,"name":2},"004472":{"component":1,"name":2},"004473":{"component":1,"name":2},"004474":{"component":1,"name":2},"004475":{"component":1,"name":3},"004476":{"component":1,"name":2},"004477":{"component":1,"name":3},"004478":{"component":1,"name":2},"004479":{"component":1,"name":2},"004480":{"component":1,"name":2},"004481":{"component":1,"name":2},"004482":{"component":1,"name":2},"004483":{"component":1,"name":2},"004484":{"component":1,"name":3},"004485":{"component":1,"name":2},"004486":{"component":1,"name":1},"004487":{"component":1,"name":2},"004488":{"component":1,"name":1},"004489":{"component":1,"name":2},"004490":{"component":1,"name":2},"004491":{"component":1,"name":2},"004492":{"component":1,"name":1},"004493":{"component":1,"name":1},"004494":{"component":1,"name":1},"004495":{"component":1,"name":2},"004496":{"component":1,"name":1},"004497":{"component":1,"name":1},"004498":{"component":1,"name":3},"004499":{"component":1,"name":2},"00550":{"component":2,"name":1},"00551":{"component":2,"name":1},"00552":{"component":2,"name":3},"00553":{"component":2,"name":2},"00554":{"component":2,"name":1},"00555":{"component":2,"name":1},"00556":{"component":2,"name":2},"00557":{"component":2,"name":2},"00558":{"component":2,"name":2},"00559":{"component":2,"name":2},"005510":{"component":2,"name":1},"005511":{"component":2,"name":3},"005512":{"component":2,"name":3},"005513":{"component":2,"name":2},"00660":{"component":2,"name":2},"00661":{"component":2,"name":1},"00662":{"component":2,"name":3},"00663":{"component":2,"name":1},"00664":{"component":2,"name":2},"00665":{"component":2,"name":3},"00666":{"component":2,"name":2},"00667":{"component":2,"name":1},"00668":{"component":2,"name":2},"00669":{"component":2,"name":2},"006610":{"component":2,"name":2},"006611":{"component":2,"name":2},"006612":{"component":2,"name":2},"006613":{"component":2,"name":1},"006614":{"component":2,"name":2},"006615":{"component":2,"name":3},"006616":{"component":2,"name":1},"00770":{"component":2,"name":2},"00771":{"component":2,"name":1},"00772":{"component":2,"name":1},"00773":{"component":2,"name":2},"00774":{"component":2,"name":3},"00775":{"component":2,"name":1},"00776":{"component":2,"name":1},"00777":{"component":2,"name":1},"00880":{"component":1,"name":2},"00881":{"component":1,"name":1},"00882":{"component":1,"name":1},"00883":{"component":1,"name":1},"00884":{"component":1,"name":1},"00885":{"component":1,"name":1},"00886":{"component":1,"name":1},"00887":{"component":1,"name":2},"00888":{"component":1,"name":1},"00889":{"component":1,"name":1},"008810":{"component":1,"name":2},"008811":{"component":1,"name":2},"008812":{"component":1,"name":2},"008813":{"component":1,"name":2},"008814":{"component":1,"name":3},"008815":{"component":1,"name":3},"008816":{"component":1,"name":2},"008817":{"component":1,"name":3},"008818":{"component":1,"name":2},"008819":{"component":1,"name":2},"008820":{"component":1,"name":2},"008821":{"component":1,"name":2},"008822":{"component":1,"name":2},"008823":{"component":1,"name":3},"008824":{"component":1,"name":2},"008825":{"component":1,"name":2},"008826":{"component":1,"name":2},"008827":{"component":1,"name":2},"008828":{"component":1,"name":2},"008829":{"component":1,"name":2},"008830":{"component":1,"name":2},"008831":{"component":1,"name":3},"008832":{"component":1,"name":3},"008833":{"component":1,"name":2},"008834":{"component":1,"name":2},"008835":{"component":1,"name":1},"008836":{"component":1,"name":2},"008837":{"component":1,"name":2},"00990":{"component":2,"name":2},"00991":{"component":2,"name":2},"00992":{"component":2,"name":2},"00993":{"component":2,"name":4},"00994":{"component":2,"name":1},"00995":{"component":2,"name":1},"00996":{"component":2,"name":2},"00997":{"component":2,"name":2},"00998":{"component":2,"name":2},"00999":{"component":2,"name":2},"009910":{"component":2,"name":2},"009911":{"component":2,"name":3},"009912":{"component":2,"name":1},"009913":{"component":2,"name":2},"009914":{"component":2,"name":2},"009915":{"component":2,"name":2},"009916":{"component":2,"name":2},"009917":{"component":2,"name":2},"0010100":{"component":1,"name":2},"0010101":{"component":1,"name":1},"0010102":{"component":1,"name":2},"0010103":{"component":1,"name":1},"0010104":{"component":1,"name":2},"0010105":{"component":1,"name":2},"0010106":{"component":1,"name":1},"0010107":{"component":1,"name":1},"0010108":{"component":1,"name":2},"0010109":{"component":1,"name":1},"00101010":{"component":1,"name":2},"00101011":{"component":1,"name":1},"00101012":{"component":1,"name":1},"00101013":{"component":1,"name":4},"00101014":{"component":1,"name":3},"00101015":{"component":1,"name":1},"00101016":{"component":1,"name":2},"00101017":{"component":1,"name":2},"00101018":{"component":1,"name":2},"00101019":{"component":1,"name":1},"00101020":{"component":1,"name":1},"00101021":{"component":1,"name":2},"00101022":{"component":1,"name":2},"00101023":{"component":1,"name":2},"00101024":{"component":1,"name":2},"00101025":{"component":1,"name":3},"00101026":{"component":1,"name":2},"00101027":{"component":1,"name":4},"00101028":{"component":1,"name":3},"00101029":{"component":1,"name":3},"0011110":{"component":2,"name":1},"0011111":{"component":2,"name":1},"0011112":{"component":2,"name":1},"0011113":{"component":2,"name":2},"0011114":{"component":2,"name":2},"0011115":{"component":2,"name":2},"0011116":{"component":2,"name":1},"0011117":{"component":2,"name":2},"0011118":{"component":2,"name":2},"0011119":{"component":2,"name":1},"00111110":{"component":2,"name":3},"00111111":{"component":2,"name":1},"0012120":{"component":2,"name":1},"0012121":{"component":2,"name":1},"0012122":{"component":2,"name":3},"0013130":{"component":1,"name":2},"0013131":{"component":1,"name":2},"0013132":{"component":1,"name":2},"0013133":{"component":1,"name":2},"0013134":{"component":1,"name":2},"0013135":{"component":1,"name":2},"0013136":{"component":1,"name":2},"0013137":{"component":1,"name":1},"0013138":{"component":1,"name":2},"0013139":{"component":1,"name":2},"00131310":{"component":1,"name":2},"00131311":{"component":1,"name":1},"00131312":{"component":1,"name":3},"00131313":{"component":1,"name":2},"00131314":{"component":1,"name":2},"0014140":{"component":2,"name":1},"0014141":{"component":2,"name":2},"0014142":{"component":2,"name":3},"0014143":{"component":2,"name":3},"0014144":{"component":2,"name":1},"0014145":{"component":2,"name":2},"0014146":{"component":2,"name":2},"0015150":{"component":1,"name":2},"0015151":{"component":1,"name":1},"0015152":{"component":1,"name":1},"0015153":{"component":1,"name":1},"0015154":{"component":1,"name":2},"0015155":{"component":1,"name":1},"0015156":{"component":1,"name":1},"0015157":{"component":1,"name":2},"0015158":{"component":1,"name":2},"0015159":{"component":1,"name":2},"00151510":{"component":1,"name":3},"00151511":{"component":1,"name":1},"0016160":{"component":3,"name":1},"0016161":{"component":3,"name":2},"0016162":{"component":3,"name":1},"0016163":{"component":3,"name":1},"0016164":{"component":3,"name":4},"0016165":{"component":3,"name":1},"0016166":{"component":3,"name":1},"0016167":{"component":3,"name":2},"0016168":{"component":3,"name":2},"0016169":{"component":3,"name":2},"00161610":{"component":3,"name":1},"00161611":{"component":3,"name":1},"00161612":{"component":3,"name":2},"00161613":{"component":3,"name":2},"00161614":{"component":3,"name":1},"00161615":{"component":3,"name":2},"00161616":{"component":3,"name":3},"00161617":{"component":3,"name":1},"00161618":{"component":3,"name":1},"00161619":{"component":3,"name":2},"00161620":{"component":3,"name":2},"0017170":{"component":1,"name":2},"0017171":{"component":1,"name":2},"0017172":{"component":1,"name":2},"0017173":{"component":1,"name":1},"0017174":{"component":1,"name":3},"0017175":{"component":1,"name":3},"0017176":{"component":1,"name":2},"0017177":{"component":1,"name":2},"0017178":{"component":1,"name":3},"0017179":{"component":1,"name":3},"00171710":{"component":1,"name":1},"00171711":{"component":1,"name":3},"00171712":{"component":1,"name":3},"00171713":{"component":1,"name":2},"00171714":{"component":1,"name":2},"00171715":{"component":1,"name":2},"0018180":{"component":1,"name":2},"0018181":{"component":1,"name":1},"0019190":{"component":1,"name":2},"0019191":{"component":1,"name":2},"0019192":{"component":1,"name":1},"0019193":{"component":1,"name":2},"0019194":{"component":1,"name":2},"0019195":{"component":1,"name":2},"0019196":{"component":1,"name":1},"0019197":{"component":1,"name":2},"0020200":{"component":3,"name":1},"0020201":{"component":3,"name":2},"0020202":{"component":3,"name":2},"0020203":{"component":3,"name":2},"0021210":{"component":1,"name":2},"0021211":{"component":1,"name":2},"0021212":{"component":1,"name":2},"0021213":{"component":1,"name":3},"0021214":{"component":1,"name":2},"0021215":{"component":1,"name":4},"0021216":{"component":1,"name":2},"0021217":{"component":1,"name":1},"0021218":{"component":1,"name":4},"0021219":{"component":1,"name":2},"00212110":{"component":1,"name":2},"00212111":{"component":1,"name":2},"00212112":{"component":1,"name":2},"00212113":{"component":1,"name":3},"00212114":{"component":1,"name":2},"00212115":{"component":1,"name":3},"00212116":{"component":1,"name":2},"00212117":{"component":1,"name":2},"00212118":{"component":1,"name":2},"00212119":{"component":1,"name":1},"00212120":{"component":1,"name":2},"00212121":{"component":1,"name":3},"00212122":{"component":1,"name":2},"00212123":{"component":1,"name":3},"00212124":{"component":1,"name":2},"00212125":{"component":1,"name":2},"00212126":{"component":1,"name":3},"00212127":{"component":1,"name":2},"00212128":{"component":1,"name":1},"00212129":{"component":1,"name":2},"00212130":{"component":1,"name":1},"00212131":{"component":1,"name":1},"00212132":{"component":1,"name":2},"00212133":{"component":1,"name":2},"00212134":{"component":1,"name":2},"00212135":{"component":1,"name":2},"00212136":{"component":1,"name":1},"00212137":{"component":1,"name":2},"00212138":{"component":1,"name":2},"00212139":{"component":1,"name":2},"00212140":{"component":1,"name":2},"00212141":{"component":1,"name":4},"00212142":{"component":1,"name":2},"00212143":{"component":1,"name":3},"00212144":{"component":1,"name":2},"00212145":{"component":1,"name":3},"00212146":{"component":1,"name":2},"00212147":{"component":1,"name":4},"00212148":{"component":1,"name":1},"00212149":{"component":1,"name":2},"00212150":{"component":1,"name":2},"00212151":{"component":1,"name":2},"00212152":{"component":1,"name":1},"0022220":{"component":1,"name":2},"0022221":{"component":1,"name":2},"0022222":{"component":1,"name":1},"0022223":{"component":1,"name":1},"0022224":{"component":1,"name":1},"0022225":{"component":1,"name":1},"0022226":{"component":1,"name":2},"0022227":{"component":1,"name":2},"0022228":{"component":1,"name":1},"0022229":{"component":1,"name":2},"00222210":{"component":1,"name":1},"0023230":{"component":1,"name":2},"0023231":{"component":1,"name":2},"0023232":{"component":1,"name":2},"0023233":{"component":1,"name":2},"0023234":{"component":1,"name":2},"0023235":{"component":1,"name":2},"0023236":{"component":1,"name":2},"0024240":{"component":1,"name":2},"0024241":{"component":1,"name":2},"0024242":{"component":1,"name":2},"0024243":{"component":1,"name":1},"0024244":{"component":1,"name":2},"0024245":{"component":1,"name":2},"0025250":{"component":1,"name":2},"0025251":{"component":1,"name":2},"0025252":{"component":1,"name":2},"0025253":{"component":1,"name":2},"0025254":{"component":1,"name":1},"0025255":{"component":1,"name":3},"0026260":{"component":1,"name":2},"0026261":{"component":1,"name":2},"0026262":{"component":1,"name":2},"0026263":{"component":1,"name":1},"0026264":{"component":1,"name":2},"0027270":{"component":1,"name":2},"0027271":{"component":1,"name":2},"0027272":{"component":1,"name":1},"0027273":{"component":1,"name":2},"0028280":{"component":1,"name":2},"0028281":{"component":1,"name":3},"0028282":{"component":1,"name":2},"0028283":{"component":1,"name":1},"0028284":{"component":1,"name":1},"0028285":{"component":1,"name":2},"0028286":{"component":1,"name":2},"0029290":{"component":1,"name":2},"0029291":{"component":1,"name":3},"0029292":{"component":1,"name":2},"0029293":{"component":1,"name":2},"0029294":{"component":1,"name":1},"0029295":{"component":1,"name":1},"0029296":{"component":1,"name":1},"0029297":{"component":1,"name":2},"0030300":{"component":2,"name":2},"0030301":{"component":2,"name":3},"0030302":{"component":2,"name":2},"0030303":{"component":2,"name":1},"0030304":{"component":2,"name":1},"0030305":{"component":2,"name":1},"0030306":{"component":2,"name":1},"0030307":{"component":2,"name":2},"0031310":{"component":2,"name":2},"0031311":{"component":2,"name":2},"0031312":{"component":2,"name":1},"0031313":{"component":2,"name":1},"0031314":{"component":2,"name":1},"0031315":{"component":2,"name":2},"0031316":{"component":2,"name":2},"0031317":{"component":2,"name":1},"0031318":{"component":2,"name":3},"0031319":{"component":2,"name":2},"00313110":{"component":2,"name":2},"0032320":{"component":2,"name":2},"0032321":{"component":2,"name":2},"0032322":{"component":2,"name":3},"0032323":{"component":2,"name":1},"0032324":{"component":2,"name":1},"0033330":{"component":1,"name":2},"0033331":{"component":1,"name":2},"0033332":{"component":1,"name":1},"0034340":{"component":2,"name":2},"0035350":{"component":2,"name":2},"0035351":{"component":2,"name":2},"0035352":{"component":2,"name":1},"0035353":{"component":2,"name":1},"0035354":{"component":2,"name":2},"0035355":{"component":2,"name":1},"0035356":{"component":2,"name":2},"0036360":{"component":1,"name":2},"0036361":{"component":1,"name":1},"0036362":{"component":1,"name":1},"0036363":{"component":1,"name":2},"0036364":{"component":1,"name":2},"0036365":{"component":1,"name":3},"0037370":{"component":1,"name":2},"0037371":{"component":1,"name":1},"0037372":{"component":1,"name":2},"0037373":{"component":1,"name":1},"0038380":{"component":1,"name":2},"0038381":{"component":1,"name":1},"0038382":{"component":1,"name":1},"0039390":{"component":1,"name":2},"0039391":{"component":1,"name":2},"0039392":{"component":1,"name":2},"0039393":{"component":1,"name":3},"0039394":{"component":1,"name":1},"0039395":{"component":1,"name":2},"0039396":{"component":1,"name":2},"0039397":{"component":1,"name":3},"0039398":{"component":1,"name":1},"0040400":{"component":2,"name":1},"0040401":{"component":2,"name":2},"0040402":{"component":2,"name":1},"0040403":{"component":2,"name":3},"0040404":{"component":2,"name":2},"0040405":{"component":2,"name":3},"0040406":{"component":2,"name":3},"0040407":{"component":2,"name":3},"0040408":{"component":2,"name":4},"0040409":{"component":2,"name":4},"0041410":{"component":1,"name":1},"0041411":{"component":1,"name":1},"0041412":{"component":1,"name":1},"0041413":{"component":1,"name":1},"0041414":{"component":1,"name":1},"0041415":{"component":1,"name":1},"0042420":{"component":1,"name":2},"0042421":{"component":1,"name":1},"0042422":{"component":1,"name":1},"0042423":{"component":1,"name":1},"0042424":{"component":1,"name":1},"0043430":{"component":2,"name":2},"0043431":{"component":2,"name":2},"0043432":{"component":2,"name":3},"0043433":{"component":2,"name":2},"0044440":{"component":1,"name":2},"0044441":{"component":1,"name":2},"0045450":{"component":2,"name":2},"0045451":{"component":2,"name":2},"0045452":{"component":2,"name":1},"0046460":{"component":2,"name":2},"0046461":{"component":2,"name":2},"0046462":{"component":2,"name":2},"0046463":{"component":2,"name":2},"0047470":{"component":2,"name":2},"0047471":{"component":2,"name":2},"0047472":{"component":2,"name":2},"0047473":{"component":2,"name":1},"0048480":{"component":2,"name":2},"0048481":{"component":2,"name":2},"0048482":{"component":2,"name":1},"0048483":{"component":2,"name":2},"0048484":{"component":2,"name":2},"0048485":{"component":2,"name":2},"0048486":{"component":2,"name":2},"0048487":{"component":2,"name":3},"0049490":{"component":2,"name":2},"0049491":{"component":2,"name":1},"0049492":{"component":2,"name":1},"0049493":{"component":2,"name":2},"0049494":{"component":2,"name":1},"0049495":{"component":2,"name":1},"0049496":{"component":2,"name":1},"0049497":{"component":2,"name":1},"0049498":{"component":2,"name":1},"0049499":{"component":2,"name":1},"00494910":{"component":2,"name":1},"00494911":{"component":2,"name":1},"00494912":{"component":2,"name":2},"0050500":{"component":1,"name":1},"0050501":{"component":1,"name":1},"0050502":{"component":1,"name":1},"0050503":{"component":1,"name":1},"0050504":{"component":1,"name":1},"0051510":{"component":1,"name":2},"0051511":{"component":1,"name":2},"0051512":{"component":1,"name":2},"0051513":{"component":1,"name":2},"0051514":{"component":1,"name":2},"0051515":{"component":1,"name":2},"0051516":{"component":1,"name":2},"0052520":{"component":1,"name":2},"0052521":{"component":1,"name":2},"0052522":{"component":1,"name":1},"0052523":{"component":1,"name":1},"0052524":{"component":1,"name":2},"0052525":{"component":1,"name":1},"0052526":{"component":1,"name":1},"0052527":{"component":1,"name":1},"0052528":{"component":1,"name":1},"0052529":{"component":1,"name":2},"0053530":{"component":1,"name":2},"0053531":{"component":1,"name":2},"0053532":{"component":1,"name":1},"0053533":{"component":1,"name":2},"0053534":{"component":1,"name":1},"0053535":{"component":1,"name":1},"0053536":{"component":1,"name":2},"0053537":{"component":1,"name":2},"0054540":{"component":1,"name":2},"0054541":{"component":1,"name":1},"0054542":{"component":1,"name":2},"0054543":{"component":1,"name":2},"0054544":{"component":1,"name":2},"0054545":{"component":1,"name":2},"0054546":{"component":1,"name":1},"0055550":{"component":1,"name":2},"0055551":{"component":1,"name":3},"0055552":{"component":1,"name":3},"0055553":{"component":1,"name":2},"0055554":{"component":1,"name":3},"0055555":{"component":1,"name":3},"0056560":{"component":2,"name":2},"0056561":{"component":2,"name":2},"0056562":{"component":2,"name":1},"0056563":{"component":2,"name":2},"0056564":{"component":2,"name":3},"0057570":{"component":2,"name":2},"0057571":{"component":2,"name":1},"0057572":{"component":2,"name":4},"0058580":{"component":2,"name":2},"0058581":{"component":2,"name":2},"0058582":{"component":2,"name":3},"0058583":{"component":2,"name":2}},"length":740,"save":true},"index":{"component":{"root":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{"00000":{"tf":1},"00001":{"tf":1},"00002":{"tf":1},"00003":{"tf":1},"00004":{"tf":1},"00005":{"tf":1},"00006":{"tf":1},"00007":{"tf":1},"00008":{"tf":1},"00009":{"tf":1},"000010":{"tf":1},"000011":{"tf":1},"000012":{"tf":1},"000013":{"tf":1},"000014":{"tf":1},"000015":{"tf":1},"000016":{"tf":1},"000017":{"tf":1},"000018":{"tf":1},"000019":{"tf":1},"000020":{"tf":1},"000021":{"tf":1},"000022":{"tf":1},"000023":{"tf":1},"000024":{"tf":1},"000025":{"tf":1},"000026":{"tf":1},"000027":{"tf":1},"000028":{"tf":1},"000029":{"tf":1},"000030":{"tf":1},"000031":{"tf":1},"000032":{"tf":1},"000033":{"tf":1},"000034":{"tf":1},"000035":{"tf":1},"000036":{"tf":1},"000037":{"tf":1},"000038":{"tf":1},"000039":{"tf":1},"000040":{"tf":1},"000041":{"tf":1},"000042":{"tf":1},"000043":{"tf":1},"000044":{"tf":1},"000045":{"tf":1},"000046":{"tf":1},"000047":{"tf":1},"000048":{"tf":1},"000049":{"tf":1},"000050":{"tf":1},"000051":{"tf":1},"000052":{"tf":1}},"df":53},"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"0024240":{"tf":1},"0024241":{"tf":1},"0024242":{"tf":1},"0024243":{"tf":1},"0024244":{"tf":1},"0024245":{"tf":1}},"df":6}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"0025250":{"tf":1},"0025251":{"tf":1},"0025252":{"tf":1},"0025253":{"tf":1},"0025254":{"tf":1},"0025255":{"tf":1}},"df":6}}}}}}}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"0026260":{"tf":1},"0026261":{"tf":1},"0026262":{"tf":1},"0026263":{"tf":1},"0026264":{"tf":1}},"df":5}}}}}}}}}},"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"0056560":{"tf":1},"0056561":{"tf":1},"0056562":{"tf":1},"0056563":{"tf":1},"0056564":{"tf":1}},"df":5}}}}}}}},"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"00880":{"tf":1},"00881":{"tf":1},"00882":{"tf":1},"00883":{"tf":1},"00884":{"tf":1},"00885":{"tf":1},"00886":{"tf":1},"00887":{"tf":1},"00888":{"tf":1},"00889":{"tf":1},"008810":{"tf":1},"008811":{"tf":1},"008812":{"tf":1},"008813":{"tf":1},"008814":{"tf":1},"008815":{"tf":1},"008816":{"tf":1},"008817":{"tf":1},"008818":{"tf":1},"008819":{"tf":1},"008820":{"tf":1},"008821":{"tf":1},"008822":{"tf":1},"008823":{"tf":1},"008824":{"tf":1},"008825":{"tf":1},"008826":{"tf":1},"008827":{"tf":1},"008828":{"tf":1},"008829":{"tf":1},"008830":{"tf":1},"008831":{"tf":1},"008832":{"tf":1},"008833":{"tf":1},"008834":{"tf":1},"008835":{"tf":1},"008836":{"tf":1},"008837":{"tf":1}},"df":38}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"0052520":{"tf":1},"0052521":{"tf":1},"0052522":{"tf":1},"0052523":{"tf":1},"0052524":{"tf":1},"0052525":{"tf":1},"0052526":{"tf":1},"0052527":{"tf":1},"0052528":{"tf":1},"0052529":{"tf":1}},"df":10}}}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"0017170":{"tf":1},"0017171":{"tf":1},"0017172":{"tf":1},"0017173":{"tf":1},"0017174":{"tf":1},"0017175":{"tf":1},"0017176":{"tf":1},"0017177":{"tf":1},"0017178":{"tf":1},"0017179":{"tf":1},"00171710":{"tf":1},"00171711":{"tf":1},"00171712":{"tf":1},"00171713":{"tf":1},"00171714":{"tf":1},"00171715":{"tf":1}},"df":16}}}}}}}}}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"n":{"docs":{"0030300":{"tf":1},"0030301":{"tf":1},"0030302":{"tf":1},"0030303":{"tf":1},"0030304":{"tf":1},"0030305":{"tf":1},"0030306":{"tf":1},"0030307":{"tf":1},"0031310":{"tf":1},"0031311":{"tf":1},"0031312":{"tf":1},"0031313":{"tf":1},"0031314":{"tf":1},"0031315":{"tf":1},"0031316":{"tf":1},"0031317":{"tf":1},"0031318":{"tf":1},"0031319":{"tf":1},"00313110":{"tf":1}},"df":19}}}}}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"00000":{"tf":1},"00001":{"tf":1},"00002":{"tf":1},"00003":{"tf":1},"00004":{"tf":1},"00005":{"tf":1},"00006":{"tf":1},"00007":{"tf":1},"00008":{"tf":1},"00009":{"tf":1},"000010":{"tf":1},"000011":{"tf":1},"000012":{"tf":1},"000013":{"tf":1},"000014":{"tf":1},"000015":{"tf":1},"000016":{"tf":1},"000017":{"tf":1},"000018":{"tf":1},"000019":{"tf":1},"000020":{"tf":1},"000021":{"tf":1},"000022":{"tf":1},"000023":{"tf":1},"000024":{"tf":1},"000025":{"tf":1},"000026":{"tf":1},"000027":{"tf":1},"000028":{"tf":1},"000029":{"tf":1},"000030":{"tf":1},"000031":{"tf":1},"000032":{"tf":1},"000033":{"tf":1},"000034":{"tf":1},"000035":{"tf":1},"000036":{"tf":1},"000037":{"tf":1},"000038":{"tf":1},"000039":{"tf":1},"000040":{"tf":1},"000041":{"tf":1},"000042":{"tf":1},"000043":{"tf":1},"000044":{"tf":1},"000045":{"tf":1},"000046":{"tf":1},"000047":{"tf":1},"000048":{"tf":1},"000049":{"tf":1},"000050":{"tf":1},"000051":{"tf":1},"000052":{"tf":1},"00220":{"tf":1},"00221":{"tf":1},"00222":{"tf":1},"00223":{"tf":1},"00224":{"tf":1},"00225":{"tf":1},"00226":{"tf":1},"00227":{"tf":1},"00228":{"tf":1},"00229":{"tf":1},"002210":{"tf":1},"002211":{"tf":1},"002212":{"tf":1},"002213":{"tf":1},"002214":{"tf":1},"002215":{"tf":1},"002216":{"tf":1},"002217":{"tf":1},"002218":{"tf":1},"002219":{"tf":1},"002220":{"tf":1},"002221":{"tf":1},"002222":{"tf":1},"002223":{"tf":1},"002224":{"tf":1},"002225":{"tf":1},"002226":{"tf":1},"002227":{"tf":1},"002228":{"tf":1},"002229":{"tf":1},"002230":{"tf":1},"002231":{"tf":1},"002232":{"tf":1},"002233":{"tf":1},"002234":{"tf":1},"002235":{"tf":1},"002236":{"tf":1},"002237":{"tf":1},"002238":{"tf":1},"002239":{"tf":1},"002240":{"tf":1},"002241":{"tf":1},"002242":{"tf":1},"002243":{"tf":1},"002244":{"tf":1},"002245":{"tf":1},"002246":{"tf":1},"002247":{"tf":1},"002248":{"tf":1},"002249":{"tf":1},"002250":{"tf":1}},"df":104}}},"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{"00660":{"tf":1},"00661":{"tf":1},"00662":{"tf":1},"00663":{"tf":1},"00664":{"tf":1},"00665":{"tf":1},"00666":{"tf":1},"00667":{"tf":1},"00668":{"tf":1},"00669":{"tf":1},"006610":{"tf":1},"006611":{"tf":1},"006612":{"tf":1},"006613":{"tf":1},"006614":{"tf":1},"006615":{"tf":1},"006616":{"tf":1},"00770":{"tf":1},"00771":{"tf":1},"00772":{"tf":1},"00773":{"tf":1},"00774":{"tf":1},"00775":{"tf":1},"00776":{"tf":1},"00777":{"tf":1}},"df":25}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"t":{"docs":{"0022220":{"tf":1},"0022221":{"tf":1},"0022222":{"tf":1},"0022223":{"tf":1},"0022224":{"tf":1},"0022225":{"tf":1},"0022226":{"tf":1},"0022227":{"tf":1},"0022228":{"tf":1},"0022229":{"tf":1},"00222210":{"tf":1}},"df":11}}}}},"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"00110":{"tf":1},"00111":{"tf":1},"00112":{"tf":1},"00113":{"tf":1},"00114":{"tf":1},"00115":{"tf":1},"00116":{"tf":1},"00117":{"tf":1},"00118":{"tf":1},"00119":{"tf":1},"001110":{"tf":1},"001111":{"tf":1},"001112":{"tf":1},"001113":{"tf":1},"001114":{"tf":1},"001115":{"tf":1},"001116":{"tf":1},"001117":{"tf":1},"001118":{"tf":1},"001119":{"tf":1},"001120":{"tf":1},"001121":{"tf":1},"001122":{"tf":1},"001123":{"tf":1},"001124":{"tf":1},"001125":{"tf":1},"001126":{"tf":1}},"df":27}}},"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0047470":{"tf":1},"0047471":{"tf":1},"0047472":{"tf":1},"0047473":{"tf":1}},"df":4}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{"0020200":{"tf":1},"0020201":{"tf":1},"0020202":{"tf":1},"0020203":{"tf":1}},"df":4}}}},"d":{"docs":{},"df":0,"f":{"docs":{"0058580":{"tf":1},"0058581":{"tf":1},"0058582":{"tf":1},"0058583":{"tf":1}},"df":4}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{"0037370":{"tf":1},"0037371":{"tf":1},"0037372":{"tf":1},"0037373":{"tf":1}},"df":4,"l":{"docs":{"00110":{"tf":1},"00111":{"tf":1},"00112":{"tf":1},"00113":{"tf":1},"00114":{"tf":1},"00115":{"tf":1},"00116":{"tf":1},"00117":{"tf":1},"00118":{"tf":1},"00119":{"tf":1},"001110":{"tf":1},"001111":{"tf":1},"001112":{"tf":1},"001113":{"tf":1},"001114":{"tf":1},"001115":{"tf":1},"001116":{"tf":1},"001117":{"tf":1},"001118":{"tf":1},"001119":{"tf":1},"001120":{"tf":1},"001121":{"tf":1},"001122":{"tf":1},"001123":{"tf":1},"001124":{"tf":1},"001125":{"tf":1},"001126":{"tf":1}},"df":27}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{"00220":{"tf":1},"00221":{"tf":1},"00222":{"tf":1},"00223":{"tf":1},"00224":{"tf":1},"00225":{"tf":1},"00226":{"tf":1},"00227":{"tf":1},"00228":{"tf":1},"00229":{"tf":1},"002210":{"tf":1},"002211":{"tf":1},"002212":{"tf":1},"002213":{"tf":1},"002214":{"tf":1},"002215":{"tf":1},"002216":{"tf":1},"002217":{"tf":1},"002218":{"tf":1},"002219":{"tf":1},"002220":{"tf":1},"002221":{"tf":1},"002222":{"tf":1},"002223":{"tf":1},"002224":{"tf":1},"002225":{"tf":1},"002226":{"tf":1},"002227":{"tf":1},"002228":{"tf":1},"002229":{"tf":1},"002230":{"tf":1},"002231":{"tf":1},"002232":{"tf":1},"002233":{"tf":1},"002234":{"tf":1},"002235":{"tf":1},"002236":{"tf":1},"002237":{"tf":1},"002238":{"tf":1},"002239":{"tf":1},"002240":{"tf":1},"002241":{"tf":1},"002242":{"tf":1},"002243":{"tf":1},"002244":{"tf":1},"002245":{"tf":1},"002246":{"tf":1},"002247":{"tf":1},"002248":{"tf":1},"002249":{"tf":1},"002250":{"tf":1}},"df":51,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"0015150":{"tf":1},"0015151":{"tf":1},"0015152":{"tf":1},"0015153":{"tf":1},"0015154":{"tf":1},"0015155":{"tf":1},"0015156":{"tf":1},"0015157":{"tf":1},"0015158":{"tf":1},"0015159":{"tf":1},"00151510":{"tf":1},"00151511":{"tf":1}},"df":12}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"0039390":{"tf":1},"0039391":{"tf":1},"0039392":{"tf":1},"0039393":{"tf":1},"0039394":{"tf":1},"0039395":{"tf":1},"0039396":{"tf":1},"0039397":{"tf":1},"0039398":{"tf":1}},"df":9}}}}}}},"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"t":{"docs":{"0016160":{"tf":1},"0016161":{"tf":1},"0016162":{"tf":1},"0016163":{"tf":1},"0016164":{"tf":1},"0016165":{"tf":1},"0016166":{"tf":1},"0016167":{"tf":1},"0016168":{"tf":1},"0016169":{"tf":1},"00161610":{"tf":1},"00161611":{"tf":1},"00161612":{"tf":1},"00161613":{"tf":1},"00161614":{"tf":1},"00161615":{"tf":1},"00161616":{"tf":1},"00161617":{"tf":1},"00161618":{"tf":1},"00161619":{"tf":1},"00161620":{"tf":1}},"df":21,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"0044440":{"tf":1},"0044441":{"tf":1},"0046460":{"tf":1},"0046461":{"tf":1},"0046462":{"tf":1},"0046463":{"tf":1}},"df":6}}}}}},"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"0027270":{"tf":1},"0027271":{"tf":1},"0027272":{"tf":1},"0027273":{"tf":1}},"df":4}}}}}}},"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0038380":{"tf":1},"0038381":{"tf":1},"0038382":{"tf":1}},"df":3}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{"0054540":{"tf":1},"0054541":{"tf":1},"0054542":{"tf":1},"0054543":{"tf":1},"0054544":{"tf":1},"0054545":{"tf":1},"0054546":{"tf":1}},"df":7}}}}},"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"0042420":{"tf":1},"0042421":{"tf":1},"0042422":{"tf":1},"0042423":{"tf":1},"0042424":{"tf":1}},"df":5}}}}},"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"00330":{"tf":1},"00331":{"tf":1},"00332":{"tf":1},"00333":{"tf":1},"00334":{"tf":1},"00335":{"tf":1}},"df":6}}}}}}}}},"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"k":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"0014140":{"tf":1},"0014141":{"tf":1},"0014142":{"tf":1},"0014143":{"tf":1},"0014144":{"tf":1},"0014145":{"tf":1},"0014146":{"tf":1}},"df":7}}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0055550":{"tf":1},"0055551":{"tf":1},"0055552":{"tf":1},"0055553":{"tf":1},"0055554":{"tf":1},"0055555":{"tf":1}},"df":6}}}}}}},"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"00550":{"tf":1},"00551":{"tf":1},"00552":{"tf":1},"00553":{"tf":1},"00554":{"tf":1},"00555":{"tf":1},"00556":{"tf":1},"00557":{"tf":1},"00558":{"tf":1},"00559":{"tf":1},"005510":{"tf":1},"005511":{"tf":1},"005512":{"tf":1},"005513":{"tf":1}},"df":14}}}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"0011110":{"tf":1},"0011111":{"tf":1},"0011112":{"tf":1},"0011113":{"tf":1},"0011114":{"tf":1},"0011115":{"tf":1},"0011116":{"tf":1},"0011117":{"tf":1},"0011118":{"tf":1},"0011119":{"tf":1},"00111110":{"tf":1},"00111111":{"tf":1}},"df":12}}}}}}},"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"0012120":{"tf":1},"0012121":{"tf":1},"0012122":{"tf":1}},"df":3}}}},"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"0021210":{"tf":1},"0021211":{"tf":1},"0021212":{"tf":1},"0021213":{"tf":1},"0021214":{"tf":1},"0021215":{"tf":1},"0021216":{"tf":1},"0021217":{"tf":1},"0021218":{"tf":1},"0021219":{"tf":1},"00212110":{"tf":1},"00212111":{"tf":1},"00212112":{"tf":1},"00212113":{"tf":1},"00212114":{"tf":1},"00212115":{"tf":1},"00212116":{"tf":1},"00212117":{"tf":1},"00212118":{"tf":1},"00212119":{"tf":1},"00212120":{"tf":1},"00212121":{"tf":1},"00212122":{"tf":1},"00212123":{"tf":1},"00212124":{"tf":1},"00212125":{"tf":1},"00212126":{"tf":1},"00212127":{"tf":1},"00212128":{"tf":1},"00212129":{"tf":1},"00212130":{"tf":1},"00212131":{"tf":1},"00212132":{"tf":1},"00212133":{"tf":1},"00212134":{"tf":1},"00212135":{"tf":1},"00212136":{"tf":1},"00212137":{"tf":1},"00212138":{"tf":1},"00212139":{"tf":1},"00212140":{"tf":1},"00212141":{"tf":1},"00212142":{"tf":1},"00212143":{"tf":1},"00212144":{"tf":1},"00212145":{"tf":1},"00212146":{"tf":1},"00212147":{"tf":1},"00212148":{"tf":1},"00212149":{"tf":1},"00212150":{"tf":1},"00212151":{"tf":1},"00212152":{"tf":1}},"df":53}}}}}},"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0036360":{"tf":1},"0036361":{"tf":1},"0036362":{"tf":1},"0036363":{"tf":1},"0036364":{"tf":1},"0036365":{"tf":1}},"df":6}}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0049490":{"tf":1},"0049491":{"tf":1},"0049492":{"tf":1},"0049493":{"tf":1},"0049494":{"tf":1},"0049495":{"tf":1},"0049496":{"tf":1},"0049497":{"tf":1},"0049498":{"tf":1},"0049499":{"tf":1},"00494910":{"tf":1},"00494911":{"tf":1},"00494912":{"tf":1}},"df":13}}}}}},"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"00440":{"tf":1},"00441":{"tf":1},"00442":{"tf":1},"00443":{"tf":1},"00444":{"tf":1},"00445":{"tf":1},"00446":{"tf":1},"00447":{"tf":1},"00448":{"tf":1},"00449":{"tf":1},"004410":{"tf":1},"004411":{"tf":1},"004412":{"tf":1},"004413":{"tf":1},"004414":{"tf":1},"004415":{"tf":1},"004416":{"tf":1},"004417":{"tf":1},"004418":{"tf":1},"004419":{"tf":1},"004420":{"tf":1},"004421":{"tf":1},"004422":{"tf":1},"004423":{"tf":1},"004424":{"tf":1},"004425":{"tf":1},"004426":{"tf":1},"004427":{"tf":1},"004428":{"tf":1},"004429":{"tf":1},"004430":{"tf":1},"004431":{"tf":1},"004432":{"tf":1},"004433":{"tf":1},"004434":{"tf":1},"004435":{"tf":1},"004436":{"tf":1},"004437":{"tf":1},"004438":{"tf":1},"004439":{"tf":1},"004440":{"tf":1},"004441":{"tf":1},"004442":{"tf":1},"004443":{"tf":1},"004444":{"tf":1},"004445":{"tf":1},"004446":{"tf":1},"004447":{"tf":1},"004448":{"tf":1},"004449":{"tf":1},"004450":{"tf":1},"004451":{"tf":1},"004452":{"tf":1},"004453":{"tf":1},"004454":{"tf":1},"004455":{"tf":1},"004456":{"tf":1},"004457":{"tf":1},"004458":{"tf":1},"004459":{"tf":1},"004460":{"tf":1},"004461":{"tf":1},"004462":{"tf":1},"004463":{"tf":1},"004464":{"tf":1},"004465":{"tf":1},"004466":{"tf":1},"004467":{"tf":1},"004468":{"tf":1},"004469":{"tf":1},"004470":{"tf":1},"004471":{"tf":1},"004472":{"tf":1},"004473":{"tf":1},"004474":{"tf":1},"004475":{"tf":1},"004476":{"tf":1},"004477":{"tf":1},"004478":{"tf":1},"004479":{"tf":1},"004480":{"tf":1},"004481":{"tf":1},"004482":{"tf":1},"004483":{"tf":1},"004484":{"tf":1},"004485":{"tf":1},"004486":{"tf":1},"004487":{"tf":1},"004488":{"tf":1},"004489":{"tf":1},"004490":{"tf":1},"004491":{"tf":1},"004492":{"tf":1},"004493":{"tf":1},"004494":{"tf":1},"004495":{"tf":1},"004496":{"tf":1},"004497":{"tf":1},"004498":{"tf":1},"004499":{"tf":1},"00550":{"tf":1},"00551":{"tf":1},"00552":{"tf":1},"00553":{"tf":1},"00554":{"tf":1},"00555":{"tf":1},"00556":{"tf":1},"00557":{"tf":1},"00558":{"tf":1},"00559":{"tf":1},"005510":{"tf":1},"005511":{"tf":1},"005512":{"tf":1},"005513":{"tf":1},"00990":{"tf":1},"00991":{"tf":1},"00992":{"tf":1},"00993":{"tf":1},"00994":{"tf":1},"00995":{"tf":1},"00996":{"tf":1},"00997":{"tf":1},"00998":{"tf":1},"00999":{"tf":1},"009910":{"tf":1},"009911":{"tf":1},"009912":{"tf":1},"009913":{"tf":1},"009914":{"tf":1},"009915":{"tf":1},"009916":{"tf":1},"009917":{"tf":1},"0012120":{"tf":1},"0012121":{"tf":1},"0012122":{"tf":1},"0014140":{"tf":1},"0014141":{"tf":1},"0014142":{"tf":1},"0014143":{"tf":1},"0014144":{"tf":1},"0014145":{"tf":1},"0014146":{"tf":1}},"df":142}}},"i":{"docs":{},"df":0,"p":{"docs":{"0018180":{"tf":1},"0018181":{"tf":1}},"df":2}}},"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00660":{"tf":1},"00661":{"tf":1},"00662":{"tf":1},"00663":{"tf":1},"00664":{"tf":1},"00665":{"tf":1},"00666":{"tf":1},"00667":{"tf":1},"00668":{"tf":1},"00669":{"tf":1},"006610":{"tf":1},"006611":{"tf":1},"006612":{"tf":1},"006613":{"tf":1},"006614":{"tf":1},"006615":{"tf":1},"006616":{"tf":1}},"df":17}}}}}}},"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0023230":{"tf":1},"0023231":{"tf":1},"0023232":{"tf":1},"0023233":{"tf":1},"0023234":{"tf":1},"0023235":{"tf":1},"0023236":{"tf":1}},"df":7}}}}}},"r":{"docs":{},"df":0,"d":{"docs":{"0051510":{"tf":1},"0051511":{"tf":1},"0051512":{"tf":1},"0051513":{"tf":1},"0051514":{"tf":1},"0051515":{"tf":1},"0051516":{"tf":1}},"df":7}}},"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"0029290":{"tf":1},"0029291":{"tf":1},"0029292":{"tf":1},"0029293":{"tf":1},"0029294":{"tf":1},"0029295":{"tf":1},"0029296":{"tf":1},"0029297":{"tf":1}},"df":8}}}}}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"t":{"docs":{"0034340":{"tf":1}},"df":1}}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"0047470":{"tf":1},"0047471":{"tf":1},"0047472":{"tf":1},"0047473":{"tf":1}},"df":4}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00770":{"tf":1},"00771":{"tf":1},"00772":{"tf":1},"00773":{"tf":1},"00774":{"tf":1},"00775":{"tf":1},"00776":{"tf":1},"00777":{"tf":1}},"df":8}}}},"s":{"docs":{},"df":0,"t":{"docs":{"0030300":{"tf":1},"0030301":{"tf":1},"0030302":{"tf":1},"0030303":{"tf":1},"0030304":{"tf":1},"0030305":{"tf":1},"0030306":{"tf":1},"0030307":{"tf":1},"0032320":{"tf":1},"0032321":{"tf":1},"0032322":{"tf":1},"0032323":{"tf":1},"0032324":{"tf":1}},"df":13,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"0053530":{"tf":1},"0053531":{"tf":1},"0053532":{"tf":1},"0053533":{"tf":1},"0053534":{"tf":1},"0053535":{"tf":1},"0053536":{"tf":1},"0053537":{"tf":1}},"df":8}}}}}}},"a":{"docs":{},"df":0,"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"0056560":{"tf":1},"0056561":{"tf":1},"0056562":{"tf":1},"0056563":{"tf":1},"0056564":{"tf":1}},"df":5}}}}}},"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"00990":{"tf":1},"00991":{"tf":1},"00992":{"tf":1},"00993":{"tf":1},"00994":{"tf":1},"00995":{"tf":1},"00996":{"tf":1},"00997":{"tf":1},"00998":{"tf":1},"00999":{"tf":1},"009910":{"tf":1},"009911":{"tf":1},"009912":{"tf":1},"009913":{"tf":1},"009914":{"tf":1},"009915":{"tf":1},"009916":{"tf":1},"009917":{"tf":1}},"df":18}}}}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"0010100":{"tf":1},"0010101":{"tf":1},"0010102":{"tf":1},"0010103":{"tf":1},"0010104":{"tf":1},"0010105":{"tf":1},"0010106":{"tf":1},"0010107":{"tf":1},"0010108":{"tf":1},"0010109":{"tf":1},"00101010":{"tf":1},"00101011":{"tf":1},"00101012":{"tf":1},"00101013":{"tf":1},"00101014":{"tf":1},"00101015":{"tf":1},"00101016":{"tf":1},"00101017":{"tf":1},"00101018":{"tf":1},"00101019":{"tf":1},"00101020":{"tf":1},"00101021":{"tf":1},"00101022":{"tf":1},"00101023":{"tf":1},"00101024":{"tf":1},"00101025":{"tf":1},"00101026":{"tf":1},"00101027":{"tf":1},"00101028":{"tf":1},"00101029":{"tf":1}},"df":30},"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"0040400":{"tf":1},"0040401":{"tf":1},"0040402":{"tf":1},"0040403":{"tf":1},"0040404":{"tf":1},"0040405":{"tf":1},"0040406":{"tf":1},"0040407":{"tf":1},"0040408":{"tf":1},"0040409":{"tf":1}},"df":10}}},"s":{"docs":{},"df":0,"k":{"docs":{"0045450":{"tf":1},"0045451":{"tf":1},"0045452":{"tf":1}},"df":3}}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"0031310":{"tf":1},"0031311":{"tf":1},"0031312":{"tf":1},"0031313":{"tf":1},"0031314":{"tf":1},"0031315":{"tf":1},"0031316":{"tf":1},"0031317":{"tf":1},"0031318":{"tf":1},"0031319":{"tf":1},"00313110":{"tf":1}},"df":11}}}}}}}}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"u":{"docs":{"0034340":{"tf":1},"0035350":{"tf":1},"0035351":{"tf":1},"0035352":{"tf":1},"0035353":{"tf":1},"0035354":{"tf":1},"0035355":{"tf":1},"0035356":{"tf":1}},"df":8}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"0011110":{"tf":1},"0011111":{"tf":1},"0011112":{"tf":1},"0011113":{"tf":1},"0011114":{"tf":1},"0011115":{"tf":1},"0011116":{"tf":1},"0011117":{"tf":1},"0011118":{"tf":1},"0011119":{"tf":1},"00111110":{"tf":1},"00111111":{"tf":1},"0049490":{"tf":1},"0049491":{"tf":1},"0049492":{"tf":1},"0049493":{"tf":1},"0049494":{"tf":1},"0049495":{"tf":1},"0049496":{"tf":1},"0049497":{"tf":1},"0049498":{"tf":1},"0049499":{"tf":1},"00494910":{"tf":1},"00494911":{"tf":1},"00494912":{"tf":1}},"df":25}}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"0016160":{"tf":1},"0016161":{"tf":1},"0016162":{"tf":1},"0016163":{"tf":1},"0016164":{"tf":1},"0016165":{"tf":1},"0016166":{"tf":1},"0016167":{"tf":1},"0016168":{"tf":1},"0016169":{"tf":1},"00161610":{"tf":1},"00161611":{"tf":1},"00161612":{"tf":1},"00161613":{"tf":1},"00161614":{"tf":1},"00161615":{"tf":1},"00161616":{"tf":1},"00161617":{"tf":1},"00161618":{"tf":1},"00161619":{"tf":1},"00161620":{"tf":1}},"df":21}}}},"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0035350":{"tf":1},"0035351":{"tf":1},"0035352":{"tf":1},"0035353":{"tf":1},"0035354":{"tf":1},"0035355":{"tf":1},"0035356":{"tf":1}},"df":7,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{"0013130":{"tf":1},"0013131":{"tf":1},"0013132":{"tf":1},"0013133":{"tf":1},"0013134":{"tf":1},"0013135":{"tf":1},"0013136":{"tf":1},"0013137":{"tf":1},"0013138":{"tf":1},"0013139":{"tf":1},"00131310":{"tf":1},"00131311":{"tf":1},"00131312":{"tf":1},"00131313":{"tf":1},"00131314":{"tf":1}},"df":15}}}},"d":{"docs":{},"df":0,"g":{"docs":{"0041410":{"tf":1},"0041411":{"tf":1},"0041412":{"tf":1},"0041413":{"tf":1},"0041414":{"tf":1},"0041415":{"tf":1}},"df":6}}},"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0019190":{"tf":1},"0019191":{"tf":1},"0019192":{"tf":1},"0019193":{"tf":1},"0019194":{"tf":1},"0019195":{"tf":1},"0019196":{"tf":1},"0019197":{"tf":1}},"df":8}}}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0057570":{"tf":1},"0057571":{"tf":1},"0057572":{"tf":1}},"df":3}}}}}},"o":{"docs":{},"df":0,"x":{"docs":{"0032320":{"tf":1},"0032321":{"tf":1},"0032322":{"tf":1},"0032323":{"tf":1},"0032324":{"tf":1}},"df":5}}},"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"0016160":{"tf":1},"0016161":{"tf":1},"0016162":{"tf":1},"0016163":{"tf":1},"0016164":{"tf":1},"0016165":{"tf":1},"0016166":{"tf":1},"0016167":{"tf":1},"0016168":{"tf":1},"0016169":{"tf":1},"00161610":{"tf":1},"00161611":{"tf":1},"00161612":{"tf":1},"00161613":{"tf":1},"00161614":{"tf":1},"00161615":{"tf":1},"00161616":{"tf":1},"00161617":{"tf":1},"00161618":{"tf":1},"00161619":{"tf":1},"00161620":{"tf":1},"0020200":{"tf":1},"0020201":{"tf":1},"0020202":{"tf":1},"0020203":{"tf":1}},"df":25}}}}}},"i":{"docs":{},"df":0,"n":{"docs":{"0020200":{"tf":1},"0020201":{"tf":1},"0020202":{"tf":1},"0020203":{"tf":1}},"df":4,"p":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"0045450":{"tf":1},"0045451":{"tf":1},"0045452":{"tf":1}},"df":3}}}}},"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"0028280":{"tf":1},"0028281":{"tf":1},"0028282":{"tf":1},"0028283":{"tf":1},"0028284":{"tf":1},"0028285":{"tf":1},"0028286":{"tf":1}},"df":7}}}}}}}}}},"c":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0033330":{"tf":1},"0033331":{"tf":1},"0033332":{"tf":1}},"df":3}}}}}}}},"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0050500":{"tf":1},"0050501":{"tf":1},"0050502":{"tf":1},"0050503":{"tf":1},"0050504":{"tf":1}},"df":5}}}}}},"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"0040400":{"tf":1},"0040401":{"tf":1},"0040402":{"tf":1},"0040403":{"tf":1},"0040404":{"tf":1},"0040405":{"tf":1},"0040406":{"tf":1},"0040407":{"tf":1},"0040408":{"tf":1},"0040409":{"tf":1},"0048480":{"tf":1},"0048481":{"tf":1},"0048482":{"tf":1},"0048483":{"tf":1},"0048484":{"tf":1},"0048485":{"tf":1},"0048486":{"tf":1},"0048487":{"tf":1}},"df":18}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{"0043430":{"tf":1},"0043431":{"tf":1},"0043432":{"tf":1},"0043433":{"tf":1}},"df":4}}}},"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"0043430":{"tf":1},"0043431":{"tf":1},"0043432":{"tf":1},"0043433":{"tf":1}},"df":4}}}},"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0058580":{"tf":1},"0058581":{"tf":1},"0058582":{"tf":1},"0058583":{"tf":1}},"df":4}}}}}},"n":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0046460":{"tf":1},"0046461":{"tf":1},"0046462":{"tf":1},"0046463":{"tf":1}},"df":4}}}}},"u":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"0048480":{"tf":1},"0048481":{"tf":1},"0048482":{"tf":1},"0048483":{"tf":1},"0048484":{"tf":1},"0048485":{"tf":1},"0048486":{"tf":1},"0048487":{"tf":1}},"df":8}}}}}},"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"0057570":{"tf":1},"0057571":{"tf":1},"0057572":{"tf":1}},"df":3}}}}}}},"name":{"root":{"1":{"0":{"0":{"docs":{"00448":{"tf":1},"004414":{"tf":1},"004424":{"tf":1},"004426":{"tf":1}},"df":4},"docs":{},"df":0},"2":{"8":{"docs":{"0013131":{"tf":1}},"df":1,"a":{"docs":{"0013132":{"tf":1}},"df":1},"b":{"docs":{"0013133":{"tf":1}},"df":1},"c":{"docs":{"0013134":{"tf":1}},"df":1}},"docs":{},"df":0},"3":{"docs":{"0013138":{"tf":1}},"df":1},"docs":{},"df":0},"3":{"2":{"docs":{"0013136":{"tf":1}},"df":1},"9":{"docs":{"00131312":{"tf":1}},"df":1},"docs":{},"df":0},"8":{"docs":{"0013130":{"tf":1}},"df":1},"9":{"3":{"docs":{"0013135":{"tf":1}},"df":1},"docs":{},"df":0},"docs":{},"df":0,"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"00000":{"tf":1},"00220":{"tf":1},"008830":{"tf":1},"0016160":{"tf":1},"00161617":{"tf":1},"0020200":{"tf":1},"0040400":{"tf":1}},"df":7}}}}}}},"r":{"docs":{"000012":{"tf":1},"002212":{"tf":1}},"df":2,"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"i":{"docs":{},"df":0,"z":{"docs":{"008819":{"tf":1}},"df":1}}}}},"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"0037371":{"tf":1},"0049493":{"tf":1}},"df":2}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"00113":{"tf":1}},"df":1}}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"004436":{"tf":1}},"df":1,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"00101012":{"tf":1}},"df":1}}}}}}}}}}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{"009910":{"tf":1}},"df":1}}}},"h":{"docs":{},"df":0,"l":{"docs":{},"df":0,"c":{"docs":{"00551":{"tf":1}},"df":1}}},"s":{"docs":{},"df":0,"m":{"docs":{"00101013":{"tf":1},"00101014":{"tf":1}},"df":2}},"f":{"docs":{"0017179":{"tf":1}},"df":1},"n":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"00212145":{"tf":1}},"df":1}}},"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"k":{"docs":{"0055554":{"tf":1}},"df":1}}}}}}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{"00001":{"tf":1},"00004":{"tf":1},"000025":{"tf":1},"000028":{"tf":1},"000030":{"tf":1},"000033":{"tf":1},"000043":{"tf":1},"00110":{"tf":1},"001115":{"tf":1},"001117":{"tf":1},"00221":{"tf":1},"002228":{"tf":1},"002231":{"tf":1},"002233":{"tf":1},"002235":{"tf":1},"002240":{"tf":1},"002242":{"tf":1},"002244":{"tf":1},"00330":{"tf":1},"00550":{"tf":1},"00660":{"tf":1},"00770":{"tf":1},"00880":{"tf":1},"00990":{"tf":1},"0010100":{"tf":1},"0011110":{"tf":1},"0011116":{"tf":1},"0012120":{"tf":1},"0014140":{"tf":1},"0015150":{"tf":1},"0016161":{"tf":1},"0017170":{"tf":1},"0018180":{"tf":1},"0019190":{"tf":1},"0021210":{"tf":1},"0022220":{"tf":1},"0023230":{"tf":1},"0024240":{"tf":1},"0025250":{"tf":1},"0026260":{"tf":1},"0027270":{"tf":1},"0028280":{"tf":1},"0029290":{"tf":1},"0030300":{"tf":1},"0031310":{"tf":1},"0032320":{"tf":1},"0033330":{"tf":1},"0034340":{"tf":1},"0035350":{"tf":1},"0036360":{"tf":1},"0037370":{"tf":1},"0038380":{"tf":1},"0039390":{"tf":1},"0041410":{"tf":1},"0042420":{"tf":1},"0043430":{"tf":1},"0044440":{"tf":1},"0045450":{"tf":1},"0046460":{"tf":1},"0047470":{"tf":1},"0048480":{"tf":1},"0049490":{"tf":1},"0050500":{"tf":1},"0052520":{"tf":1},"0053530":{"tf":1},"0054540":{"tf":1},"0055550":{"tf":1},"0056560":{"tf":1},"0057570":{"tf":1},"0058580":{"tf":1}},"df":70}}}},"e":{"docs":{},"df":0,"r":{"docs":{"001125":{"tf":1}},"df":1}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"000018":{"tf":1},"002219":{"tf":1},"0055553":{"tf":1}},"df":3}}}},"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{"0046463":{"tf":1}},"df":1}}}},"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{"00009":{"tf":1},"000010":{"tf":1},"00111":{"tf":1},"00112":{"tf":1},"00222":{"tf":1},"00223":{"tf":1},"00332":{"tf":1},"00333":{"tf":1},"004470":{"tf":1},"004471":{"tf":1},"004499":{"tf":1},"006614":{"tf":1},"00773":{"tf":1},"008833":{"tf":1},"008834":{"tf":1},"009914":{"tf":1},"00131314":{"tf":1},"0015154":{"tf":1},"0021211":{"tf":1},"0021212":{"tf":1},"0022221":{"tf":1},"0028282":{"tf":1},"0029292":{"tf":1},"0030302":{"tf":1},"0031311":{"tf":1},"0035351":{"tf":1},"0039391":{"tf":1},"0039392":{"tf":1},"0053531":{"tf":1},"0057572":{"tf":1}},"df":30,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"004489":{"tf":1}},"df":1}}}}},"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{"0040406":{"tf":1}},"df":1}}}},"e":{"docs":{"0020202":{"tf":1},"0021215":{"tf":1},"00212126":{"tf":1},"00212129":{"tf":1},"0023231":{"tf":1},"0023232":{"tf":1},"0023233":{"tf":1},"0024241":{"tf":1},"0024242":{"tf":1},"0024244":{"tf":1},"0025251":{"tf":1},"0026261":{"tf":1},"0026264":{"tf":1}},"df":13,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{"004474":{"tf":1},"004475":{"tf":1},"0011112":{"tf":1},"0026262":{"tf":1}},"df":4}}}}},"s":{"docs":{},"df":0,"h":{"docs":{"00443":{"tf":1}},"df":1,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"0056563":{"tf":1},"0056564":{"tf":1}},"df":2}}}}}}},"y":{"docs":{"00212121":{"tf":1},"00212140":{"tf":1},"00212141":{"tf":1},"00212143":{"tf":1},"0025252":{"tf":1}},"df":5}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"000021":{"tf":1},"000022":{"tf":1},"002218":{"tf":1},"006612":{"tf":1},"0021218":{"tf":1},"0032322":{"tf":1},"0039397":{"tf":1},"0040403":{"tf":1}},"df":8,"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"0052525":{"tf":1}},"df":1}}}}},"w":{"docs":{"008826":{"tf":1}},"df":1}},"o":{"docs":{},"df":0,"p":{"docs":{"000021":{"tf":1},"000022":{"tf":1},"002218":{"tf":1},"0021218":{"tf":1},"0032322":{"tf":1},"0039397":{"tf":1},"0040403":{"tf":1},"0048487":{"tf":1}},"df":8,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"n":{"docs":{"0019194":{"tf":1},"0020201":{"tf":1}},"df":2}}}}}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"001122":{"tf":1},"00101018":{"tf":1}},"df":2,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"n":{"docs":{"004459":{"tf":1},"0015152":{"tf":1}},"df":2}}}}}}}},"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"000037":{"tf":1},"000038":{"tf":1},"002221":{"tf":1},"0052521":{"tf":1},"0052529":{"tf":1}},"df":5}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"008814":{"tf":1},"008815":{"tf":1},"008816":{"tf":1},"008817":{"tf":1},"008836":{"tf":1},"008837":{"tf":1}},"df":6}}}},"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"0028286":{"tf":1},"0029297":{"tf":1},"0030307":{"tf":1},"00313110":{"tf":1}},"df":4}}}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"004438":{"tf":1}},"df":1}}}}}},"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"0023231":{"tf":1},"0024241":{"tf":1},"0026261":{"tf":1}},"df":3}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"00668":{"tf":1}},"df":1}}}},"f":{"docs":{},"df":0,"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00212121":{"tf":1}},"df":1}}}},"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{"00212144":{"tf":1}},"df":1}}}}},"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"004453":{"tf":1}},"df":1}}},"w":{"docs":{},"df":0,"n":{"docs":{"00101018":{"tf":1}},"df":1}},"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"00171715":{"tf":1}},"df":1}}}}},"k":{"docs":{"0036361":{"tf":1}},"df":1}}},"y":{"docs":{},"df":0,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"00101026":{"tf":1}},"df":1}}}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"0027273":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"l":{"docs":{"0032321":{"tf":1}},"df":1}}}},"f":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"00001":{"tf":1},"00110":{"tf":1},"00221":{"tf":1},"00330":{"tf":1},"00660":{"tf":1},"00770":{"tf":1},"00880":{"tf":1},"00990":{"tf":1},"0010100":{"tf":1},"0015150":{"tf":1},"0016161":{"tf":1},"0017170":{"tf":1},"0018180":{"tf":1},"0019190":{"tf":1},"0021210":{"tf":1},"0022220":{"tf":1},"0023230":{"tf":1},"0024240":{"tf":1},"0025250":{"tf":1},"0026260":{"tf":1},"0027270":{"tf":1},"0028280":{"tf":1},"0029290":{"tf":1},"0030300":{"tf":1},"0031310":{"tf":1},"0032320":{"tf":1},"0033330":{"tf":1},"0034340":{"tf":1},"0035350":{"tf":1},"0037370":{"tf":1},"0038380":{"tf":1},"0039390":{"tf":1},"0042420":{"tf":1},"0043430":{"tf":1},"0044440":{"tf":1},"0045450":{"tf":1},"0046460":{"tf":1},"0047470":{"tf":1},"0048480":{"tf":1},"0049490":{"tf":1},"0052520":{"tf":1},"0053530":{"tf":1},"0054540":{"tf":1},"0055550":{"tf":1},"0056560":{"tf":1},"0057570":{"tf":1},"0058580":{"tf":1}},"df":47,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"0036360":{"tf":1}},"df":1}}}}}}}}},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"004455":{"tf":1}},"df":1}}}}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"000025":{"tf":1},"000026":{"tf":1},"001117":{"tf":1},"001118":{"tf":1},"001119":{"tf":1},"002228":{"tf":1},"002229":{"tf":1},"0011119":{"tf":1},"0022223":{"tf":1},"0028285":{"tf":1},"0028286":{"tf":1},"0029295":{"tf":1},"0029297":{"tf":1},"0030304":{"tf":1},"0030307":{"tf":1},"0031314":{"tf":1},"00313110":{"tf":1}},"df":17}}},"e":{"docs":{"0040404":{"tf":1},"0040407":{"tf":1},"0040408":{"tf":1},"0040409":{"tf":1},"0048483":{"tf":1},"0048484":{"tf":1}},"df":6},"l":{"docs":{"0058583":{"tf":1}},"df":1}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{"00116":{"tf":1},"001113":{"tf":1},"00212132":{"tf":1},"00212133":{"tf":1}},"df":4}}},"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"008837":{"tf":1}},"df":1}}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{"0040409":{"tf":1}},"df":1}}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"z":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"000048":{"tf":1},"002239":{"tf":1}},"df":2}}},"m":{"docs":{"0016164":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"n":{"docs":{"000051":{"tf":1}},"df":1}}}},"m":{"docs":{"0016168":{"tf":1},"0043432":{"tf":1},"0043433":{"tf":1},"0048486":{"tf":1},"0058583":{"tf":1}},"df":5,"a":{"docs":{},"df":0,"t":{"docs":{"00118":{"tf":1},"00225":{"tf":1},"002246":{"tf":1},"00334":{"tf":1},"00335":{"tf":1},"00161619":{"tf":1},"0017171":{"tf":1},"0017172":{"tf":1},"0017176":{"tf":1},"0017177":{"tf":1},"0024243":{"tf":1},"0025254":{"tf":1},"0026263":{"tf":1},"0027272":{"tf":1},"0045452":{"tf":1},"0046462":{"tf":1},"0049494":{"tf":1}},"df":17}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{"00331":{"tf":1}},"df":1}}}}},"o":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0017178":{"tf":1}},"df":1}}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"008811":{"tf":1}},"df":1}},"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"00101022":{"tf":1}},"df":1}}},"p":{"docs":{"0051514":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{"00212118":{"tf":1}},"df":1}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"p":{"docs":{"00002":{"tf":1},"000034":{"tf":1},"00117":{"tf":1},"001111":{"tf":1},"004460":{"tf":1},"0019191":{"tf":1},"00212124":{"tf":1},"00212125":{"tf":1},"00212126":{"tf":1},"00212127":{"tf":1},"0028281":{"tf":1},"0029291":{"tf":1},"0030301":{"tf":1},"0031312":{"tf":1},"0031318":{"tf":1},"0053536":{"tf":1}},"df":16}}},"i":{"docs":{},"df":0,"d":{"docs":{"00007":{"tf":1},"000022":{"tf":1},"002250":{"tf":1},"0014143":{"tf":1},"0057572":{"tf":1}},"df":5,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"00003":{"tf":1}},"df":1}}}}}},"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{"00664":{"tf":1},"00665":{"tf":1},"00666":{"tf":1}},"df":3}}},"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{},"df":0,"l":{"docs":{"0021213":{"tf":1}},"df":1}}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00212149":{"tf":1}},"df":1}}}}},"s":{"3":{"docs":{"0040408":{"tf":1}},"df":1},"docs":{},"df":0,"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"00004":{"tf":1},"00005":{"tf":1},"001120":{"tf":1},"002233":{"tf":1},"002234":{"tf":1},"0021219":{"tf":1},"00212139":{"tf":1}},"df":7,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"0035352":{"tf":1}},"df":1}}}}}}},"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"004428":{"tf":1},"004466":{"tf":1}},"df":2}}}},"l":{"docs":{},"df":0,"e":{"docs":{"004478":{"tf":1}},"df":1}}},"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"00212117":{"tf":1}},"df":1}}}}}},"h":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"000012":{"tf":1},"002212":{"tf":1}},"df":2,"/":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"001110":{"tf":1},"00212122":{"tf":1}},"df":2}}}}}},"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{"00881":{"tf":1},"00887":{"tf":1}},"df":2}},"r":{"docs":{},"df":0,"e":{"docs":{"00212120":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"000014":{"tf":1},"002214":{"tf":1},"00447":{"tf":1},"00448":{"tf":1},"004413":{"tf":1},"004414":{"tf":1},"004423":{"tf":1},"004424":{"tf":1},"004425":{"tf":1},"004426":{"tf":1},"004427":{"tf":1},"004465":{"tf":1}},"df":12}}},"e":{"docs":{},"df":0,"p":{"docs":{"00442":{"tf":1},"004411":{"tf":1}},"df":2}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"004437":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"004446":{"tf":1}},"df":1}}}},"k":{"docs":{"005513":{"tf":1},"0011117":{"tf":1}},"df":2}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{"004481":{"tf":1}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"004482":{"tf":1}},"df":1}}}}}},"y":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"00777":{"tf":1},"0017173":{"tf":1},"0055554":{"tf":1}},"df":3}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"000023":{"tf":1},"000024":{"tf":1},"001115":{"tf":1},"001116":{"tf":1},"002226":{"tf":1},"002227":{"tf":1},"004486":{"tf":1}},"df":7}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"000027":{"tf":1},"002230":{"tf":1},"0021216":{"tf":1}},"df":3}}},"t":{"docs":{"00101029":{"tf":1}},"df":1}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"000030":{"tf":1},"000031":{"tf":1},"000032":{"tf":1},"00119":{"tf":1},"002235":{"tf":1},"002236":{"tf":1},"002237":{"tf":1},"004494":{"tf":1},"004495":{"tf":1},"009912":{"tf":1},"00101016":{"tf":1},"0015158":{"tf":1},"0023234":{"tf":1},"0031319":{"tf":1},"0039396":{"tf":1}},"df":15,"o":{"docs":{},"df":0,"r":{"docs":{"005511":{"tf":1},"005512":{"tf":1}},"df":2}}}}},"f":{"docs":{"00224":{"tf":1}},"df":1}},"r":{"docs":{},"df":0,"i":{"docs":{"004448":{"tf":1},"00553":{"tf":1},"0014141":{"tf":1}},"df":3}},"m":{"docs":{},"df":0,"i":{"docs":{"004457":{"tf":1},"00665":{"tf":1}},"df":2}},"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0017177":{"tf":1}},"df":1}}}}},"t":{"docs":{"00212115":{"tf":1}},"df":1},"o":{"docs":{"0056564":{"tf":1}},"df":1}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"000047":{"tf":1},"000052":{"tf":1},"0025252":{"tf":1}},"df":3},"r":{"docs":{},"df":0,"k":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"0014143":{"tf":1}},"df":1}}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{"00441":{"tf":1},"00444":{"tf":1},"004410":{"tf":1},"004463":{"tf":1},"00554":{"tf":1},"00556":{"tf":1}},"df":6}},"t":{"docs":{"0019195":{"tf":1}},"df":1}}},"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"006616":{"tf":1}},"df":1}}}}}},"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"00161616":{"tf":1},"0023233":{"tf":1},"0024244":{"tf":1},"0026264":{"tf":1}},"df":4}}}}}},"m":{"docs":{},"df":0,"a":{"docs":{"004445":{"tf":1}},"df":1,"r":{"docs":{},"df":0,"t":{"docs":{"004458":{"tf":1},"004483":{"tf":1},"0054543":{"tf":1}},"df":3}}}},"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{"006614":{"tf":1},"00773":{"tf":1}},"df":2}}},"v":{"docs":{},"df":0,"e":{"docs":{"008831":{"tf":1},"00161613":{"tf":1},"00171713":{"tf":1}},"df":3}}},"w":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"00886":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"0019196":{"tf":1}},"df":1}}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"0051513":{"tf":1}},"df":1}}}}}}},"y":{"docs":{},"df":0,"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"r":{"docs":{"008822":{"tf":1}},"df":1}}}},"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{"008829":{"tf":1}},"df":1}}}},"n":{"docs":{},"df":0,"c":{"docs":{"0021213":{"tf":1}},"df":1}}},"i":{"docs":{},"df":0,"z":{"docs":{},"df":0,"e":{"docs":{"00993":{"tf":1}},"df":1}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0036363":{"tf":1},"0036365":{"tf":1}},"df":2}}}}}},"u":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"00101014":{"tf":1}},"df":1}}},"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"0043432":{"tf":1}},"df":1}}}},"p":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"0048486":{"tf":1}},"df":1}}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00101028":{"tf":1}},"df":1}}}}},"q":{"docs":{},"df":0,"l":{"docs":{"0040406":{"tf":1}},"df":1}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"00005":{"tf":1},"001120":{"tf":1},"002234":{"tf":1},"0021219":{"tf":1},"0053534":{"tf":1}},"df":5}}}}},"e":{"docs":{},"df":0,"w":{"docs":{"00212110":{"tf":1},"00212111":{"tf":1},"00212112":{"tf":1},"00212113":{"tf":1},"00212114":{"tf":1},"00212115":{"tf":1},"00212116":{"tf":1},"0051516":{"tf":1},"0055553":{"tf":1}},"df":9}}},"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{"001116":{"tf":1},"001119":{"tf":1},"0014142":{"tf":1},"0029293":{"tf":1},"0031315":{"tf":1}},"df":5},"i":{"docs":{},"df":0,"d":{"docs":{"0016168":{"tf":1},"00212132":{"tf":1},"0043431":{"tf":1},"0046461":{"tf":1},"0048484":{"tf":1}},"df":5}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{"004452":{"tf":1}},"df":1}}}}},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{"004490":{"tf":1},"0049493":{"tf":1},"0051511":{"tf":1}},"df":3}}}},"n":{"docs":{},"df":0,"n":{"docs":{"008836":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{"00552":{"tf":1}},"df":1}}}}},"e":{"docs":{"00131310":{"tf":1}},"df":1,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"00006":{"tf":1},"002248":{"tf":1},"005513":{"tf":1},"00888":{"tf":1},"00161611":{"tf":1},"0021214":{"tf":1},"0021216":{"tf":1},"00212120":{"tf":1},"00212130":{"tf":1},"00212145":{"tf":1},"00212152":{"tf":1},"0049497":{"tf":1}},"df":12}}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"000036":{"tf":1},"000037":{"tf":1},"000039":{"tf":1},"001123":{"tf":1},"002220":{"tf":1},"002221":{"tf":1},"002223":{"tf":1},"002225":{"tf":1},"004499":{"tf":1},"0020203":{"tf":1},"0022222":{"tf":1},"0039395":{"tf":1},"0056563":{"tf":1}},"df":13,"o":{"docs":{},"df":0,"r":{"docs":{"008813":{"tf":1},"0016169":{"tf":1},"00212134":{"tf":1},"0055555":{"tf":1}},"df":4}}}}},"x":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"000043":{"tf":1},"000044":{"tf":1},"000045":{"tf":1},"001126":{"tf":1},"002244":{"tf":1},"004493":{"tf":1},"008832":{"tf":1},"00101020":{"tf":1},"00111110":{"tf":1},"0012122":{"tf":1},"0015159":{"tf":1},"00212146":{"tf":1},"00212147":{"tf":1},"00222210":{"tf":1}},"df":14}}},"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"0055551":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"n":{"docs":{"00115":{"tf":1},"0021218":{"tf":1},"0043432":{"tf":1}},"df":3}},"n":{"docs":{},"df":0,"d":{"docs":{"00131312":{"tf":1}},"df":1}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"008811":{"tf":1}},"df":1}}}},"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"00212146":{"tf":1}},"df":1}}}},"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"004415":{"tf":1},"004461":{"tf":1},"004491":{"tf":1},"00998":{"tf":1},"0011118":{"tf":1}},"df":5}}},"a":{"docs":{"004441":{"tf":1}},"df":1},"o":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"00161615":{"tf":1}},"df":1}}}}}}},"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"004433":{"tf":1}},"df":1}}}},"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"a":{"docs":{},"df":0,"k":{"docs":{"00101023":{"tf":1}},"df":1}}}}}}},"n":{"docs":{"0013130":{"tf":1},"0013138":{"tf":1}},"df":2}}},"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"008818":{"tf":1},"008823":{"tf":1},"00212127":{"tf":1}},"df":3,"i":{"docs":{"00007":{"tf":1},"000045":{"tf":1}},"df":2}}}}}}},"d":{"docs":{},"df":0,"e":{"docs":{"000012":{"tf":1},"002212":{"tf":1},"005511":{"tf":1},"005512":{"tf":1},"00212141":{"tf":1}},"df":5}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"004431":{"tf":1}},"df":1}}}},"r":{"docs":{},"df":0,"i":{"docs":{"008810":{"tf":1},"0053537":{"tf":1}},"df":2}}}}},"l":{"docs":{},"df":0,"o":{"docs":{"004435":{"tf":1},"004436":{"tf":1}},"df":2}},"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"00101016":{"tf":1},"00101024":{"tf":1},"0015158":{"tf":1},"0028284":{"tf":1}},"df":4}}}}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"000014":{"tf":1},"000042":{"tf":1},"002213":{"tf":1},"002214":{"tf":1},"0017178":{"tf":1},"00212129":{"tf":1},"00212135":{"tf":1},"00212138":{"tf":1}},"df":8}}},"t":{"docs":{"00101021":{"tf":1}},"df":1,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"00991":{"tf":1}},"df":1}}}}},"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"000020":{"tf":1},"002216":{"tf":1},"00212123":{"tf":1}},"df":3}}}}},"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"000019":{"tf":1},"002215":{"tf":1}},"df":2}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"z":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"00212124":{"tf":1},"0051512":{"tf":1}},"df":2}}}}}},"u":{"docs":{},"df":0,"r":{"docs":{"00212142":{"tf":1},"00212143":{"tf":1}},"df":2}}},"y":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"k":{"docs":{"001124":{"tf":1},"0017175":{"tf":1}},"df":2}}}}}}}},"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{"008828":{"tf":1}},"df":1}}},"m":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"g":{"docs":{"0035354":{"tf":1}},"df":1}}}}}},"t":{"docs":{},"df":0,"m":{"docs":{},"df":0,"l":{"5":{"docs":{"0043431":{"tf":1}},"df":1},"docs":{"0054545":{"tf":1}},"df":1}}}},"c":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"00008":{"tf":1}},"df":1}}}}}}},"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{"004436":{"tf":1}},"df":1}},"u":{"docs":{},"df":0,"d":{"docs":{"00494912":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"008817":{"tf":1}},"df":1}}},"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0010105":{"tf":1}},"df":1}}}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"n":{"docs":{"000011":{"tf":1},"000012":{"tf":1},"000013":{"tf":1},"000016":{"tf":1},"000040":{"tf":1},"000041":{"tf":1},"000047":{"tf":1},"000048":{"tf":1},"000050":{"tf":1},"000051":{"tf":1},"00225":{"tf":1},"00226":{"tf":1},"00229":{"tf":1},"002211":{"tf":1},"002212":{"tf":1},"002224":{"tf":1},"002238":{"tf":1},"002239":{"tf":1},"004417":{"tf":1},"004418":{"tf":1},"004419":{"tf":1},"004420":{"tf":1},"004421":{"tf":1},"004423":{"tf":1},"004424":{"tf":1},"004467":{"tf":1},"004469":{"tf":1}},"df":27}}},"o":{"docs":{},"df":0,"r":{"docs":{"00446":{"tf":1},"00993":{"tf":1},"00101010":{"tf":1},"0015157":{"tf":1}},"df":4}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"s":{"docs":{"0055551":{"tf":1}},"df":1}}}}},"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"000040":{"tf":1},"002224":{"tf":1}},"df":2}}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"00668":{"tf":1}},"df":1}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{"00887":{"tf":1},"008823":{"tf":1}},"df":2}}}}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"t":{"docs":{"000049":{"tf":1},"002242":{"tf":1},"002243":{"tf":1},"00171712":{"tf":1},"00212137":{"tf":1},"0022229":{"tf":1}},"df":6}},"n":{"docs":{},"df":0,"t":{"docs":{"0016167":{"tf":1},"0017179":{"tf":1},"0033331":{"tf":1},"0052524":{"tf":1},"0054542":{"tf":1}},"df":5}}},"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"00771":{"tf":1}},"df":1}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{"0020201":{"tf":1},"0020202":{"tf":1}},"df":2}}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"00118":{"tf":1},"002246":{"tf":1}},"df":2}}},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"00883":{"tf":1}},"df":1}}}}}}},"d":{"docs":{},"df":0,"e":{"3":{"9":{"docs":{"00131311":{"tf":1}},"df":1},"docs":{},"df":0},"docs":{"0013131":{"tf":1},"0013132":{"tf":1},"0013133":{"tf":1},"0013134":{"tf":1},"0013135":{"tf":1},"0013136":{"tf":1},"00131312":{"tf":1},"00131313":{"tf":1},"0055555":{"tf":1}},"df":9},"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0013137":{"tf":1}},"df":1}}}}}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"000011":{"tf":1},"001121":{"tf":1},"002210":{"tf":1},"002211":{"tf":1},"002223":{"tf":1},"00332":{"tf":1},"00334":{"tf":1},"00995":{"tf":1},"00997":{"tf":1},"00212128":{"tf":1},"00212144":{"tf":1}},"df":11}}},"h":{"docs":{},"df":0,"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"000016":{"tf":1}},"df":1}}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"000032":{"tf":1},"002237":{"tf":1},"002238":{"tf":1},"0019192":{"tf":1},"0031317":{"tf":1},"0031318":{"tf":1},"0032323":{"tf":1},"0039394":{"tf":1}},"df":8}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"0053532":{"tf":1}},"df":1}}}}}}},"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"00114":{"tf":1},"004448":{"tf":1},"004449":{"tf":1},"004450":{"tf":1},"004487":{"tf":1},"004490":{"tf":1},"008819":{"tf":1},"008825":{"tf":1},"00101027":{"tf":1},"0011117":{"tf":1},"00171714":{"tf":1}},"df":11},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"00161616":{"tf":1},"0017171":{"tf":1}},"df":2}}}}},"i":{"docs":{},"df":0,"p":{"docs":{"0031316":{"tf":1}},"df":1}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"k":{"docs":{"0048481":{"tf":1}},"df":1}}}},"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"000034":{"tf":1}},"df":1}}}}},"l":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"001113":{"tf":1}},"df":1}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00991":{"tf":1},"0021213":{"tf":1},"00212118":{"tf":1},"0023236":{"tf":1}},"df":4}}}}},"l":{"docs":{"0053537":{"tf":1}},"df":1}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{"004437":{"tf":1}},"df":1,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"00552":{"tf":1}},"df":1}}}}}}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"g":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"004475":{"tf":1},"004476":{"tf":1},"004477":{"tf":1}},"df":3}}}}}},"s":{"docs":{},"df":0,"e":{"docs":{"00161612":{"tf":1}},"df":1},"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"0029296":{"tf":1},"0030305":{"tf":1}},"df":2}}}},"r":{"docs":{},"df":0,"d":{"docs":{"0050504":{"tf":1},"0051510":{"tf":1},"0051511":{"tf":1},"0051512":{"tf":1},"0051513":{"tf":1},"0051514":{"tf":1},"0051515":{"tf":1}},"df":7}}},"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"002241":{"tf":1},"002243":{"tf":1},"00664":{"tf":1},"006610":{"tf":1},"0012121":{"tf":1},"0014144":{"tf":1},"0015153":{"tf":1},"00161619":{"tf":1},"00171712":{"tf":1},"0028285":{"tf":1},"0029293":{"tf":1},"0031315":{"tf":1},"0031316":{"tf":1},"0040401":{"tf":1},"0045451":{"tf":1},"0046462":{"tf":1},"0047472":{"tf":1},"0048487":{"tf":1},"0052521":{"tf":1},"0058581":{"tf":1}},"df":20}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"004485":{"tf":1}},"df":1,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{"004496":{"tf":1}},"df":1}}}}}}},"u":{"docs":{},"df":0,"d":{"docs":{"008835":{"tf":1}},"df":1}}},"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00665":{"tf":1}},"df":1}}},"i":{"docs":{},"df":0,"t":{"docs":{"008814":{"tf":1}},"df":1}}}}}},"y":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00101025":{"tf":1}},"df":1}}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"00009":{"tf":1},"00111":{"tf":1},"00222":{"tf":1},"004470":{"tf":1},"008833":{"tf":1},"0021211":{"tf":1},"0039391":{"tf":1}},"df":7}},"k":{"docs":{"002222":{"tf":1}},"df":1}},"a":{"docs":{},"df":0,"d":{"docs":{"004472":{"tf":1},"008831":{"tf":1}},"df":2}},"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"m":{"docs":{"004478":{"tf":1},"0011114":{"tf":1}},"df":2}}}}}},"i":{"docs":{},"df":0,"c":{"docs":{"008814":{"tf":1}},"df":1}}}},"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"00116":{"tf":1},"0053533":{"tf":1}},"df":2,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"0032321":{"tf":1}},"df":1}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"0036365":{"tf":1},"0041413":{"tf":1},"0050502":{"tf":1}},"df":3}}}}}},"n":{"docs":{},"df":0,"e":{"docs":{"002250":{"tf":1},"00440":{"tf":1},"00442":{"tf":1},"00443":{"tf":1},"00445":{"tf":1},"00446":{"tf":1},"00447":{"tf":1},"00448":{"tf":1},"004462":{"tf":1},"004481":{"tf":1},"00558":{"tf":1},"008812":{"tf":1},"0010108":{"tf":1},"00101013":{"tf":1}},"df":14}},"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{},"df":0,"w":{"docs":{},"df":0,"e":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"0011111":{"tf":1}},"df":1}}}}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{"0014145":{"tf":1}},"df":1}},"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"00212143":{"tf":1},"0031319":{"tf":1},"0049495":{"tf":1}},"df":3}}}},"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"001118":{"tf":1},"004458":{"tf":1},"004483":{"tf":1},"004484":{"tf":1},"00662":{"tf":1},"009911":{"tf":1},"0010106":{"tf":1},"0011115":{"tf":1},"0015154":{"tf":1}},"df":9}}},"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"001125":{"tf":1},"008822":{"tf":1},"0015151":{"tf":1},"0055554":{"tf":1},"0055555":{"tf":1},"0056561":{"tf":1}},"df":6}}},"e":{"docs":{},"df":0,"r":{"docs":{"0010102":{"tf":1}},"df":1}}},"z":{"docs":{},"df":0,"i":{"docs":{"004472":{"tf":1}},"df":1}},"r":{"docs":{},"df":0,"g":{"docs":{"009914":{"tf":1}},"df":1}}},"e":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"004456":{"tf":1},"00667":{"tf":1},"009913":{"tf":1},"0010109":{"tf":1},"0015156":{"tf":1}},"df":5}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"004484":{"tf":1},"009911":{"tf":1}},"df":2}}},"f":{"docs":{},"df":0,"t":{"docs":{"00171711":{"tf":1},"0058582":{"tf":1}},"df":2}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"000010":{"tf":1},"00112":{"tf":1},"00223":{"tf":1},"00333":{"tf":1},"004471":{"tf":1},"008834":{"tf":1},"0021212":{"tf":1},"0022221":{"tf":1},"0039392":{"tf":1},"0053531":{"tf":1}},"df":10}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"000015":{"tf":1},"00227":{"tf":1}},"df":2}}}}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{"000035":{"tf":1}},"df":1}}}},"d":{"docs":{"00212145":{"tf":1}},"df":1},"l":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{"0040409":{"tf":1}},"df":1}}}}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"z":{"docs":{"000041":{"tf":1},"00228":{"tf":1},"0016169":{"tf":1},"0052526":{"tf":1}},"df":4}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{"00212119":{"tf":1},"00212122":{"tf":1}},"df":2}}}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{"0036364":{"tf":1},"0037372":{"tf":1}},"df":2}}}},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"0046463":{"tf":1}},"df":1}}}}}},"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00224":{"tf":1}},"df":1}}},"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"0021214":{"tf":1}},"df":1,"r":{"docs":{"004482":{"tf":1}},"df":1}}}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"009916":{"tf":1}},"df":1}}}},"g":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"00101024":{"tf":1}},"df":1}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"0051515":{"tf":1}},"df":1}}}}},"o":{"docs":{},"df":0,"w":{"docs":{"000017":{"tf":1},"000019":{"tf":1},"000020":{"tf":1},"000021":{"tf":1},"000022":{"tf":1},"000048":{"tf":1},"000052":{"tf":1},"002215":{"tf":1},"002216":{"tf":1},"002217":{"tf":1},"002222":{"tf":1},"00994":{"tf":1},"00996":{"tf":1},"00212123":{"tf":1},"00212135":{"tf":1}},"df":15},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"004418":{"tf":1}},"df":1}},"t":{"docs":{"008812":{"tf":1},"00101022":{"tf":1}},"df":2}},"s":{"docs":{},"df":0,"e":{"docs":{"004468":{"tf":1}},"df":1}},"o":{"docs":{},"df":0,"m":{"docs":{"00212117":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"004412":{"tf":1},"004420":{"tf":1},"004421":{"tf":1},"004469":{"tf":1},"004495":{"tf":1},"005511":{"tf":1},"00661":{"tf":1},"00772":{"tf":1},"0014146":{"tf":1},"0023232":{"tf":1},"0024242":{"tf":1},"0025251":{"tf":1},"0025253":{"tf":1},"0025255":{"tf":1},"0026262":{"tf":1},"0027271":{"tf":1},"0046461":{"tf":1}},"df":17}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"u":{"docs":{"004452":{"tf":1}},"df":1},"a":{"docs":{},"df":0,"l":{"docs":{"008820":{"tf":1}},"df":1}},"o":{"docs":{"0019193":{"tf":1}},"df":1}}}},"s":{"docs":{},"df":0,"i":{"docs":{"004444":{"tf":1}},"df":1}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"006615":{"tf":1}},"df":1}},"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"00171711":{"tf":1},"0058582":{"tf":1}},"df":2}}}},"t":{"docs":{},"df":0,"l":{"docs":{"008824":{"tf":1},"00111111":{"tf":1},"00151511":{"tf":1}},"df":3}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"00212149":{"tf":1},"00212150":{"tf":1}},"df":2}}}},"a":{"docs":{"0013139":{"tf":1}},"df":1,"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{"00161613":{"tf":1},"00171713":{"tf":1},"00212123":{"tf":1}},"df":3,"w":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"000011":{"tf":1},"002211":{"tf":1}},"df":2}}}}}}},"n":{"docs":{},"df":0,"d":{"docs":{"000021":{"tf":1},"000022":{"tf":1},"000034":{"tf":1},"000048":{"tf":1},"002218":{"tf":1},"004432":{"tf":1},"004498":{"tf":1},"00552":{"tf":1},"00662":{"tf":1},"00774":{"tf":1},"008831":{"tf":1},"008832":{"tf":1},"00993":{"tf":1},"00111110":{"tf":1},"0012122":{"tf":1},"0017174":{"tf":1},"0017175":{"tf":1},"0017178":{"tf":1},"0021215":{"tf":1},"0021218":{"tf":1},"00212147":{"tf":1},"0028281":{"tf":1},"0029291":{"tf":1},"0030301":{"tf":1},"0032322":{"tf":1},"0039393":{"tf":1},"0039397":{"tf":1},"0040403":{"tf":1},"0055551":{"tf":1}},"df":29},"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"004488":{"tf":1},"00663":{"tf":1},"00775":{"tf":1},"00884":{"tf":1},"00101011":{"tf":1}},"df":5}}},"i":{"docs":{},"df":0,"m":{"docs":{"0052528":{"tf":1}},"df":1}},"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"y":{"docs":{},"df":0,"t":{"docs":{"0056564":{"tf":1}},"df":1}}}}},"p":{"docs":{},"df":0,"i":{"docs":{"000024":{"tf":1},"000029":{"tf":1},"000031":{"tf":1},"002227":{"tf":1},"002232":{"tf":1},"002236":{"tf":1},"00161610":{"tf":1},"0018181":{"tf":1},"0032324":{"tf":1},"0035355":{"tf":1},"0036362":{"tf":1},"0040402":{"tf":1},"0042424":{"tf":1},"0047473":{"tf":1},"0049496":{"tf":1},"0054546":{"tf":1},"0056562":{"tf":1}},"df":17},"p":{"docs":{},"df":0,"l":{"docs":{"006615":{"tf":1}},"df":1}}},"g":{"docs":{},"df":0,"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"g":{"docs":{"000033":{"tf":1},"000034":{"tf":1},"000035":{"tf":1},"001114":{"tf":1},"002240":{"tf":1},"002241":{"tf":1}},"df":6}}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{"00212112":{"tf":1},"00212113":{"tf":1}},"df":2}}}}},"d":{"docs":{},"df":0,"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"000044":{"tf":1}},"df":1}}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"00212133":{"tf":1}},"df":1}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"n":{"docs":{"002210":{"tf":1},"0038382":{"tf":1}},"df":2}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{"00449":{"tf":1},"004410":{"tf":1},"004411":{"tf":1},"004412":{"tf":1},"004413":{"tf":1},"004414":{"tf":1},"004415":{"tf":1},"004416":{"tf":1},"004464":{"tf":1},"004465":{"tf":1},"00555":{"tf":1},"00556":{"tf":1},"00557":{"tf":1},"0048487":{"tf":1}},"df":14}},"c":{"docs":{"00666":{"tf":1}},"df":1}},"c":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"004438":{"tf":1}},"df":1}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0041414":{"tf":1},"0055552":{"tf":1}},"df":2}}}}}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{"008815":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"r":{"docs":{"004439":{"tf":1}},"df":1},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"00993":{"tf":1}},"df":1}}}}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"00101025":{"tf":1}},"df":1}}}}},"x":{"docs":{"004485":{"tf":1},"00774":{"tf":1}},"df":2,"i":{"docs":{"004473":{"tf":1},"004474":{"tf":1},"004475":{"tf":1},"004476":{"tf":1},"004477":{"tf":1},"004479":{"tf":1},"004480":{"tf":1},"006611":{"tf":1},"00999":{"tf":1},"009910":{"tf":1},"0011113":{"tf":1},"0011114":{"tf":1},"0014142":{"tf":1}},"df":13}},"j":{"docs":{},"df":0,"a":{"docs":{},"df":0,"x":{"docs":{"0016167":{"tf":1},"0033331":{"tf":1},"0052524":{"tf":1},"0054542":{"tf":1}},"df":4}}},"z":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"0040405":{"tf":1}},"df":1}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"z":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0040408":{"tf":1}},"df":1}}}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"000013":{"tf":1},"000017":{"tf":1},"000018":{"tf":1},"000038":{"tf":1},"000042":{"tf":1},"001121":{"tf":1},"00226":{"tf":1},"002213":{"tf":1},"002217":{"tf":1},"002219":{"tf":1},"002225":{"tf":1},"002247":{"tf":1},"004489":{"tf":1},"009917":{"tf":1},"0010104":{"tf":1},"00212134":{"tf":1},"0022226":{"tf":1},"0028283":{"tf":1},"0029294":{"tf":1},"0030303":{"tf":1},"0031313":{"tf":1},"0035353":{"tf":1},"0039398":{"tf":1},"0042422":{"tf":1},"0048482":{"tf":1},"0052523":{"tf":1},"0053535":{"tf":1},"0053536":{"tf":1},"0054541":{"tf":1},"0054545":{"tf":1},"0057571":{"tf":1}},"df":31}}}}},"x":{"docs":{},"df":0,"t":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"0044441":{"tf":1}},"df":1}}}}}},"o":{"docs":{"004419":{"tf":1},"00171711":{"tf":1},"0058582":{"tf":1}},"df":3,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"001110":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"l":{"docs":{"008826":{"tf":1}},"df":1,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"001112":{"tf":1},"002247":{"tf":1},"0035356":{"tf":1},"0041415":{"tf":1},"0058581":{"tf":1}},"df":5}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{"006613":{"tf":1},"00776":{"tf":1},"00889":{"tf":1},"009917":{"tf":1},"00101015":{"tf":1},"0015155":{"tf":1},"00212131":{"tf":1},"0049492":{"tf":1},"00494911":{"tf":1},"0054544":{"tf":1}},"df":10}}}}}},"h":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"001122":{"tf":1}},"df":1}}}}},"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"b":{"docs":{"0049498":{"tf":1}},"df":1,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"0040401":{"tf":1}},"df":1}}}}}}}},"y":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{"002223":{"tf":1},"00992":{"tf":1},"0014141":{"tf":1},"0014142":{"tf":1},"00161614":{"tf":1},"0041411":{"tf":1},"0042421":{"tf":1},"0050501":{"tf":1}},"df":8}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"004434":{"tf":1}},"df":1}}}}},"e":{"docs":{"008818":{"tf":1},"008820":{"tf":1},"008823":{"tf":1},"008824":{"tf":1}},"df":4,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"00151510":{"tf":1}},"df":1}}}}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"004497":{"tf":1}},"df":1}}}}}},"i":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"00161620":{"tf":1}},"df":1}}}}},"m":{"docs":{},"df":0,"a":{"docs":{"004447":{"tf":1}},"df":1}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"00662":{"tf":1},"0049491":{"tf":1},"00494910":{"tf":1}},"df":3}},"m":{"docs":{},"df":0,"e":{"docs":{"0021215":{"tf":1},"00212139":{"tf":1},"0027271":{"tf":1},"0027273":{"tf":1}},"df":4,"z":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0021217":{"tf":1}},"df":1}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"00212111":{"tf":1},"00212125":{"tf":1},"0022224":{"tf":1}},"df":3}}},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"00212136":{"tf":1}},"df":1}}}}}},"l":{"docs":{},"df":0,"e":{"docs":{"0051516":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"0017176":{"tf":1},"0017179":{"tf":1}},"df":2}},"s":{"docs":{},"df":0,"k":{"docs":{"0022227":{"tf":1}},"df":1,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0022226":{"tf":1}},"df":1}}}}}}},"w":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"004452":{"tf":1},"004456":{"tf":1},"00101013":{"tf":1},"00101014":{"tf":1},"00101027":{"tf":1},"00101028":{"tf":1},"00151510":{"tf":1},"0031318":{"tf":1},"0036365":{"tf":1},"0057572":{"tf":1}},"df":10,"i":{"docs":{},"df":0,"n":{"docs":{"000022":{"tf":1}},"df":1}}}},"n":{"docs":{},"df":0,"d":{"docs":{"004468":{"tf":1}},"df":1}},"s":{"docs":{},"df":0,"e":{"docs":{"00212126":{"tf":1}},"df":1}},"z":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"0037373":{"tf":1},"0043433":{"tf":1}},"df":2}}}}},"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"f":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"004430":{"tf":1}},"df":1}}}}},"c":{"docs":{},"df":0,"h":{"docs":{"006615":{"tf":1}},"df":1}}}},"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"004432":{"tf":1}},"df":1}}}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"0016164":{"tf":1}},"df":1},"k":{"docs":{"00212121":{"tf":1},"00212140":{"tf":1},"00212141":{"tf":1},"00212142":{"tf":1}},"df":4}}}},"m":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"000023":{"tf":1},"002226":{"tf":1},"00446":{"tf":1},"004448":{"tf":1},"004484":{"tf":1},"009911":{"tf":1},"0010102":{"tf":1},"0023234":{"tf":1}},"df":8,"p":{"docs":{},"df":0,"l":{"docs":{"004479":{"tf":1},"00553":{"tf":1},"006611":{"tf":1},"0039396":{"tf":1},"0052529":{"tf":1}},"df":5}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"0011115":{"tf":1}},"df":1}}}},"i":{"docs":{},"df":0,"n":{"docs":{"0044441":{"tf":1}},"df":1}}}}}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"u":{"docs":{"000026":{"tf":1},"000049":{"tf":1},"000050":{"tf":1},"00229":{"tf":1},"002229":{"tf":1},"002242":{"tf":1},"002243":{"tf":1},"00171712":{"tf":1},"0019194":{"tf":1},"00212137":{"tf":1},"0022229":{"tf":1},"0036363":{"tf":1},"0054544":{"tf":1},"0055552":{"tf":1}},"df":14}}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"d":{"docs":{"004442":{"tf":1}},"df":1}},"r":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"004487":{"tf":1},"0010103":{"tf":1},"0010104":{"tf":1},"0010105":{"tf":1},"00101026":{"tf":1}},"df":5}}}},"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"008810":{"tf":1}},"df":1}}},"p":{"docs":{"008821":{"tf":1},"00101010":{"tf":1},"00101021":{"tf":1},"00101025":{"tf":1},"00101027":{"tf":1},"00101028":{"tf":1},"0015157":{"tf":1}},"df":7},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"x":{"docs":{"00131314":{"tf":1}},"df":1}}}},"s":{"docs":{},"df":0,"k":{"docs":{"0045451":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{"004443":{"tf":1}},"df":1}}}}}},"d":{"docs":{},"df":0,"e":{"docs":{"009915":{"tf":1},"009916":{"tf":1},"0035354":{"tf":1},"0037372":{"tf":1},"0047471":{"tf":1}},"df":5},"a":{"docs":{},"df":0,"l":{"docs":{"0052522":{"tf":1}},"df":1}}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"00212113":{"tf":1},"0023235":{"tf":1},"0024245":{"tf":1},"0025255":{"tf":1}},"df":4}}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"008821":{"tf":1}},"df":1}}},"s":{"docs":{"0016164":{"tf":1}},"df":1}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{"000028":{"tf":1},"000029":{"tf":1},"002231":{"tf":1},"002232":{"tf":1}},"df":4}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{"004449":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"h":{"docs":{"0017172":{"tf":1}},"df":1}}}}}}},"n":{"docs":{"004498":{"tf":1},"00101017":{"tf":1}},"df":2,"e":{"docs":{},"df":0,"l":{"docs":{"008830":{"tf":1},"0036364":{"tf":1}},"df":2}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"t":{"docs":{"008829":{"tf":1},"009915":{"tf":1},"0047472":{"tf":1}},"df":3}}}},"s":{"docs":{},"df":0,"t":{"docs":{"0016164":{"tf":1}},"df":1}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"000046":{"tf":1},"002245":{"tf":1},"004492":{"tf":1},"008832":{"tf":1},"00101019":{"tf":1},"00111110":{"tf":1},"0012122":{"tf":1},"0015159":{"tf":1},"0016166":{"tf":1},"00171710":{"tf":1},"00212148":{"tf":1}},"df":11}},"c":{"docs":{},"df":0,"e":{"docs":{"00494912":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"j":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"0010101":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"00171715":{"tf":1}},"df":1}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"0019197":{"tf":1}},"df":1}}}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"0040405":{"tf":1},"0040406":{"tf":1},"0040407":{"tf":1},"0040408":{"tf":1},"0040409":{"tf":1}},"df":5}}}},"e":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"00161618":{"tf":1},"0048485":{"tf":1}},"df":2}}}},"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"v":{"docs":{"00171714":{"tf":1}},"df":1}},"t":{"docs":{"0025253":{"tf":1}},"df":1}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"0048483":{"tf":1}},"df":1}}}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"0056561":{"tf":1}},"df":1}}}}}}},"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"00114":{"tf":1}},"df":1}}},"e":{"docs":{"004451":{"tf":1},"004452":{"tf":1},"004456":{"tf":1},"004457":{"tf":1},"00101027":{"tf":1},"00151510":{"tf":1}},"df":6},"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0023235":{"tf":1},"0024245":{"tf":1},"0025255":{"tf":1}},"df":3}}}}},"o":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"004415":{"tf":1},"004461":{"tf":1},"004491":{"tf":1},"00998":{"tf":1},"0011118":{"tf":1}},"df":5,"e":{"docs":{},"df":0,"r":{"docs":{"00669":{"tf":1},"006610":{"tf":1},"006612":{"tf":1},"00774":{"tf":1}},"df":4}}}}},"r":{"docs":{},"df":0,"t":{"docs":{"00885":{"tf":1}},"df":1}},"s":{"docs":{},"df":0,"t":{"docs":{"0020203":{"tf":1}},"df":1},"i":{"docs":{},"df":0,"t":{"docs":{"0042423":{"tf":1},"0052527":{"tf":1},"0054543":{"tf":1}},"df":3}}},"p":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"00212150":{"tf":1}},"df":1},"p":{"docs":{"0038381":{"tf":1}},"df":1}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"004428":{"tf":1},"00558":{"tf":1},"00559":{"tf":1}},"df":3}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"009913":{"tf":1}},"df":1}}}}}}}},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{"004450":{"tf":1}},"df":1}}}},"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{"005512":{"tf":1}},"df":1}}},"t":{"docs":{"008825":{"tf":1}},"df":1}}},"y":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"004454":{"tf":1}},"df":1}}}}}}},"i":{"docs":{},"df":0,"n":{"docs":{"0014143":{"tf":1}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"000036":{"tf":1},"002220":{"tf":1},"0016163":{"tf":1},"0030306":{"tf":1},"0047471":{"tf":1}},"df":5}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"002249":{"tf":1},"008827":{"tf":1},"00212151":{"tf":1}},"df":3}}},"v":{"docs":{"00212116":{"tf":1}},"df":1}},"g":{"docs":{},"df":0,"r":{"docs":{"0035356":{"tf":1},"0057572":{"tf":1}},"df":2}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"005510":{"tf":1}},"df":1}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"00444":{"tf":1},"004421":{"tf":1},"004480":{"tf":1},"00557":{"tf":1},"00999":{"tf":1}},"df":5}}}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{"004477":{"tf":1}},"df":1}},"i":{"docs":{},"df":0,"c":{"docs":{"00101023":{"tf":1}},"df":1},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{"00212115":{"tf":1}},"df":1}}}}}},"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"00161615":{"tf":1},"00161616":{"tf":1}},"df":2}}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"00669":{"tf":1},"0016162":{"tf":1},"0039393":{"tf":1},"0048485":{"tf":1}},"df":4}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"00212147":{"tf":1}},"df":1}}}}},"f":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"0016165":{"tf":1}},"df":1}}}},"c":{"docs":{"00212147":{"tf":1}},"df":1,"o":{"docs":{},"df":0,"n":{"docs":{"0028281":{"tf":1},"0029291":{"tf":1},"0030301":{"tf":1},"0033332":{"tf":1},"0039393":{"tf":1}},"df":5}}},"s":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"0023236":{"tf":1}},"df":1}}}}},"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"000039":{"tf":1}},"df":1}}},"r":{"docs":{"00117":{"tf":1},"004422":{"tf":1},"004425":{"tf":1},"004426":{"tf":1},"004433":{"tf":1},"00212138":{"tf":1},"0049499":{"tf":1}},"df":7},"c":{"docs":{},"df":0,"k":{"docs":{"004419":{"tf":1.4142135623730951}},"df":1}},"n":{"docs":{},"df":0,"d":{"docs":{"00559":{"tf":1},"0014146":{"tf":1}},"df":2}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{"00212110":{"tf":1},"0051510":{"tf":1}},"df":2}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"0022225":{"tf":1}},"df":1}}}}},"d":{"docs":{},"df":0,"g":{"docs":{"0050503":{"tf":1}},"df":1}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"00115":{"tf":1},"00332":{"tf":1},"00333":{"tf":1},"0028282":{"tf":1},"0029292":{"tf":1},"0030302":{"tf":1},"0031311":{"tf":1},"0035351":{"tf":1}},"df":8}}},"u":{"docs":{"00101029":{"tf":1}},"df":1,"b":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"004429":{"tf":1},"00992":{"tf":1},"0010107":{"tf":1}},"df":3}}},"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"0017174":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0019191":{"tf":1},"0019193":{"tf":1},"0019195":{"tf":1},"0019197":{"tf":1}},"df":4}}}}},"o":{"docs":{},"df":0,"x":{"docs":{"004432":{"tf":1}},"df":1},"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"004440":{"tf":1}},"df":1}}}}},"o":{"docs":{},"df":0,"k":{"docs":{"00101029":{"tf":1}},"df":1,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"k":{"docs":{"0017175":{"tf":1}},"df":1}}}}}}},"p":{"docs":{},"df":0,"m":{"docs":{},"df":0,"n":{"docs":{"008813":{"tf":1}},"df":1}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"0021215":{"tf":1}},"df":1}},"b":{"docs":{"0040405":{"tf":1}},"df":1}}}},"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"y":{"docs":{"000051":{"tf":1}},"df":1,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"002249":{"tf":1},"008827":{"tf":1},"00212151":{"tf":1}},"df":3}}}}}}}},"u":{"docs":{},"df":0,"p":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"001125":{"tf":1},"0014145":{"tf":1}},"df":2}}},"c":{"docs":{"0013139":{"tf":1},"00131310":{"tf":1}},"df":2},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"0040404":{"tf":1},"0048481":{"tf":1}},"df":2}}}}},"m":{"docs":{},"df":0,"l":{"docs":{"008815":{"tf":1},"008817":{"tf":1}},"df":2}},"s":{"docs":{"00161612":{"tf":1}},"df":1,"e":{"docs":{},"df":0,"r":{"docs":{"008828":{"tf":1}},"df":1}}},"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"0022227":{"tf":1}},"df":1}}}}}}}}},"n":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00335":{"tf":1},"0017174":{"tf":1}},"df":2}}},"e":{"docs":{},"df":0,"r":{"docs":{"004473":{"tf":1},"0011113":{"tf":1}},"df":2}}}},"e":{"docs":{},"df":0,"g":{"docs":{"004427":{"tf":1}},"df":1},"t":{"docs":{},"df":0,"w":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"k":{"docs":{"008816":{"tf":1}},"df":1}}}}},"s":{"docs":{},"df":0,"t":{"docs":{"0053533":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{"00882":{"tf":1},"0039395":{"tf":1}},"df":2,"j":{"docs":{"0040407":{"tf":1}},"df":1}}},"n":{"docs":{"00212141":{"tf":1}},"df":1},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{"0041412":{"tf":1}},"df":1}}}},"a":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{"0010108":{"tf":1},"00101013":{"tf":1},"0055552":{"tf":1}},"df":3}}}}},"z":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{"00445":{"tf":1},"004416":{"tf":1}},"df":2}},"o":{"docs":{},"df":0,"m":{"docs":{"004498":{"tf":1},"00101017":{"tf":1},"0022228":{"tf":1}},"df":3}}}},"j":{"docs":{},"df":0,"s":{"docs":{"00161620":{"tf":1}},"df":1,"o":{"docs":{},"df":0,"n":{"docs":{"00996":{"tf":1},"00997":{"tf":1}},"df":2}}}},"q":{"docs":{},"df":0,"r":{"docs":{"00131313":{"tf":1}},"df":1}},"y":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00212114":{"tf":1}},"df":1}}}}}}},"pipeline":["trimmer","stopWordFilter","stemmer"]} \ No newline at end of file +{"version":"0.9.5","fields":["component","name"],"ref":"uid","documentStore":{"docs":{"00000":{"url":"grid-overview","name":"Overview","description":"This demo for Essential JS 2(ES6) grid control is an overview of how to display and manipulate large data with configuration options.","category":"Data Grid","api":{"Grid":["dataSource","enableVirtualization","allowFiltering","allowSorting","allowSelection","selectionSettings","height","columns","dataBound","actionComplete","load"]},"uid":"00000","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00001":{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS 2(ES6) grid control shows the default rendering of the grid control with minimum configuration.","category":"Data Grid","api":{"Grid":["columns","dataSource"]},"uid":"00001","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00002":{"url":"grouping","name":"Grouping","description":"This demo for Essential JS 2 grid control demonstrates the grouping feature of the grid control. The grid has options to group records based on columns.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","allowSorting","groupSettings","pageSettings","allowGrouping","height","columns"]},"uid":"00002","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00003":{"url":"grid-lines","name":"GridLines","description":"This demo for Essential JS 2 grid control demonstrates the visibility of the grid lines that separate the rows and columns.","category":"Data Grid","api":{"Grid":["dataSource","gridLines","columns"]},"uid":"00003","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00004":{"url":"scrolling","name":"Default Scrolling","description":"This demo for Essential JS 2 grid control shows the usage of the horizontal and vertical scrollbars to view grid content that exceeds the grid area.","category":"Scrolling","api":{"Grid":["dataSource","height","width","columns"]},"uid":"00004","order":1,"component":"Data Grid","dir":"grid","parentId":"00"},"00005":{"url":"virtual-scrolling","name":"Virtual Scrolling","description":"This demo demonstrates how to use Essential JS 2 grid to show a large data view without performance degradation by rendering only the required rows and columns.","category":"Scrolling","api":{"Grid":["dataSource","enableVirtualization","enableColumnVirtualization","dataBound","height","columns"]},"uid":"00005","order":1,"component":"Data Grid","dir":"grid","parentId":"00"},"00006":{"url":"events","name":"Events","description":"This demo for Essential JS 2 grid control shows the events that have been triggered during the grid operations.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","pageSettings","allowGrouping","allowReordering","allowSorting","columns","load","created","actionBegin","actionComplete","dataBound","rowSelecting","rowSelected","columnDragStart","columnDrag","columnDrop"]},"uid":"00006","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00007":{"url":"hierarchy","name":"Hierarchy Grid","description":"This demo for Essential JS 2 grid control shows the hierarchical binding feature that helps to build multilevel parent-child relationships.","category":"Data Grid","api":{"Grid":["dataSource","allowSorting","columns","detailDataBound","dataBound","created","childGrid"]},"uid":"00007","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00008":{"url":"clipboard","name":"Clipboard","description":"This demo for Essential JS 2 grid control shows copy to clipboard functionality of grid. Select rows and click Copy button from toolbar to copy content.","category":"Data Grid","api":{"Grid":["dataSource","allowPaging","toolbar","columns","pageSettings","allowSelection","selectionSettings","toolbarClick"]},"uid":"00008","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"00009":{"url":"local-data","name":"Local Data","description":"This demo for Essential JS 2 grid control demonstrates the way for binding a grid with a local data source.","category":"Data Binding","api":{"Grid":["dataSource","allowPaging","columns","pageSettings"]},"uid":"00009","order":2,"component":"Data Grid","dir":"grid","parentId":"00"},"000010":{"url":"remote-data","name":"Remote Data","description":"This demo for Essential JS 2 grid control shows the way of data binding grid with remote service. Grid data source is bound to remote data using DataManager.","category":"Data Binding","api":{"Grid":["dataSource","allowPaging","actionBegin","actionComplete","created","dataBound","columns","pageSettings"]},"uid":"000010","order":2,"component":"Data Grid","dir":"grid","parentId":"00"},"000011":{"url":"auto-wrap","name":"AutoWrap Column Cells","description":"This demo for Essential JS 2 grid control shows how the grid cell content is autowrapped to show large cell content.","category":"Columns","api":{"Grid":["dataSource","allowPaging","allowTextWrap","columns","pageSettings"]},"uid":"000011","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000012":{"url":"show-hide","name":"Show or Hide Column","description":"This demo for Essential JS 2 grid control demonstrates the dynamic show and hide columns feature. Use the properties panel to hide/show the column.","category":"Columns","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000012","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000013":{"url":"column-template","name":"Column Template","description":"This demo for Essential JS 2 grid control demonstrates usage of template columns in Grid to shown custom images in the Employee Image column.","category":"Columns","api":{"Grid":["dataSource","width","height","columns"]},"uid":"000013","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000014":{"url":"stacked-header","name":"Stacked Header","description":"This demo for Essential JS 2 grid control shows the usage of the sorting API in grid. Use the properties panel to sort/unsort columns using API.","category":"Columns","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000014","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000015":{"url":"reorder","name":"Reorder","description":"This demo for Essential JS 2 grid control shows the reordering columns feature. Select column name and index from properties panel to reorder the columns.","category":"Columns","api":{"Grid":["dataSource","allowReordering","actionComplete","columns"]},"uid":"000015","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000016":{"url":"column-chooser","name":"Column Chooser","description":"This demo for Essential JS 2 grid control shows how the column chooser feature can be used to show or hide columns dynamically.","category":"Columns","api":{"Grid":["dataSource","allowPaging","showColumnChooser","columns","toolbar"]},"uid":"000016","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000017":{"url":"row-template","name":"Row Template","description":"This demo for Essential JS 2 grid control shows the usage of the row template feature. We have rendered each Grid row using template.","category":"Rows","api":{"Grid":["dataSource","rowTemplate","height","width","columns"]},"uid":"000017","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000018":{"url":"detail-template","name":"Detail Template","description":"This demo for Essential JS 2 grid control shows the grid with detail template feature. Click the expand button to show the detailed information about a row.","category":"Rows","api":{"Grid":["dataSource","detailTemplate","height","width","columns"]},"uid":"000018","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000019":{"url":"hover","name":"Row Hover","description":"This demo for Essential JS 2 grid control shows the Grid with the row hover feature. Move the mouse over the Grid rows to see the hover effect.","category":"Rows","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","enableHover"]},"uid":"000019","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000020":{"url":"row-height","name":"Row Height","description":"This demo for Essential JS 2 grid control shows the row height feature. Click on the toolbar icons to change row's height.","category":"Rows","api":{"Grid":["dataSource","toolbar","height","columns","rowHeight","toolbarClick"]},"uid":"000020","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000021":{"url":"drag-and-drop","name":"Row Drag And Drop","description":"This demo for Essential JS 2 grid control demonstrates how the rows can be dragged between grids using the row drag-and-drop feature.","category":"Rows","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowRowDragAndDrop","selectionSettings","rowDropSettings","width"]},"uid":"000021","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000022":{"url":"drag-drop-within-grid","name":"Row Drag And Drop Within Grid","category":"Rows","description":"This demo for Essential JS 2 grid control demonstrates how the rows can be dragged within the grids using the row drag-and-drop feature.","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowRowDragAndDrop","selectionSettings","rowDropSettings","width","persistSelection"]},"uid":"000022","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"000023":{"url":"sorting","name":"Multi Sorting","description":"This demo for Essential JS 2 grid control shows the grid multisorting feature. Using this feature, grid rows can be sorted by two or more columns.","category":"Sorting","api":{"Grid":["dataSource","allowSelection","selectionSettings","columns","enableHover"]},"uid":"000023","order":5,"component":"Data Grid","dir":"grid","parentId":"00"},"000024":{"url":"sorting-api","name":"Sorting API","description":"This demo for Essential JS 2 grid control shows the usage of the sorting API in grid. Use the properties panel to sort/unsort columns using API.","category":"Sorting","api":{"Grid":["dataSource","allowPaging","allowSelection","selectionSettings","enableHover","columns","pageSettings"]},"uid":"000024","order":5,"component":"Data Grid","dir":"grid","parentId":"00"},"000025":{"url":"filter","name":"Default Filtering","description":"This demo for Essential JS 2 grid control shows how to place a filter bar row in the header to filter grid rows.","category":"Filtering","api":{"Grid":["allowFiltering","dataSource","allowPaging","pageSettings","columns"]},"uid":"000025","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},"000026":{"url":"filter-menu","name":"Filter Menu","description":"This demo for Essential JS 2 grid control demonstrates a way of filtering rows using a menu, check box, and Excel filter UI.","category":"Filtering","api":{"Grid":["allowFiltering","filterSettings","dataSource","allowPaging","pageSettings","columns"]},"uid":"000026","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},"000027":{"url":"search","name":"Search","description":"This demo for Essential JS 2 grid control shows the content searching feature. Use the search box from toolbar to search for records in grid.","category":"Filtering","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","toolbar"]},"uid":"000027","order":6,"component":"Data Grid","dir":"grid","parentId":"00"},"000028":{"url":"default-paging","name":"Default Paging","description":"This demo for Essential JS 2 grid control shows how you can display the contents of the grid in page segments using the paging feature.","category":"Paging","api":{"Grid":["dataSource","allowPaging","pageSettings","columns"]},"uid":"000028","order":7,"component":"Data Grid","dir":"grid","parentId":"00"},"000029":{"url":"paging-api","name":"Paging API","description":"This demo for Essential JS 2 grid control shows the usage of the paging API, use the properties panel to change the pageSize, pageCount and current page.","category":"Paging","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","actionComplete","goToPage"]},"uid":"000029","order":7,"component":"Data Grid","dir":"grid","parentId":"00"},"000030":{"url":"selection","name":"Default Selection","description":"This demo for Essential JS 2 grid control shows how to select rows or cells through simple mouse down or keyboard interaction using the selection feature.","category":"Selection","api":{"Grid":["dataSource","allowSelection","selectionSettings","enableHover","columns"]},"uid":"000030","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},"000031":{"url":"selection-api","name":"Selection API","description":"This demo for Essential JS 2 grid control shows the content searching feature. Use the search box from toolbar to search for records in grid.","category":"Selection","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","selectionSettings","enableHover"]},"uid":"000031","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},"000032":{"url":"checkbox-selection","name":"Checkbox Selection","description":"This demo for Essential JS 2 grid control shows how the check box selection feature can be used to select grid rows.","category":"Selection","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowSelection","selectionSettings","enableHover"]},"uid":"000032","order":8,"component":"Data Grid","dir":"grid","parentId":"00"},"000033":{"url":"aggregate-default","name":"Default Aggregate","description":"This demo for Essential JS 2 grid control shows how the row values can be aggregated and shown in a column footer.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","aggregates"]},"uid":"000033","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},"000034":{"url":"aggregate-group","name":"Group and Caption Aggregate","description":"This demo for Essential JS 2 grid control shows how the row values can be aggregated for each group of items and shown in a group caption and footer.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowGrouping","groupSettings","aggregates"]},"uid":"000034","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},"000035":{"url":"reactive-aggregate-batch-edit","name":"Reactive Aggregate","description":"This demo for Essential JS 2 grid control shows how aggregate values are updated while the row is edited in batch edit mode.","category":"Aggregates","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","allowGrouping","groupSettings","aggregates","editSettings","toolbar"]},"uid":"000035","order":9,"component":"Data Grid","dir":"grid","parentId":"00"},"000036":{"url":"normal-editing","name":"Inline Editing","description":"This demo for Essential JS 2 grid control shows the inline editing operation. In the below sample, You can perform CRUD operations in grid.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000036","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},"000037":{"url":"dialog-editing","name":"Dialog Editing","description":"This demo for Essential JS 2 grid control shows how to edit grid rows using the Essential JS 2 dialog control.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000037","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},"000038":{"url":"dialog-template","name":"Dialog Template","description":"This demo for Essential JS 2 grid control shows how to edit the grid rows using Essential JS 2 dialog-template.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000038","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},"000039":{"url":"batch-editing","name":"Batch Editing","description":"This demo for Essential JS 2 grid control shows how to perform bulk changes to the grid content using batch edit mode.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings","toolbar"]},"uid":"000039","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},"000040":{"url":"command-column","name":"Command Column","description":"This demo for Essential JS 2 grid control shows how to edit and delete records using a command column.","category":"Editing","api":{"Grid":["dataSource","allowPaging","pageSettings","columns","editSettings"]},"uid":"000040","order":10,"component":"Data Grid","dir":"grid","parentId":"00"},"000041":{"url":"column-resize","name":"Column Resizing","description":"This demo for Essential JS 2 grid control shows how the column resizing feature can be used to change width dynamically.","category":"Columns","api":{"Grid":["dataSource","allowResizing","height","columns"]},"uid":"000041","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000042":{"url":"header-template","name":"Header Template","description":"This demo for Essential JS 2 grid control shows the Grid header template feature, we have shown custom icons in the column headers.","category":"Columns","api":{"Grid":["dataSource","columns"]},"uid":"000042","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000043":{"url":"default-exporting","name":"Default Exporting","description":"This demo for Essential JS 2 grid control shows the client-side exporting of grid content to Excel, PDF, and CSV formats.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","allowPaging","toolbar","pageSettings","columns","groupSettings","allowGrouping"]},"uid":"000043","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},"000044":{"url":"advanced-exporting","name":"Advanced Exporting","description":"This demo for Essential JS 2 grid control demonstrates how exporting can be customized to add headers and footers in exported documents.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","toolbar","allowPaging","pageSettings","columns"]},"uid":"000044","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},"000045":{"url":"master-details-export","name":"Hierarchy Exporting","description":"This demo for Essential JS 2 grid control demonstrates how to export hierarchy grid in exported documents.","category":"Exporting","api":{"Grid":["dataSource","allowExcelExport","allowPdfExport","toolbar","allowPaging","pageSettings","columns","childGrid"]},"uid":"000045","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},"000046":{"url":"print","name":"Print","description":"This demo for Essential JS 2 grid control shows how to print the grid content. Click the print button from the toolbar item to print Grid.","category":"Exporting","api":{"Grid":["dataSource","allowPaging","toolbar","pageSettings","columns"]},"uid":"000046","order":11,"component":"Data Grid","dir":"grid","parentId":"00"},"000047":{"url":"column-spanning","name":"Column Spanning","description":"This demo for Essential JS 2 grid control demonstrates the grid with column spanning feature to span multiple adjacent cells together.","category":"Columns","api":{"Grid":["dataSource","allowTextWrap","columns","queryCellInfo","gridLines","width","height"]},"uid":"000047","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000048":{"url":"frozen-rows-columns","name":"Frozen Rows And Columns","description":"This demo for Essential JS 2 grid control shows frozen rows/columns feature of grid. Scroll the movable content to view the frozen rows/columns.","category":"Columns","api":{"Grid":["dataSource","allowSelection","columns","frozenColumns","frozenRows","height"]},"uid":"000048","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000049":{"url":"context-menu","name":"Context Menu","description":"This demo for Essential JS 2 grid control shows demonstrates the usage of context menu in grid. Right click anywhere on the grid to view context menu.","category":"Data Grid","api":{"Grid":["dataSource","allowSorting","allowGrouping","allowPdfExport","allowExcelExport","editSettings","allowPaging","contextMenuItems","groupSettings","columns"]},"uid":"000049","order":0,"component":"Data Grid","dir":"grid","parentId":"00"},"000050":{"url":"column-menu","name":"Column Menu","description":"This demo for Essential JS 2 grid control shows the usage of the various column functionalities of the column menu feature.","category":"Columns","api":{"Grid":["dataSource","allowSorting","allowGrouping","showColumnMenu","groupSettings","columns","allowSorting"]},"uid":"000050","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000051":{"url":"foreign-key","name":"Foreign Key Column","description":"This demo for Essential JS 2 grid control shows the usage of a foreign key column and perform actions like filtering, sorting and editing.","category":"Columns","api":{"Grid":["dataSource","allowSorting","columns","allowFiltering","filterSettings","editSettings"]},"uid":"000051","order":3,"component":"Data Grid","dir":"grid","parentId":"00"},"000052":{"url":"row-spanning","name":"Row Spanning","description":"This demo for Essential JS 2 grid control demonstrates the row spanning feature. In this sample, we have spanned row cells together.","category":"Rows","api":{"Grid":["dataSource","allowTextWrap","columns","queryCellInfo","gridLines","width","height"]},"uid":"000052","order":4,"component":"Data Grid","dir":"grid","parentId":"00"},"00110":{"url":"default","name":"Default Functionalities","category":"Pivot Table","description":"This demo for Essential JS2 Pivot Table control shows the basic rendering of the pivot table with minimum configuration","uid":"00110","order":0,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00111":{"url":"local","name":"Local Data","category":"Data Binding","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with local JSON data","sourceFiles":[{"displayName":"local.ts","path":"src/pivot-table/local.ts"},{"displayName":"localData.json","path":"src/pivot-table/pivot-data/rData.json"},{"displayName":"local.html","path":"src/pivot-table/local.html"}],"uid":"00111","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00112":{"url":"remote","name":"Remote Data","category":"Data Binding","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with remote data or service data","uid":"00112","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00113":{"url":"olap","name":"OLAP","category":"Data Binding","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table with olap datasource","uid":"00113","order":1,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00114":{"url":"pivot-chart","name":"Pivot Chart","category":"Integration","description":"This demo for Essential JS2 Pivot Table control demonstrate the basic rendering of the pivot table data into a simple pivot chart","uid":"00114","order":2,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00115":{"url":"external-binding","name":"External Binding","category":"Integration","description":"This demo for Essential JS2 Pivot Table control demonstrate the rendering of heat map with cell selection option.","uid":"00115","order":2,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00116":{"url":"field-list","name":"Field List","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the field list feature of the pivot table","uid":"00116","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00117":{"url":"grouping-bar","name":"Grouping Bar","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the grouping bar feature of the pivot table","uid":"00117","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00118":{"url":"conditional-formatting","name":"Conditional Formatting","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate formatting the appearance of the pivot table cells with values based on the applied conditions","uid":"00118","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00119":{"url":"selection","name":"Selection","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the cell selection feature of the pivot table","uid":"00119","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001110":{"url":"summary-customization","name":"Show/Hide Totals","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the summary customization feature of the pivot table","uid":"001110","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001111":{"url":"grouping","name":"Grouping","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the grouping feature for date and number fields","uid":"001111","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001112":{"url":"toolbar","name":"Toolbar","category":"User Interaction","description":"This demo for Essential JS2 Pivot Table control demonstrate the toolbar feature with pivot table and pivot chart","uid":"001112","order":3,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001113":{"url":"calculated-field","name":"Calculated Field","type":"update","category":"Formula","description":"This demo for Essential JS2 Pivot Table control shows calculated field, and it allows users to add calculated items","uid":"001113","order":4,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001114":{"url":"aggregation","name":"Aggregation","category":"Formula","description":"This demo for Essential JS2 Pivot Table control shows different types of aggregation for value fields","uid":"001114","order":4,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001115":{"url":"sorting","name":"Default Sorting","category":"Sorting","description":"This demo for Essential JS2 Pivot Table control shows ordering(sorting) of fields either in ascending or descending order","uid":"001115","order":5,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001116":{"url":"value-sorting","name":"Value Sorting","category":"Sorting","description":"This demo for Essential JS2 Pivot Table control shows sorting values on column or row wise in ascending or descending order","uid":"001116","order":5,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001117":{"url":"filtering","name":"Default Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate member filtering of field headers either by including or excluding them","uid":"001117","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001118":{"url":"label-filtering","name":"Label Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate label filtering of field headers either by including or excluding them","uid":"001118","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001119":{"url":"value-filtering","name":"Value Filtering","category":"Filtering","description":"This demo for Essential JS2 Pivot Table control demonstrate the filtering of field headers based on the grand total (value based)","uid":"001119","order":6,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001120":{"url":"virtual-scrolling","name":"Virtual Scrolling","category":"Scrolling","description":"This demo for Essential JS2 Pivot Table control shows virtual scrolling option available vertically and horizontally to load large records with ease","uid":"001120","order":7,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001121":{"url":"cell-template","name":"Cell Template","category":"Customization","description":"This demo for Essential JS2 Pivot Table control demonstrate cell template option on cells of the pivot table","uid":"001121","order":8,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001122":{"url":"drill-through","name":"Drill Through","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control shows the raw items of any value cells in pivot table","uid":"001122","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001123":{"url":"editing","name":"Editing","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control allows to edit, add and delete the value cells in pivot table","uid":"001123","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001124":{"url":"hyper-link","name":"Hyperlink","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control shows hyperlink options in row headers, column headers, value cells, and summary cells in the pivot table","uid":"001124","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001125":{"url":"defer-update","name":"Defer Layout Update","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control demonstrate defer layout update feature of the pivot table","uid":"001125","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"001126":{"url":"exporting","name":"Export","category":"Miscellaneous","description":"This demo for Essential JS2 Pivot Table control demonstrate client-side exporting of the pivot table to Excel, CSV and PDF formats","uid":"001126","order":9,"component":"Pivot Table","dir":"pivot-table","parentId":"01"},"00220":{"url":"treegrid-overview","name":"Overview","category":"Tree Grid","api":{"TreeGrid":["dataSource","childMapping","height","columns","allowReordering","allowFiltering","allowSorting","filterSettings","queryCellInfo"]},"description":"This sample demonstrates the overview of basic treegrid features such as sorting, filtering, conditional formatting, column template and scrolling.","uid":"00220","order":0,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00221":{"url":"default","name":"Default Functionalities","category":"Tree Grid","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","columns"]},"description":"This example shows how the Syncfusion TypeScript TreeGrid control looks with its default configuration.","uid":"00221","order":0,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00222":{"url":"localdata","name":"Local Data","category":"Data Binding","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns"]},"description":"This example shows the binding of an array of list objects in the Syncfusion TypeScript TreeGrid control.","uid":"00222","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00223":{"url":"remote-data","name":"Remote Data","category":"Data Binding","api":{"TreeGrid":["dataSource","allowPaging","columns","treeColumnIndex","hasChildMapping","parentIdMapping","idMapping","height"]},"description":"This example shows the binding of remote services by using the DataManager in the Syncfusion TypeScript TreeGrid.","uid":"00223","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00224":{"url":"selfreference","name":"Self Reference","category":"Data Binding","api":{"TreeGrid":["dataSource","allowPaging","columns","treeColumnIndex","idMapping","parentIdMapping"]},"description":"This example illustrates binding self-referential flat data with parent ID to a Syncfusion TypeScript TreeGrid control.","uid":"00224","order":1,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00225":{"url":"columnformatting","name":"Column Formatting","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex","pageSettings"]},"description":"This demo explains how to display the content of TreeGrid columns based on the specified format in Syncfusion TypeScript TreeGrid.","uid":"00225","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00226":{"url":"column-template","name":"Column Template","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","width","height","columns","rowHeight"]},"description":"This demo explains how to define the template in TreeGrid columns of Syncfusion TypeScript TreeGrid control.","uid":"00226","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00227":{"url":"reorder","name":"Reorder","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowReordering","actionComplete","columns","allowPaging"]},"description":"This demo explains how to reorder the columns of treegrid by simple drag and drop of columns using Syncfusion TypeScript TreeGrid control.","uid":"00227","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00228":{"url":"resizing","name":"Resize","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowResizing","actionComplete","columns","allowPaging"]},"description":"This demo explains how to resize the width of the treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"00228","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00229":{"url":"columnmenu","name":"Column Menu","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns"]},"description":"This demo explains the default functionalities of the Column Menu in Syncfusion TypeScript TreeGrid control.","uid":"00229","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002210":{"url":"cellalignment","name":"Cell Alignment","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to align the content inside the cells of treegrid columns and headers in Syncfusion TypeScript TreeGrid control.","uid":"002210","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002211":{"url":"auto-wrap","name":"AutoWrap Column Cells","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","allowTextWrap","columns","pageSettings"]},"description":"This demo explains how to wrap the content of columns within the specified width of treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"002211","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002212":{"url":"showhidecolumn","name":"Show or Hide Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to hide or show the columns of treegrid dynamically using Syncfusion TypeScript TreeGrid methods.","uid":"002212","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002213":{"url":"header-template","name":"Header Template","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","height"]},"description":"This demo explains how to customize column headers to show additional HTML elements, such as icons, images, etc. in Syncfusion TypeScript TreeGrid control.","uid":"002213","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002214":{"url":"stacked-header","name":"Stacked Header","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","pageSettings","columns"]},"description":"This demo explains how to provide a common header for the group of columns in Syncfusion TypeScript TreeGrid control.","uid":"002214","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002215":{"url":"rowhover","name":"Row Hover","category":"Rows","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns","enableHover","height"]},"description":"This demo explains how the treegrid row color is changed while move the mouse over a row in Syncfusion TypeScript TreeGrid content.","uid":"002215","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002216":{"url":"rowheight","name":"Row Height","category":"Rows","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","rowHeight","allowPaging","toolbarClick","columns","toolbar"]},"description":"This demo shows how to set different row height to the rows of Syncfusion TypeScript TreeGrid control.","uid":"002216","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002217":{"url":"row-template","name":"Row Template","category":"Rows","api":{"TreeGrid":["dataSource","rowTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo for Essential JS 2 TreeGrid control shows the usage of the row template feature. We have rendered each TreeGrid row using template.","uid":"002217","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002218":{"url":"row-reorder","name":"Drag And Drop","category":"Rows","api":{"TreeGrid":["dataSource","rowTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo for Essential JS 2 TreeGrid control demonstrates how the rows can be dragged within the treegrid using the row drag-and-drop feature.","uid":"002218","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002219":{"url":"detail-template","name":"Detail Template","category":"Rows","api":{"TreeGrid":["dataSource","detailTemplate","height","width","columns","childMapping","treeColumnIndex"]},"description":"This demo shows TreeGrid with detail template feature and also each row contains detailed information about a row.","uid":"002219","order":3,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002220":{"url":"inline-editing","name":"Inline Editing","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","editSettings","toolbar","columns"]},"description":"This example shows how to add and edit row or cell inline on the Syncfusion TypeScript TreeGrid control.","uid":"002220","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002221":{"url":"dialog-editing","name":"Dialog Editing","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how to edit a treegrid record in the Dialog mode using Syncfusion TypeScript TreeGrid control.","uid":"002221","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002222":{"url":"lock-row","name":"Lock Row","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","allowPaging","pageSettings","rowDataBound","beginEdit","enableHover"]},"description":"This demo explains how to disable editing for specific rows dynamically in Syncfusion TypeScript TreeGrid control.","uid":"002222","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002223":{"url":"cell-edit-type","name":"Cell Edit Type","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how to set different edit types and how to define edit params for the treegrid columns in Syncfusion TypeScript TreeGrid control.","uid":"002223","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002224":{"url":"command-column","name":"Command Column","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","columns","height"]},"description":"This demo explains how to include CRUD action buttons as one of the columns in Syncfusion TypeScript TreeGrid control.","uid":"002224","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002225":{"url":"edit-template","name":"Edit Template","category":"Editing","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","editSettings","toolbar","columns","height"]},"description":"This demo explains how create a custom editor control for the treegrid cells when a row is edited in Syncfusion TypeScript TreeGrid.","uid":"002225","order":4,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002226":{"url":"sorting","name":"Multi Sorting","category":"Sorting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","pageSettings","columns","allowSorting","actionComplete","sortSettings"]},"description":"This demo demonstrates to sort multiple columns of treegrid by hold the CTRL key and click on the column headers of Syncfusion TypeScript TreeGrid control.","uid":"002226","order":5,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002227":{"url":"sorting-api","name":"Sorting API","category":"Sorting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","allowSorting","columns","pageSettings"]},"description":"This demo explains how to sort columns dynamically using methods of Syncfusion TypeScript TreeGrid control.","uid":"002227","order":5,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002228":{"url":"filtering","name":"Default Filtering","category":"Filtering","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowFiltering","filterSettings","treeColumnIndex"]},"description":"This demo explains the default functionalities of filtering and how to define the template for filter bar in Syncfusion TypeScript TreeGrid.","uid":"002228","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002229":{"url":"filter-menu","name":"Menu Filter","category":"Filtering","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowFiltering","treeColumnIndex","filterSettings"]},"description":"This demo explains how to filter the content using menu filter type of Syncfusion TypeScript TreeGrid control.","uid":"002229","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002230":{"url":"search","name":"Search","category":"Filtering","api":{"TreeGrid":["dataSource","allowPaging","pageSettings","columns","childMapping","treeColumnIndex","toolbar"]},"description":"This demo explains how to search the text entered in the search bar in Syncfusion TypeScript TreeGrid content.","uid":"002230","order":6,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002231":{"url":"default-paging","name":"Default Paging","category":"Paging","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","pageSettings","treeColumnIndex"]},"description":"This demo explains how to display the records in paginated view in Syncfusion TypeScript TreeGrid control.","uid":"002231","order":7,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002232":{"url":"paging-api","name":"Paging API","category":"Paging","api":{"Grid":["dataSource","allowPaging","columns","treeColumnIndex","childMapping"]},"description":"This demo explains how to customize a pager using the APIs that are relevant to paging of Syncfusion TypeScript TreeGrid control.","uid":"002232","order":7,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002233":{"url":"default-scrolling","name":"Default Scrolling","description":"This demo for Essential JS 2 TreeGrid control shows the usage of the horizontal and vertical scrollbars to view TreeGrid content that exceeds the TreeGrid area.","category":"Scrolling","api":{"TreeGrid":["dataSource","height","width","columns"]},"uid":"002233","order":8,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002234":{"url":"virtual-scrolling","name":"Virtual Scrolling","description":"This demo demonstrates how to use Essential JS 2 TreeGrid to show a large data view without performance degradation by rendering only the required rows.","category":"Scrolling","api":{"TreeGrid":["dataSource","enableVirtualization","dataBound","height","columns"]},"uid":"002234","order":8,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002235":{"url":"selection","name":"Default Selection","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowSelection","selectionSettings","treeColumnIndex"]},"description":"This demo explains the customization of selection mode and toggle selection of Syncfusion TypeScript TreeGrid control.","uid":"002235","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002236":{"url":"selection-api","name":"Selection API","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","allowSelection","selectionSettings","treeColumnIndex"]},"description":"This demo explains how to select and clear multiple rows using methods of Syncfusion TypeScript TreeGrid control.","uid":"002236","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002237":{"url":"checkbox-selection","name":"Checkbox Selection","category":"Selection","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how the check box selection feature can be used to select treegrid rows in Essential TypeScript TreeGrid control.","uid":"002237","order":9,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002238":{"url":"checkbox-column","name":"Checkbox Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how the hierarchy selection between the records using column checkboxes in Essential TypeScript TreeGrid control.","uid":"002238","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002239":{"url":"frozen-column","name":"Frozen Column","category":"Columns","api":{"TreeGrid":["dataSource","childMapping","columns","treeColumnIndex","frozenColumns"]},"description":"This demo for Essential JS 2 treegrid control shows frozen columns feature of treegrid. Scroll the movable content to view the frozen columns.","uid":"002239","order":2,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002240":{"url":"aggregate-default","name":"Default Aggregate","category":"Aggregates","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","columns","aggregates"]},"description":"This demo explains how to display the summary values such as average, minimum, etc., for the columns in Syncfusion TypeScript TreeGrid control.","uid":"002240","order":10,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002241":{"url":"custom-aggregate","name":"Custom Aggregate","category":"Aggregates","api":{"TreeGrid":["dataSource","width","childMapping","treeColumnIndex","height","columns","aggregates"]},"description":"This demo explains how to display the custom aggregate for the columns in Syncfusion TypeScript TreeGrid control.","uid":"002241","order":10,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002242":{"url":"default-context-menu","name":"Default Context Menu","category":"Context Menu","description":"This demo explains the usage of context menu and the default context menu items in Syncfusion TypeScript TreeGrid control.","api":{"TreeGrid":["dataSource","allowPaging","columns","contextMenu","hasChildMapping","parentIdMapping"]},"uid":"002242","order":11,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002243":{"url":"custom-context-menu","name":"Custom Context Menu","category":"Context Menu","description":"This demo explains the usage of custom context menu items in Syncfusion TypeScript TreeGrid control.","api":{"TreeGrid":["dataSource","allowPaging","columns","hasChildMapping","contextMenuItems","parentIdMapping"]},"uid":"002243","order":11,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002244":{"url":"default-exporting","name":"Default Exporting","category":"Exporting","api":{"TreeGrid":["dataSource","columns","toolbar","allowExcelExport","allowPdfExport","treeColumnIndex","toolbarClick","childMapping","height"]},"description":"This demo explains how to export the treegrid content to Excel, PDF, and CSV documents using the Syncfusion TypeScript TreeGrid control.","uid":"002244","order":12,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002245":{"url":"print","name":"Print","category":"Exporting","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","allowPaging","columns","toolbar"]},"description":"This demo explains how to print the records of the treegrid using the Print feature of Syncfusion TypeScript TreeGrid control.","uid":"002245","order":12,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002246":{"url":"conditional-formatting","name":"Conditional Formatting","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","height","queryCellInfo"]},"description":"This demo explains how to apply styles to specific cells based on certain conditions in Syncfusion TypeScript TreeGrid control.","uid":"002246","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002247":{"url":"toolbar-template","name":"Toolbar Template","category":"Miscellaneous","api":{"TreeGrid":["dataSource","toolbar","toolbarClick","allowFiltering","childMapping","height","treeColumnIndex","filterSettings","columns"]},"description":"This demo explains how to render custom template elements in a toolbar by which any custom operation can be performed in Syncfusion TypeScript TreeGrid.","uid":"002247","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002248":{"url":"events","name":"Events","category":"Miscellaneous","api":{"TreeGrid":["dataSource","allowPaging","childMapping","treeColumnIndex","load","created","actionBegin","actionComplete","allowReordering","allowSorting","dataBound","rowSelecting","rowSelected","columnDragStart","columnDrag","columnDrop","columns","pageSettings"]},"description":"This demo explains the basic functionalities of the events that are available in the Syncfusion TypeScript TreeGrid control.","uid":"002248","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002249":{"url":"keyboard","name":"Keyboard Interaction","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","columns","pageSettings"]},"description":"This demo explains the key combinations used to perform corresponding treegrid actions in Syncfusion TypeScript TreeGrid control.","uid":"002249","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"002250":{"url":"treegridlines","name":"Grid Lines","category":"Miscellaneous","api":{"TreeGrid":["dataSource","childMapping","allowPaging","columns","treeColumnIndex"]},"description":"This demo explains how to customize the grid lines in treegrid using Syncfusion TypeScript TreeGrid control.","uid":"002250","order":13,"component":"Tree Grid","dir":"tree-grid","parentId":"02"},"00330":{"url":"default","name":"Default Functionalities","category":"Spreadsheet","api":{"Spreadsheet":["height","width","sheets"],"sheets":["columns","rows","name"],"rangeSettings":["dataSource"]},"description":"This example demonstrates the default functionalities of the Syncfusion JS 2 Spreadsheet that includes editing, importing & exporting.","sourceFiles":[{"displayName":"default.ts","path":"src/spreadsheet/default.ts"},{"displayName":"default.html","path":"src/spreadsheet/default.html"},{"displayName":"default-data.json","path":"src/spreadsheet/default-data.json"}],"uid":"00330","order":0,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00331":{"url":"formula","name":"Formula","category":"Spreadsheet","api":{"Spreadsheet":["height","width","sheets"],"sheets":["columns","rows","selectedRange","name"],"cells":["value","index"],"rangeSettings":["dataSource","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of using basic formulas with minimum configuration.","sourceFiles":[{"displayName":"formula.ts","path":"src/spreadsheet/formula.ts"},{"displayName":"formula.html","path":"src/spreadsheet/formula.html"},{"displayName":"formula-data.json","path":"src/spreadsheet/formula-data.json"}],"uid":"00331","order":0,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00332":{"url":"cell-data-binding","name":"Cell Data Binding","category":"Data Binding","api":{"sheets":["rows","columns","selectedRange","name"],"rows":["cells","index"],"cells":["value","style"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the cell data binding with minimum configuration.","uid":"00332","order":1,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00333":{"url":"remote-data-binding","name":"Remote Data Binding","category":"Data Binding","api":{"Spreadsheet":["sheets"],"sheets":["columns","rows","name"],"rangeSettings":["dataSource","query","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of data binding with remote service using DataManager.","uid":"00333","order":1,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00334":{"url":"cell-formatting","name":"Cell Formatting","category":"Formatting","api":{"sheets":["columns","rows","name"],"rows":["cells","index"],"cells":["value","style"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of cell formatting with minimum configuration.","sourceFiles":[{"displayName":"cell-formatting.ts","path":"src/spreadsheet/cell-formatting.ts"},{"displayName":"cell-formatting.html","path":"src/spreadsheet/cell-formatting.html"},{"displayName":"cell-formatting-data.json","path":"src/spreadsheet/cell-formatting-data.json"}],"uid":"00334","order":2,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00335":{"url":"number-formatting","name":"Number Formatting","category":"Formatting","api":{"sheets":["columns","rows","name","selectedRange"],"rows":["cells"],"cells":["value","formatCode"],"rangeSettings":["dataSource","startCell"]},"description":"This demo for Essential JS 2 Spreadsheet control shows the way of number formatting with minimum configuration.","sourceFiles":[{"displayName":"number-formatting.ts","path":"src/spreadsheet/number-formatting.ts"},{"displayName":"number-formatting.html","path":"src/spreadsheet/number-formatting.html"},{"displayName":"number-formatting-data.json","path":"src/spreadsheet/number-formatting-data.json"}],"uid":"00335","order":2,"component":"Spreadsheet","dir":"spreadsheet","parentId":"03","hideOnDevice":true},"00440":{"url":"line","name":"Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00440","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00441":{"url":"spline","name":"Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the spline series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00441","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00442":{"url":"step-line","name":"Step Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the step line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00442","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00443":{"url":"dashed-line","name":"Dashed Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the dashed line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00443","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00444":{"url":"spline-inversed","name":"Inversed Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the inversed spline series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00444","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00445":{"url":"line-segments","name":"Line Zone","description":"This demo for Essential JS2 Chart control shows how to render and configure the points in a particular range using MultiColoredLine series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00445","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00446":{"url":"line-multi-color","name":"Multi Colored Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the multi colored line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00446","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00447":{"url":"stacked-line","name":"Stacked Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacked line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00447","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00448":{"url":"stacked-line-100","name":"100% Stacked Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100% stacked line series.","category":"Line Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"00448","order":0,"component":"Chart","dir":"chart","parentId":"04"},"00449":{"url":"area","name":"Area","description":"This demo sample for Essential JS2 Chart control shows how to render and configure the area series chart.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"00449","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004410":{"url":"spline-area","name":"Spline Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the spline area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004410","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004411":{"url":"step-area","name":"Step Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the step area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004411","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004412":{"url":"range-area","name":"Range Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the range area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004412","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004413":{"url":"stacked-area","name":"Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004413","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004414":{"url":"stacked-area-100","name":"100% Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking area series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004414","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004415":{"url":"area-empty","name":"Area - Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the area series chart with empty points.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004415","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004416":{"url":"area-segments","name":"Area Zone","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render the points in a particular range using MultiColoredArea series.","category":"Area Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004416","order":1,"component":"Chart","dir":"chart","parentId":"04"},"004417":{"url":"column","name":"Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004417","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004418":{"url":"rounded-column","name":"Rounded Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the rounded column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004418","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004419":{"url":"column-placement","name":"Back to Back Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the column charts.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004419","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004420":{"url":"range-column","name":"Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the range column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004420","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004421":{"url":"range-bar","name":"Inversed Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the inversed range column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004421","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004422":{"url":"bar","name":"Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004422","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004423":{"url":"stacked-column","name":"Stacked Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004423","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004424":{"url":"stacked-column-100","name":"100% Stacked Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking column series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004424","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004425":{"url":"stacked-bar","name":"Stacked Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stacking bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004425","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004426":{"url":"stacked-bar-100","name":"100% Stacked Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the 100 percent stacking bar series.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004426","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004427":{"url":"tornado","name":"Negative Stack","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bar charts.","category":"Bar Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004427","order":2,"component":"Chart","dir":"chart","parentId":"04"},"004428":{"url":"scatter-plot","name":"Scatter Plot","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the scatter series.","category":"Scatter and Bubble","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004428","order":3,"component":"Chart","dir":"chart","parentId":"04"},"004429":{"url":"bubble","name":"Bubble","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bubble series.","category":"Scatter and Bubble","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","pointRender"]},"uid":"004429","order":3,"component":"Chart","dir":"chart","parentId":"04"},"004430":{"url":"waterfall","name":"Waterfall","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the waterfall series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004430","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004431":{"url":"histogram","name":"Histogram","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the histogram series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004431","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004432":{"url":"box-and-whisker","name":"Box and Whisker","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the box and whisker series.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings","pointRender"]},"uid":"004432","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004433":{"url":"error-bar","name":"Error Bar","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the error bars in charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings","pointRender"]},"uid":"004433","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004434":{"url":"trend-lines","name":"Trendlines","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the trend lines in charts.","category":"Other Types","type":"update","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004434","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004435":{"url":"hilo","name":"Hilo","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the hilo series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004435","order":5,"component":"Chart","dir":"chart","parentId":"04"},"004436":{"url":"hilo-open-close","name":"Hilo Open Close","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the hilo open close series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004436","order":5,"component":"Chart","dir":"chart","parentId":"04"},"004437":{"url":"candle-stick","name":"Candle Stick","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the candle series.","category":"Stock Charts","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","legendSettings"]},"uid":"004437","order":5,"component":"Chart","dir":"chart","parentId":"04"},"004438":{"url":"accumulation-distribution-indicator","name":"Accumulation Distribution","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the accumulation distribution indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004438","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004439":{"url":"average-true-range-indicator","name":"ATR","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the average true range indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004439","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004440":{"url":"bollinger","name":"Bollinger","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the bollinger band type indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004440","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004441":{"url":"exponential-moving-average-indicator","name":"EMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the exponential moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004441","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004442":{"url":"moving-average-convergence-divergence-indicator","name":"MACD","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the moving average convergence divergence indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004442","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004443":{"url":"momentum","name":"Momentum","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the momentum indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004443","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004444":{"url":"relative-strength-index-indicator","name":"RSI","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the relative strength index indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004444","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004445":{"url":"simple-moving-average-indicator","name":"SMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the simple moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004445","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004446":{"url":"stochastic","name":"Stochastic","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the stochastic indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004446","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004447":{"url":"triangular-moving-average-indicator","name":"TMA","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the triangular moving average indicator.","category":"Technical Indicators","api":{"Chart":["primaryXAxis","primaryYAxis","series","indicators","zoomSettings"]},"uid":"004447","order":6,"component":"Chart","dir":"chart","parentId":"04"},"004448":{"url":"multi-series-chart","name":"Multi-Series Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to combine different types of charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004448","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004449":{"url":"pareto","name":"Pareto Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure pareto charts.","category":"Other Types","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004449","order":4,"component":"Chart","dir":"chart","parentId":"04"},"004450":{"url":"chart-performance","name":"Chart Performance","description":"This demo for Essential JavaScript2 Chart control shows the performance when plotting large volumes of data and handling high frequency real-time data.","category":"Benchmark","api":{"Chart":["primaryXAxis","primaryYAxis","series"]},"uid":"004450","order":7,"component":"Chart","dir":"chart","parentId":"04"},"004451":{"url":"default-pie","name":"Pie","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004451","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004452":{"url":"pie-radius","name":"Pie with Various Radius","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the various radius pie chart.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004452","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004453":{"url":"donut","name":"Donut","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the doughnut charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004453","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004454":{"url":"pyramid","name":"Pyramid","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the pyramid charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004454","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004455":{"url":"funnel","name":"Funnel","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the funnel charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004455","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004456":{"url":"default-doughnut","name":"Pie with Legend","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the legends in pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004456","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004457":{"url":"semi-pie","name":"Semi Pie","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render semi-pie and doughnut charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004457","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004458":{"url":"smart-labels","name":"Smart Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to arrange the labels smartly without overlapping with each other.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004458","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004459":{"url":"drill-down-pie","name":"Drilldown","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to achieve the drill-down concept using pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004459","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004460":{"url":"grouping","name":"Grouping","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to group points in pie charts.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004460","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004461":{"url":"pie-empty-point","name":"Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the empty points.","category":"Accumulation Charts","api":{"AccumulationChart":["series","legendSettings","tooltip"]},"uid":"004461","order":8,"component":"Chart","dir":"chart","parentId":"04"},"004462":{"url":"polar-line","name":"Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render line in polar and radar charts.","category":"Polar Radar","uid":"004462","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004463":{"url":"polar-spline","name":"Spline","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render spline in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004463","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004464":{"url":"polar-area","name":"Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render area in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004464","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004465":{"url":"polar-stacking-area","name":"Stacked Area","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render stacking area in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004465","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004466":{"url":"polar-scatter","name":"Scatter","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render scatter in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004466","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004467":{"url":"polar-column","name":"Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render column in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004467","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004468":{"url":"polar-stacking-column","name":"Wind Rose","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render wind rose using stacking column in polar and radar charts.","category":"Polar Radar","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004468","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004469":{"url":"polar-range-column","name":"Range Column","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render range column in polar and radar charts.","category":"Polar Radar","type":"update","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004469","order":9,"component":"Chart","dir":"chart","parentId":"04"},"004470":{"url":"local-data","name":"Local Data","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to bind JSON data to chart.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","crosshair"]},"uid":"004470","order":10,"component":"Chart","dir":"chart","parentId":"04"},"004471":{"url":"remote-data","name":"Remote Data","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to consume data from remote data service.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004471","order":10,"component":"Chart","dir":"chart","parentId":"04"},"004472":{"url":"lazy-loading","name":"Lazy Loading","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the Lazy Loading behavior in chart.","category":"Data Binding","api":{"Chart":["primaryXAxis","primaryYAxis","series","scrollbarSettings"]},"uid":"004472","order":10,"component":"Chart","dir":"chart","parentId":"04"},"004473":{"url":"numeric","name":"Numeric Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to plot numeric data with the help of numeric axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004473","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004474":{"url":"date-time","name":"Datetime Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the date-time axis in charts.","category":"Chart Axes","uid":"004474","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004475":{"url":"date-time-category","name":"DateTime Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the date-time category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004475","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004476":{"url":"category","name":"Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004476","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004477":{"url":"indexed-axis","name":"Indexed Category Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the indexed category axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004477","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004478":{"url":"logarithmic-scale","name":"Logarithmic Scale","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the logarithmic axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004478","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004479":{"url":"multiple-axis","name":"Multiple Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the mulitple axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004479","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004480":{"url":"inversed","name":"Inversed Axis","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to invert the axis in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004480","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004481":{"url":"strip-line","name":"Strip Line","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the strip lines in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","stripline"]},"uid":"004481","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004482":{"url":"strip-line-recurrence","name":"Stripline Recurrence","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the strip line recurrence in charts.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","stripline"]},"uid":"004482","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004483":{"url":"smart-axis-labels","name":"Smart Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to arrange the labels smartly without overlapping with each other.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004483","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004484":{"url":"multi-level-label","name":"Multi Level Labels","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to group the axis labels .","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004484","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004485":{"url":"axes-crossing","name":"Axes Crossing","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the behaviour of the axis crossing in chart.","category":"Chart Axes","api":{"Chart":["primaryXAxis","primaryYAxis"]},"uid":"004485","order":11,"component":"Chart","dir":"chart","parentId":"04"},"004486":{"url":"sorting","name":"Sorting","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to sort the series data in chart.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004486","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004487":{"url":"marker-chart","name":"Marker Chart","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the marker symbols for data points.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004487","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004488":{"url":"pie-annotation","name":"Annotation","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to add more information to the chart using annotation.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip","annotations"]},"uid":"004488","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004489":{"url":"data-label-template","name":"DataLabel Template","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the data label template.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","textRender"]},"uid":"004489","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004490":{"url":"tooltip-template","name":"Tooltip Template","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to configure the tooltip template and background for chart.","category":"Chart Customization","type":"new","api":{"Chart":["primaryXAxis","primaryYAxis","backgroundImage","series","tooltip"]},"uid":"004490","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004491":{"url":"vertical","name":"Vertical Charts","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the vertical type charts.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","isTransposed","loaded","tooltip"]},"uid":"004491","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004492":{"url":"empty-point","name":"Empty Points","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to render and configure the empty points.","category":"Chart Customization","api":{"Chart":["primaryXAxis","primaryYAxis","series","isTransposed","loaded","tooltip"]},"uid":"004492","order":12,"component":"Chart","dir":"chart","parentId":"04"},"004493":{"url":"print","name":"Print","description":"This demo sample for Essential JavaScript2 Chart control demonstrates how to print the entire chart.","category":"Print and Export","api":{"Chart":["primaryXAxis","primaryYAxis","series","print","chartMouseClick","pointRender"]},"uid":"004493","order":13,"component":"Chart","dir":"chart","parentId":"04"},"004494":{"url":"export","name":"Export","description":"This demo for Essential JS2 Chart control shows how to export the charts to Excel, PDF, and image formats such as SVG, JPEG, and PNG at client-side.","category":"Print and Export","api":{"Chart":["primaryXAxis","primaryYAxis","series","export","chartMouseClick","pointRender"]},"uid":"004494","order":13,"component":"Chart","dir":"chart","parentId":"04"},"004495":{"url":"selection","name":"Selection","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the selection behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","selectionMode"]},"uid":"004495","order":14,"component":"Chart","dir":"chart","parentId":"04"},"004496":{"url":"range-selection","name":"Range Selection","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the range selection in chart .","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","selectionMode"]},"uid":"004496","order":14,"component":"Chart","dir":"chart","parentId":"04"},"004497":{"url":"cross-hair","name":"Crosshair","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the crosshair behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","crosshair"]},"uid":"004497","order":14,"component":"Chart","dir":"chart","parentId":"04"},"004498":{"url":"trackball","name":"Trackball","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the trackball behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"004498","order":14,"component":"Chart","dir":"chart","parentId":"04"},"004499":{"url":"zooming","name":"Zooming and Panning","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the zooming and panning behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","zoomSettings"]},"uid":"004499","order":14,"component":"Chart","dir":"chart","parentId":"04"},"0044100":{"url":"data-editing","name":"Data Editing","description":"This demo sample for Essential JavaScript2 Chart control demonstrates the data editing behavior in chart.","category":"User Interaction","api":{"Chart":["primaryXAxis","primaryYAxis","series","tooltip"]},"uid":"0044100","order":14,"component":"Chart","dir":"chart","parentId":"04"},"00550":{"url":"default","name":"Default","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00550","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00551":{"url":"ohlc","name":"OHLC","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Hilo Open Close series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00551","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00552":{"url":"multi-pane","name":"Candlestick and volume","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00552","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00553":{"url":"multiple-series","name":"Multiple Series","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with candle series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00553","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00554":{"url":"spline","name":"Spline","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00554","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00555":{"url":"area","name":"Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00555","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00556":{"url":"spline-area","name":"Spline Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00556","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00557":{"url":"inversed-area","name":"Inversed Area","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Area series inverted.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00557","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00558":{"url":"plot-line","name":"Plot lines","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with Spline Area series.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00558","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00559":{"url":"strip-line","name":"Plot band","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with strip line.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"00559","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"005510":{"url":"period-customization","name":"Intraday","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005510","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"005511":{"url":"disabled-navigator","name":"Hide Range Selector","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005511","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"005512":{"url":"disabled-period","name":"Hide Period Selector","description":"This demo for Essential JS2 Stock Chart control shows the default rendering of Stock with period customization.","category":"Stock Chart","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"005512","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"005513":{"url":"stock-events","name":"Stock Events","description":"This demo for Essential JS2 Stock Chart control with stock events to highlight the special events in stock market.","category":"Stock Chart","api":{"StockChart":["stockEvents"]},"uid":"005513","order":0,"component":"Stock Chart","dir":"stock-chart","parentId":"05"},"00660":{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Circular Gauge control illustrates the default rendering of circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00660","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00661":{"url":"range","name":"Range","description":"This demo for Essential JS2 Circular Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00661","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00662":{"url":"labels","name":"Tick and Labels","description":"This demo for Essential JS2 Circular Gauge control shows various properties available to customize the ticks and labels of an axis.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00662","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00663":{"url":"annotation","name":"Annotation","description":"This demo for Essential JS2 Circular Gauge control illustrates a clock by using annotation feature in the gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00663","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00664":{"url":"customization","name":"Gauge Customization","description":"This demo for Essential JS2 Circular Gauge control shows the properties required to customize the pointers.","category":"Circular Gauge","api":{"CircularGauge":["axes"]},"uid":"00664","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00665":{"url":"semi-circular-gauge","name":"Semi-circular Gauge","category":"Circular Gauge","uid":"00665","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00666":{"url":"arc-gauge","name":"Arc Gauge","category":"Circular Gauge","uid":"00666","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00667":{"url":"legend","name":"Legend","description":"This demo for Essential JS2 Circular Gauge control illustrates the rendering of legend in circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["legendSettings"]},"uid":"00667","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00668":{"url":"compass","name":"Direction Compass","description":"This demo for Essential JS2 Circular Gauge control illustrates how to make a direction compass by using the circular gauge.","category":"Circular Gauge","api":{"CircularGauge":["axes","axisLabelRender"]},"uid":"00668","order":0,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00669":{"url":"pointer-image","name":"Pointer Image","description":"This demo for Essential JS2 Circular Gauge control visualizes the short-put distance covered by the athletes by using the image pointer.","category":"Pointer","api":{"CircularGauge":["axes","centerY"]},"uid":"00669","order":1,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006610":{"url":"pointer","name":"Pointer Customization","description":"This demo for Essential JS2 Circular Gauge control visualizes the different types of pointers available in the circular gauge.","category":"Pointer","api":{"CircularGauge":["axes","centerY"]},"uid":"006610","order":1,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006611":{"url":"multiple-axis","name":"Multiple Axis","description":"This demo for Essential JS2 Circular Gauge control visualizes the circular gauge with multiple axes.","category":"Axes","api":{"CircularGauge":["axes"]},"uid":"006611","order":2,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006612":{"url":"user-interaction","name":"Pointer Drag","description":"This demo for Essential JS2 Circular Gauge control visualizes the pointer drag support and its options.","category":"User Interaction","api":{"CircularGauge":["axes","enablePointerDrag","dragEnd","dragMove"]},"uid":"006612","order":3,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006613":{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Circular Gauge control visualizes the tooltip template for circular gauge pointer.","category":"User Interaction","api":{"CircularGauge":["axes","tooltip","tooltipRender"]},"uid":"006613","order":3,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006614":{"url":"data-sample","name":"Data Sample","description":"This demo for Essential JS2 Circular Gauge control demonstrates live data, along with the data grid control.","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006614","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006615":{"url":"apple-watch-rings","name":"Apple Watch Rings","description":"This demo for Essential JS2 Circular Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006615","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"006616":{"url":"speedometer","name":"Speedometer","category":"Use Cases","api":{"CircularGauge":["axes"]},"uid":"006616","order":4,"component":"Circular Gauge","dir":"circular-gauge","parentId":"06"},"00770":{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Linear Gauge control illustrates the default rendering of linear gauge that measures the values of scales.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00770","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00771":{"url":"container","name":"Container","description":"This demo for Essential JS2 Linear Gauge control demonstrates the various types of containers available in linear gauge.","category":"Linear Gauge","api":{"LinearGauge":["axes","container"]},"uid":"00771","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00772":{"url":"ranges","name":"Ranges","description":"This demo for Essential JS2 Linear Gauge control illustrates how to highlight specific regions in an axis by using ranges.","category":"Linear Gauge","api":{"LinearGauge":["axes"]},"uid":"00772","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00773":{"url":"data","name":"Data Sample","description":"This demo for Essential JS2 Linear Gauge control illustrates exercise tracking of an athlete by using ranges, pointers, and annotation features.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00773","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00774":{"url":"axes","name":"Axes and Pointers","description":"This demo for Essential JS2 Linear Gauge control shows various properties available to customize the axes and pointers.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes"]},"uid":"00774","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00775":{"url":"annotation","name":"Annotation","description":"This demo for Essential JS2 Linear Gauge control illustrates the CPU Utilization of a resource by using annotation feature.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes","rangePalettes"]},"uid":"00775","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00776":{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Linear Gauge control visualizes the tooltip functionality for bar pointer.","category":"Linear Gauge","api":{"LinearGauge":["orientation","annotations","axes","tooltip","tooltipRender","axisLabelRender"]},"uid":"00776","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00777":{"url":"style","name":"Styles","description":"This demo for Essential JS2 Linear Gauge control visualizes the available options for customization.","category":"Linear Gauge","api":{"LinearGauge":["orientation","container","axes"]},"uid":"00777","order":0,"component":"Linear Gauge","dir":"linear-gauge","parentId":"07"},"00880":{"url":"default-functionalities","name":"Default Functionalities","description":"This sample visualizes the processing of an order placed using credit card with built-in flow shapes.","category":"Getting Started","uid":"00880","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00881":{"url":"shape-gallery","name":"Shapes","description":"This sample illustrates list of built-in shapes available in our JavaScript Diagram Library which includes basic shapes, flow shapes, and BPMN shapes.","category":"Getting Started","uid":"00881","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00882":{"url":"getting-started-node","name":"Nodes","description":"This sample visualizes the different stages of a software development life cycle using a circular flow diagram.","category":"Getting Started","uid":"00882","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00883":{"url":"connector","name":"Connectors","description":"This sample visualizes the data flow in a marketing process using predefined diagram shapes and connectors.","category":"Getting Started","uid":"00883","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00884":{"url":"getting-started-annotation","name":"Annotations","description":"This sample illustrates the competitive environment of a business through five forces chart and its described using nodes and annotations.","category":"Getting Started","uid":"00884","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00885":{"url":"port","name":"Ports","description":"This sample visualizes process flow of publishing a book using connection points which are static points over shapes that allow creating connections onto it.","category":"Getting Started","uid":"00885","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00886":{"url":"swimlane","name":"Swimlane","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"00886","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00887":{"url":"custom-shapes","name":"Complex Shapes","description":"This sample demonstrates how to host a HTML elements inside a node. In this example, a Gauge control is hosted inside a HTML Node.","category":"Getting Started","uid":"00887","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00888":{"url":"diagram-events","name":"Events","description":"This sample visualizes what are the client side events are available in our JavaScript Diagram Library.","category":"Getting Started","uid":"00888","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"00889":{"url":"tooltip-Sample","name":"Tooltip","description":"This sample demonstrates how to add the extra information to the nodes and connectors and how to show the information through diagram's tooltip feature.","category":"Getting Started","uid":"00889","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"008810":{"url":"history-manager","name":"History Manager","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"008810","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"008811":{"url":"flow-execution","name":"Flow Execution","description":"This sample Different types of connectors and decorators are used to customize the appearance, path, and direction of the data flow.","category":"Getting Started","uid":"008811","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"008812":{"url":"line-routing","name":"Line Routing","description":"This sample visualizes the connectors that are automatically re-routing or moving away if any shape found on the connectors path.","category":"Getting Started","uid":"008812","order":0,"component":"Diagram","dir":"diagram","parentId":"08"},"008813":{"url":"bpmn-editor","name":"BPMN Editor","description":"This sample visualizes the hotel booking reservation system and its built with ready made BPMN shapes.","category":"Use Case Diagram","uid":"008813","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},"008814":{"url":"logic-circuit","name":"Logic Circuit Diagram","description":"This sample visualizes implementation of three input Boolean functions using universal logic gates and shape for logic gates designed with diagram's path node.","category":"Use Case Diagram","uid":"008814","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},"008815":{"url":"uml-activity","name":"UML Activity Diagram","description":"This sample visually represents the hotel booking reservation system. It is built with readymade BPMN shapes.","category":"Use Case Diagram","uid":"008815","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},"008816":{"url":"network-diagram","name":"Network Diagram","description":"This sample visualizes graphical layout of a network diagram using diagram's Native(SVG) nodes feature.","category":"Use Case Diagram","uid":"008816","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},"008817":{"url":"uml-class-diagram","name":"UML Class Diagram","description":"This sample represents the hospital management system using diagram's built-in UML class diagram shapes.","category":"Use Case Diagram","uid":"008817","order":1,"component":"Diagram","dir":"diagram","parentId":"08"},"008818":{"url":"hierarchical-model","name":"Hierarchical Tree","description":"This sample illustrates a generating hierarchical tree from right to left orientation with external data source.","category":"Automatic Layouts","uid":"008818","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008819":{"url":"organization-model","name":"Organizational Chart","description":"This sample illustrates a simple business management structure that is built from an external data source.","category":"Automatic Layouts","uid":"008819","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008820":{"url":"radial-tree","name":"Radial Tree","description":"This sample demonstrates a huge organizational structure using a compact layout model. Radial tree layout algorithm is used to build such a layout.","category":"Automatic Layouts","uid":"008820","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008821":{"url":"mind-map","name":"Mind Map","description":"This sample demonstrates the concept of creativity using mind map layout algorithm. User handles are used to extend the mind map interactively.","category":"Automatic Layouts","uid":"008821","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008822":{"url":"symmetric-layout","name":"Symmetric Layout","description":"This sample visualizes a simple network template using symmetrical layout algorithm. It uses attractive and repulsive forces.","category":"Automatic Layouts","uid":"008822","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008823":{"url":"complex-hierarchical-tree","name":"Complex Hierarchical Tree","description":"This sample demonstrates a complex hierarchical template that is built from an external data source using complex hierarchical tree algorithm.","category":"Automatic Layouts","uid":"008823","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008824":{"url":"right-to-left-tree","name":"RTL Tree","description":"This sample visualizes the concept of Artificical Intelligence using hierarchical tree layout algorithm","category":"Automatic Layouts","uid":"008824","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008825":{"url":"pert-chart","name":"PERT chart","description":"This sample visualizes a project development process using Program Evaluation Review Technique (PERT).","category":"Automatic Layouts","uid":"008825","order":2,"component":"Diagram","dir":"diagram","parentId":"08"},"008826":{"url":"drawing-tool","name":"Drawing Tools","description":"This sample visualizes how to build a diagram interactively using drawing tools. Continuous draw option, snapping are enabled to easily draw diagrams.","category":"User Interaction","uid":"008826","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},"008827":{"url":"key-board-functions","name":"Keyboard Interaction","description":"This sample illustrates interaction with diagram control using shortcut keys. Command Manager support is used to manage keyboard interactions.","category":"User Interaction","uid":"008827","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},"008828":{"url":"quick-commands","name":"User Handles","description":"This sample visualizes a simple flow diagram along with options to execute the frequently used commands using user handles.","category":"User Interaction","uid":"008828","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},"008829":{"url":"symbol-palette","name":"Symbol Palette","description":"This example illustrates predefining shapes in a palette that can be easily dragged and dropped into the drawing area.","category":"User Interaction","uid":"008829","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},"008830":{"url":"overview","name":"Overview Panel","description":"This sample visualizes an organizational structure along with an overview for easily navigating the large organizational structure using Overview Panel.","category":"User Interaction","uid":"008830","order":3,"component":"Diagram","dir":"diagram","parentId":"08"},"008831":{"url":"serialization","name":"Save and Load","description":"This sample visualizes building diagrams interactively and editing the saved diagrams. Symbol Palette is used to easily build diagrams.","category":"Print and Export","uid":"008831","order":4,"component":"Diagram","dir":"diagram","parentId":"08"},"008832":{"url":"print-export","name":"Print and Export","description":"This example shows how to print the diagram and how to export the diagram as image (*.jpg, *.png, and *bmp) and SVG format.","category":"Print and Export","uid":"008832","order":4,"component":"Diagram","dir":"diagram","parentId":"08"},"008833":{"url":"local-data","name":"Local Data","description":"This sample visualizes the classifications of species using hierarchical tree layout algorithm. Data Manager support is used to bind data with the diagram.","category":"Data Binding","uid":"008833","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},"008834":{"url":"remote-data","name":"Remote Data","description":"This sample demonstrates how to bind an remote data with the diagram using the Data Manager support.","category":"Data Binding","uid":"008834","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},"008835":{"url":"crud","name":"CRUD","description":"This sample demonstrates generating a diagram by reading data from the database, and updating it with new inserted/updated/deleted objects through web services.","category":"Data Binding","uid":"008835","order":5,"component":"Diagram","dir":"diagram","parentId":"08"},"008836":{"url":"venn-diagram","name":"Venn Diagram","description":"This sample visually represents the hotel booking reservation system. It is built with readymade BPMN shapes.","category":"Static Diagram","uid":"008836","order":6,"component":"Diagram","dir":"diagram","parentId":"08"},"008837":{"url":"fishbone-diagram","name":"Fishbone Diagram","description":"This sample visually represents a simple fishbone diagram (Ishikawa). Diagram nodes and annotations are used to define fishbone diagrams.","category":"Static Diagram","uid":"008837","order":6,"component":"Diagram","dir":"diagram","parentId":"08"},"00990":{"url":"default","name":"Default Functionalities","category":"Heatmap Chart","description":"This demo for Essential JS2 Heatmap control shows the heat map control displayed with minimum configuration.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource"]},"uid":"00990","order":0,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00991":{"url":"calendar-heatmap","name":"Calendar Heatmap","category":"Heatmap Chart","description":"This demo for Essential JS2 Heatmap control for displays the time series data and displays the axis labels at specific time interval.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00991","order":0,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00992":{"url":"bubble-types","name":"Bubble Types","category":"Bubble Heatmap","description":"This demo for Essential JS2 Heatmap control shows Size, Color and SizeAndColor bubble heat map type.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00992","order":1,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00993":{"url":"color-and-size-attributes","name":"Color and Size Attributes","category":"Bubble Heatmap","description":"This demo for Essential JS2 Heatmap control shows how to bind the multiple data to bubble type heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00993","order":1,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00994":{"url":"array-row","name":"Row","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the data to heat map with series of array for each columns.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","paletteSettings","legendSettings"]},"uid":"00994","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00995":{"url":"array-cell","name":"Cell","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the array data with values for each cell to heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00995","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00996":{"url":"row-json-binding","name":"JSON Row","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the JSON object with data for each columns to heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","paletteSettings","cellSettings"]},"uid":"00996","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00997":{"url":"cell-json-binding","name":"JSON Cell","category":"Data Binding","description":"This demo for Essential JS2 Heatmap control demonstrates how to bind the JSON object with data for each cell to heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings"]},"uid":"00997","order":2,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00998":{"url":"empty-points","name":"Empty Points","category":"Features","description":"This demo for Essential JS2 Heatmap control shows the usage of empty points or null points in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00998","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"00999":{"url":"inversed","name":"Inversed Axis","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to inverse the both x-axis and y-axis in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"00999","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009910":{"url":"opposed","name":"Opposed Axis","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to place the axis opposite to the default position in heatmap.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","legendSettings"]},"uid":"009910","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009911":{"url":"multi-level-labels","name":"Multi Level Labels","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to group the axis labels with multiple levels.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","legendSettings"]},"uid":"009911","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009912":{"url":"cell-selection","name":"Selection","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to select and deselect the heat map cell using mouse and touch action.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","allowSelection"]},"uid":"009912","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009913":{"url":"legend","name":"Legend Placement","type":"update","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to place the heatmap legend in different positions.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009913","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009914":{"url":"large-data","name":"Large Data","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to bind the large data in heat map using canvas rendering mode.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","renderingMode","cellSettings","paletteSettings","legendSettings"]},"uid":"009914","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009915":{"url":"palette","name":"Palette Mode","category":"Features","description":"This demo for Essential JS2 Heatmap control demonstrates applying gradient colors or solid colors for the heatmap cells.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009915","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009916":{"url":"render-mode","name":"Rendering mode","category":"Features","description":"This demo for Essential JS2 Heatmap shows switching the rendering mode of the heatmap cells between SVG and canvas rendering logics.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","renderingMode","cellSettings","paletteSettings","legendSettings"]},"uid":"009916","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"009917":{"url":"tooltip-template","name":"Tooltip Template","category":"Features","description":"This demo for Essential JS2 Heatmap control shows how to customize the tool tip text using template support in heat map.","api":{"HeatMap":["titleSettings","xAxis","yAxis","dataSource","cellSettings","paletteSettings","legendSettings"]},"uid":"009917","order":3,"component":"Heatmap Chart","dir":"heatmap","parentId":"09"},"0010100":{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS2 Maps control visualizes the continents in the world by rendering those in a map layer.","category":"Maps","api":{"Maps":["titleSettings","zoomSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"default.html","path":"src/maps/default.html"},{"displayName":"default.ts","path":"src/maps/default.ts"},{"displayName":"default-datasource.json","path":"src/maps/map-data/default-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010100","order":0,"component":"Maps","dir":"maps","parentId":"010"},"0010101":{"url":"projection","name":"Projection","description":"This demo for Essential JS2 Maps control shows the details of permanent and non-permanent countries in the UN Security Council, in 2017.","category":"Features","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"projection.html","path":"src/maps/projection.html"},{"displayName":"projection.ts","path":"src/maps/projection.ts"},{"displayName":"projection-datasource.json","path":"src/maps/map-data/projection-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010101","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010102":{"url":"multilayer","name":"Multi-layers","description":"This demo for Essential JS2 Maps control depicts the layer along with sublayers for California and Texas.","category":"Features","api":{"Maps":["titleSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"multilayer.html","path":"src/maps/multilayer.html"},{"displayName":"multilayer.ts","path":"src/maps/multilayer.ts"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"},{"displayName":"texas.json","path":"src/maps/map-data/texas.json"},{"displayName":"california.json","path":"src/maps/map-data/california.json"}],"uid":"0010102","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010103":{"url":"marker","name":"Marker","type":"update","description":"This demo for Essential JS2 Maps control shows the top 25 populated cities in the world by displaying the markers in their locations.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker.html","path":"src/maps/marker.html"},{"displayName":"marker.ts","path":"src/maps/marker.ts"},{"displayName":"marker-location.json","path":"src/maps/map-data/top-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010103","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010104":{"url":"marker-template","name":"Marker template","description":"This demo for Essential JS2 Maps control indicates the temperature of various cities of Australia in marker templates.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker-template.html","path":"src/maps/marker-template.html"},{"displayName":"marker-template.ts","path":"src/maps/marker-template.ts"},{"displayName":"australia.json","path":"src/maps/map-data/australia.json"}],"uid":"0010104","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010105":{"url":"marker-cluster","name":"Marker clustering","description":"This demo for Essential JS2 Maps control indicates the create the marker cluster in more than one marker intersect","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"marker-cluster.html","path":"src/maps/marker-cluster.html"},{"displayName":"marker-cluster.ts","path":"src/maps/marker-cluster.ts"},{"displayName":"marker-cluster.json","path":"src/maps/map-data/marker-cluster.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010105","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010106":{"url":"data-label","name":"Labels","description":"This demo for Essential JS2 Maps control shows the names of all the states in USA in data label. Intersect action and smart labels mode can be changed.","category":"Features","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"data-label.html","path":"src/maps/data-label.html"},{"displayName":"data-label.ts","path":"src/maps/data-label.ts"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"0010106","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010107":{"url":"bubble","name":"Bubble","description":"This demo for Essential JS2 Maps control illustrates the top 30 countries which has highest Internet users in bubbles of the year 2016.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"bubble.html","path":"src/maps/bubble.html"},{"displayName":"bubble.ts","path":"src/maps/bubble.ts"},{"displayName":"population-data.ts","path":"src/maps/map-data/population-data.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010107","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010108":{"url":"navigation-line","name":"Navigation Lines","description":"This demo for Essential JS2 Maps control illustrates the sea routes between various cities for shipping.","category":"Features","api":{"Maps":["titleSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"navigation-line.html","path":"src/maps/navigation-line.html"},{"displayName":"navigation-line.ts","path":"src/maps/navigation-line.ts"},{"displayName":"map-location.json","path":"src/maps/map-data/map-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010108","order":1,"component":"Maps","dir":"maps","parentId":"010"},"0010109":{"url":"legend","name":"Legend","description":"This demo for Essential JS2 Maps control visualizes grouping of countries in the legend based on its population density.","category":"Features","api":{"Maps":["zoomSettings","titleSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"legend.html","path":"src/maps/legend.html"},{"displayName":"legend.ts","path":"src/maps/legend.ts"},{"displayName":"legend-datasource.json","path":"src/maps/map-data/legend-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"0010109","order":1,"component":"Maps","dir":"maps","parentId":"010"},"00101010":{"url":"color-mapping","name":"Color Mapping","description":"This sample shows the average amount of rainfall and snowfall in spring season of all the states in US. Color mapping is applied to the shapes.","category":"Features","api":{},"sourceFiles":[{"displayName":"color-mapping.html","path":"src/maps/color-mapping.html"},{"displayName":"color-mapping.ts","path":"src/maps/color-mapping.ts"},{"displayName":"color-mapping.json","path":"src/maps/map-data/color-mapping.json"}],"uid":"00101010","order":1,"component":"Maps","dir":"maps","parentId":"010"},"00101011":{"url":"annotation","name":"Annotations","description":"This demo for Essential JS2 Maps control depicts the facts about Africa continent and a direction compass in an annotation.","category":"Features","api":{"Maps":["zoomSettings","annotations","layers"]},"sourceFiles":[{"displayName":"annotation.html","path":"src/maps/annotation.html"},{"displayName":"annotation.ts","path":"src/maps/annotation.ts"},{"displayName":"africa-continent.json","path":"src/maps/map-data/africa-continent.json"}],"uid":"00101011","order":1,"component":"Maps","dir":"maps","parentId":"010"},"00101012":{"url":"osm","name":"OpenStreetMap","category":"Map Providers","sourceFiles":[{"displayName":"osm.html","path":"src/maps/osm.html"},{"displayName":"osm.ts","path":"src/maps/osm.ts"}],"uid":"00101012","order":2,"component":"Maps","dir":"maps","parentId":"010"},"00101013":{"url":"osm-with-navigation-lines","name":"OSM with Navigation Lines","category":"Map Providers","sourceFiles":[{"displayName":"osm-navigationlines.html","path":"src/maps/osm-with-navigation-lines.html"},{"displayName":"osm-navigationlines.ts","path":"src/maps/osm-with-navigation-lines.ts"}],"uid":"00101013","order":2,"component":"Maps","dir":"maps","parentId":"010"},"00101014":{"url":"osm-with-sublayers","name":"OSM with Sublayer","category":"Map Providers","sourceFiles":[{"displayName":"osm-sublayers.html","path":"src/maps/osm-with-sublayers.html"},{"displayName":"osm-sublayers.ts","path":"src/maps/osm-with-sublayers.ts"},{"displayName":"africa.json","path":"src/maps/map-data/africa.json"}],"uid":"00101014","order":2,"component":"Maps","dir":"maps","parentId":"010"},"00101015":{"url":"tooltip","name":"Tooltip","description":"This demo for Essential JS2 Maps control depicts the countries that were appeared in the finals of Cricket World Cup and their counts.","category":"User Interaction","api":{"Maps":["titleSettings","zoomSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"tooltip-datasource.html","path":"src/maps/tooltip.html"},{"displayName":"tooltip-datasource.ts","path":"src/maps/tooltip.ts"},{"displayName":"tooltip-datasource.json","path":"src/maps/map-data/tooltip-datasource.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101015","order":3,"component":"Maps","dir":"maps","parentId":"010"},"00101016":{"url":"selection","name":"Selection & Highlight","description":"This demo for Essential JS2 Maps control visualizes USA president election results in the year 2016. Default and interactive are the two types of legend.","category":"User Interaction","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"selection.html","path":"src/maps/selection.html"},{"displayName":"selection.ts","path":"src/maps/selection.ts"},{"displayName":"selection-datasource.json","path":"src/maps/map-data/selection-datasource.json"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"00101016","order":3,"component":"Maps","dir":"maps","parentId":"010"},"00101017":{"url":"zooming","name":"Zooming & Panning","description":"This demo for Essential JS2 Maps control depicts the properties required to zoom and pan the rendered map.","category":"User Interaction","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"zooming.html","path":"src/maps/zooming.html"},{"displayName":"zooming.ts","path":"src/maps/zooming.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"zooming-datasource.json","path":"src/maps/map-data/zooming-datasource.json"}],"uid":"00101017","order":3,"component":"Maps","dir":"maps","parentId":"010"},"00101018":{"url":"zoom-marker","name":"Zoom to fit all markers","type":"new","description":"This demo for Essential JS2 Maps control depicts the capitals of all countries in south america using markers and map will zoom based on marker position.","category":"User Interaction","api":{"Maps":["zoomSettings","layers","marker"]},"sourceFiles":[{"displayName":"zoom-marker.html","path":"src/maps/zoom-marker.html"},{"displayName":"zoom-marker.ts","path":"src/maps/zoom-marker.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"southamerica-country-capitals.json","path":"src/maps/map-data/southamerica-country-capitals.json"}],"uid":"00101018","order":3,"component":"Maps","dir":"maps","parentId":"010"},"00101019":{"url":"drilldown","name":"Drill Down","description":"This demo for Essential JS2 Maps control demonstrates drill down with all the continents in the initial view and countries on drill.","category":"User Interaction","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"drilldown.html","path":"src/maps/drilldown.html"},{"displayName":"drilldown.ts","path":"src/maps/drilldown.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"africa.json","path":"src/maps/map-data/africa.json"},{"displayName":"europe.json","path":"src/maps/map-data/europe.json"},{"displayName":"asia.json","path":"src/maps/map-data/asia.json"},{"displayName":"north-america.json","path":"src/maps/map-data/north-america.json"},{"displayName":"south-america.json","path":"src/maps/map-data/south-america.json"},{"displayName":"oceania.json","path":"src/maps/map-data/oceania.json"}],"uid":"00101019","order":3,"component":"Maps","dir":"maps","parentId":"010"},"00101020":{"url":"print","name":"Print","description":"This demo for Essential JS2 Maps control illustrates the printing functionality in the maps control.","category":"Print and Export","api":{"Maps":["titleSettings","legendSettings","layers"]},"sourceFiles":[{"displayName":"print.html","path":"src/maps/print.html"},{"displayName":"print.ts","path":"src/maps/print.ts"},{"displayName":"print-datasource.json","path":"src/maps/map-data/print-datasource.json"},{"displayName":"usa.json","path":"src/maps/map-data/usa.json"}],"uid":"00101020","order":4,"component":"Maps","dir":"maps","parentId":"010"},"00101021":{"url":"export","name":"Export","description":"This demo for Essential JS2 Maps control illustrates the exporting functionality in the maps control.","category":"Print and Export","api":{"Maps":["titleSettings","layers"]},"sourceFiles":[{"displayName":"export.html","path":"src/maps/export.html"},{"displayName":"export.ts","path":"src/maps/export.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101021","order":4,"component":"Maps","dir":"maps","parentId":"010"},"00101022":{"url":"heat-map","name":"Heat Map","description":"This demo for Essential JS2 Maps control visualizes the state wise population of India in the year 2011. Color for states will be applied based on its value.","category":"Use Cases","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"heat-map.html","path":"src/maps/heat-map.html"},{"displayName":"heat-map.ts","path":"src/maps/heat-map.ts"},{"displayName":"heatmap-datasource.json","path":"src/maps/map-data/heatmap-datasource.json"},{"displayName":"india.json","path":"src/maps/map-data/india.json"}],"uid":"00101022","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101023":{"url":"curved-lines","name":"Flight routes","description":"This demo for Essential JS2 Maps control demonstrates the flight routes from India to China using navigation lines feature.","category":"Use Cases","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"curved-lines.html","path":"src/maps/curved-lines.html"},{"displayName":"curved-lines.ts","path":"src/maps/curved-lines.ts"},{"displayName":"marker-location.json","path":"src/maps/map-data/marker-location.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101023","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101024":{"url":"earthquake","name":"Earthquake indication","description":"This demo for Essential JS2 Maps control demonstrates the earth quack occurred in Sumatra, Indonesia in the year 2009.","category":"Use Cases","api":{"Maps":["zoomSettings","titleSettings","layers"]},"sourceFiles":[{"displayName":"earthquake.html","path":"src/maps/earthquake.html"},{"displayName":"earthquake.ts","path":"src/maps/earthquake.ts"},{"displayName":"asia.json","path":"src/maps/map-data/asia.json"}],"uid":"00101024","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101025":{"url":"highlighted-region","name":"Highlighted region","description":"This demo for Essential JS2 Maps control depicts the ATM populated areas in Oklahoma by highlighting the regions.","category":"Use Cases","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"highlighted-region.html","path":"src/maps/highlighted-region.html"},{"displayName":"highlighted-region.ts","path":"src/maps/highlighted-region.ts"},{"displayName":"oklahoma.json","path":"src/maps/map-data/oklahoma.json"}],"uid":"00101025","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101026":{"url":"cyber-attack-map","name":"Cyber Attack Map","description":"This demo for Essential JS2 Maps control visualizes the cyber attack map, which displays the cyber attacks and threats from various countries to USA.","category":"Use Cases","api":{"Maps":["layers"]},"sourceFiles":[{"displayName":"cyber-attack-map.html","path":"src/maps/cyber-attack-map.html"},{"displayName":"cyber-attack-map.ts","path":"src/maps/cyber-attack-map.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101026","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101027":{"url":"dynamic-marker","name":"Dynamic markers","description":"This demo for Essential JS2 Maps control visualizes the dynamically added the marker and navigation line.","category":"Use Cases","api":{"Maps":["layers","markerSetting","navigationLineSettings","click"]},"sourceFiles":[{"displayName":"dynamic-marker.html","path":"src/maps/dynamic-marker.html"},{"displayName":"dynamic-marker.ts","path":"src/maps/dynamic-marker.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101027","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101028":{"url":"pie","name":"Map with Pie chart","description":"This demo for Essential JS2 Maps control visualizes the placing of pie charts on the maps using marker templates.","category":"Use Cases","api":{"Maps":["titleSettings","legendSettings","zoomSettings","layers"]},"sourceFiles":[{"displayName":"pie.html","path":"src/maps/pie.html"},{"displayName":"pie.ts","path":"src/maps/pie.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101028","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101029":{"url":"map-with-slider","name":"Map with Slider","description":"This demo for Essential JS2 Maps control demonstrates the rendering of normal geometry type shapes on the map.","category":"Use Cases","api":{},"sourceFiles":[{"displayName":"map-with-slider.html","path":"src/maps/map-with-slider.html"},{"displayName":"map-with-slider.ts","path":"src/maps/map-with-slider.ts"},{"displayName":"population-growth.json","path":"src/maps/map-data/population-growth.json"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"}],"uid":"00101029","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101030":{"url":"sales-map","name":"Sales map","type":"new","description":"This demo for Essential JS2 Maps control depicts the sales details from all over the world using marker.","category":"Use Cases","api":{"Maps":["zoomSettings","layers"]},"sourceFiles":[{"displayName":"sales-map.html","path":"src/maps/sales-map.html"},{"displayName":"sales-map.ts","path":"src/maps/sales-map.ts"},{"displayName":"world-map.json","path":"src/maps/map-data/world-map.json"},{"displayName":"seat.json","path":"src/maps/map-data/sales-map.json"}],"uid":"00101030","order":5,"component":"Maps","dir":"maps","parentId":"010"},"00101031":{"url":"seat-selection","name":"Bus seat booking","description":"This demo for Essential JS2 Maps control demonstrates the rendering of normal geometry type shapes on the map.","category":"Use Cases","api":{},"sourceFiles":[{"displayName":"seat-selection.html","path":"src/maps/seat-selection.html"},{"displayName":"seat-selection.ts","path":"src/maps/seat-selection.ts"},{"displayName":"seat.json","path":"src/maps/map-data/seat.json"}],"uid":"00101031","order":5,"component":"Maps","dir":"maps","parentId":"010"},"0011110":{"url":"default","name":"Default","description":"This demo for Essential JS2 Range Navigator control shows the default rendering of range navigator with range area series.","category":"Range Selector","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011110","order":0,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011111":{"url":"light-weight","name":"Lightweight","description":"This demo for Essential JS2 Range Navigator control shows the rendering of light-weight range navigator.","category":"Range Selector","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011111","order":0,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011112":{"url":"date-time","name":"DateTime","description":"This demo for Essential JS2 Range Navigator control shows how to plot date-time values in range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011112","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011113":{"url":"double","name":"Numeric Axis","description":"This demo for Essential JS2 Range Navigator control shows how to plot numeric data values in the range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011113","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011114":{"url":"logarithmic","name":"Logarithmic Axis","description":"This demo for Essential JS2 Range Navigator control shows how to visualize the logarithmic scale when data has wide range of values.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011114","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011115":{"url":"multilevel","name":"Multilevel Labels","description":"This demo for Essential JS2 Range Navigator control shows how to display the second level labels in range navigator.","category":"Axis","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011115","order":1,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011116":{"url":"period-selector","name":"Default","description":"This demo for Essential JS2 Range Navigator control shows how to display the period selector for a range with specified periods.","category":"Period Selector","api":{"RangeNavigator":["PeriodSelector","series","intervalType"]},"uid":"0011116","order":2,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011117":{"url":"period-selector-stocks","name":"Stock Chart","description":"This demo for Essential JS2 Range Navigator control shows how to render the stock charts with specified periods using period selector.","category":"Period Selector","api":{"RangeNavigator":["PeriodSelector","series","intervalType"]},"uid":"0011117","order":2,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011118":{"url":"empty-data","name":"Empty Points","description":"This demo for Essential JS2 Range Navigator control shows how to render the empty points in the range navigator.","category":"Customization","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"0011118","order":3,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0011119":{"url":"filter","name":"Filter","description":"This demo for Essential JS2 Range Navigator control shows how to bind the filtered values of the range navigator to grid control.","category":"Customization","api":{"RangeNavigator":["valueType","series","intervalType"]},"uid":"0011119","order":3,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"00111110":{"url":"export","name":"Print and Export","description":"This demo for Essential JS2 Range Navigator control shows how to print the charts and export the chart contents to various formats at client-side.","category":"Export","api":{"RangeNavigator":["valueType","series","export"]},"uid":"00111110","order":4,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"00111111":{"url":"right-to-left","name":"RTL","description":"This demo for Essential JS2 Range Navigator control shows how to invert an axis in the range navigator.","category":"RTL","api":{"RangeNavigator":["valueType","series","intervalType","enableGrouping"]},"uid":"00111111","order":5,"component":"Range Selector","dir":"range-navigator","parentId":"011"},"0012120":{"url":"default","name":"Default","description":"This demo for Essential JS2 Smith Chart control visualizes two transmissions. Impedance and admittance are the two types of rendering in smith chart.","category":"Smith Chart","api":{},"uid":"0012120","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"},"0012121":{"url":"custom","name":"Customization","description":"This demo for Essential JS2 Smith Chart control visualizes the properties required to render the smith chart.","category":"Smith Chart","api":{},"uid":"0012121","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"},"0012122":{"url":"print-export","name":"Print and Export","description":"This demo for Essential JS2 Smith Chart control explores the exporting and printing functionality of smith chart.","category":"Smith Chart","api":{},"uid":"0012122","order":0,"component":"Smith Chart","dir":"smith-chart","parentId":"012"},"0013130":{"url":"ean8","name":"EAN-8","description":"This sample visualizes the 8-digit Global Trade Identification Numbers. It was introduced for use on small packages where an EAN-8 barcode would be too large.","category":"Getting Started","uid":"0013130","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013131":{"url":"code128","name":"Code 128","description":"This sample visualizes a barcode image that presents alphanumeric combinations and it consist of start character, data digits etc.","category":"Getting Started","uid":"0013131","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013132":{"url":"code128A","name":"Code 128A","description":"This sample visualizes a barcode image that presents information with a combination of numbers, and control characters such as tab and new line.","category":"Getting Started","uid":"0013132","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013133":{"url":"code128B","name":"Code 128B","description":"This sample visualizes a barcode image that presents information with a combination of numbers, and control characters such as tab and new line.","category":"Getting Started","uid":"0013133","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013134":{"url":"code128C","name":"Code 128C","description":"This sample visualizes a barcode image that presents information with a combination of numbers, uppercase and lowercase letters, and some additional characters.","category":"Getting Started","uid":"0013134","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013135":{"url":"code93","name":"Code 93","description":"This sample has a native character set of 26 uppercase letters, 10 digits, and 7 special characters.","category":"Getting Started","uid":"0013135","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013136":{"url":"code32","name":"Code 32","description":"This sample visualizes the pharmaceutical code that encodes numeric data in a compressed format and supports all numeric digits and all uppercase letters","category":"Getting Started","uid":"0013136","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013137":{"url":"codabar","name":"Codabar","description":"This sample visualizes a barcode that is designed to be accurately read even when printed with dot matrix printers.","category":"Getting Started","uid":"0013137","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013138":{"url":"ean13","name":"EAN-13","description":"This sample visualizes the 13-digit Global Trade Identification Numbers.It comprises of 13 digits such as manufacturer code, product code etc","category":"Getting Started","uid":"0013138","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0013139":{"url":"upca","name":"UPC-A","description":"A UPC-A barcode consists of four areas: number system, manufacturer code, product code, and check digit","category":"Getting Started","uid":"0013139","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"00131310":{"url":"upce","name":"UPC-E","description":"This sample visualizes a product package identification number consist of 6 digits. It is mainly used for scanning products in small packages","category":"Getting Started","uid":"00131310","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"00131311":{"url":"code39","name":"Code39","description":"visualizes Code 39, a self-checking barcode symbology that consists of uppercase letters, and several special characters.","category":"Getting Started","uid":"00131311","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"00131312":{"url":"code39Extd","name":"Code 39 Extended","description":"This sample visualizes the model number of an item in the automotive industry.It supports both standard and extended Code 39 barcodes","category":"Getting Started","uid":"00131312","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"00131313":{"url":"qrcode","name":"QR Code","description":"This sample displays a machine-readable optical label that contains information about the item to which it is attached.","category":"Getting Started","uid":"00131313","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"00131314":{"url":"datamatrix","name":"Data Matrix","description":"This example shows how to display encoded text or numerical values as the label using the Barcode component","category":"Getting Started","uid":"00131314","order":0,"component":"Barcode","dir":"barcode","parentId":"013"},"0014140":{"url":"default","name":"Default","description":"This demo for Essential JS2 Sparkline control visualizes population, population density, population growth rate, and birth rate of various countries.","category":"Sparkline Charts","api":{},"uid":"0014140","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014141":{"url":"series-types","name":"Series Types","description":"This demo for Essential JS2 Sparkline control depicts the various series types available in the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014141","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014142":{"url":"axis-types","name":"Axis value types","description":"This demo for Essential JS2 Sparkline control depicts the various axis types available in the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014142","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014143":{"url":"spark-grid","name":"Sparkline in Grid","description":"This demo for Essential JS2 Sparkline control demonstrates rendering sparklines in the data grid control.","category":"Sparkline Charts","api":{},"uid":"0014143","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014144":{"url":"customization","name":"Customization","description":"This demo for Essential JS2 Sparkline control depicts the properties required to customize the sparkline.","category":"Sparkline Charts","api":{},"uid":"0014144","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014145":{"url":"live-update","name":"Live Update","description":"This demo for Essential JS2 Sparkline control depicts the task manager with live data update for sparklines.","category":"Sparkline Charts","api":{},"uid":"0014145","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0014146":{"url":"range-band","name":"Range Band","description":"This demo for Essential JS2 Sparkline control depicts the range band feature and its customization options.","category":"Sparkline Charts","api":{},"uid":"0014146","order":0,"component":"Sparkline Charts","dir":"sparkline","parentId":"014"},"0015150":{"url":"default","name":"Default Functionalities","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"default.html","path":"src/treemap/default.html"},{"displayName":"default.ts","path":"src/treemap/default.ts"},{"displayName":"car-sales.json","path":"src/treemap/treemap-data/car-sales.json"}],"uid":"0015150","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015151":{"url":"layout","name":"Layout","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"layout.html","path":"src/treemap/layout.html"},{"displayName":"layout.ts","path":"src/treemap/layout.ts"},{"displayName":"econmics.json","path":"src/treemap/treemap-data/econmics.json"}],"uid":"0015151","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015152":{"url":"drilldown","name":"Drilldown","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"drilldown.html","path":"src/treemap/drilldown.html"},{"displayName":"drilldown.ts","path":"src/treemap/drilldown.ts"},{"displayName":"drilldown-sample.json","path":"src/treemap/treemap-data/drilldown-sample.json"}],"uid":"0015152","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015153":{"url":"customization","name":"Customization","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"customization.html","path":"src/treemap/customization.html"},{"displayName":"customization.ts","path":"src/treemap/customization.ts"},{"displayName":"metal.json","path":"src/treemap/treemap-data/metal.json"}],"uid":"0015153","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015154":{"url":"label","name":"Data Label","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"label.html","path":"src/treemap/label.html"},{"displayName":"label.ts","path":"src/treemap/label.ts"},{"displayName":"country-population.json","path":"src/treemap/treemap-data/country-population.json"}],"uid":"0015154","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015155":{"url":"tooltip","name":"Tooltip","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"tooltip.html","path":"src/treemap/tooltip.html"},{"displayName":"tooltip.ts","path":"src/treemap/tooltip.ts"},{"displayName":"airport-count.json","path":"src/treemap/treemap-data/airport-count.json"}],"uid":"0015155","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015156":{"url":"election","name":"Legend","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"election.html","path":"src/treemap/election.html"},{"displayName":"election.ts","path":"src/treemap/election.ts"},{"displayName":"election-data.json","path":"src/treemap/treemap-data/election-data.json"}],"uid":"0015156","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015157":{"url":"color-mapping","name":"Color Mapping","description":"This demo for Essential JS2 TreeMap control visualizes the population level of various continents in 2011 based on the gender and age group.","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"color-mapping.html","path":"src/treemap/color-mapping.html"},{"displayName":"color-mapping.ts","path":"src/treemap/color-mapping.ts"},{"displayName":"largest-population-city.ts","path":"src/treemap/treemap-data/color.json"}],"uid":"0015157","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015158":{"url":"selection","name":"Selection & Highlight","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"selection.html","path":"src/treemap/selection.html"},{"displayName":"selection.ts","path":"src/treemap/selection.ts"},{"displayName":"import.json","path":"src/treemap/treemap-data/import.json"}],"uid":"0015158","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0015159":{"url":"print","name":"Print & Export","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"print.html","path":"src/treemap/print.html"},{"displayName":"print.ts","path":"src/treemap/print.ts"},{"displayName":"product.json","path":"src/treemap/treemap-data/product.json"}],"uid":"0015159","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"00151510":{"url":"pie","name":"TreeMap with Pie","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"pie.html","path":"src/treemap/pie.html"},{"displayName":"pie.ts","path":"src/treemap/pie.ts"},{"displayName":"continent_data.json","path":"src/treemap/treemap-data/continent_data.json"}],"uid":"00151510","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"00151511":{"url":"rtl","name":"RTL","category":"TreeMap","api":{},"sourceFiles":[{"displayName":"rtl.html","path":"src/treemap/rtl.html"},{"displayName":"rtl.ts","path":"src/treemap/rtl.ts"},{"displayName":"rtl-data.json","path":"src/treemap/treemap-data/rtl-data.json"}],"uid":"00151511","order":0,"component":"TreeMap","dir":"treemap","parentId":"015"},"0016160":{"url":"default","name":"Default","description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with different customized values.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","enableGroupSeparator","labelFormat"]},"uid":"0016160","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},"0016161":{"url":"multiple-data","name":"Multiple Data","description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with multiple data values.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","labelFormat","dataSource"]},"uid":"0016161","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},"0016162":{"url":"right-to-left","name":"RTL","description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with right to left mode.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","labelFormat","enableRtl"]},"uid":"0016162","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},"0016163":{"url":"bar-customization","name":"Feature and Target Bar","description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with different customized bar types.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","labelFormat","enableRtl"]},"uid":"0016163","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},"0016164":{"url":"customization","name":"Range and Label Settings","description":"This demo for Essential JS2 Bullet Chart control shows the default rendering of bullet chart with different customized values.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","labelFormat","enableRtl"]},"uid":"0016164","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},"0016165":{"url":"tooltip","name":"Tooltip Template","description":"This demo for Essential JS2 Bullet Chart control shows the tooltip customization.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","orientation"]},"uid":"0016165","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},"0016166":{"url":"orientation","name":"Orientation","description":"This demo for Essential JS2 Bullet Chart control shows the orientation sample.","category":"Bullet Chart","api":{"BulletChart":["tooltip","titleStyle","orientation"]},"uid":"0016166","order":0,"component":"Bullet Chart","dir":"bullet-chart","parentId":"016"},"0017170":{"url":"tools","name":"Overview","type":"update","description":"This demo describes basic and advanced features of the JavaScript rich text editor control (WYSIWYG HTML Editor) with all its tools and functionalities.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","showCharCount","actionBegin","actionComplete","maxLength","appendTo"],"ToolbarSettings":["items"]},"uid":"0017170","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"0017171":{"url":"rich-text-editor","name":"Default Functionalities","description":"This demo shows how to render HTML5 JavaScript rich text editor (JavaScript WYSIWYG HTML editor) control with a minimum configuration setting.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","appendTo"]},"uid":"0017171","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"0017172":{"url":"image","name":"Image","description":"This demo explains how to insert images with a blob or base64 format, link to the images, image upload, rotate left/right, and more in JS WYSIWYG HTML Editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","quickToolbarSettings","toolbarClick","appendTo","getRange"],"QuickToolbarSettings":["image"]},"uid":"0017172","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"0017173":{"url":"inline","name":"Inline","description":"This demo shows inline WYSIWYG HTML editor that is displayed when selecting the content or simply focusing on the content inside the JS Rich Text Editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","inlineMode","toolbarSettings","format","fontFamily","appendTo","dataBind"],"InlineMode":["enable","onSelection"],"ToolbarSettings":["items"],"Format":["width"],"FontFamily":["width"]},"uid":"0017173","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"0017174":{"url":"paste-cleanup","name":"Paste from MS Word","description":"This demo explains how to clean up HTML when pasting a content from Microsoft Word, Visual Studio Code, Visual Studio, or a web page in JS HTML Editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","pasteCleanupSettings","appendTo"],"PasteCleanupSettings":["prompt","plainText","keepFormat","deniedTags","deniedAttrs","allowedStyleProps"]},"uid":"0017174","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"0017175":{"url":"iframe","name":"IFrame","description":"This demo shows how to render a JavaScript rich text editor (iframe editor) that was designed by using the iframe element covering all tool functionalities.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","height","iframeSettings","toolbarSettings","actionBegin","actionComplete","appendTo"],"IFrameSettings":["enable"],"ToolbarSettings":["items"]},"uid":"0017175","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"0017176":{"url":"print","name":"Print","description":"This demo sample shows how to print the content of the JavaScript rich text editor (HTML editor) with styles and formatting using the print module.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","print","appendTo"],"ToolbarSettings":["items"]},"uid":"0017176","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"0017177":{"url":"ajax-load","name":"Ajax Content","description":"This demo shows how to load the content to the editor from external sources like external pages andfiles using the AJAX library in JavaScript WYSIWYG Editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","value","appendTo"]},"uid":"0017177","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"0017178":{"url":"form-validation","name":"Form Validation","description":"This demo shows how to validate the content of the JS WYSIWYG editor using obtrusive validation with the Form validation library.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","showCharCount","maxLength","placeholder","appendTo"]},"uid":"0017178","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"0017179":{"url":"resize-editor","name":"Resizable Editor","description":"This demo explains how to render a resizable JavaScript Editor that allows resizing an editor and viewing its content with an enlarging or shrunk scale.","category":"Rich Text Editor","api":{"RichTextEditor":["enableResize","appendTo"]},"uid":"0017179","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171710":{"url":"api","name":"API","description":"This demo covers important APIs of the JavaScript rich text editor such as content length, HTML encoding, read-only, retrieve the selected content, and more.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","showCharCount","maxLength","appendTo","readonly","enabled","enableHtmlEncode","value","getSelection","selectAll"]},"uid":"00171710","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171711":{"url":"client-side-events","name":"Events","description":"This demo explains client-side events of JavaScript HTML Text Editor that is triggered on editing and formatting operations with an event tracer.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","toolbarSettings","created","actionBegin","actionComplete","focus","blur","change","toolbarClick","appendTo"],"ToolbarSettings":["items"]},"uid":"00171711","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171712":{"url":"blog-posting","name":"Use Case","description":"The Rich Text Editor is used in most real-time applications. The html5 rich text editor example shows how to design a forum application in JS application.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","placeholder","value","dataBind","refresh","appendTo"]},"uid":"00171712","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171713":{"url":"auto-save","name":"Auto Save","description":"This demo shows how to autosave the content of the editor with customized time intervals and retrieve the saved content in JS Rich Text Editor.","category":"Rich Text Editor","api":{"RichTextEditor":["Inject","placeholder","enablePersistance","saveInterval","toolbarSettings","appendTo"]},"uid":"00171713","order":0,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171714":{"url":"types","name":"Type","description":"This demo demonstrates different types and behaviors of a toolbar used in the JS HTML Editor such as expand/collapse, multirow, and floating.","category":"Toolbar","api":{"RichTextEditor":["Inject","floatingToolbarOffset","toolbarSettings","actionBegin","actionComplete","dataBind","appendTo"],"ToolbarSettings":["items","type","enableFloating"]},"uid":"00171714","order":1,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171715":{"url":"insert-emoticons","name":"Insert Emoticons","description":"This demo demonstrates how to insert emoticons into the rich content in JS WYSIWYG HTML Editor using a custom tool in the editor toolbar.","category":"Custom Tool","api":{"RichTextEditor":["Inject","toolbarSettings","value","created","appendTo"],"ToolbarSettings":["items"]},"uid":"00171715","order":2,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171716":{"url":"insert-special-characters","name":"Insert Special Characters","description":"The demo demonstrates how to add special characters or symbols into the rich content in JS Rich Text Editor using a custom toolbar command.","category":"Custom Tool","api":{"RichTextEditor":["Inject","toolbarSettings","value","created","appendTo"],"ToolbarSettings":["items"]},"uid":"00171716","order":2,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171717":{"url":"markdown-editor","name":"Overview","description":"This demo for Syncfusion JavaScript rich text editor control shows the markdown editing in the rich text editor with complete features.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","appendTo"],"ToolbarSettings":["items"]},"uid":"00171717","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171718":{"url":"markdown-editor-preview","name":"Preview","description":"This demo covers all supported features and functionalities of the JavaScript Markdown editor, which is another mode of the JavaScript Rich Text Editor.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","actionBegin","appendTo"],"ToolbarSettings":["items"]},"uid":"00171718","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171719":{"url":"markdown-editor-custom-format","name":"Custom Format","description":"This demo explains how to convert markdown content (with the custom format) to valid HTML markup using Markdown-to-HTML of the markdown parser in JavaScript.","category":"Markdown","api":{"RichTextEditor":["Inject","toolbarSettings","height","created","disableToolbarItem","enableToolbarItem","editorMode","formatter","appendTo"],"ToolbarSettings":["items"]},"uid":"00171719","order":3,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"00171720":{"url":"tribute","name":"Tribute JS","description":"This demo shows how to integrate Mention library like Tribute JS within the JavaScript HTML text editor to get the autocomplete popup with a suggestion list.","category":"Third-parties Integration","api":{"RichTextEditor":["placeholder","appendTo"]},"uid":"00171720","order":4,"component":"Rich Text Editor","dir":"rich-text-editor","parentId":"017"},"0018180":{"url":"default","name":"Default Functionalities","category":"DocumentEditor","description":"The Document Editor component in JavaScript platform is used to create, edit, view, and print Word documents in web applications.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018180","order":0,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"0018181":{"url":"character-formatting","name":"Character Formatting","category":"Editing Features","description":"The Document Editor supports character formatting such as bold, italic, underline, subscript, superscript, font color, and more in JavaScript platform.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018181","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"0018182":{"url":"paragraph-formatting","name":"Paragraph Formatting","category":"Editing Features","description":"The Document Editor supports paragraph formatting such as indentation, paragraph spacing, line spacing, and text alignment in JavaScript platform.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018182","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"0018183":{"url":"styles","name":"Styles","category":"Editing Features","description":"The Document Editor supports both built-in and custom styles for character format and paragraph format.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018183","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"0018184":{"url":"bullets-and-numbering","name":"Bullets and Numbering","category":"Editing Features","description":"The Document Editor supports bullets and numbering. Both single list and multi-level lists can be added.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018184","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"0018185":{"url":"links-and-bookmarks","name":"Hyperlinks and Bookmarks","category":"Editing Features","description":"The Document Editor supports hyperlinks and bookmarks. The link can be a file, mail, webpage, or bookmark.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018185","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"0018186":{"url":"table-formatting","name":"Table Formatting","category":"Editing Features","description":"The Document Editor supports table formatting such as cell margins, cell spacing, horizontal merge, vertical merge, border styles, background color, and more.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018186","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"0018187":{"url":"section-formatting","name":"Section Formatting","category":"Editing Features","description":"The Document Editor supports section formatting such as page size, page margins, header distance, and footer distance.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018187","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"0018188":{"url":"headers-and-footers","name":"Headers and Footers","category":"Editing Features","description":"The Document Editor supports headers and footers. Different headers and footers can be added to the first page, odd pages, and even pages.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018188","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"0018189":{"url":"table-of-contents","name":"Table of Contents","category":"Editing Features","description":"The Document Editor supports table of contents with options for including hyperlink, page number, right-aligned tabs, and styles.","api":{"DocumentEditor":["isReadOnly","enableAllModules","acceptTab","documentName","pageOutline","selection","editor","editorHistory","enableLocalPaste","pageCount","zoomFactor","documentChange","viewChange","selectionChange","requestNavigate","contentChange","open","print","openBlank","focusIn","save","showDialog","showOptionsPane","fitPage","getStyleNames","resize"],"Selection":["contextType","characterFormat","paragraphFormat","sectionFormat","cellFormat","imageFormat","goToPage","goToHeader","goToFooter","closeHeaderFooter"],"SelectionCharacterFormat":["bold","italic","underline","fontFamily","fontSize","fontColor","highlightColor","strikethrough","baselineAlignment"],"SelectionParagraphFormat":["textAlignment","lineSpacing","styleName"],"SelectionSectionFormat":["differentFirstPage","differentOddAndEvenPages","headerDistance","footerDistance"],"SelectionCellFormat":["topMargin","bottomMargin","leftMargin","rightMargin","verticalAlignment","background"],"SelectionImageFormat":["width","height","resize"],"Editor":["insertImage","toggleBold","toggleItalic","toggleUnderline","toggleStrikethrough","toggleSubscript","toggleSuperscript","toggleTextAlignment","increaseIndent","decreaseIndent","applyNumbering","applyBullet","applyStyle","clearList","clearFormatting","canMergeCells","mergeCells","applyBorders","insertPageNumber","insertTableOfContents","insertRow","insertColumn","deleteRow","deleteColumn"],"EditorHistory":["undo","redo","canUndo","canRedo"]},"uid":"0018189","order":1,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"00181810":{"url":"print","name":"Print","category":"Print","description":"The Document Editor component in JavaScript is used to view and print Word documents in web applications by injecting only the modules that are necessary.","api":{"DocumentEditor":["enablePrint","documentName","pageOutline","scrollToPage","viewChange","documentChange","zoomFactorChange"]},"uid":"00181810","order":2,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"00181811":{"url":"right-to-left","name":"Right To Left","category":"RTL","description":"The Document Editor supports right to left for users who use right-to-left languages (Arabic, Hebrew, Urdu, etc.).","api":{"DocumentEditor":["enableRtl"]},"uid":"00181811","order":3,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"00181812":{"url":"custom-context-menu","name":"Custom Context Menu","category":"Customization","description":"The Document Editor supports custom options for users who use to add custom options in context menu.","api":{"ContextMenu":["addCustomMenu","customContextMenuSelect","customContextMenuBeforeOpen"]},"uid":"00181812","order":4,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"00181813":{"url":"auto-save","name":"Auto Save","category":"Customization","description":"The Document Editor supports auto save functionality to let the users for saving the documents automatically at customized time interval.","uid":"00181813","order":4,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"00181814":{"url":"chart","name":"Chart Preservation","category":"Charts","description":"The Document Editor supports chart preservation for users who use to view their business reports with intuitive graphical data visualization.","uid":"00181814","order":5,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"00181815":{"url":"document-protection","name":"Document Protection","category":"Security","description":"The Document Editor provides document protection supports to restrict the types of changes can be made to the document by a user/user group.","uid":"00181815","order":6,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"00181816":{"url":"comments","name":"Comments","category":"Review","type":"new","description":"The Document Editor component supports add and edit comments in a Word document for comment discussion.","uid":"00181816","order":7,"component":"DocumentEditor","dir":"document-editor","parentId":"018","hideOnDevice":true},"0019190":{"url":"default","name":"Default Functionalities","category":"Chips","description":"This sample demonstrates functionalities of Chips with different types. Click and interact the chip, to select single or multiple chips from collection.","uid":"0019190","order":0,"component":"Chips","dir":"chips","parentId":"019"},"0019191":{"url":"api","name":"API","category":"Chips","description":"This sample demonstrates common API of chip control. Select any combination of properties from the property pane to customize the appearance of chip.","uid":"0019191","order":0,"component":"Chips","dir":"chips","parentId":"019"},"0020200":{"url":"default","name":"Default Functionalities","category":"Button","ftName":"button","api":{"Button":["isPrimary","cssClass","iconCss","isToggle","iconPosition","content"]},"description":"This example demonstrates the types (flat, toogle, outline, round), sizes and styles (primary, success, info, warning) of the Syncfusion Javascript button.","uid":"0020200","order":0,"component":"Button","dir":"button","parentId":"020"},"0020201":{"url":"button-group","name":"Button Group","category":"Button","ftName":"button-group","description":"This example demonstrates the behaviors (default, checkbox, radio) of the Syncfusion Javascript ButtonGroup.","uid":"0020201","order":0,"component":"Button","dir":"button","parentId":"020"},"0020202":{"url":"checkbox","name":"Checkbox","category":"Button","ftName":"checkbox","api":{"CheckBox":["label","checked","indeterminate","disabled","change"]},"description":"This example demonstrates the three different states (checked, unchecked, indeterminate) of the Syncfusion Javascript CheckBox.","uid":"0020202","order":0,"component":"Button","dir":"button","parentId":"020"},"0020203":{"url":"radio-button","name":"Radio Button","category":"Button","ftName":"radio-button","api":{"RadioButton":["label","name","value","checked"]},"description":"This example demonstrates the group functionality of the Syncfusion Javascript RadioButton with checked and unchecked states.","uid":"0020203","order":0,"component":"Button","dir":"button","parentId":"020"},"0020204":{"url":"dropdown-button","name":"Dropdown Menu","category":"Button","ftName":"dropdown-menu","api":{"DropDownButton":["items","cssClass","iconCss"]},"description":"This example demonstrates the usecases of the Syncfusion Javascript DropDownButton with icons, text and separator in popup action items.","uid":"0020204","order":0,"component":"Button","dir":"button","parentId":"020"},"0020205":{"url":"split-button","name":"Split Button","category":"Button","ftName":"split-button","api":{"SplitButton":["items","content","iconCss","beforeItemRender"]},"description":"This example demonstrates the usecases of the Syncfusion Javascript SplitButton with icons and text in primary splitbutton.","uid":"0020205","order":0,"component":"Button","dir":"button","parentId":"020"},"0020206":{"url":"switch","name":"Switch","category":"Button","ftName":"toggle-switch-button","api":{"Switch":["checked","disabled"]},"description":"This example demonstrates the toggle states (checked, unchecked) of the Syncfusion Javascript Switch.","uid":"0020206","order":0,"component":"Button","dir":"button","parentId":"020"},"0020207":{"url":"progress-button","name":"Progress Button","category":"Button","ftName":"progress-button","api":{"ProgressButton":["content","iconCss","cssClass","duration","disabled","isPrimary","enableProgress","end","begin","spinSettings","animationSettings"]},"description":"This example demonstrates the different functionalities of the Syncfusion Javascript ProgressButton with spinner and progress indicator.","uid":"0020207","order":0,"component":"Button","dir":"button","parentId":"020"},"0021210":{"url":"default","name":"Overview","category":"In-place Editor","description":"This sample demonstrates the default behavior of the In-place Editor control, which works by editing the values in inline and popup in TypeScript platform.","api":{"In-place Editor":["mode","type","value","showButtons","disabled"]},"uid":"0021210","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"021"},"0021211":{"url":"dropdowns","name":"DropDown Controls","category":"In-place Editor","description":"This sample demonstrates the usage of dropdown controls such as Autocomplete, ComboBox, DropDownList, and MultiSelect in TypeScript platform.","api":{"In-place Editor":["mode","type","value","enableEditMode","model"]},"uid":"0021211","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"021"},"0021212":{"url":"pickers","name":"Date Controls","category":"In-place Editor","description":"This sample demonstrates the usage of picker controls such as Date, Time, DateTime, and DateRange in TypeScript platform.","api":{"In-place Editor":["mode","type","value","enableEditMode","model"]},"uid":"0021212","order":0,"component":"In-place Editor","dir":"inplace-editor","parentId":"021"},"0021213":{"url":"edit-post","name":"Edit Post","category":"Use Case","description":"This sample demonstrates the usage of In-place Editor control with a form element in TypeScript platform. Edit the values in place to update to the post.","api":{"In-place Editor":["mode","type","value"]},"uid":"0021213","order":1,"component":"In-place Editor","dir":"inplace-editor","parentId":"021"},"0022220":{"url":"default","name":"Default Functionalities","category":"Scheduler","description":"This demo shows how the Scheduler control functionalities work with the default set of minimal configurations in a JavaScript application.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"0022220","order":0,"component":"Scheduler","dir":"schedule","parentId":"022"},"0022221":{"url":"local-data","name":"Local Data","category":"Data Binding","description":"This demo shows how to populate appointments in the JavaScript Scheduler through local data sources like JSON data types with the proper date format.","api":{"Schedule":["eventSettings","selectedDate"]},"uid":"0022221","order":1,"component":"Scheduler","dir":"schedule","parentId":"022"},"0022222":{"url":"remote-data","name":"Remote Data","category":"Data Binding","description":"This demo shows how to populate appointments or events in the JS Scheduler through remote data sources such as web services, web API, URL, and OData.","api":{"Schedule":["eventSettings","selectedDate"]},"uid":"0022222","order":1,"component":"Scheduler","dir":"schedule","parentId":"022"},"0022223":{"url":"calendar-integration","name":"Sync Google Calendar","category":"Data Binding","description":"This example shows how to synchronously work with JavaScript Scheduler and Google Calendar by converting Scheduler events to the required format.","api":{"Schedule":["eventSettings","dataBinding","selectedDate"]},"uid":"0022223","order":1,"component":"Scheduler","dir":"schedule","parentId":"022"},"0022224":{"url":"recurrence-events","name":"Recurring Events","category":"Appointments","description":"This demo shows how to define recurring events (appointments) with different patterns and rules that meet iCalendar specifications in the JS Scheduler.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0022224","order":2,"component":"Scheduler","dir":"schedule","parentId":"022"},"0022225":{"url":"block-events","name":"Blocking Dates and Time","category":"Appointments","description":"This example shows how to block specific days or time intervals on the JS Scheduler that helps to mark unavailable time or days in Calendar.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0022225","order":2,"component":"Scheduler","dir":"schedule","parentId":"022"},"0022226":{"url":"search-events","name":"Search Events","category":"Appointments","description":"This example shows how to filter the appointments or events of the JS Scheduler based on a search string in a particular field or all fields.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"0022226","order":2,"component":"Scheduler","dir":"schedule","parentId":"022"},"0022227":{"url":"timezone","name":"Timezone","category":"Appointments","description":"This demo shows how the JavaScript Scheduler works with different time zones. The events in the Scheduler automatically adapt to the selected time zone.","api":{"Schedule":["timezone","selectedDate","eventSettings","eventRendered"]},"uid":"0022227","order":2,"component":"Scheduler","dir":"schedule","parentId":"022"},"0022228":{"url":"external-drag-drop","name":"External Drag and Drop","category":"Appointments","description":"This demo shows the ability to drag and drop appointments from an external source (such as the DataGrid, ListView, etc.) into the JavaScript Scheduler.","api":{"Schedule":["currentView","eventSettings","resourceHeaderTemplate","cssClass","workHours","views","group","resources","actionBegin"]},"uid":"0022228","order":2,"component":"Scheduler","dir":"schedule","parentId":"022"},"0022229":{"url":"virtual-scrolling","name":"Virtual Scrolling ","category":"Scrolling","description":"This example illustrates how to achieve high performance in the JavaScript Scheduler using virtual scrolling to load resources and events on demand.","api":{"Schedule":["views","group","resources","eventSettings"]},"uid":"0022229","order":3,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222210":{"url":"views","name":"Basic Views","category":"Views","description":"This example demonstrates the basic views (day, week, workweek, and month) of the JavaScript Scheduler control with their default configurations.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222210","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222211":{"url":"timeline","name":"Timeline Views","category":"Views","description":"This example presents timeline views (day, week, workweek, and month) of the JavaScript Scheduler with their default configurations.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00222211","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222212":{"url":"agenda","name":"Agenda View","category":"Views","description":"This demo shows the agenda view of the JS Schedule that displays events as a list with virtual scrolling, with a number of initially loaded days.","api":{"Schedule":["agendaDaysCount","hideEmptyAgendaDays","currentView","views","eventSettings","selectedDate"]},"uid":"00222212","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222213":{"url":"month-agenda","name":"Month Agenda View","category":"Views","description":"This demo presents the JavaScript Scheduler month-agenda view, which follows the month-view layout while displaying events for a selected date.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222213","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222214":{"url":"year","name":"Year View","category":"Views","description":"This example presents a year view of the JS Scheduler that displays appointments or events for an entire year with a horizontal or vertical layout.","api":{"Schedule":["views","eventSettings"]},"uid":"00222214","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222215":{"url":"views-configuration","name":"Individual View Settings","category":"Views","description":"This demo shows how to configure different settings for each view in the JS Scheduler, like applying event templates to the month view alone.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222215","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222216":{"url":"extended-views","name":"View Intervals","category":"Views","description":"This demo shows how to design own custom views like 3 days, 2 weeks, 4 months apart from the default day, work week, month in JS Event Scheduler.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222216","order":4,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222217":{"url":"timeline-resources","name":"Room Scheduler","category":"Multiple Resources","description":"This demo shows how to design a meeting room calendar, conference room calendar, and cabin room manager using our JavaScript event calendar control.","api":{"Schedule":["currentView","views","selectedDate","resourceHeaderTemplate","eventSettings"]},"uid":"00222217","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222218":{"url":"resources","name":"Fare Calendar","category":"Multiple Resources","description":"This demo is a real-time airfare calendar showcase application with flight and airfare details using the JavaScript Scheduler control.","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222218","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222219":{"url":"resource","name":"Resources","category":"Multiple Resources","description":"This JavaScript Scheduler control example depicts how to show or hide appointments or events based on selected resources among multiple resources.","api":{"Schedule":["width","height","currentView","selectedDate","eventSettings"]},"uid":"00222219","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222220":{"url":"group-editing","name":"Shared Events","category":"Multiple Resources","description":"This demo presents event (appointment) sharing, which enables a single event to be shared by multiple resources in the JS Scheduler event calendar.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00222220","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222221":{"url":"group-custom-work-days","name":"Different Work Days","category":"Multiple Resources","description":"This demo shows how to set different workdays for each resource in a group to build a doctor availability application in the JS event calendar.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00222221","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222222":{"url":"add-remove-resources","name":"Show/Hide Resources","category":"Multiple Resources","description":"This demo shows how to dynamically add or remove resources from the JavaScript Scheduler layout along with their appointments (events).","api":{"Schedule":["currentView","views","selectedDate","eventSettings"]},"uid":"00222222","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222223":{"url":"adaptive-rows","name":"Row Auto Height","category":"Multiple Resources","description":"This demo shows how the work cells of the JS Scheduler adjust their height automatically based on the number of events present in those time ranges.","api":{"Schedule":["rowAutoHeight","currentView","views","selectedDate","eventSettings"]},"uid":"00222223","order":5,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222224":{"url":"resource-grouping","name":"Horizontal Grouping","category":"Resource Grouping","description":"This demo shows how to group multiple resources (e.g., airlines) in the JS Scheduler. The resource header can be customized using a template.","api":{"Schedule":["resourceHeaderTemplate","group","resources","eventSettings"]},"uid":"00222224","order":6,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222225":{"url":"timeline-resource-grouping","name":"Timeline Grouping","category":"Resource Grouping","description":"This demo shows how to group multiple resources with timeline views in the JS Schedule and how to display resources with expanded and collapsed headers.","api":{"Schedule":["group","resources","eventSettings"]},"uid":"00222225","order":6,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222226":{"url":"group-by-date","name":"Date-wise Grouping ","category":"Resource Grouping","description":"This demo shows how to group multiple resources by date in the JS Scheduler. The resource row is rendered under each date in the header.","api":{"Schedule":["group","resources","eventSettings"]},"uid":"00222226","order":6,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222227":{"url":"group-by-child","name":"Hierarchical Grouping ","category":"Resource Grouping","description":"This demo shows how to group resources in a hierarchical structure for parent-child resources in the JavaScript Scheduler control.","api":{"Schedule":["startHour","endHour","group","resources","eventSettings"]},"uid":"00222227","order":6,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222228":{"url":"cell-template","name":"Cell","category":"Templates","description":"This demo shows how to customize the default appearance of work cells with images, links, and coloring styles using cell templates in the JS Scheduler.","api":{"Schedule":["width","height","cellTemplate","views","eventSettings","selectedDate"]},"uid":"00222228","order":7,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222229":{"url":"date-header-template","name":"Date Header","category":"Templates","description":"This demo shows how to customize the default appearance of date header cells with images and links using the template option in the JS Scheduler.","api":{"Schedule":["cssClass","dateHeaderTemplate","eventSettings","eventRendered","renderCell"]},"uid":"00222229","order":7,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222230":{"url":"event-template","name":"Events","category":"Templates","description":"This demo shows how to customize the look and feel of appointments (events) in the JS Shceduler with images and links by using an event template.","api":{"Schedule":["width","height","cellTemplate","views","eventSettings","selectedDate"]},"uid":"00222230","order":7,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222231":{"url":"tooltip","name":"Tooltip","category":"Templates","description":"This demo shows how to enable tooltips (popovers) in JavaScript Scheduler appointments (events) and customize them using a tooltip template.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00222231","order":7,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222232":{"url":"editor-validation","name":"Field Validation","category":"Editor Window","description":"This demo covers the Appointment field validation that adds default and custom validation rules to the editor fields of the JavaScript Scheduler.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00222232","order":8,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222233":{"url":"editor-custom-field","name":"Additional Fields","category":"Editor Window","description":"This demo shows how to customize appointment editor (event window) with additional fields using pop-up open events in the JavaScript event calendar.","api":{"Schedule":["selectedDate","eventSettings","popupOpen"]},"uid":"00222233","order":8,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222234":{"url":"editor-template","name":"Editor Template","category":"Editor Window","description":"This demo shows how to design custom appointment (event) editor windows by adding or removing fields from the JavaScript Scheduler appointment window.","api":{"Schedule":["editorTemplate","showQuickInfo","eventRendered","popupOpen","actionBegin"]},"uid":"00222234","order":8,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222235":{"url":"header-rows","name":"Header Rows","category":"Customization","description":"This demo shows how to include additional header rows like week number and month number on the timeline view in the JS event calendar.","api":{"Schedule":["height","eventSettings","selectedDate","headerRows"]},"uid":"00222235","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222236":{"url":"time-scale","name":"Timescale","category":"Customization","description":"This demo shows how to customize the default timescale with interval, show/hide gridlines, slots count, and template in JavaScript Scheduler.","api":{"Schedule":["height","width","views","timeScale"]},"uid":"00222236","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222237":{"url":"context-menu","name":"Context Menu","category":"Customization","description":"This example shows how to integrate the context menu within the JavaScript Scheduler and control the related functionalities using menu options.","api":{"Schedule":["width","height","eventSettings","selectedDate"]},"uid":"00222237","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222238":{"url":"header-bar","name":"Header Bar","category":"Customization","description":"This demo shows how to use templating to customize the header bar of the JavaScript Scheduler with images, links, styles, and other UI controls.","api":{"Schedule":["width","height","workHours","views","eventSettings","selectedDate"]},"uid":"00222238","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222239":{"url":"scroll-to","name":"Scroll Time","category":"Customization","description":"This example demonstrates how to scroll to a specific time programmatically based on the selected time in the JavaScript Scheduler control.","api":{"Schedule":["width","height","eventSettings","eventRendered","scrollTo"]},"uid":"00222239","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222240":{"url":"work-days","name":"Work Days","category":"Customization","description":"This demo shows how to customize the workdays and the first day of the week to fit different work schedules in the JavaScript Scheduler.","api":{"Schedule":["workDays","views","eventSettings","selectedDate"]},"uid":"00222240","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222241":{"url":"hide-weekend","name":"Hide Non-Working Days","category":"Customization","description":"This demo shows how to show or hide weekend days in the JS Scheduler, which is similar to the workweek view, but with customizable workdays.","api":{"Schedule":["showWeekend"]},"uid":"00222241","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222242":{"url":"work-hour","name":"Work Hours","category":"Customization","description":"This demo shows how to customize the work hour range on the JS Scheduler calendar, allowing business hours other than 9 AM to 6 PM.","api":{"Schedule":["workHours","views","eventSettings","selectedDate"]},"uid":"00222242","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222243":{"url":"start-end-hour","name":"Day Hour Limit","category":"Customization","description":"This demo shows how to limit the start and end hours in the JS Scheduler which is applicable for all views and used here to render business hours only.","api":{"Schedule":["startHour","endHour","workHours","eventRendered"]},"uid":"00222243","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222244":{"url":"cell-dimension","name":"Cell Dimension","category":"Customization","description":"This demo shows how to change the default width and height of work cells, allowing the JS Scheduler to be viewable zoomed in or zoomed out.","api":{"Schedule":["cssClass","showTimeIndicator","eventRendered","created","actionComplete"]},"uid":"00222244","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222245":{"url":"read-only-events","name":"Read-only Events","category":"Customization","description":"This demo shows how to make specific events in the JavaScript Scheduler read-only, making them viewable but not editable by end users.","api":{"Schedule":["eventSettings","eventRendered","eventClick","popupOpen","eventRendered"]},"uid":"00222245","order":9,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222246":{"url":"excel-export","name":"Excel Exporting","category":"Exporting","description":"This example demonstrates how to export JavaScript Scheduler events (appointments) to the Microsoft Excel file format on the client side.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00222246","order":10,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222247":{"url":"calendar-export-import","name":"Export and Import ICS","category":"Exporting","description":"This demo shows how to handle exporting to ICS and importing from ICS in the JS Scheduler. The ICS file must come from Google Calendar or MS Outlook.","api":{"Schedule":["importICalendar","exportToICalendar"]},"uid":"00222247","order":10,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222248":{"url":"print","name":"Print","category":"Exporting","description":"This sample demonstrates how to print all the appointments (events) in the JavaScript Scheduler on the client side using the Print Library.","api":{"Schedule":["height","eventSettings","selectedDate"]},"uid":"00222248","order":10,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222249":{"url":"recurrence-editor-generate-rule","name":"Rule Generator","category":"Recurrence Editor","description":"This demo showcases how to generate various recurrence pattern rules, such as daily, weekly, monthly, and yearly, using the Recurrence Editor.","uid":"00222249","order":11,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222250":{"url":"recurrence-editor-populate-rule","name":"Populate Rule","category":"Recurrence Editor","description":"This demo shows how to populate a predefined set of recurrence rules in the Recurrence Editor fields to help users create recurring events.","uid":"00222250","order":11,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222251":{"url":"keyboard-interaction","name":"Keyboard Interaction","category":"Miscellaneous","description":"This demo showcases all the available keyboard shortcuts that help users perform actions using only the keyboard in the JavaScript Scheduler control.","api":{"Schedule":["width","height","eventSettings","selectedDate","allowKeyboardInteraction"]},"uid":"00222251","order":12,"component":"Scheduler","dir":"schedule","parentId":"022"},"00222252":{"url":"events","name":"Events","category":"Miscellaneous","description":"This demo lists the client-side events triggered on JavaScript Scheduler actions in the Event Tracer. The Event Tracer also includes a Clear option.","api":{"Schedule":["width","height","eventSettings","eventRendered","created","actionBegin","actionComplete","actionFailure","cellClick","cellDoubleClick","destroyed","navigating","eventClick","popupOpen"]},"uid":"00222252","order":12,"component":"Scheduler","dir":"schedule","parentId":"022"},"0023230":{"url":"default","name":"Default Functionalities","category":"Gantt","api":{"Gantt":["dataSource","taskFields","height","highlightWeekends","eventMarkers","labelSettings"]},"description":"This example demonstrates the simple Gantt chart with summary task, child tasks, milestone tasks, dependencies with event markers of project","uid":"0023230","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},"0023231":{"url":"local-data","name":"Local Data","category":"Data Binding","api":{"Gantt":["dataSource","height","taskFields","columns","treeColumnIndex","allowSelection","highlightWeekends","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the way of binding local data to Gantt chart with an array of JavaScript objects.","uid":"0023231","order":1,"component":"Gantt","dir":"gantt","parentId":"023"},"0023232":{"url":"remote-data","name":"Remote Data","category":"Data Binding","api":{"Gantt":["dataSource","height","taskFields","columns","treeColumnIndex","allowSelection","gridLines","highlightWeekends","timelineSettings","labelSettings","includeWeekend","projectStartDate","projectEndDate"]},"description":"This sample demonstrates the way of binding data to Gantt chart with remote service. The Gantt chart data source is bound to remote data using DataManager.","uid":"0023232","order":1,"component":"Gantt","dir":"gantt","parentId":"023"},"0023233":{"url":"self-reference-data","name":"Self Reference Data","category":"Data Binding","api":{"Gantt":["dataSource","height","taskFields","columns","treeColumnIndex","allowSelection","highlightWeekends","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the way of binding self-referential flat data with parentID to the Gantt chart.","uid":"0023233","order":1,"component":"Gantt","dir":"gantt","parentId":"023"},"0023234":{"url":"work-week","name":"Workweek","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","height","highlightWeekends","workWeek","labelSettings"]},"description":"This sample demonstrates the way to bind the customizable array of working days in a week for project.","uid":"0023234","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},"0023235":{"url":"working-time-range","name":"Working Time Range","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","highlightWeekends","timelineSettings","dayWorkingTime"]},"description":"This example demonstrates how to customize the working time of a day for the whole project. We can define working time in different intervals.","uid":"0023235","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},"0023236":{"url":"holidays","name":"Holidays","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","holidays"]},"description":"This example demonstrates how to define holidays in the project, which should be considered while calculating the duration and on rendering taskbars.","uid":"0023236","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},"0023237":{"url":"resources","name":"Resource Allocation","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","resourceIDMapping","resourceNameMapping","resources","resourceInfo"]},"description":"This example demonstrates how to allocate available resources to the task based on their skills and availability","uid":"0023237","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},"0023238":{"url":"event-markers","name":"Event Markers","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","eventMarkers"]},"description":"This example demonstrates how to highlight the different stages in the project development cycle just like bookmark.","uid":"0023238","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},"0023239":{"url":"indicators","name":"Indicators","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","indicators"]},"description":"This example demonstrates how to highlight some important details of tasks on specified date in the project with the label and icons.","uid":"0023239","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},"00232310":{"url":"baseline","name":"Baseline","category":"Scheduling Concepts","api":{"Gantt":["dataSource","renderBaseline","taskFields","columns","treeColumnIndex","allowSelection","includeWeekend","timelineSettings","tooltipSettings","durationUnit","dateFormat","dayWorkingTime","height","projectStartDate","projectEndDate"]},"description":"Baselines are enabled to view the deviation between the planned dates of tasks and actual progress of task dates","uid":"00232310","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},"00232311":{"url":"unscheduled-tasks","name":"Unscheduled Tasks","category":"Scheduling Concepts","api":{"Gantt":["dataSource","taskFields","editSettings","toolbar","height","labelSettings","allowUnscheduledTasks","projectStartDate","projectEndDate","toolbarClick","splitterSettings","columns"]},"description":"This example demonstrates the unscheduled tasks in Gantt with custom toolbar item and dynamic add support.","uid":"00232311","order":2,"component":"Gantt","dir":"gantt","parentId":"023"},"00232312":{"url":"timeline","name":"Timeline API","category":"Timeline","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","projectStartDate","projectEndDate","highlightWeekends","resourceNameMapping","resourceIDMapping","resources","timelineSettings","splitterSettings","treeColumnIndex","labelSettings","eventMarkers"]},"description":"This example demonstrates the various timeline mode options and properties available to customize the timeline in Gantt","uid":"00232312","order":3,"component":"Gantt","dir":"gantt","parentId":"023"},"00232313":{"url":"zooming","name":"Zooming","category":"Timeline","api":{"Gantt":["dataSource","taskFields","height","toolbar","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the zooming support of the Gantt chart timeline and ZoomToFit support of the Gantt chart.","uid":"00232313","order":3,"component":"Gantt","dir":"gantt","parentId":"023"},"00232314":{"url":"editing","name":"Editing","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","editSettings","toolbar","columns","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the cell editing, dialog editing, taskbar editing and dependency editing support in Gantt","uid":"00232314","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},"00232315":{"url":"selection","name":"Selection","category":"Gantt","type":"update","api":{"Gantt":["dataSource","height","taskFields","allowSelection","treeColumnIndex","allowSelection","highlightWeekends","labelSettings","projectStartDate","projectEndDate"]},"description":"This example demonstrates the various selection support of row and cell with different type in Syncfusion Essential JS2 Gantt","uid":"00232315","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},"00232316":{"url":"filtering","name":"Filtering","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","taskFields","columns","treeColumnIndex","height","timelineSettings","labelSettings","toolbar","allowFiltering","includeWeekend","timelineSettings","splitterSettings","durationUnit","dayWorkingTime","projectStartDate","projectEndDate"]},"description":"This example demonstrates the filtering support with filter menu option for various types of columns in Gantt","uid":"00232316","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},"00232317":{"url":"contextMenu","name":"Context Menu","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","editSettings","toolbar","columns","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","labelSettings","projectStartDate","projectEndDate","enableContextMenu","contextMenuItems"]},"description":"This demo explains the usage of context menu and the default context menu items in Syncfusion Gantt control.","uid":"00232317","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},"00232318":{"url":"exporting","name":"Exporting","category":"Gantt","api":{"Gantt":["dataSource","dateFormat","height","taskFields","toolbar","allowExcelExport","treeColumnIndex","allowSelection","gridLines","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","timelineSettings","labelSettings","projectStartDate","projectEndDate","toolbarClick"]},"description":"This demo explains how to export Gantt content to Excel and CSV documents using the Syncfusion TypeScript Gantt control.","uid":"00232318","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},"00232319":{"url":"events","name":"Events","category":"Gantt","type":"update","api":{"Gantt":["dataSource","height","taskFields","toolbar","treeColumnIndex","allowSelection","highlightWeekends","labelSettings","projectStartDate","projectEndDate","toolbarClick"]},"description":"This demo demonstrates the basic functionalities of the events that are available in the Syncfusion Essential JS2 Gantt.","uid":"00232319","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},"00232320":{"url":"keyboard-interactions","name":"Keyboard Interactions","category":"Gantt","api":{"Gantt":["dataSource","height","taskFields","toolbar","allowKeyboard","columns","editSettings","treeColumnIndex","highlightWeekends","labelSettings","projectStartDate","projectEndDate"]},"description":"This demo demonstrates the key combinations used to perform corresponding Gantt actions in Syncfusion Essential JS2 Gantt.","uid":"00232320","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},"00232321":{"url":"column-menu","name":"Column Menu","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","allowFiltering","allowSorting","showColumnMenu","height","columns","highlightWeekends","labelSettings","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains the default functionalities of the Column Menu in Syncfusion Essential JS2 Gantt.","uid":"00232321","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},"00232322":{"url":"show-hide-column","name":"Show or Hide Column","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","columns","highlightWeekends","labelSettings","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to hide or show the columns of Gantt dynamically using Syncfusion Essential JS2 Gantt methods.","uid":"00232322","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},"00232323":{"url":"reorder","name":"Column Reorder","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","allowReordering","height","columns","highlightWeekends","labelSettings","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to reorder the columns of Gantt by simple drag and drop of columns using Syncfusion Essential JS2 Gantt.","uid":"00232323","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},"00232324":{"url":"resizing","name":"Column Resize","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","allowResizing","height","columns","highlightWeekends","labelSettings","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to resize the width of the Gantt columns in Syncfusion Essential Javascript 2 Gantt control","uid":"00232324","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},"00232325":{"url":"column-template","name":"Column Template","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","rowHeight","columns","highlightWeekends","labelSettings","resourceNameMapping","resourceIDMapping","resources","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to customize column headers to show additional HTML elements, such as icons, images, etc. in Syncfusion Essential JS2 Gantt control.","uid":"00232325","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},"00232326":{"url":"header-template","name":"Header Template","category":"Columns","api":{"Gantt":["dataSource","taskFields","treeColumnIndex","height","columns","highlightWeekends","labelSettings","resourceNameMapping","resourceIDMapping","resources","splitterSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to customize column headers to show additional HTML elements, such as icons, images, etc. in Syncfusion Essential JS2 Gantt control.","uid":"00232326","order":4,"component":"Gantt","dir":"gantt","parentId":"023"},"00232327":{"url":"taskbar-template","name":"Taskbar Template","category":"Customization","api":{"Gantt":["dataSource","dateFormat","taskFields","columns","treeColumnIndex","rowHeight","taskbarHeight","dayWorkingTime","durationUnit","eventMarkers","height","taskbarTemplate","milestoneTemplate","projectStartDate","projectEndDate","timelineSettings","splitterSettings","labelSettings","tooltipSettings"]},"description":"This example demonstrates the taskbar template support with child taskbar template, parent taskbar template and milestone template.","uid":"00232327","order":5,"component":"Gantt","dir":"gantt","parentId":"023"},"00232328":{"url":"tasklabel-template","name":"Task Label Template","category":"Customization","api":{"Gantt":["dataSource","taskFields","columns","highlightWeekends","treeColumnIndex","rowHeight","height","resourceNameMapping","resourceIDMapping","resources","projectStartDate","projectEndDate","splitterSettings","labelSettings"]},"description":"This demo explains how to render label template for the left, right, and task labels in Syncfusion Essential JS2 Gantt.","uid":"00232328","order":5,"component":"Gantt","dir":"gantt","parentId":"023"},"00232329":{"url":"tooltip-template","name":"Tooltip Template","category":"Customization","api":{"Gantt":["dataSource","height","taskFields","renderBaseline","treeColumnIndex","columns","resourceNameMapping","resourceIDMapping","resources","highlightWeekends","labelSettings","tooltipSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to render tooltip template for taskbar and baseline in Syncfusion Essential JS2 Gantt.","uid":"00232329","order":5,"component":"Gantt","dir":"gantt","parentId":"023"},"00232330":{"url":"toolbar-template","name":"Toolbar Template","category":"Customization","api":{"Gantt":["dataSource","height","taskFields","allowFiltering","columns","toolbar","treeColumnIndex","highlightWeekends","labelSettings","projectStartDate","projectEndDate","toolbarClick"]},"description":"This demo explains how to render custom toolbar elements in a toolbar, by which any custom operation can be performed in Syncfusion Essential JS2 Gantt.","uid":"00232330","order":5,"component":"Gantt","dir":"gantt","parentId":"023"},"00232331":{"url":"grid-lines","name":"Grid Lines","category":"Customization","api":{"Gantt":["dataSource","height","taskFields","columns","treeColumnIndex","gridLines","highlightWeekends","labelSettings","projectStartDate","projectEndDate"]},"description":"This demo explains how to customize the grid lines in Gantt by selecting values from dropdown using Syncfusion Essential JS2 Gantt.","uid":"00232331","order":5,"component":"Gantt","dir":"gantt","parentId":"023"},"00232332":{"url":"sorting","name":"Default","category":"Sorting","api":{"Gantt":["dataSource","taskFields","columns","treeColumnIndex","height","labelSettings","splitterSettings","allowSorting","sortSettings","projectStartDate","projectEndDate"]},"description":"This demo demonstrates how to sort multiple columns of Gantt by holding the CTRL key and clicking the column headers of Syncfusion Essential JS2 Gantt.","uid":"00232332","order":6,"component":"Gantt","dir":"gantt","parentId":"023"},"00232333":{"url":"sorting-api","name":"Sorting API","category":"Sorting","api":{"Gantt":["dataSource","taskFields","columns","treeColumnIndex","height","highlightWeekends","allowSorting","labelSettings","projectStartDate","projectEndDate"]},"description":"This demo demonstrates how to sort columns and clear sorted columns dynamically using the sortColumn and clearSorting method of Syncfusion Essential JS2 Gantt.","uid":"00232333","order":6,"component":"Gantt","dir":"gantt","parentId":"023"},"00232334":{"url":"drag-and-drop","name":"Row Drag And Drop","category":"Gantt","type":"new","api":{"Gantt":["dataSource","taskFields","columns","treeColumnIndex","height","highlightWeekends","allowRowDragAndDrop","splitterSettings","labelSettings","projectStartDate","projectEndDate"]},"description":"This demo for Essential JS 2 Gantt control how the rows can be dragged within the gantt using the row drag-and-drop feature.","uid":"00232334","order":0,"component":"Gantt","dir":"gantt","parentId":"023"},"0024240":{"url":"default","name":"Default Functionalities","category":"Calendar","api":{"Calendar":["change"]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) Calendar to select a date","uid":"0024240","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},"0024241":{"url":"disabled","name":"Disabled Dates","category":"Calendar","api":{"Calendar":["renderDayCell","change"]},"description":"This example demonstrates how to disable the dates like weekends, weekdays and specific dates (past , future and current) in a JavaScript (TypeScript) Calendar","uid":"0024241","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},"0024242":{"url":"date-range","name":"Date Range","category":"Calendar","api":{"Calendar":["min","max","change"]},"description":"This example demonstrates how to disables the specific range of dates (min and max) in a JavaScript (TypeScript) Calendar","uid":"0024242","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},"0024243":{"url":"special-dates","name":"Special Dates","category":"Calendar","api":{"Calendar":["renderDayCell","change"]},"description":"This example demonstrates how to highlight the specific dates like weekends, holidays and special dates in a JavaScript (TypeScript) Calendar","uid":"0024243","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},"0024244":{"url":"multi-selection","name":"Multi Selection","category":"Calendar","api":{"Calendar":["isMultiSelection","values"]},"description":"This example demonstrates how to select the multiple dates (more than one date) in a JavaScript (TypeScript) Calendar","uid":"0024244","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},"0024245":{"url":"month-picker","name":"Month Picker","category":"Calendar","api":{"Calendar":["start","depth"]},"description":"The JavaScript Calendar control can act as a month and year picker. It helps you to select a month or year quickly with all month related properties.","uid":"0024245","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},"0024246":{"url":"islamic-calendar","name":"Islamic Calendar","category":"Calendar","api":{"Calendar":["isMultiSelection","values"]},"uid":"0024246","order":0,"component":"Calendar","dir":"calendar","parentId":"024"},"0025250":{"url":"default","name":"Default Functionalities","category":"DatePicker","api":{"DatePicker":["placeholder"]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) DatePicker to select a date","uid":"0025250","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},"0025251":{"url":"disabled","name":"Disabled Dates","category":"DatePicker","api":{"DatePicker":["placeholder","renderDayCell"]},"description":"This example demonstrates how to disable the dates like weekends, weekdays and specific dates (past, future and current) in a JavaScript (TypeScript) DatePicker","uid":"0025251","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},"0025252":{"url":"date-range","name":"Date Range","category":"DatePicker","api":{"DatePicker":["min","max","value","placeholder"]},"description":"DatePicker widget with min and max date options that restrict users from selecting dates within a defined range of days like past dates, future dates, etc","uid":"0025252","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},"0025253":{"url":"date-format","name":"Format","category":"DatePicker","api":{"DatePicker":["format","value","placeholder"]},"description":"This example demonstrates how to change the date time format in the input field based on the format in a JavaScript (TypeScript) DatePicker","uid":"0025253","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},"0025254":{"url":"special-dates","name":"Special Dates","category":"DatePicker","api":{"DatePicker":["value","placeholder","renderDayCell"]},"description":"DatePicker for TypeScript that highlights multiple dates like weekends, holidays, and special events with options to add custom styles and descriptions","uid":"0025254","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},"0025255":{"url":"month-picker","name":"Month Picker","category":"DatePicker","api":{"DatePicker":["start","depth"]},"description":"The JavaScript DatePicker control can act as a month and year picker. It helps you to select a month or year quickly with all months related properties.","uid":"0025255","order":0,"component":"DatePicker","dir":"datepicker","parentId":"025"},"0026260":{"url":"default","name":"Default Functionalities","category":"DateRangePicker","api":{"DateRangePicker":["placeholder"]},"description":"A simple and lightweight DateRangePicker control for JavaScript (TypeScript) with a flexible user interface for selecting a range of dates effortlessly","uid":"0026260","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},"0026261":{"url":"date-range","name":"Date Range","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","min","max"]},"description":"This example demonstrates how to disables the specific range of dates (min and max) in a JavaScript (TypeScript) DateRangePicker","uid":"0026261","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},"0026262":{"url":"day-span","name":"Day Span","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","minDays","maxDays"]},"description":"This example demonstrates how to restrict the users to select the min and max number of days between the selected range of start and end dates","uid":"0026262","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},"0026263":{"url":"presets","name":"Preset Ranges","category":"DateRangePicker","api":{"DateRangePicker":["placeholder","presets"]},"description":"This example demonstrates how to change the date time format in the input field based on the format in a JavaScript (TypeScript) DateRangePicker","uid":"0026263","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},"0026264":{"url":"date-format","name":"Format","category":"DateRangePicker","api":{"DateRangePicker":["format","value"]},"description":"This example demonstrates how to specify the predefined custom date ranges (presets range) like last month, last year and current week in the dropdown popup","uid":"0026264","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},"0026265":{"url":"month-range-picker","name":"Month Range Picker","category":"DateRangePicker","api":{"DateRangePicker":["start","depth"]},"description":"The JavaScript DateRangePicker control can act as a month and year picker. It helps you to select a month or year quickly with all months related properties.","uid":"0026265","order":0,"component":"DateRangePicker","dir":"daterangepicker","parentId":"026"},"0027270":{"url":"default","name":"Default Functionalities","category":"DateTimePicker","api":{"DateTimePicker":[]},"description":"This example demonstrates a simple, mobile-friendly and responsive JavaScript (TypeScript) DateTimePicker to select both a date and time","uid":"0027270","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"027"},"0027271":{"url":"disabled","name":"Disabled Dates","category":"DateTimePicker","api":{"DateTimePicker":["renderDayCell"]},"description":"Customizable DateTimePicker widget for JavaScript (TypeScript) with disabled dates and times that restrict selection for specific date and time durations","uid":"0027271","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"027"},"0027272":{"url":"date-time-range","name":"DateTime Range","category":"DateTimePicker","api":{"DatePicker":["min","max","value"]},"description":"This example demonstrates how to disables the specific range of dates and times (min and max) in a JavaScript (TypeScript) DateTimePicker","uid":"0027272","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"027"},"0027273":{"url":"date-time-format","name":"Format","category":"DateTimePicker","api":{"DateTimePicker":["format","value"]},"description":"Flexible DateTimePicker for JavaScript (TypeScript) with options to customize date and time formats based on the preferred culture for improved readability","uid":"0027273","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"027"},"0027274":{"url":"special-dates","name":"Special Dates","category":"DateTimePicker","api":{"DateTimePicker":["renderDayCell","value"]},"description":"This example demonstrates how to highlight the specific dates and times like weekends, holidays and special dates in a JavaScript (TypeScript) DateTimePicker","uid":"0027274","order":0,"component":"DateTimePicker","dir":"datetimepicker","parentId":"027"},"0028280":{"url":"default","name":"Default Functionalities","category":"TimePicker","api":{"TimePicker":["placeholder"]},"description":"A simple and lightweight TimePicker component for JavaScript (TypeScript) for selecting times that is customizable to fit large-scale applications","uid":"0028280","order":0,"component":"TimePicker","dir":"timepicker","parentId":"028"},"0028281":{"url":"time-range","name":"Time Range","category":"TimePicker","api":{"TimePicker":["placeholder","value","readonly","enabled","min","change"]},"description":"This example demonstrates how to disable the specific range of times(min and max) in a JavaScript (TypeScript) TimePicker","uid":"0028281","order":0,"component":"TimePicker","dir":"timepicker","parentId":"028"},"0028282":{"url":"time-format","name":"Format","category":"TimePicker","api":{"TimePicker":["value","step","format"]},"description":"This example demonstrates how to change the time format in the input field based on the format in a JavaScript (TypeScript) TimePicker","uid":"0028282","order":0,"component":"TimePicker","dir":"timepicker","parentId":"028"},"0028283":{"url":"list-formatting","name":"Time Duration","category":"TimePicker","api":{"TimePicker":["value","itemRender"]},"description":"A simple TimePicker widget for JavaScript (TypeScript) for highlighting a set of time intervals in a pop-up by adding custom styles based on you needs","uid":"0028283","order":0,"component":"TimePicker","dir":"timepicker","parentId":"028"},"0029290":{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript autocomplete control with minimum configuration.","category":"AutoComplete","api":{"AutoComplete":["dataSource","value","placeholder"]},"uid":"0029290","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},"0029291":{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["fields","placeholder"]},"uid":"0029291","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},"0029292":{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","suggestionCount","query","sortOrder","autofill","filterType","change"]},"uid":"0029292","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},"0029293":{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript autocomplete control pop-up list using template.","category":"AutoComplete","api":{"AutoComplete":["dataSource","fields","headerTemplate","itemTemplate","placeholder","popupHeight"]},"uid":"0029293","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},"0029294":{"url":"highlight","name":"Highlight","description":"This example demonstrates how to highlight the searched characters in the suggested list items of the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","fields","highlight","placeholder"]},"uid":"0029294","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},"0029295":{"url":"custom-filtering","name":"Custom Filtering","description":"This example demonstrates how to achieve the custom filtering functionalities in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","filtering","fields","placeholder"]},"uid":"0029295","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},"0029296":{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript autocomplete control.","category":"AutoComplete","api":{"AutoComplete":["dataSource","ignoreAccent","placeholder"]},"uid":"0029296","order":0,"component":"AutoComplete","dir":"auto-complete","parentId":"029"},"0030300":{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript combo box control with minimum configuration.","category":"ComboBox","api":{"ComboBox":["popupHeight","index","change","placeholder"]},"uid":"0030300","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},"0030301":{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","placeholder","popupHeight"]},"uid":"0030301","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},"0030302":{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","query","sortOrder","autofill","popupHeight","placeholder"]},"uid":"0030302","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},"0030303":{"url":"custom-value","name":"Custom Value","description":"This example demonstrates the addition of a new value that is not present in the predefined list of the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","placeholder","popupHeight","allowFiltering","noRecordsTemplate","filtering","width"]},"uid":"0030303","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},"0030304":{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript combo box control pop-up list using the template.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","headerTemplate","itemTemplate","placeholder","popupHeight"]},"uid":"0030304","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},"0030305":{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","fields","allowFiltering","filtering","placeholder","popupHeight"]},"uid":"0030305","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},"0030306":{"url":"cascading","name":"Cascading","description":"This example demonstrates how to create a related combo box (Cascading ComboBox) using the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","allowCustom","fields","change","placeholder","popupHeight","value","enabled"]},"uid":"0030306","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},"0030307":{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript combo box control.","category":"ComboBox","api":{"ComboBox":["dataSource","ignoreAccent","placeholder","allowFiltering"]},"uid":"0030307","order":0,"component":"ComboBox","dir":"combo-box","parentId":"030"},"0031310":{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript drop-down list control with minimum configuration.","category":"Dropdown List","api":{"DropDownList":["popupHeight","placeholder","index","change"]},"uid":"0031310","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},"0031311":{"url":"grouping-icon","name":"Grouping and Icons","description":"This example demonstrates how to group based on the different categories with individual header and icon support using JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","popupHeight","placeholder"]},"uid":"0031311","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},"0031312":{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","query","sortOrder","autofill","popupHeight","placeholder"]},"uid":"0031312","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},"0031313":{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript drop-down list control pop-up list using the template.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","headerTemplate","itemTemplate","valueTemplate","popupHeight","placeholder"]},"uid":"0031313","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},"0031314":{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","allowFiltering","filtering","filterBarPlaceholder","popupHeight","placeholder"]},"uid":"0031314","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},"0031315":{"url":"cascading","name":"Cascading","description":"This example demonstrates how to create a related drop-down list (Cascading DropDownList) using the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","change","placeholder","popupHeight","value","enabled"]},"uid":"0031315","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},"0031316":{"url":"inline","name":"Inline","description":"This example demonstrates how to render the JavaScript drop-down list control in line with highlighted contents.","category":"Dropdown List","api":{"DropDownList":["dataSource","fields","value"]},"uid":"0031316","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},"0031317":{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript drop-down list control.","category":"Dropdown List","api":{"DropDownList":["dataSource","ignoreAccent","placeholder","allowFiltering"]},"uid":"0031317","order":0,"component":"Dropdown List","dir":"drop-down-list","parentId":"031"},"0032320":{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of the JavaScript multiselect control with minimum configuration.","category":"MultiSelect Dropdown","api":{"MultiSelect":["mode","placeholder"]},"uid":"0032320","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"0032321":{"url":"data-binding","name":"Data Binding","description":"This example demonstrates how to bind with local data source and fetch data from remote data service in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["query","dataSource","fields","sortOrder","placeholder"]},"uid":"0032321","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"0032322":{"url":"grouping-icon","name":"Grouping","description":"This example demonstrates how to group based on the different categories with individual header and icon support using the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder"]},"uid":"0032322","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"0032323":{"url":"template","name":"Template","description":"This example demonstrates how to customize the appearance of each item in the JavaScript multiselect control pop-up list using the template.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","headerTemplate","itemTemplate","valueTemplate","mode","placeholder"]},"uid":"0032323","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"0032324":{"url":"filtering","name":"Filtering","description":"This example demonstrates how the filtering functionalities works based on the typed characters in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["query","dataSource","fields","placeholder","allowFiltering","filtering"]},"uid":"0032324","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"0032325":{"url":"custom-value","name":"Custom Value","description":"This example demonstrates the addition of a new value that is not present in the predefined list of the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","allowCustomValue"]},"uid":"0032325","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"0032326":{"url":"chip-customization","name":"Chip Customization","description":"This example demonstrates how to customize the appearance of the selected chip element in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","tagging"]},"uid":"0032326","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"0032327":{"url":"checkbox","name":"CheckBox","description":"This example demonstrates how to select the multiple values through checkbox in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder"]},"uid":"0032327","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"0032328":{"url":"grouping-with-checkbox","name":"Grouping with CheckBox","description":"This example demonstrates how to select the grouped list item values through checkbox in the JavaScript MultiSelect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","mode","enableGroupCheckBox"]},"uid":"0032328","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"0032329":{"url":"selection-limit","name":"Selection Limit","description":"This example demonstrates the maximum selection limit functionalities with checkbox of the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","fields","placeholder","maximumSelectionLength"]},"uid":"0032329","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"00323210":{"url":"diacritics-filtering","name":"Diacritics Filtering","description":"This example demonstrates how to achieve the diacritics filter functionalities in the JavaScript multiselect control.","category":"MultiSelect Dropdown","api":{"MultiSelect":["dataSource","placeholder","ignoreAccent"]},"uid":"00323210","order":0,"component":"MultiSelect Dropdown","dir":"multi-select","parentId":"032"},"0033330":{"url":"default","name":"Default Functionalities","description":"This example demonstrates the default functionalities of Syncfusion TypeScript ListBox component with minimum configuration.","category":"List Box","api":{"ListBox":["dataSource"]},"uid":"0033330","order":0,"component":"List Box","dir":"list-box","parentId":"033"},"0033331":{"url":"dual-list-box","name":"Dual ListBox","description":"This example demonstrates how to move items between the two list boxes using dual list box functionality.","category":"List Box","api":{"ListBox":["dataSource","fields","scope","toolbarSettings","height"]},"uid":"0033331","order":0,"component":"List Box","dir":"list-box","parentId":"033"},"0033332":{"url":"drag-and-drop","name":"Drag And Drop","description":"This example demonstrates how to drag and drop within the Syncfusion TypeScript ListBox and between two list boxes.","category":"List Box","api":{"ListBox":["dataSource","scope","allowDragAndDrop","fields","height"]},"uid":"0033332","order":0,"component":"List Box","dir":"list-box","parentId":"033"},"0033333":{"url":"checkbox","name":"Checkbox","description":"This example demonstrates how to select multiple items from the Syncfusion TypeScript ListBox using checkbox functionality.","category":"List Box","api":{"ListBox":["dataSource","selectionSettings"]},"uid":"0033333","order":0,"component":"List Box","dir":"list-box","parentId":"033"},"0033334":{"url":"api","name":"API","description":"This example how to customize the Syncfusion Typescript ListBox component using the available set of APIs.","category":"List Box","api":{"ListBox":["dataSource","fields","sortOrder","selectionSettings"]},"uid":"0033334","order":0,"component":"List Box","dir":"list-box","parentId":"033"},"0034340":{"url":"default","name":"Default Functionalities","category":"Accordion","description":"The sample demonstrates that default functionalities of the Accordion control which works by expand and collapse action in TypeScript platform.","api":{"AccordionItem":["header","content","expanded"],"Accordion":["items"]},"uid":"0034340","order":0,"component":"Accordion","dir":"accordion","parentId":"034"},"0034341":{"url":"ajax","name":"Ajax Content","category":"Accordion","description":"The sample demonstrates how to load the content to the Accordion control from external sources using Ajax library in TypeScript platform.","api":{"Accordion":["expandMode","expanding"]},"uid":"0034341","order":0,"component":"Accordion","dir":"accordion","parentId":"034"},"0034342":{"url":"icon","name":"Icons","category":"Accordion","description":"The sample demonstrates how to represent pane headers with an icon in Accordion control which populates from items collection in TypeScript platform.","api":{"AccordionItem":["iconCss"]},"uid":"0034342","order":0,"component":"Accordion","dir":"accordion","parentId":"034"},"0035350":{"url":"default","name":"Default Functionalities","category":"Context Menu","api":{"ContextMenu":["target","items","beforeItemRender","animationSettings"],"MenuItem":["text","iconCss","items","separator"]},"description":"This example demonstrates the Syncfusion Javascript ContextMenu items with icons, text and separator.","uid":"0035350","order":0,"component":"Context Menu","dir":"context-menu","parentId":"035"},"0036360":{"url":"default","name":"Default Functionalities","category":"Menu Bar","api":{"Menu":["items","orientation"],"MenuItem":["text","iconCss","items","separator"]},"description":"This example demonstrates the Syncfusion Javascript Menu items with icons, text, separator and items submenu.","uid":"0036360","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},"0036361":{"url":"data-binding","name":"Data Binding","category":"Menu Bar","api":{"Menu":["items"]},"description":"This example demonstrates how to bind the local data source with Syncfusion Javascript Menu component.","uid":"0036361","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},"0036362":{"url":"scrollable","name":"Scrollable","category":"Menu Bar","api":{"Menu":["items","enableScrolling","cssClass","beforeOpen"]},"description":"This example demonstrates how to load menu and sub menus with large number of menu items in horizontal / vertical scrollable Syncfusion Javascript menu.","uid":"0036362","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},"0036363":{"url":"template","name":"Template","category":"Menu Bar","api":{"Menu":["items","fields","template"],"FieldSettings":["text","children"]},"description":"This example demonstrates how to customize Syncfusion Javascript Menu popup items by using templates.","sourceFiles":[{"displayName":"template.ts","path":"src/menu/template.ts"},{"displayName":"template.html","path":"src/menu/template.html"},{"displayName":"template-data.json","path":"src/menu/template-data.json"}],"uid":"0036363","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},"0036364":{"url":"hamburger-mode","name":"Hamburger Mode","category":"Menu Bar","api":{"Menu":["hamburgerMode","title"]},"description":"This example demonstrates the hamburger mode of the Syncfusion Javascript Menu that enables the adaptive view.","uid":"0036364","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},"0036365":{"url":"api","name":"API","category":"Menu Bar","api":{"Menu":["orientation","showItemOnClick","enableItems"]},"description":"This example demonstrates the supported API's and its functionalities of the Syncfusion Javascript Menu.","uid":"0036365","order":0,"component":"Menu Bar","dir":"menu","parentId":"036"},"0036366":{"url":"toolbar-integration","name":"Toolbar Integration","category":"Use Case","api":{"Menu":["items"]},"description":"This example demonstrates the real use case of the Syncfusion Javascript Menu in web application. It is integrated with toolbar component.","uid":"0036366","order":1,"component":"Menu Bar","dir":"menu","parentId":"036"},"0037370":{"url":"default","name":"Default Functionalites","category":"Sidebar","api":{"Sidebar":["type","position","showBackdrop","closeOnDocumentClick","change","mediaQuery"]},"description":"It demonstrates a simple, mobile-friendly and responsive Sidebar (Navigation drawer, Side Navigation menu) which navigates various parts of an application.","uid":"0037370","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},"0037371":{"url":"docking-sidebar","name":"Dock","category":"Sidebar","api":{"Sidebar":["enableDock","dockSize","contextTo"]},"description":"This example demonstrates how the JavaScript (TypeScript) Sidebar is docked to the main content when it is in closed state","uid":"0037371","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},"0037372":{"url":"api","name":"API","category":"Sidebar","api":{"Sidebar":["showBackdrop","position","types","closeOnDocumentClick"]},"description":"It demonstrates how to change the behavior and appearance of sidebar in application through user friendly API’s like types, position, auto close and backdrop","uid":"0037372","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},"0037373":{"url":"sidebar-menu","name":"Sidebar Menu","category":"Sidebar","api":{"Sidebar":["mediaQuery","width","target","dockSize","enableDock"]},"description":"This example demonstrates how to render Menu for navigation purpose inside the React Sidebar of an application.","uid":"0037373","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},"0037374":{"url":"responsive-panel","name":"Responsive Panel","category":"Sidebar","api":{"Sidebar":["mediaQuery","width","target"]},"description":"This example demonstrates how to render TreeView for navigation purpose inside the Typescript Sidebar","uid":"0037374","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},"0037375":{"url":"sidebar-list","name":"Sidebar with ListView","category":"Sidebar","api":{"Sidebar":["open","close"]},"description":"This example demonstrates how the JavaScript (TypeScript) Sidebar is integrated with a ListView to display a list of menu items","uid":"0037375","order":0,"component":"Sidebar","dir":"sidebar","parentId":"037"},"0038380":{"url":"default","name":"Default Functionalities","category":"Tabs","description":"The sample demonstrates about default functionalities of the Tab control (also known as Tabbed UI) which is navigation component in TypeScript platform.","api":{"Header":["text","iconCss"],"TabItem":["content"],"Tab":["items"]},"uid":"0038380","order":0,"component":"Tabs","dir":"tab","parentId":"038"},"0038381":{"url":"orientation","name":"Orientation","category":"Tabs","description":"The sample demonstrates how to customize the orientation of Tab control along with feasibility to customize the Tab header styles in TypeScript platform.","api":{"Tab":["headerPlacement","showCloseButton"]},"uid":"0038381","order":0,"component":"Tabs","dir":"tab","parentId":"038"},"0038382":{"url":"responsive-modes","name":"Responsive Modes","category":"Tabs","description":"The sample illustrates that responsive mode of Tab control that aligns tab items in a scrollable or popup mode in TypeScript platform.","api":{"Tab":["overflowMode"]},"uid":"0038382","order":0,"component":"Tabs","dir":"tab","parentId":"038"},"0038383":{"url":"wizard","name":"Wizard","category":"Tabs","description":"This sample demonstrates how to design a wizard-like application with the sequential action using the Tab control in TypeScript platform.","api":{"TabItem":["disabled"]},"uid":"0038383","order":0,"component":"Tabs","dir":"tab","parentId":"038"},"0039390":{"url":"default","name":"Default Functionalities","category":"Toolbar","description":"The sample demonstrates the default functionalities of the Toolbar control which place commands with the scrollable mode in TypeScript platform.","api":{"Item":["text","prefixIcon","type","tooltipText"],"Toolbar":["items"]},"uid":"0039390","order":0,"component":"Toolbar","dir":"toolbar","parentId":"039"},"0039391":{"url":"popup","name":"Popup","category":"Toolbar","description":"The sample exposes popup mode of Toolbar control which configures overflowing toolbar commands inside a popup based on priority in TypeScript platform.","api":{"Item":["showAlwaysInPopup","showTextOn","overflow"],"Toolbar":["overflowMode"]},"uid":"0039391","order":0,"component":"Toolbar","dir":"toolbar","parentId":"039"},"0039392":{"url":"alignment","name":"Alignment","category":"Toolbar","description":"This sample demonstrates how to align commands in left, right and center position in Toolbar control in TypeScript platform.","api":{"Item":["align","template"]},"uid":"0039392","order":0,"component":"Toolbar","dir":"toolbar","parentId":"039"},"0040400":{"url":"default","name":"Default Functionalities","category":"TreeView","description":"This demo demonstrates the basic JavaScript tree view component that display the data in a hierarchical structure with the configuration options.","api":{"TreeView":["fields"]},"uid":"0040400","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},"0040401":{"url":"local-data","name":"Local Data","category":"Data Binding","description":"This demo demonstrates the binding of local data to the JavaScript tree view. The local data structure can be hierarchical data or list data.","api":{"TreeView":["fields"]},"uid":"0040401","order":1,"component":"TreeView","dir":"treeview","parentId":"040"},"0040402":{"url":"remote-data","name":"Remote Data","category":"Data Binding","description":"This demo for Essential JS 2 treeview control shows how to bind the data from a remote data service.","api":{"TreeView":["fields","created","dataBound"]},"uid":"0040402","order":1,"component":"TreeView","dir":"treeview","parentId":"040"},"0040403":{"url":"icons","name":"Icons and Images","category":"TreeView","description":"The tree view nodes can be rendered with any custom icons. This sample demonstrated like a file system with custom icons and images.","api":{"TreeView":["fields","sortOrder"]},"uid":"0040403","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},"0040404":{"url":"check-box","name":"CheckBox","category":"TreeView","description":"This demo demonstrates the tree view with checkbox functionality, this allows the user to check more than one tree nodes.","api":{"TreeView":["fields","showCheckBox"]},"uid":"0040404","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},"0040405":{"url":"node-editing","name":"Node Editing","category":"TreeView","description":"This demo showcases the node editing functionality of tree view, you can edit any node text by double click on it or pressing F2.","api":{"TreeView":["fields","allowEditing"]},"uid":"0040405","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},"0040406":{"url":"multiple-selection","name":"Multiple Selection","category":"TreeView","description":"The TreeView component allows to select multiple nodes by pressing CTRL key, also can select the range of nodes by pressing SHIFT key.","api":{"TreeView":["fields","allowMultiSelection"]},"uid":"0040406","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},"0040407":{"url":"drag-and-drop","name":"Drag and Drop","category":"TreeView","description":"The tree view nodes can be drag and drop from one position to another, also the drop can be done to another tree view or other external container.","api":{"TreeView":["fields","allowDragAndDrop","allowMultiSelection","nodeDragStop"]},"uid":"0040407","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},"0040408":{"url":"template","name":"Template","category":"TreeView","description":"The tree view node can be customized through the template option. In this demo the tree view nodes are templated like an mail system.","api":{"TreeView":["fields","cssClass","nodeTemplate"]},"uid":"0040408","order":0,"component":"TreeView","dir":"treeview","parentId":"040"},"0041410":{"url":"overview","name":"Overview","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates full view of the File Manager like a windows explorer UI in a JavaScript (TypeScript) File Manager.","uid":"0041410","order":0,"component":"File Manager","dir":"file-manager","parentId":"041"},"0041411":{"url":"custom-thumbnail","name":"Custom Thumbnails","category":"File Manager","api":{"FileManager":["ajaxSettings"]},"description":"This example demonstrates how to use the custom thumbnails in a JavaScript (TypeScript) File Manager.","uid":"0041411","order":0,"component":"File Manager","dir":"file-manager","parentId":"041"},"0041412":{"url":"default","name":"API","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"Example shows the File Manager without the navigation pane and enable or disable toolbar in a JavaScript (TypeScript) File Manager.","uid":"0041412","order":0,"component":"File Manager","dir":"file-manager","parentId":"041"},"0041413":{"url":"drag-drop","name":"Drag and Drop","category":"File Manager","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates the how to drag and drop the files in a JavaScript (TypeScript) File Manager.","uid":"0041413","order":0,"component":"File Manager","dir":"file-manager","parentId":"041"},"0041414":{"url":"usecase","name":"File Upload","category":"Use Case","api":{"FileManager":["ajaxSettings","view"]},"description":"Example shows how to render the File Manager component inside the Dialog component in a JavaScript (TypeScript) File Manager.","uid":"0041414","order":1,"component":"File Manager","dir":"file-manager","parentId":"041"},"0041415":{"url":"azure-service","name":"Azure Blob Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the azure service in a JavaScript (TypeScript) File Manager.","uid":"0041415","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},"0041416":{"url":"sql-server-provider","name":"SQL Database Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the sql server database service in a JavaScript (TypeScript) File Manager.","uid":"0041416","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},"0041417":{"url":"nodejs-file-provider","name":"NodeJS File Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the nodejs file provider service in a JavaScript (TypeScript) File Manager.","uid":"0041417","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},"0041418":{"url":"amazon-s3-provider","name":"Amazon S3 File Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the Amazon S3 provider service in a JavaScript (TypeScript) File Manager.","uid":"0041418","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},"0041419":{"url":"firebase","name":"Firebase Realtime File Provider","category":"Cloud Service Providers","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the firebase realtime database service in a JavaScript (TypeScript) File Manager.","uid":"0041419","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},"00414110":{"url":"ftp-file-provider","name":"FTP File Provider","category":"Cloud Service Providers","type":"new","api":{"FileManager":["ajaxSettings","view"]},"description":"This example demonstrates how to configure and use the File Transfer Protocol in a JavaScript (TypeScript) File Manager.","uid":"00414110","order":2,"component":"File Manager","dir":"file-manager","parentId":"041"},"0042420":{"url":"default","name":"Default","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component displaying a notification count in a group button.","uid":"0042420","order":0,"component":"Badge","dir":"badge","parentId":"042"},"0042421":{"url":"types","name":"Types","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component's badge types: primary, secondary, success, danger, warning, info, light, and dark.","uid":"0042421","order":0,"component":"Badge","dir":"badge","parentId":"042"},"0042422":{"url":"notification","name":"Notification","category":"Badge","description":"Demo of the pure CSS Essential JS 2 Badge component displaying notifications on popular social media logos such as Facebook, WhatsApp, Twitter, and others.","uid":"0042422","order":0,"component":"Badge","dir":"badge","parentId":"042"},"0042423":{"url":"listview","name":"ListView","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and ListView components to display a notification count in a list item to achieve a Gmail-like user interface.","uid":"0042423","order":1,"component":"Badge","dir":"badge","parentId":"042"},"0042424":{"url":"accordion","name":"Accordion","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and Accordion components to display an unread notification count in a header to achieve an Outlook-like user interface","uid":"0042424","order":1,"component":"Badge","dir":"badge","parentId":"042"},"0042425":{"url":"toolbar","name":"Toolbar","category":"Integration","description":"Demo integrating the Essential JS 2 Badge and ToolBar components to display important information in a mobile application header.","uid":"0042425","order":1,"component":"Badge","dir":"badge","parentId":"042"},"0043430":{"url":"default","name":"Default Functionalities","category":"Toast","description":"The sample demonstrates about default functionalities of a Toast control and helps to design reminder like an alert in TypeScript platform.","api":{"Toast":["title","content"]},"uid":"0043430","order":0,"component":"Toast","dir":"toast","parentId":"043"},"0043431":{"url":"types","name":"Types","category":"Toast","description":"The sample demonstrates how to design success, warning, information, and error messages using Toast control based on CSS classes in TypeScript platform.","api":{"Toast":["cssClass"]},"uid":"0043431","order":0,"component":"Toast","dir":"toast","parentId":"043"},"0043432":{"url":"template","name":"Template","category":"Toast","description":"The sample demonstrates how to design a reminder application by customizing the content of Toast control using an HTML template in TypeScript platform.","api":{"Toast":["template","target"]},"uid":"0043432","order":0,"component":"Toast","dir":"toast","parentId":"043"},"0043433":{"url":"positions","name":"Positions","category":"Toast","description":"The sample demonstrates how to display the toast notification with various built-in or custom position based on target or page in TypeScript platform.","api":{"Toast":["position","target"],"ToastPosition":["X","Y"]},"uid":"0043433","order":0,"component":"Toast","dir":"toast","parentId":"043"},"0043434":{"url":"api","name":"API","category":"Toast","description":"The sample exposes the available properties, methods, and events of Toast control which helps to create flexible toast notification in TypeScript platform.","api":{"Toast":["title","content","newestOnTop","showProgressBar","showCloseButton","animation"]},"uid":"0043434","order":0,"component":"Toast","dir":"toast","parentId":"043"},"0044440":{"url":"default","name":"Default Functionalities","description":"Get started with Obtrusive form validation of Syncfusion Form Validator library and default functionalities.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0044440","order":0,"component":"Form Validation","dir":"form-validator","parentId":"044"},"0044441":{"url":"html5","name":"HTML5 Validation","description":"Learn how to use default functionalities form validation of Syncfusion Form Validator library using HTML5 Validation.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0044441","order":0,"component":"Form Validation","dir":"form-validator","parentId":"044"},"0044442":{"url":"external-submit","name":"External Submit Form","description":"Get started with form validator library and external form submit to handle the form validation externally.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0044442","order":0,"component":"Form Validation","dir":"form-validator","parentId":"044"},"0044443":{"url":"wizard-form","name":"Wizard Form","description":"Learn how to use the form validation of Syncfusion Form Validator library with the Wizard template forms.","category":"Form Validation","api":{"FormValidator":["customPlacement","validate","validClass"]},"uid":"0044443","order":0,"component":"Form Validation","dir":"form-validator","parentId":"044"},"0045450":{"url":"default","name":"Default Functionalities","category":"TextBox","description":"This example describes key features of JavaScript textbox such as a floating label, input group, placeholder, validation states, sizing, types, and more.","api":{"TextBox":["placeholder","floatLabelType","enableRtl"]},"uid":"0045450","order":0,"component":"TextBox","dir":"textbox","parentId":"045"},"0045451":{"url":"multiline-textbox","name":"Multiline TextBox","category":"TextBox","description":"The example exposes a JavaScript Multiline TextBox (textarea). It helps to render address, feedback, and more in HTML5 form with customizable rows and columns.","api":{"TextBox":["multiline","value","placeholder","floatLabelType","enabled","enableRtl","readonly"]},"uid":"0045451","order":0,"component":"TextBox","dir":"textbox","parentId":"045"},"0046460":{"url":"default","name":"Default Functionalities","category":"Input Mask","description":"The Masked Textbox allows users to enter only the valid input based on the provided mask format such as Phone number, Country ISO code, Date, Time and so on.","api":{"MaskedTextBox":["mask"]},"uid":"0046460","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"046"},"0046461":{"url":"custom-mask","name":"Custom Mask","category":"Input Mask","description":"The custom mask is done using custom characters as mask elements. Time format and IP address fields are achieved using the custom mask literals and regex.","api":{"MaskedTextBox":["mask","customCharacters","floatLabelType"]},"uid":"0046461","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"046"},"0046462":{"url":"formats","name":"Formats","category":"Input Mask","description":"This sample demonstrates the usage of different mask formats through the properties panel. You can also get the value and raw value of the masked textbox.","api":{"MaskedTextBox":["mask","floatLabelType","change","promptChar","getMaskedValue","value"]},"uid":"0046462","order":0,"component":"Input Mask","dir":"maskedtextbox","parentId":"046"},"0047470":{"url":"default","name":"Default Functionalities","category":"Numeric Textbox","description":"he NumericTextBox is used to get the numbered inputs from the users and the currency and percentage text boxes to get the currency and percentage inputs.","api":{"NumericTextBox":["value","format","min","max","step"]},"uid":"0047470","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"047"},"0047471":{"url":"range-validation","name":"Range Validation","category":"Numeric Textbox","description":"The NumericTextBox has options to restrict the input value between a specific range using min, max, and strictMode properties.","api":{"NumericTextBox":["value","min","max","step"]},"uid":"0047471","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"047"},"0047472":{"url":"custom-format","name":"Custom Format","category":"Numeric Textbox","description":"The NumericTextBox provides an option to customize the display format of the numeric value using the format property.","api":{"NumericTextBox":["value","format","min","max"]},"uid":"0047472","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"047"},"0047473":{"url":"restrict-decimals","name":"Restrict Decimals","category":"Numeric Textbox","description":"The NumericTextBox provides an option to restrict the number of decimal values, by using the decimals property. So, it can only accept the integer value alone.","api":{"NumericTextBox":["value","format","min","max","step","decimals","validateDecimalOnType"]},"uid":"0047473","order":0,"component":"Numeric Textbox","dir":"numerictextbox","parentId":"047"},"0048480":{"url":"default","name":"Default Functionalities","category":"Color Picker","api":{"ColorPicker":["value"]},"description":"This example demonstrates the default functionalities of the Syncfusion Javascript ColorPicker with RGB, HSV and Hex codes(three, six and eight digit).","uid":"0048480","order":0,"component":"Color Picker","dir":"color-picker","parentId":"048"},"0048481":{"url":"inline","name":"Inline Mode","category":"Color Picker","api":{"ColorPicker":["inline","value","mode","modeSwitcher","showButtons"]},"description":"This example demonstrates the inline / flat mode rendering of the Syncfusion Javascript ColorPicker with hue and opacity color options.","uid":"0048481","order":0,"component":"Color Picker","dir":"color-picker","parentId":"048"},"0048482":{"url":"custom","name":"Custom Palettes","category":"Color Picker","api":{"ColorPicker":["cssClass","inline","value","columns","mode","modeSwitcher","showButtons","presetColors"]},"description":"This example demonstrates the Syncfusion Javascript ColorPicker, custom UI of the color palette with different structures and its state.","uid":"0048482","order":0,"component":"Color Picker","dir":"color-picker","parentId":"048"},"0048483":{"url":"api","name":"API","category":"Color Picker","api":{"ColorPicker":["cssClass","inline","value","columns","showButtons","presetColors"]},"description":"This example demonstrates the supported API's and its functionalities of the Syncfusion Javascript ColorPicker.","uid":"0048483","order":0,"component":"Color Picker","dir":"color-picker","parentId":"048"},"0049490":{"url":"default","name":"Default Functionalities","description":"This example demonstrates default functionalities of the JavaScript file uploader control, including automatic upload and asynchronous mode options.","category":"File Upload","api":{"Uploader":["autoUpload","asyncSettings","success","dropArea"]},"sourceFiles":[{"displayName":"default.ts","path":"src/uploader/default.ts"},{"displayName":"default.html","path":"src/uploader/default.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049490","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},"0049491":{"url":"chunk-upload","name":"Chunk Upload","description":"This example demonstrates how to upload files as chunks in the JavaScript file upload control, which helps when uploading a large file to a server.","category":"File Upload","api":{"Uploader":["autoUpload","asyncSettings","dropArea"]},"sourceFiles":[{"displayName":"chunk-upload.ts","path":"src/uploader/chunk-upload.ts"},{"displayName":"chunk-upload.html","path":"src/uploader/chunk-upload.html"},{"displayName":"save file","path":"src/uploader/chunk-upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/chunk-upload-remove-file.cs"}],"uid":"0049491","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},"0049492":{"url":"custom-file-list","name":"Template","description":"This example demonstrates how to customize the file list with buttons using a template and upload a file programmatically using the JavaScript file upload.","category":"File Upload","api":{"Uploader":["asyncSettings","dropArea","selected","progress","success","failure"]},"sourceFiles":[{"displayName":"custom-file-list.ts","path":"src/uploader/custom-file-list.ts"},{"displayName":"custom-file-list.html","path":"src/uploader/custom-file-list.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049492","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},"0049493":{"url":"preload-files","name":"Preload Files","description":"This example demonstrates how to preload files in the JavaScript file upload control, which helps users view and manipulate server files.","category":"File Upload","api":{"Uploader":["asyncSettings","files","removing","failure","success","dropArea"]},"sourceFiles":[{"displayName":"preload-files.ts","path":"src/uploader/preload-files.ts"},{"displayName":"preload-files.html","path":"src/uploader/preload-files.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049493","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},"0049494":{"url":"file-validation","name":"File Validation","description":"The example covers validations in JavaScript file upload such as allowing/denying file extensions, set min/max file size, duplicate file, and more.","category":"File Upload","api":{"Uploader":["autoUpload","minFileSize","maxFileSize","allowedExtensions","asyncSettings","selected","success","dropArea"]},"sourceFiles":[{"displayName":"file-validation.ts","path":"src/uploader/file-validation.ts"},{"displayName":"file-validation.html","path":"src/uploader/file-validation.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049494","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},"0049495":{"url":"image-preview","name":"Image Preview","description":"This example demonstrates how to display a preview of an image file before and after uploading it to a server in JavaScript file upload.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"image-preview.ts","path":"src/uploader/image-preview.ts"},{"displayName":"image-preview.html","path":"src/uploader/image-preview.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049495","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},"0049496":{"url":"file-upload-with-forms","name":"Form Support","description":"This example demonstrates how to integrate the JavaScript file upload control in an HTML form (synchronous mode) and submit a form with selected files.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"file-upload-with-forms.ts","path":"src/uploader/file-upload-with-forms.ts"},{"displayName":"file-upload-with-forms.html","path":"src/uploader/file-upload-with-forms.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049496","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},"0049497":{"url":"custom-drop-area","name":"Custom Drop Area","description":"This example demonstrates how to upload a file using drag and drop and how to configure a custom drop area for the JavaScript file upload control.","category":"File Upload","api":{"Uploader":["asyncSettings","template","success","progress","allowedExtensions"]},"sourceFiles":[{"displayName":"custom-drop-area.ts","path":"src/uploader/custom-drop-area.ts"},{"displayName":"custom-drop-area.html","path":"src/uploader/custom-drop-area.html"},{"displayName":"save file","path":"src/uploader/upload-save-file.cs"},{"displayName":"remove file","path":"src/uploader/upload-remove-file.cs"}],"uid":"0049497","order":0,"component":"File Upload","dir":"uploader","parentId":"049"},"0050500":{"url":"default","name":"Default Functionalities","category":"Range Slider","description":"Essential JS 2 slider control demo showing the default rendering of default, minimum range, and range sliders. Drag the thumb to interact with the slider.","api":{"Slider":["value","type","appendTo"]},"uid":"0050500","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},"0050501":{"url":"ticks","name":"Ticks","category":"Range Slider","description":"Essential JS 2 slider control demo of the visual representation of slider values using ticks, which can be placed before, after, or on both sides of the thumbs.","api":{"Slider":["value","type","min","max","step","enabled","appendTo","dragInterval"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"]},"uid":"0050501","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},"0050502":{"url":"tooltip","name":"Tooltip","category":"Range Slider","description":"Essential JS 2 slider control demo of the visual representation of slider values using tooltips, which can be displayed before or after slider thumbs.","api":{"Slider":["value","type","min","max","showButtons","appendTo","dragInterval"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0050502","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},"0050503":{"url":"orientation","name":"Vertical Orientation","category":"Range Slider","description":"Essential JS 2 slider control demo showing the vertical and horizontal orientation properties along with ticks and tooltips.","api":{"Slider":["value","type","orientation","appendTo","dragInterval"]},"uid":"0050503","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},"0050504":{"url":"format","name":"Formatting","category":"Range Slider","description":"Demo of Essential JS 2 slider control value formatting with time, currency, and distance values that are also displayed in ticks and tooltips.","api":{"Slider":["value","type","min","max","appendTo","step","tooltipChange","renderingTicks"],"TicksData":["placement","largeStep","smallStep","showSmallTicks","format"],"TooltipData":["isVisible","placement","format"]},"uid":"0050504","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},"0050505":{"url":"limits","name":"Limits","category":"Range Slider","description":"Essential JS 2 slider control demo of limiting the minimum, maximum, start, and end values. Also supports restricting handle movements.","api":{"Slider":["value","type","min","max","appendTo","step"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"LimitData":["enabled","minStart","minEnd","maxStart","maxEnd","startHandleFixed","endHandleFixed"]},"uid":"0050505","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},"0050506":{"url":"api","name":"API","category":"Range Slider","description":"Essential JS 2 slider control demo showcasing the most frequently used API combinations, like orientation, minimum, maximum, value, step, and more.","api":{"Slider":["value","type","min","max","step","showButtons","orientation","readOnly","enabled","appendTo"],"TicksData":["placement","largeStep"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0050506","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},"0050507":{"url":"events","name":"Events","category":"Range Slider","description":"Demo of the Essential JS 2 slider control's created, changing, and changed events. The events are traced in real time in a property panel.","api":{"Slider":["value","type","appendTo","change","created","changed"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"TooltipData":["isVisible","placement","showOn"]},"uid":"0050507","order":0,"component":"Range Slider","dir":"slider","parentId":"050"},"0050508":{"url":"thumb-customization","name":"Thumb","category":"Customization","description":"Demo of the Essential JS 2 slider control slider thumb customization with circle, oval, and custom image shapes.","api":{"Slider":["value","min","max","appendTo"]},"uid":"0050508","order":1,"component":"Range Slider","dir":"slider","parentId":"050"},"0050509":{"url":"selection-bar-customization","name":"Bar","category":"Customization","description":"This example demonstrates how to highly customize Syncfusion React slider bar with colors and height.","api":{"Slider":["value","type","min","max","appendTo","change","created"]},"uid":"0050509","order":1,"component":"Range Slider","dir":"slider","parentId":"050"},"00505010":{"url":"ticks-customization","name":"Ticks","category":"Customization","description":"Essential JS 2 slider control demo showing the highly customizable slider values using ticks and a legend.","api":{"Slider":["value","type","min","max","step","appendTo","renderedTicks","renderingTicks"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"]},"uid":"00505010","order":1,"component":"Range Slider","dir":"slider","parentId":"050"},"00505011":{"url":"tooltip-customization","name":"Tooltip","category":"Customization","description":"Demo of Essential JS 2 slider control customization of slider tooltip text and background color with formatted text values.","api":{"Slider":["value","type","appendTo","min","max","step","tooltipChange","renderingTicks","created"],"TicksData":["placement","largeStep","smallStep","showSmallTicks"],"TooltipData":["isVisible","placement"]},"uid":"00505011","order":1,"component":"Range Slider","dir":"slider","parentId":"050"},"00505012":{"url":"azure-pricing","name":"Cloud Pricing","category":"Use Case","description":"This example demonstrates the usage of Syncfusion React slider control in real world use case sample azure cloud pricing.","api":{"Slider":["value","appendTo","min","max","change","created"]},"uid":"00505012","order":2,"component":"Range Slider","dir":"slider","parentId":"050"},"0051510":{"url":"default","name":"Default","category":"Avatar","description":"Demo of the pure CSS Essential JS 2 Avatar component displaying profile images in different sizes in both default and circle shapes.","uid":"0051510","order":0,"component":"Avatar","dir":"avatar","parentId":"051"},"0051511":{"url":"types","name":"Types","category":"Avatar","description":"Demo of the pure CSS Essential JS 2 Avatar component's supported media formats for avatar content: images, SVG, initials, font icons, and words.","uid":"0051511","order":0,"component":"Avatar","dir":"avatar","parentId":"051"},"0051512":{"url":"listview","name":"ListView","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and ListView components to display profile images or letters in a mobile contact application.","uid":"0051512","order":1,"component":"Avatar","dir":"avatar","parentId":"051"},"0051513":{"url":"badge","name":"Badge","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and Badge components to display a notification count on profile images, similar to Gmail.","uid":"0051513","order":1,"component":"Avatar","dir":"avatar","parentId":"051"},"0051514":{"url":"card","name":"Card","category":"Integration","description":"Demo integrating the Essential JS 2 Avatar and Card components to display business cards for employees with profile images, roles, and responsibilities.","uid":"0051514","order":1,"component":"Avatar","dir":"avatar","parentId":"051"},"0052520":{"url":"basic","name":"Basic Card","category":"Card","description":"The sample demonstrates how to design basic card and weather layout card in TypeScript platform. The component is pure CSS component and more flexible.","uid":"0052520","order":0,"component":"Card","dir":"card","parentId":"052"},"0052521":{"url":"vertical","name":"Vertical Card","category":"Card","description":"The sample demonstrates how to design a business card and profile card using a vertical layout of card component in TypeScript platform.","uid":"0052521","order":0,"component":"Card","dir":"card","parentId":"052"},"0052522":{"url":"horizontal","name":"Horizontal Card","category":"Card","description":"The sample demonstrates how to design product card with icon and its specification using horizontal layout in card component in TypeScript platform.","uid":"0052522","order":0,"component":"Card","dir":"card","parentId":"052"},"0052523":{"url":"swipeable","name":"Swipeable Card","category":"Card","description":"The sample demonstrates how to design a stacked card with swipeable action and corresponding images using card component in TypeScript platform.","uid":"0052523","order":0,"component":"Card","dir":"card","parentId":"052"},"0052524":{"url":"flip","name":"Flip Card","category":"Card","description":"The sample demonstrates how to achieve flip behavior to the card to show hidden information which is on a back side on the card in TypeScript platform.","uid":"0052524","order":0,"component":"Card","dir":"card","parentId":"052"},"0052525":{"url":"reveal","name":"Reveal Card","category":"Card","description":"The sample demonstrates how to render a card with reveal layouts, hidden information can be revealed while action on “Know more” in TypeScript platform.","uid":"0052525","order":0,"component":"Card","dir":"card","parentId":"052"},"0052526":{"url":"tile","name":"Tile View","category":"Card","description":"The sample demonstrates how to design tile-view with filtering and searching using a template engine, data manager, and card component in TypeScript platform.","uid":"0052526","order":0,"component":"Card","dir":"card","parentId":"052"},"0053530":{"url":"default","name":"Default Functionalities","description":"The example demonstrates the default rendering of the JavaScript dialog, which supports modal and non-modal (modeless), built-in buttons, and more.","category":"Dialog","api":{"Dialog":["header","content","showCloseIcon","buttons","closeOnEscape","target","width","animationSettings","open","close","visible","show","hide"]},"uid":"0053530","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"0053531":{"url":"custom-dialog","name":"Custom Dialogs","description":"This example demonstrates how to create custom dialogs such as alert dialogs, confirmation dialogs, and prompt dialogs using the JavaScript dialog control.","category":"Dialog","api":{"Dialog":["header","content","showCloseIcon","buttons","closeOnEscape","target","width","animationSettings","open","close","visible","show","hide"]},"uid":"0053531","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"0053532":{"url":"modal-dialog","name":"Modal","description":"This example demonstrates the modal pop-up behavior of the JavaScript dialog control, which helps display critical information such as errors and warnings.","category":"Dialog","api":{"Dialog":["width","header","content","target","isModal","animationSettings","buttons","open","close","show","hide","overlayClick"]},"uid":"0053532","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"0053533":{"url":"template","name":"Template","description":"This example demonstrates how to customize user interface elements like the header, footer, and content of the JavaScript dialog control using a template.","category":"Dialog","api":{"Dialog":["width","header","content","target","isModal","animationSettings","buttons","open","close","show","hide"]},"uid":"0053533","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"0053534":{"url":"dialog-contents-via-ajax","description":"The example demonstrates how to load the content of the JavaScript dialog control from external sources such as a file or website using Ajax library.","name":"Ajax Content","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","close","content","show"]},"uid":"0053534","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"0053535":{"url":"draggable","name":"Draggable","description":"This example shows how to enable drag-and-drop actions in the JavaScript dialog control to help reposition the dialog efficiently.","category":"Dialog","api":{"Dialog":["width","header","content","target","allowDragging","animationSettings","open","close","closeOnEscape"]},"uid":"0053535","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"0053536":{"url":"resizable","description":"This example shows how to create resizable modal in the JavaScript dialog to change the size of a dialog efficiently and view its content more comfortably.","name":"Resizable","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","close","content","show","enableResize"]},"uid":"0053536","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"0053537":{"url":"position","name":"Positioning","description":"This example demonstrates how to display the JavaScript dialog control at various built-in and custom positions.","category":"Dialog","api":{"Dialog":["width","header","target","footerTemplate","open","close","closeOnEscape","position","showCloseIcon"]},"uid":"0053537","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"0053538":{"url":"animation","name":"Animation","description":"This example demonstrates how to open or close the JavaScript dialog with various animation effects, and how to customize the animation duration and delay.","category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","content","buttons"]},"uid":"0053538","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"0053539":{"url":"multiple-dialogs","name":"Multiple Dialogs","description":"This example shows how to display multiple dialogs sequentially and open multiple dialogs simultaneously for both modal and modeless JavaScript dialogs.","category":"Dialog","api":{"Dialog":["width","header","target","animationSettings","open","close","closeOnEscape","buttons"]},"uid":"0053539","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"00535310":{"url":"components-dialog","name":"Components inside Dialog","type":"new","description":"This example demonstrates how to render other Javascript Syncfusion components inside the dialog component.","category":"Dialog","api":{"Dialog":["header","target","animationSettings","open","close","closeOnEscape","buttons"]},"uid":"00535310","order":0,"component":"Dialog","dir":"dialog","parentId":"053"},"0054540":{"url":"default","name":"Default Functionalities","category":"ListView","description":"Demo of Essential JS 2 ListView control default renderings of flat and group list views. Click any list item to select and highlight it.","api":{"ListView":["dataSource","fields","appendTo"],"FieldSettings":["groupBy"]},"uid":"0054540","order":0,"component":"ListView","dir":"listview","parentId":"054"},"0054541":{"url":"remote-data","name":"Remote Data","category":"ListView","description":"Demo of Essential JS 2 ListView control rendering the list view with remote data, which uses DataManager and query properties to fetch data.","api":{"ListView":["dataSource","fields","query","headerTitle","showHeader","appendTo"],"FieldSettings":["groupBy"]},"uid":"0054541","order":0,"component":"ListView","dir":"listview","parentId":"054"},"0054542":{"url":"checklist","name":"Checklist","category":"ListView","description":"Essential JS 2 ListView control demo of the checked list view, which supports selecting more than one list item.","api":{"ListView":["dataSource","fields","showCheckBox","appendTo"],"FieldSettings":["groupBy"]},"uid":"0054542","order":0,"component":"ListView","dir":"listview","parentId":"054"},"0054543":{"url":"nested-list","name":"Nested List","category":"ListView","description":"Demo of Essential JS 2 ListView control showing the visual representation of nested data using the child property.","api":{"ListView":["dataSource","fields","headerTitle","showHeader","showIcon","appendTo"],"FieldSettings":["id","text","icon","child","iconCss","tooltip"]},"uid":"0054543","order":0,"component":"ListView","dir":"listview","parentId":"054"},"0054544":{"url":"virtualization","name":"Virtualization","category":"ListView","description":"Demo of Essential JS 2 ListView control loading items in the view port with virtualization, which improves performance when loading large amounts of data.","api":{"ListView":["dataSource","headerTitle","showHeader","enableVirtualization","height","template","actionBegin","actionComplete","appendTo"]},"uid":"0054544","order":0,"component":"ListView","dir":"listview","parentId":"054"},"0054545":{"url":"templates","name":"Templates","category":"Customization","description":"Demo of Essential JS 2 ListView control rendering customized elements inside list items. This sample is a news feed application built using a list view.","api":{"ListView":["dataSource","template","headerTitle","showHeader","appendTo"],"FieldSettings":["id","text","child"]},"uid":"0054545","order":1,"component":"ListView","dir":"listview","parentId":"054"},"0054546":{"url":"group-template","name":"Group Template","category":"Customization","description":"Essential JS 2 ListView control demo of list item and header customization using a template. The mobile settings showcase built-in CSS.","api":{"ListView":["dataSource","template","groupTemplate","headerTitle","showHeader","appendTo"],"FieldSettings":["text","groupBy"]},"uid":"0054546","order":1,"component":"ListView","dir":"listview","parentId":"054"},"0054547":{"url":"call-history","name":"Call History","category":"Use Case","description":"Demo of Essential JS 2 ListView control in a real-world use case as a call history app, featuring mobile contacts, mail inbox, and more.","api":{"ListView":["dataSource","fields","showCheckBox","checkBoxPosition","showIcon","select","appendTo"],"FieldSettings":["groupBy","iconCss"]},"uid":"0054547","order":2,"component":"ListView","dir":"listview","parentId":"054"},"0055550":{"url":"default","name":"Default Functionalities","category":"Tooltip","description":"Default rendering of the Essential JS 2 Tooltip control, which will open when hovering or tapping and holding, and can be displayed in 12 different positions.","api":{"Tooltip":["content","appendTo","position "]},"uid":"0055550","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},"0055551":{"url":"template","name":"Template","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control template functionality, which allows HTML content to be rendered in tooltips.","api":{"Tooltip":["content","target","beforeRender","showTipPointer","offsetX","width","appendTo"]},"uid":"0055551","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},"0055552":{"url":"ajax-content","name":"Ajax Content","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control loading dynamic content in tooltips through Ajax from JSON files.","api":{"Tooltip":["content","target","position","beforeRender","dataBind","appendTo"]},"uid":"0055552","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},"0055553":{"url":"smart-position","name":"Smart Positioning","category":"Tooltip","description":"Demo of the Essential JS 2 Tooltip control's smart (flexible) positioning based on the view port's dimensions.","api":{"Tooltip":["content","offsetX","target","animation","open","close","refresh","appendTo"]},"uid":"0055553","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},"0055554":{"url":"menu","name":"Tooltip Menu","category":"Tooltip","description":"Demo of Essential JS 2 Tooltip control customization to look like a menu using toolbar and listview controls.","uid":"0055554","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},"0055555":{"url":"html-template","name":"HTML Template","category":"Tooltip","description":"Demo of Essential JS 2 Tooltip control customization as an HTML page using HTML tags to display a template content.","uid":"0055555","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},"0055556":{"url":"api","name":"API","category":"Tooltip","description":"Essential JS 2 Tooltip control demo showcasing the most frequently used API combinations, like content, height, width, open, sticky mode, and more.","uid":"0055556","order":0,"component":"Tooltip","dir":"tooltip","parentId":"055"},"0056560":{"url":"default","name":"Default Functionalities","category":"Splitter","description":"The example explains the default functionalities of the JavaScript splitter with resizable panes, separator, and orientation (horizontal and vertical).","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0056560","order":0,"component":"Splitter","dir":"splitter","parentId":"056"},"0056561":{"url":"expand-and-collapse","name":"Expand and Collapse","category":"Splitter","description":"The example presents collapsible JavaScript Splitter that exposes expand and collapse action of panes with a different orientation and resizable panes.","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0056561","order":0,"component":"Splitter","dir":"splitter","parentId":"056"},"0056562":{"url":"accordion-navigation-menu","name":"Accordion Navigation Menu","category":"Use Case","description":"The example shows how to integrate Accordion and load the content from external sources using the Ajax library inside panes of JavaScript Splitter.","api":{"Splitter":["paneSettings","height","width","expanded","expanding","items","datasource","select"]},"uid":"0056562","order":1,"component":"Splitter","dir":"splitter","parentId":"056"},"0056563":{"url":"details-view","name":"Details View","category":"Use Case","description":"The example demonstrates how to create employee details view layout using panes of JavaScript Splitter and ListView with navigation.","api":{"Splitter":["paneSettings","height","width","enableVirtualization","cssClass","template","actionComplete","datasource","select"]},"uid":"0056563","order":1,"component":"Splitter","dir":"splitter","parentId":"056"},"0056564":{"url":"outlook-style-layout","name":"Outlook-style Layout","category":"Use Case","description":"The example explains how to construct an outlook style layout using JavaScript Splitter, TreeView, ListView, and Rich Text Editor with multiple panes.","api":{"Splitter":["paneSettings","height","width","fields","nodeTemplate","template","groupTemplate","cssClass","datasource","select"]},"uid":"0056564","order":1,"component":"Splitter","dir":"splitter","parentId":"056"},"0056565":{"url":"code-editor-layout","name":"Code Editor Layout","category":"Use Case","description":"The example shows how to construct code editor layout (UI) using JavaScript Splitter with multiple, nested, different oriented, and resizable panes.","api":{"Splitter":["paneSettings","height","width","orientation"]},"uid":"0056565","order":1,"component":"Splitter","dir":"splitter","parentId":"056"},"0057570":{"url":"default","name":"Default Functionalities","category":"Dashboard Layout","api":{"DashboardLayout":["cellSpacing"]},"description":"This example explains the default functionalities of the JavaScript Dashboard Layout with draggable and resizable panels.","uid":"0057570","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"057"},"0057571":{"url":"predefined-layouts","name":"Predefined Layouts","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates how to change the initially defined panels structure with a set of predefined panel templates dynamically.","uid":"0057571","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"057"},"0057572":{"url":"properties","name":"API","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates the most frequently used API combinations and dynamic addition and removal of panels within the layout.","uid":"0057572","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"057"},"0057573":{"url":"dynamic-widget","name":"Editable Dashboard","category":"Dashboard Layout","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample demonstrates how to add the data visualization components such as pie, column and spline chart in panels dynamically within the layout.","uid":"0057573","order":0,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"057"},"0057574":{"url":"analytics-dashboard","name":"SEO Analytics Dashboard","category":"Use Case","api":{"DashboardLayout":["panels","allowDragging","allowResizing","allowFloating"]},"description":"This sample explains about constructing a real time dashboar.d for SEO analysis using data visualizing components like maps, charts, cards etc","uid":"0057574","order":1,"component":"Dashboard Layout","dir":"dashboard-layout","parentId":"057"},"0058580":{"url":"default","name":"Default Functionalities","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","dataSource","columns","rule","created"]},"description":"This sample demonstrates the default functionalities of the Query Builder component. Click the plus button to add group or conditions.","uid":"0058580","order":0,"component":"Query Builder","dir":"query-builder","parentId":"058"},"0058581":{"url":"template","name":"Template","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","columns","rule","ruleChange"]},"description":"This sample demonstrates the integration of DropdownList, Slider controls as Templates in the Query Builder component.","uid":"0058581","order":0,"component":"Query Builder","dir":"query-builder","parentId":"058"},"0058582":{"url":"grid","name":"Integration with Data Grid","category":"Query Builder","ftName":"query-builder","api":{"QueryBuilder":["width","dataSource","columns","rule","ruleChange"]},"description":"This sample demonstrates the integration of Grid component to showcase the data population based on the created filters using Query Builder component.","uid":"0058582","order":0,"component":"Query Builder","dir":"query-builder","parentId":"058"},"0059590":{"url":"default","name":"Default Functionalities","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with minimum configuration.","category":"PDF Viewer","type":"update","uid":"0059590","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"059"},"0059591":{"url":"custom-toolbar","name":"Custom Toolbar","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with custom toolbar configuration.","category":"PDF Viewer","uid":"0059591","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"059"},"0059592":{"url":"right-to-left","name":"Right to Left","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with Right to Left Configuration ","category":"PDF Viewer","uid":"0059592","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"059"},"0059593":{"url":"form-filling","name":"Form Filling","description":"This demo for Essential JS 2 PdfViewer shows the default rendering of the PdfViewer with Form Filling Configuration ","category":"PDF Viewer","uid":"0059593","order":0,"component":"PDF Viewer","dir":"pdfviewer","parentId":"059"}},"docInfo":{"00000":{"component":2,"name":1},"00001":{"component":2,"name":2},"00002":{"component":2,"name":1},"00003":{"component":2,"name":1},"00004":{"component":2,"name":2},"00005":{"component":2,"name":2},"00006":{"component":2,"name":1},"00007":{"component":2,"name":2},"00008":{"component":2,"name":1},"00009":{"component":2,"name":2},"000010":{"component":2,"name":2},"000011":{"component":2,"name":3},"000012":{"component":2,"name":4},"000013":{"component":2,"name":2},"000014":{"component":2,"name":2},"000015":{"component":2,"name":1},"000016":{"component":2,"name":2},"000017":{"component":2,"name":2},"000018":{"component":2,"name":2},"000019":{"component":2,"name":2},"000020":{"component":2,"name":2},"000021":{"component":2,"name":4},"000022":{"component":2,"name":6},"000023":{"component":2,"name":2},"000024":{"component":2,"name":2},"000025":{"component":2,"name":2},"000026":{"component":2,"name":2},"000027":{"component":2,"name":1},"000028":{"component":2,"name":2},"000029":{"component":2,"name":2},"000030":{"component":2,"name":2},"000031":{"component":2,"name":2},"000032":{"component":2,"name":2},"000033":{"component":2,"name":2},"000034":{"component":2,"name":4},"000035":{"component":2,"name":2},"000036":{"component":2,"name":2},"000037":{"component":2,"name":2},"000038":{"component":2,"name":2},"000039":{"component":2,"name":2},"000040":{"component":2,"name":2},"000041":{"component":2,"name":2},"000042":{"component":2,"name":2},"000043":{"component":2,"name":2},"000044":{"component":2,"name":2},"000045":{"component":2,"name":2},"000046":{"component":2,"name":1},"000047":{"component":2,"name":2},"000048":{"component":2,"name":4},"000049":{"component":2,"name":2},"000050":{"component":2,"name":2},"000051":{"component":2,"name":3},"000052":{"component":2,"name":2},"00110":{"component":2,"name":2},"00111":{"component":2,"name":2},"00112":{"component":2,"name":2},"00113":{"component":2,"name":1},"00114":{"component":2,"name":2},"00115":{"component":2,"name":2},"00116":{"component":2,"name":2},"00117":{"component":2,"name":2},"00118":{"component":2,"name":2},"00119":{"component":2,"name":1},"001110":{"component":2,"name":2},"001111":{"component":2,"name":1},"001112":{"component":2,"name":1},"001113":{"component":2,"name":2},"001114":{"component":2,"name":1},"001115":{"component":2,"name":2},"001116":{"component":2,"name":2},"001117":{"component":2,"name":2},"001118":{"component":2,"name":2},"001119":{"component":2,"name":2},"001120":{"component":2,"name":2},"001121":{"component":2,"name":2},"001122":{"component":2,"name":2},"001123":{"component":2,"name":1},"001124":{"component":2,"name":1},"001125":{"component":2,"name":3},"001126":{"component":2,"name":1},"00220":{"component":2,"name":1},"00221":{"component":2,"name":2},"00222":{"component":2,"name":2},"00223":{"component":2,"name":2},"00224":{"component":2,"name":2},"00225":{"component":2,"name":2},"00226":{"component":2,"name":2},"00227":{"component":2,"name":1},"00228":{"component":2,"name":1},"00229":{"component":2,"name":2},"002210":{"component":2,"name":2},"002211":{"component":2,"name":3},"002212":{"component":2,"name":4},"002213":{"component":2,"name":2},"002214":{"component":2,"name":2},"002215":{"component":2,"name":2},"002216":{"component":2,"name":2},"002217":{"component":2,"name":2},"002218":{"component":2,"name":3},"002219":{"component":2,"name":2},"002220":{"component":2,"name":2},"002221":{"component":2,"name":2},"002222":{"component":2,"name":2},"002223":{"component":2,"name":3},"002224":{"component":2,"name":2},"002225":{"component":2,"name":2},"002226":{"component":2,"name":2},"002227":{"component":2,"name":2},"002228":{"component":2,"name":2},"002229":{"component":2,"name":2},"002230":{"component":2,"name":1},"002231":{"component":2,"name":2},"002232":{"component":2,"name":2},"002233":{"component":2,"name":2},"002234":{"component":2,"name":2},"002235":{"component":2,"name":2},"002236":{"component":2,"name":2},"002237":{"component":2,"name":2},"002238":{"component":2,"name":2},"002239":{"component":2,"name":2},"002240":{"component":2,"name":2},"002241":{"component":2,"name":2},"002242":{"component":2,"name":3},"002243":{"component":2,"name":3},"002244":{"component":2,"name":2},"002245":{"component":2,"name":1},"002246":{"component":2,"name":2},"002247":{"component":2,"name":2},"002248":{"component":2,"name":1},"002249":{"component":2,"name":2},"002250":{"component":2,"name":2},"00330":{"component":1,"name":2},"00331":{"component":1,"name":1},"00332":{"component":1,"name":3},"00333":{"component":1,"name":3},"00334":{"component":1,"name":2},"00335":{"component":1,"name":2},"00440":{"component":1,"name":1},"00441":{"component":1,"name":1},"00442":{"component":1,"name":2},"00443":{"component":1,"name":2},"00444":{"component":1,"name":2},"00445":{"component":1,"name":2},"00446":{"component":1,"name":3},"00447":{"component":1,"name":2},"00448":{"component":1,"name":3},"00449":{"component":1,"name":1},"004410":{"component":1,"name":2},"004411":{"component":1,"name":2},"004412":{"component":1,"name":2},"004413":{"component":1,"name":2},"004414":{"component":1,"name":3},"004415":{"component":1,"name":3},"004416":{"component":1,"name":2},"004417":{"component":1,"name":1},"004418":{"component":1,"name":2},"004419":{"component":1,"name":4},"004420":{"component":1,"name":2},"004421":{"component":1,"name":3},"004422":{"component":1,"name":1},"004423":{"component":1,"name":2},"004424":{"component":1,"name":3},"004425":{"component":1,"name":2},"004426":{"component":1,"name":3},"004427":{"component":1,"name":2},"004428":{"component":1,"name":2},"004429":{"component":1,"name":1},"004430":{"component":1,"name":1},"004431":{"component":1,"name":1},"004432":{"component":1,"name":3},"004433":{"component":1,"name":2},"004434":{"component":1,"name":1},"004435":{"component":1,"name":1},"004436":{"component":1,"name":3},"004437":{"component":1,"name":2},"004438":{"component":1,"name":2},"004439":{"component":1,"name":1},"004440":{"component":1,"name":1},"004441":{"component":1,"name":1},"004442":{"component":1,"name":1},"004443":{"component":1,"name":1},"004444":{"component":1,"name":1},"004445":{"component":1,"name":1},"004446":{"component":1,"name":1},"004447":{"component":1,"name":1},"004448":{"component":1,"name":3},"004449":{"component":1,"name":2},"004450":{"component":1,"name":2},"004451":{"component":1,"name":1},"004452":{"component":1,"name":4},"004453":{"component":1,"name":1},"004454":{"component":1,"name":1},"004455":{"component":1,"name":1},"004456":{"component":1,"name":3},"004457":{"component":1,"name":2},"004458":{"component":1,"name":2},"004459":{"component":1,"name":1},"004460":{"component":1,"name":1},"004461":{"component":1,"name":2},"004462":{"component":1,"name":1},"004463":{"component":1,"name":1},"004464":{"component":1,"name":1},"004465":{"component":1,"name":2},"004466":{"component":1,"name":1},"004467":{"component":1,"name":1},"004468":{"component":1,"name":2},"004469":{"component":1,"name":2},"004470":{"component":1,"name":2},"004471":{"component":1,"name":2},"004472":{"component":1,"name":2},"004473":{"component":1,"name":2},"004474":{"component":1,"name":2},"004475":{"component":1,"name":3},"004476":{"component":1,"name":2},"004477":{"component":1,"name":3},"004478":{"component":1,"name":2},"004479":{"component":1,"name":2},"004480":{"component":1,"name":2},"004481":{"component":1,"name":2},"004482":{"component":1,"name":2},"004483":{"component":1,"name":2},"004484":{"component":1,"name":3},"004485":{"component":1,"name":2},"004486":{"component":1,"name":1},"004487":{"component":1,"name":2},"004488":{"component":1,"name":1},"004489":{"component":1,"name":2},"004490":{"component":1,"name":2},"004491":{"component":1,"name":2},"004492":{"component":1,"name":2},"004493":{"component":1,"name":1},"004494":{"component":1,"name":1},"004495":{"component":1,"name":1},"004496":{"component":1,"name":2},"004497":{"component":1,"name":1},"004498":{"component":1,"name":1},"004499":{"component":1,"name":3},"0044100":{"component":1,"name":2},"00550":{"component":2,"name":1},"00551":{"component":2,"name":1},"00552":{"component":2,"name":3},"00553":{"component":2,"name":2},"00554":{"component":2,"name":1},"00555":{"component":2,"name":1},"00556":{"component":2,"name":2},"00557":{"component":2,"name":2},"00558":{"component":2,"name":2},"00559":{"component":2,"name":2},"005510":{"component":2,"name":1},"005511":{"component":2,"name":3},"005512":{"component":2,"name":3},"005513":{"component":2,"name":2},"00660":{"component":2,"name":2},"00661":{"component":2,"name":1},"00662":{"component":2,"name":3},"00663":{"component":2,"name":1},"00664":{"component":2,"name":2},"00665":{"component":2,"name":3},"00666":{"component":2,"name":2},"00667":{"component":2,"name":1},"00668":{"component":2,"name":2},"00669":{"component":2,"name":2},"006610":{"component":2,"name":2},"006611":{"component":2,"name":2},"006612":{"component":2,"name":2},"006613":{"component":2,"name":1},"006614":{"component":2,"name":2},"006615":{"component":2,"name":3},"006616":{"component":2,"name":1},"00770":{"component":2,"name":2},"00771":{"component":2,"name":1},"00772":{"component":2,"name":1},"00773":{"component":2,"name":2},"00774":{"component":2,"name":3},"00775":{"component":2,"name":1},"00776":{"component":2,"name":1},"00777":{"component":2,"name":1},"00880":{"component":1,"name":2},"00881":{"component":1,"name":1},"00882":{"component":1,"name":1},"00883":{"component":1,"name":1},"00884":{"component":1,"name":1},"00885":{"component":1,"name":1},"00886":{"component":1,"name":1},"00887":{"component":1,"name":2},"00888":{"component":1,"name":1},"00889":{"component":1,"name":1},"008810":{"component":1,"name":2},"008811":{"component":1,"name":2},"008812":{"component":1,"name":2},"008813":{"component":1,"name":2},"008814":{"component":1,"name":3},"008815":{"component":1,"name":3},"008816":{"component":1,"name":2},"008817":{"component":1,"name":3},"008818":{"component":1,"name":2},"008819":{"component":1,"name":2},"008820":{"component":1,"name":2},"008821":{"component":1,"name":2},"008822":{"component":1,"name":2},"008823":{"component":1,"name":3},"008824":{"component":1,"name":2},"008825":{"component":1,"name":2},"008826":{"component":1,"name":2},"008827":{"component":1,"name":2},"008828":{"component":1,"name":2},"008829":{"component":1,"name":2},"008830":{"component":1,"name":2},"008831":{"component":1,"name":3},"008832":{"component":1,"name":3},"008833":{"component":1,"name":2},"008834":{"component":1,"name":2},"008835":{"component":1,"name":1},"008836":{"component":1,"name":2},"008837":{"component":1,"name":2},"00990":{"component":2,"name":2},"00991":{"component":2,"name":2},"00992":{"component":2,"name":2},"00993":{"component":2,"name":4},"00994":{"component":2,"name":1},"00995":{"component":2,"name":1},"00996":{"component":2,"name":2},"00997":{"component":2,"name":2},"00998":{"component":2,"name":2},"00999":{"component":2,"name":2},"009910":{"component":2,"name":2},"009911":{"component":2,"name":3},"009912":{"component":2,"name":1},"009913":{"component":2,"name":2},"009914":{"component":2,"name":2},"009915":{"component":2,"name":2},"009916":{"component":2,"name":2},"009917":{"component":2,"name":2},"0010100":{"component":1,"name":2},"0010101":{"component":1,"name":1},"0010102":{"component":1,"name":2},"0010103":{"component":1,"name":1},"0010104":{"component":1,"name":2},"0010105":{"component":1,"name":2},"0010106":{"component":1,"name":1},"0010107":{"component":1,"name":1},"0010108":{"component":1,"name":2},"0010109":{"component":1,"name":1},"00101010":{"component":1,"name":2},"00101011":{"component":1,"name":1},"00101012":{"component":1,"name":1},"00101013":{"component":1,"name":4},"00101014":{"component":1,"name":3},"00101015":{"component":1,"name":1},"00101016":{"component":1,"name":2},"00101017":{"component":1,"name":2},"00101018":{"component":1,"name":5},"00101019":{"component":1,"name":2},"00101020":{"component":1,"name":1},"00101021":{"component":1,"name":1},"00101022":{"component":1,"name":2},"00101023":{"component":1,"name":2},"00101024":{"component":1,"name":2},"00101025":{"component":1,"name":2},"00101026":{"component":1,"name":3},"00101027":{"component":1,"name":2},"00101028":{"component":1,"name":4},"00101029":{"component":1,"name":3},"00101030":{"component":1,"name":2},"00101031":{"component":1,"name":3},"0011110":{"component":2,"name":1},"0011111":{"component":2,"name":1},"0011112":{"component":2,"name":1},"0011113":{"component":2,"name":2},"0011114":{"component":2,"name":2},"0011115":{"component":2,"name":2},"0011116":{"component":2,"name":1},"0011117":{"component":2,"name":2},"0011118":{"component":2,"name":2},"0011119":{"component":2,"name":1},"00111110":{"component":2,"name":3},"00111111":{"component":2,"name":1},"0012120":{"component":2,"name":1},"0012121":{"component":2,"name":1},"0012122":{"component":2,"name":3},"0013130":{"component":1,"name":2},"0013131":{"component":1,"name":2},"0013132":{"component":1,"name":2},"0013133":{"component":1,"name":2},"0013134":{"component":1,"name":2},"0013135":{"component":1,"name":2},"0013136":{"component":1,"name":2},"0013137":{"component":1,"name":1},"0013138":{"component":1,"name":2},"0013139":{"component":1,"name":2},"00131310":{"component":1,"name":2},"00131311":{"component":1,"name":1},"00131312":{"component":1,"name":3},"00131313":{"component":1,"name":2},"00131314":{"component":1,"name":2},"0014140":{"component":2,"name":1},"0014141":{"component":2,"name":2},"0014142":{"component":2,"name":3},"0014143":{"component":2,"name":3},"0014144":{"component":2,"name":1},"0014145":{"component":2,"name":2},"0014146":{"component":2,"name":2},"0015150":{"component":1,"name":2},"0015151":{"component":1,"name":1},"0015152":{"component":1,"name":1},"0015153":{"component":1,"name":1},"0015154":{"component":1,"name":2},"0015155":{"component":1,"name":1},"0015156":{"component":1,"name":1},"0015157":{"component":1,"name":2},"0015158":{"component":1,"name":2},"0015159":{"component":1,"name":2},"00151510":{"component":1,"name":3},"00151511":{"component":1,"name":1},"0016160":{"component":2,"name":1},"0016161":{"component":2,"name":2},"0016162":{"component":2,"name":1},"0016163":{"component":2,"name":4},"0016164":{"component":2,"name":4},"0016165":{"component":2,"name":2},"0016166":{"component":2,"name":1},"0017170":{"component":3,"name":1},"0017171":{"component":3,"name":2},"0017172":{"component":3,"name":1},"0017173":{"component":3,"name":1},"0017174":{"component":3,"name":4},"0017175":{"component":3,"name":1},"0017176":{"component":3,"name":1},"0017177":{"component":3,"name":2},"0017178":{"component":3,"name":2},"0017179":{"component":3,"name":2},"00171710":{"component":3,"name":1},"00171711":{"component":3,"name":1},"00171712":{"component":3,"name":2},"00171713":{"component":3,"name":2},"00171714":{"component":3,"name":1},"00171715":{"component":3,"name":2},"00171716":{"component":3,"name":3},"00171717":{"component":3,"name":1},"00171718":{"component":3,"name":1},"00171719":{"component":3,"name":2},"00171720":{"component":3,"name":2},"0018180":{"component":1,"name":2},"0018181":{"component":1,"name":2},"0018182":{"component":1,"name":2},"0018183":{"component":1,"name":1},"0018184":{"component":1,"name":3},"0018185":{"component":1,"name":3},"0018186":{"component":1,"name":2},"0018187":{"component":1,"name":2},"0018188":{"component":1,"name":3},"0018189":{"component":1,"name":3},"00181810":{"component":1,"name":1},"00181811":{"component":1,"name":3},"00181812":{"component":1,"name":3},"00181813":{"component":1,"name":2},"00181814":{"component":1,"name":2},"00181815":{"component":1,"name":2},"00181816":{"component":1,"name":1},"0019190":{"component":1,"name":2},"0019191":{"component":1,"name":1},"0020200":{"component":1,"name":2},"0020201":{"component":1,"name":2},"0020202":{"component":1,"name":1},"0020203":{"component":1,"name":2},"0020204":{"component":1,"name":2},"0020205":{"component":1,"name":2},"0020206":{"component":1,"name":1},"0020207":{"component":1,"name":2},"0021210":{"component":3,"name":1},"0021211":{"component":3,"name":2},"0021212":{"component":3,"name":2},"0021213":{"component":3,"name":2},"0022220":{"component":1,"name":2},"0022221":{"component":1,"name":2},"0022222":{"component":1,"name":2},"0022223":{"component":1,"name":3},"0022224":{"component":1,"name":2},"0022225":{"component":1,"name":4},"0022226":{"component":1,"name":2},"0022227":{"component":1,"name":1},"0022228":{"component":1,"name":4},"0022229":{"component":1,"name":2},"00222210":{"component":1,"name":2},"00222211":{"component":1,"name":2},"00222212":{"component":1,"name":2},"00222213":{"component":1,"name":3},"00222214":{"component":1,"name":2},"00222215":{"component":1,"name":3},"00222216":{"component":1,"name":2},"00222217":{"component":1,"name":2},"00222218":{"component":1,"name":2},"00222219":{"component":1,"name":1},"00222220":{"component":1,"name":2},"00222221":{"component":1,"name":3},"00222222":{"component":1,"name":2},"00222223":{"component":1,"name":3},"00222224":{"component":1,"name":2},"00222225":{"component":1,"name":2},"00222226":{"component":1,"name":3},"00222227":{"component":1,"name":2},"00222228":{"component":1,"name":1},"00222229":{"component":1,"name":2},"00222230":{"component":1,"name":1},"00222231":{"component":1,"name":1},"00222232":{"component":1,"name":2},"00222233":{"component":1,"name":2},"00222234":{"component":1,"name":2},"00222235":{"component":1,"name":2},"00222236":{"component":1,"name":1},"00222237":{"component":1,"name":2},"00222238":{"component":1,"name":2},"00222239":{"component":1,"name":2},"00222240":{"component":1,"name":2},"00222241":{"component":1,"name":4},"00222242":{"component":1,"name":2},"00222243":{"component":1,"name":3},"00222244":{"component":1,"name":2},"00222245":{"component":1,"name":3},"00222246":{"component":1,"name":2},"00222247":{"component":1,"name":4},"00222248":{"component":1,"name":1},"00222249":{"component":1,"name":2},"00222250":{"component":1,"name":2},"00222251":{"component":1,"name":2},"00222252":{"component":1,"name":1},"0023230":{"component":1,"name":2},"0023231":{"component":1,"name":2},"0023232":{"component":1,"name":2},"0023233":{"component":1,"name":3},"0023234":{"component":1,"name":1},"0023235":{"component":1,"name":3},"0023236":{"component":1,"name":1},"0023237":{"component":1,"name":2},"0023238":{"component":1,"name":2},"0023239":{"component":1,"name":1},"00232310":{"component":1,"name":1},"00232311":{"component":1,"name":2},"00232312":{"component":1,"name":2},"00232313":{"component":1,"name":1},"00232314":{"component":1,"name":1},"00232315":{"component":1,"name":1},"00232316":{"component":1,"name":1},"00232317":{"component":1,"name":2},"00232318":{"component":1,"name":1},"00232319":{"component":1,"name":1},"00232320":{"component":1,"name":2},"00232321":{"component":1,"name":2},"00232322":{"component":1,"name":4},"00232323":{"component":1,"name":2},"00232324":{"component":1,"name":2},"00232325":{"component":1,"name":2},"00232326":{"component":1,"name":2},"00232327":{"component":1,"name":2},"00232328":{"component":1,"name":3},"00232329":{"component":1,"name":2},"00232330":{"component":1,"name":2},"00232331":{"component":1,"name":2},"00232332":{"component":1,"name":1},"00232333":{"component":1,"name":2},"00232334":{"component":1,"name":4},"0024240":{"component":1,"name":2},"0024241":{"component":1,"name":2},"0024242":{"component":1,"name":2},"0024243":{"component":1,"name":2},"0024244":{"component":1,"name":2},"0024245":{"component":1,"name":2},"0024246":{"component":1,"name":2},"0025250":{"component":1,"name":2},"0025251":{"component":1,"name":2},"0025252":{"component":1,"name":2},"0025253":{"component":1,"name":1},"0025254":{"component":1,"name":2},"0025255":{"component":1,"name":2},"0026260":{"component":1,"name":2},"0026261":{"component":1,"name":2},"0026262":{"component":1,"name":2},"0026263":{"component":1,"name":2},"0026264":{"component":1,"name":1},"0026265":{"component":1,"name":3},"0027270":{"component":1,"name":2},"0027271":{"component":1,"name":2},"0027272":{"component":1,"name":2},"0027273":{"component":1,"name":1},"0027274":{"component":1,"name":2},"0028280":{"component":1,"name":2},"0028281":{"component":1,"name":2},"0028282":{"component":1,"name":1},"0028283":{"component":1,"name":2},"0029290":{"component":1,"name":2},"0029291":{"component":1,"name":3},"0029292":{"component":1,"name":2},"0029293":{"component":1,"name":1},"0029294":{"component":1,"name":1},"0029295":{"component":1,"name":2},"0029296":{"component":1,"name":2},"0030300":{"component":1,"name":2},"0030301":{"component":1,"name":3},"0030302":{"component":1,"name":2},"0030303":{"component":1,"name":2},"0030304":{"component":1,"name":1},"0030305":{"component":1,"name":1},"0030306":{"component":1,"name":1},"0030307":{"component":1,"name":2},"0031310":{"component":2,"name":2},"0031311":{"component":2,"name":3},"0031312":{"component":2,"name":2},"0031313":{"component":2,"name":1},"0031314":{"component":2,"name":1},"0031315":{"component":2,"name":1},"0031316":{"component":2,"name":1},"0031317":{"component":2,"name":2},"0032320":{"component":2,"name":2},"0032321":{"component":2,"name":2},"0032322":{"component":2,"name":1},"0032323":{"component":2,"name":1},"0032324":{"component":2,"name":1},"0032325":{"component":2,"name":2},"0032326":{"component":2,"name":2},"0032327":{"component":2,"name":1},"0032328":{"component":2,"name":3},"0032329":{"component":2,"name":2},"00323210":{"component":2,"name":2},"0033330":{"component":2,"name":2},"0033331":{"component":2,"name":2},"0033332":{"component":2,"name":3},"0033333":{"component":2,"name":1},"0033334":{"component":2,"name":1},"0034340":{"component":1,"name":2},"0034341":{"component":1,"name":2},"0034342":{"component":1,"name":1},"0035350":{"component":2,"name":2},"0036360":{"component":2,"name":2},"0036361":{"component":2,"name":2},"0036362":{"component":2,"name":1},"0036363":{"component":2,"name":1},"0036364":{"component":2,"name":2},"0036365":{"component":2,"name":1},"0036366":{"component":2,"name":2},"0037370":{"component":1,"name":2},"0037371":{"component":1,"name":1},"0037372":{"component":1,"name":1},"0037373":{"component":1,"name":2},"0037374":{"component":1,"name":2},"0037375":{"component":1,"name":3},"0038380":{"component":1,"name":2},"0038381":{"component":1,"name":1},"0038382":{"component":1,"name":2},"0038383":{"component":1,"name":1},"0039390":{"component":1,"name":2},"0039391":{"component":1,"name":1},"0039392":{"component":1,"name":1},"0040400":{"component":1,"name":2},"0040401":{"component":1,"name":2},"0040402":{"component":1,"name":2},"0040403":{"component":1,"name":3},"0040404":{"component":1,"name":1},"0040405":{"component":1,"name":2},"0040406":{"component":1,"name":2},"0040407":{"component":1,"name":3},"0040408":{"component":1,"name":1},"0041410":{"component":2,"name":1},"0041411":{"component":2,"name":2},"0041412":{"component":2,"name":1},"0041413":{"component":2,"name":3},"0041414":{"component":2,"name":2},"0041415":{"component":2,"name":3},"0041416":{"component":2,"name":3},"0041417":{"component":2,"name":3},"0041418":{"component":2,"name":4},"0041419":{"component":2,"name":4},"00414110":{"component":2,"name":3},"0042420":{"component":1,"name":1},"0042421":{"component":1,"name":1},"0042422":{"component":1,"name":1},"0042423":{"component":1,"name":1},"0042424":{"component":1,"name":1},"0042425":{"component":1,"name":1},"0043430":{"component":1,"name":2},"0043431":{"component":1,"name":1},"0043432":{"component":1,"name":1},"0043433":{"component":1,"name":1},"0043434":{"component":1,"name":1},"0044440":{"component":2,"name":2},"0044441":{"component":2,"name":2},"0044442":{"component":2,"name":3},"0044443":{"component":2,"name":2},"0045450":{"component":1,"name":2},"0045451":{"component":1,"name":2},"0046460":{"component":2,"name":2},"0046461":{"component":2,"name":2},"0046462":{"component":2,"name":1},"0047470":{"component":2,"name":2},"0047471":{"component":2,"name":2},"0047472":{"component":2,"name":2},"0047473":{"component":2,"name":2},"0048480":{"component":2,"name":2},"0048481":{"component":2,"name":2},"0048482":{"component":2,"name":2},"0048483":{"component":2,"name":1},"0049490":{"component":2,"name":2},"0049491":{"component":2,"name":2},"0049492":{"component":2,"name":1},"0049493":{"component":2,"name":2},"0049494":{"component":2,"name":2},"0049495":{"component":2,"name":2},"0049496":{"component":2,"name":2},"0049497":{"component":2,"name":3},"0050500":{"component":2,"name":2},"0050501":{"component":2,"name":1},"0050502":{"component":2,"name":1},"0050503":{"component":2,"name":2},"0050504":{"component":2,"name":1},"0050505":{"component":2,"name":1},"0050506":{"component":2,"name":1},"0050507":{"component":2,"name":1},"0050508":{"component":2,"name":1},"0050509":{"component":2,"name":1},"00505010":{"component":2,"name":1},"00505011":{"component":2,"name":1},"00505012":{"component":2,"name":2},"0051510":{"component":1,"name":1},"0051511":{"component":1,"name":1},"0051512":{"component":1,"name":1},"0051513":{"component":1,"name":1},"0051514":{"component":1,"name":1},"0052520":{"component":1,"name":2},"0052521":{"component":1,"name":2},"0052522":{"component":1,"name":2},"0052523":{"component":1,"name":2},"0052524":{"component":1,"name":2},"0052525":{"component":1,"name":2},"0052526":{"component":1,"name":2},"0053530":{"component":1,"name":2},"0053531":{"component":1,"name":2},"0053532":{"component":1,"name":1},"0053533":{"component":1,"name":1},"0053534":{"component":1,"name":2},"0053535":{"component":1,"name":1},"0053536":{"component":1,"name":1},"0053537":{"component":1,"name":1},"0053538":{"component":1,"name":1},"0053539":{"component":1,"name":2},"00535310":{"component":1,"name":3},"0054540":{"component":1,"name":2},"0054541":{"component":1,"name":2},"0054542":{"component":1,"name":1},"0054543":{"component":1,"name":2},"0054544":{"component":1,"name":1},"0054545":{"component":1,"name":1},"0054546":{"component":1,"name":2},"0054547":{"component":1,"name":2},"0055550":{"component":1,"name":2},"0055551":{"component":1,"name":1},"0055552":{"component":1,"name":2},"0055553":{"component":1,"name":2},"0055554":{"component":1,"name":2},"0055555":{"component":1,"name":2},"0055556":{"component":1,"name":1},"0056560":{"component":1,"name":2},"0056561":{"component":1,"name":3},"0056562":{"component":1,"name":3},"0056563":{"component":1,"name":2},"0056564":{"component":1,"name":3},"0056565":{"component":1,"name":3},"0057570":{"component":2,"name":2},"0057571":{"component":2,"name":2},"0057572":{"component":2,"name":1},"0057573":{"component":2,"name":2},"0057574":{"component":2,"name":3},"0058580":{"component":2,"name":2},"0058581":{"component":2,"name":1},"0058582":{"component":2,"name":4},"0059590":{"component":2,"name":2},"0059591":{"component":2,"name":2},"0059592":{"component":2,"name":3},"0059593":{"component":2,"name":2}},"length":777,"save":true},"index":{"component":{"root":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{"00000":{"tf":1},"00001":{"tf":1},"00002":{"tf":1},"00003":{"tf":1},"00004":{"tf":1},"00005":{"tf":1},"00006":{"tf":1},"00007":{"tf":1},"00008":{"tf":1},"00009":{"tf":1},"000010":{"tf":1},"000011":{"tf":1},"000012":{"tf":1},"000013":{"tf":1},"000014":{"tf":1},"000015":{"tf":1},"000016":{"tf":1},"000017":{"tf":1},"000018":{"tf":1},"000019":{"tf":1},"000020":{"tf":1},"000021":{"tf":1},"000022":{"tf":1},"000023":{"tf":1},"000024":{"tf":1},"000025":{"tf":1},"000026":{"tf":1},"000027":{"tf":1},"000028":{"tf":1},"000029":{"tf":1},"000030":{"tf":1},"000031":{"tf":1},"000032":{"tf":1},"000033":{"tf":1},"000034":{"tf":1},"000035":{"tf":1},"000036":{"tf":1},"000037":{"tf":1},"000038":{"tf":1},"000039":{"tf":1},"000040":{"tf":1},"000041":{"tf":1},"000042":{"tf":1},"000043":{"tf":1},"000044":{"tf":1},"000045":{"tf":1},"000046":{"tf":1},"000047":{"tf":1},"000048":{"tf":1},"000049":{"tf":1},"000050":{"tf":1},"000051":{"tf":1},"000052":{"tf":1}},"df":53},"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"0025250":{"tf":1},"0025251":{"tf":1},"0025252":{"tf":1},"0025253":{"tf":1},"0025254":{"tf":1},"0025255":{"tf":1}},"df":6}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"0026260":{"tf":1},"0026261":{"tf":1},"0026262":{"tf":1},"0026263":{"tf":1},"0026264":{"tf":1},"0026265":{"tf":1}},"df":6}}}}}}}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"0027270":{"tf":1},"0027271":{"tf":1},"0027272":{"tf":1},"0027273":{"tf":1},"0027274":{"tf":1}},"df":5}}}}}}}}}},"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"0057570":{"tf":1},"0057571":{"tf":1},"0057572":{"tf":1},"0057573":{"tf":1},"0057574":{"tf":1}},"df":5}}}}}}}},"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"00880":{"tf":1},"00881":{"tf":1},"00882":{"tf":1},"00883":{"tf":1},"00884":{"tf":1},"00885":{"tf":1},"00886":{"tf":1},"00887":{"tf":1},"00888":{"tf":1},"00889":{"tf":1},"008810":{"tf":1},"008811":{"tf":1},"008812":{"tf":1},"008813":{"tf":1},"008814":{"tf":1},"008815":{"tf":1},"008816":{"tf":1},"008817":{"tf":1},"008818":{"tf":1},"008819":{"tf":1},"008820":{"tf":1},"008821":{"tf":1},"008822":{"tf":1},"008823":{"tf":1},"008824":{"tf":1},"008825":{"tf":1},"008826":{"tf":1},"008827":{"tf":1},"008828":{"tf":1},"008829":{"tf":1},"008830":{"tf":1},"008831":{"tf":1},"008832":{"tf":1},"008833":{"tf":1},"008834":{"tf":1},"008835":{"tf":1},"008836":{"tf":1},"008837":{"tf":1}},"df":38}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"0053530":{"tf":1},"0053531":{"tf":1},"0053532":{"tf":1},"0053533":{"tf":1},"0053534":{"tf":1},"0053535":{"tf":1},"0053536":{"tf":1},"0053537":{"tf":1},"0053538":{"tf":1},"0053539":{"tf":1},"00535310":{"tf":1}},"df":11}}}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"0018180":{"tf":1},"0018181":{"tf":1},"0018182":{"tf":1},"0018183":{"tf":1},"0018184":{"tf":1},"0018185":{"tf":1},"0018186":{"tf":1},"0018187":{"tf":1},"0018188":{"tf":1},"0018189":{"tf":1},"00181810":{"tf":1},"00181811":{"tf":1},"00181812":{"tf":1},"00181813":{"tf":1},"00181814":{"tf":1},"00181815":{"tf":1},"00181816":{"tf":1}},"df":17}}}}}}}}}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"p":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"n":{"docs":{"0031310":{"tf":1},"0031311":{"tf":1},"0031312":{"tf":1},"0031313":{"tf":1},"0031314":{"tf":1},"0031315":{"tf":1},"0031316":{"tf":1},"0031317":{"tf":1},"0032320":{"tf":1},"0032321":{"tf":1},"0032322":{"tf":1},"0032323":{"tf":1},"0032324":{"tf":1},"0032325":{"tf":1},"0032326":{"tf":1},"0032327":{"tf":1},"0032328":{"tf":1},"0032329":{"tf":1},"00323210":{"tf":1}},"df":19}}}}}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"00000":{"tf":1},"00001":{"tf":1},"00002":{"tf":1},"00003":{"tf":1},"00004":{"tf":1},"00005":{"tf":1},"00006":{"tf":1},"00007":{"tf":1},"00008":{"tf":1},"00009":{"tf":1},"000010":{"tf":1},"000011":{"tf":1},"000012":{"tf":1},"000013":{"tf":1},"000014":{"tf":1},"000015":{"tf":1},"000016":{"tf":1},"000017":{"tf":1},"000018":{"tf":1},"000019":{"tf":1},"000020":{"tf":1},"000021":{"tf":1},"000022":{"tf":1},"000023":{"tf":1},"000024":{"tf":1},"000025":{"tf":1},"000026":{"tf":1},"000027":{"tf":1},"000028":{"tf":1},"000029":{"tf":1},"000030":{"tf":1},"000031":{"tf":1},"000032":{"tf":1},"000033":{"tf":1},"000034":{"tf":1},"000035":{"tf":1},"000036":{"tf":1},"000037":{"tf":1},"000038":{"tf":1},"000039":{"tf":1},"000040":{"tf":1},"000041":{"tf":1},"000042":{"tf":1},"000043":{"tf":1},"000044":{"tf":1},"000045":{"tf":1},"000046":{"tf":1},"000047":{"tf":1},"000048":{"tf":1},"000049":{"tf":1},"000050":{"tf":1},"000051":{"tf":1},"000052":{"tf":1},"00220":{"tf":1},"00221":{"tf":1},"00222":{"tf":1},"00223":{"tf":1},"00224":{"tf":1},"00225":{"tf":1},"00226":{"tf":1},"00227":{"tf":1},"00228":{"tf":1},"00229":{"tf":1},"002210":{"tf":1},"002211":{"tf":1},"002212":{"tf":1},"002213":{"tf":1},"002214":{"tf":1},"002215":{"tf":1},"002216":{"tf":1},"002217":{"tf":1},"002218":{"tf":1},"002219":{"tf":1},"002220":{"tf":1},"002221":{"tf":1},"002222":{"tf":1},"002223":{"tf":1},"002224":{"tf":1},"002225":{"tf":1},"002226":{"tf":1},"002227":{"tf":1},"002228":{"tf":1},"002229":{"tf":1},"002230":{"tf":1},"002231":{"tf":1},"002232":{"tf":1},"002233":{"tf":1},"002234":{"tf":1},"002235":{"tf":1},"002236":{"tf":1},"002237":{"tf":1},"002238":{"tf":1},"002239":{"tf":1},"002240":{"tf":1},"002241":{"tf":1},"002242":{"tf":1},"002243":{"tf":1},"002244":{"tf":1},"002245":{"tf":1},"002246":{"tf":1},"002247":{"tf":1},"002248":{"tf":1},"002249":{"tf":1},"002250":{"tf":1}},"df":104}}},"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{"00660":{"tf":1},"00661":{"tf":1},"00662":{"tf":1},"00663":{"tf":1},"00664":{"tf":1},"00665":{"tf":1},"00666":{"tf":1},"00667":{"tf":1},"00668":{"tf":1},"00669":{"tf":1},"006610":{"tf":1},"006611":{"tf":1},"006612":{"tf":1},"006613":{"tf":1},"006614":{"tf":1},"006615":{"tf":1},"006616":{"tf":1},"00770":{"tf":1},"00771":{"tf":1},"00772":{"tf":1},"00773":{"tf":1},"00774":{"tf":1},"00775":{"tf":1},"00776":{"tf":1},"00777":{"tf":1}},"df":25}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"t":{"docs":{"0023230":{"tf":1},"0023231":{"tf":1},"0023232":{"tf":1},"0023233":{"tf":1},"0023234":{"tf":1},"0023235":{"tf":1},"0023236":{"tf":1},"0023237":{"tf":1},"0023238":{"tf":1},"0023239":{"tf":1},"00232310":{"tf":1},"00232311":{"tf":1},"00232312":{"tf":1},"00232313":{"tf":1},"00232314":{"tf":1},"00232315":{"tf":1},"00232316":{"tf":1},"00232317":{"tf":1},"00232318":{"tf":1},"00232319":{"tf":1},"00232320":{"tf":1},"00232321":{"tf":1},"00232322":{"tf":1},"00232323":{"tf":1},"00232324":{"tf":1},"00232325":{"tf":1},"00232326":{"tf":1},"00232327":{"tf":1},"00232328":{"tf":1},"00232329":{"tf":1},"00232330":{"tf":1},"00232331":{"tf":1},"00232332":{"tf":1},"00232333":{"tf":1},"00232334":{"tf":1}},"df":35}}}}},"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"00110":{"tf":1},"00111":{"tf":1},"00112":{"tf":1},"00113":{"tf":1},"00114":{"tf":1},"00115":{"tf":1},"00116":{"tf":1},"00117":{"tf":1},"00118":{"tf":1},"00119":{"tf":1},"001110":{"tf":1},"001111":{"tf":1},"001112":{"tf":1},"001113":{"tf":1},"001114":{"tf":1},"001115":{"tf":1},"001116":{"tf":1},"001117":{"tf":1},"001118":{"tf":1},"001119":{"tf":1},"001120":{"tf":1},"001121":{"tf":1},"001122":{"tf":1},"001123":{"tf":1},"001124":{"tf":1},"001125":{"tf":1},"001126":{"tf":1}},"df":27}}},"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0048480":{"tf":1},"0048481":{"tf":1},"0048482":{"tf":1},"0048483":{"tf":1}},"df":4}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{"0021210":{"tf":1},"0021211":{"tf":1},"0021212":{"tf":1},"0021213":{"tf":1}},"df":4}}}},"d":{"docs":{},"df":0,"f":{"docs":{"0059590":{"tf":1},"0059591":{"tf":1},"0059592":{"tf":1},"0059593":{"tf":1}},"df":4}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{"0038380":{"tf":1},"0038381":{"tf":1},"0038382":{"tf":1},"0038383":{"tf":1}},"df":4,"l":{"docs":{"00110":{"tf":1},"00111":{"tf":1},"00112":{"tf":1},"00113":{"tf":1},"00114":{"tf":1},"00115":{"tf":1},"00116":{"tf":1},"00117":{"tf":1},"00118":{"tf":1},"00119":{"tf":1},"001110":{"tf":1},"001111":{"tf":1},"001112":{"tf":1},"001113":{"tf":1},"001114":{"tf":1},"001115":{"tf":1},"001116":{"tf":1},"001117":{"tf":1},"001118":{"tf":1},"001119":{"tf":1},"001120":{"tf":1},"001121":{"tf":1},"001122":{"tf":1},"001123":{"tf":1},"001124":{"tf":1},"001125":{"tf":1},"001126":{"tf":1}},"df":27}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{"00220":{"tf":1},"00221":{"tf":1},"00222":{"tf":1},"00223":{"tf":1},"00224":{"tf":1},"00225":{"tf":1},"00226":{"tf":1},"00227":{"tf":1},"00228":{"tf":1},"00229":{"tf":1},"002210":{"tf":1},"002211":{"tf":1},"002212":{"tf":1},"002213":{"tf":1},"002214":{"tf":1},"002215":{"tf":1},"002216":{"tf":1},"002217":{"tf":1},"002218":{"tf":1},"002219":{"tf":1},"002220":{"tf":1},"002221":{"tf":1},"002222":{"tf":1},"002223":{"tf":1},"002224":{"tf":1},"002225":{"tf":1},"002226":{"tf":1},"002227":{"tf":1},"002228":{"tf":1},"002229":{"tf":1},"002230":{"tf":1},"002231":{"tf":1},"002232":{"tf":1},"002233":{"tf":1},"002234":{"tf":1},"002235":{"tf":1},"002236":{"tf":1},"002237":{"tf":1},"002238":{"tf":1},"002239":{"tf":1},"002240":{"tf":1},"002241":{"tf":1},"002242":{"tf":1},"002243":{"tf":1},"002244":{"tf":1},"002245":{"tf":1},"002246":{"tf":1},"002247":{"tf":1},"002248":{"tf":1},"002249":{"tf":1},"002250":{"tf":1}},"df":51,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"0015150":{"tf":1},"0015151":{"tf":1},"0015152":{"tf":1},"0015153":{"tf":1},"0015154":{"tf":1},"0015155":{"tf":1},"0015156":{"tf":1},"0015157":{"tf":1},"0015158":{"tf":1},"0015159":{"tf":1},"00151510":{"tf":1},"00151511":{"tf":1}},"df":12}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"0040400":{"tf":1},"0040401":{"tf":1},"0040402":{"tf":1},"0040403":{"tf":1},"0040404":{"tf":1},"0040405":{"tf":1},"0040406":{"tf":1},"0040407":{"tf":1},"0040408":{"tf":1}},"df":9}}}}}}},"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"t":{"docs":{"0017170":{"tf":1},"0017171":{"tf":1},"0017172":{"tf":1},"0017173":{"tf":1},"0017174":{"tf":1},"0017175":{"tf":1},"0017176":{"tf":1},"0017177":{"tf":1},"0017178":{"tf":1},"0017179":{"tf":1},"00171710":{"tf":1},"00171711":{"tf":1},"00171712":{"tf":1},"00171713":{"tf":1},"00171714":{"tf":1},"00171715":{"tf":1},"00171716":{"tf":1},"00171717":{"tf":1},"00171718":{"tf":1},"00171719":{"tf":1},"00171720":{"tf":1}},"df":21,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"0045450":{"tf":1},"0045451":{"tf":1},"0047470":{"tf":1},"0047471":{"tf":1},"0047472":{"tf":1},"0047473":{"tf":1}},"df":6}}}}}},"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"p":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"0028280":{"tf":1},"0028281":{"tf":1},"0028282":{"tf":1},"0028283":{"tf":1}},"df":4}}}}}}},"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0039390":{"tf":1},"0039391":{"tf":1},"0039392":{"tf":1}},"df":3}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{"0055550":{"tf":1},"0055551":{"tf":1},"0055552":{"tf":1},"0055553":{"tf":1},"0055554":{"tf":1},"0055555":{"tf":1},"0055556":{"tf":1}},"df":7}}}}},"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"0043430":{"tf":1},"0043431":{"tf":1},"0043432":{"tf":1},"0043433":{"tf":1},"0043434":{"tf":1}},"df":5}}}}},"s":{"docs":{},"df":0,"p":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"00330":{"tf":1},"00331":{"tf":1},"00332":{"tf":1},"00333":{"tf":1},"00334":{"tf":1},"00335":{"tf":1}},"df":6}}}}}}}}},"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"k":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"0014140":{"tf":1},"0014141":{"tf":1},"0014142":{"tf":1},"0014143":{"tf":1},"0014144":{"tf":1},"0014145":{"tf":1},"0014146":{"tf":1}},"df":7}}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0056560":{"tf":1},"0056561":{"tf":1},"0056562":{"tf":1},"0056563":{"tf":1},"0056564":{"tf":1},"0056565":{"tf":1}},"df":6}}}}}}},"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"00550":{"tf":1},"00551":{"tf":1},"00552":{"tf":1},"00553":{"tf":1},"00554":{"tf":1},"00555":{"tf":1},"00556":{"tf":1},"00557":{"tf":1},"00558":{"tf":1},"00559":{"tf":1},"005510":{"tf":1},"005511":{"tf":1},"005512":{"tf":1},"005513":{"tf":1}},"df":14}}}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"0011110":{"tf":1},"0011111":{"tf":1},"0011112":{"tf":1},"0011113":{"tf":1},"0011114":{"tf":1},"0011115":{"tf":1},"0011116":{"tf":1},"0011117":{"tf":1},"0011118":{"tf":1},"0011119":{"tf":1},"00111110":{"tf":1},"00111111":{"tf":1}},"df":12}}}}}}},"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"0012120":{"tf":1},"0012121":{"tf":1},"0012122":{"tf":1}},"df":3}}}},"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"0022220":{"tf":1},"0022221":{"tf":1},"0022222":{"tf":1},"0022223":{"tf":1},"0022224":{"tf":1},"0022225":{"tf":1},"0022226":{"tf":1},"0022227":{"tf":1},"0022228":{"tf":1},"0022229":{"tf":1},"00222210":{"tf":1},"00222211":{"tf":1},"00222212":{"tf":1},"00222213":{"tf":1},"00222214":{"tf":1},"00222215":{"tf":1},"00222216":{"tf":1},"00222217":{"tf":1},"00222218":{"tf":1},"00222219":{"tf":1},"00222220":{"tf":1},"00222221":{"tf":1},"00222222":{"tf":1},"00222223":{"tf":1},"00222224":{"tf":1},"00222225":{"tf":1},"00222226":{"tf":1},"00222227":{"tf":1},"00222228":{"tf":1},"00222229":{"tf":1},"00222230":{"tf":1},"00222231":{"tf":1},"00222232":{"tf":1},"00222233":{"tf":1},"00222234":{"tf":1},"00222235":{"tf":1},"00222236":{"tf":1},"00222237":{"tf":1},"00222238":{"tf":1},"00222239":{"tf":1},"00222240":{"tf":1},"00222241":{"tf":1},"00222242":{"tf":1},"00222243":{"tf":1},"00222244":{"tf":1},"00222245":{"tf":1},"00222246":{"tf":1},"00222247":{"tf":1},"00222248":{"tf":1},"00222249":{"tf":1},"00222250":{"tf":1},"00222251":{"tf":1},"00222252":{"tf":1}},"df":53}}}}}},"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0037370":{"tf":1},"0037371":{"tf":1},"0037372":{"tf":1},"0037373":{"tf":1},"0037374":{"tf":1},"0037375":{"tf":1}},"df":6}}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0050500":{"tf":1},"0050501":{"tf":1},"0050502":{"tf":1},"0050503":{"tf":1},"0050504":{"tf":1},"0050505":{"tf":1},"0050506":{"tf":1},"0050507":{"tf":1},"0050508":{"tf":1},"0050509":{"tf":1},"00505010":{"tf":1},"00505011":{"tf":1},"00505012":{"tf":1}},"df":13}}}}}},"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"00440":{"tf":1},"00441":{"tf":1},"00442":{"tf":1},"00443":{"tf":1},"00444":{"tf":1},"00445":{"tf":1},"00446":{"tf":1},"00447":{"tf":1},"00448":{"tf":1},"00449":{"tf":1},"004410":{"tf":1},"004411":{"tf":1},"004412":{"tf":1},"004413":{"tf":1},"004414":{"tf":1},"004415":{"tf":1},"004416":{"tf":1},"004417":{"tf":1},"004418":{"tf":1},"004419":{"tf":1},"004420":{"tf":1},"004421":{"tf":1},"004422":{"tf":1},"004423":{"tf":1},"004424":{"tf":1},"004425":{"tf":1},"004426":{"tf":1},"004427":{"tf":1},"004428":{"tf":1},"004429":{"tf":1},"004430":{"tf":1},"004431":{"tf":1},"004432":{"tf":1},"004433":{"tf":1},"004434":{"tf":1},"004435":{"tf":1},"004436":{"tf":1},"004437":{"tf":1},"004438":{"tf":1},"004439":{"tf":1},"004440":{"tf":1},"004441":{"tf":1},"004442":{"tf":1},"004443":{"tf":1},"004444":{"tf":1},"004445":{"tf":1},"004446":{"tf":1},"004447":{"tf":1},"004448":{"tf":1},"004449":{"tf":1},"004450":{"tf":1},"004451":{"tf":1},"004452":{"tf":1},"004453":{"tf":1},"004454":{"tf":1},"004455":{"tf":1},"004456":{"tf":1},"004457":{"tf":1},"004458":{"tf":1},"004459":{"tf":1},"004460":{"tf":1},"004461":{"tf":1},"004462":{"tf":1},"004463":{"tf":1},"004464":{"tf":1},"004465":{"tf":1},"004466":{"tf":1},"004467":{"tf":1},"004468":{"tf":1},"004469":{"tf":1},"004470":{"tf":1},"004471":{"tf":1},"004472":{"tf":1},"004473":{"tf":1},"004474":{"tf":1},"004475":{"tf":1},"004476":{"tf":1},"004477":{"tf":1},"004478":{"tf":1},"004479":{"tf":1},"004480":{"tf":1},"004481":{"tf":1},"004482":{"tf":1},"004483":{"tf":1},"004484":{"tf":1},"004485":{"tf":1},"004486":{"tf":1},"004487":{"tf":1},"004488":{"tf":1},"004489":{"tf":1},"004490":{"tf":1},"004491":{"tf":1},"004492":{"tf":1},"004493":{"tf":1},"004494":{"tf":1},"004495":{"tf":1},"004496":{"tf":1},"004497":{"tf":1},"004498":{"tf":1},"004499":{"tf":1},"0044100":{"tf":1},"00550":{"tf":1},"00551":{"tf":1},"00552":{"tf":1},"00553":{"tf":1},"00554":{"tf":1},"00555":{"tf":1},"00556":{"tf":1},"00557":{"tf":1},"00558":{"tf":1},"00559":{"tf":1},"005510":{"tf":1},"005511":{"tf":1},"005512":{"tf":1},"005513":{"tf":1},"00990":{"tf":1},"00991":{"tf":1},"00992":{"tf":1},"00993":{"tf":1},"00994":{"tf":1},"00995":{"tf":1},"00996":{"tf":1},"00997":{"tf":1},"00998":{"tf":1},"00999":{"tf":1},"009910":{"tf":1},"009911":{"tf":1},"009912":{"tf":1},"009913":{"tf":1},"009914":{"tf":1},"009915":{"tf":1},"009916":{"tf":1},"009917":{"tf":1},"0012120":{"tf":1},"0012121":{"tf":1},"0012122":{"tf":1},"0014140":{"tf":1},"0014141":{"tf":1},"0014142":{"tf":1},"0014143":{"tf":1},"0014144":{"tf":1},"0014145":{"tf":1},"0014146":{"tf":1},"0016160":{"tf":1},"0016161":{"tf":1},"0016162":{"tf":1},"0016163":{"tf":1},"0016164":{"tf":1},"0016165":{"tf":1},"0016166":{"tf":1}},"df":150}}},"i":{"docs":{},"df":0,"p":{"docs":{"0019190":{"tf":1},"0019191":{"tf":1}},"df":2}}},"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00660":{"tf":1},"00661":{"tf":1},"00662":{"tf":1},"00663":{"tf":1},"00664":{"tf":1},"00665":{"tf":1},"00666":{"tf":1},"00667":{"tf":1},"00668":{"tf":1},"00669":{"tf":1},"006610":{"tf":1},"006611":{"tf":1},"006612":{"tf":1},"006613":{"tf":1},"006614":{"tf":1},"006615":{"tf":1},"006616":{"tf":1}},"df":17}}}}}}},"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0024240":{"tf":1},"0024241":{"tf":1},"0024242":{"tf":1},"0024243":{"tf":1},"0024244":{"tf":1},"0024245":{"tf":1},"0024246":{"tf":1}},"df":7}}}}}},"r":{"docs":{},"df":0,"d":{"docs":{"0052520":{"tf":1},"0052521":{"tf":1},"0052522":{"tf":1},"0052523":{"tf":1},"0052524":{"tf":1},"0052525":{"tf":1},"0052526":{"tf":1}},"df":7}}},"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"0030300":{"tf":1},"0030301":{"tf":1},"0030302":{"tf":1},"0030303":{"tf":1},"0030304":{"tf":1},"0030305":{"tf":1},"0030306":{"tf":1},"0030307":{"tf":1}},"df":8}}}}}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"t":{"docs":{"0035350":{"tf":1}},"df":1}}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"0048480":{"tf":1},"0048481":{"tf":1},"0048482":{"tf":1},"0048483":{"tf":1}},"df":4}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00770":{"tf":1},"00771":{"tf":1},"00772":{"tf":1},"00773":{"tf":1},"00774":{"tf":1},"00775":{"tf":1},"00776":{"tf":1},"00777":{"tf":1}},"df":8}}}},"s":{"docs":{},"df":0,"t":{"docs":{"0031310":{"tf":1},"0031311":{"tf":1},"0031312":{"tf":1},"0031313":{"tf":1},"0031314":{"tf":1},"0031315":{"tf":1},"0031316":{"tf":1},"0031317":{"tf":1},"0033330":{"tf":1},"0033331":{"tf":1},"0033332":{"tf":1},"0033333":{"tf":1},"0033334":{"tf":1}},"df":13,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"0054540":{"tf":1},"0054541":{"tf":1},"0054542":{"tf":1},"0054543":{"tf":1},"0054544":{"tf":1},"0054545":{"tf":1},"0054546":{"tf":1},"0054547":{"tf":1}},"df":8}}}}}}},"a":{"docs":{},"df":0,"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"0057570":{"tf":1},"0057571":{"tf":1},"0057572":{"tf":1},"0057573":{"tf":1},"0057574":{"tf":1}},"df":5}}}}}},"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"00990":{"tf":1},"00991":{"tf":1},"00992":{"tf":1},"00993":{"tf":1},"00994":{"tf":1},"00995":{"tf":1},"00996":{"tf":1},"00997":{"tf":1},"00998":{"tf":1},"00999":{"tf":1},"009910":{"tf":1},"009911":{"tf":1},"009912":{"tf":1},"009913":{"tf":1},"009914":{"tf":1},"009915":{"tf":1},"009916":{"tf":1},"009917":{"tf":1}},"df":18}}}}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"0010100":{"tf":1},"0010101":{"tf":1},"0010102":{"tf":1},"0010103":{"tf":1},"0010104":{"tf":1},"0010105":{"tf":1},"0010106":{"tf":1},"0010107":{"tf":1},"0010108":{"tf":1},"0010109":{"tf":1},"00101010":{"tf":1},"00101011":{"tf":1},"00101012":{"tf":1},"00101013":{"tf":1},"00101014":{"tf":1},"00101015":{"tf":1},"00101016":{"tf":1},"00101017":{"tf":1},"00101018":{"tf":1},"00101019":{"tf":1},"00101020":{"tf":1},"00101021":{"tf":1},"00101022":{"tf":1},"00101023":{"tf":1},"00101024":{"tf":1},"00101025":{"tf":1},"00101026":{"tf":1},"00101027":{"tf":1},"00101028":{"tf":1},"00101029":{"tf":1},"00101030":{"tf":1},"00101031":{"tf":1}},"df":32},"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"0041410":{"tf":1},"0041411":{"tf":1},"0041412":{"tf":1},"0041413":{"tf":1},"0041414":{"tf":1},"0041415":{"tf":1},"0041416":{"tf":1},"0041417":{"tf":1},"0041418":{"tf":1},"0041419":{"tf":1},"00414110":{"tf":1}},"df":11}}},"s":{"docs":{},"df":0,"k":{"docs":{"0046460":{"tf":1},"0046461":{"tf":1},"0046462":{"tf":1}},"df":3}}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"0032320":{"tf":1},"0032321":{"tf":1},"0032322":{"tf":1},"0032323":{"tf":1},"0032324":{"tf":1},"0032325":{"tf":1},"0032326":{"tf":1},"0032327":{"tf":1},"0032328":{"tf":1},"0032329":{"tf":1},"00323210":{"tf":1}},"df":11}}}}}}}}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"u":{"docs":{"0035350":{"tf":1},"0036360":{"tf":1},"0036361":{"tf":1},"0036362":{"tf":1},"0036363":{"tf":1},"0036364":{"tf":1},"0036365":{"tf":1},"0036366":{"tf":1}},"df":8}}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"0011110":{"tf":1},"0011111":{"tf":1},"0011112":{"tf":1},"0011113":{"tf":1},"0011114":{"tf":1},"0011115":{"tf":1},"0011116":{"tf":1},"0011117":{"tf":1},"0011118":{"tf":1},"0011119":{"tf":1},"00111110":{"tf":1},"00111111":{"tf":1},"0050500":{"tf":1},"0050501":{"tf":1},"0050502":{"tf":1},"0050503":{"tf":1},"0050504":{"tf":1},"0050505":{"tf":1},"0050506":{"tf":1},"0050507":{"tf":1},"0050508":{"tf":1},"0050509":{"tf":1},"00505010":{"tf":1},"00505011":{"tf":1},"00505012":{"tf":1}},"df":25}}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"0017170":{"tf":1},"0017171":{"tf":1},"0017172":{"tf":1},"0017173":{"tf":1},"0017174":{"tf":1},"0017175":{"tf":1},"0017176":{"tf":1},"0017177":{"tf":1},"0017178":{"tf":1},"0017179":{"tf":1},"00171710":{"tf":1},"00171711":{"tf":1},"00171712":{"tf":1},"00171713":{"tf":1},"00171714":{"tf":1},"00171715":{"tf":1},"00171716":{"tf":1},"00171717":{"tf":1},"00171718":{"tf":1},"00171719":{"tf":1},"00171720":{"tf":1}},"df":21}}}},"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0036360":{"tf":1},"0036361":{"tf":1},"0036362":{"tf":1},"0036363":{"tf":1},"0036364":{"tf":1},"0036365":{"tf":1},"0036366":{"tf":1}},"df":7,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{"0013130":{"tf":1},"0013131":{"tf":1},"0013132":{"tf":1},"0013133":{"tf":1},"0013134":{"tf":1},"0013135":{"tf":1},"0013136":{"tf":1},"0013137":{"tf":1},"0013138":{"tf":1},"0013139":{"tf":1},"00131310":{"tf":1},"00131311":{"tf":1},"00131312":{"tf":1},"00131313":{"tf":1},"00131314":{"tf":1}},"df":15}}}},"d":{"docs":{},"df":0,"g":{"docs":{"0042420":{"tf":1},"0042421":{"tf":1},"0042422":{"tf":1},"0042423":{"tf":1},"0042424":{"tf":1},"0042425":{"tf":1}},"df":6}}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"0016160":{"tf":1},"0016161":{"tf":1},"0016162":{"tf":1},"0016163":{"tf":1},"0016164":{"tf":1},"0016165":{"tf":1},"0016166":{"tf":1}},"df":7}}}},"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0020200":{"tf":1},"0020201":{"tf":1},"0020202":{"tf":1},"0020203":{"tf":1},"0020204":{"tf":1},"0020205":{"tf":1},"0020206":{"tf":1},"0020207":{"tf":1}},"df":8}}}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0058580":{"tf":1},"0058581":{"tf":1},"0058582":{"tf":1}},"df":3}}}}}},"o":{"docs":{},"df":0,"x":{"docs":{"0033330":{"tf":1},"0033331":{"tf":1},"0033332":{"tf":1},"0033333":{"tf":1},"0033334":{"tf":1}},"df":5}}},"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"0017170":{"tf":1},"0017171":{"tf":1},"0017172":{"tf":1},"0017173":{"tf":1},"0017174":{"tf":1},"0017175":{"tf":1},"0017176":{"tf":1},"0017177":{"tf":1},"0017178":{"tf":1},"0017179":{"tf":1},"00171710":{"tf":1},"00171711":{"tf":1},"00171712":{"tf":1},"00171713":{"tf":1},"00171714":{"tf":1},"00171715":{"tf":1},"00171716":{"tf":1},"00171717":{"tf":1},"00171718":{"tf":1},"00171719":{"tf":1},"00171720":{"tf":1},"0021210":{"tf":1},"0021211":{"tf":1},"0021212":{"tf":1},"0021213":{"tf":1}},"df":25}}}}}},"i":{"docs":{},"df":0,"n":{"docs":{"0021210":{"tf":1},"0021211":{"tf":1},"0021212":{"tf":1},"0021213":{"tf":1}},"df":4,"p":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"0046460":{"tf":1},"0046461":{"tf":1},"0046462":{"tf":1}},"df":3}}}}},"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"0029290":{"tf":1},"0029291":{"tf":1},"0029292":{"tf":1},"0029293":{"tf":1},"0029294":{"tf":1},"0029295":{"tf":1},"0029296":{"tf":1}},"df":7}}}}}}}}}},"c":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0034340":{"tf":1},"0034341":{"tf":1},"0034342":{"tf":1}},"df":3}}}}}}}},"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0051510":{"tf":1},"0051511":{"tf":1},"0051512":{"tf":1},"0051513":{"tf":1},"0051514":{"tf":1}},"df":5}}}}}},"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"0041410":{"tf":1},"0041411":{"tf":1},"0041412":{"tf":1},"0041413":{"tf":1},"0041414":{"tf":1},"0041415":{"tf":1},"0041416":{"tf":1},"0041417":{"tf":1},"0041418":{"tf":1},"0041419":{"tf":1},"00414110":{"tf":1},"0049490":{"tf":1},"0049491":{"tf":1},"0049492":{"tf":1},"0049493":{"tf":1},"0049494":{"tf":1},"0049495":{"tf":1},"0049496":{"tf":1},"0049497":{"tf":1}},"df":19}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{"0044440":{"tf":1},"0044441":{"tf":1},"0044442":{"tf":1},"0044443":{"tf":1}},"df":4}}}},"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"0044440":{"tf":1},"0044441":{"tf":1},"0044442":{"tf":1},"0044443":{"tf":1}},"df":4}}}},"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0059590":{"tf":1},"0059591":{"tf":1},"0059592":{"tf":1},"0059593":{"tf":1}},"df":4}}}}}},"n":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0047470":{"tf":1},"0047471":{"tf":1},"0047472":{"tf":1},"0047473":{"tf":1}},"df":4}}}}},"u":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"0049490":{"tf":1},"0049491":{"tf":1},"0049492":{"tf":1},"0049493":{"tf":1},"0049494":{"tf":1},"0049495":{"tf":1},"0049496":{"tf":1},"0049497":{"tf":1}},"df":8}}}}}},"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"0058580":{"tf":1},"0058581":{"tf":1},"0058582":{"tf":1}},"df":3}}}}}}},"name":{"root":{"1":{"0":{"0":{"docs":{"00448":{"tf":1},"004414":{"tf":1},"004424":{"tf":1},"004426":{"tf":1}},"df":4},"docs":{},"df":0},"2":{"8":{"docs":{"0013131":{"tf":1}},"df":1,"a":{"docs":{"0013132":{"tf":1}},"df":1},"b":{"docs":{"0013133":{"tf":1}},"df":1},"c":{"docs":{"0013134":{"tf":1}},"df":1}},"docs":{},"df":0},"3":{"docs":{"0013138":{"tf":1}},"df":1},"docs":{},"df":0},"3":{"2":{"docs":{"0013136":{"tf":1}},"df":1},"9":{"docs":{"00131312":{"tf":1}},"df":1},"docs":{},"df":0},"8":{"docs":{"0013130":{"tf":1}},"df":1},"9":{"3":{"docs":{"0013135":{"tf":1}},"df":1},"docs":{},"df":0},"docs":{},"df":0,"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"00000":{"tf":1},"00220":{"tf":1},"008830":{"tf":1},"0017170":{"tf":1},"00171717":{"tf":1},"0021210":{"tf":1},"0041410":{"tf":1}},"df":7}}}}}}},"r":{"docs":{"000012":{"tf":1},"002212":{"tf":1},"00232322":{"tf":1}},"df":3,"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"i":{"docs":{},"df":0,"z":{"docs":{"008819":{"tf":1}},"df":1}}}}},"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"0016166":{"tf":1},"0038381":{"tf":1},"0050503":{"tf":1}},"df":3}}}}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"00113":{"tf":1}},"df":1}}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"004436":{"tf":1}},"df":1,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"00101012":{"tf":1}},"df":1}}}}}}}}}}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{"009910":{"tf":1}},"df":1}}}},"h":{"docs":{},"df":0,"l":{"docs":{},"df":0,"c":{"docs":{"00551":{"tf":1}},"df":1}}},"s":{"docs":{},"df":0,"m":{"docs":{"00101013":{"tf":1},"00101014":{"tf":1}},"df":2}},"f":{"docs":{"0018189":{"tf":1}},"df":1},"n":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{"00222245":{"tf":1}},"df":1}}},"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"k":{"docs":{"0056564":{"tf":1}},"df":1}}}}}}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{"00001":{"tf":1},"00004":{"tf":1},"000025":{"tf":1},"000028":{"tf":1},"000030":{"tf":1},"000033":{"tf":1},"000043":{"tf":1},"00110":{"tf":1},"001115":{"tf":1},"001117":{"tf":1},"00221":{"tf":1},"002228":{"tf":1},"002231":{"tf":1},"002233":{"tf":1},"002235":{"tf":1},"002240":{"tf":1},"002242":{"tf":1},"002244":{"tf":1},"00330":{"tf":1},"00550":{"tf":1},"00660":{"tf":1},"00770":{"tf":1},"00880":{"tf":1},"00990":{"tf":1},"0010100":{"tf":1},"0011110":{"tf":1},"0011116":{"tf":1},"0012120":{"tf":1},"0014140":{"tf":1},"0015150":{"tf":1},"0016160":{"tf":1},"0017171":{"tf":1},"0018180":{"tf":1},"0019190":{"tf":1},"0020200":{"tf":1},"0022220":{"tf":1},"0023230":{"tf":1},"00232332":{"tf":1},"0024240":{"tf":1},"0025250":{"tf":1},"0026260":{"tf":1},"0027270":{"tf":1},"0028280":{"tf":1},"0029290":{"tf":1},"0030300":{"tf":1},"0031310":{"tf":1},"0032320":{"tf":1},"0033330":{"tf":1},"0034340":{"tf":1},"0035350":{"tf":1},"0036360":{"tf":1},"0037370":{"tf":1},"0038380":{"tf":1},"0039390":{"tf":1},"0040400":{"tf":1},"0042420":{"tf":1},"0043430":{"tf":1},"0044440":{"tf":1},"0045450":{"tf":1},"0046460":{"tf":1},"0047470":{"tf":1},"0048480":{"tf":1},"0049490":{"tf":1},"0050500":{"tf":1},"0051510":{"tf":1},"0053530":{"tf":1},"0054540":{"tf":1},"0055550":{"tf":1},"0056560":{"tf":1},"0057570":{"tf":1},"0058580":{"tf":1},"0059590":{"tf":1}},"df":72}}}},"e":{"docs":{},"df":0,"r":{"docs":{"001125":{"tf":1}},"df":1}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"000018":{"tf":1},"002219":{"tf":1},"0056563":{"tf":1}},"df":3}}}},"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{"0047473":{"tf":1}},"df":1}}}},"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"a":{"docs":{"00009":{"tf":1},"000010":{"tf":1},"00111":{"tf":1},"00112":{"tf":1},"00222":{"tf":1},"00223":{"tf":1},"00332":{"tf":1},"00333":{"tf":1},"004470":{"tf":1},"004471":{"tf":1},"0044100":{"tf":1},"006614":{"tf":1},"00773":{"tf":1},"008833":{"tf":1},"008834":{"tf":1},"009914":{"tf":1},"00131314":{"tf":1},"0015154":{"tf":1},"0016161":{"tf":1},"0022221":{"tf":1},"0022222":{"tf":1},"0023231":{"tf":1},"0023232":{"tf":1},"0023233":{"tf":1},"0029292":{"tf":1},"0030302":{"tf":1},"0031312":{"tf":1},"0032321":{"tf":1},"0036361":{"tf":1},"0040401":{"tf":1},"0040402":{"tf":1},"0054541":{"tf":1},"0058582":{"tf":1}},"df":33,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"004489":{"tf":1}},"df":1}}}}},"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{"0041416":{"tf":1}},"df":1}}}},"e":{"docs":{"0021212":{"tf":1},"0022225":{"tf":1},"00222226":{"tf":1},"00222229":{"tf":1},"0024241":{"tf":1},"0024242":{"tf":1},"0024243":{"tf":1},"0025251":{"tf":1},"0025252":{"tf":1},"0025254":{"tf":1},"0026261":{"tf":1},"0027271":{"tf":1},"0027274":{"tf":1}},"df":13,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{"004474":{"tf":1},"004475":{"tf":1},"0011112":{"tf":1},"0027272":{"tf":1}},"df":4}}}}},"s":{"docs":{},"df":0,"h":{"docs":{"00443":{"tf":1}},"df":1,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"0057573":{"tf":1},"0057574":{"tf":1}},"df":2}}}}}}},"y":{"docs":{"00222221":{"tf":1},"00222240":{"tf":1},"00222241":{"tf":1},"00222243":{"tf":1},"0026262":{"tf":1}},"df":5}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"000021":{"tf":1},"000022":{"tf":1},"002218":{"tf":1},"006612":{"tf":1},"0022228":{"tf":1},"00232334":{"tf":1},"0033332":{"tf":1},"0040407":{"tf":1},"0041413":{"tf":1}},"df":9,"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"0053535":{"tf":1}},"df":1}}}}},"w":{"docs":{"008826":{"tf":1}},"df":1}},"o":{"docs":{},"df":0,"p":{"docs":{"000021":{"tf":1},"000022":{"tf":1},"002218":{"tf":1},"0022228":{"tf":1},"00232334":{"tf":1},"0033332":{"tf":1},"0040407":{"tf":1},"0041413":{"tf":1},"0049497":{"tf":1}},"df":9,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"n":{"docs":{"0020204":{"tf":1},"0021211":{"tf":1}},"df":2}}}}}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"001122":{"tf":1},"00101019":{"tf":1}},"df":2,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{},"df":0,"n":{"docs":{"004459":{"tf":1},"0015152":{"tf":1}},"df":2}}}}}}}},"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{"000037":{"tf":1},"000038":{"tf":1},"002221":{"tf":1},"0053531":{"tf":1},"0053539":{"tf":1},"00535310":{"tf":1}},"df":6}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"008814":{"tf":1},"008815":{"tf":1},"008816":{"tf":1},"008817":{"tf":1},"008836":{"tf":1},"008837":{"tf":1}},"df":6}}}},"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"0029296":{"tf":1},"0030307":{"tf":1},"0031317":{"tf":1},"00323210":{"tf":1}},"df":4}}}}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"004438":{"tf":1}},"df":1}}}}}},"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"0024241":{"tf":1},"0025251":{"tf":1},"0027271":{"tf":1}},"df":3}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"00668":{"tf":1}},"df":1}}}},"f":{"docs":{},"df":0,"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00222221":{"tf":1}},"df":1}}}},"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{"00222244":{"tf":1}},"df":1}}}}},"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"004453":{"tf":1}},"df":1}}},"w":{"docs":{},"df":0,"n":{"docs":{"00101019":{"tf":1}},"df":1}},"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"00181815":{"tf":1}},"df":1}}}}},"k":{"docs":{"0037371":{"tf":1}},"df":1}}},"y":{"docs":{},"df":0,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"00101027":{"tf":1}},"df":1}}}},"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"0028283":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"l":{"docs":{"0033331":{"tf":1}},"df":1}}}},"f":{"docs":{},"df":0,"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"00001":{"tf":1},"00110":{"tf":1},"00221":{"tf":1},"00330":{"tf":1},"00660":{"tf":1},"00770":{"tf":1},"00880":{"tf":1},"00990":{"tf":1},"0010100":{"tf":1},"0015150":{"tf":1},"0017171":{"tf":1},"0018180":{"tf":1},"0019190":{"tf":1},"0020200":{"tf":1},"0022220":{"tf":1},"0023230":{"tf":1},"0024240":{"tf":1},"0025250":{"tf":1},"0026260":{"tf":1},"0027270":{"tf":1},"0028280":{"tf":1},"0029290":{"tf":1},"0030300":{"tf":1},"0031310":{"tf":1},"0032320":{"tf":1},"0033330":{"tf":1},"0034340":{"tf":1},"0035350":{"tf":1},"0036360":{"tf":1},"0038380":{"tf":1},"0039390":{"tf":1},"0040400":{"tf":1},"0043430":{"tf":1},"0044440":{"tf":1},"0045450":{"tf":1},"0046460":{"tf":1},"0047470":{"tf":1},"0048480":{"tf":1},"0049490":{"tf":1},"0050500":{"tf":1},"0053530":{"tf":1},"0054540":{"tf":1},"0055550":{"tf":1},"0056560":{"tf":1},"0057570":{"tf":1},"0058580":{"tf":1},"0059590":{"tf":1}},"df":47,"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"0037370":{"tf":1}},"df":1}}}}}}}}},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"004455":{"tf":1}},"df":1}}}}},"i":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"000025":{"tf":1},"000026":{"tf":1},"001117":{"tf":1},"001118":{"tf":1},"001119":{"tf":1},"002228":{"tf":1},"002229":{"tf":1},"0011119":{"tf":1},"00232316":{"tf":1},"0029295":{"tf":1},"0029296":{"tf":1},"0030305":{"tf":1},"0030307":{"tf":1},"0031314":{"tf":1},"0031317":{"tf":1},"0032324":{"tf":1},"00323210":{"tf":1}},"df":17}}},"e":{"docs":{"0041414":{"tf":1},"0041417":{"tf":1},"0041418":{"tf":1},"0041419":{"tf":1},"00414110":{"tf":1},"0049493":{"tf":1},"0049494":{"tf":1}},"df":7},"l":{"docs":{"0059593":{"tf":1}},"df":1}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"d":{"docs":{"00116":{"tf":1},"001113":{"tf":1},"00222232":{"tf":1},"00222233":{"tf":1}},"df":4}}},"s":{"docs":{},"df":0,"h":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"008837":{"tf":1}},"df":1}}}}},"t":{"docs":{"00101018":{"tf":1}},"df":1},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{"0041419":{"tf":1}},"df":1}}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"z":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{"000048":{"tf":1},"002239":{"tf":1}},"df":2}}},"m":{"docs":{"0017174":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"n":{"docs":{"000051":{"tf":1}},"df":1}}}},"m":{"docs":{"0017178":{"tf":1},"0044442":{"tf":1},"0044443":{"tf":1},"0049496":{"tf":1},"0059593":{"tf":1}},"df":5,"a":{"docs":{},"df":0,"t":{"docs":{"00118":{"tf":1},"00225":{"tf":1},"002246":{"tf":1},"00334":{"tf":1},"00335":{"tf":1},"00171719":{"tf":1},"0018181":{"tf":1},"0018182":{"tf":1},"0018186":{"tf":1},"0018187":{"tf":1},"0025253":{"tf":1},"0026264":{"tf":1},"0027273":{"tf":1},"0028282":{"tf":1},"0046462":{"tf":1},"0047472":{"tf":1},"0050504":{"tf":1}},"df":17}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{"00331":{"tf":1}},"df":1}}}}},"o":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0018188":{"tf":1}},"df":1}}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"008811":{"tf":1}},"df":1}},"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"00101023":{"tf":1}},"df":1}}},"p":{"docs":{"0052524":{"tf":1}},"df":1}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"0016163":{"tf":1}},"df":1}}}}},"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{"00222218":{"tf":1}},"df":1}}},"t":{"docs":{},"df":0,"p":{"docs":{"00414110":{"tf":1}},"df":1}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"p":{"docs":{"00002":{"tf":1},"000034":{"tf":1},"00117":{"tf":1},"001111":{"tf":1},"004460":{"tf":1},"0020201":{"tf":1},"00222224":{"tf":1},"00222225":{"tf":1},"00222226":{"tf":1},"00222227":{"tf":1},"0029291":{"tf":1},"0030301":{"tf":1},"0031311":{"tf":1},"0032322":{"tf":1},"0032328":{"tf":1},"0054546":{"tf":1}},"df":16}}},"i":{"docs":{},"df":0,"d":{"docs":{"00007":{"tf":1},"000022":{"tf":1},"002250":{"tf":1},"0014143":{"tf":1},"00232331":{"tf":1},"0058582":{"tf":1}},"df":6,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"00003":{"tf":1}},"df":1}}}}}},"a":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{"00664":{"tf":1},"00665":{"tf":1},"00666":{"tf":1}},"df":3}}},"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{},"df":0,"l":{"docs":{"0022223":{"tf":1}},"df":1}}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00222249":{"tf":1}},"df":1}}}}},"s":{"3":{"docs":{"0041418":{"tf":1}},"df":1},"docs":{},"df":0,"c":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"00004":{"tf":1},"00005":{"tf":1},"001120":{"tf":1},"002233":{"tf":1},"002234":{"tf":1},"0022229":{"tf":1},"00222239":{"tf":1}},"df":7,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"0036362":{"tf":1}},"df":1}}}}}}},"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"004428":{"tf":1},"004466":{"tf":1}},"df":2}}}},"l":{"docs":{},"df":0,"e":{"docs":{"004478":{"tf":1}},"df":1}}},"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"00222217":{"tf":1}},"df":1}}}}}},"h":{"docs":{},"df":0,"o":{"docs":{},"df":0,"w":{"docs":{"000012":{"tf":1},"002212":{"tf":1},"00232322":{"tf":1}},"df":3,"/":{"docs":{},"df":0,"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"001110":{"tf":1},"00222222":{"tf":1}},"df":2}}}}}},"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{"00881":{"tf":1},"00887":{"tf":1}},"df":2}},"r":{"docs":{},"df":0,"e":{"docs":{"00222220":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"000014":{"tf":1},"002214":{"tf":1},"00447":{"tf":1},"00448":{"tf":1},"004413":{"tf":1},"004414":{"tf":1},"004423":{"tf":1},"004424":{"tf":1},"004425":{"tf":1},"004426":{"tf":1},"004427":{"tf":1},"004465":{"tf":1}},"df":12}}},"e":{"docs":{},"df":0,"p":{"docs":{"00442":{"tf":1},"004411":{"tf":1}},"df":2}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"004437":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"004446":{"tf":1}},"df":1}}}},"k":{"docs":{"005513":{"tf":1},"0011117":{"tf":1}},"df":2}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{"004481":{"tf":1}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"004482":{"tf":1}},"df":1}}}}}},"y":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"00777":{"tf":1},"0018183":{"tf":1},"0056564":{"tf":1}},"df":3}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"000023":{"tf":1},"000024":{"tf":1},"001115":{"tf":1},"001116":{"tf":1},"002226":{"tf":1},"002227":{"tf":1},"004486":{"tf":1},"00232333":{"tf":1}},"df":8}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"000027":{"tf":1},"002230":{"tf":1},"0022226":{"tf":1}},"df":3}}},"t":{"docs":{"00101031":{"tf":1}},"df":1}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"000030":{"tf":1},"000031":{"tf":1},"000032":{"tf":1},"00119":{"tf":1},"002235":{"tf":1},"002236":{"tf":1},"002237":{"tf":1},"004495":{"tf":1},"004496":{"tf":1},"009912":{"tf":1},"00101016":{"tf":1},"0015158":{"tf":1},"00232315":{"tf":1},"0024244":{"tf":1},"0032329":{"tf":1},"0040406":{"tf":1}},"df":16,"o":{"docs":{},"df":0,"r":{"docs":{"005511":{"tf":1},"005512":{"tf":1}},"df":2}}}}},"f":{"docs":{"00224":{"tf":1},"0023233":{"tf":1}},"df":2}},"r":{"docs":{},"df":0,"i":{"docs":{"004448":{"tf":1},"00553":{"tf":1},"0014141":{"tf":1}},"df":3}},"m":{"docs":{},"df":0,"i":{"docs":{"004457":{"tf":1},"00665":{"tf":1}},"df":2}},"t":{"docs":{"0016164":{"tf":1},"00222215":{"tf":1}},"df":2},"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0018187":{"tf":1}},"df":1}}}}},"o":{"docs":{"0057574":{"tf":1}},"df":1}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"000047":{"tf":1},"000052":{"tf":1},"0026262":{"tf":1}},"df":3},"r":{"docs":{},"df":0,"k":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"0014143":{"tf":1}},"df":1}}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{"00441":{"tf":1},"00444":{"tf":1},"004410":{"tf":1},"004463":{"tf":1},"00554":{"tf":1},"00556":{"tf":1}},"df":6}},"t":{"docs":{"0020205":{"tf":1}},"df":1}}},"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"006616":{"tf":1}},"df":1}}}}}},"c":{"docs":{},"df":0,"i":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"00171716":{"tf":1},"0024243":{"tf":1},"0025254":{"tf":1},"0027274":{"tf":1}},"df":4}}}}}},"m":{"docs":{},"df":0,"a":{"docs":{"004445":{"tf":1}},"df":1,"r":{"docs":{},"df":0,"t":{"docs":{"004458":{"tf":1},"004483":{"tf":1},"0055553":{"tf":1}},"df":3}}}},"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{"006614":{"tf":1},"00773":{"tf":1}},"df":2}}},"v":{"docs":{},"df":0,"e":{"docs":{"008831":{"tf":1},"00171713":{"tf":1},"00181813":{"tf":1}},"df":3}},"l":{"docs":{},"df":0,"e":{"docs":{"00101030":{"tf":1}},"df":1}}},"w":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{"00886":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"0020206":{"tf":1}},"df":1}}},"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"0052523":{"tf":1}},"df":1}}}}}}},"y":{"docs":{},"df":0,"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"r":{"docs":{"008822":{"tf":1}},"df":1}}}},"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{"008829":{"tf":1}},"df":1}}}},"n":{"docs":{},"df":0,"c":{"docs":{"0022223":{"tf":1}},"df":1}}},"i":{"docs":{},"df":0,"z":{"docs":{},"df":0,"e":{"docs":{"00993":{"tf":1}},"df":1}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0037373":{"tf":1},"0037375":{"tf":1}},"df":2}}}}}},"u":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"00101014":{"tf":1}},"df":1}}},"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"0044442":{"tf":1}},"df":1}}}},"p":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"0049496":{"tf":1}},"df":1}}}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00101029":{"tf":1}},"df":1}}}}},"q":{"docs":{},"df":0,"l":{"docs":{"0041416":{"tf":1}},"df":1}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"00005":{"tf":1},"001120":{"tf":1},"002234":{"tf":1},"0022229":{"tf":1},"0054544":{"tf":1}},"df":5}}}}},"e":{"docs":{},"df":0,"w":{"docs":{"00222210":{"tf":1},"00222211":{"tf":1},"00222212":{"tf":1},"00222213":{"tf":1},"00222214":{"tf":1},"00222215":{"tf":1},"00222216":{"tf":1},"0052526":{"tf":1},"0056563":{"tf":1}},"df":9}}},"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{"001116":{"tf":1},"001119":{"tf":1},"0014142":{"tf":1},"0030303":{"tf":1},"0032325":{"tf":1}},"df":5},"i":{"docs":{},"df":0,"d":{"docs":{"0017178":{"tf":1},"00222232":{"tf":1},"0044441":{"tf":1},"0047471":{"tf":1},"0049494":{"tf":1}},"df":5}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{"004452":{"tf":1}},"df":1}}}}},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{"004491":{"tf":1},"0050503":{"tf":1},"0052521":{"tf":1}},"df":3}}}},"n":{"docs":{},"df":0,"n":{"docs":{"008836":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{"00552":{"tf":1}},"df":1}}}}},"e":{"docs":{"00131310":{"tf":1}},"df":1,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"00006":{"tf":1},"002248":{"tf":1},"005513":{"tf":1},"00888":{"tf":1},"00171711":{"tf":1},"0022224":{"tf":1},"0022226":{"tf":1},"00222220":{"tf":1},"00222230":{"tf":1},"00222245":{"tf":1},"00222252":{"tf":1},"0023238":{"tf":1},"00232319":{"tf":1},"0050507":{"tf":1}},"df":14}}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"000036":{"tf":1},"000037":{"tf":1},"000039":{"tf":1},"001123":{"tf":1},"002220":{"tf":1},"002221":{"tf":1},"002223":{"tf":1},"002225":{"tf":1},"0044100":{"tf":1},"0021213":{"tf":1},"00232314":{"tf":1},"0040405":{"tf":1},"0057573":{"tf":1}},"df":13,"o":{"docs":{},"df":0,"r":{"docs":{"008813":{"tf":1},"0017179":{"tf":1},"00222234":{"tf":1},"0056565":{"tf":1}},"df":4}}}}},"x":{"docs":{},"df":0,"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"000043":{"tf":1},"000044":{"tf":1},"000045":{"tf":1},"001126":{"tf":1},"002244":{"tf":1},"004494":{"tf":1},"008832":{"tf":1},"00101021":{"tf":1},"00111110":{"tf":1},"0012122":{"tf":1},"0015159":{"tf":1},"00222246":{"tf":1},"00222247":{"tf":1},"00232318":{"tf":1}},"df":14}}},"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"0056561":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"n":{"docs":{"00115":{"tf":1},"0022228":{"tf":1},"0044442":{"tf":1}},"df":3}},"n":{"docs":{},"df":0,"d":{"docs":{"00131312":{"tf":1}},"df":1}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"008811":{"tf":1}},"df":1}}}},"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"00222246":{"tf":1}},"df":1}}}},"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"004415":{"tf":1},"004461":{"tf":1},"004492":{"tf":1},"00998":{"tf":1},"0011118":{"tf":1}},"df":5}}},"a":{"docs":{"004441":{"tf":1}},"df":1},"o":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"00171715":{"tf":1}},"df":1}}}}}}},"r":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"004433":{"tf":1}},"df":1}}}},"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"q":{"docs":{},"df":0,"u":{"docs":{},"df":0,"a":{"docs":{},"df":0,"k":{"docs":{"00101024":{"tf":1}},"df":1}}}}}}},"n":{"docs":{"0013130":{"tf":1},"0013138":{"tf":1}},"df":2}}},"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"008818":{"tf":1},"008823":{"tf":1},"00222227":{"tf":1}},"df":3,"i":{"docs":{"00007":{"tf":1},"000045":{"tf":1}},"df":2}}}}}}},"d":{"docs":{},"df":0,"e":{"docs":{"000012":{"tf":1},"002212":{"tf":1},"005511":{"tf":1},"005512":{"tf":1},"00222241":{"tf":1},"00232322":{"tf":1}},"df":6}},"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"004431":{"tf":1}},"df":1}}}},"r":{"docs":{},"df":0,"i":{"docs":{"008810":{"tf":1},"0054547":{"tf":1}},"df":2}}}}},"l":{"docs":{},"df":0,"o":{"docs":{"004435":{"tf":1},"004436":{"tf":1}},"df":2}},"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"00101016":{"tf":1},"00101025":{"tf":1},"0015158":{"tf":1},"0029294":{"tf":1}},"df":4}}}}}}}},"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"000014":{"tf":1},"000042":{"tf":1},"002213":{"tf":1},"002214":{"tf":1},"0018188":{"tf":1},"00222229":{"tf":1},"00222235":{"tf":1},"00222238":{"tf":1},"00232326":{"tf":1}},"df":9}}},"t":{"docs":{"00101022":{"tf":1}},"df":1,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"00991":{"tf":1}},"df":1}}}}},"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"000020":{"tf":1},"002216":{"tf":1},"00222223":{"tf":1}},"df":3}}}}},"o":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"000019":{"tf":1},"002215":{"tf":1}},"df":2}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"z":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"00222224":{"tf":1},"0052522":{"tf":1}},"df":2}}}}}},"u":{"docs":{},"df":0,"r":{"docs":{"00222242":{"tf":1},"00222243":{"tf":1}},"df":2}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"0023236":{"tf":1}},"df":1}}}}}},"y":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"k":{"docs":{"001124":{"tf":1},"0018185":{"tf":1}},"df":2}}}}}}}},"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{"008828":{"tf":1}},"df":1}}},"m":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"g":{"docs":{"0036364":{"tf":1}},"df":1}}}}}},"t":{"docs":{},"df":0,"m":{"docs":{},"df":0,"l":{"5":{"docs":{"0044441":{"tf":1}},"df":1},"docs":{"0055555":{"tf":1}},"df":1}}}},"c":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"00008":{"tf":1}},"df":1}}}}}}},"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{"004436":{"tf":1}},"df":1}},"u":{"docs":{},"df":0,"d":{"docs":{"00505012":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"008817":{"tf":1}},"df":1}}},"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0010105":{"tf":1}},"df":1}}}}}},"o":{"docs":{},"df":0,"l":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"n":{"docs":{"000011":{"tf":1},"000012":{"tf":1},"000013":{"tf":1},"000016":{"tf":1},"000040":{"tf":1},"000041":{"tf":1},"000047":{"tf":1},"000048":{"tf":1},"000050":{"tf":1},"000051":{"tf":1},"00225":{"tf":1},"00226":{"tf":1},"00229":{"tf":1},"002211":{"tf":1},"002212":{"tf":1},"002224":{"tf":1},"002238":{"tf":1},"002239":{"tf":1},"004417":{"tf":1},"004418":{"tf":1},"004419":{"tf":1},"004420":{"tf":1},"004421":{"tf":1},"004423":{"tf":1},"004424":{"tf":1},"004467":{"tf":1},"004469":{"tf":1},"00232321":{"tf":1},"00232322":{"tf":1},"00232323":{"tf":1},"00232324":{"tf":1},"00232325":{"tf":1}},"df":32}}},"o":{"docs":{},"df":0,"r":{"docs":{"00446":{"tf":1},"00993":{"tf":1},"00101010":{"tf":1},"0015157":{"tf":1}},"df":4}},"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"s":{"docs":{"0056561":{"tf":1}},"df":1}}}}},"m":{"docs":{},"df":0,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"000040":{"tf":1},"002224":{"tf":1}},"df":2}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"00181816":{"tf":1}},"df":1}}}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"00668":{"tf":1}},"df":1}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{"00887":{"tf":1},"008823":{"tf":1}},"df":2}}},"o":{"docs":{},"df":0,"n":{"docs":{"00535310":{"tf":1}},"df":1}}}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{},"df":0,"t":{"docs":{"000049":{"tf":1},"002242":{"tf":1},"002243":{"tf":1},"00181812":{"tf":1},"00222237":{"tf":1},"00232317":{"tf":1}},"df":6}},"n":{"docs":{},"df":0,"t":{"docs":{"0017177":{"tf":1},"0018189":{"tf":1},"0034341":{"tf":1},"0053534":{"tf":1},"0055552":{"tf":1}},"df":5}}},"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"00771":{"tf":1}},"df":1}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"l":{"docs":{"0021211":{"tf":1},"0021212":{"tf":1}},"df":2}}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"00118":{"tf":1},"002246":{"tf":1}},"df":2}}},"n":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{"00883":{"tf":1}},"df":1}}}}}}},"d":{"docs":{},"df":0,"e":{"3":{"9":{"docs":{"00131311":{"tf":1}},"df":1},"docs":{},"df":0},"docs":{"0013131":{"tf":1},"0013132":{"tf":1},"0013133":{"tf":1},"0013134":{"tf":1},"0013135":{"tf":1},"0013136":{"tf":1},"00131312":{"tf":1},"00131313":{"tf":1},"0056565":{"tf":1}},"df":9},"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"0013137":{"tf":1}},"df":1}}}}}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"l":{"docs":{"000011":{"tf":1},"001121":{"tf":1},"002210":{"tf":1},"002211":{"tf":1},"002223":{"tf":1},"00332":{"tf":1},"00334":{"tf":1},"00995":{"tf":1},"00997":{"tf":1},"00222228":{"tf":1},"00222244":{"tf":1}},"df":11}}},"h":{"docs":{},"df":0,"o":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"000016":{"tf":1}},"df":1}}}}},"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"000032":{"tf":1},"002237":{"tf":1},"002238":{"tf":1},"0020202":{"tf":1},"0032327":{"tf":1},"0032328":{"tf":1},"0033333":{"tf":1},"0040404":{"tf":1}},"df":8}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"0054542":{"tf":1}},"df":1}}}}}}},"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"00114":{"tf":1},"004448":{"tf":1},"004449":{"tf":1},"004450":{"tf":1},"004487":{"tf":1},"004491":{"tf":1},"008819":{"tf":1},"008825":{"tf":1},"00101028":{"tf":1},"0011117":{"tf":1},"00181814":{"tf":1}},"df":11},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"00171716":{"tf":1},"0018181":{"tf":1}},"df":2}}}}},"i":{"docs":{},"df":0,"p":{"docs":{"0032326":{"tf":1}},"df":1}},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"k":{"docs":{"0049491":{"tf":1}},"df":1}}}},"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"000034":{"tf":1}},"df":1}}}}},"l":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"001113":{"tf":1}},"df":1}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00991":{"tf":1},"0022223":{"tf":1},"00222218":{"tf":1},"0024246":{"tf":1}},"df":4}}}}},"l":{"docs":{"0054547":{"tf":1}},"df":1}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{"004437":{"tf":1}},"df":1,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"00552":{"tf":1}},"df":1}}}}}}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"g":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{"004475":{"tf":1},"004476":{"tf":1},"004477":{"tf":1}},"df":3}}}}}},"s":{"docs":{},"df":0,"e":{"docs":{"00171712":{"tf":1}},"df":1},"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"0030306":{"tf":1},"0031315":{"tf":1}},"df":2}}}},"r":{"docs":{},"df":0,"d":{"docs":{"0051514":{"tf":1},"0052520":{"tf":1},"0052521":{"tf":1},"0052522":{"tf":1},"0052523":{"tf":1},"0052524":{"tf":1},"0052525":{"tf":1}},"df":7}}},"u":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"m":{"docs":{"002241":{"tf":1},"002243":{"tf":1},"00664":{"tf":1},"006610":{"tf":1},"0012121":{"tf":1},"0014144":{"tf":1},"0015153":{"tf":1},"00171719":{"tf":1},"00181812":{"tf":1},"0029295":{"tf":1},"0030303":{"tf":1},"0032325":{"tf":1},"0032326":{"tf":1},"0041411":{"tf":1},"0046461":{"tf":1},"0047472":{"tf":1},"0048482":{"tf":1},"0049497":{"tf":1},"0053531":{"tf":1},"0059591":{"tf":1}},"df":20}}}}},"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"004485":{"tf":1}},"df":1,"h":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"r":{"docs":{"004497":{"tf":1}},"df":1}}}}}}},"u":{"docs":{},"df":0,"d":{"docs":{"008835":{"tf":1}},"df":1}}},"i":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00665":{"tf":1}},"df":1}}},"i":{"docs":{},"df":0,"t":{"docs":{"008814":{"tf":1}},"df":1}}}}}},"y":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00101026":{"tf":1}},"df":1}}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"00009":{"tf":1},"00111":{"tf":1},"00222":{"tf":1},"004470":{"tf":1},"008833":{"tf":1},"0022221":{"tf":1},"0023231":{"tf":1},"0040401":{"tf":1}},"df":8}},"k":{"docs":{"002222":{"tf":1}},"df":1}},"a":{"docs":{},"df":0,"d":{"docs":{"004472":{"tf":1},"008831":{"tf":1}},"df":2}},"g":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{},"df":0,"m":{"docs":{"004478":{"tf":1},"0011114":{"tf":1}},"df":2}}}}}},"i":{"docs":{},"df":0,"c":{"docs":{"008814":{"tf":1}},"df":1}}}},"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"t":{"docs":{"00116":{"tf":1},"0054543":{"tf":1}},"df":2,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"0033331":{"tf":1}},"df":1}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"0037375":{"tf":1},"0042423":{"tf":1},"0051512":{"tf":1}},"df":3}}}}}},"n":{"docs":{},"df":0,"e":{"docs":{"002250":{"tf":1},"00440":{"tf":1},"00442":{"tf":1},"00443":{"tf":1},"00445":{"tf":1},"00446":{"tf":1},"00447":{"tf":1},"00448":{"tf":1},"004462":{"tf":1},"004481":{"tf":1},"00558":{"tf":1},"008812":{"tf":1},"0010108":{"tf":1},"00101013":{"tf":1},"00232331":{"tf":1}},"df":15}},"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{},"df":0,"w":{"docs":{},"df":0,"e":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"0011111":{"tf":1}},"df":1}}}}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{"0014145":{"tf":1}},"df":1}},"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"00222243":{"tf":1},"0032329":{"tf":1},"0050505":{"tf":1}},"df":3}}}},"a":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"001118":{"tf":1},"004458":{"tf":1},"004483":{"tf":1},"004484":{"tf":1},"00662":{"tf":1},"009911":{"tf":1},"0010106":{"tf":1},"0011115":{"tf":1},"0015154":{"tf":1},"0016164":{"tf":1},"00232328":{"tf":1}},"df":11}}},"y":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"001125":{"tf":1},"008822":{"tf":1},"0015151":{"tf":1},"0056564":{"tf":1},"0056565":{"tf":1},"0057571":{"tf":1}},"df":6}}},"e":{"docs":{},"df":0,"r":{"docs":{"0010102":{"tf":1}},"df":1}}},"z":{"docs":{},"df":0,"i":{"docs":{"004472":{"tf":1}},"df":1}},"r":{"docs":{},"df":0,"g":{"docs":{"009914":{"tf":1}},"df":1}}},"e":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"004456":{"tf":1},"00667":{"tf":1},"009913":{"tf":1},"0010109":{"tf":1},"0015156":{"tf":1}},"df":5}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"004484":{"tf":1},"009911":{"tf":1}},"df":2}}},"f":{"docs":{},"df":0,"t":{"docs":{"00181811":{"tf":1},"0059592":{"tf":1}},"df":2}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"000010":{"tf":1},"00112":{"tf":1},"00223":{"tf":1},"00333":{"tf":1},"004471":{"tf":1},"008834":{"tf":1},"0022222":{"tf":1},"0023232":{"tf":1},"0040402":{"tf":1},"0054541":{"tf":1}},"df":10}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"000015":{"tf":1},"00227":{"tf":1},"00232323":{"tf":1}},"df":3}}}}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{"000035":{"tf":1}},"df":1}}}},"d":{"docs":{"00222245":{"tf":1}},"df":1},"l":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"m":{"docs":{"0041419":{"tf":1}},"df":1}}}}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"z":{"docs":{"000041":{"tf":1},"00228":{"tf":1},"0017179":{"tf":1},"00232324":{"tf":1},"0053536":{"tf":1}},"df":5}},"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{},"df":0,"c":{"docs":{"00222219":{"tf":1},"00222222":{"tf":1},"0023237":{"tf":1}},"df":3}}}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"s":{"docs":{"0037374":{"tf":1},"0038382":{"tf":1}},"df":2}}}},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"0047473":{"tf":1}},"df":1}}}}}},"f":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00224":{"tf":1},"0023233":{"tf":1}},"df":2}}},"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"0022224":{"tf":1}},"df":1,"r":{"docs":{"004482":{"tf":1}},"df":1}}}},"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"009916":{"tf":1}},"df":1}}}},"g":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"00101025":{"tf":1}},"df":1}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"0052525":{"tf":1}},"df":1}}}}},"o":{"docs":{},"df":0,"w":{"docs":{"000017":{"tf":1},"000019":{"tf":1},"000020":{"tf":1},"000021":{"tf":1},"000022":{"tf":1},"000048":{"tf":1},"000052":{"tf":1},"002215":{"tf":1},"002216":{"tf":1},"002217":{"tf":1},"002222":{"tf":1},"00994":{"tf":1},"00996":{"tf":1},"00222223":{"tf":1},"00222235":{"tf":1},"00232334":{"tf":1}},"df":16},"u":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"004418":{"tf":1}},"df":1}},"t":{"docs":{"008812":{"tf":1},"00101023":{"tf":1}},"df":2}},"s":{"docs":{},"df":0,"e":{"docs":{"004468":{"tf":1}},"df":1}},"o":{"docs":{},"df":0,"m":{"docs":{"00222217":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"004412":{"tf":1},"004420":{"tf":1},"004421":{"tf":1},"004469":{"tf":1},"004496":{"tf":1},"005511":{"tf":1},"00661":{"tf":1},"00772":{"tf":1},"0014146":{"tf":1},"0016164":{"tf":1},"0023235":{"tf":1},"0024242":{"tf":1},"0025252":{"tf":1},"0026261":{"tf":1},"0026263":{"tf":1},"0026265":{"tf":1},"0027272":{"tf":1},"0028281":{"tf":1},"0047471":{"tf":1}},"df":19}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"u":{"docs":{"004452":{"tf":1}},"df":1},"a":{"docs":{},"df":0,"l":{"docs":{"008820":{"tf":1}},"df":1}},"o":{"docs":{"0020203":{"tf":1}},"df":1}}}},"s":{"docs":{},"df":0,"i":{"docs":{"004444":{"tf":1}},"df":1}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"006615":{"tf":1}},"df":1}},"g":{"docs":{},"df":0,"h":{"docs":{},"df":0,"t":{"docs":{"00181811":{"tf":1},"0059592":{"tf":1}},"df":2}}}},"t":{"docs":{},"df":0,"l":{"docs":{"008824":{"tf":1},"00111111":{"tf":1},"00151511":{"tf":1},"0016162":{"tf":1}},"df":4}},"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{"00222249":{"tf":1},"00222250":{"tf":1}},"df":2}}}},"a":{"docs":{"0013139":{"tf":1}},"df":1,"u":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{"00171713":{"tf":1},"00181813":{"tf":1},"00222223":{"tf":1}},"df":3,"w":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"000011":{"tf":1},"002211":{"tf":1}},"df":2}}}}}}},"n":{"docs":{},"df":0,"d":{"docs":{"000021":{"tf":1},"000022":{"tf":1},"000034":{"tf":1},"000048":{"tf":1},"002218":{"tf":1},"004432":{"tf":1},"004499":{"tf":1},"00552":{"tf":1},"00662":{"tf":1},"00774":{"tf":1},"008831":{"tf":1},"008832":{"tf":1},"00993":{"tf":1},"00111110":{"tf":1},"0012122":{"tf":1},"0016163":{"tf":1},"0016164":{"tf":1},"0018184":{"tf":1},"0018185":{"tf":1},"0018188":{"tf":1},"0022225":{"tf":1},"0022228":{"tf":1},"00222247":{"tf":1},"00232334":{"tf":1},"0029291":{"tf":1},"0030301":{"tf":1},"0031311":{"tf":1},"0033332":{"tf":1},"0040403":{"tf":1},"0040407":{"tf":1},"0041413":{"tf":1},"0056561":{"tf":1}},"df":32},"n":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"004488":{"tf":1},"00663":{"tf":1},"00775":{"tf":1},"00884":{"tf":1},"00101011":{"tf":1}},"df":5}}},"i":{"docs":{},"df":0,"m":{"docs":{"0053538":{"tf":1}},"df":1}},"a":{"docs":{},"df":0,"l":{"docs":{},"df":0,"y":{"docs":{},"df":0,"t":{"docs":{"0057574":{"tf":1}},"df":1}}}}},"p":{"docs":{},"df":0,"i":{"docs":{"000024":{"tf":1},"000029":{"tf":1},"000031":{"tf":1},"002227":{"tf":1},"002232":{"tf":1},"002236":{"tf":1},"00171710":{"tf":1},"0019191":{"tf":1},"00232312":{"tf":1},"00232333":{"tf":1},"0033334":{"tf":1},"0036365":{"tf":1},"0037372":{"tf":1},"0041412":{"tf":1},"0043434":{"tf":1},"0048483":{"tf":1},"0050506":{"tf":1},"0055556":{"tf":1},"0057572":{"tf":1}},"df":19},"p":{"docs":{},"df":0,"l":{"docs":{"006615":{"tf":1}},"df":1}}},"g":{"docs":{},"df":0,"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"g":{"docs":{"000033":{"tf":1},"000034":{"tf":1},"000035":{"tf":1},"001114":{"tf":1},"002240":{"tf":1},"002241":{"tf":1}},"df":6}}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{"00222212":{"tf":1},"00222213":{"tf":1}},"df":2}}}}},"d":{"docs":{},"df":0,"v":{"docs":{},"df":0,"a":{"docs":{},"df":0,"n":{"docs":{},"df":0,"c":{"docs":{"000044":{"tf":1}},"df":1}}}},"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{"00222233":{"tf":1}},"df":1}}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{},"df":0,"n":{"docs":{"002210":{"tf":1},"0039392":{"tf":1}},"df":2}}},"l":{"docs":{"00101018":{"tf":1}},"df":1,"o":{"docs":{},"df":0,"c":{"docs":{"0023237":{"tf":1}},"df":1}}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{"00449":{"tf":1},"004410":{"tf":1},"004411":{"tf":1},"004412":{"tf":1},"004413":{"tf":1},"004414":{"tf":1},"004415":{"tf":1},"004416":{"tf":1},"004464":{"tf":1},"004465":{"tf":1},"00555":{"tf":1},"00556":{"tf":1},"00557":{"tf":1},"0049497":{"tf":1}},"df":14}},"c":{"docs":{"00666":{"tf":1}},"df":1}},"c":{"docs":{},"df":0,"c":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"004438":{"tf":1}},"df":1}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{},"df":0,"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0042424":{"tf":1},"0056562":{"tf":1}},"df":2}}}}}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"v":{"docs":{"008815":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"r":{"docs":{"004439":{"tf":1}},"df":1},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"00993":{"tf":1}},"df":1}}}}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"00101026":{"tf":1}},"df":1}}}}},"x":{"docs":{"004485":{"tf":1},"00774":{"tf":1}},"df":2,"i":{"docs":{"004473":{"tf":1},"004474":{"tf":1},"004475":{"tf":1},"004476":{"tf":1},"004477":{"tf":1},"004479":{"tf":1},"004480":{"tf":1},"006611":{"tf":1},"00999":{"tf":1},"009910":{"tf":1},"0011113":{"tf":1},"0011114":{"tf":1},"0014142":{"tf":1}},"df":13}},"j":{"docs":{},"df":0,"a":{"docs":{},"df":0,"x":{"docs":{"0017177":{"tf":1},"0034341":{"tf":1},"0053534":{"tf":1},"0055552":{"tf":1}},"df":4}}},"z":{"docs":{},"df":0,"u":{"docs":{},"df":0,"r":{"docs":{"0041415":{"tf":1}},"df":1}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"z":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0041418":{"tf":1}},"df":1}}}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"p":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"000013":{"tf":1},"000017":{"tf":1},"000018":{"tf":1},"000038":{"tf":1},"000042":{"tf":1},"001121":{"tf":1},"00226":{"tf":1},"002213":{"tf":1},"002217":{"tf":1},"002219":{"tf":1},"002225":{"tf":1},"002247":{"tf":1},"004489":{"tf":1},"004490":{"tf":1},"009917":{"tf":1},"0010104":{"tf":1},"0016165":{"tf":1},"00222234":{"tf":1},"00232325":{"tf":1},"00232326":{"tf":1},"00232327":{"tf":1},"00232328":{"tf":1},"00232329":{"tf":1},"00232330":{"tf":1},"0029293":{"tf":1},"0030304":{"tf":1},"0031313":{"tf":1},"0032323":{"tf":1},"0036363":{"tf":1},"0040408":{"tf":1},"0043432":{"tf":1},"0049492":{"tf":1},"0053533":{"tf":1},"0054545":{"tf":1},"0054546":{"tf":1},"0055551":{"tf":1},"0055555":{"tf":1},"0058581":{"tf":1}},"df":38}}}}},"x":{"docs":{},"df":0,"t":{"docs":{},"df":0,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"x":{"docs":{"0045451":{"tf":1}},"df":1}}}}}},"o":{"docs":{"004419":{"tf":1},"00101018":{"tf":1},"00181811":{"tf":1},"0059592":{"tf":1}},"df":4,"t":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"001110":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"l":{"docs":{"008826":{"tf":1}},"df":1,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"001112":{"tf":1},"002247":{"tf":1},"00232330":{"tf":1},"0036366":{"tf":1},"0042425":{"tf":1},"0059591":{"tf":1}},"df":6}}},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"p":{"docs":{"004490":{"tf":1},"006613":{"tf":1},"00776":{"tf":1},"00889":{"tf":1},"009917":{"tf":1},"00101015":{"tf":1},"0015155":{"tf":1},"0016165":{"tf":1},"00222231":{"tf":1},"00232329":{"tf":1},"0050502":{"tf":1},"00505011":{"tf":1},"0055554":{"tf":1}},"df":13}}}}}},"h":{"docs":{},"df":0,"r":{"docs":{},"df":0,"o":{"docs":{},"df":0,"u":{"docs":{},"df":0,"g":{"docs":{},"df":0,"h":{"docs":{"001122":{"tf":1}},"df":1}}}}},"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"b":{"docs":{"0050508":{"tf":1}},"df":1,"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"i":{"docs":{},"df":0,"l":{"docs":{"0041411":{"tf":1}},"df":1}}}}}}}},"y":{"docs":{},"df":0,"p":{"docs":{},"df":0,"e":{"docs":{"002223":{"tf":1},"00992":{"tf":1},"0014141":{"tf":1},"0014142":{"tf":1},"00171714":{"tf":1},"0042421":{"tf":1},"0043431":{"tf":1},"0051511":{"tf":1}},"df":8}}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"004434":{"tf":1}},"df":1}}}}},"e":{"docs":{"008818":{"tf":1},"008820":{"tf":1},"008823":{"tf":1},"008824":{"tf":1}},"df":4,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{"00151510":{"tf":1}},"df":1}}}}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"004498":{"tf":1}},"df":1}}}}}},"i":{"docs":{},"df":0,"b":{"docs":{},"df":0,"u":{"docs":{},"df":0,"t":{"docs":{"00171720":{"tf":1}},"df":1}}}}},"m":{"docs":{},"df":0,"a":{"docs":{"004447":{"tf":1}},"df":1}},"i":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"00662":{"tf":1},"0050501":{"tf":1},"00505010":{"tf":1}},"df":3}},"m":{"docs":{},"df":0,"e":{"docs":{"0022225":{"tf":1},"00222239":{"tf":1},"0023235":{"tf":1},"0028281":{"tf":1},"0028283":{"tf":1}},"df":5,"z":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0022227":{"tf":1}},"df":1}}},"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"00222211":{"tf":1},"00222225":{"tf":1},"00232312":{"tf":1}},"df":3}}},"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"00222236":{"tf":1}},"df":1}}}}}},"l":{"docs":{},"df":0,"e":{"docs":{"0052526":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"0016163":{"tf":1}},"df":1}}}},"b":{"docs":{},"df":0,"l":{"docs":{"0018186":{"tf":1},"0018189":{"tf":1}},"df":2}},"s":{"docs":{},"df":0,"k":{"docs":{"00232311":{"tf":1},"00232328":{"tf":1}},"df":2,"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00232327":{"tf":1}},"df":1}}}}}}},"w":{"docs":{},"df":0,"i":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"004452":{"tf":1},"004456":{"tf":1},"00101013":{"tf":1},"00101014":{"tf":1},"00101028":{"tf":1},"00101029":{"tf":1},"00151510":{"tf":1},"0032328":{"tf":1},"0037375":{"tf":1},"0058582":{"tf":1}},"df":10,"i":{"docs":{},"df":0,"n":{"docs":{"000022":{"tf":1}},"df":1}}}},"n":{"docs":{},"df":0,"d":{"docs":{"004468":{"tf":1}},"df":1}},"s":{"docs":{},"df":0,"e":{"docs":{"00222226":{"tf":1}},"df":1}},"z":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"0038383":{"tf":1},"0044443":{"tf":1}},"df":2}}}}},"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"f":{"docs":{},"df":0,"a":{"docs":{},"df":0,"l":{"docs":{"004430":{"tf":1}},"df":1}}}}},"c":{"docs":{},"df":0,"h":{"docs":{"006615":{"tf":1}},"df":1}}}},"h":{"docs":{},"df":0,"i":{"docs":{},"df":0,"s":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"004432":{"tf":1}},"df":1}}}}}},"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"0017174":{"tf":1}},"df":1},"k":{"docs":{"00222221":{"tf":1},"00222240":{"tf":1},"00222241":{"tf":1},"00222242":{"tf":1},"0023235":{"tf":1}},"df":5,"w":{"docs":{},"df":0,"e":{"docs":{},"df":0,"e":{"docs":{},"df":0,"k":{"docs":{"0023234":{"tf":1}},"df":1}}}}}}}},"m":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{},"df":0,"t":{"docs":{},"df":0,"i":{"docs":{"000023":{"tf":1},"002226":{"tf":1},"00446":{"tf":1},"004448":{"tf":1},"004484":{"tf":1},"009911":{"tf":1},"0010102":{"tf":1},"0024244":{"tf":1}},"df":8,"p":{"docs":{},"df":0,"l":{"docs":{"004479":{"tf":1},"00553":{"tf":1},"006611":{"tf":1},"0016161":{"tf":1},"0040406":{"tf":1},"0053539":{"tf":1}},"df":6}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"l":{"docs":{"0011115":{"tf":1}},"df":1}}}},"i":{"docs":{},"df":0,"n":{"docs":{"0045451":{"tf":1}},"df":1}}}}}}},"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"u":{"docs":{"000026":{"tf":1},"000049":{"tf":1},"000050":{"tf":1},"00229":{"tf":1},"002229":{"tf":1},"002242":{"tf":1},"002243":{"tf":1},"00181812":{"tf":1},"0020204":{"tf":1},"00222237":{"tf":1},"00232317":{"tf":1},"00232321":{"tf":1},"0037373":{"tf":1},"0055554":{"tf":1},"0056562":{"tf":1}},"df":15}}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"d":{"docs":{"004442":{"tf":1}},"df":1}},"r":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"004487":{"tf":1},"0010103":{"tf":1},"0010104":{"tf":1},"0010105":{"tf":1},"00101018":{"tf":1},"00101027":{"tf":1},"0023238":{"tf":1}},"df":7}}}},"n":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"008810":{"tf":1}},"df":1}}},"p":{"docs":{"008821":{"tf":1},"00101010":{"tf":1},"00101022":{"tf":1},"00101026":{"tf":1},"00101028":{"tf":1},"00101029":{"tf":1},"00101030":{"tf":1},"0015157":{"tf":1}},"df":8},"t":{"docs":{},"df":0,"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"x":{"docs":{"00131314":{"tf":1}},"df":1}}}},"s":{"docs":{},"df":0,"k":{"docs":{"0046461":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{"004443":{"tf":1}},"df":1}}}}}},"d":{"docs":{},"df":0,"e":{"docs":{"009915":{"tf":1},"009916":{"tf":1},"0036364":{"tf":1},"0038382":{"tf":1},"0048481":{"tf":1}},"df":5},"a":{"docs":{},"df":0,"l":{"docs":{"0053532":{"tf":1}},"df":1}}},"n":{"docs":{},"df":0,"t":{"docs":{},"df":0,"h":{"docs":{"00222213":{"tf":1},"0024245":{"tf":1},"0025255":{"tf":1},"0026265":{"tf":1}},"df":4}}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"008821":{"tf":1}},"df":1}}},"s":{"docs":{"0017174":{"tf":1}},"df":1}},"p":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{},"df":0,"e":{"docs":{"000028":{"tf":1},"000029":{"tf":1},"002231":{"tf":1},"002232":{"tf":1}},"df":4}},"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{"004449":{"tf":1}},"df":1}}},"a":{"docs":{},"df":0,"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"p":{"docs":{},"df":0,"h":{"docs":{"0018182":{"tf":1}},"df":1}}}}}}},"n":{"docs":{"004499":{"tf":1},"00101017":{"tf":1}},"df":2,"e":{"docs":{},"df":0,"l":{"docs":{"008830":{"tf":1},"0037374":{"tf":1}},"df":2}}},"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{},"df":0,"t":{"docs":{"008829":{"tf":1},"009915":{"tf":1},"0048482":{"tf":1}},"df":3}}}},"s":{"docs":{},"df":0,"t":{"docs":{"0017174":{"tf":1}},"df":1}}},"r":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"000046":{"tf":1},"002245":{"tf":1},"004493":{"tf":1},"008832":{"tf":1},"00101020":{"tf":1},"00111110":{"tf":1},"0012122":{"tf":1},"0015159":{"tf":1},"0017176":{"tf":1},"00181810":{"tf":1},"00222248":{"tf":1}},"df":11}},"c":{"docs":{},"df":0,"e":{"docs":{"00505012":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"j":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"0010101":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"00181815":{"tf":1}},"df":1}}}},"g":{"docs":{},"df":0,"r":{"docs":{},"df":0,"e":{"docs":{},"df":0,"s":{"docs":{},"df":0,"s":{"docs":{"0020207":{"tf":1}},"df":1}}}}},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"0041415":{"tf":1},"0041416":{"tf":1},"0041417":{"tf":1},"0041418":{"tf":1},"0041419":{"tf":1},"00414110":{"tf":1}},"df":6}}}},"e":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"e":{"docs":{},"df":0,"w":{"docs":{"00171718":{"tf":1},"0049495":{"tf":1}},"df":2}}}},"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"v":{"docs":{"00181814":{"tf":1}},"df":1}},"t":{"docs":{"0026263":{"tf":1}},"df":1}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"0049493":{"tf":1}},"df":1}}}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"f":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"0057571":{"tf":1}},"df":1}}}}}}},"i":{"docs":{},"df":0,"v":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"00114":{"tf":1}},"df":1}}},"e":{"docs":{"004451":{"tf":1},"004452":{"tf":1},"004456":{"tf":1},"004457":{"tf":1},"00101028":{"tf":1},"00151510":{"tf":1}},"df":6},"c":{"docs":{},"df":0,"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"0024245":{"tf":1},"0025255":{"tf":1},"0026265":{"tf":1}},"df":3}}}}},"o":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"004415":{"tf":1},"004461":{"tf":1},"004492":{"tf":1},"00998":{"tf":1},"0011118":{"tf":1}},"df":5,"e":{"docs":{},"df":0,"r":{"docs":{"00669":{"tf":1},"006610":{"tf":1},"006612":{"tf":1},"00774":{"tf":1}},"df":4}}}}},"r":{"docs":{},"df":0,"t":{"docs":{"00885":{"tf":1}},"df":1}},"s":{"docs":{},"df":0,"t":{"docs":{"0021213":{"tf":1}},"df":1},"i":{"docs":{},"df":0,"t":{"docs":{"0043433":{"tf":1},"0053537":{"tf":1},"0055553":{"tf":1}},"df":3}}},"p":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"00222250":{"tf":1}},"df":1},"p":{"docs":{"0039391":{"tf":1}},"df":1}}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"t":{"docs":{"004428":{"tf":1},"00558":{"tf":1},"00559":{"tf":1}},"df":3}},"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"e":{"docs":{},"df":0,"m":{"docs":{},"df":0,"e":{"docs":{},"df":0,"n":{"docs":{},"df":0,"t":{"docs":{"009913":{"tf":1}},"df":1}}}}}}}},"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"f":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"m":{"docs":{"004450":{"tf":1}},"df":1}}}},"i":{"docs":{},"df":0,"o":{"docs":{},"df":0,"d":{"docs":{"005512":{"tf":1}},"df":1}}},"t":{"docs":{"008825":{"tf":1}},"df":1}}},"y":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{"004454":{"tf":1}},"df":1}}}}}}},"i":{"docs":{},"df":0,"n":{"docs":{"0014143":{"tf":1}},"df":1,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"000036":{"tf":1},"002220":{"tf":1},"0017173":{"tf":1},"0031316":{"tf":1},"0048481":{"tf":1}},"df":5}}},"t":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"c":{"docs":{},"df":0,"t":{"docs":{"002249":{"tf":1},"008827":{"tf":1},"00222251":{"tf":1},"00232320":{"tf":1}},"df":4}}},"v":{"docs":{"00222216":{"tf":1}},"df":1}},"g":{"docs":{},"df":0,"r":{"docs":{"0036366":{"tf":1},"0058582":{"tf":1}},"df":2}}},"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"y":{"docs":{"005510":{"tf":1}},"df":1}}}}}},"v":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"s":{"docs":{"00444":{"tf":1},"004421":{"tf":1},"004480":{"tf":1},"00557":{"tf":1},"00999":{"tf":1}},"df":5}}}},"d":{"docs":{},"df":0,"e":{"docs":{},"df":0,"x":{"docs":{"004477":{"tf":1}},"df":1}},"i":{"docs":{},"df":0,"c":{"docs":{"00101024":{"tf":1},"0023239":{"tf":1}},"df":2},"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{"00222215":{"tf":1}},"df":1}}}}}},"s":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"00171715":{"tf":1},"00171716":{"tf":1}},"df":2}}},"i":{"docs":{},"df":0,"d":{"docs":{"00535310":{"tf":1}},"df":1}}}},"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"g":{"docs":{"00669":{"tf":1},"0017172":{"tf":1},"0040403":{"tf":1},"0049495":{"tf":1}},"df":4}},"p":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"t":{"docs":{"00222247":{"tf":1}},"df":1}}}}},"f":{"docs":{},"df":0,"r":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"0017175":{"tf":1}},"df":1}}}},"c":{"docs":{"00222247":{"tf":1}},"df":1,"o":{"docs":{},"df":0,"n":{"docs":{"0029291":{"tf":1},"0030301":{"tf":1},"0031311":{"tf":1},"0034342":{"tf":1},"0040403":{"tf":1}},"df":5}}},"s":{"docs":{},"df":0,"l":{"docs":{},"df":0,"a":{"docs":{},"df":0,"m":{"docs":{"0024246":{"tf":1}},"df":1}}}}},"b":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{"000039":{"tf":1}},"df":1}}},"r":{"docs":{"00117":{"tf":1},"004422":{"tf":1},"004425":{"tf":1},"004426":{"tf":1},"004433":{"tf":1},"0016163":{"tf":1},"00222238":{"tf":1},"0050509":{"tf":1}},"df":8},"c":{"docs":{},"df":0,"k":{"docs":{"004419":{"tf":1.4142135623730951}},"df":1}},"n":{"docs":{},"df":0,"d":{"docs":{"00559":{"tf":1},"0014146":{"tf":1}},"df":2}},"s":{"docs":{},"df":0,"i":{"docs":{},"df":0,"c":{"docs":{"00222210":{"tf":1},"0052520":{"tf":1}},"df":2}},"e":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{"00232310":{"tf":1}},"df":1}}}}},"d":{"docs":{},"df":0,"g":{"docs":{"0051513":{"tf":1}},"df":1}}},"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"d":{"docs":{"00115":{"tf":1},"00332":{"tf":1},"00333":{"tf":1},"0029292":{"tf":1},"0030302":{"tf":1},"0031312":{"tf":1},"0032321":{"tf":1},"0036361":{"tf":1}},"df":8}}},"u":{"docs":{"00101031":{"tf":1}},"df":1,"b":{"docs":{},"df":0,"b":{"docs":{},"df":0,"l":{"docs":{"004429":{"tf":1},"00992":{"tf":1},"0010107":{"tf":1}},"df":3}}},"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"e":{"docs":{},"df":0,"t":{"docs":{"0018184":{"tf":1}},"df":1}}}},"t":{"docs":{},"df":0,"t":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{"0020201":{"tf":1},"0020203":{"tf":1},"0020205":{"tf":1},"0020207":{"tf":1}},"df":4}}}}},"o":{"docs":{},"df":0,"x":{"docs":{"004432":{"tf":1}},"df":1},"l":{"docs":{},"df":0,"l":{"docs":{},"df":0,"i":{"docs":{},"df":0,"n":{"docs":{},"df":0,"g":{"docs":{"004440":{"tf":1}},"df":1}}}}},"o":{"docs":{},"df":0,"k":{"docs":{"00101031":{"tf":1}},"df":1,"m":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"k":{"docs":{"0018185":{"tf":1}},"df":1}}}}}}},"p":{"docs":{},"df":0,"m":{"docs":{},"df":0,"n":{"docs":{"008813":{"tf":1}},"df":1}}},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"c":{"docs":{},"df":0,"k":{"docs":{"0022225":{"tf":1}},"df":1}},"b":{"docs":{"0041415":{"tf":1}},"df":1}}}},"k":{"docs":{},"df":0,"e":{"docs":{},"df":0,"y":{"docs":{"000051":{"tf":1}},"df":1,"b":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{},"df":0,"d":{"docs":{"002249":{"tf":1},"008827":{"tf":1},"00222251":{"tf":1},"00232320":{"tf":1}},"df":4}}}}}}}},"u":{"docs":{},"df":0,"p":{"docs":{},"df":0,"d":{"docs":{},"df":0,"a":{"docs":{},"df":0,"t":{"docs":{"001125":{"tf":1},"0014145":{"tf":1}},"df":2}}},"c":{"docs":{"0013139":{"tf":1},"00131310":{"tf":1}},"df":2},"l":{"docs":{},"df":0,"o":{"docs":{},"df":0,"a":{"docs":{},"df":0,"d":{"docs":{"0041414":{"tf":1},"0049491":{"tf":1}},"df":2}}}}},"m":{"docs":{},"df":0,"l":{"docs":{"008815":{"tf":1},"008817":{"tf":1}},"df":2}},"s":{"docs":{"00171712":{"tf":1}},"df":1,"e":{"docs":{},"df":0,"r":{"docs":{"008828":{"tf":1}},"df":1}}},"n":{"docs":{},"df":0,"s":{"docs":{},"df":0,"c":{"docs":{},"df":0,"h":{"docs":{},"df":0,"e":{"docs":{},"df":0,"d":{"docs":{},"df":0,"u":{"docs":{},"df":0,"l":{"docs":{"00232311":{"tf":1}},"df":1}}}}}}}}},"n":{"docs":{},"df":0,"u":{"docs":{},"df":0,"m":{"docs":{},"df":0,"b":{"docs":{},"df":0,"e":{"docs":{},"df":0,"r":{"docs":{"00335":{"tf":1},"0018184":{"tf":1}},"df":2}}},"e":{"docs":{},"df":0,"r":{"docs":{"004473":{"tf":1},"0011113":{"tf":1}},"df":2}}}},"e":{"docs":{},"df":0,"g":{"docs":{"004427":{"tf":1}},"df":1},"t":{"docs":{},"df":0,"w":{"docs":{},"df":0,"o":{"docs":{},"df":0,"r":{"docs":{},"df":0,"k":{"docs":{"008816":{"tf":1}},"df":1}}}}},"s":{"docs":{},"df":0,"t":{"docs":{"0054543":{"tf":1}},"df":1}}},"o":{"docs":{},"df":0,"d":{"docs":{},"df":0,"e":{"docs":{"00882":{"tf":1},"0040405":{"tf":1}},"df":2,"j":{"docs":{"0041417":{"tf":1}},"df":1}}},"n":{"docs":{"00222241":{"tf":1}},"df":1},"t":{"docs":{},"df":0,"i":{"docs":{},"df":0,"f":{"docs":{"0042422":{"tf":1}},"df":1}}}},"a":{"docs":{},"df":0,"v":{"docs":{},"df":0,"i":{"docs":{},"df":0,"g":{"docs":{"0010108":{"tf":1},"00101013":{"tf":1},"0056562":{"tf":1}},"df":3}}}}},"z":{"docs":{},"df":0,"o":{"docs":{},"df":0,"n":{"docs":{},"df":0,"e":{"docs":{"00445":{"tf":1},"004416":{"tf":1}},"df":2}},"o":{"docs":{},"df":0,"m":{"docs":{"004499":{"tf":1},"00101017":{"tf":1},"00101018":{"tf":1},"00232313":{"tf":1}},"df":4}}}},"j":{"docs":{},"df":0,"s":{"docs":{"00171720":{"tf":1}},"df":1,"o":{"docs":{},"df":0,"n":{"docs":{"00996":{"tf":1},"00997":{"tf":1}},"df":2}}}},"q":{"docs":{},"df":0,"r":{"docs":{"00131313":{"tf":1}},"df":1}},"y":{"docs":{},"df":0,"e":{"docs":{},"df":0,"a":{"docs":{},"df":0,"r":{"docs":{"00222214":{"tf":1}},"df":1}}}}}}},"pipeline":["trimmer","stopWordFilter","stemmer"]} \ No newline at end of file diff --git a/src/diagram/sample.json b/src/diagram/sample.json index b2e72d12..8a359e93 100644 --- a/src/diagram/sample.json +++ b/src/diagram/sample.json @@ -3,7 +3,6 @@ "directory": "diagram", "category": "Data Visualization", "ftName": "diagram", - "type": "update", "samples": [ { "url": "default-functionalities", @@ -80,7 +79,6 @@ { "url": "line-routing", "name": "Line Routing", - "type": "new", "description": "This sample visualizes the connectors that are automatically re-routing or moving away if any shape found on the connectors path.", "category": "Getting Started" }, diff --git a/src/diagram/swimlane.ts b/src/diagram/swimlane.ts index 98e11c6f..f618acb7 100644 --- a/src/diagram/swimlane.ts +++ b/src/diagram/swimlane.ts @@ -78,7 +78,7 @@ function getConnectorDefaults(connector: ConnectorModel): ConnectorModel { shape: { type: 'SwimLane', header: { - annotation: { content: 'SALES PROCESS FLOW CHART', style: { fill: '#111111' } }, + annotation: { content: 'SALES PROCESS FLOW CHART', style: { fill: 'transparent' } }, height: 50, style: { fontSize: 11 }, orientation: 'Horizontal', }, diff --git a/src/dialog/components-dialog.html b/src/dialog/components-dialog.html new file mode 100644 index 00000000..ff74dea5 --- /dev/null +++ b/src/dialog/components-dialog.html @@ -0,0 +1,196 @@ +
+
+
+
+ + +
+ +
+
+
+ +
+ + + + + +
+
+
+
+

+ This example demonstrates how to integrate other JavaScript UI components within the dialog control. In the below example, The dialog component renders with the Grid, Schedule, Chart, Rich Text Editor, Tabs and Form components. +

+
+
+

+ Since the dialog is container component, you can integrate other JavaScript UI components within the dialog. The dialog can be renders with simple plain-text, HTML string, or JavaScript UI components. In the above sample, used major components such as Grid, Schedule, Chart, and Rich Text Editor inside dialog. +

+
+ + diff --git a/src/dialog/components-dialog.ts b/src/dialog/components-dialog.ts new file mode 100644 index 00000000..905576ec --- /dev/null +++ b/src/dialog/components-dialog.ts @@ -0,0 +1,269 @@ +import { loadCultureFiles } from '../common/culture-loader'; + +import { Dialog } from '@syncfusion/ej2-popups'; +import { Tab, SelectEventArgs } from '@syncfusion/ej2-navigations'; +import { Grid, Selection, Page } from '@syncfusion/ej2-grids'; +import { Query, DataManager } from '@syncfusion/ej2-data'; +import { orderData } from './gridData'; +import { Chart, LineSeries, DateTime, Legend, Tooltip, ILoadedEventArgs, ChartTheme } from '@syncfusion/ej2-charts'; +import { FormValidator, FormValidatorModel } from '@syncfusion/ej2-inputs'; +import { Button } from '@syncfusion/ej2-buttons'; +import { DatePicker } from '@syncfusion/ej2-calendars'; +import { Schedule, Day, Week, WorkWeek, Month, Agenda, Resize, DragAndDrop, DragEventArgs } from '@syncfusion/ej2-schedule'; +import * as dataSource from './datasource.json'; +import { extend } from '@syncfusion/ej2-base'; +import { RichTextEditor, Toolbar, Link, Image, HtmlEditor, QuickToolbar } from '@syncfusion/ej2-richtexteditor'; +RichTextEditor.Inject(Toolbar, Link, Image, HtmlEditor, QuickToolbar); +Chart.Inject(LineSeries, DateTime, Legend, Tooltip); +Grid.Inject(Selection, Page); +Schedule.Inject(Day, Week, WorkWeek, Month, Agenda, Resize, DragAndDrop); + +/** + * Default Dialog sample + */ + +let dialogObj: Dialog; +let chart: Chart; +let tabObj: Tab; +let grid: Grid; +let scheduleObj: Schedule; +let defaultRTE: RichTextEditor; +let initRte: boolean = true; +let initchart: boolean = true; +let initschedule: boolean = true; +(window as any).default = (): void => { + loadCultureFiles(); + renderdialog(); + rendertab(); + rendergrid(); + renderschedule(); + renderRTE(); + // Button has been created to open the Dialog + let button: Button = new Button({}); + button.appendTo('#dialogBtn'); + renderchart(); + document.getElementById('dialogBtn').onclick = (): void => { + dialogObj.show(); + }; + // Initialize Submit button + let buttonFormValidate: Button = new Button({ isPrimary: true }); + buttonFormValidate.appendTo('#validateSubmit'); + // Initialize Reset button + let buttonReset: Button = new Button({}); + buttonReset.appendTo('#resetbtn'); + // Initialize Custom placement + let option: FormValidatorModel = { + rules: { + // Initialize the CustomPlacement. + User: { required: true }, + DOB: { date: [true, 'Enter valid format'] }, + City: { required: true }, + State: { required: true }, + } + }; + // Initialize Form validation + let formObj: FormValidator; + formObj = new FormValidator('#formId', option); + let formId: HTMLElement = document.getElementById('formId'); + document.getElementById('formId').addEventListener( + 'submit', + (e: Event) => { + e.preventDefault(); + if (formObj.validate()) { + alert('Customer details added!'); + formObj.reset(); + } + }); + let datepickerObject: DatePicker = new DatePicker({ + placeholder: 'Date of Birth' + }); + // render initialized datepicker + datepickerObject.appendTo('#dob'); +}; + +// Navigate to corresponding link +function dlgButtonClick(): void { + dialogObj.hide(); +} + +// 'Open' Button will be shown, if Dialog is closed +function dialogClose(): void { + document.getElementById('dialogBtn').style.display = 'block'; +} + +// 'Open' Button will be hidden, if Dialog is opened +function dialogOpen(): void { + document.getElementById('dialogBtn').style.display = 'none'; +} + +function selected(args: SelectEventArgs): void { + if (args.selectedIndex === 1 && initschedule) { + scheduleObj.refresh(); + initschedule = false; + } + if (args.selectedIndex === 2 && initchart) { + chart.refresh(); + initchart = false; + } + if (args.selectedIndex === 3 && initRte) { + defaultRTE.refresh(); + initRte = false; + } +} + +function renderdialog(): void { + dialogObj = new Dialog({ + header: 'Syncfusion Components inside Dialog', + target: document.getElementById('target'), + animationSettings: { effect: 'None' }, + showCloseIcon: true, + width: '700px', + buttons: [{ + click: dlgButtonClick, + buttonModel: { content: 'OK', isPrimary: true } + }, + { + click: dlgButtonClick, + buttonModel: { content: 'Cancel', cssClass: 'e-flat' } + }], + open: dialogOpen, + close: dialogClose + }); + dialogObj.appendTo('#defaultDialog'); +} + +function rendertab(): void { + tabObj = new Tab({ + items: [ + { + header: { 'text': 'Grid' }, content: '#Grid' + }, + { + header: { 'text': 'Scheduler' }, content: '#scheduleComponent' + }, + { + header: { 'text': 'Chart' }, content: '#chartComponent' + }, + { + header: { 'text': 'Rich Text Editor' }, content: '#rteComponent' + }, + { + header: { 'text': 'Forms' }, content: '#formComponent' + } + ], + selected: selected + }); + //Render initialized Tab component + tabObj.appendTo('#tab_default'); +} + +function rendergrid(): void { + let gridData: Object = new DataManager(orderData as JSON[]).executeLocal(new Query().take(15)); + grid = new Grid( + { + dataSource: gridData, + allowPaging: true, + columns: [ + { field: 'OrderID', headerText: 'Order ID', width: 120, textAlign: 'Right' }, + { field: 'CustomerName', headerText: 'Customer Name', width: 150 }, + { field: 'OrderDate', headerText: 'Order Date', width: 130, format: 'yMd', textAlign: 'Right' }, + { field: 'Freight', width: 120, format: 'C2', textAlign: 'Right' }, + { field: 'ShippedDate', headerText: 'Shipped Date', width: 140, format: 'yMd', textAlign: 'Right' }, + { field: 'ShipCountry', headerText: 'Ship Country', width: 150 } + ], + pageSettings: { pageSizes: true, pageSize: 5 } + }); + grid.appendTo('#Grid'); +} + +function renderchart(): void { + chart = new Chart({ + primaryXAxis: { + valueType: 'DateTime', + labelFormat: 'y', + intervalType: 'Years', + edgeLabelPlacement: 'Shift', + majorGridLines: { width: 0 } + }, + primaryYAxis: + { + labelFormat: '{value}%', + rangePadding: 'None', + minimum: 0, + maximum: 100, + interval: 20, + lineStyle: { width: 0 }, + majorTickLines: { width: 0 }, + minorTickLines: { width: 0 } + }, + chartArea: { + border: { + width: 0 + } + }, + //Initializing Chart Series + series: [ + { + type: 'Line', + dataSource: [ + { x: new Date(2005, 0, 1), y: 21 }, { x: new Date(2006, 0, 1), y: 24 }, + { x: new Date(2007, 0, 1), y: 36 }, { x: new Date(2008, 0, 1), y: 38 }, + { x: new Date(2009, 0, 1), y: 54 }, { x: new Date(2010, 0, 1), y: 57 }, + { x: new Date(2011, 0, 1), y: 70 } + ], + xName: 'x', width: 2, marker: { + visible: true, + width: 10, + height: 10 + }, + yName: 'y', name: 'Germany', + }, + { + type: 'Line', + dataSource: [ + { x: new Date(2005, 0, 1), y: 28 }, { x: new Date(2006, 0, 1), y: 44 }, + { x: new Date(2007, 0, 1), y: 48 }, { x: new Date(2008, 0, 1), y: 50 }, + { x: new Date(2009, 0, 1), y: 66 }, { x: new Date(2010, 0, 1), y: 78 }, { x: new Date(2011, 0, 1), y: 84 } + ], + xName: 'x', width: 2, marker: { + visible: true, + width: 10, + height: 10 + }, + yName: 'y', name: 'England', + } + ], + //Initializing Chart title + title: 'Inflation - Consumer Price', + //Initializing User Interaction Tooltip + tooltip: { + enable: true + }, + height: '300px', + load: (args: ILoadedEventArgs) => { + let selectedTheme: string = location.hash.split('/')[1]; + selectedTheme = selectedTheme ? selectedTheme : 'Material'; + args.chart.theme = (selectedTheme.charAt(0).toUpperCase() + + selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + } + }); + chart.appendTo('#chart'); +} + +function renderschedule(): void { + let data: Object[] = extend([], (dataSource as any).scheduleData, null, true); + scheduleObj = new Schedule({ + height: '300px', + selectedDate: new Date(2019, 0, 10), + eventSettings: { dataSource: data }, + dragStart: (args: DragEventArgs) => { + args.navigation.enable = true; + } + }); + scheduleObj.appendTo('#Schedule'); +} + +function renderRTE(): void { + defaultRTE = new RichTextEditor({}); + defaultRTE.appendTo('#defaultRTE'); +} diff --git a/src/dialog/custom-dialog-stack.json b/src/dialog/custom-dialog-stack.json index 44d31dd6..12d0e7d8 100644 --- a/src/dialog/custom-dialog-stack.json +++ b/src/dialog/custom-dialog-stack.json @@ -1 +1 @@ -{"index.html":"\n\n \n\n
\n
\n \n \n \n \n
\n \n
\n \n
\n \n
\n \n
- Customized gauge 1
- + Customized gauge 2
\n \n \n \n \n \n \n \n \n \n \n \n \n
SSID:
AndroidAP
Password:
\n \n \n
\n \n \n\n\n\n\n\n\n","index.ts":"{{ripple}}\r\nimport { Dialog } from '@syncfusion/ej2-popups';\r\nimport { Button } from '@syncfusion/ej2-buttons';\r\n\r\n/**\r\n * Default Dialog sample\r\n */\r\n\r\n\r\n \r\n // Render the alert Dialog \r\n let alertDialogObj: Dialog = new Dialog({\r\n header: 'Low Battery',\r\n content: '
10% of battery remaining
',\r\n showCloseIcon: false,\r\n buttons: [{\r\n click: alertDlgBtnClick, buttonModel: { content: 'Dismiss', isPrimary: true }\r\n }],\r\n closeOnEscape: false, width: '250px', visible: false,\r\n target: document.getElementById('target'),\r\n animationSettings: { effect: 'None' },\r\n open: dialogOpen, close: dialogClose\r\n });\r\n alertDialogObj.appendTo('#alertDialog');\r\n document.getElementById('alertBtn').focus();\r\n // Render the confirmation Dialog\r\n let confirmDialogObj: Dialog = new Dialog({\r\n header: 'Delete Multiple Items',\r\n visible: false,\r\n content: 'Are you sure you want to permanently delete these items ?',\r\n showCloseIcon: true, closeOnEscape: false, width: '400px',\r\n buttons: [{\r\n click: confirmDlgBtnClick,\r\n buttonModel: { content: 'Yes', isPrimary: true }\r\n },\r\n { click: confirmDlgBtnClick, buttonModel: { content: 'No' } }],\r\n target: document.getElementById('target'),\r\n animationSettings: { effect: 'None' },\r\n open: dialogOpen, close: dialogClose\r\n });\r\n confirmDialogObj.appendTo('#confirmDialog');\r\n // Render the prompt Dialog \r\n let promptDialogObj: Dialog = new Dialog({\r\n header: 'Join Wi-Fi network',\r\n visible: false,\r\n showCloseIcon: false, closeOnEscape: false,\r\n buttons: [{\r\n click: promptDlgBtnClick, buttonModel: { content: 'Connect', isPrimary: true }\r\n },\r\n {\r\n click: promptDlgBtnClick, buttonModel: { content: 'Cancel' }\r\n }],\r\n width: '330px',\r\n target: document.getElementById('target'),\r\n animationSettings: { effect: 'None' },\r\n open: dialogOpen, close: dialogClose\r\n });\r\n promptDialogObj.appendTo('#promptDialog');\r\n // Create Button to open the alert Dialog\r\n let alertBtn: Button = new Button({});\r\n alertBtn.appendTo('#alertBtn');\r\n document.getElementById('alertBtn').onclick = (): void => {\r\n alertDialogObj.show();\r\n dialogOpen();\r\n };\r\n // Create Button to open the confirmation Dialog\r\n let confirmBtn: Button = new Button({});\r\n confirmBtn.appendTo('#confirmBtn');\r\n document.getElementById('confirmBtn').onclick = (): void => {\r\n confirmDialogObj.show();\r\n dialogOpen();\r\n };\r\n function alertDlgBtnClick(): void {\r\n alertDialogObj.hide();\r\n }\r\n function confirmDlgBtnClick(): void {\r\n confirmDialogObj.hide();\r\n }\r\n function promptDlgBtnClick(): void {\r\n promptDialogObj.hide();\r\n }\r\n // Create Button to open the prompt Dialog\r\n let promptBtn: Button = new Button({});\r\n promptBtn.appendTo('#promptBtn');\r\n document.getElementById('promptBtn').onclick = (): void => {\r\n promptDialogObj.show();\r\n dialogOpen();\r\n };\r\n // Buttons will be shown when Dialog is closed\r\n function dialogClose(): void {\r\n (document.querySelectorAll('.dlgbtn')[0] as HTMLElement).classList.remove('e-btn-hide');\r\n (document.querySelectorAll('.dlgbtn')[1] as HTMLElement).classList.remove('e-btn-hide');\r\n (document.querySelectorAll('.dlgbtn')[2] as HTMLElement).classList.remove('e-btn-hide');\r\n }\r\n // Buttons will be hidden when Dialog is opened\r\n function dialogOpen(): void {\r\n (document.querySelectorAll('.dlgbtn')[0] as HTMLElement).classList.add('e-btn-hide');\r\n (document.querySelectorAll('.dlgbtn')[1] as HTMLElement).classList.add('e-btn-hide');\r\n (document.querySelectorAll('.dlgbtn')[2] as HTMLElement).classList.add('e-btn-hide');\r\n }\r\n // Styles will be added, while password field of prompt Dialog has been focused\r\n document.getElementById('password').addEventListener('focus', function (): void {\r\n this.parentElement.classList.add('e-input-focus');\r\n });\r\n // Styles will be removed, while password field of prompt Dialog has been focused out\r\n document.getElementById('password').addEventListener('blur', function (): void {\r\n this.parentElement.classList.remove('e-input-focus');\r\n });\r\n"} \ No newline at end of file +{"index.html":"\n\n \n\n
\n
\n \n \n \n \n
\n \n
\n \n
\n \n
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
SSID:
AndroidAP
Password:
\n \n \n
\n
\n
\n
\n\n\n\n\n\n
","index.ts":"{{ripple}}import { Dialog } from '@syncfusion/ej2-popups';\r\nimport { Button } from '@syncfusion/ej2-buttons';\r\n\r\n/**\r\n * Default Dialog sample\r\n */\r\n\r\n\r\n // Render the alert Dialog \r\n let alertDialogObj: Dialog = new Dialog({\r\n header: 'Low Battery',\r\n content: '
10% of battery remaining
',\r\n showCloseIcon: false,\r\n buttons: [{\r\n click: alertDlgBtnClick, buttonModel: { content: 'Dismiss', isPrimary: true }\r\n }],\r\n closeOnEscape: false, width: '250px', visible: false,\r\n target: document.getElementById('target'),\r\n animationSettings: { effect: 'None' },\r\n open: dialogOpen, close: dialogClose\r\n });\r\n alertDialogObj.appendTo('#alertDialog');\r\n document.getElementById('alertBtn').focus();\r\n // Render the confirmation Dialog\r\n let confirmDialogObj: Dialog = new Dialog({\r\n header: 'Delete Multiple Items',\r\n visible: false,\r\n content: 'Are you sure you want to permanently delete these items ?',\r\n showCloseIcon: true, closeOnEscape: false, width: '400px',\r\n buttons: [{\r\n click: confirmDlgBtnClick,\r\n buttonModel: { content: 'Yes', isPrimary: true }\r\n },\r\n { click: confirmDlgBtnClick, buttonModel: { content: 'No' } }],\r\n target: document.getElementById('target'),\r\n animationSettings: { effect: 'None' },\r\n open: dialogOpen, close: dialogClose\r\n });\r\n confirmDialogObj.appendTo('#confirmDialog');\r\n // Render the prompt Dialog \r\n let promptDialogObj: Dialog = new Dialog({\r\n header: 'Join Wi-Fi network',\r\n visible: false,\r\n showCloseIcon: false, closeOnEscape: false,\r\n buttons: [{\r\n click: promptDlgBtnClick, buttonModel: { content: 'Connect', isPrimary: true }\r\n },\r\n {\r\n click: promptDlgBtnClick, buttonModel: { content: 'Cancel' }\r\n }],\r\n width: '330px',\r\n target: document.getElementById('target'),\r\n animationSettings: { effect: 'None' },\r\n open: dialogOpen, close: dialogClose\r\n });\r\n promptDialogObj.appendTo('#promptDialog');\r\n // Create Button to open the alert Dialog\r\n let alertBtn: Button = new Button({});\r\n alertBtn.appendTo('#alertBtn');\r\n document.getElementById('alertBtn').onclick = (): void => {\r\n alertDialogObj.show();\r\n dialogOpen();\r\n };\r\n // Create Button to open the confirmation Dialog\r\n let confirmBtn: Button = new Button({});\r\n confirmBtn.appendTo('#confirmBtn');\r\n document.getElementById('confirmBtn').onclick = (): void => {\r\n confirmDialogObj.show();\r\n dialogOpen();\r\n };\r\n function alertDlgBtnClick(): void {\r\n alertDialogObj.hide();\r\n }\r\n function confirmDlgBtnClick(): void {\r\n confirmDialogObj.hide();\r\n }\r\n function promptDlgBtnClick(): void {\r\n promptDialogObj.hide();\r\n }\r\n // Create Button to open the prompt Dialog\r\n let promptBtn: Button = new Button({});\r\n promptBtn.appendTo('#promptBtn');\r\n document.getElementById('promptBtn').onclick = (): void => {\r\n promptDialogObj.show();\r\n dialogOpen();\r\n };\r\n // Buttons will be shown when Dialog is closed\r\n function dialogClose(): void {\r\n (document.querySelectorAll('.dlgbtn')[0] as HTMLElement).classList.remove('e-btn-hide');\r\n (document.querySelectorAll('.dlgbtn')[1] as HTMLElement).classList.remove('e-btn-hide');\r\n (document.querySelectorAll('.dlgbtn')[2] as HTMLElement).classList.remove('e-btn-hide');\r\n }\r\n // Buttons will be hidden when Dialog is opened\r\n function dialogOpen(): void {\r\n (document.querySelectorAll('.dlgbtn')[0] as HTMLElement).classList.add('e-btn-hide');\r\n (document.querySelectorAll('.dlgbtn')[1] as HTMLElement).classList.add('e-btn-hide');\r\n (document.querySelectorAll('.dlgbtn')[2] as HTMLElement).classList.add('e-btn-hide');\r\n }\r\n // Styles will be added, while password field of prompt Dialog has been focused\r\n document.getElementById('password').addEventListener('focus', function (): void {\r\n this.parentElement.classList.add('e-input-focus');\r\n });\r\n // Styles will be removed, while password field of prompt Dialog has been focused out\r\n document.getElementById('password').addEventListener('blur', function (): void {\r\n this.parentElement.classList.remove('e-input-focus');\r\n });\r\n"} \ No newline at end of file diff --git a/src/dialog/custom-dialog.ts b/src/dialog/custom-dialog.ts index 93cf4271..90d08f42 100644 --- a/src/dialog/custom-dialog.ts +++ b/src/dialog/custom-dialog.ts @@ -1,4 +1,3 @@ -import { loadCultureFiles } from '../common/culture-loader'; import { Dialog } from '@syncfusion/ej2-popups'; import { Button } from '@syncfusion/ej2-buttons'; @@ -6,8 +5,7 @@ import { Button } from '@syncfusion/ej2-buttons'; * Default Dialog sample */ -(window as any).default = (): void => { - loadCultureFiles(); +(window as any).default = () => { // Render the alert Dialog let alertDialogObj: Dialog = new Dialog({ header: 'Low Battery', diff --git a/src/dialog/datasource.json b/src/dialog/datasource.json new file mode 100644 index 00000000..f7d95866 --- /dev/null +++ b/src/dialog/datasource.json @@ -0,0 +1,4665 @@ +{ + "scheduleData": [{ + "Id": 1, + "Subject": "Explosion of Betelgeuse Star", + "Location": "Space Centre USA", + "StartTime": "2019-01-06T04:00:00.000Z", + "EndTime": "2019-01-06T05:30:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 2, + "Subject": "Thule Air Crash Report", + "Location": "Newyork City", + "StartTime": "2019-01-07T06:30:00.000Z", + "EndTime": "2019-01-07T08:30:00.000Z", + "CategoryColor": "#357cd2" + }, { + "Id": 3, + "Subject": "Blue Moon Eclipse", + "Location": "Space Centre USA", + "StartTime": "2019-01-08T04:00:00.000Z", + "EndTime": "2019-01-08T05:30:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 4, + "Subject": "Meteor Showers in 2018", + "Location": "Space Centre USA", + "StartTime": "2019-01-09T07:30:00.000Z", + "EndTime": "2019-01-09T09:00:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 5, + "Subject": "Milky Way as Melting pot", + "Location": "Space Centre USA", + "StartTime": "2019-01-10T06:30:00.000Z", + "EndTime": "2019-01-10T08:30:00.000Z", + "CategoryColor": "#00bdae" + }, { + "Id": 6, + "Subject": "Mysteries of Bermuda Triangle", + "Location": "Bermuda", + "StartTime": "2019-01-10T04:00:00.000Z", + "EndTime": "2019-01-10T05:30:00.000Z", + "CategoryColor": "#f57f17" + }, { + "Id": 7, + "Subject": "Glaciers and Snowflakes", + "Location": "Himalayas", + "StartTime": "2019-01-11T05:30:00.000Z", + "EndTime": "2019-01-11T07:00:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 8, + "Subject": "Life on Mars", + "Location": "Space Centre USA", + "StartTime": "2019-01-12T03:30:00.000Z", + "EndTime": "2019-01-12T04:30:00.000Z", + "CategoryColor": "#357cd2" + }, { + "Id": 9, + "Subject": "Alien Civilization", + "Location": "Space Centre USA", + "StartTime": "2019-01-14T05:30:00.000Z", + "EndTime": "2019-01-14T07:30:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 10, + "Subject": "Wildlife Galleries", + "Location": "Africa", + "StartTime": "2019-01-16T05:30:00.000Z", + "EndTime": "2019-01-16T07:30:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 11, + "Subject": "Best Photography 2018", + "Location": "London", + "StartTime": "2019-01-17T04:00:00.000Z", + "EndTime": "2019-01-17T05:30:00.000Z", + "CategoryColor": "#00bdae" + }, { + "Id": 12, + "Subject": "Smarter Puppies", + "Location": "Sweden", + "StartTime": "2019-01-04T04:30:00.000Z", + "EndTime": "2019-01-04T06:00:00.000Z", + "CategoryColor": "#f57f17" + }, { + "Id": 13, + "Subject": "Myths of Andromeda Galaxy", + "Location": "Space Centre USA", + "StartTime": "2019-01-02T05:00:00.000Z", + "EndTime": "2019-01-02T07:00:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 14, + "Subject": "Aliens vs Humans", + "Location": "Research Centre of USA", + "StartTime": "2019-01-01T04:30:00.000Z", + "EndTime": "2019-01-01T06:00:00.000Z", + "CategoryColor": "#357cd2" + }, { + "Id": 15, + "Subject": "Facts of Humming Birds", + "Location": "California", + "StartTime": "2019-01-15T04:00:00.000Z", + "EndTime": "2019-01-15T05:30:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 16, + "Subject": "Sky Gazers", + "Location": "Alaska", + "StartTime": "2019-01-18T05:30:00.000Z", + "EndTime": "2019-01-18T07:30:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 17, + "Subject": "The Cycle of Seasons", + "Location": "Research Centre of USA", + "StartTime": "2019-01-07T00:00:00.000Z", + "EndTime": "2019-01-07T02:00:00.000Z", + "CategoryColor": "#00bdae" + }, { + "Id": 18, + "Subject": "Space Galaxies and Planets", + "Location": "Space Centre USA", + "StartTime": "2019-01-07T11:30:00.000Z", + "EndTime": "2019-01-07T13:00:00.000Z", + "CategoryColor": "#f57f17" + }, { + "Id": 19, + "Subject": "Lifecycle of Bumblebee", + "Location": "San Fransisco", + "StartTime": "2019-01-10T00:30:00.000Z", + "EndTime": "2019-01-10T02:00:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 20, + "Subject": "Alien Civilization", + "Location": "Space Centre USA", + "StartTime": "2019-01-10T10:30:00.000Z", + "EndTime": "2019-01-10T12:30:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 21, + "Subject": "Alien Civilization", + "Location": "Space Centre USA", + "StartTime": "2019-01-06T08:30:00.000Z", + "EndTime": "2019-01-06T10:30:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 22, + "Subject": "The Cycle of Seasons", + "Location": "Research Centre of USA", + "StartTime": "2019-01-08T09:00:00.000Z", + "EndTime": "2019-01-08T10:30:00.000Z", + "CategoryColor": "#00bdae" + }, { + "Id": 23, + "Subject": "Sky Gazers", + "Location": "Greenland", + "StartTime": "2019-01-11T09:00:00.000Z", + "EndTime": "2019-01-11T10:30:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 24, + "Subject": "Facts of Humming Birds", + "Location": "California", + "StartTime": "2019-01-12T07:00:00.000Z", + "EndTime": "2019-01-12T09:00:00.000Z", + "CategoryColor": "#7fa900" + }], + "timelineData": [{ + "Id": 25, + "Subject": "Sky Gazers", + "StartTime": "2018-02-15T05:00:00.000Z", + "EndTime": "2018-02-15T06:30:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 26, + "Subject": "The Cycle of Seasons", + "StartTime": "2018-02-15T05:30:00.000Z", + "EndTime": "2018-02-15T07:00:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 27, + "Subject": "Facts of Humming Birds", + "StartTime": "2018-02-15T07:00:00.000Z", + "EndTime": "2018-02-15T08:30:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 28, + "Subject": "Myths of Andromeda Galaxy", + "StartTime": "2018-02-15T04:30:00.000Z", + "EndTime": "2018-02-15T06:00:00.000Z", + "CategoryColor": "#00bdae" + }, { + "Id": 29, + "Subject": "Croco World", + "StartTime": "2018-02-15T13:30:00.000Z", + "EndTime": "2018-02-15T15:00:00.000Z", + "CategoryColor": "#f57f17" + }, { + "Id": 30, + "Subject": "Explosion of Betelgeuse Star", + "StartTime": "2018-02-15T08:00:00.000Z", + "EndTime": "2018-02-15T09:30:00.000Z", + "CategoryColor": "#1aaa55" + }], + "zooEventsData": [{ + "Id": 1, + "Subject": "Story Time for Kids", + "StartTime": "2018-02-11T04:30:00.000Z", + "EndTime": "2018-02-11T06:00:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 2, + "Subject": "Camping with Turtles", + "StartTime": "2018-02-12T06:30:00.000Z", + "EndTime": "2018-02-12T08:30:00.000Z", + "CategoryColor": "#357cd2" + }, { + "Id": 3, + "Subject": "Wildlife Warriors", + "StartTime": "2018-02-13T04:30:00.000Z", + "EndTime": "2018-02-13T06:00:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 4, + "Subject": "Parrot Talk", + "StartTime": "2018-02-14T03:30:00.000Z", + "EndTime": "2018-02-14T04:30:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 5, + "Subject": "Birds of Prey", + "StartTime": "2018-02-15T04:30:00.000Z", + "EndTime": "2018-02-15T06:00:00.000Z", + "CategoryColor": "#00bdae" + }, { + "Id": 6, + "Subject": "Croco World", + "StartTime": "2018-02-16T06:30:00.000Z", + "EndTime": "2018-02-16T08:30:00.000Z", + "CategoryColor": "#f57f17" + }, { + "Id": 7, + "Subject": "Venomous Snake Hunt", + "StartTime": "2018-02-17T04:30:00.000Z", + "EndTime": "2018-02-17T06:00:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 8, + "Subject": "Face Painting & Drawing events", + "StartTime": "2018-02-19T04:00:00.000Z", + "EndTime": "2018-02-19T05:30:00.000Z", + "CategoryColor": "#357cd2" + }, { + "Id": 9, + "Subject": "Pony Rides", + "StartTime": "2018-02-21T05:30:00.000Z", + "EndTime": "2018-02-21T07:30:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 10, + "Subject": "Feed the Giants", + "StartTime": "2018-02-22T04:00:00.000Z", + "EndTime": "2018-02-22T05:30:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 11, + "Subject": "Jungle Treasure Hunt", + "StartTime": "2018-02-09T04:30:00.000Z", + "EndTime": "2018-02-09T06:00:00.000Z", + "CategoryColor": "#00bdae" + }, { + "Id": 12, + "Subject": "Endangered Species Program", + "StartTime": "2018-02-07T05:00:00.000Z", + "EndTime": "2018-02-07T07:00:00.000Z", + "CategoryColor": "#f57f17" + }, { + "Id": 13, + "Subject": "Black Cockatoos Playtime", + "StartTime": "2018-02-05T04:30:00.000Z", + "EndTime": "2018-02-05T06:00:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 14, + "Subject": "Walk with Jungle King", + "StartTime": "2018-02-14T06:30:00.000Z", + "EndTime": "2018-02-14T08:30:00.000Z", + "CategoryColor": "#357cd2" + }, { + "Id": 15, + "Subject": "Trained Climbers", + "StartTime": "2018-02-19T07:30:00.000Z", + "EndTime": "2018-02-19T09:00:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 16, + "Subject": "Playtime with Chimpanzees", + "StartTime": "2018-02-22T07:30:00.000Z", + "EndTime": "2018-02-22T09:00:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 17, + "Subject": "Story Time for Kids", + "StartTime": "2018-02-13T09:00:00.000Z", + "EndTime": "2018-02-13T10:30:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 18, + "Subject": "Black Cockatoos Playtime", + "StartTime": "2018-02-15T09:00:00.000Z", + "EndTime": "2018-02-15T10:30:00.000Z", + "CategoryColor": "#7fa900" + }], + "eventsData": [{ + "Id": 1, + "Subject": "Server Maintenance", + "StartTime": "2018-02-11T04:30:00.000Z", + "EndTime": "2018-02-11T06:00:00.000Z", + "EventType": "maintenance", + "City": "Seattle", + "CategoryColor": "#1aaa55" + }, { + "Id": 2, + "Subject": "Art & Painting Gallery", + "StartTime": "2018-02-12T06:30:00.000Z", + "EndTime": "2018-02-12T08:30:00.000Z", + "EventType": "public-event", + "City": "Costa Rica", + "CategoryColor": "#357cd2" + }, { + "Id": 3, + "Subject": "Dany Birthday Celebration", + "StartTime": "2018-02-13T04:30:00.000Z", + "EndTime": "2018-02-13T06:00:00.000Z", + "EventType": "family-event", + "City": "Kirkland", + "CategoryColor": "#7fa900" + }, { + "Id": 4, + "Subject": "John Wedding Anniversary", + "StartTime": "2018-02-14T03:30:00.000Z", + "EndTime": "2018-02-14T04:30:00.000Z", + "EventType": "family-event", + "City": "Redmond", + "CategoryColor": "#ea7a57" + }, { + "Id": 5, + "Subject": "ISA Annual Conference", + "StartTime": "2018-02-15T04:30:00.000Z", + "EndTime": "2018-02-15T06:00:00.000Z", + "EventType": "commercial-event", + "City": "USA", + "CategoryColor": "#00bdae" + }, { + "Id": 6, + "Subject": "Equipment Maintenance", + "StartTime": "2018-02-16T06:30:00.000Z", + "EndTime": "2018-02-16T08:30:00.000Z", + "EventType": "maintenance", + "City": "Seattle", + "CategoryColor": "#f57f17" + }, { + "Id": 7, + "Subject": "Aircraft Maintenance", + "StartTime": "2018-02-17T04:30:00.000Z", + "EndTime": "2018-02-17T06:00:00.000Z", + "EventType": "maintenance", + "City": "Seattle", + "CategoryColor": "#1aaa55" + }, { + "Id": 8, + "Subject": "Facilities Maintenance", + "StartTime": "2018-02-19T04:00:00.000Z", + "EndTime": "2018-02-19T05:30:00.000Z", + "EventType": "maintenance", + "City": "Seattle", + "CategoryColor": "#357cd2" + }, { + "Id": 9, + "Subject": "Britto Birthday Celebration", + "StartTime": "2018-02-21T05:30:00.000Z", + "EndTime": "2018-02-21T07:30:00.000Z", + "EventType": "family-event", + "City": "Greenland", + "CategoryColor": "#7fa900" + }, { + "Id": 10, + "Subject": "Justin Wedding Anniversary", + "StartTime": "2018-02-22T04:00:00.000Z", + "EndTime": "2018-02-22T05:30:00.000Z", + "EventType": "family-event", + "City": "Finland", + "CategoryColor": "#ea7a57" + }, { + "Id": 11, + "Subject": "AIEA Annual Meet", + "StartTime": "2018-02-09T04:30:00.000Z", + "EndTime": "2018-02-09T06:00:00.000Z", + "EventType": "commercial-event", + "City": "USA", + "CategoryColor": "#00bdae" + }, { + "Id": 12, + "Subject": "AAN Conference", + "StartTime": "2018-02-07T05:00:00.000Z", + "EndTime": "2018-02-07T07:00:00.000Z", + "EventType": "commercial-event", + "City": "USA", + "CategoryColor": "#f57f17" + }, { + "Id": 13, + "Subject": "Photography Gallery", + "StartTime": "2018-02-05T04:30:00.000Z", + "EndTime": "2018-02-05T06:00:00.000Z", + "EventType": "public-event", + "City": "Chennai", + "CategoryColor": "#1aaa55" + }, { + "Id": 14, + "Subject": "Beach Clean-up", + "StartTime": "2018-02-14T06:30:00.000Z", + "EndTime": "2018-02-13T20:30:00.000Z", + "EventType": "public-event", + "City": "Mumbai", + "CategoryColor": "#357cd2" + }, { + "Id": 15, + "Subject": "Turtle Walk", + "StartTime": "2018-02-19T07:30:00.000Z", + "EndTime": "2018-02-19T09:00:00.000Z", + "EventType": "public-event", + "City": "Costa Rica", + "CategoryColor": "#7fa900" + }, { + "Id": 16, + "Subject": "Silent Walk for Cancer day", + "StartTime": "2018-02-22T07:30:00.000Z", + "EndTime": "2018-02-22T09:00:00.000Z", + "EventType": "public-event", + "City": "Chennai", + "CategoryColor": "#ea7a57" + }, { + "Id": 17, + "Subject": "Beach Clean-up", + "StartTime": "2018-02-13T08:30:00.000Z", + "EndTime": "2018-02-13T10:30:00.000Z", + "EventType": "public-event", + "City": "Mumbai", + "CategoryColor": "#357cd2" + }, { + "Id": 18, + "Subject": "Photography Gallery", + "StartTime": "2018-02-15T08:30:00.000Z", + "EndTime": "2018-02-15T10:30:00.000Z", + "EventType": "public-event", + "City": "Chennai", + "CategoryColor": "#1aaa55" + }], + "employeeEventData": [{ + "Id": 1, + "Subject": "Project Workflow Analysis", + "StartTime": "2018-02-12T03:30:00.000Z", + "EndTime": "2018-02-12T05:30:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 2, + "Subject": "Project Requirement Planning", + "StartTime": "2018-02-13T06:00:00.000Z", + "EndTime": "2018-02-13T08:30:00.000Z", + "CategoryColor": "#357cd2" + }, { + "Id": 3, + "Subject": "Quality Analysis", + "StartTime": "2018-02-14T04:00:00.000Z", + "EndTime": "2018-02-14T05:30:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 4, + "Subject": "Timeline Estimation", + "StartTime": "2018-02-14T06:00:00.000Z", + "EndTime": "2018-02-14T08:30:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 5, + "Subject": "Project Resource planning", + "StartTime": "2018-02-15T04:00:00.000Z", + "EndTime": "2018-02-15T06:30:00.000Z", + "CategoryColor": "#00bdae" + }, { + "Id": 6, + "Subject": "Meeting with Developers", + "StartTime": "2018-02-16T05:30:00.000Z", + "EndTime": "2018-02-16T07:30:00.000Z", + "CategoryColor": "#f57f17" + }, { + "Id": 7, + "Subject": "Task Assignment to Developers", + "StartTime": "2018-02-19T04:30:00.000Z", + "EndTime": "2018-02-19T06:00:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 8, + "Subject": "Project Review - 1", + "StartTime": "2018-02-20T05:30:00.000Z", + "EndTime": "2018-02-20T07:00:00.000Z", + "CategoryColor": "#357cd2" + }, { + "Id": 9, + "Subject": "Project Review - 2", + "StartTime": "2018-02-21T06:30:00.000Z", + "EndTime": "2018-02-21T08:00:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 10, + "Subject": "Project Review - 3", + "StartTime": "2018-02-22T05:30:00.000Z", + "EndTime": "2018-02-22T07:00:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 11, + "Subject": "Project Output Preview", + "StartTime": "2018-02-23T04:00:00.000Z", + "EndTime": "2018-02-23T06:30:00.000Z", + "CategoryColor": "#00bdae" + }, { + "Id": 12, + "Subject": "Testing Project Quality", + "StartTime": "2018-02-26T04:30:00.000Z", + "EndTime": "2018-02-26T06:00:00.000Z", + "CategoryColor": "#f57f17" + }, { + "Id": 13, + "Subject": "Draft Technical Documentation", + "StartTime": "2018-02-27T04:30:00.000Z", + "EndTime": "2018-02-27T07:30:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 14, + "Subject": "Online Hosting of Project", + "StartTime": "2018-02-28T04:30:00.000Z", + "EndTime": "2018-02-28T06:00:00.000Z", + "CategoryColor": "#357cd2" + }, { + "Id": 15, + "Subject": "Project Submission to Client", + "StartTime": "2018-03-01T04:30:00.000Z", + "EndTime": "2018-03-01T07:30:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 16, + "Subject": "Review meeting with Client", + "StartTime": "2018-03-02T04:30:00.000Z", + "EndTime": "2018-03-02T06:00:00.000Z", + "CategoryColor": "#ea7a57" + }], + "leaveData": [{ + "Id": 1, + "Subject": "Casual Leave", + "StartTime": "2018-02-12T03:30:00.000Z", + "EndTime": "2018-02-12T07:30:00.000Z" + }, { + "Id": 2, + "Subject": "Sick Leave", + "StartTime": "2018-02-14T18:30:00.000Z", + "EndTime": "2018-02-15T18:30:00.000Z", + "IsAllDay": true + }, { + "Id": 3, + "Subject": "Time-off in lieu", + "StartTime": "2018-02-16T06:30:00.000Z", + "EndTime": "2018-02-16T07:30:00.000Z" + }, { + "Id": 4, + "Subject": "Time-off in lieu", + "StartTime": "2018-02-13T03:30:00.000Z", + "EndTime": "2018-02-13T05:30:00.000Z" + }, { + "Id": 5, + "Subject": "Time-off in lieu", + "StartTime": "2018-02-20T03:30:00.000Z", + "EndTime": "2018-02-20T05:30:00.000Z" + }, { + "Id": 6, + "Subject": "Casual Leave", + "StartTime": "2018-02-22T08:30:00.000Z", + "EndTime": "2018-02-24T12:30:00.000Z" + }, { + "Id": 7, + "Subject": "Training Session - Off-site", + "StartTime": "2018-02-08T08:30:00.000Z", + "EndTime": "2018-02-08T21:30:00.000Z", + "Location": "San-Francisco" + }, { + "Id": 8, + "Subject": "Sick Leave", + "StartTime": "2018-02-05T03:30:00.000Z", + "EndTime": "2018-02-05T07:30:00.000Z" + }, { + "Id": 9, + "Subject": "Maternity leave", + "StartTime": "2018-02-28T18:30:00.000Z", + "EndTime": "2018-08-30T18:30:00.000Z", + "IsAllDay": true + }, { + "Id": 10, + "Subject": "Valentine's Day", + "StartTime": "2018-02-13T18:30:00.000Z", + "EndTime": "2018-02-14T18:30:00.000Z", + "IsAllDay": true + }, { + "Id": 11, + "Subject": "Presidents' Day", + "StartTime": "2018-02-18T18:30:00.000Z", + "EndTime": "2018-02-19T18:30:00.000Z", + "IsAllDay": true + }, { + "Id": 12, + "Subject": "Daylight Saving Time starts", + "StartTime": "2018-03-10T18:30:00.000Z", + "EndTime": "2018-03-11T18:30:00.000Z", + "IsAllDay": true + }, { + "Id": 13, + "Subject": "Easter Sunday", + "StartTime": "2018-03-31T18:30:00.000Z", + "EndTime": "2018-04-01T18:30:00.000Z", + "IsAllDay": true + }, { + "Id": 14, + "Subject": "Time-off in lieu", + "StartTime": "2018-02-14T08:30:00.000Z", + "EndTime": "2018-02-14T09:30:00.000Z" + }], + "recurrenceData": [{ + "Id": 1, + "Subject": "Project demo meeting with Andrew", + "Location": "Office", + "StartTime": "2018-02-14T06:30:00.000Z", + "EndTime": "2018-02-14T07:30:00.000Z", + "RecurrenceRule": "FREQ=WEEKLY;INTERVAL=2;BYDAY=MO;COUNT=10", + "CategoryColor": "#1aaa55" + }, { + "Id": 2, + "Subject": "Scrum Meeting", + "Location": "Office", + "StartTime": "2018-02-12T04:00:00.000Z", + "EndTime": "2018-02-12T05:00:00.000Z", + "RecurrenceRule": "FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR;INTERVAL=1", + "CategoryColor": "#357cd2" + }, { + "Id": 3, + "Subject": "Meeting with Core team", + "Location": "Office", + "StartTime": "2018-02-16T06:30:00.000Z", + "EndTime": "2018-02-16T08:30:00.000Z", + "RecurrenceRule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=FR", + "CategoryColor": "#7fa900" + }, { + "Id": 4, + "Subject": "Customer meeting – John Mackenzie", + "Location": "Office", + "StartTime": "2018-02-20T06:00:00.000Z", + "EndTime": "2018-02-20T08:00:00.000Z", + "RecurrenceRule": "FREQ=MONTHLY;BYMONTHDAY=20;INTERVAL=1;COUNT=5", + "CategoryColor": "#ea7a57" + }, { + "Id": 5, + "Subject": "Team Fun Activities", + "Location": "Office", + "StartTime": "2018-02-21T18:30:00.000Z", + "EndTime": "2018-02-22T18:30:00.000Z", + "IsAllDay": true, + "RecurrenceRule": "FREQ=YEARLY;BYDAY=TH;BYMONTH=2;BYSETPOS=4;INTERVAL=1;COUNT=10", + "CategoryColor": "#00bdae" + }], + "webinarData": [{ + "Id": 1, + "Subject": "Environment Day", + "Tags": "Eco day, Forest conserving, Earth & its resources", + "Description": "A day that creates awareness to promote the healthy planet and reduce the air pollution crisis on nature earth.", + "StartTime": "2018-02-12T03:30:00.000Z", + "EndTime": "2018-02-12T08:30:00.000Z", + "ImageName": "environment-day", + "PrimaryColor": "#1aaa55", + "SecondaryColor": "#47bb76" + }, { + "Id": 2, + "Subject": "Health Day", + "Tags": "Reduce mental stress, Follow good food habits", + "Description": "A day that raises awareness on different health issues. It marks the anniversary of the foundation of WHO.", + "StartTime": "2018-02-13T03:30:00.000Z", + "EndTime": "2018-02-13T08:30:00.000Z", + "ImageName": "health-day", + "PrimaryColor": "#357cd2", + "SecondaryColor": "#5d96db" + }, { + "Id": 3, + "Subject": "Cancer Day", + "Tags": "Life threatening cancer effects, Palliative care", + "Description": "A day that raises awareness on cancer and its preventive measures. Early detection saves life.", + "StartTime": "2018-02-14T03:30:00.000Z", + "EndTime": "2018-02-14T08:30:00.000Z", + "ImageName": "cancer-day", + "PrimaryColor": "#7fa900", + "SecondaryColor": "#a4c932" + }, { + "Id": 4, + "Subject": "Happiness Day", + "Tags": "Stress-free, Smile, Resolve frustration and bring happiness", + "Description": "A general idea is to promote happiness and smile around the world.", + "StartTime": "2018-02-15T03:30:00.000Z", + "EndTime": "2018-02-15T08:30:00.000Z", + "ImageName": "happiness-day", + "PrimaryColor": "#ea7a57", + "SecondaryColor": "#ee9478" + }, { + "Id": 5, + "Subject": "Tourism Day", + "Tags": "Diverse cultural heritage, strengthen peace", + "Description": "A day that raises awareness on the role of tourism and its effect on social and economic values.", + "StartTime": "2018-02-16T03:30:00.000Z", + "EndTime": "2018-02-16T08:30:00.000Z", + "ImageName": "tourism-day", + "PrimaryColor": "#00bdae", + "SecondaryColor": "#32cabe" + }], + "doctorsEventData": [{ + "Id": 1, + "Subject": "Surgery - Andrew", + "EventType": "Confirmed", + "StartTime": "2018-02-12T03:30:00.000Z", + "EndTime": "2018-02-12T04:30:00.000Z" + }, { + "Id": 2, + "Subject": "Consulting - John", + "EventType": "Confirmed", + "StartTime": "2018-02-12T04:30:00.000Z", + "EndTime": "2018-02-12T06:00:00.000Z" + }, { + "Id": 3, + "Subject": "Therapy - Robert", + "EventType": "Requested", + "StartTime": "2018-02-12T06:00:00.000Z", + "EndTime": "2018-02-12T07:00:00.000Z" + }, { + "Id": 4, + "Subject": "Observation - Steven", + "EventType": "Confirmed", + "StartTime": "2018-02-12T07:00:00.000Z", + "EndTime": "2018-02-12T08:00:00.000Z" + }, { + "Id": 5, + "Subject": "Extraction - Nancy", + "EventType": "Confirmed", + "StartTime": "2018-02-12T08:00:00.000Z", + "EndTime": "2018-02-12T09:30:00.000Z" + }, { + "Id": 6, + "Subject": "Surgery - Paul", + "EventType": "New", + "StartTime": "2018-02-13T03:30:00.000Z", + "EndTime": "2018-02-13T04:30:00.000Z" + }, { + "Id": 7, + "Subject": "Extraction - Josephs", + "EventType": "Confirmed", + "StartTime": "2018-02-13T04:30:00.000Z", + "EndTime": "2018-02-13T05:30:00.000Z" + }, { + "Id": 8, + "Subject": "Consulting - Mario", + "EventType": "Confirmed", + "StartTime": "2018-02-13T05:30:00.000Z", + "EndTime": "2018-02-13T06:30:00.000Z" + }, { + "Id": 9, + "Subject": "Therapy - Saveley", + "EventType": "Requested", + "StartTime": "2018-02-13T06:30:00.000Z", + "EndTime": "2018-02-13T08:00:00.000Z" + }, { + "Id": 10, + "Subject": "Observation - Cartrain", + "EventType": "Confirmed", + "StartTime": "2018-02-13T08:00:00.000Z", + "EndTime": "2018-02-13T10:00:00.000Z" + }, { + "Id": 11, + "Subject": "Consulting - Yang", + "EventType": "New", + "StartTime": "2018-02-14T03:30:00.000Z", + "EndTime": "2018-02-14T04:30:00.000Z" + }, { + "Id": 12, + "Subject": "Observation - Michael", + "EventType": "New", + "StartTime": "2018-02-14T04:30:00.000Z", + "EndTime": "2018-02-14T06:00:00.000Z" + }, { + "Id": 13, + "Subject": "Surgery - Roland", + "EventType": "Confirmed", + "StartTime": "2018-02-14T06:00:00.000Z", + "EndTime": "2018-02-14T07:00:00.000Z" + }, { + "Id": 14, + "Subject": "Extraction - Francisco", + "EventType": "Requested", + "StartTime": "2018-02-14T07:00:00.000Z", + "EndTime": "2018-02-14T08:00:00.000Z" + }, { + "Id": 15, + "Subject": "Therapy - Henriette", + "EventType": "Confirmed", + "StartTime": "2018-02-14T08:00:00.000Z", + "EndTime": "2018-02-14T09:30:00.000Z" + }, { + "Id": 16, + "Subject": "Observation - Bernardo", + "EventType": "Confirmed", + "StartTime": "2018-02-15T03:30:00.000Z", + "EndTime": "2018-02-15T04:30:00.000Z" + }, { + "Id": 17, + "Subject": "Therapy - Wilson", + "EventType": "Confirmed", + "StartTime": "2018-02-15T04:30:00.000Z", + "EndTime": "2018-02-15T05:30:00.000Z" + }, { + "Id": 18, + "Subject": "Consulting - Horst", + "EventType": "Confirmed", + "StartTime": "2018-02-15T05:30:00.000Z", + "EndTime": "2018-02-15T06:30:00.000Z" + }, { + "Id": 19, + "Subject": "Surgery - Limeira", + "EventType": "Requested", + "StartTime": "2018-02-15T06:30:00.000Z", + "EndTime": "2018-02-15T08:00:00.000Z" + }, { + "Id": 20, + "Subject": "Observation - Victoria", + "EventType": "Requested", + "StartTime": "2018-02-15T08:00:00.000Z", + "EndTime": "2018-02-15T10:00:00.000Z" + }, { + "Id": 21, + "Subject": "Extraction - Afonso", + "EventType": "Confirmed", + "StartTime": "2018-02-16T03:30:00.000Z", + "EndTime": "2018-02-16T04:30:00.000Z" + }, { + "Id": 22, + "Subject": "Extraction - Paula", + "EventType": "New", + "StartTime": "2018-02-16T04:30:00.000Z", + "EndTime": "2018-02-16T05:30:00.000Z" + }, { + "Id": 23, + "Subject": "Observation - George", + "EventType": "Requested", + "StartTime": "2018-02-16T05:30:00.000Z", + "EndTime": "2018-02-16T06:30:00.000Z" + }, { + "Id": 24, + "Subject": "Therapy - Smith", + "EventType": "New", + "StartTime": "2018-02-16T06:30:00.000Z", + "EndTime": "2018-02-16T08:00:00.000Z" + }, { + "Id": 25, + "Subject": "Surgery - Jennifer", + "EventType": "New", + "StartTime": "2018-02-16T08:00:00.000Z", + "EndTime": "2018-02-16T10:00:00.000Z" + }], + "resourceData": [{ + "Id": 1, + "Subject": "Workflow Analysis", + "StartTime": "2018-04-01T04:00:00.000Z", + "EndTime": "2018-04-01T06:30:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 2 + }, { + "Id": 2, + "Subject": "Requirement planning", + "StartTime": "2018-04-01T07:00:00.000Z", + "EndTime": "2018-04-01T09:15:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 3, + "Subject": "Quality Analysis", + "StartTime": "2018-04-02T04:30:00.000Z", + "EndTime": "2018-04-02T07:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 4, + "Subject": "Resource planning", + "StartTime": "2018-04-02T07:30:00.000Z", + "EndTime": "2018-04-02T10:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 5, + "Subject": "Timeline estimation", + "StartTime": "2018-04-03T03:30:00.000Z", + "EndTime": "2018-04-03T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 6, + "Subject": "Developers Meeting", + "StartTime": "2018-04-03T08:30:00.000Z", + "EndTime": "2018-04-03T11:15:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 2 + }, { + "Id": 7, + "Subject": "Project Review", + "StartTime": "2018-04-04T05:45:00.000Z", + "EndTime": "2018-04-04T07:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 8, + "Subject": "Manual testing", + "StartTime": "2018-04-04T03:45:00.000Z", + "EndTime": "2018-04-04T06:15:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 2 + }, { + "Id": 9, + "Subject": "Project Preview", + "StartTime": "2018-04-05T04:00:00.000Z", + "EndTime": "2018-04-05T07:15:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 10, + "Subject": "Cross-browser testing", + "StartTime": "2018-04-05T08:15:00.000Z", + "EndTime": "2018-04-05T11:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 11, + "Subject": "Bug Automation", + "StartTime": "2018-04-06T04:30:00.000Z", + "EndTime": "2018-04-06T06:45:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 12, + "Subject": "Functionality testing", + "StartTime": "2018-04-06T03:30:00.000Z", + "EndTime": "2018-04-06T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 13, + "Subject": "Resolution-based testing", + "StartTime": "2018-04-07T07:30:00.000Z", + "EndTime": "2018-04-07T09:45:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 14, + "Subject": "Test report Validation", + "StartTime": "2018-04-07T03:30:00.000Z", + "EndTime": "2018-04-07T05:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 15, + "Subject": "Test case correction", + "StartTime": "2018-04-08T04:15:00.000Z", + "EndTime": "2018-04-08T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 16, + "Subject": "Run test cases", + "StartTime": "2018-04-08T05:00:00.000Z", + "EndTime": "2018-04-08T07:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 17, + "Subject": "Quality Analysis", + "StartTime": "2018-04-09T06:30:00.000Z", + "EndTime": "2018-04-09T10:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 18, + "Subject": "Debugging", + "StartTime": "2018-04-09T03:30:00.000Z", + "EndTime": "2018-04-09T05:45:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 19, + "Subject": "Exception handling", + "StartTime": "2018-04-10T04:40:00.000Z", + "EndTime": "2018-04-10T08:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 20, + "Subject": "Decoding", + "StartTime": "2018-04-10T05:00:00.000Z", + "EndTime": "2018-04-10T07:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 21, + "Subject": "workflow Analysis", + "StartTime": "2018-04-11T04:00:00.000Z", + "EndTime": "2018-04-11T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 22, + "Subject": "Requirement planning", + "StartTime": "2018-04-11T07:00:00.000Z", + "EndTime": "2018-04-11T09:15:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 2 + }, { + "Id": 23, + "Subject": "Quality Analysis", + "StartTime": "2018-04-12T04:30:00.000Z", + "EndTime": "2018-04-12T07:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 24, + "Subject": "Resource planning", + "StartTime": "2018-04-12T07:30:00.000Z", + "EndTime": "2018-04-12T09:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 2 + }, { + "Id": 25, + "Subject": "Timeline estimation", + "StartTime": "2018-04-13T03:30:00.000Z", + "EndTime": "2018-04-13T05:30:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 26, + "Subject": "Developers Meeting", + "StartTime": "2018-04-13T08:30:00.000Z", + "EndTime": "2018-04-13T10:15:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 2 + }, { + "Id": 27, + "Subject": "Project Review", + "StartTime": "2018-04-14T05:30:00.000Z", + "EndTime": "2018-04-14T07:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 28, + "Subject": "Manual testing", + "StartTime": "2018-04-14T03:30:00.000Z", + "EndTime": "2018-04-14T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 29, + "Subject": "Project Preview", + "StartTime": "2018-04-15T04:00:00.000Z", + "EndTime": "2018-04-15T05:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 30, + "Subject": "Cross-browser testing", + "StartTime": "2018-04-15T08:30:00.000Z", + "EndTime": "2018-04-15T11:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 31, + "Subject": "Bug Automation", + "StartTime": "2018-04-16T04:30:00.000Z", + "EndTime": "2018-04-16T05:30:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 32, + "Subject": "Functionality testing", + "StartTime": "2018-04-16T03:30:00.000Z", + "EndTime": "2018-04-16T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 33, + "Subject": "Resolution-based testing", + "StartTime": "2018-04-17T08:30:00.000Z", + "EndTime": "2018-04-17T09:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 34, + "Subject": "Test report Validation", + "StartTime": "2018-04-17T03:30:00.000Z", + "EndTime": "2018-04-17T05:30:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 2 + }, { + "Id": 35, + "Subject": "Test case correction", + "StartTime": "2018-04-18T04:30:00.000Z", + "EndTime": "2018-04-18T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 36, + "Subject": "Run test cases", + "StartTime": "2018-04-18T04:30:00.000Z", + "EndTime": "2018-04-18T05:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 2 + }, { + "Id": 37, + "Subject": "Bug fixing", + "StartTime": "2018-04-09T04:30:00.000Z", + "EndTime": "2018-04-09T05:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 38, + "Subject": "Debugging", + "StartTime": "2018-04-19T03:30:00.000Z", + "EndTime": "2018-04-19T05:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 39, + "Subject": "Exception handling", + "StartTime": "2018-04-20T04:30:00.000Z", + "EndTime": "2018-04-20T05:30:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 40, + "Subject": "Decoding", + "StartTime": "2018-04-20T05:00:00.000Z", + "EndTime": "2018-04-20T07:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 41, + "Subject": "workflow Analysis", + "StartTime": "2018-04-21T04:00:00.000Z", + "EndTime": "2018-04-21T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 42, + "Subject": "Requirement planning", + "StartTime": "2018-04-21T07:00:00.000Z", + "EndTime": "2018-04-21T08:15:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 2 + }, { + "Id": 43, + "Subject": "Quality Analysis", + "StartTime": "2018-04-22T04:30:00.000Z", + "EndTime": "2018-04-22T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 44, + "Subject": "Resource planning", + "StartTime": "2018-04-04T04:30:00.000Z", + "EndTime": "2018-04-04T07:00:00.000Z", + "IsAllDay": false, + "ProjectId": 3, + "TaskId": 2 + }, { + "Id": 45, + "Subject": "Timeline estimation", + "StartTime": "2018-04-04T03:30:00.000Z", + "EndTime": "2018-04-04T05:30:00.000Z", + "IsAllDay": false, + "ProjectId": 3, + "TaskId": 1 + }, { + "Id": 46, + "Subject": "Developers Meeting", + "StartTime": "2018-04-04T09:00:00.000Z", + "EndTime": "2018-04-04T11:00:00.000Z", + "IsAllDay": false, + "ProjectId": 3, + "TaskId": 2 + }, { + "Id": 47, + "Subject": "Project Review", + "StartTime": "2018-04-04T08:30:00.000Z", + "EndTime": "2018-04-04T10:30:00.000Z", + "IsAllDay": false, + "ProjectId": 3, + "TaskId": 1 + }, { + "Id": 48, + "Subject": "Manual testing", + "StartTime": "2018-04-04T12:00:00.000Z", + "EndTime": "2018-04-04T14:00:00.000Z", + "IsAllDay": false, + "ProjectId": 3, + "TaskId": 2 + }, { + "Id": 49, + "Subject": "Project Preview", + "StartTime": "2018-04-04T12:30:00.000Z", + "EndTime": "2018-04-04T14:30:00.000Z", + "IsAllDay": false, + "ProjectId": 3, + "TaskId": 1 + }, { + "Id": 50, + "Subject": "Cross-browser testing", + "StartTime": "2018-04-25T08:30:00.000Z", + "EndTime": "2018-04-25T10:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 51, + "Subject": "Bug Automation", + "StartTime": "2018-04-26T04:30:00.000Z", + "EndTime": "2018-04-26T05:30:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 52, + "Subject": "Functionality testing", + "StartTime": "2018-04-26T03:30:00.000Z", + "EndTime": "2018-04-26T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 2 + }, { + "Id": 53, + "Subject": "Resolution-based testing", + "StartTime": "2018-04-27T08:30:00.000Z", + "EndTime": "2018-04-27T09:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 54, + "Subject": "Test report Validation", + "StartTime": "2018-04-27T03:30:00.000Z", + "EndTime": "2018-04-27T05:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 55, + "Subject": "Test case correction", + "StartTime": "2018-04-28T04:30:00.000Z", + "EndTime": "2018-04-28T06:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 56, + "Subject": "Run test cases", + "StartTime": "2018-04-28T04:30:00.000Z", + "EndTime": "2018-04-28T05:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 57, + "Subject": "Bug fixing", + "StartTime": "2018-04-29T06:30:00.000Z", + "EndTime": "2018-04-29T07:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 58, + "Subject": "Debugging", + "StartTime": "2018-04-29T03:30:00.000Z", + "EndTime": "2018-04-29T05:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 59, + "Subject": "Exception handling", + "StartTime": "2018-04-30T04:30:00.000Z", + "EndTime": "2018-04-30T05:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 60, + "Subject": "Decoding", + "StartTime": "2018-04-30T05:00:00.000Z", + "EndTime": "2018-04-30T07:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }], + "timelineResourceData": [{ + "Id": 61, + "Subject": "Decoding", + "StartTime": "2018-04-04T04:00:00.000Z", + "EndTime": "2018-04-04T05:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 2 + }, { + "Id": 62, + "Subject": "Bug Automation", + "StartTime": "2018-04-04T10:30:00.000Z", + "EndTime": "2018-04-04T14:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 1 + }, { + "Id": 63, + "Subject": "Functionality testing", + "StartTime": "2018-04-04T03:30:00.000Z", + "EndTime": "2018-04-04T05:00:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 64, + "Subject": "Resolution-based testing", + "StartTime": "2018-04-04T06:30:00.000Z", + "EndTime": "2018-04-04T09:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 4 + }, { + "Id": 65, + "Subject": "Test report Validation", + "StartTime": "2018-04-04T09:30:00.000Z", + "EndTime": "2018-04-04T12:30:00.000Z", + "IsAllDay": false, + "ProjectId": 1, + "TaskId": 1 + }, { + "Id": 66, + "Subject": "Test case correction", + "StartTime": "2018-04-04T08:30:00.000Z", + "EndTime": "2018-04-04T10:30:00.000Z", + "IsAllDay": false, + "ProjectId": 3, + "TaskId": 6 + }, { + "Id": 67, + "Subject": "Bug fixing", + "StartTime": "2018-04-04T09:00:00.000Z", + "EndTime": "2018-04-04T13:00:00.000Z", + "IsAllDay": false, + "ProjectId": 3, + "TaskId": 5 + }, { + "Id": 68, + "Subject": "Run test cases", + "StartTime": "2018-04-04T12:00:00.000Z", + "EndTime": "2018-04-04T14:00:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 4 + }, { + "Id": 70, + "Subject": "Bug Automation", + "StartTime": "2018-04-04T10:30:00.000Z", + "EndTime": "2018-04-04T14:30:00.000Z", + "IsAllDay": false, + "ProjectId": 2, + "TaskId": 3 + }], + "resourceTeamData": [{ + "Id": 1, + "Subject": "Developers Meeting", + "StartTime": "2018-06-01T04:30:00.000Z", + "EndTime": "2018-06-01T05:30:00.000Z", + "RecurrenceRule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR", + "ProjectId": 1, + "CategoryId": 1 + }, { + "Id": 2, + "Subject": "Test report Validation", + "StartTime": "2018-06-02T05:00:00.000Z", + "EndTime": "2018-06-02T07:30:00.000Z", + "RecurrenceRule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,WE,FR", + "ProjectId": 1, + "CategoryId": 2 + }, { + "Id": 3, + "Subject": "Requirement planning", + "StartTime": "2018-06-04T04:00:00.000Z", + "EndTime": "2018-06-04T05:15:00.000Z", + "ProjectId": 2, + "CategoryId": 1 + }, { + "Id": 4, + "Subject": "Bug Automation", + "StartTime": "2018-06-02T05:30:00.000Z", + "EndTime": "2018-06-02T07:30:00.000Z", + "RecurrenceRule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,WE,FR", + "ProjectId": 2, + "CategoryId": 2 + }, { + "Id": 5, + "Subject": "Timeline estimation", + "StartTime": "2018-06-03T04:30:00.000Z", + "EndTime": "2018-06-03T06:30:00.000Z", + "ProjectId": 1, + "CategoryId": 1 + }, { + "Id": 6, + "Subject": "Timeline estimation", + "StartTime": "2018-06-03T07:30:00.000Z", + "EndTime": "2018-06-03T09:30:00.000Z", + "ProjectId": 2, + "CategoryId": 1 + }, { + "Id": 7, + "Subject": "Functionality testing", + "StartTime": "2018-06-04T08:30:00.000Z", + "EndTime": "2018-06-04T10:00:00.000Z", + "ProjectId": 1, + "CategoryId": 2 + }, { + "Id": 8, + "Subject": "Functionality testing", + "StartTime": "2018-06-04T13:30:00.000Z", + "EndTime": "2018-06-04T15:30:00.000Z", + "ProjectId": 2, + "CategoryId": 2 + }, { + "Id": 9, + "Subject": "Workflow Analysis", + "StartTime": "2018-06-05T08:30:00.000Z", + "EndTime": "2018-06-05T10:00:00.000Z", + "ProjectId": 1, + "CategoryId": 1 + }, { + "Id": 10, + "Subject": "Quality Analysis", + "StartTime": "2018-06-05T07:30:00.000Z", + "EndTime": "2018-06-05T10:30:00.000Z", + "ProjectId": 2, + "CategoryId": 1 + }, { + "Id": 11, + "Subject": "Cross-browser testing", + "StartTime": "2018-06-05T09:15:00.000Z", + "EndTime": "2018-06-05T10:45:00.000Z", + "ProjectId": 1, + "CategoryId": 2 + }, { + "Id": 12, + "Subject": "Resolution-based testing", + "StartTime": "2018-06-05T09:30:00.000Z", + "EndTime": "2018-06-05T12:00:00.000Z", + "ProjectId": 2, + "CategoryId": 2 + }, { + "Id": 13, + "Subject": "Project Preview", + "StartTime": "2018-06-08T10:30:00.000Z", + "EndTime": "2018-06-08T12:30:00.000Z", + "ProjectId": 1, + "CategoryId": 1 + }, { + "Id": 14, + "Subject": "Project Preview", + "StartTime": "2018-06-08T09:30:00.000Z", + "EndTime": "2018-06-08T12:00:00.000Z", + "ProjectId": 2, + "CategoryId": 1 + }, { + "Id": 15, + "Subject": "Test report Validation", + "StartTime": "2018-06-08T10:00:00.000Z", + "EndTime": "2018-06-08T12:15:00.000Z", + "ProjectId": 1, + "CategoryId": 2 + }, { + "Id": 16, + "Subject": "Test report Validation", + "StartTime": "2018-06-08T09:30:00.000Z", + "EndTime": "2018-06-08T11:30:00.000Z", + "ProjectId": 2, + "CategoryId": 2 + }, { + "Id": 17, + "Subject": "Resource planning", + "StartTime": "2018-06-06T09:30:00.000Z", + "EndTime": "2018-06-06T12:30:00.000Z", + "ProjectId": 1, + "CategoryId": 1 + }, { + "Id": 18, + "Subject": "Resource planning", + "StartTime": "2018-06-07T10:30:00.000Z", + "EndTime": "2018-06-07T11:30:00.000Z", + "ProjectId": 2, + "CategoryId": 1 + }, { + "Id": 19, + "Subject": "Run test cases", + "StartTime": "2018-06-07T08:30:00.000Z", + "EndTime": "2018-06-07T12:30:00.000Z", + "ProjectId": 1, + "CategoryId": 2 + }, { + "Id": 20, + "Subject": "Run test cases", + "StartTime": "2018-06-06T08:30:00.000Z", + "EndTime": "2018-06-06T12:00:00.000Z", + "ProjectId": 2, + "CategoryId": 2 + }, { + "Id": 21, + "Subject": "Resource planning", + "StartTime": "2018-06-07T04:00:00.000Z", + "EndTime": "2018-06-07T06:00:00.000Z", + "ProjectId": 2, + "CategoryId": 1 + }, { + "Id": 22, + "Subject": "Developers Meeting", + "StartTime": "2018-06-01T06:30:00.000Z", + "EndTime": "2018-06-01T07:30:00.000Z", + "RecurrenceRule": "FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR", + "ProjectId": 2, + "CategoryId": 1 + }], + "resourceConferenceData": [{ + "Id": 1, + "Subject": "Burning Man", + "StartTime": "2018-06-01T09:30:00.000Z", + "EndTime": "2018-06-01T11:30:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 2, + "Subject": "Data-Driven Economy", + "StartTime": "2018-06-02T06:30:00.000Z", + "EndTime": "2018-06-02T08:30:00.000Z", + "ConferenceId": [1, 2] + }, { + "Id": 3, + "Subject": "Techweek", + "StartTime": "2018-06-02T09:30:00.000Z", + "EndTime": "2018-06-02T11:30:00.000Z", + "ConferenceId": [2, 3] + }, { + "Id": 4, + "Subject": "Content Marketing World", + "StartTime": "2018-06-02T12:30:00.000Z", + "EndTime": "2018-06-02T14:30:00.000Z", + "ConferenceId": [1, 3] + }, { + "Id": 5, + "Subject": "B2B Marketing Forum", + "StartTime": "2018-06-03T04:30:00.000Z", + "EndTime": "2018-06-03T06:30:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 6, + "Subject": "Business Innovation Factory", + "StartTime": "2018-06-03T07:30:00.000Z", + "EndTime": "2018-06-03T09:30:00.000Z", + "ConferenceId": [1, 2] + }, { + "Id": 7, + "Subject": "Grow Conference", + "StartTime": "2018-06-03T10:30:00.000Z", + "EndTime": "2018-06-03T12:30:00.000Z", + "ConferenceId": [2, 3] + }, { + "Id": 8, + "Subject": "Journalism Interactive", + "StartTime": "2018-06-03T13:30:00.000Z", + "EndTime": "2018-06-03T15:30:00.000Z", + "ConferenceId": [1, 3] + }, { + "Id": 9, + "Subject": "Blogcademy", + "StartTime": "2018-06-04T04:30:00.000Z", + "EndTime": "2018-06-04T06:00:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 10, + "Subject": "Sustainable Brands", + "StartTime": "2018-06-04T07:30:00.000Z", + "EndTime": "2018-06-04T10:00:00.000Z", + "ConferenceId": [1, 2] + }, { + "Id": 11, + "Subject": "Fashion Confidential", + "StartTime": "2018-06-04T03:30:00.000Z", + "EndTime": "2018-06-04T04:15:00.000Z", + "ConferenceId": [2, 3] + }, { + "Id": 12, + "Subject": "Mobile World Conference", + "StartTime": "2018-06-05T06:30:00.000Z", + "EndTime": "2018-06-05T08:30:00.000Z", + "ConferenceId": [1, 3] + }, { + "Id": 13, + "Subject": "The Human Gathering", + "StartTime": "2018-06-05T09:30:00.000Z", + "EndTime": "2018-06-05T11:30:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 14, + "Subject": "Web Summit", + "StartTime": "2018-06-05T12:30:00.000Z", + "EndTime": "2018-06-05T14:30:00.000Z", + "ConferenceId": [1, 2] + }, { + "Id": 15, + "Subject": "Funnel Hacking Live", + "StartTime": "2018-06-06T06:30:00.000Z", + "EndTime": "2018-06-06T08:30:00.000Z", + "ConferenceId": [1, 3] + }, { + "Id": 16, + "Subject": "Data Science Conference", + "StartTime": "2018-06-06T09:30:00.000Z", + "EndTime": "2018-06-06T11:30:00.000Z", + "ConferenceId": [2, 3] + }, { + "Id": 17, + "Subject": "Powerful Living Experience", + "StartTime": "2018-06-06T15:30:00.000Z", + "EndTime": "2018-06-06T18:00:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 18, + "Subject": "World Domination Summit", + "StartTime": "2018-06-07T06:30:00.000Z", + "EndTime": "2018-06-07T08:30:00.000Z", + "ConferenceId": [2, 3] + }, { + "Id": 19, + "Subject": "Burning Man", + "StartTime": "2018-06-07T09:30:00.000Z", + "EndTime": "2018-06-07T11:30:00.000Z", + "ConferenceId": [1, 3] + }, { + "Id": 20, + "Subject": "Data-Driven Economy", + "StartTime": "2018-06-07T12:30:00.000Z", + "EndTime": "2018-06-07T14:30:00.000Z", + "ConferenceId": [1, 2] + }, { + "Id": 21, + "Subject": "Techweek", + "StartTime": "2018-06-08T06:30:00.000Z", + "EndTime": "2018-06-08T08:30:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 22, + "Subject": "Content Marketing World", + "StartTime": "2018-06-08T09:30:00.000Z", + "EndTime": "2018-06-08T11:30:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 23, + "Subject": "B2B Marketing Forum", + "StartTime": "2018-06-08T15:00:00.000Z", + "EndTime": "2018-06-08T16:00:00.000Z", + "ConferenceId": [1, 3] + }, { + "Id": 24, + "Subject": "Business Innovation Factory", + "StartTime": "2018-06-09T06:30:00.000Z", + "EndTime": "2018-06-09T08:30:00.000Z", + "ConferenceId": [2, 3] + }, { + "Id": 25, + "Subject": "Grow Conference", + "StartTime": "2018-06-09T09:30:00.000Z", + "EndTime": "2018-06-09T11:30:00.000Z", + "ConferenceId": [1, 2] + }, { + "Id": 26, + "Subject": "Journalism Interactive", + "StartTime": "2018-06-09T12:30:00.000Z", + "EndTime": "2018-06-09T14:30:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 27, + "Subject": "Blogcademy", + "StartTime": "2018-06-10T06:30:00.000Z", + "EndTime": "2018-06-10T08:30:00.000Z", + "ConferenceId": [1, 3] + }, { + "Id": 28, + "Subject": "Sustainable Brands", + "StartTime": "2018-06-10T09:30:00.000Z", + "EndTime": "2018-06-10T11:30:00.000Z", + "ConferenceId": [2, 3] + }, { + "Id": 29, + "Subject": "Fashion Confidential", + "StartTime": "2018-06-10T12:30:00.000Z", + "EndTime": "2018-06-10T14:30:00.000Z", + "ConferenceId": [1, 2] + }, { + "Id": 30, + "Subject": "Mobile World Conference", + "StartTime": "2018-06-11T06:30:00.000Z", + "EndTime": "2018-06-11T08:30:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 31, + "Subject": "The Human Gathering", + "StartTime": "2018-06-11T09:30:00.000Z", + "EndTime": "2018-06-11T11:30:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 32, + "Subject": "Web Summit", + "StartTime": "2018-06-11T12:30:00.000Z", + "EndTime": "2018-06-11T14:30:00.000Z", + "ConferenceId": [3] + }, { + "Id": 33, + "Subject": "Funnel Hacking Live", + "StartTime": "2018-06-12T08:30:00.000Z", + "EndTime": "2018-06-12T10:30:00.000Z", + "ConferenceId": [1] + }, { + "Id": 34, + "Subject": "Data Science Conference", + "StartTime": "2018-06-12T08:30:00.000Z", + "EndTime": "2018-06-12T10:30:00.000Z", + "ConferenceId": [2] + }, { + "Id": 35, + "Subject": "Powerful Living Experience", + "StartTime": "2018-06-12T12:30:00.000Z", + "EndTime": "2018-06-12T14:30:00.000Z", + "ConferenceId": [1, 2] + }, { + "Id": 36, + "Subject": "World Domination Summit", + "StartTime": "2018-06-12T12:30:00.000Z", + "EndTime": "2018-06-12T14:30:00.000Z", + "ConferenceId": [3] + }, { + "Id": 37, + "Subject": "Burning Man", + "StartTime": "2018-06-13T08:30:00.000Z", + "EndTime": "2018-06-13T10:30:00.000Z", + "ConferenceId": [1, 3] + }, { + "Id": 38, + "Subject": "Data-Driven Economy", + "StartTime": "2018-06-13T08:30:00.000Z", + "EndTime": "2018-06-13T10:30:00.000Z", + "ConferenceId": [1] + }, { + "Id": 39, + "Subject": "Techweek", + "StartTime": "2018-06-13T12:30:00.000Z", + "EndTime": "2018-06-13T14:30:00.000Z", + "ConferenceId": [2, 3] + }, { + "Id": 40, + "Subject": "Content Marketing World", + "StartTime": "2018-06-13T12:30:00.000Z", + "EndTime": "2018-06-13T14:30:00.000Z", + "ConferenceId": [1, 2] + }, { + "Id": 41, + "Subject": "B2B Marketing Forum", + "StartTime": "2018-06-14T08:30:00.000Z", + "EndTime": "2018-06-14T10:30:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 42, + "Subject": "Business Innovation Factory", + "StartTime": "2018-06-14T08:30:00.000Z", + "EndTime": "2018-06-14T10:30:00.000Z", + "ConferenceId": [2, 3] + }, { + "Id": 43, + "Subject": "Grow Conference", + "StartTime": "2018-06-14T12:30:00.000Z", + "EndTime": "2018-06-14T14:30:00.000Z", + "ConferenceId": [3] + }, { + "Id": 44, + "Subject": "Journalism Interactive", + "StartTime": "2018-06-14T12:30:00.000Z", + "EndTime": "2018-06-14T14:30:00.000Z", + "ConferenceId": [1, 2, 3] + }, { + "Id": 45, + "Subject": "Blogcademy", + "StartTime": "2018-06-15T08:30:00.000Z", + "EndTime": "2018-06-15T10:30:00.000Z", + "ConferenceId": [1, 3] + }, { + "Id": 46, + "Subject": "Sustainable Brands", + "StartTime": "2018-06-15T08:30:00.000Z", + "EndTime": "2018-06-15T10:30:00.000Z", + "ConferenceId": [1, 3] + }, { + "Id": 47, + "Subject": "Fashion Confidential", + "StartTime": "2018-06-15T12:30:00.000Z", + "EndTime": "2018-06-15T14:30:00.000Z", + "ConferenceId": [1, 2] + }, { + "Id": 48, + "Subject": "Mobile World Conference", + "StartTime": "2018-06-15T12:30:00.000Z", + "EndTime": "2018-06-15T14:30:00.000Z", + "ConferenceId": [2, 3] + }], + "holidayData": [{ + "Id": 401, + "Subject": "Global Family Day", + "StartTime": "2017-12-31T18:30:00.000Z", + "EndTime": "2018-01-01T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 402, + "Subject": "World Braille Day", + "StartTime": "2018-01-03T18:30:00.000Z", + "EndTime": "2018-01-04T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 403, + "Subject": "World Literary Day", + "StartTime": "2018-01-07T18:30:00.000Z", + "EndTime": "2018-01-08T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 404, + "Subject": "International Thank-You Day", + "StartTime": "2018-01-10T18:30:00.000Z", + "EndTime": "2018-01-11T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 405, + "Subject": "World Leprosy Day", + "StartTime": "2018-01-29T18:30:00.000Z", + "EndTime": "2018-01-30T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 406, + "Subject": "Darwin Day", + "StartTime": "2018-02-11T18:30:00.000Z", + "EndTime": "2018-02-12T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 407, + "Subject": "International Mother Language Day", + "StartTime": "2018-02-20T18:30:00.000Z", + "EndTime": "2018-02-21T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 408, + "Subject": "World Thinking Day", + "StartTime": "2018-02-21T18:30:00.000Z", + "EndTime": "2018-02-22T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 409, + "Subject": "International Day of the Seal", + "StartTime": "2018-02-28T18:30:00.000Z", + "EndTime": "2018-03-01T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 410, + "Subject": "International Women’s Day", + "StartTime": "2018-03-07T18:30:00.000Z", + "EndTime": "2018-03-08T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 411, + "Subject": "World Book Day", + "StartTime": "2018-03-13T18:30:00.000Z", + "EndTime": "2018-03-14T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 412, + "Subject": "World Frog Day", + "StartTime": "2018-03-19T18:30:00.000Z", + "EndTime": "2018-03-20T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 413, + "Subject": "World Down Syndrome Day", + "StartTime": "2018-03-20T18:30:00.000Z", + "EndTime": "2018-03-21T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 414, + "Subject": "World Day for Water", + "StartTime": "2018-03-21T18:30:00.000Z", + "EndTime": "2018-03-22T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 415, + "Subject": "World Meteorological Day", + "StartTime": "2018-03-22T18:30:00.000Z", + "EndTime": "2018-03-23T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 416, + "Subject": "International Children’s Book Day", + "StartTime": "2018-04-01T18:30:00.000Z", + "EndTime": "2018-04-02T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 417, + "Subject": "World Health Day", + "StartTime": "2018-04-06T18:30:00.000Z", + "EndTime": "2018-04-07T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 418, + "Subject": "International Special Librarian’s", + "StartTime": "2018-04-12T18:30:00.000Z", + "EndTime": "2018-04-13T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 419, + "Subject": "International Creativity and Innovation Day", + "StartTime": "2018-04-20T18:30:00.000Z", + "EndTime": "2018-04-21T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 420, + "Subject": "Earth Day", + "StartTime": "2018-04-21T18:30:00.000Z", + "EndTime": "2018-04-22T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 421, + "Subject": "World Copyright Day", + "StartTime": "2018-04-22T18:30:00.000Z", + "EndTime": "2018-04-23T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 422, + "Subject": "World Penguin Day", + "StartTime": "2018-04-24T18:30:00.000Z", + "EndTime": "2018-04-25T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 423, + "Subject": "World Press Freedom Day", + "StartTime": "2018-05-02T18:30:00.000Z", + "EndTime": "2018-05-03T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 424, + "Subject": "International Midwives Day", + "StartTime": "2018-05-04T18:30:00.000Z", + "EndTime": "2018-05-04T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 425, + "Subject": "World Red Cross Day", + "StartTime": "2018-05-07T18:30:00.000Z", + "EndTime": "2018-05-08T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 426, + "Subject": "World Lupus Day", + "StartTime": "2018-05-09T18:30:00.000Z", + "EndTime": "2018-05-10T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 427, + "Subject": "International Nurses Day", + "StartTime": "2018-05-11T18:30:00.000Z", + "EndTime": "2018-05-11T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 428, + "Subject": "IEEE Global Engineering Day", + "StartTime": "2018-05-12T18:30:00.000Z", + "EndTime": "2018-05-13T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 429, + "Subject": "International Day of Families", + "StartTime": "2018-05-14T18:30:00.000Z", + "EndTime": "2018-05-15T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 430, + "Subject": "International Museum Day", + "StartTime": "2018-05-17T18:30:00.000Z", + "EndTime": "2018-05-18T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 431, + "Subject": "World Turtle Day", + "StartTime": "2018-05-22T18:30:00.000Z", + "EndTime": "2018-05-23T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 432, + "Subject": "World No-Tobacco Day", + "StartTime": "2018-05-30T18:30:00.000Z", + "EndTime": "2018-05-31T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 433, + "Subject": "World Ocean Day", + "StartTime": "2018-06-07T18:30:00.000Z", + "EndTime": "2018-06-08T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 434, + "Subject": "World Blood Donor Day", + "StartTime": "2018-06-13T18:30:00.000Z", + "EndTime": "2018-06-14T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 435, + "Subject": "World Day to Combat Desertification & Drought", + "StartTime": "2018-06-16T18:30:00.000Z", + "EndTime": "2018-06-17T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 436, + "Subject": "World Refugee Day", + "StartTime": "2018-06-19T18:30:00.000Z", + "EndTime": "2018-06-20T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }, { + "Id": 437, + "Subject": "International Day Against Drug Abuse & Trafficking", + "StartTime": "2018-06-25T18:30:00.000Z", + "EndTime": "2018-06-26T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 4 + }], + "birthdayData": [{ + "Id": 301, + "Subject": "Gladys Spellman", + "StartTime": "2018-02-28T18:30:00.000Z", + "EndTime": "2018-03-01T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 302, + "Subject": "Susanna Salter", + "StartTime": "2018-03-01T18:30:00.000Z", + "EndTime": "2018-03-02T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 303, + "Subject": "Dora Marsden", + "StartTime": "2018-03-04T18:30:00.000Z", + "EndTime": "2018-03-05T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 304, + "Subject": "Anne Bonny", + "StartTime": "2018-03-07T18:30:00.000Z", + "EndTime": "2018-03-08T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 305, + "Subject": "Clare Boothe Luce", + "StartTime": "2018-03-09T18:30:00.000Z", + "EndTime": "2018-03-10T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 306, + "Subject": "Ethel Anderson", + "StartTime": "2018-03-15T18:30:00.000Z", + "EndTime": "2018-03-16T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 307, + "Subject": "Louise Otto-Peters", + "StartTime": "2018-03-25T18:30:00.000Z", + "EndTime": "2018-03-26T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 308, + "Subject": "Faith Leech", + "StartTime": "2018-03-30T18:30:00.000Z", + "EndTime": "2018-03-31T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 309, + "Subject": "Wilhelmine Reichard", + "StartTime": "2018-04-01T18:30:00.000Z", + "EndTime": "2018-04-02T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 310, + "Subject": "Janet Rowley", + "StartTime": "2018-04-04T18:30:00.000Z", + "EndTime": "2018-04-05T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 311, + "Subject": "Kathleen Major", + "StartTime": "2018-04-09T18:30:00.000Z", + "EndTime": "2018-04-10T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 312, + "Subject": "Kasturba Gandhi", + "StartTime": "2018-04-10T18:30:00.000Z", + "EndTime": "2018-04-11T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 313, + "Subject": "Elizabeth Huckaby", + "StartTime": "2018-04-13T18:30:00.000Z", + "EndTime": "2018-04-14T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 314, + "Subject": "Helene Hanff", + "StartTime": "2018-04-14T18:30:00.000Z", + "EndTime": "2018-04-15T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 315, + "Subject": "Caresse Crosby", + "StartTime": "2018-04-19T18:30:00.000Z", + "EndTime": "2018-04-20T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 316, + "Subject": "Angela Burdett-Coutts", + "StartTime": "2018-04-20T18:30:00.000Z", + "EndTime": "2018-04-21T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 317, + "Subject": "Pandita Ramabai", + "StartTime": "2018-04-22T18:30:00.000Z", + "EndTime": "2018-04-23T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 318, + "Subject": "Melissa Hayden", + "StartTime": "2018-04-24T18:30:00.000Z", + "EndTime": "2018-04-25T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 319, + "Subject": "Mary Wollstonecraft", + "StartTime": "2018-04-26T18:30:00.000Z", + "EndTime": "2018-04-27T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 320, + "Subject": "Mary Petty", + "StartTime": "2018-04-28T18:30:00.000Z", + "EndTime": "2018-04-29T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 321, + "Subject": "Doris Fisher", + "StartTime": "2018-05-01T18:30:00.000Z", + "EndTime": "2018-05-02T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 322, + "Subject": "Kay Petre", + "StartTime": "2018-05-09T18:30:00.000Z", + "EndTime": "2018-05-10T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 323, + "Subject": "Williamina Fleming", + "StartTime": "2018-05-14T18:30:00.000Z", + "EndTime": "2018-05-15T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 324, + "Subject": "Ondina Valla", + "StartTime": "2018-05-19T18:30:00.000Z", + "EndTime": "2018-05-20T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }, { + "Id": 325, + "Subject": "Marie Menken", + "StartTime": "2018-05-24T18:30:00.000Z", + "EndTime": "2018-05-25T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 3 + }], + "companyData": [{ + "Id": 201, + "Subject": "Conference meeting", + "StartTime": "2018-02-28T18:30:00.000Z", + "EndTime": "2018-03-01T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 202, + "Subject": "Product discussion", + "StartTime": "2018-03-03T18:30:00.000Z", + "EndTime": "2018-03-04T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 203, + "Subject": "Companys growth related discussion", + "StartTime": "2018-03-07T18:30:00.000Z", + "EndTime": "2018-03-08T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 204, + "Subject": "Customer issues", + "StartTime": "2018-03-10T18:30:00.000Z", + "EndTime": "2018-03-11T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 205, + "Subject": "Development related chat", + "StartTime": "2018-03-12T18:30:00.000Z", + "EndTime": "2018-03-13T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 206, + "Subject": "Product meeting", + "StartTime": "2018-03-17T18:30:00.000Z", + "EndTime": "2018-03-18T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 207, + "Subject": "General discussion", + "StartTime": "2018-03-20T18:30:00.000Z", + "EndTime": "2018-03-21T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 208, + "Subject": "Hike discussion", + "StartTime": "2018-03-23T18:30:00.000Z", + "EndTime": "2018-03-24T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 209, + "Subject": "Customer meeting", + "StartTime": "2018-03-27T18:30:00.000Z", + "EndTime": "2018-03-28T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 210, + "Subject": "New launch discussion", + "StartTime": "2018-03-29T18:30:00.000Z", + "EndTime": "2018-03-30T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 211, + "Subject": "Conference Meeting", + "StartTime": "2018-03-31T18:30:00.000Z", + "EndTime": "2018-04-01T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 212, + "Subject": "Product Discussion", + "StartTime": "2018-04-02T18:30:00.000Z", + "EndTime": "2018-04-03T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 213, + "Subject": "Companys growth related issues", + "StartTime": "2018-04-06T18:30:00.000Z", + "EndTime": "2018-04-07T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 214, + "Subject": "Customer issues", + "StartTime": "2018-04-11T18:30:00.000Z", + "EndTime": "2018-04-12T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 215, + "Subject": "Development related chat", + "StartTime": "2018-04-14T18:30:00.000Z", + "EndTime": "2018-04-15T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 216, + "Subject": "Product meeting", + "StartTime": "2018-04-17T18:30:00.000Z", + "EndTime": "2018-04-18T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 217, + "Subject": "General discussion", + "StartTime": "2018-04-20T18:30:00.000Z", + "EndTime": "2018-04-21T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 218, + "Subject": "Hike discussion", + "StartTime": "2018-04-23T18:30:00.000Z", + "EndTime": "2018-04-24T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 219, + "Subject": "Customer meeting", + "StartTime": "2018-04-25T18:30:00.000Z", + "EndTime": "2018-04-26T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 220, + "Subject": "New launch discussion", + "StartTime": "2018-04-28T18:30:00.000Z", + "EndTime": "2018-04-29T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 221, + "Subject": "Conference Meeting", + "StartTime": "2018-04-30T18:30:00.000Z", + "EndTime": "2018-05-01T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 222, + "Subject": "Product Discussion", + "StartTime": "2018-05-02T18:30:00.000Z", + "EndTime": "2018-05-03T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 223, + "Subject": "Companys growth related issues", + "StartTime": "2018-05-08T18:30:00.000Z", + "EndTime": "2018-05-09T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 224, + "Subject": "Customer issues", + "StartTime": "2018-05-12T18:30:00.000Z", + "EndTime": "2018-05-13T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 225, + "Subject": "Development related chat", + "StartTime": "2018-05-14T18:30:00.000Z", + "EndTime": "2018-05-15T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 226, + "Subject": "Product meeting", + "StartTime": "2018-05-17T18:30:00.000Z", + "EndTime": "2018-05-18T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 227, + "Subject": "General discussion", + "StartTime": "2018-05-20T18:30:00.000Z", + "EndTime": "2018-05-21T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 228, + "Subject": "Hike discussion", + "StartTime": "2018-05-23T18:30:00.000Z", + "EndTime": "2018-05-24T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 229, + "Subject": "Customer meeting", + "StartTime": "2018-05-25T18:30:00.000Z", + "EndTime": "2018-05-26T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }, { + "Id": 230, + "Subject": "New launch discussion", + "StartTime": "2018-05-28T18:30:00.000Z", + "EndTime": "2018-05-29T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 2 + }], + "personalData": [{ + "Id": 101, + "Subject": "Father Birthday", + "StartTime": "2018-02-28T18:30:00.000Z", + "EndTime": "2018-03-01T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 102, + "Subject": "Engagement day", + "StartTime": "2018-03-03T18:30:00.000Z", + "EndTime": "2018-03-04T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 103, + "Subject": "Wedding day", + "StartTime": "2018-03-07T18:30:00.000Z", + "EndTime": "2018-03-08T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 104, + "Subject": "Mother Birthday", + "StartTime": "2018-03-10T18:30:00.000Z", + "EndTime": "2018-03-11T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 105, + "Subject": "Peter`s Wedding Day", + "StartTime": "2018-03-12T18:30:00.000Z", + "EndTime": "2018-03-13T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 106, + "Subject": "Family Trip", + "StartTime": "2018-03-17T18:30:00.000Z", + "EndTime": "2018-03-18T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 107, + "Subject": "Cousin Wedding Ceremony", + "StartTime": "2018-03-20T18:30:00.000Z", + "EndTime": "2018-03-21T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 108, + "Subject": "Family Meetup", + "StartTime": "2018-03-23T18:30:00.000Z", + "EndTime": "2018-03-24T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 109, + "Subject": "Grandfather Birthday", + "StartTime": "2018-03-27T18:30:00.000Z", + "EndTime": "2018-03-28T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 110, + "Subject": "Sister-in-law Wedding Ceremony", + "StartTime": "2018-03-29T18:30:00.000Z", + "EndTime": "2018-03-30T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 111, + "Subject": "Family Meetup", + "StartTime": "2018-03-31T18:30:00.000Z", + "EndTime": "2018-04-01T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 112, + "Subject": "Grandparent Wedding Day", + "StartTime": "2018-04-02T18:30:00.000Z", + "EndTime": "2018-04-03T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 113, + "Subject": "Cousin Wedding Ceremony", + "StartTime": "2018-04-06T18:30:00.000Z", + "EndTime": "2018-04-07T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 114, + "Subject": "Family Vacation Trip", + "StartTime": "2018-04-11T18:30:00.000Z", + "EndTime": "2018-04-12T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 115, + "Subject": "Brother-in-law Birthday", + "StartTime": "2018-04-14T18:30:00.000Z", + "EndTime": "2018-04-15T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 116, + "Subject": "Brother`s Birthday", + "StartTime": "2018-04-17T18:30:00.000Z", + "EndTime": "2018-04-18T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 117, + "Subject": "Sister Wedding Anniversary", + "StartTime": "2018-04-20T18:30:00.000Z", + "EndTime": "2018-04-21T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 118, + "Subject": "Family Vacation Trip", + "StartTime": "2018-04-23T18:30:00.000Z", + "EndTime": "2018-04-24T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 119, + "Subject": "Wedding Anniversary", + "StartTime": "2018-04-25T18:30:00.000Z", + "EndTime": "2018-04-26T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 120, + "Subject": "Month end trip", + "StartTime": "2018-04-28T18:30:00.000Z", + "EndTime": "2018-04-29T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 121, + "Subject": "John Birthday", + "StartTime": "2018-04-30T18:30:00.000Z", + "EndTime": "2018-05-01T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 122, + "Subject": "Vishnu Birthday", + "StartTime": "2018-05-02T18:30:00.000Z", + "EndTime": "2018-05-03T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 123, + "Subject": "Family Trip", + "StartTime": "2018-05-08T18:30:00.000Z", + "EndTime": "2018-05-09T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 124, + "Subject": "Revanth Wedding Anniversary", + "StartTime": "2018-05-12T18:30:00.000Z", + "EndTime": "2018-05-13T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 125, + "Subject": "Family Meetup", + "StartTime": "2018-05-14T18:30:00.000Z", + "EndTime": "2018-05-15T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 126, + "Subject": "Family get-together", + "StartTime": "2018-05-17T18:30:00.000Z", + "EndTime": "2018-05-18T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 127, + "Subject": "Friends Reunion", + "StartTime": "2018-05-20T18:30:00.000Z", + "EndTime": "2018-05-21T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 128, + "Subject": "Rahul Wedding Anniversary Celebration", + "StartTime": "2018-05-23T18:30:00.000Z", + "EndTime": "2018-05-24T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 129, + "Subject": "Vacation Trip with friends", + "StartTime": "2018-05-25T18:30:00.000Z", + "EndTime": "2018-05-26T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }, { + "Id": 130, + "Subject": "Friends Reunion", + "StartTime": "2018-05-28T18:30:00.000Z", + "EndTime": "2018-05-29T18:30:00.000Z", + "IsAllDay": true, + "CalendarId": 1 + }], + "doctorData": [{ + "Id": 1, + "Subject": "Echocardiogram", + "StartTime": "2018-04-02T04:00:00.000Z", + "EndTime": "2018-04-02T06:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 2, + "Subject": "Lumbar punctures", + "StartTime": "2018-04-02T04:00:00.000Z", + "EndTime": "2018-04-02T05:15:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 3, + "Subject": "Osteoarthritis", + "StartTime": "2018-04-02T02:30:00.000Z", + "EndTime": "2018-04-02T05:00:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 4, + "Subject": "Ambulatory ECG", + "StartTime": "2018-04-03T06:30:00.000Z", + "EndTime": "2018-04-03T07:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 5, + "Subject": "Osteoporosis", + "StartTime": "2018-04-03T05:30:00.000Z", + "EndTime": "2018-04-03T06:20:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 6, + "Subject": "Neuromuscular", + "StartTime": "2018-04-04T06:00:00.000Z", + "EndTime": "2018-04-04T08:00:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 7, + "Subject": "Rheumatoid arthritis", + "StartTime": "2018-04-04T08:10:00.000Z", + "EndTime": "2018-04-04T09:10:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 8, + "Subject": "Cardiac Catheterization", + "StartTime": "2018-04-05T06:00:00.000Z", + "EndTime": "2018-04-05T07:30:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 9, + "Subject": "Growth abnormalities", + "StartTime": "2018-04-05T08:30:00.000Z", + "EndTime": "2018-04-05T10:00:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 10, + "Subject": "Sleep disorders", + "StartTime": "2018-04-06T06:30:00.000Z", + "EndTime": "2018-04-06T08:30:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 11, + "Subject": "Torn ligaments", + "StartTime": "2018-04-06T08:00:00.000Z", + "EndTime": "2018-04-06T09:15:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 12, + "Subject": "Coronary angiogram", + "StartTime": "2018-04-06T02:30:00.000Z", + "EndTime": "2018-04-06T04:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 13, + "Subject": "Blood pressure", + "StartTime": "2018-04-09T06:30:00.000Z", + "EndTime": "2018-04-09T07:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 14, + "Subject": "Radiculopathy", + "StartTime": "2018-04-09T10:15:00.000Z", + "EndTime": "2018-04-09T11:00:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 15, + "Subject": "Sprains and strains", + "StartTime": "2018-04-09T08:30:00.000Z", + "EndTime": "2018-04-09T10:00:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 16, + "Subject": "Cardiac stress testing", + "StartTime": "2018-04-10T04:30:00.000Z", + "EndTime": "2018-04-10T05:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 17, + "Subject": "Tendon injuries", + "StartTime": "2018-04-10T08:30:00.000Z", + "EndTime": "2018-04-10T10:00:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 18, + "Subject": "Dementia", + "StartTime": "2018-04-11T09:30:00.000Z", + "EndTime": "2018-04-11T11:30:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 19, + "Subject": "Pulled muscles", + "StartTime": "2018-04-11T08:00:00.000Z", + "EndTime": "2018-04-11T10:20:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 20, + "Subject": "Coronary angiogram", + "StartTime": "2018-04-12T05:00:00.000Z", + "EndTime": "2018-04-12T07:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 21, + "Subject": "Back pain", + "StartTime": "2018-04-12T05:00:00.000Z", + "EndTime": "2018-04-12T06:00:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 22, + "Subject": "Neuropathy", + "StartTime": "2018-04-13T07:00:00.000Z", + "EndTime": "2018-04-13T08:15:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 23, + "Subject": "Ruptured disks", + "StartTime": "2018-04-13T07:30:00.000Z", + "EndTime": "2018-04-13T10:20:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 24, + "Subject": "Atherosclerosis", + "StartTime": "2018-04-13T04:30:00.000Z", + "EndTime": "2018-04-13T07:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 25, + "Subject": "Arthroplasty", + "StartTime": "2018-04-16T03:30:00.000Z", + "EndTime": "2018-04-16T04:30:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 26, + "Subject": "Hyperactivity disorder", + "StartTime": "2018-04-16T08:30:00.000Z", + "EndTime": "2018-04-16T10:15:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 27, + "Subject": "Muscular dystrophy", + "StartTime": "2018-04-16T07:40:00.000Z", + "EndTime": "2018-04-16T09:50:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 28, + "Subject": "Consulting", + "StartTime": "2018-04-17T03:50:00.000Z", + "EndTime": "2018-04-17T05:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 29, + "Subject": "Hand surgery", + "StartTime": "2018-04-17T07:50:00.000Z", + "EndTime": "2018-04-17T09:52:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 30, + "Subject": "Neuromuscular", + "StartTime": "2018-04-18T08:30:00.000Z", + "EndTime": "2018-04-18T10:10:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 31, + "Subject": "Spine surgery", + "StartTime": "2018-04-18T06:48:00.000Z", + "EndTime": "2018-04-18T08:53:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 32, + "Subject": "Fibrinogen", + "StartTime": "2018-04-19T03:30:00.000Z", + "EndTime": "2018-04-19T07:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 33, + "Subject": "Bone tumors", + "StartTime": "2018-04-19T05:15:00.000Z", + "EndTime": "2018-04-19T06:50:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 34, + "Subject": "Neuromuscular", + "StartTime": "2018-04-20T07:30:00.000Z", + "EndTime": "2018-04-20T11:30:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 35, + "Subject": "Osteoporosis", + "StartTime": "2018-04-20T06:15:00.000Z", + "EndTime": "2018-04-20T09:00:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 36, + "Subject": "Triglyceride", + "StartTime": "2018-04-20T04:00:00.000Z", + "EndTime": "2018-04-20T05:15:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 37, + "Subject": "Fibrinogen", + "StartTime": "2018-04-23T02:30:00.000Z", + "EndTime": "2018-04-23T07:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 38, + "Subject": "Head trauma", + "StartTime": "2018-04-23T06:30:00.000Z", + "EndTime": "2018-04-23T09:30:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 39, + "Subject": "Arthroplasty", + "StartTime": "2018-04-23T06:48:00.000Z", + "EndTime": "2018-04-23T07:52:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 40, + "Subject": "Echocardiogram", + "StartTime": "2018-04-24T05:00:00.000Z", + "EndTime": "2018-04-24T07:10:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 41, + "Subject": "Skull reconstruction", + "StartTime": "2018-04-24T07:50:00.000Z", + "EndTime": "2018-04-24T10:15:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 42, + "Subject": "Dementia", + "StartTime": "2018-04-25T07:00:00.000Z", + "EndTime": "2018-04-25T11:15:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 43, + "Subject": "Orthopedic trauma", + "StartTime": "2018-04-25T04:48:00.000Z", + "EndTime": "2018-04-25T06:50:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 44, + "Subject": "Blood pressure", + "StartTime": "2018-04-26T05:20:00.000Z", + "EndTime": "2018-04-26T07:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 45, + "Subject": "Ruptured disks", + "StartTime": "2018-04-26T07:20:00.000Z", + "EndTime": "2018-04-26T09:50:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 46, + "Subject": "Head trauma", + "StartTime": "2018-04-27T06:20:00.000Z", + "EndTime": "2018-04-27T07:15:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 47, + "Subject": "Cerebral palsy", + "StartTime": "2018-04-27T09:20:00.000Z", + "EndTime": "2018-04-27T10:20:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }, { + "Id": 48, + "Subject": "Consulting", + "StartTime": "2018-04-27T03:30:00.000Z", + "EndTime": "2018-04-27T06:00:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 49, + "Subject": "Electrocardiogram", + "StartTime": "2018-04-30T04:00:00.000Z", + "EndTime": "2018-04-30T06:20:00.000Z", + "IsAllDay": false, + "DoctorId": 1 + }, { + "Id": 50, + "Subject": "Radiculopathy", + "StartTime": "2018-04-30T08:30:00.000Z", + "EndTime": "2018-04-30T10:00:00.000Z", + "IsAllDay": false, + "DoctorId": 2 + }, { + "Id": 51, + "Subject": "Skull reconstruction", + "StartTime": "2018-04-30T08:30:00.000Z", + "EndTime": "2018-04-30T10:30:00.000Z", + "IsAllDay": false, + "DoctorId": 3 + }], + "resAirlinesData": [{ + "Id": 1, + "Subject": "#SG 208 Greenville - Washington", + "StartTime": "2018-04-02T04:30:00.000Z", + "EndTime": "2018-04-02T07:00:00.000Z", + "IsAllDay": false, + "AirlineId": 1 + }, { + "Id": 2, + "Subject": "#IT 188 Washington - Arizona", + "StartTime": "2018-04-01T22:30:00.000Z", + "EndTime": "2018-04-01T23:30:00.000Z", + "IsAllDay": false, + "AirlineId": 3 + }, { + "Id": 3, + "Subject": "#SG 300 Chicago - Nevada", + "StartTime": "2018-04-02T05:30:00.000Z", + "EndTime": "2018-04-02T07:30:00.000Z", + "IsAllDay": false, + "AirlineId": 2 + }, { + "Id": 4, + "Subject": "#IT 306 Washington - Newport", + "StartTime": "2018-04-03T22:30:00.000Z", + "EndTime": "2018-04-03T23:30:00.000Z", + "IsAllDay": false, + "AirlineId": 1 + }, { + "Id": 5, + "Subject": "#AI 520 Washington - Chicago", + "StartTime": "2018-04-03T05:00:00.000Z", + "EndTime": "2018-04-03T07:00:00.000Z", + "IsAllDay": false, + "AirlineId": 3 + }, { + "Id": 6, + "Subject": "#SG 345 Renfrewshire - Lancashire", + "StartTime": "2018-04-05T01:00:00.000Z", + "EndTime": "2018-04-05T02:00:00.000Z", + "IsAllDay": false, + "AirlineId": 2 + }], + "fifaEventsData": [{ + "Id": 1, + "Subject": "RUSSIA vs SAUDI ARABIA", + "Description": "Group A", + "StartTime": "2018-06-14T09:30:00.000Z", + "EndTime": "2018-06-14T11:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Moscow", + "CategoryColor": "#1aaa55", + "GroupId": 1 + }, { + "Id": 2, + "Subject": "EGYPT vs URUGUAY", + "Description": "Group A", + "StartTime": "2018-06-15T06:30:00.000Z", + "EndTime": "2018-06-15T08:30:00.000Z", + "StartTimezone": "Asia/Yekaterinburg", + "EndTimezone": "Asia/Yekaterinburg", + "City": "Ekaterinburg", + "CategoryColor": "#1aaa55", + "GroupId": 1 + }, { + "Id": 3, + "Subject": "MOROCCO vs IR IRAN", + "Description": "Group B", + "StartTime": "2018-06-15T09:30:00.000Z", + "EndTime": "2018-06-15T11:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Saint Petersburg", + "CategoryColor": "#357cd2", + "GroupId": 2 + }, { + "Id": 4, + "Subject": "PORTUGAL vs SPAIN", + "Description": "Group B", + "StartTime": "2018-06-15T12:30:00.000Z", + "EndTime": "2018-06-15T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Sochi", + "CategoryColor": "#357cd2", + "GroupId": 2 + }, { + "Id": 5, + "Subject": "FRANCE vs AUSTRALIA", + "Description": "Group C", + "StartTime": "2018-06-16T04:30:00.000Z", + "EndTime": "2018-06-16T06:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Kazan", + "CategoryColor": "#7fa900", + "GroupId": 3 + }, { + "Id": 6, + "Subject": "ARGENTINA vs ICELAND", + "Description": "Group D", + "StartTime": "2018-06-16T07:30:00.000Z", + "EndTime": "2018-06-16T09:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Moscow", + "CategoryColor": "#ea7a57", + "GroupId": 4 + }, { + "Id": 7, + "Subject": "PERU vs DENMARK", + "Description": "Group C", + "StartTime": "2018-06-16T10:30:00.000Z", + "EndTime": "2018-06-16T12:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Saransk", + "CategoryColor": "#7fa900", + "GroupId": 3 + }, { + "Id": 8, + "Subject": "CROATIA vs NIGERIA", + "Description": "Group D", + "StartTime": "2018-06-16T13:30:00.000Z", + "EndTime": "2018-06-16T15:30:00.000Z", + "StartTimezone": "Europe/Kaliningrad", + "EndTimezone": "Europe/Kaliningrad", + "City": "Kaliningrad", + "CategoryColor": "#ea7a57", + "GroupId": 4 + }, { + "Id": 9, + "Subject": "COSTA RICA vs SERBIA", + "Description": "Group E", + "StartTime": "2018-06-17T06:30:00.000Z", + "EndTime": "2018-06-17T08:30:00.000Z", + "StartTimezone": "Europe/Samara", + "EndTimezone": "Europe/Samara", + "City": "Samara", + "CategoryColor": "#00bdae", + "GroupId": 5 + }, { + "Id": 10, + "Subject": "GERMANY vs MEXICO", + "Description": "Group F", + "StartTime": "2018-06-17T09:30:00.000Z", + "EndTime": "2018-06-17T11:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Moscow", + "CategoryColor": "#f57f17", + "GroupId": 6 + }, { + "Id": 11, + "Subject": "BRAZIL vs SWITZERLAND", + "Description": "Group E", + "StartTime": "2018-06-17T12:30:00.000Z", + "EndTime": "2018-06-17T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Rostov-On-Don", + "CategoryColor": "#00bdae", + "GroupId": 5 + }, { + "Id": 12, + "Subject": "SWEDEN vs KOREA REPUBLIC", + "Description": "Group F", + "StartTime": "2018-06-18T06:30:00.000Z", + "EndTime": "2018-06-18T08:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Nizhny Novgorod", + "CategoryColor": "#f57f17", + "GroupId": 6 + }, { + "Id": 13, + "Subject": "BELGIUM vs PANAMA", + "Description": "Group G", + "StartTime": "2018-06-18T09:30:00.000Z", + "EndTime": "2018-06-18T11:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Sochi", + "CategoryColor": "#8e24aa", + "GroupId": 7 + }, { + "Id": 14, + "Subject": "TUNISIA vs ENGLAND", + "Description": "Group G", + "StartTime": "2018-06-18T12:30:00.000Z", + "EndTime": "2018-06-18T14:30:00.000Z", + "StartTimezone": "Europe/Volgograd", + "EndTimezone": "Europe/Volgograd", + "City": "Volgograd", + "CategoryColor": "#8e24aa", + "GroupId": 7 + }, { + "Id": 15, + "Subject": "COLOMBIA vs JAPAN", + "Description": "Group H", + "StartTime": "2018-06-19T06:30:00.000Z", + "EndTime": "2018-06-19T08:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Saransk", + "CategoryColor": "#7fa900", + "GroupId": 8 + }, { + "Id": 16, + "Subject": "POLAND vs SENEGAL", + "Description": "Group H", + "StartTime": "2018-06-19T09:30:00.000Z", + "EndTime": "2018-06-19T11:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Moscow", + "CategoryColor": "#7fa900", + "GroupId": 8 + }, { + "Id": 17, + "Subject": "RUSSIA vs EGYPT", + "Description": "Group A", + "StartTime": "2018-06-19T12:30:00.000Z", + "EndTime": "2018-06-19T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Saint Petersburg", + "CategoryColor": "#1aaa55", + "GroupId": 1 + }, { + "Id": 18, + "Subject": "PORTUGAL vs MOROCCO", + "Description": "Group B", + "StartTime": "2018-06-20T06:30:00.000Z", + "EndTime": "2018-06-20T08:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Rostov-On-Don", + "CategoryColor": "#357cd2", + "GroupId": 2 + }, { + "Id": 19, + "Subject": "URUGUAY vs SAUDI ARABIA", + "Description": "Group A", + "StartTime": "2018-06-20T09:30:00.000Z", + "EndTime": "2018-06-20T11:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Moscow", + "CategoryColor": "#1aaa55", + "GroupId": 1 + }, { + "Id": 20, + "Subject": "IR IRAN vs SPAIN", + "Description": "Group B", + "StartTime": "2018-06-20T12:30:00.000Z", + "EndTime": "2018-06-20T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Kazan", + "CategoryColor": "#357cd2", + "GroupId": 2 + }, { + "Id": 21, + "Subject": "DENMARK vs AUSTRALIA", + "Description": "Group C", + "StartTime": "2018-06-21T06:30:00.000Z", + "EndTime": "2018-06-21T08:30:00.000Z", + "StartTimezone": "Europe/Samara", + "EndTimezone": "Europe/Samara", + "City": "Samara", + "CategoryColor": "#7fa900", + "GroupId": 3 + }, { + "Id": 22, + "Subject": "FRANCE vs PERU", + "Description": "Group D", + "StartTime": "2018-06-21T09:30:00.000Z", + "EndTime": "2018-06-21T11:30:00.000Z", + "StartTimezone": "Asia/Yekaterinburg", + "EndTimezone": "Asia/Yekaterinburg", + "City": "Ekaterinburg", + "CategoryColor": "#ea7a57", + "GroupId": 4 + }, { + "Id": 23, + "Subject": "ARGENTINA vs CROATIA", + "Description": "Group D", + "StartTime": "2018-06-21T12:30:00.000Z", + "EndTime": "2018-06-21T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Nizhny Novgorod", + "CategoryColor": "#ea7a57", + "GroupId": 4 + }, { + "Id": 24, + "Subject": "BRAZIL vs COSTA RICA", + "Description": "Group E", + "StartTime": "2018-06-22T06:30:00.000Z", + "EndTime": "2018-06-22T08:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Saint Petersburg", + "CategoryColor": "#00bdae", + "GroupId": 5 + }, { + "Id": 25, + "Subject": "NIGERIA vs ICELAND", + "Description": "Group D", + "StartTime": "2018-06-22T09:30:00.000Z", + "EndTime": "2018-06-22T11:30:00.000Z", + "StartTimezone": "Europe/Volgograd", + "EndTimezone": "Europe/Volgograd", + "City": "Volgograd", + "CategoryColor": "#ea7a57", + "GroupId": 4 + }, { + "Id": 26, + "Subject": "SERBIA vs SWITZERLAND", + "Description": "Group E", + "StartTime": "2018-06-22T12:30:00.000Z", + "EndTime": "2018-06-22T14:30:00.000Z", + "StartTimezone": "Europe/Kaliningrad", + "EndTimezone": "Europe/Kaliningrad", + "City": "Kaliningrad", + "CategoryColor": "#00bdae", + "GroupId": 5 + }, { + "Id": 27, + "Subject": "BELGIUM vs TUNISIA", + "Description": "Group G", + "StartTime": "2018-06-23T06:30:00.000Z", + "EndTime": "2018-06-23T08:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Moscow", + "CategoryColor": "#8e24aa", + "GroupId": 7 + }, { + "Id": 28, + "Subject": "KOREA REPUBLIC vs MEXICO", + "Description": "Group F", + "StartTime": "2018-06-23T09:30:00.000Z", + "EndTime": "2018-06-23T11:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Rostov-On-Don", + "CategoryColor": "#f57f17", + "GroupId": 6 + }, { + "Id": 29, + "Subject": "GERMANY vs SWEDEN", + "Description": "Group F", + "StartTime": "2018-06-23T12:30:00.000Z", + "EndTime": "2018-06-23T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Sochi", + "CategoryColor": "#f57f17", + "GroupId": 6 + }, { + "Id": 30, + "Subject": "ENGLAND vs PANAMA", + "Description": "Group G", + "StartTime": "2018-06-24T06:30:00.000Z", + "EndTime": "2018-06-24T08:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Nizhny Novgorod", + "CategoryColor": "#8e24aa", + "GroupId": 7 + }, { + "Id": 31, + "Subject": "JAPAN vs SENEGAL", + "Description": "Group H", + "StartTime": "2018-06-24T09:30:00.000Z", + "EndTime": "2018-06-24T11:30:00.000Z", + "StartTimezone": "Asia/Yekaterinburg", + "EndTimezone": "Asia/Yekaterinburg", + "City": "Ekaterinburg", + "CategoryColor": "#7fa900", + "GroupId": 8 + }, { + "Id": 32, + "Subject": "POLAND vs COLOMBIA", + "Description": "Group H", + "StartTime": "2018-06-24T12:30:00.000Z", + "EndTime": "2018-06-24T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Kazan", + "CategoryColor": "#7fa900", + "GroupId": 8 + }, { + "Id": 33, + "Subject": "URUGUAY vs RUSSIA", + "Description": "Group A", + "StartTime": "2018-06-25T08:30:00.000Z", + "EndTime": "2018-06-25T10:30:00.000Z", + "StartTimezone": "Europe/Samara", + "EndTimezone": "Europe/Samara", + "City": "Samara", + "CategoryColor": "#1aaa55", + "GroupId": 1 + }, { + "Id": 34, + "Subject": "SAUDI ARABIA vs EGYPT", + "Description": "Group A", + "StartTime": "2018-06-25T08:30:00.000Z", + "EndTime": "2018-06-25T10:30:00.000Z", + "StartTimezone": "Europe/Volgograd", + "EndTimezone": "Europe/Volgograd", + "City": "Volgograd", + "CategoryColor": "#1aaa55", + "GroupId": 1 + }, { + "Id": 35, + "Subject": "IR IRAN vs PORTUGAL", + "Description": "Group B", + "StartTime": "2018-06-25T12:30:00.000Z", + "EndTime": "2018-06-25T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Saransk", + "CategoryColor": "#357cd2", + "GroupId": 2 + }, { + "Id": 36, + "Subject": "SPAIN vs MOROCCO", + "Description": "Group B", + "StartTime": "2018-06-25T12:30:00.000Z", + "EndTime": "2018-06-25T14:30:00.000Z", + "StartTimezone": "Europe/Kaliningrad", + "EndTimezone": "Europe/Kaliningrad", + "City": "Kaliningrad", + "CategoryColor": "#357cd2", + "GroupId": 2 + }, { + "Id": 37, + "Subject": "DENMARK vs FRANCE", + "Description": "Group C", + "StartTime": "2018-06-26T08:30:00.000Z", + "EndTime": "2018-06-26T10:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Moscow", + "CategoryColor": "#7fa900", + "GroupId": 3 + }, { + "Id": 38, + "Subject": "AUSTRALIA vs PERU", + "Description": "Group C", + "StartTime": "2018-06-26T08:30:00.000Z", + "EndTime": "2018-06-26T10:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Sochi", + "CategoryColor": "#7fa900", + "GroupId": 3 + }, { + "Id": 39, + "Subject": "NIGERIA vs ARGENTINA", + "Description": "Group D", + "StartTime": "2018-06-26T12:30:00.000Z", + "EndTime": "2018-06-26T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Saint Petersburg", + "CategoryColor": "#ea7a57", + "GroupId": 4 + }, { + "Id": 40, + "Subject": "ICELAND vs CROATIA", + "Description": "Group D", + "StartTime": "2018-06-26T12:30:00.000Z", + "EndTime": "2018-06-26T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Rostov-On-Don", + "CategoryColor": "#ea7a57", + "GroupId": 4 + }, { + "Id": 41, + "Subject": "MEXICO vs SWEDEN", + "Description": "Group F", + "StartTime": "2018-06-27T08:30:00.000Z", + "EndTime": "2018-06-27T10:30:00.000Z", + "StartTimezone": "Asia/Yekaterinburg", + "EndTimezone": "Asia/Yekaterinburg", + "City": "Ekaterinburg", + "CategoryColor": "#f57f17", + "GroupId": 6 + }, { + "Id": 42, + "Subject": "KOREA REPUBLIC vs GERMANY", + "Description": "Group F", + "StartTime": "2018-06-27T08:30:00.000Z", + "EndTime": "2018-06-27T10:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Kazan", + "CategoryColor": "#f57f17", + "GroupId": 6 + }, { + "Id": 43, + "Subject": "SERBIA vs BRAZIL", + "Description": "Group E", + "StartTime": "2018-06-27T12:30:00.000Z", + "EndTime": "2018-06-27T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Moscow", + "CategoryColor": "#00bdae", + "GroupId": 5 + }, { + "Id": 44, + "Subject": "SWITZERLAND vs COSTA RICA", + "Description": "Group E", + "StartTime": "2018-06-27T12:30:00.000Z", + "EndTime": "2018-06-27T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Nizhny Novgorod", + "CategoryColor": "#00bdae", + "GroupId": 5 + }, { + "Id": 45, + "Subject": "JAPAN vs POLAND", + "Description": "Group H", + "StartTime": "2018-06-28T08:30:00.000Z", + "EndTime": "2018-06-28T10:30:00.000Z", + "StartTimezone": "Europe/Volgograd", + "EndTimezone": "Europe/Volgograd", + "City": "Volgograd", + "CategoryColor": "#7fa900", + "GroupId": 8 + }, { + "Id": 46, + "Subject": "SENEGAL vs COLOMBIA", + "Description": "Group H", + "StartTime": "2018-06-28T08:30:00.000Z", + "EndTime": "2018-06-28T10:30:00.000Z", + "StartTimezone": "Europe/Samara", + "EndTimezone": "Europe/Samara", + "City": "Samara", + "CategoryColor": "#7fa900", + "GroupId": 8 + }, { + "Id": 47, + "Subject": "PANAMA vs TUNISIA", + "Description": "Group G", + "StartTime": "2018-06-28T12:30:00.000Z", + "EndTime": "2018-06-28T14:30:00.000Z", + "StartTimezone": "Europe/Moscow", + "EndTimezone": "Europe/Moscow", + "City": "Saransk", + "CategoryColor": "#8e24aa", + "GroupId": 4 + }, { + "Id": 48, + "Subject": "ENGLAND vs BELGIUM", + "Description": "Group G", + "StartTime": "2018-06-28T12:30:00.000Z", + "EndTime": "2018-06-28T14:30:00.000Z", + "StartTimezone": "Europe/Kaliningrad", + "EndTimezone": "Europe/Kaliningrad", + "City": "Kaliningrad", + "CategoryColor": "#8e24aa", + "GroupId": 4 + }], + "roomData": [{ + "Id": 1, + "Subject": "Board Meeting", + "Description": "Meeting to discuss business goal of 2018.", + "StartTime": "2018-07-30T03:30:00.000Z", + "EndTime": "2018-07-30T05:30:00.000Z", + "RoomId": 1 + }, { + "Id": 2, + "Subject": "Training session on JSP", + "Description": "Knowledge sharing on JSP topics.", + "StartTime": "2018-07-30T09:30:00.000Z", + "EndTime": "2018-07-30T11:30:00.000Z", + "RoomId": 5 + }, { + "Id": 3, + "Subject": "Sprint Planning with Team members", + "Description": "Planning tasks for sprint.", + "StartTime": "2018-07-30T04:00:00.000Z", + "EndTime": "2018-07-30T05:30:00.000Z", + "RoomId": 3 + }, { + "Id": 4, + "Subject": "Meeting with Client", + "Description": "Customer meeting to discuss features.", + "StartTime": "2018-07-30T05:30:00.000Z", + "EndTime": "2018-07-30T07:30:00.000Z", + "RoomId": 4 + }, { + "Id": 5, + "Subject": "Support Meeting with Managers", + "Description": "Meeting to discuss support plan.", + "StartTime": "2018-07-30T10:30:00.000Z", + "EndTime": "2018-07-30T12:00:00.000Z", + "RoomId": 5 + }, { + "Id": 6, + "Subject": "Client Meeting", + "Description": "Meeting to discuss client requirements.", + "StartTime": "2018-07-30T05:00:00.000Z", + "EndTime": "2018-07-30T07:30:00.000Z", + "RoomId": 6 + }, { + "Id": 7, + "Subject": "Appraisal Meeting", + "Description": "Meeting to discuss employee appraisals.", + "StartTime": "2018-07-30T09:30:00.000Z", + "EndTime": "2018-07-30T11:00:00.000Z", + "RoomId": 7 + }, { + "Id": 8, + "Subject": "HR Meeting", + "Description": "Meeting to discuss HR plans.", + "StartTime": "2018-07-30T02:30:00.000Z", + "EndTime": "2018-07-30T03:30:00.000Z", + "RoomId": 4 + }, { + "Id": 9, + "Subject": "Customer Meeting", + "Description": "Meeting to discuss customer reported issues.", + "StartTime": "2018-07-30T04:30:00.000Z", + "EndTime": "2018-07-30T06:30:00.000Z", + "RoomId": 8 + }, { + "Id": 10, + "Subject": "Board Meeting", + "Description": "Meeting to discuss business plans.", + "StartTime": "2018-07-30T09:00:00.000Z", + "EndTime": "2018-07-30T11:30:00.000Z", + "RoomId": 9 + }, { + "Id": 11, + "Subject": "Training session on Vue", + "Description": "Knowledge sharing on Vue concepts.", + "StartTime": "2018-07-30T03:30:00.000Z", + "EndTime": "2018-07-30T05:00:00.000Z", + "RoomId": 10 + }, { + "Id": 12, + "Subject": "Meeting with Team members", + "Description": "Meeting to discuss on work report.", + "StartTime": "2018-07-30T06:00:00.000Z", + "EndTime": "2018-07-30T06:30:00.000Z", + "RoomId": 5 + }, { + "Id": 13, + "Subject": "Meeting with General Manager", + "Description": "Meeting to discuss support plan.", + "StartTime": "2018-07-30T08:30:00.000Z", + "EndTime": "2018-07-30T10:30:00.000Z", + "RoomId": 5 + }, { + "Id": 14, + "Subject": "Board Meeting", + "Description": "Meeting to discuss business goal of 2018.", + "StartTime": "2018-07-31T03:30:00.000Z", + "EndTime": "2018-07-31T05:30:00.000Z", + "RoomId": 1 + }, { + "Id": 15, + "Subject": "Training session on JSP", + "Description": "Knowledge sharing on JSP topics.", + "StartTime": "2018-07-31T08:30:00.000Z", + "EndTime": "2018-07-31T11:30:00.000Z", + "RoomId": 6 + }, { + "Id": 16, + "Subject": "Sprint Planning with Team members", + "Description": "Planning tasks for sprint.", + "StartTime": "2018-07-31T04:00:00.000Z", + "EndTime": "2018-07-31T05:30:00.000Z", + "RoomId": 2 + }, { + "Id": 17, + "Subject": "Meeting with Client", + "Description": "Customer meeting to discuss features.", + "StartTime": "2018-07-31T05:30:00.000Z", + "EndTime": "2018-07-31T07:30:00.000Z", + "RoomId": 7 + }, { + "Id": 18, + "Subject": "Support Meeting with Managers", + "Description": "Meeting to discuss support plan.", + "StartTime": "2018-07-31T10:30:00.000Z", + "EndTime": "2018-07-31T12:00:00.000Z", + "RoomId": 2 + }, { + "Id": 19, + "Subject": "Training session on C#", + "Description": "Training session", + "StartTime": "2018-07-31T09:00:00.000Z", + "EndTime": "2018-07-31T10:30:00.000Z", + "RoomId": 9 + }, { + "Id": 20, + "Subject": "Client Meeting", + "Description": "Meeting to discuss client requirements.", + "StartTime": "2018-07-31T05:00:00.000Z", + "EndTime": "2018-07-31T07:30:00.000Z", + "RoomId": 3 + }, { + "Id": 21, + "Subject": "Appraisal Meeting", + "Description": "Meeting to discuss employee appraisals.", + "StartTime": "2018-07-31T09:30:00.000Z", + "EndTime": "2018-07-31T11:00:00.000Z", + "RoomId": 3 + }, { + "Id": 22, + "Subject": "HR Meeting", + "Description": "Meeting to discuss HR plans.", + "StartTime": "2018-07-31T02:30:00.000Z", + "EndTime": "2018-07-31T03:30:00.000Z", + "RoomId": 4 + }, { + "Id": 23, + "Subject": "Customer Meeting", + "Description": "Meeting to discuss customer reported issues.", + "StartTime": "2018-07-31T04:30:00.000Z", + "EndTime": "2018-07-31T06:30:00.000Z", + "RoomId": 4 + }, { + "Id": 24, + "Subject": "Board Meeting", + "Description": "Meeting to discuss business plans.", + "StartTime": "2018-08-01T11:00:00.000Z", + "EndTime": "2018-08-01T12:30:00.000Z", + "RoomId": 10 + }, { + "Id": 25, + "Subject": "Training session on Vue", + "Description": "Knowledge sharing on Vue concepts.", + "StartTime": "2018-07-31T03:30:00.000Z", + "EndTime": "2018-07-31T05:00:00.000Z", + "RoomId": 5 + }, { + "Id": 26, + "Subject": "Meeting with Team members", + "Description": "Meeting to discuss on work report.", + "StartTime": "2018-07-31T06:00:00.000Z", + "EndTime": "2018-07-31T06:30:00.000Z", + "RoomId": 5 + }, { + "Id": 27, + "Subject": "Meeting with General Manager", + "Description": "Meeting to discuss support plan.", + "StartTime": "2018-07-31T08:30:00.000Z", + "EndTime": "2018-07-31T10:30:00.000Z", + "RoomId": 10 + }, { + "Id": 28, + "Subject": "Board Meeting", + "Description": "Meeting to discuss business goal of 2018.", + "StartTime": "2018-08-01T03:30:00.000Z", + "EndTime": "2018-08-01T05:30:00.000Z", + "RoomId": 1 + }, { + "Id": 29, + "Subject": "Training session on JSP", + "Description": "Knowledge sharing on JSP topics.", + "StartTime": "2018-08-01T11:30:00.000Z", + "EndTime": "2018-08-01T14:30:00.000Z", + "RoomId": 6 + }, { + "Id": 30, + "Subject": "Sprint Planning with Team members", + "Description": "Planning tasks for sprint.", + "StartTime": "2018-08-01T05:00:00.000Z", + "EndTime": "2018-08-01T06:30:00.000Z", + "RoomId": 2 + }, { + "Id": 31, + "Subject": "Meeting with Client", + "Description": "Customer meeting to discuss features.", + "StartTime": "2018-08-01T12:30:00.000Z", + "EndTime": "2018-08-01T14:30:00.000Z", + "RoomId": 8 + }, { + "Id": 32, + "Subject": "Support Meeting with Managers", + "Description": "Meeting to discuss support plan.", + "StartTime": "2018-08-01T10:30:00.000Z", + "EndTime": "2018-08-01T12:00:00.000Z", + "RoomId": 7 + }, { + "Id": 33, + "Subject": "Training session on C#", + "Description": "Training session", + "StartTime": "2018-08-01T09:00:00.000Z", + "EndTime": "2018-08-01T10:30:00.000Z", + "RoomId": 2 + }, { + "Id": 34, + "Subject": "Client Meeting", + "Description": "Meeting to discuss client requirements.", + "StartTime": "2018-08-01T05:00:00.000Z", + "EndTime": "2018-08-01T07:30:00.000Z", + "RoomId": 3 + }, { + "Id": 35, + "Subject": "Appraisal Meeting", + "Description": "Meeting to discuss employee appraisals.", + "StartTime": "2018-08-01T09:30:00.000Z", + "EndTime": "2018-08-01T11:00:00.000Z", + "RoomId": 8 + }, { + "Id": 36, + "Subject": "HR Meeting", + "Description": "Meeting to discuss HR plans.", + "StartTime": "2018-08-01T04:00:00.000Z", + "EndTime": "2018-08-01T06:00:00.000Z", + "RoomId": 4 + }, { + "Id": 37, + "Subject": "Customer Meeting", + "Description": "Meeting to discuss customer reported issues.", + "StartTime": "2018-08-01T04:30:00.000Z", + "EndTime": "2018-08-01T06:30:00.000Z", + "RoomId": 9 + }, { + "Id": 38, + "Subject": "Board Meeting", + "Description": "Meeting to discuss business plans.", + "StartTime": "2018-08-01T09:30:00.000Z", + "EndTime": "2018-08-01T11:30:00.000Z", + "RoomId": 4 + }, { + "Id": 39, + "Subject": "Training session on Vue", + "Description": "Knowledge sharing on Vue concepts.", + "StartTime": "2018-08-01T03:30:00.000Z", + "EndTime": "2018-08-01T05:00:00.000Z", + "RoomId": 5 + }, { + "Id": 40, + "Subject": "Meeting with Team members", + "Description": "Meeting to discuss on work report.", + "StartTime": "2018-08-01T06:00:00.000Z", + "EndTime": "2018-08-01T07:00:00.000Z", + "RoomId": 5 + }, { + "Id": 41, + "Subject": "Meeting with General Manager", + "Description": "Meeting to discuss support plan.", + "StartTime": "2018-08-01T08:30:00.000Z", + "EndTime": "2018-08-01T10:30:00.000Z", + "RoomId": 10 + }, { + "Id": 43, + "Subject": "HR Meeting", + "Description": "Meeting to discuss HR plans.", + "StartTime": "2018-08-01T12:30:00.000Z", + "EndTime": "2018-08-01T14:30:00.000Z", + "RoomId": 2 + }, { + "Id": 44, + "Subject": "HR Meeting", + "Description": "Meeting to discuss HR plans.", + "StartTime": "2018-08-01T12:00:00.000Z", + "EndTime": "2018-08-01T14:30:00.000Z", + "RoomId": 1 + }, { + "Id": 45, + "Subject": "Client Meeting", + "Description": "Meeting to discuss client requirements.", + "StartTime": "2018-08-01T11:00:00.000Z", + "EndTime": "2018-08-01T12:30:00.000Z", + "RoomId": 3 + }, { + "Id": 46, + "Subject": "Board Meeting", + "Description": "Meeting to discuss business plans.", + "StartTime": "2018-08-01T13:00:00.000Z", + "EndTime": "2018-08-01T14:30:00.000Z", + "RoomId": 4 + }, { + "Id": 47, + "Subject": "Board Meeting", + "Description": "Meeting to discuss business plans.", + "StartTime": "2018-08-01T10:00:00.000Z", + "EndTime": "2018-08-01T12:30:00.000Z", + "RoomId": 5 + }, { + "Id": 48, + "Subject": "HR Meeting", + "Description": "Meeting to discuss HR plans.", + "StartTime": "2018-08-01T13:00:00.000Z", + "EndTime": "2018-08-01T14:30:00.000Z", + "RoomId": 5 + }, { + "Id": 49, + "Subject": "HR Meeting", + "Description": "Meeting to discuss HR plans.", + "StartTime": "2018-08-01T09:00:00.000Z", + "EndTime": "2018-08-01T10:30:00.000Z", + "RoomId": 6 + }, { + "Id": 50, + "Subject": "Board Meeting", + "Description": "Meeting to discuss business plans.", + "StartTime": "2018-08-01T04:00:00.000Z", + "EndTime": "2018-08-01T06:30:00.000Z", + "RoomId": 6 + }, { + "Id": 51, + "Subject": "Client Meeting", + "Description": "Meeting to discuss client requirements.", + "StartTime": "2018-08-01T05:00:00.000Z", + "EndTime": "2018-08-01T06:30:00.000Z", + "RoomId": 7 + }, { + "Id": 52, + "Subject": "Appraisal Meeting", + "Description": "Meeting to discuss employee appraisals.", + "StartTime": "2018-08-01T12:30:00.000Z", + "EndTime": "2018-08-01T14:00:00.000Z", + "RoomId": 7 + }, { + "Id": 53, + "Subject": "Support Meeting with Managers", + "Description": "Meeting to discuss support plan.", + "StartTime": "2018-08-01T10:00:00.000Z", + "EndTime": "2018-08-01T11:30:00.000Z", + "RoomId": 9 + }, { + "Id": 54, + "Subject": "Support Meeting with Managers", + "Description": "Meeting to discuss support plan.", + "StartTime": "2018-08-01T05:30:00.000Z", + "EndTime": "2018-08-01T07:00:00.000Z", + "RoomId": 8 + }, { + "Id": 55, + "Subject": "Support Meeting with Managers", + "Description": "Meeting to discuss support plan.", + "StartTime": "2018-08-01T05:30:00.000Z", + "EndTime": "2018-08-01T07:00:00.000Z", + "RoomId": 10 + }, { + "Id": 56, + "Subject": "Lunch Break", + "StartTime": "2017-08-01T07:30:00.000Z", + "EndTime": "2017-08-01T08:30:00.000Z", + "RecurrenceRule": "FREQ=DAILY;INTERVAL=1;", + "IsBlock": true, + "RoomId": 1 + }, { + "Id": 57, + "Subject": "Lunch Break", + "StartTime": "2017-08-01T07:30:00.000Z", + "EndTime": "2017-08-01T08:30:00.000Z", + "RecurrenceRule": "FREQ=DAILY;INTERVAL=1;", + "IsBlock": true, + "RoomId": 2 + }, { + "Id": 58, + "Subject": "Lunch Break", + "StartTime": "2017-08-01T07:30:00.000Z", + "EndTime": "2017-08-01T08:30:00.000Z", + "RecurrenceRule": "FREQ=DAILY;INTERVAL=1;", + "IsBlock": true, + "RoomId": 3 + }, { + "Id": 59, + "Subject": "Lunch Break", + "StartTime": "2017-08-01T07:30:00.000Z", + "EndTime": "2017-08-01T08:30:00.000Z", + "RecurrenceRule": "FREQ=DAILY;INTERVAL=1;", + "IsBlock": true, + "RoomId": 4 + }, { + "Id": 60, + "Subject": "Lunch Break", + "StartTime": "2017-08-01T07:30:00.000Z", + "EndTime": "2017-08-01T08:30:00.000Z", + "RecurrenceRule": "FREQ=DAILY;INTERVAL=1;", + "IsBlock": true, + "RoomId": 5 + }, { + "Id": 61, + "Subject": "Lunch Break", + "StartTime": "2017-08-01T07:30:00.000Z", + "EndTime": "2017-08-01T08:30:00.000Z", + "RecurrenceRule": "FREQ=DAILY;INTERVAL=1;", + "IsBlock": true, + "RoomId": 6 + }, { + "Id": 62, + "Subject": "Lunch Break", + "StartTime": "2017-08-01T07:30:00.000Z", + "EndTime": "2017-08-01T08:30:00.000Z", + "RecurrenceRule": "FREQ=DAILY;INTERVAL=1;", + "IsBlock": true, + "RoomId": 7 + }, { + "Id": 63, + "Subject": "Lunch Break", + "StartTime": "2017-08-01T07:30:00.000Z", + "EndTime": "2017-08-01T08:30:00.000Z", + "RecurrenceRule": "FREQ=DAILY;INTERVAL=1;", + "IsBlock": true, + "RoomId": 8 + }, { + "Id": 64, + "Subject": "Lunch Break", + "StartTime": "2017-08-01T07:30:00.000Z", + "EndTime": "2017-08-01T08:30:00.000Z", + "RecurrenceRule": "FREQ=DAILY;INTERVAL=1;", + "IsBlock": true, + "RoomId": 9 + }, { + "Id": 65, + "Subject": "Lunch Break", + "StartTime": "2017-08-01T07:30:00.000Z", + "EndTime": "2017-08-01T08:30:00.000Z", + "RecurrenceRule": "FREQ=DAILY;INTERVAL=1;", + "IsBlock": true, + "RoomId": 10 + }], + "headerRowData": [{ + "Id": 1, + "Subject": "Story Time for Kids", + "StartTime": "2018-01-01T03:30:00.000Z", + "EndTime": "2018-01-03T05:30:00.000Z", + "CategoryColor": "#df5286" + }, { + "Id": 2, + "Subject": "Camping with Turtles", + "StartTime": "2018-01-02T09:30:00.000Z", + "EndTime": "2018-01-03T11:30:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 3, + "Subject": "Wildlife Warriors", + "StartTime": "2018-01-03T04:00:00.000Z", + "EndTime": "2018-01-04T05:30:00.000Z", + "CategoryColor": "#ea7a57" + }, { + "Id": 4, + "Subject": "Parrot Talk", + "StartTime": "2018-01-04T05:30:00.000Z", + "EndTime": "2018-01-06T07:30:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 6, + "Subject": "Croco World", + "StartTime": "2018-01-05T10:30:00.000Z", + "EndTime": "2018-01-08T12:00:00.000Z", + "CategoryColor": "#fec200" + }, { + "Id": 7, + "Subject": "Venomous Snake Hunt", + "StartTime": "2018-01-06T09:30:00.000Z", + "EndTime": "2018-01-07T11:00:00.000Z", + "CategoryColor": "#5978ee" + }, { + "Id": 8, + "Subject": "Face Painting & Drawing events", + "StartTime": "2018-01-07T02:30:00.000Z", + "EndTime": "2018-01-10T03:30:00.000Z", + "IsAllDay": true, + "CategoryColor": "#00bdae" + }, { + "Id": 11, + "Subject": "Jungle Treasure Hunt", + "StartTime": "2018-01-10T18:30:00.000Z", + "EndTime": "2018-01-13T18:30:00.000Z", + "IsAllDay": true, + "CategoryColor": "#7FA900" + }, { + "Id": 12, + "Subject": "Endangered Species Program", + "StartTime": "2018-01-12T06:00:00.000Z", + "EndTime": "2018-01-15T06:30:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 13, + "Subject": "Black Cockatoos Playtime", + "StartTime": "2018-01-12T18:30:00.000Z", + "EndTime": "2018-01-16T18:30:00.000Z", + "IsAllDay": true, + "CategoryColor": "#ea7a57" + }, { + "Id": 14, + "Subject": "Walk with Jungle King", + "StartTime": "2018-01-17T03:30:00.000Z", + "EndTime": "2018-01-21T05:30:00.000Z", + "CategoryColor": "#fec200" + }, { + "Id": 15, + "Subject": "Trained Climbers", + "StartTime": "2018-01-19T18:30:00.000Z", + "EndTime": "2018-01-21T18:30:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 16, + "Subject": "Playtime with Chimpanzees", + "StartTime": "2018-01-18T04:00:00.000Z", + "EndTime": "2018-01-20T05:30:00.000Z", + "CategoryColor": "#df5286" + }, { + "Id": 17, + "Subject": "Meet a small Mammal", + "StartTime": "2018-01-23T05:30:00.000Z", + "EndTime": "2018-01-25T07:30:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 18, + "Subject": "Amazon Fish Feeding", + "StartTime": "2018-01-21T18:30:00.000Z", + "EndTime": "2018-01-23T18:30:00.000Z", + "IsAllDay": true, + "CategoryColor": "#1aaa55" + }, { + "Id": 19, + "Subject": "Elephant Ride", + "StartTime": "2018-01-24T09:00:00.000Z", + "EndTime": "2018-01-27T10:30:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 20, + "Subject": "Black Cockatoos Playtime", + "StartTime": "2018-01-25T18:30:00.000Z", + "EndTime": "2018-01-29T18:30:00.000Z", + "IsAllDay": true, + "CategoryColor": "#ea7a57" + }, { + "Id": 21, + "Subject": "Endangered Species Program", + "StartTime": "2018-01-27T06:00:00.000Z", + "EndTime": "2018-01-29T06:30:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 22, + "Subject": "Feed the Giants", + "StartTime": "2018-01-28T09:00:00.000Z", + "EndTime": "2018-01-31T11:30:00.000Z", + "CategoryColor": "#00bdae" + }, { + "Id": 23, + "Subject": "Birds of Prey", + "StartTime": "2018-02-04T10:30:00.000Z", + "EndTime": "2018-02-07T12:00:00.000Z", + "CategoryColor": "#865fcf" + }, { + "Id": 24, + "Subject": "Trained Climbers", + "StartTime": "2018-01-30T18:30:00.000Z", + "EndTime": "2018-02-02T18:30:00.000Z", + "CategoryColor": "#1aaa55" + }, { + "Id": 25, + "Subject": "Venomous Snake Hunt", + "StartTime": "2018-02-02T09:30:00.000Z", + "EndTime": "2018-02-05T11:00:00.000Z", + "CategoryColor": "#5978ee" + }, { + "Id": 26, + "Subject": "Croco World", + "StartTime": "2018-02-06T10:30:00.000Z", + "EndTime": "2018-02-09T12:00:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 27, + "Subject": "Amazon Fish Feeding", + "StartTime": "2018-02-07T18:30:00.000Z", + "EndTime": "2018-02-10T18:30:00.000Z", + "IsAllDay": true, + "CategoryColor": "#1aaa55" + }, { + "Id": 28, + "Subject": "Playtime with Chimpanzees", + "StartTime": "2018-02-10T04:00:00.000Z", + "EndTime": "2018-02-13T05:30:00.000Z", + "CategoryColor": "#df5286" + }, { + "Id": 29, + "Subject": "Meet a small Mammal", + "StartTime": "2018-02-12T05:30:00.000Z", + "EndTime": "2018-02-15T07:30:00.000Z", + "CategoryColor": "#7fa900" + }, { + "Id": 30, + "Subject": "Black Cockatoos Playtime", + "StartTime": "2018-02-12T18:30:00.000Z", + "EndTime": "2018-02-16T18:30:00.000Z", + "IsAllDay": true, + "CategoryColor": "#ea7a57" + }], + "hospitalData": [{ + "Id": 10, + "Name": "David", + "StartTime": "2018-08-01T03:30:00.000Z", + "EndTime": "2018-08-01T04:30:00.000Z", + "Description": "Health Checkup", + "DepartmentID": 1, + "ConsultantID": 1, + "DepartmentName": "GENERAL" + }, { + "Id": 11, + "Name": "John", + "StartTime": "2018-08-01T05:00:00.000Z", + "EndTime": "2018-08-01T06:00:00.000Z", + "Description": "Tooth Erosion", + "DepartmentID": 2, + "ConsultantID": 2, + "DepartmentName": "DENTAL" + }, { + "Id": 12, + "Name": "Peter", + "StartTime": "2018-08-01T06:30:00.000Z", + "EndTime": "2018-08-01T07:30:00.000Z", + "Description": "Eye and Spectacles Checkup", + "DepartmentID": 1, + "ConsultantID": 3, + "DepartmentName": "GENERAL" + }, { + "Id": 13, + "Name": "Starc", + "StartTime": "2018-08-01T08:30:00.000Z", + "EndTime": "2018-08-01T09:30:00.000Z", + "Description": "Toothaches", + "DepartmentID": 2, + "ConsultantID": 4, + "DepartmentName": "DENTAL" + }, { + "Id": 14, + "Name": "James", + "StartTime": "2018-08-01T04:30:00.000Z", + "EndTime": "2018-08-01T05:30:00.000Z", + "Description": "Surgery Appointment", + "DepartmentID": 1, + "ConsultantID": 5, + "DepartmentName": "GENERAL" + }, { + "Id": 15, + "Name": "Jercy", + "StartTime": "2018-08-01T04:00:00.000Z", + "EndTime": "2018-08-01T05:00:00.000Z", + "Description": "Tooth Sensitivity", + "DepartmentID": 2, + "ConsultantID": 6, + "DepartmentName": "DENTAL" + }, { + "Id": 16, + "Name": "Albert", + "StartTime": "2018-08-02T04:30:00.000Z", + "EndTime": "2018-08-02T06:00:00.000Z", + "Description": "Skin care treatment", + "DepartmentID": 1, + "ConsultantID": 7, + "DepartmentName": "GENERAL" + }, { + "Id": 17, + "Name": "Louis", + "StartTime": "2018-08-02T07:00:00.000Z", + "EndTime": "2018-08-02T08:15:00.000Z", + "Description": "General Checkup", + "DepartmentID": 1, + "ConsultantID": 9, + "DepartmentName": "GENERAL" + }, { + "Id": 18, + "Name": "Williams", + "StartTime": "2018-08-02T06:30:00.000Z", + "EndTime": "2018-08-02T08:30:00.000Z", + "Description": "Mouth Sores", + "DepartmentID": 2, + "ConsultantID": 10, + "DepartmentName": "DENTAL" + }, { + "Id": 19, + "Name": "David", + "StartTime": "2018-08-02T11:00:00.000Z", + "EndTime": "2018-08-02T12:45:00.000Z", + "Description": "Eye checkup and Treatment", + "DepartmentID": 1, + "ConsultantID": 1, + "DepartmentName": "GENERAL" + }, { + "Id": 20, + "Name": "John", + "StartTime": "2018-08-02T14:00:00.000Z", + "EndTime": "2018-08-02T16:15:00.000Z", + "Description": "Toothaches", + "DepartmentID": 2, + "ConsultantID": 2, + "DepartmentName": "DENTAL" + }, { + "Id": 21, + "Name": "Peter", + "StartTime": "2018-08-03T12:00:00.000Z", + "EndTime": "2018-08-03T14:00:00.000Z", + "Description": "Surgery Treatment", + "DepartmentID": 1, + "ConsultantID": 3, + "DepartmentName": "GENERAL" + }, { + "Id": 22, + "Name": "Starc", + "StartTime": "2018-08-04T13:00:00.000Z", + "EndTime": "2018-08-04T16:00:00.000Z", + "Description": "Tooth Decay", + "DepartmentID": 2, + "ConsultantID": 4, + "DepartmentName": "DENTAL" + }, { + "Id": 23, + "Name": "James", + "StartTime": "2018-08-03T13:30:00.000Z", + "EndTime": "2018-08-03T15:30:00.000Z", + "Description": "General Checkup", + "DepartmentID": 1, + "ConsultantID": 5, + "DepartmentName": "GENERAL" + }, { + "Id": 24, + "Name": "Jercy", + "StartTime": "2018-08-04T14:30:00.000Z", + "EndTime": "2018-08-04T16:30:00.000Z", + "Description": "Tooth Erosion", + "DepartmentID": 2, + "ConsultantID": 6, + "DepartmentName": "DENTAL" + }], + "waitingList": [{ + "Id": 1, + "Name": "Steven", + "StartTime": "2018-09-03T02:00:00.000Z", + "EndTime": "2018-09-03T04:00:00.000Z", + "Description": "Consulting", + "DepartmentName": "GENERAL" + }, { + "Id": 2, + "Name": "Milan", + "StartTime": "2018-09-04T03:00:00.000Z", + "EndTime": "2018-09-04T05:00:00.000Z", + "Description": "Bad Breath", + "DepartmentName": "DENTAL" + }, { + "Id": 3, + "Name": "Laura", + "StartTime": "2018-09-04T04:00:00.000Z", + "EndTime": "2018-09-04T05:00:00.000Z", + "Description": "Eye Checkup", + "DepartmentName": "GENERAL" + }, { + "Id": 4, + "Name": "Janet", + "StartTime": "2018-09-03T05:30:00.000Z", + "EndTime": "2018-09-03T07:00:00.000Z", + "Description": "Gum Disease", + "DepartmentName": "DENTAL" + }, { + "Id": 5, + "Name": "Adams", + "StartTime": "2018-09-03T05:30:00.000Z", + "EndTime": "2018-09-03T07:00:00.000Z", + "Description": "Observation", + "DepartmentName": "GENERAL" + }, { + "Id": 6, + "Name": "John", + "StartTime": "2018-09-03T05:30:00.000Z", + "EndTime": "2018-09-03T07:00:00.000Z", + "Description": "Mouth Sores", + "DepartmentName": "DENTAL" + }], + "blockData": [{ + "Id": 1, + "Subject": "Not Available", + "StartTime": "2018-08-01T04:30:00.000Z", + "EndTime": "2018-08-01T06:30:00.000Z", + "IsAllDay": false, + "IsBlock": true, + "EmployeeId": 1 + }, { + "Id": 2, + "Subject": "Not Available", + "StartTime": "2018-08-01T10:30:00.000Z", + "EndTime": "2018-08-01T14:30:00.000Z", + "IsAllDay": false, + "IsBlock": true, + "EmployeeId": 2 + }, { + "Id": 3, + "Subject": "Not Available", + "StartTime": "2018-08-01T06:30:00.000Z", + "EndTime": "2018-08-01T08:30:00.000Z", + "IsAllDay": false, + "IsBlock": true, + "EmployeeId": 3 + }, { + "Id": 4, + "Subject": "Not Available", + "StartTime": "2018-08-04T05:30:00.000Z", + "EndTime": "2018-08-05T04:30:00.000Z", + "IsAllDay": true, + "IsBlock": true, + "EmployeeId": 4 + }, { + "Id": 5, + "Subject": "Not Available", + "StartTime": "2018-08-10T05:30:00.000Z", + "EndTime": "2018-08-12T04:30:00.000Z", + "IsAllDay": false, + "IsBlock": true, + "EmployeeId": 5 + }, { + "Id": 6, + "Subject": "Not Available", + "StartTime": "2018-08-07T18:30:00.000Z", + "EndTime": "2018-08-10T18:30:00.000Z", + "IsAllDay": false, + "IsBlock": true, + "EmployeeId": 6 + }, { + "Id": 9, + "Subject": "Client Meeting", + "StartTime": "2018-08-03T02:30:00.000Z", + "EndTime": "2018-08-03T05:00:00.000Z", + "IsAllDay": false, + "EmployeeId": 3 + }, { + "Id": 10, + "Subject": "Conference", + "StartTime": "2018-08-02T08:00:00.000Z", + "EndTime": "2018-08-02T09:30:00.000Z", + "IsAllDay": false, + "EmployeeId": 4 + }, { + "Id": 11, + "Subject": "Employee Recruitment", + "StartTime": "2018-08-01T04:30:00.000Z", + "EndTime": "2018-08-01T07:30:00.000Z", + "IsAllDay": false, + "EmployeeId": 5 + }, { + "Id": 12, + "Subject": "Data Analyzing", + "StartTime": "2018-08-01T09:30:00.000Z", + "EndTime": "2018-08-01T11:30:00.000Z", + "IsAllDay": false, + "EmployeeId": 6 + }, { + "Id": 13, + "Subject": "Content Writting", + "StartTime": "2018-08-02T08:30:00.000Z", + "EndTime": "2018-08-02T10:30:00.000Z", + "IsAllDay": false, + "EmployeeId": 1 + }, { + "Id": 14, + "Subject": "Meeting", + "StartTime": "2018-08-01T03:30:00.000Z", + "EndTime": "2018-08-01T05:30:00.000Z", + "IsAllDay": false, + "EmployeeId": 4 + }, { + "Id": 15, + "Subject": "Not Available", + "StartTime": "2018-08-29T05:30:00.000Z", + "EndTime": "2018-08-31T04:30:00.000Z", + "IsAllDay": false, + "IsBlock": true, + "EmployeeId": 4 + }, { + "Id": 16, + "Subject": "Not Available", + "StartTime": "2018-08-11T18:30:00.000Z", + "EndTime": "2018-08-14T18:30:00.000Z", + "IsAllDay": false, + "IsBlock": true, + "EmployeeId": 3 + }], + "resourceSampleData": [{ + "Id": 1, + "Subject": "Burning Man", + "StartTime": "2018-06-01T09:30:00.000Z", + "EndTime": "2018-06-01T11:30:00.000Z", + "OwnerId": 1 + }, { + "Id": 2, + "Subject": "Marketing Forum", + "StartTime": "2018-06-03T04:30:00.000Z", + "EndTime": "2018-06-03T06:00:00.000Z", + "OwnerId": 2 + }, { + "Id": 3, + "Subject": "Business Factory", + "StartTime": "2018-06-03T08:00:00.000Z", + "EndTime": "2018-06-03T09:30:00.000Z", + "OwnerId": 3 + }, { + "Id": 4, + "Subject": "Burning Man", + "StartTime": "2018-06-04T06:00:00.000Z", + "EndTime": "2018-06-04T07:30:00.000Z", + "OwnerId": 1 + }, { + "Id": 5, + "Subject": "Funnel Hacking", + "StartTime": "2018-06-05T04:00:00.000Z", + "EndTime": "2018-06-05T05:30:00.000Z", + "OwnerId": 3 + }, { + "Id": 6, + "Subject": "The human gathering", + "StartTime": "2018-06-05T07:30:00.000Z", + "EndTime": "2018-06-05T09:00:00.000Z", + "OwnerId": 2 + }, { + "Id": 7, + "Subject": "Techweek", + "StartTime": "2018-06-06T05:30:00.000Z", + "EndTime": "2018-06-06T07:00:00.000Z", + "OwnerId": 2 + }, { + "Id": 8, + "Subject": "Grow Conference", + "StartTime": "2018-06-07T04:30:00.000Z", + "EndTime": "2018-06-07T06:00:00.000Z", + "OwnerId": 1 + }, { + "Id": 9, + "Subject": "Data Science Conference", + "StartTime": "2018-06-07T08:00:00.000Z", + "EndTime": "2018-06-07T09:30:00.000Z", + "OwnerId": 1 + }, { + "Id": 10, + "Subject": "Blogcademy", + "StartTime": "2018-06-08T06:30:00.000Z", + "EndTime": "2018-06-08T08:00:00.000Z", + "OwnerId": 3 + }, { + "Id": 11, + "Subject": "World Domination Summit", + "StartTime": "2018-06-09T04:00:00.000Z", + "EndTime": "2018-06-09T05:30:00.000Z", + "OwnerId": 2 + }, { + "Id": 12, + "Subject": "Content Marketing", + "StartTime": "2018-06-09T07:30:00.000Z", + "EndTime": "2018-06-09T09:00:00.000Z", + "OwnerId": 1 + }, { + "Id": 13, + "Subject": "Mobile World Conference", + "StartTime": "2018-06-15T12:30:00.000Z", + "EndTime": "2018-06-15T14:30:00.000Z", + "OwnerId": 1 + }] +} diff --git a/src/dialog/gridData.ts b/src/dialog/gridData.ts new file mode 100644 index 00000000..2a0423a8 --- /dev/null +++ b/src/dialog/gridData.ts @@ -0,0 +1,25644 @@ + +/** + * Grid datasource + */ + +export function getTradeData(dataCount?: number): object { + let employees: string[] = [ + 'Michael', 'Kathryn', 'Tamer', 'Martin', 'Davolio', 'Nancy', 'Fuller', 'Leverling', 'Peacock', + 'Margaret', 'Buchanan', 'Janet', 'Andrew', 'Callahan', 'Laura', 'Dodsworth', 'Anne', + 'Bergs', 'Vinet', 'Anton', 'Fleet', 'Zachery', 'Van', 'King', 'Jack', 'Rose']; + let designation: string[] = ['Manager', 'CFO', 'Designer', 'Developer', 'Program Directory', 'System Analyst', 'Project Lead']; + let mail: string[] = ['sample.com', 'arpy.com', 'rpy.com', 'mail.com', 'jourrapide.com']; + let location: string[] = ['UK', 'USA', 'Sweden', 'France', 'Canada', 'Argentina', 'Austria', 'Germany', 'Mexico']; + let status: string[] = ['Active', 'Inactive']; + let trustworthiness: string[] = ['Perfect', 'Sufficient', 'Insufficient']; + let tradeData: Object[] = []; + let address: string[] = ['59 rue de lAbbaye', 'Luisenstr. 48', 'Rua do Paço, 67', '2, rue du Commerce', 'Boulevard Tirou, 255', + 'Rua do mailPaço, 67', 'Hauptstr. 31', 'Starenweg 5', 'Rua do Mercado, 12', + 'Carrera 22 con Ave. Carlos Soublette #8-35', 'Kirchgasse 6', + 'Sierras de Granada 9993', 'Mehrheimerstr. 369', 'Rua da Panificadora, 12', '2817 Milton Dr.', 'Kirchgasse 6', + 'Åkergatan 24', '24, place Kléber', 'Torikatu 38', 'Berliner Platz 43', '5ª Ave. Los Palos Grandes', '1029 - 12th Ave. S.', + 'Torikatu 38', 'P.O. Box 555', '2817 Milton Dr.', 'Taucherstraße 10', '59 rue de lAbbaye', 'Via Ludovico il Moro 22', + 'Avda. Azteca 123', 'Heerstr. 22', 'Berguvsvägen 8', 'Magazinweg 7', 'Berguvsvägen 8', 'Gran Vía, 1', 'Gran Vía, 1', + 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', 'Magazinweg 7', 'Taucherstraße 10', 'Taucherstraße 10', + 'Av. Copacabana, 267', 'Strada Provinciale 124', 'Fauntleroy Circus', 'Av. dos Lusíadas, 23', + 'Rua da Panificadora, 12', 'Av. Inês de Castro, 414', 'Avda. Azteca 123', '2817 Milton Dr.']; + let employeeimg: string[] = ['usermale', 'userfemale']; + if (typeof dataCount === 'string') { + dataCount = parseInt(dataCount, 10); + } + for (let i: number = 1; i <= dataCount; i++) { + let code: any = 10000; + tradeData.push({ + 'EmployeeID': code + i, + 'Employees': + employees[Math.floor(Math.random() * employees.length)] + ' ' + employees[Math.floor(Math.random() * employees.length)], + 'Designation': designation[Math.floor(Math.random() * designation.length)], + 'Location': location[Math.floor(Math.random() * location.length)], + 'Status': status[Math.floor(Math.random() * status.length)], + 'Trustworthiness': trustworthiness[Math.floor(Math.random() * trustworthiness.length)], + 'Rating': Math.floor(Math.random() * 5), + 'Software': Math.floor(Math.random() * 100), + 'EmployeeImg': employeeimg[Math.floor(Math.random() * employeeimg.length)], + 'CurrentSalary': Math.floor((Math.random() * 100000)), + 'Address': address[Math.floor(Math.random() * address.length)], + }); + let employee: string = 'Employees'; + let emp: string = tradeData[i - 1][employee]; + let sName: string = emp.substr(0, emp.indexOf(' ')).toLowerCase(); + let empmail: string = 'Mail'; + tradeData[i - 1][empmail] = sName + (Math.floor(Math.random() * 100) + 10) + '@' + mail[Math.floor(Math.random() * mail.length)]; + + } + return tradeData; +} +export let virtualData: Object[] = []; +export function dataSource(): void { + let names: string[] = ['VINET', 'TOMSP', 'HANAR', 'VICTE', 'SUPRD', 'HANAR', 'CHOPS', 'RICSU', 'WELLI', 'HILAA', 'ERNSH', 'CENTC', + 'OTTIK', 'QUEDE', 'RATTC', 'ERNSH', 'FOLKO', 'BLONP', 'WARTH', 'FRANK', 'GROSR', 'WHITC', 'WARTH', 'SPLIR', 'RATTC', 'QUICK', 'VINET', + 'MAGAA', 'TORTU', 'MORGK', 'BERGS', 'LEHMS', 'BERGS', 'ROMEY', 'ROMEY', 'LILAS', 'LEHMS', 'QUICK', 'QUICK', 'RICAR', 'REGGC', 'BSBEV', + 'COMMI', 'QUEDE', 'TRADH', 'TORTU', 'RATTC', 'VINET', 'LILAS', 'BLONP', 'HUNGO', 'RICAR', 'MAGAA', 'WANDK', 'SUPRD', 'GODOS', 'TORTU', + 'OLDWO', 'ROMEY', 'LONEP', 'ANATR', 'HUNGO', 'THEBI', 'DUMON', 'WANDK', 'QUICK', 'RATTC', 'ISLAT', 'RATTC', 'LONEP', 'ISLAT', 'TORTU', + 'WARTH', 'ISLAT', 'PERIC', 'KOENE', 'SAVEA', 'KOENE', 'BOLID', 'FOLKO', 'FURIB', 'SPLIR', 'LILAS', 'BONAP', 'MEREP', 'WARTH', 'VICTE', + 'HUNGO', 'PRINI', 'FRANK', 'OLDWO', 'MEREP', 'BONAP', 'SIMOB', 'FRANK', 'LEHMS', 'WHITC', 'QUICK', 'RATTC', 'FAMIA']; + for (let i: number = 0; i < 100000; i++) { + virtualData.push({ + 'FIELD1': names[Math.floor(Math.random() * names.length)], + 'FIELD2': 1967 + (i % 10), + 'FIELD3': Math.floor(Math.random() * 200), + 'FIELD4': Math.floor(Math.random() * 100), + 'FIELD5': Math.floor(Math.random() * 2000), + 'FIELD6': Math.floor(Math.random() * 1000), + 'FIELD7': Math.floor(Math.random() * 100), + 'FIELD8': Math.floor(Math.random() * 10), + 'FIELD9': Math.floor(Math.random() * 10), + 'FIELD10': Math.floor(Math.random() * 100), + 'FIELD11': Math.floor(Math.random() * 100), + 'FIELD12': Math.floor(Math.random() * 1000), + 'FIELD13': Math.floor(Math.random() * 10), + 'FIELD14': Math.floor(Math.random() * 10), + 'FIELD15': Math.floor(Math.random() * 1000), + 'FIELD16': Math.floor(Math.random() * 200), + 'FIELD17': Math.floor(Math.random() * 300), + 'FIELD18': Math.floor(Math.random() * 400), + 'FIELD19': Math.floor(Math.random() * 500), + 'FIELD20': Math.floor(Math.random() * 700), + 'FIELD21': Math.floor(Math.random() * 800), + 'FIELD22': Math.floor(Math.random() * 1000), + 'FIELD23': Math.floor(Math.random() * 2000), + 'FIELD24': Math.floor(Math.random() * 150), + 'FIELD25': Math.floor(Math.random() * 1000), + 'FIELD26': Math.floor(Math.random() * 100), + 'FIELD27': Math.floor(Math.random() * 400), + 'FIELD28': Math.floor(Math.random() * 600), + 'FIELD29': Math.floor(Math.random() * 500), + 'FIELD30': Math.floor(Math.random() * 300), + }); + } +} +export let productData: Object[] = [ + { + 'ProductID': 1, + 'ProductName': 'Chai', + 'SupplierID': 1, + 'QuantityPerUnit': '10 boxes x 20 bags', + 'UnitPrice': 18.00, + 'UnitsInStock': 39, + 'Discontinued': true + }, + + { + 'ProductID': 2, + 'ProductName': 'Chang', + 'SupplierID': 1, + 'QuantityPerUnit': '24 - 12 oz bottles', + 'UnitPrice': 19.00, + 'UnitsInStock': 17, + 'Discontinued': true + }, + + { + 'ProductID': 3, + 'ProductName': 'Aniseed Syrup', + 'SupplierID': 1, + 'QuantityPerUnit': '12 - 550 ml bottles', + 'UnitPrice': 10.00, + 'UnitsInStock': 13, + 'Discontinued': true + }, + + { + 'ProductID': 4, + 'ProductName': 'Chef Anton\'s Cajun Seasoning', + 'SupplierID': 2, + 'QuantityPerUnit': '48 - 6 oz jars', + 'UnitPrice': 22.00, + 'UnitsInStock': 53, + 'Discontinued': true + }, + + { + 'ProductID': 5, + 'ProductName': 'Chef Anton\'s Gumbo Mix', + 'SupplierID': 2, + 'QuantityPerUnit': '36 boxes', + 'UnitPrice': 21.35, + 'UnitsInStock': 0, + 'Discontinued': true + }, + + { + 'ProductID': 6, + 'ProductName': 'Grandma\'s Boysenberry Spread', + 'SupplierID': 3, + 'QuantityPerUnit': '12 - 8 oz jars', + 'UnitPrice': 25.00, + 'UnitsInStock': 120, + 'Discontinued': false + }, + + { + 'ProductID': 7, + 'ProductName': 'Uncle Bob\'s Organic Dried Pears', + 'SupplierID': 3, + 'QuantityPerUnit': '12 - 1 lb pkgs.', + 'UnitPrice': 30.00, + 'UnitsInStock': 15, + 'Discontinued': false + }, + + { + 'ProductID': 8, + 'ProductName': 'Northwoods Cranberry Sauce', + 'SupplierID': 3, + 'QuantityPerUnit': '12 - 12 oz jars', + 'UnitPrice': 40.00, + 'UnitsInStock': 6, + 'Discontinued': false + }, + + { + 'ProductID': 9, + 'ProductName': 'Mishi Kobe Niku', + 'SupplierID': 4, + 'QuantityPerUnit': '18 - 500 g pkgs.', + 'UnitPrice': 97.00, + 'UnitsInStock': 29, + 'Discontinued': true + }, + + { + 'ProductID': 10, + 'ProductName': 'Ikura', + 'SupplierID': 4, + 'QuantityPerUnit': '12 - 200 ml jars', + 'UnitPrice': 31.00, + 'UnitsInStock': 31, + 'Discontinued': false + }, + + { + 'ProductID': 11, + 'ProductName': 'Queso Cabrales', + 'SupplierID': 5, + 'QuantityPerUnit': '1 kg pkg.', + 'UnitPrice': 21.00, + 'UnitsInStock': 22, + 'Discontinued': false + }, + + { + 'ProductID': 12, + 'ProductName': 'Queso Manchego La Pastora', + 'SupplierID': 5, + 'QuantityPerUnit': '10 - 500 g pkgs.', + 'UnitPrice': 38.00, + 'UnitsInStock': 86, + 'Discontinued': false + }, + + { + 'ProductID': 13, + 'ProductName': 'Konbu', + 'SupplierID': 6, + 'QuantityPerUnit': '2 kg box', + 'UnitPrice': 6.00, + 'UnitsInStock': 24, + 'Discontinued': true + }, + + { + 'ProductID': 14, + 'ProductName': 'Tofu', + 'SupplierID': 6, + 'QuantityPerUnit': '40 - 100 g pkgs.', + 'UnitPrice': 23.25, + 'UnitsInStock': 35, + 'Discontinued': true + }, + + { + 'ProductID': 15, + 'ProductName': 'Genen Shouyu', + 'SupplierID': 6, + 'QuantityPerUnit': '24 - 250 ml bottles', + 'UnitPrice': 15.50, + 'UnitsInStock': 39, + 'Discontinued': true + }, + + { + 'ProductID': 16, + 'ProductName': 'Pavlova', + 'SupplierID': 7, + 'QuantityPerUnit': '32 - 500 g boxes', + 'UnitPrice': 17.45, + 'UnitsInStock': 29, + 'Discontinued': true + }, + + { + 'ProductID': 17, + 'ProductName': 'Alice Mutton', + 'SupplierID': 7, + 'QuantityPerUnit': '20 - 1 kg tins', + 'UnitPrice': 39.00, + 'UnitsInStock': 0, + 'Discontinued': true + }, + + { + 'ProductID': 18, + 'ProductName': 'Carnarvon Tigers', + 'SupplierID': 7, + 'QuantityPerUnit': '16 kg pkg.', + 'UnitPrice': 62.50, + 'UnitsInStock': 42, + 'Discontinued': false + }, + + { + 'ProductID': 19, + 'ProductName': 'Teatime Chocolate Biscuits', + 'SupplierID': 8, + 'QuantityPerUnit': '10 boxes x 12 pieces', + 'UnitPrice': 9.20, + 'UnitsInStock': 25, + 'Discontinued': false + }, + + { + 'ProductID': 20, + 'ProductName': 'Sir Rodney\'s Marmalade', + 'SupplierID': 8, + 'QuantityPerUnit': '30 gift boxes', + 'UnitPrice': 81.00, + 'UnitsInStock': 40, + 'Discontinued': false + }, + + { + 'ProductID': 21, + 'ProductName': 'Sir Rodney\'s Scones', + 'SupplierID': 8, + 'QuantityPerUnit': '24 pkgs. x 4 pieces', + 'UnitPrice': 10.00, + 'UnitsInStock': 3, + 'Discontinued': false + }, + + { + 'ProductID': 22, + 'ProductName': 'Gustaf\'s Knäckebröd', + 'SupplierID': 9, + 'QuantityPerUnit': '24 - 500 g pkgs.', + 'UnitPrice': 21.00, + 'UnitsInStock': 104, + 'Discontinued': false + }, + + { + 'ProductID': 23, + 'ProductName': 'Tunnbröd', + 'SupplierID': 9, + 'QuantityPerUnit': '12 - 250 g pkgs.', + 'UnitPrice': 9.00, + 'UnitsInStock': 61, + 'Discontinued': false + }, + + { + 'ProductID': 24, + 'ProductName': 'Guaraná Fantástica', + 'SupplierID': 10, + 'QuantityPerUnit': '12 - 355 ml cans', + 'UnitPrice': 4.50, + 'UnitsInStock': 20, + 'Discontinued': true + }, + + { + 'ProductID': 25, + 'ProductName': 'NuNuCa Nuß-Nougat-Creme', + 'SupplierID': 11, + 'QuantityPerUnit': '20 - 450 g glasses', + 'UnitPrice': 14.00, + 'UnitsInStock': 76, + 'Discontinued': false + }, + + { + 'ProductID': 26, + 'ProductName': 'Gumbär Gummibärchen', + 'SupplierID': 11, + 'QuantityPerUnit': '100 - 250 g bags', + 'UnitPrice': 31.23, + 'UnitsInStock': 15, + 'Discontinued': true + }, + + { + 'ProductID': 27, + 'ProductName': 'Schoggi Schokolade', + 'SupplierID': 11, + 'QuantityPerUnit': '100 - 100 g pieces', + 'UnitPrice': 43.90, + 'UnitsInStock': 49, + 'Discontinued': true + }, + + { + 'ProductID': 28, + 'ProductName': 'Rössle Sauerkraut', + 'SupplierID': 12, + 'QuantityPerUnit': '25 - 825 g cans', + 'UnitPrice': 45.60, + 'UnitsInStock': 26, + 'Discontinued': true + }, + + { + 'ProductID': 29, + 'ProductName': 'Thüringer Rostbratwurst', + 'SupplierID': 12, + 'QuantityPerUnit': '50 bags x 30 sausgs.', + 'UnitPrice': 123.79, + 'UnitsInStock': 0, + 'Discontinued': true + }, + + { + 'ProductID': 30, + 'ProductName': 'Nord-Ost Matjeshering', + 'SupplierID': 13, + 'QuantityPerUnit': '10 - 200 g glasses', + 'UnitPrice': 25.89, + 'UnitsInStock': 10, + 'Discontinued': true + }, + + { + 'ProductID': 31, + 'ProductName': 'Gorgonzola Telino', + 'SupplierID': 14, + 'QuantityPerUnit': '12 - 100 g pkgs', + 'UnitPrice': 12.50, + 'UnitsInStock': 0, + 'Discontinued': true + }, + + { + 'ProductID': 32, + 'ProductName': 'Mascarpone Fabioli', + 'SupplierID': 14, + 'QuantityPerUnit': '24 - 200 g pkgs.', + 'UnitPrice': 32.00, + 'UnitsInStock': 9, + 'Discontinued': false + }, + + { + 'ProductID': 33, + 'ProductName': 'Geitost', + 'SupplierID': 15, + 'QuantityPerUnit': '500 g', + 'UnitPrice': 2.50, + 'UnitsInStock': 112, + 'Discontinued': false + }, + + { + 'ProductID': 34, + 'ProductName': 'Sasquatch Ale', + 'SupplierID': 16, + 'QuantityPerUnit': '24 - 12 oz bottles', + 'UnitPrice': 14.00, + 'UnitsInStock': 111, + 'Discontinued': false + }, + + { + 'ProductID': 35, + 'ProductName': 'Steeleye Stout', + 'SupplierID': 16, + 'QuantityPerUnit': '24 - 12 oz bottles', + 'UnitPrice': 18.00, + 'UnitsInStock': 20, + 'Discontinued': false + }, + + { + 'ProductID': 36, + 'ProductName': 'Inlagd Sill', + 'SupplierID': 17, + 'QuantityPerUnit': '24 - 250 g jars', + 'UnitPrice': 19.00, + 'UnitsInStock': 112, + 'Discontinued': false + }, + + { + 'ProductID': 37, + 'ProductName': 'Gravad lax', + 'SupplierID': 17, + 'QuantityPerUnit': '12 - 500 g pkgs.', + 'UnitPrice': 26.00, + 'UnitsInStock': 11, + 'Discontinued': false + }, + + { + 'ProductID': 38, + 'ProductName': 'Côte de Blaye', + 'SupplierID': 18, + 'QuantityPerUnit': '12 - 75 cl bottles', + 'UnitPrice': 263.50, + 'UnitsInStock': 17, + 'Discontinued': false + }, + + { + 'ProductID': 39, + 'ProductName': 'Chartreuse verte', + 'SupplierID': 18, + 'QuantityPerUnit': '750 cc per bottle', + 'UnitPrice': 18.00, + 'UnitsInStock': 69, + 'Discontinued': true + }, + + { + 'ProductID': 40, + 'ProductName': 'Boston Crab Meat', + 'SupplierID': 19, + 'QuantityPerUnit': '24 - 4 oz tins', + 'UnitPrice': 18.40, + 'UnitsInStock': 123, + 'Discontinued': true + }, + + { + 'ProductID': 41, + 'ProductName': 'Jack\'s New England Clam Chowder', + 'SupplierID': 19, + 'QuantityPerUnit': '12 - 12 oz cans', + 'UnitPrice': 9.65, + 'UnitsInStock': 85, + 'Discontinued': false + }, + + { + 'ProductID': 42, + 'ProductName': 'Singaporean Hokkien Fried Mee', + 'SupplierID': 20, + 'QuantityPerUnit': '32 - 1 kg pkgs.', + 'UnitPrice': 14.00, + 'UnitsInStock': 26, + 'Discontinued': true + }, + + { + 'ProductID': 43, + 'ProductName': 'Ipoh Coffee', + 'SupplierID': 20, + 'QuantityPerUnit': '16 - 500 g tins', + 'UnitPrice': 46.00, + 'UnitsInStock': 17, + 'Discontinued': false + }, + + { + 'ProductID': 44, + 'ProductName': 'Gula Malacca', + 'SupplierID': 20, + 'QuantityPerUnit': '20 - 2 kg bags', + 'UnitPrice': 19.45, + 'UnitsInStock': 27, + 'Discontinued': false + }, + + { + 'ProductID': 45, + 'ProductName': 'Rogede sild', + 'SupplierID': 21, + 'QuantityPerUnit': '1k pkg.', + 'UnitPrice': 9.50, + 'UnitsInStock': 5, + 'Discontinued': true + }, + + { + 'ProductID': 46, + 'ProductName': 'Spegesild', + 'SupplierID': 21, + 'QuantityPerUnit': '4 - 450 g glasses', + 'UnitPrice': 12.00, + 'UnitsInStock': 95, + 'Discontinued': true + }, + + { + 'ProductID': 47, + 'ProductName': 'Zaanse koeken', + 'SupplierID': 22, + 'QuantityPerUnit': '10 - 4 oz boxes', + 'UnitPrice': 9.50, + 'UnitsInStock': 36, + 'Discontinued': true + }, + + { + 'ProductID': 48, + 'ProductName': 'Chocolade', + 'SupplierID': 22, + 'QuantityPerUnit': '10 pkgs.', + 'UnitPrice': 12.75, + 'UnitsInStock': 15, + 'Discontinued': true + }, + + { + 'ProductID': 49, + 'ProductName': 'Maxilaku', + 'SupplierID': 23, + 'QuantityPerUnit': '24 - 50 g pkgs.', + 'UnitPrice': 20.00, + 'UnitsInStock': 10, + 'Discontinued': false + }, + + { + 'ProductID': 50, + 'ProductName': 'Valkoinen suklaa', + 'SupplierID': 23, + 'QuantityPerUnit': '12 - 100 g bars', + 'UnitPrice': 16.25, + 'UnitsInStock': 65, + 'Discontinued': false + }, + + { + 'ProductID': 51, + 'ProductName': 'Manjimup Dried Apples', + 'SupplierID': 24, + 'QuantityPerUnit': '50 - 300 g pkgs.', + 'UnitPrice': 53.00, + 'UnitsInStock': 20, + 'Discontinued': false + }, + + { + 'ProductID': 52, + 'ProductName': 'Filo Mix', + 'SupplierID': 24, + 'QuantityPerUnit': '16 - 2 kg boxes', + 'UnitPrice': 7.00, + 'UnitsInStock': 38, + 'Discontinued': true + }, + + { + 'ProductID': 53, + 'ProductName': 'Perth Pasties', + 'SupplierID': 24, + 'QuantityPerUnit': '48 pieces', + 'UnitPrice': 32.80, + 'UnitsInStock': 0, + 'Discontinued': true + }, + + { + 'ProductID': 54, + 'ProductName': 'Tourtière', + 'SupplierID': 25, + 'QuantityPerUnit': '16 pies', + 'UnitPrice': 7.45, + 'UnitsInStock': 21, + 'Discontinued': true + }, + + { + 'ProductID': 55, + 'ProductName': 'Pâté chinois', + 'SupplierID': 25, + 'QuantityPerUnit': '24 boxes x 2 pies', + 'UnitPrice': 24.00, + 'UnitsInStock': 115, + 'Discontinued': true + }, + + { + 'ProductID': 56, + 'ProductName': 'Gnocchi di nonna Alice', + 'SupplierID': 26, + 'QuantityPerUnit': '24 - 250 g pkgs.', + 'UnitPrice': 38.00, + 'UnitsInStock': 21, + 'Discontinued': false + }, + + { + 'ProductID': 57, + 'ProductName': 'Ravioli Angelo', + 'SupplierID': 26, + 'QuantityPerUnit': '24 - 250 g pkgs.', + 'UnitPrice': 19.50, + 'UnitsInStock': 36, + 'Discontinued': false + }, + + { + 'ProductID': 58, + 'ProductName': 'Escargots de Bourgogne', + 'SupplierID': 27, + 'QuantityPerUnit': '24 pieces', + 'UnitPrice': 13.25, + 'UnitsInStock': 62, + 'Discontinued': false + }, + + { + 'ProductID': 59, + 'ProductName': 'Raclette Courdavault', + 'SupplierID': 28, + 'QuantityPerUnit': '5 kg pkg.', + 'UnitPrice': 55.00, + 'UnitsInStock': 79, + 'Discontinued': false + }, + + { + 'ProductID': 60, + 'ProductName': 'Camembert Pierrot', + 'SupplierID': 28, + 'QuantityPerUnit': '15 - 300 g rounds', + 'UnitPrice': 34.00, + 'UnitsInStock': 19, + 'Discontinued': false + }, + + { + 'ProductID': 61, + 'ProductName': 'Sirop d\'érable', + 'SupplierID': 29, + 'QuantityPerUnit': '24 - 500 ml bottles', + 'UnitPrice': 28.50, + 'UnitsInStock': 113, + 'Discontinued': false + }, + + { + 'ProductID': 62, + 'ProductName': 'Tarte au sucre', + 'SupplierID': 29, + 'QuantityPerUnit': '48 pies', + 'UnitPrice': 49.30, + 'UnitsInStock': 17, + 'Discontinued': false + }, + + { + 'ProductID': 63, + 'ProductName': 'Vegie-spread', + 'SupplierID': 7, + 'QuantityPerUnit': '15 - 625 g jars', + 'UnitPrice': 43.90, + 'UnitsInStock': 24, + 'Discontinued': true + }, + + { + 'ProductID': 64, + 'ProductName': 'Wimmers gute Semmelknödel', + 'SupplierID': 12, + 'QuantityPerUnit': '20 bags x 4 pieces', + 'UnitPrice': 33.25, + 'UnitsInStock': 22, + 'Discontinued': true + }, + + { + 'ProductID': 65, + 'ProductName': 'Louisiana Fiery Hot Pepper Sauce', + 'SupplierID': 2, + 'QuantityPerUnit': '32 - 8 oz bottles', + 'UnitPrice': 21.05, + 'UnitsInStock': 76, + 'Discontinued': true + }, + + { + 'ProductID': 66, + 'ProductName': 'Louisiana Hot Spiced Okra', + 'SupplierID': 2, + 'QuantityPerUnit': '24 - 8 oz jars', + 'UnitPrice': 17.00, + 'UnitsInStock': 4, + 'Discontinued': false + }, + + { + 'ProductID': 67, + 'ProductName': 'Laughing Lumberjack Lager', + 'SupplierID': 16, + 'QuantityPerUnit': '24 - 12 oz bottles', + 'UnitPrice': 14.00, + 'UnitsInStock': 52, + 'Discontinued': false + }, + + { + 'ProductID': 68, + 'ProductName': 'Scottish Longbreads', + 'SupplierID': 8, + 'QuantityPerUnit': '10 boxes x 8 pieces', + 'UnitPrice': 12.50, + 'UnitsInStock': 6, + 'Discontinued': false + }, + + { + 'ProductID': 69, + 'ProductName': 'Gudbrandsdalsost', + 'SupplierID': 15, + 'QuantityPerUnit': '10 kg pkg.', + 'UnitPrice': 36.00, + 'UnitsInStock': 26, + 'Discontinued': false + }, + + { + 'ProductID': 70, + 'ProductName': 'Outback Lager', + 'SupplierID': 7, + 'QuantityPerUnit': '24 - 355 ml bottles', + 'UnitPrice': 15.00, + 'UnitsInStock': 15, + 'Discontinued': false + }, + + { + 'ProductID': 71, + 'ProductName': 'Flotemysost', + 'SupplierID': 15, + 'QuantityPerUnit': '10 - 500 g pkgs.', + 'UnitPrice': 21.50, + 'UnitsInStock': 26, + 'Discontinued': true + }, + + { + 'ProductID': 72, + 'ProductName': 'Mozzarella di Giovanni', + 'SupplierID': 14, + 'QuantityPerUnit': '24 - 200 g pkgs.', + 'UnitPrice': 34.80, + 'UnitsInStock': 14, + 'Discontinued': true + }, + + { + 'ProductID': 73, + 'ProductName': 'Röd Kaviar', + 'SupplierID': 17, + 'QuantityPerUnit': '24 - 150 g jars', + 'UnitPrice': 15.00, + 'UnitsInStock': 101, + 'Discontinued': true + }, + + { + 'ProductID': 74, + 'ProductName': 'Longlife Tofu', + 'SupplierID': 4, + 'QuantityPerUnit': '5 kg pkg.', + 'UnitPrice': 10.00, + 'UnitsInStock': 4, + 'Discontinued': true + }, + + { + 'ProductID': 75, + 'ProductName': 'Rhönbräu Klosterbier', + 'SupplierID': 12, + 'QuantityPerUnit': '24 - 0.5 l bottles', + 'UnitPrice': 7.75, + 'UnitsInStock': 125, + 'Discontinued': true + }, + + { + 'ProductID': 76, + 'ProductName': 'Lakkalikööri', + 'SupplierID': 23, + 'QuantityPerUnit': '500 ml', + 'UnitPrice': 18.00, + 'UnitsInStock': 57, + 'Discontinued': true + }, + + { + 'ProductID': 77, + 'ProductName': 'Original Frankfurter grüne Soße', + 'SupplierID': 12, + 'QuantityPerUnit': '12 boxes', + 'UnitPrice': 13.00, + 'UnitsInStock': 32, + 'Discontinued': false + }]; + +export let employeeData: Object[] = [{ + 'EmployeeID': 1, + 'LastName': 'Davolio', + 'FirstName': 'Nancy', + 'Title': 'Sales Representative', + 'TitleOfCourtesy': 'Ms.', + 'BirthDate': new Date(-664743600000), + 'HireDate': new Date(704692800000), + 'Address': '507 - 20th Ave. E.\r\nApt. 2A', + 'City': 'Seattle', + 'Region': 'WA', + 'PostalCode': '98122', + 'Country': 'USA', + 'HomePhone': '(206) 555-9857', + 'Extension': '5467', + 'Photo': { 'Length': 21626 }, + + 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\ + \'The Art of the Cold Call.\' Nancy is a member of Toastmasters International.', + 'ReportsTo': 2, + 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' +}, +{ + 'EmployeeID': 2, + 'LastName': 'Fuller', + 'FirstName': 'Andrew', + 'Title': 'Vice President, Sales', + 'TitleOfCourtesy': 'Dr.', + 'BirthDate': new Date(-563828400000), + 'HireDate': new Date(713764800000), + 'Address': '908 W. Capital Way', + 'City': 'Tacoma', + 'Region': 'WA', + 'PostalCode': '98401', + 'Country': 'USA', + 'HomePhone': '(206) 555-9482', + 'Extension': '3457', + 'Photo': { 'Length': 21626 }, + + 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \ + Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \ + was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \ + Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.', + 'ReportsTo': 0, + 'PhotoPath': 'http://accweb/emmployees/fuller.bmp' +}, +{ + 'EmployeeID': 3, + 'LastName': 'Leverling', + 'FirstName': 'Janet', + 'Title': 'Sales Representative', + 'TitleOfCourtesy': 'Ms.', + 'BirthDate': new Date(-200088000000), + 'HireDate': new Date(702104400000), + 'Address': '722 Moss Bay Blvd.', + 'City': 'Kirkland', + 'Region': 'WA', + 'PostalCode': '98033', + 'Country': 'USA', + 'HomePhone': '(206) 555-3412', + 'Extension': '3355', + 'Photo': { 'Length': 21722 }, + + 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \ + She has also completed a certificate program in food retailing management.\ + Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.', + 'ReportsTo': 2, + 'PhotoPath': 'http://accweb/emmployees/leverling.bmp' +}, +{ + 'EmployeeID': 4, + 'LastName': 'Peacock', + 'FirstName': 'Margaret', + 'Title': 'Sales Representative', + 'TitleOfCourtesy': 'Mrs.', + 'BirthDate': new Date(-1018814400000), + 'HireDate': new Date(736401600000), + 'Address': '4110 Old Redmond Rd.', + 'City': 'Redmond', + 'Region': 'WA', + 'PostalCode': '98052', + 'Country': 'USA', + 'HomePhone': '(206) 555-8122', + 'Extension': '5176', + 'Photo': { 'Length': 21626 }, + + 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \ + Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.', + 'ReportsTo': 2, + 'PhotoPath': 'http://accweb/emmployees/peacock.bmp' +}, +{ + 'EmployeeID': 5, + 'LastName': 'Buchanan', + 'FirstName': 'Steven', + 'Title': 'Sales Manager', + 'TitleOfCourtesy': 'Mr.', + 'BirthDate': new Date(-468010800000), + 'HireDate': new Date(750830400000), + 'Address': '14 Garrett Hill', + 'City': 'London', + 'Region': null, + 'PostalCode': + 'SW1 8JR', + 'Country': 'UK', + 'HomePhone': '(71) 555-4848', + 'Extension': '3453', + 'Photo': { 'Length': 21626 }, + + 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \ + a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \ + post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \'Successful \ + Telemarketing\' and \'International Sales Management.\' He is fluent in French.', + 'ReportsTo': 2, + 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp' +}, +{ + 'EmployeeID': 6, + 'LastName': 'Suyama', + 'FirstName': 'Michael', + 'Title': 'Sales Representative', + 'TitleOfCourtesy': 'Mr.', + 'BirthDate': new Date(-205185600000), + 'HireDate': new Date(750830400000), + 'Address': 'Coventry House\r\nMiner Rd.', + 'City': 'London', + 'Region': null, + 'PostalCode': 'EC2 7JR', + 'Country': 'UK', + 'HomePhone': '(71) 555-7773', + 'Extension': '428', + 'Photo': { 'Length': 21626 }, + + 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \ + (MBA, marketing, 1986). He has also taken the courses \'Multi-Cultural Selling\' and \'Time Management for the Sales Professional.\' \ + He is fluent in Japanese and can read and write French, Portuguese, and Spanish.', + 'ReportsTo': 5, + 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' +}, +{ + 'EmployeeID': 7, + 'LastName': 'King', + 'FirstName': 'Robert', + 'Title': 'Sales Representative', + 'TitleOfCourtesy': 'Mr.', + 'BirthDate': new Date(-302731200000), + 'HireDate': new Date(757486800000), + 'Address': 'Edgeham Hollow\r\nWinchester Way', + 'City': 'London', + 'Region': null, + 'PostalCode': 'RG1 9SP', + 'Country': 'UK', + 'HomePhone': '(71) 555-5598', + 'Extension': '465', + 'Photo': { 'Length': 21626 }, + + 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \ + University of Michigan in 1992, the year he joined the company. After completing a course entitled \'Selling in Europe,\' \ + he was transferred to the London office in March 1993.', + 'ReportsTo': 5, + 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' +}, +{ + 'EmployeeID': 8, + 'LastName': 'Callahan', + 'FirstName': 'Laura', + 'Title': 'Inside Sales Coordinator', + 'TitleOfCourtesy': 'Ms.', + 'BirthDate': new Date(-377982000000), + 'HireDate': new Date(762843600000), + 'Address': '4726 - 11th Ave. N.E.', + 'City': 'Seattle', + 'Region': 'WA', + 'PostalCode': '98105', + 'Country': 'USA', + 'HomePhone': '(206) 555-1189', + 'Extension': '2344', + 'Photo': { 'Length': 21626 }, + + 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \ + French. She reads and writes French.', + 'ReportsTo': 2, + 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' +}, +{ + 'EmployeeID': 9, + 'LastName': 'Dodsworth', + 'FirstName': 'Anne', + 'Title': 'Sales Representative', + 'TitleOfCourtesy': 'Ms.', + 'BirthDate': new Date(-123966000000), + 'HireDate': new Date(784875600000), + 'Address': '7 Houndstooth Rd.', + 'City': 'London', + 'Region': null, + 'PostalCode': 'WG2 7LT', + 'Country': 'UK', + 'HomePhone': '(71) 555-4444', + 'Extension': '452', + 'Photo': { 'Length': 21626 }, + + 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.', + 'ReportsTo': 5, + 'PhotoPath': 'http://accweb/emmployees/davolio.bmp' +}]; + +let purchaseData: string = JSON.stringify([ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'OrderDate': '1996-07-04T10:10:00.000Z', + 'ShippedDate': '1996-07-16T12:20:00.000Z', + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'OrderDate': '1996-07-05T12:20:00.000Z', + 'ShippedDate': '1996-07-10T13:20:00.000Z', + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'OrderDate': '1996-07-08T08:40:00.000Z', + 'ShippedDate': '1996-07-12T07:50:00.000Z', + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'OrderDate': '1996-07-08T07:50:00.000Z', + 'ShippedDate': '1996-07-15T15:50:00.000Z', + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'OrderDate': '1996-07-09T12:05:00.000Z', + 'ShippedDate': '1996-07-11T17:30:00.000Z', + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'OrderDate': '1996-07-10T11:20:00.000Z', + 'ShippedDate': '1996-07-16T10:10:00.000Z', + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'OrderDate': '1996-07-11T10:00.00.000Z', + 'ShippedDate': '1996-07-23T20:40:00.000Z', + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'OrderDate': '1996-07-12T10:40:00.000Z', + 'ShippedDate': '1996-07-15T05:40:00.000Z', + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'OrderDate': '1996-07-15T20:50:00.000Z', + 'ShippedDate': '1996-07-17T21:50:00.000Z', + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'OrderDate': '1996-07-16T03:20:00.000Z', + 'ShippedDate': '1996-07-22T14:40:00.000Z', + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-07-17T18:30:00.000Z', + 'ShippedDate': '1996-07-23T14:50:00.000Z', + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'OrderDate': '1996-07-18T01:20:00.000Z', + 'ShippedDate': '1996-07-25T16:20:00.000Z', + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'OrderDate': '1996-07-19T11:20:00.000Z', + 'ShippedDate': '1996-07-29T03:10:00.000Z', + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'OrderDate': '1996-07-19T18:30:00.000Z', + 'ShippedDate': '1996-07-30T23:10:00.000Z', + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-07-22T21:40:00.000Z', + 'ShippedDate': '1996-07-25T19:10:00.000Z', + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-07-23T00:10:00.000Z', + 'ShippedDate': '1996-07-31T22:50:00.000Z', + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'OrderDate': '1996-07-24T20:10:00.000Z', + 'ShippedDate': '1996-08-23T11:40:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'OrderDate': '1996-07-25T23:50:00.000Z', + 'ShippedDate': '1996-08-12T02:10:00.000Z', + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10266, + 'CustomerID': 'WARTH', + 'OrderDate': '1996-07-26T03:10:00.000Z', + 'ShippedDate': '1996-07-31T01:50:00.000Z', + 'Freight': 25.73, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10267, + 'CustomerID': 'FRANK', + 'OrderDate': '1996-07-29T04:10:00.000Z', + 'ShippedDate': '1996-08-06T17:20:00.000Z', + 'Freight': 208.58, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10268, + 'CustomerID': 'GROSR', + 'OrderDate': '1996-07-30T01:20:00.000Z', + 'ShippedDate': '1996-08-02T03:40:00.000Z', + 'Freight': 66.29, + 'ShipName': 'GROSELLA-Restaurante', + 'ShipAddress': '5ª Ave. Los Palos Grandes', + 'ShipCity': 'Caracas', + 'ShipRegion': 'DF', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10269, + 'CustomerID': 'WHITC', + 'OrderDate': '1996-07-31T05:10:00.000Z', + 'ShippedDate': '1996-08-09T07:10:00.000Z', + 'Freight': 4.56, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10270, + 'CustomerID': 'WARTH', + 'OrderDate': '1996-08-01T09:10:00.000Z', + 'ShippedDate': '1996-08-02T11:10:00.000Z', + 'Freight': 136.54, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10271, + 'CustomerID': 'SPLIR', + 'OrderDate': '1996-08-01T13:10:00.000Z', + 'ShippedDate': '1996-08-30T15:10:00.000Z', + 'Freight': 4.54, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10272, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-08-02T17:10:00.000Z', + 'ShippedDate': '1996-08-06T19:10:00.000Z', + 'Freight': 98.03, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10273, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-08-05T21:10:00.000Z', + 'ShippedDate': '1996-08-12T23:10:00.000Z', + 'Freight': 76.07, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10274, + 'CustomerID': 'VINET', + 'OrderDate': '1996-08-06T02:10:00.000Z', + 'ShippedDate': '1996-08-16T04:10:00.000Z', + 'Freight': 6.01, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10275, + 'CustomerID': 'MAGAA', + 'OrderDate': '1996-08-07T06:10:00.000Z', + 'ShippedDate': '1996-08-09T08:10:00.000Z', + 'Freight': 26.93, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10276, + 'CustomerID': 'TORTU', + 'OrderDate': '1996-08-08T10:10:00.000Z', + 'ShippedDate': '1996-08-14T12:10:00.000Z', + 'Freight': 13.84, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10277, + 'CustomerID': 'MORGK', + 'OrderDate': '1996-08-09T14:10:00.000Z', + 'ShippedDate': '1996-08-13T16:10:00.000Z', + 'Freight': 125.77, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10278, + 'CustomerID': 'BERGS', + 'OrderDate': '1996-08-12T18:10:00.000Z', + 'ShippedDate': '1996-08-16T20:10:00.000Z', + 'Freight': 92.69, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10279, + 'CustomerID': 'LEHMS', + 'OrderDate': '1996-08-13T22:10:00.000Z', + 'ShippedDate': '1996-08-16T02:10:00.000Z', + 'Freight': 25.83, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10280, + 'CustomerID': 'BERGS', + 'OrderDate': '1996-08-14T01:40:00.000Z', + 'ShippedDate': '1996-09-12T02:40:00.000Z', + 'Freight': 8.98, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10281, + 'CustomerID': 'ROMEY', + 'OrderDate': '1996-08-14T03:40:00.000Z', + 'ShippedDate': '1996-08-21T04:40:00.000Z', + 'Freight': 2.94, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10282, + 'CustomerID': 'ROMEY', + 'OrderDate': '1996-08-15T05:40:00.000Z', + 'ShippedDate': '1996-08-21T06:40:00.000Z', + 'Freight': 12.69, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10283, + 'CustomerID': 'LILAS', + 'OrderDate': '1996-08-16T07:40:00.000Z', + 'ShippedDate': '1996-08-23T08:40:00.000Z', + 'Freight': 84.81, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10284, + 'CustomerID': 'LEHMS', + 'OrderDate': '1996-08-19T09:40:00.000Z', + 'ShippedDate': '1996-08-27T10:40:00.000Z', + 'Freight': 76.56, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10285, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-08-20T11:40:00.000Z', + 'ShippedDate': '1996-08-26T12:40:00.000Z', + 'Freight': 76.83, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10286, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-08-21T01:50:00.000Z', + 'ShippedDate': '1996-08-30T02:50:00.000Z', + 'Freight': 229.24, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10287, + 'CustomerID': 'RICAR', + 'OrderDate': '1996-08-22T03:50:00.000Z', + 'ShippedDate': '1996-08-28T04:50:00.000Z', + 'Freight': 12.76, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10288, + 'CustomerID': 'REGGC', + 'OrderDate': '1996-08-23T05:50:00.000Z', + 'ShippedDate': '1996-09-03T06:50:00.000Z', + 'Freight': 7.45, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10289, + 'CustomerID': 'BSBEV', + 'OrderDate': '1996-08-26T07:50:00.000Z', + 'ShippedDate': '1996-08-28T08:50:00.000Z', + 'Freight': 22.77, + 'ShipName': 'B\'s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10290, + 'CustomerID': 'COMMI', + 'OrderDate': '1996-08-27T09:50:00.000Z', + 'ShippedDate': '1996-09-03T10:50:00.000Z', + 'Freight': 79.7, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10291, + 'CustomerID': 'QUEDE', + 'OrderDate': '1996-08-27T11:50:00.000Z', + 'ShippedDate': '1996-09-04T12:50:00.000Z', + 'Freight': 6.4, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10292, + 'CustomerID': 'TRADH', + 'OrderDate': '1996-08-28T01:10:00.000Z', + 'ShippedDate': '1996-09-02T02:10:00.000Z', + 'Freight': 1.35, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10293, + 'CustomerID': 'TORTU', + 'OrderDate': '1996-08-29T03:10:00.000Z', + 'ShippedDate': '1996-09-11T04:10:00.000Z', + 'Freight': 21.18, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10294, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-08-30T05:10:00.000Z', + 'ShippedDate': '1996-09-05T06:10:00.000Z', + 'Freight': 147.26, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10295, + 'CustomerID': 'VINET', + 'OrderDate': '1996-09-02T07:10:00.000Z', + 'ShippedDate': '1996-09-10T08:10:00.000Z', + 'Freight': 1.15, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10296, + 'CustomerID': 'LILAS', + 'OrderDate': '1996-09-03T09:10:00.000Z', + 'ShippedDate': '1996-09-11T10:10:00.000Z', + 'Freight': 0.12, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10297, + 'CustomerID': 'BLONP', + 'OrderDate': '1996-09-04T11:10:00.000Z', + 'ShippedDate': '1996-09-10T12:10:00.000Z', + 'Freight': 5.74, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10298, + 'CustomerID': 'HUNGO', + 'OrderDate': '1996-09-05T01:10:00.000Z', + 'ShippedDate': '1996-09-11T02:20:00.000Z', + 'Freight': 168.22, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10299, + 'CustomerID': 'RICAR', + 'OrderDate': '1996-09-06T03:20:00.000Z', + 'ShippedDate': '1996-09-13T04:20:00.000Z', + 'Freight': 29.76, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10300, + 'CustomerID': 'MAGAA', + 'OrderDate': '1996-09-09T05:20:00.000Z', + 'ShippedDate': '1996-09-18T06:20:00.000Z', + 'Freight': 17.68, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10301, + 'CustomerID': 'WANDK', + 'OrderDate': '1996-09-09T07:20:00.000Z', + 'ShippedDate': '1996-09-17T08:20:00.000Z', + 'Freight': 45.08, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10302, + 'CustomerID': 'SUPRD', + 'OrderDate': '1996-09-10T09:20:00.000Z', + 'ShippedDate': '1996-10-09T10:20:00.000Z', + 'Freight': 6.27, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10303, + 'CustomerID': 'GODOS', + 'OrderDate': '1996-09-11T11:20:00.000Z', + 'ShippedDate': '1996-09-18T12:20:00.000Z', + 'Freight': 107.83, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10304, + 'CustomerID': 'TORTU', + 'OrderDate': '1996-09-12T00:10:00.000Z', + 'ShippedDate': '1996-09-17T01:20:00.000Z', + 'Freight': 63.79, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10305, + 'CustomerID': 'OLDWO', + 'OrderDate': '1996-09-13T01:20:00.000Z', + 'ShippedDate': '1996-10-09T02:20:00.000Z', + 'Freight': 257.62, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10306, + 'CustomerID': 'ROMEY', + 'OrderDate': '1996-09-16T03:20:00.000Z', + 'ShippedDate': '1996-09-23T04:20:00.000Z', + 'Freight': 7.56, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10307, + 'CustomerID': 'LONEP', + 'OrderDate': '1996-09-17T05:20:00.000Z', + 'ShippedDate': '1996-09-25T06:20:00.000Z', + 'Freight': 0.56, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10308, + 'CustomerID': 'ANATR', + 'OrderDate': '1996-09-18T07:20:00.000Z', + 'ShippedDate': '1996-09-24T08:20:00.000Z', + 'Freight': 1.61, + 'ShipName': 'Ana Trujillo Emparedados y helados', + 'ShipAddress': 'Avda. de la Constitución 2222', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10309, + 'CustomerID': 'HUNGO', + 'OrderDate': '1996-09-19T09:20:00.000Z', + 'ShippedDate': '1996-10-23T10:20:00.000Z', + 'Freight': 47.3, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10310, + 'CustomerID': 'THEBI', + 'OrderDate': '1996-09-20T11:20:00.000Z', + 'ShippedDate': '1996-09-27T12:20:00.000Z', + 'Freight': 17.52, + 'ShipName': 'The Big Cheese', + 'ShipAddress': '89 Jefferson Way Suite 2', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10311, + 'CustomerID': 'DUMON', + 'OrderDate': '1996-09-20T13:20:00.000Z', + 'ShippedDate': '1996-09-26T14:20:00.000Z', + 'Freight': 24.69, + 'ShipName': 'Du monde entier', + 'ShipAddress': '67, rue des Cinquante Otages', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10312, + 'CustomerID': 'WANDK', + 'OrderDate': '1996-09-23T15:20:00.000Z', + 'ShippedDate': '1996-10-03T16:20:00.000Z', + 'Freight': 40.26, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10313, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-09-24T17:20:00.000Z', + 'ShippedDate': '1996-10-04T18:20:00.000Z', + 'Freight': 1.96, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10314, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-09-25T19:20:00.000Z', + 'ShippedDate': '1996-10-04T20:20:00.000Z', + 'Freight': 74.16, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10315, + 'CustomerID': 'ISLAT', + 'OrderDate': '1996-09-26T21:20:00.000Z', + 'ShippedDate': '1996-10-03T22:20:00.000Z', + 'Freight': 41.76, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10316, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-09-27T23:20:00.000Z', + 'ShippedDate': '1996-10-08T00:30:00.000Z', + 'Freight': 150.15, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10317, + 'CustomerID': 'LONEP', + 'OrderDate': '1996-09-30T01:30:00.000Z', + 'ShippedDate': '1996-10-10T02:30:00.000Z', + 'Freight': 12.69, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10318, + 'CustomerID': 'ISLAT', + 'OrderDate': '1996-10-01T03:30:00.000Z', + 'ShippedDate': '1996-10-04T03:30:00.000Z', + 'Freight': 4.73, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10319, + 'CustomerID': 'TORTU', + 'OrderDate': '1996-10-02T04:30:00.000Z', + 'ShippedDate': '1996-10-11T05:30:00.000Z', + 'Freight': 64.5, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10320, + 'CustomerID': 'WARTH', + 'OrderDate': '1996-10-03T06:30:00.000Z', + 'ShippedDate': '1996-10-18T07:30:00.000Z', + 'Freight': 34.57, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10321, + 'CustomerID': 'ISLAT', + 'OrderDate': '1996-10-03T08:30:00.000Z', + 'ShippedDate': '1996-10-11T09:30:00.000Z', + 'Freight': 3.43, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10322, + 'CustomerID': 'PERIC', + 'OrderDate': '1996-10-04T10:30:00.000Z', + 'ShippedDate': '1996-10-23T11:30:00.000Z', + 'Freight': 0.4, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10323, + 'CustomerID': 'KOENE', + 'OrderDate': '1996-10-07T12:30:00.000Z', + 'ShippedDate': '1996-10-14T13:30:00.000Z', + 'Freight': 4.88, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10324, + 'CustomerID': 'SAVEA', + 'OrderDate': '1996-10-08T14:30:00.000Z', + 'ShippedDate': '1996-10-10T15:30:00.000Z', + 'Freight': 214.27, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10325, + 'CustomerID': 'KOENE', + 'OrderDate': '1996-10-09T16:30:00.000Z', + 'ShippedDate': '1996-10-14T17:30:00.000Z', + 'Freight': 64.86, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10326, + 'CustomerID': 'BOLID', + 'OrderDate': '1996-10-10T18:30:00.000Z', + 'ShippedDate': '1996-10-14T19:30:00.000Z', + 'Freight': 77.92, + 'ShipName': 'Bólido Comidas preparadas', + 'ShipAddress': 'C/ Araquil, 67', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10327, + 'CustomerID': 'FOLKO', + 'OrderDate': '1996-10-11T20:30:00.000Z', + 'ShippedDate': '1996-10-14T21:30:00.000Z', + 'Freight': 63.36, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10328, + 'CustomerID': 'FURIB', + 'OrderDate': '1996-10-14T22:30:00.000Z', + 'ShippedDate': '1996-10-17T23:30:00.000Z', + 'Freight': 87.03, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10329, + 'CustomerID': 'SPLIR', + 'OrderDate': '1996-10-15T00:40:00.000Z', + 'ShippedDate': '1996-10-23T01:40:00.000Z', + 'Freight': 191.67, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10330, + 'CustomerID': 'LILAS', + 'OrderDate': '1996-10-16T02:40:00.000Z', + 'ShippedDate': '1996-10-28T03:40:00.000Z', + 'Freight': 12.75, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10331, + 'CustomerID': 'BONAP', + 'OrderDate': '1996-10-16T02:40:00.000Z', + 'ShippedDate': '1996-10-21T03:40:00.000Z', + 'Freight': 10.19, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10332, + 'CustomerID': 'MEREP', + 'OrderDate': '1996-10-17T04:40:00.000Z', + 'ShippedDate': '1996-10-21T05:40:00.000Z', + 'Freight': 52.84, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10333, + 'CustomerID': 'WARTH', + 'OrderDate': '1996-10-18T06:40:00.000Z', + 'ShippedDate': '1996-10-25T07:40:00.000Z', + 'Freight': 0.59, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10334, + 'CustomerID': 'VICTE', + 'OrderDate': '1996-10-21T08:40:00.000Z', + 'ShippedDate': '1996-10-28T09:40:00.000Z', + 'Freight': 8.56, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10335, + 'CustomerID': 'HUNGO', + 'OrderDate': '1996-10-22T10:40:00.000Z', + 'ShippedDate': '1996-10-24T11:40:00.000Z', + 'Freight': 42.11, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10336, + 'CustomerID': 'PRINI', + 'OrderDate': '1996-10-23T12:40:00.000Z', + 'ShippedDate': '1996-10-25T13:40:00.000Z', + 'Freight': 15.51, + 'ShipName': 'Princesa Isabel Vinhos', + 'ShipAddress': 'Estrada da saúde n. 58', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10337, + 'CustomerID': 'FRANK', + 'OrderDate': '1996-10-24T14:40:00.000Z', + 'ShippedDate': '1996-10-29T14:40:00.000Z', + 'Freight': 108.26, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10338, + 'CustomerID': 'OLDWO', + 'OrderDate': '1996-10-25T15:40:00.000Z', + 'ShippedDate': '1996-10-29T16:40:00.000Z', + 'Freight': 84.21, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10339, + 'CustomerID': 'MEREP', + 'OrderDate': '1996-10-28T17:40:00.000Z', + 'ShippedDate': '1996-11-04T18:40:00.000Z', + 'Freight': 15.66, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10340, + 'CustomerID': 'BONAP', + 'OrderDate': '1996-10-29T19:40:00.000Z', + 'ShippedDate': '1996-11-08T20:40:00.000Z', + 'Freight': 166.31, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10341, + 'CustomerID': 'SIMOB', + 'OrderDate': '1996-10-29T21:40:00.000Z', + 'ShippedDate': '1996-11-05T22:40:00.000Z', + 'Freight': 26.78, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10342, + 'CustomerID': 'FRANK', + 'OrderDate': '1996-10-30T23:40:00.000Z', + 'ShippedDate': '1996-11-04T00:50:00.000Z', + 'Freight': 54.83, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10343, + 'CustomerID': 'LEHMS', + 'OrderDate': '1996-10-31T01:50:00.000Z', + 'ShippedDate': '1996-11-06T02:50:00.000Z', + 'Freight': 110.37, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10344, + 'CustomerID': 'WHITC', + 'OrderDate': '1996-11-01T03:50:00.000Z', + 'ShippedDate': '1996-11-05T04:50:00.000Z', + 'Freight': 23.29, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10345, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-11-04T05:50:00.000Z', + 'ShippedDate': '1996-11-11T05:50:00.000Z', + 'Freight': 249.06, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10346, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-11-05T06:50:00.000Z', + 'ShippedDate': '1996-11-08T07:50:00.000Z', + 'Freight': 142.08, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10347, + 'CustomerID': 'FAMIA', + 'OrderDate': '1996-11-06T08:50:00.000Z', + 'ShippedDate': '1996-11-08T09:50:00.000Z', + 'Freight': 3.1, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10348, + 'CustomerID': 'WANDK', + 'OrderDate': '1996-11-07T10:50:00.000Z', + 'ShippedDate': '1996-11-15T11:50:00.000Z', + 'Freight': 0.78, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10349, + 'CustomerID': 'SPLIR', + 'OrderDate': '1996-11-08T12:50:00.000Z', + 'ShippedDate': '1996-11-15T13:50:00.000Z', + 'Freight': 8.63, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10350, + 'CustomerID': 'LAMAI', + 'OrderDate': '1996-11-11T14:50:00.000Z', + 'ShippedDate': '1996-12-03T15:50:00.000Z', + 'Freight': 64.19, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10351, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-11-11T16:50:00.000Z', + 'ShippedDate': '1996-11-20T17:50:00.000Z', + 'Freight': 162.33, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10352, + 'CustomerID': 'FURIB', + 'OrderDate': '1996-11-12T18:50:00.000Z', + 'ShippedDate': '1996-11-18T19:50:00.000Z', + 'Freight': 1.3, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10353, + 'CustomerID': 'PICCO', + 'OrderDate': '1996-11-13T20:50:00.000Z', + 'ShippedDate': '1996-11-25T21:50:00.000Z', + 'Freight': 360.63, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10354, + 'CustomerID': 'PERIC', + 'OrderDate': '1996-11-14T21:50:00.000Z', + 'ShippedDate': '1996-11-20T22:50:00.000Z', + 'Freight': 53.8, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10355, + 'CustomerID': 'AROUT', + 'OrderDate': '1996-11-15T23:50:00.000Z', + 'ShippedDate': '1996-11-20T00:50:00.000Z', + 'Freight': 41.95, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10356, + 'CustomerID': 'WANDK', + 'OrderDate': '1996-11-18T01:05:00.000Z', + 'ShippedDate': '1996-11-27T02:05:00.000Z', + 'Freight': 36.71, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10357, + 'CustomerID': 'LILAS', + 'OrderDate': '1996-11-19T03:05:00.000Z', + 'ShippedDate': '1996-12-02T04:05:00.000Z', + 'Freight': 34.88, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10358, + 'CustomerID': 'LAMAI', + 'OrderDate': '1996-11-20T05:05:00.000Z', + 'ShippedDate': '1996-11-27T06:05:00.000Z', + 'Freight': 19.64, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10359, + 'CustomerID': 'SEVES', + 'OrderDate': '1996-11-21T07:05:00.000Z', + 'ShippedDate': '1996-11-26T08:05:00.000Z', + 'Freight': 288.43, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10360, + 'CustomerID': 'BLONP', + 'OrderDate': '1996-11-22T09:05:00.000Z', + 'ShippedDate': '1996-12-02T10:05:00.000Z', + 'Freight': 131.7, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10361, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-11-22T11:05:00.000Z', + 'ShippedDate': '1996-12-03T12:05:00.000Z', + 'Freight': 183.17, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10362, + 'CustomerID': 'BONAP', + 'OrderDate': '1996-11-25T13:05:00.000Z', + 'ShippedDate': '1996-11-28T14:05:00.000Z', + 'Freight': 96.04, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10363, + 'CustomerID': 'DRACD', + 'OrderDate': '1996-11-26T15:05:00.000Z', + 'ShippedDate': '1996-12-04T16:05:00.000Z', + 'Freight': 30.54, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10364, + 'CustomerID': 'EASTC', + 'OrderDate': '1996-11-26T17:05:00.000Z', + 'ShippedDate': '1996-12-04T18:05:00.000Z', + 'Freight': 71.97, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10365, + 'CustomerID': 'ANTON', + 'OrderDate': '1996-11-27T19:05:00.000Z', + 'ShippedDate': '1996-12-02T20:05:00.000Z', + 'Freight': 22, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10366, + 'CustomerID': 'GALED', + 'OrderDate': '1996-11-28T21:05:00.000Z', + 'ShippedDate': '1996-12-30T22:05:00.000Z', + 'Freight': 10.14, + 'ShipName': 'Galería del gastronómo', + 'ShipAddress': 'Rambla de Cataluña, 23', + 'ShipCity': 'Barcelona', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10367, + 'CustomerID': 'VAFFE', + 'OrderDate': '1996-11-28T23:05:00.000Z', + 'ShippedDate': '1996-12-02T00:05:00.000Z', + 'Freight': 13.55, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10368, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-11-29T02:00.00.000Z', + 'ShippedDate': '1996-12-02T04:00.00.000Z', + 'Freight': 101.95, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10369, + 'CustomerID': 'SPLIR', + 'OrderDate': '1996-12-02T04:00.00.000Z', + 'ShippedDate': '1996-12-09T07:25:00.000Z', + 'Freight': 195.68, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10370, + 'CustomerID': 'CHOPS', + 'OrderDate': '1996-12-03T06:00.00.000Z', + 'ShippedDate': '1996-12-27T07:00.00.000Z', + 'Freight': 1.17, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10371, + 'CustomerID': 'LAMAI', + 'OrderDate': '1996-12-03T08:00.00.000Z', + 'ShippedDate': '1996-12-24T09:00.00.000Z', + 'Freight': 0.45, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10372, + 'CustomerID': 'QUEEN', + 'OrderDate': '1996-12-04T10:00.00.000Z', + 'ShippedDate': '1996-12-09T11:00.00.000Z', + 'Freight': 890.78, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10373, + 'CustomerID': 'HUNGO', + 'OrderDate': '1996-12-05T12:00.00.000Z', + 'ShippedDate': '1996-12-11T13:00.00.000Z', + 'Freight': 124.12, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10374, + 'CustomerID': 'WOLZA', + 'OrderDate': '1996-12-05T14:00.00.000Z', + 'ShippedDate': '1996-12-09T15:00.00.000Z', + 'Freight': 3.94, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + { + 'OrderID': 10375, + 'CustomerID': 'HUNGC', + 'OrderDate': '1996-12-06T16:00.00.000Z', + 'ShippedDate': '1996-12-09T17:00.00.000Z', + 'Freight': 20.12, + 'ShipName': 'Hungry Coyote Import Store', + 'ShipAddress': 'City Center Plaza 516 Main St.', + 'ShipCity': 'Elgin', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10376, + 'CustomerID': 'MEREP', + 'OrderDate': '1996-12-09T18:00.00.000Z', + 'ShippedDate': '1996-12-13T19:00.00.000Z', + 'Freight': 20.39, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10377, + 'CustomerID': 'SEVES', + 'OrderDate': '1996-12-09T20:00.00.000Z', + 'ShippedDate': '1996-12-13T21:00.00.000Z', + 'Freight': 22.21, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10378, + 'CustomerID': 'FOLKO', + 'OrderDate': '1996-12-10T22:00.00.000Z', + 'ShippedDate': '1996-12-19T23:00.00.000Z', + 'Freight': 5.44, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10379, + 'CustomerID': 'QUEDE', + 'OrderDate': '1996-12-11T01:25:00.000Z', + 'ShippedDate': '1996-12-13T02:25:00.000Z', + 'Freight': 45.03, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10380, + 'CustomerID': 'HUNGO', + 'OrderDate': '1996-12-12T03:25:00.000Z', + 'ShippedDate': '1997-01-16T04:25:00.000Z', + 'Freight': 35.03, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10381, + 'CustomerID': 'LILAS', + 'OrderDate': '1996-12-12T05:25:00.000Z', + 'ShippedDate': '1996-12-13T06:25:00.000Z', + 'Freight': 7.99, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10382, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-12-13T07:25:00.000Z', + 'ShippedDate': '1996-12-16T07:25:00.000Z', + 'Freight': 94.77, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10383, + 'CustomerID': 'AROUT', + 'OrderDate': '1996-12-16T07:25:00.000Z', + 'ShippedDate': '1996-12-18T02:25:00.000Z', + 'Freight': 34.24, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10384, + 'CustomerID': 'BERGS', + 'OrderDate': '1996-12-16T03:25:00.000Z', + 'ShippedDate': '1996-12-20T04:25:00.000Z', + 'Freight': 168.64, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10385, + 'CustomerID': 'SPLIR', + 'OrderDate': '1996-12-17T04:25:00.000Z', + 'ShippedDate': '1996-12-23T04:25:00.000Z', + 'Freight': 30.96, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10386, + 'CustomerID': 'FAMIA', + 'OrderDate': '1996-12-18T05:25:00.000Z', + 'ShippedDate': '1996-12-25T06:25:00.000Z', + 'Freight': 13.99, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10387, + 'CustomerID': 'SANTG', + 'OrderDate': '1996-12-18T07:25:00.000Z', + 'ShippedDate': '1996-12-20T08:25:00.000Z', + 'Freight': 93.63, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + { + 'OrderID': 10388, + 'CustomerID': 'SEVES', + 'OrderDate': '1996-12-19T09:25:00.000Z', + 'ShippedDate': '1996-12-20T10:25:00.000Z', + 'Freight': 34.86, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10389, + 'CustomerID': 'BOTTM', + 'OrderDate': '1996-12-20T11:25:00.000Z', + 'ShippedDate': '1996-12-24T12:25:00.000Z', + 'Freight': 47.42, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10390, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-12-23T13:25:00.000Z', + 'ShippedDate': '1996-12-26T14:25:00.000Z', + 'Freight': 126.38, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10391, + 'CustomerID': 'DRACD', + 'OrderDate': '1996-12-23T15:25:00.000Z', + 'ShippedDate': '1996-12-31T16:25:00.000Z', + 'Freight': 5.45, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10392, + 'CustomerID': 'PICCO', + 'OrderDate': '1996-12-24T17:25:00.000Z', + 'ShippedDate': '1997-01-01T18:25:00.000Z', + 'Freight': 122.46, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10393, + 'CustomerID': 'SAVEA', + 'OrderDate': '1996-12-25T19:25:00.000Z', + 'ShippedDate': '1997-01-03T20:25:00.000Z', + 'Freight': 126.56, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10394, + 'CustomerID': 'HUNGC', + 'OrderDate': '1996-12-25T21:25:00.000Z', + 'ShippedDate': '1997-01-03T22:25:00.000Z', + 'Freight': 30.34, + 'ShipName': 'Hungry Coyote Import Store', + 'ShipAddress': 'City Center Plaza 516 Main St.', + 'ShipCity': 'Elgin', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10395, + 'CustomerID': 'HILAA', + 'OrderDate': '1996-12-26T23:25:00.000Z', + 'ShippedDate': '1997-01-03T00:25:00.000Z', + 'Freight': 184.41, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10396, + 'CustomerID': 'FRANK', + 'OrderDate': '1996-12-27T01:45:00.000Z', + 'ShippedDate': '1997-01-06T02:45:00.000Z', + 'Freight': 135.35, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10397, + 'CustomerID': 'PRINI', + 'OrderDate': '1996-12-27T03:45:00.000Z', + 'ShippedDate': '1997-01-02T04:45:00.000Z', + 'Freight': 60.26, + 'ShipName': 'Princesa Isabel Vinhos', + 'ShipAddress': 'Estrada da saúde n. 58', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10398, + 'CustomerID': 'SAVEA', + 'OrderDate': '1996-12-30T05:45:00.000Z', + 'ShippedDate': '1997-01-09T06:45:00.000Z', + 'Freight': 89.16, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10399, + 'CustomerID': 'VAFFE', + 'OrderDate': '1996-12-31T07:45:00.000Z', + 'ShippedDate': '1997-01-08T08:45:00.000Z', + 'Freight': 27.36, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10400, + 'CustomerID': 'EASTC', + 'OrderDate': '1997-01-01T09:45:00.000Z', + 'ShippedDate': '1997-01-16T10:45:00.000Z', + 'Freight': 83.93, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10401, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-01-01T11:45:00.000Z', + 'ShippedDate': '1997-01-10T12:45:00.000Z', + 'Freight': 12.51, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10402, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-01-02T13:45:00.000Z', + 'ShippedDate': '1997-01-10T14:45:00.000Z', + 'Freight': 67.88, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10403, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-01-03T15:45:00.000Z', + 'ShippedDate': '1997-01-09T16:45:00.000Z', + 'Freight': 73.79, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10404, + 'CustomerID': 'MAGAA', + 'OrderDate': '1997-01-03T17:45:00.000Z', + 'ShippedDate': '1997-01-08T18:45:00.000Z', + 'Freight': 155.97, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10405, + 'CustomerID': 'LINOD', + 'OrderDate': '1997-01-06T19:45:00.000Z', + 'ShippedDate': '1997-01-22T20:45:00.000Z', + 'Freight': 34.82, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10406, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-01-07T21:45:00.000Z', + 'ShippedDate': '1997-01-13T22:45:00.000Z', + 'Freight': 108.04, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10407, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-01-07T23:45:00.000Z', + 'ShippedDate': '1997-01-30T01:55:00.000Z', + 'Freight': 91.48, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10408, + 'CustomerID': 'FOLIG', + 'OrderDate': '1997-01-08T01:55:00.000Z', + 'ShippedDate': '1997-01-14T01:55:00.000Z', + 'Freight': 11.26, + 'ShipName': 'Folies gourmandes', + 'ShipAddress': '184, chaussée de Tournai', + 'ShipCity': 'Lille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10409, + 'CustomerID': 'OCEAN', + 'OrderDate': '1997-01-09T02:55:00.000Z', + 'ShippedDate': '1997-01-14T03:55:00.000Z', + 'Freight': 29.83, + 'ShipName': 'Océano Atlántico Ltda.', + 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10410, + 'CustomerID': 'BOTTM', + 'OrderDate': '1997-01-10T04:55:00.000Z', + 'ShippedDate': '1997-01-15T05:55:00.000Z', + 'Freight': 2.4, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10411, + 'CustomerID': 'BOTTM', + 'OrderDate': '1997-01-10T06:55:00.000Z', + 'ShippedDate': '1997-01-21T07:55:00.000Z', + 'Freight': 23.65, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10412, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-01-13T08:55:00.000Z', + 'ShippedDate': '1997-01-15T09:55:00.000Z', + 'Freight': 3.77, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10413, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-01-14T10:55:00.000Z', + 'ShippedDate': '1997-01-16T11:55:00.000Z', + 'Freight': 95.66, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10414, + 'CustomerID': 'FAMIA', + 'OrderDate': '1997-01-14T12:55:00.000Z', + 'ShippedDate': '1997-01-17T13:55:00.000Z', + 'Freight': 21.48, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10415, + 'CustomerID': 'HUNGC', + 'OrderDate': '1997-01-15T14:55:00.000Z', + 'ShippedDate': '1997-01-24T15:55:00.000Z', + 'Freight': 0.2, + 'ShipName': 'Hungry Coyote Import Store', + 'ShipAddress': 'City Center Plaza 516 Main St.', + 'ShipCity': 'Elgin', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10416, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-01-16T16:55:00.000Z', + 'ShippedDate': '1997-01-27T17:55:00.000Z', + 'Freight': 22.72, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10417, + 'CustomerID': 'SIMOB', + 'OrderDate': '1997-01-16T18:55:00.000Z', + 'ShippedDate': '1997-01-28T19:55:00.000Z', + 'Freight': 70.29, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10418, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-01-17T20:55:00.000Z', + 'ShippedDate': '1997-01-24T21:55:00.000Z', + 'Freight': 17.55, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10419, + 'CustomerID': 'RICSU', + 'OrderDate': '1997-01-20T22:55:00.000Z', + 'ShippedDate': '1997-01-30T23:55:00.000Z', + 'Freight': 137.35, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10420, + 'CustomerID': 'WELLI', + 'OrderDate': '1997-01-21T01:05:00.000Z', + 'ShippedDate': '1997-01-27T012:05:00.000Z', + 'Freight': 44.12, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10421, + 'CustomerID': 'QUEDE', + 'OrderDate': '1997-01-21T02:05:00.000Z', + 'ShippedDate': '1997-01-27T03:05:00.000Z', + 'Freight': 99.23, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10422, + 'CustomerID': 'FRANS', + 'OrderDate': '1997-01-22T04:05:00.000Z', + 'ShippedDate': '1997-01-31T05:05:00.000Z', + 'Freight': 3.02, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10423, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-01-23T06:05:00.000Z', + 'ShippedDate': '1997-02-24T07:05:00.000Z', + 'Freight': 24.5, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10424, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-01-23T08:05:00.000Z', + 'ShippedDate': '1997-01-27T09:05:00.000Z', + 'Freight': 370.61, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10425, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-01-24T10:05:00.000Z', + 'ShippedDate': '1997-02-14T11:05:00.000Z', + 'Freight': 7.93, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10426, + 'CustomerID': 'GALED', + 'OrderDate': '1997-01-27T12:05:00.000Z', + 'ShippedDate': '1997-02-06T13:05:00.000Z', + 'Freight': 18.69, + 'ShipName': 'Galería del gastronómo', + 'ShipAddress': 'Rambla de Cataluña, 23', + 'ShipCity': 'Barcelona', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10427, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-01-27T14:05:00.000Z', + 'ShippedDate': '1997-03-03T15:05:00.000Z', + 'Freight': 31.29, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10428, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-01-28T16:05:00.000Z', + 'ShippedDate': '1997-02-04T17:05:00.000Z', + 'Freight': 11.09, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10429, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-01-29T18:05:00.000Z', + 'ShippedDate': '1997-02-07T19:05:00.000Z', + 'Freight': 56.63, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10430, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-01-30T20:05:00.000Z', + 'ShippedDate': '1997-02-03T21:05:00.000Z', + 'Freight': 458.78, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10431, + 'CustomerID': 'BOTTM', + 'OrderDate': '1997-01-30T22:05:00.000Z', + 'ShippedDate': '1997-02-07T23:05:00.000Z', + 'Freight': 44.17, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10432, + 'CustomerID': 'SPLIR', + 'OrderDate': '1997-01-31T01:15:00.000Z', + 'ShippedDate': '1997-02-07T02:15:00.000Z', + 'Freight': 4.34, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10433, + 'CustomerID': 'PRINI', + 'OrderDate': '1997-02-03T03:15:00.000Z', + 'ShippedDate': '1997-03-04T04:15:00.000Z', + 'Freight': 73.83, + 'ShipName': 'Princesa Isabel Vinhos', + 'ShipAddress': 'Estrada da saúde n. 58', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10434, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-02-03T05:15:00.000Z', + 'ShippedDate': '1997-02-13T06:15:00.000Z', + 'Freight': 17.92, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10435, + 'CustomerID': 'CONSH', + 'OrderDate': '1997-02-04T07:15:00.000Z', + 'ShippedDate': '1997-02-07T08:15:00.000Z', + 'Freight': 9.21, + 'ShipName': 'Consolidated Holdings', + 'ShipAddress': 'Berkeley Gardens 12 Brewery', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10436, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-02-05T09:15:00.000Z', + 'ShippedDate': '1997-02-11T10:15:00.000Z', + 'Freight': 156.66, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10437, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-02-05T11:15:00.000Z', + 'ShippedDate': '1997-02-12T12:15:00.000Z', + 'Freight': 19.97, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10438, + 'CustomerID': 'TOMSP', + 'OrderDate': '1997-02-06T13:15:00.000Z', + 'ShippedDate': '1997-02-14T14:15:00.000Z', + 'Freight': 8.24, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10439, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-02-07T15:15:00.000Z', + 'ShippedDate': '1997-02-10T16:15:00.000Z', + 'Freight': 4.07, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10440, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-02-10T17:15:00.000Z', + 'ShippedDate': '1997-02-28T18:15:00.000Z', + 'Freight': 86.53, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10441, + 'CustomerID': 'OLDWO', + 'OrderDate': '1997-02-10T19:15:00.000Z', + 'ShippedDate': '1997-03-14T20:15:00.000Z', + 'Freight': 73.02, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10442, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-02-11T21:15:00.000Z', + 'ShippedDate': '1997-02-18T22:15:00.000Z', + 'Freight': 47.94, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10443, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-02-12T23:15:00.000Z', + 'ShippedDate': '1997-02-14T00:25:00.000Z', + 'Freight': 13.95, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10444, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-02-12T00:25:00.000Z', + 'ShippedDate': '1997-02-21T01:25:00.000Z', + 'Freight': 3.5, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10445, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-02-13T02:25:00.000Z', + 'ShippedDate': '1997-02-20T03:00.00.000Z', + 'Freight': 9.3, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10446, + 'CustomerID': 'TOMSP', + 'OrderDate': '1997-02-14T04:00.00.000Z', + 'ShippedDate': '1997-02-19T05:00.00.000Z', + 'Freight': 14.68, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10447, + 'CustomerID': 'RICAR', + 'OrderDate': '1997-02-14T05:00.00.000Z', + 'ShippedDate': '1997-03-07T06:25:00.000Z', + 'Freight': 68.66, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10448, + 'CustomerID': 'RANCH', + 'OrderDate': '1997-02-17T07:25:00.000Z', + 'ShippedDate': '1997-02-24T08:25:00.000Z', + 'Freight': 38.82, + 'ShipName': 'Rancho grande', + 'ShipAddress': 'Av. del Libertador 900', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10449, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-02-18T09:25:00.000Z', + 'ShippedDate': '1997-02-27T10:25:00.000Z', + 'Freight': 53.3, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10450, + 'CustomerID': 'VICTE', + 'OrderDate': '1997-02-19T11:25:00.000Z', + 'ShippedDate': '1997-03-11T12:25:00.000Z', + 'Freight': 7.23, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10451, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-02-19T13:25:00.000Z', + 'ShippedDate': '1997-03-12T14:25:00.000Z', + 'Freight': 189.09, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10452, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-02-20T15:25:00.000Z', + 'ShippedDate': '1997-02-26T16:25:00.000Z', + 'Freight': 140.26, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10453, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-02-21T17:25:00.000Z', + 'ShippedDate': '1997-02-26T18:25:00.000Z', + 'Freight': 25.36, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10454, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-02-21T19:25:00.000Z', + 'ShippedDate': '1997-02-25T20:25:00.000Z', + 'Freight': 2.74, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10455, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-02-24T21:25:00.000Z', + 'ShippedDate': '1997-03-03T22:25:00.000Z', + 'Freight': 180.45, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10456, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-02-25T23:25:00.000Z', + 'ShippedDate': '1997-02-28T01:25:00.000Z', + 'Freight': 8.12, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10457, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-02-25T01:35:00.000Z', + 'ShippedDate': '1997-03-03T02:35:00.000Z', + 'Freight': 11.57, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10458, + 'CustomerID': 'SUPRD', + 'OrderDate': '1997-02-26T03:35:00.000Z', + 'ShippedDate': '1997-03-04T04:35:00.000Z', + 'Freight': 147.06, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10459, + 'CustomerID': 'VICTE', + 'OrderDate': '1997-02-27T04:35:00.000Z', + 'ShippedDate': '1997-02-28T04:35:00.000Z', + 'Freight': 25.09, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10460, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-02-28T05:35:00.000Z', + 'ShippedDate': '1997-03-03T06:35:00.000Z', + 'Freight': 16.27, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10461, + 'CustomerID': 'LILAS', + 'OrderDate': '1997-02-28T07:35:00.000Z', + 'ShippedDate': '1997-03-05T08:35:00.000Z', + 'Freight': 148.61, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10462, + 'CustomerID': 'CONSH', + 'OrderDate': '1997-03-03T09:00.00.000Z', + 'ShippedDate': '1997-03-18T10:00.00.000Z', + 'Freight': 6.17, + 'ShipName': 'Consolidated Holdings', + 'ShipAddress': 'Berkeley Gardens 12 Brewery', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10463, + 'CustomerID': 'SUPRD', + 'OrderDate': '1997-03-04T11:00.00.000Z', + 'ShippedDate': '1997-03-06T12:00.00.000Z', + 'Freight': 14.78, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10464, + 'CustomerID': 'FURIB', + 'OrderDate': '1997-03-04T13:00.00.000Z', + 'ShippedDate': '1997-03-14T14:00.00.000Z', + 'Freight': 89, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10465, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-03-05T15:00.00.000Z', + 'ShippedDate': '1997-03-14T16:00.00.000Z', + 'Freight': 145.04, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10466, + 'CustomerID': 'COMMI', + 'OrderDate': '1997-03-06T17:00.00.000Z', + 'ShippedDate': '1997-03-13T18:00.00.000Z', + 'Freight': 11.93, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10467, + 'CustomerID': 'MAGAA', + 'OrderDate': '1997-03-06T19:00.00.000Z', + 'ShippedDate': '1997-03-11T20:00.00.000Z', + 'Freight': 4.93, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10468, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-03-07T21:00.00.000Z', + 'ShippedDate': '1997-03-12T22:00.00.000Z', + 'Freight': 44.12, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10469, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-03-10T23:00.00.000Z', + 'ShippedDate': '1997-03-14T01:00.00.000Z', + 'Freight': 60.18, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10470, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-03-11T02:00.00.000Z', + 'ShippedDate': '1997-03-14T03:00.00.000Z', + 'Freight': 64.56, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10471, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-03-11T04:00.00.000Z', + 'ShippedDate': '1997-03-18T05:00.00.000Z', + 'Freight': 45.59, + 'ShipName': 'B\'s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10472, + 'CustomerID': 'SEVES', + 'OrderDate': '1997-03-12T06:00.00.000Z', + 'ShippedDate': '1997-03-19T07:00.00.000Z', + 'Freight': 4.2, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10473, + 'CustomerID': 'ISLAT', + 'OrderDate': '1997-03-13T08:00.00.000Z', + 'ShippedDate': '1997-03-21T09:00.00.000Z', + 'Freight': 16.37, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10474, + 'CustomerID': 'PERIC', + 'OrderDate': '1997-03-13T10:00.00.000Z', + 'ShippedDate': '1997-03-21T11:00.00.000Z', + 'Freight': 83.49, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10475, + 'CustomerID': 'SUPRD', + 'OrderDate': '1997-03-14T12:00.00.000Z', + 'ShippedDate': '1997-04-04T13:00.00.000Z', + 'Freight': 68.52, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10476, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-03-17T14:00.00.000Z', + 'ShippedDate': '1997-03-24T15:00.00.000Z', + 'Freight': 4.41, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10477, + 'CustomerID': 'PRINI', + 'OrderDate': '1997-03-17T16:00.00.000Z', + 'ShippedDate': '1997-03-25T17:00.00.000Z', + 'Freight': 13.02, + 'ShipName': 'Princesa Isabel Vinhos', + 'ShipAddress': 'Estrada da saúde n. 58', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10478, + 'CustomerID': 'VICTE', + 'OrderDate': '1997-03-18T18:00.00.000Z', + 'ShippedDate': '1997-03-26T19:00.00.000Z', + 'Freight': 4.81, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10479, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-03-19T20:00.00.000Z', + 'ShippedDate': '1997-03-21T21:00.00.000Z', + 'Freight': 708.95, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10480, + 'CustomerID': 'FOLIG', + 'OrderDate': '1997-03-20T22:00.00.000Z', + 'ShippedDate': '1997-03-24T23:00.00.000Z', + 'Freight': 1.35, + 'ShipName': 'Folies gourmandes', + 'ShipAddress': '184, chaussée de Tournai', + 'ShipCity': 'Lille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10481, + 'CustomerID': 'RICAR', + 'OrderDate': '1997-03-20T01:00.00.000Z', + 'ShippedDate': '1997-03-25T02:00.00.000Z', + 'Freight': 64.33, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10482, + 'CustomerID': 'LAZYK', + 'OrderDate': '1997-03-21T03:00.00.000Z', + 'ShippedDate': '1997-04-10T04:00.00.000Z', + 'Freight': 7.48, + 'ShipName': 'Lazy K Kountry Store', + 'ShipAddress': '12 Orchestra Terrace', + 'ShipCity': 'Walla Walla', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10483, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-03-24T05:00.00.000Z', + 'ShippedDate': '1997-04-25T06:00.00.000Z', + 'Freight': 15.28, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10484, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-03-24T07:00.00.000Z', + 'ShippedDate': '1997-04-01T08:00.00.000Z', + 'Freight': 6.88, + 'ShipName': 'B\'s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10485, + 'CustomerID': 'LINOD', + 'OrderDate': '1997-03-25T09:00.00.000Z', + 'ShippedDate': '1997-03-31T10:00.00.000Z', + 'Freight': 64.45, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10486, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-03-26T11:00.00.000Z', + 'ShippedDate': '1997-04-02T12:00.00.000Z', + 'Freight': 30.53, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10487, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-03-26T13:00.00.000Z', + 'ShippedDate': '1997-03-28T14:00.00.000Z', + 'Freight': 71.07, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10488, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-03-27T15:00.00.000Z', + 'ShippedDate': '1997-04-02T16:00.00.000Z', + 'Freight': 4.93, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10489, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-03-28T17:00.00.000Z', + 'ShippedDate': '1997-04-09T18:00.00.000Z', + 'Freight': 5.29, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10490, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-03-31T19:00.00.000Z', + 'ShippedDate': '1997-04-03T20:00.00.000Z', + 'Freight': 210.19, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10491, + 'CustomerID': 'FURIB', + 'OrderDate': '1997-03-31T21:00.00.000Z', + 'ShippedDate': '1997-04-08T22:00.00.000Z', + 'Freight': 16.96, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10492, + 'CustomerID': 'BOTTM', + 'OrderDate': '1997-04-01T23:00.00.000Z', + 'ShippedDate': '1997-04-11T01:00.00.000Z', + 'Freight': 62.89, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10493, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-04-02T02:00.00.000Z', + 'ShippedDate': '1997-04-10T03:00.00.000Z', + 'Freight': 10.64, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10494, + 'CustomerID': 'COMMI', + 'OrderDate': '1997-04-02T04:00.00.000Z', + 'ShippedDate': '1997-04-09T05:00.00.000Z', + 'Freight': 65.99, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10495, + 'CustomerID': 'LAUGB', + 'OrderDate': '1997-04-03T06:00.00.000Z', + 'ShippedDate': '1997-04-11T07:00.00.000Z', + 'Freight': 4.65, + 'ShipName': 'Laughing Bacchus Wine Cellars', + 'ShipAddress': '2319 Elm St.', + 'ShipCity': 'Vancouver', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10496, + 'CustomerID': 'TRADH', + 'OrderDate': '1997-04-04T08:00.00.000Z', + 'ShippedDate': '1997-04-07T09:00.00.000Z', + 'Freight': 46.77, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10497, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-04-04T10:00.00.000Z', + 'ShippedDate': '1997-04-07T11:00.00.000Z', + 'Freight': 36.21, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10498, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-04-07T12:00.00.000Z', + 'ShippedDate': '1997-04-11T13:00.00.000Z', + 'Freight': 29.75, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10499, + 'CustomerID': 'LILAS', + 'OrderDate': '1997-04-08T14:00.00.000Z', + 'ShippedDate': '1997-04-16T15:00.00.000Z', + 'Freight': 102.02, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10500, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-04-09T16:00.00.000Z', + 'ShippedDate': '1997-04-17T17:00.00.000Z', + 'Freight': 42.68, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10501, + 'CustomerID': 'BLAUS', + 'OrderDate': '1997-04-09T18:00.00.000Z', + 'ShippedDate': '1997-04-16T19:00.00.000Z', + 'Freight': 8.85, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10502, + 'CustomerID': 'PERIC', + 'OrderDate': '1997-04-10T20:00.00.000Z', + 'ShippedDate': '1997-04-29T21:00.00.000Z', + 'Freight': 69.32, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10503, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-04-11T22:00.00.000Z', + 'ShippedDate': '1997-04-16T23:00.00.000Z', + 'Freight': 16.74, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10504, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-04-11T01:00.00.000Z', + 'ShippedDate': '1997-04-18T02:00.00.000Z', + 'Freight': 59.13, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10505, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-04-14T03:00.00.000Z', + 'ShippedDate': '1997-04-21T04:00.00.000Z', + 'Freight': 7.13, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10506, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-04-15T05:05:00.000Z', + 'ShippedDate': '1997-05-02T06:05:00.000Z', + 'Freight': 21.19, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10507, + 'CustomerID': 'ANTON', + 'OrderDate': '1997-04-15T07:05:00.000Z', + 'ShippedDate': '1997-04-22T08:05:00.000Z', + 'Freight': 47.45, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10508, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-04-16T09:05:00.000Z', + 'ShippedDate': '1997-05-13T10:05:00.000Z', + 'Freight': 4.99, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10509, + 'CustomerID': 'BLAUS', + 'OrderDate': '1997-04-17T11:05:00.000Z', + 'ShippedDate': '1997-04-29T12:05:00.000Z', + 'Freight': 0.15, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10510, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-04-18T13:05:00.000Z', + 'ShippedDate': '1997-04-28T14:05:00.000Z', + 'Freight': 367.63, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10511, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-04-18T15:05:00.000Z', + 'ShippedDate': '1997-04-21T01:05:00.000Z', + 'Freight': 350.64, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10512, + 'CustomerID': 'FAMIA', + 'OrderDate': '1997-04-21T02:05:00.000Z', + 'ShippedDate': '1997-04-24T03:05:00.000Z', + 'Freight': 3.53, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10513, + 'CustomerID': 'WANDK', + 'OrderDate': '1997-04-22T04:05:00.000Z', + 'ShippedDate': '1997-04-28T05:05:00.000Z', + 'Freight': 105.65, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10514, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-04-22T05:05:00.000Z', + 'ShippedDate': '1997-05-16T07:05:00.000Z', + 'Freight': 789.95, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10515, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-04-23T08:05:00.000Z', + 'ShippedDate': '1997-05-23T09:05:00.000Z', + 'Freight': 204.47, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10516, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-04-24T10:05:00.000Z', + 'ShippedDate': '1997-05-01T11:05:00.000Z', + 'Freight': 62.78, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10517, + 'CustomerID': 'NORTS', + 'OrderDate': '1997-04-24T12:05:00.000Z', + 'ShippedDate': '1997-04-29T13:05:00.000Z', + 'Freight': 32.07, + 'ShipName': 'North/South', + 'ShipAddress': 'South House 300 Queensbridge', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10518, + 'CustomerID': 'TORTU', + 'OrderDate': '1997-04-25T14:05:00.000Z', + 'ShippedDate': '1997-05-05T15:05:00.000Z', + 'Freight': 218.15, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10519, + 'CustomerID': 'CHOPS', + 'OrderDate': '1997-04-28T16:05:00.000Z', + 'ShippedDate': '1997-05-01T17:05:00.000Z', + 'Freight': 91.76, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10520, + 'CustomerID': 'SANTG', + 'OrderDate': '1997-04-29T18:05:00.000Z', + 'ShippedDate': '1997-05-01T19:05:00.000Z', + 'Freight': 13.37, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + { + 'OrderID': 10521, + 'CustomerID': 'CACTU', + 'OrderDate': '1997-04-29T20:05:00.000Z', + 'ShippedDate': '1997-05-02T21:05:00.000Z', + 'Freight': 17.22, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10522, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-04-30T22:05:00.000Z', + 'ShippedDate': '1997-05-06T23:05:00.000Z', + 'Freight': 45.33, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10523, + 'CustomerID': 'SEVES', + 'OrderDate': '1997-05-01T01:10:00.000Z', + 'ShippedDate': '1997-05-30T02:10:00.000Z', + 'Freight': 77.63, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10524, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-05-01T03:10:00.000Z', + 'ShippedDate': '1997-05-07T04:10:00.000Z', + 'Freight': 244.79, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10525, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-05-02T05:10:00.000Z', + 'ShippedDate': '1997-05-23T06:10:00.000Z', + 'Freight': 11.06, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10526, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-05-05T07:10:00.000Z', + 'ShippedDate': '1997-05-15T08:10:00.000Z', + 'Freight': 58.59, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10527, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-05-05T09:10:00.000Z', + 'ShippedDate': '1997-05-07T10:10:00.000Z', + 'Freight': 41.9, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10528, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-05-06T11:10:00.000Z', + 'ShippedDate': '1997-05-09T12:10:00.000Z', + 'Freight': 3.35, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10529, + 'CustomerID': 'MAISD', + 'OrderDate': '1997-05-07T13:10:00.000Z', + 'ShippedDate': '1997-05-09T14:10:00.000Z', + 'Freight': 66.69, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10530, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-05-08T15:10:00.000Z', + 'ShippedDate': '1997-05-12T16:10:00.000Z', + 'Freight': 339.22, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10531, + 'CustomerID': 'OCEAN', + 'OrderDate': '1997-05-08T17:10:00.000Z', + 'ShippedDate': '1997-05-19T18:10:00.000Z', + 'Freight': 8.12, + 'ShipName': 'Océano Atlántico Ltda.', + 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10532, + 'CustomerID': 'EASTC', + 'OrderDate': '1997-05-09T19:10:00.000Z', + 'ShippedDate': '1997-05-12T20:10:00.000Z', + 'Freight': 74.46, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10533, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-05-12T21:10:00.000Z', + 'ShippedDate': '1997-05-22T22:10:00.000Z', + 'Freight': 188.04, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10534, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-05-12T23:10:00.000Z', + 'ShippedDate': '1997-05-14T01:15:00.000Z', + 'Freight': 27.94, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10535, + 'CustomerID': 'ANTON', + 'OrderDate': '1997-05-13T02:15:00.000Z', + 'ShippedDate': '1997-05-21T03:15:00.000Z', + 'Freight': 15.64, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10536, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-05-14T04:15:00.000Z', + 'ShippedDate': '1997-06-06T05:15:00.000Z', + 'Freight': 58.88, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10537, + 'CustomerID': 'RICSU', + 'OrderDate': '1997-05-14T06:15:00.000Z', + 'ShippedDate': '1997-05-19T07:15:00.000Z', + 'Freight': 78.85, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10538, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-05-15T08:15:00.000Z', + 'ShippedDate': '1997-05-16T09:15:00.000Z', + 'Freight': 4.87, + 'ShipName': 'B\'s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10539, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-05-16T10:15:00.000Z', + 'ShippedDate': '1997-05-23T11:15:00.000Z', + 'Freight': 12.36, + 'ShipName': 'B\'s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10540, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-05-19T12:15:00.000Z', + 'ShippedDate': '1997-06-13T13:15:00.000Z', + 'Freight': 1007.64, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10541, + 'CustomerID': 'HANAR', + 'OrderDate': '1997-05-19T14:15:00.000Z', + 'ShippedDate': '1997-05-29T15:15:00.000Z', + 'Freight': 68.65, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10542, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-05-20T16:15:00.000Z', + 'ShippedDate': '1997-05-26T17:15:00.000Z', + 'Freight': 10.95, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10543, + 'CustomerID': 'LILAS', + 'OrderDate': '1997-05-21T18:15:00.000Z', + 'ShippedDate': '1997-05-23T19:15:00.000Z', + 'Freight': 48.17, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10544, + 'CustomerID': 'LONEP', + 'OrderDate': '1997-05-21T20:15:00.000Z', + 'ShippedDate': '1997-05-30T21:15:00.000Z', + 'Freight': 24.91, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10545, + 'CustomerID': 'LAZYK', + 'OrderDate': '1997-05-22T23:15:00.000Z', + 'ShippedDate': '1997-06-26T01:20:00.000Z', + 'Freight': 11.92, + 'ShipName': 'Lazy K Kountry Store', + 'ShipAddress': '12 Orchestra Terrace', + 'ShipCity': 'Walla Walla', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10546, + 'CustomerID': 'VICTE', + 'OrderDate': '1997-05-23T02:20:00.000Z', + 'ShippedDate': '1997-05-27T03:20:00.000Z', + 'Freight': 194.72, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10547, + 'CustomerID': 'SEVES', + 'OrderDate': '1997-05-23T04:20:00.000Z', + 'ShippedDate': '1997-06-02T05:20:00.000Z', + 'Freight': 178.43, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10548, + 'CustomerID': 'TOMSP', + 'OrderDate': '1997-05-26T06:20:00.000Z', + 'ShippedDate': '1997-06-02T07:20:00.000Z', + 'Freight': 1.43, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10549, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-05-27T08:20:00.000Z', + 'ShippedDate': '1997-05-30T09:20:00.000Z', + 'Freight': 171.24, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10550, + 'CustomerID': 'GODOS', + 'OrderDate': '1997-05-28T10:20:00.000Z', + 'ShippedDate': '1997-06-06T11:20:00.000Z', + 'Freight': 4.32, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10551, + 'CustomerID': 'FURIB', + 'OrderDate': '1997-05-28T12:20:00.000Z', + 'ShippedDate': '1997-06-06T13:20:00.000Z', + 'Freight': 72.95, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10552, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-05-29T14:20:00.000Z', + 'ShippedDate': '1997-06-05T15:20:00.000Z', + 'Freight': 83.22, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10553, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-05-30T16:20:00.000Z', + 'ShippedDate': '1997-06-03T17:20:00.000Z', + 'Freight': 149.49, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10554, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-05-30T18:20:00.000Z', + 'ShippedDate': '1997-06-05T19:20:00.000Z', + 'Freight': 120.97, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10555, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-06-02T20:20:00.000Z', + 'ShippedDate': '1997-06-04T21:20:00.000Z', + 'Freight': 252.49, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10556, + 'CustomerID': 'SIMOB', + 'OrderDate': '1997-06-03T22:20:00.000Z', + 'ShippedDate': '1997-06-13T23:20:00.000Z', + 'Freight': 9.8, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10557, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-06-03T01:25:00.000Z', + 'ShippedDate': '1997-06-06T02:25:00.000Z', + 'Freight': 96.72, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10558, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-06-04T03:25:00.000Z', + 'ShippedDate': '1997-06-10T04:25:00.000Z', + 'Freight': 72.97, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10559, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-06-05T05:25:00.000Z', + 'ShippedDate': '1997-06-13T06:25:00.000Z', + 'Freight': 8.05, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10560, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-06-06T07:25:00.000Z', + 'ShippedDate': '1997-06-09T08:25:00.000Z', + 'Freight': 36.65, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10561, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-06-06T09:25:00.000Z', + 'ShippedDate': '1997-06-09T10:25:00.000Z', + 'Freight': 242.21, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10562, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-06-09T11:25:00.000Z', + 'ShippedDate': '1997-06-12T12:25:00.000Z', + 'Freight': 22.95, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10563, + 'CustomerID': 'RICAR', + 'OrderDate': '1997-06-10T13:25:00.000Z', + 'ShippedDate': '1997-06-24T14:25:00.000Z', + 'Freight': 60.43, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10564, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-06-10T15:25:00.000Z', + 'ShippedDate': '1997-06-16T16:25:00.000Z', + 'Freight': 13.75, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10565, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-06-11T17:25:00.000Z', + 'ShippedDate': '1997-06-18T18:25:00.000Z', + 'Freight': 7.15, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10566, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-06-12T01:10:00.000Z', + 'ShippedDate': '1997-06-18T02:10:00.000Z', + 'Freight': 88.4, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10567, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-06-12T03:10:00.000Z', + 'ShippedDate': '1997-06-17T03:10:00.000Z', + 'Freight': 33.97, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10568, + 'CustomerID': 'GALED', + 'OrderDate': '1997-06-13T04:10:00.000Z', + 'ShippedDate': '1997-07-09T05:10:00.000Z', + 'Freight': 6.54, + 'ShipName': 'Galería del gastronómo', + 'ShipAddress': 'Rambla de Cataluña, 23', + 'ShipCity': 'Barcelona', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10569, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-06-16T06:10:00.000Z', + 'ShippedDate': '1997-07-11T07:10:00.000Z', + 'Freight': 58.98, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10570, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-06-17T08:10:00.000Z', + 'ShippedDate': '1997-06-19T09:10:00.000Z', + 'Freight': 188.99, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10571, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-06-17T10:10:00.000Z', + 'ShippedDate': '1997-07-04T11:10:00.000Z', + 'Freight': 26.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10572, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-06-18T12:10:00.000Z', + 'ShippedDate': '1997-06-25T13:10:00.000Z', + 'Freight': 116.43, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10573, + 'CustomerID': 'ANTON', + 'OrderDate': '1997-06-19T14:10:00.000Z', + 'ShippedDate': '1997-06-20T15:10:00.000Z', + 'Freight': 84.84, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10574, + 'CustomerID': 'TRAIH', + 'OrderDate': '1997-06-19T16:10:00.000Z', + 'ShippedDate': '1997-06-30T17:10:00.000Z', + 'Freight': 37.6, + 'ShipName': 'Trail\'s Head Gourmet Provisioners', + 'ShipAddress': '722 DaVinci Blvd.', + 'ShipCity': 'Kirkland', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10575, + 'CustomerID': 'MORGK', + 'OrderDate': '1997-06-20T18:10:00.000Z', + 'ShippedDate': '1997-06-30T19:10:00.000Z', + 'Freight': 127.34, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10576, + 'CustomerID': 'TORTU', + 'OrderDate': '1997-06-23T20:10:00.000Z', + 'ShippedDate': '1997-06-30T21:10:00.000Z', + 'Freight': 18.56, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10577, + 'CustomerID': 'TRAIH', + 'OrderDate': '1997-06-23T22:10:00.000Z', + 'ShippedDate': '1997-06-30T23:10:00.000Z', + 'Freight': 25.41, + 'ShipName': 'Trail\'s Head Gourmet Provisioners', + 'ShipAddress': '722 DaVinci Blvd.', + 'ShipCity': 'Kirkland', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10578, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-06-24T23:10:00.000Z', + 'ShippedDate': '1997-07-25T01:15:00.000Z', + 'Freight': 29.6, + 'ShipName': 'B\'s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10579, + 'CustomerID': 'LETSS', + 'OrderDate': '1997-06-25T01:30:00.000Z', + 'ShippedDate': '1997-07-04T02:30:00.000Z', + 'Freight': 13.73, + 'ShipName': 'Let\'s Stop N Shop', + 'ShipAddress': '87 Polk St. Suite 5', + 'ShipCity': 'San Francisco', + 'ShipRegion': 'CA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10580, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-06-26T03:30:00.000Z', + 'ShippedDate': '1997-07-01T04:30:00.000Z', + 'Freight': 75.89, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10581, + 'CustomerID': 'FAMIA', + 'OrderDate': '1997-06-26T05:30:00.000Z', + 'ShippedDate': '1997-07-02T06:30:00.000Z', + 'Freight': 3.01, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10582, + 'CustomerID': 'BLAUS', + 'OrderDate': '1997-06-27T07:30:00.000Z', + 'ShippedDate': '1997-07-14T08:30:00.000Z', + 'Freight': 27.71, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10583, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-06-30T08:30:00.000Z', + 'ShippedDate': '1997-07-04T09:30:00.000Z', + 'Freight': 7.28, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10584, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-06-30T10:30:00.000Z', + 'ShippedDate': '1997-07-04T11:30:00.000Z', + 'Freight': 59.14, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10585, + 'CustomerID': 'WELLI', + 'OrderDate': '1997-07-01T12:30:00.000Z', + 'ShippedDate': '1997-07-10T13:30:00.000Z', + 'Freight': 13.41, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10586, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-07-02T14:30:00.000Z', + 'ShippedDate': '1997-07-09T15:30:00.000Z', + 'Freight': 0.48, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10587, + 'CustomerID': 'QUEDE', + 'OrderDate': '1997-07-02T16:30:00.000Z', + 'ShippedDate': '1997-07-09T17:30:00.000Z', + 'Freight': 62.52, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10588, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-07-03T18:30:00.000Z', + 'ShippedDate': '1997-07-10T19:30:00.000Z', + 'Freight': 194.67, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10589, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-07-04T20:30:00.000Z', + 'ShippedDate': '1997-07-14T21:30:00.000Z', + 'Freight': 4.42, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10590, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-07-07T22:30:00.000Z', + 'ShippedDate': '1997-07-14T23:30:00.000Z', + 'Freight': 44.77, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10591, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-07-07T22:30:00.000Z', + 'ShippedDate': '1997-07-16T01:40:00.000Z', + 'Freight': 55.92, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10592, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-07-08T02:40:00.000Z', + 'ShippedDate': '1997-07-16T03:40:00.000Z', + 'Freight': 32.1, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10593, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-07-09T04:40:00.000Z', + 'ShippedDate': '1997-08-13T05:40:00.000Z', + 'Freight': 174.2, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10594, + 'CustomerID': 'OLDWO', + 'OrderDate': '1997-07-09T06:40:00.000Z', + 'ShippedDate': '1997-07-16T07:40:00.000Z', + 'Freight': 5.24, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10595, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-07-10T08:40:00.000Z', + 'ShippedDate': '1997-07-14T09:40:00.000Z', + 'Freight': 96.78, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10596, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-07-11T10:40:00.000Z', + 'ShippedDate': '1997-08-12T11:40:00.000Z', + 'Freight': 16.34, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10597, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-07-11T12:40:00.000Z', + 'ShippedDate': '1997-07-18T13:40:00.000Z', + 'Freight': 35.12, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10598, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-07-14T14:40:00.000Z', + 'ShippedDate': '1997-07-18T15:40:00.000Z', + 'Freight': 44.42, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10599, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-07-15T16:40:00.000Z', + 'ShippedDate': '1997-07-21T17:40:00.000Z', + 'Freight': 29.98, + 'ShipName': 'B\'s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10600, + 'CustomerID': 'HUNGC', + 'OrderDate': '1997-07-16T18:40:00.000Z', + 'ShippedDate': '1997-07-21T19:40:00.000Z', + 'Freight': 45.13, + 'ShipName': 'Hungry Coyote Import Store', + 'ShipAddress': 'City Center Plaza 516 Main St.', + 'ShipCity': 'Elgin', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10601, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-07-16T20:40:00.000Z', + 'ShippedDate': '1997-07-22T21:40:00.000Z', + 'Freight': 58.3, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10602, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-07-17T22:40:00.000Z', + 'ShippedDate': '1997-07-22T23:40:00.000Z', + 'Freight': 2.92, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10603, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-07-18T01:25:00.000Z', + 'ShippedDate': '1997-08-08T02:25:00.000Z', + 'Freight': 48.77, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10604, + 'CustomerID': 'FURIB', + 'OrderDate': '1997-07-18T03:25:00.000Z', + 'ShippedDate': '1997-07-29T03:25:00.000Z', + 'Freight': 7.46, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10605, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-07-21T04:25:00.000Z', + 'ShippedDate': '1997-07-29T05:25:00.000Z', + 'Freight': 379.13, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10606, + 'CustomerID': 'TRADH', + 'OrderDate': '1997-07-22T06:25:00.000Z', + 'ShippedDate': '1997-07-31T07:25:00.000Z', + 'Freight': 79.4, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10607, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-07-22T08:25:00.000Z', + 'ShippedDate': '1997-07-25T09:25:00.000Z', + 'Freight': 200.24, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10608, + 'CustomerID': 'TOMSP', + 'OrderDate': '1997-07-23T10:25:00.000Z', + 'ShippedDate': '1997-08-01T11:25:00.000Z', + 'Freight': 27.79, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10609, + 'CustomerID': 'DUMON', + 'OrderDate': '1997-07-24T12:25:00.000Z', + 'ShippedDate': '1997-07-30T13:25:00.000Z', + 'Freight': 1.85, + 'ShipName': 'Du monde entier', + 'ShipAddress': '67, rue des Cinquante Otages', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10610, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-07-25T14:25:00.000Z', + 'ShippedDate': '1997-08-06T15:25:00.000Z', + 'Freight': 26.78, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10611, + 'CustomerID': 'WOLZA', + 'OrderDate': '1997-07-25T16:25:00.000Z', + 'ShippedDate': '1997-08-01T17:25:00.000Z', + 'Freight': 80.65, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + { + 'OrderID': 10612, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-07-28T18:25:00.000Z', + 'ShippedDate': '1997-08-01T19:25:00.000Z', + 'Freight': 544.08, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10613, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-07-29T20:25:00.000Z', + 'ShippedDate': '1997-08-01T21:25:00.000Z', + 'Freight': 8.11, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10614, + 'CustomerID': 'BLAUS', + 'OrderDate': '1997-07-29T22:25:00.000Z', + 'ShippedDate': '1997-08-01T23:25:00.000Z', + 'Freight': 1.93, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10615, + 'CustomerID': 'WILMK', + 'OrderDate': '1997-07-30T01:35:00.000Z', + 'ShippedDate': '1997-08-06T02:35:00.000Z', + 'Freight': 0.75, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10616, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-07-31T03:35:00.000Z', + 'ShippedDate': '1997-08-05T04:35:00.000Z', + 'Freight': 116.53, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10617, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-07-31T05:35:00.000Z', + 'ShippedDate': '1997-08-04T06:35:00.000Z', + 'Freight': 18.53, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10618, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-08-01T07:35:00.000Z', + 'ShippedDate': '1997-08-08T08:35:00.000Z', + 'Freight': 154.68, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10619, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-08-04T09:35:00.000Z', + 'ShippedDate': '1997-08-07T10:35:00.000Z', + 'Freight': 91.05, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10620, + 'CustomerID': 'LAUGB', + 'OrderDate': '1997-08-05T11:35:00.000Z', + 'ShippedDate': '1997-08-14T12:35:00.000Z', + 'Freight': 0.94, + 'ShipName': 'Laughing Bacchus Wine Cellars', + 'ShipAddress': '2319 Elm St.', + 'ShipCity': 'Vancouver', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10621, + 'CustomerID': 'ISLAT', + 'OrderDate': '1997-08-05T13:35:00.000Z', + 'ShippedDate': '1997-08-11T14:35:00.000Z', + 'Freight': 23.73, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10622, + 'CustomerID': 'RICAR', + 'OrderDate': '1997-08-06T15:35:00.000Z', + 'ShippedDate': '1997-08-11T16:35:00.000Z', + 'Freight': 50.97, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10623, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-08-07T17:35:00.000Z', + 'ShippedDate': '1997-08-12T18:35:00.000Z', + 'Freight': 97.18, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10624, + 'CustomerID': 'THECR', + 'OrderDate': '1997-08-07T19:35:00.000Z', + 'ShippedDate': '1997-08-19T20:35:00.000Z', + 'Freight': 94.8, + 'ShipName': 'The Cracker Box', + 'ShipAddress': '55 Grizzly Peak Rd.', + 'ShipCity': 'Butte', + 'ShipRegion': 'MT', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10625, + 'CustomerID': 'ANATR', + 'OrderDate': '1997-08-08T21:35:00.000Z', + 'ShippedDate': '1997-08-14T22:35:00.000Z', + 'Freight': 43.9, + 'ShipName': 'Ana Trujillo Emparedados y helados', + 'ShipAddress': 'Avda. de la Constitución 2222', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10626, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-08-11T23:35:00.000Z', + 'ShippedDate': '1997-08-20T01:50:00.000Z', + 'Freight': 138.69, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10627, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-08-11T02:50:00.000Z', + 'ShippedDate': '1997-08-21T03:50:00.000Z', + 'Freight': 107.46, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10628, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-08-12T04:50:00.000Z', + 'ShippedDate': '1997-08-20T05:50:00.000Z', + 'Freight': 30.36, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10629, + 'CustomerID': 'GODOS', + 'OrderDate': '1997-08-12T06:50:00.000Z', + 'ShippedDate': '1997-08-20T07:50:00.000Z', + 'Freight': 85.46, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10630, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-08-13T08:50:00.000Z', + 'ShippedDate': '1997-08-19T09:50:00.000Z', + 'Freight': 32.35, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10631, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-08-14T10:50:00.000Z', + 'ShippedDate': '1997-08-15T11:50:00.000Z', + 'Freight': 0.87, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10632, + 'CustomerID': 'WANDK', + 'OrderDate': '1997-08-14T12:50:00.000Z', + 'ShippedDate': '1997-08-19T13:50:00.000Z', + 'Freight': 41.38, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10633, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-08-15T14:50:00.000Z', + 'ShippedDate': '1997-08-18T15:50:00.000Z', + 'Freight': 477.9, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10634, + 'CustomerID': 'FOLIG', + 'OrderDate': '1997-08-15T16:50:00.000Z', + 'ShippedDate': '1997-08-21T17:50:00.000Z', + 'Freight': 487.38, + 'ShipName': 'Folies gourmandes', + 'ShipAddress': '184, chaussée de Tournai', + 'ShipCity': 'Lille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10635, + 'CustomerID': 'MAGAA', + 'OrderDate': '1997-08-18T18:50:00.000Z', + 'ShippedDate': '1997-08-21T19:50:00.000Z', + 'Freight': 47.46, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10636, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-08-19T20:50:00.000Z', + 'ShippedDate': '1997-08-26T21:50:00.000Z', + 'Freight': 1.15, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10637, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-08-19T22:50:00.000Z', + 'ShippedDate': '1997-08-26T23:50:00.000Z', + 'Freight': 201.29, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10638, + 'CustomerID': 'LINOD', + 'OrderDate': '1997-08-20T14:50:00.000Z', + 'ShippedDate': '1997-09-01T15:50:00.000Z', + 'Freight': 158.44, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10639, + 'CustomerID': 'SANTG', + 'OrderDate': '1997-08-20T16:50:00.000Z', + 'ShippedDate': '1997-08-27T17:50:00.000Z', + 'Freight': 38.64, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + { + 'OrderID': 10640, + 'CustomerID': 'WANDK', + 'OrderDate': '1997-08-21T18:50:00.000Z', + 'ShippedDate': '1997-08-28T19:50:00.000Z', + 'Freight': 23.55, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10641, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-08-22T01:55:00.000Z', + 'ShippedDate': '1997-08-26T02:55:00.000Z', + 'Freight': 179.61, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10642, + 'CustomerID': 'SIMOB', + 'OrderDate': '1997-08-22T03:55:00.000Z', + 'ShippedDate': '1997-09-05T04:55:00.000Z', + 'Freight': 41.89, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10643, + 'CustomerID': 'ALFKI', + 'OrderDate': '1997-08-25T05:55:00.000Z', + 'ShippedDate': '1997-09-02T06:55:00.000Z', + 'Freight': 29.46, + 'ShipName': 'Alfreds Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10644, + 'CustomerID': 'WELLI', + 'OrderDate': '1997-08-25T07:55:00.000Z', + 'ShippedDate': '1997-09-01T08:55:00.000Z', + 'Freight': 0.14, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10645, + 'CustomerID': 'HANAR', + 'OrderDate': '1997-08-26T09:55:00.000Z', + 'ShippedDate': '1997-09-02T10:55:00.000Z', + 'Freight': 12.41, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10646, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-08-27T11:55:00.000Z', + 'ShippedDate': '1997-09-03T12:55:00.000Z', + 'Freight': 142.33, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10647, + 'CustomerID': 'QUEDE', + 'OrderDate': '1997-08-27T13:55:00.000Z', + 'ShippedDate': '1997-09-03T14:55:00.000Z', + 'Freight': 45.54, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10648, + 'CustomerID': 'RICAR', + 'OrderDate': '1997-08-28T15:55:00.000Z', + 'ShippedDate': '1997-09-09T16:55:00.000Z', + 'Freight': 14.25, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10649, + 'CustomerID': 'MAISD', + 'OrderDate': '1997-08-28T17:55:00.000Z', + 'ShippedDate': '1997-08-29T18:55:00.000Z', + 'Freight': 6.2, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10650, + 'CustomerID': 'FAMIA', + 'OrderDate': '1997-08-29T19:55:00.000Z', + 'ShippedDate': '1997-09-03T20:55:00.000Z', + 'Freight': 176.81, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10651, + 'CustomerID': 'WANDK', + 'OrderDate': '1997-09-01T21:55:00.000Z', + 'ShippedDate': '1997-09-11T22:55:00.000Z', + 'Freight': 20.6, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10652, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-09-01T23:55:00.000Z', + 'ShippedDate': '1997-09-08T01:15:00.000Z', + 'Freight': 7.14, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10653, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-09-02T02:15:00.000Z', + 'ShippedDate': '1997-09-19T03:15:00.000Z', + 'Freight': 93.25, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10654, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-09-02T04:15:00.000Z', + 'ShippedDate': '1997-09-11T05:15:00.000Z', + 'Freight': 55.26, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10655, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-09-03T06:15:00.000Z', + 'ShippedDate': '1997-09-11T07:15:00.000Z', + 'Freight': 4.41, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10656, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-09-04T08:15:00.000Z', + 'ShippedDate': '1997-09-10T09:15:00.000Z', + 'Freight': 57.15, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10657, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-09-04T10:15:00.000Z', + 'ShippedDate': '1997-09-15T11:15:00.000Z', + 'Freight': 352.69, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10658, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-09-05T12:15:00.000Z', + 'ShippedDate': '1997-09-08T13:15:00.000Z', + 'Freight': 364.15, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10659, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-09-05T14:15:00.000Z', + 'ShippedDate': '1997-09-10T15:15:00.000Z', + 'Freight': 105.81, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10660, + 'CustomerID': 'HUNGC', + 'OrderDate': '1997-09-08T16:15:00.000Z', + 'ShippedDate': '1997-10-15T17:15:00.000Z', + 'Freight': 111.29, + 'ShipName': 'Hungry Coyote Import Store', + 'ShipAddress': 'City Center Plaza 516 Main St.', + 'ShipCity': 'Elgin', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10661, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-09-09T18:15:00.000Z', + 'ShippedDate': '1997-09-15T19:15:00.000Z', + 'Freight': 17.55, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10662, + 'CustomerID': 'LONEP', + 'OrderDate': '1997-09-09T20:15:00.000Z', + 'ShippedDate': '1997-09-18T21:15:00.000Z', + 'Freight': 1.28, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10663, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-09-10T22:15:00.000Z', + 'ShippedDate': '1997-10-03T23:15:00.000Z', + 'Freight': 113.15, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10664, + 'CustomerID': 'FURIB', + 'OrderDate': '1997-09-10T01:45:00.000Z', + 'ShippedDate': '1997-09-19T02:45:00.000Z', + 'Freight': 1.27, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10665, + 'CustomerID': 'LONEP', + 'OrderDate': '1997-09-11T03:45:00.000Z', + 'ShippedDate': '1997-09-17T04:45:00.000Z', + 'Freight': 26.31, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10666, + 'CustomerID': 'RICSU', + 'OrderDate': '1997-09-12T05:45:00.000Z', + 'ShippedDate': '1997-09-22T06:45:00.000Z', + 'Freight': 232.42, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10667, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-09-12T07:45:00.000Z', + 'ShippedDate': '1997-09-19T08:45:00.000Z', + 'Freight': 78.09, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10668, + 'CustomerID': 'WANDK', + 'OrderDate': '1997-09-15T09:45:00.000Z', + 'ShippedDate': '1997-09-23T10:45:00.000Z', + 'Freight': 47.22, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10669, + 'CustomerID': 'SIMOB', + 'OrderDate': '1997-09-15T11:45:00.000Z', + 'ShippedDate': '1997-09-22T12:45:00.000Z', + 'Freight': 24.39, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10670, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-09-16T13:45:00.000Z', + 'ShippedDate': '1997-09-18T14:45:00.000Z', + 'Freight': 203.48, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10671, + 'CustomerID': 'FRANR', + 'OrderDate': '1997-09-17T15:45:00.000Z', + 'ShippedDate': '1997-09-24T16:45:00.000Z', + 'Freight': 30.34, + 'ShipName': 'France restauration', + 'ShipAddress': '54, rue Royale', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10672, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-09-17T17:45:00.000Z', + 'ShippedDate': '1997-09-26T18:45:00.000Z', + 'Freight': 95.75, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10673, + 'CustomerID': 'WILMK', + 'OrderDate': '1997-09-18T19:45:00.000Z', + 'ShippedDate': '1997-09-19T20:45:00.000Z', + 'Freight': 22.76, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10674, + 'CustomerID': 'ISLAT', + 'OrderDate': '1997-09-18T21:45:00.000Z', + 'ShippedDate': '1997-09-30T22:45:00.000Z', + 'Freight': 0.9, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10675, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-09-19T23:45:00.000Z', + 'ShippedDate': '1997-09-23T01:50:00.000Z', + 'Freight': 31.85, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10676, + 'CustomerID': 'TORTU', + 'OrderDate': '1997-09-22T02:50:00.000Z', + 'ShippedDate': '1997-09-29T03:50:00.000Z', + 'Freight': 2.01, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10677, + 'CustomerID': 'ANTON', + 'OrderDate': '1997-09-22T04:50:00.000Z', + 'ShippedDate': '1997-09-26T05:50:00.000Z', + 'Freight': 4.03, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10678, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-09-23T06:50:00.000Z', + 'ShippedDate': '1997-10-16T07:50:00.000Z', + 'Freight': 388.98, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10679, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-09-23T08:50:00.000Z', + 'ShippedDate': '1997-09-30T09:50:00.000Z', + 'Freight': 27.94, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10680, + 'CustomerID': 'OLDWO', + 'OrderDate': '1997-09-24T10:50:00.000Z', + 'ShippedDate': '1997-09-26T11:50:00.000Z', + 'Freight': 26.61, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10681, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-09-25T12:50:00.000Z', + 'ShippedDate': '1997-09-30T13:50:00.000Z', + 'Freight': 76.13, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10682, + 'CustomerID': 'ANTON', + 'OrderDate': '1997-09-25T14:50:00.000Z', + 'ShippedDate': '1997-10-01T15:50:00.000Z', + 'Freight': 36.13, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10683, + 'CustomerID': 'DUMON', + 'OrderDate': '1997-09-26T16:50:00.000Z', + 'ShippedDate': '1997-10-01T17:50:00.000Z', + 'Freight': 4.4, + 'ShipName': 'Du monde entier', + 'ShipAddress': '67, rue des Cinquante Otages', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10684, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-09-26T18:50:00.000Z', + 'ShippedDate': '1997-09-30T19:50:00.000Z', + 'Freight': 145.63, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10685, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-09-29T20:50:00.000Z', + 'ShippedDate': '1997-10-03T21:50:00.000Z', + 'Freight': 33.75, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10686, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-09-30T22:50:00.000Z', + 'ShippedDate': '1997-10-08T23:50:00.000Z', + 'Freight': 96.5, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10687, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-09-30T01:15:00.000Z', + 'ShippedDate': '1997-10-30T02:15:00.000Z', + 'Freight': 296.43, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10688, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-10-01T03:15:00.000Z', + 'ShippedDate': '1997-10-07T04:15:00.000Z', + 'Freight': 299.09, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10689, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-10-01T05:15:00.000Z', + 'ShippedDate': '1997-10-07T06:15:00.000Z', + 'Freight': 13.42, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10690, + 'CustomerID': 'HANAR', + 'OrderDate': '1997-10-02T07:15:00.000Z', + 'ShippedDate': '1997-10-03T08:15:00.000Z', + 'Freight': 15.8, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10691, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-10-03T09:15:00.000Z', + 'ShippedDate': '1997-10-22T10:15:00.000Z', + 'Freight': 810.05, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10692, + 'CustomerID': 'ALFKI', + 'OrderDate': '1997-10-03T11:15:00.000Z', + 'ShippedDate': '1997-10-13T12:15:00.000Z', + 'Freight': 61.02, + 'ShipName': 'Alfred\'s Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10693, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-10-06T13:15:00.000Z', + 'ShippedDate': '1997-10-10T14:15:00.000Z', + 'Freight': 139.34, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10694, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-10-06T15:15:00.000Z', + 'ShippedDate': '1997-10-09T16:15:00.000Z', + 'Freight': 398.36, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10695, + 'CustomerID': 'WILMK', + 'OrderDate': '1997-10-07T17:15:00.000Z', + 'ShippedDate': '1997-10-14T18:15:00.000Z', + 'Freight': 16.72, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10696, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-10-08T19:15:00.000Z', + 'ShippedDate': '1997-10-14T20:15:00.000Z', + 'Freight': 102.55, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10697, + 'CustomerID': 'LINOD', + 'OrderDate': '1997-10-08T21:15:00.000Z', + 'ShippedDate': '1997-10-14T22:15:00.000Z', + 'Freight': 45.52, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10698, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-10-09T23:15:00.000Z', + 'ShippedDate': '1997-10-17T10:15:00.000Z', + 'Freight': 272.47, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10699, + 'CustomerID': 'MORGK', + 'OrderDate': '1997-10-09T02:40:00.000Z', + 'ShippedDate': '1997-10-13T03:40:00.000Z', + 'Freight': 0.58, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10700, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-10-10T03:40:00.000Z', + 'ShippedDate': '1997-10-16T04:40:00.000Z', + 'Freight': 65.1, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10701, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-10-13T05:40:00.000Z', + 'ShippedDate': '1997-10-15T06:40:00.000Z', + 'Freight': 220.31, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10702, + 'CustomerID': 'ALFKI', + 'OrderDate': '1997-10-13T07:40:00.000Z', + 'ShippedDate': '1997-10-21T08:40:00.000Z', + 'Freight': 23.94, + 'ShipName': 'Alfred\'s Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10703, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-10-14T09:40:00.000Z', + 'ShippedDate': '1997-10-20T10:40:00.000Z', + 'Freight': 152.3, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10704, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-10-14T11:40:00.000Z', + 'ShippedDate': '1997-11-07T12:40:00.000Z', + 'Freight': 4.78, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10705, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-10-15T13:40:00.000Z', + 'ShippedDate': '1997-11-18T14:40:00.000Z', + 'Freight': 3.52, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10706, + 'CustomerID': 'OLDWO', + 'OrderDate': '1997-10-16T15:40:00.000Z', + 'ShippedDate': '1997-10-21T16:40:00.000Z', + 'Freight': 135.63, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10707, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-10-16T17:40:00.000Z', + 'ShippedDate': '1997-10-23T18:40:00.000Z', + 'Freight': 21.74, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10708, + 'CustomerID': 'THEBI', + 'OrderDate': '1997-10-17T19:40:00.000Z', + 'ShippedDate': '1997-11-05T20:40:00.000Z', + 'Freight': 2.96, + 'ShipName': 'The Big Cheese', + 'ShipAddress': '89 Jefferson Way Suite 2', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10709, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-10-17T21:40:00.000Z', + 'ShippedDate': '1997-11-20T22:40:00.000Z', + 'Freight': 210.8, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10710, + 'CustomerID': 'FRANS', + 'OrderDate': '1997-10-20T23:40:00.000Z', + 'ShippedDate': '1997-10-23T15:40:00.000Z', + 'Freight': 4.98, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10711, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-10-21T01:30:00.000Z', + 'ShippedDate': '1997-10-29T02:30:00.000Z', + 'Freight': 52.41, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10712, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-10-21T03:30:00.000Z', + 'ShippedDate': '1997-10-31T04:30:00.000Z', + 'Freight': 89.93, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10713, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-10-22T05:30:00.000Z', + 'ShippedDate': '1997-10-24T06:30:00.000Z', + 'Freight': 167.05, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10714, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-10-22T07:30:00.000Z', + 'ShippedDate': '1997-10-27T08:30:00.000Z', + 'Freight': 24.49, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10715, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-10-23T09:30:00.000Z', + 'ShippedDate': '1997-10-29T10:30:00.000Z', + 'Freight': 63.2, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10716, + 'CustomerID': 'RANCH', + 'OrderDate': '1997-10-24T11:30:00.000Z', + 'ShippedDate': '1997-10-27T12:30:00.000Z', + 'Freight': 22.57, + 'ShipName': 'Rancho grande', + 'ShipAddress': 'Av. del Libertador 900', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10717, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-10-24T13:30:00.000Z', + 'ShippedDate': '1997-10-29T14:30:00.000Z', + 'Freight': 59.25, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10718, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-10-27T17:30:00.000Z', + 'ShippedDate': '1997-10-29T18:30:00.000Z', + 'Freight': 170.88, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10719, + 'CustomerID': 'LETSS', + 'OrderDate': '1997-10-27T19:30:00.000Z', + 'ShippedDate': '1997-11-05T20:30:00.000Z', + 'Freight': 51.44, + 'ShipName': 'Let\'s Stop N Shop', + 'ShipAddress': '87 Polk St. Suite 5', + 'ShipCity': 'San Francisco', + 'ShipRegion': 'CA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10720, + 'CustomerID': 'QUEDE', + 'OrderDate': '1997-10-28T21:30:00.000Z', + 'ShippedDate': '1997-11-05T22:30:00.000Z', + 'Freight': 9.53, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10721, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-10-29T23:30:00.000Z', + 'ShippedDate': '1997-10-31T01:10:00.000Z', + 'Freight': 48.92, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10722, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-10-29T02:10:00.000Z', + 'ShippedDate': '1997-11-04T03:10:00.000Z', + 'Freight': 74.58, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10723, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-10-30T04:10:00.000Z', + 'ShippedDate': '1997-11-25T05:10:00.000Z', + 'Freight': 21.72, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029-12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10724, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-10-30T06:10:00.000Z', + 'ShippedDate': '1997-11-05T07:10:00.000Z', + 'Freight': 57.75, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10725, + 'CustomerID': 'FAMIA', + 'OrderDate': '1997-10-31T08:10:00.000Z', + 'ShippedDate': '1997-11-05T01:10:00.000Z', + 'Freight': 10.83, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10726, + 'CustomerID': 'EASTC', + 'OrderDate': '1997-11-03T02:10:00.000Z', + 'ShippedDate': '1997-12-05T03:10:00.000Z', + 'Freight': 16.56, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10727, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-11-03T04:10:00.000Z', + 'ShippedDate': '1997-12-05T05:10:00.000Z', + 'Freight': 89.9, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10728, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-11-04T06:10:00.000Z', + 'ShippedDate': '1997-11-11T07:10:00.000Z', + 'Freight': 58.33, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10729, + 'CustomerID': 'LINOD', + 'OrderDate': '1997-11-04T08:10:00.000Z', + 'ShippedDate': '1997-11-14T09:10:00.000Z', + 'Freight': 141.06, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10730, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-11-05T10:10:00.000Z', + 'ShippedDate': '1997-11-14T11:10:00.000Z', + 'Freight': 20.12, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10731, + 'CustomerID': 'CHOPS', + 'OrderDate': '1997-11-06T12:10:00.000Z', + 'ShippedDate': '1997-11-14T13:10:00.000Z', + 'Freight': 96.65, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10732, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-11-06T14:10:00.000Z', + 'ShippedDate': '1997-11-07T15:10:00.000Z', + 'Freight': 16.97, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10733, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-11-07T16:10:00.000Z', + 'ShippedDate': '1997-11-10T17:10:00.000Z', + 'Freight': 110.11, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10734, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-11-07T18:10:00.000Z', + 'ShippedDate': '1997-11-12T19:10:00.000Z', + 'Freight': 1.63, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10735, + 'CustomerID': 'LETSS', + 'OrderDate': '1997-11-10T20:10:00.000Z', + 'ShippedDate': '1997-11-21T21:10:00.000Z', + 'Freight': 45.97, + 'ShipName': 'Let\'s Stop N Shop', + 'ShipAddress': '87 Polk St. Suite 5', + 'ShipCity': 'San Francisco', + 'ShipRegion': 'CA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10736, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-11-11T22:10:00.000Z', + 'ShippedDate': '1997-11-21T23:10:00.000Z', + 'Freight': 44.1, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10737, + 'CustomerID': 'VINET', + 'OrderDate': '1997-11-11T01:10:00.000Z', + 'ShippedDate': '1997-11-18T02:10:00.000Z', + 'Freight': 7.79, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10738, + 'CustomerID': 'SPECD', + 'OrderDate': '1997-11-12T03:10:00.000Z', + 'ShippedDate': '1997-11-18T04:10:00.000Z', + 'Freight': 2.91, + 'ShipName': 'Spécialités du monde', + 'ShipAddress': '25, rue Lauriston', + 'ShipCity': 'Paris', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10739, + 'CustomerID': 'VINET', + 'OrderDate': '1997-11-12T05:10:00.000Z', + 'ShippedDate': '1997-11-17T06:10:00.000Z', + 'Freight': 11.08, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10740, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-11-13T07:10:00.000Z', + 'ShippedDate': '1997-11-25T08:10:00.000Z', + 'Freight': 81.88, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10741, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-11-14T09:10:00.000Z', + 'ShippedDate': '1997-11-18T10:10:00.000Z', + 'Freight': 10.96, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10742, + 'CustomerID': 'BOTTM', + 'OrderDate': '1997-11-14T11:10:00.000Z', + 'ShippedDate': '1997-11-18T12:10:00.000Z', + 'Freight': 243.73, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10743, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-11-17T13:10:00.000Z', + 'ShippedDate': '1997-11-21T14:10:00.000Z', + 'Freight': 23.72, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10744, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-11-17T15:10:00.000Z', + 'ShippedDate': '1997-11-24T16:10:00.000Z', + 'Freight': 69.19, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10745, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-11-18T17:10:00.000Z', + 'ShippedDate': '1997-11-27T18:10:00.000Z', + 'Freight': 3.52, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10746, + 'CustomerID': 'CHOPS', + 'OrderDate': '1997-11-19T19:10:00.000Z', + 'ShippedDate': '1997-11-21T20:10:00.000Z', + 'Freight': 31.43, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10747, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-11-19T21:10:00.000Z', + 'ShippedDate': '1997-11-26T22:10:00.000Z', + 'Freight': 117.33, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10748, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-11-20T23:10:00.000Z', + 'ShippedDate': '1997-11-28T13:10:00.000Z', + 'Freight': 232.55, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10749, + 'CustomerID': 'ISLAT', + 'OrderDate': '1997-11-20T02:25:00.000Z', + 'ShippedDate': '1997-12-19T03:25:00.000Z', + 'Freight': 61.53, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10750, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-11-21T04:25:00.000Z', + 'ShippedDate': '1997-11-24T05:25:00.000Z', + 'Freight': 79.3, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10751, + 'CustomerID': 'RICSU', + 'OrderDate': '1997-11-24T06:25:00.000Z', + 'ShippedDate': '1997-12-03T07:25:00.000Z', + 'Freight': 130.79, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10752, + 'CustomerID': 'NORTS', + 'OrderDate': '1997-11-24T08:25:00.000Z', + 'ShippedDate': '1997-11-28T09:25:00.000Z', + 'Freight': 1.39, + 'ShipName': 'North/South', + 'ShipAddress': 'South House 300 Queensbridge', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10753, + 'CustomerID': 'FRANS', + 'OrderDate': '1997-11-25T10:25:00.000Z', + 'ShippedDate': '1997-11-27T11:25:00.000Z', + 'Freight': 7.7, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10754, + 'CustomerID': 'MAGAA', + 'OrderDate': '1997-11-25T12:25:00.000Z', + 'ShippedDate': '1997-11-27T13:25:00.000Z', + 'Freight': 2.38, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10755, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-11-26T14:25:00.000Z', + 'ShippedDate': '1997-11-28T15:25:00.000Z', + 'Freight': 16.71, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10756, + 'CustomerID': 'SPLIR', + 'OrderDate': '1997-11-27T16:25:00.000Z', + 'ShippedDate': '1997-12-02T17:25:00.000Z', + 'Freight': 73.21, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10757, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-11-27T18:25:00.000Z', + 'ShippedDate': '1997-12-15T19:25:00.000Z', + 'Freight': 8.19, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10758, + 'CustomerID': 'RICSU', + 'OrderDate': '1997-11-28T20:25:00.000Z', + 'ShippedDate': '1997-12-04T21:25:00.000Z', + 'Freight': 138.17, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10759, + 'CustomerID': 'ANATR', + 'OrderDate': '1997-11-28T22:25:00.000Z', + 'ShippedDate': '1997-12-12T23:25:00.000Z', + 'Freight': 11.99, + 'ShipName': 'Ana Trujillo Emparedados y helados', + 'ShipAddress': 'Avda. de la Constitución 2222', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10760, + 'CustomerID': 'MAISD', + 'OrderDate': '1997-12-01T01:40:00.000Z', + 'ShippedDate': '1997-12-10T02:40:00.000Z', + 'Freight': 155.64, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10761, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-12-02T03:40:00.000Z', + 'ShippedDate': '1997-12-08T04:40:00.000Z', + 'Freight': 18.66, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10762, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-12-02T05:40:00.000Z', + 'ShippedDate': '1997-12-09T06:40:00.000Z', + 'Freight': 328.74, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10763, + 'CustomerID': 'FOLIG', + 'OrderDate': '1997-12-03T07:40:00.000Z', + 'ShippedDate': '1997-12-08T08:40:00.000Z', + 'Freight': 37.35, + 'ShipName': 'Folies gourmandes', + 'ShipAddress': '184, chaussée de Tournai', + 'ShipCity': 'Lille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10764, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-12-03T09:40:00.000Z', + 'ShippedDate': '1997-12-08T10:40:00.000Z', + 'Freight': 145.45, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10765, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-12-04T11:40:00.000Z', + 'ShippedDate': '1997-12-09T12:40:00.000Z', + 'Freight': 42.74, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10766, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-12-05T13:40:00.000Z', + 'ShippedDate': '1997-12-09T14:40:00.000Z', + 'Freight': 157.55, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10767, + 'CustomerID': 'SUPRD', + 'OrderDate': '1997-12-05T15:40:00.000Z', + 'ShippedDate': '1997-12-15T16:40:00.000Z', + 'Freight': 1.59, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10768, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-12-08T17:40:00.000Z', + 'ShippedDate': '1997-12-15T18:40:00.000Z', + 'Freight': 146.32, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10769, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-12-08T19:40:00.000Z', + 'ShippedDate': '1997-12-12T20:40:00.000Z', + 'Freight': 65.06, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10770, + 'CustomerID': 'HANAR', + 'OrderDate': '1997-12-09T21:40:00.000Z', + 'ShippedDate': '1997-12-17T22:40:00.000Z', + 'Freight': 5.32, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10771, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-12-10T23:40:00.000Z', + 'ShippedDate': '1998-01-02T01:50:00.000Z', + 'Freight': 11.19, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10772, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-12-10T02:50:00.000Z', + 'ShippedDate': '1997-12-19T03:50:00.000Z', + 'Freight': 91.28, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10773, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-12-11T04:50:00.000Z', + 'ShippedDate': '1997-12-16T04:50:00.000Z', + 'Freight': 96.43, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10774, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-12-11T05:50:00.000Z', + 'ShippedDate': '1997-12-12T06:50:00.000Z', + 'Freight': 48.2, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10775, + 'CustomerID': 'THECR', + 'OrderDate': '1997-12-12T07:50:00.000Z', + 'ShippedDate': '1997-12-26T08:50:00.000Z', + 'Freight': 20.25, + 'ShipName': 'The Cracker Box', + 'ShipAddress': '55 Grizzly Peak Rd.', + 'ShipCity': 'Butte', + 'ShipRegion': 'MT', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10776, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-12-15T09:50:00.000Z', + 'ShippedDate': '1997-12-18T10:50:00.000Z', + 'Freight': 351.53, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10777, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-12-15T11:50:00.000Z', + 'ShippedDate': '1998-01-21T12:50:00.000Z', + 'Freight': 3.01, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10778, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-12-16T13:50:00.000Z', + 'ShippedDate': '1997-12-24T14:50:00.000Z', + 'Freight': 6.79, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10779, + 'CustomerID': 'MORGK', + 'OrderDate': '1997-12-16T15:50:00.000Z', + 'ShippedDate': '1998-01-14T16:50:00.000Z', + 'Freight': 58.13, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10780, + 'CustomerID': 'LILAS', + 'OrderDate': '1997-12-16T17:50:00.000Z', + 'ShippedDate': '1997-12-25T18:50:00.000Z', + 'Freight': 42.13, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10781, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-12-17T19:50:00.000Z', + 'ShippedDate': '1997-12-19T20:50:00.000Z', + 'Freight': 73.16, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10782, + 'CustomerID': 'CACTU', + 'OrderDate': '1997-12-17T21:50:00.000Z', + 'ShippedDate': '1997-12-22T22:50:00.000Z', + 'Freight': 1.1, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10783, + 'CustomerID': 'HANAR', + 'OrderDate': '1997-12-18T23:50:00.000Z', + 'ShippedDate': '1997-12-19T01:50:00.000Z', + 'Freight': 124.98, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10784, + 'CustomerID': 'MAGAA', + 'OrderDate': '1997-12-18T02:50:00.000Z', + 'ShippedDate': '1997-12-22T03:50:00.000Z', + 'Freight': 70.09, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10785, + 'CustomerID': 'GROSR', + 'OrderDate': '1997-12-18T04:50:00.000Z', + 'ShippedDate': '1997-12-24T05:50:00.000Z', + 'Freight': 1.51, + 'ShipName': 'GROSELLA-Restaurante', + 'ShipAddress': '5ª Ave. Los Palos Grandes', + 'ShipCity': 'Caracas', + 'ShipRegion': 'DF', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10786, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-12-19T06:50:00.000Z', + 'ShippedDate': '1997-12-23T07:50:00.000Z', + 'Freight': 110.87, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10787, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-12-19T08:50:00.000Z', + 'ShippedDate': '1997-12-26T09:50:00.000Z', + 'Freight': 249.93, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10788, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-12-22T10:50:00.000Z', + 'ShippedDate': '1998-01-19T11:50:00.000Z', + 'Freight': 42.7, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10789, + 'CustomerID': 'FOLIG', + 'OrderDate': '1997-12-22T12:50:00.000Z', + 'ShippedDate': '1997-12-31T13:50:00.000Z', + 'Freight': 100.6, + 'ShipName': 'Folies gourmandes', + 'ShipAddress': '184, chaussée de Tournai', + 'ShipCity': 'Lille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10790, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-12-22T14:50:00.000Z', + 'ShippedDate': '1997-12-26T15:50:00.000Z', + 'Freight': 28.23, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10791, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-12-23T16:50:00.000Z', + 'ShippedDate': '1998-01-01T17:50:00.000Z', + 'Freight': 16.85, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10792, + 'CustomerID': 'WOLZA', + 'OrderDate': '1997-12-23T18:50:00.000Z', + 'ShippedDate': '1997-12-31T19:50:00.000Z', + 'Freight': 23.79, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + { + 'OrderID': 10793, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-12-24T20:50:00.000Z', + 'ShippedDate': '1998-01-08T21:50:00.000Z', + 'Freight': 4.52, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10794, + 'CustomerID': 'QUEDE', + 'OrderDate': '1997-12-24T22:50:00.000Z', + 'ShippedDate': '1998-01-02T23:50:00.000Z', + 'Freight': 21.49, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10795, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-12-24T01:20:00.000Z', + 'ShippedDate': '1998-01-20T02:20:00.000Z', + 'Freight': 126.66, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10796, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-12-25T03:20:00.000Z', + 'ShippedDate': '1998-01-14T04:20:00.000Z', + 'Freight': 26.52, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10797, + 'CustomerID': 'DRACD', + 'OrderDate': '1997-12-25T05:20:00.000Z', + 'ShippedDate': '1998-01-05T06:20:00.000Z', + 'Freight': 33.35, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10798, + 'CustomerID': 'ISLAT', + 'OrderDate': '1997-12-26T07:20:00.000Z', + 'ShippedDate': '1998-01-05T08:20:00.000Z', + 'Freight': 2.33, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10799, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-12-26T09:20:00.000Z', + 'ShippedDate': '1998-01-05T10:20:00.000Z', + 'Freight': 30.76, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10800, + 'CustomerID': 'SEVES', + 'OrderDate': '1997-12-26T11:20:00.000Z', + 'ShippedDate': '1998-01-05T12:20:00.000Z', + 'Freight': 137.44, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10801, + 'CustomerID': 'BOLID', + 'OrderDate': '1997-12-29T13:20:00.000Z', + 'ShippedDate': '1997-12-31T14:20:00.000Z', + 'Freight': 97.09, + 'ShipName': 'Bólido Comidas preparadas', + 'ShipAddress': 'C/ Araquil, 67', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10802, + 'CustomerID': 'SIMOB', + 'OrderDate': '1997-12-29T15:20:00.000Z', + 'ShippedDate': '1998-01-02T16:20:00.000Z', + 'Freight': 257.26, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10803, + 'CustomerID': 'WELLI', + 'OrderDate': '1997-12-30T17:20:00.000Z', + 'ShippedDate': '1998-01-06T18:20:00.000Z', + 'Freight': 55.23, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10804, + 'CustomerID': 'SEVES', + 'OrderDate': '1997-12-30T19:20:00.000Z', + 'ShippedDate': '1998-01-07T20:20:00.000Z', + 'Freight': 27.33, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10805, + 'CustomerID': 'THEBI', + 'OrderDate': '1997-12-30T21:20:00.000Z', + 'ShippedDate': '1998-01-09T22:20:00.000Z', + 'Freight': 237.34, + 'ShipName': 'The Big Cheese', + 'ShipAddress': '89 Jefferson Way Suite 2', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10806, + 'CustomerID': 'VICTE', + 'OrderDate': '1997-12-31T23:20:00.000Z', + 'ShippedDate': '1998-01-05T00:20:00.000Z', + 'Freight': 22.11, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10807, + 'CustomerID': 'FRANS', + 'OrderDate': '1997-12-31T01:40:00.000Z', + 'ShippedDate': '1998-01-30T02:40:00.000Z', + 'Freight': 1.36, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10808, + 'CustomerID': 'OLDWO', + 'OrderDate': '1998-01-01T03:40:00.000Z', + 'ShippedDate': '1998-01-09T04:40:00.000Z', + 'Freight': 45.53, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10809, + 'CustomerID': 'WELLI', + 'OrderDate': '1998-01-01T05:40:00.000Z', + 'ShippedDate': '1998-01-07T06:40:00.000Z', + 'Freight': 4.87, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10810, + 'CustomerID': 'LAUGB', + 'OrderDate': '1998-01-01T07:40:00.000Z', + 'ShippedDate': '1998-01-07T08:40:00.000Z', + 'Freight': 4.33, + 'ShipName': 'Laughing Bacchus Wine Cellars', + 'ShipAddress': '2319 Elm St.', + 'ShipCity': 'Vancouver', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10811, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-01-02T09:40:00.000Z', + 'ShippedDate': '1998-01-08T10:40:00.000Z', + 'Freight': 31.22, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10812, + 'CustomerID': 'REGGC', + 'OrderDate': '1998-01-02T11:40:00.000Z', + 'ShippedDate': '1998-01-12T12:40:00.000Z', + 'Freight': 59.78, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10813, + 'CustomerID': 'RICAR', + 'OrderDate': '1998-01-05T13:40:00.000Z', + 'ShippedDate': '1998-01-09T14:40:00.000Z', + 'Freight': 47.38, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10814, + 'CustomerID': 'VICTE', + 'OrderDate': '1998-01-05T15:40:00.000Z', + 'ShippedDate': '1998-01-14T16:40:00.000Z', + 'Freight': 130.94, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10815, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-01-05T17:40:00.000Z', + 'ShippedDate': '1998-01-14T18:40:00.000Z', + 'Freight': 14.62, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10816, + 'CustomerID': 'GREAL', + 'OrderDate': '1998-01-06T19:40:00.000Z', + 'ShippedDate': '1998-02-04T20:40:00.000Z', + 'Freight': 719.78, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10817, + 'CustomerID': 'KOENE', + 'OrderDate': '1998-01-06T21:40:00.000Z', + 'ShippedDate': '1998-01-13T22:40:00.000Z', + 'Freight': 306.07, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10818, + 'CustomerID': 'MAGAA', + 'OrderDate': '1998-01-07T23:40:00.000Z', + 'ShippedDate': '1998-01-12T01:55:00.000Z', + 'Freight': 65.48, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10819, + 'CustomerID': 'CACTU', + 'OrderDate': '1998-01-07T02:55:00.000Z', + 'ShippedDate': '1998-01-16T03:55:00.000Z', + 'Freight': 19.76, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10820, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-01-07T04:55:00.000Z', + 'ShippedDate': '1998-01-13T05:55:00.000Z', + 'Freight': 37.52, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10821, + 'CustomerID': 'SPLIR', + 'OrderDate': '1998-01-08T06:55:00.000Z', + 'ShippedDate': '1998-01-15T07:55:00.000Z', + 'Freight': 36.68, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10822, + 'CustomerID': 'TRAIH', + 'OrderDate': '1998-01-08T09:55:00.000Z', + 'ShippedDate': '1998-01-16T10:55:00.000Z', + 'Freight': 7, + 'ShipName': 'Trail\'s Head Gourmet Provisioners', + 'ShipAddress': '722 DaVinci Blvd.', + 'ShipCity': 'Kirkland', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10823, + 'CustomerID': 'LILAS', + 'OrderDate': '1998-01-09T11:55:00.000Z', + 'ShippedDate': '1998-01-13T12:55:00.000Z', + 'Freight': 163.97, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10824, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-01-09T13:55:00.000Z', + 'ShippedDate': '1998-01-30T14:55:00.000Z', + 'Freight': 1.23, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10825, + 'CustomerID': 'DRACD', + 'OrderDate': '1998-01-09T15:55:00.000Z', + 'ShippedDate': '1998-01-14T16:55:00.000Z', + 'Freight': 79.25, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10826, + 'CustomerID': 'BLONP', + 'OrderDate': '1998-01-12T17:55:00.000Z', + 'ShippedDate': '1998-02-06T18:55:00.000Z', + 'Freight': 7.09, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10827, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-01-12T19:55:00.000Z', + 'ShippedDate': '1998-02-06T20:55:00.000Z', + 'Freight': 63.54, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10828, + 'CustomerID': 'RANCH', + 'OrderDate': '1998-01-13T21:55:00.000Z', + 'ShippedDate': '1998-02-04T22:55:00.000Z', + 'Freight': 90.85, + 'ShipName': 'Rancho grande', + 'ShipAddress': 'Av. del Libertador 900', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10829, + 'CustomerID': 'ISLAT', + 'OrderDate': '1998-01-13T23:55:00.000Z', + 'ShippedDate': '1998-01-23T12:55:00.000Z', + 'Freight': 154.72, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10830, + 'CustomerID': 'TRADH', + 'OrderDate': '1998-01-13T01:15:00.000Z', + 'ShippedDate': '1998-01-21T02:15:00.000Z', + 'Freight': 81.83, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10831, + 'CustomerID': 'SANTG', + 'OrderDate': '1998-01-14T03:15:00.000Z', + 'ShippedDate': '1998-01-23T04:15:00.000Z', + 'Freight': 72.19, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + { + 'OrderID': 10832, + 'CustomerID': 'LAMAI', + 'OrderDate': '1998-01-14T05:15:00.000Z', + 'ShippedDate': '1998-01-19T06:15:00.000Z', + 'Freight': 43.26, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10833, + 'CustomerID': 'OTTIK', + 'OrderDate': '1998-01-15T07:15:00.000Z', + 'ShippedDate': '1998-01-23T08:15:00.000Z', + 'Freight': 71.49, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10834, + 'CustomerID': 'TRADH', + 'OrderDate': '1998-01-15T09:15:00.000Z', + 'ShippedDate': '1998-01-19T10:15:00.000Z', + 'Freight': 29.78, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10835, + 'CustomerID': 'ALFKI', + 'OrderDate': '1998-01-15T11:15:00.000Z', + 'ShippedDate': '1998-01-21T12:15:00.000Z', + 'Freight': 69.53, + 'ShipName': 'Alfred\'s Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10836, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-01-16T13:15:00.000Z', + 'ShippedDate': '1998-01-21T14:15:00.000Z', + 'Freight': 411.88, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10837, + 'CustomerID': 'BERGS', + 'OrderDate': '1998-01-16T15:15:00.000Z', + 'ShippedDate': '1998-01-23T16:15:00.000Z', + 'Freight': 13.32, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10838, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-01-19T17:15:00.000Z', + 'ShippedDate': '1998-01-23T18:15:00.000Z', + 'Freight': 59.28, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10839, + 'CustomerID': 'TRADH', + 'OrderDate': '1998-01-19T19:15:00.000Z', + 'ShippedDate': '1998-01-22T20:15:00.000Z', + 'Freight': 35.43, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10840, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-01-19T21:15:00.000Z', + 'ShippedDate': '1998-02-16T22:15:00.000Z', + 'Freight': 2.71, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10841, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-01-20T23:15:00.000Z', + 'ShippedDate': '1998-01-29T01:55:00.000Z', + 'Freight': 424.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10842, + 'CustomerID': 'TORTU', + 'OrderDate': '1998-01-20T02:55:00.000Z', + 'ShippedDate': '1998-01-29T03:55:00.000Z', + 'Freight': 54.42, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10843, + 'CustomerID': 'VICTE', + 'OrderDate': '1998-01-21T04:55:00.000Z', + 'ShippedDate': '1998-01-26T05:55:00.000Z', + 'Freight': 9.26, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10844, + 'CustomerID': 'PICCO', + 'OrderDate': '1998-01-21T06:55:00.000Z', + 'ShippedDate': '1998-01-26T07:55:00.000Z', + 'Freight': 25.22, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10845, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-01-21T08:55:00.000Z', + 'ShippedDate': '1998-01-30T09:55:00.000Z', + 'Freight': 212.98, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10846, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-01-22T10:55:00.000Z', + 'ShippedDate': '1998-01-23T11:55:00.000Z', + 'Freight': 56.46, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10847, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-01-22T12:55:00.000Z', + 'ShippedDate': '1998-02-10T13:55:00.000Z', + 'Freight': 487.57, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10848, + 'CustomerID': 'CONSH', + 'OrderDate': '1998-01-23T14:55:00.000Z', + 'ShippedDate': '1998-01-29T15:55:00.000Z', + 'Freight': 38.24, + 'ShipName': 'Consolidated Holdings', + 'ShipAddress': 'Berkeley Gardens 12 Brewery', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10849, + 'CustomerID': 'KOENE', + 'OrderDate': '1998-01-23T16:55:00.000Z', + 'ShippedDate': '1998-01-30T17:55:00.000Z', + 'Freight': 0.56, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10850, + 'CustomerID': 'VICTE', + 'OrderDate': '1998-01-23T19:55:00.000Z', + 'ShippedDate': '1998-01-30T20:55:00.000Z', + 'Freight': 49.19, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10851, + 'CustomerID': 'RICAR', + 'OrderDate': '1998-01-26T21:55:00.000Z', + 'ShippedDate': '1998-02-02T22:55:00.000Z', + 'Freight': 160.55, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10852, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-01-26T23:55:00.000Z', + 'ShippedDate': '1998-01-30T01:00.05.000Z', + 'Freight': 174.05, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10853, + 'CustomerID': 'BLAUS', + 'OrderDate': '1998-01-27T02:00.05.000Z', + 'ShippedDate': '1998-02-03T03:00.05.000Z', + 'Freight': 53.83, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10854, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-01-27T04:00.05.000Z', + 'ShippedDate': '1998-02-05T05:00.05.000Z', + 'Freight': 100.22, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10855, + 'CustomerID': 'OLDWO', + 'OrderDate': '1998-01-27T06:00.05.000Z', + 'ShippedDate': '1998-02-04T07:00.05.000Z', + 'Freight': 170.97, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10856, + 'CustomerID': 'ANTON', + 'OrderDate': '1998-01-28T08:00.05.000Z', + 'ShippedDate': '1998-02-10T09:00.05.000Z', + 'Freight': 58.43, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10857, + 'CustomerID': 'BERGS', + 'OrderDate': '1998-01-28T11:00.05.000Z', + 'ShippedDate': '1998-02-06T12:00.05.000Z', + 'Freight': 188.85, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10858, + 'CustomerID': 'LACOR', + 'OrderDate': '1998-01-29T13:00.05.000Z', + 'ShippedDate': '1998-02-03T14:00.05.000Z', + 'Freight': 52.51, + 'ShipName': 'La corne d\'abondance', + 'ShipAddress': '67, avenue de l\'Europe', + 'ShipCity': 'Versailles', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10859, + 'CustomerID': 'FRANK', + 'OrderDate': '1998-01-29T15:00.05.000Z', + 'ShippedDate': '1998-02-02T16:00.05.000Z', + 'Freight': 76.1, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10860, + 'CustomerID': 'FRANR', + 'OrderDate': '1998-01-29T17:00.05.000Z', + 'ShippedDate': '1998-02-04T18:00.05.000Z', + 'Freight': 19.26, + 'ShipName': 'France restauration', + 'ShipAddress': '54, rue Royale', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10861, + 'CustomerID': 'WHITC', + 'OrderDate': '1998-01-30T19:00.05.000Z', + 'ShippedDate': '1998-02-17T20:00.05.000Z', + 'Freight': 14.93, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10862, + 'CustomerID': 'LEHMS', + 'OrderDate': '1998-01-30T21:00.05.000Z', + 'ShippedDate': '1998-02-02T22:00.05.000Z', + 'Freight': 53.23, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10863, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-02-02T23:00.05.000Z', + 'ShippedDate': '1998-02-17T01:15:00.000Z', + 'Freight': 30.26, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10864, + 'CustomerID': 'AROUT', + 'OrderDate': '1998-02-02T02:15:00.000Z', + 'ShippedDate': '1998-02-09T03:15:00.000Z', + 'Freight': 3.04, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10865, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-02-02T04:15:00.000Z', + 'ShippedDate': '1998-02-12T05:15:00.000Z', + 'Freight': 348.14, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10866, + 'CustomerID': 'BERGS', + 'OrderDate': '1998-02-03T06:15:00.000Z', + 'ShippedDate': '1998-02-12T07:15:00.000Z', + 'Freight': 109.11, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10867, + 'CustomerID': 'LONEP', + 'OrderDate': '1998-02-03T08:15:00.000Z', + 'ShippedDate': '1998-02-11T09:15:00.000Z', + 'Freight': 1.93, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10868, + 'CustomerID': 'QUEEN', + 'OrderDate': '1998-02-04T10:15:00.000Z', + 'ShippedDate': '1998-02-23T11:15:00.000Z', + 'Freight': 191.27, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10869, + 'CustomerID': 'SEVES', + 'OrderDate': '1998-02-04T12:15:00.000Z', + 'ShippedDate': '1998-02-09T13:15:00.000Z', + 'Freight': 143.28, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10870, + 'CustomerID': 'WOLZA', + 'OrderDate': '1998-02-04T14:15:00.000Z', + 'ShippedDate': '1998-02-13T15:15:00.000Z', + 'Freight': 12.04, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + { + 'OrderID': 10871, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-02-05T16:15:00.000Z', + 'ShippedDate': '1998-02-10T17:15:00.000Z', + 'Freight': 112.27, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10872, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-02-05T18:15:00.000Z', + 'ShippedDate': '1998-02-09T19:15:00.000Z', + 'Freight': 175.32, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10873, + 'CustomerID': 'WILMK', + 'OrderDate': '1998-02-06T20:15:00.000Z', + 'ShippedDate': '1998-02-09T21:15:00.000Z', + 'Freight': 0.82, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10874, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-02-06T22:15:00.000Z', + 'ShippedDate': '1998-02-11T23:15:00.000Z', + 'Freight': 19.58, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10875, + 'CustomerID': 'BERGS', + 'OrderDate': '1998-02-06T01:30:00.000Z', + 'ShippedDate': '1998-03-03T02:30:00.000Z', + 'Freight': 32.37, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10876, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-02-09T03:30:00.000Z', + 'ShippedDate': '1998-02-12T04:30:00.000Z', + 'Freight': 60.42, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10877, + 'CustomerID': 'RICAR', + 'OrderDate': '1998-02-09T05:30:00.000Z', + 'ShippedDate': '1998-02-19T06:30:00.000Z', + 'Freight': 38.06, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10878, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-02-10T07:30:00.000Z', + 'ShippedDate': '1998-02-12T08:30:00.000Z', + 'Freight': 46.69, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10879, + 'CustomerID': 'WILMK', + 'OrderDate': '1998-02-10T09:30:00.000Z', + 'ShippedDate': '1998-02-12T10:30:00.000Z', + 'Freight': 8.5, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10880, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-02-10T11:30:00.000Z', + 'ShippedDate': '1998-02-18T12:30:00.000Z', + 'Freight': 88.01, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10881, + 'CustomerID': 'CACTU', + 'OrderDate': '1998-02-11T13:30:00.000Z', + 'ShippedDate': '1998-02-18T14:30:00.000Z', + 'Freight': 2.84, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10882, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-02-11T15:30:00.000Z', + 'ShippedDate': '1998-02-20T16:30:00.000Z', + 'Freight': 23.1, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10883, + 'CustomerID': 'LONEP', + 'OrderDate': '1998-02-12T17:30:00.000Z', + 'ShippedDate': '1998-02-20T18:30:00.000Z', + 'Freight': 0.53, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10884, + 'CustomerID': 'LETSS', + 'OrderDate': '1998-02-12T19:30:00.000Z', + 'ShippedDate': '1998-02-13T20:30:00.000Z', + 'Freight': 90.97, + 'ShipName': 'Let\'s Stop N Shop', + 'ShipAddress': '87 Polk St. Suite 5', + 'ShipCity': 'San Francisco', + 'ShipRegion': 'CA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10885, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-02-12T21:30:00.000Z', + 'ShippedDate': '1998-02-18T22:30:00.000Z', + 'Freight': 5.64, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10886, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-02-13T23:30:00.000Z', + 'ShippedDate': '1998-03-02T01:20:00.000Z', + 'Freight': 4.99, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10887, + 'CustomerID': 'GALED', + 'OrderDate': '1998-02-13T02:20:00.000Z', + 'ShippedDate': '1998-02-16T03:20:00.000Z', + 'Freight': 1.25, + 'ShipName': 'Galería del gastronómo', + 'ShipAddress': 'Rambla de Cataluña, 23', + 'ShipCity': 'Barcelona', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10888, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-02-16T04:20:00.000Z', + 'ShippedDate': '1998-02-23T05:20:00.000Z', + 'Freight': 51.87, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10889, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-02-16T06:20:00.000Z', + 'ShippedDate': '1998-02-23T07:20:00.000Z', + 'Freight': 280.61, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10890, + 'CustomerID': 'DUMON', + 'OrderDate': '1998-02-16T08:20:00.000Z', + 'ShippedDate': '1998-02-18T09:20:00.000Z', + 'Freight': 32.76, + 'ShipName': 'Du monde entier', + 'ShipAddress': '67, rue des Cinquante Otages', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10891, + 'CustomerID': 'LEHMS', + 'OrderDate': '1998-02-17T10:20:00.000Z', + 'ShippedDate': '1998-02-19T11:20:00.000Z', + 'Freight': 20.37, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10892, + 'CustomerID': 'MAISD', + 'OrderDate': '1998-02-17T12:20:00.000Z', + 'ShippedDate': '1998-02-19T13:20:00.000Z', + 'Freight': 120.27, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10893, + 'CustomerID': 'KOENE', + 'OrderDate': '1998-02-18T14:20:00.000Z', + 'ShippedDate': '1998-02-20T15:20:00.000Z', + 'Freight': 77.78, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10894, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-02-18T16:20:00.000Z', + 'ShippedDate': '1998-02-20T17:20:00.000Z', + 'Freight': 116.13, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10895, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-02-18T18:20:00.000Z', + 'ShippedDate': '1998-02-23T19:20:00.000Z', + 'Freight': 162.75, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10896, + 'CustomerID': 'MAISD', + 'OrderDate': '1998-02-19T20:20:00.000Z', + 'ShippedDate': '1998-02-27T21:20:00.000Z', + 'Freight': 32.45, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10897, + 'CustomerID': 'HUNGO', + 'OrderDate': '1998-02-19T22:20:00.000Z', + 'ShippedDate': '1998-02-25T23:20:00.000Z', + 'Freight': 603.54, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10898, + 'CustomerID': 'OCEAN', + 'OrderDate': '1998-02-20T01:55:00.000Z', + 'ShippedDate': '1998-03-06T02:55:00.000Z', + 'Freight': 1.27, + 'ShipName': 'Océano Atlántico Ltda.', + 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10899, + 'CustomerID': 'LILAS', + 'OrderDate': '1998-02-20T03:55:00.000Z', + 'ShippedDate': '1998-02-26T04:55:00.000Z', + 'Freight': 1.21, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10900, + 'CustomerID': 'WELLI', + 'OrderDate': '1998-02-20T05:55:00.000Z', + 'ShippedDate': '1998-03-04T06:55:00.000Z', + 'Freight': 1.66, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10901, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-02-23T07:55:00.000Z', + 'ShippedDate': '1998-02-26T08:55:00.000Z', + 'Freight': 62.09, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10902, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-02-23T09:55:00.000Z', + 'ShippedDate': '1998-03-03T10:55:00.000Z', + 'Freight': 44.15, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10903, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-02-24T11:55:00.000Z', + 'ShippedDate': '1998-03-04T12:55:00.000Z', + 'Freight': 36.71, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10904, + 'CustomerID': 'WHITC', + 'OrderDate': '1998-02-24T13:55:00.000Z', + 'ShippedDate': '1998-02-27T14:55:00.000Z', + 'Freight': 162.95, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10905, + 'CustomerID': 'WELLI', + 'OrderDate': '1998-02-24T15:55:00.000Z', + 'ShippedDate': '1998-03-06T16:55:00.000Z', + 'Freight': 13.72, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10906, + 'CustomerID': 'WOLZA', + 'OrderDate': '1998-02-25T17:55:00.000Z', + 'ShippedDate': '1998-03-03T18:55:00.000Z', + 'Freight': 26.29, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + { + 'OrderID': 10907, + 'CustomerID': 'SPECD', + 'OrderDate': '1998-02-25T19:55:00.000Z', + 'ShippedDate': '1998-02-27T20:55:00.000Z', + 'Freight': 9.19, + 'ShipName': 'Spécialités du monde', + 'ShipAddress': '25, rue Lauriston', + 'ShipCity': 'Paris', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10908, + 'CustomerID': 'REGGC', + 'OrderDate': '1998-02-26T21:55:00.000Z', + 'ShippedDate': '1998-03-06T22:55:00.000Z', + 'Freight': 32.96, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10909, + 'CustomerID': 'SANTG', + 'OrderDate': '1998-02-26T23:55:00.000Z', + 'ShippedDate': '1998-03-10T01:40:00.000Z', + 'Freight': 53.05, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + { + 'OrderID': 10910, + 'CustomerID': 'WILMK', + 'OrderDate': '1998-02-26T02:40:00.000Z', + 'ShippedDate': '1998-03-04T03:40:00.000Z', + 'Freight': 38.11, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10911, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-02-26T04:40:00.000Z', + 'ShippedDate': '1998-03-05T05:40:00.000Z', + 'Freight': 38.19, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10912, + 'CustomerID': 'HUNGO', + 'OrderDate': '1998-02-26T06:40:00.000Z', + 'ShippedDate': '1998-03-18T07:40:00.000Z', + 'Freight': 580.91, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10913, + 'CustomerID': 'QUEEN', + 'OrderDate': '1998-02-26T08:40:00.000Z', + 'ShippedDate': '1998-03-04T09:40:00.000Z', + 'Freight': 33.05, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10914, + 'CustomerID': 'QUEEN', + 'OrderDate': '1998-02-27T10:40:00.000Z', + 'ShippedDate': '1998-03-02T11:40:00.000Z', + 'Freight': 21.19, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10915, + 'CustomerID': 'TORTU', + 'OrderDate': '1998-02-27T12:40:00.000Z', + 'ShippedDate': '1998-03-02T13:40:00.000Z', + 'Freight': 3.51, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10916, + 'CustomerID': 'RANCH', + 'OrderDate': '1998-02-27T14:40:00.000Z', + 'ShippedDate': '1998-03-09T15:40:00.000Z', + 'Freight': 63.77, + 'ShipName': 'Rancho grande', + 'ShipAddress': 'Av. del Libertador 900', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10917, + 'CustomerID': 'ROMEY', + 'OrderDate': '1998-03-02T16:40:00.000Z', + 'ShippedDate': '1998-03-11T17:40:00.000Z', + 'Freight': 8.29, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10918, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-03-02T18:40:00.000Z', + 'ShippedDate': '1998-03-11T19:40:00.000Z', + 'Freight': 48.83, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10919, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-03-02T20:40:00.000Z', + 'ShippedDate': '1998-03-04T21:40:00.000Z', + 'Freight': 19.8, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10920, + 'CustomerID': 'AROUT', + 'OrderDate': '1998-03-03T22:40:00.000Z', + 'ShippedDate': '1998-03-09T01:50:00.000Z', + 'Freight': 29.61, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10921, + 'CustomerID': 'VAFFE', + 'OrderDate': '1998-03-03T02:50:00.000Z', + 'ShippedDate': '1998-03-09T03:50:00.000Z', + 'Freight': 176.48, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10922, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-03-03T04:50:00.000Z', + 'ShippedDate': '1998-03-05T05:50:00.000Z', + 'Freight': 62.74, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10923, + 'CustomerID': 'LAMAI', + 'OrderDate': '1998-03-03T06:50:00.000Z', + 'ShippedDate': '1998-03-13T06:50:00.000Z', + 'Freight': 68.26, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10924, + 'CustomerID': 'BERGS', + 'OrderDate': '1998-03-04T07:50:00.000Z', + 'ShippedDate': '1998-04-08T08:50:00.000Z', + 'Freight': 151.52, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10925, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-03-04T09:50:00.000Z', + 'ShippedDate': '1998-03-13T10:50:00.000Z', + 'Freight': 2.27, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10926, + 'CustomerID': 'ANATR', + 'OrderDate': '1998-03-04T11:50:00.000Z', + 'ShippedDate': '1998-03-11T12:50:00.000Z', + 'Freight': 39.92, + 'ShipName': 'Ana Trujillo Emparedados y helados', + 'ShipAddress': 'Avda. de la Constitución 2222', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10927, + 'CustomerID': 'LACOR', + 'OrderDate': '1998-03-05T13:50:00.000Z', + 'ShippedDate': '1998-04-08T14:50:00.000Z', + 'Freight': 19.79, + 'ShipName': 'La corne d\'abondance', + 'ShipAddress': '67, avenue de l\'Europe', + 'ShipCity': 'Versailles', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10928, + 'CustomerID': 'GALED', + 'OrderDate': '1998-03-05T15:50:00.000Z', + 'ShippedDate': '1998-03-18T16:50:00.000Z', + 'Freight': 1.36, + 'ShipName': 'Galería del gastronómo', + 'ShipAddress': 'Rambla de Cataluña, 23', + 'ShipCity': 'Barcelona', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10929, + 'CustomerID': 'FRANK', + 'OrderDate': '1998-03-05T17:50:00.000Z', + 'ShippedDate': '1998-03-12T18:50:00.000Z', + 'Freight': 33.93, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10930, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-03-06T19:50:00.000Z', + 'ShippedDate': '1998-03-18T20:50:00.000Z', + 'Freight': 15.55, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10931, + 'CustomerID': 'RICSU', + 'OrderDate': '1998-03-06T21:50:00.000Z', + 'ShippedDate': '1998-03-19T22:50:00.000Z', + 'Freight': 13.6, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10932, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-03-06T23:50:00.000Z', + 'ShippedDate': '1998-03-24T01:50:00.000Z', + 'Freight': 134.64, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10933, + 'CustomerID': 'ISLAT', + 'OrderDate': '1998-03-06T02:20:00.000Z', + 'ShippedDate': '1998-03-16T03:20:00.000Z', + 'Freight': 54.15, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10934, + 'CustomerID': 'LEHMS', + 'OrderDate': '1998-03-09T04:20:00.000Z', + 'ShippedDate': '1998-03-12T05:20:00.000Z', + 'Freight': 32.01, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10935, + 'CustomerID': 'WELLI', + 'OrderDate': '1998-03-09T06:20:00.000Z', + 'ShippedDate': '1998-03-18T07:20:00.000Z', + 'Freight': 47.59, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10936, + 'CustomerID': 'GREAL', + 'OrderDate': '1998-03-09T08:20:00.000Z', + 'ShippedDate': '1998-03-18T09:20:00.000Z', + 'Freight': 33.68, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10937, + 'CustomerID': 'CACTU', + 'OrderDate': '1998-03-10T10:20:00.000Z', + 'ShippedDate': '1998-03-13T11:20:00.000Z', + 'Freight': 31.51, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10938, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-03-10T12:20:00.000Z', + 'ShippedDate': '1998-03-16T14:20:00.000Z', + 'Freight': 31.89, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10939, + 'CustomerID': 'MAGAA', + 'OrderDate': '1998-03-10T13:20:00.000Z', + 'ShippedDate': '1998-03-13T15:20:00.000Z', + 'Freight': 76.33, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10940, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-03-11T16:20:00.000Z', + 'ShippedDate': '1998-03-23T17:20:00.000Z', + 'Freight': 19.77, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10941, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-03-11T18:20:00.000Z', + 'ShippedDate': '1998-03-20T19:20:00.000Z', + 'Freight': 400.81, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10942, + 'CustomerID': 'REGGC', + 'OrderDate': '1998-03-11T20:20:00.000Z', + 'ShippedDate': '1998-03-18T21:20:00.000Z', + 'Freight': 17.95, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10943, + 'CustomerID': 'BSBEV', + 'OrderDate': '1998-03-11T22:20:00.000Z', + 'ShippedDate': '1998-03-19T23:20:00.000Z', + 'Freight': 2.17, + 'ShipName': 'B\'s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10944, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-03-12T01:20:00.000Z', + 'ShippedDate': '1998-03-13T02:20:00.000Z', + 'Freight': 52.92, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10945, + 'CustomerID': 'MORGK', + 'OrderDate': '1998-03-12T03:20:00.000Z', + 'ShippedDate': '1998-03-18T04:20:00.000Z', + 'Freight': 10.22, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10946, + 'CustomerID': 'VAFFE', + 'OrderDate': '1998-03-12T05:20:00.000Z', + 'ShippedDate': '1998-03-19T06:20:00.000Z', + 'Freight': 27.2, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10947, + 'CustomerID': 'BSBEV', + 'OrderDate': '1998-03-13T07:20:00.000Z', + 'ShippedDate': '1998-03-16T08:20:00.000Z', + 'Freight': 3.26, + 'ShipName': 'B\'s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10948, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-03-13T09:20:00.000Z', + 'ShippedDate': '1998-03-19T10:20:00.000Z', + 'Freight': 23.39, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10949, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-03-13T11:20:00.000Z', + 'ShippedDate': '1998-03-17T12:20:00.000Z', + 'Freight': 74.44, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10950, + 'CustomerID': 'MAGAA', + 'OrderDate': '1998-03-16T13:20:00.000Z', + 'ShippedDate': '1998-03-23T14:20:00.000Z', + 'Freight': 2.5, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10951, + 'CustomerID': 'RICSU', + 'OrderDate': '1998-03-16T15:20:00.000Z', + 'ShippedDate': '1998-04-07T16:20:00.000Z', + 'Freight': 30.85, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10952, + 'CustomerID': 'ALFKI', + 'OrderDate': '1998-03-16T17:20:00.000Z', + 'ShippedDate': '1998-03-24T18:20:00.000Z', + 'Freight': 40.42, + 'ShipName': 'Alfred\'s Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10953, + 'CustomerID': 'AROUT', + 'OrderDate': '1998-03-16T19:20:00.000Z', + 'ShippedDate': '1998-03-25T20:20:00.000Z', + 'Freight': 23.72, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10954, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-03-17T21:20:00.000Z', + 'ShippedDate': '1998-03-20T22:20:00.000Z', + 'Freight': 27.91, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10955, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-03-17T23:20:00.000Z', + 'ShippedDate': '1998-03-20T01:20:00.000Z', + 'Freight': 3.26, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10956, + 'CustomerID': 'BLAUS', + 'OrderDate': '1998-03-17T01:55:00.000Z', + 'ShippedDate': '1998-03-20T02:55:00.000Z', + 'Freight': 44.65, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10957, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-03-18T03:55:00.000Z', + 'ShippedDate': '1998-03-27T04:55:00.000Z', + 'Freight': 105.36, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10958, + 'CustomerID': 'OCEAN', + 'OrderDate': '1998-03-18T05:55:00.000Z', + 'ShippedDate': '1998-03-27T06:55:00.000Z', + 'Freight': 49.56, + 'ShipName': 'Océano Atlántico Ltda.', + 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10959, + 'CustomerID': 'GOURL', + 'OrderDate': '1998-03-18T07:55:00.000Z', + 'ShippedDate': '1998-03-23T08:55:00.000Z', + 'Freight': 4.98, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10960, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-03-19T09:55:00.000Z', + 'ShippedDate': '1998-04-08T10:55:00.000Z', + 'Freight': 2.08, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10961, + 'CustomerID': 'QUEEN', + 'OrderDate': '1998-03-19T11:55:00.000Z', + 'ShippedDate': '1998-03-30T12:55:00.000Z', + 'Freight': 104.47, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10962, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-03-19T13:55:00.000Z', + 'ShippedDate': '1998-03-23T14:55:00.000Z', + 'Freight': 275.79, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10963, + 'CustomerID': 'FURIB', + 'OrderDate': '1998-03-19T15:55:00.000Z', + 'ShippedDate': '1998-03-26T16:55:00.000Z', + 'Freight': 2.7, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 10964, + 'CustomerID': 'SPECD', + 'OrderDate': '1998-03-20T17:55:00.000Z', + 'ShippedDate': '1998-03-24T18:55:00.000Z', + 'Freight': 87.38, + 'ShipName': 'Spécialités du monde', + 'ShipAddress': '25, rue Lauriston', + 'ShipCity': 'Paris', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10965, + 'CustomerID': 'OLDWO', + 'OrderDate': '1998-03-20T19:55:00.000Z', + 'ShippedDate': '1998-03-30T20:55:00.000Z', + 'Freight': 144.38, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10966, + 'CustomerID': 'CHOPS', + 'OrderDate': '1998-03-20T21:55:00.000Z', + 'ShippedDate': '1998-04-08T22:55:00.000Z', + 'Freight': 27.19, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10967, + 'CustomerID': 'TOMSP', + 'OrderDate': '1998-03-23T23:55:00.000Z', + 'ShippedDate': '1998-04-02T12:55:00.000Z', + 'Freight': 62.22, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10968, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-03-23T01:00.05.000Z', + 'ShippedDate': '1998-04-01T02:00.05.000Z', + 'Freight': 74.6, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10969, + 'CustomerID': 'COMMI', + 'OrderDate': '1998-03-23T03:00.05.000Z', + 'ShippedDate': '1998-03-30T04:00.05.000Z', + 'Freight': 0.21, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10970, + 'CustomerID': 'BOLID', + 'OrderDate': '1998-03-24T05:00.05.000Z', + 'ShippedDate': '1998-04-24T06:00.05.000Z', + 'Freight': 16.16, + 'ShipName': 'Bólido Comidas preparadas', + 'ShipAddress': 'C/ Araquil, 67', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10971, + 'CustomerID': 'FRANR', + 'OrderDate': '1998-03-24T07:00.05.000Z', + 'ShippedDate': '1998-04-02T08:00.05.000Z', + 'Freight': 121.82, + 'ShipName': 'France restauration', + 'ShipAddress': '54, rue Royale', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10972, + 'CustomerID': 'LACOR', + 'OrderDate': '1998-03-24T09:00.05.000Z', + 'ShippedDate': '1998-03-26T10:00.05.000Z', + 'Freight': 0.02, + 'ShipName': 'La corne d\'abondance', + 'ShipAddress': '67, avenue de l\'Europe', + 'ShipCity': 'Versailles', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10973, + 'CustomerID': 'LACOR', + 'OrderDate': '1998-03-24T11:00.05.000Z', + 'ShippedDate': '1998-03-27T12:00.05.000Z', + 'Freight': 15.17, + 'ShipName': 'La corne d\'abondance', + 'ShipAddress': '67, avenue de l\'Europe', + 'ShipCity': 'Versailles', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10974, + 'CustomerID': 'SPLIR', + 'OrderDate': '1998-03-25T13:00.05.000Z', + 'ShippedDate': '1998-04-03T14:00.05.000Z', + 'Freight': 12.96, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10975, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-03-25T15:00.05.000Z', + 'ShippedDate': '1998-03-27T16:00.05.000Z', + 'Freight': 32.27, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10976, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-03-25T17:00.05.000Z', + 'ShippedDate': '1998-04-03T18:00.05.000Z', + 'Freight': 37.97, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10977, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-03-26T19:00.05.000Z', + 'ShippedDate': '1998-04-10T10:00.05.000Z', + 'Freight': 208.5, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10978, + 'CustomerID': 'MAISD', + 'OrderDate': '1998-03-26T11:00.05.000Z', + 'ShippedDate': '1998-04-23T12:00.05.000Z', + 'Freight': 32.82, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10979, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-03-26T13:00.05.000Z', + 'ShippedDate': '1998-03-31T14:00.05.000Z', + 'Freight': 353.07, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10980, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-03-27T15:00.05.000Z', + 'ShippedDate': '1998-04-17T16:00.05.000Z', + 'Freight': 1.26, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10981, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-03-27T17:00.05.000Z', + 'ShippedDate': '1998-04-02T18:00.05.000Z', + 'Freight': 193.37, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10982, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-03-27T19:00.05.000Z', + 'ShippedDate': '1998-04-08T20:00.05.000Z', + 'Freight': 14.01, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 10983, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-03-27T21:00.05.000Z', + 'ShippedDate': '1998-04-06T22:00.05.000Z', + 'Freight': 657.54, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10984, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-03-30T23:00.05.000Z', + 'ShippedDate': '1998-04-03T13:00.05.000Z', + 'Freight': 211.22, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10985, + 'CustomerID': 'HUNGO', + 'OrderDate': '1998-03-30T01:25:00.000Z', + 'ShippedDate': '1998-04-02T02:25:00.000Z', + 'Freight': 91.51, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10986, + 'CustomerID': 'OCEAN', + 'OrderDate': '1998-03-30T03:25:00.000Z', + 'ShippedDate': '1998-04-21T04:25:00.000Z', + 'Freight': 217.86, + 'ShipName': 'Océano Atlántico Ltda.', + 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 10987, + 'CustomerID': 'EASTC', + 'OrderDate': '1998-03-31T05:25:00.000Z', + 'ShippedDate': '1998-04-06T06:25:00.000Z', + 'Freight': 185.48, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10988, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-03-31T07:25:00.000Z', + 'ShippedDate': '1998-04-10T08:25:00.000Z', + 'Freight': 61.14, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10989, + 'CustomerID': 'QUEDE', + 'OrderDate': '1998-03-31T09:25:00.000Z', + 'ShippedDate': '1998-04-02T10:25:00.000Z', + 'Freight': 34.76, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10990, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-04-01T11:25:00.000Z', + 'ShippedDate': '1998-04-07T12:25:00.000Z', + 'Freight': 117.61, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10991, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-04-01T13:25:00.000Z', + 'ShippedDate': '1998-04-07T14:25:00.000Z', + 'Freight': 38.51, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10992, + 'CustomerID': 'THEBI', + 'OrderDate': '1998-04-01T15:25:00.000Z', + 'ShippedDate': '1998-04-03T16:25:00.000Z', + 'Freight': 4.27, + 'ShipName': 'The Big Cheese', + 'ShipAddress': '89 Jefferson Way Suite 2', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10993, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-04-01T17:25:00.000Z', + 'ShippedDate': '1998-04-10T18:25:00.000Z', + 'Freight': 8.81, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10994, + 'CustomerID': 'VAFFE', + 'OrderDate': '1998-04-02T19:25:00.000Z', + 'ShippedDate': '1998-04-09T20:25:00.000Z', + 'Freight': 65.53, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 10995, + 'CustomerID': 'PERIC', + 'OrderDate': '1998-04-02T21:25:00.000Z', + 'ShippedDate': '1998-04-06T22:25:00.000Z', + 'Freight': 46, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10996, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-04-02T23:25:00.000Z', + 'ShippedDate': '1998-04-10T13:25:00.000Z', + 'Freight': 1.12, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10997, + 'CustomerID': 'LILAS', + 'OrderDate': '1998-04-03T14:25:00.000Z', + 'ShippedDate': '1998-04-13T01:25:00.000Z', + 'Freight': 73.91, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10998, + 'CustomerID': 'WOLZA', + 'OrderDate': '1998-04-03T02:25:00.000Z', + 'ShippedDate': '1998-04-17T03:25:00.000Z', + 'Freight': 20.31, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + { + 'OrderID': 10999, + 'CustomerID': 'OTTIK', + 'OrderDate': '1998-04-03T04:25:00.000Z', + 'ShippedDate': '1998-04-10T05:25:00.000Z', + 'Freight': 96.35, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11000, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-04-06T06:25:00.000Z', + 'ShippedDate': '1998-04-14T07:25:00.000Z', + 'Freight': 55.12, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11001, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-04-06T08:25:00.000Z', + 'ShippedDate': '1998-04-14T09:25:00.000Z', + 'Freight': 197.3, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 11002, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-04-06T10:25:00.000Z', + 'ShippedDate': '1998-04-16T11:25:00.000Z', + 'Freight': 141.16, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11003, + 'CustomerID': 'THECR', + 'OrderDate': '1998-04-06T12:25:00.000Z', + 'ShippedDate': '1998-04-08T13:25:00.000Z', + 'Freight': 14.91, + 'ShipName': 'The Cracker Box', + 'ShipAddress': '55 Grizzly Peak Rd.', + 'ShipCity': 'Butte', + 'ShipRegion': 'MT', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11004, + 'CustomerID': 'MAISD', + 'OrderDate': '1998-04-07T14:25:00.000Z', + 'ShippedDate': '1998-04-20T15:25:00.000Z', + 'Freight': 44.84, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 11005, + 'CustomerID': 'WILMK', + 'OrderDate': '1998-04-07T16:25:00.000Z', + 'ShippedDate': '1998-04-10T17:25:00.000Z', + 'Freight': 0.75, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 11006, + 'CustomerID': 'GREAL', + 'OrderDate': '1998-04-07T18:25:00.000Z', + 'ShippedDate': '1998-04-15T19:25:00.000Z', + 'Freight': 25.19, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11007, + 'CustomerID': 'PRINI', + 'OrderDate': '1998-04-08T20:25:00.000Z', + 'ShippedDate': '1998-04-13T21:25:00.000Z', + 'Freight': 202.24, + 'ShipName': 'Princesa Isabel Vinhos', + 'ShipAddress': 'Estrada da saúde n. 58', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + { + 'OrderID': 11008, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-04-08T22:25:00.000Z', + 'ShippedDate': null, + 'Freight': 79.46, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 11009, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-04-08T23:25:00.000Z', + 'ShippedDate': '1998-04-10T01:25:00.000Z', + 'Freight': 59.11, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 11010, + 'CustomerID': 'REGGC', + 'OrderDate': '1998-04-09T02:55:00.000Z', + 'ShippedDate': '1998-04-21T03:55:00.000Z', + 'Freight': 28.71, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 11011, + 'CustomerID': 'ALFKI', + 'OrderDate': '1998-04-09T04:55:00.000Z', + 'ShippedDate': '1998-04-13T05:55:00.000Z', + 'Freight': 1.21, + 'ShipName': 'Alfred\'s Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11012, + 'CustomerID': 'FRANK', + 'OrderDate': '1998-04-09T06:55:00.000Z', + 'ShippedDate': '1998-04-17T07:55:00.000Z', + 'Freight': 242.95, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11013, + 'CustomerID': 'ROMEY', + 'OrderDate': '1998-04-09T08:55:00.000Z', + 'ShippedDate': '1998-04-10T09:55:00.000Z', + 'Freight': 32.99, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 11014, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-04-10T10:55:00.000Z', + 'ShippedDate': '1998-04-15T11:55:00.000Z', + 'Freight': 23.6, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 11015, + 'CustomerID': 'SANTG', + 'OrderDate': '1998-04-10T12:55:00.000Z', + 'ShippedDate': '1998-04-20T13:55:00.000Z', + 'Freight': 4.62, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + { + 'OrderID': 11016, + 'CustomerID': 'AROUT', + 'OrderDate': '1998-04-10T14:55:00.000Z', + 'ShippedDate': '1998-04-13T15:55:00.000Z', + 'Freight': 33.8, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + { + 'OrderID': 11017, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-04-13T16:55:00.000Z', + 'ShippedDate': '1998-04-20T17:55:00.000Z', + 'Freight': 754.26, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 11018, + 'CustomerID': 'LONEP', + 'OrderDate': '1998-04-13T18:55:00.000Z', + 'ShippedDate': '1998-04-16T19:55:00.000Z', + 'Freight': 11.65, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11019, + 'CustomerID': 'RANCH', + 'OrderDate': '1998-04-13T20:55:00.000Z', + 'ShippedDate': null, + 'Freight': 3.17, + 'ShipName': 'Rancho grande', + 'ShipAddress': 'Av. del Libertador 900', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 11020, + 'CustomerID': 'OTTIK', + 'OrderDate': '1998-04-14T21:55:00.000Z', + 'ShippedDate': '1998-04-16T22:55:00.000Z', + 'Freight': 43.3, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11021, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-04-14T23:55:00.000Z', + 'ShippedDate': '1998-04-21T13:50:00.000Z', + 'Freight': 297.18, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11022, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-04-14T03:50:00.000Z', + 'ShippedDate': '1998-05-04T01:50:00.000Z', + 'Freight': 6.27, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 11023, + 'CustomerID': 'BSBEV', + 'OrderDate': '1998-04-14T02:50:00.000Z', + 'ShippedDate': '1998-04-24T03:50:00.000Z', + 'Freight': 123.83, + 'ShipName': 'B\'s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 11024, + 'CustomerID': 'EASTC', + 'OrderDate': '1998-04-15T04:50:00.000Z', + 'ShippedDate': '1998-04-20T05:50:00.000Z', + 'Freight': 74.36, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 11025, + 'CustomerID': 'WARTH', + 'OrderDate': '1998-04-15T06:50:00.000Z', + 'ShippedDate': '1998-04-24T07:50:00.000Z', + 'Freight': 29.17, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 11026, + 'CustomerID': 'FRANS', + 'OrderDate': '1998-04-15T08:50:00.000Z', + 'ShippedDate': '1998-04-28T09:50:00.000Z', + 'Freight': 47.09, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 11027, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-04-16T10:50:00.000Z', + 'ShippedDate': '1998-04-20T11:50:00.000Z', + 'Freight': 52.52, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 11028, + 'CustomerID': 'KOENE', + 'OrderDate': '1998-04-16T12:50:00.000Z', + 'ShippedDate': '1998-04-22T13:50:00.000Z', + 'Freight': 29.59, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11029, + 'CustomerID': 'CHOPS', + 'OrderDate': '1998-04-16T14:50:00.000Z', + 'ShippedDate': '1998-04-27T15:50:00.000Z', + 'Freight': 47.84, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 11030, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-04-17T16:50:00.000Z', + 'ShippedDate': '1998-04-27T17:50:00.000Z', + 'Freight': 830.75, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11031, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-04-17T18:50:00.000Z', + 'ShippedDate': '1998-04-24T19:50:00.000Z', + 'Freight': 227.22, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11032, + 'CustomerID': 'WHITC', + 'OrderDate': '1998-04-17T20:50:00.000Z', + 'ShippedDate': '1998-04-23T21:50:00.000Z', + 'Freight': 606.19, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11033, + 'CustomerID': 'RICSU', + 'OrderDate': '1998-04-17T22:50:00.000Z', + 'ShippedDate': '1998-04-23T23:50:00.000Z', + 'Freight': 84.74, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 11034, + 'CustomerID': 'OLDWO', + 'OrderDate': '1998-04-20T01:05:00.000Z', + 'ShippedDate': '1998-04-27T02:05:00.000Z', + 'Freight': 40.32, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11035, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-04-20T03:05:00.000Z', + 'ShippedDate': '1998-04-24T04:05:00.000Z', + 'Freight': 0.17, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 11036, + 'CustomerID': 'DRACD', + 'OrderDate': '1998-04-20T05:05:00.000Z', + 'ShippedDate': '1998-04-22T06:05:00.000Z', + 'Freight': 149.47, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11037, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-04-21T07:05:00.000Z', + 'ShippedDate': '1998-04-27T08:05:00.000Z', + 'Freight': 3.2, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 11038, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-04-21T09:05:00.000Z', + 'ShippedDate': '1998-04-30T10:05:00.000Z', + 'Freight': 29.59, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 11039, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-04-21T11:05:00.000Z', + 'ShippedDate': null, + 'Freight': 65, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 11040, + 'CustomerID': 'GREAL', + 'OrderDate': '1998-04-22T12:05:00.000Z', + 'ShippedDate': null, + 'Freight': 18.84, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11041, + 'CustomerID': 'CHOPS', + 'OrderDate': '1998-04-22T13:05:00.000Z', + 'ShippedDate': '1998-04-28T14:05:00.000Z', + 'Freight': 48.22, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 11042, + 'CustomerID': 'COMMI', + 'OrderDate': '1998-04-22T15:05:00.000Z', + 'ShippedDate': '1998-05-01T16:05:00.000Z', + 'Freight': 29.99, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 11043, + 'CustomerID': 'SPECD', + 'OrderDate': '1998-04-22T17:05:00.000Z', + 'ShippedDate': '1998-04-29T18:05:00.000Z', + 'Freight': 8.8, + 'ShipName': 'Spécialités du monde', + 'ShipAddress': '25, rue Lauriston', + 'ShipCity': 'Paris', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 11044, + 'CustomerID': 'WOLZA', + 'OrderDate': '1998-04-23T19:05:00.000Z', + 'ShippedDate': '1998-05-01T20:05:00.000Z', + 'Freight': 8.72, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + { + 'OrderID': 11045, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-04-23T21:05:00.000Z', + 'ShippedDate': null, + 'Freight': 70.58, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 11046, + 'CustomerID': 'WANDK', + 'OrderDate': '1998-04-23T22:05:00.000Z', + 'ShippedDate': '1998-04-24T23:05:00.000Z', + 'Freight': 71.64, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11047, + 'CustomerID': 'EASTC', + 'OrderDate': '1998-04-24T01:30:00.000Z', + 'ShippedDate': '1998-05-01T02:30:00.000Z', + 'Freight': 46.62, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 11048, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-04-24T03:30:00.000Z', + 'ShippedDate': '1998-04-30T04:30:00.000Z', + 'Freight': 24.12, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + { + 'OrderID': 11049, + 'CustomerID': 'GOURL', + 'OrderDate': '1998-04-24T05:30:00.000Z', + 'ShippedDate': '1998-05-04T06:30:00.000Z', + 'Freight': 8.34, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 11050, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-04-27T07:30:00.000Z', + 'ShippedDate': '1998-05-05T08:30:00.000Z', + 'Freight': 59.41, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 11051, + 'CustomerID': 'LAMAI', + 'OrderDate': '1998-04-27T09:30:00.000Z', + 'ShippedDate': null, + 'Freight': 2.79, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 11052, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-04-27T10:30:00.000Z', + 'ShippedDate': '1998-05-01T11:30:00.000Z', + 'Freight': 67.26, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 11053, + 'CustomerID': 'PICCO', + 'OrderDate': '1998-04-27T12:30:00.000Z', + 'ShippedDate': '1998-04-29T13:30:00.000Z', + 'Freight': 53.05, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 11054, + 'CustomerID': 'CACTU', + 'OrderDate': '1998-04-28T14:30:00.000Z', + 'ShippedDate': '1998-04-29T15:30:00.000Z', + 'Freight': 0.33, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + { + 'OrderID': 11055, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-04-28T16:30:00.000Z', + 'ShippedDate': '1998-05-05T17:30:00.000Z', + 'Freight': 120.92, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 11056, + 'CustomerID': 'EASTC', + 'OrderDate': '1998-04-28T18:30:00.000Z', + 'ShippedDate': '1998-05-01T19:30:00.000Z', + 'Freight': 278.96, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 11057, + 'CustomerID': 'NORTS', + 'OrderDate': '1998-04-29T20:30:00.000Z', + 'ShippedDate': '1998-05-01T21:30:00.000Z', + 'Freight': 4.13, + 'ShipName': 'North/South', + 'ShipAddress': 'South House 300 Queensbridge', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 11058, + 'CustomerID': 'BLAUS', + 'OrderDate': '1998-04-29T22:30:00.000Z', + 'ShippedDate': null, + 'Freight': 31.14, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11059, + 'CustomerID': 'RICAR', + 'OrderDate': '1998-04-29T23:30:00.000Z', + 'ShippedDate': null, + 'Freight': 85.8, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 11060, + 'CustomerID': 'FRANS', + 'OrderDate': '1998-04-30T01:05:00.000Z', + 'ShippedDate': '1998-05-04T02:05:00.000Z', + 'Freight': 10.98, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 11061, + 'CustomerID': 'GREAL', + 'OrderDate': '1998-04-30T03:05:00.000Z', + 'ShippedDate': null, + 'Freight': 14.01, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11062, + 'CustomerID': 'REGGC', + 'OrderDate': '1998-04-30T04:05:00.000Z', + 'ShippedDate': null, + 'Freight': 29.93, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 11063, + 'CustomerID': 'HUNGO', + 'OrderDate': '1998-04-30T05:05:00.000Z', + 'ShippedDate': '1998-05-06T06:05:00.000Z', + 'Freight': 81.73, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 11064, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-05-01T07:05:00.000Z', + 'ShippedDate': '1998-05-04T10:05:00.000Z', + 'Freight': 30.09, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11065, + 'CustomerID': 'LILAS', + 'OrderDate': '1998-05-01T11:05:00.000Z', + 'ShippedDate': null, + 'Freight': 12.91, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 11066, + 'CustomerID': 'WHITC', + 'OrderDate': '1998-05-01T12:05:00.000Z', + 'ShippedDate': '1998-05-04T13:05:00.000Z', + 'Freight': 44.72, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 11067, + 'CustomerID': 'DRACD', + 'OrderDate': '1998-05-04T14:05:00.000Z', + 'ShippedDate': '1998-05-06T15:05:00.000Z', + 'Freight': 7.98, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11068, + 'CustomerID': 'QUEEN', + 'OrderDate': '1998-05-04T16:05:00.000Z', + 'ShippedDate': null, + 'Freight': 81.75, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 11069, + 'CustomerID': 'TORTU', + 'OrderDate': '1998-05-04T17:05:00.000Z', + 'ShippedDate': '1998-05-06T18:05:00.000Z', + 'Freight': 15.67, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 11070, + 'CustomerID': 'LEHMS', + 'OrderDate': '1998-05-05T19:05:00.000Z', + 'ShippedDate': null, + 'Freight': 136, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 11071, + 'CustomerID': 'LILAS', + 'OrderDate': '1998-05-05T20:05:00.000Z', + 'ShippedDate': null, + 'Freight': 0.93, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 11072, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-05-05T21:05:00.000Z', + 'ShippedDate': null, + 'Freight': 258.64, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 11073, + 'CustomerID': 'PERIC', + 'OrderDate': '1998-05-05T22:05:00.000Z', + 'ShippedDate': null, + 'Freight': 24.95, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 11074, + 'CustomerID': 'SIMOB', + 'OrderDate': '1998-05-06T23:05:00.000Z', + 'ShippedDate': null, + 'Freight': 18.44, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + { + 'OrderID': 11075, + 'CustomerID': 'RICSU', + 'OrderDate': '1998-05-06T01:30:00.000Z', + 'ShippedDate': null, + 'Freight': 6.19, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 11076, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-05-06T02:30:00.000Z', + 'ShippedDate': null, + 'Freight': 38.28, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 11077, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-05-06T03:50:00.000Z', + 'ShippedDate': null, + 'Freight': 8.53, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + } +]); + +export const orderDataSource: Object[] = JSON.parse(purchaseData, (field: any, value: any) => { + let dupValue: any = value; + if (typeof value === 'string' && /^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(value)) { + let arr: any = dupValue.split(/[^0-9]/); + let arg: any = parseInt(arr[4], 10); + let arg1: any = parseInt(arr[5], 10); + + value = new Date(parseInt(arr[0], 10), parseInt(arr[1], 10) - 1, parseInt(arr[2], 10), parseInt(arr[3], 10), arg, arg1); + } + return value; +}); +let stringData: string = JSON.stringify([ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'OrderDate': '1996-07-04T00:00:00.000Z', + 'ShippedDate': '1996-07-16T00:00:00.000Z', + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'OrderDate': '1996-07-05T00:00:00.000Z', + 'ShippedDate': '1996-07-10T00:00:00.000Z', + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'OrderDate': '1996-07-08T00:00:00.000Z', + 'ShippedDate': '1996-07-12T00:00:00.000Z', + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'OrderDate': '1996-07-08T00:00:00.000Z', + 'ShippedDate': '1996-07-15T00:00:00.000Z', + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'OrderDate': '1996-07-09T00:00:00.000Z', + 'ShippedDate': '1996-07-11T00:00:00.000Z', + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'OrderDate': '1996-07-10T00:00:00.000Z', + 'ShippedDate': '1996-07-16T00:00:00.000Z', + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'OrderDate': '1996-07-11T00:00:00.000Z', + 'ShippedDate': '1996-07-23T00:00:00.000Z', + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'OrderDate': '1996-07-12T00:00:00.000Z', + 'ShippedDate': '1996-07-15T00:00:00.000Z', + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'OrderDate': '1996-07-15T00:00:00.000Z', + 'ShippedDate': '1996-07-17T00:00:00.000Z', + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'OrderDate': '1996-07-16T00:00:00.000Z', + 'ShippedDate': '1996-07-22T00:00:00.000Z', + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-07-17T00:00:00.000Z', + 'ShippedDate': '1996-07-23T00:00:00.000Z', + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'OrderDate': '1996-07-18T00:00:00.000Z', + 'ShippedDate': '1996-07-25T00:00:00.000Z', + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'OrderDate': '1996-07-19T00:00:00.000Z', + 'ShippedDate': '1996-07-29T00:00:00.000Z', + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'OrderDate': '1996-07-19T00:00:00.000Z', + 'ShippedDate': '1996-07-30T00:00:00.000Z', + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-07-22T00:00:00.000Z', + 'ShippedDate': '1996-07-25T00:00:00.000Z', + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-07-23T00:00:00.000Z', + 'ShippedDate': '1996-07-31T00:00:00.000Z', + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'OrderDate': '1996-07-24T00:00:00.000Z', + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'OrderDate': '1996-07-25T00:00:00.000Z', + 'ShippedDate': '1996-08-12T00:00:00.000Z', + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10266, + 'CustomerID': 'WARTH', + 'OrderDate': '1996-07-26T00:00:00.000Z', + 'ShippedDate': '1996-07-31T00:00:00.000Z', + 'Freight': 25.73, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10267, + 'CustomerID': 'FRANK', + 'OrderDate': '1996-07-29T00:00:00.000Z', + 'ShippedDate': '1996-08-06T00:00:00.000Z', + 'Freight': 208.58, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10268, + 'CustomerID': 'GROSR', + 'OrderDate': '1996-07-30T00:00:00.000Z', + 'ShippedDate': '1996-08-02T00:00:00.000Z', + 'Freight': 66.29, + 'ShipName': 'GROSELLA-Restaurante', + 'ShipAddress': '5ª Ave. Los Palos Grandes', + 'ShipCity': 'Caracas', + 'ShipRegion': 'DF', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10269, + 'CustomerID': 'WHITC', + 'OrderDate': '1996-07-31T00:00:00.000Z', + 'ShippedDate': '1996-08-09T00:00:00.000Z', + 'Freight': 4.56, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10270, + 'CustomerID': 'WARTH', + 'OrderDate': '1996-08-01T00:00:00.000Z', + 'ShippedDate': '1996-08-02T00:00:00.000Z', + 'Freight': 136.54, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10271, + 'CustomerID': 'SPLIR', + 'OrderDate': '1996-08-01T00:00:00.000Z', + 'ShippedDate': '1996-08-30T00:00:00.000Z', + 'Freight': 4.54, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10272, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-08-02T00:00:00.000Z', + 'ShippedDate': '1996-08-06T00:00:00.000Z', + 'Freight': 98.03, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10273, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-08-05T00:00:00.000Z', + 'ShippedDate': '1996-08-12T00:00:00.000Z', + 'Freight': 76.07, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10274, + 'CustomerID': 'VINET', + 'OrderDate': '1996-08-06T00:00:00.000Z', + 'ShippedDate': '1996-08-16T00:00:00.000Z', + 'Freight': 6.01, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10275, + 'CustomerID': 'MAGAA', + 'OrderDate': '1996-08-07T00:00:00.000Z', + 'ShippedDate': '1996-08-09T00:00:00.000Z', + 'Freight': 26.93, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10276, + 'CustomerID': 'TORTU', + 'OrderDate': '1996-08-08T00:00:00.000Z', + 'ShippedDate': '1996-08-14T00:00:00.000Z', + 'Freight': 13.84, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10277, + 'CustomerID': 'MORGK', + 'OrderDate': '1996-08-09T00:00:00.000Z', + 'ShippedDate': '1996-08-13T00:00:00.000Z', + 'Freight': 125.77, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10278, + 'CustomerID': 'BERGS', + 'OrderDate': '1996-08-12T00:00:00.000Z', + 'ShippedDate': '1996-08-16T00:00:00.000Z', + 'Freight': 92.69, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10279, + 'CustomerID': 'LEHMS', + 'OrderDate': '1996-08-13T00:00:00.000Z', + 'ShippedDate': '1996-08-16T00:00:00.000Z', + 'Freight': 25.83, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10280, + 'CustomerID': 'BERGS', + 'OrderDate': '1996-08-14T00:00:00.000Z', + 'ShippedDate': '1996-09-12T00:00:00.000Z', + 'Freight': 8.98, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10281, + 'CustomerID': 'ROMEY', + 'OrderDate': '1996-08-14T00:00:00.000Z', + 'ShippedDate': '1996-08-21T00:00:00.000Z', + 'Freight': 2.94, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10282, + 'CustomerID': 'ROMEY', + 'OrderDate': '1996-08-15T00:00:00.000Z', + 'ShippedDate': '1996-08-21T00:00:00.000Z', + 'Freight': 12.69, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10283, + 'CustomerID': 'LILAS', + 'OrderDate': '1996-08-16T00:00:00.000Z', + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 84.81, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10284, + 'CustomerID': 'LEHMS', + 'OrderDate': '1996-08-19T00:00:00.000Z', + 'ShippedDate': '1996-08-27T00:00:00.000Z', + 'Freight': 76.56, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10285, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-08-20T00:00:00.000Z', + 'ShippedDate': '1996-08-26T00:00:00.000Z', + 'Freight': 76.83, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10286, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-08-21T00:00:00.000Z', + 'ShippedDate': '1996-08-30T00:00:00.000Z', + 'Freight': 229.24, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10287, + 'CustomerID': 'RICAR', + 'OrderDate': '1996-08-22T00:00:00.000Z', + 'ShippedDate': '1996-08-28T00:00:00.000Z', + 'Freight': 12.76, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10288, + 'CustomerID': 'REGGC', + 'OrderDate': '1996-08-23T00:00:00.000Z', + 'ShippedDate': '1996-09-03T00:00:00.000Z', + 'Freight': 7.45, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10289, + 'CustomerID': 'BSBEV', + 'OrderDate': '1996-08-26T00:00:00.000Z', + 'ShippedDate': '1996-08-28T00:00:00.000Z', + 'Freight': 22.77, + 'ShipName': 'B\' Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10290, + 'CustomerID': 'COMMI', + 'OrderDate': '1996-08-27T00:00:00.000Z', + 'ShippedDate': '1996-09-03T00:00:00.000Z', + 'Freight': 79.7, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10291, + 'CustomerID': 'QUEDE', + 'OrderDate': '1996-08-27T00:00:00.000Z', + 'ShippedDate': '1996-09-04T00:00:00.000Z', + 'Freight': 6.4, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10292, + 'CustomerID': 'TRADH', + 'OrderDate': '1996-08-28T00:00:00.000Z', + 'ShippedDate': '1996-09-02T00:00:00.000Z', + 'Freight': 1.35, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10293, + 'CustomerID': 'TORTU', + 'OrderDate': '1996-08-29T00:00:00.000Z', + 'ShippedDate': '1996-09-11T00:00:00.000Z', + 'Freight': 21.18, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10294, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-08-30T00:00:00.000Z', + 'ShippedDate': '1996-09-05T00:00:00.000Z', + 'Freight': 147.26, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10295, + 'CustomerID': 'VINET', + 'OrderDate': '1996-09-02T00:00:00.000Z', + 'ShippedDate': '1996-09-10T00:00:00.000Z', + 'Freight': 1.15, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10296, + 'CustomerID': 'LILAS', + 'OrderDate': '1996-09-03T00:00:00.000Z', + 'ShippedDate': '1996-09-11T00:00:00.000Z', + 'Freight': 0.12, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10297, + 'CustomerID': 'BLONP', + 'OrderDate': '1996-09-04T00:00:00.000Z', + 'ShippedDate': '1996-09-10T00:00:00.000Z', + 'Freight': 5.74, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10298, + 'CustomerID': 'HUNGO', + 'OrderDate': '1996-09-05T00:00:00.000Z', + 'ShippedDate': '1996-09-11T00:00:00.000Z', + 'Freight': 168.22, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10299, + 'CustomerID': 'RICAR', + 'OrderDate': '1996-09-06T00:00:00.000Z', + 'ShippedDate': '1996-09-13T00:00:00.000Z', + 'Freight': 29.76, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10300, + 'CustomerID': 'MAGAA', + 'OrderDate': '1996-09-09T00:00:00.000Z', + 'ShippedDate': '1996-09-18T00:00:00.000Z', + 'Freight': 17.68, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10301, + 'CustomerID': 'WANDK', + 'OrderDate': '1996-09-09T00:00:00.000Z', + 'ShippedDate': '1996-09-17T00:00:00.000Z', + 'Freight': 45.08, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10302, + 'CustomerID': 'SUPRD', + 'OrderDate': '1996-09-10T00:00:00.000Z', + 'ShippedDate': '1996-10-09T00:00:00.000Z', + 'Freight': 6.27, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10303, + 'CustomerID': 'GODOS', + 'OrderDate': '1996-09-11T00:00:00.000Z', + 'ShippedDate': '1996-09-18T00:00:00.000Z', + 'Freight': 107.83, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10304, + 'CustomerID': 'TORTU', + 'OrderDate': '1996-09-12T00:00:00.000Z', + 'ShippedDate': '1996-09-17T00:00:00.000Z', + 'Freight': 63.79, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10305, + 'CustomerID': 'OLDWO', + 'OrderDate': '1996-09-13T00:00:00.000Z', + 'ShippedDate': '1996-10-09T00:00:00.000Z', + 'Freight': 257.62, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10306, + 'CustomerID': 'ROMEY', + 'OrderDate': '1996-09-16T00:00:00.000Z', + 'ShippedDate': '1996-09-23T00:00:00.000Z', + 'Freight': 7.56, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10307, + 'CustomerID': 'LONEP', + 'OrderDate': '1996-09-17T00:00:00.000Z', + 'ShippedDate': '1996-09-25T00:00:00.000Z', + 'Freight': 0.56, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10308, + 'CustomerID': 'ANATR', + 'OrderDate': '1996-09-18T00:00:00.000Z', + 'ShippedDate': '1996-09-24T00:00:00.000Z', + 'Freight': 1.61, + 'ShipName': 'Ana Trujillo Emparedados y helados', + 'ShipAddress': 'Avda. de la Constitución 2222', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10309, + 'CustomerID': 'HUNGO', + 'OrderDate': '1996-09-19T00:00:00.000Z', + 'ShippedDate': '1996-10-23T00:00:00.000Z', + 'Freight': 47.3, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10310, + 'CustomerID': 'THEBI', + 'OrderDate': '1996-09-20T00:00:00.000Z', + 'ShippedDate': '1996-09-27T00:00:00.000Z', + 'Freight': 17.52, + 'ShipName': 'The Big Cheese', + 'ShipAddress': '89 Jefferson Way Suite 2', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10311, + 'CustomerID': 'DUMON', + 'OrderDate': '1996-09-20T00:00:00.000Z', + 'ShippedDate': '1996-09-26T00:00:00.000Z', + 'Freight': 24.69, + 'ShipName': 'Du monde entier', + 'ShipAddress': '67, rue des Cinquante Otages', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10312, + 'CustomerID': 'WANDK', + 'OrderDate': '1996-09-23T00:00:00.000Z', + 'ShippedDate': '1996-10-03T00:00:00.000Z', + 'Freight': 40.26, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10313, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-09-24T00:00:00.000Z', + 'ShippedDate': '1996-10-04T00:00:00.000Z', + 'Freight': 1.96, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10314, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-09-25T00:00:00.000Z', + 'ShippedDate': '1996-10-04T00:00:00.000Z', + 'Freight': 74.16, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10315, + 'CustomerID': 'ISLAT', + 'OrderDate': '1996-09-26T00:00:00.000Z', + 'ShippedDate': '1996-10-03T00:00:00.000Z', + 'Freight': 41.76, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10316, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-09-27T00:00:00.000Z', + 'ShippedDate': '1996-10-08T00:00:00.000Z', + 'Freight': 150.15, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10317, + 'CustomerID': 'LONEP', + 'OrderDate': '1996-09-30T00:00:00.000Z', + 'ShippedDate': '1996-10-10T00:00:00.000Z', + 'Freight': 12.69, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10318, + 'CustomerID': 'ISLAT', + 'OrderDate': '1996-10-01T00:00:00.000Z', + 'ShippedDate': '1996-10-04T00:00:00.000Z', + 'Freight': 4.73, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10319, + 'CustomerID': 'TORTU', + 'OrderDate': '1996-10-02T00:00:00.000Z', + 'ShippedDate': '1996-10-11T00:00:00.000Z', + 'Freight': 64.5, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10320, + 'CustomerID': 'WARTH', + 'OrderDate': '1996-10-03T00:00:00.000Z', + 'ShippedDate': '1996-10-18T00:00:00.000Z', + 'Freight': 34.57, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10321, + 'CustomerID': 'ISLAT', + 'OrderDate': '1996-10-03T00:00:00.000Z', + 'ShippedDate': '1996-10-11T00:00:00.000Z', + 'Freight': 3.43, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10322, + 'CustomerID': 'PERIC', + 'OrderDate': '1996-10-04T00:00:00.000Z', + 'ShippedDate': '1996-10-23T00:00:00.000Z', + 'Freight': 0.4, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10323, + 'CustomerID': 'KOENE', + 'OrderDate': '1996-10-07T00:00:00.000Z', + 'ShippedDate': '1996-10-14T00:00:00.000Z', + 'Freight': 4.88, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10324, + 'CustomerID': 'SAVEA', + 'OrderDate': '1996-10-08T00:00:00.000Z', + 'ShippedDate': '1996-10-10T00:00:00.000Z', + 'Freight': 214.27, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10325, + 'CustomerID': 'KOENE', + 'OrderDate': '1996-10-09T00:00:00.000Z', + 'ShippedDate': '1996-10-14T00:00:00.000Z', + 'Freight': 64.86, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10326, + 'CustomerID': 'BOLID', + 'OrderDate': '1996-10-10T00:00:00.000Z', + 'ShippedDate': '1996-10-14T00:00:00.000Z', + 'Freight': 77.92, + 'ShipName': 'Bólido Comidas preparadas', + 'ShipAddress': 'C/ Araquil, 67', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10327, + 'CustomerID': 'FOLKO', + 'OrderDate': '1996-10-11T00:00:00.000Z', + 'ShippedDate': '1996-10-14T00:00:00.000Z', + 'Freight': 63.36, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10328, + 'CustomerID': 'FURIB', + 'OrderDate': '1996-10-14T00:00:00.000Z', + 'ShippedDate': '1996-10-17T00:00:00.000Z', + 'Freight': 87.03, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10329, + 'CustomerID': 'SPLIR', + 'OrderDate': '1996-10-15T00:00:00.000Z', + 'ShippedDate': '1996-10-23T00:00:00.000Z', + 'Freight': 191.67, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10330, + 'CustomerID': 'LILAS', + 'OrderDate': '1996-10-16T00:00:00.000Z', + 'ShippedDate': '1996-10-28T00:00:00.000Z', + 'Freight': 12.75, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10331, + 'CustomerID': 'BONAP', + 'OrderDate': '1996-10-16T00:00:00.000Z', + 'ShippedDate': '1996-10-21T00:00:00.000Z', + 'Freight': 10.19, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10332, + 'CustomerID': 'MEREP', + 'OrderDate': '1996-10-17T00:00:00.000Z', + 'ShippedDate': '1996-10-21T00:00:00.000Z', + 'Freight': 52.84, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10333, + 'CustomerID': 'WARTH', + 'OrderDate': '1996-10-18T00:00:00.000Z', + 'ShippedDate': '1996-10-25T00:00:00.000Z', + 'Freight': 0.59, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10334, + 'CustomerID': 'VICTE', + 'OrderDate': '1996-10-21T00:00:00.000Z', + 'ShippedDate': '1996-10-28T00:00:00.000Z', + 'Freight': 8.56, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10335, + 'CustomerID': 'HUNGO', + 'OrderDate': '1996-10-22T00:00:00.000Z', + 'ShippedDate': '1996-10-24T00:00:00.000Z', + 'Freight': 42.11, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10336, + 'CustomerID': 'PRINI', + 'OrderDate': '1996-10-23T00:00:00.000Z', + 'ShippedDate': '1996-10-25T00:00:00.000Z', + 'Freight': 15.51, + 'ShipName': 'Princesa Isabel Vinhos', + 'ShipAddress': 'Estrada da saúde n. 58', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10337, + 'CustomerID': 'FRANK', + 'OrderDate': '1996-10-24T00:00:00.000Z', + 'ShippedDate': '1996-10-29T00:00:00.000Z', + 'Freight': 108.26, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10338, + 'CustomerID': 'OLDWO', + 'OrderDate': '1996-10-25T00:00:00.000Z', + 'ShippedDate': '1996-10-29T00:00:00.000Z', + 'Freight': 84.21, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10339, + 'CustomerID': 'MEREP', + 'OrderDate': '1996-10-28T00:00:00.000Z', + 'ShippedDate': '1996-11-04T00:00:00.000Z', + 'Freight': 15.66, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10340, + 'CustomerID': 'BONAP', + 'OrderDate': '1996-10-29T00:00:00.000Z', + 'ShippedDate': '1996-11-08T00:00:00.000Z', + 'Freight': 166.31, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10341, + 'CustomerID': 'SIMOB', + 'OrderDate': '1996-10-29T00:00:00.000Z', + 'ShippedDate': '1996-11-05T00:00:00.000Z', + 'Freight': 26.78, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10342, + 'CustomerID': 'FRANK', + 'OrderDate': '1996-10-30T00:00:00.000Z', + 'ShippedDate': '1996-11-04T00:00:00.000Z', + 'Freight': 54.83, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10343, + 'CustomerID': 'LEHMS', + 'OrderDate': '1996-10-31T00:00:00.000Z', + 'ShippedDate': '1996-11-06T00:00:00.000Z', + 'Freight': 110.37, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10344, + 'CustomerID': 'WHITC', + 'OrderDate': '1996-11-01T00:00:00.000Z', + 'ShippedDate': '1996-11-05T00:00:00.000Z', + 'Freight': 23.29, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10345, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-11-04T00:00:00.000Z', + 'ShippedDate': '1996-11-11T00:00:00.000Z', + 'Freight': 249.06, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10346, + 'CustomerID': 'RATTC', + 'OrderDate': '1996-11-05T00:00:00.000Z', + 'ShippedDate': '1996-11-08T00:00:00.000Z', + 'Freight': 142.08, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10347, + 'CustomerID': 'FAMIA', + 'OrderDate': '1996-11-06T00:00:00.000Z', + 'ShippedDate': '1996-11-08T00:00:00.000Z', + 'Freight': 3.1, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10348, + 'CustomerID': 'WANDK', + 'OrderDate': '1996-11-07T00:00:00.000Z', + 'ShippedDate': '1996-11-15T00:00:00.000Z', + 'Freight': 0.78, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10349, + 'CustomerID': 'SPLIR', + 'OrderDate': '1996-11-08T00:00:00.000Z', + 'ShippedDate': '1996-11-15T00:00:00.000Z', + 'Freight': 8.63, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10350, + 'CustomerID': 'LAMAI', + 'OrderDate': '1996-11-11T00:00:00.000Z', + 'ShippedDate': '1996-12-03T00:00:00.000Z', + 'Freight': 64.19, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10351, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-11-11T00:00:00.000Z', + 'ShippedDate': '1996-11-20T00:00:00.000Z', + 'Freight': 162.33, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10352, + 'CustomerID': 'FURIB', + 'OrderDate': '1996-11-12T00:00:00.000Z', + 'ShippedDate': '1996-11-18T00:00:00.000Z', + 'Freight': 1.3, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10353, + 'CustomerID': 'PICCO', + 'OrderDate': '1996-11-13T00:00:00.000Z', + 'ShippedDate': '1996-11-25T00:00:00.000Z', + 'Freight': 360.63, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10354, + 'CustomerID': 'PERIC', + 'OrderDate': '1996-11-14T00:00:00.000Z', + 'ShippedDate': '1996-11-20T00:00:00.000Z', + 'Freight': 53.8, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10355, + 'CustomerID': 'AROUT', + 'OrderDate': '1996-11-15T00:00:00.000Z', + 'ShippedDate': '1996-11-20T00:00:00.000Z', + 'Freight': 41.95, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10356, + 'CustomerID': 'WANDK', + 'OrderDate': '1996-11-18T00:00:00.000Z', + 'ShippedDate': '1996-11-27T00:00:00.000Z', + 'Freight': 36.71, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10357, + 'CustomerID': 'LILAS', + 'OrderDate': '1996-11-19T00:00:00.000Z', + 'ShippedDate': '1996-12-02T00:00:00.000Z', + 'Freight': 34.88, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10358, + 'CustomerID': 'LAMAI', + 'OrderDate': '1996-11-20T00:00:00.000Z', + 'ShippedDate': '1996-11-27T00:00:00.000Z', + 'Freight': 19.64, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10359, + 'CustomerID': 'SEVES', + 'OrderDate': '1996-11-21T00:00:00.000Z', + 'ShippedDate': '1996-11-26T00:00:00.000Z', + 'Freight': 288.43, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10360, + 'CustomerID': 'BLONP', + 'OrderDate': '1996-11-22T00:00:00.000Z', + 'ShippedDate': '1996-12-02T00:00:00.000Z', + 'Freight': 131.7, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10361, + 'CustomerID': 'QUICK', + 'OrderDate': '1996-11-22T00:00:00.000Z', + 'ShippedDate': '1996-12-03T00:00:00.000Z', + 'Freight': 183.17, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10362, + 'CustomerID': 'BONAP', + 'OrderDate': '1996-11-25T00:00:00.000Z', + 'ShippedDate': '1996-11-28T00:00:00.000Z', + 'Freight': 96.04, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10363, + 'CustomerID': 'DRACD', + 'OrderDate': '1996-11-26T00:00:00.000Z', + 'ShippedDate': '1996-12-04T00:00:00.000Z', + 'Freight': 30.54, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10364, + 'CustomerID': 'EASTC', + 'OrderDate': '1996-11-26T00:00:00.000Z', + 'ShippedDate': '1996-12-04T00:00:00.000Z', + 'Freight': 71.97, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10365, + 'CustomerID': 'ANTON', + 'OrderDate': '1996-11-27T00:00:00.000Z', + 'ShippedDate': '1996-12-02T00:00:00.000Z', + 'Freight': 22, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10366, + 'CustomerID': 'GALED', + 'OrderDate': '1996-11-28T00:00:00.000Z', + 'ShippedDate': '1996-12-30T00:00:00.000Z', + 'Freight': 10.14, + 'ShipName': 'Galería del gastronómo', + 'ShipAddress': 'Rambla de Cataluña, 23', + 'ShipCity': 'Barcelona', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10367, + 'CustomerID': 'VAFFE', + 'OrderDate': '1996-11-28T00:00:00.000Z', + 'ShippedDate': '1996-12-02T00:00:00.000Z', + 'Freight': 13.55, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10368, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-11-29T00:00:00.000Z', + 'ShippedDate': '1996-12-02T00:00:00.000Z', + 'Freight': 101.95, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10369, + 'CustomerID': 'SPLIR', + 'OrderDate': '1996-12-02T00:00:00.000Z', + 'ShippedDate': '1996-12-09T00:00:00.000Z', + 'Freight': 195.68, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10370, + 'CustomerID': 'CHOPS', + 'OrderDate': '1996-12-03T00:00:00.000Z', + 'ShippedDate': '1996-12-27T00:00:00.000Z', + 'Freight': 1.17, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10371, + 'CustomerID': 'LAMAI', + 'OrderDate': '1996-12-03T00:00:00.000Z', + 'ShippedDate': '1996-12-24T00:00:00.000Z', + 'Freight': 0.45, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10372, + 'CustomerID': 'QUEEN', + 'OrderDate': '1996-12-04T00:00:00.000Z', + 'ShippedDate': '1996-12-09T00:00:00.000Z', + 'Freight': 890.78, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10373, + 'CustomerID': 'HUNGO', + 'OrderDate': '1996-12-05T00:00:00.000Z', + 'ShippedDate': '1996-12-11T00:00:00.000Z', + 'Freight': 124.12, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10374, + 'CustomerID': 'WOLZA', + 'OrderDate': '1996-12-05T00:00:00.000Z', + 'ShippedDate': '1996-12-09T00:00:00.000Z', + 'Freight': 3.94, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + + { + 'OrderID': 10375, + 'CustomerID': 'HUNGC', + 'OrderDate': '1996-12-06T00:00:00.000Z', + 'ShippedDate': '1996-12-09T00:00:00.000Z', + 'Freight': 20.12, + 'ShipName': 'Hungry Coyote Import Store', + 'ShipAddress': 'City Center Plaza 516 Main St.', + 'ShipCity': 'Elgin', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10376, + 'CustomerID': 'MEREP', + 'OrderDate': '1996-12-09T00:00:00.000Z', + 'ShippedDate': '1996-12-13T00:00:00.000Z', + 'Freight': 20.39, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10377, + 'CustomerID': 'SEVES', + 'OrderDate': '1996-12-09T00:00:00.000Z', + 'ShippedDate': '1996-12-13T00:00:00.000Z', + 'Freight': 22.21, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10378, + 'CustomerID': 'FOLKO', + 'OrderDate': '1996-12-10T00:00:00.000Z', + 'ShippedDate': '1996-12-19T00:00:00.000Z', + 'Freight': 5.44, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10379, + 'CustomerID': 'QUEDE', + 'OrderDate': '1996-12-11T00:00:00.000Z', + 'ShippedDate': '1996-12-13T00:00:00.000Z', + 'Freight': 45.03, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10380, + 'CustomerID': 'HUNGO', + 'OrderDate': '1996-12-12T00:00:00.000Z', + 'ShippedDate': '1997-01-16T00:00:00.000Z', + 'Freight': 35.03, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10381, + 'CustomerID': 'LILAS', + 'OrderDate': '1996-12-12T00:00:00.000Z', + 'ShippedDate': '1996-12-13T00:00:00.000Z', + 'Freight': 7.99, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10382, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-12-13T00:00:00.000Z', + 'ShippedDate': '1996-12-16T00:00:00.000Z', + 'Freight': 94.77, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10383, + 'CustomerID': 'AROUT', + 'OrderDate': '1996-12-16T00:00:00.000Z', + 'ShippedDate': '1996-12-18T00:00:00.000Z', + 'Freight': 34.24, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10384, + 'CustomerID': 'BERGS', + 'OrderDate': '1996-12-16T00:00:00.000Z', + 'ShippedDate': '1996-12-20T00:00:00.000Z', + 'Freight': 168.64, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10385, + 'CustomerID': 'SPLIR', + 'OrderDate': '1996-12-17T00:00:00.000Z', + 'ShippedDate': '1996-12-23T00:00:00.000Z', + 'Freight': 30.96, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10386, + 'CustomerID': 'FAMIA', + 'OrderDate': '1996-12-18T00:00:00.000Z', + 'ShippedDate': '1996-12-25T00:00:00.000Z', + 'Freight': 13.99, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10387, + 'CustomerID': 'SANTG', + 'OrderDate': '1996-12-18T00:00:00.000Z', + 'ShippedDate': '1996-12-20T00:00:00.000Z', + 'Freight': 93.63, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + + { + 'OrderID': 10388, + 'CustomerID': 'SEVES', + 'OrderDate': '1996-12-19T00:00:00.000Z', + 'ShippedDate': '1996-12-20T00:00:00.000Z', + 'Freight': 34.86, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10389, + 'CustomerID': 'BOTTM', + 'OrderDate': '1996-12-20T00:00:00.000Z', + 'ShippedDate': '1996-12-24T00:00:00.000Z', + 'Freight': 47.42, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10390, + 'CustomerID': 'ERNSH', + 'OrderDate': '1996-12-23T00:00:00.000Z', + 'ShippedDate': '1996-12-26T00:00:00.000Z', + 'Freight': 126.38, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10391, + 'CustomerID': 'DRACD', + 'OrderDate': '1996-12-23T00:00:00.000Z', + 'ShippedDate': '1996-12-31T00:00:00.000Z', + 'Freight': 5.45, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10392, + 'CustomerID': 'PICCO', + 'OrderDate': '1996-12-24T00:00:00.000Z', + 'ShippedDate': '1997-01-01T00:00:00.000Z', + 'Freight': 122.46, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10393, + 'CustomerID': 'SAVEA', + 'OrderDate': '1996-12-25T00:00:00.000Z', + 'ShippedDate': '1997-01-03T00:00:00.000Z', + 'Freight': 126.56, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10394, + 'CustomerID': 'HUNGC', + 'OrderDate': '1996-12-25T00:00:00.000Z', + 'ShippedDate': '1997-01-03T00:00:00.000Z', + 'Freight': 30.34, + 'ShipName': 'Hungry Coyote Import Store', + 'ShipAddress': 'City Center Plaza 516 Main St.', + 'ShipCity': 'Elgin', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10395, + 'CustomerID': 'HILAA', + 'OrderDate': '1996-12-26T00:00:00.000Z', + 'ShippedDate': '1997-01-03T00:00:00.000Z', + 'Freight': 184.41, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10396, + 'CustomerID': 'FRANK', + 'OrderDate': '1996-12-27T00:00:00.000Z', + 'ShippedDate': '1997-01-06T00:00:00.000Z', + 'Freight': 135.35, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10397, + 'CustomerID': 'PRINI', + 'OrderDate': '1996-12-27T00:00:00.000Z', + 'ShippedDate': '1997-01-02T00:00:00.000Z', + 'Freight': 60.26, + 'ShipName': 'Princesa Isabel Vinhos', + 'ShipAddress': 'Estrada da saúde n. 58', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10398, + 'CustomerID': 'SAVEA', + 'OrderDate': '1996-12-30T00:00:00.000Z', + 'ShippedDate': '1997-01-09T00:00:00.000Z', + 'Freight': 89.16, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10399, + 'CustomerID': 'VAFFE', + 'OrderDate': '1996-12-31T00:00:00.000Z', + 'ShippedDate': '1997-01-08T00:00:00.000Z', + 'Freight': 27.36, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10400, + 'CustomerID': 'EASTC', + 'OrderDate': '1997-01-01T00:00:00.000Z', + 'ShippedDate': '1997-01-16T00:00:00.000Z', + 'Freight': 83.93, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10401, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-01-01T00:00:00.000Z', + 'ShippedDate': '1997-01-10T00:00:00.000Z', + 'Freight': 12.51, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10402, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-01-02T00:00:00.000Z', + 'ShippedDate': '1997-01-10T00:00:00.000Z', + 'Freight': 67.88, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10403, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-01-03T00:00:00.000Z', + 'ShippedDate': '1997-01-09T00:00:00.000Z', + 'Freight': 73.79, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10404, + 'CustomerID': 'MAGAA', + 'OrderDate': '1997-01-03T00:00:00.000Z', + 'ShippedDate': '1997-01-08T00:00:00.000Z', + 'Freight': 155.97, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10405, + 'CustomerID': 'LINOD', + 'OrderDate': '1997-01-06T00:00:00.000Z', + 'ShippedDate': '1997-01-22T00:00:00.000Z', + 'Freight': 34.82, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10406, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-01-07T00:00:00.000Z', + 'ShippedDate': '1997-01-13T00:00:00.000Z', + 'Freight': 108.04, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10407, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-01-07T00:00:00.000Z', + 'ShippedDate': '1997-01-30T00:00:00.000Z', + 'Freight': 91.48, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10408, + 'CustomerID': 'FOLIG', + 'OrderDate': '1997-01-08T00:00:00.000Z', + 'ShippedDate': '1997-01-14T00:00:00.000Z', + 'Freight': 11.26, + 'ShipName': 'Folies gourmandes', + 'ShipAddress': '184, chaussée de Tournai', + 'ShipCity': 'Lille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10409, + 'CustomerID': 'OCEAN', + 'OrderDate': '1997-01-09T00:00:00.000Z', + 'ShippedDate': '1997-01-14T00:00:00.000Z', + 'Freight': 29.83, + 'ShipName': 'Océano Atlántico Ltda.', + 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10410, + 'CustomerID': 'BOTTM', + 'OrderDate': '1997-01-10T00:00:00.000Z', + 'ShippedDate': '1997-01-15T00:00:00.000Z', + 'Freight': 2.4, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10411, + 'CustomerID': 'BOTTM', + 'OrderDate': '1997-01-10T00:00:00.000Z', + 'ShippedDate': '1997-01-21T00:00:00.000Z', + 'Freight': 23.65, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10412, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-01-13T00:00:00.000Z', + 'ShippedDate': '1997-01-15T00:00:00.000Z', + 'Freight': 3.77, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10413, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-01-14T00:00:00.000Z', + 'ShippedDate': '1997-01-16T00:00:00.000Z', + 'Freight': 95.66, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10414, + 'CustomerID': 'FAMIA', + 'OrderDate': '1997-01-14T00:00:00.000Z', + 'ShippedDate': '1997-01-17T00:00:00.000Z', + 'Freight': 21.48, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10415, + 'CustomerID': 'HUNGC', + 'OrderDate': '1997-01-15T00:00:00.000Z', + 'ShippedDate': '1997-01-24T00:00:00.000Z', + 'Freight': 0.2, + 'ShipName': 'Hungry Coyote Import Store', + 'ShipAddress': 'City Center Plaza 516 Main St.', + 'ShipCity': 'Elgin', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10416, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-01-16T00:00:00.000Z', + 'ShippedDate': '1997-01-27T00:00:00.000Z', + 'Freight': 22.72, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10417, + 'CustomerID': 'SIMOB', + 'OrderDate': '1997-01-16T00:00:00.000Z', + 'ShippedDate': '1997-01-28T00:00:00.000Z', + 'Freight': 70.29, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10418, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-01-17T00:00:00.000Z', + 'ShippedDate': '1997-01-24T00:00:00.000Z', + 'Freight': 17.55, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10419, + 'CustomerID': 'RICSU', + 'OrderDate': '1997-01-20T00:00:00.000Z', + 'ShippedDate': '1997-01-30T00:00:00.000Z', + 'Freight': 137.35, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10420, + 'CustomerID': 'WELLI', + 'OrderDate': '1997-01-21T00:00:00.000Z', + 'ShippedDate': '1997-01-27T00:00:00.000Z', + 'Freight': 44.12, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10421, + 'CustomerID': 'QUEDE', + 'OrderDate': '1997-01-21T00:00:00.000Z', + 'ShippedDate': '1997-01-27T00:00:00.000Z', + 'Freight': 99.23, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10422, + 'CustomerID': 'FRANS', + 'OrderDate': '1997-01-22T00:00:00.000Z', + 'ShippedDate': '1997-01-31T00:00:00.000Z', + 'Freight': 3.02, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10423, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-01-23T00:00:00.000Z', + 'ShippedDate': '1997-02-24T00:00:00.000Z', + 'Freight': 24.5, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10424, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-01-23T00:00:00.000Z', + 'ShippedDate': '1997-01-27T00:00:00.000Z', + 'Freight': 370.61, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10425, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-01-24T00:00:00.000Z', + 'ShippedDate': '1997-02-14T00:00:00.000Z', + 'Freight': 7.93, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10426, + 'CustomerID': 'GALED', + 'OrderDate': '1997-01-27T00:00:00.000Z', + 'ShippedDate': '1997-02-06T00:00:00.000Z', + 'Freight': 18.69, + 'ShipName': 'Galería del gastronómo', + 'ShipAddress': 'Rambla de Cataluña, 23', + 'ShipCity': 'Barcelona', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10427, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-01-27T00:00:00.000Z', + 'ShippedDate': '1997-03-03T00:00:00.000Z', + 'Freight': 31.29, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10428, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-01-28T00:00:00.000Z', + 'ShippedDate': '1997-02-04T00:00:00.000Z', + 'Freight': 11.09, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10429, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-01-29T00:00:00.000Z', + 'ShippedDate': '1997-02-07T00:00:00.000Z', + 'Freight': 56.63, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10430, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-01-30T00:00:00.000Z', + 'ShippedDate': '1997-02-03T00:00:00.000Z', + 'Freight': 458.78, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10431, + 'CustomerID': 'BOTTM', + 'OrderDate': '1997-01-30T00:00:00.000Z', + 'ShippedDate': '1997-02-07T00:00:00.000Z', + 'Freight': 44.17, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10432, + 'CustomerID': 'SPLIR', + 'OrderDate': '1997-01-31T00:00:00.000Z', + 'ShippedDate': '1997-02-07T00:00:00.000Z', + 'Freight': 4.34, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10433, + 'CustomerID': 'PRINI', + 'OrderDate': '1997-02-03T00:00:00.000Z', + 'ShippedDate': '1997-03-04T00:00:00.000Z', + 'Freight': 73.83, + 'ShipName': 'Princesa Isabel Vinhos', + 'ShipAddress': 'Estrada da saúde n. 58', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10434, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-02-03T00:00:00.000Z', + 'ShippedDate': '1997-02-13T00:00:00.000Z', + 'Freight': 17.92, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10435, + 'CustomerID': 'CONSH', + 'OrderDate': '1997-02-04T00:00:00.000Z', + 'ShippedDate': '1997-02-07T00:00:00.000Z', + 'Freight': 9.21, + 'ShipName': 'Consolidated Holdings', + 'ShipAddress': 'Berkeley Gardens 12 Brewery', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10436, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-02-05T00:00:00.000Z', + 'ShippedDate': '1997-02-11T00:00:00.000Z', + 'Freight': 156.66, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10437, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-02-05T00:00:00.000Z', + 'ShippedDate': '1997-02-12T00:00:00.000Z', + 'Freight': 19.97, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10438, + 'CustomerID': 'TOMSP', + 'OrderDate': '1997-02-06T00:00:00.000Z', + 'ShippedDate': '1997-02-14T00:00:00.000Z', + 'Freight': 8.24, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10439, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-02-07T00:00:00.000Z', + 'ShippedDate': '1997-02-10T00:00:00.000Z', + 'Freight': 4.07, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10440, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-02-10T00:00:00.000Z', + 'ShippedDate': '1997-02-28T00:00:00.000Z', + 'Freight': 86.53, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10441, + 'CustomerID': 'OLDWO', + 'OrderDate': '1997-02-10T00:00:00.000Z', + 'ShippedDate': '1997-03-14T00:00:00.000Z', + 'Freight': 73.02, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10442, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-02-11T00:00:00.000Z', + 'ShippedDate': '1997-02-18T00:00:00.000Z', + 'Freight': 47.94, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10443, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-02-12T00:00:00.000Z', + 'ShippedDate': '1997-02-14T00:00:00.000Z', + 'Freight': 13.95, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10444, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-02-12T00:00:00.000Z', + 'ShippedDate': '1997-02-21T00:00:00.000Z', + 'Freight': 3.5, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10445, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-02-13T00:00:00.000Z', + 'ShippedDate': '1997-02-20T00:00:00.000Z', + 'Freight': 9.3, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10446, + 'CustomerID': 'TOMSP', + 'OrderDate': '1997-02-14T00:00:00.000Z', + 'ShippedDate': '1997-02-19T00:00:00.000Z', + 'Freight': 14.68, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10447, + 'CustomerID': 'RICAR', + 'OrderDate': '1997-02-14T00:00:00.000Z', + 'ShippedDate': '1997-03-07T00:00:00.000Z', + 'Freight': 68.66, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10448, + 'CustomerID': 'RANCH', + 'OrderDate': '1997-02-17T00:00:00.000Z', + 'ShippedDate': '1997-02-24T00:00:00.000Z', + 'Freight': 38.82, + 'ShipName': 'Rancho grande', + 'ShipAddress': 'Av. del Libertador 900', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10449, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-02-18T00:00:00.000Z', + 'ShippedDate': '1997-02-27T00:00:00.000Z', + 'Freight': 53.3, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10450, + 'CustomerID': 'VICTE', + 'OrderDate': '1997-02-19T00:00:00.000Z', + 'ShippedDate': '1997-03-11T00:00:00.000Z', + 'Freight': 7.23, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10451, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-02-19T00:00:00.000Z', + 'ShippedDate': '1997-03-12T00:00:00.000Z', + 'Freight': 189.09, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10452, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-02-20T00:00:00.000Z', + 'ShippedDate': '1997-02-26T00:00:00.000Z', + 'Freight': 140.26, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10453, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-02-21T00:00:00.000Z', + 'ShippedDate': '1997-02-26T00:00:00.000Z', + 'Freight': 25.36, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10454, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-02-21T00:00:00.000Z', + 'ShippedDate': '1997-02-25T00:00:00.000Z', + 'Freight': 2.74, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10455, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-02-24T00:00:00.000Z', + 'ShippedDate': '1997-03-03T00:00:00.000Z', + 'Freight': 180.45, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10456, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-02-25T00:00:00.000Z', + 'ShippedDate': '1997-02-28T00:00:00.000Z', + 'Freight': 8.12, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10457, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-02-25T00:00:00.000Z', + 'ShippedDate': '1997-03-03T00:00:00.000Z', + 'Freight': 11.57, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10458, + 'CustomerID': 'SUPRD', + 'OrderDate': '1997-02-26T00:00:00.000Z', + 'ShippedDate': '1997-03-04T00:00:00.000Z', + 'Freight': 147.06, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10459, + 'CustomerID': 'VICTE', + 'OrderDate': '1997-02-27T00:00:00.000Z', + 'ShippedDate': '1997-02-28T00:00:00.000Z', + 'Freight': 25.09, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10460, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-02-28T00:00:00.000Z', + 'ShippedDate': '1997-03-03T00:00:00.000Z', + 'Freight': 16.27, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10461, + 'CustomerID': 'LILAS', + 'OrderDate': '1997-02-28T00:00:00.000Z', + 'ShippedDate': '1997-03-05T00:00:00.000Z', + 'Freight': 148.61, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10462, + 'CustomerID': 'CONSH', + 'OrderDate': '1997-03-03T00:00:00.000Z', + 'ShippedDate': '1997-03-18T00:00:00.000Z', + 'Freight': 6.17, + 'ShipName': 'Consolidated Holdings', + 'ShipAddress': 'Berkeley Gardens 12 Brewery', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10463, + 'CustomerID': 'SUPRD', + 'OrderDate': '1997-03-04T00:00:00.000Z', + 'ShippedDate': '1997-03-06T00:00:00.000Z', + 'Freight': 14.78, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10464, + 'CustomerID': 'FURIB', + 'OrderDate': '1997-03-04T00:00:00.000Z', + 'ShippedDate': '1997-03-14T00:00:00.000Z', + 'Freight': 89, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10465, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-03-05T00:00:00.000Z', + 'ShippedDate': '1997-03-14T00:00:00.000Z', + 'Freight': 145.04, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10466, + 'CustomerID': 'COMMI', + 'OrderDate': '1997-03-06T00:00:00.000Z', + 'ShippedDate': '1997-03-13T00:00:00.000Z', + 'Freight': 11.93, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10467, + 'CustomerID': 'MAGAA', + 'OrderDate': '1997-03-06T00:00:00.000Z', + 'ShippedDate': '1997-03-11T00:00:00.000Z', + 'Freight': 4.93, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10468, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-03-07T00:00:00.000Z', + 'ShippedDate': '1997-03-12T00:00:00.000Z', + 'Freight': 44.12, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10469, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-03-10T00:00:00.000Z', + 'ShippedDate': '1997-03-14T00:00:00.000Z', + 'Freight': 60.18, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10470, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-03-11T00:00:00.000Z', + 'ShippedDate': '1997-03-14T00:00:00.000Z', + 'Freight': 64.56, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10471, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-03-11T00:00:00.000Z', + 'ShippedDate': '1997-03-18T00:00:00.000Z', + 'Freight': 45.59, + 'ShipName': 'B\' Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10472, + 'CustomerID': 'SEVES', + 'OrderDate': '1997-03-12T00:00:00.000Z', + 'ShippedDate': '1997-03-19T00:00:00.000Z', + 'Freight': 4.2, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10473, + 'CustomerID': 'ISLAT', + 'OrderDate': '1997-03-13T00:00:00.000Z', + 'ShippedDate': '1997-03-21T00:00:00.000Z', + 'Freight': 16.37, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10474, + 'CustomerID': 'PERIC', + 'OrderDate': '1997-03-13T00:00:00.000Z', + 'ShippedDate': '1997-03-21T00:00:00.000Z', + 'Freight': 83.49, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10475, + 'CustomerID': 'SUPRD', + 'OrderDate': '1997-03-14T00:00:00.000Z', + 'ShippedDate': '1997-04-04T00:00:00.000Z', + 'Freight': 68.52, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10476, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-03-17T00:00:00.000Z', + 'ShippedDate': '1997-03-24T00:00:00.000Z', + 'Freight': 4.41, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10477, + 'CustomerID': 'PRINI', + 'OrderDate': '1997-03-17T00:00:00.000Z', + 'ShippedDate': '1997-03-25T00:00:00.000Z', + 'Freight': 13.02, + 'ShipName': 'Princesa Isabel Vinhos', + 'ShipAddress': 'Estrada da saúde n. 58', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10478, + 'CustomerID': 'VICTE', + 'OrderDate': '1997-03-18T00:00:00.000Z', + 'ShippedDate': '1997-03-26T00:00:00.000Z', + 'Freight': 4.81, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10479, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-03-19T00:00:00.000Z', + 'ShippedDate': '1997-03-21T00:00:00.000Z', + 'Freight': 708.95, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10480, + 'CustomerID': 'FOLIG', + 'OrderDate': '1997-03-20T00:00:00.000Z', + 'ShippedDate': '1997-03-24T00:00:00.000Z', + 'Freight': 1.35, + 'ShipName': 'Folies gourmandes', + 'ShipAddress': '184, chaussée de Tournai', + 'ShipCity': 'Lille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10481, + 'CustomerID': 'RICAR', + 'OrderDate': '1997-03-20T00:00:00.000Z', + 'ShippedDate': '1997-03-25T00:00:00.000Z', + 'Freight': 64.33, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10482, + 'CustomerID': 'LAZYK', + 'OrderDate': '1997-03-21T00:00:00.000Z', + 'ShippedDate': '1997-04-10T00:00:00.000Z', + 'Freight': 7.48, + 'ShipName': 'Lazy K Kountry Store', + 'ShipAddress': '12 Orchestra Terrace', + 'ShipCity': 'Walla Walla', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10483, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-03-24T00:00:00.000Z', + 'ShippedDate': '1997-04-25T00:00:00.000Z', + 'Freight': 15.28, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10484, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-03-24T00:00:00.000Z', + 'ShippedDate': '1997-04-01T00:00:00.000Z', + 'Freight': 6.88, + 'ShipName': 'B\' Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10485, + 'CustomerID': 'LINOD', + 'OrderDate': '1997-03-25T00:00:00.000Z', + 'ShippedDate': '1997-03-31T00:00:00.000Z', + 'Freight': 64.45, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10486, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-03-26T00:00:00.000Z', + 'ShippedDate': '1997-04-02T00:00:00.000Z', + 'Freight': 30.53, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10487, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-03-26T00:00:00.000Z', + 'ShippedDate': '1997-03-28T00:00:00.000Z', + 'Freight': 71.07, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10488, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-03-27T00:00:00.000Z', + 'ShippedDate': '1997-04-02T00:00:00.000Z', + 'Freight': 4.93, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10489, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-03-28T00:00:00.000Z', + 'ShippedDate': '1997-04-09T00:00:00.000Z', + 'Freight': 5.29, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10490, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-03-31T00:00:00.000Z', + 'ShippedDate': '1997-04-03T00:00:00.000Z', + 'Freight': 210.19, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10491, + 'CustomerID': 'FURIB', + 'OrderDate': '1997-03-31T00:00:00.000Z', + 'ShippedDate': '1997-04-08T00:00:00.000Z', + 'Freight': 16.96, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10492, + 'CustomerID': 'BOTTM', + 'OrderDate': '1997-04-01T00:00:00.000Z', + 'ShippedDate': '1997-04-11T00:00:00.000Z', + 'Freight': 62.89, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10493, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-04-02T00:00:00.000Z', + 'ShippedDate': '1997-04-10T00:00:00.000Z', + 'Freight': 10.64, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10494, + 'CustomerID': 'COMMI', + 'OrderDate': '1997-04-02T00:00:00.000Z', + 'ShippedDate': '1997-04-09T00:00:00.000Z', + 'Freight': 65.99, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10495, + 'CustomerID': 'LAUGB', + 'OrderDate': '1997-04-03T00:00:00.000Z', + 'ShippedDate': '1997-04-11T00:00:00.000Z', + 'Freight': 4.65, + 'ShipName': 'Laughing Bacchus Wine Cellars', + 'ShipAddress': '2319 Elm St.', + 'ShipCity': 'Vancouver', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10496, + 'CustomerID': 'TRADH', + 'OrderDate': '1997-04-04T00:00:00.000Z', + 'ShippedDate': '1997-04-07T00:00:00.000Z', + 'Freight': 46.77, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10497, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-04-04T00:00:00.000Z', + 'ShippedDate': '1997-04-07T00:00:00.000Z', + 'Freight': 36.21, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10498, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-04-07T00:00:00.000Z', + 'ShippedDate': '1997-04-11T00:00:00.000Z', + 'Freight': 29.75, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10499, + 'CustomerID': 'LILAS', + 'OrderDate': '1997-04-08T00:00:00.000Z', + 'ShippedDate': '1997-04-16T00:00:00.000Z', + 'Freight': 102.02, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10500, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-04-09T00:00:00.000Z', + 'ShippedDate': '1997-04-17T00:00:00.000Z', + 'Freight': 42.68, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10501, + 'CustomerID': 'BLAUS', + 'OrderDate': '1997-04-09T00:00:00.000Z', + 'ShippedDate': '1997-04-16T00:00:00.000Z', + 'Freight': 8.85, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10502, + 'CustomerID': 'PERIC', + 'OrderDate': '1997-04-10T00:00:00.000Z', + 'ShippedDate': '1997-04-29T00:00:00.000Z', + 'Freight': 69.32, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10503, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-04-11T00:00:00.000Z', + 'ShippedDate': '1997-04-16T00:00:00.000Z', + 'Freight': 16.74, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10504, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-04-11T00:00:00.000Z', + 'ShippedDate': '1997-04-18T00:00:00.000Z', + 'Freight': 59.13, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10505, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-04-14T00:00:00.000Z', + 'ShippedDate': '1997-04-21T00:00:00.000Z', + 'Freight': 7.13, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10506, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-04-15T00:00:00.000Z', + 'ShippedDate': '1997-05-02T00:00:00.000Z', + 'Freight': 21.19, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10507, + 'CustomerID': 'ANTON', + 'OrderDate': '1997-04-15T00:00:00.000Z', + 'ShippedDate': '1997-04-22T00:00:00.000Z', + 'Freight': 47.45, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10508, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-04-16T00:00:00.000Z', + 'ShippedDate': '1997-05-13T00:00:00.000Z', + 'Freight': 4.99, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10509, + 'CustomerID': 'BLAUS', + 'OrderDate': '1997-04-17T00:00:00.000Z', + 'ShippedDate': '1997-04-29T00:00:00.000Z', + 'Freight': 0.15, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10510, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-04-18T00:00:00.000Z', + 'ShippedDate': '1997-04-28T00:00:00.000Z', + 'Freight': 367.63, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10511, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-04-18T00:00:00.000Z', + 'ShippedDate': '1997-04-21T00:00:00.000Z', + 'Freight': 350.64, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10512, + 'CustomerID': 'FAMIA', + 'OrderDate': '1997-04-21T00:00:00.000Z', + 'ShippedDate': '1997-04-24T00:00:00.000Z', + 'Freight': 3.53, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10513, + 'CustomerID': 'WANDK', + 'OrderDate': '1997-04-22T00:00:00.000Z', + 'ShippedDate': '1997-04-28T00:00:00.000Z', + 'Freight': 105.65, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10514, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-04-22T00:00:00.000Z', + 'ShippedDate': '1997-05-16T00:00:00.000Z', + 'Freight': 789.95, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10515, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-04-23T00:00:00.000Z', + 'ShippedDate': '1997-05-23T00:00:00.000Z', + 'Freight': 204.47, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10516, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-04-24T00:00:00.000Z', + 'ShippedDate': '1997-05-01T00:00:00.000Z', + 'Freight': 62.78, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10517, + 'CustomerID': 'NORTS', + 'OrderDate': '1997-04-24T00:00:00.000Z', + 'ShippedDate': '1997-04-29T00:00:00.000Z', + 'Freight': 32.07, + 'ShipName': 'North/South', + 'ShipAddress': 'South House 300 Queensbridge', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10518, + 'CustomerID': 'TORTU', + 'OrderDate': '1997-04-25T00:00:00.000Z', + 'ShippedDate': '1997-05-05T00:00:00.000Z', + 'Freight': 218.15, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10519, + 'CustomerID': 'CHOPS', + 'OrderDate': '1997-04-28T00:00:00.000Z', + 'ShippedDate': '1997-05-01T00:00:00.000Z', + 'Freight': 91.76, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10520, + 'CustomerID': 'SANTG', + 'OrderDate': '1997-04-29T00:00:00.000Z', + 'ShippedDate': '1997-05-01T00:00:00.000Z', + 'Freight': 13.37, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + + { + 'OrderID': 10521, + 'CustomerID': 'CACTU', + 'OrderDate': '1997-04-29T00:00:00.000Z', + 'ShippedDate': '1997-05-02T00:00:00.000Z', + 'Freight': 17.22, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10522, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-04-30T00:00:00.000Z', + 'ShippedDate': '1997-05-06T00:00:00.000Z', + 'Freight': 45.33, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10523, + 'CustomerID': 'SEVES', + 'OrderDate': '1997-05-01T00:00:00.000Z', + 'ShippedDate': '1997-05-30T00:00:00.000Z', + 'Freight': 77.63, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10524, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-05-01T00:00:00.000Z', + 'ShippedDate': '1997-05-07T00:00:00.000Z', + 'Freight': 244.79, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10525, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-05-02T00:00:00.000Z', + 'ShippedDate': '1997-05-23T00:00:00.000Z', + 'Freight': 11.06, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10526, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-05-05T00:00:00.000Z', + 'ShippedDate': '1997-05-15T00:00:00.000Z', + 'Freight': 58.59, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10527, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-05-05T00:00:00.000Z', + 'ShippedDate': '1997-05-07T00:00:00.000Z', + 'Freight': 41.9, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10528, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-05-06T00:00:00.000Z', + 'ShippedDate': '1997-05-09T00:00:00.000Z', + 'Freight': 3.35, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10529, + 'CustomerID': 'MAISD', + 'OrderDate': '1997-05-07T00:00:00.000Z', + 'ShippedDate': '1997-05-09T00:00:00.000Z', + 'Freight': 66.69, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10530, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-05-08T00:00:00.000Z', + 'ShippedDate': '1997-05-12T00:00:00.000Z', + 'Freight': 339.22, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10531, + 'CustomerID': 'OCEAN', + 'OrderDate': '1997-05-08T00:00:00.000Z', + 'ShippedDate': '1997-05-19T00:00:00.000Z', + 'Freight': 8.12, + 'ShipName': 'Océano Atlántico Ltda.', + 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10532, + 'CustomerID': 'EASTC', + 'OrderDate': '1997-05-09T00:00:00.000Z', + 'ShippedDate': '1997-05-12T00:00:00.000Z', + 'Freight': 74.46, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10533, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-05-12T00:00:00.000Z', + 'ShippedDate': '1997-05-22T00:00:00.000Z', + 'Freight': 188.04, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10534, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-05-12T00:00:00.000Z', + 'ShippedDate': '1997-05-14T00:00:00.000Z', + 'Freight': 27.94, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10535, + 'CustomerID': 'ANTON', + 'OrderDate': '1997-05-13T00:00:00.000Z', + 'ShippedDate': '1997-05-21T00:00:00.000Z', + 'Freight': 15.64, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10536, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-05-14T00:00:00.000Z', + 'ShippedDate': '1997-06-06T00:00:00.000Z', + 'Freight': 58.88, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10537, + 'CustomerID': 'RICSU', + 'OrderDate': '1997-05-14T00:00:00.000Z', + 'ShippedDate': '1997-05-19T00:00:00.000Z', + 'Freight': 78.85, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10538, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-05-15T00:00:00.000Z', + 'ShippedDate': '1997-05-16T00:00:00.000Z', + 'Freight': 4.87, + 'ShipName': 'B\' Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10539, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-05-16T00:00:00.000Z', + 'ShippedDate': '1997-05-23T00:00:00.000Z', + 'Freight': 12.36, + 'ShipName': 'B\' Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10540, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-05-19T00:00:00.000Z', + 'ShippedDate': '1997-06-13T00:00:00.000Z', + 'Freight': 1007.64, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10541, + 'CustomerID': 'HANAR', + 'OrderDate': '1997-05-19T00:00:00.000Z', + 'ShippedDate': '1997-05-29T00:00:00.000Z', + 'Freight': 68.65, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10542, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-05-20T00:00:00.000Z', + 'ShippedDate': '1997-05-26T00:00:00.000Z', + 'Freight': 10.95, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10543, + 'CustomerID': 'LILAS', + 'OrderDate': '1997-05-21T00:00:00.000Z', + 'ShippedDate': '1997-05-23T00:00:00.000Z', + 'Freight': 48.17, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10544, + 'CustomerID': 'LONEP', + 'OrderDate': '1997-05-21T00:00:00.000Z', + 'ShippedDate': '1997-05-30T00:00:00.000Z', + 'Freight': 24.91, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10545, + 'CustomerID': 'LAZYK', + 'OrderDate': '1997-05-22T00:00:00.000Z', + 'ShippedDate': '1997-06-26T00:00:00.000Z', + 'Freight': 11.92, + 'ShipName': 'Lazy K Kountry Store', + 'ShipAddress': '12 Orchestra Terrace', + 'ShipCity': 'Walla Walla', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10546, + 'CustomerID': 'VICTE', + 'OrderDate': '1997-05-23T00:00:00.000Z', + 'ShippedDate': '1997-05-27T00:00:00.000Z', + 'Freight': 194.72, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10547, + 'CustomerID': 'SEVES', + 'OrderDate': '1997-05-23T00:00:00.000Z', + 'ShippedDate': '1997-06-02T00:00:00.000Z', + 'Freight': 178.43, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10548, + 'CustomerID': 'TOMSP', + 'OrderDate': '1997-05-26T00:00:00.000Z', + 'ShippedDate': '1997-06-02T00:00:00.000Z', + 'Freight': 1.43, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10549, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-05-27T00:00:00.000Z', + 'ShippedDate': '1997-05-30T00:00:00.000Z', + 'Freight': 171.24, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10550, + 'CustomerID': 'GODOS', + 'OrderDate': '1997-05-28T00:00:00.000Z', + 'ShippedDate': '1997-06-06T00:00:00.000Z', + 'Freight': 4.32, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10551, + 'CustomerID': 'FURIB', + 'OrderDate': '1997-05-28T00:00:00.000Z', + 'ShippedDate': '1997-06-06T00:00:00.000Z', + 'Freight': 72.95, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10552, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-05-29T00:00:00.000Z', + 'ShippedDate': '1997-06-05T00:00:00.000Z', + 'Freight': 83.22, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10553, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-05-30T00:00:00.000Z', + 'ShippedDate': '1997-06-03T00:00:00.000Z', + 'Freight': 149.49, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10554, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-05-30T00:00:00.000Z', + 'ShippedDate': '1997-06-05T00:00:00.000Z', + 'Freight': 120.97, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10555, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-06-02T00:00:00.000Z', + 'ShippedDate': '1997-06-04T00:00:00.000Z', + 'Freight': 252.49, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10556, + 'CustomerID': 'SIMOB', + 'OrderDate': '1997-06-03T00:00:00.000Z', + 'ShippedDate': '1997-06-13T00:00:00.000Z', + 'Freight': 9.8, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10557, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-06-03T00:00:00.000Z', + 'ShippedDate': '1997-06-06T00:00:00.000Z', + 'Freight': 96.72, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10558, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-06-04T00:00:00.000Z', + 'ShippedDate': '1997-06-10T00:00:00.000Z', + 'Freight': 72.97, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10559, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-06-05T00:00:00.000Z', + 'ShippedDate': '1997-06-13T00:00:00.000Z', + 'Freight': 8.05, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10560, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-06-06T00:00:00.000Z', + 'ShippedDate': '1997-06-09T00:00:00.000Z', + 'Freight': 36.65, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10561, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-06-06T00:00:00.000Z', + 'ShippedDate': '1997-06-09T00:00:00.000Z', + 'Freight': 242.21, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10562, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-06-09T00:00:00.000Z', + 'ShippedDate': '1997-06-12T00:00:00.000Z', + 'Freight': 22.95, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10563, + 'CustomerID': 'RICAR', + 'OrderDate': '1997-06-10T00:00:00.000Z', + 'ShippedDate': '1997-06-24T00:00:00.000Z', + 'Freight': 60.43, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10564, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-06-10T00:00:00.000Z', + 'ShippedDate': '1997-06-16T00:00:00.000Z', + 'Freight': 13.75, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10565, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-06-11T00:00:00.000Z', + 'ShippedDate': '1997-06-18T00:00:00.000Z', + 'Freight': 7.15, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10566, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-06-12T00:00:00.000Z', + 'ShippedDate': '1997-06-18T00:00:00.000Z', + 'Freight': 88.4, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10567, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-06-12T00:00:00.000Z', + 'ShippedDate': '1997-06-17T00:00:00.000Z', + 'Freight': 33.97, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10568, + 'CustomerID': 'GALED', + 'OrderDate': '1997-06-13T00:00:00.000Z', + 'ShippedDate': '1997-07-09T00:00:00.000Z', + 'Freight': 6.54, + 'ShipName': 'Galería del gastronómo', + 'ShipAddress': 'Rambla de Cataluña, 23', + 'ShipCity': 'Barcelona', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10569, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-06-16T00:00:00.000Z', + 'ShippedDate': '1997-07-11T00:00:00.000Z', + 'Freight': 58.98, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10570, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-06-17T00:00:00.000Z', + 'ShippedDate': '1997-06-19T00:00:00.000Z', + 'Freight': 188.99, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10571, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-06-17T00:00:00.000Z', + 'ShippedDate': '1997-07-04T00:00:00.000Z', + 'Freight': 26.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10572, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-06-18T00:00:00.000Z', + 'ShippedDate': '1997-06-25T00:00:00.000Z', + 'Freight': 116.43, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10573, + 'CustomerID': 'ANTON', + 'OrderDate': '1997-06-19T00:00:00.000Z', + 'ShippedDate': '1997-06-20T00:00:00.000Z', + 'Freight': 84.84, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10574, + 'CustomerID': 'TRAIH', + 'OrderDate': '1997-06-19T00:00:00.000Z', + 'ShippedDate': '1997-06-30T00:00:00.000Z', + 'Freight': 37.6, + 'ShipName': 'Trail\' Head Gourmet Provisioners', + 'ShipAddress': '722 DaVinci Blvd.', + 'ShipCity': 'Kirkland', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10575, + 'CustomerID': 'MORGK', + 'OrderDate': '1997-06-20T00:00:00.000Z', + 'ShippedDate': '1997-06-30T00:00:00.000Z', + 'Freight': 127.34, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10576, + 'CustomerID': 'TORTU', + 'OrderDate': '1997-06-23T00:00:00.000Z', + 'ShippedDate': '1997-06-30T00:00:00.000Z', + 'Freight': 18.56, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10577, + 'CustomerID': 'TRAIH', + 'OrderDate': '1997-06-23T00:00:00.000Z', + 'ShippedDate': '1997-06-30T00:00:00.000Z', + 'Freight': 25.41, + 'ShipName': 'Trail\' Head Gourmet Provisioners', + 'ShipAddress': '722 DaVinci Blvd.', + 'ShipCity': 'Kirkland', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10578, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-06-24T00:00:00.000Z', + 'ShippedDate': '1997-07-25T00:00:00.000Z', + 'Freight': 29.6, + 'ShipName': 'B\' Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10579, + 'CustomerID': 'LETSS', + 'OrderDate': '1997-06-25T00:00:00.000Z', + 'ShippedDate': '1997-07-04T00:00:00.000Z', + 'Freight': 13.73, + 'ShipName': 'Let\' Stop N Shop', + 'ShipAddress': '87 Polk St. Suite 5', + 'ShipCity': 'San Francisco', + 'ShipRegion': 'CA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10580, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-06-26T00:00:00.000Z', + 'ShippedDate': '1997-07-01T00:00:00.000Z', + 'Freight': 75.89, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10581, + 'CustomerID': 'FAMIA', + 'OrderDate': '1997-06-26T00:00:00.000Z', + 'ShippedDate': '1997-07-02T00:00:00.000Z', + 'Freight': 3.01, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10582, + 'CustomerID': 'BLAUS', + 'OrderDate': '1997-06-27T00:00:00.000Z', + 'ShippedDate': '1997-07-14T00:00:00.000Z', + 'Freight': 27.71, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10583, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-06-30T00:00:00.000Z', + 'ShippedDate': '1997-07-04T00:00:00.000Z', + 'Freight': 7.28, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10584, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-06-30T00:00:00.000Z', + 'ShippedDate': '1997-07-04T00:00:00.000Z', + 'Freight': 59.14, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10585, + 'CustomerID': 'WELLI', + 'OrderDate': '1997-07-01T00:00:00.000Z', + 'ShippedDate': '1997-07-10T00:00:00.000Z', + 'Freight': 13.41, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10586, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-07-02T00:00:00.000Z', + 'ShippedDate': '1997-07-09T00:00:00.000Z', + 'Freight': 0.48, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10587, + 'CustomerID': 'QUEDE', + 'OrderDate': '1997-07-02T00:00:00.000Z', + 'ShippedDate': '1997-07-09T00:00:00.000Z', + 'Freight': 62.52, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10588, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-07-03T00:00:00.000Z', + 'ShippedDate': '1997-07-10T00:00:00.000Z', + 'Freight': 194.67, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10589, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-07-04T00:00:00.000Z', + 'ShippedDate': '1997-07-14T00:00:00.000Z', + 'Freight': 4.42, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10590, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-07-07T00:00:00.000Z', + 'ShippedDate': '1997-07-14T00:00:00.000Z', + 'Freight': 44.77, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10591, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-07-07T00:00:00.000Z', + 'ShippedDate': '1997-07-16T00:00:00.000Z', + 'Freight': 55.92, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10592, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-07-08T00:00:00.000Z', + 'ShippedDate': '1997-07-16T00:00:00.000Z', + 'Freight': 32.1, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10593, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-07-09T00:00:00.000Z', + 'ShippedDate': '1997-08-13T00:00:00.000Z', + 'Freight': 174.2, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10594, + 'CustomerID': 'OLDWO', + 'OrderDate': '1997-07-09T00:00:00.000Z', + 'ShippedDate': '1997-07-16T00:00:00.000Z', + 'Freight': 5.24, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10595, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-07-10T00:00:00.000Z', + 'ShippedDate': '1997-07-14T00:00:00.000Z', + 'Freight': 96.78, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10596, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-07-11T00:00:00.000Z', + 'ShippedDate': '1997-08-12T00:00:00.000Z', + 'Freight': 16.34, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10597, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-07-11T00:00:00.000Z', + 'ShippedDate': '1997-07-18T00:00:00.000Z', + 'Freight': 35.12, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10598, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-07-14T00:00:00.000Z', + 'ShippedDate': '1997-07-18T00:00:00.000Z', + 'Freight': 44.42, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10599, + 'CustomerID': 'BSBEV', + 'OrderDate': '1997-07-15T00:00:00.000Z', + 'ShippedDate': '1997-07-21T00:00:00.000Z', + 'Freight': 29.98, + 'ShipName': 'B Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10600, + 'CustomerID': 'HUNGC', + 'OrderDate': '1997-07-16T00:00:00.000Z', + 'ShippedDate': '1997-07-21T00:00:00.000Z', + 'Freight': 45.13, + 'ShipName': 'Hungry Coyote Import Store', + 'ShipAddress': 'City Center Plaza 516 Main St.', + 'ShipCity': 'Elgin', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10601, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-07-16T00:00:00.000Z', + 'ShippedDate': '1997-07-22T00:00:00.000Z', + 'Freight': 58.3, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10602, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-07-17T00:00:00.000Z', + 'ShippedDate': '1997-07-22T00:00:00.000Z', + 'Freight': 2.92, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10603, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-07-18T00:00:00.000Z', + 'ShippedDate': '1997-08-08T00:00:00.000Z', + 'Freight': 48.77, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10604, + 'CustomerID': 'FURIB', + 'OrderDate': '1997-07-18T00:00:00.000Z', + 'ShippedDate': '1997-07-29T00:00:00.000Z', + 'Freight': 7.46, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10605, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-07-21T00:00:00.000Z', + 'ShippedDate': '1997-07-29T00:00:00.000Z', + 'Freight': 379.13, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10606, + 'CustomerID': 'TRADH', + 'OrderDate': '1997-07-22T00:00:00.000Z', + 'ShippedDate': '1997-07-31T00:00:00.000Z', + 'Freight': 79.4, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10607, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-07-22T00:00:00.000Z', + 'ShippedDate': '1997-07-25T00:00:00.000Z', + 'Freight': 200.24, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10608, + 'CustomerID': 'TOMSP', + 'OrderDate': '1997-07-23T00:00:00.000Z', + 'ShippedDate': '1997-08-01T00:00:00.000Z', + 'Freight': 27.79, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10609, + 'CustomerID': 'DUMON', + 'OrderDate': '1997-07-24T00:00:00.000Z', + 'ShippedDate': '1997-07-30T00:00:00.000Z', + 'Freight': 1.85, + 'ShipName': 'Du monde entier', + 'ShipAddress': '67, rue des Cinquante Otages', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10610, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-07-25T00:00:00.000Z', + 'ShippedDate': '1997-08-06T00:00:00.000Z', + 'Freight': 26.78, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10611, + 'CustomerID': 'WOLZA', + 'OrderDate': '1997-07-25T00:00:00.000Z', + 'ShippedDate': '1997-08-01T00:00:00.000Z', + 'Freight': 80.65, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + + { + 'OrderID': 10612, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-07-28T00:00:00.000Z', + 'ShippedDate': '1997-08-01T00:00:00.000Z', + 'Freight': 544.08, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10613, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-07-29T00:00:00.000Z', + 'ShippedDate': '1997-08-01T00:00:00.000Z', + 'Freight': 8.11, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10614, + 'CustomerID': 'BLAUS', + 'OrderDate': '1997-07-29T00:00:00.000Z', + 'ShippedDate': '1997-08-01T00:00:00.000Z', + 'Freight': 1.93, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10615, + 'CustomerID': 'WILMK', + 'OrderDate': '1997-07-30T00:00:00.000Z', + 'ShippedDate': '1997-08-06T00:00:00.000Z', + 'Freight': 0.75, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10616, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-07-31T00:00:00.000Z', + 'ShippedDate': '1997-08-05T00:00:00.000Z', + 'Freight': 116.53, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10617, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-07-31T00:00:00.000Z', + 'ShippedDate': '1997-08-04T00:00:00.000Z', + 'Freight': 18.53, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10618, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-08-01T00:00:00.000Z', + 'ShippedDate': '1997-08-08T00:00:00.000Z', + 'Freight': 154.68, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10619, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-08-04T00:00:00.000Z', + 'ShippedDate': '1997-08-07T00:00:00.000Z', + 'Freight': 91.05, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10620, + 'CustomerID': 'LAUGB', + 'OrderDate': '1997-08-05T00:00:00.000Z', + 'ShippedDate': '1997-08-14T00:00:00.000Z', + 'Freight': 0.94, + 'ShipName': 'Laughing Bacchus Wine Cellars', + 'ShipAddress': '2319 Elm St.', + 'ShipCity': 'Vancouver', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10621, + 'CustomerID': 'ISLAT', + 'OrderDate': '1997-08-05T00:00:00.000Z', + 'ShippedDate': '1997-08-11T00:00:00.000Z', + 'Freight': 23.73, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10622, + 'CustomerID': 'RICAR', + 'OrderDate': '1997-08-06T00:00:00.000Z', + 'ShippedDate': '1997-08-11T00:00:00.000Z', + 'Freight': 50.97, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10623, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-08-07T00:00:00.000Z', + 'ShippedDate': '1997-08-12T00:00:00.000Z', + 'Freight': 97.18, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10624, + 'CustomerID': 'THECR', + 'OrderDate': '1997-08-07T00:00:00.000Z', + 'ShippedDate': '1997-08-19T00:00:00.000Z', + 'Freight': 94.8, + 'ShipName': 'The Cracker Box', + 'ShipAddress': '55 Grizzly Peak Rd.', + 'ShipCity': 'Butte', + 'ShipRegion': 'MT', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10625, + 'CustomerID': 'ANATR', + 'OrderDate': '1997-08-08T00:00:00.000Z', + 'ShippedDate': '1997-08-14T00:00:00.000Z', + 'Freight': 43.9, + 'ShipName': 'Ana Trujillo Emparedados y helados', + 'ShipAddress': 'Avda. de la Constitución 2222', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10626, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-08-11T00:00:00.000Z', + 'ShippedDate': '1997-08-20T00:00:00.000Z', + 'Freight': 138.69, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10627, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-08-11T00:00:00.000Z', + 'ShippedDate': '1997-08-21T00:00:00.000Z', + 'Freight': 107.46, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10628, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-08-12T00:00:00.000Z', + 'ShippedDate': '1997-08-20T00:00:00.000Z', + 'Freight': 30.36, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10629, + 'CustomerID': 'GODOS', + 'OrderDate': '1997-08-12T00:00:00.000Z', + 'ShippedDate': '1997-08-20T00:00:00.000Z', + 'Freight': 85.46, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10630, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-08-13T00:00:00.000Z', + 'ShippedDate': '1997-08-19T00:00:00.000Z', + 'Freight': 32.35, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10631, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-08-14T00:00:00.000Z', + 'ShippedDate': '1997-08-15T00:00:00.000Z', + 'Freight': 0.87, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10632, + 'CustomerID': 'WANDK', + 'OrderDate': '1997-08-14T00:00:00.000Z', + 'ShippedDate': '1997-08-19T00:00:00.000Z', + 'Freight': 41.38, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10633, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-08-15T00:00:00.000Z', + 'ShippedDate': '1997-08-18T00:00:00.000Z', + 'Freight': 477.9, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10634, + 'CustomerID': 'FOLIG', + 'OrderDate': '1997-08-15T00:00:00.000Z', + 'ShippedDate': '1997-08-21T00:00:00.000Z', + 'Freight': 487.38, + 'ShipName': 'Folies gourmandes', + 'ShipAddress': '184, chaussée de Tournai', + 'ShipCity': 'Lille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10635, + 'CustomerID': 'MAGAA', + 'OrderDate': '1997-08-18T00:00:00.000Z', + 'ShippedDate': '1997-08-21T00:00:00.000Z', + 'Freight': 47.46, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10636, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-08-19T00:00:00.000Z', + 'ShippedDate': '1997-08-26T00:00:00.000Z', + 'Freight': 1.15, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10637, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-08-19T00:00:00.000Z', + 'ShippedDate': '1997-08-26T00:00:00.000Z', + 'Freight': 201.29, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10638, + 'CustomerID': 'LINOD', + 'OrderDate': '1997-08-20T00:00:00.000Z', + 'ShippedDate': '1997-09-01T00:00:00.000Z', + 'Freight': 158.44, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10639, + 'CustomerID': 'SANTG', + 'OrderDate': '1997-08-20T00:00:00.000Z', + 'ShippedDate': '1997-08-27T00:00:00.000Z', + 'Freight': 38.64, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + + { + 'OrderID': 10640, + 'CustomerID': 'WANDK', + 'OrderDate': '1997-08-21T00:00:00.000Z', + 'ShippedDate': '1997-08-28T00:00:00.000Z', + 'Freight': 23.55, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10641, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-08-22T00:00:00.000Z', + 'ShippedDate': '1997-08-26T00:00:00.000Z', + 'Freight': 179.61, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10642, + 'CustomerID': 'SIMOB', + 'OrderDate': '1997-08-22T00:00:00.000Z', + 'ShippedDate': '1997-09-05T00:00:00.000Z', + 'Freight': 41.89, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10643, + 'CustomerID': 'ALFKI', + 'OrderDate': '1997-08-25T00:00:00.000Z', + 'ShippedDate': '1997-09-02T00:00:00.000Z', + 'Freight': 29.46, + 'ShipName': 'Alfreds Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10644, + 'CustomerID': 'WELLI', + 'OrderDate': '1997-08-25T00:00:00.000Z', + 'ShippedDate': '1997-09-01T00:00:00.000Z', + 'Freight': 0.14, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10645, + 'CustomerID': 'HANAR', + 'OrderDate': '1997-08-26T00:00:00.000Z', + 'ShippedDate': '1997-09-02T00:00:00.000Z', + 'Freight': 12.41, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10646, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-08-27T00:00:00.000Z', + 'ShippedDate': '1997-09-03T00:00:00.000Z', + 'Freight': 142.33, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10647, + 'CustomerID': 'QUEDE', + 'OrderDate': '1997-08-27T00:00:00.000Z', + 'ShippedDate': '1997-09-03T00:00:00.000Z', + 'Freight': 45.54, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10648, + 'CustomerID': 'RICAR', + 'OrderDate': '1997-08-28T00:00:00.000Z', + 'ShippedDate': '1997-09-09T00:00:00.000Z', + 'Freight': 14.25, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10649, + 'CustomerID': 'MAISD', + 'OrderDate': '1997-08-28T00:00:00.000Z', + 'ShippedDate': '1997-08-29T00:00:00.000Z', + 'Freight': 6.2, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10650, + 'CustomerID': 'FAMIA', + 'OrderDate': '1997-08-29T00:00:00.000Z', + 'ShippedDate': '1997-09-03T00:00:00.000Z', + 'Freight': 176.81, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10651, + 'CustomerID': 'WANDK', + 'OrderDate': '1997-09-01T00:00:00.000Z', + 'ShippedDate': '1997-09-11T00:00:00.000Z', + 'Freight': 20.6, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10652, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-09-01T00:00:00.000Z', + 'ShippedDate': '1997-09-08T00:00:00.000Z', + 'Freight': 7.14, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10653, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-09-02T00:00:00.000Z', + 'ShippedDate': '1997-09-19T00:00:00.000Z', + 'Freight': 93.25, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10654, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-09-02T00:00:00.000Z', + 'ShippedDate': '1997-09-11T00:00:00.000Z', + 'Freight': 55.26, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10655, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-09-03T00:00:00.000Z', + 'ShippedDate': '1997-09-11T00:00:00.000Z', + 'Freight': 4.41, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10656, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-09-04T00:00:00.000Z', + 'ShippedDate': '1997-09-10T00:00:00.000Z', + 'Freight': 57.15, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10657, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-09-04T00:00:00.000Z', + 'ShippedDate': '1997-09-15T00:00:00.000Z', + 'Freight': 352.69, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10658, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-09-05T00:00:00.000Z', + 'ShippedDate': '1997-09-08T00:00:00.000Z', + 'Freight': 364.15, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10659, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-09-05T00:00:00.000Z', + 'ShippedDate': '1997-09-10T00:00:00.000Z', + 'Freight': 105.81, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10660, + 'CustomerID': 'HUNGC', + 'OrderDate': '1997-09-08T00:00:00.000Z', + 'ShippedDate': '1997-10-15T00:00:00.000Z', + 'Freight': 111.29, + 'ShipName': 'Hungry Coyote Import Store', + 'ShipAddress': 'City Center Plaza 516 Main St.', + 'ShipCity': 'Elgin', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10661, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-09-09T00:00:00.000Z', + 'ShippedDate': '1997-09-15T00:00:00.000Z', + 'Freight': 17.55, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10662, + 'CustomerID': 'LONEP', + 'OrderDate': '1997-09-09T00:00:00.000Z', + 'ShippedDate': '1997-09-18T00:00:00.000Z', + 'Freight': 1.28, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10663, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-09-10T00:00:00.000Z', + 'ShippedDate': '1997-10-03T00:00:00.000Z', + 'Freight': 113.15, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10664, + 'CustomerID': 'FURIB', + 'OrderDate': '1997-09-10T00:00:00.000Z', + 'ShippedDate': '1997-09-19T00:00:00.000Z', + 'Freight': 1.27, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10665, + 'CustomerID': 'LONEP', + 'OrderDate': '1997-09-11T00:00:00.000Z', + 'ShippedDate': '1997-09-17T00:00:00.000Z', + 'Freight': 26.31, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10666, + 'CustomerID': 'RICSU', + 'OrderDate': '1997-09-12T00:00:00.000Z', + 'ShippedDate': '1997-09-22T00:00:00.000Z', + 'Freight': 232.42, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10667, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-09-12T00:00:00.000Z', + 'ShippedDate': '1997-09-19T00:00:00.000Z', + 'Freight': 78.09, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10668, + 'CustomerID': 'WANDK', + 'OrderDate': '1997-09-15T00:00:00.000Z', + 'ShippedDate': '1997-09-23T00:00:00.000Z', + 'Freight': 47.22, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10669, + 'CustomerID': 'SIMOB', + 'OrderDate': '1997-09-15T00:00:00.000Z', + 'ShippedDate': '1997-09-22T00:00:00.000Z', + 'Freight': 24.39, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10670, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-09-16T00:00:00.000Z', + 'ShippedDate': '1997-09-18T00:00:00.000Z', + 'Freight': 203.48, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10671, + 'CustomerID': 'FRANR', + 'OrderDate': '1997-09-17T00:00:00.000Z', + 'ShippedDate': '1997-09-24T00:00:00.000Z', + 'Freight': 30.34, + 'ShipName': 'France restauration', + 'ShipAddress': '54, rue Royale', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10672, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-09-17T00:00:00.000Z', + 'ShippedDate': '1997-09-26T00:00:00.000Z', + 'Freight': 95.75, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10673, + 'CustomerID': 'WILMK', + 'OrderDate': '1997-09-18T00:00:00.000Z', + 'ShippedDate': '1997-09-19T00:00:00.000Z', + 'Freight': 22.76, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10674, + 'CustomerID': 'ISLAT', + 'OrderDate': '1997-09-18T00:00:00.000Z', + 'ShippedDate': '1997-09-30T00:00:00.000Z', + 'Freight': 0.9, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10675, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-09-19T00:00:00.000Z', + 'ShippedDate': '1997-09-23T00:00:00.000Z', + 'Freight': 31.85, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10676, + 'CustomerID': 'TORTU', + 'OrderDate': '1997-09-22T00:00:00.000Z', + 'ShippedDate': '1997-09-29T00:00:00.000Z', + 'Freight': 2.01, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10677, + 'CustomerID': 'ANTON', + 'OrderDate': '1997-09-22T00:00:00.000Z', + 'ShippedDate': '1997-09-26T00:00:00.000Z', + 'Freight': 4.03, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10678, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-09-23T00:00:00.000Z', + 'ShippedDate': '1997-10-16T00:00:00.000Z', + 'Freight': 388.98, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10679, + 'CustomerID': 'BLONP', + 'OrderDate': '1997-09-23T00:00:00.000Z', + 'ShippedDate': '1997-09-30T00:00:00.000Z', + 'Freight': 27.94, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10680, + 'CustomerID': 'OLDWO', + 'OrderDate': '1997-09-24T00:00:00.000Z', + 'ShippedDate': '1997-09-26T00:00:00.000Z', + 'Freight': 26.61, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10681, + 'CustomerID': 'GREAL', + 'OrderDate': '1997-09-25T00:00:00.000Z', + 'ShippedDate': '1997-09-30T00:00:00.000Z', + 'Freight': 76.13, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10682, + 'CustomerID': 'ANTON', + 'OrderDate': '1997-09-25T00:00:00.000Z', + 'ShippedDate': '1997-10-01T00:00:00.000Z', + 'Freight': 36.13, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10683, + 'CustomerID': 'DUMON', + 'OrderDate': '1997-09-26T00:00:00.000Z', + 'ShippedDate': '1997-10-01T00:00:00.000Z', + 'Freight': 4.4, + 'ShipName': 'Du monde entier', + 'ShipAddress': '67, rue des Cinquante Otages', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10684, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-09-26T00:00:00.000Z', + 'ShippedDate': '1997-09-30T00:00:00.000Z', + 'Freight': 145.63, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10685, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-09-29T00:00:00.000Z', + 'ShippedDate': '1997-10-03T00:00:00.000Z', + 'Freight': 33.75, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10686, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-09-30T00:00:00.000Z', + 'ShippedDate': '1997-10-08T00:00:00.000Z', + 'Freight': 96.5, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10687, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-09-30T00:00:00.000Z', + 'ShippedDate': '1997-10-30T00:00:00.000Z', + 'Freight': 296.43, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10688, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-10-01T00:00:00.000Z', + 'ShippedDate': '1997-10-07T00:00:00.000Z', + 'Freight': 299.09, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10689, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-10-01T00:00:00.000Z', + 'ShippedDate': '1997-10-07T00:00:00.000Z', + 'Freight': 13.42, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10690, + 'CustomerID': 'HANAR', + 'OrderDate': '1997-10-02T00:00:00.000Z', + 'ShippedDate': '1997-10-03T00:00:00.000Z', + 'Freight': 15.8, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10691, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-10-03T00:00:00.000Z', + 'ShippedDate': '1997-10-22T00:00:00.000Z', + 'Freight': 810.05, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10692, + 'CustomerID': 'ALFKI', + 'OrderDate': '1997-10-03T00:00:00.000Z', + 'ShippedDate': '1997-10-13T00:00:00.000Z', + 'Freight': 61.02, + 'ShipName': 'Alfred\' Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10693, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-10-06T00:00:00.000Z', + 'ShippedDate': '1997-10-10T00:00:00.000Z', + 'Freight': 139.34, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10694, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-10-06T00:00:00.000Z', + 'ShippedDate': '1997-10-09T00:00:00.000Z', + 'Freight': 398.36, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10695, + 'CustomerID': 'WILMK', + 'OrderDate': '1997-10-07T00:00:00.000Z', + 'ShippedDate': '1997-10-14T00:00:00.000Z', + 'Freight': 16.72, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10696, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-10-08T00:00:00.000Z', + 'ShippedDate': '1997-10-14T00:00:00.000Z', + 'Freight': 102.55, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10697, + 'CustomerID': 'LINOD', + 'OrderDate': '1997-10-08T00:00:00.000Z', + 'ShippedDate': '1997-10-14T00:00:00.000Z', + 'Freight': 45.52, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10698, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-10-09T00:00:00.000Z', + 'ShippedDate': '1997-10-17T00:00:00.000Z', + 'Freight': 272.47, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10699, + 'CustomerID': 'MORGK', + 'OrderDate': '1997-10-09T00:00:00.000Z', + 'ShippedDate': '1997-10-13T00:00:00.000Z', + 'Freight': 0.58, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10700, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-10-10T00:00:00.000Z', + 'ShippedDate': '1997-10-16T00:00:00.000Z', + 'Freight': 65.1, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10701, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-10-13T00:00:00.000Z', + 'ShippedDate': '1997-10-15T00:00:00.000Z', + 'Freight': 220.31, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10702, + 'CustomerID': 'ALFKI', + 'OrderDate': '1997-10-13T00:00:00.000Z', + 'ShippedDate': '1997-10-21T00:00:00.000Z', + 'Freight': 23.94, + 'ShipName': 'Alfred\' Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10703, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-10-14T00:00:00.000Z', + 'ShippedDate': '1997-10-20T00:00:00.000Z', + 'Freight': 152.3, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10704, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-10-14T00:00:00.000Z', + 'ShippedDate': '1997-11-07T00:00:00.000Z', + 'Freight': 4.78, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10705, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-10-15T00:00:00.000Z', + 'ShippedDate': '1997-11-18T00:00:00.000Z', + 'Freight': 3.52, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10706, + 'CustomerID': 'OLDWO', + 'OrderDate': '1997-10-16T00:00:00.000Z', + 'ShippedDate': '1997-10-21T00:00:00.000Z', + 'Freight': 135.63, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10707, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-10-16T00:00:00.000Z', + 'ShippedDate': '1997-10-23T00:00:00.000Z', + 'Freight': 21.74, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10708, + 'CustomerID': 'THEBI', + 'OrderDate': '1997-10-17T00:00:00.000Z', + 'ShippedDate': '1997-11-05T00:00:00.000Z', + 'Freight': 2.96, + 'ShipName': 'The Big Cheese', + 'ShipAddress': '89 Jefferson Way Suite 2', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10709, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-10-17T00:00:00.000Z', + 'ShippedDate': '1997-11-20T00:00:00.000Z', + 'Freight': 210.8, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10710, + 'CustomerID': 'FRANS', + 'OrderDate': '1997-10-20T00:00:00.000Z', + 'ShippedDate': '1997-10-23T00:00:00.000Z', + 'Freight': 4.98, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10711, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-10-21T00:00:00.000Z', + 'ShippedDate': '1997-10-29T00:00:00.000Z', + 'Freight': 52.41, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10712, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-10-21T00:00:00.000Z', + 'ShippedDate': '1997-10-31T00:00:00.000Z', + 'Freight': 89.93, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10713, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-10-22T00:00:00.000Z', + 'ShippedDate': '1997-10-24T00:00:00.000Z', + 'Freight': 167.05, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10714, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-10-22T00:00:00.000Z', + 'ShippedDate': '1997-10-27T00:00:00.000Z', + 'Freight': 24.49, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10715, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-10-23T00:00:00.000Z', + 'ShippedDate': '1997-10-29T00:00:00.000Z', + 'Freight': 63.2, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10716, + 'CustomerID': 'RANCH', + 'OrderDate': '1997-10-24T00:00:00.000Z', + 'ShippedDate': '1997-10-27T00:00:00.000Z', + 'Freight': 22.57, + 'ShipName': 'Rancho grande', + 'ShipAddress': 'Av. del Libertador 900', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10717, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-10-24T00:00:00.000Z', + 'ShippedDate': '1997-10-29T00:00:00.000Z', + 'Freight': 59.25, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10718, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-10-27T00:00:00.000Z', + 'ShippedDate': '1997-10-29T00:00:00.000Z', + 'Freight': 170.88, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10719, + 'CustomerID': 'LETSS', + 'OrderDate': '1997-10-27T00:00:00.000Z', + 'ShippedDate': '1997-11-05T00:00:00.000Z', + 'Freight': 51.44, + 'ShipName': 'Let\' Stop N Shop', + 'ShipAddress': '87 Polk St. Suite 5', + 'ShipCity': 'San Francisco', + 'ShipRegion': 'CA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10720, + 'CustomerID': 'QUEDE', + 'OrderDate': '1997-10-28T00:00:00.000Z', + 'ShippedDate': '1997-11-05T00:00:00.000Z', + 'Freight': 9.53, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10721, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-10-29T00:00:00.000Z', + 'ShippedDate': '1997-10-31T00:00:00.000Z', + 'Freight': 48.92, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10722, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-10-29T00:00:00.000Z', + 'ShippedDate': '1997-11-04T00:00:00.000Z', + 'Freight': 74.58, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10723, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-10-30T00:00:00.000Z', + 'ShippedDate': '1997-11-25T00:00:00.000Z', + 'Freight': 21.72, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10724, + 'CustomerID': 'MEREP', + 'OrderDate': '1997-10-30T00:00:00.000Z', + 'ShippedDate': '1997-11-05T00:00:00.000Z', + 'Freight': 57.75, + 'ShipName': 'Mère Paillarde', + 'ShipAddress': '43 rue St. Laurent', + 'ShipCity': 'Montréal', + 'ShipRegion': 'Québec', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10725, + 'CustomerID': 'FAMIA', + 'OrderDate': '1997-10-31T00:00:00.000Z', + 'ShippedDate': '1997-11-05T00:00:00.000Z', + 'Freight': 10.83, + 'ShipName': 'Familia Arquibaldo', + 'ShipAddress': 'Rua Orós, 92', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10726, + 'CustomerID': 'EASTC', + 'OrderDate': '1997-11-03T00:00:00.000Z', + 'ShippedDate': '1997-12-05T00:00:00.000Z', + 'Freight': 16.56, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10727, + 'CustomerID': 'REGGC', + 'OrderDate': '1997-11-03T00:00:00.000Z', + 'ShippedDate': '1997-12-05T00:00:00.000Z', + 'Freight': 89.9, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10728, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-11-04T00:00:00.000Z', + 'ShippedDate': '1997-11-11T00:00:00.000Z', + 'Freight': 58.33, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10729, + 'CustomerID': 'LINOD', + 'OrderDate': '1997-11-04T00:00:00.000Z', + 'ShippedDate': '1997-11-14T00:00:00.000Z', + 'Freight': 141.06, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10730, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-11-05T00:00:00.000Z', + 'ShippedDate': '1997-11-14T00:00:00.000Z', + 'Freight': 20.12, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10731, + 'CustomerID': 'CHOPS', + 'OrderDate': '1997-11-06T00:00:00.000Z', + 'ShippedDate': '1997-11-14T00:00:00.000Z', + 'Freight': 96.65, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10732, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-11-06T00:00:00.000Z', + 'ShippedDate': '1997-11-07T00:00:00.000Z', + 'Freight': 16.97, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10733, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-11-07T00:00:00.000Z', + 'ShippedDate': '1997-11-10T00:00:00.000Z', + 'Freight': 110.11, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10734, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-11-07T00:00:00.000Z', + 'ShippedDate': '1997-11-12T00:00:00.000Z', + 'Freight': 1.63, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10735, + 'CustomerID': 'LETSS', + 'OrderDate': '1997-11-10T00:00:00.000Z', + 'ShippedDate': '1997-11-21T00:00:00.000Z', + 'Freight': 45.97, + 'ShipName': 'Let\' Stop N Shop', + 'ShipAddress': '87 Polk St. Suite 5', + 'ShipCity': 'San Francisco', + 'ShipRegion': 'CA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10736, + 'CustomerID': 'HUNGO', + 'OrderDate': '1997-11-11T00:00:00.000Z', + 'ShippedDate': '1997-11-21T00:00:00.000Z', + 'Freight': 44.1, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10737, + 'CustomerID': 'VINET', + 'OrderDate': '1997-11-11T00:00:00.000Z', + 'ShippedDate': '1997-11-18T00:00:00.000Z', + 'Freight': 7.79, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l\'Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10738, + 'CustomerID': 'SPECD', + 'OrderDate': '1997-11-12T00:00:00.000Z', + 'ShippedDate': '1997-11-18T00:00:00.000Z', + 'Freight': 2.91, + 'ShipName': 'Spécialités du monde', + 'ShipAddress': '25, rue Lauriston', + 'ShipCity': 'Paris', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10739, + 'CustomerID': 'VINET', + 'OrderDate': '1997-11-12T00:00:00.000Z', + 'ShippedDate': '1997-11-17T00:00:00.000Z', + 'Freight': 11.08, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de lAbbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10740, + 'CustomerID': 'WHITC', + 'OrderDate': '1997-11-13T00:00:00.000Z', + 'ShippedDate': '1997-11-25T00:00:00.000Z', + 'Freight': 81.88, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10741, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-11-14T00:00:00.000Z', + 'ShippedDate': '1997-11-18T00:00:00.000Z', + 'Freight': 10.96, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10742, + 'CustomerID': 'BOTTM', + 'OrderDate': '1997-11-14T00:00:00.000Z', + 'ShippedDate': '1997-11-18T00:00:00.000Z', + 'Freight': 243.73, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10743, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-11-17T00:00:00.000Z', + 'ShippedDate': '1997-11-21T00:00:00.000Z', + 'Freight': 23.72, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10744, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-11-17T00:00:00.000Z', + 'ShippedDate': '1997-11-24T00:00:00.000Z', + 'Freight': 69.19, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10745, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-11-18T00:00:00.000Z', + 'ShippedDate': '1997-11-27T00:00:00.000Z', + 'Freight': 3.52, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10746, + 'CustomerID': 'CHOPS', + 'OrderDate': '1997-11-19T00:00:00.000Z', + 'ShippedDate': '1997-11-21T00:00:00.000Z', + 'Freight': 31.43, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10747, + 'CustomerID': 'PICCO', + 'OrderDate': '1997-11-19T00:00:00.000Z', + 'ShippedDate': '1997-11-26T00:00:00.000Z', + 'Freight': 117.33, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10748, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-11-20T00:00:00.000Z', + 'ShippedDate': '1997-11-28T00:00:00.000Z', + 'Freight': 232.55, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10749, + 'CustomerID': 'ISLAT', + 'OrderDate': '1997-11-20T00:00:00.000Z', + 'ShippedDate': '1997-12-19T00:00:00.000Z', + 'Freight': 61.53, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10750, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-11-21T00:00:00.000Z', + 'ShippedDate': '1997-11-24T00:00:00.000Z', + 'Freight': 79.3, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10751, + 'CustomerID': 'RICSU', + 'OrderDate': '1997-11-24T00:00:00.000Z', + 'ShippedDate': '1997-12-03T00:00:00.000Z', + 'Freight': 130.79, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10752, + 'CustomerID': 'NORTS', + 'OrderDate': '1997-11-24T00:00:00.000Z', + 'ShippedDate': '1997-11-28T00:00:00.000Z', + 'Freight': 1.39, + 'ShipName': 'North/South', + 'ShipAddress': 'South House 300 Queensbridge', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10753, + 'CustomerID': 'FRANS', + 'OrderDate': '1997-11-25T00:00:00.000Z', + 'ShippedDate': '1997-11-27T00:00:00.000Z', + 'Freight': 7.7, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10754, + 'CustomerID': 'MAGAA', + 'OrderDate': '1997-11-25T00:00:00.000Z', + 'ShippedDate': '1997-11-27T00:00:00.000Z', + 'Freight': 2.38, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10755, + 'CustomerID': 'BONAP', + 'OrderDate': '1997-11-26T00:00:00.000Z', + 'ShippedDate': '1997-11-28T00:00:00.000Z', + 'Freight': 16.71, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10756, + 'CustomerID': 'SPLIR', + 'OrderDate': '1997-11-27T00:00:00.000Z', + 'ShippedDate': '1997-12-02T00:00:00.000Z', + 'Freight': 73.21, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10757, + 'CustomerID': 'SAVEA', + 'OrderDate': '1997-11-27T00:00:00.000Z', + 'ShippedDate': '1997-12-15T00:00:00.000Z', + 'Freight': 8.19, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10758, + 'CustomerID': 'RICSU', + 'OrderDate': '1997-11-28T00:00:00.000Z', + 'ShippedDate': '1997-12-04T00:00:00.000Z', + 'Freight': 138.17, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10759, + 'CustomerID': 'ANATR', + 'OrderDate': '1997-11-28T00:00:00.000Z', + 'ShippedDate': '1997-12-12T00:00:00.000Z', + 'Freight': 11.99, + 'ShipName': 'Ana Trujillo Emparedados y helados', + 'ShipAddress': 'Avda. de la Constitución 2222', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10760, + 'CustomerID': 'MAISD', + 'OrderDate': '1997-12-01T00:00:00.000Z', + 'ShippedDate': '1997-12-10T00:00:00.000Z', + 'Freight': 155.64, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10761, + 'CustomerID': 'RATTC', + 'OrderDate': '1997-12-02T00:00:00.000Z', + 'ShippedDate': '1997-12-08T00:00:00.000Z', + 'Freight': 18.66, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10762, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-12-02T00:00:00.000Z', + 'ShippedDate': '1997-12-09T00:00:00.000Z', + 'Freight': 328.74, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10763, + 'CustomerID': 'FOLIG', + 'OrderDate': '1997-12-03T00:00:00.000Z', + 'ShippedDate': '1997-12-08T00:00:00.000Z', + 'Freight': 37.35, + 'ShipName': 'Folies gourmandes', + 'ShipAddress': '184, chaussée de Tournai', + 'ShipCity': 'Lille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10764, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-12-03T00:00:00.000Z', + 'ShippedDate': '1997-12-08T00:00:00.000Z', + 'Freight': 145.45, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10765, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-12-04T00:00:00.000Z', + 'ShippedDate': '1997-12-09T00:00:00.000Z', + 'Freight': 42.74, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10766, + 'CustomerID': 'OTTIK', + 'OrderDate': '1997-12-05T00:00:00.000Z', + 'ShippedDate': '1997-12-09T00:00:00.000Z', + 'Freight': 157.55, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10767, + 'CustomerID': 'SUPRD', + 'OrderDate': '1997-12-05T00:00:00.000Z', + 'ShippedDate': '1997-12-15T00:00:00.000Z', + 'Freight': 1.59, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10768, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-12-08T00:00:00.000Z', + 'ShippedDate': '1997-12-15T00:00:00.000Z', + 'Freight': 146.32, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10769, + 'CustomerID': 'VAFFE', + 'OrderDate': '1997-12-08T00:00:00.000Z', + 'ShippedDate': '1997-12-12T00:00:00.000Z', + 'Freight': 65.06, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10770, + 'CustomerID': 'HANAR', + 'OrderDate': '1997-12-09T00:00:00.000Z', + 'ShippedDate': '1997-12-17T00:00:00.000Z', + 'Freight': 5.32, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10771, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-12-10T00:00:00.000Z', + 'ShippedDate': '1998-01-02T00:00:00.000Z', + 'Freight': 11.19, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10772, + 'CustomerID': 'LEHMS', + 'OrderDate': '1997-12-10T00:00:00.000Z', + 'ShippedDate': '1997-12-19T00:00:00.000Z', + 'Freight': 91.28, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10773, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-12-11T00:00:00.000Z', + 'ShippedDate': '1997-12-16T00:00:00.000Z', + 'Freight': 96.43, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10774, + 'CustomerID': 'FOLKO', + 'OrderDate': '1997-12-11T00:00:00.000Z', + 'ShippedDate': '1997-12-12T00:00:00.000Z', + 'Freight': 48.2, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10775, + 'CustomerID': 'THECR', + 'OrderDate': '1997-12-12T00:00:00.000Z', + 'ShippedDate': '1997-12-26T00:00:00.000Z', + 'Freight': 20.25, + 'ShipName': 'The Cracker Box', + 'ShipAddress': '55 Grizzly Peak Rd.', + 'ShipCity': 'Butte', + 'ShipRegion': 'MT', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10776, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-12-15T00:00:00.000Z', + 'ShippedDate': '1997-12-18T00:00:00.000Z', + 'Freight': 351.53, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10777, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-12-15T00:00:00.000Z', + 'ShippedDate': '1998-01-21T00:00:00.000Z', + 'Freight': 3.01, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10778, + 'CustomerID': 'BERGS', + 'OrderDate': '1997-12-16T00:00:00.000Z', + 'ShippedDate': '1997-12-24T00:00:00.000Z', + 'Freight': 6.79, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10779, + 'CustomerID': 'MORGK', + 'OrderDate': '1997-12-16T00:00:00.000Z', + 'ShippedDate': '1998-01-14T00:00:00.000Z', + 'Freight': 58.13, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10780, + 'CustomerID': 'LILAS', + 'OrderDate': '1997-12-16T00:00:00.000Z', + 'ShippedDate': '1997-12-25T00:00:00.000Z', + 'Freight': 42.13, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10781, + 'CustomerID': 'WARTH', + 'OrderDate': '1997-12-17T00:00:00.000Z', + 'ShippedDate': '1997-12-19T00:00:00.000Z', + 'Freight': 73.16, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10782, + 'CustomerID': 'CACTU', + 'OrderDate': '1997-12-17T00:00:00.000Z', + 'ShippedDate': '1997-12-22T00:00:00.000Z', + 'Freight': 1.1, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10783, + 'CustomerID': 'HANAR', + 'OrderDate': '1997-12-18T00:00:00.000Z', + 'ShippedDate': '1997-12-19T00:00:00.000Z', + 'Freight': 124.98, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10784, + 'CustomerID': 'MAGAA', + 'OrderDate': '1997-12-18T00:00:00.000Z', + 'ShippedDate': '1997-12-22T00:00:00.000Z', + 'Freight': 70.09, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10785, + 'CustomerID': 'GROSR', + 'OrderDate': '1997-12-18T00:00:00.000Z', + 'ShippedDate': '1997-12-24T00:00:00.000Z', + 'Freight': 1.51, + 'ShipName': 'GROSELLA-Restaurante', + 'ShipAddress': '5ª Ave. Los Palos Grandes', + 'ShipCity': 'Caracas', + 'ShipRegion': 'DF', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10786, + 'CustomerID': 'QUEEN', + 'OrderDate': '1997-12-19T00:00:00.000Z', + 'ShippedDate': '1997-12-23T00:00:00.000Z', + 'Freight': 110.87, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10787, + 'CustomerID': 'LAMAI', + 'OrderDate': '1997-12-19T00:00:00.000Z', + 'ShippedDate': '1997-12-26T00:00:00.000Z', + 'Freight': 249.93, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10788, + 'CustomerID': 'QUICK', + 'OrderDate': '1997-12-22T00:00:00.000Z', + 'ShippedDate': '1998-01-19T00:00:00.000Z', + 'Freight': 42.7, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10789, + 'CustomerID': 'FOLIG', + 'OrderDate': '1997-12-22T00:00:00.000Z', + 'ShippedDate': '1997-12-31T00:00:00.000Z', + 'Freight': 100.6, + 'ShipName': 'Folies gourmandes', + 'ShipAddress': '184, chaussée de Tournai', + 'ShipCity': 'Lille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10790, + 'CustomerID': 'GOURL', + 'OrderDate': '1997-12-22T00:00:00.000Z', + 'ShippedDate': '1997-12-26T00:00:00.000Z', + 'Freight': 28.23, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10791, + 'CustomerID': 'FRANK', + 'OrderDate': '1997-12-23T00:00:00.000Z', + 'ShippedDate': '1998-01-01T00:00:00.000Z', + 'Freight': 16.85, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10792, + 'CustomerID': 'WOLZA', + 'OrderDate': '1997-12-23T00:00:00.000Z', + 'ShippedDate': '1997-12-31T00:00:00.000Z', + 'Freight': 23.79, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + + { + 'OrderID': 10793, + 'CustomerID': 'AROUT', + 'OrderDate': '1997-12-24T00:00:00.000Z', + 'ShippedDate': '1998-01-08T00:00:00.000Z', + 'Freight': 4.52, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10794, + 'CustomerID': 'QUEDE', + 'OrderDate': '1997-12-24T00:00:00.000Z', + 'ShippedDate': '1998-01-02T00:00:00.000Z', + 'Freight': 21.49, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10795, + 'CustomerID': 'ERNSH', + 'OrderDate': '1997-12-24T00:00:00.000Z', + 'ShippedDate': '1998-01-20T00:00:00.000Z', + 'Freight': 126.66, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10796, + 'CustomerID': 'HILAA', + 'OrderDate': '1997-12-25T00:00:00.000Z', + 'ShippedDate': '1998-01-14T00:00:00.000Z', + 'Freight': 26.52, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10797, + 'CustomerID': 'DRACD', + 'OrderDate': '1997-12-25T00:00:00.000Z', + 'ShippedDate': '1998-01-05T00:00:00.000Z', + 'Freight': 33.35, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10798, + 'CustomerID': 'ISLAT', + 'OrderDate': '1997-12-26T00:00:00.000Z', + 'ShippedDate': '1998-01-05T00:00:00.000Z', + 'Freight': 2.33, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10799, + 'CustomerID': 'KOENE', + 'OrderDate': '1997-12-26T00:00:00.000Z', + 'ShippedDate': '1998-01-05T00:00:00.000Z', + 'Freight': 30.76, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10800, + 'CustomerID': 'SEVES', + 'OrderDate': '1997-12-26T00:00:00.000Z', + 'ShippedDate': '1998-01-05T00:00:00.000Z', + 'Freight': 137.44, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10801, + 'CustomerID': 'BOLID', + 'OrderDate': '1997-12-29T00:00:00.000Z', + 'ShippedDate': '1997-12-31T00:00:00.000Z', + 'Freight': 97.09, + 'ShipName': 'Bólido Comidas preparadas', + 'ShipAddress': 'C/ Araquil, 67', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10802, + 'CustomerID': 'SIMOB', + 'OrderDate': '1997-12-29T00:00:00.000Z', + 'ShippedDate': '1998-01-02T00:00:00.000Z', + 'Freight': 257.26, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10803, + 'CustomerID': 'WELLI', + 'OrderDate': '1997-12-30T00:00:00.000Z', + 'ShippedDate': '1998-01-06T00:00:00.000Z', + 'Freight': 55.23, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10804, + 'CustomerID': 'SEVES', + 'OrderDate': '1997-12-30T00:00:00.000Z', + 'ShippedDate': '1998-01-07T00:00:00.000Z', + 'Freight': 27.33, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10805, + 'CustomerID': 'THEBI', + 'OrderDate': '1997-12-30T00:00:00.000Z', + 'ShippedDate': '1998-01-09T00:00:00.000Z', + 'Freight': 237.34, + 'ShipName': 'The Big Cheese', + 'ShipAddress': '89 Jefferson Way Suite 2', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10806, + 'CustomerID': 'VICTE', + 'OrderDate': '1997-12-31T00:00:00.000Z', + 'ShippedDate': '1998-01-05T00:00:00.000Z', + 'Freight': 22.11, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10807, + 'CustomerID': 'FRANS', + 'OrderDate': '1997-12-31T00:00:00.000Z', + 'ShippedDate': '1998-01-30T00:00:00.000Z', + 'Freight': 1.36, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10808, + 'CustomerID': 'OLDWO', + 'OrderDate': '1998-01-01T00:00:00.000Z', + 'ShippedDate': '1998-01-09T00:00:00.000Z', + 'Freight': 45.53, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10809, + 'CustomerID': 'WELLI', + 'OrderDate': '1998-01-01T00:00:00.000Z', + 'ShippedDate': '1998-01-07T00:00:00.000Z', + 'Freight': 4.87, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10810, + 'CustomerID': 'LAUGB', + 'OrderDate': '1998-01-01T00:00:00.000Z', + 'ShippedDate': '1998-01-07T00:00:00.000Z', + 'Freight': 4.33, + 'ShipName': 'Laughing Bacchus Wine Cellars', + 'ShipAddress': '2319 Elm St.', + 'ShipCity': 'Vancouver', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10811, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-01-02T00:00:00.000Z', + 'ShippedDate': '1998-01-08T00:00:00.000Z', + 'Freight': 31.22, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10812, + 'CustomerID': 'REGGC', + 'OrderDate': '1998-01-02T00:00:00.000Z', + 'ShippedDate': '1998-01-12T00:00:00.000Z', + 'Freight': 59.78, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10813, + 'CustomerID': 'RICAR', + 'OrderDate': '1998-01-05T00:00:00.000Z', + 'ShippedDate': '1998-01-09T00:00:00.000Z', + 'Freight': 47.38, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10814, + 'CustomerID': 'VICTE', + 'OrderDate': '1998-01-05T00:00:00.000Z', + 'ShippedDate': '1998-01-14T00:00:00.000Z', + 'Freight': 130.94, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10815, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-01-05T00:00:00.000Z', + 'ShippedDate': '1998-01-14T00:00:00.000Z', + 'Freight': 14.62, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10816, + 'CustomerID': 'GREAL', + 'OrderDate': '1998-01-06T00:00:00.000Z', + 'ShippedDate': '1998-02-04T00:00:00.000Z', + 'Freight': 719.78, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10817, + 'CustomerID': 'KOENE', + 'OrderDate': '1998-01-06T00:00:00.000Z', + 'ShippedDate': '1998-01-13T00:00:00.000Z', + 'Freight': 306.07, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10818, + 'CustomerID': 'MAGAA', + 'OrderDate': '1998-01-07T00:00:00.000Z', + 'ShippedDate': '1998-01-12T00:00:00.000Z', + 'Freight': 65.48, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10819, + 'CustomerID': 'CACTU', + 'OrderDate': '1998-01-07T00:00:00.000Z', + 'ShippedDate': '1998-01-16T00:00:00.000Z', + 'Freight': 19.76, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10820, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-01-07T00:00:00.000Z', + 'ShippedDate': '1998-01-13T00:00:00.000Z', + 'Freight': 37.52, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10821, + 'CustomerID': 'SPLIR', + 'OrderDate': '1998-01-08T00:00:00.000Z', + 'ShippedDate': '1998-01-15T00:00:00.000Z', + 'Freight': 36.68, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10822, + 'CustomerID': 'TRAIH', + 'OrderDate': '1998-01-08T00:00:00.000Z', + 'ShippedDate': '1998-01-16T00:00:00.000Z', + 'Freight': 7, + 'ShipName': 'Trail\' Head Gourmet Provisioners', + 'ShipAddress': '722 DaVinci Blvd.', + 'ShipCity': 'Kirkland', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10823, + 'CustomerID': 'LILAS', + 'OrderDate': '1998-01-09T00:00:00.000Z', + 'ShippedDate': '1998-01-13T00:00:00.000Z', + 'Freight': 163.97, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10824, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-01-09T00:00:00.000Z', + 'ShippedDate': '1998-01-30T00:00:00.000Z', + 'Freight': 1.23, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10825, + 'CustomerID': 'DRACD', + 'OrderDate': '1998-01-09T00:00:00.000Z', + 'ShippedDate': '1998-01-14T00:00:00.000Z', + 'Freight': 79.25, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10826, + 'CustomerID': 'BLONP', + 'OrderDate': '1998-01-12T00:00:00.000Z', + 'ShippedDate': '1998-02-06T00:00:00.000Z', + 'Freight': 7.09, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10827, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-01-12T00:00:00.000Z', + 'ShippedDate': '1998-02-06T00:00:00.000Z', + 'Freight': 63.54, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10828, + 'CustomerID': 'RANCH', + 'OrderDate': '1998-01-13T00:00:00.000Z', + 'ShippedDate': '1998-02-04T00:00:00.000Z', + 'Freight': 90.85, + 'ShipName': 'Rancho grande', + 'ShipAddress': 'Av. del Libertador 900', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10829, + 'CustomerID': 'ISLAT', + 'OrderDate': '1998-01-13T00:00:00.000Z', + 'ShippedDate': '1998-01-23T00:00:00.000Z', + 'Freight': 154.72, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10830, + 'CustomerID': 'TRADH', + 'OrderDate': '1998-01-13T00:00:00.000Z', + 'ShippedDate': '1998-01-21T00:00:00.000Z', + 'Freight': 81.83, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10831, + 'CustomerID': 'SANTG', + 'OrderDate': '1998-01-14T00:00:00.000Z', + 'ShippedDate': '1998-01-23T00:00:00.000Z', + 'Freight': 72.19, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + + { + 'OrderID': 10832, + 'CustomerID': 'LAMAI', + 'OrderDate': '1998-01-14T00:00:00.000Z', + 'ShippedDate': '1998-01-19T00:00:00.000Z', + 'Freight': 43.26, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10833, + 'CustomerID': 'OTTIK', + 'OrderDate': '1998-01-15T00:00:00.000Z', + 'ShippedDate': '1998-01-23T00:00:00.000Z', + 'Freight': 71.49, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10834, + 'CustomerID': 'TRADH', + 'OrderDate': '1998-01-15T00:00:00.000Z', + 'ShippedDate': '1998-01-19T00:00:00.000Z', + 'Freight': 29.78, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10835, + 'CustomerID': 'ALFKI', + 'OrderDate': '1998-01-15T00:00:00.000Z', + 'ShippedDate': '1998-01-21T00:00:00.000Z', + 'Freight': 69.53, + 'ShipName': 'Alfred\' Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10836, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-01-16T00:00:00.000Z', + 'ShippedDate': '1998-01-21T00:00:00.000Z', + 'Freight': 411.88, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10837, + 'CustomerID': 'BERGS', + 'OrderDate': '1998-01-16T00:00:00.000Z', + 'ShippedDate': '1998-01-23T00:00:00.000Z', + 'Freight': 13.32, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10838, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-01-19T00:00:00.000Z', + 'ShippedDate': '1998-01-23T00:00:00.000Z', + 'Freight': 59.28, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10839, + 'CustomerID': 'TRADH', + 'OrderDate': '1998-01-19T00:00:00.000Z', + 'ShippedDate': '1998-01-22T00:00:00.000Z', + 'Freight': 35.43, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10840, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-01-19T00:00:00.000Z', + 'ShippedDate': '1998-02-16T00:00:00.000Z', + 'Freight': 2.71, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10841, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-01-20T00:00:00.000Z', + 'ShippedDate': '1998-01-29T00:00:00.000Z', + 'Freight': 424.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10842, + 'CustomerID': 'TORTU', + 'OrderDate': '1998-01-20T00:00:00.000Z', + 'ShippedDate': '1998-01-29T00:00:00.000Z', + 'Freight': 54.42, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10843, + 'CustomerID': 'VICTE', + 'OrderDate': '1998-01-21T00:00:00.000Z', + 'ShippedDate': '1998-01-26T00:00:00.000Z', + 'Freight': 9.26, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10844, + 'CustomerID': 'PICCO', + 'OrderDate': '1998-01-21T00:00:00.000Z', + 'ShippedDate': '1998-01-26T00:00:00.000Z', + 'Freight': 25.22, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10845, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-01-21T00:00:00.000Z', + 'ShippedDate': '1998-01-30T00:00:00.000Z', + 'Freight': 212.98, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10846, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-01-22T00:00:00.000Z', + 'ShippedDate': '1998-01-23T00:00:00.000Z', + 'Freight': 56.46, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10847, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-01-22T00:00:00.000Z', + 'ShippedDate': '1998-02-10T00:00:00.000Z', + 'Freight': 487.57, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10848, + 'CustomerID': 'CONSH', + 'OrderDate': '1998-01-23T00:00:00.000Z', + 'ShippedDate': '1998-01-29T00:00:00.000Z', + 'Freight': 38.24, + 'ShipName': 'Consolidated Holdings', + 'ShipAddress': 'Berkeley Gardens 12 Brewery', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10849, + 'CustomerID': 'KOENE', + 'OrderDate': '1998-01-23T00:00:00.000Z', + 'ShippedDate': '1998-01-30T00:00:00.000Z', + 'Freight': 0.56, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10850, + 'CustomerID': 'VICTE', + 'OrderDate': '1998-01-23T00:00:00.000Z', + 'ShippedDate': '1998-01-30T00:00:00.000Z', + 'Freight': 49.19, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10851, + 'CustomerID': 'RICAR', + 'OrderDate': '1998-01-26T00:00:00.000Z', + 'ShippedDate': '1998-02-02T00:00:00.000Z', + 'Freight': 160.55, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10852, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-01-26T00:00:00.000Z', + 'ShippedDate': '1998-01-30T00:00:00.000Z', + 'Freight': 174.05, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10853, + 'CustomerID': 'BLAUS', + 'OrderDate': '1998-01-27T00:00:00.000Z', + 'ShippedDate': '1998-02-03T00:00:00.000Z', + 'Freight': 53.83, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10854, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-01-27T00:00:00.000Z', + 'ShippedDate': '1998-02-05T00:00:00.000Z', + 'Freight': 100.22, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10855, + 'CustomerID': 'OLDWO', + 'OrderDate': '1998-01-27T00:00:00.000Z', + 'ShippedDate': '1998-02-04T00:00:00.000Z', + 'Freight': 170.97, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10856, + 'CustomerID': 'ANTON', + 'OrderDate': '1998-01-28T00:00:00.000Z', + 'ShippedDate': '1998-02-10T00:00:00.000Z', + 'Freight': 58.43, + 'ShipName': 'Antonio Moreno Taquería', + 'ShipAddress': 'Mataderos 2312', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10857, + 'CustomerID': 'BERGS', + 'OrderDate': '1998-01-28T00:00:00.000Z', + 'ShippedDate': '1998-02-06T00:00:00.000Z', + 'Freight': 188.85, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10858, + 'CustomerID': 'LACOR', + 'OrderDate': '1998-01-29T00:00:00.000Z', + 'ShippedDate': '1998-02-03T00:00:00.000Z', + 'Freight': 52.51, + 'ShipName': 'La corne d\'abondance', + 'ShipAddress': '67, avenue de l\'Europe', + 'ShipCity': 'Versailles', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10859, + 'CustomerID': 'FRANK', + 'OrderDate': '1998-01-29T00:00:00.000Z', + 'ShippedDate': '1998-02-02T00:00:00.000Z', + 'Freight': 76.1, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10860, + 'CustomerID': 'FRANR', + 'OrderDate': '1998-01-29T00:00:00.000Z', + 'ShippedDate': '1998-02-04T00:00:00.000Z', + 'Freight': 19.26, + 'ShipName': 'France restauration', + 'ShipAddress': '54, rue Royale', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10861, + 'CustomerID': 'WHITC', + 'OrderDate': '1998-01-30T00:00:00.000Z', + 'ShippedDate': '1998-02-17T00:00:00.000Z', + 'Freight': 14.93, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10862, + 'CustomerID': 'LEHMS', + 'OrderDate': '1998-01-30T00:00:00.000Z', + 'ShippedDate': '1998-02-02T00:00:00.000Z', + 'Freight': 53.23, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10863, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-02-02T00:00:00.000Z', + 'ShippedDate': '1998-02-17T00:00:00.000Z', + 'Freight': 30.26, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10864, + 'CustomerID': 'AROUT', + 'OrderDate': '1998-02-02T00:00:00.000Z', + 'ShippedDate': '1998-02-09T00:00:00.000Z', + 'Freight': 3.04, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10865, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-02-02T00:00:00.000Z', + 'ShippedDate': '1998-02-12T00:00:00.000Z', + 'Freight': 348.14, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10866, + 'CustomerID': 'BERGS', + 'OrderDate': '1998-02-03T00:00:00.000Z', + 'ShippedDate': '1998-02-12T00:00:00.000Z', + 'Freight': 109.11, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10867, + 'CustomerID': 'LONEP', + 'OrderDate': '1998-02-03T00:00:00.000Z', + 'ShippedDate': '1998-02-11T00:00:00.000Z', + 'Freight': 1.93, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10868, + 'CustomerID': 'QUEEN', + 'OrderDate': '1998-02-04T00:00:00.000Z', + 'ShippedDate': '1998-02-23T00:00:00.000Z', + 'Freight': 191.27, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10869, + 'CustomerID': 'SEVES', + 'OrderDate': '1998-02-04T00:00:00.000Z', + 'ShippedDate': '1998-02-09T00:00:00.000Z', + 'Freight': 143.28, + 'ShipName': 'Seven Seas Imports', + 'ShipAddress': '90 Wadhurst Rd.', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10870, + 'CustomerID': 'WOLZA', + 'OrderDate': '1998-02-04T00:00:00.000Z', + 'ShippedDate': '1998-02-13T00:00:00.000Z', + 'Freight': 12.04, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + + { + 'OrderID': 10871, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-02-05T00:00:00.000Z', + 'ShippedDate': '1998-02-10T00:00:00.000Z', + 'Freight': 112.27, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10872, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-02-05T00:00:00.000Z', + 'ShippedDate': '1998-02-09T00:00:00.000Z', + 'Freight': 175.32, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10873, + 'CustomerID': 'WILMK', + 'OrderDate': '1998-02-06T00:00:00.000Z', + 'ShippedDate': '1998-02-09T00:00:00.000Z', + 'Freight': 0.82, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10874, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-02-06T00:00:00.000Z', + 'ShippedDate': '1998-02-11T00:00:00.000Z', + 'Freight': 19.58, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10875, + 'CustomerID': 'BERGS', + 'OrderDate': '1998-02-06T00:00:00.000Z', + 'ShippedDate': '1998-03-03T00:00:00.000Z', + 'Freight': 32.37, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10876, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-02-09T00:00:00.000Z', + 'ShippedDate': '1998-02-12T00:00:00.000Z', + 'Freight': 60.42, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10877, + 'CustomerID': 'RICAR', + 'OrderDate': '1998-02-09T00:00:00.000Z', + 'ShippedDate': '1998-02-19T00:00:00.000Z', + 'Freight': 38.06, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10878, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-02-10T00:00:00.000Z', + 'ShippedDate': '1998-02-12T00:00:00.000Z', + 'Freight': 46.69, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10879, + 'CustomerID': 'WILMK', + 'OrderDate': '1998-02-10T00:00:00.000Z', + 'ShippedDate': '1998-02-12T00:00:00.000Z', + 'Freight': 8.5, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10880, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-02-10T00:00:00.000Z', + 'ShippedDate': '1998-02-18T00:00:00.000Z', + 'Freight': 88.01, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10881, + 'CustomerID': 'CACTU', + 'OrderDate': '1998-02-11T00:00:00.000Z', + 'ShippedDate': '1998-02-18T00:00:00.000Z', + 'Freight': 2.84, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10882, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-02-11T00:00:00.000Z', + 'ShippedDate': '1998-02-20T00:00:00.000Z', + 'Freight': 23.1, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10883, + 'CustomerID': 'LONEP', + 'OrderDate': '1998-02-12T00:00:00.000Z', + 'ShippedDate': '1998-02-20T00:00:00.000Z', + 'Freight': 0.53, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10884, + 'CustomerID': 'LETSS', + 'OrderDate': '1998-02-12T00:00:00.000Z', + 'ShippedDate': '1998-02-13T00:00:00.000Z', + 'Freight': 90.97, + 'ShipName': 'Let\' Stop N Shop', + 'ShipAddress': '87 Polk St. Suite 5', + 'ShipCity': 'San Francisco', + 'ShipRegion': 'CA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10885, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-02-12T00:00:00.000Z', + 'ShippedDate': '1998-02-18T00:00:00.000Z', + 'Freight': 5.64, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10886, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-02-13T00:00:00.000Z', + 'ShippedDate': '1998-03-02T00:00:00.000Z', + 'Freight': 4.99, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10887, + 'CustomerID': 'GALED', + 'OrderDate': '1998-02-13T00:00:00.000Z', + 'ShippedDate': '1998-02-16T00:00:00.000Z', + 'Freight': 1.25, + 'ShipName': 'Galería del gastronómo', + 'ShipAddress': 'Rambla de Cataluña, 23', + 'ShipCity': 'Barcelona', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10888, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-02-16T00:00:00.000Z', + 'ShippedDate': '1998-02-23T00:00:00.000Z', + 'Freight': 51.87, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10889, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-02-16T00:00:00.000Z', + 'ShippedDate': '1998-02-23T00:00:00.000Z', + 'Freight': 280.61, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10890, + 'CustomerID': 'DUMON', + 'OrderDate': '1998-02-16T00:00:00.000Z', + 'ShippedDate': '1998-02-18T00:00:00.000Z', + 'Freight': 32.76, + 'ShipName': 'Du monde entier', + 'ShipAddress': '67, rue des Cinquante Otages', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10891, + 'CustomerID': 'LEHMS', + 'OrderDate': '1998-02-17T00:00:00.000Z', + 'ShippedDate': '1998-02-19T00:00:00.000Z', + 'Freight': 20.37, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10892, + 'CustomerID': 'MAISD', + 'OrderDate': '1998-02-17T00:00:00.000Z', + 'ShippedDate': '1998-02-19T00:00:00.000Z', + 'Freight': 120.27, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10893, + 'CustomerID': 'KOENE', + 'OrderDate': '1998-02-18T00:00:00.000Z', + 'ShippedDate': '1998-02-20T00:00:00.000Z', + 'Freight': 77.78, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10894, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-02-18T00:00:00.000Z', + 'ShippedDate': '1998-02-20T00:00:00.000Z', + 'Freight': 116.13, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10895, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-02-18T00:00:00.000Z', + 'ShippedDate': '1998-02-23T00:00:00.000Z', + 'Freight': 162.75, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10896, + 'CustomerID': 'MAISD', + 'OrderDate': '1998-02-19T00:00:00.000Z', + 'ShippedDate': '1998-02-27T00:00:00.000Z', + 'Freight': 32.45, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10897, + 'CustomerID': 'HUNGO', + 'OrderDate': '1998-02-19T00:00:00.000Z', + 'ShippedDate': '1998-02-25T00:00:00.000Z', + 'Freight': 603.54, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10898, + 'CustomerID': 'OCEAN', + 'OrderDate': '1998-02-20T00:00:00.000Z', + 'ShippedDate': '1998-03-06T00:00:00.000Z', + 'Freight': 1.27, + 'ShipName': 'Océano Atlántico Ltda.', + 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10899, + 'CustomerID': 'LILAS', + 'OrderDate': '1998-02-20T00:00:00.000Z', + 'ShippedDate': '1998-02-26T00:00:00.000Z', + 'Freight': 1.21, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10900, + 'CustomerID': 'WELLI', + 'OrderDate': '1998-02-20T00:00:00.000Z', + 'ShippedDate': '1998-03-04T00:00:00.000Z', + 'Freight': 1.66, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10901, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-02-23T00:00:00.000Z', + 'ShippedDate': '1998-02-26T00:00:00.000Z', + 'Freight': 62.09, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10902, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-02-23T00:00:00.000Z', + 'ShippedDate': '1998-03-03T00:00:00.000Z', + 'Freight': 44.15, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10903, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-02-24T00:00:00.000Z', + 'ShippedDate': '1998-03-04T00:00:00.000Z', + 'Freight': 36.71, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10904, + 'CustomerID': 'WHITC', + 'OrderDate': '1998-02-24T00:00:00.000Z', + 'ShippedDate': '1998-02-27T00:00:00.000Z', + 'Freight': 162.95, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10905, + 'CustomerID': 'WELLI', + 'OrderDate': '1998-02-24T00:00:00.000Z', + 'ShippedDate': '1998-03-06T00:00:00.000Z', + 'Freight': 13.72, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10906, + 'CustomerID': 'WOLZA', + 'OrderDate': '1998-02-25T00:00:00.000Z', + 'ShippedDate': '1998-03-03T00:00:00.000Z', + 'Freight': 26.29, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + + { + 'OrderID': 10907, + 'CustomerID': 'SPECD', + 'OrderDate': '1998-02-25T00:00:00.000Z', + 'ShippedDate': '1998-02-27T00:00:00.000Z', + 'Freight': 9.19, + 'ShipName': 'Spécialités du monde', + 'ShipAddress': '25, rue Lauriston', + 'ShipCity': 'Paris', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10908, + 'CustomerID': 'REGGC', + 'OrderDate': '1998-02-26T00:00:00.000Z', + 'ShippedDate': '1998-03-06T00:00:00.000Z', + 'Freight': 32.96, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10909, + 'CustomerID': 'SANTG', + 'OrderDate': '1998-02-26T00:00:00.000Z', + 'ShippedDate': '1998-03-10T00:00:00.000Z', + 'Freight': 53.05, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + + { + 'OrderID': 10910, + 'CustomerID': 'WILMK', + 'OrderDate': '1998-02-26T00:00:00.000Z', + 'ShippedDate': '1998-03-04T00:00:00.000Z', + 'Freight': 38.11, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 10911, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-02-26T00:00:00.000Z', + 'ShippedDate': '1998-03-05T00:00:00.000Z', + 'Freight': 38.19, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10912, + 'CustomerID': 'HUNGO', + 'OrderDate': '1998-02-26T00:00:00.000Z', + 'ShippedDate': '1998-03-18T00:00:00.000Z', + 'Freight': 580.91, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10913, + 'CustomerID': 'QUEEN', + 'OrderDate': '1998-02-26T00:00:00.000Z', + 'ShippedDate': '1998-03-04T00:00:00.000Z', + 'Freight': 33.05, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10914, + 'CustomerID': 'QUEEN', + 'OrderDate': '1998-02-27T00:00:00.000Z', + 'ShippedDate': '1998-03-02T00:00:00.000Z', + 'Freight': 21.19, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10915, + 'CustomerID': 'TORTU', + 'OrderDate': '1998-02-27T00:00:00.000Z', + 'ShippedDate': '1998-03-02T00:00:00.000Z', + 'Freight': 3.51, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10916, + 'CustomerID': 'RANCH', + 'OrderDate': '1998-02-27T00:00:00.000Z', + 'ShippedDate': '1998-03-09T00:00:00.000Z', + 'Freight': 63.77, + 'ShipName': 'Rancho grande', + 'ShipAddress': 'Av. del Libertador 900', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10917, + 'CustomerID': 'ROMEY', + 'OrderDate': '1998-03-02T00:00:00.000Z', + 'ShippedDate': '1998-03-11T00:00:00.000Z', + 'Freight': 8.29, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10918, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-03-02T00:00:00.000Z', + 'ShippedDate': '1998-03-11T00:00:00.000Z', + 'Freight': 48.83, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10919, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-03-02T00:00:00.000Z', + 'ShippedDate': '1998-03-04T00:00:00.000Z', + 'Freight': 19.8, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10920, + 'CustomerID': 'AROUT', + 'OrderDate': '1998-03-03T00:00:00.000Z', + 'ShippedDate': '1998-03-09T00:00:00.000Z', + 'Freight': 29.61, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10921, + 'CustomerID': 'VAFFE', + 'OrderDate': '1998-03-03T00:00:00.000Z', + 'ShippedDate': '1998-03-09T00:00:00.000Z', + 'Freight': 176.48, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10922, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-03-03T00:00:00.000Z', + 'ShippedDate': '1998-03-05T00:00:00.000Z', + 'Freight': 62.74, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10923, + 'CustomerID': 'LAMAI', + 'OrderDate': '1998-03-03T00:00:00.000Z', + 'ShippedDate': '1998-03-13T00:00:00.000Z', + 'Freight': 68.26, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10924, + 'CustomerID': 'BERGS', + 'OrderDate': '1998-03-04T00:00:00.000Z', + 'ShippedDate': '1998-04-08T00:00:00.000Z', + 'Freight': 151.52, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10925, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-03-04T00:00:00.000Z', + 'ShippedDate': '1998-03-13T00:00:00.000Z', + 'Freight': 2.27, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10926, + 'CustomerID': 'ANATR', + 'OrderDate': '1998-03-04T00:00:00.000Z', + 'ShippedDate': '1998-03-11T00:00:00.000Z', + 'Freight': 39.92, + 'ShipName': 'Ana Trujillo Emparedados y helados', + 'ShipAddress': 'Avda. de la Constitución 2222', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10927, + 'CustomerID': 'LACOR', + 'OrderDate': '1998-03-05T00:00:00.000Z', + 'ShippedDate': '1998-04-08T00:00:00.000Z', + 'Freight': 19.79, + 'ShipName': 'La corne d\'abondance', + 'ShipAddress': '67, avenue de l\'Europe', + 'ShipCity': 'Versailles', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10928, + 'CustomerID': 'GALED', + 'OrderDate': '1998-03-05T00:00:00.000Z', + 'ShippedDate': '1998-03-18T00:00:00.000Z', + 'Freight': 1.36, + 'ShipName': 'Galería del gastronómo', + 'ShipAddress': 'Rambla de Cataluña, 23', + 'ShipCity': 'Barcelona', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10929, + 'CustomerID': 'FRANK', + 'OrderDate': '1998-03-05T00:00:00.000Z', + 'ShippedDate': '1998-03-12T00:00:00.000Z', + 'Freight': 33.93, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10930, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-03-06T00:00:00.000Z', + 'ShippedDate': '1998-03-18T00:00:00.000Z', + 'Freight': 15.55, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10931, + 'CustomerID': 'RICSU', + 'OrderDate': '1998-03-06T00:00:00.000Z', + 'ShippedDate': '1998-03-19T00:00:00.000Z', + 'Freight': 13.6, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10932, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-03-06T00:00:00.000Z', + 'ShippedDate': '1998-03-24T00:00:00.000Z', + 'Freight': 134.64, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10933, + 'CustomerID': 'ISLAT', + 'OrderDate': '1998-03-06T00:00:00.000Z', + 'ShippedDate': '1998-03-16T00:00:00.000Z', + 'Freight': 54.15, + 'ShipName': 'Island Trading', + 'ShipAddress': 'Garden House Crowther Way', + 'ShipCity': 'Cowes', + 'ShipRegion': 'Isle of Wight', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10934, + 'CustomerID': 'LEHMS', + 'OrderDate': '1998-03-09T00:00:00.000Z', + 'ShippedDate': '1998-03-12T00:00:00.000Z', + 'Freight': 32.01, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10935, + 'CustomerID': 'WELLI', + 'OrderDate': '1998-03-09T00:00:00.000Z', + 'ShippedDate': '1998-03-18T00:00:00.000Z', + 'Freight': 47.59, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10936, + 'CustomerID': 'GREAL', + 'OrderDate': '1998-03-09T00:00:00.000Z', + 'ShippedDate': '1998-03-18T00:00:00.000Z', + 'Freight': 33.68, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10937, + 'CustomerID': 'CACTU', + 'OrderDate': '1998-03-10T00:00:00.000Z', + 'ShippedDate': '1998-03-13T00:00:00.000Z', + 'Freight': 31.51, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10938, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-03-10T00:00:00.000Z', + 'ShippedDate': '1998-03-16T00:00:00.000Z', + 'Freight': 31.89, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10939, + 'CustomerID': 'MAGAA', + 'OrderDate': '1998-03-10T00:00:00.000Z', + 'ShippedDate': '1998-03-13T00:00:00.000Z', + 'Freight': 76.33, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10940, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-03-11T00:00:00.000Z', + 'ShippedDate': '1998-03-23T00:00:00.000Z', + 'Freight': 19.77, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10941, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-03-11T00:00:00.000Z', + 'ShippedDate': '1998-03-20T00:00:00.000Z', + 'Freight': 400.81, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10942, + 'CustomerID': 'REGGC', + 'OrderDate': '1998-03-11T00:00:00.000Z', + 'ShippedDate': '1998-03-18T00:00:00.000Z', + 'Freight': 17.95, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10943, + 'CustomerID': 'BSBEV', + 'OrderDate': '1998-03-11T00:00:00.000Z', + 'ShippedDate': '1998-03-19T00:00:00.000Z', + 'Freight': 2.17, + 'ShipName': 'B\' Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10944, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-03-12T00:00:00.000Z', + 'ShippedDate': '1998-03-13T00:00:00.000Z', + 'Freight': 52.92, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10945, + 'CustomerID': 'MORGK', + 'OrderDate': '1998-03-12T00:00:00.000Z', + 'ShippedDate': '1998-03-18T00:00:00.000Z', + 'Freight': 10.22, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10946, + 'CustomerID': 'VAFFE', + 'OrderDate': '1998-03-12T00:00:00.000Z', + 'ShippedDate': '1998-03-19T00:00:00.000Z', + 'Freight': 27.2, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10947, + 'CustomerID': 'BSBEV', + 'OrderDate': '1998-03-13T00:00:00.000Z', + 'ShippedDate': '1998-03-16T00:00:00.000Z', + 'Freight': 3.26, + 'ShipName': 'B\' Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10948, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-03-13T00:00:00.000Z', + 'ShippedDate': '1998-03-19T00:00:00.000Z', + 'Freight': 23.39, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10949, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-03-13T00:00:00.000Z', + 'ShippedDate': '1998-03-17T00:00:00.000Z', + 'Freight': 74.44, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10950, + 'CustomerID': 'MAGAA', + 'OrderDate': '1998-03-16T00:00:00.000Z', + 'ShippedDate': '1998-03-23T00:00:00.000Z', + 'Freight': 2.5, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 10951, + 'CustomerID': 'RICSU', + 'OrderDate': '1998-03-16T00:00:00.000Z', + 'ShippedDate': '1998-04-07T00:00:00.000Z', + 'Freight': 30.85, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10952, + 'CustomerID': 'ALFKI', + 'OrderDate': '1998-03-16T00:00:00.000Z', + 'ShippedDate': '1998-03-24T00:00:00.000Z', + 'Freight': 40.42, + 'ShipName': 'Alfred\' Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10953, + 'CustomerID': 'AROUT', + 'OrderDate': '1998-03-16T00:00:00.000Z', + 'ShippedDate': '1998-03-25T00:00:00.000Z', + 'Freight': 23.72, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10954, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-03-17T00:00:00.000Z', + 'ShippedDate': '1998-03-20T00:00:00.000Z', + 'Freight': 27.91, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10955, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-03-17T00:00:00.000Z', + 'ShippedDate': '1998-03-20T00:00:00.000Z', + 'Freight': 3.26, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10956, + 'CustomerID': 'BLAUS', + 'OrderDate': '1998-03-17T00:00:00.000Z', + 'ShippedDate': '1998-03-20T00:00:00.000Z', + 'Freight': 44.65, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10957, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-03-18T00:00:00.000Z', + 'ShippedDate': '1998-03-27T00:00:00.000Z', + 'Freight': 105.36, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10958, + 'CustomerID': 'OCEAN', + 'OrderDate': '1998-03-18T00:00:00.000Z', + 'ShippedDate': '1998-03-27T00:00:00.000Z', + 'Freight': 49.56, + 'ShipName': 'Océano Atlántico Ltda.', + 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10959, + 'CustomerID': 'GOURL', + 'OrderDate': '1998-03-18T00:00:00.000Z', + 'ShippedDate': '1998-03-23T00:00:00.000Z', + 'Freight': 4.98, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10960, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-03-19T00:00:00.000Z', + 'ShippedDate': '1998-04-08T00:00:00.000Z', + 'Freight': 2.08, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10961, + 'CustomerID': 'QUEEN', + 'OrderDate': '1998-03-19T00:00:00.000Z', + 'ShippedDate': '1998-03-30T00:00:00.000Z', + 'Freight': 104.47, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10962, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-03-19T00:00:00.000Z', + 'ShippedDate': '1998-03-23T00:00:00.000Z', + 'Freight': 275.79, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10963, + 'CustomerID': 'FURIB', + 'OrderDate': '1998-03-19T00:00:00.000Z', + 'ShippedDate': '1998-03-26T00:00:00.000Z', + 'Freight': 2.7, + 'ShipName': 'Furia Bacalhau e Frutos do Mar', + 'ShipAddress': 'Jardim das rosas n. 32', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 10964, + 'CustomerID': 'SPECD', + 'OrderDate': '1998-03-20T00:00:00.000Z', + 'ShippedDate': '1998-03-24T00:00:00.000Z', + 'Freight': 87.38, + 'ShipName': 'Spécialités du monde', + 'ShipAddress': '25, rue Lauriston', + 'ShipCity': 'Paris', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10965, + 'CustomerID': 'OLDWO', + 'OrderDate': '1998-03-20T00:00:00.000Z', + 'ShippedDate': '1998-03-30T00:00:00.000Z', + 'Freight': 144.38, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10966, + 'CustomerID': 'CHOPS', + 'OrderDate': '1998-03-20T00:00:00.000Z', + 'ShippedDate': '1998-04-08T00:00:00.000Z', + 'Freight': 27.19, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 10967, + 'CustomerID': 'TOMSP', + 'OrderDate': '1998-03-23T00:00:00.000Z', + 'ShippedDate': '1998-04-02T00:00:00.000Z', + 'Freight': 62.22, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10968, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-03-23T00:00:00.000Z', + 'ShippedDate': '1998-04-01T00:00:00.000Z', + 'Freight': 74.6, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10969, + 'CustomerID': 'COMMI', + 'OrderDate': '1998-03-23T00:00:00.000Z', + 'ShippedDate': '1998-03-30T00:00:00.000Z', + 'Freight': 0.21, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10970, + 'CustomerID': 'BOLID', + 'OrderDate': '1998-03-24T00:00:00.000Z', + 'ShippedDate': '1998-04-24T00:00:00.000Z', + 'Freight': 16.16, + 'ShipName': 'Bólido Comidas preparadas', + 'ShipAddress': 'C/ Araquil, 67', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 10971, + 'CustomerID': 'FRANR', + 'OrderDate': '1998-03-24T00:00:00.000Z', + 'ShippedDate': '1998-04-02T00:00:00.000Z', + 'Freight': 121.82, + 'ShipName': 'France restauration', + 'ShipAddress': '54, rue Royale', + 'ShipCity': 'Nantes', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10972, + 'CustomerID': 'LACOR', + 'OrderDate': '1998-03-24T00:00:00.000Z', + 'ShippedDate': '1998-03-26T00:00:00.000Z', + 'Freight': 0.02, + 'ShipName': 'La corne d\'abondance', + 'ShipAddress': '67, avenue de l\'Europe', + 'ShipCity': 'Versailles', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10973, + 'CustomerID': 'LACOR', + 'OrderDate': '1998-03-24T00:00:00.000Z', + 'ShippedDate': '1998-03-27T00:00:00.000Z', + 'Freight': 15.17, + 'ShipName': 'La corne d\'abondance', + 'ShipAddress': '67, avenue de l\'Europe', + 'ShipCity': 'Versailles', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 10974, + 'CustomerID': 'SPLIR', + 'OrderDate': '1998-03-25T00:00:00.000Z', + 'ShippedDate': '1998-04-03T00:00:00.000Z', + 'Freight': 12.96, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10975, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-03-25T00:00:00.000Z', + 'ShippedDate': '1998-03-27T00:00:00.000Z', + 'Freight': 32.27, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10976, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-03-25T00:00:00.000Z', + 'ShippedDate': '1998-04-03T00:00:00.000Z', + 'Freight': 37.97, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10977, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-03-26T00:00:00.000Z', + 'ShippedDate': '1998-04-10T00:00:00.000Z', + 'Freight': 208.5, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10978, + 'CustomerID': 'MAISD', + 'OrderDate': '1998-03-26T00:00:00.000Z', + 'ShippedDate': '1998-04-23T00:00:00.000Z', + 'Freight': 32.82, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 10979, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-03-26T00:00:00.000Z', + 'ShippedDate': '1998-03-31T00:00:00.000Z', + 'Freight': 353.07, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10980, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-03-27T00:00:00.000Z', + 'ShippedDate': '1998-04-17T00:00:00.000Z', + 'Freight': 1.26, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10981, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-03-27T00:00:00.000Z', + 'ShippedDate': '1998-04-02T00:00:00.000Z', + 'Freight': 193.37, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10982, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-03-27T00:00:00.000Z', + 'ShippedDate': '1998-04-08T00:00:00.000Z', + 'Freight': 14.01, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 10983, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-03-27T00:00:00.000Z', + 'ShippedDate': '1998-04-06T00:00:00.000Z', + 'Freight': 657.54, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10984, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-03-30T00:00:00.000Z', + 'ShippedDate': '1998-04-03T00:00:00.000Z', + 'Freight': 211.22, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10985, + 'CustomerID': 'HUNGO', + 'OrderDate': '1998-03-30T00:00:00.000Z', + 'ShippedDate': '1998-04-02T00:00:00.000Z', + 'Freight': 91.51, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 10986, + 'CustomerID': 'OCEAN', + 'OrderDate': '1998-03-30T00:00:00.000Z', + 'ShippedDate': '1998-04-21T00:00:00.000Z', + 'Freight': 217.86, + 'ShipName': 'Océano Atlántico Ltda.', + 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 10987, + 'CustomerID': 'EASTC', + 'OrderDate': '1998-03-31T00:00:00.000Z', + 'ShippedDate': '1998-04-06T00:00:00.000Z', + 'Freight': 185.48, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 10988, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-03-31T00:00:00.000Z', + 'ShippedDate': '1998-04-10T00:00:00.000Z', + 'Freight': 61.14, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10989, + 'CustomerID': 'QUEDE', + 'OrderDate': '1998-03-31T00:00:00.000Z', + 'ShippedDate': '1998-04-02T00:00:00.000Z', + 'Freight': 34.76, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 10990, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-04-01T00:00:00.000Z', + 'ShippedDate': '1998-04-07T00:00:00.000Z', + 'Freight': 117.61, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 10991, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-04-01T00:00:00.000Z', + 'ShippedDate': '1998-04-07T00:00:00.000Z', + 'Freight': 38.51, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10992, + 'CustomerID': 'THEBI', + 'OrderDate': '1998-04-01T00:00:00.000Z', + 'ShippedDate': '1998-04-03T00:00:00.000Z', + 'Freight': 4.27, + 'ShipName': 'The Big Cheese', + 'ShipAddress': '89 Jefferson Way Suite 2', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 10993, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-04-01T00:00:00.000Z', + 'ShippedDate': '1998-04-10T00:00:00.000Z', + 'Freight': 8.81, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 10994, + 'CustomerID': 'VAFFE', + 'OrderDate': '1998-04-02T00:00:00.000Z', + 'ShippedDate': '1998-04-09T00:00:00.000Z', + 'Freight': 65.53, + 'ShipName': 'Vaffeljernet', + 'ShipAddress': 'Smagsloget 45', + 'ShipCity': 'Århus', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 10995, + 'CustomerID': 'PERIC', + 'OrderDate': '1998-04-02T00:00:00.000Z', + 'ShippedDate': '1998-04-06T00:00:00.000Z', + 'Freight': 46, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 10996, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-04-02T00:00:00.000Z', + 'ShippedDate': '1998-04-10T00:00:00.000Z', + 'Freight': 1.12, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 10997, + 'CustomerID': 'LILAS', + 'OrderDate': '1998-04-03T00:00:00.000Z', + 'ShippedDate': '1998-04-13T00:00:00.000Z', + 'Freight': 73.91, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 10998, + 'CustomerID': 'WOLZA', + 'OrderDate': '1998-04-03T00:00:00.000Z', + 'ShippedDate': '1998-04-17T00:00:00.000Z', + 'Freight': 20.31, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + + { + 'OrderID': 10999, + 'CustomerID': 'OTTIK', + 'OrderDate': '1998-04-03T00:00:00.000Z', + 'ShippedDate': '1998-04-10T00:00:00.000Z', + 'Freight': 96.35, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11000, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-04-06T00:00:00.000Z', + 'ShippedDate': '1998-04-14T00:00:00.000Z', + 'Freight': 55.12, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11001, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-04-06T00:00:00.000Z', + 'ShippedDate': '1998-04-14T00:00:00.000Z', + 'Freight': 197.3, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 11002, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-04-06T00:00:00.000Z', + 'ShippedDate': '1998-04-16T00:00:00.000Z', + 'Freight': 141.16, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11003, + 'CustomerID': 'THECR', + 'OrderDate': '1998-04-06T00:00:00.000Z', + 'ShippedDate': '1998-04-08T00:00:00.000Z', + 'Freight': 14.91, + 'ShipName': 'The Cracker Box', + 'ShipAddress': '55 Grizzly Peak Rd.', + 'ShipCity': 'Butte', + 'ShipRegion': 'MT', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11004, + 'CustomerID': 'MAISD', + 'OrderDate': '1998-04-07T00:00:00.000Z', + 'ShippedDate': '1998-04-20T00:00:00.000Z', + 'Freight': 44.84, + 'ShipName': 'Maison Dewey', + 'ShipAddress': 'Rue Joseph-Bens 532', + 'ShipCity': 'Bruxelles', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 11005, + 'CustomerID': 'WILMK', + 'OrderDate': '1998-04-07T00:00:00.000Z', + 'ShippedDate': '1998-04-10T00:00:00.000Z', + 'Freight': 0.75, + 'ShipName': 'Wilman Kala', + 'ShipAddress': 'Keskuskatu 45', + 'ShipCity': 'Helsinki', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 11006, + 'CustomerID': 'GREAL', + 'OrderDate': '1998-04-07T00:00:00.000Z', + 'ShippedDate': '1998-04-15T00:00:00.000Z', + 'Freight': 25.19, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11007, + 'CustomerID': 'PRINI', + 'OrderDate': '1998-04-08T00:00:00.000Z', + 'ShippedDate': '1998-04-13T00:00:00.000Z', + 'Freight': 202.24, + 'ShipName': 'Princesa Isabel Vinhos', + 'ShipAddress': 'Estrada da saúde n. 58', + 'ShipCity': 'Lisboa', + 'ShipRegion': null, + 'ShipCountry': 'Portugal' + }, + + { + 'OrderID': 11008, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-04-08T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 79.46, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 11009, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-04-08T00:00:00.000Z', + 'ShippedDate': '1998-04-10T00:00:00.000Z', + 'Freight': 59.11, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 11010, + 'CustomerID': 'REGGC', + 'OrderDate': '1998-04-09T00:00:00.000Z', + 'ShippedDate': '1998-04-21T00:00:00.000Z', + 'Freight': 28.71, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 11011, + 'CustomerID': 'ALFKI', + 'OrderDate': '1998-04-09T00:00:00.000Z', + 'ShippedDate': '1998-04-13T00:00:00.000Z', + 'Freight': 1.21, + 'ShipName': 'Alfred\' Futterkiste', + 'ShipAddress': 'Obere Str. 57', + 'ShipCity': 'Berlin', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11012, + 'CustomerID': 'FRANK', + 'OrderDate': '1998-04-09T00:00:00.000Z', + 'ShippedDate': '1998-04-17T00:00:00.000Z', + 'Freight': 242.95, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11013, + 'CustomerID': 'ROMEY', + 'OrderDate': '1998-04-09T00:00:00.000Z', + 'ShippedDate': '1998-04-10T00:00:00.000Z', + 'Freight': 32.99, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 11014, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-04-10T00:00:00.000Z', + 'ShippedDate': '1998-04-15T00:00:00.000Z', + 'Freight': 23.6, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 11015, + 'CustomerID': 'SANTG', + 'OrderDate': '1998-04-10T00:00:00.000Z', + 'ShippedDate': '1998-04-20T00:00:00.000Z', + 'Freight': 4.62, + 'ShipName': 'Santé Gourmet', + 'ShipAddress': 'Erling Skakkes gate 78', + 'ShipCity': 'Stavern', + 'ShipRegion': null, + 'ShipCountry': 'Norway' + }, + + { + 'OrderID': 11016, + 'CustomerID': 'AROUT', + 'OrderDate': '1998-04-10T00:00:00.000Z', + 'ShippedDate': '1998-04-13T00:00:00.000Z', + 'Freight': 33.8, + 'ShipName': 'Around the Horn', + 'ShipAddress': 'Brook Farm Stratford St. Mary', + 'ShipCity': 'Colchester', + 'ShipRegion': 'Essex', + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 11017, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-04-13T00:00:00.000Z', + 'ShippedDate': '1998-04-20T00:00:00.000Z', + 'Freight': 754.26, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 11018, + 'CustomerID': 'LONEP', + 'OrderDate': '1998-04-13T00:00:00.000Z', + 'ShippedDate': '1998-04-16T00:00:00.000Z', + 'Freight': 11.65, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11019, + 'CustomerID': 'RANCH', + 'OrderDate': '1998-04-13T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 3.17, + 'ShipName': 'Rancho grande', + 'ShipAddress': 'Av. del Libertador 900', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 11020, + 'CustomerID': 'OTTIK', + 'OrderDate': '1998-04-14T00:00:00.000Z', + 'ShippedDate': '1998-04-16T00:00:00.000Z', + 'Freight': 43.3, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11021, + 'CustomerID': 'QUICK', + 'OrderDate': '1998-04-14T00:00:00.000Z', + 'ShippedDate': '1998-04-21T00:00:00.000Z', + 'Freight': 297.18, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11022, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-04-14T00:00:00.000Z', + 'ShippedDate': '1998-05-04T00:00:00.000Z', + 'Freight': 6.27, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 11023, + 'CustomerID': 'BSBEV', + 'OrderDate': '1998-04-14T00:00:00.000Z', + 'ShippedDate': '1998-04-24T00:00:00.000Z', + 'Freight': 123.83, + 'ShipName': 'B\' Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 11024, + 'CustomerID': 'EASTC', + 'OrderDate': '1998-04-15T00:00:00.000Z', + 'ShippedDate': '1998-04-20T00:00:00.000Z', + 'Freight': 74.36, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 11025, + 'CustomerID': 'WARTH', + 'OrderDate': '1998-04-15T00:00:00.000Z', + 'ShippedDate': '1998-04-24T00:00:00.000Z', + 'Freight': 29.17, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + + { + 'OrderID': 11026, + 'CustomerID': 'FRANS', + 'OrderDate': '1998-04-15T00:00:00.000Z', + 'ShippedDate': '1998-04-28T00:00:00.000Z', + 'Freight': 47.09, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 11027, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-04-16T00:00:00.000Z', + 'ShippedDate': '1998-04-20T00:00:00.000Z', + 'Freight': 52.52, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 11028, + 'CustomerID': 'KOENE', + 'OrderDate': '1998-04-16T00:00:00.000Z', + 'ShippedDate': '1998-04-22T00:00:00.000Z', + 'Freight': 29.59, + 'ShipName': 'Königlich Essen', + 'ShipAddress': 'Maubelstr. 90', + 'ShipCity': 'Brandenburg', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11029, + 'CustomerID': 'CHOPS', + 'OrderDate': '1998-04-16T00:00:00.000Z', + 'ShippedDate': '1998-04-27T00:00:00.000Z', + 'Freight': 47.84, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 11030, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-04-17T00:00:00.000Z', + 'ShippedDate': '1998-04-27T00:00:00.000Z', + 'Freight': 830.75, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11031, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-04-17T00:00:00.000Z', + 'ShippedDate': '1998-04-24T00:00:00.000Z', + 'Freight': 227.22, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11032, + 'CustomerID': 'WHITC', + 'OrderDate': '1998-04-17T00:00:00.000Z', + 'ShippedDate': '1998-04-23T00:00:00.000Z', + 'Freight': 606.19, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11033, + 'CustomerID': 'RICSU', + 'OrderDate': '1998-04-17T00:00:00.000Z', + 'ShippedDate': '1998-04-23T00:00:00.000Z', + 'Freight': 84.74, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 11034, + 'CustomerID': 'OLDWO', + 'OrderDate': '1998-04-20T00:00:00.000Z', + 'ShippedDate': '1998-04-27T00:00:00.000Z', + 'Freight': 40.32, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11035, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-04-20T00:00:00.000Z', + 'ShippedDate': '1998-04-24T00:00:00.000Z', + 'Freight': 0.17, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 11036, + 'CustomerID': 'DRACD', + 'OrderDate': '1998-04-20T00:00:00.000Z', + 'ShippedDate': '1998-04-22T00:00:00.000Z', + 'Freight': 149.47, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11037, + 'CustomerID': 'GODOS', + 'OrderDate': '1998-04-21T00:00:00.000Z', + 'ShippedDate': '1998-04-27T00:00:00.000Z', + 'Freight': 3.2, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + + { + 'OrderID': 11038, + 'CustomerID': 'SUPRD', + 'OrderDate': '1998-04-21T00:00:00.000Z', + 'ShippedDate': '1998-04-30T00:00:00.000Z', + 'Freight': 29.59, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + + { + 'OrderID': 11039, + 'CustomerID': 'LINOD', + 'OrderDate': '1998-04-21T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 65, + 'ShipName': 'LINO-Delicateses', + 'ShipAddress': 'Ave. 5 de Mayo Porlamar', + 'ShipCity': 'I. de Margarita', + 'ShipRegion': 'Nueva Esparta', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 11040, + 'CustomerID': 'GREAL', + 'OrderDate': '1998-04-22T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 18.84, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11041, + 'CustomerID': 'CHOPS', + 'OrderDate': '1998-04-22T00:00:00.000Z', + 'ShippedDate': '1998-04-28T00:00:00.000Z', + 'Freight': 48.22, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 11042, + 'CustomerID': 'COMMI', + 'OrderDate': '1998-04-22T00:00:00.000Z', + 'ShippedDate': '1998-05-01T00:00:00.000Z', + 'Freight': 29.99, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 11043, + 'CustomerID': 'SPECD', + 'OrderDate': '1998-04-22T00:00:00.000Z', + 'ShippedDate': '1998-04-29T00:00:00.000Z', + 'Freight': 8.8, + 'ShipName': 'Spécialités du monde', + 'ShipAddress': '25, rue Lauriston', + 'ShipCity': 'Paris', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 11044, + 'CustomerID': 'WOLZA', + 'OrderDate': '1998-04-23T00:00:00.000Z', + 'ShippedDate': '1998-05-01T00:00:00.000Z', + 'Freight': 8.72, + 'ShipName': 'Wolski Zajazd', + 'ShipAddress': 'ul. Filtrowa 68', + 'ShipCity': 'Warszawa', + 'ShipRegion': null, + 'ShipCountry': 'Poland' + }, + + { + 'OrderID': 11045, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-04-23T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 70.58, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 11046, + 'CustomerID': 'WANDK', + 'OrderDate': '1998-04-23T00:00:00.000Z', + 'ShippedDate': '1998-04-24T00:00:00.000Z', + 'Freight': 71.64, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11047, + 'CustomerID': 'EASTC', + 'OrderDate': '1998-04-24T00:00:00.000Z', + 'ShippedDate': '1998-05-01T00:00:00.000Z', + 'Freight': 46.62, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 11048, + 'CustomerID': 'BOTTM', + 'OrderDate': '1998-04-24T00:00:00.000Z', + 'ShippedDate': '1998-04-30T00:00:00.000Z', + 'Freight': 24.12, + 'ShipName': 'Bottom-Dollar Markets', + 'ShipAddress': '23 Tsawassen Blvd.', + 'ShipCity': 'Tsawassen', + 'ShipRegion': 'BC', + 'ShipCountry': 'Canada' + }, + + { + 'OrderID': 11049, + 'CustomerID': 'GOURL', + 'OrderDate': '1998-04-24T00:00:00.000Z', + 'ShippedDate': '1998-05-04T00:00:00.000Z', + 'Freight': 8.34, + 'ShipName': 'Gourmet Lanchonetes', + 'ShipAddress': 'Av. Brasil, 442', + 'ShipCity': 'Campinas', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 11050, + 'CustomerID': 'FOLKO', + 'OrderDate': '1998-04-27T00:00:00.000Z', + 'ShippedDate': '1998-05-05T00:00:00.000Z', + 'Freight': 59.41, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + + { + 'OrderID': 11051, + 'CustomerID': 'LAMAI', + 'OrderDate': '1998-04-27T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 2.79, + 'ShipName': 'La maison d\'Asie', + 'ShipAddress': '1 rue Alsace-Lorraine', + 'ShipCity': 'Toulouse', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 11052, + 'CustomerID': 'HANAR', + 'OrderDate': '1998-04-27T00:00:00.000Z', + 'ShippedDate': '1998-05-01T00:00:00.000Z', + 'Freight': 67.26, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 11053, + 'CustomerID': 'PICCO', + 'OrderDate': '1998-04-27T00:00:00.000Z', + 'ShippedDate': '1998-04-29T00:00:00.000Z', + 'Freight': 53.05, + 'ShipName': 'Piccolo und mehr', + 'ShipAddress': 'Geislweg 14', + 'ShipCity': 'Salzburg', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 11054, + 'CustomerID': 'CACTU', + 'OrderDate': '1998-04-28T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 0.33, + 'ShipName': 'Cactus Comidas para llevar', + 'ShipAddress': 'Cerrito 333', + 'ShipCity': 'Buenos Aires', + 'ShipRegion': null, + 'ShipCountry': 'Argentina' + }, + + { + 'OrderID': 11055, + 'CustomerID': 'HILAA', + 'OrderDate': '1998-04-28T00:00:00.000Z', + 'ShippedDate': '1998-05-05T00:00:00.000Z', + 'Freight': 120.92, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 11056, + 'CustomerID': 'EASTC', + 'OrderDate': '1998-04-28T00:00:00.000Z', + 'ShippedDate': '1998-05-01T00:00:00.000Z', + 'Freight': 278.96, + 'ShipName': 'Eastern Connection', + 'ShipAddress': '35 King George', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 11057, + 'CustomerID': 'NORTS', + 'OrderDate': '1998-04-29T00:00:00.000Z', + 'ShippedDate': '1998-05-01T00:00:00.000Z', + 'Freight': 4.13, + 'ShipName': 'North/South', + 'ShipAddress': 'South House 300 Queensbridge', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + + { + 'OrderID': 11058, + 'CustomerID': 'BLAUS', + 'OrderDate': '1998-04-29T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 31.14, + 'ShipName': 'Blauer See Delikatessen', + 'ShipAddress': 'Forsterstr. 57', + 'ShipCity': 'Mannheim', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11059, + 'CustomerID': 'RICAR', + 'OrderDate': '1998-04-29T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 85.8, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 11060, + 'CustomerID': 'FRANS', + 'OrderDate': '1998-04-30T00:00:00.000Z', + 'ShippedDate': '1998-05-04T00:00:00.000Z', + 'Freight': 10.98, + 'ShipName': 'Franchi S.p.A.', + 'ShipAddress': 'Via Monte Bianco 34', + 'ShipCity': 'Torino', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 11061, + 'CustomerID': 'GREAL', + 'OrderDate': '1998-04-30T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 14.01, + 'ShipName': 'Great Lakes Food Market', + 'ShipAddress': '2732 Baker Blvd.', + 'ShipCity': 'Eugene', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11062, + 'CustomerID': 'REGGC', + 'OrderDate': '1998-04-30T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 29.93, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + + { + 'OrderID': 11063, + 'CustomerID': 'HUNGO', + 'OrderDate': '1998-04-30T00:00:00.000Z', + 'ShippedDate': '1998-05-06T00:00:00.000Z', + 'Freight': 81.73, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + + { + 'OrderID': 11064, + 'CustomerID': 'SAVEA', + 'OrderDate': '1998-05-01T00:00:00.000Z', + 'ShippedDate': '1998-05-04T00:00:00.000Z', + 'Freight': 30.09, + 'ShipName': 'Save-a-lot Markets', + 'ShipAddress': '187 Suffolk Ln.', + 'ShipCity': 'Boise', + 'ShipRegion': 'ID', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11065, + 'CustomerID': 'LILAS', + 'OrderDate': '1998-05-01T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 12.91, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 11066, + 'CustomerID': 'WHITC', + 'OrderDate': '1998-05-01T00:00:00.000Z', + 'ShippedDate': '1998-05-04T00:00:00.000Z', + 'Freight': 44.72, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + + { + 'OrderID': 11067, + 'CustomerID': 'DRACD', + 'OrderDate': '1998-05-04T00:00:00.000Z', + 'ShippedDate': '1998-05-06T00:00:00.000Z', + 'Freight': 7.98, + 'ShipName': 'Drachenblut Delikatessen', + 'ShipAddress': 'Walserweg 21', + 'ShipCity': 'Aachen', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11068, + 'CustomerID': 'QUEEN', + 'OrderDate': '1998-05-04T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 81.75, + 'ShipName': 'Queen Cozinha', + 'ShipAddress': 'Alameda dos Canàrios, 891', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + + { + 'OrderID': 11069, + 'CustomerID': 'TORTU', + 'OrderDate': '1998-05-04T00:00:00.000Z', + 'ShippedDate': '1998-05-06T00:00:00.000Z', + 'Freight': 15.67, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 11070, + 'CustomerID': 'LEHMS', + 'OrderDate': '1998-05-05T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 136, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + + { + 'OrderID': 11071, + 'CustomerID': 'LILAS', + 'OrderDate': '1998-05-05T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 0.93, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + + { + 'OrderID': 11072, + 'CustomerID': 'ERNSH', + 'OrderDate': '1998-05-05T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 258.64, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + + { + 'OrderID': 11073, + 'CustomerID': 'PERIC', + 'OrderDate': '1998-05-05T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 24.95, + 'ShipName': 'Pericles Comidas clásicas', + 'ShipAddress': 'Calle Dr. Jorge Cash 321', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + + { + 'OrderID': 11074, + 'CustomerID': 'SIMOB', + 'OrderDate': '1998-05-06T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 18.44, + 'ShipName': 'Simons bistro', + 'ShipAddress': 'Vinbæltet 34', + 'ShipCity': 'Kobenhavn', + 'ShipRegion': null, + 'ShipCountry': 'Denmark' + }, + + { + 'OrderID': 11075, + 'CustomerID': 'RICSU', + 'OrderDate': '1998-05-06T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 6.19, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + + { + 'OrderID': 11076, + 'CustomerID': 'BONAP', + 'OrderDate': '1998-05-06T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 38.28, + 'ShipName': 'Bon app', + 'ShipAddress': '12, rue des Bouchers', + 'ShipCity': 'Marseille', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + + { + 'OrderID': 11077, + 'CustomerID': 'RATTC', + 'OrderDate': '1998-05-06T00:00:00.000Z', + 'ShippedDate': null, + 'Freight': 8.53, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + } +]); + +export const orderData: Object[] = JSON.parse(stringData, (field: any, value: any) => { + let dupValue: any = value; + if (typeof value === 'string' && /^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(value)) { + let arr: any = dupValue.split(/[^0-9]/); + let arg: any = parseInt(arr[4], 10); + let arg1: any = parseInt(arr[5], 10); + + value = new Date(parseInt(arr[0], 10), parseInt(arr[1], 10) - 1, parseInt(arr[2], 10), parseInt(arr[3], 10), arg, arg1); + } + return value; +}); + +export const categoryData: Object[] = [ + { + 'CategoryName': 'Beverages', + 'ProductName': 'Chai', + 'QuantityPerUnit': '10 boxes x 20 bags', + 'UnitsInStock': 39, + 'Discontinued': true + }, + + { + 'CategoryName': 'Beverages', + 'ProductName': 'Chang', + 'QuantityPerUnit': '24 - 12 oz bottles', + 'UnitsInStock': 17, + 'Discontinued': true + }, + + { + 'CategoryName': 'Beverages', + 'ProductName': 'Chartreuse verte', + 'QuantityPerUnit': '750 cc per bottle', + 'UnitsInStock': 69, + 'Discontinued': true + }, + + { + 'CategoryName': 'Beverages', + 'ProductName': 'C\u00f4te de Blaye', + 'QuantityPerUnit': '12 - 75 cl bottles', + 'UnitsInStock': 17, + 'Discontinued': false + }, + + { + 'CategoryName': 'Beverages', + 'ProductName': 'Ipoh Coffee', + 'QuantityPerUnit': '16 - 500 g tins', + 'UnitsInStock': 17, + 'Discontinued': true + }, + + { + 'CategoryName': 'Beverages', + 'ProductName': 'Lakkalik\u00f6\u00f6ri', + 'QuantityPerUnit': '500 ml', + 'UnitsInStock': 57, + 'Discontinued': true + }, + + { + 'CategoryName': 'Beverages', + 'ProductName': 'Laughing Lumberjack Lager', + 'QuantityPerUnit': '24 - 12 oz bottles', + 'UnitsInStock': 52, + 'Discontinued': false + }, + + { + 'CategoryName': 'Beverages', + 'ProductName': 'Outback Lager', + 'QuantityPerUnit': '24 - 355 ml bottles', + 'UnitsInStock': 15, + 'Discontinued': false + }, + + { + 'CategoryName': 'Beverages', + 'ProductName': 'Rh\u00f6nbr\u00e4u Klosterbier', + 'QuantityPerUnit': '24 - 0.5 l bottles', + 'UnitsInStock': 125, + 'Discontinued': false + }, + + { + 'CategoryName': 'Beverages', + 'ProductName': 'Sasquatch Ale', + 'QuantityPerUnit': '24 - 12 oz bottles', + 'UnitsInStock': 111, + 'Discontinued': true + }, + + { + 'CategoryName': 'Beverages', + 'ProductName': 'Steeleye Stout', + 'QuantityPerUnit': '24 - 12 oz bottles', + 'UnitsInStock': 20, + 'Discontinued': true + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Aniseed Syrup', + 'QuantityPerUnit': '12 - 550 ml bottles', + 'UnitsInStock': 13, + 'Discontinued': true + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Chef Anton\'s Cajun Seasoning', + 'QuantityPerUnit': '48 - 6 oz jars', + 'UnitsInStock': 53, + 'Discontinued': false + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Genen Shouyu', + 'QuantityPerUnit': '24 - 250 ml bottles', + 'UnitsInStock': 39, + 'Discontinued': false + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Grandma\'s Boysenberry Spread', + 'QuantityPerUnit': '12 - 8 oz jars', + 'UnitsInStock': 120, + 'Discontinued': false + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Gula Malacca', + 'QuantityPerUnit': '20 - 2 kg bags', + 'UnitsInStock': 27, + 'Discontinued': true + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Louisiana Fiery Hot Pepper Sauce', + 'QuantityPerUnit': '32 - 8 oz bottles', + 'UnitsInStock': 76, + 'Discontinued': false + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Louisiana Hot Spiced Okra', + 'QuantityPerUnit': '24 - 8 oz jars', + 'UnitsInStock': 4, + 'Discontinued': false + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Northwoods Cranberry Sauce', + 'QuantityPerUnit': '12 - 12 oz jars', + 'UnitsInStock': 6, + 'Discontinued': true + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Original Frankfurter gr\u00fcne So\u00dfe', + 'QuantityPerUnit': '12 boxes', + 'UnitsInStock': 32, + 'Discontinued': false + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Sirop d\'\u00e9rable', + 'QuantityPerUnit': '24 - 500 ml bottles', + 'UnitsInStock': 113, + 'Discontinued': false + }, + + { + 'CategoryName': 'Condiments', + 'ProductName': 'Vegie-spread', + 'QuantityPerUnit': '15 - 625 g jars', + 'UnitsInStock': 24, + 'Discontinued': false + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Chocolade', + 'QuantityPerUnit': '10 pkgs.', + 'UnitsInStock': 15, + 'Discontinued': true + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Gumb\u00e4r Gummib\u00e4rchen', + 'QuantityPerUnit': '100 - 250 g bags', + 'UnitsInStock': 15, + 'Discontinued': false + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Maxilaku', + 'QuantityPerUnit': '24 - 50 g pkgs.', + 'UnitsInStock': 10, + 'Discontinued': false + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'NuNuCa Nu\u00df-Nougat-Creme', + 'QuantityPerUnit': '20 - 450 g glasses', + 'UnitsInStock': 76, + 'Discontinued': true + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Pavlova', + 'QuantityPerUnit': '32 - 500 g boxes', + 'UnitsInStock': 29, + 'Discontinued': true + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Schoggi Schokolade', + 'QuantityPerUnit': '100 - 100 g pieces', + 'UnitsInStock': 49, + 'Discontinued': true + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Scottish Longbreads', + 'QuantityPerUnit': '10 boxes x 8 pieces', + 'UnitsInStock': 6, + 'Discontinued': true + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Sir Rodney\'s Marmalade', + 'QuantityPerUnit': '30 gift boxes', + 'UnitsInStock': 40, + 'Discontinued': true + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Sir Rodney\'s Scones', + 'QuantityPerUnit': '24 pkgs. x 4 pieces', + 'UnitsInStock': 3, + 'Discontinued': true + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Tarte au sucre', + 'QuantityPerUnit': '48 pies', + 'UnitsInStock': 17, + 'Discontinued': false + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Teatime Chocolate Biscuits', + 'QuantityPerUnit': '10 boxes x 12 pieces', + 'UnitsInStock': 25, + 'Discontinued': false + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Valkoinen suklaa', + 'QuantityPerUnit': '12 - 100 g bars', + 'UnitsInStock': 65, + 'Discontinued': false + }, + + { + 'CategoryName': 'Confections', + 'ProductName': 'Zaanse koeken', + 'QuantityPerUnit': '10 - 4 oz boxes', + 'UnitsInStock': 36, + 'Discontinued': true + }, + + { + 'CategoryName': 'Dairy Products', + 'ProductName': 'Camembert Pierrot', + 'QuantityPerUnit': '15 - 300 g rounds', + 'UnitsInStock': 19, + 'Discontinued': false + }, + + { + 'CategoryName': 'Dairy Products', + 'ProductName': 'Flotemysost', + 'QuantityPerUnit': '10 - 500 g pkgs.', + 'UnitsInStock': 26, + 'Discontinued': false + }, + + { + 'CategoryName': 'Dairy Products', + 'ProductName': 'Geitost', + 'QuantityPerUnit': '500 g', + 'UnitsInStock': 112, + 'Discontinued': false + }, + + { + 'CategoryName': 'Dairy Products', + 'ProductName': 'Gorgonzola Telino', + 'QuantityPerUnit': '12 - 100 g pkgs', + 'UnitsInStock': 0, + 'Discontinued': true + }, + + { + 'CategoryName': 'Dairy Products', + 'ProductName': 'Gudbrandsdalsost', + 'QuantityPerUnit': '10 kg pkg.', + 'UnitsInStock': 26, + 'Discontinued': true + }, + + { + 'CategoryName': 'Dairy Products', + 'ProductName': 'Mascarpone Fabioli', + 'QuantityPerUnit': '24 - 200 g pkgs.', + 'UnitsInStock': 9, + 'Discontinued': true + }, + + { + 'CategoryName': 'Dairy Products', + 'ProductName': 'Mozzarella di Giovanni', + 'QuantityPerUnit': '24 - 200 g pkgs.', + 'UnitsInStock': 14, + 'Discontinued': true + }, + + { + 'CategoryName': 'Dairy Products', + 'ProductName': 'Queso Cabrales', + 'QuantityPerUnit': '1 kg pkg.', + 'UnitsInStock': 22, + 'Discontinued': true + }, + + { + 'CategoryName': 'Dairy Products', + 'ProductName': 'Queso Manchego La Pastora', + 'QuantityPerUnit': '10 - 500 g pkgs.', + 'UnitsInStock': 86, + 'Discontinued': true + }, + + { + 'CategoryName': 'Dairy Products', + 'ProductName': 'Raclette Courdavault', + 'QuantityPerUnit': '5 kg pkg.', + 'UnitsInStock': 79, + 'Discontinued': false + }, + + { + 'CategoryName': 'Grains/Cereals', + 'ProductName': 'Filo Mix', + 'QuantityPerUnit': '16 - 2 kg boxes', + 'UnitsInStock': 38, + 'Discontinued': false + }, + + { + 'CategoryName': 'Grains/Cereals', + 'ProductName': 'Gnocchi di nonna Alice', + 'QuantityPerUnit': '24 - 250 g pkgs.', + 'UnitsInStock': 21, + 'Discontinued': false + }, + + { + 'CategoryName': 'Grains/Cereals', + 'ProductName': 'Gustaf\'s Kn\u00e4ckebr\u00f6d', + 'QuantityPerUnit': '24 - 500 g pkgs.', + 'UnitsInStock': 104, + 'Discontinued': true + }, + + { + 'CategoryName': 'Grains/Cereals', + 'ProductName': 'Ravioli Angelo', + 'QuantityPerUnit': '24 - 250 g pkgs.', + 'UnitsInStock': 36, + 'Discontinued': true + }, + + { + 'CategoryName': 'Grains/Cereals', + 'ProductName': 'Tunnbr\u00f6d', + 'QuantityPerUnit': '12 - 250 g pkgs.', + 'UnitsInStock': 61, + 'Discontinued': true + }, + + { + 'CategoryName': 'Grains/Cereals', + 'ProductName': 'Wimmers gute Semmelkn\u00f6del', + 'QuantityPerUnit': '20 bags x 4 pieces', + 'UnitsInStock': 22, + 'Discontinued': true + }, + + { + 'CategoryName': 'Meat/Poultry', + 'ProductName': 'P\u00e2t\u00e9 chinois', + 'QuantityPerUnit': '24 boxes x 2 pies', + 'UnitsInStock': 115, + 'Discontinued': false + }, + + { + 'CategoryName': 'Meat/Poultry', + 'ProductName': 'Tourti\u00e8re', + 'QuantityPerUnit': '16 pies', + 'UnitsInStock': 21, + 'Discontinued': false + }, + + { + 'CategoryName': 'Produce', + 'ProductName': 'Longlife Tofu', + 'QuantityPerUnit': '5 kg pkg.', + 'UnitsInStock': 4, + 'Discontinued': false + }, + + { + 'CategoryName': 'Produce', + 'ProductName': 'Manjimup Dried Apples', + 'QuantityPerUnit': '50 - 300 g pkgs.', + 'UnitsInStock': 20, + 'Discontinued': false + }, + + { + 'CategoryName': 'Produce', + 'ProductName': 'Tofu', + 'QuantityPerUnit': '40 - 100 g pkgs.', + 'UnitsInStock': 35, + 'Discontinued': true + }, + + { + 'CategoryName': 'Produce', + 'ProductName': 'Uncle Bob\'s Organic Dried Pears', + 'QuantityPerUnit': '12 - 1 lb pkgs.', + 'UnitsInStock': 15, + 'Discontinued': true + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Boston Crab Meat', + 'QuantityPerUnit': '24 - 4 oz tins', + 'UnitsInStock': 123, + 'Discontinued': true + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Carnarvon Tigers', + 'QuantityPerUnit': '16 kg pkg.', + 'UnitsInStock': 42, + 'Discontinued': true + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Escargots de Bourgogne', + 'QuantityPerUnit': '24 pieces', + 'UnitsInStock': 62, + 'Discontinued': true + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Gravad lax', + 'QuantityPerUnit': '12 - 500 g pkgs.', + 'UnitsInStock': 11, + 'Discontinued': true + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Ikura', + 'QuantityPerUnit': '12 - 200 ml jars', + 'UnitsInStock': 31, + 'Discontinued': false + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Inlagd Sill', + 'QuantityPerUnit': '24 - 250 g jars', + 'UnitsInStock': 112, + 'Discontinued': false + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Jack\'s New England Clam Chowder', + 'QuantityPerUnit': '12 - 12 oz cans', + 'UnitsInStock': 85, + 'Discontinued': false + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Konbu', + 'QuantityPerUnit': '2 kg box', + 'UnitsInStock': 24, + 'Discontinued': false + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Nord-Ost Matjeshering', + 'QuantityPerUnit': '10 - 200 g glasses', + 'UnitsInStock': 10, + 'Discontinued': false + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'R\u00f6d Kaviar', + 'QuantityPerUnit': '24 - 150 g jars', + 'UnitsInStock': 101, + 'Discontinued': false + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Rogede sild', + 'QuantityPerUnit': '1k pkg.', + 'UnitsInStock': 5, + 'Discontinued': false + }, + + { + 'CategoryName': 'Seafood', + 'ProductName': 'Spegesild', + 'QuantityPerUnit': '4 - 450 g glasses', + 'UnitsInStock': 95, + 'Discontinued': true + } +]; + + +export const customerData: Object[] = [ + { + 'CustomerID': 'ALFKI', + 'ContactName': 'Maria ', + 'CompanyName': 'Alfreds Futterkiste', + 'Address': 'Obere Str. 57', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'ANATR', + 'ContactName': 'Ana Trujillo', + 'CompanyName': 'Ana Trujillo Emparedados y helados', + 'Address': 'Avda. de la Constitución 2222', + 'Country': 'Mexico' + }, + + { + 'CustomerID': 'ANTON', + 'ContactName': 'Antonio Moreno', + 'CompanyName': 'Antonio Moreno Taquería', + 'Address': 'Mataderos 2312', + 'Country': 'Mexico' + }, + + { + 'CustomerID': 'AROUT', + 'ContactName': 'Thomas Hardy', + 'CompanyName': 'Around the Horn', + 'Address': '120 Hanover Sq.', + 'Country': 'UK' + }, + + { + 'CustomerID': 'BERGS', + 'ContactName': 'Christina Berglund', + 'CompanyName': 'Berglunds snabbköp', + 'Address': 'Berguvsvägen 8', + 'Country': 'Sweden' + }, + + { + 'CustomerID': 'BLAUS', + 'ContactName': 'Hanna Moos', + 'CompanyName': 'Blauer See Delikatessen', + 'Address': 'Forsterstr. 57', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'BLONP', + 'ContactName': 'Frédérique Citeaux', + 'CompanyName': 'Blondesddsl père et fils', + 'Address': '24, place Kléber', + 'Country': 'France' + }, + + { + 'CustomerID': 'BOLID', + 'ContactName': 'Martín Sommer', + 'CompanyName': 'Bólido Comidas preparadas', + 'Address': 'C/ Araquil, 67', + 'Country': 'Spain' + }, + + { + 'CustomerID': 'BONAP', + 'ContactName': 'Laurence Lebihan', + 'CompanyName': 'Bon app', + 'Address': '12, rue des Bouchers', + 'Country': 'France' + }, + + { + 'CustomerID': 'BOTTM', + 'ContactName': 'Elizabeth Lincoln', + 'CompanyName': 'Bottom-Dollar Markets', + 'Address': '23 Tsawassen Blvd.', + 'Country': 'Canada' + }, + + { + 'CustomerID': 'BSBEV', + 'ContactName': 'Victoria Ashworth', + 'CompanyName': 'B\'s Beverages', + 'Address': 'Fauntleroy Circus', + 'Country': 'UK' + }, + + { + 'CustomerID': 'CACTU', + 'ContactName': 'Patricio Simpson', + 'CompanyName': 'Cactus Comidas para llevar', + 'Address': 'Cerrito 333', + 'Country': 'Argentina' + }, + + { + 'CustomerID': 'CENTC', + 'ContactName': 'Francisco Chang', + 'CompanyName': 'Centro comercial Moctezuma', + 'Address': 'Sierras de Granada 9993', + 'Country': 'Mexico' + }, + + { + 'CustomerID': 'CHOPS', + 'ContactName': 'Yang Wang', + 'CompanyName': 'Chop-suey Chinese', + 'Address': 'Hauptstr. 29', + 'Country': 'Switzerland' + }, + + { + 'CustomerID': 'COMMI', + 'ContactName': 'Pedro Afonso', + 'CompanyName': 'Comércio Mineiro', + 'Address': 'Av. dos Lusíadas, 23', + 'Country': 'Brazil' + }, + + { + 'CustomerID': 'CONSH', + 'ContactName': 'Elizabeth Brown', + 'CompanyName': 'Consolidated Holdings', + 'Address': 'Berkeley Gardens 12 Brewery', + 'Country': 'UK' + }, + + { + 'CustomerID': 'DRACD', + 'ContactName': 'Sven Ottlieb', + 'CompanyName': 'Drachenblut Delikatessen', + 'Address': 'Walserweg 21', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'DUMON', + 'ContactName': 'Janine Labrune', + 'CompanyName': 'Du monde entier', + 'Address': '67, rue des Cinquante Otages', + 'Country': 'France' + }, + + { + 'CustomerID': 'EASTC', + 'ContactName': 'Ann Devon', + 'CompanyName': 'Eastern Connection', + 'Address': '35 King George', + 'Country': 'UK' + }, + + { + 'CustomerID': 'ERNSH', + 'ContactName': 'Roland Mendel', + 'CompanyName': 'Ernst Handel', + 'Address': 'Kirchgasse 6', + 'Country': 'Austria' + }, + + { + 'CustomerID': 'FAMIA', + 'ContactName': 'Aria Cruz', + 'CompanyName': 'Familia Arquibaldo', + 'Address': 'Rua Orós, 92', + 'Country': 'Brazil' + }, + + { + 'CustomerID': 'FISSA', + 'ContactName': 'Diego Roel', + 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.', + 'Address': 'C/ Moralzarzal, 86', + 'Country': 'Spain' + }, + + { + 'CustomerID': 'FOLIG', + 'ContactName': 'Martine Rancé', + 'CompanyName': 'Folies gourmandes', + 'Address': '184, chaussée de Tournai', + 'Country': 'France' + }, + + { + 'CustomerID': 'FOLKO', + 'ContactName': 'Maria Larsson', + 'CompanyName': 'Folk och fä HB', + 'Address': 'Åkergatan 24', + 'Country': 'Sweden' + }, + + { + 'CustomerID': 'FRANK', + 'ContactName': 'Peter Franken', + 'CompanyName': 'Frankenversand', + 'Address': 'Berliner Platz 43', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'FRANR', + 'ContactName': 'Carine Schmitt', + 'CompanyName': 'France restauration', + 'Address': '54, rue Royale', + 'Country': 'France' + }, + + { + 'CustomerID': 'FRANS', + 'ContactName': 'Paolo Accorti', + 'CompanyName': 'Franchi S.p.A.', + 'Address': 'Via Monte Bianco 34', + 'Country': 'Italy' + }, + + { + 'CustomerID': 'FURIB', + 'ContactName': 'Lino Rodriguez', + 'CompanyName': 'Furia Bacalhau e Frutos do Mar', + 'Address': 'Jardim das rosas n. 32', + 'Country': 'Portugal' + }, + + { + 'CustomerID': 'GALED', + 'ContactName': 'Eduardo Saavedra', + 'CompanyName': 'Galería del gastrónomo', + 'Address': 'Rambla de Cataluña, 23', + 'Country': 'Spain' + }, + + { + 'CustomerID': 'GODOS', + 'ContactName': 'José Pedro Freyre', + 'CompanyName': 'Godos Cocina Típica', + 'Address': 'C/ Romero, 33', + 'Country': 'Spain' + }, + + { + 'CustomerID': 'GOURL', + 'ContactName': 'André Fonseca', + 'CompanyName': 'Gourmet Lanchonetes', + 'Address': 'Av. Brasil, 442', + 'Country': 'Brazil' + }, + + { + 'CustomerID': 'GREAL', + 'ContactName': 'Howard Snyder', + 'CompanyName': 'Great Lakes Food Market', + 'Address': '2732 Baker Blvd.', + 'Country': 'USA' + }, + + { + 'CustomerID': 'GROSR', + 'ContactName': 'Manuel Pereira', + 'CompanyName': 'GROSELLA-Restaurante', + 'Address': '5ª Ave. Los Palos Grandes', + 'Country': 'Venezuela' + }, + + { + 'CustomerID': 'HANAR', + 'ContactName': 'Mario Pontes', + 'CompanyName': 'Hanari Carnes', + 'Address': 'Rua do Paço, 67', + 'Country': 'Brazil' + }, + + { + 'CustomerID': 'HILAA', + 'ContactName': 'Carlos Hernández', + 'CompanyName': 'HILARION-Abastos', + 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'Country': 'Venezuela' + }, + + { + 'CustomerID': 'HUNGC', + 'ContactName': 'Yoshi Latimer', + 'CompanyName': 'Hungry Coyote Import Store', + 'Address': 'City Center Plaza 516 Main St.', + 'Country': 'USA' + }, + + { + 'CustomerID': 'HUNGO', + 'ContactName': 'Patricia McKenna', + 'CompanyName': 'Hungry Owl All-Night Grocers', + 'Address': '8 Johnstown Road', + 'Country': 'Ireland' + }, + + { + 'CustomerID': 'ISLAT', + 'ContactName': 'Helen Bennett', + 'CompanyName': 'Island Trading', + 'Address': 'Garden House Crowther Way', + 'Country': 'UK' + }, + + { + 'CustomerID': 'KOENE', + 'ContactName': 'Philip Cramer', + 'CompanyName': 'Königlich Essen', + 'Address': 'Maubelstr. 90', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'LACOR', + 'ContactName': 'Daniel Tonini', + 'CompanyName': 'La corne d\'abondance', + 'Address': '67, avenue de l\'Europe', + 'Country': 'France' + }, + + { + 'CustomerID': 'LAMAI', + 'ContactName': 'Annette Roulet', + 'CompanyName': 'La maison d\'Asie', + 'Address': '1 rue Alsace-Lorraine', + 'Country': 'France' + }, + + { + 'CustomerID': 'LAUGB', + 'ContactName': 'Yoshi Tannamuri', + 'CompanyName': 'Laughing Bacchus Wine Cellars', + 'Address': '1900 Oak St.', + 'Country': 'Canada' + }, + + { + 'CustomerID': 'LAZYK', + 'ContactName': 'John Steel', + 'CompanyName': 'Lazy K Kountry Store', + 'Address': '12 Orchestra Terrace', + 'Country': 'USA' + }, + + { + 'CustomerID': 'LEHMS', + 'ContactName': 'Renate Messner', + 'CompanyName': 'Lehmanns Marktstand', + 'Address': 'Magazinweg 7', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'LETSS', + 'ContactName': 'Jaime Yorres', + 'CompanyName': 'Let\'s Stop N Shop', + 'Address': '87 Polk St. Suite 5', + 'Country': 'USA' + }, + + { + 'CustomerID': 'LILAS', + 'ContactName': 'Carlos González', + 'CompanyName': 'LILA-Supermercado', + 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'Country': 'Venezuela' + }, + + { + 'CustomerID': 'LINOD', + 'ContactName': 'Felipe Izquierdo', + 'CompanyName': 'LINO-Delicateses', + 'Address': 'Ave. 5 de Mayo Porlamar', + 'Country': 'Venezuela' + }, + + { + 'CustomerID': 'LONEP', + 'ContactName': 'Fran Wilson', + 'CompanyName': 'Lonesome Pine Restaurant', + 'Address': '89 Chiaroscuro Rd.', + 'Country': 'USA' + }, + + { + 'CustomerID': 'MAGAA', + 'ContactName': 'Giovanni Rovelli', + 'CompanyName': 'Magazzini Alimentari Riuniti', + 'Address': 'Via Ludovico il Moro 22', + 'Country': 'Italy' + }, + + { + 'CustomerID': 'MAISD', + 'ContactName': 'Catherine Dewey', + 'CompanyName': 'Maison Dewey', + 'Address': 'Rue Joseph-Bens 532', + 'Country': 'Belgium' + }, + + { + 'CustomerID': 'MEREP', + 'ContactName': 'Jean Fresnière', + 'CompanyName': 'Mère Paillarde', + 'Address': '43 rue St. Laurent', + 'Country': 'Canada' + }, + + { + 'CustomerID': 'MORGK', + 'ContactName': 'Alexander Feuer', + 'CompanyName': 'Morgenstern Gesundkost', + 'Address': 'Heerstr. 22', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'NORTS', + 'ContactName': 'Simon Crowther', + 'CompanyName': 'North/South', + 'Address': 'South House 300 Queensbridge', + 'Country': 'UK' + }, + + { + 'CustomerID': 'OCEAN', + 'ContactName': 'Yvonne Moncada', + 'CompanyName': 'Océano Atlántico Ltda.', + 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A', + 'Country': 'Argentina' + }, + + { + 'CustomerID': 'OLDWO', + 'ContactName': 'Rene Phillips', + 'CompanyName': 'Old World Delicatessen', + 'Address': '2743 Bering St.', + 'Country': 'USA' + }, + + { + 'CustomerID': 'OTTIK', + 'ContactName': 'Henriette Pfalzheim', + 'CompanyName': 'Ottilies Käseladen', + 'Address': 'Mehrheimerstr. 369', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'PARIS', + 'ContactName': 'Marie Bertrand', + 'CompanyName': 'Paris spécialités', + 'Address': '265, boulevard Charonne', + 'Country': 'France' + }, + + { + 'CustomerID': 'PERIC', + 'ContactName': 'Guillermo Fernández', + 'CompanyName': 'Pericles Comidas clásicas', + 'Address': 'Calle Dr. Jorge Cash 321', + 'Country': 'Mexico' + }, + + { + 'CustomerID': 'PICCO', + 'ContactName': 'Georg Pipps', + 'CompanyName': 'Piccolo und mehr', + 'Address': 'Geislweg 14', + 'Country': 'Austria' + }, + + { + 'CustomerID': 'PRINI', + 'ContactName': 'Isabel de Castro', + 'CompanyName': 'Princesa Isabel Vinhos', + 'Address': 'Estrada da saúde n. 58', + 'Country': 'Portugal' + }, + + { + 'CustomerID': 'QUEDE', + 'ContactName': 'Bernardo Batista', + 'CompanyName': 'Que Delícia', + 'Address': 'Rua da Panificadora, 12', + 'Country': 'Brazil' + }, + + { + 'CustomerID': 'QUEEN', + 'ContactName': 'Lúcia Carvalho', + 'CompanyName': 'Queen Cozinha', + 'Address': 'Alameda dos Canàrios, 891', + 'Country': 'Brazil' + }, + + { + 'CustomerID': 'QUICK', + 'ContactName': 'Horst Kloss', + 'CompanyName': 'QUICK-Stop', + 'Address': 'Taucherstraße 10', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'RANCH', + 'ContactName': 'Sergio Gutiérrez', + 'CompanyName': 'Rancho grande', + 'Address': 'Av. del Libertador 900', + 'Country': 'Argentina' + }, + + { + 'CustomerID': 'RATTC', + 'ContactName': 'Paula Wilson', + 'CompanyName': 'Rattlesnake Canyon Grocery', + 'Address': '2817 Milton Dr.', + 'Country': 'USA' + }, + + { + 'CustomerID': 'REGGC', + 'ContactName': 'Maurizio Moroni', + 'CompanyName': 'Reggiani Caseifici', + 'Address': 'Strada Provinciale 124', + 'Country': 'Italy' + }, + + { + 'CustomerID': 'RICAR', + 'ContactName': 'Janete Limeira', + 'CompanyName': 'Ricardo Adocicados', + 'Address': 'Av. Copacabana, 267', + 'Country': 'Brazil' + }, + + { + 'CustomerID': 'RICSU', + 'ContactName': 'Michael Holz', + 'CompanyName': 'Richter Supermarkt', + 'Address': 'Grenzacherweg 237', + 'Country': 'Switzerland' + }, + + { + 'CustomerID': 'ROMEY', + 'ContactName': 'Alejandra Camino', + 'CompanyName': 'Romero y tomillo', + 'Address': 'Gran Vía, 1', + 'Country': 'Spain' + }, + + { + 'CustomerID': 'SANTG', + 'ContactName': 'Jonas Bergulfsen', + 'CompanyName': 'Santé Gourmet', + 'Address': 'Erling Skakkes gate 78', + 'Country': 'Norway' + }, + + { + 'CustomerID': 'SAVEA', + 'ContactName': 'Jose Pavarotti', + 'CompanyName': 'Save-a-lot Markets', + 'Address': '187 Suffolk Ln.', + 'Country': 'USA' + }, + + { + 'CustomerID': 'SEVES', + 'ContactName': 'Hari Kumar', + 'CompanyName': 'Seven Seas Imports', + 'Address': '90 Wadhurst Rd.', + 'Country': 'UK' + }, + + { + 'CustomerID': 'SIMOB', + 'ContactName': 'Jytte Petersen', + 'CompanyName': 'Simons bistro', + 'Address': 'Vinbæltet 34', + 'Country': 'Denmark' + }, + + { + 'CustomerID': 'SPECD', + 'ContactName': 'Dominique Perrier', + 'CompanyName': 'Spécialités du monde', + 'Address': '25, rue Lauriston', + 'Country': 'France' + }, + + { + 'CustomerID': 'SPLIR', + 'ContactName': 'Art Braunschweiger', + 'CompanyName': 'Split Rail Beer & Ale', + 'Address': 'P.O. Box 555', + 'Country': 'USA' + }, + + { + 'CustomerID': 'SUPRD', + 'ContactName': 'Pascale Cartrain', + 'CompanyName': 'Suprêmes délices', + 'Address': 'Boulevard Tirou, 255', + 'Country': 'Belgium' + }, + + { + 'CustomerID': 'THEBI', + 'ContactName': 'Liz Nixon', + 'CompanyName': 'The Big Cheese', + 'Address': '89 Jefferson Way Suite 2', + 'Country': 'USA' + }, + + { + 'CustomerID': 'THECR', + 'ContactName': 'Liu Wong', + 'CompanyName': 'The Cracker Box', + 'Address': '55 Grizzly Peak Rd.', + 'Country': 'USA' + }, + + { + 'CustomerID': 'TOMSP', + 'ContactName': 'Karin Josephs', + 'CompanyName': 'Toms Spezialitäten', + 'Address': 'Luisenstr. 48', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'TORTU', + 'ContactName': 'Miguel Angel Paolino', + 'CompanyName': 'Tortuga Restaurante', + 'Address': 'Avda. Azteca 123', + 'Country': 'Mexico' + }, + + { + 'CustomerID': 'TRADH', + 'ContactName': 'Anabela Domingues', + 'CompanyName': 'Tradição Hipermercados', + 'Address': 'Av. Inês de Castro, 414', + 'Country': 'Brazil' + }, + + { + 'CustomerID': 'TRAIH', + 'ContactName': 'Helvetius Nagy', + 'CompanyName': 'Trail\'s Head Gourmet Provisioners', + 'Address': '722 DaVinci Blvd.', + 'Country': 'USA' + }, + + { + 'CustomerID': 'VAFFE', + 'ContactName': 'Palle Ibsen', + 'CompanyName': 'Vaffeljernet', + 'Address': 'Smagsloget 45', + 'Country': 'Denmark' + }, + + { + 'CustomerID': 'VICTE', + 'ContactName': 'Mary Saveley', + 'CompanyName': 'Victuailles en stock', + 'Address': '2, rue du Commerce', + 'Country': 'France' + }, + + { + 'CustomerID': 'VINET', + 'ContactName': 'Paul Henriot', + 'CompanyName': 'Vins et alcools Chevalier', + 'Address': '59 rue de l\'Abbaye', + 'Country': 'France' + }, + + { + 'CustomerID': 'WANDK', + 'ContactName': 'Rita Müller', + 'CompanyName': 'Die Wandernde Kuh', + 'Address': 'Adenauerallee 900', + 'Country': 'Germany' + }, + + { + 'CustomerID': 'WARTH', + 'ContactName': 'Pirkko Koskitalo', + 'CompanyName': 'Wartian Herkku', + 'Address': 'Torikatu 38', + 'Country': 'Finland' + }, + + { + 'CustomerID': 'WELLI', + 'ContactName': 'Paula Parente', + 'CompanyName': 'Wellington Importadora', + 'Address': 'Rua do Mercado, 12', + 'Country': 'Brazil' + }, + + { + 'CustomerID': 'WHITC', + 'ContactName': 'Karl Jablonski', + 'CompanyName': 'White Clover Markets', + 'Address': '305 - 14th Ave. S. Suite 3B', + 'Country': 'USA' + }, + + { + 'CustomerID': 'WILMK', + 'ContactName': 'Matti Karttunen', + 'CompanyName': 'Wilman Kala', + 'Address': 'Keskuskatu 45', + 'Country': 'Finland' + }, + + { + 'CustomerID': 'WOLZA', + 'ContactName': 'Zbyszek Piestrzeniewicz', + 'CompanyName': 'Wolski Zajazd', + 'Address': 'ul. Filtrowa 68', + 'Country': 'Poland' + } +]; + +type cType = { CustomerID: string, ContactName: string, CustomerName: string }; +export const data: Object[] = orderData.map((item: cType) => { + let name: cType = (customerData).filter((cItem: cType) => { + return cItem.CustomerID === item.CustomerID; + })[0]; + item.CustomerName = (name || {}).ContactName; + return item; +}); + export const data1: Object[] = orderDataSource.map((item: cType) => { + let name1: cType = (customerData).filter((cItem: cType) => { + return cItem.CustomerID === item.CustomerID; + })[0]; + item.CustomerName = (name1 || {}).ContactName; + return item; +}); + +export const inventoryData: Object[] = [ + { + 'Inventor': 'Kia Silverbrook', + 'NumberofPatentFamilies': 4737, + 'Country': 'Australia', + 'Number of INPADOC patents': 9839, + 'Active': '1994-2016', + 'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics,Lab-on-a-chip, MEMS, Mechanical, VLSI', + + }, + + { + 'Inventor': 'Shunpei Yamazaki', + 'NumberofPatentFamilies': 4677, + 'Country': 'Japan', + 'Number of INPADOC patents': '10000+', + 'Active': '1976-2016', + 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, Solar cells, Flash memory, OLED', + + }, + + { + 'Inventor': 'Lowell L. Wood, Jr.', + 'NumberofPatentFamilies': 1419, + 'Country': 'USA', + 'Number of INPADOC patents': 1332, + 'Active': '1977-2016', + 'Mainfieldsofinvention': 'Mosquito laser, Nuclear weapons', + + }, + + { + 'Inventor': 'Paul Lapstun', + 'NumberofPatentFamilies': 1281, + 'Country': 'Australia', + 'Number of INPADOC patents': 3099, + 'Active': '2000-2016', + 'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics, CGI, VLSI', + + }, + + { + 'Inventor': 'Gurtej Sandhu', + 'NumberofPatentFamilies': 1255, + 'Country': 'India', + 'Number of INPADOC patents': 2038, + 'Active': '1991-2016', + 'Mainfieldsofinvention': 'Thin film processes and materials, VLSI, Semiconductor device fabrication', + + }, + + { + 'Inventor': 'Jun Koyama', + 'NumberofPatentFamilies': 1240, + 'Country': 'Japan', + 'Number of INPADOC patents': 4126, + 'Active': '1991-2016', + 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, OLED', + + }, + + { + 'Inventor': 'Roderick A. Hyde', + 'NumberofPatentFamilies': 1240, + 'Country': 'USA', + 'Number of INPADOC patents': 3360, + 'Active': '2001-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Leonard Forbes', + 'NumberofPatentFamilies': 1093, + 'Country': 'Canada', + 'Number of INPADOC patents': 1398, + 'Active': '1991-2016', + 'Mainfieldsofinvention': 'Semiconductor Memories, CCDs, Thin film processes and materials, VLSI', + + }, + + { + 'Inventor': 'Thomas Edison', + 'NumberofPatentFamilies': 1084, + 'Country': 'USA', + 'Number of INPADOC patents': 2332, + 'Active': '1847(b)-1931(d)', + 'Mainfieldsofinvention': 'Electric power, Lighting, Batteries, Phonograph, Cement, Telegraphy, Mining', + + }, + + { + 'Inventor': 'Donald E. Weder', + 'NumberofPatentFamilies': 999, + 'Country': 'USA', + 'Number of INPADOC patents': 1993, + 'Active': '1976-2015', + 'Mainfieldsofinvention': 'Florist supplies', + + }, + + { + 'Inventor': 'George Albert Lyon', + 'NumberofPatentFamilies': 993, + 'Country': 'Canada', + 'Number of INPADOC patents': 'NA', + 'Active': '1882(b)-1961(d)', + 'Mainfieldsofinvention': 'Automotive, Stainless steel products', + + }, + + { + 'Inventor': 'John F. O\'Connor', + 'NumberofPatentFamilies': 949, + 'Country': 'USA', + 'Number of INPADOC patents': 'NA', + 'Active': '1864(b)-1938(d)', + 'Mainfieldsofinvention': 'Railway draft gearing', + + }, + + { + 'Inventor': 'Melvin De Groote', + 'NumberofPatentFamilies': 925, + 'Country': 'USA', + 'Number of INPADOC patents': 'NA', + 'Active': '1895(b)-1963(d)', + 'Mainfieldsofinvention': 'Chemical de-emulsifiers', + + }, + + { + 'Inventor': 'Jay S. Walker', + 'NumberofPatentFamilies': 918, + 'Country': 'USA', + 'Number of INPADOC patents': 2206, + 'Active': '1998-2016', + 'Mainfieldsofinvention': 'Gaming machines', + + }, + + { + 'Inventor': 'Edward K. Y. Jung', + 'NumberofPatentFamilies': 911, + 'Country': 'USA', + 'Number of INPADOC patents': 2254, + 'Active': '1996-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Francis H. Richards', + 'NumberofPatentFamilies': 894, + 'Country': 'USA', + 'Number of INPADOC patents': 'NA', + 'Active': '1850(b)-19??(d)', + 'Mainfieldsofinvention': 'Mechanical, automation', + + }, + + { + 'Inventor': 'Kangguo Cheng', + 'NumberofPatentFamilies': 884, + 'Country': 'USA', + 'Number of INPADOC patents': 1314, + 'Active': '2004-2016', + 'Mainfieldsofinvention': 'Semiconductor device fabrication, Semiconductor memory, Semiconductor device', + + }, + + { + 'Inventor': 'Clarence T. Tegreene', + 'NumberofPatentFamilies': 872, + 'Country': 'USA', + 'Number of INPADOC patents': 2255, + 'Active': '2000-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Ahmadreza Rofougaran', + 'NumberofPatentFamilies': 808, + 'Country': 'USA', + 'Number of INPADOC patents': 1396, + 'Active': '2002-2016', + 'Mainfieldsofinvention': 'Radio Frequency Integrated Circuits', + + }, + + { + 'Inventor': 'Shou-Shan Fan', + 'NumberofPatentFamilies': 805, + 'Country': 'China', + 'Number of INPADOC patents': 2120, + 'Active': '2006-2016', + 'Mainfieldsofinvention': 'Carbon nanotubes and applications of carbon nanotubes', + + }, + + { + 'Inventor': 'Michael J. Sullivan', + 'NumberofPatentFamilies': 788, + 'Country': 'USA', + 'Number of INPADOC patents': 1560, + 'Active': '1977-2016', + 'Mainfieldsofinvention': 'Golf balls', + + }, + + { + 'Inventor': 'Rick Allen Hamilton II', + 'NumberofPatentFamilies': 773, + 'Country': 'USA', + 'Number of INPADOC patents': 1064, + 'Active': '1999-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Warren Farnworth', + 'NumberofPatentFamilies': 770, + 'Country': 'USA', + 'Number of INPADOC patents': 931, + 'Active': '1990-2016', + 'Mainfieldsofinvention': 'Semiconductor packaging', + + }, + + { + 'Inventor': 'Carleton Ellis', + 'NumberofPatentFamilies': 753, + 'Country': 'USA', + 'Number of INPADOC patents': 'NA', + 'Active': '1876(b)-1941(d)', + 'Mainfieldsofinvention': 'Margarine, Polyester, Anti-knock gasoline, Paint stripper', + + }, + + { + 'Inventor': 'William H. Eby', + 'NumberofPatentFamilies': 733, + 'Country': 'USA', + 'Number of INPADOC patents': 758, + 'Active': '1994-2016', + 'Mainfieldsofinvention': 'Transgenic soybeans', + + }, + + { + 'Inventor': 'Hideo Ando', + 'NumberofPatentFamilies': 728, + 'Country': 'Japan', + 'Number of INPADOC patents': 2588, + 'Active': '1983-2016', + 'Mainfieldsofinvention': 'Optical recording', + + }, + + { + 'Inventor': 'Salman Akram', + 'NumberofPatentFamilies': 728, + 'Country': 'USA', + 'Number of INPADOC patents': 915, + 'Active': '1995-2016', + 'Mainfieldsofinvention': 'Semiconductor packaging', + + }, + + { + 'Inventor': 'George Spector', + 'NumberofPatentFamilies': 722, + 'Country': 'USA', + 'Number of INPADOC patents': 747, + 'Active': '1976-1998', + 'Mainfieldsofinvention': 'Gadgets, Toys', + + }, + + { + 'Inventor': 'Jeyhan Karaoguz', + 'NumberofPatentFamilies': 721, + 'Country': 'USA', + 'Number of INPADOC patents': 1530, + 'Active': '1996-2016', + 'Mainfieldsofinvention': 'Wireless communications, Computer networks', + + }, + + { + 'Inventor': 'Elihu Thomson', + 'NumberofPatentFamilies': 696, + 'Country': 'UK', + 'Number of INPADOC patents': 'NA', + 'Active': '1853(b)-1937(d)', + 'Mainfieldsofinvention': 'Electric power, Arc lamp, Electric motors, Lightning arrester, Arc welder', + + }, + + { + 'Inventor': 'Austin L. Gurney', + 'NumberofPatentFamilies': 695, + 'Country': 'USA', + 'Number of INPADOC patents': 3909, + 'Active': '1999-2016', + 'Mainfieldsofinvention': 'Proteins, Antibodies', + + }, + + { + 'Inventor': 'Tetsujiro Kondo', + 'NumberofPatentFamilies': 684, + 'Country': 'Japan', + 'Number of INPADOC patents': 4158, + 'Active': '1987-2015', + 'Mainfieldsofinvention': 'Signal processing, Image processing', + + }, + + { + 'Inventor': 'Nathan Myhrvold', + 'NumberofPatentFamilies': 661, + 'Country': 'USA', + 'Number of INPADOC patents': 1690, + 'Active': '1994-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'William I. Wood', + 'NumberofPatentFamilies': 653, + 'Country': 'USA', + 'Number of INPADOC patents': 3560, + 'Active': '1981-2016', + 'Mainfieldsofinvention': 'Proteins, Antibodies', + + }, + + { + 'Inventor': 'Simon R. Walmsley', + 'NumberofPatentFamilies': 651, + 'Country': 'Australia', + 'Number of INPADOC patents': 1249, + 'Active': '1995-2015', + 'Mainfieldsofinvention': 'Printing, Electronics, VLSI, Cryptography', + + }, + + { + 'Inventor': 'Mark Malamud', + 'NumberofPatentFamilies': 632, + 'Country': 'USA', + 'Number of INPADOC patents': 1759, + 'Active': '1997-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Royce A. Levien', + 'NumberofPatentFamilies': 630, + 'Country': 'USA', + 'Number of INPADOC patents': 1799, + 'Active': '1997-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Audrey D. Goddard', + 'NumberofPatentFamilies': 622, + 'Country': 'USA', + 'Number of INPADOC patents': 3416, + 'Active': '1997-2014', + 'Mainfieldsofinvention': 'Proteins, Antibodies', + + }, + + { + 'Inventor': 'Muriel Y. Ishikawa', + 'NumberofPatentFamilies': 619, + 'Country': 'USA', + 'Number of INPADOC patents': 1660, + 'Active': '2002-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Robert W. Lord', + 'NumberofPatentFamilies': 618, + 'Country': 'USA', + 'Number of INPADOC patents': 1708, + 'Active': '2003-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Jerome Lemelson', + 'NumberofPatentFamilies': 606, + 'Country': 'USA', + 'Number of INPADOC patents': 'NA', + 'Active': '1923(b)-1997(d)', + 'Mainfieldsofinvention': 'Toys, Industrial robots, Cordless telephones, Fax machines, Videocassette recorders', + + }, + + { + 'Inventor': 'Béla Barényi', + 'NumberofPatentFamilies': 595, + 'Country': 'Austria', + 'Number of INPADOC patents': 1244, + 'Active': '1907(b)-1997(d)', + 'Mainfieldsofinvention': 'Passive safety in automobiles', + + }, + + { + 'Inventor': 'Kie Y Ahn', + 'NumberofPatentFamilies': 593, + 'Country': 'USA', + 'Number of INPADOC patents': 709, + 'Active': '1976-2016', + 'Mainfieldsofinvention': 'Thin film processes and materials, VLSI, Semiconductor device fabrication', + + }, + + { + 'Inventor': 'Tadahiro Ohmi', + 'NumberofPatentFamilies': 592, + 'Country': 'Japan', + 'Number of INPADOC patents': 2691, + 'Active': '1981-2016', + 'Mainfieldsofinvention': 'Thin film processes and materials, Semiconductor device fabrication', + + }, + + { + 'Inventor': 'Jordin T. Kare', + 'NumberofPatentFamilies': 585, + 'Country': 'USA', + 'Number of INPADOC patents': 1559, + 'Active': '1992-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Paul J. Godowski', + 'NumberofPatentFamilies': 579, + 'Country': 'USA', + 'Number of INPADOC patents': 2605, + 'Active': '1994-2014', + 'Mainfieldsofinvention': 'Proteins, Antibodies', + + }, + + { + 'Inventor': 'Artur Fischer', + 'NumberofPatentFamilies': 570, + 'Country': 'Germany', + 'Number of INPADOC patents': 3097, + 'Active': '1976-2002', + 'Mainfieldsofinvention': 'Fasteners, Construction toys', + + }, + + { + 'Inventor': 'Edward J. Nowak', + 'NumberofPatentFamilies': 564, + 'Country': 'USA', + 'Number of INPADOC patents': 1145, + 'Active': '1979-2016', + 'Mainfieldsofinvention': 'Semiconductor device fabrication, Semiconductor memory, Semiconductor device', + + }, + + { + 'Inventor': 'Louis L. Hsu', + 'NumberofPatentFamilies': 551, + 'Country': 'USA', + 'Number of INPADOC patents': 914, + 'Active': '1988-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Edwin H. Land', + 'NumberofPatentFamilies': 535, + 'Country': 'USA', + 'Number of INPADOC patents': 1236, + 'Active': '1909(b)-1991(d)', + 'Mainfieldsofinvention': 'Instant photography, Polarizing film', + + }, + + { + 'Inventor': 'Henri Dreyfus', + 'NumberofPatentFamilies': 524, + 'Country': 'Switzerland', + 'Number of INPADOC patents': 2117, + 'Active': '1882(b)-1944(d)', + 'Mainfieldsofinvention': 'Polymers, Synthetic fibers, Dyes', + + }, + + { + 'Inventor': 'Bruce B. Doris', + 'NumberofPatentFamilies': 522, + 'Country': 'USA', + 'Number of INPADOC patents': 867, + 'Active': '1995-2016', + 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM, Semiconductor device fabrication', + + }, + + { + 'Inventor': 'Clyde C. Farmer', + 'NumberofPatentFamilies': 513, + 'Country': 'USA', + 'Number of INPADOC patents': 830, + 'Active': '18??(b)-19??(d)', + 'Mainfieldsofinvention': 'Railway air brakes', + + }, + + { + 'Inventor': 'Heinz Focke', + 'NumberofPatentFamilies': 512, + 'Country': 'Germany', + 'Number of INPADOC patents': 2896, + 'Active': '1976-2013', + 'Mainfieldsofinvention': 'Cigarette packaging', + + }, + + { + 'Inventor': 'Mark I. Gardner', + 'NumberofPatentFamilies': 511, + 'Country': 'USA', + 'Number of INPADOC patents': 587, + 'Active': '1994-2010', + 'Mainfieldsofinvention': 'Consumer electronics, Energy, Computers, Semiconductors, Physics', + + }, + + { + 'Inventor': 'Ravi K. Arimilli', + 'NumberofPatentFamilies': 506, + 'Country': 'India', + 'Number of INPADOC patents': 767, + 'Active': '1992-2016', + 'Mainfieldsofinvention': 'Computer architecture, Semiconductor memory, Cache coherence, Symmetric multiprocessing', + + }, + + { + 'Inventor': 'Louis H. Morin', + 'NumberofPatentFamilies': 503, + 'Country': 'USA', + 'Number of INPADOC patents': 720, + 'Active': '18??(b)-19??(d)', + 'Mainfieldsofinvention': 'Fasteners, Locks, Bobbins', + + }, + + { + 'Inventor': 'Tobin A. King', + 'NumberofPatentFamilies': 497, + 'Country': 'Australia', + 'Number of INPADOC patents': 1218, + 'Active': '2000-2015', + 'Mainfieldsofinvention': 'Printing, Digital paper, Mechanical', + + }, + + { + 'Inventor': 'Eric C. Leuthardt', + 'NumberofPatentFamilies': 495, + 'Country': 'USA', + 'Number of INPADOC patents': 1274, + 'Active': '2006-2016', + 'Mainfieldsofinvention': 'Medical devices', + + }, + + { + 'Inventor': 'Ali Khakifirooz', + 'NumberofPatentFamilies': 489, + 'Country': 'USA', + 'Number of INPADOC patents': 737, + 'Active': '2011-2016', + 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, Semiconductor device fabrication', + + }, + + { + 'Inventor': 'Jack A. Mandelman', + 'NumberofPatentFamilies': 481, + 'Country': 'USA', + 'Number of INPADOC patents': 889, + 'Active': '1987-2014', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Jeffrey P. Gambino', + 'NumberofPatentFamilies': 479, + 'Country': 'USA', + 'Number of INPADOC patents': 798, + 'Active': '1992-2016', + 'Mainfieldsofinvention': 'MEMS, CMOS, BiCMOS, DRAM, Image Sensors, RF, Biosensors, 3D Integrated Circuits', + + }, + + { + 'Inventor': 'John M. Santosuosso', + 'NumberofPatentFamilies': 473, + 'Country': 'USA', + 'Number of INPADOC patents': 683, + 'Active': '2001-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'James M. Hart', + 'NumberofPatentFamilies': 464, + 'Country': 'USA', + 'Number of INPADOC patents': 1145, + 'Active': '1988-2016', + 'Mainfieldsofinvention': 'Motor vehicle transmission', + + }, + + { + 'Inventor': 'Eberhard Ammermann', + 'NumberofPatentFamilies': 451, + 'Country': 'Germany', + 'Number of INPADOC patents': 5178, + 'Active': '1979-2015', + 'Mainfieldsofinvention': 'Fungicides', + + }, + + { + 'Inventor': 'Thomas E. Murray', + 'NumberofPatentFamilies': 449, + 'Country': 'USA', + 'Number of INPADOC patents': 462, + 'Active': '1860(b)-1929(d)', + 'Mainfieldsofinvention': 'Electrical, HVAC, Wheels, Metal working, Light dimmer', + + }, + + { + 'Inventor': 'Akira Nakazawa', + 'NumberofPatentFamilies': 445, + 'Country': 'Australia', + 'Number of INPADOC patents': 1340, + 'Active': '1980-2016', + 'Mainfieldsofinvention': 'Printing, Mechanical', + + }, + + { + 'Inventor': 'Hongyong Zhang', + 'NumberofPatentFamilies': 440, + 'Country': 'Japan', + 'Number of INPADOC patents': 858, + 'Active': '1993-2016', + 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays', + + }, + + { + 'Inventor': 'Ronald S. Cok', + 'NumberofPatentFamilies': 436, + 'Country': 'USA', + 'Number of INPADOC patents': 747, + 'Active': '1986-2016', + 'Mainfieldsofinvention': 'OLED displays; image processing', + + }, + + { + 'Inventor': 'fe', + 'NumberofPatentFamilies': 430, + 'Country': 'USA', + 'Number of INPADOC patents': 1759, + 'Active': '1983-2016', + 'Mainfieldsofinvention': 'Biotechnology, Drug delivery, Tissue engineering', + + }, + + { + 'Inventor': 'Scott H. Wittkopp', + 'NumberofPatentFamilies': 429, + 'Country': 'USA', + 'Number of INPADOC patents': 1010, + 'Active': '2001-2016', + 'Mainfieldsofinvention': 'Motor vehicle transmission', + + }, + + { + 'Inventor': 'John Hays Hammond, Jr.', + 'NumberofPatentFamilies': 417, + 'Country': 'USA', + 'Number of INPADOC patents': 460, + 'Active': '1888(b)-1965(d)', + 'Mainfieldsofinvention': 'Radio control, Radio communications, Torpedoes', + + }, + + { + 'Inventor': 'Wilhelm Brandes', + 'NumberofPatentFamilies': 411, + 'Country': 'Germany', + 'Number of INPADOC patents': 2923, + 'Active': '1976-2010', + 'Mainfieldsofinvention': 'Fungicides', + + }, + + { + 'Inventor': 'Anthony K. Stamper', + 'NumberofPatentFamilies': 411, + 'Country': 'USA', + 'Number of INPADOC patents': 726, + 'Active': '1998-2016', + 'Mainfieldsofinvention': 'MEMS, CMOS, BiCMOS, Silicon-germanium', + + }, + + { + 'Inventor': 'Hossein Eslambolchi', + 'NumberofPatentFamilies': 410, + 'Country': 'USA', + 'Number of INPADOC patents': 631, + 'Active': '1993-2016', + 'Mainfieldsofinvention': 'Telecommunications, Network intelligence, information Technology, communications technology', + + }, + + { + 'Inventor': 'Stanford R. Ovshinsky', + 'NumberofPatentFamilies': 400, + 'Country': 'USA', + 'Number of INPADOC patents': 1649, + 'Active': '1922(b)-2012(d)', + 'Mainfieldsofinvention': 'Batteries, Solar cells, Liquid crystal displays, Hydrogen fuel cells, Computer data storage', + + }, + + { + 'Inventor': 'Victoria Y. H. Wood', + 'NumberofPatentFamilies': 400, + 'Country': 'USA', + 'Number of INPADOC patents': 1045, + 'Active': '2009-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Josef Theurer', + 'NumberofPatentFamilies': 388, + 'Country': 'Austria', + 'Number of INPADOC patents': 5085, + 'Active': '1976-2016', + 'Mainfieldsofinvention': 'Railroad maintenance machines', + + }, + + { + 'Inventor': 'Cary L. Bates', + 'NumberofPatentFamilies': 384, + 'Country': 'USA', + 'Number of INPADOC patents': 570, + 'Active': '1994-2016', + 'Mainfieldsofinvention': 'Programming tools, DBX, Memory debuggers', + + }, + + { + 'Inventor': 'David V. Horak', + 'NumberofPatentFamilies': 380, + 'Country': 'USA', + 'Number of INPADOC patents': 616, + 'Active': '1992-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Kai-Li Jiang', + 'NumberofPatentFamilies': 379, + 'Country': 'China', + 'Number of INPADOC patents': 829, + 'Active': '2006-2016', + 'Mainfieldsofinvention': 'Carbon nanotubes and applications of carbon nanotubes', + + }, + + { + 'Inventor': 'Hans-Joachim Santel', + 'NumberofPatentFamilies': 377, + 'Country': 'Germany', + 'Number of INPADOC patents': 2623, + 'Active': '1986-2013', + 'Mainfieldsofinvention': 'Herbicides, Pesticides, Organic chemistry', + + }, + + { + 'Inventor': 'Xuemin (Sherman) Chen', + 'NumberofPatentFamilies': 377, + 'Country': 'USA', + 'Number of INPADOC patents': 1151, + 'Active': '1997-2017', + 'Mainfieldsofinvention': 'Computer networks, Integrated Circuits, Signal Processing', + + }, + + { + 'Inventor': 'George P. Liang', + 'NumberofPatentFamilies': 375, + 'Country': 'China', + 'Number of INPADOC patents': 508, + 'Active': '1983-2016', + 'Mainfieldsofinvention': 'Gas turbine cooling', + + }, + + { + 'Inventor': 'Gisela Lorenz', + 'NumberofPatentFamilies': 374, + 'Country': 'Germany', + 'Number of INPADOC patents': 4155, + 'Active': '1990-2015', + 'Mainfieldsofinvention': 'Fungicides, Organic chemistry', + + }, + + { + 'Inventor': 'Garry R. Jackson', + 'NumberofPatentFamilies': 367, + 'Country': 'Australia', + 'Number of INPADOC patents': 656, + 'Active': '2001-2016', + 'Mainfieldsofinvention': 'Printing, Mechanical', + + }, + + { + 'Inventor': 'Paul W. Dent', + 'NumberofPatentFamilies': 362, + 'Country': 'USA', + 'Number of INPADOC patents': 2252, + 'Active': '1984-2015', + 'Mainfieldsofinvention': 'Wireless communications', + + }, + + { + 'Inventor': 'George Westinghouse', + 'NumberofPatentFamilies': 361, + 'Country': 'USA', + 'Number of INPADOC patents': 'NA', + 'Active': '1846(b)-1914(d)', + 'Mainfieldsofinvention': 'Electric power, Electricity meter, Railway air brake, Steam engines', + + }, + + { + 'Inventor': 'Wael W. Diab', + 'NumberofPatentFamilies': 358, + 'Country': 'USA', + 'Number of INPADOC patents': 774, + 'Active': '2003-2016', + 'Mainfieldsofinvention': 'Computer networks', + + }, + + { + 'Inventor': 'Devendra K. Sadana', + 'NumberofPatentFamilies': 356, + 'Country': 'India', + 'Number of INPADOC patents': 794, + 'Active': '1983-2016', + 'Mainfieldsofinvention': 'Solar cells, OLED, Integrated Circuits, CMOS, DRAM, LEDs', + + }, + + { + 'Inventor': 'Vincent J. Zimmer', + 'NumberofPatentFamilies': 354, + 'Country': 'USA', + 'Number of INPADOC patents': 972, + 'Active': '1999-2016', + 'Mainfieldsofinvention': 'Computer software and firmware', + + }, + + { + 'Inventor': 'Robert R. Schmidt', + 'NumberofPatentFamilies': 350, + 'Country': 'Germany', + 'Number of INPADOC patents': 2467, + 'Active': '1971-2005', + 'Mainfieldsofinvention': 'Herbicides, Fungicides, Organic chemistry', + + }, + + { + 'Inventor': 'Norman M. Berry', + 'NumberofPatentFamilies': 347, + 'Country': 'Australia', + 'Number of INPADOC patents': 516, + 'Active': '2006-2016', + 'Mainfieldsofinvention': 'Printing, Mechanical', + + }, + + { + 'Inventor': 'Chih-Chao Yang', + 'NumberofPatentFamilies': 345, + 'Country': 'USA', + 'Number of INPADOC patents': 690, + 'Active': '2003-2016', + 'Mainfieldsofinvention': 'Integrated Circuits', + + }, + + { + 'Inventor': 'Gregory J. Boss', + 'NumberofPatentFamilies': 345, + 'Country': 'USA', + 'Number of INPADOC patents': 588, + 'Active': '2008-2016', + 'Mainfieldsofinvention': 'Various' + }, + + { + 'Inventor': 'Mark W. Kroll', + 'NumberofPatentFamilies': 343, + 'Country': 'USA', + 'Number of INPADOC patents': 460, + 'Active': '1987-2016', + 'Mainfieldsofinvention': 'Implantable medical devices', + + }, + + { + 'Inventor': 'Brian M. O\'Connell', + 'NumberofPatentFamilies': 331, + 'Country': 'USA', + 'Number of INPADOC patents': 592, + 'Active': '2009-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'William Daniel Hillis', + 'NumberofPatentFamilies': 328, + 'Country': 'USA', + 'Number of INPADOC patents': 229, + 'Active': '1986-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Brent A. Anderson', + 'NumberofPatentFamilies': 323, + 'Country': 'USA', + 'Number of INPADOC patents': 454, + 'Active': '2001-2016', + 'Mainfieldsofinvention': 'Semiconductor device fabrication, Semiconductor memory, Semiconductor device', + + }, + + { + 'Inventor': 'Jeffrey E. Stahmann', + 'NumberofPatentFamilies': 321, + 'Country': 'USA', + 'Number of INPADOC patents': 640, + 'Active': '1994-2016', + 'Mainfieldsofinvention': 'Medical devices', + + }, + + { + 'Inventor': 'Carl J. Radens', + 'NumberofPatentFamilies': 317, + 'Country': 'USA', + 'Number of INPADOC patents': 636, + 'Active': '1994-2016', + 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM, Semiconductor device fabrication', + + }, + + { + 'Inventor': 'Clifford A. Pickover', + 'NumberofPatentFamilies': 317, + 'Country': 'USA', + 'Number of INPADOC patents': 653, + 'Active': '1992-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Liang Liu', + 'NumberofPatentFamilies': 310, + 'Country': 'China', + 'Number of INPADOC patents': 777, + 'Active': '2005-2016', + 'Mainfieldsofinvention': 'Carbon nanotubes and applications of carbon nanotubes', + + }, + + { + 'Inventor': 'Steven L. Teig', + 'NumberofPatentFamilies': 307, + 'Country': 'USA', + 'Number of INPADOC patents': 366, + 'Active': '1995-2016', + 'Mainfieldsofinvention': 'Integrated Circuits', + + }, + + { + 'Inventor': 'Victoria Smith', + 'NumberofPatentFamilies': 305, + 'Country': 'USA', + 'Number of INPADOC patents': 2040, + 'Active': '2006-2016', + 'Mainfieldsofinvention': 'Proteins, Antibodies', + + }, + + { + 'Inventor': 'Robert G. LeTourneau', + 'NumberofPatentFamilies': 299, + 'Country': 'USA', + 'Number of INPADOC patents': 'NA', + 'Active': '1888(b)-1969(d)', + 'Mainfieldsofinvention': 'Earthworks (engineering), Heavy Equipment, Industrial Machinery', + + }, + + { + 'Inventor': 'William R. Tonti', + 'NumberofPatentFamilies': 291, + 'Country': 'USA', + 'Number of INPADOC patents': 441, + 'Active': '1994-2016', + 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM, Semiconductor device fabrication', + + }, + + { + 'Inventor': 'Keith R. Walker', + 'NumberofPatentFamilies': 282, + 'Country': 'Saudi Arabia', + 'Number of INPADOC patents': 318, + 'Active': '2003-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Victor S. Moore', + 'NumberofPatentFamilies': 280, + 'Country': 'USA', + 'Number of INPADOC patents': 428, + 'Active': '1982-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Hanson S. Gifford III', + 'NumberofPatentFamilies': 276, + 'Country': 'USA', + 'Number of INPADOC patents': 795, + 'Active': '1987-2016', + 'Mainfieldsofinvention': 'Medical Devices', + + }, + + { + 'Inventor': 'Daniel J. Winarski', + 'NumberofPatentFamilies': 275, + 'Country': 'USA', + 'Number of INPADOC patents': 506, + 'Active': '1982-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Adam Heller', + 'NumberofPatentFamilies': 272, + 'Country': 'Romania', + 'Number of INPADOC patents': 711, + 'Active': '1968-2016', + 'Mainfieldsofinvention': 'Solar cells, Glucose meters, Lasers', + + }, + + { + 'Inventor': 'Lisa Seacat DeLuca', + 'NumberofPatentFamilies': 271, + 'Country': 'USA', + 'Number of INPADOC patents': 385, + 'Active': '2009-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Brent Keeth', + 'NumberofPatentFamilies': 270, + 'Country': 'USA', + 'Number of INPADOC patents': 470, + 'Active': '1994-2016', + 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM', + + }, + + { + 'Inventor': 'Hartley Owen', + 'NumberofPatentFamilies': 267, + 'Country': 'USA', + 'Number of INPADOC patents': 751, + 'Active': '1976-2010', + 'Mainfieldsofinvention': 'Fluid catalytic cracking', + + }, + + { + 'Inventor': 'Michael A. Rothman', + 'NumberofPatentFamilies': 256, + 'Country': 'USA', + 'Number of INPADOC patents': 687, + 'Active': '2001-2017', + 'Mainfieldsofinvention': 'Computer software and firmware', + + }, + + { + 'Inventor': 'Yoshihiro Kikuchi', + 'NumberofPatentFamilies': 255, + 'Country': 'Japan', + 'Number of INPADOC patents': 1120, + 'Active': '1994-2015', + 'Mainfieldsofinvention': 'Video processing', + + }, + + { + 'Inventor': 'Kulvir S. Bhogal', + 'NumberofPatentFamilies': 252, + 'Country': 'USA', + 'Number of INPADOC patents': 486, + 'Active': '2003-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Bengt Lindoff', + 'NumberofPatentFamilies': 248, + 'Country': 'Sweden', + 'Number of INPADOC patents': 1658, + 'Active': '2000-2017', + 'Mainfieldsofinvention': 'Wireless communications', + + }, + + { + 'Inventor': 'Nobuyuki Taniguchi', + 'NumberofPatentFamilies': 245, + 'Country': 'Japan', + 'Number of INPADOC patents': 967, + 'Active': '1979-2015', + 'Mainfieldsofinvention': 'Cameras', + + }, + + { + 'Inventor': 'Dean L. Kamen', + 'NumberofPatentFamilies': 243, + 'Country': 'USA', + 'Number of INPADOC patents': 1186, + 'Active': '1979-2016', + 'Mainfieldsofinvention': 'Battery-powered electric vehicles, Medical devices, Stirling engines, Water purification, Wheelchairs', + + }, + + { + 'Inventor': 'Philip S. Yu', + 'NumberofPatentFamilies': 236, + 'Country': 'USA', + 'Number of INPADOC patents': 158, + 'Active': '1982-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Rajiv V. Joshi', + 'NumberofPatentFamilies': 235, + 'Country': 'USA', + 'Number of INPADOC patents': 354, + 'Active': '1986-2016', + 'Mainfieldsofinvention': 'Electronics, analytics', + + }, + + { + 'Inventor': 'Lawrence A. Clevenger', + 'NumberofPatentFamilies': 235, + 'Country': 'USA', + 'Number of INPADOC patents': 526, + 'Active': '1996-2017', + 'Mainfieldsofinvention': 'Semiconductor, Cognitive, Memory, Security, Analytics', + + }, + + { + 'Inventor': 'Johnny M. Shieh', + 'NumberofPatentFamilies': 231, + 'Country': 'USA', + 'Number of INPADOC patents': 444, + 'Active': '1996-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Takeshi Chujoh', + 'NumberofPatentFamilies': 229, + 'Country': 'Japan', + 'Number of INPADOC patents': 1065, + 'Active': '1995-2016', + 'Mainfieldsofinvention': 'Video processing', + + }, + + { + 'Inventor': 'Bran Ferren', + 'NumberofPatentFamilies': 225, + 'Country': 'USA', + 'Number of INPADOC patents': 589, + 'Active': '1986-2017', + 'Mainfieldsofinvention': 'Computers, Consumer Electronics, Optical Systems, Medical, User Interfaces, Automotive', + + }, + + { + 'Inventor': 'Paul Ian Mackey', + 'NumberofPatentFamilies': 220, + 'Country': 'Australia', + 'Number of INPADOC patents': 246, + 'Active': '2008-2016', + 'Mainfieldsofinvention': 'Printing, Mechanical', + + }, + + { + 'Inventor': 'Louis Rosenberg', + 'NumberofPatentFamilies': 218, + 'Country': 'USA', + 'Number of INPADOC patents': 444, + 'Active': '1995-2016', + 'Mainfieldsofinvention': 'Augmented Reality, Virtual Reality, A.I., HCI', + + }, + + { + 'Inventor': 'Thomas J. Kennedy III', + 'NumberofPatentFamilies': 218, + 'Country': 'USA', + 'Number of INPADOC patents': 513, + 'Active': '1992-2016', + 'Mainfieldsofinvention': 'Sporting Goods, Wind Turbines', + + }, + + { + 'Inventor': 'Gerald F. McBrearty', + 'NumberofPatentFamilies': 213, + 'Country': 'USA', + 'Number of INPADOC patents': 387, + 'Active': '1997-2016', + 'Mainfieldsofinvention': 'Various', + + }, + + { + 'Inventor': 'Esmael H. Dinan', + 'NumberofPatentFamilies': 208, + 'Country': 'USA', + 'Number of INPADOC patents': 344, + 'Active': '2000-2017', + 'Mainfieldsofinvention': 'Communication Networks', + + }, + + { + 'Inventor': 'Imad Libbus', + 'NumberofPatentFamilies': 207, + 'Country': 'USA', + 'Number of INPADOC patents': 472, + 'Active': '2007-2017', + 'Mainfieldsofinvention': 'Medical devices', + + }, + + { + 'Inventor': 'Hiroshi (You) Yoshioka', + 'NumberofPatentFamilies': 205, + 'Country': 'Japan', + 'Number of INPADOC patents': 181, + 'Active': '1997-2015', + 'Mainfieldsofinvention': 'Cameras', + + }, + + { + 'Inventor': 'Patrick B. Usoro', + 'NumberofPatentFamilies': 205, + 'Country': 'USA', + 'Number of INPADOC patents': 343, + 'Active': '1999-2016', + 'Mainfieldsofinvention': 'Transmissions, Hybrid Powertrains, Vehicle Thermal Management', + + }, + + { + 'Inventor': 'Gregory McAvoy', + 'NumberofPatentFamilies': 205, + 'Country': 'Australia', + 'Number of INPADOC patents': 433, + 'Active': '2003-2014', + 'Mainfieldsofinvention': 'Printing, MEMS', + + }, + + { + 'Inventor': 'Sebastian T Ventrone', + 'NumberofPatentFamilies': 204, + 'Country': 'USA', + 'Number of INPADOC patents': 283, + 'Active': '1989-2017', + 'Mainfieldsofinvention': 'Semiconductor, Logic, Architecture', + + }, + + { + 'Inventor': 'Dorin Comaniciu', + 'NumberofPatentFamilies': 200, + 'Country': 'USA', + 'Number of INPADOC patents': 452, + 'Active': '2003-2017', + 'Mainfieldsofinvention': 'Machine Intelligence, Medical Imaging, Image-Guided Surgery, Computer Vision', + + } +]; + +export interface ColumnSpanDataType { + EmployeeID: number; + EmployeeName: string; + '9:00': string; + '9:30': string; + '10:00': string; + '10:30': string; + '11:00': string; + '11:30': string; + '12:00': string; + '12:30': string; + '1:00': string; + '1:30': string; + '2:00': string; + '2:30': string; + '3:00': string; + '3:30': string; + '4:00': string; + '4:30': string; + '5:00': string; +} +export let columnSpanData: ColumnSpanDataType[] = [ + { + EmployeeID: 10001, + EmployeeName: 'Davolio', + '9:00': 'Analysis Tasks', + '9:30': 'Analysis Tasks', + '10:00': 'Team Meeting', + '10:30': 'Testing', + '11:00': 'Development', + '11:30': 'Development', + '12:00': 'Development', + '12:30': 'Support', + '1:00': 'Lunch Break', + '1:30': 'Lunch Break', + '2:00': 'Lunch Break', + '2:30': 'Testing', + '3:00': 'Testing', + '3:30': 'Development', + '4:00': 'Conference', + '4:30': 'Team Meeting', + '5:00': 'Team Meeting' + }, + { + EmployeeID: 10002, + EmployeeName: 'Buchanan', + '9:00': 'Task Assign', + '9:30': 'Support', + '10:00': 'Support', + '10:30': 'Support', + '11:00': 'Testing', + '11:30': 'Testing', + '12:00': 'Testing', + '12:30': 'Testing', + '1:00': 'Lunch Break', + '1:30': 'Lunch Break', + '2:00': 'Lunch Break', + '2:30': 'Development', + '3:00': 'Development', + '3:30': 'Check Mail', + '4:00': 'Check Mail', + '4:30': 'Team Meeting', + '5:00': 'Team Meeting' + }, + { + EmployeeID: 10003, + EmployeeName: 'Fuller', + '9:00': 'Check Mail', + '9:30': 'Check Mail', + '10:00': 'Check Mail', + '10:30': 'Analysis Tasks', + '11:00': 'Analysis Tasks', + '11:30': 'Support', + '12:00': 'Support', + '12:30': 'Support', + '1:00': 'Lunch Break', + '1:30': 'Lunch Break', + '2:00': 'Lunch Break', + '2:30': 'Development', + '3:00': 'Development', + '3:30': 'Team Meeting', + '4:00': 'Team Meeting', + '4:30': 'Development', + '5:00': 'Development' + }, + { + EmployeeID: 10004, + EmployeeName: 'Leverling', + '9:00': 'Testing', + '9:30': 'Check Mail', + '10:00': 'Check Mail', + '10:30': 'Support', + '11:00': 'Testing', + '11:30': 'Testing', + '12:00': 'Testing', + '12:30': 'Testing', + '1:00': 'Lunch Break', + '1:30': 'Lunch Break', + '2:00': 'Lunch Break', + '2:30': 'Development', + '3:00': 'Development', + '3:30': 'Check Mail', + '4:00': 'Conference', + '4:30': 'Conference', + '5:00': 'Team Meeting' + }, + { + EmployeeID: 10005, + EmployeeName: 'Peacock', + '9:00': 'Task Assign', + '9:30': 'Task Assign', + '10:00': 'Task Assign', + '10:30': 'Task Assign', + '11:00': 'Check Mail', + '11:30': 'Support', + '12:00': 'Support', + '12:30': 'Support', + '1:00': 'Lunch Break', + '1:30': 'Lunch Break', + '2:00': 'Lunch Break', + '2:30': 'Development', + '3:00': 'Development', + '3:30': 'Team Meeting', + '4:00': 'Team Meeting', + '4:30': 'Testing', + '5:00': 'Testing' + }, + { + EmployeeID: 10006, + EmployeeName: 'Janet', + '9:00': 'Testing', + '9:30': 'Testing', + '10:00': 'Support', + '10:30': 'Support', + '11:00': 'Support', + '11:30': 'Team Meeting', + '12:00': 'Team Meeting', + '12:30': 'Team Meeting', + '1:00': 'Lunch Break', + '1:30': 'Lunch Break', + '2:00': 'Lunch Break', + '2:30': 'Development', + '3:00': 'Development', + '3:30': 'Team Meeting', + '4:00': 'Team Meeting', + '4:30': 'Development', + '5:00': 'Development' + }, + { + EmployeeID: 10007, + EmployeeName: 'Suyama', + '9:00': 'Analysis Tasks', + '9:30': 'Analysis Tasks', + '10:00': 'Testing', + '10:30': 'Development', + '11:00': 'Development', + '11:30': 'Testing', + '12:00': 'Testing', + '12:30': 'Testing', + '1:00': 'Lunch Break', + '1:30': 'Lunch Break', + '2:00': 'Lunch Break', + '2:30': 'Support', + '3:00': 'Build', + '3:30': 'Build', + '4:00': 'Check Mail', + '4:30': 'Check Mail', + '5:00': 'Check Mail' + }, + { + EmployeeID: 10008, + EmployeeName: 'Robert', + '9:00': 'Task Assign', + '9:30': 'Task Assign', + '10:00': 'Task Assign', + '10:30': 'Development', + '11:00': 'Development', + '11:30': 'Development', + '12:00': 'Testing', + '12:30': 'Support', + '1:00': 'Lunch Break', + '1:30': 'Lunch Break', + '2:00': 'Lunch Break', + '2:30': 'Check Mail', + '3:00': 'Check Mail', + '3:30': 'Check Mail', + '4:00': 'Team Meeting', + '4:30': 'Team Meeting', + '5:00': 'Build' + }, + { + EmployeeID: 10009, + EmployeeName: 'Andrew', + '9:00': 'Check Mail', + '9:30': 'Team Meeting', + '10:00': 'Team Meeting', + '10:30': 'Support', + '11:00': 'Testing', + '11:30': 'Development', + '12:00': 'Development', + '12:30': 'Development', + '1:00': 'Lunch Break', + '1:30': 'Lunch Break', + '2:00': 'Lunch Break', + '2:30': 'Check Mail', + '3:00': 'Check Mail', + '3:30': 'Check Mail', + '4:00': 'Team Meeting', + '4:30': 'Development', + '5:00': 'Development' + }, + { + EmployeeID: 10010, + + EmployeeName: 'Michael', + '9:00': 'Task Assign', + '9:30': 'Task Assign', + '10:00': 'Task Assign', + '10:30': 'Analysis Tasks', + '11:00': 'Analysis Tasks', + '11:30': 'Development', + '12:00': 'Development', + '12:30': 'Development', + '1:00': 'Lunch Break', + '1:30': 'Lunch Break', + '2:00': 'Lunch Break', + '2:30': 'Testing', + '3:00': 'Testing', + '3:30': 'Testing', + '4:00': 'Build', + '4:30': 'Build', + '5:00': 'Build' + } +]; + +let order: string = JSON.stringify([ + { + 'OrderID': 10248, + 'CustomerID': 'VINET', + 'CustomerName': 'Maria ', + 'OrderDate': '1996-07-04T00:00:00.000Z', + 'ShippedDate': '1996-07-16T00:00:00.000Z', + 'Freight': 32.38, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10249, + 'CustomerID': 'TOMSP', + 'CustomerName': 'Ana Trujillo', + 'OrderDate': '1996-07-05T00:00:00.000Z', + 'ShippedDate': '1996-07-10T00:00:00.000Z', + 'Freight': 11.61, + 'ShipName': 'Toms Spezialitäten', + 'ShipAddress': 'Luisenstr. 48', + 'ShipCity': 'Münster', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10250, + 'CustomerID': 'HANAR', + 'CustomerName': 'Antonio Moreno', + 'OrderDate': '1996-07-08T00:00:00.000Z', + 'ShippedDate': '1996-07-12T00:00:00.000Z', + 'Freight': 65.83, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10251, + 'CustomerID': 'VICTE', + 'CustomerName': 'Thomas Hardy', + 'OrderDate': '1996-07-08T00:00:00.000Z', + 'ShippedDate': '1996-07-15T00:00:00.000Z', + 'Freight': 41.34, + 'ShipName': 'Victuailles en stock', + 'ShipAddress': '2, rue du Commerce', + 'ShipCity': 'Lyon', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10252, + 'CustomerID': 'SUPRD', + 'CustomerName': 'Christina Berglund', + 'OrderDate': '1996-07-09T00:00:00.000Z', + 'ShippedDate': '1996-07-11T00:00:00.000Z', + 'Freight': 51.3, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10253, + 'CustomerID': 'HANAR', + 'CustomerName': 'Hanna Moos', + 'OrderDate': '1996-07-10T00:00:00.000Z', + 'ShippedDate': '1996-07-16T00:00:00.000Z', + 'Freight': 58.17, + 'ShipName': 'Hanari Carnes', + 'ShipAddress': 'Rua do Paço, 67', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10254, + 'CustomerID': 'CHOPS', + 'CustomerName': 'Frédérique Citeaux', + 'OrderDate': '1996-07-11T00:00:00.000Z', + 'ShippedDate': '1996-07-23T00:00:00.000Z', + 'Freight': 22.98, + 'ShipName': 'Chop-suey Chinese', + 'ShipAddress': 'Hauptstr. 31', + 'ShipCity': 'Bern', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10255, + 'CustomerID': 'RICSU', + 'CustomerName': 'Martín Sommer', + 'OrderDate': '1996-07-12T00:00:00.000Z', + 'ShippedDate': '1996-07-15T00:00:00.000Z', + 'Freight': 148.33, + 'ShipName': 'Richter Supermarkt', + 'ShipAddress': 'Starenweg 5', + 'ShipCity': 'Genève', + 'ShipRegion': null, + 'ShipCountry': 'Switzerland' + }, + { + 'OrderID': 10256, + 'CustomerID': 'WELLI', + 'CustomerName': 'Laurence Lebihan', + 'OrderDate': '1996-07-15T00:00:00.000Z', + 'ShippedDate': '1996-07-17T00:00:00.000Z', + 'Freight': 13.97, + 'ShipName': 'Wellington Importadora', + 'ShipAddress': 'Rua do Mercado, 12', + 'ShipCity': 'Resende', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10257, + 'CustomerID': 'HILAA', + 'CustomerName': 'Elizabeth Lincoln', + 'OrderDate': '1996-07-16T00:00:00.000Z', + 'ShippedDate': '1996-07-22T00:00:00.000Z', + 'Freight': 81.91, + 'ShipName': 'HILARION-Abastos', + 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35', + 'ShipCity': 'San Cristóbal', + 'ShipRegion': 'Táchira', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10258, + 'CustomerID': 'ERNSH', + 'CustomerName': 'Victoria Ashworth', + 'OrderDate': '1996-07-17T00:00:00.000Z', + 'ShippedDate': '1996-07-23T00:00:00.000Z', + 'Freight': 140.51, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10259, + 'CustomerID': 'CENTC', + 'CustomerName': 'Patricio Simpson', + 'OrderDate': '1996-07-18T00:00:00.000Z', + 'ShippedDate': '1996-07-25T00:00:00.000Z', + 'Freight': 3.25, + 'ShipName': 'Centro comercial Moctezuma', + 'ShipAddress': 'Sierras de Granada 9993', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10260, + 'CustomerID': 'OTTIK', + 'CustomerName': 'Francisco Chang', + 'OrderDate': '1996-07-19T00:00:00.000Z', + 'ShippedDate': '1996-07-29T00:00:00.000Z', + 'Freight': 55.09, + 'ShipName': 'Ottilies Käseladen', + 'ShipAddress': 'Mehrheimerstr. 369', + 'ShipCity': 'Köln', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10261, + 'CustomerID': 'QUEDE', + 'CustomerName': 'Yang Wang', + 'OrderDate': '1996-07-19T00:00:00.000Z', + 'ShippedDate': '1996-07-30T00:00:00.000Z', + 'Freight': 3.05, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10262, + 'CustomerID': 'RATTC', + 'CustomerName': 'Pedro Afonso', + 'OrderDate': '1996-07-22T00:00:00.000Z', + 'ShippedDate': '1996-07-25T00:00:00.000Z', + 'Freight': 48.29, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10263, + 'CustomerID': 'ERNSH', + 'CustomerName': 'Elizabeth Brown', + 'OrderDate': '1996-07-23T00:00:00.000Z', + 'ShippedDate': '1996-07-31T00:00:00.000Z', + 'Freight': 146.06, + 'ShipName': 'Ernst Handel', + 'ShipAddress': 'Kirchgasse 6', + 'ShipCity': 'Graz', + 'ShipRegion': null, + 'ShipCountry': 'Austria' + }, + { + 'OrderID': 10264, + 'CustomerID': 'FOLKO', + 'CustomerName': 'Sven Ottlieb', + 'OrderDate': '1996-07-24T00:00:00.000Z', + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 3.67, + 'ShipName': 'Folk och fä HB', + 'ShipAddress': 'Åkergatan 24', + 'ShipCity': 'Bräcke', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10265, + 'CustomerID': 'BLONP', + 'CustomerName': 'Ann Devon', + 'OrderDate': '1996-07-25T00:00:00.000Z', + 'ShippedDate': '1996-08-12T00:00:00.000Z', + 'Freight': 55.28, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10266, + 'CustomerID': 'WARTH', + 'CustomerName': 'Roland Mendel', + 'OrderDate': '1996-07-26T00:00:00.000Z', + 'ShippedDate': '1996-07-31T00:00:00.000Z', + 'Freight': 25.73, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10267, + 'CustomerID': 'FRANK', + 'CustomerName': 'Aria Cruz', + 'OrderDate': '1996-07-29T00:00:00.000Z', + 'ShippedDate': '1996-08-06T00:00:00.000Z', + 'Freight': 208.58, + 'ShipName': 'Frankenversand', + 'ShipAddress': 'Berliner Platz 43', + 'ShipCity': 'München', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10268, + 'CustomerID': 'GROSR', + 'CustomerName': 'Diego Roel', + 'OrderDate': '1996-07-30T00:00:00.000Z', + 'ShippedDate': '1996-08-02T00:00:00.000Z', + 'Freight': 66.29, + 'ShipName': 'GROSELLA-Restaurante', + 'ShipAddress': '5ª Ave. Los Palos Grandes', + 'ShipCity': 'Caracas', + 'ShipRegion': 'DF', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10269, + 'CustomerID': 'WHITC', + 'CustomerName': 'Martine Rancé', + 'OrderDate': '1996-07-31T00:00:00.000Z', + 'ShippedDate': '1996-08-09T00:00:00.000Z', + 'Freight': 4.56, + 'ShipName': 'White Clover Markets', + 'ShipAddress': '1029 - 12th Ave. S.', + 'ShipCity': 'Seattle', + 'ShipRegion': 'WA', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10270, + 'CustomerID': 'WARTH', + 'CustomerName': 'Maria Larsson', + 'OrderDate': '1996-08-01T00:00:00.000Z', + 'ShippedDate': '1996-08-02T00:00:00.000Z', + 'Freight': 136.54, + 'ShipName': 'Wartian Herkku', + 'ShipAddress': 'Torikatu 38', + 'ShipCity': 'Oulu', + 'ShipRegion': null, + 'ShipCountry': 'Finland' + }, + { + 'OrderID': 10271, + 'CustomerID': 'SPLIR', + 'CustomerName': 'Peter Franken', + 'OrderDate': '1996-08-01T00:00:00.000Z', + 'ShippedDate': '1996-08-30T00:00:00.000Z', + 'Freight': 4.54, + 'ShipName': 'Split Rail Beer & Ale', + 'ShipAddress': 'P.O. Box 555', + 'ShipCity': 'Lander', + 'ShipRegion': 'WY', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10272, + 'CustomerID': 'RATTC', + 'CustomerName': 'Carine Schmitt', + 'OrderDate': '1996-08-02T00:00:00.000Z', + 'ShippedDate': '1996-08-06T00:00:00.000Z', + 'Freight': 98.03, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10273, + 'CustomerID': 'QUICK', + 'CustomerName': 'Paolo Accorti', + 'OrderDate': '1996-08-05T00:00:00.000Z', + 'ShippedDate': '1996-08-12T00:00:00.000Z', + 'Freight': 76.07, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10274, + 'CustomerID': 'VINET', + 'CustomerName': 'Lino Rodriguez', + 'OrderDate': '1996-08-06T00:00:00.000Z', + 'ShippedDate': '1996-08-16T00:00:00.000Z', + 'Freight': 6.01, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10275, + 'CustomerID': 'MAGAA', + 'CustomerName': 'Eduardo Saavedra', + 'OrderDate': '1996-08-07T00:00:00.000Z', + 'ShippedDate': '1996-08-09T00:00:00.000Z', + 'Freight': 26.93, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10276, + 'CustomerID': 'TORTU', + 'CustomerName': 'José Pedro Freyre', + 'OrderDate': '1996-08-08T00:00:00.000Z', + 'ShippedDate': '1996-08-14T00:00:00.000Z', + 'Freight': 13.84, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10277, + 'CustomerID': 'MORGK', + 'CustomerName': 'André Fonseca', + 'OrderDate': '1996-08-09T00:00:00.000Z', + 'ShippedDate': '1996-08-13T00:00:00.000Z', + 'Freight': 125.77, + 'ShipName': 'Morgenstern Gesundkost', + 'ShipAddress': 'Heerstr. 22', + 'ShipCity': 'Leipzig', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10278, + 'CustomerID': 'BERGS', + 'CustomerName': 'Howard Snyder', + 'OrderDate': '1996-08-12T00:00:00.000Z', + 'ShippedDate': '1996-08-16T00:00:00.000Z', + 'Freight': 92.69, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10279, + 'CustomerID': 'LEHMS', + 'CustomerName': 'Manuel Pereira', + 'OrderDate': '1996-08-13T00:00:00.000Z', + 'ShippedDate': '1996-08-16T00:00:00.000Z', + 'Freight': 25.83, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10280, + 'CustomerID': 'BERGS', + 'CustomerName': 'Mario Pontes', + 'OrderDate': '1996-08-14T00:00:00.000Z', + 'ShippedDate': '1996-09-12T00:00:00.000Z', + 'Freight': 8.98, + 'ShipName': 'Berglunds snabbköp', + 'ShipAddress': 'Berguvsvägen 8', + 'ShipCity': 'Luleå', + 'ShipRegion': null, + 'ShipCountry': 'Sweden' + }, + { + 'OrderID': 10281, + 'CustomerID': 'ROMEY', + 'CustomerName': 'Carlos Hernández', + 'OrderDate': '1996-08-14T00:00:00.000Z', + 'ShippedDate': '1996-08-21T00:00:00.000Z', + 'Freight': 2.94, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10282, + 'CustomerID': 'ROMEY', + 'CustomerName': 'Yoshi Latimer', + 'OrderDate': '1996-08-15T00:00:00.000Z', + 'ShippedDate': '1996-08-21T00:00:00.000Z', + 'Freight': 12.69, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10283, + 'CustomerID': 'LILAS', + 'CustomerName': 'Patricia McKenna', + 'OrderDate': '1996-08-16T00:00:00.000Z', + 'ShippedDate': '1996-08-23T00:00:00.000Z', + 'Freight': 84.81, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10284, + 'CustomerID': 'LEHMS', + 'CustomerName': 'Helen Bennett', + 'OrderDate': '1996-08-19T00:00:00.000Z', + 'ShippedDate': '1996-08-27T00:00:00.000Z', + 'Freight': 76.56, + 'ShipName': 'Lehmanns Marktstand', + 'ShipAddress': 'Magazinweg 7', + 'ShipCity': 'Frankfurt a.M.', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10285, + 'CustomerID': 'QUICK', + 'CustomerName': 'Philip Cramer', + 'OrderDate': '1996-08-20T00:00:00.000Z', + 'ShippedDate': '1996-08-26T00:00:00.000Z', + 'Freight': 76.83, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10286, + 'CustomerID': 'QUICK', + 'CustomerName': 'Daniel Tonini', + 'OrderDate': '1996-08-21T00:00:00.000Z', + 'ShippedDate': '1996-08-30T00:00:00.000Z', + 'Freight': 229.24, + 'ShipName': 'QUICK-Stop', + 'ShipAddress': 'Taucherstraße 10', + 'ShipCity': 'Cunewalde', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10287, + 'CustomerID': 'RICAR', + 'CustomerName': 'Annette Roulet', + 'OrderDate': '1996-08-22T00:00:00.000Z', + 'ShippedDate': '1996-08-28T00:00:00.000Z', + 'Freight': 12.76, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10288, + 'CustomerID': 'REGGC', + 'CustomerName': 'Yoshi Tannamuri', + 'OrderDate': '1996-08-23T00:00:00.000Z', + 'ShippedDate': '1996-09-03T00:00:00.000Z', + 'Freight': 7.45, + 'ShipName': 'Reggiani Caseifici', + 'ShipAddress': 'Strada Provinciale 124', + 'ShipCity': 'Reggio Emilia', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10289, + 'CustomerID': 'BSBEV', + 'CustomerName': 'John Steel', + 'OrderDate': '1996-08-26T00:00:00.000Z', + 'ShippedDate': '1996-08-28T00:00:00.000Z', + 'Freight': 22.77, + 'ShipName': 'B s Beverages', + 'ShipAddress': 'Fauntleroy Circus', + 'ShipCity': 'London', + 'ShipRegion': null, + 'ShipCountry': 'UK' + }, + { + 'OrderID': 10290, + 'CustomerID': 'COMMI', + 'CustomerNames': 'Renate Messner', + 'OrderDate': '1996-08-27T00:00:00.000Z', + 'ShippedDate': '1996-09-03T00:00:00.000Z', + 'Freight': 79.7, + 'ShipName': 'Comércio Mineiro', + 'ShipAddress': 'Av. dos Lusíadas, 23', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10291, + 'CustomerID': 'QUEDE', + 'CustomerName': 'Jaime Yorres', + 'OrderDate': '1996-08-27T00:00:00.000Z', + 'ShippedDate': '1996-09-04T00:00:00.000Z', + 'Freight': 6.4, + 'ShipName': 'Que Delícia', + 'ShipAddress': 'Rua da Panificadora, 12', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10292, + 'CustomerID': 'TRADH', + 'CustomerName': 'Carlos González', + 'OrderDate': '1996-08-28T00:00:00.000Z', + 'ShippedDate': '1996-09-02T00:00:00.000Z', + 'Freight': 1.35, + 'ShipName': 'Tradiçao Hipermercados', + 'ShipAddress': 'Av. Inês de Castro, 414', + 'ShipCity': 'Sao Paulo', + 'ShipRegion': 'SP', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10293, + 'CustomerID': 'TORTU', + 'CustomerName': 'Felipe Izquierdo', + 'OrderDate': '1996-08-29T00:00:00.000Z', + 'ShippedDate': '1996-09-11T00:00:00.000Z', + 'Freight': 21.18, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10294, + 'CustomerID': 'RATTC', + 'CustomerName': 'Fran Wilson', + 'OrderDate': '1996-08-30T00:00:00.000Z', + 'ShippedDate': '1996-09-05T00:00:00.000Z', + 'Freight': 147.26, + 'ShipName': 'Rattlesnake Canyon Grocery', + 'ShipAddress': '2817 Milton Dr.', + 'ShipCity': 'Albuquerque', + 'ShipRegion': 'NM', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10295, + 'CustomerID': 'VINET', + 'CustomerName': 'Giovanni Rovelli', + 'OrderDate': '1996-09-02T00:00:00.000Z', + 'ShippedDate': '1996-09-10T00:00:00.000Z', + 'Freight': 1.15, + 'ShipName': 'Vins et alcools Chevalier', + 'ShipAddress': '59 rue de l Abbaye', + 'ShipCity': 'Reims', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10296, + 'CustomerID': 'LILAS', + 'CustomerName': 'Catherine Dewey', + 'OrderDate': '1996-09-03T00:00:00.000Z', + 'ShippedDate': '1996-09-11T00:00:00.000Z', + 'Freight': 0.12, + 'ShipName': 'LILA-Supermercado', + 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', + 'ShipCity': 'Barquisimeto', + 'ShipRegion': 'Lara', + 'ShipCountry': 'Venezuela' + }, + { + 'OrderID': 10297, + 'CustomerID': 'BLONP', + 'CustomerName': 'Jean Fresnière', + 'OrderDate': '1996-09-04T00:00:00.000Z', + 'ShippedDate': '1996-09-10T00:00:00.000Z', + 'Freight': 5.74, + 'ShipName': 'Blondel père et fils', + 'ShipAddress': '24, place Kléber', + 'ShipCity': 'Strasbourg', + 'ShipRegion': null, + 'ShipCountry': 'France' + }, + { + 'OrderID': 10298, + 'CustomerID': 'HUNGO', + 'CustomerName': 'Alexander Feuer', + 'OrderDate': '1996-09-05T00:00:00.000Z', + 'ShippedDate': '1996-09-11T00:00:00.000Z', + 'Freight': 168.22, + 'ShipName': 'Hungry Owl All-Night Grocers', + 'ShipAddress': '8 Johnstown Road', + 'ShipCity': 'Cork', + 'ShipRegion': 'Co. Cork', + 'ShipCountry': 'Ireland' + }, + { + 'OrderID': 10299, + 'CustomerID': 'RICAR', + 'CustomerName': 'Simon Crowther', + 'OrderDate': '1996-09-06T00:00:00.000Z', + 'ShippedDate': '1996-09-13T00:00:00.000Z', + 'Freight': 29.76, + 'ShipName': 'Ricardo Adocicados', + 'ShipAddress': 'Av. Copacabana, 267', + 'ShipCity': 'Rio de Janeiro', + 'ShipRegion': 'RJ', + 'ShipCountry': 'Brazil' + }, + { + 'OrderID': 10300, + 'CustomerID': 'MAGAA', + 'CustomerNames': 'Yvonne Moncada', + 'OrderDate': '1996-09-09T00:00:00.000Z', + 'ShippedDate': '1996-09-18T00:00:00.000Z', + 'Freight': 17.68, + 'ShipName': 'Magazzini Alimentari Riuniti', + 'ShipAddress': 'Via Ludovico il Moro 22', + 'ShipCity': 'Bergamo', + 'ShipRegion': null, + 'ShipCountry': 'Italy' + }, + { + 'OrderID': 10301, + 'CustomerID': 'WANDK', + 'CustomerName': 'Rene Phillips', + 'OrderDate': '1996-09-09T00:00:00.000Z', + 'ShippedDate': '1996-09-17T00:00:00.000Z', + 'Freight': 45.08, + 'ShipName': 'Die Wandernde Kuh', + 'ShipAddress': 'Adenauerallee 900', + 'ShipCity': 'Stuttgart', + 'ShipRegion': null, + 'ShipCountry': 'Germany' + }, + { + 'OrderID': 10302, + 'CustomerID': 'SUPRD', + 'CustomerName': 'Pirkko Koskitalo', + 'OrderDate': '1996-09-10T00:00:00.000Z', + 'ShippedDate': '1996-10-09T00:00:00.000Z', + 'Freight': 6.27, + 'ShipName': 'Suprêmes délices', + 'ShipAddress': 'Boulevard Tirou, 255', + 'ShipCity': 'Charleroi', + 'ShipRegion': null, + 'ShipCountry': 'Belgium' + }, + { + 'OrderID': 10303, + 'CustomerID': 'GODOS', + 'CustomerName': 'Paula Parente', + 'OrderDate': '1996-09-11T00:00:00.000Z', + 'ShippedDate': '1996-09-18T00:00:00.000Z', + 'Freight': 107.83, + 'ShipName': 'Godos Cocina Típica', + 'ShipAddress': 'C/ Romero, 33', + 'ShipCity': 'Sevilla', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10304, + 'CustomerID': 'TORTU', + 'CustomerName': 'Karl Jablonski', + 'OrderDate': '1996-09-12T00:00:00.000Z', + 'ShippedDate': '1996-09-17T00:00:00.000Z', + 'Freight': 63.79, + 'ShipName': 'Tortuga Restaurante', + 'ShipAddress': 'Avda. Azteca 123', + 'ShipCity': 'México D.F.', + 'ShipRegion': null, + 'ShipCountry': 'Mexico' + }, + { + 'OrderID': 10305, + 'CustomerID': 'OLDWO', + 'CustomerName': 'Matti Karttunen', + 'OrderDate': '1996-09-13T00:00:00.000Z', + 'ShippedDate': '1996-10-09T00:00:00.000Z', + 'Freight': 257.62, + 'ShipName': 'Old World Delicatessen', + 'ShipAddress': '2743 Bering St.', + 'ShipCity': 'Anchorage', + 'ShipRegion': 'AK', + 'ShipCountry': 'USA' + }, + { + 'OrderID': 10306, + 'CustomerID': 'ROMEY', + 'CustomerName': 'Zbyszek Piestrzeniewicz', + 'OrderDate': '1996-09-16T00:00:00.000Z', + 'ShippedDate': '1996-09-23T00:00:00.000Z', + 'Freight': 7.56, + 'ShipName': 'Romero y tomillo', + 'ShipAddress': 'Gran Vía, 1', + 'ShipCity': 'Madrid', + 'ShipRegion': null, + 'ShipCountry': 'Spain' + }, + { + 'OrderID': 10307, + 'CustomerID': 'LONEP', + 'CustomerName': 'Zbyszek Piestrzeniewicz', + 'OrderDate': '1996-09-17T00:00:00.000Z', + 'ShippedDate': '1996-09-25T00:00:00.000Z', + 'Freight': 0.56, + 'ShipName': 'Lonesome Pine Restaurant', + 'ShipAddress': '89 Chiaroscuro Rd.', + 'ShipCity': 'Portland', + 'ShipRegion': 'OR', + 'ShipCountry': 'USA' + }]); +export const orderDetails: Object[] = JSON.parse(order, (field: string, value: any) => { + let dupValue: any = value; + if (typeof value === 'string' && /^(\d{4}\-\d\d\-\d\d([tT][\d:\.]*){1})([zZ]|([+\-])(\d\d):?(\d\d))?$/.test(value)) { + let arr: any = dupValue.split(/[^0-9]/); + let a: any = parseInt(arr[0], 10); + let b: any = parseInt(arr[1], 10) - 1; + let c: any = parseInt(arr[2], 10); + let d: any = parseInt(arr[3], 10); + value = new Date(a, b, c, d, parseInt(arr[4], 10), parseInt(arr[5], 10)); + } + return value; +}); + +/** + * Hierarchy Order data source + */ +export let hierarchyOrderdata: Object[] = [ + { + OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5), + ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye', + ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0 + }, + { + OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6), + ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48', + ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1 + }, + { + OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 2, OrderDate: new Date(8367642e5), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0 + }, + { + OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5), + ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce', + ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0 + }, + { + OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5), + ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255', + ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0 + }, + { + OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6), + ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67', + ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0 + }, + { + OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5), + ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31', + ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1 + }, + { + OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5), + ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5', + ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0 + }, + { + OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6), + ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12', + ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1 + }, + { + OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5), + ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35', + ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0 + }, + { + OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5), + ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6', + ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0 + }, + { + OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 7, OrderDate: new Date(8376282e5), + ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993', + ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1 + }, + { + OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5), + ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369', + ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0 + }, + { + OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 2, OrderDate: new Date(8377146e5), + ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12', + ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1 + }, + { + OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5), + ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.', + ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0 + }]; \ No newline at end of file diff --git a/src/dialog/sample.json b/src/dialog/sample.json index 6cdf9c39..51442ec3 100644 --- a/src/dialog/sample.json +++ b/src/dialog/sample.json @@ -2,6 +2,7 @@ "name": "Dialog", "directory": "dialog", "category":"Layout", + "type": "update", "ftName": "modal-dialog", "samples" : [ {"url":"default", "name": "Default Functionalities", "description":"The example demonstrates the default rendering of the JavaScript dialog, which supports modal and non-modal (modeless), built-in buttons, and more.", "category":"Dialog","api":{"Dialog":["header","content","showCloseIcon","buttons","closeOnEscape","target","width","animationSettings","open","close","visible","show","hide"] } }, @@ -13,5 +14,6 @@ {"url":"resizable", "description":"This example shows how to create resizable modal in the JavaScript dialog to change the size of a dialog efficiently and view its content more comfortably.", "name": "Resizable", "category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","close","content","show","enableResize"] } }, {"url":"position", "name": "Positioning", "description":"This example demonstrates how to display the JavaScript dialog control at various built-in and custom positions.", "category":"Dialog","api":{"Dialog":["width","header","target","footerTemplate","open","close","closeOnEscape","position","showCloseIcon"] }}, {"url":"animation", "name": "Animation", "description":"This example demonstrates how to open or close the JavaScript dialog with various animation effects, and how to customize the animation duration and delay.", "category":"Dialog","api":{"Dialog":["header","showCloseIcon","width","target","animationSettings","open","content","buttons"] } }, -{"url":"multiple-dialogs", "name": "Multiple Dialogs", "description":"This example shows how to display multiple dialogs sequentially and open multiple dialogs simultaneously for both modal and modeless JavaScript dialogs.", "category":"Dialog","api":{"Dialog":["width","header","target","animationSettings","open","close","closeOnEscape","buttons"] } } +{"url":"multiple-dialogs", "name": "Multiple Dialogs", "description":"This example shows how to display multiple dialogs sequentially and open multiple dialogs simultaneously for both modal and modeless JavaScript dialogs.", "category":"Dialog","api":{"Dialog":["width","header","target","animationSettings","open","close","closeOnEscape","buttons"] } }, +{"url":"components-dialog", "name": "Components inside Dialog", "type": "new", "description":"This example demonstrates how to render other Javascript Syncfusion components inside the dialog component.", "category":"Dialog", "api":{"Dialog":["header","target","animationSettings","open","close","closeOnEscape","buttons"] }} ]} \ No newline at end of file diff --git a/src/dialog/template-stack.json b/src/dialog/template-stack.json index 473f98cc..e1815ef4 100644 --- a/src/dialog/template-stack.json +++ b/src/dialog/template-stack.json @@ -1 +1 @@ -{"index.html":"\n\n \n\n
\n
\n \n
\n
\n\n\n\n\n
","index.ts":"{{ripple}}\r\nimport { Dialog } from '@syncfusion/ej2-popups';\r\nimport { Button } from '@syncfusion/ej2-buttons';\r\n\r\n/**\r\n * Template Dialog sample\r\n *
\r\n */\r\nlet icontemp: string = '';\r\nlet headerimg: string = '';\r\nlet message: string = 'Greetings Nancy! When will you share me the source files of the project?';\r\n\r\n \r\n let sendbutton: Button = new Button();\r\n let proxy: any = this;\r\n let dialog: Dialog = new Dialog({\r\n header: headerimg + '
Nancy
',\r\n footerTemplate: ' ' + icontemp,\r\n showCloseIcon: true,\r\n content: '
' + message + '
',\r\n target: document.getElementById('container'),\r\n width: '435px',\r\n open: dialogOpen,\r\n close: dialogClose,\r\n height: '76%',\r\n });\r\n dialog.appendTo('#dialog');\r\n sendbutton.appendTo('#sendButton');\r\n document.getElementById('targetButton').onclick = (): void => {\r\n dialog.show();\r\n };\r\n (document.getElementById('sendButton')as HTMLElement).onkeydown = (e: any) => {\r\n if (e.keyCode === 13) { updateTextValue(); }\r\n };\r\n\r\n (document.getElementById('inVal')as HTMLElement).onkeydown = (e: any) => {\r\n if (e.keyCode === 13) { updateTextValue(); }\r\n };\r\n\r\n document.getElementById('sendButton').onclick = (): void => {\r\n updateTextValue();\r\n };\r\n\r\n function updateTextValue () : void {\r\n let enteredVal: HTMLInputElement = document.getElementById('inVal') as HTMLInputElement;\r\n let dialogTextElement: HTMLElement = document.getElementsByClassName('dialogText')[0] as HTMLElement;\r\n let dialogTextWrap : HTMLElement = document.getElementsByClassName('dialogContent')[0] as HTMLElement;\r\n if (enteredVal.value !== '') {\r\n dialogTextElement.innerHTML = enteredVal.value;\r\n enteredVal.value = '';\r\n }\r\n }\r\n function dialogClose(): void {\r\n document.getElementById('targetButton').style.display = 'block';\r\n }\r\n\r\n function dialogOpen(): void {\r\n document.getElementById('targetButton').style.display = 'none';\r\n }\r\n\r\n"} \ No newline at end of file +{"index.html":"\n\n \n\n
\n
\n \n
\n
\n\n\n\n\n
","index.ts":"{{ripple}}\r\nimport { Dialog } from '@syncfusion/ej2-popups';\r\nimport { Button } from '@syncfusion/ej2-buttons';\r\n\r\n/**\r\n * Template Dialog sample\r\n *
\r\n */\r\nlet icontemp: string = '';\r\nlet headerimg: string = '';\r\nlet message: string = 'Greetings Nancy! When will you share me the source files of the project?';\r\n\r\n \r\n let sendbutton: Button = new Button();\r\n let proxy: any = this;\r\n let dialog: Dialog = new Dialog({\r\n header: headerimg + '
Nancy
',\r\n footerTemplate: ' ' + icontemp,\r\n showCloseIcon: true,\r\n content: '
' + message + '
',\r\n target: document.getElementById('container'),\r\n width: '435px',\r\n open: dialogOpen,\r\n close: dialogClose,\r\n height: '76%',\r\n });\r\n dialog.appendTo('#dialog');\r\n sendbutton.appendTo('#sendButton');\r\n document.getElementById('targetButton').onclick = (): void => {\r\n dialog.show();\r\n };\r\n (document.getElementById('sendButton')as HTMLElement).onkeydown = (e: any) => {\r\n if (e.keyCode === 13) { updateTextValue(); }\r\n };\r\n\r\n (document.getElementById('inVal')as HTMLElement).onkeydown = (e: any) => {\r\n if (e.keyCode === 13) { updateTextValue(); }\r\n };\r\n\r\n document.getElementById('sendButton').onclick = (): void => {\r\n updateTextValue();\r\n };\r\n\r\n function updateTextValue () : void {\r\n let enteredVal: HTMLInputElement = document.getElementById('inVal') as HTMLInputElement;\r\n let dialogTextElement: HTMLElement = document.getElementsByClassName('dialogText')[0] as HTMLElement;\r\n let dialogTextWrap : HTMLElement = document.getElementsByClassName('dialogContent')[0] as HTMLElement;\r\n if (enteredVal.value !== '') {\r\n dialogTextElement.innerHTML = enteredVal.value;\r\n enteredVal.value = '';\r\n }\r\n }\r\n function dialogClose(): void {\r\n document.getElementById('targetButton').style.display = 'block';\r\n }\r\n\r\n function dialogOpen(): void {\r\n document.getElementById('targetButton').style.display = 'none';\r\n }\r\n\r\n"} \ No newline at end of file diff --git a/src/dialog/template.html b/src/dialog/template.html index a9d509c9..1c5f909b 100644 --- a/src/dialog/template.html +++ b/src/dialog/template.html @@ -106,7 +106,7 @@ .e-open-icon::before { content: '\e782'; } - #template { + #dlg-template { display: inline-block; padding: 0px 10px; vertical-align: middle; diff --git a/src/dialog/template.ts b/src/dialog/template.ts index 9c76624c..423f6228 100644 --- a/src/dialog/template.ts +++ b/src/dialog/template.ts @@ -14,7 +14,7 @@ let message: string = 'Greetings Nancy! When will you share me the source files let sendbutton: Button = new Button(); let proxy: any = this; let dialog: Dialog = new Dialog({ - header: headerimg + '
Nancy
', + header: headerimg + '
Nancy
', footerTemplate: ' ' + icontemp, showCloseIcon: true, content: '
' + message + '
', diff --git a/src/document-editor/comments.html b/src/document-editor/comments.html new file mode 100644 index 00000000..ebc1b382 --- /dev/null +++ b/src/document-editor/comments.html @@ -0,0 +1,85 @@ +
+
+
+
+
+

This example demonstrates how to add and edit comments in a Word document using DocumentEditor.

+
+
+

In this example, comments features in the document editor can be found.

+
    +
  • Add a comment.
  • +
  • Reply to a comment.
  • +
  • Resolving the comment discussion.
  • +
+

More information about the document editor features can be found in this documentation section. +

+
+ + \ No newline at end of file diff --git a/src/document-editor/comments.ts b/src/document-editor/comments.ts new file mode 100644 index 00000000..34467816 --- /dev/null +++ b/src/document-editor/comments.ts @@ -0,0 +1,30 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor'; +import { TitleBar } from './title-bar'; +import * as data from './data-comments.json'; + + +/** + * Default document editor sample + */ +(window as any).default = (): void => { + loadCultureFiles(); + let hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/'; + + let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true }); + DocumentEditorContainer.Inject(Toolbar); + container.serviceUrl = hostUrl + 'api/documenteditor/'; + container.appendTo('#container'); + container.showPropertiesPane = false; + container.documentEditor.currentUser = 'Nancy Davolio'; + let titleBar: TitleBar = new TitleBar(document.getElementById('documenteditor_titlebar'), container.documentEditor, true); + container.documentEditor.open(JSON.stringify((data))); + container.documentEditor.documentName = 'Comments'; + titleBar.updateDocumentTitle(); + + container.documentChange = (): void => { + titleBar.updateDocumentTitle(); + container.documentEditor.focusIn(); + }; + +}; \ No newline at end of file diff --git a/src/document-editor/data-comments.json b/src/document-editor/data-comments.json new file mode 100644 index 00000000..43f9681b --- /dev/null +++ b/src/document-editor/data-comments.json @@ -0,0 +1,2574 @@ +{ + "sections": [ + { + "blocks": [ + { + "paragraphFormat": { + "styleName": "Title" + }, + "inlines": [ + { + "text": "The Giant Panda" + } + ] + }, + { + "paragraphFormat": { + "styleName": "Normal" + }, + "inlines": [ + { + "text": "The " + }, + { + "commentId": "Comment_e5affde3-0e01-48df-938c-071a057c6f8e", + "commentCharacterType": 0 + }, + { + "text": "giant panda" + }, + { + "commentId": "Comment_e5affde3-0e01-48df-938c-071a057c6f8e", + "commentCharacterType": 1 + }, + { + "text": ", which only lives in China outside of captivity, has captured the hearts of people of all ages across the globe. From their furry black and white bodies to their shy and docile nature, they are considered one of the world's most loved animals." + } + ] + }, + { + "paragraphFormat": { + "styleName": "Normal" + }, + "inlines": [ + { + "imageString": "data:image/jpeg;base64,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", + "length": 1, + "width": 467.45001220703125, + "height": 262.75, + "isInlineImage": true, + "isMetaFile": false + } + ] + }, + { + "paragraphFormat": { + "afterSpacing": 0.0, + "lineSpacing": 1.0, + "lineSpacingType": "Multiple", + "styleName": "Normal" + }, + "inlines": [ + { + "commentId": "Comment_b99ebea3-29b7-4d2c-8410-ce8fecb2c30d", + "commentCharacterType": 0 + }, + { + "commentId": "Comment_dd401ff7-c247-45e8-9d4e-fe9f3fc45603", + "commentCharacterType": 0 + }, + { + "commentId": "Comment_c1623cbf-5221-4da7-9158-539d7748f786", + "commentCharacterType": 0 + }, + { + "text": "Quick Fact", + "characterFormat": { + "bold": true + } + }, + { + "commentId": "Comment_b99ebea3-29b7-4d2c-8410-ce8fecb2c30d", + "commentCharacterType": 1 + }, + { + "commentId": "Comment_dd401ff7-c247-45e8-9d4e-fe9f3fc45603", + "commentCharacterType": 1 + }, + { + "commentId": "Comment_c1623cbf-5221-4da7-9158-539d7748f786", + "commentCharacterType": 1 + }, + { + "text": " The estimated number of giant pandas in the wild varies between 1,500 and 3,000." + } + ] + }, + { + "paragraphFormat": { + "styleName": "Heading 1" + }, + "inlines": [ + { + "text": "Intriguing Giant Panda Mysteries" + } + ] + }, + { + "paragraphFormat": { + "afterSpacing": 6.0, + "styleName": "Normal" + }, + "inlines": [ + { + "text": "While most adore their fluffy fur and round heads, which help give them their cuddly bear quality, others are fascinated by the many mysteries of the giant panda. Did you know that the giant panda " + }, + { + "commentId": "Comment_875b5153-42a7-4f48-930b-f4d4ab5df625", + "commentCharacterType": 0 + }, + { + "commentId": "Comment_6f94599b-64a1-4652-a3c4-a57d3e13ae88", + "commentCharacterType": 0 + }, + { + "text": "may " + }, + { + "text": "actually be" + }, + { + "text": " a" + }, + { + "commentId": "Comment_875b5153-42a7-4f48-930b-f4d4ab5df625", + "commentCharacterType": 1 + }, + { + "commentId": "Comment_6f94599b-64a1-4652-a3c4-a57d3e13ae88", + "commentCharacterType": 1 + }, + { + "text": " raccoon, they have an opposable pseudo thumb, and that they’re technically a carnivore even though their diet is primarily vegetarian? These things and more have baffled scientists and naturalists for hundreds of years. " + } + ] + }, + { + "paragraphFormat": { + "styleName": "Heading 2" + }, + "inlines": [ + { + "text": "Opposable Pseudo Thumb" + } + ] + }, + { + "paragraphFormat": { + "afterSpacing": 6.0, + "styleName": "Normal" + }, + "inlines": [ + { + "text": "A characteristic of the giant panda that has mystified scientists is their movable, elongated wrist bone that acts like an opposable thumb. This human-like quality that helps give them even more of a cuddly-bear appearance enables the giant panda to pick up objects and even eat sitting up. " + } + ] + }, + { + "paragraphFormat": { + "afterSpacing": 6.0, + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Quick Fact", + "characterFormat": { + "bold": true + } + }, + { + "text": " Giant pandas have five clawed toes and one pseudo thumb." + } + ] + }, + { + "paragraphFormat": { + "afterSpacing": 6.0, + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Their pseudo thumb, along with pads of skin, help the giant panda strip the more nutritious small bamboo shoots and leaves while holding the stalk in their mouth." + } + ] + }, + { + "paragraphFormat": { + "styleName": "Heading 2" + }, + "inlines": [ + { + "text": "Small Bear or Large Raccoon?" + } + ] + }, + { + "paragraphFormat": { + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Giant pandas are generally referred to as bears and are typically called panda bears rather than giant pandas. Though we may think they look like bears, there has been a great deal of discussion for decades about where giant pandas fit in the animal kingdom. Much of the debate has been whether they are more closely related to the red panda, once thought to be a member of the raccoon family, than the bear family." + } + ] + }, + { + "paragraphFormat": { + "styleName": "Normal" + }, + "inlines": [ + { + "text": "While a giant panda has a body that resembles a small bear and climbs trees like a bear, it also has several characteristics in common with the red panda. For example, both giant pandas and red pandas eat bamboo and have the same pseudo thumb. The table below lists the main characteristics the giant panda shares with bears and red pandas." + } + ] + }, + { + "rows": [ + { + "rowFormat": { + "allowBreakAcrossPages": true, + "isHeader": false, + "height": 18.0, + "heightType": "AtLeast", + "borders": { + "left": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "right": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "top": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "bottom": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "vertical": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "horizontal": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "leftMargin": 5.75, + "rightMargin": 5.75 + }, + "cells": [ + { + "blocks": [ + { + "characterFormat": { + "bold": true, + "fontColor": "#FFFFFFFF" + }, + "paragraphFormat": { + "textAlignment": "Center", + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Bear", + "characterFormat": { + "bold": true, + "fontColor": "#FFFFFFFF" + } + } + ] + } + ], + "cellFormat": { + "columnSpan": 1, + "rowSpan": 1, + "preferredWidth": 50.0, + "preferredWidthType": "Percent", + "verticalAlignment": "Center", + "isSamePaddingAsTable": true, + "borders": { + "left": { + "lineStyle": "Single", + "lineWidth": 1.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#00CC66FF" + }, + "right": { + "lineStyle": "Single", + "lineWidth": 1.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#00CC66FF" + }, + "top": { + "lineStyle": "Single", + "lineWidth": 1.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#00CC66FF" + }, + "bottom": { + "lineStyle": "Single", + "lineWidth": 1.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#00CC66FF" + }, + "vertical": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "horizontal": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#00CC66FF" + } + } + }, + { + "blocks": [ + { + "characterFormat": { + "bold": true, + "fontColor": "#FFFFFFFF" + }, + "paragraphFormat": { + "textAlignment": "Center", + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Red Panda", + "characterFormat": { + "bold": true, + "fontColor": "#FFFFFFFF" + } + } + ] + } + ], + "cellFormat": { + "columnSpan": 1, + "rowSpan": 1, + "preferredWidth": 50.0, + "preferredWidthType": "Percent", + "verticalAlignment": "Center", + "isSamePaddingAsTable": true, + "borders": { + "left": { + "lineStyle": "Single", + "lineWidth": 1.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#00CC66FF" + }, + "right": { + "lineStyle": "Single", + "lineWidth": 1.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#00CC66FF" + }, + "top": { + "lineStyle": "Single", + "lineWidth": 1.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#00CC66FF" + }, + "bottom": { + "lineStyle": "Single", + "lineWidth": 1.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#00CC66FF" + }, + "vertical": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "horizontal": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#00CC66FF" + } + } + } + ] + }, + { + "rowFormat": { + "allowBreakAcrossPages": true, + "isHeader": false, + "height": 18.0, + "heightType": "AtLeast", + "borders": { + "left": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "right": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "top": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "bottom": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "vertical": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "horizontal": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "leftMargin": 5.75, + "rightMargin": 5.75 + }, + "cells": [ + { + "blocks": [ + { + "paragraphFormat": { + "textAlignment": "Center", + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Shape" + } + ] + } + ], + "cellFormat": { + "columnSpan": 1, + "rowSpan": 1, + "preferredWidth": 50.0, + "preferredWidthType": "Percent", + "verticalAlignment": "Center", + "isSamePaddingAsTable": true, + "borders": { + "left": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "right": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "top": { + "lineStyle": "Single", + "lineWidth": 1.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#00CC66FF" + }, + "bottom": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "vertical": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "horizontal": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#FFFFFFFF" + } + } + }, + { + "blocks": [ + { + "paragraphFormat": { + "textAlignment": "Center", + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Diet" + } + ] + } + ], + "cellFormat": { + "columnSpan": 1, + "rowSpan": 1, + "preferredWidth": 50.0, + "preferredWidthType": "Percent", + "verticalAlignment": "Center", + "isSamePaddingAsTable": true, + "borders": { + "left": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "right": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "top": { + "lineStyle": "Single", + "lineWidth": 1.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#00CC66FF" + }, + "bottom": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "vertical": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "horizontal": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#FFFFFFFF" + } + } + } + ] + }, + { + "rowFormat": { + "allowBreakAcrossPages": true, + "isHeader": false, + "height": 18.0, + "heightType": "AtLeast", + "borders": { + "left": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "right": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "top": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "bottom": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "vertical": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "horizontal": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "leftMargin": 5.75, + "rightMargin": 5.75 + }, + "cells": [ + { + "blocks": [ + { + "paragraphFormat": { + "textAlignment": "Center", + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Size" + } + ] + } + ], + "cellFormat": { + "columnSpan": 1, + "rowSpan": 1, + "preferredWidth": 50.0, + "preferredWidthType": "Percent", + "verticalAlignment": "Center", + "isSamePaddingAsTable": true, + "borders": { + "left": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "right": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "top": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "bottom": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "vertical": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "horizontal": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#FFFFFFFF" + } + } + }, + { + "blocks": [ + { + "paragraphFormat": { + "textAlignment": "Center", + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Paws" + } + ] + } + ], + "cellFormat": { + "columnSpan": 1, + "rowSpan": 1, + "preferredWidth": 50.0, + "preferredWidthType": "Percent", + "verticalAlignment": "Center", + "isSamePaddingAsTable": true, + "borders": { + "left": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "right": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "top": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "bottom": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "vertical": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "horizontal": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#FFFFFFFF" + } + } + } + ] + }, + { + "rowFormat": { + "allowBreakAcrossPages": true, + "isHeader": false, + "height": 18.0, + "heightType": "AtLeast", + "borders": { + "left": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "right": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "top": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "bottom": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "vertical": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "horizontal": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "leftMargin": 5.75, + "rightMargin": 5.75 + }, + "cells": [ + { + "blocks": [ + { + "paragraphFormat": { + "textAlignment": "Center", + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Shaggy fur" + } + ] + } + ], + "cellFormat": { + "columnSpan": 1, + "rowSpan": 1, + "preferredWidth": 50.0, + "preferredWidthType": "Percent", + "verticalAlignment": "Center", + "isSamePaddingAsTable": true, + "borders": { + "left": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "right": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "top": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "bottom": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "vertical": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "horizontal": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#FFFFFFFF" + } + } + }, + { + "blocks": [ + { + "paragraphFormat": { + "textAlignment": "Center", + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Eyes" + } + ] + } + ], + "cellFormat": { + "columnSpan": 1, + "rowSpan": 1, + "preferredWidth": 50.0, + "preferredWidthType": "Percent", + "verticalAlignment": "Center", + "isSamePaddingAsTable": true, + "borders": { + "left": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "right": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "top": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "bottom": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "vertical": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "horizontal": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#FFFFFFFF" + } + } + } + ] + }, + { + "rowFormat": { + "allowBreakAcrossPages": true, + "isHeader": false, + "height": 18.0, + "heightType": "AtLeast", + "borders": { + "left": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "right": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "top": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "bottom": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "vertical": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "horizontal": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "leftMargin": 5.75, + "rightMargin": 5.75 + }, + "cells": [ + { + "blocks": [ + { + "paragraphFormat": { + "textAlignment": "Center", + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Gait" + } + ] + } + ], + "cellFormat": { + "columnSpan": 1, + "rowSpan": 1, + "preferredWidth": 50.0, + "preferredWidthType": "Percent", + "verticalAlignment": "Center", + "isSamePaddingAsTable": true, + "borders": { + "left": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "right": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "top": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "bottom": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "vertical": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "horizontal": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#FFFFFFFF" + } + } + }, + { + "blocks": [ + { + "paragraphFormat": { + "textAlignment": "Center", + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Nose and teeth" + } + ] + } + ], + "cellFormat": { + "columnSpan": 1, + "rowSpan": 1, + "preferredWidth": 50.0, + "preferredWidthType": "Percent", + "verticalAlignment": "Center", + "isSamePaddingAsTable": true, + "borders": { + "left": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "right": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "top": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "bottom": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "vertical": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "horizontal": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#FFFFFFFF" + } + } + } + ] + } + ], + "title": null, + "description": null, + "tableFormat": { + "allowAutoFit": false, + "leftMargin": 5.75, + "rightMargin": 5.75, + "leftIndent": 0.0, + "tableAlignment": "Left", + "preferredWidth": 100.0, + "preferredWidthType": "Percent", + "borders": { + "left": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "right": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "top": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "bottom": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "vertical": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "horizontal": { + "lineStyle": "Single", + "lineWidth": 0.75, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false, + "color": "#A6A6A6FF" + }, + "diagonalDown": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + }, + "diagonalUp": { + "lineStyle": "None", + "lineWidth": 0.0, + "shadow": false, + "space": 0.0, + "hasNoneStyle": false + } + }, + "shading": { + "texture": "TextureNone", + "backgroundColor": "#FFFFFFFF" + }, + "bidi": false + } + }, + { + "paragraphFormat": { + "styleName": "Normal" + }, + "inlines": [] + }, + { + "paragraphFormat": { + "styleName": "Heading 3" + }, + "inlines": [ + { + "text": "Cat-like features" + } + ] + }, + { + "paragraphFormat": { + "styleName": "Normal" + }, + "inlines": [ + { + "text": "While the body of a giant panda looks like that of a bear and the dark circles around its eyes resemble those of a red panda or raccoon, its pupils have vertical slits like the eyes of a cat. Because of their unusual eyes, a popular Chinese name for panda is ‘big bear cat’ " + }, + { + "text": "or大‍熊‍貓" + }, + { + "text": " /" + }, + { + "text": "dà" + }, + { + "text": " " + }, + { + "text": "xióng" + }, + { + "text": " " + }, + { + "text": "māo" + }, + { + "text": ", pronounced as dah-" + }, + { + "text": "sshyong" + }, + { + "text": "-" + }, + { + "text": "maow" + }, + { + "text": "." + } + ] + }, + { + "paragraphFormat": { + "styleName": "Heading 3" + }, + "inlines": [ + { + "text": "DNA results" + } + ] + }, + { + "paragraphFormat": { + "styleName": "Normal" + }, + "inlines": [ + { + "text": "DNA analysis has put one mystery to rest. It has revealed that while the red panda is a distant relation, the giant panda's closest relative is the spectacled bear from South America." + } + ] + }, + { + "paragraphFormat": { + "styleName": "Heading 2" + }, + "inlines": [ + { + "text": "Mostly Vegetarian Diet" + } + ] + }, + { + "paragraphFormat": { + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Giant pandas love bamboo! In fact, their diet is 99% bamboo. Along with bamboo, they eat other plants, small rodents, and occasionally fish. The mystery behind their diet is they have the digestive system of a carnivore. " + } + ] + }, + { + "paragraphFormat": { + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Their ability to digest bamboo is attributed to tiny microbes that live within their digestive system. As they can only digest about 20% of what they eat, the average giant panda consumes around 14 kilograms (30 pounds) of bamboo a day. In comparison, humans eat about 2 kilograms (5 pounds) of food a day. This enormous diet means the giant panda spends more than 12 hours a day eating to stay nourished. " + } + ] + }, + { + "paragraphFormat": { + "beforeSpacing": 7.0, + "styleName": "Normal" + }, + "inlines": [ + { + "text": "Quick Fact ", + "characterFormat": { + "bold": true + } + }, + { + "text": "As the seasons change, the giant panda prefers different species and parts of bamboo." + } + ] + }, + { + "paragraphFormat": { + "styleName": "Heading 2" + }, + "inlines": [ + { + "text": "Tiny Cubs" + } + ] + }, + { + "paragraphFormat": { + "styleName": "Normal" + }, + "inlines": [ + { + "text": "An infant giant panda cub is about the size of a croissant, weighs less than a teacup and is about 900 times smaller than its mother. An average adult mother weighs around 91 kilograms (200 pounds) while newborn weighs only 83 to 190 grams (3 to 4 ounces)." + } + ] + }, + { + "paragraphFormat": { + "styleName": "Heading 1" + }, + "inlines": [ + { + "text": "Other Fun Giant Panda Facts" + } + ] + }, + { + "paragraphFormat": { + "leftIndent": 28.799999237060547, + "styleName": "List Paragraph", + "listFormat": { + "listLevelNumber": 0, + "listId": 0 + } + }, + "inlines": [ + { + "text": "Researchers have recently discovered that the gene responsible for tasting savory or umami flavors, such as meat, is inactive in giant pandas." + } + ] + }, + { + "paragraphFormat": { + "leftIndent": 28.799999237060547, + "styleName": "List Paragraph", + "listFormat": { + "listLevelNumber": 0, + "listId": 0 + } + }, + "inlines": [ + { + "text": "For many centuries, giant pandas were thought to be a mythical creature, like a dragon or unicorn." + } + ] + }, + { + "paragraphFormat": { + "leftIndent": 28.799999237060547, + "styleName": "List Paragraph", + "listFormat": { + "listLevelNumber": 0, + "listId": 0 + } + }, + "inlines": [ + { + "text": "Unlike other bears in the region, giant pandas don’t hibernate. " + } + ] + }, + { + "paragraphFormat": { + "leftIndent": 28.799999237060547, + "styleName": "List Paragraph", + "listFormat": { + "listLevelNumber": 0, + "listId": 0 + } + }, + "inlines": [ + { + "text": "Giant pandas can stand erect on their hind legs but rarely walk." + } + ] + }, + { + "paragraphFormat": { + "leftIndent": 28.799999237060547, + "styleName": "List Paragraph", + "listFormat": { + "listLevelNumber": 0, + "listId": 0 + } + }, + "inlines": [ + { + "text": "The " + }, + { + "text": "Qinling" + }, + { + "text": " panda, another giant panda species with a dark brown and light brown coat, lives only in the mountains of Shaanxi. " + } + ] + }, + { + "paragraphFormat": { + "leftIndent": 28.799999237060547, + "styleName": "List Paragraph", + "listFormat": { + "listLevelNumber": 0, + "listId": 0 + } + }, + "inlines": [ + { + "text": "Giant pandas have very sensitive hearing and smell, but they have poor eyesight." + } + ] + }, + { + "paragraphFormat": { + "leftIndent": 28.799999237060547, + "styleName": "List Paragraph", + "listFormat": { + "listLevelNumber": 0, + "listId": 0 + } + }, + "inlines": [ + { + "text": "A newborn giant panda is blind and looks like a tiny, pink, hairless mouse." + } + ] + } + ], + "headersFooters": { + "header": { + "blocks": [ + { + "paragraphFormat": { + "styleName": "Header" + }, + "inlines": [] + } + ] + }, + "footer": { + "blocks": [ + { + "paragraphFormat": { + "styleName": "Footer" + }, + "inlines": [] + } + ] + }, + "evenHeader": { + "blocks": [ + { + "paragraphFormat": { + "styleName": "Header" + }, + "inlines": [] + } + ] + }, + "evenFooter": { + "blocks": [ + { + "paragraphFormat": { + "styleName": "Footer" + }, + "inlines": [] + } + ] + }, + "firstPageHeader": { + "blocks": [ + { + "paragraphFormat": { + "styleName": "Header" + }, + "inlines": [] + } + ] + }, + "firstPageFooter": { + "blocks": [ + { + "paragraphFormat": { + "styleName": "Footer" + }, + "inlines": [] + } + ] + } + }, + "sectionFormat": { + "headerDistance": 36.0, + "footerDistance": 36.0, + "pageWidth": 612.0, + "pageHeight": 792.0, + "leftMargin": 72.0, + "rightMargin": 72.0, + "topMargin": 72.0, + "bottomMargin": 72.0, + "differentFirstPage": false, + "differentOddAndEvenPages": false, + "bidi": false, + "restartPageNumbering": false, + "pageStartingNumber": 0 + } + } + ], + "characterFormat": { + "fontSize": 11.0, + "fontFamily": "Calibri", + "fontColor": "#000000FF", + "fontSizeBidi": 11.0, + "fontFamilyBidi": "Calibri" + }, + "paragraphFormat": { + "afterSpacing": 10.0, + "lineSpacing": 1.149999976158142, + "lineSpacingType": "Multiple" + }, + "lists": [ + { + "listId": 0, + "abstractListId": 0 + } + ], + "abstractLists": [ + { + "abstractListId": 0, + "levels": [ + { + "listLevelPattern": "Bullet", + "followCharacter": "Tab", + "numberFormat": "", + "characterFormat": { + "fontFamily": "Wingdings" + }, + "paragraphFormat": { + "leftIndent": 36.0, + "firstLineIndent": -18.0 + } + }, + { + "listLevelPattern": "Bullet", + "followCharacter": "Tab", + "numberFormat": "o", + "characterFormat": { + "fontFamily": "Courier New" + }, + "paragraphFormat": { + "leftIndent": 72.0, + "firstLineIndent": -18.0 + } + }, + { + "listLevelPattern": "Bullet", + "followCharacter": "Tab", + "numberFormat": "", + "characterFormat": { + "fontFamily": "Wingdings" + }, + "paragraphFormat": { + "leftIndent": 108.0, + "firstLineIndent": -18.0 + } + }, + { + "listLevelPattern": "Bullet", + "followCharacter": "Tab", + "numberFormat": "", + "characterFormat": { + "fontFamily": "Symbol" + }, + "paragraphFormat": { + "leftIndent": 144.0, + "firstLineIndent": -18.0 + } + }, + { + "listLevelPattern": "Bullet", + "followCharacter": "Tab", + "numberFormat": "o", + "characterFormat": { + "fontFamily": "Courier New" + }, + "paragraphFormat": { + "leftIndent": 180.0, + "firstLineIndent": -18.0 + } + }, + { + "listLevelPattern": "Bullet", + "followCharacter": "Tab", + "numberFormat": "", + "characterFormat": { + "fontFamily": "Wingdings" + }, + "paragraphFormat": { + "leftIndent": 216.0, + "firstLineIndent": -18.0 + } + }, + { + "listLevelPattern": "Bullet", + "followCharacter": "Tab", + "numberFormat": "", + "characterFormat": { + "fontFamily": "Symbol" + }, + "paragraphFormat": { + "leftIndent": 252.0, + "firstLineIndent": -18.0 + } + }, + { + "listLevelPattern": "Bullet", + "followCharacter": "Tab", + "numberFormat": "o", + "characterFormat": { + "fontFamily": "Courier New" + }, + "paragraphFormat": { + "leftIndent": 288.0, + "firstLineIndent": -18.0 + } + }, + { + "listLevelPattern": "Bullet", + "followCharacter": "Tab", + "numberFormat": "", + "characterFormat": { + "fontFamily": "Wingdings" + }, + "paragraphFormat": { + "leftIndent": 324.0, + "firstLineIndent": -18.0 + } + } + ] + } + ], + "background": { + "color": "#FFFFFFFF" + }, + "styles": [ + { + "type": "Paragraph", + "name": "Normal", + "next": "Normal", + "characterFormat": { + "fontSize": 10.0, + "fontColor": "#595959FF" + } + }, + { + "type": "Paragraph", + "name": "Heading 1", + "basedOn": "Normal", + "next": "Normal", + "link": "Heading 1 Char", + "characterFormat": { + "fontSize": 18.0, + "fontFamily": "Segoe UI" + }, + "paragraphFormat": { + "beforeSpacing": 24.0, + "afterSpacing": 0.0, + "outlineLevel": "Level1" + } + }, + { + "type": "Paragraph", + "name": "Heading 2", + "basedOn": "Normal", + "next": "Normal", + "link": "Heading 2 Char", + "characterFormat": { + "bold": true, + "fontSize": 12.0, + "fontFamily": "Segoe UI", + "fontColor": "#00CC66FF" + }, + "paragraphFormat": { + "beforeSpacing": 12.0, + "afterSpacing": 0.0, + "outlineLevel": "Level2" + } + }, + { + "type": "Paragraph", + "name": "Heading 3", + "basedOn": "Normal", + "next": "Normal", + "link": "Heading 3 Char", + "characterFormat": { + "bold": true + }, + "paragraphFormat": { + "beforeSpacing": 5.0, + "afterSpacing": 0.0, + "outlineLevel": "Level3" + } + }, + { + "type": "Paragraph", + "name": "Heading 4", + "basedOn": "Normal", + "next": "Normal", + "link": "Heading 4 Char", + "characterFormat": { + "italic": true, + "fontFamily": "Calibri Light", + "fontColor": "#2F5496FF" + }, + "paragraphFormat": { + "beforeSpacing": 2.0, + "afterSpacing": 0.0, + "lineSpacing": 1.0791666507720947, + "lineSpacingType": "Multiple", + "outlineLevel": "Level4" + } + }, + { + "type": "Paragraph", + "name": "Heading 5", + "basedOn": "Normal", + "next": "Normal", + "link": "Heading 5 Char", + "characterFormat": { + "fontFamily": "Calibri Light", + "fontColor": "#2F5496FF" + }, + "paragraphFormat": { + "beforeSpacing": 2.0, + "afterSpacing": 0.0, + "lineSpacing": 1.0791666507720947, + "lineSpacingType": "Multiple", + "outlineLevel": "Level5" + } + }, + { + "type": "Paragraph", + "name": "Heading 6", + "basedOn": "Normal", + "next": "Normal", + "link": "Heading 6 Char", + "characterFormat": { + "fontFamily": "Calibri Light", + "fontColor": "#1F3763FF" + }, + "paragraphFormat": { + "beforeSpacing": 2.0, + "afterSpacing": 0.0, + "lineSpacing": 1.0791666507720947, + "lineSpacingType": "Multiple", + "outlineLevel": "Level6" + } + }, + { + "type": "Character", + "name": "Default Paragraph Font" + }, + { + "type": "Character", + "name": "Heading 1 Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "fontSize": 14.0, + "fontFamily": "Segoe UI", + "fontColor": "#595959FF" + } + }, + { + "type": "Character", + "name": "Heading 2 Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "bold": true, + "fontSize": 13.0, + "fontFamily": "Segoe UI", + "fontColor": "#00CC66FF" + } + }, + { + "type": "Character", + "name": "Heading 3 Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "bold": true, + "fontSize": 10.0, + "fontColor": "#595959FF" + } + }, + { + "type": "Paragraph", + "name": "Title", + "basedOn": "Normal", + "next": "Normal", + "link": "Title Char", + "characterFormat": { + "fontSize": 40.0, + "fontFamily": "Segoe UI Light", + "fontColor": "#00CC66FF" + }, + "paragraphFormat": { + "afterSpacing": 30.0, + "lineSpacing": 1.0, + "lineSpacingType": "Multiple" + } + }, + { + "type": "Character", + "name": "Title Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "fontSize": 40.0, + "fontFamily": "Segoe UI Light", + "fontColor": "#00CC66FF" + } + }, + { + "type": "Paragraph", + "name": "Quote", + "basedOn": "Normal", + "next": "Normal", + "link": "Quote Char", + "characterFormat": { + "fontSize": 16.0, + "fontFamily": "Segoe UI Light", + "fontColor": "#00CC66FF" + }, + "paragraphFormat": { + "lineSpacing": 1.0, + "lineSpacingType": "Multiple" + } + }, + { + "type": "Character", + "name": "Quote Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "fontSize": 16.0, + "fontFamily": "Segoe UI Light", + "fontColor": "#00CC66FF" + } + }, + { + "type": "Paragraph", + "name": "Balloon Text", + "basedOn": "Normal", + "link": "Balloon Text Char", + "characterFormat": { + "fontSize": 8.0, + "fontFamily": "Tahoma" + }, + "paragraphFormat": { + "afterSpacing": 0.0, + "lineSpacing": 1.0, + "lineSpacingType": "Multiple" + } + }, + { + "type": "Character", + "name": "Balloon Text Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "fontSize": 8.0, + "fontFamily": "Tahoma", + "fontColor": "#595959FF" + } + }, + { + "type": "Paragraph", + "name": "Quick Fact", + "basedOn": "Normal", + "characterFormat": { + "italic": true, + "fontFamily": "Cambria" + }, + "paragraphFormat": { + "afterSpacing": 0.0, + "lineSpacing": 1.0, + "lineSpacingType": "Multiple" + } + }, + { + "type": "Paragraph", + "name": "List Paragraph", + "basedOn": "Normal", + "next": "List Paragraph", + "paragraphFormat": { + "leftIndent": 36.0, + "beforeSpacing": 10.0 + } + }, + { + "type": "Character", + "name": "annotation reference", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "fontSize": 8.0 + } + }, + { + "type": "Paragraph", + "name": "annotation text", + "basedOn": "Normal", + "next": "Normal", + "link": "Comment Text Char", + "paragraphFormat": { + "lineSpacing": 1.0, + "lineSpacingType": "Multiple" + } + }, + { + "type": "Character", + "name": "Comment Text Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "fontSize": 10.0, + "fontColor": "#595959FF" + } + }, + { + "type": "Paragraph", + "name": "annotation subject", + "basedOn": "annotation text", + "next": "annotation text", + "link": "Comment Subject Char", + "characterFormat": { + "bold": true + } + }, + { + "type": "Character", + "name": "Comment Subject Char", + "basedOn": "Comment Text Char", + "characterFormat": { + "bold": true, + "fontSize": 10.0, + "fontColor": "#595959FF" + } + }, + { + "type": "Paragraph", + "name": "Header", + "basedOn": "Normal", + "next": "Normal", + "link": "Header Char", + "paragraphFormat": { + "afterSpacing": 0.0, + "lineSpacing": 1.0, + "lineSpacingType": "Multiple", + "tabs": [ + { + "tabJustification": "Center", + "position": 234.0, + "tabLeader": "None", + "deletePosition": 0.0 + }, + { + "tabJustification": "Right", + "position": 468.0, + "tabLeader": "None", + "deletePosition": 0.0 + } + ] + } + }, + { + "type": "Character", + "name": "Header Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "fontSize": 10.0, + "fontColor": "#595959FF" + } + }, + { + "type": "Paragraph", + "name": "Footer", + "basedOn": "Normal", + "next": "Normal", + "link": "Footer Char", + "paragraphFormat": { + "afterSpacing": 0.0, + "lineSpacing": 1.0, + "lineSpacingType": "Multiple", + "tabs": [ + { + "tabJustification": "Center", + "position": 234.0, + "tabLeader": "None", + "deletePosition": 0.0 + }, + { + "tabJustification": "Right", + "position": 468.0, + "tabLeader": "None", + "deletePosition": 0.0 + } + ] + } + }, + { + "type": "Character", + "name": "Footer Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "fontSize": 10.0, + "fontColor": "#595959FF" + } + }, + { + "type": "Character", + "name": "Hyperlink", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "underline": "Single", + "fontColor": "#085296FF" + } + }, + { + "type": "Character", + "name": "Heading 4 Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "italic": true, + "fontFamily": "Calibri Light", + "fontColor": "#2F5496FF" + } + }, + { + "type": "Character", + "name": "Heading 5 Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "fontFamily": "Calibri Light", + "fontColor": "#2F5496FF" + } + }, + { + "type": "Character", + "name": "Heading 6 Char", + "basedOn": "Default Paragraph Font", + "characterFormat": { + "fontFamily": "Calibri Light", + "fontColor": "#1F3763FF" + } + } + ], + "comments": [ + { + "commentId": "Comment_e5affde3-0e01-48df-938c-071a057c6f8e", + "author": "Nancy Davolio", + "initial": "ND", + "date": "2019-11-14T18:18:00Z", + "blocks": [ + { + "inlines": [ + { + "text": "Giant panda also known as panda bear or simply panda," + }, + { + "text": " is a bear native to south central China" + }, + { + "text": "." + } + ] + } + ], + "done": false, + "replyComments": [] + }, + { + "commentId": "Comment_b99ebea3-29b7-4d2c-8410-ce8fecb2c30d", + "author": "Nancy Davolio", + "initial": "ND", + "date": "2019-11-14T18:41:00Z", + "blocks": [ + { + "inlines": [ + { + "text": "Please add more facts." + } + ] + } + ], + "done": true, + "replyComments": [ + { + "commentId": "Comment_dd401ff7-c247-45e8-9d4e-fe9f3fc45603", + "author": "Andrew Fuller", + "initial": "AF", + "date": "2019-11-14T18:44:00Z", + "blocks": [ + { + "inlines": [ + { + "text": "Giant pandas are good at climbing trees and can also swim." + } + ] + } + ], + "done": true, + "replyComments": [] + }, + { + "commentId": "Comment_c1623cbf-5221-4da7-9158-539d7748f786", + "author": "Andrew Fuller", + "initial": "AF", + "date": "2019-11-14T18:46:00Z", + "blocks": [ + { + "inlines": [ + { + "text": "An adult can eat 12–38 kilos of bamboo per day!" + } + ] + } + ], + "done": true, + "replyComments": [] + } + ] + }, + { + "commentId": "Comment_875b5153-42a7-4f48-930b-f4d4ab5df625", + "author": "Nancy Davolio", + "initial": "ND", + "date": "2019-11-14T18:14:00Z", + "blocks": [ + { + "inlines": [ + { + "text": "Grammar changes required for “may actually be a” as “may be”" + } + ] + } + ], + "done": false, + "replyComments": [ + { + "commentId": "Comment_6f94599b-64a1-4652-a3c4-a57d3e13ae88", + "author": "Andrew Fuller", + "initial": "AF", + "date": "2019-11-14T18:16:00Z", + "blocks": [ + { + "inlines": [ + { + "text": "Thanks for the update. Will correct it." + } + ] + } + ], + "done": false, + "replyComments": [] + } + ] + } + ], + "defaultTabWidth": 36.0, + "formatting": false, + "protectionType": "NoProtection", + "enforcement": false +} \ No newline at end of file diff --git a/src/document-editor/locale.json b/src/document-editor/locale.json new file mode 100644 index 00000000..ece7dcc0 --- /dev/null +++ b/src/document-editor/locale.json @@ -0,0 +1,2197 @@ +{ + "en": { + "documenteditor": { + "Table": "Table", + "Row": "Row", + "Cell": "Cell", + "Ok": "Ok", + "Cancel": "Cancel", + "Size": "Size", + "Preferred Width": "Preferred width", + "Points": "Points", + "Percent": "Percent", + "Measure in": "Measure in", + "Alignment": "Alignment", + "Left": "Left", + "Center": "Center", + "Right": "Right", + "Justify": "Justify", + "Indent from left": "Indent from left", + "Borders and Shading": "Borders and Shading", + "Options": "Options", + "Specify height": "Specify height", + "At least": "At least", + "Exactly": "Exactly", + "Row height is": "Row height is", + "Allow row to break across pages": "Allow row to break across pages", + "Repeat as header row at the top of each page": "Repeat as header row at the top of each page", + "Vertical alignment": "Vertical alignment", + "Top": "Top", + "Bottom": "Bottom", + "Default cell margins": "Default cell margins", + "Default cell spacing": "Default cell spacing", + "Allow spacing between cells": "Allow spacing between cells", + "Cell margins": "Cell margins", + "Same as the whole table": "Same as the whole table", + "Borders": "Borders", + "None": "None", + "Style": "Style", + "Width": "Width", + "Height": "Height", + "Letter": "Letter", + "Tabloid": "Tabloid", + "Legal": "Legal", + "Statement": "Statement", + "Executive": "Executive", + "A3": "A3", + "A4": "A4", + "A5": "A5", + "B4": "B4", + "B5": "B5", + "Custom Size": "Custom size", + "Different odd and even": "Different odd and even", + "Different first page": "Different first page", + "From edge": "From edge", + "Header": "Header", + "Footer": "Footer", + "Margin": "Margins", + "Paper": "Paper", + "Layout": "Layout", + "Orientation": "Orientation", + "Landscape": "Landscape", + "Portrait": "Portrait", + "Show page numbers": "Show page numbers", + "Right align page numbers": "Right align page numbers", + "Nothing": "Nothing", + "Tab leader": "Tab leader", + "Show levels": "Show levels", + "Use hyperlinks instead of page numbers": "Use hyperlinks instead of page numbers", + "Build table of contents from": "Build table of contents from", + "Styles": "Styles", + "Available styles": "Available styles", + "TOC level": "TOC level", + "Heading": "Heading", + "Heading 1": "Heading 1", + "Heading 2": "Heading 2", + "Heading 3": "Heading 3", + "Heading 4": "Heading 4", + "Heading 5": "Heading 5", + "Heading 6": "Heading 6", + "List Paragraph": "List Paragraph", + "Normal": "Normal", + "Outline levels": "Outline levels", + "Table entry fields": "Table entry fields", + "Modify": "Modify", + "Color": "Color", + "Setting": "Setting", + "Box": "Box", + "All": "All", + "Custom": "Custom", + "Preview": "Preview", + "Shading": "Shading", + "Fill": "Fill", + "Apply To": "Apply to", + "Table Properties": "Table Properties", + "Cell Options": "Cell Options", + "Table Options": "Table Options", + "Insert Table": "Insert Table", + "Number of columns": "Number of columns", + "Number of rows": "Number of rows", + "Text to display": "Text to display", + "Address": "Address", + "Insert Hyperlink": "Insert Hyperlink", + "Edit Hyperlink": "Edit Hyperlink", + "Insert": "Insert", + "General": "General", + "Indentation": "Indentation", + "Before text": "Before text", + "Special": "Special", + "First line": "First line", + "Hanging": "Hanging", + "After text": "After text", + "By": "By", + "Before": "Before", + "Line Spacing": "Line spacing", + "After": "After", + "At": "At", + "Multiple": "Multiple", + "Spacing": "Spacing", + "Define new Multilevel list": "Define new Multilevel list", + "List level": "List level", + "Choose level to modify": "Choose level to modify", + "Level": "Level", + "Number format": "Number format", + "Number style for this level": "Number style for this level", + "Enter formatting for number": "Enter formatting for number", + "Start at": "Start at", + "Restart list after": "Restart list after", + "Position": "Position", + "Text indent at": "Text indent at", + "Aligned at": "Aligned at", + "Follow number with": "Follow number with", + "Tab character": "Tab character", + "Space": "Space", + "Arabic": "Arabic", + "UpRoman": "UpRoman", + "LowRoman": "LowRoman", + "UpLetter": "UpLetter", + "LowLetter": "LowLetter", + "Number": "Number", + "Leading zero": "Leading zero", + "Bullet": "Bullet", + "Ordinal": "Ordinal", + "Ordinal Text": "Ordinal Text", + "For East": "For East", + "No Restart": "No Restart", + "Font": "Font", + "Font style": "Font style", + "Underline style": "Underline style", + "Font color": "Font color", + "Effects": "Effects", + "Strikethrough": "Strikethrough", + "Superscript": "Superscript", + "Subscript": "Subscript", + "Double strikethrough": "Double strikethrough", + "Regular": "Regular", + "Bold": "Bold", + "Italic": "Italic", + "Cut": "Cut", + "Copy": "Copy", + "Paste": "Paste", + "Hyperlink": "Hyperlink", + "Open Hyperlink": "Open Hyperlink", + "Copy Hyperlink": "Copy Hyperlink", + "Remove Hyperlink": "Remove Hyperlink", + "Paragraph": "Paragraph", + "Linked(Paragraph and Character)": "Linked(Paragraph and Character)", + "Character": "Character", + "Merge Cells": "Merge Cells", + "Insert Above": "Insert Above", + "Insert Below": "Insert Below", + "Insert Left": "Insert Left", + "Insert Right": "Insert Right", + "Delete": "Delete", + "Delete Table": "Delete Table", + "Delete Row": "Delete Row", + "Delete Column": "Delete Column", + "File Name": "File Name", + "Format Type": "Format Type", + "Save": "Save", + "Navigation": "Navigation", + "Results": "Results", + "Replace": "Replace", + "Replace All": "Replace All", + "We replaced all": "We replaced all", + "Find": "Find", + "No matches": "No matches", + "All Done": "All Done", + "Result": "Result", + "of": "of", + "instances": "instances", + "with": "with", + "Click to follow link": "Click to follow link", + "Continue Numbering": "Continue Numbering", + "Bookmark name": "Bookmark name", + "Close": "Close", + "Restart At": "Restart At", + "Properties": "Properties", + "Name": "Name", + "Style type": "Style type", + "Style based on": "Style based on", + "Style for following paragraph": "Style for following paragraph", + "Formatting": "Formatting", + "Numbering and Bullets": "Numbering and Bullets", + "Numbering": "Numbering", + "Update Field": "Update Field", + "Edit Field": "Edit Field", + "Bookmark": "Bookmark", + "Page Setup": "Page Setup", + "No bookmarks found": "No bookmarks found", + "Number format tooltip information": "Single-level number format:
[PREFIX]%[LEVELNUMBER][SUFFIX]
For example, 'Chapter %1.' will display numbering like
Chapter 1. Item
Chapter 2. Item

Chapter N. Item

Multilevel number format:
[PREFIX]%[LEVELNUMBER][SUFFIX]+[PREFIX]%[LEVELNUMBER][SUFFIX]
For example, '%1.%2.' will display numbering like
1.1. Item
1.2. Item

1.N. Item", + "Format": "Format", + "Create New Style": "Create New Style", + "Modify Style": "Modify Style", + "New": "New", + "Bullets": "Bullets", + "Use bookmarks": "Use bookmarks", + "Table of Contents": "Table of Contents", + "AutoFit": "AutoFit", + "AutoFit to Contents": "AutoFit to Contents", + "AutoFit to Window": "AutoFit to Window", + "Fixed Column Width": "Fixed Column Width", + "Reset": "Reset", + "Match case": "Match case", + "Whole words": "Whole words", + "Add": "Add", + "Go To": "Go To", + "Search for": "Search for", + "Replace with": "Replace with", + "TOC 1": "TOC 1", + "TOC 2": "TOC 2", + "TOC 3": "TOC 3", + "TOC 4": "TOC 4", + "TOC 5": "TOC 5", + "TOC 6": "TOC 6", + "TOC 7": "TOC 7", + "TOC 8": "TOC 8", + "TOC 9": "TOC 9", + "Right-to-left": "Right-to-left", + "Left-to-right": "Left-to-right", + "Direction": "Direction", + "Table direction": "Table direction", + "Indent from right": "Indent from right", + "Don't add space between the paragraphs of the same styles": "Don't add space between the paragraphs of the same styles", + "The password don't match": "The password don't match", + "Restrict Editing": "Restrict Editing", + "Formatting restrictions": "Formatting restrictions", + "Allow formatting": "Allow formatting", + "Editing restrictions": "Editing restrictions", + "Read only": "Read only", + "Exceptions (optional)": "Exceptions (optional)", + "Select parts of the document and choose users who are allowed to freely edit them.": "Select parts of the document and choose users who are allowed to freely edit them.", + "Everyone": "Everyone", + "More users": "More users", + "Add Users": "Add Users", + "Yes, Start Enforcing Protection": "Yes, Start Enforcing Protection", + "Start Enforcing Protection": "Start Enforcing Protection", + "Enter User": "Enter User", + "Users": "Users", + "Enter new password": "Enter new password", + "Reenter new password to confirm": "Reenter new password to confirm", + "Your permissions": "Your permissions", + "This document is protected from unintentional editing.You may edit in this region.": "This document is protected from unintentional editing.You may edit in this region.", + "You may format text only with certain styles.": "You may format text only with certain styles.", + "Stop Protection": "Stop Protection", + "Password": "Password", + "Spelling Editor": "Spelling Editor", + "Spelling": "Spelling", + "Spell Check": "Spell Check", + "Underline errors": "Underline errors", + "Ignore": "Ignore", + "Ignore all": "Ignore All", + "Add to Dictionary": "Add to Dictionary", + "Change": "Change", + "Change All": "Change All", + "Suggestions": "Suggestions", + "The password is incorrect": "The password is incorrect", + "Error in establishing connection with web server": "Error in establishing connection with web server", + "Highlight the regions I can edit": "Highlight the regions I can edit", + "Show All Regions I Can Edit": "Show All Regions I Can Edit", + "Find Next Region I Can Edit": "Find Next Region I Can Edit", + "Keep source formatting": "Keep source formatting", + "Match destination formatting": "Match destination formatting", + "Text only": "Text only", + "Comments": "Comments", + "Type your comment": "Type your comment", + "Post": "Post", + "Reply": "Reply", + "New Comment": "New Comment", + "Edit": "Edit", + "Resolve": "Resolve", + "Reopen": "Reopen", + "No comments in this document": "No comments in this document", + "more": "more", + "Type your comment hear": "Type your comment hear", + "Next Comment": "Next Comment", + "Previous Comment": "Previous Comment", + "Un-posted comments": "Un-posted comments", + "Added comments not posted. If you continue, that comment will be discarded.": "Added comments not posted. If you continue, that comment will be discarded." + }, + "documenteditorcontainer": { + "New": "New", + "Open": "Open", + "Undo": "Undo", + "Redo": "Redo", + "Image": "Image", + "Table": "Table", + "Link": "Link", + "Bookmark": "Bookmark", + "Table of Contents": "Table of Contents", + "HEADING - - - - 1": "HEADING - - - - 1", + "HEADING - - - - 2": "HEADING - - - - 2", + "HEADING - - - - 3": "HEADING - - - - 3", + "Header": "Header", + "Footer": "Footer", + "Page Setup": "Page Setup", + "Page Number": "Page Number", + "Break": "Break", + "Find": "Find", + "Local Clipboard": "Local Clipboard", + "Restrict Editing": "Restrict Editing", + "Upload from computer": "Upload from computer", + "By URL": "By URL", + "Page Break": "Page Break", + "Section Break": "Section Break", + "Header & Footer": "Header & Footer", + "Options": "Options", + "Levels": "Levels", + "Different First Page": "Different First Page", + "Different header and footer for odd and even pages.": "Different header and footer for odd and even pages.", + "Different Odd & Even Pages": "Different Odd & Even Pages", + "Different header and footer for first page.": "Different header and footer for first page.", + "Position": "Position", + "Header from Top": "Header from Top", + "Footer from Bottom": "Footer from Bottom", + "Distance from top of the page to top of the header.": "Distance from top of the page to top of the header.", + "Distance from bottom of the page to bottom of the footer.": "Distance from bottom of the page to bottom of the footer.", + "Aspect ratio": "Aspect ratio", + "W": "W", + "H": "H", + "Width": "Width", + "Height": "Height", + "Text": "Text", + "Paragraph": "Paragraph", + "Fill": "Fill", + "Fill color": "Fill color", + "Border Style": "Border Style", + "Outside borders": "Outside borders", + "All borders": "All borders", + "Inside borders": "Inside borders", + "Left border": "Left border", + "Inside vertical border": "Inside vertical border", + "Right border": "Right border", + "Top border": "Top border", + "Inside horizontal border": "Inside horizontal border", + "Bottom border": "Bottom border", + "Border color": "Border color", + "Border width": "Border width", + "Cell": "Cell", + "Merge cells": "Merge cells", + "Insert / Delete": "Insert / Delete", + "Insert columns to the left": "Insert columns to the left", + "Insert columns to the right": "Insert columns to the right", + "Insert rows above": "Insert rows above", + "Insert rows below": "Insert rows below", + "Delete rows": "Delete rows", + "Delete columns": "Delete columns", + "Cell Margin": "Cell Margin", + "Top": "Top", + "Bottom": "Bottom", + "Left": "Left", + "Right": "Right", + "Align Text": "Align Text", + "Align top": "Align top", + "Align bottom": "Align bottom", + "Align center": "Align center", + "Number of heading or outline levels to be shown in table of contents.": "Number of heading or outline levels to be shown in table of contents.", + "Show page numbers": "Show page numbers", + "Show page numbers in table of contents.": "Show page numbers in table of contents.", + "Right align page numbers": "Right align page numbers", + "Right align page numbers in table of contents.": "Right align page numbers in table of contents.", + "Use hyperlinks": "Use hyperlinks", + "Use hyperlinks instead of page numbers.": "Use hyperlinks instead of page numbers.", + "Font": "Font", + "Font Size": "Font Size", + "Font color": "Font color", + "Text highlight color": "Text highlight color", + "Clear all formatting": "Clear all formatting", + "Bold (Ctrl+B)": "Bold (Ctrl+B)", + "Italic (Ctrl+I)": "Italic (Ctrl+I)", + "Underline (Ctrl+U)": "Underline (Ctrl+U)", + "Strikethrough": "Strikethrough", + "Superscript (Ctrl+Shift++)": "Superscript (Ctrl+Shift++)", + "Subscript (Ctrl+=)": "Subscript (Ctrl+=)", + "Align left (Ctrl+L)": "Align left (Ctrl+L)", + "Center (Ctrl+E)": "Center (Ctrl+E)", + "Align right (Ctrl+R)": "Align right (Ctrl+R)", + "Justify (Ctrl+J)": "Justify (Ctrl+J)", + "Decrease indent": "Decrease indent", + "Increase indent": "Increase indent", + "Line spacing": "Line spacing", + "Bullets": "Bullets", + "Numbering": "Numbering", + "Styles": "Styles", + "Manage Styles": "Manage Styles", + "Page": "Page", + "of": "of", + "Fit one page": "Fit one page", + "Spell Check": "Spell Check", + "Underline errors": "Underline errors", + "Fit page width": "Fit page width", + "Update": "Update", + "Cancel": "Cancel", + "Insert": "Insert", + "No Border": "No Border", + "Create a new document.": "Create a new document.", + "Open a document.": "Open a document.", + "Undo the last operation (Ctrl+Z).": "Undo the last operation (Ctrl+Z).", + "Redo the last operation (Ctrl+Y).": "Redo the last operation (Ctrl+Y).", + "Insert inline picture from a file.": "Insert inline picture from a file.", + "Insert a table into the document": "Insert a table into the document", + "Create a link in your document for quick access to web pages and files (Ctrl+K).": "Create a link in your document for quick access to web pages and files (Ctrl+K).", + "Insert a bookmark in a specific place in this document.": "Insert a bookmark in a specific place in this document.", + "Provide an overview of your document by adding a table of contents.": "Provide an overview of your document by adding a table of contents.", + "Add or edit the header.": "Add or edit the header.", + "Add or edit the footer.": "Add or edit the footer.", + "Open the page setup dialog.": "Open the page setup dialog.", + "Add page numbers.": "Add page numbers.", + "Find text in the document (Ctrl+F).": "Find text in the document (Ctrl+F).", + "Toggle between the internal clipboard and system clipboard": "Toggle between the internal clipboard and system clipboard.
Access to system clipboard through script is denied due to browsers security policy. Instead,
1. You can enable internal clipboard to cut, copy and paste within the component.
2. You can use the keyboard shortcuts (Ctrl+X, Ctrl+C and Ctrl+V) to cut, copy and paste with system clipboard.", + "Restrict editing.": "Restrict editing.", + "The current page number in the document. Click or tap to navigate specific page.": "The current page number in the document. Click or tap to navigate specific page.", + "Read only": "Read only", + "Protections": "Protections", + "Error in establishing connection with web server": "Error in establishing connection with web server", + "Single": "Single", + "Double": "Double", + "New comment": "New comment", + "Comments": "Comments" + } + }, + "de": { + "documenteditor": { + "Table": "Tabelle", + "Row": "Zeile", + "Cell": "Zelle", + "Ok": "Okay", + "Cancel": "Abbrechen", + "Size": "Größe", + "Preferred Width": "Bevorzugte Breite", + "Points": "Punkte", + "Percent": "Prozent", + "Measure in": "Maßnahme in", + "Alignment": "Ausrichtung", + "Left": "Links", + "Center": "Center", + "Right": "Richting", + "Justify": "Rechtfertigen", + "Indent from left": "Einzug von links", + "Borders and Shading": "Grenzen und Schattierung", + "Options": "Optionen", + "Specify height": "Angeben der Höhe", + "At least": "Mindestens", + "Exactly": "Genau", + "Row height is": "Die Zeilenhöhe ist", + "Allow row to break across pages": "Zulassen, dass Zeilen über Seiten hinweg aufbrechen", + "Repeat as header row at the top of each page": "Wiederholen als Kopfzeile oben auf jeder Seite", + "Vertical alignment": "Vertikale Ausrichtung", + "Top": "Nach oben", + "Bottom": "Unteres", + "Default cell margins": "Standardzellenränder", + "Default cell spacing": "Standardzellenabstand", + "Allow spacing between cells": "Abstand zwischen Zellen zulassen", + "Cell margins": "Zellränder", + "Same as the whole table": "Wie die gesamte Tabelle", + "Borders": "Grenzen", + "None": "nichts", + "Style": "Stil", + "Width": "Breite", + "Height": "Höhe", + "Letter": "Brief", + "Tabloid": "Tabloid", + "Legal": "Rechtlich", + "Statement": "Anweisung", + "Executive": "Executive", + "A3": "A3", + "A4": "A4", + "A5": "A5", + "B4": "B4", + "B5": "B5", + "Custom Size": "Benutzerdefinierte Größe", + "Different odd and even": "Verschiedene ungerade und gleichmäßige", + "Different first page": "Verschiedene erste Seite", + "From edge": "Von der Kante", + "Header": "Header", + "Footer": "Fußzeile", + "Margin": "Ränder", + "Paper": "Papier", + "Layout": "Layout", + "Orientation": "Ausrichtung", + "Landscape": "Landschaft", + "Portrait": "Porträt", + "Show page numbers": "Seitenzahlen anzeigen", + "Right align page numbers": "Rechte Ausrichtung Seitenzahlen", + "Nothing": "Nichts", + "Tab leader": "Tab-Leiter", + "Show levels": "Ebenen anzeigen", + "Use hyperlinks instead of page numbers": "Verwenden von Hyperlinks anstelle von Seitenzahlen", + "Build table of contents from": "Inhaltsverzeichnis erstellen aus", + "Styles": "Stile", + "Available styles": "Verfügbare Stile", + "TOC level": "TOC-Niveau", + "Heading": "Überschrift", + "Heading 1": "Rubrik 1", + "Heading 2": "Rubrik 2", + "Heading 3": "Rubrik 3", + "Heading 4": "Rubrik 4", + "Heading 5": "Rubrik 5", + "Heading 6": "Rubrik 6", + "List Paragraph": "Liste Absatz", + "Normal": "Normalen", + "Outline levels": "Gliederungsebenen", + "Table entry fields": "Tabelleneintragsfelder", + "Modify": "Ändern", + "Color": "Farbe", + "Setting": "Einstellung", + "Box": "Box", + "All": "Alle", + "Custom": "Benutzerdefinierte", + "Preview": "Vorschau", + "Shading": "Schattierung", + "Fill": "Füllen", + "Apply To": "Bewerben Sie sich auf", + "Table Properties": "Tabelleneigenschaften", + "Cell Options": "Zellenoptionen", + "Table Options": "Tabellenoptionen", + "Insert Table": "Tabelle einfügen", + "Number of columns": "Anzahl der Spalten", + "Number of rows": "Anzahl der Zeilen", + "Text to display": "Anzuzeigenden Text", + "Address": "Adresse", + "Insert Hyperlink": "Hyperlink einfügen", + "Edit Hyperlink": "Bearbeiten von Hyperlink", + "Insert": "Einfügen", + "General": "Allgemeine", + "Indentation": "Einzug", + "Before text": "Vor Text", + "Special": "Besondere", + "First line": "Erste Zeile", + "Hanging": "Hängen", + "After text": "Nach Text", + "By": "Von", + "Before": "Bevor", + "Line Spacing": "Zeilenabstand", + "After": "Nach", + "At": "Auf", + "Multiple": "Mehrere", + "Spacing": "Abstand", + "Define new Multilevel list": "Definieren einer neuen Multilevel-Liste", + "List level": "Listenebene", + "Choose level to modify": "Wählen Sie ebene zu ändern", + "Level": "Ebene", + "Number format": "Zahlenformat", + "Number style for this level": "Zahlenstil für diese Ebene", + "Enter formatting for number": "Formatierung für Nummer eingeben", + "Start at": "Beginnen Sie bei", + "Restart list after": "Neustartliste nach", + "Position": "Position", + "Text indent at": "Texteinzug bei", + "Aligned at": "Ausgerichtet an", + "Follow number with": "Follow-Nummer mit", + "Tab character": "Tab-Zeichen", + "Space": "Raum", + "Arabic": "Arabisch", + "UpRoman": "UpRoman", + "LowRoman": "LowRoman", + "UpLetter": "UpLetter", + "LowLetter": "LowLetter", + "Number": "Anzahl", + "Leading zero": "Führende Null", + "Bullet": "Kugel", + "Ordinal": "Ordnungszahl", + "Ordinal Text": "Ordinaltext", + "For East": "Für den Osten", + "No Restart": "Kein Neustart", + "Font": "Schriftart", + "Font style": "Schriftstil", + "Underline style": "Unterstreichungsstil", + "Font color": "Schriftfarbe", + "Effects": "Auswirkungen", + "Strikethrough": "Durchgestrichen", + "Superscript": "Hochgestellt", + "Subscript": "Tiefgestellt", + "Double strikethrough": "Doppelschlag", + "Regular": "Regelmäßige", + "Bold": "kühn", + "Italic": "Italic", + "Cut": "Schneiden", + "Copy": "Kopieren", + "Paste": "Einfügen", + "Hyperlink": "Hyperlink", + "Open Hyperlink": "Öffnen sie Hyperlink", + "Copy Hyperlink": "Hyperlink kopieren", + "Remove Hyperlink": "Hyperlink entfernen", + "Paragraph": "Absatz", + "Linked(Paragraph and Character)": "Verknüpft (Absatz und Zeichen)", + "Character": "Charakter", + "Merge Cells": "Zusammenführen von Zellen", + "Insert Above": "Einfügen oben", + "Insert Below": "Einfügen unten", + "Insert Left": "Einfügen links", + "Insert Right": "Einfügen rechts", + "Delete": "Löschen", + "Delete Table": "Tabelle löschen", + "Delete Row": "Zeile löschen", + "Delete Column": "Spalte löschen", + "File Name": "Dateiname", + "Format Type": "Formattyp", + "Save": "Speichern", + "Navigation": "Navigation", + "Results": "Ergebnisse", + "Replace": "Ersetzen", + "Replace All": "Ersetzen Sie alle", + "We replaced all": "Wir haben alle", + "Find": "Finden", + "No matches": "Kein Treffer", + "All Done": "Fertig", + "Result": "Ergebnis", + "of": "von", + "instances": "Instanzen", + "with": "Mit", + "Click to follow link": "Klicken Sie hier, um dem Link zu folgen", + "Continue Numbering": "Weiter Nummerierung", + "Bookmark name": "Lesezeichenname", + "Close": "Schließen", + "Restart At": "Neustart bei", + "Properties": "Eigenschaften", + "Name": "Namen", + "Style type": "Stiltyp", + "Style based on": "Stil basierend auf", + "Style for following paragraph": "Stil für folgenden Absatz", + "Formatting": "Formatierung", + "Numbering and Bullets": "Nummerierung und Aufzählungszeichen", + "Numbering": "Nummerierung", + "Update Field": "Update-Feld", + "Edit Field": "Bearbeitungsfeld", + "Bookmark": "Lesezeichen", + "Page Setup": "Seiteneinrichtung", + "No bookmarks found": "Keine Lesezeichen gefunden", + "Number format tooltip information": "Einstufiges Zahlenformat:
[PREFIX]%[LEVELNUMBER][SUFFIX]
Beispielsweise zeigt 'Kapitel %1.' die Nummerierung wie
Kapitel 1 an. Artikel
Kapitel 2. Artikel
...
Kapitel N. Artikel

Mehrstufiges Zahlenformat:
[PREFIX]%[LEVELNUMBER][SUFFIX]+[PREFIX]%[LEVELNUMBER][SUFFIX]
Zum Beispiel zeigt '%1.%2.' die Nummerierung wie
1 an. Artikel
1.2. Artikel
...
1.N. Artikel", + "Format": "Format", + "Create New Style": "Erstellen eines neuen Stils", + "Modify Style": "Stil ändern", + "New": "Neu", + "Bullets": "Kugeln", + "Use bookmarks": "Verwenden von Lesezeichen", + "Table of Contents": "Inhaltsverzeichnis", + "AutoFit": "Autofit", + "AutoFit to Contents": "AutoFit für Inhalte", + "AutoFit to Window": "AutoFit zu Fenster", + "Fixed Column Width": "Feste Spaltenbreite", + "Reset": "Zurücksetzen", + "Match case": "Match-Fall", + "Whole words": "Ganze Wörter", + "Add": "Hinzufügen", + "Go To": "Gehe zu", + "Search for": "Suchen nach", + "Replace with": "Ersetzen Sie dies durch", + "TOC 1": "TOC 1", + "TOC 2": "TOC 2", + "TOC 3": "TOC 3", + "TOC 4": "TOC 4", + "TOC 5": "TOC 5", + "TOC 6": "TOC 6", + "TOC 7": "TOC 7", + "TOC 8": "TOC 8", + "TOC 9": "TOC 9", + "Right-to-left": "Von rechts nach links", + "Left-to-right": "Von links nach rechts", + "Direction": "Richtung", + "Table direction": "Tabellenrichtung", + "Indent from right": "Einzug von rechts", + "Don't add space between the paragraphs of the same styles": "Fügen Sie keinen Abstand zwischen den Absätzen derselben Stile hinzu.", + "The password don't match": "Das Kennwort stimmt nicht überein ", + "Restrict Editing": "Einschränken der Bearbeitung", + "Formatting restrictions": "Formatierungseinschränkungen", + "Allow formatting": "Formatierung zulassen", + "Editing restrictions": "Bearbeitungseinschränkungen", + "Read only": "Nur lesen", + "Exceptions (optional)": "Ausnahmen (optional)", + "Select parts of the document and choose users who are allowed to freely edit them.": "Wählen Sie Teile des Dokuments aus, und wählen Sie Benutzer aus, die sie frei bearbeiten dürfen. ", + "Everyone": "Jeder", + "More users": "Mehr Benutzer", + "Add Users": "Hinzufügen von Benutzern", + "Yes, Start Enforcing Protection": "Ja, Starten Sie die Durchsetzung des Schutzes", + "Start Enforcing Protection": "Starten des Erzwingens des Schutzes", + "Enter User": "Benutzer eingeben", + "Users": "Benutzer", + "Enter new password": "Geben Sie ein neues Passwort ein", + "Reenter new password to confirm": "Geben Sie das neue Kennwort erneut ein, um dies zu bestätigen", + "Your permissions": "Ihre Berechtigungen", + "This document is protected from unintentional editing.You may edit in this region.": "Dieses Dokument ist vor unbeabsichtigter Bearbeitung geschützt. Sie können in dieser Region bearbeiten.", + "You may format text only with certain styles.": "Sie können Text nur mit bestimmten Formatvorlagen formatieren.", + "Stop Protection": "Stop Protection", + "Password": "Passwort", + "Spelling Editor": "Rechtschreib-Editor", + "Spelling": "Rechtschreibung", + "Spell Check": "Rechtschreibprüfung", + "Underline errors": "Unterstreichung von Fehlern", + "Ignore": "Ignorieren", + "Ignore all": "Ignorieren Sie alle", + "Add to Dictionary": "Zum Wörterbuch hinzufügen", + "Change": "Veränderung", + "Change All": "Alle ändern", + "Suggestions": "Vorschläge", + "The password is incorrect": "Das Kennwort ist falsch", + "Error in establishing connection with web server": "Fehler beim Herstellen einer Verbindung mit dem Webserver", + "Highlight the regions I can edit": "Markieren Sie die Bereiche, die ich bearbeiten kann", + "Show All Regions I Can Edit": "Alle Regionen anzeigen, die ich bearbeiten kann", + "Find Next Region I Can Edit": "Nächste Region finden, die ich bearbeiten kann", + "Keep source formatting": "Quellformatierung beibehalten", + "Match destination formatting": "Übereinstimmung der Zielformatierung", + "Text only": "Nur Text", + "Comments": "Kommentare", + "Type your comment": "Geben Sie Ihren Kommentar ein", + "Post": "Bereitstellen", + "Reply": "Antwort", + "New Comment": "Neuer Kommentar", + "Edit": "Bearbeiten", + "Resolve": "Beheben", + "Reopen": "Öffnen", + "No comments in this document": "Keine Kommentare in diesem Dokument", + "more": "Mehr", + "Type your comment hear": "Geben Sie Ihren Kommentar ein", + "Next Comment": "Nächster Kommentar", + "Previous Comment": "Vorheriger Kommentar", + "Un-posted comments": "Nicht gepostete Kommentare", + "Added comments not posted. If you continue, that comment will be discarded.": "Kommentare wurden nicht gepostet. Wenn Sie fortfahren, wird dieser Kommentar verworfen." + }, + "documenteditorcontainer": { + "New": "Neu", + "Open": "Öffnen", + "Undo": "Rückgängig", + "Redo": "Wiederholen", + "Image": "Bild", + "Table": "Tabelle", + "Link": "verbinden", + "Bookmark": "Lesezeichen", + "Table of Contents": "Inhaltsverzeichnis", + "HEADING - - - - 1": "HEADING - - - - 1", + "HEADING - - - - 2": "HEADING - - - - 2", + "HEADING - - - - 3": "HEADING - - - - 3", + "Header": "Header", + "Footer": "Fußzeile", + "Page Setup": "Seiteneinrichtung", + "Page Number": "Seitenzahl", + "Break": "Brechen", + "Find": "Finden", + "Local Clipboard": "Lokale Zwischenablage", + "Restrict Editing": "Einschränken der Bearbeitung", + "Upload from computer": "Hochladen vom Computer", + "By URL": "Nach URL", + "Page Break": "Seitenumbruch", + "Section Break": "Abschnittsunterbrechung", + "Header & Footer": "Kopfzeile & Fußzeile", + "Options": "Optionen", + "Levels": "Ebenen", + "Different First Page": "Verschiedene erste Seite", + "Different header and footer for odd and even pages.": "Verschiedene Kopf- und Fußzeile für ungerade und gerade Seiten.", + "Different Odd & Even Pages": "Verschiedene Odd & Even Seiten", + "Different header and footer for first page.": "Verschiedene Kopf- und Fußzeile für die erste Seite.", + "Position": "Position", + "Header from Top": "Header von oben", + "Footer from Bottom": "Fußzeile von unten", + "Distance from top of the page to top of the header.": "Abstand vom oberen Rand der Seite zum oberen Anfang der Kopfzeile.", + "Distance from bottom of the page to bottom of the footer.": "Abstand vom unteren Rand der Seite bis zum unteren Rand der Fußzeile.", + "Aspect ratio": "Seitenverhältnis", + "W": "W", + "H": "H", + "Width": "Breite", + "Height": "Höhe", + "Text": "Text", + "Paragraph": "Absatz", + "Fill": "Füllen", + "Fill color": "Füllfarbe", + "Border Style": "Border Style", + "Outside borders": "Außerhalb der Grenzen", + "All borders": "Alle Grenzen", + "Inside borders": "Innere Grenzen", + "Left border": "Linke Grenze", + "Inside vertical border": "Innerhalb vertikaler Rahmen", + "Right border": "Rechte Grenze", + "Top border": "Obere Grenze", + "Inside horizontal border": "Innerhalb horizontaler Rahmen", + "Bottom border": "Unterer Rand", + "Border color": "Rahmenfarbe", + "Border width": "Grenzbreite", + "Cell": "Zelle", + "Merge cells": "Zusammenführen von Zellen", + "Insert / Delete": "Einfügen / Löschen", + "Insert columns to the left": "Einfügen von Spalten nach links", + "Insert columns to the right": "Einfügen von Spalten auf der rechten Seite", + "Insert rows above": "Zeilen oben einfügen", + "Insert rows below": "Zeilen unten einfügen", + "Delete rows": "Löschen von Zeilen", + "Delete columns": "Spalten löschen", + "Cell Margin": "Zell-Rand", + "Top": "Nach oben", + "Bottom": "Unteres", + "Left": "Links", + "Right": "Richting", + "Align Text": "Ausrichten von Text", + "Align top": "Oben ausrichten", + "Align bottom": "Unten ausrichten", + "Align center": "Ausrichtung des Zentrums", + "Number of heading or outline levels to be shown in table of contents.": "Anzahl der Überschriften oder Gliederungsebenen, die im Inhaltsverzeichnis angezeigt werden sollen.", + "Show page numbers": "Seitenzahlen anzeigen", + "Show page numbers in table of contents.": "Seitenzahlen im Inhaltsverzeichnis anzeigen.", + "Right align page numbers": "Rechte Ausrichtung Seitenzahlen", + "Right align page numbers in table of contents.": "Rechte Seitenzahlen im Inhaltsverzeichnis.", + "Use hyperlinks": "Verwenden von Hyperlinks", + "Use hyperlinks instead of page numbers.": "Verwenden Sie Hyperlinks anstelle von Seitenzahlen.", + "Font": "Schriftart", + "Font Size": "Schriftgröße", + "Font color": "Schriftfarbe", + "Text highlight color": "Texthervorhebungsfarbe", + "Clear all formatting": "Löschen aller Formatierungen", + "Bold (Ctrl+B)": "Fett (Strg+B)", + "Italic (Ctrl+I)": "Kursiv (Strg+I)", + "Underline (Ctrl+U)": "Unterstreichung (Strg+U)", + "Strikethrough": "Durchgestrichen", + "Superscript (Ctrl+Shift++)": "Hochschrift (Strg+Umschalt++)", + "Subscript (Ctrl+=)": "Subskription (Strg+=)", + "Align left (Ctrl+L)": "Links ausrichten (Strg+L)", + "Center (Ctrl+E)": "Mitte (Strg+E)", + "Align right (Ctrl+R)": "Rechts ausrichten (Strg+R)", + "Justify (Ctrl+J)": "Justify (Strg+J)", + "Decrease indent": "Abnahme des Einrückens", + "Increase indent": "Zunahme des Einrückens", + "Line spacing": "Zeilenabstand", + "Bullets": "Kugeln", + "Numbering": "Nummerierung", + "Styles": "Stile", + "Manage Styles": "Verwalten von Stilen", + "Page": "Seite", + "of": "von", + "Fit one page": "Anpassen einer Seite", + "Spell Check": "Rechtschreibprüfung", + "Underline errors": "Unterstreichung von Fehlern", + "Fit page width": "Anpassen der Seitenbreite", + "Update": "aktualisieren", + "Cancel": "Abbrechen", + "Insert": "Einfügen", + "No Border": "Keine Grenze", + "Create a new document.": "Erstellen Sie ein neues Dokument.", + "Open a document.": "Öffnen Sie ein Dokument.", + "Undo the last operation (Ctrl+Z).": "Rückgängigmachen des letzten Vorgangs (Strg+Z).", + "Redo the last operation (Ctrl+Y).": "Wiederholen Sie den letzten Vorgang (Strg+Y).", + "Insert inline picture from a file.": "Einfügen eines Inlinebilds aus einer Datei.", + "Insert a table into the document": "Einfügen einer Tabelle in das Dokument", + "Create a link in your document for quick access to web pages and files (Ctrl+K).": "Erstellen Sie einen Link in Ihrem Dokument für den schnellen Zugriff auf Webseiten und Dateien (Strg+K).", + "Insert a bookmark in a specific place in this document.": "Fügen Sie ein Lesezeichen an einer bestimmten Stelle in diesem Dokument ein.", + "Provide an overview of your document by adding a table of contents.": "Geben Sie einen Überblick über Ihr Dokument, indem Sie ein Inhaltsverzeichnis hinzufügen.", + "Add or edit the header.": "Fügen Sie den Header hinzu oder bearbeiten Sie ihn.", + "Add or edit the footer.": "Fügen Sie die Fußzeile hinzu oder bearbeiten Sie sie.", + "Open the page setup dialog.": "Öffnen Sie das Dialogfeld für das Seiteneinrichten.", + "Add page numbers.": "Fügen Sie Seitenzahlen hinzu.", + "Find text in the document (Ctrl+F).": "Suchen von Text im Dokument (Strg+F).", + "Toggle between the internal clipboard and system clipboard": "Das Umschalten zwischen der internen Zwischenablage und der System-Zwischenablage.
Der Zugriff auf die System-Zwischenablage über skripts wird aufgrund der Sicherheitsrichtlinie des Browsers verweigert. Stattdessen
1. Sie können die interne Zwischenablage zum Ausschneiden, Kopieren und Einfügen innerhalb der Komponente aktivieren.
2. Sie können die Tastenkombinationen (Strg+X, Strg+C und Strg+V) zum Ausschneiden, Kopieren und Einfügen mit der System-Zwischenablage verwenden.", + "Restrict editing.": "Beschränken Sie die Bearbeitung.", + "The current page number in the document. Click or tap to navigate specific page.": "Die aktuelle Seitenzahl im Dokument. Klicken oder tippen Sie, um auf einer bestimmten Seite zu navigieren.", + "Read only": "Nur lesen", + "Protections": "Schutz", + "Error in establishing connection with web server": "Fehler beim Herstellen einer Verbindung mit dem Webserver", + "Single": "Einzelnen", + "Double": "Doppel", + "New comment": "Neuer Kommentar", + "Comments": "Kommentare" + } + }, + "fr-CH": { + "documenteditor": { + "Table": "Table", + "Row": "Ligne", + "Cell": "Cellule", + "Ok": "D'accord", + "Cancel": "Annuler", + "Size": "Taille", + "Preferred Width": "Largeur privilégiée", + "Points": "Points", + "Percent": "Pourcentage", + "Measure in": "Mesurer en", + "Alignment": "Alignement", + "Left": "Gauche", + "Center": "Centre", + "Right": "Oui", + "Justify": "Justifier", + "Indent from left": "Indent de gauche à gauche", + "Borders and Shading": "Frontières et ombrage", + "Options": "Options", + "Specify height": "Spécifier la hauteur", + "At least": "Au moins", + "Exactly": "Exactement", + "Row height is": "La hauteur de la ligne est", + "Allow row to break across pages": "Permettre à la ligne de se briser sur les pages", + "Repeat as header row at the top of each page": "Répéter la ligne d'en-tête en haut de chaque page", + "Vertical alignment": "Alignement vertical", + "Top": "Retour au début", + "Bottom": "Bas", + "Default cell margins": "Marges cellulaires par défaut", + "Default cell spacing": "Espacement des cellules par défaut", + "Allow spacing between cells": "Permettre l'espacement entre les cellules", + "Cell margins": "Marges cellulaires", + "Same as the whole table": "Comme toute la table", + "Borders": "Frontières", + "None": "Aucun", + "Style": "Style", + "Width": "Largeur", + "Height": "Hauteur", + "Letter": "Lettre", + "Tabloid": "Tabloïd", + "Legal": "Juridique", + "Statement": "Déclaration", + "Executive": "Exécutif", + "A3": "A3 Annonces", + "A4": "A4 Annonces", + "A5": "A5 Annonces", + "B4": "B4 (en)", + "B5": "B5 (en)", + "Custom Size": "Taille personnalisée", + "Different odd and even": "Différents impairs et même", + "Different first page": "Première page différente", + "From edge": "Du bord", + "Header": "En-tête", + "Footer": "Pied", + "Margin": "Marges", + "Paper": "Papier", + "Layout": "Disposition", + "Orientation": "Orientation", + "Landscape": "Paysage", + "Portrait": "Portrait", + "Show page numbers": "Afficher les numéros de page", + "Right align page numbers": "Numéros de page d'alignement droit", + "Nothing": "Rien", + "Tab leader": "Chef d'onglet", + "Show levels": "Afficher les niveaux", + "Use hyperlinks instead of page numbers": "Utilisez des hyperliens au lieu de numéros de page", + "Build table of contents from": "Construire la table de contenu à partir de", + "Styles": "Styles", + "Available styles": "Styles disponibles", + "TOC level": "Niveau TOC", + "Heading": "Rubrique", + "Heading 1": "En tête 1", + "Heading 2": "En tête 2", + "Heading 3": "En tête 3", + "Heading 4": "En tête 4", + "Heading 5": "En tête 5", + "Heading 6": "En tête 6", + "List Paragraph": "Paragraphe de liste", + "Normal": "Normal", + "Outline levels": "Niveaux d'aperçu", + "Table entry fields": "Champs d'entrée de table", + "Modify": "Modifier", + "Color": "Couleur", + "Setting": "Réglage", + "Box": "Boîte", + "All": "Tous", + "Custom": "Personnalisé", + "Preview": "Aperçu", + "Shading": "Ombrage", + "Fill": "Remplir", + "Apply To": "Appliquer à", + "Table Properties": "Propriétés de table", + "Cell Options": "Options cellulaires", + "Table Options": "Table Options", + "Insert Table": "Insérer la table", + "Number of columns": "Nombre de colonnes", + "Number of rows": "Nombre de lignes", + "Text to display": "Texte à afficher", + "Address": "Adresse", + "Insert Hyperlink": "Insérer Hyperlink", + "Edit Hyperlink": "Modifier Hyperlink", + "Insert": "Insérer", + "General": "Générales", + "Indentation": "Indentation", + "Before text": "Avant le texte", + "Special": "Spécial", + "First line": "Première ligne", + "Hanging": "Suspendus", + "After text": "Après le texte", + "By": "Par", + "Before": "Avant", + "Line Spacing": "Interligne", + "After": "Après", + "At": "À", + "Multiple": "Plusieurs", + "Spacing": "Espacement", + "Define new Multilevel list": "Définir la nouvelle liste multiniveaux", + "List level": "Niveau de liste", + "Choose level to modify": "Choisissez le niveau pour modifier", + "Level": "Niveau", + "Number format": "Format de nombre", + "Number style for this level": "Style de nombre pour ce niveau", + "Enter formatting for number": "Entrez le formatage pour le numéro", + "Start at": "Commencez par", + "Restart list after": "Liste de redémarrage après", + "Position": "Position", + "Text indent at": "Indent de texte à", + "Aligned at": "Aligné à", + "Follow number with": "Suivez le numéro avec", + "Tab character": "Caractère d'onglet", + "Space": "Espace", + "Arabic": "Arabe", + "UpRoman": "UpRoman (en)", + "LowRoman": "LowRoman (LowRomain)", + "UpLetter": "UpLetter (en)", + "LowLetter": "Lettre basse", + "Number": "Nombre", + "Leading zero": "Mener zéro", + "Bullet": "Balle", + "Ordinal": "Ordinal", + "Ordinal Text": "Texte ordinal", + "For East": "Pour l'Est", + "No Restart": "Pas de redémarrage", + "Font": "Polices", + "Font style": "Style de police", + "Underline style": "Style de soulignement", + "Font color": "Couleur de police", + "Effects": "Effets", + "Strikethrough": "Barré", + "Superscript": "Superscript", + "Subscript": "Indice", + "Double strikethrough": "Double frappe", + "Regular": "Régulier", + "Bold": "Gras", + "Italic": "Italique", + "Cut": "Couper", + "Copy": "Copie", + "Paste": "Coller", + "Hyperlink": "Lien hypertexte", + "Open Hyperlink": "Ouvrez Hyperlink", + "Copy Hyperlink": "Copier Hyperlink", + "Remove Hyperlink": "Supprimer Hyperlink", + "Paragraph": "Paragraphe", + "Linked(Paragraph and Character)": "Linked (Paragraphe et Caractère)", + "Character": "personnage", + "Merge Cells": "Cellules de fusion", + "Insert Above": "Insérer ci-dessus", + "Insert Below": "Insérer ci-dessous", + "Insert Left": "Insérer à gauche", + "Insert Right": "Insérer à droite", + "Delete": "Supprimer", + "Delete Table": "Supprimer la table", + "Delete Row": "Supprimer la ligne", + "Delete Column": "Supprimer la colonne", + "File Name": "Nom du fichier", + "Format Type": "Format Type", + "Save": "sauvegarder", + "Navigation": "Navigation", + "Results": "Résultats", + "Replace": "Remplacer", + "Replace All": "Remplacer tous les", + "We replaced all": "Nous avons remplacé tous les", + "Find": "Trouver", + "No matches": "Pas d'allumettes", + "All Done": "Tout fait", + "Result": "Résultat", + "of": "De", + "instances": "Cas", + "with": "Avec", + "Click to follow link": "Cliquez pour suivre le lien", + "Continue Numbering": "Continuer la numérotisation", + "Bookmark name": "Nom de signet", + "Close": "Proche", + "Restart At": "Redémarrer à", + "Properties": "Propriétés", + "Name": "Nom", + "Style type": "Type de style", + "Style based on": "Style basé sur", + "Style for following paragraph": "Style pour le paragraphe suivant", + "Formatting": "Formatage", + "Numbering and Bullets": "Numérotage et balles", + "Numbering": "Numérotation", + "Update Field": "Champ de mise à jour", + "Edit Field": "Champ d'édition", + "Bookmark": "Signet", + "Page Setup": "Configuration de la page", + "No bookmarks found": "Aucun signet trouvé", + "Number format tooltip information": "Format de nombre à un seul niveau: 'lt;/br'gt;[PREFIX][LEVELNUMBER][SUFFIX] lt;/br'gt; Par exemple, 'Chapitre %1.' affichera la numérotisation comme 'lt;/br'gt;Chapitre 1. Item-lt;/br-gt;Chapitre 2. Item-lt;/br'gt;... Lt;/br 'gt;Chapitre N. Item-lt;/br'gt; 'lt;/br'gt;Multilevel number format: 'lt;/br'gt;[PREFIX]%[LEVELNUMBER][SUFFIX][PREFIX][PREFIX]%[LEVELNUMBER][SUFFIX] Item-lt;/br-gt;1.2. Item-lt;/br'gt;... Article de lt;/br.n.", + "Format": "Format", + "Create New Style": "Créer un nouveau style", + "Modify Style": "Modifier le style", + "New": "Nouveau", + "Bullets": "Balles", + "Use bookmarks": "Utiliser des signets", + "Table of Contents": "Tableau des contenus", + "AutoFit": "AutoFit (AutoFit)", + "AutoFit to Contents": "AutoFit au contenu", + "AutoFit to Window": "AutoFit à window", + "Fixed Column Width": "Largeur de colonne fixe", + "Reset": "Réinitialiser", + "Match case": "Cas de match", + "Whole words": "Mots entiers", + "Add": "Ajouter", + "Go To": "Atteindre", + "Search for": "Rechercher", + "Replace with": "Remplacer par", + "TOC 1": "TOC 1", + "TOC 2": "TOC 2 (en)", + "TOC 3": "TOC 3", + "TOC 4": "TOC 4", + "TOC 5": "TOC 5 Annonces", + "TOC 6": "TOC 6 Annonces", + "TOC 7": "TOC 7 Annonces", + "TOC 8": "TOC 8 Annonces", + "TOC 9": "TOC 9 (en)", + "Right-to-left": "De droite à gauche", + "Left-to-right": "De gauche à droite", + "Direction": "Direction", + "Table direction": "Direction de la table", + "Indent from right": "Indent de droite", + "Don't add space between the paragraphs of the same styles": "N'ajoutez pas d'espace entre les paragraphes des mêmes styles", + "The password don't match": "Le mot de passe ne correspond pas", + "Restrict Editing": "Restreindre l'édition", + "Formatting restrictions": "Restrictions de formatage", + "Allow formatting": "Autoriser le mise en forme", + "Editing restrictions": "Restrictions d'édition", + "Read only": "Lire uniquement", + "Exceptions (optional)": "Exceptions (facultatif)", + "Select parts of the document and choose users who are allowed to freely edit them.": "Sélectionnez des parties du document et choisissez les utilisateurs autorisés à les modifier librement.", + "Everyone": "Chacun", + "More users": "Plus d'utilisateurs", + "Add Users": "Ajouter des utilisateurs", + "Yes, Start Enforcing Protection": "Oui, Commencez à appliquer la protection", + "Start Enforcing Protection": "Commencer à faire respecter la protection", + "Enter User": "Entrez l'utilisateur", + "Users": "Utilisateurs", + "Enter new password": "Entrez un nouveau mot de passe", + "Reenter new password to confirm": "Réenter nouveau mot de passe pour confirmer", + "Your permissions": "Vos autorisations", + "This document is protected from unintentional editing.You may edit in this region.": "Ce document est protégé contre l'édition involontaire. Vous pouvez modifier dans cette région.", + "You may format text only with certain styles.": "Vous pouvez formater le texte uniquement avec certains styles.", + "Stop Protection": "Protection D'arrêt", + "Password": "mot de passe", + "Spelling Editor": "Éditeur d'orthographe", + "Spelling": "Orthographe", + "Spell Check": "Vérification des sorts", + "Underline errors": "Souligner les erreurs", + "Ignore": "Ignorer", + "Ignore all": "Ignorer tous", + "Add to Dictionary": "Ajouter au dictionnaire", + "Change": "changement", + "Change All": "Changer tous", + "Suggestions": "Suggestions", + "The password is incorrect": "Le mot de passe est incorrect", + "Error in establishing connection with web server": "Erreur dans l'établissement de la connexion avec le serveur web", + "Highlight the regions I can edit": "Mettre en surbrillance les régions que je peux modifier", + "Show All Regions I Can Edit": "Afficher toutes les régions que je peux modifier", + "Find Next Region I Can Edit": "Trouver la prochaine région que je peux modifier", + "Keep source formatting": "Conserver le formatage des sources", + "Match destination formatting": "Formatage de destination de correspondance", + "Text only": "Texte uniquement", + "Comments": "Commentaires", + "Type your comment": "Tapez votre commentaire", + "Post": "Publier", + "Reply": "Réponse", + "New Comment": "Nouveau commentaire", + "Edit": "Modifier", + "Resolve": "Résoudre", + "Reopen": "Rouvrir", + "No comments in this document": "Aucun commentaire dans ce document", + "more": "Plus", + "Type your comment hear": "Tapez votre commentaire entendre", + "Next Comment": "Commentaire suivant", + "Previous Comment": "Commentaire précédent", + "Un-posted comments": "Commentaires non publiés", + "Added comments not posted. If you continue, that comment will be discarded.": "Ajout de commentaires non affichés. Si vous continuez, ce commentaire sera rejeté." + }, + "documenteditorcontainer": { + "New": "Nouveau", + "Open": "Ouvert", + "Undo": "Annuler", + "Redo": "Refaire", + "Image": "Image", + "Table": "Table", + "Link": "Lien", + "Bookmark": "Signet", + "Table of Contents": "Tableau des contenus", + "HEADING - - - - 1": "TITRE - - - - 1", + "HEADING - - - - 2": "TITRE - - - - 2", + "HEADING - - - - 3": "TITRE - - - - 3", + "Header": "En-tête", + "Footer": "Pied", + "Page Setup": "Configuration de la page", + "Page Number": "Numéro de page", + "Break": "Pause", + "Find": "Trouver", + "Local Clipboard": "Local Clipboard", + "Restrict Editing": "Restreindre l'édition", + "Upload from computer": "Téléchargement à partir d'un ordinateur", + "By URL": "Par URL", + "Page Break": "Coupure de page", + "Section Break": "Pause de section", + "Header & Footer": "En-tête et Footer", + "Options": "Options", + "Levels": "Niveaux", + "Different First Page": "Première page différente", + "Different header and footer for odd and even pages.": "En-tête et pied différents pour les pages impaires et uniformes.", + "Different Odd & Even Pages": "Différentes pages impaires et uniformes", + "Different header and footer for first page.": "En-tête et pied différents pour la première page.", + "Position": "Position", + "Header from Top": "En-tête du haut", + "Footer from Bottom": "Footer de bas", + "Distance from top of the page to top of the header.": "Distance du haut de la page au haut de l'en-tête.", + "Distance from bottom of the page to bottom of the footer.": "Distance du bas de la page au bas du pied.", + "Aspect ratio": "Ratio Aspect", + "W": "W", + "H": "H (en)", + "Width": "Largeur", + "Height": "Hauteur", + "Text": "Texte", + "Paragraph": "Paragraphe", + "Fill": "Remplir", + "Fill color": "Remplir la couleur", + "Border Style": "Style de frontière", + "Outside borders": "À l'extérieur des frontières", + "All borders": "Toutes les frontières", + "Inside borders": "Frontières intérieures", + "Left border": "Frontière gauche", + "Inside vertical border": "Frontière verticale intérieure", + "Right border": "Bordure droite", + "Top border": "Bordure supérieure", + "Inside horizontal border": "Bordure horizontale intérieure", + "Bottom border": "Bordure inférieure", + "Border color": "Couleur de frontière", + "Border width": "Largeur de la frontière", + "Cell": "Cellule", + "Merge cells": "Fusionner les cellules", + "Insert / Delete": "Insérer / Supprimer", + "Insert columns to the left": "Insérer des colonnes à gauche", + "Insert columns to the right": "Insérer des colonnes à droite", + "Insert rows above": "Insérer les lignes ci-dessus", + "Insert rows below": "Insérer les lignes ci-dessous", + "Delete rows": "Supprimer les lignes", + "Delete columns": "Supprimer les colonnes", + "Cell Margin": "Marge cellulaire", + "Top": "Retour au début", + "Bottom": "Bas", + "Left": "Gauche", + "Right": "Oui", + "Align Text": "Alignement du texte", + "Align top": "Alignement haut", + "Align bottom": "Aligner le fond", + "Align center": "Centre d'alignement", + "Number of heading or outline levels to be shown in table of contents.": "Nombre de niveaux de cap ou de contour à indiquer dans le tableau du contenu.", + "Show page numbers": "Afficher les numéros de page", + "Show page numbers in table of contents.": "Afficher les numéros de page dans le tableau des contenus.", + "Right align page numbers": "Numéros de page d'alignement droit", + "Right align page numbers in table of contents.": "Droite aligner les numéros de page dans le tableau des contenus.", + "Use hyperlinks": "Utiliser des hyperliens", + "Use hyperlinks instead of page numbers.": "Utilisez des hyperliens au lieu de numéros de page.", + "Font": "Polices", + "Font Size": "Taille de la police", + "Font color": "Couleur de police", + "Text highlight color": "Le texte mettent en évidence la couleur", + "Clear all formatting": "Effacer tous les formatage", + "Bold (Ctrl+B)": "Audacieux (Ctrl-B)", + "Italic (Ctrl+I)": "Italique (Ctrl -I)", + "Underline (Ctrl+U)": "Underline (Ctrl-U)", + "Strikethrough": "Barré", + "Superscript (Ctrl+Shift++)": "Superscript(Ctrl-Shift)", + "Subscript (Ctrl+=)": "Sous-scripte (CtrlMD)", + "Align left (Ctrl+L)": "Alignement à gauche (Ctrl-L)", + "Center (Ctrl+E)": "Centre (Ctrl-E)", + "Align right (Ctrl+R)": "Alignement à droite (Ctrl -R)", + "Justify (Ctrl+J)": "Justifier (Ctrl -J)", + "Decrease indent": "Diminution de l'indent", + "Increase indent": "Augmentation de l'indent", + "Line spacing": "Interligne", + "Bullets": "Balles", + "Numbering": "Numérotation", + "Styles": "Styles", + "Manage Styles": "Gérer les styles", + "Page": "Page", + "of": "De", + "Fit one page": "Ajuster une page", + "Spell Check": "Vérification des sorts", + "Underline errors": "Souligner les erreurs", + "Fit page width": "Largeur de page d'ajustement", + "Update": "mettre à jour", + "Cancel": "Annuler", + "Insert": "Insérer", + "No Border": "Pas de frontière", + "Create a new document.": "Créez un nouveau document.", + "Open a document.": "Ouvrez un document.", + "Undo the last operation (Ctrl+Z).": "Annuler la dernière opération (Ctrl-Z).", + "Redo the last operation (Ctrl+Y).": "Refaites la dernière opération (Ctrl-Y).", + "Insert inline picture from a file.": "Insérez l'image en ligne à partir d'un fichier.", + "Insert a table into the document": "Insérer une table dans le document", + "Create a link in your document for quick access to web pages and files (Ctrl+K).": "Créez un lien dans votre document pour un accès rapide aux pages Web et aux fichiers (Ctrl-K).", + "Insert a bookmark in a specific place in this document.": "Insérez un signet à un endroit précis dans ce document.", + "Provide an overview of your document by adding a table of contents.": "Fournissez un aperçu de votre document en ajoutant un tableau de contenu.", + "Add or edit the header.": "Ajouter ou modifier l'en-tête.", + "Add or edit the footer.": "Ajouter ou modifier le pied.", + "Open the page setup dialog.": "Ouvrez le dialogue de configuration de page.", + "Add page numbers.": "Ajouter des numéros de page.", + "Find text in the document (Ctrl+F).": "Trouver du texte dans le document (Ctrl-F).", + "Toggle between the internal clipboard and system clipboard": "Basculer entre le presse-papiers interne et le presse-papiers du système. Au lieu de cela, 'lt;/br'gt; 1. Vous pouvez activer le presse-papiers interne pour couper, copier et coller dans le composant. Vous pouvez utiliser les raccourcis clavier(Ctrl-X, Ctrl-C et Ctrl-V) pour couper, copier et coller avec unpresse-papiers système.", + "Restrict editing.": "Restreindre l'édition.", + "The current page number in the document. Click or tap to navigate specific page.": "Le numéro de page actuel dans le document. Cliquez ou appuyez sur pour naviguer sur une page spécifique.", + "Read only": "Lire uniquement", + "Protections": "Protections", + "Error in establishing connection with web server": "Erreur dans l'établissement de la connexion avec le serveur web", + "Single": "Seul", + "Double": "Double", + "New comment": "Nouveau commentaire", + "Comments": "Commentaires" + } + }, + "ar": { + "documenteditor": { + "Table": "الجدول", + "Row": "الصف", + "Cell": "الخليه", + "Ok": "موافق", + "Cancel": "إلغاء الأمر", + "Size": "حجم", + "Preferred Width": "العرض المفضل", + "Points": "نقاط", + "Percent": "المائه", + "Measure in": "القياس في", + "Alignment": "محاذاه", + "Left": "اليسار", + "Center": "مركز", + "Right": "الحق", + "Justify": "تبرير", + "Indent from left": "مسافة بادئه من اليسار", + "Borders and Shading": "الحدود والتظليل", + "Options": "خيارات", + "Specify height": "تحديد الارتفاع", + "At least": "الاقل", + "Exactly": "تماما", + "Row height is": "ارتفاع الصف هو", + "Allow row to break across pages": "السماح للصف بالخروج عبر الصفحات", + "Repeat as header row at the top of each page": "تكرار كصف راس في اعلي كل صفحه", + "Vertical alignment": "محاذاة عموديه", + "Top": "أعلى", + "Bottom": "اسفل", + "Default cell margins": "هوامش الخلية الافتراضية", + "Default cell spacing": "تباعد الخلايا الافتراضي", + "Allow spacing between cells": "السماح بالتباعد بين الخلايا", + "Cell margins": "هوامش الخلية", + "Same as the whole table": "نفس الجدول بأكمله", + "Borders": "الحدود", + "None": "اي", + "Style": "نمط", + "Width": "عرض", + "Height": "ارتفاع", + "Letter": "رساله", + "Tabloid": "التابلويد", + "Legal": "القانونيه", + "Statement": "بيان", + "Executive": "التنفيذي", + "A3": "A3", + "A4": "A4", + "A5": "A5", + "B4": "B4", + "B5": "B5", + "Custom Size": "حجم مخصص", + "Different odd and even": "مختلفه غريبه وحتى", + "Different first page": "صفحه اولي مختلفه", + "From edge": "من الحافة", + "Header": "راس", + "Footer": "تذييل الصفحه", + "Margin": "الهوامش", + "Paper": "الورق", + "Layout": "تخطيط", + "Orientation": "التوجه", + "Landscape": "المناظر الطبيعيه", + "Portrait": "صوره", + "Show page numbers": "إظهار أرقام الصفحات", + "Right align page numbers": "محاذاة أرقام الصفحات إلى اليمين", + "Nothing": "شيء", + "Tab leader": "قائد علامة التبويب", + "Show levels": "إظهار المستويات", + "Use hyperlinks instead of page numbers": "استخدام الارتباطات التشعبية بدلا من أرقام الصفحات", + "Build table of contents from": "إنشاء جدول محتويات من", + "Styles": "انماط", + "Available styles": "الأنماط المتاحة", + "TOC level": "مستوي جدول المحتويات", + "Heading": "عنوان", + "Heading 1": "العنوان 1", + "Heading 2": "العنوان 2", + "Heading 3": "العنوان 3", + "Heading 4": "العنوان 4", + "Heading 5": "العنوان 5", + "Heading 6": "العنوان 6", + "List Paragraph": "قائمه الفقرة", + "Normal": "العاديه", + "Outline levels": "مستويات المخطط التفصيلي", + "Table entry fields": "حقول إدخال الجدول", + "Modify": "تعديل", + "Color": "لون", + "Setting": "اعداد", + "Box": "مربع", + "All": "جميع", + "Custom": "المخصصه", + "Preview": "معاينه", + "Shading": "التظليل", + "Fill": "ملء", + "Apply To": "تنطبق علي", + "Table Properties": "خصائص الجدول", + "Cell Options": "خيارات الخلية", + "Table Options": "خيارات الجدول", + "Insert Table": "ادراج جدول", + "Number of columns": "عدد الاعمده", + "Number of rows": "عدد الصفوف", + "Text to display": "النص الذي سيتم عرضه", + "Address": "عنوان", + "Insert Hyperlink": "ادراج ارتباط تشعبي", + "Edit Hyperlink": "تحرير ارتباط تشعبي", + "Insert": "ادراج", + "General": "العامه", + "Indentation": "المسافه البادئه", + "Before text": "قبل النص", + "Special": "الخاصه", + "First line": "السطر الأول", + "Hanging": "معلقه", + "After text": "بعد النص", + "By": "من قبل", + "Before": "قبل", + "Line Spacing": "تباعد الأسطر", + "After": "بعد", + "At": "في", + "Multiple": "متعدده", + "Spacing": "تباعد", + "Define new Multilevel list": "تعريف قائمه متعددة الاصعده جديده", + "List level": "مستوي القائمة", + "Choose level to modify": "اختيار مستوي لتعديل", + "Level": "مستوي", + "Number format": "تنسيق الأرقام", + "Number style for this level": "نمط الرقم لهذا المستوي", + "Enter formatting for number": "إدخال تنسيق لرقم", + "Start at": "أبدا في", + "Restart list after": "أعاده تشغيل القائمة بعد", + "Position": "موقف", + "Text indent at": "المسافة البادئة للنص في", + "Aligned at": "محاذاة في", + "Follow number with": "اتبع الرقم مع", + "Tab character": "حرف علامة التبويب", + "Space": "الفضاء", + "Arabic": "العربية", + "UpRoman": "UpRoman", + "LowRoman": "لورومان", + "UpLetter": "الوصلة الصاعدة", + "LowLetter": "الحرف المنخفض", + "Number": "عدد", + "Leading zero": "الصفر الرئيسي", + "Bullet": "رصاصه", + "Ordinal": "الترتيبيه", + "Ordinal Text": "النص الترتيبي", + "For East": "للشرق", + "No Restart": "لا أعاده تشغيل", + "Font": "الخط", + "Font style": "نمط الخط", + "Underline style": "نمط التسطير", + "Font color": "لون الخط", + "Effects": "الاثار", + "Strikethrough": "يتوسطه", + "Superscript": "مرتفع", + "Subscript": "منخفض", + "Double strikethrough": "يتوسطه خط مزدوج", + "Regular": "العاديه", + "Bold": "جريئه", + "Italic": "مائل", + "Cut": "قطع", + "Copy": "نسخ", + "Paste": "لصق", + "Hyperlink": "الارتباط التشعبي", + "Open Hyperlink": "فتح ارتباط تشعبي", + "Copy Hyperlink": "نسخ ارتباط تشعبي", + "Remove Hyperlink": "أزاله ارتباط تشعبي", + "Paragraph": "الفقره", + "Linked(Paragraph and Character)": "مرتبط (فقره وحرف)", + "Character": "حرف", + "Merge Cells": "دمج الخلايا", + "Insert Above": "ادراج أعلاه", + "Insert Below": "تدرج أدناه", + "Insert Left": "ادراج إلى اليسار", + "Insert Right": "ادراج اليمين", + "Delete": "حذف", + "Delete Table": "حذف جدول", + "Delete Row": "حذف الصف", + "Delete Column": "حذف العمود", + "File Name": "اسم الملف", + "Format Type": "نوع التنسيق", + "Save": "حفظ", + "Navigation": "التنقل", + "Results": "نتائج", + "Replace": "استبدال", + "Replace All": "استبدال الكل", + "We replaced all": "لقد استبدلنا جميع", + "Find": "العثور", + "No matches": "لا توجد تطابقات", + "All Done": "جميع الإنجازات", + "Result": "نتيجه", + "of": "من", + "instances": "الحالات", + "with": "مع", + "Click to follow link": "انقر لمتابعه الرابط", + "Continue Numbering": "متابعه الترقيم", + "Bookmark name": "اسم الاشاره المرجعية", + "Close": "اغلاق", + "Restart At": "أعاده التشغيل في", + "Properties": "خصائص", + "Name": "اسم", + "Style type": "نوع النمط", + "Style based on": "نمط يستند إلى", + "Style for following paragraph": "نمط للفقرة التالية", + "Formatting": "التنسيق", + "Numbering and Bullets": "الترقيم والتعداد النقطي", + "Numbering": "ترقيم", + "Update Field": "حقل التحديث", + "Edit Field": "تحرير الحقل", + "Bookmark": "الاشاره المرجعيه", + "Page Setup": "اعداد الصفحة", + "No bookmarks found": "لم يتم العثور علي إشارات مرجعيه", + "Number format tooltip information": "تنسيق الرقم علي مستوي واحد: [البادئة]% [LEVELNUMBER] [اللاحقة] علي سبيل المثال ، سيعرض ' الفصل %1 ' ترقيما مثل الفصل 1. البند الفصل 2. البند ... الفصل نون-البند تنسيق عدد متعدد الاصعده:
[بادئه]% [LEVELNUMBER] [لاحقه] + [بادئه]% [LEVELNUMBER] [لاحقه]
علي سبيل المثال ، '%1.2. ' سيتم عرض ترقيم مثل 1.1. البند 1.2. البند ... 1. N. البند", + "Format": "تنسيق", + "Create New Style": "إنشاء نمط جديد", + "Modify Style": "تعديل النمط", + "New": "الجديد", + "Bullets": "الرصاص", + "Use bookmarks": "استخدام الإشارات المرجعية", + "Table of Contents": "جدول المحتويات", + "AutoFit": "الاحتواء", + "AutoFit to Contents": "احتواء تلقائي للمحتويات", + "AutoFit to Window": "احتواء تلقائي إلى اطار", + "Fixed Column Width": "عرض عمود ثابت", + "Reset": "اعاده تعيين", + "Match case": "حاله المباراة", + "Whole words": "كلمات كامله", + "Add": "اضافه", + "Go To": "الانتقال إلى", + "Search for": "ابحث عن", + "Replace with": "استبدال ب", + "TOC 1": "جدول المحتويات 1", + "TOC 2": "جدول المحتويات 2", + "TOC 3": "جدول المحتويات 3", + "TOC 4": "جدول المحتويات 4", + "TOC 5": "جدول المحتويات 5", + "TOC 6": "جدول المحتويات 6", + "TOC 7": "جدول المحتويات 7", + "TOC 8": "جدول المحتويات 8", + "TOC 9": "جدول المحتويات 9", + "Right-to-left": "من اليمين إلى اليسار", + "Left-to-right": "من اليسار إلى اليمين", + "Direction": "الاتجاه", + "Table direction": "اتجاه الجدول", + "Indent from right": "مسافة بادئه من اليمين", + "Don't add space between the paragraphs of the same styles": "عدم أضافه مسافة بين فقرات نفس الأنماط", + "The password don't match": "كلمه المرور لا تتطابق", + "Restrict Editing": "تقييد التحرير", + "Formatting restrictions": "قيود التنسيق", + "Allow formatting": "السماح بالتنسيق", + "Editing restrictions": "قيود التحرير", + "Read only": "للقراءة فقط", + "Exceptions (optional)": "الاستثناءات (اختياري)", + "Select parts of the document and choose users who are allowed to freely edit them.": "حدد أجزاء من المستند واختر المستخدمين المسموح لهم بتحريرها بحريه.", + "Everyone": "الجميع", + "More users": "المزيد من المستخدمين", + "Add Users": "أضافه مستخدمين", + "Yes, Start Enforcing Protection": "نعم ، أبدا بفرض الحماية", + "Start Enforcing Protection": "بدء فرض الحماية", + "Enter User": "ادخل المستخدم", + "Users": "المستخدمين", + "Enter new password": "ادخل كلمه مرور جديده", + "Reenter new password to confirm": "أعد إدخال كلمه مرور جديده للتاكيد", + "Your permissions": "الأذونات الخاصة بك", + "This document is protected from unintentional editing.You may edit in this region.": "هذا المستند محمي من التحرير غير المقصود . يمكنك التحرير في هذه المنطقة.", + "You may format text only with certain styles.": "يمكنك تنسيق النص فقط مع أنماط معينه.", + "Stop Protection": "إيقاف الحماية", + "Password": "كلمه المرور", + "Spelling Editor": "محرر الإملاء", + "Spelling": "الاملائي", + "Spell Check": "التدقيق الإملائي", + "Underline errors": "أخطاء التسطير", + "Ignore": "تجاهل", + "Ignore all": "تجاهل الكل", + "Add to Dictionary": "أضافه إلى القاموس", + "Change": "تغيير", + "Change All": "تغيير الكل", + "Suggestions": "اقتراحات", + "The password is incorrect": "كلمه المرور غير صحيحه", + "Error in establishing connection with web server": "خطا في تاسيس اتصال مع ملقم ويب", + "Highlight the regions I can edit": "تسليط الضوء علي المناطق يمكنني تحرير", + "Show All Regions I Can Edit": "إظهار كل المناطق التي يمكنني تحريرها", + "Find Next Region I Can Edit": "اعثر علي المنطقة التالية التي يمكنني تحريرها", + "Keep source formatting": "الاحتفاظ بتنسيق المصدر", + "Match destination formatting": "مطابقه تنسيق الوجهة", + "Text only": "النص فقط", + "Comments": "تعليقات", + "Type your comment": "اكتب تعليقك", + "Post": "وظيفه", + "Reply": "الرد", + "New Comment": "تعليق جديد", + "Edit": "تحرير", + "Resolve": "حل", + "Reopen": "فتح", + "No comments in this document": "لا توجد تعليقات في هذا المستند", + "more": "اكثر", + "Type your comment hear": "اكتب تعليقك الاستماع", + "Next Comment": "التعليق التالي", + "Previous Comment": "التعليق السابق", + "Un-posted comments": "Un-نشر التعليقات", + "Added comments not posted. If you continue, that comment will be discarded.": "لم يتم نشر التعليقات المضافة. إذا قمت بالمتابعة ، سيتم تجاهل هذا التعليق." + }, + "documenteditorcontainer": { + "New": "الجديد", + "Open": "فتح", + "Undo": "التراجع عن", + "Redo": "اعاده", + "Image": "الصوره", + "Table": "الجدول", + "Link": "الارتباط", + "Bookmark": "الاشاره المرجعيه", + "Table of Contents": "جدول المحتويات", + "HEADING - - - - 1": "العنوان----1", + "HEADING - - - - 2": "العنوان----2", + "HEADING - - - - 3": "العنوان----3", + "Header": "راس", + "Footer": "تذييل الصفحه", + "Page Setup": "اعداد الصفحة", + "Page Number": "رقم الصفحة", + "Break": "كسر", + "Find": "العثور", + "Local Clipboard": "الحافظة المحلية", + "Restrict Editing": "تقييد التحرير", + "Upload from computer": "التحميل من الكمبيوتر", + "By URL": "حسب عنوان URL", + "Page Break": "فاصل الصفحات", + "Section Break": "فاصل المقطع", + "Header & Footer": "راس & تذييل", + "Options": "خيارات", + "Levels": "مستويات", + "Different First Page": "الصفحة الاولي المختلفة", + "Different header and footer for odd and even pages.": "راس وتذييل مختلف للصفحات الفردية والزوجية.", + "Different Odd & Even Pages": "مختلف الفردية & حتى صفحات", + "Different header and footer for first page.": "راس وتذييل الصفحة المختلفة للصفحة الاولي.", + "Position": "موقف", + "Header from Top": "راس من الأعلى", + "Footer from Bottom": "تذييل من الأسفل", + "Distance from top of the page to top of the header.": "المسافة من اعلي الصفحة إلى اعلي الراس.", + "Distance from bottom of the page to bottom of the footer.": "المسافة من أسفل الصفحة إلى أسفل التذييل.", + "Aspect ratio": "نسبه العرض إلى الارتفاع", + "W": "ث", + "H": "ح", + "Width": "عرض", + "Height": "ارتفاع", + "Text": "النص", + "Paragraph": "الفقره", + "Fill": "ملء", + "Fill color": "لون التعبئة", + "Border Style": "نمط الحدود", + "Outside borders": "خارج الحدود", + "All borders": "جميع الحدود", + "Inside borders": "داخل الحدود", + "Left border": "الحد الأيسر", + "Inside vertical border": "داخل الحدود العمودية", + "Right border": "الحدود اليمني", + "Top border": "الحد العلوي", + "Inside horizontal border": "داخل الحدود الافقيه", + "Bottom border": "الحد السفلي", + "Border color": "لون الحدود", + "Border width": "عرض الحدود", + "Cell": "الخليه", + "Merge cells": "دمج الخلايا", + "Insert / Delete": "ادراج/حذف", + "Insert columns to the left": "ادراج أعمده إلى اليسار", + "Insert columns to the right": "ادراج أعمده إلى اليمين", + "Insert rows above": "ادراج صفوف أعلاه", + "Insert rows below": "ادراج صفوف أدناه", + "Delete rows": "حذف الصفوف", + "Delete columns": "حذف الاعمده", + "Cell Margin": "هامش الخلية", + "Top": "أعلى", + "Bottom": "اسفل", + "Left": "اليسار", + "Right": "الحق", + "Align Text": "محاذاة النص", + "Align top": "محاذاة لاعلي", + "Align bottom": "محاذاة إلى الأسفل", + "Align center": "محاذاة المركز", + "Number of heading or outline levels to be shown in table of contents.": "عدد مستويات العنوان أو المخطط التفصيلي التي ستظهر في جدول المحتويات.", + "Show page numbers": "إظهار أرقام الصفحات", + "Show page numbers in table of contents.": "إظهار أرقام الصفحات في جدول المحتويات.", + "Right align page numbers": "محاذاة أرقام الصفحات إلى اليمين", + "Right align page numbers in table of contents.": "محاذاة أرقام الصفحات إلى اليمين في جدول المحتويات.", + "Use hyperlinks": "استخدام الارتباطات التشعبية", + "Use hyperlinks instead of page numbers.": "استخدام الارتباطات التشعبية بدلا من أرقام الصفحات.", + "Font": "الخط", + "Font Size": "حجم الخط", + "Font color": "لون الخط", + "Text highlight color": "لون تمييز النص", + "Clear all formatting": "مسح كافة التنسيقات", + "Bold (Ctrl+B)": "غامق (Ctrl + B)", + "Italic (Ctrl+I)": "مائل (Ctrl + I)", + "Underline (Ctrl+U)": "تسطير (Ctrl + U)", + "Strikethrough": "يتوسطه", + "Superscript (Ctrl+Shift++)": "مرتفع (Ctrl + Shift + +)", + "Subscript (Ctrl+=)": "منخفض (Ctrl + =)", + "Align left (Ctrl+L)": "محاذاة إلى اليسار (Ctrl + L)", + "Center (Ctrl+E)": "المركز (Ctrl + E)", + "Align right (Ctrl+R)": "محاذاة إلى اليمين (Ctrl + R)", + "Justify (Ctrl+J)": "ضبط (Ctrl + J)", + "Decrease indent": "إنقاص المسافة البادئة", + "Increase indent": "زيادة المسافة البادئة", + "Line spacing": "تباعد الأسطر", + "Bullets": "الرصاص", + "Numbering": "ترقيم", + "Styles": "انماط", + "Manage Styles": "أداره الأنماط", + "Page": "صفحه", + "of": "من", + "Fit one page": "احتواء صفحه واحده", + "Spell Check": "التدقيق الإملائي", + "Underline errors": "أخطاء التسطير", + "Fit page width": "احتواء عرض الصفحة", + "Update": "تحديث", + "Cancel": "إلغاء الأمر", + "Insert": "ادراج", + "No Border": "بلا حدود", + "Create a new document.": "إنشاء مستند جديد.", + "Open a document.": "افتح مستندا.", + "Undo the last operation (Ctrl+Z).": "التراجع عن العملية الاخيره (Ctrl + Z).", + "Redo the last operation (Ctrl+Y).": "أعاده العملية الاخيره (Ctrl + Y).", + "Insert inline picture from a file.": "ادراج صوره مضمنه من ملف.", + "Insert a table into the document": "ادراج جدول في المستند", + "Create a link in your document for quick access to web pages and files (Ctrl+K).": "إنشاء ارتباط في المستند للوصول السريع إلى صفحات الويب والملفات (Ctrl + K).", + "Insert a bookmark in a specific place in this document.": "ادراج اشاره مرجعيه في مكان محدد في هذا المستند.", + "Provide an overview of your document by adding a table of contents.": "توفير نظره عامه حول المستند عن طريق أضافه جدول محتويات.", + "Add or edit the header.": "أضافه الراس أو تحريره.", + "Add or edit the footer.": "أضافه تذييل الصفحة أو تحريره.", + "Open the page setup dialog.": "افتح مربع حوار اعداد الصفحة.", + "Add page numbers.": "أضافه أرقام الصفحات.", + "Find text in the document (Ctrl+F).": "البحث عن نص في المستند (Ctrl + F).", + "Toggle between the internal clipboard and system clipboard": "التبديل بين الحافظة الداخلية وحافظه النظام.
تم رفض الوصول إلى حافظه النظام من خلال البرنامج النصي بسبب نهج أمان المستعرضات. بدلا من ذلك ،
1. يمكنك تمكين الحافظة الداخلية للقطع والنسخ واللصق داخل المكون.
2. يمكنك استخدام اختصارات لوحه المفاتيح (Ctrl + X و Ctrl + C و Ctrl + V) للقطع والنسخ واللصق مع حافظه النظام.", + "Restrict editing.": "تقييد التحرير.", + "The current page number in the document. Click or tap to navigate specific page.": "رقم الصفحة الحالي في المستند. انقر أو اضغط للانتقال إلى صفحه معينه.", + "Read only": "للقراءة فقط", + "Protections": "الحمايه", + "Error in establishing connection with web server": "خطا في تاسيس اتصال مع ملقم ويب", + "Single": "واحد", + "Double": "انقر نقرا مزدوجا", + "New comment": "تعليق جديد", + "Comments": "تعليقات" + } + }, + "zh": { + "documenteditor": { + "Table": "表", + "Row": "行", + "Cell": "細胞", + "Ok": "還行", + "Cancel": "取消", + "Size": "大小", + "Preferred Width": "首選寬度", + "Points": "點", + "Percent": "百分比", + "Measure in": "測量在", + "Alignment": "對準", + "Left": "離開", + "Center": "中心", + "Right": "對", + "Justify": "證明", + "Indent from left": "從左縮進", + "Borders and Shading": "邊框和 Shading", + "Options": "選項", + "Specify height": "指定高度", + "At least": "至少", + "Exactly": "完全", + "Row height is": "行高度為", + "Allow row to break across pages": "允許行跨頁中斷", + "Repeat as header row at the top of each page": "在每個頁面頂部重複作為標題列", + "Vertical alignment": "垂直對齊", + "Top": "返回頁首", + "Bottom": "底部", + "Default cell margins": "預設儲存格邊距", + "Default cell spacing": "預設儲存格間距", + "Allow spacing between cells": "允許儲存格之間的間距", + "Cell margins": "儲存格邊距", + "Same as the whole table": "與整個表格相同", + "Borders": "邊界", + "None": "沒有", + "Style": "風格", + "Width": "寬度", + "Height": "高度", + "Letter": "信", + "Tabloid": "小報", + "Legal": "法律", + "Statement": "聲明", + "Executive": "行政", + "A3": "A3", + "A4": "A4", + "A5": "A5", + "B4": "B4", + "B5": "B5", + "Custom Size": "自訂大小", + "Different odd and even": "不同的奇數和偶數", + "Different first page": "不同的第一頁", + "From edge": "從邊緣", + "Header": "頭", + "Footer": "頁腳", + "Margin": "邊緣", + "Paper": "紙", + "Layout": "佈局", + "Orientation": "取向", + "Landscape": "景觀", + "Portrait": "肖像", + "Show page numbers": "顯示頁碼", + "Right align page numbers": "右對齊頁碼", + "Nothing": "什麼", + "Tab leader": "選項卡引線", + "Show levels": "顯示級別", + "Use hyperlinks instead of page numbers": "使用超連結而不是頁碼", + "Build table of contents from": "組建目錄", + "Styles": "風格", + "Available styles": "可用樣式", + "TOC level": "TOC 級別", + "Heading": "標題", + "Heading 1": "標題 1", + "Heading 2": "標題 2", + "Heading 3": "標題 3", + "Heading 4": "標題 4", + "Heading 5": "標題 5", + "Heading 6": "標題 6", + "List Paragraph": "清單段落", + "Normal": "正常", + "Outline levels": "大綱級別", + "Table entry fields": "表條目欄位", + "Modify": "修改", + "Color": "顏色", + "Setting": "設置", + "Box": "箱", + "All": "所有", + "Custom": "自 定義", + "Preview": "預覽", + "Shading": "陰影", + "Fill": "填補", + "Apply To": "適用于", + "Table Properties": "表屬性", + "Cell Options": "儲存格選項", + "Table Options": "表選項", + "Insert Table": "插入表", + "Number of columns": "列數", + "Number of rows": "行數", + "Text to display": "要顯示的文本", + "Address": "位址", + "Insert Hyperlink": "插入超連結", + "Edit Hyperlink": "編輯超連結", + "Insert": "插入", + "General": "一般", + "Indentation": "壓 痕", + "Before text": "文本之前", + "Special": "特殊", + "First line": "第一行", + "Hanging": "掛", + "After text": "文本後", + "By": "由", + "Before": "之前", + "Line Spacing": "行距", + "After": "後", + "At": "在", + "Multiple": "多個", + "Spacing": "間距", + "Define new Multilevel list": "定義新的多級清單", + "List level": "清單級別", + "Choose level to modify": "選擇要修改的級別", + "Level": "水準", + "Number format": "數位格式", + "Number style for this level": "此級別的數位樣式", + "Enter formatting for number": "輸入數位的格式", + "Start at": "開始于", + "Restart list after": "重新開機清單後", + "Position": "位置", + "Text indent at": "文本縮進處", + "Aligned at": "對齊于", + "Follow number with": "跟隨號碼", + "Tab character": "選項卡字元", + "Space": "空間", + "Arabic": "阿拉伯文", + "UpRoman": "上羅馬", + "LowRoman": "洛羅曼", + "UpLetter": "向上字母", + "LowLetter": "低信", + "Number": "數量", + "Leading zero": "前置字元為零", + "Bullet": "子彈", + "Ordinal": "序", + "Ordinal Text": "行文文本", + "For East": "對於東部", + "No Restart": "無重新開機", + "Font": "字體", + "Font style": "字體樣式", + "Underline style": "底線樣式", + "Font color": "字體顏色", + "Effects": "影響", + "Strikethrough": "罷工", + "Superscript": "標", + "Subscript": "標", + "Double strikethrough": "雙罷工", + "Regular": "定期", + "Bold": "大膽", + "Italic": "斜", + "Cut": "削減", + "Copy": "複製", + "Paste": "粘貼", + "Hyperlink": "連結", + "Open Hyperlink": "打開超連結", + "Copy Hyperlink": "複製超連結", + "Remove Hyperlink": "刪除超連結", + "Paragraph": "段", + "Linked(Paragraph and Character)": "連結(段落和字元)", + "Character": "字元", + "Merge Cells": "合併儲存格", + "Insert Above": "在上面插入", + "Insert Below": "插入下方", + "Insert Left": "向左插入", + "Insert Right": "向右插入", + "Delete": "刪除", + "Delete Table": "刪除表", + "Delete Row": "刪除行", + "Delete Column": "刪除列", + "File Name": "檔案名", + "Format Type": "格式類型", + "Save": "救", + "Navigation": "導航", + "Results": "結果", + "Replace": "取代", + "Replace All": "全部替換", + "We replaced all": "我們替換了所有", + "Find": "找到", + "No matches": "無匹配項", + "All Done": "全部完成", + "Result": "結果", + "of": "的", + "instances": "實例", + "with": "與", + "Click to follow link": "按一下以關注連結", + "Continue Numbering": "繼續編號", + "Bookmark name": "書簽名稱", + "Close": "關閉", + "Restart At": "重新開機時:", + "Properties": "性能", + "Name": "名字", + "Style type": "風格", + "Style based on": "樣式基於", + "Style for following paragraph": "以下段落的樣式", + "Formatting": "格式", + "Numbering and Bullets": "編號和專案符號", + "Numbering": "編號", + "Update Field": "更新欄位", + "Edit Field": "編輯", + "Bookmark": "書簽", + "Page Setup": "側設置", + "No bookmarks found": "未找到書簽", + "Number format tooltip information": "單級數位格式:
[首碼]%[級別編號][SUFFIX]
例如,第1章\"將編號顯示為
第1章。 第2章
...
第 N 章 第 n 條

多級數位格式:
[首碼]%_LEVEL______________________________________________sUFFIX_lt;/br>例如,\"%1.%2\"顯示編號條款
1.2. 條款
...
1.N.文章", + "Format": "格式", + "Create New Style": "創建新樣式", + "Modify Style": "更改樣式", + "New": "新增功能", + "Bullets": "球", + "Use bookmarks": "使用書簽", + "Table of Contents": "表", + "AutoFit": "自動擬合", + "AutoFit to Contents": "自動適應內容", + "AutoFit to Window": "自動裝配到視窗", + "Fixed Column Width": "固定列寬度", + "Reset": "重 置", + "Match case": "匹配案例", + "Whole words": "整字", + "Add": "添加", + "Go To": "轉到(G)", + "Search for": "搜索", + "Replace with": "將其替換為", + "TOC 1": "TOC 1", + "TOC 2": "TOC 2", + "TOC 3": "TOC 3", + "TOC 4": "TOC 4", + "TOC 5": "TOC 5", + "TOC 6": "TOC 6", + "TOC 7": "TOC 7", + "TOC 8": "TOC 8", + "TOC 9": "TOC 9", + "Right-to-left": "從右至左", + "Left-to-right": "從左至右", + "Direction": "方向", + "Table direction": "表方向", + "Indent from right": "從右側進入", + "Don't add space between the paragraphs of the same styles": "不要在相同樣式的段落之間添加距離。", + "The password don't match": "密碼不匹配", + "Restrict Editing": "限制編輯", + "Formatting restrictions": "格式限制", + "Allow formatting": "允許格式化", + "Editing restrictions": "編輯限制", + "Read only": "唯讀", + "Exceptions (optional)": "例外情況(可選)", + "Select parts of the document and choose users who are allowed to freely edit them.": "選擇文檔的某些部分,並選擇可以自由編輯它們的使用者。", + "Everyone": "每個", + "More users": "更多使用者", + "Add Users": "添加使用者", + "Yes, Start Enforcing Protection": "是,開始實施保護", + "Start Enforcing Protection": "開始實施保護", + "Enter User": "輸入使用者", + "Users": "使用者", + "Enter new password": "輸入新密碼", + "Reenter new password to confirm": "請重新輸入新密碼以確認此", + "Your permissions": "您的許可權", + "This document is protected from unintentional editing.You may edit in this region.": "本文檔受到保護,不受意外編輯。 您可以在此區域中進行編輯。 ", + "You may format text only with certain styles.": "只能使用特定樣式設置文本的格式。", + "Stop Protection": "停止保護", + "Password": "密碼", + "Spelling Editor": "拼寫編輯器", + "Spelling": "拼寫", + "Spell Check": "拼寫檢查器", + "Underline errors": "底線錯誤", + "Ignore": "忽略", + "Ignore all": "忽略所有", + "Add to Dictionary": "添加到字典", + "Change": "改變", + "Change All": "更改所有", + "Suggestions": "建議", + "The password is incorrect": "密碼不正確", + "Error in establishing connection with web server": "無法連接到 Web 服務器", + "Highlight the regions I can edit": "選擇可以編輯的區域", + "Show All Regions I Can Edit": "查看可以編輯的所有區域", + "Find Next Region I Can Edit": "查找可以編輯的下一個區域", + "Keep source formatting": "保留源格式", + "Match destination formatting": "匹配目標格式", + "Text only": "僅文本", + "Comments": "評論", + "Type your comment": "輸入您的評論", + "Post": "部署", + "Reply": "回答", + "New Comment": "新評論", + "Edit": "編輯", + "Resolve": "修復", + "Reopen": "打開", + "No comments in this document": "本文檔中沒有注釋", + "more": "更", + "Type your comment hear": "輸入您的評論", + "Next Comment": "下一個評論", + "Previous Comment": "上一條評論", + "Un-posted comments": "未發佈的注釋", + "Added comments not posted. If you continue, that comment will be discarded.": "添加了未發佈的注釋。如果繼續,該注釋將被丟棄。" + }, + "documenteditorcontainer": { + "New": "新增功能", + "Open": "打開", + "Undo": "撤銷", + "Redo": "重新", + "Image": "圖像", + "Table": "表", + "Link": "連結", + "Bookmark": "書簽", + "Table of Contents": "目錄", + "HEADING - - - - 1": "標題 - - - - 1", + "HEADING - - - - 2": "標題 - - - - 2", + "HEADING - - - - 3": "標題 - - - - 3", + "Header": "頭", + "Footer": "頁腳", + "Page Setup": "版面設定", + "Page Number": "頁碼", + "Break": "打破", + "Find": "找到", + "Local Clipboard": "本地剪貼簿", + "Restrict Editing": "限制編輯", + "Upload from computer": "從電腦上傳", + "By URL": "按 URL", + "Page Break": "分頁符", + "Section Break": "截面中斷", + "Header & Footer": "頁眉和頁腳", + "Options": "選項", + "Levels": "水準", + "Different First Page": "不同的第一頁", + "Different header and footer for odd and even pages.": "不同的頁眉和頁腳為奇數和偶數頁。", + "Different Odd & Even Pages": "不同的奇數和偶數頁", + "Different header and footer for first page.": "第一頁的頁眉和頁腳不同。", + "Position": "位置", + "Header from Top": "頂部標題", + "Footer from Bottom": "從底部的頁腳", + "Distance from top of the page to top of the header.": "從頁面頂部到標題頂部的距離。", + "Distance from bottom of the page to bottom of the footer.": "從頁底到頁腳底部的距離。", + "Aspect ratio": "縱橫比", + "W": "W", + "H": "H", + "Width": "寬度", + "Height": "高度", + "Text": "文本", + "Paragraph": "段", + "Fill": "填補", + "Fill color": "填充顏色", + "Border Style": "邊框樣式", + "Outside borders": "外部邊界", + "All borders": "所有邊框", + "Inside borders": "內部邊界", + "Left border": "左邊框", + "Inside vertical border": "內部垂直邊框", + "Right border": "右邊框", + "Top border": "頂部邊框", + "Inside horizontal border": "內部水準邊框", + "Bottom border": "底部邊框", + "Border color": "邊框顏色", + "Border width": "邊框寬度", + "Cell": "細胞", + "Merge cells": "合併儲存格", + "Insert / Delete": "插入/刪除", + "Insert columns to the left": "向左插入列", + "Insert columns to the right": "向右插入列", + "Insert rows above": "在上面插入行", + "Insert rows below": "在下面插入行", + "Delete rows": "刪除行", + "Delete columns": "刪除列", + "Cell Margin": "儲存格邊距", + "Top": "返回頁首", + "Bottom": "底部", + "Left": "離開", + "Right": "對", + "Align Text": "對齊文本", + "Align top": "對齊頂部", + "Align bottom": "對齊底部", + "Align center": "對齊中心", + "Number of heading or outline levels to be shown in table of contents.": "要在目錄中顯示的標題或大綱級別數。", + "Show page numbers": "顯示頁碼", + "Show page numbers in table of contents.": "在目錄中顯示頁碼。", + "Right align page numbers": "右對齊頁碼", + "Right align page numbers in table of contents.": "在目錄中右對齊頁碼。", + "Use hyperlinks": "使用超連結", + "Use hyperlinks instead of page numbers.": "使用超連結而不是頁碼。", + "Font": "字體", + "Font Size": "字體大小", + "Font color": "字體顏色", + "Text highlight color": "文本高亮顯示顏色", + "Clear all formatting": "清除所有格式", + "Bold (Ctrl+B)": "粗體(Ctrl+B)", + "Italic (Ctrl+I)": "斜體(Ctrl_I)", + "Underline (Ctrl+U)": "底線 (Ctrl+U)", + "Strikethrough": "罷工", + "Superscript (Ctrl+Shift++)": "上標(Ctrl_Shift_)", + "Subscript (Ctrl+=)": "下標(Ctrl_)", + "Align left (Ctrl+L)": "向左對齊(Ctrl+L)", + "Center (Ctrl+E)": "中心(Ctrl+E)", + "Align right (Ctrl+R)": "向右對齊(Ctrl+R)", + "Justify (Ctrl+J)": "對齊 (Ctrl_J)", + "Decrease indent": "減少縮進", + "Increase indent": "增加縮進", + "Line spacing": "行距", + "Bullets": "子彈", + "Numbering": "編號", + "Styles": "風格", + "Manage Styles": "管理樣式", + "Page": "網頁", + "of": "的", + "Fit one page": "適合一頁", + "Spell Check": "拼寫檢查", + "Underline errors": "底線錯誤", + "Fit page width": "適合頁面寬度", + "Update": "更新", + "Cancel": "取消", + "Insert": "插入", + "No Border": "無邊框", + "Create a new document.": "創建新文檔。", + "Open a document.": "打開文檔。", + "Undo the last operation (Ctrl+Z).": "撤銷最後一個操作 (Ctrl+Z)。", + "Redo the last operation (Ctrl+Y).": "重做最後一個操作 (Ctrl+Y)。", + "Insert inline picture from a file.": "從檔中插入內聯圖片。", + "Insert a table into the document": "將表插入到文檔中", + "Create a link in your document for quick access to web pages and files (Ctrl+K).": "在文檔中創建連結以快速訪問網頁和檔 (Ctrl+K)。", + "Insert a bookmark in a specific place in this document.": "在此文檔中的特定位置插入書簽。", + "Provide an overview of your document by adding a table of contents.": "通過添加目錄來提供文檔的概述。", + "Add or edit the header.": "添加或編輯標頭。", + "Add or edit the footer.": "添加或編輯頁腳。", + "Open the page setup dialog.": "打開版面設定對話方塊。", + "Add page numbers.": "添加頁碼。", + "Find text in the document (Ctrl+F).": "在文檔中查找文本 (Ctrl+F)。", + "Toggle between the internal clipboard and system clipboard": "由於瀏覽器安全性原則,在內部剪貼簿和系統剪貼簿之間切換將被拒絕通過腳本訪問系統剪貼簿。相反,
1.您可以啟用內部剪貼簿在元件內剪切、複製和粘貼。您可以使用鍵盤快速鍵(Ctrl_X、Ctrl+C 和 Ctrl_V)使用系統剪貼簿剪切、複製和粘貼。", + "Restrict editing.": "限制編輯。", + "The current page number in the document. Click or tap to navigate specific page.": "文檔中的當前頁碼。按一下或點擊以導航特定頁面。", + "Read only": "唯讀", + "Protections": "保護", + "Error in establishing connection with web server": "與 Web 服務器建立連接時出錯", + "Single": "單", + "Double": "雙", + "New comment": "新評論", + "Comments": "評論" + } + } +} \ No newline at end of file diff --git a/src/document-editor/right-to-left.ts b/src/document-editor/right-to-left.ts index 97972f7d..cdb54000 100644 --- a/src/document-editor/right-to-left.ts +++ b/src/document-editor/right-to-left.ts @@ -329,7 +329,26 @@ L10n.load({ 'Error in establishing connection with web server': 'خطأ في تأسيس اتصال مع ملقم ويب', 'Highlight the regions I can edit': 'تسليط الضوء على المناطق التي يمكنني تحريرها', 'Show All Regions I Can Edit': 'إظهار كافة المناطق التي يمكنني تحريرها', - 'Find Next Region I Can Edit': 'البحث عن المنطقة التالية التي يمكنني تحريرها' + 'Find Next Region I Can Edit': 'البحث عن المنطقة التالية التي يمكنني تحريرها', + 'Keep source formatting': 'الاحتفاظ بتنسيق المصدر', + 'Match destination formatting': 'مطابقه تنسيق الوجهة', + 'Text only': 'النص فقط', + 'Comments': 'تعليقات', + 'Type your comment': 'اكتب تعليقك', + 'Post': 'وظيفه', + 'Reply': 'الرد', + 'New Comment': 'تعليق جديد', + 'Edit': 'تحرير', + 'Resolve': 'حل', + 'Reopen': 'فتح', + 'No comments in this document': 'لا توجد تعليقات في هذا المستند', + 'more': 'اكثر', + 'Type your comment hear': 'اكتب تعليقك الاستماع', + 'Next Comment': 'التعليق التالي', + 'Previous Comment': 'التعليق السابق', + 'Un-posted comments': 'Un-نشر التعليقات', + // tslint:disable-next-line:max-line-length + 'Added comments not posted. If you continue, that comment will be discarded.': 'لم يتم نشر التعليقات المضافة. إذا قمت بالمتابعة ، سيتم تجاهل هذا التعليق.' }, 'documenteditorcontainer': { 'New': 'الجديد', @@ -488,7 +507,12 @@ L10n.load({ 'Stop Protection': 'إيقاف الحماية', 'Unprotect Document': 'إلغاء حماية المستند', 'Password': 'كلمه المرور', - 'Protections': 'الحمايه' + 'Protections': 'الحمايه', + 'Error in establishing connection with web server': 'خطا في تاسيس اتصال مع ملقم ويب', + 'Single': 'واحد', + 'Double': 'انقر نقرا مزدوجا', + 'New comment': 'تعليق جديد', + 'Comments': 'تعليقات' }, 'colorpicker': { 'Apply': 'تطبيق', diff --git a/src/document-editor/sample.json b/src/document-editor/sample.json index 6aa469d5..969fa199 100644 --- a/src/document-editor/sample.json +++ b/src/document-editor/sample.json @@ -2,6 +2,7 @@ "name": "DocumentEditor", "directory": "document-editor", "category": "Editors", + "type": "update", "hideOnDevice": true, "ftName": "document-editor", "samples": [ @@ -1213,6 +1214,14 @@ "name": "Document Protection", "category": "Security", "description": "The Document Editor provides document protection supports to restrict the types of changes can be made to the document by a user/user group." + }, + { + "url": "comments", + "name": "Comments", + "category": "Review", + "type": "new", + "description": "The Document Editor component supports add and edit comments in a Word document for comment discussion." } + ] } \ No newline at end of file diff --git a/src/file-manager/azure-service.ts b/src/file-manager/azure-service.ts index 290982a6..760cd33f 100644 --- a/src/file-manager/azure-service.ts +++ b/src/file-manager/azure-service.ts @@ -8,10 +8,10 @@ FileManager.Inject(Toolbar, NavigationPane, DetailsView, ContextMenu); */ (window as any).default = (): void => { loadCultureFiles(); - let hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/'; + let hostUrl: string = 'https://ej2-azure-aspcore-service.azurewebsites.net/'; let fileObject: FileManager = new FileManager({ ajaxSettings: { - url: hostUrl + 'api/AzureFileManager/AzureFileoperations', + url: hostUrl + 'api/AzureFileManager/AzureFileOperations', getImageUrl: hostUrl + 'api/AzureFileManager/AzureGetImage', uploadUrl: hostUrl + 'api/AzureFileManager/AzureUpload', downloadUrl: hostUrl + 'api/AzureFileManager/AzureDownload' diff --git a/src/file-manager/custom-thumbnail.ts b/src/file-manager/custom-thumbnail.ts index 8cd346bb..0a0055ba 100644 --- a/src/file-manager/custom-thumbnail.ts +++ b/src/file-manager/custom-thumbnail.ts @@ -9,7 +9,7 @@ FileManager.Inject(Toolbar, NavigationPane, DetailsView, ContextMenu); (window as any).default = (): void => { loadCultureFiles(); - let hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/'; + let hostUrl: string = 'https://ej2-aspcore-service.azurewebsites.net/'; let fmObj: FileManager = new FileManager({ ajaxSettings: { url: hostUrl + 'api/FileManager/FileOperations', diff --git a/src/file-manager/default.ts b/src/file-manager/default.ts index 3a9fa94f..0e0fdbb6 100644 --- a/src/file-manager/default.ts +++ b/src/file-manager/default.ts @@ -9,7 +9,7 @@ FileManager.Inject(Toolbar, NavigationPane, DetailsView, ContextMenu); */ (window as any).default = (): void => { loadCultureFiles(); - let hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/'; + let hostUrl: string = 'https://ej2-aspcore-service.azurewebsites.net/'; let fileObject: FileManager = new FileManager({ ajaxSettings: { url: hostUrl + 'api/FileManager/FileOperations', diff --git a/src/file-manager/drag-drop.ts b/src/file-manager/drag-drop.ts index 92950340..c2294ed5 100644 --- a/src/file-manager/drag-drop.ts +++ b/src/file-manager/drag-drop.ts @@ -8,7 +8,7 @@ FileManager.Inject(Toolbar, NavigationPane, DetailsView, ContextMenu); */ (window as any).default = (): void => { loadCultureFiles(); - let hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/'; + let hostUrl: string = 'https://ej2-aspcore-service.azurewebsites.net/'; // Initialize the FileManager component let fileObject: FileManager = new FileManager({ ajaxSettings: { diff --git a/src/file-manager/ftp-file-provider.html b/src/file-manager/ftp-file-provider.html new file mode 100644 index 00000000..c2bf32ed --- /dev/null +++ b/src/file-manager/ftp-file-provider.html @@ -0,0 +1,17 @@ +
+
+ +
+
+
+ +
+

This sample demonstrates how to utilize the File Transfer Protocol file system provider to manage the files in the File Manager component. + To run the service, create a FTP connection, and then configure the FTP details such as host name, user name, and password in the SetFTPConnection method to perform the file operations.

+
+ +
+

The File Manager component is used to explore a file system through a web application, similar to the windows explorer for windows. It supports all the basic file operations such as create, rename, delete and so on.

+ + Note: File Manager's upload functionality is restricted in online demo. To work with upload functionality, please download ej2-ftp-aspcore-file-provider from the GitHub repository. +
\ No newline at end of file diff --git a/src/file-manager/ftp-file-provider.ts b/src/file-manager/ftp-file-provider.ts new file mode 100644 index 00000000..247fd8ea --- /dev/null +++ b/src/file-manager/ftp-file-provider.ts @@ -0,0 +1,21 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { FileManager, Toolbar, NavigationPane, DetailsView, ContextMenu } from '@syncfusion/ej2-filemanager'; + +FileManager.Inject(Toolbar, NavigationPane, DetailsView, ContextMenu); + +/** + * File Manager sample with File Transfer Protocol + */ +(window as any).default = (): void => { + loadCultureFiles(); + let hostUrl: string = 'https://ej2-ftp-aspcore-service.azurewebsites.net/'; + let fileObject: FileManager = new FileManager({ + ajaxSettings: { + url: hostUrl + 'api/FTPProvider/FTPFileOperations', + getImageUrl: hostUrl + 'api/FTPProvider/FTPGetImage', + uploadUrl: hostUrl + 'api/FTPProvider/FTPUpload', + downloadUrl: hostUrl + 'api/FTPProvider/FTPDownload' + } + }); + fileObject.appendTo('#ftpFilemanager'); +}; \ No newline at end of file diff --git a/src/file-manager/overview.ts b/src/file-manager/overview.ts index 6d737f45..d7bc375d 100644 --- a/src/file-manager/overview.ts +++ b/src/file-manager/overview.ts @@ -8,7 +8,7 @@ FileManager.Inject(Toolbar, NavigationPane, DetailsView, ContextMenu); */ (window as any).default = (): void => { loadCultureFiles(); - let hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/'; + let hostUrl: string = 'https://ej2-aspcore-service.azurewebsites.net/'; let fileObject: FileManager = new FileManager({ ajaxSettings: { url: hostUrl + 'api/FileManager/FileOperations', diff --git a/src/file-manager/sample.json b/src/file-manager/sample.json index 73b6dba6..eba8a09a 100644 --- a/src/file-manager/sample.json +++ b/src/file-manager/sample.json @@ -51,7 +51,6 @@ "url": "sql-server-provider", "name": "SQL Database Provider", "category": "Cloud Service Providers", - "type": "new", "api": { "FileManager": ["ajaxSettings", "view"] }, "description": "This example demonstrates how to configure and use the sql server database service in a JavaScript (TypeScript) File Manager." }, @@ -59,7 +58,6 @@ "url": "nodejs-file-provider", "name": "NodeJS File Provider", "category": "Cloud Service Providers", - "type": "new", "api": { "FileManager": ["ajaxSettings", "view"] }, "description": "This example demonstrates how to configure and use the nodejs file provider service in a JavaScript (TypeScript) File Manager." }, @@ -67,7 +65,6 @@ "url": "amazon-s3-provider", "name": "Amazon S3 File Provider", "category": "Cloud Service Providers", - "type": "new", "api": { "FileManager": ["ajaxSettings", "view"] }, "description": "This example demonstrates how to configure and use the Amazon S3 provider service in a JavaScript (TypeScript) File Manager." }, @@ -75,9 +72,16 @@ "url": "firebase", "name": "Firebase Realtime File Provider", "category": "Cloud Service Providers", - "type": "new", "api": { "FileManager": ["ajaxSettings", "view"] }, "description": "This example demonstrates how to configure and use the firebase realtime database service in a JavaScript (TypeScript) File Manager." + }, + { + "url": "ftp-file-provider", + "name": "FTP File Provider", + "category": "Cloud Service Providers", + "type": "new", + "api": { "FileManager": ["ajaxSettings", "view"] }, + "description": "This example demonstrates how to configure and use the File Transfer Protocol in a JavaScript (TypeScript) File Manager." } ] } \ No newline at end of file diff --git a/src/file-manager/usecase.ts b/src/file-manager/usecase.ts index 44ff21ad..5f7264e1 100644 --- a/src/file-manager/usecase.ts +++ b/src/file-manager/usecase.ts @@ -35,7 +35,7 @@ FileManager.Inject(Toolbar, NavigationPane, DetailsView); }); dialogObj.appendTo('#dialog'); - let hostUrl: string = 'https://ej2services.syncfusion.com/production/web-services/'; + let hostUrl: string = 'https://ej2-aspcore-service.azurewebsites.net/'; let contextmenuItems: string[] = ['Open', '|', 'Cut', 'Copy', 'Delete', 'Rename', '|', 'Details']; // Initialize the FileManager component diff --git a/src/form-validator/external-submit.ts b/src/form-validator/external-submit.ts index 8104afa8..6d9fad35 100644 --- a/src/form-validator/external-submit.ts +++ b/src/form-validator/external-submit.ts @@ -44,7 +44,7 @@ import { Uploader, NumericTextBox } from '@syncfusion/ej2-inputs'; let formStatus: Boolean = formObj.validate(); if (formStatus) { formObj.element.reset(); - resume.remove(); + resume.clearAll(); confirm.show(); } }; diff --git a/src/gantt/baseline.html b/src/gantt/baseline.html index d60dbea1..fd23ad93 100644 --- a/src/gantt/baseline.html +++ b/src/gantt/baseline.html @@ -32,23 +32,20 @@
-

This sample visualizes the complete service schedule for a car. - Baselines are enabled to view the deviation between the planned dates and actual dates

+

This sample visualizes the complete service schedule for a car.Baselines are enabled to view the deviation between the planned dates and actual dates

The baseline feature enables the user to view the deviation between the planned dates and the actual dates of the tasks in a project. Baselines can be enabled in Gantt chart by enabling the renderBaseline - property along - with mapping the data source values for baselineStartDate and baselineEndDate - properties. - The baseline will appear for all type of tasks in the project such as child tasks, parent tasks and also for + property along with mapping the data source values for baselineStartDate and baselineEndDate + properties.The baseline will appear for all type of tasks in the project such as child tasks, parent tasks and also for milestones. You can change the color for the baselines using baselineColor property.

Injecting Module:

- Gantt component features are segregated into individual feature-wise modules. To use a selection, inject the + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the Selection module using the Gantt.Inject(Selection) method.

diff --git a/src/gantt/column-menu.html b/src/gantt/column-menu.html new file mode 100644 index 00000000..cecade35 --- /dev/null +++ b/src/gantt/column-menu.html @@ -0,0 +1,41 @@ +
+
+
+
+
+
+ +
+

This sample demonstrates the default functionalities of the column menu. Click on multiple icon of each column to open the column menu.

+
+ +
+

+ Gantt has an option to show column menu while clicking multiple icon of each column. The column menu has an integrated option to interact with the features such as sorting, filtering, column chooser, and autoFit. + This feature can be enabled by setting showColumnMenu to true. + The default items are, +
+

+
    +
  • SortAscending - Sorts the current column in ascending order.
  • +
  • SortDescending - Sorts the current column in descending order.
  • +
  • AutoFit - Auto-fit current column.
  • +
  • AutoFitAll - Auto-fit all columns.
  • +
  • ColumnChooser - Chooses the column visibility.
  • +
  • Filter - Filters the current column. +
+
+ +

+ In this demo, the column menu feature is enabled by setting showColumnMenu to true with sorting, filtering, column chooser, and autoFit options. +

+

Injecting Module:

+

+ Gantt features are segregated into individual feature-wise modules. To use Column Menu feature, we need to inject + ColumnMenu module using the Gantt.Inject(ColumnMenu) section. +

+ +

+ More information about column menu can be found in this documentation section. +

+
\ No newline at end of file diff --git a/src/gantt/column-menu.ts b/src/gantt/column-menu.ts new file mode 100644 index 00000000..9f7a4744 --- /dev/null +++ b/src/gantt/column-menu.ts @@ -0,0 +1,56 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, Filter, Sort, ColumnMenu, Resize } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; +import { ColumnMenuOpenEventArgs } from '@syncfusion/ej2-grids'; + +/** + * Column menu Gantt sample + */ +Gantt.Inject(Selection, Filter, Sort, ColumnMenu, Resize ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + showColumnMenu: true, + allowFiltering: true, + allowSorting: true, + allowResizing: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', headerText: 'ID', width: 100 }, + { field: 'TaskName', headerText: 'Name', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Progress' }, + { field: 'Predecessor', headerText: 'Dependency' } + ], + columnMenuOpen: (args: ColumnMenuOpenEventArgs) => { + if (args.parentItem != null) { + args.element.querySelectorAll('li')[gantt.treeColumnIndex].style.display = 'none'; + } + }, + treeColumnIndex: 1, + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 4 + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#ColumnMenu'); +}; \ No newline at end of file diff --git a/src/gantt/column-template.html b/src/gantt/column-template.html new file mode 100644 index 00000000..e3541720 --- /dev/null +++ b/src/gantt/column-template.html @@ -0,0 +1,35 @@ +
+
+
+
+
+
+ + + +
+

This sample demonstrates the usage of template columns in Gantt. + In this sample, we have shown custom images in the Resources column. +

+
+ +
+

+ The Gantt provides a way to use a custom layout for each cell using the column template feature. The columns -> template property accepts either string or HTML element`s ID value, + which will be used as the template for the cell. +

+

+ In this demo, using column template, resource column has been presented with employee photo, + and the columns -> template is assigned with the ID of a SCRIPT element whose content is used as the template. +

+

The template expression should be provided inside ${...} interpolation syntax

+

+ More information about Column Template can be found in this documentation section. +

+
\ No newline at end of file diff --git a/src/gantt/column-template.ts b/src/gantt/column-template.ts new file mode 100644 index 00000000..a2960fd9 --- /dev/null +++ b/src/gantt/column-template.ts @@ -0,0 +1,50 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, Filter, Sort, ColumnMenu, Resize } from '@syncfusion/ej2-gantt'; +import { templateData, editingResources } from './data-source'; + +/** + * Column template Gantt sample + */ +Gantt.Inject(Selection, Filter, Sort, ColumnMenu, Resize ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: templateData, + height: '450px', + highlightWeekends: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + resourceInfo: 'resources', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', headerText: 'Task ID', textAlign: 'Left' }, + { field: 'TaskName', headerText: 'Task Name', width: '250' }, + { field: 'resources', headerText: 'Resources', width: '250', template: '#columnTemplate' }, + { field: 'StartDate', headerText: 'Start Date', width: '150' }, + { field: 'Duration', headerText: 'Duration', width: '150' }, + { field: 'Progress', headerText: 'Progress', width: '150' }, + ], + treeColumnIndex: 1, + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 3 + }, + rowHeight: 60, + resourceNameMapping: 'resourceName', + resourceIDMapping: 'resourceId', + resources: editingResources, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#ColumnTemplate'); +}; diff --git a/src/gantt/contextMenu.html b/src/gantt/contextMenu.html index d084bd20..2d555549 100644 --- a/src/gantt/contextMenu.html +++ b/src/gantt/contextMenu.html @@ -10,14 +10,14 @@

This sample demonstrates the various phases involved in constructing a residential house, from testing - the soil to handing over the fully constructed property to the owner. This also demonstrates the usage of default and custom context menu in Gantt component. + the soil to handing over the fully constructed property to the owner. This also demonstrates the usage of default and custom context menu in Gantt control.

Gantt has an option to show the context menu while performing right click on it. You can configure the default and custom menu items in the context menu using the contextMenuItems property. - Each menu item will be displayed contextually based on its target. In this demo we have rendered following default and custom menu items + Each menu item will be displayed contextually based on its target. In this demo we have rendered following default and custom menu items

Default items:

    @@ -30,7 +30,7 @@
  • SortAscending - Sort the current column in ascending order.
  • SortDescending - Sort the current column in descending order.
  • DeleteDependency - Delete the dependency of the current record.
  • -
  • Convert - Convert the normal task in to milestone task and vice versa.
  • +
  • Convert - Convert the normal task into milestone task and vice versa.
  • Add
    • Above - Add a new row above the selected row
    • diff --git a/src/gantt/contextMenu.ts b/src/gantt/contextMenu.ts index 4045697a..56c37e83 100644 --- a/src/gantt/contextMenu.ts +++ b/src/gantt/contextMenu.ts @@ -3,12 +3,28 @@ import { loadCultureFiles } from '../common/culture-loader'; import { Gantt, Edit, Selection, Toolbar, DayMarkers, ContextMenuItem, ContextMenu, Resize, Sort, ContextMenuOpenEventArgs, ContextMenuClickEventArgs, IGanttData } from '@syncfusion/ej2-gantt'; import { ItemModel } from '@syncfusion/ej2-navigations'; +import { EmitType } from '@syncfusion/ej2-base'; import { editingData, editingResources } from './data-source'; /** * Context menu in Gantt sample */ Gantt.Inject(Edit, Selection, Toolbar, DayMarkers, ContextMenu, Resize, Sort); +let contextMenuOpen: EmitType = (args?: ContextMenuOpenEventArgs) => { + let record: IGanttData = args.rowData; + if (args.type !== 'Header') { + if (!record.hasChildRecords) { + args.hideItems.push('Collapse the Row'); + args.hideItems.push('Expand the Row'); + } else { + if (record.expanded) { + args.hideItems.push('Expand the Row'); + } else { + args.hideItems.push('Collapse the Row'); + } + } + } +}; (window as any).default = (): void => { loadCultureFiles(); let contextMenuItems: (string | ItemModel)[] = ['AutoFitAll', 'AutoFit', 'TaskInformation', 'DeleteTask', 'Save', 'Cancel', @@ -32,6 +48,17 @@ Gantt.Inject(Edit, Selection, Toolbar, DayMarkers, ContextMenu, Resize, Sort); notes: 'info', resourceInfo: 'resources' }, + columns: [ + { field: 'TaskID', width: 50 }, + { field: 'TaskName', headerText: 'Job Name', width: '250', clipMode: 'EllipsisWithTooltip' }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Progress' }, + { field: 'Predecessor' }, + { field: 'resources' }, + { field: 'info' }, + ], editSettings: { allowAdding: true, allowEditing: true, @@ -39,6 +66,9 @@ Gantt.Inject(Edit, Selection, Toolbar, DayMarkers, ContextMenu, Resize, Sort); allowTaskbarEditing: true, showDeleteConfirmDialog: true }, + splitterSettings: { + columnIndex: 2 + }, allowResizing: true, allowSorting: true, enableContextMenu: true, @@ -52,21 +82,7 @@ Gantt.Inject(Edit, Selection, Toolbar, DayMarkers, ContextMenu, Resize, Sort); gantt.expandByID(Number(record.ganttProperties.taskId)); } }, - contextMenuOpen: (args?: ContextMenuOpenEventArgs) => { - let record: IGanttData = args.rowData; - if (args.type !== 'Header') { - if (!record.hasChildRecords) { - args.hideItems.push('Collapse the Row'); - args.hideItems.push('Expand the Row'); - } else { - if (record.expanded) { - args.hideItems.push('Expand the Row'); - } else { - args.hideItems.push('Collapse the Row'); - } - } - } - }, + contextMenuOpen: contextMenuOpen, toolbar: ['Add', 'Edit', 'Update', 'Delete', 'Cancel', 'ExpandAll', 'CollapseAll'], allowSelection: true, gridLines: 'Both', diff --git a/src/gantt/data-source.ts b/src/gantt/data-source.ts index ac66b459..73a1713a 100644 --- a/src/gantt/data-source.ts +++ b/src/gantt/data-source.ts @@ -22,10 +22,11 @@ export let projectNewData: Object[] = [ Indicators: [ { 'date': '04/10/2019', - 'name': '#briefing', - 'title': 'Product concept breifing', + 'name': 'Design Phase', + 'tooltip': 'Design phase completed', + 'iconClass': 'okIcon e-icons' } - ] + ], }, { TaskID: 6, @@ -56,10 +57,11 @@ export let projectNewData: Object[] = [ Indicators: [ { 'date': '04/20/2019', - 'name': '#meeting', - 'title': '1st board of directors meeting', + 'name': 'Research completed', + 'tooltip': 'Research completed', + 'iconClass': 'description e-icons' } - ] + ], } ] }, @@ -113,19 +115,19 @@ export let projectNewData: Object[] = [ { TaskID: 26, TaskName: 'CAM computer-aided manufacturing', StartDate: new Date('04/04/2019'), Duration: 3, Predecessor: '25' }, { TaskID: 27, TaskName: 'Design complete', StartDate: new Date('04/04/2019'), Duration: 0, Predecessor: '26', - Indicators: [ - { - 'date': '05/18/2019', - 'name': '#meeting', - 'title': '2nd board of directors meeting', - } - ] } ] }, { TaskID: 28, TaskName: 'Prototype testing', StartDate: new Date('04/04/2019'), Duration: 4, Progress: 30, Predecessor: '27' }, - { TaskID: 29, TaskName: 'Include feedback', StartDate: new Date('04/04/2019'), Duration: 4, Predecessor: '28ss' }, + { TaskID: 29, TaskName: 'Include feedback', StartDate: new Date('04/04/2019'), Duration: 4, Predecessor: '28ss', Indicators: [ + { + 'date': '05/24/2019', + 'name': 'Production phase', + 'tooltip': 'Production phase completed', + 'iconClass': 'okIcon e-icons' + } + ], }, { TaskID: 30, TaskName: 'Manufacturing', StartDate: new Date('04/04/2019'), Duration: 5, Progress: 30, Predecessor: '28,29' }, { TaskID: 31, TaskName: 'Assembling materials to finsihed goods', StartDate: new Date('04/04/2019'), Duration: 5, Predecessor: '30' }, { @@ -156,7 +158,15 @@ export let projectNewData: Object[] = [ }, { TaskID: 37, TaskName: 'Address any unforeseen issues', StartDate: new Date('04/04/2019'), - Duration: 4, Progress: 30, Predecessor: '36ss' + Duration: 4, Progress: 30, Predecessor: '36ss', + Indicators: [ + { + 'date': '06/21/2019', + 'name': 'Sales and marketing', + 'tooltip': 'Sales and marketing', + 'iconClass': 'description e-icons' + } + ], } ] }, @@ -175,6 +185,49 @@ export let projectNewData: Object[] = [ } ]; +export let templateData: Object[] = [ + { + TaskID: 1, + TaskName: 'Product concept', + StartDate: new Date('04/02/2019'), + EndDate: new Date('04/21/2019'), + subtasks: [ + { TaskID: 2, TaskName: 'Defining the product and its usage', StartDate: new Date('04/02/2019'), + Duration: 3, Progress: 30, resources: [2] }, + { TaskID: 3, TaskName: 'Defining target audience', StartDate: new Date('04/02/2019'), + Duration: 3, resources: [3]}, + { TaskID: 4, TaskName: 'Prepare product sketch and notes', StartDate: new Date('04/02/2019'), + Duration: 2, Predecessor: '2', Progress: 30, resources: [4] }] + }, + { + TaskID: 5, TaskName: 'Concept approval', StartDate: new Date('04/02/2019'), Duration: 0, Predecessor: '3,4', resources: [1] + }, + { + TaskID: 6, + TaskName: 'Market research', + StartDate: new Date('04/02/2019'), + EndDate: new Date('04/21/2019'), + subtasks: [ + { + TaskID: 7, + TaskName: 'Demand analysis', + StartDate: new Date('04/04/2019'), + EndDate: new Date('04/21/2019'), + subtasks: [ + { TaskID: 8, TaskName: 'Customer strength', StartDate: new Date('04/04/2019'), + Duration: 4, Predecessor: '5', Progress: 30, resources: [5] }, + { TaskID: 9, TaskName: 'Market opportunity analysis', StartDate: new Date('04/04/2019'), + Duration: 4, Predecessor: '5', resources: [6] } + ] + }, + { TaskID: 10, TaskName: 'Competitor analysis', StartDate: new Date('04/04/2019'), + Duration: 4, Predecessor: '7, 8', Progress: 30, resources: [4] }, + { TaskID: 11, TaskName: 'Product strength analsysis', StartDate: new Date('04/04/2019'), + Duration: 4, Predecessor: '9', resources: [8] }, + ] + } +]; + export let zoomingData: Object[] = [ { TaskID: 1, @@ -1400,3 +1453,271 @@ export let unscheduledData: Object[] = [ TaskId: 4, TaskName: 'Task 4', EndDate: new Date('01/08/2019'), TaskType: 'Task with end date only' }, ]; + +export let tooltipData: object[] = [ + { + TaskID: 1, + TaskName: 'Project initiation', + StartDate: new Date('04/02/2019'), + EndDate: new Date('04/21/2019'), + subtasks: [ + { + TaskID: 2, TaskName: 'Identify site location', StartDate: new Date('04/02/2019'), Duration: 0, + Progress: 30, resources: [1], info: 'Measure the total property area alloted for construction', + BaselineStartDate: new Date('04/02/2019'), BaselineEndDate: new Date('04/02/2019') + }, + { + TaskID: 3, TaskName: 'Perform soil test', StartDate: new Date('04/02/2019'), Duration: 4, Predecessor: '2', + resources: [2], info: 'Obtain an engineered soil test of lot where construction is planned.' + + 'From an engineer or company specializing in soil testing', BaselineStartDate: new Date('04/01/2019'), + BaselineEndDate: new Date('04/04/2019') + }, + { + TaskID: 4, TaskName: 'Soil test approval', StartDate: new Date('04/02/2019'), Duration: 0, Predecessor: '3', Progress: 30, + BaselineStartDate: new Date('04/06/2019'), BaselineEndDate: new Date('04/06/2019') + }, + + ] + }, + { + TaskID: 5, + TaskName: 'Project estimation', + StartDate: new Date('04/02/2019'), + EndDate: new Date('04/21/2019'), + subtasks: [ + { + TaskID: 6, TaskName: 'Develop floor plan for estimation', StartDate: new Date('04/04/2019'), + Duration: 3, Predecessor: '4', Progress: 30, resources: 4, + info: 'Develop floor plans and obtain a materials list for estimations', + BaselineStartDate: new Date('04/05/2019'), BaselineEndDate: new Date('04/07/2019') + }, + { + TaskID: 7, TaskName: 'List materials', StartDate: new Date('04/04/2019'), + Duration: 3, Predecessor: '6', resources: [4], info: '', + BaselineStartDate: new Date('04/09/2019'), BaselineEndDate: new Date('04/12/2019') + }, + { + TaskID: 8, TaskName: 'Estimation approval', StartDate: new Date('04/04/2019'), + Duration: 0, Predecessor: '7', resources: [12], info: '', + BaselineStartDate: new Date('04/16/2019'), BaselineEndDate: new Date('04/16/2019') + } + ] + }, + { + TaskID: 9, TaskName: 'Sign contract', StartDate: new Date('04/04/2019'), Duration: 1, + Predecessor: '8', Progress: 30, resources: [12], + info: 'If required obtain approval from HOA (homeowners association) or ARC (architectural review committee)', + BaselineStartDate: new Date('04/16/2019'), BaselineEndDate: new Date('04/17/2019') + }, + { + TaskID: 10, + TaskName: 'Project approval and kick off', + StartDate: new Date('04/04/2019'), + EndDate: new Date('04/21/2019'), + Duration: 0, + Predecessor: '9', + BaselineStartDate: new Date('04/17/2019'), BaselineEndDate: new Date('04/17/2019') + }, + { + TaskID: 11, + TaskName: 'Site work', + StartDate: new Date('04/04/2019'), + EndDate: new Date('04/21/2019'), + subtasks: [ + { + TaskID: 12, TaskName: 'Clear the building site', StartDate: new Date('04/04/2019'), + Duration: 2, Progress: 30, Predecessor: '9', + info: 'Clear the building site (demolition of existing home if necessary)', + BaselineStartDate: new Date('04/16/2019'), BaselineEndDate: new Date('04/18/2019') + }, + { + TaskID: 13, TaskName: 'Install temporary power service', StartDate: new Date('04/04/2019'), + Duration: 2, Predecessor: '12', info: '', + BaselineStartDate: new Date('04/17/2019'), BaselineEndDate: new Date('04/19/2019') + }, + ] + } +]; + +export let selfData: object[] = [ + { + taskID: 1, + taskName: 'Project Schedule', + startDate: new Date('02/04/2019'), + endDate: new Date('03/10/2019') + }, + { + taskID: 2, + taskName: 'Planning', + startDate: new Date('02/04/2019'), + endDate: new Date('02/10/2019'), + parentID: 1 + }, + { + taskID: 3, + taskName: 'Plan timeline', + startDate: new Date('02/04/2019'), + endDate: new Date('02/10/2019'), + duration: 6, + progress: '60', + parentID: 2 + }, + { + taskID: 4, + taskName: 'Plan budget', + startDate: new Date('02/04/2019'), + endDate: new Date('02/10/2019'), + duration: 6, + progress: '90', + parentID: 2 + }, + { + taskID: 5, + taskName: 'Allocate resources', + startDate: new Date('02/04/2019'), + endDate: new Date('02/10/2019'), + duration: 6, + progress: '75', + parentID: 2 + }, + { + taskID: 6, + taskName: 'Planning complete', + startDate: new Date('02/06/2019'), + endDate: new Date('02/10/2019'), + duration: 0, + predecessor: '3FS,4FS,5FS', + parentID: 2 + }, + { + taskID: 7, + taskName: 'Design', + startDate: new Date('02/13/2019'), + endDate: new Date('02/17/2019'), + parentID: 1, + }, + { + taskID: 8, + taskName: 'Software Specification', + startDate: new Date('02/13/2019'), + endDate: new Date('02/15/2019'), + duration: 3, + progress: '60', + predecessor: '6FS', + parentID: 7, + }, + { + taskID: 9, + taskName: 'Develop prototype', + startDate: new Date('02/13/2019'), + endDate: new Date('02/15/2019'), + duration: 3, + progress: '100', + predecessor: '6FS', + parentID: 7, + }, + { + taskID: 10, + taskName: 'Get approval from customer', + startDate: new Date('02/16/2019'), + endDate: new Date('02/17/2019'), + duration: 2, + progress: '100', + predecessor: '9FS', + parentID: 7, + }, + { + taskID: 11, + taskName: 'Design complete', + startDate: new Date('02/17/2019'), + endDate: new Date('02/17/2019'), + duration: 0, + predecessor: '10FS', + parentID: 7, + } +]; + +export let labelData: object[] = [ + { + TaskID: 1, + TaskName: 'Project initiation', + StartDate: new Date('04/02/2019'), + EndDate: new Date('04/21/2019'), + subtasks: [ + { + TaskID: 2, TaskName: 'Identify site location', StartDate: new Date('04/02/2019'), Duration: 0, + Progress: 30, resources: [1], info: 'Measure the total property area alloted for construction', + BaselineStartDate: new Date('04/02/2019'), BaselineEndDate: new Date('04/02/2019') + }, + { + TaskID: 3, TaskName: 'Perform soil test', StartDate: new Date('04/02/2019'), Duration: 4, Predecessor: '2', + resources: [2, 3, 5], info: 'Obtain an engineered soil test of lot where construction is planned.' + + 'From an engineer or company specializing in soil testing', BaselineStartDate: new Date('04/01/2019'), + BaselineEndDate: new Date('04/04/2019') + }, + { + TaskID: 4, TaskName: 'Soil test approval', StartDate: new Date('04/02/2019'), Duration: 0, Predecessor: '3', Progress: 30, + BaselineStartDate: new Date('04/06/2019'), BaselineEndDate: new Date('04/06/2019') + }, + + ] + }, + { + TaskID: 5, + TaskName: 'Project estimation', + StartDate: new Date('04/02/2019'), + EndDate: new Date('04/21/2019'), + subtasks: [ + { + TaskID: 6, TaskName: 'Develop floor plan for estimation', StartDate: new Date('04/04/2019'), + Duration: 3, Predecessor: '4', Progress: 30, resources: 4, + info: 'Develop floor plans and obtain a materials list for estimations', + BaselineStartDate: new Date('04/05/2019'), BaselineEndDate: new Date('04/07/2019') + }, + { + TaskID: 7, TaskName: 'List materials', StartDate: new Date('04/04/2019'), + Duration: 3, Predecessor: '6', resources: [4, 8], info: '', + BaselineStartDate: new Date('04/09/2019'), BaselineEndDate: new Date('04/12/2019') + }, + { + TaskID: 8, TaskName: 'Estimation approval', StartDate: new Date('04/04/2019'), + Duration: 0, Predecessor: '7', resources: [12, 5], info: '', + BaselineStartDate: new Date('04/16/2019'), BaselineEndDate: new Date('04/16/2019') + } + ] + }, + { + TaskID: 9, TaskName: 'Sign contract', StartDate: new Date('04/04/2019'), Duration: 1, + Predecessor: '8', Progress: 30, resources: [12], + info: 'If required obtain approval from HOA (homeowners association) or ARC (architectural review committee)', + BaselineStartDate: new Date('04/16/2019'), BaselineEndDate: new Date('04/17/2019') + }, + { + TaskID: 10, + TaskName: 'Project approval and kick off', + StartDate: new Date('04/04/2019'), + EndDate: new Date('04/21/2019'), + Duration: 0, + Predecessor: '9', + BaselineStartDate: new Date('04/17/2019'), BaselineEndDate: new Date('04/17/2019') + }, + { + TaskID: 11, + TaskName: 'Site work', + StartDate: new Date('04/04/2019'), + EndDate: new Date('04/21/2019'), + subtasks: [ + { + TaskID: 12, TaskName: 'Clear the building site', StartDate: new Date('04/04/2019'), + Duration: 2, Progress: 30, Predecessor: '9', + info: 'Clear the building site (demolition of existing home if necessary)', + BaselineStartDate: new Date('04/16/2019'), BaselineEndDate: new Date('04/18/2019') + }, + { + TaskID: 13, TaskName: 'Install temporary power service', StartDate: new Date('04/04/2019'), + Duration: 2, Predecessor: '12', info: '', + BaselineStartDate: new Date('04/17/2019'), BaselineEndDate: new Date('04/19/2019') + }, + ] + }, +]; \ No newline at end of file diff --git a/src/gantt/default.html b/src/gantt/default.html index 45e3db89..11894443 100644 --- a/src/gantt/default.html +++ b/src/gantt/default.html @@ -6,8 +6,7 @@
-

This sample visualizes the various phases involved in the manufacturing process of a product, which transforms from a - conceptual model to a sellable product.

+

This sample visualizes the various phases involved in the manufacturing process of a product, which transforms from a conceptual model to a sellable product.

@@ -22,8 +21,7 @@

Injecting Module:

- Gantt component features are segregated into individual feature-wise modules. To use a selection, inject the - Selection module using the Gantt.Inject(Selection) method. To use markers, inject the - DayMarkers module using the Gantt.Inject(DayMarkers) method. + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method.

\ No newline at end of file diff --git a/src/gantt/default.ts b/src/gantt/default.ts index 85d5b405..f2033fcb 100644 --- a/src/gantt/default.ts +++ b/src/gantt/default.ts @@ -1,19 +1,18 @@ import { loadCultureFiles } from '../common/culture-loader'; -import { Gantt, Selection, DayMarkers } from '@syncfusion/ej2-gantt'; +import { Gantt, Selection } from '@syncfusion/ej2-gantt'; import { projectNewData } from './data-source'; /** * Default Gantt sample */ -Gantt.Inject(Selection, DayMarkers); +Gantt.Inject(Selection); (window as any).default = (): void => { loadCultureFiles(); let gantt: Gantt = new Gantt( { dataSource: projectNewData, height: '450px', - highlightWeekends: true, taskFields: { id: 'TaskID', name: 'TaskName', @@ -27,21 +26,6 @@ Gantt.Inject(Selection, DayMarkers); labelSettings: { leftLabel: 'TaskName' }, - eventMarkers: [ - { - day: new Date('04/09/2019'), - label: 'Research phase' - }, { - day: new Date('04/30/2019'), - label: 'Design phase' - }, { - day: new Date('05/23/2019'), - label: 'Production phase' - }, { - day: new Date('06/20/2019'), - label: 'Sales and marketing phase' - } - ], projectStartDate: new Date('03/24/2019'), projectEndDate: new Date('07/06/2019') }); diff --git a/src/gantt/drag-and-drop.html b/src/gantt/drag-and-drop.html new file mode 100644 index 00000000..d5a88643 --- /dev/null +++ b/src/gantt/drag-and-drop.html @@ -0,0 +1,18 @@ +
+
+
+
+
+
+ +
+

This sample demonstrates the Gantt component with the row drag and drop feature. You can rearrange the gantt rows by using drag icon in left side of gantt column. Here you can perform drag and drop the gantt rows in to required position.

+
+ +
+

Row drag and drop feature can be enabled by settting allowRowDragAndDrop property as true.

+

Injecting Module:

+

+ Gantt features are segregated into individual feature-wise modules. To use row, drag and drop feature we need to inject RowDD and Edit modules using the Gantt.Inject(RowDD, Edit) section. +

+
\ No newline at end of file diff --git a/src/gantt/drag-and-drop.ts b/src/gantt/drag-and-drop.ts new file mode 100644 index 00000000..710fd063 --- /dev/null +++ b/src/gantt/drag-and-drop.ts @@ -0,0 +1,50 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, RowDD, Edit } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; + +/** + * Drag and Drop Gantt sample + */ + +Gantt.Inject(Selection, RowDD, Edit); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + allowRowDragAndDrop: true, + treeColumnIndex: 1, + splitterSettings: { + columnIndex: 3 + }, + selectionSettings: { + type: 'Multiple' + }, + columns: [ + { field: 'TaskID', headerText: 'ID', width: 80 }, + { field: 'TaskName', headerText: 'Name', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Progress' }, + { field: 'Predecessor', headerText: 'Dependency' } + ], + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + labelSettings: { + leftLabel: 'TaskName' + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#DragAndDrop'); +}; diff --git a/src/gantt/editing.html b/src/gantt/editing.html index 27cd4c0a..28a9f007 100644 --- a/src/gantt/editing.html +++ b/src/gantt/editing.html @@ -13,36 +13,30 @@ handing over the fully constructed property to the owner. This also demonstrates CRUD operations in a Gantt chart. You can perform CRUD operations as follows,
  • Add - To add new task, click Add toolbar button
  • -
  • Edit - To edit a task, double click a row or double click a taskbar or click toolbar Edit - button after - selected a row
  • +
  • Edit - To edit a task, double click a row or double click a taskbar or click toolbar Edit button after selected a row
  • Delete - To delete a task, click toolbar Delete button after selected a row
  • -
  • Update,Cancel - You can save or discard changes by click toolbar Update and Cancel button - respectively
  • +
  • Update,Cancel - You can save or discard changes by click toolbar Update and Cancel button respectively
  • - This CRUD operations can be configured in Gantt chart using editSettings and - allowTaskbarEditing. Gantt chart - has two modes to manipulate the datasource -

  • Normal
  • + This CRUD operations can be configured in Gantt chart using editSettings and allowTaskbarEditing. + Gantt chart has two modes to manipulate the datasource
  • Auto
  • +
  • Dialog
  • In this demo, Auto mode is enabled for editing. On the TreeGrid side, you can start editing any row - by double - clicking on it or clicking on toolbar’s Edit button, then the currently selected row will be changed to edited + by double clicking on it or clicking on toolbar’s Edit button, then the currently selected row will be changed to edited state. On the chart side, you can edit the tasks using edit dialog by double clicking on the taskbars and you can edit the dependency connector lines using drag and drop action with connector line points available on the either side of taskbar.

    Injecting Module:

    - Gantt component features are segregated into individual feature-wise modules. To use editing feature, inject the + Gantt control features are segregated into individual feature-wise modules. To use editing feature, inject the Edit module using the Gantt.Inject(Edit) method. To use a selection, inject the Selection module using the Gantt.Inject(Selection) method, and use a sort by injecting the Sort - module using - the Gantt.Inject(Sort) method. To use markers, inject the + module using the Gantt.Inject(Sort) method. To use markers, inject the DayMarkers module using the Gantt.Inject(DayMarkers) method.

    \ No newline at end of file diff --git a/src/gantt/editing.ts b/src/gantt/editing.ts index ba9c0545..5ddbe426 100644 --- a/src/gantt/editing.ts +++ b/src/gantt/editing.ts @@ -74,6 +74,9 @@ Gantt.Inject(Edit, Selection, Toolbar, DayMarkers); { type: 'Resources' }, { type: 'Notes' }, ], + splitterSettings: { + columnIndex: 2 + }, projectStartDate: new Date('03/25/2019'), projectEndDate: new Date('07/28/2019') }); diff --git a/src/gantt/event-markers.html b/src/gantt/event-markers.html new file mode 100644 index 00000000..ad5ffb10 --- /dev/null +++ b/src/gantt/event-markers.html @@ -0,0 +1,24 @@ +
    +
    +
    +
    +
    +
    + +
    +

    This sample visualizes how to notify the important dates in the project timeline.

    +
    +
    +

    + In this example, the eventMarkers are used like a bookmark to show the different stages of the project life cycle. You can show the desired text on the date. The Event Markers model has the below properties to customize the marker: +

  • cssClass: Used to assign external CSS styles to that particular marker.
  • +
  • day: Used to set date of the event marker.
  • +
  • label: The desired text can be shown on the vertical line using this property.
  • +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method. To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/event-markers.ts b/src/gantt/event-markers.ts new file mode 100644 index 00000000..e49d0c1a --- /dev/null +++ b/src/gantt/event-markers.ts @@ -0,0 +1,51 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, DayMarkers } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; + +/** + * Default Gantt sample + */ + +Gantt.Inject(Selection, DayMarkers); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + labelSettings: { + leftLabel: 'TaskName' + }, + eventMarkers: [ + { + day: new Date('04/02/2019'), + }, { + day: new Date('04/09/2019'), + label: 'Research phase' + }, { + day: new Date('04/30/2019'), + label: 'Design phase' + }, { + day: new Date('05/23/2019'), + label: 'Production phase' + }, { + day: new Date('06/20/2019'), + label: 'Sales and marketing phase' + } + ], + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#EventMarkers'); +}; diff --git a/src/gantt/events.html b/src/gantt/events.html new file mode 100644 index 00000000..67d836b8 --- /dev/null +++ b/src/gantt/events.html @@ -0,0 +1,52 @@ +
    +
    +
    +
    +
    +
    + +
    + + + + + + + +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    This sample demonstrates all the events that occur on all the Gantt operations with the help of Event Trace panel.

    +
    + +
    +

    The Gantt triggers events based on its actions. The events can be used as an extension point to perform custom operations.

    +

    In this demo, perform Gantt actions such as load, created, dataBound, toolbarClick, beforeTooltipRender, actionBegin, actionComplete, cellEdit, + endEdit, taskbarEditing, taskbarEdited, rowSelecting, rowSelected, rowDeselecting, rowDeselected, columnDragStart, columnDrag, + columnDrop, expanding, expanded, collapsing, collapsed, columnMenuClick, columnMenuOpen, contextMenuClick, contextMenuOpen, resizeStart, + resizing, resizeStop, splitterResizeStart, splitterResizing, splitterResized, recordDoubleClick, onTaskbarClick and + see the Event Trace panel for the events emitted. +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method.To use a sorting, inject the + Sort module using the Gantt.Inject(Sort) method.To reorder column, inject the + Reorder module using the Gantt.Inject(Reorder) method.To resize column width, inject the + Resize module using the Gantt.Inject(Resize) method.To use a contextmenu, inject the + Contextmenu module using the Gantt.Inject(Contextmenu) method.To use a columnmenu, inject the + ColumnMenu module using the Gantt.Inject(ColumnMenu) method.To use a toolbar, inject the + Toolbar module using the Gantt.Inject(Toolbar) method.To use a edit, inject the + Edit module using the Gantt.Inject(Edit) method.To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/events.ts b/src/gantt/events.ts new file mode 100644 index 00000000..d869964b --- /dev/null +++ b/src/gantt/events.ts @@ -0,0 +1,213 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, Reorder, Sort, Resize, ContextMenu } from '@syncfusion/ej2-gantt'; +import { ColumnMenu, Toolbar, Edit, Filter, DayMarkers } from '@syncfusion/ej2-gantt'; +import {Button} from '@syncfusion/ej2-buttons'; +import { projectNewData } from './data-source'; +import { ColumnMenuOpenEventArgs } from '@syncfusion/ej2-grids'; + +/** + * Events Gantt sample + */ + +Gantt.Inject(Selection, Reorder, Sort, Resize, ContextMenu, ColumnMenu, Toolbar, Edit, Filter, DayMarkers ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + treeColumnIndex: 1, + allowSelection: true, + allowReordering: true, + allowSorting: true, + allowResizing: true, + enableContextMenu: true, + showColumnMenu: true, + created: created, + load: load, + dataBound: dataBound, + toolbarClick: toolbarClick, + beforeTooltipRender: beforeTooltipRender, + actionBegin: actionBegin, + actionComplete: actionComplete, + cellEdit: cellEdit, + endEdit: endEdit, + taskbarEditing: taskbarEditing, + taskbarEdited: taskbarEdited, + rowSelecting: rowSelecting, + rowSelected: rowSelected, + rowDeselecting: rowDeselecting, + rowDeselected: rowDeselected, + columnDragStart: columnDragStart, + columnDrag: columnDrag, + columnDrop: columnDrop, + expanding: expanding, + expanded: expanded, + collapsing: collapsing, + collapsed: collapsed, + columnMenuClick: columnMenuClick, + columnMenuOpen: columnMenuOpen, + contextMenuClick: contextMenuClick, + contextMenuOpen: contextMenuOpen, + resizeStart: resizeStart, + resizing: resizing, + resizeStop: resizeStop, + splitterResizeStart: splitterResizeStart, + splitterResizing: splitterResizing, + splitterResized: splitterResized, + recordDoubleClick: recordDoubleClick, + onTaskbarClick: onTaskbarClick, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', width: 60 }, + { field: 'TaskName', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Predecessor' }, + { field: 'Progress' }, + ], + toolbar: ['Add', 'Edit', 'Update', 'Delete', 'Cancel', 'ExpandAll', 'CollapseAll', 'Search'], + editSettings: { + allowEditing: true, + allowAdding: true, + allowDeleting: true, + allowTaskbarEditing: true, + }, + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 2 + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#Events'); + let clear: Button = new Button(); + clear.appendTo('#clear'); + document.getElementById('clear').onclick = () => { + document.getElementById('EventLog').innerHTML = ''; + }; + function columnMenuOpen(args: ColumnMenuOpenEventArgs): void { + if (args.parentItem != null) { + args.element.querySelectorAll('li')[gantt.treeColumnIndex].style.display = 'none'; + } + appendElement('Gantt columnMenuOpen event called
    '); + } +}; +function created(): void { + appendElement('Gantt created event called
    '); +} +function load(): void { + appendElement('Gantt load event called
    '); +} +function dataBound(): void { + appendElement('Gantt dataBound event called
    '); +} +function toolbarClick(): void { + appendElement('Gantt toolbarClick event called
    '); +} +function beforeTooltipRender(): void { + appendElement('Gantt beforeTooltipRender event called
    '); +} +function actionBegin(): void { + appendElement('Gantt actionBegin event called
    '); +} +function actionComplete(): void { + appendElement('Gantt actionComplete event called
    '); +} +function cellEdit(): void { + appendElement('Gantt cellEdit event called
    '); +} +function endEdit(): void { + appendElement('Gantt endEdit event called
    '); +} +function taskbarEditing(): void { + appendElement('Gantt taskbarEditing event called
    '); +} +function taskbarEdited(): void { + appendElement('Gantt taskbarEdited event called
    '); +} +function rowSelecting(): void { + appendElement('Gantt rowSelecting event called
    '); +} +function rowSelected(): void { + appendElement('Gantt rowSelected event called
    '); +} +function rowDeselecting(): void { + appendElement('Gantt rowDeselecting event called
    '); +} +function rowDeselected(): void { + appendElement('Gantt rowDeselected event called
    '); +} +function columnDragStart(): void { + appendElement('Gantt columnDragStart event called
    '); +} +function columnDrag(): void { + appendElement('Gantt columnDrag event called
    '); +} +function columnDrop(): void { + appendElement('Gantt columnDrop event called
    '); +} +function expanding(): void { + appendElement('Gantt expanding event called
    '); +} +function expanded(): void { + appendElement('Gantt expanded event called
    '); +} +function collapsing(): void { + appendElement('Gantt collapsing event called
    '); +} +function collapsed(): void { + appendElement('Gantt collapsed event called
    '); +} +function columnMenuClick(): void { + appendElement('Gantt columnMenuClick event called
    '); +} +function contextMenuClick(): void { + appendElement('Gantt contextMenuClick event called
    '); +} +function contextMenuOpen(): void { + appendElement('Gantt contextMenuOpen event called
    '); +} +function resizeStart(): void { + appendElement('Gantt resizeStart event called
    '); +} +function resizing(): void { + appendElement('Gantt resizing event called
    '); +} +function resizeStop(): void { + appendElement('Gantt resizeStop event called
    '); +} +function splitterResizeStart(): void { + appendElement('Gantt splitterResizeStart event called
    '); +} +function splitterResizing(): void { + appendElement('Gantt splitterResizing event called
    '); +} +function splitterResized(): void { + appendElement('Gantt splitterResized event called
    '); +} +function recordDoubleClick(): void { + appendElement('Gantt recordDoubleClick event called
    '); +} +function onTaskbarClick(): void { + appendElement('Gantt onTaskbarClick event called
    '); +} +function appendElement(html: string): void { + let span: HTMLElement = document.createElement('span'); + span.innerHTML = html; + let log: HTMLElement = document.getElementById('EventLog'); + log.insertBefore(span, log.firstChild); +} \ No newline at end of file diff --git a/src/gantt/exporting.ts b/src/gantt/exporting.ts index 38883ef0..06c4a9b0 100644 --- a/src/gantt/exporting.ts +++ b/src/gantt/exporting.ts @@ -24,6 +24,19 @@ Gantt.Inject(Selection, Toolbar, ExcelExport); child: 'subtasks', resourceInfo: 'resources' }, + columns: [ + { field: 'TaskID', width: 60 }, + { field: 'TaskName', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Predecessor' }, + { field: 'Progress' }, + { field: 'resources' } + ], + splitterSettings: { + columnIndex: 2 + }, allowExcelExport: true, toolbar: ['ExcelExport', 'CsvExport'], toolbarClick: (args?: ClickEventArgs) => { diff --git a/src/gantt/filtering.html b/src/gantt/filtering.html index 7f9f0336..2d8a778d 100644 --- a/src/gantt/filtering.html +++ b/src/gantt/filtering.html @@ -20,31 +20,19 @@

    The filtering feature enables the user to view reduced amount of records based on filter criteria. The column menu filtering can be enabled by setting allowFiltering property as true and toolbar - search box can - be enabled - by including the search item in the toolbar property. + search box can be enabled by including the search item in the toolbar property. Gantt chart also provides support for a set of filtering modes with hierarchyMode property. The - below are the - type of filter mode available in Gantt chart. -

  • Parent - This is the default filter hierarchy mode in Gantt chart. The filtered records are - displayed with its - parent records, if the filtered records not have any parent record then the filtered record alone will be - displayed.
  • -
  • Child - The filtered records are displayed with its child record, if the filtered records do - not have any - child record then only the filtered records are displayed.
  • -
  • Both - The filtered records are displayed with its both parent and child record. If the - filtered records do - not have any parent and child record then only the filtered records are displayed.
  • + below are the type of filter mode available in Gantt chart. +
  • Parent - This is the default filter hierarchy mode in Gantt chart. The filtered records are displayed with its parent records, if the filtered records not have any parent record then the filtered record alone will be displayed.
  • +
  • Child - The filtered records are displayed with its child record, if the filtered records do not have any child record then only the filtered records are displayed.
  • +
  • Both - The filtered records are displayed with its both parent and child record. If the filtered records do not have any parent and child record then only the filtered records are displayed.
  • None - Only the filtered records are displayed.
  • Injecting Module:

    - Gantt component features are segregated into individual feature-wise modules. To use filtering feature, we need + Gantt control features are segregated into individual feature-wise modules. To use filtering feature, we need to inject Filter using the Gantt.Inject(Filter) method, and use a toolbar by injecting - the Toolbar - module using - the Gantt.Inject(Toolbar) method. To use a selection, inject the + the Toolbar module using the Gantt.Inject(Toolbar) method. To use a selection, inject the Selection module using the Gantt.Inject(Selection) method

    \ No newline at end of file diff --git a/src/gantt/grid-lines.html b/src/gantt/grid-lines.html new file mode 100644 index 00000000..ff430559 --- /dev/null +++ b/src/gantt/grid-lines.html @@ -0,0 +1,45 @@ +
    +
    +
    +
    +
    +
    + +
    + + + + + +
    +
    + Grid Lines +
    +
    +
    + +
    +
    +
    + +
    +

    This sample demonstrates the visibility of Gantt lines that separate the rows and columns.In this sample, you can change the gridlines from the property panel.

    +
    + +
    +

    + The gridLines property is used to control the visibility of line that separates the rows and columns. + Gantt allows us to display the following grid lines: +

    +
      +
    • None - Shows no line.
    • +
    • Both - Shows both horizontal and vertical lines.
    • +
    • Horizontal - Shows the horizontal line.
    • +
    • Vertical - Shows the vertical line.
    • +
    +

    In this demo, you can modify the visibility of gridlines by selecting values in dropdown. +

    +

    Injecting Module:

    +

    Gantt control features are segregated into individual feature-wise modules.To use a selection, inject the Selection module using the Gantt.Inject(Selection) + method.To use markers, inject the DayMarkers module using the Gantt.Inject(DayMarkers) method.

    +
    \ No newline at end of file diff --git a/src/gantt/grid-lines.ts b/src/gantt/grid-lines.ts new file mode 100644 index 00000000..de1920ea --- /dev/null +++ b/src/gantt/grid-lines.ts @@ -0,0 +1,67 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, GridLine, DayMarkers, Selection } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; +import { DropDownList, ChangeEventArgs } from '@syncfusion/ej2-dropdowns'; + +/** + * GridLines Gantt sample + */ +Gantt.Inject(DayMarkers, Selection ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + allowSelection: true, + treeColumnIndex: 1, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', width: 60 }, + { field: 'TaskName', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Predecessor' }, + { field: 'Progress' }, + ], + gridLines: 'Both', + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 2 + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#GridLines'); + + let dropDownListObject: DropDownList = new DropDownList({ + dataSource: [ + { id: 'Both', type: 'Both' }, + { id: 'Vertical', type: 'Vertical' }, + { id: 'Horizontal', type: 'Horizontal' }, + { id: 'None', type: 'None' } + ], + popupWidth: '100px', + fields: { text: 'type', value: 'id' }, + value: 'Both', + change: (e: ChangeEventArgs) => { + let lines: GridLine = e.value; + gantt.gridLines = lines; + gantt.refresh(); + }, + }); + dropDownListObject.appendTo('#lines'); +}; diff --git a/src/gantt/header-template.html b/src/gantt/header-template.html new file mode 100644 index 00000000..53591a4d --- /dev/null +++ b/src/gantt/header-template.html @@ -0,0 +1,61 @@ +
    +
    +
    +
    +
    +
    + + + + + + + +
    +

    This sample demonstrates the Gantt header template feature. In this sample, custom icons have been shown in the column headers.

    +
    + +
    +

    + The Gantt provides a way to define a custom element in header element. The columns -> headerTemplate property accepts either string or HTML element`s ID value, + which will be used as the template for the header cell. +

    +

    In this demo, we have rendered the customized template for all column headers.

    +

    More information about the header template can be found in documentation section.

    +
    + + diff --git a/src/gantt/header-template.ts b/src/gantt/header-template.ts new file mode 100644 index 00000000..d5f39bdc --- /dev/null +++ b/src/gantt/header-template.ts @@ -0,0 +1,56 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection } from '@syncfusion/ej2-gantt'; +import { templateData } from './data-source'; + +/** + * Header template Gantt sample + */ +Gantt.Inject(Selection); +(window as any).default = (): void => { + loadCultureFiles(); + let projectResources: Object[] = [ + { resourceId: 1, resourceName: 'Martin Tamer' }, + { resourceId: 2, resourceName: 'Rose Fuller' }, + { resourceId: 3, resourceName: 'Margaret Buchanan' }, + { resourceId: 4, resourceName: 'Fuller King' }, + { resourceId: 5, resourceName: 'Davolio Fuller' }, + { resourceId: 6, resourceName: 'Van Jack' }, + { resourceId: 7, resourceName: 'Fuller Buchanan' }, + ]; + let gantt: Gantt = new Gantt( + { + dataSource: templateData, + height: '450px', + highlightWeekends: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + resourceInfo: 'resources', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskName', headerTemplate: '#projectName', width: 250 }, + { field: 'StartDate', headerTemplate: '#dateTemplate' }, + { field: 'resources', headerTemplate: '#resource', width: 150 }, + { field: 'Duration', headerTemplate: '#durationTemplate' }, + { field: 'Progress', headerTemplate: '#progressTemplate' } + ], + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 4 + }, + resourceNameMapping: 'resourceName', + resourceIDMapping: 'resourceId', + resources: projectResources, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#HeaderTemplate'); +}; diff --git a/src/gantt/holidays.html b/src/gantt/holidays.html new file mode 100644 index 00000000..61e2d189 --- /dev/null +++ b/src/gantt/holidays.html @@ -0,0 +1,25 @@ +
    +
    +
    +
    +
    +
    + +
    +

    This sample visualizes how to define the holidays in between the project timeline.

    +
    + +
    +

    + In this example, holidays are displayed with vertical bar with the desired text using the label property. You can also mention the continuous holidays by specifying the from and to range. For single holiday, you can define from value alone. Holidays are defined as an array of object collection, so that we can display more than one holiday in the project. +

    +

    + You can even assign the cssClass to each holiday to change the default color of label and background. +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method. To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/holidays.ts b/src/gantt/holidays.ts new file mode 100644 index 00000000..e4e1a93a --- /dev/null +++ b/src/gantt/holidays.ts @@ -0,0 +1,49 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, DayMarkers } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; + +/** + * Default Gantt sample + */ + +Gantt.Inject(Selection, DayMarkers); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + labelSettings: { + leftLabel: 'TaskName' + }, + holidays: [ + { + from: new Date('04/04/2019'), + to: new Date('04/04/2019'), + label: 'Local Holiday' + }, { + from: new Date('04/19/2019'), + to: new Date('04/19/2019'), + label: 'Good Friday' + }, { + from: new Date('04/30/2019'), + to: new Date('04/30/2019'), + label: 'Release Holiday' + }, + ], + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#Holidays'); +}; diff --git a/src/gantt/images/Construction Supervisor.png b/src/gantt/images/Construction Supervisor.png new file mode 100644 index 0000000000000000000000000000000000000000..10e7eb523314547469682b2edb62dad7ce10ceef GIT binary patch literal 5036 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 Ef+71LI{*Lx literal 0 HcmV?d00001 diff --git a/src/gantt/images/Duration.png b/src/gantt/images/Duration.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca8d2d9aecebf296773458969d6092b7edacc9c GIT binary patch literal 624 zcmV-$0+0QPP)w80469Klo99z$p-ZZP!Gu8}PY{HP-r6kUxQhZY4mAV|r}G z!i*N?UJoH%DYlOdNl4eOkpP%~3U^2Mf{Er|7SkNRC3v;imRIQsbz{#NJm?z9_XIiu z=rpne)-?gK=OilBQg4E-el*K@#RLs;J6i41=?z^pxxap6eW3t9wZq>#BhWVfk=u|g%>{|o{fc?>JZESFi?(?x2m znRt1005^%`UA)@TyKTds`}cH74=lVV$gF21S7h-A{d{XGGJOcF97&`ifw{_6E#S-) zPUv~Y+ADb`pFp5csMSW6Tp-32U~q4s6{^&iRg}gQS@=pmhO$hiBU+!@g|BYO=wpG8 zrfCR=?g>zJ3p6Cg`p`~9vFKPdEm#Z)zCf&T#})s{gy`G(g9(xntcS3?6oGejM^HCv zbs|U$<_9Yqlv?rPRz%`}(OsjlZg0t^5ZWeLNG)itvK0000< KMNUMnLSTYW%@0NZ literal 0 HcmV?d00001 diff --git a/src/gantt/images/Fuller King.png b/src/gantt/images/Fuller King.png new file mode 100644 index 0000000000000000000000000000000000000000..119e48aa3f974b2c58b450ea80ba8f5509a1bce2 GIT binary patch literal 5028 zcmV;V6I<+wP)@IZhF$9Lw0DQnsrMj>}no#DGH*FxDfbH1l1N|pyr&xqi3)vKPCUcdg%ckey-+Z}ID~ zM<3nIH*vj>SBBS>7rFfiuTfqv@;Y?=4L2NmE7u~uMSyPN+l{<#3IQDnuQ9Rci+ojV z!n$w+#8u{XfY(6+J@6|7M?eC^t-S8wH57t)Ftotv8lE>4g1set7ti<>uLt1sDG4{o&3&&@QOkK775T>&ES}Ed9DHNp)S3 zXI!WCqi_7v!Dm(hQh3JR)oh})N^9L4?&Q7;ga6@g-Yv~n>iyH>Q`aSP**#~*#(dj$ z+@)%LyXQJ-({=~rx-R9jX~ZHrB8FzhlZgjoQDfg{zxJJG8zgma=>GfKwW8D}F!A6! zLu>83Fb4kiPd_s0}?M-Ba?bPYX`zp28?WXOcTvm@H~QpjkuxlNq%6(L@M=MtI_)1zk1~Hm)|OYQX8)LOTd2c%`eK8x#HI+X3BSz z>W*5g)!;e~BB}zKhM+9enk~q@x7INEe=dKCKc#4J>3s2s#*ZG|(t|=PYO0K6D#eZP zPv=sJyS9#O{nt-^;V+yv0luk=$`|?KvcR5xV@nW) zPAkL=9qCvUaa}`CDvClfhK^Jcy}1m!Nhppdp<&vAtDfCr1&iexEXy8lG@IW&dHlr3 zSF&EXE@8Dh!}YFgxsZNe5cz94lYjpkU)Gl+n%$)5LO?yZ;>BFZ(pRc?T)J&-E3?ii-7x1m3@G0M`!Zad}Rsr4r~*$1&2K zqs5}g(W2>W4wnsf;_AT+;slyvsC5`VqMAZ7NplfCs+0=ur8wN14c^L1yd=su- z-$igyc&?2Yt)kg=%vGx-86O>)GU91Cp#lB1q^_z=*>r^dr$TfX@CIoH}|G8i{7}6<4COuLnbe{TQE}gK3)R z&&5z`+L&5u1SzFKU?eTXbon>``mRr+j&tDT^XjpoH?x{}SV-}i-F=W^Nl1wlBK}7OwwLi02J(H-&}fMTDBXzRtLCxp1FrZc%b6^fRBTLt?zaV4P{ff@<(s z&uqb7D8ebv!KZqmm%(q+;)`=APn^N{nJG*Z%P7@M)GQyiuLX)_9o@ArpMYcALGJTi z_dTmD;~ot0Kn=@@%nI!Qu2=iH*=V521@?F4F+Mg4{hS0KAdf&zTC+*zF}GO7OmUvO zUqw%v$|RFSmX(6Um>Zv-#A_2Xcx`+Z^OXkW7XpS9fJQbBp}QlE-h2kfiW78M71f4$ ze3jq?j*P&ihI#GCN=4xK=$WcbS1Qg|kWI!BVXVX{v1D0;P4{{J*%xtYbP5fYG?k?) z6e6KyL@^daJ)gw3;lZFHaLgJ^5=e*UFu|+P8IQS4h92Q!j%*p@W@Jb@LbaHz7)s^( z>D3?$iAD5p0&rJ^&76zAW{Ty(7LzyARZyl#jGaW9)?loRk5A#}M^7NBE7&%Wr!@-D zT)LnDS|(7BaY?Z(m{M;pq98Ysk4i9IK7&M)O6vTMhiLC`5R=J7f>KQ5=14F+_skkP z6#~!u)Q}|)u5@=Un|k(4d7jpa1pMHMU{7Zle^mO_8SL6Jhkb?g`+S06g`~#gWGgacP5~@KfbUKl zBIX`nB{YfsY~7rIlE`D%uB*_jETTIXMS}Oad{##x&%DZn z-`zp?l`?CvoQS*qYP)ye{DrSifB#b-{d+Z+*{kx0V=;qN?NW6_k)kzs?c9MK+nIPt z;hH`IiP|zTv>mB9bDY;?Ib+eqtRUxg4GbdFr$LZtla_RaoQu&#lLidMhe0cDVvJ^3 zAsDqv=UTgH>S}K8D>t)pB!NlBSl_?^l|&jkng&xn5{(E3mX5loJATz(onn*1gQgq=BtSsV_trM3DuC1nL z?}p(cz5Ts6{`AyQ$zd&4Z#JMt6Y#Vsl4%1eDir}2;VV9`9v#INT)jZ48|^{m@C8pHy}o~bjQXK-MHzgwSqgB#M|=g+^!u@7>P(T zu~0&c3vLpeOe+aM3X{2_iN8}+8%*k+&>s%1CUFBOuxTaeX|9`=2`%Ya4JsM20lZf^ zt5YRzln@0QdpjZ3$j;5?YnKYHtygTv&ZoRu{fC8k7MHExguyK%XT=NkqANtRMQfPN z!2Nt)^>T^gSAh~qqRP6>o;(GUs$Vjg#}YX-nDm#XCSX%bQoAx=QvJ{qgwk1;OCvkn z&&@K5Z%fP>BfH$GZ{PEip^;5D%d(Gb_W)di5Dg%UiP@(mb-hFh89}SI1e>l|oGRj_ zga5`fkiqs1J+!WZx-FqGH;ZnTJ|1H&QYkb3=(g0BiX-Hmg-Di(-L;=@RqM@50e2)+ zDQ%69w64xWnxdSL40%&)VICT*=cVElsEG#)^Vvk40v67>9~*;aZ6XJh;S=a8j zIzIC03E8tgrx}Tcv$znrP<3Gj<ZU8M7 zu`0_QN@X~Fw=$h5b5m5xG|wmbm{ke{>&KFV-I}ixWg+92!H97|Lxlz ztzhs#sJHrE&ao|e0V(uX}L5j z0G-sINXF1gCg9Q~b=GwvK0R4}Hv5s!teGW4JTJUpk4C#aWy#Ens?n9*av$sL-0VOaV{6cpUeC_hGc^ zRhVQ^J)R0&R??%@OB{a*aEIiu8B`AabXBk4xbusi>pEZ1lW9aq2rdgfCB~|niG5vH zKR&VNI&{cc=ClM!A_+C$4Yh*|D8*1aF@=29!gV8?k&46-qve9aRbz!Ns|%N4HG!in zaGhhz1K~t-)dN1aSv%;-`UE9ezvG!`m<=QnDGY7eKu|Wi(kw!&B$r45hMf-n%_g&& zWZCssZG_C^FHy-@WM7Mwz2ti*RYm*HO8|FEi06$wcQEYx4XyS``Kxw&je70hT~)Nw zWfrVe)RxM$f`X{%l@u~?x*{k^6IiIdibeAzs>v#>0a8EfJmJnhzstfN4)dgETTgqg zGj<6sx%*s|BZmdvfv{`4e=QHyB!5G|lvE{@)37MJnys^+qtOTnRf8Niu*iF-ObaEO zf?G6)SW$Q^Qe7@XG-mlXV@>*e$9rz{)@U`c{?T)X1z@u0aRCO;0Dlh$G?kcvGY{N&svSnbyH zJ9y`Vdmtp1RatNH<)5)6k-K!(b~bC6x?%q?L?fFwP^#r|Y_{^HUDx0I)m5H{c_O6$YgZD^d&BwM zz2V=#^eT@ZFF027u;aKR9$hcm*#o_!1JR|!h)F(XD|IehL7A*sZ`mwjS-MbMM|9Bw zWE_floS`8aF;HN&y?$gXbP515Z_r}NJ5D|OpRIK1-%A8xH?Cf?R*hPa`A zWvDYV!eH5>sA^K?E_-w{pNc}v;RrSu_~&{CS>yGgcIG6eo_q`o5OL&(4;vV{l1ZC#s#3z_;m0uj z;xj=LSG3%9mN+cn=%x}1U3tXwg`nLq{pu?iTWDg>{=dX?|NT?MyefJIhl7Iv$6q-D zh5+MK6(C`&QIsqN?VLkdvCR-Z;J&GH9kWZ#;D^K{M+#pzD6ckLk<4GPN}(SC@LNW>`zjb)NAT=CVT7&|?VcijAk!IWouYC32TiD!x7 zLPuBkSq;k_EIaBsVE3&AtnD63=+k?vExRmEA=H{yIIfcDmS^KmOsmA~uDUpn+0!S& z6Br5xKX3zfe)h{qb@m0lOuNwx2uRd`3*(a*fBkj%ecRA|*$yUh2d|Hgl6>g)qMt%{ zrW>-_&!C}aDXt^skOTI$v+lMVL}7B=Y1+=A(YX?)7AqtPH%QJR-o#=gG0x)WrG+Az zwI!T&Rv^m!wf)ndN7s(4p|IK(Ey1}nlbAj|h7w|U|LuPq+$ToJ^YbM%%~s$I;zUxh z?xEsEC;-$$;c<+%E0;?>Z#k4AIpk9@CTkK4*)SlRpc5UzI>w(OW_ITfRGxkuGfzH> z8jIIjB!gf3y}OX@?GOHMad8p%e*GKx;Jf*~L>A?S5N2=FdCO&#!L8v8dML^Sos4Kf zOle}|%NWUY^q_Ni<1c(~adrmt$6tYD)-m7m@Y2h#VBLm|xaPV&C>G~&& zg>(A1@1*Q9K!4$kvq44`$D~B^9^AAgn867LEf;4n_QG@UDUwyuYG4&ns@5SzV#uB) uj{hHLoL3OByA@e_9~tgfdOH1o1sDJ_QJE^BN@8mO0000J3xUs*2YG@WL>r-%Nl8BG-uEB9Q%B&76pruG%^e0`rI>`>F)RW-uHXn=Y7AH z@HxL;eBp&PJczNHqnx94f}bDa=;8Q)W8d{R+_3NSv_<-y0IlWWMvk>6phM>96-G~R zs+fd2a{|POa_r#PNuWEvG;jnYKy2W+i=*BI@r3Dto@rdK-UNG#c@)=pgkvkO7yZJ( z(GUS@lj$Wf!w;PgP$r#Hc5VAjZ84j^R?lef7Hyugrg`)HCl4P)+uEC6sc2|PO#pP0 zIe9(i^|$`Nf-`Tr#hlr#p9LzPFG$aC`PUXL8oD*b_Z-$6^g3D<51x$bK>Gfi^7+zSat8Bw!ixQ6i8~b8U7om>P2~qz&4v66Cv0( z5wM(|l@9KE>9&z@^!AZR1pUJibPj}Z^i(g7cJx5kGz7}aF=KWeUf8wA|N6^2A3Lz~ z$?u-{;GNH$X!Cw;=KZ&r_FTBl~($PgKdF;AFWH5W6{Nzpj?$9B}PynkfOLlo-3}HH$t+I%Nn;WSe;1f zd31Ih$D0S<#gU!?#*u>A)jgv{?1MS*Iy!^SjVb-JLIxnXnrpxDb` zA-TAj4i;Xz5?}k;di=!|%iv@vM@D0`N=9$*X-g)XUCjGTMtU1fd$&xu=1e!QF>}d; zk|&c+IC{Feeh`YpvAFdTEW6@LNI8aII>Gf-pcAZ+IAqlZ+3J8qPgzvE@maAs_`M1) zJSZrla&|r1uKo%ZH`XB$PavI2p`)u8XHT`?-S^?!fr;!e?GymlnD&1foT(KznG7_k zIzRZ@OY=H9yRWp_?YQYXw?iSILON+&P#A8p6O7F{2F&i_=Q0zdoj^k6O-h2Q5# zT~!baM?|7g#F8m8YI5lmMbty4g4u9BaCey`G9~TicDWV?y>4l4BUzD52t7;AprM64 z3iP6QkNlY7g{+2x_+Gr{5#slG9{D>X!Dlnbjz(Zrt*G>uGto;%PVDU)B->_Zr(#j- z6uj4Cdhf1JfHUi{`l))&(2rToYgJ?fs%DTCbwM%wXB@`7#J?5EmIa+hhMgGT7z0X> z1X$$nB$9_D$()cPNi`1}y{u5hxT#{|$uuIvp%o|J-Pcr#_e?w=dG5wi>#&jGVVBEO z4o_7LnX_Popa?}tgrWgYGC&u#1PYndm=_6Fkd1g>5TD7IMcK#|1jz~EM5wC5uL}rA zV{kYeWY0LVxuRt%HktPCGx2-`Zmn5pPWh!OO4{oW!s;p~I66g3BNLAbj~d>Ptz<=~ zXN*`#Bo;v`{4Ca*2;CfkO41>N&pN`yQmsmWe9~Mh(w|yot#;CMO$|XrafWe zfnt^u<&(4nKK1ek{2_Os%1FG?fgW_e^Jir9MK~C$l@*n!s-Hv3Cqpv7i4dhr4d7`q zYBD^6=->cPRp1T;jYuvU6Q-iV>p{TdhMyx#Sr#3Q=LxV-f@uOrxxl5EdF@cCtpR(P zJK^;DkV(Zc)O8eDTBp;6QEJN}8g8{wQ&!Go{bn~-V}_pTIC>cS-*^jy(Kx&w52}0~ z)X$uOSr;`y1B7gvZ9=^ zaP}{1y%G(nQRwk7((xFyScKsuk4qWSVIGlzP7L;RqP{AC6_+nZS#SoDBST0=!{}^3 zh{}d0c$f=qUO&aQ)lfHSri5f7>C!VP8?Tfq!90OywPLd5&Qifu+wJQMOwvUrVVwf` z%{_bY>XB|FsUvS*Iv?)7GiX^}4u#63kkgSE>}M|2Nb?S45~LElj!KUgGyOiKvN<0OT%(H3ZV-#6aXn@;eY{4jMDs+~tyM8wY8y*AvzUmMhxflwm!{{6lw2CU)!Z~6 za8;u}G=i$?nMn1;kRBx=NH%^SMKqdbk`6GbJJIFxDZ7Y_*H){@b z@|%ST-p@6w^!8&>MF8s-w>Ay$+jX%i=1W<3o0Mtw_1gdE29{ek!HO1AyW3v@SD+ff zS#iUYS%NKi7c#u;$i+D6tlffSR+($il9Mpg;YHJre~8S`0OBM4aC-c3RRodZc}3>D zU?6}11^CtT=EC0H)0j`Dzt6kgQL35K1E*Ld3u`i=4W(S3x{?W)YfhyXrDBeuWhFxr zxawezi=fE0W8r5xk$|nb4ywbBdS4OQGUmD2KG>XgRtd~?`HUgo6e<-DuU|iNCaa1B z>|Xzp>6kg5=SpgN78YFk0+Vniml!pqm!%*2P^EL0jY z3si|hSoAHk*@B@T6$eWpGNQ!rgh&~pI#9->TS6miGDuy#jy`HA7hQL{p87(;sd{D) zJ#bEVNf^fk$aoc1L6$~ZaOV9tsHQX;cn*ENT?m~UpyWy+H9CxZCT>iKAS7|VkkEoi z#Cds(6@kiXNL-)8BIND1mwn5Y@0c#QL#9e8Er~B%b3}5NKWqqKN#ttk#dH)!8pxze zcJxC}rw}^RLtrCDITNEYvC_Nwd>Vx$iH4IQq(@#BjiVegLZ4D=+PGHB7tMoORXONw zUG_82C6||)=M2@Qm}F8notY^XiroU7%+M;5=}3sI!?H+cl17N;k|VG&1vIa$Kq52< zE4`DT%6ExIttASZuf_<|jGjiCWD_0^LuZmN^D{_f_|btB+5^G=Zl_fZIP_ zB9shHmO?^X+UPB@)-s}Qt| zFv`k1Mbc52xP5cxJzRao>ieuNZ+@DqMhKIgvYE|W&6Zwiq3NqU!H~)p=!t^3l2t+M zOgCaZXOSIBAs@~{j?nnt5oq0EoI8F7LuZCrJ>+5Kx{`UGXvk_z@>xxT#b$$(B;^iN zyfs~5CJq5^pKLZ)qSIM-p6c3=Vt4M>MGHYRe;8U`mMrC>yVV~;qMc&-_-TxG4kFci z4uzPGs+qM2R?J}4U_*|JRWxE#B#*49*jel zpKNn%%cK+63KgRGs;MQd2J<0C2aMcs@!6JI%gd$)V|)QU5Gc__-{-pi8Pj>lUfN3OmU)#A-U! zi=<9wBsd2PP^-%YjTLt+9KzXwUZj!d?-_qs;NwYLY_6}Jj`wEGU-qi3+Fr~{77>9ok{U6a z7FpU*A|k<4S|dxjl_qhVJ2!})v%?6-HH2a*q$$0kNsTNTg>Obp3nxdJrq?!nyo2{~ za9d4c*)*LgldR5HbsDdc{W2VdqHLr9E;5FyOg7Xp8VMsj!f*@?Bgq0a#=j-GCL@Uy za!mZy!GLHYeTNgUYPwz=A!8VV)a(D zq~C15pPE{Ml(vyToSuNuB#Ooo=;}LX(7b4$CkQewdjDxbIC)fx&R1P68XFqmWR+lV zXoa(Gz9GlLqj7uZsZ-Z?o;-2Qz(9Xu`}Sx5v~Jz{&${*aQw~cet;EgN*hcfIf&Ei` zEFzUkUo1Mt9$yfm&2E*bLYNYwe4ivRhf;=_K_4p|iN&cEjdSP1>Tt2Xv%)cFDJ&JW z6x2l$P6m(v{&)EB@F9wA)gFz8pXLJo5pVJMXY8zsvF?1WNokTj@w=z8bvzOY%duGe zXujuIv&-)_a-Aq-b%vwZUClC&kvNSiTNXts)rr``k{up62@JL}GGk>9e|5rYj=7Xf~>R`tufjWGQFu~a`^uDZpW@a zJ!j-eQQ3=sLfXaSG0TB>-}~jJ2Y>#p^E}P4aazTyxhFm$z(4-ib2aTBw*Sn+D%yWh z3ss5@T4=y*kjsXFqMdG`u|`OGgOp~M!7;1J=&y+285$nJ5AM7j@4x-#SUB;wg#x{w z(^*%p#J+JNEd%e#WP!owbJ~(s`ukC*w z)s>aTB{NhZ9Z&ue!HecVW!M!}Cp@jIjU680QQ;K zqZgAO1KHBjf^UA~8>p?VjiQ8Szoz}v-brf1V<%3ctFr^gjvmGK=U>KxmL_9EQM3+H zu^3{9-$WTp9QT}s#+HGxK`FKl=ozuu_={gWi0yxT+Gzca2eAml;@FQ-5e#D8y1&L% zS6w;YMK0;7y^=JXdEqwU#iqH9n>gwZA3lOG#cwK;8w0?Z-nHvRw6~wY%2lf|zoPDw zz=U`BX4@aO;rZ>)j;+li3{nwuEyB>}^I_fEwFGq)@I^guc^+l3!Q6wcce>oDt*ONa zM~>j$pWb5_?D3Xk-Pga4yYK$78Fr$zSHN2b4&X=Mz0K&i6d9tzihw_WmZm1GT)7g> z&CMTyGWY4fxF==L1N0NmI1daAps&9lp->3Nj~~Nhk3RubwHl8`jmG1+|0nktovx%Q@NCG5;MFk z`1R0(4{qZ{jLSF%I4(HF?fW<;IiBJ8(eG~G{-Zb27U>NFbTuzmaa0>loEYdI!j5Z{VDFnJo!n~1@FB)*Dg+{|$opVxTP zz|jx^>hrOe#0+1*9H2vw+$>3ckPN#ud;OI+1U&%#d^~xR@$>Kce+3tR>7DV+-gPQa zhwlF@7N#fP+3r|x)iZ?;*`_%m>j}M39P|o>?2_;K|88~7hjRnNkDR&vb72o4MP%&k zCn}^qy|p`@$z7*P{s+GJUcJ$DZ|s`RpLe=mX0g`B){C~lZnq(a9)?EqD3wQfr)nkA z*?TlqxrP86%M_{Iarp1*)r(S(z{G>Ei@mk$R5|d_mp*u|X$3zBC25swcVQR?j?Gsv zwNS^!7jH$qZXoEkamE?LDCTv@$vhIeJ{NlSpT6VIzWLxXIlepg;!U(+*RKqY54|&f z;Lhb{?13-7|Bq9--0cH}T&h{GquXi2cRb9^En=?Ph9xQ3ym=$`?w>|F9b(Id5=_@Y zez*)yL?@k6uejn9cR$uc1l<`Inw_V*SAL^_J#)|XA08Yj-{qKQ>fnLHSXgM{*jx)Q z&D7z_X*j-&Mx}-Q&-?-_SB>J((JC5Nh{{qMwYGz~g-+JA!h4_m&(B?Ys_%*I5TJI% z_Vo`g4#l2;?fZ|<{*G@NUk`jol@Y>gn>a*(`}QBi{^yS1+2<$W`T-0p!1PQNZo3ZO z2Nr7`*sg?Ty&3&(exWwhs2exl`sqJ<$33@PBlQSycVA(7lIxcR_So%zaZ$Tge@v29 zEy1Y@Yy;KBCAeJ&OZ3Vd0nAhl_(2F34pci`Y@QfJ!;vsp9E8!RVtC~WSdI%tkuWyC z29-t!tJjntO6P{Z@PX_8VNVYs`kHo1uTy^a3jSIyruTj4Z`LgwTll`FsAp=jg2wDL zx<&_$hKay&peq_ARfEU8GtDk6*GJQIAt@n?ND8$U^U$_XDvh9Jx$yaUE}uuBC9!6F z6}{>&rqcS~e(c8Y+_6mR2xYY8)ij~L#{GAmDEG@1o33g6b5_^R3=D=#cMg!JT6hHlrU_f)K0 zIRZ`%I;=OdvrE5y!*`$h#VL63(N~A3^eP_N8*9Uz%X#g|+dlfhp*>G+AIj!1k{`fe zK851&AoNTQYGQ!K=^!5X-4>iyg`kXx7ChlWQxp=PVH&~>Bo-GIp+M&Q05t(Pox;?7 zofF_-WqBBbd~SJs?alA{lik-X6Q0}R@NB%gTJDIo;`Pe`d+y%PXbiP?k4>z`TIR-@ z@iNL2XCPBrgTz1?Qf3fJx(F$ihsvv(Wq76tJe@@%lSCrLkw`#KXi!y&p{pXH9lz>e zRc)DAF`Pjm$9GgT>9h__OT6c2|N8mzDa^V)RxmqWiwdrdi^#It&8RJX(6FS`V0jZ( ztlfzGsx?rDS3xEKq(&j7d1aW%;_)PIMbGeeSt!ggjXx)NRTIKs0V)BNSCy5N#S%#Z z4=o!V(uvOUt1{HRz(>dEtZ&q-n@&Lwld*!j_7&jber%!_uZh?El2tYx4Y@)AdNxnv z^TeR>X*xoQOy{}?nOmXDObY{q0h<7RPP&M`Qes}o{8?corSyU#$L}?b#Uz1LDnT$F z7Agi>9UCtlp276wq}FLHowbZhVQ0x+r7KNYy#`pr03X<@omPS|;bz0YtHQbk+??|6%+@;M1jfyaU))9VgDPtv=US_^IFLJ#JBE5-vgE~5j> zEC;;eWm(>W6uJcI&@(iQo{$pcE4|1krXY!FXLXdVb~FJY)dzV2GC59_lgzC)ad+q% zBdVSut7RC5QPmXkO=PR6v?|HGQ8Q4qJv3UpPm)G^Fi+qZ5V+*HeD3R~3DkAHF62~) zY9pXmd^rIh2{@d5Pk4eMh77A^dI&N{NN)y-G<}KlJ50v2J+awp@M?g;E)Qr-It# zi+J?0J-F=$`|!l$`_Y&>!rXHp1vboMFQGOwgN5lSG#45;xZvZ5dk$jir6Vw!HH@wp z!SE16nBgodqGBpA*j1S1JBJgHX7$`yDthOw8-K1x69t|N)YDzs`>hMNzO^=3V3BB} zHFp%1`4)=h%?KBg$c_4xT&$$E8H8jGX-z z3~x-qW+wD2to>*_DDf1RzJo2Cf9lgWpPEGH;k!B8fRR+B=yQs?BbnhqE2Hzh3LxT+k1U~9wf zS#$zIflzlKG%CD7Xv&bKoDxeF?GNP`2|ST6AW6@t6wgtEXVP90y_hIb6%~T^*#@m- z4hAlJz2-3lT~0_48frTA^qT@M6dfiNy~OUBJxxTsVQqn6$XgouO-~`D2$nkrNk5H@ z9z;tJ?WT#`P#FpG8VD#TvA}y8=JTQ?NQF3M*il z67GBQIqY3}*8K0U-}m)C%@e}pe)$BO$4h$sc`w9cqDhr#pqf*uG3#(D7MvGp?12SH zvp($S3A~~q;|xM|*g5!Y$SRzL`XRLucKF0FB0ztV1mj%Qmr_CN~ z%V^mlV5s`+2$Wd;jdqV=0L{WMpve5y}yABpk2+=+{>U|YYTsbBgrpCtUn zka;4io-Ep!t(%Z4WRab3L%sXIpio0<-~ArH?gzm1493?E;%%2~pbF99kpk>)H(HUl zx;A^eM6}v$E=)tt7oMQnx#Bao+%ta~ThI5u3@+YWpNw}g`{eTA9;e&x2B9CXr?4oT zvzGO05K@`BmGGc2AC<8JvgeeM8cHLnQjJh+cAHg7E| zho8Ku-KROi{>c-E1x{Yt6PxQ-_v^jfWq`@s&s+xCSA!QPD&fp9nnf2;&=brIot zV@PZ$L5PxEhM6E!M|KU=7Z=g)SZLB~9qP!CU3#ZF4|DO@RN?G%A3lvjvg70xypzG* z6&IGiz2{5nL$2pPAvj6^4BKPs-&O|%ZbfP|j^=GNc;M0h%0JCSd%02ePoUmx#z^;J0wmtAWFQo8Q2L-1J~B!-$~ zQ!tCt?pW}sG(>)hjS$0ROJqB!)oQ3yn$-588g|Ef2fd3_NeW!@l31Y&b1M)Ilo6%};Iq(p)Sp(Up+y1QwmdA= zT9~gk(WGc@c5GNwEDk@*rBaa3Jda9e)%jE_7xi%-W_P^qde?Hod1t&KvOE5{H^maT z3mQSRTMg(6TOHe_*r(A}2Zm*#VVG#N4Rnky!E|9eu2?&QV>l>?1=*1@vhV%_6xW_b zVoyn~<9>mU{mmY}`ot-REz52j$4g_o;_%$jbC=+|3o6N2qvEK}9l_ku=ke0vXE1s6 zMI5VDP-O^qTxOhDv*TZdp_yRbtr{627rqn2@BcW8>&_LxqGi6l`}V)z`+HxJ5!h|C7H3hPpN&p5IAU9hqBw9}bX$DSJR2;n zMmTmp!gX(9k2e@?jzs+*{~SDU5I5d%BWcD#CX?Cq+<_NvI>nap>mJ*X-l)?I)}y!X zk`wyZ0#$>Y%13RBYt~`6svPVLs!OQNOhIR#mRh|D-LZ?{WJ^(tq-t6Otjloy*-w9h zJMQ=w)a#9C_a~E1oB4d^il_Jf^2hxi*N~T4z1%RU6@lAVxC>ygP1L_0lV*Tb@H{O`m6gIjO?25R+2H184Mu9fa| z%=@=)Irn}2orM0<2YL&c+?{N!IB92y#aPp>D4 z<$9#oRak3O~k#j|b7DPfVs4&7%+y6op%cI48=_d+>mJE>s^(N+iP zIiOcOdRTv`R&NB?c=hOgYLe`)77OuY4-)R_dP#aD(@IZv_rJGFpp;s z9KcPxcca;CM$3AdsvftB6HqJ;;;JjJ#HE*BdSVs1uTy({EfB>IzWk)~mOFm={NZPk zdR{kJ=AYj442CDxAvv}g0SiW`Wg`$qyAv(6iak6Lp;lKM+c5F-r}yHPf4T)0E2%8W zQ8)@ujglU=Z{LoKFa8bS%{p)S8p>ctyazpTDPnx%?y0QaO^f9UY<( zhPz@9k7O-&ROjc9VQy|7U-{}+F*`HE-?+IRWI{A@7H=d{r?0Q0JBVUq?ce?!T93K^nFc>d@ z7)6e|IJOh$U4Jof1SCLg;<$`sCm#G zlgWgvstPLgCTu%EE}KSs%7msU@I41g=)!j!uq>nM1>yDeYH91Ye)v%HFh0IDX7L8j zVat04$Cut5zi{(hD|Y|(ThDv!fnWb9Kc3Haq?2gRW-)rO0N3?Uv4KV1JxC`kg3+J^ z4m8QZ^kg0geW<1h-PB(-4CAbS_?MfTk=yyz0J_E ztiKy}sAFtw0(IMg)zJ%hE;Ln!TP-6XYnf~Ua2g0h4^2OSubHq*)03Jit@-**_r3mp z0F+uV#W{i9di`aqYc>1#QW&OsECoj_>V_;Ss5cyxrwXW6>#*Gbo|%SSDZ)&ckmV3= zy$r{zBMc-I8D1t!6?Ep>2;6@|(UcRvcH{O!ivZu%M5V)ga86)9zVRD!CY9S!nVLLC zuUD`l8(`6j6$qfgKX?G4*$%f>Au|Sw)oKLJ^E`x&0(@PAO%_$lM1>3RyWM$o4lJf` zS};uGzpY&6?>~9@R-dl085S>hH0p6f7ajJ>8vHzHAWZuIPe2HVR$Skw|C$P70!Q zGv^i0PmHbcyypfNuS68?=X&uEuKSXr8tKocIGKLAj-eHU&}4}wCqqqSprqQNW;&py zvSdPom9&t{S?KF-LswTDQV9ck(1aGa(8*%&(#1HbKZ&63K$2A{naq6mzT3C963w^7 z^Syaaa52pr<_h<-S9kB=mj?!y^>-N*hf6x4G2%&z3^~ybDZ2!6vInx6gJiYS2X)AX z1ufGFRWl$lxP-n7De!@M4FOG82_+02wGzqN6r6H_7NDPKDAL*%*ek{WH^lS*V{maE zxh6Kp!>aS;N1bp{8yV?Kx-iI!Okk3p0SJbUgizJ#(K15C;Qu-J8Q*U*I{E}gzw^VH z!JOw4VCdM8g8)kx<)ARaI?V>nGkZxZc{rZ0FwbjZ9Dl^zrdTUpd$^b7NB2spRQlw0 zLqdWP60!>DDM&_=e^nt76bLR5h{y=j1aEwXBl;bmk!iw&Mz;ApSqvKl=r)l^8fXtI z2pUa3qki#)C+;y@6j9g43TD%xzzKDKS1a1BQ7U}Es}!w7SY^1CgpUwdiY$>WDv(f; zB6cL+p{O$q1_Fr2bs#WZfF;wR2-m?3>l^{|9{)v}3#K}CDj3(2CHbTl*&B)3yX+m{ z;(BbT71qS%)T`&pz9UmzMJ6ZF^dwp1L>0jWq?i%V%mf<}pHU2h)|%!wnh5!1tMr%Y+$8^ry&|gkO<0naP{ZN4Drgwg?^}0w!(YYrexE zQMXZVx@Z!lOB40YESi*Q4uOZ1Uy7B2!qj4=m`WH)L)Q_eeQ|O6zW&xXL^>nd(*}Clb69%P8mN*V3F~ljf@{Xb@dG1pZ3z5D3aNG0$XFqsi^rGluc06x5E>a8!Q+jr{YdPrQlzWC@*%>*!RIG)EtWAOovs z8NAV_qv-fz!9&s)+y_wP9Nx%F$XCZu3J>CyLKEk0=tM`ODNC0OB=>;?t!w2F4Oh7q#%n5W~V-FtDmS;1n<$Lsrx=;)n5Wx9yh zr)6|Do`XrBY&&8(rc{FWbyR7_YQO-cSkU{9z}Y7pgAX?+aIjQ{w(A)xnBXd3x#wT` z)uk4vD7tRPt8q(hORK<&-`S)!$9A7-I5iwBsHj(`F=RF|HC@2bD{~m8yt;7ccz9E9 zBHNq80oOp+k|of+8lK(vC`B`cw1|*O1UEm8)Rs2}k#l zIC?eAwiI$SU)HFMp#jznbzsj#71>OhKihC@N-WcWmFYs!V{mc~G879zqd-e{A~^6G z3R9Cv?49)GrJeI`@5%H1fOXENT|*7`b$3$rQ*ESDM)a10$iZzNLXa7NlkA}1n2eBh zbZ`+^$iibirx4{}n-0IiNb4y`W_rnDFS1lGoqh?KjK*9@#X@BxGvB>@$DJtcC%8=V zKI>zjb>=(QS?1=qDvtfAv3ti-C!2+2>gc7|l~raF$3;+_ilUq(ssvq*lnYC4gtaPa z#TuG58{LcA(9xcSMYbj8J)2dyO%ZLSQ%o-&6FG%A^Ig}_5Q@Lu7wGGc`cDaG36Jlh~2!W19k<_84 z)E5o0$R+Dc?m~F$%!5N4*4~!->{ScuT&q~%736wsWn~4iPqb1vbNLt zOdExEt+{`pbClzRw_&~?47J3KArwEPNx1~rq#T>rw;S12M?=Z9QBrG2_YNR4Fn}t> za-rxj?lNQml_9? z!Fg{oEE=4Yilfu4rn^F)YK5k$cV`g_sa4Fwr!NW+3jHnD!-&bCQm>X#q!_MIu9fOd zvRcH-Wdlf3im8b-DpONPG2e+AP-4ZNKJCmiQmal~$OenRGa{IK8+P*AmMs3&AJ2-08N4s)Or*_9cLI#s+jUWA@b zLrbM8%X*j|T*&lO(QgTS*Y^Ww-vTXC;CWt-v-$CdYK zZ$*J?Hd@{l?`X~&98>OhB&Ttis%u8jtUxi_$VP%yw1f209;{x{3%{@e&HZDjmnKo8 z*-pC+if`)2z>9h&R(CgR!EvNIx>>Ah@S1h9h`SePl9$GK-pX^^lcb+amGNw-S~q01$``qb-MeVG4RS#~df2 z&U`6p+V9`P*7Nqaz{Q*EBXQqy-d8=8zTC7Mg@C1u*DN!N3&la@QD+V$IKg5nVIrx? zQEw#4D5{eo(ZjST;i{#XJ&y#Lt54@CY8*#PWS(5WRK)y8W)BOzU7?80^@|q5-ty1= z^T8VAs~fJv;#xtYUX0p%l1iEwFsy7llDQ6~nbWdN;2BFNb1F5cg7gt9P^0oU`HT?F z<4j&QQ$>nMtuRif8CMWWk z7}PXi%b68jPTnYht@tlsO6)K^Obul8QT?d;?qys7?^I{S<{mmXE5U{_3%- zhd;XW#a#~`;%jG5Ih^pm?ySyUzxd_P@ckS97*yYkAf9>}$~-@w;=h>TgJzxPvrM0Vu^hE zQfE&u68(J$cIMHuC=@1zNfF+w4HN^DrpGkFf<3Ey=x(#HFS#7Q+3`HYaUwD4nN5+% z6r+Mw#5=L&;WXWKeh_M6Z%s@n z;I|7CvKtO=`RTpr>de5~_bM_|&qV2#Nl8ilz&&DHvcmyv# zb#J`4GQ(Q5w-?VW+8*QGwj2B|ITF-otUDc_`qZb<$~lz7wi)6V+|b`Y@QriMIrl6k zY0an9ic}N}RVe}((9FE(cVa^F;$c*E)@1~4rW5EIScK)r4rB4~kth#eh{WGsk18L2 zZRf)=AStR(#X^bG4&wbj-!071VIAnY6y%8nF1_@#v%qdR9I%#qC^7Y$k3asn;^xhl zVrXbEGQ+537E8;U@OD;U(Ta z{whB!HYWuru~6dYSteaZ*j1~B@s+Q96>Hb5EygjRr6%%%PwhST+zveQ$fGEgE74@? zwud|Kc?j986|qpa1MGk84Rnn^jzk|9W7%3bfx_n-xcais;EmlcM?obJ`{QD(OYFQ# z(%S-xg3iv)s5V@;ZryAb`A>6d?+~d%$ep3*pWlfGAAA_a8o}NDE3)U|y6^uKPrNdY zCH+gV_T*zwo}R!b&Oa&YE`R%*SK-Ou-bZt5k`*`FC6eN42vA~lc68wU^Dn@ur=9}* zxz1Z2LK$p|_n?PHDVx@;+kk(%@jm3Oqp7+qNGv*qmJ~-aG&Mx`-h1%W{kKK|LVyz{ zC`udwsH43D!^6W^vt|ueEMNW>sCb|L&v#Px5J2B?#(Au&q7qn`Zfe+DGhyfo+=<;N zKK;LFI*l2|=wHJtS4O6{c*znB^!LwpzW?%PoDU;nH`F|3eNy%RqNmgUUw{Ds$X2S+ T79h&200000NkvXXu0mjfL%4#d literal 0 HcmV?d00001 diff --git a/src/gantt/images/Progress.png b/src/gantt/images/Progress.png new file mode 100644 index 0000000000000000000000000000000000000000..e32ce2693ff89fa8c0bf5dad4f16e15106a9c374 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz&H|6fVg?3oVGw3ym^DWNC@5Lt z8c`CQpH@^5--1 zK~#9!>{rok!axiK#6N6MHXu^?hfdIJK$rkFNH%CTAZ(CM0R879nV_%%ogjU#9@RCy zBo~f=RAI@obn%_v+0Q{wSy}}!nM_7?KHY1V06`s?2s-7`Cp3nJ`~Ch@ z^zUCe_zY%SSRO!^Pyse;y99B?wJCJC1 zlQtxo4$xO(`p-xtO z)uf&qO90-l3~>56GVwUuBW1oH89dPpt)!-POSAa{fNT!ps`{0EEwum^TLCx^5lmOyrqB8=uo7nQY};uB_?Ce%Xj@%4T+u xb4doqR{$`$bmRa2FL(ej9z>54+*7^;7y!w@nRI?_67K*2002ovPDHLkV1kwc?8^WE literal 0 HcmV?d00001 diff --git a/src/gantt/images/Rose Fuller.png b/src/gantt/images/Rose Fuller.png new file mode 100644 index 0000000000000000000000000000000000000000..c06e9877c83872f9504d20025346e44bc56ffef1 GIT binary patch literal 4711 zcmV-t5}56YP)?zk9lS zUe23gW_xtYmU+!4M5T|FFUH4Ld4KUsRJ>Na&eCIpozZP8J z>*beTYUdBJmT~#G=6uG-ySTc!_H%9f(skEuyO6e6E)byA{BZ-rDZoYlp-79Xo6-5F(ubq}ZL%;h({TeT(#dXc)^UIH)I`x}GIx{zu%`*HH zR5G8!^iW-}3`7N0)u6}{jt@mp?(-6y4T~>ng^hPF|9N@!og&kTIN7gnG3H zA1xJ5g7u=jyc{YYgdiD3^FUS{EE5WBnuf(o7hrlr4ea#j;NZZ5*Ej!S*?9Li?Gymp zP5b{8oLNWKn+#NxI$yDPo>!JEUnu1A2r|zaX}F@04GC7`Pn*pO8_7j=D9~JXNLGuH zg9UM0$p%SQAv?T~G&g^zK(R`gH)p!>P$J0`dIts`DaH=dUXgR_O&ovXxjRj*_)xK` zrKh*|rbH?u=LyDb*I=bb3anunGG#hLwk+fg#+0lwe<#6eF|*uaHI_xO^D{Joj48fX zV15Py9(Y~!CV#K0j@c7XYY&+U=FanhyU!$%qO}`ARAfj9HiB|7ti*PCvSp5*6or~L zBg;Cc7c9o_j2{9W3%joC25^g_KxbIynSTW?Rk5JL>wrs@F%UYVz4GiP6zRQg(|h;* z5je9SYn+JJ#AUZDl47;O&P9!7029TVY)>U3L*f4^s?7jGhDU)O&1cgFGl~$E=~0Q` zBt>Oyr`K~C@X6rfmO6uF?KaiY*L}<~QSX^}KJnZQlj*~3R;eHqhRj@16&gnn7BZ$V z6#PFc8BwA1k~QX=Y%>66Q*p|!wDE79ch`ktvDslExk#!LS%R;w@S)Pd@vMxISO&*W4dBf1Fe+R!W;a)GFDq-L8-pi?Q};gn9esjkJ#7l?4%uuceB+D* z&U^U-WxHaDm|o#=SY(FQFop82{t#lUYbryv%Hu*ajht8OMqRZBE}!4%4u(z-;Mw2q z#rET83{t77tVGbIL6c={-SIBIwrVkIs>-qNVt&&ua&ERc%$e}D@!1zMc2)a8(NqkKj-oB- z!IkypSkV~3{3;K8)Q#3;5F%ka_uz35A%5QwA&dr*#PkZPN7$)zrgMBm0`%`zHi&BK)DCRhtGc!HJ8 z+YEfpJgk1dRXLHXHK%A3xy0w^$fhpqoGiFXNsfuOCdYc0OsCN3b)%Bub!D&)&CV>U z8iUl0Q3UMl=khx8$v9kO!lq`0C1VjrhDPDF=iyM;xK_8o#_mARMEM}NAIYX-)t6;F zxnnYUw_YxFh%?n6h{){6l4%uwdw@!xdBei((-g?L2&PdyMPcC22!zjSpBHK-8DXi=N(Sef>;_J!Yo}(nA7LCBU35H_G#bz>yX@Xm z{Rl_dk=rz+vNSl)RFX94R3p)NmdeEm#a)K}LtPj-br{L$FfyqKznerno`Pa`=(?gu zKew>_hu3%a{_7p9ccn&0S`+aEM)VlU!Zw`lAH7QFUSHu?IGp8K9IS)R#=uuP?J^z<3%><(1my$?RZjG0qVeNnmS zi&zX~F;+a4s@lp4#ycWtWqEot=3XbGg~wosDuLE|U6|_g;F9VfYS<;XTq>MpDr#obW6JDS1Zrv^vj(Qq8KZ+| zKbSA%@&`&d84}>ON#<}RTx#Au@c70dcbWg0ESWBpwO}-nMjgRT4LHfk1sqC;@mlXO z>=^99JICL}Q0QY=)Pjg&=2!x{Vna4}w!X#V>0K>rAB>ccZ()IJj4d~tCz>Um)7l=@ zG^d_qO&d(>7)ay{<>7ZIm=f@ywc3y7+92wyf{M=~3{&E}MOeJS9YXD`U)lL=j?7c!z_rO`10 z>}7~%nR~vVm#TvbMQBKB$`l25HlJf{V@ZfaFfg2;rj*$7Oj>aX`@6?p7C5(vi^KKR zrFbtXIlQV(wIrgWtYbiy{oh6TEZf*VxQYpzoOI=B=$QYu|YD&5i!4a}?#oNsPv$^pevU z8Kha1Lx}_u*(^Ku1Oh&nICMmLFu)@3M3lMdQ&luFC&i&j;PP9q1Rj2JGF}_Yw?Fcn zIdd1N?=*)-MPGC0%$d%d`Br^>lhQJ;9ksKT7=zbXEP^;gPE=|!c-30;@W{a@W)ec&&ZRYv-PENS_+6Y&7fMhI41` zpLJcjV8Oz4I{jEGoo=*i4r9tZeeM;Qx$ujyscdT~uX6O9L($-}yD6*ekQ66L#)G!% z3S8P!ftIF9xcvmzwgiE;`4|ny)JSCHM}K?Iy^aZ-m2dm>8QuAWbB8%s+3;DL&bWA5 z&9t_*zl%g8FT@kEb~mV+|8injW4 zOqD9eqY%huiLfm$Im=<@H6cE%k#ZX zHSU?XuIqPoc79`9CYxH4$z;D`vFIxVUyD;2(KQR>#iABOZS53%c})jHPcp`M-m)Nq z<*aEWk3+BhH%7aD3orAlveJj@nU|vO$_{vf)nasQOvc2(^T@~D_{RNzO%h77&`Y4C z6RlH{A+dqN><2GzeW|~sGx1Nq&G3_-{-m&d`*tZyG0Z-Td6hH938DoMgCAXpDCU}? zsQ9a!I#5?v3q`iU?eU|jxfxAU>S&-1C-=O8(Ba)^yZScxE}D9FreZy7f^ks7y&iew zTX<*JtH!>f<}pfOWBZgP)ACAKB+I|wbI;ehHBEbRytf&oai+K8iyLph?RIJL;zh;) zhfh#EX5*x$P!I;_XOG;(F&qE=@zKMSRT<-CC!0xQXt1B8lEFs@58#R)?$N(bt5eJr!es2SI{(kG(0Z}1moEC`#W*fb3cQ~+Q$z_;1b0$#a8$?Bo z8O)737A;y7zW=^XGUX-A2iZ7ZQv?8ppg0MYSg@m!Vff1{P*GWqDpGxUMF20o^gIq7 zJB%`)55mubkqo}`-Ny}Yi?Fm(L?1kO82h_+84pPuOIodpG3XWKR9RJx8*jW(01KNW zSJV)>=oyO1nsaMwYqxcFc4FNf>qrch1gX$NRs*aEqv+_cF?Vzbq0DZ4WMl+y@B9N2 zEau%OP9VunAQ-I0etK_c;EWO0!uxyP*@bj6Z0sRCCi2_w_v89i*JJJ4TUj#7x0$bF zY%JF12~EGulc42-sTM6-yq>FZ*Y4fey7d*DIWuG=eJ-EHv7;ZNv9XR)%7#~d{c98~ zDnTR-ku2UET7CUhI1?Ji-o5YRnroM1Xefkz@9s2nSR%W6u;jAEm_2(IP{R9`*2xIu zO`A4#-L`hEIOH3st*M#T-rnwOX>C0#o|6fjIMIz|%T^j;c;eI`dV4;G$01`h8bMQS z1KL-9iCzg%p2et1r{JwOcVOS1?PzOl!SdzHv2w*#sH&-{hP5U`etly?JW1n zs^PYUQXB3a)5_M1uG{d$-f-n%}(*<5bFF*p(ka!+-Yw#GlSFfXy4GS)y*U*Jn=Ot>40=9J&7ED4y z${S`n^X9d75Cp#KI!T^iJWJ6Ce28@$QC#lDPpyj6Y%h3X#wULBW0okEG3Xq zmOdm>vg$j>Q$Gh9sROzehM`ZIo}BYsnMZ^_5k6w!z@Xnh?lv2#W5C0Yr3Kh|G#r*y zr*Iv3_z8vb%33) Q4FCWD07*qoM6N<$f}m`zO8@`> literal 0 HcmV?d00001 diff --git a/src/gantt/images/Van Jack.png b/src/gantt/images/Van Jack.png new file mode 100644 index 0000000000000000000000000000000000000000..10e7eb523314547469682b2edb62dad7ce10ceef GIT binary patch literal 5036 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 +
    +
    +
    +
    +
    + +
    +

    This sample visualizes how to mention special moment in any mentioned day for a particular task with different icon and label.

    +
    + +
    +

    + In this example, indicators are displayed with some custom text in specified day of task, which are defined in dataSource. You can define the indicators with the following properties for tasks: +

  • date: Defines the date value to where we want to display the indicators.
  • +
  • iconClass : Defines the icon to highlight the indicator.
  • +
  • name: Defines text to be displayed in the mentioned date.
  • +
  • tooltip: The text to be displayed when hover the mouse over the indicator.
  • +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method. To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    + \ No newline at end of file diff --git a/src/gantt/indicators.ts b/src/gantt/indicators.ts new file mode 100644 index 00000000..18166c8c --- /dev/null +++ b/src/gantt/indicators.ts @@ -0,0 +1,35 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, DayMarkers } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; + +/** + * Default Gantt sample + */ + +Gantt.Inject(Selection, DayMarkers); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks', + indicators: 'Indicators' + }, + labelSettings: { + leftLabel: 'TaskName' + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#Indicators'); +}; diff --git a/src/gantt/keyboard-interactions.html b/src/gantt/keyboard-interactions.html new file mode 100644 index 00000000..2f3a9362 --- /dev/null +++ b/src/gantt/keyboard-interactions.html @@ -0,0 +1,238 @@ +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Keys + + Description +
    + Home + + First Row Selection +
    + End + + Last Row Selection +
    + DownArrow + + Move Row Selection Down +
    + UpArrow + + Move Row Selection Up +
    + Ctrl + UpArrow + + Collapse All +
    + Ctrl + DownArrow + + Expand All +
    + Ctrl + Shift + UpArrow + + Collapse Row +
    + Ctrl + Shift + DownArrow + + Expand Row +
    + Enter + + Save Request +
    + Esc + + Cancel Request +
    + Insert + + Add Record +
    + Ctrl + Insert + + Add Record By Dialog +
    + Ctrl + F2 + + Edit Record By Dialog +
    + Delete + + Delete Row +
    + Ctrl + Shift + F + + Focus Search TextBox +
    + Shift + F5 + + Focus Task +
    +
    + +
    +

    This demo showcases the keyboard shortcuts applicable on Gantt and also lists out in below descriptions, and this demo also explains how those applicable shortcuts interacts with Gantt actions.

    +
    + + +
    +

    + All the Gantt actions can be controlled via keyboard keys and are availed using the allowKeyboard property, which is set to true by default. The applicable key combinations and their relative functionalities are listed below. +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method.To use a toolbar, inject + the Toolbar module using the Gantt.Inject(Toolbar) method.To use a edit, inject the + Edit module using the Gantt.Inject(Edit) method.To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    KeysDescription
    HomeFirst Row Selection
    EndLast Row Selection
    DownArrowMove Row Selection Down
    UpArrowMove Row Selection Up
    Ctrl + UpArrowCollapse All
    Ctrl + DownArrowExpand All
    Ctrl + Shift + UpArrowCollapse Row
    Ctrl + Shift + DownArrowExpand Row
    EnterSave Request
    EscCancel Request
    InsertAdd Record
    Ctrl + InsertAdd Record By Dialog
    Ctrl + F2Edit Record By Dialog
    DeleteDelete Row
    Ctrl + Shift + FFocus Search Textbox
    Shift + F5Focus Task
    +

    +
    \ No newline at end of file diff --git a/src/gantt/keyboard-interactions.ts b/src/gantt/keyboard-interactions.ts new file mode 100644 index 00000000..b27e9e86 --- /dev/null +++ b/src/gantt/keyboard-interactions.ts @@ -0,0 +1,55 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, Toolbar, Edit, Filter, DayMarkers } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; + +/** + * Keyboard Interaction Gantt sample + */ + +Gantt.Inject(Selection, Toolbar, Edit, Filter, DayMarkers ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + allowSelection: true, + allowKeyboard: true, + treeColumnIndex: 1, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', width: 70 }, + { field: 'TaskName', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Predecessor' }, + { field: 'Progress' }, + ], + toolbar: ['Search'], + editSettings: { + allowAdding: true, + allowEditing: true, + allowDeleting: true, + }, + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 2 + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#KeyboardNavigation'); +}; diff --git a/src/gantt/local-data.html b/src/gantt/local-data.html new file mode 100644 index 00000000..69524c10 --- /dev/null +++ b/src/gantt/local-data.html @@ -0,0 +1,21 @@ +
    +
    +
    +
    +
    +
    + +
    +

    This demo shows the way of binding an array of JavaScript objects (local JSON datasource) to Gantt.

    +
    + +
    +

    Gantt can be bound either to local or remote data services.The dataSource property can be assigned either with the array of JavaScript objects or an instance of DataManager.

    +

    In this demo, an array of JavaScript objects is assigned as data source to the Gantt.

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method.To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/local-data.ts b/src/gantt/local-data.ts new file mode 100644 index 00000000..1acedcc2 --- /dev/null +++ b/src/gantt/local-data.ts @@ -0,0 +1,48 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, DayMarkers } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; + +/** + * Local data Gantt sample + */ + +Gantt.Inject(Selection, DayMarkers ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + allowSelection: true, + treeColumnIndex: 1, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', width: 60 }, + { field: 'TaskName', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Predecessor' }, + { field: 'Progress' }, + ], + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 2 + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#LocalData'); +}; diff --git a/src/gantt/remote-data.html b/src/gantt/remote-data.html index 453b63be..5d9a55a9 100644 --- a/src/gantt/remote-data.html +++ b/src/gantt/remote-data.html @@ -12,8 +12,7 @@

    This sample demonstrates the way of binding data to Gantt chart with a remote service. The Gantt chart data source - is bound to remote data using the DataManager. The data in this sample shows the various phases of barley - harvesting.

    + is bound to remote data using the DataManager. The data in this sample shows the various phases of barley harvesting.

    @@ -23,26 +22,20 @@ The DataManager, which will act as an interface between the service endpoint and the Gantt chart, will require the below minimal information to interact with service endpoint properly.
  • DataManager->url - Defines the service endpoint to fetch data
  • -
  • DataManager->adaptor - Defines the adaptor option. By default, ODataAdaptor is used for remote - binding.
  • +
  • DataManager->adaptor - Defines the adaptor option. By default, ODataAdaptor is used for remote binding.
  • Adaptor is responsible for processing response and request from/to the service endpoint. - @syncfusion/ej2-data - package provides some predefined adaptors which are designed to interact with particular service endpoints. They - are, -
  • UrlAdaptor - Use this to interact any remote services. This is the base adaptor for all remote - based adaptors.
  • + @syncfusion/ej2-data package provides some predefined adaptors which are designed to interact with particular service endpoints. They are, +
  • UrlAdaptor - Use this to interact any remote services. This is the base adaptor for all remote based adaptors.
  • ODataAdaptor - Use this to interact with OData endpoints.
  • ODataV4Adaptor - Use this to interact with OData V4 endpoints.
  • WebApiAdaptor - Use this to interact with Web API created under OData standards.
  • WebMethodAdaptor - Use this to interact with web methods.
  • - In this demo, remote data is bound by assigning service data as an instance of DataManager to the - dataSource - property. + In this demo, remote data is bound by assigning service data as an instance of DataManager to the dataSource property. More information on the data binding can be found in this documentation section.

    Injecting Module:

    - Gantt component features are segregated into individual feature-wise modules. To use a selection, inject the + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the Selection module using the Gantt.Inject(Selection) method

    \ No newline at end of file diff --git a/src/gantt/reorder.html b/src/gantt/reorder.html new file mode 100644 index 00000000..7fde724d --- /dev/null +++ b/src/gantt/reorder.html @@ -0,0 +1,54 @@ +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + +
    +
    Column
    +
    +
    + +
    +
    +
    Column Position
    +
    +
    + +
    +
    +
    + +
    +

    This sample demonstrates the reordering feature of the Gantt columns. Select column name and index from properties panel to reorder the columns. + You can also reorder columns by simply dragging and dropping them to the desired position. +

    +
    + +
    +

    Reordering can be enabled by setting the allowReordering property to true. + Reordering can be done by dragging and dropping the column header from one index to another index within the TreeGrid part.

    +

    The location in which the column to be placed will be indicated by two arrows symbols.

    +

    In this demo, you can either reorder columns by dragging and dropping or by selecting column name and column index from dropdown to reorder the columns. +

    +

    Injecting Module:

    +

    + Gantt features are segregated into individual feature-wise modules. + To use reordering feature, we need to inject Reorder module using Gantt.Inject(Reorder) method. +

    + +

    + More information about column reordering can be found in this documentation section. +

    +
    \ No newline at end of file diff --git a/src/gantt/reorder.ts b/src/gantt/reorder.ts new file mode 100644 index 00000000..2b5cbf18 --- /dev/null +++ b/src/gantt/reorder.ts @@ -0,0 +1,102 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { DropDownList, ChangeEventArgs } from '@syncfusion/ej2-dropdowns'; +import { ActionEventArgs } from '@syncfusion/ej2-grids'; +import { Gantt, Selection, Reorder } from '@syncfusion/ej2-gantt'; +import { Column} from '@syncfusion/ej2-treegrid'; +import { projectNewData } from './data-source'; + +/** + * Reorder Gantt sample + */ +Gantt.Inject(Selection, Reorder); +(window as any).default = (): void => { + loadCultureFiles(); + let columnNames: { [key: string]: Object }[] = [ + { id: 'TaskID', name: 'ID' }, + { id: 'TaskName', name: 'Name' }, + { id: 'StartDate', name: 'Start Date' }, + { id: 'EndDate', name: 'End Date' }, + { id: 'Duration', name: 'Duration' }, + { id: 'Progress', name: 'Progress' }, + { id: 'Predecessor', name: 'Dependency' } + ]; + let columnsIndex: { [key: string]: Object }[] = [ + { id: '0', name: '1' }, + { id: '1', name: '2' }, + { id: '2', name: '3' }, + { id: '3', name: '4' }, + { id: '4', name: '5' }, + { id: '5', name: '6' }, + { id: '6', name: '7' } + ]; + + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + allowReordering: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', headerText: 'ID', width: 100 }, + { field: 'TaskName', headerText: 'Name', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Progress' }, + { field: 'Predecessor', headerText: 'Dependency' } + ], + treeColumnIndex: 1, + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 4 + }, + actionComplete: (args: ActionEventArgs) => { + if (args.requestType === 'reorder') { + let columnName: string = dropDownColumn.value; + let index: number = gantt.treeGrid.getColumnIndexByField(columnName); + dropDownIndex.value = index.toString(); + } + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#ReorderColumn'); + + let dropDownColumn: DropDownList = new DropDownList({ + dataSource: columnNames, + fields: { text: 'name', value: 'id' }, + value: 'TaskID', + change: (e: ChangeEventArgs) => { + let columnName: string = e.value; + let index: number = gantt.treeGrid.getColumnIndexByField(columnName); + dropDownIndex.value = index.toString(); + + } + }); + dropDownColumn.appendTo('#columns'); + + let dropDownIndex: DropDownList = new DropDownList({ + dataSource: columnsIndex, + fields: { text: 'name', value: 'id' }, + value: '0', + change: (e: ChangeEventArgs) => { + let columnName: string = dropDownColumn.value; + let toColumnIndex: number = e.value; + gantt.reorderColumns(columnName, (gantt.treeGrid.columns[toColumnIndex]).field); + } + }); + dropDownIndex.appendTo('#columnIndex'); + +}; diff --git a/src/gantt/resizing.html b/src/gantt/resizing.html new file mode 100644 index 00000000..abb409cc --- /dev/null +++ b/src/gantt/resizing.html @@ -0,0 +1,31 @@ +
    +
    +
    +
    +
    +
    + +
    +

    This sample demonstrates the Gantt column resizing feature. Click and drag at the right corner of each column header to resize the column. +

    +
    +
    +

    The Gantt columns can be resized by clicking and dragging at the right corner of columns header. Set the allowResizing property to true to enable column resizing behavior in Gantt. + You can also prevent the resize of a particular column + by setting columns -> allowResizing to false in columns definition +

    +
    +

    In this demo, the allowResizing feature has been enabled by setting the allowResizing property to true. + Task Name column can be resized between a range of minWidth (120 pixels) and maxWidth (300 pixels). + The column resizing has been disabled in the Duration column +

    +

    Injecting Module:

    +

    + Gantt features are segregated into individual feature-wise modules. To use resize feature, we need to inject + Resize module using the Gantt.Inject(Resize) section. +

    + +

    + More information about Column column Resizing resizing can be found in this documentation section. +

    +
    \ No newline at end of file diff --git a/src/gantt/resizing.ts b/src/gantt/resizing.ts new file mode 100644 index 00000000..13763832 --- /dev/null +++ b/src/gantt/resizing.ts @@ -0,0 +1,47 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, Resize } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; + +/** + * Resize support in Gantt sample + */ +Gantt.Inject(Selection, Resize ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + allowResizing: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', headerText: 'ID', width: 60 , minWidth: 8}, + { field: 'TaskName', headerText: 'Job Name', width: 250, minWidth: 120, maxWidth: 300 }, + { field: 'StartDate', width: 135, minWidth: 8 }, + { field: 'EndDate', width: 135, minWidth: 8 }, + { field: 'Duration', allowResizing: false, width: 120 }, + { field: 'Progress', headerText: 'Progress', textAlign: 'Right', width: 120, minWidth: 8 }, + { field: 'Predecessor', headerText: 'Dependency', textAlign: 'Left', width: 135, minWidth: 8 } + ], + treeColumnIndex: 1, + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 6 + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#ColumnResize'); +}; diff --git a/src/gantt/resources.html b/src/gantt/resources.html new file mode 100644 index 00000000..e1dbd737 --- /dev/null +++ b/src/gantt/resources.html @@ -0,0 +1,22 @@ +
    +
    +
    +
    +
    +
    + +
    +

    This sample demonstrates the options to allocate one or more resources to tasks based on the task requirement.

    +
    + +
    +

    + In this example, you can see how to allocate single or multiple resources for the task. Based on the task complexity and the resource availability, you can plan and allocate the resources to task in the project. In this demo, there is a set of predefined resources and those IDs are assigned to the task. Resource information can be shown in Gantt chart by using the labelSettings property. +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method. To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/resources.ts b/src/gantt/resources.ts new file mode 100644 index 00000000..02f50bde --- /dev/null +++ b/src/gantt/resources.ts @@ -0,0 +1,55 @@ +import { loadCultureFiles } from '../common/culture-loader'; + +import { Gantt, Selection, DayMarkers } from '@syncfusion/ej2-gantt'; +import { editingData, editingResources } from './data-source'; + +/** + * Editing Gantt sample + */ +Gantt.Inject(Selection, DayMarkers); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: editingData, + dateFormat: 'MMM dd, y', + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks', + notes: 'info', + resourceInfo: 'resources' + }, + allowSelection: true, + height: '450px', + treeColumnIndex: 1, + resourceNameMapping: 'resourceName', + resourceIDMapping: 'resourceId', + resources: editingResources, + highlightWeekends: true, + columns: [ + { field: 'TaskID', width: 60 }, + { field: 'TaskName', headerText: 'Job Name', width: '150', clipMode: 'EllipsisWithTooltip' }, + { field: 'resources', width: '250' }, + { field: 'StartDate' }, + { field: 'Duration' }, + { field: 'Progress' }, + { field: 'Predecessor' } + ], + labelSettings: { + leftLabel: 'TaskName', + rightLabel: 'resources' + }, + splitterSettings: { + columnIndex: 3 + }, + projectStartDate: new Date('03/25/2019'), + projectEndDate: new Date('07/28/2019') + }); + gantt.appendTo('#resource'); +}; diff --git a/src/gantt/sample.json b/src/gantt/sample.json index f943ff53..bab268cb 100644 --- a/src/gantt/sample.json +++ b/src/gantt/sample.json @@ -3,7 +3,7 @@ "directory": "gantt", "category": "Calendars", "ftName": "gantt", - "type": "new", + "type": "update", "samples": [ { "url": "default", @@ -16,15 +16,35 @@ "height", "highlightWeekends", "eventMarkers", - "labelSettings" - ] + "labelSettings" + ] }, "description": "This example demonstrates the simple Gantt chart with summary task, child tasks, milestone tasks, dependencies with event markers of project" }, + { + "url": "local-data", + "name": "Local Data", + "category": "Data Binding", + "api": { + "Gantt": [ + "dataSource", + "height", + "taskFields", + "columns", + "treeColumnIndex", + "allowSelection", + "highlightWeekends", + "labelSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This example demonstrates the way of binding local data to Gantt chart with an array of JavaScript objects." + }, { "url": "remote-data", "name": "Remote Data", - "category": "Gantt", + "category": "Data Binding", "api": { "Gantt": [ "dataSource", @@ -44,6 +64,222 @@ }, "description": "This sample demonstrates the way of binding data to Gantt chart with remote service. The Gantt chart data source is bound to remote data using DataManager." }, + { + "url": "self-reference-data", + "name": "Self Reference Data", + "category": "Data Binding", + "api": { + "Gantt": [ + "dataSource", + "height", + "taskFields", + "columns", + "treeColumnIndex", + "allowSelection", + "highlightWeekends", + "labelSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This example demonstrates the way of binding self-referential flat data with parentID to the Gantt chart." + }, + { + "url": "work-week", + "name": "Workweek", + "category": "Scheduling Concepts", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "height", + "highlightWeekends", + "workWeek", + "labelSettings" + ] + }, + "description": "This sample demonstrates the way to bind the customizable array of working days in a week for project." + }, + { + "url": "working-time-range", + "name": "Working Time Range", + "category": "Scheduling Concepts", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "height", + "projectStartDate", + "projectEndDate", + "highlightWeekends", + "timelineSettings", + "dayWorkingTime" + ] + }, + "description": "This example demonstrates how to customize the working time of a day for the whole project. We can define working time in different intervals." + }, + + { + "url": "holidays", + "name": "Holidays", + "category": "Scheduling Concepts", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "height", + "projectStartDate", + "projectEndDate", + "holidays" + ] + }, + "description": "This example demonstrates how to define holidays in the project, which should be considered while calculating the duration and on rendering taskbars." + }, + { + "url": "resources", + "name": "Resource Allocation", + "category": "Scheduling Concepts", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "height", + "projectStartDate", + "projectEndDate", + "resourceIDMapping", + "resourceNameMapping", + "resources", + "resourceInfo" + ] + }, + "description": "This example demonstrates how to allocate available resources to the task based on their skills and availability" + }, + { + "url": "event-markers", + "name": "Event Markers", + "category": "Scheduling Concepts", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "height", + "projectStartDate", + "projectEndDate", + "eventMarkers" + ] + }, + "description": "This example demonstrates how to highlight the different stages in the project development cycle just like bookmark." + }, + { + "url": "indicators", + "name": "Indicators", + "category": "Scheduling Concepts", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "height", + "projectStartDate", + "projectEndDate", + "indicators" + ] + }, + "description": "This example demonstrates how to highlight some important details of tasks on specified date in the project with the label and icons." + }, + { + "url": "baseline", + "name": "Baseline", + "category": "Scheduling Concepts", + "api": { + "Gantt": [ + "dataSource", + "renderBaseline", + "taskFields", + "columns", + "treeColumnIndex", + "allowSelection", + "includeWeekend", + "timelineSettings", + "tooltipSettings", + "durationUnit", + "dateFormat", + "dayWorkingTime", + "height", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "Baselines are enabled to view the deviation between the planned dates of tasks and actual progress of task dates" + }, + { + "url": "unscheduled-tasks", + "name": "Unscheduled Tasks", + "category": "Scheduling Concepts", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "editSettings", + "toolbar", + "height", + "labelSettings", + "allowUnscheduledTasks", + "projectStartDate", + "projectEndDate", + "toolbarClick", + "splitterSettings", + "columns" + ] + }, + "description": "This example demonstrates the unscheduled tasks in Gantt with custom toolbar item and dynamic add support." + }, + { + "url": "timeline", + "name": "Timeline API", + "category": "Timeline", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "height", + "projectStartDate", + "projectEndDate", + "highlightWeekends", + "resourceNameMapping", + "resourceIDMapping", + "resources", + "timelineSettings", + "splitterSettings", + "treeColumnIndex", + "labelSettings", + "eventMarkers" + ] + }, + "description": "This example demonstrates the various timeline mode options and properties available to customize the timeline in Gantt" + }, + { + "url": "zooming", + "name": "Zooming", + "category": "Timeline", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "height", + "toolbar", + "labelSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This example demonstrates the zooming support of the Gantt chart timeline and ZoomToFit support of the Gantt chart." + }, { "url": "editing", "name": "Editing", @@ -73,7 +309,27 @@ }, "description": "This example demonstrates the cell editing, dialog editing, taskbar editing and dependency editing support in Gantt" }, - + { + "url": "selection", + "name": "Selection", + "category": "Gantt", + "type": "update", + "api": { + "Gantt": [ + "dataSource", + "height", + "taskFields", + "allowSelection", + "treeColumnIndex", + "allowSelection", + "highlightWeekends", + "labelSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This example demonstrates the various selection support of row and cell with different type in Syncfusion Essential JS2 Gantt" + }, { "url": "filtering", "name": "Filtering", @@ -97,64 +353,249 @@ "dayWorkingTime", "projectStartDate", "projectEndDate" - ] + ] }, "description": "This example demonstrates the filtering support with filter menu option for various types of columns in Gantt" }, { - "url": "timeline", - "name": "Timeline", + "url": "contextMenu", + "name": "Context Menu", "category": "Gantt", "api": { "Gantt": [ "dataSource", + "dateFormat", + "height", "taskFields", + "editSettings", + "toolbar", + "columns", "treeColumnIndex", - "height", + "allowSelection", + "gridLines", + "resourceNameMapping", + "resourceIDMapping", + "resources", + "highlightWeekends", + "timelineSettings", + "labelSettings", + "labelSettings", "projectStartDate", "projectEndDate", - "highlightWeekends", + "enableContextMenu", + "contextMenuItems" + ] + }, + "description": "This demo explains the usage of context menu and the default context menu items in Syncfusion Gantt control." + }, + { + "url": "exporting", + "name": "Exporting", + "category": "Gantt", + "api": { + "Gantt": [ + "dataSource", + "dateFormat", + "height", + "taskFields", + "toolbar", + "allowExcelExport", + "treeColumnIndex", + "allowSelection", + "gridLines", "resourceNameMapping", "resourceIDMapping", "resources", + "highlightWeekends", "timelineSettings", - "splitterSettings", + "labelSettings", + "projectStartDate", + "projectEndDate", + "toolbarClick" + ] + }, + "description": "This demo explains how to export Gantt content to Excel and CSV documents using the Syncfusion TypeScript Gantt control." + }, + { + "url": "events", + "name": "Events", + "category": "Gantt", + "type": "update", + "api": { + "Gantt": [ + "dataSource", + "height", + "taskFields", + "toolbar", "treeColumnIndex", + "allowSelection", + "highlightWeekends", "labelSettings", - "eventMarkers" + "projectStartDate", + "projectEndDate", + "toolbarClick" ] }, - "description": "This example demonstrates the various timeline mode options and properties available to customize the timeline in Gantt" + "description": "This demo demonstrates the basic functionalities of the events that are available in the Syncfusion Essential JS2 Gantt." }, { - "url": "baseline", - "name": "Baseline", + "url": "keyboard-interactions", + "name": "Keyboard Interactions", "category": "Gantt", "api": { "Gantt": [ "dataSource", - "renderBaseline", + "height", "taskFields", + "toolbar", + "allowKeyboard", "columns", + "editSettings", "treeColumnIndex", - "allowSelection", - "includeWeekend", - "timelineSettings", - "tooltipSettings", - "durationUnit", - "dateFormat", - "dayWorkingTime", + "highlightWeekends", + "labelSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This demo demonstrates the key combinations used to perform corresponding Gantt actions in Syncfusion Essential JS2 Gantt." + }, + { + "url": "column-menu", + "name": "Column Menu", + "category": "Columns", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "allowFiltering", + "allowSorting", + "showColumnMenu", "height", + "columns", + "highlightWeekends", + "labelSettings", + "splitterSettings", "projectStartDate", "projectEndDate" ] }, - "description": "Baselines are enabled to view the deviation between the planned dates of tasks and actual progress of task dates" + "description": "This demo explains the default functionalities of the Column Menu in Syncfusion Essential JS2 Gantt." + }, + { + "url": "show-hide-column", + "name": "Show or Hide Column", + "category": "Columns", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "height", + "columns", + "highlightWeekends", + "labelSettings", + "splitterSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This demo explains how to hide or show the columns of Gantt dynamically using Syncfusion Essential JS2 Gantt methods." + }, + { + "url": "reorder", + "name": "Column Reorder", + "category": "Columns", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "allowReordering", + "height", + "columns", + "highlightWeekends", + "labelSettings", + "splitterSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This demo explains how to reorder the columns of Gantt by simple drag and drop of columns using Syncfusion Essential JS2 Gantt." + }, + { + "url": "resizing", + "name": "Column Resize", + "category": "Columns", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "allowResizing", + "height", + "columns", + "highlightWeekends", + "labelSettings", + "splitterSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This demo explains how to resize the width of the Gantt columns in Syncfusion Essential Javascript 2 Gantt control" + }, + { + "url": "column-template", + "name": "Column Template", + "category": "Columns", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "height", + "rowHeight", + "columns", + "highlightWeekends", + "labelSettings", + "resourceNameMapping", + "resourceIDMapping", + "resources", + "splitterSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This demo explains how to customize column headers to show additional HTML elements, such as icons, images, etc. in Syncfusion Essential JS2 Gantt control." + }, + { + "url": "header-template", + "name": "Header Template", + "category": "Columns", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "treeColumnIndex", + "height", + "columns", + "highlightWeekends", + "labelSettings", + "resourceNameMapping", + "resourceIDMapping", + "resources", + "splitterSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This demo explains how to customize column headers to show additional HTML elements, such as icons, images, etc. in Syncfusion Essential JS2 Gantt control." }, { "url": "taskbar-template", "name": "Taskbar Template", - "category": "Gantt", + "category": "Customization", "api": { "Gantt": [ "dataSource", @@ -181,102 +622,157 @@ "description": "This example demonstrates the taskbar template support with child taskbar template, parent taskbar template and milestone template." }, { - "url": "unscheduled-tasks", - "name": "Unscheduled Tasks", - "category": "Gantt", + "url": "tasklabel-template", + "name": "Task Label Template", + "category": "Customization", "api": { "Gantt": [ "dataSource", "taskFields", - "editSettings", - "toolbar", + "columns", + "highlightWeekends", + "treeColumnIndex", + "rowHeight", "height", - "labelSettings", - "allowUnscheduledTasks", + "resourceNameMapping", + "resourceIDMapping", + "resources", "projectStartDate", "projectEndDate", - "toolbarClick", "splitterSettings", - "columns" + "labelSettings" ] }, - "description": "This example demonstrates the unscheduled tasks in Gantt with custom toolbar item and dynamic add support." + "description": "This demo explains how to render label template for the left, right, and task labels in Syncfusion Essential JS2 Gantt." }, { - "url": "zooming", - "name": "Zooming", - "category": "Gantt", + "url": "tooltip-template", + "name": "Tooltip Template", + "category": "Customization", "api": { "Gantt": [ "dataSource", "height", "taskFields", - "toolbar", + "renderBaseline", + "treeColumnIndex", + "columns", + "resourceNameMapping", + "resourceIDMapping", + "resources", + "highlightWeekends", "labelSettings", + "tooltipSettings", "projectStartDate", "projectEndDate" ] }, - "description": "This example demonstrates the zooming support of the Gantt chart timeline and ZoomToFit support of the Gantt chart." + "description": "This demo explains how to render tooltip template for taskbar and baseline in Syncfusion Essential JS2 Gantt." }, - { - "url": "contextMenu", - "name": "Context Menu", - "category": "Gantt", + { + "url": "toolbar-template", + "name": "Toolbar Template", + "category": "Customization", "api": { "Gantt": [ "dataSource", - "dateFormat", "height", "taskFields", - "editSettings", + "allowFiltering", + "columns", "toolbar", + "treeColumnIndex", + "highlightWeekends", + "labelSettings", + "projectStartDate", + "projectEndDate", + "toolbarClick" + ] + }, + "description": "This demo explains how to render custom toolbar elements in a toolbar, by which any custom operation can be performed in Syncfusion Essential JS2 Gantt." + }, + { + "url": "grid-lines", + "name": "Grid Lines", + "category": "Customization", + "api": { + "Gantt": [ + "dataSource", + "height", + "taskFields", "columns", "treeColumnIndex", - "allowSelection", "gridLines", - "resourceNameMapping", - "resourceIDMapping", - "resources", "highlightWeekends", - "timelineSettings", "labelSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This demo explains how to customize the grid lines in Gantt by selecting values from dropdown using Syncfusion Essential JS2 Gantt." + }, + { + "url": "sorting", + "name": "Default", + "category": "Sorting", + "api": { + "Gantt": [ + "dataSource", + "taskFields", + "columns", + "treeColumnIndex", + "height", "labelSettings", + "splitterSettings", + "allowSorting", + "sortSettings", "projectStartDate", - "projectEndDate", - "enableContextMenu", - "contextMenuItems" + "projectEndDate" ] }, - "description": "This demo explains the usage of context menu and the default context menu items in Syncfusion TypeScript Gantt control." + "description": "This demo demonstrates how to sort multiple columns of Gantt by holding the CTRL key and clicking the column headers of Syncfusion Essential JS2 Gantt." }, { - "url": "exporting", - "name": "Exporting", - "category": "Gantt", + "url": "sorting-api", + "name": "Sorting API", + "category": "Sorting", "api": { "Gantt": [ "dataSource", - "dateFormat", + "taskFields", + "columns", + "treeColumnIndex", "height", + "highlightWeekends", + "allowSorting", + "labelSettings", + "projectStartDate", + "projectEndDate" + ] + }, + "description": "This demo demonstrates how to sort columns and clear sorted columns dynamically using the sortColumn and clearSorting method of Syncfusion Essential JS2 Gantt." + }, + { + "url": "drag-and-drop", + "name": "Row Drag And Drop", + "category": "Gantt", + "type": "new", + "api": { + "Gantt": [ + "dataSource", "taskFields", - "toolbar", - "allowExcelExport", + "columns", "treeColumnIndex", - "allowSelection", - "gridLines", - "resourceNameMapping", - "resourceIDMapping", - "resources", + "height", "highlightWeekends", - "timelineSettings", + "allowRowDragAndDrop", + "splitterSettings", "labelSettings", "projectStartDate", - "projectEndDate", - "toolbarClick" + "projectEndDate" ] }, - "description": "This demo explains how to export Gantt content to Excel and CSV documents using the Syncfusion TypeScript Gantt control." + "description": "This demo for Essential JS 2 Gantt control how the rows can be dragged within the gantt using the row drag-and-drop feature." } ] } \ No newline at end of file diff --git a/src/gantt/selection.html b/src/gantt/selection.html new file mode 100644 index 00000000..124e9550 --- /dev/null +++ b/src/gantt/selection.html @@ -0,0 +1,88 @@ +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + + + + +
    +
    + Selection Mode +
    +
    +
    + +
    +
    +
    + Selection Type +
    +
    +
    + +
    +
    +
    + Toggle Selection +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    The selection feature enables you to highlight row or cell. It can be enabled by setting + allowSelection to true.

    +
    + +
    +

    + The Gantt control supports two types of selection that can be set by using the selectionSettings.type property. + They are: +

    +
      +
    • Single - Sets a single value by default and allows only selection of a single row or a cell.
    • +
    • Multiple - Allows you to select multiple rows or cells. To perform the multi-selection, press and hold the CTRL key and click the desired rows or cells.
    • +
    +

    + The Gantt control supports three types of selection modes that can be set by using the selectionSettings.mode property. + They are: +

    +
      +
    • Row - Allows you to select only rows, and the row value is set by default.
    • +
    • Cell - Allows you to select only cells.
    • +
    • Both - Allows you to select rows and cells at the same time..
    • +
    +

    + The Gantt control supports toggle selection that can be set by using the selectionSettings.enableToggle property. +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method. To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/selection.ts b/src/gantt/selection.ts new file mode 100644 index 00000000..c9dc725b --- /dev/null +++ b/src/gantt/selection.ts @@ -0,0 +1,91 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection } from '@syncfusion/ej2-gantt'; +import { Button } from '@syncfusion/ej2-buttons'; +import { DropDownList } from '@syncfusion/ej2-dropdowns'; +import { projectNewData } from './data-source'; + +/** + * Selection Gantt sample + */ + +Gantt.Inject(Selection); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + allowSelection: true, + treeColumnIndex: 1, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + selectionSettings: { + mode: 'Row', + type: 'Single', + enableToggle: false + }, + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 2 + }, + projectStartDate: new Date('03/27/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#Selection'); + + let selectionModeList: DropDownList = new DropDownList({ + dataSource: [ + { id: 'Row', type: 'Row' }, + { id: 'Cell', type: 'Cell' } + ], + popupWidth: '100px', + value: 'Row', + fields: { text: 'type', value: 'id' }, + }); + selectionModeList.appendTo('#mode'); + + let selectionTypeList: DropDownList = new DropDownList({ + dataSource: [ + { id: 'Single', type: 'Single' }, + { id: 'Multiple', type: 'Multiple' } + ], + popupWidth: '100px', + value: 'Single', + fields: { text: 'type', value: 'id' }, + }); + selectionTypeList.appendTo('#type'); + + let toggleList: DropDownList = new DropDownList({ + dataSource: [ + { id: true, type: 'Enable' }, + { id: false, type: 'Disable' } + ], + popupWidth: '100px', + value: false, + fields: { text: 'type', value: 'id' }, + }); + toggleList.appendTo('#toggle'); + + let perform: Button = new Button(); + perform.appendTo('#perform'); + + document.getElementById('perform').onclick = () => { + let mode: any = selectionModeList.value; + let type: any = selectionTypeList.value; + let toggle: boolean = toggleList.value as boolean; + gantt.selectionSettings.mode = mode; + gantt.selectionSettings.type = type; + gantt.selectionSettings.enableToggle = toggle; + }; +}; diff --git a/src/gantt/self-reference-data.html b/src/gantt/self-reference-data.html new file mode 100644 index 00000000..2fedf88a --- /dev/null +++ b/src/gantt/self-reference-data.html @@ -0,0 +1,22 @@ +
    +
    +
    +
    +
    +
    + +
    +

    This sample demonstrates the way of binding self-referential flat data to the Gantt control.

    +
    + +
    +

    Gantt can be bound either to local or remote data services. + The dataSource property can be assigned either with the array of JavaScript objects or an instance of DataManager.

    +

    In this demo, the array of self-referential flat data with parentID is assigned as data source to the Gantt.

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method.To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/self-reference-data.ts b/src/gantt/self-reference-data.ts new file mode 100644 index 00000000..321ce3ea --- /dev/null +++ b/src/gantt/self-reference-data.ts @@ -0,0 +1,48 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, DayMarkers } from '@syncfusion/ej2-gantt'; +import { selfData } from './data-source'; + +/** + * Self reference Gantt sample + */ + +Gantt.Inject(Selection, DayMarkers ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: selfData, + height: '450px', + highlightWeekends: true, + allowSelection: true, + treeColumnIndex: 1, + taskFields: { + id: 'taskID', + name: 'taskName', + startDate: 'startDate', + endDate: 'endDate', + duration: 'duration', + progress: 'progress', + dependency: 'predecessor', + parentID: 'parentID' + }, + columns: [ + { field: 'taskID', width: 60 }, + { field: 'taskName', width: 250 }, + { field: 'startDate' }, + { field: 'endDate' }, + { field: 'duration' }, + { field: 'predecessor' }, + { field: 'progress' }, + ], + labelSettings: { + leftLabel: 'taskName' + }, + splitterSettings: { + columnIndex: 2 + }, + projectStartDate: new Date('01/28/2019'), + projectEndDate: new Date('03/10/2019') + }); + gantt.appendTo('#SelfData'); +}; diff --git a/src/gantt/show-hide-column.html b/src/gantt/show-hide-column.html new file mode 100644 index 00000000..594bb82b --- /dev/null +++ b/src/gantt/show-hide-column.html @@ -0,0 +1,70 @@ +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + +
    +
    Column
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + Hidden Columns +
    +
    +
    + +
    +
    +
    + + + +
    +

    This sample demonstrates dynamic show/hide columns feature of Gantt. Select column name from the properties panel, + and then click hide/show to toggle visibility. +

    +
    + +
    +

    The Gantt column can be shown or hidden dynamically using the showColumn and hideColumn methods of the Gantt.

    +

    In this demo, the columns can be shown and hidden by selecting the column name in dropdown. Click the Show or Hide button to toggle the visibility. + The visibility of column is toggled based on the + columns -> headerText value. +

    +
    +

    The columns -> visible property specifies the visibility of a column. + To hide a column at the initial rendering, set the columns -> visible property to false. +

    +
    \ No newline at end of file diff --git a/src/gantt/show-hide-column.ts b/src/gantt/show-hide-column.ts new file mode 100644 index 00000000..a3cce520 --- /dev/null +++ b/src/gantt/show-hide-column.ts @@ -0,0 +1,92 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { DropDownList, ChangeEventArgs } from '@syncfusion/ej2-dropdowns'; +import { Button } from '@syncfusion/ej2-buttons'; +import { Column} from '@syncfusion/ej2-grids'; +import { Gantt, Selection } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; + +/** + * Hide/Show columns support in Gantt sample + */ +Gantt.Inject(Selection); +(window as any).default = (): void => { + loadCultureFiles(); + let columnsName: { [key: string]: Object }[] = [ + { id: 'TaskID', name: 'ID' }, + { id: 'StartDate', name: 'Start Date' }, + { id: 'EndDate', name: 'End Date' }, + { id: 'Duration', name: 'Duration' }, + { id: 'Predecessor', name: 'Dependency' }, + { id: 'Progress', name: 'Progress' } + ]; + + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + treeColumnIndex: 1, + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 3 + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#ShowHideColumn'); + + let dropDownListObject: DropDownList = new DropDownList({ + dataSource: columnsName, + fields: { text: 'name', value: 'id' }, + value: 'TaskID', + change: (e: ChangeEventArgs) => { + let columnName: string = e.value; + let column: Column = gantt.treeGrid.grid.getColumnByField(columnName); + if (column.visible === undefined || column.visible) { + show.disabled = true; + hide.disabled = false; + } else { + hide.disabled = true; + show.disabled = false; + } + } + }); + dropDownListObject.appendTo('#ddlelement'); + + let show: Button = new Button({ disabled: true }); + show.appendTo('#show'); + + let hide: Button = new Button(); + hide.appendTo('#hide'); + + let hiddenColumns: HTMLTextAreaElement = document.getElementById('hiddencolumns') as HTMLTextAreaElement; + document.getElementById('show').addEventListener('click', () => { + let dropValue: string = dropDownListObject.value; + let columnName: string = gantt.treeGrid.getColumnByField(dropValue).headerText; + gantt.showColumn(columnName); + show.disabled = true; + hide.disabled = false; + hiddenColumns.value = hiddenColumns.value.replace(columnName + '\n', ''); + }); + document.getElementById('hide').addEventListener('click', () => { + let dropValue: string = dropDownListObject.value; + let columnName: string = gantt.treeGrid.getColumnByField(dropValue).headerText; + gantt.hideColumn(columnName); + hide.disabled = true; + show.disabled = false; + hiddenColumns.value = hiddenColumns.value + columnName + '\n'; + }); + +}; diff --git a/src/gantt/sorting-api.html b/src/gantt/sorting-api.html new file mode 100644 index 00000000..811dee3b --- /dev/null +++ b/src/gantt/sorting-api.html @@ -0,0 +1,68 @@ +
    +
    +
    +
    +
    +
    + +
    + + + + + + + + + + + + + +
    +
    + Column +
    +
    +
    + +
    +
    +
    + Direction +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    The sorting feature enables you to order data in a particular direction. It can be enabled by setting allowSorting to true.

    +
    + +
    +

    + The sorting feature enables you to order data in a particular direction. It can be enabled by setting the allowSorting to true. +

    +

    To sort a Gantt column, click the column header. The icons (ascending) and (descending) specify the sort direction of a column.

    +

    By default, the multi-sorting feature is enabled in Gantt. To sort multiple columns, hold the CTRL key, and then click the column header. To clear sort for a column, hold the SHIFT key, and then click the column header.

    +

    In this demo, select the column and direction from the properties panel, and then click the Sort button. Use the Clear button to remove sort for the sorted column. +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method.To use sort, inject the + Sort module using the Gantt.Inject(Sort) method.To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/sorting-api.ts b/src/gantt/sorting-api.ts new file mode 100644 index 00000000..675767cf --- /dev/null +++ b/src/gantt/sorting-api.ts @@ -0,0 +1,89 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Sort, SortDirection, DayMarkers, Selection } from '@syncfusion/ej2-gantt'; +import { Button } from '@syncfusion/ej2-buttons'; +import { DropDownList } from '@syncfusion/ej2-dropdowns'; +import { editingData } from './data-source'; + +/** + * Sorting API Gantt sample + */ + +Gantt.Inject(Sort, DayMarkers, Selection ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: editingData, + height: '450px', + highlightWeekends: true, + allowSelection: true, + allowSorting: true, + treeColumnIndex: 1, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', headerText: 'ID', width: 70 }, + { field: 'TaskName', headerText: 'TaskName', width: 250 }, + { field: 'StartDate', headerText: 'StartDate' }, + { field: 'EndDate', headerText: 'EndDate' }, + { field: 'Duration', headerText: 'Duration' }, + { field: 'Progress', headerText: 'Progress' }, + ], + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 2 + }, + projectStartDate: new Date('03/25/2019'), + projectEndDate: new Date('07/28/2019'), + }); + gantt.appendTo('#SortingAPI'); + + let dropDownColumnList: DropDownList = new DropDownList({ + dataSource: [ + { id: 'TaskID', type: 'TaskID' }, + { id: 'TaskName', type: 'TaskName' }, + { id: 'StartDate', type: 'StartDate' }, + { id: 'EndDate', type: 'EndDate' }, + { id: 'Duration', type: 'Duration' }, + { id: 'Progress', type: 'Progress' } + ], + popupWidth: '100px', + value: 'TaskID', + fields: { text: 'type', value: 'id' }, + }); + dropDownColumnList.appendTo('#columns'); + + let dropDownDirectionList: DropDownList = new DropDownList({ + dataSource: [ + { id: 'Ascending', type: 'Ascending' }, + { id: 'Descending', type: 'Descending' }, + ], + popupWidth: '100px', + value: 'Ascending', + fields: { text: 'type', value: 'id' }, + }); + dropDownDirectionList.appendTo('#direction'); + + let sort: Button = new Button(); + sort.appendTo('#sort'); + let clear: Button = new Button(); + clear.appendTo('#clear'); + document.getElementById('sort').onclick = () => { + let columnName: string = dropDownColumnList.value; + let sortType: SortDirection = dropDownDirectionList.value; + gantt.sortModule.sortColumn(columnName, sortType, false); + }; + document.getElementById('clear').onclick = () => { + gantt.clearSorting(); + }; +}; diff --git a/src/gantt/sorting.html b/src/gantt/sorting.html new file mode 100644 index 00000000..5565c711 --- /dev/null +++ b/src/gantt/sorting.html @@ -0,0 +1,28 @@ +
    +
    +
    +
    +
    +
    + +
    +

    This sample demonstrates the Gantt multi-sorting feature. To sort two or more columns, hold the CTRL key, and click the column header.

    +
    + +
    +

    + The sorting feature enables you to order data in a particular direction. It can be enabled by setting allowSorting to true. +

    +

    To sort a Gantt column, click the column header. The icons (ascending) and (descending) specifies the sort direction of a column. +

    + +

    By default, the multi-sorting feature is enabled in Gantt. To sort multiple columns, hold the CTRL key, and then click the column header. To clear sort for a column, hold the SHIFT key, and then click the column header.

    +

    In this demo, multiple sorting enabled on load time by assigning multiple columns into sortSettings property.

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules.To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method. To use sort, inject the + Sort module using the Gantt.Inject(Sort) method.To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/sorting.ts b/src/gantt/sorting.ts new file mode 100644 index 00000000..007c5112 --- /dev/null +++ b/src/gantt/sorting.ts @@ -0,0 +1,50 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Sort, DayMarkers, Selection } from '@syncfusion/ej2-gantt'; +import { editingData } from './data-source'; + +/** + * Sorting Gantt sample + */ + +Gantt.Inject(Sort, DayMarkers, Selection ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: editingData, + height: '450px', + highlightWeekends: true, + allowSelection: true, + allowSorting: true, + treeColumnIndex: 1, + selectedRowIndex: 0, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID' }, + { field: 'TaskName', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Progress' }, + ], + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 2 + }, + sortSettings: { columns: [{ field: 'TaskName', direction: 'Ascending' }, { field: 'TaskID', direction: 'Ascending' }] }, + projectStartDate: new Date('03/25/2019'), + projectEndDate: new Date('07/28/2019'), + }); + gantt.appendTo('#Sorting'); +}; diff --git a/src/gantt/taskbar-template.html b/src/gantt/taskbar-template.html index 1dc1867f..84a87104 100644 --- a/src/gantt/taskbar-template.html +++ b/src/gantt/taskbar-template.html @@ -116,7 +116,7 @@

    Injecting Module:

    - Gantt component features are segregated into individual feature-wise modules. To use markers, inject the + Gantt control features are segregated into individual feature-wise modules. To use markers, inject the DayMarkers module using the Gantt.Inject(DayMarkers) method and use a selection by injecting the Selection module using the Gantt.Inject(Selection) method.

    diff --git a/src/gantt/tasklabel-template.html b/src/gantt/tasklabel-template.html new file mode 100644 index 00000000..30e6341a --- /dev/null +++ b/src/gantt/tasklabel-template.html @@ -0,0 +1,39 @@ +
    +
    +
    +
    +
    +
    + + + + + +
    +

    This sample explains the way of rendering label template for left, right, and task labels by mapping template elements to the leftLabel, rightLabel and taskLabel properties in labelSettings.

    +
    + +
    +

    + In this demo, the label template is rendered using the leftLabel, rightLabel and taskLabel properties in labelSettings. +

    +

    Injecting Module:

    +

    Gantt control features are segregated into individual feature-wise modules.To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method.To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/tasklabel-template.ts b/src/gantt/tasklabel-template.ts new file mode 100644 index 00000000..fb373d66 --- /dev/null +++ b/src/gantt/tasklabel-template.ts @@ -0,0 +1,69 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, DayMarkers, Selection } from '@syncfusion/ej2-gantt'; +import { labelData, editingResources } from './data-source'; + +/** + * Tasklabel Template Gantt sample + */ +Gantt.Inject(DayMarkers, Selection); +(<{ getResourceElements?: Function }>window).getResourceElements = (value: any) => { + let out: string = ''; + let img: HTMLImageElement = document.createElement('img'); + img.height = 40; + let span: HTMLElement = document.createElement('span'); + span.style.marginLeft = '5px'; + span.style.marginRight = '5px'; + for (let index: number = 0; index < value.length; index++) { + img.src = 'src/gantt/images/' + value[index].resourceName + '.png'; + span.innerHTML = value[index].resourceName; + out = out + img.outerHTML + span.outerHTML; + } + return out; +}; +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: labelData, + height: '450px', + highlightWeekends: true, + allowSelection: true, + rowHeight: 46, + treeColumnIndex: 1, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + resourceInfo: 'resources', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', width: 60 }, + { field: 'TaskName', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Predecessor' }, + { field: 'Progress' }, + { field: 'resources' }, + ], + resourceNameMapping: 'resourceName', + resourceIDMapping: 'resourceId', + resources: editingResources, + labelSettings: { + leftLabel: '#leftLabel', + rightLabel: '#rightLabel', + taskLabel: '${Progress}%' + }, + splitterSettings: { + columnIndex: 2 + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('05/04/2019') + }); + gantt.appendTo('#TasklabelTemplate'); +}; \ No newline at end of file diff --git a/src/gantt/timeline.html b/src/gantt/timeline.html index b435ed85..a0f5fb07 100644 --- a/src/gantt/timeline.html +++ b/src/gantt/timeline.html @@ -121,16 +121,13 @@

    In this example, you can see how to change the timeline settings in Gantt chart. The top and bottom timeline - header texts can be customized by using the timelineSettings.topTier and - timelineSettings.bottomTier properties. + header texts can be customized by using the timelineSettings.topTier and timelineSettings.bottomTier properties. Using these properties, you can change the format, count, and units of the timeline header texts.

    Gantt chart has built-in support for many timeline modes such as minutes, hour, day, week, month and year.

    -

    The - default timeline headers can also be replaced with custom header texts by using the formatter - method. +

    The default timeline headers can also be replaced with custom header texts by using the formatter method.

    Tooltip is enabled by default for the timeline headers, to see the tooltip in action, hover a point or tap on a @@ -138,10 +135,7 @@

    Injecting Module:

    - Gantt component features are segregated into individual feature-wise modules. To use a selection, inject the - Selection module using the Gantt.Inject(Selection) method, and use a sort by injecting the Sort - module using - the Gantt.Inject(Sort) method. To use markers, inject the - DayMarkers module using the Gantt.Inject(DayMarkers) method. + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method. To use markers, inject the DayMarkers module using the Gantt.Inject(DayMarkers) method.

    \ No newline at end of file diff --git a/src/gantt/timeline.ts b/src/gantt/timeline.ts index 1e06e23b..2877aa79 100644 --- a/src/gantt/timeline.ts +++ b/src/gantt/timeline.ts @@ -81,12 +81,6 @@ Gantt.Inject(Selection, Sort, DayMarkers); labelSettings: { rightLabel: 'taskName', }, - eventMarkers: [ - { - day: '02/08/2019', - label: 'Project kick-off' - } - ], }); gantt.appendTo('#Timeline'); diff --git a/src/gantt/toolbar-template.html b/src/gantt/toolbar-template.html new file mode 100644 index 00000000..781bbb3a --- /dev/null +++ b/src/gantt/toolbar-template.html @@ -0,0 +1,47 @@ +
    +
    +
    +
    +
    +
    + +
    +

    This sample explains the way of rendering built-in and custom toolbar items at the same time.

    +
    + +
    +

    Custom toolbar items can be added by defining the toolbar as a collection of ItemModels. + Actions for this customized toolbar items are defined in the toolbarClick event. +

    +

    In this sample, the custom toolbar element Quick Filter and Clear Filter is rendered + along with predefined toolbar items ExpandAll and CollapseAll. + While clicking the Quick Filter toolbar item, the filtering occurs for Task Namecolumn.Filtered column can be cleared using Clear Filter toolbar item. +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules.To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method.To use a filter, inject the + Filter module using the Gantt.Inject(Filter) method.To use a toolbar, inject the + Toolbar module using the Gantt.Inject(Toolbar) method.To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    + + diff --git a/src/gantt/toolbar-template.ts b/src/gantt/toolbar-template.ts new file mode 100644 index 00000000..d680d513 --- /dev/null +++ b/src/gantt/toolbar-template.ts @@ -0,0 +1,62 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Filter, Toolbar, DayMarkers, Selection } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; +import { ClickEventArgs } from '@syncfusion/ej2-navigations'; + +/** + * Toolbar Template Gantt sample + */ + +Gantt.Inject(Filter, Toolbar, DayMarkers, Selection); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + allowSelection: true, + allowFiltering: true, + treeColumnIndex: 1, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', width: 70 }, + { field: 'TaskName', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Predecessor' }, + { field: 'Progress' }, + ], + labelSettings: { + leftLabel: 'TaskName' + }, + splitterSettings: { + columnIndex: 2 + }, + toolbar: ['ExpandAll', 'CollapseAll', + { text: 'Quick Filter', tooltipText: 'Quick Filter', id: 'Quick Filter', prefixIcon: 'e-quickfilter' }, + { text: 'Clear Filter', tooltipText: 'Clear Filter', id: 'Clear Filter' } + ], + toolbarClick: (args: ClickEventArgs) => { + if (args.item.text === 'Quick Filter') { + gantt.filterByColumn('TaskName', 'startswith', 'Identify'); + } + if (args.item.text === 'Clear Filter') { + gantt.clearFiltering(); + } + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#ToolbarTemplate'); +}; diff --git a/src/gantt/tooltip-template.html b/src/gantt/tooltip-template.html new file mode 100644 index 00000000..aa0ddaad --- /dev/null +++ b/src/gantt/tooltip-template.html @@ -0,0 +1,72 @@ +
    +
    +
    +
    +
    +
    + + + + + +
    +

    This sample explains the way of rendering tooltip template for taskbar and baseline by mapping template + elements to the property of taskbar and baseline in tooltipSettings.

    +
    + +
    +

    Tooltip can be enabled or disabled using tooltipSettings.showTooltip property.In this demo, the + tooltip template is rendered for taskbar and baseline using the + tooltipSettings.taskbar and tooltipSettings.baseline properties. +

    +

    + The baseline feature enables the user to view the deviation between the planned dates and the actual dates of + the tasks in a project. Baselines can be enabled in Gantt chart by enabling the renderBaseline + property along with mapping the data source values for baselineStartDate and baselineEndDate properties. +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules.To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method.To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/tooltip-template.ts b/src/gantt/tooltip-template.ts new file mode 100644 index 00000000..f22d4740 --- /dev/null +++ b/src/gantt/tooltip-template.ts @@ -0,0 +1,64 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, DayMarkers } from '@syncfusion/ej2-gantt'; +import { tooltipData, editingResources } from './data-source'; + +/** + * Tooltip Template Gantt sample + */ + +Gantt.Inject(Selection, DayMarkers ); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: tooltipData, + height: '450px', + highlightWeekends: true, + allowSelection: true, + renderBaseline: true, + treeColumnIndex: 1, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + resourceInfo: 'resources', + baselineStartDate: 'BaselineStartDate', + baselineEndDate: 'BaselineEndDate', + child: 'subtasks' + }, + columns: [ + { field: 'TaskID', width: 60 }, + { field: 'TaskName', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Predecessor' }, + { field: 'Progress' }, + { field: 'BaselineStartDate' }, + { field: 'BaselineEndDate' }, + { field: 'resources' }, + ], + resourceNameMapping: 'resourceName', + resourceIDMapping: 'resourceId', + resources: editingResources, + tooltipSettings: { + showTooltip: true, + taskbar: '#taskbarTooltip', + baseline: '#baselineTooltip', + }, + labelSettings: { + leftLabel: 'TaskName', + rightLabel: 'resources' + }, + splitterSettings: { + columnIndex: 2 + }, + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('05/04/2019') + }); + gantt.appendTo('#TooltipTemplate'); +}; diff --git a/src/gantt/unscheduled-tasks.html b/src/gantt/unscheduled-tasks.html index 80e9b317..2c491be5 100644 --- a/src/gantt/unscheduled-tasks.html +++ b/src/gantt/unscheduled-tasks.html @@ -26,7 +26,7 @@

    Injecting Module:

    - Gantt component features are segregated into individual feature-wise modules. To use a toolbar and add support, inject the Toolbar and Edit module using the Gantt.Inject(Toolbar, Edit) method + Gantt control features are segregated into individual feature-wise modules. To use a toolbar and add support, inject the Toolbar and Edit module using the Gantt.Inject(Toolbar, Edit) method and use a selection by injecting the Selection module using the Gantt.Inject(Selection) method.

    \ No newline at end of file diff --git a/src/gantt/work-week.html b/src/gantt/work-week.html new file mode 100644 index 00000000..8f79bf96 --- /dev/null +++ b/src/gantt/work-week.html @@ -0,0 +1,43 @@ +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + +
    +
    Working Days
    +
    +
    + +
    +
    +
    + +
    +

    This sample visualizes the support for changing different set of working days in a week. The selected working days in drop down list will be applied to Gantt chart.

    +
    + +
    +

    + In this example, you can see how to render a Gantt chart with the provided data source and customizable array of working days. These working days alone will be considered for taskbar rendering and duration calculations. +

    +

    + The working days in your project can be customized using the workWeek property and the selected days in the dropdown list available in the property panel will be applied to Gantt chart. You can get to know the working days in the Gantt chart timeline by the highlighted weekend days. This can be enabled by using the highlightWeekends property +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method. To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/work-week.ts b/src/gantt/work-week.ts new file mode 100644 index 00000000..6e68670f --- /dev/null +++ b/src/gantt/work-week.ts @@ -0,0 +1,76 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, DayMarkers } from '@syncfusion/ej2-gantt'; +import { projectNewData } from './data-source'; +import { extend } from '@syncfusion/ej2-base'; +import { MultiSelect, CheckBoxSelection } from '@syncfusion/ej2-dropdowns'; +import { SelectEventArgs, RemoveEventArgs } from '@syncfusion/ej2-dropdowns'; + +/** + * Default Gantt sample + */ + +Gantt.Inject(Selection, DayMarkers); +MultiSelect.Inject(CheckBoxSelection); + +(window as any).default = (): void => { + loadCultureFiles(); + let workDays: any = [ + { id: 'Sunday', day: 'Sunday' }, + { id: 'Monday', day: 'Monday' }, + { id: 'Tuesday', day: 'Tuesday' }, + { id: 'Wednesday', day: 'Wednesday' }, + { id: 'Thursday', day: 'Thursday' }, + { id: 'Friday', day: 'Friday' }, + { id: 'Saturday', day: 'Saturday' }, + ]; + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + labelSettings: { + leftLabel: 'TaskName' + }, + workWeek: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'], + projectStartDate: new Date('03/24/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#WorkWeek'); + const select: any = (args: SelectEventArgs) => { + let workingDays: any = Object[7]; + let fieldInstance: MultiSelect = ((document.getElementById('WorkingDays'))).ej2_instances[0] as MultiSelect; + workingDays = extend([], fieldInstance.value, [], true); + workingDays.push(args.item.innerText); + gantt.workWeek = workingDays; + }; + const removed: any = (args: RemoveEventArgs) => { + let index: number = gantt.workWeek.indexOf(args.item.innerText); + let fieldInstance: MultiSelect = ((document.getElementById('WorkingDays'))).ej2_instances[0] as MultiSelect; + let workingDays: any = Object[7]; + if (index !== -1) { + workingDays = fieldInstance.value; + gantt.workWeek = workingDays; + } + }; + let checkList: MultiSelect = new MultiSelect({ + dataSource: workDays, + select: select.bind(this), + removed: removed.bind(this), + value: ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday'], + fields: { text: 'day', value: 'id' }, + mode: 'CheckBox', + showDropDownIcon: true, + popupHeight: '350px' + }); + checkList.appendTo('#WorkingDays'); +}; \ No newline at end of file diff --git a/src/gantt/working-time-range.html b/src/gantt/working-time-range.html new file mode 100644 index 00000000..4d551282 --- /dev/null +++ b/src/gantt/working-time-range.html @@ -0,0 +1,56 @@ +
    +
    +
    +
    +
    +
    +
    + + + + + + + + + + + + + +
    +
    Work Start Time
    +
    +
    + +
    +
    +
    Work End Time
    +
    +
    + +
    +
    +
    + +
    +

    This sample visualizes the support for changing the working hours in a day. The selected start and end hours from the property panel will be applied to each task available in the project.

    +
    + +
    +

    + In this example, you can see how to render a Gantt chart with the provided data source and customizable working hours in a day. You can split the working hours in a day to one or more range. So, You can also provide the dayWorkingTime property value as array of object collection. Gantt chart also supports different durationUnit values as follows: +

  • day
  • +
  • hour
  • +
  • minute
  • +

    +

    + Given duration in dataSource will be considered with this unit. In this demo, the hour unit is used to render taskbars in day hour timeline mode. Gantt chart supports only 24hours format as of now. The working hours will differ between organizations. This feature will be helpful to keep track of each task and resource task status based on the working time of company. +

    +

    Injecting Module:

    +

    + Gantt control features are segregated into individual feature-wise modules. To use a selection, inject the + Selection module using the Gantt.Inject(Selection) method. To use markers, inject the + DayMarkers module using the Gantt.Inject(DayMarkers) method. +

    +
    \ No newline at end of file diff --git a/src/gantt/working-time-range.ts b/src/gantt/working-time-range.ts new file mode 100644 index 00000000..9fbf017c --- /dev/null +++ b/src/gantt/working-time-range.ts @@ -0,0 +1,89 @@ +import { loadCultureFiles } from '../common/culture-loader'; +import { Gantt, Selection, DayMarkers } from '@syncfusion/ej2-gantt'; +import {NumericTextBox} from '@syncfusion/ej2-inputs'; +import { projectNewData } from './data-source'; + +/** + * Default Gantt sample + */ + +Gantt.Inject(Selection, DayMarkers); +(window as any).default = (): void => { + loadCultureFiles(); + let gantt: Gantt = new Gantt( + { + dataSource: projectNewData, + height: '450px', + highlightWeekends: true, + taskFields: { + id: 'TaskID', + name: 'TaskName', + startDate: 'StartDate', + endDate: 'EndDate', + duration: 'Duration', + progress: 'Progress', + dependency: 'Predecessor', + child: 'subtasks' + }, + durationUnit: 'Hour', + labelSettings: { + leftLabel: 'TaskName' + }, + timelineSettings: { + topTier: { + unit: 'Day' + }, + bottomTier: { + unit: 'Hour' + } + }, + projectStartDate: new Date('04/02/2019'), + projectEndDate: new Date('07/06/2019') + }); + gantt.appendTo('#WorkTimeRange'); + let workStartTime: NumericTextBox = new NumericTextBox({ + min: 0, + max: 24, + value: 8, + change: updateTime, + showSpinButton: true, + step: 0.5 + }); + workStartTime.appendTo('#WorkStartTime'); + + let workEndTime: NumericTextBox = new NumericTextBox({ + min: 0, + max: 24, + value: 17, + change: updateTime, + showSpinButton: true, + step: 0.5 + }); + workEndTime.appendTo('#WorkEndTime'); + + + let isTimeUpdated: boolean = false; + function updateTime(): void { + let defaultDate: string = '08/08/2016'; + let startDate: Date = new Date(defaultDate); + let endDate: Date = new Date(defaultDate); + let decPlace: number = workStartTime.value - Math.floor(workStartTime.value); + startDate.setHours(workStartTime.value); + startDate.setMinutes(decPlace * 60); + decPlace = workEndTime.value - Math.floor(workEndTime.value); + endDate.setHours(workEndTime.value); + endDate.setMinutes(decPlace * 60); + /*Validate time value and update the time range*/ + if (startDate.getTime() < endDate.getTime() && isTimeUpdated === false) { + let workingTime: any = [{ from: workStartTime.value, to: workEndTime.value }]; + gantt.dayWorkingTime = workingTime; + isTimeUpdated = false; + } else { + isTimeUpdated = true; + workStartTime.value = gantt.dayWorkingTime[0].from; + workEndTime.value = gantt.dayWorkingTime[gantt.dayWorkingTime.length - 1].to; + } + isTimeUpdated = false; + } + +}; diff --git a/src/gantt/zooming.ts b/src/gantt/zooming.ts index c7996fac..5b772dbd 100644 --- a/src/gantt/zooming.ts +++ b/src/gantt/zooming.ts @@ -13,6 +13,7 @@ Gantt.Inject(Toolbar); { dataSource: zoomingData, height: '450px', + treeColumnIndex: 1, taskFields: { id: 'TaskID', name: 'TaskName', @@ -23,10 +24,22 @@ Gantt.Inject(Toolbar); dependency: 'Predecessor', child: 'subtasks' }, + columns: [ + { field: 'TaskID', width: 60 }, + { field: 'TaskName', width: 250 }, + { field: 'StartDate' }, + { field: 'EndDate' }, + { field: 'Duration' }, + { field: 'Predecessor' }, + { field: 'Progress' }, + ], toolbar: ['ZoomIn', 'ZoomOut', 'ZoomToFit'], labelSettings: { leftLabel: 'TaskName' }, + splitterSettings: { + columnIndex: 2 + }, projectStartDate: new Date('03/24/2019'), projectEndDate: new Date('04/28/2019') }); diff --git a/src/grid/default.html b/src/grid/default.html index 53fd5892..50f814c8 100644 --- a/src/grid/default.html +++ b/src/grid/default.html @@ -18,6 +18,8 @@ href="http://ej2.syncfusion.com/documentation/data/api-dataManager.html"> DataManager binding data fields to columns. Also, displaying a column header to identify the field with support for grouped records. + Not only text data, It can handle images as datasource for columns effectively. + The grid with various datasource binding support helps to handle various data.

    In this demo, the Grid is populated with its minimum default settings. @@ -25,7 +27,7 @@

    More information on the Grid instantiation can be found in this + href="https://ej2.syncfusion.com/documentation/grid/getting-started/#getting-started"> documentation section.

    \ No newline at end of file diff --git a/src/grid/grid-lines.html b/src/grid/grid-lines.html index c7bd320e..cd9ac633 100644 --- a/src/grid/grid-lines.html +++ b/src/grid/grid-lines.html @@ -38,6 +38,7 @@ The gridLines property is used to control the line visibility that separates the rows and columns. + the gridlines can be used accroding to the data we used to make it display with proper structure. The Grid allow us to display the following grid lines,

      @@ -52,7 +53,7 @@

      More information on the gridLines configuration can be found in this + href="https://ej2.syncfusion.com/documentation/api/grid/#gridlines"> documentation section.

      \ No newline at end of file diff --git a/src/grid/grid-overview-stack.json b/src/grid/grid-overview-stack.json index cf248250..9e6815fd 100644 --- a/src/grid/grid-overview-stack.json +++ b/src/grid/grid-overview-stack.json @@ -1 +1 @@ -{"data-source.ts":"\r\n/**\r\n * Grid datasource\r\n */\r\n\r\nexport function getTradeData(dataCount?: number): object {\r\n let employees: string[] = [\r\n 'Michael', 'Kathryn', 'Tamer', 'Martin', 'Davolio', 'Nancy', 'Fuller', 'Leverling', 'Peacock',\r\n 'Margaret', 'Buchanan', 'Janet', 'Andrew', 'Callahan', 'Laura', 'Dodsworth', 'Anne',\r\n 'Bergs', 'Vinet', 'Anton', 'Fleet', 'Zachery', 'Van', 'King', 'Jack', 'Rose'];\r\n let designation: string[] = ['Manager', 'CFO', 'Designer', 'Developer', 'Program Directory', 'System Analyst', 'Project Lead'];\r\n let mail: string[] = ['sample.com', 'arpy.com', 'rpy.com', 'mail.com', 'jourrapide.com'];\r\n let location: string[] = ['UK', 'USA', 'Sweden', 'France', 'Canada', 'Argentina', 'Austria', 'Germany', 'Mexico'];\r\n let status: string[] = ['Active', 'Inactive'];\r\n let trustworthiness: string[] = ['Perfect', 'Sufficient', 'Insufficient'];\r\n let tradeData: Object[] = [];\r\n let address: string[] = ['59 rue de lAbbaye', 'Luisenstr. 48', 'Rua do Paço, 67', '2, rue du Commerce', 'Boulevard Tirou, 255',\r\n 'Rua do mailPaço, 67', 'Hauptstr. 31', 'Starenweg 5', 'Rua do Mercado, 12',\r\n 'Carrera 22 con Ave. Carlos Soublette #8-35', 'Kirchgasse 6',\r\n 'Sierras de Granada 9993', 'Mehrheimerstr. 369', 'Rua da Panificadora, 12', '2817 Milton Dr.', 'Kirchgasse 6',\r\n 'Åkergatan 24', '24, place Kléber', 'Torikatu 38', 'Berliner Platz 43', '5ª Ave. Los Palos Grandes', '1029 - 12th Ave. S.',\r\n 'Torikatu 38', 'P.O. Box 555', '2817 Milton Dr.', 'Taucherstraße 10', '59 rue de lAbbaye', 'Via Ludovico il Moro 22',\r\n 'Avda. Azteca 123', 'Heerstr. 22', 'Berguvsvägen 8', 'Magazinweg 7', 'Berguvsvägen 8', 'Gran Vía, 1', 'Gran Vía, 1',\r\n 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', 'Magazinweg 7', 'Taucherstraße 10', 'Taucherstraße 10',\r\n 'Av. Copacabana, 267', 'Strada Provinciale 124', 'Fauntleroy Circus', 'Av. dos Lusíadas, 23',\r\n 'Rua da Panificadora, 12', 'Av. Inês de Castro, 414', 'Avda. Azteca 123', '2817 Milton Dr.'];\r\n let employeeimg: string[] = ['usermale', 'userfemale'];\r\n if (typeof dataCount === 'string') {\r\n dataCount = parseInt(dataCount, 10);\r\n }\r\n for (let i: number = 1; i <= dataCount; i++) {\r\n let code: any = 10000;\r\n tradeData.push({\r\n 'EmployeeID': code + i,\r\n 'Employees':\r\n employees[Math.floor(Math.random() * employees.length)] + ' ' + employees[Math.floor(Math.random() * employees.length)],\r\n 'Designation': designation[Math.floor(Math.random() * designation.length)],\r\n 'Location': location[Math.floor(Math.random() * location.length)],\r\n 'Status': status[Math.floor(Math.random() * status.length)],\r\n 'Trustworthiness': trustworthiness[Math.floor(Math.random() * trustworthiness.length)],\r\n 'Rating': Math.floor(Math.random() * 5),\r\n 'Software': Math.floor(Math.random() * 100),\r\n 'EmployeeImg': employeeimg[Math.floor(Math.random() * employeeimg.length)],\r\n 'CurrentSalary': Math.floor((Math.random() * 100000)),\r\n 'Address': address[Math.floor(Math.random() * address.length)],\r\n });\r\n let employee: string = 'Employees';\r\n let emp: string = tradeData[i - 1][employee];\r\n let sName: string = emp.substr(0, emp.indexOf(' ')).toLowerCase();\r\n let empmail: string = 'Mail';\r\n tradeData[i - 1][empmail] = sName + (Math.floor(Math.random() * 100) + 10) + '@' + mail[Math.floor(Math.random() * mail.length)];\r\n\r\n }\r\n return tradeData;\r\n}\r\nexport let virtualData: Object[] = [];\r\nexport function dataSource(): void {\r\n let names: string[] = ['VINET', 'TOMSP', 'HANAR', 'VICTE', 'SUPRD', 'HANAR', 'CHOPS', 'RICSU', 'WELLI', 'HILAA', 'ERNSH', 'CENTC',\r\n 'OTTIK', 'QUEDE', 'RATTC', 'ERNSH', 'FOLKO', 'BLONP', 'WARTH', 'FRANK', 'GROSR', 'WHITC', 'WARTH', 'SPLIR', 'RATTC', 'QUICK', 'VINET',\r\n 'MAGAA', 'TORTU', 'MORGK', 'BERGS', 'LEHMS', 'BERGS', 'ROMEY', 'ROMEY', 'LILAS', 'LEHMS', 'QUICK', 'QUICK', 'RICAR', 'REGGC', 'BSBEV',\r\n 'COMMI', 'QUEDE', 'TRADH', 'TORTU', 'RATTC', 'VINET', 'LILAS', 'BLONP', 'HUNGO', 'RICAR', 'MAGAA', 'WANDK', 'SUPRD', 'GODOS', 'TORTU',\r\n 'OLDWO', 'ROMEY', 'LONEP', 'ANATR', 'HUNGO', 'THEBI', 'DUMON', 'WANDK', 'QUICK', 'RATTC', 'ISLAT', 'RATTC', 'LONEP', 'ISLAT', 'TORTU',\r\n 'WARTH', 'ISLAT', 'PERIC', 'KOENE', 'SAVEA', 'KOENE', 'BOLID', 'FOLKO', 'FURIB', 'SPLIR', 'LILAS', 'BONAP', 'MEREP', 'WARTH', 'VICTE',\r\n 'HUNGO', 'PRINI', 'FRANK', 'OLDWO', 'MEREP', 'BONAP', 'SIMOB', 'FRANK', 'LEHMS', 'WHITC', 'QUICK', 'RATTC', 'FAMIA'];\r\n for (let i: number = 0; i < 100000; i++) {\r\n virtualData.push({\r\n 'FIELD1': names[Math.floor(Math.random() * names.length)],\r\n 'FIELD2': 1967 + (i % 10),\r\n 'FIELD3': Math.floor(Math.random() * 200),\r\n 'FIELD4': Math.floor(Math.random() * 100),\r\n 'FIELD5': Math.floor(Math.random() * 2000),\r\n 'FIELD6': Math.floor(Math.random() * 1000),\r\n 'FIELD7': Math.floor(Math.random() * 100),\r\n 'FIELD8': Math.floor(Math.random() * 10),\r\n 'FIELD9': Math.floor(Math.random() * 10),\r\n 'FIELD10': Math.floor(Math.random() * 100),\r\n 'FIELD11': Math.floor(Math.random() * 100),\r\n 'FIELD12': Math.floor(Math.random() * 1000),\r\n 'FIELD13': Math.floor(Math.random() * 10),\r\n 'FIELD14': Math.floor(Math.random() * 10),\r\n 'FIELD15': Math.floor(Math.random() * 1000),\r\n 'FIELD16': Math.floor(Math.random() * 200),\r\n 'FIELD17': Math.floor(Math.random() * 300),\r\n 'FIELD18': Math.floor(Math.random() * 400),\r\n 'FIELD19': Math.floor(Math.random() * 500),\r\n 'FIELD20': Math.floor(Math.random() * 700),\r\n 'FIELD21': Math.floor(Math.random() * 800),\r\n 'FIELD22': Math.floor(Math.random() * 1000),\r\n 'FIELD23': Math.floor(Math.random() * 2000),\r\n 'FIELD24': Math.floor(Math.random() * 150),\r\n 'FIELD25': Math.floor(Math.random() * 1000),\r\n 'FIELD26': Math.floor(Math.random() * 100),\r\n 'FIELD27': Math.floor(Math.random() * 400),\r\n 'FIELD28': Math.floor(Math.random() * 600),\r\n 'FIELD29': Math.floor(Math.random() * 500),\r\n 'FIELD30': Math.floor(Math.random() * 300),\r\n });\r\n }\r\n}\r\nexport let productData: Object[] = [\r\n {\r\n 'ProductID': 1,\r\n 'ProductName': 'Chai',\r\n 'SupplierID': 1,\r\n 'QuantityPerUnit': '10 boxes x 20 bags',\r\n 'UnitPrice': 18.00,\r\n 'UnitsInStock': 39,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 2,\r\n 'ProductName': 'Chang',\r\n 'SupplierID': 1,\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitPrice': 19.00,\r\n 'UnitsInStock': 17,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 3,\r\n 'ProductName': 'Aniseed Syrup',\r\n 'SupplierID': 1,\r\n 'QuantityPerUnit': '12 - 550 ml bottles',\r\n 'UnitPrice': 10.00,\r\n 'UnitsInStock': 13,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 4,\r\n 'ProductName': 'Chef Anton\\'s Cajun Seasoning',\r\n 'SupplierID': 2,\r\n 'QuantityPerUnit': '48 - 6 oz jars',\r\n 'UnitPrice': 22.00,\r\n 'UnitsInStock': 53,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 5,\r\n 'ProductName': 'Chef Anton\\'s Gumbo Mix',\r\n 'SupplierID': 2,\r\n 'QuantityPerUnit': '36 boxes',\r\n 'UnitPrice': 21.35,\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 6,\r\n 'ProductName': 'Grandma\\'s Boysenberry Spread',\r\n 'SupplierID': 3,\r\n 'QuantityPerUnit': '12 - 8 oz jars',\r\n 'UnitPrice': 25.00,\r\n 'UnitsInStock': 120,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 7,\r\n 'ProductName': 'Uncle Bob\\'s Organic Dried Pears',\r\n 'SupplierID': 3,\r\n 'QuantityPerUnit': '12 - 1 lb pkgs.',\r\n 'UnitPrice': 30.00,\r\n 'UnitsInStock': 15,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 8,\r\n 'ProductName': 'Northwoods Cranberry Sauce',\r\n 'SupplierID': 3,\r\n 'QuantityPerUnit': '12 - 12 oz jars',\r\n 'UnitPrice': 40.00,\r\n 'UnitsInStock': 6,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 9,\r\n 'ProductName': 'Mishi Kobe Niku',\r\n 'SupplierID': 4,\r\n 'QuantityPerUnit': '18 - 500 g pkgs.',\r\n 'UnitPrice': 97.00,\r\n 'UnitsInStock': 29,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 10,\r\n 'ProductName': 'Ikura',\r\n 'SupplierID': 4,\r\n 'QuantityPerUnit': '12 - 200 ml jars',\r\n 'UnitPrice': 31.00,\r\n 'UnitsInStock': 31,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 11,\r\n 'ProductName': 'Queso Cabrales',\r\n 'SupplierID': 5,\r\n 'QuantityPerUnit': '1 kg pkg.',\r\n 'UnitPrice': 21.00,\r\n 'UnitsInStock': 22,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 12,\r\n 'ProductName': 'Queso Manchego La Pastora',\r\n 'SupplierID': 5,\r\n 'QuantityPerUnit': '10 - 500 g pkgs.',\r\n 'UnitPrice': 38.00,\r\n 'UnitsInStock': 86,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 13,\r\n 'ProductName': 'Konbu',\r\n 'SupplierID': 6,\r\n 'QuantityPerUnit': '2 kg box',\r\n 'UnitPrice': 6.00,\r\n 'UnitsInStock': 24,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 14,\r\n 'ProductName': 'Tofu',\r\n 'SupplierID': 6,\r\n 'QuantityPerUnit': '40 - 100 g pkgs.',\r\n 'UnitPrice': 23.25,\r\n 'UnitsInStock': 35,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 15,\r\n 'ProductName': 'Genen Shouyu',\r\n 'SupplierID': 6,\r\n 'QuantityPerUnit': '24 - 250 ml bottles',\r\n 'UnitPrice': 15.50,\r\n 'UnitsInStock': 39,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 16,\r\n 'ProductName': 'Pavlova',\r\n 'SupplierID': 7,\r\n 'QuantityPerUnit': '32 - 500 g boxes',\r\n 'UnitPrice': 17.45,\r\n 'UnitsInStock': 29,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 17,\r\n 'ProductName': 'Alice Mutton',\r\n 'SupplierID': 7,\r\n 'QuantityPerUnit': '20 - 1 kg tins',\r\n 'UnitPrice': 39.00,\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 18,\r\n 'ProductName': 'Carnarvon Tigers',\r\n 'SupplierID': 7,\r\n 'QuantityPerUnit': '16 kg pkg.',\r\n 'UnitPrice': 62.50,\r\n 'UnitsInStock': 42,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 19,\r\n 'ProductName': 'Teatime Chocolate Biscuits',\r\n 'SupplierID': 8,\r\n 'QuantityPerUnit': '10 boxes x 12 pieces',\r\n 'UnitPrice': 9.20,\r\n 'UnitsInStock': 25,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 20,\r\n 'ProductName': 'Sir Rodney\\'s Marmalade',\r\n 'SupplierID': 8,\r\n 'QuantityPerUnit': '30 gift boxes',\r\n 'UnitPrice': 81.00,\r\n 'UnitsInStock': 40,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 21,\r\n 'ProductName': 'Sir Rodney\\'s Scones',\r\n 'SupplierID': 8,\r\n 'QuantityPerUnit': '24 pkgs. x 4 pieces',\r\n 'UnitPrice': 10.00,\r\n 'UnitsInStock': 3,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 22,\r\n 'ProductName': 'Gustaf\\'s Knäckebröd',\r\n 'SupplierID': 9,\r\n 'QuantityPerUnit': '24 - 500 g pkgs.',\r\n 'UnitPrice': 21.00,\r\n 'UnitsInStock': 104,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 23,\r\n 'ProductName': 'Tunnbröd',\r\n 'SupplierID': 9,\r\n 'QuantityPerUnit': '12 - 250 g pkgs.',\r\n 'UnitPrice': 9.00,\r\n 'UnitsInStock': 61,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 24,\r\n 'ProductName': 'Guaraná Fantástica',\r\n 'SupplierID': 10,\r\n 'QuantityPerUnit': '12 - 355 ml cans',\r\n 'UnitPrice': 4.50,\r\n 'UnitsInStock': 20,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 25,\r\n 'ProductName': 'NuNuCa Nuß-Nougat-Creme',\r\n 'SupplierID': 11,\r\n 'QuantityPerUnit': '20 - 450 g glasses',\r\n 'UnitPrice': 14.00,\r\n 'UnitsInStock': 76,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 26,\r\n 'ProductName': 'Gumbär Gummibärchen',\r\n 'SupplierID': 11,\r\n 'QuantityPerUnit': '100 - 250 g bags',\r\n 'UnitPrice': 31.23,\r\n 'UnitsInStock': 15,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 27,\r\n 'ProductName': 'Schoggi Schokolade',\r\n 'SupplierID': 11,\r\n 'QuantityPerUnit': '100 - 100 g pieces',\r\n 'UnitPrice': 43.90,\r\n 'UnitsInStock': 49,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 28,\r\n 'ProductName': 'Rössle Sauerkraut',\r\n 'SupplierID': 12,\r\n 'QuantityPerUnit': '25 - 825 g cans',\r\n 'UnitPrice': 45.60,\r\n 'UnitsInStock': 26,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 29,\r\n 'ProductName': 'Thüringer Rostbratwurst',\r\n 'SupplierID': 12,\r\n 'QuantityPerUnit': '50 bags x 30 sausgs.',\r\n 'UnitPrice': 123.79,\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 30,\r\n 'ProductName': 'Nord-Ost Matjeshering',\r\n 'SupplierID': 13,\r\n 'QuantityPerUnit': '10 - 200 g glasses',\r\n 'UnitPrice': 25.89,\r\n 'UnitsInStock': 10,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 31,\r\n 'ProductName': 'Gorgonzola Telino',\r\n 'SupplierID': 14,\r\n 'QuantityPerUnit': '12 - 100 g pkgs',\r\n 'UnitPrice': 12.50,\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 32,\r\n 'ProductName': 'Mascarpone Fabioli',\r\n 'SupplierID': 14,\r\n 'QuantityPerUnit': '24 - 200 g pkgs.',\r\n 'UnitPrice': 32.00,\r\n 'UnitsInStock': 9,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 33,\r\n 'ProductName': 'Geitost',\r\n 'SupplierID': 15,\r\n 'QuantityPerUnit': '500 g',\r\n 'UnitPrice': 2.50,\r\n 'UnitsInStock': 112,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 34,\r\n 'ProductName': 'Sasquatch Ale',\r\n 'SupplierID': 16,\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitPrice': 14.00,\r\n 'UnitsInStock': 111,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 35,\r\n 'ProductName': 'Steeleye Stout',\r\n 'SupplierID': 16,\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitPrice': 18.00,\r\n 'UnitsInStock': 20,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 36,\r\n 'ProductName': 'Inlagd Sill',\r\n 'SupplierID': 17,\r\n 'QuantityPerUnit': '24 - 250 g jars',\r\n 'UnitPrice': 19.00,\r\n 'UnitsInStock': 112,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 37,\r\n 'ProductName': 'Gravad lax',\r\n 'SupplierID': 17,\r\n 'QuantityPerUnit': '12 - 500 g pkgs.',\r\n 'UnitPrice': 26.00,\r\n 'UnitsInStock': 11,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 38,\r\n 'ProductName': 'Côte de Blaye',\r\n 'SupplierID': 18,\r\n 'QuantityPerUnit': '12 - 75 cl bottles',\r\n 'UnitPrice': 263.50,\r\n 'UnitsInStock': 17,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 39,\r\n 'ProductName': 'Chartreuse verte',\r\n 'SupplierID': 18,\r\n 'QuantityPerUnit': '750 cc per bottle',\r\n 'UnitPrice': 18.00,\r\n 'UnitsInStock': 69,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 40,\r\n 'ProductName': 'Boston Crab Meat',\r\n 'SupplierID': 19,\r\n 'QuantityPerUnit': '24 - 4 oz tins',\r\n 'UnitPrice': 18.40,\r\n 'UnitsInStock': 123,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 41,\r\n 'ProductName': 'Jack\\'s New England Clam Chowder',\r\n 'SupplierID': 19,\r\n 'QuantityPerUnit': '12 - 12 oz cans',\r\n 'UnitPrice': 9.65,\r\n 'UnitsInStock': 85,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 42,\r\n 'ProductName': 'Singaporean Hokkien Fried Mee',\r\n 'SupplierID': 20,\r\n 'QuantityPerUnit': '32 - 1 kg pkgs.',\r\n 'UnitPrice': 14.00,\r\n 'UnitsInStock': 26,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 43,\r\n 'ProductName': 'Ipoh Coffee',\r\n 'SupplierID': 20,\r\n 'QuantityPerUnit': '16 - 500 g tins',\r\n 'UnitPrice': 46.00,\r\n 'UnitsInStock': 17,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 44,\r\n 'ProductName': 'Gula Malacca',\r\n 'SupplierID': 20,\r\n 'QuantityPerUnit': '20 - 2 kg bags',\r\n 'UnitPrice': 19.45,\r\n 'UnitsInStock': 27,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 45,\r\n 'ProductName': 'Rogede sild',\r\n 'SupplierID': 21,\r\n 'QuantityPerUnit': '1k pkg.',\r\n 'UnitPrice': 9.50,\r\n 'UnitsInStock': 5,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 46,\r\n 'ProductName': 'Spegesild',\r\n 'SupplierID': 21,\r\n 'QuantityPerUnit': '4 - 450 g glasses',\r\n 'UnitPrice': 12.00,\r\n 'UnitsInStock': 95,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 47,\r\n 'ProductName': 'Zaanse koeken',\r\n 'SupplierID': 22,\r\n 'QuantityPerUnit': '10 - 4 oz boxes',\r\n 'UnitPrice': 9.50,\r\n 'UnitsInStock': 36,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 48,\r\n 'ProductName': 'Chocolade',\r\n 'SupplierID': 22,\r\n 'QuantityPerUnit': '10 pkgs.',\r\n 'UnitPrice': 12.75,\r\n 'UnitsInStock': 15,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 49,\r\n 'ProductName': 'Maxilaku',\r\n 'SupplierID': 23,\r\n 'QuantityPerUnit': '24 - 50 g pkgs.',\r\n 'UnitPrice': 20.00,\r\n 'UnitsInStock': 10,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 50,\r\n 'ProductName': 'Valkoinen suklaa',\r\n 'SupplierID': 23,\r\n 'QuantityPerUnit': '12 - 100 g bars',\r\n 'UnitPrice': 16.25,\r\n 'UnitsInStock': 65,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 51,\r\n 'ProductName': 'Manjimup Dried Apples',\r\n 'SupplierID': 24,\r\n 'QuantityPerUnit': '50 - 300 g pkgs.',\r\n 'UnitPrice': 53.00,\r\n 'UnitsInStock': 20,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 52,\r\n 'ProductName': 'Filo Mix',\r\n 'SupplierID': 24,\r\n 'QuantityPerUnit': '16 - 2 kg boxes',\r\n 'UnitPrice': 7.00,\r\n 'UnitsInStock': 38,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 53,\r\n 'ProductName': 'Perth Pasties',\r\n 'SupplierID': 24,\r\n 'QuantityPerUnit': '48 pieces',\r\n 'UnitPrice': 32.80,\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 54,\r\n 'ProductName': 'Tourtière',\r\n 'SupplierID': 25,\r\n 'QuantityPerUnit': '16 pies',\r\n 'UnitPrice': 7.45,\r\n 'UnitsInStock': 21,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 55,\r\n 'ProductName': 'Pâté chinois',\r\n 'SupplierID': 25,\r\n 'QuantityPerUnit': '24 boxes x 2 pies',\r\n 'UnitPrice': 24.00,\r\n 'UnitsInStock': 115,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 56,\r\n 'ProductName': 'Gnocchi di nonna Alice',\r\n 'SupplierID': 26,\r\n 'QuantityPerUnit': '24 - 250 g pkgs.',\r\n 'UnitPrice': 38.00,\r\n 'UnitsInStock': 21,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 57,\r\n 'ProductName': 'Ravioli Angelo',\r\n 'SupplierID': 26,\r\n 'QuantityPerUnit': '24 - 250 g pkgs.',\r\n 'UnitPrice': 19.50,\r\n 'UnitsInStock': 36,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 58,\r\n 'ProductName': 'Escargots de Bourgogne',\r\n 'SupplierID': 27,\r\n 'QuantityPerUnit': '24 pieces',\r\n 'UnitPrice': 13.25,\r\n 'UnitsInStock': 62,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 59,\r\n 'ProductName': 'Raclette Courdavault',\r\n 'SupplierID': 28,\r\n 'QuantityPerUnit': '5 kg pkg.',\r\n 'UnitPrice': 55.00,\r\n 'UnitsInStock': 79,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 60,\r\n 'ProductName': 'Camembert Pierrot',\r\n 'SupplierID': 28,\r\n 'QuantityPerUnit': '15 - 300 g rounds',\r\n 'UnitPrice': 34.00,\r\n 'UnitsInStock': 19,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 61,\r\n 'ProductName': 'Sirop d\\'érable',\r\n 'SupplierID': 29,\r\n 'QuantityPerUnit': '24 - 500 ml bottles',\r\n 'UnitPrice': 28.50,\r\n 'UnitsInStock': 113,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 62,\r\n 'ProductName': 'Tarte au sucre',\r\n 'SupplierID': 29,\r\n 'QuantityPerUnit': '48 pies',\r\n 'UnitPrice': 49.30,\r\n 'UnitsInStock': 17,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 63,\r\n 'ProductName': 'Vegie-spread',\r\n 'SupplierID': 7,\r\n 'QuantityPerUnit': '15 - 625 g jars',\r\n 'UnitPrice': 43.90,\r\n 'UnitsInStock': 24,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 64,\r\n 'ProductName': 'Wimmers gute Semmelknödel',\r\n 'SupplierID': 12,\r\n 'QuantityPerUnit': '20 bags x 4 pieces',\r\n 'UnitPrice': 33.25,\r\n 'UnitsInStock': 22,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 65,\r\n 'ProductName': 'Louisiana Fiery Hot Pepper Sauce',\r\n 'SupplierID': 2,\r\n 'QuantityPerUnit': '32 - 8 oz bottles',\r\n 'UnitPrice': 21.05,\r\n 'UnitsInStock': 76,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 66,\r\n 'ProductName': 'Louisiana Hot Spiced Okra',\r\n 'SupplierID': 2,\r\n 'QuantityPerUnit': '24 - 8 oz jars',\r\n 'UnitPrice': 17.00,\r\n 'UnitsInStock': 4,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 67,\r\n 'ProductName': 'Laughing Lumberjack Lager',\r\n 'SupplierID': 16,\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitPrice': 14.00,\r\n 'UnitsInStock': 52,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 68,\r\n 'ProductName': 'Scottish Longbreads',\r\n 'SupplierID': 8,\r\n 'QuantityPerUnit': '10 boxes x 8 pieces',\r\n 'UnitPrice': 12.50,\r\n 'UnitsInStock': 6,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 69,\r\n 'ProductName': 'Gudbrandsdalsost',\r\n 'SupplierID': 15,\r\n 'QuantityPerUnit': '10 kg pkg.',\r\n 'UnitPrice': 36.00,\r\n 'UnitsInStock': 26,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 70,\r\n 'ProductName': 'Outback Lager',\r\n 'SupplierID': 7,\r\n 'QuantityPerUnit': '24 - 355 ml bottles',\r\n 'UnitPrice': 15.00,\r\n 'UnitsInStock': 15,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 71,\r\n 'ProductName': 'Flotemysost',\r\n 'SupplierID': 15,\r\n 'QuantityPerUnit': '10 - 500 g pkgs.',\r\n 'UnitPrice': 21.50,\r\n 'UnitsInStock': 26,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 72,\r\n 'ProductName': 'Mozzarella di Giovanni',\r\n 'SupplierID': 14,\r\n 'QuantityPerUnit': '24 - 200 g pkgs.',\r\n 'UnitPrice': 34.80,\r\n 'UnitsInStock': 14,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 73,\r\n 'ProductName': 'Röd Kaviar',\r\n 'SupplierID': 17,\r\n 'QuantityPerUnit': '24 - 150 g jars',\r\n 'UnitPrice': 15.00,\r\n 'UnitsInStock': 101,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 74,\r\n 'ProductName': 'Longlife Tofu',\r\n 'SupplierID': 4,\r\n 'QuantityPerUnit': '5 kg pkg.',\r\n 'UnitPrice': 10.00,\r\n 'UnitsInStock': 4,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 75,\r\n 'ProductName': 'Rhönbräu Klosterbier',\r\n 'SupplierID': 12,\r\n 'QuantityPerUnit': '24 - 0.5 l bottles',\r\n 'UnitPrice': 7.75,\r\n 'UnitsInStock': 125,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 76,\r\n 'ProductName': 'Lakkalikööri',\r\n 'SupplierID': 23,\r\n 'QuantityPerUnit': '500 ml',\r\n 'UnitPrice': 18.00,\r\n 'UnitsInStock': 57,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 77,\r\n 'ProductName': 'Original Frankfurter grüne Soße',\r\n 'SupplierID': 12,\r\n 'QuantityPerUnit': '12 boxes',\r\n 'UnitPrice': 13.00,\r\n 'UnitsInStock': 32,\r\n 'Discontinued': false\r\n }];\r\n\r\nexport let employeeData: Object[] = [{\r\n 'EmployeeID': 1,\r\n 'LastName': 'Davolio',\r\n 'FirstName': 'Nancy',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Ms.',\r\n 'BirthDate': new Date(-664743600000),\r\n 'HireDate': new Date(704692800000),\r\n 'Address': '507 - 20th Ave. E.\\r\\nApt. 2A',\r\n 'City': 'Seattle',\r\n 'Region': 'WA',\r\n 'PostalCode': '98122',\r\n 'Country': 'USA',\r\n 'HomePhone': '(206) 555-9857',\r\n 'Extension': '5467',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\\\r\n \\'The Art of the Cold Call.\\' Nancy is a member of Toastmasters International.',\r\n 'ReportsTo': 2,\r\n 'PhotoPath': 'http://accweb/emmployees/davolio.bmp'\r\n},\r\n{\r\n 'EmployeeID': 2,\r\n 'LastName': 'Fuller',\r\n 'FirstName': 'Andrew',\r\n 'Title': 'Vice President, Sales',\r\n 'TitleOfCourtesy': 'Dr.',\r\n 'BirthDate': new Date(-563828400000),\r\n 'HireDate': new Date(713764800000),\r\n 'Address': '908 W. Capital Way',\r\n 'City': 'Tacoma',\r\n 'Region': 'WA',\r\n 'PostalCode': '98401',\r\n 'Country': 'USA',\r\n 'HomePhone': '(206) 555-9482',\r\n 'Extension': '3457',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \\\r\n Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \\\r\n was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \\\r\n Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.',\r\n 'ReportsTo': 0,\r\n 'PhotoPath': 'http://accweb/emmployees/fuller.bmp'\r\n},\r\n{\r\n 'EmployeeID': 3,\r\n 'LastName': 'Leverling',\r\n 'FirstName': 'Janet',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Ms.',\r\n 'BirthDate': new Date(-200088000000),\r\n 'HireDate': new Date(702104400000),\r\n 'Address': '722 Moss Bay Blvd.',\r\n 'City': 'Kirkland',\r\n 'Region': 'WA',\r\n 'PostalCode': '98033',\r\n 'Country': 'USA',\r\n 'HomePhone': '(206) 555-3412',\r\n 'Extension': '3355',\r\n 'Photo': { 'Length': 21722 },\r\n\r\n 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \\\r\n She has also completed a certificate program in food retailing management.\\\r\n Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.',\r\n 'ReportsTo': 2,\r\n 'PhotoPath': 'http://accweb/emmployees/leverling.bmp'\r\n},\r\n{\r\n 'EmployeeID': 4,\r\n 'LastName': 'Peacock',\r\n 'FirstName': 'Margaret',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Mrs.',\r\n 'BirthDate': new Date(-1018814400000),\r\n 'HireDate': new Date(736401600000),\r\n 'Address': '4110 Old Redmond Rd.',\r\n 'City': 'Redmond',\r\n 'Region': 'WA',\r\n 'PostalCode': '98052',\r\n 'Country': 'USA',\r\n 'HomePhone': '(206) 555-8122',\r\n 'Extension': '5176',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \\\r\n Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.',\r\n 'ReportsTo': 2,\r\n 'PhotoPath': 'http://accweb/emmployees/peacock.bmp'\r\n},\r\n{\r\n 'EmployeeID': 5,\r\n 'LastName': 'Buchanan',\r\n 'FirstName': 'Steven',\r\n 'Title': 'Sales Manager',\r\n 'TitleOfCourtesy': 'Mr.',\r\n 'BirthDate': new Date(-468010800000),\r\n 'HireDate': new Date(750830400000),\r\n 'Address': '14 Garrett Hill',\r\n 'City': 'London',\r\n 'Region': null,\r\n 'PostalCode':\r\n 'SW1 8JR',\r\n 'Country': 'UK',\r\n 'HomePhone': '(71) 555-4848',\r\n 'Extension': '3453',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \\\r\n a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \\\r\n post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \\'Successful \\\r\n Telemarketing\\' and \\'International Sales Management.\\' He is fluent in French.',\r\n 'ReportsTo': 2,\r\n 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp'\r\n},\r\n{\r\n 'EmployeeID': 6,\r\n 'LastName': 'Suyama',\r\n 'FirstName': 'Michael',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Mr.',\r\n 'BirthDate': new Date(-205185600000),\r\n 'HireDate': new Date(750830400000),\r\n 'Address': 'Coventry House\\r\\nMiner Rd.',\r\n 'City': 'London',\r\n 'Region': null,\r\n 'PostalCode': 'EC2 7JR',\r\n 'Country': 'UK',\r\n 'HomePhone': '(71) 555-7773',\r\n 'Extension': '428',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \\\r\n (MBA, marketing, 1986). He has also taken the courses \\'Multi-Cultural Selling\\' and \\'Time Management for the Sales Professional.\\' \\\r\n He is fluent in Japanese and can read and write French, Portuguese, and Spanish.',\r\n 'ReportsTo': 5,\r\n 'PhotoPath': 'http://accweb/emmployees/davolio.bmp'\r\n},\r\n{\r\n 'EmployeeID': 7,\r\n 'LastName': 'King',\r\n 'FirstName': 'Robert',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Mr.',\r\n 'BirthDate': new Date(-302731200000),\r\n 'HireDate': new Date(757486800000),\r\n 'Address': 'Edgeham Hollow\\r\\nWinchester Way',\r\n 'City': 'London',\r\n 'Region': null,\r\n 'PostalCode': 'RG1 9SP',\r\n 'Country': 'UK',\r\n 'HomePhone': '(71) 555-5598',\r\n 'Extension': '465',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \\\r\n University of Michigan in 1992, the year he joined the company. After completing a course entitled \\'Selling in Europe,\\' \\\r\n he was transferred to the London office in March 1993.',\r\n 'ReportsTo': 5,\r\n 'PhotoPath': 'http://accweb/emmployees/davolio.bmp'\r\n},\r\n{\r\n 'EmployeeID': 8,\r\n 'LastName': 'Callahan',\r\n 'FirstName': 'Laura',\r\n 'Title': 'Inside Sales Coordinator',\r\n 'TitleOfCourtesy': 'Ms.',\r\n 'BirthDate': new Date(-377982000000),\r\n 'HireDate': new Date(762843600000),\r\n 'Address': '4726 - 11th Ave. N.E.',\r\n 'City': 'Seattle',\r\n 'Region': 'WA',\r\n 'PostalCode': '98105',\r\n 'Country': 'USA',\r\n 'HomePhone': '(206) 555-1189',\r\n 'Extension': '2344',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \\\r\n French. She reads and writes French.',\r\n 'ReportsTo': 2,\r\n 'PhotoPath': 'http://accweb/emmployees/davolio.bmp'\r\n},\r\n{\r\n 'EmployeeID': 9,\r\n 'LastName': 'Dodsworth',\r\n 'FirstName': 'Anne',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Ms.',\r\n 'BirthDate': new Date(-123966000000),\r\n 'HireDate': new Date(784875600000),\r\n 'Address': '7 Houndstooth Rd.',\r\n 'City': 'London',\r\n 'Region': null,\r\n 'PostalCode': 'WG2 7LT',\r\n 'Country': 'UK',\r\n 'HomePhone': '(71) 555-4444',\r\n 'Extension': '452',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.',\r\n 'ReportsTo': 5,\r\n 'PhotoPath': 'http://accweb/emmployees/davolio.bmp'\r\n}];\r\n\r\nlet purchaseData: string = JSON.stringify([\r\n {\r\n 'OrderID': 10248,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-07-04T10:10:00.000Z',\r\n 'ShippedDate': '1996-07-16T12:20:00.000Z',\r\n 'Freight': 32.38,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10249,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1996-07-05T12:20:00.000Z',\r\n 'ShippedDate': '1996-07-10T13:20:00.000Z',\r\n 'Freight': 11.61,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10250,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1996-07-08T08:40:00.000Z',\r\n 'ShippedDate': '1996-07-12T07:50:00.000Z',\r\n 'Freight': 65.83,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10251,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1996-07-08T07:50:00.000Z',\r\n 'ShippedDate': '1996-07-15T15:50:00.000Z',\r\n 'Freight': 41.34,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10252,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1996-07-09T12:05:00.000Z',\r\n 'ShippedDate': '1996-07-11T17:30:00.000Z',\r\n 'Freight': 51.3,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10253,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1996-07-10T11:20:00.000Z',\r\n 'ShippedDate': '1996-07-16T10:10:00.000Z',\r\n 'Freight': 58.17,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10254,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1996-07-11T10:00.00.000Z',\r\n 'ShippedDate': '1996-07-23T20:40:00.000Z',\r\n 'Freight': 22.98,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10255,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1996-07-12T10:40:00.000Z',\r\n 'ShippedDate': '1996-07-15T05:40:00.000Z',\r\n 'Freight': 148.33,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10256,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1996-07-15T20:50:00.000Z',\r\n 'ShippedDate': '1996-07-17T21:50:00.000Z',\r\n 'Freight': 13.97,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10257,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1996-07-16T03:20:00.000Z',\r\n 'ShippedDate': '1996-07-22T14:40:00.000Z',\r\n 'Freight': 81.91,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10258,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-07-17T18:30:00.000Z',\r\n 'ShippedDate': '1996-07-23T14:50:00.000Z',\r\n 'Freight': 140.51,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10259,\r\n 'CustomerID': 'CENTC',\r\n 'OrderDate': '1996-07-18T01:20:00.000Z',\r\n 'ShippedDate': '1996-07-25T16:20:00.000Z',\r\n 'Freight': 3.25,\r\n 'ShipName': 'Centro comercial Moctezuma',\r\n 'ShipAddress': 'Sierras de Granada 9993',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10260,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1996-07-19T11:20:00.000Z',\r\n 'ShippedDate': '1996-07-29T03:10:00.000Z',\r\n 'Freight': 55.09,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10261,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-07-19T18:30:00.000Z',\r\n 'ShippedDate': '1996-07-30T23:10:00.000Z',\r\n 'Freight': 3.05,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10262,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-07-22T21:40:00.000Z',\r\n 'ShippedDate': '1996-07-25T19:10:00.000Z',\r\n 'Freight': 48.29,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10263,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-07-23T00:10:00.000Z',\r\n 'ShippedDate': '1996-07-31T22:50:00.000Z',\r\n 'Freight': 146.06,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10264,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-07-24T20:10:00.000Z',\r\n 'ShippedDate': '1996-08-23T11:40:00.000Z',\r\n 'Freight': 3.67,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10265,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-07-25T23:50:00.000Z',\r\n 'ShippedDate': '1996-08-12T02:10:00.000Z',\r\n 'Freight': 55.28,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10266,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-07-26T03:10:00.000Z',\r\n 'ShippedDate': '1996-07-31T01:50:00.000Z',\r\n 'Freight': 25.73,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10267,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-07-29T04:10:00.000Z',\r\n 'ShippedDate': '1996-08-06T17:20:00.000Z',\r\n 'Freight': 208.58,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10268,\r\n 'CustomerID': 'GROSR',\r\n 'OrderDate': '1996-07-30T01:20:00.000Z',\r\n 'ShippedDate': '1996-08-02T03:40:00.000Z',\r\n 'Freight': 66.29,\r\n 'ShipName': 'GROSELLA-Restaurante',\r\n 'ShipAddress': '5ª Ave. Los Palos Grandes',\r\n 'ShipCity': 'Caracas',\r\n 'ShipRegion': 'DF',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10269,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1996-07-31T05:10:00.000Z',\r\n 'ShippedDate': '1996-08-09T07:10:00.000Z',\r\n 'Freight': 4.56,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10270,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-08-01T09:10:00.000Z',\r\n 'ShippedDate': '1996-08-02T11:10:00.000Z',\r\n 'Freight': 136.54,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10271,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-08-01T13:10:00.000Z',\r\n 'ShippedDate': '1996-08-30T15:10:00.000Z',\r\n 'Freight': 4.54,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10272,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-08-02T17:10:00.000Z',\r\n 'ShippedDate': '1996-08-06T19:10:00.000Z',\r\n 'Freight': 98.03,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10273,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-05T21:10:00.000Z',\r\n 'ShippedDate': '1996-08-12T23:10:00.000Z',\r\n 'Freight': 76.07,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10274,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-08-06T02:10:00.000Z',\r\n 'ShippedDate': '1996-08-16T04:10:00.000Z',\r\n 'Freight': 6.01,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10275,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1996-08-07T06:10:00.000Z',\r\n 'ShippedDate': '1996-08-09T08:10:00.000Z',\r\n 'Freight': 26.93,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10276,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-08-08T10:10:00.000Z',\r\n 'ShippedDate': '1996-08-14T12:10:00.000Z',\r\n 'Freight': 13.84,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10277,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1996-08-09T14:10:00.000Z',\r\n 'ShippedDate': '1996-08-13T16:10:00.000Z',\r\n 'Freight': 125.77,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10278,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-08-12T18:10:00.000Z',\r\n 'ShippedDate': '1996-08-16T20:10:00.000Z',\r\n 'Freight': 92.69,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10279,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-08-13T22:10:00.000Z',\r\n 'ShippedDate': '1996-08-16T02:10:00.000Z',\r\n 'Freight': 25.83,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10280,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-08-14T01:40:00.000Z',\r\n 'ShippedDate': '1996-09-12T02:40:00.000Z',\r\n 'Freight': 8.98,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10281,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-08-14T03:40:00.000Z',\r\n 'ShippedDate': '1996-08-21T04:40:00.000Z',\r\n 'Freight': 2.94,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10282,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-08-15T05:40:00.000Z',\r\n 'ShippedDate': '1996-08-21T06:40:00.000Z',\r\n 'Freight': 12.69,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10283,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-08-16T07:40:00.000Z',\r\n 'ShippedDate': '1996-08-23T08:40:00.000Z',\r\n 'Freight': 84.81,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10284,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-08-19T09:40:00.000Z',\r\n 'ShippedDate': '1996-08-27T10:40:00.000Z',\r\n 'Freight': 76.56,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10285,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-20T11:40:00.000Z',\r\n 'ShippedDate': '1996-08-26T12:40:00.000Z',\r\n 'Freight': 76.83,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10286,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-21T01:50:00.000Z',\r\n 'ShippedDate': '1996-08-30T02:50:00.000Z',\r\n 'Freight': 229.24,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10287,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1996-08-22T03:50:00.000Z',\r\n 'ShippedDate': '1996-08-28T04:50:00.000Z',\r\n 'Freight': 12.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10288,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1996-08-23T05:50:00.000Z',\r\n 'ShippedDate': '1996-09-03T06:50:00.000Z',\r\n 'Freight': 7.45,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10289,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1996-08-26T07:50:00.000Z',\r\n 'ShippedDate': '1996-08-28T08:50:00.000Z',\r\n 'Freight': 22.77,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10290,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1996-08-27T09:50:00.000Z',\r\n 'ShippedDate': '1996-09-03T10:50:00.000Z',\r\n 'Freight': 79.7,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10291,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-08-27T11:50:00.000Z',\r\n 'ShippedDate': '1996-09-04T12:50:00.000Z',\r\n 'Freight': 6.4,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10292,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1996-08-28T01:10:00.000Z',\r\n 'ShippedDate': '1996-09-02T02:10:00.000Z',\r\n 'Freight': 1.35,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10293,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-08-29T03:10:00.000Z',\r\n 'ShippedDate': '1996-09-11T04:10:00.000Z',\r\n 'Freight': 21.18,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10294,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-08-30T05:10:00.000Z',\r\n 'ShippedDate': '1996-09-05T06:10:00.000Z',\r\n 'Freight': 147.26,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10295,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-09-02T07:10:00.000Z',\r\n 'ShippedDate': '1996-09-10T08:10:00.000Z',\r\n 'Freight': 1.15,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10296,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-09-03T09:10:00.000Z',\r\n 'ShippedDate': '1996-09-11T10:10:00.000Z',\r\n 'Freight': 0.12,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10297,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-09-04T11:10:00.000Z',\r\n 'ShippedDate': '1996-09-10T12:10:00.000Z',\r\n 'Freight': 5.74,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10298,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-09-05T01:10:00.000Z',\r\n 'ShippedDate': '1996-09-11T02:20:00.000Z',\r\n 'Freight': 168.22,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10299,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1996-09-06T03:20:00.000Z',\r\n 'ShippedDate': '1996-09-13T04:20:00.000Z',\r\n 'Freight': 29.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10300,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1996-09-09T05:20:00.000Z',\r\n 'ShippedDate': '1996-09-18T06:20:00.000Z',\r\n 'Freight': 17.68,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10301,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-09-09T07:20:00.000Z',\r\n 'ShippedDate': '1996-09-17T08:20:00.000Z',\r\n 'Freight': 45.08,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10302,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1996-09-10T09:20:00.000Z',\r\n 'ShippedDate': '1996-10-09T10:20:00.000Z',\r\n 'Freight': 6.27,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10303,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1996-09-11T11:20:00.000Z',\r\n 'ShippedDate': '1996-09-18T12:20:00.000Z',\r\n 'Freight': 107.83,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10304,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-09-12T00:10:00.000Z',\r\n 'ShippedDate': '1996-09-17T01:20:00.000Z',\r\n 'Freight': 63.79,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10305,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1996-09-13T01:20:00.000Z',\r\n 'ShippedDate': '1996-10-09T02:20:00.000Z',\r\n 'Freight': 257.62,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10306,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-09-16T03:20:00.000Z',\r\n 'ShippedDate': '1996-09-23T04:20:00.000Z',\r\n 'Freight': 7.56,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10307,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1996-09-17T05:20:00.000Z',\r\n 'ShippedDate': '1996-09-25T06:20:00.000Z',\r\n 'Freight': 0.56,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10308,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1996-09-18T07:20:00.000Z',\r\n 'ShippedDate': '1996-09-24T08:20:00.000Z',\r\n 'Freight': 1.61,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10309,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-09-19T09:20:00.000Z',\r\n 'ShippedDate': '1996-10-23T10:20:00.000Z',\r\n 'Freight': 47.3,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10310,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1996-09-20T11:20:00.000Z',\r\n 'ShippedDate': '1996-09-27T12:20:00.000Z',\r\n 'Freight': 17.52,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10311,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1996-09-20T13:20:00.000Z',\r\n 'ShippedDate': '1996-09-26T14:20:00.000Z',\r\n 'Freight': 24.69,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10312,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-09-23T15:20:00.000Z',\r\n 'ShippedDate': '1996-10-03T16:20:00.000Z',\r\n 'Freight': 40.26,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10313,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-09-24T17:20:00.000Z',\r\n 'ShippedDate': '1996-10-04T18:20:00.000Z',\r\n 'Freight': 1.96,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10314,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-09-25T19:20:00.000Z',\r\n 'ShippedDate': '1996-10-04T20:20:00.000Z',\r\n 'Freight': 74.16,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10315,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-09-26T21:20:00.000Z',\r\n 'ShippedDate': '1996-10-03T22:20:00.000Z',\r\n 'Freight': 41.76,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10316,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-09-27T23:20:00.000Z',\r\n 'ShippedDate': '1996-10-08T00:30:00.000Z',\r\n 'Freight': 150.15,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10317,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1996-09-30T01:30:00.000Z',\r\n 'ShippedDate': '1996-10-10T02:30:00.000Z',\r\n 'Freight': 12.69,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10318,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-10-01T03:30:00.000Z',\r\n 'ShippedDate': '1996-10-04T03:30:00.000Z',\r\n 'Freight': 4.73,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10319,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-10-02T04:30:00.000Z',\r\n 'ShippedDate': '1996-10-11T05:30:00.000Z',\r\n 'Freight': 64.5,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10320,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-10-03T06:30:00.000Z',\r\n 'ShippedDate': '1996-10-18T07:30:00.000Z',\r\n 'Freight': 34.57,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10321,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-10-03T08:30:00.000Z',\r\n 'ShippedDate': '1996-10-11T09:30:00.000Z',\r\n 'Freight': 3.43,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10322,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1996-10-04T10:30:00.000Z',\r\n 'ShippedDate': '1996-10-23T11:30:00.000Z',\r\n 'Freight': 0.4,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10323,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1996-10-07T12:30:00.000Z',\r\n 'ShippedDate': '1996-10-14T13:30:00.000Z',\r\n 'Freight': 4.88,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10324,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-10-08T14:30:00.000Z',\r\n 'ShippedDate': '1996-10-10T15:30:00.000Z',\r\n 'Freight': 214.27,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10325,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1996-10-09T16:30:00.000Z',\r\n 'ShippedDate': '1996-10-14T17:30:00.000Z',\r\n 'Freight': 64.86,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10326,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1996-10-10T18:30:00.000Z',\r\n 'ShippedDate': '1996-10-14T19:30:00.000Z',\r\n 'Freight': 77.92,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10327,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-10-11T20:30:00.000Z',\r\n 'ShippedDate': '1996-10-14T21:30:00.000Z',\r\n 'Freight': 63.36,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10328,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1996-10-14T22:30:00.000Z',\r\n 'ShippedDate': '1996-10-17T23:30:00.000Z',\r\n 'Freight': 87.03,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10329,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-10-15T00:40:00.000Z',\r\n 'ShippedDate': '1996-10-23T01:40:00.000Z',\r\n 'Freight': 191.67,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10330,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-10-16T02:40:00.000Z',\r\n 'ShippedDate': '1996-10-28T03:40:00.000Z',\r\n 'Freight': 12.75,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10331,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-10-16T02:40:00.000Z',\r\n 'ShippedDate': '1996-10-21T03:40:00.000Z',\r\n 'Freight': 10.19,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10332,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-10-17T04:40:00.000Z',\r\n 'ShippedDate': '1996-10-21T05:40:00.000Z',\r\n 'Freight': 52.84,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10333,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-10-18T06:40:00.000Z',\r\n 'ShippedDate': '1996-10-25T07:40:00.000Z',\r\n 'Freight': 0.59,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10334,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1996-10-21T08:40:00.000Z',\r\n 'ShippedDate': '1996-10-28T09:40:00.000Z',\r\n 'Freight': 8.56,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10335,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-10-22T10:40:00.000Z',\r\n 'ShippedDate': '1996-10-24T11:40:00.000Z',\r\n 'Freight': 42.11,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10336,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1996-10-23T12:40:00.000Z',\r\n 'ShippedDate': '1996-10-25T13:40:00.000Z',\r\n 'Freight': 15.51,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10337,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-10-24T14:40:00.000Z',\r\n 'ShippedDate': '1996-10-29T14:40:00.000Z',\r\n 'Freight': 108.26,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10338,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1996-10-25T15:40:00.000Z',\r\n 'ShippedDate': '1996-10-29T16:40:00.000Z',\r\n 'Freight': 84.21,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10339,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-10-28T17:40:00.000Z',\r\n 'ShippedDate': '1996-11-04T18:40:00.000Z',\r\n 'Freight': 15.66,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10340,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-10-29T19:40:00.000Z',\r\n 'ShippedDate': '1996-11-08T20:40:00.000Z',\r\n 'Freight': 166.31,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10341,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1996-10-29T21:40:00.000Z',\r\n 'ShippedDate': '1996-11-05T22:40:00.000Z',\r\n 'Freight': 26.78,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10342,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-10-30T23:40:00.000Z',\r\n 'ShippedDate': '1996-11-04T00:50:00.000Z',\r\n 'Freight': 54.83,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10343,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-10-31T01:50:00.000Z',\r\n 'ShippedDate': '1996-11-06T02:50:00.000Z',\r\n 'Freight': 110.37,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10344,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1996-11-01T03:50:00.000Z',\r\n 'ShippedDate': '1996-11-05T04:50:00.000Z',\r\n 'Freight': 23.29,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10345,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-11-04T05:50:00.000Z',\r\n 'ShippedDate': '1996-11-11T05:50:00.000Z',\r\n 'Freight': 249.06,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10346,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-11-05T06:50:00.000Z',\r\n 'ShippedDate': '1996-11-08T07:50:00.000Z',\r\n 'Freight': 142.08,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10347,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1996-11-06T08:50:00.000Z',\r\n 'ShippedDate': '1996-11-08T09:50:00.000Z',\r\n 'Freight': 3.1,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10348,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-11-07T10:50:00.000Z',\r\n 'ShippedDate': '1996-11-15T11:50:00.000Z',\r\n 'Freight': 0.78,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10349,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-11-08T12:50:00.000Z',\r\n 'ShippedDate': '1996-11-15T13:50:00.000Z',\r\n 'Freight': 8.63,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10350,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-11-11T14:50:00.000Z',\r\n 'ShippedDate': '1996-12-03T15:50:00.000Z',\r\n 'Freight': 64.19,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10351,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-11-11T16:50:00.000Z',\r\n 'ShippedDate': '1996-11-20T17:50:00.000Z',\r\n 'Freight': 162.33,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10352,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1996-11-12T18:50:00.000Z',\r\n 'ShippedDate': '1996-11-18T19:50:00.000Z',\r\n 'Freight': 1.3,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10353,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1996-11-13T20:50:00.000Z',\r\n 'ShippedDate': '1996-11-25T21:50:00.000Z',\r\n 'Freight': 360.63,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10354,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1996-11-14T21:50:00.000Z',\r\n 'ShippedDate': '1996-11-20T22:50:00.000Z',\r\n 'Freight': 53.8,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10355,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1996-11-15T23:50:00.000Z',\r\n 'ShippedDate': '1996-11-20T00:50:00.000Z',\r\n 'Freight': 41.95,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10356,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-11-18T01:05:00.000Z',\r\n 'ShippedDate': '1996-11-27T02:05:00.000Z',\r\n 'Freight': 36.71,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10357,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-11-19T03:05:00.000Z',\r\n 'ShippedDate': '1996-12-02T04:05:00.000Z',\r\n 'Freight': 34.88,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10358,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-11-20T05:05:00.000Z',\r\n 'ShippedDate': '1996-11-27T06:05:00.000Z',\r\n 'Freight': 19.64,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10359,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-11-21T07:05:00.000Z',\r\n 'ShippedDate': '1996-11-26T08:05:00.000Z',\r\n 'Freight': 288.43,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10360,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-11-22T09:05:00.000Z',\r\n 'ShippedDate': '1996-12-02T10:05:00.000Z',\r\n 'Freight': 131.7,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10361,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-11-22T11:05:00.000Z',\r\n 'ShippedDate': '1996-12-03T12:05:00.000Z',\r\n 'Freight': 183.17,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10362,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-11-25T13:05:00.000Z',\r\n 'ShippedDate': '1996-11-28T14:05:00.000Z',\r\n 'Freight': 96.04,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10363,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1996-11-26T15:05:00.000Z',\r\n 'ShippedDate': '1996-12-04T16:05:00.000Z',\r\n 'Freight': 30.54,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10364,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1996-11-26T17:05:00.000Z',\r\n 'ShippedDate': '1996-12-04T18:05:00.000Z',\r\n 'Freight': 71.97,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10365,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1996-11-27T19:05:00.000Z',\r\n 'ShippedDate': '1996-12-02T20:05:00.000Z',\r\n 'Freight': 22,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10366,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1996-11-28T21:05:00.000Z',\r\n 'ShippedDate': '1996-12-30T22:05:00.000Z',\r\n 'Freight': 10.14,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10367,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1996-11-28T23:05:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:05:00.000Z',\r\n 'Freight': 13.55,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10368,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-11-29T02:00.00.000Z',\r\n 'ShippedDate': '1996-12-02T04:00.00.000Z',\r\n 'Freight': 101.95,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10369,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-12-02T04:00.00.000Z',\r\n 'ShippedDate': '1996-12-09T07:25:00.000Z',\r\n 'Freight': 195.68,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10370,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1996-12-03T06:00.00.000Z',\r\n 'ShippedDate': '1996-12-27T07:00.00.000Z',\r\n 'Freight': 1.17,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10371,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-12-03T08:00.00.000Z',\r\n 'ShippedDate': '1996-12-24T09:00.00.000Z',\r\n 'Freight': 0.45,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10372,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1996-12-04T10:00.00.000Z',\r\n 'ShippedDate': '1996-12-09T11:00.00.000Z',\r\n 'Freight': 890.78,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10373,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-12-05T12:00.00.000Z',\r\n 'ShippedDate': '1996-12-11T13:00.00.000Z',\r\n 'Freight': 124.12,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10374,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1996-12-05T14:00.00.000Z',\r\n 'ShippedDate': '1996-12-09T15:00.00.000Z',\r\n 'Freight': 3.94,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10375,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1996-12-06T16:00.00.000Z',\r\n 'ShippedDate': '1996-12-09T17:00.00.000Z',\r\n 'Freight': 20.12,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10376,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-12-09T18:00.00.000Z',\r\n 'ShippedDate': '1996-12-13T19:00.00.000Z',\r\n 'Freight': 20.39,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10377,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-12-09T20:00.00.000Z',\r\n 'ShippedDate': '1996-12-13T21:00.00.000Z',\r\n 'Freight': 22.21,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10378,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-12-10T22:00.00.000Z',\r\n 'ShippedDate': '1996-12-19T23:00.00.000Z',\r\n 'Freight': 5.44,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10379,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-12-11T01:25:00.000Z',\r\n 'ShippedDate': '1996-12-13T02:25:00.000Z',\r\n 'Freight': 45.03,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10380,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-12-12T03:25:00.000Z',\r\n 'ShippedDate': '1997-01-16T04:25:00.000Z',\r\n 'Freight': 35.03,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10381,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-12-12T05:25:00.000Z',\r\n 'ShippedDate': '1996-12-13T06:25:00.000Z',\r\n 'Freight': 7.99,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10382,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-12-13T07:25:00.000Z',\r\n 'ShippedDate': '1996-12-16T07:25:00.000Z',\r\n 'Freight': 94.77,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10383,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1996-12-16T07:25:00.000Z',\r\n 'ShippedDate': '1996-12-18T02:25:00.000Z',\r\n 'Freight': 34.24,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10384,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-12-16T03:25:00.000Z',\r\n 'ShippedDate': '1996-12-20T04:25:00.000Z',\r\n 'Freight': 168.64,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10385,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-12-17T04:25:00.000Z',\r\n 'ShippedDate': '1996-12-23T04:25:00.000Z',\r\n 'Freight': 30.96,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10386,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1996-12-18T05:25:00.000Z',\r\n 'ShippedDate': '1996-12-25T06:25:00.000Z',\r\n 'Freight': 13.99,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10387,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1996-12-18T07:25:00.000Z',\r\n 'ShippedDate': '1996-12-20T08:25:00.000Z',\r\n 'Freight': 93.63,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 10388,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-12-19T09:25:00.000Z',\r\n 'ShippedDate': '1996-12-20T10:25:00.000Z',\r\n 'Freight': 34.86,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10389,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1996-12-20T11:25:00.000Z',\r\n 'ShippedDate': '1996-12-24T12:25:00.000Z',\r\n 'Freight': 47.42,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10390,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-12-23T13:25:00.000Z',\r\n 'ShippedDate': '1996-12-26T14:25:00.000Z',\r\n 'Freight': 126.38,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10391,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1996-12-23T15:25:00.000Z',\r\n 'ShippedDate': '1996-12-31T16:25:00.000Z',\r\n 'Freight': 5.45,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10392,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1996-12-24T17:25:00.000Z',\r\n 'ShippedDate': '1997-01-01T18:25:00.000Z',\r\n 'Freight': 122.46,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10393,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-12-25T19:25:00.000Z',\r\n 'ShippedDate': '1997-01-03T20:25:00.000Z',\r\n 'Freight': 126.56,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10394,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1996-12-25T21:25:00.000Z',\r\n 'ShippedDate': '1997-01-03T22:25:00.000Z',\r\n 'Freight': 30.34,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10395,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1996-12-26T23:25:00.000Z',\r\n 'ShippedDate': '1997-01-03T00:25:00.000Z',\r\n 'Freight': 184.41,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10396,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-12-27T01:45:00.000Z',\r\n 'ShippedDate': '1997-01-06T02:45:00.000Z',\r\n 'Freight': 135.35,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10397,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1996-12-27T03:45:00.000Z',\r\n 'ShippedDate': '1997-01-02T04:45:00.000Z',\r\n 'Freight': 60.26,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10398,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-12-30T05:45:00.000Z',\r\n 'ShippedDate': '1997-01-09T06:45:00.000Z',\r\n 'Freight': 89.16,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10399,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1996-12-31T07:45:00.000Z',\r\n 'ShippedDate': '1997-01-08T08:45:00.000Z',\r\n 'Freight': 27.36,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10400,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-01-01T09:45:00.000Z',\r\n 'ShippedDate': '1997-01-16T10:45:00.000Z',\r\n 'Freight': 83.93,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10401,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-01-01T11:45:00.000Z',\r\n 'ShippedDate': '1997-01-10T12:45:00.000Z',\r\n 'Freight': 12.51,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10402,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-02T13:45:00.000Z',\r\n 'ShippedDate': '1997-01-10T14:45:00.000Z',\r\n 'Freight': 67.88,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10403,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-03T15:45:00.000Z',\r\n 'ShippedDate': '1997-01-09T16:45:00.000Z',\r\n 'Freight': 73.79,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10404,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-01-03T17:45:00.000Z',\r\n 'ShippedDate': '1997-01-08T18:45:00.000Z',\r\n 'Freight': 155.97,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10405,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-01-06T19:45:00.000Z',\r\n 'ShippedDate': '1997-01-22T20:45:00.000Z',\r\n 'Freight': 34.82,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10406,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-01-07T21:45:00.000Z',\r\n 'ShippedDate': '1997-01-13T22:45:00.000Z',\r\n 'Freight': 108.04,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10407,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-01-07T23:45:00.000Z',\r\n 'ShippedDate': '1997-01-30T01:55:00.000Z',\r\n 'Freight': 91.48,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10408,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-01-08T01:55:00.000Z',\r\n 'ShippedDate': '1997-01-14T01:55:00.000Z',\r\n 'Freight': 11.26,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10409,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1997-01-09T02:55:00.000Z',\r\n 'ShippedDate': '1997-01-14T03:55:00.000Z',\r\n 'Freight': 29.83,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10410,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-10T04:55:00.000Z',\r\n 'ShippedDate': '1997-01-15T05:55:00.000Z',\r\n 'Freight': 2.4,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10411,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-10T06:55:00.000Z',\r\n 'ShippedDate': '1997-01-21T07:55:00.000Z',\r\n 'Freight': 23.65,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10412,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-01-13T08:55:00.000Z',\r\n 'ShippedDate': '1997-01-15T09:55:00.000Z',\r\n 'Freight': 3.77,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10413,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-01-14T10:55:00.000Z',\r\n 'ShippedDate': '1997-01-16T11:55:00.000Z',\r\n 'Freight': 95.66,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10414,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-01-14T12:55:00.000Z',\r\n 'ShippedDate': '1997-01-17T13:55:00.000Z',\r\n 'Freight': 21.48,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10415,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-01-15T14:55:00.000Z',\r\n 'ShippedDate': '1997-01-24T15:55:00.000Z',\r\n 'Freight': 0.2,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10416,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-01-16T16:55:00.000Z',\r\n 'ShippedDate': '1997-01-27T17:55:00.000Z',\r\n 'Freight': 22.72,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10417,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-01-16T18:55:00.000Z',\r\n 'ShippedDate': '1997-01-28T19:55:00.000Z',\r\n 'Freight': 70.29,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10418,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-01-17T20:55:00.000Z',\r\n 'ShippedDate': '1997-01-24T21:55:00.000Z',\r\n 'Freight': 17.55,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10419,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-01-20T22:55:00.000Z',\r\n 'ShippedDate': '1997-01-30T23:55:00.000Z',\r\n 'Freight': 137.35,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10420,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-01-21T01:05:00.000Z',\r\n 'ShippedDate': '1997-01-27T012:05:00.000Z',\r\n 'Freight': 44.12,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10421,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-01-21T02:05:00.000Z',\r\n 'ShippedDate': '1997-01-27T03:05:00.000Z',\r\n 'Freight': 99.23,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10422,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-01-22T04:05:00.000Z',\r\n 'ShippedDate': '1997-01-31T05:05:00.000Z',\r\n 'Freight': 3.02,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10423,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-01-23T06:05:00.000Z',\r\n 'ShippedDate': '1997-02-24T07:05:00.000Z',\r\n 'Freight': 24.5,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10424,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-01-23T08:05:00.000Z',\r\n 'ShippedDate': '1997-01-27T09:05:00.000Z',\r\n 'Freight': 370.61,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10425,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-01-24T10:05:00.000Z',\r\n 'ShippedDate': '1997-02-14T11:05:00.000Z',\r\n 'Freight': 7.93,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10426,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1997-01-27T12:05:00.000Z',\r\n 'ShippedDate': '1997-02-06T13:05:00.000Z',\r\n 'Freight': 18.69,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10427,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-01-27T14:05:00.000Z',\r\n 'ShippedDate': '1997-03-03T15:05:00.000Z',\r\n 'Freight': 31.29,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10428,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-01-28T16:05:00.000Z',\r\n 'ShippedDate': '1997-02-04T17:05:00.000Z',\r\n 'Freight': 11.09,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10429,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-01-29T18:05:00.000Z',\r\n 'ShippedDate': '1997-02-07T19:05:00.000Z',\r\n 'Freight': 56.63,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10430,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-30T20:05:00.000Z',\r\n 'ShippedDate': '1997-02-03T21:05:00.000Z',\r\n 'Freight': 458.78,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10431,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-30T22:05:00.000Z',\r\n 'ShippedDate': '1997-02-07T23:05:00.000Z',\r\n 'Freight': 44.17,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10432,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1997-01-31T01:15:00.000Z',\r\n 'ShippedDate': '1997-02-07T02:15:00.000Z',\r\n 'Freight': 4.34,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10433,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1997-02-03T03:15:00.000Z',\r\n 'ShippedDate': '1997-03-04T04:15:00.000Z',\r\n 'Freight': 73.83,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10434,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-02-03T05:15:00.000Z',\r\n 'ShippedDate': '1997-02-13T06:15:00.000Z',\r\n 'Freight': 17.92,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10435,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1997-02-04T07:15:00.000Z',\r\n 'ShippedDate': '1997-02-07T08:15:00.000Z',\r\n 'Freight': 9.21,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10436,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-02-05T09:15:00.000Z',\r\n 'ShippedDate': '1997-02-11T10:15:00.000Z',\r\n 'Freight': 156.66,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10437,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-02-05T11:15:00.000Z',\r\n 'ShippedDate': '1997-02-12T12:15:00.000Z',\r\n 'Freight': 19.97,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10438,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-02-06T13:15:00.000Z',\r\n 'ShippedDate': '1997-02-14T14:15:00.000Z',\r\n 'Freight': 8.24,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10439,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-02-07T15:15:00.000Z',\r\n 'ShippedDate': '1997-02-10T16:15:00.000Z',\r\n 'Freight': 4.07,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10440,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-02-10T17:15:00.000Z',\r\n 'ShippedDate': '1997-02-28T18:15:00.000Z',\r\n 'Freight': 86.53,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10441,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-02-10T19:15:00.000Z',\r\n 'ShippedDate': '1997-03-14T20:15:00.000Z',\r\n 'Freight': 73.02,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10442,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-02-11T21:15:00.000Z',\r\n 'ShippedDate': '1997-02-18T22:15:00.000Z',\r\n 'Freight': 47.94,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10443,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-02-12T23:15:00.000Z',\r\n 'ShippedDate': '1997-02-14T00:25:00.000Z',\r\n 'Freight': 13.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10444,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-02-12T00:25:00.000Z',\r\n 'ShippedDate': '1997-02-21T01:25:00.000Z',\r\n 'Freight': 3.5,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10445,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-02-13T02:25:00.000Z',\r\n 'ShippedDate': '1997-02-20T03:00.00.000Z',\r\n 'Freight': 9.3,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10446,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-02-14T04:00.00.000Z',\r\n 'ShippedDate': '1997-02-19T05:00.00.000Z',\r\n 'Freight': 14.68,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10447,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-02-14T05:00.00.000Z',\r\n 'ShippedDate': '1997-03-07T06:25:00.000Z',\r\n 'Freight': 68.66,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10448,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1997-02-17T07:25:00.000Z',\r\n 'ShippedDate': '1997-02-24T08:25:00.000Z',\r\n 'Freight': 38.82,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10449,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-02-18T09:25:00.000Z',\r\n 'ShippedDate': '1997-02-27T10:25:00.000Z',\r\n 'Freight': 53.3,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10450,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-02-19T11:25:00.000Z',\r\n 'ShippedDate': '1997-03-11T12:25:00.000Z',\r\n 'Freight': 7.23,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10451,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-02-19T13:25:00.000Z',\r\n 'ShippedDate': '1997-03-12T14:25:00.000Z',\r\n 'Freight': 189.09,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10452,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-02-20T15:25:00.000Z',\r\n 'ShippedDate': '1997-02-26T16:25:00.000Z',\r\n 'Freight': 140.26,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10453,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-02-21T17:25:00.000Z',\r\n 'ShippedDate': '1997-02-26T18:25:00.000Z',\r\n 'Freight': 25.36,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10454,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-02-21T19:25:00.000Z',\r\n 'ShippedDate': '1997-02-25T20:25:00.000Z',\r\n 'Freight': 2.74,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10455,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-02-24T21:25:00.000Z',\r\n 'ShippedDate': '1997-03-03T22:25:00.000Z',\r\n 'Freight': 180.45,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10456,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-02-25T23:25:00.000Z',\r\n 'ShippedDate': '1997-02-28T01:25:00.000Z',\r\n 'Freight': 8.12,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10457,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-02-25T01:35:00.000Z',\r\n 'ShippedDate': '1997-03-03T02:35:00.000Z',\r\n 'Freight': 11.57,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10458,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-02-26T03:35:00.000Z',\r\n 'ShippedDate': '1997-03-04T04:35:00.000Z',\r\n 'Freight': 147.06,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10459,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-02-27T04:35:00.000Z',\r\n 'ShippedDate': '1997-02-28T04:35:00.000Z',\r\n 'Freight': 25.09,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10460,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-02-28T05:35:00.000Z',\r\n 'ShippedDate': '1997-03-03T06:35:00.000Z',\r\n 'Freight': 16.27,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10461,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-02-28T07:35:00.000Z',\r\n 'ShippedDate': '1997-03-05T08:35:00.000Z',\r\n 'Freight': 148.61,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10462,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1997-03-03T09:00.00.000Z',\r\n 'ShippedDate': '1997-03-18T10:00.00.000Z',\r\n 'Freight': 6.17,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10463,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-03-04T11:00.00.000Z',\r\n 'ShippedDate': '1997-03-06T12:00.00.000Z',\r\n 'Freight': 14.78,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10464,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-03-04T13:00.00.000Z',\r\n 'ShippedDate': '1997-03-14T14:00.00.000Z',\r\n 'Freight': 89,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10465,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-03-05T15:00.00.000Z',\r\n 'ShippedDate': '1997-03-14T16:00.00.000Z',\r\n 'Freight': 145.04,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10466,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1997-03-06T17:00.00.000Z',\r\n 'ShippedDate': '1997-03-13T18:00.00.000Z',\r\n 'Freight': 11.93,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10467,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-03-06T19:00.00.000Z',\r\n 'ShippedDate': '1997-03-11T20:00.00.000Z',\r\n 'Freight': 4.93,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10468,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-03-07T21:00.00.000Z',\r\n 'ShippedDate': '1997-03-12T22:00.00.000Z',\r\n 'Freight': 44.12,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10469,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-03-10T23:00.00.000Z',\r\n 'ShippedDate': '1997-03-14T01:00.00.000Z',\r\n 'Freight': 60.18,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10470,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-03-11T02:00.00.000Z',\r\n 'ShippedDate': '1997-03-14T03:00.00.000Z',\r\n 'Freight': 64.56,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10471,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-03-11T04:00.00.000Z',\r\n 'ShippedDate': '1997-03-18T05:00.00.000Z',\r\n 'Freight': 45.59,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10472,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-03-12T06:00.00.000Z',\r\n 'ShippedDate': '1997-03-19T07:00.00.000Z',\r\n 'Freight': 4.2,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10473,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-03-13T08:00.00.000Z',\r\n 'ShippedDate': '1997-03-21T09:00.00.000Z',\r\n 'Freight': 16.37,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10474,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1997-03-13T10:00.00.000Z',\r\n 'ShippedDate': '1997-03-21T11:00.00.000Z',\r\n 'Freight': 83.49,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10475,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-03-14T12:00.00.000Z',\r\n 'ShippedDate': '1997-04-04T13:00.00.000Z',\r\n 'Freight': 68.52,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10476,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-17T14:00.00.000Z',\r\n 'ShippedDate': '1997-03-24T15:00.00.000Z',\r\n 'Freight': 4.41,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10477,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1997-03-17T16:00.00.000Z',\r\n 'ShippedDate': '1997-03-25T17:00.00.000Z',\r\n 'Freight': 13.02,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10478,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-03-18T18:00.00.000Z',\r\n 'ShippedDate': '1997-03-26T19:00.00.000Z',\r\n 'Freight': 4.81,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10479,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-03-19T20:00.00.000Z',\r\n 'ShippedDate': '1997-03-21T21:00.00.000Z',\r\n 'Freight': 708.95,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10480,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-03-20T22:00.00.000Z',\r\n 'ShippedDate': '1997-03-24T23:00.00.000Z',\r\n 'Freight': 1.35,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10481,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-03-20T01:00.00.000Z',\r\n 'ShippedDate': '1997-03-25T02:00.00.000Z',\r\n 'Freight': 64.33,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10482,\r\n 'CustomerID': 'LAZYK',\r\n 'OrderDate': '1997-03-21T03:00.00.000Z',\r\n 'ShippedDate': '1997-04-10T04:00.00.000Z',\r\n 'Freight': 7.48,\r\n 'ShipName': 'Lazy K Kountry Store',\r\n 'ShipAddress': '12 Orchestra Terrace',\r\n 'ShipCity': 'Walla Walla',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10483,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-03-24T05:00.00.000Z',\r\n 'ShippedDate': '1997-04-25T06:00.00.000Z',\r\n 'Freight': 15.28,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10484,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-03-24T07:00.00.000Z',\r\n 'ShippedDate': '1997-04-01T08:00.00.000Z',\r\n 'Freight': 6.88,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10485,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-03-25T09:00.00.000Z',\r\n 'ShippedDate': '1997-03-31T10:00.00.000Z',\r\n 'Freight': 64.45,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10486,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-26T11:00.00.000Z',\r\n 'ShippedDate': '1997-04-02T12:00.00.000Z',\r\n 'Freight': 30.53,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10487,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-03-26T13:00.00.000Z',\r\n 'ShippedDate': '1997-03-28T14:00.00.000Z',\r\n 'Freight': 71.07,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10488,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-03-27T15:00.00.000Z',\r\n 'ShippedDate': '1997-04-02T16:00.00.000Z',\r\n 'Freight': 4.93,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10489,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-03-28T17:00.00.000Z',\r\n 'ShippedDate': '1997-04-09T18:00.00.000Z',\r\n 'Freight': 5.29,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10490,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-31T19:00.00.000Z',\r\n 'ShippedDate': '1997-04-03T20:00.00.000Z',\r\n 'Freight': 210.19,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10491,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-03-31T21:00.00.000Z',\r\n 'ShippedDate': '1997-04-08T22:00.00.000Z',\r\n 'Freight': 16.96,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10492,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-04-01T23:00.00.000Z',\r\n 'ShippedDate': '1997-04-11T01:00.00.000Z',\r\n 'Freight': 62.89,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10493,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-04-02T02:00.00.000Z',\r\n 'ShippedDate': '1997-04-10T03:00.00.000Z',\r\n 'Freight': 10.64,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10494,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1997-04-02T04:00.00.000Z',\r\n 'ShippedDate': '1997-04-09T05:00.00.000Z',\r\n 'Freight': 65.99,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10495,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1997-04-03T06:00.00.000Z',\r\n 'ShippedDate': '1997-04-11T07:00.00.000Z',\r\n 'Freight': 4.65,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10496,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1997-04-04T08:00.00.000Z',\r\n 'ShippedDate': '1997-04-07T09:00.00.000Z',\r\n 'Freight': 46.77,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10497,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-04-04T10:00.00.000Z',\r\n 'ShippedDate': '1997-04-07T11:00.00.000Z',\r\n 'Freight': 36.21,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10498,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-04-07T12:00.00.000Z',\r\n 'ShippedDate': '1997-04-11T13:00.00.000Z',\r\n 'Freight': 29.75,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10499,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-04-08T14:00.00.000Z',\r\n 'ShippedDate': '1997-04-16T15:00.00.000Z',\r\n 'Freight': 102.02,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10500,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-04-09T16:00.00.000Z',\r\n 'ShippedDate': '1997-04-17T17:00.00.000Z',\r\n 'Freight': 42.68,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10501,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-04-09T18:00.00.000Z',\r\n 'ShippedDate': '1997-04-16T19:00.00.000Z',\r\n 'Freight': 8.85,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10502,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1997-04-10T20:00.00.000Z',\r\n 'ShippedDate': '1997-04-29T21:00.00.000Z',\r\n 'Freight': 69.32,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10503,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-04-11T22:00.00.000Z',\r\n 'ShippedDate': '1997-04-16T23:00.00.000Z',\r\n 'Freight': 16.74,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10504,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-04-11T01:00.00.000Z',\r\n 'ShippedDate': '1997-04-18T02:00.00.000Z',\r\n 'Freight': 59.13,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10505,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-04-14T03:00.00.000Z',\r\n 'ShippedDate': '1997-04-21T04:00.00.000Z',\r\n 'Freight': 7.13,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10506,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-04-15T05:05:00.000Z',\r\n 'ShippedDate': '1997-05-02T06:05:00.000Z',\r\n 'Freight': 21.19,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10507,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-04-15T07:05:00.000Z',\r\n 'ShippedDate': '1997-04-22T08:05:00.000Z',\r\n 'Freight': 47.45,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10508,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-04-16T09:05:00.000Z',\r\n 'ShippedDate': '1997-05-13T10:05:00.000Z',\r\n 'Freight': 4.99,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10509,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-04-17T11:05:00.000Z',\r\n 'ShippedDate': '1997-04-29T12:05:00.000Z',\r\n 'Freight': 0.15,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10510,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-04-18T13:05:00.000Z',\r\n 'ShippedDate': '1997-04-28T14:05:00.000Z',\r\n 'Freight': 367.63,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10511,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-04-18T15:05:00.000Z',\r\n 'ShippedDate': '1997-04-21T01:05:00.000Z',\r\n 'Freight': 350.64,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10512,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-04-21T02:05:00.000Z',\r\n 'ShippedDate': '1997-04-24T03:05:00.000Z',\r\n 'Freight': 3.53,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10513,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-04-22T04:05:00.000Z',\r\n 'ShippedDate': '1997-04-28T05:05:00.000Z',\r\n 'Freight': 105.65,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10514,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-04-22T05:05:00.000Z',\r\n 'ShippedDate': '1997-05-16T07:05:00.000Z',\r\n 'Freight': 789.95,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10515,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-04-23T08:05:00.000Z',\r\n 'ShippedDate': '1997-05-23T09:05:00.000Z',\r\n 'Freight': 204.47,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10516,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-04-24T10:05:00.000Z',\r\n 'ShippedDate': '1997-05-01T11:05:00.000Z',\r\n 'Freight': 62.78,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10517,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1997-04-24T12:05:00.000Z',\r\n 'ShippedDate': '1997-04-29T13:05:00.000Z',\r\n 'Freight': 32.07,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10518,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-04-25T14:05:00.000Z',\r\n 'ShippedDate': '1997-05-05T15:05:00.000Z',\r\n 'Freight': 218.15,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10519,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-04-28T16:05:00.000Z',\r\n 'ShippedDate': '1997-05-01T17:05:00.000Z',\r\n 'Freight': 91.76,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10520,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1997-04-29T18:05:00.000Z',\r\n 'ShippedDate': '1997-05-01T19:05:00.000Z',\r\n 'Freight': 13.37,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 10521,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1997-04-29T20:05:00.000Z',\r\n 'ShippedDate': '1997-05-02T21:05:00.000Z',\r\n 'Freight': 17.22,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10522,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-04-30T22:05:00.000Z',\r\n 'ShippedDate': '1997-05-06T23:05:00.000Z',\r\n 'Freight': 45.33,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10523,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-05-01T01:10:00.000Z',\r\n 'ShippedDate': '1997-05-30T02:10:00.000Z',\r\n 'Freight': 77.63,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10524,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-05-01T03:10:00.000Z',\r\n 'ShippedDate': '1997-05-07T04:10:00.000Z',\r\n 'Freight': 244.79,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10525,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-05-02T05:10:00.000Z',\r\n 'ShippedDate': '1997-05-23T06:10:00.000Z',\r\n 'Freight': 11.06,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10526,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-05-05T07:10:00.000Z',\r\n 'ShippedDate': '1997-05-15T08:10:00.000Z',\r\n 'Freight': 58.59,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10527,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-05T09:10:00.000Z',\r\n 'ShippedDate': '1997-05-07T10:10:00.000Z',\r\n 'Freight': 41.9,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10528,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-05-06T11:10:00.000Z',\r\n 'ShippedDate': '1997-05-09T12:10:00.000Z',\r\n 'Freight': 3.35,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10529,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-05-07T13:10:00.000Z',\r\n 'ShippedDate': '1997-05-09T14:10:00.000Z',\r\n 'Freight': 66.69,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10530,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-05-08T15:10:00.000Z',\r\n 'ShippedDate': '1997-05-12T16:10:00.000Z',\r\n 'Freight': 339.22,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10531,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1997-05-08T17:10:00.000Z',\r\n 'ShippedDate': '1997-05-19T18:10:00.000Z',\r\n 'Freight': 8.12,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10532,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-05-09T19:10:00.000Z',\r\n 'ShippedDate': '1997-05-12T20:10:00.000Z',\r\n 'Freight': 74.46,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10533,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-05-12T21:10:00.000Z',\r\n 'ShippedDate': '1997-05-22T22:10:00.000Z',\r\n 'Freight': 188.04,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10534,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-05-12T23:10:00.000Z',\r\n 'ShippedDate': '1997-05-14T01:15:00.000Z',\r\n 'Freight': 27.94,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10535,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-05-13T02:15:00.000Z',\r\n 'ShippedDate': '1997-05-21T03:15:00.000Z',\r\n 'Freight': 15.64,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10536,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-05-14T04:15:00.000Z',\r\n 'ShippedDate': '1997-06-06T05:15:00.000Z',\r\n 'Freight': 58.88,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10537,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-05-14T06:15:00.000Z',\r\n 'ShippedDate': '1997-05-19T07:15:00.000Z',\r\n 'Freight': 78.85,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10538,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-05-15T08:15:00.000Z',\r\n 'ShippedDate': '1997-05-16T09:15:00.000Z',\r\n 'Freight': 4.87,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10539,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-05-16T10:15:00.000Z',\r\n 'ShippedDate': '1997-05-23T11:15:00.000Z',\r\n 'Freight': 12.36,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10540,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-19T12:15:00.000Z',\r\n 'ShippedDate': '1997-06-13T13:15:00.000Z',\r\n 'Freight': 1007.64,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10541,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-05-19T14:15:00.000Z',\r\n 'ShippedDate': '1997-05-29T15:15:00.000Z',\r\n 'Freight': 68.65,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10542,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-05-20T16:15:00.000Z',\r\n 'ShippedDate': '1997-05-26T17:15:00.000Z',\r\n 'Freight': 10.95,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10543,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-05-21T18:15:00.000Z',\r\n 'ShippedDate': '1997-05-23T19:15:00.000Z',\r\n 'Freight': 48.17,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10544,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-05-21T20:15:00.000Z',\r\n 'ShippedDate': '1997-05-30T21:15:00.000Z',\r\n 'Freight': 24.91,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10545,\r\n 'CustomerID': 'LAZYK',\r\n 'OrderDate': '1997-05-22T23:15:00.000Z',\r\n 'ShippedDate': '1997-06-26T01:20:00.000Z',\r\n 'Freight': 11.92,\r\n 'ShipName': 'Lazy K Kountry Store',\r\n 'ShipAddress': '12 Orchestra Terrace',\r\n 'ShipCity': 'Walla Walla',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10546,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-05-23T02:20:00.000Z',\r\n 'ShippedDate': '1997-05-27T03:20:00.000Z',\r\n 'Freight': 194.72,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10547,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-05-23T04:20:00.000Z',\r\n 'ShippedDate': '1997-06-02T05:20:00.000Z',\r\n 'Freight': 178.43,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10548,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-05-26T06:20:00.000Z',\r\n 'ShippedDate': '1997-06-02T07:20:00.000Z',\r\n 'Freight': 1.43,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10549,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-27T08:20:00.000Z',\r\n 'ShippedDate': '1997-05-30T09:20:00.000Z',\r\n 'Freight': 171.24,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10550,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1997-05-28T10:20:00.000Z',\r\n 'ShippedDate': '1997-06-06T11:20:00.000Z',\r\n 'Freight': 4.32,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10551,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-05-28T12:20:00.000Z',\r\n 'ShippedDate': '1997-06-06T13:20:00.000Z',\r\n 'Freight': 72.95,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10552,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-05-29T14:20:00.000Z',\r\n 'ShippedDate': '1997-06-05T15:20:00.000Z',\r\n 'Freight': 83.22,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10553,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-05-30T16:20:00.000Z',\r\n 'ShippedDate': '1997-06-03T17:20:00.000Z',\r\n 'Freight': 149.49,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10554,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-05-30T18:20:00.000Z',\r\n 'ShippedDate': '1997-06-05T19:20:00.000Z',\r\n 'Freight': 120.97,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10555,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-06-02T20:20:00.000Z',\r\n 'ShippedDate': '1997-06-04T21:20:00.000Z',\r\n 'Freight': 252.49,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10556,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-06-03T22:20:00.000Z',\r\n 'ShippedDate': '1997-06-13T23:20:00.000Z',\r\n 'Freight': 9.8,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10557,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-06-03T01:25:00.000Z',\r\n 'ShippedDate': '1997-06-06T02:25:00.000Z',\r\n 'Freight': 96.72,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10558,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-06-04T03:25:00.000Z',\r\n 'ShippedDate': '1997-06-10T04:25:00.000Z',\r\n 'Freight': 72.97,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10559,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-05T05:25:00.000Z',\r\n 'ShippedDate': '1997-06-13T06:25:00.000Z',\r\n 'Freight': 8.05,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10560,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-06-06T07:25:00.000Z',\r\n 'ShippedDate': '1997-06-09T08:25:00.000Z',\r\n 'Freight': 36.65,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10561,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-06-06T09:25:00.000Z',\r\n 'ShippedDate': '1997-06-09T10:25:00.000Z',\r\n 'Freight': 242.21,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10562,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-06-09T11:25:00.000Z',\r\n 'ShippedDate': '1997-06-12T12:25:00.000Z',\r\n 'Freight': 22.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10563,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-06-10T13:25:00.000Z',\r\n 'ShippedDate': '1997-06-24T14:25:00.000Z',\r\n 'Freight': 60.43,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10564,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-06-10T15:25:00.000Z',\r\n 'ShippedDate': '1997-06-16T16:25:00.000Z',\r\n 'Freight': 13.75,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10565,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-06-11T17:25:00.000Z',\r\n 'ShippedDate': '1997-06-18T18:25:00.000Z',\r\n 'Freight': 7.15,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10566,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-12T01:10:00.000Z',\r\n 'ShippedDate': '1997-06-18T02:10:00.000Z',\r\n 'Freight': 88.4,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10567,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-06-12T03:10:00.000Z',\r\n 'ShippedDate': '1997-06-17T03:10:00.000Z',\r\n 'Freight': 33.97,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10568,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1997-06-13T04:10:00.000Z',\r\n 'ShippedDate': '1997-07-09T05:10:00.000Z',\r\n 'Freight': 6.54,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10569,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-06-16T06:10:00.000Z',\r\n 'ShippedDate': '1997-07-11T07:10:00.000Z',\r\n 'Freight': 58.98,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10570,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-06-17T08:10:00.000Z',\r\n 'ShippedDate': '1997-06-19T09:10:00.000Z',\r\n 'Freight': 188.99,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10571,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-06-17T10:10:00.000Z',\r\n 'ShippedDate': '1997-07-04T11:10:00.000Z',\r\n 'Freight': 26.06,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10572,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-06-18T12:10:00.000Z',\r\n 'ShippedDate': '1997-06-25T13:10:00.000Z',\r\n 'Freight': 116.43,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10573,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-06-19T14:10:00.000Z',\r\n 'ShippedDate': '1997-06-20T15:10:00.000Z',\r\n 'Freight': 84.84,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10574,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1997-06-19T16:10:00.000Z',\r\n 'ShippedDate': '1997-06-30T17:10:00.000Z',\r\n 'Freight': 37.6,\r\n 'ShipName': 'Trail\\'s Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10575,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-06-20T18:10:00.000Z',\r\n 'ShippedDate': '1997-06-30T19:10:00.000Z',\r\n 'Freight': 127.34,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10576,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-06-23T20:10:00.000Z',\r\n 'ShippedDate': '1997-06-30T21:10:00.000Z',\r\n 'Freight': 18.56,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10577,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1997-06-23T22:10:00.000Z',\r\n 'ShippedDate': '1997-06-30T23:10:00.000Z',\r\n 'Freight': 25.41,\r\n 'ShipName': 'Trail\\'s Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10578,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-06-24T23:10:00.000Z',\r\n 'ShippedDate': '1997-07-25T01:15:00.000Z',\r\n 'Freight': 29.6,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10579,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-06-25T01:30:00.000Z',\r\n 'ShippedDate': '1997-07-04T02:30:00.000Z',\r\n 'Freight': 13.73,\r\n 'ShipName': 'Let\\'s Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10580,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-06-26T03:30:00.000Z',\r\n 'ShippedDate': '1997-07-01T04:30:00.000Z',\r\n 'Freight': 75.89,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10581,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-06-26T05:30:00.000Z',\r\n 'ShippedDate': '1997-07-02T06:30:00.000Z',\r\n 'Freight': 3.01,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10582,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-06-27T07:30:00.000Z',\r\n 'ShippedDate': '1997-07-14T08:30:00.000Z',\r\n 'Freight': 27.71,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10583,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-06-30T08:30:00.000Z',\r\n 'ShippedDate': '1997-07-04T09:30:00.000Z',\r\n 'Freight': 7.28,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10584,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-30T10:30:00.000Z',\r\n 'ShippedDate': '1997-07-04T11:30:00.000Z',\r\n 'Freight': 59.14,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10585,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-07-01T12:30:00.000Z',\r\n 'ShippedDate': '1997-07-10T13:30:00.000Z',\r\n 'Freight': 13.41,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10586,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-07-02T14:30:00.000Z',\r\n 'ShippedDate': '1997-07-09T15:30:00.000Z',\r\n 'Freight': 0.48,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10587,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-07-02T16:30:00.000Z',\r\n 'ShippedDate': '1997-07-09T17:30:00.000Z',\r\n 'Freight': 62.52,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10588,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-07-03T18:30:00.000Z',\r\n 'ShippedDate': '1997-07-10T19:30:00.000Z',\r\n 'Freight': 194.67,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10589,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-04T20:30:00.000Z',\r\n 'ShippedDate': '1997-07-14T21:30:00.000Z',\r\n 'Freight': 4.42,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10590,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-07-07T22:30:00.000Z',\r\n 'ShippedDate': '1997-07-14T23:30:00.000Z',\r\n 'Freight': 44.77,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10591,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-07-07T22:30:00.000Z',\r\n 'ShippedDate': '1997-07-16T01:40:00.000Z',\r\n 'Freight': 55.92,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10592,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-07-08T02:40:00.000Z',\r\n 'ShippedDate': '1997-07-16T03:40:00.000Z',\r\n 'Freight': 32.1,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10593,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-07-09T04:40:00.000Z',\r\n 'ShippedDate': '1997-08-13T05:40:00.000Z',\r\n 'Freight': 174.2,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10594,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-07-09T06:40:00.000Z',\r\n 'ShippedDate': '1997-07-16T07:40:00.000Z',\r\n 'Freight': 5.24,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10595,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-07-10T08:40:00.000Z',\r\n 'ShippedDate': '1997-07-14T09:40:00.000Z',\r\n 'Freight': 96.78,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10596,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-07-11T10:40:00.000Z',\r\n 'ShippedDate': '1997-08-12T11:40:00.000Z',\r\n 'Freight': 16.34,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10597,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-07-11T12:40:00.000Z',\r\n 'ShippedDate': '1997-07-18T13:40:00.000Z',\r\n 'Freight': 35.12,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10598,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-07-14T14:40:00.000Z',\r\n 'ShippedDate': '1997-07-18T15:40:00.000Z',\r\n 'Freight': 44.42,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10599,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-07-15T16:40:00.000Z',\r\n 'ShippedDate': '1997-07-21T17:40:00.000Z',\r\n 'Freight': 29.98,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10600,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-07-16T18:40:00.000Z',\r\n 'ShippedDate': '1997-07-21T19:40:00.000Z',\r\n 'Freight': 45.13,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10601,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-07-16T20:40:00.000Z',\r\n 'ShippedDate': '1997-07-22T21:40:00.000Z',\r\n 'Freight': 58.3,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10602,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-07-17T22:40:00.000Z',\r\n 'ShippedDate': '1997-07-22T23:40:00.000Z',\r\n 'Freight': 2.92,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10603,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-18T01:25:00.000Z',\r\n 'ShippedDate': '1997-08-08T02:25:00.000Z',\r\n 'Freight': 48.77,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10604,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-07-18T03:25:00.000Z',\r\n 'ShippedDate': '1997-07-29T03:25:00.000Z',\r\n 'Freight': 7.46,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10605,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-07-21T04:25:00.000Z',\r\n 'ShippedDate': '1997-07-29T05:25:00.000Z',\r\n 'Freight': 379.13,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10606,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1997-07-22T06:25:00.000Z',\r\n 'ShippedDate': '1997-07-31T07:25:00.000Z',\r\n 'Freight': 79.4,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10607,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-22T08:25:00.000Z',\r\n 'ShippedDate': '1997-07-25T09:25:00.000Z',\r\n 'Freight': 200.24,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10608,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-07-23T10:25:00.000Z',\r\n 'ShippedDate': '1997-08-01T11:25:00.000Z',\r\n 'Freight': 27.79,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10609,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1997-07-24T12:25:00.000Z',\r\n 'ShippedDate': '1997-07-30T13:25:00.000Z',\r\n 'Freight': 1.85,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10610,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-07-25T14:25:00.000Z',\r\n 'ShippedDate': '1997-08-06T15:25:00.000Z',\r\n 'Freight': 26.78,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10611,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1997-07-25T16:25:00.000Z',\r\n 'ShippedDate': '1997-08-01T17:25:00.000Z',\r\n 'Freight': 80.65,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10612,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-28T18:25:00.000Z',\r\n 'ShippedDate': '1997-08-01T19:25:00.000Z',\r\n 'Freight': 544.08,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10613,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-07-29T20:25:00.000Z',\r\n 'ShippedDate': '1997-08-01T21:25:00.000Z',\r\n 'Freight': 8.11,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10614,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-07-29T22:25:00.000Z',\r\n 'ShippedDate': '1997-08-01T23:25:00.000Z',\r\n 'Freight': 1.93,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10615,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-07-30T01:35:00.000Z',\r\n 'ShippedDate': '1997-08-06T02:35:00.000Z',\r\n 'Freight': 0.75,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10616,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-31T03:35:00.000Z',\r\n 'ShippedDate': '1997-08-05T04:35:00.000Z',\r\n 'Freight': 116.53,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10617,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-31T05:35:00.000Z',\r\n 'ShippedDate': '1997-08-04T06:35:00.000Z',\r\n 'Freight': 18.53,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10618,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-08-01T07:35:00.000Z',\r\n 'ShippedDate': '1997-08-08T08:35:00.000Z',\r\n 'Freight': 154.68,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10619,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-08-04T09:35:00.000Z',\r\n 'ShippedDate': '1997-08-07T10:35:00.000Z',\r\n 'Freight': 91.05,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10620,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1997-08-05T11:35:00.000Z',\r\n 'ShippedDate': '1997-08-14T12:35:00.000Z',\r\n 'Freight': 0.94,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10621,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-08-05T13:35:00.000Z',\r\n 'ShippedDate': '1997-08-11T14:35:00.000Z',\r\n 'Freight': 23.73,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10622,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-08-06T15:35:00.000Z',\r\n 'ShippedDate': '1997-08-11T16:35:00.000Z',\r\n 'Freight': 50.97,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10623,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-08-07T17:35:00.000Z',\r\n 'ShippedDate': '1997-08-12T18:35:00.000Z',\r\n 'Freight': 97.18,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10624,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1997-08-07T19:35:00.000Z',\r\n 'ShippedDate': '1997-08-19T20:35:00.000Z',\r\n 'Freight': 94.8,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10625,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1997-08-08T21:35:00.000Z',\r\n 'ShippedDate': '1997-08-14T22:35:00.000Z',\r\n 'Freight': 43.9,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10626,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-08-11T23:35:00.000Z',\r\n 'ShippedDate': '1997-08-20T01:50:00.000Z',\r\n 'Freight': 138.69,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10627,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-08-11T02:50:00.000Z',\r\n 'ShippedDate': '1997-08-21T03:50:00.000Z',\r\n 'Freight': 107.46,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10628,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-08-12T04:50:00.000Z',\r\n 'ShippedDate': '1997-08-20T05:50:00.000Z',\r\n 'Freight': 30.36,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10629,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1997-08-12T06:50:00.000Z',\r\n 'ShippedDate': '1997-08-20T07:50:00.000Z',\r\n 'Freight': 85.46,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10630,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-08-13T08:50:00.000Z',\r\n 'ShippedDate': '1997-08-19T09:50:00.000Z',\r\n 'Freight': 32.35,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10631,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-08-14T10:50:00.000Z',\r\n 'ShippedDate': '1997-08-15T11:50:00.000Z',\r\n 'Freight': 0.87,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10632,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-08-14T12:50:00.000Z',\r\n 'ShippedDate': '1997-08-19T13:50:00.000Z',\r\n 'Freight': 41.38,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10633,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-08-15T14:50:00.000Z',\r\n 'ShippedDate': '1997-08-18T15:50:00.000Z',\r\n 'Freight': 477.9,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10634,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-08-15T16:50:00.000Z',\r\n 'ShippedDate': '1997-08-21T17:50:00.000Z',\r\n 'Freight': 487.38,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10635,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-08-18T18:50:00.000Z',\r\n 'ShippedDate': '1997-08-21T19:50:00.000Z',\r\n 'Freight': 47.46,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10636,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-08-19T20:50:00.000Z',\r\n 'ShippedDate': '1997-08-26T21:50:00.000Z',\r\n 'Freight': 1.15,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10637,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-08-19T22:50:00.000Z',\r\n 'ShippedDate': '1997-08-26T23:50:00.000Z',\r\n 'Freight': 201.29,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10638,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-08-20T14:50:00.000Z',\r\n 'ShippedDate': '1997-09-01T15:50:00.000Z',\r\n 'Freight': 158.44,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10639,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1997-08-20T16:50:00.000Z',\r\n 'ShippedDate': '1997-08-27T17:50:00.000Z',\r\n 'Freight': 38.64,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 10640,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-08-21T18:50:00.000Z',\r\n 'ShippedDate': '1997-08-28T19:50:00.000Z',\r\n 'Freight': 23.55,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10641,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-08-22T01:55:00.000Z',\r\n 'ShippedDate': '1997-08-26T02:55:00.000Z',\r\n 'Freight': 179.61,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10642,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-08-22T03:55:00.000Z',\r\n 'ShippedDate': '1997-09-05T04:55:00.000Z',\r\n 'Freight': 41.89,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10643,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-08-25T05:55:00.000Z',\r\n 'ShippedDate': '1997-09-02T06:55:00.000Z',\r\n 'Freight': 29.46,\r\n 'ShipName': 'Alfreds Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10644,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-08-25T07:55:00.000Z',\r\n 'ShippedDate': '1997-09-01T08:55:00.000Z',\r\n 'Freight': 0.14,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10645,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-08-26T09:55:00.000Z',\r\n 'ShippedDate': '1997-09-02T10:55:00.000Z',\r\n 'Freight': 12.41,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10646,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-08-27T11:55:00.000Z',\r\n 'ShippedDate': '1997-09-03T12:55:00.000Z',\r\n 'Freight': 142.33,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10647,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-08-27T13:55:00.000Z',\r\n 'ShippedDate': '1997-09-03T14:55:00.000Z',\r\n 'Freight': 45.54,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10648,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-08-28T15:55:00.000Z',\r\n 'ShippedDate': '1997-09-09T16:55:00.000Z',\r\n 'Freight': 14.25,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10649,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-08-28T17:55:00.000Z',\r\n 'ShippedDate': '1997-08-29T18:55:00.000Z',\r\n 'Freight': 6.2,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10650,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-08-29T19:55:00.000Z',\r\n 'ShippedDate': '1997-09-03T20:55:00.000Z',\r\n 'Freight': 176.81,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10651,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-09-01T21:55:00.000Z',\r\n 'ShippedDate': '1997-09-11T22:55:00.000Z',\r\n 'Freight': 20.6,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10652,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-09-01T23:55:00.000Z',\r\n 'ShippedDate': '1997-09-08T01:15:00.000Z',\r\n 'Freight': 7.14,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10653,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-02T02:15:00.000Z',\r\n 'ShippedDate': '1997-09-19T03:15:00.000Z',\r\n 'Freight': 93.25,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10654,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-09-02T04:15:00.000Z',\r\n 'ShippedDate': '1997-09-11T05:15:00.000Z',\r\n 'Freight': 55.26,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10655,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-09-03T06:15:00.000Z',\r\n 'ShippedDate': '1997-09-11T07:15:00.000Z',\r\n 'Freight': 4.41,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10656,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-09-04T08:15:00.000Z',\r\n 'ShippedDate': '1997-09-10T09:15:00.000Z',\r\n 'Freight': 57.15,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10657,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-09-04T10:15:00.000Z',\r\n 'ShippedDate': '1997-09-15T11:15:00.000Z',\r\n 'Freight': 352.69,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10658,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-09-05T12:15:00.000Z',\r\n 'ShippedDate': '1997-09-08T13:15:00.000Z',\r\n 'Freight': 364.15,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10659,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-09-05T14:15:00.000Z',\r\n 'ShippedDate': '1997-09-10T15:15:00.000Z',\r\n 'Freight': 105.81,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10660,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-09-08T16:15:00.000Z',\r\n 'ShippedDate': '1997-10-15T17:15:00.000Z',\r\n 'Freight': 111.29,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10661,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-09-09T18:15:00.000Z',\r\n 'ShippedDate': '1997-09-15T19:15:00.000Z',\r\n 'Freight': 17.55,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10662,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-09-09T20:15:00.000Z',\r\n 'ShippedDate': '1997-09-18T21:15:00.000Z',\r\n 'Freight': 1.28,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10663,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-09-10T22:15:00.000Z',\r\n 'ShippedDate': '1997-10-03T23:15:00.000Z',\r\n 'Freight': 113.15,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10664,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-09-10T01:45:00.000Z',\r\n 'ShippedDate': '1997-09-19T02:45:00.000Z',\r\n 'Freight': 1.27,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10665,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-09-11T03:45:00.000Z',\r\n 'ShippedDate': '1997-09-17T04:45:00.000Z',\r\n 'Freight': 26.31,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10666,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-09-12T05:45:00.000Z',\r\n 'ShippedDate': '1997-09-22T06:45:00.000Z',\r\n 'Freight': 232.42,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10667,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-09-12T07:45:00.000Z',\r\n 'ShippedDate': '1997-09-19T08:45:00.000Z',\r\n 'Freight': 78.09,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10668,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-09-15T09:45:00.000Z',\r\n 'ShippedDate': '1997-09-23T10:45:00.000Z',\r\n 'Freight': 47.22,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10669,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-09-15T11:45:00.000Z',\r\n 'ShippedDate': '1997-09-22T12:45:00.000Z',\r\n 'Freight': 24.39,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10670,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-16T13:45:00.000Z',\r\n 'ShippedDate': '1997-09-18T14:45:00.000Z',\r\n 'Freight': 203.48,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10671,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1997-09-17T15:45:00.000Z',\r\n 'ShippedDate': '1997-09-24T16:45:00.000Z',\r\n 'Freight': 30.34,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10672,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-09-17T17:45:00.000Z',\r\n 'ShippedDate': '1997-09-26T18:45:00.000Z',\r\n 'Freight': 95.75,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10673,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-09-18T19:45:00.000Z',\r\n 'ShippedDate': '1997-09-19T20:45:00.000Z',\r\n 'Freight': 22.76,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10674,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-09-18T21:45:00.000Z',\r\n 'ShippedDate': '1997-09-30T22:45:00.000Z',\r\n 'Freight': 0.9,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10675,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-19T23:45:00.000Z',\r\n 'ShippedDate': '1997-09-23T01:50:00.000Z',\r\n 'Freight': 31.85,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10676,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-09-22T02:50:00.000Z',\r\n 'ShippedDate': '1997-09-29T03:50:00.000Z',\r\n 'Freight': 2.01,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10677,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-09-22T04:50:00.000Z',\r\n 'ShippedDate': '1997-09-26T05:50:00.000Z',\r\n 'Freight': 4.03,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10678,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-09-23T06:50:00.000Z',\r\n 'ShippedDate': '1997-10-16T07:50:00.000Z',\r\n 'Freight': 388.98,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10679,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-09-23T08:50:00.000Z',\r\n 'ShippedDate': '1997-09-30T09:50:00.000Z',\r\n 'Freight': 27.94,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10680,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-09-24T10:50:00.000Z',\r\n 'ShippedDate': '1997-09-26T11:50:00.000Z',\r\n 'Freight': 26.61,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10681,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-09-25T12:50:00.000Z',\r\n 'ShippedDate': '1997-09-30T13:50:00.000Z',\r\n 'Freight': 76.13,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10682,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-09-25T14:50:00.000Z',\r\n 'ShippedDate': '1997-10-01T15:50:00.000Z',\r\n 'Freight': 36.13,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10683,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1997-09-26T16:50:00.000Z',\r\n 'ShippedDate': '1997-10-01T17:50:00.000Z',\r\n 'Freight': 4.4,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10684,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-09-26T18:50:00.000Z',\r\n 'ShippedDate': '1997-09-30T19:50:00.000Z',\r\n 'Freight': 145.63,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10685,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-09-29T20:50:00.000Z',\r\n 'ShippedDate': '1997-10-03T21:50:00.000Z',\r\n 'Freight': 33.75,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10686,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-09-30T22:50:00.000Z',\r\n 'ShippedDate': '1997-10-08T23:50:00.000Z',\r\n 'Freight': 96.5,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10687,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-09-30T01:15:00.000Z',\r\n 'ShippedDate': '1997-10-30T02:15:00.000Z',\r\n 'Freight': 296.43,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10688,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-10-01T03:15:00.000Z',\r\n 'ShippedDate': '1997-10-07T04:15:00.000Z',\r\n 'Freight': 299.09,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10689,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-10-01T05:15:00.000Z',\r\n 'ShippedDate': '1997-10-07T06:15:00.000Z',\r\n 'Freight': 13.42,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10690,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-10-02T07:15:00.000Z',\r\n 'ShippedDate': '1997-10-03T08:15:00.000Z',\r\n 'Freight': 15.8,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10691,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-03T09:15:00.000Z',\r\n 'ShippedDate': '1997-10-22T10:15:00.000Z',\r\n 'Freight': 810.05,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10692,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-10-03T11:15:00.000Z',\r\n 'ShippedDate': '1997-10-13T12:15:00.000Z',\r\n 'Freight': 61.02,\r\n 'ShipName': 'Alfred\\'s Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10693,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-06T13:15:00.000Z',\r\n 'ShippedDate': '1997-10-10T14:15:00.000Z',\r\n 'Freight': 139.34,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10694,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-06T15:15:00.000Z',\r\n 'ShippedDate': '1997-10-09T16:15:00.000Z',\r\n 'Freight': 398.36,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10695,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-10-07T17:15:00.000Z',\r\n 'ShippedDate': '1997-10-14T18:15:00.000Z',\r\n 'Freight': 16.72,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10696,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-08T19:15:00.000Z',\r\n 'ShippedDate': '1997-10-14T20:15:00.000Z',\r\n 'Freight': 102.55,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10697,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-10-08T21:15:00.000Z',\r\n 'ShippedDate': '1997-10-14T22:15:00.000Z',\r\n 'Freight': 45.52,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10698,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-10-09T23:15:00.000Z',\r\n 'ShippedDate': '1997-10-17T10:15:00.000Z',\r\n 'Freight': 272.47,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10699,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-10-09T02:40:00.000Z',\r\n 'ShippedDate': '1997-10-13T03:40:00.000Z',\r\n 'Freight': 0.58,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10700,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-10T03:40:00.000Z',\r\n 'ShippedDate': '1997-10-16T04:40:00.000Z',\r\n 'Freight': 65.1,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10701,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-10-13T05:40:00.000Z',\r\n 'ShippedDate': '1997-10-15T06:40:00.000Z',\r\n 'Freight': 220.31,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10702,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-10-13T07:40:00.000Z',\r\n 'ShippedDate': '1997-10-21T08:40:00.000Z',\r\n 'Freight': 23.94,\r\n 'ShipName': 'Alfred\\'s Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10703,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-10-14T09:40:00.000Z',\r\n 'ShippedDate': '1997-10-20T10:40:00.000Z',\r\n 'Freight': 152.3,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10704,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-10-14T11:40:00.000Z',\r\n 'ShippedDate': '1997-11-07T12:40:00.000Z',\r\n 'Freight': 4.78,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10705,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-10-15T13:40:00.000Z',\r\n 'ShippedDate': '1997-11-18T14:40:00.000Z',\r\n 'Freight': 3.52,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10706,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-10-16T15:40:00.000Z',\r\n 'ShippedDate': '1997-10-21T16:40:00.000Z',\r\n 'Freight': 135.63,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10707,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-10-16T17:40:00.000Z',\r\n 'ShippedDate': '1997-10-23T18:40:00.000Z',\r\n 'Freight': 21.74,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10708,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1997-10-17T19:40:00.000Z',\r\n 'ShippedDate': '1997-11-05T20:40:00.000Z',\r\n 'Freight': 2.96,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10709,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-10-17T21:40:00.000Z',\r\n 'ShippedDate': '1997-11-20T22:40:00.000Z',\r\n 'Freight': 210.8,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10710,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-10-20T23:40:00.000Z',\r\n 'ShippedDate': '1997-10-23T15:40:00.000Z',\r\n 'Freight': 4.98,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10711,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-21T01:30:00.000Z',\r\n 'ShippedDate': '1997-10-29T02:30:00.000Z',\r\n 'Freight': 52.41,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10712,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-10-21T03:30:00.000Z',\r\n 'ShippedDate': '1997-10-31T04:30:00.000Z',\r\n 'Freight': 89.93,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10713,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-22T05:30:00.000Z',\r\n 'ShippedDate': '1997-10-24T06:30:00.000Z',\r\n 'Freight': 167.05,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10714,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-22T07:30:00.000Z',\r\n 'ShippedDate': '1997-10-27T08:30:00.000Z',\r\n 'Freight': 24.49,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10715,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-10-23T09:30:00.000Z',\r\n 'ShippedDate': '1997-10-29T10:30:00.000Z',\r\n 'Freight': 63.2,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10716,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1997-10-24T11:30:00.000Z',\r\n 'ShippedDate': '1997-10-27T12:30:00.000Z',\r\n 'Freight': 22.57,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10717,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-10-24T13:30:00.000Z',\r\n 'ShippedDate': '1997-10-29T14:30:00.000Z',\r\n 'Freight': 59.25,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10718,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-10-27T17:30:00.000Z',\r\n 'ShippedDate': '1997-10-29T18:30:00.000Z',\r\n 'Freight': 170.88,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10719,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-10-27T19:30:00.000Z',\r\n 'ShippedDate': '1997-11-05T20:30:00.000Z',\r\n 'Freight': 51.44,\r\n 'ShipName': 'Let\\'s Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10720,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-10-28T21:30:00.000Z',\r\n 'ShippedDate': '1997-11-05T22:30:00.000Z',\r\n 'Freight': 9.53,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10721,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-29T23:30:00.000Z',\r\n 'ShippedDate': '1997-10-31T01:10:00.000Z',\r\n 'Freight': 48.92,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10722,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-29T02:10:00.000Z',\r\n 'ShippedDate': '1997-11-04T03:10:00.000Z',\r\n 'Freight': 74.58,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10723,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-30T04:10:00.000Z',\r\n 'ShippedDate': '1997-11-25T05:10:00.000Z',\r\n 'Freight': 21.72,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029-12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10724,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-10-30T06:10:00.000Z',\r\n 'ShippedDate': '1997-11-05T07:10:00.000Z',\r\n 'Freight': 57.75,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10725,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-10-31T08:10:00.000Z',\r\n 'ShippedDate': '1997-11-05T01:10:00.000Z',\r\n 'Freight': 10.83,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10726,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-11-03T02:10:00.000Z',\r\n 'ShippedDate': '1997-12-05T03:10:00.000Z',\r\n 'Freight': 16.56,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10727,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-11-03T04:10:00.000Z',\r\n 'ShippedDate': '1997-12-05T05:10:00.000Z',\r\n 'Freight': 89.9,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10728,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-11-04T06:10:00.000Z',\r\n 'ShippedDate': '1997-11-11T07:10:00.000Z',\r\n 'Freight': 58.33,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10729,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-11-04T08:10:00.000Z',\r\n 'ShippedDate': '1997-11-14T09:10:00.000Z',\r\n 'Freight': 141.06,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10730,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-05T10:10:00.000Z',\r\n 'ShippedDate': '1997-11-14T11:10:00.000Z',\r\n 'Freight': 20.12,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10731,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-11-06T12:10:00.000Z',\r\n 'ShippedDate': '1997-11-14T13:10:00.000Z',\r\n 'Freight': 96.65,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10732,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-06T14:10:00.000Z',\r\n 'ShippedDate': '1997-11-07T15:10:00.000Z',\r\n 'Freight': 16.97,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10733,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-11-07T16:10:00.000Z',\r\n 'ShippedDate': '1997-11-10T17:10:00.000Z',\r\n 'Freight': 110.11,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10734,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-11-07T18:10:00.000Z',\r\n 'ShippedDate': '1997-11-12T19:10:00.000Z',\r\n 'Freight': 1.63,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10735,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-11-10T20:10:00.000Z',\r\n 'ShippedDate': '1997-11-21T21:10:00.000Z',\r\n 'Freight': 45.97,\r\n 'ShipName': 'Let\\'s Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10736,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-11-11T22:10:00.000Z',\r\n 'ShippedDate': '1997-11-21T23:10:00.000Z',\r\n 'Freight': 44.1,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10737,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1997-11-11T01:10:00.000Z',\r\n 'ShippedDate': '1997-11-18T02:10:00.000Z',\r\n 'Freight': 7.79,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10738,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1997-11-12T03:10:00.000Z',\r\n 'ShippedDate': '1997-11-18T04:10:00.000Z',\r\n 'Freight': 2.91,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10739,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1997-11-12T05:10:00.000Z',\r\n 'ShippedDate': '1997-11-17T06:10:00.000Z',\r\n 'Freight': 11.08,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10740,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-11-13T07:10:00.000Z',\r\n 'ShippedDate': '1997-11-25T08:10:00.000Z',\r\n 'Freight': 81.88,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10741,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-11-14T09:10:00.000Z',\r\n 'ShippedDate': '1997-11-18T10:10:00.000Z',\r\n 'Freight': 10.96,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10742,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-11-14T11:10:00.000Z',\r\n 'ShippedDate': '1997-11-18T12:10:00.000Z',\r\n 'Freight': 243.73,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10743,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-11-17T13:10:00.000Z',\r\n 'ShippedDate': '1997-11-21T14:10:00.000Z',\r\n 'Freight': 23.72,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10744,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-11-17T15:10:00.000Z',\r\n 'ShippedDate': '1997-11-24T16:10:00.000Z',\r\n 'Freight': 69.19,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10745,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-11-18T17:10:00.000Z',\r\n 'ShippedDate': '1997-11-27T18:10:00.000Z',\r\n 'Freight': 3.52,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10746,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-11-19T19:10:00.000Z',\r\n 'ShippedDate': '1997-11-21T20:10:00.000Z',\r\n 'Freight': 31.43,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10747,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-11-19T21:10:00.000Z',\r\n 'ShippedDate': '1997-11-26T22:10:00.000Z',\r\n 'Freight': 117.33,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10748,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-11-20T23:10:00.000Z',\r\n 'ShippedDate': '1997-11-28T13:10:00.000Z',\r\n 'Freight': 232.55,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10749,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-11-20T02:25:00.000Z',\r\n 'ShippedDate': '1997-12-19T03:25:00.000Z',\r\n 'Freight': 61.53,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10750,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-11-21T04:25:00.000Z',\r\n 'ShippedDate': '1997-11-24T05:25:00.000Z',\r\n 'Freight': 79.3,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10751,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-11-24T06:25:00.000Z',\r\n 'ShippedDate': '1997-12-03T07:25:00.000Z',\r\n 'Freight': 130.79,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10752,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1997-11-24T08:25:00.000Z',\r\n 'ShippedDate': '1997-11-28T09:25:00.000Z',\r\n 'Freight': 1.39,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10753,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-11-25T10:25:00.000Z',\r\n 'ShippedDate': '1997-11-27T11:25:00.000Z',\r\n 'Freight': 7.7,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10754,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-11-25T12:25:00.000Z',\r\n 'ShippedDate': '1997-11-27T13:25:00.000Z',\r\n 'Freight': 2.38,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10755,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-26T14:25:00.000Z',\r\n 'ShippedDate': '1997-11-28T15:25:00.000Z',\r\n 'Freight': 16.71,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10756,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1997-11-27T16:25:00.000Z',\r\n 'ShippedDate': '1997-12-02T17:25:00.000Z',\r\n 'Freight': 73.21,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10757,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-11-27T18:25:00.000Z',\r\n 'ShippedDate': '1997-12-15T19:25:00.000Z',\r\n 'Freight': 8.19,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10758,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-11-28T20:25:00.000Z',\r\n 'ShippedDate': '1997-12-04T21:25:00.000Z',\r\n 'Freight': 138.17,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10759,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1997-11-28T22:25:00.000Z',\r\n 'ShippedDate': '1997-12-12T23:25:00.000Z',\r\n 'Freight': 11.99,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10760,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-12-01T01:40:00.000Z',\r\n 'ShippedDate': '1997-12-10T02:40:00.000Z',\r\n 'Freight': 155.64,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10761,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-12-02T03:40:00.000Z',\r\n 'ShippedDate': '1997-12-08T04:40:00.000Z',\r\n 'Freight': 18.66,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10762,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-12-02T05:40:00.000Z',\r\n 'ShippedDate': '1997-12-09T06:40:00.000Z',\r\n 'Freight': 328.74,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10763,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-12-03T07:40:00.000Z',\r\n 'ShippedDate': '1997-12-08T08:40:00.000Z',\r\n 'Freight': 37.35,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10764,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-03T09:40:00.000Z',\r\n 'ShippedDate': '1997-12-08T10:40:00.000Z',\r\n 'Freight': 145.45,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10765,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-12-04T11:40:00.000Z',\r\n 'ShippedDate': '1997-12-09T12:40:00.000Z',\r\n 'Freight': 42.74,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10766,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-12-05T13:40:00.000Z',\r\n 'ShippedDate': '1997-12-09T14:40:00.000Z',\r\n 'Freight': 157.55,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10767,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-12-05T15:40:00.000Z',\r\n 'ShippedDate': '1997-12-15T16:40:00.000Z',\r\n 'Freight': 1.59,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10768,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-12-08T17:40:00.000Z',\r\n 'ShippedDate': '1997-12-15T18:40:00.000Z',\r\n 'Freight': 146.32,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10769,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-12-08T19:40:00.000Z',\r\n 'ShippedDate': '1997-12-12T20:40:00.000Z',\r\n 'Freight': 65.06,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10770,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-12-09T21:40:00.000Z',\r\n 'ShippedDate': '1997-12-17T22:40:00.000Z',\r\n 'Freight': 5.32,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10771,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-10T23:40:00.000Z',\r\n 'ShippedDate': '1998-01-02T01:50:00.000Z',\r\n 'Freight': 11.19,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10772,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-12-10T02:50:00.000Z',\r\n 'ShippedDate': '1997-12-19T03:50:00.000Z',\r\n 'Freight': 91.28,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10773,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-11T04:50:00.000Z',\r\n 'ShippedDate': '1997-12-16T04:50:00.000Z',\r\n 'Freight': 96.43,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10774,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-12-11T05:50:00.000Z',\r\n 'ShippedDate': '1997-12-12T06:50:00.000Z',\r\n 'Freight': 48.2,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10775,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1997-12-12T07:50:00.000Z',\r\n 'ShippedDate': '1997-12-26T08:50:00.000Z',\r\n 'Freight': 20.25,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10776,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-15T09:50:00.000Z',\r\n 'ShippedDate': '1997-12-18T10:50:00.000Z',\r\n 'Freight': 351.53,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10777,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-12-15T11:50:00.000Z',\r\n 'ShippedDate': '1998-01-21T12:50:00.000Z',\r\n 'Freight': 3.01,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10778,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-12-16T13:50:00.000Z',\r\n 'ShippedDate': '1997-12-24T14:50:00.000Z',\r\n 'Freight': 6.79,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10779,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-12-16T15:50:00.000Z',\r\n 'ShippedDate': '1998-01-14T16:50:00.000Z',\r\n 'Freight': 58.13,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10780,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-12-16T17:50:00.000Z',\r\n 'ShippedDate': '1997-12-25T18:50:00.000Z',\r\n 'Freight': 42.13,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10781,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-12-17T19:50:00.000Z',\r\n 'ShippedDate': '1997-12-19T20:50:00.000Z',\r\n 'Freight': 73.16,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10782,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1997-12-17T21:50:00.000Z',\r\n 'ShippedDate': '1997-12-22T22:50:00.000Z',\r\n 'Freight': 1.1,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10783,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-12-18T23:50:00.000Z',\r\n 'ShippedDate': '1997-12-19T01:50:00.000Z',\r\n 'Freight': 124.98,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10784,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-12-18T02:50:00.000Z',\r\n 'ShippedDate': '1997-12-22T03:50:00.000Z',\r\n 'Freight': 70.09,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10785,\r\n 'CustomerID': 'GROSR',\r\n 'OrderDate': '1997-12-18T04:50:00.000Z',\r\n 'ShippedDate': '1997-12-24T05:50:00.000Z',\r\n 'Freight': 1.51,\r\n 'ShipName': 'GROSELLA-Restaurante',\r\n 'ShipAddress': '5ª Ave. Los Palos Grandes',\r\n 'ShipCity': 'Caracas',\r\n 'ShipRegion': 'DF',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10786,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-12-19T06:50:00.000Z',\r\n 'ShippedDate': '1997-12-23T07:50:00.000Z',\r\n 'Freight': 110.87,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10787,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-12-19T08:50:00.000Z',\r\n 'ShippedDate': '1997-12-26T09:50:00.000Z',\r\n 'Freight': 249.93,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10788,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-12-22T10:50:00.000Z',\r\n 'ShippedDate': '1998-01-19T11:50:00.000Z',\r\n 'Freight': 42.7,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10789,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-12-22T12:50:00.000Z',\r\n 'ShippedDate': '1997-12-31T13:50:00.000Z',\r\n 'Freight': 100.6,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10790,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-12-22T14:50:00.000Z',\r\n 'ShippedDate': '1997-12-26T15:50:00.000Z',\r\n 'Freight': 28.23,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10791,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-12-23T16:50:00.000Z',\r\n 'ShippedDate': '1998-01-01T17:50:00.000Z',\r\n 'Freight': 16.85,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10792,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1997-12-23T18:50:00.000Z',\r\n 'ShippedDate': '1997-12-31T19:50:00.000Z',\r\n 'Freight': 23.79,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10793,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-12-24T20:50:00.000Z',\r\n 'ShippedDate': '1998-01-08T21:50:00.000Z',\r\n 'Freight': 4.52,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10794,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-12-24T22:50:00.000Z',\r\n 'ShippedDate': '1998-01-02T23:50:00.000Z',\r\n 'Freight': 21.49,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10795,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-24T01:20:00.000Z',\r\n 'ShippedDate': '1998-01-20T02:20:00.000Z',\r\n 'Freight': 126.66,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10796,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-12-25T03:20:00.000Z',\r\n 'ShippedDate': '1998-01-14T04:20:00.000Z',\r\n 'Freight': 26.52,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10797,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1997-12-25T05:20:00.000Z',\r\n 'ShippedDate': '1998-01-05T06:20:00.000Z',\r\n 'Freight': 33.35,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10798,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-12-26T07:20:00.000Z',\r\n 'ShippedDate': '1998-01-05T08:20:00.000Z',\r\n 'Freight': 2.33,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10799,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-12-26T09:20:00.000Z',\r\n 'ShippedDate': '1998-01-05T10:20:00.000Z',\r\n 'Freight': 30.76,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10800,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-12-26T11:20:00.000Z',\r\n 'ShippedDate': '1998-01-05T12:20:00.000Z',\r\n 'Freight': 137.44,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10801,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1997-12-29T13:20:00.000Z',\r\n 'ShippedDate': '1997-12-31T14:20:00.000Z',\r\n 'Freight': 97.09,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10802,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-12-29T15:20:00.000Z',\r\n 'ShippedDate': '1998-01-02T16:20:00.000Z',\r\n 'Freight': 257.26,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10803,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-12-30T17:20:00.000Z',\r\n 'ShippedDate': '1998-01-06T18:20:00.000Z',\r\n 'Freight': 55.23,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10804,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-12-30T19:20:00.000Z',\r\n 'ShippedDate': '1998-01-07T20:20:00.000Z',\r\n 'Freight': 27.33,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10805,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1997-12-30T21:20:00.000Z',\r\n 'ShippedDate': '1998-01-09T22:20:00.000Z',\r\n 'Freight': 237.34,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10806,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-12-31T23:20:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:20:00.000Z',\r\n 'Freight': 22.11,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10807,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-12-31T01:40:00.000Z',\r\n 'ShippedDate': '1998-01-30T02:40:00.000Z',\r\n 'Freight': 1.36,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10808,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-01-01T03:40:00.000Z',\r\n 'ShippedDate': '1998-01-09T04:40:00.000Z',\r\n 'Freight': 45.53,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10809,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-01-01T05:40:00.000Z',\r\n 'ShippedDate': '1998-01-07T06:40:00.000Z',\r\n 'Freight': 4.87,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10810,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1998-01-01T07:40:00.000Z',\r\n 'ShippedDate': '1998-01-07T08:40:00.000Z',\r\n 'Freight': 4.33,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10811,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-02T09:40:00.000Z',\r\n 'ShippedDate': '1998-01-08T10:40:00.000Z',\r\n 'Freight': 31.22,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10812,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-01-02T11:40:00.000Z',\r\n 'ShippedDate': '1998-01-12T12:40:00.000Z',\r\n 'Freight': 59.78,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10813,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-01-05T13:40:00.000Z',\r\n 'ShippedDate': '1998-01-09T14:40:00.000Z',\r\n 'Freight': 47.38,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10814,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-05T15:40:00.000Z',\r\n 'ShippedDate': '1998-01-14T16:40:00.000Z',\r\n 'Freight': 130.94,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10815,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-01-05T17:40:00.000Z',\r\n 'ShippedDate': '1998-01-14T18:40:00.000Z',\r\n 'Freight': 14.62,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10816,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-01-06T19:40:00.000Z',\r\n 'ShippedDate': '1998-02-04T20:40:00.000Z',\r\n 'Freight': 719.78,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10817,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-01-06T21:40:00.000Z',\r\n 'ShippedDate': '1998-01-13T22:40:00.000Z',\r\n 'Freight': 306.07,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10818,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-01-07T23:40:00.000Z',\r\n 'ShippedDate': '1998-01-12T01:55:00.000Z',\r\n 'Freight': 65.48,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10819,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-01-07T02:55:00.000Z',\r\n 'ShippedDate': '1998-01-16T03:55:00.000Z',\r\n 'Freight': 19.76,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10820,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-01-07T04:55:00.000Z',\r\n 'ShippedDate': '1998-01-13T05:55:00.000Z',\r\n 'Freight': 37.52,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10821,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1998-01-08T06:55:00.000Z',\r\n 'ShippedDate': '1998-01-15T07:55:00.000Z',\r\n 'Freight': 36.68,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10822,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1998-01-08T09:55:00.000Z',\r\n 'ShippedDate': '1998-01-16T10:55:00.000Z',\r\n 'Freight': 7,\r\n 'ShipName': 'Trail\\'s Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10823,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-01-09T11:55:00.000Z',\r\n 'ShippedDate': '1998-01-13T12:55:00.000Z',\r\n 'Freight': 163.97,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10824,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-01-09T13:55:00.000Z',\r\n 'ShippedDate': '1998-01-30T14:55:00.000Z',\r\n 'Freight': 1.23,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10825,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-01-09T15:55:00.000Z',\r\n 'ShippedDate': '1998-01-14T16:55:00.000Z',\r\n 'Freight': 79.25,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10826,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1998-01-12T17:55:00.000Z',\r\n 'ShippedDate': '1998-02-06T18:55:00.000Z',\r\n 'Freight': 7.09,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10827,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-01-12T19:55:00.000Z',\r\n 'ShippedDate': '1998-02-06T20:55:00.000Z',\r\n 'Freight': 63.54,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10828,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-01-13T21:55:00.000Z',\r\n 'ShippedDate': '1998-02-04T22:55:00.000Z',\r\n 'Freight': 90.85,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10829,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1998-01-13T23:55:00.000Z',\r\n 'ShippedDate': '1998-01-23T12:55:00.000Z',\r\n 'Freight': 154.72,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10830,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-13T01:15:00.000Z',\r\n 'ShippedDate': '1998-01-21T02:15:00.000Z',\r\n 'Freight': 81.83,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10831,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-01-14T03:15:00.000Z',\r\n 'ShippedDate': '1998-01-23T04:15:00.000Z',\r\n 'Freight': 72.19,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 10832,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-01-14T05:15:00.000Z',\r\n 'ShippedDate': '1998-01-19T06:15:00.000Z',\r\n 'Freight': 43.26,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10833,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-01-15T07:15:00.000Z',\r\n 'ShippedDate': '1998-01-23T08:15:00.000Z',\r\n 'Freight': 71.49,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10834,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-15T09:15:00.000Z',\r\n 'ShippedDate': '1998-01-19T10:15:00.000Z',\r\n 'Freight': 29.78,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10835,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-01-15T11:15:00.000Z',\r\n 'ShippedDate': '1998-01-21T12:15:00.000Z',\r\n 'Freight': 69.53,\r\n 'ShipName': 'Alfred\\'s Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10836,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-01-16T13:15:00.000Z',\r\n 'ShippedDate': '1998-01-21T14:15:00.000Z',\r\n 'Freight': 411.88,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10837,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-01-16T15:15:00.000Z',\r\n 'ShippedDate': '1998-01-23T16:15:00.000Z',\r\n 'Freight': 13.32,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10838,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-19T17:15:00.000Z',\r\n 'ShippedDate': '1998-01-23T18:15:00.000Z',\r\n 'Freight': 59.28,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10839,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-19T19:15:00.000Z',\r\n 'ShippedDate': '1998-01-22T20:15:00.000Z',\r\n 'Freight': 35.43,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10840,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-19T21:15:00.000Z',\r\n 'ShippedDate': '1998-02-16T22:15:00.000Z',\r\n 'Freight': 2.71,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10841,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-01-20T23:15:00.000Z',\r\n 'ShippedDate': '1998-01-29T01:55:00.000Z',\r\n 'Freight': 424.3,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10842,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-01-20T02:55:00.000Z',\r\n 'ShippedDate': '1998-01-29T03:55:00.000Z',\r\n 'Freight': 54.42,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10843,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-21T04:55:00.000Z',\r\n 'ShippedDate': '1998-01-26T05:55:00.000Z',\r\n 'Freight': 9.26,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10844,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1998-01-21T06:55:00.000Z',\r\n 'ShippedDate': '1998-01-26T07:55:00.000Z',\r\n 'Freight': 25.22,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10845,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-01-21T08:55:00.000Z',\r\n 'ShippedDate': '1998-01-30T09:55:00.000Z',\r\n 'Freight': 212.98,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10846,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-01-22T10:55:00.000Z',\r\n 'ShippedDate': '1998-01-23T11:55:00.000Z',\r\n 'Freight': 56.46,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10847,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-01-22T12:55:00.000Z',\r\n 'ShippedDate': '1998-02-10T13:55:00.000Z',\r\n 'Freight': 487.57,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10848,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1998-01-23T14:55:00.000Z',\r\n 'ShippedDate': '1998-01-29T15:55:00.000Z',\r\n 'Freight': 38.24,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10849,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-01-23T16:55:00.000Z',\r\n 'ShippedDate': '1998-01-30T17:55:00.000Z',\r\n 'Freight': 0.56,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10850,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-23T19:55:00.000Z',\r\n 'ShippedDate': '1998-01-30T20:55:00.000Z',\r\n 'Freight': 49.19,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10851,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-01-26T21:55:00.000Z',\r\n 'ShippedDate': '1998-02-02T22:55:00.000Z',\r\n 'Freight': 160.55,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10852,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-01-26T23:55:00.000Z',\r\n 'ShippedDate': '1998-01-30T01:00.05.000Z',\r\n 'Freight': 174.05,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10853,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-01-27T02:00.05.000Z',\r\n 'ShippedDate': '1998-02-03T03:00.05.000Z',\r\n 'Freight': 53.83,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10854,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-01-27T04:00.05.000Z',\r\n 'ShippedDate': '1998-02-05T05:00.05.000Z',\r\n 'Freight': 100.22,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10855,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-01-27T06:00.05.000Z',\r\n 'ShippedDate': '1998-02-04T07:00.05.000Z',\r\n 'Freight': 170.97,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10856,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1998-01-28T08:00.05.000Z',\r\n 'ShippedDate': '1998-02-10T09:00.05.000Z',\r\n 'Freight': 58.43,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10857,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-01-28T11:00.05.000Z',\r\n 'ShippedDate': '1998-02-06T12:00.05.000Z',\r\n 'Freight': 188.85,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10858,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-01-29T13:00.05.000Z',\r\n 'ShippedDate': '1998-02-03T14:00.05.000Z',\r\n 'Freight': 52.51,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10859,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-01-29T15:00.05.000Z',\r\n 'ShippedDate': '1998-02-02T16:00.05.000Z',\r\n 'Freight': 76.1,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10860,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1998-01-29T17:00.05.000Z',\r\n 'ShippedDate': '1998-02-04T18:00.05.000Z',\r\n 'Freight': 19.26,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10861,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-01-30T19:00.05.000Z',\r\n 'ShippedDate': '1998-02-17T20:00.05.000Z',\r\n 'Freight': 14.93,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10862,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-01-30T21:00.05.000Z',\r\n 'ShippedDate': '1998-02-02T22:00.05.000Z',\r\n 'Freight': 53.23,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10863,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-02-02T23:00.05.000Z',\r\n 'ShippedDate': '1998-02-17T01:15:00.000Z',\r\n 'Freight': 30.26,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10864,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-02-02T02:15:00.000Z',\r\n 'ShippedDate': '1998-02-09T03:15:00.000Z',\r\n 'Freight': 3.04,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10865,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-02-02T04:15:00.000Z',\r\n 'ShippedDate': '1998-02-12T05:15:00.000Z',\r\n 'Freight': 348.14,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10866,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-02-03T06:15:00.000Z',\r\n 'ShippedDate': '1998-02-12T07:15:00.000Z',\r\n 'Freight': 109.11,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10867,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-02-03T08:15:00.000Z',\r\n 'ShippedDate': '1998-02-11T09:15:00.000Z',\r\n 'Freight': 1.93,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10868,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-04T10:15:00.000Z',\r\n 'ShippedDate': '1998-02-23T11:15:00.000Z',\r\n 'Freight': 191.27,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10869,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1998-02-04T12:15:00.000Z',\r\n 'ShippedDate': '1998-02-09T13:15:00.000Z',\r\n 'Freight': 143.28,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10870,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-02-04T14:15:00.000Z',\r\n 'ShippedDate': '1998-02-13T15:15:00.000Z',\r\n 'Freight': 12.04,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10871,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-02-05T16:15:00.000Z',\r\n 'ShippedDate': '1998-02-10T17:15:00.000Z',\r\n 'Freight': 112.27,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10872,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-05T18:15:00.000Z',\r\n 'ShippedDate': '1998-02-09T19:15:00.000Z',\r\n 'Freight': 175.32,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10873,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-06T20:15:00.000Z',\r\n 'ShippedDate': '1998-02-09T21:15:00.000Z',\r\n 'Freight': 0.82,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10874,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-06T22:15:00.000Z',\r\n 'ShippedDate': '1998-02-11T23:15:00.000Z',\r\n 'Freight': 19.58,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10875,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-02-06T01:30:00.000Z',\r\n 'ShippedDate': '1998-03-03T02:30:00.000Z',\r\n 'Freight': 32.37,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10876,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-02-09T03:30:00.000Z',\r\n 'ShippedDate': '1998-02-12T04:30:00.000Z',\r\n 'Freight': 60.42,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10877,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-02-09T05:30:00.000Z',\r\n 'ShippedDate': '1998-02-19T06:30:00.000Z',\r\n 'Freight': 38.06,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10878,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-02-10T07:30:00.000Z',\r\n 'ShippedDate': '1998-02-12T08:30:00.000Z',\r\n 'Freight': 46.69,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10879,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-10T09:30:00.000Z',\r\n 'ShippedDate': '1998-02-12T10:30:00.000Z',\r\n 'Freight': 8.5,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10880,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-02-10T11:30:00.000Z',\r\n 'ShippedDate': '1998-02-18T12:30:00.000Z',\r\n 'Freight': 88.01,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10881,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-02-11T13:30:00.000Z',\r\n 'ShippedDate': '1998-02-18T14:30:00.000Z',\r\n 'Freight': 2.84,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10882,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-02-11T15:30:00.000Z',\r\n 'ShippedDate': '1998-02-20T16:30:00.000Z',\r\n 'Freight': 23.1,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10883,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-02-12T17:30:00.000Z',\r\n 'ShippedDate': '1998-02-20T18:30:00.000Z',\r\n 'Freight': 0.53,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10884,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1998-02-12T19:30:00.000Z',\r\n 'ShippedDate': '1998-02-13T20:30:00.000Z',\r\n 'Freight': 90.97,\r\n 'ShipName': 'Let\\'s Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10885,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-02-12T21:30:00.000Z',\r\n 'ShippedDate': '1998-02-18T22:30:00.000Z',\r\n 'Freight': 5.64,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10886,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-02-13T23:30:00.000Z',\r\n 'ShippedDate': '1998-03-02T01:20:00.000Z',\r\n 'Freight': 4.99,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10887,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1998-02-13T02:20:00.000Z',\r\n 'ShippedDate': '1998-02-16T03:20:00.000Z',\r\n 'Freight': 1.25,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10888,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-16T04:20:00.000Z',\r\n 'ShippedDate': '1998-02-23T05:20:00.000Z',\r\n 'Freight': 51.87,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10889,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-02-16T06:20:00.000Z',\r\n 'ShippedDate': '1998-02-23T07:20:00.000Z',\r\n 'Freight': 280.61,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10890,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1998-02-16T08:20:00.000Z',\r\n 'ShippedDate': '1998-02-18T09:20:00.000Z',\r\n 'Freight': 32.76,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10891,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-02-17T10:20:00.000Z',\r\n 'ShippedDate': '1998-02-19T11:20:00.000Z',\r\n 'Freight': 20.37,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10892,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-02-17T12:20:00.000Z',\r\n 'ShippedDate': '1998-02-19T13:20:00.000Z',\r\n 'Freight': 120.27,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10893,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-02-18T14:20:00.000Z',\r\n 'ShippedDate': '1998-02-20T15:20:00.000Z',\r\n 'Freight': 77.78,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10894,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-02-18T16:20:00.000Z',\r\n 'ShippedDate': '1998-02-20T17:20:00.000Z',\r\n 'Freight': 116.13,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10895,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-02-18T18:20:00.000Z',\r\n 'ShippedDate': '1998-02-23T19:20:00.000Z',\r\n 'Freight': 162.75,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10896,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-02-19T20:20:00.000Z',\r\n 'ShippedDate': '1998-02-27T21:20:00.000Z',\r\n 'Freight': 32.45,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10897,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-02-19T22:20:00.000Z',\r\n 'ShippedDate': '1998-02-25T23:20:00.000Z',\r\n 'Freight': 603.54,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10898,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-02-20T01:55:00.000Z',\r\n 'ShippedDate': '1998-03-06T02:55:00.000Z',\r\n 'Freight': 1.27,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10899,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-02-20T03:55:00.000Z',\r\n 'ShippedDate': '1998-02-26T04:55:00.000Z',\r\n 'Freight': 1.21,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10900,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-02-20T05:55:00.000Z',\r\n 'ShippedDate': '1998-03-04T06:55:00.000Z',\r\n 'Freight': 1.66,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10901,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-02-23T07:55:00.000Z',\r\n 'ShippedDate': '1998-02-26T08:55:00.000Z',\r\n 'Freight': 62.09,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10902,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-02-23T09:55:00.000Z',\r\n 'ShippedDate': '1998-03-03T10:55:00.000Z',\r\n 'Freight': 44.15,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10903,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-02-24T11:55:00.000Z',\r\n 'ShippedDate': '1998-03-04T12:55:00.000Z',\r\n 'Freight': 36.71,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10904,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-02-24T13:55:00.000Z',\r\n 'ShippedDate': '1998-02-27T14:55:00.000Z',\r\n 'Freight': 162.95,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10905,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-02-24T15:55:00.000Z',\r\n 'ShippedDate': '1998-03-06T16:55:00.000Z',\r\n 'Freight': 13.72,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10906,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-02-25T17:55:00.000Z',\r\n 'ShippedDate': '1998-03-03T18:55:00.000Z',\r\n 'Freight': 26.29,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10907,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-02-25T19:55:00.000Z',\r\n 'ShippedDate': '1998-02-27T20:55:00.000Z',\r\n 'Freight': 9.19,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10908,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-02-26T21:55:00.000Z',\r\n 'ShippedDate': '1998-03-06T22:55:00.000Z',\r\n 'Freight': 32.96,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10909,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-02-26T23:55:00.000Z',\r\n 'ShippedDate': '1998-03-10T01:40:00.000Z',\r\n 'Freight': 53.05,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 10910,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-26T02:40:00.000Z',\r\n 'ShippedDate': '1998-03-04T03:40:00.000Z',\r\n 'Freight': 38.11,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10911,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-26T04:40:00.000Z',\r\n 'ShippedDate': '1998-03-05T05:40:00.000Z',\r\n 'Freight': 38.19,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10912,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-02-26T06:40:00.000Z',\r\n 'ShippedDate': '1998-03-18T07:40:00.000Z',\r\n 'Freight': 580.91,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10913,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-26T08:40:00.000Z',\r\n 'ShippedDate': '1998-03-04T09:40:00.000Z',\r\n 'Freight': 33.05,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10914,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-27T10:40:00.000Z',\r\n 'ShippedDate': '1998-03-02T11:40:00.000Z',\r\n 'Freight': 21.19,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10915,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-02-27T12:40:00.000Z',\r\n 'ShippedDate': '1998-03-02T13:40:00.000Z',\r\n 'Freight': 3.51,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10916,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-02-27T14:40:00.000Z',\r\n 'ShippedDate': '1998-03-09T15:40:00.000Z',\r\n 'Freight': 63.77,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10917,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1998-03-02T16:40:00.000Z',\r\n 'ShippedDate': '1998-03-11T17:40:00.000Z',\r\n 'Freight': 8.29,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10918,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-02T18:40:00.000Z',\r\n 'ShippedDate': '1998-03-11T19:40:00.000Z',\r\n 'Freight': 48.83,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10919,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-03-02T20:40:00.000Z',\r\n 'ShippedDate': '1998-03-04T21:40:00.000Z',\r\n 'Freight': 19.8,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10920,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-03-03T22:40:00.000Z',\r\n 'ShippedDate': '1998-03-09T01:50:00.000Z',\r\n 'Freight': 29.61,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10921,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-03-03T02:50:00.000Z',\r\n 'ShippedDate': '1998-03-09T03:50:00.000Z',\r\n 'Freight': 176.48,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10922,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-03T04:50:00.000Z',\r\n 'ShippedDate': '1998-03-05T05:50:00.000Z',\r\n 'Freight': 62.74,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10923,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-03-03T06:50:00.000Z',\r\n 'ShippedDate': '1998-03-13T06:50:00.000Z',\r\n 'Freight': 68.26,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10924,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-03-04T07:50:00.000Z',\r\n 'ShippedDate': '1998-04-08T08:50:00.000Z',\r\n 'Freight': 151.52,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10925,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-04T09:50:00.000Z',\r\n 'ShippedDate': '1998-03-13T10:50:00.000Z',\r\n 'Freight': 2.27,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10926,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1998-03-04T11:50:00.000Z',\r\n 'ShippedDate': '1998-03-11T12:50:00.000Z',\r\n 'Freight': 39.92,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10927,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-05T13:50:00.000Z',\r\n 'ShippedDate': '1998-04-08T14:50:00.000Z',\r\n 'Freight': 19.79,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10928,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1998-03-05T15:50:00.000Z',\r\n 'ShippedDate': '1998-03-18T16:50:00.000Z',\r\n 'Freight': 1.36,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10929,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-03-05T17:50:00.000Z',\r\n 'ShippedDate': '1998-03-12T18:50:00.000Z',\r\n 'Freight': 33.93,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10930,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-03-06T19:50:00.000Z',\r\n 'ShippedDate': '1998-03-18T20:50:00.000Z',\r\n 'Freight': 15.55,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10931,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-03-06T21:50:00.000Z',\r\n 'ShippedDate': '1998-03-19T22:50:00.000Z',\r\n 'Freight': 13.6,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10932,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-03-06T23:50:00.000Z',\r\n 'ShippedDate': '1998-03-24T01:50:00.000Z',\r\n 'Freight': 134.64,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10933,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1998-03-06T02:20:00.000Z',\r\n 'ShippedDate': '1998-03-16T03:20:00.000Z',\r\n 'Freight': 54.15,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10934,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-03-09T04:20:00.000Z',\r\n 'ShippedDate': '1998-03-12T05:20:00.000Z',\r\n 'Freight': 32.01,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10935,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-03-09T06:20:00.000Z',\r\n 'ShippedDate': '1998-03-18T07:20:00.000Z',\r\n 'Freight': 47.59,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10936,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-03-09T08:20:00.000Z',\r\n 'ShippedDate': '1998-03-18T09:20:00.000Z',\r\n 'Freight': 33.68,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10937,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-03-10T10:20:00.000Z',\r\n 'ShippedDate': '1998-03-13T11:20:00.000Z',\r\n 'Freight': 31.51,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10938,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-03-10T12:20:00.000Z',\r\n 'ShippedDate': '1998-03-16T14:20:00.000Z',\r\n 'Freight': 31.89,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10939,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-03-10T13:20:00.000Z',\r\n 'ShippedDate': '1998-03-13T15:20:00.000Z',\r\n 'Freight': 76.33,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10940,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-03-11T16:20:00.000Z',\r\n 'ShippedDate': '1998-03-23T17:20:00.000Z',\r\n 'Freight': 19.77,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10941,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-11T18:20:00.000Z',\r\n 'ShippedDate': '1998-03-20T19:20:00.000Z',\r\n 'Freight': 400.81,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10942,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-03-11T20:20:00.000Z',\r\n 'ShippedDate': '1998-03-18T21:20:00.000Z',\r\n 'Freight': 17.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10943,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-03-11T22:20:00.000Z',\r\n 'ShippedDate': '1998-03-19T23:20:00.000Z',\r\n 'Freight': 2.17,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10944,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-12T01:20:00.000Z',\r\n 'ShippedDate': '1998-03-13T02:20:00.000Z',\r\n 'Freight': 52.92,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10945,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1998-03-12T03:20:00.000Z',\r\n 'ShippedDate': '1998-03-18T04:20:00.000Z',\r\n 'Freight': 10.22,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10946,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-03-12T05:20:00.000Z',\r\n 'ShippedDate': '1998-03-19T06:20:00.000Z',\r\n 'Freight': 27.2,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10947,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-03-13T07:20:00.000Z',\r\n 'ShippedDate': '1998-03-16T08:20:00.000Z',\r\n 'Freight': 3.26,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10948,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-03-13T09:20:00.000Z',\r\n 'ShippedDate': '1998-03-19T10:20:00.000Z',\r\n 'Freight': 23.39,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10949,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-13T11:20:00.000Z',\r\n 'ShippedDate': '1998-03-17T12:20:00.000Z',\r\n 'Freight': 74.44,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10950,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-03-16T13:20:00.000Z',\r\n 'ShippedDate': '1998-03-23T14:20:00.000Z',\r\n 'Freight': 2.5,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10951,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-03-16T15:20:00.000Z',\r\n 'ShippedDate': '1998-04-07T16:20:00.000Z',\r\n 'Freight': 30.85,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10952,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-03-16T17:20:00.000Z',\r\n 'ShippedDate': '1998-03-24T18:20:00.000Z',\r\n 'Freight': 40.42,\r\n 'ShipName': 'Alfred\\'s Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10953,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-03-16T19:20:00.000Z',\r\n 'ShippedDate': '1998-03-25T20:20:00.000Z',\r\n 'Freight': 23.72,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10954,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-03-17T21:20:00.000Z',\r\n 'ShippedDate': '1998-03-20T22:20:00.000Z',\r\n 'Freight': 27.91,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10955,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-17T23:20:00.000Z',\r\n 'ShippedDate': '1998-03-20T01:20:00.000Z',\r\n 'Freight': 3.26,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10956,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-03-17T01:55:00.000Z',\r\n 'ShippedDate': '1998-03-20T02:55:00.000Z',\r\n 'Freight': 44.65,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10957,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-18T03:55:00.000Z',\r\n 'ShippedDate': '1998-03-27T04:55:00.000Z',\r\n 'Freight': 105.36,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10958,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-03-18T05:55:00.000Z',\r\n 'ShippedDate': '1998-03-27T06:55:00.000Z',\r\n 'Freight': 49.56,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10959,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1998-03-18T07:55:00.000Z',\r\n 'ShippedDate': '1998-03-23T08:55:00.000Z',\r\n 'Freight': 4.98,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10960,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-19T09:55:00.000Z',\r\n 'ShippedDate': '1998-04-08T10:55:00.000Z',\r\n 'Freight': 2.08,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10961,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-03-19T11:55:00.000Z',\r\n 'ShippedDate': '1998-03-30T12:55:00.000Z',\r\n 'Freight': 104.47,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10962,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-03-19T13:55:00.000Z',\r\n 'ShippedDate': '1998-03-23T14:55:00.000Z',\r\n 'Freight': 275.79,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10963,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1998-03-19T15:55:00.000Z',\r\n 'ShippedDate': '1998-03-26T16:55:00.000Z',\r\n 'Freight': 2.7,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10964,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-03-20T17:55:00.000Z',\r\n 'ShippedDate': '1998-03-24T18:55:00.000Z',\r\n 'Freight': 87.38,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10965,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-03-20T19:55:00.000Z',\r\n 'ShippedDate': '1998-03-30T20:55:00.000Z',\r\n 'Freight': 144.38,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10966,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-03-20T21:55:00.000Z',\r\n 'ShippedDate': '1998-04-08T22:55:00.000Z',\r\n 'Freight': 27.19,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10967,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1998-03-23T23:55:00.000Z',\r\n 'ShippedDate': '1998-04-02T12:55:00.000Z',\r\n 'Freight': 62.22,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10968,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-03-23T01:00.05.000Z',\r\n 'ShippedDate': '1998-04-01T02:00.05.000Z',\r\n 'Freight': 74.6,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10969,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1998-03-23T03:00.05.000Z',\r\n 'ShippedDate': '1998-03-30T04:00.05.000Z',\r\n 'Freight': 0.21,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10970,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1998-03-24T05:00.05.000Z',\r\n 'ShippedDate': '1998-04-24T06:00.05.000Z',\r\n 'Freight': 16.16,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10971,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1998-03-24T07:00.05.000Z',\r\n 'ShippedDate': '1998-04-02T08:00.05.000Z',\r\n 'Freight': 121.82,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10972,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-24T09:00.05.000Z',\r\n 'ShippedDate': '1998-03-26T10:00.05.000Z',\r\n 'Freight': 0.02,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10973,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-24T11:00.05.000Z',\r\n 'ShippedDate': '1998-03-27T12:00.05.000Z',\r\n 'Freight': 15.17,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10974,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1998-03-25T13:00.05.000Z',\r\n 'ShippedDate': '1998-04-03T14:00.05.000Z',\r\n 'Freight': 12.96,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10975,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-25T15:00.05.000Z',\r\n 'ShippedDate': '1998-03-27T16:00.05.000Z',\r\n 'Freight': 32.27,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10976,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-25T17:00.05.000Z',\r\n 'ShippedDate': '1998-04-03T18:00.05.000Z',\r\n 'Freight': 37.97,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10977,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-26T19:00.05.000Z',\r\n 'ShippedDate': '1998-04-10T10:00.05.000Z',\r\n 'Freight': 208.5,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10978,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-03-26T11:00.05.000Z',\r\n 'ShippedDate': '1998-04-23T12:00.05.000Z',\r\n 'Freight': 32.82,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10979,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-03-26T13:00.05.000Z',\r\n 'ShippedDate': '1998-03-31T14:00.05.000Z',\r\n 'Freight': 353.07,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10980,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-27T15:00.05.000Z',\r\n 'ShippedDate': '1998-04-17T16:00.05.000Z',\r\n 'Freight': 1.26,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10981,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-27T17:00.05.000Z',\r\n 'ShippedDate': '1998-04-02T18:00.05.000Z',\r\n 'Freight': 193.37,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10982,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-27T19:00.05.000Z',\r\n 'ShippedDate': '1998-04-08T20:00.05.000Z',\r\n 'Freight': 14.01,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10983,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-27T21:00.05.000Z',\r\n 'ShippedDate': '1998-04-06T22:00.05.000Z',\r\n 'Freight': 657.54,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10984,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-30T23:00.05.000Z',\r\n 'ShippedDate': '1998-04-03T13:00.05.000Z',\r\n 'Freight': 211.22,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10985,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-03-30T01:25:00.000Z',\r\n 'ShippedDate': '1998-04-02T02:25:00.000Z',\r\n 'Freight': 91.51,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10986,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-03-30T03:25:00.000Z',\r\n 'ShippedDate': '1998-04-21T04:25:00.000Z',\r\n 'Freight': 217.86,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10987,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-03-31T05:25:00.000Z',\r\n 'ShippedDate': '1998-04-06T06:25:00.000Z',\r\n 'Freight': 185.48,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10988,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-03-31T07:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T08:25:00.000Z',\r\n 'Freight': 61.14,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10989,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1998-03-31T09:25:00.000Z',\r\n 'ShippedDate': '1998-04-02T10:25:00.000Z',\r\n 'Freight': 34.76,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10990,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-01T11:25:00.000Z',\r\n 'ShippedDate': '1998-04-07T12:25:00.000Z',\r\n 'Freight': 117.61,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10991,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-01T13:25:00.000Z',\r\n 'ShippedDate': '1998-04-07T14:25:00.000Z',\r\n 'Freight': 38.51,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10992,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1998-04-01T15:25:00.000Z',\r\n 'ShippedDate': '1998-04-03T16:25:00.000Z',\r\n 'Freight': 4.27,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10993,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-01T17:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T18:25:00.000Z',\r\n 'Freight': 8.81,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10994,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-04-02T19:25:00.000Z',\r\n 'ShippedDate': '1998-04-09T20:25:00.000Z',\r\n 'Freight': 65.53,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10995,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1998-04-02T21:25:00.000Z',\r\n 'ShippedDate': '1998-04-06T22:25:00.000Z',\r\n 'Freight': 46,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10996,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-02T23:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T13:25:00.000Z',\r\n 'Freight': 1.12,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10997,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-04-03T14:25:00.000Z',\r\n 'ShippedDate': '1998-04-13T01:25:00.000Z',\r\n 'Freight': 73.91,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10998,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-04-03T02:25:00.000Z',\r\n 'ShippedDate': '1998-04-17T03:25:00.000Z',\r\n 'Freight': 20.31,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10999,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-04-03T04:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T05:25:00.000Z',\r\n 'Freight': 96.35,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11000,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-04-06T06:25:00.000Z',\r\n 'ShippedDate': '1998-04-14T07:25:00.000Z',\r\n 'Freight': 55.12,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11001,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-06T08:25:00.000Z',\r\n 'ShippedDate': '1998-04-14T09:25:00.000Z',\r\n 'Freight': 197.3,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 11002,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-06T10:25:00.000Z',\r\n 'ShippedDate': '1998-04-16T11:25:00.000Z',\r\n 'Freight': 141.16,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11003,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1998-04-06T12:25:00.000Z',\r\n 'ShippedDate': '1998-04-08T13:25:00.000Z',\r\n 'Freight': 14.91,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11004,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-04-07T14:25:00.000Z',\r\n 'ShippedDate': '1998-04-20T15:25:00.000Z',\r\n 'Freight': 44.84,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 11005,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-04-07T16:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T17:25:00.000Z',\r\n 'Freight': 0.75,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 11006,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-07T18:25:00.000Z',\r\n 'ShippedDate': '1998-04-15T19:25:00.000Z',\r\n 'Freight': 25.19,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11007,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1998-04-08T20:25:00.000Z',\r\n 'ShippedDate': '1998-04-13T21:25:00.000Z',\r\n 'Freight': 202.24,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 11008,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-08T22:25:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 79.46,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 11009,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-04-08T23:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T01:25:00.000Z',\r\n 'Freight': 59.11,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 11010,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-04-09T02:55:00.000Z',\r\n 'ShippedDate': '1998-04-21T03:55:00.000Z',\r\n 'Freight': 28.71,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 11011,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-04-09T04:55:00.000Z',\r\n 'ShippedDate': '1998-04-13T05:55:00.000Z',\r\n 'Freight': 1.21,\r\n 'ShipName': 'Alfred\\'s Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11012,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-04-09T06:55:00.000Z',\r\n 'ShippedDate': '1998-04-17T07:55:00.000Z',\r\n 'Freight': 242.95,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11013,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1998-04-09T08:55:00.000Z',\r\n 'ShippedDate': '1998-04-10T09:55:00.000Z',\r\n 'Freight': 32.99,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 11014,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-04-10T10:55:00.000Z',\r\n 'ShippedDate': '1998-04-15T11:55:00.000Z',\r\n 'Freight': 23.6,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 11015,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-04-10T12:55:00.000Z',\r\n 'ShippedDate': '1998-04-20T13:55:00.000Z',\r\n 'Freight': 4.62,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 11016,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-04-10T14:55:00.000Z',\r\n 'ShippedDate': '1998-04-13T15:55:00.000Z',\r\n 'Freight': 33.8,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11017,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-13T16:55:00.000Z',\r\n 'ShippedDate': '1998-04-20T17:55:00.000Z',\r\n 'Freight': 754.26,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 11018,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-04-13T18:55:00.000Z',\r\n 'ShippedDate': '1998-04-16T19:55:00.000Z',\r\n 'Freight': 11.65,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11019,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-04-13T20:55:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 3.17,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 11020,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-04-14T21:55:00.000Z',\r\n 'ShippedDate': '1998-04-16T22:55:00.000Z',\r\n 'Freight': 43.3,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11021,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-14T23:55:00.000Z',\r\n 'ShippedDate': '1998-04-21T13:50:00.000Z',\r\n 'Freight': 297.18,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11022,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-04-14T03:50:00.000Z',\r\n 'ShippedDate': '1998-05-04T01:50:00.000Z',\r\n 'Freight': 6.27,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11023,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-04-14T02:50:00.000Z',\r\n 'ShippedDate': '1998-04-24T03:50:00.000Z',\r\n 'Freight': 123.83,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11024,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-15T04:50:00.000Z',\r\n 'ShippedDate': '1998-04-20T05:50:00.000Z',\r\n 'Freight': 74.36,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11025,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1998-04-15T06:50:00.000Z',\r\n 'ShippedDate': '1998-04-24T07:50:00.000Z',\r\n 'Freight': 29.17,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 11026,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1998-04-15T08:50:00.000Z',\r\n 'ShippedDate': '1998-04-28T09:50:00.000Z',\r\n 'Freight': 47.09,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 11027,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-16T10:50:00.000Z',\r\n 'ShippedDate': '1998-04-20T11:50:00.000Z',\r\n 'Freight': 52.52,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 11028,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-04-16T12:50:00.000Z',\r\n 'ShippedDate': '1998-04-22T13:50:00.000Z',\r\n 'Freight': 29.59,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11029,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-04-16T14:50:00.000Z',\r\n 'ShippedDate': '1998-04-27T15:50:00.000Z',\r\n 'Freight': 47.84,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 11030,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-17T16:50:00.000Z',\r\n 'ShippedDate': '1998-04-27T17:50:00.000Z',\r\n 'Freight': 830.75,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11031,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-17T18:50:00.000Z',\r\n 'ShippedDate': '1998-04-24T19:50:00.000Z',\r\n 'Freight': 227.22,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11032,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-04-17T20:50:00.000Z',\r\n 'ShippedDate': '1998-04-23T21:50:00.000Z',\r\n 'Freight': 606.19,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11033,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-04-17T22:50:00.000Z',\r\n 'ShippedDate': '1998-04-23T23:50:00.000Z',\r\n 'Freight': 84.74,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 11034,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-04-20T01:05:00.000Z',\r\n 'ShippedDate': '1998-04-27T02:05:00.000Z',\r\n 'Freight': 40.32,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11035,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-04-20T03:05:00.000Z',\r\n 'ShippedDate': '1998-04-24T04:05:00.000Z',\r\n 'Freight': 0.17,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 11036,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-04-20T05:05:00.000Z',\r\n 'ShippedDate': '1998-04-22T06:05:00.000Z',\r\n 'Freight': 149.47,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11037,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-04-21T07:05:00.000Z',\r\n 'ShippedDate': '1998-04-27T08:05:00.000Z',\r\n 'Freight': 3.2,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 11038,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-04-21T09:05:00.000Z',\r\n 'ShippedDate': '1998-04-30T10:05:00.000Z',\r\n 'Freight': 29.59,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 11039,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-04-21T11:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 65,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 11040,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-22T12:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 18.84,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11041,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-04-22T13:05:00.000Z',\r\n 'ShippedDate': '1998-04-28T14:05:00.000Z',\r\n 'Freight': 48.22,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 11042,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1998-04-22T15:05:00.000Z',\r\n 'ShippedDate': '1998-05-01T16:05:00.000Z',\r\n 'Freight': 29.99,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11043,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-04-22T17:05:00.000Z',\r\n 'ShippedDate': '1998-04-29T18:05:00.000Z',\r\n 'Freight': 8.8,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 11044,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-04-23T19:05:00.000Z',\r\n 'ShippedDate': '1998-05-01T20:05:00.000Z',\r\n 'Freight': 8.72,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 11045,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-23T21:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 70.58,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 11046,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1998-04-23T22:05:00.000Z',\r\n 'ShippedDate': '1998-04-24T23:05:00.000Z',\r\n 'Freight': 71.64,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11047,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-24T01:30:00.000Z',\r\n 'ShippedDate': '1998-05-01T02:30:00.000Z',\r\n 'Freight': 46.62,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11048,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-24T03:30:00.000Z',\r\n 'ShippedDate': '1998-04-30T04:30:00.000Z',\r\n 'Freight': 24.12,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 11049,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1998-04-24T05:30:00.000Z',\r\n 'ShippedDate': '1998-05-04T06:30:00.000Z',\r\n 'Freight': 8.34,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11050,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-27T07:30:00.000Z',\r\n 'ShippedDate': '1998-05-05T08:30:00.000Z',\r\n 'Freight': 59.41,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 11051,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-04-27T09:30:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 2.79,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 11052,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-04-27T10:30:00.000Z',\r\n 'ShippedDate': '1998-05-01T11:30:00.000Z',\r\n 'Freight': 67.26,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11053,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1998-04-27T12:30:00.000Z',\r\n 'ShippedDate': '1998-04-29T13:30:00.000Z',\r\n 'Freight': 53.05,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 11054,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-04-28T14:30:00.000Z',\r\n 'ShippedDate': '1998-04-29T15:30:00.000Z',\r\n 'Freight': 0.33,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 11055,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-04-28T16:30:00.000Z',\r\n 'ShippedDate': '1998-05-05T17:30:00.000Z',\r\n 'Freight': 120.92,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 11056,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-28T18:30:00.000Z',\r\n 'ShippedDate': '1998-05-01T19:30:00.000Z',\r\n 'Freight': 278.96,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11057,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1998-04-29T20:30:00.000Z',\r\n 'ShippedDate': '1998-05-01T21:30:00.000Z',\r\n 'Freight': 4.13,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11058,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-04-29T22:30:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 31.14,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11059,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-04-29T23:30:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 85.8,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11060,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1998-04-30T01:05:00.000Z',\r\n 'ShippedDate': '1998-05-04T02:05:00.000Z',\r\n 'Freight': 10.98,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 11061,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-30T03:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 14.01,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11062,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-04-30T04:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 29.93,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 11063,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-04-30T05:05:00.000Z',\r\n 'ShippedDate': '1998-05-06T06:05:00.000Z',\r\n 'Freight': 81.73,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 11064,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-05-01T07:05:00.000Z',\r\n 'ShippedDate': '1998-05-04T10:05:00.000Z',\r\n 'Freight': 30.09,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11065,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-05-01T11:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 12.91,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 11066,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-05-01T12:05:00.000Z',\r\n 'ShippedDate': '1998-05-04T13:05:00.000Z',\r\n 'Freight': 44.72,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11067,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-05-04T14:05:00.000Z',\r\n 'ShippedDate': '1998-05-06T15:05:00.000Z',\r\n 'Freight': 7.98,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11068,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-05-04T16:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 81.75,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11069,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-05-04T17:05:00.000Z',\r\n 'ShippedDate': '1998-05-06T18:05:00.000Z',\r\n 'Freight': 15.67,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 11070,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-05-05T19:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 136,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11071,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-05-05T20:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 0.93,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 11072,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-05-05T21:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 258.64,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 11073,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1998-05-05T22:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 24.95,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 11074,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1998-05-06T23:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 18.44,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 11075,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-05-06T01:30:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 6.19,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 11076,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-05-06T02:30:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 38.28,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 11077,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-05-06T03:50:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 8.53,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n }\r\n]);\r\n\r\nexport const orderDataSource: Object[] = JSON.parse(purchaseData, (field: any, value: any) => {\r\n let dupValue: any = value;\r\n if (typeof value === 'string' && /^(\\d{4}\\-\\d\\d\\-\\d\\d([tT][\\d:\\.]*){1})([zZ]|([+\\-])(\\d\\d):?(\\d\\d))?$/.test(value)) {\r\n let arr: any = dupValue.split(/[^0-9]/);\r\n let arg: any = parseInt(arr[4], 10);\r\n let arg1: any = parseInt(arr[5], 10);\r\n\r\n value = new Date(parseInt(arr[0], 10), parseInt(arr[1], 10) - 1, parseInt(arr[2], 10), parseInt(arr[3], 10), arg, arg1);\r\n }\r\n return value;\r\n});\r\nlet stringData: string = JSON.stringify([\r\n {\r\n 'OrderID': 10248,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-07-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-16T00:00:00.000Z',\r\n 'Freight': 32.38,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10249,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1996-07-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-10T00:00:00.000Z',\r\n 'Freight': 11.61,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10250,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1996-07-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-12T00:00:00.000Z',\r\n 'Freight': 65.83,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10251,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1996-07-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-15T00:00:00.000Z',\r\n 'Freight': 41.34,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10252,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1996-07-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-11T00:00:00.000Z',\r\n 'Freight': 51.3,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10253,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1996-07-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-16T00:00:00.000Z',\r\n 'Freight': 58.17,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10254,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1996-07-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-23T00:00:00.000Z',\r\n 'Freight': 22.98,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10255,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1996-07-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-15T00:00:00.000Z',\r\n 'Freight': 148.33,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10256,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1996-07-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-17T00:00:00.000Z',\r\n 'Freight': 13.97,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10257,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1996-07-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-22T00:00:00.000Z',\r\n 'Freight': 81.91,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10258,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-07-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-23T00:00:00.000Z',\r\n 'Freight': 140.51,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10259,\r\n 'CustomerID': 'CENTC',\r\n 'OrderDate': '1996-07-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-25T00:00:00.000Z',\r\n 'Freight': 3.25,\r\n 'ShipName': 'Centro comercial Moctezuma',\r\n 'ShipAddress': 'Sierras de Granada 9993',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10260,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1996-07-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-29T00:00:00.000Z',\r\n 'Freight': 55.09,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10261,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-07-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-30T00:00:00.000Z',\r\n 'Freight': 3.05,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10262,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-07-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-25T00:00:00.000Z',\r\n 'Freight': 48.29,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10263,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-07-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-31T00:00:00.000Z',\r\n 'Freight': 146.06,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10264,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-07-24T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-23T00:00:00.000Z',\r\n 'Freight': 3.67,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10265,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-07-25T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-12T00:00:00.000Z',\r\n 'Freight': 55.28,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10266,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-07-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-31T00:00:00.000Z',\r\n 'Freight': 25.73,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10267,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-07-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-06T00:00:00.000Z',\r\n 'Freight': 208.58,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10268,\r\n 'CustomerID': 'GROSR',\r\n 'OrderDate': '1996-07-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-02T00:00:00.000Z',\r\n 'Freight': 66.29,\r\n 'ShipName': 'GROSELLA-Restaurante',\r\n 'ShipAddress': '5ª Ave. Los Palos Grandes',\r\n 'ShipCity': 'Caracas',\r\n 'ShipRegion': 'DF',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10269,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1996-07-31T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-09T00:00:00.000Z',\r\n 'Freight': 4.56,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10270,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-08-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-02T00:00:00.000Z',\r\n 'Freight': 136.54,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10271,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-08-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-30T00:00:00.000Z',\r\n 'Freight': 4.54,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10272,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-08-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-06T00:00:00.000Z',\r\n 'Freight': 98.03,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10273,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-12T00:00:00.000Z',\r\n 'Freight': 76.07,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10274,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-08-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 6.01,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10275,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1996-08-07T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-09T00:00:00.000Z',\r\n 'Freight': 26.93,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10276,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-08-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-14T00:00:00.000Z',\r\n 'Freight': 13.84,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10277,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1996-08-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-13T00:00:00.000Z',\r\n 'Freight': 125.77,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10278,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-08-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 92.69,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10279,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-08-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 25.83,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10280,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-12T00:00:00.000Z',\r\n 'Freight': 8.98,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10281,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-21T00:00:00.000Z',\r\n 'Freight': 2.94,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10282,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-08-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-21T00:00:00.000Z',\r\n 'Freight': 12.69,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10283,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-08-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-23T00:00:00.000Z',\r\n 'Freight': 84.81,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10284,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-08-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-27T00:00:00.000Z',\r\n 'Freight': 76.56,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10285,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-26T00:00:00.000Z',\r\n 'Freight': 76.83,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10286,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-21T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-30T00:00:00.000Z',\r\n 'Freight': 229.24,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10287,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1996-08-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-28T00:00:00.000Z',\r\n 'Freight': 12.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10288,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1996-08-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-03T00:00:00.000Z',\r\n 'Freight': 7.45,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10289,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1996-08-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-28T00:00:00.000Z',\r\n 'Freight': 22.77,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10290,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1996-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-03T00:00:00.000Z',\r\n 'Freight': 79.7,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10291,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-04T00:00:00.000Z',\r\n 'Freight': 6.4,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10292,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1996-08-28T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-02T00:00:00.000Z',\r\n 'Freight': 1.35,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10293,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-08-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 21.18,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10294,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-08-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-05T00:00:00.000Z',\r\n 'Freight': 147.26,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10295,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-09-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-10T00:00:00.000Z',\r\n 'Freight': 1.15,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10296,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-09-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 0.12,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10297,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-09-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-10T00:00:00.000Z',\r\n 'Freight': 5.74,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10298,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-09-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 168.22,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10299,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1996-09-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-13T00:00:00.000Z',\r\n 'Freight': 29.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10300,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1996-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-18T00:00:00.000Z',\r\n 'Freight': 17.68,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10301,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-17T00:00:00.000Z',\r\n 'Freight': 45.08,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10302,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1996-09-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-09T00:00:00.000Z',\r\n 'Freight': 6.27,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10303,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1996-09-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-18T00:00:00.000Z',\r\n 'Freight': 107.83,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10304,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-09-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-17T00:00:00.000Z',\r\n 'Freight': 63.79,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10305,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1996-09-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-09T00:00:00.000Z',\r\n 'Freight': 257.62,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10306,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-09-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-23T00:00:00.000Z',\r\n 'Freight': 7.56,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10307,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1996-09-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-25T00:00:00.000Z',\r\n 'Freight': 0.56,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10308,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1996-09-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-24T00:00:00.000Z',\r\n 'Freight': 1.61,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10309,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-09-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-23T00:00:00.000Z',\r\n 'Freight': 47.3,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10310,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1996-09-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-27T00:00:00.000Z',\r\n 'Freight': 17.52,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10311,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1996-09-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-26T00:00:00.000Z',\r\n 'Freight': 24.69,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10312,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-09-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-03T00:00:00.000Z',\r\n 'Freight': 40.26,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10313,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-09-24T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-04T00:00:00.000Z',\r\n 'Freight': 1.96,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10314,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-09-25T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-04T00:00:00.000Z',\r\n 'Freight': 74.16,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10315,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-09-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-03T00:00:00.000Z',\r\n 'Freight': 41.76,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10316,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-09-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-08T00:00:00.000Z',\r\n 'Freight': 150.15,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10317,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1996-09-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-10T00:00:00.000Z',\r\n 'Freight': 12.69,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10318,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-10-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-04T00:00:00.000Z',\r\n 'Freight': 4.73,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10319,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-10-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-11T00:00:00.000Z',\r\n 'Freight': 64.5,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10320,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-10-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-18T00:00:00.000Z',\r\n 'Freight': 34.57,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10321,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-10-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-11T00:00:00.000Z',\r\n 'Freight': 3.43,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10322,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1996-10-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-23T00:00:00.000Z',\r\n 'Freight': 0.4,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10323,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1996-10-07T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-14T00:00:00.000Z',\r\n 'Freight': 4.88,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10324,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-10-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-10T00:00:00.000Z',\r\n 'Freight': 214.27,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10325,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1996-10-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-14T00:00:00.000Z',\r\n 'Freight': 64.86,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10326,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1996-10-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-14T00:00:00.000Z',\r\n 'Freight': 77.92,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10327,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-10-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-14T00:00:00.000Z',\r\n 'Freight': 63.36,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10328,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1996-10-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-17T00:00:00.000Z',\r\n 'Freight': 87.03,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10329,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-10-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-23T00:00:00.000Z',\r\n 'Freight': 191.67,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10330,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-10-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-28T00:00:00.000Z',\r\n 'Freight': 12.75,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10331,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-10-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-21T00:00:00.000Z',\r\n 'Freight': 10.19,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10332,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-10-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-21T00:00:00.000Z',\r\n 'Freight': 52.84,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10333,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-10-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-25T00:00:00.000Z',\r\n 'Freight': 0.59,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10334,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1996-10-21T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-28T00:00:00.000Z',\r\n 'Freight': 8.56,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10335,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-10-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-24T00:00:00.000Z',\r\n 'Freight': 42.11,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10336,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1996-10-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-25T00:00:00.000Z',\r\n 'Freight': 15.51,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10337,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-10-24T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-29T00:00:00.000Z',\r\n 'Freight': 108.26,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10338,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1996-10-25T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-29T00:00:00.000Z',\r\n 'Freight': 84.21,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10339,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-10-28T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-04T00:00:00.000Z',\r\n 'Freight': 15.66,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10340,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-10-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-08T00:00:00.000Z',\r\n 'Freight': 166.31,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10341,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1996-10-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-05T00:00:00.000Z',\r\n 'Freight': 26.78,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10342,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-10-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-04T00:00:00.000Z',\r\n 'Freight': 54.83,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10343,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-10-31T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-06T00:00:00.000Z',\r\n 'Freight': 110.37,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10344,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1996-11-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-05T00:00:00.000Z',\r\n 'Freight': 23.29,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10345,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-11-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-11T00:00:00.000Z',\r\n 'Freight': 249.06,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10346,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-11-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-08T00:00:00.000Z',\r\n 'Freight': 142.08,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10347,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1996-11-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-08T00:00:00.000Z',\r\n 'Freight': 3.1,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10348,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-11-07T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-15T00:00:00.000Z',\r\n 'Freight': 0.78,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10349,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-11-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-15T00:00:00.000Z',\r\n 'Freight': 8.63,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10350,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-11-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-03T00:00:00.000Z',\r\n 'Freight': 64.19,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10351,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-11-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-20T00:00:00.000Z',\r\n 'Freight': 162.33,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10352,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1996-11-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-18T00:00:00.000Z',\r\n 'Freight': 1.3,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10353,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1996-11-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-25T00:00:00.000Z',\r\n 'Freight': 360.63,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10354,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1996-11-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-20T00:00:00.000Z',\r\n 'Freight': 53.8,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10355,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1996-11-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-20T00:00:00.000Z',\r\n 'Freight': 41.95,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10356,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-11-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-27T00:00:00.000Z',\r\n 'Freight': 36.71,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10357,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-11-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:00:00.000Z',\r\n 'Freight': 34.88,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10358,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-11-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-27T00:00:00.000Z',\r\n 'Freight': 19.64,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10359,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-11-21T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-26T00:00:00.000Z',\r\n 'Freight': 288.43,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10360,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-11-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:00:00.000Z',\r\n 'Freight': 131.7,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10361,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-11-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-03T00:00:00.000Z',\r\n 'Freight': 183.17,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10362,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-11-25T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-28T00:00:00.000Z',\r\n 'Freight': 96.04,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10363,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1996-11-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-04T00:00:00.000Z',\r\n 'Freight': 30.54,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10364,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1996-11-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-04T00:00:00.000Z',\r\n 'Freight': 71.97,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10365,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1996-11-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:00:00.000Z',\r\n 'Freight': 22,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10366,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1996-11-28T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-30T00:00:00.000Z',\r\n 'Freight': 10.14,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10367,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1996-11-28T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:00:00.000Z',\r\n 'Freight': 13.55,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10368,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-11-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:00:00.000Z',\r\n 'Freight': 101.95,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10369,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-12-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-09T00:00:00.000Z',\r\n 'Freight': 195.68,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10370,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1996-12-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-27T00:00:00.000Z',\r\n 'Freight': 1.17,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10371,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-12-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-24T00:00:00.000Z',\r\n 'Freight': 0.45,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10372,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1996-12-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-09T00:00:00.000Z',\r\n 'Freight': 890.78,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10373,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-12-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-11T00:00:00.000Z',\r\n 'Freight': 124.12,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10374,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1996-12-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-09T00:00:00.000Z',\r\n 'Freight': 3.94,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10375,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1996-12-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-09T00:00:00.000Z',\r\n 'Freight': 20.12,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10376,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-12-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-13T00:00:00.000Z',\r\n 'Freight': 20.39,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10377,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-12-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-13T00:00:00.000Z',\r\n 'Freight': 22.21,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10378,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-12-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-19T00:00:00.000Z',\r\n 'Freight': 5.44,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10379,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-12-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-13T00:00:00.000Z',\r\n 'Freight': 45.03,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10380,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-12-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-16T00:00:00.000Z',\r\n 'Freight': 35.03,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10381,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-12-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-13T00:00:00.000Z',\r\n 'Freight': 7.99,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10382,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-12-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-16T00:00:00.000Z',\r\n 'Freight': 94.77,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10383,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1996-12-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-18T00:00:00.000Z',\r\n 'Freight': 34.24,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10384,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-12-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-20T00:00:00.000Z',\r\n 'Freight': 168.64,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10385,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-12-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-23T00:00:00.000Z',\r\n 'Freight': 30.96,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10386,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1996-12-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-25T00:00:00.000Z',\r\n 'Freight': 13.99,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10387,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1996-12-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-20T00:00:00.000Z',\r\n 'Freight': 93.63,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 10388,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-12-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-20T00:00:00.000Z',\r\n 'Freight': 34.86,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10389,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1996-12-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-24T00:00:00.000Z',\r\n 'Freight': 47.42,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10390,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-12-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-26T00:00:00.000Z',\r\n 'Freight': 126.38,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10391,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1996-12-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-31T00:00:00.000Z',\r\n 'Freight': 5.45,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10392,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1996-12-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-01T00:00:00.000Z',\r\n 'Freight': 122.46,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10393,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-12-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-03T00:00:00.000Z',\r\n 'Freight': 126.56,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10394,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1996-12-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-03T00:00:00.000Z',\r\n 'Freight': 30.34,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10395,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1996-12-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-03T00:00:00.000Z',\r\n 'Freight': 184.41,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10396,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-12-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-06T00:00:00.000Z',\r\n 'Freight': 135.35,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10397,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1996-12-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-02T00:00:00.000Z',\r\n 'Freight': 60.26,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10398,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-12-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-09T00:00:00.000Z',\r\n 'Freight': 89.16,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10399,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1996-12-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-08T00:00:00.000Z',\r\n 'Freight': 27.36,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10400,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-01-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-16T00:00:00.000Z',\r\n 'Freight': 83.93,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10401,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-01-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-10T00:00:00.000Z',\r\n 'Freight': 12.51,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10402,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-10T00:00:00.000Z',\r\n 'Freight': 67.88,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10403,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-09T00:00:00.000Z',\r\n 'Freight': 73.79,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10404,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-01-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-08T00:00:00.000Z',\r\n 'Freight': 155.97,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10405,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-01-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-22T00:00:00.000Z',\r\n 'Freight': 34.82,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10406,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-01-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-13T00:00:00.000Z',\r\n 'Freight': 108.04,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10407,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-01-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-30T00:00:00.000Z',\r\n 'Freight': 91.48,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10408,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-01-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-14T00:00:00.000Z',\r\n 'Freight': 11.26,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10409,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1997-01-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-14T00:00:00.000Z',\r\n 'Freight': 29.83,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10410,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-15T00:00:00.000Z',\r\n 'Freight': 2.4,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10411,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-21T00:00:00.000Z',\r\n 'Freight': 23.65,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10412,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-01-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-15T00:00:00.000Z',\r\n 'Freight': 3.77,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10413,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-01-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-16T00:00:00.000Z',\r\n 'Freight': 95.66,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10414,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-01-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-17T00:00:00.000Z',\r\n 'Freight': 21.48,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10415,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-01-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-24T00:00:00.000Z',\r\n 'Freight': 0.2,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10416,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-01-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-27T00:00:00.000Z',\r\n 'Freight': 22.72,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10417,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-01-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-28T00:00:00.000Z',\r\n 'Freight': 70.29,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10418,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-01-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-24T00:00:00.000Z',\r\n 'Freight': 17.55,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10419,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-01-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-30T00:00:00.000Z',\r\n 'Freight': 137.35,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10420,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-01-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-27T00:00:00.000Z',\r\n 'Freight': 44.12,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10421,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-01-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-27T00:00:00.000Z',\r\n 'Freight': 99.23,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10422,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-01-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-31T00:00:00.000Z',\r\n 'Freight': 3.02,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10423,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-01-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-24T00:00:00.000Z',\r\n 'Freight': 24.5,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10424,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-01-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-27T00:00:00.000Z',\r\n 'Freight': 370.61,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10425,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-01-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-14T00:00:00.000Z',\r\n 'Freight': 7.93,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10426,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1997-01-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-06T00:00:00.000Z',\r\n 'Freight': 18.69,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10427,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-01-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-03T00:00:00.000Z',\r\n 'Freight': 31.29,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10428,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-01-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-04T00:00:00.000Z',\r\n 'Freight': 11.09,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10429,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-01-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-07T00:00:00.000Z',\r\n 'Freight': 56.63,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10430,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-03T00:00:00.000Z',\r\n 'Freight': 458.78,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10431,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-07T00:00:00.000Z',\r\n 'Freight': 44.17,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10432,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1997-01-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-07T00:00:00.000Z',\r\n 'Freight': 4.34,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10433,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1997-02-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-04T00:00:00.000Z',\r\n 'Freight': 73.83,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10434,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-02-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-13T00:00:00.000Z',\r\n 'Freight': 17.92,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10435,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1997-02-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-07T00:00:00.000Z',\r\n 'Freight': 9.21,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10436,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-02-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-11T00:00:00.000Z',\r\n 'Freight': 156.66,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10437,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-02-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-12T00:00:00.000Z',\r\n 'Freight': 19.97,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10438,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-02-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-14T00:00:00.000Z',\r\n 'Freight': 8.24,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10439,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-02-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-10T00:00:00.000Z',\r\n 'Freight': 4.07,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10440,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-02-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-28T00:00:00.000Z',\r\n 'Freight': 86.53,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10441,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-02-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-14T00:00:00.000Z',\r\n 'Freight': 73.02,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10442,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-02-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-18T00:00:00.000Z',\r\n 'Freight': 47.94,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10443,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-02-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-14T00:00:00.000Z',\r\n 'Freight': 13.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10444,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-02-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-21T00:00:00.000Z',\r\n 'Freight': 3.5,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10445,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-02-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-20T00:00:00.000Z',\r\n 'Freight': 9.3,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10446,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-02-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-19T00:00:00.000Z',\r\n 'Freight': 14.68,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10447,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-02-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-07T00:00:00.000Z',\r\n 'Freight': 68.66,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10448,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1997-02-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-24T00:00:00.000Z',\r\n 'Freight': 38.82,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10449,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-02-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-27T00:00:00.000Z',\r\n 'Freight': 53.3,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10450,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-02-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-11T00:00:00.000Z',\r\n 'Freight': 7.23,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10451,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-02-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-12T00:00:00.000Z',\r\n 'Freight': 189.09,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10452,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-02-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-26T00:00:00.000Z',\r\n 'Freight': 140.26,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10453,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-02-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-26T00:00:00.000Z',\r\n 'Freight': 25.36,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10454,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-02-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-25T00:00:00.000Z',\r\n 'Freight': 2.74,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10455,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-02-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-03T00:00:00.000Z',\r\n 'Freight': 180.45,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10456,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-02-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-28T00:00:00.000Z',\r\n 'Freight': 8.12,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10457,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-02-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-03T00:00:00.000Z',\r\n 'Freight': 11.57,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10458,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-04T00:00:00.000Z',\r\n 'Freight': 147.06,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10459,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-02-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-28T00:00:00.000Z',\r\n 'Freight': 25.09,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10460,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-02-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-03T00:00:00.000Z',\r\n 'Freight': 16.27,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10461,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-02-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-05T00:00:00.000Z',\r\n 'Freight': 148.61,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10462,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1997-03-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-18T00:00:00.000Z',\r\n 'Freight': 6.17,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10463,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-03-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-06T00:00:00.000Z',\r\n 'Freight': 14.78,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10464,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-03-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-14T00:00:00.000Z',\r\n 'Freight': 89,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10465,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-03-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-14T00:00:00.000Z',\r\n 'Freight': 145.04,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10466,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1997-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-13T00:00:00.000Z',\r\n 'Freight': 11.93,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10467,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-11T00:00:00.000Z',\r\n 'Freight': 4.93,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10468,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-03-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-12T00:00:00.000Z',\r\n 'Freight': 44.12,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10469,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-03-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-14T00:00:00.000Z',\r\n 'Freight': 60.18,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10470,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-14T00:00:00.000Z',\r\n 'Freight': 64.56,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10471,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-18T00:00:00.000Z',\r\n 'Freight': 45.59,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10472,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-03-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-19T00:00:00.000Z',\r\n 'Freight': 4.2,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10473,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-03-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-21T00:00:00.000Z',\r\n 'Freight': 16.37,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10474,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1997-03-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-21T00:00:00.000Z',\r\n 'Freight': 83.49,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10475,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-03-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-04T00:00:00.000Z',\r\n 'Freight': 68.52,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10476,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-24T00:00:00.000Z',\r\n 'Freight': 4.41,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10477,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1997-03-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-25T00:00:00.000Z',\r\n 'Freight': 13.02,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10478,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-03-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-26T00:00:00.000Z',\r\n 'Freight': 4.81,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10479,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-03-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-21T00:00:00.000Z',\r\n 'Freight': 708.95,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10480,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-03-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-24T00:00:00.000Z',\r\n 'Freight': 1.35,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10481,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-03-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-25T00:00:00.000Z',\r\n 'Freight': 64.33,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10482,\r\n 'CustomerID': 'LAZYK',\r\n 'OrderDate': '1997-03-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-10T00:00:00.000Z',\r\n 'Freight': 7.48,\r\n 'ShipName': 'Lazy K Kountry Store',\r\n 'ShipAddress': '12 Orchestra Terrace',\r\n 'ShipCity': 'Walla Walla',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10483,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-25T00:00:00.000Z',\r\n 'Freight': 15.28,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10484,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-01T00:00:00.000Z',\r\n 'Freight': 6.88,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10485,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-03-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-31T00:00:00.000Z',\r\n 'Freight': 64.45,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10486,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-02T00:00:00.000Z',\r\n 'Freight': 30.53,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10487,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-03-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-28T00:00:00.000Z',\r\n 'Freight': 71.07,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10488,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-03-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-02T00:00:00.000Z',\r\n 'Freight': 4.93,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10489,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-03-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-09T00:00:00.000Z',\r\n 'Freight': 5.29,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10490,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-03T00:00:00.000Z',\r\n 'Freight': 210.19,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10491,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-03-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-08T00:00:00.000Z',\r\n 'Freight': 16.96,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10492,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-04-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-11T00:00:00.000Z',\r\n 'Freight': 62.89,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10493,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-04-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-10T00:00:00.000Z',\r\n 'Freight': 10.64,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10494,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1997-04-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-09T00:00:00.000Z',\r\n 'Freight': 65.99,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10495,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1997-04-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-11T00:00:00.000Z',\r\n 'Freight': 4.65,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10496,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1997-04-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-07T00:00:00.000Z',\r\n 'Freight': 46.77,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10497,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-04-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-07T00:00:00.000Z',\r\n 'Freight': 36.21,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10498,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-04-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-11T00:00:00.000Z',\r\n 'Freight': 29.75,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10499,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-04-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-16T00:00:00.000Z',\r\n 'Freight': 102.02,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10500,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-17T00:00:00.000Z',\r\n 'Freight': 42.68,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10501,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-16T00:00:00.000Z',\r\n 'Freight': 8.85,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10502,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1997-04-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-29T00:00:00.000Z',\r\n 'Freight': 69.32,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10503,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-04-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-16T00:00:00.000Z',\r\n 'Freight': 16.74,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10504,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-04-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-18T00:00:00.000Z',\r\n 'Freight': 59.13,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10505,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-04-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-21T00:00:00.000Z',\r\n 'Freight': 7.13,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10506,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-04-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-02T00:00:00.000Z',\r\n 'Freight': 21.19,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10507,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-04-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-22T00:00:00.000Z',\r\n 'Freight': 47.45,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10508,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-04-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-13T00:00:00.000Z',\r\n 'Freight': 4.99,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10509,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-04-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-29T00:00:00.000Z',\r\n 'Freight': 0.15,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10510,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-04-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-28T00:00:00.000Z',\r\n 'Freight': 367.63,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10511,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-04-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-21T00:00:00.000Z',\r\n 'Freight': 350.64,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10512,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-04-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-24T00:00:00.000Z',\r\n 'Freight': 3.53,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10513,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-04-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-28T00:00:00.000Z',\r\n 'Freight': 105.65,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10514,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-04-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-16T00:00:00.000Z',\r\n 'Freight': 789.95,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10515,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-04-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-23T00:00:00.000Z',\r\n 'Freight': 204.47,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10516,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-04-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-01T00:00:00.000Z',\r\n 'Freight': 62.78,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10517,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1997-04-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-29T00:00:00.000Z',\r\n 'Freight': 32.07,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10518,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-04-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-05T00:00:00.000Z',\r\n 'Freight': 218.15,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10519,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-04-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-01T00:00:00.000Z',\r\n 'Freight': 91.76,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10520,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1997-04-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-01T00:00:00.000Z',\r\n 'Freight': 13.37,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 10521,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1997-04-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-02T00:00:00.000Z',\r\n 'Freight': 17.22,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10522,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-04-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-06T00:00:00.000Z',\r\n 'Freight': 45.33,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10523,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-05-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-30T00:00:00.000Z',\r\n 'Freight': 77.63,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10524,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-05-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-07T00:00:00.000Z',\r\n 'Freight': 244.79,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10525,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-05-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-23T00:00:00.000Z',\r\n 'Freight': 11.06,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10526,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-05-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-15T00:00:00.000Z',\r\n 'Freight': 58.59,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10527,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-07T00:00:00.000Z',\r\n 'Freight': 41.9,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10528,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-05-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-09T00:00:00.000Z',\r\n 'Freight': 3.35,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10529,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-05-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-09T00:00:00.000Z',\r\n 'Freight': 66.69,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10530,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-05-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-12T00:00:00.000Z',\r\n 'Freight': 339.22,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10531,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1997-05-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-19T00:00:00.000Z',\r\n 'Freight': 8.12,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10532,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-05-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-12T00:00:00.000Z',\r\n 'Freight': 74.46,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10533,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-05-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-22T00:00:00.000Z',\r\n 'Freight': 188.04,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10534,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-05-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-14T00:00:00.000Z',\r\n 'Freight': 27.94,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10535,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-05-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-21T00:00:00.000Z',\r\n 'Freight': 15.64,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10536,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-05-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-06T00:00:00.000Z',\r\n 'Freight': 58.88,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10537,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-05-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-19T00:00:00.000Z',\r\n 'Freight': 78.85,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10538,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-05-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-16T00:00:00.000Z',\r\n 'Freight': 4.87,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10539,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-05-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-23T00:00:00.000Z',\r\n 'Freight': 12.36,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10540,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-13T00:00:00.000Z',\r\n 'Freight': 1007.64,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10541,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-05-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-29T00:00:00.000Z',\r\n 'Freight': 68.65,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10542,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-05-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-26T00:00:00.000Z',\r\n 'Freight': 10.95,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10543,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-05-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-23T00:00:00.000Z',\r\n 'Freight': 48.17,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10544,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-05-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-30T00:00:00.000Z',\r\n 'Freight': 24.91,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10545,\r\n 'CustomerID': 'LAZYK',\r\n 'OrderDate': '1997-05-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-26T00:00:00.000Z',\r\n 'Freight': 11.92,\r\n 'ShipName': 'Lazy K Kountry Store',\r\n 'ShipAddress': '12 Orchestra Terrace',\r\n 'ShipCity': 'Walla Walla',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10546,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-05-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-27T00:00:00.000Z',\r\n 'Freight': 194.72,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10547,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-05-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-02T00:00:00.000Z',\r\n 'Freight': 178.43,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10548,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-05-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-02T00:00:00.000Z',\r\n 'Freight': 1.43,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10549,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-30T00:00:00.000Z',\r\n 'Freight': 171.24,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10550,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1997-05-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-06T00:00:00.000Z',\r\n 'Freight': 4.32,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10551,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-05-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-06T00:00:00.000Z',\r\n 'Freight': 72.95,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10552,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-05-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-05T00:00:00.000Z',\r\n 'Freight': 83.22,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10553,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-05-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-03T00:00:00.000Z',\r\n 'Freight': 149.49,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10554,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-05-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-05T00:00:00.000Z',\r\n 'Freight': 120.97,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10555,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-06-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-04T00:00:00.000Z',\r\n 'Freight': 252.49,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10556,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-06-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-13T00:00:00.000Z',\r\n 'Freight': 9.8,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10557,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-06-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-06T00:00:00.000Z',\r\n 'Freight': 96.72,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10558,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-06-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-10T00:00:00.000Z',\r\n 'Freight': 72.97,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10559,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-13T00:00:00.000Z',\r\n 'Freight': 8.05,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10560,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-06-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-09T00:00:00.000Z',\r\n 'Freight': 36.65,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10561,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-06-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-09T00:00:00.000Z',\r\n 'Freight': 242.21,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10562,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-06-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-12T00:00:00.000Z',\r\n 'Freight': 22.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10563,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-06-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-24T00:00:00.000Z',\r\n 'Freight': 60.43,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10564,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-06-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-16T00:00:00.000Z',\r\n 'Freight': 13.75,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10565,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-06-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-18T00:00:00.000Z',\r\n 'Freight': 7.15,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10566,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-18T00:00:00.000Z',\r\n 'Freight': 88.4,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10567,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-06-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-17T00:00:00.000Z',\r\n 'Freight': 33.97,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10568,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1997-06-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-09T00:00:00.000Z',\r\n 'Freight': 6.54,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10569,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-06-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-11T00:00:00.000Z',\r\n 'Freight': 58.98,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10570,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-06-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-19T00:00:00.000Z',\r\n 'Freight': 188.99,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10571,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-06-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-04T00:00:00.000Z',\r\n 'Freight': 26.06,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10572,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-06-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-25T00:00:00.000Z',\r\n 'Freight': 116.43,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10573,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-06-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-20T00:00:00.000Z',\r\n 'Freight': 84.84,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10574,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1997-06-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-30T00:00:00.000Z',\r\n 'Freight': 37.6,\r\n 'ShipName': 'Trail\\' Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10575,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-06-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-30T00:00:00.000Z',\r\n 'Freight': 127.34,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10576,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-06-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-30T00:00:00.000Z',\r\n 'Freight': 18.56,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10577,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1997-06-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-30T00:00:00.000Z',\r\n 'Freight': 25.41,\r\n 'ShipName': 'Trail\\' Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10578,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-06-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-25T00:00:00.000Z',\r\n 'Freight': 29.6,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10579,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-06-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-04T00:00:00.000Z',\r\n 'Freight': 13.73,\r\n 'ShipName': 'Let\\' Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10580,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-06-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-01T00:00:00.000Z',\r\n 'Freight': 75.89,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10581,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-06-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-02T00:00:00.000Z',\r\n 'Freight': 3.01,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10582,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-06-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-14T00:00:00.000Z',\r\n 'Freight': 27.71,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10583,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-06-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-04T00:00:00.000Z',\r\n 'Freight': 7.28,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10584,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-04T00:00:00.000Z',\r\n 'Freight': 59.14,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10585,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-07-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-10T00:00:00.000Z',\r\n 'Freight': 13.41,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10586,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-07-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-09T00:00:00.000Z',\r\n 'Freight': 0.48,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10587,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-07-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-09T00:00:00.000Z',\r\n 'Freight': 62.52,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10588,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-07-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-10T00:00:00.000Z',\r\n 'Freight': 194.67,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10589,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-14T00:00:00.000Z',\r\n 'Freight': 4.42,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10590,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-07-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-14T00:00:00.000Z',\r\n 'Freight': 44.77,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10591,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-07-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-16T00:00:00.000Z',\r\n 'Freight': 55.92,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10592,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-07-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-16T00:00:00.000Z',\r\n 'Freight': 32.1,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10593,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-07-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-13T00:00:00.000Z',\r\n 'Freight': 174.2,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10594,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-07-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-16T00:00:00.000Z',\r\n 'Freight': 5.24,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10595,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-07-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-14T00:00:00.000Z',\r\n 'Freight': 96.78,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10596,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-07-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-12T00:00:00.000Z',\r\n 'Freight': 16.34,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10597,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-07-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-18T00:00:00.000Z',\r\n 'Freight': 35.12,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10598,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-07-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-18T00:00:00.000Z',\r\n 'Freight': 44.42,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10599,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-07-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-21T00:00:00.000Z',\r\n 'Freight': 29.98,\r\n 'ShipName': 'B Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10600,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-07-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-21T00:00:00.000Z',\r\n 'Freight': 45.13,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10601,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-07-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-22T00:00:00.000Z',\r\n 'Freight': 58.3,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10602,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-07-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-22T00:00:00.000Z',\r\n 'Freight': 2.92,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10603,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-08T00:00:00.000Z',\r\n 'Freight': 48.77,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10604,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-07-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-29T00:00:00.000Z',\r\n 'Freight': 7.46,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10605,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-07-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-29T00:00:00.000Z',\r\n 'Freight': 379.13,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10606,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1997-07-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-31T00:00:00.000Z',\r\n 'Freight': 79.4,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10607,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-25T00:00:00.000Z',\r\n 'Freight': 200.24,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10608,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-07-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-01T00:00:00.000Z',\r\n 'Freight': 27.79,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10609,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1997-07-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-30T00:00:00.000Z',\r\n 'Freight': 1.85,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10610,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-07-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-06T00:00:00.000Z',\r\n 'Freight': 26.78,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10611,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1997-07-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-01T00:00:00.000Z',\r\n 'Freight': 80.65,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10612,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-01T00:00:00.000Z',\r\n 'Freight': 544.08,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10613,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-07-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-01T00:00:00.000Z',\r\n 'Freight': 8.11,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10614,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-07-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-01T00:00:00.000Z',\r\n 'Freight': 1.93,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10615,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-07-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-06T00:00:00.000Z',\r\n 'Freight': 0.75,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10616,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-05T00:00:00.000Z',\r\n 'Freight': 116.53,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10617,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-04T00:00:00.000Z',\r\n 'Freight': 18.53,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10618,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-08-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-08T00:00:00.000Z',\r\n 'Freight': 154.68,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10619,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-08-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-07T00:00:00.000Z',\r\n 'Freight': 91.05,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10620,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1997-08-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-14T00:00:00.000Z',\r\n 'Freight': 0.94,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10621,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-08-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-11T00:00:00.000Z',\r\n 'Freight': 23.73,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10622,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-08-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-11T00:00:00.000Z',\r\n 'Freight': 50.97,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10623,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-08-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-12T00:00:00.000Z',\r\n 'Freight': 97.18,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10624,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1997-08-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-19T00:00:00.000Z',\r\n 'Freight': 94.8,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10625,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1997-08-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-14T00:00:00.000Z',\r\n 'Freight': 43.9,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10626,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-08-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-20T00:00:00.000Z',\r\n 'Freight': 138.69,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10627,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-08-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-21T00:00:00.000Z',\r\n 'Freight': 107.46,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10628,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-08-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-20T00:00:00.000Z',\r\n 'Freight': 30.36,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10629,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1997-08-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-20T00:00:00.000Z',\r\n 'Freight': 85.46,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10630,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-08-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-19T00:00:00.000Z',\r\n 'Freight': 32.35,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10631,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-15T00:00:00.000Z',\r\n 'Freight': 0.87,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10632,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-19T00:00:00.000Z',\r\n 'Freight': 41.38,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10633,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-08-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-18T00:00:00.000Z',\r\n 'Freight': 477.9,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10634,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-08-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-21T00:00:00.000Z',\r\n 'Freight': 487.38,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10635,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-08-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-21T00:00:00.000Z',\r\n 'Freight': 47.46,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10636,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-08-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-26T00:00:00.000Z',\r\n 'Freight': 1.15,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10637,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-08-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-26T00:00:00.000Z',\r\n 'Freight': 201.29,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10638,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-08-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-01T00:00:00.000Z',\r\n 'Freight': 158.44,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10639,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1997-08-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-27T00:00:00.000Z',\r\n 'Freight': 38.64,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 10640,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-08-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-28T00:00:00.000Z',\r\n 'Freight': 23.55,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10641,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-08-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-26T00:00:00.000Z',\r\n 'Freight': 179.61,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10642,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-08-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-05T00:00:00.000Z',\r\n 'Freight': 41.89,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10643,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-08-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-02T00:00:00.000Z',\r\n 'Freight': 29.46,\r\n 'ShipName': 'Alfreds Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10644,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-08-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-01T00:00:00.000Z',\r\n 'Freight': 0.14,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10645,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-08-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-02T00:00:00.000Z',\r\n 'Freight': 12.41,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10646,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-03T00:00:00.000Z',\r\n 'Freight': 142.33,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10647,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-03T00:00:00.000Z',\r\n 'Freight': 45.54,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10648,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-08-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-09T00:00:00.000Z',\r\n 'Freight': 14.25,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10649,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-08-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-29T00:00:00.000Z',\r\n 'Freight': 6.2,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10650,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-08-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-03T00:00:00.000Z',\r\n 'Freight': 176.81,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10651,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-09-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-11T00:00:00.000Z',\r\n 'Freight': 20.6,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10652,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-09-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-08T00:00:00.000Z',\r\n 'Freight': 7.14,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10653,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-19T00:00:00.000Z',\r\n 'Freight': 93.25,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10654,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-09-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-11T00:00:00.000Z',\r\n 'Freight': 55.26,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10655,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-09-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-11T00:00:00.000Z',\r\n 'Freight': 4.41,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10656,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-09-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-10T00:00:00.000Z',\r\n 'Freight': 57.15,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10657,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-09-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-15T00:00:00.000Z',\r\n 'Freight': 352.69,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10658,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-09-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-08T00:00:00.000Z',\r\n 'Freight': 364.15,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10659,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-09-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-10T00:00:00.000Z',\r\n 'Freight': 105.81,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10660,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-09-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-15T00:00:00.000Z',\r\n 'Freight': 111.29,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10661,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-15T00:00:00.000Z',\r\n 'Freight': 17.55,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10662,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-18T00:00:00.000Z',\r\n 'Freight': 1.28,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10663,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-09-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-03T00:00:00.000Z',\r\n 'Freight': 113.15,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10664,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-09-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-19T00:00:00.000Z',\r\n 'Freight': 1.27,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10665,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-09-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-17T00:00:00.000Z',\r\n 'Freight': 26.31,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10666,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-09-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-22T00:00:00.000Z',\r\n 'Freight': 232.42,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10667,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-09-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-19T00:00:00.000Z',\r\n 'Freight': 78.09,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10668,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-09-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-23T00:00:00.000Z',\r\n 'Freight': 47.22,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10669,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-09-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-22T00:00:00.000Z',\r\n 'Freight': 24.39,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10670,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-18T00:00:00.000Z',\r\n 'Freight': 203.48,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10671,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1997-09-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-24T00:00:00.000Z',\r\n 'Freight': 30.34,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10672,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-09-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-26T00:00:00.000Z',\r\n 'Freight': 95.75,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10673,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-09-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-19T00:00:00.000Z',\r\n 'Freight': 22.76,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10674,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-09-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-30T00:00:00.000Z',\r\n 'Freight': 0.9,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10675,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-23T00:00:00.000Z',\r\n 'Freight': 31.85,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10676,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-09-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-29T00:00:00.000Z',\r\n 'Freight': 2.01,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10677,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-09-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-26T00:00:00.000Z',\r\n 'Freight': 4.03,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10678,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-09-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-16T00:00:00.000Z',\r\n 'Freight': 388.98,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10679,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-09-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-30T00:00:00.000Z',\r\n 'Freight': 27.94,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10680,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-09-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-26T00:00:00.000Z',\r\n 'Freight': 26.61,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10681,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-09-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-30T00:00:00.000Z',\r\n 'Freight': 76.13,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10682,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-09-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-01T00:00:00.000Z',\r\n 'Freight': 36.13,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10683,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1997-09-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-01T00:00:00.000Z',\r\n 'Freight': 4.4,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10684,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-09-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-30T00:00:00.000Z',\r\n 'Freight': 145.63,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10685,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-09-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-03T00:00:00.000Z',\r\n 'Freight': 33.75,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10686,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-09-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-08T00:00:00.000Z',\r\n 'Freight': 96.5,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10687,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-09-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-30T00:00:00.000Z',\r\n 'Freight': 296.43,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10688,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-10-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-07T00:00:00.000Z',\r\n 'Freight': 299.09,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10689,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-10-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-07T00:00:00.000Z',\r\n 'Freight': 13.42,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10690,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-10-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-03T00:00:00.000Z',\r\n 'Freight': 15.8,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10691,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-22T00:00:00.000Z',\r\n 'Freight': 810.05,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10692,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-10-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-13T00:00:00.000Z',\r\n 'Freight': 61.02,\r\n 'ShipName': 'Alfred\\' Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10693,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-10T00:00:00.000Z',\r\n 'Freight': 139.34,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10694,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-09T00:00:00.000Z',\r\n 'Freight': 398.36,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10695,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-10-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-14T00:00:00.000Z',\r\n 'Freight': 16.72,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10696,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-14T00:00:00.000Z',\r\n 'Freight': 102.55,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10697,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-10-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-14T00:00:00.000Z',\r\n 'Freight': 45.52,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10698,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-10-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-17T00:00:00.000Z',\r\n 'Freight': 272.47,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10699,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-10-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-13T00:00:00.000Z',\r\n 'Freight': 0.58,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10700,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-16T00:00:00.000Z',\r\n 'Freight': 65.1,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10701,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-10-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-15T00:00:00.000Z',\r\n 'Freight': 220.31,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10702,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-10-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-21T00:00:00.000Z',\r\n 'Freight': 23.94,\r\n 'ShipName': 'Alfred\\' Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10703,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-10-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-20T00:00:00.000Z',\r\n 'Freight': 152.3,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10704,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-10-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-07T00:00:00.000Z',\r\n 'Freight': 4.78,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10705,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-10-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-18T00:00:00.000Z',\r\n 'Freight': 3.52,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10706,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-10-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-21T00:00:00.000Z',\r\n 'Freight': 135.63,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10707,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-10-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-23T00:00:00.000Z',\r\n 'Freight': 21.74,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10708,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1997-10-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-05T00:00:00.000Z',\r\n 'Freight': 2.96,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10709,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-10-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-20T00:00:00.000Z',\r\n 'Freight': 210.8,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10710,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-10-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-23T00:00:00.000Z',\r\n 'Freight': 4.98,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10711,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-29T00:00:00.000Z',\r\n 'Freight': 52.41,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10712,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-10-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-31T00:00:00.000Z',\r\n 'Freight': 89.93,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10713,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-24T00:00:00.000Z',\r\n 'Freight': 167.05,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10714,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-27T00:00:00.000Z',\r\n 'Freight': 24.49,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10715,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-10-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-29T00:00:00.000Z',\r\n 'Freight': 63.2,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10716,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1997-10-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-27T00:00:00.000Z',\r\n 'Freight': 22.57,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10717,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-10-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-29T00:00:00.000Z',\r\n 'Freight': 59.25,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10718,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-10-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-29T00:00:00.000Z',\r\n 'Freight': 170.88,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10719,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-10-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-05T00:00:00.000Z',\r\n 'Freight': 51.44,\r\n 'ShipName': 'Let\\' Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10720,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-10-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-05T00:00:00.000Z',\r\n 'Freight': 9.53,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10721,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-31T00:00:00.000Z',\r\n 'Freight': 48.92,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10722,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-04T00:00:00.000Z',\r\n 'Freight': 74.58,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10723,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-25T00:00:00.000Z',\r\n 'Freight': 21.72,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10724,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-10-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-05T00:00:00.000Z',\r\n 'Freight': 57.75,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10725,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-10-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-05T00:00:00.000Z',\r\n 'Freight': 10.83,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10726,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-11-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-05T00:00:00.000Z',\r\n 'Freight': 16.56,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10727,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-11-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-05T00:00:00.000Z',\r\n 'Freight': 89.9,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10728,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-11-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-11T00:00:00.000Z',\r\n 'Freight': 58.33,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10729,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-11-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-14T00:00:00.000Z',\r\n 'Freight': 141.06,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10730,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-14T00:00:00.000Z',\r\n 'Freight': 20.12,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10731,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-11-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-14T00:00:00.000Z',\r\n 'Freight': 96.65,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10732,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-07T00:00:00.000Z',\r\n 'Freight': 16.97,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10733,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-11-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-10T00:00:00.000Z',\r\n 'Freight': 110.11,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10734,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-11-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-12T00:00:00.000Z',\r\n 'Freight': 1.63,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10735,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-11-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-21T00:00:00.000Z',\r\n 'Freight': 45.97,\r\n 'ShipName': 'Let\\' Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10736,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-11-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-21T00:00:00.000Z',\r\n 'Freight': 44.1,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10737,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1997-11-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-18T00:00:00.000Z',\r\n 'Freight': 7.79,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10738,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1997-11-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-18T00:00:00.000Z',\r\n 'Freight': 2.91,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10739,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1997-11-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-17T00:00:00.000Z',\r\n 'Freight': 11.08,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de lAbbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10740,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-11-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-25T00:00:00.000Z',\r\n 'Freight': 81.88,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10741,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-11-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-18T00:00:00.000Z',\r\n 'Freight': 10.96,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10742,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-11-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-18T00:00:00.000Z',\r\n 'Freight': 243.73,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10743,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-11-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-21T00:00:00.000Z',\r\n 'Freight': 23.72,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10744,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-11-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-24T00:00:00.000Z',\r\n 'Freight': 69.19,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10745,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-11-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-27T00:00:00.000Z',\r\n 'Freight': 3.52,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10746,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-11-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-21T00:00:00.000Z',\r\n 'Freight': 31.43,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10747,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-11-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-26T00:00:00.000Z',\r\n 'Freight': 117.33,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10748,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-11-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-28T00:00:00.000Z',\r\n 'Freight': 232.55,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10749,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-11-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-19T00:00:00.000Z',\r\n 'Freight': 61.53,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10750,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-11-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-24T00:00:00.000Z',\r\n 'Freight': 79.3,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10751,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-11-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-03T00:00:00.000Z',\r\n 'Freight': 130.79,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10752,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1997-11-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-28T00:00:00.000Z',\r\n 'Freight': 1.39,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10753,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-11-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-27T00:00:00.000Z',\r\n 'Freight': 7.7,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10754,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-11-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-27T00:00:00.000Z',\r\n 'Freight': 2.38,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10755,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-28T00:00:00.000Z',\r\n 'Freight': 16.71,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10756,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1997-11-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-02T00:00:00.000Z',\r\n 'Freight': 73.21,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10757,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-11-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-15T00:00:00.000Z',\r\n 'Freight': 8.19,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10758,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-11-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-04T00:00:00.000Z',\r\n 'Freight': 138.17,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10759,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1997-11-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-12T00:00:00.000Z',\r\n 'Freight': 11.99,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10760,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-12-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-10T00:00:00.000Z',\r\n 'Freight': 155.64,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10761,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-12-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-08T00:00:00.000Z',\r\n 'Freight': 18.66,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10762,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-12-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-09T00:00:00.000Z',\r\n 'Freight': 328.74,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10763,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-12-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-08T00:00:00.000Z',\r\n 'Freight': 37.35,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10764,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-08T00:00:00.000Z',\r\n 'Freight': 145.45,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10765,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-12-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-09T00:00:00.000Z',\r\n 'Freight': 42.74,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10766,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-12-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-09T00:00:00.000Z',\r\n 'Freight': 157.55,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10767,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-12-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-15T00:00:00.000Z',\r\n 'Freight': 1.59,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10768,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-12-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-15T00:00:00.000Z',\r\n 'Freight': 146.32,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10769,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-12-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-12T00:00:00.000Z',\r\n 'Freight': 65.06,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10770,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-12-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-17T00:00:00.000Z',\r\n 'Freight': 5.32,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10771,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-02T00:00:00.000Z',\r\n 'Freight': 11.19,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10772,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-12-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-19T00:00:00.000Z',\r\n 'Freight': 91.28,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10773,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-16T00:00:00.000Z',\r\n 'Freight': 96.43,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10774,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-12-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-12T00:00:00.000Z',\r\n 'Freight': 48.2,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10775,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1997-12-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-26T00:00:00.000Z',\r\n 'Freight': 20.25,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10776,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-18T00:00:00.000Z',\r\n 'Freight': 351.53,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10777,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-12-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-21T00:00:00.000Z',\r\n 'Freight': 3.01,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10778,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-12-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-24T00:00:00.000Z',\r\n 'Freight': 6.79,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10779,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-12-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-14T00:00:00.000Z',\r\n 'Freight': 58.13,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10780,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-12-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-25T00:00:00.000Z',\r\n 'Freight': 42.13,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10781,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-12-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-19T00:00:00.000Z',\r\n 'Freight': 73.16,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10782,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1997-12-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-22T00:00:00.000Z',\r\n 'Freight': 1.1,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10783,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-12-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-19T00:00:00.000Z',\r\n 'Freight': 124.98,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10784,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-12-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-22T00:00:00.000Z',\r\n 'Freight': 70.09,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10785,\r\n 'CustomerID': 'GROSR',\r\n 'OrderDate': '1997-12-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-24T00:00:00.000Z',\r\n 'Freight': 1.51,\r\n 'ShipName': 'GROSELLA-Restaurante',\r\n 'ShipAddress': '5ª Ave. Los Palos Grandes',\r\n 'ShipCity': 'Caracas',\r\n 'ShipRegion': 'DF',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10786,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-12-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-23T00:00:00.000Z',\r\n 'Freight': 110.87,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10787,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-12-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-26T00:00:00.000Z',\r\n 'Freight': 249.93,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10788,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-12-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-19T00:00:00.000Z',\r\n 'Freight': 42.7,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10789,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-12-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-31T00:00:00.000Z',\r\n 'Freight': 100.6,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10790,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-12-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-26T00:00:00.000Z',\r\n 'Freight': 28.23,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10791,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-12-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-01T00:00:00.000Z',\r\n 'Freight': 16.85,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10792,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1997-12-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-31T00:00:00.000Z',\r\n 'Freight': 23.79,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10793,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-12-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-08T00:00:00.000Z',\r\n 'Freight': 4.52,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10794,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-12-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-02T00:00:00.000Z',\r\n 'Freight': 21.49,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10795,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-20T00:00:00.000Z',\r\n 'Freight': 126.66,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10796,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-12-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-14T00:00:00.000Z',\r\n 'Freight': 26.52,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10797,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1997-12-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:00:00.000Z',\r\n 'Freight': 33.35,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10798,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-12-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:00:00.000Z',\r\n 'Freight': 2.33,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10799,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-12-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:00:00.000Z',\r\n 'Freight': 30.76,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10800,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-12-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:00:00.000Z',\r\n 'Freight': 137.44,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10801,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1997-12-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-31T00:00:00.000Z',\r\n 'Freight': 97.09,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10802,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-12-29T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-02T00:00:00.000Z',\r\n 'Freight': 257.26,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10803,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-12-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-06T00:00:00.000Z',\r\n 'Freight': 55.23,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10804,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-12-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-07T00:00:00.000Z',\r\n 'Freight': 27.33,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10805,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1997-12-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-09T00:00:00.000Z',\r\n 'Freight': 237.34,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10806,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-12-31T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:00:00.000Z',\r\n 'Freight': 22.11,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10807,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-12-31T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 1.36,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10808,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-01-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-09T00:00:00.000Z',\r\n 'Freight': 45.53,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10809,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-01-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-07T00:00:00.000Z',\r\n 'Freight': 4.87,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10810,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1998-01-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-07T00:00:00.000Z',\r\n 'Freight': 4.33,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10811,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-08T00:00:00.000Z',\r\n 'Freight': 31.22,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10812,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-01-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-12T00:00:00.000Z',\r\n 'Freight': 59.78,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10813,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-01-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-09T00:00:00.000Z',\r\n 'Freight': 47.38,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10814,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-14T00:00:00.000Z',\r\n 'Freight': 130.94,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10815,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-01-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-14T00:00:00.000Z',\r\n 'Freight': 14.62,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10816,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-01-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-04T00:00:00.000Z',\r\n 'Freight': 719.78,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10817,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-01-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-13T00:00:00.000Z',\r\n 'Freight': 306.07,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10818,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-01-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-12T00:00:00.000Z',\r\n 'Freight': 65.48,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10819,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-01-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-16T00:00:00.000Z',\r\n 'Freight': 19.76,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10820,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-01-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-13T00:00:00.000Z',\r\n 'Freight': 37.52,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10821,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1998-01-08T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-15T00:00:00.000Z',\r\n 'Freight': 36.68,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10822,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1998-01-08T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-16T00:00:00.000Z',\r\n 'Freight': 7,\r\n 'ShipName': 'Trail\\' Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10823,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-01-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-13T00:00:00.000Z',\r\n 'Freight': 163.97,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10824,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-01-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 1.23,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10825,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-01-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-14T00:00:00.000Z',\r\n 'Freight': 79.25,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10826,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1998-01-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-06T00:00:00.000Z',\r\n 'Freight': 7.09,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10827,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-01-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-06T00:00:00.000Z',\r\n 'Freight': 63.54,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10828,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-01-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-04T00:00:00.000Z',\r\n 'Freight': 90.85,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10829,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1998-01-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 154.72,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10830,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-21T00:00:00.000Z',\r\n 'Freight': 81.83,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10831,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-01-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 72.19,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 10832,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-01-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-19T00:00:00.000Z',\r\n 'Freight': 43.26,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10833,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-01-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 71.49,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10834,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-19T00:00:00.000Z',\r\n 'Freight': 29.78,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10835,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-01-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-21T00:00:00.000Z',\r\n 'Freight': 69.53,\r\n 'ShipName': 'Alfred\\' Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10836,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-01-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-21T00:00:00.000Z',\r\n 'Freight': 411.88,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10837,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-01-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 13.32,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10838,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 59.28,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10839,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-22T00:00:00.000Z',\r\n 'Freight': 35.43,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10840,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-16T00:00:00.000Z',\r\n 'Freight': 2.71,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10841,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-01-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-29T00:00:00.000Z',\r\n 'Freight': 424.3,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10842,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-01-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-29T00:00:00.000Z',\r\n 'Freight': 54.42,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10843,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-21T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-26T00:00:00.000Z',\r\n 'Freight': 9.26,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10844,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1998-01-21T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-26T00:00:00.000Z',\r\n 'Freight': 25.22,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10845,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-01-21T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 212.98,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10846,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-01-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 56.46,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10847,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-01-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-10T00:00:00.000Z',\r\n 'Freight': 487.57,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10848,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1998-01-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-29T00:00:00.000Z',\r\n 'Freight': 38.24,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10849,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-01-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 0.56,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10850,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 49.19,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10851,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-01-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-02T00:00:00.000Z',\r\n 'Freight': 160.55,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10852,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-01-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 174.05,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10853,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-01-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-03T00:00:00.000Z',\r\n 'Freight': 53.83,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10854,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-01-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-05T00:00:00.000Z',\r\n 'Freight': 100.22,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10855,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-01-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-04T00:00:00.000Z',\r\n 'Freight': 170.97,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10856,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1998-01-28T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-10T00:00:00.000Z',\r\n 'Freight': 58.43,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10857,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-01-28T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-06T00:00:00.000Z',\r\n 'Freight': 188.85,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10858,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-01-29T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-03T00:00:00.000Z',\r\n 'Freight': 52.51,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10859,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-01-29T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-02T00:00:00.000Z',\r\n 'Freight': 76.1,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10860,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1998-01-29T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-04T00:00:00.000Z',\r\n 'Freight': 19.26,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10861,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-01-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-17T00:00:00.000Z',\r\n 'Freight': 14.93,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10862,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-01-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-02T00:00:00.000Z',\r\n 'Freight': 53.23,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10863,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-02-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-17T00:00:00.000Z',\r\n 'Freight': 30.26,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10864,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-02-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-09T00:00:00.000Z',\r\n 'Freight': 3.04,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10865,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-02-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-12T00:00:00.000Z',\r\n 'Freight': 348.14,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10866,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-02-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-12T00:00:00.000Z',\r\n 'Freight': 109.11,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10867,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-02-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-11T00:00:00.000Z',\r\n 'Freight': 1.93,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10868,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-23T00:00:00.000Z',\r\n 'Freight': 191.27,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10869,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1998-02-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-09T00:00:00.000Z',\r\n 'Freight': 143.28,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10870,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-02-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-13T00:00:00.000Z',\r\n 'Freight': 12.04,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10871,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-02-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-10T00:00:00.000Z',\r\n 'Freight': 112.27,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10872,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-09T00:00:00.000Z',\r\n 'Freight': 175.32,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10873,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-09T00:00:00.000Z',\r\n 'Freight': 0.82,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10874,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-11T00:00:00.000Z',\r\n 'Freight': 19.58,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10875,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-02-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-03T00:00:00.000Z',\r\n 'Freight': 32.37,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10876,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-02-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-12T00:00:00.000Z',\r\n 'Freight': 60.42,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10877,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-02-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-19T00:00:00.000Z',\r\n 'Freight': 38.06,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10878,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-02-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-12T00:00:00.000Z',\r\n 'Freight': 46.69,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10879,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-12T00:00:00.000Z',\r\n 'Freight': 8.5,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10880,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-02-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-18T00:00:00.000Z',\r\n 'Freight': 88.01,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10881,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-02-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-18T00:00:00.000Z',\r\n 'Freight': 2.84,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10882,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-02-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-20T00:00:00.000Z',\r\n 'Freight': 23.1,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10883,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-02-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-20T00:00:00.000Z',\r\n 'Freight': 0.53,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10884,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1998-02-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-13T00:00:00.000Z',\r\n 'Freight': 90.97,\r\n 'ShipName': 'Let\\' Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10885,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-02-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-18T00:00:00.000Z',\r\n 'Freight': 5.64,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10886,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-02-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-02T00:00:00.000Z',\r\n 'Freight': 4.99,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10887,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1998-02-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-16T00:00:00.000Z',\r\n 'Freight': 1.25,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10888,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-23T00:00:00.000Z',\r\n 'Freight': 51.87,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10889,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-02-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-23T00:00:00.000Z',\r\n 'Freight': 280.61,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10890,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1998-02-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-18T00:00:00.000Z',\r\n 'Freight': 32.76,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10891,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-02-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-19T00:00:00.000Z',\r\n 'Freight': 20.37,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10892,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-02-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-19T00:00:00.000Z',\r\n 'Freight': 120.27,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10893,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-02-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-20T00:00:00.000Z',\r\n 'Freight': 77.78,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10894,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-02-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-20T00:00:00.000Z',\r\n 'Freight': 116.13,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10895,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-02-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-23T00:00:00.000Z',\r\n 'Freight': 162.75,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10896,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-02-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-27T00:00:00.000Z',\r\n 'Freight': 32.45,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10897,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-02-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-25T00:00:00.000Z',\r\n 'Freight': 603.54,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10898,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-02-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-06T00:00:00.000Z',\r\n 'Freight': 1.27,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10899,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-02-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-26T00:00:00.000Z',\r\n 'Freight': 1.21,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10900,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-02-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-04T00:00:00.000Z',\r\n 'Freight': 1.66,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10901,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-02-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-26T00:00:00.000Z',\r\n 'Freight': 62.09,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10902,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-02-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-03T00:00:00.000Z',\r\n 'Freight': 44.15,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10903,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-02-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-04T00:00:00.000Z',\r\n 'Freight': 36.71,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10904,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-02-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-27T00:00:00.000Z',\r\n 'Freight': 162.95,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10905,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-02-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-06T00:00:00.000Z',\r\n 'Freight': 13.72,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10906,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-02-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-03T00:00:00.000Z',\r\n 'Freight': 26.29,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10907,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-02-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-27T00:00:00.000Z',\r\n 'Freight': 9.19,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10908,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-06T00:00:00.000Z',\r\n 'Freight': 32.96,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10909,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-10T00:00:00.000Z',\r\n 'Freight': 53.05,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 10910,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-04T00:00:00.000Z',\r\n 'Freight': 38.11,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10911,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-05T00:00:00.000Z',\r\n 'Freight': 38.19,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10912,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 580.91,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10913,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-04T00:00:00.000Z',\r\n 'Freight': 33.05,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10914,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-02T00:00:00.000Z',\r\n 'Freight': 21.19,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10915,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-02-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-02T00:00:00.000Z',\r\n 'Freight': 3.51,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10916,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-02-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-09T00:00:00.000Z',\r\n 'Freight': 63.77,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10917,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1998-03-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-11T00:00:00.000Z',\r\n 'Freight': 8.29,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10918,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-11T00:00:00.000Z',\r\n 'Freight': 48.83,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10919,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-03-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-04T00:00:00.000Z',\r\n 'Freight': 19.8,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10920,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-03-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-09T00:00:00.000Z',\r\n 'Freight': 29.61,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10921,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-03-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-09T00:00:00.000Z',\r\n 'Freight': 176.48,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10922,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-05T00:00:00.000Z',\r\n 'Freight': 62.74,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10923,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-03-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-13T00:00:00.000Z',\r\n 'Freight': 68.26,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10924,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-03-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 151.52,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10925,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-13T00:00:00.000Z',\r\n 'Freight': 2.27,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10926,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1998-03-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-11T00:00:00.000Z',\r\n 'Freight': 39.92,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10927,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 19.79,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10928,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1998-03-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 1.36,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10929,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-03-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-12T00:00:00.000Z',\r\n 'Freight': 33.93,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10930,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 15.55,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10931,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-19T00:00:00.000Z',\r\n 'Freight': 13.6,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10932,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-24T00:00:00.000Z',\r\n 'Freight': 134.64,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10933,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1998-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-16T00:00:00.000Z',\r\n 'Freight': 54.15,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10934,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-03-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-12T00:00:00.000Z',\r\n 'Freight': 32.01,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10935,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-03-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 47.59,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10936,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-03-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 33.68,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10937,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-03-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-13T00:00:00.000Z',\r\n 'Freight': 31.51,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10938,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-03-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-16T00:00:00.000Z',\r\n 'Freight': 31.89,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10939,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-03-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-13T00:00:00.000Z',\r\n 'Freight': 76.33,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10940,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-23T00:00:00.000Z',\r\n 'Freight': 19.77,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10941,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-20T00:00:00.000Z',\r\n 'Freight': 400.81,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10942,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 17.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10943,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-19T00:00:00.000Z',\r\n 'Freight': 2.17,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10944,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-13T00:00:00.000Z',\r\n 'Freight': 52.92,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10945,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1998-03-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 10.22,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10946,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-03-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-19T00:00:00.000Z',\r\n 'Freight': 27.2,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10947,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-03-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-16T00:00:00.000Z',\r\n 'Freight': 3.26,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10948,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-03-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-19T00:00:00.000Z',\r\n 'Freight': 23.39,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10949,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-17T00:00:00.000Z',\r\n 'Freight': 74.44,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10950,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-03-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-23T00:00:00.000Z',\r\n 'Freight': 2.5,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10951,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-03-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-07T00:00:00.000Z',\r\n 'Freight': 30.85,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10952,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-03-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-24T00:00:00.000Z',\r\n 'Freight': 40.42,\r\n 'ShipName': 'Alfred\\' Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10953,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-03-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-25T00:00:00.000Z',\r\n 'Freight': 23.72,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10954,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-03-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-20T00:00:00.000Z',\r\n 'Freight': 27.91,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10955,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-20T00:00:00.000Z',\r\n 'Freight': 3.26,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10956,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-03-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-20T00:00:00.000Z',\r\n 'Freight': 44.65,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10957,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-27T00:00:00.000Z',\r\n 'Freight': 105.36,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10958,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-03-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-27T00:00:00.000Z',\r\n 'Freight': 49.56,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10959,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1998-03-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-23T00:00:00.000Z',\r\n 'Freight': 4.98,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10960,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 2.08,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10961,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-03-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-30T00:00:00.000Z',\r\n 'Freight': 104.47,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10962,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-03-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-23T00:00:00.000Z',\r\n 'Freight': 275.79,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10963,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1998-03-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-26T00:00:00.000Z',\r\n 'Freight': 2.7,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10964,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-03-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-24T00:00:00.000Z',\r\n 'Freight': 87.38,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10965,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-03-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-30T00:00:00.000Z',\r\n 'Freight': 144.38,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10966,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-03-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 27.19,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10967,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1998-03-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-02T00:00:00.000Z',\r\n 'Freight': 62.22,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10968,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-03-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-01T00:00:00.000Z',\r\n 'Freight': 74.6,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10969,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1998-03-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-30T00:00:00.000Z',\r\n 'Freight': 0.21,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10970,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1998-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 16.16,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10971,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1998-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-02T00:00:00.000Z',\r\n 'Freight': 121.82,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10972,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-26T00:00:00.000Z',\r\n 'Freight': 0.02,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10973,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-27T00:00:00.000Z',\r\n 'Freight': 15.17,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10974,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1998-03-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-03T00:00:00.000Z',\r\n 'Freight': 12.96,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10975,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-27T00:00:00.000Z',\r\n 'Freight': 32.27,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10976,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-03T00:00:00.000Z',\r\n 'Freight': 37.97,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10977,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 208.5,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10978,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-03-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-23T00:00:00.000Z',\r\n 'Freight': 32.82,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10979,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-03-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-31T00:00:00.000Z',\r\n 'Freight': 353.07,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10980,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-17T00:00:00.000Z',\r\n 'Freight': 1.26,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10981,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-02T00:00:00.000Z',\r\n 'Freight': 193.37,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10982,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 14.01,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10983,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-06T00:00:00.000Z',\r\n 'Freight': 657.54,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10984,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-03T00:00:00.000Z',\r\n 'Freight': 211.22,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10985,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-03-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-02T00:00:00.000Z',\r\n 'Freight': 91.51,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10986,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-03-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-21T00:00:00.000Z',\r\n 'Freight': 217.86,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10987,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-03-31T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-06T00:00:00.000Z',\r\n 'Freight': 185.48,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10988,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-03-31T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 61.14,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10989,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1998-03-31T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-02T00:00:00.000Z',\r\n 'Freight': 34.76,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10990,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-07T00:00:00.000Z',\r\n 'Freight': 117.61,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10991,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-07T00:00:00.000Z',\r\n 'Freight': 38.51,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10992,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1998-04-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-03T00:00:00.000Z',\r\n 'Freight': 4.27,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10993,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 8.81,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10994,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-04-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-09T00:00:00.000Z',\r\n 'Freight': 65.53,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10995,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1998-04-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-06T00:00:00.000Z',\r\n 'Freight': 46,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10996,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 1.12,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10997,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-04-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-13T00:00:00.000Z',\r\n 'Freight': 73.91,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10998,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-04-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-17T00:00:00.000Z',\r\n 'Freight': 20.31,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10999,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-04-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 96.35,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11000,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-04-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-14T00:00:00.000Z',\r\n 'Freight': 55.12,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11001,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-14T00:00:00.000Z',\r\n 'Freight': 197.3,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 11002,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-16T00:00:00.000Z',\r\n 'Freight': 141.16,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11003,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1998-04-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 14.91,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11004,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-04-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-20T00:00:00.000Z',\r\n 'Freight': 44.84,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 11005,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-04-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 0.75,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 11006,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-15T00:00:00.000Z',\r\n 'Freight': 25.19,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11007,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1998-04-08T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-13T00:00:00.000Z',\r\n 'Freight': 202.24,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 11008,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-08T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 79.46,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 11009,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-04-08T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 59.11,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 11010,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-21T00:00:00.000Z',\r\n 'Freight': 28.71,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 11011,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-13T00:00:00.000Z',\r\n 'Freight': 1.21,\r\n 'ShipName': 'Alfred\\' Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11012,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-17T00:00:00.000Z',\r\n 'Freight': 242.95,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11013,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1998-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 32.99,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 11014,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-04-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-15T00:00:00.000Z',\r\n 'Freight': 23.6,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 11015,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-04-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-20T00:00:00.000Z',\r\n 'Freight': 4.62,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 11016,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-04-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-13T00:00:00.000Z',\r\n 'Freight': 33.8,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11017,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-20T00:00:00.000Z',\r\n 'Freight': 754.26,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 11018,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-04-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-16T00:00:00.000Z',\r\n 'Freight': 11.65,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11019,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-04-13T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 3.17,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 11020,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-04-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-16T00:00:00.000Z',\r\n 'Freight': 43.3,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11021,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-21T00:00:00.000Z',\r\n 'Freight': 297.18,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11022,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-04-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-04T00:00:00.000Z',\r\n 'Freight': 6.27,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11023,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-04-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 123.83,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11024,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-20T00:00:00.000Z',\r\n 'Freight': 74.36,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11025,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1998-04-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 29.17,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 11026,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1998-04-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-28T00:00:00.000Z',\r\n 'Freight': 47.09,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 11027,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-20T00:00:00.000Z',\r\n 'Freight': 52.52,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 11028,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-04-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-22T00:00:00.000Z',\r\n 'Freight': 29.59,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11029,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-04-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-27T00:00:00.000Z',\r\n 'Freight': 47.84,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 11030,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-27T00:00:00.000Z',\r\n 'Freight': 830.75,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11031,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 227.22,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11032,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-04-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-23T00:00:00.000Z',\r\n 'Freight': 606.19,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11033,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-04-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-23T00:00:00.000Z',\r\n 'Freight': 84.74,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 11034,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-04-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-27T00:00:00.000Z',\r\n 'Freight': 40.32,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11035,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-04-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 0.17,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 11036,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-04-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-22T00:00:00.000Z',\r\n 'Freight': 149.47,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11037,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-04-21T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-27T00:00:00.000Z',\r\n 'Freight': 3.2,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 11038,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-04-21T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-30T00:00:00.000Z',\r\n 'Freight': 29.59,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 11039,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-04-21T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 65,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 11040,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-22T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 18.84,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11041,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-04-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-28T00:00:00.000Z',\r\n 'Freight': 48.22,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 11042,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1998-04-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 29.99,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11043,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-04-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-29T00:00:00.000Z',\r\n 'Freight': 8.8,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 11044,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-04-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 8.72,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 11045,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-23T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 70.58,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 11046,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1998-04-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 71.64,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11047,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 46.62,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11048,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-30T00:00:00.000Z',\r\n 'Freight': 24.12,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 11049,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1998-04-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-04T00:00:00.000Z',\r\n 'Freight': 8.34,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11050,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-05T00:00:00.000Z',\r\n 'Freight': 59.41,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 11051,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-04-27T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 2.79,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 11052,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-04-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 67.26,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11053,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1998-04-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-29T00:00:00.000Z',\r\n 'Freight': 53.05,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 11054,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-04-28T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 0.33,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 11055,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-04-28T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-05T00:00:00.000Z',\r\n 'Freight': 120.92,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 11056,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-28T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 278.96,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11057,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1998-04-29T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 4.13,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11058,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-04-29T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 31.14,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11059,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-04-29T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 85.8,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11060,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1998-04-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-04T00:00:00.000Z',\r\n 'Freight': 10.98,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 11061,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-30T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 14.01,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11062,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-04-30T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 29.93,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 11063,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-04-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-06T00:00:00.000Z',\r\n 'Freight': 81.73,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 11064,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-05-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-04T00:00:00.000Z',\r\n 'Freight': 30.09,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11065,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-05-01T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 12.91,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 11066,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-05-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-04T00:00:00.000Z',\r\n 'Freight': 44.72,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11067,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-05-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-06T00:00:00.000Z',\r\n 'Freight': 7.98,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11068,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-05-04T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 81.75,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11069,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-05-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-06T00:00:00.000Z',\r\n 'Freight': 15.67,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 11070,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-05-05T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 136,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11071,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-05-05T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 0.93,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 11072,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-05-05T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 258.64,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 11073,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1998-05-05T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 24.95,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 11074,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1998-05-06T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 18.44,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 11075,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-05-06T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 6.19,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 11076,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-05-06T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 38.28,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 11077,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-05-06T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 8.53,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n }\r\n]);\r\n\r\nexport const orderData: Object[] = JSON.parse(stringData, (field: any, value: any) => {\r\n let dupValue: any = value;\r\n if (typeof value === 'string' && /^(\\d{4}\\-\\d\\d\\-\\d\\d([tT][\\d:\\.]*){1})([zZ]|([+\\-])(\\d\\d):?(\\d\\d))?$/.test(value)) {\r\n let arr: any = dupValue.split(/[^0-9]/);\r\n let arg: any = parseInt(arr[4], 10);\r\n let arg1: any = parseInt(arr[5], 10);\r\n\r\n value = new Date(parseInt(arr[0], 10), parseInt(arr[1], 10) - 1, parseInt(arr[2], 10), parseInt(arr[3], 10), arg, arg1);\r\n }\r\n return value;\r\n});\r\n\r\nexport const categoryData: Object[] = [\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Chai',\r\n 'QuantityPerUnit': '10 boxes x 20 bags',\r\n 'UnitsInStock': 39,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Chang',\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitsInStock': 17,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Chartreuse verte',\r\n 'QuantityPerUnit': '750 cc per bottle',\r\n 'UnitsInStock': 69,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'C\\u00f4te de Blaye',\r\n 'QuantityPerUnit': '12 - 75 cl bottles',\r\n 'UnitsInStock': 17,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Ipoh Coffee',\r\n 'QuantityPerUnit': '16 - 500 g tins',\r\n 'UnitsInStock': 17,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Lakkalik\\u00f6\\u00f6ri',\r\n 'QuantityPerUnit': '500 ml',\r\n 'UnitsInStock': 57,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Laughing Lumberjack Lager',\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitsInStock': 52,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Outback Lager',\r\n 'QuantityPerUnit': '24 - 355 ml bottles',\r\n 'UnitsInStock': 15,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Rh\\u00f6nbr\\u00e4u Klosterbier',\r\n 'QuantityPerUnit': '24 - 0.5 l bottles',\r\n 'UnitsInStock': 125,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Sasquatch Ale',\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitsInStock': 111,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Steeleye Stout',\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitsInStock': 20,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Aniseed Syrup',\r\n 'QuantityPerUnit': '12 - 550 ml bottles',\r\n 'UnitsInStock': 13,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Chef Anton\\'s Cajun Seasoning',\r\n 'QuantityPerUnit': '48 - 6 oz jars',\r\n 'UnitsInStock': 53,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Genen Shouyu',\r\n 'QuantityPerUnit': '24 - 250 ml bottles',\r\n 'UnitsInStock': 39,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Grandma\\'s Boysenberry Spread',\r\n 'QuantityPerUnit': '12 - 8 oz jars',\r\n 'UnitsInStock': 120,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Gula Malacca',\r\n 'QuantityPerUnit': '20 - 2 kg bags',\r\n 'UnitsInStock': 27,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Louisiana Fiery Hot Pepper Sauce',\r\n 'QuantityPerUnit': '32 - 8 oz bottles',\r\n 'UnitsInStock': 76,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Louisiana Hot Spiced Okra',\r\n 'QuantityPerUnit': '24 - 8 oz jars',\r\n 'UnitsInStock': 4,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Northwoods Cranberry Sauce',\r\n 'QuantityPerUnit': '12 - 12 oz jars',\r\n 'UnitsInStock': 6,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Original Frankfurter gr\\u00fcne So\\u00dfe',\r\n 'QuantityPerUnit': '12 boxes',\r\n 'UnitsInStock': 32,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Sirop d\\'\\u00e9rable',\r\n 'QuantityPerUnit': '24 - 500 ml bottles',\r\n 'UnitsInStock': 113,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Vegie-spread',\r\n 'QuantityPerUnit': '15 - 625 g jars',\r\n 'UnitsInStock': 24,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Chocolade',\r\n 'QuantityPerUnit': '10 pkgs.',\r\n 'UnitsInStock': 15,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Gumb\\u00e4r Gummib\\u00e4rchen',\r\n 'QuantityPerUnit': '100 - 250 g bags',\r\n 'UnitsInStock': 15,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Maxilaku',\r\n 'QuantityPerUnit': '24 - 50 g pkgs.',\r\n 'UnitsInStock': 10,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'NuNuCa Nu\\u00df-Nougat-Creme',\r\n 'QuantityPerUnit': '20 - 450 g glasses',\r\n 'UnitsInStock': 76,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Pavlova',\r\n 'QuantityPerUnit': '32 - 500 g boxes',\r\n 'UnitsInStock': 29,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Schoggi Schokolade',\r\n 'QuantityPerUnit': '100 - 100 g pieces',\r\n 'UnitsInStock': 49,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Scottish Longbreads',\r\n 'QuantityPerUnit': '10 boxes x 8 pieces',\r\n 'UnitsInStock': 6,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Sir Rodney\\'s Marmalade',\r\n 'QuantityPerUnit': '30 gift boxes',\r\n 'UnitsInStock': 40,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Sir Rodney\\'s Scones',\r\n 'QuantityPerUnit': '24 pkgs. x 4 pieces',\r\n 'UnitsInStock': 3,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Tarte au sucre',\r\n 'QuantityPerUnit': '48 pies',\r\n 'UnitsInStock': 17,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Teatime Chocolate Biscuits',\r\n 'QuantityPerUnit': '10 boxes x 12 pieces',\r\n 'UnitsInStock': 25,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Valkoinen suklaa',\r\n 'QuantityPerUnit': '12 - 100 g bars',\r\n 'UnitsInStock': 65,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Zaanse koeken',\r\n 'QuantityPerUnit': '10 - 4 oz boxes',\r\n 'UnitsInStock': 36,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Camembert Pierrot',\r\n 'QuantityPerUnit': '15 - 300 g rounds',\r\n 'UnitsInStock': 19,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Flotemysost',\r\n 'QuantityPerUnit': '10 - 500 g pkgs.',\r\n 'UnitsInStock': 26,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Geitost',\r\n 'QuantityPerUnit': '500 g',\r\n 'UnitsInStock': 112,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Gorgonzola Telino',\r\n 'QuantityPerUnit': '12 - 100 g pkgs',\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Gudbrandsdalsost',\r\n 'QuantityPerUnit': '10 kg pkg.',\r\n 'UnitsInStock': 26,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Mascarpone Fabioli',\r\n 'QuantityPerUnit': '24 - 200 g pkgs.',\r\n 'UnitsInStock': 9,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Mozzarella di Giovanni',\r\n 'QuantityPerUnit': '24 - 200 g pkgs.',\r\n 'UnitsInStock': 14,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Queso Cabrales',\r\n 'QuantityPerUnit': '1 kg pkg.',\r\n 'UnitsInStock': 22,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Queso Manchego La Pastora',\r\n 'QuantityPerUnit': '10 - 500 g pkgs.',\r\n 'UnitsInStock': 86,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Raclette Courdavault',\r\n 'QuantityPerUnit': '5 kg pkg.',\r\n 'UnitsInStock': 79,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Filo Mix',\r\n 'QuantityPerUnit': '16 - 2 kg boxes',\r\n 'UnitsInStock': 38,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Gnocchi di nonna Alice',\r\n 'QuantityPerUnit': '24 - 250 g pkgs.',\r\n 'UnitsInStock': 21,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Gustaf\\'s Kn\\u00e4ckebr\\u00f6d',\r\n 'QuantityPerUnit': '24 - 500 g pkgs.',\r\n 'UnitsInStock': 104,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Ravioli Angelo',\r\n 'QuantityPerUnit': '24 - 250 g pkgs.',\r\n 'UnitsInStock': 36,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Tunnbr\\u00f6d',\r\n 'QuantityPerUnit': '12 - 250 g pkgs.',\r\n 'UnitsInStock': 61,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Wimmers gute Semmelkn\\u00f6del',\r\n 'QuantityPerUnit': '20 bags x 4 pieces',\r\n 'UnitsInStock': 22,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Meat/Poultry',\r\n 'ProductName': 'P\\u00e2t\\u00e9 chinois',\r\n 'QuantityPerUnit': '24 boxes x 2 pies',\r\n 'UnitsInStock': 115,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Meat/Poultry',\r\n 'ProductName': 'Tourti\\u00e8re',\r\n 'QuantityPerUnit': '16 pies',\r\n 'UnitsInStock': 21,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Produce',\r\n 'ProductName': 'Longlife Tofu',\r\n 'QuantityPerUnit': '5 kg pkg.',\r\n 'UnitsInStock': 4,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Produce',\r\n 'ProductName': 'Manjimup Dried Apples',\r\n 'QuantityPerUnit': '50 - 300 g pkgs.',\r\n 'UnitsInStock': 20,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Produce',\r\n 'ProductName': 'Tofu',\r\n 'QuantityPerUnit': '40 - 100 g pkgs.',\r\n 'UnitsInStock': 35,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Produce',\r\n 'ProductName': 'Uncle Bob\\'s Organic Dried Pears',\r\n 'QuantityPerUnit': '12 - 1 lb pkgs.',\r\n 'UnitsInStock': 15,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Boston Crab Meat',\r\n 'QuantityPerUnit': '24 - 4 oz tins',\r\n 'UnitsInStock': 123,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Carnarvon Tigers',\r\n 'QuantityPerUnit': '16 kg pkg.',\r\n 'UnitsInStock': 42,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Escargots de Bourgogne',\r\n 'QuantityPerUnit': '24 pieces',\r\n 'UnitsInStock': 62,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Gravad lax',\r\n 'QuantityPerUnit': '12 - 500 g pkgs.',\r\n 'UnitsInStock': 11,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Ikura',\r\n 'QuantityPerUnit': '12 - 200 ml jars',\r\n 'UnitsInStock': 31,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Inlagd Sill',\r\n 'QuantityPerUnit': '24 - 250 g jars',\r\n 'UnitsInStock': 112,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Jack\\'s New England Clam Chowder',\r\n 'QuantityPerUnit': '12 - 12 oz cans',\r\n 'UnitsInStock': 85,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Konbu',\r\n 'QuantityPerUnit': '2 kg box',\r\n 'UnitsInStock': 24,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Nord-Ost Matjeshering',\r\n 'QuantityPerUnit': '10 - 200 g glasses',\r\n 'UnitsInStock': 10,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'R\\u00f6d Kaviar',\r\n 'QuantityPerUnit': '24 - 150 g jars',\r\n 'UnitsInStock': 101,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Rogede sild',\r\n 'QuantityPerUnit': '1k pkg.',\r\n 'UnitsInStock': 5,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Spegesild',\r\n 'QuantityPerUnit': '4 - 450 g glasses',\r\n 'UnitsInStock': 95,\r\n 'Discontinued': true\r\n }\r\n];\r\n\r\n\r\nexport const customerData: Object[] = [\r\n {\r\n 'CustomerID': 'ALFKI',\r\n 'ContactName': 'Maria ',\r\n 'CompanyName': 'Alfreds Futterkiste',\r\n 'Address': 'Obere Str. 57',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'ANATR',\r\n 'ContactName': 'Ana Trujillo',\r\n 'CompanyName': 'Ana Trujillo Emparedados y helados',\r\n 'Address': 'Avda. de la Constitución 2222',\r\n 'Country': 'Mexico'\r\n },\r\n\r\n {\r\n 'CustomerID': 'ANTON',\r\n 'ContactName': 'Antonio Moreno',\r\n 'CompanyName': 'Antonio Moreno Taquería',\r\n 'Address': 'Mataderos 2312',\r\n 'Country': 'Mexico'\r\n },\r\n\r\n {\r\n 'CustomerID': 'AROUT',\r\n 'ContactName': 'Thomas Hardy',\r\n 'CompanyName': 'Around the Horn',\r\n 'Address': '120 Hanover Sq.',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BERGS',\r\n 'ContactName': 'Christina Berglund',\r\n 'CompanyName': 'Berglunds snabbköp',\r\n 'Address': 'Berguvsvägen 8',\r\n 'Country': 'Sweden'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BLAUS',\r\n 'ContactName': 'Hanna Moos',\r\n 'CompanyName': 'Blauer See Delikatessen',\r\n 'Address': 'Forsterstr. 57',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BLONP',\r\n 'ContactName': 'Frédérique Citeaux',\r\n 'CompanyName': 'Blondesddsl père et fils',\r\n 'Address': '24, place Kléber',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BOLID',\r\n 'ContactName': 'Martín Sommer',\r\n 'CompanyName': 'Bólido Comidas preparadas',\r\n 'Address': 'C/ Araquil, 67',\r\n 'Country': 'Spain'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BONAP',\r\n 'ContactName': 'Laurence Lebihan',\r\n 'CompanyName': 'Bon app',\r\n 'Address': '12, rue des Bouchers',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BOTTM',\r\n 'ContactName': 'Elizabeth Lincoln',\r\n 'CompanyName': 'Bottom-Dollar Markets',\r\n 'Address': '23 Tsawassen Blvd.',\r\n 'Country': 'Canada'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BSBEV',\r\n 'ContactName': 'Victoria Ashworth',\r\n 'CompanyName': 'B\\'s Beverages',\r\n 'Address': 'Fauntleroy Circus',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'CACTU',\r\n 'ContactName': 'Patricio Simpson',\r\n 'CompanyName': 'Cactus Comidas para llevar',\r\n 'Address': 'Cerrito 333',\r\n 'Country': 'Argentina'\r\n },\r\n\r\n {\r\n 'CustomerID': 'CENTC',\r\n 'ContactName': 'Francisco Chang',\r\n 'CompanyName': 'Centro comercial Moctezuma',\r\n 'Address': 'Sierras de Granada 9993',\r\n 'Country': 'Mexico'\r\n },\r\n\r\n {\r\n 'CustomerID': 'CHOPS',\r\n 'ContactName': 'Yang Wang',\r\n 'CompanyName': 'Chop-suey Chinese',\r\n 'Address': 'Hauptstr. 29',\r\n 'Country': 'Switzerland'\r\n },\r\n\r\n {\r\n 'CustomerID': 'COMMI',\r\n 'ContactName': 'Pedro Afonso',\r\n 'CompanyName': 'Comércio Mineiro',\r\n 'Address': 'Av. dos Lusíadas, 23',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'CONSH',\r\n 'ContactName': 'Elizabeth Brown',\r\n 'CompanyName': 'Consolidated Holdings',\r\n 'Address': 'Berkeley Gardens 12 Brewery',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'DRACD',\r\n 'ContactName': 'Sven Ottlieb',\r\n 'CompanyName': 'Drachenblut Delikatessen',\r\n 'Address': 'Walserweg 21',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'DUMON',\r\n 'ContactName': 'Janine Labrune',\r\n 'CompanyName': 'Du monde entier',\r\n 'Address': '67, rue des Cinquante Otages',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'EASTC',\r\n 'ContactName': 'Ann Devon',\r\n 'CompanyName': 'Eastern Connection',\r\n 'Address': '35 King George',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'ERNSH',\r\n 'ContactName': 'Roland Mendel',\r\n 'CompanyName': 'Ernst Handel',\r\n 'Address': 'Kirchgasse 6',\r\n 'Country': 'Austria'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FAMIA',\r\n 'ContactName': 'Aria Cruz',\r\n 'CompanyName': 'Familia Arquibaldo',\r\n 'Address': 'Rua Orós, 92',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FISSA',\r\n 'ContactName': 'Diego Roel',\r\n 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.',\r\n 'Address': 'C/ Moralzarzal, 86',\r\n 'Country': 'Spain'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FOLIG',\r\n 'ContactName': 'Martine Rancé',\r\n 'CompanyName': 'Folies gourmandes',\r\n 'Address': '184, chaussée de Tournai',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FOLKO',\r\n 'ContactName': 'Maria Larsson',\r\n 'CompanyName': 'Folk och fä HB',\r\n 'Address': 'Åkergatan 24',\r\n 'Country': 'Sweden'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FRANK',\r\n 'ContactName': 'Peter Franken',\r\n 'CompanyName': 'Frankenversand',\r\n 'Address': 'Berliner Platz 43',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FRANR',\r\n 'ContactName': 'Carine Schmitt',\r\n 'CompanyName': 'France restauration',\r\n 'Address': '54, rue Royale',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FRANS',\r\n 'ContactName': 'Paolo Accorti',\r\n 'CompanyName': 'Franchi S.p.A.',\r\n 'Address': 'Via Monte Bianco 34',\r\n 'Country': 'Italy'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FURIB',\r\n 'ContactName': 'Lino Rodriguez',\r\n 'CompanyName': 'Furia Bacalhau e Frutos do Mar',\r\n 'Address': 'Jardim das rosas n. 32',\r\n 'Country': 'Portugal'\r\n },\r\n\r\n {\r\n 'CustomerID': 'GALED',\r\n 'ContactName': 'Eduardo Saavedra',\r\n 'CompanyName': 'Galería del gastrónomo',\r\n 'Address': 'Rambla de Cataluña, 23',\r\n 'Country': 'Spain'\r\n },\r\n\r\n {\r\n 'CustomerID': 'GODOS',\r\n 'ContactName': 'José Pedro Freyre',\r\n 'CompanyName': 'Godos Cocina Típica',\r\n 'Address': 'C/ Romero, 33',\r\n 'Country': 'Spain'\r\n },\r\n\r\n {\r\n 'CustomerID': 'GOURL',\r\n 'ContactName': 'André Fonseca',\r\n 'CompanyName': 'Gourmet Lanchonetes',\r\n 'Address': 'Av. Brasil, 442',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'GREAL',\r\n 'ContactName': 'Howard Snyder',\r\n 'CompanyName': 'Great Lakes Food Market',\r\n 'Address': '2732 Baker Blvd.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'GROSR',\r\n 'ContactName': 'Manuel Pereira',\r\n 'CompanyName': 'GROSELLA-Restaurante',\r\n 'Address': '5ª Ave. Los Palos Grandes',\r\n 'Country': 'Venezuela'\r\n },\r\n\r\n {\r\n 'CustomerID': 'HANAR',\r\n 'ContactName': 'Mario Pontes',\r\n 'CompanyName': 'Hanari Carnes',\r\n 'Address': 'Rua do Paço, 67',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'HILAA',\r\n 'ContactName': 'Carlos Hernández',\r\n 'CompanyName': 'HILARION-Abastos',\r\n 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'Country': 'Venezuela'\r\n },\r\n\r\n {\r\n 'CustomerID': 'HUNGC',\r\n 'ContactName': 'Yoshi Latimer',\r\n 'CompanyName': 'Hungry Coyote Import Store',\r\n 'Address': 'City Center Plaza 516 Main St.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'HUNGO',\r\n 'ContactName': 'Patricia McKenna',\r\n 'CompanyName': 'Hungry Owl All-Night Grocers',\r\n 'Address': '8 Johnstown Road',\r\n 'Country': 'Ireland'\r\n },\r\n\r\n {\r\n 'CustomerID': 'ISLAT',\r\n 'ContactName': 'Helen Bennett',\r\n 'CompanyName': 'Island Trading',\r\n 'Address': 'Garden House Crowther Way',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'KOENE',\r\n 'ContactName': 'Philip Cramer',\r\n 'CompanyName': 'Königlich Essen',\r\n 'Address': 'Maubelstr. 90',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LACOR',\r\n 'ContactName': 'Daniel Tonini',\r\n 'CompanyName': 'La corne d\\'abondance',\r\n 'Address': '67, avenue de l\\'Europe',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LAMAI',\r\n 'ContactName': 'Annette Roulet',\r\n 'CompanyName': 'La maison d\\'Asie',\r\n 'Address': '1 rue Alsace-Lorraine',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LAUGB',\r\n 'ContactName': 'Yoshi Tannamuri',\r\n 'CompanyName': 'Laughing Bacchus Wine Cellars',\r\n 'Address': '1900 Oak St.',\r\n 'Country': 'Canada'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LAZYK',\r\n 'ContactName': 'John Steel',\r\n 'CompanyName': 'Lazy K Kountry Store',\r\n 'Address': '12 Orchestra Terrace',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LEHMS',\r\n 'ContactName': 'Renate Messner',\r\n 'CompanyName': 'Lehmanns Marktstand',\r\n 'Address': 'Magazinweg 7',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LETSS',\r\n 'ContactName': 'Jaime Yorres',\r\n 'CompanyName': 'Let\\'s Stop N Shop',\r\n 'Address': '87 Polk St. Suite 5',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LILAS',\r\n 'ContactName': 'Carlos González',\r\n 'CompanyName': 'LILA-Supermercado',\r\n 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'Country': 'Venezuela'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LINOD',\r\n 'ContactName': 'Felipe Izquierdo',\r\n 'CompanyName': 'LINO-Delicateses',\r\n 'Address': 'Ave. 5 de Mayo Porlamar',\r\n 'Country': 'Venezuela'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LONEP',\r\n 'ContactName': 'Fran Wilson',\r\n 'CompanyName': 'Lonesome Pine Restaurant',\r\n 'Address': '89 Chiaroscuro Rd.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'MAGAA',\r\n 'ContactName': 'Giovanni Rovelli',\r\n 'CompanyName': 'Magazzini Alimentari Riuniti',\r\n 'Address': 'Via Ludovico il Moro 22',\r\n 'Country': 'Italy'\r\n },\r\n\r\n {\r\n 'CustomerID': 'MAISD',\r\n 'ContactName': 'Catherine Dewey',\r\n 'CompanyName': 'Maison Dewey',\r\n 'Address': 'Rue Joseph-Bens 532',\r\n 'Country': 'Belgium'\r\n },\r\n\r\n {\r\n 'CustomerID': 'MEREP',\r\n 'ContactName': 'Jean Fresnière',\r\n 'CompanyName': 'Mère Paillarde',\r\n 'Address': '43 rue St. Laurent',\r\n 'Country': 'Canada'\r\n },\r\n\r\n {\r\n 'CustomerID': 'MORGK',\r\n 'ContactName': 'Alexander Feuer',\r\n 'CompanyName': 'Morgenstern Gesundkost',\r\n 'Address': 'Heerstr. 22',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'NORTS',\r\n 'ContactName': 'Simon Crowther',\r\n 'CompanyName': 'North/South',\r\n 'Address': 'South House 300 Queensbridge',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'OCEAN',\r\n 'ContactName': 'Yvonne Moncada',\r\n 'CompanyName': 'Océano Atlántico Ltda.',\r\n 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'Country': 'Argentina'\r\n },\r\n\r\n {\r\n 'CustomerID': 'OLDWO',\r\n 'ContactName': 'Rene Phillips',\r\n 'CompanyName': 'Old World Delicatessen',\r\n 'Address': '2743 Bering St.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'OTTIK',\r\n 'ContactName': 'Henriette Pfalzheim',\r\n 'CompanyName': 'Ottilies Käseladen',\r\n 'Address': 'Mehrheimerstr. 369',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'PARIS',\r\n 'ContactName': 'Marie Bertrand',\r\n 'CompanyName': 'Paris spécialités',\r\n 'Address': '265, boulevard Charonne',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'PERIC',\r\n 'ContactName': 'Guillermo Fernández',\r\n 'CompanyName': 'Pericles Comidas clásicas',\r\n 'Address': 'Calle Dr. Jorge Cash 321',\r\n 'Country': 'Mexico'\r\n },\r\n\r\n {\r\n 'CustomerID': 'PICCO',\r\n 'ContactName': 'Georg Pipps',\r\n 'CompanyName': 'Piccolo und mehr',\r\n 'Address': 'Geislweg 14',\r\n 'Country': 'Austria'\r\n },\r\n\r\n {\r\n 'CustomerID': 'PRINI',\r\n 'ContactName': 'Isabel de Castro',\r\n 'CompanyName': 'Princesa Isabel Vinhos',\r\n 'Address': 'Estrada da saúde n. 58',\r\n 'Country': 'Portugal'\r\n },\r\n\r\n {\r\n 'CustomerID': 'QUEDE',\r\n 'ContactName': 'Bernardo Batista',\r\n 'CompanyName': 'Que Delícia',\r\n 'Address': 'Rua da Panificadora, 12',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'QUEEN',\r\n 'ContactName': 'Lúcia Carvalho',\r\n 'CompanyName': 'Queen Cozinha',\r\n 'Address': 'Alameda dos Canàrios, 891',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'QUICK',\r\n 'ContactName': 'Horst Kloss',\r\n 'CompanyName': 'QUICK-Stop',\r\n 'Address': 'Taucherstraße 10',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'RANCH',\r\n 'ContactName': 'Sergio Gutiérrez',\r\n 'CompanyName': 'Rancho grande',\r\n 'Address': 'Av. del Libertador 900',\r\n 'Country': 'Argentina'\r\n },\r\n\r\n {\r\n 'CustomerID': 'RATTC',\r\n 'ContactName': 'Paula Wilson',\r\n 'CompanyName': 'Rattlesnake Canyon Grocery',\r\n 'Address': '2817 Milton Dr.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'REGGC',\r\n 'ContactName': 'Maurizio Moroni',\r\n 'CompanyName': 'Reggiani Caseifici',\r\n 'Address': 'Strada Provinciale 124',\r\n 'Country': 'Italy'\r\n },\r\n\r\n {\r\n 'CustomerID': 'RICAR',\r\n 'ContactName': 'Janete Limeira',\r\n 'CompanyName': 'Ricardo Adocicados',\r\n 'Address': 'Av. Copacabana, 267',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'RICSU',\r\n 'ContactName': 'Michael Holz',\r\n 'CompanyName': 'Richter Supermarkt',\r\n 'Address': 'Grenzacherweg 237',\r\n 'Country': 'Switzerland'\r\n },\r\n\r\n {\r\n 'CustomerID': 'ROMEY',\r\n 'ContactName': 'Alejandra Camino',\r\n 'CompanyName': 'Romero y tomillo',\r\n 'Address': 'Gran Vía, 1',\r\n 'Country': 'Spain'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SANTG',\r\n 'ContactName': 'Jonas Bergulfsen',\r\n 'CompanyName': 'Santé Gourmet',\r\n 'Address': 'Erling Skakkes gate 78',\r\n 'Country': 'Norway'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SAVEA',\r\n 'ContactName': 'Jose Pavarotti',\r\n 'CompanyName': 'Save-a-lot Markets',\r\n 'Address': '187 Suffolk Ln.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SEVES',\r\n 'ContactName': 'Hari Kumar',\r\n 'CompanyName': 'Seven Seas Imports',\r\n 'Address': '90 Wadhurst Rd.',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SIMOB',\r\n 'ContactName': 'Jytte Petersen',\r\n 'CompanyName': 'Simons bistro',\r\n 'Address': 'Vinbæltet 34',\r\n 'Country': 'Denmark'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SPECD',\r\n 'ContactName': 'Dominique Perrier',\r\n 'CompanyName': 'Spécialités du monde',\r\n 'Address': '25, rue Lauriston',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SPLIR',\r\n 'ContactName': 'Art Braunschweiger',\r\n 'CompanyName': 'Split Rail Beer & Ale',\r\n 'Address': 'P.O. Box 555',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SUPRD',\r\n 'ContactName': 'Pascale Cartrain',\r\n 'CompanyName': 'Suprêmes délices',\r\n 'Address': 'Boulevard Tirou, 255',\r\n 'Country': 'Belgium'\r\n },\r\n\r\n {\r\n 'CustomerID': 'THEBI',\r\n 'ContactName': 'Liz Nixon',\r\n 'CompanyName': 'The Big Cheese',\r\n 'Address': '89 Jefferson Way Suite 2',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'THECR',\r\n 'ContactName': 'Liu Wong',\r\n 'CompanyName': 'The Cracker Box',\r\n 'Address': '55 Grizzly Peak Rd.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'TOMSP',\r\n 'ContactName': 'Karin Josephs',\r\n 'CompanyName': 'Toms Spezialitäten',\r\n 'Address': 'Luisenstr. 48',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'TORTU',\r\n 'ContactName': 'Miguel Angel Paolino',\r\n 'CompanyName': 'Tortuga Restaurante',\r\n 'Address': 'Avda. Azteca 123',\r\n 'Country': 'Mexico'\r\n },\r\n\r\n {\r\n 'CustomerID': 'TRADH',\r\n 'ContactName': 'Anabela Domingues',\r\n 'CompanyName': 'Tradição Hipermercados',\r\n 'Address': 'Av. Inês de Castro, 414',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'TRAIH',\r\n 'ContactName': 'Helvetius Nagy',\r\n 'CompanyName': 'Trail\\'s Head Gourmet Provisioners',\r\n 'Address': '722 DaVinci Blvd.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'VAFFE',\r\n 'ContactName': 'Palle Ibsen',\r\n 'CompanyName': 'Vaffeljernet',\r\n 'Address': 'Smagsloget 45',\r\n 'Country': 'Denmark'\r\n },\r\n\r\n {\r\n 'CustomerID': 'VICTE',\r\n 'ContactName': 'Mary Saveley',\r\n 'CompanyName': 'Victuailles en stock',\r\n 'Address': '2, rue du Commerce',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'VINET',\r\n 'ContactName': 'Paul Henriot',\r\n 'CompanyName': 'Vins et alcools Chevalier',\r\n 'Address': '59 rue de l\\'Abbaye',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WANDK',\r\n 'ContactName': 'Rita Müller',\r\n 'CompanyName': 'Die Wandernde Kuh',\r\n 'Address': 'Adenauerallee 900',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WARTH',\r\n 'ContactName': 'Pirkko Koskitalo',\r\n 'CompanyName': 'Wartian Herkku',\r\n 'Address': 'Torikatu 38',\r\n 'Country': 'Finland'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WELLI',\r\n 'ContactName': 'Paula Parente',\r\n 'CompanyName': 'Wellington Importadora',\r\n 'Address': 'Rua do Mercado, 12',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WHITC',\r\n 'ContactName': 'Karl Jablonski',\r\n 'CompanyName': 'White Clover Markets',\r\n 'Address': '305 - 14th Ave. S. Suite 3B',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WILMK',\r\n 'ContactName': 'Matti Karttunen',\r\n 'CompanyName': 'Wilman Kala',\r\n 'Address': 'Keskuskatu 45',\r\n 'Country': 'Finland'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WOLZA',\r\n 'ContactName': 'Zbyszek Piestrzeniewicz',\r\n 'CompanyName': 'Wolski Zajazd',\r\n 'Address': 'ul. Filtrowa 68',\r\n 'Country': 'Poland'\r\n }\r\n];\r\n\r\ntype cType = { CustomerID: string, ContactName: string, CustomerName: string };\r\nexport const data: Object[] = orderData.map((item: cType) => {\r\n let name: cType = (customerData).filter((cItem: cType) => {\r\n return cItem.CustomerID === item.CustomerID;\r\n })[0];\r\n item.CustomerName = (name || {}).ContactName;\r\n return item;\r\n});\r\n export const data1: Object[] = orderDataSource.map((item: cType) => {\r\n let name1: cType = (customerData).filter((cItem: cType) => {\r\n return cItem.CustomerID === item.CustomerID;\r\n })[0];\r\n item.CustomerName = (name1 || {}).ContactName;\r\n return item;\r\n});\r\n\r\nexport const inventoryData: Object[] = [\r\n {\r\n 'Inventor': 'Kia Silverbrook',\r\n 'NumberofPatentFamilies': 4737,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 9839,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics,Lab-on-a-chip, MEMS, Mechanical, VLSI',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Shunpei Yamazaki',\r\n 'NumberofPatentFamilies': 4677,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': '10000+',\r\n 'Active': '1976-2016',\r\n 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, Solar cells, Flash memory, OLED',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Lowell L. Wood, Jr.',\r\n 'NumberofPatentFamilies': 1419,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1332,\r\n 'Active': '1977-2016',\r\n 'Mainfieldsofinvention': 'Mosquito laser, Nuclear weapons',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Paul Lapstun',\r\n 'NumberofPatentFamilies': 1281,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 3099,\r\n 'Active': '2000-2016',\r\n 'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics, CGI, VLSI',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Gurtej Sandhu',\r\n 'NumberofPatentFamilies': 1255,\r\n 'Country': 'India',\r\n 'Number of INPADOC patents': 2038,\r\n 'Active': '1991-2016',\r\n 'Mainfieldsofinvention': 'Thin film processes and materials, VLSI, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jun Koyama',\r\n 'NumberofPatentFamilies': 1240,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 4126,\r\n 'Active': '1991-2016',\r\n 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, OLED',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Roderick A. Hyde',\r\n 'NumberofPatentFamilies': 1240,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 3360,\r\n 'Active': '2001-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Leonard Forbes',\r\n 'NumberofPatentFamilies': 1093,\r\n 'Country': 'Canada',\r\n 'Number of INPADOC patents': 1398,\r\n 'Active': '1991-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor Memories, CCDs, Thin film processes and materials, VLSI',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Thomas Edison',\r\n 'NumberofPatentFamilies': 1084,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2332,\r\n 'Active': '1847(b)-1931(d)',\r\n 'Mainfieldsofinvention': 'Electric power, Lighting, Batteries, Phonograph, Cement, Telegraphy, Mining',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Donald E. Weder',\r\n 'NumberofPatentFamilies': 999,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1993,\r\n 'Active': '1976-2015',\r\n 'Mainfieldsofinvention': 'Florist supplies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'George Albert Lyon',\r\n 'NumberofPatentFamilies': 993,\r\n 'Country': 'Canada',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1882(b)-1961(d)',\r\n 'Mainfieldsofinvention': 'Automotive, Stainless steel products',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'John F. O\\'Connor',\r\n 'NumberofPatentFamilies': 949,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1864(b)-1938(d)',\r\n 'Mainfieldsofinvention': 'Railway draft gearing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Melvin De Groote',\r\n 'NumberofPatentFamilies': 925,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1895(b)-1963(d)',\r\n 'Mainfieldsofinvention': 'Chemical de-emulsifiers',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jay S. Walker',\r\n 'NumberofPatentFamilies': 918,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2206,\r\n 'Active': '1998-2016',\r\n 'Mainfieldsofinvention': 'Gaming machines',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Edward K. Y. Jung',\r\n 'NumberofPatentFamilies': 911,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2254,\r\n 'Active': '1996-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Francis H. Richards',\r\n 'NumberofPatentFamilies': 894,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1850(b)-19??(d)',\r\n 'Mainfieldsofinvention': 'Mechanical, automation',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Kangguo Cheng',\r\n 'NumberofPatentFamilies': 884,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1314,\r\n 'Active': '2004-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor device fabrication, Semiconductor memory, Semiconductor device',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Clarence T. Tegreene',\r\n 'NumberofPatentFamilies': 872,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2255,\r\n 'Active': '2000-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Ahmadreza Rofougaran',\r\n 'NumberofPatentFamilies': 808,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1396,\r\n 'Active': '2002-2016',\r\n 'Mainfieldsofinvention': 'Radio Frequency Integrated Circuits',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Shou-Shan Fan',\r\n 'NumberofPatentFamilies': 805,\r\n 'Country': 'China',\r\n 'Number of INPADOC patents': 2120,\r\n 'Active': '2006-2016',\r\n 'Mainfieldsofinvention': 'Carbon nanotubes and applications of carbon nanotubes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Michael J. Sullivan',\r\n 'NumberofPatentFamilies': 788,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1560,\r\n 'Active': '1977-2016',\r\n 'Mainfieldsofinvention': 'Golf balls',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Rick Allen Hamilton II',\r\n 'NumberofPatentFamilies': 773,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1064,\r\n 'Active': '1999-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Warren Farnworth',\r\n 'NumberofPatentFamilies': 770,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 931,\r\n 'Active': '1990-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor packaging',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Carleton Ellis',\r\n 'NumberofPatentFamilies': 753,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1876(b)-1941(d)',\r\n 'Mainfieldsofinvention': 'Margarine, Polyester, Anti-knock gasoline, Paint stripper',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'William H. Eby',\r\n 'NumberofPatentFamilies': 733,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 758,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Transgenic soybeans',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hideo Ando',\r\n 'NumberofPatentFamilies': 728,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 2588,\r\n 'Active': '1983-2016',\r\n 'Mainfieldsofinvention': 'Optical recording',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Salman Akram',\r\n 'NumberofPatentFamilies': 728,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 915,\r\n 'Active': '1995-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor packaging',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'George Spector',\r\n 'NumberofPatentFamilies': 722,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 747,\r\n 'Active': '1976-1998',\r\n 'Mainfieldsofinvention': 'Gadgets, Toys',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jeyhan Karaoguz',\r\n 'NumberofPatentFamilies': 721,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1530,\r\n 'Active': '1996-2016',\r\n 'Mainfieldsofinvention': 'Wireless communications, Computer networks',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Elihu Thomson',\r\n 'NumberofPatentFamilies': 696,\r\n 'Country': 'UK',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1853(b)-1937(d)',\r\n 'Mainfieldsofinvention': 'Electric power, Arc lamp, Electric motors, Lightning arrester, Arc welder',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Austin L. Gurney',\r\n 'NumberofPatentFamilies': 695,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 3909,\r\n 'Active': '1999-2016',\r\n 'Mainfieldsofinvention': 'Proteins, Antibodies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Tetsujiro Kondo',\r\n 'NumberofPatentFamilies': 684,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 4158,\r\n 'Active': '1987-2015',\r\n 'Mainfieldsofinvention': 'Signal processing, Image processing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Nathan Myhrvold',\r\n 'NumberofPatentFamilies': 661,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1690,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'William I. Wood',\r\n 'NumberofPatentFamilies': 653,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 3560,\r\n 'Active': '1981-2016',\r\n 'Mainfieldsofinvention': 'Proteins, Antibodies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Simon R. Walmsley',\r\n 'NumberofPatentFamilies': 651,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 1249,\r\n 'Active': '1995-2015',\r\n 'Mainfieldsofinvention': 'Printing, Electronics, VLSI, Cryptography',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Mark Malamud',\r\n 'NumberofPatentFamilies': 632,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1759,\r\n 'Active': '1997-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Royce A. Levien',\r\n 'NumberofPatentFamilies': 630,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1799,\r\n 'Active': '1997-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Audrey D. Goddard',\r\n 'NumberofPatentFamilies': 622,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 3416,\r\n 'Active': '1997-2014',\r\n 'Mainfieldsofinvention': 'Proteins, Antibodies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Muriel Y. Ishikawa',\r\n 'NumberofPatentFamilies': 619,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1660,\r\n 'Active': '2002-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Robert W. Lord',\r\n 'NumberofPatentFamilies': 618,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1708,\r\n 'Active': '2003-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jerome Lemelson',\r\n 'NumberofPatentFamilies': 606,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1923(b)-1997(d)',\r\n 'Mainfieldsofinvention': 'Toys, Industrial robots, Cordless telephones, Fax machines, Videocassette recorders',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Béla Barényi',\r\n 'NumberofPatentFamilies': 595,\r\n 'Country': 'Austria',\r\n 'Number of INPADOC patents': 1244,\r\n 'Active': '1907(b)-1997(d)',\r\n 'Mainfieldsofinvention': 'Passive safety in automobiles',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Kie Y Ahn',\r\n 'NumberofPatentFamilies': 593,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 709,\r\n 'Active': '1976-2016',\r\n 'Mainfieldsofinvention': 'Thin film processes and materials, VLSI, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Tadahiro Ohmi',\r\n 'NumberofPatentFamilies': 592,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 2691,\r\n 'Active': '1981-2016',\r\n 'Mainfieldsofinvention': 'Thin film processes and materials, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jordin T. Kare',\r\n 'NumberofPatentFamilies': 585,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1559,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Paul J. Godowski',\r\n 'NumberofPatentFamilies': 579,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2605,\r\n 'Active': '1994-2014',\r\n 'Mainfieldsofinvention': 'Proteins, Antibodies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Artur Fischer',\r\n 'NumberofPatentFamilies': 570,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 3097,\r\n 'Active': '1976-2002',\r\n 'Mainfieldsofinvention': 'Fasteners, Construction toys',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Edward J. Nowak',\r\n 'NumberofPatentFamilies': 564,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1145,\r\n 'Active': '1979-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor device fabrication, Semiconductor memory, Semiconductor device',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Louis L. Hsu',\r\n 'NumberofPatentFamilies': 551,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 914,\r\n 'Active': '1988-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Edwin H. Land',\r\n 'NumberofPatentFamilies': 535,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1236,\r\n 'Active': '1909(b)-1991(d)',\r\n 'Mainfieldsofinvention': 'Instant photography, Polarizing film',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Henri Dreyfus',\r\n 'NumberofPatentFamilies': 524,\r\n 'Country': 'Switzerland',\r\n 'Number of INPADOC patents': 2117,\r\n 'Active': '1882(b)-1944(d)',\r\n 'Mainfieldsofinvention': 'Polymers, Synthetic fibers, Dyes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Bruce B. Doris',\r\n 'NumberofPatentFamilies': 522,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 867,\r\n 'Active': '1995-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Clyde C. Farmer',\r\n 'NumberofPatentFamilies': 513,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 830,\r\n 'Active': '18??(b)-19??(d)',\r\n 'Mainfieldsofinvention': 'Railway air brakes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Heinz Focke',\r\n 'NumberofPatentFamilies': 512,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 2896,\r\n 'Active': '1976-2013',\r\n 'Mainfieldsofinvention': 'Cigarette packaging',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Mark I. Gardner',\r\n 'NumberofPatentFamilies': 511,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 587,\r\n 'Active': '1994-2010',\r\n 'Mainfieldsofinvention': 'Consumer electronics, Energy, Computers, Semiconductors, Physics',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Ravi K. Arimilli',\r\n 'NumberofPatentFamilies': 506,\r\n 'Country': 'India',\r\n 'Number of INPADOC patents': 767,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'Computer architecture, Semiconductor memory, Cache coherence, Symmetric multiprocessing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Louis H. Morin',\r\n 'NumberofPatentFamilies': 503,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 720,\r\n 'Active': '18??(b)-19??(d)',\r\n 'Mainfieldsofinvention': 'Fasteners, Locks, Bobbins',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Tobin A. King',\r\n 'NumberofPatentFamilies': 497,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 1218,\r\n 'Active': '2000-2015',\r\n 'Mainfieldsofinvention': 'Printing, Digital paper, Mechanical',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Eric C. Leuthardt',\r\n 'NumberofPatentFamilies': 495,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1274,\r\n 'Active': '2006-2016',\r\n 'Mainfieldsofinvention': 'Medical devices',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Ali Khakifirooz',\r\n 'NumberofPatentFamilies': 489,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 737,\r\n 'Active': '2011-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jack A. Mandelman',\r\n 'NumberofPatentFamilies': 481,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 889,\r\n 'Active': '1987-2014',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jeffrey P. Gambino',\r\n 'NumberofPatentFamilies': 479,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 798,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'MEMS, CMOS, BiCMOS, DRAM, Image Sensors, RF, Biosensors, 3D Integrated Circuits',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'John M. Santosuosso',\r\n 'NumberofPatentFamilies': 473,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 683,\r\n 'Active': '2001-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'James M. Hart',\r\n 'NumberofPatentFamilies': 464,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1145,\r\n 'Active': '1988-2016',\r\n 'Mainfieldsofinvention': 'Motor vehicle transmission',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Eberhard Ammermann',\r\n 'NumberofPatentFamilies': 451,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 5178,\r\n 'Active': '1979-2015',\r\n 'Mainfieldsofinvention': 'Fungicides',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Thomas E. Murray',\r\n 'NumberofPatentFamilies': 449,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 462,\r\n 'Active': '1860(b)-1929(d)',\r\n 'Mainfieldsofinvention': 'Electrical, HVAC, Wheels, Metal working, Light dimmer',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Akira Nakazawa',\r\n 'NumberofPatentFamilies': 445,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 1340,\r\n 'Active': '1980-2016',\r\n 'Mainfieldsofinvention': 'Printing, Mechanical',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hongyong Zhang',\r\n 'NumberofPatentFamilies': 440,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 858,\r\n 'Active': '1993-2016',\r\n 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Ronald S. Cok',\r\n 'NumberofPatentFamilies': 436,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 747,\r\n 'Active': '1986-2016',\r\n 'Mainfieldsofinvention': 'OLED displays; image processing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'fe',\r\n 'NumberofPatentFamilies': 430,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1759,\r\n 'Active': '1983-2016',\r\n 'Mainfieldsofinvention': 'Biotechnology, Drug delivery, Tissue engineering',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Scott H. Wittkopp',\r\n 'NumberofPatentFamilies': 429,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1010,\r\n 'Active': '2001-2016',\r\n 'Mainfieldsofinvention': 'Motor vehicle transmission',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'John Hays Hammond, Jr.',\r\n 'NumberofPatentFamilies': 417,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 460,\r\n 'Active': '1888(b)-1965(d)',\r\n 'Mainfieldsofinvention': 'Radio control, Radio communications, Torpedoes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Wilhelm Brandes',\r\n 'NumberofPatentFamilies': 411,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 2923,\r\n 'Active': '1976-2010',\r\n 'Mainfieldsofinvention': 'Fungicides',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Anthony K. Stamper',\r\n 'NumberofPatentFamilies': 411,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 726,\r\n 'Active': '1998-2016',\r\n 'Mainfieldsofinvention': 'MEMS, CMOS, BiCMOS, Silicon-germanium',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hossein Eslambolchi',\r\n 'NumberofPatentFamilies': 410,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 631,\r\n 'Active': '1993-2016',\r\n 'Mainfieldsofinvention': 'Telecommunications, Network intelligence, information Technology, communications technology',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Stanford R. Ovshinsky',\r\n 'NumberofPatentFamilies': 400,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1649,\r\n 'Active': '1922(b)-2012(d)',\r\n 'Mainfieldsofinvention': 'Batteries, Solar cells, Liquid crystal displays, Hydrogen fuel cells, Computer data storage',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Victoria Y. H. Wood',\r\n 'NumberofPatentFamilies': 400,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1045,\r\n 'Active': '2009-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Josef Theurer',\r\n 'NumberofPatentFamilies': 388,\r\n 'Country': 'Austria',\r\n 'Number of INPADOC patents': 5085,\r\n 'Active': '1976-2016',\r\n 'Mainfieldsofinvention': 'Railroad maintenance machines',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Cary L. Bates',\r\n 'NumberofPatentFamilies': 384,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 570,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Programming tools, DBX, Memory debuggers',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'David V. Horak',\r\n 'NumberofPatentFamilies': 380,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 616,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Kai-Li Jiang',\r\n 'NumberofPatentFamilies': 379,\r\n 'Country': 'China',\r\n 'Number of INPADOC patents': 829,\r\n 'Active': '2006-2016',\r\n 'Mainfieldsofinvention': 'Carbon nanotubes and applications of carbon nanotubes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hans-Joachim Santel',\r\n 'NumberofPatentFamilies': 377,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 2623,\r\n 'Active': '1986-2013',\r\n 'Mainfieldsofinvention': 'Herbicides, Pesticides, Organic chemistry',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Xuemin (Sherman) Chen',\r\n 'NumberofPatentFamilies': 377,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1151,\r\n 'Active': '1997-2017',\r\n 'Mainfieldsofinvention': 'Computer networks, Integrated Circuits, Signal Processing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'George P. Liang',\r\n 'NumberofPatentFamilies': 375,\r\n 'Country': 'China',\r\n 'Number of INPADOC patents': 508,\r\n 'Active': '1983-2016',\r\n 'Mainfieldsofinvention': 'Gas turbine cooling',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Gisela Lorenz',\r\n 'NumberofPatentFamilies': 374,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 4155,\r\n 'Active': '1990-2015',\r\n 'Mainfieldsofinvention': 'Fungicides, Organic chemistry',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Garry R. Jackson',\r\n 'NumberofPatentFamilies': 367,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 656,\r\n 'Active': '2001-2016',\r\n 'Mainfieldsofinvention': 'Printing, Mechanical',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Paul W. Dent',\r\n 'NumberofPatentFamilies': 362,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2252,\r\n 'Active': '1984-2015',\r\n 'Mainfieldsofinvention': 'Wireless communications',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'George Westinghouse',\r\n 'NumberofPatentFamilies': 361,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1846(b)-1914(d)',\r\n 'Mainfieldsofinvention': 'Electric power, Electricity meter, Railway air brake, Steam engines',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Wael W. Diab',\r\n 'NumberofPatentFamilies': 358,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 774,\r\n 'Active': '2003-2016',\r\n 'Mainfieldsofinvention': 'Computer networks',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Devendra K. Sadana',\r\n 'NumberofPatentFamilies': 356,\r\n 'Country': 'India',\r\n 'Number of INPADOC patents': 794,\r\n 'Active': '1983-2016',\r\n 'Mainfieldsofinvention': 'Solar cells, OLED, Integrated Circuits, CMOS, DRAM, LEDs',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Vincent J. Zimmer',\r\n 'NumberofPatentFamilies': 354,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 972,\r\n 'Active': '1999-2016',\r\n 'Mainfieldsofinvention': 'Computer software and firmware',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Robert R. Schmidt',\r\n 'NumberofPatentFamilies': 350,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 2467,\r\n 'Active': '1971-2005',\r\n 'Mainfieldsofinvention': 'Herbicides, Fungicides, Organic chemistry',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Norman M. Berry',\r\n 'NumberofPatentFamilies': 347,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 516,\r\n 'Active': '2006-2016',\r\n 'Mainfieldsofinvention': 'Printing, Mechanical',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Chih-Chao Yang',\r\n 'NumberofPatentFamilies': 345,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 690,\r\n 'Active': '2003-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Gregory J. Boss',\r\n 'NumberofPatentFamilies': 345,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 588,\r\n 'Active': '2008-2016',\r\n 'Mainfieldsofinvention': 'Various'\r\n },\r\n\r\n {\r\n 'Inventor': 'Mark W. Kroll',\r\n 'NumberofPatentFamilies': 343,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 460,\r\n 'Active': '1987-2016',\r\n 'Mainfieldsofinvention': 'Implantable medical devices',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Brian M. O\\'Connell',\r\n 'NumberofPatentFamilies': 331,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 592,\r\n 'Active': '2009-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'William Daniel Hillis',\r\n 'NumberofPatentFamilies': 328,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 229,\r\n 'Active': '1986-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Brent A. Anderson',\r\n 'NumberofPatentFamilies': 323,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 454,\r\n 'Active': '2001-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor device fabrication, Semiconductor memory, Semiconductor device',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jeffrey E. Stahmann',\r\n 'NumberofPatentFamilies': 321,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 640,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Medical devices',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Carl J. Radens',\r\n 'NumberofPatentFamilies': 317,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 636,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Clifford A. Pickover',\r\n 'NumberofPatentFamilies': 317,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 653,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Liang Liu',\r\n 'NumberofPatentFamilies': 310,\r\n 'Country': 'China',\r\n 'Number of INPADOC patents': 777,\r\n 'Active': '2005-2016',\r\n 'Mainfieldsofinvention': 'Carbon nanotubes and applications of carbon nanotubes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Steven L. Teig',\r\n 'NumberofPatentFamilies': 307,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 366,\r\n 'Active': '1995-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Victoria Smith',\r\n 'NumberofPatentFamilies': 305,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2040,\r\n 'Active': '2006-2016',\r\n 'Mainfieldsofinvention': 'Proteins, Antibodies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Robert G. LeTourneau',\r\n 'NumberofPatentFamilies': 299,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1888(b)-1969(d)',\r\n 'Mainfieldsofinvention': 'Earthworks (engineering), Heavy Equipment, Industrial Machinery',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'William R. Tonti',\r\n 'NumberofPatentFamilies': 291,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 441,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Keith R. Walker',\r\n 'NumberofPatentFamilies': 282,\r\n 'Country': 'Saudi Arabia',\r\n 'Number of INPADOC patents': 318,\r\n 'Active': '2003-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Victor S. Moore',\r\n 'NumberofPatentFamilies': 280,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 428,\r\n 'Active': '1982-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hanson S. Gifford III',\r\n 'NumberofPatentFamilies': 276,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 795,\r\n 'Active': '1987-2016',\r\n 'Mainfieldsofinvention': 'Medical Devices',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Daniel J. Winarski',\r\n 'NumberofPatentFamilies': 275,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 506,\r\n 'Active': '1982-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Adam Heller',\r\n 'NumberofPatentFamilies': 272,\r\n 'Country': 'Romania',\r\n 'Number of INPADOC patents': 711,\r\n 'Active': '1968-2016',\r\n 'Mainfieldsofinvention': 'Solar cells, Glucose meters, Lasers',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Lisa Seacat DeLuca',\r\n 'NumberofPatentFamilies': 271,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 385,\r\n 'Active': '2009-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Brent Keeth',\r\n 'NumberofPatentFamilies': 270,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 470,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hartley Owen',\r\n 'NumberofPatentFamilies': 267,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 751,\r\n 'Active': '1976-2010',\r\n 'Mainfieldsofinvention': 'Fluid catalytic cracking',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Michael A. Rothman',\r\n 'NumberofPatentFamilies': 256,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 687,\r\n 'Active': '2001-2017',\r\n 'Mainfieldsofinvention': 'Computer software and firmware',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Yoshihiro Kikuchi',\r\n 'NumberofPatentFamilies': 255,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 1120,\r\n 'Active': '1994-2015',\r\n 'Mainfieldsofinvention': 'Video processing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Kulvir S. Bhogal',\r\n 'NumberofPatentFamilies': 252,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 486,\r\n 'Active': '2003-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Bengt Lindoff',\r\n 'NumberofPatentFamilies': 248,\r\n 'Country': 'Sweden',\r\n 'Number of INPADOC patents': 1658,\r\n 'Active': '2000-2017',\r\n 'Mainfieldsofinvention': 'Wireless communications',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Nobuyuki Taniguchi',\r\n 'NumberofPatentFamilies': 245,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 967,\r\n 'Active': '1979-2015',\r\n 'Mainfieldsofinvention': 'Cameras',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Dean L. Kamen',\r\n 'NumberofPatentFamilies': 243,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1186,\r\n 'Active': '1979-2016',\r\n 'Mainfieldsofinvention': 'Battery-powered electric vehicles, Medical devices, Stirling engines, Water purification, Wheelchairs',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Philip S. Yu',\r\n 'NumberofPatentFamilies': 236,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 158,\r\n 'Active': '1982-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Rajiv V. Joshi',\r\n 'NumberofPatentFamilies': 235,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 354,\r\n 'Active': '1986-2016',\r\n 'Mainfieldsofinvention': 'Electronics, analytics',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Lawrence A. Clevenger',\r\n 'NumberofPatentFamilies': 235,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 526,\r\n 'Active': '1996-2017',\r\n 'Mainfieldsofinvention': 'Semiconductor, Cognitive, Memory, Security, Analytics',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Johnny M. Shieh',\r\n 'NumberofPatentFamilies': 231,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 444,\r\n 'Active': '1996-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Takeshi Chujoh',\r\n 'NumberofPatentFamilies': 229,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 1065,\r\n 'Active': '1995-2016',\r\n 'Mainfieldsofinvention': 'Video processing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Bran Ferren',\r\n 'NumberofPatentFamilies': 225,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 589,\r\n 'Active': '1986-2017',\r\n 'Mainfieldsofinvention': 'Computers, Consumer Electronics, Optical Systems, Medical, User Interfaces, Automotive',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Paul Ian Mackey',\r\n 'NumberofPatentFamilies': 220,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 246,\r\n 'Active': '2008-2016',\r\n 'Mainfieldsofinvention': 'Printing, Mechanical',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Louis Rosenberg',\r\n 'NumberofPatentFamilies': 218,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 444,\r\n 'Active': '1995-2016',\r\n 'Mainfieldsofinvention': 'Augmented Reality, Virtual Reality, A.I., HCI',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Thomas J. Kennedy III',\r\n 'NumberofPatentFamilies': 218,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 513,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'Sporting Goods, Wind Turbines',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Gerald F. McBrearty',\r\n 'NumberofPatentFamilies': 213,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 387,\r\n 'Active': '1997-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Esmael H. Dinan',\r\n 'NumberofPatentFamilies': 208,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 344,\r\n 'Active': '2000-2017',\r\n 'Mainfieldsofinvention': 'Communication Networks',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Imad Libbus',\r\n 'NumberofPatentFamilies': 207,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 472,\r\n 'Active': '2007-2017',\r\n 'Mainfieldsofinvention': 'Medical devices',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hiroshi (You) Yoshioka',\r\n 'NumberofPatentFamilies': 205,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 181,\r\n 'Active': '1997-2015',\r\n 'Mainfieldsofinvention': 'Cameras',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Patrick B. Usoro',\r\n 'NumberofPatentFamilies': 205,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 343,\r\n 'Active': '1999-2016',\r\n 'Mainfieldsofinvention': 'Transmissions, Hybrid Powertrains, Vehicle Thermal Management',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Gregory McAvoy',\r\n 'NumberofPatentFamilies': 205,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 433,\r\n 'Active': '2003-2014',\r\n 'Mainfieldsofinvention': 'Printing, MEMS',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Sebastian T Ventrone',\r\n 'NumberofPatentFamilies': 204,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 283,\r\n 'Active': '1989-2017',\r\n 'Mainfieldsofinvention': 'Semiconductor, Logic, Architecture',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Dorin Comaniciu',\r\n 'NumberofPatentFamilies': 200,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 452,\r\n 'Active': '2003-2017',\r\n 'Mainfieldsofinvention': 'Machine Intelligence, Medical Imaging, Image-Guided Surgery, Computer Vision',\r\n\r\n }\r\n];\r\n\r\nexport interface ColumnSpanDataType {\r\n EmployeeID: number;\r\n EmployeeName: string;\r\n '9:00': string;\r\n '9:30': string;\r\n '10:00': string;\r\n '10:30': string;\r\n '11:00': string;\r\n '11:30': string;\r\n '12:00': string;\r\n '12:30': string;\r\n '1:00': string;\r\n '1:30': string;\r\n '2:00': string;\r\n '2:30': string;\r\n '3:00': string;\r\n '3:30': string;\r\n '4:00': string;\r\n '4:30': string;\r\n '5:00': string;\r\n}\r\nexport let columnSpanData: ColumnSpanDataType[] = [\r\n {\r\n EmployeeID: 10001,\r\n EmployeeName: 'Davolio',\r\n '9:00': 'Analysis Tasks',\r\n '9:30': 'Analysis Tasks',\r\n '10:00': 'Team Meeting',\r\n '10:30': 'Testing',\r\n '11:00': 'Development',\r\n '11:30': 'Development',\r\n '12:00': 'Development',\r\n '12:30': 'Support',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Testing',\r\n '3:00': 'Testing',\r\n '3:30': 'Development',\r\n '4:00': 'Conference',\r\n '4:30': 'Team Meeting',\r\n '5:00': 'Team Meeting'\r\n },\r\n {\r\n EmployeeID: 10002,\r\n EmployeeName: 'Buchanan',\r\n '9:00': 'Task Assign',\r\n '9:30': 'Support',\r\n '10:00': 'Support',\r\n '10:30': 'Support',\r\n '11:00': 'Testing',\r\n '11:30': 'Testing',\r\n '12:00': 'Testing',\r\n '12:30': 'Testing',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Development',\r\n '3:00': 'Development',\r\n '3:30': 'Check Mail',\r\n '4:00': 'Check Mail',\r\n '4:30': 'Team Meeting',\r\n '5:00': 'Team Meeting'\r\n },\r\n {\r\n EmployeeID: 10003,\r\n EmployeeName: 'Fuller',\r\n '9:00': 'Check Mail',\r\n '9:30': 'Check Mail',\r\n '10:00': 'Check Mail',\r\n '10:30': 'Analysis Tasks',\r\n '11:00': 'Analysis Tasks',\r\n '11:30': 'Support',\r\n '12:00': 'Support',\r\n '12:30': 'Support',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Development',\r\n '3:00': 'Development',\r\n '3:30': 'Team Meeting',\r\n '4:00': 'Team Meeting',\r\n '4:30': 'Development',\r\n '5:00': 'Development'\r\n },\r\n {\r\n EmployeeID: 10004,\r\n EmployeeName: 'Leverling',\r\n '9:00': 'Testing',\r\n '9:30': 'Check Mail',\r\n '10:00': 'Check Mail',\r\n '10:30': 'Support',\r\n '11:00': 'Testing',\r\n '11:30': 'Testing',\r\n '12:00': 'Testing',\r\n '12:30': 'Testing',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Development',\r\n '3:00': 'Development',\r\n '3:30': 'Check Mail',\r\n '4:00': 'Conference',\r\n '4:30': 'Conference',\r\n '5:00': 'Team Meeting'\r\n },\r\n {\r\n EmployeeID: 10005,\r\n EmployeeName: 'Peacock',\r\n '9:00': 'Task Assign',\r\n '9:30': 'Task Assign',\r\n '10:00': 'Task Assign',\r\n '10:30': 'Task Assign',\r\n '11:00': 'Check Mail',\r\n '11:30': 'Support',\r\n '12:00': 'Support',\r\n '12:30': 'Support',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Development',\r\n '3:00': 'Development',\r\n '3:30': 'Team Meeting',\r\n '4:00': 'Team Meeting',\r\n '4:30': 'Testing',\r\n '5:00': 'Testing'\r\n },\r\n {\r\n EmployeeID: 10006,\r\n EmployeeName: 'Janet',\r\n '9:00': 'Testing',\r\n '9:30': 'Testing',\r\n '10:00': 'Support',\r\n '10:30': 'Support',\r\n '11:00': 'Support',\r\n '11:30': 'Team Meeting',\r\n '12:00': 'Team Meeting',\r\n '12:30': 'Team Meeting',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Development',\r\n '3:00': 'Development',\r\n '3:30': 'Team Meeting',\r\n '4:00': 'Team Meeting',\r\n '4:30': 'Development',\r\n '5:00': 'Development'\r\n },\r\n {\r\n EmployeeID: 10007,\r\n EmployeeName: 'Suyama',\r\n '9:00': 'Analysis Tasks',\r\n '9:30': 'Analysis Tasks',\r\n '10:00': 'Testing',\r\n '10:30': 'Development',\r\n '11:00': 'Development',\r\n '11:30': 'Testing',\r\n '12:00': 'Testing',\r\n '12:30': 'Testing',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Support',\r\n '3:00': 'Build',\r\n '3:30': 'Build',\r\n '4:00': 'Check Mail',\r\n '4:30': 'Check Mail',\r\n '5:00': 'Check Mail'\r\n },\r\n {\r\n EmployeeID: 10008,\r\n EmployeeName: 'Robert',\r\n '9:00': 'Task Assign',\r\n '9:30': 'Task Assign',\r\n '10:00': 'Task Assign',\r\n '10:30': 'Development',\r\n '11:00': 'Development',\r\n '11:30': 'Development',\r\n '12:00': 'Testing',\r\n '12:30': 'Support',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Check Mail',\r\n '3:00': 'Check Mail',\r\n '3:30': 'Check Mail',\r\n '4:00': 'Team Meeting',\r\n '4:30': 'Team Meeting',\r\n '5:00': 'Build'\r\n },\r\n {\r\n EmployeeID: 10009,\r\n EmployeeName: 'Andrew',\r\n '9:00': 'Check Mail',\r\n '9:30': 'Team Meeting',\r\n '10:00': 'Team Meeting',\r\n '10:30': 'Support',\r\n '11:00': 'Testing',\r\n '11:30': 'Development',\r\n '12:00': 'Development',\r\n '12:30': 'Development',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Check Mail',\r\n '3:00': 'Check Mail',\r\n '3:30': 'Check Mail',\r\n '4:00': 'Team Meeting',\r\n '4:30': 'Development',\r\n '5:00': 'Development'\r\n },\r\n {\r\n EmployeeID: 10010,\r\n\r\n EmployeeName: 'Michael',\r\n '9:00': 'Task Assign',\r\n '9:30': 'Task Assign',\r\n '10:00': 'Task Assign',\r\n '10:30': 'Analysis Tasks',\r\n '11:00': 'Analysis Tasks',\r\n '11:30': 'Development',\r\n '12:00': 'Development',\r\n '12:30': 'Development',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Testing',\r\n '3:00': 'Testing',\r\n '3:30': 'Testing',\r\n '4:00': 'Build',\r\n '4:30': 'Build',\r\n '5:00': 'Build'\r\n }\r\n];\r\n\r\nlet order: string = JSON.stringify([\r\n {\r\n 'OrderID': 10248,\r\n 'CustomerID': 'VINET',\r\n 'CustomerName': 'Maria ',\r\n 'OrderDate': '1996-07-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-16T00:00:00.000Z',\r\n 'Freight': 32.38,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10249,\r\n 'CustomerID': 'TOMSP',\r\n 'CustomerName': 'Ana Trujillo',\r\n 'OrderDate': '1996-07-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-10T00:00:00.000Z',\r\n 'Freight': 11.61,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10250,\r\n 'CustomerID': 'HANAR',\r\n 'CustomerName': 'Antonio Moreno',\r\n 'OrderDate': '1996-07-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-12T00:00:00.000Z',\r\n 'Freight': 65.83,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10251,\r\n 'CustomerID': 'VICTE',\r\n 'CustomerName': 'Thomas Hardy',\r\n 'OrderDate': '1996-07-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-15T00:00:00.000Z',\r\n 'Freight': 41.34,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10252,\r\n 'CustomerID': 'SUPRD',\r\n 'CustomerName': 'Christina Berglund',\r\n 'OrderDate': '1996-07-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-11T00:00:00.000Z',\r\n 'Freight': 51.3,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10253,\r\n 'CustomerID': 'HANAR',\r\n 'CustomerName': 'Hanna Moos',\r\n 'OrderDate': '1996-07-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-16T00:00:00.000Z',\r\n 'Freight': 58.17,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10254,\r\n 'CustomerID': 'CHOPS',\r\n 'CustomerName': 'Frédérique Citeaux',\r\n 'OrderDate': '1996-07-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-23T00:00:00.000Z',\r\n 'Freight': 22.98,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10255,\r\n 'CustomerID': 'RICSU',\r\n 'CustomerName': 'Martín Sommer',\r\n 'OrderDate': '1996-07-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-15T00:00:00.000Z',\r\n 'Freight': 148.33,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10256,\r\n 'CustomerID': 'WELLI',\r\n 'CustomerName': 'Laurence Lebihan',\r\n 'OrderDate': '1996-07-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-17T00:00:00.000Z',\r\n 'Freight': 13.97,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10257,\r\n 'CustomerID': 'HILAA',\r\n 'CustomerName': 'Elizabeth Lincoln',\r\n 'OrderDate': '1996-07-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-22T00:00:00.000Z',\r\n 'Freight': 81.91,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10258,\r\n 'CustomerID': 'ERNSH',\r\n 'CustomerName': 'Victoria Ashworth',\r\n 'OrderDate': '1996-07-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-23T00:00:00.000Z',\r\n 'Freight': 140.51,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10259,\r\n 'CustomerID': 'CENTC',\r\n 'CustomerName': 'Patricio Simpson',\r\n 'OrderDate': '1996-07-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-25T00:00:00.000Z',\r\n 'Freight': 3.25,\r\n 'ShipName': 'Centro comercial Moctezuma',\r\n 'ShipAddress': 'Sierras de Granada 9993',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10260,\r\n 'CustomerID': 'OTTIK',\r\n 'CustomerName': 'Francisco Chang',\r\n 'OrderDate': '1996-07-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-29T00:00:00.000Z',\r\n 'Freight': 55.09,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10261,\r\n 'CustomerID': 'QUEDE',\r\n 'CustomerName': 'Yang Wang',\r\n 'OrderDate': '1996-07-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-30T00:00:00.000Z',\r\n 'Freight': 3.05,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10262,\r\n 'CustomerID': 'RATTC',\r\n 'CustomerName': 'Pedro Afonso',\r\n 'OrderDate': '1996-07-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-25T00:00:00.000Z',\r\n 'Freight': 48.29,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10263,\r\n 'CustomerID': 'ERNSH',\r\n 'CustomerName': 'Elizabeth Brown',\r\n 'OrderDate': '1996-07-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-31T00:00:00.000Z',\r\n 'Freight': 146.06,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10264,\r\n 'CustomerID': 'FOLKO',\r\n 'CustomerName': 'Sven Ottlieb',\r\n 'OrderDate': '1996-07-24T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-23T00:00:00.000Z',\r\n 'Freight': 3.67,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10265,\r\n 'CustomerID': 'BLONP',\r\n 'CustomerName': 'Ann Devon',\r\n 'OrderDate': '1996-07-25T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-12T00:00:00.000Z',\r\n 'Freight': 55.28,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10266,\r\n 'CustomerID': 'WARTH',\r\n 'CustomerName': 'Roland Mendel',\r\n 'OrderDate': '1996-07-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-31T00:00:00.000Z',\r\n 'Freight': 25.73,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10267,\r\n 'CustomerID': 'FRANK',\r\n 'CustomerName': 'Aria Cruz',\r\n 'OrderDate': '1996-07-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-06T00:00:00.000Z',\r\n 'Freight': 208.58,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10268,\r\n 'CustomerID': 'GROSR',\r\n 'CustomerName': 'Diego Roel',\r\n 'OrderDate': '1996-07-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-02T00:00:00.000Z',\r\n 'Freight': 66.29,\r\n 'ShipName': 'GROSELLA-Restaurante',\r\n 'ShipAddress': '5ª Ave. Los Palos Grandes',\r\n 'ShipCity': 'Caracas',\r\n 'ShipRegion': 'DF',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10269,\r\n 'CustomerID': 'WHITC',\r\n 'CustomerName': 'Martine Rancé',\r\n 'OrderDate': '1996-07-31T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-09T00:00:00.000Z',\r\n 'Freight': 4.56,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10270,\r\n 'CustomerID': 'WARTH',\r\n 'CustomerName': 'Maria Larsson',\r\n 'OrderDate': '1996-08-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-02T00:00:00.000Z',\r\n 'Freight': 136.54,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10271,\r\n 'CustomerID': 'SPLIR',\r\n 'CustomerName': 'Peter Franken',\r\n 'OrderDate': '1996-08-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-30T00:00:00.000Z',\r\n 'Freight': 4.54,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10272,\r\n 'CustomerID': 'RATTC',\r\n 'CustomerName': 'Carine Schmitt',\r\n 'OrderDate': '1996-08-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-06T00:00:00.000Z',\r\n 'Freight': 98.03,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10273,\r\n 'CustomerID': 'QUICK',\r\n 'CustomerName': 'Paolo Accorti',\r\n 'OrderDate': '1996-08-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-12T00:00:00.000Z',\r\n 'Freight': 76.07,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10274,\r\n 'CustomerID': 'VINET',\r\n 'CustomerName': 'Lino Rodriguez',\r\n 'OrderDate': '1996-08-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 6.01,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10275,\r\n 'CustomerID': 'MAGAA',\r\n 'CustomerName': 'Eduardo Saavedra',\r\n 'OrderDate': '1996-08-07T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-09T00:00:00.000Z',\r\n 'Freight': 26.93,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10276,\r\n 'CustomerID': 'TORTU',\r\n 'CustomerName': 'José Pedro Freyre',\r\n 'OrderDate': '1996-08-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-14T00:00:00.000Z',\r\n 'Freight': 13.84,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10277,\r\n 'CustomerID': 'MORGK',\r\n 'CustomerName': 'André Fonseca',\r\n 'OrderDate': '1996-08-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-13T00:00:00.000Z',\r\n 'Freight': 125.77,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10278,\r\n 'CustomerID': 'BERGS',\r\n 'CustomerName': 'Howard Snyder',\r\n 'OrderDate': '1996-08-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 92.69,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10279,\r\n 'CustomerID': 'LEHMS',\r\n 'CustomerName': 'Manuel Pereira',\r\n 'OrderDate': '1996-08-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 25.83,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10280,\r\n 'CustomerID': 'BERGS',\r\n 'CustomerName': 'Mario Pontes',\r\n 'OrderDate': '1996-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-12T00:00:00.000Z',\r\n 'Freight': 8.98,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10281,\r\n 'CustomerID': 'ROMEY',\r\n 'CustomerName': 'Carlos Hernández',\r\n 'OrderDate': '1996-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-21T00:00:00.000Z',\r\n 'Freight': 2.94,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10282,\r\n 'CustomerID': 'ROMEY',\r\n 'CustomerName': 'Yoshi Latimer',\r\n 'OrderDate': '1996-08-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-21T00:00:00.000Z',\r\n 'Freight': 12.69,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10283,\r\n 'CustomerID': 'LILAS',\r\n 'CustomerName': 'Patricia McKenna',\r\n 'OrderDate': '1996-08-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-23T00:00:00.000Z',\r\n 'Freight': 84.81,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10284,\r\n 'CustomerID': 'LEHMS',\r\n 'CustomerName': 'Helen Bennett',\r\n 'OrderDate': '1996-08-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-27T00:00:00.000Z',\r\n 'Freight': 76.56,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10285,\r\n 'CustomerID': 'QUICK',\r\n 'CustomerName': 'Philip Cramer',\r\n 'OrderDate': '1996-08-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-26T00:00:00.000Z',\r\n 'Freight': 76.83,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10286,\r\n 'CustomerID': 'QUICK',\r\n 'CustomerName': 'Daniel Tonini',\r\n 'OrderDate': '1996-08-21T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-30T00:00:00.000Z',\r\n 'Freight': 229.24,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10287,\r\n 'CustomerID': 'RICAR',\r\n 'CustomerName': 'Annette Roulet',\r\n 'OrderDate': '1996-08-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-28T00:00:00.000Z',\r\n 'Freight': 12.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10288,\r\n 'CustomerID': 'REGGC',\r\n 'CustomerName': 'Yoshi Tannamuri',\r\n 'OrderDate': '1996-08-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-03T00:00:00.000Z',\r\n 'Freight': 7.45,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10289,\r\n 'CustomerID': 'BSBEV',\r\n 'CustomerName': 'John Steel',\r\n 'OrderDate': '1996-08-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-28T00:00:00.000Z',\r\n 'Freight': 22.77,\r\n 'ShipName': 'B s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10290,\r\n 'CustomerID': 'COMMI',\r\n 'CustomerNames': 'Renate Messner',\r\n 'OrderDate': '1996-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-03T00:00:00.000Z',\r\n 'Freight': 79.7,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10291,\r\n 'CustomerID': 'QUEDE',\r\n 'CustomerName': 'Jaime Yorres',\r\n 'OrderDate': '1996-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-04T00:00:00.000Z',\r\n 'Freight': 6.4,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10292,\r\n 'CustomerID': 'TRADH',\r\n 'CustomerName': 'Carlos González',\r\n 'OrderDate': '1996-08-28T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-02T00:00:00.000Z',\r\n 'Freight': 1.35,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10293,\r\n 'CustomerID': 'TORTU',\r\n 'CustomerName': 'Felipe Izquierdo',\r\n 'OrderDate': '1996-08-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 21.18,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10294,\r\n 'CustomerID': 'RATTC',\r\n 'CustomerName': 'Fran Wilson',\r\n 'OrderDate': '1996-08-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-05T00:00:00.000Z',\r\n 'Freight': 147.26,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10295,\r\n 'CustomerID': 'VINET',\r\n 'CustomerName': 'Giovanni Rovelli',\r\n 'OrderDate': '1996-09-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-10T00:00:00.000Z',\r\n 'Freight': 1.15,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10296,\r\n 'CustomerID': 'LILAS',\r\n 'CustomerName': 'Catherine Dewey',\r\n 'OrderDate': '1996-09-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 0.12,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10297,\r\n 'CustomerID': 'BLONP',\r\n 'CustomerName': 'Jean Fresnière',\r\n 'OrderDate': '1996-09-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-10T00:00:00.000Z',\r\n 'Freight': 5.74,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10298,\r\n 'CustomerID': 'HUNGO',\r\n 'CustomerName': 'Alexander Feuer',\r\n 'OrderDate': '1996-09-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 168.22,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10299,\r\n 'CustomerID': 'RICAR',\r\n 'CustomerName': 'Simon Crowther',\r\n 'OrderDate': '1996-09-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-13T00:00:00.000Z',\r\n 'Freight': 29.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10300,\r\n 'CustomerID': 'MAGAA',\r\n 'CustomerNames': 'Yvonne Moncada',\r\n 'OrderDate': '1996-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-18T00:00:00.000Z',\r\n 'Freight': 17.68,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10301,\r\n 'CustomerID': 'WANDK',\r\n 'CustomerName': 'Rene Phillips',\r\n 'OrderDate': '1996-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-17T00:00:00.000Z',\r\n 'Freight': 45.08,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10302,\r\n 'CustomerID': 'SUPRD',\r\n 'CustomerName': 'Pirkko Koskitalo',\r\n 'OrderDate': '1996-09-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-09T00:00:00.000Z',\r\n 'Freight': 6.27,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10303,\r\n 'CustomerID': 'GODOS',\r\n 'CustomerName': 'Paula Parente',\r\n 'OrderDate': '1996-09-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-18T00:00:00.000Z',\r\n 'Freight': 107.83,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10304,\r\n 'CustomerID': 'TORTU',\r\n 'CustomerName': 'Karl Jablonski',\r\n 'OrderDate': '1996-09-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-17T00:00:00.000Z',\r\n 'Freight': 63.79,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10305,\r\n 'CustomerID': 'OLDWO',\r\n 'CustomerName': 'Matti Karttunen',\r\n 'OrderDate': '1996-09-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-09T00:00:00.000Z',\r\n 'Freight': 257.62,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10306,\r\n 'CustomerID': 'ROMEY',\r\n 'CustomerName': 'Zbyszek Piestrzeniewicz',\r\n 'OrderDate': '1996-09-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-23T00:00:00.000Z',\r\n 'Freight': 7.56,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10307,\r\n 'CustomerID': 'LONEP',\r\n 'CustomerName': 'Zbyszek Piestrzeniewicz',\r\n 'OrderDate': '1996-09-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-25T00:00:00.000Z',\r\n 'Freight': 0.56,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n }]);\r\nexport const orderDetails: Object[] = JSON.parse(order, (field: string, value: any) => {\r\n let dupValue: any = value;\r\n if (typeof value === 'string' && /^(\\d{4}\\-\\d\\d\\-\\d\\d([tT][\\d:\\.]*){1})([zZ]|([+\\-])(\\d\\d):?(\\d\\d))?$/.test(value)) {\r\n let arr: any = dupValue.split(/[^0-9]/);\r\n let a: any = parseInt(arr[0], 10);\r\n let b: any = parseInt(arr[1], 10) - 1;\r\n let c: any = parseInt(arr[2], 10);\r\n let d: any = parseInt(arr[3], 10);\r\n value = new Date(a, b, c, d, parseInt(arr[4], 10), parseInt(arr[5], 10));\r\n }\r\n return value;\r\n});\r\n\r\n/**\r\n * Hierarchy Order data source\r\n */\r\nexport let hierarchyOrderdata: Object[] = [\r\n {\r\n OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5),\r\n ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye',\r\n ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0\r\n },\r\n {\r\n OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6),\r\n ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48',\r\n ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1\r\n },\r\n {\r\n OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 2, OrderDate: new Date(8367642e5),\r\n ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67',\r\n ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0\r\n },\r\n {\r\n OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5),\r\n ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce',\r\n ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0\r\n },\r\n {\r\n OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5),\r\n ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255',\r\n ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0\r\n },\r\n {\r\n OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6),\r\n ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67',\r\n ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0\r\n },\r\n {\r\n OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5),\r\n ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31',\r\n ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1\r\n },\r\n {\r\n OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5),\r\n ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5',\r\n ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0\r\n },\r\n {\r\n OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6),\r\n ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12',\r\n ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1\r\n },\r\n {\r\n OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5),\r\n ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0\r\n },\r\n {\r\n OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5),\r\n ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6',\r\n ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0\r\n },\r\n {\r\n OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 7, OrderDate: new Date(8376282e5),\r\n ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993',\r\n ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1\r\n },\r\n {\r\n OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5),\r\n ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369',\r\n ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0\r\n },\r\n {\r\n OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 2, OrderDate: new Date(8377146e5),\r\n ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12',\r\n ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1\r\n },\r\n {\r\n OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5),\r\n ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.',\r\n ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0\r\n }];","index.html":"\n\n \n\n
      \n\n
      \n
      \n
      \n \n \n
      \n
      \n
      \n
      \n
      \n
      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
      ","index.ts":"{{ripple}}\r\nimport { Grid, VirtualScroll, Sort, Filter, Selection } from '@syncfusion/ej2-grids';\r\nimport { isNullOrUndefined, closest } from '@syncfusion/ej2-base';\r\nimport { DropDownList } from '@syncfusion/ej2-dropdowns';\r\nimport { getTradeData } from './data-source';\r\n\r\nGrid.Inject(Selection, VirtualScroll, Sort, Filter);\r\n\r\n/**\r\n * Grid Overview sample\r\n */\r\nlet dReady: boolean = false;\r\nlet dtTime: boolean = false;\r\nlet isDataBound: boolean = false;\r\nlet isDataChanged: boolean = true;\r\nlet intervalFun: any;\r\nlet clrIntervalFun: any;\r\nlet clrIntervalFun1: any;\r\nlet clrIntervalFun2: any;\r\nlet ddObj: DropDownList;\r\nlet dropSlectedIndex: number = null;\r\nlet stTime: any;\r\nstTime = performance.now();\r\n\r\nfunction complete(args: any): void {\r\n if (args.requestType === 'filterchoicerequest') {\r\n if (args.filterModel.options.field === 'Trustworthiness' || args.filterModel.options.field === 'Rating'\r\n || args.filterModel.options.field === 'Status') {\r\n let span: Element = args.filterModel.dialogObj.element.querySelectorAll('.e-selectall')[0];\r\n if (!isNullOrUndefined(span)) {\r\n closest(span, '.e-ftrchk').classList.add('e-hide');\r\n }\r\n }\r\n }\r\n}\r\nfunction queryCellInfo(args: any): void {\r\n if (args.column.field === 'Employees') {\r\n if (args.data.EmployeeImg === 'usermale') {\r\n args.cell.querySelector('.e-userimg').classList.add('sf-icon-Male');\r\n } else {\r\n args.cell.querySelector('.e-userimg').classList.add('sf-icon-FeMale');\r\n }\r\n }\r\n if (args.column.field === 'Status') {\r\n if (args.cell.textContent === 'Active') {\r\n args.cell.querySelector('.statustxt').classList.add('e-activecolor');\r\n args.cell.querySelector('.statustemp').classList.add('e-activecolor');\r\n }\r\n if (args.cell.textContent === 'Inactive') {\r\n args.cell.querySelector('.statustxt').classList.add('e-inactivecolor');\r\n args.cell.querySelector('.statustemp').classList.add('e-inactivecolor');\r\n }\r\n }\r\n if (args.column.field === 'Rating') {\r\n if (args.column.field === 'Rating') {\r\n for (let i: number = 0; i < args.data.Rating; i++) {\r\n args.cell.querySelectorAll('span')[i].classList.add('checked');\r\n }\r\n }\r\n }\r\n if (args.column.field === 'Software') {\r\n if (args.data.Software <= 20) {\r\n args.data.Software = args.data.Software + 30;\r\n }\r\n args.cell.querySelector('.bar').style.width = args.data.Software + '%';\r\n args.cell.querySelector('.barlabel').textContent = args.data.Software + '%';\r\n if (args.data.Status === 'Inactive') {\r\n args.cell.querySelector('.bar').classList.add('progressdisable');\r\n }\r\n }\r\n}\r\nfunction startTimer(args: any): void {\r\n clearTimeout(clrIntervalFun);\r\n clearInterval(intervalFun);\r\n dtTime = true;\r\n}\r\n\r\n\r\n(<{trustTemp?: Function}>window).trustTemp = (e: any): any => {\r\n if (e.Trustworthiness === 'Select All') {\r\n return '';\r\n }\r\n /* tslint:disable-next-line:max-line-length */\r\n return ' ' + e.Trustworthiness + '';\r\n};\r\n\r\n(<{ratingDetail?: Function}>window).ratingDetail = (e: any): any => {\r\n let grid: any = (document.querySelector('.e-grid')).ej2_instances[0];\r\n let div: Element = document.createElement('div');\r\n div.className = 'rating';\r\n let span: Element;\r\n if (e.Rating === 'Select All') {\r\n return '';\r\n }\r\n for (let i: number = 0; i < 5; i++) {\r\n if (i < e.Rating) {\r\n span = document.createElement('span');\r\n span.className = 'star checked';\r\n div.appendChild(span);\r\n } else {\r\n span = document.createElement('span');\r\n span.className = 'star';\r\n div.appendChild(span);\r\n }\r\n }\r\n return div.outerHTML;\r\n};\r\n\r\n(<{statusDetail?: Function}>window).statusDetail = (e: any): any => {\r\n let grid: any = (document.querySelector('.e-grid')).ej2_instances[0];\r\n let div: Element = document.createElement('div');\r\n let span: Element;\r\n if (e.Status === 'Select All') {\r\n return 'Select All';\r\n }\r\n span = document.createElement('span');\r\n if (e.Status === 'Active') {\r\n span.className = 'statustxt e-activecolor';\r\n span.textContent = 'Active';\r\n div.className = 'statustemp e-activecolor';\r\n }\r\n if (e.Status === 'Inactive') {\r\n span = document.createElement('span');\r\n span.className = 'statustxt e-inactivecolor';\r\n span.textContent = 'Inactive';\r\n div.className = 'statustemp e-inactivecolor';\r\n }\r\n div.appendChild(span);\r\n return div.outerHTML;\r\n};\r\n\r\n\r\n \r\n let grid: Grid = new Grid({\r\n dataSource: getTradeData(1000),\r\n allowSelection: true,\r\n allowFiltering: true,\r\n allowSorting: true,\r\n enableVirtualization: true,\r\n filterSettings: { type: 'Menu' },\r\n selectionSettings: { persistSelection: true, type: 'Multiple', checkboxOnly: true },\r\n enableHover: false,\r\n height: 600,\r\n rowHeight: 38,\r\n columns: [\r\n { type: 'checkbox', allowFiltering: false, allowSorting: false, width: '60' },\r\n { field: 'EmployeeID', visible: false, headerText: 'Employee ID', isPrimaryKey: true, width: '130' },\r\n {\r\n field: 'Employees', headerText: 'Employee Name', width: '200', clipMode: 'EllipsisWithTooltip',\r\n template: '#empTemplate',\r\n filter: { type: 'CheckBox' }\r\n },\r\n {\r\n field: 'Designation', headerText: 'Designation', width: '170',\r\n filter: { type: 'CheckBox' }, clipMode: 'EllipsisWithTooltip'\r\n },\r\n { field: 'Mail', headerText: 'Mail', width: '230', filter: { type: 'Menu' } },\r\n {\r\n field: 'Location', width: '140', headerText: 'Location', filter: { type: 'CheckBox' },\r\n template: '#coltemplate'\r\n },\r\n {\r\n field: 'Status', headerText: 'Status', filter: { type: 'CheckBox', itemTemplate: '#StatusItemTemp' },\r\n width: '150', template: '#statusTemplate'\r\n },\r\n {\r\n field: 'Trustworthiness', headerText: 'Trustworthiness', filter: { type: 'CheckBox', itemTemplate: '${ trustTemp(data)}' },\r\n width: '160', template: '#trustTemplate'\r\n },\r\n {\r\n field: 'Rating', filter: { type: 'CheckBox', itemTemplate: '
      ${ratingDetail(data)}
      ' }, headerText: 'Rating',\r\n width: '160', template: '#ratingTemplate'\r\n },\r\n {\r\n field: 'Software', allowFiltering: false, allowSorting: false, headerText: 'Software Proficiency',\r\n width: '180', template: '#progessTemplate'\r\n },\r\n {\r\n field: 'CurrentSalary', headerText: 'Current Salary', format: 'C2',\r\n filter: { type: 'Menu' }, textAlign: 'Right', width: '160'\r\n },\r\n { field: 'Address', headerText: 'Address', width: '240', filter: { type: 'Menu' }, clipMode: 'EllipsisWithTooltip' },\r\n ],\r\n queryCellInfo: queryCellInfo,\r\n dataBound: startTimer,\r\n actionComplete: complete\r\n });\r\n grid.appendTo('#Grid');\r\n grid.on('data-ready', () => {\r\n dReady = true;\r\n });\r\n let listObj: DropDownList = new DropDownList({\r\n index: 0,\r\n placeholder: 'Select a Data Range',\r\n popupHeight: '240px',\r\n width: '220px',\r\n change: () => { valueChange(); }\r\n });\r\n listObj.appendTo('#ddl');\r\n function valueChange(): void {\r\n (listObj).closePopup();\r\n grid.showSpinner();\r\n dropSlectedIndex = null;\r\n let index: number = listObj.value as number;\r\n clearTimeout(clrIntervalFun2);\r\n clrIntervalFun2 = setTimeout(\r\n () => {\r\n isDataChanged = true;\r\n stTime = null;\r\n let contentElement: Element = grid.contentModule.getPanel().firstChild as Element;\r\n contentElement.scrollLeft = 0;\r\n contentElement.scrollTop = 0;\r\n grid.pageSettings.currentPage = 1;\r\n stTime = performance.now();\r\n grid.dataSource = getTradeData(index);\r\n grid.hideSpinner();\r\n },\r\n 100);\r\n }\r\n document.getElementById('Grid').addEventListener('DOMSubtreeModified', () => {\r\n if (dReady && stTime && isDataChanged) {\r\n let msgEle: Element = document.getElementById('msg');\r\n let val: any = (performance.now() - stTime).toFixed(0);\r\n stTime = null;\r\n dtTime = false;\r\n dReady = false;\r\n isDataChanged = false;\r\n msgEle.innerHTML = 'Load Time: ' + '' + val + '' + 'ms';\r\n msgEle.classList.remove('e-hide');\r\n }\r\n });\r\n\r\n\r\n"} \ No newline at end of file +{"data-source.ts":"\r\n/**\r\n * Grid datasource\r\n */\r\n\r\nexport function getTradeData(dataCount?: number): object {\r\n let employees: string[] = [\r\n 'Michael', 'Kathryn', 'Tamer', 'Martin', 'Davolio', 'Nancy', 'Fuller', 'Leverling', 'Peacock',\r\n 'Margaret', 'Buchanan', 'Janet', 'Andrew', 'Callahan', 'Laura', 'Dodsworth', 'Anne',\r\n 'Bergs', 'Vinet', 'Anton', 'Fleet', 'Zachery', 'Van', 'King', 'Jack', 'Rose'];\r\n let designation: string[] = ['Manager', 'CFO', 'Designer', 'Developer', 'Program Directory', 'System Analyst', 'Project Lead'];\r\n let mail: string[] = ['sample.com', 'arpy.com', 'rpy.com', 'mail.com', 'jourrapide.com'];\r\n let location: string[] = ['UK', 'USA', 'Sweden', 'France', 'Canada', 'Argentina', 'Austria', 'Germany', 'Mexico'];\r\n let status: string[] = ['Active', 'Inactive'];\r\n let trustworthiness: string[] = ['Perfect', 'Sufficient', 'Insufficient'];\r\n let tradeData: Object[] = [];\r\n let address: string[] = ['59 rue de lAbbaye', 'Luisenstr. 48', 'Rua do Paço, 67', '2, rue du Commerce', 'Boulevard Tirou, 255',\r\n 'Rua do mailPaço, 67', 'Hauptstr. 31', 'Starenweg 5', 'Rua do Mercado, 12',\r\n 'Carrera 22 con Ave. Carlos Soublette #8-35', 'Kirchgasse 6',\r\n 'Sierras de Granada 9993', 'Mehrheimerstr. 369', 'Rua da Panificadora, 12', '2817 Milton Dr.', 'Kirchgasse 6',\r\n 'Åkergatan 24', '24, place Kléber', 'Torikatu 38', 'Berliner Platz 43', '5ª Ave. Los Palos Grandes', '1029 - 12th Ave. S.',\r\n 'Torikatu 38', 'P.O. Box 555', '2817 Milton Dr.', 'Taucherstraße 10', '59 rue de lAbbaye', 'Via Ludovico il Moro 22',\r\n 'Avda. Azteca 123', 'Heerstr. 22', 'Berguvsvägen 8', 'Magazinweg 7', 'Berguvsvägen 8', 'Gran Vía, 1', 'Gran Vía, 1',\r\n 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo', 'Magazinweg 7', 'Taucherstraße 10', 'Taucherstraße 10',\r\n 'Av. Copacabana, 267', 'Strada Provinciale 124', 'Fauntleroy Circus', 'Av. dos Lusíadas, 23',\r\n 'Rua da Panificadora, 12', 'Av. Inês de Castro, 414', 'Avda. Azteca 123', '2817 Milton Dr.'];\r\n let employeeimg: string[] = ['usermale', 'userfemale'];\r\n if (typeof dataCount === 'string') {\r\n dataCount = parseInt(dataCount, 10);\r\n }\r\n for (let i: number = 1; i <= dataCount; i++) {\r\n let code: any = 10000;\r\n tradeData.push({\r\n 'EmployeeID': code + i,\r\n 'Employees':\r\n employees[Math.floor(Math.random() * employees.length)] + ' ' + employees[Math.floor(Math.random() * employees.length)],\r\n 'Designation': designation[Math.floor(Math.random() * designation.length)],\r\n 'Location': location[Math.floor(Math.random() * location.length)],\r\n 'Status': status[Math.floor(Math.random() * status.length)],\r\n 'Trustworthiness': trustworthiness[Math.floor(Math.random() * trustworthiness.length)],\r\n 'Rating': Math.floor(Math.random() * 5),\r\n 'Software': Math.floor(Math.random() * 100),\r\n 'EmployeeImg': employeeimg[Math.floor(Math.random() * employeeimg.length)],\r\n 'CurrentSalary': Math.floor((Math.random() * 100000)),\r\n 'Address': address[Math.floor(Math.random() * address.length)],\r\n });\r\n let employee: string = 'Employees';\r\n let emp: string = tradeData[i - 1][employee];\r\n let sName: string = emp.substr(0, emp.indexOf(' ')).toLowerCase();\r\n let empmail: string = 'Mail';\r\n tradeData[i - 1][empmail] = sName + (Math.floor(Math.random() * 100) + 10) + '@' + mail[Math.floor(Math.random() * mail.length)];\r\n\r\n }\r\n return tradeData;\r\n}\r\nexport let virtualData: Object[] = [];\r\nexport function dataSource(): void {\r\n let names: string[] = ['VINET', 'TOMSP', 'HANAR', 'VICTE', 'SUPRD', 'HANAR', 'CHOPS', 'RICSU', 'WELLI', 'HILAA', 'ERNSH', 'CENTC',\r\n 'OTTIK', 'QUEDE', 'RATTC', 'ERNSH', 'FOLKO', 'BLONP', 'WARTH', 'FRANK', 'GROSR', 'WHITC', 'WARTH', 'SPLIR', 'RATTC', 'QUICK', 'VINET',\r\n 'MAGAA', 'TORTU', 'MORGK', 'BERGS', 'LEHMS', 'BERGS', 'ROMEY', 'ROMEY', 'LILAS', 'LEHMS', 'QUICK', 'QUICK', 'RICAR', 'REGGC', 'BSBEV',\r\n 'COMMI', 'QUEDE', 'TRADH', 'TORTU', 'RATTC', 'VINET', 'LILAS', 'BLONP', 'HUNGO', 'RICAR', 'MAGAA', 'WANDK', 'SUPRD', 'GODOS', 'TORTU',\r\n 'OLDWO', 'ROMEY', 'LONEP', 'ANATR', 'HUNGO', 'THEBI', 'DUMON', 'WANDK', 'QUICK', 'RATTC', 'ISLAT', 'RATTC', 'LONEP', 'ISLAT', 'TORTU',\r\n 'WARTH', 'ISLAT', 'PERIC', 'KOENE', 'SAVEA', 'KOENE', 'BOLID', 'FOLKO', 'FURIB', 'SPLIR', 'LILAS', 'BONAP', 'MEREP', 'WARTH', 'VICTE',\r\n 'HUNGO', 'PRINI', 'FRANK', 'OLDWO', 'MEREP', 'BONAP', 'SIMOB', 'FRANK', 'LEHMS', 'WHITC', 'QUICK', 'RATTC', 'FAMIA'];\r\n for (let i: number = 0; i < 100000; i++) {\r\n virtualData.push({\r\n 'FIELD1': names[Math.floor(Math.random() * names.length)],\r\n 'FIELD2': 1967 + (i % 10),\r\n 'FIELD3': Math.floor(Math.random() * 200),\r\n 'FIELD4': Math.floor(Math.random() * 100),\r\n 'FIELD5': Math.floor(Math.random() * 2000),\r\n 'FIELD6': Math.floor(Math.random() * 1000),\r\n 'FIELD7': Math.floor(Math.random() * 100),\r\n 'FIELD8': Math.floor(Math.random() * 10),\r\n 'FIELD9': Math.floor(Math.random() * 10),\r\n 'FIELD10': Math.floor(Math.random() * 100),\r\n 'FIELD11': Math.floor(Math.random() * 100),\r\n 'FIELD12': Math.floor(Math.random() * 1000),\r\n 'FIELD13': Math.floor(Math.random() * 10),\r\n 'FIELD14': Math.floor(Math.random() * 10),\r\n 'FIELD15': Math.floor(Math.random() * 1000),\r\n 'FIELD16': Math.floor(Math.random() * 200),\r\n 'FIELD17': Math.floor(Math.random() * 300),\r\n 'FIELD18': Math.floor(Math.random() * 400),\r\n 'FIELD19': Math.floor(Math.random() * 500),\r\n 'FIELD20': Math.floor(Math.random() * 700),\r\n 'FIELD21': Math.floor(Math.random() * 800),\r\n 'FIELD22': Math.floor(Math.random() * 1000),\r\n 'FIELD23': Math.floor(Math.random() * 2000),\r\n 'FIELD24': Math.floor(Math.random() * 150),\r\n 'FIELD25': Math.floor(Math.random() * 1000),\r\n 'FIELD26': Math.floor(Math.random() * 100),\r\n 'FIELD27': Math.floor(Math.random() * 400),\r\n 'FIELD28': Math.floor(Math.random() * 600),\r\n 'FIELD29': Math.floor(Math.random() * 500),\r\n 'FIELD30': Math.floor(Math.random() * 300),\r\n });\r\n }\r\n}\r\nexport let productData: Object[] = [\r\n {\r\n 'ProductID': 1,\r\n 'ProductName': 'Chai',\r\n 'SupplierID': 1,\r\n 'QuantityPerUnit': '10 boxes x 20 bags',\r\n 'UnitPrice': 18.00,\r\n 'UnitsInStock': 39,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 2,\r\n 'ProductName': 'Chang',\r\n 'SupplierID': 1,\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitPrice': 19.00,\r\n 'UnitsInStock': 17,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 3,\r\n 'ProductName': 'Aniseed Syrup',\r\n 'SupplierID': 1,\r\n 'QuantityPerUnit': '12 - 550 ml bottles',\r\n 'UnitPrice': 10.00,\r\n 'UnitsInStock': 13,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 4,\r\n 'ProductName': 'Chef Anton\\'s Cajun Seasoning',\r\n 'SupplierID': 2,\r\n 'QuantityPerUnit': '48 - 6 oz jars',\r\n 'UnitPrice': 22.00,\r\n 'UnitsInStock': 53,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 5,\r\n 'ProductName': 'Chef Anton\\'s Gumbo Mix',\r\n 'SupplierID': 2,\r\n 'QuantityPerUnit': '36 boxes',\r\n 'UnitPrice': 21.35,\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 6,\r\n 'ProductName': 'Grandma\\'s Boysenberry Spread',\r\n 'SupplierID': 3,\r\n 'QuantityPerUnit': '12 - 8 oz jars',\r\n 'UnitPrice': 25.00,\r\n 'UnitsInStock': 120,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 7,\r\n 'ProductName': 'Uncle Bob\\'s Organic Dried Pears',\r\n 'SupplierID': 3,\r\n 'QuantityPerUnit': '12 - 1 lb pkgs.',\r\n 'UnitPrice': 30.00,\r\n 'UnitsInStock': 15,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 8,\r\n 'ProductName': 'Northwoods Cranberry Sauce',\r\n 'SupplierID': 3,\r\n 'QuantityPerUnit': '12 - 12 oz jars',\r\n 'UnitPrice': 40.00,\r\n 'UnitsInStock': 6,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 9,\r\n 'ProductName': 'Mishi Kobe Niku',\r\n 'SupplierID': 4,\r\n 'QuantityPerUnit': '18 - 500 g pkgs.',\r\n 'UnitPrice': 97.00,\r\n 'UnitsInStock': 29,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 10,\r\n 'ProductName': 'Ikura',\r\n 'SupplierID': 4,\r\n 'QuantityPerUnit': '12 - 200 ml jars',\r\n 'UnitPrice': 31.00,\r\n 'UnitsInStock': 31,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 11,\r\n 'ProductName': 'Queso Cabrales',\r\n 'SupplierID': 5,\r\n 'QuantityPerUnit': '1 kg pkg.',\r\n 'UnitPrice': 21.00,\r\n 'UnitsInStock': 22,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 12,\r\n 'ProductName': 'Queso Manchego La Pastora',\r\n 'SupplierID': 5,\r\n 'QuantityPerUnit': '10 - 500 g pkgs.',\r\n 'UnitPrice': 38.00,\r\n 'UnitsInStock': 86,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 13,\r\n 'ProductName': 'Konbu',\r\n 'SupplierID': 6,\r\n 'QuantityPerUnit': '2 kg box',\r\n 'UnitPrice': 6.00,\r\n 'UnitsInStock': 24,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 14,\r\n 'ProductName': 'Tofu',\r\n 'SupplierID': 6,\r\n 'QuantityPerUnit': '40 - 100 g pkgs.',\r\n 'UnitPrice': 23.25,\r\n 'UnitsInStock': 35,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 15,\r\n 'ProductName': 'Genen Shouyu',\r\n 'SupplierID': 6,\r\n 'QuantityPerUnit': '24 - 250 ml bottles',\r\n 'UnitPrice': 15.50,\r\n 'UnitsInStock': 39,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 16,\r\n 'ProductName': 'Pavlova',\r\n 'SupplierID': 7,\r\n 'QuantityPerUnit': '32 - 500 g boxes',\r\n 'UnitPrice': 17.45,\r\n 'UnitsInStock': 29,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 17,\r\n 'ProductName': 'Alice Mutton',\r\n 'SupplierID': 7,\r\n 'QuantityPerUnit': '20 - 1 kg tins',\r\n 'UnitPrice': 39.00,\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 18,\r\n 'ProductName': 'Carnarvon Tigers',\r\n 'SupplierID': 7,\r\n 'QuantityPerUnit': '16 kg pkg.',\r\n 'UnitPrice': 62.50,\r\n 'UnitsInStock': 42,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 19,\r\n 'ProductName': 'Teatime Chocolate Biscuits',\r\n 'SupplierID': 8,\r\n 'QuantityPerUnit': '10 boxes x 12 pieces',\r\n 'UnitPrice': 9.20,\r\n 'UnitsInStock': 25,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 20,\r\n 'ProductName': 'Sir Rodney\\'s Marmalade',\r\n 'SupplierID': 8,\r\n 'QuantityPerUnit': '30 gift boxes',\r\n 'UnitPrice': 81.00,\r\n 'UnitsInStock': 40,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 21,\r\n 'ProductName': 'Sir Rodney\\'s Scones',\r\n 'SupplierID': 8,\r\n 'QuantityPerUnit': '24 pkgs. x 4 pieces',\r\n 'UnitPrice': 10.00,\r\n 'UnitsInStock': 3,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 22,\r\n 'ProductName': 'Gustaf\\'s Knäckebröd',\r\n 'SupplierID': 9,\r\n 'QuantityPerUnit': '24 - 500 g pkgs.',\r\n 'UnitPrice': 21.00,\r\n 'UnitsInStock': 104,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 23,\r\n 'ProductName': 'Tunnbröd',\r\n 'SupplierID': 9,\r\n 'QuantityPerUnit': '12 - 250 g pkgs.',\r\n 'UnitPrice': 9.00,\r\n 'UnitsInStock': 61,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 24,\r\n 'ProductName': 'Guaraná Fantástica',\r\n 'SupplierID': 10,\r\n 'QuantityPerUnit': '12 - 355 ml cans',\r\n 'UnitPrice': 4.50,\r\n 'UnitsInStock': 20,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 25,\r\n 'ProductName': 'NuNuCa Nuß-Nougat-Creme',\r\n 'SupplierID': 11,\r\n 'QuantityPerUnit': '20 - 450 g glasses',\r\n 'UnitPrice': 14.00,\r\n 'UnitsInStock': 76,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 26,\r\n 'ProductName': 'Gumbär Gummibärchen',\r\n 'SupplierID': 11,\r\n 'QuantityPerUnit': '100 - 250 g bags',\r\n 'UnitPrice': 31.23,\r\n 'UnitsInStock': 15,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 27,\r\n 'ProductName': 'Schoggi Schokolade',\r\n 'SupplierID': 11,\r\n 'QuantityPerUnit': '100 - 100 g pieces',\r\n 'UnitPrice': 43.90,\r\n 'UnitsInStock': 49,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 28,\r\n 'ProductName': 'Rössle Sauerkraut',\r\n 'SupplierID': 12,\r\n 'QuantityPerUnit': '25 - 825 g cans',\r\n 'UnitPrice': 45.60,\r\n 'UnitsInStock': 26,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 29,\r\n 'ProductName': 'Thüringer Rostbratwurst',\r\n 'SupplierID': 12,\r\n 'QuantityPerUnit': '50 bags x 30 sausgs.',\r\n 'UnitPrice': 123.79,\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 30,\r\n 'ProductName': 'Nord-Ost Matjeshering',\r\n 'SupplierID': 13,\r\n 'QuantityPerUnit': '10 - 200 g glasses',\r\n 'UnitPrice': 25.89,\r\n 'UnitsInStock': 10,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 31,\r\n 'ProductName': 'Gorgonzola Telino',\r\n 'SupplierID': 14,\r\n 'QuantityPerUnit': '12 - 100 g pkgs',\r\n 'UnitPrice': 12.50,\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 32,\r\n 'ProductName': 'Mascarpone Fabioli',\r\n 'SupplierID': 14,\r\n 'QuantityPerUnit': '24 - 200 g pkgs.',\r\n 'UnitPrice': 32.00,\r\n 'UnitsInStock': 9,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 33,\r\n 'ProductName': 'Geitost',\r\n 'SupplierID': 15,\r\n 'QuantityPerUnit': '500 g',\r\n 'UnitPrice': 2.50,\r\n 'UnitsInStock': 112,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 34,\r\n 'ProductName': 'Sasquatch Ale',\r\n 'SupplierID': 16,\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitPrice': 14.00,\r\n 'UnitsInStock': 111,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 35,\r\n 'ProductName': 'Steeleye Stout',\r\n 'SupplierID': 16,\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitPrice': 18.00,\r\n 'UnitsInStock': 20,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 36,\r\n 'ProductName': 'Inlagd Sill',\r\n 'SupplierID': 17,\r\n 'QuantityPerUnit': '24 - 250 g jars',\r\n 'UnitPrice': 19.00,\r\n 'UnitsInStock': 112,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 37,\r\n 'ProductName': 'Gravad lax',\r\n 'SupplierID': 17,\r\n 'QuantityPerUnit': '12 - 500 g pkgs.',\r\n 'UnitPrice': 26.00,\r\n 'UnitsInStock': 11,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 38,\r\n 'ProductName': 'Côte de Blaye',\r\n 'SupplierID': 18,\r\n 'QuantityPerUnit': '12 - 75 cl bottles',\r\n 'UnitPrice': 263.50,\r\n 'UnitsInStock': 17,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 39,\r\n 'ProductName': 'Chartreuse verte',\r\n 'SupplierID': 18,\r\n 'QuantityPerUnit': '750 cc per bottle',\r\n 'UnitPrice': 18.00,\r\n 'UnitsInStock': 69,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 40,\r\n 'ProductName': 'Boston Crab Meat',\r\n 'SupplierID': 19,\r\n 'QuantityPerUnit': '24 - 4 oz tins',\r\n 'UnitPrice': 18.40,\r\n 'UnitsInStock': 123,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 41,\r\n 'ProductName': 'Jack\\'s New England Clam Chowder',\r\n 'SupplierID': 19,\r\n 'QuantityPerUnit': '12 - 12 oz cans',\r\n 'UnitPrice': 9.65,\r\n 'UnitsInStock': 85,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 42,\r\n 'ProductName': 'Singaporean Hokkien Fried Mee',\r\n 'SupplierID': 20,\r\n 'QuantityPerUnit': '32 - 1 kg pkgs.',\r\n 'UnitPrice': 14.00,\r\n 'UnitsInStock': 26,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 43,\r\n 'ProductName': 'Ipoh Coffee',\r\n 'SupplierID': 20,\r\n 'QuantityPerUnit': '16 - 500 g tins',\r\n 'UnitPrice': 46.00,\r\n 'UnitsInStock': 17,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 44,\r\n 'ProductName': 'Gula Malacca',\r\n 'SupplierID': 20,\r\n 'QuantityPerUnit': '20 - 2 kg bags',\r\n 'UnitPrice': 19.45,\r\n 'UnitsInStock': 27,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 45,\r\n 'ProductName': 'Rogede sild',\r\n 'SupplierID': 21,\r\n 'QuantityPerUnit': '1k pkg.',\r\n 'UnitPrice': 9.50,\r\n 'UnitsInStock': 5,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 46,\r\n 'ProductName': 'Spegesild',\r\n 'SupplierID': 21,\r\n 'QuantityPerUnit': '4 - 450 g glasses',\r\n 'UnitPrice': 12.00,\r\n 'UnitsInStock': 95,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 47,\r\n 'ProductName': 'Zaanse koeken',\r\n 'SupplierID': 22,\r\n 'QuantityPerUnit': '10 - 4 oz boxes',\r\n 'UnitPrice': 9.50,\r\n 'UnitsInStock': 36,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 48,\r\n 'ProductName': 'Chocolade',\r\n 'SupplierID': 22,\r\n 'QuantityPerUnit': '10 pkgs.',\r\n 'UnitPrice': 12.75,\r\n 'UnitsInStock': 15,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 49,\r\n 'ProductName': 'Maxilaku',\r\n 'SupplierID': 23,\r\n 'QuantityPerUnit': '24 - 50 g pkgs.',\r\n 'UnitPrice': 20.00,\r\n 'UnitsInStock': 10,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 50,\r\n 'ProductName': 'Valkoinen suklaa',\r\n 'SupplierID': 23,\r\n 'QuantityPerUnit': '12 - 100 g bars',\r\n 'UnitPrice': 16.25,\r\n 'UnitsInStock': 65,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 51,\r\n 'ProductName': 'Manjimup Dried Apples',\r\n 'SupplierID': 24,\r\n 'QuantityPerUnit': '50 - 300 g pkgs.',\r\n 'UnitPrice': 53.00,\r\n 'UnitsInStock': 20,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 52,\r\n 'ProductName': 'Filo Mix',\r\n 'SupplierID': 24,\r\n 'QuantityPerUnit': '16 - 2 kg boxes',\r\n 'UnitPrice': 7.00,\r\n 'UnitsInStock': 38,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 53,\r\n 'ProductName': 'Perth Pasties',\r\n 'SupplierID': 24,\r\n 'QuantityPerUnit': '48 pieces',\r\n 'UnitPrice': 32.80,\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 54,\r\n 'ProductName': 'Tourtière',\r\n 'SupplierID': 25,\r\n 'QuantityPerUnit': '16 pies',\r\n 'UnitPrice': 7.45,\r\n 'UnitsInStock': 21,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 55,\r\n 'ProductName': 'Pâté chinois',\r\n 'SupplierID': 25,\r\n 'QuantityPerUnit': '24 boxes x 2 pies',\r\n 'UnitPrice': 24.00,\r\n 'UnitsInStock': 115,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 56,\r\n 'ProductName': 'Gnocchi di nonna Alice',\r\n 'SupplierID': 26,\r\n 'QuantityPerUnit': '24 - 250 g pkgs.',\r\n 'UnitPrice': 38.00,\r\n 'UnitsInStock': 21,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 57,\r\n 'ProductName': 'Ravioli Angelo',\r\n 'SupplierID': 26,\r\n 'QuantityPerUnit': '24 - 250 g pkgs.',\r\n 'UnitPrice': 19.50,\r\n 'UnitsInStock': 36,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 58,\r\n 'ProductName': 'Escargots de Bourgogne',\r\n 'SupplierID': 27,\r\n 'QuantityPerUnit': '24 pieces',\r\n 'UnitPrice': 13.25,\r\n 'UnitsInStock': 62,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 59,\r\n 'ProductName': 'Raclette Courdavault',\r\n 'SupplierID': 28,\r\n 'QuantityPerUnit': '5 kg pkg.',\r\n 'UnitPrice': 55.00,\r\n 'UnitsInStock': 79,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 60,\r\n 'ProductName': 'Camembert Pierrot',\r\n 'SupplierID': 28,\r\n 'QuantityPerUnit': '15 - 300 g rounds',\r\n 'UnitPrice': 34.00,\r\n 'UnitsInStock': 19,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 61,\r\n 'ProductName': 'Sirop d\\'érable',\r\n 'SupplierID': 29,\r\n 'QuantityPerUnit': '24 - 500 ml bottles',\r\n 'UnitPrice': 28.50,\r\n 'UnitsInStock': 113,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 62,\r\n 'ProductName': 'Tarte au sucre',\r\n 'SupplierID': 29,\r\n 'QuantityPerUnit': '48 pies',\r\n 'UnitPrice': 49.30,\r\n 'UnitsInStock': 17,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 63,\r\n 'ProductName': 'Vegie-spread',\r\n 'SupplierID': 7,\r\n 'QuantityPerUnit': '15 - 625 g jars',\r\n 'UnitPrice': 43.90,\r\n 'UnitsInStock': 24,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 64,\r\n 'ProductName': 'Wimmers gute Semmelknödel',\r\n 'SupplierID': 12,\r\n 'QuantityPerUnit': '20 bags x 4 pieces',\r\n 'UnitPrice': 33.25,\r\n 'UnitsInStock': 22,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 65,\r\n 'ProductName': 'Louisiana Fiery Hot Pepper Sauce',\r\n 'SupplierID': 2,\r\n 'QuantityPerUnit': '32 - 8 oz bottles',\r\n 'UnitPrice': 21.05,\r\n 'UnitsInStock': 76,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 66,\r\n 'ProductName': 'Louisiana Hot Spiced Okra',\r\n 'SupplierID': 2,\r\n 'QuantityPerUnit': '24 - 8 oz jars',\r\n 'UnitPrice': 17.00,\r\n 'UnitsInStock': 4,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 67,\r\n 'ProductName': 'Laughing Lumberjack Lager',\r\n 'SupplierID': 16,\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitPrice': 14.00,\r\n 'UnitsInStock': 52,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 68,\r\n 'ProductName': 'Scottish Longbreads',\r\n 'SupplierID': 8,\r\n 'QuantityPerUnit': '10 boxes x 8 pieces',\r\n 'UnitPrice': 12.50,\r\n 'UnitsInStock': 6,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 69,\r\n 'ProductName': 'Gudbrandsdalsost',\r\n 'SupplierID': 15,\r\n 'QuantityPerUnit': '10 kg pkg.',\r\n 'UnitPrice': 36.00,\r\n 'UnitsInStock': 26,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 70,\r\n 'ProductName': 'Outback Lager',\r\n 'SupplierID': 7,\r\n 'QuantityPerUnit': '24 - 355 ml bottles',\r\n 'UnitPrice': 15.00,\r\n 'UnitsInStock': 15,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'ProductID': 71,\r\n 'ProductName': 'Flotemysost',\r\n 'SupplierID': 15,\r\n 'QuantityPerUnit': '10 - 500 g pkgs.',\r\n 'UnitPrice': 21.50,\r\n 'UnitsInStock': 26,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 72,\r\n 'ProductName': 'Mozzarella di Giovanni',\r\n 'SupplierID': 14,\r\n 'QuantityPerUnit': '24 - 200 g pkgs.',\r\n 'UnitPrice': 34.80,\r\n 'UnitsInStock': 14,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 73,\r\n 'ProductName': 'Röd Kaviar',\r\n 'SupplierID': 17,\r\n 'QuantityPerUnit': '24 - 150 g jars',\r\n 'UnitPrice': 15.00,\r\n 'UnitsInStock': 101,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 74,\r\n 'ProductName': 'Longlife Tofu',\r\n 'SupplierID': 4,\r\n 'QuantityPerUnit': '5 kg pkg.',\r\n 'UnitPrice': 10.00,\r\n 'UnitsInStock': 4,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 75,\r\n 'ProductName': 'Rhönbräu Klosterbier',\r\n 'SupplierID': 12,\r\n 'QuantityPerUnit': '24 - 0.5 l bottles',\r\n 'UnitPrice': 7.75,\r\n 'UnitsInStock': 125,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 76,\r\n 'ProductName': 'Lakkalikööri',\r\n 'SupplierID': 23,\r\n 'QuantityPerUnit': '500 ml',\r\n 'UnitPrice': 18.00,\r\n 'UnitsInStock': 57,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'ProductID': 77,\r\n 'ProductName': 'Original Frankfurter grüne Soße',\r\n 'SupplierID': 12,\r\n 'QuantityPerUnit': '12 boxes',\r\n 'UnitPrice': 13.00,\r\n 'UnitsInStock': 32,\r\n 'Discontinued': false\r\n }];\r\n\r\nexport let employeeData: Object[] = [{\r\n 'EmployeeID': 1,\r\n 'LastName': 'Davolio',\r\n 'FirstName': 'Nancy',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Ms.',\r\n 'BirthDate': new Date(-664743600000),\r\n 'HireDate': new Date(704692800000),\r\n 'Address': '507 - 20th Ave. E.\\r\\nApt. 2A',\r\n 'City': 'Seattle',\r\n 'Region': 'WA',\r\n 'PostalCode': '98122',\r\n 'Country': 'USA',\r\n 'HomePhone': '(206) 555-9857',\r\n 'Extension': '5467',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Education includes a BA in psychology from Colorado State University in 1970. She also completed\\\r\n \\'The Art of the Cold Call.\\' Nancy is a member of Toastmasters International.',\r\n 'ReportsTo': 2,\r\n 'PhotoPath': 'http://accweb/emmployees/davolio.bmp'\r\n},\r\n{\r\n 'EmployeeID': 2,\r\n 'LastName': 'Fuller',\r\n 'FirstName': 'Andrew',\r\n 'Title': 'Vice President, Sales',\r\n 'TitleOfCourtesy': 'Dr.',\r\n 'BirthDate': new Date(-563828400000),\r\n 'HireDate': new Date(713764800000),\r\n 'Address': '908 W. Capital Way',\r\n 'City': 'Tacoma',\r\n 'Region': 'WA',\r\n 'PostalCode': '98401',\r\n 'Country': 'USA',\r\n 'HomePhone': '(206) 555-9482',\r\n 'Extension': '3457',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Andrew received his BTS commercial in 1974 and a Ph.D. in international marketing from the University of \\\r\n Dallas in 1981. He is fluent in French and Italian and reads German. He joined the company as a sales representative, \\\r\n was promoted to sales manager in January 1992 and to vice president of sales in March 1993. Andrew is a member of the \\\r\n Sales Management Roundtable, the Seattle Chamber of Commerce, and the Pacific Rim Importers Association.',\r\n 'ReportsTo': 0,\r\n 'PhotoPath': 'http://accweb/emmployees/fuller.bmp'\r\n},\r\n{\r\n 'EmployeeID': 3,\r\n 'LastName': 'Leverling',\r\n 'FirstName': 'Janet',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Ms.',\r\n 'BirthDate': new Date(-200088000000),\r\n 'HireDate': new Date(702104400000),\r\n 'Address': '722 Moss Bay Blvd.',\r\n 'City': 'Kirkland',\r\n 'Region': 'WA',\r\n 'PostalCode': '98033',\r\n 'Country': 'USA',\r\n 'HomePhone': '(206) 555-3412',\r\n 'Extension': '3355',\r\n 'Photo': { 'Length': 21722 },\r\n\r\n 'Notes': 'Janet has a BS degree in chemistry from Boston College (1984). \\\r\n She has also completed a certificate program in food retailing management.\\\r\n Janet was hired as a sales associate in 1991 and promoted to sales representative in February 1992.',\r\n 'ReportsTo': 2,\r\n 'PhotoPath': 'http://accweb/emmployees/leverling.bmp'\r\n},\r\n{\r\n 'EmployeeID': 4,\r\n 'LastName': 'Peacock',\r\n 'FirstName': 'Margaret',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Mrs.',\r\n 'BirthDate': new Date(-1018814400000),\r\n 'HireDate': new Date(736401600000),\r\n 'Address': '4110 Old Redmond Rd.',\r\n 'City': 'Redmond',\r\n 'Region': 'WA',\r\n 'PostalCode': '98052',\r\n 'Country': 'USA',\r\n 'HomePhone': '(206) 555-8122',\r\n 'Extension': '5176',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Margaret holds a BA in English literature from Concordia College (1958) and an MA from the American \\\r\n Institute of Culinary Arts (1966). She was assigned to the London office temporarily from July through November 1992.',\r\n 'ReportsTo': 2,\r\n 'PhotoPath': 'http://accweb/emmployees/peacock.bmp'\r\n},\r\n{\r\n 'EmployeeID': 5,\r\n 'LastName': 'Buchanan',\r\n 'FirstName': 'Steven',\r\n 'Title': 'Sales Manager',\r\n 'TitleOfCourtesy': 'Mr.',\r\n 'BirthDate': new Date(-468010800000),\r\n 'HireDate': new Date(750830400000),\r\n 'Address': '14 Garrett Hill',\r\n 'City': 'London',\r\n 'Region': null,\r\n 'PostalCode':\r\n 'SW1 8JR',\r\n 'Country': 'UK',\r\n 'HomePhone': '(71) 555-4848',\r\n 'Extension': '3453',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Steven Buchanan graduated from St. Andrews University, Scotland, with a BSC degree in 1976. Upon joining the company as \\\r\n a sales representative in 1992, he spent 6 months in an orientation program at the Seattle office and then returned to his permanent \\\r\n post in London. He was promoted to sales manager in March 1993. Mr. Buchanan has completed the courses \\'Successful \\\r\n Telemarketing\\' and \\'International Sales Management.\\' He is fluent in French.',\r\n 'ReportsTo': 2,\r\n 'PhotoPath': 'http://accweb/emmployees/buchanan.bmp'\r\n},\r\n{\r\n 'EmployeeID': 6,\r\n 'LastName': 'Suyama',\r\n 'FirstName': 'Michael',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Mr.',\r\n 'BirthDate': new Date(-205185600000),\r\n 'HireDate': new Date(750830400000),\r\n 'Address': 'Coventry House\\r\\nMiner Rd.',\r\n 'City': 'London',\r\n 'Region': null,\r\n 'PostalCode': 'EC2 7JR',\r\n 'Country': 'UK',\r\n 'HomePhone': '(71) 555-7773',\r\n 'Extension': '428',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Michael is a graduate of Sussex University (MA, economics, 1983) and the University of California at Los Angeles \\\r\n (MBA, marketing, 1986). He has also taken the courses \\'Multi-Cultural Selling\\' and \\'Time Management for the Sales Professional.\\' \\\r\n He is fluent in Japanese and can read and write French, Portuguese, and Spanish.',\r\n 'ReportsTo': 5,\r\n 'PhotoPath': 'http://accweb/emmployees/davolio.bmp'\r\n},\r\n{\r\n 'EmployeeID': 7,\r\n 'LastName': 'King',\r\n 'FirstName': 'Robert',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Mr.',\r\n 'BirthDate': new Date(-302731200000),\r\n 'HireDate': new Date(757486800000),\r\n 'Address': 'Edgeham Hollow\\r\\nWinchester Way',\r\n 'City': 'London',\r\n 'Region': null,\r\n 'PostalCode': 'RG1 9SP',\r\n 'Country': 'UK',\r\n 'HomePhone': '(71) 555-5598',\r\n 'Extension': '465',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Robert King served in the Peace Corps and traveled extensively before completing his degree in English at the \\\r\n University of Michigan in 1992, the year he joined the company. After completing a course entitled \\'Selling in Europe,\\' \\\r\n he was transferred to the London office in March 1993.',\r\n 'ReportsTo': 5,\r\n 'PhotoPath': 'http://accweb/emmployees/davolio.bmp'\r\n},\r\n{\r\n 'EmployeeID': 8,\r\n 'LastName': 'Callahan',\r\n 'FirstName': 'Laura',\r\n 'Title': 'Inside Sales Coordinator',\r\n 'TitleOfCourtesy': 'Ms.',\r\n 'BirthDate': new Date(-377982000000),\r\n 'HireDate': new Date(762843600000),\r\n 'Address': '4726 - 11th Ave. N.E.',\r\n 'City': 'Seattle',\r\n 'Region': 'WA',\r\n 'PostalCode': '98105',\r\n 'Country': 'USA',\r\n 'HomePhone': '(206) 555-1189',\r\n 'Extension': '2344',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Laura received a BA in psychology from the University of Washington. She has also completed a course in business \\\r\n French. She reads and writes French.',\r\n 'ReportsTo': 2,\r\n 'PhotoPath': 'http://accweb/emmployees/davolio.bmp'\r\n},\r\n{\r\n 'EmployeeID': 9,\r\n 'LastName': 'Dodsworth',\r\n 'FirstName': 'Anne',\r\n 'Title': 'Sales Representative',\r\n 'TitleOfCourtesy': 'Ms.',\r\n 'BirthDate': new Date(-123966000000),\r\n 'HireDate': new Date(784875600000),\r\n 'Address': '7 Houndstooth Rd.',\r\n 'City': 'London',\r\n 'Region': null,\r\n 'PostalCode': 'WG2 7LT',\r\n 'Country': 'UK',\r\n 'HomePhone': '(71) 555-4444',\r\n 'Extension': '452',\r\n 'Photo': { 'Length': 21626 },\r\n\r\n 'Notes': 'Anne has a BA degree in English from St. Lawrence College. She is fluent in French and German.',\r\n 'ReportsTo': 5,\r\n 'PhotoPath': 'http://accweb/emmployees/davolio.bmp'\r\n}];\r\n\r\nlet purchaseData: string = JSON.stringify([\r\n {\r\n 'OrderID': 10248,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-07-04T10:10:00.000Z',\r\n 'ShippedDate': '1996-07-16T12:20:00.000Z',\r\n 'Freight': 32.38,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10249,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1996-07-05T12:20:00.000Z',\r\n 'ShippedDate': '1996-07-10T13:20:00.000Z',\r\n 'Freight': 11.61,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10250,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1996-07-08T08:40:00.000Z',\r\n 'ShippedDate': '1996-07-12T07:50:00.000Z',\r\n 'Freight': 65.83,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10251,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1996-07-08T07:50:00.000Z',\r\n 'ShippedDate': '1996-07-15T15:50:00.000Z',\r\n 'Freight': 41.34,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10252,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1996-07-09T12:05:00.000Z',\r\n 'ShippedDate': '1996-07-11T17:30:00.000Z',\r\n 'Freight': 51.3,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10253,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1996-07-10T11:20:00.000Z',\r\n 'ShippedDate': '1996-07-16T10:10:00.000Z',\r\n 'Freight': 58.17,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10254,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1996-07-11T10:00.00.000Z',\r\n 'ShippedDate': '1996-07-23T20:40:00.000Z',\r\n 'Freight': 22.98,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10255,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1996-07-12T10:40:00.000Z',\r\n 'ShippedDate': '1996-07-15T05:40:00.000Z',\r\n 'Freight': 148.33,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10256,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1996-07-15T20:50:00.000Z',\r\n 'ShippedDate': '1996-07-17T21:50:00.000Z',\r\n 'Freight': 13.97,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10257,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1996-07-16T03:20:00.000Z',\r\n 'ShippedDate': '1996-07-22T14:40:00.000Z',\r\n 'Freight': 81.91,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10258,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-07-17T18:30:00.000Z',\r\n 'ShippedDate': '1996-07-23T14:50:00.000Z',\r\n 'Freight': 140.51,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10259,\r\n 'CustomerID': 'CENTC',\r\n 'OrderDate': '1996-07-18T01:20:00.000Z',\r\n 'ShippedDate': '1996-07-25T16:20:00.000Z',\r\n 'Freight': 3.25,\r\n 'ShipName': 'Centro comercial Moctezuma',\r\n 'ShipAddress': 'Sierras de Granada 9993',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10260,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1996-07-19T11:20:00.000Z',\r\n 'ShippedDate': '1996-07-29T03:10:00.000Z',\r\n 'Freight': 55.09,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10261,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-07-19T18:30:00.000Z',\r\n 'ShippedDate': '1996-07-30T23:10:00.000Z',\r\n 'Freight': 3.05,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10262,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-07-22T21:40:00.000Z',\r\n 'ShippedDate': '1996-07-25T19:10:00.000Z',\r\n 'Freight': 48.29,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10263,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-07-23T00:10:00.000Z',\r\n 'ShippedDate': '1996-07-31T22:50:00.000Z',\r\n 'Freight': 146.06,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10264,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-07-24T20:10:00.000Z',\r\n 'ShippedDate': '1996-08-23T11:40:00.000Z',\r\n 'Freight': 3.67,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10265,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-07-25T23:50:00.000Z',\r\n 'ShippedDate': '1996-08-12T02:10:00.000Z',\r\n 'Freight': 55.28,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10266,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-07-26T03:10:00.000Z',\r\n 'ShippedDate': '1996-07-31T01:50:00.000Z',\r\n 'Freight': 25.73,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10267,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-07-29T04:10:00.000Z',\r\n 'ShippedDate': '1996-08-06T17:20:00.000Z',\r\n 'Freight': 208.58,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10268,\r\n 'CustomerID': 'GROSR',\r\n 'OrderDate': '1996-07-30T01:20:00.000Z',\r\n 'ShippedDate': '1996-08-02T03:40:00.000Z',\r\n 'Freight': 66.29,\r\n 'ShipName': 'GROSELLA-Restaurante',\r\n 'ShipAddress': '5ª Ave. Los Palos Grandes',\r\n 'ShipCity': 'Caracas',\r\n 'ShipRegion': 'DF',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10269,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1996-07-31T05:10:00.000Z',\r\n 'ShippedDate': '1996-08-09T07:10:00.000Z',\r\n 'Freight': 4.56,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10270,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-08-01T09:10:00.000Z',\r\n 'ShippedDate': '1996-08-02T11:10:00.000Z',\r\n 'Freight': 136.54,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10271,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-08-01T13:10:00.000Z',\r\n 'ShippedDate': '1996-08-30T15:10:00.000Z',\r\n 'Freight': 4.54,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10272,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-08-02T17:10:00.000Z',\r\n 'ShippedDate': '1996-08-06T19:10:00.000Z',\r\n 'Freight': 98.03,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10273,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-05T21:10:00.000Z',\r\n 'ShippedDate': '1996-08-12T23:10:00.000Z',\r\n 'Freight': 76.07,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10274,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-08-06T02:10:00.000Z',\r\n 'ShippedDate': '1996-08-16T04:10:00.000Z',\r\n 'Freight': 6.01,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10275,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1996-08-07T06:10:00.000Z',\r\n 'ShippedDate': '1996-08-09T08:10:00.000Z',\r\n 'Freight': 26.93,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10276,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-08-08T10:10:00.000Z',\r\n 'ShippedDate': '1996-08-14T12:10:00.000Z',\r\n 'Freight': 13.84,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10277,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1996-08-09T14:10:00.000Z',\r\n 'ShippedDate': '1996-08-13T16:10:00.000Z',\r\n 'Freight': 125.77,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10278,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-08-12T18:10:00.000Z',\r\n 'ShippedDate': '1996-08-16T20:10:00.000Z',\r\n 'Freight': 92.69,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10279,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-08-13T22:10:00.000Z',\r\n 'ShippedDate': '1996-08-16T02:10:00.000Z',\r\n 'Freight': 25.83,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10280,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-08-14T01:40:00.000Z',\r\n 'ShippedDate': '1996-09-12T02:40:00.000Z',\r\n 'Freight': 8.98,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10281,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-08-14T03:40:00.000Z',\r\n 'ShippedDate': '1996-08-21T04:40:00.000Z',\r\n 'Freight': 2.94,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10282,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-08-15T05:40:00.000Z',\r\n 'ShippedDate': '1996-08-21T06:40:00.000Z',\r\n 'Freight': 12.69,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10283,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-08-16T07:40:00.000Z',\r\n 'ShippedDate': '1996-08-23T08:40:00.000Z',\r\n 'Freight': 84.81,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10284,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-08-19T09:40:00.000Z',\r\n 'ShippedDate': '1996-08-27T10:40:00.000Z',\r\n 'Freight': 76.56,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10285,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-20T11:40:00.000Z',\r\n 'ShippedDate': '1996-08-26T12:40:00.000Z',\r\n 'Freight': 76.83,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10286,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-21T01:50:00.000Z',\r\n 'ShippedDate': '1996-08-30T02:50:00.000Z',\r\n 'Freight': 229.24,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10287,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1996-08-22T03:50:00.000Z',\r\n 'ShippedDate': '1996-08-28T04:50:00.000Z',\r\n 'Freight': 12.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10288,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1996-08-23T05:50:00.000Z',\r\n 'ShippedDate': '1996-09-03T06:50:00.000Z',\r\n 'Freight': 7.45,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10289,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1996-08-26T07:50:00.000Z',\r\n 'ShippedDate': '1996-08-28T08:50:00.000Z',\r\n 'Freight': 22.77,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10290,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1996-08-27T09:50:00.000Z',\r\n 'ShippedDate': '1996-09-03T10:50:00.000Z',\r\n 'Freight': 79.7,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10291,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-08-27T11:50:00.000Z',\r\n 'ShippedDate': '1996-09-04T12:50:00.000Z',\r\n 'Freight': 6.4,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10292,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1996-08-28T01:10:00.000Z',\r\n 'ShippedDate': '1996-09-02T02:10:00.000Z',\r\n 'Freight': 1.35,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10293,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-08-29T03:10:00.000Z',\r\n 'ShippedDate': '1996-09-11T04:10:00.000Z',\r\n 'Freight': 21.18,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10294,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-08-30T05:10:00.000Z',\r\n 'ShippedDate': '1996-09-05T06:10:00.000Z',\r\n 'Freight': 147.26,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10295,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-09-02T07:10:00.000Z',\r\n 'ShippedDate': '1996-09-10T08:10:00.000Z',\r\n 'Freight': 1.15,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10296,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-09-03T09:10:00.000Z',\r\n 'ShippedDate': '1996-09-11T10:10:00.000Z',\r\n 'Freight': 0.12,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10297,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-09-04T11:10:00.000Z',\r\n 'ShippedDate': '1996-09-10T12:10:00.000Z',\r\n 'Freight': 5.74,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10298,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-09-05T01:10:00.000Z',\r\n 'ShippedDate': '1996-09-11T02:20:00.000Z',\r\n 'Freight': 168.22,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10299,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1996-09-06T03:20:00.000Z',\r\n 'ShippedDate': '1996-09-13T04:20:00.000Z',\r\n 'Freight': 29.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10300,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1996-09-09T05:20:00.000Z',\r\n 'ShippedDate': '1996-09-18T06:20:00.000Z',\r\n 'Freight': 17.68,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10301,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-09-09T07:20:00.000Z',\r\n 'ShippedDate': '1996-09-17T08:20:00.000Z',\r\n 'Freight': 45.08,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10302,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1996-09-10T09:20:00.000Z',\r\n 'ShippedDate': '1996-10-09T10:20:00.000Z',\r\n 'Freight': 6.27,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10303,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1996-09-11T11:20:00.000Z',\r\n 'ShippedDate': '1996-09-18T12:20:00.000Z',\r\n 'Freight': 107.83,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10304,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-09-12T00:10:00.000Z',\r\n 'ShippedDate': '1996-09-17T01:20:00.000Z',\r\n 'Freight': 63.79,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10305,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1996-09-13T01:20:00.000Z',\r\n 'ShippedDate': '1996-10-09T02:20:00.000Z',\r\n 'Freight': 257.62,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10306,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-09-16T03:20:00.000Z',\r\n 'ShippedDate': '1996-09-23T04:20:00.000Z',\r\n 'Freight': 7.56,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10307,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1996-09-17T05:20:00.000Z',\r\n 'ShippedDate': '1996-09-25T06:20:00.000Z',\r\n 'Freight': 0.56,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10308,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1996-09-18T07:20:00.000Z',\r\n 'ShippedDate': '1996-09-24T08:20:00.000Z',\r\n 'Freight': 1.61,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10309,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-09-19T09:20:00.000Z',\r\n 'ShippedDate': '1996-10-23T10:20:00.000Z',\r\n 'Freight': 47.3,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10310,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1996-09-20T11:20:00.000Z',\r\n 'ShippedDate': '1996-09-27T12:20:00.000Z',\r\n 'Freight': 17.52,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10311,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1996-09-20T13:20:00.000Z',\r\n 'ShippedDate': '1996-09-26T14:20:00.000Z',\r\n 'Freight': 24.69,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10312,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-09-23T15:20:00.000Z',\r\n 'ShippedDate': '1996-10-03T16:20:00.000Z',\r\n 'Freight': 40.26,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10313,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-09-24T17:20:00.000Z',\r\n 'ShippedDate': '1996-10-04T18:20:00.000Z',\r\n 'Freight': 1.96,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10314,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-09-25T19:20:00.000Z',\r\n 'ShippedDate': '1996-10-04T20:20:00.000Z',\r\n 'Freight': 74.16,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10315,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-09-26T21:20:00.000Z',\r\n 'ShippedDate': '1996-10-03T22:20:00.000Z',\r\n 'Freight': 41.76,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10316,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-09-27T23:20:00.000Z',\r\n 'ShippedDate': '1996-10-08T00:30:00.000Z',\r\n 'Freight': 150.15,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10317,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1996-09-30T01:30:00.000Z',\r\n 'ShippedDate': '1996-10-10T02:30:00.000Z',\r\n 'Freight': 12.69,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10318,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-10-01T03:30:00.000Z',\r\n 'ShippedDate': '1996-10-04T03:30:00.000Z',\r\n 'Freight': 4.73,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10319,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-10-02T04:30:00.000Z',\r\n 'ShippedDate': '1996-10-11T05:30:00.000Z',\r\n 'Freight': 64.5,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10320,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-10-03T06:30:00.000Z',\r\n 'ShippedDate': '1996-10-18T07:30:00.000Z',\r\n 'Freight': 34.57,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10321,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-10-03T08:30:00.000Z',\r\n 'ShippedDate': '1996-10-11T09:30:00.000Z',\r\n 'Freight': 3.43,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10322,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1996-10-04T10:30:00.000Z',\r\n 'ShippedDate': '1996-10-23T11:30:00.000Z',\r\n 'Freight': 0.4,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10323,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1996-10-07T12:30:00.000Z',\r\n 'ShippedDate': '1996-10-14T13:30:00.000Z',\r\n 'Freight': 4.88,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10324,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-10-08T14:30:00.000Z',\r\n 'ShippedDate': '1996-10-10T15:30:00.000Z',\r\n 'Freight': 214.27,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10325,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1996-10-09T16:30:00.000Z',\r\n 'ShippedDate': '1996-10-14T17:30:00.000Z',\r\n 'Freight': 64.86,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10326,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1996-10-10T18:30:00.000Z',\r\n 'ShippedDate': '1996-10-14T19:30:00.000Z',\r\n 'Freight': 77.92,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10327,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-10-11T20:30:00.000Z',\r\n 'ShippedDate': '1996-10-14T21:30:00.000Z',\r\n 'Freight': 63.36,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10328,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1996-10-14T22:30:00.000Z',\r\n 'ShippedDate': '1996-10-17T23:30:00.000Z',\r\n 'Freight': 87.03,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10329,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-10-15T00:40:00.000Z',\r\n 'ShippedDate': '1996-10-23T01:40:00.000Z',\r\n 'Freight': 191.67,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10330,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-10-16T02:40:00.000Z',\r\n 'ShippedDate': '1996-10-28T03:40:00.000Z',\r\n 'Freight': 12.75,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10331,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-10-16T02:40:00.000Z',\r\n 'ShippedDate': '1996-10-21T03:40:00.000Z',\r\n 'Freight': 10.19,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10332,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-10-17T04:40:00.000Z',\r\n 'ShippedDate': '1996-10-21T05:40:00.000Z',\r\n 'Freight': 52.84,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10333,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-10-18T06:40:00.000Z',\r\n 'ShippedDate': '1996-10-25T07:40:00.000Z',\r\n 'Freight': 0.59,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10334,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1996-10-21T08:40:00.000Z',\r\n 'ShippedDate': '1996-10-28T09:40:00.000Z',\r\n 'Freight': 8.56,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10335,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-10-22T10:40:00.000Z',\r\n 'ShippedDate': '1996-10-24T11:40:00.000Z',\r\n 'Freight': 42.11,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10336,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1996-10-23T12:40:00.000Z',\r\n 'ShippedDate': '1996-10-25T13:40:00.000Z',\r\n 'Freight': 15.51,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10337,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-10-24T14:40:00.000Z',\r\n 'ShippedDate': '1996-10-29T14:40:00.000Z',\r\n 'Freight': 108.26,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10338,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1996-10-25T15:40:00.000Z',\r\n 'ShippedDate': '1996-10-29T16:40:00.000Z',\r\n 'Freight': 84.21,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10339,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-10-28T17:40:00.000Z',\r\n 'ShippedDate': '1996-11-04T18:40:00.000Z',\r\n 'Freight': 15.66,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10340,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-10-29T19:40:00.000Z',\r\n 'ShippedDate': '1996-11-08T20:40:00.000Z',\r\n 'Freight': 166.31,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10341,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1996-10-29T21:40:00.000Z',\r\n 'ShippedDate': '1996-11-05T22:40:00.000Z',\r\n 'Freight': 26.78,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10342,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-10-30T23:40:00.000Z',\r\n 'ShippedDate': '1996-11-04T00:50:00.000Z',\r\n 'Freight': 54.83,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10343,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-10-31T01:50:00.000Z',\r\n 'ShippedDate': '1996-11-06T02:50:00.000Z',\r\n 'Freight': 110.37,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10344,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1996-11-01T03:50:00.000Z',\r\n 'ShippedDate': '1996-11-05T04:50:00.000Z',\r\n 'Freight': 23.29,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10345,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-11-04T05:50:00.000Z',\r\n 'ShippedDate': '1996-11-11T05:50:00.000Z',\r\n 'Freight': 249.06,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10346,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-11-05T06:50:00.000Z',\r\n 'ShippedDate': '1996-11-08T07:50:00.000Z',\r\n 'Freight': 142.08,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10347,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1996-11-06T08:50:00.000Z',\r\n 'ShippedDate': '1996-11-08T09:50:00.000Z',\r\n 'Freight': 3.1,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10348,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-11-07T10:50:00.000Z',\r\n 'ShippedDate': '1996-11-15T11:50:00.000Z',\r\n 'Freight': 0.78,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10349,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-11-08T12:50:00.000Z',\r\n 'ShippedDate': '1996-11-15T13:50:00.000Z',\r\n 'Freight': 8.63,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10350,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-11-11T14:50:00.000Z',\r\n 'ShippedDate': '1996-12-03T15:50:00.000Z',\r\n 'Freight': 64.19,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10351,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-11-11T16:50:00.000Z',\r\n 'ShippedDate': '1996-11-20T17:50:00.000Z',\r\n 'Freight': 162.33,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10352,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1996-11-12T18:50:00.000Z',\r\n 'ShippedDate': '1996-11-18T19:50:00.000Z',\r\n 'Freight': 1.3,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10353,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1996-11-13T20:50:00.000Z',\r\n 'ShippedDate': '1996-11-25T21:50:00.000Z',\r\n 'Freight': 360.63,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10354,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1996-11-14T21:50:00.000Z',\r\n 'ShippedDate': '1996-11-20T22:50:00.000Z',\r\n 'Freight': 53.8,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10355,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1996-11-15T23:50:00.000Z',\r\n 'ShippedDate': '1996-11-20T00:50:00.000Z',\r\n 'Freight': 41.95,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10356,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-11-18T01:05:00.000Z',\r\n 'ShippedDate': '1996-11-27T02:05:00.000Z',\r\n 'Freight': 36.71,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10357,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-11-19T03:05:00.000Z',\r\n 'ShippedDate': '1996-12-02T04:05:00.000Z',\r\n 'Freight': 34.88,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10358,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-11-20T05:05:00.000Z',\r\n 'ShippedDate': '1996-11-27T06:05:00.000Z',\r\n 'Freight': 19.64,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10359,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-11-21T07:05:00.000Z',\r\n 'ShippedDate': '1996-11-26T08:05:00.000Z',\r\n 'Freight': 288.43,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10360,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-11-22T09:05:00.000Z',\r\n 'ShippedDate': '1996-12-02T10:05:00.000Z',\r\n 'Freight': 131.7,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10361,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-11-22T11:05:00.000Z',\r\n 'ShippedDate': '1996-12-03T12:05:00.000Z',\r\n 'Freight': 183.17,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10362,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-11-25T13:05:00.000Z',\r\n 'ShippedDate': '1996-11-28T14:05:00.000Z',\r\n 'Freight': 96.04,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10363,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1996-11-26T15:05:00.000Z',\r\n 'ShippedDate': '1996-12-04T16:05:00.000Z',\r\n 'Freight': 30.54,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10364,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1996-11-26T17:05:00.000Z',\r\n 'ShippedDate': '1996-12-04T18:05:00.000Z',\r\n 'Freight': 71.97,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10365,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1996-11-27T19:05:00.000Z',\r\n 'ShippedDate': '1996-12-02T20:05:00.000Z',\r\n 'Freight': 22,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10366,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1996-11-28T21:05:00.000Z',\r\n 'ShippedDate': '1996-12-30T22:05:00.000Z',\r\n 'Freight': 10.14,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10367,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1996-11-28T23:05:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:05:00.000Z',\r\n 'Freight': 13.55,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10368,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-11-29T02:00.00.000Z',\r\n 'ShippedDate': '1996-12-02T04:00.00.000Z',\r\n 'Freight': 101.95,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10369,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-12-02T04:00.00.000Z',\r\n 'ShippedDate': '1996-12-09T07:25:00.000Z',\r\n 'Freight': 195.68,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10370,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1996-12-03T06:00.00.000Z',\r\n 'ShippedDate': '1996-12-27T07:00.00.000Z',\r\n 'Freight': 1.17,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10371,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-12-03T08:00.00.000Z',\r\n 'ShippedDate': '1996-12-24T09:00.00.000Z',\r\n 'Freight': 0.45,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10372,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1996-12-04T10:00.00.000Z',\r\n 'ShippedDate': '1996-12-09T11:00.00.000Z',\r\n 'Freight': 890.78,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10373,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-12-05T12:00.00.000Z',\r\n 'ShippedDate': '1996-12-11T13:00.00.000Z',\r\n 'Freight': 124.12,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10374,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1996-12-05T14:00.00.000Z',\r\n 'ShippedDate': '1996-12-09T15:00.00.000Z',\r\n 'Freight': 3.94,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10375,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1996-12-06T16:00.00.000Z',\r\n 'ShippedDate': '1996-12-09T17:00.00.000Z',\r\n 'Freight': 20.12,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10376,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-12-09T18:00.00.000Z',\r\n 'ShippedDate': '1996-12-13T19:00.00.000Z',\r\n 'Freight': 20.39,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10377,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-12-09T20:00.00.000Z',\r\n 'ShippedDate': '1996-12-13T21:00.00.000Z',\r\n 'Freight': 22.21,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10378,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-12-10T22:00.00.000Z',\r\n 'ShippedDate': '1996-12-19T23:00.00.000Z',\r\n 'Freight': 5.44,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10379,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-12-11T01:25:00.000Z',\r\n 'ShippedDate': '1996-12-13T02:25:00.000Z',\r\n 'Freight': 45.03,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10380,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-12-12T03:25:00.000Z',\r\n 'ShippedDate': '1997-01-16T04:25:00.000Z',\r\n 'Freight': 35.03,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10381,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-12-12T05:25:00.000Z',\r\n 'ShippedDate': '1996-12-13T06:25:00.000Z',\r\n 'Freight': 7.99,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10382,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-12-13T07:25:00.000Z',\r\n 'ShippedDate': '1996-12-16T07:25:00.000Z',\r\n 'Freight': 94.77,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10383,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1996-12-16T07:25:00.000Z',\r\n 'ShippedDate': '1996-12-18T02:25:00.000Z',\r\n 'Freight': 34.24,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10384,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-12-16T03:25:00.000Z',\r\n 'ShippedDate': '1996-12-20T04:25:00.000Z',\r\n 'Freight': 168.64,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10385,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-12-17T04:25:00.000Z',\r\n 'ShippedDate': '1996-12-23T04:25:00.000Z',\r\n 'Freight': 30.96,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10386,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1996-12-18T05:25:00.000Z',\r\n 'ShippedDate': '1996-12-25T06:25:00.000Z',\r\n 'Freight': 13.99,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10387,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1996-12-18T07:25:00.000Z',\r\n 'ShippedDate': '1996-12-20T08:25:00.000Z',\r\n 'Freight': 93.63,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 10388,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-12-19T09:25:00.000Z',\r\n 'ShippedDate': '1996-12-20T10:25:00.000Z',\r\n 'Freight': 34.86,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10389,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1996-12-20T11:25:00.000Z',\r\n 'ShippedDate': '1996-12-24T12:25:00.000Z',\r\n 'Freight': 47.42,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10390,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-12-23T13:25:00.000Z',\r\n 'ShippedDate': '1996-12-26T14:25:00.000Z',\r\n 'Freight': 126.38,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10391,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1996-12-23T15:25:00.000Z',\r\n 'ShippedDate': '1996-12-31T16:25:00.000Z',\r\n 'Freight': 5.45,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10392,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1996-12-24T17:25:00.000Z',\r\n 'ShippedDate': '1997-01-01T18:25:00.000Z',\r\n 'Freight': 122.46,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10393,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-12-25T19:25:00.000Z',\r\n 'ShippedDate': '1997-01-03T20:25:00.000Z',\r\n 'Freight': 126.56,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10394,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1996-12-25T21:25:00.000Z',\r\n 'ShippedDate': '1997-01-03T22:25:00.000Z',\r\n 'Freight': 30.34,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10395,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1996-12-26T23:25:00.000Z',\r\n 'ShippedDate': '1997-01-03T00:25:00.000Z',\r\n 'Freight': 184.41,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10396,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-12-27T01:45:00.000Z',\r\n 'ShippedDate': '1997-01-06T02:45:00.000Z',\r\n 'Freight': 135.35,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10397,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1996-12-27T03:45:00.000Z',\r\n 'ShippedDate': '1997-01-02T04:45:00.000Z',\r\n 'Freight': 60.26,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10398,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-12-30T05:45:00.000Z',\r\n 'ShippedDate': '1997-01-09T06:45:00.000Z',\r\n 'Freight': 89.16,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10399,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1996-12-31T07:45:00.000Z',\r\n 'ShippedDate': '1997-01-08T08:45:00.000Z',\r\n 'Freight': 27.36,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10400,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-01-01T09:45:00.000Z',\r\n 'ShippedDate': '1997-01-16T10:45:00.000Z',\r\n 'Freight': 83.93,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10401,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-01-01T11:45:00.000Z',\r\n 'ShippedDate': '1997-01-10T12:45:00.000Z',\r\n 'Freight': 12.51,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10402,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-02T13:45:00.000Z',\r\n 'ShippedDate': '1997-01-10T14:45:00.000Z',\r\n 'Freight': 67.88,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10403,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-03T15:45:00.000Z',\r\n 'ShippedDate': '1997-01-09T16:45:00.000Z',\r\n 'Freight': 73.79,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10404,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-01-03T17:45:00.000Z',\r\n 'ShippedDate': '1997-01-08T18:45:00.000Z',\r\n 'Freight': 155.97,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10405,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-01-06T19:45:00.000Z',\r\n 'ShippedDate': '1997-01-22T20:45:00.000Z',\r\n 'Freight': 34.82,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10406,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-01-07T21:45:00.000Z',\r\n 'ShippedDate': '1997-01-13T22:45:00.000Z',\r\n 'Freight': 108.04,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10407,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-01-07T23:45:00.000Z',\r\n 'ShippedDate': '1997-01-30T01:55:00.000Z',\r\n 'Freight': 91.48,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10408,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-01-08T01:55:00.000Z',\r\n 'ShippedDate': '1997-01-14T01:55:00.000Z',\r\n 'Freight': 11.26,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10409,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1997-01-09T02:55:00.000Z',\r\n 'ShippedDate': '1997-01-14T03:55:00.000Z',\r\n 'Freight': 29.83,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10410,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-10T04:55:00.000Z',\r\n 'ShippedDate': '1997-01-15T05:55:00.000Z',\r\n 'Freight': 2.4,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10411,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-10T06:55:00.000Z',\r\n 'ShippedDate': '1997-01-21T07:55:00.000Z',\r\n 'Freight': 23.65,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10412,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-01-13T08:55:00.000Z',\r\n 'ShippedDate': '1997-01-15T09:55:00.000Z',\r\n 'Freight': 3.77,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10413,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-01-14T10:55:00.000Z',\r\n 'ShippedDate': '1997-01-16T11:55:00.000Z',\r\n 'Freight': 95.66,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10414,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-01-14T12:55:00.000Z',\r\n 'ShippedDate': '1997-01-17T13:55:00.000Z',\r\n 'Freight': 21.48,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10415,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-01-15T14:55:00.000Z',\r\n 'ShippedDate': '1997-01-24T15:55:00.000Z',\r\n 'Freight': 0.2,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10416,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-01-16T16:55:00.000Z',\r\n 'ShippedDate': '1997-01-27T17:55:00.000Z',\r\n 'Freight': 22.72,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10417,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-01-16T18:55:00.000Z',\r\n 'ShippedDate': '1997-01-28T19:55:00.000Z',\r\n 'Freight': 70.29,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10418,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-01-17T20:55:00.000Z',\r\n 'ShippedDate': '1997-01-24T21:55:00.000Z',\r\n 'Freight': 17.55,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10419,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-01-20T22:55:00.000Z',\r\n 'ShippedDate': '1997-01-30T23:55:00.000Z',\r\n 'Freight': 137.35,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10420,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-01-21T01:05:00.000Z',\r\n 'ShippedDate': '1997-01-27T012:05:00.000Z',\r\n 'Freight': 44.12,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10421,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-01-21T02:05:00.000Z',\r\n 'ShippedDate': '1997-01-27T03:05:00.000Z',\r\n 'Freight': 99.23,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10422,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-01-22T04:05:00.000Z',\r\n 'ShippedDate': '1997-01-31T05:05:00.000Z',\r\n 'Freight': 3.02,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10423,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-01-23T06:05:00.000Z',\r\n 'ShippedDate': '1997-02-24T07:05:00.000Z',\r\n 'Freight': 24.5,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10424,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-01-23T08:05:00.000Z',\r\n 'ShippedDate': '1997-01-27T09:05:00.000Z',\r\n 'Freight': 370.61,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10425,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-01-24T10:05:00.000Z',\r\n 'ShippedDate': '1997-02-14T11:05:00.000Z',\r\n 'Freight': 7.93,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10426,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1997-01-27T12:05:00.000Z',\r\n 'ShippedDate': '1997-02-06T13:05:00.000Z',\r\n 'Freight': 18.69,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10427,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-01-27T14:05:00.000Z',\r\n 'ShippedDate': '1997-03-03T15:05:00.000Z',\r\n 'Freight': 31.29,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10428,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-01-28T16:05:00.000Z',\r\n 'ShippedDate': '1997-02-04T17:05:00.000Z',\r\n 'Freight': 11.09,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10429,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-01-29T18:05:00.000Z',\r\n 'ShippedDate': '1997-02-07T19:05:00.000Z',\r\n 'Freight': 56.63,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10430,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-30T20:05:00.000Z',\r\n 'ShippedDate': '1997-02-03T21:05:00.000Z',\r\n 'Freight': 458.78,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10431,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-30T22:05:00.000Z',\r\n 'ShippedDate': '1997-02-07T23:05:00.000Z',\r\n 'Freight': 44.17,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10432,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1997-01-31T01:15:00.000Z',\r\n 'ShippedDate': '1997-02-07T02:15:00.000Z',\r\n 'Freight': 4.34,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10433,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1997-02-03T03:15:00.000Z',\r\n 'ShippedDate': '1997-03-04T04:15:00.000Z',\r\n 'Freight': 73.83,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10434,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-02-03T05:15:00.000Z',\r\n 'ShippedDate': '1997-02-13T06:15:00.000Z',\r\n 'Freight': 17.92,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10435,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1997-02-04T07:15:00.000Z',\r\n 'ShippedDate': '1997-02-07T08:15:00.000Z',\r\n 'Freight': 9.21,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10436,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-02-05T09:15:00.000Z',\r\n 'ShippedDate': '1997-02-11T10:15:00.000Z',\r\n 'Freight': 156.66,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10437,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-02-05T11:15:00.000Z',\r\n 'ShippedDate': '1997-02-12T12:15:00.000Z',\r\n 'Freight': 19.97,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10438,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-02-06T13:15:00.000Z',\r\n 'ShippedDate': '1997-02-14T14:15:00.000Z',\r\n 'Freight': 8.24,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10439,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-02-07T15:15:00.000Z',\r\n 'ShippedDate': '1997-02-10T16:15:00.000Z',\r\n 'Freight': 4.07,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10440,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-02-10T17:15:00.000Z',\r\n 'ShippedDate': '1997-02-28T18:15:00.000Z',\r\n 'Freight': 86.53,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10441,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-02-10T19:15:00.000Z',\r\n 'ShippedDate': '1997-03-14T20:15:00.000Z',\r\n 'Freight': 73.02,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10442,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-02-11T21:15:00.000Z',\r\n 'ShippedDate': '1997-02-18T22:15:00.000Z',\r\n 'Freight': 47.94,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10443,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-02-12T23:15:00.000Z',\r\n 'ShippedDate': '1997-02-14T00:25:00.000Z',\r\n 'Freight': 13.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10444,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-02-12T00:25:00.000Z',\r\n 'ShippedDate': '1997-02-21T01:25:00.000Z',\r\n 'Freight': 3.5,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10445,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-02-13T02:25:00.000Z',\r\n 'ShippedDate': '1997-02-20T03:00.00.000Z',\r\n 'Freight': 9.3,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10446,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-02-14T04:00.00.000Z',\r\n 'ShippedDate': '1997-02-19T05:00.00.000Z',\r\n 'Freight': 14.68,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10447,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-02-14T05:00.00.000Z',\r\n 'ShippedDate': '1997-03-07T06:25:00.000Z',\r\n 'Freight': 68.66,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10448,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1997-02-17T07:25:00.000Z',\r\n 'ShippedDate': '1997-02-24T08:25:00.000Z',\r\n 'Freight': 38.82,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10449,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-02-18T09:25:00.000Z',\r\n 'ShippedDate': '1997-02-27T10:25:00.000Z',\r\n 'Freight': 53.3,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10450,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-02-19T11:25:00.000Z',\r\n 'ShippedDate': '1997-03-11T12:25:00.000Z',\r\n 'Freight': 7.23,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10451,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-02-19T13:25:00.000Z',\r\n 'ShippedDate': '1997-03-12T14:25:00.000Z',\r\n 'Freight': 189.09,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10452,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-02-20T15:25:00.000Z',\r\n 'ShippedDate': '1997-02-26T16:25:00.000Z',\r\n 'Freight': 140.26,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10453,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-02-21T17:25:00.000Z',\r\n 'ShippedDate': '1997-02-26T18:25:00.000Z',\r\n 'Freight': 25.36,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10454,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-02-21T19:25:00.000Z',\r\n 'ShippedDate': '1997-02-25T20:25:00.000Z',\r\n 'Freight': 2.74,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10455,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-02-24T21:25:00.000Z',\r\n 'ShippedDate': '1997-03-03T22:25:00.000Z',\r\n 'Freight': 180.45,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10456,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-02-25T23:25:00.000Z',\r\n 'ShippedDate': '1997-02-28T01:25:00.000Z',\r\n 'Freight': 8.12,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10457,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-02-25T01:35:00.000Z',\r\n 'ShippedDate': '1997-03-03T02:35:00.000Z',\r\n 'Freight': 11.57,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10458,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-02-26T03:35:00.000Z',\r\n 'ShippedDate': '1997-03-04T04:35:00.000Z',\r\n 'Freight': 147.06,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10459,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-02-27T04:35:00.000Z',\r\n 'ShippedDate': '1997-02-28T04:35:00.000Z',\r\n 'Freight': 25.09,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10460,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-02-28T05:35:00.000Z',\r\n 'ShippedDate': '1997-03-03T06:35:00.000Z',\r\n 'Freight': 16.27,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10461,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-02-28T07:35:00.000Z',\r\n 'ShippedDate': '1997-03-05T08:35:00.000Z',\r\n 'Freight': 148.61,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10462,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1997-03-03T09:00.00.000Z',\r\n 'ShippedDate': '1997-03-18T10:00.00.000Z',\r\n 'Freight': 6.17,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10463,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-03-04T11:00.00.000Z',\r\n 'ShippedDate': '1997-03-06T12:00.00.000Z',\r\n 'Freight': 14.78,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10464,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-03-04T13:00.00.000Z',\r\n 'ShippedDate': '1997-03-14T14:00.00.000Z',\r\n 'Freight': 89,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10465,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-03-05T15:00.00.000Z',\r\n 'ShippedDate': '1997-03-14T16:00.00.000Z',\r\n 'Freight': 145.04,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10466,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1997-03-06T17:00.00.000Z',\r\n 'ShippedDate': '1997-03-13T18:00.00.000Z',\r\n 'Freight': 11.93,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10467,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-03-06T19:00.00.000Z',\r\n 'ShippedDate': '1997-03-11T20:00.00.000Z',\r\n 'Freight': 4.93,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10468,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-03-07T21:00.00.000Z',\r\n 'ShippedDate': '1997-03-12T22:00.00.000Z',\r\n 'Freight': 44.12,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10469,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-03-10T23:00.00.000Z',\r\n 'ShippedDate': '1997-03-14T01:00.00.000Z',\r\n 'Freight': 60.18,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10470,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-03-11T02:00.00.000Z',\r\n 'ShippedDate': '1997-03-14T03:00.00.000Z',\r\n 'Freight': 64.56,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10471,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-03-11T04:00.00.000Z',\r\n 'ShippedDate': '1997-03-18T05:00.00.000Z',\r\n 'Freight': 45.59,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10472,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-03-12T06:00.00.000Z',\r\n 'ShippedDate': '1997-03-19T07:00.00.000Z',\r\n 'Freight': 4.2,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10473,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-03-13T08:00.00.000Z',\r\n 'ShippedDate': '1997-03-21T09:00.00.000Z',\r\n 'Freight': 16.37,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10474,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1997-03-13T10:00.00.000Z',\r\n 'ShippedDate': '1997-03-21T11:00.00.000Z',\r\n 'Freight': 83.49,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10475,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-03-14T12:00.00.000Z',\r\n 'ShippedDate': '1997-04-04T13:00.00.000Z',\r\n 'Freight': 68.52,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10476,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-17T14:00.00.000Z',\r\n 'ShippedDate': '1997-03-24T15:00.00.000Z',\r\n 'Freight': 4.41,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10477,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1997-03-17T16:00.00.000Z',\r\n 'ShippedDate': '1997-03-25T17:00.00.000Z',\r\n 'Freight': 13.02,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10478,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-03-18T18:00.00.000Z',\r\n 'ShippedDate': '1997-03-26T19:00.00.000Z',\r\n 'Freight': 4.81,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10479,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-03-19T20:00.00.000Z',\r\n 'ShippedDate': '1997-03-21T21:00.00.000Z',\r\n 'Freight': 708.95,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10480,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-03-20T22:00.00.000Z',\r\n 'ShippedDate': '1997-03-24T23:00.00.000Z',\r\n 'Freight': 1.35,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10481,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-03-20T01:00.00.000Z',\r\n 'ShippedDate': '1997-03-25T02:00.00.000Z',\r\n 'Freight': 64.33,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10482,\r\n 'CustomerID': 'LAZYK',\r\n 'OrderDate': '1997-03-21T03:00.00.000Z',\r\n 'ShippedDate': '1997-04-10T04:00.00.000Z',\r\n 'Freight': 7.48,\r\n 'ShipName': 'Lazy K Kountry Store',\r\n 'ShipAddress': '12 Orchestra Terrace',\r\n 'ShipCity': 'Walla Walla',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10483,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-03-24T05:00.00.000Z',\r\n 'ShippedDate': '1997-04-25T06:00.00.000Z',\r\n 'Freight': 15.28,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10484,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-03-24T07:00.00.000Z',\r\n 'ShippedDate': '1997-04-01T08:00.00.000Z',\r\n 'Freight': 6.88,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10485,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-03-25T09:00.00.000Z',\r\n 'ShippedDate': '1997-03-31T10:00.00.000Z',\r\n 'Freight': 64.45,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10486,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-26T11:00.00.000Z',\r\n 'ShippedDate': '1997-04-02T12:00.00.000Z',\r\n 'Freight': 30.53,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10487,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-03-26T13:00.00.000Z',\r\n 'ShippedDate': '1997-03-28T14:00.00.000Z',\r\n 'Freight': 71.07,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10488,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-03-27T15:00.00.000Z',\r\n 'ShippedDate': '1997-04-02T16:00.00.000Z',\r\n 'Freight': 4.93,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10489,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-03-28T17:00.00.000Z',\r\n 'ShippedDate': '1997-04-09T18:00.00.000Z',\r\n 'Freight': 5.29,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10490,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-31T19:00.00.000Z',\r\n 'ShippedDate': '1997-04-03T20:00.00.000Z',\r\n 'Freight': 210.19,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10491,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-03-31T21:00.00.000Z',\r\n 'ShippedDate': '1997-04-08T22:00.00.000Z',\r\n 'Freight': 16.96,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10492,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-04-01T23:00.00.000Z',\r\n 'ShippedDate': '1997-04-11T01:00.00.000Z',\r\n 'Freight': 62.89,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10493,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-04-02T02:00.00.000Z',\r\n 'ShippedDate': '1997-04-10T03:00.00.000Z',\r\n 'Freight': 10.64,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10494,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1997-04-02T04:00.00.000Z',\r\n 'ShippedDate': '1997-04-09T05:00.00.000Z',\r\n 'Freight': 65.99,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10495,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1997-04-03T06:00.00.000Z',\r\n 'ShippedDate': '1997-04-11T07:00.00.000Z',\r\n 'Freight': 4.65,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10496,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1997-04-04T08:00.00.000Z',\r\n 'ShippedDate': '1997-04-07T09:00.00.000Z',\r\n 'Freight': 46.77,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10497,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-04-04T10:00.00.000Z',\r\n 'ShippedDate': '1997-04-07T11:00.00.000Z',\r\n 'Freight': 36.21,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10498,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-04-07T12:00.00.000Z',\r\n 'ShippedDate': '1997-04-11T13:00.00.000Z',\r\n 'Freight': 29.75,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10499,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-04-08T14:00.00.000Z',\r\n 'ShippedDate': '1997-04-16T15:00.00.000Z',\r\n 'Freight': 102.02,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10500,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-04-09T16:00.00.000Z',\r\n 'ShippedDate': '1997-04-17T17:00.00.000Z',\r\n 'Freight': 42.68,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10501,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-04-09T18:00.00.000Z',\r\n 'ShippedDate': '1997-04-16T19:00.00.000Z',\r\n 'Freight': 8.85,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10502,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1997-04-10T20:00.00.000Z',\r\n 'ShippedDate': '1997-04-29T21:00.00.000Z',\r\n 'Freight': 69.32,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10503,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-04-11T22:00.00.000Z',\r\n 'ShippedDate': '1997-04-16T23:00.00.000Z',\r\n 'Freight': 16.74,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10504,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-04-11T01:00.00.000Z',\r\n 'ShippedDate': '1997-04-18T02:00.00.000Z',\r\n 'Freight': 59.13,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10505,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-04-14T03:00.00.000Z',\r\n 'ShippedDate': '1997-04-21T04:00.00.000Z',\r\n 'Freight': 7.13,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10506,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-04-15T05:05:00.000Z',\r\n 'ShippedDate': '1997-05-02T06:05:00.000Z',\r\n 'Freight': 21.19,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10507,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-04-15T07:05:00.000Z',\r\n 'ShippedDate': '1997-04-22T08:05:00.000Z',\r\n 'Freight': 47.45,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10508,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-04-16T09:05:00.000Z',\r\n 'ShippedDate': '1997-05-13T10:05:00.000Z',\r\n 'Freight': 4.99,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10509,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-04-17T11:05:00.000Z',\r\n 'ShippedDate': '1997-04-29T12:05:00.000Z',\r\n 'Freight': 0.15,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10510,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-04-18T13:05:00.000Z',\r\n 'ShippedDate': '1997-04-28T14:05:00.000Z',\r\n 'Freight': 367.63,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10511,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-04-18T15:05:00.000Z',\r\n 'ShippedDate': '1997-04-21T01:05:00.000Z',\r\n 'Freight': 350.64,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10512,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-04-21T02:05:00.000Z',\r\n 'ShippedDate': '1997-04-24T03:05:00.000Z',\r\n 'Freight': 3.53,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10513,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-04-22T04:05:00.000Z',\r\n 'ShippedDate': '1997-04-28T05:05:00.000Z',\r\n 'Freight': 105.65,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10514,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-04-22T05:05:00.000Z',\r\n 'ShippedDate': '1997-05-16T07:05:00.000Z',\r\n 'Freight': 789.95,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10515,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-04-23T08:05:00.000Z',\r\n 'ShippedDate': '1997-05-23T09:05:00.000Z',\r\n 'Freight': 204.47,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10516,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-04-24T10:05:00.000Z',\r\n 'ShippedDate': '1997-05-01T11:05:00.000Z',\r\n 'Freight': 62.78,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10517,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1997-04-24T12:05:00.000Z',\r\n 'ShippedDate': '1997-04-29T13:05:00.000Z',\r\n 'Freight': 32.07,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10518,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-04-25T14:05:00.000Z',\r\n 'ShippedDate': '1997-05-05T15:05:00.000Z',\r\n 'Freight': 218.15,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10519,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-04-28T16:05:00.000Z',\r\n 'ShippedDate': '1997-05-01T17:05:00.000Z',\r\n 'Freight': 91.76,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10520,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1997-04-29T18:05:00.000Z',\r\n 'ShippedDate': '1997-05-01T19:05:00.000Z',\r\n 'Freight': 13.37,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 10521,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1997-04-29T20:05:00.000Z',\r\n 'ShippedDate': '1997-05-02T21:05:00.000Z',\r\n 'Freight': 17.22,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10522,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-04-30T22:05:00.000Z',\r\n 'ShippedDate': '1997-05-06T23:05:00.000Z',\r\n 'Freight': 45.33,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10523,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-05-01T01:10:00.000Z',\r\n 'ShippedDate': '1997-05-30T02:10:00.000Z',\r\n 'Freight': 77.63,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10524,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-05-01T03:10:00.000Z',\r\n 'ShippedDate': '1997-05-07T04:10:00.000Z',\r\n 'Freight': 244.79,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10525,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-05-02T05:10:00.000Z',\r\n 'ShippedDate': '1997-05-23T06:10:00.000Z',\r\n 'Freight': 11.06,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10526,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-05-05T07:10:00.000Z',\r\n 'ShippedDate': '1997-05-15T08:10:00.000Z',\r\n 'Freight': 58.59,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10527,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-05T09:10:00.000Z',\r\n 'ShippedDate': '1997-05-07T10:10:00.000Z',\r\n 'Freight': 41.9,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10528,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-05-06T11:10:00.000Z',\r\n 'ShippedDate': '1997-05-09T12:10:00.000Z',\r\n 'Freight': 3.35,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10529,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-05-07T13:10:00.000Z',\r\n 'ShippedDate': '1997-05-09T14:10:00.000Z',\r\n 'Freight': 66.69,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10530,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-05-08T15:10:00.000Z',\r\n 'ShippedDate': '1997-05-12T16:10:00.000Z',\r\n 'Freight': 339.22,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10531,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1997-05-08T17:10:00.000Z',\r\n 'ShippedDate': '1997-05-19T18:10:00.000Z',\r\n 'Freight': 8.12,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10532,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-05-09T19:10:00.000Z',\r\n 'ShippedDate': '1997-05-12T20:10:00.000Z',\r\n 'Freight': 74.46,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10533,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-05-12T21:10:00.000Z',\r\n 'ShippedDate': '1997-05-22T22:10:00.000Z',\r\n 'Freight': 188.04,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10534,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-05-12T23:10:00.000Z',\r\n 'ShippedDate': '1997-05-14T01:15:00.000Z',\r\n 'Freight': 27.94,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10535,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-05-13T02:15:00.000Z',\r\n 'ShippedDate': '1997-05-21T03:15:00.000Z',\r\n 'Freight': 15.64,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10536,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-05-14T04:15:00.000Z',\r\n 'ShippedDate': '1997-06-06T05:15:00.000Z',\r\n 'Freight': 58.88,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10537,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-05-14T06:15:00.000Z',\r\n 'ShippedDate': '1997-05-19T07:15:00.000Z',\r\n 'Freight': 78.85,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10538,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-05-15T08:15:00.000Z',\r\n 'ShippedDate': '1997-05-16T09:15:00.000Z',\r\n 'Freight': 4.87,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10539,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-05-16T10:15:00.000Z',\r\n 'ShippedDate': '1997-05-23T11:15:00.000Z',\r\n 'Freight': 12.36,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10540,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-19T12:15:00.000Z',\r\n 'ShippedDate': '1997-06-13T13:15:00.000Z',\r\n 'Freight': 1007.64,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10541,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-05-19T14:15:00.000Z',\r\n 'ShippedDate': '1997-05-29T15:15:00.000Z',\r\n 'Freight': 68.65,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10542,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-05-20T16:15:00.000Z',\r\n 'ShippedDate': '1997-05-26T17:15:00.000Z',\r\n 'Freight': 10.95,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10543,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-05-21T18:15:00.000Z',\r\n 'ShippedDate': '1997-05-23T19:15:00.000Z',\r\n 'Freight': 48.17,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10544,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-05-21T20:15:00.000Z',\r\n 'ShippedDate': '1997-05-30T21:15:00.000Z',\r\n 'Freight': 24.91,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10545,\r\n 'CustomerID': 'LAZYK',\r\n 'OrderDate': '1997-05-22T23:15:00.000Z',\r\n 'ShippedDate': '1997-06-26T01:20:00.000Z',\r\n 'Freight': 11.92,\r\n 'ShipName': 'Lazy K Kountry Store',\r\n 'ShipAddress': '12 Orchestra Terrace',\r\n 'ShipCity': 'Walla Walla',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10546,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-05-23T02:20:00.000Z',\r\n 'ShippedDate': '1997-05-27T03:20:00.000Z',\r\n 'Freight': 194.72,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10547,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-05-23T04:20:00.000Z',\r\n 'ShippedDate': '1997-06-02T05:20:00.000Z',\r\n 'Freight': 178.43,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10548,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-05-26T06:20:00.000Z',\r\n 'ShippedDate': '1997-06-02T07:20:00.000Z',\r\n 'Freight': 1.43,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10549,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-27T08:20:00.000Z',\r\n 'ShippedDate': '1997-05-30T09:20:00.000Z',\r\n 'Freight': 171.24,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10550,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1997-05-28T10:20:00.000Z',\r\n 'ShippedDate': '1997-06-06T11:20:00.000Z',\r\n 'Freight': 4.32,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10551,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-05-28T12:20:00.000Z',\r\n 'ShippedDate': '1997-06-06T13:20:00.000Z',\r\n 'Freight': 72.95,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10552,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-05-29T14:20:00.000Z',\r\n 'ShippedDate': '1997-06-05T15:20:00.000Z',\r\n 'Freight': 83.22,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10553,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-05-30T16:20:00.000Z',\r\n 'ShippedDate': '1997-06-03T17:20:00.000Z',\r\n 'Freight': 149.49,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10554,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-05-30T18:20:00.000Z',\r\n 'ShippedDate': '1997-06-05T19:20:00.000Z',\r\n 'Freight': 120.97,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10555,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-06-02T20:20:00.000Z',\r\n 'ShippedDate': '1997-06-04T21:20:00.000Z',\r\n 'Freight': 252.49,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10556,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-06-03T22:20:00.000Z',\r\n 'ShippedDate': '1997-06-13T23:20:00.000Z',\r\n 'Freight': 9.8,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10557,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-06-03T01:25:00.000Z',\r\n 'ShippedDate': '1997-06-06T02:25:00.000Z',\r\n 'Freight': 96.72,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10558,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-06-04T03:25:00.000Z',\r\n 'ShippedDate': '1997-06-10T04:25:00.000Z',\r\n 'Freight': 72.97,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10559,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-05T05:25:00.000Z',\r\n 'ShippedDate': '1997-06-13T06:25:00.000Z',\r\n 'Freight': 8.05,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10560,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-06-06T07:25:00.000Z',\r\n 'ShippedDate': '1997-06-09T08:25:00.000Z',\r\n 'Freight': 36.65,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10561,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-06-06T09:25:00.000Z',\r\n 'ShippedDate': '1997-06-09T10:25:00.000Z',\r\n 'Freight': 242.21,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10562,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-06-09T11:25:00.000Z',\r\n 'ShippedDate': '1997-06-12T12:25:00.000Z',\r\n 'Freight': 22.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10563,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-06-10T13:25:00.000Z',\r\n 'ShippedDate': '1997-06-24T14:25:00.000Z',\r\n 'Freight': 60.43,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10564,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-06-10T15:25:00.000Z',\r\n 'ShippedDate': '1997-06-16T16:25:00.000Z',\r\n 'Freight': 13.75,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10565,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-06-11T17:25:00.000Z',\r\n 'ShippedDate': '1997-06-18T18:25:00.000Z',\r\n 'Freight': 7.15,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10566,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-12T01:10:00.000Z',\r\n 'ShippedDate': '1997-06-18T02:10:00.000Z',\r\n 'Freight': 88.4,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10567,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-06-12T03:10:00.000Z',\r\n 'ShippedDate': '1997-06-17T03:10:00.000Z',\r\n 'Freight': 33.97,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10568,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1997-06-13T04:10:00.000Z',\r\n 'ShippedDate': '1997-07-09T05:10:00.000Z',\r\n 'Freight': 6.54,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10569,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-06-16T06:10:00.000Z',\r\n 'ShippedDate': '1997-07-11T07:10:00.000Z',\r\n 'Freight': 58.98,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10570,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-06-17T08:10:00.000Z',\r\n 'ShippedDate': '1997-06-19T09:10:00.000Z',\r\n 'Freight': 188.99,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10571,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-06-17T10:10:00.000Z',\r\n 'ShippedDate': '1997-07-04T11:10:00.000Z',\r\n 'Freight': 26.06,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10572,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-06-18T12:10:00.000Z',\r\n 'ShippedDate': '1997-06-25T13:10:00.000Z',\r\n 'Freight': 116.43,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10573,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-06-19T14:10:00.000Z',\r\n 'ShippedDate': '1997-06-20T15:10:00.000Z',\r\n 'Freight': 84.84,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10574,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1997-06-19T16:10:00.000Z',\r\n 'ShippedDate': '1997-06-30T17:10:00.000Z',\r\n 'Freight': 37.6,\r\n 'ShipName': 'Trail\\'s Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10575,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-06-20T18:10:00.000Z',\r\n 'ShippedDate': '1997-06-30T19:10:00.000Z',\r\n 'Freight': 127.34,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10576,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-06-23T20:10:00.000Z',\r\n 'ShippedDate': '1997-06-30T21:10:00.000Z',\r\n 'Freight': 18.56,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10577,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1997-06-23T22:10:00.000Z',\r\n 'ShippedDate': '1997-06-30T23:10:00.000Z',\r\n 'Freight': 25.41,\r\n 'ShipName': 'Trail\\'s Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10578,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-06-24T23:10:00.000Z',\r\n 'ShippedDate': '1997-07-25T01:15:00.000Z',\r\n 'Freight': 29.6,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10579,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-06-25T01:30:00.000Z',\r\n 'ShippedDate': '1997-07-04T02:30:00.000Z',\r\n 'Freight': 13.73,\r\n 'ShipName': 'Let\\'s Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10580,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-06-26T03:30:00.000Z',\r\n 'ShippedDate': '1997-07-01T04:30:00.000Z',\r\n 'Freight': 75.89,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10581,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-06-26T05:30:00.000Z',\r\n 'ShippedDate': '1997-07-02T06:30:00.000Z',\r\n 'Freight': 3.01,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10582,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-06-27T07:30:00.000Z',\r\n 'ShippedDate': '1997-07-14T08:30:00.000Z',\r\n 'Freight': 27.71,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10583,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-06-30T08:30:00.000Z',\r\n 'ShippedDate': '1997-07-04T09:30:00.000Z',\r\n 'Freight': 7.28,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10584,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-30T10:30:00.000Z',\r\n 'ShippedDate': '1997-07-04T11:30:00.000Z',\r\n 'Freight': 59.14,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10585,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-07-01T12:30:00.000Z',\r\n 'ShippedDate': '1997-07-10T13:30:00.000Z',\r\n 'Freight': 13.41,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10586,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-07-02T14:30:00.000Z',\r\n 'ShippedDate': '1997-07-09T15:30:00.000Z',\r\n 'Freight': 0.48,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10587,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-07-02T16:30:00.000Z',\r\n 'ShippedDate': '1997-07-09T17:30:00.000Z',\r\n 'Freight': 62.52,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10588,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-07-03T18:30:00.000Z',\r\n 'ShippedDate': '1997-07-10T19:30:00.000Z',\r\n 'Freight': 194.67,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10589,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-04T20:30:00.000Z',\r\n 'ShippedDate': '1997-07-14T21:30:00.000Z',\r\n 'Freight': 4.42,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10590,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-07-07T22:30:00.000Z',\r\n 'ShippedDate': '1997-07-14T23:30:00.000Z',\r\n 'Freight': 44.77,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10591,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-07-07T22:30:00.000Z',\r\n 'ShippedDate': '1997-07-16T01:40:00.000Z',\r\n 'Freight': 55.92,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10592,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-07-08T02:40:00.000Z',\r\n 'ShippedDate': '1997-07-16T03:40:00.000Z',\r\n 'Freight': 32.1,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10593,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-07-09T04:40:00.000Z',\r\n 'ShippedDate': '1997-08-13T05:40:00.000Z',\r\n 'Freight': 174.2,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10594,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-07-09T06:40:00.000Z',\r\n 'ShippedDate': '1997-07-16T07:40:00.000Z',\r\n 'Freight': 5.24,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10595,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-07-10T08:40:00.000Z',\r\n 'ShippedDate': '1997-07-14T09:40:00.000Z',\r\n 'Freight': 96.78,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10596,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-07-11T10:40:00.000Z',\r\n 'ShippedDate': '1997-08-12T11:40:00.000Z',\r\n 'Freight': 16.34,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10597,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-07-11T12:40:00.000Z',\r\n 'ShippedDate': '1997-07-18T13:40:00.000Z',\r\n 'Freight': 35.12,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10598,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-07-14T14:40:00.000Z',\r\n 'ShippedDate': '1997-07-18T15:40:00.000Z',\r\n 'Freight': 44.42,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10599,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-07-15T16:40:00.000Z',\r\n 'ShippedDate': '1997-07-21T17:40:00.000Z',\r\n 'Freight': 29.98,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10600,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-07-16T18:40:00.000Z',\r\n 'ShippedDate': '1997-07-21T19:40:00.000Z',\r\n 'Freight': 45.13,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10601,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-07-16T20:40:00.000Z',\r\n 'ShippedDate': '1997-07-22T21:40:00.000Z',\r\n 'Freight': 58.3,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10602,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-07-17T22:40:00.000Z',\r\n 'ShippedDate': '1997-07-22T23:40:00.000Z',\r\n 'Freight': 2.92,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10603,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-18T01:25:00.000Z',\r\n 'ShippedDate': '1997-08-08T02:25:00.000Z',\r\n 'Freight': 48.77,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10604,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-07-18T03:25:00.000Z',\r\n 'ShippedDate': '1997-07-29T03:25:00.000Z',\r\n 'Freight': 7.46,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10605,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-07-21T04:25:00.000Z',\r\n 'ShippedDate': '1997-07-29T05:25:00.000Z',\r\n 'Freight': 379.13,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10606,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1997-07-22T06:25:00.000Z',\r\n 'ShippedDate': '1997-07-31T07:25:00.000Z',\r\n 'Freight': 79.4,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10607,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-22T08:25:00.000Z',\r\n 'ShippedDate': '1997-07-25T09:25:00.000Z',\r\n 'Freight': 200.24,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10608,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-07-23T10:25:00.000Z',\r\n 'ShippedDate': '1997-08-01T11:25:00.000Z',\r\n 'Freight': 27.79,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10609,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1997-07-24T12:25:00.000Z',\r\n 'ShippedDate': '1997-07-30T13:25:00.000Z',\r\n 'Freight': 1.85,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10610,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-07-25T14:25:00.000Z',\r\n 'ShippedDate': '1997-08-06T15:25:00.000Z',\r\n 'Freight': 26.78,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10611,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1997-07-25T16:25:00.000Z',\r\n 'ShippedDate': '1997-08-01T17:25:00.000Z',\r\n 'Freight': 80.65,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10612,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-28T18:25:00.000Z',\r\n 'ShippedDate': '1997-08-01T19:25:00.000Z',\r\n 'Freight': 544.08,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10613,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-07-29T20:25:00.000Z',\r\n 'ShippedDate': '1997-08-01T21:25:00.000Z',\r\n 'Freight': 8.11,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10614,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-07-29T22:25:00.000Z',\r\n 'ShippedDate': '1997-08-01T23:25:00.000Z',\r\n 'Freight': 1.93,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10615,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-07-30T01:35:00.000Z',\r\n 'ShippedDate': '1997-08-06T02:35:00.000Z',\r\n 'Freight': 0.75,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10616,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-31T03:35:00.000Z',\r\n 'ShippedDate': '1997-08-05T04:35:00.000Z',\r\n 'Freight': 116.53,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10617,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-31T05:35:00.000Z',\r\n 'ShippedDate': '1997-08-04T06:35:00.000Z',\r\n 'Freight': 18.53,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10618,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-08-01T07:35:00.000Z',\r\n 'ShippedDate': '1997-08-08T08:35:00.000Z',\r\n 'Freight': 154.68,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10619,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-08-04T09:35:00.000Z',\r\n 'ShippedDate': '1997-08-07T10:35:00.000Z',\r\n 'Freight': 91.05,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10620,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1997-08-05T11:35:00.000Z',\r\n 'ShippedDate': '1997-08-14T12:35:00.000Z',\r\n 'Freight': 0.94,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10621,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-08-05T13:35:00.000Z',\r\n 'ShippedDate': '1997-08-11T14:35:00.000Z',\r\n 'Freight': 23.73,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10622,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-08-06T15:35:00.000Z',\r\n 'ShippedDate': '1997-08-11T16:35:00.000Z',\r\n 'Freight': 50.97,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10623,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-08-07T17:35:00.000Z',\r\n 'ShippedDate': '1997-08-12T18:35:00.000Z',\r\n 'Freight': 97.18,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10624,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1997-08-07T19:35:00.000Z',\r\n 'ShippedDate': '1997-08-19T20:35:00.000Z',\r\n 'Freight': 94.8,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10625,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1997-08-08T21:35:00.000Z',\r\n 'ShippedDate': '1997-08-14T22:35:00.000Z',\r\n 'Freight': 43.9,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10626,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-08-11T23:35:00.000Z',\r\n 'ShippedDate': '1997-08-20T01:50:00.000Z',\r\n 'Freight': 138.69,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10627,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-08-11T02:50:00.000Z',\r\n 'ShippedDate': '1997-08-21T03:50:00.000Z',\r\n 'Freight': 107.46,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10628,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-08-12T04:50:00.000Z',\r\n 'ShippedDate': '1997-08-20T05:50:00.000Z',\r\n 'Freight': 30.36,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10629,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1997-08-12T06:50:00.000Z',\r\n 'ShippedDate': '1997-08-20T07:50:00.000Z',\r\n 'Freight': 85.46,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10630,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-08-13T08:50:00.000Z',\r\n 'ShippedDate': '1997-08-19T09:50:00.000Z',\r\n 'Freight': 32.35,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10631,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-08-14T10:50:00.000Z',\r\n 'ShippedDate': '1997-08-15T11:50:00.000Z',\r\n 'Freight': 0.87,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10632,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-08-14T12:50:00.000Z',\r\n 'ShippedDate': '1997-08-19T13:50:00.000Z',\r\n 'Freight': 41.38,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10633,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-08-15T14:50:00.000Z',\r\n 'ShippedDate': '1997-08-18T15:50:00.000Z',\r\n 'Freight': 477.9,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10634,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-08-15T16:50:00.000Z',\r\n 'ShippedDate': '1997-08-21T17:50:00.000Z',\r\n 'Freight': 487.38,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10635,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-08-18T18:50:00.000Z',\r\n 'ShippedDate': '1997-08-21T19:50:00.000Z',\r\n 'Freight': 47.46,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10636,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-08-19T20:50:00.000Z',\r\n 'ShippedDate': '1997-08-26T21:50:00.000Z',\r\n 'Freight': 1.15,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10637,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-08-19T22:50:00.000Z',\r\n 'ShippedDate': '1997-08-26T23:50:00.000Z',\r\n 'Freight': 201.29,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10638,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-08-20T14:50:00.000Z',\r\n 'ShippedDate': '1997-09-01T15:50:00.000Z',\r\n 'Freight': 158.44,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10639,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1997-08-20T16:50:00.000Z',\r\n 'ShippedDate': '1997-08-27T17:50:00.000Z',\r\n 'Freight': 38.64,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 10640,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-08-21T18:50:00.000Z',\r\n 'ShippedDate': '1997-08-28T19:50:00.000Z',\r\n 'Freight': 23.55,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10641,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-08-22T01:55:00.000Z',\r\n 'ShippedDate': '1997-08-26T02:55:00.000Z',\r\n 'Freight': 179.61,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10642,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-08-22T03:55:00.000Z',\r\n 'ShippedDate': '1997-09-05T04:55:00.000Z',\r\n 'Freight': 41.89,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10643,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-08-25T05:55:00.000Z',\r\n 'ShippedDate': '1997-09-02T06:55:00.000Z',\r\n 'Freight': 29.46,\r\n 'ShipName': 'Alfreds Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10644,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-08-25T07:55:00.000Z',\r\n 'ShippedDate': '1997-09-01T08:55:00.000Z',\r\n 'Freight': 0.14,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10645,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-08-26T09:55:00.000Z',\r\n 'ShippedDate': '1997-09-02T10:55:00.000Z',\r\n 'Freight': 12.41,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10646,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-08-27T11:55:00.000Z',\r\n 'ShippedDate': '1997-09-03T12:55:00.000Z',\r\n 'Freight': 142.33,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10647,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-08-27T13:55:00.000Z',\r\n 'ShippedDate': '1997-09-03T14:55:00.000Z',\r\n 'Freight': 45.54,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10648,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-08-28T15:55:00.000Z',\r\n 'ShippedDate': '1997-09-09T16:55:00.000Z',\r\n 'Freight': 14.25,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10649,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-08-28T17:55:00.000Z',\r\n 'ShippedDate': '1997-08-29T18:55:00.000Z',\r\n 'Freight': 6.2,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10650,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-08-29T19:55:00.000Z',\r\n 'ShippedDate': '1997-09-03T20:55:00.000Z',\r\n 'Freight': 176.81,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10651,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-09-01T21:55:00.000Z',\r\n 'ShippedDate': '1997-09-11T22:55:00.000Z',\r\n 'Freight': 20.6,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10652,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-09-01T23:55:00.000Z',\r\n 'ShippedDate': '1997-09-08T01:15:00.000Z',\r\n 'Freight': 7.14,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10653,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-02T02:15:00.000Z',\r\n 'ShippedDate': '1997-09-19T03:15:00.000Z',\r\n 'Freight': 93.25,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10654,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-09-02T04:15:00.000Z',\r\n 'ShippedDate': '1997-09-11T05:15:00.000Z',\r\n 'Freight': 55.26,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10655,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-09-03T06:15:00.000Z',\r\n 'ShippedDate': '1997-09-11T07:15:00.000Z',\r\n 'Freight': 4.41,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10656,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-09-04T08:15:00.000Z',\r\n 'ShippedDate': '1997-09-10T09:15:00.000Z',\r\n 'Freight': 57.15,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10657,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-09-04T10:15:00.000Z',\r\n 'ShippedDate': '1997-09-15T11:15:00.000Z',\r\n 'Freight': 352.69,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10658,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-09-05T12:15:00.000Z',\r\n 'ShippedDate': '1997-09-08T13:15:00.000Z',\r\n 'Freight': 364.15,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10659,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-09-05T14:15:00.000Z',\r\n 'ShippedDate': '1997-09-10T15:15:00.000Z',\r\n 'Freight': 105.81,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10660,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-09-08T16:15:00.000Z',\r\n 'ShippedDate': '1997-10-15T17:15:00.000Z',\r\n 'Freight': 111.29,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10661,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-09-09T18:15:00.000Z',\r\n 'ShippedDate': '1997-09-15T19:15:00.000Z',\r\n 'Freight': 17.55,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10662,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-09-09T20:15:00.000Z',\r\n 'ShippedDate': '1997-09-18T21:15:00.000Z',\r\n 'Freight': 1.28,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10663,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-09-10T22:15:00.000Z',\r\n 'ShippedDate': '1997-10-03T23:15:00.000Z',\r\n 'Freight': 113.15,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10664,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-09-10T01:45:00.000Z',\r\n 'ShippedDate': '1997-09-19T02:45:00.000Z',\r\n 'Freight': 1.27,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10665,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-09-11T03:45:00.000Z',\r\n 'ShippedDate': '1997-09-17T04:45:00.000Z',\r\n 'Freight': 26.31,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10666,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-09-12T05:45:00.000Z',\r\n 'ShippedDate': '1997-09-22T06:45:00.000Z',\r\n 'Freight': 232.42,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10667,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-09-12T07:45:00.000Z',\r\n 'ShippedDate': '1997-09-19T08:45:00.000Z',\r\n 'Freight': 78.09,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10668,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-09-15T09:45:00.000Z',\r\n 'ShippedDate': '1997-09-23T10:45:00.000Z',\r\n 'Freight': 47.22,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10669,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-09-15T11:45:00.000Z',\r\n 'ShippedDate': '1997-09-22T12:45:00.000Z',\r\n 'Freight': 24.39,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10670,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-16T13:45:00.000Z',\r\n 'ShippedDate': '1997-09-18T14:45:00.000Z',\r\n 'Freight': 203.48,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10671,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1997-09-17T15:45:00.000Z',\r\n 'ShippedDate': '1997-09-24T16:45:00.000Z',\r\n 'Freight': 30.34,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10672,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-09-17T17:45:00.000Z',\r\n 'ShippedDate': '1997-09-26T18:45:00.000Z',\r\n 'Freight': 95.75,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10673,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-09-18T19:45:00.000Z',\r\n 'ShippedDate': '1997-09-19T20:45:00.000Z',\r\n 'Freight': 22.76,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10674,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-09-18T21:45:00.000Z',\r\n 'ShippedDate': '1997-09-30T22:45:00.000Z',\r\n 'Freight': 0.9,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10675,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-19T23:45:00.000Z',\r\n 'ShippedDate': '1997-09-23T01:50:00.000Z',\r\n 'Freight': 31.85,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10676,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-09-22T02:50:00.000Z',\r\n 'ShippedDate': '1997-09-29T03:50:00.000Z',\r\n 'Freight': 2.01,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10677,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-09-22T04:50:00.000Z',\r\n 'ShippedDate': '1997-09-26T05:50:00.000Z',\r\n 'Freight': 4.03,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10678,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-09-23T06:50:00.000Z',\r\n 'ShippedDate': '1997-10-16T07:50:00.000Z',\r\n 'Freight': 388.98,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10679,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-09-23T08:50:00.000Z',\r\n 'ShippedDate': '1997-09-30T09:50:00.000Z',\r\n 'Freight': 27.94,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10680,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-09-24T10:50:00.000Z',\r\n 'ShippedDate': '1997-09-26T11:50:00.000Z',\r\n 'Freight': 26.61,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10681,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-09-25T12:50:00.000Z',\r\n 'ShippedDate': '1997-09-30T13:50:00.000Z',\r\n 'Freight': 76.13,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10682,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-09-25T14:50:00.000Z',\r\n 'ShippedDate': '1997-10-01T15:50:00.000Z',\r\n 'Freight': 36.13,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10683,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1997-09-26T16:50:00.000Z',\r\n 'ShippedDate': '1997-10-01T17:50:00.000Z',\r\n 'Freight': 4.4,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10684,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-09-26T18:50:00.000Z',\r\n 'ShippedDate': '1997-09-30T19:50:00.000Z',\r\n 'Freight': 145.63,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10685,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-09-29T20:50:00.000Z',\r\n 'ShippedDate': '1997-10-03T21:50:00.000Z',\r\n 'Freight': 33.75,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10686,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-09-30T22:50:00.000Z',\r\n 'ShippedDate': '1997-10-08T23:50:00.000Z',\r\n 'Freight': 96.5,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10687,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-09-30T01:15:00.000Z',\r\n 'ShippedDate': '1997-10-30T02:15:00.000Z',\r\n 'Freight': 296.43,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10688,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-10-01T03:15:00.000Z',\r\n 'ShippedDate': '1997-10-07T04:15:00.000Z',\r\n 'Freight': 299.09,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10689,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-10-01T05:15:00.000Z',\r\n 'ShippedDate': '1997-10-07T06:15:00.000Z',\r\n 'Freight': 13.42,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10690,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-10-02T07:15:00.000Z',\r\n 'ShippedDate': '1997-10-03T08:15:00.000Z',\r\n 'Freight': 15.8,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10691,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-03T09:15:00.000Z',\r\n 'ShippedDate': '1997-10-22T10:15:00.000Z',\r\n 'Freight': 810.05,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10692,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-10-03T11:15:00.000Z',\r\n 'ShippedDate': '1997-10-13T12:15:00.000Z',\r\n 'Freight': 61.02,\r\n 'ShipName': 'Alfred\\'s Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10693,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-06T13:15:00.000Z',\r\n 'ShippedDate': '1997-10-10T14:15:00.000Z',\r\n 'Freight': 139.34,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10694,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-06T15:15:00.000Z',\r\n 'ShippedDate': '1997-10-09T16:15:00.000Z',\r\n 'Freight': 398.36,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10695,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-10-07T17:15:00.000Z',\r\n 'ShippedDate': '1997-10-14T18:15:00.000Z',\r\n 'Freight': 16.72,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10696,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-08T19:15:00.000Z',\r\n 'ShippedDate': '1997-10-14T20:15:00.000Z',\r\n 'Freight': 102.55,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10697,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-10-08T21:15:00.000Z',\r\n 'ShippedDate': '1997-10-14T22:15:00.000Z',\r\n 'Freight': 45.52,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10698,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-10-09T23:15:00.000Z',\r\n 'ShippedDate': '1997-10-17T10:15:00.000Z',\r\n 'Freight': 272.47,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10699,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-10-09T02:40:00.000Z',\r\n 'ShippedDate': '1997-10-13T03:40:00.000Z',\r\n 'Freight': 0.58,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10700,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-10T03:40:00.000Z',\r\n 'ShippedDate': '1997-10-16T04:40:00.000Z',\r\n 'Freight': 65.1,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10701,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-10-13T05:40:00.000Z',\r\n 'ShippedDate': '1997-10-15T06:40:00.000Z',\r\n 'Freight': 220.31,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10702,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-10-13T07:40:00.000Z',\r\n 'ShippedDate': '1997-10-21T08:40:00.000Z',\r\n 'Freight': 23.94,\r\n 'ShipName': 'Alfred\\'s Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10703,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-10-14T09:40:00.000Z',\r\n 'ShippedDate': '1997-10-20T10:40:00.000Z',\r\n 'Freight': 152.3,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10704,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-10-14T11:40:00.000Z',\r\n 'ShippedDate': '1997-11-07T12:40:00.000Z',\r\n 'Freight': 4.78,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10705,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-10-15T13:40:00.000Z',\r\n 'ShippedDate': '1997-11-18T14:40:00.000Z',\r\n 'Freight': 3.52,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10706,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-10-16T15:40:00.000Z',\r\n 'ShippedDate': '1997-10-21T16:40:00.000Z',\r\n 'Freight': 135.63,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10707,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-10-16T17:40:00.000Z',\r\n 'ShippedDate': '1997-10-23T18:40:00.000Z',\r\n 'Freight': 21.74,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10708,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1997-10-17T19:40:00.000Z',\r\n 'ShippedDate': '1997-11-05T20:40:00.000Z',\r\n 'Freight': 2.96,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10709,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-10-17T21:40:00.000Z',\r\n 'ShippedDate': '1997-11-20T22:40:00.000Z',\r\n 'Freight': 210.8,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10710,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-10-20T23:40:00.000Z',\r\n 'ShippedDate': '1997-10-23T15:40:00.000Z',\r\n 'Freight': 4.98,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10711,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-21T01:30:00.000Z',\r\n 'ShippedDate': '1997-10-29T02:30:00.000Z',\r\n 'Freight': 52.41,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10712,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-10-21T03:30:00.000Z',\r\n 'ShippedDate': '1997-10-31T04:30:00.000Z',\r\n 'Freight': 89.93,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10713,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-22T05:30:00.000Z',\r\n 'ShippedDate': '1997-10-24T06:30:00.000Z',\r\n 'Freight': 167.05,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10714,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-22T07:30:00.000Z',\r\n 'ShippedDate': '1997-10-27T08:30:00.000Z',\r\n 'Freight': 24.49,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10715,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-10-23T09:30:00.000Z',\r\n 'ShippedDate': '1997-10-29T10:30:00.000Z',\r\n 'Freight': 63.2,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10716,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1997-10-24T11:30:00.000Z',\r\n 'ShippedDate': '1997-10-27T12:30:00.000Z',\r\n 'Freight': 22.57,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10717,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-10-24T13:30:00.000Z',\r\n 'ShippedDate': '1997-10-29T14:30:00.000Z',\r\n 'Freight': 59.25,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10718,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-10-27T17:30:00.000Z',\r\n 'ShippedDate': '1997-10-29T18:30:00.000Z',\r\n 'Freight': 170.88,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10719,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-10-27T19:30:00.000Z',\r\n 'ShippedDate': '1997-11-05T20:30:00.000Z',\r\n 'Freight': 51.44,\r\n 'ShipName': 'Let\\'s Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10720,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-10-28T21:30:00.000Z',\r\n 'ShippedDate': '1997-11-05T22:30:00.000Z',\r\n 'Freight': 9.53,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10721,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-29T23:30:00.000Z',\r\n 'ShippedDate': '1997-10-31T01:10:00.000Z',\r\n 'Freight': 48.92,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10722,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-29T02:10:00.000Z',\r\n 'ShippedDate': '1997-11-04T03:10:00.000Z',\r\n 'Freight': 74.58,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10723,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-30T04:10:00.000Z',\r\n 'ShippedDate': '1997-11-25T05:10:00.000Z',\r\n 'Freight': 21.72,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029-12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10724,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-10-30T06:10:00.000Z',\r\n 'ShippedDate': '1997-11-05T07:10:00.000Z',\r\n 'Freight': 57.75,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10725,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-10-31T08:10:00.000Z',\r\n 'ShippedDate': '1997-11-05T01:10:00.000Z',\r\n 'Freight': 10.83,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10726,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-11-03T02:10:00.000Z',\r\n 'ShippedDate': '1997-12-05T03:10:00.000Z',\r\n 'Freight': 16.56,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10727,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-11-03T04:10:00.000Z',\r\n 'ShippedDate': '1997-12-05T05:10:00.000Z',\r\n 'Freight': 89.9,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10728,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-11-04T06:10:00.000Z',\r\n 'ShippedDate': '1997-11-11T07:10:00.000Z',\r\n 'Freight': 58.33,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10729,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-11-04T08:10:00.000Z',\r\n 'ShippedDate': '1997-11-14T09:10:00.000Z',\r\n 'Freight': 141.06,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10730,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-05T10:10:00.000Z',\r\n 'ShippedDate': '1997-11-14T11:10:00.000Z',\r\n 'Freight': 20.12,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10731,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-11-06T12:10:00.000Z',\r\n 'ShippedDate': '1997-11-14T13:10:00.000Z',\r\n 'Freight': 96.65,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10732,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-06T14:10:00.000Z',\r\n 'ShippedDate': '1997-11-07T15:10:00.000Z',\r\n 'Freight': 16.97,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10733,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-11-07T16:10:00.000Z',\r\n 'ShippedDate': '1997-11-10T17:10:00.000Z',\r\n 'Freight': 110.11,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10734,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-11-07T18:10:00.000Z',\r\n 'ShippedDate': '1997-11-12T19:10:00.000Z',\r\n 'Freight': 1.63,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10735,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-11-10T20:10:00.000Z',\r\n 'ShippedDate': '1997-11-21T21:10:00.000Z',\r\n 'Freight': 45.97,\r\n 'ShipName': 'Let\\'s Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10736,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-11-11T22:10:00.000Z',\r\n 'ShippedDate': '1997-11-21T23:10:00.000Z',\r\n 'Freight': 44.1,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10737,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1997-11-11T01:10:00.000Z',\r\n 'ShippedDate': '1997-11-18T02:10:00.000Z',\r\n 'Freight': 7.79,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10738,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1997-11-12T03:10:00.000Z',\r\n 'ShippedDate': '1997-11-18T04:10:00.000Z',\r\n 'Freight': 2.91,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10739,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1997-11-12T05:10:00.000Z',\r\n 'ShippedDate': '1997-11-17T06:10:00.000Z',\r\n 'Freight': 11.08,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10740,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-11-13T07:10:00.000Z',\r\n 'ShippedDate': '1997-11-25T08:10:00.000Z',\r\n 'Freight': 81.88,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10741,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-11-14T09:10:00.000Z',\r\n 'ShippedDate': '1997-11-18T10:10:00.000Z',\r\n 'Freight': 10.96,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10742,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-11-14T11:10:00.000Z',\r\n 'ShippedDate': '1997-11-18T12:10:00.000Z',\r\n 'Freight': 243.73,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10743,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-11-17T13:10:00.000Z',\r\n 'ShippedDate': '1997-11-21T14:10:00.000Z',\r\n 'Freight': 23.72,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10744,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-11-17T15:10:00.000Z',\r\n 'ShippedDate': '1997-11-24T16:10:00.000Z',\r\n 'Freight': 69.19,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10745,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-11-18T17:10:00.000Z',\r\n 'ShippedDate': '1997-11-27T18:10:00.000Z',\r\n 'Freight': 3.52,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10746,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-11-19T19:10:00.000Z',\r\n 'ShippedDate': '1997-11-21T20:10:00.000Z',\r\n 'Freight': 31.43,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10747,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-11-19T21:10:00.000Z',\r\n 'ShippedDate': '1997-11-26T22:10:00.000Z',\r\n 'Freight': 117.33,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10748,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-11-20T23:10:00.000Z',\r\n 'ShippedDate': '1997-11-28T13:10:00.000Z',\r\n 'Freight': 232.55,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10749,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-11-20T02:25:00.000Z',\r\n 'ShippedDate': '1997-12-19T03:25:00.000Z',\r\n 'Freight': 61.53,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10750,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-11-21T04:25:00.000Z',\r\n 'ShippedDate': '1997-11-24T05:25:00.000Z',\r\n 'Freight': 79.3,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10751,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-11-24T06:25:00.000Z',\r\n 'ShippedDate': '1997-12-03T07:25:00.000Z',\r\n 'Freight': 130.79,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10752,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1997-11-24T08:25:00.000Z',\r\n 'ShippedDate': '1997-11-28T09:25:00.000Z',\r\n 'Freight': 1.39,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10753,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-11-25T10:25:00.000Z',\r\n 'ShippedDate': '1997-11-27T11:25:00.000Z',\r\n 'Freight': 7.7,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10754,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-11-25T12:25:00.000Z',\r\n 'ShippedDate': '1997-11-27T13:25:00.000Z',\r\n 'Freight': 2.38,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10755,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-26T14:25:00.000Z',\r\n 'ShippedDate': '1997-11-28T15:25:00.000Z',\r\n 'Freight': 16.71,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10756,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1997-11-27T16:25:00.000Z',\r\n 'ShippedDate': '1997-12-02T17:25:00.000Z',\r\n 'Freight': 73.21,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10757,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-11-27T18:25:00.000Z',\r\n 'ShippedDate': '1997-12-15T19:25:00.000Z',\r\n 'Freight': 8.19,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10758,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-11-28T20:25:00.000Z',\r\n 'ShippedDate': '1997-12-04T21:25:00.000Z',\r\n 'Freight': 138.17,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10759,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1997-11-28T22:25:00.000Z',\r\n 'ShippedDate': '1997-12-12T23:25:00.000Z',\r\n 'Freight': 11.99,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10760,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-12-01T01:40:00.000Z',\r\n 'ShippedDate': '1997-12-10T02:40:00.000Z',\r\n 'Freight': 155.64,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10761,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-12-02T03:40:00.000Z',\r\n 'ShippedDate': '1997-12-08T04:40:00.000Z',\r\n 'Freight': 18.66,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10762,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-12-02T05:40:00.000Z',\r\n 'ShippedDate': '1997-12-09T06:40:00.000Z',\r\n 'Freight': 328.74,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10763,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-12-03T07:40:00.000Z',\r\n 'ShippedDate': '1997-12-08T08:40:00.000Z',\r\n 'Freight': 37.35,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10764,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-03T09:40:00.000Z',\r\n 'ShippedDate': '1997-12-08T10:40:00.000Z',\r\n 'Freight': 145.45,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10765,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-12-04T11:40:00.000Z',\r\n 'ShippedDate': '1997-12-09T12:40:00.000Z',\r\n 'Freight': 42.74,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10766,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-12-05T13:40:00.000Z',\r\n 'ShippedDate': '1997-12-09T14:40:00.000Z',\r\n 'Freight': 157.55,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10767,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-12-05T15:40:00.000Z',\r\n 'ShippedDate': '1997-12-15T16:40:00.000Z',\r\n 'Freight': 1.59,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10768,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-12-08T17:40:00.000Z',\r\n 'ShippedDate': '1997-12-15T18:40:00.000Z',\r\n 'Freight': 146.32,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10769,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-12-08T19:40:00.000Z',\r\n 'ShippedDate': '1997-12-12T20:40:00.000Z',\r\n 'Freight': 65.06,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10770,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-12-09T21:40:00.000Z',\r\n 'ShippedDate': '1997-12-17T22:40:00.000Z',\r\n 'Freight': 5.32,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10771,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-10T23:40:00.000Z',\r\n 'ShippedDate': '1998-01-02T01:50:00.000Z',\r\n 'Freight': 11.19,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10772,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-12-10T02:50:00.000Z',\r\n 'ShippedDate': '1997-12-19T03:50:00.000Z',\r\n 'Freight': 91.28,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10773,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-11T04:50:00.000Z',\r\n 'ShippedDate': '1997-12-16T04:50:00.000Z',\r\n 'Freight': 96.43,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10774,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-12-11T05:50:00.000Z',\r\n 'ShippedDate': '1997-12-12T06:50:00.000Z',\r\n 'Freight': 48.2,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10775,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1997-12-12T07:50:00.000Z',\r\n 'ShippedDate': '1997-12-26T08:50:00.000Z',\r\n 'Freight': 20.25,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10776,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-15T09:50:00.000Z',\r\n 'ShippedDate': '1997-12-18T10:50:00.000Z',\r\n 'Freight': 351.53,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10777,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-12-15T11:50:00.000Z',\r\n 'ShippedDate': '1998-01-21T12:50:00.000Z',\r\n 'Freight': 3.01,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10778,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-12-16T13:50:00.000Z',\r\n 'ShippedDate': '1997-12-24T14:50:00.000Z',\r\n 'Freight': 6.79,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10779,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-12-16T15:50:00.000Z',\r\n 'ShippedDate': '1998-01-14T16:50:00.000Z',\r\n 'Freight': 58.13,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10780,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-12-16T17:50:00.000Z',\r\n 'ShippedDate': '1997-12-25T18:50:00.000Z',\r\n 'Freight': 42.13,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10781,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-12-17T19:50:00.000Z',\r\n 'ShippedDate': '1997-12-19T20:50:00.000Z',\r\n 'Freight': 73.16,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10782,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1997-12-17T21:50:00.000Z',\r\n 'ShippedDate': '1997-12-22T22:50:00.000Z',\r\n 'Freight': 1.1,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10783,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-12-18T23:50:00.000Z',\r\n 'ShippedDate': '1997-12-19T01:50:00.000Z',\r\n 'Freight': 124.98,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10784,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-12-18T02:50:00.000Z',\r\n 'ShippedDate': '1997-12-22T03:50:00.000Z',\r\n 'Freight': 70.09,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10785,\r\n 'CustomerID': 'GROSR',\r\n 'OrderDate': '1997-12-18T04:50:00.000Z',\r\n 'ShippedDate': '1997-12-24T05:50:00.000Z',\r\n 'Freight': 1.51,\r\n 'ShipName': 'GROSELLA-Restaurante',\r\n 'ShipAddress': '5ª Ave. Los Palos Grandes',\r\n 'ShipCity': 'Caracas',\r\n 'ShipRegion': 'DF',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10786,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-12-19T06:50:00.000Z',\r\n 'ShippedDate': '1997-12-23T07:50:00.000Z',\r\n 'Freight': 110.87,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10787,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-12-19T08:50:00.000Z',\r\n 'ShippedDate': '1997-12-26T09:50:00.000Z',\r\n 'Freight': 249.93,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10788,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-12-22T10:50:00.000Z',\r\n 'ShippedDate': '1998-01-19T11:50:00.000Z',\r\n 'Freight': 42.7,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10789,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-12-22T12:50:00.000Z',\r\n 'ShippedDate': '1997-12-31T13:50:00.000Z',\r\n 'Freight': 100.6,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10790,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-12-22T14:50:00.000Z',\r\n 'ShippedDate': '1997-12-26T15:50:00.000Z',\r\n 'Freight': 28.23,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10791,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-12-23T16:50:00.000Z',\r\n 'ShippedDate': '1998-01-01T17:50:00.000Z',\r\n 'Freight': 16.85,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10792,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1997-12-23T18:50:00.000Z',\r\n 'ShippedDate': '1997-12-31T19:50:00.000Z',\r\n 'Freight': 23.79,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10793,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-12-24T20:50:00.000Z',\r\n 'ShippedDate': '1998-01-08T21:50:00.000Z',\r\n 'Freight': 4.52,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10794,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-12-24T22:50:00.000Z',\r\n 'ShippedDate': '1998-01-02T23:50:00.000Z',\r\n 'Freight': 21.49,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10795,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-24T01:20:00.000Z',\r\n 'ShippedDate': '1998-01-20T02:20:00.000Z',\r\n 'Freight': 126.66,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10796,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-12-25T03:20:00.000Z',\r\n 'ShippedDate': '1998-01-14T04:20:00.000Z',\r\n 'Freight': 26.52,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10797,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1997-12-25T05:20:00.000Z',\r\n 'ShippedDate': '1998-01-05T06:20:00.000Z',\r\n 'Freight': 33.35,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10798,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-12-26T07:20:00.000Z',\r\n 'ShippedDate': '1998-01-05T08:20:00.000Z',\r\n 'Freight': 2.33,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10799,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-12-26T09:20:00.000Z',\r\n 'ShippedDate': '1998-01-05T10:20:00.000Z',\r\n 'Freight': 30.76,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10800,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-12-26T11:20:00.000Z',\r\n 'ShippedDate': '1998-01-05T12:20:00.000Z',\r\n 'Freight': 137.44,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10801,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1997-12-29T13:20:00.000Z',\r\n 'ShippedDate': '1997-12-31T14:20:00.000Z',\r\n 'Freight': 97.09,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10802,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-12-29T15:20:00.000Z',\r\n 'ShippedDate': '1998-01-02T16:20:00.000Z',\r\n 'Freight': 257.26,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10803,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-12-30T17:20:00.000Z',\r\n 'ShippedDate': '1998-01-06T18:20:00.000Z',\r\n 'Freight': 55.23,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10804,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-12-30T19:20:00.000Z',\r\n 'ShippedDate': '1998-01-07T20:20:00.000Z',\r\n 'Freight': 27.33,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10805,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1997-12-30T21:20:00.000Z',\r\n 'ShippedDate': '1998-01-09T22:20:00.000Z',\r\n 'Freight': 237.34,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10806,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-12-31T23:20:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:20:00.000Z',\r\n 'Freight': 22.11,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10807,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-12-31T01:40:00.000Z',\r\n 'ShippedDate': '1998-01-30T02:40:00.000Z',\r\n 'Freight': 1.36,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10808,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-01-01T03:40:00.000Z',\r\n 'ShippedDate': '1998-01-09T04:40:00.000Z',\r\n 'Freight': 45.53,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10809,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-01-01T05:40:00.000Z',\r\n 'ShippedDate': '1998-01-07T06:40:00.000Z',\r\n 'Freight': 4.87,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10810,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1998-01-01T07:40:00.000Z',\r\n 'ShippedDate': '1998-01-07T08:40:00.000Z',\r\n 'Freight': 4.33,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10811,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-02T09:40:00.000Z',\r\n 'ShippedDate': '1998-01-08T10:40:00.000Z',\r\n 'Freight': 31.22,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10812,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-01-02T11:40:00.000Z',\r\n 'ShippedDate': '1998-01-12T12:40:00.000Z',\r\n 'Freight': 59.78,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10813,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-01-05T13:40:00.000Z',\r\n 'ShippedDate': '1998-01-09T14:40:00.000Z',\r\n 'Freight': 47.38,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10814,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-05T15:40:00.000Z',\r\n 'ShippedDate': '1998-01-14T16:40:00.000Z',\r\n 'Freight': 130.94,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10815,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-01-05T17:40:00.000Z',\r\n 'ShippedDate': '1998-01-14T18:40:00.000Z',\r\n 'Freight': 14.62,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10816,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-01-06T19:40:00.000Z',\r\n 'ShippedDate': '1998-02-04T20:40:00.000Z',\r\n 'Freight': 719.78,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10817,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-01-06T21:40:00.000Z',\r\n 'ShippedDate': '1998-01-13T22:40:00.000Z',\r\n 'Freight': 306.07,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10818,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-01-07T23:40:00.000Z',\r\n 'ShippedDate': '1998-01-12T01:55:00.000Z',\r\n 'Freight': 65.48,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10819,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-01-07T02:55:00.000Z',\r\n 'ShippedDate': '1998-01-16T03:55:00.000Z',\r\n 'Freight': 19.76,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10820,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-01-07T04:55:00.000Z',\r\n 'ShippedDate': '1998-01-13T05:55:00.000Z',\r\n 'Freight': 37.52,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10821,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1998-01-08T06:55:00.000Z',\r\n 'ShippedDate': '1998-01-15T07:55:00.000Z',\r\n 'Freight': 36.68,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10822,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1998-01-08T09:55:00.000Z',\r\n 'ShippedDate': '1998-01-16T10:55:00.000Z',\r\n 'Freight': 7,\r\n 'ShipName': 'Trail\\'s Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10823,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-01-09T11:55:00.000Z',\r\n 'ShippedDate': '1998-01-13T12:55:00.000Z',\r\n 'Freight': 163.97,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10824,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-01-09T13:55:00.000Z',\r\n 'ShippedDate': '1998-01-30T14:55:00.000Z',\r\n 'Freight': 1.23,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10825,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-01-09T15:55:00.000Z',\r\n 'ShippedDate': '1998-01-14T16:55:00.000Z',\r\n 'Freight': 79.25,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10826,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1998-01-12T17:55:00.000Z',\r\n 'ShippedDate': '1998-02-06T18:55:00.000Z',\r\n 'Freight': 7.09,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10827,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-01-12T19:55:00.000Z',\r\n 'ShippedDate': '1998-02-06T20:55:00.000Z',\r\n 'Freight': 63.54,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10828,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-01-13T21:55:00.000Z',\r\n 'ShippedDate': '1998-02-04T22:55:00.000Z',\r\n 'Freight': 90.85,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10829,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1998-01-13T23:55:00.000Z',\r\n 'ShippedDate': '1998-01-23T12:55:00.000Z',\r\n 'Freight': 154.72,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10830,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-13T01:15:00.000Z',\r\n 'ShippedDate': '1998-01-21T02:15:00.000Z',\r\n 'Freight': 81.83,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10831,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-01-14T03:15:00.000Z',\r\n 'ShippedDate': '1998-01-23T04:15:00.000Z',\r\n 'Freight': 72.19,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 10832,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-01-14T05:15:00.000Z',\r\n 'ShippedDate': '1998-01-19T06:15:00.000Z',\r\n 'Freight': 43.26,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10833,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-01-15T07:15:00.000Z',\r\n 'ShippedDate': '1998-01-23T08:15:00.000Z',\r\n 'Freight': 71.49,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10834,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-15T09:15:00.000Z',\r\n 'ShippedDate': '1998-01-19T10:15:00.000Z',\r\n 'Freight': 29.78,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10835,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-01-15T11:15:00.000Z',\r\n 'ShippedDate': '1998-01-21T12:15:00.000Z',\r\n 'Freight': 69.53,\r\n 'ShipName': 'Alfred\\'s Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10836,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-01-16T13:15:00.000Z',\r\n 'ShippedDate': '1998-01-21T14:15:00.000Z',\r\n 'Freight': 411.88,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10837,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-01-16T15:15:00.000Z',\r\n 'ShippedDate': '1998-01-23T16:15:00.000Z',\r\n 'Freight': 13.32,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10838,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-19T17:15:00.000Z',\r\n 'ShippedDate': '1998-01-23T18:15:00.000Z',\r\n 'Freight': 59.28,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10839,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-19T19:15:00.000Z',\r\n 'ShippedDate': '1998-01-22T20:15:00.000Z',\r\n 'Freight': 35.43,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10840,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-19T21:15:00.000Z',\r\n 'ShippedDate': '1998-02-16T22:15:00.000Z',\r\n 'Freight': 2.71,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10841,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-01-20T23:15:00.000Z',\r\n 'ShippedDate': '1998-01-29T01:55:00.000Z',\r\n 'Freight': 424.3,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10842,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-01-20T02:55:00.000Z',\r\n 'ShippedDate': '1998-01-29T03:55:00.000Z',\r\n 'Freight': 54.42,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10843,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-21T04:55:00.000Z',\r\n 'ShippedDate': '1998-01-26T05:55:00.000Z',\r\n 'Freight': 9.26,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10844,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1998-01-21T06:55:00.000Z',\r\n 'ShippedDate': '1998-01-26T07:55:00.000Z',\r\n 'Freight': 25.22,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10845,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-01-21T08:55:00.000Z',\r\n 'ShippedDate': '1998-01-30T09:55:00.000Z',\r\n 'Freight': 212.98,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10846,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-01-22T10:55:00.000Z',\r\n 'ShippedDate': '1998-01-23T11:55:00.000Z',\r\n 'Freight': 56.46,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10847,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-01-22T12:55:00.000Z',\r\n 'ShippedDate': '1998-02-10T13:55:00.000Z',\r\n 'Freight': 487.57,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10848,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1998-01-23T14:55:00.000Z',\r\n 'ShippedDate': '1998-01-29T15:55:00.000Z',\r\n 'Freight': 38.24,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10849,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-01-23T16:55:00.000Z',\r\n 'ShippedDate': '1998-01-30T17:55:00.000Z',\r\n 'Freight': 0.56,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10850,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-23T19:55:00.000Z',\r\n 'ShippedDate': '1998-01-30T20:55:00.000Z',\r\n 'Freight': 49.19,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10851,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-01-26T21:55:00.000Z',\r\n 'ShippedDate': '1998-02-02T22:55:00.000Z',\r\n 'Freight': 160.55,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10852,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-01-26T23:55:00.000Z',\r\n 'ShippedDate': '1998-01-30T01:00.05.000Z',\r\n 'Freight': 174.05,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10853,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-01-27T02:00.05.000Z',\r\n 'ShippedDate': '1998-02-03T03:00.05.000Z',\r\n 'Freight': 53.83,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10854,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-01-27T04:00.05.000Z',\r\n 'ShippedDate': '1998-02-05T05:00.05.000Z',\r\n 'Freight': 100.22,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10855,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-01-27T06:00.05.000Z',\r\n 'ShippedDate': '1998-02-04T07:00.05.000Z',\r\n 'Freight': 170.97,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10856,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1998-01-28T08:00.05.000Z',\r\n 'ShippedDate': '1998-02-10T09:00.05.000Z',\r\n 'Freight': 58.43,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10857,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-01-28T11:00.05.000Z',\r\n 'ShippedDate': '1998-02-06T12:00.05.000Z',\r\n 'Freight': 188.85,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10858,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-01-29T13:00.05.000Z',\r\n 'ShippedDate': '1998-02-03T14:00.05.000Z',\r\n 'Freight': 52.51,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10859,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-01-29T15:00.05.000Z',\r\n 'ShippedDate': '1998-02-02T16:00.05.000Z',\r\n 'Freight': 76.1,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10860,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1998-01-29T17:00.05.000Z',\r\n 'ShippedDate': '1998-02-04T18:00.05.000Z',\r\n 'Freight': 19.26,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10861,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-01-30T19:00.05.000Z',\r\n 'ShippedDate': '1998-02-17T20:00.05.000Z',\r\n 'Freight': 14.93,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10862,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-01-30T21:00.05.000Z',\r\n 'ShippedDate': '1998-02-02T22:00.05.000Z',\r\n 'Freight': 53.23,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10863,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-02-02T23:00.05.000Z',\r\n 'ShippedDate': '1998-02-17T01:15:00.000Z',\r\n 'Freight': 30.26,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10864,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-02-02T02:15:00.000Z',\r\n 'ShippedDate': '1998-02-09T03:15:00.000Z',\r\n 'Freight': 3.04,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10865,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-02-02T04:15:00.000Z',\r\n 'ShippedDate': '1998-02-12T05:15:00.000Z',\r\n 'Freight': 348.14,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10866,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-02-03T06:15:00.000Z',\r\n 'ShippedDate': '1998-02-12T07:15:00.000Z',\r\n 'Freight': 109.11,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10867,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-02-03T08:15:00.000Z',\r\n 'ShippedDate': '1998-02-11T09:15:00.000Z',\r\n 'Freight': 1.93,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10868,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-04T10:15:00.000Z',\r\n 'ShippedDate': '1998-02-23T11:15:00.000Z',\r\n 'Freight': 191.27,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10869,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1998-02-04T12:15:00.000Z',\r\n 'ShippedDate': '1998-02-09T13:15:00.000Z',\r\n 'Freight': 143.28,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10870,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-02-04T14:15:00.000Z',\r\n 'ShippedDate': '1998-02-13T15:15:00.000Z',\r\n 'Freight': 12.04,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10871,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-02-05T16:15:00.000Z',\r\n 'ShippedDate': '1998-02-10T17:15:00.000Z',\r\n 'Freight': 112.27,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10872,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-05T18:15:00.000Z',\r\n 'ShippedDate': '1998-02-09T19:15:00.000Z',\r\n 'Freight': 175.32,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10873,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-06T20:15:00.000Z',\r\n 'ShippedDate': '1998-02-09T21:15:00.000Z',\r\n 'Freight': 0.82,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10874,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-06T22:15:00.000Z',\r\n 'ShippedDate': '1998-02-11T23:15:00.000Z',\r\n 'Freight': 19.58,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10875,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-02-06T01:30:00.000Z',\r\n 'ShippedDate': '1998-03-03T02:30:00.000Z',\r\n 'Freight': 32.37,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10876,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-02-09T03:30:00.000Z',\r\n 'ShippedDate': '1998-02-12T04:30:00.000Z',\r\n 'Freight': 60.42,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10877,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-02-09T05:30:00.000Z',\r\n 'ShippedDate': '1998-02-19T06:30:00.000Z',\r\n 'Freight': 38.06,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10878,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-02-10T07:30:00.000Z',\r\n 'ShippedDate': '1998-02-12T08:30:00.000Z',\r\n 'Freight': 46.69,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10879,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-10T09:30:00.000Z',\r\n 'ShippedDate': '1998-02-12T10:30:00.000Z',\r\n 'Freight': 8.5,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10880,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-02-10T11:30:00.000Z',\r\n 'ShippedDate': '1998-02-18T12:30:00.000Z',\r\n 'Freight': 88.01,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10881,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-02-11T13:30:00.000Z',\r\n 'ShippedDate': '1998-02-18T14:30:00.000Z',\r\n 'Freight': 2.84,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10882,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-02-11T15:30:00.000Z',\r\n 'ShippedDate': '1998-02-20T16:30:00.000Z',\r\n 'Freight': 23.1,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10883,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-02-12T17:30:00.000Z',\r\n 'ShippedDate': '1998-02-20T18:30:00.000Z',\r\n 'Freight': 0.53,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10884,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1998-02-12T19:30:00.000Z',\r\n 'ShippedDate': '1998-02-13T20:30:00.000Z',\r\n 'Freight': 90.97,\r\n 'ShipName': 'Let\\'s Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10885,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-02-12T21:30:00.000Z',\r\n 'ShippedDate': '1998-02-18T22:30:00.000Z',\r\n 'Freight': 5.64,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10886,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-02-13T23:30:00.000Z',\r\n 'ShippedDate': '1998-03-02T01:20:00.000Z',\r\n 'Freight': 4.99,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10887,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1998-02-13T02:20:00.000Z',\r\n 'ShippedDate': '1998-02-16T03:20:00.000Z',\r\n 'Freight': 1.25,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10888,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-16T04:20:00.000Z',\r\n 'ShippedDate': '1998-02-23T05:20:00.000Z',\r\n 'Freight': 51.87,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10889,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-02-16T06:20:00.000Z',\r\n 'ShippedDate': '1998-02-23T07:20:00.000Z',\r\n 'Freight': 280.61,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10890,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1998-02-16T08:20:00.000Z',\r\n 'ShippedDate': '1998-02-18T09:20:00.000Z',\r\n 'Freight': 32.76,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10891,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-02-17T10:20:00.000Z',\r\n 'ShippedDate': '1998-02-19T11:20:00.000Z',\r\n 'Freight': 20.37,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10892,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-02-17T12:20:00.000Z',\r\n 'ShippedDate': '1998-02-19T13:20:00.000Z',\r\n 'Freight': 120.27,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10893,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-02-18T14:20:00.000Z',\r\n 'ShippedDate': '1998-02-20T15:20:00.000Z',\r\n 'Freight': 77.78,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10894,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-02-18T16:20:00.000Z',\r\n 'ShippedDate': '1998-02-20T17:20:00.000Z',\r\n 'Freight': 116.13,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10895,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-02-18T18:20:00.000Z',\r\n 'ShippedDate': '1998-02-23T19:20:00.000Z',\r\n 'Freight': 162.75,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10896,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-02-19T20:20:00.000Z',\r\n 'ShippedDate': '1998-02-27T21:20:00.000Z',\r\n 'Freight': 32.45,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10897,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-02-19T22:20:00.000Z',\r\n 'ShippedDate': '1998-02-25T23:20:00.000Z',\r\n 'Freight': 603.54,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10898,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-02-20T01:55:00.000Z',\r\n 'ShippedDate': '1998-03-06T02:55:00.000Z',\r\n 'Freight': 1.27,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10899,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-02-20T03:55:00.000Z',\r\n 'ShippedDate': '1998-02-26T04:55:00.000Z',\r\n 'Freight': 1.21,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10900,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-02-20T05:55:00.000Z',\r\n 'ShippedDate': '1998-03-04T06:55:00.000Z',\r\n 'Freight': 1.66,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10901,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-02-23T07:55:00.000Z',\r\n 'ShippedDate': '1998-02-26T08:55:00.000Z',\r\n 'Freight': 62.09,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10902,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-02-23T09:55:00.000Z',\r\n 'ShippedDate': '1998-03-03T10:55:00.000Z',\r\n 'Freight': 44.15,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10903,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-02-24T11:55:00.000Z',\r\n 'ShippedDate': '1998-03-04T12:55:00.000Z',\r\n 'Freight': 36.71,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10904,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-02-24T13:55:00.000Z',\r\n 'ShippedDate': '1998-02-27T14:55:00.000Z',\r\n 'Freight': 162.95,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10905,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-02-24T15:55:00.000Z',\r\n 'ShippedDate': '1998-03-06T16:55:00.000Z',\r\n 'Freight': 13.72,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10906,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-02-25T17:55:00.000Z',\r\n 'ShippedDate': '1998-03-03T18:55:00.000Z',\r\n 'Freight': 26.29,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10907,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-02-25T19:55:00.000Z',\r\n 'ShippedDate': '1998-02-27T20:55:00.000Z',\r\n 'Freight': 9.19,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10908,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-02-26T21:55:00.000Z',\r\n 'ShippedDate': '1998-03-06T22:55:00.000Z',\r\n 'Freight': 32.96,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10909,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-02-26T23:55:00.000Z',\r\n 'ShippedDate': '1998-03-10T01:40:00.000Z',\r\n 'Freight': 53.05,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 10910,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-26T02:40:00.000Z',\r\n 'ShippedDate': '1998-03-04T03:40:00.000Z',\r\n 'Freight': 38.11,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10911,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-26T04:40:00.000Z',\r\n 'ShippedDate': '1998-03-05T05:40:00.000Z',\r\n 'Freight': 38.19,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10912,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-02-26T06:40:00.000Z',\r\n 'ShippedDate': '1998-03-18T07:40:00.000Z',\r\n 'Freight': 580.91,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10913,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-26T08:40:00.000Z',\r\n 'ShippedDate': '1998-03-04T09:40:00.000Z',\r\n 'Freight': 33.05,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10914,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-27T10:40:00.000Z',\r\n 'ShippedDate': '1998-03-02T11:40:00.000Z',\r\n 'Freight': 21.19,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10915,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-02-27T12:40:00.000Z',\r\n 'ShippedDate': '1998-03-02T13:40:00.000Z',\r\n 'Freight': 3.51,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10916,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-02-27T14:40:00.000Z',\r\n 'ShippedDate': '1998-03-09T15:40:00.000Z',\r\n 'Freight': 63.77,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10917,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1998-03-02T16:40:00.000Z',\r\n 'ShippedDate': '1998-03-11T17:40:00.000Z',\r\n 'Freight': 8.29,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10918,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-02T18:40:00.000Z',\r\n 'ShippedDate': '1998-03-11T19:40:00.000Z',\r\n 'Freight': 48.83,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10919,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-03-02T20:40:00.000Z',\r\n 'ShippedDate': '1998-03-04T21:40:00.000Z',\r\n 'Freight': 19.8,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10920,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-03-03T22:40:00.000Z',\r\n 'ShippedDate': '1998-03-09T01:50:00.000Z',\r\n 'Freight': 29.61,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10921,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-03-03T02:50:00.000Z',\r\n 'ShippedDate': '1998-03-09T03:50:00.000Z',\r\n 'Freight': 176.48,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10922,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-03T04:50:00.000Z',\r\n 'ShippedDate': '1998-03-05T05:50:00.000Z',\r\n 'Freight': 62.74,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10923,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-03-03T06:50:00.000Z',\r\n 'ShippedDate': '1998-03-13T06:50:00.000Z',\r\n 'Freight': 68.26,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10924,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-03-04T07:50:00.000Z',\r\n 'ShippedDate': '1998-04-08T08:50:00.000Z',\r\n 'Freight': 151.52,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10925,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-04T09:50:00.000Z',\r\n 'ShippedDate': '1998-03-13T10:50:00.000Z',\r\n 'Freight': 2.27,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10926,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1998-03-04T11:50:00.000Z',\r\n 'ShippedDate': '1998-03-11T12:50:00.000Z',\r\n 'Freight': 39.92,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10927,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-05T13:50:00.000Z',\r\n 'ShippedDate': '1998-04-08T14:50:00.000Z',\r\n 'Freight': 19.79,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10928,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1998-03-05T15:50:00.000Z',\r\n 'ShippedDate': '1998-03-18T16:50:00.000Z',\r\n 'Freight': 1.36,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10929,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-03-05T17:50:00.000Z',\r\n 'ShippedDate': '1998-03-12T18:50:00.000Z',\r\n 'Freight': 33.93,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10930,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-03-06T19:50:00.000Z',\r\n 'ShippedDate': '1998-03-18T20:50:00.000Z',\r\n 'Freight': 15.55,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10931,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-03-06T21:50:00.000Z',\r\n 'ShippedDate': '1998-03-19T22:50:00.000Z',\r\n 'Freight': 13.6,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10932,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-03-06T23:50:00.000Z',\r\n 'ShippedDate': '1998-03-24T01:50:00.000Z',\r\n 'Freight': 134.64,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10933,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1998-03-06T02:20:00.000Z',\r\n 'ShippedDate': '1998-03-16T03:20:00.000Z',\r\n 'Freight': 54.15,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10934,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-03-09T04:20:00.000Z',\r\n 'ShippedDate': '1998-03-12T05:20:00.000Z',\r\n 'Freight': 32.01,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10935,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-03-09T06:20:00.000Z',\r\n 'ShippedDate': '1998-03-18T07:20:00.000Z',\r\n 'Freight': 47.59,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10936,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-03-09T08:20:00.000Z',\r\n 'ShippedDate': '1998-03-18T09:20:00.000Z',\r\n 'Freight': 33.68,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10937,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-03-10T10:20:00.000Z',\r\n 'ShippedDate': '1998-03-13T11:20:00.000Z',\r\n 'Freight': 31.51,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10938,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-03-10T12:20:00.000Z',\r\n 'ShippedDate': '1998-03-16T14:20:00.000Z',\r\n 'Freight': 31.89,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10939,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-03-10T13:20:00.000Z',\r\n 'ShippedDate': '1998-03-13T15:20:00.000Z',\r\n 'Freight': 76.33,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10940,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-03-11T16:20:00.000Z',\r\n 'ShippedDate': '1998-03-23T17:20:00.000Z',\r\n 'Freight': 19.77,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10941,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-11T18:20:00.000Z',\r\n 'ShippedDate': '1998-03-20T19:20:00.000Z',\r\n 'Freight': 400.81,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10942,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-03-11T20:20:00.000Z',\r\n 'ShippedDate': '1998-03-18T21:20:00.000Z',\r\n 'Freight': 17.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10943,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-03-11T22:20:00.000Z',\r\n 'ShippedDate': '1998-03-19T23:20:00.000Z',\r\n 'Freight': 2.17,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10944,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-12T01:20:00.000Z',\r\n 'ShippedDate': '1998-03-13T02:20:00.000Z',\r\n 'Freight': 52.92,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10945,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1998-03-12T03:20:00.000Z',\r\n 'ShippedDate': '1998-03-18T04:20:00.000Z',\r\n 'Freight': 10.22,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10946,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-03-12T05:20:00.000Z',\r\n 'ShippedDate': '1998-03-19T06:20:00.000Z',\r\n 'Freight': 27.2,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10947,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-03-13T07:20:00.000Z',\r\n 'ShippedDate': '1998-03-16T08:20:00.000Z',\r\n 'Freight': 3.26,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10948,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-03-13T09:20:00.000Z',\r\n 'ShippedDate': '1998-03-19T10:20:00.000Z',\r\n 'Freight': 23.39,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10949,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-13T11:20:00.000Z',\r\n 'ShippedDate': '1998-03-17T12:20:00.000Z',\r\n 'Freight': 74.44,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10950,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-03-16T13:20:00.000Z',\r\n 'ShippedDate': '1998-03-23T14:20:00.000Z',\r\n 'Freight': 2.5,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10951,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-03-16T15:20:00.000Z',\r\n 'ShippedDate': '1998-04-07T16:20:00.000Z',\r\n 'Freight': 30.85,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10952,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-03-16T17:20:00.000Z',\r\n 'ShippedDate': '1998-03-24T18:20:00.000Z',\r\n 'Freight': 40.42,\r\n 'ShipName': 'Alfred\\'s Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10953,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-03-16T19:20:00.000Z',\r\n 'ShippedDate': '1998-03-25T20:20:00.000Z',\r\n 'Freight': 23.72,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10954,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-03-17T21:20:00.000Z',\r\n 'ShippedDate': '1998-03-20T22:20:00.000Z',\r\n 'Freight': 27.91,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10955,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-17T23:20:00.000Z',\r\n 'ShippedDate': '1998-03-20T01:20:00.000Z',\r\n 'Freight': 3.26,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10956,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-03-17T01:55:00.000Z',\r\n 'ShippedDate': '1998-03-20T02:55:00.000Z',\r\n 'Freight': 44.65,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10957,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-18T03:55:00.000Z',\r\n 'ShippedDate': '1998-03-27T04:55:00.000Z',\r\n 'Freight': 105.36,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10958,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-03-18T05:55:00.000Z',\r\n 'ShippedDate': '1998-03-27T06:55:00.000Z',\r\n 'Freight': 49.56,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10959,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1998-03-18T07:55:00.000Z',\r\n 'ShippedDate': '1998-03-23T08:55:00.000Z',\r\n 'Freight': 4.98,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10960,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-19T09:55:00.000Z',\r\n 'ShippedDate': '1998-04-08T10:55:00.000Z',\r\n 'Freight': 2.08,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10961,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-03-19T11:55:00.000Z',\r\n 'ShippedDate': '1998-03-30T12:55:00.000Z',\r\n 'Freight': 104.47,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10962,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-03-19T13:55:00.000Z',\r\n 'ShippedDate': '1998-03-23T14:55:00.000Z',\r\n 'Freight': 275.79,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10963,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1998-03-19T15:55:00.000Z',\r\n 'ShippedDate': '1998-03-26T16:55:00.000Z',\r\n 'Freight': 2.7,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 10964,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-03-20T17:55:00.000Z',\r\n 'ShippedDate': '1998-03-24T18:55:00.000Z',\r\n 'Freight': 87.38,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10965,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-03-20T19:55:00.000Z',\r\n 'ShippedDate': '1998-03-30T20:55:00.000Z',\r\n 'Freight': 144.38,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10966,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-03-20T21:55:00.000Z',\r\n 'ShippedDate': '1998-04-08T22:55:00.000Z',\r\n 'Freight': 27.19,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10967,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1998-03-23T23:55:00.000Z',\r\n 'ShippedDate': '1998-04-02T12:55:00.000Z',\r\n 'Freight': 62.22,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10968,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-03-23T01:00.05.000Z',\r\n 'ShippedDate': '1998-04-01T02:00.05.000Z',\r\n 'Freight': 74.6,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10969,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1998-03-23T03:00.05.000Z',\r\n 'ShippedDate': '1998-03-30T04:00.05.000Z',\r\n 'Freight': 0.21,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10970,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1998-03-24T05:00.05.000Z',\r\n 'ShippedDate': '1998-04-24T06:00.05.000Z',\r\n 'Freight': 16.16,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10971,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1998-03-24T07:00.05.000Z',\r\n 'ShippedDate': '1998-04-02T08:00.05.000Z',\r\n 'Freight': 121.82,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10972,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-24T09:00.05.000Z',\r\n 'ShippedDate': '1998-03-26T10:00.05.000Z',\r\n 'Freight': 0.02,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10973,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-24T11:00.05.000Z',\r\n 'ShippedDate': '1998-03-27T12:00.05.000Z',\r\n 'Freight': 15.17,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10974,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1998-03-25T13:00.05.000Z',\r\n 'ShippedDate': '1998-04-03T14:00.05.000Z',\r\n 'Freight': 12.96,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10975,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-25T15:00.05.000Z',\r\n 'ShippedDate': '1998-03-27T16:00.05.000Z',\r\n 'Freight': 32.27,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10976,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-25T17:00.05.000Z',\r\n 'ShippedDate': '1998-04-03T18:00.05.000Z',\r\n 'Freight': 37.97,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10977,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-26T19:00.05.000Z',\r\n 'ShippedDate': '1998-04-10T10:00.05.000Z',\r\n 'Freight': 208.5,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10978,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-03-26T11:00.05.000Z',\r\n 'ShippedDate': '1998-04-23T12:00.05.000Z',\r\n 'Freight': 32.82,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10979,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-03-26T13:00.05.000Z',\r\n 'ShippedDate': '1998-03-31T14:00.05.000Z',\r\n 'Freight': 353.07,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10980,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-27T15:00.05.000Z',\r\n 'ShippedDate': '1998-04-17T16:00.05.000Z',\r\n 'Freight': 1.26,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10981,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-27T17:00.05.000Z',\r\n 'ShippedDate': '1998-04-02T18:00.05.000Z',\r\n 'Freight': 193.37,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10982,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-27T19:00.05.000Z',\r\n 'ShippedDate': '1998-04-08T20:00.05.000Z',\r\n 'Freight': 14.01,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 10983,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-27T21:00.05.000Z',\r\n 'ShippedDate': '1998-04-06T22:00.05.000Z',\r\n 'Freight': 657.54,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10984,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-30T23:00.05.000Z',\r\n 'ShippedDate': '1998-04-03T13:00.05.000Z',\r\n 'Freight': 211.22,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10985,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-03-30T01:25:00.000Z',\r\n 'ShippedDate': '1998-04-02T02:25:00.000Z',\r\n 'Freight': 91.51,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10986,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-03-30T03:25:00.000Z',\r\n 'ShippedDate': '1998-04-21T04:25:00.000Z',\r\n 'Freight': 217.86,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 10987,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-03-31T05:25:00.000Z',\r\n 'ShippedDate': '1998-04-06T06:25:00.000Z',\r\n 'Freight': 185.48,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10988,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-03-31T07:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T08:25:00.000Z',\r\n 'Freight': 61.14,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10989,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1998-03-31T09:25:00.000Z',\r\n 'ShippedDate': '1998-04-02T10:25:00.000Z',\r\n 'Freight': 34.76,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10990,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-01T11:25:00.000Z',\r\n 'ShippedDate': '1998-04-07T12:25:00.000Z',\r\n 'Freight': 117.61,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10991,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-01T13:25:00.000Z',\r\n 'ShippedDate': '1998-04-07T14:25:00.000Z',\r\n 'Freight': 38.51,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10992,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1998-04-01T15:25:00.000Z',\r\n 'ShippedDate': '1998-04-03T16:25:00.000Z',\r\n 'Freight': 4.27,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10993,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-01T17:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T18:25:00.000Z',\r\n 'Freight': 8.81,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10994,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-04-02T19:25:00.000Z',\r\n 'ShippedDate': '1998-04-09T20:25:00.000Z',\r\n 'Freight': 65.53,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 10995,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1998-04-02T21:25:00.000Z',\r\n 'ShippedDate': '1998-04-06T22:25:00.000Z',\r\n 'Freight': 46,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10996,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-02T23:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T13:25:00.000Z',\r\n 'Freight': 1.12,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10997,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-04-03T14:25:00.000Z',\r\n 'ShippedDate': '1998-04-13T01:25:00.000Z',\r\n 'Freight': 73.91,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10998,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-04-03T02:25:00.000Z',\r\n 'ShippedDate': '1998-04-17T03:25:00.000Z',\r\n 'Freight': 20.31,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 10999,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-04-03T04:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T05:25:00.000Z',\r\n 'Freight': 96.35,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11000,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-04-06T06:25:00.000Z',\r\n 'ShippedDate': '1998-04-14T07:25:00.000Z',\r\n 'Freight': 55.12,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11001,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-06T08:25:00.000Z',\r\n 'ShippedDate': '1998-04-14T09:25:00.000Z',\r\n 'Freight': 197.3,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 11002,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-06T10:25:00.000Z',\r\n 'ShippedDate': '1998-04-16T11:25:00.000Z',\r\n 'Freight': 141.16,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11003,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1998-04-06T12:25:00.000Z',\r\n 'ShippedDate': '1998-04-08T13:25:00.000Z',\r\n 'Freight': 14.91,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11004,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-04-07T14:25:00.000Z',\r\n 'ShippedDate': '1998-04-20T15:25:00.000Z',\r\n 'Freight': 44.84,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 11005,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-04-07T16:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T17:25:00.000Z',\r\n 'Freight': 0.75,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 11006,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-07T18:25:00.000Z',\r\n 'ShippedDate': '1998-04-15T19:25:00.000Z',\r\n 'Freight': 25.19,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11007,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1998-04-08T20:25:00.000Z',\r\n 'ShippedDate': '1998-04-13T21:25:00.000Z',\r\n 'Freight': 202.24,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n {\r\n 'OrderID': 11008,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-08T22:25:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 79.46,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 11009,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-04-08T23:25:00.000Z',\r\n 'ShippedDate': '1998-04-10T01:25:00.000Z',\r\n 'Freight': 59.11,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 11010,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-04-09T02:55:00.000Z',\r\n 'ShippedDate': '1998-04-21T03:55:00.000Z',\r\n 'Freight': 28.71,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 11011,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-04-09T04:55:00.000Z',\r\n 'ShippedDate': '1998-04-13T05:55:00.000Z',\r\n 'Freight': 1.21,\r\n 'ShipName': 'Alfred\\'s Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11012,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-04-09T06:55:00.000Z',\r\n 'ShippedDate': '1998-04-17T07:55:00.000Z',\r\n 'Freight': 242.95,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11013,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1998-04-09T08:55:00.000Z',\r\n 'ShippedDate': '1998-04-10T09:55:00.000Z',\r\n 'Freight': 32.99,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 11014,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-04-10T10:55:00.000Z',\r\n 'ShippedDate': '1998-04-15T11:55:00.000Z',\r\n 'Freight': 23.6,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 11015,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-04-10T12:55:00.000Z',\r\n 'ShippedDate': '1998-04-20T13:55:00.000Z',\r\n 'Freight': 4.62,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n {\r\n 'OrderID': 11016,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-04-10T14:55:00.000Z',\r\n 'ShippedDate': '1998-04-13T15:55:00.000Z',\r\n 'Freight': 33.8,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11017,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-13T16:55:00.000Z',\r\n 'ShippedDate': '1998-04-20T17:55:00.000Z',\r\n 'Freight': 754.26,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 11018,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-04-13T18:55:00.000Z',\r\n 'ShippedDate': '1998-04-16T19:55:00.000Z',\r\n 'Freight': 11.65,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11019,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-04-13T20:55:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 3.17,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 11020,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-04-14T21:55:00.000Z',\r\n 'ShippedDate': '1998-04-16T22:55:00.000Z',\r\n 'Freight': 43.3,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11021,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-14T23:55:00.000Z',\r\n 'ShippedDate': '1998-04-21T13:50:00.000Z',\r\n 'Freight': 297.18,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11022,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-04-14T03:50:00.000Z',\r\n 'ShippedDate': '1998-05-04T01:50:00.000Z',\r\n 'Freight': 6.27,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11023,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-04-14T02:50:00.000Z',\r\n 'ShippedDate': '1998-04-24T03:50:00.000Z',\r\n 'Freight': 123.83,\r\n 'ShipName': 'B\\'s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11024,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-15T04:50:00.000Z',\r\n 'ShippedDate': '1998-04-20T05:50:00.000Z',\r\n 'Freight': 74.36,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11025,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1998-04-15T06:50:00.000Z',\r\n 'ShippedDate': '1998-04-24T07:50:00.000Z',\r\n 'Freight': 29.17,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 11026,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1998-04-15T08:50:00.000Z',\r\n 'ShippedDate': '1998-04-28T09:50:00.000Z',\r\n 'Freight': 47.09,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 11027,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-16T10:50:00.000Z',\r\n 'ShippedDate': '1998-04-20T11:50:00.000Z',\r\n 'Freight': 52.52,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 11028,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-04-16T12:50:00.000Z',\r\n 'ShippedDate': '1998-04-22T13:50:00.000Z',\r\n 'Freight': 29.59,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11029,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-04-16T14:50:00.000Z',\r\n 'ShippedDate': '1998-04-27T15:50:00.000Z',\r\n 'Freight': 47.84,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 11030,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-17T16:50:00.000Z',\r\n 'ShippedDate': '1998-04-27T17:50:00.000Z',\r\n 'Freight': 830.75,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11031,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-17T18:50:00.000Z',\r\n 'ShippedDate': '1998-04-24T19:50:00.000Z',\r\n 'Freight': 227.22,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11032,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-04-17T20:50:00.000Z',\r\n 'ShippedDate': '1998-04-23T21:50:00.000Z',\r\n 'Freight': 606.19,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11033,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-04-17T22:50:00.000Z',\r\n 'ShippedDate': '1998-04-23T23:50:00.000Z',\r\n 'Freight': 84.74,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 11034,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-04-20T01:05:00.000Z',\r\n 'ShippedDate': '1998-04-27T02:05:00.000Z',\r\n 'Freight': 40.32,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11035,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-04-20T03:05:00.000Z',\r\n 'ShippedDate': '1998-04-24T04:05:00.000Z',\r\n 'Freight': 0.17,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 11036,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-04-20T05:05:00.000Z',\r\n 'ShippedDate': '1998-04-22T06:05:00.000Z',\r\n 'Freight': 149.47,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11037,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-04-21T07:05:00.000Z',\r\n 'ShippedDate': '1998-04-27T08:05:00.000Z',\r\n 'Freight': 3.2,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 11038,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-04-21T09:05:00.000Z',\r\n 'ShippedDate': '1998-04-30T10:05:00.000Z',\r\n 'Freight': 29.59,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 11039,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-04-21T11:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 65,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 11040,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-22T12:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 18.84,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11041,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-04-22T13:05:00.000Z',\r\n 'ShippedDate': '1998-04-28T14:05:00.000Z',\r\n 'Freight': 48.22,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 11042,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1998-04-22T15:05:00.000Z',\r\n 'ShippedDate': '1998-05-01T16:05:00.000Z',\r\n 'Freight': 29.99,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11043,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-04-22T17:05:00.000Z',\r\n 'ShippedDate': '1998-04-29T18:05:00.000Z',\r\n 'Freight': 8.8,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 11044,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-04-23T19:05:00.000Z',\r\n 'ShippedDate': '1998-05-01T20:05:00.000Z',\r\n 'Freight': 8.72,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n {\r\n 'OrderID': 11045,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-23T21:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 70.58,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 11046,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1998-04-23T22:05:00.000Z',\r\n 'ShippedDate': '1998-04-24T23:05:00.000Z',\r\n 'Freight': 71.64,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11047,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-24T01:30:00.000Z',\r\n 'ShippedDate': '1998-05-01T02:30:00.000Z',\r\n 'Freight': 46.62,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11048,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-24T03:30:00.000Z',\r\n 'ShippedDate': '1998-04-30T04:30:00.000Z',\r\n 'Freight': 24.12,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n {\r\n 'OrderID': 11049,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1998-04-24T05:30:00.000Z',\r\n 'ShippedDate': '1998-05-04T06:30:00.000Z',\r\n 'Freight': 8.34,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11050,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-27T07:30:00.000Z',\r\n 'ShippedDate': '1998-05-05T08:30:00.000Z',\r\n 'Freight': 59.41,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 11051,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-04-27T09:30:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 2.79,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 11052,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-04-27T10:30:00.000Z',\r\n 'ShippedDate': '1998-05-01T11:30:00.000Z',\r\n 'Freight': 67.26,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11053,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1998-04-27T12:30:00.000Z',\r\n 'ShippedDate': '1998-04-29T13:30:00.000Z',\r\n 'Freight': 53.05,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 11054,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-04-28T14:30:00.000Z',\r\n 'ShippedDate': '1998-04-29T15:30:00.000Z',\r\n 'Freight': 0.33,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n {\r\n 'OrderID': 11055,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-04-28T16:30:00.000Z',\r\n 'ShippedDate': '1998-05-05T17:30:00.000Z',\r\n 'Freight': 120.92,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 11056,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-28T18:30:00.000Z',\r\n 'ShippedDate': '1998-05-01T19:30:00.000Z',\r\n 'Freight': 278.96,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11057,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1998-04-29T20:30:00.000Z',\r\n 'ShippedDate': '1998-05-01T21:30:00.000Z',\r\n 'Freight': 4.13,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 11058,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-04-29T22:30:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 31.14,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11059,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-04-29T23:30:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 85.8,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11060,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1998-04-30T01:05:00.000Z',\r\n 'ShippedDate': '1998-05-04T02:05:00.000Z',\r\n 'Freight': 10.98,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 11061,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-30T03:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 14.01,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11062,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-04-30T04:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 29.93,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 11063,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-04-30T05:05:00.000Z',\r\n 'ShippedDate': '1998-05-06T06:05:00.000Z',\r\n 'Freight': 81.73,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 11064,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-05-01T07:05:00.000Z',\r\n 'ShippedDate': '1998-05-04T10:05:00.000Z',\r\n 'Freight': 30.09,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11065,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-05-01T11:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 12.91,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 11066,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-05-01T12:05:00.000Z',\r\n 'ShippedDate': '1998-05-04T13:05:00.000Z',\r\n 'Freight': 44.72,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 11067,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-05-04T14:05:00.000Z',\r\n 'ShippedDate': '1998-05-06T15:05:00.000Z',\r\n 'Freight': 7.98,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11068,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-05-04T16:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 81.75,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 11069,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-05-04T17:05:00.000Z',\r\n 'ShippedDate': '1998-05-06T18:05:00.000Z',\r\n 'Freight': 15.67,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 11070,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-05-05T19:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 136,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 11071,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-05-05T20:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 0.93,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 11072,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-05-05T21:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 258.64,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 11073,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1998-05-05T22:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 24.95,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 11074,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1998-05-06T23:05:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 18.44,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n {\r\n 'OrderID': 11075,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-05-06T01:30:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 6.19,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 11076,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-05-06T02:30:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 38.28,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 11077,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-05-06T03:50:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 8.53,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n }\r\n]);\r\n\r\nexport const orderDataSource: Object[] = JSON.parse(purchaseData, (field: any, value: any) => {\r\n let dupValue: any = value;\r\n if (typeof value === 'string' && /^(\\d{4}\\-\\d\\d\\-\\d\\d([tT][\\d:\\.]*){1})([zZ]|([+\\-])(\\d\\d):?(\\d\\d))?$/.test(value)) {\r\n let arr: any = dupValue.split(/[^0-9]/);\r\n let arg: any = parseInt(arr[4], 10);\r\n let arg1: any = parseInt(arr[5], 10);\r\n\r\n value = new Date(parseInt(arr[0], 10), parseInt(arr[1], 10) - 1, parseInt(arr[2], 10), parseInt(arr[3], 10), arg, arg1);\r\n }\r\n return value;\r\n});\r\nlet stringData: string = JSON.stringify([\r\n {\r\n 'OrderID': 10248,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-07-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-16T00:00:00.000Z',\r\n 'Freight': 32.38,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10249,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1996-07-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-10T00:00:00.000Z',\r\n 'Freight': 11.61,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10250,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1996-07-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-12T00:00:00.000Z',\r\n 'Freight': 65.83,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10251,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1996-07-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-15T00:00:00.000Z',\r\n 'Freight': 41.34,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10252,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1996-07-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-11T00:00:00.000Z',\r\n 'Freight': 51.3,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10253,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1996-07-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-16T00:00:00.000Z',\r\n 'Freight': 58.17,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10254,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1996-07-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-23T00:00:00.000Z',\r\n 'Freight': 22.98,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10255,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1996-07-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-15T00:00:00.000Z',\r\n 'Freight': 148.33,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10256,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1996-07-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-17T00:00:00.000Z',\r\n 'Freight': 13.97,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10257,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1996-07-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-22T00:00:00.000Z',\r\n 'Freight': 81.91,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10258,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-07-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-23T00:00:00.000Z',\r\n 'Freight': 140.51,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10259,\r\n 'CustomerID': 'CENTC',\r\n 'OrderDate': '1996-07-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-25T00:00:00.000Z',\r\n 'Freight': 3.25,\r\n 'ShipName': 'Centro comercial Moctezuma',\r\n 'ShipAddress': 'Sierras de Granada 9993',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10260,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1996-07-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-29T00:00:00.000Z',\r\n 'Freight': 55.09,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10261,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-07-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-30T00:00:00.000Z',\r\n 'Freight': 3.05,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10262,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-07-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-25T00:00:00.000Z',\r\n 'Freight': 48.29,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10263,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-07-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-31T00:00:00.000Z',\r\n 'Freight': 146.06,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10264,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-07-24T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-23T00:00:00.000Z',\r\n 'Freight': 3.67,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10265,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-07-25T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-12T00:00:00.000Z',\r\n 'Freight': 55.28,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10266,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-07-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-31T00:00:00.000Z',\r\n 'Freight': 25.73,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10267,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-07-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-06T00:00:00.000Z',\r\n 'Freight': 208.58,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10268,\r\n 'CustomerID': 'GROSR',\r\n 'OrderDate': '1996-07-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-02T00:00:00.000Z',\r\n 'Freight': 66.29,\r\n 'ShipName': 'GROSELLA-Restaurante',\r\n 'ShipAddress': '5ª Ave. Los Palos Grandes',\r\n 'ShipCity': 'Caracas',\r\n 'ShipRegion': 'DF',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10269,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1996-07-31T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-09T00:00:00.000Z',\r\n 'Freight': 4.56,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10270,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-08-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-02T00:00:00.000Z',\r\n 'Freight': 136.54,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10271,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-08-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-30T00:00:00.000Z',\r\n 'Freight': 4.54,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10272,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-08-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-06T00:00:00.000Z',\r\n 'Freight': 98.03,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10273,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-12T00:00:00.000Z',\r\n 'Freight': 76.07,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10274,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-08-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 6.01,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10275,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1996-08-07T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-09T00:00:00.000Z',\r\n 'Freight': 26.93,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10276,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-08-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-14T00:00:00.000Z',\r\n 'Freight': 13.84,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10277,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1996-08-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-13T00:00:00.000Z',\r\n 'Freight': 125.77,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10278,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-08-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 92.69,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10279,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-08-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 25.83,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10280,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-12T00:00:00.000Z',\r\n 'Freight': 8.98,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10281,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-21T00:00:00.000Z',\r\n 'Freight': 2.94,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10282,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-08-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-21T00:00:00.000Z',\r\n 'Freight': 12.69,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10283,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-08-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-23T00:00:00.000Z',\r\n 'Freight': 84.81,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10284,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-08-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-27T00:00:00.000Z',\r\n 'Freight': 76.56,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10285,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-26T00:00:00.000Z',\r\n 'Freight': 76.83,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10286,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-08-21T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-30T00:00:00.000Z',\r\n 'Freight': 229.24,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10287,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1996-08-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-28T00:00:00.000Z',\r\n 'Freight': 12.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10288,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1996-08-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-03T00:00:00.000Z',\r\n 'Freight': 7.45,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10289,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1996-08-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-28T00:00:00.000Z',\r\n 'Freight': 22.77,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10290,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1996-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-03T00:00:00.000Z',\r\n 'Freight': 79.7,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10291,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-04T00:00:00.000Z',\r\n 'Freight': 6.4,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10292,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1996-08-28T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-02T00:00:00.000Z',\r\n 'Freight': 1.35,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10293,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-08-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 21.18,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10294,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-08-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-05T00:00:00.000Z',\r\n 'Freight': 147.26,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10295,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1996-09-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-10T00:00:00.000Z',\r\n 'Freight': 1.15,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10296,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-09-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 0.12,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10297,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-09-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-10T00:00:00.000Z',\r\n 'Freight': 5.74,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10298,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-09-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 168.22,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10299,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1996-09-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-13T00:00:00.000Z',\r\n 'Freight': 29.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10300,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1996-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-18T00:00:00.000Z',\r\n 'Freight': 17.68,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10301,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-17T00:00:00.000Z',\r\n 'Freight': 45.08,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10302,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1996-09-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-09T00:00:00.000Z',\r\n 'Freight': 6.27,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10303,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1996-09-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-18T00:00:00.000Z',\r\n 'Freight': 107.83,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10304,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-09-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-17T00:00:00.000Z',\r\n 'Freight': 63.79,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10305,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1996-09-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-09T00:00:00.000Z',\r\n 'Freight': 257.62,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10306,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1996-09-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-23T00:00:00.000Z',\r\n 'Freight': 7.56,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10307,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1996-09-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-25T00:00:00.000Z',\r\n 'Freight': 0.56,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10308,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1996-09-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-24T00:00:00.000Z',\r\n 'Freight': 1.61,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10309,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-09-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-23T00:00:00.000Z',\r\n 'Freight': 47.3,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10310,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1996-09-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-27T00:00:00.000Z',\r\n 'Freight': 17.52,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10311,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1996-09-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-26T00:00:00.000Z',\r\n 'Freight': 24.69,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10312,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-09-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-03T00:00:00.000Z',\r\n 'Freight': 40.26,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10313,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-09-24T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-04T00:00:00.000Z',\r\n 'Freight': 1.96,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10314,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-09-25T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-04T00:00:00.000Z',\r\n 'Freight': 74.16,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10315,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-09-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-03T00:00:00.000Z',\r\n 'Freight': 41.76,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10316,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-09-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-08T00:00:00.000Z',\r\n 'Freight': 150.15,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10317,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1996-09-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-10T00:00:00.000Z',\r\n 'Freight': 12.69,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10318,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-10-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-04T00:00:00.000Z',\r\n 'Freight': 4.73,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10319,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1996-10-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-11T00:00:00.000Z',\r\n 'Freight': 64.5,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10320,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-10-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-18T00:00:00.000Z',\r\n 'Freight': 34.57,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10321,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1996-10-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-11T00:00:00.000Z',\r\n 'Freight': 3.43,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10322,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1996-10-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-23T00:00:00.000Z',\r\n 'Freight': 0.4,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10323,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1996-10-07T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-14T00:00:00.000Z',\r\n 'Freight': 4.88,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10324,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-10-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-10T00:00:00.000Z',\r\n 'Freight': 214.27,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10325,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1996-10-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-14T00:00:00.000Z',\r\n 'Freight': 64.86,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10326,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1996-10-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-14T00:00:00.000Z',\r\n 'Freight': 77.92,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10327,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-10-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-14T00:00:00.000Z',\r\n 'Freight': 63.36,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10328,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1996-10-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-17T00:00:00.000Z',\r\n 'Freight': 87.03,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10329,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-10-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-23T00:00:00.000Z',\r\n 'Freight': 191.67,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10330,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-10-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-28T00:00:00.000Z',\r\n 'Freight': 12.75,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10331,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-10-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-21T00:00:00.000Z',\r\n 'Freight': 10.19,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10332,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-10-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-21T00:00:00.000Z',\r\n 'Freight': 52.84,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10333,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1996-10-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-25T00:00:00.000Z',\r\n 'Freight': 0.59,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10334,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1996-10-21T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-28T00:00:00.000Z',\r\n 'Freight': 8.56,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10335,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-10-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-24T00:00:00.000Z',\r\n 'Freight': 42.11,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10336,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1996-10-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-25T00:00:00.000Z',\r\n 'Freight': 15.51,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10337,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-10-24T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-29T00:00:00.000Z',\r\n 'Freight': 108.26,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10338,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1996-10-25T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-29T00:00:00.000Z',\r\n 'Freight': 84.21,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10339,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-10-28T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-04T00:00:00.000Z',\r\n 'Freight': 15.66,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10340,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-10-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-08T00:00:00.000Z',\r\n 'Freight': 166.31,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10341,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1996-10-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-05T00:00:00.000Z',\r\n 'Freight': 26.78,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10342,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-10-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-04T00:00:00.000Z',\r\n 'Freight': 54.83,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10343,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1996-10-31T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-06T00:00:00.000Z',\r\n 'Freight': 110.37,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10344,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1996-11-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-05T00:00:00.000Z',\r\n 'Freight': 23.29,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10345,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-11-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-11T00:00:00.000Z',\r\n 'Freight': 249.06,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10346,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1996-11-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-08T00:00:00.000Z',\r\n 'Freight': 142.08,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10347,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1996-11-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-08T00:00:00.000Z',\r\n 'Freight': 3.1,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10348,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-11-07T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-15T00:00:00.000Z',\r\n 'Freight': 0.78,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10349,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-11-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-15T00:00:00.000Z',\r\n 'Freight': 8.63,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10350,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-11-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-03T00:00:00.000Z',\r\n 'Freight': 64.19,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10351,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-11-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-20T00:00:00.000Z',\r\n 'Freight': 162.33,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10352,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1996-11-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-18T00:00:00.000Z',\r\n 'Freight': 1.3,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10353,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1996-11-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-25T00:00:00.000Z',\r\n 'Freight': 360.63,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10354,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1996-11-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-20T00:00:00.000Z',\r\n 'Freight': 53.8,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10355,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1996-11-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-20T00:00:00.000Z',\r\n 'Freight': 41.95,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10356,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1996-11-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-27T00:00:00.000Z',\r\n 'Freight': 36.71,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10357,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-11-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:00:00.000Z',\r\n 'Freight': 34.88,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10358,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-11-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-27T00:00:00.000Z',\r\n 'Freight': 19.64,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10359,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-11-21T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-26T00:00:00.000Z',\r\n 'Freight': 288.43,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10360,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1996-11-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:00:00.000Z',\r\n 'Freight': 131.7,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10361,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1996-11-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-03T00:00:00.000Z',\r\n 'Freight': 183.17,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10362,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1996-11-25T00:00:00.000Z',\r\n 'ShippedDate': '1996-11-28T00:00:00.000Z',\r\n 'Freight': 96.04,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10363,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1996-11-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-04T00:00:00.000Z',\r\n 'Freight': 30.54,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10364,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1996-11-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-04T00:00:00.000Z',\r\n 'Freight': 71.97,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10365,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1996-11-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:00:00.000Z',\r\n 'Freight': 22,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10366,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1996-11-28T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-30T00:00:00.000Z',\r\n 'Freight': 10.14,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10367,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1996-11-28T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:00:00.000Z',\r\n 'Freight': 13.55,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10368,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-11-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-02T00:00:00.000Z',\r\n 'Freight': 101.95,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10369,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-12-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-09T00:00:00.000Z',\r\n 'Freight': 195.68,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10370,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1996-12-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-27T00:00:00.000Z',\r\n 'Freight': 1.17,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10371,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1996-12-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-24T00:00:00.000Z',\r\n 'Freight': 0.45,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10372,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1996-12-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-09T00:00:00.000Z',\r\n 'Freight': 890.78,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10373,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-12-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-11T00:00:00.000Z',\r\n 'Freight': 124.12,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10374,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1996-12-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-09T00:00:00.000Z',\r\n 'Freight': 3.94,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10375,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1996-12-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-09T00:00:00.000Z',\r\n 'Freight': 20.12,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10376,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1996-12-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-13T00:00:00.000Z',\r\n 'Freight': 20.39,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10377,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-12-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-13T00:00:00.000Z',\r\n 'Freight': 22.21,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10378,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1996-12-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-19T00:00:00.000Z',\r\n 'Freight': 5.44,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10379,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1996-12-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-13T00:00:00.000Z',\r\n 'Freight': 45.03,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10380,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1996-12-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-16T00:00:00.000Z',\r\n 'Freight': 35.03,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10381,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1996-12-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-13T00:00:00.000Z',\r\n 'Freight': 7.99,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10382,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-12-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-16T00:00:00.000Z',\r\n 'Freight': 94.77,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10383,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1996-12-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-18T00:00:00.000Z',\r\n 'Freight': 34.24,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10384,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1996-12-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-20T00:00:00.000Z',\r\n 'Freight': 168.64,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10385,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1996-12-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-23T00:00:00.000Z',\r\n 'Freight': 30.96,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10386,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1996-12-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-25T00:00:00.000Z',\r\n 'Freight': 13.99,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10387,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1996-12-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-20T00:00:00.000Z',\r\n 'Freight': 93.63,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 10388,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1996-12-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-20T00:00:00.000Z',\r\n 'Freight': 34.86,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10389,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1996-12-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-24T00:00:00.000Z',\r\n 'Freight': 47.42,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10390,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1996-12-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-26T00:00:00.000Z',\r\n 'Freight': 126.38,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10391,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1996-12-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-12-31T00:00:00.000Z',\r\n 'Freight': 5.45,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10392,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1996-12-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-01T00:00:00.000Z',\r\n 'Freight': 122.46,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10393,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-12-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-03T00:00:00.000Z',\r\n 'Freight': 126.56,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10394,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1996-12-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-03T00:00:00.000Z',\r\n 'Freight': 30.34,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10395,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1996-12-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-03T00:00:00.000Z',\r\n 'Freight': 184.41,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10396,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1996-12-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-06T00:00:00.000Z',\r\n 'Freight': 135.35,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10397,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1996-12-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-02T00:00:00.000Z',\r\n 'Freight': 60.26,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10398,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1996-12-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-09T00:00:00.000Z',\r\n 'Freight': 89.16,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10399,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1996-12-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-08T00:00:00.000Z',\r\n 'Freight': 27.36,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10400,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-01-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-16T00:00:00.000Z',\r\n 'Freight': 83.93,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10401,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-01-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-10T00:00:00.000Z',\r\n 'Freight': 12.51,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10402,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-10T00:00:00.000Z',\r\n 'Freight': 67.88,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10403,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-09T00:00:00.000Z',\r\n 'Freight': 73.79,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10404,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-01-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-08T00:00:00.000Z',\r\n 'Freight': 155.97,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10405,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-01-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-22T00:00:00.000Z',\r\n 'Freight': 34.82,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10406,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-01-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-13T00:00:00.000Z',\r\n 'Freight': 108.04,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10407,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-01-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-30T00:00:00.000Z',\r\n 'Freight': 91.48,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10408,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-01-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-14T00:00:00.000Z',\r\n 'Freight': 11.26,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10409,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1997-01-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-14T00:00:00.000Z',\r\n 'Freight': 29.83,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10410,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-15T00:00:00.000Z',\r\n 'Freight': 2.4,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10411,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-21T00:00:00.000Z',\r\n 'Freight': 23.65,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10412,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-01-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-15T00:00:00.000Z',\r\n 'Freight': 3.77,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10413,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-01-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-16T00:00:00.000Z',\r\n 'Freight': 95.66,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10414,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-01-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-17T00:00:00.000Z',\r\n 'Freight': 21.48,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10415,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-01-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-24T00:00:00.000Z',\r\n 'Freight': 0.2,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10416,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-01-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-27T00:00:00.000Z',\r\n 'Freight': 22.72,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10417,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-01-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-28T00:00:00.000Z',\r\n 'Freight': 70.29,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10418,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-01-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-24T00:00:00.000Z',\r\n 'Freight': 17.55,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10419,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-01-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-30T00:00:00.000Z',\r\n 'Freight': 137.35,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10420,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-01-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-27T00:00:00.000Z',\r\n 'Freight': 44.12,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10421,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-01-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-27T00:00:00.000Z',\r\n 'Freight': 99.23,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10422,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-01-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-31T00:00:00.000Z',\r\n 'Freight': 3.02,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10423,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-01-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-24T00:00:00.000Z',\r\n 'Freight': 24.5,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10424,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-01-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-01-27T00:00:00.000Z',\r\n 'Freight': 370.61,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10425,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-01-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-14T00:00:00.000Z',\r\n 'Freight': 7.93,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10426,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1997-01-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-06T00:00:00.000Z',\r\n 'Freight': 18.69,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10427,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-01-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-03T00:00:00.000Z',\r\n 'Freight': 31.29,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10428,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-01-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-04T00:00:00.000Z',\r\n 'Freight': 11.09,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10429,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-01-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-07T00:00:00.000Z',\r\n 'Freight': 56.63,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10430,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-01-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-03T00:00:00.000Z',\r\n 'Freight': 458.78,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10431,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-01-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-07T00:00:00.000Z',\r\n 'Freight': 44.17,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10432,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1997-01-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-07T00:00:00.000Z',\r\n 'Freight': 4.34,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10433,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1997-02-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-04T00:00:00.000Z',\r\n 'Freight': 73.83,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10434,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-02-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-13T00:00:00.000Z',\r\n 'Freight': 17.92,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10435,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1997-02-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-07T00:00:00.000Z',\r\n 'Freight': 9.21,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10436,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-02-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-11T00:00:00.000Z',\r\n 'Freight': 156.66,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10437,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-02-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-12T00:00:00.000Z',\r\n 'Freight': 19.97,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10438,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-02-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-14T00:00:00.000Z',\r\n 'Freight': 8.24,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10439,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-02-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-10T00:00:00.000Z',\r\n 'Freight': 4.07,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10440,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-02-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-28T00:00:00.000Z',\r\n 'Freight': 86.53,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10441,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-02-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-14T00:00:00.000Z',\r\n 'Freight': 73.02,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10442,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-02-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-18T00:00:00.000Z',\r\n 'Freight': 47.94,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10443,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-02-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-14T00:00:00.000Z',\r\n 'Freight': 13.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10444,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-02-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-21T00:00:00.000Z',\r\n 'Freight': 3.5,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10445,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-02-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-20T00:00:00.000Z',\r\n 'Freight': 9.3,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10446,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-02-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-19T00:00:00.000Z',\r\n 'Freight': 14.68,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10447,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-02-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-07T00:00:00.000Z',\r\n 'Freight': 68.66,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10448,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1997-02-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-24T00:00:00.000Z',\r\n 'Freight': 38.82,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10449,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-02-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-27T00:00:00.000Z',\r\n 'Freight': 53.3,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10450,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-02-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-11T00:00:00.000Z',\r\n 'Freight': 7.23,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10451,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-02-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-12T00:00:00.000Z',\r\n 'Freight': 189.09,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10452,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-02-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-26T00:00:00.000Z',\r\n 'Freight': 140.26,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10453,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-02-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-26T00:00:00.000Z',\r\n 'Freight': 25.36,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10454,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-02-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-25T00:00:00.000Z',\r\n 'Freight': 2.74,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10455,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-02-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-03T00:00:00.000Z',\r\n 'Freight': 180.45,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10456,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-02-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-28T00:00:00.000Z',\r\n 'Freight': 8.12,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10457,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-02-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-03T00:00:00.000Z',\r\n 'Freight': 11.57,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10458,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-04T00:00:00.000Z',\r\n 'Freight': 147.06,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10459,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-02-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-02-28T00:00:00.000Z',\r\n 'Freight': 25.09,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10460,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-02-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-03T00:00:00.000Z',\r\n 'Freight': 16.27,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10461,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-02-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-05T00:00:00.000Z',\r\n 'Freight': 148.61,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10462,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1997-03-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-18T00:00:00.000Z',\r\n 'Freight': 6.17,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10463,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-03-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-06T00:00:00.000Z',\r\n 'Freight': 14.78,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10464,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-03-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-14T00:00:00.000Z',\r\n 'Freight': 89,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10465,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-03-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-14T00:00:00.000Z',\r\n 'Freight': 145.04,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10466,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1997-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-13T00:00:00.000Z',\r\n 'Freight': 11.93,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10467,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-11T00:00:00.000Z',\r\n 'Freight': 4.93,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10468,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-03-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-12T00:00:00.000Z',\r\n 'Freight': 44.12,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10469,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-03-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-14T00:00:00.000Z',\r\n 'Freight': 60.18,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10470,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-14T00:00:00.000Z',\r\n 'Freight': 64.56,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10471,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-18T00:00:00.000Z',\r\n 'Freight': 45.59,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10472,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-03-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-19T00:00:00.000Z',\r\n 'Freight': 4.2,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10473,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-03-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-21T00:00:00.000Z',\r\n 'Freight': 16.37,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10474,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1997-03-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-21T00:00:00.000Z',\r\n 'Freight': 83.49,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10475,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-03-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-04T00:00:00.000Z',\r\n 'Freight': 68.52,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10476,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-24T00:00:00.000Z',\r\n 'Freight': 4.41,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10477,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1997-03-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-25T00:00:00.000Z',\r\n 'Freight': 13.02,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10478,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-03-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-26T00:00:00.000Z',\r\n 'Freight': 4.81,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10479,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-03-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-21T00:00:00.000Z',\r\n 'Freight': 708.95,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10480,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-03-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-24T00:00:00.000Z',\r\n 'Freight': 1.35,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10481,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-03-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-25T00:00:00.000Z',\r\n 'Freight': 64.33,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10482,\r\n 'CustomerID': 'LAZYK',\r\n 'OrderDate': '1997-03-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-10T00:00:00.000Z',\r\n 'Freight': 7.48,\r\n 'ShipName': 'Lazy K Kountry Store',\r\n 'ShipAddress': '12 Orchestra Terrace',\r\n 'ShipCity': 'Walla Walla',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10483,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-25T00:00:00.000Z',\r\n 'Freight': 15.28,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10484,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-01T00:00:00.000Z',\r\n 'Freight': 6.88,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10485,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-03-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-31T00:00:00.000Z',\r\n 'Freight': 64.45,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10486,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-02T00:00:00.000Z',\r\n 'Freight': 30.53,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10487,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-03-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-03-28T00:00:00.000Z',\r\n 'Freight': 71.07,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10488,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-03-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-02T00:00:00.000Z',\r\n 'Freight': 4.93,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10489,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-03-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-09T00:00:00.000Z',\r\n 'Freight': 5.29,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10490,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-03-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-03T00:00:00.000Z',\r\n 'Freight': 210.19,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10491,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-03-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-08T00:00:00.000Z',\r\n 'Freight': 16.96,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10492,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-04-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-11T00:00:00.000Z',\r\n 'Freight': 62.89,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10493,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-04-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-10T00:00:00.000Z',\r\n 'Freight': 10.64,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10494,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1997-04-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-09T00:00:00.000Z',\r\n 'Freight': 65.99,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10495,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1997-04-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-11T00:00:00.000Z',\r\n 'Freight': 4.65,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10496,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1997-04-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-07T00:00:00.000Z',\r\n 'Freight': 46.77,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10497,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-04-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-07T00:00:00.000Z',\r\n 'Freight': 36.21,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10498,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-04-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-11T00:00:00.000Z',\r\n 'Freight': 29.75,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10499,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-04-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-16T00:00:00.000Z',\r\n 'Freight': 102.02,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10500,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-17T00:00:00.000Z',\r\n 'Freight': 42.68,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10501,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-16T00:00:00.000Z',\r\n 'Freight': 8.85,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10502,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1997-04-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-29T00:00:00.000Z',\r\n 'Freight': 69.32,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10503,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-04-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-16T00:00:00.000Z',\r\n 'Freight': 16.74,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10504,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-04-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-18T00:00:00.000Z',\r\n 'Freight': 59.13,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10505,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-04-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-21T00:00:00.000Z',\r\n 'Freight': 7.13,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10506,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-04-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-02T00:00:00.000Z',\r\n 'Freight': 21.19,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10507,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-04-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-22T00:00:00.000Z',\r\n 'Freight': 47.45,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10508,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-04-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-13T00:00:00.000Z',\r\n 'Freight': 4.99,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10509,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-04-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-29T00:00:00.000Z',\r\n 'Freight': 0.15,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10510,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-04-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-28T00:00:00.000Z',\r\n 'Freight': 367.63,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10511,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-04-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-21T00:00:00.000Z',\r\n 'Freight': 350.64,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10512,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-04-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-24T00:00:00.000Z',\r\n 'Freight': 3.53,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10513,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-04-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-28T00:00:00.000Z',\r\n 'Freight': 105.65,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10514,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-04-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-16T00:00:00.000Z',\r\n 'Freight': 789.95,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10515,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-04-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-23T00:00:00.000Z',\r\n 'Freight': 204.47,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10516,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-04-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-01T00:00:00.000Z',\r\n 'Freight': 62.78,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10517,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1997-04-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-04-29T00:00:00.000Z',\r\n 'Freight': 32.07,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10518,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-04-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-05T00:00:00.000Z',\r\n 'Freight': 218.15,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10519,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-04-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-01T00:00:00.000Z',\r\n 'Freight': 91.76,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10520,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1997-04-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-01T00:00:00.000Z',\r\n 'Freight': 13.37,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 10521,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1997-04-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-02T00:00:00.000Z',\r\n 'Freight': 17.22,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10522,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-04-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-06T00:00:00.000Z',\r\n 'Freight': 45.33,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10523,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-05-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-30T00:00:00.000Z',\r\n 'Freight': 77.63,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10524,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-05-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-07T00:00:00.000Z',\r\n 'Freight': 244.79,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10525,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-05-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-23T00:00:00.000Z',\r\n 'Freight': 11.06,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10526,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-05-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-15T00:00:00.000Z',\r\n 'Freight': 58.59,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10527,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-07T00:00:00.000Z',\r\n 'Freight': 41.9,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10528,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-05-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-09T00:00:00.000Z',\r\n 'Freight': 3.35,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10529,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-05-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-09T00:00:00.000Z',\r\n 'Freight': 66.69,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10530,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-05-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-12T00:00:00.000Z',\r\n 'Freight': 339.22,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10531,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1997-05-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-19T00:00:00.000Z',\r\n 'Freight': 8.12,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10532,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-05-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-12T00:00:00.000Z',\r\n 'Freight': 74.46,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10533,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-05-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-22T00:00:00.000Z',\r\n 'Freight': 188.04,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10534,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-05-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-14T00:00:00.000Z',\r\n 'Freight': 27.94,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10535,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-05-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-21T00:00:00.000Z',\r\n 'Freight': 15.64,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10536,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-05-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-06T00:00:00.000Z',\r\n 'Freight': 58.88,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10537,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-05-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-19T00:00:00.000Z',\r\n 'Freight': 78.85,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10538,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-05-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-16T00:00:00.000Z',\r\n 'Freight': 4.87,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10539,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-05-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-23T00:00:00.000Z',\r\n 'Freight': 12.36,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10540,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-13T00:00:00.000Z',\r\n 'Freight': 1007.64,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10541,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-05-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-29T00:00:00.000Z',\r\n 'Freight': 68.65,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10542,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-05-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-26T00:00:00.000Z',\r\n 'Freight': 10.95,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10543,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-05-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-23T00:00:00.000Z',\r\n 'Freight': 48.17,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10544,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-05-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-30T00:00:00.000Z',\r\n 'Freight': 24.91,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10545,\r\n 'CustomerID': 'LAZYK',\r\n 'OrderDate': '1997-05-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-26T00:00:00.000Z',\r\n 'Freight': 11.92,\r\n 'ShipName': 'Lazy K Kountry Store',\r\n 'ShipAddress': '12 Orchestra Terrace',\r\n 'ShipCity': 'Walla Walla',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10546,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-05-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-27T00:00:00.000Z',\r\n 'Freight': 194.72,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10547,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-05-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-02T00:00:00.000Z',\r\n 'Freight': 178.43,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10548,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-05-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-02T00:00:00.000Z',\r\n 'Freight': 1.43,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10549,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-05-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-05-30T00:00:00.000Z',\r\n 'Freight': 171.24,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10550,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1997-05-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-06T00:00:00.000Z',\r\n 'Freight': 4.32,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10551,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-05-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-06T00:00:00.000Z',\r\n 'Freight': 72.95,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10552,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-05-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-05T00:00:00.000Z',\r\n 'Freight': 83.22,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10553,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-05-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-03T00:00:00.000Z',\r\n 'Freight': 149.49,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10554,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-05-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-05T00:00:00.000Z',\r\n 'Freight': 120.97,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10555,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-06-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-04T00:00:00.000Z',\r\n 'Freight': 252.49,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10556,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-06-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-13T00:00:00.000Z',\r\n 'Freight': 9.8,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10557,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-06-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-06T00:00:00.000Z',\r\n 'Freight': 96.72,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10558,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-06-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-10T00:00:00.000Z',\r\n 'Freight': 72.97,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10559,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-13T00:00:00.000Z',\r\n 'Freight': 8.05,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10560,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-06-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-09T00:00:00.000Z',\r\n 'Freight': 36.65,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10561,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-06-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-09T00:00:00.000Z',\r\n 'Freight': 242.21,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10562,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-06-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-12T00:00:00.000Z',\r\n 'Freight': 22.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10563,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-06-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-24T00:00:00.000Z',\r\n 'Freight': 60.43,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10564,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-06-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-16T00:00:00.000Z',\r\n 'Freight': 13.75,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10565,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-06-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-18T00:00:00.000Z',\r\n 'Freight': 7.15,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10566,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-18T00:00:00.000Z',\r\n 'Freight': 88.4,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10567,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-06-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-17T00:00:00.000Z',\r\n 'Freight': 33.97,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10568,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1997-06-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-09T00:00:00.000Z',\r\n 'Freight': 6.54,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10569,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-06-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-11T00:00:00.000Z',\r\n 'Freight': 58.98,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10570,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-06-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-19T00:00:00.000Z',\r\n 'Freight': 188.99,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10571,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-06-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-04T00:00:00.000Z',\r\n 'Freight': 26.06,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10572,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-06-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-25T00:00:00.000Z',\r\n 'Freight': 116.43,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10573,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-06-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-20T00:00:00.000Z',\r\n 'Freight': 84.84,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10574,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1997-06-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-30T00:00:00.000Z',\r\n 'Freight': 37.6,\r\n 'ShipName': 'Trail\\' Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10575,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-06-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-30T00:00:00.000Z',\r\n 'Freight': 127.34,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10576,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-06-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-30T00:00:00.000Z',\r\n 'Freight': 18.56,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10577,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1997-06-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-06-30T00:00:00.000Z',\r\n 'Freight': 25.41,\r\n 'ShipName': 'Trail\\' Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10578,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-06-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-25T00:00:00.000Z',\r\n 'Freight': 29.6,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10579,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-06-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-04T00:00:00.000Z',\r\n 'Freight': 13.73,\r\n 'ShipName': 'Let\\' Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10580,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-06-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-01T00:00:00.000Z',\r\n 'Freight': 75.89,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10581,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-06-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-02T00:00:00.000Z',\r\n 'Freight': 3.01,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10582,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-06-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-14T00:00:00.000Z',\r\n 'Freight': 27.71,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10583,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-06-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-04T00:00:00.000Z',\r\n 'Freight': 7.28,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10584,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-06-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-04T00:00:00.000Z',\r\n 'Freight': 59.14,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10585,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-07-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-10T00:00:00.000Z',\r\n 'Freight': 13.41,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10586,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-07-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-09T00:00:00.000Z',\r\n 'Freight': 0.48,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10587,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-07-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-09T00:00:00.000Z',\r\n 'Freight': 62.52,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10588,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-07-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-10T00:00:00.000Z',\r\n 'Freight': 194.67,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10589,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-14T00:00:00.000Z',\r\n 'Freight': 4.42,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10590,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-07-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-14T00:00:00.000Z',\r\n 'Freight': 44.77,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10591,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-07-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-16T00:00:00.000Z',\r\n 'Freight': 55.92,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10592,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-07-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-16T00:00:00.000Z',\r\n 'Freight': 32.1,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10593,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-07-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-13T00:00:00.000Z',\r\n 'Freight': 174.2,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10594,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-07-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-16T00:00:00.000Z',\r\n 'Freight': 5.24,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10595,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-07-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-14T00:00:00.000Z',\r\n 'Freight': 96.78,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10596,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-07-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-12T00:00:00.000Z',\r\n 'Freight': 16.34,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10597,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-07-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-18T00:00:00.000Z',\r\n 'Freight': 35.12,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10598,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-07-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-18T00:00:00.000Z',\r\n 'Freight': 44.42,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10599,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1997-07-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-21T00:00:00.000Z',\r\n 'Freight': 29.98,\r\n 'ShipName': 'B Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10600,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-07-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-21T00:00:00.000Z',\r\n 'Freight': 45.13,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10601,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-07-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-22T00:00:00.000Z',\r\n 'Freight': 58.3,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10602,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-07-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-22T00:00:00.000Z',\r\n 'Freight': 2.92,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10603,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-08T00:00:00.000Z',\r\n 'Freight': 48.77,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10604,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-07-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-29T00:00:00.000Z',\r\n 'Freight': 7.46,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10605,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-07-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-29T00:00:00.000Z',\r\n 'Freight': 379.13,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10606,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1997-07-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-31T00:00:00.000Z',\r\n 'Freight': 79.4,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10607,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-25T00:00:00.000Z',\r\n 'Freight': 200.24,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10608,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1997-07-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-01T00:00:00.000Z',\r\n 'Freight': 27.79,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10609,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1997-07-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-07-30T00:00:00.000Z',\r\n 'Freight': 1.85,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10610,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-07-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-06T00:00:00.000Z',\r\n 'Freight': 26.78,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10611,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1997-07-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-01T00:00:00.000Z',\r\n 'Freight': 80.65,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10612,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-07-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-01T00:00:00.000Z',\r\n 'Freight': 544.08,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10613,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-07-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-01T00:00:00.000Z',\r\n 'Freight': 8.11,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10614,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1997-07-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-01T00:00:00.000Z',\r\n 'Freight': 1.93,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10615,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-07-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-06T00:00:00.000Z',\r\n 'Freight': 0.75,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10616,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-05T00:00:00.000Z',\r\n 'Freight': 116.53,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10617,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-07-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-04T00:00:00.000Z',\r\n 'Freight': 18.53,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10618,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-08-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-08T00:00:00.000Z',\r\n 'Freight': 154.68,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10619,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-08-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-07T00:00:00.000Z',\r\n 'Freight': 91.05,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10620,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1997-08-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-14T00:00:00.000Z',\r\n 'Freight': 0.94,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10621,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-08-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-11T00:00:00.000Z',\r\n 'Freight': 23.73,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10622,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-08-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-11T00:00:00.000Z',\r\n 'Freight': 50.97,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10623,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-08-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-12T00:00:00.000Z',\r\n 'Freight': 97.18,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10624,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1997-08-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-19T00:00:00.000Z',\r\n 'Freight': 94.8,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10625,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1997-08-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-14T00:00:00.000Z',\r\n 'Freight': 43.9,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10626,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-08-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-20T00:00:00.000Z',\r\n 'Freight': 138.69,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10627,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-08-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-21T00:00:00.000Z',\r\n 'Freight': 107.46,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10628,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-08-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-20T00:00:00.000Z',\r\n 'Freight': 30.36,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10629,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1997-08-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-20T00:00:00.000Z',\r\n 'Freight': 85.46,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10630,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-08-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-19T00:00:00.000Z',\r\n 'Freight': 32.35,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10631,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-15T00:00:00.000Z',\r\n 'Freight': 0.87,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10632,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-19T00:00:00.000Z',\r\n 'Freight': 41.38,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10633,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-08-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-18T00:00:00.000Z',\r\n 'Freight': 477.9,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10634,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-08-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-21T00:00:00.000Z',\r\n 'Freight': 487.38,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10635,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-08-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-21T00:00:00.000Z',\r\n 'Freight': 47.46,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10636,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-08-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-26T00:00:00.000Z',\r\n 'Freight': 1.15,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10637,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-08-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-26T00:00:00.000Z',\r\n 'Freight': 201.29,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10638,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-08-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-01T00:00:00.000Z',\r\n 'Freight': 158.44,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10639,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1997-08-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-27T00:00:00.000Z',\r\n 'Freight': 38.64,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 10640,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-08-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-28T00:00:00.000Z',\r\n 'Freight': 23.55,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10641,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-08-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-26T00:00:00.000Z',\r\n 'Freight': 179.61,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10642,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-08-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-05T00:00:00.000Z',\r\n 'Freight': 41.89,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10643,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-08-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-02T00:00:00.000Z',\r\n 'Freight': 29.46,\r\n 'ShipName': 'Alfreds Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10644,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-08-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-01T00:00:00.000Z',\r\n 'Freight': 0.14,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10645,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-08-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-02T00:00:00.000Z',\r\n 'Freight': 12.41,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10646,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-03T00:00:00.000Z',\r\n 'Freight': 142.33,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10647,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-03T00:00:00.000Z',\r\n 'Freight': 45.54,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10648,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1997-08-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-09T00:00:00.000Z',\r\n 'Freight': 14.25,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10649,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-08-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-08-29T00:00:00.000Z',\r\n 'Freight': 6.2,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10650,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-08-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-03T00:00:00.000Z',\r\n 'Freight': 176.81,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10651,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-09-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-11T00:00:00.000Z',\r\n 'Freight': 20.6,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10652,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-09-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-08T00:00:00.000Z',\r\n 'Freight': 7.14,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10653,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-19T00:00:00.000Z',\r\n 'Freight': 93.25,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10654,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-09-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-11T00:00:00.000Z',\r\n 'Freight': 55.26,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10655,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-09-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-11T00:00:00.000Z',\r\n 'Freight': 4.41,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10656,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-09-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-10T00:00:00.000Z',\r\n 'Freight': 57.15,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10657,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-09-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-15T00:00:00.000Z',\r\n 'Freight': 352.69,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10658,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-09-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-08T00:00:00.000Z',\r\n 'Freight': 364.15,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10659,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-09-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-10T00:00:00.000Z',\r\n 'Freight': 105.81,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10660,\r\n 'CustomerID': 'HUNGC',\r\n 'OrderDate': '1997-09-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-15T00:00:00.000Z',\r\n 'Freight': 111.29,\r\n 'ShipName': 'Hungry Coyote Import Store',\r\n 'ShipAddress': 'City Center Plaza 516 Main St.',\r\n 'ShipCity': 'Elgin',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10661,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-15T00:00:00.000Z',\r\n 'Freight': 17.55,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10662,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-18T00:00:00.000Z',\r\n 'Freight': 1.28,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10663,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-09-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-03T00:00:00.000Z',\r\n 'Freight': 113.15,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10664,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1997-09-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-19T00:00:00.000Z',\r\n 'Freight': 1.27,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10665,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1997-09-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-17T00:00:00.000Z',\r\n 'Freight': 26.31,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10666,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-09-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-22T00:00:00.000Z',\r\n 'Freight': 232.42,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10667,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-09-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-19T00:00:00.000Z',\r\n 'Freight': 78.09,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10668,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1997-09-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-23T00:00:00.000Z',\r\n 'Freight': 47.22,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10669,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-09-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-22T00:00:00.000Z',\r\n 'Freight': 24.39,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10670,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-18T00:00:00.000Z',\r\n 'Freight': 203.48,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10671,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1997-09-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-24T00:00:00.000Z',\r\n 'Freight': 30.34,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10672,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-09-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-26T00:00:00.000Z',\r\n 'Freight': 95.75,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10673,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-09-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-19T00:00:00.000Z',\r\n 'Freight': 22.76,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10674,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-09-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-30T00:00:00.000Z',\r\n 'Freight': 0.9,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10675,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-09-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-23T00:00:00.000Z',\r\n 'Freight': 31.85,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10676,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1997-09-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-29T00:00:00.000Z',\r\n 'Freight': 2.01,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10677,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-09-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-26T00:00:00.000Z',\r\n 'Freight': 4.03,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10678,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-09-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-16T00:00:00.000Z',\r\n 'Freight': 388.98,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10679,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1997-09-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-30T00:00:00.000Z',\r\n 'Freight': 27.94,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10680,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-09-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-26T00:00:00.000Z',\r\n 'Freight': 26.61,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10681,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1997-09-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-30T00:00:00.000Z',\r\n 'Freight': 76.13,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10682,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1997-09-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-01T00:00:00.000Z',\r\n 'Freight': 36.13,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10683,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1997-09-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-01T00:00:00.000Z',\r\n 'Freight': 4.4,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10684,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-09-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-09-30T00:00:00.000Z',\r\n 'Freight': 145.63,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10685,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-09-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-03T00:00:00.000Z',\r\n 'Freight': 33.75,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10686,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-09-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-08T00:00:00.000Z',\r\n 'Freight': 96.5,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10687,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-09-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-30T00:00:00.000Z',\r\n 'Freight': 296.43,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10688,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-10-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-07T00:00:00.000Z',\r\n 'Freight': 299.09,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10689,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-10-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-07T00:00:00.000Z',\r\n 'Freight': 13.42,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10690,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-10-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-03T00:00:00.000Z',\r\n 'Freight': 15.8,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10691,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-22T00:00:00.000Z',\r\n 'Freight': 810.05,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10692,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-10-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-13T00:00:00.000Z',\r\n 'Freight': 61.02,\r\n 'ShipName': 'Alfred\\' Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10693,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-10T00:00:00.000Z',\r\n 'Freight': 139.34,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10694,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-09T00:00:00.000Z',\r\n 'Freight': 398.36,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10695,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1997-10-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-14T00:00:00.000Z',\r\n 'Freight': 16.72,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10696,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-14T00:00:00.000Z',\r\n 'Freight': 102.55,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10697,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-10-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-14T00:00:00.000Z',\r\n 'Freight': 45.52,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10698,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-10-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-17T00:00:00.000Z',\r\n 'Freight': 272.47,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10699,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-10-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-13T00:00:00.000Z',\r\n 'Freight': 0.58,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10700,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-16T00:00:00.000Z',\r\n 'Freight': 65.1,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10701,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-10-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-15T00:00:00.000Z',\r\n 'Freight': 220.31,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10702,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1997-10-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-21T00:00:00.000Z',\r\n 'Freight': 23.94,\r\n 'ShipName': 'Alfred\\' Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10703,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-10-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-20T00:00:00.000Z',\r\n 'Freight': 152.3,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10704,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-10-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-07T00:00:00.000Z',\r\n 'Freight': 4.78,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10705,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-10-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-18T00:00:00.000Z',\r\n 'Freight': 3.52,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10706,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1997-10-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-21T00:00:00.000Z',\r\n 'Freight': 135.63,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10707,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-10-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-23T00:00:00.000Z',\r\n 'Freight': 21.74,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10708,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1997-10-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-05T00:00:00.000Z',\r\n 'Freight': 2.96,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10709,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-10-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-20T00:00:00.000Z',\r\n 'Freight': 210.8,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10710,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-10-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-23T00:00:00.000Z',\r\n 'Freight': 4.98,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10711,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-29T00:00:00.000Z',\r\n 'Freight': 52.41,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10712,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-10-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-31T00:00:00.000Z',\r\n 'Freight': 89.93,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10713,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-24T00:00:00.000Z',\r\n 'Freight': 167.05,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10714,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-27T00:00:00.000Z',\r\n 'Freight': 24.49,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10715,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-10-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-29T00:00:00.000Z',\r\n 'Freight': 63.2,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10716,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1997-10-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-27T00:00:00.000Z',\r\n 'Freight': 22.57,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10717,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-10-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-29T00:00:00.000Z',\r\n 'Freight': 59.25,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10718,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-10-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-29T00:00:00.000Z',\r\n 'Freight': 170.88,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10719,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-10-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-05T00:00:00.000Z',\r\n 'Freight': 51.44,\r\n 'ShipName': 'Let\\' Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10720,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-10-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-05T00:00:00.000Z',\r\n 'Freight': 9.53,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10721,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-10-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-10-31T00:00:00.000Z',\r\n 'Freight': 48.92,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10722,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-10-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-04T00:00:00.000Z',\r\n 'Freight': 74.58,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10723,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-10-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-25T00:00:00.000Z',\r\n 'Freight': 21.72,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10724,\r\n 'CustomerID': 'MEREP',\r\n 'OrderDate': '1997-10-30T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-05T00:00:00.000Z',\r\n 'Freight': 57.75,\r\n 'ShipName': 'Mère Paillarde',\r\n 'ShipAddress': '43 rue St. Laurent',\r\n 'ShipCity': 'Montréal',\r\n 'ShipRegion': 'Québec',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10725,\r\n 'CustomerID': 'FAMIA',\r\n 'OrderDate': '1997-10-31T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-05T00:00:00.000Z',\r\n 'Freight': 10.83,\r\n 'ShipName': 'Familia Arquibaldo',\r\n 'ShipAddress': 'Rua Orós, 92',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10726,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1997-11-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-05T00:00:00.000Z',\r\n 'Freight': 16.56,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10727,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1997-11-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-05T00:00:00.000Z',\r\n 'Freight': 89.9,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10728,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-11-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-11T00:00:00.000Z',\r\n 'Freight': 58.33,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10729,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1997-11-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-14T00:00:00.000Z',\r\n 'Freight': 141.06,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10730,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-14T00:00:00.000Z',\r\n 'Freight': 20.12,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10731,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-11-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-14T00:00:00.000Z',\r\n 'Freight': 96.65,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10732,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-06T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-07T00:00:00.000Z',\r\n 'Freight': 16.97,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10733,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-11-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-10T00:00:00.000Z',\r\n 'Freight': 110.11,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10734,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-11-07T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-12T00:00:00.000Z',\r\n 'Freight': 1.63,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10735,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1997-11-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-21T00:00:00.000Z',\r\n 'Freight': 45.97,\r\n 'ShipName': 'Let\\' Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10736,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1997-11-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-21T00:00:00.000Z',\r\n 'Freight': 44.1,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10737,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1997-11-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-18T00:00:00.000Z',\r\n 'Freight': 7.79,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l\\'Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10738,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1997-11-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-18T00:00:00.000Z',\r\n 'Freight': 2.91,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10739,\r\n 'CustomerID': 'VINET',\r\n 'OrderDate': '1997-11-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-17T00:00:00.000Z',\r\n 'Freight': 11.08,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de lAbbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10740,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1997-11-13T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-25T00:00:00.000Z',\r\n 'Freight': 81.88,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10741,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-11-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-18T00:00:00.000Z',\r\n 'Freight': 10.96,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10742,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1997-11-14T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-18T00:00:00.000Z',\r\n 'Freight': 243.73,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10743,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-11-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-21T00:00:00.000Z',\r\n 'Freight': 23.72,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10744,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-11-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-24T00:00:00.000Z',\r\n 'Freight': 69.19,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10745,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-11-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-27T00:00:00.000Z',\r\n 'Freight': 3.52,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10746,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1997-11-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-21T00:00:00.000Z',\r\n 'Freight': 31.43,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10747,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1997-11-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-26T00:00:00.000Z',\r\n 'Freight': 117.33,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10748,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-11-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-28T00:00:00.000Z',\r\n 'Freight': 232.55,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10749,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-11-20T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-19T00:00:00.000Z',\r\n 'Freight': 61.53,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10750,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-11-21T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-24T00:00:00.000Z',\r\n 'Freight': 79.3,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10751,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-11-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-03T00:00:00.000Z',\r\n 'Freight': 130.79,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10752,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1997-11-24T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-28T00:00:00.000Z',\r\n 'Freight': 1.39,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10753,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-11-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-27T00:00:00.000Z',\r\n 'Freight': 7.7,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10754,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-11-25T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-27T00:00:00.000Z',\r\n 'Freight': 2.38,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10755,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1997-11-26T00:00:00.000Z',\r\n 'ShippedDate': '1997-11-28T00:00:00.000Z',\r\n 'Freight': 16.71,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10756,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1997-11-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-02T00:00:00.000Z',\r\n 'Freight': 73.21,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10757,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1997-11-27T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-15T00:00:00.000Z',\r\n 'Freight': 8.19,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10758,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1997-11-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-04T00:00:00.000Z',\r\n 'Freight': 138.17,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10759,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1997-11-28T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-12T00:00:00.000Z',\r\n 'Freight': 11.99,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10760,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1997-12-01T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-10T00:00:00.000Z',\r\n 'Freight': 155.64,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10761,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1997-12-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-08T00:00:00.000Z',\r\n 'Freight': 18.66,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10762,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-12-02T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-09T00:00:00.000Z',\r\n 'Freight': 328.74,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10763,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-12-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-08T00:00:00.000Z',\r\n 'Freight': 37.35,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10764,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-03T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-08T00:00:00.000Z',\r\n 'Freight': 145.45,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10765,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-12-04T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-09T00:00:00.000Z',\r\n 'Freight': 42.74,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10766,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1997-12-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-09T00:00:00.000Z',\r\n 'Freight': 157.55,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10767,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1997-12-05T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-15T00:00:00.000Z',\r\n 'Freight': 1.59,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10768,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-12-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-15T00:00:00.000Z',\r\n 'Freight': 146.32,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10769,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1997-12-08T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-12T00:00:00.000Z',\r\n 'Freight': 65.06,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10770,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-12-09T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-17T00:00:00.000Z',\r\n 'Freight': 5.32,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10771,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-02T00:00:00.000Z',\r\n 'Freight': 11.19,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10772,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1997-12-10T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-19T00:00:00.000Z',\r\n 'Freight': 91.28,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10773,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-16T00:00:00.000Z',\r\n 'Freight': 96.43,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10774,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1997-12-11T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-12T00:00:00.000Z',\r\n 'Freight': 48.2,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10775,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1997-12-12T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-26T00:00:00.000Z',\r\n 'Freight': 20.25,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10776,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-15T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-18T00:00:00.000Z',\r\n 'Freight': 351.53,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10777,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-12-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-21T00:00:00.000Z',\r\n 'Freight': 3.01,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10778,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1997-12-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-24T00:00:00.000Z',\r\n 'Freight': 6.79,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10779,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1997-12-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-14T00:00:00.000Z',\r\n 'Freight': 58.13,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10780,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1997-12-16T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-25T00:00:00.000Z',\r\n 'Freight': 42.13,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10781,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1997-12-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-19T00:00:00.000Z',\r\n 'Freight': 73.16,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10782,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1997-12-17T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-22T00:00:00.000Z',\r\n 'Freight': 1.1,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10783,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1997-12-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-19T00:00:00.000Z',\r\n 'Freight': 124.98,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10784,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1997-12-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-22T00:00:00.000Z',\r\n 'Freight': 70.09,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10785,\r\n 'CustomerID': 'GROSR',\r\n 'OrderDate': '1997-12-18T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-24T00:00:00.000Z',\r\n 'Freight': 1.51,\r\n 'ShipName': 'GROSELLA-Restaurante',\r\n 'ShipAddress': '5ª Ave. Los Palos Grandes',\r\n 'ShipCity': 'Caracas',\r\n 'ShipRegion': 'DF',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10786,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1997-12-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-23T00:00:00.000Z',\r\n 'Freight': 110.87,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10787,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1997-12-19T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-26T00:00:00.000Z',\r\n 'Freight': 249.93,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10788,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1997-12-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-19T00:00:00.000Z',\r\n 'Freight': 42.7,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10789,\r\n 'CustomerID': 'FOLIG',\r\n 'OrderDate': '1997-12-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-31T00:00:00.000Z',\r\n 'Freight': 100.6,\r\n 'ShipName': 'Folies gourmandes',\r\n 'ShipAddress': '184, chaussée de Tournai',\r\n 'ShipCity': 'Lille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10790,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1997-12-22T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-26T00:00:00.000Z',\r\n 'Freight': 28.23,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10791,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1997-12-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-01T00:00:00.000Z',\r\n 'Freight': 16.85,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10792,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1997-12-23T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-31T00:00:00.000Z',\r\n 'Freight': 23.79,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10793,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1997-12-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-08T00:00:00.000Z',\r\n 'Freight': 4.52,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10794,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1997-12-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-02T00:00:00.000Z',\r\n 'Freight': 21.49,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10795,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1997-12-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-20T00:00:00.000Z',\r\n 'Freight': 126.66,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10796,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1997-12-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-14T00:00:00.000Z',\r\n 'Freight': 26.52,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10797,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1997-12-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:00:00.000Z',\r\n 'Freight': 33.35,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10798,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1997-12-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:00:00.000Z',\r\n 'Freight': 2.33,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10799,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1997-12-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:00:00.000Z',\r\n 'Freight': 30.76,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10800,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-12-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:00:00.000Z',\r\n 'Freight': 137.44,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10801,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1997-12-29T00:00:00.000Z',\r\n 'ShippedDate': '1997-12-31T00:00:00.000Z',\r\n 'Freight': 97.09,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10802,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1997-12-29T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-02T00:00:00.000Z',\r\n 'Freight': 257.26,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10803,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1997-12-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-06T00:00:00.000Z',\r\n 'Freight': 55.23,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10804,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1997-12-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-07T00:00:00.000Z',\r\n 'Freight': 27.33,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10805,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1997-12-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-09T00:00:00.000Z',\r\n 'Freight': 237.34,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10806,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1997-12-31T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-05T00:00:00.000Z',\r\n 'Freight': 22.11,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10807,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1997-12-31T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 1.36,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10808,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-01-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-09T00:00:00.000Z',\r\n 'Freight': 45.53,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10809,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-01-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-07T00:00:00.000Z',\r\n 'Freight': 4.87,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10810,\r\n 'CustomerID': 'LAUGB',\r\n 'OrderDate': '1998-01-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-07T00:00:00.000Z',\r\n 'Freight': 4.33,\r\n 'ShipName': 'Laughing Bacchus Wine Cellars',\r\n 'ShipAddress': '2319 Elm St.',\r\n 'ShipCity': 'Vancouver',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10811,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-08T00:00:00.000Z',\r\n 'Freight': 31.22,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10812,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-01-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-12T00:00:00.000Z',\r\n 'Freight': 59.78,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10813,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-01-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-09T00:00:00.000Z',\r\n 'Freight': 47.38,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10814,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-14T00:00:00.000Z',\r\n 'Freight': 130.94,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10815,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-01-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-14T00:00:00.000Z',\r\n 'Freight': 14.62,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10816,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-01-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-04T00:00:00.000Z',\r\n 'Freight': 719.78,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10817,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-01-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-13T00:00:00.000Z',\r\n 'Freight': 306.07,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10818,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-01-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-12T00:00:00.000Z',\r\n 'Freight': 65.48,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10819,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-01-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-16T00:00:00.000Z',\r\n 'Freight': 19.76,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10820,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-01-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-13T00:00:00.000Z',\r\n 'Freight': 37.52,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10821,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1998-01-08T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-15T00:00:00.000Z',\r\n 'Freight': 36.68,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10822,\r\n 'CustomerID': 'TRAIH',\r\n 'OrderDate': '1998-01-08T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-16T00:00:00.000Z',\r\n 'Freight': 7,\r\n 'ShipName': 'Trail\\' Head Gourmet Provisioners',\r\n 'ShipAddress': '722 DaVinci Blvd.',\r\n 'ShipCity': 'Kirkland',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10823,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-01-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-13T00:00:00.000Z',\r\n 'Freight': 163.97,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10824,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-01-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 1.23,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10825,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-01-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-14T00:00:00.000Z',\r\n 'Freight': 79.25,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10826,\r\n 'CustomerID': 'BLONP',\r\n 'OrderDate': '1998-01-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-06T00:00:00.000Z',\r\n 'Freight': 7.09,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10827,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-01-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-06T00:00:00.000Z',\r\n 'Freight': 63.54,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10828,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-01-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-04T00:00:00.000Z',\r\n 'Freight': 90.85,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10829,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1998-01-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 154.72,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10830,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-21T00:00:00.000Z',\r\n 'Freight': 81.83,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10831,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-01-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 72.19,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 10832,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-01-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-19T00:00:00.000Z',\r\n 'Freight': 43.26,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10833,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-01-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 71.49,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10834,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-19T00:00:00.000Z',\r\n 'Freight': 29.78,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10835,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-01-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-21T00:00:00.000Z',\r\n 'Freight': 69.53,\r\n 'ShipName': 'Alfred\\' Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10836,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-01-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-21T00:00:00.000Z',\r\n 'Freight': 411.88,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10837,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-01-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 13.32,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10838,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 59.28,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10839,\r\n 'CustomerID': 'TRADH',\r\n 'OrderDate': '1998-01-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-22T00:00:00.000Z',\r\n 'Freight': 35.43,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10840,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-01-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-16T00:00:00.000Z',\r\n 'Freight': 2.71,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10841,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-01-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-29T00:00:00.000Z',\r\n 'Freight': 424.3,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10842,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-01-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-29T00:00:00.000Z',\r\n 'Freight': 54.42,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10843,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-21T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-26T00:00:00.000Z',\r\n 'Freight': 9.26,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10844,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1998-01-21T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-26T00:00:00.000Z',\r\n 'Freight': 25.22,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10845,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-01-21T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 212.98,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10846,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-01-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-23T00:00:00.000Z',\r\n 'Freight': 56.46,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10847,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-01-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-10T00:00:00.000Z',\r\n 'Freight': 487.57,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10848,\r\n 'CustomerID': 'CONSH',\r\n 'OrderDate': '1998-01-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-29T00:00:00.000Z',\r\n 'Freight': 38.24,\r\n 'ShipName': 'Consolidated Holdings',\r\n 'ShipAddress': 'Berkeley Gardens 12 Brewery',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10849,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-01-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 0.56,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10850,\r\n 'CustomerID': 'VICTE',\r\n 'OrderDate': '1998-01-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 49.19,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10851,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-01-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-02T00:00:00.000Z',\r\n 'Freight': 160.55,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10852,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-01-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-01-30T00:00:00.000Z',\r\n 'Freight': 174.05,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10853,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-01-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-03T00:00:00.000Z',\r\n 'Freight': 53.83,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10854,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-01-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-05T00:00:00.000Z',\r\n 'Freight': 100.22,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10855,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-01-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-04T00:00:00.000Z',\r\n 'Freight': 170.97,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10856,\r\n 'CustomerID': 'ANTON',\r\n 'OrderDate': '1998-01-28T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-10T00:00:00.000Z',\r\n 'Freight': 58.43,\r\n 'ShipName': 'Antonio Moreno Taquería',\r\n 'ShipAddress': 'Mataderos 2312',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10857,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-01-28T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-06T00:00:00.000Z',\r\n 'Freight': 188.85,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10858,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-01-29T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-03T00:00:00.000Z',\r\n 'Freight': 52.51,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10859,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-01-29T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-02T00:00:00.000Z',\r\n 'Freight': 76.1,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10860,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1998-01-29T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-04T00:00:00.000Z',\r\n 'Freight': 19.26,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10861,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-01-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-17T00:00:00.000Z',\r\n 'Freight': 14.93,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10862,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-01-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-02T00:00:00.000Z',\r\n 'Freight': 53.23,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10863,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-02-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-17T00:00:00.000Z',\r\n 'Freight': 30.26,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10864,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-02-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-09T00:00:00.000Z',\r\n 'Freight': 3.04,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10865,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-02-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-12T00:00:00.000Z',\r\n 'Freight': 348.14,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10866,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-02-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-12T00:00:00.000Z',\r\n 'Freight': 109.11,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10867,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-02-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-11T00:00:00.000Z',\r\n 'Freight': 1.93,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10868,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-23T00:00:00.000Z',\r\n 'Freight': 191.27,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10869,\r\n 'CustomerID': 'SEVES',\r\n 'OrderDate': '1998-02-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-09T00:00:00.000Z',\r\n 'Freight': 143.28,\r\n 'ShipName': 'Seven Seas Imports',\r\n 'ShipAddress': '90 Wadhurst Rd.',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10870,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-02-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-13T00:00:00.000Z',\r\n 'Freight': 12.04,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10871,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-02-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-10T00:00:00.000Z',\r\n 'Freight': 112.27,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10872,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-09T00:00:00.000Z',\r\n 'Freight': 175.32,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10873,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-09T00:00:00.000Z',\r\n 'Freight': 0.82,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10874,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-11T00:00:00.000Z',\r\n 'Freight': 19.58,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10875,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-02-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-03T00:00:00.000Z',\r\n 'Freight': 32.37,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10876,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-02-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-12T00:00:00.000Z',\r\n 'Freight': 60.42,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10877,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-02-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-19T00:00:00.000Z',\r\n 'Freight': 38.06,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10878,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-02-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-12T00:00:00.000Z',\r\n 'Freight': 46.69,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10879,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-12T00:00:00.000Z',\r\n 'Freight': 8.5,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10880,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-02-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-18T00:00:00.000Z',\r\n 'Freight': 88.01,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10881,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-02-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-18T00:00:00.000Z',\r\n 'Freight': 2.84,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10882,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-02-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-20T00:00:00.000Z',\r\n 'Freight': 23.1,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10883,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-02-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-20T00:00:00.000Z',\r\n 'Freight': 0.53,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10884,\r\n 'CustomerID': 'LETSS',\r\n 'OrderDate': '1998-02-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-13T00:00:00.000Z',\r\n 'Freight': 90.97,\r\n 'ShipName': 'Let\\' Stop N Shop',\r\n 'ShipAddress': '87 Polk St. Suite 5',\r\n 'ShipCity': 'San Francisco',\r\n 'ShipRegion': 'CA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10885,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-02-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-18T00:00:00.000Z',\r\n 'Freight': 5.64,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10886,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-02-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-02T00:00:00.000Z',\r\n 'Freight': 4.99,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10887,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1998-02-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-16T00:00:00.000Z',\r\n 'Freight': 1.25,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10888,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-23T00:00:00.000Z',\r\n 'Freight': 51.87,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10889,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-02-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-23T00:00:00.000Z',\r\n 'Freight': 280.61,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10890,\r\n 'CustomerID': 'DUMON',\r\n 'OrderDate': '1998-02-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-18T00:00:00.000Z',\r\n 'Freight': 32.76,\r\n 'ShipName': 'Du monde entier',\r\n 'ShipAddress': '67, rue des Cinquante Otages',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10891,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-02-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-19T00:00:00.000Z',\r\n 'Freight': 20.37,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10892,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-02-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-19T00:00:00.000Z',\r\n 'Freight': 120.27,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10893,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-02-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-20T00:00:00.000Z',\r\n 'Freight': 77.78,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10894,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-02-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-20T00:00:00.000Z',\r\n 'Freight': 116.13,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10895,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-02-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-23T00:00:00.000Z',\r\n 'Freight': 162.75,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10896,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-02-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-27T00:00:00.000Z',\r\n 'Freight': 32.45,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10897,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-02-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-25T00:00:00.000Z',\r\n 'Freight': 603.54,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10898,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-02-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-06T00:00:00.000Z',\r\n 'Freight': 1.27,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10899,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-02-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-26T00:00:00.000Z',\r\n 'Freight': 1.21,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10900,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-02-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-04T00:00:00.000Z',\r\n 'Freight': 1.66,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10901,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-02-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-26T00:00:00.000Z',\r\n 'Freight': 62.09,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10902,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-02-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-03T00:00:00.000Z',\r\n 'Freight': 44.15,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10903,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-02-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-04T00:00:00.000Z',\r\n 'Freight': 36.71,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10904,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-02-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-27T00:00:00.000Z',\r\n 'Freight': 162.95,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10905,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-02-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-06T00:00:00.000Z',\r\n 'Freight': 13.72,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10906,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-02-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-03T00:00:00.000Z',\r\n 'Freight': 26.29,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10907,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-02-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-02-27T00:00:00.000Z',\r\n 'Freight': 9.19,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10908,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-06T00:00:00.000Z',\r\n 'Freight': 32.96,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10909,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-10T00:00:00.000Z',\r\n 'Freight': 53.05,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 10910,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-04T00:00:00.000Z',\r\n 'Freight': 38.11,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 10911,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-05T00:00:00.000Z',\r\n 'Freight': 38.19,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10912,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 580.91,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10913,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-04T00:00:00.000Z',\r\n 'Freight': 33.05,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10914,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-02-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-02T00:00:00.000Z',\r\n 'Freight': 21.19,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10915,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-02-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-02T00:00:00.000Z',\r\n 'Freight': 3.51,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10916,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-02-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-09T00:00:00.000Z',\r\n 'Freight': 63.77,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10917,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1998-03-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-11T00:00:00.000Z',\r\n 'Freight': 8.29,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10918,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-11T00:00:00.000Z',\r\n 'Freight': 48.83,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10919,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-03-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-04T00:00:00.000Z',\r\n 'Freight': 19.8,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10920,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-03-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-09T00:00:00.000Z',\r\n 'Freight': 29.61,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10921,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-03-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-09T00:00:00.000Z',\r\n 'Freight': 176.48,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10922,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-05T00:00:00.000Z',\r\n 'Freight': 62.74,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10923,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-03-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-13T00:00:00.000Z',\r\n 'Freight': 68.26,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10924,\r\n 'CustomerID': 'BERGS',\r\n 'OrderDate': '1998-03-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 151.52,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10925,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-13T00:00:00.000Z',\r\n 'Freight': 2.27,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10926,\r\n 'CustomerID': 'ANATR',\r\n 'OrderDate': '1998-03-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-11T00:00:00.000Z',\r\n 'Freight': 39.92,\r\n 'ShipName': 'Ana Trujillo Emparedados y helados',\r\n 'ShipAddress': 'Avda. de la Constitución 2222',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10927,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 19.79,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10928,\r\n 'CustomerID': 'GALED',\r\n 'OrderDate': '1998-03-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 1.36,\r\n 'ShipName': 'Galería del gastronómo',\r\n 'ShipAddress': 'Rambla de Cataluña, 23',\r\n 'ShipCity': 'Barcelona',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10929,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-03-05T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-12T00:00:00.000Z',\r\n 'Freight': 33.93,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10930,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 15.55,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10931,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-19T00:00:00.000Z',\r\n 'Freight': 13.6,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10932,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-24T00:00:00.000Z',\r\n 'Freight': 134.64,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10933,\r\n 'CustomerID': 'ISLAT',\r\n 'OrderDate': '1998-03-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-16T00:00:00.000Z',\r\n 'Freight': 54.15,\r\n 'ShipName': 'Island Trading',\r\n 'ShipAddress': 'Garden House Crowther Way',\r\n 'ShipCity': 'Cowes',\r\n 'ShipRegion': 'Isle of Wight',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10934,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-03-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-12T00:00:00.000Z',\r\n 'Freight': 32.01,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10935,\r\n 'CustomerID': 'WELLI',\r\n 'OrderDate': '1998-03-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 47.59,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10936,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-03-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 33.68,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10937,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-03-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-13T00:00:00.000Z',\r\n 'Freight': 31.51,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10938,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-03-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-16T00:00:00.000Z',\r\n 'Freight': 31.89,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10939,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-03-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-13T00:00:00.000Z',\r\n 'Freight': 76.33,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10940,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-23T00:00:00.000Z',\r\n 'Freight': 19.77,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10941,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-20T00:00:00.000Z',\r\n 'Freight': 400.81,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10942,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 17.95,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10943,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-03-11T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-19T00:00:00.000Z',\r\n 'Freight': 2.17,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10944,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-13T00:00:00.000Z',\r\n 'Freight': 52.92,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10945,\r\n 'CustomerID': 'MORGK',\r\n 'OrderDate': '1998-03-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-18T00:00:00.000Z',\r\n 'Freight': 10.22,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10946,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-03-12T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-19T00:00:00.000Z',\r\n 'Freight': 27.2,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10947,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-03-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-16T00:00:00.000Z',\r\n 'Freight': 3.26,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10948,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-03-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-19T00:00:00.000Z',\r\n 'Freight': 23.39,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10949,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-17T00:00:00.000Z',\r\n 'Freight': 74.44,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10950,\r\n 'CustomerID': 'MAGAA',\r\n 'OrderDate': '1998-03-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-23T00:00:00.000Z',\r\n 'Freight': 2.5,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 10951,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-03-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-07T00:00:00.000Z',\r\n 'Freight': 30.85,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10952,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-03-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-24T00:00:00.000Z',\r\n 'Freight': 40.42,\r\n 'ShipName': 'Alfred\\' Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10953,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-03-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-25T00:00:00.000Z',\r\n 'Freight': 23.72,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10954,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-03-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-20T00:00:00.000Z',\r\n 'Freight': 27.91,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10955,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-20T00:00:00.000Z',\r\n 'Freight': 3.26,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10956,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-03-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-20T00:00:00.000Z',\r\n 'Freight': 44.65,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10957,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-27T00:00:00.000Z',\r\n 'Freight': 105.36,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10958,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-03-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-27T00:00:00.000Z',\r\n 'Freight': 49.56,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10959,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1998-03-18T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-23T00:00:00.000Z',\r\n 'Freight': 4.98,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10960,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 2.08,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10961,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-03-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-30T00:00:00.000Z',\r\n 'Freight': 104.47,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10962,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-03-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-23T00:00:00.000Z',\r\n 'Freight': 275.79,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10963,\r\n 'CustomerID': 'FURIB',\r\n 'OrderDate': '1998-03-19T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-26T00:00:00.000Z',\r\n 'Freight': 2.7,\r\n 'ShipName': 'Furia Bacalhau e Frutos do Mar',\r\n 'ShipAddress': 'Jardim das rosas n. 32',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 10964,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-03-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-24T00:00:00.000Z',\r\n 'Freight': 87.38,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10965,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-03-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-30T00:00:00.000Z',\r\n 'Freight': 144.38,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10966,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-03-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 27.19,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 10967,\r\n 'CustomerID': 'TOMSP',\r\n 'OrderDate': '1998-03-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-02T00:00:00.000Z',\r\n 'Freight': 62.22,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10968,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-03-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-01T00:00:00.000Z',\r\n 'Freight': 74.6,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10969,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1998-03-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-30T00:00:00.000Z',\r\n 'Freight': 0.21,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10970,\r\n 'CustomerID': 'BOLID',\r\n 'OrderDate': '1998-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 16.16,\r\n 'ShipName': 'Bólido Comidas preparadas',\r\n 'ShipAddress': 'C/ Araquil, 67',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 10971,\r\n 'CustomerID': 'FRANR',\r\n 'OrderDate': '1998-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-02T00:00:00.000Z',\r\n 'Freight': 121.82,\r\n 'ShipName': 'France restauration',\r\n 'ShipAddress': '54, rue Royale',\r\n 'ShipCity': 'Nantes',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10972,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-26T00:00:00.000Z',\r\n 'Freight': 0.02,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10973,\r\n 'CustomerID': 'LACOR',\r\n 'OrderDate': '1998-03-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-27T00:00:00.000Z',\r\n 'Freight': 15.17,\r\n 'ShipName': 'La corne d\\'abondance',\r\n 'ShipAddress': '67, avenue de l\\'Europe',\r\n 'ShipCity': 'Versailles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 10974,\r\n 'CustomerID': 'SPLIR',\r\n 'OrderDate': '1998-03-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-03T00:00:00.000Z',\r\n 'Freight': 12.96,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10975,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-27T00:00:00.000Z',\r\n 'Freight': 32.27,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10976,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-03-25T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-03T00:00:00.000Z',\r\n 'Freight': 37.97,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10977,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 208.5,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10978,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-03-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-23T00:00:00.000Z',\r\n 'Freight': 32.82,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 10979,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-03-26T00:00:00.000Z',\r\n 'ShippedDate': '1998-03-31T00:00:00.000Z',\r\n 'Freight': 353.07,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10980,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-03-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-17T00:00:00.000Z',\r\n 'Freight': 1.26,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10981,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-03-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-02T00:00:00.000Z',\r\n 'Freight': 193.37,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10982,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-03-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 14.01,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 10983,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-06T00:00:00.000Z',\r\n 'Freight': 657.54,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10984,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-03-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-03T00:00:00.000Z',\r\n 'Freight': 211.22,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10985,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-03-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-02T00:00:00.000Z',\r\n 'Freight': 91.51,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 10986,\r\n 'CustomerID': 'OCEAN',\r\n 'OrderDate': '1998-03-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-21T00:00:00.000Z',\r\n 'Freight': 217.86,\r\n 'ShipName': 'Océano Atlántico Ltda.',\r\n 'ShipAddress': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 10987,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-03-31T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-06T00:00:00.000Z',\r\n 'Freight': 185.48,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 10988,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-03-31T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 61.14,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10989,\r\n 'CustomerID': 'QUEDE',\r\n 'OrderDate': '1998-03-31T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-02T00:00:00.000Z',\r\n 'Freight': 34.76,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 10990,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-07T00:00:00.000Z',\r\n 'Freight': 117.61,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 10991,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-07T00:00:00.000Z',\r\n 'Freight': 38.51,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10992,\r\n 'CustomerID': 'THEBI',\r\n 'OrderDate': '1998-04-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-03T00:00:00.000Z',\r\n 'Freight': 4.27,\r\n 'ShipName': 'The Big Cheese',\r\n 'ShipAddress': '89 Jefferson Way Suite 2',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 10993,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 8.81,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 10994,\r\n 'CustomerID': 'VAFFE',\r\n 'OrderDate': '1998-04-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-09T00:00:00.000Z',\r\n 'Freight': 65.53,\r\n 'ShipName': 'Vaffeljernet',\r\n 'ShipAddress': 'Smagsloget 45',\r\n 'ShipCity': 'Århus',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 10995,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1998-04-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-06T00:00:00.000Z',\r\n 'Freight': 46,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 10996,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-02T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 1.12,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 10997,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-04-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-13T00:00:00.000Z',\r\n 'Freight': 73.91,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 10998,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-04-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-17T00:00:00.000Z',\r\n 'Freight': 20.31,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 10999,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-04-03T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 96.35,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11000,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-04-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-14T00:00:00.000Z',\r\n 'Freight': 55.12,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11001,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-14T00:00:00.000Z',\r\n 'Freight': 197.3,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 11002,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-16T00:00:00.000Z',\r\n 'Freight': 141.16,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11003,\r\n 'CustomerID': 'THECR',\r\n 'OrderDate': '1998-04-06T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-08T00:00:00.000Z',\r\n 'Freight': 14.91,\r\n 'ShipName': 'The Cracker Box',\r\n 'ShipAddress': '55 Grizzly Peak Rd.',\r\n 'ShipCity': 'Butte',\r\n 'ShipRegion': 'MT',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11004,\r\n 'CustomerID': 'MAISD',\r\n 'OrderDate': '1998-04-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-20T00:00:00.000Z',\r\n 'Freight': 44.84,\r\n 'ShipName': 'Maison Dewey',\r\n 'ShipAddress': 'Rue Joseph-Bens 532',\r\n 'ShipCity': 'Bruxelles',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 11005,\r\n 'CustomerID': 'WILMK',\r\n 'OrderDate': '1998-04-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 0.75,\r\n 'ShipName': 'Wilman Kala',\r\n 'ShipAddress': 'Keskuskatu 45',\r\n 'ShipCity': 'Helsinki',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 11006,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-07T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-15T00:00:00.000Z',\r\n 'Freight': 25.19,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11007,\r\n 'CustomerID': 'PRINI',\r\n 'OrderDate': '1998-04-08T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-13T00:00:00.000Z',\r\n 'Freight': 202.24,\r\n 'ShipName': 'Princesa Isabel Vinhos',\r\n 'ShipAddress': 'Estrada da saúde n. 58',\r\n 'ShipCity': 'Lisboa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Portugal'\r\n },\r\n\r\n {\r\n 'OrderID': 11008,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-08T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 79.46,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 11009,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-04-08T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 59.11,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 11010,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-21T00:00:00.000Z',\r\n 'Freight': 28.71,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 11011,\r\n 'CustomerID': 'ALFKI',\r\n 'OrderDate': '1998-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-13T00:00:00.000Z',\r\n 'Freight': 1.21,\r\n 'ShipName': 'Alfred\\' Futterkiste',\r\n 'ShipAddress': 'Obere Str. 57',\r\n 'ShipCity': 'Berlin',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11012,\r\n 'CustomerID': 'FRANK',\r\n 'OrderDate': '1998-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-17T00:00:00.000Z',\r\n 'Freight': 242.95,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11013,\r\n 'CustomerID': 'ROMEY',\r\n 'OrderDate': '1998-04-09T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-10T00:00:00.000Z',\r\n 'Freight': 32.99,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 11014,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-04-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-15T00:00:00.000Z',\r\n 'Freight': 23.6,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 11015,\r\n 'CustomerID': 'SANTG',\r\n 'OrderDate': '1998-04-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-20T00:00:00.000Z',\r\n 'Freight': 4.62,\r\n 'ShipName': 'Santé Gourmet',\r\n 'ShipAddress': 'Erling Skakkes gate 78',\r\n 'ShipCity': 'Stavern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Norway'\r\n },\r\n\r\n {\r\n 'OrderID': 11016,\r\n 'CustomerID': 'AROUT',\r\n 'OrderDate': '1998-04-10T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-13T00:00:00.000Z',\r\n 'Freight': 33.8,\r\n 'ShipName': 'Around the Horn',\r\n 'ShipAddress': 'Brook Farm Stratford St. Mary',\r\n 'ShipCity': 'Colchester',\r\n 'ShipRegion': 'Essex',\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11017,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-04-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-20T00:00:00.000Z',\r\n 'Freight': 754.26,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 11018,\r\n 'CustomerID': 'LONEP',\r\n 'OrderDate': '1998-04-13T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-16T00:00:00.000Z',\r\n 'Freight': 11.65,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11019,\r\n 'CustomerID': 'RANCH',\r\n 'OrderDate': '1998-04-13T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 3.17,\r\n 'ShipName': 'Rancho grande',\r\n 'ShipAddress': 'Av. del Libertador 900',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 11020,\r\n 'CustomerID': 'OTTIK',\r\n 'OrderDate': '1998-04-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-16T00:00:00.000Z',\r\n 'Freight': 43.3,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11021,\r\n 'CustomerID': 'QUICK',\r\n 'OrderDate': '1998-04-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-21T00:00:00.000Z',\r\n 'Freight': 297.18,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11022,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-04-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-04T00:00:00.000Z',\r\n 'Freight': 6.27,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11023,\r\n 'CustomerID': 'BSBEV',\r\n 'OrderDate': '1998-04-14T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 123.83,\r\n 'ShipName': 'B\\' Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11024,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-20T00:00:00.000Z',\r\n 'Freight': 74.36,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11025,\r\n 'CustomerID': 'WARTH',\r\n 'OrderDate': '1998-04-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 29.17,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n\r\n {\r\n 'OrderID': 11026,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1998-04-15T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-28T00:00:00.000Z',\r\n 'Freight': 47.09,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 11027,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-20T00:00:00.000Z',\r\n 'Freight': 52.52,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 11028,\r\n 'CustomerID': 'KOENE',\r\n 'OrderDate': '1998-04-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-22T00:00:00.000Z',\r\n 'Freight': 29.59,\r\n 'ShipName': 'Königlich Essen',\r\n 'ShipAddress': 'Maubelstr. 90',\r\n 'ShipCity': 'Brandenburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11029,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-04-16T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-27T00:00:00.000Z',\r\n 'Freight': 47.84,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 11030,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-27T00:00:00.000Z',\r\n 'Freight': 830.75,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11031,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-04-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 227.22,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11032,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-04-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-23T00:00:00.000Z',\r\n 'Freight': 606.19,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11033,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-04-17T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-23T00:00:00.000Z',\r\n 'Freight': 84.74,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 11034,\r\n 'CustomerID': 'OLDWO',\r\n 'OrderDate': '1998-04-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-27T00:00:00.000Z',\r\n 'Freight': 40.32,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11035,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-04-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 0.17,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 11036,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-04-20T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-22T00:00:00.000Z',\r\n 'Freight': 149.47,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11037,\r\n 'CustomerID': 'GODOS',\r\n 'OrderDate': '1998-04-21T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-27T00:00:00.000Z',\r\n 'Freight': 3.2,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n\r\n {\r\n 'OrderID': 11038,\r\n 'CustomerID': 'SUPRD',\r\n 'OrderDate': '1998-04-21T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-30T00:00:00.000Z',\r\n 'Freight': 29.59,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n\r\n {\r\n 'OrderID': 11039,\r\n 'CustomerID': 'LINOD',\r\n 'OrderDate': '1998-04-21T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 65,\r\n 'ShipName': 'LINO-Delicateses',\r\n 'ShipAddress': 'Ave. 5 de Mayo Porlamar',\r\n 'ShipCity': 'I. de Margarita',\r\n 'ShipRegion': 'Nueva Esparta',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 11040,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-22T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 18.84,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11041,\r\n 'CustomerID': 'CHOPS',\r\n 'OrderDate': '1998-04-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-28T00:00:00.000Z',\r\n 'Freight': 48.22,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 11042,\r\n 'CustomerID': 'COMMI',\r\n 'OrderDate': '1998-04-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 29.99,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11043,\r\n 'CustomerID': 'SPECD',\r\n 'OrderDate': '1998-04-22T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-29T00:00:00.000Z',\r\n 'Freight': 8.8,\r\n 'ShipName': 'Spécialités du monde',\r\n 'ShipAddress': '25, rue Lauriston',\r\n 'ShipCity': 'Paris',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 11044,\r\n 'CustomerID': 'WOLZA',\r\n 'OrderDate': '1998-04-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 8.72,\r\n 'ShipName': 'Wolski Zajazd',\r\n 'ShipAddress': 'ul. Filtrowa 68',\r\n 'ShipCity': 'Warszawa',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Poland'\r\n },\r\n\r\n {\r\n 'OrderID': 11045,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-23T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 70.58,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 11046,\r\n 'CustomerID': 'WANDK',\r\n 'OrderDate': '1998-04-23T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-24T00:00:00.000Z',\r\n 'Freight': 71.64,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11047,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 46.62,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11048,\r\n 'CustomerID': 'BOTTM',\r\n 'OrderDate': '1998-04-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-30T00:00:00.000Z',\r\n 'Freight': 24.12,\r\n 'ShipName': 'Bottom-Dollar Markets',\r\n 'ShipAddress': '23 Tsawassen Blvd.',\r\n 'ShipCity': 'Tsawassen',\r\n 'ShipRegion': 'BC',\r\n 'ShipCountry': 'Canada'\r\n },\r\n\r\n {\r\n 'OrderID': 11049,\r\n 'CustomerID': 'GOURL',\r\n 'OrderDate': '1998-04-24T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-04T00:00:00.000Z',\r\n 'Freight': 8.34,\r\n 'ShipName': 'Gourmet Lanchonetes',\r\n 'ShipAddress': 'Av. Brasil, 442',\r\n 'ShipCity': 'Campinas',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11050,\r\n 'CustomerID': 'FOLKO',\r\n 'OrderDate': '1998-04-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-05T00:00:00.000Z',\r\n 'Freight': 59.41,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n\r\n {\r\n 'OrderID': 11051,\r\n 'CustomerID': 'LAMAI',\r\n 'OrderDate': '1998-04-27T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 2.79,\r\n 'ShipName': 'La maison d\\'Asie',\r\n 'ShipAddress': '1 rue Alsace-Lorraine',\r\n 'ShipCity': 'Toulouse',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 11052,\r\n 'CustomerID': 'HANAR',\r\n 'OrderDate': '1998-04-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 67.26,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11053,\r\n 'CustomerID': 'PICCO',\r\n 'OrderDate': '1998-04-27T00:00:00.000Z',\r\n 'ShippedDate': '1998-04-29T00:00:00.000Z',\r\n 'Freight': 53.05,\r\n 'ShipName': 'Piccolo und mehr',\r\n 'ShipAddress': 'Geislweg 14',\r\n 'ShipCity': 'Salzburg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 11054,\r\n 'CustomerID': 'CACTU',\r\n 'OrderDate': '1998-04-28T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 0.33,\r\n 'ShipName': 'Cactus Comidas para llevar',\r\n 'ShipAddress': 'Cerrito 333',\r\n 'ShipCity': 'Buenos Aires',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Argentina'\r\n },\r\n\r\n {\r\n 'OrderID': 11055,\r\n 'CustomerID': 'HILAA',\r\n 'OrderDate': '1998-04-28T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-05T00:00:00.000Z',\r\n 'Freight': 120.92,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 11056,\r\n 'CustomerID': 'EASTC',\r\n 'OrderDate': '1998-04-28T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 278.96,\r\n 'ShipName': 'Eastern Connection',\r\n 'ShipAddress': '35 King George',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11057,\r\n 'CustomerID': 'NORTS',\r\n 'OrderDate': '1998-04-29T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-01T00:00:00.000Z',\r\n 'Freight': 4.13,\r\n 'ShipName': 'North/South',\r\n 'ShipAddress': 'South House 300 Queensbridge',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n\r\n {\r\n 'OrderID': 11058,\r\n 'CustomerID': 'BLAUS',\r\n 'OrderDate': '1998-04-29T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 31.14,\r\n 'ShipName': 'Blauer See Delikatessen',\r\n 'ShipAddress': 'Forsterstr. 57',\r\n 'ShipCity': 'Mannheim',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11059,\r\n 'CustomerID': 'RICAR',\r\n 'OrderDate': '1998-04-29T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 85.8,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11060,\r\n 'CustomerID': 'FRANS',\r\n 'OrderDate': '1998-04-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-04T00:00:00.000Z',\r\n 'Freight': 10.98,\r\n 'ShipName': 'Franchi S.p.A.',\r\n 'ShipAddress': 'Via Monte Bianco 34',\r\n 'ShipCity': 'Torino',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 11061,\r\n 'CustomerID': 'GREAL',\r\n 'OrderDate': '1998-04-30T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 14.01,\r\n 'ShipName': 'Great Lakes Food Market',\r\n 'ShipAddress': '2732 Baker Blvd.',\r\n 'ShipCity': 'Eugene',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11062,\r\n 'CustomerID': 'REGGC',\r\n 'OrderDate': '1998-04-30T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 29.93,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n\r\n {\r\n 'OrderID': 11063,\r\n 'CustomerID': 'HUNGO',\r\n 'OrderDate': '1998-04-30T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-06T00:00:00.000Z',\r\n 'Freight': 81.73,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n\r\n {\r\n 'OrderID': 11064,\r\n 'CustomerID': 'SAVEA',\r\n 'OrderDate': '1998-05-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-04T00:00:00.000Z',\r\n 'Freight': 30.09,\r\n 'ShipName': 'Save-a-lot Markets',\r\n 'ShipAddress': '187 Suffolk Ln.',\r\n 'ShipCity': 'Boise',\r\n 'ShipRegion': 'ID',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11065,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-05-01T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 12.91,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 11066,\r\n 'CustomerID': 'WHITC',\r\n 'OrderDate': '1998-05-01T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-04T00:00:00.000Z',\r\n 'Freight': 44.72,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n\r\n {\r\n 'OrderID': 11067,\r\n 'CustomerID': 'DRACD',\r\n 'OrderDate': '1998-05-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-06T00:00:00.000Z',\r\n 'Freight': 7.98,\r\n 'ShipName': 'Drachenblut Delikatessen',\r\n 'ShipAddress': 'Walserweg 21',\r\n 'ShipCity': 'Aachen',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11068,\r\n 'CustomerID': 'QUEEN',\r\n 'OrderDate': '1998-05-04T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 81.75,\r\n 'ShipName': 'Queen Cozinha',\r\n 'ShipAddress': 'Alameda dos Canàrios, 891',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n\r\n {\r\n 'OrderID': 11069,\r\n 'CustomerID': 'TORTU',\r\n 'OrderDate': '1998-05-04T00:00:00.000Z',\r\n 'ShippedDate': '1998-05-06T00:00:00.000Z',\r\n 'Freight': 15.67,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 11070,\r\n 'CustomerID': 'LEHMS',\r\n 'OrderDate': '1998-05-05T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 136,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n\r\n {\r\n 'OrderID': 11071,\r\n 'CustomerID': 'LILAS',\r\n 'OrderDate': '1998-05-05T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 0.93,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n\r\n {\r\n 'OrderID': 11072,\r\n 'CustomerID': 'ERNSH',\r\n 'OrderDate': '1998-05-05T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 258.64,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n\r\n {\r\n 'OrderID': 11073,\r\n 'CustomerID': 'PERIC',\r\n 'OrderDate': '1998-05-05T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 24.95,\r\n 'ShipName': 'Pericles Comidas clásicas',\r\n 'ShipAddress': 'Calle Dr. Jorge Cash 321',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n\r\n {\r\n 'OrderID': 11074,\r\n 'CustomerID': 'SIMOB',\r\n 'OrderDate': '1998-05-06T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 18.44,\r\n 'ShipName': 'Simons bistro',\r\n 'ShipAddress': 'Vinbæltet 34',\r\n 'ShipCity': 'Kobenhavn',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Denmark'\r\n },\r\n\r\n {\r\n 'OrderID': 11075,\r\n 'CustomerID': 'RICSU',\r\n 'OrderDate': '1998-05-06T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 6.19,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n\r\n {\r\n 'OrderID': 11076,\r\n 'CustomerID': 'BONAP',\r\n 'OrderDate': '1998-05-06T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 38.28,\r\n 'ShipName': 'Bon app',\r\n 'ShipAddress': '12, rue des Bouchers',\r\n 'ShipCity': 'Marseille',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n\r\n {\r\n 'OrderID': 11077,\r\n 'CustomerID': 'RATTC',\r\n 'OrderDate': '1998-05-06T00:00:00.000Z',\r\n 'ShippedDate': null,\r\n 'Freight': 8.53,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n }\r\n]);\r\n\r\nexport const orderData: Object[] = JSON.parse(stringData, (field: any, value: any) => {\r\n let dupValue: any = value;\r\n if (typeof value === 'string' && /^(\\d{4}\\-\\d\\d\\-\\d\\d([tT][\\d:\\.]*){1})([zZ]|([+\\-])(\\d\\d):?(\\d\\d))?$/.test(value)) {\r\n let arr: any = dupValue.split(/[^0-9]/);\r\n let arg: any = parseInt(arr[4], 10);\r\n let arg1: any = parseInt(arr[5], 10);\r\n\r\n value = new Date(parseInt(arr[0], 10), parseInt(arr[1], 10) - 1, parseInt(arr[2], 10), parseInt(arr[3], 10), arg, arg1);\r\n }\r\n return value;\r\n});\r\n\r\nexport const categoryData: Object[] = [\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Chai',\r\n 'QuantityPerUnit': '10 boxes x 20 bags',\r\n 'UnitsInStock': 39,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Chang',\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitsInStock': 17,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Chartreuse verte',\r\n 'QuantityPerUnit': '750 cc per bottle',\r\n 'UnitsInStock': 69,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'C\\u00f4te de Blaye',\r\n 'QuantityPerUnit': '12 - 75 cl bottles',\r\n 'UnitsInStock': 17,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Ipoh Coffee',\r\n 'QuantityPerUnit': '16 - 500 g tins',\r\n 'UnitsInStock': 17,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Lakkalik\\u00f6\\u00f6ri',\r\n 'QuantityPerUnit': '500 ml',\r\n 'UnitsInStock': 57,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Laughing Lumberjack Lager',\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitsInStock': 52,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Outback Lager',\r\n 'QuantityPerUnit': '24 - 355 ml bottles',\r\n 'UnitsInStock': 15,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Rh\\u00f6nbr\\u00e4u Klosterbier',\r\n 'QuantityPerUnit': '24 - 0.5 l bottles',\r\n 'UnitsInStock': 125,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Sasquatch Ale',\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitsInStock': 111,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Beverages',\r\n 'ProductName': 'Steeleye Stout',\r\n 'QuantityPerUnit': '24 - 12 oz bottles',\r\n 'UnitsInStock': 20,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Aniseed Syrup',\r\n 'QuantityPerUnit': '12 - 550 ml bottles',\r\n 'UnitsInStock': 13,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Chef Anton\\'s Cajun Seasoning',\r\n 'QuantityPerUnit': '48 - 6 oz jars',\r\n 'UnitsInStock': 53,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Genen Shouyu',\r\n 'QuantityPerUnit': '24 - 250 ml bottles',\r\n 'UnitsInStock': 39,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Grandma\\'s Boysenberry Spread',\r\n 'QuantityPerUnit': '12 - 8 oz jars',\r\n 'UnitsInStock': 120,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Gula Malacca',\r\n 'QuantityPerUnit': '20 - 2 kg bags',\r\n 'UnitsInStock': 27,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Louisiana Fiery Hot Pepper Sauce',\r\n 'QuantityPerUnit': '32 - 8 oz bottles',\r\n 'UnitsInStock': 76,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Louisiana Hot Spiced Okra',\r\n 'QuantityPerUnit': '24 - 8 oz jars',\r\n 'UnitsInStock': 4,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Northwoods Cranberry Sauce',\r\n 'QuantityPerUnit': '12 - 12 oz jars',\r\n 'UnitsInStock': 6,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Original Frankfurter gr\\u00fcne So\\u00dfe',\r\n 'QuantityPerUnit': '12 boxes',\r\n 'UnitsInStock': 32,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Sirop d\\'\\u00e9rable',\r\n 'QuantityPerUnit': '24 - 500 ml bottles',\r\n 'UnitsInStock': 113,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Condiments',\r\n 'ProductName': 'Vegie-spread',\r\n 'QuantityPerUnit': '15 - 625 g jars',\r\n 'UnitsInStock': 24,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Chocolade',\r\n 'QuantityPerUnit': '10 pkgs.',\r\n 'UnitsInStock': 15,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Gumb\\u00e4r Gummib\\u00e4rchen',\r\n 'QuantityPerUnit': '100 - 250 g bags',\r\n 'UnitsInStock': 15,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Maxilaku',\r\n 'QuantityPerUnit': '24 - 50 g pkgs.',\r\n 'UnitsInStock': 10,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'NuNuCa Nu\\u00df-Nougat-Creme',\r\n 'QuantityPerUnit': '20 - 450 g glasses',\r\n 'UnitsInStock': 76,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Pavlova',\r\n 'QuantityPerUnit': '32 - 500 g boxes',\r\n 'UnitsInStock': 29,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Schoggi Schokolade',\r\n 'QuantityPerUnit': '100 - 100 g pieces',\r\n 'UnitsInStock': 49,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Scottish Longbreads',\r\n 'QuantityPerUnit': '10 boxes x 8 pieces',\r\n 'UnitsInStock': 6,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Sir Rodney\\'s Marmalade',\r\n 'QuantityPerUnit': '30 gift boxes',\r\n 'UnitsInStock': 40,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Sir Rodney\\'s Scones',\r\n 'QuantityPerUnit': '24 pkgs. x 4 pieces',\r\n 'UnitsInStock': 3,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Tarte au sucre',\r\n 'QuantityPerUnit': '48 pies',\r\n 'UnitsInStock': 17,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Teatime Chocolate Biscuits',\r\n 'QuantityPerUnit': '10 boxes x 12 pieces',\r\n 'UnitsInStock': 25,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Valkoinen suklaa',\r\n 'QuantityPerUnit': '12 - 100 g bars',\r\n 'UnitsInStock': 65,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Confections',\r\n 'ProductName': 'Zaanse koeken',\r\n 'QuantityPerUnit': '10 - 4 oz boxes',\r\n 'UnitsInStock': 36,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Camembert Pierrot',\r\n 'QuantityPerUnit': '15 - 300 g rounds',\r\n 'UnitsInStock': 19,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Flotemysost',\r\n 'QuantityPerUnit': '10 - 500 g pkgs.',\r\n 'UnitsInStock': 26,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Geitost',\r\n 'QuantityPerUnit': '500 g',\r\n 'UnitsInStock': 112,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Gorgonzola Telino',\r\n 'QuantityPerUnit': '12 - 100 g pkgs',\r\n 'UnitsInStock': 0,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Gudbrandsdalsost',\r\n 'QuantityPerUnit': '10 kg pkg.',\r\n 'UnitsInStock': 26,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Mascarpone Fabioli',\r\n 'QuantityPerUnit': '24 - 200 g pkgs.',\r\n 'UnitsInStock': 9,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Mozzarella di Giovanni',\r\n 'QuantityPerUnit': '24 - 200 g pkgs.',\r\n 'UnitsInStock': 14,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Queso Cabrales',\r\n 'QuantityPerUnit': '1 kg pkg.',\r\n 'UnitsInStock': 22,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Queso Manchego La Pastora',\r\n 'QuantityPerUnit': '10 - 500 g pkgs.',\r\n 'UnitsInStock': 86,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Dairy Products',\r\n 'ProductName': 'Raclette Courdavault',\r\n 'QuantityPerUnit': '5 kg pkg.',\r\n 'UnitsInStock': 79,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Filo Mix',\r\n 'QuantityPerUnit': '16 - 2 kg boxes',\r\n 'UnitsInStock': 38,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Gnocchi di nonna Alice',\r\n 'QuantityPerUnit': '24 - 250 g pkgs.',\r\n 'UnitsInStock': 21,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Gustaf\\'s Kn\\u00e4ckebr\\u00f6d',\r\n 'QuantityPerUnit': '24 - 500 g pkgs.',\r\n 'UnitsInStock': 104,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Ravioli Angelo',\r\n 'QuantityPerUnit': '24 - 250 g pkgs.',\r\n 'UnitsInStock': 36,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Tunnbr\\u00f6d',\r\n 'QuantityPerUnit': '12 - 250 g pkgs.',\r\n 'UnitsInStock': 61,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Grains/Cereals',\r\n 'ProductName': 'Wimmers gute Semmelkn\\u00f6del',\r\n 'QuantityPerUnit': '20 bags x 4 pieces',\r\n 'UnitsInStock': 22,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Meat/Poultry',\r\n 'ProductName': 'P\\u00e2t\\u00e9 chinois',\r\n 'QuantityPerUnit': '24 boxes x 2 pies',\r\n 'UnitsInStock': 115,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Meat/Poultry',\r\n 'ProductName': 'Tourti\\u00e8re',\r\n 'QuantityPerUnit': '16 pies',\r\n 'UnitsInStock': 21,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Produce',\r\n 'ProductName': 'Longlife Tofu',\r\n 'QuantityPerUnit': '5 kg pkg.',\r\n 'UnitsInStock': 4,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Produce',\r\n 'ProductName': 'Manjimup Dried Apples',\r\n 'QuantityPerUnit': '50 - 300 g pkgs.',\r\n 'UnitsInStock': 20,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Produce',\r\n 'ProductName': 'Tofu',\r\n 'QuantityPerUnit': '40 - 100 g pkgs.',\r\n 'UnitsInStock': 35,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Produce',\r\n 'ProductName': 'Uncle Bob\\'s Organic Dried Pears',\r\n 'QuantityPerUnit': '12 - 1 lb pkgs.',\r\n 'UnitsInStock': 15,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Boston Crab Meat',\r\n 'QuantityPerUnit': '24 - 4 oz tins',\r\n 'UnitsInStock': 123,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Carnarvon Tigers',\r\n 'QuantityPerUnit': '16 kg pkg.',\r\n 'UnitsInStock': 42,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Escargots de Bourgogne',\r\n 'QuantityPerUnit': '24 pieces',\r\n 'UnitsInStock': 62,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Gravad lax',\r\n 'QuantityPerUnit': '12 - 500 g pkgs.',\r\n 'UnitsInStock': 11,\r\n 'Discontinued': true\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Ikura',\r\n 'QuantityPerUnit': '12 - 200 ml jars',\r\n 'UnitsInStock': 31,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Inlagd Sill',\r\n 'QuantityPerUnit': '24 - 250 g jars',\r\n 'UnitsInStock': 112,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Jack\\'s New England Clam Chowder',\r\n 'QuantityPerUnit': '12 - 12 oz cans',\r\n 'UnitsInStock': 85,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Konbu',\r\n 'QuantityPerUnit': '2 kg box',\r\n 'UnitsInStock': 24,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Nord-Ost Matjeshering',\r\n 'QuantityPerUnit': '10 - 200 g glasses',\r\n 'UnitsInStock': 10,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'R\\u00f6d Kaviar',\r\n 'QuantityPerUnit': '24 - 150 g jars',\r\n 'UnitsInStock': 101,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Rogede sild',\r\n 'QuantityPerUnit': '1k pkg.',\r\n 'UnitsInStock': 5,\r\n 'Discontinued': false\r\n },\r\n\r\n {\r\n 'CategoryName': 'Seafood',\r\n 'ProductName': 'Spegesild',\r\n 'QuantityPerUnit': '4 - 450 g glasses',\r\n 'UnitsInStock': 95,\r\n 'Discontinued': true\r\n }\r\n];\r\n\r\n\r\nexport const customerData: Object[] = [\r\n {\r\n 'CustomerID': 'ALFKI',\r\n 'ContactName': 'Maria ',\r\n 'CompanyName': 'Alfreds Futterkiste',\r\n 'Address': 'Obere Str. 57',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'ANATR',\r\n 'ContactName': 'Ana Trujillo',\r\n 'CompanyName': 'Ana Trujillo Emparedados y helados',\r\n 'Address': 'Avda. de la Constitución 2222',\r\n 'Country': 'Mexico'\r\n },\r\n\r\n {\r\n 'CustomerID': 'ANTON',\r\n 'ContactName': 'Antonio Moreno',\r\n 'CompanyName': 'Antonio Moreno Taquería',\r\n 'Address': 'Mataderos 2312',\r\n 'Country': 'Mexico'\r\n },\r\n\r\n {\r\n 'CustomerID': 'AROUT',\r\n 'ContactName': 'Thomas Hardy',\r\n 'CompanyName': 'Around the Horn',\r\n 'Address': '120 Hanover Sq.',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BERGS',\r\n 'ContactName': 'Christina Berglund',\r\n 'CompanyName': 'Berglunds snabbköp',\r\n 'Address': 'Berguvsvägen 8',\r\n 'Country': 'Sweden'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BLAUS',\r\n 'ContactName': 'Hanna Moos',\r\n 'CompanyName': 'Blauer See Delikatessen',\r\n 'Address': 'Forsterstr. 57',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BLONP',\r\n 'ContactName': 'Frédérique Citeaux',\r\n 'CompanyName': 'Blondesddsl père et fils',\r\n 'Address': '24, place Kléber',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BOLID',\r\n 'ContactName': 'Martín Sommer',\r\n 'CompanyName': 'Bólido Comidas preparadas',\r\n 'Address': 'C/ Araquil, 67',\r\n 'Country': 'Spain'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BONAP',\r\n 'ContactName': 'Laurence Lebihan',\r\n 'CompanyName': 'Bon app',\r\n 'Address': '12, rue des Bouchers',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BOTTM',\r\n 'ContactName': 'Elizabeth Lincoln',\r\n 'CompanyName': 'Bottom-Dollar Markets',\r\n 'Address': '23 Tsawassen Blvd.',\r\n 'Country': 'Canada'\r\n },\r\n\r\n {\r\n 'CustomerID': 'BSBEV',\r\n 'ContactName': 'Victoria Ashworth',\r\n 'CompanyName': 'B\\'s Beverages',\r\n 'Address': 'Fauntleroy Circus',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'CACTU',\r\n 'ContactName': 'Patricio Simpson',\r\n 'CompanyName': 'Cactus Comidas para llevar',\r\n 'Address': 'Cerrito 333',\r\n 'Country': 'Argentina'\r\n },\r\n\r\n {\r\n 'CustomerID': 'CENTC',\r\n 'ContactName': 'Francisco Chang',\r\n 'CompanyName': 'Centro comercial Moctezuma',\r\n 'Address': 'Sierras de Granada 9993',\r\n 'Country': 'Mexico'\r\n },\r\n\r\n {\r\n 'CustomerID': 'CHOPS',\r\n 'ContactName': 'Yang Wang',\r\n 'CompanyName': 'Chop-suey Chinese',\r\n 'Address': 'Hauptstr. 29',\r\n 'Country': 'Switzerland'\r\n },\r\n\r\n {\r\n 'CustomerID': 'COMMI',\r\n 'ContactName': 'Pedro Afonso',\r\n 'CompanyName': 'Comércio Mineiro',\r\n 'Address': 'Av. dos Lusíadas, 23',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'CONSH',\r\n 'ContactName': 'Elizabeth Brown',\r\n 'CompanyName': 'Consolidated Holdings',\r\n 'Address': 'Berkeley Gardens 12 Brewery',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'DRACD',\r\n 'ContactName': 'Sven Ottlieb',\r\n 'CompanyName': 'Drachenblut Delikatessen',\r\n 'Address': 'Walserweg 21',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'DUMON',\r\n 'ContactName': 'Janine Labrune',\r\n 'CompanyName': 'Du monde entier',\r\n 'Address': '67, rue des Cinquante Otages',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'EASTC',\r\n 'ContactName': 'Ann Devon',\r\n 'CompanyName': 'Eastern Connection',\r\n 'Address': '35 King George',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'ERNSH',\r\n 'ContactName': 'Roland Mendel',\r\n 'CompanyName': 'Ernst Handel',\r\n 'Address': 'Kirchgasse 6',\r\n 'Country': 'Austria'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FAMIA',\r\n 'ContactName': 'Aria Cruz',\r\n 'CompanyName': 'Familia Arquibaldo',\r\n 'Address': 'Rua Orós, 92',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FISSA',\r\n 'ContactName': 'Diego Roel',\r\n 'CompanyName': 'FISSA Fabrica Inter. Salchichas S.A.',\r\n 'Address': 'C/ Moralzarzal, 86',\r\n 'Country': 'Spain'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FOLIG',\r\n 'ContactName': 'Martine Rancé',\r\n 'CompanyName': 'Folies gourmandes',\r\n 'Address': '184, chaussée de Tournai',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FOLKO',\r\n 'ContactName': 'Maria Larsson',\r\n 'CompanyName': 'Folk och fä HB',\r\n 'Address': 'Åkergatan 24',\r\n 'Country': 'Sweden'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FRANK',\r\n 'ContactName': 'Peter Franken',\r\n 'CompanyName': 'Frankenversand',\r\n 'Address': 'Berliner Platz 43',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FRANR',\r\n 'ContactName': 'Carine Schmitt',\r\n 'CompanyName': 'France restauration',\r\n 'Address': '54, rue Royale',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FRANS',\r\n 'ContactName': 'Paolo Accorti',\r\n 'CompanyName': 'Franchi S.p.A.',\r\n 'Address': 'Via Monte Bianco 34',\r\n 'Country': 'Italy'\r\n },\r\n\r\n {\r\n 'CustomerID': 'FURIB',\r\n 'ContactName': 'Lino Rodriguez',\r\n 'CompanyName': 'Furia Bacalhau e Frutos do Mar',\r\n 'Address': 'Jardim das rosas n. 32',\r\n 'Country': 'Portugal'\r\n },\r\n\r\n {\r\n 'CustomerID': 'GALED',\r\n 'ContactName': 'Eduardo Saavedra',\r\n 'CompanyName': 'Galería del gastrónomo',\r\n 'Address': 'Rambla de Cataluña, 23',\r\n 'Country': 'Spain'\r\n },\r\n\r\n {\r\n 'CustomerID': 'GODOS',\r\n 'ContactName': 'José Pedro Freyre',\r\n 'CompanyName': 'Godos Cocina Típica',\r\n 'Address': 'C/ Romero, 33',\r\n 'Country': 'Spain'\r\n },\r\n\r\n {\r\n 'CustomerID': 'GOURL',\r\n 'ContactName': 'André Fonseca',\r\n 'CompanyName': 'Gourmet Lanchonetes',\r\n 'Address': 'Av. Brasil, 442',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'GREAL',\r\n 'ContactName': 'Howard Snyder',\r\n 'CompanyName': 'Great Lakes Food Market',\r\n 'Address': '2732 Baker Blvd.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'GROSR',\r\n 'ContactName': 'Manuel Pereira',\r\n 'CompanyName': 'GROSELLA-Restaurante',\r\n 'Address': '5ª Ave. Los Palos Grandes',\r\n 'Country': 'Venezuela'\r\n },\r\n\r\n {\r\n 'CustomerID': 'HANAR',\r\n 'ContactName': 'Mario Pontes',\r\n 'CompanyName': 'Hanari Carnes',\r\n 'Address': 'Rua do Paço, 67',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'HILAA',\r\n 'ContactName': 'Carlos Hernández',\r\n 'CompanyName': 'HILARION-Abastos',\r\n 'Address': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'Country': 'Venezuela'\r\n },\r\n\r\n {\r\n 'CustomerID': 'HUNGC',\r\n 'ContactName': 'Yoshi Latimer',\r\n 'CompanyName': 'Hungry Coyote Import Store',\r\n 'Address': 'City Center Plaza 516 Main St.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'HUNGO',\r\n 'ContactName': 'Patricia McKenna',\r\n 'CompanyName': 'Hungry Owl All-Night Grocers',\r\n 'Address': '8 Johnstown Road',\r\n 'Country': 'Ireland'\r\n },\r\n\r\n {\r\n 'CustomerID': 'ISLAT',\r\n 'ContactName': 'Helen Bennett',\r\n 'CompanyName': 'Island Trading',\r\n 'Address': 'Garden House Crowther Way',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'KOENE',\r\n 'ContactName': 'Philip Cramer',\r\n 'CompanyName': 'Königlich Essen',\r\n 'Address': 'Maubelstr. 90',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LACOR',\r\n 'ContactName': 'Daniel Tonini',\r\n 'CompanyName': 'La corne d\\'abondance',\r\n 'Address': '67, avenue de l\\'Europe',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LAMAI',\r\n 'ContactName': 'Annette Roulet',\r\n 'CompanyName': 'La maison d\\'Asie',\r\n 'Address': '1 rue Alsace-Lorraine',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LAUGB',\r\n 'ContactName': 'Yoshi Tannamuri',\r\n 'CompanyName': 'Laughing Bacchus Wine Cellars',\r\n 'Address': '1900 Oak St.',\r\n 'Country': 'Canada'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LAZYK',\r\n 'ContactName': 'John Steel',\r\n 'CompanyName': 'Lazy K Kountry Store',\r\n 'Address': '12 Orchestra Terrace',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LEHMS',\r\n 'ContactName': 'Renate Messner',\r\n 'CompanyName': 'Lehmanns Marktstand',\r\n 'Address': 'Magazinweg 7',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LETSS',\r\n 'ContactName': 'Jaime Yorres',\r\n 'CompanyName': 'Let\\'s Stop N Shop',\r\n 'Address': '87 Polk St. Suite 5',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LILAS',\r\n 'ContactName': 'Carlos González',\r\n 'CompanyName': 'LILA-Supermercado',\r\n 'Address': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'Country': 'Venezuela'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LINOD',\r\n 'ContactName': 'Felipe Izquierdo',\r\n 'CompanyName': 'LINO-Delicateses',\r\n 'Address': 'Ave. 5 de Mayo Porlamar',\r\n 'Country': 'Venezuela'\r\n },\r\n\r\n {\r\n 'CustomerID': 'LONEP',\r\n 'ContactName': 'Fran Wilson',\r\n 'CompanyName': 'Lonesome Pine Restaurant',\r\n 'Address': '89 Chiaroscuro Rd.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'MAGAA',\r\n 'ContactName': 'Giovanni Rovelli',\r\n 'CompanyName': 'Magazzini Alimentari Riuniti',\r\n 'Address': 'Via Ludovico il Moro 22',\r\n 'Country': 'Italy'\r\n },\r\n\r\n {\r\n 'CustomerID': 'MAISD',\r\n 'ContactName': 'Catherine Dewey',\r\n 'CompanyName': 'Maison Dewey',\r\n 'Address': 'Rue Joseph-Bens 532',\r\n 'Country': 'Belgium'\r\n },\r\n\r\n {\r\n 'CustomerID': 'MEREP',\r\n 'ContactName': 'Jean Fresnière',\r\n 'CompanyName': 'Mère Paillarde',\r\n 'Address': '43 rue St. Laurent',\r\n 'Country': 'Canada'\r\n },\r\n\r\n {\r\n 'CustomerID': 'MORGK',\r\n 'ContactName': 'Alexander Feuer',\r\n 'CompanyName': 'Morgenstern Gesundkost',\r\n 'Address': 'Heerstr. 22',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'NORTS',\r\n 'ContactName': 'Simon Crowther',\r\n 'CompanyName': 'North/South',\r\n 'Address': 'South House 300 Queensbridge',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'OCEAN',\r\n 'ContactName': 'Yvonne Moncada',\r\n 'CompanyName': 'Océano Atlántico Ltda.',\r\n 'Address': 'Ing. Gustavo Moncada 8585 Piso 20-A',\r\n 'Country': 'Argentina'\r\n },\r\n\r\n {\r\n 'CustomerID': 'OLDWO',\r\n 'ContactName': 'Rene Phillips',\r\n 'CompanyName': 'Old World Delicatessen',\r\n 'Address': '2743 Bering St.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'OTTIK',\r\n 'ContactName': 'Henriette Pfalzheim',\r\n 'CompanyName': 'Ottilies Käseladen',\r\n 'Address': 'Mehrheimerstr. 369',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'PARIS',\r\n 'ContactName': 'Marie Bertrand',\r\n 'CompanyName': 'Paris spécialités',\r\n 'Address': '265, boulevard Charonne',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'PERIC',\r\n 'ContactName': 'Guillermo Fernández',\r\n 'CompanyName': 'Pericles Comidas clásicas',\r\n 'Address': 'Calle Dr. Jorge Cash 321',\r\n 'Country': 'Mexico'\r\n },\r\n\r\n {\r\n 'CustomerID': 'PICCO',\r\n 'ContactName': 'Georg Pipps',\r\n 'CompanyName': 'Piccolo und mehr',\r\n 'Address': 'Geislweg 14',\r\n 'Country': 'Austria'\r\n },\r\n\r\n {\r\n 'CustomerID': 'PRINI',\r\n 'ContactName': 'Isabel de Castro',\r\n 'CompanyName': 'Princesa Isabel Vinhos',\r\n 'Address': 'Estrada da saúde n. 58',\r\n 'Country': 'Portugal'\r\n },\r\n\r\n {\r\n 'CustomerID': 'QUEDE',\r\n 'ContactName': 'Bernardo Batista',\r\n 'CompanyName': 'Que Delícia',\r\n 'Address': 'Rua da Panificadora, 12',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'QUEEN',\r\n 'ContactName': 'Lúcia Carvalho',\r\n 'CompanyName': 'Queen Cozinha',\r\n 'Address': 'Alameda dos Canàrios, 891',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'QUICK',\r\n 'ContactName': 'Horst Kloss',\r\n 'CompanyName': 'QUICK-Stop',\r\n 'Address': 'Taucherstraße 10',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'RANCH',\r\n 'ContactName': 'Sergio Gutiérrez',\r\n 'CompanyName': 'Rancho grande',\r\n 'Address': 'Av. del Libertador 900',\r\n 'Country': 'Argentina'\r\n },\r\n\r\n {\r\n 'CustomerID': 'RATTC',\r\n 'ContactName': 'Paula Wilson',\r\n 'CompanyName': 'Rattlesnake Canyon Grocery',\r\n 'Address': '2817 Milton Dr.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'REGGC',\r\n 'ContactName': 'Maurizio Moroni',\r\n 'CompanyName': 'Reggiani Caseifici',\r\n 'Address': 'Strada Provinciale 124',\r\n 'Country': 'Italy'\r\n },\r\n\r\n {\r\n 'CustomerID': 'RICAR',\r\n 'ContactName': 'Janete Limeira',\r\n 'CompanyName': 'Ricardo Adocicados',\r\n 'Address': 'Av. Copacabana, 267',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'RICSU',\r\n 'ContactName': 'Michael Holz',\r\n 'CompanyName': 'Richter Supermarkt',\r\n 'Address': 'Grenzacherweg 237',\r\n 'Country': 'Switzerland'\r\n },\r\n\r\n {\r\n 'CustomerID': 'ROMEY',\r\n 'ContactName': 'Alejandra Camino',\r\n 'CompanyName': 'Romero y tomillo',\r\n 'Address': 'Gran Vía, 1',\r\n 'Country': 'Spain'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SANTG',\r\n 'ContactName': 'Jonas Bergulfsen',\r\n 'CompanyName': 'Santé Gourmet',\r\n 'Address': 'Erling Skakkes gate 78',\r\n 'Country': 'Norway'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SAVEA',\r\n 'ContactName': 'Jose Pavarotti',\r\n 'CompanyName': 'Save-a-lot Markets',\r\n 'Address': '187 Suffolk Ln.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SEVES',\r\n 'ContactName': 'Hari Kumar',\r\n 'CompanyName': 'Seven Seas Imports',\r\n 'Address': '90 Wadhurst Rd.',\r\n 'Country': 'UK'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SIMOB',\r\n 'ContactName': 'Jytte Petersen',\r\n 'CompanyName': 'Simons bistro',\r\n 'Address': 'Vinbæltet 34',\r\n 'Country': 'Denmark'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SPECD',\r\n 'ContactName': 'Dominique Perrier',\r\n 'CompanyName': 'Spécialités du monde',\r\n 'Address': '25, rue Lauriston',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SPLIR',\r\n 'ContactName': 'Art Braunschweiger',\r\n 'CompanyName': 'Split Rail Beer & Ale',\r\n 'Address': 'P.O. Box 555',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'SUPRD',\r\n 'ContactName': 'Pascale Cartrain',\r\n 'CompanyName': 'Suprêmes délices',\r\n 'Address': 'Boulevard Tirou, 255',\r\n 'Country': 'Belgium'\r\n },\r\n\r\n {\r\n 'CustomerID': 'THEBI',\r\n 'ContactName': 'Liz Nixon',\r\n 'CompanyName': 'The Big Cheese',\r\n 'Address': '89 Jefferson Way Suite 2',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'THECR',\r\n 'ContactName': 'Liu Wong',\r\n 'CompanyName': 'The Cracker Box',\r\n 'Address': '55 Grizzly Peak Rd.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'TOMSP',\r\n 'ContactName': 'Karin Josephs',\r\n 'CompanyName': 'Toms Spezialitäten',\r\n 'Address': 'Luisenstr. 48',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'TORTU',\r\n 'ContactName': 'Miguel Angel Paolino',\r\n 'CompanyName': 'Tortuga Restaurante',\r\n 'Address': 'Avda. Azteca 123',\r\n 'Country': 'Mexico'\r\n },\r\n\r\n {\r\n 'CustomerID': 'TRADH',\r\n 'ContactName': 'Anabela Domingues',\r\n 'CompanyName': 'Tradição Hipermercados',\r\n 'Address': 'Av. Inês de Castro, 414',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'TRAIH',\r\n 'ContactName': 'Helvetius Nagy',\r\n 'CompanyName': 'Trail\\'s Head Gourmet Provisioners',\r\n 'Address': '722 DaVinci Blvd.',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'VAFFE',\r\n 'ContactName': 'Palle Ibsen',\r\n 'CompanyName': 'Vaffeljernet',\r\n 'Address': 'Smagsloget 45',\r\n 'Country': 'Denmark'\r\n },\r\n\r\n {\r\n 'CustomerID': 'VICTE',\r\n 'ContactName': 'Mary Saveley',\r\n 'CompanyName': 'Victuailles en stock',\r\n 'Address': '2, rue du Commerce',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'VINET',\r\n 'ContactName': 'Paul Henriot',\r\n 'CompanyName': 'Vins et alcools Chevalier',\r\n 'Address': '59 rue de l\\'Abbaye',\r\n 'Country': 'France'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WANDK',\r\n 'ContactName': 'Rita Müller',\r\n 'CompanyName': 'Die Wandernde Kuh',\r\n 'Address': 'Adenauerallee 900',\r\n 'Country': 'Germany'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WARTH',\r\n 'ContactName': 'Pirkko Koskitalo',\r\n 'CompanyName': 'Wartian Herkku',\r\n 'Address': 'Torikatu 38',\r\n 'Country': 'Finland'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WELLI',\r\n 'ContactName': 'Paula Parente',\r\n 'CompanyName': 'Wellington Importadora',\r\n 'Address': 'Rua do Mercado, 12',\r\n 'Country': 'Brazil'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WHITC',\r\n 'ContactName': 'Karl Jablonski',\r\n 'CompanyName': 'White Clover Markets',\r\n 'Address': '305 - 14th Ave. S. Suite 3B',\r\n 'Country': 'USA'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WILMK',\r\n 'ContactName': 'Matti Karttunen',\r\n 'CompanyName': 'Wilman Kala',\r\n 'Address': 'Keskuskatu 45',\r\n 'Country': 'Finland'\r\n },\r\n\r\n {\r\n 'CustomerID': 'WOLZA',\r\n 'ContactName': 'Zbyszek Piestrzeniewicz',\r\n 'CompanyName': 'Wolski Zajazd',\r\n 'Address': 'ul. Filtrowa 68',\r\n 'Country': 'Poland'\r\n }\r\n];\r\n\r\ntype cType = { CustomerID: string, ContactName: string, CustomerName: string };\r\nexport const data: Object[] = orderData.map((item: cType) => {\r\n let name: cType = (customerData).filter((cItem: cType) => {\r\n return cItem.CustomerID === item.CustomerID;\r\n })[0];\r\n item.CustomerName = (name || {}).ContactName;\r\n return item;\r\n});\r\n export const data1: Object[] = orderDataSource.map((item: cType) => {\r\n let name1: cType = (customerData).filter((cItem: cType) => {\r\n return cItem.CustomerID === item.CustomerID;\r\n })[0];\r\n item.CustomerName = (name1 || {}).ContactName;\r\n return item;\r\n});\r\n\r\nexport const inventoryData: Object[] = [\r\n {\r\n 'Inventor': 'Kia Silverbrook',\r\n 'NumberofPatentFamilies': 4737,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 9839,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics,Lab-on-a-chip, MEMS, Mechanical, VLSI',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Shunpei Yamazaki',\r\n 'NumberofPatentFamilies': 4677,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': '10000+',\r\n 'Active': '1976-2016',\r\n 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, Solar cells, Flash memory, OLED',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Lowell L. Wood, Jr.',\r\n 'NumberofPatentFamilies': 1419,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1332,\r\n 'Active': '1977-2016',\r\n 'Mainfieldsofinvention': 'Mosquito laser, Nuclear weapons',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Paul Lapstun',\r\n 'NumberofPatentFamilies': 1281,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 3099,\r\n 'Active': '2000-2016',\r\n 'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics, CGI, VLSI',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Gurtej Sandhu',\r\n 'NumberofPatentFamilies': 1255,\r\n 'Country': 'India',\r\n 'Number of INPADOC patents': 2038,\r\n 'Active': '1991-2016',\r\n 'Mainfieldsofinvention': 'Thin film processes and materials, VLSI, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jun Koyama',\r\n 'NumberofPatentFamilies': 1240,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 4126,\r\n 'Active': '1991-2016',\r\n 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, OLED',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Roderick A. Hyde',\r\n 'NumberofPatentFamilies': 1240,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 3360,\r\n 'Active': '2001-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Leonard Forbes',\r\n 'NumberofPatentFamilies': 1093,\r\n 'Country': 'Canada',\r\n 'Number of INPADOC patents': 1398,\r\n 'Active': '1991-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor Memories, CCDs, Thin film processes and materials, VLSI',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Thomas Edison',\r\n 'NumberofPatentFamilies': 1084,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2332,\r\n 'Active': '1847(b)-1931(d)',\r\n 'Mainfieldsofinvention': 'Electric power, Lighting, Batteries, Phonograph, Cement, Telegraphy, Mining',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Donald E. Weder',\r\n 'NumberofPatentFamilies': 999,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1993,\r\n 'Active': '1976-2015',\r\n 'Mainfieldsofinvention': 'Florist supplies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'George Albert Lyon',\r\n 'NumberofPatentFamilies': 993,\r\n 'Country': 'Canada',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1882(b)-1961(d)',\r\n 'Mainfieldsofinvention': 'Automotive, Stainless steel products',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'John F. O\\'Connor',\r\n 'NumberofPatentFamilies': 949,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1864(b)-1938(d)',\r\n 'Mainfieldsofinvention': 'Railway draft gearing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Melvin De Groote',\r\n 'NumberofPatentFamilies': 925,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1895(b)-1963(d)',\r\n 'Mainfieldsofinvention': 'Chemical de-emulsifiers',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jay S. Walker',\r\n 'NumberofPatentFamilies': 918,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2206,\r\n 'Active': '1998-2016',\r\n 'Mainfieldsofinvention': 'Gaming machines',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Edward K. Y. Jung',\r\n 'NumberofPatentFamilies': 911,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2254,\r\n 'Active': '1996-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Francis H. Richards',\r\n 'NumberofPatentFamilies': 894,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1850(b)-19??(d)',\r\n 'Mainfieldsofinvention': 'Mechanical, automation',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Kangguo Cheng',\r\n 'NumberofPatentFamilies': 884,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1314,\r\n 'Active': '2004-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor device fabrication, Semiconductor memory, Semiconductor device',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Clarence T. Tegreene',\r\n 'NumberofPatentFamilies': 872,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2255,\r\n 'Active': '2000-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Ahmadreza Rofougaran',\r\n 'NumberofPatentFamilies': 808,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1396,\r\n 'Active': '2002-2016',\r\n 'Mainfieldsofinvention': 'Radio Frequency Integrated Circuits',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Shou-Shan Fan',\r\n 'NumberofPatentFamilies': 805,\r\n 'Country': 'China',\r\n 'Number of INPADOC patents': 2120,\r\n 'Active': '2006-2016',\r\n 'Mainfieldsofinvention': 'Carbon nanotubes and applications of carbon nanotubes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Michael J. Sullivan',\r\n 'NumberofPatentFamilies': 788,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1560,\r\n 'Active': '1977-2016',\r\n 'Mainfieldsofinvention': 'Golf balls',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Rick Allen Hamilton II',\r\n 'NumberofPatentFamilies': 773,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1064,\r\n 'Active': '1999-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Warren Farnworth',\r\n 'NumberofPatentFamilies': 770,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 931,\r\n 'Active': '1990-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor packaging',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Carleton Ellis',\r\n 'NumberofPatentFamilies': 753,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1876(b)-1941(d)',\r\n 'Mainfieldsofinvention': 'Margarine, Polyester, Anti-knock gasoline, Paint stripper',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'William H. Eby',\r\n 'NumberofPatentFamilies': 733,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 758,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Transgenic soybeans',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hideo Ando',\r\n 'NumberofPatentFamilies': 728,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 2588,\r\n 'Active': '1983-2016',\r\n 'Mainfieldsofinvention': 'Optical recording',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Salman Akram',\r\n 'NumberofPatentFamilies': 728,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 915,\r\n 'Active': '1995-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor packaging',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'George Spector',\r\n 'NumberofPatentFamilies': 722,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 747,\r\n 'Active': '1976-1998',\r\n 'Mainfieldsofinvention': 'Gadgets, Toys',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jeyhan Karaoguz',\r\n 'NumberofPatentFamilies': 721,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1530,\r\n 'Active': '1996-2016',\r\n 'Mainfieldsofinvention': 'Wireless communications, Computer networks',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Elihu Thomson',\r\n 'NumberofPatentFamilies': 696,\r\n 'Country': 'UK',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1853(b)-1937(d)',\r\n 'Mainfieldsofinvention': 'Electric power, Arc lamp, Electric motors, Lightning arrester, Arc welder',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Austin L. Gurney',\r\n 'NumberofPatentFamilies': 695,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 3909,\r\n 'Active': '1999-2016',\r\n 'Mainfieldsofinvention': 'Proteins, Antibodies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Tetsujiro Kondo',\r\n 'NumberofPatentFamilies': 684,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 4158,\r\n 'Active': '1987-2015',\r\n 'Mainfieldsofinvention': 'Signal processing, Image processing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Nathan Myhrvold',\r\n 'NumberofPatentFamilies': 661,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1690,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'William I. Wood',\r\n 'NumberofPatentFamilies': 653,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 3560,\r\n 'Active': '1981-2016',\r\n 'Mainfieldsofinvention': 'Proteins, Antibodies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Simon R. Walmsley',\r\n 'NumberofPatentFamilies': 651,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 1249,\r\n 'Active': '1995-2015',\r\n 'Mainfieldsofinvention': 'Printing, Electronics, VLSI, Cryptography',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Mark Malamud',\r\n 'NumberofPatentFamilies': 632,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1759,\r\n 'Active': '1997-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Royce A. Levien',\r\n 'NumberofPatentFamilies': 630,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1799,\r\n 'Active': '1997-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Audrey D. Goddard',\r\n 'NumberofPatentFamilies': 622,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 3416,\r\n 'Active': '1997-2014',\r\n 'Mainfieldsofinvention': 'Proteins, Antibodies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Muriel Y. Ishikawa',\r\n 'NumberofPatentFamilies': 619,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1660,\r\n 'Active': '2002-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Robert W. Lord',\r\n 'NumberofPatentFamilies': 618,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1708,\r\n 'Active': '2003-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jerome Lemelson',\r\n 'NumberofPatentFamilies': 606,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1923(b)-1997(d)',\r\n 'Mainfieldsofinvention': 'Toys, Industrial robots, Cordless telephones, Fax machines, Videocassette recorders',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Béla Barényi',\r\n 'NumberofPatentFamilies': 595,\r\n 'Country': 'Austria',\r\n 'Number of INPADOC patents': 1244,\r\n 'Active': '1907(b)-1997(d)',\r\n 'Mainfieldsofinvention': 'Passive safety in automobiles',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Kie Y Ahn',\r\n 'NumberofPatentFamilies': 593,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 709,\r\n 'Active': '1976-2016',\r\n 'Mainfieldsofinvention': 'Thin film processes and materials, VLSI, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Tadahiro Ohmi',\r\n 'NumberofPatentFamilies': 592,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 2691,\r\n 'Active': '1981-2016',\r\n 'Mainfieldsofinvention': 'Thin film processes and materials, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jordin T. Kare',\r\n 'NumberofPatentFamilies': 585,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1559,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Paul J. Godowski',\r\n 'NumberofPatentFamilies': 579,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2605,\r\n 'Active': '1994-2014',\r\n 'Mainfieldsofinvention': 'Proteins, Antibodies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Artur Fischer',\r\n 'NumberofPatentFamilies': 570,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 3097,\r\n 'Active': '1976-2002',\r\n 'Mainfieldsofinvention': 'Fasteners, Construction toys',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Edward J. Nowak',\r\n 'NumberofPatentFamilies': 564,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1145,\r\n 'Active': '1979-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor device fabrication, Semiconductor memory, Semiconductor device',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Louis L. Hsu',\r\n 'NumberofPatentFamilies': 551,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 914,\r\n 'Active': '1988-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Edwin H. Land',\r\n 'NumberofPatentFamilies': 535,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1236,\r\n 'Active': '1909(b)-1991(d)',\r\n 'Mainfieldsofinvention': 'Instant photography, Polarizing film',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Henri Dreyfus',\r\n 'NumberofPatentFamilies': 524,\r\n 'Country': 'Switzerland',\r\n 'Number of INPADOC patents': 2117,\r\n 'Active': '1882(b)-1944(d)',\r\n 'Mainfieldsofinvention': 'Polymers, Synthetic fibers, Dyes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Bruce B. Doris',\r\n 'NumberofPatentFamilies': 522,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 867,\r\n 'Active': '1995-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Clyde C. Farmer',\r\n 'NumberofPatentFamilies': 513,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 830,\r\n 'Active': '18??(b)-19??(d)',\r\n 'Mainfieldsofinvention': 'Railway air brakes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Heinz Focke',\r\n 'NumberofPatentFamilies': 512,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 2896,\r\n 'Active': '1976-2013',\r\n 'Mainfieldsofinvention': 'Cigarette packaging',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Mark I. Gardner',\r\n 'NumberofPatentFamilies': 511,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 587,\r\n 'Active': '1994-2010',\r\n 'Mainfieldsofinvention': 'Consumer electronics, Energy, Computers, Semiconductors, Physics',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Ravi K. Arimilli',\r\n 'NumberofPatentFamilies': 506,\r\n 'Country': 'India',\r\n 'Number of INPADOC patents': 767,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'Computer architecture, Semiconductor memory, Cache coherence, Symmetric multiprocessing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Louis H. Morin',\r\n 'NumberofPatentFamilies': 503,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 720,\r\n 'Active': '18??(b)-19??(d)',\r\n 'Mainfieldsofinvention': 'Fasteners, Locks, Bobbins',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Tobin A. King',\r\n 'NumberofPatentFamilies': 497,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 1218,\r\n 'Active': '2000-2015',\r\n 'Mainfieldsofinvention': 'Printing, Digital paper, Mechanical',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Eric C. Leuthardt',\r\n 'NumberofPatentFamilies': 495,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1274,\r\n 'Active': '2006-2016',\r\n 'Mainfieldsofinvention': 'Medical devices',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Ali Khakifirooz',\r\n 'NumberofPatentFamilies': 489,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 737,\r\n 'Active': '2011-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jack A. Mandelman',\r\n 'NumberofPatentFamilies': 481,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 889,\r\n 'Active': '1987-2014',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jeffrey P. Gambino',\r\n 'NumberofPatentFamilies': 479,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 798,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'MEMS, CMOS, BiCMOS, DRAM, Image Sensors, RF, Biosensors, 3D Integrated Circuits',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'John M. Santosuosso',\r\n 'NumberofPatentFamilies': 473,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 683,\r\n 'Active': '2001-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'James M. Hart',\r\n 'NumberofPatentFamilies': 464,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1145,\r\n 'Active': '1988-2016',\r\n 'Mainfieldsofinvention': 'Motor vehicle transmission',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Eberhard Ammermann',\r\n 'NumberofPatentFamilies': 451,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 5178,\r\n 'Active': '1979-2015',\r\n 'Mainfieldsofinvention': 'Fungicides',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Thomas E. Murray',\r\n 'NumberofPatentFamilies': 449,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 462,\r\n 'Active': '1860(b)-1929(d)',\r\n 'Mainfieldsofinvention': 'Electrical, HVAC, Wheels, Metal working, Light dimmer',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Akira Nakazawa',\r\n 'NumberofPatentFamilies': 445,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 1340,\r\n 'Active': '1980-2016',\r\n 'Mainfieldsofinvention': 'Printing, Mechanical',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hongyong Zhang',\r\n 'NumberofPatentFamilies': 440,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 858,\r\n 'Active': '1993-2016',\r\n 'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Ronald S. Cok',\r\n 'NumberofPatentFamilies': 436,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 747,\r\n 'Active': '1986-2016',\r\n 'Mainfieldsofinvention': 'OLED displays; image processing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'fe',\r\n 'NumberofPatentFamilies': 430,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1759,\r\n 'Active': '1983-2016',\r\n 'Mainfieldsofinvention': 'Biotechnology, Drug delivery, Tissue engineering',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Scott H. Wittkopp',\r\n 'NumberofPatentFamilies': 429,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1010,\r\n 'Active': '2001-2016',\r\n 'Mainfieldsofinvention': 'Motor vehicle transmission',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'John Hays Hammond, Jr.',\r\n 'NumberofPatentFamilies': 417,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 460,\r\n 'Active': '1888(b)-1965(d)',\r\n 'Mainfieldsofinvention': 'Radio control, Radio communications, Torpedoes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Wilhelm Brandes',\r\n 'NumberofPatentFamilies': 411,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 2923,\r\n 'Active': '1976-2010',\r\n 'Mainfieldsofinvention': 'Fungicides',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Anthony K. Stamper',\r\n 'NumberofPatentFamilies': 411,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 726,\r\n 'Active': '1998-2016',\r\n 'Mainfieldsofinvention': 'MEMS, CMOS, BiCMOS, Silicon-germanium',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hossein Eslambolchi',\r\n 'NumberofPatentFamilies': 410,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 631,\r\n 'Active': '1993-2016',\r\n 'Mainfieldsofinvention': 'Telecommunications, Network intelligence, information Technology, communications technology',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Stanford R. Ovshinsky',\r\n 'NumberofPatentFamilies': 400,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1649,\r\n 'Active': '1922(b)-2012(d)',\r\n 'Mainfieldsofinvention': 'Batteries, Solar cells, Liquid crystal displays, Hydrogen fuel cells, Computer data storage',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Victoria Y. H. Wood',\r\n 'NumberofPatentFamilies': 400,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1045,\r\n 'Active': '2009-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Josef Theurer',\r\n 'NumberofPatentFamilies': 388,\r\n 'Country': 'Austria',\r\n 'Number of INPADOC patents': 5085,\r\n 'Active': '1976-2016',\r\n 'Mainfieldsofinvention': 'Railroad maintenance machines',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Cary L. Bates',\r\n 'NumberofPatentFamilies': 384,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 570,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Programming tools, DBX, Memory debuggers',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'David V. Horak',\r\n 'NumberofPatentFamilies': 380,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 616,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Kai-Li Jiang',\r\n 'NumberofPatentFamilies': 379,\r\n 'Country': 'China',\r\n 'Number of INPADOC patents': 829,\r\n 'Active': '2006-2016',\r\n 'Mainfieldsofinvention': 'Carbon nanotubes and applications of carbon nanotubes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hans-Joachim Santel',\r\n 'NumberofPatentFamilies': 377,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 2623,\r\n 'Active': '1986-2013',\r\n 'Mainfieldsofinvention': 'Herbicides, Pesticides, Organic chemistry',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Xuemin (Sherman) Chen',\r\n 'NumberofPatentFamilies': 377,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1151,\r\n 'Active': '1997-2017',\r\n 'Mainfieldsofinvention': 'Computer networks, Integrated Circuits, Signal Processing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'George P. Liang',\r\n 'NumberofPatentFamilies': 375,\r\n 'Country': 'China',\r\n 'Number of INPADOC patents': 508,\r\n 'Active': '1983-2016',\r\n 'Mainfieldsofinvention': 'Gas turbine cooling',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Gisela Lorenz',\r\n 'NumberofPatentFamilies': 374,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 4155,\r\n 'Active': '1990-2015',\r\n 'Mainfieldsofinvention': 'Fungicides, Organic chemistry',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Garry R. Jackson',\r\n 'NumberofPatentFamilies': 367,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 656,\r\n 'Active': '2001-2016',\r\n 'Mainfieldsofinvention': 'Printing, Mechanical',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Paul W. Dent',\r\n 'NumberofPatentFamilies': 362,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2252,\r\n 'Active': '1984-2015',\r\n 'Mainfieldsofinvention': 'Wireless communications',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'George Westinghouse',\r\n 'NumberofPatentFamilies': 361,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1846(b)-1914(d)',\r\n 'Mainfieldsofinvention': 'Electric power, Electricity meter, Railway air brake, Steam engines',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Wael W. Diab',\r\n 'NumberofPatentFamilies': 358,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 774,\r\n 'Active': '2003-2016',\r\n 'Mainfieldsofinvention': 'Computer networks',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Devendra K. Sadana',\r\n 'NumberofPatentFamilies': 356,\r\n 'Country': 'India',\r\n 'Number of INPADOC patents': 794,\r\n 'Active': '1983-2016',\r\n 'Mainfieldsofinvention': 'Solar cells, OLED, Integrated Circuits, CMOS, DRAM, LEDs',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Vincent J. Zimmer',\r\n 'NumberofPatentFamilies': 354,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 972,\r\n 'Active': '1999-2016',\r\n 'Mainfieldsofinvention': 'Computer software and firmware',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Robert R. Schmidt',\r\n 'NumberofPatentFamilies': 350,\r\n 'Country': 'Germany',\r\n 'Number of INPADOC patents': 2467,\r\n 'Active': '1971-2005',\r\n 'Mainfieldsofinvention': 'Herbicides, Fungicides, Organic chemistry',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Norman M. Berry',\r\n 'NumberofPatentFamilies': 347,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 516,\r\n 'Active': '2006-2016',\r\n 'Mainfieldsofinvention': 'Printing, Mechanical',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Chih-Chao Yang',\r\n 'NumberofPatentFamilies': 345,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 690,\r\n 'Active': '2003-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Gregory J. Boss',\r\n 'NumberofPatentFamilies': 345,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 588,\r\n 'Active': '2008-2016',\r\n 'Mainfieldsofinvention': 'Various'\r\n },\r\n\r\n {\r\n 'Inventor': 'Mark W. Kroll',\r\n 'NumberofPatentFamilies': 343,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 460,\r\n 'Active': '1987-2016',\r\n 'Mainfieldsofinvention': 'Implantable medical devices',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Brian M. O\\'Connell',\r\n 'NumberofPatentFamilies': 331,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 592,\r\n 'Active': '2009-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'William Daniel Hillis',\r\n 'NumberofPatentFamilies': 328,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 229,\r\n 'Active': '1986-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Brent A. Anderson',\r\n 'NumberofPatentFamilies': 323,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 454,\r\n 'Active': '2001-2016',\r\n 'Mainfieldsofinvention': 'Semiconductor device fabrication, Semiconductor memory, Semiconductor device',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Jeffrey E. Stahmann',\r\n 'NumberofPatentFamilies': 321,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 640,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Medical devices',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Carl J. Radens',\r\n 'NumberofPatentFamilies': 317,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 636,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Clifford A. Pickover',\r\n 'NumberofPatentFamilies': 317,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 653,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Liang Liu',\r\n 'NumberofPatentFamilies': 310,\r\n 'Country': 'China',\r\n 'Number of INPADOC patents': 777,\r\n 'Active': '2005-2016',\r\n 'Mainfieldsofinvention': 'Carbon nanotubes and applications of carbon nanotubes',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Steven L. Teig',\r\n 'NumberofPatentFamilies': 307,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 366,\r\n 'Active': '1995-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Victoria Smith',\r\n 'NumberofPatentFamilies': 305,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 2040,\r\n 'Active': '2006-2016',\r\n 'Mainfieldsofinvention': 'Proteins, Antibodies',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Robert G. LeTourneau',\r\n 'NumberofPatentFamilies': 299,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 'NA',\r\n 'Active': '1888(b)-1969(d)',\r\n 'Mainfieldsofinvention': 'Earthworks (engineering), Heavy Equipment, Industrial Machinery',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'William R. Tonti',\r\n 'NumberofPatentFamilies': 291,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 441,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM, Semiconductor device fabrication',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Keith R. Walker',\r\n 'NumberofPatentFamilies': 282,\r\n 'Country': 'Saudi Arabia',\r\n 'Number of INPADOC patents': 318,\r\n 'Active': '2003-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Victor S. Moore',\r\n 'NumberofPatentFamilies': 280,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 428,\r\n 'Active': '1982-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hanson S. Gifford III',\r\n 'NumberofPatentFamilies': 276,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 795,\r\n 'Active': '1987-2016',\r\n 'Mainfieldsofinvention': 'Medical Devices',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Daniel J. Winarski',\r\n 'NumberofPatentFamilies': 275,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 506,\r\n 'Active': '1982-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Adam Heller',\r\n 'NumberofPatentFamilies': 272,\r\n 'Country': 'Romania',\r\n 'Number of INPADOC patents': 711,\r\n 'Active': '1968-2016',\r\n 'Mainfieldsofinvention': 'Solar cells, Glucose meters, Lasers',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Lisa Seacat DeLuca',\r\n 'NumberofPatentFamilies': 271,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 385,\r\n 'Active': '2009-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Brent Keeth',\r\n 'NumberofPatentFamilies': 270,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 470,\r\n 'Active': '1994-2016',\r\n 'Mainfieldsofinvention': 'Integrated Circuits, CMOS, DRAM',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hartley Owen',\r\n 'NumberofPatentFamilies': 267,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 751,\r\n 'Active': '1976-2010',\r\n 'Mainfieldsofinvention': 'Fluid catalytic cracking',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Michael A. Rothman',\r\n 'NumberofPatentFamilies': 256,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 687,\r\n 'Active': '2001-2017',\r\n 'Mainfieldsofinvention': 'Computer software and firmware',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Yoshihiro Kikuchi',\r\n 'NumberofPatentFamilies': 255,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 1120,\r\n 'Active': '1994-2015',\r\n 'Mainfieldsofinvention': 'Video processing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Kulvir S. Bhogal',\r\n 'NumberofPatentFamilies': 252,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 486,\r\n 'Active': '2003-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Bengt Lindoff',\r\n 'NumberofPatentFamilies': 248,\r\n 'Country': 'Sweden',\r\n 'Number of INPADOC patents': 1658,\r\n 'Active': '2000-2017',\r\n 'Mainfieldsofinvention': 'Wireless communications',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Nobuyuki Taniguchi',\r\n 'NumberofPatentFamilies': 245,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 967,\r\n 'Active': '1979-2015',\r\n 'Mainfieldsofinvention': 'Cameras',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Dean L. Kamen',\r\n 'NumberofPatentFamilies': 243,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 1186,\r\n 'Active': '1979-2016',\r\n 'Mainfieldsofinvention': 'Battery-powered electric vehicles, Medical devices, Stirling engines, Water purification, Wheelchairs',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Philip S. Yu',\r\n 'NumberofPatentFamilies': 236,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 158,\r\n 'Active': '1982-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Rajiv V. Joshi',\r\n 'NumberofPatentFamilies': 235,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 354,\r\n 'Active': '1986-2016',\r\n 'Mainfieldsofinvention': 'Electronics, analytics',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Lawrence A. Clevenger',\r\n 'NumberofPatentFamilies': 235,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 526,\r\n 'Active': '1996-2017',\r\n 'Mainfieldsofinvention': 'Semiconductor, Cognitive, Memory, Security, Analytics',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Johnny M. Shieh',\r\n 'NumberofPatentFamilies': 231,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 444,\r\n 'Active': '1996-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Takeshi Chujoh',\r\n 'NumberofPatentFamilies': 229,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 1065,\r\n 'Active': '1995-2016',\r\n 'Mainfieldsofinvention': 'Video processing',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Bran Ferren',\r\n 'NumberofPatentFamilies': 225,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 589,\r\n 'Active': '1986-2017',\r\n 'Mainfieldsofinvention': 'Computers, Consumer Electronics, Optical Systems, Medical, User Interfaces, Automotive',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Paul Ian Mackey',\r\n 'NumberofPatentFamilies': 220,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 246,\r\n 'Active': '2008-2016',\r\n 'Mainfieldsofinvention': 'Printing, Mechanical',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Louis Rosenberg',\r\n 'NumberofPatentFamilies': 218,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 444,\r\n 'Active': '1995-2016',\r\n 'Mainfieldsofinvention': 'Augmented Reality, Virtual Reality, A.I., HCI',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Thomas J. Kennedy III',\r\n 'NumberofPatentFamilies': 218,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 513,\r\n 'Active': '1992-2016',\r\n 'Mainfieldsofinvention': 'Sporting Goods, Wind Turbines',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Gerald F. McBrearty',\r\n 'NumberofPatentFamilies': 213,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 387,\r\n 'Active': '1997-2016',\r\n 'Mainfieldsofinvention': 'Various',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Esmael H. Dinan',\r\n 'NumberofPatentFamilies': 208,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 344,\r\n 'Active': '2000-2017',\r\n 'Mainfieldsofinvention': 'Communication Networks',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Imad Libbus',\r\n 'NumberofPatentFamilies': 207,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 472,\r\n 'Active': '2007-2017',\r\n 'Mainfieldsofinvention': 'Medical devices',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Hiroshi (You) Yoshioka',\r\n 'NumberofPatentFamilies': 205,\r\n 'Country': 'Japan',\r\n 'Number of INPADOC patents': 181,\r\n 'Active': '1997-2015',\r\n 'Mainfieldsofinvention': 'Cameras',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Patrick B. Usoro',\r\n 'NumberofPatentFamilies': 205,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 343,\r\n 'Active': '1999-2016',\r\n 'Mainfieldsofinvention': 'Transmissions, Hybrid Powertrains, Vehicle Thermal Management',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Gregory McAvoy',\r\n 'NumberofPatentFamilies': 205,\r\n 'Country': 'Australia',\r\n 'Number of INPADOC patents': 433,\r\n 'Active': '2003-2014',\r\n 'Mainfieldsofinvention': 'Printing, MEMS',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Sebastian T Ventrone',\r\n 'NumberofPatentFamilies': 204,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 283,\r\n 'Active': '1989-2017',\r\n 'Mainfieldsofinvention': 'Semiconductor, Logic, Architecture',\r\n\r\n },\r\n\r\n {\r\n 'Inventor': 'Dorin Comaniciu',\r\n 'NumberofPatentFamilies': 200,\r\n 'Country': 'USA',\r\n 'Number of INPADOC patents': 452,\r\n 'Active': '2003-2017',\r\n 'Mainfieldsofinvention': 'Machine Intelligence, Medical Imaging, Image-Guided Surgery, Computer Vision',\r\n\r\n }\r\n];\r\n\r\nexport interface ColumnSpanDataType {\r\n EmployeeID: number;\r\n EmployeeName: string;\r\n '9:00': string;\r\n '9:30': string;\r\n '10:00': string;\r\n '10:30': string;\r\n '11:00': string;\r\n '11:30': string;\r\n '12:00': string;\r\n '12:30': string;\r\n '1:00': string;\r\n '1:30': string;\r\n '2:00': string;\r\n '2:30': string;\r\n '3:00': string;\r\n '3:30': string;\r\n '4:00': string;\r\n '4:30': string;\r\n '5:00': string;\r\n}\r\nexport let columnSpanData: ColumnSpanDataType[] = [\r\n {\r\n EmployeeID: 10001,\r\n EmployeeName: 'Davolio',\r\n '9:00': 'Analysis Tasks',\r\n '9:30': 'Analysis Tasks',\r\n '10:00': 'Team Meeting',\r\n '10:30': 'Testing',\r\n '11:00': 'Development',\r\n '11:30': 'Development',\r\n '12:00': 'Development',\r\n '12:30': 'Support',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Testing',\r\n '3:00': 'Testing',\r\n '3:30': 'Development',\r\n '4:00': 'Conference',\r\n '4:30': 'Team Meeting',\r\n '5:00': 'Team Meeting'\r\n },\r\n {\r\n EmployeeID: 10002,\r\n EmployeeName: 'Buchanan',\r\n '9:00': 'Task Assign',\r\n '9:30': 'Support',\r\n '10:00': 'Support',\r\n '10:30': 'Support',\r\n '11:00': 'Testing',\r\n '11:30': 'Testing',\r\n '12:00': 'Testing',\r\n '12:30': 'Testing',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Development',\r\n '3:00': 'Development',\r\n '3:30': 'Check Mail',\r\n '4:00': 'Check Mail',\r\n '4:30': 'Team Meeting',\r\n '5:00': 'Team Meeting'\r\n },\r\n {\r\n EmployeeID: 10003,\r\n EmployeeName: 'Fuller',\r\n '9:00': 'Check Mail',\r\n '9:30': 'Check Mail',\r\n '10:00': 'Check Mail',\r\n '10:30': 'Analysis Tasks',\r\n '11:00': 'Analysis Tasks',\r\n '11:30': 'Support',\r\n '12:00': 'Support',\r\n '12:30': 'Support',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Development',\r\n '3:00': 'Development',\r\n '3:30': 'Team Meeting',\r\n '4:00': 'Team Meeting',\r\n '4:30': 'Development',\r\n '5:00': 'Development'\r\n },\r\n {\r\n EmployeeID: 10004,\r\n EmployeeName: 'Leverling',\r\n '9:00': 'Testing',\r\n '9:30': 'Check Mail',\r\n '10:00': 'Check Mail',\r\n '10:30': 'Support',\r\n '11:00': 'Testing',\r\n '11:30': 'Testing',\r\n '12:00': 'Testing',\r\n '12:30': 'Testing',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Development',\r\n '3:00': 'Development',\r\n '3:30': 'Check Mail',\r\n '4:00': 'Conference',\r\n '4:30': 'Conference',\r\n '5:00': 'Team Meeting'\r\n },\r\n {\r\n EmployeeID: 10005,\r\n EmployeeName: 'Peacock',\r\n '9:00': 'Task Assign',\r\n '9:30': 'Task Assign',\r\n '10:00': 'Task Assign',\r\n '10:30': 'Task Assign',\r\n '11:00': 'Check Mail',\r\n '11:30': 'Support',\r\n '12:00': 'Support',\r\n '12:30': 'Support',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Development',\r\n '3:00': 'Development',\r\n '3:30': 'Team Meeting',\r\n '4:00': 'Team Meeting',\r\n '4:30': 'Testing',\r\n '5:00': 'Testing'\r\n },\r\n {\r\n EmployeeID: 10006,\r\n EmployeeName: 'Janet',\r\n '9:00': 'Testing',\r\n '9:30': 'Testing',\r\n '10:00': 'Support',\r\n '10:30': 'Support',\r\n '11:00': 'Support',\r\n '11:30': 'Team Meeting',\r\n '12:00': 'Team Meeting',\r\n '12:30': 'Team Meeting',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Development',\r\n '3:00': 'Development',\r\n '3:30': 'Team Meeting',\r\n '4:00': 'Team Meeting',\r\n '4:30': 'Development',\r\n '5:00': 'Development'\r\n },\r\n {\r\n EmployeeID: 10007,\r\n EmployeeName: 'Suyama',\r\n '9:00': 'Analysis Tasks',\r\n '9:30': 'Analysis Tasks',\r\n '10:00': 'Testing',\r\n '10:30': 'Development',\r\n '11:00': 'Development',\r\n '11:30': 'Testing',\r\n '12:00': 'Testing',\r\n '12:30': 'Testing',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Support',\r\n '3:00': 'Build',\r\n '3:30': 'Build',\r\n '4:00': 'Check Mail',\r\n '4:30': 'Check Mail',\r\n '5:00': 'Check Mail'\r\n },\r\n {\r\n EmployeeID: 10008,\r\n EmployeeName: 'Robert',\r\n '9:00': 'Task Assign',\r\n '9:30': 'Task Assign',\r\n '10:00': 'Task Assign',\r\n '10:30': 'Development',\r\n '11:00': 'Development',\r\n '11:30': 'Development',\r\n '12:00': 'Testing',\r\n '12:30': 'Support',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Check Mail',\r\n '3:00': 'Check Mail',\r\n '3:30': 'Check Mail',\r\n '4:00': 'Team Meeting',\r\n '4:30': 'Team Meeting',\r\n '5:00': 'Build'\r\n },\r\n {\r\n EmployeeID: 10009,\r\n EmployeeName: 'Andrew',\r\n '9:00': 'Check Mail',\r\n '9:30': 'Team Meeting',\r\n '10:00': 'Team Meeting',\r\n '10:30': 'Support',\r\n '11:00': 'Testing',\r\n '11:30': 'Development',\r\n '12:00': 'Development',\r\n '12:30': 'Development',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Check Mail',\r\n '3:00': 'Check Mail',\r\n '3:30': 'Check Mail',\r\n '4:00': 'Team Meeting',\r\n '4:30': 'Development',\r\n '5:00': 'Development'\r\n },\r\n {\r\n EmployeeID: 10010,\r\n\r\n EmployeeName: 'Michael',\r\n '9:00': 'Task Assign',\r\n '9:30': 'Task Assign',\r\n '10:00': 'Task Assign',\r\n '10:30': 'Analysis Tasks',\r\n '11:00': 'Analysis Tasks',\r\n '11:30': 'Development',\r\n '12:00': 'Development',\r\n '12:30': 'Development',\r\n '1:00': 'Lunch Break',\r\n '1:30': 'Lunch Break',\r\n '2:00': 'Lunch Break',\r\n '2:30': 'Testing',\r\n '3:00': 'Testing',\r\n '3:30': 'Testing',\r\n '4:00': 'Build',\r\n '4:30': 'Build',\r\n '5:00': 'Build'\r\n }\r\n];\r\n\r\nlet order: string = JSON.stringify([\r\n {\r\n 'OrderID': 10248,\r\n 'CustomerID': 'VINET',\r\n 'CustomerName': 'Maria ',\r\n 'OrderDate': '1996-07-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-16T00:00:00.000Z',\r\n 'Freight': 32.38,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10249,\r\n 'CustomerID': 'TOMSP',\r\n 'CustomerName': 'Ana Trujillo',\r\n 'OrderDate': '1996-07-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-10T00:00:00.000Z',\r\n 'Freight': 11.61,\r\n 'ShipName': 'Toms Spezialitäten',\r\n 'ShipAddress': 'Luisenstr. 48',\r\n 'ShipCity': 'Münster',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10250,\r\n 'CustomerID': 'HANAR',\r\n 'CustomerName': 'Antonio Moreno',\r\n 'OrderDate': '1996-07-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-12T00:00:00.000Z',\r\n 'Freight': 65.83,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10251,\r\n 'CustomerID': 'VICTE',\r\n 'CustomerName': 'Thomas Hardy',\r\n 'OrderDate': '1996-07-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-15T00:00:00.000Z',\r\n 'Freight': 41.34,\r\n 'ShipName': 'Victuailles en stock',\r\n 'ShipAddress': '2, rue du Commerce',\r\n 'ShipCity': 'Lyon',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10252,\r\n 'CustomerID': 'SUPRD',\r\n 'CustomerName': 'Christina Berglund',\r\n 'OrderDate': '1996-07-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-11T00:00:00.000Z',\r\n 'Freight': 51.3,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10253,\r\n 'CustomerID': 'HANAR',\r\n 'CustomerName': 'Hanna Moos',\r\n 'OrderDate': '1996-07-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-16T00:00:00.000Z',\r\n 'Freight': 58.17,\r\n 'ShipName': 'Hanari Carnes',\r\n 'ShipAddress': 'Rua do Paço, 67',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10254,\r\n 'CustomerID': 'CHOPS',\r\n 'CustomerName': 'Frédérique Citeaux',\r\n 'OrderDate': '1996-07-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-23T00:00:00.000Z',\r\n 'Freight': 22.98,\r\n 'ShipName': 'Chop-suey Chinese',\r\n 'ShipAddress': 'Hauptstr. 31',\r\n 'ShipCity': 'Bern',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10255,\r\n 'CustomerID': 'RICSU',\r\n 'CustomerName': 'Martín Sommer',\r\n 'OrderDate': '1996-07-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-15T00:00:00.000Z',\r\n 'Freight': 148.33,\r\n 'ShipName': 'Richter Supermarkt',\r\n 'ShipAddress': 'Starenweg 5',\r\n 'ShipCity': 'Genève',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Switzerland'\r\n },\r\n {\r\n 'OrderID': 10256,\r\n 'CustomerID': 'WELLI',\r\n 'CustomerName': 'Laurence Lebihan',\r\n 'OrderDate': '1996-07-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-17T00:00:00.000Z',\r\n 'Freight': 13.97,\r\n 'ShipName': 'Wellington Importadora',\r\n 'ShipAddress': 'Rua do Mercado, 12',\r\n 'ShipCity': 'Resende',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10257,\r\n 'CustomerID': 'HILAA',\r\n 'CustomerName': 'Elizabeth Lincoln',\r\n 'OrderDate': '1996-07-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-22T00:00:00.000Z',\r\n 'Freight': 81.91,\r\n 'ShipName': 'HILARION-Abastos',\r\n 'ShipAddress': 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n 'ShipCity': 'San Cristóbal',\r\n 'ShipRegion': 'Táchira',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10258,\r\n 'CustomerID': 'ERNSH',\r\n 'CustomerName': 'Victoria Ashworth',\r\n 'OrderDate': '1996-07-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-23T00:00:00.000Z',\r\n 'Freight': 140.51,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10259,\r\n 'CustomerID': 'CENTC',\r\n 'CustomerName': 'Patricio Simpson',\r\n 'OrderDate': '1996-07-18T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-25T00:00:00.000Z',\r\n 'Freight': 3.25,\r\n 'ShipName': 'Centro comercial Moctezuma',\r\n 'ShipAddress': 'Sierras de Granada 9993',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10260,\r\n 'CustomerID': 'OTTIK',\r\n 'CustomerName': 'Francisco Chang',\r\n 'OrderDate': '1996-07-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-29T00:00:00.000Z',\r\n 'Freight': 55.09,\r\n 'ShipName': 'Ottilies Käseladen',\r\n 'ShipAddress': 'Mehrheimerstr. 369',\r\n 'ShipCity': 'Köln',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10261,\r\n 'CustomerID': 'QUEDE',\r\n 'CustomerName': 'Yang Wang',\r\n 'OrderDate': '1996-07-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-30T00:00:00.000Z',\r\n 'Freight': 3.05,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10262,\r\n 'CustomerID': 'RATTC',\r\n 'CustomerName': 'Pedro Afonso',\r\n 'OrderDate': '1996-07-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-25T00:00:00.000Z',\r\n 'Freight': 48.29,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10263,\r\n 'CustomerID': 'ERNSH',\r\n 'CustomerName': 'Elizabeth Brown',\r\n 'OrderDate': '1996-07-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-31T00:00:00.000Z',\r\n 'Freight': 146.06,\r\n 'ShipName': 'Ernst Handel',\r\n 'ShipAddress': 'Kirchgasse 6',\r\n 'ShipCity': 'Graz',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Austria'\r\n },\r\n {\r\n 'OrderID': 10264,\r\n 'CustomerID': 'FOLKO',\r\n 'CustomerName': 'Sven Ottlieb',\r\n 'OrderDate': '1996-07-24T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-23T00:00:00.000Z',\r\n 'Freight': 3.67,\r\n 'ShipName': 'Folk och fä HB',\r\n 'ShipAddress': 'Åkergatan 24',\r\n 'ShipCity': 'Bräcke',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10265,\r\n 'CustomerID': 'BLONP',\r\n 'CustomerName': 'Ann Devon',\r\n 'OrderDate': '1996-07-25T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-12T00:00:00.000Z',\r\n 'Freight': 55.28,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10266,\r\n 'CustomerID': 'WARTH',\r\n 'CustomerName': 'Roland Mendel',\r\n 'OrderDate': '1996-07-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-07-31T00:00:00.000Z',\r\n 'Freight': 25.73,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10267,\r\n 'CustomerID': 'FRANK',\r\n 'CustomerName': 'Aria Cruz',\r\n 'OrderDate': '1996-07-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-06T00:00:00.000Z',\r\n 'Freight': 208.58,\r\n 'ShipName': 'Frankenversand',\r\n 'ShipAddress': 'Berliner Platz 43',\r\n 'ShipCity': 'München',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10268,\r\n 'CustomerID': 'GROSR',\r\n 'CustomerName': 'Diego Roel',\r\n 'OrderDate': '1996-07-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-02T00:00:00.000Z',\r\n 'Freight': 66.29,\r\n 'ShipName': 'GROSELLA-Restaurante',\r\n 'ShipAddress': '5ª Ave. Los Palos Grandes',\r\n 'ShipCity': 'Caracas',\r\n 'ShipRegion': 'DF',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10269,\r\n 'CustomerID': 'WHITC',\r\n 'CustomerName': 'Martine Rancé',\r\n 'OrderDate': '1996-07-31T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-09T00:00:00.000Z',\r\n 'Freight': 4.56,\r\n 'ShipName': 'White Clover Markets',\r\n 'ShipAddress': '1029 - 12th Ave. S.',\r\n 'ShipCity': 'Seattle',\r\n 'ShipRegion': 'WA',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10270,\r\n 'CustomerID': 'WARTH',\r\n 'CustomerName': 'Maria Larsson',\r\n 'OrderDate': '1996-08-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-02T00:00:00.000Z',\r\n 'Freight': 136.54,\r\n 'ShipName': 'Wartian Herkku',\r\n 'ShipAddress': 'Torikatu 38',\r\n 'ShipCity': 'Oulu',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Finland'\r\n },\r\n {\r\n 'OrderID': 10271,\r\n 'CustomerID': 'SPLIR',\r\n 'CustomerName': 'Peter Franken',\r\n 'OrderDate': '1996-08-01T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-30T00:00:00.000Z',\r\n 'Freight': 4.54,\r\n 'ShipName': 'Split Rail Beer & Ale',\r\n 'ShipAddress': 'P.O. Box 555',\r\n 'ShipCity': 'Lander',\r\n 'ShipRegion': 'WY',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10272,\r\n 'CustomerID': 'RATTC',\r\n 'CustomerName': 'Carine Schmitt',\r\n 'OrderDate': '1996-08-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-06T00:00:00.000Z',\r\n 'Freight': 98.03,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10273,\r\n 'CustomerID': 'QUICK',\r\n 'CustomerName': 'Paolo Accorti',\r\n 'OrderDate': '1996-08-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-12T00:00:00.000Z',\r\n 'Freight': 76.07,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10274,\r\n 'CustomerID': 'VINET',\r\n 'CustomerName': 'Lino Rodriguez',\r\n 'OrderDate': '1996-08-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 6.01,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10275,\r\n 'CustomerID': 'MAGAA',\r\n 'CustomerName': 'Eduardo Saavedra',\r\n 'OrderDate': '1996-08-07T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-09T00:00:00.000Z',\r\n 'Freight': 26.93,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10276,\r\n 'CustomerID': 'TORTU',\r\n 'CustomerName': 'José Pedro Freyre',\r\n 'OrderDate': '1996-08-08T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-14T00:00:00.000Z',\r\n 'Freight': 13.84,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10277,\r\n 'CustomerID': 'MORGK',\r\n 'CustomerName': 'André Fonseca',\r\n 'OrderDate': '1996-08-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-13T00:00:00.000Z',\r\n 'Freight': 125.77,\r\n 'ShipName': 'Morgenstern Gesundkost',\r\n 'ShipAddress': 'Heerstr. 22',\r\n 'ShipCity': 'Leipzig',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10278,\r\n 'CustomerID': 'BERGS',\r\n 'CustomerName': 'Howard Snyder',\r\n 'OrderDate': '1996-08-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 92.69,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10279,\r\n 'CustomerID': 'LEHMS',\r\n 'CustomerName': 'Manuel Pereira',\r\n 'OrderDate': '1996-08-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-16T00:00:00.000Z',\r\n 'Freight': 25.83,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10280,\r\n 'CustomerID': 'BERGS',\r\n 'CustomerName': 'Mario Pontes',\r\n 'OrderDate': '1996-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-12T00:00:00.000Z',\r\n 'Freight': 8.98,\r\n 'ShipName': 'Berglunds snabbköp',\r\n 'ShipAddress': 'Berguvsvägen 8',\r\n 'ShipCity': 'Luleå',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Sweden'\r\n },\r\n {\r\n 'OrderID': 10281,\r\n 'CustomerID': 'ROMEY',\r\n 'CustomerName': 'Carlos Hernández',\r\n 'OrderDate': '1996-08-14T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-21T00:00:00.000Z',\r\n 'Freight': 2.94,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10282,\r\n 'CustomerID': 'ROMEY',\r\n 'CustomerName': 'Yoshi Latimer',\r\n 'OrderDate': '1996-08-15T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-21T00:00:00.000Z',\r\n 'Freight': 12.69,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10283,\r\n 'CustomerID': 'LILAS',\r\n 'CustomerName': 'Patricia McKenna',\r\n 'OrderDate': '1996-08-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-23T00:00:00.000Z',\r\n 'Freight': 84.81,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10284,\r\n 'CustomerID': 'LEHMS',\r\n 'CustomerName': 'Helen Bennett',\r\n 'OrderDate': '1996-08-19T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-27T00:00:00.000Z',\r\n 'Freight': 76.56,\r\n 'ShipName': 'Lehmanns Marktstand',\r\n 'ShipAddress': 'Magazinweg 7',\r\n 'ShipCity': 'Frankfurt a.M.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10285,\r\n 'CustomerID': 'QUICK',\r\n 'CustomerName': 'Philip Cramer',\r\n 'OrderDate': '1996-08-20T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-26T00:00:00.000Z',\r\n 'Freight': 76.83,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10286,\r\n 'CustomerID': 'QUICK',\r\n 'CustomerName': 'Daniel Tonini',\r\n 'OrderDate': '1996-08-21T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-30T00:00:00.000Z',\r\n 'Freight': 229.24,\r\n 'ShipName': 'QUICK-Stop',\r\n 'ShipAddress': 'Taucherstraße 10',\r\n 'ShipCity': 'Cunewalde',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10287,\r\n 'CustomerID': 'RICAR',\r\n 'CustomerName': 'Annette Roulet',\r\n 'OrderDate': '1996-08-22T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-28T00:00:00.000Z',\r\n 'Freight': 12.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10288,\r\n 'CustomerID': 'REGGC',\r\n 'CustomerName': 'Yoshi Tannamuri',\r\n 'OrderDate': '1996-08-23T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-03T00:00:00.000Z',\r\n 'Freight': 7.45,\r\n 'ShipName': 'Reggiani Caseifici',\r\n 'ShipAddress': 'Strada Provinciale 124',\r\n 'ShipCity': 'Reggio Emilia',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10289,\r\n 'CustomerID': 'BSBEV',\r\n 'CustomerName': 'John Steel',\r\n 'OrderDate': '1996-08-26T00:00:00.000Z',\r\n 'ShippedDate': '1996-08-28T00:00:00.000Z',\r\n 'Freight': 22.77,\r\n 'ShipName': 'B s Beverages',\r\n 'ShipAddress': 'Fauntleroy Circus',\r\n 'ShipCity': 'London',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'UK'\r\n },\r\n {\r\n 'OrderID': 10290,\r\n 'CustomerID': 'COMMI',\r\n 'CustomerNames': 'Renate Messner',\r\n 'OrderDate': '1996-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-03T00:00:00.000Z',\r\n 'Freight': 79.7,\r\n 'ShipName': 'Comércio Mineiro',\r\n 'ShipAddress': 'Av. dos Lusíadas, 23',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10291,\r\n 'CustomerID': 'QUEDE',\r\n 'CustomerName': 'Jaime Yorres',\r\n 'OrderDate': '1996-08-27T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-04T00:00:00.000Z',\r\n 'Freight': 6.4,\r\n 'ShipName': 'Que Delícia',\r\n 'ShipAddress': 'Rua da Panificadora, 12',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10292,\r\n 'CustomerID': 'TRADH',\r\n 'CustomerName': 'Carlos González',\r\n 'OrderDate': '1996-08-28T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-02T00:00:00.000Z',\r\n 'Freight': 1.35,\r\n 'ShipName': 'Tradiçao Hipermercados',\r\n 'ShipAddress': 'Av. Inês de Castro, 414',\r\n 'ShipCity': 'Sao Paulo',\r\n 'ShipRegion': 'SP',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10293,\r\n 'CustomerID': 'TORTU',\r\n 'CustomerName': 'Felipe Izquierdo',\r\n 'OrderDate': '1996-08-29T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 21.18,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10294,\r\n 'CustomerID': 'RATTC',\r\n 'CustomerName': 'Fran Wilson',\r\n 'OrderDate': '1996-08-30T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-05T00:00:00.000Z',\r\n 'Freight': 147.26,\r\n 'ShipName': 'Rattlesnake Canyon Grocery',\r\n 'ShipAddress': '2817 Milton Dr.',\r\n 'ShipCity': 'Albuquerque',\r\n 'ShipRegion': 'NM',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10295,\r\n 'CustomerID': 'VINET',\r\n 'CustomerName': 'Giovanni Rovelli',\r\n 'OrderDate': '1996-09-02T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-10T00:00:00.000Z',\r\n 'Freight': 1.15,\r\n 'ShipName': 'Vins et alcools Chevalier',\r\n 'ShipAddress': '59 rue de l Abbaye',\r\n 'ShipCity': 'Reims',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10296,\r\n 'CustomerID': 'LILAS',\r\n 'CustomerName': 'Catherine Dewey',\r\n 'OrderDate': '1996-09-03T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 0.12,\r\n 'ShipName': 'LILA-Supermercado',\r\n 'ShipAddress': 'Carrera 52 con Ave. Bolívar #65-98 Llano Largo',\r\n 'ShipCity': 'Barquisimeto',\r\n 'ShipRegion': 'Lara',\r\n 'ShipCountry': 'Venezuela'\r\n },\r\n {\r\n 'OrderID': 10297,\r\n 'CustomerID': 'BLONP',\r\n 'CustomerName': 'Jean Fresnière',\r\n 'OrderDate': '1996-09-04T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-10T00:00:00.000Z',\r\n 'Freight': 5.74,\r\n 'ShipName': 'Blondel père et fils',\r\n 'ShipAddress': '24, place Kléber',\r\n 'ShipCity': 'Strasbourg',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'France'\r\n },\r\n {\r\n 'OrderID': 10298,\r\n 'CustomerID': 'HUNGO',\r\n 'CustomerName': 'Alexander Feuer',\r\n 'OrderDate': '1996-09-05T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-11T00:00:00.000Z',\r\n 'Freight': 168.22,\r\n 'ShipName': 'Hungry Owl All-Night Grocers',\r\n 'ShipAddress': '8 Johnstown Road',\r\n 'ShipCity': 'Cork',\r\n 'ShipRegion': 'Co. Cork',\r\n 'ShipCountry': 'Ireland'\r\n },\r\n {\r\n 'OrderID': 10299,\r\n 'CustomerID': 'RICAR',\r\n 'CustomerName': 'Simon Crowther',\r\n 'OrderDate': '1996-09-06T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-13T00:00:00.000Z',\r\n 'Freight': 29.76,\r\n 'ShipName': 'Ricardo Adocicados',\r\n 'ShipAddress': 'Av. Copacabana, 267',\r\n 'ShipCity': 'Rio de Janeiro',\r\n 'ShipRegion': 'RJ',\r\n 'ShipCountry': 'Brazil'\r\n },\r\n {\r\n 'OrderID': 10300,\r\n 'CustomerID': 'MAGAA',\r\n 'CustomerNames': 'Yvonne Moncada',\r\n 'OrderDate': '1996-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-18T00:00:00.000Z',\r\n 'Freight': 17.68,\r\n 'ShipName': 'Magazzini Alimentari Riuniti',\r\n 'ShipAddress': 'Via Ludovico il Moro 22',\r\n 'ShipCity': 'Bergamo',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Italy'\r\n },\r\n {\r\n 'OrderID': 10301,\r\n 'CustomerID': 'WANDK',\r\n 'CustomerName': 'Rene Phillips',\r\n 'OrderDate': '1996-09-09T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-17T00:00:00.000Z',\r\n 'Freight': 45.08,\r\n 'ShipName': 'Die Wandernde Kuh',\r\n 'ShipAddress': 'Adenauerallee 900',\r\n 'ShipCity': 'Stuttgart',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Germany'\r\n },\r\n {\r\n 'OrderID': 10302,\r\n 'CustomerID': 'SUPRD',\r\n 'CustomerName': 'Pirkko Koskitalo',\r\n 'OrderDate': '1996-09-10T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-09T00:00:00.000Z',\r\n 'Freight': 6.27,\r\n 'ShipName': 'Suprêmes délices',\r\n 'ShipAddress': 'Boulevard Tirou, 255',\r\n 'ShipCity': 'Charleroi',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Belgium'\r\n },\r\n {\r\n 'OrderID': 10303,\r\n 'CustomerID': 'GODOS',\r\n 'CustomerName': 'Paula Parente',\r\n 'OrderDate': '1996-09-11T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-18T00:00:00.000Z',\r\n 'Freight': 107.83,\r\n 'ShipName': 'Godos Cocina Típica',\r\n 'ShipAddress': 'C/ Romero, 33',\r\n 'ShipCity': 'Sevilla',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10304,\r\n 'CustomerID': 'TORTU',\r\n 'CustomerName': 'Karl Jablonski',\r\n 'OrderDate': '1996-09-12T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-17T00:00:00.000Z',\r\n 'Freight': 63.79,\r\n 'ShipName': 'Tortuga Restaurante',\r\n 'ShipAddress': 'Avda. Azteca 123',\r\n 'ShipCity': 'México D.F.',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Mexico'\r\n },\r\n {\r\n 'OrderID': 10305,\r\n 'CustomerID': 'OLDWO',\r\n 'CustomerName': 'Matti Karttunen',\r\n 'OrderDate': '1996-09-13T00:00:00.000Z',\r\n 'ShippedDate': '1996-10-09T00:00:00.000Z',\r\n 'Freight': 257.62,\r\n 'ShipName': 'Old World Delicatessen',\r\n 'ShipAddress': '2743 Bering St.',\r\n 'ShipCity': 'Anchorage',\r\n 'ShipRegion': 'AK',\r\n 'ShipCountry': 'USA'\r\n },\r\n {\r\n 'OrderID': 10306,\r\n 'CustomerID': 'ROMEY',\r\n 'CustomerName': 'Zbyszek Piestrzeniewicz',\r\n 'OrderDate': '1996-09-16T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-23T00:00:00.000Z',\r\n 'Freight': 7.56,\r\n 'ShipName': 'Romero y tomillo',\r\n 'ShipAddress': 'Gran Vía, 1',\r\n 'ShipCity': 'Madrid',\r\n 'ShipRegion': null,\r\n 'ShipCountry': 'Spain'\r\n },\r\n {\r\n 'OrderID': 10307,\r\n 'CustomerID': 'LONEP',\r\n 'CustomerName': 'Zbyszek Piestrzeniewicz',\r\n 'OrderDate': '1996-09-17T00:00:00.000Z',\r\n 'ShippedDate': '1996-09-25T00:00:00.000Z',\r\n 'Freight': 0.56,\r\n 'ShipName': 'Lonesome Pine Restaurant',\r\n 'ShipAddress': '89 Chiaroscuro Rd.',\r\n 'ShipCity': 'Portland',\r\n 'ShipRegion': 'OR',\r\n 'ShipCountry': 'USA'\r\n }]);\r\nexport const orderDetails: Object[] = JSON.parse(order, (field: string, value: any) => {\r\n let dupValue: any = value;\r\n if (typeof value === 'string' && /^(\\d{4}\\-\\d\\d\\-\\d\\d([tT][\\d:\\.]*){1})([zZ]|([+\\-])(\\d\\d):?(\\d\\d))?$/.test(value)) {\r\n let arr: any = dupValue.split(/[^0-9]/);\r\n let a: any = parseInt(arr[0], 10);\r\n let b: any = parseInt(arr[1], 10) - 1;\r\n let c: any = parseInt(arr[2], 10);\r\n let d: any = parseInt(arr[3], 10);\r\n value = new Date(a, b, c, d, parseInt(arr[4], 10), parseInt(arr[5], 10));\r\n }\r\n return value;\r\n});\r\n\r\n/**\r\n * Hierarchy Order data source\r\n */\r\nexport let hierarchyOrderdata: Object[] = [\r\n {\r\n OrderID: 10248, CustomerID: 'VINET', EmployeeID: 5, OrderDate: new Date(8364186e5),\r\n ShipName: 'Vins et alcools Chevalier', ShipCity: 'Reims', ShipAddress: '59 rue de l Abbaye',\r\n ShipRegion: 'CJ', ShipPostalCode: '51100', ShipCountry: 'France', Freight: 32.38, Verified: !0\r\n },\r\n {\r\n OrderID: 10249, CustomerID: 'TOMSP', EmployeeID: 6, OrderDate: new Date(836505e6),\r\n ShipName: 'Toms Spezialitäten', ShipCity: 'Münster', ShipAddress: 'Luisenstr. 48',\r\n ShipRegion: 'CJ', ShipPostalCode: '44087', ShipCountry: 'Germany', Freight: 11.61, Verified: !1\r\n },\r\n {\r\n OrderID: 10250, CustomerID: 'HANAR', EmployeeID: 2, OrderDate: new Date(8367642e5),\r\n ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67',\r\n ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 65.83, Verified: !0\r\n },\r\n {\r\n OrderID: 10251, CustomerID: 'VICTE', EmployeeID: 3, OrderDate: new Date(8367642e5),\r\n ShipName: 'Victuailles en stock', ShipCity: 'Lyon', ShipAddress: '2, rue du Commerce',\r\n ShipRegion: 'CJ', ShipPostalCode: '69004', ShipCountry: 'France', Freight: 41.34, Verified: !0\r\n },\r\n {\r\n OrderID: 10252, CustomerID: 'SUPRD', EmployeeID: 4, OrderDate: new Date(8368506e5),\r\n ShipName: 'Suprêmes délices', ShipCity: 'Charleroi', ShipAddress: 'Boulevard Tirou, 255',\r\n ShipRegion: 'CJ', ShipPostalCode: 'B-6000', ShipCountry: 'Belgium', Freight: 51.3, Verified: !0\r\n },\r\n {\r\n OrderID: 10253, CustomerID: 'HANAR', EmployeeID: 3, OrderDate: new Date(836937e6),\r\n ShipName: 'Hanari Carnes', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua do Paço, 67',\r\n ShipRegion: 'RJ', ShipPostalCode: '05454-876', ShipCountry: 'Brazil', Freight: 58.17, Verified: !0\r\n },\r\n {\r\n OrderID: 10254, CustomerID: 'CHOPS', EmployeeID: 5, OrderDate: new Date(8370234e5),\r\n ShipName: 'Chop-suey Chinese', ShipCity: 'Bern', ShipAddress: 'Hauptstr. 31',\r\n ShipRegion: 'CJ', ShipPostalCode: '3012', ShipCountry: 'Switzerland', Freight: 22.98, Verified: !1\r\n },\r\n {\r\n OrderID: 10255, CustomerID: 'RICSU', EmployeeID: 9, OrderDate: new Date(8371098e5),\r\n ShipName: 'Richter Supermarkt', ShipCity: 'Genève', ShipAddress: 'Starenweg 5',\r\n ShipRegion: 'CJ', ShipPostalCode: '1204', ShipCountry: 'Switzerland', Freight: 148.33, Verified: !0\r\n },\r\n {\r\n OrderID: 10256, CustomerID: 'WELLI', EmployeeID: 3, OrderDate: new Date(837369e6),\r\n ShipName: 'Wellington Importadora', ShipCity: 'Resende', ShipAddress: 'Rua do Mercado, 12',\r\n ShipRegion: 'SP', ShipPostalCode: '08737-363', ShipCountry: 'Brazil', Freight: 13.97, Verified: !1\r\n },\r\n {\r\n OrderID: 10257, CustomerID: 'HILAA', EmployeeID: 4, OrderDate: new Date(8374554e5),\r\n ShipName: 'HILARION-Abastos', ShipCity: 'San Cristóbal', ShipAddress: 'Carrera 22 con Ave. Carlos Soublette #8-35',\r\n ShipRegion: 'Táchira', ShipPostalCode: '5022', ShipCountry: 'Venezuela', Freight: 81.91, Verified: !0\r\n },\r\n {\r\n OrderID: 10258, CustomerID: 'ERNSH', EmployeeID: 1, OrderDate: new Date(8375418e5),\r\n ShipName: 'Ernst Handel', ShipCity: 'Graz', ShipAddress: 'Kirchgasse 6',\r\n ShipRegion: 'CJ', ShipPostalCode: '8010', ShipCountry: 'Austria', Freight: 140.51, Verified: !0\r\n },\r\n {\r\n OrderID: 10259, CustomerID: 'CENTC', EmployeeID: 7, OrderDate: new Date(8376282e5),\r\n ShipName: 'Centro comercial Moctezuma', ShipCity: 'México D.F.', ShipAddress: 'Sierras de Granada 9993',\r\n ShipRegion: 'CJ', ShipPostalCode: '05022', ShipCountry: 'Mexico', Freight: 3.25, Verified: !1\r\n },\r\n {\r\n OrderID: 10260, CustomerID: 'OTTIK', EmployeeID: 4, OrderDate: new Date(8377146e5),\r\n ShipName: 'Ottilies Käseladen', ShipCity: 'Köln', ShipAddress: 'Mehrheimerstr. 369',\r\n ShipRegion: 'CJ', ShipPostalCode: '50739', ShipCountry: 'Germany', Freight: 55.09, Verified: !0\r\n },\r\n {\r\n OrderID: 10261, CustomerID: 'QUEDE', EmployeeID: 2, OrderDate: new Date(8377146e5),\r\n ShipName: 'Que Delícia', ShipCity: 'Rio de Janeiro', ShipAddress: 'Rua da Panificadora, 12',\r\n ShipRegion: 'RJ', ShipPostalCode: '02389-673', ShipCountry: 'Brazil', Freight: 3.05, Verified: !1\r\n },\r\n {\r\n OrderID: 10262, CustomerID: 'RATTC', EmployeeID: 8, OrderDate: new Date(8379738e5),\r\n ShipName: 'Rattlesnake Canyon Grocery', ShipCity: 'Albuquerque', ShipAddress: '2817 Milton Dr.',\r\n ShipRegion: 'NM', ShipPostalCode: '87110', ShipCountry: 'USA', Freight: 48.29, Verified: !0\r\n }];","index.html":"\n\n \n\n
      \n\n
      \n
      \n
      \n \n \n
      \n
      \n
      \n
      \n
      \n
      \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
      ","index.ts":"{{ripple}}\r\nimport { Grid, VirtualScroll, Sort, Filter, Selection } from '@syncfusion/ej2-grids';\r\nimport { isNullOrUndefined, closest } from '@syncfusion/ej2-base';\r\nimport { DropDownList } from '@syncfusion/ej2-dropdowns';\r\nimport { getTradeData } from './data-source';\r\n\r\nGrid.Inject(Selection, VirtualScroll, Sort, Filter);\r\n\r\n/**\r\n * Grid Overview sample\r\n */\r\nlet dReady: boolean = false;\r\nlet dtTime: boolean = false;\r\nlet isDataBound: boolean = false;\r\nlet isDataChanged: boolean = true;\r\nlet intervalFun: any;\r\nlet clrIntervalFun: any;\r\nlet clrIntervalFun1: any;\r\nlet clrIntervalFun2: any;\r\nlet ddObj: DropDownList;\r\nlet dropSlectedIndex: number = null;\r\nlet stTime: any;\r\nstTime = performance.now();\r\n\r\nfunction complete(args: any): void {\r\n if (args.requestType === 'filterchoicerequest') {\r\n if (args.filterModel.options.field === 'Trustworthiness' || args.filterModel.options.field === 'Rating'\r\n || args.filterModel.options.field === 'Status') {\r\n let span: Element = args.filterModel.dialogObj.element.querySelectorAll('.e-selectall')[0];\r\n if (!isNullOrUndefined(span)) {\r\n closest(span, '.e-ftrchk').classList.add('e-hide');\r\n }\r\n }\r\n }\r\n}\r\nfunction queryCellInfo(args: any): void {\r\n if (args.column.field === 'Employees') {\r\n if (args.data.EmployeeImg === 'usermale') {\r\n args.cell.querySelector('.e-userimg').classList.add('sf-icon-Male');\r\n } else {\r\n args.cell.querySelector('.e-userimg').classList.add('sf-icon-FeMale');\r\n }\r\n }\r\n if (args.column.field === 'Status') {\r\n if (args.cell.textContent === 'Active') {\r\n args.cell.querySelector('.statustxt').classList.add('e-activecolor');\r\n args.cell.querySelector('.statustemp').classList.add('e-activecolor');\r\n }\r\n if (args.cell.textContent === 'Inactive') {\r\n args.cell.querySelector('.statustxt').classList.add('e-inactivecolor');\r\n args.cell.querySelector('.statustemp').classList.add('e-inactivecolor');\r\n }\r\n }\r\n if (args.column.field === 'Rating') {\r\n if (args.column.field === 'Rating') {\r\n for (let i: number = 0; i < args.data.Rating; i++) {\r\n args.cell.querySelectorAll('span')[i].classList.add('checked');\r\n }\r\n }\r\n }\r\n if (args.column.field === 'Software') {\r\n if (args.data.Software <= 20) {\r\n args.data.Software = args.data.Software + 30;\r\n }\r\n args.cell.querySelector('.bar').style.width = args.data.Software + '%';\r\n args.cell.querySelector('.barlabel').textContent = args.data.Software + '%';\r\n if (args.data.Status === 'Inactive') {\r\n args.cell.querySelector('.bar').classList.add('progressdisable');\r\n }\r\n }\r\n}\r\nfunction startTimer(args: any): void {\r\n clearTimeout(clrIntervalFun);\r\n clearInterval(intervalFun);\r\n dtTime = true;\r\n}\r\n\r\n\r\n(<{trustTemp?: Function}>window).trustTemp = (e: any): any => {\r\n if (e.Trustworthiness === 'Select All') {\r\n return '';\r\n }\r\n /* tslint:disable-next-line:max-line-length */\r\n return ' ' + e.Trustworthiness + '';\r\n};\r\n\r\n(<{ratingDetail?: Function}>window).ratingDetail = (e: any): any => {\r\n let grid: any = (document.querySelector('.e-grid')).ej2_instances[0];\r\n let div: Element = document.createElement('div');\r\n div.className = 'rating';\r\n let span: Element;\r\n if (e.Rating === 'Select All') {\r\n return '';\r\n }\r\n for (let i: number = 0; i < 5; i++) {\r\n if (i < e.Rating) {\r\n span = document.createElement('span');\r\n span.className = 'star checked';\r\n div.appendChild(span);\r\n } else {\r\n span = document.createElement('span');\r\n span.className = 'star';\r\n div.appendChild(span);\r\n }\r\n }\r\n return div.outerHTML;\r\n};\r\n\r\n(<{statusDetail?: Function}>window).statusDetail = (e: any): any => {\r\n let grid: any = (document.querySelector('.e-grid')).ej2_instances[0];\r\n let div: Element = document.createElement('div');\r\n let span: Element;\r\n if (e.Status === 'Select All') {\r\n return 'Select All';\r\n }\r\n span = document.createElement('span');\r\n if (e.Status === 'Active') {\r\n span.className = 'statustxt e-activecolor';\r\n span.textContent = 'Active';\r\n div.className = 'statustemp e-activecolor';\r\n }\r\n if (e.Status === 'Inactive') {\r\n span = document.createElement('span');\r\n span.className = 'statustxt e-inactivecolor';\r\n span.textContent = 'Inactive';\r\n div.className = 'statustemp e-inactivecolor';\r\n }\r\n div.appendChild(span);\r\n return div.outerHTML;\r\n};\r\n\r\n\r\n \r\n let grid: Grid = new Grid({\r\n dataSource: getTradeData(1000),\r\n allowSelection: true,\r\n allowFiltering: true,\r\n allowSorting: true,\r\n enableVirtualization: true,\r\n filterSettings: { type: 'Menu' },\r\n selectionSettings: { persistSelection: true, type: 'Multiple', checkboxOnly: true },\r\n enableHover: false,\r\n height: 600,\r\n rowHeight: 38,\r\n columns: [\r\n { type: 'checkbox', allowFiltering: false, allowSorting: false, width: '60' },\r\n { field: 'EmployeeID', visible: false, headerText: 'Employee ID', isPrimaryKey: true, width: '130' },\r\n {\r\n field: 'Employees', headerText: 'Employee Name', width: '200', clipMode: 'EllipsisWithTooltip',\r\n template: '#empTemplate',\r\n filter: { type: 'CheckBox' }\r\n },\r\n {\r\n field: 'Designation', headerText: 'Designation', width: '170',\r\n filter: { type: 'CheckBox' }, clipMode: 'EllipsisWithTooltip'\r\n },\r\n { field: 'Mail', headerText: 'Mail', width: '230', filter: { type: 'Menu' } },\r\n {\r\n field: 'Location', width: '140', headerText: 'Location', filter: { type: 'CheckBox' },\r\n template: '#coltemplate'\r\n },\r\n {\r\n field: 'Status', headerText: 'Status', filter: { type: 'CheckBox', itemTemplate: '#StatusItemTemp' },\r\n width: '150', template: '#statusTemplate'\r\n },\r\n {\r\n field: 'Trustworthiness', headerText: 'Trustworthiness',\r\n filter: { type: 'CheckBox', itemTemplate: '${ trustTemp(data)}' }, width: '160', template: '#trustTemplate'\r\n },\r\n {\r\n field: 'Rating', filter: { type: 'CheckBox', itemTemplate: '
      ${ratingDetail(data)}
      ' }, headerText: 'Rating',\r\n width: '160', template: '#ratingTemplate'\r\n },\r\n {\r\n field: 'Software', allowFiltering: false, allowSorting: false, headerText: 'Software Proficiency',\r\n width: '180', template: '#progessTemplate'\r\n },\r\n {\r\n field: 'CurrentSalary', headerText: 'Current Salary', format: 'C2',\r\n filter: { type: 'Menu' }, textAlign: 'Right', width: '160'\r\n },\r\n { field: 'Address', headerText: 'Address', width: '240', filter: { type: 'Menu' }, clipMode: 'EllipsisWithTooltip' },\r\n ],\r\n queryCellInfo: queryCellInfo,\r\n dataBound: startTimer,\r\n actionComplete: complete\r\n });\r\n grid.appendTo('#Grid');\r\n grid.on('data-ready', () => {\r\n dReady = true;\r\n });\r\n let listObj: DropDownList = new DropDownList({\r\n index: 0,\r\n placeholder: 'Select a Data Range',\r\n popupHeight: '240px',\r\n width: '220px',\r\n change: () => { valueChange(); }\r\n });\r\n listObj.appendTo('#ddl');\r\n function valueChange(): void {\r\n (listObj).closePopup();\r\n grid.showSpinner();\r\n dropSlectedIndex = null;\r\n let index: number = listObj.value as number;\r\n clearTimeout(clrIntervalFun2);\r\n clrIntervalFun2 = setTimeout(\r\n () => {\r\n isDataChanged = true;\r\n stTime = null;\r\n let contentElement: Element = grid.contentModule.getPanel().firstChild as Element;\r\n contentElement.scrollLeft = 0;\r\n contentElement.scrollTop = 0;\r\n grid.pageSettings.currentPage = 1;\r\n stTime = performance.now();\r\n grid.dataSource = getTradeData(index);\r\n grid.hideSpinner();\r\n },\r\n 100);\r\n }\r\n document.getElementById('Grid').addEventListener('DOMSubtreeModified', () => {\r\n if (dReady && stTime && isDataChanged) {\r\n let msgEle: Element = document.getElementById('msg');\r\n let val: any = (performance.now() - stTime).toFixed(0);\r\n stTime = null;\r\n dtTime = false;\r\n dReady = false;\r\n isDataChanged = false;\r\n msgEle.innerHTML = 'Load Time: ' + '' + val + '' + 'ms';\r\n msgEle.classList.remove('e-hide');\r\n }\r\n });\r\n\r\n\r\n"} \ No newline at end of file diff --git a/src/grid/grid-overview.ts b/src/grid/grid-overview.ts index 09c81076..4ce2e2a9 100644 --- a/src/grid/grid-overview.ts +++ b/src/grid/grid-overview.ts @@ -164,8 +164,8 @@ function startTimer(args: any): void { width: '150', template: '#statusTemplate' }, { - field: 'Trustworthiness', headerText: 'Trustworthiness', filter: { type: 'CheckBox', itemTemplate: '${ trustTemp(data)}' }, - width: '160', template: '#trustTemplate' + field: 'Trustworthiness', headerText: 'Trustworthiness', + filter: { type: 'CheckBox', itemTemplate: '${ trustTemp(data)}' }, width: '160', template: '#trustTemplate' }, { field: 'Rating', filter: { type: 'CheckBox', itemTemplate: '
      ${ratingDetail(data)}
      ' }, headerText: 'Rating', diff --git a/src/grid/grouping.html b/src/grid/grouping.html index 2ac854b8..86762336 100644 --- a/src/grid/grouping.html +++ b/src/grid/grouping.html @@ -29,12 +29,16 @@
      -

      The Grid control has options to group the records based on the required column. - When grouping is applied, grouped records are organized into a hierarchical structure to facilitate +

      + The Grid control has options to group the records based on the required column. + When grouping is applied, grouped records are organized into a hierarchical structure to facilitate easier expansion and collapse of records. To enable grouping, + set + href="https://ej2.syncfusion.com/documentation/api/grid/#allowgrouping"> allowGrouping property as true.

      +

      grouping is a better way to handle data effectivly.In grouping the similar data are group under common data.

      +

      It is mainly used to handle a large amount of data and group them accroding to columns.

      Columns can be grouped by simply dragging the column header and drop on the group drop area.

      In this demo, to group a specify column, drag and drop the column in the group drop area.

      Injecting Module:

      diff --git a/src/grid/sample.json b/src/grid/sample.json index fe54be65..a3ceb22b 100644 --- a/src/grid/sample.json +++ b/src/grid/sample.json @@ -4,9 +4,9 @@ "category":"Grids", "ftName": "datagrid", "samples" : [ - {"url":"grid-overview", "name": "Overview", "description":"This demo for Essential JS 2 grid control is an overview of how to display and manipulate large data with configuration options.", "category":"Data Grid","api":{"Grid":["dataSource","enableVirtualization","allowFiltering","allowSorting","allowSelection","selectionSettings","height","columns","dataBound","actionComplete","load"] }}, - {"url":"default", "name": "Default Functionalities", "description":"This demo for Essential JS 2 grid control shows the default rendering of the grid control with minimum configuration.", "category":"Data Grid","api":{"Grid":["columns","dataSource"] }}, - {"url":"grouping", "name": "Grouping", "description":"This demo for Essential JS 2 grid control demonstrates the grouping feature of the grid control. The grid control has options to group records based on columns.", "category":"Data Grid","api":{"Grid":["dataSource","allowPaging","allowSorting","groupSettings","pageSettings","allowGrouping","height","columns"] }}, + {"url":"grid-overview", "name": "Overview", "description":"This demo for Essential JS 2(ES6) grid control is an overview of how to display and manipulate large data with configuration options.", "category":"Data Grid","api":{"Grid":["dataSource","enableVirtualization","allowFiltering","allowSorting","allowSelection","selectionSettings","height","columns","dataBound","actionComplete","load"] }}, + {"url":"default", "name": "Default Functionalities", "description":"This demo for Essential JS 2(ES6) grid control shows the default rendering of the grid control with minimum configuration.", "category":"Data Grid","api":{"Grid":["columns","dataSource"] }}, + {"url":"grouping", "name": "Grouping", "description":"This demo for Essential JS 2 grid control demonstrates the grouping feature of the grid control. The grid has options to group records based on columns.", "category":"Data Grid","api":{"Grid":["dataSource","allowPaging","allowSorting","groupSettings","pageSettings","allowGrouping","height","columns"] }}, {"url":"grid-lines", "name": "GridLines" , "description":"This demo for Essential JS 2 grid control demonstrates the visibility of the grid lines that separate the rows and columns.", "category":"Data Grid","api":{"Grid":["dataSource","gridLines","columns"] }}, {"url":"scrolling", "name": "Default Scrolling", "description":"This demo for Essential JS 2 grid control shows the usage of the horizontal and vertical scrollbars to view grid content that exceeds the grid area.", "category":"Scrolling","api":{"Grid":["dataSource","height","width","columns"] }}, {"url":"virtual-scrolling", "name": "Virtual Scrolling", "description":"This demo demonstrates how to use Essential JS 2 grid to show a large data view without performance degradation by rendering only the required rows and columns.", "category":"Scrolling","api":{"Grid":["dataSource","enableVirtualization","enableColumnVirtualization","dataBound","height","columns"] }}, @@ -58,4 +58,4 @@ {"url":"foreign-key", "name": "Foreign Key Column", "description":"This demo for Essential JS 2 grid control shows the usage of a foreign key column and perform actions like filtering, sorting and editing.", "category":"Columns", "api":{"Grid":["dataSource","allowSorting", "columns", "allowFiltering", "filterSettings", "editSettings"]}}, {"url":"row-spanning", "name": "Row Spanning", "description":"This demo for Essential JS 2 grid control demonstrates the row spanning feature. In this sample, we have spanned row cells together.", "category":"Rows", "api":{"Grid":["dataSource","allowTextWrap","columns","queryCellInfo","gridLines","width","height"] }} ] - } \ No newline at end of file + } \ No newline at end of file diff --git a/src/heatmap/legend-stack.json b/src/heatmap/legend-stack.json index b1635f92..cc304125 100644 --- a/src/heatmap/legend-stack.json +++ b/src/heatmap/legend-stack.json @@ -1 +1 @@ -{"data.json":"\r\n{\r\n\r\n \"largeData\": [\r\n [104, 104, 175, 208, 258, 280, 290, 312, 332, 320, 312, 300,\r\n 300, 300, 300, 250, 250, 156, 156, 156, 156, 130, 130, 104],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200,\r\n 180, 130, 120, 130, 120, 130, 120, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180,\r\n 130, 120, 130, 120, 130, 120, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180,\r\n 130, 120, 130, 120, 130, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 130, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 80, 120, 140, 140, 140, 140, 120, 110, 110, 102,\r\n 90, 70, 70, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 90, 90, 100, 100, 90, 90, 90, 90, 90,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n\r\n\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 70, 200,\r\n 180, 150, 90, 80, 70, 60, 60, 60, 60, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n \r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200,\r\n 180, 160, 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220,\r\n 190, 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220,\r\n 190, 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220,\r\n 200, 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220,\r\n 200, 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n \r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n \r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n \r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n \r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n \r\n\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n \r\n\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n\r\n \r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n\r\n \r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n\r\n \r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121]\r\n\r\n ],\r\n\r\n \"defaultTableDataSource\":[\r\n [0.72, 0.71, 0.71, 0.67, 0.72, 0.53, 0.53, 0.56, 0.58, 0.56],\r\n [2.28, 2.29, 2.09, 1.84, 1.64, 1.49, 1.49, 1.39, 1.32, 1.23],\r\n [2.02, 2.17, 2.30, 2.39, 2.36, 2.52, 2.62, 2.57, 2.57, 2.74],\r\n [3.21, 3.26, 3.45, 3.47, 3.42, 3.34, 3.14, 2.83, 2.64, 2.61],\r\n [3.22, 3.13, 3.04, 2.95, 2.69, 2.49, 2.27, 2.18, 2.06, 1.87],\r\n [3.30, 3.39, 3.40, 3.48, 3.60, 3.67, 3.73, 3.79, 3.79, 4.07],\r\n [5.80, 5.74, 5.64, 5.44, 5.18, 5.08, 5.07, 5.00, 5.35, 5.47],\r\n [6.91, 7.40, 8.13, 8.80, 9.04, 9.24, 9.43, 9.35, 9.49, 9.69]\r\n ],\r\n \"renderModeData\": [\r\n [7.6, 5.9, -3.7, 2.2, 8.9, 6.0, 14.2, 6.1, -3.2, 4.2],\r\n [3.9, 1.9, 2.6, 14.2, 2.3, 3.5, -2.8, 2.7, 4.2, 3.9],\r\n [9.2, 3.4, 5.2, 14.5, 1.0, -5.9, -0.2, -1.7, -3.3, 4.6],\r\n [-2.3, 7.2, -3.2, 15.1, 2.7, 2.9, 3.9, -1.2, 8.2, 6.0],\r\n [-1.8, 5.0, -3.5, 3.2, 2.5, -1.8, 14.7, 3.0, 8.8, -3.3],\r\n [-2.5, 3.4, 4.2, -1.9, 7.5, 4.6, 2.4, 10.9, 8.0, -3.0],\r\n [7.1, 2.5, 7.9, 7.4, 15.2, 7.0, 5.8, -2.3, -3.9, -4.1],\r\n [4.7, 3.3, 14.3, 5.5, 3.0, -3.5, -5.3, -6.8, -2.3, 5.7],\r\n [2.2, 13.8, 3.0, -2.2, 3.8, 14.2, 3.7, 4.0, -4.9, 7.8],\r\n [4.3, 15.3, 3.1, 1.7, 4.2, -3.6, 2.3, -3.2, 10.7, 2.3],\r\n [-2.3, 3.4, 6.1, -1.3, 13.3, 3.7, -1.7, 8.2, 7.6, 4.1]\r\n ],\r\n \"tableBubbleData\":[\r\n [40, 41, 52, 57, 61],\r\n [37, 40, 46, 52, 53],\r\n [54, 55, 57, 59, 60],\r\n [47, 49, 51, 53, 55],\r\n [41, 44, 46, 48, 48],\r\n [59, 60, 60, 59, 57],\r\n [48, 49, 50, 51, 52],\r\n [52, 54, 56, 56, 57]\r\n ],\r\n\r\n \"emptyPointDataSource\":[[8, 5, 2, 6, 8, 2, 9, 3, 7, 8, 7, 6],\r\n [5, null, 4, 9, 10, null, 11, 7, 3, 7, 8, null],\r\n [8, 7, 2, null, 5, 3, null, 2, 1, 8, null, 4],\r\n [10, 2, null, 4, 5, null, 1, 10, 5, 2, 1, null],\r\n [1, 2, 9, 4, null, 5, 1, null, 12, 1, null, 4],\r\n [4, null, 3, 5, 2, null, null, null, 5, null, 1, 3],\r\n [null, null, 4, 10, null, 5, 11, 2, 8, 1, null, 1],\r\n [1, 4, null, 4, 5, null, 1, 3, null, 1, null, 3],\r\n [null, 2, 1, 4, null, 5, 1, null, 2, 1, null, 2],\r\n [1, null, 4, null, null, 2, null, 5, 1, 5, 2, 1],\r\n [1, null, 2, 1, 5, null, null, null, 5, 2, 1, null]\r\n ],\r\n\r\n \"calendarDataSource\": [[null, null, null, null, 16, 48, 0],\r\n [0, 15, 0, 24, 0, 39, 0],\r\n [0, 18, 37, 0, 0, 50, 0],\r\n [0, 10, 0, 0, 44, 5, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 0, 0, 35, 0],\r\n [0, 31, 0, 0, 0, 40, 0],\r\n [0, 8, 0, 27, 0, 35, 0],\r\n [0, 12, 9, 45, 0, 8, 0],\r\n [0, 0, 13, 0, 22, 10, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 0, 36, 23, 19, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 1],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 12, 9, 45, 0, 8, 0],\r\n [0, 0, 13, 35, 22, 10, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 36, 0, 45, 20, 18, 2],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 1],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 31, 2, 9, 24, 0, 1],\r\n [0, 8, 47, 27, 0, 35, 40],\r\n [0, 10, 2, 0, 44, 5, null]\r\n ],\r\n \"opposedAxisData\":[\r\n [36371, 25675, 28292, 33399, 35980, 38585, 39351, 39964, 36543, 30529, 33298, 36985],\r\n [34702, 27618, 31063, 34525, 36772, 35410, 38750, 39467, 35390, 34196, 35302, 35703],\r\n [34522, 31324, 32128, 34231, 36817, 34381, 37180, 38255, 32776, 32645, 31539, 32981],\r\n [32213, 28755, 29517, 31214, 33747, 33507, 35763, 36837, 32910, 33437, 30659, 31965],\r\n [31282, 28663, 32952, 33941, 34506, 36875, 38836, 35497, 34285, 34094, 32256, 33699],\r\n [31714, 29405, 33745, 32838, 33461, 35034, 36122, 37943, 34128, 30624, 32398, 33522],\r\n [32064, 28387, 33751, 32537, 34034, 35977, 37196, 38301, 33627, 34115, 31072, 33939],\r\n [32417, 27868, 30807, 33386, 35284, 36126, 39753, 40978, 35777, 35277, 31281, 35411],\r\n [32494, 29848, 34385, 35804, 37943, 38722, 41315, 41335, 37177, 37443, 32457, 37304],\r\n [34378, 29576, 30547, 35664, 36622, 38145, 40347, 41868, 38252, 36505, 29576, 36450],\r\n [35219, 31670, 32589, 34927, 36998, 39825, 41126, 42002, 37021, 36583, 32408, 37108]\r\n ],\r\n \"palatteSampleData\":[\r\n [17.2, 24.6, 18.4, 9.6, 8.6, 18.8, 10.3, 5.0],\r\n [15.8, 29.9, 15.2, 31.3, 18.1, 5.5, 10.2, 14.6],\r\n [17.8, 25.5, 19.1, 12.9, 7.5, 30.7, 12.6, 5.6],\r\n [7.3, 20.1, 18.8, 20.3, 6.1, 9.0, 29.8, 7.7],\r\n [7.8, 30.5, 19.6, 10.8, 7.9, 15.5, 5.2, 14.3],\r\n [5.8, 31.7, 17.8, 10.4, 17.3, 15.7, 9.1, 7.7],\r\n [11.3, 29.1, 19.5, 11.5, 6.3, 12.9, 10.1, 6.7],\r\n [13.7, 31.3, 15.3, 6.2, 7.7, 16.1, 18.9, 12.6],\r\n [9.3, 29.9, 16.4, 14.5, 5.2, 12.3, 18.7, 7.3],\r\n [16.3, 27.4, 27.0, 5.5, 16.2, 12.6, 8.3, 15.2],\r\n [7.2, 20.1, 16.9, 9.0, 7.6, 16.2, 8.4, 29.0]],\r\n \"legendSampleData\":[\r\n [10, 8, 7, 7, 10, 14, 17, 18, 18, 17, 16, 15],\r\n [10, 8, 7, 6, 8, 13, 15, 17, 17, 17, 15, 12],\r\n [12, 10, 8, 7, 7, 10, 15, 18, 20, 21, 20, 17],\r\n [11, 9, 8, 7, 7, 12, 16, 18, 19, 19, 17, 15],\r\n [15, 15, 15, 15, 16, 20, 22, 21, 21, 21, 19, 18],\r\n [13, 13, 12, 12, 12, 15, 18, 21, 22, 21, 19, 16],\r\n [11, 10, 9, 9, 10, 12, 14, 16, 17, 17, 16, 14]\r\n ],\r\n \"inveredAxisData\":[\r\n [2.65, 2.21, 1.52, 1.49, 1.81, 1.12, 0.69, 0.59, 0.57, 0.54],\r\n [2.13, 2.31, 2.29, 2.30, 2.14, 1.98, 1.84, 1.66, 1.46, 1.23],\r\n [0.96, 0.90, 0.94, 0.94, 0.95, 1.01, 1.19, 0.91, 0.90, 0.72],\r\n [2.71, 2.59, 2.41, 2.25, 1.90, 1.64, 1.43, 1.39, 1.35, 1.25],\r\n [2.65, 2.42, 2.37, 2.26, 1.92, 1.66, 1.54, 1.29, 1.03, 0.91],\r\n [2.66, 2.79, 3.12, 3.33, 3.10, 2.63, 2.41, 2.11, 2.05, 2.09],\r\n [2.21, 2.48, 2.95, 2.59, 2.61, 2.51, 2.49, 2.54, 2.64, 2.67],\r\n [3.06, 1.84, 2.67, 2.69, 2.61, 2.23, 2.06, 1.73, 1.18, 1.16],\r\n [0.57, 0.56, 0.63, 0.70, 0.63, 0.10, -0.26, -0.38, -0.07, 0.10],\r\n [3.07, 3.14, 2.61, 2.18, 1.97, 1.94, 1.57, 1.29, 1.57, 1.41]\r\n ],\r\n \"defaultData\": [\r\n [73, 39, 89, 39, 94, 55],\r\n [93, 58, 53, 38, 26, 68],\r\n [99, 28, 22, 0, 66, 90],\r\n [14, 46, 97, 69, 69, 3],\r\n [7, 16, 47, 47, 88, 6],\r\n [41, 55, 73, 23, 3, 79],\r\n [56, 69, 21, 86, 13, 33],\r\n [45, 7, 53, 81, 95, 79],\r\n [60, 77, 74, 68, 88, 51],\r\n [25, 100, 10, 12, 78, 14],\r\n [25, 56, 55, 58, 12, 82],\r\n [74, 33, 88, 23, 86, 59]\r\n ],\r\n \"multiLevelLabelData\": [\r\n [52, 65, 67, 45, 37, 52,32, 76, 60, 64, 82, 91],\r\n [68, 52, 63, 51, 30, 51,51, 81, 70, 60, 88, 80],\r\n [60, 50, 42, 53, 66, 70,41, 69, 76, 74, 86, 97],\r\n [66, 64, 46, 40, 47, 41, 45, 76, 83, 69, 92,84],\r\n [65, 42, 58, 32, 36, 44,49, 79, 83, 69, 83, 93],\r\n [54, 46, 61, 46, 40, 39,41, 69, 61, 84, 84, 87],\r\n [48, 46, 61, 47, 49, 41,41, 67, 78, 83, 98, 87],\r\n [69, 52, 41, 44, 41, 52,46, 71, 63, 84, 83, 91],\r\n [50, 59, 44, 43, 27, 42,26, 64, 76, 65, 81, 86],\r\n [47, 49, 66, 53, 50, 34,31, 79, 78, 79, 89, 95],\r\n [61, 40, 62, 26, 34, 54,56, 74, 83, 78, 95, 98]\r\n ],\r\n \"cellSeletionData\":[\r\n [2.9, 5.2, 3.4, 5.6, 4.4],\r\n [6.6, 4.8, 8, 3.9, 6.5],\r\n [5.1, 4.6, 5.4, 3.9, 4.3],\r\n [5.2, 4.3, 3.9, 6.2, 6.4],\r\n [7, 3, 1.9, 5.9, 3.5],\r\n [7.8, 5.9, 3.9, 4.3, 4.3],\r\n [6.5, 4.3, 3.9, 5.2, 3.9]],\r\n \"chartData\":[\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Cereals\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 2.9 }, { \"x\": \"2015\", \"y\": 5.2 }, { \"x\": \"2016\", \"y\": 3.4 },{ \"x\": \"2017\", \"y\": 5.6 },{ \"x\": \"2018\", \"y\": 4.4 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Meat\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 6.6 }, { \"x\": \"2015\", \"y\": 4.8 }, { \"x\": \"2016\", \"y\": 8 },{ \"x\": \"2017\", \"y\": 3.9 },{ \"x\": \"2018\", \"y\": 6.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Spices\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 5.1 }, { \"x\": \"2015\", \"y\": 4.6 }, { \"x\": \"2016\", \"y\": 5.4 },{ \"x\": \"2017\", \"y\": 3.9 },{ \"x\": \"2018\", \"y\": 4.3 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Tea\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 5.2 }, { \"x\": \"2015\", \"y\": 4.3 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 6.2 },{ \"x\": \"2018\", \"y\": 6.4 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Edible Oil\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 7 }, { \"x\": \"2015\", \"y\": 3 }, { \"x\": \"2016\", \"y\": 1.9 },{ \"x\": \"2017\", \"y\": 5.9 },{ \"x\": \"2018\", \"y\": 3.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Dairy Products\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 7.8 }, { \"x\": \"2015\", \"y\": 5.9 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 4.3 },{ \"x\": \"2018\", \"y\": 4.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Wheat\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 6.5 }, { \"x\": \"2015\", \"y\": 4.3 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 5.2 },{ \"x\": \"2018\", \"y\": 3.9 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n }\r\n ]\r\n}\r\n\r\n","index.html":"\n\n \n\n
      \n
      \n
      \n
      \n
      \n
      \n
      \n
      \n \n \n \n \n \n \n \n
      \n
      Legend Position:
      \n
      \n
      \n \n
      \n
      \n
      \n
      \n\n\n\n
      ","index.ts":"{{ripple}}\r\nimport { HeatMap, Legend, Tooltip, Adaptor, ILoadedEventArgs, ITooltipEventArgs, HeatMapTheme } from '@syncfusion/ej2-heatmap';\r\nimport { DropDownList } from '@syncfusion/ej2-dropdowns';\r\nimport * as data from './data.json';\r\nHeatMap.Inject(Tooltip, Legend, Adaptor);\r\n\r\n/**\r\n * Sample for Line serie\r\n */\r\n\r\n \r\n let heatmap: HeatMap = new HeatMap({\r\n titleSettings: {\r\n text: 'Hourly Weather Forecast (in Celsius)',\r\n textStyle: {\r\n size: '15px',\r\n fontWeight: '500',\r\n fontStyle: 'Normal',\r\n fontFamily: 'Segoe UI'\r\n }\r\n },\r\n xAxis: {\r\n labels: ['London', 'Berlin', 'Madrid', 'Paris', 'Rome', 'Lisbon', 'Dublin']\r\n },\r\n yAxis: {\r\n labels: ['12AM', '2AM', '4AM', '6AM', '8AM', '10AM', '12PM',\r\n '2PM', '4PM', '6PM', '8PM', '10PM']\r\n },\r\n cellSettings: {\r\n showLabel: false,\r\n format: '{value} C'\r\n },\r\n dataSource: (data as any).legendSampleData,\r\n paletteSettings: {\r\n palette: [{ value: 0, color: '#6EB5D0' },\r\n { value: 10, color: '#7EDCA2' },\r\n { value: 19, color: '#DCD57E' },\r\n { value: 22, color: '#DCD57E' }\r\n ]\r\n },\r\n legendSettings: {\r\n position: 'Left',\r\n labelFormat: '{value}\\xB0 C',\r\n },\r\n tooltipRender: (args: ITooltipEventArgs) => {\r\n args.content = [args.xLabel + ' | ' + args.yLabel + ' : ' + args.value + '\\xB0 C'];\r\n },\r\n load: (args: ILoadedEventArgs) => {\r\n let selectedTheme: string = location.hash.split('/')[1];\r\n selectedTheme = selectedTheme ? selectedTheme : 'Material';\r\n args.heatmap.theme = (selectedTheme.charAt(0).toUpperCase() + selectedTheme.slice(1));\r\n },\r\n });\r\n heatmap.appendTo('#container');\r\n\r\n let legentListObj: DropDownList = new DropDownList({\r\n index: 0,\r\n popupHeight: '200px',\r\n change: () => { valueXChange(); }\r\n });\r\n legentListObj.appendTo('#LegendPosition');\r\n\r\n function valueXChange(): void {\r\n heatmap.legendSettings.position = legentListObj.value.toString() === 'Right' ?\r\n 'Right' : legentListObj.value.toString() === 'Bottom' ?\r\n 'Bottom' : legentListObj.value.toString() === 'Left' ?\r\n 'Left' : legentListObj.value.toString() === 'Top' ? 'Top' : null;\r\n }\r\n"} \ No newline at end of file +{"data.json":"\r\n{\r\n\r\n \"largeData\": [\r\n [104, 104, 175, 208, 258, 280, 290, 312, 332, 320, 312, 300,\r\n 300, 300, 300, 250, 250, 156, 156, 156, 156, 130, 130, 104],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200,\r\n 180, 130, 120, 130, 120, 130, 120, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180,\r\n 130, 120, 130, 120, 130, 120, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180,\r\n 130, 120, 130, 120, 130, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 130, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 80, 120, 140, 140, 140, 140, 120, 110, 110, 102,\r\n 90, 70, 70, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 90, 90, 100, 100, 90, 90, 90, 90, 90,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n\r\n\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 70, 200,\r\n 180, 150, 90, 80, 70, 60, 60, 60, 60, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n \r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200,\r\n 180, 160, 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220,\r\n 190, 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220,\r\n 190, 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220,\r\n 200, 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220,\r\n 200, 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n \r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n \r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n \r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n \r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n \r\n\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n \r\n\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n\r\n \r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n\r\n \r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n\r\n \r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121]\r\n\r\n ],\r\n\r\n \"defaultTableDataSource\":[\r\n [0.72, 0.71, 0.71, 0.67, 0.72, 0.53, 0.53, 0.56, 0.58, 0.56],\r\n [2.28, 2.29, 2.09, 1.84, 1.64, 1.49, 1.49, 1.39, 1.32, 1.23],\r\n [2.02, 2.17, 2.30, 2.39, 2.36, 2.52, 2.62, 2.57, 2.57, 2.74],\r\n [3.21, 3.26, 3.45, 3.47, 3.42, 3.34, 3.14, 2.83, 2.64, 2.61],\r\n [3.22, 3.13, 3.04, 2.95, 2.69, 2.49, 2.27, 2.18, 2.06, 1.87],\r\n [3.30, 3.39, 3.40, 3.48, 3.60, 3.67, 3.73, 3.79, 3.79, 4.07],\r\n [5.80, 5.74, 5.64, 5.44, 5.18, 5.08, 5.07, 5.00, 5.35, 5.47],\r\n [6.91, 7.40, 8.13, 8.80, 9.04, 9.24, 9.43, 9.35, 9.49, 9.69]\r\n ],\r\n \"renderModeData\": [\r\n [7.6, 5.9, -3.7, 2.2, 8.9, 6.0, 14.2, 6.1, -3.2, 4.2],\r\n [3.9, 1.9, 2.6, 14.2, 2.3, 3.5, -2.8, 2.7, 4.2, 3.9],\r\n [9.2, 3.4, 5.2, 14.5, 1.0, -5.9, -0.2, -1.7, -3.3, 4.6],\r\n [-2.3, 7.2, -3.2, 15.1, 2.7, 2.9, 3.9, -1.2, 8.2, 6.0],\r\n [-1.8, 5.0, -3.5, 3.2, 2.5, -1.8, 14.7, 3.0, 8.8, -3.3],\r\n [-2.5, 3.4, 4.2, -1.9, 7.5, 4.6, 2.4, 10.9, 8.0, -3.0],\r\n [7.1, 2.5, 7.9, 7.4, 15.2, 7.0, 5.8, -2.3, -3.9, -4.1],\r\n [4.7, 3.3, 14.3, 5.5, 3.0, -3.5, -5.3, -6.8, -2.3, 5.7],\r\n [2.2, 13.8, 3.0, -2.2, 3.8, 14.2, 3.7, 4.0, -4.9, 7.8],\r\n [4.3, 15.3, 3.1, 1.7, 4.2, -3.6, 2.3, -3.2, 10.7, 2.3],\r\n [-2.3, 3.4, 6.1, -1.3, 13.3, 3.7, -1.7, 8.2, 7.6, 4.1]\r\n ],\r\n \"tableBubbleData\":[\r\n [40, 41, 52, 57, 61],\r\n [37, 40, 46, 52, 53],\r\n [54, 55, 57, 59, 60],\r\n [47, 49, 51, 53, 55],\r\n [41, 44, 46, 48, 48],\r\n [59, 60, 60, 59, 57],\r\n [48, 49, 50, 51, 52],\r\n [52, 54, 56, 56, 57]\r\n ],\r\n\r\n \"emptyPointDataSource\":[[8, 5, 2, 6, 8, 2, 9, 3, 7, 8, 7, 6],\r\n [5, null, 4, 9, 10, null, 11, 7, 3, 7, 8, null],\r\n [8, 7, 2, null, 5, 3, null, 2, 1, 8, null, 4],\r\n [10, 2, null, 4, 5, null, 1, 10, 5, 2, 1, null],\r\n [1, 2, 9, 4, null, 5, 1, null, 12, 1, null, 4],\r\n [4, null, 3, 5, 2, null, null, null, 5, null, 1, 3],\r\n [null, null, 4, 10, null, 5, 11, 2, 8, 1, null, 1],\r\n [1, 4, null, 4, 5, null, 1, 3, null, 1, null, 3],\r\n [null, 2, 1, 4, null, 5, 1, null, 2, 1, null, 2],\r\n [1, null, 4, null, null, 2, null, 5, 1, 5, 2, 1],\r\n [1, null, 2, 1, 5, null, null, null, 5, 2, 1, null]\r\n ],\r\n\r\n \"calendarDataSource\": [[null, null, null, null, 16, 48, 0],\r\n [0, 15, 0, 24, 0, 39, 0],\r\n [0, 18, 37, 0, 0, 50, 0],\r\n [0, 10, 0, 0, 44, 5, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 0, 0, 35, 0],\r\n [0, 31, 0, 0, 0, 40, 0],\r\n [0, 8, 0, 27, 0, 35, 0],\r\n [0, 12, 9, 45, 0, 8, 0],\r\n [0, 0, 13, 0, 22, 10, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 0, 36, 23, 19, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 1],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 12, 9, 45, 0, 8, 0],\r\n [0, 0, 13, 35, 22, 10, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 36, 0, 45, 20, 18, 2],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 1],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 31, 2, 9, 24, 0, 1],\r\n [0, 8, 47, 27, 0, 35, 40],\r\n [0, 10, 2, 0, 44, 5, null]\r\n ],\r\n \"opposedAxisData\":[\r\n [36371, 25675, 28292, 33399, 35980, 38585, 39351, 39964, 36543, 30529, 33298, 36985],\r\n [34702, 27618, 31063, 34525, 36772, 35410, 38750, 39467, 35390, 34196, 35302, 35703],\r\n [34522, 31324, 32128, 34231, 36817, 34381, 37180, 38255, 32776, 32645, 31539, 32981],\r\n [32213, 28755, 29517, 31214, 33747, 33507, 35763, 36837, 32910, 33437, 30659, 31965],\r\n [31282, 28663, 32952, 33941, 34506, 36875, 38836, 35497, 34285, 34094, 32256, 33699],\r\n [31714, 29405, 33745, 32838, 33461, 35034, 36122, 37943, 34128, 30624, 32398, 33522],\r\n [32064, 28387, 33751, 32537, 34034, 35977, 37196, 38301, 33627, 34115, 31072, 33939],\r\n [32417, 27868, 30807, 33386, 35284, 36126, 39753, 40978, 35777, 35277, 31281, 35411],\r\n [32494, 29848, 34385, 35804, 37943, 38722, 41315, 41335, 37177, 37443, 32457, 37304],\r\n [34378, 29576, 30547, 35664, 36622, 38145, 40347, 41868, 38252, 36505, 29576, 36450],\r\n [35219, 31670, 32589, 34927, 36998, 39825, 41126, 42002, 37021, 36583, 32408, 37108]\r\n ],\r\n \"palatteSampleData\":[\r\n [17.2, 24.6, 18.4, 9.6, 8.6, 18.8, 10.3, 5.0],\r\n [15.8, 29.9, 15.2, 31.3, 18.1, 5.5, 10.2, 14.6],\r\n [17.8, 25.5, 19.1, 12.9, 7.5, 30.7, 12.6, 5.6],\r\n [7.3, 20.1, 18.8, 20.3, 6.1, 9.0, 29.8, 7.7],\r\n [7.8, 30.5, 19.6, 10.8, 7.9, 15.5, 5.2, 14.3],\r\n [5.8, 31.7, 17.8, 10.4, 17.3, 15.7, 9.1, 7.7],\r\n [11.3, 29.1, 19.5, 11.5, 6.3, 12.9, 10.1, 6.7],\r\n [13.7, 31.3, 15.3, 6.2, 7.7, 16.1, 18.9, 12.6],\r\n [9.3, 29.9, 16.4, 14.5, 5.2, 12.3, 18.7, 7.3],\r\n [16.3, 27.4, 27.0, 5.5, 16.2, 12.6, 8.3, 15.2],\r\n [7.2, 20.1, 16.9, 9.0, 7.6, 16.2, 8.4, 29.0]],\r\n \"legendSampleData\":[\r\n [10, 8, 7, 7, 10, 14, 17, 18, 18, 17, 16, 15],\r\n [10, 8, 7, 6, 8, 13, 15, 17, 17, 17, 15, 12],\r\n [12, 10, 8, 7, 7, 10, 15, 18, 20, 21, 20, 17],\r\n [11, 9, 8, 7, 7, 12, 16, 18, 19, 19, 17, 15],\r\n [15, 15, 15, 15, 16, 20, 22, 21, 21, 21, 19, 18],\r\n [13, 13, 12, 12, 12, 15, 18, 21, 22, 21, 19, 16],\r\n [11, 10, 9, 9, 10, 12, 14, 16, 17, 17, 16, 14]\r\n ],\r\n \"inveredAxisData\":[\r\n [2.65, 2.21, 1.52, 1.49, 1.81, 1.12, 0.69, 0.59, 0.57, 0.54],\r\n [2.13, 2.31, 2.29, 2.30, 2.14, 1.98, 1.84, 1.66, 1.46, 1.23],\r\n [0.96, 0.90, 0.94, 0.94, 0.95, 1.01, 1.19, 0.91, 0.90, 0.72],\r\n [2.71, 2.59, 2.41, 2.25, 1.90, 1.64, 1.43, 1.39, 1.35, 1.25],\r\n [2.65, 2.42, 2.37, 2.26, 1.92, 1.66, 1.54, 1.29, 1.03, 0.91],\r\n [2.66, 2.79, 3.12, 3.33, 3.10, 2.63, 2.41, 2.11, 2.05, 2.09],\r\n [2.21, 2.48, 2.95, 2.59, 2.61, 2.51, 2.49, 2.54, 2.64, 2.67],\r\n [3.06, 1.84, 2.67, 2.69, 2.61, 2.23, 2.06, 1.73, 1.18, 1.16],\r\n [0.57, 0.56, 0.63, 0.70, 0.63, 0.10, -0.26, -0.38, -0.07, 0.10],\r\n [3.07, 3.14, 2.61, 2.18, 1.97, 1.94, 1.57, 1.29, 1.57, 1.41]\r\n ],\r\n \"defaultData\": [\r\n [73, 39, 89, 39, 94, 55],\r\n [93, 58, 53, 38, 26, 68],\r\n [99, 28, 22, 0, 66, 90],\r\n [14, 46, 97, 69, 69, 3],\r\n [7, 16, 47, 47, 88, 6],\r\n [41, 55, 73, 23, 3, 79],\r\n [56, 69, 21, 86, 13, 33],\r\n [45, 7, 53, 81, 95, 79],\r\n [60, 77, 74, 68, 88, 51],\r\n [25, 100, 10, 12, 78, 14],\r\n [25, 56, 55, 58, 12, 82],\r\n [74, 33, 88, 23, 86, 59]\r\n ],\r\n \"multiLevelLabelData\": [\r\n [52, 65, 67, 45, 37, 52,32, 76, 60, 64, 82, 91],\r\n [68, 52, 63, 51, 30, 51,51, 81, 70, 60, 88, 80],\r\n [60, 50, 42, 53, 66, 70,41, 69, 76, 74, 86, 97],\r\n [66, 64, 46, 40, 47, 41, 45, 76, 83, 69, 92,84],\r\n [65, 42, 58, 32, 36, 44,49, 79, 83, 69, 83, 93],\r\n [54, 46, 61, 46, 40, 39,41, 69, 61, 84, 84, 87],\r\n [48, 46, 61, 47, 49, 41,41, 67, 78, 83, 98, 87],\r\n [69, 52, 41, 44, 41, 52,46, 71, 63, 84, 83, 91],\r\n [50, 59, 44, 43, 27, 42,26, 64, 76, 65, 81, 86],\r\n [47, 49, 66, 53, 50, 34,31, 79, 78, 79, 89, 95],\r\n [61, 40, 62, 26, 34, 54,56, 74, 83, 78, 95, 98]\r\n ],\r\n \"cellSeletionData\":[\r\n [2.9, 5.2, 3.4, 5.6, 4.4],\r\n [6.6, 4.8, 8, 3.9, 6.5],\r\n [5.1, 4.6, 5.4, 3.9, 4.3],\r\n [5.2, 4.3, 3.9, 6.2, 6.4],\r\n [7, 3, 1.9, 5.9, 3.5],\r\n [7.8, 5.9, 3.9, 4.3, 4.3],\r\n [6.5, 4.3, 3.9, 5.2, 3.9]],\r\n \"chartData\":[\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Cereals\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 2.9 }, { \"x\": \"2015\", \"y\": 5.2 }, { \"x\": \"2016\", \"y\": 3.4 },{ \"x\": \"2017\", \"y\": 5.6 },{ \"x\": \"2018\", \"y\": 4.4 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Meat\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 6.6 }, { \"x\": \"2015\", \"y\": 4.8 }, { \"x\": \"2016\", \"y\": 8 },{ \"x\": \"2017\", \"y\": 3.9 },{ \"x\": \"2018\", \"y\": 6.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Spices\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 5.1 }, { \"x\": \"2015\", \"y\": 4.6 }, { \"x\": \"2016\", \"y\": 5.4 },{ \"x\": \"2017\", \"y\": 3.9 },{ \"x\": \"2018\", \"y\": 4.3 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Tea\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 5.2 }, { \"x\": \"2015\", \"y\": 4.3 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 6.2 },{ \"x\": \"2018\", \"y\": 6.4 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Edible Oil\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 7 }, { \"x\": \"2015\", \"y\": 3 }, { \"x\": \"2016\", \"y\": 1.9 },{ \"x\": \"2017\", \"y\": 5.9 },{ \"x\": \"2018\", \"y\": 3.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Dairy Products\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 7.8 }, { \"x\": \"2015\", \"y\": 5.9 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 4.3 },{ \"x\": \"2018\", \"y\": 4.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Wheat\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 6.5 }, { \"x\": \"2015\", \"y\": 4.3 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 5.2 },{ \"x\": \"2018\", \"y\": 3.9 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n }\r\n ]\r\n}\r\n\r\n","index.html":"\n\n \n\n
      \n
      \n
      \n
      \n
      \n
      \n
      \n
      \n \n \n \n \n \n \n \n
      \n
      Legend Position:
      \n
      \n
      \n \n
      \n
      \n
      \n
      \n\n\n\n
      ","index.ts":"{{ripple}}\r\nimport { HeatMap, Legend, Tooltip, Adaptor, ILoadedEventArgs, ITooltipEventArgs, HeatMapTheme } from '@syncfusion/ej2-heatmap';\r\nimport { DropDownList } from '@syncfusion/ej2-dropdowns';\r\nimport * as data from './data.json';\r\nHeatMap.Inject(Tooltip, Legend, Adaptor);\r\n\r\n/**\r\n * Sample for Line serie\r\n */\r\n\r\n \r\n let heatmap: HeatMap = new HeatMap({\r\n titleSettings: {\r\n text: 'Hourly Weather Forecast',\r\n textStyle: {\r\n size: '15px',\r\n fontWeight: '500',\r\n fontStyle: 'Normal',\r\n fontFamily: 'Segoe UI'\r\n }\r\n },\r\n xAxis: {\r\n labels: ['London', 'Berlin', 'Madrid', 'Paris', 'Rome', 'Lisbon', 'Dublin']\r\n },\r\n yAxis: {\r\n labels: ['12AM', '2AM', '4AM', '6AM', '8AM', '10AM', '12PM',\r\n '2PM', '4PM', '6PM', '8PM', '10PM']\r\n },\r\n cellSettings: {\r\n showLabel: false,\r\n format: '{value} C'\r\n },\r\n dataSource: (data as any).legendSampleData,\r\n paletteSettings: {\r\n palette: [{ value: 0, color: '#6EB5D0' },\r\n { value: 10, color: '#7EDCA2' },\r\n { value: 19, color: '#DCD57E' },\r\n { value: 22, color: '#DCD57E' }\r\n ]\r\n },\r\n legendSettings: {\r\n position: 'Bottom',\r\n labelFormat: '{value}\\xB0 C',\r\n title: {\r\n text: 'Celsius'\r\n }\r\n },\r\n tooltipRender: (args: ITooltipEventArgs) => {\r\n args.content = [args.xLabel + ' | ' + args.yLabel + ' : ' + args.value + '\\xB0 C'];\r\n },\r\n load: (args: ILoadedEventArgs) => {\r\n let selectedTheme: string = location.hash.split('/')[1];\r\n selectedTheme = selectedTheme ? selectedTheme : 'Material';\r\n args.heatmap.theme = (selectedTheme.charAt(0).toUpperCase() + selectedTheme.slice(1));\r\n },\r\n });\r\n heatmap.appendTo('#container');\r\n\r\n let legentListObj: DropDownList = new DropDownList({\r\n index: 3,\r\n popupHeight: '200px',\r\n change: () => { valueXChange(); }\r\n });\r\n legentListObj.appendTo('#LegendPosition');\r\n\r\n function valueXChange(): void {\r\n heatmap.legendSettings.position = legentListObj.value.toString() === 'Right' ?\r\n 'Right' : legentListObj.value.toString() === 'Bottom' ?\r\n 'Bottom' : legentListObj.value.toString() === 'Left' ?\r\n 'Left' : legentListObj.value.toString() === 'Top' ? 'Top' : null;\r\n }\r\n"} \ No newline at end of file diff --git a/src/heatmap/legend.ts b/src/heatmap/legend.ts index 7cf593cb..a049c305 100644 --- a/src/heatmap/legend.ts +++ b/src/heatmap/legend.ts @@ -11,7 +11,7 @@ HeatMap.Inject(Tooltip, Legend, Adaptor); loadCultureFiles(); let heatmap: HeatMap = new HeatMap({ titleSettings: { - text: 'Hourly Weather Forecast (in Celsius)', + text: 'Hourly Weather Forecast', textStyle: { size: '15px', fontWeight: '500', @@ -39,8 +39,11 @@ HeatMap.Inject(Tooltip, Legend, Adaptor); ] }, legendSettings: { - position: 'Left', + position: 'Bottom', labelFormat: '{value}\xB0 C', + title: { + text: 'Celsius' + } }, tooltipRender: (args: ITooltipEventArgs) => { args.content = [args.xLabel + ' | ' + args.yLabel + ' : ' + args.value + '\xB0 C']; @@ -54,7 +57,7 @@ HeatMap.Inject(Tooltip, Legend, Adaptor); heatmap.appendTo('#container'); let legentListObj: DropDownList = new DropDownList({ - index: 0, + index: 3, popupHeight: '200px', change: () => { valueXChange(); } }); diff --git a/src/heatmap/sample.json b/src/heatmap/sample.json index bbbfc5b1..f01734e0 100644 --- a/src/heatmap/sample.json +++ b/src/heatmap/sample.json @@ -1,6 +1,7 @@ { "name": "Heatmap Chart", "directory": "heatmap", + "type":"update", "ftName": "heatmap-chart", "category": "Data Visualization", "samples": [ @@ -219,6 +220,7 @@ { "url": "legend", "name": "Legend Placement", + "type":"update", "category": "Features", "description": "This demo for Essential JS2 Heatmap control shows how to place the heatmap legend in different positions.", "api": { diff --git a/src/heatmap/tooltip-template-stack.json b/src/heatmap/tooltip-template-stack.json index ec8ca512..05d647bf 100644 --- a/src/heatmap/tooltip-template-stack.json +++ b/src/heatmap/tooltip-template-stack.json @@ -1 +1 @@ -{"data.json":"\r\n{\r\n\r\n \"largeData\": [\r\n [104, 104, 175, 208, 258, 280, 290, 312, 332, 320, 312, 300,\r\n 300, 300, 300, 250, 250, 156, 156, 156, 156, 130, 130, 104],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200,\r\n 180, 130, 120, 130, 120, 130, 120, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180,\r\n 130, 120, 130, 120, 130, 120, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180,\r\n 130, 120, 130, 120, 130, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 130, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 80, 120, 140, 140, 140, 140, 120, 110, 110, 102,\r\n 90, 70, 70, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 90, 90, 100, 100, 90, 90, 90, 90, 90,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n\r\n\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 70, 200,\r\n 180, 150, 90, 80, 70, 60, 60, 60, 60, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n \r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200,\r\n 180, 160, 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220,\r\n 190, 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220,\r\n 190, 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220,\r\n 200, 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220,\r\n 200, 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n \r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n \r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n \r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n \r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n \r\n\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n \r\n\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n\r\n \r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n\r\n \r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n\r\n \r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121]\r\n\r\n ],\r\n\r\n \"defaultTableDataSource\":[\r\n [0.72, 0.71, 0.71, 0.67, 0.72, 0.53, 0.53, 0.56, 0.58, 0.56],\r\n [2.28, 2.29, 2.09, 1.84, 1.64, 1.49, 1.49, 1.39, 1.32, 1.23],\r\n [2.02, 2.17, 2.30, 2.39, 2.36, 2.52, 2.62, 2.57, 2.57, 2.74],\r\n [3.21, 3.26, 3.45, 3.47, 3.42, 3.34, 3.14, 2.83, 2.64, 2.61],\r\n [3.22, 3.13, 3.04, 2.95, 2.69, 2.49, 2.27, 2.18, 2.06, 1.87],\r\n [3.30, 3.39, 3.40, 3.48, 3.60, 3.67, 3.73, 3.79, 3.79, 4.07],\r\n [5.80, 5.74, 5.64, 5.44, 5.18, 5.08, 5.07, 5.00, 5.35, 5.47],\r\n [6.91, 7.40, 8.13, 8.80, 9.04, 9.24, 9.43, 9.35, 9.49, 9.69]\r\n ],\r\n \"renderModeData\": [\r\n [7.6, 5.9, -3.7, 2.2, 8.9, 6.0, 14.2, 6.1, -3.2, 4.2],\r\n [3.9, 1.9, 2.6, 14.2, 2.3, 3.5, -2.8, 2.7, 4.2, 3.9],\r\n [9.2, 3.4, 5.2, 14.5, 1.0, -5.9, -0.2, -1.7, -3.3, 4.6],\r\n [-2.3, 7.2, -3.2, 15.1, 2.7, 2.9, 3.9, -1.2, 8.2, 6.0],\r\n [-1.8, 5.0, -3.5, 3.2, 2.5, -1.8, 14.7, 3.0, 8.8, -3.3],\r\n [-2.5, 3.4, 4.2, -1.9, 7.5, 4.6, 2.4, 10.9, 8.0, -3.0],\r\n [7.1, 2.5, 7.9, 7.4, 15.2, 7.0, 5.8, -2.3, -3.9, -4.1],\r\n [4.7, 3.3, 14.3, 5.5, 3.0, -3.5, -5.3, -6.8, -2.3, 5.7],\r\n [2.2, 13.8, 3.0, -2.2, 3.8, 14.2, 3.7, 4.0, -4.9, 7.8],\r\n [4.3, 15.3, 3.1, 1.7, 4.2, -3.6, 2.3, -3.2, 10.7, 2.3],\r\n [-2.3, 3.4, 6.1, -1.3, 13.3, 3.7, -1.7, 8.2, 7.6, 4.1]\r\n ],\r\n \"tableBubbleData\":[\r\n [40, 41, 52, 57, 61],\r\n [37, 40, 46, 52, 53],\r\n [54, 55, 57, 59, 60],\r\n [47, 49, 51, 53, 55],\r\n [41, 44, 46, 48, 48],\r\n [59, 60, 60, 59, 57],\r\n [48, 49, 50, 51, 52],\r\n [52, 54, 56, 56, 57]\r\n ],\r\n\r\n \"emptyPointDataSource\":[[8, 5, 2, 6, 8, 2, 9, 3, 7, 8, 7, 6],\r\n [5, null, 4, 9, 10, null, 11, 7, 3, 7, 8, null],\r\n [8, 7, 2, null, 5, 3, null, 2, 1, 8, null, 4],\r\n [10, 2, null, 4, 5, null, 1, 10, 5, 2, 1, null],\r\n [1, 2, 9, 4, null, 5, 1, null, 12, 1, null, 4],\r\n [4, null, 3, 5, 2, null, null, null, 5, null, 1, 3],\r\n [null, null, 4, 10, null, 5, 11, 2, 8, 1, null, 1],\r\n [1, 4, null, 4, 5, null, 1, 3, null, 1, null, 3],\r\n [null, 2, 1, 4, null, 5, 1, null, 2, 1, null, 2],\r\n [1, null, 4, null, null, 2, null, 5, 1, 5, 2, 1],\r\n [1, null, 2, 1, 5, null, null, null, 5, 2, 1, null]\r\n ],\r\n\r\n \"calendarDataSource\": [[null, null, null, null, 16, 48, 0],\r\n [0, 15, 0, 24, 0, 39, 0],\r\n [0, 18, 37, 0, 0, 50, 0],\r\n [0, 10, 0, 0, 44, 5, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 0, 0, 35, 0],\r\n [0, 31, 0, 0, 0, 40, 0],\r\n [0, 8, 0, 27, 0, 35, 0],\r\n [0, 12, 9, 45, 0, 8, 0],\r\n [0, 0, 13, 0, 22, 10, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 0, 36, 23, 19, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 1],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 12, 9, 45, 0, 8, 0],\r\n [0, 0, 13, 35, 22, 10, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 36, 0, 45, 20, 18, 2],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 1],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 31, 2, 9, 24, 0, 1],\r\n [0, 8, 47, 27, 0, 35, 40],\r\n [0, 10, 2, 0, 44, 5, null]\r\n ],\r\n \"opposedAxisData\":[\r\n [36371, 25675, 28292, 33399, 35980, 38585, 39351, 39964, 36543, 30529, 33298, 36985],\r\n [34702, 27618, 31063, 34525, 36772, 35410, 38750, 39467, 35390, 34196, 35302, 35703],\r\n [34522, 31324, 32128, 34231, 36817, 34381, 37180, 38255, 32776, 32645, 31539, 32981],\r\n [32213, 28755, 29517, 31214, 33747, 33507, 35763, 36837, 32910, 33437, 30659, 31965],\r\n [31282, 28663, 32952, 33941, 34506, 36875, 38836, 35497, 34285, 34094, 32256, 33699],\r\n [31714, 29405, 33745, 32838, 33461, 35034, 36122, 37943, 34128, 30624, 32398, 33522],\r\n [32064, 28387, 33751, 32537, 34034, 35977, 37196, 38301, 33627, 34115, 31072, 33939],\r\n [32417, 27868, 30807, 33386, 35284, 36126, 39753, 40978, 35777, 35277, 31281, 35411],\r\n [32494, 29848, 34385, 35804, 37943, 38722, 41315, 41335, 37177, 37443, 32457, 37304],\r\n [34378, 29576, 30547, 35664, 36622, 38145, 40347, 41868, 38252, 36505, 29576, 36450],\r\n [35219, 31670, 32589, 34927, 36998, 39825, 41126, 42002, 37021, 36583, 32408, 37108]\r\n ],\r\n \"palatteSampleData\":[\r\n [17.2, 24.6, 18.4, 9.6, 8.6, 18.8, 10.3, 5.0],\r\n [15.8, 29.9, 15.2, 31.3, 18.1, 5.5, 10.2, 14.6],\r\n [17.8, 25.5, 19.1, 12.9, 7.5, 30.7, 12.6, 5.6],\r\n [7.3, 20.1, 18.8, 20.3, 6.1, 9.0, 29.8, 7.7],\r\n [7.8, 30.5, 19.6, 10.8, 7.9, 15.5, 5.2, 14.3],\r\n [5.8, 31.7, 17.8, 10.4, 17.3, 15.7, 9.1, 7.7],\r\n [11.3, 29.1, 19.5, 11.5, 6.3, 12.9, 10.1, 6.7],\r\n [13.7, 31.3, 15.3, 6.2, 7.7, 16.1, 18.9, 12.6],\r\n [9.3, 29.9, 16.4, 14.5, 5.2, 12.3, 18.7, 7.3],\r\n [16.3, 27.4, 27.0, 5.5, 16.2, 12.6, 8.3, 15.2],\r\n [7.2, 20.1, 16.9, 9.0, 7.6, 16.2, 8.4, 29.0]],\r\n \"legendSampleData\":[\r\n [10, 8, 7, 7, 10, 14, 17, 18, 18, 17, 16, 15],\r\n [10, 8, 7, 6, 8, 13, 15, 17, 17, 17, 15, 12],\r\n [12, 10, 8, 7, 7, 10, 15, 18, 20, 21, 20, 17],\r\n [11, 9, 8, 7, 7, 12, 16, 18, 19, 19, 17, 15],\r\n [15, 15, 15, 15, 16, 20, 22, 21, 21, 21, 19, 18],\r\n [13, 13, 12, 12, 12, 15, 18, 21, 22, 21, 19, 16],\r\n [11, 10, 9, 9, 10, 12, 14, 16, 17, 17, 16, 14]\r\n ],\r\n \"inveredAxisData\":[\r\n [2.65, 2.21, 1.52, 1.49, 1.81, 1.12, 0.69, 0.59, 0.57, 0.54],\r\n [2.13, 2.31, 2.29, 2.30, 2.14, 1.98, 1.84, 1.66, 1.46, 1.23],\r\n [0.96, 0.90, 0.94, 0.94, 0.95, 1.01, 1.19, 0.91, 0.90, 0.72],\r\n [2.71, 2.59, 2.41, 2.25, 1.90, 1.64, 1.43, 1.39, 1.35, 1.25],\r\n [2.65, 2.42, 2.37, 2.26, 1.92, 1.66, 1.54, 1.29, 1.03, 0.91],\r\n [2.66, 2.79, 3.12, 3.33, 3.10, 2.63, 2.41, 2.11, 2.05, 2.09],\r\n [2.21, 2.48, 2.95, 2.59, 2.61, 2.51, 2.49, 2.54, 2.64, 2.67],\r\n [3.06, 1.84, 2.67, 2.69, 2.61, 2.23, 2.06, 1.73, 1.18, 1.16],\r\n [0.57, 0.56, 0.63, 0.70, 0.63, 0.10, -0.26, -0.38, -0.07, 0.10],\r\n [3.07, 3.14, 2.61, 2.18, 1.97, 1.94, 1.57, 1.29, 1.57, 1.41]\r\n ],\r\n \"defaultData\": [\r\n [73, 39, 89, 39, 94, 55],\r\n [93, 58, 53, 38, 26, 68],\r\n [99, 28, 22, 0, 66, 90],\r\n [14, 46, 97, 69, 69, 3],\r\n [7, 16, 47, 47, 88, 6],\r\n [41, 55, 73, 23, 3, 79],\r\n [56, 69, 21, 86, 13, 33],\r\n [45, 7, 53, 81, 95, 79],\r\n [60, 77, 74, 68, 88, 51],\r\n [25, 100, 10, 12, 78, 14],\r\n [25, 56, 55, 58, 12, 82],\r\n [74, 33, 88, 23, 86, 59]\r\n ],\r\n \"multiLevelLabelData\": [\r\n [52, 65, 67, 45, 37, 52,32, 76, 60, 64, 82, 91],\r\n [68, 52, 63, 51, 30, 51,51, 81, 70, 60, 88, 80],\r\n [60, 50, 42, 53, 66, 70,41, 69, 76, 74, 86, 97],\r\n [66, 64, 46, 40, 47, 41, 45, 76, 83, 69, 92,84],\r\n [65, 42, 58, 32, 36, 44,49, 79, 83, 69, 83, 93],\r\n [54, 46, 61, 46, 40, 39,41, 69, 61, 84, 84, 87],\r\n [48, 46, 61, 47, 49, 41,41, 67, 78, 83, 98, 87],\r\n [69, 52, 41, 44, 41, 52,46, 71, 63, 84, 83, 91],\r\n [50, 59, 44, 43, 27, 42,26, 64, 76, 65, 81, 86],\r\n [47, 49, 66, 53, 50, 34,31, 79, 78, 79, 89, 95],\r\n [61, 40, 62, 26, 34, 54,56, 74, 83, 78, 95, 98]\r\n ],\r\n \"cellSeletionData\":[\r\n [2.9, 5.2, 3.4, 5.6, 4.4],\r\n [6.6, 4.8, 8, 3.9, 6.5],\r\n [5.1, 4.6, 5.4, 3.9, 4.3],\r\n [5.2, 4.3, 3.9, 6.2, 6.4],\r\n [7, 3, 1.9, 5.9, 3.5],\r\n [7.8, 5.9, 3.9, 4.3, 4.3],\r\n [6.5, 4.3, 3.9, 5.2, 3.9]],\r\n \"chartData\":[\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Cereals\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 2.9 }, { \"x\": \"2015\", \"y\": 5.2 }, { \"x\": \"2016\", \"y\": 3.4 },{ \"x\": \"2017\", \"y\": 5.6 },{ \"x\": \"2018\", \"y\": 4.4 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Meat\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 6.6 }, { \"x\": \"2015\", \"y\": 4.8 }, { \"x\": \"2016\", \"y\": 8 },{ \"x\": \"2017\", \"y\": 3.9 },{ \"x\": \"2018\", \"y\": 6.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Spices\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 5.1 }, { \"x\": \"2015\", \"y\": 4.6 }, { \"x\": \"2016\", \"y\": 5.4 },{ \"x\": \"2017\", \"y\": 3.9 },{ \"x\": \"2018\", \"y\": 4.3 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Tea\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 5.2 }, { \"x\": \"2015\", \"y\": 4.3 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 6.2 },{ \"x\": \"2018\", \"y\": 6.4 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Edible Oil\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 7 }, { \"x\": \"2015\", \"y\": 3 }, { \"x\": \"2016\", \"y\": 1.9 },{ \"x\": \"2017\", \"y\": 5.9 },{ \"x\": \"2018\", \"y\": 3.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Dairy Products\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 7.8 }, { \"x\": \"2015\", \"y\": 5.9 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 4.3 },{ \"x\": \"2018\", \"y\": 4.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Wheat\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 6.5 }, { \"x\": \"2015\", \"y\": 4.3 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 5.2 },{ \"x\": \"2018\", \"y\": 3.9 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n }\r\n ]\r\n}\r\n\r\n","index.html":"\n\n \n\n
      \n
      \n
      \n
      \n\n\n\n
      ","index.ts":"{{ripple}}\r\nimport { HeatMap, Legend, Tooltip, Adaptor, ILoadedEventArgs, ITooltipEventArgs, HeatMapTheme } from '@syncfusion/ej2-heatmap';\r\nimport * as data from './data.json';\r\nHeatMap.Inject(Tooltip, Legend, Adaptor);\r\n\r\n/**\r\n * Sample for Line serie\r\n */\r\n\r\n \r\n let heatmap: HeatMap = new HeatMap({\r\n titleSettings: {\r\n text: 'Crude Oil Production of Non-OPEC Countries (in Million barrels per day)',\r\n textStyle: {\r\n size: '15px',\r\n fontWeight: '500',\r\n fontStyle: 'Normal',\r\n fontFamily: 'Segoe UI'\r\n }\r\n },\r\n xAxis: {\r\n labels: ['Canada', 'China', 'Egypt', 'Mexico', 'Norway', 'Russia', 'UK', 'USA'],\r\n labelRotation: 45,\r\n labelIntersectAction: 'None',\r\n },\r\n yAxis: {\r\n labels: ['2000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'],\r\n },\r\n dataSource: (data as any).defaultTableDataSource,\r\n cellSettings: {\r\n border: {\r\n width: 0\r\n },\r\n format: '{value} M'\r\n },\r\n legendSettings: {\r\n visible: false,\r\n },\r\n tooltipSettings: {\r\n fill: '#265259',\r\n textStyle: {\r\n color: '#FFFFFF',\r\n size: '12px'\r\n },\r\n border: {\r\n width: 1,\r\n color: '#98BABF'\r\n }\r\n },\r\n paletteSettings: {\r\n palette: [{ value: 0, color: '#C2E7EC' },\r\n { value: 0.6, color: '#AEDFE6' },\r\n { value: 0.75, color: '#9AD7E0' },\r\n { value: 1, color: '#86CFDA' },\r\n { value: 1.5, color: '#72C7D4' },\r\n { value: 2, color: '#5EBFCE' },\r\n { value: 2.5, color: '#4AB7C8' },\r\n { value: 3, color: '#36AFC2' },\r\n { value: 3.5, color: '#309DAE' },\r\n { value: 5, color: '#2B8C9B' },\r\n { value: 5.5, color: '#257A87' },\r\n { value: 6, color: '#206974' },\r\n { value: 8, color: '#1B5761' },\r\n { value: 9, color: '#15464D' },\r\n { value: 9.5, color: '#000000' },\r\n ],\r\n type: 'Fixed'\r\n },\r\n tooltipRender: (args: ITooltipEventArgs) => {\r\n args.content = ['In ' + args.yLabel + ', the ' + args.xLabel + ' produced ' + args.value + ' million barrels per day'];\r\n },\r\n load: (args: ILoadedEventArgs) => {\r\n let selectedTheme: string = location.hash.split('/')[1];\r\n selectedTheme = selectedTheme ? selectedTheme : 'Material';\r\n args.heatmap.theme = (selectedTheme.charAt(0).toUpperCase() + selectedTheme.slice(1));\r\n },\r\n });\r\n heatmap.appendTo('#container');\r\n"} \ No newline at end of file +{"data.json":"\r\n{\r\n\r\n \"largeData\": [\r\n [104, 104, 175, 208, 258, 280, 290, 312, 332, 320, 312, 300,\r\n 300, 300, 300, 250, 250, 156, 156, 156, 156, 130, 130, 104],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200,\r\n 180, 130, 120, 130, 120, 130, 120, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180,\r\n 130, 120, 130, 120, 130, 120, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180,\r\n 130, 120, 130, 120, 130, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 130, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 130, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 170, 234, 234, 234, 234, 234, 200, 180, 130,\r\n 120, 120, 120, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 100, 140, 160, 160, 160, 160, 140, 130, 135, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [52, 52, 52, 52, 80, 120, 140, 140, 140, 140, 120, 110, 110, 102,\r\n 90, 70, 70, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 90, 90, 100, 100, 90, 90, 90, 90, 90,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n\r\n\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 90, 100, 90, 80, 85, 80, 70, 70,\r\n 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 70, 80, 120, 120, 120, 120, 120, 90, 80,\r\n 70, 70, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 80, 100, 120, 170, 170, 170, 170, 120, 100,\r\n 90, 80, 60, 60, 60, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 60, 90, 100, 150, 290, 250, 250, 250, 250, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 70, 200,\r\n 180, 150, 90, 80, 70, 60, 60, 60, 60, 52],\r\n [52, 52, 52, 52, 60, 100, 180, 250, 260, 260, 260, 260, 200, 180,\r\n 150, 100, 90, 80, 70, 60, 60, 60, 52, 52],\r\n \r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200,\r\n 180, 160, 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [60, 100, 135, 170, 190, 200, 220, 240, 265, 240, 214, 200, 180, 160,\r\n 130, 110, 94, 90, 90, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 275, 230, 210, 190, 140, 132,\r\n 100, 90, 80, 94, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [80, 100, 130, 160, 180, 210, 240, 270, 285, 260, 240, 210, 190, 170,\r\n 130, 120, 100, 95, 94, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190,\r\n 180, 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [120, 120, 150, 180, 200, 250, 290, 290, 305, 290, 290, 260, 240, 200,\r\n 190, 170, 150, 130, 120, 100, 90, 80, 72, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220,\r\n 190, 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220,\r\n 190, 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220,\r\n 200, 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220,\r\n 200, 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n \r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260,\r\n 230, 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n \r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n \r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [220, 223, 241, 254, 288, 314, 319, 336, 361, 366, 354, 339, 336, 319, 304,\r\n 281, 272, 260, 248, 220, 210, 185, 155, 140],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n \r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n \r\n\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [200, 230, 250, 290, 300, 330, 350, 370, 390, 410, 390, 375, 350, 330, 300,\r\n 270, 250, 230, 210, 190, 175, 150, 110, 90],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [210, 250, 290, 300, 320, 345, 375, 390, 410, 425, 400, 390, 370, 350, 300,\r\n 290, 275, 265, 230, 210, 190, 175, 130, 100],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [215, 220, 250, 275, 310, 350, 370, 390, 410, 435, 410, 390, 375, 355, 330,\r\n 299, 289, 275, 245, 240, 200, 189, 145, 120],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [260, 275, 290, 320, 352, 375, 400, 420, 440, 460, 430, 410, 400, 390, 360,\r\n 320, 300, 280, 250, 220, 210, 190, 170, 150],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n [290, 300, 340, 360, 390, 410, 440, 460, 475, 480, 470, 440, 420, 400, 390,\r\n 375, 350, 330, 310, 290, 275, 260, 230, 215],\r\n \r\n\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 290, 310, 350, 375, 390, 400, 385, 360, 335, 300, 299,\r\n 269, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [175, 174, 200, 220, 252, 272, 289, 350, 380, 394, 380, 364, 330, 300, 280,\r\n 256, 246, 226, 210, 190, 170, 150, 125, 112],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [100, 120, 150, 190, 250, 290, 320, 360, 380, 389, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [120, 150, 170, 180, 200, 250, 290, 330, 360, 383, 380, 370, 350, 310, 280,\r\n 250, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [100, 160, 189, 210, 230, 260, 275, 330, 350, 377, 350, 330, 290, 260, 235,\r\n 200, 190, 170, 180, 169, 149, 130, 90, 62],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [235, 236, 254, 267, 300, 325, 330, 346, 370, 375, 365, 346, 345, 329, 315,\r\n 295, 285, 270, 260, 230, 225, 200, 167, 150],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [229, 230, 249, 261, 295, 320, 325, 341, 366, 370, 360, 342, 340, 324, 310,\r\n 290, 280, 265, 255, 225, 220, 192, 161, 145],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [215, 219, 237, 249, 281, 304, 315, 330, 358, 361, 349, 330, 328, 311, 292,\r\n 276, 264, 251, 240, 215, 205, 180, 150, 135],\r\n [191, 210, 230, 243, 274, 295, 310, 327, 355, 356, 340, 325, 322, 304, 285,\r\n 270, 255, 246, 232, 211, 196, 175, 145, 130],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n\r\n \r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [180, 189, 205, 228, 257, 279, 294, 314, 342, 350, 329, 310, 305, 289, 269,\r\n 255, 242, 231, 217, 199, 179, 160, 130, 115],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n\r\n \r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [90, 150, 190, 200, 225, 250, 280, 300, 320, 300, 280, 270, 245, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 90, 70, 60],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n [100, 150, 160, 180, 190, 220, 250, 280, 315, 300, 300, 290, 280, 260, 230,\r\n 200, 180, 160, 150, 140, 130, 120, 102, 92],\r\n\r\n \r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [100, 120, 170, 180, 220, 240, 270, 280, 295, 280, 270, 250, 235, 190, 180,\r\n 170, 140, 110, 100, 80, 70, 60, 52, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 70, 60, 52],\r\n [80, 100, 120, 160, 190, 210, 290, 290, 310, 290, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [104, 104, 175, 220, 250, 270, 290, 300, 312, 300, 290, 270, 250, 220, 200,\r\n 190, 180, 170, 140, 120, 110, 100, 90, 80],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [70, 90, 120, 150, 190, 200, 220, 250, 318, 290, 280, 270, 250, 242, 230,\r\n 210, 200, 179, 150, 125, 110, 80, 62, 52],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [95, 159, 195, 205, 227, 252, 282, 302, 322, 302, 285, 260, 229, 180, 140,\r\n 110, 105, 110, 100, 90, 80, 70, 60, 55],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [100, 140, 180, 219, 245, 260, 290, 308, 328, 304, 290, 260, 240, 200, 190,\r\n 170, 160, 150, 130, 110, 95, 80, 70, 52],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [150, 160, 189, 205, 240, 260, 275, 299, 329, 337, 310, 290, 280, 260, 240,\r\n 230, 220, 210, 190, 169, 149, 130, 102, 92],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [160, 165, 191, 210, 243, 264, 279, 303, 332, 340, 313, 294, 284, 265, 250,\r\n 235, 225, 215, 200, 175, 156, 139, 110, 100],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [110, 170, 180, 210, 240, 270, 290, 310, 335, 305, 290, 270, 250, 220, 190,\r\n 160, 150, 120, 90, 80, 70, 60, 52, 52],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [164, 169, 198, 215, 247, 269, 283, 307, 337, 343, 317, 299, 290, 272, 257,\r\n 240, 230, 220, 205, 181, 163, 143, 117, 105],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [175, 174, 200, 220, 252, 272, 289, 311, 340, 347, 321, 304, 299, 280, 260,\r\n 246, 236, 226, 210, 190, 170, 150, 125, 112],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121],\r\n [187, 195, 220, 235, 268, 285, 300, 321, 349, 351, 334, 320, 319, 296, 275,\r\n 262, 249, 239, 225, 206, 189, 169, 139, 121]\r\n\r\n ],\r\n\r\n \"defaultTableDataSource\":[\r\n [0.72, 0.71, 0.71, 0.67, 0.72, 0.53, 0.53, 0.56, 0.58, 0.56],\r\n [2.28, 2.29, 2.09, 1.84, 1.64, 1.49, 1.49, 1.39, 1.32, 1.23],\r\n [2.02, 2.17, 2.30, 2.39, 2.36, 2.52, 2.62, 2.57, 2.57, 2.74],\r\n [3.21, 3.26, 3.45, 3.47, 3.42, 3.34, 3.14, 2.83, 2.64, 2.61],\r\n [3.22, 3.13, 3.04, 2.95, 2.69, 2.49, 2.27, 2.18, 2.06, 1.87],\r\n [3.30, 3.39, 3.40, 3.48, 3.60, 3.67, 3.73, 3.79, 3.79, 4.07],\r\n [5.80, 5.74, 5.64, 5.44, 5.18, 5.08, 5.07, 5.00, 5.35, 5.47],\r\n [6.91, 7.40, 8.13, 8.80, 9.04, 9.24, 9.43, 9.35, 9.49, 9.69]\r\n ],\r\n \"renderModeData\": [\r\n [7.6, 5.9, -3.7, 2.2, 8.9, 6.0, 14.2, 6.1, -3.2, 4.2],\r\n [3.9, 1.9, 2.6, 14.2, 2.3, 3.5, -2.8, 2.7, 4.2, 3.9],\r\n [9.2, 3.4, 5.2, 14.5, 1.0, -5.9, -0.2, -1.7, -3.3, 4.6],\r\n [-2.3, 7.2, -3.2, 15.1, 2.7, 2.9, 3.9, -1.2, 8.2, 6.0],\r\n [-1.8, 5.0, -3.5, 3.2, 2.5, -1.8, 14.7, 3.0, 8.8, -3.3],\r\n [-2.5, 3.4, 4.2, -1.9, 7.5, 4.6, 2.4, 10.9, 8.0, -3.0],\r\n [7.1, 2.5, 7.9, 7.4, 15.2, 7.0, 5.8, -2.3, -3.9, -4.1],\r\n [4.7, 3.3, 14.3, 5.5, 3.0, -3.5, -5.3, -6.8, -2.3, 5.7],\r\n [2.2, 13.8, 3.0, -2.2, 3.8, 14.2, 3.7, 4.0, -4.9, 7.8],\r\n [4.3, 15.3, 3.1, 1.7, 4.2, -3.6, 2.3, -3.2, 10.7, 2.3],\r\n [-2.3, 3.4, 6.1, -1.3, 13.3, 3.7, -1.7, 8.2, 7.6, 4.1]\r\n ],\r\n \"tableBubbleData\":[\r\n [40, 41, 52, 57, 61],\r\n [37, 40, 46, 52, 53],\r\n [54, 55, 57, 59, 60],\r\n [47, 49, 51, 53, 55],\r\n [41, 44, 46, 48, 48],\r\n [59, 60, 60, 59, 57],\r\n [48, 49, 50, 51, 52],\r\n [52, 54, 56, 56, 57]\r\n ],\r\n\r\n \"emptyPointDataSource\":[[8, 5, 2, 6, 8, 2, 9, 3, 7, 8, 7, 6],\r\n [5, null, 4, 9, 10, null, 11, 7, 3, 7, 8, null],\r\n [8, 7, 2, null, 5, 3, null, 2, 1, 8, null, 4],\r\n [10, 2, null, 4, 5, null, 1, 10, 5, 2, 1, null],\r\n [1, 2, 9, 4, null, 5, 1, null, 12, 1, null, 4],\r\n [4, null, 3, 5, 2, null, null, null, 5, null, 1, 3],\r\n [null, null, 4, 10, null, 5, 11, 2, 8, 1, null, 1],\r\n [1, 4, null, 4, 5, null, 1, 3, null, 1, null, 3],\r\n [null, 2, 1, 4, null, 5, 1, null, 2, 1, null, 2],\r\n [1, null, 4, null, null, 2, null, 5, 1, 5, 2, 1],\r\n [1, null, 2, 1, 5, null, null, null, 5, 2, 1, null]\r\n ],\r\n\r\n \"calendarDataSource\": [[null, null, null, null, 16, 48, 0],\r\n [0, 15, 0, 24, 0, 39, 0],\r\n [0, 18, 37, 0, 0, 50, 0],\r\n [0, 10, 0, 0, 44, 5, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 0, 0, 35, 0],\r\n [0, 31, 0, 0, 0, 40, 0],\r\n [0, 8, 0, 27, 0, 35, 0],\r\n [0, 12, 9, 45, 0, 8, 0],\r\n [0, 0, 13, 0, 22, 10, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 0],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 0, 36, 23, 19, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 18, 37, 23, 0, 50, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 36, 0, 45, 20, 18, 0],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 1],\r\n [0, 16, 32, 0, 1, 25, 0],\r\n [0, 31, 2, 9, 24, 0, 0],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 12, 9, 45, 0, 8, 0],\r\n [0, 0, 13, 35, 22, 10, 0],\r\n [0, 28, 14, 10, 0, 0, 0],\r\n [0, 36, 0, 45, 20, 18, 2],\r\n [0, 28, 1, 42, 0, 10, 0],\r\n [0, 31, 0, 24, 0, 40, 1],\r\n [0, 8, 47, 27, 0, 35, 0],\r\n [0, 10, 2, 0, 44, 5, 0],\r\n [0, 31, 2, 9, 24, 0, 1],\r\n [0, 8, 47, 27, 0, 35, 40],\r\n [0, 10, 2, 0, 44, 5, null]\r\n ],\r\n \"opposedAxisData\":[\r\n [36371, 25675, 28292, 33399, 35980, 38585, 39351, 39964, 36543, 30529, 33298, 36985],\r\n [34702, 27618, 31063, 34525, 36772, 35410, 38750, 39467, 35390, 34196, 35302, 35703],\r\n [34522, 31324, 32128, 34231, 36817, 34381, 37180, 38255, 32776, 32645, 31539, 32981],\r\n [32213, 28755, 29517, 31214, 33747, 33507, 35763, 36837, 32910, 33437, 30659, 31965],\r\n [31282, 28663, 32952, 33941, 34506, 36875, 38836, 35497, 34285, 34094, 32256, 33699],\r\n [31714, 29405, 33745, 32838, 33461, 35034, 36122, 37943, 34128, 30624, 32398, 33522],\r\n [32064, 28387, 33751, 32537, 34034, 35977, 37196, 38301, 33627, 34115, 31072, 33939],\r\n [32417, 27868, 30807, 33386, 35284, 36126, 39753, 40978, 35777, 35277, 31281, 35411],\r\n [32494, 29848, 34385, 35804, 37943, 38722, 41315, 41335, 37177, 37443, 32457, 37304],\r\n [34378, 29576, 30547, 35664, 36622, 38145, 40347, 41868, 38252, 36505, 29576, 36450],\r\n [35219, 31670, 32589, 34927, 36998, 39825, 41126, 42002, 37021, 36583, 32408, 37108]\r\n ],\r\n \"palatteSampleData\":[\r\n [17.2, 24.6, 18.4, 9.6, 8.6, 18.8, 10.3, 5.0],\r\n [15.8, 29.9, 15.2, 31.3, 18.1, 5.5, 10.2, 14.6],\r\n [17.8, 25.5, 19.1, 12.9, 7.5, 30.7, 12.6, 5.6],\r\n [7.3, 20.1, 18.8, 20.3, 6.1, 9.0, 29.8, 7.7],\r\n [7.8, 30.5, 19.6, 10.8, 7.9, 15.5, 5.2, 14.3],\r\n [5.8, 31.7, 17.8, 10.4, 17.3, 15.7, 9.1, 7.7],\r\n [11.3, 29.1, 19.5, 11.5, 6.3, 12.9, 10.1, 6.7],\r\n [13.7, 31.3, 15.3, 6.2, 7.7, 16.1, 18.9, 12.6],\r\n [9.3, 29.9, 16.4, 14.5, 5.2, 12.3, 18.7, 7.3],\r\n [16.3, 27.4, 27.0, 5.5, 16.2, 12.6, 8.3, 15.2],\r\n [7.2, 20.1, 16.9, 9.0, 7.6, 16.2, 8.4, 29.0]],\r\n \"legendSampleData\":[\r\n [10, 8, 7, 7, 10, 14, 17, 18, 18, 17, 16, 15],\r\n [10, 8, 7, 6, 8, 13, 15, 17, 17, 17, 15, 12],\r\n [12, 10, 8, 7, 7, 10, 15, 18, 20, 21, 20, 17],\r\n [11, 9, 8, 7, 7, 12, 16, 18, 19, 19, 17, 15],\r\n [15, 15, 15, 15, 16, 20, 22, 21, 21, 21, 19, 18],\r\n [13, 13, 12, 12, 12, 15, 18, 21, 22, 21, 19, 16],\r\n [11, 10, 9, 9, 10, 12, 14, 16, 17, 17, 16, 14]\r\n ],\r\n \"inveredAxisData\":[\r\n [2.65, 2.21, 1.52, 1.49, 1.81, 1.12, 0.69, 0.59, 0.57, 0.54],\r\n [2.13, 2.31, 2.29, 2.30, 2.14, 1.98, 1.84, 1.66, 1.46, 1.23],\r\n [0.96, 0.90, 0.94, 0.94, 0.95, 1.01, 1.19, 0.91, 0.90, 0.72],\r\n [2.71, 2.59, 2.41, 2.25, 1.90, 1.64, 1.43, 1.39, 1.35, 1.25],\r\n [2.65, 2.42, 2.37, 2.26, 1.92, 1.66, 1.54, 1.29, 1.03, 0.91],\r\n [2.66, 2.79, 3.12, 3.33, 3.10, 2.63, 2.41, 2.11, 2.05, 2.09],\r\n [2.21, 2.48, 2.95, 2.59, 2.61, 2.51, 2.49, 2.54, 2.64, 2.67],\r\n [3.06, 1.84, 2.67, 2.69, 2.61, 2.23, 2.06, 1.73, 1.18, 1.16],\r\n [0.57, 0.56, 0.63, 0.70, 0.63, 0.10, -0.26, -0.38, -0.07, 0.10],\r\n [3.07, 3.14, 2.61, 2.18, 1.97, 1.94, 1.57, 1.29, 1.57, 1.41]\r\n ],\r\n \"defaultData\": [\r\n [73, 39, 89, 39, 94, 55],\r\n [93, 58, 53, 38, 26, 68],\r\n [99, 28, 22, 0, 66, 90],\r\n [14, 46, 97, 69, 69, 3],\r\n [7, 16, 47, 47, 88, 6],\r\n [41, 55, 73, 23, 3, 79],\r\n [56, 69, 21, 86, 13, 33],\r\n [45, 7, 53, 81, 95, 79],\r\n [60, 77, 74, 68, 88, 51],\r\n [25, 100, 10, 12, 78, 14],\r\n [25, 56, 55, 58, 12, 82],\r\n [74, 33, 88, 23, 86, 59]\r\n ],\r\n \"multiLevelLabelData\": [\r\n [52, 65, 67, 45, 37, 52,32, 76, 60, 64, 82, 91],\r\n [68, 52, 63, 51, 30, 51,51, 81, 70, 60, 88, 80],\r\n [60, 50, 42, 53, 66, 70,41, 69, 76, 74, 86, 97],\r\n [66, 64, 46, 40, 47, 41, 45, 76, 83, 69, 92,84],\r\n [65, 42, 58, 32, 36, 44,49, 79, 83, 69, 83, 93],\r\n [54, 46, 61, 46, 40, 39,41, 69, 61, 84, 84, 87],\r\n [48, 46, 61, 47, 49, 41,41, 67, 78, 83, 98, 87],\r\n [69, 52, 41, 44, 41, 52,46, 71, 63, 84, 83, 91],\r\n [50, 59, 44, 43, 27, 42,26, 64, 76, 65, 81, 86],\r\n [47, 49, 66, 53, 50, 34,31, 79, 78, 79, 89, 95],\r\n [61, 40, 62, 26, 34, 54,56, 74, 83, 78, 95, 98]\r\n ],\r\n \"cellSeletionData\":[\r\n [2.9, 5.2, 3.4, 5.6, 4.4],\r\n [6.6, 4.8, 8, 3.9, 6.5],\r\n [5.1, 4.6, 5.4, 3.9, 4.3],\r\n [5.2, 4.3, 3.9, 6.2, 6.4],\r\n [7, 3, 1.9, 5.9, 3.5],\r\n [7.8, 5.9, 3.9, 4.3, 4.3],\r\n [6.5, 4.3, 3.9, 5.2, 3.9]],\r\n \"chartData\":[\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Cereals\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 2.9 }, { \"x\": \"2015\", \"y\": 5.2 }, { \"x\": \"2016\", \"y\": 3.4 },{ \"x\": \"2017\", \"y\": 5.6 },{ \"x\": \"2018\", \"y\": 4.4 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Meat\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 6.6 }, { \"x\": \"2015\", \"y\": 4.8 }, { \"x\": \"2016\", \"y\": 8 },{ \"x\": \"2017\", \"y\": 3.9 },{ \"x\": \"2018\", \"y\": 6.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Spices\", \r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 5.1 }, { \"x\": \"2015\", \"y\": 4.6 }, { \"x\": \"2016\", \"y\": 5.4 },{ \"x\": \"2017\", \"y\": 3.9 },{ \"x\": \"2018\", \"y\": 4.3 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Tea\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 5.2 }, { \"x\": \"2015\", \"y\": 4.3 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 6.2 },{ \"x\": \"2018\", \"y\": 6.4 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Edible Oil\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 7 }, { \"x\": \"2015\", \"y\": 3 }, { \"x\": \"2016\", \"y\": 1.9 },{ \"x\": \"2017\", \"y\": 5.9 },{ \"x\": \"2018\", \"y\": 3.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Dairy Products\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 7.8 }, { \"x\": \"2015\", \"y\": 5.9 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 4.3 },{ \"x\": \"2018\", \"y\": 4.5 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n },\r\n {\r\n \"type\": \"Column\", \"xName\": \"x\", \"width\": 2, \"yName\": \"y\",\"name\":\"Wheat\",\r\n \"dataSource\": [{ \"x\": \"2014\", \"y\": 6.5 }, { \"x\": \"2015\", \"y\": 4.3 }, { \"x\": \"2016\", \"y\": 3.9 },{ \"x\": \"2017\", \"y\": 5.2 },{ \"x\": \"2018\", \"y\": 3.9 }],\r\n \"marker\": { \"dataLabel\": { \"visible\": false } }\r\n }\r\n ]\r\n}\r\n\r\n","index.html":"\n\n \n\n
      \n
      \n
      \n
      \n\n\n\n
      ","index.ts":"{{ripple}}\r\n\r\nimport { HeatMap, Legend, Tooltip, Adaptor, ILoadedEventArgs, ITooltipEventArgs, HeatMapTheme } from '@syncfusion/ej2-heatmap';\r\nimport * as data from './data.json';\r\nHeatMap.Inject(Tooltip, Legend, Adaptor);\r\n\r\n/**\r\n * Sample for Line serie\r\n */\r\n\r\n \r\n let heatmap: HeatMap = new HeatMap({\r\n titleSettings: {\r\n text: 'Crude Oil Production of Non-OPEC Countries (in Million barrels per day)',\r\n textStyle: {\r\n size: '15px',\r\n fontWeight: '500',\r\n fontStyle: 'Normal',\r\n fontFamily: 'Segoe UI'\r\n }\r\n },\r\n xAxis: {\r\n labels: ['Canada', 'China', 'Egypt', 'Mexico', 'Norway', 'Russia', 'UK', 'USA'],\r\n labelRotation: 45,\r\n labelIntersectAction: 'None',\r\n },\r\n yAxis: {\r\n labels: ['2000', '2001', '2002', '2003', '2004', '2005', '2006', '2007', '2008', '2009', '2010'],\r\n },\r\n dataSource: (data as any).defaultTableDataSource,\r\n cellSettings: {\r\n border: {\r\n width: 0\r\n },\r\n format: '{value} M'\r\n },\r\n legendSettings: {\r\n visible: false,\r\n },\r\n tooltipSettings: {\r\n fill: '#265259',\r\n textStyle: {\r\n color: '#FFFFFF',\r\n size: '12px'\r\n },\r\n border: {\r\n width: 1,\r\n color: '#98BABF'\r\n }\r\n },\r\n paletteSettings: {\r\n palette: [{ value: 0, color: '#C2E7EC' },\r\n { value: 0.6, color: '#AEDFE6' },\r\n { value: 0.75, color: '#9AD7E0' },\r\n { value: 1, color: '#86CFDA' },\r\n { value: 1.5, color: '#72C7D4' },\r\n { value: 2, color: '#5EBFCE' },\r\n { value: 2.5, color: '#4AB7C8' },\r\n { value: 3, color: '#36AFC2' },\r\n { value: 3.5, color: '#309DAE' },\r\n { value: 5, color: '#2B8C9B' },\r\n { value: 5.5, color: '#257A87' },\r\n { value: 6, color: '#206974' },\r\n { value: 8, color: '#1B5761' },\r\n { value: 9, color: '#15464D' },\r\n { value: 9.5, color: '#000000' },\r\n ],\r\n type: 'Fixed'\r\n },\r\n tooltipRender: (args: ITooltipEventArgs) => {\r\n args.content = ['In ' + args.yLabel + ', the ' + args.xLabel + ' produced ' + args.value + ' million barrels per day'];\r\n },\r\n load: (args: ILoadedEventArgs) => {\r\n let selectedTheme: string = location.hash.split('/')[1];\r\n selectedTheme = selectedTheme ? selectedTheme : 'Material';\r\n args.heatmap.theme = (selectedTheme.charAt(0).toUpperCase() + selectedTheme.slice(1));\r\n },\r\n });\r\n heatmap.appendTo('#container');\r\n"} \ No newline at end of file diff --git a/src/heatmap/tooltip-template.ts b/src/heatmap/tooltip-template.ts index d72924a2..f2a3c833 100644 --- a/src/heatmap/tooltip-template.ts +++ b/src/heatmap/tooltip-template.ts @@ -1,4 +1,5 @@ import { loadCultureFiles } from '../common/culture-loader'; + import { HeatMap, Legend, Tooltip, Adaptor, ILoadedEventArgs, ITooltipEventArgs, HeatMapTheme } from '@syncfusion/ej2-heatmap'; import * as data from './data.json'; HeatMap.Inject(Tooltip, Legend, Adaptor); diff --git a/src/list-box/locale.json b/src/list-box/locale.json new file mode 100644 index 00000000..b4869e90 --- /dev/null +++ b/src/list-box/locale.json @@ -0,0 +1,67 @@ +{ + "de": { + "listbox": { + "noRecordsTemplate": "Keine Aufzeichnungen gefunden", + "selectAllText": "Wählen Sie Alle", + "unSelectAllText": "alles wiederufen", + "moveUp": "Aufstieg", + "moveDown": "sich abwärts bewegen", + "moveTo": "ziehen nach", + "moveFrom": "bewegen sich von", + "moveAllTo": "verschiebe alles nach", + "moveAllFrom": "bewegen sich alle von" + } + }, + "ar": { + "listbox": { + "noRecordsTemplate": "لا توجد سجلات", + "selectAllText": "اختر الكل", + "unSelectAllText": "إلغاء تحديد الكل", + "moveUp": "تحرك", + "moveDown": "تحرك لأسفل", + "moveTo": "حول إلى", + "moveFrom": "انتقل من", + "moveAllTo": "نقل جميع ل", + "moveAllFrom": "نقل كل من" + } + }, + "en": { + "listbox": { + "noRecordsTemplate": "No Records Found", + "selectAllText": "Select All", + "unSelectAllText": "UnSelect All", + "moveUp": "Move Up", + "moveDown": "Move Down", + "moveTo": "Move To", + "moveFrom": "Move From", + "moveAllTo": "Move All To", + "moveAllFrom": "Move All From" + } + }, + "zh": { + "listbox": { + "noRecordsTemplate": "没有找到记录", + "selectAllText": "全选", + "unSelectAllText": "全部取消选择", + "moveUp": "提升", + "moveDown": "下移", + "moveTo": "搬去", + "moveFrom": "从", + "moveAllTo": "全部移到", + "moveAllFrom": "从所有移动" + } + }, + "fr-CH": { + "listbox": { + "noRecordsTemplate": "Aucun enregistrement trouvé", + "selectAllText": "tout sélectionner", + "unSelectAllText": "tout déselectionner", + "moveUp": "déplacer vers le haut", + "moveDown": "descendre", + "moveTo": "déménager à", + "moveFrom": "passer de", + "moveAllTo": "déplacer tout à", + "moveAllFrom": "déplacer tout de" + } + } +} diff --git a/src/maps/default-stack.json b/src/maps/default-stack.json index 9fe6e4c4..c9359e60 100644 --- a/src/maps/default-stack.json +++ b/src/maps/default-stack.json @@ -1 +1 @@ -{"index.html":"\n\n \n\n
      \n\n
      \n
      \n \n \n
      \n\n \n \n\n
      ","index.ts":"{{ripple}}/**\r\n * Maps default sample\r\n */\r\nimport { Maps, Legend, Marker, MapsTooltip, ILoadEventArgs, MapsTheme, MapAjax } from '@syncfusion/ej2-maps';\r\nMaps.Inject(Legend, Marker, MapsTooltip);\r\n\r\n/**\r\n * Code for Maps\r\n */\r\n\r\n\r\n let maps: Maps = new Maps({\r\n titleSettings: {\r\n text: 'YouTube office locations',\r\n textStyle: {\r\n size: '16px'\r\n }\r\n },\r\n zoomSettings: {\r\n enable: false\r\n },\r\n legendSettings: {\r\n visible: true\r\n },\r\n layers: [\r\n {\r\n shapeData: new MapAjax('//npmci.syncfusion.com/development/demos/src/maps/map-data/world-map.json'),\r\n shapePropertyPath: 'continent',\r\n shapeDataPath: 'continent',\r\n dataSource: new MapAjax('//npmci.syncfusion.com/development/demos/src/maps/map-data/default-datasource.json'),\r\n shapeSettings: {\r\n colorValuePath: 'color',\r\n },\r\n markerSettings: [\r\n {\r\n visible: true,\r\n dataSource: [\r\n { latitude: 37.6276571, longitude: -122.4276688, name: 'San Bruno' },\r\n { latitude: 33.5302186, longitude: -117.7418381, name: 'Laguna Niguel' },\r\n { latitude: 40.7424509, longitude: -74.0081468, name: 'New York' },\r\n { latitude: -23.5268201, longitude: -46.6489927, name: 'Bom Retiro' },\r\n { latitude: 43.6533855, longitude: -79.3729994, name: 'Toronto' },\r\n { latitude: 48.8773406, longitude: 2.3299627, name: 'Paris' },\r\n { latitude: 52.4643089, longitude: 13.4107368, name: 'Berlin' },\r\n { latitude: 19.1555762, longitude: 72.8849595, name: 'Mumbai' },\r\n { latitude: 35.6628744, longitude: 139.7345469, name: 'Minato' },\r\n { latitude: 51.5326602, longitude: -0.1262422, name: 'London' }\r\n ],\r\n shape: 'Image',\r\n imageUrl: '//npmci.syncfusion.com/development/demos/src/maps/images/ballon.png',\r\n height: 20,\r\n width: 20,\r\n offset: {\r\n y: -10,\r\n x: 0\r\n },\r\n tooltipSettings: {\r\n visible: true,\r\n valuePath: 'name'\r\n },\r\n animationDuration: 0\r\n },\r\n {\r\n visible: true,\r\n tooltipSettings: {\r\n visible: true\r\n },\r\n template: '
      Asia' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: 50.32087157990324, longitude: 90.015625 }\r\n ],\r\n animationDuration: 0\r\n },\r\n {\r\n visible: true,\r\n template: '
      Australia' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: -25.88583769986199, longitude: 134.296875 }\r\n ],\r\n animationDuration: 0\r\n },\r\n {\r\n visible: true,\r\n template: '
      Africa' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: 16.97274101999902, longitude: 16.390625 }\r\n ],\r\n animationDuration: 0\r\n },\r\n {\r\n visible: true,\r\n template: '
      Europe' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: 49.95121990866204, longitude: 18.468749999999998 }\r\n ],\r\n animationDuration: 0,\r\n },\r\n {\r\n visible: true,\r\n template: '
      North America' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: 59.88893689676585, longitude: -109.3359375 }\r\n ],\r\n animationDuration: 0\r\n },\r\n {\r\n visible: true,\r\n template: '
      South America' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: -6.64607562172573, longitude: -55.54687499999999 }\r\n ],\r\n animationDuration: 0\r\n },\r\n ]\r\n },\r\n ],\r\n\r\n });\r\n maps.appendTo('#container');\r\n"} \ No newline at end of file +{"index.html":"\n\n \n\n
      \n\n
      \n
      \n \n \n
      \n\n \n \n\n
      ","index.ts":"{{ripple}}/**\r\n * Maps default sample\r\n */\r\nimport { Maps, Legend, Marker, MapsTooltip, ILoadEventArgs, MapsTheme, MapAjax } from '@syncfusion/ej2-maps';\r\nMaps.Inject(Legend, Marker, MapsTooltip);\r\n\r\n/**\r\n * Code for Maps\r\n */\r\n\r\n\r\n let maps: Maps = new Maps({\r\n titleSettings: {\r\n text: 'YouTube office locations',\r\n textStyle: {\r\n size: '16px'\r\n }\r\n },\r\n zoomSettings: {\r\n enable: false\r\n },\r\n legendSettings: {\r\n visible: true\r\n },\r\n layers: [\r\n {\r\n shapeData: new MapAjax('//npmci.syncfusion.com/development/demos/src/maps/map-data/world-map.json'),\r\n shapePropertyPath: 'continent',\r\n shapeDataPath: 'continent',\r\n dataSource: new MapAjax('//npmci.syncfusion.com/development/demos/src/maps/map-data/default-datasource.json'),\r\n shapeSettings: {\r\n colorValuePath: 'color',\r\n },\r\n markerSettings: [\r\n {\r\n visible: true,\r\n dataSource: [\r\n { latitude: 37.6276571, longitude: -122.4276688, name: 'San Bruno' },\r\n { latitude: 33.5302186, longitude: -117.7418381, name: 'Laguna Niguel' },\r\n { latitude: 40.7424509, longitude: -74.0081468, name: 'New York' },\r\n { latitude: -23.5268201, longitude: -46.6489927, name: 'Bom Retiro' },\r\n { latitude: 43.6533855, longitude: -79.3729994, name: 'Toronto' },\r\n { latitude: 48.8773406, longitude: 2.3299627, name: 'Paris' },\r\n { latitude: 52.4643089, longitude: 13.4107368, name: 'Berlin' },\r\n { latitude: 19.1555762, longitude: 72.8849595, name: 'Mumbai' },\r\n { latitude: 35.6628744, longitude: 139.7345469, name: 'Minato' },\r\n { latitude: 51.5326602, longitude: -0.1262422, name: 'London' }\r\n ],\r\n shape: 'Image',\r\n imageUrl: '//npmci.syncfusion.com/development/demos/src/maps/images/ballon.png',\r\n height: 20,\r\n width: 20,\r\n tooltipSettings: {\r\n visible: true,\r\n valuePath: 'name'\r\n },\r\n animationDuration: 0\r\n },\r\n {\r\n visible: true,\r\n tooltipSettings: {\r\n visible: true\r\n },\r\n template: '
      Asia' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: 50.32087157990324, longitude: 90.015625 }\r\n ],\r\n animationDuration: 0\r\n },\r\n {\r\n visible: true,\r\n template: '
      Australia' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: -25.88583769986199, longitude: 134.296875 }\r\n ],\r\n animationDuration: 0\r\n },\r\n {\r\n visible: true,\r\n template: '
      Africa' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: 16.97274101999902, longitude: 16.390625 }\r\n ],\r\n animationDuration: 0\r\n },\r\n {\r\n visible: true,\r\n template: '
      Europe' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: 49.95121990866204, longitude: 18.468749999999998 }\r\n ],\r\n animationDuration: 0,\r\n },\r\n {\r\n visible: true,\r\n template: '
      North America' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: 59.88893689676585, longitude: -109.3359375 }\r\n ],\r\n animationDuration: 0\r\n },\r\n {\r\n visible: true,\r\n template: '
      South America' +\r\n '
      ',\r\n dataSource: [\r\n { latitude: -6.64607562172573, longitude: -55.54687499999999 }\r\n ],\r\n animationDuration: 0\r\n },\r\n ]\r\n },\r\n ],\r\n\r\n });\r\n maps.appendTo('#container');\r\n"} \ No newline at end of file diff --git a/src/maps/default.ts b/src/maps/default.ts index 4a40f15f..e05ce82e 100644 --- a/src/maps/default.ts +++ b/src/maps/default.ts @@ -55,10 +55,6 @@ import { loadCultureFiles } from '../common/culture-loader'; imageUrl: 'src/maps/images/ballon.png', height: 20, width: 20, - offset: { - y: -10, - x: 0 - }, tooltipSettings: { visible: true, valuePath: 'name' diff --git a/src/maps/locale.json b/src/maps/locale.json new file mode 100644 index 00000000..ad3caaac --- /dev/null +++ b/src/maps/locale.json @@ -0,0 +1,52 @@ +{ + "de": { + "maps": { + "ZoomIn": "Hineinzoomen", + "ZoomOut": "Rauszoomen", + "Zoom": "Zoomen", + "Pan": "Pfanne", + "Reset": "Zurücksetzen", + "ResetZoom": "Zoom Zurücksetzen" + } + }, + "ar": { + "maps": { + "ZoomIn": "زومٍي", + "ZoomOut": "ذوموت", + "Zoom": "زوم", + "Pan": "بان", + "Reset": "رست", + "ResetZoom": "رست زوم" + } + }, + "en": { + "maps": { + "ZoomIn": "Zoom In", + "ZoomOut": "Zoom Out", + "Zoom": "Zoom", + "Pan": "Pan", + "Reset": "Reset", + "ResetZoom": "Reset Zoom" + } + }, + "zh": { + "maps": { + "ZoomIn": "放大", + "ZoomOut": "缩小", + "Zoom": "放大", + "Pan": "泛", + "Reset": "重启", + "ResetZoom": "重置缩放" + } + }, + "fr-CH": { + "maps": { + "ZoomIn": "Agrandir", + "ZoomOut": "Dézoomer", + "Zoom": "Zoom", + "Pan": "La poêle", + "Reset": "Réinitialiser", + "ResetZoom": "Réinitialiser Zoom" + } + } +} diff --git a/src/maps/map-data/marker-location.ts b/src/maps/map-data/marker-location.ts index c86351f5..7e5e4fc3 100644 --- a/src/maps/map-data/marker-location.ts +++ b/src/maps/map-data/marker-location.ts @@ -34,181 +34,256 @@ export let sydneyPlaces: any = [ } ] export let topPopulation: any = [ - { - 'name': 'Tokyo', - 'latitude': 35.6894875, - 'longitude': 139.6917064, - 'population': 33200000, - 'Country': 'Japan' - }, - { - 'name': 'New York', - 'latitude': 40.7127753, - 'longitude': -74.0059728, - 'population': 17800000, - 'Country': 'United States' - }, - { - 'name': 'Sao Paulo', - 'latitude': -23.5505199, - 'longitude': -46.6333094, - 'population': 17700000, - 'Country': 'Brazil' - }, - { - 'name': 'Seoul/Incheon', - 'latitude': 37.566535, - 'longitude': 126.9779692, - 'population': 17500000, - 'Country': 'South Korea', - }, - { - 'name': 'Mexico City', - 'latitude': 19.2464696, - 'longitude': -99.1013498, - 'population': 17400000, - 'Country': 'Mexico' - }, - { - 'name': 'Osaka/Kobe/Kyoto', - 'latitude': 35.0212466, - 'longitude': 135.7555968, - 'population': 16425000, - 'Country': 'Japan' - }, - { - 'name': 'Manila', - 'latitude': 14.5995124, - 'longitude': 120.9842195, - 'population': 14750000, - 'Country': 'Philippines' - }, - { - 'name': 'Mumbai', - 'latitude': 19.0759837, - 'longitude': 72.8776559, - 'population': 14350000, - 'Country': 'India' - }, - { - 'name': 'Delhi', - 'latitude': 28.6139391, - 'longitude': 77.2090212, - 'population': 14300000, - 'Country': 'India' - }, - { - 'name': 'Jakarta', - 'latitude': -6.17511, - 'longitude': 106.8650395, - 'population': 14250000, - 'Country': 'Indonesia' - }, - { - 'name': 'Lagos', - 'latitude': 6.5243793, - 'longitude': 3.3792057, - 'population': 13400000, - 'Country': 'Nigeria' - }, - { - 'name': 'Kolkata', - 'latitude': 22.572646, - 'longitude': 88.363895, - 'population': 12700000, - 'Country': 'India' - }, - { - 'name': 'Cairo', - 'latitude': 30.0444196, - 'longitude': 31.2357116, - 'population': 12200000, - 'Country': 'Egypt' - }, - { - 'name': 'Los Angeles', - 'latitude': 34.0522265, - 'longitude': -118.2436596, - 'population': 11789000, - 'Country': 'United States' - }, - { - 'name': 'Buenos Aires', - 'latitude': -34.6036844, - 'longitude': -58.3815591, - 'population': 11200000, - 'Country': 'Argentina' - }, - { - 'name': 'Rio de Janeiro', - 'latitude': -22.9068467, - 'longitude': -43.1728965, - 'population': 10800000, - 'Country': 'Brazil' - }, - { - 'name': 'Moscow', - 'latitude': 55.755826, - 'longitude': 37.6173, - 'population': 10500000, - 'Country': 'Russia' - }, - { - 'name': 'Shanghai', - 'latitude': 31.2303904, - 'longitude': 121.4737021, - 'population': 10000000, - 'Country': 'China' - }, - { - 'name': 'Karachi', - 'latitude': 25.0700428, - 'longitude': 67.2847875, - 'population': 9800000, - 'Country': 'Pakistan' - }, - { - 'name': 'Paris', - 'latitude': 48.856614, - 'longitude': 2.3522219, - 'population': 9645000, - 'Country': 'France' - }, - { - 'name': 'Istanbul', - 'latitude': 41.0082376, - 'longitude': 28.9783589, - 'population': 9000000, - 'Country': 'Istanbul' - }, - { - 'name': 'Nagoya', - 'latitude': 35.1814464, - 'longitude': 136.906398, - 'population': 9000000, - 'Country': 'Japan' - }, - { - 'name': 'Beijing', - 'latitude': 39.9041999, - 'longitude': 116.4073963, - 'population': 8614000, - 'Country': 'China' - }, - { - 'name': 'Chicago', - 'latitude': 41.8781136, - 'longitude': -87.6297982, - 'population': 8308000, - 'Country': 'United States' - }, - { - 'name': 'London', - 'latitude': 51.5073509, - 'longitude': -0.1277583, - 'population': 8278000, - 'Country': 'United Kingdom' - }, + { + 'name': 'Tokyo', + 'latitude': 35.6894875, + 'longitude': 139.6917064, + 'population': 33200000, + 'Country': 'Japan', + 'Continent': 'Asia', + 'color': 'red', + 'shape': 'Circle', +}, +{ + 'name': 'New York', + 'latitude': 40.7127753, + 'longitude': -74.0059728, + 'population': 17800000, + 'Country': 'United States', + 'Continent': 'North America', + 'color': 'green', + 'shape': 'Diamond', +}, +{ + 'name': 'Sao Paulo', + 'latitude': -23.5505199, + 'longitude': -46.6333094, + 'population': 17700000, + 'Country': 'Brazil', + 'Continent': 'South America', + 'color': 'orange', + 'shape': 'Star', +}, +{ + 'name': 'Seoul/Incheon', + 'latitude': 37.566535, + 'longitude': 126.9779692, + 'population': 17500000, + 'Country': 'South Korea', + 'Continent': 'Asia', + 'color': 'red', + 'shape': 'Circle', +}, +{ + 'name': 'Mexico City', + 'latitude': 19.2464696, + 'longitude': -99.1013498, + 'population': 17400000, + 'Country': 'Mexico', + 'Continent': 'North America', + 'color': 'green', + 'shape': 'Diamond', +}, +{ + 'name': 'Osaka/Kobe/Kyoto', + 'latitude': 35.0212466, + 'longitude': 135.7555968, + 'population': 16425000, + 'Country': 'Japan', + 'Continent': 'Asia', + 'color': 'red', + 'shape': 'Circle', +}, +{ + 'name': 'Manila', + 'latitude': 14.5995124, + 'longitude': 120.9842195, + 'population': 14750000, + 'Country': 'Philippines', + 'Continent': 'Asia', + 'color': 'red', + 'shape': 'Circle', +}, +{ + 'name': 'Mumbai', + 'latitude': 19.0759837, + 'longitude': 72.8776559, + 'population': 14350000, + 'Country': 'India', + 'Continent': 'Asia', + 'color': 'red', + 'shape': 'Circle', +}, +{ + 'name': 'Delhi', + 'latitude': 28.6139391, + 'longitude': 77.2090212, + 'population': 14300000, + 'Country': 'India', + 'Continent': 'Asia', + 'color': 'red', + 'shape': 'Circle', +}, +{ + 'name': 'Jakarta', + 'latitude': -6.17511, + 'longitude': 106.8650395, + 'population': 14250000, + 'Country': 'Indonesia', + 'color': 'red', + 'Continent': 'Asia', + 'shape': 'Circle', +}, +{ + 'name': 'Lagos', + 'latitude': 6.5243793, + 'longitude': 3.3792057, + 'population': 13400000, + 'Continent': 'Africa', + 'Country': 'Nigeria', + 'color': 'blue', + 'shape': 'Rectangle', +}, +{ + 'name': 'Kolkata', + 'latitude': 22.572646, + 'longitude': 88.363895, + 'population': 12700000, + 'Country': 'India', + 'Continent': 'Asia', + 'color': 'red', + 'shape': 'Circle', +}, +{ + 'name': 'Cairo', + 'latitude': 30.0444196, + 'longitude': 31.2357116, + 'population': 12200000, + 'Country': 'Egypt', + 'Continent': 'Africa', + 'color': 'blue', + 'shape': 'Rectangle', +}, +{ + 'name': 'Los Angeles', + 'latitude': 34.0522265, + 'longitude': -118.2436596, + 'population': 11789000, + 'Continent': 'North America', + 'Country': 'United States', + 'color': 'green', + 'shape': 'Diamond', +}, +{ + 'name': 'Buenos Aires', + 'latitude': -34.6036844, + 'longitude': -58.3815591, + 'population': 11200000, + 'Country': 'Argentina', + 'color': 'orange', + 'Continent': 'South America', + 'shape': 'Star', +}, +{ + 'name': 'Rio de Janeiro', + 'latitude': -22.9068467, + 'longitude': -43.1728965, + 'population': 10800000, + 'Country': 'Brazil', + 'color': 'orange', + 'Continent': 'South America', + 'shape': 'Star', +}, +{ + 'name': 'Moscow', + 'latitude': 55.755826, + 'longitude': 37.6173, + 'population': 10500000, + 'Country': 'Russia', + 'color': 'red', + 'Continent': 'Asia', + 'shape': 'Circle', +}, +{ + 'name': 'Shanghai', + 'latitude': 31.2303904, + 'longitude': 121.4737021, + 'population': 10000000, + 'Country': 'China', + 'color': 'red', + 'Continent': 'Asia', + 'shape': 'Circle', +}, +{ + 'name': 'Karachi', + 'latitude': 25.0700428, + 'longitude': 67.2847875, + 'population': 9800000, + 'Country': 'Pakistan', + 'color': 'red', + 'Continent': 'Asia', + 'shape': 'Circle', +}, +{ + 'name': 'Paris', + 'latitude': 48.856614, + 'longitude': 2.3522219, + 'population': 9645000, + 'Country': 'France', + 'color': 'yellow', + 'Continent': 'Europe', + 'shape': 'Triangle', +}, +{ + 'name': 'Istanbul', + 'latitude': 41.0082376, + 'longitude': 28.9783589, + 'population': 9000000, + 'Country': 'Istanbul', + 'color': 'red', + 'Continent': 'Asia', + 'shape': 'Circle', +}, +{ + 'name': 'Nagoya', + 'latitude': 35.1814464, + 'longitude': 136.906398, + 'population': 9000000, + 'Country': 'Japan', + 'color': 'red', + 'Continent': 'Asia', + 'shape': 'Circle', +}, +{ + 'name': 'Beijing', + 'latitude': 39.9041999, + 'longitude': 116.4073963, + 'population': 8614000, + 'Country': 'China', + 'color': 'red', + 'Continent': 'Asia', + 'shape': 'Circle', +}, +{ + 'name': 'Chicago', + 'latitude': 41.8781136, + 'longitude': -87.6297982, + 'population': 8308000, + 'Country': 'United States', + 'color': 'green', + 'Continent': 'North America', + 'shape': 'Diamond', +}, +{ + 'name': 'London', + 'latitude': 51.5073509, + 'longitude': -0.1277583, + 'population': 8278000, + 'Country': 'United Kingdom', + 'color': 'yellow', + 'Continent': 'Europe', + 'shape': 'Triangle', +}, ] export let markerLocation: any = [ { 'title': 'Vienna', diff --git a/src/maps/map-data/sales-map.json b/src/maps/map-data/sales-map.json new file mode 100644 index 00000000..928fdb62 --- /dev/null +++ b/src/maps/map-data/sales-map.json @@ -0,0 +1,464 @@ +{ + "salesmap": [ + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Noah", + "product": "Product B", + "worth": "$150" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "William", + "product": "Product C", + "worth": "$180" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "James", + "product": "Product D", + "worth": "$250" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Oliver", + "product": "Product E", + "worth": "$350" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Benjamin", + "product": "Product A", + "worth": "$150" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Elijah", + "product": "Product B", + "worth": "$180" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Lucas", + "product": "Product C", + "worth": "$250" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Mason", + "product": "Product D", + "worth": "$350" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Logan", + "product": "Product A", + "worth": "$180" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Alexander", + "product": "Product B", + "worth": "$230" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Ethan", + "product": "Product C", + "worth": "$450" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Jacob", + "product": "Product D", + "worth": "$330" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Michael", + "product": "Product A", + "worth": "$120" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Daniel", + "product": "Product B", + "worth": "$180" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Henry", + "product": "Product C", + "worth": "$210" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Jackson", + "product": "Product D", + "worth": "$260" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Sebastian", + "product": "Product A", + "worth": "$410" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Aiden", + "product": "Product B", + "worth": "$220" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Matthew", + "product": "Product C", + "worth": "$320" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Samuel", + "product": "Product D", + "worth": "$540" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "David", + "product": "Product A", + "worth": "$350" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Joseph", + "product": "Product B", + "worth": "$170" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Carter", + "product": "Product C", + "worth": "$140" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Owen", + "product": "Product D", + "worth": "$320" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Wyatt", + "product": "Product A", + "worth": "$280" + }, + { + "latitude": 22.309425, + "longitude": 72.136230, + "city": "Gujarat", + "area": 1623, + "Rank": 37, + "name": "Penelope", + "product": "Product C", + "worth": "$180" + }, + { + "latitude": 22.309425, + "longitude": 72.136230, + "city": "Gujarat", + "area": 1623, + "Rank": 37, + "name": "Layla", + "product": "Product D", + "worth": "$350" + }, + { + "latitude": 22.309425, + "longitude": 72.136230, + "city": "Gujarat", + "area": 1623, + "Rank": 37, + "name": "Madison", + "product": "Product A", + "worth": "$320" + }, + { + "latitude": 22.309425, + "longitude": 72.136230, + "city": "Gujarat", + "area": 1623, + "Rank": 37, + "name": "Aria", + "product": "Product B", + "worth": "$110" + }, + { + "latitude": 35.738045, + "longitude": 61.084488, + "city": "Pakistan", + "area": 1623, + "Rank": 37, + "name": "Grayson", + "product": "Product C", + "worth": "$320" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Gabriel", + "product": "Product D", + "worth": "$180" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Julian", + "product": "Product A", + "worth": "$150" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Mateo", + "product": "Product B", + "worth": "$250" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Anthony", + "product": "Product C", + "worth": "$350" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Jaxon", + "product": "Product D", + "worth": "$250" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Wyatt", + "product": "Product A", + "worth": "$120" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Joshua", + "product": "Product B", + "worth": "$180" + }, + { + "latitude": 31.661129, + "longitude": -88.530167, + "city": "Iowa", + "area": 1623, + "Rank": 37, + "name": "Christopher", + "product": "Product C", + "worth": "$190" + }, + { + "latitude": 43.038902, + "longitude": -87.906471, + "city": "Milwaukee", + "area": 1623, + "Rank": 37, + "name": "Violet", + "product": "Product D", + "worth": "$230" + }, + { + "latitude": 25.989819, + "longitude": -111.732582, + "city": "California", + "area": 1623, + "Rank": 37, + "name": "Savannah", + "product": "Product A", + "worth": "$170" + }, + { + "latitude": 45.3573, + "longitude": -122.6068, + "city": "Oregon", + "area": 1623, + "Rank": 37, + "name": "Brooklyn", + "product": "Product B", + "worth": "$180" + }, + { + "latitude": 60.835365, + "longitude": -147.776749, + "city": "Fairbanks", + "area": 1623, + "Rank": 37, + "name": "Nathan", + "product": "Product C", + "worth": "$190" + }, + { + "latitude": 64.0601273, + "longitude": -129.4332733, + "city": "Dawson", + "area": 1623, + "Rank": 37, + "name": "Claire", + "product": "Product D", + "worth": "$160" + }, + { + "latitude": 58.5975, + "longitude": 38.9873, + "city": "Estonia", + "area": 1623, + "Rank": 37, + "name": "Isaiah", + "product": "Product A", + "worth": "$210" + }, + { + "latitude": 39.9075, + "longitude": 96.39723, + "city": "China", + "area": 1623, + "Rank": 37, + "name": "Paisley", + "product": "Product B", + "worth": "$120" + }, + { + "latitude": 41.20438, + "longitude": 74.766098, + "city": "kyrgyzstan", + "area": 1623, + "Rank": 37, + "name": "Caroline", + "product": "Product C", + "worth": "$190" + } + ] +} \ No newline at end of file diff --git a/src/maps/map-data/sales-map.ts b/src/maps/map-data/sales-map.ts new file mode 100644 index 00000000..9f014879 --- /dev/null +++ b/src/maps/map-data/sales-map.ts @@ -0,0 +1,466 @@ +/** + * Sales data + */ +//tslint:disable +let salesmap: any = [ + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Noah", + "product": "Product B", + "worth": "$150" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "William", + "product": "Product C", + "worth": "$180" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "James", + "product": "Product D", + "worth": "$250" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Oliver", + "product": "Product E", + "worth": "$350" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Benjamin", + "product": "Product A", + "worth": "$150" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Elijah", + "product": "Product B", + "worth": "$180" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Lucas", + "product": "Product C", + "worth": "$250" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Mason", + "product": "Product D", + "worth": "$350" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Logan", + "product": "Product A", + "worth": "$180" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Alexander", + "product": "Product B", + "worth": "$230" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Ethan", + "product": "Product C", + "worth": "$450" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Jacob", + "product": "Product D", + "worth": "$330" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Michael", + "product": "Product A", + "worth": "$120" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Daniel", + "product": "Product B", + "worth": "$180" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Henry", + "product": "Product C", + "worth": "$210" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Jackson", + "product": "Product D", + "worth": "$260" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Sebastian", + "product": "Product A", + "worth": "$410" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Aiden", + "product": "Product B", + "worth": "$220" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Matthew", + "product": "Product C", + "worth": "$320" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Samuel", + "product": "Product D", + "worth": "$540" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "David", + "product": "Product A", + "worth": "$350" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Joseph", + "product": "Product B", + "worth": "$170" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Carter", + "product": "Product C", + "worth": "$140" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Owen", + "product": "Product D", + "worth": "$320" + }, + { + "latitude": 44.2108, + "longitude": 20.9224, + "city": "Serbia", + "area": 1623, + "Rank": 37, + "name": "Wyatt", + "product": "Product A", + "worth": "$280" + }, + { + "latitude": 22.309425, + "longitude": 72.136230, + "city": "Gujarat", + "area": 1623, + "Rank": 37, + "name": "Penelope", + "product": "Product C", + "worth": "$180" + }, + { + "latitude": 22.309425, + "longitude": 72.136230, + "city": "Gujarat", + "area": 1623, + "Rank": 37, + "name": "Layla", + "product": "Product D", + "worth": "$350" + }, + { + "latitude": 22.309425, + "longitude": 72.136230, + "city": "Gujarat", + "area": 1623, + "Rank": 37, + "name": "Madison", + "product": "Product A", + "worth": "$320" + }, + { + "latitude": 22.309425, + "longitude": 72.136230, + "city": "Gujarat", + "area": 1623, + "Rank": 37, + "name": "Aria", + "product": "Product B", + "worth": "$110" + }, + { + "latitude": 35.738045, + "longitude": 61.084488, + "city": "Pakistan", + "area": 1623, + "Rank": 37, + "name": "Grayson", + "product": "Product C", + "worth": "$320" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Gabriel", + "product": "Product D", + "worth": "$180" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Julian", + "product": "Product A", + "worth": "$150" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Mateo", + "product": "Product B", + "worth": "$250" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Anthony", + "product": "Product C", + "worth": "$350" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Jaxon", + "product": "Product D", + "worth": "$250" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Wyatt", + "product": "Product A", + "worth": "$120" + }, + { + "latitude": 41.161079, + "longitude": -104.805450, + "city": "Wyoming", + "area": 1623, + "Rank": 37, + "name": "Joshua", + "product": "Product B", + "worth": "$180" + }, + { + "latitude": 31.661129, + "longitude": -88.530167, + "city": "Iowa", + "area": 1623, + "Rank": 37, + "name": "Christopher", + "product": "Product C", + "worth": "$190" + }, + { + "latitude": 43.038902, + "longitude": -87.906471, + "city": "Milwaukee", + "area": 1623, + "Rank": 37, + "name": "Violet", + "product": "Product D", + "worth": "$230" + }, + { + "latitude": 25.989819, + "longitude": -111.732582, + "city": "California", + "area": 1623, + "Rank": 37, + "name": "Savannah", + "product": "Product A", + "worth": "$170" + }, + { + "latitude": 45.3573, + "longitude": -122.6068, + "city": "Oregon", + "area": 1623, + "Rank": 37, + "name": "Brooklyn", + "product": "Product B", + "worth": "$180" + }, + { + "latitude": 60.835365, + "longitude": -147.776749, + "city": "Fairbanks", + "area": 1623, + "Rank": 37, + "name": "Nathan", + "product": "Product C", + "worth": "$190" + }, + { + "latitude": 64.0601273, + "longitude": -129.4332733, + "city": "Dawson", + "area": 1623, + "Rank": 37, + "name": "Claire", + "product": "Product D", + "worth": "$160" + }, + { + "latitude": 58.5975, + "longitude": 38.9873, + "city": "Estonia", + "area": 1623, + "Rank": 37, + "name": "Isaiah", + "product": "Product A", + "worth": "$210" + }, + { + "latitude": 39.9075, + "longitude": 96.39723, + "city": "China", + "area": 1623, + "Rank": 37, + "name": "Paisley", + "product": "Product B", + "worth": "$120" + }, + { + "latitude": 41.20438, + "longitude": 74.766098, + "city": "kyrgyzstan", + "area": 1623, + "Rank": 37, + "name": "Caroline", + "product": "Product C", + "worth": "$190" + } +] \ No newline at end of file diff --git a/src/maps/map-data/southamerica-country-capitals.json b/src/maps/map-data/southamerica-country-capitals.json new file mode 100644 index 00000000..3e3071c8 --- /dev/null +++ b/src/maps/map-data/southamerica-country-capitals.json @@ -0,0 +1,95 @@ +{ + "southAmericaCountryCapitals":[ + { + "name": "Buenos Aires", + "latitude": -34.603722, + "longitude": -58.381592, + "Country": "Argentina", + "Continent": "South America" + }, + { + "name": "Sucre", + "latitude": -19.019585, + "longitude": -65.261963, + "Country": "Bolivia", + "Continent": "South America" + }, + { + "name": "Brasília", + "latitude": -15.793889, + "longitude": -47.882778, + "Country": "Brazil", + "Continent": "South America" + }, + { + "name": "Santiago", + "latitude": -33.447487, + "longitude": -70.673676, + "Country": "Chile", + "Continent": "South America" + }, + { + "name": "Bogota", + "latitude": 4.624335, + "longitude": -74.063644, + "Country": "Colombia", + "Continent": "South America" + }, + { + "name": "Quito", + "latitude": -0.180653, + "longitude": -78.467834, + "Country": "Ecuador", + "Continent": "South America" + }, + { + "name": "Georgetown", + "latitude": 6.8045, + "longitude": -58.1553, + "Country": "Guyana", + "Continent": "South America" + }, + { + "name": "Asuncion", + "latitude": -25.3006592, + "longitude": -57.63591, + "Country": "Paraguay", + "Continent": "South America" + }, + { + "name": "Lima", + "latitude": -12.046374, + "longitude": -77.042793, + "Country": "Peru", + "Continent": "South America" + }, + { + "name": "Paramaribo", + "latitude": 5.8663802, + "longitude": -55.1668205, + "Country": "Suriname", + "Continent": "South America" + }, + { + "name": "Montevideo", + "latitude": -34.901112, + "longitude": -56.164532, + "Country": "Uruguay", + "Continent": "South America" + }, + { + "name": "Caracas", + "latitude": 10.500000, + "longitude": -66.916664, + "Country": "Vanezuela", + "Continent": "South America" + }, + { + "name": "Cayenne", + "latitude": 4.937200, + "longitude": -52.326000, + "Country": "French Guiana", + "Continent": "South America" + } + ] +} \ No newline at end of file diff --git a/src/maps/map-data/top-location.json b/src/maps/map-data/top-location.json index cda66ea5..cf1043cb 100644 --- a/src/maps/map-data/top-location.json +++ b/src/maps/map-data/top-location.json @@ -5,175 +5,250 @@ "latitude": 35.6894875, "longitude": 139.6917064, "population": 33200000, - "Country": "Japan" + "Country": "Japan", + "Continent": "Asia", + "color": "red", + "shape": "Pentagon" }, { "name": "New York", "latitude": 40.7127753, "longitude": -74.0059728, "population": 17800000, - "Country": "United States" + "Country": "United States", + "Continent": "North America", + "color": "green", + "shape": "Diamond" }, { "name": "Sao Paulo", "latitude": -23.5505199, "longitude": -46.6333094, "population": 17700000, - "Country": "Brazil" + "Country": "Brazil", + "Continent": "South America", + "color": "orange", + "shape": "InvertedTriangle" }, { "name": "Seoul/Incheon", "latitude": 37.566535, "longitude": 126.9779692, "population": 17500000, - "Country": "South Korea" + "Country": "South Korea", + "Continent": "Asia", + "color": "red", + "shape": "Pentagon" }, { "name": "Mexico City", "latitude": 19.2464696, "longitude": -99.1013498, "population": 17400000, - "Country": "Mexico" + "Country": "Mexico", + "Continent": "North America", + "color": "green", + "shape": "Diamond" }, { "name": "Osaka/Kobe/Kyoto", "latitude": 35.0212466, "longitude": 135.7555968, "population": 16425000, - "Country": "Japan" + "Country": "Japan", + "Continent": "Asia", + "color": "red", + "shape": "Pentagon" }, { "name": "Manila", "latitude": 14.5995124, "longitude": 120.9842195, "population": 14750000, - "Country": "Philippines" + "Country": "Philippines", + "Continent": "Asia", + "color": "red", + "shape": "Pentagon" }, { "name": "Mumbai", "latitude": 19.0759837, "longitude": 72.8776559, "population": 14350000, - "Country": "India" + "Country": "India", + "Continent": "Asia", + "color": "red", + "shape": "Pentagon" }, { "name": "Delhi", "latitude": 28.6139391, "longitude": 77.2090212, "population": 14300000, - "Country": "India" + "Country": "India", + "Continent": "Asia", + "color": "red", + "shape": "Pentagon" }, { "name": "Jakarta", "latitude": -6.17511, "longitude": 106.8650395, "population": 14250000, - "Country": "Indonesia" + "Country": "Indonesia", + "color": "red", + "Continent": "Asia", + "shape": "Pentagon" }, { "name": "Lagos", "latitude": 6.5243793, "longitude": 3.3792057, "population": 13400000, - "Country": "Nigeria" + "Continent": "Africa", + "Country": "Nigeria", + "color": "blue", + "shape": "Rectangle" }, { "name": "Kolkata", "latitude": 22.572646, "longitude": 88.363895, "population": 12700000, - "Country": "India" + "Country": "India", + "Continent": "Asia", + "color": "red", + "shape": "Pentagon" }, { "name": "Cairo", "latitude": 30.0444196, "longitude": 31.2357116, "population": 12200000, - "Country": "Egypt" + "Country": "Egypt", + "Continent": "Africa", + "color": "blue", + "shape": "Rectangle" }, { "name": "Los Angeles", "latitude": 34.0522265, "longitude": -118.2436596, "population": 11789000, - "Country": "United States" + "Continent": "North America", + "Country": "United States", + "color": "green", + "shape": "Diamond" }, { "name": "Buenos Aires", "latitude": -34.6036844, "longitude": -58.3815591, "population": 11200000, - "Country": "Argentina" + "Country": "Argentina", + "color": "orange", + "Continent": "South America", + "shape": "InvertedTriangle" }, { "name": "Rio de Janeiro", "latitude": -22.9068467, "longitude": -43.1728965, "population": 10800000, - "Country": "Brazil" + "Country": "Brazil", + "color": "orange", + "Continent": "South America", + "shape": "InvertedTriangle" }, { "name": "Moscow", "latitude": 55.755826, "longitude": 37.6173, "population": 10500000, - "Country": "Russia" + "Country": "Russia", + "color": "yellow", + "Continent": "Europe", + "shape": "Triangle" }, { "name": "Shanghai", "latitude": 31.2303904, "longitude": 121.4737021, "population": 10000000, - "Country": "China" + "Country": "China", + "color": "red", + "Continent": "Asia", + "shape": "Pentagon" }, { "name": "Karachi", "latitude": 25.0700428, "longitude": 67.2847875, "population": 9800000, - "Country": "Pakistan" + "Country": "Pakistan", + "color": "red", + "Continent": "Asia", + "shape": "Pentagon" }, { "name": "Paris", "latitude": 48.856614, "longitude": 2.3522219, "population": 9645000, - "Country": "France" + "Country": "France", + "color": "yellow", + "Continent": "Europe", + "shape": "Triangle" }, { "name": "Istanbul", "latitude": 41.0082376, "longitude": 28.9783589, "population": 9000000, - "Country": "Istanbul" + "Country": "Istanbul", + "color": "yellow", + "Continent": "Europe", + "shape": "Triangle" }, { "name": "Nagoya", "latitude": 35.1814464, "longitude": 136.906398, "population": 9000000, - "Country": "Japan" + "Country": "Japan", + "color": "red", + "Continent": "Asia", + "shape": "Pentagon" }, { "name": "Beijing", "latitude": 39.9041999, "longitude": 116.4073963, "population": 8614000, - "Country": "China" + "Country": "China", + "color": "red", + "Continent": "Asia", + "shape": "Pentagon" }, { "name": "Chicago", "latitude": 41.8781136, "longitude": -87.6297982, "population": 8308000, - "Country": "United States" + "Country": "United States", + "color": "green", + "Continent": "North America", + "shape": "Diamond" }, { "name": "London", "latitude": 51.5073509, "longitude": -0.1277583, "population": 8278000, - "Country": "United Kingdom" + "Country": "United Kingdom", + "color": "yellow", + "Continent": "Europe", + "shape": "Triangle" } ] } \ No newline at end of file diff --git a/src/maps/marker-stack.json b/src/maps/marker-stack.json index a735ddfc..225053ad 100644 --- a/src/maps/marker-stack.json +++ b/src/maps/marker-stack.json @@ -1 +1 @@ -{"map-data/top-location.json":"{\r\n \"topPopulation\":[\r\n {\r\n \"name\": \"Tokyo\",\r\n \"latitude\": 35.6894875,\r\n \"longitude\": 139.6917064,\r\n \"population\": 33200000,\r\n \"Country\": \"Japan\"\r\n },\r\n {\r\n \"name\": \"New York\",\r\n \"latitude\": 40.7127753,\r\n \"longitude\": -74.0059728,\r\n \"population\": 17800000,\r\n \"Country\": \"United States\" \r\n },\r\n {\r\n \"name\": \"Sao Paulo\",\r\n \"latitude\": -23.5505199,\r\n \"longitude\": -46.6333094,\r\n \"population\": 17700000,\r\n \"Country\": \"Brazil\"\r\n },\r\n {\r\n \"name\": \"Seoul/Incheon\",\r\n \"latitude\": 37.566535,\r\n \"longitude\": 126.9779692,\r\n \"population\": 17500000,\r\n \"Country\": \"South Korea\" \r\n },\r\n {\r\n \"name\": \"Mexico City\",\r\n \"latitude\": 19.2464696,\r\n \"longitude\": -99.1013498,\r\n \"population\": 17400000,\r\n \"Country\": \"Mexico\"\r\n },\r\n {\r\n \"name\": \"Osaka/Kobe/Kyoto\",\r\n \"latitude\": 35.0212466,\r\n \"longitude\": 135.7555968,\r\n \"population\": 16425000,\r\n \"Country\": \"Japan\"\r\n },\r\n {\r\n \"name\": \"Manila\",\r\n \"latitude\": 14.5995124,\r\n \"longitude\": 120.9842195,\r\n \"population\": 14750000,\r\n \"Country\": \"Philippines\"\r\n },\r\n {\r\n \"name\": \"Mumbai\",\r\n \"latitude\": 19.0759837,\r\n \"longitude\": 72.8776559,\r\n \"population\": 14350000,\r\n \"Country\": \"India\"\r\n },\r\n {\r\n \"name\": \"Delhi\",\r\n \"latitude\": 28.6139391,\r\n \"longitude\": 77.2090212,\r\n \"population\": 14300000,\r\n \"Country\": \"India\"\r\n },\r\n {\r\n \"name\": \"Jakarta\",\r\n \"latitude\": -6.17511,\r\n \"longitude\": 106.8650395,\r\n \"population\": 14250000,\r\n \"Country\": \"Indonesia\"\r\n },\r\n {\r\n \"name\": \"Lagos\",\r\n \"latitude\": 6.5243793,\r\n \"longitude\": 3.3792057,\r\n \"population\": 13400000,\r\n \"Country\": \"Nigeria\"\r\n },\r\n {\r\n \"name\": \"Kolkata\",\r\n \"latitude\": 22.572646,\r\n \"longitude\": 88.363895,\r\n \"population\": 12700000,\r\n \"Country\": \"India\"\r\n },\r\n {\r\n \"name\": \"Cairo\",\r\n \"latitude\": 30.0444196,\r\n \"longitude\": 31.2357116,\r\n \"population\": 12200000,\r\n \"Country\": \"Egypt\"\r\n },\r\n {\r\n \"name\": \"Los Angeles\",\r\n \"latitude\": 34.0522265,\r\n \"longitude\": -118.2436596,\r\n \"population\": 11789000,\r\n \"Country\": \"United States\"\r\n },\r\n {\r\n \"name\": \"Buenos Aires\",\r\n \"latitude\": -34.6036844,\r\n \"longitude\": -58.3815591,\r\n \"population\": 11200000,\r\n \"Country\": \"Argentina\"\r\n },\r\n {\r\n \"name\": \"Rio de Janeiro\",\r\n \"latitude\": -22.9068467,\r\n \"longitude\": -43.1728965,\r\n \"population\": 10800000,\r\n \"Country\": \"Brazil\"\r\n },\r\n {\r\n \"name\": \"Moscow\",\r\n \"latitude\": 55.755826,\r\n \"longitude\": 37.6173,\r\n \"population\": 10500000,\r\n \"Country\": \"Russia\"\r\n },\r\n {\r\n \"name\": \"Shanghai\",\r\n \"latitude\": 31.2303904,\r\n \"longitude\": 121.4737021,\r\n \"population\": 10000000,\r\n \"Country\": \"China\"\r\n },\r\n {\r\n \"name\": \"Karachi\",\r\n \"latitude\": 25.0700428,\r\n \"longitude\": 67.2847875,\r\n \"population\": 9800000,\r\n \"Country\": \"Pakistan\"\r\n },\r\n {\r\n \"name\": \"Paris\",\r\n \"latitude\": 48.856614,\r\n \"longitude\": 2.3522219,\r\n \"population\": 9645000,\r\n \"Country\": \"France\"\r\n },\r\n {\r\n \"name\": \"Istanbul\",\r\n \"latitude\": 41.0082376,\r\n \"longitude\": 28.9783589,\r\n \"population\": 9000000,\r\n \"Country\": \"Istanbul\"\r\n },\r\n {\r\n \"name\": \"Nagoya\",\r\n \"latitude\": 35.1814464,\r\n \"longitude\": 136.906398,\r\n \"population\": 9000000,\r\n \"Country\": \"Japan\"\r\n },\r\n {\r\n \"name\": \"Beijing\",\r\n \"latitude\": 39.9041999,\r\n \"longitude\": 116.4073963,\r\n \"population\": 8614000,\r\n \"Country\": \"China\"\r\n },\r\n {\r\n \"name\": \"Chicago\",\r\n \"latitude\": 41.8781136,\r\n \"longitude\": -87.6297982,\r\n \"population\": 8308000,\r\n \"Country\": \"United States\"\r\n },\r\n {\r\n \"name\": \"London\",\r\n \"latitude\": 51.5073509,\r\n \"longitude\": -0.1277583,\r\n \"population\": 8278000,\r\n \"Country\": \"United Kingdom\"\r\n }\r\n ]\r\n}","index.html":"\n\n \n\n
      \n
      \n
      \n \n
      Source:\n www.citymayors.com\n
      \n
      \n\n
      \n
      \n
      \n
      \n ${name} \n
      \n
      \n
      \n
      \n Country : ${Country}\n
      \n
      \n Population : ${population}\n
      \n
      \n \n
      \n\n \n \n \n
      ","index.ts":"{{ripple}}/**\r\n * Marker sample\r\n */\r\nimport { Maps, Marker, MapsTooltip, ILoadEventArgs, MapsTheme, MapAjax } from '@syncfusion/ej2-maps';\r\nimport * as dataSource from './map-data/top-location.json';\r\nlet data: any = dataSource as any;\r\nMaps.Inject(Marker, MapsTooltip);\r\n\r\n/**\r\n * Code for Maps\r\n */\r\n\r\n\r\n let maps: Maps = new Maps({\r\n\r\n useGroupingSeparator: true,\r\n format: 'n',\r\n zoomSettings: {\r\n enable: false\r\n },\r\n titleSettings: {\r\n text: 'Top 25 populated cities in the world',\r\n textStyle: {\r\n size: '16px'\r\n }\r\n },\r\n layers: [\r\n {\r\n shapeData: new MapAjax('//npmci.syncfusion.com/development/demos/src/maps/map-data/world-map.json'),\r\n shapeSettings: {\r\n fill: '#C3E6ED'\r\n },\r\n markerSettings: [\r\n {\r\n dataSource: data.topPopulation,\r\n visible: true,\r\n animationDuration: 0,\r\n shape: 'Circle',\r\n fill: 'white',\r\n width: 3,\r\n border: { width: 2, color: '#285255' },\r\n tooltipSettings: {\r\n template: '#template',\r\n visible: true,\r\n valuePath: 'population',\r\n }\r\n },\r\n ]\r\n }\r\n ]\r\n });\r\n maps.appendTo('#container');\r\n"} \ No newline at end of file +{"map-data/top-location.json":"{\r\n \"topPopulation\":[\r\n {\r\n \"name\": \"Tokyo\",\r\n \"latitude\": 35.6894875,\r\n \"longitude\": 139.6917064,\r\n \"population\": 33200000,\r\n \"Country\": \"Japan\",\r\n \"Continent\": \"Asia\",\r\n \"color\": \"red\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"New York\",\r\n \"latitude\": 40.7127753,\r\n \"longitude\": -74.0059728,\r\n \"population\": 17800000,\r\n \"Country\": \"United States\",\r\n \"Continent\": \"North America\",\r\n \"color\": \"green\",\r\n \"shape\": \"Diamond\"\r\n },\r\n {\r\n \"name\": \"Sao Paulo\",\r\n \"latitude\": -23.5505199,\r\n \"longitude\": -46.6333094,\r\n \"population\": 17700000,\r\n \"Country\": \"Brazil\",\r\n \"Continent\": \"South America\",\r\n \"color\": \"orange\",\r\n \"shape\": \"InvertedTriangle\"\r\n },\r\n {\r\n \"name\": \"Seoul/Incheon\",\r\n \"latitude\": 37.566535,\r\n \"longitude\": 126.9779692,\r\n \"population\": 17500000,\r\n \"Country\": \"South Korea\",\r\n \"Continent\": \"Asia\",\r\n \"color\": \"red\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Mexico City\",\r\n \"latitude\": 19.2464696,\r\n \"longitude\": -99.1013498,\r\n \"population\": 17400000,\r\n \"Country\": \"Mexico\",\r\n \"Continent\": \"North America\",\r\n \"color\": \"green\",\r\n \"shape\": \"Diamond\"\r\n },\r\n {\r\n \"name\": \"Osaka/Kobe/Kyoto\",\r\n \"latitude\": 35.0212466,\r\n \"longitude\": 135.7555968,\r\n \"population\": 16425000,\r\n \"Country\": \"Japan\",\r\n \"Continent\": \"Asia\",\r\n \"color\": \"red\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Manila\",\r\n \"latitude\": 14.5995124,\r\n \"longitude\": 120.9842195,\r\n \"population\": 14750000,\r\n \"Country\": \"Philippines\",\r\n \"Continent\": \"Asia\",\r\n \"color\": \"red\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Mumbai\",\r\n \"latitude\": 19.0759837,\r\n \"longitude\": 72.8776559,\r\n \"population\": 14350000,\r\n \"Country\": \"India\",\r\n \"Continent\": \"Asia\",\r\n \"color\": \"red\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Delhi\",\r\n \"latitude\": 28.6139391,\r\n \"longitude\": 77.2090212,\r\n \"population\": 14300000,\r\n \"Country\": \"India\",\r\n \"Continent\": \"Asia\",\r\n \"color\": \"red\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Jakarta\",\r\n \"latitude\": -6.17511,\r\n \"longitude\": 106.8650395,\r\n \"population\": 14250000,\r\n \"Country\": \"Indonesia\",\r\n \"color\": \"red\",\r\n \"Continent\": \"Asia\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Lagos\",\r\n \"latitude\": 6.5243793,\r\n \"longitude\": 3.3792057,\r\n \"population\": 13400000,\r\n \"Continent\": \"Africa\",\r\n \"Country\": \"Nigeria\",\r\n \"color\": \"blue\",\r\n \"shape\": \"Rectangle\"\r\n },\r\n {\r\n \"name\": \"Kolkata\",\r\n \"latitude\": 22.572646,\r\n \"longitude\": 88.363895,\r\n \"population\": 12700000,\r\n \"Country\": \"India\",\r\n \"Continent\": \"Asia\",\r\n \"color\": \"red\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Cairo\",\r\n \"latitude\": 30.0444196,\r\n \"longitude\": 31.2357116,\r\n \"population\": 12200000,\r\n \"Country\": \"Egypt\",\r\n \"Continent\": \"Africa\",\r\n \"color\": \"blue\",\r\n \"shape\": \"Rectangle\"\r\n },\r\n {\r\n \"name\": \"Los Angeles\",\r\n \"latitude\": 34.0522265,\r\n \"longitude\": -118.2436596,\r\n \"population\": 11789000,\r\n \"Continent\": \"North America\",\r\n \"Country\": \"United States\",\r\n \"color\": \"green\",\r\n \"shape\": \"Diamond\"\r\n },\r\n {\r\n \"name\": \"Buenos Aires\",\r\n \"latitude\": -34.6036844,\r\n \"longitude\": -58.3815591,\r\n \"population\": 11200000,\r\n \"Country\": \"Argentina\",\r\n \"color\": \"orange\",\r\n \"Continent\": \"South America\",\r\n \"shape\": \"InvertedTriangle\"\r\n },\r\n {\r\n \"name\": \"Rio de Janeiro\",\r\n \"latitude\": -22.9068467,\r\n \"longitude\": -43.1728965,\r\n \"population\": 10800000,\r\n \"Country\": \"Brazil\",\r\n \"color\": \"orange\",\r\n \"Continent\": \"South America\",\r\n \"shape\": \"InvertedTriangle\"\r\n },\r\n {\r\n \"name\": \"Moscow\",\r\n \"latitude\": 55.755826,\r\n \"longitude\": 37.6173,\r\n \"population\": 10500000,\r\n \"Country\": \"Russia\",\r\n \"color\": \"yellow\",\r\n \"Continent\": \"Europe\",\r\n \"shape\": \"Triangle\"\r\n },\r\n {\r\n \"name\": \"Shanghai\",\r\n \"latitude\": 31.2303904,\r\n \"longitude\": 121.4737021,\r\n \"population\": 10000000,\r\n \"Country\": \"China\",\r\n \"color\": \"red\",\r\n \"Continent\": \"Asia\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Karachi\",\r\n \"latitude\": 25.0700428,\r\n \"longitude\": 67.2847875,\r\n \"population\": 9800000,\r\n \"Country\": \"Pakistan\",\r\n \"color\": \"red\",\r\n \"Continent\": \"Asia\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Paris\",\r\n \"latitude\": 48.856614,\r\n \"longitude\": 2.3522219,\r\n \"population\": 9645000,\r\n \"Country\": \"France\",\r\n \"color\": \"yellow\",\r\n \"Continent\": \"Europe\",\r\n \"shape\": \"Triangle\"\r\n },\r\n {\r\n \"name\": \"Istanbul\",\r\n \"latitude\": 41.0082376,\r\n \"longitude\": 28.9783589,\r\n \"population\": 9000000,\r\n \"Country\": \"Istanbul\",\r\n \"color\": \"yellow\",\r\n \"Continent\": \"Europe\",\r\n \"shape\": \"Triangle\"\r\n },\r\n {\r\n \"name\": \"Nagoya\",\r\n \"latitude\": 35.1814464,\r\n \"longitude\": 136.906398,\r\n \"population\": 9000000,\r\n \"Country\": \"Japan\",\r\n \"color\": \"red\",\r\n \"Continent\": \"Asia\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Beijing\",\r\n \"latitude\": 39.9041999,\r\n \"longitude\": 116.4073963,\r\n \"population\": 8614000,\r\n \"Country\": \"China\",\r\n \"color\": \"red\",\r\n \"Continent\": \"Asia\",\r\n \"shape\": \"Pentagon\"\r\n },\r\n {\r\n \"name\": \"Chicago\",\r\n \"latitude\": 41.8781136,\r\n \"longitude\": -87.6297982,\r\n \"population\": 8308000,\r\n \"Country\": \"United States\",\r\n \"color\": \"green\",\r\n \"Continent\": \"North America\",\r\n \"shape\": \"Diamond\"\r\n },\r\n {\r\n \"name\": \"London\",\r\n \"latitude\": 51.5073509,\r\n \"longitude\": -0.1277583,\r\n \"population\": 8278000,\r\n \"Country\": \"United Kingdom\",\r\n \"color\": \"yellow\",\r\n \"Continent\": \"Europe\",\r\n \"shape\": \"Triangle\"\r\n }\r\n ]\r\n}","index.html":"\n\n \n\n
      \n
      \n
      \n
      \n \n
      Source:\n www.citymayors.com\n
      \n
      \n
      \n\n
      \n \n \n \n \n \n \n \n \n \n \n \n
      \n
      Bind markers shape from data source\n
      \n
      \n
      \n \n
      \n
      \n
      Bind markers color from data source\n
      \n
      \n
      \n \n
      \n
      \n
      \n\n
      \n
      \n
      \n
      \n ${name}\n
      \n
      \n
      \n
      \n Country : ${Country}\n
      \n
      \n Continent : ${Continent}\n
      \n
      \n Population : ${population}\n
      \n
      \n\n
      \n\n\n\n\n
      ","index.ts":"{{ripple}}/**\r\n * Marker sample\r\n */\r\nimport { Maps, Marker, MapsTooltip, ILoadEventArgs, MapsTheme, MapAjax } from '@syncfusion/ej2-maps';\r\nimport * as dataSource from './map-data/top-location.json';\r\nimport { CheckBox, ChangeEventArgs as CheckBoxChangeEvents } from '@syncfusion/ej2-buttons';\r\nimport { EmitType } from '@syncfusion/ej2-base';\r\nlet data: any = dataSource as any;\r\nMaps.Inject(Marker, MapsTooltip);\r\n\r\n/**\r\n * Code for Maps\r\n */\r\n\r\n\r\n let maps: Maps = new Maps({\r\n\r\n useGroupingSeparator: true,\r\n format: 'n',\r\n zoomSettings: {\r\n enable: false\r\n },\r\n titleSettings: {\r\n text: 'Top 25 populated cities in the world',\r\n textStyle: {\r\n size: '16px'\r\n }\r\n },\r\n layers: [\r\n {\r\n shapeData: new MapAjax('//npmci.syncfusion.com/development/demos/src/maps/map-data/world-map.json'),\r\n shapeSettings: {\r\n fill: '#C3E6ED'\r\n },\r\n markerSettings: [\r\n {\r\n dataSource: data.topPopulation,\r\n visible: true,\r\n animationDuration: 0,\r\n shape: 'Circle',\r\n fill: 'white',\r\n width: 10,\r\n border: { width: 2, color: '#285255' },\r\n tooltipSettings: {\r\n template: '#template',\r\n visible: true,\r\n valuePath: 'population',\r\n }\r\n },\r\n ]\r\n }\r\n ]\r\n });\r\n maps.appendTo('#container');\r\n\r\n let markerShape: EmitType;\r\n let markerShapeCheckBox: CheckBox = new CheckBox(\r\n {\r\n change: markerShape, checked: false\r\n },\r\n '#shape');\r\n markerShapeCheckBox.change = markerShape = (e: CheckBoxChangeEvents) => {\r\n if (e.checked) {\r\n maps.layers[0].markerSettings[0].shapeValuePath = 'shape';\r\n } else {\r\n maps.layers[0].markerSettings[0].shapeValuePath = null;\r\n }\r\n };\r\n let markerColor: EmitType;\r\n let markerColorCheckBox: CheckBox = new CheckBox(\r\n {\r\n change: markerColor, checked: false\r\n },\r\n '#color');\r\n markerColorCheckBox.change = markerColor = (e: CheckBoxChangeEvents) => {\r\n if (e.checked) {\r\n maps.layers[0].markerSettings[0].colorValuePath = 'color';\r\n } else {\r\n maps.layers[0].markerSettings[0].colorValuePath = null;\r\n }\r\n };\r\n"} \ No newline at end of file diff --git a/src/maps/marker.html b/src/maps/marker.html index dccd18cd..3aa9a0a1 100644 --- a/src/maps/marker.html +++ b/src/maps/marker.html @@ -1,68 +1,109 @@ -
      -
      - -
      Source: - www.citymayors.com -
      +
      +
      +
      + +
      Source: + www.citymayors.com +
      +
      - -

    Injecting Module

    The above features built as modules have to be included in your application. For example, to use image and link, inject the specific module using RichTextEditor.Inject (Toolbar, Link, Image, Count, HtmlEditor, QuickToolbar, Table).

    @@ -101,4 +102,13 @@ .sb-header.e-view.hide-header { display: none; } + + .e-richtexteditor .e-rte-content .e-content pre { + padding: 10px; + background: #F4F5F7; + } + .highcontrast .e-richtexteditor .e-rte-content .e-content pre { + padding: 10px; + background: #303030; + } \ No newline at end of file diff --git a/src/schedule/sample.json b/src/schedule/sample.json index bebcf986..4e64f6a2 100644 --- a/src/schedule/sample.json +++ b/src/schedule/sample.json @@ -3,12 +3,11 @@ "directory": "schedule", "category": "Calendars", "ftName": "scheduler", - "type": "update", "samples": [{ "url": "default", "name": "Default Functionalities", "category": "Scheduler", - "description": "This example for Essential JS2 Scheduler control shows how the flat Scheduler looks like with its default set of minimal configurations in TypeScript platform.", + "description": "This demo shows how the Scheduler control functionalities work with the default set of minimal configurations in a JavaScript application.", "api": { "Schedule": [ "height", @@ -21,7 +20,7 @@ "url": "local-data", "name": "Local Data", "category": "Data Binding", - "description": "This example for Essential JS2 Scheduler control shows the way of binding an array of JavaScript objects (local JSON datasource) in Typescript platform.", + "description": "This demo shows how to populate appointments in the JavaScript Scheduler through local data sources like JSON data types with the proper date format.", "api": { "Schedule": [ "eventSettings", @@ -33,7 +32,7 @@ "url": "remote-data", "name": "Remote Data", "category": "Data Binding", - "description": "This example for Essential JS2 Scheduler control shows the way of binding remote services by using the DataManager in TypeScript platform.", + "description": "This demo shows how to populate appointments or events in the JS Scheduler through remote data sources such as web services, web API, URL, and OData.", "api": { "Schedule": [ "eventSettings", @@ -45,7 +44,7 @@ "url": "calendar-integration", "name": "Sync Google Calendar", "category": "Data Binding", - "description": "This example illustrates how to integrate the Google Calendar events into HTML5 JavaScript Scheduler.", + "description": "This example shows how to synchronously work with JavaScript Scheduler and Google Calendar by converting Scheduler events to the required format.", "api": { "Schedule": [ "eventSettings", @@ -58,7 +57,7 @@ "url": "recurrence-events", "name": "Recurring Events", "category": "Appointments", - "description": "This example for Essential JS2 Scheduler control shows the scheduler with recurring meetings handled on a regular pattern.", + "description": "This demo shows how to define recurring events (appointments) with different patterns and rules that meet iCalendar specifications in the JS Scheduler.", "api": { "Schedule": [ "width", @@ -73,7 +72,7 @@ "url": "block-events", "name": "Blocking Dates and Time", "category": "Appointments", - "description": "This example demonstrates how to block specific days or time intervals on HTML5 JavaScript Scheduler.", + "description": "This example shows how to block specific days or time intervals on the JS Scheduler that helps to mark unavailable time or days in Calendar.", "api": { "Schedule": [ "width", @@ -88,7 +87,7 @@ "url": "search-events", "name": "Search Events", "category": "Appointments", - "description": "This example showcases how to search the events of HTML5 JavaScript Scheduler based on specific field criteria.", + "description": "This example shows how to filter the appointments or events of the JS Scheduler based on a search string in a particular field or all fields.", "api": { "Schedule": [ "width", @@ -103,7 +102,7 @@ "url": "timezone", "name": "Timezone", "category": "Appointments", - "description": "This example for Essential JS2 Scheduler control shows how the events are displayed in different timings as per the selected timezone.", + "description": "This demo shows how the JavaScript Scheduler works with different time zones. The events in the Scheduler automatically adapt to the selected time zone.", "api": { "Schedule": [ "timezone", @@ -117,7 +116,7 @@ "url": "external-drag-drop", "name": "External Drag and Drop", "category": "Appointments", - "description": "This example shows how to drag and drop the events from an external source into HTML5 JavaScript scheduler.", + "description": "This demo shows the ability to drag and drop appointments from an external source (such as the DataGrid, ListView, etc.) into the JavaScript Scheduler.", "api": { "Schedule": [ "currentView", @@ -137,7 +136,7 @@ "name": "Virtual Scrolling ", "category": "Scrolling", "hideOnDevice": true, - "description": "This example illustrates how to enable the virtual loading of resources and its events in JavaScript Scheduler.", + "description": "This example illustrates how to achieve high performance in the JavaScript Scheduler using virtual scrolling to load resources and events on demand.", "api": { "Schedule": [ "views", @@ -151,7 +150,7 @@ "url": "views", "name": "Basic Views", "category": "Views", - "description": "This example for Essential JS2 Scheduler control shows the usage of basic views such as Day, Week, Work Week and Month.", + "description": "This example demonstrates the basic views (day, week, workweek, and month) of the JavaScript Scheduler control with their default configurations.", "api": { "Schedule": [ "currentView", @@ -165,7 +164,7 @@ "url": "timeline", "name": "Timeline Views", "category": "Views", - "description": "This example for Essential JS2 Scheduler control shows how the timeline scheduler looks like with its default set of configurations.", + "description": "This example presents timeline views (day, week, workweek, and month) of the JavaScript Scheduler with their default configurations.", "api": { "Schedule": [ "height", @@ -178,7 +177,7 @@ "url": "agenda", "name": "Agenda View", "category": "Views", - "description": "This example for Essential JS2 Scheduler control shows the agenda view and the configurations available in it.", + "description": "This demo shows the agenda view of the JS Schedule that displays events as a list with virtual scrolling, with a number of initially loaded days.", "api": { "Schedule": [ "agendaDaysCount", @@ -194,7 +193,7 @@ "url": "month-agenda", "name": "Month Agenda View", "category": "Views", - "description": "This example for Essential JS2 Scheduler control shows the layout of Month Agenda view and how it works.", + "description": "This demo presents the JavaScript Scheduler month-agenda view, which follows the month-view layout while displaying events for a selected date.", "api": { "Schedule": [ "currentView", @@ -208,8 +207,7 @@ "url": "year", "name": "Year View", "category": "Views", - "type": "new", - "description": "This example for Essential JS2 Scheduler control shows the layout of Horizontal and Vertical Year views and how it works.", + "description": "This example presents a year view of the JS Scheduler that displays appointments or events for an entire year with a horizontal or vertical layout.", "api": { "Schedule": [ "views", @@ -221,7 +219,7 @@ "url": "views-configuration", "name": "Individual View Settings", "category": "Views", - "description": "This example for Essential JS2 Scheduler control shows how to customize each of the view with specific configurations.", + "description": "This demo shows how to configure different settings for each view in the JS Scheduler, like applying event templates to the month view alone.", "api": { "Schedule": [ "currentView", @@ -235,7 +233,7 @@ "url": "extended-views", "name": "View Intervals", "category": "Views", - "description": "This example for Essential JS2 Scheduler control shows how to display n number of days, weeks and months on a single view.", + "description": "This demo shows how to design own custom views like 3 days, 2 weeks, 4 months apart from the default day, work week, month in JS Event Scheduler.", "api": { "Schedule": [ "currentView", @@ -249,7 +247,7 @@ "url": "timeline-resources", "name": "Room Scheduler", "category": "Multiple Resources", - "description": "This example for Essential JS2 Scheduler control shows how to design the room scheduling calendar and manage the events booked on a particular time interval.", + "description": "This demo shows how to design a meeting room calendar, conference room calendar, and cabin room manager using our JavaScript event calendar control.", "api": { "Schedule": [ "currentView", @@ -264,7 +262,7 @@ "url": "resources", "name": "Fare Calendar", "category": "Multiple Resources", - "description": "This example for Essential JS2 Scheduler control shows how to customize the scheduler to showcase it as an Airfare calendar.", + "description": "This demo is a real-time airfare calendar showcase application with flight and airfare details using the JavaScript Scheduler control.", "api": { "Schedule": [ "currentView", @@ -278,7 +276,7 @@ "url": "resource", "name": "Resources", "category": "Multiple Resources", - "description": "This example depicts how to show or hide the resource events on JavaScript Scheduler based on the resource selection.", + "description": "This JavaScript Scheduler control example depicts how to show or hide appointments or events based on selected resources among multiple resources.", "api": { "Schedule": [ "width", @@ -293,7 +291,7 @@ "url": "group-editing", "name": "Shared Events", "category": "Multiple Resources", - "description": "This example for Essential JS2 Scheduler control shows the usage of single event that are shared by multiple resources.", + "description": "This demo presents event (appointment) sharing, which enables a single event to be shared by multiple resources in the JS Scheduler event calendar.", "api": { "Schedule": [ "resourceHeaderTemplate", @@ -307,7 +305,7 @@ "url": "group-custom-work-days", "name": "Different Work Days", "category": "Multiple Resources", - "description": "This example for Essential JS2 Scheduler control shows how to set different working days for each of the resources.", + "description": "This demo shows how to set different workdays for each resource in a group to build a doctor availability application in the JS event calendar.", "api": { "Schedule": [ "resourceHeaderTemplate", @@ -321,7 +319,7 @@ "url": "add-remove-resources", "name": "Show/Hide Resources", "category": "Multiple Resources", - "description": "This example for Essential JS2 Scheduler control shows how to dynamically add or remove the resources to and from the scheduler layout.", + "description": "This demo shows how to dynamically add or remove resources from the JavaScript Scheduler layout along with their appointments (events).", "api": { "Schedule": [ "currentView", @@ -335,7 +333,7 @@ "url": "adaptive-rows", "name": "Row Auto Height", "category": "Multiple Resources", - "description": "This example showcases how the work cells of Essential JS2 Scheduler auto adjusts its height based on the exceeding appointment count.", + "description": "This demo shows how the work cells of the JS Scheduler adjust their height automatically based on the number of events present in those time ranges.", "api": { "Schedule": [ "rowAutoHeight", @@ -350,7 +348,7 @@ "url": "resource-grouping", "name": "Horizontal Grouping", "category": "Resource Grouping", - "description": "This example for Essential JS2 Scheduler control shows how the calendars of multiple resources are grouped in default view layouts.", + "description": "This demo shows how to group multiple resources (e.g., airlines) in the JS Scheduler. The resource header can be customized using a template.", "api": { "Schedule": [ "resourceHeaderTemplate", @@ -364,7 +362,7 @@ "url": "timeline-resource-grouping", "name": "Timeline Grouping", "category": "Resource Grouping", - "description": "This example for Essential JS2 Scheduler control shows how the calendars of multiple resources are grouped in timeline view layouts.", + "description": "This demo shows how to group multiple resources with timeline views in the JS Schedule and how to display resources with expanded and collapsed headers.", "api": { "Schedule": [ "group", @@ -377,7 +375,7 @@ "url": "group-by-date", "name": "Date-wise Grouping ", "category": "Resource Grouping", - "description": "This example demonstrates how the resources of Essential JS2 Scheduler control are grouped based on dates.", + "description": "This demo shows how to group multiple resources by date in the JS Scheduler. The resource row is rendered under each date in the header.", "api": { "Schedule": [ "group", @@ -390,7 +388,7 @@ "url": "group-by-child", "name": "Hierarchical Grouping ", "category": "Resource Grouping", - "description": "This example for Essential JS2 Scheduler control shows how to group the child level resources against each of the parent level resources.", + "description": "This demo shows how to group resources in a hierarchical structure for parent-child resources in the JavaScript Scheduler control.", "api": { "Schedule": [ "startHour", @@ -405,7 +403,7 @@ "url": "cell-template", "name": "Cell", "category": "Templates", - "description": "This example for Essential JS2 Scheduler control shows how to customize the background of the specific cells using cell template option.", + "description": "This demo shows how to customize the default appearance of work cells with images, links, and coloring styles using cell templates in the JS Scheduler.", "api": { "Schedule": [ "width", @@ -421,7 +419,7 @@ "url": "date-header-template", "name": "Date Header", "category": "Templates", - "description": "This example for Essential JS2 Scheduler control shows how to customize the date header cells using the template option.", + "description": "This demo shows how to customize the default appearance of date header cells with images and links using the template option in the JS Scheduler.", "api": { "Schedule": [ "cssClass", @@ -436,7 +434,7 @@ "url": "event-template", "name": "Events", "category": "Templates", - "description": "This example for Essential JS2 Scheduler control shows how to customize the appearance of events using event template option.", + "description": "This demo shows how to customize the look and feel of appointments (events) in the JS Shceduler with images and links by using an event template.", "api": { "Schedule": [ "width", @@ -452,7 +450,7 @@ "url": "tooltip", "name": "Tooltip", "category": "Templates", - "description": "This example for Essential JS2 Scheduler control shows how to display tooltip over events as well as the way to customize it using template option.", + "description": "This demo shows how to enable tooltips (popovers) in JavaScript Scheduler appointments (events) and customize them using a tooltip template.", "api": { "Schedule": [ "width", @@ -466,7 +464,7 @@ "url": "editor-validation", "name": "Field Validation", "category": "Editor Window", - "description": "This example for Essential JS2 Scheduler control shows the way of adding default and custom validation rules to the editor fields of scheduler.", + "description": "This demo covers the Appointment field validation that adds default and custom validation rules to the editor fields of the JavaScript Scheduler.", "api": { "Schedule": [ "width", @@ -480,7 +478,7 @@ "url": "editor-custom-field", "name": "Additional Fields", "category": "Editor Window", - "description": "This example for Essential JS2 Scheduler control shows how to add additional fields to the default editor window.", + "description": "This demo shows how to customize appointment editor (event window) with additional fields using pop-up open events in the JavaScript event calendar.", "api": { "Schedule": [ "selectedDate", @@ -493,7 +491,7 @@ "url": "editor-template", "name": "Editor Template", "category": "Editor Window", - "description": "This example for Essential JS2 Scheduler control shows the way of customizing the default editor window with custom template design.", + "description": "This demo shows how to design custom appointment (event) editor windows by adding or removing fields from the JavaScript Scheduler appointment window.", "api": { "Schedule": [ "editorTemplate", @@ -508,7 +506,7 @@ "url": "header-rows", "name": "Header Rows", "category": "Customization", - "description": "This example for Essential JS2 Scheduler control shows how to display the additional header rows on timeline view.", + "description": "This demo shows how to include additional header rows like week number and month number on the timeline view in the JS event calendar.", "api": { "Schedule": [ "height", @@ -522,7 +520,7 @@ "url": "time-scale", "name": "Timescale", "category": "Customization", - "description": "This example for Essential JS2 Scheduler control shows how to customize the grid lines of scheduler with different duration and count", + "description": "This demo shows how to customize the default timescale with interval, show/hide gridlines, slots count, and template in JavaScript Scheduler.", "api": { "Schedule": [ "height", @@ -536,7 +534,7 @@ "url": "context-menu", "name": "Context Menu", "category": "Customization", - "description": "This example shows how to enable the context menu on HTML5 JavaScript Scheduler and perform the related actions using menu options.", + "description": "This example shows how to integrate the context menu within the JavaScript Scheduler and control the related functionalities using menu options.", "api": { "Schedule": [ "width", @@ -550,7 +548,7 @@ "url": "header-bar", "name": "Header Bar", "category": "Customization", - "description": "This example for Essential JS2 Scheduler control shows the way of adding custom items onto the scheduler header bar.", + "description": "This demo shows how to use templating to customize the header bar of the JavaScript Scheduler with images, links, styles, and other UI controls.", "api": { "Schedule": [ "width", @@ -566,7 +564,7 @@ "url": "scroll-to", "name": "Scroll Time", "category": "Customization", - "description": "This example for Essential JS2 Scheduler control shows the way of manually scrolling to specific time on scheduler.", + "description": "This example demonstrates how to scroll to a specific time programmatically based on the selected time in the JavaScript Scheduler control.", "api": { "Schedule": [ "width", @@ -581,7 +579,7 @@ "url": "work-days", "name": "Work Days", "category": "Customization", - "description": "This example for Essential JS2 Scheduler control showcases how to set customized working days as well as first day of a week on scheduler.", + "description": "This demo shows how to customize the workdays and the first day of the week to fit different work schedules in the JavaScript Scheduler.", "api": { "Schedule": [ "workDays", @@ -595,7 +593,7 @@ "url": "hide-weekend", "name": "Hide Non-Working Days", "category": "Customization", - "description": "This example for Essential JS2 Scheduler control depicts the way to show or hide the non working days of a week.", + "description": "This demo shows how to show or hide weekend days in the JS Scheduler, which is similar to the workweek view, but with customizable workdays.", "api": { "Schedule": [ "showWeekend" @@ -606,7 +604,7 @@ "url": "work-hour", "name": "Work Hours", "category": "Customization", - "description": "This example for Essential JS2 Scheduler control showcases how to set the work hour range on scheduler.", + "description": "This demo shows how to customize the work hour range on the JS Scheduler calendar, allowing business hours other than 9 AM to 6 PM.", "api": { "Schedule": [ "workHours", @@ -620,7 +618,7 @@ "url": "start-end-hour", "name": "Day Hour Limit", "category": "Customization", - "description": "This example for Essential JS2 Scheduler control depicts how to restrict the start and end hours on scheduler.", + "description": "This demo shows how to limit the start and end hours in the JS Scheduler which is applicable for all views and used here to render business hours only.", "api": { "Schedule": [ "startHour", @@ -634,7 +632,7 @@ "url": "cell-dimension", "name": "Cell Dimension", "category": "Customization", - "description": "This example for Essential JS2 Scheduler control shows how to set the width and height of the cells by overriding the default CSS classes.", + "description": "This demo shows how to change the default width and height of work cells, allowing the JS Scheduler to be viewable zoomed in or zoomed out.", "api": { "Schedule": [ "cssClass", @@ -649,7 +647,7 @@ "url": "read-only-events", "name": "Read-only Events", "category": "Customization", - "description": "This example for Essential JS2 Scheduler control shows how to make specific events on the scheduler to be displayed in a read-only mode.", + "description": "This demo shows how to make specific events in the JavaScript Scheduler read-only, making them viewable but not editable by end users.", "api": { "Schedule": [ "eventSettings", @@ -665,7 +663,7 @@ "name": "Excel Exporting", "category": "Exporting", "hideOnDevice": false, - "description": "This example demonstrates how to export the Essential JS2 Scheduler events to the excel file format at client-side.", + "description": "This example demonstrates how to export JavaScript Scheduler events (appointments) to the Microsoft Excel file format on the client side.", "api": { "Schedule": [ "height", @@ -678,7 +676,7 @@ "url": "calendar-export-import", "name": "Export and Import ICS", "category": "Exporting", - "description": "This example shows how to export the Scheduler events to a calendar file, and also how to import events from an .ics file into our Essential JS2 Scheduler.", + "description": "This demo shows how to handle exporting to ICS and importing from ICS in the JS Scheduler. The ICS file must come from Google Calendar or MS Outlook.", "api": { "Schedule": [ "importICalendar", @@ -691,7 +689,7 @@ "name": "Print", "category": "Exporting", "hideOnDevice": false, - "description": "This example demonstrates how to print the Essential JS2 Scheduler element at client-side with themes enabled.", + "description": "This sample demonstrates how to print all the appointments (events) in the JavaScript Scheduler on the client side using the Print Library.", "api": { "Schedule": [ "height", @@ -704,20 +702,20 @@ "url": "recurrence-editor-generate-rule", "name": "Rule Generator", "category": "Recurrence Editor", - "description": "This example for Essential JS2 Scheduler control showcases the recurrence rule generation based on the options selected from the recurrence editor." + "description": "This demo showcases how to generate various recurrence pattern rules, such as daily, weekly, monthly, and yearly, using the Recurrence Editor." }, { "url": "recurrence-editor-populate-rule", "name": "Populate Rule", "category": "Recurrence Editor", - "description": "This example for Essential JS2 Scheduler control shows how to fill the recurrence editor fields with values based on the provided recurrence rule string." + "description": "This demo shows how to populate a predefined set of recurrence rules in the Recurrence Editor fields to help users create recurring events." }, { "url": "keyboard-interaction", "name": "Keyboard Interaction", "category": "Miscellaneous", "hideOnDevice": true, - "description": "This example for Essential JS2 Scheduler control showcases the keyboard shortcuts available on scheduler in Typescript platform.", + "description": "This demo showcases all the available keyboard shortcuts that help users perform actions using only the keyboard in the JavaScript Scheduler control.", "api": { "Schedule": [ "width", @@ -732,7 +730,7 @@ "url": "events", "name": "Events", "category": "Miscellaneous", - "description": "This example for Essential JS2 Scheduler control shows the client-side events that triggers on respective scheduler actions in Typescript platform.", + "description": "This demo lists the client-side events triggered on JavaScript Scheduler actions in the Event Tracer. The Event Tracer also includes a Clear option.", "api": { "Schedule": [ "width", diff --git a/src/skipChunk.js b/src/skipChunk.js index e694b0df..08392359 100644 --- a/src/skipChunk.js +++ b/src/skipChunk.js @@ -1 +1 @@ -window.sampleSkip = ["accordion","auto-complete","avatar","badge","barcode","button","calendar","card","chart","chips","circular-gauge","color-picker","combo-box","context-menu","dashboard-layout","datepicker","daterangepicker","datetimepicker","diagram","dialog","document-editor","drop-down-list","file-manager","form-validator","gantt","grid","heatmap","images","inplace-editor","linear-gauge","list-box","listview","maps","maskedtextbox","menu","multi-select","numerictextbox","pdfviewer","pivot-table","query-builder","range-navigator","rich-text-editor","schedule","sidebar","slider","smith-chart","sparkline","splitter","spreadsheet","stock-chart","tab","textbox","timepicker","toast","toolbar","tooltip","tree-grid","treemap","treeview","uploader"] \ No newline at end of file +window.sampleSkip = ["accordion","auto-complete","avatar","badge","barcode","bullet-chart","button","calendar","card","chart","chips","circular-gauge","color-picker","combo-box","context-menu","dashboard-layout","datepicker","daterangepicker","datetimepicker","diagram","dialog","document-editor","drop-down-list","file-manager","form-validator","gantt","grid","heatmap","images","inplace-editor","linear-gauge","list-box","listview","maps","maskedtextbox","menu","multi-select","numerictextbox","pdfviewer","pivot-table","query-builder","range-navigator","rich-text-editor","schedule","sidebar","slider","smith-chart","sparkline","splitter","spreadsheet","stock-chart","tab","textbox","timepicker","toast","toolbar","tooltip","tree-grid","treemap","treeview","uploader"] \ No newline at end of file diff --git a/src/splitter/outlook-style-layout.ts b/src/splitter/outlook-style-layout.ts index 5d798bd2..83b78dc1 100644 --- a/src/splitter/outlook-style-layout.ts +++ b/src/splitter/outlook-style-layout.ts @@ -21,7 +21,7 @@ enableRipple(true); { size: '33%', min: '23%' }, { size: '37%', min: '30%' } ], - resizeStop: onSplitterResize, + resizing: onSplitterResize, width: '100%' }); splitObj1.appendTo('#splitter1'); @@ -102,6 +102,6 @@ enableRipple(true); } function onSplitterResize(): void { - rteObj.refresh(); + rteObj.refreshUI(); } }; diff --git a/src/stock-chart/area.ts b/src/stock-chart/area.ts index 28cda81a..2626d927 100644 --- a/src/stock-chart/area.ts +++ b/src/stock-chart/area.ts @@ -36,7 +36,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/default.ts b/src/stock-chart/default.ts index efe6a1e6..71dd97f9 100644 --- a/src/stock-chart/default.ts +++ b/src/stock-chart/default.ts @@ -47,7 +47,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/disabled-navigator.ts b/src/stock-chart/disabled-navigator.ts index 8dd31b45..eb56839e 100644 --- a/src/stock-chart/disabled-navigator.ts +++ b/src/stock-chart/disabled-navigator.ts @@ -34,7 +34,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/disabled-period.ts b/src/stock-chart/disabled-period.ts index b7e4ee74..c97840a9 100644 --- a/src/stock-chart/disabled-period.ts +++ b/src/stock-chart/disabled-period.ts @@ -38,7 +38,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/inversed-area.ts b/src/stock-chart/inversed-area.ts index f8c58acb..6591a8de 100644 --- a/src/stock-chart/inversed-area.ts +++ b/src/stock-chart/inversed-area.ts @@ -37,7 +37,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/multi-pane.ts b/src/stock-chart/multi-pane.ts index bc6a88a3..db423e4e 100644 --- a/src/stock-chart/multi-pane.ts +++ b/src/stock-chart/multi-pane.ts @@ -60,7 +60,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Co let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/multiple-series.ts b/src/stock-chart/multiple-series.ts index 89ece392..59a197f1 100644 --- a/src/stock-chart/multiple-series.ts +++ b/src/stock-chart/multiple-series.ts @@ -41,7 +41,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/ohlc.ts b/src/stock-chart/ohlc.ts index 5e48d239..0cd3499a 100644 --- a/src/stock-chart/ohlc.ts +++ b/src/stock-chart/ohlc.ts @@ -53,7 +53,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/period-customization.ts b/src/stock-chart/period-customization.ts index d4b5750c..9ce6e532 100644 --- a/src/stock-chart/period-customization.ts +++ b/src/stock-chart/period-customization.ts @@ -60,7 +60,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/plot-line.ts b/src/stock-chart/plot-line.ts index 777caa12..74a9a19f 100644 --- a/src/stock-chart/plot-line.ts +++ b/src/stock-chart/plot-line.ts @@ -37,7 +37,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, St let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/spline-area.ts b/src/stock-chart/spline-area.ts index e7e00b5d..961a702c 100644 --- a/src/stock-chart/spline-area.ts +++ b/src/stock-chart/spline-area.ts @@ -39,7 +39,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/spline.ts b/src/stock-chart/spline.ts index be918b80..8e7a5933 100644 --- a/src/stock-chart/spline.ts +++ b/src/stock-chart/spline.ts @@ -36,7 +36,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/stock-events.ts b/src/stock-chart/stock-events.ts index 03d99b2a..080f1b64 100644 --- a/src/stock-chart/stock-events.ts +++ b/src/stock-chart/stock-events.ts @@ -109,7 +109,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, Ex let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/stock-chart/strip-line.ts b/src/stock-chart/strip-line.ts index 5693aa7a..d556a681 100644 --- a/src/stock-chart/strip-line.ts +++ b/src/stock-chart/strip-line.ts @@ -35,7 +35,7 @@ StockChart.Inject(Trendlines, TmaIndicator, RangeTooltip, Tooltip, Crosshair, St let selectedTheme: string = location.hash.split('/')[1]; selectedTheme = selectedTheme ? selectedTheme : 'Material'; args.stockChart.theme = (selectedTheme.charAt(0).toUpperCase() + - selectedTheme.slice(1)).replace(/-dark/i, 'Dark'); + selectedTheme.slice(1)).replace(/-dark/i, 'Dark').replace(/contrast/i,  'Contrast'); } }); stockChart.appendTo('#container'); diff --git a/src/toolbar/default-stack.json b/src/toolbar/default-stack.json index 30c52951..03b6f09d 100644 --- a/src/toolbar/default-stack.json +++ b/src/toolbar/default-stack.json @@ -1 +1 @@ -{"index.html":"\n\n \n\n
    \n
    \n
    \n
    \n
    \n
    \n
    \n\n\n\n
    ","index.ts":"{{ripple}}\r\n/**\r\n * Toolbar sample to demonstrate default functionalities.\r\n */\r\nimport { Toolbar } from '@syncfusion/ej2-navigations';\r\n\r\n\r\n \r\n //Initialize Toolbar component\r\n let toolbarObj: Toolbar = new Toolbar({\r\n items: [\r\n {\r\n prefixIcon: 'e-cut-icon tb-icons', tooltipText: 'Cut' },\r\n {\r\n prefixIcon: 'e-copy-icon tb-icons', tooltipText: 'Copy' },\r\n {\r\n prefixIcon: 'e-paste-icon tb-icons', tooltipText: 'Paste' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-bold-icon tb-icons', tooltipText: 'Bold' },\r\n {\r\n prefixIcon: 'e-underline-icon tb-icons', tooltipText: 'Underline' },\r\n {\r\n prefixIcon: 'e-italic-icon tb-icons', tooltipText: 'Italic' },\r\n {\r\n prefixIcon: 'e-color-icon tb-icons', tooltipText: 'Color-Picker' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-alignleft-icon tb-icons', tooltipText: 'Align-Left' },\r\n {\r\n prefixIcon: 'e-alignright-icon tb-icons', tooltipText: 'Align-Right' },\r\n {\r\n prefixIcon: 'e-aligncenter-icon tb-icons', tooltipText: 'Align-Center' },\r\n {\r\n prefixIcon: 'e-alignjustify-icon tb-icons', tooltipText: 'Align-Justify'},\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-bullets-icon tb-icons', tooltipText: 'Bullets'},\r\n {\r\n prefixIcon: 'e-numbering-icon tb-icons', tooltipText: 'Numbering' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-ascending-icon tb-icons', tooltipText: 'Sort A - Z' },\r\n {\r\n prefixIcon: 'e-descending-icon tb-icons', tooltipText: 'Sort Z - A' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-upload-icon tb-icons', tooltipText: 'Upload' },\r\n {\r\n prefixIcon: 'e-download-icon tb-icons', tooltipText: 'Download' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-indent-icon tb-icons', tooltipText: 'Text Indent' },\r\n {\r\n prefixIcon: 'e-outdent-icon tb-icons', tooltipText: 'Text Outdent' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-clear-icon tb-icons', tooltipText: 'Clear' },\r\n {\r\n prefixIcon: 'e-reload-icon tb-icons', tooltipText: 'Reload' },\r\n {\r\n prefixIcon: 'e-export-icon tb-icons', tooltipText: 'Export'\r\n }]\r\n });\r\n //Render initialized Toolbar component\r\n toolbarObj.appendTo('#toolbar_default');\r\n"} \ No newline at end of file +{"index.html":"\n\n \n\n
    \n
    \n
    \n
    \n
    \n
    \n
    \n\n\n\n\n\n
    ","index.ts":"{{ripple}}\r\n/**\r\n * Toolbar sample to demonstrate default functionalities.\r\n */\r\nimport { Toolbar } from '@syncfusion/ej2-navigations';\r\n\r\n\r\n \r\n //Initialize Toolbar component\r\n let toolbarObj: Toolbar = new Toolbar({\r\n items: [\r\n {\r\n prefixIcon: 'e-cut-icon tb-icons', tooltipText: 'Cut' },\r\n {\r\n prefixIcon: 'e-copy-icon tb-icons', tooltipText: 'Copy' },\r\n {\r\n prefixIcon: 'e-paste-icon tb-icons', tooltipText: 'Paste' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-bold-icon tb-icons', tooltipText: 'Bold' },\r\n {\r\n prefixIcon: 'e-underline-icon tb-icons', tooltipText: 'Underline' },\r\n {\r\n prefixIcon: 'e-italic-icon tb-icons', tooltipText: 'Italic' },\r\n {\r\n prefixIcon: 'e-color-icon tb-icons', tooltipText: 'Color-Picker' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-alignleft-icon tb-icons', tooltipText: 'Align-Left' },\r\n {\r\n prefixIcon: 'e-alignright-icon tb-icons', tooltipText: 'Align-Right' },\r\n {\r\n prefixIcon: 'e-aligncenter-icon tb-icons', tooltipText: 'Align-Center' },\r\n {\r\n prefixIcon: 'e-alignjustify-icon tb-icons', tooltipText: 'Align-Justify'},\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-bullets-icon tb-icons', tooltipText: 'Bullets'},\r\n {\r\n prefixIcon: 'e-numbering-icon tb-icons', tooltipText: 'Numbering' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-ascending-icon tb-icons', tooltipText: 'Sort A - Z' },\r\n {\r\n prefixIcon: 'e-descending-icon tb-icons', tooltipText: 'Sort Z - A' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-upload-icon tb-icons', tooltipText: 'Upload' },\r\n {\r\n prefixIcon: 'e-download-icon tb-icons', tooltipText: 'Download' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-indent-icon tb-icons', tooltipText: 'Text Indent' },\r\n {\r\n prefixIcon: 'e-outdent-icon tb-icons', tooltipText: 'Text Outdent' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-clear-icon tb-icons', tooltipText: 'Clear' },\r\n {\r\n prefixIcon: 'e-reload-icon tb-icons', tooltipText: 'Reload' },\r\n {\r\n prefixIcon: 'e-export-icon tb-icons', tooltipText: 'Export'\r\n }]\r\n });\r\n //Render initialized Toolbar component\r\n toolbarObj.appendTo('#toolbar_default');\r\n"} \ No newline at end of file diff --git a/src/toolbar/default.html b/src/toolbar/default.html index 29d619a3..9a482479 100644 --- a/src/toolbar/default.html +++ b/src/toolbar/default.html @@ -33,7 +33,7 @@ - + - \ No newline at end of file diff --git a/src/toolbar/popup-stack.json b/src/toolbar/popup-stack.json index a0c1828f..79b171ef 100644 --- a/src/toolbar/popup-stack.json +++ b/src/toolbar/popup-stack.json @@ -1 +1 @@ -{"index.html":"\n\n \n\n
    \n
    \n
    \n
    \n


    \n
    \n
    \n
    \n
    \n\n\n\n
    ","index.ts":"{{ripple}}\r\n/**\r\n * Toolbar sample to demonstrate popup mode feature.\r\n */\r\nimport { Toolbar } from '@syncfusion/ej2-navigations';\r\n\r\n\r\n \r\n //Initialize Toolbar component\r\n let toolbarObj: Toolbar = new Toolbar({\r\n overflowMode: 'Popup',\r\n items: [\r\n {\r\n prefixIcon: 'e-cut-icon tb-icons', tooltipText: 'Cut', text: 'Cut', showTextOn: 'Overflow', overflow: 'Show' },\r\n {\r\n prefixIcon: 'e-copy-icon tb-icons', tooltipText: 'Copy', text: 'Copy', showTextOn: 'Overflow', overflow: 'Show'},\r\n {\r\n prefixIcon: 'e-paste-icon tb-icons', tooltipText: 'Paste', text: 'Paste', showTextOn: 'Overflow', overflow: 'Show'},\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-bold-icon tb-icons', tooltipText: 'Bold', text: 'Bold', showTextOn: 'Overflow', overflow: 'Show' },\r\n {\r\n prefixIcon: 'e-underline-icon tb-icons', tooltipText: 'Underline', text: 'Underline', showTextOn: 'Overflow',\r\n overflow: 'Show' },\r\n {\r\n prefixIcon: 'e-italic-icon tb-icons', tooltipText: 'Italic', text: 'Italic', showTextOn: 'Overflow', overflow: 'Show'},\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-bullets-icon tb-icons', text: 'Bullets', tooltipText: 'Bullets', overflow: 'Show'},\r\n {\r\n prefixIcon: 'e-numbering-icon tb-icons', text: 'Numbering', tooltipText: 'Numbering', overflow: 'Show'},\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-undo-icon tb-icons', tooltipText: 'Undo', text: 'Undo' },\r\n {\r\n prefixIcon: 'e-redo-icon tb-icons', tooltipText: 'Redo', text: 'Redo' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-alignleft-icon tb-icons', tooltipText: 'Align-Left', showTextOn : 'Overflow',\r\n overflow: 'Show', text: 'Left' },\r\n {\r\n prefixIcon: 'e-alignright-icon tb-icons', tooltipText: 'Align-Right',\r\n showTextOn : 'Overflow', overflow: 'Show', text: 'Right' },\r\n {\r\n prefixIcon: 'e-aligncenter-icon tb-icons', tooltipText: 'Align-Center',\r\n showTextOn : 'Overflow', overflow: 'Show', text: 'Center' },\r\n {\r\n prefixIcon: 'e-alignjustify-icon tb-icons', tooltipText: 'Align-Justify',\r\n showTextOn : 'Overflow', overflow: 'Show', text: 'Justify' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-radar-icon tb-icons', text: 'Radar', tooltipText: 'Radar Chart' , showTextOn : 'Overflow' },\r\n {\r\n prefixIcon: 'e-line-icon tb-icons', text: 'Line', tooltipText: 'Line Chart' , showTextOn : 'Overflow' },\r\n {\r\n prefixIcon: 'e-doughnut-icon tb-icons', text: 'Doughnut', tooltipText: 'Doughnut Chart' , showTextOn : 'Overflow' },\r\n {\r\n prefixIcon: 'e-bubble-icon tb-icons', text: 'Bubble', tooltipText: 'Bubble Chart' , showTextOn : 'Overflow' },\r\n {\r\n prefixIcon: 'e-table-icon tb-icons', text: 'Table', tooltipText: 'Table' , showTextOn : 'Overflow' },\r\n {\r\n prefixIcon: 'e-picture-icon tb-icons', text: 'Picture', tooltipText: 'Picture' , showTextOn : 'Overflow' },\r\n {\r\n text: 'Design', prefixIcon: 'e-design-icon tb-icons' , tooltipText: 'Design' , showTextOn : 'Overflow'\r\n }],\r\n });\r\n //Render initialized Toolbar component\r\n toolbarObj.appendTo('#toolbar_pop');\r\n let today: Date = new Date();\r\n // tslint:disable:max-line-length\r\n let ele: string = '
    ' + today.toLocaleString('en-us', { month: 'long' }) + ' ' + today.getFullYear() + '
    ';\r\n // tslint:enable:max-line-length\r\n let toolbarObj1: Toolbar = new Toolbar({\r\n overflowMode: 'Popup',\r\n items: [\r\n {\r\n template: ele,\r\n overflow: 'Show'},\r\n {\r\n prefixIcon: 'e-icon-day e-icons', tooltipText: 'Today', text: 'Today', overflow: 'Hide', align: 'Right' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-icon-week e-icons', tooltipText: 'Week', text: 'Week', overflow: 'Hide', align: 'Right' },\r\n {\r\n prefixIcon: 'e-icon-month e-icons', tooltipText: 'Month', text: 'Month', overflow: 'Hide', align: 'Right'},\r\n {\r\n prefixIcon: 'e-icon-year e-icons', tooltipText: 'Year', text: 'Year', overflow: 'Hide', align: 'Right'},\r\n {\r\n prefixIcon: 'e-print e-icons', tooltipText: 'Print', text: 'Print', overflow: 'Hide', showAlwaysInPopup: true},\r\n {\r\n prefixIcon: 'e-reccurence-icon e-icons', tooltipText: 'Sync', text: 'Sync', overflow: 'Hide', showAlwaysInPopup: true}\r\n ]\r\n });\r\n //Render initialized Toolbar component\r\n toolbarObj1.appendTo('#toolbar_popalways');\r\n"} \ No newline at end of file +{"index.html":"\n\n \n\n
    \n
    \n
    \n
    \n


    \n
    \n
    \n
    \n
    \n\n\n\n\n\n
    ","index.ts":"{{ripple}}\r\n/**\r\n * Toolbar sample to demonstrate popup mode feature.\r\n */\r\nimport { Toolbar } from '@syncfusion/ej2-navigations';\r\n\r\n\r\n \r\n //Initialize Toolbar component\r\n let toolbarObj: Toolbar = new Toolbar({\r\n overflowMode: 'Popup',\r\n items: [\r\n {\r\n prefixIcon: 'e-cut-icon tb-icons', tooltipText: 'Cut', text: 'Cut', showTextOn: 'Overflow', overflow: 'Show' },\r\n {\r\n prefixIcon: 'e-copy-icon tb-icons', tooltipText: 'Copy', text: 'Copy', showTextOn: 'Overflow', overflow: 'Show'},\r\n {\r\n prefixIcon: 'e-paste-icon tb-icons', tooltipText: 'Paste', text: 'Paste', showTextOn: 'Overflow', overflow: 'Show'},\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-bold-icon tb-icons', tooltipText: 'Bold', text: 'Bold', showTextOn: 'Overflow', overflow: 'Show' },\r\n {\r\n prefixIcon: 'e-underline-icon tb-icons', tooltipText: 'Underline', text: 'Underline', showTextOn: 'Overflow',\r\n overflow: 'Show' },\r\n {\r\n prefixIcon: 'e-italic-icon tb-icons', tooltipText: 'Italic', text: 'Italic', showTextOn: 'Overflow', overflow: 'Show'},\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-bullets-icon tb-icons', text: 'Bullets', tooltipText: 'Bullets', overflow: 'Show'},\r\n {\r\n prefixIcon: 'e-numbering-icon tb-icons', text: 'Numbering', tooltipText: 'Numbering', overflow: 'Show'},\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-tbar-undo-icon tb-icons', tooltipText: 'Undo', text: 'Undo' },\r\n {\r\n prefixIcon: 'e-tbar-redo-icon tb-icons', tooltipText: 'Redo', text: 'Redo' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-alignleft-icon tb-icons', tooltipText: 'Align-Left', showTextOn : 'Overflow',\r\n overflow: 'Show', text: 'Left' },\r\n {\r\n prefixIcon: 'e-alignright-icon tb-icons', tooltipText: 'Align-Right',\r\n showTextOn : 'Overflow', overflow: 'Show', text: 'Right' },\r\n {\r\n prefixIcon: 'e-aligncenter-icon tb-icons', tooltipText: 'Align-Center',\r\n showTextOn : 'Overflow', overflow: 'Show', text: 'Center' },\r\n {\r\n prefixIcon: 'e-alignjustify-icon tb-icons', tooltipText: 'Align-Justify',\r\n showTextOn : 'Overflow', overflow: 'Show', text: 'Justify' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-radar-icon tb-icons', text: 'Radar', tooltipText: 'Radar Chart' , showTextOn : 'Overflow' },\r\n {\r\n prefixIcon: 'e-line-icon tb-icons', text: 'Line', tooltipText: 'Line Chart' , showTextOn : 'Overflow' },\r\n {\r\n prefixIcon: 'e-doughnut-icon tb-icons', text: 'Doughnut', tooltipText: 'Doughnut Chart' , showTextOn : 'Overflow' },\r\n {\r\n prefixIcon: 'e-bubble-icon tb-icons', text: 'Bubble', tooltipText: 'Bubble Chart' , showTextOn : 'Overflow' },\r\n {\r\n prefixIcon: 'e-table-icon tb-icons', text: 'Table', tooltipText: 'Table' , showTextOn : 'Overflow' },\r\n {\r\n prefixIcon: 'e-picture-icon tb-icons', text: 'Picture', tooltipText: 'Picture' , showTextOn : 'Overflow' },\r\n {\r\n text: 'Design', prefixIcon: 'e-design-icon tb-icons' , tooltipText: 'Design' , showTextOn : 'Overflow'\r\n }],\r\n });\r\n //Render initialized Toolbar component\r\n toolbarObj.appendTo('#toolbar_pop');\r\n let today: Date = new Date();\r\n // tslint:disable:max-line-length\r\n let ele: string = '
    ' + today.toLocaleString('en-us', { month: 'long' }) + ' ' + today.getFullYear() + '
    ';\r\n // tslint:enable:max-line-length\r\n let toolbarObj1: Toolbar = new Toolbar({\r\n overflowMode: 'Popup',\r\n items: [\r\n {\r\n template: ele,\r\n overflow: 'Show'},\r\n {\r\n prefixIcon: 'e-icon-day e-icons', tooltipText: 'Today', text: 'Today', overflow: 'Hide', align: 'Right' },\r\n {\r\n type: 'Separator' },\r\n {\r\n prefixIcon: 'e-icon-week e-icons', tooltipText: 'Week', text: 'Week', overflow: 'Hide', align: 'Right' },\r\n {\r\n prefixIcon: 'e-icon-month e-icons', tooltipText: 'Month', text: 'Month', overflow: 'Hide', align: 'Right'},\r\n {\r\n prefixIcon: 'e-icon-year e-icons', tooltipText: 'Year', text: 'Year', overflow: 'Hide', align: 'Right'},\r\n {\r\n prefixIcon: 'e-print e-icons', tooltipText: 'Print', text: 'Print', overflow: 'Hide', showAlwaysInPopup: true},\r\n {\r\n prefixIcon: 'e-reccurence-icon e-icons', tooltipText: 'Sync', text: 'Sync', overflow: 'Hide', showAlwaysInPopup: true}\r\n ]\r\n });\r\n //Render initialized Toolbar component\r\n toolbarObj1.appendTo('#toolbar_popalways');\r\n"} \ No newline at end of file diff --git a/src/toolbar/popup.html b/src/toolbar/popup.html index 2b21dff9..97678327 100644 --- a/src/toolbar/popup.html +++ b/src/toolbar/popup.html @@ -49,7 +49,7 @@ - + - \ No newline at end of file diff --git a/src/toolbar/popup.ts b/src/toolbar/popup.ts index dd0331e5..61dd574f 100644 --- a/src/toolbar/popup.ts +++ b/src/toolbar/popup.ts @@ -34,9 +34,9 @@ import { Toolbar } from '@syncfusion/ej2-navigations'; { type: 'Separator' }, { - prefixIcon: 'e-undo-icon tb-icons', tooltipText: 'Undo', text: 'Undo' }, + prefixIcon: 'e-tbar-undo-icon tb-icons', tooltipText: 'Undo', text: 'Undo' }, { - prefixIcon: 'e-redo-icon tb-icons', tooltipText: 'Redo', text: 'Redo' }, + prefixIcon: 'e-tbar-redo-icon tb-icons', tooltipText: 'Redo', text: 'Redo' }, { type: 'Separator' }, { diff --git a/src/tree-grid/filtering.html b/src/tree-grid/filtering.html index 00421e76..6a794a3f 100644 --- a/src/tree-grid/filtering.html +++ b/src/tree-grid/filtering.html @@ -21,7 +21,7 @@

    This sample demonstrates the default and template support of filterbar in TreeGrid. - In this sample, type the value in the filterbar and press enter to filter particular column or select the date value from filterbar template of Start Date column. The filtering is based on hierarchy mode. + In this sample, type the value in the filterbar and press enter to filter particular column or select a value from filterbar template of Duration column. The filtering is based on hierarchy mode.

    diff --git a/src/tree-grid/frozen-column.html b/src/tree-grid/frozen-column.html index 767018df..b08d2a3e 100644 --- a/src/tree-grid/frozen-column.html +++ b/src/tree-grid/frozen-column.html @@ -10,7 +10,7 @@

    - The freezing feature enables the user to freeze certain columns to scroll remaining movable content. This can be achieved by setting frozenColumns property. + The freezing feature enables the user to freeze certain columns to scroll remaining movable content. This can be achieved by setting frozenColumns property.

    In this demo sample, the first column is set to frozen by using the diff --git a/src/tree-grid/sample.json b/src/tree-grid/sample.json index 816c1d52..f99638d2 100644 --- a/src/tree-grid/sample.json +++ b/src/tree-grid/sample.json @@ -3,11 +3,10 @@ "directory": "tree-grid", "category": "Grids", "ftName": "tree-grid", - "type": "update", "samples": [ { "url": "treegrid-overview", "name": "Overview", "category": "Tree Grid","api":{"TreeGrid":["dataSource","childMapping","height","columns","allowReordering","allowFiltering","allowSorting","filterSettings","queryCellInfo"] }, - "description": "This sample demonstrates the overview of basic treegrid features such as sorting, filtering, conditional formatting, column template and scrolling." + "description": "This sample demonstrates the overview of basic treegrid features such as sorting, filtering, conditional formatting, column template and scrolling." }, { "url": "default", "name": "Default Functionalities", "category": "Tree Grid","api":{"TreeGrid":["dataSource","childMapping","treeColumnIndex","height","columns"] }, @@ -78,7 +77,7 @@ }, { "url": "row-reorder", "name": "Drag And Drop", "category": "Rows", "hideOnDevice":true, "api":{"TreeGrid":["dataSource","rowTemplate","height","width","columns","childMapping","treeColumnIndex"] }, - "description": "This demo for Essential JS 2 TreeGrid control demonstrates how the rows can be dragged within the treegrid using the row drag-and-drop feature.", "type": "new" + "description": "This demo for Essential JS 2 TreeGrid control demonstrates how the rows can be dragged within the treegrid using the row drag-and-drop feature." }, { "url": "detail-template", "name": "Detail Template", "category": "Rows","api":{"TreeGrid":["dataSource","detailTemplate","height","width","columns","childMapping","treeColumnIndex"] }, @@ -155,7 +154,7 @@ }, { "url":"frozen-column", "name": "Frozen Column", "category":"Columns","api":{"TreeGrid":["dataSource","childMapping","columns","treeColumnIndex","frozenColumns"] }, - "description": "This demo for Essential JS 2 treegrid control shows frozen columns feature of treegrid. Scroll the movable content to view the frozen columns.", "type": "new" + "description": "This demo for Essential JS 2 treegrid control shows frozen columns feature of treegrid. Scroll the movable content to view the frozen columns." }, {"url":"aggregate-default", "name": "Default Aggregate", "category": "Aggregates","api":{"TreeGrid":["dataSource","childMapping", "treeColumnIndex","height","columns","aggregates"] }, "description": "This demo explains how to display the summary values such as average, minimum, etc., for the columns in Syncfusion TypeScript TreeGrid control." diff --git a/styles/index.css b/styles/index.css index f6e526d2..3ba6efc8 100644 --- a/styles/index.css +++ b/styles/index.css @@ -87,7 +87,7 @@ content: '\e906'; } -#sb-content-header .e-tab-text{ +#sb-content-header .e-tab-text { display: table; } @@ -1253,7 +1253,6 @@ button#tab-navigation-prev { .sb-open-new-wrapper { padding: 0px 16px; - display: none; } .sb-open-new-wrapper a { From c0d7ecd6da64d909e781dca7736d19bcb54634b8 Mon Sep 17 00:00:00 2001 From: BanupriyaSelvaraj <56014875+BanupriyaSelvaraj@users.noreply.github.com> Date: Wed, 11 Dec 2019 10:26:04 +0530 Subject: [PATCH 2/8] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d8594355..81f1b6aa 100644 --- a/index.html +++ b/index.html @@ -360,7 +360,7 @@

    Chart

    - + From d18e87fad318ca3c21c36922c4fa598e686f8c10 Mon Sep 17 00:00:00 2001 From: BanupriyaSelvaraj <56014875+BanupriyaSelvaraj@users.noreply.github.com> Date: Mon, 16 Dec 2019 11:04:58 +0530 Subject: [PATCH 3/8] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e89cc5b..b2cce760 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@types/es6-promise": "0.0.28", "@types/hasher": "0.0.27", "@types/highlight.js": "^9.1.7", - "@types/jasmine": "^2.8.9", + "@types/jasmine": "2.8.9", "@types/jasmine-ajax": "^3.1.27", "@types/moment-timezone": "^0.5.3", "@types/requirejs": "^2.1.26", From 654a7d2ad91b035fe9d8e5dc37601da51ce281b2 Mon Sep 17 00:00:00 2001 From: BanupriyaSelvaraj <56014875+BanupriyaSelvaraj@users.noreply.github.com> Date: Tue, 17 Dec 2019 18:01:11 +0530 Subject: [PATCH 4/8] Update ReadMe.md --- ReadMe.md | 155 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 116 insertions(+), 39 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index a48bfed3..6efb07b8 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -81,8 +81,17 @@ npm run serve DataGrid - Pivot Table (Preview) + Pivot Table (Updated) + + Tree Grid + + + + + Spreadsheet (Preview) + + @@ -92,40 +101,51 @@ npm run serve - Charts + Charts (Updated) - Circular Gauge + Stock Chart - Linear Gauge + Circular Gauge - Diagram (Preview) + Linear Gauge - Heatmap chart + Diagram - Maps - + Heatmap chart (Updated) + + + Maps (Updated) + Range Selector Smith Chart + + + + + Barcode Sparkline Charts + + TreeMap + - TreeMap + Bullet Chart (Preview) @@ -137,11 +157,20 @@ npm run serve - Rich Text Editor (Preview) + Rich Text Editor (Updated) + + + DocumentEditor (Updated) - Word Processor (Preview) + Chips + + + + InplaceEditor + + @@ -154,22 +183,29 @@ npm run serve Scheduler - Calendar + Gantt (Updated) - DatePicker + Calendar + + DatePicker + - Date Range Picker + DateRangePicker - DateTime Picker + DateTimePicker + + - Time Picker + TimePicker + + @@ -178,22 +214,33 @@ npm run serve - Button + Button Button Group - Dropdown Menu + Checkbox - Progress Button (Preview) + Radio Button + + + Dropdown Menu Split Button + + + + Switch + + + Progress Button + @@ -216,7 +263,9 @@ npm run serve MultiSelect Dropdown - + + List Box + @@ -232,7 +281,7 @@ npm run serve Context Menu - Menu Bar (Preview) + Menu Bar @@ -250,7 +299,23 @@ npm run serve TreeView + + File Manager (Updated) + + + + + NOTIFICATIONS + + + + + Badge + + + Toast + @@ -263,7 +328,7 @@ npm run serve Form Validation - TextBox + TextBox Input Mask @@ -273,27 +338,16 @@ npm run serve Numeric Textbox - - Radio Button - - - Checkbox - - - Color Picker File Upload - - - Range Slider - + - Toggle Switch Button + Range Slider @@ -311,7 +365,7 @@ npm run serve Card - Dialog + Dialog (Updated) @@ -321,24 +375,47 @@ npm run serve Tooltip + + Splitter + + + + + Dashboard Layout + + - NOTIFICATIONS + FORMS - Badge + Query Builder + + + + + + + VIEWER + + - Toast + PDF Viewer + + ## Support and Feedback * For any other queries, reach our [Syncfusion support team](https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=github&utm_medium=listing&utm_campaign=ej2-samples) or post the queries through the [community forums](https://www.syncfusion.com/forums?utm_source=github&utm_medium=listing&utm_campaign=ej2-samples). + + + From 668ab93ff6ee3115c2a05b6d67925e6b0795be0c Mon Sep 17 00:00:00 2001 From: BanupriyaSelvaraj <56014875+BanupriyaSelvaraj@users.noreply.github.com> Date: Thu, 19 Dec 2019 15:23:29 +0530 Subject: [PATCH 5/8] v17.4.39 Released --- images/Syncfusion-logo.png | Bin 0 -> 1555 bytes images/syncfusion-logo-128.png | Bin 0 -> 788 bytes images/syncfusion-logo-64.png | Bin 0 -> 492 bytes manifest.webmanifest | 26 ++++++++++++++++++++++++++ 4 files changed, 26 insertions(+) create mode 100644 images/Syncfusion-logo.png create mode 100644 images/syncfusion-logo-128.png create mode 100644 images/syncfusion-logo-64.png create mode 100644 manifest.webmanifest diff --git a/images/Syncfusion-logo.png b/images/Syncfusion-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..a0165c94359b67e13e0010fd3d1fe27eb7fbb885 GIT binary patch literal 1555 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K5893O0R7}x|G$6%U;1OBOz`!j8!i<;h*8O2% zU_I*T;uumf=j|QCAQ^Xwwukkxs~$e{KCwUE6Rw`2J~@19_3tn2i2D*ypUr*pR@)aFB(eiIagvn1Mr$ zLBNMWVFrVP0jUxPwB_>7>8IPtGdAc~?6BOwYSn%DymR$4zxJ>&#BGrOfByISKNi_6 zEDUy^Z~mCAsjR^8;fVOL`#$1~j17DLOV%5Q0_FJR>y3R`SQ;wgE&ru;ad0qP+*kPL z><2*shNRl(KV~lk>T-$7{Bw2#P~_1Xn}2C1fNBE!O#Y?q05S~wfFdh^3_(Aj$P6Ik zvh~LwvlW#T7<_UUe>A`A?!YkP+Ofy^yZRa!43_#GyI&&B$e3U?w|DW0U?LynkNo z{rKFUY&MJrTN;nY+uCq)FdUYu`Ezy|(1~p(Cx6U73$&gmebYzt*)9$Y5~r3t&i9i8 z+A1-*f4^lW&@#oAp8b}QK*qb)-u;%IK*qY(zWtU}Kt^6GP)!z)p(pv@*uA@f;ezbr z`ip@;151wnh~ElUBJtlbtQRQL+CKZU_hb7T$t-nIkDZtt#LumJ|G(nT?~3xr3i7M6 zrY>h-Tp<0szE6>9eYMR0r#HX;jn9tpVR+HSu_x>5$LS0glm#m;zIv?BxFB5V!Uh5a={m%VuP*?9CK3ss511V$T#v&zQ1L1?|zmB z##ld@#{SUK(p4ZOv;JD7^&B|<*Z-fr|4(1mhKD{9jlMu*53Eq@I*8?iQ4L^T)Gt4;HAowB)XzZD!1so;D|AZLQj2u{YNdcX(`K1NZU63V`r4o&LAh)cs z>T=i)GA2#dWx;EZF}rz{FZ=}>6ZSkHkCKvNWMatTUQ0cDo_?&ILG2U`7O8HbM{h&~?fk}wOX`M`d@jsqb; zwGGeXIuDe982_sjnS%TF15@}n6{h`Xt^T?1PK~sxkUk)0!-zi%^rL^y8vgi;jT^JK+WorS zT^{_;@8jLKzwa(wU&?ka!DJqJB@Lx+Cb5`%J1w>Fzv2{iN(x7WlY>I9s`vZ8UU1fT Sk3O)JXYh3Ob6Mw<&;$TXs|a2I literal 0 HcmV?d00001 diff --git a/images/syncfusion-logo-128.png b/images/syncfusion-logo-128.png new file mode 100644 index 0000000000000000000000000000000000000000..06a4a2dc68ee3d4601e5b88508a523d8e65533d1 GIT binary patch literal 788 zcmeAS@N?(olHy`uVBq!ia0vp^4Is?H1|$#LC7uRSoCO|{#S9GGLLkg|>2BR01_q{M zo-U3d6?5L+vCaz)6mfef+wx?RW(9-D%Z!%{ZUr!f?;F{Gmt%vSHVe?R{BTXFYf$pZ=V zj`ers3x52!<9^-BS}SIW6DNPHpXdK|T^S3TL5J~U@la)h2F4i4{VT*88B5F(|19!i zVY_g#=VSL54xR;*Ss#n96qIma*FL6yNy(t$n9wo(ARyf)bX-5oJ%OP&L}Gu0=)tS` zto!ReZ+scvR$uqO#Qc-xv{e@WR<56Y_hI6@*?SnZvQ6rA_HyzpSk(4dd^6BKFRPyT zGhGK5v|d=$8Co(idzc;gadZg>kHSTV$KvKd1uD#a@iDyz7(UtXSkx8Pzhq_h*mP6Y z&Zbtv_`$_Gmm{~m^`#sZJ@8Qm)aXNq%gY{6#p@3uwv^-xb!2D;cH1x z!Y3eITH29t4a7I?N%#h&b4@xDE&}PdAw3BnLHy8;gsULFs@sMtpnf|cB@an^o(1zo z1()>7vt78}#1V9ypZP_;8_Ubb?TkH%PAs9v_?ab+PvuwzlsA}WEEpnd&y!%IE*K(j zpZC`+;JK&nuV@NHWY}q=@+0B4B}R zkp<8a{&~ui%_%h)=rVtf#?NdpA0Yf2BR01_s7? zo-U3d6?5Lsvh_P+AkcbWX~`BDMRtcpOP*>3EPu!p5|c3dN`Z*RONU1cmP}JtHtjhy z>F~4To;}abR_)W%UiVQY3{}h(3Olha8(^OZ82t?j9)?8RFvTsja zM6KSxn(8}CqmsK?pE|#5o5#1R>_FQmiQAl6EIB&wEhjB-a#-|f-aHmv>xB6$YIfXX z)Ma|dSfdj4TKYim{s6@VD`u^~e<4~`=9GBo=Xdr2#lk)c4_EAQzM5Rn+;Z>}U#a>* zQ6aa})**7O;vO?}-Us|P5>ZUtw#WJF>kln0D?agkWuC~$dGV>Nx}gxa${sz<_Z#Bd zIE*?jNq2ANak;fCX0KbI>1OAt6W)|Ja4MWo=)y&KePhZ|aGKyKa;ot}{r}S{D!*kD vn1BW);UXsOWsvR=ND(;7B9JnH`2c^xzeP7KH}+ouMjwNxtDnm{r-UW|evHTm literal 0 HcmV?d00001 diff --git a/manifest.webmanifest b/manifest.webmanifest new file mode 100644 index 00000000..6ee4075d --- /dev/null +++ b/manifest.webmanifest @@ -0,0 +1,26 @@ +{ + "lang": "en", + "name": "Essential JS 2 for JavaScript", + "description": "Essential JS 2 for TypeScript is a modern JavaScript UI toolkit that has been built from the ground up to be lightweight, responsive, modular and touch friendly. It is written in TypeScript and has no external dependencies.", + "short_name": "EJ2 JavaScript", + "icons": [{ + "src": "images/syncfusion-logo-64.png", + "sizes": "64x64" + }, { + "src": "images/syncfusion-logo-128.png", + "sizes": "128x128" + }, { + "src": "images/Syncfusion-logo.png", + "sizes": "256x256" + }], + "start_url": "index.html", + "display": "fullscreen", + "​​orientation": "portrait-primary", + "theme_color": "#FFFFFF", + "background_color": "#F8F8F8", + "related_applications": [{ + "platform": "play", + "url": "https://play.google.com/store/apps/details?id=com.Syncfusion.ej2", + "id": "com.Syncfusion.ej2" + }] +} \ No newline at end of file From e390abf28d5bcea02dcc37cbcff9f9f7fa1ce0e9 Mon Sep 17 00:00:00 2001 From: BanupriyaSelvaraj <56014875+BanupriyaSelvaraj@users.noreply.github.com> Date: Thu, 19 Dec 2019 16:07:24 +0530 Subject: [PATCH 6/8] v17.4.39 Released --- package.json | 38 +- styles/Grid/Fonts/Grid control Font.svg | 36 +- styles/Grid/demo.html | 116 +- styles/Grid/style.css | 48 +- styles/bootstrap.css | 68309 ++++++++++++++ styles/bootstrap4.css | 70063 ++++++++++++++ styles/fabric.css | 68129 ++++++++++++++ styles/highcontrast.css | 69090 ++++++++++++++ styles/images/sb-icons/Syncfusion-logo.svg | 68 +- .../sb-icons/Syncfusion-mobile-logo.svg | 42 +- styles/images/sb-icons/fonts/icons.svg | 114 +- styles/images/sb-icons/new-light.svg | 168 +- styles/images/sb-icons/preview-light.svg | 136 +- styles/images/sb-icons/updated-light.svg | 6000 +- styles/index.css | 4186 +- styles/material.css | 76939 ++++++++++++++++ 16 files changed, 358006 insertions(+), 5476 deletions(-) create mode 100644 styles/bootstrap.css create mode 100644 styles/bootstrap4.css create mode 100644 styles/fabric.css create mode 100644 styles/highcontrast.css create mode 100644 styles/material.css diff --git a/package.json b/package.json index b2cce760..7447705d 100644 --- a/package.json +++ b/package.json @@ -7,34 +7,34 @@ "dependencies": { "@syncfusion/ej2": "*", "@syncfusion/ej2-base": "*", - "@syncfusion/ej2-barcode-generator": "*", "@syncfusion/ej2-buttons": "*", - "@syncfusion/ej2-calendars": "*", - "@syncfusion/ej2-charts": "*", - "@syncfusion/ej2-circulargauge": "*", - "@syncfusion/ej2-compression": "*", + "@syncfusion/ej2-splitbuttons": "*", "@syncfusion/ej2-data": "*", - "@syncfusion/ej2-diagrams": "*", - "@syncfusion/ej2-documenteditor": "*", - "@syncfusion/ej2-dropdowns": "*", - "@syncfusion/ej2-excel-export": "*", - "@syncfusion/ej2-file-utils": "*", + "@syncfusion/ej2-lists": "*", + "@syncfusion/ej2-barcode-generator": "*", "@syncfusion/ej2-grids": "*", + "@syncfusion/ej2-schedule": "*", + "@syncfusion/ej2-dropdowns": "*", "@syncfusion/ej2-heatmap": "*", - "@syncfusion/ej2-inplace-editor": "*", + "@syncfusion/ej2-calendars": "*", "@syncfusion/ej2-inputs": "*", - "@syncfusion/ej2-lineargauge": "*", - "@syncfusion/ej2-lists": "*", + "@syncfusion/ej2-popups": "*", + "@syncfusion/ej2-charts": "*", + "@syncfusion/ej2-diagrams": "*", "@syncfusion/ej2-maps": "*", + "@syncfusion/ej2-treemap": "*", + "@syncfusion/ej2-circulargauge": "*", + "@syncfusion/ej2-lineargauge": "*", "@syncfusion/ej2-navigations": "*", "@syncfusion/ej2-pdf-export": "*", - "@syncfusion/ej2-popups": "*", - "@syncfusion/ej2-querybuilder": "*", - "@syncfusion/ej2-richtexteditor": "^*", - "@syncfusion/ej2-schedule": "*", - "@syncfusion/ej2-splitbuttons": "*", + "@syncfusion/ej2-excel-export": "*", + "@syncfusion/ej2-file-utils": "*", + "@syncfusion/ej2-filemanager": "*", + "@syncfusion/ej2-compression": "*", + "@syncfusion/ej2-documenteditor": "*", + "@syncfusion/ej2-richtexteditor": "*", "@syncfusion/ej2-treegrid": "*", - "@syncfusion/ej2-treemap": "*", + "@syncfusion/ej2-pdfviewer": "*", "@syncfusion/ej2-gantt": "*", "@types/crossroads": "0.0.28", "@types/signals": "0.0.16", diff --git a/styles/Grid/Fonts/Grid control Font.svg b/styles/Grid/Fonts/Grid control Font.svg index d0e80daf..078396dd 100644 --- a/styles/Grid/Fonts/Grid control Font.svg +++ b/styles/Grid/Fonts/Grid control Font.svg @@ -1,18 +1,18 @@ - - - -Generated by Syncfusion Metro Studio - - - - - - - - - - - - - - + + + +Generated by Syncfusion Metro Studio + + + + + + + + + + + + + + diff --git a/styles/Grid/demo.html b/styles/Grid/demo.html index 6142da88..a7288f43 100644 --- a/styles/Grid/demo.html +++ b/styles/Grid/demo.html @@ -1,58 +1,58 @@ - - -Font Icon - - - - -
    -
    -
    -

    Font Name : Grid control Font

    -
    -
      -
    • -
      -
      -
      -
      -
      -
      -Name -Male
      -
      -
      - PUA - e700
      -
    • -
    • -
      -
      -
      -
      -
      -
      -Name -Female
      -
      -
      - PUA - e701
      -
    • -
    • -
      -
      -
      -
      -
      -
      -Name -Location
      -
      -
      - PUA - e702
      -
    • -
    - - + + +Font Icon + + + + +
    +
    +
    +

    Font Name : Grid control Font

    +
    +
      +
    • +
      +
      +
      +
      +
      +
      +Name +Male
      +
      +
      + PUA + e700
      +
    • +
    • +
      +
      +
      +
      +
      +
      +Name +Female
      +
      +
      + PUA + e701
      +
    • +
    • +
      +
      +
      +
      +
      +
      +Name +Location
      +
      +
      + PUA + e702
      +
    • +
    + + diff --git a/styles/Grid/style.css b/styles/Grid/style.css index 8f4eb06a..c2c1e450 100644 --- a/styles/Grid/style.css +++ b/styles/Grid/style.css @@ -1,24 +1,24 @@ -@font-face { -font-family: 'Grid control Font'; -src: -url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMj1tSfQAAAEoAAAAVmNtYXDnE+ddAAABkAAAADpnbHlmWm7FjgAAAdgAAAPkaGVhZBFF/fMAAADQAAAANmhoZWEIHwQFAAAArAAAACRobXR4EAAAAAAAAYAAAAAQbG9jYQKaAUgAAAHMAAAACm1heHABEACgAAABCAAAACBuYW1lmuAR1QAABbwAAAKdcG9zdHgFC7MAAAhcAAAAQgABAAAEAAAAAFwEAAAAAAADwgABAAAAAAAAAAAAAAAAAAAABAABAAAAAQAAJ9BcPl8PPPUACwQAAAAAANcy3IEAAAAA1zLcgQAAAAADwgP0AAAACAACAAAAAAAAAAEAAAAEAJQAAgAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5wDnAgQAAAAAXAQAAAAAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAJgAAAAQABAABAADnAv//AADnAP//AAAAAQAEAAAAAQACAAMAAAAAAAAAqAFIAfIAAAABAAAAAAPBA/MAkwAAASMPDRUfBQ8FHw4VDxYhLxY1Pw8vAz8DLxcjDwUBhQEIEQoKCwoEBQMEAwIBAQEBAwQFBggGAwIBAQICBQcKDAUEBwUFBgYICAYHCQkUFxcXPRUUFBAODAoMCQQEAgIBA4QBBAQEBQsKCw0PEhQUFh0sFxcUCQkHBgoMCAgDAwIBDAsGBQUDAgECBAcKDgYDAgEBAQMDBAUGBwkJCwsODxAOEQoLDA0ODwwNDg8PDxAD2gQLCQwOEgoLDA0NDxAREhMUFhYYGgoMBwgICQoKCgoKCiEUFgoLCQkIBncICAcHDgwLCRUKCw0NDg0OFBIMCwoQDxYTCwwMEw4ODQ4NDAoJChALDA4HBwgIdwwTERULDQ0OCQsHCAkJCgsMDA0NNiMaGxsODQ0NDAsLCgkJBwYEBA4ICQMEAwIBAQECAwMFBQABAAAAAAPCA/QAjQAAAQ8VFRcVDwcVHwwPFCEvFTM/Cy8INy8aAegOGhgVExAODAoMCwcKCAUFBAcGAgUDAQEDBgkHBAMBAQICBAcTCgsMDBkjMgUGBwgJCQsligkJCQ8OCwoJCgUFBgOEBgoGCAkLDQ4RCQkKC3UlCgoJCAcGBSITEhEPGRUPDwYDAgEBAQEJAgUCAQEBAQECAwYGCgsLDAwMDA0RCwoRDwQDCA8QEBERA/MCBQcJCQoKCwsPERAOEA0ODh8hEC8vEycZGRggJQoICAcGBQUFBAYKBQMDAwQCAQ4LCgkIBwYQRgYGBw8PEBEQGA8THR0iEBAQERAPDgYGBgU7EAYHCAkKCw4BAgICBwYHCAYHBwcGBgYVCBYLCrUUFBMTER8bHRkRDwwLCAcIBAIDAQYDBggFBQIBAAIAAAAAA14D9AA/AJIAAAEPDy8PPw8fDgUVHwcJAT8HNS8dKwEPHQJ9AQIDBAUGCAgJCQoLDAwMDQ0MDAwLCgkJCAgGBQQDAgEBAgMEBQYICAkJCgsMDAwNDQwMDAsKCQkICAYFBAMC/iYBAwQHCAkLDAEnAScMCwkIBwQDAQICAwQFBQcHBwkJCgoLDAwMDg0PDg8QEBAREBIREhISEhESEBEQEBAPDg8NDgwMDAsKCgkJBwcHBQUEAwICApYNDAwMCwoJCQgIBgUEAwIBAQIDBAUGCAgJCQoLDAwMDQ0MDAwLCgkJCAgGBQQDAgEBAgMEBQYICAkJCgsMDAwiDg4bGhkZGBcW/lMBrRYXGBkZGhscExMSEhISEREREA8PDw4NDQ0LCwsJCQgIBgYFBAQCAgICBAQFBgYICAkJCwsLDQ0NDg8PDxARERESEhISEwAAAAAAABIA3gABAAAAAAAAAAEAAAABAAAAAAABABEAAQABAAAAAAACAAcAEgABAAAAAAADABEAGQABAAAAAAAEABEAKgABAAAAAAAFAAsAOwABAAAAAAAGABEARgABAAAAAAAKACwAVwABAAAAAAALABIAgwADAAEECQAAAAIAlQADAAEECQABACIAlwADAAEECQACAA4AuQADAAEECQADACIAxwADAAEECQAEACIA6QADAAEECQAFABYBCwADAAEECQAGACIBIQADAAEECQAKAFgBQwADAAEECQALACQBmyBHcmlkIGNvbnRyb2wgRm9udFJlZ3VsYXJHcmlkIGNvbnRyb2wgRm9udEdyaWQgY29udHJvbCBGb250VmVyc2lvbiAxLjBHcmlkIGNvbnRyb2wgRm9udEZvbnQgZ2VuZXJhdGVkIHVzaW5nIFN5bmNmdXNpb24gTWV0cm8gU3R1ZGlvd3d3LnN5bmNmdXNpb24uY29tACAARwByAGkAZAAgAGMAbwBuAHQAcgBvAGwAIABGAG8AbgB0AFIAZQBnAHUAbABhAHIARwByAGkAZAAgAGMAbwBuAHQAcgBvAGwAIABGAG8AbgB0AEcAcgBpAGQAIABjAG8AbgB0AHIAbwBsACAARgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAARwByAGkAZAAgAGMAbwBuAHQAcgBvAGwAIABGAG8AbgB0AEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAHUAcwBpAG4AZwAgAFMAeQBuAGMAZgB1AHMAaQBvAG4AIABNAGUAdAByAG8AIABTAHQAdQBkAGkAbwB3AHcAdwAuAHMAeQBuAGMAZgB1AHMAaQBvAG4ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBAgEDAQQBBQAETWFsZQZGZW1hbGUITG9jYXRpb24AAAAA) format('truetype'); -font-weight: normal; -font-style: normal; -} - -[class^="sf-icon-"], [class*=" sf-icon-"] { - font-family: 'Grid control Font' !important; -speak: none; -font-size: 55px; -font-style: normal; -font-weight: normal; -font-variant: normal; -text-transform: none; -line-height: 1; --webkit-font-smoothing: antialiased; --moz-osx-font-smoothing: grayscale; -} - -.sf-icon-Male:before { content: "\e700"; } -.sf-icon-Female:before { content: "\e701"; } -.sf-icon-Location:before { content: "\e702"; } +@font-face { +font-family: 'Grid control Font'; +src: +url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMj1tSfQAAAEoAAAAVmNtYXDnE+ddAAABkAAAADpnbHlmWm7FjgAAAdgAAAPkaGVhZBFF/fMAAADQAAAANmhoZWEIHwQFAAAArAAAACRobXR4EAAAAAAAAYAAAAAQbG9jYQKaAUgAAAHMAAAACm1heHABEACgAAABCAAAACBuYW1lmuAR1QAABbwAAAKdcG9zdHgFC7MAAAhcAAAAQgABAAAEAAAAAFwEAAAAAAADwgABAAAAAAAAAAAAAAAAAAAABAABAAAAAQAAJ9BcPl8PPPUACwQAAAAAANcy3IEAAAAA1zLcgQAAAAADwgP0AAAACAACAAAAAAAAAAEAAAAEAJQAAgAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5wDnAgQAAAAAXAQAAAAAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAJgAAAAQABAABAADnAv//AADnAP//AAAAAQAEAAAAAQACAAMAAAAAAAAAqAFIAfIAAAABAAAAAAPBA/MAkwAAASMPDRUfBQ8FHw4VDxYhLxY1Pw8vAz8DLxcjDwUBhQEIEQoKCwoEBQMEAwIBAQEBAwQFBggGAwIBAQICBQcKDAUEBwUFBgYICAYHCQkUFxcXPRUUFBAODAoMCQQEAgIBA4QBBAQEBQsKCw0PEhQUFh0sFxcUCQkHBgoMCAgDAwIBDAsGBQUDAgECBAcKDgYDAgEBAQMDBAUGBwkJCwsODxAOEQoLDA0ODwwNDg8PDxAD2gQLCQwOEgoLDA0NDxAREhMUFhYYGgoMBwgICQoKCgoKCiEUFgoLCQkIBncICAcHDgwLCRUKCw0NDg0OFBIMCwoQDxYTCwwMEw4ODQ4NDAoJChALDA4HBwgIdwwTERULDQ0OCQsHCAkJCgsMDA0NNiMaGxsODQ0NDAsLCgkJBwYEBA4ICQMEAwIBAQECAwMFBQABAAAAAAPCA/QAjQAAAQ8VFRcVDwcVHwwPFCEvFTM/Cy8INy8aAegOGhgVExAODAoMCwcKCAUFBAcGAgUDAQEDBgkHBAMBAQICBAcTCgsMDBkjMgUGBwgJCQsligkJCQ8OCwoJCgUFBgOEBgoGCAkLDQ4RCQkKC3UlCgoJCAcGBSITEhEPGRUPDwYDAgEBAQEJAgUCAQEBAQECAwYGCgsLDAwMDA0RCwoRDwQDCA8QEBERA/MCBQcJCQoKCwsPERAOEA0ODh8hEC8vEycZGRggJQoICAcGBQUFBAYKBQMDAwQCAQ4LCgkIBwYQRgYGBw8PEBEQGA8THR0iEBAQERAPDgYGBgU7EAYHCAkKCw4BAgICBwYHCAYHBwcGBgYVCBYLCrUUFBMTER8bHRkRDwwLCAcIBAIDAQYDBggFBQIBAAIAAAAAA14D9AA/AJIAAAEPDy8PPw8fDgUVHwcJAT8HNS8dKwEPHQJ9AQIDBAUGCAgJCQoLDAwMDQ0MDAwLCgkJCAgGBQQDAgEBAgMEBQYICAkJCgsMDAwNDQwMDAsKCQkICAYFBAMC/iYBAwQHCAkLDAEnAScMCwkIBwQDAQICAwQFBQcHBwkJCgoLDAwMDg0PDg8QEBAREBIREhISEhESEBEQEBAPDg8NDgwMDAsKCgkJBwcHBQUEAwICApYNDAwMCwoJCQgIBgUEAwIBAQIDBAUGCAgJCQoLDAwMDQ0MDAwLCgkJCAgGBQQDAgEBAgMEBQYICAkJCgsMDAwiDg4bGhkZGBcW/lMBrRYXGBkZGhscExMSEhISEREREA8PDw4NDQ0LCwsJCQgIBgYFBAQCAgICBAQFBgYICAkJCwsLDQ0NDg8PDxARERESEhISEwAAAAAAABIA3gABAAAAAAAAAAEAAAABAAAAAAABABEAAQABAAAAAAACAAcAEgABAAAAAAADABEAGQABAAAAAAAEABEAKgABAAAAAAAFAAsAOwABAAAAAAAGABEARgABAAAAAAAKACwAVwABAAAAAAALABIAgwADAAEECQAAAAIAlQADAAEECQABACIAlwADAAEECQACAA4AuQADAAEECQADACIAxwADAAEECQAEACIA6QADAAEECQAFABYBCwADAAEECQAGACIBIQADAAEECQAKAFgBQwADAAEECQALACQBmyBHcmlkIGNvbnRyb2wgRm9udFJlZ3VsYXJHcmlkIGNvbnRyb2wgRm9udEdyaWQgY29udHJvbCBGb250VmVyc2lvbiAxLjBHcmlkIGNvbnRyb2wgRm9udEZvbnQgZ2VuZXJhdGVkIHVzaW5nIFN5bmNmdXNpb24gTWV0cm8gU3R1ZGlvd3d3LnN5bmNmdXNpb24uY29tACAARwByAGkAZAAgAGMAbwBuAHQAcgBvAGwAIABGAG8AbgB0AFIAZQBnAHUAbABhAHIARwByAGkAZAAgAGMAbwBuAHQAcgBvAGwAIABGAG8AbgB0AEcAcgBpAGQAIABjAG8AbgB0AHIAbwBsACAARgBvAG4AdABWAGUAcgBzAGkAbwBuACAAMQAuADAARwByAGkAZAAgAGMAbwBuAHQAcgBvAGwAIABGAG8AbgB0AEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAHUAcwBpAG4AZwAgAFMAeQBuAGMAZgB1AHMAaQBvAG4AIABNAGUAdAByAG8AIABTAHQAdQBkAGkAbwB3AHcAdwAuAHMAeQBuAGMAZgB1AHMAaQBvAG4ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQBAgEDAQQBBQAETWFsZQZGZW1hbGUITG9jYXRpb24AAAAA) format('truetype'); +font-weight: normal; +font-style: normal; +} + +[class^="sf-icon-"], [class*=" sf-icon-"] { + font-family: 'Grid control Font' !important; +speak: none; +font-size: 55px; +font-style: normal; +font-weight: normal; +font-variant: normal; +text-transform: none; +line-height: 1; +-webkit-font-smoothing: antialiased; +-moz-osx-font-smoothing: grayscale; +} + +.sf-icon-Male:before { content: "\e700"; } +.sf-icon-Female:before { content: "\e701"; } +.sf-icon-Location:before { content: "\e702"; } diff --git a/styles/bootstrap.css b/styles/bootstrap.css new file mode 100644 index 00000000..b93d7297 --- /dev/null +++ b/styles/bootstrap.css @@ -0,0 +1,68309 @@ +@charset "UTF-8"; +/** + * ej2 styles + */ +@font-face { + font-family: "e-icons"; + font-style: normal; + font-weight: normal; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjiKT0EAAAEoAAAAVmNtYXAA1/wtAAAIkAAACGJnbHlmqfxoKwAAFIAAAXTYaGVhZBc8dGMAAADQAAAANmhoZWEIXgWFAAAArAAAACRobXR4EAb+rAAAAYAAAAcQbG9jYeGYg8IAABD0AAADim1heHAC6gHHAAABCAAAACBuYW1lc0cOBgABiVgAAAIlcG9zdG0jaAIAAYuAAAAYXQABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAABxAABAAAAAQAA9blygV8PPPUACwQAAAAAANoOl7MAAAAA2g6Xs//A/+QEQAQcAAAACAACAAAAAAAAAAEAAAHEAbsAHAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4gHsMwQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/kBAD/5AQAAAAEAP/kBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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AKsArACtAK4ArwCwALEAsgCzALQAtQC2ALcAuAC5ALoAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAM8A0ADRAB8AIAB3ANMBfACQAJEAkgCTAJQAlQCWAJcAmACZAJoAmwCcAJ0AngCfAKAAoQEaARsBHAEdAR4BHwEgASEBIwEkASUBJgEnAXYBdwF4AXkBegF7ASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBfQF+AX8BgAGBAYIBgwGEAYUBpgGlAaQBowGoAakBqgGnAasBrAGtAa4BrwGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAUIBQwFEAUUBRgAlAUgBSQFKACYBTAFNAU4BTwFQAVEBRwFLAZYAJwGXAZgBmgGbAZwBnQGeAaEBmQGfAaABogGwAbEBsgGzACgBuQHAAboBuwG8Ab0BvgG/AcIBwwApAbgAKgArACwALQAuAC8AMAAxAbQBtQG2AbcBwQAyADMANAA1ADYANwA4ADkAOgA7ADwAPQA+AD8AQABBAEIAQwBEASIARQErAEYARwBIAEkASgBLAEwBbgBNAE4AXgBPAFAAUQBSAF8AYABhAGIAUwBUAFUAVgBXAGMAWABZAFoAZABbAFwAXQBlANQA1QDWANcA2ADZANoA2wDcAN0AIQAiACMAJADeAN8A4ADhAOIA4wDkAOUA5gDnAOgA6QDqAOsA7ADtAO4A7wDwAPEA8gFlAWEBWgFtAWwBWAFgAV4BWQFfAVUBXAFUAWQBYwFmAVYBYgFXAVsBUwFdAWsBZwFpAWoBaAFvAXIBcAFxAXMBdAF1ASgBKQEqAPwA/QD+AP8BAAEBAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZAPMA9AD1APYA9wD4APkA+gD7AAAAAAAAAQgCOAJ0AtQDAAMYAy4DwATIBNoFrgaCBqYG9AcCByYHSAdsB4wITAjqCjAK2gviDN4N1g7wECoSJhNIFPwWQBeOGO4ahBvoHCoc5h1OHYYdsh3qHgwejB7OH24fjCA2IEwgjiCmIMQg4CE2IUQhUiFgIYIhkCGeIeoiFiIsIkYiXiJ0Io4irCLAItQi6iMAIw4jHCN6I9oktiTK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AAADMwP0AD8AfwC/AP8BPwF/AAAlFR8OPw8vDw8OBR8PPw49AS8ODw4BFR8NOwE/Di8OKwEPDQUfDjsBPw09AS8NKwEPDQEVHw4/Dy8PDw4FHw8/Dj0BLw4PDgJNAgMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgIBgAIDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICAYACAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAn8LDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMAXUMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwF1DAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAAAAAgAAAAAA+cD9AA/AEMAkgCWAJoAngCiANAAAAEPDisBLw09AT8NOwEfDSUVIzUl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AQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBARv+hj+eBgYFBQQDAQECBAWyngYGBQUEAwEBAgQFsp4GBgUFBAMBAQIEBbIBAQMEBQUGBwG4BwYFBQQDAQGvBgIEAgEBAwQFBQYGnq8GAgQCAQEDBAUFBgaerwYCBAIBAQMEBQUGBp4BAQMEBQUGB/5IBwYFBQQDAQEECgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQmzH/ytA3IfHwEBAwQFBQYGQwgHBXdOAQEDBAUFBgdCCAcFd04BAQMEBQUGBkMIBwV3LgcGBQUEAwEBAQEDBAUFBgcudAUDBwhDBgYFBQQDAQFOdAUDBwhCBwYFBQQDAQFOdAUDBwhDBgYFBQQDAQEfBwYFBQQDAQEBAQMEBQUGAAAAAAEAAAAAA3kD+ABWAAABES8GDwsfBQEfAjM/BAE/BS8LDwYRNS8JKwEPCQHB0AQGBQYLDAwMBgUFBQQEAwIEAQEEAgQDBQE7BxMMDAwGBgUFAT8FAwQCBAEBBAIDBAQFBQUGDAwMCwYFBgTQAQICBgcKCgYGBwYGBwYFCwkIBgICAQO5/SXNBAQDAwMBAQMDAwQEBQUGBQwMDAwFBgUE/skHCQMDAgIDBAE7BQUGBQwMDAwFBgUFBAQDAgQBAQMDAwQEzQLbBgcGBgoKBwYCAgEBAgIGBwoKBgYHAAACAAAAAAP4A/gARQCJAAAJAQ8FHws/BhEVHwk7AT8JNREvCg8FFxEfCjM/AwE/BS8LDwYRNS8JKwEPCQFW/sUFAwQC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AdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoB+wH8Af0B/gH/AgACAQICAgMCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0CvgK/AsACwQLCAsMCxALFAApQZGZfRXhwb3J0CkNTVl9FeHBvcnQMRXhjZWxfRXhwb3J0DEJUX0RhdGVyYW5nZQ1NVF9FeGNlbGNsZWFyDk1UX0V4Y2VsZmlsdGVyDEJ1bGxldF9BcnJvdw1CdWxsZXRfQ2lyY2xlBU5vbmUyC0J1bGxldF9UaWNrEUJvcmRlcl9EaWFnb25hbFVwE0JvcmRlcl9EaWFnb25hbERvd24NQnVsbGV0X0Zsb3dlcgpCdWxsZXRfRG90DUJ1bGxldF9TcXVhcmUNTVRfUmlnaHRBcnJvdwxNVF9MZWZ0QXJyb3cMTVRfRG93bkFycm93Ck1UX1VwYXJyb3cNTVRfUmVjdXJyZW5jZRNNVF9SZWN1cnJlbmNlRWRpdGVkC01UX0xvY2F0aW9uDk1UX0Rlc2NyaXB0aW9uC01UX1RpbWV6b25lCEJUX1RvYWR5CkJUX0RheVZpZXcLQlRfV29ya1dlZWsJQlRfQWdlbmRhDkJUX01vbnRoQWdlbmRhC0JUX1dlZWtWaWV3C0JUX0RhdGVUaW1lC0JUX1Jlc291cmNlDkJUX1RpbWVMaW5lRGF5D0JUX1RpbWVMaW5lV2VlaxNCVF9UaW1lTGluZVdvcmtXZWVrEEJUX1RpbWVMaW5lTW9udGgIdGFibGUtMDIEY29weQh0aC1zbWFsbAdzYXZlLTAyCmFsaWduLWxlZnQHZWRpdC0wNghjbG9zZS13Zgt3b3JkLWV4cG9ydApwcmludGVyLTAyC2Nyb3NzLWNsb3NlBHBsdXMFY2xvc2UNY2hlY2stbWFyay0wMQdlZGl0LTA0B2FkZC1uZXcIY2xvc2UtMDEQY2hldnJvbi1yaWdodC0wMQphcnJvdy1sZWZ0EWFycm93aGVhZC1kb3duLTAxDGFycm93aGVhZC11cA5hcnJvd2hlYWQtZG93bglkZWxldGUtMDYPYXJyb3doZWFkLXJpZ2h0DmFycm93aGVhZC1sZWZ0C2Fycm93LXJpZ2h0CWRlbGV0ZS0wNQxkb3duLWFycm93LTEMY2hldnJvbi1kb3duDWFyb293LWxlZnQtMDEQY2hldnJvbi1yaWdodC0wMxBuYXZpZ2F0aW9uLXJpZ2h0CVNvcnRpbmctbQtCb3R0b20taWNvbghUb3AtaWNvbgtueHQtcGctaWNvbgtkb3duLWFycm93MghVcC1hcnJvdwpEd24tYXJyb3czCUdyb3VwaWNvbgtTZWxlY3Rpb24tbQdCVF9NZW51DU1UX0xlZnRfQXJyb3cIQlRfTWVudTESTVRfUmlnaHRfQXJyb3dmaWxsB0JUX0VkaXQJQlRfZmlsdGVyC0JUX0NhbGVuZGFyCUJUX1NlYXJjaAdCVF9TYXZlEkJUX0JvdHRvbWFycm93ZmlsbAxNVF9Cb3R0b21maWwJQlRfUmVsb2FkB01UX01lbnUKRkJfVG9wZmlsbAxCVF9sZWZ0YXJyb3cJQlRfUmVtb3ZlCU1UX1NlYXJjaAdCVF90aW1lCU1UX0RlbGV0ZQtCVF9iYWNrd2FyZApCVF9BZGRmbGF0DkJUX2JvdHRvbWFycm93CEJUX0NsZWFyDUZCX0xlZnRfQXJyb3cTQlRfQ2hlY2tib3hjb2xsYXBzZQlCVF9EZWxldGUNQlRfUmlnaHRhcnJvdw5GQl9SaWdodF9BcnJvdwlCVF9TZWxlY3QOQ29sdW1uX2Nob29zZXIIVHJlZXZpZXcJVHJlZXZpZXcyCVRyZWV2aWV3MQlUcmVldmlldzMOTVRfVHJlZV9leHBhbmQOQlRfVHJlZV9leHBhbmQDVXAxBE5leHQHTmV4dG9uZQdQcmV2b25lBFByZXYJRG93bl9Tb3J0CUJvb3RzdHJhcA5Cb290c3RyYXBfUGxheQ9Cb290c3RyYXBfUGF1c2UPUGFyYU9wdGlvbmRvd24xClRleHRTZWFyY2gXSW5zaWRlSG9yaXpvbmRhbEJvcmRlcnMKUmVzdGFydEF0MQ1PcGVuSHlwZXJsaW5rB0N1dERhdGEIQ29weURhdGEJVG9wQm9yZGVyDURlbGV0ZUNvbHVtbnMKRGVsZXRlUm93cwtJbnNlcnRSaWdodApJbnNlcnRMZWZ0D1JlbW92ZUh5cGVybGluaxVJbnNpZGVWZXJ0aWNhbEJvcmRlcnMLUmlnaHRCb3JkZXINRWRpdEh5cGVybGluawlIeXBlcmxpbmsLTGVmdEJvcmRlcnMLRGVsZXRlVGFibGUPVGFibGVQcm9wZXJ0aWVzDUNvcHlIeXBlcmxpbmsMQm90dG9tQm9yZGVyDkNsaXBib2FyZFBhc3RlEUNvbnRpbnVlTnVtYmVyaW5nC0luc2VydEJlbG93C0luc2VydEFib3ZlCkJvcmRlck5vbmUJQm9yZGVyQm94A0FsbA9UYWJsZUFsaWduUmlnaHQMQ3VzdG9tQm9yZGVyDlRhYmxlQWxpZ25MZWZ0EFRhYmxlQWxpZ25DZW50ZXINTGluZVZlcnlzbWFsbApMaW5lbm9ybWFsCUxpbmVzbWFsbA1QYXJhT3B0aW9udXAxClRleHRCb3R0b20KVGV4dENlbnRlcgdUZXh0VG9wDk1UX0NsZWFyRm9ybWF0EE1UX1N0cmlrZXRocm91Z2gMTVRfVXBwZXJjYXNlCk1UX0p1c3RpZnkITVRfSW1hZ2UJTVRfUmVzaXplC01UX01pbmltaXNlC01UX0VkaXRMaW5rB01UX0JvbGQMTVRfQWxpZ25MZWZ0Bk1UX0N1dBJNVF9BbHRlcm5hdGl2ZVRleHQHTVRfQ29weQlNVF9SZW1vdmURTVRfSW5jcmVhc2VJbmRlbnQLTVRfQ2xlYXJBbGwHTVRfVW5kbw1NVF9GdWxsU2NyZWVuDE1UX1VuZGVybGluZRBNVF9Vbm9yZGVyZWRMaXN0Ck1UX1ByZXZpZXcOTVRfT3JkZXJlZExpc3QMTVRfTG93ZXJjYXNlDU1UX1JlbW92ZUxpbmsJTVRfWm9vbUluC01UX09wZW5MaW5rCE1UX1ByaW50DE1UX0ZvbnRDb2xvcg1NVF9BbGlnblJpZ2h0DU1UX0NyZWF0ZUxpbmsLTVRfVmlld1NpZGULTVRfQ29kZVZpZXcKTVRfWm9vbU91dA5NVF9TdXBlcnNjcmlwdAdNVF9QYXJhB01UX1JlZG8ITVRfUGFzdGUNTVRfSW5zZXJ0Q29kZQxNVF9TdWJzY3JpcHQKTVRfRGlzcGxheQpNVF9SZXBsYWNlCU1UX0l0YWxpYwpNVF9DYXB0aW9uEk1UX0JhY2tncm91bmRjb2xvchFNVF9EZWNyZWFzZUluZGVudA5NVF9BbGlnbkNlbnRlcgtNVF9Gb250TmFtZQhCVF9DbG9zZQtEcmFnQW5kRHJvcAxGaWx0ZXJGaWVsZHMKTmV3X0NvbHVtbgdOZXdfUm93A1N1bQhGaWx0ZXJfQg1GaWx0ZXJDbG9zZV9CBlNvcnRfQgdDbG9zZV9CB0Nsb3NlX0YNQ2xlYXJmaWx0ZXJfQgJPawtBbGlnbkJvdHRvbQ5JbnNlcnRSb3dBYm92ZQ5JbnNlcnRSb3dCZWxvdwtBbGlnbkNlbnRlcgxEZWxldGVDb2x1bW4JRGVsZXRlUm93EEluc2VydENvbHVtbkxlZnQIQWxpZ25Ub3ARSW5zZXJ0Q29sdW1uUmlnaHQORWRpdFByb3BlcnRpZXMRVmVydGljYWxBbGlnbm1lbnQJQWRkQ29sdW1uBVN0eWxlCVRiX0RlbGV0ZQZBZGRSb3cGSGVhZGVyBlRhYl9VcAhUYWJfRG93bglUYWJfTW9yZTEJVGFiX01vcmUyBlJlc2l6ZQlCX1BWX09wZW4OQl9QVl9GaXJzdHBhZ2UNQl9QVl9QcmV2aW91cwlCX1BWX05leHQNQl9QVl9MYXN0cGFnZQxCX1BWX1pvb21vdXQLQl9QVl9ab29taW4NQl9QVl9Eb3dubG9hZA1CX1BWX0Jvb2ttYXJrC0JfUFZfU2VhcmNoE0JfUFZfVGV4dEFubm90YXRpb24KQl9QVl9DbG9zZQxCX1BWX0NvbW1lbnQJQl9QVl9TYXZlDkJfUFZfQWxpZ25sZWZ0DUJfUFZfRnJlZWhhbmQJQl9QVl9VbmRvDkJfUFZfSGlnaGxpZ2h0CUJfUFZfTW9yZQ5CX1BWX1VuZGVybGluZRJCX1BWX1N0cmlrZXRocm91Z2gKQl9QVl9QYWludAhCX1BWX1BhbgxCX1BWX09wYWNpdHkLQl9QVl9EZWxldGULQl9QVl9DdXJzb3IPQl9QVl9SaWdodGFycm93EEJfUFZfU3Ryb2tlY29sb3IKQl9QVl9QcmludAlCX1BWX1JlZG8JQl9QVl9Gb250C0JfUFZfU2hhcGVzDkJfUFZfbGVmdGFycm93EUJfUFZfU3Ryb2tld2VpZ2h0E0JfUFZfQW5ub3RhdGlvbkVkaXQOQl9QVl9UaHVtYm5haWwKQl9QVl9TdGFtcA5CX1BWX1BhZ2VicmVhaw9CX1BWX1NpbmdsZXBhZ2UKQl9Db2xsYXBzZQhCX0V4cGFuZA5Eb3VibGVSZXNpemVfMg5Eb3VibGVSZXNpemVfMQ5TaW5nbGVSZXNpemVfMQ5TaW5nbGVSZXNpemVfMw5TaW5nbGVSZXNpemVfMg5TaW5nbGVSZXNpemVfNAtEcmFnYW5kRHJvcAdBcnJvd1VwCUFycm93RG93bgpBcnJvd3JpZ2h0CUFycm93TGVmdAdHcmlwcGVyD05ld19GaWx0ZXJDbGVhcgpOZXdfRmlsdGVyEE5ld19GaWx0ZXJBY3RpdmUHQlRfQ29kZQdCVF9ncmlkCEJUX3Bhc3RlCUJUX2RlbGV0ZQtCVF9kb3dubG9hZAZCVF9jdXQHQlRfTGlzdApCVF9yZWZyZXNoB0JUX2luZm8NQlRfcmlnaHRhcnJvdw1CVF9vcGVuZm9sZGVyCEJUX2Nsb3NlDEJUX25ld2ZvbGRlcglCVF9yZW5hbWUHQlRfY29weQlCVF9zZWFyY2gGVXBsb2FkB0JUX2JhY2sMQlRfc2VsZWN0YWxsB0JUX3NvcnQJQlRfb3B0aW9uB0JUX3RpY2sMQl9CcmVhZGNydW1iDEJfRnVsbHNjcmVlbgZCX1NhdmUIQl9FeHBvcnQIQl9TYXZlYXMIQl9SZW5hbWUSQl9OdW1iZXJGb3JtYXR0aW5nC0JfUERGRXhwb3J0DEJfR3JhbmR0b3RhbAtCX05ld1JlcG9ydAtCX0NTVmV4cG9ydA1CX0V4Y2VsRXhwb3J0CEJfRGVsZXRlB0JfQ2hhcnQGQl9Mb2FkBkJfR3JpZApCX1N1YnRvdGFsCEZvbnRUeXBlDUJfTGluZXNwYWNpbmcGQl9Mb2NrCEJfSXRhbGljBkJfTGluawdCX1RhYmxlEEJfVGFibGVvZmNvbnRlbnQMQl9QYWdlbnVtYmVyBUJfTmV3BkJfQm9sZAtCX0ZvbnRDb2xvcgtCX1BhZ2VTZXR1cA1CX1N0cm9rZVN0eWxlB0JfSW1hZ2UKQl9Cb29rbWFyawhCX0hlYWRlcgZCX09wZW4JQl9CdWxsZXRzEkJfU2hvd0hpZGVwcm9wZXJ0eQhCX0Zvb3RlcgpCX0NsZWFyQWxsDU91dHNpZGVCb3JkZXIKQWxsQm9yZGVycw1JbnNpZGVCb3JkZXJzBENlbGwPQl9BbGlnblRvcHRhYmxlEkJfQWxpZ25Cb3R0b210YWJsZRJCX0FsaWduQ2VudGVydGFibGUJU2VsZWN0aW9uB0JfQnJlYWsLQl9QYWdlQnJlYWsOQl9TZWN0aW9uQnJlYWsITV9VcGxvYWQHQXV0b0ZpdBBGaXhlZENvbHVtbldpZHRoDUF1dG9GaXRXaW5kb3cMQnJpbmdGb3J3YXJkCkJyaW5nRnJvbnQIU2VuZGJhY2sMU2VuZEJhY2t3YXJkB1VuZ3JvdXAFR3JvdXAFT3JkZXINU2luZ2xlVXBBcnJvdw9TaW5nbGVEb3duQXJyb3cQU2luZ2xlUmlnaHRBcnJvdw9TaW5nbGVMZWZ0QXJyb3cQRG91YmxlUmlnaHRBcnJvdw9Eb3VibGVMZWZ0QXJyb3cJWm9vbVRvRml0CEFkZEFib3ZlCEFkZEJlbG93BkJfTGluZQdCX0Fycm93C0JfUmVjdGFuZ2xlCEJfQ2lyY2xlCkJfUGVudGFnYW4IQl9MZW5ndGgGQl9BcmVhC0JfUGVyaW1ldGVyCEJfUmFkaXVzCEJfVm9sdW1lEkJfQ2hhbmdlU2NhbGVSYXRpbwxCX1Byb3BlcnRpZXMJQl9Db21tZW50ClRodW1ic0Rvd24IVGh1bWJzVXALVGh1bWJzRG93bjEJSlBHRXhwb3J0CVBOR0V4cG9ydAlTVkdFeHBvcnQXQl9Db25kaXRpb25hbEZvcm1hdHRpbmcRQl9Gb3JtdWxhRnVuY3Rpb24MSGlkZWhlYWRpbmdzDUhpZGVHcmlkbGluZXMGQl9IaWRlC0JfRHVwbGljYXRlCU1zRXhjZWw5NwlFeHBvcnRDU1YDTURYCEZvcm1hdF9CCE5hbWVkc2V0C08tQXR0cmlidXRlCURpbWVuc2lvbgZMZXZlbDEGTGV2ZWwyBkxldmVsMwZMZXZlbDQGTGV2ZWw1C1VzZXJEZWZpbmVkA0tQSQpNX1NvcnREb3duCk1fU29ydE5vbmUITV9Tb3J0VXAQQ2FsY3VsYXRlZE1lbWJlcgpDdXN0b21Tb3J0DlNvcnREZXNjZW5kaW5nDVNvcnRBc2NlbmRpbmcKQWRkQ29tbWVudAVSZXBseQlTZW5kQXJyb3cLQ29tbWVudE1hcmsRQl9IYW5kV3JpdHRlblNpZ24MQl9NYWluRmlsdGVyClVuZmlsdGVyZWQQRmlsdGVyZWRTb3J0RGVzYwpGX1NvcnREZXNjCkZfU29ydEFzY2UQRmlsdGVyZWRTb3J0QXNjZQhGaWx0ZXJlZAlCX1JlYXBwbHkIQl9SZW9wZW4HQl9Hcm91cAlCX1VuZ3JvdXAAAAAAAA==) format("truetype"); +} + +.e-icons { + font-family: "e-icons"; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +/*! common core */ +.e-control, +.e-css { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + font-weight: normal; +} + +.e-error { + color: #a94442; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + font-weight: normal; +} + +.e-control, +.e-control [class^='e-'], +.e-control [class*=' e-'] { + box-sizing: border-box; +} + +.e-control:focus, +.e-control *:focus { + outline: none; +} + +.e-rtl { + direction: rtl; + text-align: right; +} + +.e-overlay { + background-color: #383838; + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-hidden { + display: none; +} + +.e-blazor-hidden { + visibility: hidden; +} + +.e-disabled { + background-image: none; + cursor: default; + filter: alpha(Opacity=35); + opacity: .35; +} + +.e-ul { + list-style-type: none; +} + +.e-prevent-select { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-warning { + color: #fff; +} + +.e-success { + color: #3c763d; +} + +.e-information { + color: #31708f; +} + +.e-block-touch { + -ms-touch-action: pinch-zoom; + touch-action: pinch-zoom; +} + +/*! animation keyframes */ +@keyframes SlideLeftOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(-100%, 0); + } +} + +@keyframes SlideLeftIn { + from { + transform: translate(-100%, 0); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideRightIn { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideRightOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(100%, 0); + } +} + +@keyframes SlideBottomIn { + from { + transform: translate(0, 100%); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideBottomOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(0, 100%); + } +} + +@keyframes SlideTopIn { + from { + transform: translate(0, -100%); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideTopOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(0, -100%); + } +} + +@keyframes SlideRight { + from { + width: 0; + } + to { + width: 100%; + } +} + +@keyframes SlideLeft { + from { + width: 100%; + } + to { + width: 0; + } +} + +@keyframes SlideDown { + from { + height: 0; + } + to { + height: 100%; + } +} + +@keyframes SlideUp { + from { + height: 100%; + } + to { + height: 0; + } +} + +@keyframes FadeIn { + 0% { + filter: alpha(opacity=0); + opacity: 0; + } + 100% { + filter: alpha(opacity=100); + opacity: 1; + } +} + +@keyframes FadeOut { + from { + filter: alpha(opacity=100); + opacity: 1; + } + to { + filter: alpha(opacity=0); + opacity: 0; + } +} + +@keyframes ZoomIn { + from { + transform: translate(0, 0) scale(0); + } + to { + transform: translate(0, 0) scale(1); + } +} + +@keyframes ZoomOut { + from { + transform: translate(0, 0) scale(1); + } + to { + transform: translate(0, 0) scale(0); + } +} + +@keyframes FadeZoomIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: scale(0); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: scale(1); + } +} + +@keyframes FadeZoomOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: scale(1); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: scale(0); + } +} + +@keyframes FlipRightDownIn { + from { + transform: perspective(400px) rotateY(-180deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightDownOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(-180deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightUpIn { + from { + transform: perspective(400px) rotateY(135deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightUpOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftDownIn { + from { + transform: perspective(400px) rotateY(-180deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftDownOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftUpIn { + from { + transform: perspective(400px) rotateY(-135deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftUpOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg) perspective(200px); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYLeftIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateY(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYLeftOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(90deg); + } + 75% { + transform: perspective(850px) rotateY(125deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateY(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYRightIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateY(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(-90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYRightOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(-90deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateY(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXDownIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateX(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXDownOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(90deg); + } + 75% { + transform: perspective(850px) rotateX(125deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateX(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXUpIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateX(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(-90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXUpOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(-90deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateX(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +.e-ripple, +.e-ripple-style { + overflow: hidden; + position: relative; + transform: translate3d(0, 0, 0); +} + +.e-ripple-element, +.e-ripple-style::after { + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100%; + overflow: hidden; + pointer-events: none; + position: absolute; + transform: scale(0); + transition: opacity, transform 0ms cubic-bezier(0, 0.1, 0.2, 1); +} + +.e-ripple-style::after { + background: rgba(0, 0, 0, 0.3); + content: ''; + display: block; + height: 50%; + left: 25%; + opacity: 0; + top: 25%; + transform: scale(3); + transition: transform .5s, opacity .5s; + width: 50%; +} + +.e-ripple-style:active::after { + opacity: 1; + transform: scale(0); + transition: 0s; +} + +/*! component's theme wise override fabric-definitions and variables */ +/*! accordion icons */ +.e-accordion .e-tgl-collapse-icon::before { + content: '\e916'; +} + +.e-accordion .e-tgl-collapse-icon.e-expand-icon { + transform: rotate(-180deg); +} + +/*! accordion layout */ +.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content, +.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-size: 16px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel { + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion { + border: 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 30px 0 45px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header { + padding: 0 30px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content { + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header { + line-height: 48px; + min-height: 50px; + padding: 0 30px 0 15px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon { + height: 50px; + min-height: 50px; + min-width: 24px; + right: 15px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon { + display: inline-block; + padding: 0 10px 0 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content { + padding: 15px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 45px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 60px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 30px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content { + padding: 15px 45px 15px 15px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 60px 15px 15px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 45px 0 30px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header { + padding: 0 30px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header { + padding: 0 15px 0 30px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon { + left: 15px; + right: auto; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + padding: 0 0 0 10px; +} + +.e-accordion { + display: block; + position: relative; +} + +.e-accordion .e-acrdn-item { + border-radius: 4px; + margin-top: 5px; +} + +.e-accordion .e-acrdn-item .nested .e-acrdn-item + .e-acrdn-item { + margin-top: 0; +} + +.e-accordion .e-acrdn-item:not(.e-select) { + margin-top: 5px; +} + +.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item:not(.e-select) { + margin-bottom: 0; + margin-top: 0; +} + +.e-accordion .e-acrdn-item:not(.e-select) + .e-acrdn-item.e-select { + margin-top: 5px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header { + border: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select { + margin: 2px; +} + +.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item.e-selected { + padding-top: 0; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item { + overflow: hidden; + padding-top: ""; + position: relative; +} + +.e-accordion .e-acrdn-item.e-hide { + display: none; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-size: 16px; +} + +.e-accordion .e-acrdn-item.e-select > .e-acrdn-header { + cursor: pointer; +} + +.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content { + text-decoration: underline; +} + +.e-accordion .e-acrdn-item .e-acrdn-header { + border-radius: 4px; + line-height: 39px; + min-height: 40px; + overflow: hidden; + padding: 0 30px 0 15px; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-accordion .e-acrdn-item .e-acrdn-header > * { + display: inline-block; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon { + display: none; + font-size: 12px; + height: 40px; + min-height: 40px; + min-width: 24px; + position: absolute; + right: 15px; + top: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-tgl-collapse-icon.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation { + transition: .5s ease 0s; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + display: inline-block; + padding: 0 10px 0 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel { + font-size: 14px; + overflow-y: hidden; + text-decoration: none; + width: 100%; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion { + border: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 30px 0 45px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 45px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 60px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + line-height: 1.5; + overflow: hidden; + padding: 15px; + text-overflow: ellipsis; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content > * { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 30px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header-content { + font-size: 14px; +} + +.e-accordion .e-acrdn-item .e-content-hide { + display: none; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 45px 0 30px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 30px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 45px 15px 15px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 60px 15px 15px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header { + padding: 0 15px 0 30px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon { + left: 15px; + right: auto; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + padding: 0 0 0 10px; +} + +/*! accordion theme */ +.e-accordion { + -webkit-tap-highlight-color: transparent; + background: #fff; + border: 1px none #ddd; +} + +.e-accordion .e-active { + background: #fff; +} + +.e-accordion .e-acrdn-item.e-overlay { + background: #fff; +} + +.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus { + background: transparent; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content { + color: #333; +} + +.e-accordion .e-acrdn-item.e-select { + background: #f5f5f5; + border: 1px solid #ddd; +} + +.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content { + color: #333; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + color: #333; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + color: #333; +} + +.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus { + background: transparent; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:hover { + background: transparent; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:active { + background: transparent; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:focus { + background: transparent; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header { + background: #f5f5f5; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon { + color: #333; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: #333; +} + +.e-accordion .e-acrdn-item.e-selected { + border: 1px solid #ddd; +} + +.e-accordion .e-acrdn-item.e-selected + .e-selected { + border: 1px solid #ddd; + border-top: 1px none #000; +} + +.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header { + background: #f5f5f5; + border: 0; + border-bottom: 1px solid #ddd; + border-radius: 0; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content { + color: #333; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content { + color: #333; +} + +.e-accordion .e-acrdn-item .e-toggle-icon { + color: #333; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel { + font-size: 14px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-dropdownbase .e-list-item .e-list-icon { + padding: 0 10px 0 0; +} + +.e-bigger .e-dropdownbase .e-list-item .e-list-icon, +.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 12px 0 0; +} + +.e-small .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 8px 0 0; +} + +.e-popup.e-ddl { + border-radius: 4px; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + margin-top: 3px; + overflow: auto; +} + +.e-popup.e-ddl .e-input-group { + width: auto; +} + +.e-popup.e-ddl .e-input-group input { + line-height: 15px; +} + +.e-popup.e-ddl .e-dropdownbase { + min-height: 26px; +} + +.e-popup.e-ddl .e-filter-parent .e-input-group { + display: -ms-flexbox; + display: flex; + width: auto; +} + +.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon { + border: 0; +} + +.e-bigger .e-popup.e-ddl-device-filter { + margin-top: 0; +} + +.e-bigger .e-popup.e-ddl .e-list-item, +.e-bigger .e-popup.e-ddl .e-list-group-item, +.e-bigger .e-popup.e-ddl .e-fixed-head { + font-size: 15px; + line-height: 40px; + padding-left: 0; + text-indent: 24px; +} + +.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item { + padding-left: 4px; +} + +.e-bigger .e-popup.e-ddl .e-input-group { + padding: 4px 0; +} + +.e-bigger .e-popup.e-ddl .e-input-group input, +.e-bigger .e-popup.e-ddl .e-input-group input.e-input { + height: 38px; +} + +.e-bigger .e-popup.e-ddl .e-dropdownbase { + min-height: 40px; +} + +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active, +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover, +.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active, +.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover { + background: transparent; + color: #333; +} + +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon, +.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon, +.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon, +.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon { + border: 0; +} + +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active, +.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active { + box-shadow: none; +} + +.e-ddl.e-popup .e-filter-parent { + border-bottom: 1px solid #ccc; +} + +.e-bigger.e-small .e-ddl.e-popup .e-list-item, +.e-bigger.e-small .e-ddl.e-popup .e-list-group-item, +.e-bigger.e-small .e-ddl.e-popup .e-fixed-head { + font-size: 14px; + line-height: 34px; + padding-left: 0; + text-indent: 16px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item { + padding-left: 4px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-input-group { + padding: 4px 0; +} + +.e-bigger.e-small .e-ddl.e-popup .e-input-group input, +.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input { + height: 30px; +} + +.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase { + min-height: 34px; +} + +.e-ddl .e-search-icon::before { + content: '\e993'; +} + +.e-ddl .e-back-icon::before { + content: '\e94b'; +} + +.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before { + content: '\e969'; + font-family: 'e-icons'; +} + +.e-bigger .e-input-group.e-ddl .e-input-filter, +.e-bigger .e-input-group.e-ddl .e-input-filter:focus { + margin-left: -20px; +} + +.e-bigger .e-ddl.e-popup .e-list-item, +.e-bigger .e-ddl.e-popup .e-list-group-item { + font-size: 15px; +} + +.e-bigger .e-ddl.e-popup .e-input-group { + padding: 4px 0; +} + +.e-popup-full-page { + bottom: 0; + left: 0; + margin: 0; + overflow: hidden; + padding: 0; + right: 0; + top: 0; +} + +.e-ddl.e-control-wrapper .e-ddl-disable-icon { + position: relative; +} + +.e-ddl.e-control-wrapper .e-ddl-disable-icon::before { + content: ''; +} + +.e-ddl-device-filter .e-filter-parent { + background-color: #fff; +} + +.e-ddl input.e-input::-webkit-contacts-auto-fill-button { + display: none; + pointer-events: none; + position: absolute; + right: 0; + visibility: hidden; +} + +.e-filter-parent { + border: none; + border-top-width: 0; + box-shadow: 0; + display: block; + padding: 5px 8px; +} + +.e-ddl.e-input-group:not(.e-disabled) { + cursor: pointer; +} + +.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, +.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after { + width: 0; +} + +.e-ddl.e-popup { + background: #fff; + border: 1px solid #ccc; + position: absolute; +} + +.e-ddl.e-popup .e-search-icon { + margin: 0; + opacity: .57; + padding: 8px; +} + +.e-ddl.e-popup .e-filter-parent .e-back-icon { + padding: 0; +} + +.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, +.e-ddl.e-popup .e-filter-parent .e-input-filter, +.e-ddl.e-popup .e-filter-parent .e-input-filter:focus { + padding: 0 12px; +} + +.e-ddl.e-popup .e-input-group { + margin-bottom: 0; +} + +.e-ddl.e-popup .e-ddl-footer, +.e-ddl.e-popup .e-ddl-header { + cursor: default; +} + +.e-ddl.e-input-group .e-ddl-hidden { + border: 0; + height: 0; + visibility: hidden; + width: 0; +} + +.e-ddl.e-input-group, +.e-ddl.e-input-group.e-input-focus:focus { + outline: none; +} + +.e-dropdownbase .e-list-item .e-highlight { + display: inline; + font-weight: bold; + vertical-align: baseline; +} + +.e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide), +.e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide), +.e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) { + opacity: 1; +} + +.e-ddl.e-input-group .e-input-value, +.e-ddl.e-input-group .e-input-value:focus { + font-family: inherit; + font-size: 14px; + height: auto; + margin: 0; + outline: none; + width: 100%; +} + +.e-ddl.e-input-group input[readonly].e-input, +.e-ddl.e-input-group input[readonly], +.e-ddl.e-input-group .e-dropdownlist { + pointer-events: none; +} + +ejs-autocomplete, +ejs-combobox, +ejs-dropdownlist { + display: block; +} + +.e-small .e-ddl.e-popup .e-list-item, +.e-small .e-ddl.e-popup .e-list-group-item, +.e-input-group.e-ddl.e-small .e-list-item, +.e-input-group.e-ddl.e-small .e-list-group-item { + font-size: 13px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-list-item, +.e-bigger.e-small .e-ddl.e-popup .e-list-group-item, +.e-bigger .e-input-group.e-ddl.e-small .e-list-item, +.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item { + font-size: 14px; +} + +.e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-content-placeholder.e-combobox.e-placeholder-combobox { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox, +.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox { + background-size: 300px 40px; + min-height: 40px; +} + +.e-popup { + border-color: #ccc; +} + +.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text, +.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text { + color: #333; +} + +.e-float-input .e-clear-icon::before, +.e-float-input.e-control-wrapper .e-clear-icon::before { + content: '\e96c'; + font-family: 'e-icons'; +} + +.e-input-group .e-clear-icon::before, +.e-input-group.e-control-wrapper .e-clear-icon::before { + content: '\e96c'; + font-family: 'e-icons'; +} + +/*! input layout */ +.e-input-group, +.e-input-group.e-control-wrapper { + display: table; + line-height: 1.4; + margin-bottom: 0; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + border: 0 solid; + border-width: 1px; + height: auto; + line-height: inherit; + margin: 0; + margin-bottom: 0; + outline: none; + padding: 0; + text-indent: 12px; + width: 100%; +} + +input.e-input, +textarea.e-input, +.e-input-group, +.e-input-group.e-control-wrapper { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + font: inherit; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group input, +input.e-input:focus, +.e-input-group input.e-input:focus, +.e-input-group input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-input-group.e-control-wrapper input:focus, +.e-float-input input:focus, +.e-float-input.e-input-group input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input.e-control-wrapper.e-input-group input:focus { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-input-focus input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input, +.e-float-input.e-input-focus input, +.e-float-input.e-input-group.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-group.e-input-focus input { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group input, +.e-input-group, +.e-input-group.e-control-wrapper, +.e-float-input, +.e-float-input.e-control-wrapper { + border-radius: 4px; +} + +.e-input:focus { + border-width: 1px; + padding-bottom: 0; +} + +.e-input.e-small:focus { + border-width: 1px; + padding-bottom: 0; +} + +.e-input.e-bigger:focus, +.e-bigger .e-input:focus { + padding-bottom: 0; +} + +.e-input.e-small.e-bigger:focus, +.e-bigger .e-input.e-small:focus { + padding-bottom: 0; +} + +.e-input-group input.e-input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-input-group textarea.e-input:focus, +.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input { + padding: 0; +} + +input.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-bigger input.e-input, +.e-bigger textarea.e-input, +.e-input-group.e-bigger, +.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-input-group.e-control-wrapper, +.e-input-group.e-bigger.e-disabled, +.e-bigger .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-input-group.e-control-wrapper.e-disabled { + font-size: 15px; +} + +.e-input-group.e-bigger .e-input, +.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + font: inherit; +} + +input.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-input-group.e-bigger .e-input, +.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger input.e-input, +.e-bigger textarea.e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + line-height: inherit; + margin-bottom: 0; + padding: 0; +} + +.e-input-group.e-bigger .e-input:focus, +.e-bigger .e-input-group .e-input:focus, +.e-input-group.e-control-wrapper.e-bigger .e-input:focus, +.e-bigger .e-input-group.e-control-wrapper .e-input:focus, +.e-input-group.e-bigger.e-input-focus .e-input, +.e-bigger .e-input-group.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input { + padding: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + -ms-flex-align: center; + align-items: center; + border: 0 solid; + border-width: 0; + box-sizing: content-box; + cursor: pointer; + -ms-flex-direction: column; + flex-direction: column; + font-size: 12px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-height: 32px; + min-width: 32px; + padding: 0; + text-align: center; + border: 1px solid; + border-bottom: 0; + border-collapse: collapse; + border-top: 0; +} + +.e-input-group .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon:last-child { + border-right-width: 0; +} + +.e-input-group .e-input-group-icon + .e-input-group-icon +.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon { + border-left-width: 0; +} + +.e-input-group .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper .e-input-group-icon:first-child { + border-left-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon, +.e-rtl .e-input-group .e-input-group-icon, +.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon { + border-left-width: 1px; + border-right-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon + .e-input-group-icon, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon + .e-input-group-icon, +.e-rtl .e-input-group .e-input-group-icon + .e-input-group-icon, +.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon { + border-left-width: 1px; + border-right-width: 0; +} + +.e-input-group.e-rtl input ~ .e-input-group-icon, +.e-input-group.e-control-wrapper.e-rtl input ~ .e-input-group-icon, +.e-rtl .e-input-group input ~ .e-input-group-icon, +.e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon { + border-left-width: 0; + border-right-width: 1px; +} + +.e-input-group.e-rtl input ~ .e-input-group-icon + .e-input-group-icon, +.e-input-group.e-control-wrapper.e-rtl input ~ .e-input-group-icon + .e-input-group-icon, +.e-rtl .e-input-group input ~ .e-input-group-icon + .e-input-group-icon, +.e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon + .e-input-group-icon { + border-left-width: 0; + border-right-width: 1px; +} + +.e-input-group .e-input-group-icon + .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon { + border-left-width: 0; +} + +.e-input-group .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon:last-child { + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; +} + +.e-input-group .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper .e-input-group-icon:first-child { + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; +} + +.e-input-group.e-rtl .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-rtl .e-input-group .e-input-group-icon:last-child, +.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:last-child { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 0; + border-top-left-radius: 3px; + border-top-right-radius: 0; +} + +.e-input-group.e-rtl .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child, +.e-rtl .e-input-group .e-input-group-icon:first-child, +.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:first-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 3px; + border-top-left-radius: 0; + border-top-right-radius: 3px; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + min-height: 38px; + min-width: 38px; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 14px; + padding: 0; +} + +.e-input[disabled], +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-disabled input, +.e-input-group.e-disabled input.e-input, +.e-input-group.e-disabled textarea, +.e-input-group.e-disabled textarea.e-input, +.e-input-group.e-control-wrapper.e-disabled, +.e-input-group.e-control-wrapper.e-disabled input, +.e-input-group.e-control-wrapper.e-disabled input.e-input, +.e-input-group.e-control-wrapper.e-disabled textarea, +.e-input-group.e-control-wrapper.e-disabled textarea.e-input, +.e-float-input.e-disabled input, +.e-float-input.e-disabled textarea, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled textarea, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled, +.e-input-group.e-disabled span, +.e-input-group.e-control-wrapper.e-disabled span { + cursor: not-allowed; +} + +.e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled { + border-color: #ccc; + border-style: solid; +} + +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled { + border-bottom-style: solid; + border-width: 1px; +} + +.e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input.e-disabled, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled input { + filter: alpha(opacity=100); + opacity: 1; +} + +.e-input.e-rtl, +.e-input-group.e-rtl, +.e-input-group.e-control-wrapper.e-rtl { + direction: rtl; +} + +.e-input.e-corner { + border-radius: 4px; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.e-float-input:not(.e-input-group), +.e-float-input.e-control-wrapper:not(.e-input-group) { + display: inline-block; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + display: -ms-flexbox; + display: flex; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + white-space: nowrap; +} + +.e-input-group.e-corner .e-input:first-child, +.e-input-group.e-corner .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-corner .e-input:first-child, +.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} + +.e-input-group.e-corner .e-input:last-child, +.e-input-group.e-corner .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-corner .e-input:last-child, +.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} + +input.e-input.e-small, +textarea.e-input.e-small, +.e-small input.e-input, +.e-small textarea.e-input, +.e-input-group.e-small, +.e-small .e-input-group, +.e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-control-wrapper, +.e-input-group.e-small.e-disabled, +.e-small .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-input-group.e-control-wrapper.e-disabled { + font-size: 13px; +} + +.e-input-group.e-small .e-input, +.e-input-group.e-small.e-control-wrapper .e-input, +.e-small .e-input-group .e-input, +.e-small .e-input-group.e-control-wrapper .e-input { + font: inherit; +} + +.e-input.e-small, +.e-input-group.e-small .e-input, +.e-input-group.e-control-wrapper.e-small .e-input { + line-height: inherit; + padding: 0; +} + +.e-input-group.e-small .e-input:focus, +.e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-input-group.e-small.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 0; +} + +.e-input.e-small.e-bigger, +.e-input-group.e-small.e-bigger, +.e-small.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-input-group.e-control-wrapper, +.e-bigger .e-input.e-small, +.e-small .e-input.e-bigger, +.e-bigger .e-input-group.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-bigger, +.e-small .e-input-group.e-control-wrapper.e-bigger { + font-size: 14px; +} + +.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-input.e-small.e-disabled, +.e-small .e-input.e-bigger.e-disabled, +.e-bigger .e-input-group.e-small.e-disabled, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-input-group.e-bigger.e-disabled, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 14px; +} + +.e-input.e-small.e-bigger, +.e-bigger .e-input.e-small, +.e-small .e-input.e-bigger { + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input, +.e-input-group.e-small .e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input, +.e-input-group.e-control-wrapper.e-small .e-input.e-bigger, +.e-bigger .e-input-group.e-small .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input { + font: inherit; + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input:focus, +.e-input-group.e-small .e-input.e-bigger:focus, +.e-bigger .e-input-group.e-small .e-input:focus, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus, +.e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-input-group.e-small.e-bigger.e-input-focus .e-input, +.e-input-group.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-input-group.e-small.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 0; +} + +.e-input-group.e-small .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-input-group .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 10px; + min-height: 26px; + min-width: 26px; + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon { + font-size: 12px; + min-height: 34px; + min-width: 34px; + padding: 0; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; + font-weight: 400; + left: 0; + overflow: hidden; + padding-left: 10px; + pointer-events: none; + position: absolute; + text-overflow: ellipsis; + top: -11px; + transform: translate3d(0, 16px, 0) scale(1); + transform-origin: left top; + transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: -11px; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + -moz-transform: translate(0%, -50%); + -ms-transform: translate(0%, -50%); + -o-transform: translate(0%, -50%); + -webkit-transform: translate(0%, -50%); + box-sizing: border-box; + left: 0%; + top: 50%; + transform: translate(0%, -50%); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; + font-style: normal; +} + +.e-float-input.e-bigger label.e-float-text, +.e-float-input label.e-float-text.e-bigger, +.e-float-input input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input label.e-float-text, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 15px; +} + +.e-float-input.e-small label.e-float-text, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-float-input.e-small.e-bigger label.e-float-text, +.e-bigger .e-float-input.e-small label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; +} + +.e-float-input input:focus ~ label.e-float-text, +.e-float-input input:valid ~ label.e-float-text, +.e-float-input input ~ label.e-label-top.e-float-text, +.e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text, +.e-float-input.e-input-focus input ~ label.e-float-text { + font-size: 12px; + padding-right: 0; + transform: translate3d(-10px, -39px, 0) scale(1); +} + +.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-bigger .e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + padding-right: 0; + transform: translate3d(-10px, -39px, 0) scale(1); +} + +.e-float-input.e-bigger.e-small input:focus ~ label.e-float-text, +.e-float-input.e-bigger.e-small input:valid ~ label.e-float-text, +.e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input label.e-float-text.e-label-top, +.e-small .e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-small .e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-small .e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text, +.e-small .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text { + padding-right: 0; + transform: translate3d(-10px, -39px, 0) scale(1); +} + +.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-size: 13px; + padding-right: 0; + top: 14px; +} + +.e-float-input.e-small input:focus ~ label.e-float-text, +.e-float-input.e-small input:valid ~ label.e-float-text, +.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-float-input input ~ label.e-label-top.e-float-text, +.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 11px; + padding-right: 0; + top: 17px; +} + +.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-small input[disabled] ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 12px; + padding-right: 0; + top: 16px; +} + +.e-float-input, +.e-float-input.e-control-wrapper { + line-height: 1.4; + margin-bottom: 0; + margin-top: 24px; + padding-top: 0; + position: relative; + width: 100%; +} + +.e-float-input.e-bigger, +.e-bigger .e-float-input, +.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-float-input.e-control-wrapper { + line-height: 1.5; + margin-bottom: 0; + margin-top: 24px; + padding-top: 0; + position: relative; + width: 100%; +} + +.e-float-input.e-small, +.e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper { + line-height: 1.35; + margin-bottom: 0; + margin-top: 20px; + padding-top: 0; +} + +.e-float-input.e-small.e-bigger, +.e-bigger.e-small .e-float-input.e-small, +.e-bigger .e-float-input.e-small, +.e-small .e-float-input.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-small, +.e-bigger .e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper.e-bigger { + line-height: 1.4; + margin-bottom: 0; + margin-top: 21px; + padding-top: 0; +} + +.e-input-group.e-bigger, +.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-input-group.e-control-wrapper { + line-height: 1.5; +} + +.e-input-group.e-small, +.e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group, +.e-small .e-input-group.e-control-wrapper, +.e-input-group.e-small.e-bigger, +.e-bigger.e-small .e-input-group.e-small, +.e-bigger .e-input-group.e-small, +.e-small .e-input-group.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-input-group.e-control-wrapper.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-control-wrapper.e-bigger { + line-height: normal; +} + +.e-float-input.e-no-float-label, +.e-float-input.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-no-float-label, +.e-float-input.e-small.e-no-float-label, +.e-small .e-float-input.e-no-float-label, +.e-float-input.e-small.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-small.e-no-float-label, +.e-small .e-float-input.e-bigger.e-no-float-label, +.e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-small.e-no-float-label, +.e-small .e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-no-float-label, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-no-float-label { + margin-top: 0; +} + +.e-float-input, +.e-float-input.e-control-wrapper, +.e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-float-input input, +.e-float-input textarea, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper textarea { + border: 0 solid; + border-width: 1px; + display: block; + font: inherit; + width: 100%; +} + +.e-float-input input, +.e-float-input.e-control-wrapper input { + min-width: 0; + padding: 0; +} + +.e-float-input input, +.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-input-group.e-control-wrapper input { + text-indent: 12px; +} + +.e-float-input textarea, +.e-input-group textarea, +.e-float-input.e-control-wrapper textarea, +.e-input-group.e-control-wrapper textarea { + text-indent: 12px; +} + +.e-float-input.e-bigger, +.e-bigger .e-float-input, +.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-float-input.e-control-wrapper { + font-size: 15px; +} + +.e-float-input.e-bigger.e-disabled, +.e-bigger .e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-bigger.e-disabled, +.e-bigger .e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 15px; +} + +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-bigger .e-float-input input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input.e-small, +.e-small .e-float-input, +.e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper { + font-size: 13px; +} + +.e-float-input.e-small.e-disabled, +.e-small .e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 13px; +} + +.e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input.e-small.e-bigger, +.e-small.e-bigger .e-float-input, +.e-bigger .e-float-input.e-small, +.e-small .e-float-input.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-float-input.e-control-wrapper, +.e-bigger .e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper.e-bigger { + font-size: 14px; +} + +.e-float-input.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-disabled, +.e-bigger .e-float-input.e-small.e-disabled, +.e-small .e-float-input.e-bigger.e-disabled, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-disabled, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-float-input.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-input-group.e-disabled, +.e-bigger .e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-bigger.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 14px; +} + +.e-float-input.e-small.e-bigger input, +.e-float-input.e-small input.e-bigger, +.e-bigger .e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input textarea:focus, +.e-float-input.e-control-wrapper textarea:focus, +.e-float-input.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus input { + outline: none; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text { + font-family: inherit; +} + +.e-float-input input:valid ~ label.e-float-text, +.e-float-input input:focus ~ label.e-float-text, +.e-float-input input:valid ~ label.e-float-text.e-label-top, +.e-float-input input ~ label.e-float-text.e-label-top, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, +.e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top, +.e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-weight: bold; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.e-float-input textarea:valid ~ label.e-float-text, +.e-float-input textarea:focus ~ label.e-float-text, +.e-float-input textarea:valid ~ label.e-float-text.e-label-top, +.e-float-input textarea ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top { + font-weight: bold; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-weight: 400; +} + +.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-weight: 400; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + bottom: 0; + content: ''; + height: 2px; + position: absolute; + transition: .2s ease; + width: 0; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before { + left: 50%; +} + +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + right: 50%; +} + +.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before, +.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before, +.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after, +.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after, +.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before, +.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after { + width: 50%; +} + +.e-float-input .e-float-line, +.e-float-input.e-control-wrapper .e-float-line { + display: block; + position: relative; + width: 100%; +} + +.e-float-input.e-rtl, +.e-float-input.e-control-wrapper.e-rtl { + direction: rtl; +} + +.e-float-input.e-rtl label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl label.e-float-text, +.e-rtl .e-float-input label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper label.e-float-text { + right: 0; + transform-origin: right top; +} + +.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-input-group.e-corner.e-rtl .e-input:first-child, +.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 4px; + border-top-left-radius: 0; + border-top-right-radius: 4px; +} + +.e-input-group.e-corner.e-rtl .e-input:last-child, +.e-input-group.e-corner.e-rtl .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 0; + border-top-left-radius: 4px; + border-top-right-radius: 0; +} + +.e-input-group.e-warning::before, +.e-input-group.e-control-wrapper.e-warning::before { + content: ''; +} + +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled { + background: transparent; + background-image: none; + cursor: not-allowed; +} + +.e-input-group.e-corner.e-rtl input.e-input:only-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child { + border-radius: 4px; +} + +.e-input-group.e-rtl .e-input:not(:first-child):focus, +.e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus { + border-right-width: 0; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input { + min-width: 0; + width: 100%; +} + +.e-input-group input.e-input, +.e-input-group textarea.e-input, +.e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]), +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) { + border: 0 solid; + border-width: 0; +} + +.e-input-group input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-bigger .e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger .e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + margin-bottom: 0; +} + +.e-input-group::before, +.e-input-group::after, +.e-input-group.e-control-wrapper::before, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group::before, +.e-input-group.e-control-wrapper::before { + content: ''; +} + +.e-input-group.e-input-focus::before, +.e-input-group.e-input-focus::after, +.e-input-group.e-control-wrapper.e-input-focus::before, +.e-input-group.e-control-wrapper.e-input-focus::after { + content: ''; +} + +.e-input-group::after, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + position: relative; + width: 100%; +} + +.e-input.e-small, +.e-input-group.e-small, +.e-input-group.e-control-wrapper.e-small { + margin-bottom: 0; +} + +.e-input.e-small.e-bigger, +.e-input-group.e-small.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger .e-input.e-small, +.e-bigger .e-input-group.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small { + line-height: inherit; + margin-bottom: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-bigger .e-input-group-icon, +.e-float-input.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group.e-small .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-small .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-input-group .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small .e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group .e-input-group-icon:last-child, +.e-input-group.e-bigger .e-input-group-icon:last-child, +.e-input-group .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-input-group .e-input-group-icon:last-child, +.e-input-group.e-small .e-input-group-icon:last-child, +.e-input-group.e-small.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-small .e-input-group-icon.e-bigger:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger:last-child, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child, +.e-bigger .e-input-group.e-small .e-input-group-icon:last-child { + margin-right: 0; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + border-bottom: 1px solid; +} + +.e-input-group, +.e-input-group.e-success, +.e-input-group.e-warning, +.e-input-group.e-error, +.e-input-group.e-control-wrapper, +.e-input-group.e-control-wrapper.e-success, +.e-input-group.e-control-wrapper.e-warning, +.e-input-group.e-control-wrapper.e-error { + border: 1px solid; + border-width: 1px; +} + +.e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus, +.e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus { + border-right-width: 0; +} + +.e-input-group.e-input-focus.e-corner, +.e-input-group.e-control-wrapper.e-input-focus.e-corner { + border-radius: 4px; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap { + background: #eee; + color: #999; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-disabled, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-disabled { + border-style: solid; +} + +.e-float-custom-tag, +.e-float-custom-tag.e-control-wrapper { + display: inline-block; +} + +.e-float-custom-tag.e-input-group, +.e-float-custom-tag.e-input-group.e-control-wrapper, +.e-input-custom-tag, +.e-input-custom-tag.e-input-group, +.e-input-custom-tag.e-input-group.e-control-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + content: ''; +} + +.e-input-group:not(.e-filled) .e-input-group-icon::after, +.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after { + content: ''; +} + +.e-input-group .e-input-group-icon.e-input-btn-ripple::after, +.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after { + content: ''; +} + +input.e-input::-ms-clear, +.e-float-input input::-ms-clear, +.e-float-input.e-control-wrapper input::-ms-clear { + display: none; +} + +.e-float-input.e-input-group .e-float-line, +.e-float-input.e-input-group.e-control-wrapper .e-float-line, +.e-float-input.e-control-wrapper.e-input-group .e-float-line, +.e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line { + bottom: -1px; + position: absolute; +} + +.e-float-input.e-input-group input, +.e-float-input.e-input-group textarea, +.e-float-input.e-input-group.e-control-wrapper input, +.e-float-input.e-input-group.e-control-wrapper textarea { + border: 0; +} + +.e-float-input.e-input-group .e-float-line, +.e-float-input.e-input-group .e-float-text, +.e-float-input.e-input-group.e-control-wrapper .e-float-line, +.e-float-input.e-input-group.e-control-wrapper .e-float-text { + right: 0; +} + +input.e-input::-webkit-input-placeholder, +input.e-input:-moz-placeholder, +input.e-input:-ms-input-placeholder, +input.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +textarea.e-input::-webkit-input-placeholder, +textarea.e-input:-moz-placeholder, +textarea.e-input:-ms-input-placeholder, +textarea.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-bigger input.e-input::-webkit-input-placeholder, +input.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger input.e-input:-moz-placeholder, +input.e-bigger.e-input:-moz-placeholder, +.e-bigger input.e-input:-ms-input-placeholder, +input.e-bigger.e-input:-ms-input-placeholder, +.e-bigger input.e-input::-moz-placeholder, +input.e-bigger.e-input::-moz-placeholder { + font-size: 15px; + font-style: normal; +} + +.e-bigger textarea.e-input::-webkit-input-placeholder, +textarea.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger textarea.e-input:-moz-placeholder, +textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-input:-ms-input-placeholder, +textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-input::-moz-placeholder, +textarea.e-bigger.e-input::-moz-placeholder { + font-size: 15px; + font-style: normal; +} + +.e-small input.e-input::-webkit-input-placeholder, +input.e-small.e-input::-webkit-input-placeholder, +.e-small input.e-input:-moz-placeholder, +input.e-small.e-input:-moz-placeholder, +.e-small input.e-input:-ms-input-placeholder, +input.e-small.e-input:-ms-input-placeholder, +.e-small input.e-input::-moz-placeholder, +input.e-small.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +.e-small textarea.e-input::-webkit-input-placeholder, +textarea.e-small.e-input::-webkit-input-placeholder, +.e-small textarea.e-input:-moz-placeholder, +textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-input:-ms-input-placeholder, +textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-input::-moz-placeholder, +textarea.e-small.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +.e-bigger input.e-small.e-input::-webkit-input-placeholder, +.e-small input.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger input.e-small.e-input:-moz-placeholder, +.e-small input.e-bigger.e-input:-moz-placeholder, +.e-bigger input.e-small.e-input:-ms-input-placeholder, +.e-small input.e-bigger.e-input:-ms-input-placeholder, +.e-bigger input.e-small.e-input::-moz-placeholder, +.e-small input.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-bigger textarea.e-small.e-input::-webkit-input-placeholder, +.e-small textarea.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger intextareaput.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-small.e-input::-moz-placeholder, +.e-small textarea.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input::-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input::-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input:-ms-input-placeholder { + font-style: normal; +} + +textarea.e-input:-ms-input-placeholder { + font-style: normal; +} + +input.e-input::-webkit-input-placeholder { + font-style: normal; + -webkit-user-select: none; + user-select: none; +} + +textarea.e-input::-webkit-input-placeholder { + font-style: normal; + -webkit-user-select: none; + user-select: none; +} + +input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 32px; +} + +.e-float-input:not(.e-input-group) input, +.e-float-input.e-control-wrapper:not(.e-input-group) input { + box-sizing: border-box; + height: 34px; +} + +input.e-input.e-bigger, +.e-input-group.e-bigger input, +.e-input-group.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-bigger input, +.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-input-group input, +.e-bigger .e-input-group input.e-input, +.e-bigger .e-input-group.e-control-wrapper input, +.e-bigger .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-bigger input, +.e-float-input.e-bigger input.e-input, +.e-bigger .e-float-input input, +.e-bigger .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-float-input.e-control-wrapper input, +.e-bigger .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 38px; +} + +.e-float-input.e-bigger:not(.e-input-group) input, +.e-float-input.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-float-input:not(.e-input-group) input, +.e-bigger .e-float-input:not(.e-input-group) input.e-input, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 40px; +} + +input.e-input.e-small, +.e-input-group.e-small input, +.e-input-group.e-small input.e-input, +.e-small .e-input-group input, +.e-small .e-input-group input.e-input, +.e-input-group.e-control-wrapper.e-small input, +.e-input-group.e-control-wrapper.e-small input.e-input, +.e-small .e-input-group.e-control-wrapper input, +.e-small .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-small input, +.e-float-input.e-small input.e-input, +.e-small .e-float-input input, +.e-small .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-small input, +.e-float-input.e-control-wrapper.e-small input.e-input, +.e-small .e-float-input.e-control-wrapper input, +.e-small .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 26px; +} + +.e-float-input.e-small:not(.e-input-group) input, +.e-float-input.e-small:not(.e-input-group) input.e-input, +.e-small .e-float-input:not(.e-input-group) input, +.e-small .e-float-input:not(.e-input-group) input.e-input +.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input, +.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 28px; +} + +input.e-input.e-small.e-bigger, +.e-input-group.e-bigger.e-small input, +.e-input-group.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-input-group input, +.e-bigger.e-small .e-input-group input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small input, +.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper input, +.e-bigger.e-small .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-bigger.e-small input, +.e-float-input.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-float-input input, +.e-bigger.e-small .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small input, +.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper input, +.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 34px; +} + +.e-float-input.e-bigger.e-small:not(.e-input-group) input, +.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-float-input:not(.e-input-group) input, +.e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 36px; +} + +textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + box-sizing: border-box; + height: auto; +} + +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-input-group.e-bigger textarea, +.e-input-group.e-bigger textarea.e-input, +.e-bigger .e-input-group textarea, +.e-bigger .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger textarea, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger textarea, +.e-float-input.e-bigger textarea.e-input, +.e-bigger .e-float-input textarea, +.e-bigger .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-float-input.e-control-wrapper textarea, +.e-bigger .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: auto; +} + +textarea.e-input.e-small, +.e-input-group.e-small textarea, +.e-input-group.e-small textarea.e-input, +.e-small .e-input-group textarea, +.e-small .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea, +.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-small textarea, +.e-float-input.e-small textarea.e-input, +.e-small .e-float-input textarea, +.e-small .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-input, +.e-small .e-float-input.e-control-wrapper textarea, +.e-small .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: auto; +} + +textarea.e-input.e-small.e-bigger, +.e-input-group.e-bigger.e-small textarea, +.e-input-group.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-input-group textarea, +.e-bigger.e-small .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger.e-small textarea, +.e-float-input.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-float-input textarea, +.e-bigger.e-small .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: auto; +} + +input.e-input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-input-group.e-bigger .e-input, +.e-input-group.e-control-wrapper.e-bigger .e-input, +.e-bigger input.e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input, +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-bigger .e-float-input input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input { + text-indent: 14px; +} + +input.e-input.e-small, +.e-input-group input.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input.e-small, +.e-input-group.e-small .e-input, +.e-input-group.e-control-wrapper.e-small .e-input, +.e-small input.e-input, +.e-small .e-input-group .e-input, +.e-small .e-input-group.e-control-wrapper .e-input, +.e-float-input.e-small input, +.e-float-input input.e-small, +.e-small .e-float-input input, +.e-float-input.e-control-wrapper.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-small .e-float-input.e-control-wrapper input { + text-indent: 10px; +} + +textarea.e-input.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small, +.e-small input.e-input, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-small .e-float-input textarea, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-float-input.e-control-wrapper textarea { + text-indent: 10px; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input.e-input, +.e-float-input.e-control-wrapper input, +.e-input-group input.e-input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input input:focus, +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-control-wrapper.e-input-focus input, +.e-float-input.e-input-focus input { + padding-left: 12px; + text-indent: 0; +} + +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea.e-input, +.e-float-input.e-control-wrapper textarea, +.e-input-group textarea.e-input:focus, +.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-float-input.e-control-wrapper textarea:focus, +.e-float-input textarea:focus { + padding-left: 12px; + text-indent: 0; +} + +input.e-input.e-rtl, +.e-input-group.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-float-input.e-rtl input, +.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-input-group input.e-input, +.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-rtl .e-float-input input, +.e-rtl .e-float-input.e-control-wrapper input, +.e-input-group.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-float-input.e-rtl input, +.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-input-group input.e-input, +.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-rtl .e-float-input input, +.e-rtl .e-float-input.e-control-wrapper input, +.e-input-group.e-rtl input.e-input:focus, +.e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-float-input.e-rtl input:focus, +.e-float-input.e-control-wrapper.e-rtl input:focus, +.e-rtl .e-input-group input.e-input:focus, +.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-rtl .e-float-input input:focus, +.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-input-group.e-rtl.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-rtl .e-input-group.e-input-focus input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-rtl.e-input-focus input, +.e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-rtl .e-float-input.e-input-focus input, +.e-rtl .e-float-input.e-control-wrapper.e-input-focus input { + padding-left: 0; + padding-right: 12px; + text-indent: 0; +} + +textarea.e-input.e-rtl, +.e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-rtl .e-float-input:not(.e-outline) textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-rtl .e-float-input:not(.e-outline) textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-float-input:not(.e-outline).e-rtl textarea:focus, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus { + padding-right: 12px; + text-indent: 0; +} + +input.e-input.e-small, +.e-small input.e-input, +.e-input-group.e-small input.e-input, +.e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-float-input.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-input-group input.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-float-input input, +.e-small .e-float-input.e-control-wrapper input, +.e-small .e-input-group input.e-input, +.e-small .e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-small input.e-input:focus, +.e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-float-input.e-small input:focus, +.e-float-input.e-control-wrapper.e-small input:focus, +.e-small .e-input-group.e-control-wrapper input.e-input:focus, +.e-small .e-input-group input.e-input:focus, +.e-small .e-float-input input:focus, +.e-small .e-float-input.e-control-wrapper input:focus, +.e-input-group.e-small.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small .e-input-group.e-input-focus input.e-input, +.e-float-input.e-small.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus.e-small input, +.e-small .e-float-input.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-input-focus input { + padding-left: 10px; + text-indent: 0; +} + +textarea.e-input.e-small, +.e-small textarea.e-input, +.e-input-group.e-small textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper textarea.e-input.e-small, +.e-small .e-float-input.e-control-wrapper textarea, +.e-small .e-float-input textarea, +.e-small .e-input-group textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-small textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-float-input.e-small textarea:focus, +.e-float-input.e-control-wrapper.e-small textarea:focus, +.e-small .e-input-group textarea.e-input:focus, +.e-small .e-input-group.e-control-wrapper textarea.e-input:focus, +.e-small .e-float-input.e-control-wrapper textarea:focus, +.e-small .e-float-input textarea:focus { + padding-left: 10px; + text-indent: 0; +} + +.e-rtl input.e-input.e-small, +input.e-input.e-small.e-rtl, +.e-small.e-rtl input.e-input, +.e-small input.e-input.e-rtl, +.e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-float-input.e-small.e-rtl input, +.e-input-group.e-small.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-rtl .e-float-input.e-small input, +.e-rtl .e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-input-group.e-small input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-rtl input.e-small, +.e-float-input.e-control-wrapper.e-rtl input.e-small, +.e-input-group.e-rtl input.e-input.e-small, +.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small, +.e-rtl .e-float-input input.e-small, +.e-rtl .e-float-input.e-control-wrapper input.e-small, +.e-rtl .e-input-group input.e-input.e-small, +.e-rtl .e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-float-input.e-rtl input, +.e-small .e-float-input.e-control-wrapper.e-rtl input, +.e-small .e-input-group.e-rtl input.e-input, +.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-small.e-rtl .e-float-input.e-control-wrapper input, +.e-small.e-rtl .e-float-input input, +.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-small.e-rtl .e-input-group input.e-input, +.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-small.e-rtl .e-input-group input.e-input:focus, +.e-small.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-small.e-rtl .e-float-input input:focus, +.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-small .e-input-group.e-rtl input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-rtl input:focus, +.e-small .e-float-input.e-rtl input:focus, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-rtl.e-input-focus input.e-input, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input, +.e-small.e-rtl .e-float-input.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-small .e-float-input.e-rtl.e-input-focus input { + padding-left: 0; + padding-right: 10px; + text-indent: 0; +} + +.e-rtl textarea.e-input.e-small, +textarea.e-input.e-small.e-rtl, +.e-small.e-rtl textarea.e-input, +.e-small textarea.e-input.e-rtl, +.e-float-input:not(.e-outline).e-small.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea, +.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea, +.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small, +.e-float-input:not(.e-outline).e-rtl textarea.e-small, +.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small, +.e-rtl .e-float-input:not(.e-outline) textarea.e-small, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-small .e-float-input:not(.e-outline).e-rtl textarea, +.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-small.e-rtl .e-float-input:not(.e-outline) textarea, +.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus, +.e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus, +.e-small .e-float-input:not(.e-outline).e-rtl textarea:focus { + padding-right: 10px; + text-indent: 0; +} + +input.e-input.e-bigger, +.e-bigger input.e-input, +.e-input-group.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input, +.e-bigger .e-float-input input, +.e-bigger .e-input-group.e-control-wrapper input.e-input, +.e-bigger .e-input-group input.e-input, +.e-input-group.e-bigger input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger input:focus, +.e-float-input.e-bigger input:focus, +.e-bigger .e-input-group input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper input:focus, +.e-bigger .e-float-input input:focus, +.e-input-group.e-bigger.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-bigger .e-input-group.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-float-input.e-bigger.e-input-focus input, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger .e-float-input.e-input-focus input { + padding-left: 14px; + text-indent: 0; +} + +.e-rtl input.e-input.e-bigger, +input.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl input.e-input, +.e-bigger input.e-input.e-rtl, +.e-float-input.e-control-wrapper.e-bigger.e-rtl input, +.e-float-input.e-bigger.e-rtl input, +.e-input-group.e-bigger.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input, +.e-rtl .e-float-input.e-bigger input, +.e-rtl .e-input-group.e-bigger input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-float-input.e-control-wrapper.e-rtl input.e-bigger, +.e-float-input.e-rtl input.e-bigger, +.e-input-group.e-rtl input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger, +.e-rtl .e-float-input.e-control-wrapper input.e-bigger, +.e-rtl .e-float-input input.e-bigger, +.e-rtl .e-input-group input.e-input.e-bigger, +.e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input, +.e-bigger .e-float-input.e-rtl input, +.e-bigger .e-input-group.e-rtl input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input, +.e-bigger.e-rtl .e-float-input input, +.e-bigger.e-rtl .e-input-group input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-bigger.e-rtl .e-input-group input.e-input:focus, +.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-bigger.e-rtl .e-float-input input:focus, +.e-bigger .e-input-group.e-rtl input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-bigger .e-float-input.e-rtl input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus, +.e-bigger.e-rtl .e-input-group.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-bigger .e-input-group.e-rtl.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-input-focus input, +.e-bigger .e-float-input.e-rtl.e-input-focus input, +.e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input { + padding-left: 0; + padding-right: 14px; + text-indent: 0; +} + +textarea.e-input.e-bigger, +.e-bigger textarea.e-input, +.e-input-group.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper textarea.e-bigger, +.e-float-input.e-bigger textarea, +.e-float-input textarea.e-bigger, +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper textarea, +.e-bigger .e-float-input textarea, +.e-bigger .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-bigger textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger textarea:focus, +.e-float-input.e-bigger textarea:focus, +.e-bigger .e-input-group textarea.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper textarea:focus, +.e-bigger .e-float-input textarea:focus { + padding-left: 14px; + text-indent: 0; +} + +.e-rtl textarea.e-input.e-bigger, +textarea.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl textarea.e-input, +.e-bigger textarea.e-input.e-rtl, +.e-float-input.e-control-wrapper:not(.e-outline).e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-bigger.e-rtl textarea, +.e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-bigger textarea, +.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea.e-bigger, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger, +.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger, +.e-rtl .e-float-input:not(.e-outline) textarea.e-bigger, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-rtl textarea, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus, +.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus { + padding-right: 14px; + text-indent: 0; +} + +input.e-input.e-bigger.e-small, +.e-bigger input.e-input.e-small, +.e-input-group.e-small.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-input-group.e-small input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger .e-input-group.e-small input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-small.e-bigger input, +.e-float-input.e-small input.e-bigger, +.e-bigger .e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small input, +.e-bigger .e-input-group.e-small input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger .e-float-input.e-small input:focus, +.e-small .e-input-group.e-bigger input.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small .e-float-input.e-bigger input:focus, +.e-input-group.e-bigger.e-small input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-input-group.e-small.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-input-group.e-bigger.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger .e-float-input.e-small.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small .e-float-input.e-bigger.e-input-focus input, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-float-input.e-bigger.e-small.e-input-focus input { + padding-left: 12px; + text-indent: 0; +} + +.e-bigger input.e-input.e-small.e-rtl, +.e-input-group.e-small.e-bigger.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input, +.e-input-group.e-small.e-rtl input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger, +.e-bigger .e-input-group.e-small.e-rtl input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-float-input.e-small.e-bigger.e-rtl input, +.e-float-input.e-small.e-rtl input.e-bigger, +.e-bigger .e-float-input.e-small.e-rtl input, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input, +.e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-bigger.e-rtl input.e-input.e-small, +.e-rtl .e-input-group.e-small.e-bigger input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-rtl .e-input-group.e-small input.e-input.e-bigger, +.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger.e-rtl .e-input-group.e-small input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input, +.e-rtl .e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-rtl .e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-float-input.e-small.e-bigger input, +.e-rtl .e-float-input.e-small input.e-bigger, +.e-bigger.e-rtl .e-float-input.e-small input, +.e-bigger .e-input-group.e-small.e-rtl input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus, +.e-bigger .e-float-input.e-small.e-rtl input:focus, +.e-small .e-input-group.e-bigger.e-rtl input.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus, +.e-small .e-float-input.e-bigger.e-rtl input:focus, +.e-input-group.e-bigger.e-small.e-rtl input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus, +.e-float-input.e-bigger.e-small.e-rtl input:focus, +.e-bigger.e-rtl .e-input-group.e-small input.e-input:focus, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger.e-rtl .e-float-input.e-small input:focus, +.e-small.e-rtl .e-input-group.e-bigger input.e-input:focus, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small.e-rtl .e-float-input.e-bigger input:focus, +.e-rtl .e-input-group.e-bigger.e-small input.e-input:focus, +.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-rtl .e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input, +.e-bigger .e-float-input.e-small.e-rtl.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input, +.e-small .e-float-input.e-bigger.e-rtl.e-input-focus input, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input, +.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-small.e-input-focus input, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small.e-rtl .e-float-input.e-bigger.e-input-focus input, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-rtl .e-float-input.e-bigger.e-small.e-input-focus input, +.e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input, +.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input { + padding-left: 0; + padding-right: 12px; + text-indent: 0; +} + +textarea.e-input.e-bigger.e-small, +.e-bigger textarea.e-input.e-small, +.e-input-group.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-input-group.e-small textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger .e-input-group.e-small textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-float-input.e-small.e-bigger textarea, +.e-float-input.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-small textarea, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea, +.e-bigger .e-input-group.e-small textarea.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus, +.e-bigger .e-float-input.e-small textarea:focus, +.e-small .e-input-group.e-bigger textarea.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus, +.e-small .e-float-input.e-bigger textarea:focus, +.e-input-group.e-bigger.e-small textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus, +.e-float-input.e-bigger.e-small textarea:focus { + padding-left: 12px; + text-indent: 0; +} + +.e-bigger textarea.e-input.e-small.e-rtl, +.e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger, +.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea, +.e-bigger.e-rtl textarea.e-input.e-small, +.e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea, +.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus, +.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus, +.e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus, +.e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus, +.e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus, +.e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus, +.e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus, +.e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus { + padding-right: 12px; + text-indent: 0; +} + +.e-float-input .e-clear-icon, +.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + background: transparent; + border: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-width: 24px; + outline: none; + padding: 0; + text-align: center; +} + +.e-float-input .e-clear-icon::before, +.e-float-input.e-control-wrapper .e-clear-icon::before, +.e-input-group .e-clear-icon::before, +.e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 12px; + padding: 0; + text-align: center; + vertical-align: middle; +} + +.e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide { + cursor: pointer; + display: -ms-flexbox; + display: flex; +} + +.e-float-input.e-small.e-bigger .e-clear-icon, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon, +.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon, +.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon, +.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon, +.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon, +.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon, +.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon { + padding-bottom: 0; +} + +.e-float-input.e-small .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-small .e-clear-icon::before, +.e-input-group.e-small .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-small .e-clear-icon::before, +.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-float-input input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-float-input .e-clear-icon::before, +.e-small .e-input-group .e-clear-icon::before, +.e-small .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 10px; +} + +.e-float-input.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-input-group.e-bigger .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-float-input input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input .e-clear-icon::before, +.e-bigger .e-input-group .e-clear-icon::before, +.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 12px; +} + +.e-float-input.e-small.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-input-group.e-small.e-bigger .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before { + font-size: 12px; +} + +.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper input:not(:valid):first-child ~ .e-clear-icon { + display: none; +} + +.e-input-group .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide { + display: none; +} + +.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide { + cursor: pointer; +} + +.e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide { + cursor: not-allowed; +} + +.e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-float-input input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide, +.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide { + cursor: auto; +} + +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 32px; + padding-bottom: 0; + padding-left: 0; + padding-right: 0; + padding-top: 0; +} + +.e-float-input.e-input-group .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-input-group .e-clear-icon.e-bigger, +.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger .e-input-group .e-clear-icon, +.e-bigger .e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 38px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-bigger .e-clear-icon, +.e-input-group.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-small.e-bigger .e-clear-icon, +.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon { + min-height: 0; + min-width: 34px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-small .e-clear-icon, +.e-input-group .e-clear-icon.e-small, +.e-small .e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 26px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-small .e-clear-icon, +.e-input-group.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-float-input .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input:not(:valid), +.e-input:valid, +.e-float-input.e-control-wrapper input:not(:valid), +.e-float-input.e-control-wrapper input:valid, +.e-float-input input:not(:valid), +.e-float-input input:valid, +.e-input-group input:not(:valid), +.e-input-group input:valid, +.e-input-group.e-control-wrapper input:not(:valid), +.e-input-group.e-control-wrapper input:valid, +.e-float-input.e-control-wrapper textarea:not(:valid), +.e-float-input.e-control-wrapper textarea:valid, +.e-float-input textarea:not(:valid), +.e-float-input textarea:valid, +.e-input-group.e-control-wrapper textarea:not(:valid), +.e-input-group.e-control-wrapper textarea:valid, +.e-input-group textarea:not(:valid), +.e-input-group textarea:valid { + box-shadow: none; +} + +.e-input-group .e-input-in-wrap, +.e-input-group.e-control-wrapper .e-input-in-wrap, +.e-float-input .e-input-in-wrap, +.e-float-input.e-control-wrapper .e-input-in-wrap { + width: 100%; + display: -ms-flexbox; + display: flex; + position: relative; +} + +.e-float-input .e-input-in-wrap label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text { + right: 0; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; +} + +.e-float-input input.e-input, +.e-float-input.e-bigger .e-input, +.e-bigger .e-float-input .e-input, +.e-float-input.e-control-wrapper input.e-input, +.e-float-input.e-control-wrapper.e-bigger .e-input, +.e-bigger .e-float-input.e-control-wrapper .e-input { + margin-bottom: 0; +} + +.e-float-input textarea:focus ~ label.e-float-text, +.e-float-input textarea:valid ~ label.e-float-text, +.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + font-size: 12px; + padding-right: 0; + transform: translate3d(-10px, -37px, 0) scale(1); +} + +.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 13px; + top: 14px; +} + +.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 11px; + top: 16px; +} + +.e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text { + font-size: 12px; + top: 16px; +} + +.e-float-input textarea ~ .e-float-text, +.e-float-input.e-control-wrapper textarea ~ .e-float-text { + top: 15px; +} + +.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-float-input.e-bigger textarea ~ label.e-float-text, +.e-float-input textarea ~ label.e-float-text.e-bigger, +.e-float-input textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-float-text, +.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 15px; + top: 18 px; +} + +.e-float-input.e-small textarea ~ label.e-float-text, +.e-float-input textarea ~ label.e-float-text.e-small, +.e-float-input textarea.e-small ~ label.e-float-text, +.e-small .e-float-input textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small, +.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text { + font-size: 13px; + top: 15px; +} + +.e-input-group:hover:not(.e-disabled), +.e-input-group.e-control-wrapper:hover:not(.e-disabled), +.e-float-input:hover:not(.e-disabled), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-disabled), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) { + border-bottom-width: 1px; +} + +.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-weight: bold; + padding-right: 0; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + font-weight: bold; + padding-right: 0; + top: 14px; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 11px; + font-weight: bold; + padding-right: 0; + top: 17px; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-weight: bold; + padding-right: 0; + top: 16px; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + -moz-transform: translate(0%, -50%); + -ms-transform: translate(0%, -50%); + -o-transform: translate(0%, -50%); + -webkit-transform: translate(0%, -50%); + box-sizing: border-box; + left: 0%; + top: 15px; + transform: translate(0%, -50%); + width: 100%; + font-style: normal; +} + +.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; +} + +.e-float-input.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea label.e-float-text.e-label-top, +.e-small .e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top { + padding-right: 0; + transform: translate3d(-10px, -37px, 0) scale(1); +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + padding-right: 0; + transform: translate3d(0, 16px, 0) scale(1); +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; + font-weight: 400; + left: 0; + overflow: hidden; + padding-left: 10px; + pointer-events: none; + position: absolute; + text-overflow: ellipsis; + top: -11px; + transform: translate3d(0, 16px, 0) scale(1); + transform-origin: left top; + transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +textarea.e-input::-webkit-textarea-placeholder, +textarea.e-input:-moz-placeholder, +textarea.e-input:-ms-textarea-placeholder, +textarea.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-small textarea.e-input::-webkit-textarea-placeholder, +textarea.e-small.e-input::-webkit-textarea-placeholder, +.e-small textarea.e-input:-moz-placeholder, +textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-input:-ms-input-placeholder, +textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-input::-moz-placeholder, +textarea.e-small.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +.e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder, +.e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder, +.e-bigger textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-small.e-input::-moz-placeholder, +.e-small textarea.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-bigger textarea.e-input::-webkit-textarea-placeholder, +textarea.e-bigger.e-input::-webkit-textarea-placeholder, +.e-bigger textarea.e-input:-moz-placeholder, +textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-input:-ms-textarea-placeholder, +textarea.e-bigger.e-input:-ms-textarea-placeholder, +.e-bigger textarea.e-input::-moz-placeholder, +textarea.e-bigger.e-input::-moz-placeholder { + font-size: 15px; + font-style: normal; +} + +.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-weight: bold; + padding-right: 0; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 11px; + font-weight: bold; + padding-right: 0; + top: 17px; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-weight: bold; + padding-right: 0; + top: 16px; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + font-weight: bold; + padding-right: 0; + top: 14px; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + padding-right: 0; + transform: translate3d(-10px, -39px, 0) scale(1); +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled { + border-color: #ccc; + border-style: solid; +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-disabled textarea, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled, +.e-float-input.e-control-wrapper.e-disabled textarea { + filter: alpha(opacity=100); + opacity: 1; +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled { + background: transparent; + background-image: none; + cursor: not-allowed; +} + +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea, +.e-float-input.e-input-group textarea, +.e-float-input.e-control-wrapper textarea, +.e-float-input.e-control-wrapper.e-input-group textarea { + border-radius: 4px; +} + +textarea.e-input, +.e-input-group textarea, +.e-input-group textarea.e-input, +.e-input-group.e-input-focus textarea, +.e-input-group.e-input-focus textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-input-group.e-control-wrapper.e-input-focus textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + line-height: 1.5; + min-height: 32px; + min-width: 0; + padding: 4px 12px 4px 12px; + resize: vertical; +} + +.e-input-group.e-bigger textarea, +.e-input-group.e-bigger textarea.e-input, +.e-input-group textarea.e-bigger, +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-bigger textarea, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-input-group textarea, +.e-bigger .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger textarea, +.e-float-input textarea.e-bigger, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper textarea.e-bigger, +.e-bigger .e-float-input textarea, +.e-bigger .e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 36px; + padding: 6px 14px 6px 14px; +} + +.e-input-group.e-input-focus.e-bigger textarea, +.e-input-group.e-input-focus.e-bigger textarea.e-input, +.e-input-group.e-input-focus textarea.e-bigger, +.e-input-group.e-input-focus textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea, +.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-bigger .e-input-group.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 36px; + padding: 6px 14px 6px 14px; +} + +.e-input-group.e-small textarea, +.e-input-group.e-small textarea.e-input, +.e-input-group textarea.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper.e-small textarea, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-input-group textarea, +.e-small .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-float-input textarea, +.e-small .e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 26px; + padding: 4px 10px 4px 10px; +} + +.e-input-group.e-input-focus.e-small textarea, +.e-input-group.e-input-focus.e-small textarea.e-input, +.e-input-group.e-input-focus textarea.e-small, +.e-input-group.e-input-focus textarea.e-input.e-small, +.e-input-group.e-input-focus textarea.e-input.e-small, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-small .e-input-group.e-input-focus textarea, +.e-small .e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 26px; + padding: 4px 10px 4px 10px; +} + +.e-input-group.e-small.e-bigger textarea.e-input, +.e-input-group.e-small textarea.e-input.e-bigger, +.e-input-group textarea.e-input.e-bigger.e-small, +.e-input-group.e-bigger textarea.e-small, +.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-input-group textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-bigger .input-group textarea.e-small, +.e-bigger .e-input-group.e-small textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input, +.e-small .input-group textarea.e-bigger, +.e-small .e-input-group.e-bigger textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-float-input textarea.e-bigger.e-small, +.e-float-input.e-small.e-bigger textarea, +.e-float-input.e-small textarea.e-bigger, +.e-float-input.e-bigger textarea.e-small, +.e-bigger .e-float-input.e-small textarea, +.e-bigger.e-small .e-float-input textarea, +.e-bigger .float-input textarea.e-small, +.e-small .e-float-input.e-bigger textarea, +.e-small .float-input textarea.e-bigger, +.e-small .e-float-input.e-control-wrapper textarea.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea, +.e-bigger .e-small.e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 32px; + padding: 4px 12px 4px 12px; +} + +.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small, +.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input, +.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger, +.e-input-group.e-input-focus.e-bigger textarea.e-small, +.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 32px; + padding: 4px 12px 4px 12px; +} + +.e-filled.e-input-group, +.e-filled.e-input-group.e-control-wrapper, +.e-filled.e-float-input, +.e-filled.e-float-input.e-control-wrapper { + line-height: 1; +} + +.e-filled textarea.e-input, +.e-filled.e-input-group.e-multi-line-input textarea, +.e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea, +.e-filled.e-float-input.e-multi-line-input textarea, +.e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea { + box-sizing: border-box; +} + +/*! input theme */ +input.e-input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +textarea.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + background: #fff; + border-color: #ccc; + color: #555; +} + +.e-input-group, +.e-input-group.e-control-wrapper, +.e-float-input, +.e-float-input.e-input-group, +.e-float-input.e-control-wrapper, +.e-float-input.e-input-group.e-control-wrapper { + background: #fff; + color: #555; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + background: #fff; + border-color: #ccc; + color: #333; +} + +.e-input-group.e-disabled .e-input-group-icon, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + color: #999; +} + +.e-input[disabled], +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input input[disabled], +.e-float-input.e-control-wrapper input[disabled], +.e-float-input textarea[disabled], +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled { + -webkit-text-fill-color: #999; + background: #eee; + color: #999; + border-color: #ccc; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea, +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled input.e-input, +.e-input-group.e-control-wrapper.e-disabled input.e-input, +.e-input-group.e-disabled textarea.e-input, +.e-input-group.e-control-wrapper.e-disabled textarea.e-input { + background: none; + color: inherit; +} + +.e-input-group .e-input[readonly], +.e-input-group.e-control-wrapper .e-input[readonly], +.e-float-input input[readonly], +.e-float-input.e-control-wrapper input[readonly], +.e-float-input textarea[readonly], +.e-float-input.e-control-wrapper textarea[readonly] { + background: none; + color: inherit; +} + +.e-float-input.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled input, +.e-float-input.e-disabled textarea, +.e-float-input.e-control-wrapper.e-disabled textarea, +.e-float-input input[disabled], +.e-float-input.e-control-wrapper input[disabled], +.e-float-input textarea[disabled], +.e-float-input.e-control-wrapper textarea[disabled] { + color: inherit; +} + +/*! Added color to textbox for disbaled state */ +.e-float-input:not(.e-disabled) input[disabled], +.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled], +.e-float-input:not(.e-disabled) textarea[disabled], +.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] { + -webkit-text-fill-color: #999; + color: #999; +} + +.e-input-group.e-disabled .e-input-group-icon, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + background: #eee; + border-color: #ccc; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover { + background: #e6e6e6; + color: #333; +} + +.e-input.e-success, +.e-input.e-success:focus, +.e-input-group.e-success input.e-input, +.e-input-group.e-control-wrapper.e-success input.e-input, +.e-input-group.e-success .e-input-group-icon, +.e-input-group.e-control-wrapper.e-success .e-input-group-icon, +.e-input-group.e-success textarea.e-input, +.e-input-group.e-control-wrapper.e-success textarea.e-input { + border-color: #3c763d; +} + +.e-input.e-warning, +.e-input.e-warning:focus, +.e-input-group.e-warning input.e-input, +.e-input-group.e-control-wrapper.e-warning input.e-input, +.e-input-group.e-warning .e-input-group-icon, +.e-input-group.e-control-wrapper.e-warning .e-input-group-icon, +.e-input-group.e-warning textarea.e-input, +.e-input-group.e-control-wrapper.e-warning textarea.e-input { + border-color: #8a6d3b; +} + +.e-input.e-error, +.e-input.e-error:focus, +.e-input-group.e-error input.e-input, +.e-input-group.e-control-wrapper.e-error input.e-input, +.e-input-group.e-control-wrapper.e-error .e-input-group-icon, +.e-input-group.e-error .e-input-group-icon, +.e-input-group.e-error textarea.e-input, +.e-input-group.e-control-wrapper.e-error textarea.e-input { + border-color: #a94442; +} + +label.e-float-text, +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #999; +} + +.e-float-input.e-error label.e-float-text, +.e-float-input.e-control-wrapper.e-error label.e-float-text, +.e-float-input.e-error input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text, +.e-float-input.e-error.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text, +.e-float-input.e-error textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text { + color: #a94442; +} + +.e-float-input input, +.e-float-input textarea, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper textarea { + border-bottom-color: #ccc; +} + +.e-float-input.e-success input, +.e-float-input.e-success textarea, +.e-float-input.e-control-wrapper.e-success input, +.e-float-input.e-control-wrapper.e-success textarea { + border-color: #3c763d; +} + +.e-float-input.e-warning input, +.e-float-input.e-control-wrapper.e-warning input, +.e-float-input.e-warning textarea, +.e-float-input.e-control-wrapper.e-warning textarea { + border-color: #8a6d3b; +} + +.e-float-input.e-error input, +.e-float-input.e-control-wrapper.e-error input, +.e-float-input.e-error textarea, +.e-float-input.e-control-wrapper.e-error textarea { + border-color: #a94442; +} + +.e-float-input:not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: #999; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:active, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active { + background: #d4d4d4; + color: #333; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +input.e-input::selection, +textarea.e-input::selection, +.e-input-group input.e-input::selection, +.e-input-group.e-control-wrapper input.e-input::selection, +.e-float-input input::selection, +.e-float-input.e-control-wrapper input::selection, +.e-input-group textarea.e-input::selection, +.e-input-group.e-control-wrapper textarea.e-input::selection, +.e-float-input textarea::selection, +.e-float-input.e-control-wrapper textarea::selection { + background: #317ab9; + color: #fff; +} + +.e-float-input.e-small textarea::selection, +.e-float-input textarea::selection { + background: #317ab9; + color: #fff; +} + +input.e-input:-moz-placeholder { + color: #999; +} + +.e-input-group input.e-input:-moz-placeholder { + color: #999; +} + +.e-input-group input.e-input:-moz-placeholder, +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + color: #999; +} + +input.e-input:-moz-placeholder { + color: #999; +} + +.e-input-group input.e-input:-moz-placeholder { + color: #999; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + color: #999; +} + +textarea.e-input:-moz-placeholder { + color: #999; +} + +.e-input-group textarea.e-input:-moz-placeholder { + color: #999; +} + +.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { + color: #999; +} + +input.e-input::-moz-placeholder { + color: #999; +} + +.e-input-group input.e-input::-moz-placeholder { + color: #999; +} + +.e-input-group.e-control-wrapper input.e-input::-moz-placeholder { + color: #999; +} + +textarea.e-input::-moz-placeholder { + color: #999; +} + +.e-input-group textarea.e-input::-moz-placeholder { + color: #999; +} + +.e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder { + color: #999; +} + +input.e-input:-ms-input-placeholder { + color: #999; +} + +.e-input-group input.e-input:-ms-input-placeholder { + color: #999; +} + +.e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder { + color: #999; +} + +textarea.e-input:-ms-input-placeholder { + color: #999; +} + +.e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder { + color: #999; +} + +.e-input-group textarea.e-input:-ms-input-placeholder { + color: #999; +} + +input.e-input::-webkit-input-placeholder { + color: #999; +} + +.e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder { + color: #999; +} + +.e-input-group input.e-input::-webkit-input-placeholder { + color: #999; +} + +textarea.e-input::-webkit-input-placeholder { + color: #999; +} + +.e-input-group textarea.e-input::-webkit-input-placeholder { + color: #999; +} + +.e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder { + color: #999; +} + +.e-input-group::before, +.e-input-group::after, +.e-input-group.e-control-wrapper::before, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group.e-success::before, +.e-input-group.e-success::after, +.e-input-group.e-control-wrapper.e-success::before, +.e-input-group.e-control-wrapper.e-success::after { + content: ''; +} + +.e-input-group.e-warning::before, +.e-input-group.e-warning::after, +.e-input-group.e-control-wrapper.e-warning::before, +.e-input-group.e-control-wrapper.e-warning::after { + content: ''; +} + +.e-input-group.e-error::before, +.e-input-group.e-error::after, +.e-input-group.e-control-wrapper.e-error::before, +.e-input-group.e-control-wrapper.e-error::after { + content: ''; +} + +.e-input-group.e-success .e-input-group-icon, +.e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-success .e-input-group-icon, +.e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #333; +} + +.e-input-group.e-warning .e-input-group-icon, +.e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-warning .e-input-group-icon, +.e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #333; +} + +.e-input-group.e-error .e-input-group-icon, +.e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-error .e-input-group-icon, +.e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #333; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + border-color: #ccc; +} + +.e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input { + border-color: #317ab9; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(49, 122, 185, 0.6); +} + +.e-input:focus:not(.e-success):not(.e-warning).e-error, +.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus, +.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus, +.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input { + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6); +} + +.e-input:focus:not(.e-error):not(.e-warning).e-success, +.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus, +.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus, +.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input { + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(60, 118, 61, 0.6); +} + +.e-input:focus:not(.e-success):not(.e-error).e-warning, +.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus, +.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus, +.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input { + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(138, 109, 59, 0.6); +} + +.e-input-group:not(.e-float-input):not(.e-float-icon-left) .e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap .e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-float-input):not(.e-float-icon-left) .e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap .e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group:not(.e-float-input):not(.e-float-icon-left).e-input-focus .e-input:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap .e-input:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-float-input):not(.e-float-icon-left).e-input-focus .e-input:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap .e-input:not(.e-success):not(.e-warning):not(.e-error) { + box-shadow: none; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus, +.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input, +.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus { + border-color: transparent; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #317ab9; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(49, 122, 185, 0.6); +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error { + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6); +} + +.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success { + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(60, 118, 61, 0.6); +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning { + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(138, 109, 59, 0.6); +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input { + border-color: #ccc; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #ccc; +} + +.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #317ab9; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(49, 122, 185, 0.6); +} + +.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error, +.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error { + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6); +} + +.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success, +.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success { + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(60, 118, 61, 0.6); +} + +.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning, +.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning { + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(138, 109, 59, 0.6); +} + +.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #ccc; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + border-bottom-color: #ccc; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-input-group.e-success, +.e-input-group.e-control-wrapper.e-success, +.e-input-group.e-success:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) { + border-color: #3c763d; +} + +.e-input-group.e-warning, +.e-input-group.e-control-wrapper.e-warning, +.e-input-group.e-warning:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) { + border-color: #8a6d3b; +} + +.e-input-group.e-error, +.e-input-group.e-control-wrapper.e-error, +.e-input-group.e-error:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) { + border-color: #a94442; +} + +.e-float-input .e-clear-icon, +.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + color: #777; +} + +.e-float-input:not(.e-disabled) .e-clear-icon:hover, +.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover, +.e-input-group:not(.e-disabled) .e-clear-icon:hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover { + color: #333; +} + +.e-float-input.e-disabled .e-clear-icon, +.e-float-input.e-control-wrapper.e-disabled .e-clear-icon, +.e-input-group.e-disabled .e-clear-icon, +.e-input-group.e-control-wrapper.e-disabled .e-clear-icon { + color: #999; +} + +.e-float-input.e-input-focus .e-input:focus, +.e-float-input.e-control-wrapper.e-input-focus .e-input:focus { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input label.e-float-text.e-label-top, +.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #333; +} + +.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #333; +} + +.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #333; +} + +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #333; +} + +.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #999; +} + +.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: #999; +} + +.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top, +.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #333; +} + +.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #333; +} + +.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #333; +} + +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #333; +} + +.e-float-input.e-input-group.e-disabled .e-float-text, +.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top, +.e-float-input input[disabled] ~ label.e-float-text, +.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-disabled label.e-float-text, +.e-float-input.e-disabled label.e-float-text.e-label-top, +.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: #999; +} + +.e-float-input textarea[disabled] ~ label.e-float-text, +.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: #999; +} + +.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text, +.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: #999; +} + +.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: #999; +} + +input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) { + border-color: #ccc; +} + +.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: #317ab9; +} + +.e-input-group:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-input-group.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: #317ab9; +} + +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #333; +} + +.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #333; +} + +/*! popup layout */ +.e-popup { + height: auto; + position: absolute; + width: auto; + z-index: 1000; +} + +.e-popup.e-popup-open { + display: block; +} + +.e-popup.e-popup-close { + display: none; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-spinner-pane { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + text-align: center; + top: 0; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + width: 100%; + z-index: 1000; +} + +.e-spinner-pane::after { + content: "Bootstrap"; + display: none; +} + +.e-spinner-pane.e-spin-left .e-spinner-inner { + -webkit-transform: translateX(0%) translateY(-50%); + left: 0; + padding-left: 10px; + transform: translateX(0%) translateY(-50%); +} + +.e-spinner-pane.e-spin-right .e-spinner-inner { + -webkit-transform: translateX(-100%) translateY(-50%); + left: 100%; + padding-right: 10px; + transform: translateX(-100%) translateY(-50%); +} + +.e-spinner-pane.e-spin-center .e-spinner-inner { + -webkit-transform: translateX(-50%) translateY(-50%); + left: 50%; + transform: translateX(-50%) translateY(-50%); +} + +.e-spinner-pane.e-spin-hide { + display: none; +} + +.e-spinner-pane.e-spin-show { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-spinner-pane .e-spinner-inner { + -webkit-transform: translateX(-50%) translateY(-50%); + left: 50%; + margin: 0; + position: absolute; + text-align: center; + top: 50%; + transform: translateX(-50%) translateY(-50%); + z-index: 1000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-label { + font-family: "Helvetica Neue", "Segoe UI"; + font-size: 14px; + margin-top: 10px; + text-align: center; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material { + animation: material-spinner-rotate 1568.63ms linear infinite; + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material .e-path-circle { + fill: none; + stroke-linecap: square; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 { + animation: material-spinner-rotate .75s linear infinite; + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + fill: none; + stroke-linecap: square; + stroke-width: 4; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric { + animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); + display: block; + margin: 0 auto; + overflow: visible; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc, +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle { + fill: none; + stroke-width: 1.5; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap { + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast { + animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); + display: block; + margin: 0 auto; + overflow: visible; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc, +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle { + fill: none; + stroke-width: 1.5; +} + +.e-spinner-pane { + background-color: transparent; +} + +.e-spinner-pane.e-spin-overlay { + background-color: rgba(255, 255, 255, 0.2); +} + +.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-label { + color: #333; +} + +.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-bootstrap { + fill: #000; + stroke: #000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-label { + color: #333; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle { + stroke: #000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc { + stroke: #000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle { + stroke: #000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc { + stroke: #000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material { + stroke: #000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 { + stroke: #000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap { + fill: #000; + stroke: #000; +} + +.e-bigger .e-dropdownbase, +.e-dropdownbase.e-bigger { + min-height: 45px; +} + +.e-bigger .e-dropdownbase .e-list-item, +.e-bigger .e-dropdownbase .e-list-group-item, +.e-bigger .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-bigger .e-list-item, +.e-dropdownbase.e-bigger .e-list-group-item, +.e-dropdownbase.e-bigger .e-fixed-head { + line-height: 48px; +} + +.e-bigger .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-bigger .e-list-item .e-list-icon { + font-size: 20px; +} + +.e-dropdownbase { + display: block; + height: 100%; + min-height: 36px; + position: relative; + width: 100%; +} + +.e-dropdownbase .e-list-parent { + margin: 0; + padding: 0; +} + +.e-dropdownbase .e-list-group-item, +.e-dropdownbase .e-fixed-head { + cursor: default; +} + +.e-dropdownbase .e-list-item { + cursor: pointer; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-dropdownbase .e-list-item .e-list-icon { + font-size: 16px; + vertical-align: middle; +} + +.e-dropdownbase .e-fixed-head { + position: absolute; + top: 0; +} + +.e-rtl .e-dropdownbase .e-fixed-head { + left: 33px; +} + +.e-dropdownbase.e-content { + overflow: auto; + position: relative; +} + +.e-popup.e-ddl .e-dropdownbase.e-nodata { + color: #777; + cursor: default; + font-family: inherit; + font-size: 14px; + padding: 14px 16px; + text-align: center; +} + +.e-rtl .e-dropdownbase.e-dd-group .e-list-item { + padding-right: 30px; +} + +.e-dropdownbase.e-dd-group .e-list-item { + padding-left: 30px; + text-indent: 0; +} + +.e-small .e-dropdownbase.e-dd-group .e-list-item { + text-indent: 0; +} + +.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item { + text-indent: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + text-indent: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + cursor: pointer; + font-weight: normal; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item { + padding-right: 30px; +} + +.e-rtl .e-dropdownbase .e-list-item { + padding-left: 20px; + padding-right: 0; +} + +.e-small.e-rtl .e-dropdownbase .e-list-item, +.e-small .e-rtl .e-dropdownbase .e-list-item, +.e-rtl .e-small .e-dropdownbase .e-list-item { + padding-left: 20px; + padding-right: 0; +} + +.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item, +.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item, +.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item, +.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item, +.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item { + padding-left: 20px; + padding-right: 0; +} + +.e-dropdownbase { + border-color: rgba(119, 119, 119, 0.25); +} + +.e-dropdownbase .e-list-item { + background-color: #fff; + border-bottom: 1px; + border-color: #fff; + color: #333; + font-family: inherit; + font-size: 14px; + line-height: 26px; + min-height: 26px; + padding-right: 20px; + text-indent: 20px; +} + +.e-dropdownbase .e-list-group-item, .e-fixed-head { + background-color: #fff; + border-color: #fff; + color: #777; + font-family: inherit; + font-size: 12px; + font-weight: normal; + line-height: 26px; + min-height: 26px; + padding-left: 20px; + padding-right: 20px; +} + +.e-dropdownbase .e-list-item.e-active, +.e-dropdownbase .e-list-item.e-active.e-hover { + background-color: #317ab9; + border-color: #fff; + color: #fff; +} + +.e-dropdownbase .e-list-item.e-hover { + background-color: #f5f5f5; + border-color: #fff; + color: #333; +} + +.e-dropdownbase .e-list-item:last-child { + border-bottom: 0; +} + +.e-dropdownbase .e-list-item.e-item-focus { + background-color: #f5f5f5; +} + +.e-bigger .e-dropdownbase .e-list-group-item, +.e-bigger .e-dropdownbase .e-fixed-head { + font-size: 14px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open table { + border-collapse: collapse; + table-layout: fixed; + width: 100%; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open th, +.e-multi-column.e-ddl.e-popup.e-popup-open td { + display: table-cell; + overflow: hidden; + padding-right: 16px; + text-indent: 10px; + text-overflow: ellipsis; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open th { + line-height: 36px; + text-align: left; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header { + background-color: #fff; + border-color: #ddd; + border-style: solid; + border-width: 0 0 1px 0; + color: #777; + font-family: inherit; + font-size: 12px; + font-weight: normal; + text-indent: 10px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item { + padding-right: 0; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header { + padding-right: 16px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header, +.e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header { + padding-right: 0; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center { + text-align: center; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right { + text-align: right; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left { + text-align: left; +} + +.e-small .e-dropdownbase .e-list-item, +.e-dropdownbase.e-small .e-list-item { + color: #333; + line-height: 22px; + min-height: 22px; + text-indent: 12px; +} + +.e-small .e-dropdownbase .e-list-group-item, +.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-small .e-list-group-item, +.e-dropdownbase.e-small .e-fixed-head { + line-height: 22px; + min-height: 22px; +} + +.e-small .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-small .e-list-item .e-list-icon { + font-size: 14px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item, +.e-dropdownbase.e-small.e-bigger .e-list-item { + color: #333; + line-height: 34px; + min-height: 34px; + text-indent: 16px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-group-item, +.e-bigger.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-small.e-bigger .e-list-group-item, +.e-dropdownbase.e-small.e-bigger .e-fixed-head { + line-height: 34px; + min-height: 34px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon { + font-size: 18px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-group-item, +.e-bigger.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-bigger.e-small .e-list-group-item, +.e-dropdownbase.e-bigger.e-small .e-fixed-head { + font-size: 14px; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item { + background-color: #fff; + border-bottom: 1px; + border-color: #fff; + color: #333; + font-family: inherit; + font-size: 14px; + padding-right: 20px; + text-indent: 20px; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus { + background-color: #f5f5f5; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active, +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover { + background-color: #317ab9; + border-color: #fff; + color: #fff; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover { + background-color: #f5f5f5; + border-color: #fff; + color: #333; +} + +.e-avatar { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + background-color: #bcbcbc; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + border-radius: 5px; + color: #fff; + display: -ms-inline-flexbox; + display: inline-flex; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 1em; + font-weight: 400; + height: 3em; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + position: relative; + width: 3em; +} + +.e-avatar img { + height: 100%; + width: auto; +} + +.e-avatar.e-avatar-circle { + border-radius: 50%; +} + +.e-avatar.e-avatar-xsmall { + font-size: 0.6em; +} + +.e-avatar.e-avatar-small { + font-size: 0.8em; +} + +.e-avatar.e-avatar-large { + font-size: 1.2em; +} + +.e-avatar.e-avatar-xlarge { + font-size: 1.4em; +} + +.e-badge { + background: #fafafa; + border-color: transparent; + border-radius: 0.25em; + box-shadow: 0 0 0 2px transparent; + box-sizing: border-box; + color: rgba(0, 0, 0, 0.87); + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 0.75em; + font-weight: 500; + line-height: 1; + overflow: hidden; + padding: 0.25em 0.4em 0.25em 0.4em; + text-align: center; + text-decoration: none; + text-indent: 0; + vertical-align: middle; +} + +.e-badge:hover { + text-decoration: none; +} + +.e-badge.e-badge-pill { + border-radius: 5em; +} + +.e-badge.e-badge-notification { + border-radius: 1em; + font-size: 12px; + height: 18px; + left: 100%; + line-height: 18px; + min-width: 24px; + padding: 0 8px 0 8px; + position: absolute; + top: -10px; + width: auto; +} + +.e-badge.e-badge-notification.e-badge-ghost { + line-height: 16px; +} + +.e-badge.e-badge-circle { + border-radius: 50%; + height: 1.834em; + line-height: 1.834em; + min-width: 0; + padding: 0; + width: 1.834em; +} + +.e-badge.e-badge-circle.e-badge-ghost { + line-height: 1.8em; +} + +.e-badge.e-badge-overlap { + position: absolute; + top: -10px; + transform: translateX(-50%); +} + +.e-badge.e-badge-dot { + border-radius: 100%; + box-shadow: 0 0 0 1px #fff; + height: 6px; + left: 100%; + line-height: 1; + margin: 0; + min-width: 0; + overflow: visible; + padding: 0; + position: absolute; + top: -3px; + width: 6px; +} + +.e-badge.e-badge-bottom.e-badge-dot { + bottom: 3px; + position: absolute; + top: auto; +} + +.e-badge.e-badge-bottom.e-badge-notification { + bottom: -3px; + position: absolute; + top: auto; +} + +button .e-badge { + line-height: .9; + position: relative; + top: -2px; +} + +button .e-badge.e-badge-circle { + height: 2em; + line-height: 2em; + width: 2em; +} + +button .e-badge.e-badge-circle.e-badge-ghost { + line-height: 1.9em; +} + +.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) { + background-color: #317ab9; + color: #fff; +} + +.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-secondary[href]:not(.e-badge-ghost) { + background-color: #777; + color: #fff; +} + +.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) { + background-color: #218739; + color: #fff; +} + +.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]), .e-badge.e-badge-danger[href]:not(.e-badge-ghost) { + background-color: #dc3243; + color: #fff; +} + +.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]), .e-badge.e-badge-warning[href]:not(.e-badge-ghost) { + background-color: #aa6708; + color: #fff; +} + +.e-badge.e-badge-info:not(.e-badge-ghost):not([href]), .e-badge.e-badge-info[href]:not(.e-badge-ghost) { + background-color: #1b809e; + color: #fff; +} + +.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) { + background-color: #fff; + color: #333; +} + +.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) { + background-color: #333; + color: #fff; +} + +.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover { + background-color: #265f91; +} + +.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover { + background-color: #5e5e5e; +} + +.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover { + background-color: #175e28; +} + +.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover { + background-color: #bb202f; +} + +.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover { + background-color: #794906; +} + +.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover { + background-color: #145d72; +} + +.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover { + background-color: #e6e6e6; +} + +.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover { + background-color: #1a1a1a; +} + +.e-badge.e-badge-primary[href].e-badge-ghost:hover { + border-color: #21527d; + color: #21527d; +} + +.e-badge.e-badge-secondary[href].e-badge-ghost:hover { + border-color: #515151; + color: #515151; +} + +.e-badge.e-badge-success[href].e-badge-ghost:hover { + border-color: #124a1f; + color: #124a1f; +} + +.e-badge.e-badge-danger[href].e-badge-ghost:hover { + border-color: #a51c2a; + color: #a51c2a; +} + +.e-badge.e-badge-warning[href].e-badge-ghost:hover { + border-color: #613b05; + color: #613b05; +} + +.e-badge.e-badge-info[href].e-badge-ghost:hover { + border-color: #104b5d; + color: #104b5d; +} + +.e-badge.e-badge-light[href].e-badge-ghost:hover { + border-color: #d9d9d9; + color: #d9d9d9; +} + +.e-badge.e-badge-dark[href].e-badge-ghost:hover { + border-color: #0d0d0d; + color: #0d0d0d; +} + +.e-badge.e-badge-ghost.e-badge-primary { + background-color: transparent; + border: 1px solid #317ab9; + color: #317ab9; +} + +.e-badge.e-badge-ghost.e-badge-secondary { + background-color: transparent; + border: 1px solid #777; + color: #777; +} + +.e-badge.e-badge-ghost.e-badge-success { + background-color: transparent; + border: 1px solid #218739; + color: #218739; +} + +.e-badge.e-badge-ghost.e-badge-danger { + background-color: transparent; + border: 1px solid #dc3243; + color: #dc3243; +} + +.e-badge.e-badge-ghost.e-badge-warning { + background-color: transparent; + border: 1px solid #aa6708; + color: #aa6708; +} + +.e-badge.e-badge-ghost.e-badge-info { + background-color: transparent; + border: 1px solid #1b809e; + color: #1b809e; +} + +.e-badge.e-badge-ghost.e-badge-light { + background-color: transparent; + border: 1px solid #fff; + color: #fff; +} + +.e-badge.e-badge-ghost.e-badge-dark { + background-color: transparent; + border: 1px solid #333; + color: #333; +} + +.e-barcode { + display: block; +} + +.e-datamatrix { + display: block; +} + +.e-qrcode { + display: block; +} + +.e-content-placeholder.e-barcode.e-placeholder-barcode { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +.e-content-placeholder.e-datamatrixgenerator.e-placeholder-datamatrixgenerator { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +.e-content-placeholder.e-qrcodegenerator.e-placeholder-qrcodegenerator { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +/*! button layout */ +.e-btn, +.e-css.e-btn { + -webkit-font-smoothing: antialiased; + border: 1px solid; + border-radius: 4px; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; + -ms-flex-pack: center; + justify-content: center; + line-height: 2.286em; + outline: none; + padding: 0 12px; + text-align: center; + text-decoration: none; + text-transform: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; +} + +.e-btn:disabled, +.e-css.e-btn:disabled { + cursor: default; +} + +.e-btn:hover, .e-btn:focus, +.e-css.e-btn:hover, +.e-css.e-btn:focus { + text-decoration: none; +} + +.e-btn::-moz-focus-inner, +.e-css.e-btn::-moz-focus-inner { + border: 0; + padding: 0; +} + +.e-btn .e-btn-icon, +.e-css.e-btn .e-btn-icon { + display: inline-block; + font-size: 12px; + margin-top: -2px; + vertical-align: middle; + width: 1em; +} + +.e-btn .e-btn-icon.e-icon-left, +.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.5em; + width: 1.688em; +} + +.e-btn .e-btn-icon.e-icon-right, +.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.5em; + width: 1.688em; +} + +.e-btn .e-btn-icon.e-icon-top, +.e-css.e-btn .e-btn-icon.e-icon-top { + display: block; + margin-top: 0; + padding-bottom: 6px; + width: auto; +} + +.e-btn .e-btn-icon.e-icon-bottom, +.e-css.e-btn .e-btn-icon.e-icon-bottom { + display: block; + margin-top: 0; + padding-top: 6px; + width: auto; +} + +.e-btn.e-icon-btn, +.e-css.e-btn.e-icon-btn { + padding: 0 8px; +} + +.e-btn.e-top-icon-btn, .e-btn.e-bottom-icon-btn, +.e-css.e-btn.e-top-icon-btn, +.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 6px 12px; +} + +.e-btn.e-round, +.e-css.e-btn.e-round { + border-radius: 50%; + height: 2.429em; + line-height: 1; + padding: 0; + width: 2.429em; +} + +.e-btn.e-round .e-btn-icon, +.e-css.e-btn.e-round .e-btn-icon { + font-size: 16px; + line-height: 2em; + margin-top: 0; + width: auto; +} + +.e-btn.e-rtl .e-icon-right, +.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.5em; + margin-right: 0; +} + +.e-btn.e-rtl .e-icon-left, +.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5em; +} + +.e-btn.e-flat, +.e-css.e-btn.e-flat { + border: 1px solid; +} + +.e-btn.e-small, +.e-css.e-btn.e-small { + font-size: 12px; + line-height: 2.167em; + padding: 0 10px; +} + +.e-btn.e-small .e-btn-icon, +.e-css.e-btn.e-small .e-btn-icon { + font-size: 10px; + width: 1em; +} + +.e-btn.e-small .e-btn-icon.e-icon-left, +.e-css.e-btn.e-small .e-btn-icon.e-icon-left { + margin-left: -0.57143em; + width: 1.7143em; +} + +.e-btn.e-small .e-btn-icon.e-icon-right, +.e-css.e-btn.e-small .e-btn-icon.e-icon-right { + margin-right: -0.57143em; + width: 1.7143em; +} + +.e-btn.e-small .e-btn-icon.e-icon-top, +.e-css.e-btn.e-small .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-btn.e-small.e-icon-btn, +.e-css.e-btn.e-small.e-icon-btn { + padding: 0 6px; +} + +.e-btn.e-small.e-top-icon-btn, .e-btn.e-small.e-bottom-icon-btn, +.e-css.e-btn.e-small.e-top-icon-btn, +.e-css.e-btn.e-small.e-bottom-icon-btn { + line-height: 1; + padding: 6px 12px; +} + +.e-btn.e-small.e-round, +.e-css.e-btn.e-small.e-round { + height: 2.334em; + line-height: 1; + padding: 0; + width: 2.334em; +} + +.e-btn.e-small.e-round .e-btn-icon, +.e-css.e-btn.e-small.e-round .e-btn-icon { + font-size: 14px; + line-height: 1.8572em; + width: auto; +} + +.e-btn.e-small.e-rtl .e-icon-right, +.e-css.e-btn.e-small.e-rtl .e-icon-right { + margin-left: -0.57143em; + margin-right: 0; +} + +.e-btn.e-small.e-rtl .e-icon-left, +.e-css.e-btn.e-small.e-rtl .e-icon-left { + margin-left: 0; + margin-right: btn-small-icon-margin; +} + +.e-btn.e-block, +.e-css.e-btn.e-block { + display: block; + width: 100%; +} + +.e-small .e-btn, +.e-small.e-btn, +.e-small .e-css.e-btn, +.e-small.e-css.e-btn { + font-size: 12px; + line-height: 2.167em; + padding: 0 10px; +} + +.e-small .e-btn .e-btn-icon, +.e-small.e-btn .e-btn-icon, +.e-small .e-css.e-btn .e-btn-icon, +.e-small.e-css.e-btn .e-btn-icon { + font-size: 10px; + width: 1em; +} + +.e-small .e-btn .e-btn-icon.e-icon-left, +.e-small.e-btn .e-btn-icon.e-icon-left, +.e-small .e-css.e-btn .e-btn-icon.e-icon-left, +.e-small.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.57143em; + width: 1.7143em; +} + +.e-small .e-btn .e-btn-icon.e-icon-right, +.e-small.e-btn .e-btn-icon.e-icon-right, +.e-small .e-css.e-btn .e-btn-icon.e-icon-right, +.e-small.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.57143em; + width: 1.7143em; +} + +.e-small .e-btn .e-btn-icon.e-icon-top, +.e-small.e-btn .e-btn-icon.e-icon-top, +.e-small .e-css.e-btn .e-btn-icon.e-icon-top, +.e-small.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-small .e-btn .e-btn-icon.e-icon-bottom, +.e-small.e-btn .e-btn-icon.e-icon-bottom, +.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-small .e-btn.e-icon-btn, +.e-small.e-btn.e-icon-btn, +.e-small .e-css.e-btn.e-icon-btn, +.e-small.e-css.e-btn.e-icon-btn { + padding: 0 6px; +} + +.e-small .e-btn.e-top-icon-btn, .e-small .e-btn.e-bottom-icon-btn, +.e-small.e-btn.e-top-icon-btn, +.e-small.e-btn.e-bottom-icon-btn, +.e-small .e-css.e-btn.e-top-icon-btn, +.e-small .e-css.e-btn.e-bottom-icon-btn, +.e-small.e-css.e-btn.e-top-icon-btn, +.e-small.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 6px 12px; +} + +.e-small .e-btn.e-round, +.e-small.e-btn.e-round, +.e-small .e-css.e-btn.e-round, +.e-small.e-css.e-btn.e-round { + height: 2.334em; + line-height: 1; + padding: 0; + width: 2.334em; +} + +.e-small .e-btn.e-round .e-btn-icon, +.e-small.e-btn.e-round .e-btn-icon, +.e-small .e-css.e-btn.e-round .e-btn-icon, +.e-small.e-css.e-btn.e-round .e-btn-icon { + font-size: 14px; + line-height: 1.8572em; + width: auto; +} + +.e-small .e-btn.e-rtl .e-icon-right, +.e-small.e-btn.e-rtl .e-icon-right, +.e-small .e-css.e-btn.e-rtl .e-icon-right, +.e-small.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.57143em; + margin-right: 0; +} + +.e-small .e-btn.e-rtl .e-icon-left, +.e-small.e-btn.e-rtl .e-icon-left, +.e-small .e-css.e-btn.e-rtl .e-icon-left, +.e-small.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: btn-small-icon-margin; +} + +.e-bigger.e-small .e-btn, +.e-bigger.e-small.e-btn, +.e-bigger.e-small .e-css.e-btn, +.e-bigger.e-small.e-css.e-btn { + font-size: 15px; + line-height: 2.2667em; + padding: 0 14px; +} + +.e-bigger.e-small .e-btn .e-btn-icon, +.e-bigger.e-small.e-btn .e-btn-icon, +.e-bigger.e-small .e-css.e-btn .e-btn-icon, +.e-bigger.e-small.e-css.e-btn .e-btn-icon { + font-size: 12px; + width: 1em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.5em; + width: 2em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.5em; + width: 2em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-bigger.e-small .e-btn.e-icon-btn, +.e-bigger.e-small.e-btn.e-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-icon-btn { + padding: 0 9px; +} + +.e-bigger.e-small .e-btn.e-top-icon-btn, .e-bigger.e-small .e-btn.e-bottom-icon-btn, +.e-bigger.e-small.e-btn.e-top-icon-btn, +.e-bigger.e-small.e-btn.e-bottom-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-top-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-bottom-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-top-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 8px 16px; +} + +.e-bigger.e-small .e-btn.e-round, +.e-bigger.e-small.e-btn.e-round, +.e-bigger.e-small .e-css.e-btn.e-round, +.e-bigger.e-small.e-css.e-btn.e-round { + height: 2.4em; + line-height: 1; + padding: 0; + width: 2.4em; +} + +.e-bigger.e-small .e-btn.e-round .e-btn-icon, +.e-bigger.e-small.e-btn.e-round .e-btn-icon, +.e-bigger.e-small .e-css.e-btn.e-round .e-btn-icon, +.e-bigger.e-small.e-css.e-btn.e-round .e-btn-icon { + font-size: 16px; + line-height: 2.125em; + width: auto; +} + +.e-bigger.e-small .e-btn.e-rtl .e-icon-right, +.e-bigger.e-small.e-btn.e-rtl .e-icon-right, +.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-right, +.e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.5em; + margin-right: 0; +} + +.e-bigger.e-small .e-btn.e-rtl .e-icon-left, +.e-bigger.e-small.e-btn.e-rtl .e-icon-left, +.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-left, +.e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5em; +} + +.e-bigger .e-btn, +.e-bigger.e-btn, +.e-bigger .e-css.e-btn, +.e-bigger.e-css.e-btn { + font-size: 16px; + line-height: 2.375em; + padding: 0 16px; +} + +.e-bigger .e-btn .e-btn-icon, +.e-bigger.e-btn .e-btn-icon, +.e-bigger .e-css.e-btn .e-btn-icon, +.e-bigger.e-css.e-btn .e-btn-icon { + font-size: 14px; + width: 1em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-btn .e-btn-icon.e-icon-left, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.6111em; + width: 2em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-btn .e-btn-icon.e-icon-right, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.6111em; + width: 2em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-btn .e-btn-icon.e-icon-top, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 8px; + width: auto; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 8px; + width: auto; +} + +.e-bigger .e-btn.e-icon-btn, +.e-bigger.e-btn.e-icon-btn, +.e-bigger .e-css.e-btn.e-icon-btn, +.e-bigger.e-css.e-btn.e-icon-btn { + padding: 0 10px; +} + +.e-bigger .e-btn.e-top-icon-btn, .e-bigger .e-btn.e-bottom-icon-btn, +.e-bigger.e-btn.e-top-icon-btn, +.e-bigger.e-btn.e-bottom-icon-btn, +.e-bigger .e-css.e-btn.e-top-icon-btn, +.e-bigger .e-css.e-btn.e-bottom-icon-btn, +.e-bigger.e-css.e-btn.e-top-icon-btn, +.e-bigger.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 8px 16px; +} + +.e-bigger .e-btn.e-round, +.e-bigger.e-btn.e-round, +.e-bigger .e-css.e-btn.e-round, +.e-bigger.e-css.e-btn.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-bigger .e-btn.e-round .e-btn-icon, +.e-bigger.e-btn.e-round .e-btn-icon, +.e-bigger .e-css.e-btn.e-round .e-btn-icon, +.e-bigger.e-css.e-btn.e-round .e-btn-icon { + font-size: 18px; + line-height: 2.1111em; + width: auto; +} + +.e-bigger .e-btn.e-rtl .e-icon-right, +.e-bigger.e-btn.e-rtl .e-icon-right, +.e-bigger .e-css.e-btn.e-rtl .e-icon-right, +.e-bigger.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.6111em; + margin-right: 0; +} + +.e-bigger .e-btn.e-rtl .e-icon-left, +.e-bigger.e-btn.e-rtl .e-icon-left, +.e-bigger .e-css.e-btn.e-rtl .e-icon-left, +.e-bigger.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.6111em; +} + +.e-bigger .e-btn.e-small, +.e-bigger.e-btn.e-small, +.e-bigger .e-css.e-btn.e-small, +.e-bigger.e-css.e-btn.e-small { + font-size: 15px; + line-height: 2.2667em; + padding: 0 14px; +} + +.e-bigger .e-btn.e-small .e-btn-icon, +.e-bigger.e-btn.e-small .e-btn-icon, +.e-bigger .e-css.e-btn.e-small .e-btn-icon, +.e-bigger.e-css.e-btn.e-small .e-btn-icon { + font-size: 12px; + width: 1em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-left { + margin-left: -0.5em; + width: 2em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-right { + margin-right: -0.5em; + width: 2em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-bigger .e-btn.e-small.e-icon-btn, +.e-bigger.e-btn.e-small.e-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-icon-btn { + padding: 0 9px; +} + +.e-bigger .e-btn.e-small.e-top-icon-btn, .e-bigger .e-btn.e-small.e-bottom-icon-btn, +.e-bigger.e-btn.e-small.e-top-icon-btn, +.e-bigger.e-btn.e-small.e-bottom-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-top-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-bottom-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-top-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-bottom-icon-btn { + line-height: 1; + padding: 8px 16px; +} + +.e-bigger .e-btn.e-small.e-round, +.e-bigger.e-btn.e-small.e-round, +.e-bigger .e-css.e-btn.e-small.e-round, +.e-bigger.e-css.e-btn.e-small.e-round { + height: 2.4em; + line-height: 1; + padding: 0; + width: 2.4em; +} + +.e-bigger .e-btn.e-small.e-round .e-btn-icon, +.e-bigger.e-btn.e-small.e-round .e-btn-icon, +.e-bigger .e-css.e-btn.e-small.e-round .e-btn-icon, +.e-bigger.e-css.e-btn.e-small.e-round .e-btn-icon { + font-size: 16px; + line-height: 2.125em; + width: auto; +} + +.e-bigger .e-btn.e-small.e-rtl .e-icon-right, +.e-bigger.e-btn.e-small.e-rtl .e-icon-right, +.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-right, +.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-right { + margin-left: -0.5em; + margin-right: 0; +} + +.e-bigger .e-btn.e-small.e-rtl .e-icon-left, +.e-bigger.e-btn.e-small.e-rtl .e-icon-left, +.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-left, +.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5em; +} + +/*! button theme */ +.e-btn, +.e-css.e-btn { + -webkit-tap-highlight-color: transparent; + background-color: #fff; + border-color: #ccc; + box-shadow: none; + color: #333; + transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); +} + +.e-btn:hover, +.e-css.e-btn:hover { + background-color: #e6e6e6; + border-color: #adadad; + box-shadow: none; + color: #333; +} + +.e-btn:focus, +.e-css.e-btn:focus { + background-color: #e6e6e6; + border-color: #8c8c8c; + color: #333; + outline: #fff 0 solid; + outline-offset: 0; + box-shadow: none; +} + +.e-btn:active, +.e-css.e-btn:active { + background-color: #e6e6e6; + border-color: #adadad; + color: #333; + outline: #fff 0 solid; + outline-offset: 0; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-active, +.e-css.e-btn.e-active { + background-color: #e6e6e6; + border-color: #adadad; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #333; +} + +.e-btn:disabled, +.e-css.e-btn:disabled { + background-color: rgba(255, 255, 255, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(51, 51, 51, 0.65); +} + +.e-btn .e-ripple-element, +.e-css.e-btn .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-round, +.e-css.e-btn.e-round { + background-color: transparent; + border-color: #ccc; + color: #333; +} + +.e-btn.e-round:hover, +.e-css.e-btn.e-round:hover { + background-color: #e6e6e6; + border-color: #adadad; + color: #333; +} + +.e-btn.e-round:focus, +.e-css.e-btn.e-round:focus { + background-color: #e6e6e6; + border-color: #8c8c8c; + box-shadow: none; + color: #333; + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-btn.e-round:active, +.e-css.e-btn.e-round:active { + background-color: #e6e6e6; + border-color: #adadad; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #333; + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-btn.e-round:disabled, +.e-css.e-btn.e-round:disabled { + background-color: rgba(255, 255, 255, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(51, 51, 51, 0.65); +} + +.e-btn.e-round.e-primary:focus, +.e-css.e-btn.e-round.e-primary:focus { + outline: #fff 0 solid; +} + +.e-btn.e-round.e-success:focus, +.e-css.e-btn.e-round.e-success:focus { + outline: #fff 0 solid; +} + +.e-btn.e-round.e-info:focus, +.e-css.e-btn.e-round.e-info:focus { + outline: #fff 0 solid; +} + +.e-btn.e-round.e-warning:focus, +.e-css.e-btn.e-round.e-warning:focus { + outline: #fff 0 solid; +} + +.e-btn.e-round.e-danger:focus, +.e-css.e-btn.e-round.e-danger:focus { + outline: #fff 0 solid; +} + +.e-btn.e-primary, +.e-css.e-btn.e-primary { + background-color: #317ab9; + border-color: #265f91; + color: #fff; +} + +.e-btn.e-primary:hover, +.e-css.e-btn.e-primary:hover { + background-color: #21527d; + border-color: #163854; + box-shadow: none; + color: #fff; +} + +.e-btn.e-primary:focus, +.e-css.e-btn.e-primary:focus { + background-color: #21527d; + border-color: #0c1d2c; + color: #fff; + outline: #fff 0 solid; + box-shadow: none; +} + +.e-btn.e-primary:active, +.e-css.e-btn.e-primary:active { + background-color: #21527d; + border-color: #163854; + color: #fff; + outline: #fff 0 solid; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-primary.e-active, +.e-css.e-btn.e-primary.e-active { + background-color: #21527d; + border-color: #163854; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn.e-primary:disabled, +.e-css.e-btn.e-primary:disabled { + background-color: rgba(49, 122, 185, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-primary .e-ripple-element, +.e-css.e-btn.e-primary .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-success, +.e-css.e-btn.e-success { + background-color: #218739; + border-color: #175e28; + color: #fff; +} + +.e-btn.e-success:hover, +.e-css.e-btn.e-success:hover { + background-color: #124a1f; + border-color: #08210e; + box-shadow: none; + color: #fff; +} + +.e-btn.e-success:focus, +.e-css.e-btn.e-success:focus { + background-color: #124a1f; + border-color: black; + color: #fff; + box-shadow: none; +} + +.e-btn.e-success:active, .e-btn.e-success.e-active, +.e-css.e-btn.e-success:active, +.e-css.e-btn.e-success.e-active { + background-color: #124a1f; + border-color: #08210e; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-success:disabled, +.e-css.e-btn.e-success:disabled { + background-color: rgba(92, 184, 92, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-success .e-ripple-element, +.e-css.e-btn.e-success .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-info, +.e-css.e-btn.e-info { + background-color: #1b809e; + border-color: #145d72; + color: #fff; +} + +.e-btn.e-info:hover, +.e-css.e-btn.e-info:hover { + background-color: #104b5d; + border-color: #082831; + box-shadow: none; + color: #fff; +} + +.e-btn.e-info:focus, +.e-css.e-btn.e-info:focus { + background-color: #104b5d; + border-color: #010406; + color: #fff; + box-shadow: none; +} + +.e-btn.e-info:active, .e-btn.e-info.e-active, +.e-css.e-btn.e-info:active, +.e-css.e-btn.e-info.e-active { + background-color: #104b5d; + border-color: #082831; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-info:disabled, +.e-css.e-btn.e-info:disabled { + background-color: rgba(91, 192, 222, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-info .e-ripple-element, +.e-css.e-btn.e-info .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-warning, +.e-css.e-btn.e-warning { + background-color: #aa6708; + border-color: #794906; + color: #fff; +} + +.e-btn.e-warning:hover, +.e-css.e-btn.e-warning:hover { + background-color: #613b05; + border-color: #301d02; + box-shadow: none; + color: #fff; +} + +.e-btn.e-warning:focus, +.e-css.e-btn.e-warning:focus { + background-color: #613b05; + border-color: black; + color: #fff; + box-shadow: none; +} + +.e-btn.e-warning:active, .e-btn.e-warning.e-active, +.e-css.e-btn.e-warning:active, +.e-css.e-btn.e-warning.e-active { + background-color: #613b05; + border-color: #301d02; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-warning:disabled, +.e-css.e-btn.e-warning:disabled { + background-color: rgba(240, 173, 78, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-warning .e-ripple-element, +.e-css.e-btn.e-warning .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-danger, +.e-css.e-btn.e-danger { + background-color: #dc3243; + border-color: #bb202f; + color: #fff; +} + +.e-btn.e-danger:hover, +.e-css.e-btn.e-danger:hover { + background-color: #a51c2a; + border-color: #7a151f; + box-shadow: none; + color: #fff; +} + +.e-btn.e-danger:focus, +.e-css.e-btn.e-danger:focus { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; + box-shadow: none; +} + +.e-btn.e-danger:active, +.e-css.e-btn.e-danger:active { + background-color: #a51c2a; + border-color: #7a151f; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-danger.e-active, +.e-css.e-btn.e-danger.e-active { + background-color: #a51c2a; + border-color: #7a151f; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn.e-danger:disabled, +.e-css.e-btn.e-danger:disabled { + background-color: rgba(217, 83, 79, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-danger .e-ripple-element, +.e-css.e-btn.e-danger .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat, +.e-css.e-btn.e-flat { + background-color: #fff; + border-color: #ccc; + box-shadow: none; + color: #333; +} + +.e-btn.e-flat:hover, +.e-css.e-btn.e-flat:hover { + background-color: #e6e6e6; + border-color: #adadad; + box-shadow: none; + color: #333; +} + +.e-btn.e-flat:focus, +.e-css.e-btn.e-flat:focus { + background-color: #e6e6e6; + border-color: #8c8c8c; + color: #333; + box-shadow: none; +} + +.e-btn.e-flat:active, .e-btn.e-flat.e-active, +.e-css.e-btn.e-flat:active, +.e-css.e-btn.e-flat.e-active { + background-color: #e6e6e6; + border-color: #adadad; + color: #333; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-flat:disabled, +.e-css.e-btn.e-flat:disabled { + background-color: #fff; + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(51, 51, 51, 0.65); +} + +.e-btn.e-flat .e-ripple-element, +.e-css.e-btn.e-flat .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-primary, +.e-css.e-btn.e-flat.e-primary { + background-color: #317ab9; + border-color: #265f91; + color: #fff; +} + +.e-btn.e-flat.e-primary:hover, +.e-css.e-btn.e-flat.e-primary:hover { + background-color: #21527d; + border-color: #163854; + color: #fff; +} + +.e-btn.e-flat.e-primary:focus, +.e-css.e-btn.e-flat.e-primary:focus { + background-color: #21527d; + border-color: #0c1d2c; + color: #fff; +} + +.e-btn.e-flat.e-primary:active, .e-btn.e-flat.e-primary.e-active, +.e-css.e-btn.e-flat.e-primary:active, +.e-css.e-btn.e-flat.e-primary.e-active { + background-color: #21527d; + border-color: #163854; + color: #fff; +} + +.e-btn.e-flat.e-primary:disabled, +.e-css.e-btn.e-flat.e-primary:disabled { + background-color: rgba(49, 122, 185, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-flat.e-primary .e-ripple-element, +.e-css.e-btn.e-flat.e-primary .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-success, +.e-css.e-btn.e-flat.e-success { + background-color: #218739; + border-color: #175e28; + color: #fff; +} + +.e-btn.e-flat.e-success:hover, +.e-css.e-btn.e-flat.e-success:hover { + background-color: #124a1f; + border-color: #08210e; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-success:focus, +.e-css.e-btn.e-flat.e-success:focus { + background-color: #124a1f; + border-color: black; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-success:active, .e-btn.e-flat.e-success.e-active, +.e-css.e-btn.e-flat.e-success:active, +.e-css.e-btn.e-flat.e-success.e-active { + background-color: #124a1f; + border-color: #08210e; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-flat.e-success:disabled, +.e-css.e-btn.e-flat.e-success:disabled { + background-color: rgba(92, 184, 92, 0.65); + border-color: rgba(204, 204, 204, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-flat.e-success .e-ripple-element, +.e-css.e-btn.e-flat.e-success .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-info, +.e-css.e-btn.e-flat.e-info { + background-color: #1b809e; + border-color: #145d72; + color: #fff; +} + +.e-btn.e-flat.e-info:hover, +.e-css.e-btn.e-flat.e-info:hover { + background-color: #104b5d; + border-color: #082831; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-info:focus, +.e-css.e-btn.e-flat.e-info:focus { + background-color: #104b5d; + border-color: #010406; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-info:active, .e-btn.e-flat.e-info.e-active, +.e-css.e-btn.e-flat.e-info:active, +.e-css.e-btn.e-flat.e-info.e-active { + background-color: #104b5d; + border-color: #082831; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-flat.e-info:disabled, +.e-css.e-btn.e-flat.e-info:disabled { + background-color: rgba(91, 192, 222, 0.65); + border-color: rgba(204, 204, 204, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-flat.e-info .e-ripple-element, +.e-css.e-btn.e-flat.e-info .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-warning, +.e-css.e-btn.e-flat.e-warning { + background-color: #aa6708; + border-color: #794906; + color: #fff; +} + +.e-btn.e-flat.e-warning:hover, +.e-css.e-btn.e-flat.e-warning:hover { + background-color: #613b05; + border-color: #301d02; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-warning:focus, +.e-css.e-btn.e-flat.e-warning:focus { + background-color: #613b05; + border-color: black; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-warning:active, .e-btn.e-flat.e-warning.e-active, +.e-css.e-btn.e-flat.e-warning:active, +.e-css.e-btn.e-flat.e-warning.e-active { + background-color: #613b05; + border-color: #301d02; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-flat.e-warning:disabled, +.e-css.e-btn.e-flat.e-warning:disabled { + background-color: rgba(240, 173, 78, 0.65); + border-color: rgba(204, 204, 204, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-flat.e-warning .e-ripple-element, +.e-css.e-btn.e-flat.e-warning .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-danger, +.e-css.e-btn.e-flat.e-danger { + background-color: #dc3243; + border-color: #bb202f; + color: #fff; +} + +.e-btn.e-flat.e-danger:hover, +.e-css.e-btn.e-flat.e-danger:hover { + background-color: #a51c2a; + border-color: #7a151f; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-danger:focus, +.e-css.e-btn.e-flat.e-danger:focus { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-danger:active, .e-btn.e-flat.e-danger.e-active, +.e-css.e-btn.e-flat.e-danger:active, +.e-css.e-btn.e-flat.e-danger.e-active { + background-color: #a51c2a; + border-color: #7a151f; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn.e-flat.e-danger:disabled, +.e-css.e-btn.e-flat.e-danger:disabled { + background-color: rgba(217, 83, 79, 0.65); + border-color: rgba(204, 204, 204, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-flat.e-danger .e-ripple-element, +.e-css.e-btn.e-flat.e-danger .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-outline, +.e-css.e-btn.e-outline { + background-color: transparent; + border-color: #ccc; + box-shadow: none; + color: #333; +} + +.e-btn.e-outline:hover, +.e-css.e-btn.e-outline:hover { + background-color: #e6e6e6; + border-color: #adadad; + box-shadow: none; + color: #333; +} + +.e-btn.e-outline:focus, +.e-css.e-btn.e-outline:focus { + background-color: #e6e6e6; + border-color: #8c8c8c; + color: #333; + box-shadow: none; +} + +.e-btn.e-outline:active, .e-btn.e-outline.e-active, +.e-css.e-btn.e-outline:active, +.e-css.e-btn.e-outline.e-active { + background-color: #e6e6e6; + border-color: #adadad; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #333; +} + +.e-btn.e-outline:disabled, +.e-css.e-btn.e-outline:disabled { + background-color: transparent; + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(51, 51, 51, 0.65); +} + +.e-btn.e-outline.e-primary, +.e-css.e-btn.e-outline.e-primary { + background-color: transparent; + border-color: #317ab9; + color: #317ab9; +} + +.e-btn.e-outline.e-primary:hover, +.e-css.e-btn.e-outline.e-primary:hover { + background-color: #21527d; + border-color: #265f91; + color: #fff; +} + +.e-btn.e-outline.e-primary:focus, +.e-css.e-btn.e-outline.e-primary:focus { + background-color: #21527d; + border-color: #0c1d2c; + color: #fff; +} + +.e-btn.e-outline.e-primary:active, .e-btn.e-outline.e-primary.e-active, +.e-css.e-btn.e-outline.e-primary:active, +.e-css.e-btn.e-outline.e-primary.e-active { + background-color: #21527d; + border-color: #265f91; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn.e-outline.e-primary:disabled, +.e-css.e-btn.e-outline.e-primary:disabled { + background-color: transparent; + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(51, 51, 51, 0.65); +} + +.e-btn.e-outline.e-success, +.e-css.e-btn.e-outline.e-success { + background-color: transparent; + border-color: #218739; + color: #218739; +} + +.e-btn.e-outline.e-success:hover, +.e-css.e-btn.e-outline.e-success:hover { + background-color: #124a1f; + border-color: #08210e; + color: #fff; +} + +.e-btn.e-outline.e-success:focus, +.e-css.e-btn.e-outline.e-success:focus { + background-color: #124a1f; + border-color: black; + color: #fff; +} + +.e-btn.e-outline.e-success:active, .e-btn.e-outline.e-success.e-active, +.e-css.e-btn.e-outline.e-success:active, +.e-css.e-btn.e-outline.e-success.e-active { + background-color: #124a1f; + border-color: #08210e; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn.e-outline.e-success:disabled, +.e-css.e-btn.e-outline.e-success:disabled { + background-color: transparent; + border-color: rgba(33, 135, 57, 0.65); + box-shadow: none; + color: rgba(33, 135, 57, 0.65); +} + +.e-btn.e-outline.e-info, +.e-css.e-btn.e-outline.e-info { + background-color: transparent; + border-color: #1b809e; + color: #1b809e; +} + +.e-btn.e-outline.e-info:hover, +.e-css.e-btn.e-outline.e-info:hover { + background-color: #104b5d; + border-color: #082831; + color: #fff; +} + +.e-btn.e-outline.e-info:focus, +.e-css.e-btn.e-outline.e-info:focus { + background-color: #104b5d; + border-color: #010406; + color: #fff; +} + +.e-btn.e-outline.e-info:active, .e-btn.e-outline.e-info.e-active, +.e-css.e-btn.e-outline.e-info:active, +.e-css.e-btn.e-outline.e-info.e-active { + background-color: #104b5d; + border-color: #082831; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn.e-outline.e-info:disabled, +.e-css.e-btn.e-outline.e-info:disabled { + background-color: transparent; + border-color: rgba(27, 128, 158, 0.65); + box-shadow: none; + color: rgba(27, 128, 158, 0.65); +} + +.e-btn.e-outline.e-warning, +.e-css.e-btn.e-outline.e-warning { + background-color: transparent; + border-color: #aa6708; + color: #aa6708; +} + +.e-btn.e-outline.e-warning:hover, +.e-css.e-btn.e-outline.e-warning:hover { + background-color: #613b05; + border-color: #301d02; + color: #fff; +} + +.e-btn.e-outline.e-warning:focus, +.e-css.e-btn.e-outline.e-warning:focus { + background-color: #613b05; + border-color: black; + color: #fff; +} + +.e-btn.e-outline.e-warning:active, .e-btn.e-outline.e-warning.e-active, +.e-css.e-btn.e-outline.e-warning:active, +.e-css.e-btn.e-outline.e-warning.e-active { + background-color: #613b05; + border-color: #301d02; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn.e-outline.e-warning:disabled, +.e-css.e-btn.e-outline.e-warning:disabled { + background-color: transparent; + border-color: rgba(170, 103, 8, 0.65); + box-shadow: none; + color: rgba(170, 103, 8, 0.65); +} + +.e-btn.e-outline.e-danger, +.e-css.e-btn.e-outline.e-danger { + background-color: transparent; + border-color: #dc3243; + color: #dc3243; +} + +.e-btn.e-outline.e-danger:hover, +.e-css.e-btn.e-outline.e-danger:hover { + background-color: #a51c2a; + border-color: #7a151f; + color: #fff; +} + +.e-btn.e-outline.e-danger:focus, +.e-css.e-btn.e-outline.e-danger:focus { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; +} + +.e-btn.e-outline.e-danger:active, .e-btn.e-outline.e-danger.e-active, +.e-css.e-btn.e-outline.e-danger:active, +.e-css.e-btn.e-outline.e-danger.e-active { + background-color: #a51c2a; + border-color: #7a151f; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn.e-outline.e-danger:disabled, +.e-css.e-btn.e-outline.e-danger:disabled { + background-color: transparent; + border-color: rgba(220, 50, 67, 0.65); + box-shadow: none; + color: rgba(220, 50, 67, 0.65); +} + +.e-btn.e-link, +.e-css.e-btn.e-link { + background-color: transparent; + border-color: transparent; + border-radius: 0; + box-shadow: none; + color: #0d47a1; +} + +.e-btn.e-link:hover, +.e-css.e-btn.e-link:hover { + border-radius: 0; + color: #0a3576; + text-decoration: underline; +} + +.e-btn.e-link:focus, +.e-css.e-btn.e-link:focus { + border-radius: 0; + text-decoration: underline; + color: #0a3576; +} + +.e-btn.e-link:disabled, +.e-css.e-btn.e-link:disabled { + color: rgba(51, 51, 51, 0.65); + background-color: transparent; + box-shadow: none; + text-decoration: none; +} + +/*! calendar bootstrap theme variables */ +/*! component icons */ +.e-calendar .e-header .e-date-icon-prev::before { + content: '\e910'; +} + +.e-calendar .e-header .e-date-icon-next::before { + content: '\e916'; +} + +/*! calendar layout */ +ejs-calendar { + display: block; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + -webkit-tap-highlight-color: transparent; + border-radius: 4px; + display: block; + overflow: auto; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-calendar.e-rtl .e-header .e-title, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title { + float: right; + text-align: right; +} + +.e-calendar.e-rtl .e-header .e-icon-container, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-icon-container { + float: left; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + background: none; + display: table; + font-weight: normal; + position: relative; + text-align: center; + width: 100%; +} + +.e-calendar .e-header button, +.e-bigger.e-small .e-calendar .e-header button { + background: transparent; + border: 0; + padding: 0; + text-decoration: none; +} + +.e-calendar .e-header span, +.e-bigger.e-small .e-calendar .e-header span { + cursor: pointer; + display: inline-block; + font-size: 16px; + font-weight: normal; + line-height: 16px; + padding: 10px; + vertical-align: middle; +} + +.e-calendar .e-header span.e-disabled, +.e-bigger.e-small .e-calendar .e-header span.e-disabled { + cursor: default; +} + +.e-calendar .e-week-header, +.e-bigger.e-small .e-calendar .e-week-header { + padding: 0 0 6px; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + cursor: default; + font-size: 14px; + font-weight: normal; + text-align: center; +} + +.e-calendar .e-content .e-selected, +.e-calendar .e-content .e-state-hover, +.e-bigger.e-small .e-calendar .e-content .e-selected, +.e-bigger.e-small .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-calendar .e-content span.e-day, +.e-bigger.e-small .e-calendar .e-content span.e-day { + border-radius: 0; + cursor: pointer; + display: inline-block; + font-size: 14px; + overflow: hidden; + padding: 0; + text-align: center; + text-decoration: none; + vertical-align: middle; +} + +.e-calendar .e-content th, +.e-calendar .e-content td, +.e-bigger.e-small .e-calendar .e-content th, +.e-bigger.e-small .e-calendar .e-content td { + box-sizing: border-box; +} + +.e-calendar .e-content td.e-disabled, +.e-bigger.e-small .e-calendar .e-content td.e-disabled { + opacity: 1; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content td, +.e-bigger.e-small .e-calendar .e-content td { + cursor: pointer; + padding: 0; + text-align: center; +} + +.e-calendar .e-content td.e-week-number, +.e-bigger.e-small .e-calendar .e-content td.e-week-number { + color: #333; + font-size: 14px; + font-style: italic; + font-weight: 500; +} + +.e-calendar .e-content td.e-overlay, +.e-bigger.e-small .e-calendar .e-content td.e-overlay { + background: none; + width: initial; +} + +.e-calendar .e-content table, +.e-bigger.e-small .e-calendar .e-content table { + border-collapse: separate; + border-spacing: 0; + border-width: 0; + float: left; + margin: 0; + outline: 0; + padding: 0 0 10px; + table-layout: fixed; + width: 100%; +} + +.e-calendar .e-content td.e-other-month > span.e-day, +.e-calendar .e-content td.e-other-year > span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day { + display: inline-block; + font-weight: normal; +} + +.e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide { + display: none; + font-weight: normal; +} + +.e-calendar .e-content tr.e-month-hide, +.e-calendar .e-content td.e-other-month, +.e-calendar .e-content td.e-other-year, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content td.e-other-month, +.e-bigger.e-small .e-calendar .e-content td.e-other-year { + pointer-events: initial; + -ms-touch-action: initial; + touch-action: initial; +} + +.e-calendar .e-content tr.e-month-hide, +.e-calendar .e-content td.e-other-month.e-disabled, +.e-calendar .e-content td.e-other-year.e-disabled, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content td.e-other-month.e-disabled, +.e-bigger.e-small .e-calendar .e-content td.e-other-year.e-disabled { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content td.e-week-number:hover span.e-day, +.e-calendar .e-content td.e-week-number:hover, +.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover { + background-color: #fff; + cursor: default; +} + +.e-calendar .e-header .e-prev, +.e-calendar .e-header .e-next, +.e-bigger.e-small .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-calendar .e-header .e-next { + border-radius: 4px; + display: inline-block; + font-size: 14px; + vertical-align: middle; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + cursor: pointer; + display: inline-block; + float: left; + font-size: 16px; + font-weight: 600; + text-align: left; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + margin-left: 8px; +} + +.e-calendar .e-header .e-prev:hover, +.e-calendar .e-header .e-next:hover, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover, +.e-bigger.e-small .e-calendar .e-header .e-next:hover { + cursor: pointer; +} + +.e-calendar .e-header .e-prev.e-overlay, +.e-calendar .e-header .e-next.e-overlay, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-overlay, +.e-bigger.e-small .e-calendar .e-header .e-next.e-overlay { + background: none; +} + +.e-calendar .e-header.e-decade .e-title, +.e-calendar .e-header.e-year .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-year .e-title { + margin-left: 15px; +} + +.e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title { + cursor: default; +} + +.e-calendar .e-header .e-icon-container, +.e-bigger.e-small .e-calendar .e-header .e-icon-container { + display: inline-block; + float: right; +} + +.e-calendar .e-footer-container, +.e-bigger.e-small .e-calendar .e-footer-container { + text-transform: uppercase; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + max-width: 262px; + min-width: 256px; + padding: 12px; +} + +.e-calendar.e-calendar-day-header-lg, +.e-bigger.e-small .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-calendar.e-week-number, +.e-bigger.e-small .e-calendar.e-week-number { + min-width: 300px; +} + +.e-calendar.e-week, +.e-bigger.e-small .e-calendar.e-week { + max-width: 294px; + min-width: 288px; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + line-height: 36px; +} + +.e-calendar.e-rtl .e-header .e-title, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title { + text-align: right; + text-indent: 4px; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + height: 36px; +} + +.e-calendar .e-header.e-month, +.e-bigger.e-small .e-calendar .e-header.e-month { + padding: 0; +} + +.e-calendar .e-header.e-year, .e-calendar .e-header.e-decade, +.e-bigger.e-small .e-calendar .e-header.e-year, +.e-bigger.e-small .e-calendar .e-header.e-decade { + padding: 0 0 10px; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + font-weight: 600; + height: 28px; +} + +.e-calendar .e-content .e-selected, +.e-calendar .e-content .e-state-hover, +.e-bigger.e-small .e-calendar .e-content .e-selected, +.e-bigger.e-small .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-calendar .e-content span.e-day, +.e-bigger.e-small .e-calendar .e-content span.e-day { + border: none; + font-size: 14px; + font-weight: normal; + height: 28px; + line-height: 28px; + width: 34px; +} + +.e-calendar .e-content.e-year table, +.e-calendar .e-content.e-decade table, +.e-bigger.e-small .e-calendar .e-content.e-year table, +.e-bigger.e-small .e-calendar .e-content.e-decade table { + border-spacing: 0; + padding: 0; +} + +.e-calendar .e-content.e-month td, +.e-bigger.e-small .e-calendar .e-content.e-month td { + height: 28px; + padding: 0; +} + +.e-calendar .e-content .tfooter > tr > td, +.e-bigger.e-small .e-calendar .e-content .tfooter > tr > td { + height: 36px; + line-height: 36px; +} + +.e-calendar .e-content.e-year td, +.e-calendar .e-content.e-decade td, +.e-bigger.e-small .e-calendar .e-content.e-year td, +.e-bigger.e-small .e-calendar .e-content.e-decade td { + height: 54px; + padding: 0; +} + +.e-calendar .e-content.e-year td > span.e-day, +.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day { + font-weight: normal; + height: 54px; + line-height: 54px; + width: 58px; +} + +.e-calendar .e-header .e-icon-container .e-prev, +.e-calendar .e-header .e-icon-container .e-next, +.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-prev, +.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-next { + height: 36px; + width: 36px; +} + +.e-calendar .e-footer-container, +.e-bigger.e-small .e-calendar .e-footer-container { + border-top: none; + cursor: default; + display: inline-block; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 10px 0 0 0; + text-align: center; + width: 100%; +} + +.e-small.e-bigger.e-calendar .e-content.e-year span.e-day, +.e-small.e-bigger .e-calendar .e-content.e-year span.e-day { + font-size: 14px; +} + +.e-small.e-bigger.e-calendar .e-content.e-month table, +.e-small.e-bigger .e-calendar .e-content.e-month table { + padding: 0 0 10px; +} + +.e-bigger.e-calendar, +.e-bigger .e-calendar { + max-width: 284px; + min-width: 278px; + padding: 16px; +} + +.e-bigger.e-calendar.e-calendar-day-header-lg, +.e-bigger .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-bigger.e-calendar.e-week, +.e-bigger .e-calendar.e-week { + max-width: 320px; + min-width: 314px; +} + +.e-bigger.e-calendar.e-week-number, +.e-bigger .e-calendar.e-week-number { + min-width: 325px; +} + +.e-bigger.e-calendar .e-header .e-title, +.e-bigger .e-calendar .e-header .e-title { + font-size: 18px; + line-height: 40px; + width: 60%; +} + +.e-bigger.e-calendar.e-rtl .e-header .e-title, +.e-bigger .e-calendar.e-rtl .e-header .e-title { + line-height: 40px; + text-indent: 6px; +} + +.e-bigger.e-calendar .e-header, +.e-bigger .e-calendar .e-header { + height: 40px; + padding: 0; +} + +.e-bigger.e-calendar .e-header span, +.e-bigger .e-calendar .e-header span { + font-size: 18px; + padding: 11px; +} + +.e-bigger.e-calendar .e-header.e-year, .e-bigger.e-calendar .e-header.e-decade, +.e-bigger .e-calendar .e-header.e-year, +.e-bigger .e-calendar .e-header.e-decade { + padding: 0 0 10px; +} + +.e-bigger.e-calendar th, +.e-bigger .e-calendar th { + font-size: 15px; + height: 30px; +} + +.e-bigger.e-calendar .e-content.e-year span.e-day, +.e-bigger .e-calendar .e-content.e-year span.e-day { + font-size: 15px; + font-weight: normal; +} + +.e-bigger.e-calendar .e-content.e-month table, +.e-bigger .e-calendar .e-content.e-month table { + padding: 0; +} + +.e-bigger.e-calendar .e-content.e-year table, +.e-bigger.e-calendar .e-content.e-decade table, +.e-bigger .e-calendar .e-content.e-year table, +.e-bigger .e-calendar .e-content.e-decade table { + padding: 0 0 10px; +} + +.e-bigger.e-calendar .e-content .e-selected, +.e-bigger.e-calendar .e-content .e-state-hover, +.e-bigger .e-calendar .e-content .e-selected, +.e-bigger .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-bigger.e-calendar .e-content span.e-day, +.e-bigger .e-calendar .e-content span.e-day { + font-size: 15px; + height: 30px; + line-height: 30px; + width: 36px; +} + +.e-bigger.e-calendar .e-content.e-month td, +.e-bigger .e-calendar .e-content.e-month td { + height: 0; + padding: 0; +} + +.e-bigger.e-calendar .e-content.e-year td, +.e-bigger.e-calendar .e-content.e-decade td, +.e-bigger .e-calendar .e-content.e-year td, +.e-bigger .e-calendar .e-content.e-decade td { + height: 56px; + padding: 0; +} + +.e-bigger.e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger .e-calendar .e-content.e-year td > span.e-day, +.e-bigger .e-calendar .e-content.e-decade td > span.e-day { + height: 56px; + line-height: 56px; + width: 62px; +} + +.e-bigger.e-calendar .e-header .e-icon-container .e-prev, +.e-bigger.e-calendar .e-header .e-icon-container .e-next, +.e-bigger .e-calendar .e-header .e-icon-container .e-prev, +.e-bigger .e-calendar .e-header .e-icon-container .e-next { + height: 40px; + width: 40px; +} + +.e-bigger.e-calendar .e-footer-container, +.e-bigger .e-calendar .e-footer-container { + border-top: none; + padding: 10px 0 0 0; +} + +.e-small.e-calendar, +.e-small .e-calendar { + max-width: 262px; + min-width: 256px; + padding: 10px; +} + +.e-small.e-calendar.e-calendar-day-header-lg, +.e-small .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-small.e-calendar .e-content span.e-day, +.e-small .e-calendar .e-content span.e-day { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 34px; +} + +.e-small.e-calendar .e-content.e-month td, +.e-small .e-calendar .e-content.e-month td { + height: 24px; +} + +.e-small.e-calendar .e-header, +.e-small .e-calendar .e-header { + height: 32px; +} + +.e-small.e-calendar .e-header span, +.e-small .e-calendar .e-header span { + font-size: 12px; + padding: 6px; +} + +.e-small.e-calendar .e-header .e-title, +.e-small .e-calendar .e-header .e-title { + font-size: 13px; + line-height: 32px; +} + +.e-small.e-calendar .e-header .e-icon-container .e-prev, +.e-small.e-calendar .e-header .e-icon-container .e-next, +.e-small .e-calendar .e-header .e-icon-container .e-prev, +.e-small .e-calendar .e-header .e-icon-container .e-next { + height: 32px; + width: 32px; +} + +.e-small.e-calendar th, +.e-small .e-calendar th { + font-size: 12px; + height: 24px; +} + +.e-calendar .e-btn.e-today.e-flat.e-disabled, +.e-calendar .e-btn.e-today.e-flat.e-disabled:hover, +.e-calendar .e-btn.e-today.e-flat.e-disabled:active, +.e-calendar .e-btn.e-today.e-flat.e-disabled:focus, +.e-calendar .e-btn.e-today.e-flat.e-disabled:hover:active { + background: #fff; + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(51, 51, 51, 0.65); + cursor: default; + opacity: 1; + outline: none; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-content-placeholder.e-calendar.e-placeholder-calendar { + background-size: 250px 336px; + min-height: 336px; +} + +.e-bigger .e-content-placeholder.e-calendar.e-placeholder-calendar, +.e-bigger.e-content-placeholder.e-calendar.e-placeholder-calendar { + background-size: 300px 392px; + min-height: 392px; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.15); + box-shadow: none; +} + +.e-calendar .e-date-icon-prev, +.e-calendar .e-date-icon-next, +.e-bigger.e-small .e-calendar .e-date-icon-prev, +.e-bigger.e-small .e-calendar .e-date-icon-next { + color: #333; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + border-bottom: 0; + color: #333; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + border-bottom: 0; +} + +.e-calendar .e-header a span, +.e-bigger.e-small .e-calendar .e-header a span { + border: none; + color: #333; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + color: #333; +} + +.e-calendar .e-header .e-title:hover, +.e-bigger.e-small .e-calendar .e-header .e-title:hover { + color: #333; + cursor: pointer; + text-decoration: none; +} + +.e-calendar .e-header .e-prev:hover > span, +.e-calendar .e-header .e-next:hover > span, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover > span, +.e-bigger.e-small .e-calendar .e-header .e-next:hover > span { + border: none; + color: #333; + cursor: pointer; +} + +.e-calendar .e-header .e-prev:hover, +.e-calendar .e-header .e-next:hover, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover, +.e-bigger.e-small .e-calendar .e-header .e-next:hover { + background: #e6e6e6; +} + +.e-calendar .e-header .e-prev:active, +.e-calendar .e-header .e-next:active, +.e-bigger.e-small .e-calendar .e-header .e-prev:active, +.e-bigger.e-small .e-calendar .e-header .e-next:active { + background: #d4d4d4; + color: #fff; +} + +.e-calendar .e-header button.e-prev:active span, +.e-calendar .e-header button.e-next:active span, +.e-bigger.e-small .e-calendar .e-header button.e-prev:active span, +.e-bigger.e-small .e-calendar .e-header button.e-next:active span { + border: 1px solid transparent; + color: #333; +} + +.e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title { + color: #333; + cursor: default; +} + +.e-calendar .e-header .e-next.e-disabled span, +.e-calendar .e-header .e-prev.e-disabled span, +.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span { + color: #ccc; + font-weight: normal; +} + +.e-calendar .e-header .e-next.e-disabled, +.e-calendar .e-header .e-prev.e-disabled, +.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled { + opacity: 1; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day { + color: rgba(51, 51, 51, 0.65); +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day { + color: #fff; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day { + color: #ccc; +} + +.e-calendar .e-content.e-year td:hover span.e-day, +.e-calendar .e-content.e-decade td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day { + background-color: #e6e6e6; +} + +.e-calendar .e-content.e-year td.e-selected:hover span.e-day, +.e-calendar .e-content.e-decade td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day { + background-color: #265f91; +} + +.e-calendar .e-content.e-year td > span.e-day, +.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day { + background: none; +} + +.e-calendar .e-content .e-week-number span, +.e-bigger.e-small .e-calendar .e-content .e-week-number span { + color: #999; +} + +.e-calendar .e-content td.e-focused-date span.e-day, +.e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-calendar .e-content td.e-focused-date:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:focus span.e-day { + background: #e6e6e6; + border: none; + border-radius: 4px; +} + +.e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day { + background-color: #e6e6e6; + border: none; + border-radius: 4px; + color: #333; +} + +.e-calendar .e-content td.e-today span.e-day, +.e-calendar .e-content td.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day { + background: none; + border: 1px solid #317ab9; + border-radius: 4px; + color: #333; +} + +.e-calendar .e-content td.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day { + background: #e6e6e6; + border: 1px solid #317ab9; + color: #333; +} + +.e-calendar .e-content td.e-today:focus span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day { + background-color: #e6e6e6; + border: none; + border-radius: 4px; + color: #333; +} + +.e-calendar .e-content td.e-today:hover span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day { + background-color: #e6e6e6; + border: 1px solid #317ab9; + color: #333; +} + +.e-calendar .e-content td.e-today.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day { + background-color: #317ab9; + border: 1px solid #317ab9; + box-shadow: none; + color: #fff; +} + +.e-calendar .e-content td.e-today.e-selected:hover span.e-day, +.e-calendar .e-content td.e-selected:hover span.e-day, +.e-calendar .e-content td.e-selected.e-focused-date span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day { + background-color: #265f91; + color: #fff; +} + +.e-calendar .e-content span, +.e-bigger.e-small .e-calendar .e-content span { + color: #333; +} + +.e-calendar .e-content .e-disabled span.e-day:hover, +.e-bigger.e-small .e-calendar .e-content .e-disabled span.e-day:hover { + background: none; + border: 0; + color: #ccc; +} + +.e-calendar .e-content .e-other-month:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month:hover span.e-day { + color: rgba(51, 51, 51, 0.65); +} + +.e-calendar .e-content .e-other-month span.e-day, +.e-calendar .e-content .e-other-month.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today span.e-day { + color: rgba(51, 51, 51, 0.65); +} + +.e-calendar .e-content .e-other-month.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today:hover span.e-day { + background-color: #e6e6e6; + color: rgba(51, 51, 51, 0.65); +} + +.e-calendar .e-content thead, +.e-bigger.e-small .e-calendar .e-content thead { + background: none; + border-bottom: 0; +} + +.e-calendar .e-content td:hover span.e-day, +.e-calendar .e-content td:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td:focus span.e-day { + background-color: #e6e6e6; + border: none; + border-radius: 4px; + color: #333; +} + +.e-calendar .e-content td:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td:focus span.e-day { + background-color: #e6e6e6; + border: none; + border-radius: 4px; + color: #333; +} + +.e-calendar .e-content td.e-disabled span.e-day, +.e-calendar .e-content td.e-disabled:hover span.e-day, +.e-calendar .e-content td.e-disabled:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled:focus span.e-day { + background: none; + border: none; + color: #ccc; +} + +.e-calendar .e-content td.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day { + background-color: #317ab9; + border: 1px solid transparent; + border-radius: 4px; + color: #fff; +} + +.e-calendar .e-content .e-footer, +.e-bigger.e-small .e-calendar .e-content .e-footer { + color: #317ab9; +} + +.e-calendar.e-device .e-prev:hover, +.e-calendar.e-device .e-next:hover, +.e-calendar.e-device .e-prev:active, +.e-calendar.e-device .e-next:active, +.e-calendar.e-device .e-prev:focus, +.e-calendar.e-device .e-next:focus, +.e-bigger.e-small .e-calendar.e-device .e-prev:hover, +.e-bigger.e-small .e-calendar.e-device .e-next:hover, +.e-bigger.e-small .e-calendar.e-device .e-prev:active, +.e-bigger.e-small .e-calendar.e-device .e-next:active, +.e-bigger.e-small .e-calendar.e-device .e-prev:focus, +.e-bigger.e-small .e-calendar.e-device .e-next:focus { + background: none; +} + +.e-calendar.e-device button.e-prev:active span, +.e-calendar.e-device button.e-next:active span, +.e-bigger.e-small .e-calendar.e-device button.e-prev:active span, +.e-bigger.e-small .e-calendar.e-device button.e-next:active span { + color: #333; +} + +.e-small.e-calendar .e-header .e-title, +.e-small .e-calendar .e-header .e-title { + color: #333; +} + +.e-zoomin { + animation: animatezoom .3s; +} + +@keyframes animatezoom { + from { + transform: scale(0); + } + to { + transform: scale(1); + } +} + +/*! component's theme wise override material-definitions and variables */ +/*! card layout */ +.e-bigger .e-card, +.e-bigger.e-card { + line-height: 45px; + min-height: 45px; +} + +.e-bigger .e-card > .e-card-header-title, +.e-bigger.e-card > .e-card-header-title { + line-height: normal; + padding: 16px; + min-height: 45px; +} + +.e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title), +.e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) { + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-card > .e-card-title, +.e-bigger.e-card > .e-card-title { + line-height: normal; + padding: 16px; +} + +.e-bigger .e-card > .e-card-title + :not(.e-card-title), +.e-bigger.e-card > .e-card-title + :not(.e-card-title) { + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-card.e-card-horizontal .e-card-image, +.e-bigger .e-card.e-card-horizontal img, +.e-bigger .e-card .e-card-horizontal .e-card-image, +.e-bigger .e-card .e-card-horizontal img, +.e-bigger.e-card.e-card-horizontal .e-card-image, +.e-bigger.e-card.e-card-horizontal img, +.e-bigger.e-card .e-card-horizontal .e-card-image, +.e-bigger.e-card .e-card-horizontal img { + margin: 2px; +} + +.e-bigger .e-card .e-card-header, +.e-bigger.e-card .e-card-header { + min-height: 30px; + padding: 16px; +} + +.e-bigger .e-card .e-card-header .e-card-content, +.e-bigger.e-card .e-card-header .e-card-content { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption, +.e-bigger.e-card .e-card-header .e-card-header-caption { + padding: 0 0 0 10px; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption:first-child, +.e-bigger.e-card .e-card-header .e-card-header-caption:first-child { + padding: 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title, +.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title { + font-size: 14px; + line-height: normal; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title, +.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + font-size: 14px; + line-height: normal; + padding: 8px 0 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-image, +.e-bigger.e-card .e-card-header .e-card-header-image { + background-size: cover; + height: 40px; + width: 40px; +} + +.e-bigger .e-card .e-card-image, +.e-bigger.e-card .e-card-image { + min-height: 150px; +} + +.e-bigger .e-card .e-card-image .e-card-title, +.e-bigger.e-card .e-card-image .e-card-title { + font-size: 17px; + line-height: 36px; + min-height: 36px; + padding: 0 16px; +} + +.e-bigger .e-card .e-card-actions, +.e-bigger.e-card .e-card-actions { + padding: 16px; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical, +.e-bigger.e-card .e-card-actions.e-card-vertical { + padding: 16px; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-bigger .e-card .e-card-actions.e-card-vertical a, +.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-bigger.e-card .e-card-actions.e-card-vertical a { + margin: 0 0 10px 0; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-bigger .e-card .e-card-actions.e-card-vertical a:last-child, +.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-bigger.e-card .e-card-actions.e-card-vertical a:last-child { + margin-bottom: 0; +} + +.e-bigger .e-card .e-card-actions .e-card-btn span, +.e-bigger .e-card .e-card-actions .e-card-btn span.e-icons, +.e-bigger.e-card .e-card-actions .e-card-btn span, +.e-bigger.e-card .e-card-actions .e-card-btn span.e-icons { + height: 24px; + width: 24px; +} + +.e-bigger .e-card .e-card-actions .e-card-btn, +.e-bigger .e-card .e-card-actions a, +.e-bigger.e-card .e-card-actions .e-card-btn, +.e-bigger.e-card .e-card-actions a { + line-height: 36px; + margin: 0 0 0 10px; + min-height: 36px; + padding: 0 6px; +} + +.e-bigger .e-card .e-card-actions .e-card-btn:first-child, +.e-bigger .e-card .e-card-actions a:first-child, +.e-bigger.e-card .e-card-actions .e-card-btn:first-child, +.e-bigger.e-card .e-card-actions a:first-child { + margin-left: 0; +} + +.e-bigger .e-card .e-card-content, +.e-bigger.e-card .e-card-content { + padding: 16px; +} + +.e-bigger .e-card .e-card-content + :not(.e-card-content), +.e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical, +.e-bigger.e-card .e-card-content + :not(.e-card-content), +.e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical { + margin-top: 0; + padding-top: 0; +} + +.e-card { + border-radius: 4px; + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + -ms-flex-pack: center; + justify-content: center; + line-height: 36px; + min-height: 36px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + width: 100%; +} + +.e-card > * { + -ms-flex-pack: center; + justify-content: center; +} + +.e-card > .e-card-header-title { + box-sizing: border-box; + font-size: 15px; + line-height: normal; + padding: 12px; + min-height: 34px; +} + +.e-card > .e-card-header-title + :not(.e-card-header-title) { + margin-top: 0; + padding-top: 0; +} + +.e-card > .e-card-title { + font-size: 17px; + line-height: normal; + padding: 12px; +} + +.e-card > .e-card-title + :not(.e-card-title) { + margin-top: 0; + padding-top: 0; +} + +.e-card > .e-card-header-title, +.e-card > .e-card-title { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-card .e-card-header-caption { + line-height: normal; +} + +.e-card .e-card-header-caption .e-card-header-title { + font-size: 14px; +} + +.e-card .e-card-header-caption .e-card-sub-title { + font-size: 14px; +} + +.e-card .e-card-stacked { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; +} + +.e-card.e-card-horizontal, +.e-card .e-card-horizontal { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: center; + justify-content: center; +} + +.e-card.e-card-horizontal .e-card-image, +.e-card.e-card-horizontal img, +.e-card .e-card-horizontal .e-card-image, +.e-card .e-card-horizontal img { + margin: 2px; +} + +.e-card .e-card-horizontal { + line-height: normal; + padding: 2px; +} + +.e-card.e-card-horizontal > * { + -ms-flex: 1; + flex: 1; +} + +.e-card.e-card-horizontal .e-card-stacked { + display: -ms-flexbox; + display: flex; + -ms-flex: 1; + flex: 1; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; +} + +.e-card.e-card-horizontal .e-card-stacked > :first-child { + -ms-flex-positive: 1; + flex-grow: 1; +} + +.e-card .e-card-separator { + display: block; +} + +.e-card .e-card-corner { + border-radius: 50%; +} + +.e-card .e-card-header { + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: center; + justify-content: center; + line-height: normal; + min-height: 22.5px; + padding: 12px; + width: inherit; +} + +.e-card .e-card-header .e-card-content { + padding-left: 0; + padding-right: 0; +} + +.e-card .e-card-header .e-card-actions { + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-card .e-card-header .e-card-header-image { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; +} + +.e-card .e-card-header .e-card-header-caption { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + -ms-flex: 1; + flex: 1; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + padding: 0 0 0 7.5px; +} + +.e-card .e-card-header .e-card-header-caption:first-child { + padding: 0; +} + +.e-card .e-card-header .e-card-header-caption .e-card-header-title, +.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-card .e-card-header .e-card-header-caption .e-card-header-title { + font-size: 14px; + font-weight: 400; + line-height: normal; +} + +.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + font-size: 14px; + font-weight: 400; + line-height: normal; + padding: 6px 0 0; +} + +.e-card .e-card-header .e-card-header-image { + background-repeat: no-repeat; + background-size: cover; + height: 30px; + width: 30px; +} + +.e-card .e-card-header .e-card-corner { + border-radius: 50%; +} + +.e-card .e-card-image { + background-size: cover; + min-height: 112.5px; + position: relative; + width: 100%; +} + +.e-card .e-card-image .e-card-title { + bottom: 0; + box-sizing: border-box; + font-size: 17px; + line-height: 27px; + min-height: 27px; + overflow: hidden; + padding: 0 12px; + position: absolute; + text-overflow: ellipsis; + width: inherit; +} + +.e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right { + bottom: auto; + top: 0; +} + +.e-card .e-card-image .e-card-title.e-card-top-right { + text-align: right; +} + +.e-card .e-card-image .e-card-title.e-card-bottom-right { + text-align: right; +} + +.e-card .e-card-actions { + box-sizing: border-box; + display: inline-block; + -ms-flex-pack: start; + justify-content: flex-start; + padding: 6px; +} + +.e-card .e-card-actions.e-card-vertical { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + padding: 12px; +} + +.e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-card .e-card-actions.e-card-vertical a { + -ms-flex-item-align: initial; + -ms-grid-row-align: initial; + align-self: initial; + box-sizing: border-box; + display: inline-block; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 6px 0; + text-align: center; + width: 100%; +} + +.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-card .e-card-actions.e-card-vertical a:last-child { + margin-bottom: 0; +} + +.e-card .e-card-actions button, +.e-card .e-card-actions a { + -ms-flex-align: center; + align-items: center; + -ms-flex-item-align: center; + align-self: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + overflow: hidden; + vertical-align: middle; + white-space: nowrap; +} + +.e-card .e-card-actions .e-card-btn span, +.e-card .e-card-actions .e-card-btn span.e-icons { + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 24px; + width: 24px; +} + +.e-card .e-card-actions .e-card-btn span::before, +.e-card .e-card-actions .e-card-btn span.e-icons::before { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + width: inherit; +} + +.e-card .e-card-actions .e-card-btn > * { + overflow: hidden; + text-overflow: ellipsis; + width: inherit; +} + +.e-card .e-card-actions .e-card-btn, +.e-card .e-card-actions a { + border-radius: 2px; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + line-height: 27px; + margin: 0 0 0 6px; + min-height: 27px; + padding: 0 6px; + text-decoration: none; + text-transform: none; +} + +.e-card .e-card-actions .e-card-btn:first-child, +.e-card .e-card-actions a:first-child { + margin-left: 0; +} + +.e-card .e-card-content { + font-size: 14px; + line-height: normal; + padding: 12px; +} + +.e-card .e-card-content + :not(.e-card-content), +.e-card .e-card-content + .e-card-actions.e-card-vertical { + margin-top: 0; + padding-top: 0; +} + +.e-card .e-card-content, +.e-card .e-card-content p { + line-height: normal; + overflow: hidden; + text-overflow: ellipsis; +} + +/*! card theme */ +.e-card { + -webkit-tap-highlight-color: transparent; + background-color: #fff; + border: 1px solid #ddd; + box-shadow: none; + color: #333; + outline: none; +} + +.e-card:hover { + background-color: #fff; + border-color: #adadad; +} + +.e-card:focus { + background-color: #fff; + border-color: #adadad; +} + +.e-card:active { + background-color: #fff; + border-color: #317ab9; +} + +.e-card .e-card-separator { + border-bottom: 1px solid #ddd; +} + +.e-card .e-card-header-caption .e-card-header-title { + color: #333; +} + +.e-card .e-card-header-caption .e-card-sub-title { + color: #333; +} + +.e-card .e-card-image .e-card-title { + background-color: rgba(0, 0, 0, 0.35); + color: #fff; +} + +.e-card .e-card-actions .e-card-btn span, +.e-card .e-card-actions .e-card-btn span.e-icons { + color: #333; +} + +.e-card .e-card-actions .e-card-btn, +.e-card .e-card-actions a { + background-color: #317ab9; + border: 1px solid #3071a9; + color: #fff; + outline: 0; +} + +.e-card .e-card-actions .e-card-btn:hover, +.e-card .e-card-actions a:hover { + background-color: #2a6496; + border: 1px solid #1f496e; + color: #fff; +} + +.e-card .e-card-actions .e-card-btn:focus, +.e-card .e-card-actions a:focus { + background-color: #2a6496; + border: 1px solid #142f46; + color: #fff; +} + +.e-card .e-card-actions .e-card-btn:active, +.e-card .e-card-actions a:active { + background-color: #2a6496; + border: 1px solid #1f496e; + color: #fff; +} + +.e-card .e-card-content { + color: #333; +} + +.e-checkbox-wrapper .e-check::before, +.e-css.e-checkbox-wrapper .e-check::before { + content: '\e21d'; +} + +.e-checkbox-wrapper .e-stop::before, +.e-css.e-checkbox-wrapper .e-stop::before { + content: '\e99f'; +} + +/*! checkbox layout */ +.e-checkbox-wrapper, +.e-css.e-checkbox-wrapper { + cursor: pointer; + display: inline-block; + line-height: 1; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-checkbox-wrapper label, +.e-css.e-checkbox-wrapper label { + cursor: pointer; + display: inline-block; + line-height: 0; + margin: 0; + position: relative; + white-space: nowrap; +} + +.e-checkbox-wrapper:focus .e-frame, +.e-css.e-checkbox-wrapper:focus .e-frame { + box-shadow: 0 0 4px 0 #317ab9; +} + +.e-checkbox-wrapper .e-ripple-container, +.e-css.e-checkbox-wrapper .e-ripple-container { + border-radius: 50%; + bottom: -9px; + height: 36px; + left: -9px; + pointer-events: none; + position: absolute; + right: -9px; + top: -9px; + width: 36px; + z-index: 1; +} + +.e-checkbox-wrapper .e-label, +.e-css.e-checkbox-wrapper .e-label { + cursor: pointer; + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + line-height: 20px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: normal; +} + +.e-checkbox-wrapper .e-checkbox, +.e-css.e-checkbox-wrapper .e-checkbox { + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-checkbox-wrapper .e-checkbox + .e-label, +.e-css.e-checkbox-wrapper .e-checkbox + .e-label { + margin-right: 8px; +} + +.e-checkbox-wrapper .e-frame, +.e-css.e-checkbox-wrapper .e-frame { + border: 1px solid; + border-radius: 3px; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + font-family: 'e-icons'; + height: 20px; + line-height: 18px; + padding: 0; + text-align: center; + vertical-align: middle; + width: 20px; +} + +.e-checkbox-wrapper .e-frame + .e-label, +.e-css.e-checkbox-wrapper .e-frame + .e-label { + margin-left: 8px; +} + +.e-checkbox-wrapper .e-frame + .e-ripple-container, +.e-css.e-checkbox-wrapper .e-frame + .e-ripple-container { + left: auto; +} + +.e-checkbox-wrapper .e-check, +.e-css.e-checkbox-wrapper .e-check { + font-size: 12px; +} + +.e-checkbox-wrapper .e-stop, +.e-css.e-checkbox-wrapper .e-stop { + font-size: 12px; + line-height: 18px; +} + +.e-checkbox-wrapper.e-checkbox-disabled, +.e-css.e-checkbox-wrapper.e-checkbox-disabled { + cursor: default; + pointer-events: none; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame { + cursor: default; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-label, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label { + cursor: default; +} + +.e-checkbox-wrapper.e-rtl .e-ripple-container, +.e-css.e-checkbox-wrapper.e-rtl .e-ripple-container { + right: -9px; +} + +.e-checkbox-wrapper.e-rtl .e-frame, +.e-css.e-checkbox-wrapper.e-rtl .e-frame { + margin: 0; +} + +.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container { + left: -9px; + right: auto; +} + +.e-checkbox-wrapper.e-rtl .e-label, +.e-css.e-checkbox-wrapper.e-rtl .e-label { + margin-left: 0; + margin-right: 8px; +} + +.e-checkbox-wrapper.e-rtl .e-label + .e-frame, +.e-css.e-checkbox-wrapper.e-rtl .e-label + .e-frame { + margin: 0; +} + +.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label, +.e-css.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label { + margin-left: 8px; + margin-right: 0; +} + +.e-checkbox-wrapper.e-small .e-frame, +.e-css.e-checkbox-wrapper.e-small .e-frame { + height: 14px; + line-height: 12px; + width: 14px; +} + +.e-checkbox-wrapper.e-small .e-check, +.e-css.e-checkbox-wrapper.e-small .e-check { + font-size: 8px; +} + +.e-checkbox-wrapper.e-small .e-stop, +.e-css.e-checkbox-wrapper.e-small .e-stop { + font-size: 6px; + line-height: 12px; +} + +.e-checkbox-wrapper.e-small .e-label, +.e-css.e-checkbox-wrapper.e-small .e-label { + font-size: 14px; + line-height: 14px; +} + +.e-checkbox-wrapper.e-small .e-ripple-container, +.e-css.e-checkbox-wrapper.e-small .e-ripple-container { + bottom: -13px; + height: 30px; + left: -13px; + right: -13px; + top: -13px; + width: 30px; +} + +.e-small .e-checkbox-wrapper .e-frame, +.e-small.e-checkbox-wrapper .e-frame, +.e-small .e-css.e-checkbox-wrapper .e-frame, +.e-small.e-css.e-checkbox-wrapper .e-frame { + height: 14px; + line-height: 12px; + width: 14px; +} + +.e-small .e-checkbox-wrapper .e-check, +.e-small.e-checkbox-wrapper .e-check, +.e-small .e-css.e-checkbox-wrapper .e-check, +.e-small.e-css.e-checkbox-wrapper .e-check { + font-size: 8px; +} + +.e-small .e-checkbox-wrapper .e-stop, +.e-small.e-checkbox-wrapper .e-stop, +.e-small .e-css.e-checkbox-wrapper .e-stop, +.e-small.e-css.e-checkbox-wrapper .e-stop { + font-size: 6px; + line-height: 12px; +} + +.e-small .e-checkbox-wrapper .e-label, +.e-small.e-checkbox-wrapper .e-label, +.e-small .e-css.e-checkbox-wrapper .e-label, +.e-small.e-css.e-checkbox-wrapper .e-label { + font-size: 14px; + line-height: 14px; +} + +.e-small .e-checkbox-wrapper .e-ripple-container, +.e-small.e-checkbox-wrapper .e-ripple-container, +.e-small .e-css.e-checkbox-wrapper .e-ripple-container, +.e-small.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -13px; + height: 30px; + left: -13px; + right: -13px; + top: -13px; + width: 30px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-frame, +.e-bigger.e-small.e-checkbox-wrapper .e-frame, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame { + height: 18px; + line-height: 16px; + width: 18px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-check, +.e-bigger.e-small.e-checkbox-wrapper .e-check, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-check, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-check { + font-size: 10px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-stop, +.e-bigger.e-small.e-checkbox-wrapper .e-stop, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-stop, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-stop { + font-size: 12px; + line-height: 16px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-label, +.e-bigger.e-small.e-checkbox-wrapper .e-label, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-label, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-label { + font-size: 15px; + line-height: 18px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -16px; + height: 38px; + left: -16px; + right: -16px; + top: -16px; + width: 38px; +} + +.e-bigger .e-checkbox-wrapper .e-frame, +.e-bigger.e-checkbox-wrapper .e-frame, +.e-bigger .e-css.e-checkbox-wrapper .e-frame, +.e-bigger.e-css.e-checkbox-wrapper .e-frame { + height: 22px; + line-height: 20px; + width: 22px; +} + +.e-bigger .e-checkbox-wrapper .e-frame + .e-label, +.e-bigger.e-checkbox-wrapper .e-frame + .e-label, +.e-bigger .e-css.e-checkbox-wrapper .e-frame + .e-label, +.e-bigger.e-css.e-checkbox-wrapper .e-frame + .e-label { + font-size: 15px; + line-height: 22px; + margin-left: 10px; +} + +.e-bigger .e-checkbox-wrapper .e-check, +.e-bigger.e-checkbox-wrapper .e-check, +.e-bigger .e-css.e-checkbox-wrapper .e-check, +.e-bigger.e-css.e-checkbox-wrapper .e-check { + font-size: 14px; +} + +.e-bigger .e-checkbox-wrapper .e-stop, +.e-bigger.e-checkbox-wrapper .e-stop, +.e-bigger .e-css.e-checkbox-wrapper .e-stop, +.e-bigger.e-css.e-checkbox-wrapper .e-stop { + font-size: 14px; + line-height: 20px; +} + +.e-bigger .e-checkbox-wrapper .e-label, +.e-bigger.e-checkbox-wrapper .e-label, +.e-bigger .e-css.e-checkbox-wrapper .e-label, +.e-bigger.e-css.e-checkbox-wrapper .e-label { + font-size: 15px; +} + +.e-bigger .e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-checkbox-wrapper .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -15px; + height: 38px; + left: -15px; + right: -15px; + top: -15px; + width: 38px; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame { + margin: 0; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container { + right: auto; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-frame, +.e-bigger.e-checkbox-wrapper.e-small .e-frame, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-frame, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-frame { + height: 18px; + line-height: 16px; + width: 18px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-check, +.e-bigger.e-checkbox-wrapper.e-small .e-check, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-check, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-check { + font-size: 10px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-stop, +.e-bigger.e-checkbox-wrapper.e-small .e-stop, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-stop, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-stop { + font-size: 12px; + line-height: 16px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-label, +.e-bigger.e-checkbox-wrapper.e-small .e-label, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-label, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-label { + font-size: 15px; + line-height: 18px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger.e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-ripple-container { + bottom: -16px; + height: 38px; + left: -16px; + right: -16px; + top: -16px; + width: 38px; +} + +/*! checkbox theme */ +.e-checkbox-wrapper, +.e-css.e-checkbox-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-checkbox-wrapper .e-frame, +.e-css.e-checkbox-wrapper .e-frame { + background-color: #fff; + border-color: #ccc; +} + +.e-checkbox-wrapper .e-frame.e-check, +.e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #fff; + border-color: #ccc; + color: #555; +} + +.e-checkbox-wrapper .e-frame.e-stop, +.e-css.e-checkbox-wrapper .e-frame.e-stop { + background-color: #fff; + border-color: #ccc; + color: #555; +} + +.e-checkbox-wrapper .e-ripple-element, +.e-css.e-checkbox-wrapper .e-ripple-element { + background: transparent; +} + +.e-checkbox-wrapper .e-ripple-check .e-ripple-element, +.e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element { + background: transperant; +} + +.e-checkbox-wrapper:active .e-ripple-element, +.e-css.e-checkbox-wrapper:active .e-ripple-element { + background: transperant; +} + +.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element, +.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element { + background: transparent; +} + +.e-checkbox-wrapper .e-label, +.e-css.e-checkbox-wrapper .e-label { + color: #333; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame { + background-color: #fff; + border-color: #ccc; + box-shadow: 0 0 4px 0 #317ab9; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check { + background-color: #fff; + border-color: #ccc; + box-shadow: 0 0 4px 0 #317ab9; + color: #555; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop { + box-shadow: 0 0 4px 0 #317ab9; + color: #555; +} + +.e-checkbox-wrapper:hover .e-frame, +.e-css.e-checkbox-wrapper:hover .e-frame { + background-color: #fff; + border-color: #ccc; +} + +.e-checkbox-wrapper:hover .e-frame.e-check, +.e-css.e-checkbox-wrapper:hover .e-frame.e-check { + background-color: #fff; + border-color: #ccc; + color: #555; +} + +.e-checkbox-wrapper:hover .e-frame.e-stop, +.e-css.e-checkbox-wrapper:hover .e-frame.e-stop { + color: #555; +} + +.e-checkbox-wrapper:hover .e-label, +.e-css.e-checkbox-wrapper:hover .e-label { + color: #555; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame { + background-color: rgba(255, 255, 255, 0.65); + border-color: rgba(204, 204, 204, 0.65); + color: rgba(51, 51, 51, 0.65); +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check { + background-color: rgba(255, 255, 255, 0.65); + border-color: rgba(204, 204, 204, 0.65); + color: rgba(85, 85, 85, 0.65); +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop { + background-color: rgba(255, 255, 255, 0.65); + border-color: rgba(204, 204, 204, 0.65); + color: rgba(85, 85, 85, 0.65); +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-label, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label { + color: rgba(51, 51, 51, 0.65); +} + +.e-checkbox-wrapper.e-focus .e-ripple-container, +.e-css.e-checkbox-wrapper.e-focus .e-ripple-container { + background-color: transparent; +} + +.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check, +.e-css.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check { + background-color: transparent; +} + +.e-checkbox-wrapper.e-focus .e-frame, +.e-css.e-checkbox-wrapper.e-focus .e-frame { + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-checkbox-wrapper.e-focus .e-frame.e-check, +.e-css.e-checkbox-wrapper.e-focus .e-frame.e-check { + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-chip-list .e-chip-delete.e-dlt-btn::before { + content: '\e842'; +} + +.e-chip-list.e-multi-selection .e-chip::before { + content: '\e7ff'; +} + +.e-chip-list { + display: -ms-flexbox; + display: flex; + padding: 4px; +} + +.e-chip-list.e-chip, +.e-chip-list .e-chip { + -webkit-tap-highlight-color: transparent; + -ms-flex-align: center; + align-items: center; + border: 1px solid; + border-radius: 4px; + box-shadow: none; + box-sizing: border-box; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + font-weight: 400; + height: 28px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1.5em; + margin: 4px; + outline: none; + overflow: hidden; + padding: 0 10px; + position: relative; + transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-chip-list.e-chip .e-chip-avatar, +.e-chip-list .e-chip .e-chip-avatar { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 50%; + display: -ms-flexbox; + display: flex; + font-size: 13px; + height: 28px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -10px; + overflow: hidden; + width: 28px; +} + +.e-chip-list.e-chip .e-chip-avatar-wrap, .e-chip-list.e-chip.e-chip-avatar-wrap, +.e-chip-list .e-chip .e-chip-avatar-wrap, +.e-chip-list .e-chip.e-chip-avatar-wrap { + border-radius: 14px 4px 4px 14px; +} + +.e-chip-list.e-chip .e-chip-icon, +.e-chip-list .e-chip .e-chip-icon { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 0%; + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 20px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -6px; + overflow: hidden; + width: 20px; +} + +.e-chip-list.e-chip .e-chip-text, +.e-chip-list .e-chip .e-chip-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-chip-list.e-chip .e-chip-delete, +.e-chip-list .e-chip .e-chip-delete { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 0%; + display: -ms-flexbox; + display: flex; + font-size: 10px; + height: 14px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 -2px 0 8px; + overflow: hidden; + width: 14px; +} + +.e-chip-list.e-chip .e-chip-delete.e-dlt-btn::before, +.e-chip-list .e-chip .e-chip-delete.e-dlt-btn::before { + font-family: 'e-icons'; +} + +.e-chip-list:not(.e-chip) { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.e-chip-list.e-multi-selection .e-chip::before { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-family: 'e-icons'; + height: 20px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -6px; + margin-top: 0; + overflow: hidden; + transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1); + width: 20px; +} + +.e-chip-list.e-multi-selection .e-chip:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 0; +} + +.e-chip-list.e-multi-selection .e-chip.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + display: none; +} + +.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + height: 28px; + margin: 0 8px 0 -10px; + margin-top: 0; + width: 28px; +} + +.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-icon, +.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-avatar { + display: none; +} + +.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-active.e-chip-avatar-wrap::before { + display: -ms-flexbox; + display: flex; +} + +.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 20px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-chip-list.e-rtl .e-chip .e-chip-avatar { + margin: 0 -10px 0 8px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-chip-list.e-rtl .e-chip .e-chip-icon { + margin: 0 -6px 0 8px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-chip-list.e-rtl .e-chip .e-chip-delete { + margin: 0 8px 0 -2px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap { + border-radius: 4px 14px 14px 4px; +} + +.e-chip-list.e-rtl.e-multi-selection .e-chip::before { + margin: 0 -6px 0 8px; + margin-top: 0; +} + +.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + margin: 0 -10px 0 8px; + margin-top: 0; +} + +.e-bigger .e-chip-list.e-chip, +.e-bigger .e-chip-list .e-chip, +.e-bigger.e-chip-list.e-chip, +.e-bigger.e-chip-list .e-chip { + border-radius: 4px; + font-size: 14px; + height: 32px; + padding: 0 12px; +} + +.e-bigger .e-chip-list .e-chip-avatar, +.e-bigger.e-chip-list .e-chip-avatar { + font-size: 15px; + height: 32px; + margin: 0 8px 0 -12px; + width: 32px; +} + +.e-bigger .e-chip-list .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-chip-avatar-wrap, +.e-bigger.e-chip-list .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-chip-avatar-wrap { + border-radius: 16px 4px 4px 16px; +} + +.e-bigger .e-chip-list .e-chip-icon, +.e-bigger.e-chip-list .e-chip-icon { + font-size: 16px; + height: 24px; + margin: 0 8px 0 -8px; + width: 24px; +} + +.e-bigger .e-chip-list .e-chip-delete, +.e-bigger.e-chip-list .e-chip-delete { + font-size: 10px; + height: 18px; + margin: 0 -4px 0 8px; + width: 18px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip::before { + height: 24px; + margin: 0 8px 0 -8px; + margin-top: 0; + width: 24px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + height: 32px; + margin: 0 8px 0 -12px; + margin-top: 0; + width: 32px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 24px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar { + margin: 0 -12px 0 8px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-icon, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-icon { + margin: 0 -8px 0 8px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-delete, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-delete { + margin: 0 8px 0 -4px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-bigger .e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap { + border-radius: 4px 16px 16px 4px; +} + +.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip::before, +.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip::before { + margin: 0 -8px 0 8px; + margin-top: 0; +} + +.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before, +.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + margin: 0 -12px 0 8px; + margin-top: 0; +} + +.e-chip-list.e-chip, +.e-chip-list .e-chip { + background-color: #f5f5f5; + border-color: #ccc; + color: #333; +} + +.e-chip-list.e-chip .e-chip-icon, +.e-chip-list.e-chip .e-chip-delete, +.e-chip-list .e-chip .e-chip-icon, +.e-chip-list .e-chip .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip .e-chip-delete.e-dlt-btn { + color: rgba(51, 51, 51, 0.7); +} + +.e-chip-list.e-chip .e-chip-avatar, +.e-chip-list .e-chip .e-chip-avatar { + background-color: #d6d6d6; + color: #333; +} + +.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #333; +} + +.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #333; +} + +.e-chip-list.e-chip:hover, +.e-chip-list .e-chip:hover { + background-color: #e6e6e6; + border-color: #adadad; + color: #333; +} + +.e-chip-list.e-chip:hover .e-chip-icon, +.e-chip-list.e-chip:hover .e-chip-delete, +.e-chip-list .e-chip:hover .e-chip-icon, +.e-chip-list .e-chip:hover .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip:hover .e-chip-avatar, +.e-chip-list .e-chip:hover .e-chip-avatar { + background-color: #c7c7c7; + color: #333; +} + +.e-chip-list.e-chip.e-focused, +.e-chip-list .e-chip.e-focused { + background-color: #ddd; + border-color: #8c8c8c; + color: #333; + box-shadow: none; +} + +.e-chip-list.e-chip.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-focused .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-focused .e-chip-avatar { + background-color: #c7c7c7; + color: #333; +} + +.e-chip-list.e-chip.e-active, +.e-chip-list .e-chip.e-active { + background-color: #d4d4d4; + border-color: #999; + color: #333; + box-shadow: none; +} + +.e-chip-list.e-chip.e-active .e-chip-icon, +.e-chip-list.e-chip.e-active .e-chip-delete, +.e-chip-list .e-chip.e-active .e-chip-icon, +.e-chip-list .e-chip.e-active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-active .e-chip-avatar { + background-color: #b5b5b5; + color: #333; +} + +.e-chip-list.e-chip.e-focused.e-active, +.e-chip-list .e-chip.e-focused.e-active { + background-color: #ddd; + border-color: #8c8c8c; + color: #333; + box-shadow: none; +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-focused.e-active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-focused.e-active .e-chip-avatar { + background-color: #bebebe; + color: #333; +} + +.e-chip-list.e-chip:active, +.e-chip-list .e-chip:active { + background-color: #d4d4d4; + border-color: #999; + color: #333; + box-shadow: none; +} + +.e-chip-list.e-chip:active .e-chip-icon, +.e-chip-list.e-chip:active .e-chip-delete, +.e-chip-list .e-chip:active .e-chip-icon, +.e-chip-list .e-chip:active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip:active .e-chip-avatar, +.e-chip-list .e-chip:active .e-chip-avatar { + background-color: #b5b5b5; + color: #333; +} + +.e-chip-list.e-chip.e-disabled, +.e-chip-list .e-chip.e-disabled { + background-color: rgba(255, 255, 255, 0.65); + border-color: rgba(204, 204, 204, 0.65); + color: rgba(51, 51, 51, 0.65); + opacity: 1; + pointer-events: none; +} + +.e-chip-list.e-chip.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-disabled .e-chip-delete { + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-chip.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-disabled .e-chip-avatar { + background-color: rgba(224, 224, 224, 0.65); + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-chip.e-outline, +.e-chip-list .e-chip.e-outline { + background-color: transparent; + border-color: #ccc; + color: #333; + border-width: 1px; +} + +.e-chip-list.e-chip.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-outline .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(51, 51, 51, 0.7); +} + +.e-chip-list.e-chip.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-outline .e-chip-avatar { + background-color: #ccc; + color: #333; +} + +.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #333; +} + +.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #333; +} + +.e-chip-list.e-chip.e-outline:hover, +.e-chip-list .e-chip.e-outline:hover { + background-color: #e6e6e6; + border-color: #adadad; + color: #333; +} + +.e-chip-list.e-chip.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-outline:hover .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-outline:hover .e-chip-avatar { + background-color: #ccc; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused, +.e-chip-list .e-chip.e-outline.e-focused { + background-color: #ddd; + border-color: #8c8c8c; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-avatar { + background-color: #bebebe; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-active, +.e-chip-list .e-chip.e-outline.e-active { + background-color: #d4d4d4; + border-color: #999; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-active .e-chip-avatar { + background-color: #b5b5b5; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-outline.e-focused.e-active { + background-color: #ddd; + border-color: #8c8c8c; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #bebebe; + color: #333; +} + +.e-chip-list.e-chip.e-outline:active, +.e-chip-list .e-chip.e-outline:active { + background-color: #d4d4d4; + border-color: #999; + color: #333; +} + +.e-chip-list.e-chip.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-outline:active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-outline:active .e-chip-avatar { + background-color: #b5b5b5; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-disabled, +.e-chip-list .e-chip.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(204, 204, 204, 0.65); + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-delete { + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-selection .e-chip.e-active { + background-color: #317ab9; + border-color: #2a6496; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-avatar { + background-color: #245a89; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused { + background-color: #265f91; + border-color: #163854; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar { + background-color: #1a4060; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled { + background-color: rgba(255, 255, 255, 0.65); + border-color: rgba(204, 204, 204, 0.65); + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-delete { + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-avatar { + background-color: rgba(224, 224, 224, 0.65); + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline { + background-color: #317ab9; + border-color: #2a6496; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar { + background-color: #245a89; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused { + background-color: #265f91; + border-color: #163854; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar { + background-color: #1a4060; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(204, 204, 204, 0.65); + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-delete { + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(51, 51, 51, 0.65); +} + +.e-chip-list.e-selection .e-chip:active { + background-color: #d4d4d4; + border-color: #999; + color: #333; +} + +.e-chip-list.e-selection .e-chip:active .e-chip-icon, +.e-chip-list.e-selection .e-chip:active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-selection .e-chip:active .e-chip-avatar { + background-color: #b5b5b5; + color: #333; +} + +.e-chip-list.e-selection .e-chip:active.e-outline { + background-color: #d4d4d4; + border-color: #999; + color: #333; +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-icon, +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete { + color: #333; +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar { + background-color: #b5b5b5; + color: #333; +} + +.e-chip-list.e-chip.e-primary, +.e-chip-list .e-chip.e-primary { + background-color: #317ab9; + border-color: #21527d; + color: #fff; +} + +.e-chip-list.e-chip.e-primary .e-chip-icon, +.e-chip-list.e-chip.e-primary .e-chip-delete, +.e-chip-list .e-chip.e-primary .e-chip-icon, +.e-chip-list .e-chip.e-primary .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-primary .e-chip-avatar, +.e-chip-list .e-chip.e-primary .e-chip-avatar { + background-color: #245a89; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover, +.e-chip-list .e-chip.e-primary:hover { + background-color: #265f91; + border-color: #21527d; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover .e-chip-icon, +.e-chip-list.e-chip.e-primary:hover .e-chip-delete, +.e-chip-list .e-chip.e-primary:hover .e-chip-icon, +.e-chip-list .e-chip.e-primary:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover .e-chip-avatar, +.e-chip-list .e-chip.e-primary:hover .e-chip-avatar { + background-color: #1a4060; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused, +.e-chip-list .e-chip.e-primary.e-focused { + background-color: #265f91; + border-color: #163854; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-avatar { + background-color: #1a4060; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active, +.e-chip-list .e-chip.e-primary.e-active { + background-color: #21527d; + border-color: #163854; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-active .e-chip-avatar { + background-color: #14324c; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active, +.e-chip-list .e-chip.e-primary.e-focused.e-active { + background-color: #265f91; + border-color: #163854; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-avatar { + background-color: #1a4060; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active, +.e-chip-list .e-chip.e-primary:active { + background-color: #21527d; + border-color: #163854; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active .e-chip-icon, +.e-chip-list.e-chip.e-primary:active .e-chip-delete, +.e-chip-list .e-chip.e-primary:active .e-chip-icon, +.e-chip-list .e-chip.e-primary:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active .e-chip-avatar, +.e-chip-list .e-chip.e-primary:active .e-chip-avatar { + background-color: #14324c; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-disabled, +.e-chip-list .e-chip.e-primary.e-disabled { + background-color: rgba(49, 122, 185, 0.65); + border-color: rgba(33, 82, 125, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-delete { + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-avatar { + background-color: rgba(36, 90, 137, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-primary.e-outline, +.e-chip-list .e-chip.e-primary.e-outline { + background-color: transparent; + border-color: #21527d; + color: #21527d; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete { + color: #21527d; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(33, 82, 125, 0.8); +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-avatar { + background-color: #21527d; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover, +.e-chip-list .e-chip.e-primary.e-outline:hover { + background-color: #265f91; + border-color: #21527d; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-avatar { + background-color: #21527d; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused, +.e-chip-list .e-chip.e-primary.e-outline.e-focused { + background-color: #265f91; + border-color: #163854; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-avatar { + background-color: #1a4060; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active, +.e-chip-list .e-chip.e-primary.e-outline.e-active { + background-color: #317ab9; + border-color: #163854; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-avatar { + background-color: #245a89; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active { + background-color: #265f91; + border-color: #163854; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #1a4060; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active, +.e-chip-list .e-chip.e-primary.e-outline:active { + background-color: #21527d; + border-color: #163854; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-avatar { + background-color: #14324c; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(49, 122, 185, 0.65); + color: rgba(49, 122, 185, 0.65); +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-delete { + color: rgba(49, 122, 185, 0.65); +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(49, 122, 185, 0.65); +} + +.e-chip-list.e-chip.e-success, +.e-chip-list .e-chip.e-success { + background-color: #218739; + border-color: #175e28; + color: #fff; +} + +.e-chip-list.e-chip.e-success .e-chip-icon, +.e-chip-list.e-chip.e-success .e-chip-delete, +.e-chip-list .e-chip.e-success .e-chip-icon, +.e-chip-list .e-chip.e-success .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-success .e-chip-avatar, +.e-chip-list .e-chip.e-success .e-chip-avatar { + background-color: #155624; + color: #fff; +} + +.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover, +.e-chip-list .e-chip.e-success:hover { + background-color: #124a1f; + border-color: #08210e; + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover .e-chip-icon, +.e-chip-list.e-chip.e-success:hover .e-chip-delete, +.e-chip-list .e-chip.e-success:hover .e-chip-icon, +.e-chip-list .e-chip.e-success:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover .e-chip-avatar, +.e-chip-list .e-chip.e-success:hover .e-chip-avatar { + background-color: #06180a; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused, +.e-chip-list .e-chip.e-success.e-focused { + background-color: #124a1f; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-success.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-success.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-success.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-focused .e-chip-avatar { + background-color: #06180a; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active, +.e-chip-list .e-chip.e-success.e-active { + background-color: #124a1f; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-active .e-chip-avatar { + background-color: #06180a; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active, +.e-chip-list .e-chip.e-success.e-focused.e-active { + background-color: #124a1f; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-avatar { + background-color: #06180a; + color: #fff; +} + +.e-chip-list.e-chip.e-success:active, +.e-chip-list .e-chip.e-success:active { + background-color: #124a1f; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-success:active .e-chip-icon, +.e-chip-list.e-chip.e-success:active .e-chip-delete, +.e-chip-list .e-chip.e-success:active .e-chip-icon, +.e-chip-list .e-chip.e-success:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success:active .e-chip-avatar, +.e-chip-list .e-chip.e-success:active .e-chip-avatar { + background-color: #06180a; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-disabled, +.e-chip-list .e-chip.e-success.e-disabled { + background-color: rgba(92, 184, 92, 0.65); + border-color: rgba(23, 94, 40, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-success.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-success.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-delete { + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-success.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-avatar { + background-color: rgba(65, 150, 65, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-success.e-outline, +.e-chip-list .e-chip.e-success.e-outline { + background-color: transparent; + border-color: #175e28; + color: #218739; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline .e-chip-delete { + color: #218739; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(33, 135, 57, 0.8); +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline .e-chip-avatar { + background-color: #175e28; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover, +.e-chip-list .e-chip.e-success.e-outline:hover { + background-color: #124a1f; + border-color: #08210e; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-avatar { + background-color: #175e28; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused, +.e-chip-list .e-chip.e-success.e-outline.e-focused { + background-color: #124a1f; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-avatar { + background-color: #06180a; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active, +.e-chip-list .e-chip.e-success.e-outline.e-active { + background-color: #218739; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-avatar { + background-color: #155624; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active { + background-color: #124a1f; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #06180a; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active, +.e-chip-list .e-chip.e-success.e-outline:active { + background-color: #124a1f; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-avatar { + background-color: #06180a; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled, +.e-chip-list .e-chip.e-success.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(33, 135, 57, 0.65); + color: rgba(33, 135, 57, 0.65); +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-delete { + color: rgba(33, 135, 57, 0.65); +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(33, 135, 57, 0.65); +} + +.e-chip-list.e-chip.e-info, +.e-chip-list .e-chip.e-info { + background-color: #1b809e; + border-color: #145d72; + color: #fff; +} + +.e-chip-list.e-chip.e-info .e-chip-icon, +.e-chip-list.e-chip.e-info .e-chip-delete, +.e-chip-list .e-chip.e-info .e-chip-icon, +.e-chip-list .e-chip.e-info .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-info .e-chip-avatar, +.e-chip-list .e-chip.e-info .e-chip-avatar { + background-color: #12566a; + color: #fff; +} + +.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover, +.e-chip-list .e-chip.e-info:hover { + background-color: #104b5d; + border-color: #082831; + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover .e-chip-icon, +.e-chip-list.e-chip.e-info:hover .e-chip-delete, +.e-chip-list .e-chip.e-info:hover .e-chip-icon, +.e-chip-list .e-chip.e-info:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover .e-chip-avatar, +.e-chip-list .e-chip.e-info:hover .e-chip-avatar { + background-color: #072128; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused, +.e-chip-list .e-chip.e-info.e-focused { + background-color: #104b5d; + border-color: #010406; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-info.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-info.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-info.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-focused .e-chip-avatar { + background-color: #072128; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active, +.e-chip-list .e-chip.e-info.e-active { + background-color: #104b5d; + border-color: #010406; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-active .e-chip-avatar { + background-color: #072128; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active, +.e-chip-list .e-chip.e-info.e-focused.e-active { + background-color: #104b5d; + border-color: #010406; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-avatar { + background-color: #072128; + color: #fff; +} + +.e-chip-list.e-chip.e-info:active, +.e-chip-list .e-chip.e-info:active { + background-color: #104b5d; + border-color: #010406; + color: #fff; +} + +.e-chip-list.e-chip.e-info:active .e-chip-icon, +.e-chip-list.e-chip.e-info:active .e-chip-delete, +.e-chip-list .e-chip.e-info:active .e-chip-icon, +.e-chip-list .e-chip.e-info:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info:active .e-chip-avatar, +.e-chip-list .e-chip.e-info:active .e-chip-avatar { + background-color: #072128; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-disabled, +.e-chip-list .e-chip.e-info.e-disabled { + background-color: rgba(91, 192, 222, 0.65); + border-color: rgba(20, 93, 114, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-info.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-info.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-delete { + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-info.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-avatar { + background-color: rgba(42, 171, 210, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-info.e-outline, +.e-chip-list .e-chip.e-info.e-outline { + background-color: transparent; + border-color: #145d72; + color: #1b809e; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline .e-chip-delete { + color: #1b809e; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(27, 128, 158, 0.8); +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline .e-chip-avatar { + background-color: #145d72; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover, +.e-chip-list .e-chip.e-info.e-outline:hover { + background-color: #104b5d; + border-color: #082831; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-avatar { + background-color: #145d72; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused, +.e-chip-list .e-chip.e-info.e-outline.e-focused { + background-color: #104b5d; + border-color: #010406; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-avatar { + background-color: #072128; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active, +.e-chip-list .e-chip.e-info.e-outline.e-active { + background-color: #1b809e; + border-color: #010406; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-avatar { + background-color: #12566a; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active { + background-color: #104b5d; + border-color: #010406; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #072128; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active, +.e-chip-list .e-chip.e-info.e-outline:active { + background-color: #104b5d; + border-color: #010406; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-avatar { + background-color: #072128; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled, +.e-chip-list .e-chip.e-info.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(27, 128, 158, 0.65); + color: rgba(27, 128, 158, 0.65); +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-delete { + color: rgba(27, 128, 158, 0.65); +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(27, 128, 158, 0.65); +} + +.e-chip-list.e-chip.e-warning, +.e-chip-list .e-chip.e-warning { + background-color: #aa6708; + border-color: #794906; + color: #fff; +} + +.e-chip-list.e-chip.e-warning .e-chip-icon, +.e-chip-list.e-chip.e-warning .e-chip-delete, +.e-chip-list .e-chip.e-warning .e-chip-icon, +.e-chip-list .e-chip.e-warning .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-warning .e-chip-avatar, +.e-chip-list .e-chip.e-warning .e-chip-avatar { + background-color: #704405; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover, +.e-chip-list .e-chip.e-warning:hover { + background-color: #613b05; + border-color: #301d02; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover .e-chip-icon, +.e-chip-list.e-chip.e-warning:hover .e-chip-delete, +.e-chip-list .e-chip.e-warning:hover .e-chip-icon, +.e-chip-list .e-chip.e-warning:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover .e-chip-avatar, +.e-chip-list .e-chip.e-warning:hover .e-chip-avatar { + background-color: #261702; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused, +.e-chip-list .e-chip.e-warning.e-focused { + background-color: #613b05; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-avatar { + background-color: #261702; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active, +.e-chip-list .e-chip.e-warning.e-active { + background-color: #613b05; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-active .e-chip-avatar { + background-color: #261702; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active, +.e-chip-list .e-chip.e-warning.e-focused.e-active { + background-color: #613b05; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-avatar { + background-color: #261702; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:active, +.e-chip-list .e-chip.e-warning:active { + background-color: #613b05; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:active .e-chip-icon, +.e-chip-list.e-chip.e-warning:active .e-chip-delete, +.e-chip-list .e-chip.e-warning:active .e-chip-icon, +.e-chip-list .e-chip.e-warning:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:active .e-chip-avatar, +.e-chip-list .e-chip.e-warning:active .e-chip-avatar { + background-color: #261702; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-disabled, +.e-chip-list .e-chip.e-warning.e-disabled { + background-color: rgba(240, 173, 78, 0.65); + border-color: rgba(121, 73, 6, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-delete { + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-avatar { + background-color: rgba(235, 147, 22, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-warning.e-outline, +.e-chip-list .e-chip.e-warning.e-outline { + background-color: transparent; + border-color: #794906; + color: #aa6708; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete { + color: #aa6708; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(170, 103, 8, 0.8); +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-avatar { + background-color: #794906; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover, +.e-chip-list .e-chip.e-warning.e-outline:hover { + background-color: #613b05; + border-color: #301d02; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-avatar { + background-color: #794906; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused, +.e-chip-list .e-chip.e-warning.e-outline.e-focused { + background-color: #613b05; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-avatar { + background-color: #261702; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active, +.e-chip-list .e-chip.e-warning.e-outline.e-active { + background-color: #aa6708; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-avatar { + background-color: #704405; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active { + background-color: #613b05; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #261702; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:active, +.e-chip-list .e-chip.e-warning.e-outline:active { + background-color: #613b05; + border-color: black; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-avatar { + background-color: #261702; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(170, 103, 8, 0.65); + color: rgba(170, 103, 8, 0.65); +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-delete { + color: rgba(170, 103, 8, 0.65); +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(170, 103, 8, 0.65); +} + +.e-chip-list.e-chip.e-danger, +.e-chip-list .e-chip.e-danger { + background-color: #dc3243; + border-color: #bb202f; + color: #fff; +} + +.e-chip-list.e-chip.e-danger .e-chip-icon, +.e-chip-list.e-chip.e-danger .e-chip-delete, +.e-chip-list .e-chip.e-danger .e-chip-icon, +.e-chip-list .e-chip.e-danger .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-danger .e-chip-avatar, +.e-chip-list .e-chip.e-danger .e-chip-avatar { + background-color: #b21e2d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover, +.e-chip-list .e-chip.e-danger:hover { + background-color: #a51c2a; + border-color: #7a151f; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover .e-chip-icon, +.e-chip-list.e-chip.e-danger:hover .e-chip-delete, +.e-chip-list .e-chip.e-danger:hover .e-chip-icon, +.e-chip-list .e-chip.e-danger:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover .e-chip-avatar, +.e-chip-list .e-chip.e-danger:hover .e-chip-avatar { + background-color: #71131d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused, +.e-chip-list .e-chip.e-danger.e-focused { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-avatar { + background-color: #71131d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active, +.e-chip-list .e-chip.e-danger.e-active { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-active .e-chip-avatar { + background-color: #71131d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active, +.e-chip-list .e-chip.e-danger.e-focused.e-active { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-avatar { + background-color: #71131d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active, +.e-chip-list .e-chip.e-danger:active { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active .e-chip-icon, +.e-chip-list.e-chip.e-danger:active .e-chip-delete, +.e-chip-list .e-chip.e-danger:active .e-chip-icon, +.e-chip-list .e-chip.e-danger:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active .e-chip-avatar, +.e-chip-list .e-chip.e-danger:active .e-chip-avatar { + background-color: #71131d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-disabled, +.e-chip-list .e-chip.e-danger.e-disabled { + background-color: rgba(217, 83, 79, 0.65); + border-color: rgba(187, 32, 47, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-delete { + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-avatar { + background-color: rgba(193, 46, 42, 0.65); + color: rgba(255, 255, 255, 0.65); +} + +.e-chip-list.e-chip.e-danger.e-outline, +.e-chip-list .e-chip.e-danger.e-outline { + background-color: transparent; + border-color: #bb202f; + color: #dc3243; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete { + color: #dc3243; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(220, 50, 67, 0.8); +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-avatar { + background-color: #bb202f; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover, +.e-chip-list .e-chip.e-danger.e-outline:hover { + background-color: #a51c2a; + border-color: #7a151f; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-avatar { + background-color: #bb202f; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused, +.e-chip-list .e-chip.e-danger.e-outline.e-focused { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-avatar { + background-color: #71131d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active, +.e-chip-list .e-chip.e-danger.e-outline.e-active { + background-color: #dc3243; + border-color: #4e0d14; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-avatar { + background-color: #b21e2d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #71131d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active, +.e-chip-list .e-chip.e-danger.e-outline:active { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-avatar { + background-color: #71131d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(220, 50, 67, 0.65); + color: rgba(220, 50, 67, 0.65); +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-delete { + color: rgba(220, 50, 67, 0.65); +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(220, 50, 67, 0.65); +} + +.e-dropdown-btn .e-caret::before, +.e-dropdown-btn.e-btn .e-caret::before { + content: '\e969'; +} + +/*! drop-down button layout */ +.e-dropdown-btn, +.e-dropdown-btn.e-btn { + box-shadow: none; + text-transform: none; + white-space: normal; +} + +.e-dropdown-btn:hover, .e-dropdown-btn:focus, +.e-dropdown-btn.e-btn:hover, +.e-dropdown-btn.e-btn:focus { + box-shadow: none; +} + +.e-dropdown-btn:active, +.e-dropdown-btn.e-btn:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-dropdown-btn .e-btn-icon, +.e-dropdown-btn.e-btn .e-btn-icon { + font-size: 14px; +} + +.e-dropdown-btn .e-caret, +.e-dropdown-btn.e-btn .e-caret { + font-size: 8px; +} + +.e-dropdown-btn.e-vertical, +.e-dropdown-btn.e-btn.e-vertical { + line-height: 1; + padding: 6px 12px; +} + +.e-dropdown-btn.e-caret-hide .e-caret, +.e-dropdown-btn.e-btn.e-caret-hide .e-caret { + display: none; +} + +.e-dropdown-btn.e-small .e-dropdown-btn.e-small, .e-dropdown-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-small, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul { + padding: 5px 0; +} + +.e-dropdown-btn.e-small .e-dropdown-btn.e-small .e-item, .e-dropdown-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-small .e-item, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item { + padding: 0 14px; +} + +.e-dropdown-btn.e-small.e-vertical, +.e-dropdown-btn.e-btn.e-small.e-vertical { + line-height: 1; + padding: 6px 12px; +} + +.e-bigger .e-dropdown-btn .e-btn-icon, +.e-bigger.e-dropdown-btn .e-btn-icon { + font-size: 16px; +} + +.e-bigger .e-dropdown-btn .e-caret, +.e-bigger.e-dropdown-btn .e-caret { + font-size: 10px; +} + +.e-bigger .e-dropdown-btn.e-vertical, +.e-bigger.e-dropdown-btn.e-vertical { + line-height: 1; + padding: 8px 16px; +} + +.e-bigger .e-dropdown-btn.e-small.e-vertical, +.e-bigger.e-dropdown-btn.e-small.e-vertical { + line-height: 1; + padding: 8px 16px; +} + +.e-dropdown-popup { + position: absolute; +} + +.e-dropdown-popup ul { + border: 1px solid #ccc; + border-radius: 4px; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-sizing: border-box; + font-size: 14px; + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + min-width: 120px; + overflow: hidden; + padding: 3px 0; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-dropdown-popup ul .e-item { + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + line-height: 26px; + padding: 0 14px; +} + +.e-dropdown-popup ul .e-item .e-menu-url { + display: inline-block; + text-decoration: none; +} + +.e-dropdown-popup ul .e-item .e-menu-icon { + float: left; + font-size: 16px; + line-height: 26px; + margin-right: 12px; + vertical-align: middle; + width: 1em; +} + +.e-dropdown-popup ul .e-item.e-disabled { + cursor: auto; + pointer-events: none; +} + +.e-dropdown-popup ul .e-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + cursor: auto; + height: auto; + line-height: normal; + margin: 3px 0; + pointer-events: none; +} + +.e-rtl.e-dropdown-popup .e-item .e-menu-icon { + float: right; + margin-left: 12px; + margin-right: 0; +} + +.e-bigger .e-dropdown-popup ul, +.e-bigger.e-dropdown-popup ul { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + font-size: 15px; + max-width: 280px; + min-width: 112px; + padding: 5px 0; +} + +.e-bigger .e-dropdown-popup ul .e-item, +.e-bigger.e-dropdown-popup ul .e-item { + height: 40px; + line-height: 40px; + padding: 0 14px; +} + +.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon, +.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon { + font-size: 16px; + line-height: 40px; +} + +.e-bigger .e-dropdown-popup ul .e-item.e-separator, +.e-bigger.e-dropdown-popup ul .e-item.e-separator { + height: auto; + line-height: normal; +} + +/*! drop-down button theme */ +.e-dropdown-popup { + background-color: #fff; + color: #333; +} + +.e-dropdown-popup ul .e-item .e-menu-url { + color: #333; +} + +.e-dropdown-popup ul .e-item .e-menu-icon { + color: #333; +} + +.e-dropdown-popup ul .e-item.e-focused { + background-color: none; + box-shadow: 0 0 0 1px #8c8c8c inset; +} + +.e-dropdown-popup ul .e-item:hover { + background-color: #e6e6e6; + color: #333; +} + +.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected { + background-color: #e6e6e6; + color: #333; +} + +.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url { + color: #333; +} + +.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon { + color: #333; +} + +.e-dropdown-popup ul .e-separator { + border-bottom-color: #e6e6e6; +} + +/*! splitbutton layout */ +.e-split-btn-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + white-space: nowrap; + width: -webkit-min-content; + width: min-content; +} + +.e-split-btn-wrapper .e-split-btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + text-transform: none; + z-index: 1; + padding-left: 10px; + padding-right: 4px; +} + +.e-split-btn-wrapper .e-split-btn:focus { + outline-offset: 0; +} + +.e-split-btn-wrapper .e-split-btn:focus, .e-split-btn-wrapper .e-split-btn:hover, .e-split-btn-wrapper .e-split-btn:active { + z-index: 2; +} + +.e-split-btn-wrapper .e-split-btn.e-top-icon-btn { + padding-bottom: 10px; + padding-top: 10px; +} + +.e-split-btn-wrapper .e-split-btn .e-btn-icon { + font-size: 14px; + margin-left: 0; + padding-right: 8px; + width: auto; +} + +.e-split-btn-wrapper .e-split-btn .e-icon-top { + padding-bottom: 4px; + padding-right: 0; +} + +.e-split-btn-wrapper .e-split-btn.e-icon-btn { + padding-left: 10px; + padding-right: 10px; +} + +.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon { + padding-right: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + margin-left: -1px; + padding-left: 4px; + padding-right: 4px; +} + +.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover, .e-split-btn-wrapper .e-dropdown-btn:active { + z-index: 2; +} + +.e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active { + z-index: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn:focus { + outline-offset: 0; +} + +.e-split-btn-wrapper .e-btn { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:hover, .e-split-btn-wrapper .e-btn:focus { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:active { + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-split-btn-wrapper .e-btn:disabled { + box-shadow: none; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn { + border-bottom-left-radius: 0; + border-bottom-right-radius: 4px; + border-top-left-radius: 0; + border-top-right-radius: 4px; + margin-left: -1px; + padding-left: 4px; + padding-right: 10px; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon { + margin-right: 0; + padding-left: 8px; + padding-right: 0; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top { + padding-left: 0; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn { + padding-left: 10px; + padding-right: 10px; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon { + padding-left: 0; +} + +.e-split-btn-wrapper.e-rtl .e-dropdown-btn { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 0; + border-top-left-radius: 4px; + border-top-right-radius: 0; + margin-left: 0; +} + +.e-split-btn-wrapper.e-vertical { + display: inline-block; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn, +.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + display: block; + width: 100%; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn { + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + line-height: 1; + padding-bottom: 4px; + padding-right: 10px; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top { + padding-bottom: 4px; +} + +.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + line-height: 0.334em; + margin-left: 0; + margin-top: -1px; + padding-bottom: 4px; + padding-top: 4px; +} + +.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom { + padding-top: 0; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn { + border-bottom-right-radius: 0; + border-top-left-radius: 4px; + margin-left: 0; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn { + border-bottom-right-radius: 4px; + border-top-left-radius: 0; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn { + padding-left: 12px; + padding-right: 6px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn { + padding-bottom: 12px; + padding-top: 12px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon { + font-size: 16px; + margin-left: 0; + padding-right: 10px; + width: auto; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top, +.e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top { + padding-bottom: 6px; + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn { + padding-left: 12px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon { + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper .e-dropdown-btn, +.e-bigger.e-split-btn-wrapper .e-dropdown-btn { + padding-left: 4px; + padding-right: 4px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn { + padding-left: 6px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon { + padding-left: 10px; + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top { + padding-left: 0; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn { + padding-left: 12px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon { + padding-left: 0; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn, +.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn { + padding-bottom: 6px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn, +.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom, +.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom { + padding-top: 0; +} + +/*! splitbutton theme */ +.e-split-btn-wrapper .e-split-btn { + border-right-color: #ccc; +} + +.e-split-btn-wrapper .e-split-btn:focus { + border-right-color: #8c8c8c; +} + +.e-split-btn-wrapper .e-split-btn:active { + border-right-color: #adadad; +} + +.e-split-btn-wrapper .e-split-btn:disabled { + border-right-color: rgba(255, 255, 255, 0.65); +} + +.e-split-btn-wrapper:hover .e-split-btn { + border-right-color: #adadad; +} + +.e-split-btn-wrapper:hover .e-split-btn:disabled { + border-right-color: rgba(204, 204, 204, 0.65); +} + +.e-split-btn-wrapper.e-rtl .e-split-btn { + border-left-color: #ccc; + border-right-color: #ccc; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:focus { + border-left-color: #8c8c8c; + border-right-color: #8c8c8c; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:active { + border-left-color: #adadad; + border-right-color: #adadad; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:disabled { + border-left-color: rgba(204, 204, 204, 0.65); + border-right-color: rgba(204, 204, 204, 0.65); +} + +.e-split-btn-wrapper.e-rtl:hover .e-split-btn { + border-left-color: #adadad; + border-right-color: #adadad; +} + +.e-split-btn-wrapper.e-rtl:hover .e-split-btn:disabled { + border-left-color: rgba(204, 204, 204, 0.65); +} + +.e-split-btn-wrapper.e-vertical .e-split-btn { + border-bottom-color: #ccc; + border-right-color: #ccc; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:focus { + border-bottom-color: #8c8c8c; + border-right-color: #8c8c8c; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:active { + border-bottom-color: #adadad; + border-right-color: #adadad; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:disabled { + border-bottom-color: rgba(204, 204, 204, 0.65); + border-right-color: rgba(204, 204, 204, 0.65); +} + +.e-split-btn-wrapper.e-vertical:hover .e-split-btn { + border-bottom-color: #adadad; + border-right-color: #adadad; +} + +.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled { + border-bottom-color: rgba(204, 204, 204, 0.65); +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn { + border-left-color: #ccc; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus { + border-left-color: #8c8c8c; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active { + border-left-color: #adadad; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled { + border-left-color: #ccc; +} + +.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn { + border-left-color: #adadad; +} + +.e-input-group-icon.e-spin-up::before { + content: '\e834'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-spin-down::before { + content: '\e83d'; + font-family: 'e-icons'; +} + +.e-numeric-container { + width: 100%; +} + +.e-content-placeholder.e-numeric.e-placeholder-numeric { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric, +.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric { + background-size: 300px 40px; + min-height: 40px; +} + +.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden, +.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden, +.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden { + border: 0; + height: 0; + margin: 0; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-numeric.e-control-wrapper.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-focus) { + border-color: #ccc; + box-shadow: none; +} + +.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon { + font-size: 12px; +} + +.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, +.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon { + font-size: 14px; +} + +.e-tooltip-close::before { + content: '\e7e9'; + font-size: 16px; +} + +.e-arrow-tip-inner.e-tip-right::before { + content: '\e848'; +} + +.e-arrow-tip-inner.e-tip-top::before { + content: '\e918'; +} + +.e-arrow-tip-inner.e-tip-bottom::before { + content: '\e919'; +} + +.e-arrow-tip-inner.e-tip-left::before { + content: '\e84b'; +} + +/*! tooltip layout */ +.e-tooltip-wrap { + max-width: 350px; + min-width: 30px; + padding: 0; + position: absolute; + visibility: visible; + /*! tooltip arrow */ + /*! tooltip sticky mode close icon */ + /*! tooltip content area */ +} + +.e-tooltip-wrap .e-arrow-tip { + overflow: hidden; + position: absolute; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-bottom { + height: 8px; + left: 50%; + top: 100%; + width: 16px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-top { + height: 8px; + left: 50%; + top: -9px; + width: 16px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-left { + height: 16px; + left: -9px; + top: 48%; + width: 8px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-right { + height: 16px; + left: 100%; + top: 50%; + width: 8px; +} + +.e-tooltip-wrap .e-tooltip-close { + float: right; + position: absolute; + right: -9px; + top: -9px; + z-index: inherit; +} + +.e-tooltip-wrap .e-tip-content { + background-color: inherit; + height: 100%; + line-height: 17px; + overflow-wrap: break-word; + overflow-x: hidden; + padding: 3px 8px; + position: relative; + white-space: normal; + width: 100%; + word-break: break-word; + z-index: 1; +} + +/*! Bigger Style */ +.e-bigger .e-tooltip-wrap .e-tip-content, +.e-tooltip-wrap.e-bigger .e-tip-content { + line-height: 20px; + padding: 5px 10px; +} + +/*! Tooltip theme */ +.e-tooltip-wrap { + border-radius: 4px; + filter: none; + opacity: 1; + /*! tooltip arrow */ + /*! tooltip sticky mode close icon */ + /*! tooltip content area */ +} + +.e-tooltip-wrap.e-popup { + background-color: #000; + border: 1px solid #000; +} + +.e-tooltip-wrap .e-arrow-tip-outer { + height: 0; + left: 0; + position: absolute; + top: 0; + width: 0; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-top: 8px solid #000; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #000; + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left { + border-bottom: 8px solid transparent; + border-right: 8px solid #000; + border-top: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right { + border-bottom: 8px solid transparent; + border-left: 8px solid #000; + border-top: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-inner { + height: 0; + position: absolute; + width: 0; + z-index: 10; +} + +.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-left, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { + color: #000; + font-family: 'e-icons'; + font-size: 16px; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + text-transform: none; +} + +.e-tooltip-wrap .e-tooltip-close { + background-color: #fff; + border-color: transparent; + border-radius: 8px; + color: #000; +} + +.e-tooltip-wrap .e-tooltip-close:hover { + background-color: #ddd; + color: #000; +} + +.e-tooltip-wrap .e-tip-content { + color: #fff; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; +} + +/*! bigger style */ +.e-bigger .e-tooltip-wrap .e-tip-content, +.e-tooltip-wrap.e-bigger .e-tip-content { + font-size: 13px; +} + +.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle { + cursor: default; + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); + z-index: 3; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; + text-align: center; +} + +.e-slider-horizantal-color { + height: 100%; + position: absolute; + top: -1px; +} + +.e-slider-vertical-color { + left: -1px; + position: absolute; + width: 100%; +} + +.e-bigger .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; +} + +.e-bigger.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; +} + +.e-bigger .e-control-wrapper.e-slider-container .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger .e-slider .e-handle { + height: 18px; + width: 18px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-handle { + margin-left: -9px; + top: calc(50% - 9px); +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-handle { + left: calc(50% - 9px); + margin-bottom: -9px; +} + +.e-bigger .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value, +.e-control-wrapper.e-slider-container.e-bigger .e-scale .e-tick .e-tick-value { + font-size: 12px; +} + +.e-control-wrapper.e-slider-container { + -moz-user-select: none; + -ms-user-select: none; + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + box-sizing: border-box; + display: inline-block; + height: 26px; + line-height: normal; + outline: none; + position: relative; + user-select: none; +} + +.e-control-wrapper.e-slider-container::after { + content: "bootstrap"; + display: none; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-large-thumb-size { + transform: scale(1.5); +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider .e-handle { + margin: 0 -8px 0 0; + top: calc(50% - 8px); +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-first-tick { + background-position: right center; + left: 0; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-last-tick { + background-position: left center; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider-button { + margin-top: -7px; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-vertical { + direction: ltr; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-btn { + cursor: default; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle { + cursor: default; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-disable { + display: none; +} + +.e-control-wrapper.e-slider-container.e-horizontal { + height: 48px; + width: 100%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button { + left: 0; + margin-top: -9px; + top: 50%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAolBMVEUAAAD////////////////////////+/v7////+/v7////+/v7////+/v7////////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///+y6E2hAAAANXRSTlMABAgMEBQYHCAkKCwwNEBESExUWFxkaGx0fICDh4ubn6Orr7O3u7/Hy8/T19vf4+fr7/P3+0e6nekAAAEFSURBVHjalZXJVgJBEASjnXHAEUQURZBFFAfZt+H/f82jedCXVpyjD1mvs4q/aR4uP1QJR7YUf1tgmYl/amEZXIRHLF31X7GUJ/E/fOB8I/46w5Hm4h9LLGPx63ssPQ08wNI+i/+GpdiLv/xH4IX4+waWqQa+w9LXwE9YOrX4ExzxCqzE3xVY3oMVGGrgHpYH9UdYWlqBuQ9cbLUCOY5UaeCS4INbPMVO19A1wdBVIli0CXhG+uIZYsui7uDJ1/Li0MRTHuXFKouOakZ0VMPwqLqBUckfiWzuTU7wNnwmgtdnDPFyxy7ouQ3hBeW50RW4SMSXrOdFg/chfCg8V1/RcjR+PXbfOBx/sErjBl8AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-size: cover; + height: 8px; + left: calc(50% - 5px); + position: absolute; + top: calc(50% - 4px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button { + margin-top: -9px; + right: 0; + top: 50%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAnFBMVEUAAAD////////////////////////+/v7////////+/v7////+/v7+/v7////////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////uN4ajAAAAM3RSTlMABAgMEBQYHCAoLDA0ODxASExcYGRobHR8g4uTl5ufo6ert7u/w8fLz9fb3+Pn6+/z9/tbKk6UAAABBklEQVR42q2VyRKCAAxDQRBZVMAFcRdxVxD0///Nk2M8OCQz9tx3SJu0xrvWz09VXaO5rCMQN4cgOgUQB5Mg+g8glgZRoydUwhALAB4hAZg7IEqXIJwrECeLIIIKiIyRMUDhKUNMkYgZ4Vv0iM945AzExSYID4XnjEci9MiMEZ6i8CFDYDhqKhwnIAomHO5XOFoEEaLwFSNjjMInDLHEcESMR/ZA3D0mHDcgzhYBFBrQOqJtPWLbouhUjF6Mi9s09/uVdj7sC5rPbd5ZjvYmTuBMHNBQHFC31gbkFNqAzIN4wVfij0ikL6RH2S2lT6qfowwd0fv/SY2xfy6/BS0C17b42oLfjS/tEHrYzreszwAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-size: cover; + height: 8px; + left: calc(50% - 3px); + position: absolute; + top: calc(50% - 4px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn { + padding: 0 38px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-slider { + height: 32px; + position: relative; + top: calc(50% - 16px); + width: 100%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-slider-track { + height: 10px; + left: 0; + position: absolute; + width: 100%; + background: #fff; + border: 1px solid #ccc; + border-radius: 4px; + overflow: hidden; + top: calc(50% - 5px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-handle { + margin-left: -8px; + top: calc(50% - 8px); +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-range { + height: 8px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-range { + height: 8px; + top: calc(50% - 4px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-limits { + background-color: rgba(0, 0, 0, 0.25); + height: 8px; + position: absolute; + top: calc(50% - 4px); +} + +.e-control-wrapper.e-slider-container.e-vertical { + height: inherit; + padding: 38px 0; + width: 48px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider { + height: 100%; + left: calc(50% - 16px); + position: relative; + width: 32px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider-track { + background: #fff; + bottom: 0; + height: 100%; + position: absolute; + border: 1px solid #ccc; + border-radius: 3px; + left: calc(50% - 5px); + overflow: hidden; + width: 10px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn { + height: 100%; + padding: 38px 0; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn .e-slider { + height: 100%; + width: 10px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button { + bottom: 0; + margin-right: -9px; + right: 50%; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAApVBMVEUAAAD////////////////////+/v7////+/v7////+/v7////+/v7+/v7////////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////Ss6t3AAAANnRSTlMABAwQFBgcICQoLDA0OEBESExcYGRobHR8gIOHi4+Tl5ujq7O3u7/Dx8vP09fb3+Pn6+/z9/vRpbpFAAABHklEQVR4Ae3TW1PCMBAF4LOFgsj9ooCichcFoVBy/v9P0xGndktS8uT4wPeYmZPZnZPgf7h6EMCfjMF5Ad7CFUFuKvBUj0iQjNvw0jM8BcghLpMXMglwFuCCcMl0gJsb5KrtqAM8tJCje2Q2QDOAizwxAf6aBrAqLmgPcF2GRXVLV4D7Js50YqbBMM30ockjlRiNiMpELVKYU9lWgdIblfcSErcfVBZFfAkmVKIGfrRjKiPBST+zyB2+DakcO0g091TGAgRTKrsaUsprKq9h9mQZQjm7b0/lWZA1MHQyPVi0DnSI6rCqbGi1CuEQzGgxFrgNmWXu4WYp99BAPv18dFsOhblqy4OMdFt51Cc7duGttvMYXwmXHuMrIrj6Q58aX4DtQxE2xQAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-size: cover; + display: inline-block; + height: 8px; + left: calc(50% - 4px); + position: absolute; + top: calc(50% - 3.6px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button { + margin-right: -9px; + right: 50%; + top: 0; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAApVBMVEUAAAD////////////////////+/v7////+/v7////+/v7////+/v7+/v7////////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////4hhd5AAAANnRSTlMABAgMEBgcICQoLDA0OEBESExUXGBkbHR8gIOHi5Obn6Onq6+zt7u/x8vP09fb3+Pn6+/z9/tWLLgwAAABGElEQVR4Ae3UyXLyMBAE4NYvzPJDDARCyMKShbBAgo1wv/+jhSRVqhojqeRDqnLgu/nQh3GPBhd/mZ7PNSpobMhNA9HSjCd5F5FGBb8Vt4ihprRiBklWtGIG6WQU9i0EDY8sMX34qQkdxvBJlnR61nBqf9Bj24TDwNDr0EOZeqRg7PTuDmtvFHat8v+VHf5/p7ColRuUHV4bCg8KJ2pGIU/xQ91TMAO5hVYxwhf9SmHfhtXNKcz+Aa0dhWVSeknCug5DYaIg6CcKGcTncYgzYzkIRLwDh97BF1glcGpu3YGpgod+cQSKGwTcnQWyKwT1jQys6wizfcE2GGY3AnZHwuzOgcxShImtRuTRte8G1c56bYGKFC5+wyfN5oD6Q24erwAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-size: cover; + display: inline-block; + height: 8px; + left: calc(50% - 4px); + position: absolute; + top: calc(50% - 4.5px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle { + margin-bottom: -8px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle { + margin-bottom: -8px; + left: calc(50% - 8px); +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-range { + left: calc(50% - 4px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits { + background-color: rgba(0, 0, 0, 0.25); + left: calc(50% - 4px); + position: absolute; + width: 8px; +} + +.e-control-wrapper.e-slider-container .e-range { + border-radius: 3px; + position: absolute; + transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, width 300ms ease-out, height 300ms ease-out; +} + +.e-control-wrapper.e-slider-container .e-range.e-drag-horizontal { + cursor: ew-resize; +} + +.e-control-wrapper.e-slider-container .e-range.e-drag-vertical { + cursor: ns-resize; +} + +.e-control-wrapper.e-slider-container .e-slider { + box-sizing: border-box; + cursor: pointer; + display: block; + outline: 0 none; + padding: 0; + position: relative; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle { + border-radius: 4px; + box-sizing: border-box; + cursor: pointer; + height: 16px; + outline: none; + position: absolute; + -ms-touch-action: none; + touch-action: none; + transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out; + width: 16px; + z-index: 10; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle { + background-color: #e6e6e6; + border-color: #66afe9; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick { + height: 5px; + top: -9px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-large { + height: 8px; + top: -9px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick { + left: 4px; + width: 5px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-large { + left: 1px; + width: 8px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick { + height: 5px; + top: 6px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-large { + height: 8px; + top: 9px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick { + left: 19px; + width: 5px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-large { + left: 19px; + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-scale-before .e-scale.e-v-scale { + right: 9px; +} + +.e-control-wrapper.e-slider-container.e-scale-after .e-scale.e-v-scale { + right: 9px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick { + height: calc(100% - 6px); + top: -11px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-large { + height: 100%; + top: -8px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick { + background-position: center; + width: 100%; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-large { + width: 100%; +} + +.e-control-wrapper.e-slider-container .e-scale { + box-sizing: content-box; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + height: 28px; + line-height: normal; + list-style: none outside none; + margin: 0; + outline: 0 none; + padding: 0; + position: absolute; + top: 16px; + width: 100%; + z-index: 1; + font-size: 10px; + margin-top: -5px; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNYtmzZfwAG2gLyNpL4dgAAAABJRU5ErkJggg=="); + cursor: pointer; + outline: none; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + background-position: center center; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value { + color: #333; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 10px; + outline: none; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale { + height: 100%; + left: calc(50% - 14px); + top: 0; + width: 28px; + margin-top: -2px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick { + background-repeat: repeat-x; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-first-tick { + background-position-y: center; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-last-tick { + background-position-y: bottom; + margin-top: 2px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick { + display: inline-block; + background-repeat: repeat-y; + height: 100%; + top: 0; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before { + top: -18px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-after { + bottom: -20px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both { + bottom: -20px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child { + top: -18px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-first-tick { + background-position: left center; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-last-tick { + background-position: right center; +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-scale { + top: 15px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-scale.e-v-scale { + right: 10px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-before { + right: 17px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-after { + left: 19px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both { + right: 44px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both:first-child { + left: 42px; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active { + background-color: #e6e6e6; + border-color: #ccc; +} + +/*! component theme */ +.e-control-wrapper.e-slider-container .e-slider-button { + background-color: #777; + border: 1px solid #777; + border-radius: 50%; + box-sizing: border-box; + cursor: pointer; + height: 18px; + outline: none; + padding: 0; + position: absolute; + width: 18px; +} + +.e-control-wrapper.e-slider-container .e-slider .e-range { + background-color: #317ab9; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle { + background-color: #fff; + border: 1px solid #ccc; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip { + background-color: transparent; + border-color: transparent; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-first:hover { + background-color: #e6e6e6; + border-color: #ccc; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-first:active { + background-color: #e6e6e6; + border-color: #ccc; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-second:hover { + background-color: #e6e6e6; + border-color: #ccc; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-second:active { + background-color: #e6e6e6; + border-color: #ccc; +} + +.e-control-wrapper.e-slider-container.e-slider-hover .e-slider-track { + background-color: #fff; +} + +.e-control-wrapper.e-slider-container.e-slider-hover .e-range { + background-color: #317ab9; +} + +.e-control-wrapper.e-slider-container.e-slider-hover .e-handle { + border-color: #ccc; +} + +.e-container .e-value-switch-btn::before { + content: '\e431'; +} + +.e-colorpicker-wrapper { + display: inline-block; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-colorpicker-wrapper .e-colorpicker { + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + font-family: initial; + line-height: 17px; + padding: 0 6px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; + border-radius: 4px; + height: 20px; + margin-top: 0; + position: relative; + width: 20px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview { + border-radius: 4px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn { + padding: 0 6px; +} + +.e-colorpicker-wrapper * { + box-sizing: border-box; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile { + cursor: default; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover { + border: 0; + box-shadow: none; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected { + border: 0; +} + +.e-colorpicker-wrapper.e-disabled .e-container .e-handler, +.e-colorpicker-wrapper.e-disabled .e-container .e-preview-container { + cursor: default; +} + +.e-colorpicker-popup { + line-height: 0; +} + +.e-colorpicker.e-modal { + -webkit-overflow-scrolling: touch; + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; +} + +body.e-colorpicker-overflow { + overflow: visible; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + line-height: 20px; + padding: 0 6px; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + height: 26px; + width: 26px; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn { + padding: 0 6px; +} + +.e-container { + border: 0; + border-radius: 4px; + display: inline-block; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.175); +} + +.e-container.e-color-picker { + width: 270px; +} + +.e-container.e-color-picker .e-mode-switch-btn { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%; +} + +.e-container.e-color-palette { + width: auto; +} + +.e-container.e-color-palette .e-mode-switch-btn { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%; +} + +.e-container .e-custom-palette { + display: inline-block; +} + +.e-container .e-custom-palette .e-palette { + padding: 10px; +} + +.e-container .e-custom-palette.e-palette-group { + height: 270px; + overflow-y: scroll; +} + +.e-container .e-palette { + border-bottom: 0; + display: table; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-container .e-palette .e-row { + display: table-row; + white-space: nowrap; +} + +.e-container .e-palette .e-tile { + border: 0.5px solid transparent; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + height: 27px; + text-align: center; + vertical-align: middle; + width: 27px; +} + +.e-container .e-palette .e-tile.e-selected { + outline: #333 0.5px solid; + position: relative; +} + +.e-container .e-palette .e-tile:hover { + box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.3); + position: relative; +} + +.e-container .e-palette .e-tile.e-nocolor-item { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; +} + +.e-container .e-hsv-container { + border-bottom: 0; + position: relative; + -ms-touch-action: none; + touch-action: none; +} + +.e-container .e-hsv-container .e-hsv-color { + background: linear-gradient(to bottom, transparent 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%); + height: 170px; +} + +.e-container .e-hsv-container .e-handler { + border: 1px solid #fff; + border-radius: 6px; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.7); + cursor: pointer; + display: inline-block; + height: 8px; + margin-left: -4px; + margin-top: -4px; + position: absolute; + -ms-touch-action: none; + touch-action: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 8px; +} + +.e-container .e-slider-preview { + display: inline-block; + width: 100%; + padding: 9px 15px; +} + +.e-container .e-slider-preview .e-colorpicker-slider { + display: inline-block; + width: 82.5%; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container { + height: 18px; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider { + height: 18px; + top: calc(50% - 9px); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track { + border-radius: 0; + height: 6px; + top: calc(50% - 3px); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle { + border-radius: 6px; + cursor: pointer; + height: 14px; + top: calc(50% - 7px); + width: 14px; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active { + cursor: pointer; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size { + transform: scale(1); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track { + background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track { + border: 0; + z-index: 1; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: contain; + border: 0; + height: 6px; + position: absolute; + top: calc(50% - 3px); + width: 100%; + z-index: 0; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start { + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.64); +} + +.e-container .e-slider-preview .e-preview-container { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 10px; + border: 0; + cursor: pointer; + display: inline-block; + height: 32px; + margin-left: 4.17%; + position: relative; + top: -2px; + width: 13.338%; +} + +.e-container .e-slider-preview .e-preview-container .e-preview { + display: block; + height: 16px; + position: absolute; + width: 100%; +} + +.e-container .e-slider-preview .e-preview-container .e-preview.e-current { + border-bottom: 1px solid #e6e6e6; + top: 0; +} + +.e-container .e-slider-preview .e-preview-container .e-preview.e-previous { + height: 16px; + top: 16px; +} + +.e-container .e-selected-value { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + padding: 0 15px 15px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-container .e-selected-value .e-input-container .e-float-input input { + padding-left: 0; + text-align: center; +} + +.e-container .e-selected-value .e-input-container .e-numeric-hidden { + display: none; +} + +.e-container .e-selected-value .e-value-switch-btn { + font-family: 'e-icons'; + font-size: 16px; + line-height: 16px; + margin-top: 22px; + padding: 2px 3px; +} + +.e-container .e-input-container { + display: inline-block; + width: 90%; +} + +.e-container .e-input-container .e-float-input { + display: inline-block; + margin-right: 1.856%; + vertical-align: baseline; +} + +.e-container .e-input-container .e-float-input:first-child { + width: 30%; +} + +.e-container .e-input-container .e-float-input:first-child input { + height: 32px; +} + +.e-container .e-input-container .e-float-input.e-numeric { + height: 32px; + width: 15%; +} + +.e-container .e-input-container .e-float-input.e-numeric input { + height: 30px; +} + +.e-container .e-input-container .e-float-input .e-float-text { + text-align: center; +} + +.e-container .e-switch-ctrl-btn { + display: inline-block; + padding: 0 15px 15px; + white-space: nowrap; + width: 100%; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn { + float: right; + text-align: right; + white-space: nowrap; + width: 89.913%; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn { + max-width: 47.29%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel { + margin-left: 3.71%; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn { + background-origin: border-box; + background-position: center; + background-size: cover; + float: left; + margin-top: 2px; + overflow: hidden; + white-space: nowrap; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus { + box-shadow: none; +} + +.e-container .e-value-switch-btn, +.e-container .e-mode-switch-btn { + background-color: transparent; + border-color: transparent; + position: relative; + width: 10%; + height: 24px; +} + +.e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active { + border-color: transparent; + box-shadow: none; + outline: none; +} + +.e-container.e-color-picker .e-value-switch-btn:focus { + outline: none; +} + +.e-container.e-color-palette .e-palette + .e-selected-value, +.e-container.e-color-palette .e-palette-group + .e-selected-value { + padding: 15px 15px; +} + +.e-container.e-color-palette .e-palette + .e-switch-ctrl-btn, +.e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn { + padding: 25px 15px 15px; +} + +.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider { + vertical-align: super; +} + +.e-hide-opacity .e-container .e-slider-preview .e-preview-container { + top: 0; +} + +.e-hide-opacity .e-container .e-float-input:first-child { + width: 38%; +} + +.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 18.1%; +} + +.e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.14%; +} + +.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 31.48%; +} + +.e-hide-valueswitcher .e-container .e-input-container { + width: 100%; +} + +.e-hide-valueswitcher .e-container .e-float-input:first-child { + width: 31%; +} + +.e-hide-valueswitcher .e-container .e-float-input.e-numeric { + width: 15.38%; +} + +.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-right: 0; +} + +.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 19.47%; +} + +.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.59%; +} + +.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 32.1%; +} + +.e-rtl .e-container .e-hsv-container .e-hsv-color { + background: linear-gradient(to bottom, transparent 0, #000 100%), linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%); +} + +.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track { + background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); +} + +.e-rtl .e-container .e-slider-preview .e-preview-container { + margin-left: 0; + margin-right: 4.17%; +} + +.e-rtl .e-container .e-selected-value .e-float-input { + margin-left: 1.856%; + margin-right: 0; +} + +.e-rtl .e-container .e-selected-value .e-float-input input { + padding-right: 0; +} + +.e-rtl .e-container .e-selected-value .e-value-switch-btn { + transform: rotate(180deg); +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn { + float: right; +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn { + float: left; + text-align: left; +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel { + margin-left: 0; + margin-right: 3.71%; +} + +.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-left: 0; +} + +.e-bigger .e-container.e-color-picker { + width: 290px; +} + +.e-bigger .e-container .e-palette .e-tile { + height: 29px; + width: 29px; +} + +.e-bigger .e-container .e-hsv-container .e-hsv-color { + height: 180px; +} + +.e-bigger .e-container .e-custom-palette.e-palette-group { + height: 290px; +} + +.e-bigger .e-container .e-slider-preview { + padding: 7px 15px; +} + +.e-bigger .e-container .e-slider-preview .e-preview-container { + margin-left: 3.85%; + top: 0; + vertical-align: super; + width: 12.31%; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider { + width: 83.7%; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container { + height: 22px; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle { + border-radius: 8px; + height: 16px; + top: calc(50% - 8px); + width: 16px; +} + +.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn { + width: 90.6%; +} + +.e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn { + padding: 25px 15px 15px; +} + +.e-bigger .e-container .e-input-container { + width: 90.77%; +} + +.e-bigger .e-container .e-input-container .e-float-input { + margin-right: 1.699%; +} + +.e-bigger .e-container .e-input-container .e-float-input:first-child { + width: 30.7%; +} + +.e-bigger .e-container .e-input-container .e-float-input:first-child input { + height: 38px; +} + +.e-bigger .e-container .e-input-container .e-float-input.e-numeric { + height: 38px; + width: 15.2%; +} + +.e-bigger .e-container .e-input-container .e-float-input.e-numeric input { + height: 36px; +} + +.e-bigger .e-container .e-css.e-value-switch-btn, +.e-bigger .e-container .e-mode-switch-btn { + font-size: 18px; + line-height: 18px; + padding: 0 2px; + width: 9.235%; +} + +.e-bigger .e-container .e-mode-switch-btn { + margin-top: 6px; +} + +.e-bigger .e-hide-opacity .e-container .e-slider-preview, .e-bigger.e-hide-opacity .e-container .e-slider-preview { + padding: 7px 15px; +} + +.e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container, .e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container { + vertical-align: initial; +} + +.e-bigger .e-hide-opacity .e-container .e-float-input:first-child, .e-bigger.e-hide-opacity .e-container .e-float-input:first-child { + width: 38%; +} + +.e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 18.4%; +} + +.e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.3%; +} + +.e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 31.48%; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-input-container, +.e-bigger .e-hide-valueswitcher .e-container .e-input-container { + width: 100%; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child, +.e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-right: 0; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric { + width: 15.62%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child, +.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 19.62%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.3%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 32.19%; +} + +.e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container, +.e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container { + margin-left: 0; + margin-right: 3.85%; +} + +.e-bigger .e-rtl .e-container .e-selected-value .e-float-input, +.e-bigger.e-rtl .e-container .e-selected-value .e-float-input { + margin-left: 1.699%; + margin-right: 0; +} + +.e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child, +.e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-left: 0; +} + +.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child, +.e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child, +.e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child { + width: 100%; +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + border-bottom-left-radius: 50%; + border-bottom-right-radius: 0%; + border-top-left-radius: 50%; + border-top-right-radius: 50%; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.64); + cursor: pointer; + min-width: 26px; + transform: translateY(18px) rotate(45deg) scale(0.01); + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; + border-radius: 50%; + height: 24px; + position: relative; + transform: rotate(45deg); + width: 24px; +} + +.e-split-preview, +.e-tip-transparent { + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip, +.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + min-width: 32px; +} + +.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content, +.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content { + height: 30px; + width: 30px; +} + +.e-container { + background-color: #fff; +} + +.e-container .e-palette .e-tile:hover { + border-color: #e6e6e6; +} + +.e-container .e-palette .e-tile.e-selected { + border-color: #e6e6e6; +} + +.e-container .e-handler.e-hide-handler, +.e-container .e-handle.e-hide-handler { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle), +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) { + background-color: #fff; + border-color: #fff; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle), +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) { + background-color: #fff; + border-color: #fff; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle, +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle { + background-color: #e6e6e6; + border-color: #66afe9; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn { + color: rgba(51, 51, 51, 0.65); +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus { + background-color: transparent; + color: rgba(51, 51, 51, 0.65); + outline: none; + outline-offset: none; +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active { + background-color: transparent; + color: rgba(51, 51, 51, 0.65); +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + background-color: #fff; + border-color: #fff; +} + +/*! contextmenu layout */ +.e-contextmenu-wrapper ul .e-menu-item .e-previous::before { + content: '\e94b'; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret::before { + content: '\e207'; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret::before { + content: '\e990'; +} + +/*! contextmenu layout */ +.e-contextmenu-wrapper ul { + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + overflow: hidden; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + font-size: 14px; + padding: 3px 0; + border: 1px solid #ccc; + border-radius: 4px; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + display: none; + min-width: 120px; + position: absolute; +} + +.e-contextmenu-wrapper ul.e-ul, +.e-contextmenu-wrapper ul.e-ul * { + box-sizing: border-box; +} + +.e-contextmenu-wrapper ul.e-ul:focus, +.e-contextmenu-wrapper ul.e-ul *:focus { + outline: none; +} + +.e-contextmenu-wrapper ul.e-contextmenu { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); +} + +.e-contextmenu-wrapper ul.e-ul { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-contextmenu-wrapper ul .e-menu-item { + cursor: pointer; + position: relative; + height: 26px; + line-height: 26px; + padding: 0 14px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-hide { + display: none; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + text-decoration: none; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + display: inline-block; + vertical-align: middle; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-separator { + cursor: auto; + line-height: normal; + pointer-events: none; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 26px; + margin-right: 12px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + line-height: 26px; + margin-left: 16px; + margin-right: 0; + position: absolute; + right: 7px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; + margin: 3px 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-blankicon { + padding-left: 42px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-previous { + margin-right: 12px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-disabled { + cursor: auto; + pointer-events: none; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon { + float: right; + margin-right: 0; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret { + margin-left: 0; + right: auto; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon { + margin-left: 12px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret { + left: 7px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 14px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon { + padding-left: 14px; + padding-right: 42px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-bigger .e-contextmenu-wrapper ul, +.e-bigger.e-contextmenu-wrapper ul { + font-size: 15px; + padding: 5px 0; + white-space: nowrap; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + max-width: 280px; + min-width: 112px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item { + height: 40px; + line-height: 40px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 40px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret { + line-height: 40px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-separator, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-blankicon, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-blankicon { + padding-left: 42px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; +} + +.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon, +.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon { + padding-left: 14px; + padding-right: 42px; +} + +.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon, +.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +/*! contextmenu theme */ +.e-contextmenu-wrapper ul { + background-color: #fff; + color: #555; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #e6e6e6; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + color: #555; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused { + background-color: #f5f5f5; + color: #555; + outline: 0 solid #e6e6e6; + outline-offset: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected { + background-color: #e6e6e6; + color: #555; + outline: 0 solid #e6e6e6; + outline-offset: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon { + color: #333; +} + +.e-contextmenu-wrapper ul .e-disabled { + color: rgba(85, 85, 85, 0.65); + opacity: 1; +} + +.e-contextmenu-wrapper ul .e-disabled .e-menu-icon { + color: rgba(51, 51, 51, 0.65); +} + +.e-contextmenu-wrapper ul .e-disabled .e-caret { + color: rgba(51, 51, 51, 0.65); +} + +.e-contextmenu-wrapper ul .e-disabled .e-menu-url { + color: rgba(85, 85, 85, 0.65); +} + +.e-contextmenu-wrapper ul .e-separator { + border-bottom-color: #e6e6e6; +} + +/*! component's theme wise override bootstrap-definitions and variables */ +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east { + height: 100%; + padding: 20px 0; + right: 1px; + top: 0; + width: 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west { + height: 100%; + left: 0; + padding: 20px 0; + top: 0; + width: 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north { + height: 12px; + padding: 0 20px; + top: 1px; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south { + bottom: 1px; + height: 12px; + padding: 0 20px; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east { + bottom: 0; + right: 1px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west { + left: 2px; + top: 2px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east { + right: 2px; + top: 2px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west { + bottom: 1px; + left: 1px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before { + bottom: 0; + content: '\eb08'; + font-size: 12px; + position: absolute; + right: 0; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before { + bottom: 0; + content: '\eb08'; + font-size: 12px; + left: 0; + position: absolute; + transform: rotateY(180deg); +} + +.e-dashboardlayout.e-control .e-dashboard-gridline-table { + background: #eee; + border-collapse: collapse; + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline { + border: 1px dotted #adadad; + position: absolute; +} + +.e-dashboardlayout.e-control.e-responsive { + width: 100% !important; +} + +.e-dashboardlayout.e-control.e-prevent { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-dashboardlayout.e-control .e-panel { + border-radius: 4px; +} + +.e-dashboardlayout.e-control .e-panel:hover { + border: 1px #d4d4d4 solid; +} + +.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize { + display: block; +} + +.e-dashboardlayout.e-control .e-panel:active { + border: 1px #317ab9 solid; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize { + display: none; +} + +.e-dashboardlayout.e-control .e-panel.e-panel-transition { + transition: top .5s, left .5s; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header { + border-bottom: 1px solid #e6e6e6; + color: #333; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 500; + height: 28px; + padding: 4px 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header div { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content { + display: inline-block; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template { + float: right; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container { + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template { + height: inherit; + width: inherit; +} + +.e-dashboardlayout.e-control .e-panel { + border: 1px rgba(255, 255, 255, 0.8) solid; + height: 100%; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double { + position: absolute; + -ms-touch-action: none; + touch-action: none; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south { + border: none; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover { + cursor: e-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover { + cursor: w-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover { + cursor: n-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover { + cursor: s-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover { + cursor: nw-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover { + cursor: ne-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover { + cursor: sw-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover { + cursor: se-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double::before { + font-family: 'e-icons'; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel.e-draggable:hover { + cursor: move; +} + +.e-dashboardlayout.e-control .e-panel.e-dragging, +.e-dashboardlayout.e-control .e-panel.e-item-moving { + cursor: move; + z-index: 1111; +} + +.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template { + float: left; +} + +.e-dashboardlayout.e-control .e-holder { + background: rgba(49, 122, 185, 0.2); + border: 1px #317ab9 dotted; + border-radius: 4px; + position: absolute; + border-radius: 4px; +} + +.e-dashboardlayout.e-control .e-holder.e-holder-transition { + transition: top .3s, left .3s; +} + +.e-dashboardlayout.e-control .e-panel.e-bigger.e-panel-header { + font-size: 14px; + font-weight: 500; + height: 30; + padding: 0 12px; +} + +.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout { + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control { + display: block; + position: relative; +} + +.e-dashboardlayout.e-control .e-panel { + background: #fff; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); + box-sizing: border-box; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header { + color: #333; +} + +.e-dashboardlayout.e-control .e-panel { + background: #fff; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); + box-sizing: border-box; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header { + color: #333; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single { + background: none; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double { + color: rgba(0, 0, 0, 0.5); + font-size: 8px; + height: 16px; + width: 16px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header { + color: none; +} + +/*! calendar bootstrap theme variables */ +/*! component icons */ +.e-input-group-icon.e-date-icon, +.e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 16px; + margin: 0; + outline: none; +} + +.e-input-group-icon.e-date-icon::before, +.e-control-wrapper .e-input-group-icon.e-date-icon::before { + content: '\e960'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-date-icon:focus, +.e-control-wrapper .e-input-group-icon.e-date-icon:focus { + background: #e6e6e6; + border-radius: 0; +} + +.e-bigger .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 20px; + margin: 0; +} + +.e-bigger .e-input-group-icon.e-date-icon::before, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before { + content: '\e960'; + font-family: 'e-icons'; +} + +.e-bigger .e-input-group-icon.e-date-icon:focus, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus { + background: #e6e6e6; + border-radius: 0; +} + +.e-small .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-small .e-input-group-icon.e-date-icon, +.e-small .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 14px; +} + +.e-small.e-bigger .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon, +.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 18px; +} + +.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child { + display: table-row; +} + +.e-datepicker.e-popup-wrapper { + border-radius: 4px; + overflow-y: hidden; + pointer-events: auto; +} + +.e-datepicker.e-date-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-datepicker .e-model-header { + background-color: none; + color: none; + cursor: default; + display: none; + padding: 10px 10px 10px 15px; +} + +.e-datepicker .e-model-header .e-model-year { + font-size: 14px; + font-weight: 500; + line-height: 32px; + margin: 0; +} + +.e-datepicker .e-model-month, +.e-datepicker .e-model-day { + font-size: 20px; + font-weight: 500; + line-height: 32px; + margin: 0; +} + +.e-date-overflow { + overflow: hidden !important; +} + +.e-datepick-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open { + position: relative; + top: 0 !important; + left: 0 !important; +} + +.e-content-placeholder.e-datepicker.e-placeholder-datepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker, +.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker { + background-size: 250px 40px; + min-height: 40px; +} + +@media screen and (orientation: landscape) and (max-device-height: 360px) { + .e-datepicker .e-calendar .e-month table tbody { + display: inline-block; + height: 150px; + overflow: auto; + } +} + +.e-datepicker.e-popup-wrapper, +.e-bigger.e-small .e-datepicker.e-popup-wrapper { + border: 1px solid #ccc; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); +} + +.e-datepicker .e-calendar, +.e-bigger.e-small .e-datepicker .e-calendar { + background-color: #fff; + border: none; +} + +.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) { + border: none; +} + +.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active { + color: none; +} + +.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active { + color: none; +} + +/*! radiobutton layout */ +.e-radio-wrapper { + display: inline-block; + line-height: 1; +} + +.e-radio { + -webkit-appearance: none; + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-radio + label { + -webkit-tap-highlight-color: transparent; + cursor: pointer; + display: inline-block; + margin: 0; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; +} + +.e-radio + label .e-label { + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + line-height: 20px; + padding-left: 28px; + vertical-align: text-top; + white-space: normal; +} + +.e-radio + label::before { + border: 1px solid; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 20px; + left: 0; + position: absolute; + top: 0; + width: 20px; +} + +.e-radio + label:focus::before { + box-shadow: 0 0 4px 0 #317ab9; +} + +.e-radio + label::after { + border: 1px solid; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 8px; + left: 6px; + position: absolute; + top: 6px; + transform: scale(0); + width: 8px; +} + +.e-radio + label .e-ripple-container { + border-radius: 50%; + height: 34px; + left: -8px; + position: absolute; + top: -8px; + width: 34px; + z-index: 1; +} + +.e-radio + label.e-right .e-label, .e-radio + label.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-radio + label.e-right::before, .e-radio + label.e-rtl::before { + left: auto; + right: 0; +} + +.e-radio + label.e-right::after, .e-radio + label.e-rtl::after { + left: auto; + right: 6px; +} + +.e-radio + label.e-right .e-ripple-container, .e-radio + label.e-rtl .e-ripple-container { + left: auto; + right: -8px; +} + +.e-radio + label.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-radio + label.e-right.e-rtl::before { + left: 0; + right: auto; +} + +.e-radio + label.e-right.e-rtl::after { + left: 6px; + right: auto; +} + +.e-radio + label.e-right.e-rtl .e-ripple-container { + left: -8px; + right: auto; +} + +.e-radio + label.e-small .e-label { + line-height: 14px; + padding-left: 22px; +} + +.e-radio + label.e-small::before { + height: 14px; + width: 14px; +} + +.e-radio + label.e-small::after { + height: 6px; + left: 4px; + top: 4px; + width: 6px; +} + +.e-radio + label.e-small .e-ripple-container { + left: -10px; + top: -10px; +} + +.e-radio + label.e-small.e-right .e-label, .e-radio + label.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 22px; +} + +.e-radio + label.e-small.e-right::after, .e-radio + label.e-small.e-rtl::after { + left: auto; + right: 4px; +} + +.e-radio + label.e-small.e-right .e-ripple-container, .e-radio + label.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-radio + label.e-small.e-right.e-rtl .e-label { + padding-left: 22px; + padding-right: 0; +} + +.e-radio + label.e-small.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-radio + label.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-radio:checked + label::after { + transform: scale(1); + transition: none; +} + +.e-small .e-radio + label .e-label, +.e-radio + label.e-small .e-label { + line-height: 14px; + padding-left: 22px; +} + +.e-small .e-radio + label::before, +.e-radio + label.e-small::before { + height: 14px; + width: 14px; +} + +.e-small .e-radio + label::after, +.e-radio + label.e-small::after { + height: 6px; + left: 4px; + top: 4px; + width: 6px; +} + +.e-small .e-radio + label .e-ripple-container, +.e-radio + label.e-small .e-ripple-container { + left: -10px; + top: -10px; +} + +.e-small .e-radio + label.e-right .e-label, .e-small .e-radio + label.e-rtl .e-label, +.e-radio + label.e-small.e-right .e-label, +.e-radio + label.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 22px; +} + +.e-small .e-radio + label.e-right::after, .e-small .e-radio + label.e-rtl::after, +.e-radio + label.e-small.e-right::after, +.e-radio + label.e-small.e-rtl::after { + left: auto; + right: 4px; +} + +.e-small .e-radio + label.e-right .e-ripple-container, .e-small .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-small.e-right .e-ripple-container, +.e-radio + label.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-small .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-small.e-right.e-rtl .e-label { + padding-left: 22px; + padding-right: 0; +} + +.e-small .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-small.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-small .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-bigger.e-small .e-radio + label .e-label, +.e-radio + label.e-bigger.e-small .e-label { + line-height: 18px; + padding-left: 28px; +} + +.e-bigger.e-small .e-radio + label::before, +.e-radio + label.e-bigger.e-small::before { + height: 18px; + width: 18px; +} + +.e-bigger.e-small .e-radio + label::after, +.e-radio + label.e-bigger.e-small::after { + height: 8px; + left: 5px; + top: 5px; + width: 8px; +} + +.e-bigger.e-small .e-radio + label .e-ripple-container, +.e-radio + label.e-bigger.e-small .e-ripple-container { + height: 36px; + left: -11px; + top: -11px; + width: 36px; +} + +.e-bigger.e-small .e-radio + label.e-right .e-label, .e-bigger.e-small .e-radio + label.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right .e-label, +.e-radio + label.e-bigger.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-bigger.e-small .e-radio + label.e-right::after, .e-bigger.e-small .e-radio + label.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right::after, +.e-radio + label.e-bigger.e-small.e-rtl::after { + left: auto; + right: 5px; +} + +.e-bigger.e-small .e-radio + label.e-right .e-ripple-container, .e-bigger.e-small .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right.e-rtl::after { + left: 5px; + right: auto; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-bigger .e-radio + label .e-label, +.e-radio + label.e-bigger .e-label { + font-size: 15px; + line-height: 22px; + padding-left: 32px; +} + +.e-bigger .e-radio + label::before, +.e-radio + label.e-bigger::before { + height: 22px; + width: 22px; +} + +.e-bigger .e-radio + label::after, +.e-radio + label.e-bigger::after { + height: 10px; + left: 6px; + top: 6px; + width: 10px; +} + +.e-bigger .e-radio + label .e-ripple-container, +.e-radio + label.e-bigger .e-ripple-container { + height: 48px; + left: -11px; + top: -11px; + width: 48px; +} + +.e-bigger .e-radio + label.e-right .e-label, .e-bigger .e-radio + label.e-rtl .e-label, +.e-radio + label.e-bigger.e-right .e-label, +.e-radio + label.e-bigger.e-rtl .e-label { + padding-left: 0; + padding-right: 32px; +} + +.e-bigger .e-radio + label.e-right::after, .e-bigger .e-radio + label.e-rtl::after, +.e-radio + label.e-bigger.e-right::after, +.e-radio + label.e-bigger.e-rtl::after { + left: auto; + right: 6px; +} + +.e-bigger .e-radio + label.e-right .e-ripple-container, .e-bigger .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-rtl .e-ripple-container { + left: auto; + right: -11px; +} + +.e-bigger .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-right.e-rtl .e-label { + padding-left: 32px; + padding-right: 0; +} + +.e-bigger .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-right.e-rtl::after { + left: 6px; + right: auto; +} + +.e-bigger .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-right.e-rtl .e-ripple-container { + left: -12px; + right: auto; +} + +.e-bigger .e-radio + label.e-small .e-label, +.e-radio + label.e-bigger.e-small .e-label { + line-height: 18px; + padding-left: 28px; +} + +.e-bigger .e-radio + label.e-small::before, +.e-radio + label.e-bigger.e-small::before { + height: 18px; + width: 18px; +} + +.e-bigger .e-radio + label.e-small::after, +.e-radio + label.e-bigger.e-small::after { + height: 8px; + left: 5px; + top: 5px; + width: 8px; +} + +.e-bigger .e-radio + label.e-small .e-ripple-container, +.e-radio + label.e-bigger.e-small .e-ripple-container { + height: 36px; + left: -11px; + top: -11px; + width: 36px; +} + +.e-bigger .e-radio + label.e-small.e-right .e-label, .e-bigger .e-radio + label.e-small.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right .e-label, +.e-radio + label.e-bigger.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-bigger .e-radio + label.e-small.e-right::after, .e-bigger .e-radio + label.e-small.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right::after, +.e-radio + label.e-bigger.e-small.e-rtl::after { + left: auto; + right: 5px; +} + +.e-bigger .e-radio + label.e-small.e-right .e-ripple-container, .e-bigger .e-radio + label.e-small.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right.e-rtl::after { + left: 5px; + right: auto; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +/*! radiobutton theme */ +.e-radio + label::before { + background-color: #fff; + border-color: #ccc; +} + +.e-radio + label.e-focus .e-ripple-container { + background-color: #000; +} + +.e-radio + label .e-label { + color: #333; +} + +.e-radio + label .e-ripple-element { + background-color: transparent; +} + +.e-radio + label:active .e-ripple-element { + background-color: transparent; +} + +.e-radio:focus + label::before { + border-color: #ccc; + box-shadow: 0 0 4px 0 #317ab9; +} + +.e-radio:hover + label::before { + border-color: #ccc; +} + +.e-radio:checked + label::before { + background-color: #fff; + border-color: #ccc; +} + +.e-radio:checked + label::after { + background-color: #555; + color: #555; +} + +.e-radio:checked + label:active .e-ripple-element { + background-color: transparent; +} + +.e-radio:checked + .e-focus .e-ripple-container { + background-color: transparent; +} + +.e-radio:checked + .e-focus::before { + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-radio:checked:focus + label::before { + border-color: #ccc; +} + +.e-radio:checked:focus + label::after { + background-color: #555; +} + +.e-radio:checked + label:hover::before { + border-color: #ccc; +} + +.e-radio:checked + label:hover::after { + background-color: #555; +} + +.e-radio:disabled + label { + cursor: default; + pointer-events: none; +} + +.e-radio:disabled + label::before { + border-color: rgba(204, 204, 204, 0.65); + cursor: default; +} + +.e-radio:disabled + label .e-ripple-container { + background-color: transparent; +} + +.e-radio:disabled + label .e-ripple-container::after { + background-color: transparent; + cursor: default; +} + +.e-radio:disabled + label .e-label { + color: rgba(51, 51, 51, 0.65); +} + +.e-radio:disabled:checked + label::before { + background-color: transparent; + border-color: rgba(204, 204, 204, 0.65); +} + +.e-radio:disabled:checked + label::after { + background-color: rgba(85, 85, 85, 0.65); + border-color: rgba(85, 85, 85, 0.65); + cursor: default; +} + +.e-radio:disabled:checked + label .e-ripple-container { + background-color: transparent; +} + +.e-radio:disabled:checked + label .e-ripple-container::after { + background-color: transparent; +} + +/*! switch layout */ +.e-switch-wrapper, +.e-css.e-switch-wrapper { + cursor: pointer; + display: inline-block; + height: 20px; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 46px; +} + +.e-switch-wrapper .e-switch, +.e-css.e-switch-wrapper .e-switch { + -moz-appearance: none; + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-switch-wrapper .e-switch-inner, +.e-css.e-switch-wrapper .e-switch-inner { + -ms-transition: all 0.2s ease-in-out; + -webkit-transition: all 0.2s ease-in-out; + border: 2px solid #ccc; + border-radius: 20px; + box-sizing: border-box; + height: 100%; + left: 0; + overflow: hidden; + position: absolute; + top: 0; + transition: all 0.2s ease-in-out; + width: 100%; +} + +.e-switch-wrapper .e-switch-on, +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-off { + -ms-transition: all 0.2s ease-in-out 0.1s; + -webkit-transition: all 0.2s ease-in-out 0.1s; + -ms-flex-align: center; + align-items: center; + border-radius: inherit; + display: -ms-flexbox; + display: flex; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + transition: all 0.2s ease-in-out 0.1s; + width: 100%; +} + +.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-on { + left: -100%; + text-indent: -14px; +} + +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-off { + left: 0; + opacity: 1; + text-indent: 16px; +} + +.e-switch-wrapper .e-switch-handle, +.e-css.e-switch-wrapper .e-switch-handle { + -ms-transition: all 0.2s linear; + -webkit-transition: all 0.2s linear; + border-radius: 50%; + bottom: 0; + height: 16px; + left: 2px; + margin: auto 0; + position: absolute; + top: 0; + transition: all 0.2s linear; + width: 16px; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on { + left: 0; + opacity: 1; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off { + left: 100%; +} + +.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -18px; +} + +.e-switch-wrapper.e-switch-disabled, +.e-css.e-switch-wrapper.e-switch-disabled { + cursor: default; +} + +.e-switch-wrapper .e-ripple-container, +.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + bottom: -9px; + height: 52px; + left: -17px; + pointer-events: none; + position: absolute; + top: -17px; + width: 52px; + z-index: 1; +} + +.e-switch-wrapper.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -18px; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-switch-wrapper.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; +} + +.e-switch-wrapper.e-rtl .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + border-radius: 50%; + height: 16px; + left: 2px; + margin: auto 0; + position: absolute; + top: 0; + transition: all 0.2s linear; + width: 16px; +} + +.e-switch-wrapper.e-small, +.e-css.e-switch-wrapper.e-small { + height: 16px; + width: 38px; +} + +.e-switch-wrapper.e-small .e-switch-handle, +.e-css.e-switch-wrapper.e-small .e-switch-handle { + height: 12px; + width: 12px; +} + +.e-switch-wrapper.e-small .e-ripple-container, +.e-css.e-switch-wrapper.e-small .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-switch-wrapper.e-small .e-switch-on, +.e-switch-wrapper.e-small .e-switch-off, +.e-css.e-switch-wrapper.e-small .e-switch-on, +.e-css.e-switch-wrapper.e-small .e-switch-off { + font-size: 8px; +} + +.e-switch-wrapper.e-small .e-switch-on, +.e-css.e-switch-wrapper.e-small .e-switch-on { + text-indent: -11px; +} + +.e-switch-wrapper.e-small .e-switch-off, +.e-css.e-switch-wrapper.e-small .e-switch-off { + text-indent: 11px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + height: 12px; + width: 12px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off { + left: 0; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-small .e-switch-wrapper, +.e-small.e-switch-wrapper, +.e-small .e-css.e-switch-wrapper, +.e-small.e-css.e-switch-wrapper { + height: 16px; + width: 38px; +} + +.e-small .e-switch-wrapper .e-switch-handle, +.e-small.e-switch-wrapper .e-switch-handle, +.e-small .e-css.e-switch-wrapper .e-switch-handle, +.e-small.e-css.e-switch-wrapper .e-switch-handle { + height: 12px; + width: 12px; +} + +.e-small .e-switch-wrapper .e-ripple-container, +.e-small.e-switch-wrapper .e-ripple-container, +.e-small .e-css.e-switch-wrapper .e-ripple-container, +.e-small.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-small .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-small .e-switch-wrapper .e-switch-on, +.e-small .e-switch-wrapper .e-switch-off, +.e-small.e-switch-wrapper .e-switch-on, +.e-small.e-switch-wrapper .e-switch-off, +.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-small.e-css.e-switch-wrapper .e-switch-on, +.e-small.e-css.e-switch-wrapper .e-switch-off { + font-size: 8px; +} + +.e-small .e-switch-wrapper .e-switch-on, +.e-small.e-switch-wrapper .e-switch-on, +.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-small.e-css.e-switch-wrapper .e-switch-on { + text-indent: -11px; +} + +.e-small .e-switch-wrapper .e-switch-off, +.e-small.e-switch-wrapper .e-switch-off, +.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-small.e-css.e-switch-wrapper .e-switch-off { + text-indent: 11px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 12px; + width: 12px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-on, +.e-small.e-switch-wrapper.e-rtl .e-switch-on, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-off, +.e-small.e-switch-wrapper.e-rtl .e-switch-off, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-bigger.e-small .e-switch-wrapper, +.e-bigger.e-small.e-switch-wrapper, +.e-bigger.e-small .e-css.e-switch-wrapper, +.e-bigger.e-small.e-css.e-switch-wrapper { + height: 18px; + width: 42px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle { + height: 14px; + left: 2px; + top: 0; + width: 14px; +} + +.e-bigger.e-small .e-switch-wrapper .e-ripple-container, +.e-bigger.e-small.e-switch-wrapper .e-ripple-container, +.e-bigger.e-small .e-css.e-switch-wrapper .e-ripple-container, +.e-bigger.e-small.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -16px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-switch-wrapper .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off { + font-size: 11px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on { + text-indent: -12px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-switch-wrapper .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off { + text-indent: 15px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -16px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 14px; + width: 14px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 18px; +} + +.e-bigger .e-switch-wrapper, +.e-bigger.e-switch-wrapper, +.e-bigger .e-css.e-switch-wrapper, +.e-bigger.e-css.e-switch-wrapper { + height: 22px; + width: 52px; +} + +.e-bigger .e-switch-wrapper .e-switch-handle, +.e-bigger.e-switch-wrapper .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper .e-switch-handle { + height: 18px; + left: 2px; + top: 0; + width: 18px; +} + +.e-bigger .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -20px; +} + +.e-bigger .e-switch-wrapper .e-switch-on, +.e-bigger .e-switch-wrapper .e-switch-off, +.e-bigger.e-switch-wrapper .e-switch-on, +.e-bigger.e-switch-wrapper .e-switch-off, +.e-bigger .e-css.e-switch-wrapper .e-switch-on, +.e-bigger .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-css.e-switch-wrapper .e-switch-off { + font-size: 12px; +} + +.e-bigger .e-switch-wrapper .e-switch-on, +.e-bigger.e-switch-wrapper .e-switch-on, +.e-bigger .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-css.e-switch-wrapper .e-switch-on { + text-indent: -16px; +} + +.e-bigger .e-switch-wrapper .e-switch-off, +.e-bigger.e-switch-wrapper .e-switch-off, +.e-bigger .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-css.e-switch-wrapper .e-switch-off { + text-indent: 18px; +} + +.e-bigger .e-switch-wrapper .e-ripple-container, +.e-bigger.e-switch-wrapper .e-ripple-container, +.e-bigger .e-css.e-switch-wrapper .e-ripple-container, +.e-bigger.e-css.e-switch-wrapper .e-ripple-container { + height: 52px; + left: -16px; + top: -16px; + width: 52px; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 18px; + left: 100%; + margin-left: -20px; + top: 0; + width: 18px; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 22px; +} + +.e-bigger .e-switch-wrapper.e-small, +.e-bigger.e-switch-wrapper.e-small, +.e-bigger .e-css.e-switch-wrapper.e-small, +.e-bigger.e-css.e-switch-wrapper.e-small { + height: 18px; + width: 42px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle { + height: 14px; + left: 2px; + top: 0; + width: 14px; +} + +.e-bigger .e-switch-wrapper.e-small .e-ripple-container, +.e-bigger.e-switch-wrapper.e-small .e-ripple-container, +.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container, +.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -16px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-switch-wrapper.e-small .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off { + font-size: 11px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on { + text-indent: -12px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-switch-wrapper.e-small .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off { + text-indent: 15px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + left: 100%; + margin-left: -16px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + height: 14px; + width: 14px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active { + left: 18px; +} + +/*! switch theme */ +.e-switch-wrapper, +.e-css.e-switch-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-off { + background-color: transparent; + color: #444; +} + +.e-switch-wrapper .e-switch-handle, +.e-css.e-switch-wrapper .e-switch-handle { + background-color: #fff; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1); +} + +.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-on { + background-color: initial; + color: #fff; +} + +.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active { + background-color: #317ab9; + border-color: #317ab9; +} + +.e-switch-wrapper .e-switch-inner, +.e-css.e-switch-wrapper .e-switch-inner { + background-color: #ccc; +} + +.e-switch-wrapper .e-ripple-element, +.e-css.e-switch-wrapper .e-ripple-element { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper .e-ripple-check .e-ripple-element, +.e-css.e-switch-wrapper .e-ripple-check .e-ripple-element { + background-color: rgba(255, 64, 129, 0.12); +} + +.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active { + box-shadow: none; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-handle, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle { + background-color: #fff; + box-shadow: none; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off { + background-color: #d8d8d8; + border-color: #fff; + color: #afafaf; + opacity: 1; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on { + background-color: #d8d8d8; + color: #afafaf; + opacity: 1; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner { + background-color: #d8d8d8; + border-color: #d8d8d8; + opacity: 1; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #d8d8d8; + border-color: #d8d8d8; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner { + border-color: #d8d8d8; + color: #afafaf; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #d8d8d8; + color: #afafaf; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle { + background-color: #fff; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active { + background-color: #21527d; + border-color: #21527d; +} + +.e-switch-wrapper:hover .e-switch-inner, +.e-css.e-switch-wrapper:hover .e-switch-inner { + background-color: #bbb; + border-color: #bbb; +} + +.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: transparent; + color: #fff; +} + +.e-switch-wrapper:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active), +.e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) { + background-color: #fff; +} + +.e-switch-wrapper.e-focus .e-switch-inner, +.e-css.e-switch-wrapper.e-focus .e-switch-inner { + background-color: #999; + border-color: #999; + box-shadow: 0 0 0 2px #a1ccfd; + outline: none; + outline-offset: initial; +} + +.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active { + background-color: #21527d; + border-color: #21527d; + outline: none; +} + +.e-switch-wrapper.e-focus .e-ripple-container, +.e-css.e-switch-wrapper.e-focus .e-ripple-container { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container, +.e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container { + background-color: rgba(255, 64, 129, 0.12); +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on { + background-color: #21527d; +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-off, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off { + background-color: #21527d; +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active { + background-color: #21527d; + border-color: #21527d; + outline: none; +} + +.e-switch-wrapper.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-on { + background-color: #317ab9; +} + +.e-switch-wrapper.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + background-color: #fff; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1); +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + background-color: transparent; +} + +.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active { + background-color: #317ab9; + border-color: #317ab9; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active { + background-color: #21527d; + border-color: #21527d; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner { + border-color: #bbb; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: transparent; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on { + background-color: #d8d8d8; + color: #afafaf; + opacity: 1; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off { + background-color: #d8d8d8; + color: #afafaf; + opacity: 1; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle { + background-color: #fff; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active { + background-color: #fff; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner { + background-color: #d8d8d8; + border-color: #d8d8d8; + opacity: 1; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #d8d8d8; + color: #afafaf; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #d8d8d8; + border-color: #d8d8d8; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner { + border-color: #d8d8d8; + color: #afafaf; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle { + background-color: #fff; +} + +.e-switch-wrapper .e-switch:focus, +.e-css.e-switch-wrapper .e-switch:focus { + box-shadow: 0 0 0 2px #a1ccfd; +} + +.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: transparent; +} + +.e-icon-collapsible::before { + content: '\e943'; +} + +.e-icon-back::before { + content: '\e94b'; + font-size: 14px; +} + +.e-bigger .e-listview .e-list-item, +.e-listview.e-bigger .e-list-item { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; +} + +.e-bigger .e-listview:not(.e-list-template) .e-list-item, +.e-listview.e-bigger:not(.e-list-template) .e-list-item { + height: 48px; + line-height: 45px; + position: relative; +} + +.e-bigger .e-listview .e-text-content, +.e-listview.e-bigger .e-text-content { + font-size: 15px; +} + +.e-bigger .e-listview .e-list-group-item, +.e-listview.e-bigger .e-list-group-item { + height: 48px; + line-height: 45px; +} + +.e-bigger .e-listview .e-list-header, +.e-listview.e-bigger .e-list-header { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 48px; +} + +.e-bigger .e-listview .e-list-header .e-text.header, +.e-listview.e-bigger .e-list-header .e-text.header { + display: none; +} + +.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header, +.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-bigger .e-listview .e-list-header .e-text, +.e-listview.e-bigger .e-list-header .e-text { + font-size: 15px; +} + +.e-listview { + -webkit-overflow-scrolling: touch; + border: 0 solid; + border-color: none; + border-radius: 0; + display: block; + overflow: auto; + position: relative; + width: 100%; +} + +.e-listview:not(.e-list-template) .e-list-item { + height: 40px; + line-height: 36px; + padding: 0 15px; + position: relative; +} + +.e-listview .e-list-item { + border-bottom: 0 solid; +} + +.e-listview .e-list-parent { + margin: 0; + padding: 0; +} + +.e-listview .e-list-header .e-text.header { + display: none; +} + +.e-listview .e-icon-back { + margin-top: -2px; +} + +.e-listview .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-listview .e-list-header { + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 40px; + padding: 0 20px; +} + +.e-listview .e-has-header > .e-view { + top: 45px; +} + +.e-listview .e-but-back { + cursor: pointer; + padding-right: 10px; +} + +.e-listview .e-list-group-item:first-child { + border: 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); +} + +.e-listview .e-list-group-item { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-top: 0 solid; + font-weight: 600; + height: 40px; + line-height: 36px; + padding: 0 15px; +} + +.e-listview .e-icon-collapsible { + cursor: pointer; + font-size: 12px; + position: absolute; + right: 0%; + top: 50%; + transform: translateY(-50%); +} + +.e-listview .e-text-content { + height: 100%; + position: relative; + vertical-align: middle; +} + +.e-listview .e-text-content * { + display: inline-block; + vertical-align: middle; +} + +.e-listview .e-text-content.e-checkbox .e-list-text { + width: calc(100% - 40px); +} + +.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text { + width: calc(100% - 90px); +} + +.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 80px); +} + +.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 92px); +} + +.e-listview .e-checkbox .e-checkbox-left { + margin: -4px 10px 0 0; +} + +.e-listview .e-checkbox .e-checkbox-right { + margin: -4px 0 0 10px; +} + +.e-listview .e-list-text { + cursor: pointer; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + width: 100%; +} + +.e-listview .e-list-icon + .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-icon-wrapper .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-list-icon { + height: 30px; + margin-right: 10px; + width: 30px; +} + +.e-listview .e-content { + overflow: hidden; + position: relative; +} + +.e-listview .e-list-header .e-text { + cursor: pointer; + text-indent: 0; +} + +.e-listview .e-text .e-headertext { + display: inline-block; + line-height: inherit; +} + +.e-listview.e-rtl { + direction: rtl; +} + +.e-listview.e-rtl .e-list-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-listview.e-rtl .e-icon-collapsible { + left: 0%; + right: initial; + top: 50%; + transform: translateY(-50%) rotate(180deg); +} + +.e-listview.e-rtl .e-list-header .e-text { + cursor: pointer; +} + +.e-listview.e-rtl .e-but-back { + transform: rotate(180deg); +} + +.e-listview.e-rtl .e-icon-back { + margin-top: -1px; +} + +.e-listview.e-rtl .e-checkbox .e-checkbox-left { + margin: -4px 0 0 10px; +} + +.e-listview.e-rtl .e-checkbox .e-checkbox-right { + margin: -4px 10px 0 0; +} + +.e-listview { + border-color: rgba(0, 0, 0, 0.1); + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; +} + +.e-listview .e-list-header { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(51, 51, 51, 0.95); + font-size: 14px; +} + +.e-listview .e-icons { + color: rgba(0, 0, 0, 0.75); +} + +.e-listview .e-list-item { + background-color: #fff; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; + color: #333333; +} + +.e-listview .e-list-item.e-hover, +.e-listview .e-list-item.e-hover.e-active.e-checklist { + background-color: #f5f5f5; + border-color: transparent; + color: rgba(51, 51, 51, 0.87); +} + +.e-listview .e-list-item.e-active { + background-color: #e6e6e6; + color: rgba(51, 51, 51, 0.87); +} + +.e-listview .e-list-item.e-active.e-checklist { + background-color: #fff; + color: #333333; +} + +.e-listview .e-list-item.e-focused, +.e-listview .e-list-item.e-focused.e-active.e-checklist { + background-color: #e6e6e6; + color: rgba(51, 51, 51, 0.87); +} + +.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, +.e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #fff; + border-color: #ccc; + color: #555; +} + +.e-listview .e-list-group-item { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + color: #333; + font-size: 14px; +} + +.e-listview.e-list-template .e-list-wrapper { + height: inherit; + position: relative; +} + +.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) { + padding: 0.7142em 1.0714em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line { + padding: 0.7142em 1.0714em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header { + color: #333; + display: block; + font-size: 18px; + font-weight: 500; + margin: 0; + overflow: hidden; + padding: 0.038em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content { + color: #777; + display: block; + font-size: 14px; + margin: 0; + padding: 0.038em 0; + word-wrap: break-word; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + height: 2.8571em; + left: 1.0667em; + position: absolute; + top: 0.7142em; + width: 2.8571em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 4.6428em; + padding-right: 1.0714em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 1.0714em; + padding-right: 4.6428em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + height: 2.8571em; + position: absolute; + right: 1.0667em; + top: 0.7142em; + width: 2.8571em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar { + top: 0.7142em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar { + top: 0.7142em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge { + font-size: 15px; + height: 1.333em; + line-height: 1.433em; + padding: 0; + position: absolute; + right: 1em; + top: 50%; + transform: translateY(-50%); + width: 2em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.6428em; + padding-right: 3.9285em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 1.0714em; + padding-right: 3.9285em; +} + +.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content { + display: block; + margin: 0; + overflow: hidden; + padding: 0.83em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header { + color: rgba(51, 51, 51, 0.87); +} + +.e-listview.e-list-template .e-list-item.e-hover .e-list-content { + color: rgba(51, 51, 51, 0.87); +} + +.e-listview.e-list-template .e-list-item.e-active .e-list-item-header { + color: rgba(51, 51, 51, 0.87); +} + +.e-listview.e-list-template .e-list-item.e-active .e-list-content { + color: rgba(51, 51, 51, 0.87); +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + left: inherit; + right: 1.0667em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 1.0714em; + padding-right: 4.6428em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 4.6428em; + padding-right: 1.0714em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + left: 1.0667em; + right: inherit; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge { + left: 1em; + right: inherit; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 3.9285em; + padding-right: 4.6428em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 3.9285em; + padding-right: 1.0714em; +} + +.e-sortable { + outline: none; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-sortable .e-disabled { + background-image: none; + cursor: default; + filter: alpha(Opacity=35); + opacity: .35; +} + +.e-sortable .e-sortableclone { + position: fixed !important; +} + +.e-sortable * { + box-sizing: border-box; +} + +.e-sortable *:focus { + outline: none; +} + +/*! calendar bootstrap theme variables */ +/*! component icons */ +.e-input-group-icon.e-range-icon, +.e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 16px; + margin: 0; + outline: none; +} + +.e-input-group-icon.e-range-icon::before, +.e-control-wrapper .e-input-group-icon.e-range-icon::before { + content: '\e243'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-range-icon:focus, +.e-control-wrapper .e-input-group-icon.e-range-icon:focus { + background: #e6e6e6; + border-radius: 0; +} + +.e-daterangepicker .e-calendar .e-header .e-date-icon-next::before { + content: '\e913'; +} + +.e-daterangepicker .e-calendar .e-header .e-date-icon-prev::before { + content: '\e904'; +} + +.e-daterangepicker .e-change-icon::before { + content: '\e85f'; +} + +.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-next::before { + content: '\e98f'; +} + +.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-prev::before { + content: '\e85c'; +} + +.e-daterangepicker.e-rtl .e-start-end .e-change-icon::before { + content: '\e85b'; +} + +.e-bigger .e-input-group-icon.e-range-icon, +.e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, +.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 20px; + margin: 0; + outline: none; +} + +.e-small .e-input-group-icon.e-range-icon, +.e-control-wrapper.e-small .e-input-group-icon.e-range-icon, +.e-small .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 14px; +} + +.e-small.e-bigger .e-input-group-icon.e-range-icon, +.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-range-icon, +.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 18px; +} + +/*! daterangepicker layout */ +.e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden, +.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden, +.e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden { + border: 0; + height: 0; + margin: 0; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-daterangepicker.e-popup, +.e-bigger.e-small .e-daterangepicker.e-popup { + border: 1px solid rgba(245, 245, 245, 0.15); + border-radius: 4px; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + max-height: 500px; + max-width: 730px; +} + +.e-daterangepicker.e-popup.e-daterange-day-header-lg, +.e-bigger.e-small .e-daterangepicker.e-popup.e-daterange-day-header-lg { + max-width: 100%; +} + +.e-daterangepicker.e-popup.e-preset-wrapper, +.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper { + min-width: 659px; +} + +.e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets { + max-height: none; +} + +.e-daterangepicker.e-popup .e-range-header, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header { + margin: 12px 12px 0 12px; + width: auto; +} + +.e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-daterangepicker.e-popup .e-range-header .e-end-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label { + cursor: default; + display: inline-block; + font-size: 20px; + overflow: hidden; + text-align: center; + text-decoration: none; + text-overflow: ellipsis; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 48%; +} + +.e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 16px; + font-weight: normal; + text-align: center; + width: 4%; +} + +.e-daterangepicker.e-popup .e-range-header .e-day-span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span { + direction: ltr; + font-size: 13px; + height: 14px; + margin: 0 0 13px 0; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 35px; +} + +.e-daterangepicker.e-popup .e-separator, +.e-bigger.e-small .e-daterangepicker.e-popup .e-separator { + height: 1px; + margin: 0 16px; +} + +.e-daterangepicker.e-popup .e-calendar, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar { + border: none; + margin: 0; + padding: 0; +} + +.e-daterangepicker.e-popup .e-calendar .e-content table, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content table { + padding: 0 10px 10px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title { + cursor: pointer; + float: none; + font-weight: normal; + line-height: 36px; + margin-left: 0; + width: auto; +} + +.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-month, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-year, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-decade { + padding: 10px 10px 0 10px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next { + float: right; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev { + float: left; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev { + height: 36px; + width: 36px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next span, +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev span { + padding: 10px; +} + +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover { + border-radius: 50% 0 0 50%; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover { + border-radius: 0 50% 50% 0; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day { + border: none; +} + +.e-daterangepicker.e-popup .e-footer, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer { + -ms-flex-align: center; + align-items: center; + border-top: 1px solid rgba(51, 51, 51, 0.12); + clear: both; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + height: 48px; +} + +.e-daterangepicker.e-popup .e-footer .e-btn, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn { + font-weight: 500; + height: 34px; + line-height: 32px; + overflow: hidden; + padding: 0 16px; + text-overflow: ellipsis; +} + +.e-daterangepicker.e-popup .e-footer .e-btn.e-apply, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply { + margin: 0 10px 0 5px; +} + +.e-daterangepicker.e-popup .e-date-range-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container { + float: left; +} + +.e-daterangepicker.e-popup .e-date-range-container.e-range-border, +.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container.e-range-border { + border-right: 1px solid rgba(51, 51, 51, 0.12); +} + +.e-daterangepicker.e-popup .e-calendar-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container { + display: -ms-flexbox; + display: flex; +} + +.e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-daterangepicker.e-popup .e-calendar-container .e-right-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-right-container { + float: left; +} + +.e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container { + border-right: 1px solid rgba(51, 51, 51, 0.12); +} + +.e-daterangepicker.e-popup .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets { + max-height: 216px; + overflow: auto; + width: auto; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item { + border-radius: 4px; + cursor: pointer; + line-height: 26px; + overflow: hidden; + padding: 0 20px; + white-space: nowrap; +} + +.e-daterangepicker.e-popup .e-presets .e-list-parent, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent { + margin: 0; + max-width: 160px; + padding: 0; +} + +.e-daterangepicker.e-popup .e-presets .e-text-content, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-text-content { + line-height: 47px; +} + +.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item { + font-size: 14px; + height: 36px; + line-height: 36px; +} + +.e-daterangepicker.e-popup .e-hide-range, +.e-bigger.e-small .e-daterangepicker.e-popup .e-hide-range { + display: none; +} + +.e-daterangepicker.e-rtl .e-date-range-container, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container { + float: right; +} + +.e-daterangepicker.e-rtl .e-date-range-container.e-range-border, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container.e-range-border { + border-left: 1px solid rgba(51, 51, 51, 0.12); + border-right: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-left-container { + border-left: 1px solid rgba(51, 51, 51, 0.12); + border-right: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next { + float: left; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev { + float: right; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover { + border-radius: 0 50% 50% 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover { + border-radius: 50% 0 0 50%; +} + +.e-daterangepicker.e-rtl .e-footer, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer { + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel { + margin: 0 5px 0 10px; +} + +.e-daterangepicker.e-rtl .e-footer .e-btn.e-apply, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-apply { + margin-left: 0; +} + +.e-bigger .e-daterangepicker.e-range-modal, +.e-device.e-daterangepicker.e-range-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-bigger.e-small .e-daterangepicker .e-calendar { + max-width: 262px; +} + +.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper, +.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper, +.e-device.e-daterangepicker.e-popup.e-preset-wrapper { + max-width: 770px; + min-width: auto; +} + +.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-device.e-daterangepicker.e-popup.e-preset-wrapper .e-presets { + max-height: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header, +.e-bigger.e-daterangepicker.e-popup .e-range-header, +.e-device.e-daterangepicker.e-popup .e-range-header { + width: auto; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 36px; + -ms-flex-pack: center; + justify-content: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + border: 1px solid #317ab9; + box-shadow: none; + font-size: 16px; + font-weight: normal; + height: 36px; + line-height: 1em; + max-width: 116px; + overflow: hidden; + padding: 1px 6px; + text-overflow: ellipsis; + width: 50%; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + border-left: 0; + border-radius: 0 4px 4px 0; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn { + border-radius: 4px 0 0 4px; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]), +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]), +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]) { + box-shadow: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover { + box-shadow: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + max-width: 141px; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets, +.e-bigger.e-daterangepicker.e-popup .e-presets, +.e-device.e-daterangepicker.e-popup .e-presets { + max-height: 240px; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets.e-preset-wrapper, +.e-bigger.e-daterangepicker.e-popup .e-presets.e-preset-wrapper, +.e-device.e-daterangepicker.e-popup .e-presets.e-preset-wrapper { + max-height: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets ul, +.e-bigger.e-daterangepicker.e-popup .e-presets ul, +.e-device.e-daterangepicker.e-popup .e-presets ul { + max-width: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets ul li.e-list-item, +.e-bigger.e-daterangepicker.e-popup .e-presets ul li.e-list-item, +.e-device.e-daterangepicker.e-popup .e-presets ul li.e-list-item { + font-size: 15px; + height: 45px; + line-height: 45px; + padding: 0 12px; +} + +.e-bigger .e-daterangepicker .e-calendar, +.e-bigger.e-daterangepicker .e-calendar, +.e-device.e-daterangepicker .e-calendar { + max-width: 292px; + padding: 0; +} + +.e-bigger .e-daterangepicker .e-calendar .e-content table, +.e-bigger.e-daterangepicker .e-calendar .e-content table, +.e-device.e-daterangepicker .e-calendar .e-content table { + padding: 0 15px 15px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-next, +.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-next, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev, +.e-device.e-daterangepicker .e-calendar .e-header .e-next, +.e-device.e-daterangepicker .e-calendar .e-header .e-prev { + height: 40px; + width: 40px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-next span, +.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev span, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-next span, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev span, +.e-device.e-daterangepicker .e-calendar .e-header .e-next span, +.e-device.e-daterangepicker .e-calendar .e-header .e-prev span { + padding: 11px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-title, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-title, +.e-device.e-daterangepicker .e-calendar .e-header .e-title { + cursor: pointer; + line-height: 40px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header.e-month, .e-bigger .e-daterangepicker .e-calendar .e-header.e-year, .e-bigger .e-daterangepicker .e-calendar .e-header.e-decade, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-month, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-year, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-decade, +.e-device.e-daterangepicker .e-calendar .e-header.e-month, +.e-device.e-daterangepicker .e-calendar .e-header.e-year, +.e-device.e-daterangepicker .e-calendar .e-header.e-decade { + padding: 10px 10px 0 10px; +} + +.e-bigger .e-daterangepicker .e-footer, +.e-bigger.e-daterangepicker .e-footer, +.e-device.e-daterangepicker .e-footer { + height: 58px; +} + +.e-bigger .e-daterangepicker .e-footer .e-btn, +.e-bigger.e-daterangepicker .e-footer .e-btn, +.e-device.e-daterangepicker .e-footer .e-btn { + height: 40px; + line-height: 38px; + overflow: hidden; +} + +.e-bigger .e-daterangepicker .e-footer .e-btn.e-apply, +.e-bigger.e-daterangepicker .e-footer .e-btn.e-apply, +.e-device.e-daterangepicker .e-footer .e-btn.e-apply { + margin: 0 15px 0 5px; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn { + border: 1px solid #317ab9; + border-radius: 4px 0 0 4px; + border-right: 0; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn { + border-radius: 0 4px 4px 0; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel, +.e-device.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel { + margin: 0 5px 0 15px; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply, +.e-device.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply { + margin-left: 0; +} + +.e-bigger .e-daterangepicker.e-device.e-popup, +.e-bigger.e-daterangepicker.e-device.e-popup, +.e-device.e-daterangepicker.e-device.e-popup { + max-width: 294px; +} + +.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header, +.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header, +.e-device.e-daterangepicker.e-device.e-popup .e-range-header { + margin: 20px 10px 0 10px; +} + +.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span, +.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span, +.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span { + margin: 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header, +.e-small.e-daterangepicker.e-popup .e-range-header { + margin: 10px 10px 0 10px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label, +.e-small.e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-small.e-daterangepicker.e-popup .e-range-header .e-end-label { + font-size: 16px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-small.e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 12px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-small.e-daterangepicker.e-popup .e-range-header .e-start-end { + height: 32px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span, +.e-small.e-daterangepicker.e-popup .e-range-header .e-day-span { + font-size: 12px; + margin: 0 0 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-separator, +.e-small.e-daterangepicker.e-popup .e-range-header .e-separator { + margin: 0 10px; +} + +.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply, +.e-small.e-daterangepicker.e-popup .e-footer .e-btn.e-apply { + margin: 10px 10px 10px 8px; +} + +.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item, +.e-small.e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item { + font-size: 12px; + height: 26px; + line-height: 26px; +} + +.e-range-overflow { + overflow: hidden; +} + +.e-daterangepick-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-control.e-lib.e-device.e-popup-open { + position: relative; + top: 0 !important; + left: 0 !important; +} + +.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker, +.e-bigger.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker { + background-size: 250px 40px; + min-height: 40px; +} + +/*! daterangepicker theme */ +.e-date-range-wrapper .e-input-group-icon.e-icons.e-active { + color: #333; +} + +.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #333; +} + +.e-daterangepicker.e-popup, +.e-bigger.e-small .e-daterangepicker.e-popup { + background: #fff; +} + +.e-daterangepicker.e-popup .e-calendar, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar { + background-color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover { + color: #333; + text-decoration: none; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover { + background-color: #f5f5f5; + color: #333; +} + +.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span { + background-color: #f5f5f5; + border: 1px solid #317ab9; + color: #333; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span { + background: #f5f5f5; + border: none; + color: #333; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day { + background-color: #cfcfcf; + border: none; + color: #333; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day { + border: 1px solid #317ab9; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day { + border: 1px solid #317ab9; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span { + background-color: #fff; + border: none; + color: #ccc; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected { + background-color: #fff; + border: none; + color: #ccc; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day { + background-color: #265f91; + color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day { + background-color: #265f91; + color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span { + color: #fff; +} + +.e-daterangepicker.e-popup .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets { + background-color: #fff; + color: #333; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item.e-active, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active { + background-color: #317ab9; + color: #fff; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover { + background-color: #f5f5f5; + color: #333; +} + +.e-daterangepicker.e-popup .e-start-label, +.e-daterangepicker.e-popup .e-end-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-start-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-end-label { + color: #333; +} + +.e-daterangepicker.e-popup .e-change-icon, +.e-bigger.e-small .e-daterangepicker.e-popup .e-change-icon { + color: #333; +} + +.e-daterangepicker.e-popup .e-day-span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-day-span { + color: #999; +} + +.e-daterangepicker.e-popup .e-separator, +.e-bigger.e-small .e-daterangepicker.e-popup .e-separator { + background-color: rgba(51, 51, 51, 0.12); +} + +.e-daterangepicker.e-popup .e-footer, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer { + background-color: #fff; +} + +.e-bigger .e-daterangepicker, +.e-bigger.e-daterangepicker, +.e-device.e-daterangepicker { + background-color: #fff; + padding: 0; +} + +.e-bigger .e-daterangepicker .e-calendar th, +.e-bigger.e-daterangepicker .e-calendar th, +.e-device.e-daterangepicker .e-calendar th { + color: #333; +} + +.e-bigger .e-daterangepicker .e-start-btn, +.e-bigger .e-daterangepicker .e-end-btn, +.e-bigger.e-daterangepicker .e-start-btn, +.e-bigger.e-daterangepicker .e-end-btn, +.e-device.e-daterangepicker .e-start-btn, +.e-device.e-daterangepicker .e-end-btn { + background: #fff; +} + +.e-bigger .e-daterangepicker .e-start-btn.e-active, +.e-bigger .e-daterangepicker .e-start-btn.e-active:active, +.e-bigger .e-daterangepicker .e-end-btn.e-active, +.e-bigger .e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-bigger .e-daterangepicker .e-start-btn.e-active:hover, +.e-bigger .e-daterangepicker .e-end-btn.e-active:hover, +.e-bigger.e-daterangepicker .e-start-btn.e-active, +.e-bigger.e-daterangepicker .e-start-btn.e-active:active, +.e-bigger.e-daterangepicker .e-end-btn.e-active, +.e-bigger.e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-bigger.e-daterangepicker .e-start-btn.e-active:hover, +.e-bigger.e-daterangepicker .e-end-btn.e-active:hover, +.e-device.e-daterangepicker .e-start-btn.e-active, +.e-device.e-daterangepicker .e-start-btn.e-active:active, +.e-device.e-daterangepicker .e-end-btn.e-active, +.e-device.e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-device.e-daterangepicker .e-start-btn.e-active:hover, +.e-device.e-daterangepicker .e-end-btn.e-active:hover { + background: #317ab9; + color: #fff; +} + +/*! component icons */ +.e-datetime-wrapper .e-time-icon.e-icons::before { + content: '\e93e'; + font-family: 'e-icons'; +} + +.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-datetime-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 16px; +} + +.e-datetime-wrapper.e-control-wrapper { + box-sizing: border-box; +} + +.e-datetime-wrapper .e-time-icon.e-icons.e-disabled, +.e-datetime-wrapper .e-date-icon.e-icons.e-disabled { + pointer-events: none; +} + +.e-datetime-wrapper .e-clear-icon { + box-sizing: content-box; +} + +.e-datetime-wrapper span { + cursor: pointer; +} + +.e-datetime-wrapper .e-input-group-icon.e-date-icon, +.e-datetime-wrapper .e-input-group-icon.e-time-icon { + font-size: 16px; + margin: 0; + outline: none; +} + +.e-datetime-wrapper .e-input-group-icon.e-time-icon { + border: 1px; + border-style: none; + margin: 0; +} + +.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-datetimepicker.e-time-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-datetimepicker.e-popup { + border-style: solid; + border-width: 1px; + overflow: auto; +} + +.e-datetimepicker.e-popup .e-content { + position: relative; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul { + margin: 0; + padding: 5px 0; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + color: #333; + cursor: default; + font-size: 14px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover { + cursor: pointer; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + line-height: 26px; + text-indent: 20px; +} + +.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 20px; +} + +.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul, +.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul { + padding: 10px 0; +} + +.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 15px; + line-height: 40px; + text-indent: 20px; +} + +.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 13px; + line-height: 22px; + text-indent: 12px; +} + +.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 34px; + text-indent: 20px; +} + +.e-small.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-small .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 14px; +} + +.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 18px; +} + +.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker, +.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker { + background-size: 250px 40px; + min-height: 40px; +} + +/*! datetimepicker theme */ +.e-datetime-wrapper .e-input-group-icon.e-icons.e-active { + color: #333; +} + +.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #fff; +} + +.e-datetimepicker.e-popup { + border: 1px solid #ccc; + border-radius: 4px; + box-shadow: 0 6px 12px rgba(51, 51, 51, 0.175); +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul { + background-color: #fff; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item { + border: none; + color: #333; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus { + background-color: #f5f5f5; + border: none; + color: #333; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active { + background-color: #317ab9; + color: #fff; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover { + background-color: #317ab9; + color: #fff; +} + +/*! maskedtextbox layout */ +.e-content-placeholder.e-mask.e-placeholder-mask { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-mask.e-placeholder-mask, +.e-bigger.e-content-placeholder.e-mask.e-placeholder-mask { + background-size: 300px 40px; + min-height: 40px; +} + +/*! maskedtextbox theme */ +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons::before { + content: '\e96c'; +} + +.e-upload .e-upload-files .e-icons.e-file-pause-btn::before { + content: '\e329'; +} + +.e-upload .e-upload-files .e-icons.e-file-reload-btn::before { + content: '\e975'; +} + +.e-upload .e-upload-files .e-icons.e-file-play-btn::before { + content: '\e328'; +} + +.e-upload .e-upload-files .e-file-delete-btn.e-icons::before { + content: '\e201'; +} + +.e-upload .e-upload-files .e-file-abort-btn.e-icons::before { + content: '\e991'; +} + +.e-upload .e-upload-files .e-icons.e-msie::before { + position: relative; + right: 10px; +} + +.e-upload .e-upload-files .e-icons.e-file-abort-icon.e-msie::before { + right: 12px; +} + +.e-bigger .e-upload { + width: 100%; +} + +.e-bigger .e-upload .e-file-select-wrap { + padding: 20px 0 20px 15px; +} + +.e-bigger .e-upload .e-file-select-wrap .e-file-drop { + font-size: 15px; + margin-left: 15px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list { + font-size: 15px; + line-height: normal; + min-height: 108px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 15px; + top: 0; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + font-size: 15px; + padding-top: 15px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + font-size: 13px; + padding: 10px 0; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + font-size: 15px; + padding-top: 15px; + top: initial; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + font-size: 13px; + padding-bottom: 15px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + height: 5px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap { + height: 5px; + width: 95%; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar { + height: 90%; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + font-size: 12px; + right: 16px; + top: -36px; +} + +.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + font-size: 12px; + height: 20px; + margin: 15px; + margin-top: -24px; + padding: 24px; + top: 50%; + width: 20px; +} + +.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons { + padding: 20px 17px 20px 26px; +} + +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons { + right: 45px; +} + +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons { + font-size: 12px; +} + +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons { + font-size: 18px; +} + +.e-bigger .e-upload .e-upload-actions .e-btn { + margin-left: 15px; +} + +.e-bigger .e-upload .e-upload-actions .e-file-upload-btn { + margin: 15px; +} + +.e-bigger .e-upload .e-upload-actions .e-file-clear-btn { + margin: 15px; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap { + padding: 20px 15px 20px 0; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn { + margin-right: 0; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop { + margin-right: 15px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 60px; + margin-right: 15px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + top: 30px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + left: 16px; + right: initial; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + box-sizing: border-box; + left: 0; + margin-left: 15px; + margin-right: 15px; + padding: 24px; + top: 50%; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons { + padding: 20px 17px 20px 26px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + left: 41px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 15px; + padding-top: 11px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #d9534f; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #777; + display: block; + font-size: 13px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #d9534f; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #d9534f; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 38px; +} + +.e-upload, +.e-bigger.e-small .e-upload { + width: 100%; +} + +.e-upload.e-control-wrapper, +.e-bigger.e-small .e-upload.e-control-wrapper { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-upload .e-hidden-file-input, +.e-bigger.e-small .e-upload .e-hidden-file-input { + border: 0; + height: 0; + margin: 0; + outline: none; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-upload .e-file-select-wrap, +.e-bigger.e-small .e-upload .e-file-select-wrap { + padding: 16px 0 16px 12px; +} + +.e-upload .e-file-select-wrap .e-file-select, +.e-upload .e-file-select-wrap .e-file-select .e-uploader, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader { + display: inline-block; + width: 0; +} + +.e-upload .e-file-select-wrap .e-file-select .e-uploader, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader { + opacity: 0; +} + +.e-upload .e-file-select-wrap .e-file-drop, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop { + font-family: inherit; + font-size: 14px; + margin-left: 11px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 15px; + padding-top: 11px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #d9534f; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #777; + display: block; + font-size: 12px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #d9534f; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #d9534f; +} + +.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 42px; +} + +.e-upload .e-upload-files, +.e-bigger.e-small .e-upload .e-upload-files { + list-style-type: none; + margin: 0; + padding: 0; +} + +.e-upload .e-upload-files .e-upload-file-list, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list { + font-family: inherit; + font-size: 14px; + height: 100%; + line-height: normal; + min-height: 92px; + position: relative; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container { + display: block; + height: 100%; + margin-left: 12px; + margin-right: 90px; + min-height: 35px; + position: relative; + top: 0; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + float: left; + font-family: inherit; + font-size: 14px; + max-width: 75%; + overflow: hidden; + padding-top: 12px; + position: relative; + text-overflow: ellipsis; + top: 0; + white-space: nowrap; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before { + content: attr(data-tail); + float: right; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + display: block; + font-family: inherit; + font-size: 14px; + padding-top: 12px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + display: block; + font-size: 12px; + padding: 8px 0; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + display: block; + font-family: inherit; + font-size: 12px; + padding-bottom: 12px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress { + display: none; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + display: block; + height: 10px; + padding-bottom: 11px; + padding-top: 6px; + position: absolute; + width: 95%; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap { + border-radius: 2px; + display: block; + height: 4px; + width: 100%; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar { + border-radius: 1px; + display: inherit; + height: 4px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + float: right; + font-family: inherit; + font-size: 12px; + position: relative; + right: 0; + top: -33px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons { + -ms-flex-align: center; + align-items: center; + box-sizing: border-box; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 11px; + height: 20px; + -ms-flex-pack: center; + justify-content: center; + margin: 12px; + margin-top: -22px; + padding: 16px; + position: absolute; + right: 0; + top: 50%; + vertical-align: middle; + width: 20px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress { + cursor: default; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons { + padding: 18px 13px 18px 23px; +} + +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons { + right: 36px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, +.e-upload .e-upload-files .e-clear-icon-focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus { + background-color: #e6e6e6; + border-color: transparent; + border-radius: 50%; + box-shadow: 0 0 0 transparent; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-upload .e-upload-files .e-clear-icon-focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus { + border-radius: 50%; +} + +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons { + font-size: 11px; + opacity: 1; +} + +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons { + font-size: 15px; + opacity: 1; +} + +.e-upload .e-file-select-wrap .e-btn, +.e-upload .e-upload-actions .e-btn, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-btn { + font-family: inherit; +} + +.e-upload .e-upload-actions, +.e-bigger.e-small .e-upload .e-upload-actions { + position: relative; + text-align: right; +} + +.e-upload .e-upload-actions .e-file-upload-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn { + margin: 12px; +} + +.e-upload .e-upload-actions .e-file-clear-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn { + margin: 12px; +} + +.e-upload.e-rtl .e-file-select-wrap, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap { + padding: 16px 12px 16px 0; +} + +.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn { + margin-right: 0; +} + +.e-upload.e-rtl .e-file-select-wrap .e-file-drop, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop { + margin-left: 60px; + margin-right: 11px; + position: relative; +} + +.e-upload.e-rtl .e-upload-actions, +.e-bigger.e-small .e-upload.e-rtl .e-upload-actions { + text-align: left; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container { + height: 100%; + margin-left: 60px; + margin-right: 11px; + position: relative; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container { + direction: ltr; + float: right; + width: 100%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + float: right; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + float: right; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + direction: ltr; + float: right; + position: relative; + text-align: right; + width: 100%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + float: right; + position: initial; + top: 23px; + width: 86%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + float: left; + right: 0; + top: -32px; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons { + left: 0; + margin-left: 11px; + margin-right: 11px; + right: auto; + top: 50%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons { + left: 36px; + right: auto; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + left: 36px; +} + +.e-upload.e-disabled .e-file-drop, +.e-bigger.e-small .e-upload.e-disabled .e-file-drop { + color: rgba(51, 51, 51, 0.38); +} + +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: rgba(51, 51, 51, 0.38); +} + +.e-upload .e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload { + background-size: 400px 65px; + min-height: 65px; +} + +.e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload, +.e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload { + background-size: 400px 80px; + min-height: 80px; +} + +.e-small .e-upload .e-file-select-wrap { + padding: 12px 0 12px 12px; +} + +.e-small .e-upload .e-file-select-wrap .e-file-drop { + font-size: 13px; + margin-left: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list { + min-height: 79px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + font-size: 12px; + padding-top: 12px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + font-size: 12px; + padding: 6px 0; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + font-size: 12px; + padding-top: 12px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + padding-bottom: 12px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + padding-bottom: 2px; + padding-top: 2px; +} + +.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons { + font-size: 10px; + height: 24px; + padding: 12px; + width: 24px; +} + +.e-small .e-upload.e-rtl .e-file-select-wrap { + padding: 12px 12px 12px 0; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 12px; + padding-top: 8px; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #d9534f; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #777; + display: block; + font-size: 12px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #d9534f; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #d9534f; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 42px; +} + +.e-upload { + border: 1px solid #ccc; +} + +.e-upload .e-file-drop { + color: #333; +} + +.e-upload .e-upload-files { + border-top: 1px solid #ddd; +} + +.e-upload .e-upload-files .e-upload-file-list { + border-bottom: 1px solid #ddd; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + color: #333; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + color: #333; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + color: #777; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #333; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success { + color: #5cb85c; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails { + color: #d9534f; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails { + color: #d9534f; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap { + background-color: #e6e6e6; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress { + background: #317ab9; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success { + background: #5cb85c; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed { + background: #d9534f; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text { + color: #333; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons { + color: #777; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-play-btn.e-icons:hover { + color: #777; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-upload .e-upload-files .e-clear-icon-focus { + background-color: #e6e6e6; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-upload-drag-hover { + outline: 2px dashed #317ab9; +} + +.e-dialog .e-icon-dlg-close::before { + content: '\e361'; + position: relative; +} + +.e-dialog .e-icon-dlg-close { + opacity: initial; +} + +.e-dialog .e-icon-dlg-close:active { + opacity: initial; +} + +.e-dialog .e-icon-dlg-close:hover { + opacity: initial; +} + +.e-dialog .e-south-east::before, +.e-dialog .e-south-west::before { + content: '\eb08'; +} + +/*! dialog layout */ +.e-dialog { + border: 1px solid #999; + border-radius: 6px; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; +} + +.e-dialog.e-popup { + width: 100%; +} + +.e-dialog.e-dlg-resizable { + -ms-touch-action: none; + touch-action: none; +} + +.e-dialog .e-dlg-header-content { + border-radius: 6px 6px 0 0; + line-height: 1.25; +} + +.e-dialog .e-dlg-header-content + .e-dlg-content { + padding-top: 15px; +} + +.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close { + font-size: 12px; + width: 12px; +} + +.e-dialog .e-dlg-header { + display: block; + font-size: 18px; + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: top; + white-space: nowrap; + width: 80%; +} + +.e-dialog .e-dlg-modal { + position: fixed; +} + +.e-dialog .e-scroll-disabled { + overflow: hidden !important; +} + +.e-dialog .e-dlg-content { + display: block; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-size: 14px; + font-weight: 300; + line-height: 1.25; + overflow: auto; + overflow-x: hidden; +} + +.e-dialog .e-footer-content { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 1px solid #e6e6e6; + bottom: 0; + display: block; + right: 0; + width: 100%; +} + +.e-dialog .e-footer-content { + text-align: right; +} + +.e-dialog .e-resize-handle { + height: 15px; + position: absolute; + width: 15px; +} + +.e-dialog .e-resize-handle.e-south-east { + bottom: 0; + cursor: nwse-resize; + right: 0; +} + +.e-bigger.e-dialog .e-dlg-header-content, +.e-bigger .e-dialog .e-dlg-header-content { + padding: 18.75; +} + +.e-bigger.e-dialog .e-dlg-header, +.e-bigger .e-dialog .e-dlg-header { + font-size: 18px; +} + +.e-bigger.e-dialog .e-dlg-content, +.e-bigger .e-dialog .e-dlg-content { + font-size: 14px; + padding: 18.75; +} + +.e-bigger.e-dialog .e-footer-content, +.e-bigger .e-dialog .e-footer-content { + padding: 18.75; +} + +.e-bigger.e-dialog .e-footer-content .e-btn, +.e-bigger .e-dialog .e-footer-content .e-btn { + margin-left: 10px; +} + +.e-bigger.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + bottom: 7px; + height: 25px; + left: 0; + width: 25px; +} + +.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close, +.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close { + font-size: 12px; + width: 12px; +} + +.e-bigger.e-rtl .e-footer-content .e-btn, +.e-bigger .e-rtl .e-footer-content .e-btn { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-dlg-header-content + .e-dlg-content { + padding-top: 18.75; +} + +.e-dialog .e-dlg-header-content { + border-bottom: 1px solid #e6e6e6; + padding: 15px; +} + +.e-dialog .e-dlg-content { + padding: 15px; +} + +.e-dialog .e-footer-content { + padding: 15px; +} + +.e-dialog .e-footer-content .e-btn { + margin-left: 8px; +} + +.e-rtl .e-footer-content .e-btn { + margin-right: 8px; +} + +.e-dialog.e-draggable .e-dlg-header-content { + cursor: move; +} + +.e-dialog { + max-height: 98%; + max-width: 100%; + min-width: 240px; +} + +.e-rtl .e-footer-content .e-btn { + margin-left: 0; +} + +.e-rtl .e-footer-content { + text-align: left; +} + +.e-rtl .e-footer-content { + text-align: left; +} + +.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + float: left; +} + +.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + background-color: transparent; + border-color: transparent; + border-radius: 50%; + bottom: 5px; + float: right; + height: 20px; + left: 0; + position: relative; + width: 20px; +} + +.e-rtl.e-dialog .e-resize-handle.e-south-west { + bottom: 2px; + cursor: sw-resize; + left: 2px; + transform: rotate(90deg); +} + +.e-dlg-overlay { + height: 100%; + left: 0; + opacity: 0.5; + position: fixed; + top: 0; + transition: opacity .15s linear; + width: 100%; +} + +.e-dlg-overlay.e-fade { + opacity: 0; +} + +.e-dlg-overflow-hidden { + overflow: auto; +} + +.e-dlg-fullscreen { + height: 100% !important; + left: 0 !important; + top: 0 !important; + width: 100% !important; +} + +.e-popup.e-popup-open.e-dialog { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-dlg-container { + -ms-flex-align: start; + align-items: flex-start; + display: none; + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; +} + +.e-dlg-center-center { + -webkit-align-items: center; + -webkit-justify-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; +} + +.e-dlg-left-center { + -webkit-align-items: center; + -webkit-justify-content: flex-start; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-center { + -webkit-align-items: center; + -webkit-justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-left-top { + -webkit-align-items: flex-start; + -webkit-justify-content: flex-start; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-top { + -webkit-align-items: flex-start; + -webkit-justify-content: flex-end; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-center-top { + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; +} + +.e-dlg-left-bottom { + -webkit-align-items: flex-end; + -webkit-justify-content: flex-start; + -ms-flex-align: end; + align-items: flex-end; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-bottom { + -webkit-align-items: flex-end; + -webkit-justify-content: flex-end; + -ms-flex-align: end; + align-items: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-center-bottom { + -webkit-align-items: center; + -webkit-justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dialog .e-btn.e-dlg-closeicon-btn:hover, +.e-dialog .e-btn.e-dlg-closeicon-btn:focus, +.e-dialog .e-btn.e-dlg-closeicon-btn:active { + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-content-placeholder.e-dialog.e-placeholder-dialog { + background-size: 400px 210px; + min-height: 210px; +} + +.e-bigger .e-content-placeholder.e-dialog.e-placeholder-dialog, +.e-bigger.e-content-placeholder.e-dialog.e-placeholder-dialog { + background-size: 400px 220px; + min-height: 220px; +} + +@media (min-width: 768px) { + .e-alert-dialog.e-dialog.e-popup, + .e-confirm-dialog.e-dialog.e-popup { + margin: 30px auto; + width: 600px; + } +} + +@media (max-width: 768px) { + .e-alert-dialog.e-dialog.e-popup, + .e-confirm-dialog.e-dialog.e-popup { + margin: 30px auto; + width: auto; + } +} + +.e-dialog { + background-color: #fff; + box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); +} + +.e-dlg-overlay { + background-color: #383838; +} + +.e-footer-content { + background-color: #fff; +} + +.e-dlg-header, +.e-dlg-header * { + color: #333; + font-size: 18px; + font-weight: 500; +} + +.e-dlg-content { + color: #333; +} + +.e-device .e-dlg-content, +.e-device .e-dlg-content * { + font-size: 15px; +} + +.e-dlg-header-content { + background-color: #fff; +} + +.e-dlg-content { + background-color: #fff; +} + +.e-icon-dlg-close { + color: rgba(0, 0, 0, 0.5); +} + +.e-dialog .e-btn.e-dlg-closeicon-btn:hover span { + color: rgba(0, 0, 0, 0.8); +} + +.e-icon-dlg-close:active { + border-radius: 50%; + color: rgba(0, 0, 0, 0.8); + opacity: 1; +} + +.e-icon-dlg-close:hover { + color: #000; +} + +.e-dlg-header-content .e-dlg-closeicon-btn:hover { + background-color: transparent; +} + +.e-dlg-header-content .e-dlg-closeicon-btn:active { + background-color: transparent; +} + +.e-south-east, +.e-south-west { + color: rgba(0, 0, 0, 0.5); +} + +/*! component's theme wise override definitions and variables */ +/*! hscroll icons */ +.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before { + content: '\e904'; +} + +.e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before { + content: '\e913'; +} + +.e-hscroll.e-rtl .e-nav-left-arrow::before { + content: '\e848'; +} + +.e-hscroll.e-rtl .e-nav-right-arrow::before { + content: '\e84b'; +} + +.e-hscroll.e-scroll-device .e-nav-right-arrow::before { + content: '\e913'; +} + +.e-hscroll.e-scroll-device .e-nav-left-arrow::before { + content: '\e904'; +} + +.e-hscroll .e-nav-left-arrow::before { + content: '\e84b'; + line-height: normal; +} + +.e-hscroll .e-nav-right-arrow::before { + content: '\e848'; + line-height: normal; +} + +/*! h-scroll layout */ +.e-bigger .e-hscroll, +.e-hscroll.e-bigger { + min-height: 50px; +} + +.e-bigger .e-hscroll:not(.e-scroll-device), +.e-hscroll.e-bigger:not(.e-scroll-device) { + padding: 0 50px; +} + +.e-bigger .e-hscroll.e-scroll-device, +.e-hscroll.e-bigger.e-scroll-device { + padding-right: 50px; +} + +.e-bigger .e-hscroll.e-rtl.e-scroll-device, +.e-hscroll.e-bigger.e-rtl.e-scroll-device { + padding-left: 50px; + padding-right: initial; +} + +.e-bigger .e-hscroll .e-nav-arrow.e-icons, +.e-hscroll.e-bigger .e-nav-arrow.e-icons { + font-size: 14px; +} + +.e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay, +.e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay { + left: 50px; +} + +.e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay, +.e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay { + right: 50px; +} + +.e-bigger .e-hscroll .e-scroll-nav, +.e-hscroll.e-bigger .e-scroll-nav { + min-height: 50px; + width: 50px; +} + +.e-hscroll { + display: block; + position: relative; + width: inherit; +} + +.e-hscroll.e-rtl.e-scroll-device { + padding-left: 50px; + padding-right: initial; +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(-6px); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay { + left: 52px; + right: auto; + transform: skewX(-16deg) translateX(-6px); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay { + left: auto; + right: 0; +} + +.e-hscroll:not(.e-scroll-device) { + padding: 0 40px; +} + +.e-hscroll.e-scroll-device { + padding-right: 50px; +} + +.e-hscroll.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(6px); + width: 52px; +} + +.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow { + font-size: 14px; + transform: skewX(16deg); +} + +.e-hscroll.e-scroll-device .e-scroll-overlay { + opacity: 0.5; + pointer-events: none; + position: absolute; + top: 0; + z-index: 100; +} + +.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay { + left: auto; + right: 52px; + transform: skewX(-16deg) translateX(6px); +} + +.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay { + left: 0; + right: auto; +} + +.e-hscroll.e-overlay .e-hscroll-content > * { + pointer-events: none; +} + +.e-hscroll > * { + height: inherit; +} + +.e-hscroll .e-hscroll-content { + display: inline-block; + height: inherit; + position: relative; + -ms-touch-action: none; + touch-action: none; +} + +.e-hscroll .e-hscroll-content > * { + pointer-events: auto; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav { + left: 0; + right: auto; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav { + left: auto; + right: 0; +} + +.e-hscroll .e-scroll-nav { + -ms-flex-align: center; + align-items: center; + bottom: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 100%; + min-height: 40px; + overflow: hidden; + position: absolute; + top: 0; + width: 40px; +} + +.e-hscroll .e-scroll-nav.e-scroll-left-nav { + left: 0; +} + +.e-hscroll .e-scroll-nav.e-scroll-right-nav { + right: 0; +} + +.e-hscroll .e-scroll-nav.e-ie-align { + display: table; +} + +.e-hscroll .e-nav-arrow { + position: relative; +} + +.e-hscroll .e-nav-arrow.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay { + pointer-events: none; +} + +/*! h-scroll theme */ +.e-hscroll .e-icons { + color: #333; +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + border-color: #ccc; + box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + background-color: #f8f8f8; + border-color: #ccc; + border-width: 1px; + box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow { + color: #317ab9; +} + +.e-hscroll .e-scroll-overlay { + background-color: transparent; + background-repeat: repeat-x; +} + +.e-hscroll .e-scroll-overlay.e-scroll-left-overlay { + background-image: linear-gradient(-270deg, white 0%, rgba(255, 255, 255, 0) 100%); +} + +.e-hscroll .e-scroll-overlay.e-scroll-right-overlay { + background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, white 100%); +} + +.e-hscroll.e-rtl .e-scroll-nav { + background: #f8f8f8; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav { + border-left: 1px solid #ccc; + border-right: 0; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav { + border-left: 0; + border-right: 1px solid #ccc; +} + +.e-hscroll.e-rtl .e-scroll-nav:hover { + background: #e6e6e6; + border: ""; + border-color: ""; + color: #333; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover { + background: #e6e6e6; + border: ""; + color: #333; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus { + background: #e6e6e6; + border: ""; + border-color: ""; + color: #333; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active { + background: #e6e6e6; + border: ""; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #333; +} + +.e-hscroll .e-scroll-nav { + background: #f8f8f8; +} + +.e-hscroll .e-scroll-nav.e-scroll-left-nav { + border-right: 1px solid #ccc; +} + +.e-hscroll .e-scroll-nav.e-scroll-right-nav { + border-left: 1px solid #ccc; +} + +.e-hscroll .e-scroll-nav::after { + content: ''; +} + +.e-hscroll .e-scroll-nav:active::after { + content: ''; +} + +/*! component's theme wise override definitions and variables */ +/*! vscroll icons */ +.e-vscroll.e-scroll-device .e-nav-up-arrow::before { + content: '\e85e'; +} + +.e-vscroll.e-scroll-device .e-nav-down-arrow::before { + content: '\e84f'; +} + +.e-vscroll .e-nav-up-arrow::before { + content: '\e910'; + line-height: normal; +} + +.e-vscroll .e-nav-down-arrow::before { + content: '\e916'; + line-height: normal; +} + +/*! v-scroll layout */ +.e-bigger .e-vscroll:not(.e-scroll-device), +.e-vscroll.e-bigger:not(.e-scroll-device) { + padding: 50px 0; +} + +.e-bigger .e-vscroll .e-icons, +.e-vscroll.e-bigger .e-icons { + font-size: 18px; +} + +.e-bigger .e-vscroll.e-rtl .e-scroll-overlay.e-scroll-down-overlay, +.e-vscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-down-overlay { + left: 50px; +} + +.e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay, +.e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay { + right: 50px; +} + +.e-bigger .e-vscroll .e-scroll-nav, +.e-vscroll.e-bigger .e-scroll-nav { + height: 50px; +} + +.e-vscroll { + display: block; + position: relative; + width: inherit; +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(-6px); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay { + left: 52px; + right: auto; + transform: skewX(-16deg) translateX(-6px); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay { + left: auto; + right: 0; +} + +.e-vscroll:not(.e-scroll-device) { + padding: 0 40px; +} + +.e-vscroll.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(6px); + width: 52px; + z-index: 1001; +} + +.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow { + font-size: 14px; + transform: skewX(16deg); +} + +.e-vscroll.e-scroll-device .e-scroll-overlay { + opacity: 0.5; + pointer-events: none; + position: absolute; + top: 0; + z-index: 100; +} + +.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay { + left: auto; + right: 52px; + transform: skewX(-16deg) translateX(6px); +} + +.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay { + left: 0; + right: auto; +} + +.e-vscroll > * { + height: inherit; +} + +.e-vscroll .e-vscroll-content { + display: inline-block; + height: auto; + position: relative; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-vscroll .e-vscroll-content > * { + pointer-events: auto; +} + +.e-vscroll.e-rtl .e-scroll-nav.e-scroll-up-nav { + left: auto; + right: 0; +} + +.e-vscroll.e-rtl .e-scroll-nav.e-scroll-down-nav { + left: 0; + right: auto; +} + +.e-vscroll .e-scroll-nav { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 40px; + overflow: hidden; + position: absolute; + width: 100%; +} + +.e-vscroll .e-scroll-nav.e-scroll-up-nav { + top: 0; +} + +.e-vscroll .e-scroll-nav.e-scroll-down-nav { + bottom: 0; +} + +.e-vscroll .e-scroll-nav.e-ie-align { + display: table; +} + +.e-vscroll .e-nav-arrow { + position: relative; +} + +.e-vscroll .e-nav-arrow.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +/*! v-scroll theme */ +.e-vscroll .e-icons { + color: #333; +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + border-color: #ccc; + box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + background-color: #f8f8f8; + border-color: #ccc; + border-width: 1px; + box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow { + color: #317ab9; +} + +.e-vscroll .e-scroll-overlay { + background-color: transparent; + background-repeat: repeat-x; +} + +.e-vscroll .e-scroll-overlay.e-scroll-up-overlay { + background-image: linear-gradient(-270deg, white 0%, rgba(255, 255, 255, 0) 100%); +} + +.e-vscroll .e-scroll-overlay.e-scroll-down-overlay { + background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, white 100%); +} + +.e-vscroll.e-rtl .e-scroll-nav { + background: #f8f8f8; +} + +.e-vscroll.e-rtl .e-scroll-nav:hover { + background: #e6e6e6; + border: ""; + border-color: ""; + color: #333; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover { + background: #e6e6e6; + border: ""; + color: #333; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus { + background: #e6e6e6; + border: ""; + border-color: ""; + color: #333; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active { + background: #e6e6e6; + border: ""; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #333; +} + +.e-vscroll .e-scroll-nav { + background: #f8f8f8; +} + +.e-vscroll .e-scroll-nav.e-scroll-up-nav { + border-bottom: 1px solid #ccc; +} + +.e-vscroll .e-scroll-nav.e-scroll-down-nav { + border-top: 1px solid #ccc; +} + +.e-vscroll .e-scroll-nav::after { + content: ''; +} + +.e-vscroll .e-scroll-nav:active::after { + content: ''; +} + +/*! component's theme wise override definitions and variables */ +/*! component's theme wise override definitions and variables */ +/*! component's theme wise override definitions and variables */ +/*! toolbar icons */ +.e-toolbar .e-popup-down-icon::before { + content: '\e83d'; + line-height: normal; +} + +.e-toolbar .e-popup-up-icon::before { + content: '\e834'; + line-height: normal; +} + +/*! toolbar layout */ +.e-bigger .e-toolbar, +.e-toolbar.e-bigger { + height: 50px; + min-height: 50px; +} + +.e-bigger .e-toolbar .e-tbar-btn .e-icons, +.e-toolbar.e-bigger .e-tbar-btn .e-icons { + font-size: 14px; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child { + margin: 0; + margin-left: 3px; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: initial; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-hor-nav, +.e-toolbar.e-bigger .e-hor-nav { + min-height: 49px; + min-width: 38px; +} + +.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 35px; +} + +.e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon { + line-height: 34px; + min-height: 34px; + min-width: 24px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + line-height: inherit; + line-height: inherit; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + min-width: 48px; + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + min-width: 24px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn { + min-height: 40px; + padding: 0 4px; + line-height: 34px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin-left: 0; + padding: 0 12px 0 15px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0 12px 0 15px; +} + +.e-bigger .e-toolbar .e-toolbar-items, +.e-toolbar.e-bigger .e-toolbar-items { + min-height: 49px; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow { + margin-left: 15px; + margin-right: 15px; + white-space: normal; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator { + display: none; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item { + min-height: 49px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 0; + padding: 2.5px 5px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator { + height: calc(100% - 12px); + margin: 6px 6px; + min-height: 36px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: calc(100% - 6px); + margin: 2px 0; + min-height: 34px; + min-width: ""; + padding: 1px 7px; + line-height: 34px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus { + padding: 0 6px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover { + padding: 0 6px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active { + padding: 0 6px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0 0 0 12px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon { + padding: 0 12px 0 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 12px 0 6px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended { + min-height: 50px; + padding-bottom: 0; + padding-left: 3px; + padding-right: 3px; + padding-top: 0; + margin-left: -1px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close { + display: none; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open { + display: inline; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended { + width: inherit; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended { + box-shadow: none; + display: inline; + white-space: normal; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) { + min-width: 0; + padding: 2.5px 5px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator { + display: none; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 49px; + vertical-align: middle; + width: auto; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 12px 0 6px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: calc(100% - 6px); + margin: 2px 0; + min-height: 34px; + min-width: ""; + padding: 1px 7px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus { + padding: 0 6px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover { + padding: 0 6px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active { + padding: 0 6px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 35px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + height: calc(100% - 12px); + margin: 6px 6px; + min-height: 36px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon { + line-height: 34px; + min-height: 34px; + min-width: 24px; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav, +.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended { + padding-right: 3px; + margin-left: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-height: 38px; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + height: auto; + margin: 6px; + min-height: auto; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + margin: 2px auto; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-hor-nav, +.e-toolbar.e-bigger.e-vertical .e-hor-nav { + min-height: 40px; + min-width: 50px; +} + +.e-toolbar { + border-radius: 4px; + display: block; + height: 40px; + min-height: 40px; + position: relative; + -ms-touch-action: none; + touch-action: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended { + padding-right: 3px; + margin-left: 0; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left { + padding-left: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align { + display: table; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + min-height: 40px; + padding-bottom: 0; + padding-left: 3px; + padding-right: 3px; + padding-top: 0; + margin-left: -1px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open { + display: inline; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended { + width: inherit; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended { + box-shadow: none; + display: inline; + white-space: normal; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) { + height: 100%; + min-width: 30px; + padding: 4px 2.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 0; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 12px 0 6px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text { + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; + font-size: 14px; + line-height: inherit; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: calc(100% - 10px); + margin: 0; + min-height: 32px; + min-width: 0; + padding: 1px 2.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 25px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + margin: 5.5px 6px; + min-height: 25px; + min-width: 1px; + vertical-align: middle; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) { + line-height: 25px; + min-height: 25px; + min-width: 27px; + padding: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) { + height: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + font-size: 14px; + vertical-align: middle; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn { + cursor: pointer; + font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; + font-size: 16px; + font-weight: 400; + overflow: hidden; + padding: 1px 2.5px; + text-align: center; + text-decoration: none; + text-transform: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child { + display: inline-block; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + text-overflow: ellipsis; +} + +.e-toolbar.e-control[class*='e-toolbar'] { + box-sizing: content-box; +} + +.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar .e-tbar-btn-text, +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: inline-block; + padding: 0 12px 0 6px; +} + +.e-toolbar.e-hidden, +.e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden { + display: none; +} + +.e-toolbar.e-corner { + border-radius: 0; +} + +.e-toolbar .e-toolbar-pop { + border-radius: 4px; + overflow: hidden; + padding: 5px 0; + position: absolute; +} + +.e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + width: auto; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden { + display: none; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: start; + justify-content: flex-start; + min-height: 40px; + padding: 0 4px; + border: 0; + border-radius: 0; + margin: 0; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + padding: 0 12px 0 15px; + width: auto; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0 12px 0 15px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + min-width: 27px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + min-width: 34px; + padding: 0; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control { + text-align: center; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon { + min-width: 100%; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: auto; + -ms-flex-pack: center; + justify-content: center; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item > * { + height: 100%; + min-width: 100%; + text-overflow: ellipsis; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar .e-toolbar-pop .e-toolpopup { + text-align: center; +} + +.e-toolbar .e-toolbar-popup { + text-align: center; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child { + margin: 0; + margin-left: 3px; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: initial; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: auto; + right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right { + left: 0; + right: auto; +} + +.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child, +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child, +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child { + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; + border-radius: 4px 0 0 4px; +} + +.e-toolbar .e-hor-nav { + -ms-flex-align: center; + align-items: center; + border-radius: 0 4px 4px 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 100%; + min-height: 39px; + overflow: hidden; + position: absolute; + right: 0; + top: 0; + width: 38px; +} + +.e-toolbar .e-hor-nav.e-ie-align { + display: table; +} + +.e-toolbar .e-popup-down-icon.e-icons, +.e-toolbar .e-popup-up-icon.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 25px; +} + +.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + line-height: 25px; + min-height: 25px; +} + +.e-toolbar .e-toolbar-items { + border-radius: 4px 0 0 4px; + display: inline-block; + height: 100%; + min-height: 39px; + vertical-align: middle; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow { + margin-bottom: 1px; + margin-left: 15px; + margin-right: 15px; + white-space: normal; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator { + display: none; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left, +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center, +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right { + display: inline; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos { + display: block; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + display: table; + height: 100%; + top: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left { + position: absolute; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + right: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: 0; + line-height: 35px; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center { + margin: 0 auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-left, +.e-toolbar .e-toolbar-items .e-toolbar-center, +.e-toolbar .e-toolbar-items .e-toolbar-right { + display: inline-block; +} + +.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child, +.e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 0; + vertical-align: middle; + width: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + height: 100%; + min-width: 30px; + padding: 4px 2.5px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + margin: 5.5px 6px; + min-height: 27px; + min-width: 1px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item input[type='checkbox'] { + height: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + height: calc(100% - 10px); + margin: 0; + min-height: 32px; + min-width: 0; + padding: 1px 2.5px; + line-height: 27px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0 1.5px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0 1.5px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0 1.5px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0 0 0 12px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon { + padding: 0 12px 0 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + min-width: 27px; + width: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item > * { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + text-overflow: ellipsis; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + height: calc(100% - 15px); + vertical-align: middle; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator { + display: none; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:first-of-type { + display: none; +} + +.e-toolbar .e-tbar-btn > :first-child { + display: inline-block; +} + +.e-toolbar .e-tbar-btn { + border: none; + cursor: pointer; + font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; + font-size: 16px; + font-weight: 400; + overflow: hidden; + padding: 1px 2.5px; + text-align: center; + text-decoration: none; + text-transform: none; +} + +.e-toolbar .e-tbar-btn .e-icons.e-btn-icon { + font-size: 16px; + vertical-align: middle; +} + +.e-toolbar .e-tbar-btn div { + vertical-align: middle; +} + +.e-toolbar .e-tbar-btn .e-tbar-btn-text { + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; + font-size: 14px; + line-height: inherit; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-vertical { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left { + bottom: 0; + top: auto; +} + +.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right { + bottom: auto; + top: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center, +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right { + height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: auto; + right: auto; + top: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right { + bottom: 0; + left: auto; + right: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item { + display: -ms-flexbox; + display: flex; + height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 33px; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + height: auto; + margin: 6px 5.5px; + min-height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + margin: 0; +} + +.e-toolbar.e-vertical .e-hor-nav { + bottom: 0; + height: auto; + left: 0; + min-height: 40px; + min-width: 50px; + right: auto; + top: auto; + width: auto; +} + +/*! toolbar theme */ +.e-toolbar { + -webkit-tap-highlight-color: transparent; + background: #f8f8f8; + border: 1px solid #ccc; + box-shadow: none; +} + +.e-toolbar.e-vertical .e-hor-nav { + border: solid #ccc; + border-width: 1px 0 0 0; +} + +.e-toolbar.e-vertical.e-rtl .e-hor-nav { + border: solid #ccc; + border-width: 0 0 1px 0; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + border-width: 0 0 1px 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay { + background: #f8f8f8; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + border: solid #ccc; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #333; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn { + background: #f8f8f8; + box-shadow: none; + color: #333; + margin: 1px 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus { + background: #e6e6e6; + border-color: #8c8c8c; + border-radius: 4px; + color: #333; + border: 1px solid #8c8c8c; + margin: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover { + background: #e6e6e6; + border-color: #adadad; + border-radius: 4px; + color: #333; + border: 1px solid #adadad; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active { + background: #e6e6e6; + border-color: #adadad; + border-radius: 4px; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #333; + border-left: 1px solid #adadad; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text { + color: #333; +} + +.e-toolbar .e-icons { + color: #333; +} + +.e-toolbar .e-toolbar-pop { + background: #f8f8f8; + border: 1px solid #ccc; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text { + color: #333; +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) { + background: #d4d4d4; + border: ""; + border-left: 1px "" #d4d4d4; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons { + color: #333; +} + +.e-toolbar .e-tbar-btn { + background: #f8f8f8; + box-shadow: none; + color: #333; + margin: 1px 0; +} + +.e-toolbar .e-tbar-btn:focus { + background: #e6e6e6; + border: 1px solid #8c8c8c; + margin: 0; + border-color: #8c8c8c; + border-radius: 4px; + color: #333; +} + +.e-toolbar .e-tbar-btn:hover { + background: #e6e6e6; + border: 1px solid #adadad; + border-color: #adadad; + border-radius: 4px; + color: #333; +} + +.e-toolbar .e-toolbar-items { + background: #f8f8f8; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay { + background: #f8f8f8; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text { + color: #333; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons { + color: #333; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + color: #333; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border: solid #ccc; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-rtl .e-hor-nav { + background: #f8f8f8; + border: solid #ccc; + border-left: 0; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover { + background: #e6e6e6; + color: #333; +} + +.e-toolbar .e-hor-nav { + background: #f8f8f8; + border: solid #ccc; + border-width: 0 0 0 1px; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav)::after { + content: ''; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active { + border: ""; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #333; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active::after { + content: ''; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):hover { + background: #e6e6e6; + border-left: 1px solid #adadad; + color: #333; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):focus { + background: #e6e6e6; + border-color: ""; + border-left: ""; + color: #333; +} + +.e-toolbar .e-tbar-btn:active { + background: #e6e6e6; + border-left: 1px solid #adadad; + border-color: #adadad; + border-radius: 4px; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #333; +} + +/*! component's theme wise override definitions and variables */ +/*! Bootstrap theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +/*! Bootstrap specific themes definition's */ +/*! Vertical Tab */ +/*! tab icons */ +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before { + content: '\e219'; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before { + content: '\e98f'; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before { + content: '\e98f'; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + content: '\e219'; +} + +.e-tab .e-tab-header .e-close-icon::before { + content: '\e7fc'; + position: relative; +} + +.e-tab .e-tab-header .e-popup-up-icon::before { + content: '\e988'; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-popup-up-icon::before { + content: '\e936'; + } +} + +.e-tab .e-tab-header .e-popup-down-icon::before { + content: '\e968'; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-popup-down-icon::before { + content: '\e936'; + } +} + +@media screen and (max-width: 480px) { + .e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before { + content: '\e918'; + } + .e-tab.e-vertical-icon .e-tab-header .e-popup-down-icon::before { + content: '\e968'; + } +} + +.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before { + content: '\eb04'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before { + content: '\eb05'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before { + content: 'More'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::after { + content: '\eb04'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::before { + content: 'More'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::after { + content: '\e84f'; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::before { + content: ''; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::after { + content: '\ebb5'; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::before { + content: ''; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::after { + content: '\ebb5'; +} + +/*! tab layout */ +.e-bigger .e-tab .e-tab-header, +.e-tab.e-bigger .e-tab-header { + height: 50px; + min-height: 50px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items, +.e-tab.e-bigger .e-tab-header .e-toolbar-items { + height: auto; + min-height: auto; + height: 50px; + min-height: 50px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active { + margin: 1px 2px 0 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0 2px 0 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav { + width: 50px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 50px; + margin: 0 2px 0 0; + min-height: 50px; + min-width: auto; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 20px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 15px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 15px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active { + margin: 0 2px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active, + .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before { + position: relative; + top: -.5px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + margin-top: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap { + padding: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + cursor: pointer; + margin: 0 0 0 10px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + margin: 0 0 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + height: 24px; + min-width: 24px; + width: 24px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon, +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 20px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + padding: 0 20px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 10px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 10px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + right: 20px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 10px 0 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 10px; +} + +.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-right: 22px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 40px; + min-height: 40px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 40px; + padding: 0 24px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + padding: 0 24px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap { + height: 40px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'], +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'], + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before { + top: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + right: 24px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav { + height: 50px; + min-height: 50px; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-scroll-nav, + .e-tab.e-bigger .e-tab-header .e-scroll-nav { + padding: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0; +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-left-nav { + padding: 0; +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 16px; + height: 44px; + line-height: 44px; + width: 44px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, + .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 16px; + height: 44px; + line-height: 44px; + width: 44px; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + font-size: 16px; + line-height: 44px; + top: 0; + vertical-align: initial; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav, +.e-tab.e-bigger .e-tab-header .e-hor-nav { + height: 50px; + min-height: 50px; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav, + .e-tab.e-bigger .e-tab-header .e-hor-nav { + padding: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 16px; + height: 44px; + line-height: 44px; + width: 44px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 16px; + height: 44px; + line-height: 44px; + width: 44px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + line-height: 44px; + top: 0; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover { + line-height: 42px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + top: 0; + line-height: 42px; + top: .5px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + line-height: 42px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + top: 0; + line-height: 42px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover { + line-height: 42px; + top: -2px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 15px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 15px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0 2px 0 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 2px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active, + .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text { + padding-top: 1px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before { + top: .5px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap { + height: initial; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before { + top: 1.5px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child { + margin: 0 2px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child, + .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text { + padding-top: .5px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before { + top: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + padding: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap { + height: initial; +} + +.e-bigger .e-tab .e-tab-header.e-vertical, +.e-tab.e-bigger .e-tab-header.e-vertical { + max-width: 150px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before, +.e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 23px; + top: 23px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before, + .e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 0; + top: 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device), +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap { + padding: 0 20px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + right: -20px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav, +.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav { + height: 24px; + min-height: 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow, +.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav { + padding: 0 20px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + line-height: 48px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + font-size: 15px; + line-height: 48px; + margin: 0 0 0 8px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items, +.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items { + height: auto; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header, +.e-tab.e-bigger.e-vertical-icon .e-tab-header { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items { + height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav { + height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav { + height: 72px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before, + .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + } +} + +.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active, +.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active { + margin: 0 0 0 2px; +} + +.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items, +.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav, +.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav { + height: 24px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 50px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 72px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus { + height: 40px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 40px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 50px; +} + +.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 50px; + padding: 0; +} + +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 15px; +} + +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 15px; +} + +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 15px; +} + +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 13px; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-close-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-close-icon::before { + top: 0; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before { + top: 0; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + top: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active, +.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active { + margin: 0 0 0 2px; +} + +.e-bigger .e-tab.e-fill .e-tab-header, +.e-tab.e-bigger.e-fill .e-tab-header { + height: 50px; + min-height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header, + .e-tab.e-bigger.e-fill .e-tab-header { + height: 50px; + min-height: 50px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items { + height: auto; + min-height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items { + min-height: 50px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 50px; + margin: 0 2px 0 0; + min-height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator), + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 50px; + min-height: 50px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 20px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 20px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 50px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 50px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + height: auto; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 20px; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 50px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 72px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; + } +} + +.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header, +.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header { + height: 70px; + min-height: 70px; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 2px 0 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 20px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 20px; + } +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 20px; +} + +.e-bigger .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 10px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 10px 0 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 10px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: 20px; + right: auto; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-left: 22px; + margin-right: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 12px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + left: 24px; + right: auto; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 12px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-hor-nav, +.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-right-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-hor-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-right-nav { + padding: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-left-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-left-nav { + padding: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + left: -20px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav { + padding: 0 20px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after, +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after { + margin: 0 8px 0 0; +} + +.e-tab { + display: block; + position: relative; +} + +.e-tab.e-hidden { + display: none; +} + +.e-tab.e-fill-mode .e-content, +.e-tab.e-fill-mode .e-content .e-item, +.e-tab.e-fill-mode .e-content .e-item > div, +.e-tab.e-fill-mode .e-content .e-item > div > .e-blazor-template { + height: 100%; +} + +.e-tab .e-tab-header { + height: 40px; + min-height: 40px; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header::before { + content: ''; + position: absolute; + display: block; +} + +.e-tab .e-tab-header:not(.e-vertical)::before { + bottom: 0; + top: 0; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-items { + height: auto; + margin: 0; + min-height: 40px; + position: relative; + height: 40px; + min-height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items { + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device { + padding: 0; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav { + display: none; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll[style*='overflow: hidden'] .e-toolbar-item:not(.e-separator).e-active { + margin-bottom: 0; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav { + width: 40px; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0 2px 0 0; +} + +.e-tab .e-tab-header .e-hscroll-bar { + overflow: hidden; +} + +.e-tab .e-tab-header .e-indicator { + display: none; + position: absolute; +} + +.e-tab .e-tab-header .e-indicator.e-hidden { + display: none; +} + +.e-tab .e-tab-header:not(.e-vertical) .e-indicator { + bottom: 0; + height: 2px; + left: 0; + right: 0; + transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1); +} + +.e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.e-tab .e-tab-header .e-toolbar-item.e-hidden { + display: none; +} + +.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 40px; + margin: 0 2px 0 0; + min-height: 40px; + min-width: auto; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 40px; + padding: 0 15px; + width: 100%; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 15px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-text-wrap { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-text-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-text { + display: inherit; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; + text-transform: capitalize; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 15px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active { + margin: 0 2px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active { + margin: 0 2px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 40px; + margin-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 400; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before { + top: -1px; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 40px; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + display: none; + margin: 0 0 0 8px; + min-width: 12px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + margin: 0 0 0 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon, +.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-close-icon, + .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; + } +} + +@media screen\0 { + .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + top: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + display: -ms-inline-flexbox; + display: inline-flex; + height: 20px; + min-width: 20px; + width: 20px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + height: 20px; + width: 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 16px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-icon, + .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + -ms-flex-pack: center; + justify-content: center; + padding: 0 15px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + padding: 0 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 10px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom { + height: 62px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom { + height: 72px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 62px; + position: relative; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + display: block; + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + position: absolute; + right: 15px; + top: calc(50% - 6px); +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + right: 12px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 8px 0 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 10px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 10px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top, +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + margin: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop { + overflow-y: auto; + padding: 5px 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 26px; + min-height: 26px; + min-width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 26px; + padding: 0 20px; + text-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 24px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap { + height: 26px; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + display: -ms-inline-flexbox; + display: inline-flex; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + margin: 0 0 0 8px; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before { + top: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap { + display: -ms-inline-flexbox; + display: inline-flex; + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + display: block; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 0 10px; + padding-left: 0; + padding-right: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 0 12px; + padding-left: 0; + padding-right: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + right: 20px; + top: initial; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon { + -ms-flex-align: center; + align-items: center; + -ms-flex-item-align: center; + align-self: center; + display: -ms-inline-flexbox; + display: inline-flex; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon { + display: none; + } +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon { + display: -ms-inline-flexbox; + display: inline-flex; + } +} + +.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-right: 20px; +} + +.e-tab .e-tab-header .e-scroll-nav { + height: 40px; + min-height: 40px; + min-width: auto; + width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav { + padding: 0; +} + +.e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0; + } +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + font-size: 16px; + line-height: 34px; + position: relative; + top: 0; + vertical-align: initial; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 16px; + height: 34px; + line-height: 34px; + width: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 16px; + height: 44px; + line-height: 44px; + width: 44px; + } +} + +.e-tab .e-tab-header .e-hor-nav { + height: 40px; + min-height: 40px; + min-width: auto; + padding: 0; + width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav { + height: 50px; + min-height: 50px; + padding: 0; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 16px; + height: 34px; + line-height: 34px; + width: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 16px; + height: 44px; + line-height: 44px; + width: 44px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + line-height: 34px; + position: relative; + top: 0; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover { + line-height: 34px; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + top: 0; + line-height: 34px; + top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + line-height: 43px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon { + transform: none; + transition: none; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + transform: none; + transition: none; + } +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + line-height: 32px; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + top: 0; + line-height: 32px; + top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, + .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + line-height: 43px; + } +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover { + line-height: 32px; + top: -.5px; +} + +.e-tab .e-tab-header.e-horizontal-bottom::before { + bottom: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar { + margin-top: -1px; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + padding-bottom: 0; + padding-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + } +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-indicator { + bottom: auto; + top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 2px 0 0; + padding-bottom: 0; + padding-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 2px 0 0; + } +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 40px; + padding: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: initial; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap { + height: initial; + padding: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap::before { + bottom: auto; + top: 0; +} + +.e-tab .e-tab-header.e-vertical { + max-width: 150px; + z-index: 1; +} + +.e-tab .e-tab-header.e-vertical::before { + bottom: 0; + height: 100%; + left: 0; + top: 0; +} + +.e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 15px; + height: auto; + top: 15px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 0; + top: 0; + } +} + +.e-tab .e-tab-header.e-vertical .e-indicator { + display: none; + transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1); + width: 2px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) { + padding: 16px 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap { + padding: 0 15px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-text-wrap { + position: relative; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text, +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-icon::before { + text-align: center; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before { + display: none; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + right: -15px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-pop { + top: initial !important; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left { + float: left; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left::before { + right: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left .e-indicator { + left: auto; + right: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right { + float: right; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right::before { + right: auto; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-indicator { + left: 0; + right: auto; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-tab-wrap { + text-align: right; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text { + width: auto; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav { + height: 16px; + -ms-flex-pack: center; + justify-content: center; + min-height: 16px; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + font-size: 10px; + height: 16px; + line-height: 16px; + margin: 0 auto; + width: 16px; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav { + padding: 0 15px; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + height: 100%; + transform: none; + transition: none; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + float: left; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; + line-height: 36px; + text-align: left; + text-transform: capitalize; + transform: none; + transition: none; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + float: left; + font-size: 12px; + line-height: 36px; + margin: 0 0 0 8px; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, + .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + font-size: 15px; + } +} + +.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-nav, +.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-overlay { + display: none; +} + +.e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items { + height: auto; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: -15px; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav { + padding: 0 15px; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + float: right; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + float: right; + margin: 0 8px 0 0; +} + +.e-tab .e-content { + position: relative; +} + +.e-tab .e-content .e-item.e-view { + bottom: 0; + left: 0; + overflow: hidden; + position: absolute; + right: 0; + top: 0; +} + +.e-tab .e-content > .e-item { + display: none; +} + +.e-tab .e-content > .e-item.e-active { + background: inherit; + display: block; +} + +.e-tab .e-content.e-progress { + overflow-x: hidden; +} + +.e-tab.e-vertical-tab .e-content { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-vertical-tab .e-content .e-item.e-active { + display: -ms-flexbox; + display: flex; + -ms-flex: none; + flex: none; +} + +.e-tab.e-vertical-tab .e-content .e-item, +.e-tab.e-vertical-tab .e-content .e-item > :first-child { + width: 100%; +} + +.e-tab.e-vertical-icon .e-tab-header { + height: 62px; + min-height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items { + height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav { + height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-hor-nav { + height: 62px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + } +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before, +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before { + display: none; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap { + position: relative; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav { + height: 16px; +} + +.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active { + margin: 0 0 0 2px; +} + +.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 40px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 40px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 62px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus { + height: 26px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 26px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 40px; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 40px; + padding: 0; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-template .e-content > .e-item { + display: none; +} + +.e-tab.e-template .e-content > .e-item.e-active { + background: inherit; + display: block; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + display: block; + line-height: 15px; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + display: block; + line-height: 14px; +} + +.e-tab.e-ie .e-tab-header .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; +} + +.e-tab.e-ie .e-tab-header .e-popup-up-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-ie .e-tab-header .e-popup-up-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-ie .e-tab-header .e-popup-down-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-ie .e-tab-header .e-popup-down-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + display: block; + line-height: 14px; + position: relative; +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + display: block; + line-height: 11px; + position: relative; +} + +.e-tab.e-edge .e-tab-header .e-popup-up-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-up-icon { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; + } +} + +@media screen and (max-width: 480px) and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-up-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-up-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-down-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-safari .e-tab-header .e-close-icon::before { + top: -1px; +} + +.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before { + top: 0; +} + +.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + top: 0; +} + +.e-tab.e-disable { + pointer-events: none; +} + +.e-tab.e-fill .e-tab-header { + height: 40px; + min-height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header { + height: 50px; + min-height: 50px; + } +} + +.e-tab.e-fill .e-tab-header::before { + display: none; +} + +.e-tab.e-fill .e-tab-header .e-indicator { + display: none; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items { + height: auto; + min-height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-items { + min-height: 50px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 40px; + margin: 0 2px 0 0; + min-height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 50px; + min-height: 50px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 62px; + min-height: 62px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 40px; + padding: 0 15px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 15px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 50px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 400; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 50px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 62px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + height: auto; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + padding: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-itop { + padding-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin-right: 0; + padding: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + } +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: 44px; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 15px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 40px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 40px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 62px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; + } +} + +.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-tab.e-fill.e-vertical-icon .e-tab-header { + height: 60px; + min-height: 60px; +} + +.e-tab.e-background .e-tab-header::before { + display: none; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 2px 0 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 15px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 20px; + } +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 40px; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 400; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 15px; +} + +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + padding: 0; +} + +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0; + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap { + height: 26px; +} + +.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 8px 0 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 8px 0 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: 15px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-left: 20px; + margin-right: 0; +} + +.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active { + margin: 0 0 0 2px; +} + +.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active .e-tab-text { + margin-bottom: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 10px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 0; + } +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + left: 16px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + left: 24px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 10px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 10px; + padding-right: 0; + } +} + +.e-tab.e-rtl .e-tab-header .e-hor-nav, +.e-tab.e-rtl .e-tab-header .e-scroll-right-nav { + padding: 0; +} + +.e-tab.e-rtl .e-tab-header .e-scroll-left-nav { + padding: 0; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + display: none; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + margin: 0; + width: 100%; +} + +/*! tab theme */ +.e-tab { + background: transparent; + border: none; +} + +.e-tab .e-tab-header { + background: inherit; + border: 0; + border-radius: 0; +} + +.e-tab .e-tab-header::before { + border-color: #ddd; + border-style: solid; +} + +.e-tab .e-tab-header:not(.e-vertical)::before { + border-width: 0 0 1px; +} + +.e-tab .e-tab-header[style*='overflow: hidden'] { + border: 0; +} + +.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active { + border-bottom: 1px solid #fff; +} + +.e-tab .e-tab-header .e-toolbar-items { + background: inherit; +} + +.e-tab .e-tab-header .e-indicator { + background: #555; +} + +.e-tab .e-tab-header .e-toolbar-item { + background: inherit; + border: 1px solid transparent; +} + +.e-tab .e-tab-header .e-toolbar-item .e-ripple-element { + background: rgba(85, 85, 85, 0); +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-radius: 4px; + color: #317ab9; +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #317ab9; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #317ab9; + } + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #317ab9; + } + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon { + color: #777; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: #eee; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: initial; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #1f496e; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active { + border: 1px solid #ddd; + border-radius: 4px 4px 0 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #555; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #555; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon { + color: #555; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text { + color: #777; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon { + color: #777; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay { + background: inherit; + opacity: 1; + pointer-events: none; +} + +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon { + color: #777; +} + +.e-tab .e-tab-header .e-toolbar-pop { + background: #fff; + border: 1px solid #ccc; + border-radius: 4px; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + overflow-y: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop[e-animate='true'] { + overflow-y: hidden; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover { + background: #f5f5f5; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: #1f496e; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active { + background: #f5f5f5; +} + +.e-tab .e-tab-header .e-scroll-nav, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow { + color: #777; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover { + background: initial; + color: #333; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active { + box-shadow: none; +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow { + background: inherit; + color: #333; +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover { + background: initial; + color: #333; +} + +.e-tab .e-tab-header .e-scroll-nav:active, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active { + box-shadow: none; +} + +.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow { + color: rgba(119, 119, 119, 0.65); +} + +.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover { + color: rgba(119, 119, 119, 0.65); +} + +.e-tab .e-tab-header .e-hor-nav, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) { + background: transparent; + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon { + color: #333; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover { + background: #e6e6e6; + border: 1px solid #adadad; + border-radius: 4px; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover { + color: #333; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon { + background: inherit; + border: 1px solid #8c8c8c; + border-radius: 4px; + color: #333; + background: inherit; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover { + background: #e6e6e6; + border: 1px solid #adadad; + border-radius: 4px; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active { + background: #e6e6e6; + border: 1px solid #adadad; + border-radius: 4px; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-tab .e-tab-header .e-hor-nav:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover { + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav:hover:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active { + background: transparent; +} + +.e-tab .e-tab-header .e-hor-nav:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):active { + box-shadow: none; +} + +.e-tab .e-tab-header .e-hor-nav.e-nav-active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active { + background: inherit; + border: 0; + box-shadow: none; +} + +.e-tab .e-tab-header.e-horizontal-bottom[style*='overflow: hidden'] { + border: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom[style*='overflow: hidden'] .e-toolbar-items { + border-bottom: 0; + border-top: 1px solid #ddd; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + border-bottom: 0; + border-radius: 0 0 4px 4px; + border-top: 1px solid #fff; + border-top-color: #fff; + border-bottom: 1px solid #ddd; +} + +.e-tab .e-tab-header.e-vertical::before { + border-width: 0 1px 0 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active { + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active { + border-radius: 4px 0 0 4px; + border-right: 1px solid #fff; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active { + border-left: 1px solid #fff; + border-radius: 0 4px 4px 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-pop { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav { + background: inherit; + border: 1px solid transparent; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-up-nav { + border-bottom-color: #ddd; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav { + border-top-color: #ddd; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow:hover { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover { + background: #eee; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow { + color: #333; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus { + background: #eee; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover { + background: none; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover { + background: inherit; + border: 0; + box-shadow: none; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon { + border: 0; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + background: #eee; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text { + color: #1f496e; +} + +.e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #333; +} + +.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #333; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + border: 0; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + border: 0; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus { + outline: 0; +} + +.e-tab.e-disable { + pointer-events: none; +} + +.e-tab.e-disable .e-tab-header .e-indicator { + background: rgba(85, 85, 85, 0.38); +} + +.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #777; +} + +.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #777; +} + +.e-tab.e-disable .e-content { + opacity: 0.38; +} + +.e-tab.e-fill .e-tab-header { + border-bottom: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element { + background: rgba(85, 85, 85, 0); +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #317ab9; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #1f496e; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + background: #317ab9; + border-radius: 4px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #fff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon { + color: #f5f5f5; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover { + color: #fff; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical { + border-bottom: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left { + border-right: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right { + border-left: 0; +} + +.e-tab.e-fill.e-corner .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + border-radius: 3px 3px 0 0; +} + +.e-tab.e-fill.e-corner .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap { + border-radius: 0 0 3px 3px; +} + +.e-tab.e-fill.e-disable .e-tab-header { + border-bottom: 0; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #777; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active { + opacity: 0.65; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #317ab9; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 0; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon { + color: #1f496e; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #eee; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon { + color: #1f496e; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header { + background: inherit; + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items { + background: inherit; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-indicator { + background: #555; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element { + background: rgba(85, 85, 85, 0); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + background: inherit; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: #eee; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: #1f496e; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon { + color: #317ab9; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon { + color: #777; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover { + color: #1f496e; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + background: #317ab9; + border-radius: 4px; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon { + color: #777; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #317ab9; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon { + color: #f5f5f5; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap { + background: #317ab9; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon { + color: #777; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item { + background: inherit; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #317ab9; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover { + background: #eee; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: #fff; + color: #317ab9; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow { + color: #777; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover { + background: inherit; + color: #333; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #333; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover { + background: inherit; + color: #333; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:active::after { + animation: none; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon { + color: #777; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + color: #333; + background: #e6e6e6; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #333; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:active::after { + animation: none; +} + +.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon { + color: #333; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + border: 0; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + border: 0; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover { + background: none; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow { + color: #333; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background.e-disable .e-tab-header .e-indicator { + background: rgba(85, 85, 85, 0.38); +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #777; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #777; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon { + color: #777; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active { + opacity: 0.65; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #317ab9; + color: #fff; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-background.e-accent .e-tab-header .e-indicator { + background: #555; +} + +.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator { + background: rgba(85, 85, 85, 0.38); +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + background: #eee; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon { + color: #317ab9; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #eee; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon { + color: #1f496e; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon { + color: #1f496e; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap { + background: #317ab9; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus { + background: #eee; +} + +.e-tab.e-background.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #333; +} + +.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #333; +} + +.e-tab.e-rtl .e-tab-header .e-hscroll.e-rtl .e-scroll-nav { + border: 0; +} + +.e-tab .e-content { + background: inherit; +} + +.e-tab .e-content .e-item { + background: inherit; + color: #000; +} + +/*! TreeView's bootstrap theme wise override definitions and variables */ +.e-treeview .e-list-item div.e-icons.interaction { + -webkit-transition: -webkit-transform .3s ease-in-out; + border-radius: 15px; + transition: transform .3s ease-in-out; +} + +.e-treeview .e-list-item .e-icons.e-icon-collapsible { + transform: rotate(90deg); +} + +.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next { + transform: rotate(180deg); +} + +.e-treeview.e-rtl div.e-icons { + transform: rotate(180deg); +} + +/*! TreeView icons */ +.e-treeview .e-list-item div.e-icons::before { + content: '\e230'; +} + +.e-treeview .e-sibling::before { + content: ''; +} + +.e-treeview .e-popup .e-icons::before { + content: '\e930'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-in::before { + content: '\e22c'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-out::before { + content: '\e22b'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-next::before { + content: '\e22d'; +} + +.e-treeview.e-drag-item .e-icons.e-no-drop::before { + content: '\e22a'; +} + +@keyframes rotation { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +.e-bigger .e-treeview .e-fullrow, +.e-treeview.e-bigger .e-fullrow { + height: 40px; +} + +.e-bigger .e-treeview .e-list-text, +.e-treeview.e-bigger .e-list-text { + line-height: 38px; + min-height: 38px; + padding: 0 10px; +} + +.e-bigger .e-treeview .e-list-text .e-input-group, +.e-treeview.e-bigger .e-list-text .e-input-group { + height: 38px; +} + +.e-bigger .e-treeview .e-list-text .e-input-group .e-input, +.e-treeview.e-bigger .e-list-text .e-input-group .e-input { + height: 36px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper, +.e-treeview.e-bigger .e-checkbox-wrapper { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon, +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-img { + margin: 0 0 0 16px; +} + +.e-bigger .e-treeview .e-list-icon, +.e-bigger .e-treeview .e-list-img, +.e-treeview.e-bigger .e-list-icon, +.e-treeview.e-bigger .e-list-img { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-list-icon + .e-list-icon, +.e-bigger .e-treeview .e-list-icon + .e-list-img, +.e-bigger .e-treeview .e-list-img + .e-list-icon, +.e-bigger .e-treeview .e-list-img + .e-list-img, +.e-treeview.e-bigger .e-list-icon + .e-list-icon, +.e-treeview.e-bigger .e-list-icon + .e-list-img, +.e-treeview.e-bigger .e-list-img + .e-list-icon, +.e-treeview.e-bigger .e-list-img + .e-list-img { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-icon-collapsible::before, +.e-bigger .e-treeview .e-icon-expandable::before, +.e-treeview.e-bigger .e-icon-collapsible::before, +.e-treeview.e-bigger .e-icon-expandable::before { + padding: 7px; +} + +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper { + margin: 0 10px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-img { + margin: 0 16px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-img { + margin: 0 10px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img, +.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-img + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-img + .e-list-img { + margin: 0 10px 0 0; +} + +.e-treeview { + display: block; + overflow: hidden; + position: relative; + white-space: nowrap; +} + +.e-treeview > .e-ul { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.e-treeview .e-ul { + margin: 0; + padding: 0 0 0 24px; +} + +.e-treeview li.e-node-collapsed .e-list-item .e-fullrow { + display: none; +} + +.e-treeview .e-list-item { + list-style: none; + padding: 2px 0; +} + +.e-treeview .e-list-item .e-ul { + margin: 2px 0 -2px; + padding: 0 0 0 24px; +} + +.e-treeview .e-list-item.e-disable > .e-text-content, +.e-treeview .e-list-item.e-disable > .e-fullrow { + -ms-touch-action: none; + filter: alpha(opacity=50); + opacity: .5; + pointer-events: none; + touch-action: none; +} + +.e-treeview .e-list-item .e-icons.e-icons-spinner::before { + content: none; +} + +.e-treeview .e-icons .e-spinner-pane { + position: relative; +} + +.e-treeview .e-text-content { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + cursor: pointer; + margin: 0; + padding: 0 0 0 24px; +} + +.e-treeview .e-fullrow { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + box-sizing: border-box; + cursor: pointer; + height: 32px; + left: 0; + overflow: hidden; + position: absolute; + width: 100%; +} + +.e-treeview .e-checkbox-wrapper { + margin: 0 0 0 5px; + pointer-events: all; + position: relative; +} + +.e-treeview .e-checkbox-wrapper + .e-list-icon, +.e-treeview .e-checkbox-wrapper + .e-list-img { + margin: 0 0 0 12px; +} + +.e-treeview .e-checkbox-wrapper + .e-list-text { + padding: 0 10px; +} + +.e-treeview .e-checkbox-wrapper .e-ripple-container { + bottom: -7px; + height: 32px; + left: -7px; + right: -7px; + top: -7px; + width: 32px; +} + +.e-treeview .e-list-text { + box-sizing: border-box; + display: inline-block; + line-height: 30px; + margin: 0; + min-height: 30px; + padding: 0 5px; + text-decoration: none; + vertical-align: middle; +} + +.e-treeview .e-list-text .e-input-group { + height: 30px; + margin-bottom: 0; + min-width: 150px; + vertical-align: bottom; +} + +.e-treeview .e-list-text .e-input-group .e-input { + height: 28px; +} + +.e-treeview .e-list-icon, +.e-treeview .e-list-img { + display: inline-block; + height: 18px; + margin: 0 0 0 5px; + vertical-align: middle; + width: 18px; +} + +.e-treeview .e-list-icon + .e-list-icon, +.e-treeview .e-list-icon + .e-list-img, +.e-treeview .e-list-img + .e-list-icon, +.e-treeview .e-list-img + .e-list-img { + margin: 0 0 0 10px; +} + +.e-treeview .e-list-icon + .e-list-text, +.e-treeview .e-list-img + .e-list-text { + padding: 0 10px; +} + +.e-treeview .e-icon-collapsible, +.e-treeview .e-icon-expandable { + display: inline-block; + height: 24px; + margin: 0 0 0 -24px; + vertical-align: middle; + width: 24px; +} + +.e-treeview .e-icon-collapsible::before, +.e-treeview .e-icon-expandable::before { + display: inline-block; + padding: 8px; +} + +.e-treeview .e-load { + animation: rotation .5s infinite linear; +} + +.e-treeview .e-sibling { + border: 4px solid transparent; + height: 6px; + margin-top: -5px; + position: absolute; + width: 6px; + z-index: 2; +} + +.e-treeview .e-text-content + .e-sibling { + margin-top: -1px; +} + +.e-treeview .e-sibling::before { + left: 0; + height: 1px; + position: absolute; + width: 144px; + z-index: 2; +} + +.e-treeview .e-popup { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + font-weight: normal; + position: absolute; + z-index: 99999; +} + +.e-treeview .e-popup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-treeview .e-popup .e-icons { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + line-height: 18px; + padding: 4px; + width: 26px; +} + +.e-treeview .e-popup .e-downtail::before, +.e-treeview .e-popup .e-downtail::after { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-treeview .e-popup .e-downtail::after { + bottom: -18px; +} + +.e-treeview.e-fullrow-wrap .e-text-content { + pointer-events: none; + position: relative; +} + +.e-treeview.e-fullrow-wrap .e-icon-collapsible, +.e-treeview.e-fullrow-wrap .e-icon-expandable, +.e-treeview.e-fullrow-wrap .e-input, +.e-treeview.e-fullrow-wrap .e-list-url { + pointer-events: auto; +} + +.e-treeview.e-drag-item { + overflow: visible; + z-index: 10000; +} + +.e-treeview.e-drag-item .e-text-content { + float: left; +} + +.e-treeview.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-drag-item .e-icon-expandable::before { + font-size: 12px; + padding: 6px; +} + +.e-treeview.e-drag-item .e-drop-count { + border: 1px solid; + border-radius: 15px; + box-sizing: content-box; + font-size: 13px; + line-height: normal; + min-width: 12px; + padding: 3px 5px 4px; + margin-left: -12px; + position: absolute; + text-align: center; + top: -10px; +} + +.e-treeview.e-dragging .e-text-content, +.e-treeview.e-dragging .e-fullrow { + cursor: default; +} + +.e-treeview.e-rtl .e-ul { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-list-item .e-ul { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-text-content { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-checkbox-wrapper { + margin: 0 5px 0 0; +} + +.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img { + margin: 0 12px 0 0; +} + +.e-treeview.e-rtl .e-list-icon, +.e-treeview.e-rtl .e-list-img { + margin: 0 5px 0 0; +} + +.e-treeview.e-rtl .e-list-icon + .e-list-icon, +.e-treeview.e-rtl .e-list-icon + .e-list-img, +.e-treeview.e-rtl .e-list-img + .e-list-icon, +.e-treeview.e-rtl .e-list-img + .e-list-img { + margin: 0 10px 0 0; +} + +.e-treeview.e-rtl .e-icon-collapsible, +.e-treeview.e-rtl .e-icon-expandable { + margin: 0 -24px 0 0; +} + +.e-treeview.e-rtl .e-sibling::before { + right: 0; +} + +.e-treeview.e-rtl.e-drag-item .e-text-content { + float: right; +} + +.e-treeview.e-rtl.e-drag-item .e-drop-count { + margin-right: -12px; +} + +.e-bigger .e-treeview .e-list-text, +.e-treeview.e-bigger .e-list-text { + font-size: 15px; +} + +.e-bigger .e-treeview .e-icon-collapsible::before, +.e-bigger .e-treeview .e-icon-expandable::before, +.e-treeview.e-bigger .e-icon-collapsible::before, +.e-treeview.e-bigger .e-icon-expandable::before { + font-size: 10px; +} + +.e-treeview { + -webkit-tap-highlight-color: transparent; +} + +.e-treeview .e-text-content, +.e-treeview .e-fullrow { + border-color: transparent; +} + +.e-treeview .e-list-text { + color: #333; + font-size: 14px; +} + +.e-treeview .e-list-icon, +.e-treeview .e-list-img { + font-size: 16px; +} + +.e-treeview .e-icon-collapsible, +.e-treeview .e-icon-expandable { + color: #333; +} + +.e-treeview .e-icon-collapsible::before, +.e-treeview .e-icon-expandable::before { + font-size: 8px; +} + +.e-treeview .e-list-item.e-active, +.e-treeview .e-list-item.e-hover { + background: transparent; +} + +.e-treeview .e-list-item.e-hover > .e-text-content { + color: #333; +} + +.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text { + color: #333; +} + +.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable { + color: #333; +} + +.e-treeview .e-list-item.e-active > .e-text-content { + color: #fff; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-list-text { + color: #fff; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable { + color: #fff; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content { + color: #fff; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text { + color: #fff; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable { + color: #fff; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content { + color: #333; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text { + color: #333; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable { + color: #333; +} + +.e-treeview .e-list-item.e-hover > .e-fullrow { + background-color: #f5f5f5; + border-color: #f5f5f5; +} + +.e-treeview .e-list-item.e-active > .e-fullrow { + background-color: #317ab9; + border-color: #317ab9; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow { + background-color: transparent; + border-color: transparent; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content { + color: #333; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text { + color: #333; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-fullrow { + background-color: #317ab9; + border-color: #66afe9; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); +} + +.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, +.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} + +.e-treeview .e-list-item.e-disable > .e-text-content, +.e-treeview .e-list-item.e-disable > .e-fullrow { + color: #333; +} + +.e-treeview .e-list-item.e-disable .e-icon-collapsible, +.e-treeview .e-list-item.e-disable .e-icon-expandable { + color: #333; +} + +.e-treeview .e-sibling { + border-right-color: transparent; + border-left-color: #317ab9; +} + +.e-treeview .e-sibling::before { + background: #333; +} + +.e-treeview .e-popup .e-content { + background-color: #fff; + border-color: #eee; +} + +.e-treeview .e-popup.e-select .e-icons { + border-color: #eee; +} + +.e-treeview .e-popup .e-downtail::before { + border-top-color: #eee; +} + +.e-treeview .e-popup .e-downtail::after { + border-top-color: #fff; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content { + background-color: #f5f5f5; + border-color: #f5f5f5; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content { + background-color: #317ab9; + border-color: #317ab9; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content { + background-color: #317ab9; + border-color: #66afe9; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} + +.e-treeview.e-fullrow-wrap .e-text-content { + border-color: transparent; +} + +.e-treeview.e-drag-item { + background-color: #e6e6e6; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-treeview.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-drag-item .e-icon-expandable::before { + font-size: 12px; +} + +.e-treeview.e-drag-item .e-list-text { + color: #333; +} + +.e-treeview.e-drag-item .e-icons { + color: #333; +} + +.e-treeview.e-drag-item .e-drop-count { + background-color: #d9534f; + border-color: #fff; + color: #fff; +} + +.e-treeview.e-drag-item.e-rtl .e-sibling { + border-left-color: transparent; + border-right-color: #317ab9; +} + +ejs-sidebar { + display: block; +} + +.e-sidebar { + -webkit-tap-highlight-color: transparent; + background: #fff; + height: 100%; + overflow: auto; + position: fixed; + top: 0; + transition: none; + vertical-align: middle; + visibility: hidden; + will-change: transform; +} + +.e-sidebar.e-right.e-open { + transform: translateX(0%); + transition: transform .5s ease; + visibility: visible; +} + +.e-sidebar.e-right.e-close { + box-shadow: none; + transform: translateX(100%); + transition: transform .5s ease, visibility 500ms; + visibility: hidden; +} + +.e-sidebar.e-left.e-open { + transform: translateX(0%); + transition: transform .5s ease; + visibility: visible; +} + +.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close { + transition: transform .5s ease, visibility 500ms; +} + +.e-sidebar.e-left.e-close { + box-shadow: none; + transform: translateX(-100%); + visibility: hidden; +} + +.e-sidebar.e-right.e-close { + box-shadow: none; + transform: translateX(100%); + transition: transform .5s ease, visibility 500ms; + visibility: hidden; +} + +.e-sidebar.e-right { + border-left: 1px solid #eee; + left: auto; + right: 0; + top: 0; +} + +.e-sidebar.e-left { + border-right: 1px solid #eee; + left: 0; + right: auto; + top: 0; +} + +.e-sidebar.e-left.e-close.e-dock { + transform: translateX(0%); + transition: width .5s ease, visibility 500ms; + visibility: visible; +} + +.e-sidebar.e-right.e-close.e-dock { + transform: translateX(0%); + transition: width .5s ease, visibility 500ms; + visibility: visible; +} + +.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation { + transition: none; +} + +.e-sidebar.e-visibility { + visibility: hidden; +} + +.e-sidebar.e-over { + box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); +} + +.e-sidebar-absolute { + position: absolute; +} + +.e-sidebar-context { + overflow-x: hidden; + position: relative; +} + +.e-backdrop { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + top: 0; + width: auto; + z-index: 999; +} + +.e-content-animation { + transition: margin .5s ease, transform .5s ease; +} + +.e-content-animation.e-overlay { + box-sizing: border-box; + overflow: auto; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-disable-interaction { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-sidebar-overflow { + overflow-x: hidden !important; +} + +.e-sidebar-overlay { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-content-placeholder.e-sidebar.e-placeholder-sidebar { + left: 0; + position: fixed; + right: auto; + top: 0; + visibility: visible; +} + +/*! component's theme wise override definitions and variables */ +/*! component's theme wise override definitions and variables */ +/*! menu layout */ +.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before { + content: '\e207'; +} + +.e-menu-wrapper ul .e-menu-item .e-caret::before { + content: '\e95d'; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret::before { + content: '\e207'; +} + +.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon::before { + content: '\e941'; +} + +.e-menu-wrapper.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before { + content: '\e60a'; +} + +.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret::before, +.e-menu-wrapper.e-hamburger .e-menu-item .e-caret::before { + content: '\e95d'; +} + +.e-menu-wrapper.e-rtl.e-hamburger ul.e-ul .e-caret::before { + content: '\e95d'; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before, +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before { + content: '\e207'; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before, +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before { + content: '\e95d'; +} + +.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before { + content: '\e937'; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before { + content: '\e95d'; +} + +/*! menu layout */ +.e-menu-wrapper { + border: 1px solid #ccc; + border-radius: 4px; + display: inline-block; + line-height: 0; +} + +.e-menu-wrapper ul { + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + overflow: hidden; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + font-size: 14px; + padding: 0; + text-align: left; + white-space: nowrap; +} + +.e-menu-wrapper ul.e-ul, +.e-menu-wrapper ul.e-ul * { + box-sizing: border-box; +} + +.e-menu-wrapper ul.e-ul:focus, +.e-menu-wrapper ul.e-ul *:focus { + outline: none; +} + +.e-menu-wrapper ul.e-vertical { + min-width: 120px; +} + +.e-menu-wrapper ul.e-vertical .e-menu-item { + display: list-item; +} + +.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-left: 34px; +} + +.e-menu-wrapper ul.e-vertical .e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; +} + +.e-menu-wrapper ul.e-menu { + display: inline-block; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator { + border-right-style: solid; + border-right-width: 1px; + padding: 0; +} + +.e-menu-wrapper ul .e-menu-item { + cursor: pointer; + position: relative; + display: -ms-inline-flexbox; + display: inline-flex; + height: 40px; + line-height: 40px; + padding: 0 12px; + vertical-align: top; + white-space: nowrap; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-hide { + display: none; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-url { + text-decoration: none; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + display: inline-block; + vertical-align: middle; +} + +.e-menu-wrapper ul .e-menu-item.e-separator { + cursor: auto; + line-height: normal; + pointer-events: none; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 14px; + height: auto; + line-height: 40px; + margin-right: 8px; + text-align: center; + width: auto; +} + +.e-menu-wrapper ul .e-menu-item .e-caret { + font-size: 10px; + height: auto; + line-height: 40px; + position: absolute; + right: 12px; + width: auto; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 30px; +} + +.e-menu-wrapper ul .e-menu-item.e-disabled { + cursor: auto; + opacity: 0.65; + pointer-events: none; +} + +.e-menu-wrapper .e-ul { + font-size: 14px; + padding: 3px 0; + min-width: 120px; +} + +.e-menu-wrapper .e-ul .e-menu-item { + height: 26px; + line-height: 26px; + padding: 0 14px; + display: list-item; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 26px; + margin-right: 12px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + line-height: 26px; + margin-left: 16px; + margin-right: 0; + position: absolute; + right: 7px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; + margin: 3px 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-blankicon { + padding-left: 42px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + font-size: 10px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + width: auto; +} + +.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon { + float: right; +} + +.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-title { + padding: 0 16px; +} + +.e-menu-wrapper .e-menu-header { + display: none; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + text-align: left; + white-space: nowrap; +} + +.e-menu-wrapper .e-menu-header .e-menu-title, +.e-menu-wrapper .e-menu-header .e-menu-icon { + display: inline-block; + line-height: inherit; +} + +.e-menu-wrapper .e-menu-header .e-menu-icon { + cursor: pointer; + float: left; + outline: none; + padding: 0 16px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) { + padding: 0 30px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav { + width: 30px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus, .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover { + border: 0; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav { + border-left: 1px solid #ccc; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav { + border-right: 1px solid #ccc; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar { + overflow-y: hidden; +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow { + font-size: 10px; +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow { + transform: rotate(0deg); +} + +.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper.e-popup.e-menu-popup { + border: 1px solid #ccc; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + overflow: hidden; + position: absolute; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) { + padding: 16px 0; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav { + transform: none; + width: 100%; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow { + transform: none; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar { + height: 100%; + width: inherit; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content { + width: inherit; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav { + height: 16px; +} + +.e-menu-wrapper.e-scrollable { + display: block; +} + +.e-menu-wrapper.e-scrollable .e-menu { + display: block; + overflow: auto; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item { + text-align: right; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + float: right; + margin-right: 0; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + margin-left: 0; + right: auto; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 8px; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + left: 12px; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-left: 30px; + padding-right: 12px; +} + +.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-right: 34px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-left: 12px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + left: 7px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 14px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 14px; + padding-right: 42px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-bigger .e-menu-wrapper ul, +.e-bigger.e-menu-wrapper ul { + font-size: 15px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-menu-wrapper ul .e-menu-item { + height: 50px; + line-height: 50px; + padding: 0 15px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 50px; + margin-right: 10px; + width: auto; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 35px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul .e-menu-item .e-caret { + font-size: 10px; + line-height: 50px; + right: 15px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul .e-menu-item.e-separator { + padding: 0; +} + +.e-bigger .e-menu-wrapper ul.e-menu:not(.e-vertical), +.e-bigger.e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0; +} + +.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon { + padding-left: 41px; +} + +.e-bigger .e-menu-wrapper ul.e-ul, +.e-bigger.e-menu-wrapper ul.e-ul { + font-size: 15px; + padding: 5px 0; + white-space: nowrap; + max-width: 280px; + min-width: 112px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item { + height: 40px; + line-height: 40px; + padding: 0 14px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 40px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + line-height: 40px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 42px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + font-size: 10px; + right: 7px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-right: 12px; + width: auto; +} + +.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device), +.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) { + padding: 0 36px; +} + +.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav, +.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav { + width: 36px; +} + +.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device), +.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav, +.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav { + height: 24px; +} + +.e-bigger .e-menu-wrapper.e-menu-popup, +.e-bigger.e-menu-wrapper.e-menu-popup { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); +} + +.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons, +.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons { + font-size: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item { + text-align: right; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 10px; + margin-right: 0; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + left: 15px; + margin-left: 0; + right: auto; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-left: 35px; + padding-right: 15px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-right: 41px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-left: 12px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + left: 7px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 14px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 14px; + padding-right: 42px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-menu-wrapper.e-hamburger { + border: 0; + display: block; + position: relative; +} + +.e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical) { + border: 1px solid #ccc; + display: block; +} + +.e-menu-wrapper.e-hamburger .e-popup.e-menu-popup { + border: 0; + border-radius: 0; + box-shadow: none; + display: block; + position: relative; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul.e-menu { + border: 1px solid #ccc; + overflow-y: auto; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu { + display: none; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + text-indent: 12px; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 34px; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon { + display: inline; + text-indent: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret { + transition: transform .3s ease-in-out; + text-indent: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-selected > .e-caret { + transform: rotate(-180deg); +} + +.e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical) { + border-top: 0; + display: block; + padding: 0; + position: absolute; +} + +.e-menu-wrapper.e-hamburger ul.e-ul { + font-size: 14px; + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item { + line-height: 40px; + text-indent: inherit; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item.e-blankicon { + padding: 0; + text-indent: inherit; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret { + font-size: 10px; + right: 12px; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item { + display: list-item; + height: auto; + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon { + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; + text-indent: 0; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon { + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-caret-icon { + padding-left: 0; + padding-right: 0; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-icon { + margin-left: 0; + text-indent: inherit; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-caret { + left: 12px; + right: auto; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul, +.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul { + max-width: 100%; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item { + height: auto; + line-height: 50px; + padding: 0; +} + +.e-bigger .e-menu-wrapper.e-hamburger .e-menu-header, +.e-bigger.e-menu-wrapper.e-hamburger .e-menu-header { + font-size: 16px; + height: 50px; + line-height: 50px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + text-indent: 15px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 41px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul { + font-size: 15px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item { + text-indent: inherit; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret { + font-size: 10px; + right: 15px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + padding: 0; + text-indent: 15px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 41px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon { + margin-left: 0; + text-indent: inherit; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret { + left: 12px; + right: auto; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item { + text-indent: inherit; +} + +/*! menu theme */ +.e-menu-wrapper { + background-color: #f8f8f8; +} + +.e-menu-wrapper ul { + background-color: inherit; + color: #333; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator { + border-right-color: #d4d4d4; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #e6e6e6; +} + +.e-menu-wrapper ul .e-menu-item .e-caret { + color: #333; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + color: #333; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #e6e6e6; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-url { + color: #333; +} + +.e-menu-wrapper ul .e-menu-item.e-focused { + color: none; + outline: 0 solid #ccc; + outline-offset: 0; + background-color: #e6e6e6; +} + +.e-menu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #333; +} + +.e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon { + color: #333; +} + +.e-menu-wrapper ul .e-menu-item.e-selected { + color: #333; + outline: 0 solid #ddd; + outline-offset: 0; + background-color: #ddd; +} + +.e-menu-wrapper ul .e-menu-item.e-selected .e-caret { + color: none; +} + +.e-menu-wrapper ul .e-menu-item.e-selected .e-menu-icon { + color: none; +} + +.e-menu-wrapper ul .e-menu-item.e-separator { + border-bottom-color: #d4d4d4; +} + +.e-menu-wrapper ul .e-disabled { + color: rgba(85, 85, 85, 0.65); + opacity: 1; +} + +.e-menu-wrapper ul .e-disabled .e-menu-icon { + color: rgba(51, 51, 51, 0.65); +} + +.e-menu-wrapper ul .e-disabled .e-caret { + color: rgba(51, 51, 51, 0.65); +} + +.e-menu-wrapper ul .e-disabled .e-menu-url { + color: rgba(85, 85, 85, 0.65); +} + +.e-menu-wrapper .e-ul { + background-color: inherit; + color: #333; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-url { + color: #333; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-focused { + background-color: #f5f5f5; + color: #555; + outline: 0 solid #e6e6e6; + outline-offset: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-selected { + background-color: #e6e6e6; + color: #555; + outline: 0 solid #e6e6e6; + outline-offset: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-separator { + border-bottom-color: #e6e6e6; +} + +.e-menu-wrapper.e-menu-popup { + background-color: #fff; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav { + background: #f8f8f8; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons { + color: #333; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover { + background: #e6e6e6; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus { + background: #e6e6e6; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active { + background: #e6e6e6; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav { + background: #fff; + border-color: #d4d4d4; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons { + color: #555; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover, .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus { + background: #f5f5f5; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active { + background: #e6e6e6; +} + +.e-menu-wrapper.e-hamburger .e-menu-header { + color: #333; +} + +.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon { + color: #333; +} + +.e-menu-wrapper.e-hamburger ul { + color: #333; +} + +.e-icons { + font-family: 'e-icons'; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +.e-diagram-menu .e-bringforward::before { + content: '\e574'; +} + +.e-diagram-menu .e-bringfront::before { + content: '\e575'; +} + +.e-diagram-menu .e-sendback::before { + content: '\e576'; +} + +.e-diagram-menu .e-sendbackward::before { + content: '\e577'; +} + +.e-diagram-menu .e-delete::before { + content: '\e578'; +} + +.e-diagram-menu .e-ungroup::before { + content: '\e579'; +} + +.e-diagram-menu .e-group::before { + content: '\e57a'; +} + +.e-diagram-menu .e-undo::before { + content: '\e57c'; +} + +.e-diagram-menu .e-cut::before { + content: '\e57d'; +} + +.e-diagram-menu .e-save::before { + content: '\e57e'; +} + +.e-diagram-menu .e-paste::before { + content: '\e57f'; +} + +.e-diagram-menu .e-copy::before { + content: '\e580'; +} + +.e-diagram-menu .e-redo::before { + content: '\e581'; +} + +.e-diagram-menu .e-zoomin::before { + content: '\e582'; +} + +.e-diagram-menu .e-italic::before { + content: '\e583'; +} + +.e-diagram-menu .e-close::before { + content: '\e584'; +} + +.e-diagram-menu .e-pan::before { + content: '\e585'; +} + +.e-diagram-menu .e-bold::before { + content: '\e586'; +} + +.e-diagram-menu .e-underline::before { + content: '\e587'; +} + +.e-diagram-menu .e-zoomout::before { + content: '\e588'; +} + +.e-diagram-menu .e-export::before { + content: '\e589'; +} + +.e-diagram-menu .e-print::before { + content: '\e58a'; +} + +.e-diagram-menu .e-order::before { + content: '\e58b'; +} + +.e-symbolpalette .e-clear-searchtext::before { + content: '\e58c'; +} + +.e-icons { + font-family: 'e-icons'; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +.e-diagram-menu .e-bringforward::before { + content: '\e5a1'; +} + +.e-diagram-menu .e-bringfront::before { + content: '\e5a2'; +} + +.e-diagram-menu .e-sendback::before { + content: '\e5a3'; +} + +.e-diagram-menu .e-sendbackward::before { + content: '\e5a4'; +} + +.e-diagram-menu .e-delete::before { + content: '\e94a'; +} + +.e-diagram-menu .e-ungroup::before { + content: '\e5a6'; +} + +.e-diagram-menu .e-group::before { + content: '\e5a7'; +} + +.e-diagram-menu .e-undo::before { + content: '\e341'; +} + +.e-diagram-menu .e-redo::before { + content: '\e354'; +} + +.e-diagram-menu .e-copy::before { + content: '\e33d'; +} + +.e-diagram-menu .e-cut::before { + content: '\e33b'; +} + +.e-diagram-menu .e-save::before { + content: '\ebc2'; +} + +.e-diagram-menu .e-paste::before { + content: '\e355'; +} + +.e-diagram-menu .e-zoomin::before { + content: '\e349'; +} + +.e-diagram-menu .e-italic::before { + content: '\e35a'; +} + +.e-diagram-menu .e-close::before { + content: '\ea7b'; +} + +.e-diagram-menu .e-pan::before { + content: '\ebcb'; +} + +.e-diagram-menu .e-bold::before { + content: '\e339'; +} + +.e-diagram-menu .e-underline::before { + content: '\e343'; +} + +.e-diagram-menu .e-zoomout::before { + content: '\e351'; +} + +.e-diagram-menu .e-export::before { + content: '\e702'; +} + +.e-diagram-menu .e-print::before { + content: '\e34b'; +} + +.e-diagram-menu .e-order::before { + content: '\e4a4'; +} + +.e-symbolpalette .e-clear-searchtext::before { + content: '\e60e'; +} + +.e-diagram { + background-color: transparent; + display: block; +} + +.e-symbolpalette { + display: block; +} + +.e-overview { + display: block; +} + +.e-content-placeholder.e-diagram.e-placeholder-diagram { + background-size: 100% 100%; + max-height: 500px; + max-width: 500px; +} + +.e-content-placeholder.e-symbolpalette.e-placeholder-symbolpalette { + background-size: 100% 100%; + max-height: 200px; + max-width: 200px; +} + +.e-diagram-endpoint-handle { + fill: #317ab9; + stroke: #fff; +} + +.e-diagram-endpoint-handle.e-disabled { + fill: #adadad; + opacity: 1; + stroke: #fff; +} + +.e-diagram-endpoint-handle.e-connected { + fill: #fff; + stroke: #317ab9; +} + +.e-diagram-bezier-handle { + fill: #317ab9; + stroke: #fff; +} + +.e-diagram-bezier-line { + stroke: #3071a9; +} + +.e-diagram-resize-handle { + fill: #317ab9; + stroke: #fff; +} + +.e-diagram-resize-handle.e-disabled { + fill: #adadad; + opacity: 1; + stroke: #fff; +} + +.e-diagram-rotate-handle { + fill: #000; + stroke: #fff; +} + +.e-diagram-border { + stroke: #3071a9; +} + +.e-diagram-border.e-disabled { + opacity: 1; + stroke: #adadad; +} + +.e-diagram-border.e-thick-border { + stroke: #3071a9; + stroke-width: 2; +} + +.e-diagram-border.e-thick-border.e-diagram-lane { + stroke: #0078ff; + stroke-width: 2; +} + +.e-diagram-highlighter { + stroke: #317ab9; + stroke-width: 2; +} + +.e-diagram-selected-region { + stroke: #317ab9; +} + +.e-diagram-pivot-line { + stroke: #fff; +} + +.e-symbolpalette .e-symbol-hover:hover { + background: #e6e6e6; +} + +.e-symbolpalette .e-symbol-selected { + background: #adadad; +} + +.e-diagram-tooltip { + pointer-events: none; +} + +.e-diagram .e-ruler { + background-color: #fff; + color: #8c8c8c; + font-size: 10px; +} + +.e-diagram .e-ruler-overlap { + background-color: #fff; +} + +.e-diagram .e-d-ruler-marker { + stroke: #317ab9; +} + +.e-diagram .e-diagram-text-edit { + background: #fff; + border-color: #3071a9; + border-style: dashed; + border-width: 1px; + box-sizing: content-box; + color: #000; + min-width: 50px; +} + +.e-diagram-text-edit::selection { + background: #aaa; + color: #fff; +} + +.e-ruler-tick-label { + fill: #8c8c8c; +} + +.e-ruler-tick { + stroke: #adadad; +} + +.e-menu-item e-blankicon { + padding-left: 28px; +} + +.e-diagram-rotate { + cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before { + line-height: 30px; + top: 0; +} + +.e-multiselect .e-input-group-icon.e-ddl-icon { + border-radius: 0 4px 4px 0; + border-right-width: 0; +} + +.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon { + border-left-width: 0; + border-radius: 4px 0 0 4px; + border-right-width: 1px; +} + +.e-multiselect.e-input-group .e-ddl-icon::before { + content: '\e969'; + font-family: 'e-icons'; +} + +.e-multi-select-wrapper .e-chips .e-chips-close::before { + content: '\e842'; + cursor: pointer; + left: 10px; + position: relative; + top: 9px; +} + +.e-multi-select-wrapper .e-close-hooker::before { + content: '\e842'; + cursor: pointer; + left: 15px; + position: relative; + top: 17px; +} + +.e-multiselect.e-input-group .e-ddl-disable-icon::before { + content: ''; +} + +.e-multi-select-wrapper { + box-sizing: border-box; + cursor: text; + line-height: normal; + min-height: 32px; + padding: 0 32px 0 2px; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher { + height: 27px; + vertical-align: middle; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase { + height: 100%; + min-height: 100%; +} + +.e-multi-select-wrapper .e-delim-view { + white-space: nowrap; +} + +.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total { + box-sizing: border-box; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + color: #fff; + font-size: 10px; + left: 17px; + top: 8px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + background-color: #317ab9; + color: #fff; + padding: 13px 0 13px 0; +} + +.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) { + width: 0; +} + +.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] { + height: 1px; + min-height: 1px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent { + max-width: 100%; +} + +.e-multiselect.e-input-group, +.e-multiselect.e-float-input { + word-wrap: initial; +} + +.e-bigger .e-multi-select-wrapper { + min-height: 38px; +} + +.e-multi-select-wrapper.e-close-icon-hide { + padding-right: 0; +} + +.e-multi-select-wrapper .e-chips-collection { + cursor: default; + display: block; +} + +.e-multi-select-wrapper .e-multi-hidden { + border: 0; + height: 0; + position: absolute; + visibility: hidden; + width: 0; +} + +.e-multi-select-wrapper .e-chips { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + margin: 2px 4px 2px 0; + max-width: 100%; + overflow: hidden; + padding: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-bigger .e-multi-select-wrapper .e-chips { + margin: 3px 4px 2px 0; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent { + max-width: 100%; + overflow: hidden; + padding: 6px 10px 6px 10px; + text-indent: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher { + display: inline-block; + float: none; +} + +.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent, +.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 7px 10px 7px 10px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent, +.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 7px 10px 7px 10px; +} + +.e-multi-select-wrapper .e-chips-close { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + float: right; + font-family: 'e-icons'; + height: 30px; + margin: 0 0 0; + width: 30px; +} + +.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close { + margin: 1px 0 0; +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker { + cursor: default; + font-size: 10px; + height: 40px; + margin-top: -4em; + position: absolute; + right: 0; + top: 100%; + width: 40px; +} + +.e-multiselect .e-down-icon .e-chips-close.e-close-hooker { + right: 38px; +} + +.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -4em; +} + +.e-multi-select-wrapper input[type='text'] { + background: none; + border: 0; + font-family: inherit; + font-size: 15px; + font-weight: 400; + height: 32px; + min-height: 32px; + outline: none; + padding: 0; + text-indent: 6px; +} + +.e-bigger .e-multi-select-wrapper input[type='text'], +.e-multi-select-wrapper.e-mob-wrapper input[type='text'] { + height: 32px; + min-height: 32px; +} + +.e-bigger .e-multi-select-wrapper input[type='text'] { + height: 38px; + min-height: 38px; +} + +.e-multi-select-wrapper input[type='text']::-ms-clear { + display: none; +} + +.e-multi-select-wrapper .e-searcher { + display: block; + float: left; + width: auto; +} + +.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 43px); +} + +.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 49px); +} + +.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 37px); +} + +.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 45px); +} + +.e-multi-select-wrapper .e-delim-values { + font-family: inherit; + font-size: 14px; + line-height: 35px; + max-width: 100%; + padding-left: 6px; + padding-right: 6px; + vertical-align: middle; +} + +.e-bigger .e-multi-select-wrapper .e-delim-values { + line-height: 39px; +} + +.e-multi-select-list-wrapper .e-hide-listitem { + display: none; +} + +.e-multi-select-wrapper .e-delim-values .e-remain { + color: #888; + cursor: pointer; + display: inline-block; + font-size: 15px; + padding-left: 10px; +} + +.e-multiselect.e-disabled .e-multi-select-wrapper, +.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before { + cursor: not-allowed; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + height: 46px; + left: 0; + margin: 0 0 0 0; + margin-left: auto; + position: relative; + top: 0; + width: 46px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + -ms-flex-item-align: center; + align-self: center; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + display: -ms-inline-flexbox; + display: inline-flex; + padding: 0 0 0 20px; + width: 92%; +} + +.e-multi-select-wrapper .e-ddl-disable-icon::before { + content: ''; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher { + float: none; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide { + padding-left: 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper { + padding: 0 2px 0 32px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + left: -10px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + margin: 0; + margin-right: auto; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher { + float: right; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips { + float: right; + margin: 2px 0 2px 4px; + padding: 0 8px 0 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent { + padding: 6px 10px 6px 10px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close { + float: left; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before { + left: -10px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip { + padding: 0 4px 0 8px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent { + padding: 8px 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + padding: 0 8px 0 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + padding: 12px 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker { + left: 38px; + position: absolute; + right: auto; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before { + left: -15px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain { + padding-right: 10px; +} + +.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-icon.e-close-hooker { + left: 38px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before { + left: -15px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper { + padding-left: 14px; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { + padding-right: 29px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { + padding-right: 5px; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-mulltiselect-group .e-list-group-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item { + padding-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item { + padding-right: 0; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + padding-left: 24px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper { + padding-left: 20px; +} + +.e-multi-select-list-wrapper .e-selectall-parent { + cursor: pointer; + display: block; + line-height: 26px; + overflow: hidden; + position: relative; + text-indent: 21px; + white-space: nowrap; + width: 100%; +} + +.e-multi-select-list-wrapper .e-selectall-parent .e-all-text { + color: #333; + font-family: inherit; + font-size: 14px; +} + +.e-bigger .e-multi-select-list-wrapper .e-selectall-parent { + font-size: 15px; + line-height: 40px; + text-indent: 25px; +} + +.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; +} + +.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-multiselect .e-input-group-icon.e-ddl-icon { + float: right; + margin-top: 0; +} + +.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon { + float: left; +} + +.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-multiselect .e-multi-select-wrapper.e-down-icon { + padding: 0; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter, +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter { + padding: 8px; +} + +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter, +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus { + padding: 4px 0; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon, +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon { + padding-left: 8px; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon { + padding: 0; +} + +.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values { + line-height: 39px; +} + +.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain { + line-height: 20px; + padding-left: 10px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame, +.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame { + opacity: .3; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable, +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable { + opacity: .7; +} + +.e-multi-select-wrapper input[readonly='true'] { + pointer-events: none; +} + +.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher { + pointer-events: none; +} + +ejs-multiselect { + display: block; +} + +.e-small .e-multi-select-list-wrapper .e-selectall-parent { + line-height: 22px; +} + +.e-small .e-multi-select-wrapper .e-chips-close { + height: 24px; + width: 24px; +} + +.e-small .e-multi-select-wrapper { + min-height: 24px; +} + +.e-small .e-multi-select-wrapper input[type='text'] { + height: 28px; + min-height: 28px; +} + +.e-small .e-multi-select-wrapper .e-delim-values { + font-size: 13px; + line-height: 28px; +} + +.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -3.5em; +} + +.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent { + line-height: 34px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips-close { + height: 30px; + width: 30px; +} + +.e-bigger.e-small .e-multi-select-wrapper { + min-height: 30px; +} + +.e-bigger.e-small .e-multi-select-wrapper input[type='text'] { + height: 35px; + min-height: 35px; +} + +.e-small.e-bigger .e-multi-select-wrapper .e-delim-values { + font-size: 14px; + line-height: 35px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -4em; + right: 0; +} + +.e-content-placeholder.e-multiselect.e-placeholder-multiselect { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect, +.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect { + background-size: 300px 40px; + min-height: 40px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close { + -ms-flex-align: center; + align-items: center; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + -ms-flex-align: normal; + align-items: normal; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before { + color: #333; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected { + background-color: #ccc; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected:hover { + background-color: #ddd; +} + +.e-multiselect { + box-sizing: border-box; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent { + color: #333; + font-family: inherit; + font-size: 15px; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent { + color: #333; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover { + color: #333; +} + +.e-multi-select-wrapper .e-chips { + background-color: #e6e6e6; + border-radius: 4px; + height: 30px; +} + +.e-multi-select-wrapper .e-chips:hover { + background-color: #d4d4d4; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent:hover { + color: #333; +} + +.e-multi-select-wrapper .e-chips .e-chips-close::before { + color: #333; + font-size: 10px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + background-color: #317ab9; + border-radius: 4px; + color: #fff; + height: 46px; + line-height: 46px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + color: #fff; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip, +.e-bigger .e-multi-select-wrapper .e-chips { + height: 32px; +} + +.e-popup.e-multi-select-list-wrapper { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-sizing: content-box; + overflow: initial; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active { + border-bottom: 1px solid transparent; + border-left: 1px solid #317ab9; + border-right: 1px solid #317ab9; + border-top: 1px solid #142f46; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active { + background-color: transparent; + border-color: transparent; + color: #333; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active { + background-color: transparent; + border-color: transparent; + color: #333; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus { + color: #333; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus { + color: #333; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover { + background-color: #f5f5f5; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover { + background-color: #f5f5f5; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child { + border-bottom: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active { + border-top: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus { + background-color: #317ab9; + border: 1px solid #66afe9; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); + color: #fff; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus { + background-color: #317ab9; + border: 1px solid #66afe9; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); + color: #fff; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item { + border: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item { + border: 1px solid transparent; +} + +.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { + color: #999; +} + +.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { + color: #999; +} + +.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { + color: #999; +} + +.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { + color: #999; +} + +.e-ul.e-reorder { + border-bottom: 1px solid #e6e6e6; +} + +.e-multi-select-list-wrapper .e-selectall-parent { + border-bottom: 1px solid #e6e6e6; +} + +.e-multi-select-wrapper .e-delim-values { + color: #333; +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker { + color: #333; +} + +.e-small .e-multi-select-wrapper .e-chips { + height: 24px; +} + +.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 13px; +} + +.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 8px; +} + +.e-small .e-multi-select-wrapper .e-close-hooker::before { + left: 8px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips { + height: 30px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 15px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 10px; +} + +.e-listbox-tool .e-moveup::before { + content: '\e651'; +} + +.e-listbox-tool .e-movedown::before { + content: '\e652'; +} + +.e-listbox-tool .e-moveto::before { + content: '\e653'; +} + +.e-listbox-tool .e-movefrom::before { + content: '\e654'; +} + +.e-listbox-tool .e-moveallto::before { + content: '\e655'; +} + +.e-listbox-tool .e-moveallfrom::before { + content: '\e656'; +} + +.e-listbox-wrapper { + -webkit-overflow-scrolling: touch; + border: 0 solid; + cursor: pointer; + display: block; + overflow: auto; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-listbox-wrapper * { + box-sizing: border-box; +} + +.e-listbox-wrapper:focus { + outline: none; +} + +.e-listbox-wrapper.e-disabled { + cursor: default; + pointer-events: none; +} + +.e-listbox-wrapper:not(.e-list-template) .e-list-item, +.e-listbox-wrapper .e-selectall-parent { + height: 40px; + line-height: 36px; + padding: 0 15px; + position: relative; +} + +.e-listbox-wrapper .e-list-parent { + height: 100%; +} + +.e-listbox-wrapper .e-list-item { + border-bottom: 0 solid; + outline: none; +} + +.e-listbox-wrapper .e-list-item.e-disabled { + pointer-events: none; +} + +.e-listbox-wrapper .e-disable { + opacity: .7; +} + +.e-listbox-wrapper .e-list-parent { + margin: 0; + padding: 0; +} + +.e-listbox-wrapper .e-list-header .e-text.header { + display: none; +} + +.e-listbox-wrapper .e-icon-back { + margin-top: -2px; +} + +.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-listbox-wrapper .e-list-header { + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 40px; + padding: 0 20px; +} + +.e-listbox-wrapper .e-has-header > .e-view { + top: 45px; +} + +.e-listbox-wrapper .e-but-back { + cursor: pointer; + padding-right: 10px; +} + +.e-listbox-wrapper .e-list-group-item:first-child { + border: 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); +} + +.e-listbox-wrapper .e-list-group-item { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-top: 0 solid; + font-weight: 600; + height: 40px; + line-height: 36px; + padding: 0 15px; +} + +.e-listbox-wrapper .e-icon-collapsible { + cursor: pointer; + font-size: 12px; + position: absolute; + right: 0%; + top: 50%; + transform: translateY(-50%); +} + +.e-listbox-wrapper .e-text-content { + height: 100%; + position: relative; + vertical-align: middle; +} + +.e-listbox-wrapper .e-text-content * { + display: inline-block; + vertical-align: middle; +} + +.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text { + width: calc(100% - 40px); +} + +.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text { + width: calc(100% - 90px); +} + +.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 80px); +} + +.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 92px); +} + +.e-listbox-wrapper .e-checkbox .e-checkbox-left { + margin: -4px 10px 0 0; +} + +.e-listbox-wrapper .e-checkbox .e-checkbox-right { + margin: -4px 0 0 10px; +} + +.e-listbox-wrapper .e-list-text { + cursor: pointer; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + width: 100%; +} + +.e-listbox-wrapper .e-list-icon + .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-icon-wrapper .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-list-icon { + height: 30px; + margin-right: 10px; + width: 30px; +} + +.e-listbox-wrapper .e-content { + overflow: hidden; + position: relative; +} + +.e-listbox-wrapper .e-list-header .e-text { + cursor: pointer; + text-indent: 0; +} + +.e-listbox-wrapper .e-text .e-headertext { + display: inline-block; + line-height: inherit; +} + +.e-listbox-wrapper.e-rtl { + direction: rtl; +} + +.e-listbox-wrapper.e-rtl .e-list-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-listbox-wrapper.e-rtl .e-icon-collapsible { + left: 0%; + right: initial; + top: 50%; + transform: translateY(-50%) rotate(180deg); +} + +.e-listbox-wrapper.e-rtl .e-list-header .e-text { + cursor: pointer; +} + +.e-listbox-wrapper.e-rtl .e-but-back { + transform: rotate(180deg); +} + +.e-listbox-wrapper.e-rtl .e-icon-back { + margin-top: -1px; +} + +.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left { + margin: -4px 0 0 10px; +} + +.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right { + margin: -4px 10px 0 0; +} + +.e-listbox-wrapper.e-rtl .e-checkbox-wrapper { + margin: -4px 0 0 10px; +} + +.e-listbox-wrapper .e-list-item .e-list-badge { + -ms-flex-align: center; + align-items: center; + background-color: #317ab9; + border: 1px solid #fff; + border-radius: 50%; + color: #fff; + display: -ms-flexbox; + display: flex; + font-size: 12px; + height: 22px; + -ms-flex-pack: center; + justify-content: center; + position: absolute; + right: -10px; + top: -10px; + width: 22px; +} + +.e-listbox-wrapper .e-checkbox-wrapper { + margin: -4px 10px 0 0; + text-indent: 0; + vertical-align: middle; +} + +.e-listbox-wrapper.e-right .e-checkbox-wrapper { + position: absolute; + right: 0; + top: 30%; +} + +.e-listbox-wrapper .e-input-group { + padding: 4px 8px; +} + +.e-listbox-wrapper .e-input-focus { + padding: 4px 4px 4px 8px; +} + +.e-listbox-wrapper .e-hidden-select { + height: 1px; + opacity: 0; + position: absolute; + width: 100%; +} + +.e-listbox-wrapper .e-placeholder { + background-color: #317ab9; + display: block; + height: 1px; +} + +.e-listbox-wrapper .e-sortableclone { + z-index: 10000; +} + +.e-listbox-wrapper .e-sortableclone.e-ripple { + overflow: visible; +} + +ejs-listbox { + display: block; +} + +.e-listboxtool-wrapper { + cursor: pointer; + display: -ms-flexbox; + display: flex; +} + +.e-listboxtool-wrapper * { + box-sizing: border-box; +} + +.e-listboxtool-wrapper.e-disabled { + cursor: default; + pointer-events: none; +} + +.e-listboxtool-wrapper .e-listbox-wrapper { + -ms-flex: 1; + flex: 1; +} + +.e-listboxtool-wrapper.e-right .e-listbox-tool { + margin-left: 15px; +} + +.e-listboxtool-wrapper.e-left .e-listbox-tool { + margin-right: 15px; +} + +.e-listboxtool-wrapper .e-listbox-tool { + border: 1px solid #ddd; + overflow: auto; + padding: 8px; +} + +.e-listboxtool-wrapper .e-listbox-tool .e-btn { + display: list-item; + list-style-type: none; + margin-bottom: 10px; +} + +.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool { + margin-right: 15px; +} + +.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool { + margin-left: 15px; +} + +.e-bigger .e-listbox-wrapper .e-list-item, +.e-listbox-wrapper.e-bigger .e-list-item { + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; +} + +.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item, +.e-bigger .e-listbox-wrapper .e-selectall-parent, +.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item, +.e-listbox-wrapper.e-bigger .e-selectall-parent { + height: 48px; + line-height: 45px; + position: relative; +} + +.e-bigger .e-listbox-wrapper .e-text-content, +.e-listbox-wrapper.e-bigger .e-text-content { + font-size: 15px; +} + +.e-bigger .e-listbox-wrapper .e-list-group-item, +.e-listbox-wrapper.e-bigger .e-list-group-item { + height: 48px; + line-height: 45px; +} + +.e-bigger .e-listbox-wrapper .e-list-header, +.e-listbox-wrapper.e-bigger .e-list-header { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 48px; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-text.header, +.e-listbox-wrapper.e-bigger .e-list-header .e-text.header { + display: none; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header, +.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-text, +.e-listbox-wrapper.e-bigger .e-list-header .e-text { + font-size: 15px; +} + +.e-listbox-wrapper { + border: 1px solid #ddd; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; +} + +.e-listbox-wrapper .e-list-header { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(51, 51, 51, 0.95); + font-size: 14px; +} + +.e-listbox-wrapper .e-icons { + color: rgba(0, 0, 0, 0.75); +} + +.e-listbox-wrapper .e-list-item { + background-color: #fff; + border-bottom: 1px solid rgba(0, 0, 0, 0.1); + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; + color: #333333; +} + +.e-listbox-wrapper .e-list-item:hover:not(.e-disabled), +.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) { + background-color: #f5f5f5; + border-color: transparent; + color: rgba(51, 51, 51, 0.87); +} + +.e-listbox-wrapper .e-list-item.e-selected { + background-color: #e6e6e6; + color: rgba(51, 51, 51, 0.87); +} + +.e-listbox-wrapper .e-list-item.e-selected.e-checklist { + background-color: #fff; + color: #333333; +} + +.e-listbox-wrapper .e-list-item.e-focused, +.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist { + background-color: #e6e6e6; + color: rgba(51, 51, 51, 0.87); +} + +.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, +.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #fff; + border-color: #ccc; + color: #555; +} + +.e-listbox-wrapper .e-list-group-item { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + color: #333; + font-size: 14px; +} + +.e-listbox-wrapper .e-selectall-parent { + background-color: #fff; + border-bottom: 1px solid #e6e6e6; + color: #333333; +} + +.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element { + background-color: transparent; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper { + height: inherit; + position: relative; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) { + padding: 0.7142em 1.0714em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line { + padding: 0.7142em 1.0714em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header { + color: #333; + display: block; + font-size: 18px; + font-weight: 500; + margin: 0; + overflow: hidden; + padding: 0.038em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content { + color: #777; + display: block; + font-size: 14px; + margin: 0; + padding: 0.038em 0; + word-wrap: break-word; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + height: 2.8571em; + left: 1.0667em; + position: absolute; + top: 0.7142em; + width: 2.8571em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 4.6428em; + padding-right: 1.0714em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 1.0714em; + padding-right: 4.6428em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + height: 2.8571em; + position: absolute; + right: 1.0667em; + top: 0.7142em; + width: 2.8571em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar { + top: 0.7142em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar { + top: 0.7142em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge { + font-size: 15px; + height: 1.333em; + line-height: 1.433em; + padding: 0; + position: absolute; + right: 1em; + top: 50%; + transform: translateY(-50%); + width: 2em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.6428em; + padding-right: 3.9285em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 1.0714em; + padding-right: 3.9285em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content { + display: block; + margin: 0; + overflow: hidden; + padding: 0.83em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header { + color: rgba(51, 51, 51, 0.87); +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content { + color: rgba(51, 51, 51, 0.87); +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header { + color: rgba(51, 51, 51, 0.87); +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content { + color: rgba(51, 51, 51, 0.87); +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + left: inherit; + right: 1.0667em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 1.0714em; + padding-right: 4.6428em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 4.6428em; + padding-right: 1.0714em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + left: 1.0667em; + right: inherit; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge { + left: 1em; + right: inherit; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 3.9285em; + padding-right: 4.6428em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 3.9285em; + padding-right: 1.0714em; +} + +.e-documenteditor .e-close::before { + content: '\e825'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-documenteditor .e-de-op-search-icon::before { + content: '\e275'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-arrow-up::before { + content: '\e834'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-arrow-down::before { + content: '\e83d'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-de-op .e-de-op-close-icon { + font-size: 12px; + height: 20px; + margin-left: -4px; + margin-top: -3px; + width: auto; +} + +.e-documenteditor .e-de-op-close-icon::before { + content: '\e361'; +} + +.e-documenteditor .e-de-op-search-close-icon::before { + content: '\e361'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-documenteditor .e-de-new-cmt::before { + content: '\eb0c'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-menu-icon::before { + content: '\e936'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-de-cmt-mark-icon::before { + content: '\e817'; + font-family: 'e-icons'; + font-size: 13px; +} + +.e-documenteditor .e-de-cmt-post::before { + content: '\e816'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-rply-icon::before { + content: '\e815'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-cancel::before { + content: '\e361'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-delete::before { + content: '\e602'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-reopen::before { + content: '\e818'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-nav-up::before { + content: '\e651'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-nav-right-arrow::before { + content: '\e913'; +} + +.e-documenteditor .e-de-nav-left-arrow::before { + content: '\e904'; +} + +.e-de-table-properties-alignment:hover { + border-color: #317ab9; +} + +.e-de-table-properties-alignment { + border: 1px solid transparent; +} + +.e-de-tablecell-alignment { + border: 1px solid transparent; +} + +.e-de-tablecell-alignment:hover { + border-color: #317ab9; +} + +.e-de-table-left-alignment::before { + content: '\e517'; + font-size: 46px; +} + +.e-de-table-center-alignment::before { + content: '\e518'; + font-size: 46px; +} + +.e-de-table-right-alignment::before { + content: '\e515'; + font-size: 46px; +} + +.e-de-tablecell-top-alignment::before { + content: '\e527'; + font-size: 51px; +} + +.e-de-tablecell-center-alignment::before { + content: '\e526'; + font-size: 51px; +} + +.e-de-tablecell-bottom-alignment::before { + content: '\e525'; + font-size: 51px; +} + +.e-de-table-border-setting { + border: 1px solid #333; + height: 48px; + left: 5px; + position: relative; + top: 5px; + width: 48px; +} + +.e-de-table-border-setting-genral { + border: 1px solid rgba(0, 0, 0, 0.26); + display: inline-block; + height: 60px; + width: 60px; +} + +.e-de-table-border-preview-genral { + border: 1px solid rgba(0, 0, 0, 0.26); + display: inline-block; + height: 25px; + width: 25px; +} + +.e-de-table-border-inside-setting:hover { + border: 1px solid #317ab9; +} + +.e-de-table-border-preview { + height: 24px; + width: 24px; +} + +.e-de-table-border-inside-preview:hover { + border: 1px solid #317ab9; +} + +.e-de-table-border-inside-setting-click { + border: 1px solid #317ab9; +} + +.e-de-table-border-inside-preview-click { + border: 1px solid #317ab9; +} + +.e-de-table-border-none-setting::before { + content: '\e507'; + font-size: 46px; + position: absolute; +} + +.e-de-table-border-box-setting::before { + content: '\e509'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-all-setting::before { + content: '\e511'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-custom-setting::before { + content: '\e516'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-toptop-alignment::before { + content: '\e281'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-topcenter-alignment::before { + content: '\e276'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-topbottom-alignment::before { + content: '\e298'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-diagionalup-alignment::before { + content: '\e262'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-diagionaldown-alignment::before { + content: '\e265'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-bottomleft-alignment::before { + content: '\e291'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-bottomcenter-alignment::before { + content: '\e287'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-bottomright-alignment::before { + content: '\e288'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-menu-item .e-de-cmt-add::before { + content: '\e814'; + font-family: 'e-icons'; +} + +.e-menu-item .e-de-cut::before { + content: '\e279'; +} + +.e-menu-item .e-de-spellcheck::before { + content: '\e689'; +} + +.e-menu-item .e-de-copy::before { + content: '\e280'; +} + +.e-menu-item .e-de-paste::before { + content: '\e501'; +} + +.e-menu-item .e-de-continue-numbering::before { + content: '\e503'; +} + +.e-menu-item .e-de-restart-at::before { + content: '\e277'; +} + +.e-menu-item .e-de-insertlink::before { + content: '\e290'; +} + +.e-menu-item .e-de-open-hyperlink::before { + content: '\e278'; +} + +.e-menu-item .e-de-copy-hyperlink::before { + content: '\e295'; +} + +.e-menu-item .e-de-edit-hyperlink::before { + content: '\e289'; +} + +.e-menu-item .e-de-remove-hyperlink::before { + content: '\e286'; +} + +.e-menu-item .e-de-fonts::before { + content: '\e273'; +} + +.e-menu-item .e-de-paragraph::before { + content: '\e75e'; +} + +.e-menu-item .e-de-table::before { + content: '\e294'; +} + +.e-menu-item .e-de-insertabove::before { + content: '\e506'; +} + +.e-menu-item .e-de-insertbelow::before { + content: '\e505'; +} + +.e-menu-item .e-de-insertleft::before { + content: '\e285'; +} + +.e-menu-item .e-de-insertright::before { + content: '\e284'; +} + +.e-menu-item .e-de-delete-table::before { + content: '\e292'; +} + +.e-menu-item .e-de-deleterow::before { + content: '\e283'; +} + +.e-menu-item .e-de-deletecolumn::before { + content: '\e282'; +} + +.e-de-bold::before { + content: '\e339'; + font-family: 'e-icons'; +} + +.e-de-italic::before { + content: '\e35a'; + font-family: 'e-icons'; +} + +.e-de-underline::before { + content: '\e343'; + font-family: 'e-icons'; +} + +.e-de-indent::before { + content: '\e35d'; + font-family: 'e-icons'; +} + +.e-de-outdent::before { + content: '\e33f'; + font-family: 'e-icons'; +} + +.e-de-align-left::before { + content: '\e33a'; + font-family: 'e-icons'; +} + +.e-de-align-center::before { + content: '\e35e'; + font-family: 'e-icons'; +} + +.e-de-align-right::before { + content: '\e34d'; + font-family: 'e-icons'; +} + +.e-de-justify::before { + content: '\e334'; + font-family: 'e-icons'; +} + +.e-de-single-spacing::before { + content: '\e520'; + font-family: 'e-icons'; +} + +.e-de-double-spacing::before { + content: '\e521'; + font-family: 'e-icons'; +} + +.e-de-one-point-five-spacing::before { + content: '\e522'; + font-family: 'e-icons'; +} + +.e-de-before-spacing::before { + content: '\e523'; + font-family: 'e-icons'; +} + +.e-de-after-spacing::before { + content: '\e274'; + font-family: 'e-icons'; +} + +.e-de-icon-bullet-list-dot::before { + content: '\e270'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-circle::before { + content: '\e254'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-square::before { + content: '\e271'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-tick::before { + content: '\e259'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-flower::before { + content: '\e267'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-arrow::before { + content: '\e253'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-none::before { + content: '\e256'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-autofit::before { + content: '\eba8'; + font-family: 'e-icons'; +} + +.e-de-icon-fixed-columnwidth::before { + content: '\eba9'; + font-family: 'e-icons'; +} + +.e-de-icon-auto-fitwindow::before { + content: '\ebaa'; + font-family: 'e-icons'; +} + +.e-item .e-de-paste-text::before { + content: '\e685'; +} + +.e-item .e-de-paste-source::before { + content: '\e687'; +} + +.e-item .e-de-paste-merge::before { + content: '\e688'; +} + +.e-icon-btn .e-de-paste::before { + content: '\e68a'; +} + +.e-de-blink-cursor { + border-left: 1px solid; + pointer-events: none; + position: absolute; + z-index: 3; +} + +.e-de-cursor-animation { + animation-duration: 1s; + animation-iteration-count: infinite; + animation-name: FadeInFadeOut; +} + +@keyframes FadeInFadeOut { + from { + opacity: 1; + } + 13% { + opacity: 0; + } + 50% { + opacity: 0; + } + 63% { + opacity: 1; + } + to { + opacity: 1; + } +} + +.e-de-text-target { + border: 0; + height: 1px; + opacity: 0; + outline-style: none; + overflow: hidden; + pointer-events: none; + position: absolute; + top: -10000px; + width: 625px; +} + +.e-documenteditor .e-checkbox-wrapper .e-frame { + height: 14px; + line-height: 6px; + width: 14px; +} + +.e-documenteditor .e-checkbox-wrapper .e-label { + font-size: 12px; +} + +.e-documenteditor .e-de-op-close-button { + height: 20px; + left: 267px; + position: absolute; + top: 18px; + width: 20px; +} + +.e-documenteditor .e-de-op-close-button.e-de-rtl { + left: 14px; +} + +.e-de-background { + background-color: #fff; +} + +.e-de-result-list-block .e-de-search-result-hglt { + background: transparent; + border-bottom: 2px solid #317ab9; + cursor: default; + padding: 15px 1px 15px 5px; +} + +.e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text { + color: #317ab9; +} + +.e-de-search-result-item { + cursor: default; + padding: 15px 1px 15px 5px; + word-break: break-word; +} + +.e-de-search-result-item:hover { + border-bottom: 1px solid #317ab9; + cursor: default; +} + +.e-de-search-result-item:focus { + border-bottom: 2px solid #317ab9; + cursor: default; + padding: 15px 1px 15px 5px; +} + +.e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus { + border: 1px solid #ddd; +} + +.e-de-op-search-icon:hover { + background: #ddd; +} + +.e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-de-op-search-close-icon:hover { + background: #ddd; +} + +.e-spin-down:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-spin-down:hover { + background: #ddd; +} + +.e-spin-up:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-spin-up:hover { + background: #ddd; +} + +.e-de-para-dlg-heading { + color: #333; + display: block; + font-size: 14px; + font-weight: 400; + margin-bottom: 10px; +} + +.e-de-para-dlg-container { + height: auto; + width: 400px; +} + +.e-de-para-dlg-cs-check-box { + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-para-dlg-spacing-div { + margin-left: 40px; +} + +.e-de-para-dlg-spacing-div.e-de-rtl { + margin-left: 0; + margin-right: 40px; +} + +.e-de-toc-dlg-heading { + color: #333; + display: block; + font-size: 14px; + font-weight: 400; + margin-bottom: 5px; +} + +.e-de-toc-dlg-main-heading { + color: #333; + display: block; + font-size: 14px; + font-weight: 500; + margin-bottom: 5px; +} + +.e-content-placeholder.e-documenteditor.e-placeholder-documenteditor { + background-size: 100%; +} + +.e-de-toc-reset-button { + margin-top: 10px; +} + +.e-de-toc-reset-button.e-de-rtl { + margin-right: 0; +} + +.e-de-toc-modify-button { + margin-left: 162px; + margin-top: 10px; +} + +.e-de-toc-modify-button.e-de-rtl { + margin-left: 0; + margin-right: 180px; +} + +.e-de-toc-dlg-container { + height: 454px; + width: 488px; +} + +.e-de-toc-dlg-sub-container { + margin-bottom: 15px; +} + +.e-de-toc-list-view { + border: 1px solid #c3c3c3; + border-radius: 3px; + font-size: 12px; + height: 174px; + margin-left: 38px; + overflow-y: scroll; + width: 209px; +} + +.e-de-toc-list-view.e-de-rtl { + margin-left: 0; + margin-right: 38px; +} + +.e-de-toc-dlg-sub-heading { + color: #333; + display: block; + font-size: 14px; + font-weight: 400; + margin: 5px 15px 5px 15px; +} + +.e-de-toc-dlg-style-label { + margin-left: 42px; + margin-top: 50px; +} + +.e-de-toc-dlg-style-label .e-de-rtl { + margin-left: 0; + margin-right: 42px; +} + +.e-de-pagesetup-dlg-container { + height: 281px; + width: 354px; +} + +.e-de-page-setup-ppty-tab { + border: 0; +} + +.e-de-page-setup-dlg-sub-container { + margin-bottom: 35px; +} + +.e-de-page-setup-dlg-left-sub-container { + float: left; + position: relative; + top: 19px; +} + +.e-de-page-setup-dlg-left-sub-container.e-de-rtl { + float: right; +} + +.e-de-page-setup-dlg-right-sub-container { + float: right; + position: relative; + top: 19px; +} + +.e-de-page-setup-dlg-right-sub-container.e-de-rtl { + float: left; +} + +.e-de-page-setup-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 1px; +} + +.e-de-page-setup-dlg-sub-title-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 15px; +} + +.e-de-page-setup-dlg-sub-container-port { + height: 55px; + margin-bottom: 20px; +} + +.e-de-page-setup-dlg-sub-label { + font-size: 13px; + font-weight: 450; +} + +.e-de-page-setup-dlg-orientation-prop { + margin-top: 13px; +} + +.e-de-page-setup-dlg-sub-size-container { + height: 73px; + margin-bottom: 20px; +} + +.e-de-page-setup-dlg-layout-sub-container { + height: 60px; + margin-bottom: 20px; + position: relative; + top: 17px; +} + +.e-de-page-setup-dlg-first-page-prop .e-label, +.e-de-page-setup-dlg-odd-or-even-prop .e-label { + font-size: 12px; +} + +.e-de-page-setup-dlg-first-page-prop .e-frame, +.e-de-page-setup-dlg-odd-or-even-prop .e-frame { + height: 15px; + line-height: 11px; + width: 15px; +} + +.e-de-page-setup-dlg-left-layout-container { + float: left; + position: relative; + top: 10px; +} + +.e-de-page-setup-dlg-left-layout-container.e-de-rtl { + float: right; +} + +.e-de-page-setup-dlg-right-layout-container { + float: right; + position: relative; + top: 10px; +} + +.e-de-page-setup-dlg-right-layout-container.e-de-rtl { + float: left; +} + +.e-de-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-para-dlg-sub-container .e-input-group { + margin-bottom: 8px; +} + +.e-de-para-dlg-sub-container { + margin-bottom: 15px; +} + +.e-de-para-dlg-right-sub-container { + top: 19px; +} + +.e-de-dlg-footer .e-btn { + margin-left: 10px; +} + +.e-de-hyperlink-dlg-title { + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-hyperlink .e-de-hyperlink-dlg-input { + height: 32px; + margin-bottom: 7px; + width: 230px; +} + +.e-de-font-dlg-header { + display: -ms-flexbox; + display: flex; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; +} + +.e-de-font-dlg-header-effects, +.e-de-font-dlg-header-font-color { + display: -ms-flexbox; + display: flex; + font-size: 14px; + font-weight: normal; + margin-bottom: 8px; +} + +.e-de-font-dlg-main-header { + color: #333; + font-size: 14px; + font-weight: normal; + margin-right: 17px; +} + +.e-de-font-dlg-cb-right { + margin-left: 40px; +} + +.e-de-font-dlg-cb-right.e-de-rtl { + margin-left: 0; + margin-right: 40px; +} + +.e-de-font-dlg-cb-right-div { + margin-left: 20px; +} + +.e-de-dropdown { + margin-right: 20px; +} + +.e-de-restrict-pane, +.e-de-op { + border-right: 1px solid #e6e6e6; + padding-left: 15px; + padding-top: 22px; + position: relative; + width: 300px; +} + +.e-de-op.e-de-rtl { + padding-left: 0; + padding-right: 15px; +} + +.e-de-op-header { + color: #777; + font-family: "Helvetica"; + font-size: 15px; + font-weight: 500; + margin-bottom: 5px; +} + +.e-de-op-header.e-de-rtl { + direction: rtl; +} + +.e-de-op-tab { + border: 0; + height: 40px; +} + +.e-de-op-icon { + color: rgba(0, 0, 0, 0.54); + height: 20px; + width: 20px; +} + +.e-de-op-nav-btn { + height: 20px; + width: 20px; +} + +.e-de-op-search-txt { + border-bottom: 1px solid #ddd; + color: #333; + font-size: 14px; +} + +.e-de-op-search-txt .e-de-op-search-word { + color: #317ab9; +} + +.e-de-op-more-less { + display: block; + margin-top: 14px; +} + +.e-de-op-replacetabcontentdiv { + height: 82px; + margin-top: 14px; +} + +label[for*='_wholeWord_e-de-ltr'] { + left: 35px; +} + +label[for*='_wholeWord_e-de-rtl'] { + right: 35px; +} + +.e-de-cell-dia-label-common { + display: inline-block; + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; + width: 150px; +} + +.e-de-cell-dia-options-label { + font-size: 14px; + font-weight: 400; +} + +.e-de-table-border-heading { + font-size: 16px; + font-weight: 400; + padding-bottom: 20px; +} + +.e-de-table-setting-heading { + font-size: 14px; + font-weight: normal; + padding-bottom: 20px; +} + +.e-de-layout-setting-heading { + font-size: 14px; + font-weight: normal; + padding-bottom: 20px; +} + +.e-de-table-setting-labels-heading { + font-size: 12px; + font-weight: normal; +} + +.e-de-table-element-subheading { + font-size: 12px; + font-weight: normal; +} + +.e-de-border-dlg-preview-div { + border: 1px solid rgba(0, 0, 0, 0.54); +} + +.e-de-border-dlg-preview-inside-divs { + opacity: 0.54; +} + +.e-de-table-dia-align-div { + border: 1px solid #ddd; + display: inline-block; + height: 60px; + margin-right: 10px; + width: 60px; +} + +.e-de-table-dia-align-div.e-de-rtl { + margin-left: 10px; + margin-right: 0; +} + +.e-de-table-dia-align-label { + display: inline-block; + font-size: 12px; + font-weight: normal; + margin-left: 10px; + margin-top: 10px; +} + +.e-de-table-dialog-separator-line { + background-color: #e6e6e6; + bottom: 59px; + display: none; + height: 1px; + left: 1px; + margin-top: 5px; + position: absolute; + width: 100%; +} + +.e-de-table-alignment-active { + border: 1px solid #317ab9; +} + +.e-de-table-dialog-options-label { + font-size: 14px; + font-weight: 400; + padding-bottom: 10px; + padding-top: 10px; +} + +.e-de-list-ddl-header { + font-size: 14px; + font-weight: normal; + margin-bottom: 15px; + margin-top: 15px; +} + +.e-de-list-ddl-header-list-level { + font-size: 14px; + font-weight: normal; + margin-bottom: 15px; +} + +.e-de-tbl-dlg-footer { + padding-top: 23px; +} + +.e-de-row-ht-top { + padding: 0 20px; +} + +.e-de-ht-wdth-type { + margin-top: -22px; +} + +.e-de-row-ht-top.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-cell-width-top { + margin-left: 20px; + margin-top: -23px; +} + +.e-de-cell-width-top.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-tbl-dlg-border-btn { + float: right; + margin-top: 20px; +} + +.e-de-tbl-dlg-border-btn.e-de-rtl { + margin-right: 0; +} + +.e-de-table-border-setting.e-de-rtl { + right: 5px; +} + +.e-de-tbl-dlg-op-btn { + left: 440px; + position: absolute; + top: 285px; +} + +.e-de-insert-table-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-insert-table-dlg-input { + margin-bottom: 15px; +} + +.e-de-list-ddl-subheader, +.e-de-list-ddl-subheaderbottom { + font-size: 12px; + font-weight: normal; + margin-bottom: 10px; + margin-top: 10px; +} + +.e-de-list-dlg-subdiv { + float: right; + margin-top: 40px; + position: relative; +} + +.e-de-list-dlg-subdiv.e-de-rtl { + float: left; + margin-top: -136px; +} + +.e-de-list-dlg-div { + float: right; + margin-top: 30px; + position: relative; +} + +.e-de-list-dlg-div.e-de-rtl { + float: left; + margin-top: -138px; +} + +.e-de-ok-button { + margin-right: 8px; +} + +.e-de-ok-button.e-de-rtl { + margin-left: 8px; +} + +.e-de-options-setter { + left: 339px; +} + +.e-de-op-close-icon:hover { + color: rgba(0, 0, 0, 0.5); +} + +.e-de-tooltip { + background-color: #fff; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + cursor: text; + max-width: 200px; + padding: 5px; + width: -webkit-fit-content; + width: fit-content; + word-wrap: break-word; +} + +.e-btn.e-de-op-icon-btn { + background-color: transparent; + border-color: transparent; +} + +.e-documenteditor .e-de-op-close-button { + height: 20px; + left: 267px; + position: absolute; + top: 18px; + width: 20px; +} + +.e-documenteditor .e-de-op-close-button.e-de-rtl { + right: 267px; +} + +.e-btn.e-de-op-close-button:hover { + background-color: transparent; + border-color: transparent; + color: rgba(0, 0, 0, 0.5); +} + +.e-btn.e-de-op-close-button:focus { + background-color: transparent; + border-color: transparent; + color: rgba(0, 0, 0, 0.5); +} + +.e-btn.e-de-op-close-button:active { + background-color: transparent; + border-color: transparent; + color: rgba(0, 0, 0, 0.5); +} + +.e-documenteditor .e-input { + color: #000; + font-size: 14px; +} + +.e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: 32px; +} + +.e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: auto; +} + +.e-de-op-result-container { + margin-top: 7px; +} + +.e-de-restrict-pane, +.e-de-op { + background-color: #fff; +} + +.e-de-restrict-pane .e-tab-header .e-toolbar-items, +.e-de-op .e-tab-header .e-toolbar-items { + margin-bottom: none; + margin-top: 20px; +} + +.e-de-font-dlg-color { + border: 1px #ccc; + border-radius: 4px; + font-size: 12px; + height: 16px; + margin-left: 15px; + width: 25px; +} + +.e-de-icon-table-row-above { + top: 10px; +} + +.e-de-icon-table-row-below { + top: 49px; +} + +.e-de-icon-table-column-left { + top: 89px; +} + +.e-de-icon-table-column-right { + top: 127px; +} + +.e-de-icon-table-delete { + top: 10px; +} + +.e-de-icon-table-row-delete { + top: 49px; +} + +.e-de-icon-table-column-delete { + top: 89px; +} + +.e-de-list-bullet-none { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-dot { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-circle { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-square { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-flower { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-arrow { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-tick { + height: 40px; + width: 40px; +} + +.e-de-bullet:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-numbered-none { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-number-dot { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-number-brace { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-up-roman { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-up-letter { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-low-letter-brace { + height: 80px; + width: 80px; +} + +.e-de-numbered-low-letter-dot { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-low-roman { + height: 80px; + width: 80px; +} + +.e-de-numbered:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-multilevel-none { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-normal { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-multilevel { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-bullets { + height: 80px; + width: 80px; +} + +.e-de-multilevel-list:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-dialog-open:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-cell-options { + left: 336px; + top: 272px; +} + +.e-de-cell-options.e-de-rtl { + left: 123px; +} + +.e-de-font-color-label { + margin-bottom: 5px; + margin-top: 15px; +} + +.e-de-font-content-label { + width: 115px; +} + +.e-de-font-color-margin { + margin-right: 10px; + margin-top: 5px; +} + +.e-de-font-color-margin.e-de-rtl { + margin-left: 10px; + margin-right: 0; +} + +.e-de-font-content-checkbox-label { + margin-left: 42px; +} + +.e-de-font-content-checkbox-label-rtl { + margin-right: 61px; +} + +.e-bigger .e-de-font-content-checkbox-label { + margin-left: 64px; +} + +.e-bigger .e-de-font-content-checkbox-label-rtl { + margin-right: 64px; +} + +.e-bigger .e-de-font-content-label { + width: 132px; +} + +.e-de-font-checkbox { + margin-left: 58px; +} + +.e-de-font-checkbox.e-de-rtl { + margin-left: 0; + margin-right: 58px; +} + +.e-de-font-checkbox.e-de-rtl { + margin-left: 0; + margin-right: 58px; +} + +.e-de-font-dlg-padding { + margin-top: 12px; +} + +.e-de-table-container-div { + margin-top: 15px; +} + +.e-de-table-header-div { + padding-top: 0; +} + +.e-de-table-subheader-div { + float: right; + margin-right: 140px; + margin-top: -40px; +} + +.e-de-table-subheader-div.e-de-rtl { + float: left; + margin-left: 140px; + margin-right: 0; +} + +.e-de-table-cell-header-div { + padding-top: 0; +} + +.e-de-table-cell-subheader-div { + top: 57px; +} + +.e-de-cell-margin-header { + left: -26px; + top: 274px; +} + +.e-de-font-dlg-display { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-de-tbl-margin-sub-header { + margin-top: 10px; +} + +.e-de-tbl-btn-seperator { + width: 60%; +} + +.e-de-op-msg { + color: #000; + top: 79px; +} + +.e-de-save-dlg-file-name { + height: 25px; + margin-bottom: 8px; +} + +.e-de-save-dlg-format-type { + height: 25px; + margin-bottom: 8px; + padding-top: 1px; +} + +.e-de-search-tab-content { + margin-right: 20px; + margin-top: 20px; + width: 275px; +} + +.e-de-font-dlg { + width: 380px; +} + +.e-de-hyperlink { + height: 171px; + width: 245px; +} + +.e-de-insert-table { + height: 139px; + width: 247px; +} + +.e-de-insert-spellchecker { + height: 360px; + width: 513px; +} + +.e-de-dlg-spellcheck-listview { + border: 1px solid #e4e4e4; + border-radius: 2px !important; + height: 122px !important; + margin-top: 8px; + position: relative; + float: left; + width: 343px; +} + +.e-de-spellcheck-error-container { + height: 140px; + margin-bottom: 25px; +} + +.e-de-spellcheck-suggestion-container { + height: 140px; +} + +.e-dlg-spellcheck-listitem { + font-size: 15px !important; +} + +.e-de-spellcheck-btncontainer { + margin-top: 8px; + position: relative; + width: 154px; + float: right; +} + +.e-de-spellcheck-btn { + height: 36px; + margin-bottom: 8px; + width: 154px; +} + +.e-de-dlg-spellchecker-subheader { + font-size: 15px; + margin-top: 8px; +} + +.e-de-dlg-spellchecker-subheaderbtm { + font-size: 15px; +} + +.e-de-list-dlg { + height: 450px; + width: 400px; +} + +.e-de-save-dlg { + height: 135px; + width: 230px; +} + +.e-de-table-properties-dlg { + width: 410px; +} + +.e-de-table-border-shading-dlg { + height: 438px; + width: 460px; +} + +.e-de-table-cell-margin-dlg { + height: 222px; + width: 342px; +} + +.e-de-table-options-dlg { + height: 248px; + width: 380px; +} + +.e-de-table-border-none { + position: absolute; + top: 25px; +} + +.e-de-table-border-box { + position: absolute; + top: 95px; +} + +.e-de-table-border-all { + position: absolute; + top: 165px; +} + +.e-de-table-border-custom { + position: absolute; + top: 235px; +} + +.e-de-table-shading-preview { + top: 385px; +} + +.e-de-font-content-label span.e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-label span.e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-content-label:hover .e-label, +.e-css.e-de-font-content-label:hover .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-label:hover .e-label, +.e-css.e-de-font-label:hover .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-documenteditor .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); + font-size: 14px; +} + +.e-documenteditor .e-checkbox-wrapper .e-frame { + height: 15px; + line-height: 11px; + width: 15px; +} + +.e-de-op-dlg-footer { + margin-top: 15px; +} + +.e-de-op-dlg-footer .e-btn { + padding-left: 6px; + padding-right: 6px; +} + +.e-de-search-tab-content .e-input-group .e-de-search-input { + width: 178px; +} + +.e-de-op-replacewith { + width: 98%; +} + +.e-de-table-ppty-tab { + border: 0; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-header-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-cell-header-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-tbl-margin-sub-header .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-list-format-info { + border-radius: 50%; + cursor: default; + font-size: 12px; + height: 15px; + line-height: 1px; + padding: 3px 0 0 0; + text-transform: lowercase; + width: 16px; +} + +.e-button-custom { + height: 32px; + padding: 0; + width: 70px; +} + +.e-bigger .e-button-custom { + height: 37px; + width: 88px; +} + +.e-styles-listview, +.e-bookmark-listview { + border: 1px solid #c8c8c8; + border-radius: 4px; + height: 150px; + overflow-y: scroll; +} + +.e-bookmark-gotobutton, +.e-bookmark-addbutton, +.e-styles-addbutton, +.e-bookmark-deletebutton { + margin-bottom: 8px; +} + +.e-bookmark-list { + float: left; + margin-right: 14px; + width: 250px; +} + +.e-bookmark-list.e-de-rtl { + margin-left: 20px; + margin-right: 0; +} + +.e-bookmark-textboxdiv { + margin-bottom: 6px; +} + +.e-bookmark-listview .e-list-item { + font-size: 13px; + height: 30px; + line-height: 27px; +} + +.e-bookmark-common { + display: -ms-flexbox; + display: flex; +} + +.e-bookmark-button { + position: relative; + top: 0; +} + +.e-font { + float: left; +} + +.e-font-rtl { + float: right; +} + +.e-de-table-border-toptop-alignment, +.e-de-table-border-topcenter-alignment, +.e-de-table-border-topbottom-alignment, +.e-de-table-border-diagionalup-alignment, +.e-de-table-border-diagionaldown-alignment, +.e-de-table-border-bottomleft-alignment, +.e-de-table-border-bottomcenter-alignment, +.e-de-table-border-bottomright-alignment { + left: 48%; + position: absolute; + top: 59%; + transform: translate(-50%, -50%); +} + +.e-de-style-properties, +.e-de-style-formatting { + font-size: 14px; + font-weight: 400; +} + +.e-de-style-formatting { + margin-bottom: 15px; +} + +.e-de-style-paragraph-indent-group-button .e-btn, +.e-de-style-paragraph-group-button .e-btn, +.e-de-style-font-group-button .e-btn { + box-shadow: none; +} + +.e-de-style-paragraph-indent-group-button .e-btn.e-active, +.e-de-style-paragraph-group-button .e-btn.e-active, +.e-de-style-font-group-button .e-btn.e-active { + background-color: #c8c8c8; + border-color: #c8c8c8; + box-shadow: none; + color: #000; +} + +.e-de-style-properties { + margin-bottom: 15px; +} + +.e-de-style-nametype-div { + margin-bottom: 15px; +} + +.e-de-style-based-para-div { + margin-bottom: 15px; +} + +.e-de-style-name, +.e-de-style-styletype, +.e-de-style-style-based-on, +.e-de-style-style-paragraph { + font-size: 13px; + font-weight: 400; + margin-bottom: 8px; + width: 180px; +} + +.e-de-style-left-div { + margin-right: 20px; +} + +.e-de-style-left-div.e-de-rtl { + margin-left: 20px; + margin-right: 0; +} + +.e-de-style-font-color-picker, +.e-de-style-icon-button-size, +.e-de-style-icon-button-first-size, +.e-de-style-icon-button-last-size { + height: 31px; +} + +.e-bigger .e-de-style-font-color-picker, +.e-bigger .e-de-style-icon-button-size, +.e-bigger .e-de-style-icon-button-first-size, +.e-bigger .e-de-style-icon-button-last-size { + height: 35px; +} + +.e-bigger .e-de-style-bold-button-size { + height: 35px; + margin-left: 6px; + margin-right: 8px; +} + +.e-de-style-bold-button-size { + height: 31px; + margin-left: 6px; + margin-right: 8px; +} + +.e-de-style-format-dropdwn .e-btn-icon { + margin-left: 8px; +} + +.e-de-style-font-color-picker, +.e-de-style-icon-button-size { + margin-right: 8px; +} + +.e-de-style-icon-button-first-size { + margin-left: 6px; + margin-right: 3px; +} + +.e-de-style-icon-button-last-size { + margin-right: 6px; +} + +.e-de-style-font-color-picker { + margin-left: 8px; +} + +.e-style-font-fmaily-right { + margin-right: 8px; +} + +.e-style-font { + margin-left: 20px; + margin-right: 20px; +} + +.e-de-style-left-div .e-de-style-dlg-name-input { + height: 32px; +} + +.e-style-list { + margin-left: 20px; +} + +.e-de-style-dialog .e-de-style-only-this-document { + margin-top: 25px; +} + +.e-de-style-format-dropdwn { + width: 135px; +} + +.e-de-style-options-div { + margin-bottom: 15px; +} + +.e-de-style-paragraph-group-button { + border-right: 2px solid #e0e0e0; +} + +.e-de-style-font-group-button { + border-left: 2px solid #e0e0e0; + border-right: 2px solid #e0e0e0; +} + +.e-de-op-replace-messagediv { + color: #000; + position: absolute; + top: 144px; +} + +.e-de-font-content-label .e-label, +.e-de-font-dlg-cb-right .e-label, +.e-de-font-checkbox .e-label { + font-size: 12px; +} + +.e-de-font-content-label .e-frame, +.e-de-font-dlg-cb-right .e-frame, +.e-de-font-checkbox .e-frame { + height: 15px; + line-height: 11px; + width: 15px; +} + +.e-de-op-input-group, +.e-de-op-replacewith { + height: 34px; +} + +.e-bigger .e-de-op-input-group, +.e-bigger .e-de-op-replacewith { + height: 40px; +} + +.e-de-hyperlink-bookmark-check { + margin-top: 20px; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-frame, +.e-de-table-header-div .e-checkbox-wrapper .e-frame, +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame, +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame, +.e-de-table-cell-header-div .e-checkbox-wrapper .e-frame, +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-frame, +.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame, +.e-de-tbl-margin-sub-header .e-frame { + height: 15px; + line-height: 11px; + width: 15px; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-label, +.e-de-table-header-div .e-checkbox-wrapper .e-label, +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label, +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label, +.e-de-table-cell-header-div .e-checkbox-wrapper .e-label, +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-label, +.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label, +.e-de-tbl-margin-sub-header .e-label { + font-size: 14px; +} + +.e-de-table-ppty-dlg-measure-div { + float: right; + margin-left: 20px; + margin-top: -18px; +} + +.e-de-table-ppty-dlg-measure-div.e-de-rtl { + float: left; + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-dlg-measure-drop-down-div { + float: right; + margin-left: 20px; + margin-top: 6px; +} + +.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-dlg-left-indent-container { + bottom: 4px; + left: 69px; + position: relative; +} + +.e-de-table-ppty-dlg-left-indent-container.e-de-rtl { + right: 69px; +} + +.e-de-table-ppty-dlg-row-height-label { + float: right; + margin-right: 184px; + margin-top: -62px; +} + +.e-de-table-ppty-dlg-row-height-label.e-de-rtl { + float: left; + margin-left: 184px; + margin-right: 0; +} + +.e-de-table-ppty-dlg-preferred-width-div { + float: right; + margin-left: 20px; + margin-top: 6px; +} + +.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-options-break { + margin-bottom: 7px; +} + +.e-de-table-cell-subheader-div { + margin-right: 125px; + margin-top: -37px; +} + +.e-de-table-cell-subheader-div.e-de-rtl { + margin-left: 125px; + margin-right: 0; +} + +.e-de-table-ppty-dlg-cell-tab-measure-label { + float: right; + margin-right: 190px; + margin-top: -58px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header { + padding-left: 12px; + padding-right: 12px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header { + padding-left: 12px; + padding-right: 12px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header { + padding-left: 15px; + padding-right: 12px; +} + +.e-styles-list { + float: left; + margin-right: 24px; + width: 250px; +} + +.e-styles-textboxdiv { + padding-bottom: 15px; +} + +.e-styles-listview .e-list-item { + font-size: 13px; + height: 30px; + line-height: 27px; +} + +.e-styles-common { + padding-top: 5px; +} + +.e-styles-button { + float: right; +} + +.e-de-toc-dlg-right-sub-container.e-de-rtl { + margin-left: 2px; + margin-right: 2px; +} + +.e-de-toc-dlg-styles { + margin-bottom: 11px; + margin-left: 38px; + margin-top: 30px; +} + +.e-de-toc-dlg-styles.e-de-rtl { + margin-left: 0; + margin-right: 38px; +} + +.e-de-toc-dlg-style-input.e-de-rtl { + margin-left: 0; + margin-right: 38px; +} + +.e-de-toc-dlg-build-table { + margin-top: 30px; +} + +.e-de-toc-table-div .e-de-toc-dlg-toc-level { + height: 24px; + margin-left: 36px; + width: 44px; +} + +.e-de-toc-styles-table-div { + border: 1px solid #c3c3c3; + border-radius: 3px; + margin-top: 15px; + width: 213px; +} + +.e-de-toc-dlg-sub-level-heading { + font-size: 12px; +} + +.e-de-toc-table-div { + height: 143px; + overflow-y: scroll; + width: 211px; +} + +.e-de-toc-dlg-style-input { + margin-bottom: 3px; + margin-left: 38px; + width: 210px; +} + +.e-de-toc-dlg-outline-levels { + margin-top: 15px; + width: 150px; +} + +.e-bookmark-textboxdiv .e-bookmark-textbox-input { + height: 32px; +} + +.e-styles-dlgfields { + font-weight: 400; + margin-bottom: 6px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header { + padding-left: 15px; + padding-right: 0 25px 0 0; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header { + padding-left: 0 25px 0 0; + padding-right: 0 25px 0 0; +} + +.e-de-dlg-target .e-footer-content .e-list-dlg-font { + margin-left: 1px; +} + +.e-bookmark-dlgfields { + font-weight: 400; + margin-bottom: 6px; +} + +.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md { + height: 65px; + padding: 10px; + width: 70px; +} + +.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md { + height: 45px; + width: 45px; +} + +.e-de-bullet-icon-size { + height: 45px; + width: 45px; +} + +.e-de-ui-list-header-presetmenu { + cursor: pointer; + font-size: 11px; + line-height: 14px; + min-width: 50px; + overflow: hidden; + text-align: left; + white-space: nowrap; + width: 100%; +} + +.e-de-ui-bullet { + font-size: 42px; +} + +.e-de-ui-list-header-presetmenu .e-de-ui-list-line { + border-bottom: 1px solid #ccc; + margin-left: 5px; + width: 100%; +} + +.e-de-ui-list-header-presetmenu div span { + color: #aaa; + display: inline-block; + vertical-align: middle; +} + +.e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem, +.e-de-ui-wfloating-menu .e-de-ui-menuitem-none { + border: 0; + box-shadow: inset 0 0 0 1px #ebebeb; + cursor: pointer; + height: 70px; + margin: 0 5px 5px 0; + padding: 0; + width: 70px; +} + +.e-de-ui-wfloating-menu { + padding: 10px 4px 5px 10px; +} + +.e-de-list-thumbnail .e-de-list-items { + float: left; +} + +.e-de-list-thumbnail .e-de-list-items { + background: #fff; + border: 1px solid transparent; + clear: initial; + display: inline-block; + height: auto; + margin: 5px; + text-align: center; + width: auto; +} + +.e-de-list-items { + background: #fff; + box-sizing: border-box; + cursor: pointer; + list-style: none; + padding: 7px 10px; + position: relative; +} + +.e-de-list-item-size { + font-size: 14px; +} + +.e-de-ui-wfloating-menu { + padding: 10px 4px 5px 10px; +} + +.e-de-table-border-fill.e-de-rtl { + margin-left: 15px; +} + +.e-de-table-border-fill:not(.e-de-rtl) { + margin-right: 15px; + margin-top: 10px; +} + +.e-de-table-ppty-dlg-tabs { + height: 320px; + position: relative; +} + +.e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active, +.e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active { + border-color: #317ab9; +} + +.e-de-bullet-icons { + left: 50%; + position: absolute; + top: 50%; + transform: translate(-43%, -43%); +} + +.e-de-header-footer-list { + color: #317ab9; +} + +.e-de-rtl-btn-div { + font-size: 12px; + margin-right: 14px; + width: 200px; +} + +.e-de-rtl-btn-div.e-de-rtl { + margin-left: 14px; + margin-right: 0; +} + +.e-de-ltr-btn-div { + font-size: 12px; + width: 200px; +} + +.e-de-tbl-rtl-btn-div { + font-size: 12px; + margin-right: 14px; + width: 140px; +} + +.e-de-tbl-rtl-btn-div.e-de-rtl { + margin-left: 14px; + margin-right: 0; +} + +.e-de-tbl-ltr-btn-div { + font-size: 12px; + width: 140px; +} + +.e-para-dlg-sub-height { + height: 145px; +} + +.e-de-disabledbutton { + opacity: 0.4; + pointer-events: none; +} + +.e-bigger .e-de-insert-table { + height: auto; + width: auto; +} + +.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: auto; +} + +.e-bigger .e-de-font-dlg { + width: 375px; +} + +.e-bigger .e-para-dlg-sub-height { + height: 170px; +} + +.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl { + margin-right: 36px; +} + +.e-bigger .e-de-font-content-label-width { + width: 68px; +} + +.e-bigger .e-de-toc-label { + margin-left: 194px; +} + +.e-bigger .e-de-toc-label-rtl { + margin-left: 0; + margin-right: 180px; +} + +.e-bigger .e-de-outline-rtl { + width: 173px; +} + +.e-de-restrict-format { + margin-top: 16px; +} + +.e-de-rp-format { + font-size: 13px; + margin-bottom: 12px; + opacity: .65; +} + +.e-de-rp-checkbox { + font-size: 12px; +} + +.e-de-rp-border { + margin-bottom: 12px; + margin-top: 12px; +} + +.e-de-rp-header { + font-size: 15px; + font-weight: 500; + opacity: .87; +} + +.e-de-restrict-pane .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); + font-size: 12px; +} + +.e-de-restrict-pane .e-checkbox-wrapper .e-frame { + height: 16px; + width: 16px; +} + +.e-de-restrict-pane .e-checkbox-wrapper { + margin-bottom: 8px; +} + +.e-de-rp-user .e-checkbox-wrapper { + width: auto; +} + +.e-de-rp-nav-btn, +.e-de-rp-btn-enforce { + background: #fafafa; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5); + font-size: 13px; + height: 36px; + opacity: .87; +} + +.e-de-rp-nav-btn { + margin: 0 12px; + width: 210px; +} + +.e-de-rp-btn-stop-enforce { + background: #fafafa; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5); + font-size: 13px; + height: 36px; + margin: 0 46px; + opacity: .87; +} + +.e-de-rp-nav-lbl { + font-size: 13px; + margin: 0 28px; +} + +.e-de-rp-sub-div { + border-bottom: 1px solid #e4e4e4; + padding: 12px; +} + +.e-de-restrict-pane { + padding-left: 0; + padding-top: 0; +} + +.e-de-rp-whole-header { + padding: 12px; +} + +.e-de-rp-user { + background: #fff; + border: 1px solid #e4e4e4; + border-radius: 2px; + font-size: 12px; + height: 110px; + width: 238px; +} + +.e-de-rp-enforce { + padding-top: 12px; +} + +.e-de-rp-enforce-nav { + margin: 12px 0; +} + +.e-de-enforce-dlg-title { + font-size: 14px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-enforce .e-de-enforce-dlg-input { + height: 32px; + margin-bottom: 8px; + width: 300px; +} + +.e-de-user-add-btn { + background: #e0e0e0; + border-radius: 2px; + width: 74px; +} + +.e-de-user-dlg .e-de-user-dlg-textbox-input { + margin-right: 16px; + width: 304px; +} + +.e-de-user-dlg-list { + margin-bottom: 15px; +} + +.e-de-user-listview { + border: 1px solid #e4e4e4; + border-radius: 2px; + height: 106px; +} + +.e-de-user-dlg-user { + margin-bottom: 12px; +} + +.e-user-delete { + float: left; +} + +.e-de-unprotect-dlg-title { + font-size: 14px; + margin-bottom: 8px; +} + +.e-de-rp-stop-div1 { + opacity: .87; + padding: 12px 12px 6px 12px; + font-weight: 500; + border-bottom: 1px solid #E0E0E0; +} + +.e-de-rp-stop-div2 { + padding: 12px 12px 24px; +} + +.e-de-rp-stop-div3 { + padding: 0 0 12px 12px; +} + +.e-de-rp-close-icon { + float: right; + position: relative; + top: -7px; +} + +.e-de-restrict-pane { + height: 100%; + overflow: auto; + width: 268px; +} + +.e-de-rp-nav-lbl { + font-size: 13px; + margin: 0 28px; +} + +.e-documenteditor-optionspane { + height: 100%; +} + +.e-de-cmt-pane { + background-color: inherit; + border-left: 1px solid #e6e6e6; + color: #333; + width: 264px; +} + +.e-de-cp-close { + background-color: inherit; + border: none; + float: right; + position: relative; + top: -7px; +} + +.e-de-cp-whole-header { + padding: 12px; +} + +.e-de-cp-header { + font-size: 13px; + font-weight: 500; + opacity: .87; + width: 75%; +} + +.e-de-cmt-container { + height: auto; + padding: 0px 8px; + overflow: auto; +} + +.e-de-cmt-sub-container { + background-color: #fff; + border: 1px solid #ccc; + border-radius: 2px; + margin: 8px 0px; + padding: 8px; +} + +.e-de-cmt-view { + cursor: default; +} + +.e-de-cmt-sub-container.e-de-cmt-selection { + border-left: 3px solid #317ab9; + padding-left: 6px; +} + +.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 2px solid #317ab9; + padding-left: 7px; +} + +.e-de-cmt-author { + margin-bottom: 8px; +} + +.e-de-cmt-author-name { + font-size: 13px; + font-weight: 500; + width: 90%; +} + +.e-de-cp-option.e-btn.e-icon-btn { + background-color: inherit; + border: none; + color: inherit; + float: right; + height: 20px; + padding: 0px; + width: 20px; + margin-top: -8px; +} + +.e-de-cp-option.e-btn.e-icon-btn span { + margin-top: 0px; +} + +.e-de-cmt-view:hover .e-de-cp-option { + display: block; +} + +.e-de-cmt-readonly { + font-size: 13px; + padding-top: 4px; + word-break: break-word; +} + +.e-de-cmt-date { + font-size: 13px; + margin-top: 12px; + opacity: .67; +} + +.e-de-cmt-sub-container.e-de-cmt-reply { + border: none; + border-top: 1px solid #ccc; + border-radius: 0px; + margin: 11.5px 8px 0px 8px; + padding: 0px; +} + +.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view { + margin-top: 11.5px; +} + +.e-de-cmt-textarea.e-input { + color: #333; + font-size: 13px; + line-height: normal; + min-height: 30px; + overflow: hidden; + resize: none; +} + +.e-de-cmt-action-button { + text-align: right; + margin-top: 8px; +} + +.e-de-cmt-post-btn.e-btn.e-flat, .e-de-cmt-cancel-btn.e-btn.e-flat { + height: 32px; + margin-left: 8px; + width: 32px; +} + +.e-de-cmt-resolved .e-de-cmt-author-name, .e-de-cmt-resolved .e-de-cmt-readonly, .e-de-cmt-resolved e-de-cmt-date { + opacity: .67; +} + +.e-de-cmt-resolved .e-de-cmt-rply-view { + display: none; +} + +.e-de-cmt-resolved .e-de-cmt-resolve-btn { + display: block; + margin-top: 8px; + text-align: right; +} + +.e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection { + border-left: 3px solid rgba(49, 122, 185, 0.5); +} + +.e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 2px solid rgba(49, 122, 185, 0.5); +} + +.e-de-cmt-mark { + cursor: default; + color: #000; + font-size: 13px; + height: 13px; + pointer-events: all; + width: 13px; +} + +.e-de-cmt-mark :hover { + color: #317ab9; +} + +.e-de-cmt-mark.e-de-cmt-mark-selected, .e-de-cmt-mark.e-de-cmt-mark-hover { + color: #317ab9; +} + +.e-de-cmt-no-cmt { + margin-left: 6px; + margin-top: 24px; + font-size: 13px; +} + +.e-de-cmt-drawer-cnt { + font-size: 13px; + height: 20px; + margin-top: 8px; +} + +.e-de-cmt-drawer { + cursor: pointer; + float: right; + opacity: .54; + margin-right: 4px; + margin-top: 4px; +} + +.e-de-cmt-rply-view { + margin-top: 12px; +} + +.e-de-cmt-resolve-btn { + display: none; +} + +.e-rtl .e-de-cp-close { + float: left; +} + +.e-rtl .e-de-cmt-pane { + border-left: none; + border-right: 1px solid #e6e6e6; +} + +.e-rtl .e-de-rp-close-icon { + float: left; +} + +.e-rtl .e-de-cp-option.e-btn.e-icon-btn { + float: left; +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection { + border-left: 1px solid #ccc; + border-right: 3px solid #317ab9; + padding-left: 8px; + padding-right: 6px; +} + +.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 1px solid #ccc; + border-right: 2px solid #317ab9; + padding-left: 8px; + padding-right: 7px; +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection { + border-right: 3px solid rgba(49, 122, 185, 0.5); +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-right: 2px solid rgba(49, 122, 185, 0.5); +} + +.e-rtl .e-de-cmt-action-button { + text-align: left; +} + +.e-rtl .e-de-cmt-no-cmt { + margin-left: auto; + margin-right: 6px; +} + +.e-rtl .e-de-cmt-drawer { + float: left; + margin-left: 8px; + margin-right: auto; +} + +.e-rtl .e-de-cmt-resolve-btn { + text-align: left; +} + +.e-bigger .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat { + height: 40px; + margin-left: 12px; + width: 36px; +} + +.e-bigger .e-de-cp-whole-header { + height: 56px; + padding: 16px; + padding-right: 8px; +} + +.e-bigger .e-de-cp-close { + margin-top: -3px; +} + +.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat { + margin-right: 12px; +} + +.e-de-ctnr-linespacing::before { + content: '\eb30'; +} + +.e-de-ctnr-lock::before { + content: '\eb20'; +} + +.e-de-ctnr-italic::before { + content: '\eb1d'; +} + +.e-de-ctnr-link::before { + content: '\eb27'; +} + +.e-de-ctnr-table::before { + content: '\eb2b'; +} + +.e-de-ctnr-tableofcontent::before { + content: '\eb10'; +} + +.e-de-ctnr-pagenumber::before { + content: '\eb1b'; +} + +.e-de-ctnr-new::before { + content: '\eb0c'; +} + +.e-de-ctnr-bold::before { + content: '\eb2f'; +} + +.e-de-ctnr-fontcolor::before { + content: '\eb1f'; +} + +.e-de-ctnr-pagesetup::before { + content: '\eb33'; +} + +.e-de-ctnr-strokestyle::before { + content: '\eb1a'; +} + +.e-de-ctnr-image::before { + content: '\eb1c'; +} + +.e-de-ctnr-bookmark::before { + content: '\eb11'; +} + +.e-de-ctnr-header::before { + content: '\eb0b'; +} + +.e-de-ctnr-open::before { + content: '\eb28'; +} + +.e-de-ctnr-bullets::before { + content: '\eb25'; +} + +.e-de-ctnr-showhide::before { + content: '\eb23'; + font-size: 16px; +} + +.e-de-ctnr-footer::before { + content: '\eb0a'; +} + +.e-de-ctnr-clearall::before { + content: '\eb26'; +} + +.e-de-ctnr-outsideborder::before { + content: '\eb66'; +} + +.e-de-ctnr-allborders::before { + content: '\eb95'; +} + +.e-de-ctnr-insideborders::before { + content: '\eb88'; +} + +.e-de-ctnr-mergecell::before { + content: '\eb93'; +} + +.e-de-ctnr-aligntop::before { + content: '\eb35'; +} + +.e-de-ctnr-alignbottom::before { + content: '\eb0e'; +} + +.e-de-ctnr-aligncenter-table::before { + content: '\eb0d'; +} + +.e-de-ctnr-bullet-none::before { + content: '\e256'; +} + +.e-de-ctnr-bullet-dot::before { + content: '\e270'; +} + +.e-de-ctnr-bullet-circle::before { + content: '\e254'; +} + +.e-de-ctnr-bullet-square::before { + content: '\e271'; +} + +.e-de-ctnr-bullet-flower::before { + content: '\e267'; +} + +.e-de-ctnr-bullet-arrow::before { + content: '\e253'; +} + +.e-de-ctnr-bullet-tick::before { + content: '\e259'; +} + +.e-de-selected-item::before { + content: '\e935'; +} + +.e-de-ctnr-break::before { + content: '\eba1'; +} + +.e-de-selected-spellcheck-item::before { + content: '\e935'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-de-selected-underline-item::before { + content: '\e935'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-de-ctnr-page-break::before { + content: '\eba5'; +} + +.e-de-ctnr-section-break::before { + content: '\eba7'; +} + +.e-de-ctnr-upload::before { + content: '\eba4'; +} + +.e-de-ctnr-leftborders::before { + content: '\e291'; +} + +.e-de-ctnr-rightborder::before { + content: '\e288'; +} + +.e-de-ctnr-topborder::before { + content: '\e281'; +} + +.e-de-ctnr-bottomborder::before { + content: '\e298'; +} + +.e-de-ctnr-insertleft::before { + content: '\e285'; +} + +.e-de-ctnr-insertright::before { + content: '\e284'; +} + +.e-de-ctnr-insertabove::before { + content: '\e506'; +} + +.e-de-ctnr-insertbelow::before { + content: '\e505'; +} + +.e-de-ctnr-deleterows::before { + content: '\e283'; +} + +.e-de-ctnr-deletecolumns::before { + content: '\e282'; +} + +.e-de-ctnr-undo::before { + content: '\ebc5'; +} + +.e-de-ctnr-find::before { + content: '\e60e'; +} + +.e-de-ctnr-download::before { + content: '\ec32'; +} + +.e-de-ctnr-justify::before { + content: '\e334'; +} + +.e-de-ctnr-strokesize::before { + content: '\ebd7'; +} + +.e-de-ctnr-highlight::before { + content: '\ebc6'; +} + +.e-de-ctnr-paste::before { + content: '\e601'; +} + +.e-de-ctnr-subscript::before { + content: '\e357'; +} + +.e-de-ctnr-strikethrough::before { + content: '\ebc9'; +} + +.e-de-ctnr-redo::before { + content: '\ebd3'; +} + +.e-de-ctnr-increaseindent::before { + content: '\e33f'; +} + +.e-de-ctnr-underline::before { + content: '\ebc8'; +} + +.e-de-ctnr-superscript::before { + content: '\e352'; +} + +.e-de-ctnr-alignleft::before { + content: '\e33a'; +} + +.e-de-ctnr-numbering::before { + content: '\e346'; +} + +.e-de-ctnr-decreaseindent::before { + content: '\e35d'; +} + +.e-de-ctnr-insideverticalborder::before { + content: '\e287'; +} + +.e-de-ctnr-insidehorizondalborder::before { + content: '\e276'; +} + +.e-de-ctnr-highlightcolor::before { + content: '\ebc6'; +} + +.e-de-ctnr-close::before { + content: '\e361'; +} + +.e-de-ctnr-backgroundcolor::before { + content: '\ebca'; +} + +.e-de-ctnr-aligncenter::before { + content: '\e35e'; +} + +.e-de-ctnr-print::before { + content: '\ebd2'; +} + +.e-de-ctnr-alignright::before { + content: '\e34d'; +} + +.e-de-ctnr-strokesize::before { + content: '\ebd7'; +} + +.e-de-ctnr-cellbg-clr-picker::before { + content: '\ebca'; +} + +.e-de-flip { + transform: scaleX(-1); +} + +.e-de-cnt-cmt-add::before { + content: '\e814'; + font-family: 'e-icons'; +} + +.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap { + height: 0; + line-height: 0; +} + +.e-de-ctnr-file-picker { + left: -110em; + position: fixed; +} + +.e-de-ctnr-rtl { + direction: rtl; +} + +.e-de-ctnr-hglt-btn { + display: inline-block; + height: 25px; + margin: 3px; + width: 25px; +} + +.e-color-selected, +.e-de-ctnr-hglt-btn:hover { + border: 1px solid #ff8c00; +} + +.e-hglt-no-color { + height: 30px; + padding-top: 1px; + width: 157px; +} + +.e-hglt-no-color:hover { + background-color: #d3d3d3; + cursor: pointer; +} + +.e-de-ctnr-hglt-no-color { + font-size: 12px; + font-weight: 400; + left: 40px; + padding-top: 11px; + position: absolute; + top: 100px; +} + +.e-de-ctn-title { + background-color: #317ab9; + color: #fff; +} + +.e-de-tool-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 113px); + width: 100%; +} + +.e-de-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 113px); + width: 100%; +} + +.e-de-statusbar-seperator { + border: 1px solid #ccc; + height: 16px; + margin-left: 15.5px; + margin-top: 10px; +} + +.e-de-statusbar-spellcheck { + border-radius: 2px; + height: 34px; + margin-left: 7.5px; + width: 91px; +} + +.e-de-ctn { + background-color: #f8f8f8; + border: 1px solid #ccc; + height: calc(100%); + position: relative; + width: 100%; +} + +.e-bigger .e-de-statusbar-spellcheck { + border-radius: 2px; + height: 34px; + margin-left: 7.5px; + width: 111px; +} + +.e-de-ctnr-toolbar { + display: -ms-inline-flexbox; + display: inline-flex; + height: 77px; + width: 100%; +} + +.e-de-tlbr-wrapper .e-de-toolbar.e-toolbar, +.e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn { + border: 0; +} + +.e-de-pane { + border-left: 1px solid #ccc; +} + +.e-de-pane-rtl { + border-right: 1px solid #ccc; +} + +.e-de-tool-ctnr-properties-pane { + background-color: #f8f8f8; + border-bottom: 1px solid #ccc; + border-top: 1px solid #ccc; +} + +.e-de-ctnr-segment { + margin-bottom: 12px; +} + +.e-de-font-clr-picker .e-colorpicker-wrapper:first-child, +.e-de-font-clr-picker > .e-split-btn-wrapper { + margin-right: 12px; +} + +.e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child, +.e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-de-ctnr-segment > div:first-child, +.e-de-ctnr-segment > button:first-child { + margin-right: 12px; +} + +.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child, +.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child { + margin-left: 12px; + margin-right: 0; +} + +.e-de-tlbr-wrapper { + background-color: #f8f8f8; + height: 77px; + width: calc(100% - 75px); +} + +.e-de-ctnr-prop-label { + color: #333; + display: inline-block; + font-size: 12px; + font-weight: 500; + letter-spacing: .05px; + margin-bottom: 12px; + opacity: .87; +} + +.e-de-table-prop-label { + margin-left: 12px; +} + +.e-de-table-prop-label.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-toolbar.e-toolbar { + border-radius: 0; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items { + height: 77px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator { + height: 59px; + margin: 0 5.5px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start { + margin-left: 12px; + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-first { + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle { + margin-left: 6px; + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-last { + margin-left: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end { + margin-left: 6px; + margin-right: 12px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus { + background-color: #e6e6e6; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0 1px; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-de-overlay { + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.de-split-button > div:first-child { + margin-right: 14px; +} + +.e-de-ctnr-properties-pane-btn { + width: 75px; +} + +.e-de-ctnr-properties-pane-btn .e-btn { + background-color: #f8f8f8; + border-radius: 0; + box-shadow: none; + color: #333; + min-height: 100%; + min-width: 100%; +} + +.e-de-ctnr-properties-pane-btn .e-btn:focus { + box-shadow: none; +} + +.e-de-ctnr-properties-pane-btn .e-btn:active { + box-shadow: none; +} + +.e-de-ctnr-properties-pane-btn .e-btn:hover { + box-shadow: none; +} + +.e-de-showhide-btn { + border: 0; + height: 77px; +} + +.e-de-showhide-btn-rtl { + border: 0; + height: 77px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 0; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: table; + font-size: 12px; + margin: 0 6.5px; + padding: 0; + white-space: normal; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-de-cntr-pane-padding { + padding: 12px; +} + +.e-de-prop-pane { + height: 100%; + min-height: 200px; + overflow: auto; + width: 264px; +} + +.e-bigger .e-de-cntr-pane-padding { + padding: 16px; +} + +.e-bigger .e-de-prop-pane { + height: 100%; + min-height: 200px; + overflow: auto; + width: 272px; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) { + box-shadow: none; + height: 34px; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus { + box-shadow: none; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active { + box-shadow: none; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover { + box-shadow: none; +} + +.e-de-ctnr-group-btn button { + box-shadow: none; + height: 34px; +} + +.e-de-ctnr-group-btn button:focus { + box-shadow: none; +} + +.e-de-ctnr-group-btn button:active { + box-shadow: none; +} + +.e-de-ctnr-group-btn button:hover { + box-shadow: none; +} + +.e-de-property-div-padding { + border-bottom: 0.5px solid #e0e0e0; + padding-bottom: 11.5px; + padding-top: 12.5px; +} + +.e-de-ctnr-dropdown-ftr { + border-top: 1px solid #e0e0e0; + color: #333; + display: block; + font-size: 12px; + line-height: 40px; + text-indent: 1.2em; +} + +.e-de-char-fmt-btn-left > button { + width: 38.25px; +} + +.e-de-char-fmt-btn-right > button { + width: 37.5px; +} + +.e-de-panel-left-width { + width: 153px; +} + +.e-bigger .e-de-panel-left-width { + width: 149px; +} + +.e-bigger .e-de-char-fmt-btn-left > button { + width: 37.25px; +} + +.e-de-panel-right-width { + width: 75px; +} + +.e-de-cntr-highlight-pane { + border: 1px solid #ccc; +} + +.e-de-btn-hghlclr > button:first-child { + padding: 1px !important; +} + +.e-de-ctnr-hglt-color { + font-size: 12px; + font-weight: 400; + height: 18px !important; + width: 18px !important; +} + +.e-de-font-clr-picker > div button, +.e-de-font-clr-picker > button { + width: 30.8px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md { + height: 55px; + padding: 4px !important; + width: 60px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover { + border: 3px solid #e6e6e6; + padding: 2px !important; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md { + height: 38px; + padding: 4px !important; + width: 38px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover { + border: 3px solid #e6e6e6; + padding: 2px !important; +} + +.e-de-list-header-presetmenu { + cursor: pointer; + font-size: 11px; + line-height: 14px; + overflow: hidden; + text-align: left; + min-width: 50px; + white-space: nowrap; + width: 100%; +} + +.e-de-bullet-list-header-presetmenu { + cursor: pointer; + font-size: 14px; + left: -11px; + line-height: 26px; + min-width: 50px; + overflow: hidden; + position: relative; + white-space: nowrap; + width: 100%; +} + +.e-rtl .e-de-bullet-list-header-presetmenu { + cursor: pointer; + font-size: 14px; + left: 10px; + line-height: 26px; + min-width: 50px; + overflow: hidden; + position: relative; + white-space: nowrap; + width: 100%; +} + +.e-de-bullet { + font-size: 42px; +} + +.e-de-list-header-presetmenu .e-de-list-line { + border-bottom: 1px solid #ccc; + margin-left: 5px; + width: 100%; +} + +.e-de-toc-optionsdiv { + margin-bottom: 11.5px; + margin-left: 5.5px; + margin-top: 15.5px; +} + +.e-de-toc-optionsdiv.e-de-rtl { + margin-right: 5.5px; + margin-left: 0; +} + +.e-de-list-header-presetmenu div span { + color: #aaa; + display: inline-block; + vertical-align: middle; +} + +.e-de-floating-menu .e-de-floating-menuitem, +.e-de-floating-menu .e-de-menuitem-none { + cursor: pointer; + height: 70px; + padding: 0 !important; + margin: 0 5px 5px 0 !important; + width: 70px; +} + +.e-de-list-thumbnail .e-de-list-items { + float: left; +} + +.e-de-list-thumbnail .e-de-list-items { + border: 1px solid #e4e4e4; + clear: initial; + display: inline-block; + height: auto; + margin: 5px; + padding: 2px; + text-align: center; + width: auto; +} + +.e-de-list-items { + cursor: pointer; + background: #f8f8f8; + box-sizing: border-box; + list-style: none; + padding: 7px 10px 7px 10px; + position: relative; +} + +.e-de-list-item-size { + font-size: 14px; +} + +.e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected, +.e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected { + border: 3px solid #317ab9; + padding: 2px !important; +} + +.e-de-floating-menu { + padding: 10px 4px 5px 10px !important; +} + +.e-de-list-container { + background: #f8f8f8; + border: 1px solid #ccc; + border-radius: 2px; + box-shadow: 0 0 14px rgba(0, 0, 0, 0.2); + box-sizing: border-box; + display: inline-block; + line-height: normal; + margin: 0; + outline: 0; + padding: 5px 0; + position: absolute; + width: auto; + z-index: 10020; +} + +.e-de-ctnr-list { + font-size: 29px; + vertical-align: top; +} + +.e-de-image-property { + padding-left: 32px; +} + +.e-de-img-prty-span { + color: #333; + left: 12px; + position: absolute; + top: 12px; +} + +.e-btn-toggle { + background-color: #e6e6e6 !important; + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; +} + +.e-btn-toggle:hover { + background-color: #e6e6e6 !important; + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; +} + +.e-de-ctnr-group-btn-top > button:first-child { + border-radius: 0; + border-top-left-radius: 4px; +} + +.e-de-ctnr-group-btn-top.e-de-rtl > button:first-child { + border-top-left-radius: 0; + border-top-right-radius: 4px; +} + +.e-de-ctnr-group-btn-top > button:last-child { + border-radius: 0; + border-top-right-radius: 4px; +} + +.e-de-ctnr-group-btn-top.e-de-rtl > button:last-child { + border-top-left-radius: 4px; + border-top-right-radius: 0; +} + +.e-de-ctnr-group-btn-middle > button { + border-radius: 0; + border-top: 0; + border-bottom: 0; +} + +.e-de-ctnr-group-btn-bottom > button:first-child { + border-radius: 0; + border-bottom-left-radius: 4px; +} + +.e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 4px; +} + +.e-de-ctnr-group-btn-bottom > button:last-child { + border-radius: 0; + border-bottom-right-radius: 4px; +} + +.e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child { + border-bottom-right-radius: 0; + border-bottom-left-radius: 4px; +} + +.e-de-toc-template1 { + background: #f8f8f8; + border: 1px solid #ccc; + color: #333; + height: 129px; + margin-left: 78px; + width: 94px; +} + +.e-de-toc-template1.e-de-rtl { + margin-left: 0; + margin-right: 78px; +} + +.e-de-toc-template1-content1 { + font-size: 10px; + height: 11px; + margin-left: 5.4px; + margin-top: 6.7px; + width: 81px; +} + +.e-de-toc-template1-content2 { + font-size: 8px; + height: 9px; + margin-left: 20.4px; + margin-top: 5.7px; + width: 64px; +} + +.e-de-toc-template1-content3 { + font-size: 7px; + height: 8px; + margin-left: 28.4px; + margin-top: 6.7px; + width: 60px; +} + +.e-de-prop-sub-label { + color: #333; + font-size: 13px; + margin-bottom: 8px; +} + +.e-de-toc-checkbox1 { + height: 14px; + margin-top: 14px; +} + +.e-de-toc-checkbox2 { + height: 14px; + margin-top: 14px; +} + +.e-de-toc-checkbox3 { + height: 14px; + margin-top: 14px; +} + +.e-de-status-bar { + background-color: #f8f8f8; + border-bottom: 1px solid #ccc; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + width: 100%; +} + +.e-de-ctnr-pg-no { + color: #333; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: 100px; +} + +.e-de-ctnr-pg-no-spellout { + color: #333; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: calc(100% - 75px); +} + +.e-bigger .e-de-ctnr-pg-no-spellout { + color: #333; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: calc(100% - 90px); +} + +.e-de-statusbar-zoom-spell { + background-color: #f8f8f8; + border: 0; + color: #333; + float: right; + height: 34px; + margin-left: calc(100% - 292px); +} + +.e-bigger .e-de-statusbar-zoom-spell { + background-color: #f8f8f8; + border: 0; + color: #333; + float: right; + height: 34px; + margin-left: calc(100% - 325px); +} + +.e-de-btn-cancel { + margin-left: 10px; +} + +.e-de-btn-cancel-rtl { + margin-left: 0; + margin-right: 10px; +} + +.e-de-prop-header-label { + color: #333; + display: inline-block; + font-size: 13px; + font-weight: bold; + letter-spacing: .05px; + opacity: .87; +} + +.e-de-prop-separator-line { + border-bottom: 1px solid #ccc; +} + +.e-de-status-bar > div label { + font-weight: normal; +} + +.e-de-stylediv { + padding-left: 12px; +} + +.e-de-stylediv-rtl { + padding-left: 0; + padding-right: 12px; +} + +.e-de-border-style-div { + margin-left: 12px; +} + +.e-de-border-style-div.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-insert-del-cell { + margin-left: 12px; +} + +.e-de-insert-del-cell.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-cell-margin { + margin-left: 12px; +} + +.e-de-align-text { + margin-left: 12px; +} + +.e-de-align-text.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-border-size-button { + height: 28px; + margin-top: 14px; + width: 100px; +} + +.e-de-color-picker { + height: 28px; + width: 100px; +} + +.e-de-cell-div { + margin-left: 12px; +} + +.e-de-cell-div.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-cell-text-box { + margin-right: 12px; +} + +.e-de-prop-fill-label { + margin-left: 10.3px; + margin-right: 8px; +} + +.e-de-prop-fill-label.e-de-rtl { + margin-left: 8px; + margin-right: 10.3px; +} + +.e-de-grp-btn-ctnr .e-de-ctnr-group-btn, +.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn { + height: 42px !important; +} + +.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button, +.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button { + height: 42px; + width: 42px; +} + +.e-de-border-clr-picker .e-split-btn-wrapper > button:first-child { + width: 70px; +} + +.e-bigger .de-split-button > div:first-child { + margin-right: 16px; +} + +.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child { + width: 66px; +} + +.e-bigger .e-de-prop-fill-label { + margin-left: 14.5px; + margin-right: 9.8px; +} + +.e-bigger .e-de-prop-fill-label.e-de-rtl { + margin-left: 9.8px; + margin-right: 14.5px; +} + +.e-bigger .e-de-cell-text-box { + margin-right: 16px; +} + +.e-bigger .e-de-cell-div { + margin-left: 16px; +} + +.e-bigger .e-de-cell-div.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-border-style-div { + margin-left: 16px; +} + +.e-bigger .e-de-border-style-div.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-color-picker { + height: 38px; + width: 96px; +} + +.e-bigger .e-de-border-size-button { + height: 38px; + margin-top: 14px; + width: 96px; +} + +.e-bigger .e-de-align-text { + margin-left: 16px; +} + +.e-bigger .e-de-align-text.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-insert-del-cell { + margin-left: 16px; +} + +.e-bigger .e-de-insert-del-cell.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-cell-margin { + margin-left: 14px; +} + +.e-bigger .e-de-cell-margin.e-de-rtl { + margin-left: 0; + margin-right: 14px; +} + +.e-bigger .e-de-stylediv { + padding-left: 16px; +} + +.e-bigger .e-de-stylediv-rtl { + padding-right: 16px; +} + +.e-bigger .e-de-tool-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + min-height: 200px; + width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + width: 100%; +} + +.e-bigger .e-de-ctn { + background-color: #f8f8f8; + border: 1px solid #ccc; + height: calc(100%); + position: relative; + width: 100%; +} + +.e-bigger .e-de-ctnr-toolbar { + display: -ms-inline-flexbox; + display: inline-flex; + height: 82px; + width: 100%; +} + +.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar, +.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn { + border: 0; +} + +.e-bigger .e-de-pane { + border-left: 1px solid #ccc; +} + +.e-bigger .e-de-pane-rtl { + border-right: 1px solid #ccc; +} + +.e-bigger .e-de-ctnr-segment { + margin-bottom: 16px; +} + +.e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child, +.e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper { + margin-right: 16px; +} + +.e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child, +.e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper { + margin-left: 16px; + margin-right: 0; +} + +.e-bigger .e-de-ctnr-segment > div:first-child, +.e-bigger .e-de-ctnr-segment > button:first-child { + margin-right: 16px; +} + +.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child, +.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child { + margin-left: 16px; + margin-right: 0; +} + +.e-bigger .e-de-tlbr-wrapper { + background-color: #f8f8f8; + height: 82px; + width: calc(100% - 75px); +} + +.e-bigger .e-de-ctnr-prop-label { + color: #333; + display: inline-block; + font-size: 12px; + font-weight: 500; + letter-spacing: .05px; + margin-bottom: 16px; + opacity: .87; +} + +.e-bigger .e-de-table-prop-label { + margin-left: 14.5px; +} + +.e-bigger .e-de-table-prop-label.e-de-rtl { + margin-left: 0; + margin-right: 14.5px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items { + height: 82px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator { + height: 25px; + margin: 0 7.5px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start { + margin-left: 16px; + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-first { + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle { + margin-left: 8px; + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-last { + margin-left: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end { + margin-left: 8px; + margin-right: 16px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus { + background-color: #e6e6e6; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0 1px; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-bigger .e-de-overlay { + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane-btn { + width: 75px; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn { + background-color: #f8f8f8; + border-radius: 0; + box-shadow: none; + min-height: 100%; + min-width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover { + box-shadow: none; +} + +.e-bigger .e-de-showhide-btn { + border: 0; + height: 82px; +} + +.e-bigger .e-de-showhide-btn-rtl { + border: 0; + height: 82px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 0; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: table; + font-size: 12px; + margin: 0 6px; + padding: 0; + white-space: normal; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) { + box-shadow: none; + height: 38px; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button { + box-shadow: none; + height: 38px; +} + +.e-bigger .e-de-ctnr-group-btn button:focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button:active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button:hover { + box-shadow: none; +} + +.e-bigger .e-de-property-div-padding { + border-bottom: 0.5px solid #e0e0e0; + padding-bottom: 14.5px; + padding-top: 15.5px; +} + +.e-bigger .e-de-ctnr-dropdown-ftr { + border-top: 1px solid #e0e0e0; + color: #333; + display: block; + font-size: 12px; + line-height: 40px; + text-indent: 1.2em; +} + +.e-bigger .e-de-char-fmt-btn > button { + width: 38.5px; +} + +.e-bigger .e-de-btn-hghlclr > button:first-child { + padding: 0 6px !important; +} + +.e-bigger .e-de-ctnr-hglt-color { + font-size: 12px; + font-weight: 400; + height: 25px !important; + width: 25px !important; + border-radius: 4px; +} + +.e-bigger .e-de-font-clr-picker > div button, +.e-bigger .e-de-font-clr-picker > button { + width: auto; +} + +.e-bigger .e-de-ctnr-list { + font-size: 29px; + vertical-align: top; +} + +.e-bigger .e-de-image-property { + padding-left: 32px; +} + +.e-bigger .e-de-img-prty-span { + color: #333; + left: 10px; + position: absolute; + top: 14px; +} + +.e-bigger .e-btn-toggle { + background-color: #e6e6e6 !important; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; + outline: #fafafa 0 solid; + outline-offset: 0; +} + +.e-bigger .e-btn-toggle:hover { + background-color: #e6e6e6 !important; + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important; +} + +.e-bigger .e-de-toc-template1 { + background: #f8f8f8; + border: 1px solid #ccc; + color: #333; + height: 129px; + margin-left: 78px; + width: 94px; +} + +.e-bigger .e-de-toc-template1-content1 { + font-size: 10px; + height: 11px; + margin-left: 5.4px; + margin-top: 6.7px; + width: 81px; +} + +.e-bigger .e-de-toc-template1-content2 { + font-size: 8px; + height: 9px; + margin-left: 20.4px; + margin-top: 5.7px; + width: 64px; +} + +.e-bigger .e-de-toc-template1-content3 { + font-size: 7px; + height: 8px; + margin-left: 28.4px; + margin-top: 6.7px; + width: 60px; +} + +.e-bigger .e-de-toc-optionsdiv { + margin-bottom: 11.5px; + margin-left: 5.5px; + margin-top: 15.5px; +} + +.e-bigger .e-de-toc-optionsdiv.e-de-rtl { + margin-right: 5.5px; + margin-left: 0; +} + +.e-bigger .e-de-prop-sub-label { + font-size: 13px; + margin-bottom: 8.5px; +} + +.e-bigger .e-de-btn-cancel { + margin-left: 10px; +} + +.e-bigger .e-de-status-bar { + background-color: #f8f8f8; + border-bottom: 1px solid #ccc; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + width: 100%; +} + +.e-bigger .e-de-statusbar-zoom { + background-color: #f8f8f8; + border: 0; + float: right; + height: 34px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + line-height: 25px; + padding: 0 5px !important; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap { + height: 0; + line-height: 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before { + content: '\e984'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before { + content: '\e984'; + font-family: 'e-icons'; + font-size: 14px; + transform: rotate(90deg); +} + +.e-bigger .e-splitter .e-split-bar .e-resize-handler::before { + font-size: 16px; +} + +.e-bigger.e-splitter .e-split-bar .e-resize-handler::before { + font-size: 16px; +} + +.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical { + border-width: 1px; + display: -ms-flexbox; + display: flex; + overflow: hidden; + position: relative; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable { + overflow: auto; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane { + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal { + overflow: auto; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden { + -ms-flex-preferred-size: 0 !important; + flex-basis: 0 !important; + overflow: hidden !important; +} + +.e-splitter.e-splitter-horizontal { + -ms-flex-direction: row; + flex-direction: row; +} + +.e-splitter.e-splitter-horizontal.e-pane.e-scrollable { + overflow: hidden; +} + +.e-splitter.e-splitter-horizontal.e-rtl { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before, +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after { + right: auto; +} + +.e-splitter.e-splitter-vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-splitter.e-splitter-vertical.e-pane.e-scrollable { + overflow: hidden; +} + +.e-splitter.e-splitter-vertical .e-pane-vertical { + overflow: auto; +} + +.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden { + -ms-flex-preferred-size: 0 !important; + flex-basis: 0 !important; + overflow: hidden !important; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + right: auto; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) { + border-radius: 50%; + bottom: 18px; + right: 22px; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down { + border-radius: 50%; + left: 22px; + right: auto; + top: 18px; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + right: auto; +} + +.e-splitter .e-split-bar.e-split-bar-active .e-navigate-arrow { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-hover.e-split-bar-active .e-navigate-arrow { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-pack: center; + justify-content: center; + min-width: 1px; + z-index: 15; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar { + cursor: col-resize; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after { + content: ''; + cursor: col-resize; + display: block; + height: 100%; + position: absolute; + width: 16px; + z-index: 10; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 18px; + -ms-flex-pack: center; + justify-content: center; + position: relative; + width: 1px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before, +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after { + left: 8px; + right: 3px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow { + border-image: none; + border-width: 1px; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + padding: 1px 12px; + position: relative; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + border-radius: 16px; + content: ''; + height: 8px; + position: absolute; + transform: rotate(0deg); + width: 2px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before { + top: 5px; + transform-origin: 1px 7px 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + top: 11px; + transform-origin: 1px 1px 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) { + border-radius: 50%; + right: 5px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right { + border-radius: 50%; + left: 5px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after { + right: 8px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) { + margin: 0 3px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) { + margin: 0 0 0 3px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical { + -ms-flex-align: center; + align-items: center; + border: none; + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-pack: center; + justify-content: center; + min-height: 1px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar { + cursor: row-resize; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after { + content: ''; + cursor: row-resize; + display: block; + height: 16px; + position: absolute; + width: 100%; + z-index: 12; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 1px; + -ms-flex-pack: center; + justify-content: center; + width: 18px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + left: 10px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow { + border-image: none; + border-width: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + padding: 10px 3px 10px 18px; + position: relative; + width: 26px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after { + border-radius: 16px; + content: ''; + height: 8px; + position: absolute; + transform: rotate(90deg); + width: 2px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before { + top: 3px; + transform-origin: 2px 7px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + left: 11px; + top: 8px; + transform-origin: 1px 1px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before { + left: 12px; + top: 8px; + transform-origin: 1px 6px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + left: 10px; + top: 12px; + transform-origin: 1px 2px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) { + border-radius: 50%; + bottom: 18px; + left: 22px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down { + border-radius: 50%; + right: 22px; + top: 18px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + right: 10px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) { + margin: 3px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) { + margin: 3px 0 0; +} + +.e-bigger.e-splitter .e-pane { + font-size: 14px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + height: 20px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + width: 20px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + margin-top: -2px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + margin-top: 2px; +} + +.e-rtl .e-splitter.e-splitter-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-bigger .e-splitter .e-pane { + font-size: 14px; +} + +.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + height: 20px; +} + +.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + width: 20px; +} + +.e-content-placeholder.e-splitter.e-placeholder-splitter { + background-size: 100px 110px; + min-height: 110px; +} + +.e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter, +.e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter { + background-size: 100px 110px; + min-height: 110px; +} + +.e-splitter.e-ie .e-navigate-arrow.e-arrow-left { + margin-left: -26px; +} + +.e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical { + border: solid 1px #ddd; +} + +.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane { + color: #555; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical { + border: transparent; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal { + background: #ddd; + border: none; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + background: #fff; + color: #333; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow { + background-color: transparent; + border-color: transparent; + color: transparent; + transition: background-color 500ms ease-out; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + background-color: #317ab9; + opacity: 0; + transition-duration: .3s; + transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover { + background: #317ab9; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler { + background: #fff; + color: #317ab9; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right { + background-color: #fff; + border-color: rgba(49, 122, 185, 0.5); + border-width: 1px; + opacity: .9; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before { + background-color: #317ab9; + opacity: 1; + transform: rotate(40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after { + background-color: #317ab9; + opacity: 1; + transform: rotate(-40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before { + background-color: #317ab9; + opacity: 1; + transform: rotate(-40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after { + background-color: #317ab9; + opacity: 1; + transform: rotate(40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active { + background: #317ab9; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler { + background: #fff; + color: #317ab9; +} + +.e-splitter .e-split-bar.e-split-bar-vertical { + background: #ddd; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + background: #fff; + color: #333; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover { + background: #317ab9; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down { + background-color: #fff; + border-color: rgba(49, 122, 185, 0.5); + border-width: 1px; + opacity: .9; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler { + background: #fff; + color: #317ab9; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before { + background-color: #317ab9; + opacity: 1; + transform: rotate(125deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after { + background-color: #317ab9; + opacity: 1; + transform: rotate(50deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before { + background-color: #317ab9; + opacity: 1; + transform: rotate(55deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after { + background-color: #317ab9; + opacity: 1; + transform: rotate(125deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow { + background-color: transparent; + border-color: transparent; + color: transparent; + transition: background-color 300ms ease-out; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after { + background-color: #317ab9; + opacity: 0; + transition-duration: .3s; + transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active { + background: #317ab9; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler { + background: #fff; + color: #317ab9; +} + +.e-splitter.e-disabled { + opacity: 00.4; + pointer-events: none; +} + +/*!componenticons*/ +.e-pager .e-icon-last::before, +.e-grid-menu .e-icon-last::before { + content: '\e235'; +} + +.e-pager .e-icon-first::before, +.e-grid-menu .e-icon-first::before { + content: '\e238'; +} + +.e-pager .e-icon-prev::before, +.e-grid-menu .e-icon-prev::before { + content: '\e237'; +} + +.e-pager .e-icon-next::before, +.e-grid-menu .e-icon-next::before { + content: '\e236'; +} + +.e-pager.e-rtl .e-icon-last.e-lastpage::before, +.e-pager.e-rtl .e-icon-last.e-lastpage:hover, +.e-pager.e-rtl .e-icon-last.e-lastpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-last.e-lastpage::before, +.e-grid-menu.e-rtl .e-icon-last.e-lastpage:hover, +.e-grid-menu.e-rtl .e-icon-last.e-lastpagedisabled::before { + content: '\e238'; +} + +.e-pager.e-rtl .e-icon-first.e-firstpage::before, +.e-pager.e-rtl .e-icon-first.e-firstpage:hover, +.e-pager.e-rtl .e-icon-first.e-firstpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-first.e-firstpage::before, +.e-grid-menu.e-rtl .e-icon-first.e-firstpage:hover, +.e-grid-menu.e-rtl .e-icon-first.e-firstpagedisabled::before { + content: '\e235'; +} + +.e-pager.e-rtl .e-icon-prev.e-prevpage::before, +.e-pager.e-rtl .e-icon-prev.e-prevpage:hover, +.e-pager.e-rtl .e-icon-prev.e-prevpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpage::before, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpage:hover, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpagedisabled::before { + content: '\e236'; +} + +.e-pager.e-rtl .e-icon-next.e-nextpage::before, +.e-pager.e-rtl .e-icon-next.e-nextpage:hover, +.e-pager.e-rtl .e-icon-next.e-nextpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-next.e-nextpage::before, +.e-grid-menu.e-rtl .e-icon-next.e-nextpage:hover, +.e-grid-menu.e-rtl .e-icon-next.e-nextpagedisabled::before { + content: '\e237'; +} + +/*! Pager layout */ +.e-bigger .e-pager, +.e-pager.e-bigger { + font-size: 12px; + padding: 13px 10px 8px; +} + +.e-bigger .e-pager div.e-icons, +.e-pager.e-bigger div.e-icons { + font-size: 12px; + vertical-align: middle; +} + +.e-bigger .e-pager div.e-parentmsgbar, +.e-pager.e-bigger div.e-parentmsgbar { + padding-bottom: 8px; + padding-right: 10px; + padding-top: 11px; +} + +.e-bigger .e-pager .e-pagerdropdown, +.e-pager.e-bigger .e-pagerdropdown { + height: 40px; + margin: -35px 0 0 20px; + margin-top: -20px; +} + +.e-bigger .e-pager .e-pagerconstant, +.e-pager.e-bigger .e-pagerconstant { + margin-bottom: 12px; + margin-left: 16px; +} + +.e-bigger .e-pager .e-pagercontainer, +.e-pager.e-bigger .e-pagercontainer { + margin: 0; +} + +.e-bigger .e-pager.e-rtl .e-pagercontainer, +.e-pager.e-bigger.e-rtl .e-pagercontainer { + margin: 0 0 -4px 0; + margin-top: 5px; +} + +@media (max-width: 769px) { + .e-bigger .e-pager, + .e-pager.e-bigger { + padding: 19px 0; + } + .e-bigger .e-pager.e-rtl div.e-parentmsgbar, + .e-pager.e-bigger.e-rtl div.e-parentmsgbar { + margin-right: 0; + } + .e-bigger .e-pager div.e-parentmsgbar, + .e-pager.e-bigger div.e-parentmsgbar { + padding: 0; + } +} + +.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default, +.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; +} + +.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-bigger .e-pager.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default, +.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager.e-bigger.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; + margin-right: 0; +} + +.e-bigger .e-pager.e-rtl div.e-parentmsgbar, +.e-pager.e-bigger.e-rtl div.e-parentmsgbar { + margin-left: 6px; + margin-top: 2px; +} + +.e-bigger .e-pager .e-numericitem, +.e-pager.e-bigger .e-numericitem { + margin: 0; +} + +.e-bigger .e-pager .e-pp.e-spacing, +.e-bigger .e-pager .e-np.e-spacing, +.e-bigger .e-pager .e-pp.e-spacing:hover, +.e-bigger .e-pager .e-np.e-spacing:hover, +.e-pager.e-bigger .e-pp.e-spacing, +.e-pager.e-bigger .e-np.e-spacing, +.e-pager.e-bigger .e-pp.e-spacing:hover, +.e-pager.e-bigger .e-np.e-spacing:hover { + padding: 9px 10px 12px; +} + +.e-bigger .e-pager .e-spacing, +.e-bigger .e-pager .e-numericitem:hover, +.e-bigger .e-pager .e-currentitem, +.e-pager.e-bigger .e-spacing, +.e-pager.e-bigger .e-numericitem:hover, +.e-pager.e-bigger .e-currentitem { + border-radius: 5.33333px; + padding: 12px 14px 13px; +} + +.e-bigger .e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active), +.e-pager.e-bigger .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 12px 14px 13px; +} + +.e-bigger .e-pager.e-rtl .e-spacing, +.e-bigger .e-pager.e-rtl .e-numericitem:hover, +.e-bigger .e-pager.e-rtl .e-currentitem, +.e-pager.e-bigger.e-rtl .e-spacing, +.e-pager.e-bigger.e-rtl .e-numericitem:hover, +.e-pager.e-bigger.e-rtl .e-currentitem { + margin: 0; + padding: 12px 14px 13px 14px; +} + +.e-bigger .e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active), +.e-pager.e-bigger.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 12px 14px 13px 14px; +} + +.e-bigger .e-pager.e-rtl .e-pp, +.e-bigger .e-pager.e-rtl .e-np, +.e-bigger .e-pager.e-rtl .e-pp:hover, +.e-bigger .e-pager.e-rtl .e-np:hover, +.e-pager.e-bigger.e-rtl .e-pp, +.e-pager.e-bigger.e-rtl .e-np, +.e-pager.e-bigger.e-rtl .e-pp:hover, +.e-pager.e-bigger.e-rtl .e-np:hover { + margin-top: -5px; +} + +.e-bigger .e-pager.e-rtl .e-pagerdropdown, +.e-pager.e-bigger.e-rtl .e-pagerdropdown { + margin: -25px 16px 0 0; +} + +.e-bigger .e-pager.e-rtl .e-pagerconstant, +.e-pager.e-bigger.e-rtl .e-pagerconstant { + margin: 13px 16px 13px 0; +} + +.e-bigger .e-pager .e-pagercontainer .e-firstpage, +.e-bigger .e-pager .e-pagercontainer .e-prevpage, +.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-nextpage, +.e-bigger .e-pager .e-pagercontainer .e-lastpage, +.e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-firstpage, +.e-pager.e-bigger .e-pagercontainer .e-prevpage, +.e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-nextpage, +.e-pager.e-bigger .e-pagercontainer .e-lastpage, +.e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled { + margin-right: 0; + padding: 13px 10px 12px; +} + +.e-pager { + border-style: solid; + border-width: 1px; + display: inline-block; + font-size: 12px; + padding: 8px; + white-space: normal; + width: 100%; +} + +.e-pager [class^='e-'] { + box-sizing: border-box; +} + +.e-pager div.e-parentmsgbar { + float: right; + padding-bottom: 9px; + padding-right: 8px; + padding-top: 8px; +} + +.e-pager .e-pagesizes { + display: inline; +} + +.e-pager .e-pagerdropdown { + display: inline-block; + height: 34px; + margin-left: 16px; + margin-right: 0; + margin-top: -20px; + overflow: hidden; + vertical-align: middle; + width: 90px; +} + +.e-pager .e-pagerconstant { + display: inline-block; + margin: 0 0 6px 8px; + overflow: hidden; + width: auto; +} + +.e-pager .e-icons { + font-size: 10px; +} + +.e-pager .e-numericitem { + border-right-style: solid; + border-right-width: 1px; + display: inline-block; + line-height: 1; + margin-right: 0; + min-width: 26px; + padding: 13px 12px 10px 12px; + text-align: center; +} + +.e-pager div.e-pagermsgdiv { + padding-right: 6px; + padding-top: 4px; + text-align: right; +} + +.e-pager .e-firstpagedisabled, +.e-pager .e-prevpagedisabled, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled { + opacity: .3; +} + +.e-pager .e-spacing, +.e-pager .e-numericitem:hover, +.e-pager .e-currentitem { + border-radius: 4px; + cursor: pointer; + padding: 11px 12px 10px 11px; + text-decoration: none; +} + +.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 11px 12px 10px 11px; +} + +.e-pager .e-currentitem { + font-style: normal; + font-variant: normal; + font-weight: normal; +} + +.e-pager div, +.e-pager a { + display: inline; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-pager .e-icons::before { + display: inline-block; +} + +.e-pager .e-pagercontainer .e-firstpage, +.e-pager .e-pagercontainer .e-prevpage, +.e-pager .e-pagercontainer .e-firstpagedisabled, +.e-pager .e-pagercontainer .e-prevpagedisabled, +.e-pager .e-pagercontainer .e-nextpage, +.e-pager .e-pagercontainer .e-lastpage, +.e-pager .e-pagercontainer .e-nextpagedisabled, +.e-pager .e-pagercontainer .e-lastpagedisabled { + border-right-style: solid; + border-right-width: 1px; + display: inline-block; + margin-right: 0; + margin-top: 0; + min-width: 26px; + padding: 11px 10px 12px 8px; +} + +.e-pager .e-pagercontainer .e-lastpage, +.e-pager .e-pagercontainer .e-lastpagedisabled { + border-right: 1px; +} + +.e-pager .e-firstpage:hover, +.e-pager .e-prevpage:hover, +.e-pager .e-lastpage:hover, +.e-pager .e-nextpage:hover { + cursor: pointer; + text-decoration: none; +} + +.e-pager a.e-nextprevitemdisabled { + display: none; + margin-left: 1px; + margin-right: 1px; + padding-left: 5px; + padding-right: 5px; + text-decoration: none; +} + +.e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; +} + +.e-pager .e-pagercontainer { + border-radius: 4px; + border-style: solid; + border-width: 1px; + display: inline-block; + margin: 0 0 -4px; + overflow: hidden; +} + +.e-pager .e-lastpage:Hover { + border-radius: 0 4px 4px 0; +} + +.e-pager .e-firstpage:Hover { + border-radius: 4px 0 0 4px; +} + +.e-pager .e-pagermessage, +.e-pager .e-pagerexternalmsg { + display: block; + margin: 6px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-pager .e-mfirst, +.e-pager .e-mprev, +.e-pager .e-mnext, +.e-pager .e-mlast { + display: none; +} + +.e-pager .e-mprev { + text-indent: -3px; +} + +.e-pager .e-mnext { + text-indent: -2px; +} + +.e-pager .e-mfirst, +.e-pager .e-mprev, +.e-pager .e-mnext, +.e-pager .e-mlast { + -webkit-tap-highlight-color: #fff; +} + +.e-pager .e-pp, +.e-pager .e-np, +.e-pager .e-pp:hover, +.e-pager .e-np:hover { + font-size: 16px; + font-weight: bold; + letter-spacing: 0; + padding: 8px 11px 9px; +} + +@media (max-width: 769px) { + .e-pager { + padding: 13px 0; + } + .e-pager div.e-parentmsgbar { + box-sizing: border-box; + display: inline-block; + float: initial; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; + text-align: center; + vertical-align: top; + width: calc(60% - 48px); + } + .e-pager .e-pagesizes { + display: none; + } + .e-pager .e-pagecountmsg { + display: none; + } + .e-pager .e-pagercontainer { + display: none; + } + .e-pager .e-icons { + font-size: 11px; + } + .e-pager .e-mfirst, + .e-pager .e-mprev, + .e-pager .e-mnext, + .e-pager .e-mlast { + border: 0; + box-sizing: border-box; + display: inline-block; + padding: 1% 5%; + } + .e-pager .e-mfirst { + margin-right: 4px; + text-align: right; + width: calc(10% + 11px); + } + .e-pager .e-mprev { + margin: 0 4px; + text-align: right; + width: 10%; + } + .e-pager .e-mnext { + margin: 0 4px; + text-align: left; + width: 10%; + } + .e-pager .e-mlast { + margin-left: 4px; + text-align: left; + width: calc(10% + 11px); + } +} + +.e-pager.e-rtl { + direction: rtl; +} + +.e-pager.e-rtl .e-pagercontainer, +.e-pager.e-rtl div, +.e-pager.e-rtl a { + float: initial; +} + +.e-pager.e-rtl .e-parentmsgbar { + float: left; + margin-left: 6px; +} + +.e-pager.e-rtl .e-pagerdropdown { + margin: -20px 16px 0 0; +} + +.e-pager.e-rtl .e-pagerconstant { + margin: 8px; +} + +.e-pager.e-rtl .e-pagerexternalmsg { + float: none; +} + +.e-pager.e-rtl .e-pagercontainer { + float: none; + margin: 0 6px -4px 0; + padding: 0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-firstpagedisabled, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-lastpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-lastpagedisabled { + padding: 11px 9px 8px 2px; +} + +.e-pager.e-rtl .e-firstpage::before, +.e-pager.e-rtl .e-firstpage:hover, +.e-pager.e-rtl .e-firstpagedisabled::before { + content: '\e701'; +} + +.e-pager.e-rtl .e-prevpage::before, +.e-pager.e-rtl .e-prevpage:hover, +.e-pager.e-rtl .e-prevpagedisabled::before { + content: '\e848'; +} + +.e-pager.e-rtl .e-nextpage::before, +.e-pager.e-rtl .e-nextpage:hover, +.e-pager.e-rtl .e-nextpagedisabled::before { + content: '\e84b'; +} + +.e-pager.e-rtl .e-lastpage::before, +.e-pager.e-rtl .e-lastpage:hover, +.e-pager.e-rtl .e-lastpagedisabled::before { + content: '\e716'; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-firstpagedisabled { + border-left-style: solid; + border-left-width: 1px; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-prevpagedisabled { + border-right-style: none; + border-right-width: 0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-firstpagedisabled { + border-right: medium none; +} + +.e-pager.e-rtl .e-firstpage:hover { + border-radius: 0 4px 4px 0; +} + +.e-pager.e-rtl .e-lastpage:hover { + border-radius: 4px 0 0 4px; +} + +.e-pager.e-rtl .e-numericcontainer { + float: none; +} + +.e-pager.e-rtl .e-numericitem { + border-left-style: solid; + border-left-width: 1px; + border-right-style: none; + border-right-width: 0; + min-width: 26px; +} + +.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-pager.e-rtl.e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; + margin-right: 0; +} + +.e-pager.e-rtl .e-spacing, +.e-pager.e-rtl .e-numericitem:hover, +.e-pager.e-rtl .e-currentitem { + margin: 0; + padding: 11px 12px 10px 11px; +} + +.e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 11px 12px 10px 11px; +} + +.e-pager.e-rtl .e-pp, +.e-pager.e-rtl .e-np, +.e-pager.e-rtl .e-pp:hover, +.e-pager.e-rtl .e-np:hover { + margin-top: 2px; + padding: 8px 11px 9px 11px; +} + +@media (max-width: 769px) { + .e-pager.e-rtl .e-mfirst, + .e-pager.e-rtl .e-mprev, + .e-pager.e-rtl .e-mnext, + .e-pager.e-rtl .e-mlast { + border: 0; + } + .e-pager.e-rtl.e-rtl div.e-parentmsgbar { + float: initial; + margin-left: 0; + margin-top: 10px; + } + .e-pager.e-rtl .e-parentmsgbar { + float: right; + } +} + +/*! Pager theme */ +.e-pager { + background-color: #fff; + border-color: #ddd; + color: #333; + opacity: 1; +} + +.e-pager div.e-icons { + color: #317ab9; +} + +.e-pager .e-pager-default:hover { + background: #eee; + color: #1f496e; + opacity: 1; +} + +.e-pager .e-parentmsgbar { + font-weight: 500; +} + +.e-pager .e-spacing { + color: #317ab9; + opacity: 1; +} + +.e-pager .e-numericitem:hover { + color: #1f496e; + opacity: 1; +} + +.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + border: 0 1px 0 0 solid #ddd; +} + +.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover { + background-color: #eee; + opacity: 1; +} + +.e-pager .e-numericitem { + background: #fff; + border-right-color: #ddd; + color: #317ab9; +} + +.e-pager .e-prevpagedisabled, +.e-pager .e-prevpage, +.e-pager .e-nextpage, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled, +.e-pager .e-lastpage, +.e-pager .e-firstpage, +.e-pager .e-firstpagedisabled { + background-color: #fff; + color: #317ab9; +} + +.e-pager .e-lastpage, +.e-pager .e-firstpage { + background-color: transparent; +} + +.e-pager .e-pagercontainer { + background-color: #fff; + border-color: #ddd; +} + +.e-pager .e-firstpage, +.e-pager .e-prevpage, +.e-pager .e-firstpagedisabled, +.e-pager .e-prevpagedisabled, +.e-pager .e-nextpage, +.e-pager .e-lastpage, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled { + border-right-color: #ddd; +} + +.e-pager .e-currentitem, +.e-pager .e-currentitem:hover { + background: #317ab9; + color: #fff; + opacity: 1; +} + +@media (max-width: 590px) { + .e-pager .e-pager-default:hover { + background: #fff; + color: #3071a9; + opacity: 1; + } +} + +.e-pager.e-rtl .e-numericitem { + border-left-color: #ddd; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-firstpagedisabled, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-lastpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-lastpagedisabled { + border-left-color: #ddd; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled { + border-left-color: #ddd; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! component's theme wise override definitions and variables */ +/*! component icons */ +.e-icon-check::before { + content: '\e7ff'; +} + +.e-grid .e-icon-ascending::before, +.e-grid-menu .e-icon-ascending::before { + content: '\e234'; +} + +.e-grid .e-icon-descending::before, +.e-grid-menu .e-icon-descending::before { + content: '\e239'; +} + +.e-grid .e-icon-hide::before, +.e-grid-menu .e-icon-hide::before { + content: '\e825'; +} + +.e-grid .e-ungroupbutton.e-icon-hide::before, +.e-grid-menu .e-ungroupbutton.e-icon-hide::before { + content: '\e842'; +} + +.e-grid .e-icon-rowselect::before, +.e-grid-menu .e-icon-rowselect::before { + content: '\e930'; +} + +.e-grid .e-icon-sortdirect::before, +.e-grid-menu .e-icon-sortdirect::before { + content: '\e890'; +} + +.e-grid .e-icon-gdownarrow::before, +.e-grid-menu .e-icon-gdownarrow::before { + content: '\e853'; +} + +.e-grid .e-icon-grightarrow::before, +.e-grid-menu .e-icon-grightarrow::before { + content: '\e826'; +} + +.e-grid .e-icon-filter::before, +.e-grid-menu .e-icon-filter::before { + content: '\e946'; +} + +.e-grid .e-excl-filter-icon::before, +.e-grid-menu .e-excl-filter-icon::before { + content: '\e249'; +} + +.e-grid .e-excl-filter-icon.e-filtered::before, +.e-grid-menu .e-excl-filter-icon.e-filtered::before { + content: '\e246'; +} + +.e-grid.e-rtl .e-icon-grightarrow::before, +.e-grid-menu.e-rtl .e-icon-grightarrow::before { + content: '\e98f'; +} + +.e-grid .e-icon-group::before, +.e-grid-menu .e-icon-group::before { + content: '\e926'; +} + +.e-grid .e-icon-ungroup::before, +.e-grid-menu .e-icon-ungroup::before { + content: '\e926'; +} + +.e-grid .e-icon-reorderuparrow::before, +.e-grid-menu .e-icon-reorderuparrow::before { + content: '\e918'; +} + +.e-grid .e-icon-reorderdownarrow::before, +.e-grid-menu .e-icon-reorderdownarrow::before { + content: '\e919'; +} + +.e-grid .e-print::before, +.e-grid-menu .e-print::before { + content: '\e34b'; +} + +.e-grid .e-add::before, +.e-grid-menu .e-add::before { + content: '\e7f9'; +} + +.e-grid .e-wordexport::before, +.e-grid-menu .e-wordexport::before { + content: '\e7b0'; +} + +.e-grid .e-pdfexport::before, +.e-grid-menu .e-pdfexport::before { + content: '\e240'; +} + +.e-grid .e-csvexport::before, +.e-grid-menu .e-csvexport::before { + content: '\e241'; +} + +.e-grid .e-excelexport::before, +.e-grid-menu .e-excelexport::before { + content: '\e242'; +} + +.e-grid .e-edit::before, +.e-grid-menu .e-edit::before { + content: '\e81e'; +} + +.e-grid .e-columnmenu::before, +.e-grid-menu .e-columnmenu::before { + content: '\e984'; +} + +.e-grid .e-delete::before, +.e-grid-menu .e-delete::before { + content: '\e84e'; +} + +.e-grid .e-cancel::before, +.e-grid-menu .e-cancel::before { + content: '\e842'; +} + +.e-grid .e-copy::before, +.e-grid-menu .e-copy::before { + content: '\e70a'; +} + +.e-grid .e-save::before, +.e-grid-menu .e-save::before { + content: '\e964'; +} + +.e-grid .e-update::before, +.e-grid-menu .e-update::before { + content: '\e735'; +} + +.e-grid .e-search-icon::before, +.e-grid-menu .e-search-icon::before { + content: '\e961'; +} + +.e-grid .e-cancel-icon::before, +.e-grid-menu .e-cancel-icon::before { + content: '\e825'; +} + +.e-grid .e-columnchooserdiv::before, +.e-grid-menu .e-columnchooserdiv::before { + content: '\e714'; +} + +.e-grid .e-ccsearch-icon::before, +.e-grid-menu .e-ccsearch-icon::before { + content: '\e961'; +} + +.e-grid .e-columnchooser::before, +.e-grid-menu .e-columnchooser::before { + content: '\e21e'; +} + +.e-grid .e-columnchooser-btn::before, +.e-grid-menu .e-columnchooser-btn::before { + content: '\e969'; +} + +.e-grid .e-cc-icon::before, +.e-grid-menu .e-cc-icon::before { + content: '\e82e'; +} + +.e-grid .e-icon-rowdragicon::before, +.e-grid-menu .e-icon-rowdragicon::before { + content: '\e330'; +} + +.e-grid.e-rtl .e-icon-rowdragicon::before, +.e-grid-menu.e-rtl .e-icon-rowdragicon::before { + content: '\e330'; +} + +.e-grid .e-ccsearch-icon.e-cc-cancel::before, +.e-grid .e-chkcancel-icon::before, +.e-grid-menu .e-ccsearch-icon.e-cc-cancel::before, +.e-grid-menu .e-chkcancel-icon::before { + content: '\e7a7'; +} + +/*! Grid layout */ +.e-disableuserselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-emptyicon { + opacity: 0; +} + +.e-device .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-xlfl-dlgfields { + font-size: 15px; +} + +.e-xlfl-fieldset { + font-size: 13px; + padding-top: 9px; +} + +.e-xlfl-optr, +.e-xlfl-value { + padding-top: 11.25px; +} + +.e-xlfl-radio, +.e-xlfl-mtcase { + padding-top: 12px; +} + +.e-xlfl-optr:first-child { + padding-right: 11.25px; +} + +.e-xlflmenu.e-rtl .e-xlfl-optr:first-child { + padding-left: 11.25px; +} + +.e-xlflmenu { + min-height: 318px; +} + +.e-xlflmenu .e-xlfl-table { + border-spacing: 0; + table-layout: fixed; + width: 100%; +} + +.e-xlflmenu .e-radio + label .e-label { + padding-left: 25px; + padding-right: 9px; +} + +.e-xlflmenu.e-rtl .e-radio + label .e-label { + padding-left: 0; + padding-right: 25px; +} + +.e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label { + margin-left: 6px; +} + +.e-xlflmenu .e-dlg-content { + padding-bottom: 5px; +} + +.e-xlfl-radiodiv { + width: 120px; +} + +.e-xlfl-radio-or, +.e-xlfl-matchcasediv { + margin-left: 2px; +} + +.e-xlflmenu.e-rtl .e-xlfl-radio-or, +.e-xlfl-matchcasediv { + margin-left: 0; + margin-right: 13px; +} + +.e-bigger .e-xlflmenu .e-xlfl-table { + border-spacing: 0; + width: 100%; +} + +.e-bigger .e-xlflmenu .e-dlg-content { + padding-bottom: 10px; +} + +.e-bigger .e-xlflmenu .e-radio + label .e-label { + padding-left: 27px; + padding-right: 6px; +} + +.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label { + margin-left: 8px; +} + +.e-bigger .e-xlfl-radiodiv { + width: 141px; +} + +.e-bigger .e-xlfl-radio-or, +.e-bigger .e-xlfl-matchcasediv { + margin-left: 18px; +} + +.e-bigger .e-xlflmenu { + min-height: 362px; +} + +.e-bigger .e-xlfl-optr:first-child { + padding-right: 15px; +} + +.e-bigger .e-xlfl-dlgfields { + font-size: 16px; +} + +.e-bigger .e-xlfl-fieldset { + font-size: 14px; + padding-top: 12px; +} + +.e-bigger .e-xlfl-optr, +.e-bigger .e-xlfl-value { + padding-top: 15px; +} + +.e-bigger .e-xlfl-radio, +.e-bigger .e-xlfl-mtcase { + padding-top: 5px; +} + +.e-bigger .e-grid, +.e-grid.e-bigger { + font-size: 14px; +} + +.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper, +.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper { + padding-bottom: 5px; + padding-top: 5px; +} + +.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon, +.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon { + min-width: 38px; +} + +.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons, +.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons { + font-size: 18px; +} + +.e-bigger .e-grid .e-xlflmenu, +.e-grid.e-bigger .e-xlflmenu { + min-height: 362px; +} + +.e-bigger .e-grid .e-flmenu-valuediv, +.e-grid.e-bigger .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li { + height: 40px; + line-height: 40px; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + height: 40px; + line-height: 40px; + margin-right: 13px; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret { + height: 40px; + line-height: 40px; +} + +.e-bigger .e-grid .e-headercell, +.e-grid.e-bigger .e-headercell { + height: 44px; + padding: 0 8px 0; +} + +.e-bigger .e-grid .e-headercelldiv, +.e-grid.e-bigger .e-headercelldiv { + font-size: 14px; + height: 29px; + line-height: 29px; +} + +.e-bigger .e-grid .e-headercell, +.e-bigger .e-grid .e-detailheadercell, +.e-grid.e-bigger .e-headercell, +.e-grid.e-bigger .e-detailheadercell { + font-size: 14px; +} + +.e-bigger .e-grid .e-icons, +.e-grid.e-bigger .e-icons { + font-size: 12px; +} + +.e-bigger .e-grid .e-gridheader thead .e-icons, +.e-grid.e-bigger .e-gridheader thead .e-icons { + font-size: 12px; +} + +.e-bigger .e-grid .e-icon-gdownarrow, +.e-grid.e-bigger .e-icon-gdownarrow { + font-size: 12px; +} + +.e-bigger .e-grid .e-icon-grightarrow, +.e-grid.e-bigger .e-icon-grightarrow { + font-size: 12px; +} + +.e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn, +.e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn { + font-size: 12px; +} + +.e-bigger .e-grid .e-gridheader tr th:last-child, +.e-grid.e-bigger .e-gridheader tr th:last-child { + padding-right: 8px; +} + +.e-bigger .e-grid .e-gridheader tr th:last-child.e-filterbarcell, +.e-grid.e-bigger .e-gridheader tr th:last-child.e-filterbarcell { + padding-left: 2px; +} + +.e-bigger .e-grid .e-gridheader tr th:first-child, +.e-grid.e-bigger .e-gridheader tr th:first-child { + padding-left: 8px; +} + +.e-bigger .e-grid .e-gridheader tr th:first-child.e-filterbarcell, +.e-grid.e-bigger .e-gridheader tr th:first-child.e-filterbarcell { + padding-left: 2px; +} + +.e-bigger .e-grid .e-headercelldiv, +.e-grid.e-bigger .e-headercelldiv { + font-size: 15px; +} + +.e-bigger .e-grid .e-rowcell, +.e-bigger .e-grid .e-summarycell, +.e-grid.e-bigger .e-rowcell, +.e-grid.e-bigger .e-summarycell { + font-size: 14px; + padding: 8px 8px; +} + +.e-bigger .e-grid .e-rowcell:first-child, +.e-bigger .e-grid .e-summarycell:first-child, +.e-grid.e-bigger .e-rowcell:first-child, +.e-grid.e-bigger .e-summarycell:first-child { + padding-left: 8px; +} + +.e-bigger .e-grid .e-rowcell:last-child, +.e-bigger .e-grid .e-summarycell:last-child, +.e-grid.e-bigger .e-rowcell:last-child, +.e-grid.e-bigger .e-summarycell:last-child { + padding-right: 8px; +} + +.e-bigger .e-grid .e-filterbarcell, +.e-bigger .e-grid .e-filterbarcelldisabled, +.e-grid.e-bigger .e-filterbarcell, +.e-grid.e-bigger .e-filterbarcelldisabled { + height: 44px; + padding: 0 8px; +} + +.e-bigger .e-grid .e-filterbarcell input, +.e-grid.e-bigger .e-filterbarcell input { + height: 39px; +} + +.e-bigger .e-grid .e-ftrchk, +.e-grid.e-bigger .e-ftrchk { + padding-bottom: 9px; + padding-top: 9px; +} + +.e-bigger .e-grid .e-columnmenu, +.e-grid.e-bigger .e-columnmenu { + bottom: 10px; +} + +.e-bigger .e-grid.e-device.e-noselect, +.e-grid.e-bigger.e-device.e-noselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-bigger .e-grid .e-dialog.e-checkboxfilter, +.e-bigger .e-grid .e-dialog.e-flmenu, +.e-grid.e-bigger .e-dialog.e-checkboxfilter, +.e-grid.e-bigger .e-dialog.e-flmenu { + min-width: 260px; +} + +.e-bigger .e-grid .e-dialog.e-checkboxfilter, +.e-grid.e-bigger .e-dialog.e-checkboxfilter { + min-height: 360px; +} + +.e-bigger .e-grid .e-filtermenudiv, +.e-grid.e-bigger .e-filtermenudiv { + margin: -21px -7px; +} + +.e-bigger .e-grid .e-sortfilterdiv, +.e-grid.e-bigger .e-sortfilterdiv { + margin: -30px 8px; +} + +.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -30px 28px -31px 0; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-grid .e-wrap .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv, +.e-grid.e-bigger .e-wrap .e-sortfilterdiv { + margin: -31px 8px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv +.e-wrap .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv +.e-wrap .e-rightalign .e-sortfilterdiv { + margin: -30px -5px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv +.e-wrap .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv +.e-wrap .e-fltr-icon .e-sortfilterdiv { + margin: -30px 28px -31px 0; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-bigger .e-grid .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -26px -20px 0 0; +} + +.e-bigger .e-grid.e-wrap .e-rowcell, +.e-bigger .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-bigger .e-grid.e-wrap .e-columnheader .e-headercelldiv, +.e-grid.e-bigger.e-wrap .e-rowcell, +.e-grid.e-bigger.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-bigger.e-wrap .e-columnheader .e-headercelldiv { + line-height: 18px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -29px -5px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortnumber, +.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortnumber { + float: left; + margin: 8px 0 0 20px; +} + +.e-bigger .e-grid .e-sortnumber, +.e-grid.e-bigger .e-sortnumber { + border-radius: 65%; + display: inline-block; + float: right; + font-size: 9px; + height: 15px; + line-height: 15px; + margin: 8px 8px 0 2px; + text-align: center; + width: 15px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -30px -20px 0 0; +} + +.e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv, +.e-bigger .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-headercell .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-detailheadercell .e-sortfilterdiv { + margin: -31px 5px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -31px 22px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -29px 0 0 22px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -29px 0 0 29px; +} + +.e-bigger .e-grid.e-rtl .e-filtermenudiv, +.e-grid.e-bigger.e-rtl .e-filtermenudiv { + margin: -20px 0 -18px -25px; +} + +.e-bigger .e-grid.e-rtl .e-rightalign .e-filtermenudiv, +.e-grid.e-bigger.e-rtl .e-rightalign .e-filtermenudiv { + margin: -20px 0 -18px -25px; +} + +.e-bigger .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-bigger .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber, +.e-grid.e-bigger.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-grid.e-bigger.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber { + margin: 6px 0 0 5px; +} + +.e-bigger .e-grid .e-rowcell, +.e-bigger .e-grid .e-summarycell, +.e-bigger .e-grid .e-emptyrow td, +.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty, +.e-grid.e-bigger .e-rowcell, +.e-grid.e-bigger .e-summarycell, +.e-grid.e-bigger .e-emptyrow td, +.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty, +.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + line-height: 27px; +} + +.e-bigger .e-grid .e-filterbarcell input, +.e-grid.e-bigger .e-filterbarcell input { + font-size: 14px; +} + +.e-bigger .e-grid .e-groupdroparea, +.e-grid.e-bigger .e-groupdroparea { + font-size: 14px; + min-height: 65px; + padding: 22px 24px; +} + +.e-bigger .e-grid .e-cloneproperties, +.e-grid.e-bigger .e-cloneproperties { + padding: 2px 4px 1px; +} + +.e-bigger .e-grid .e-headerclone, +.e-grid.e-bigger .e-headerclone { + font-size: 14px; +} + +.e-bigger .e-grid .e-groupdroparea.e-grouped, +.e-grid.e-bigger .e-groupdroparea.e-grouped { + padding: 0 0 8px; +} + +.e-bigger .e-grid .e-frozenheader table tr td.e-rowcell, +.e-grid.e-bigger .e-frozenheader table tr td.e-rowcell { + height: 37px; +} + +.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-grid .e-frozenhdrcont table tr td:first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty, +.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty, +.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty, +.e-grid.e-bigger .e-frozenhdrcont table tr td:first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 43px; +} + +.e-bigger .e-grid.e-bigger .e-columnmenu, +.e-grid.e-bigger.e-bigger .e-columnmenu { + bottom: 16px; + margin: -7px -7px; +} + +.e-bigger .e-grid .e-columnmenu, +.e-grid.e-bigger .e-columnmenu { + right: 10px; +} + +.e-bigger .e-grid .e-groupheadercell, +.e-bigger .e-grid .e-groupheadercell:hover, +.e-grid.e-bigger .e-groupheadercell, +.e-grid.e-bigger .e-groupheadercell:hover { + border-radius: 6px; + height: 51px; + margin: 10px 0 0 8px; + padding: 6px 0; + font-size: 14px; +} + +.e-bigger .e-grid .e-groupheadercell:hover, +.e-grid.e-bigger .e-groupheadercell:hover { + padding: 6px 0; +} + +.e-bigger .e-grid .e-gdclone, +.e-grid.e-bigger .e-gdclone { + border-radius: 6px; + padding: 10px 6px 6px; +} + +.e-bigger .e-grid .e-groupheadercell span, +.e-grid.e-bigger .e-groupheadercell span { + height: 37px; + line-height: 37px; + padding: 0 8px; +} + +.e-bigger .e-grid .e-groupheadercell .e-ungroupbutton, +.e-grid.e-bigger .e-groupheadercell .e-ungroupbutton { + font-size: 16px; +} + +.e-bigger .e-grid .e-groupheadercell .e-grouptext, +.e-grid.e-bigger .e-groupheadercell .e-grouptext { + line-height: 32px; +} + +.e-bigger .e-grid .e-row .e-input-group .e-input.e-field, +.e-bigger .e-grid .e-row .e-input-focus .e-input.e-field, +.e-grid.e-bigger .e-row .e-input-group .e-input.e-field, +.e-grid.e-bigger .e-row .e-input-focus .e-input.e-field { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-device .e-row .e-input-group .e-input.e-field, +.e-bigger .e-grid.e-device .e-row .e-input-focus .e-input.e-field, +.e-grid.e-bigger.e-device .e-row .e-input-group .e-input.e-field, +.e-grid.e-bigger.e-device .e-row .e-input-focus .e-input.e-field { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-row .e-input-group, +.e-grid.e-bigger .e-row .e-input-group { + margin-bottom: 2px; + vertical-align: middle; +} + +.e-bigger .e-grid.e-device .e-headercell, +.e-grid.e-bigger.e-device .e-headercell { + padding: 0 12px 0; +} + +.e-bigger .e-grid.e-device .e-headercell:first-child, +.e-grid.e-bigger.e-device .e-headercell:first-child { + padding: 0 12px 0 16px; +} + +.e-bigger .e-grid.e-device .e-headercell:last-child, +.e-grid.e-bigger.e-device .e-headercell:last-child { + padding: 0 16px 0 12px; +} + +.e-bigger .e-grid.e-device .e-groupheadercell span, +.e-grid.e-bigger.e-device .e-groupheadercell span { + line-height: 33px; +} + +.e-bigger .e-grid.e-device .e-rowcell, +.e-bigger .e-grid.e-device .e-summarycell, +.e-grid.e-bigger.e-device .e-rowcell, +.e-grid.e-bigger.e-device .e-summarycell { + padding: 8px 12px; +} + +.e-bigger .e-grid.e-device .e-rowcell:first-child, +.e-bigger .e-grid.e-device .e-summarycell:first-child, +.e-grid.e-bigger.e-device .e-rowcell:first-child, +.e-grid.e-bigger.e-device .e-summarycell:first-child { + padding: 8px 12px 8px 16px; +} + +.e-bigger .e-grid.e-device .e-rowcell:last-child, +.e-bigger .e-grid.e-device .e-summarycell:last-child, +.e-grid.e-bigger.e-device .e-rowcell:last-child, +.e-grid.e-bigger.e-device .e-summarycell:last-child { + padding: 8px 16px 8px 12px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell, +.e-grid.e-bigger.e-device .e-filterbarcell { + padding: 8px 12px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell:first-child, +.e-grid.e-bigger.e-device .e-filterbarcell:first-child { + padding: 8px 12px 8px 16px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell:last-child, +.e-grid.e-bigger.e-device .e-filterbarcell:last-child { + padding: 8px 16px 8px 12px; +} + +.e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton, +.e-grid.e-bigger.e-device .e-groupheadercell .e-ungroupbutton { + line-height: 37px; +} + +.e-bigger .e-grid.e-device .e-normaledit .e-rowcell, +.e-grid.e-bigger.e-device .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-device .e-editedbatchcell.e-rowcell, +.e-grid.e-bigger.e-device .e-editedbatchcell.e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-unboundcell, +.e-bigger .e-grid .e-editedrow .e-normaledit .e-unboundcell, +.e-bigger .e-grid .e-addedrow .e-normaledit .e-unboundcell, +.e-grid.e-bigger .e-unboundcell, +.e-grid.e-bigger .e-editedrow .e-normaledit .e-unboundcell, +.e-grid.e-bigger .e-addedrow .e-normaledit .e-unboundcell { + padding-bottom: 6px; + padding-top: 6px; +} + +.e-bigger .e-grid .e-grouptext, +.e-grid.e-bigger .e-grouptext { + margin-right: 0; + width: auto; +} + +.e-bigger .e-grid .e-gridheader table th[rowspan], +.e-bigger .e-grid.e-device .e-gridheader table th[rowspan], +.e-grid.e-bigger .e-gridheader table th[rowspan], +.e-grid.e-bigger.e-device .e-gridheader table th[rowspan] { + padding-bottom: 20px; +} + +.e-bigger .e-grid .e-groupsort, +.e-bigger .e-grid span.e-ungroupbutton, +.e-bigger .e-grid .e-toggleungroup, +.e-grid.e-bigger .e-groupsort, +.e-grid.e-bigger span.e-ungroupbutton, +.e-grid.e-bigger .e-toggleungroup { + margin-left: -8px; + margin-top: -1px; +} + +.e-bigger .e-grid span.e-ungroupbutton.e-icons, +.e-grid.e-bigger span.e-ungroupbutton.e-icons { + font-size: 12px; + margin-left: -7px; + margin-top: -1px; + margin-right: 0; +} + +.e-bigger .e-grid .e-groupsort, +.e-grid.e-bigger .e-groupsort { + margin-right: 0; + margin-top: -1px; +} + +.e-bigger .e-grid.e-rtl .e-groupheadercell, +.e-bigger .e-grid.e-rtl .e-groupheadercell:hover, +.e-grid.e-bigger.e-rtl .e-groupheadercell, +.e-grid.e-bigger.e-rtl .e-groupheadercell:hover { + margin: 3px 24px 0 0; + padding: 4px 6px 4px 9px; +} + +.e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons, +.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons { + margin-left: 0; + margin-right: 6px; + margin-top: 0; + padding-top: 1px; +} + +.e-bigger .e-grid .e-groupcaption, +.e-grid.e-bigger .e-groupcaption { + line-height: 32px; +} + +.e-bigger .e-grid .e-ccdlg .e-dlg-content, +.e-grid.e-bigger .e-ccdlg .e-dlg-content { + margin: 37px 0 0; + padding: 23px 15px 5px 7px; +} + +.e-bigger .e-grid .e-ccdlg .e-ccul-ele, +.e-grid.e-bigger .e-ccdlg .e-ccul-ele { + padding: 0; +} + +.e-bigger .e-grid .e-ccdlg .e-cc-searchdiv, +.e-grid.e-bigger .e-ccdlg .e-cc-searchdiv { + padding-left: 4px; +} + +.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard, +.e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard { + padding-left: 8px; +} + +.e-bigger .e-grid .e-ccdlg li.e-cclist, +.e-grid.e-bigger .e-ccdlg li.e-cclist { + padding: 11px 0; +} + +.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv, +.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv { + margin-top: 0; +} + +.e-grid { + border-radius: 4px; + border-style: none solid solid; + border-width: 1px; + display: block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + height: auto; + position: relative; +} + +.e-grid .e-gridheader { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-gridheader .e-firstrow-dragborder, +.e-grid.e-rtl .e-gridheader .e-firstrow-dragborder, +.e-grid .e-gridcontent .e-lastrow-dragborder, +.e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder { + bottom: 0; + background-color: #317ab9; + height: 2px; + position: absolute; + z-index: 10; +} + +.e-grid .e-grid-relative { + position: relative; +} + +.e-grid .e-dropitemscount { + border: 1px solid #ddd; + border-radius: 17px; + box-sizing: content-box; + font-size: 13px; + line-height: normal; + margin-left: -8px; + min-width: 12px; + padding: 3px 7px 4px; + position: absolute; + text-align: center; + top: -10px; + z-index: 5; +} + +.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, +.e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop { + border-top: 1px solid #ddd; + border-right: 1px solid #ddd; + border-bottom: 0; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, +.e-grid .e-gridheader thead tr th.e-firstrowdragborder, +.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 2px 0 0 #317ab9; + position: relative; + z-index: 5; +} + +.e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) { + font-size: 10px; +} + +.e-grid .e-row .e-icon-rowdragicon::before { + display: block; + text-indent: 10px; + font-size: 12px; + font-weight: bold; + color: #333; + opacity: 0.54; +} + +.e-grid .e-row .e-icon-rowdragmoveicon::before { + font-size: 12px; + font-weight: bold; +} + +.e-grid .e-row .e-icon-rowdragmoveicon { + padding-left: 10px; +} + +.e-grid .e-draganddrop .e-rowcell, .e-grid.e-rtl .e-draganddrop .e-rowcell { + padding-left: 6px; + padding-right: 6px; +} + +.e-grid .e-gridcontent .e-rowdragdrop { + border-style: solid; + border-width: 1px 0 0 0; + border-color: #ddd; +} + +.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + position: relative; + left: -5px; +} + +.e-grid .e-icon-rowdragicon { + font-size: 8px; + text-indent: 11px; +} + +.e-grid .e-toolbar { + border-bottom: 0; + border-left: 0; + border-right: 0; + border-top: 1px solid #ddd; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper { + padding-bottom: 3px; + padding-top: 3px; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search { + margin-bottom: 0; + opacity: .6; + width: 230px; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search.e-input-focus { + opacity: 1; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon { + min-width: 32px; +} + +.e-grid .e-groupdroparea.e-grouped { + padding: 0 0 6px; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter .e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter .e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-bottom: 1px solid; +} + +.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-bottom: 0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-default .e-grouptopleftcell { + border-top: 2px solid; +} + +.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader { + border-left: 1px solid; +} + +.e-grid.e-default.e-hidelines .e-headercell.e-firstheader { + border-left: 0; +} + +.e-grid.e-default.e-verticallines .e-grouptopleftcell, +.e-grid.e-default.e-bothlines .e-grouptopleftcell, +.e-grid.e-default.e-hidelines .e-grouptopleftcell { + border-top-width: 0; +} + +.e-grid.e-default.e-verticallines .e-detailrowcollapse, +.e-grid.e-default.e-verticallines .e-detailrowexpand, +.e-grid.e-default.e-verticallines .e-rowdragdrop, .e-grid.e-default.e-hidelines .e-detailrowcollapse, +.e-grid.e-default.e-hidelines .e-detailrowexpand, +.e-grid.e-default.e-hidelines .e-rowdragdrop { + border-top-width: 0; +} + +.e-grid.e-default.e-horizontallines .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid .e-gridheader .e-headercell .e-rhandler, +.e-grid .e-gridheader .e-headercell .e-rsuppress { + height: 100%; + position: absolute; + right: 0; + top: 0; + width: 4px; +} + +.e-grid.e-device .e-gridheader .e-headercell .e-rhandler { + width: 14px; +} + +.e-grid.e-rtl .e-gridheader .e-headercell .e-rhandler, +.e-grid.e-rtl .e-gridheader .e-headercell .e-rsuppress { + left: 0; + right: auto; +} + +.e-grid.e-resize-lines .e-gridheader th.e-headercell.e-lastcell .e-rhandler { + border-right-width: 0; +} + +.e-grid .e-rhelper { + position: absolute; + width: 1px; +} + +.e-grid.e-device .e-ricon::before { + border-bottom: 6px solid transparent; + border-right: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + position: absolute; + right: 4px; + top: 4px; + width: 20px; +} + +.e-grid.e-device .e-ricon::after { + border-bottom: 6px solid transparent; + border-left: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + left: 4px; + position: absolute; + top: 4px; + width: 20px; + z-index: 3; +} + +.e-grid.e-rcursor, +.e-grid .e-gridheader .e-rcursor { + cursor: col-resize; +} + +.e-grid.e-editing .e-gridheader .e-rcursor { + cursor: default; +} + +.e-grid .e-table { + border-collapse: separate; + table-layout: fixed; + width: 100%; +} + +.e-grid .e-tableborder { + border-right: 1px solid; +} + +.e-grid .e-virtualtable { + will-change: transform; + z-index: 1; +} + +.e-grid .e-headercelldiv { + border: 0 none; + display: block; + font-size: 14px; + font-weight: Bold; + height: 29px; + line-height: 29px; + margin: -5px; + overflow: hidden; + padding: 0 0.4em; + text-align: left; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-headercelldiv.e-headerchkcelldiv { + overflow: visible; +} + +.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv { + padding: 0 .6em; +} + +.e-grid .e-gridheader .e-headercontent .e-centeralign .e-headercelldiv.e-headerchkcelldiv { + padding: 0 .6em; +} + +.e-grid .e-headercell, +.e-grid .e-headercell.e-stackedheadercell, +.e-grid .e-headercell.e-defaultcursor { + cursor: default; +} + +.e-grid .e-headercell.e-mousepointer, +.e-grid .e-headercell.e-stackedheadercell.e-mousepointer { + cursor: pointer; +} + +.e-grid .e-gridheader .e-headercell, +.e-grid .e-gridheader .e-detailheadercell { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-gridcontent tr:first-child td { + border-top: 0 none; +} + +.e-grid .e-gridheader tr:first-child th { + border-top: 0 none; +} + +.e-grid .e-gridheader tr th:last-child.e-filterbarcell { + padding-right: 2px; +} + +.e-grid .e-gridheader tr th:last-child { + padding-right: 8px; +} + +.e-grid .e-gridheader tr th:first-child { + padding-left: 8px; +} + +.e-grid .e-gridheader tr th:first-child.e-filterbarcell { + padding-left: 2px; +} + +.e-grid .e-gridheader { + border-bottom-style: solid; + border-bottom-width: 2px; + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid .e-frozenhdrcont { + border-bottom-width: 0; +} + +.e-grid .e-frozenhdrcont table tr:not(.e-editedrow):first-child td { + border-top-style: solid; + border-top-width: 2px; +} + +.e-grid.e-bothlines .e-filterbarcell, +.e-grid.e-bothlines .e-filterbarcelldisabled { + border-width: 2px 0 0 1px; +} + +.e-grid .e-headercell, +.e-grid .e-detailheadercell { + border-style: solid; + border-width: 0; + font-size: 14px; + font-weight: Bold; + height: 36px; + overflow: hidden; + padding: 0 8px 0; + position: relative; + text-align: left; +} + +.e-grid.e-device .e-headercell { + padding: 0 12px 0; +} + +.e-grid.e-device .e-headercell:first-child { + padding: 0 12px 0 16px; +} + +.e-grid.e-device .e-headercell:last-child { + padding: 0 16px 0 12px; +} + +.e-grid .e-rowcell { + border-style: solid; + border-width: 1px 0 0; + display: table-cell; + font-size: 14px; + line-height: 19px; + overflow: hidden; + padding: 8px 8px; + vertical-align: middle; + white-space: nowrap; + width: auto; +} + +.e-grid .e-frozenheader table tr td.e-rowcell { + height: 35px; +} + +.e-grid .e-frozencontent table tr td:first-child:empty, +.e-grid .e-movablecontent table tr td:first-child:empty, +.e-grid .e-frozenhdrcont table tr td:first-child:empty, +.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 35px; +} + +.e-grid .e-rowcell:first-child, +.e-grid .e-summarycell:first-child { + padding-left: 8px; +} + +.e-grid .e-rowcell:last-child, +.e-grid .e-summarycell:last-child { + padding-right: 8px; +} + +.e-grid .e-unboundcell, +.e-grid .e-editedrow .e-normaledit .e-unboundcell, +.e-grid .e-addedrow .e-normaledit .e-unboundcell { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-grid .e-unboundcelldiv > button { + margin: 0 3.5px; +} + +.e-grid .e-unboundcelldiv { + margin: 0 -3.5px; +} + +.e-grid .e-summarycell { + border-style: solid; + border-width: 1px 0 0; + font-size: 14px; + font-weight: Bold; + height: auto; + line-height: 19px; + padding: 8px 8px; + white-space: normal; + word-wrap: break-word; +} + +.e-grid .e-summarycontent .e-frozenfootercontent { + float: left; + width: -webkit-min-content; + width: min-content; +} + +.e-grid .e-summarycontent .e-movablefootercontent { + height: inherit; + overflow: hidden; +} + +.e-grid .e-summarycontent .e-indentcell { + border-width: 0; +} + +.e-grid .e-summarycontent .e-detailindentcelltop { + border-width: 1px 0 0; +} + +.e-grid.e-device .e-rowcell, +.e-grid.e-device .e-summarycell { + padding: 8px 12px; +} + +.e-grid.e-device .e-rowcell:first-child, +.e-grid.e-device .e-summarycell:first-child { + padding: 8px 12px 8px 16px; +} + +.e-grid.e-device .e-rowcell:last-child, +.e-grid.e-device .e-summarycell:last-child { + padding: 8px 16px 8px 12px; +} + +.e-grid td.e-rowcell.e-checkbox { + padding: 8px 8px; +} + +.e-grid td.e-rowcell.e-checkbox input[type='checkbox'] { + margin-top: 0; +} + +.e-grid.e-default .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-bothlines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-bothlines .e-rowcell { + border-width: 1px 0 0 1px; +} + +.e-grid .e-gridheader table th[rowspan], +.e-grid.e-device .e-gridheader table th[rowspan] { + padding-bottom: 13px; + vertical-align: bottom; +} + +.e-grid .e-emptyrow td { + line-height: 19px; + padding: .7em; +} + +.e-grid.e-responsive .e-rowcell, +.e-grid.e-responsive .e-headercelldiv { + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-grid.e-responsive .e-rowcell.e-gridchkbox, +.e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv { + text-overflow: clip; +} + +.e-grid.e-default .e-headercell, +.e-grid.e-default .e-detailheadercell { + border-width: 0; +} + +.e-grid [aria-selected] + tr .e-detailindentcell { + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid.e-default.e-verticallines .e-headercell, +.e-grid.e-default.e-verticallines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid; +} + +.e-grid.e-default .e-stackedheadercell { + border-width: 1px 0 1px 1px; +} + +.e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell) { + border-left-width: 0; +} + +.e-grid.e-default.e-bothlines .e-headercell, +.e-grid.e-default.e-bothlines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-default table th[rowspan] { + border-width: 0 0 0 1px; +} + +.e-grid tr th.e-firstcell { + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-default tr td:first-child, +.e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell), +.e-grid.e-default tr th.e-detailheadercell:first-child, +.e-grid.e-default tr th.e-filterbarcell:first-child { + border-left-width: 0; +} + +.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst { + border-left-width: 0; +} + +.e-grid .e-hide { + display: none; +} + +.e-grid .e-rowcell, +.e-grid .e-gridcontent, +.e-grid .e-gridheader, +.e-grid .e-headercontent, +.e-grid .e-groupdroparea, +.e-grid .e-gridfooter, +.e-grid .e-summarycontent { + overflow: hidden; + vertical-align: middle; +} + +.e-grid .e-sortfilterdiv { + float: right; + height: 16px; + margin: -29px 10px; + padding: 15px; + width: 16px; +} + +.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv { + float: left; + margin: -29px -5px; +} + +.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv, +.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv { + padding: 0 8px 0; +} + +.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv { + margin: -5px 15px -5px 0; +} + +.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv { + margin: -5px 15px -5px -6px; +} + +.e-grid .e-gridheader .e-sortfilter .e-headercelldiv, +.e-grid .e-gridheader .e-stackedheadercelldiv, +.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv { + padding: 0 1.8em 0 0.4em; +} + +.e-grid .e-filtermenudiv { + float: right; + margin: -20px -7px; + padding: 6px; + text-align: right; +} + +.e-grid .e-filtermenudiv:hover { + cursor: pointer; +} + +.e-grid.e-print-grid-layout .e-pager, .e-grid.e-print-grid-layout .e-filterbar, .e-grid.e-print-grid-layout .e-icons:not(.e-frame), .e-grid.e-print-grid-layout .e-grouptopleftcell, .e-grid.e-print-grid-layout .e-recordpluscollapse, .e-grid.e-print-grid-layout .e-indentcell, .e-grid.e-print-grid-layout .e-recordplusexpand { + display: none; +} + +.e-grid.e-print-grid-layout .e-indentcell.e-detailindentcelltop { + display: table-cell; +} + +.e-grid.e-print-grid-layout .e-content { + overflow-y: hidden; +} + +.e-grid.e-print-grid-layout .e-grouptext { + width: auto; +} + +.e-grid.e-print-grid-layout .e-detailcell { + padding: .8em .6em; +} + +.e-grid.e-print-grid { + left: -1000px; + top: -1000px; +} + +.e-grid .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-grid .e-flbldcontent { + padding: 18px 18px 0; +} + +.e-grid .e-flblbtn { + width: 110px; +} + +.e-grid .e-sortnumber { + border-radius: 65%; + display: inline-block; + float: right; + font-size: 9px; + height: 15px; + line-height: 15px; + margin: 8px 8px 0 2px; + text-align: center; + width: 15px; +} + +.e-grid .e-gridheader .e-rightalign .e-sortnumber { + float: left; + margin: 8px 0 0 20px; +} + +.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -29px 28px -29px 0; +} + +.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -29px -11px 0 0; +} + +.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber { + margin: 3px 2px 0 5px; +} + +.e-grid.e-wrap .e-gridheader .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-wrap .e-gridheader .e-sortfilterdiv { + margin: -9px 10px; +} + +.e-grid .e-movableheader .e-editcell.e-normaledit, +.e-grid .e-frozenheader .e-editcell.e-normaledit { + border-top-color: transparent; +} + +.e-grid .e-columnmenu { + position: absolute; + right: 23px; + float: right; + margin: -20px; + padding: 6px; +} + +.e-grid.e-wrap .e-columnmenu { + margin: -15px -20px -20px -20px; +} + +.e-grid.e-rtl .e-columnmenu { + left: 5px; + right: auto; + margin: -19px -18px -18px 1px; +} + +.e-grid.e-wrap.e-rtl .e-columnmenu { + margin: -15px -13px -23px -3px; +} + +.e-grid [class^='e-'] { + box-sizing: border-box; +} + +.e-grid .e-detailrowcollapse, +.e-grid .e-detailrowexpand { + border-style: solid; + border-width: 1px 0 0; + cursor: pointer; +} + +.e-grid .e-detailindentcell { + border-right-style: solid; + border-right-width: 1px; +} + +.e-grid .e-detailcell { + border-top-style: solid; + border-top-width: 1px; + padding: .3em; +} + +.e-grid.e-verticallines .e-rowcell, +.e-grid.e-verticallines .e-filterbarcell { + border-width: 0 0 0 1px; +} + +.e-grid.e-hidelines .e-rowcell, +.e-grid.e-horizontallines .e-headercell, +.e-grid.e-hidelines .e-headercell, +.e-grid.e-horizontallines .e-detailheadercell, +.e-grid.e-hidelines .e-detailheadercell, +.e-grid.e-hidelines tr th.e-firstcell, +.e-grid.e-hidelines .e-filterbarcell { + border-width: 0; +} + +.e-grid.e-horizontallines .e-headercell.e-stackedheadercell { + border-width: 0 0 1px 1px; +} + +.e-grid.e-horizontallines .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-horizontallines .e-filterbarcell { + border-width: 2px 0 0; +} + +.e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-horizontallines .e-detailrowvisible, .e-grid.e-verticallines .e-detailrowvisible, .e-grid.e-hidelines .e-detailrowvisible, .e-grid.e-bothlines .e-detailrowvisible { + border-left-width: 0; +} + +.e-grid.e-verticallines .e-firstchildrow .e-rowcell, +.e-grid.e-verticallines .e-firstchildrow .e-detailrowcollapse, +.e-grid.e-verticallines .e-firstchildrow .e-detailrowexpand, .e-grid.e-hidelines .e-firstchildrow .e-rowcell, +.e-grid.e-hidelines .e-firstchildrow .e-detailrowcollapse, +.e-grid.e-hidelines .e-firstchildrow .e-detailrowexpand { + border-top-width: 1px; +} + +.e-grid .e-filterbarcell .e-icons::before { + display: block; + margin: 0 auto; +} + +.e-grid .e-filterbarcell .e-filtertext::-webkit-search-cancel-button, +.e-grid .e-search input::-webkit-search-cancel-button { + display: none; +} + +.e-grid .e-filterbarcell .e-filtertext::-ms-clear, +.e-grid .e-search input::-ms-clear { + display: none; +} + +.e-grid .e-filterbarcell, +.e-grid .e-filterbarcelldisabled { + border-collapse: collapse; + border-style: solid; + border-width: 2px 0 0; + cursor: default; + height: 36px; + overflow: hidden; + padding: 1px 2px; + vertical-align: middle; +} + +.e-grid .e-rowdragheader { + border-color: #ddd; + border-style: solid; + border-width: 2px 0 0; +} + +.e-grid .e-filterbarcell input { + border-radius: 4px; + border-style: solid; + border-width: 0; + font-size: 13px; + font-weight: normal; + height: 32px; + padding-right: 24px; + text-indent: 1px; + width: 100%; +} + +.e-grid.e-device .e-filterbarcell { + padding: 8px 12px; +} + +.e-grid.e-device .e-filterbarcell:first-child { + padding: 8px 12px 8px 16px; +} + +.e-grid.e-device .e-filterbarcell:last-child { + padding: 8px 16px 8px 12px; +} + +.e-grid .e-searchclear { + float: right; + position: relative; +} + +.e-grid.e-rtl .e-searchclear { + float: left; + position: relative; + top: 10px; +} + +.e-grid .e-checkboxlist { + height: 200px; + margin-top: 5px; + min-height: 160px; + overflow-y: auto; +} + +.e-grid .e-chk-hidden { + -moz-appearance: none; + height: 1px; + opacity: 0; + width: 1px; +} + +.e-grid .e-checkselect, +.e-grid .e-checkselectall { + margin: 0; + opacity: 0; + position: absolute; + width: 0; +} + +.e-grid .e-rowcell .e-checkbox-wrapper, +.e-grid .e-rowcell .e-css.e-checkbox-wrapper { + height: 20px; + line-height: 20px; +} + +.e-grid .e-dialog.e-checkboxfilter, +.e-grid .e-dialog.e-flmenu { + min-width: 250px; +} + +.e-grid .e-dialog.e-checkboxfilter { + min-height: 348px; +} + +.e-grid .e-ftrchk { + padding-bottom: 8px; + padding-top: 8px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper, +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + display: block; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + padding-bottom: 4px; + position: static; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul li { + height: 36px; + line-height: 36px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + height: 36px; + line-height: 36px; + margin-right: 10px; +} + +.e-grid.e-rtl .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + margin-right: 0; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret { + height: 36px; + line-height: 36px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + border: 0; + box-shadow: none; + max-width: 300px; + padding-bottom: 4px; + position: static; +} + +.e-grid .e-excelfilter .e-footer-content { + border-style: solid; + border-width: 2px 0 0; +} + +.e-grid .e-excel-menu { + z-index: 1000; +} + +.e-grid .e-excelfilter .e-dlg-content { + padding-top: 0; +} + +.e-grid .e-filterdiv, +.e-grid .e-fltrtempdiv { + padding: 0; + position: relative; + text-align: center; + width: 100%; +} + +.e-grid .e-pager { + border-bottom: transparent; + border-left: transparent; + border-right: transparent; +} + +.e-grid .e-gridpopup { + font-weight: normal; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 99999; +} + +.e-grid .e-gridpopup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-grid .e-lastsummarycell { + border-right: 1px solid; +} + +.e-grid .e-footerpadding { + padding-right: 14px; +} + +.e-grid .e-gridpopup span { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + padding: 4px; + width: 26px; +} + +.e-grid .e-gridpopup .e-tail::before, +.e-grid .e-gridpopup .e-tail::after { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-grid .e-gridpopup .e-downtail::after { + top: 34px; +} + +.e-grid .e-gridpopup .e-uptail::after { + top: -17px; +} + +.e-grid .e-gridpopup .e-uptail::before { + top: -19px; +} + +.e-grid .e-gridpopup .e-sortdirect, +.e-grid .e-gridpopup .e-rowselect { + line-height: 18px; + text-indent: 1px; +} + +.e-grid .e-cloneproperties { + border-style: solid; + border-width: 1px; + box-shadow: 0 0; + font-size: 14px; + font-weight: Bold; + opacity: 0.8; + overflow: hidden; + padding: 2px 4px 1px; + text-align: left; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; + z-index: 10; +} + +.e-grid .e-cloneproperties.e-draganddrop { + border-spacing: 0; + font-size: 14px; + font-weight: normal; + overflow: visible; +} + +.e-grid .e-cloneproperties.e-draganddrop table { + border-spacing: 0; +} + +.e-grid .e-defaultcur { + cursor: default; +} + +.e-grid .e-notallowedcur { + cursor: not-allowed; +} + +.e-grid .e-cloneproperties.e-headerclone table { + border-spacing: 0; +} + +.e-grid .e-headerclone { + border-radius: 4px; + font-size: 14px; + font-weight: Bold; + line-height: 29px; +} + +.e-grid .e-draganddrop { + border-width: 0 1px 1px; + font-weight: normal; + padding: 0; +} + +.e-grid .e-draganddrop .e-rowcell { + opacity: .95; +} + +.e-grid.e-default .e-gridheader th.e-firstcell { + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-bothlines .e-gridheader th.e-stackedheadercell { + border-bottom-style: solid; + border-bottom-width: 1px; + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-default.e-hidelines .e-gridheader th.e-firstcell { + border-left-width: 0; +} + +.e-grid .e-gridheader .e-headercontent .e-reorderuparrow, +.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow { + font-size: 7px; + position: absolute; + z-index: 10; +} + +.e-grid td.e-active { + font-weight: normal; +} + +.e-grid td.e-cellselectionbackground { + font-weight: normal; +} + +.e-grid .e-groupdroparea { + height: auto; + min-height: 52px; +} + +.e-grid .e-griddragarea { + border: 1px solid; + opacity: .6; + position: absolute; +} + +.e-grid .e-gdclone { + border-radius: 4px; + padding: 2px; +} + +.e-grid .e-content { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + overflow-y: scroll; + position: relative; +} + +.e-grid.e-ungroupdrag .e-columnheader, +.e-grid.e-ungroupdrag .e-groupdroparea, +.e-grid.e-rowdrag .e-columnheader, +.e-grid.e-rowdrag .e-groupdroparea { + cursor: not-allowed; +} + +.e-grid .e-groupdroparea, +.e-grid.e-ungroupdrag .e-gridcontent, +.e-grid.e-rowdrag .e-gridcontent { + cursor: default; +} + +.e-grid .e-groupdroparea { + border-style: solid none; + border-width: 1px 0 0; +} + +.e-grid .e-groupdroparea { + border-top-width: 1px; + font-size: 13px; + font-weight: lighter; + opacity: 1; + padding: 15px 0; + text-align: center; + text-indent: 1pt; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-grid .e-grouptext { + display: inline-block; + margin-right: 0; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: auto; +} + +.e-grid .e-grid-icon { + float: left; +} + +.e-grid .e-groupheadercell, +.e-grid .e-groupheadercell:hover { + border: 1px; + border-collapse: collapse; + border-radius: 4px; + cursor: pointer; + font-size: 14px; + font-weight: normal; + height: 38px; + margin: 6px 0 0 8px; + overflow: hidden; + padding: 7px 0; + vertical-align: middle; +} + +.e-grid .e-groupheadercell:hover { + border: 1px; + padding: 7px 0; +} + +.e-grid .e-groupheadercell span { + display: inline-block; + float: left; + height: 30px; + line-height: 30px; + padding: 0 8px; + vertical-align: middle; +} + +.e-grid .e-groupheadercell .e-grouptext { + line-height: 24px; +} + +.e-grid .e-groupheadercell .e-ungroupbutton { + font-size: 10px; + line-height: 23px; +} + +.e-grid.e-device .e-groupheadercell span { + line-height: 26px; +} + +.e-grid.e-device .e-groupheadercell .e-ungroupbutton { + line-height: 28px; +} + +.e-grid .e-groupheadercell .e-cancel { + padding-right: 10px; +} + +.e-grid .e-groupheadercell .e-icons::before { + display: inline; +} + +.e-grid .e-groupsort, +.e-grid .e-ungroupbutton, +.e-grid .e-toggleungroup { + font-size: 10px; + margin-left: -8px; +} + +.e-grid .e-groupsort { + margin-right: 0; + margin-top: -3px; +} + +.e-grid span.e-ungroupbutton.e-icons { + margin-left: -8px; + margin-top: 2px; +} + +.e-grid .e-grptogglebtn { + padding: 7px; +} + +.e-grid .e-icon-gdownarrow { + font-size: 8px; + text-indent: 11px; +} + +.e-grid .e-icon-grightarrow { + font-size: 8px; + text-indent: 11px; +} + +.e-grid .e-recordplusexpand { + padding-top: 5px; +} + +.e-grid .e-indentcell { + border-style: solid; + border-width: 0 1px 0 0; +} + +.e-grid .e-indentcell.e-indentcelltop, .e-grid .e-indentcell.e-detailindentcelltop { + border-width: 1px 0 0; +} + +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse { + border-style: solid; + border-width: 1px 0 0; + cursor: pointer; +} + +.e-grid .e-groupcaption { + border-style: solid; + border-width: 1px 0 0; + display: table-cell; + font-size: 14px; + line-height: 14px; + overflow: hidden; + padding: .7em; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: auto; +} + +.e-grid .e-virtualtable .e-groupcaption { + line-height: 19px; + padding: 8px 8px; +} + +.e-grid .e-autofill { + border: 1px solid; + height: 8px; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 8px; +} + +.e-grid .e-xlsel { + border: 0 solid; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-headercontent { + border-style: solid; + border-width: 0; +} + +.e-grid .e-stackedheadercell { + border-width: 1px 0 1px 1px; + white-space: nowrap; +} + +.e-grid .e-noselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn { + font-size: 9px; + line-height: 3; +} + +.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar { + margin-top: 0; + padding: 3px 0 0; +} + +.e-grid .e-edit-dialog .e-dlg-content { + position: relative; +} + +.e-grid .e-edit-dialog { + min-height: 350px; +} + +.e-grid .e-griderror label { + display: inline !important; +} + +.e-grid .e-tooltip-wrap.e-griderror { + z-index: 1000; +} + +.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top { + left: 44%; +} + +.e-grid .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid.e-device .e-normaledit .e-rowcell { + padding-bottom: 2px; + padding-top: 2px; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell.e-lastrowadded { + border-bottom: 1px solid #ddd; + border-top: 0 none #ddd; +} + +.e-grid .e-normaledit { + border-top: 0; + padding: 0; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell { + border-top: 1px solid; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell { + border-top: 0; +} + +.e-grid.e-device .e-editedbatchcell.e-rowcell, +.e-grid .e-editedbatchcell.e-rowcell, +.e-grid.e-device .e-gridcontent .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid .e-editedbatchcell, +.e-grid td.e-boolcell { + padding-left: 8px; + padding-right: 8px; +} + +.e-grid td.e-boolcell input { + margin: 3px 3px 3px 4px; +} + +.e-grid td.e-boolcell.e-rowcell { + padding-bottom: 5px; + padding-top: 5px; +} + +.e-grid .e-dialog .e-gridform .e-rowcell { + border: 0; + padding: 0; +} + +.e-grid .e-row .e-input-group .e-input.e-field, +.e-grid .e-row .e-input-focus .e-input.e-field { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + padding-bottom: 1px; + padding-top: 2px; +} + +.e-grid .e-row .e-input-group { + margin-bottom: 2px; + margin-top: 2px; + vertical-align: middle; +} + +.e-grid .e-defaultcell.e-ralign, +.e-grid .e-editedrow .e-defaultcell.e-ralign, +.e-grid .e-defaultcell.e-ralign:focus, +.e-grid .e-editedrow .e-defaultcell.e-ralign:focus { + padding-right: 10px; +} + +.e-grid .e-dlg-content .e-defaultcell.e-ralign, +.e-grid .e-dlg-content .e-defaultcell.e-ralign:focus { + padding-right: 0; +} + +.e-grid .e-hiddenrow { + display: none; +} + +.e-grid .e-columnchooserdiv { + float: right; + margin: -12px; +} + +.e-grid .e-ccdlg .e-dlg-content { + margin: 37px 0 0; + overflow: visible; + padding: 23px 15px 15px 7px; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard { + padding-left: 8px; +} + +.e-grid .e-ccdlg .e-main-div { + box-sizing: border-box; + position: relative; +} + +.e-grid .e-ccdlg .e-ccul-ele { + margin: 13px 0; + padding: 0; +} + +.e-grid .e-ccdlg li.e-cclist { + padding: 8px 0; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper .e-frame { + margin-left: 0; +} + +.e-grid .e-ccdlg label.e-cc { + margin: 0; +} + +.e-grid .e-ccdlg .e-footer-content { + border-style: solid; + border-width: 2px 0 0; +} + +.e-grid .e-ccdlg .e-cc-contentdiv { + height: 196px; + overflow-y: auto; +} + +.e-grid .e-ccdlg .e-cc-searchdiv { + border-style: solid; + border-width: 1px; + left: 5px; + opacity: 0.6; + position: absolute; + right: 0; + top: -46px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons { + float: right; + opacity: .6; + padding: 5px 2px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel { + font-size: 11px; + padding: 5px 2px 6px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus { + opacity: 1; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons { + opacity: 1; +} + +.e-grid .e-ccdlg .e-innerdiv.e-ccnmdiv { + height: 60px; + padding: 23px; + text-align: center; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper .e-label { + text-overflow: ellipsis; +} + +.e-grid .e-ccdlg .e-cc-chbox { + margin: 3px; + vertical-align: middle; +} + +.e-grid .e-ccdlg .e-cc-lab-name { + padding: 7px; + text-overflow: ellipsis; + vertical-align: middle; +} + +.e-grid .e-ccdlg .e-cc.e-input, +.e-grid .e-ccdlg .e-cc.e-input:focus { + border: 0; + padding-bottom: 8px; + padding-left: 4px; + padding-top: 4px; +} + +.e-grid .e-checkboxfiltertext { + width: 150px; + word-break: normal; +} + +.e-grid .e-frozenhdrcont .e-headercontent > .e-table, +.e-grid .e-frozenhdrcont .e-frozenheader > .e-table, +.e-grid .e-frozenhdrcont .e-movableheader > .e-table, +.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable > .e-table { + border-bottom: 1px solid; +} + +.e-grid .e-frozenheader > .e-table, +.e-grid .e-frozencontent > .e-table, +.e-grid .e-frozenheader .e-virtualtable > .e-table, +.e-grid .e-frozencontent .e-virtualtable > .e-table { + border-left: 0; + border-right: 1px solid; +} + +.e-grid .e-frozenheader { + float: left; + width: -webkit-min-content; + width: min-content; +} + +.e-grid.e-rtl .e-frozenheader > .e-table, +.e-grid.e-rtl .e-frozencontent > .e-table { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl .e-frozenheader { + float: right; +} + +.e-grid.e-rtl .e-frozencontent { + float: right; +} + +.e-grid .e-movableheader { + overflow: hidden; +} + +.e-grid .e-frozenhdrcont { + -ms-touch-action: none; +} + +.e-grid .e-frozencontent { + -ms-touch-action: none; + border-bottom-style: solid; + border-bottom-width: 1px; + float: left; + height: inherit; + overflow: hidden; + width: -webkit-min-content; + width: min-content; +} + +.e-grid .e-movablecontent { + height: inherit; + overflow: scroll; +} + +.e-grid .e-columnchooser::before { + line-height: 1.9; +} + +.e-grid .e-toolbar .e-ccdiv .e-columnchooser.e-cctbn-icon { + font-size: 15px; + vertical-align: middle; +} + +.e-grid .e-toolbar .e-ccdiv { + margin-top: -1px; + padding: 0 10px; +} + +.e-grid.e-rtl .e-tableborder { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl .e-headercell, +.e-grid.e-rtl .e-detailheadercell { + border-width: 0; + text-align: right; +} + +.e-grid.e-rtl .e-headercell .e-headercelldiv, +.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv { + padding: 0 0.4em 0 1.8em; + text-align: right; +} + +.e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber { + float: left; + margin: 9px 0 0 9px; +} + +.e-grid.e-rtl .e-headercell .e-filterbarcell input, +.e-grid.e-rtl .e-detailheadercell .e-filterbarcell input { + border-width: 0; +} + +.e-grid.e-rtl .e-headercell .e-sortfilterdiv, +.e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv { + float: left; + margin: -29px 10px; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-sortfilterdiv, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-sortfilterdiv { + float: right; + margin: -14px 3px; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv { + padding: 0 25px 0 .7em; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber { + float: right; + margin: 6px 5px 0 0; +} + +.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber { + float: left; + margin: 9px 0 0 25px; +} + +.e-grid.e-rtl .e-rowcell:first-child, +.e-grid.e-rtl .e-summarycell:first-child { + padding-right: 8px; +} + +.e-grid.e-rtl .e-rowcell:last-child, +.e-grid.e-rtl .e-summarycell:last-child { + padding-left: 8px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-sortfilterdiv { + margin: -30px 5px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -30px 17px; +} + +.e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -29px 0 0 10px; +} + +.e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -29px 0 0 10px; +} + +.e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv { + margin: -5px -8px -5px 0; +} + +.e-grid.e-rtl .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv { + margin: -5px; +} + +.e-grid.e-rtl.e-verticallines .e-grouptopleftcell, +.e-grid.e-rtl.e-bothlines .e-grouptopleftcell, +.e-grid.e-rtl.e-hidelines .e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-rtl .e-grouptopleftcell { + border-top: 2px solid; +} + +.e-grid.e-rtl .e-grouptext { + margin-left: 0; + margin-right: 0; +} + +.e-grid.e-rtl .e-groupheadercell span { + float: right; +} + +.e-grid.e-rtl.e-horizontallines .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-rtl .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl .e-filterbarcell, +.e-grid.e-rtl .e-filterbarcelldisabled { + border-width: 2px 0 0; +} + +.e-grid.e-rtl .e-lastrowcell { + border-width: 1px 1px 1px 0; +} + +.e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -29px 10px; +} + +.e-grid.e-rtl .e-cloneproperties { + border-width: 1px 1px 3px; +} + +.e-grid.e-rtl tr td:first-child, +.e-grid.e-rtl tr th:first-child { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child:not(.e-summarycell), +.e-grid.e-rtl.e-default.e-bothlines tr th:first-child { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand { + border-left-width: 0; +} + +.e-grid.e-rtl.e-default tr td:last-child, +.e-grid.e-rtl.e-default tr th:last-child { + border-left: 0; +} + +.e-grid.e-rtl.e-default.e-verticallines tr th:last-child { + border-left: 1px solid; +} + +.e-grid.e-rtl.e-default .e-gridheader tr th:last-child { + padding-left: 8px; + padding-right: 8px; +} + +.e-grid.e-rtl.e-default .e-gridheader tr th:first-child { + padding-left: 8px; + padding-right: 8px; +} + +.e-grid.e-rtl.e-default th:first-child +.e-grid.e-rtl.e-default .e-headercell, +.e-grid.e-rtl.e-default .e-detailheadercell { + border-width: 0; +} + +.e-grid.e-rtl.e-default .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-headercell, +.e-grid.e-rtl.e-default.e-verticallines .e-rowcell, +.e-grid.e-rtl.e-default.e-verticallines .e-filterbarcell, +.e-grid.e-rtl.e-default.e-verticallines .e-detailheadercell, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-firstcell { + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl.e-default.e-verticallines tr th:first-child:not(.e-firstcell) { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default .e-stackedheadercell, +.e-grid.e-rtl.e-default.e-horizontallines .e-stackedheadercell { + border-width: 0 1px 1px 0; +} + +.e-grid.e-rtl.e-default .e-gridheader th.e-firstcell, +.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader th.e-firstcell { + border-left-width: 0; + border-right-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-firstcell { + border-left-width: 1px; + border-right-width: 0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader { + border-left: 0; +} + +.e-grid.e-rtl.e-default.e-hidelines .e-gridheader th.e-firstcell { + border-left: 0; + border-right: 0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader .e-headercell.e-firstheader { + border-right: 1px solid; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader { + border-right: 0; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-left: 1px solid; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid; +} + +.e-grid.e-rtl.e-default .e-detailcell, +.e-grid.e-rtl.e-default.e-bothlines .e-detailcell { + border-right-style: solid; + border-right-width: 1px; +} + +.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons { + float: left; +} + +.e-grid.e-rtl .e-groupsort, +.e-grid.e-rtl .e-ungroupbutton, +.e-grid.e-rtl .e-toggleungroup { + margin-left: 0; + margin-right: -5px; +} + +.e-grid.e-rtl span.e-ungroupbutton.e-icons { + margin-left: 0; + margin-right: -6px; + padding-top: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-headercell, +.e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-dragheadercell, +.e-grid.e-rtl.e-default.e-bothlines .e-rowdragheader, +.e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop, +.e-grid.e-rtl.e-default.e-verticallines .e-cloneproperties.e-draganddrop td.e-rowdragdrop { + border-left: 1px solid #ddd; + padding-left: 3px; +} + +.e-grid.e-rtl .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + left: 4px; + position: relative; +} + +.e-grid.e-rtl.e-default table th[rowspan] { + border-width: 0 1px 0 0; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-grid.e-rtl.e-bothlines .e-filterbarcell, +.e-grid.e-rtl.e-bothlines .e-filterbarcelldisabled { + border-width: 2px 0 0 1px; +} + +.e-grid.e-rtl.e-bothlines .e-rowcell, +.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-verticallines .e-rowcell, +.e-grid.e-rtl.e-verticallines .e-filterbarcell { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-hidelines .e-rowcell, +.e-grid.e-rtl.e-hidelines .e-headercell, +.e-grid.e-rtl.e-hidelines .e-detailheadercell, +.e-grid.e-rtl.e-hidelines .e-filterbarcell { + border-width: 0; +} + +.e-grid.e-rtl.e-horizontallines .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-horizontallines .e-filterbarcell { + border-width: 2px 0 0; +} + +.e-grid.e-rtl.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-rtl.e-verticallines .e-firstchildrow .e-rowcell, .e-grid.e-rtl.e-hidelines .e-firstchildrow .e-rowcell { + border-top-width: 1px; +} + +.e-grid.e-rtl .e-groupheadercell .e-icons::before { + display: inline-block; +} + +.e-grid.e-rtl .e-groupheadercell .e-cancel { + padding-left: 23px; + padding-right: 0; + padding-top: 2px; +} + +.e-grid.e-rtl .e-groupheadercell, +.e-grid.e-rtl .e-groupheadercell:hover { + margin-left: 0; + margin-right: 8px; + padding: 6px 0; +} + +.e-grid.e-rtl .e-groupheadercell, +.e-grid.e-rtl .e-groupheadercell:hover { + float: right; +} + +.e-grid.e-rtl .e-groupdroparea { + text-align: center; +} + +.e-grid.e-rtl .e-ungroupbutton { + float: left; +} + +.e-grid.e-rtl tr:not(.e-summaryrow) td.e-indentcell { + border-style: solid; + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl .e-defaultcell.e-ralign, +.e-grid.e-rtl .e-row .e-input.e-defaultcell.e-ralign, +.e-grid.e-rtl .e-defaultcell.e-ralign:focus, +.e-grid.e-rtl .e-editedrow .e-defaultcell.e-ralign:focus { + padding-left: 10px; +} + +.e-grid.e-rtl .e-detailindentcell { + border-left-style: solid; + border-left-width: 1px; + border-right-width: 0; +} + +.e-grid.e-rtl .e-filtermenudiv { + float: left; + margin: -20px 0 -20px -25px; + padding: 6px; +} + +.e-grid.e-wrap .e-rowcell, +.e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-wrap .e-columnheader .e-headercelldiv { + height: Auto; + line-height: 18px; + overflow-wrap: break-word; + text-overflow: clip; + white-space: normal; + word-wrap: break-word; +} + +.e-grid.e-wrap .e-stackedheader .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-wrap .e-stackedheader .e-columnheader .e-headercelldiv { + max-height: 36px; +} + +.e-grid.e-wrap .e-columnheader .e-headercelldiv, +.e-grid .e-columnheader.e-wrap .e-headercelldiv { + margin-bottom: 2px; + margin-top: 0; +} + +.e-grid.e-wrap .e-columnheader .e-filtermenudiv { + line-height: 18px; +} + +.e-grid .e-columnheader.e-wrap .e-filtermenudiv { + line-height: 18px; +} + +.e-grid .e-columnheader.e-wrap .e-headercelldiv, +.e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv, +.e-grid .e-gridcontent.e-wrap .e-rowcell, +.e-grid .e-frozenhdrcont.e-wrap .e-rowcell { + height: Auto; + line-height: 18px; + overflow-wrap: break-word; + text-overflow: clip; + white-space: normal; + word-wrap: break-word; +} + +.e-grid .e-stackedheadercelldiv { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, +.e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv { + max-height: 36px; +} + +.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -30px 10px; +} + +.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv { + margin: -30px -5px; +} + +.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv { + margin: -24px 28px -29px 0; +} + +.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv { + margin: -24px 0; +} + +.e-grid .e-columnheader.e-wrap .e-icon-group::before, +.e-grid.e-wrap .e-columnheader .e-icon-group::before { + display: inline-block; +} + +.e-grid.e-responsive .e-rowcell.e-gridclip, +.e-grid.e-responsive .e-gridclip .e-headercelldiv, +.e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip { + text-overflow: clip; +} + +.e-grid .e-clipboard { + cursor: default; + height: 1px; + left: -1000px; + overflow: hidden; + position: fixed; + resize: none; + top: -1000px; + width: 1px; +} + +.e-grid.e-resize-lines th.e-headercell.e-stackedheadercell, +.e-grid.e-resize-lines th.e-headercell.e-firstcell, .e-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell, +.e-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell { + border-left: 0; + border-right: 0; + border-top: 0; +} + +.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor { + border-right: 0; +} + +.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] { + border-left: 0; +} + +.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, +.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor { + border-left: 0; +} + +.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] { + border-right: 0; +} + +.e-grid-min-height .e-rowcell { + line-height: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-grid-min-height .e-gridheader .e-headercell, +.e-grid-min-height .e-gridheader .e-detailheadercell, +.e-grid-min-height .e-gridheader .e-headercell .e-headercelldiv { + height: auto; +} + +.e-grid-min-height .e-gridcontent .e-groupcaption { + line-height: normal; + padding: 0 .7em; +} + +.e-grid-min-height .e-summarycell { + line-height: normal; + padding: 0 8px; +} + +.e-device.e-grid-min-height .e-rowcell, +.e-device.e-grid-min-height .e-rowcell:first-child, +.e-device.e-grid-min-height .e-rowcell:last-child { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-grid-min-height .e-rowcell, +.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child, +.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child { + line-height: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-wrap.e-grid-min-height .e-rowcell { + line-height: 18px; +} + +.e-bigger .e-wrap.e-grid-min-height .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height .e-frozenhdrcont table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 18px; +} + +.e-rtl .e-grid .e-headercell, +.e-rtl .e-grid .e-detailheadercell, +.e-rtl .e-grid .e-headercelldiv, +.e-rtl .e-grid .e-headercelldiv.e-headerchkcelldiv { + text-align: right; +} + +.e-edit-dialog .e-gridform .e-table { + border-collapse: separate; + border-spacing: 11px; + width: 100%; +} + +.e-edit-dialog .e-dlg-content { + position: relative; +} + +/*! Grid theme */ +.e-grid { + border-color: #ddd; +} + +.e-grid .e-content { + background-color: #fff; +} + +.e-grid .e-icons { + color: #333; +} + +.e-grid .e-unboundcelldiv .e-icons { + color: #333; +} + +.e-grid .e-table { + background-color: #fff; +} + +.e-grid .e-focused:not(.e-menu-item) { + box-shadow: 0 0 0 1px #66afe9 inset; +} + +.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop) { + color: #333; +} + +.e-grid .e-groupdroparea .e-icons { + color: #333; +} + +.e-grid.e-default { + background-color: ""; +} + +.e-grid .e-tableborder { + border-right-color: #ddd; +} + +.e-grid .e-autofill, +.e-grid .e-xlsel { + background-color: #317ab9; + border-color: #317ab9; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, +.e-grid .e-gridheader thead tr th.e-firstrowdragborder, +.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 2px 0 0 #317ab9; + position: relative; + z-index: 5; +} + +.e-grid .e-gridheader { + background-color: #fff; + border-bottom-color: #ddd; + border-top-color: #ddd; + color: #333; +} + +.e-grid .e-gridcontent tr:first-child td { + border-top-color: transparent; +} + +.e-grid th.e-headercell[aria-sort='ascending'] .e-headertext, +.e-grid th.e-headercell[aria-sort='descending'] .e-headertext, +.e-grid th.e-headercell[aria-sort='ascending'] .e-sortfilterdiv, +.e-grid th.e-headercell[aria-sort='descending'] .e-sortfilterdiv { + color: #333; + opacity: 1; +} + +.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-color: #ddd; +} + +.e-grid.e-default.e-horizontallines .e-grouptopleftcell { + border-color: #ddd; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-color: #ddd; +} + +.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader { + border-color: #ddd; +} + +.e-grid .e-filterbarcell input { + border-color: #ddd; +} + +.e-grid .e-gridcontent { + background-color: #fff; +} + +.e-grid .e-gridfooter { + background-color: #eee; +} + +.e-grid .e-headercontent { + border-color: #ddd; +} + +.e-grid .e-headercell, +.e-grid .e-detailheadercell { + background-color: #fff; + border-color: #ddd; +} + +.e-grid [aria-selected] + tr .e-detailindentcell { + border-color: #ddd; +} + +.e-grid tr th.e-firstcell { + border-left-color: #ddd; + border-right-color: #ddd; +} + +.e-grid .e-rowcell:not(.e-editedbatchcell), +.e-grid .e-detailrowcollapse:not(.e-editedbatchcell), +.e-grid .e-detailrowexpand:not(.e-editedbatchcell), +.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell), +.e-grid .e-emptyrow:not(.e-editedbatchcell) { + color: #333; + opacity: 1; +} + +.e-grid .e-summarycell { + background-color: #fff; + border-color: #ddd; + color: #333; +} + +.e-grid .e-summaryrow .e-summarycell, +.e-grid .e-summaryrow .e-templatecell, +.e-grid .e-summarycontent .e-indentcell, +.e-grid .e-indentcell.e-detailindentcelltop { + background-color: #eee; + border-color: #ddd; + color: #333; +} + +.e-grid .e-rowcell, +.e-grid .e-groupcaption, +.e-grid .e-indentcell, +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse, +.e-grid .e-detailrowcollapse, +.e-grid .e-detailrowexpand, +.e-grid .e-detailindentcell, +.e-grid .e-detailcell { + border-color: #ddd; +} + +.e-grid.e-default .e-grouptopleftcell { + border-color: #ddd; +} + +.e-grid .e-frozenhdrcont .e-headercontent > .e-table, +.e-grid .e-frozenhdrcont .e-frozenheader > .e-table, +.e-grid .e-frozenhdrcont .e-movableheader > .e-table, +.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable > .e-table { + border-bottom-color: #317ab9; +} + +.e-grid .e-frozencontent { + border-bottom-color: #ddd; +} + +.e-grid .e-frozenheader > .e-table, +.e-grid .e-frozencontent > .e-table, +.e-grid .e-frozencontent .e-virtualtable > .e-table, +.e-grid .e-frozenheader .e-virtualtable > .e-table { + border-right-color: #317ab9; +} + +.e-grid.e-rtl .e-frozenheader > .e-table, +.e-grid.e-rtl .e-frozencontent > .e-table { + border-left-color: #317ab9; +} + +.e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: #f5f5f5; + color: #333; +} + +.e-grid tr[role='row']:hover .e-rowdragdrop { + cursor: move; +} + +.e-grid .e-sortnumber { + background-color: #bbbdc0; + color: #333; +} + +.e-grid .e-col-menu.e-filter-popup { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); +} + +.e-grid td.e-active .e-icon-rowdragicon::before { + color: #333; +} + +.e-grid td.e-active { + background: #e6e6e6; + color: #333; +} + +.e-grid td.e-cellselectionbackground { + background: #e6e6e6; + color: #333; +} + +.e-grid .e-filterbarcell, +.e-grid .e-filterbarcelldisabled { + background-color: #fff; + background-image: none; + border-color: #ddd; +} + +.e-grid .e-filtered::before { + color: #317ab9; +} + +.e-grid .e-gridpopup .e-content { + background-color: #fff; + border-color: #ddd; +} + +.e-grid .e-gridpopup span:hover, +.e-grid .e-gridpopup .e-spanclicked { + border-color: #333; +} + +.e-grid .e-gridpopup .e-downtail::before, +.e-grid .e-gridpopup .e-downtail { + border-top-color: #ddd; +} + +.e-grid .e-gridpopup .e-downtail::after { + border-top-color: #fff; +} + +.e-grid .e-gridpopup .e-uptail::before, +.e-grid .e-gridpopup .e-uptail { + border-bottom-color: #ddd; +} + +.e-grid .e-gridpopup .e-uptail::after { + border-bottom-color: #fff; +} + +.e-grid .e-cloneproperties { + background-color: #fff; + border-color: #ddd; + color: #333; +} + +.e-grid .e-rhelper { + background-color: #8c8c8c; + cursor: col-resize; + opacity: 1; +} + +.e-grid.e-device .e-rcursor::before { + border-right-color: #8c8c8c; + opacity: 1; +} + +.e-grid.e-device .e-rcursor::after { + border-left-color: #8c8c8c; + opacity: 1; +} + +.e-grid.e-resize-lines .e-headercell .e-rhandler, +.e-grid.e-resize-lines .e-headercell .e-rsuppress { + border-right: 1px solid #ddd; +} + +.e-grid.e-resize-lines .e-focused .e-rhandler { + border: 0 none; +} + +.e-grid.e-resize-lines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid #ddd; + border-right: 1px solid #ddd; +} + +.e-grid.e-rtl.e-resize-lines .e-headercell.e-stackedheadercell, +.e-grid.e-rtl.e-resize-lines .e-headercell .e-rhandler, +.e-grid.e-rtl.e-resize-lines .e-headercell .e-rsuppress { + border-left: 1px solid #ddd; + border-right-width: 0; +} + +.e-grid.e-resize-lines .e-filterbarcell, +.e-grid.e-rtl.e-resize-lines .e-filterbarcell { + border-top: 1px solid #ddd; +} + +.e-grid .e-cloneproperties.e-draganddrop { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + opacity: .95; + overflow: visible; +} + +.e-grid .e-row .e-dragstartrow::before, +.e-grid .e-row .e-selectionbackground .e-dragstartrow::before { + color: #317ab9; +} + +.e-grid .e-griddragarea { + background-color: #fff; + border-color: #fff; + color: #333; +} + +.e-grid .e-groupdroparea { + background-color: #f5f5f5; + border-top-color: #ddd; + color: #333; +} + +.e-grid .e-groupdroparea.e-hover { + background-color: #f5f5f5; +} + +.e-grid .e-groupdroparea.e-grouped { + background-color: #f5f5f5; +} + +.e-grid .e-groupheadercell { + background-color: #fff; + border-color: #000; + border-radius: 4px; + color: #333; +} + +.e-grid .e-groupheadercell:hover { + background-color: #fff; + border-color: #000; +} + +.e-grid .e-ungroupbutton:hover { + color: #333; + opacity: 1; +} + +.e-grid .e-ungroupbutton { + opacity: 1px; +} + +.e-grid .e-groupcaption, +.e-grid .e-indentcell, +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse { + background-color: #fff; + color: #333; +} + +.e-grid .e-grouptopleftcell { + background-color: #fff; + border-color: #ddd; +} + +.e-grid .e-stackedheadercell { + border-bottom-color: #ddd; +} + +.e-grid .e-verticallines tr th { + border-color: #ddd; +} + +.e-grid td.e-updatedtd { + background-color: #d7f9c7; + color: #333; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell { + border-top-color: #ddd; +} + +.e-grid .e-gridcontent .e-normaledit .e-dragindentcell, +.e-grid .e-gridcontent .e-normaledit .e-detailrowcollapse { + border-top: 1px solid #ddd; +} + +.e-grid .e-excelfilter .e-footer-content { + border-color: rgba(230, 230, 230, 0.12); + opacity: 1; +} + +.e-grid .e-ccdlg .e-footer-content { + border-color: rgba(230, 230, 230, 0.12); + opacity: 1; +} + +.e-grid .e-ccdlg .e-cc-searchdiv { + border-color: #212121; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus { + border-color: #ff4081; +} + +.e-grid .e-cloneproperties.e-draganddrop .e-rowcell { + color: #333; +} + +.e-grid .e-cloneproperties.e-draganddrop table, +.e-grid .e-cloneproperties.e-draganddrop table .e-selectionbackground { + background-color: #fff; + height: 30px; +} + +.e-grid.e-rtl .e-verticallines tr th:first-child:not(.e-firstcell) { + border-color: #ddd; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell, +.e-grid.e-rtl.e-default.e-verticallines tr th:last-child, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-color: #ddd; +} + +.e-grid.e-rtl .e-tableborder { + border-left-color: #ddd; +} + +.e-tooltip-wrap.e-griderror, +.e-control.e-tooltip-wrap.e-popup.e-griderror { + background-color: #fcdbe4; + border-color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-tip-content, +.e-tooltip-wrap.e-griderror .e-tip-content label { + color: #f44336; +} + +.e-dropitemscount { + background-color: #317ab9; + color: #fff; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! TreeView's bootstrap theme wise override definitions and variables */ +.e-treeview .e-list-item div.e-icons.interaction { + -webkit-transition: -webkit-transform .3s ease-in-out; + border-radius: 15px; + transition: transform .3s ease-in-out; +} + +.e-treeview .e-list-item .e-icons.e-icon-collapsible { + transform: rotate(90deg); +} + +.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next { + transform: rotate(180deg); +} + +.e-treeview.e-rtl div.e-icons { + transform: rotate(180deg); +} + +/*! component's theme wise override definitions and variables */ +/*! FileManager's bootstrap theme wise override definitions and variables */ +.e-filemanager .e-fe-icon, +.e-filemanager .e-list-icon { + background-repeat: no-repeat; +} + +.e-filemanager .e-fe-access-error { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGQkUzRjtzdHJva2U6I0FDODkzODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MXtmaWxsOiMwNjAyMDA7fTwvc3R5bGU+PGcgaWQ9ImNmdUt3Ri50aWYiPjxpbWFnZSBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTQwIiBpZD0iTGF5ZXJfMF8xXyIgeGxpbms6aHJlZj0iQTQ5RUUwRjNGODFBNjdDMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgwLjI2NTYgMCAwIDAuMjY1NiAtODMuNTc3OSAtMi4yNzgyKSI+PC9pbWFnZT48L2c+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LDMuMUwxLjYsMjcuOWMtMC40LDAuNywwLjEsMS42LDAuOSwxLjZoMjYuOGMwLjgsMCwxLjMtMC45LDAuOS0xLjZMMTYuOSwzLjFDMTYuNSwyLjMsMTUuNCwyLjMsMTUsMy4xeiIvPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTcsMjIgMTUsMjIgMTQuNSwxMCAxNy4zLDEwICIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNiwyNi41TDE2LDI2LjVjLTAuOCwwLTEuNS0wLjctMS41LTEuNXYwYzAtMC44LDAuNy0xLjUsMS41LTEuNWgwYzAuOCwwLDEuNSwwLjcsMS41LDEuNXYwQzE3LjUsMjUuOCwxNi44LDI2LjUsMTYsMjYuNXoiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-docx, +.e-filemanager .e-fe-doc { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM5MWQ0ZmU7fS5jbHMtMntmaWxsOiM2M2E3ZDM7fS5jbHMtM3tmaWxsOiNjMWU3ZmY7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9Xb3JkPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMS41LjVINC41YTIsMiwwLDAsMC0yLDJ2MjdhMiwyLDAsMCwwLDIsMmgyM2EyLDIsMCwwLDAsMi0yVjguNVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy41LDMySDQuNUEyLjUsMi41LDAsMCwxLDIsMjkuNVYyLjVBMi41LDIuNSwwLDAsMSw0LjUsMEgyMS43MUwzMCw4LjI5VjI5LjVBMi41LDIuNSwwLDAsMSwyNy41LDMyWk00LjUsMUExLjUsMS41LDAsMCwwLDMsMi41djI3QTEuNSwxLjUsMCwwLDAsNC41LDMxaDIzQTEuNSwxLjUsMCwwLDAsMjksMjkuNVY4LjcxTDIxLjI5LDFaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjEuNS41djZhMiwyLDAsMCwwLDIsMmg2WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjUsOWgtNkEyLjUsMi41LDAsMCwxLDIxLDYuNVYuNUEuNS41LDAsMCwxLDIxLjMxLDBhLjQ3LjQ3LDAsMCwxLC41NC4xMWw4LDhhLjQ3LjQ3LDAsMCwxLC4xMS41NEEuNS41LDAsMCwxLDI5LjUsOVpNMjIsMS43MVY2LjVBMS41LDEuNSwwLDAsMCwyMy41LDhoNC43OVoiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjIzIiB3aWR0aD0iMTgiIGhlaWdodD0iMiIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIxMSIgd2lkdGg9IjExIiBoZWlnaHQ9IjIiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-pptx, +.e-filemanager .e-fe-ppt { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZWIxN2Q7fS5jbHMtMntmaWxsOiNkZDk2NjY7fS5jbHMtM3tmaWxsOiNmZWQ0Yjc7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9QUFQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjUuNUg0LjVhMiwyLDAsMCwwLTIsMnYyN2EyLDIsMCwwLDAsMiwyaDIzYTIsMiwwLDAsMCwyLTJWOC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjUsMzJINC41QTIuNSwyLjUsMCwwLDEsMiwyOS41VjIuNUEyLjUsMi41LDAsMCwxLDQuNSwwSDIxLjcxTDMwLDguMjlWMjkuNUEyLjUsMi41LDAsMCwxLDI3LjUsMzJaTTQuNSwxQTEuNSwxLjUsMCwwLDAsMywyLjV2MjdBMS41LDEuNSwwLDAsMCw0LjUsMzFoMjNBMS41LDEuNSwwLDAsMCwyOSwyOS41VjguNzFMMjEuMjksMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS41LjV2N2ExLDEsMCwwLDAsMSwxaDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjkuNSw5aC03QTEuNSwxLjUsMCwwLDEsMjEsNy41Vi41QS41LjUsMCwwLDEsMjEuMzEsMGEuNDcuNDcsMCwwLDEsLjU0LjExbDgsOGEuNDcuNDcsMCwwLDEsLjExLjU0QS41LjUsMCwwLDEsMjkuNSw5Wk0yMiwxLjcxVjcuNWEuNS41LDAsMCwwLC41LjVoNS43OVoiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjgiIHk9IjI1IiB3aWR0aD0iMTciIGhlaWdodD0iMiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTE2LjkxLDExSDE3YTUsNSwwLDAsMSw1LDV2LjA5YTAsMCwwLDAsMSwwLDBIMTYuOTFhMCwwLDAsMCwxLDAsMFYxMUEwLDAsMCwwLDEsMTYuOTEsMTFaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTYuOTEsMTguMTJoLTJ2LTUuOGE0LjksNC45LDAsMSwwLDUuOCw1LjhaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-xlsx, +.e-filemanager .e-fe-xls { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4M2Q2Yjk7fS5jbHMtMntmaWxsOiM0NmM2OGM7fS5jbHMtM3tmaWxsOiNiYmU4ZDg7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9FeGNlbDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuNS41SDQuNWEyLDIsMCwwLDAtMiwydjI3YTIsMiwwLDAsMCwyLDJoMjNhMiwyLDAsMCwwLDItMlY4LjVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjcuNSwzMkg0LjVBMi41LDIuNSwwLDAsMSwyLDI5LjVWMi41QTIuNSwyLjUsMCwwLDEsNC41LDBIMjEuNzFMMzAsOC4yOVYyOS41QTIuNSwyLjUsMCwwLDEsMjcuNSwzMlpNNC41LDFBMS41LDEuNSwwLDAsMCwzLDIuNXYyN0ExLjUsMS41LDAsMCwwLDQuNSwzMWgyM0ExLjUsMS41LDAsMCwwLDI5LDI5LjVWOC43MUwyMS4yOSwxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIxLjUuNXY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS41LDloLTdBMS41LDEuNSwwLDAsMSwyMSw3LjVWLjVBLjUuNSwwLDAsMSwyMS4zMSwwYS40Ny40NywwLDAsMSwuNTQuMTFsOCw4YS40Ny40NywwLDAsMSwuMTEuNTRBLjUuNSwwLDAsMSwyOS41LDlaTTIyLDEuNzFWNy41YS41LjUsMCwwLDAsLjUuNWg1Ljc5WiIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTgiIHdpZHRoPSIxNyIgaGVpZ2h0PSIyIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI5IiB5PSIxOCIgd2lkdGg9IjE0IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM1IDMpIHJvdGF0ZSg5MCkiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0yNSwyNkg3VjEySDI1Wk05LDI0SDIzVjE0SDlaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-pdf { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMmEyYTI7fS5jbHMtMntmaWxsOiNlODdlN2U7fS5jbHMtM3tmaWxsOiNmMWM1YzU7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9QREY8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjUuNUg0LjVhMiwyLDAsMCwwLTIsMnYyN2EyLDIsMCwwLDAsMiwyaDIzYTIsMiwwLDAsMCwyLTJWOC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjUsMzJINC41QTIuNSwyLjUsMCwwLDEsMiwyOS41VjIuNUEyLjUsMi41LDAsMCwxLDQuNSwwSDIxLjcxTDMwLDguMjlWMjkuNUEyLjUsMi41LDAsMCwxLDI3LjUsMzJaTTQuNSwxQTEuNSwxLjUsMCwwLDAsMywyLjV2MjdBMS41LDEuNSwwLDAsMCw0LjUsMzFoMjNBMS41LDEuNSwwLDAsMCwyOSwyOS41VjguNzFMMjEuMjksMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS41LjV2N2ExLDEsMCwwLDAsMSwxaDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjkuNSw5aC03QTEuNSwxLjUsMCwwLDEsMjEsNy41Vi41QS41LjUsMCwwLDEsMjEuMzEsMGEuNDcuNDcsMCwwLDEsLjU0LjExbDgsOGEuNDcuNDcsMCwwLDEsLjExLjU0QS41LjUsMCwwLDEsMjkuNSw5Wk0yMiwxLjcxVjcuNWEuNS41LDAsMCwwLC41LjVoNS43OVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xMC4yOSwxNC44MUEyLjQ3LDIuNDcsMCwwLDEsMTEuNCwxNWEyLDIsMCwwLDEsLjcyLjU4LDIuMjQsMi4yNCwwLDAsMSwuNC44MiwzLjgxLDMuODEsMCwwLDEsLjEyLjk1LDMuMTEsMy4xMSwwLDAsMS0uMiwxLjE1LDIsMiwwLDAsMS0uNTUuOCwyLjI0LDIuMjQsMCwwLDEtLjg2LjQ3QTMuODYsMy44NiwwLDAsMSw5LjkyLDIwSDl2My40Mkg3LjI2VjE0LjgxWm0tLjUzLDMuODdhMS4xMiwxLjEyLDAsMCwwLC44My0uMzEsMS4yOCwxLjI4LDAsMCwwLC4zMi0xLDEuNTMsMS41MywwLDAsMC0uMjctMSwxLjE0LDEuMTQsMCwwLDAtLjkzLS4zNEg5djIuNloiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xNi40MSwxNC44MWEzLjE3LDMuMTcsMCwwLDEsMS40NS4yOSwyLjE3LDIuMTcsMCwwLDEsLjg2Ljg0LDMuOCwzLjgsMCwwLDEsLjQxLDEuMzJBMTIuNiwxMi42LDAsMCwxLDE5LjI0LDE5YTEyLjMzLDEyLjMzLDAsMCwxLS4xNCwyLDMuNzksMy43OSwwLDAsMS0uNDcsMS4zOCwyLjEsMi4xLDAsMCwxLS45LjgsMy4zMiwzLjMyLDAsMCwxLTEuNDMuMjdIMTMuNThWMTQuODFabS0uMzQsNy4yOUExLjUsMS41LDAsMCwwLDE2LjgsMjJhMS4wOSwxLjA5LDAsMCwwLC40NC0uNTIsMywzLDAsMCwwLC4yMi0uOTVjMC0uMzkuMDUtLjg4LjA1LTEuNDZhMTIuMDgsMTIuMDgsMCwwLDAtLjA1LTEuMjgsMy4wOSwzLjA5LDAsMCwwLS4xOS0uOTIsMS4xMywxLjEzLDAsMCwwLS40NS0uNTUsMS40MSwxLjQxLDAsMCwwLS43OC0uMTlIMTUuM3Y2WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI1LjE3LDE0LjgxdjEuNDFIMjIuMTF2MkgyNXYxLjQySDIyLjExdjMuNzJIMjAuMzhWMTQuODFaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-image { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjkyOTI7fS5jbHMtMntmaWxsOiNlODdlN2U7fS5jbHMtM3tmaWxsOiNmZmMzYzM7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CdF9JbWFnZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuNS41SDQuNWEyLDIsMCwwLDAtMiwydjI3YTIsMiwwLDAsMCwyLDJoMjNhMiwyLDAsMCwwLDItMlY4LjVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjcuNSwzMkg0LjVBMi41LDIuNSwwLDAsMSwyLDI5LjVWMi41QTIuNSwyLjUsMCwwLDEsNC41LDBIMjEuNzFMMzAsOC4yOVYyOS41QTIuNSwyLjUsMCwwLDEsMjcuNSwzMlpNNC41LDFBMS41LDEuNSwwLDAsMCwzLDIuNXYyN0ExLjUsMS41LDAsMCwwLDQuNSwzMWgyM0ExLjUsMS41LDAsMCwwLDI5LDI5LjVWOC43MUwyMS4yOSwxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIxLjUuNXY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS41LDloLTdBMS41LDEuNSwwLDAsMSwyMSw3LjVWLjVBLjUuNSwwLDAsMSwyMS4zMSwwYS40Ny40NywwLDAsMSwuNTQuMTFsOCw4YS40Ny40NywwLDAsMSwuMTEuNTRBLjUuNSwwLDAsMSwyOS41LDlaTTIyLDEuNzFWNy41YS41LjUsMCwwLDAsLjUuNWg1Ljc5WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtNCIgcG9pbnRzPSI1IDI0IDEwLjU5IDE3LjIxIDE0Ljc3IDIxLjg0IDIxLjM1IDEzIDI3IDI0IDUgMjQiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-rar { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlNmE2ZTg7fS5jbHMtMntmaWxsOiNkNjhhZDY7fS5jbHMtM3tmaWxsOiNmZmNjZmU7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9SQVI8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjUuNUg0LjVhMiwyLDAsMCwwLTIsMnYyN2EyLDIsMCwwLDAsMiwyaDIzYTIsMiwwLDAsMCwyLTJWOC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjUsMzJINC41QTIuNSwyLjUsMCwwLDEsMiwyOS41VjIuNUEyLjUsMi41LDAsMCwxLDQuNSwwSDIxLjcxTDMwLDguMjlWMjkuNUEyLjUsMi41LDAsMCwxLDI3LjUsMzJaTTQuNSwxQTEuNSwxLjUsMCwwLDAsMywyLjV2MjdBMS41LDEuNSwwLDAsMCw0LjUsMzFoMjNBMS41LDEuNSwwLDAsMCwyOSwyOS41VjguNzFMMjEuMjksMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS41LjV2N2ExLDEsMCwwLDAsMSwxaDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjkuNSw5aC03QTEuNSwxLjUsMCwwLDEsMjEsNy41Vi41QS41LjUsMCwwLDEsMjEuMzEsMGEuNDcuNDcsMCwwLDEsLjU0LjExbDgsOGEuNDcuNDcsMCwwLDEsLjExLjU0QS41LjUsMCwwLDEsMjkuNSw5Wk0yMiwxLjcxVjcuNWEuNS41LDAsMCwwLC41LjVoNS43OVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik05Ljc4LDE0LjgxYTIuNDIsMi40MiwwLDAsMSwxLjY4LjU0LDIuMTYsMi4xNiwwLDAsMSwuNiwxLjY3LDIuNjMsMi42MywwLDAsMS0uMzQsMS40MSwxLjY4LDEuNjgsMCwwLDEtMS4wOC43djBhMS42MiwxLjYyLDAsMCwxLC45NC40MkExLjgyLDEuODIsMCwwLDEsMTIsMjAuNjJjMCwuMTYsMCwuMzMsMCwuNTJzMCwuNCwwLC42M2ExMC40LDEwLjQsMCwwLDAsLjA3LDEsLjY2LjY2LDAsMCwwLC4zMS40OXYuMDhIMTAuNTNhLjg3Ljg3LDAsMCwxLS4xNy0uNDJjMC0uMTUsMC0uMzIsMC0uNDhsLS4wNS0xLjY1QTEuMzMsMS4zMywwLDAsMCwxMCwyMGEuOTMuOTMsMCwwLDAtLjc3LS4yOUg4LjMydjMuNjNINi41OVYxNC44MVpNOSwxOC41NWExLjQzLDEuNDMsMCwwLDAsMS0uMjksMS4yOSwxLjI5LDAsMCwwLC4zNC0xLDEuMDYsMS4wNiwwLDAsMC0xLjItMS4xOUg4LjMydjIuNDdaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTcuMDcsMTQuODFsMi4yNyw4LjU3aC0xLjhsLS40LTEuODJIMTQuODZsLS40LDEuODJoLTEuOGwyLjI3LTguNTdabS0uMjMsNS4zNEwxNiwxNi4zaDBsLS44MywzLjg1WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIzLjEzLDE0LjgxYTIuNDIsMi40MiwwLDAsMSwxLjY4LjU0LDIuMTYsMi4xNiwwLDAsMSwuNiwxLjY3LDIuNjMsMi42MywwLDAsMS0uMzUsMS40MSwxLjYzLDEuNjMsMCwwLDEtMS4wOC43djBhMS42NSwxLjY1LDAsMCwxLC45NS40MiwxLjgzLDEuODMsMCwwLDEsLjM3LDEuMDVjMCwuMTYsMCwuMzMsMCwuNTJzMCwuNCwwLC42M2MwLC40NSwwLC44LjA3LDFhLjY2LjY2LDAsMCwwLC4zMS40OXYuMDhIMjMuODdBMSwxLDAsMCwxLDIzLjcsMjNhMy43MywzLjczLDAsMCwxLDAtLjQ4bC0uMDUtMS42NWExLjQsMS40LDAsMCwwLS4yNS0uNzksMSwxLDAsMCwwLS43Ny0uMjloLS45M3YzLjYzSDE5Ljk0VjE0LjgxWm0tLjc1LDMuNzRhMS40MywxLjQzLDAsMCwwLDEtLjI5LDEuMjUsMS4yNSwwLDAsMCwuMzQtMSwxLjA2LDEuMDYsMCwwLDAtMS4yLTEuMTloLS44MnYyLjQ3WiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-zip { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNkYmI2NjM7fS5jbHMtMntmaWxsOiNjZWExNTE7fS5jbHMtM3tmaWxsOiNlYmQ3YTk7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9aaXA8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjUuNUg0LjVhMiwyLDAsMCwwLTIsMnYyN2EyLDIsMCwwLDAsMiwyaDIzYTIsMiwwLDAsMCwyLTJWOC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjUsMzJINC41QTIuNSwyLjUsMCwwLDEsMiwyOS41VjIuNUEyLjUsMi41LDAsMCwxLDQuNSwwSDIxLjcxTDMwLDguMjlWMjkuNUEyLjUsMi41LDAsMCwxLDI3LjUsMzJaTTQuNSwxQTEuNSwxLjUsMCwwLDAsMywyLjV2MjdBMS41LDEuNSwwLDAsMCw0LjUsMzFoMjNBMS41LDEuNSwwLDAsMCwyOSwyOS41VjguNzFMMjEuMjksMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS41LjV2N2ExLDEsMCwwLDAsMSwxaDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjkuNSw5aC03QTEuNSwxLjUsMCwwLDEsMjEsNy41Vi41QS41LjUsMCwwLDEsMjEuMzEsMGEuNDcuNDcsMCwwLDEsLjU0LjExbDgsOGEuNDcuNDcsMCwwLDEsLjExLjU0QS41LjUsMCwwLDEsMjkuNSw5Wk0yMiwxLjcxVjcuNWEuNS41LDAsMCwwLC41LjVoNS43OVoiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjgiIHdpZHRoPSIxMyIgaGVpZ2h0PSIyIi8+PHBvbHlnb24gY2xhc3M9ImNscy00IiBwb2ludHM9IjEzLjUgMjkgNyAyMyAyMCAyMyAxMy41IDI5Ii8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIxMyIgd2lkdGg9IjEzIiBoZWlnaHQ9IjIiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE4IiB3aWR0aD0iMTMiIGhlaWdodD0iMiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-txt { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNjZWNlY2U7fS5jbHMtMntmaWxsOiNiN2I3Yjc7fS5jbHMtM3tmaWxsOiNlNGU0ZTQ7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9UZXh0PC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMS41LjVINC41YTIsMiwwLDAsMC0yLDJ2MjdhMiwyLDAsMCwwLDIsMmgyM2EyLDIsMCwwLDAsMi0yVjguNVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy41LDMySDQuNUEyLjUsMi41LDAsMCwxLDIsMjkuNVYyLjVBMi41LDIuNSwwLDAsMSw0LjUsMEgyMS43MUwzMCw4LjI5VjI5LjVBMi41LDIuNSwwLDAsMSwyNy41LDMyWk00LjUsMUExLjUsMS41LDAsMCwwLDMsMi41djI3QTEuNSwxLjUsMCwwLDAsNC41LDMxaDIzQTEuNSwxLjUsMCwwLDAsMjksMjkuNVY4LjcxTDIxLjI5LDFaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjEuNS41djdhMSwxLDAsMCwwLDEsMWg3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjUsOWgtN0ExLjUsMS41LDAsMCwxLDIxLDcuNVYuNUEuNS41LDAsMCwxLDIxLjMxLDBhLjQ3LjQ3LDAsMCwxLC41NC4xMWw4LDhhLjQ3LjQ3LDAsMCwxLC4xMS41NEEuNS41LDAsMCwxLDI5LjUsOVpNMjIsMS43MVY3LjVhLjUuNSwwLDAsMCwuNS41aDUuNzlaIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI3IiB5PSIyMyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjciIHk9IjE3IiB3aWR0aD0iMTgiIGhlaWdodD0iMiIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNyIgeT0iMTEiIHdpZHRoPSIxMSIgaGVpZ2h0PSIyIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-music { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM5MWQ0ZmU7fS5jbHMtMntmaWxsOiM2NWFhZDE7fS5jbHMtM3tmaWxsOiNjMWU3ZmY7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9NdXNpYzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuNS41SDQuNWEyLDIsMCwwLDAtMiwydjI3YTIsMiwwLDAsMCwyLDJoMjNhMiwyLDAsMCwwLDItMlY4LjVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjcuNSwzMkg0LjVBMi41LDIuNSwwLDAsMSwyLDI5LjVWMi41QTIuNSwyLjUsMCwwLDEsNC41LDBIMjEuNzFMMzAsOC4yOVYyOS41QTIuNSwyLjUsMCwwLDEsMjcuNSwzMlpNNC41LDFBMS41LDEuNSwwLDAsMCwzLDIuNXYyN0ExLjUsMS41LDAsMCwwLDQuNSwzMWgyM0ExLjUsMS41LDAsMCwwLDI5LDI5LjVWOC43MUwyMS4yOSwxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIxLjUuNXY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS41LDloLTdBMS41LDEuNSwwLDAsMSwyMSw3LjVWLjVBLjUuNSwwLDAsMSwyMS4zMSwwYS40Ny40NywwLDAsMSwuNTQuMTFsOCw4YS40Ny40NywwLDAsMSwuMTEuNTRBLjUuNSwwLDAsMSwyOS41LDlaTTIyLDEuNzFWNy41YS41LjUsMCwwLDAsLjUuNWg1Ljc5WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTEyLDE0Ljg3djcuNThhMi40NCwyLjQ0LDAsMCwwLTIuMjYtLjQsMi41LDIuNSwwLDAsMC0xLjY0LDEuN0EyLjUzLDIuNTMsMCwwLDAsMTAuODgsMjcsMi42MSwyLjYxLDAsMCwwLDEzLDI0LjM0VjE3LjkzbDEwLTEuODV2NC4zNUEyLjQ0LDIuNDQsMCwwLDAsMjAuNzQsMjBhMi41LDIuNSwwLDAsMC0xLjY0LDEuNywyLjUyLDIuNTIsMCwwLDAsMi43OCwzLjIyQTIuNiwyLjYsMCwwLDAsMjQsMjIuMzFWMTNhMSwxLDAsMCwwLTEuMTgtMWwtMTAsMS44NUExLDEsMCwwLDAsMTIsMTQuODdaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-video { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjkyOTI7fS5jbHMtMntmaWxsOiNlNTdhN2E7fS5jbHMtM3tmaWxsOiNmZmMzYzM7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9WaWRlbzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuNS41SDQuNWEyLDIsMCwwLDAtMiwydjI3YTIsMiwwLDAsMCwyLDJoMjNhMiwyLDAsMCwwLDItMlY4LjVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjcuNSwzMkg0LjVBMi41LDIuNSwwLDAsMSwyLDI5LjVWMi41QTIuNSwyLjUsMCwwLDEsNC41LDBIMjEuNzFMMzAsOC4yOVYyOS41QTIuNSwyLjUsMCwwLDEsMjcuNSwzMlpNNC41LDFBMS41LDEuNSwwLDAsMCwzLDIuNXYyN0ExLjUsMS41LDAsMCwwLDQuNSwzMWgyM0ExLjUsMS41LDAsMCwwLDI5LDI5LjVWOC43MUwyMS4yOSwxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIxLjUuNXY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS41LDloLTdBMS41LDEuNSwwLDAsMSwyMSw3LjVWLjVBLjUuNSwwLDAsMSwyMS4zMSwwYS40Ny40NywwLDAsMSwuNTQuMTFsOCw4YS40Ny40NywwLDAsMSwuMTEuNTRBLjUuNSwwLDAsMSwyOS41LDlaTTIyLDEuNzFWNy41YS41LjUsMCwwLDAsLjUuNWg1Ljc5WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtNCIgcG9pbnRzPSIxNSAxNi41IDE5IDIwIDE1IDIzLjUgMTUgMTYuNSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIyLDI3SDEwYTMsMywwLDAsMS0zLTNWMTZhMywzLDAsMCwxLDMtM0gyMmEzLDMsMCwwLDEsMywzdjhBMywzLDAsMCwxLDIyLDI3Wk0xMCwxNWExLDEsMCwwLDAtMSwxdjhhMSwxLDAsMCwwLDEsMUgyMmExLDEsMCwwLDAsMS0xVjE2YTEsMSwwLDAsMC0xLTFaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-js { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM5OGNlNWY7fS5jbHMtMntmaWxsOiM4Y2FmMmM7fS5jbHMtM3tmaWxsOiNjNmUzYTc7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9KUzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuNS41SDQuNWEyLDIsMCwwLDAtMiwydjI3YTIsMiwwLDAsMCwyLDJoMjNhMiwyLDAsMCwwLDItMlY4LjVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjcuNSwzMkg0LjVBMi41LDIuNSwwLDAsMSwyLDI5LjVWMi41QTIuNSwyLjUsMCwwLDEsNC41LDBIMjEuNzFMMzAsOC4yOVYyOS41QTIuNSwyLjUsMCwwLDEsMjcuNSwzMlpNNC41LDFBMS41LDEuNSwwLDAsMCwzLDIuNXYyN0ExLjUsMS41LDAsMCwwLDQuNSwzMWgyM0ExLjUsMS41LDAsMCwwLDI5LDI5LjVWOC43MUwyMS4yOSwxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIxLjUuNXY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS41LDloLTdBMS41LDEuNSwwLDAsMSwyMSw3LjVWLjVBLjUuNSwwLDAsMSwyMS4zMSwwYS40Ny40NywwLDAsMSwuNTQuMTFsOCw4YS40Ny40NywwLDAsMSwuMTEuNTRBLjUuNSwwLDAsMSwyOS41LDlaTTIyLDEuNzFWNy41YS41LjUsMCwwLDAsLjUuNWg1Ljc5WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTE1LjE0LDIxYTIuNTcsMi41NywwLDAsMS0uNjQsMS45NSwyLjgzLDIuODMsMCwwLDEtMS45NC41OCwyLjg0LDIuODQsMCwwLDEtMS4xMy0uMTksMS42LDEuNiwwLDAsMS0uNjktLjUzLDIsMiwwLDAsMS0uMzYtLjc5LDUsNSwwLDAsMS0uMDktMXYtLjM4aDEuNTh2LjI3YTIuNTgsMi41OCwwLDAsMCwuMTUsMSwuNjEuNjEsMCwwLDAsLjYyLjMzLjYxLjYxLDAsMCwwLC42Mi0uMzMsMi41OCwyLjU4LDAsMCwwLC4xNS0xVjE0LjgxaDEuNzNaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTcuNjYsMjFhMy4xNiwzLjE2LDAsMCwwLDAsLjU1LDEuMTksMS4xOSwwLDAsMCwuMTguNDEsMSwxLDAsMCwwLC4zNi4yNywxLjQ5LDEuNDksMCwwLDAsLjU2LjA5LDEuMDYsMS4wNiwwLDAsMCwuNzEtLjI2LDEsMSwwLDAsMCwuMzItLjc5LDEuNDYsMS40NiwwLDAsMC0uMDgtLjUsMSwxLDAsMCwwLS4yNi0uMzhBMi4yNSwyLjI1LDAsMCwwLDE5LDIwYy0uMi0uMDktLjQ0LS4xOC0uNzMtLjI4YTYuNyw2LjcsMCwwLDEtMS0uNDIsMi44LDIuOCwwLDAsMS0uNzEtLjUzLDIuMSwyLjEsMCwwLDEtLjQxLS43MSwyLjk0LDIuOTQsMCwwLDEtLjEzLS45MywyLjM4LDIuMzgsMCwwLDEsLjcxLTEuOSwyLjg2LDIuODYsMCwwLDEsMS45NC0uNjIsNCw0LDAsMCwxLDEuMDYuMTMsMi4xOSwyLjE5LDAsMCwxLC44NC40LDEuODcsMS44NywwLDAsMSwuNTUuNzIsMi40NiwyLjQ2LDAsMCwxLC4yLDEuMDV2LjI0SDE5LjdhMS43NiwxLjc2LDAsMCwwLS4yMi0uOTQuNzkuNzksMCwwLDAtLjcyLS4zMywxLjE0LDEuMTQsMCwwLDAtLjQ4LjA5Ljc5Ljc5LDAsMCwwLS4zMS4yMi44Ni44NiwwLDAsMC0uMTUuMzIsMS41LDEuNSwwLDAsMCwwLC4zNywxLjI0LDEuMjQsMCwwLDAsLjE2LjY2LDEuNTgsMS41OCwwLDAsMCwuNzIuNWwxLjM0LjU4YTMuOTMsMy45MywwLDAsMSwuOC40NSwyLjE1LDIuMTUsMCwwLDEsLjUuNSwxLjc5LDEuNzksMCwwLDEsLjI2LjYsMy44MiwzLjgyLDAsMCwxLC4wNy43MiwyLjM0LDIuMzQsMCwwLDEtLjc5LDIsMy40NiwzLjQ2LDAsMCwxLTIuMTkuNjIsMi44NCwyLjg0LDAsMCwxLTIuMDktLjY0LDIuNDcsMi40NywwLDAsMS0uNjMtMS44MlYyMC43aDEuNzNaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-css { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmI1Nzg7fS5jbHMtMntmaWxsOiNlZDlmNjQ7fS5jbHMtM3tmaWxsOiNmZmQ2YjU7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9DU1M8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjUuNUg0LjVhMiwyLDAsMCwwLTIsMnYyN2EyLDIsMCwwLDAsMiwyaDIzYTIsMiwwLDAsMCwyLTJWOC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjUsMzJINC41QTIuNSwyLjUsMCwwLDEsMiwyOS41VjIuNUEyLjUsMi41LDAsMCwxLDQuNSwwSDIxLjcxTDMwLDguMjlWMjkuNUEyLjUsMi41LDAsMCwxLDI3LjUsMzJaTTQuNSwxQTEuNSwxLjUsMCwwLDAsMywyLjV2MjdBMS41LDEuNSwwLDAsMCw0LjUsMzFoMjNBMS41LDEuNSwwLDAsMCwyOSwyOS41VjguNzFMMjEuMjksMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS41LjV2N2ExLDEsMCwwLDAsMSwxaDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjkuNSw5aC03QTEuNSwxLjUsMCwwLDEsMjEsNy41Vi41QS41LjUsMCwwLDEsMjEuMzEsMGEuNDcuNDcsMCwwLDEsLjU0LjExbDgsOGEuNDcuNDcsMCwwLDEsLjExLjU0QS41LjUsMCwwLDEsMjkuNSw5Wk0yMiwxLjcxVjcuNWEuNS41LDAsMCwwLC41LjVoNS43OVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xMC43LDE2LjM0YS44My44MywwLDAsMC0uODEtLjQzLjc5Ljc5LDAsMCwwLS41My4xOCwxLjExLDEuMTEsMCwwLDAtLjMzLjU2LDQuNjcsNC42NywwLDAsMC0uMTcsMWMwLC40MiwwLC45MywwLDEuNTRhMTMuMywxMy4zLDAsMCwwLC4wNywxLjU3LDMuNDQsMy40NCwwLDAsMCwuMi45My44OC44OCwwLDAsMCwuMzUuNDUsMS4wNywxLjA3LDAsMCwwLC40OS4xMSwxLDEsMCwwLDAsLjQyLS4wOC42Ny42NywwLDAsMCwuMzQtLjMxLDEuNzQsMS43NCwwLDAsMCwuMjMtLjY2QTUuNjEsNS42MSwwLDAsMCwxMSwyMC4xaDEuNzJhOCw4LDAsMCwxLS4xLDEuMzIsMywzLDAsMCwxLS40MSwxLjA5LDEuOTQsMS45NCwwLDAsMS0uODIuNzMsMy4xLDMuMSwwLDAsMS0xLjM5LjI3LDMuMzgsMy4zOCwwLDAsMS0xLjU1LS4zMSwyLjEyLDIuMTIsMCwwLDEtLjg4LS45LDQuMSw0LjEsMCwwLDEtLjQtMS40MSwxNy45NSwxNy45NSwwLDAsMSwwLTMuNTksNCw0LDAsMCwxLC40LTEuNDFBMi4yMywyLjIzLDAsMCwxLDguNDUsMTUsMy4xMywzLjEzLDAsMCwxLDEwLDE0LjY0YTMsMywwLDAsMSwxLjQ2LjMsMi4xLDIuMSwwLDAsMSwuOC43NiwyLjg4LDIuODgsMCwwLDEsLjMzLDEsOC45MSw4LjkxLDAsMCwxLC4wNiwxSDEwLjkyQTMuMDgsMy4wOCwwLDAsMCwxMC43LDE2LjM0WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTE1LjEsMjFhMy4xMiwzLjEyLDAsMCwwLC4wNS41NS45LjksMCwwLDAsLjE4LjQxLDEsMSwwLDAsMCwuMzUuMjcsMS41MywxLjUzLDAsMCwwLC41Ni4wOUExLjA2LDEuMDYsMCwwLDAsMTcsMjJhLjkzLjkzLDAsMCwwLC4zMi0uNzksMS4yNSwxLjI1LDAsMCwwLS4wOC0uNS45My45MywwLDAsMC0uMjUtLjM4LDIuMSwyLjEsMCwwLDAtLjQ4LS4zMWMtLjE5LS4wOS0uNDQtLjE4LS43Mi0uMjhhNi40MSw2LjQxLDAsMCwxLTEtLjQyLDIuNzQsMi43NCwwLDAsMS0uNy0uNTMsMiwyLDAsMCwxLS40Mi0uNzEsMy4yNiwzLjI2LDAsMCwxLS4xMy0uOTMsMi40MiwyLjQyLDAsMCwxLC43MS0xLjksMi44NiwyLjg2LDAsMCwxLDEuOTQtLjYyLDQsNCwwLDAsMSwxLjA3LjEzLDIuMzQsMi4zNCwwLDAsMSwuODQuNCwyLDIsMCwwLDEsLjU1LjcyLDIuNjIsMi42MiwwLDAsMSwuMiwxLjA1di4yNEgxNy4xNGExLjY4LDEuNjgsMCwwLDAtLjIyLS45NC43OS43OSwwLDAsMC0uNzItLjMzLDEuMTQsMS4xNCwwLDAsMC0uNDguMDkuNzYuNzYsMCwwLDAtLjMuMjIuNzQuNzQsMCwwLDAtLjE2LjMyLDEuNSwxLjUsMCwwLDAsMCwuMzcsMS4yNCwxLjI0LDAsMCwwLC4xNy42NiwxLjQ3LDEuNDcsMCwwLDAsLjcyLjVsMS4zMy41OGEzLjQ1LDMuNDUsMCwwLDEsLjguNDUsMiwyLDAsMCwxLC41LjUsMS42MSwxLjYxLDAsMCwxLC4yNi42LDMuMTQsMy4xNCwwLDAsMSwuMDcuNzIsMi4zNiwyLjM2LDAsMCwxLS43OCwyLDMuNSwzLjUsMCwwLDEtMi4xOS42MiwyLjg1LDIuODUsMCwwLDEtMi4xLS42NCwyLjQ3LDIuNDcsMCwwLDEtLjYzLTEuODJWMjAuN0gxNS4xWiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIxLjMzLDIxYTIuMzksMi4zOSwwLDAsMCwuMDUuNTUuOS45LDAsMCwwLC4xOC40MS44OS44OSwwLDAsMCwuMzUuMjcsMS40OSwxLjQ5LDAsMCwwLC41Ni4wOSwxLjA2LDEuMDYsMCwwLDAsLjcxLS4yNiwxLDEsMCwwLDAsLjMyLS43OSwxLjQ2LDEuNDYsMCwwLDAtLjA4LS41LDEsMSwwLDAsMC0uMjYtLjM4LDIsMiwwLDAsMC0uNDctLjMxYy0uMi0uMDktLjQ0LS4xOC0uNzMtLjI4YTYuNyw2LjcsMCwwLDEtMS0uNDIsMi41OCwyLjU4LDAsMCwxLS43LS41MywyLDIsMCwwLDEtLjQyLS43MSwyLjk0LDIuOTQsMCwwLDEtLjEzLS45MywyLjQyLDIuNDIsMCwwLDEsLjcxLTEuOSwyLjg2LDIuODYsMCwwLDEsMS45NC0uNjIsMy45LDMuOSwwLDAsMSwxLjA2LjEzLDIuMTksMi4xOSwwLDAsMSwuODQuNCwyLDIsMCwwLDEsLjU2LjcyQTIuNjIsMi42MiwwLDAsMSwyNSwxNi45NHYuMjRIMjMuMzdhMS42OCwxLjY4LDAsMCwwLS4yMi0uOTQuNzkuNzksMCwwLDAtLjcyLS4zM0ExLjE0LDEuMTQsMCwwLDAsMjIsMTZhLjY5LjY5LDAsMCwwLS4zLjIyLjc0Ljc0LDAsMCwwLS4xNi4zMiwxLjUsMS41LDAsMCwwLDAsLjM3LDEuMTYsMS4xNiwwLDAsMCwuMTcuNjYsMS40NywxLjQ3LDAsMCwwLC43Mi41bDEuMzMuNThhMy42NywzLjY3LDAsMCwxLC44LjQ1LDIsMiwwLDAsMSwuNS41LDEuNzksMS43OSwwLDAsMSwuMjYuNiwzLjE0LDMuMTQsMCwwLDEsLjA3LjcyLDIuMzQsMi4zNCwwLDAsMS0uNzksMiwzLjQ2LDMuNDYsMCwwLDEtMi4xOS42MiwyLjg0LDIuODQsMCwwLDEtMi4wOS0uNjQsMi40NywyLjQ3LDAsMCwxLS42My0xLjgyVjIwLjdoMS43M1oiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-html { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmNGExZWY7fS5jbHMtMntmaWxsOiNkZDg3ZGQ7fS5jbHMtM3tmaWxsOiNmOWNiZjY7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9IVE1MPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMS41LjVINC41YTIsMiwwLDAsMC0yLDJ2MjdhMiwyLDAsMCwwLDIsMmgyM2EyLDIsMCwwLDAsMi0yVjguNVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNy41LDMySDQuNUEyLjUsMi41LDAsMCwxLDIsMjkuNVYyLjVBMi41LDIuNSwwLDAsMSw0LjUsMEgyMS43MUwzMCw4LjI5VjI5LjVBMi41LDIuNSwwLDAsMSwyNy41LDMyWk00LjUsMUExLjUsMS41LDAsMCwwLDMsMi41djI3QTEuNSwxLjUsMCwwLDAsNC41LDMxaDIzQTEuNSwxLjUsMCwwLDAsMjksMjkuNVY4LjcxTDIxLjI5LDFaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjEuNS41djdhMSwxLDAsMCwwLDEsMWg3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI5LjUsOWgtN0ExLjUsMS41LDAsMCwxLDIxLDcuNVYuNUEuNS41LDAsMCwxLDIxLjMxLDBhLjQ3LjQ3LDAsMCwxLC41NC4xMWw4LDhhLjQ3LjQ3LDAsMCwxLC4xMS41NEEuNS41LDAsMCwxLDI5LjUsOVpNMjIsMS43MVY3LjVhLjUuNSwwLDAsMCwuNS41aDUuNzlaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMjAuMTQsMjQuMjdsLTEuMjgtMS41NCw1LjA4LTQuMjMtNS4wOC00LjIzLDEuMjgtMS41NCw2LDVhMSwxLDAsMCwxLDAsMS41NFoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xMC43OCwyNC4yN2wtNi01YTEsMSwwLDAsMSwwLTEuNTRsNi01LDEuMjgsMS41NEw3LDE4LjVsNS4wOCw0LjIzWiIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNy4yNSIgeT0iMTcuNSIgd2lkdGg9IjE2LjQ5IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02LjIgMjkuMDYpIHJvdGF0ZSgtNzUuOTgpIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-php { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhOGEyZjQ7fS5jbHMtMntmaWxsOiM4ODg1ZTg7fS5jbHMtM3tmaWxsOiNjZmNjZjg7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9QSFA8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjUuNUg0LjVhMiwyLDAsMCwwLTIsMnYyN2EyLDIsMCwwLDAsMiwyaDIzYTIsMiwwLDAsMCwyLTJWOC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjUsMzJINC41QTIuNSwyLjUsMCwwLDEsMiwyOS41VjIuNUEyLjUsMi41LDAsMCwxLDQuNSwwSDIxLjcxTDMwLDguMjlWMjkuNUEyLjUsMi41LDAsMCwxLDI3LjUsMzJaTTQuNSwxQTEuNSwxLjUsMCwwLDAsMywyLjV2MjdBMS41LDEuNSwwLDAsMCw0LjUsMzFoMjNBMS41LDEuNSwwLDAsMCwyOSwyOS41VjguNzFMMjEuMjksMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS41LjV2N2ExLDEsMCwwLDAsMSwxaDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjkuNSw5aC03QTEuNSwxLjUsMCwwLDEsMjEsNy41Vi41QS41LjUsMCwwLDEsMjEuMzEsMGEuNDcuNDcsMCwwLDEsLjU0LjExbDgsOGEuNDcuNDcsMCwwLDEsLjExLjU0QS41LjUsMCwwLDEsMjkuNSw5Wk0yMiwxLjcxVjcuNWEuNS41LDAsMCwwLC41LjVoNS43OVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xMC4wNiwxNC44MWEyLjQ3LDIuNDcsMCwwLDEsMS4xMS4yMiwyLjExLDIuMTEsMCwwLDEsLjczLjU4LDIuMzksMi4zOSwwLDAsMSwuMzkuODIsMy44MSwzLjgxLDAsMCwxLC4xMi45NSwyLjkyLDIuOTIsMCwwLDEtLjIsMS4xNSwyLDIsMCwwLDEtLjU1LjgsMi4xNywyLjE3LDAsMCwxLS44Ni40N0EzLjgxLDMuODEsMCwwLDEsOS42OSwyMEg4Ljc2djMuNDJIN1YxNC44MVptLS41MywzLjg3YTEuMTUsMS4xNSwwLDAsMCwuODQtLjMxLDEuMzIsMS4zMiwwLDAsMCwuMzEtMSwxLjUzLDEuNTMsMCwwLDAtLjI3LTEsMS4xMywxLjEzLDAsMCwwLS45My0uMzRIOC43NnYyLjZaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMTUsMTQuODF2My4yN2gyVjE0LjgxaDEuNzN2OC41N0gxN1YxOS41N0gxNXYzLjgxSDEzLjI2VjE0LjgxWiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIzLDE0LjgxYTIuNDcsMi40NywwLDAsMSwxLjExLjIyLDIuMTEsMi4xMSwwLDAsMSwuNzMuNTgsMi4zOSwyLjM5LDAsMCwxLC4zOS44MiwzLjgxLDMuODEsMCwwLDEsLjEyLjk1LDIuOTIsMi45MiwwLDAsMS0uMiwxLjE1LDIsMiwwLDAsMS0uNTUuOCwyLjE3LDIuMTcsMCwwLDEtLjg2LjQ3LDMuODEsMy44MSwwLDAsMS0xLjExLjE2aC0uOTN2My40MkgxOS45NFYxNC44MVptLS41MywzLjg3YTEuMTUsMS4xNSwwLDAsMCwuODQtLjMxLDEuMzIsMS4zMiwwLDAsMCwuMzEtMSwxLjUzLDEuNTMsMCwwLDAtLjI3LTEsMS4xMywxLjEzLDAsMCwwLS45My0uMzRoLS43MnYyLjZaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-exe { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNiY2JjYmM7fS5jbHMtMntmaWxsOiNhOGE4YTg7fS5jbHMtM3tmaWxsOiNkYWRhZGE7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9FWEU8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjUuNUg0LjVhMiwyLDAsMCwwLTIsMnYyN2EyLDIsMCwwLDAsMiwyaDIzYTIsMiwwLDAsMCwyLTJWOC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjUsMzJINC41QTIuNSwyLjUsMCwwLDEsMiwyOS41VjIuNUEyLjUsMi41LDAsMCwxLDQuNSwwSDIxLjcxTDMwLDguMjlWMjkuNUEyLjUsMi41LDAsMCwxLDI3LjUsMzJaTTQuNSwxQTEuNSwxLjUsMCwwLDAsMywyLjV2MjdBMS41LDEuNSwwLDAsMCw0LjUsMzFoMjNBMS41LDEuNSwwLDAsMCwyOSwyOS41VjguNzFMMjEuMjksMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS41LjV2N2ExLDEsMCwwLDAsMSwxaDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjkuNSw5aC03QTEuNSwxLjUsMCwwLDEsMjEsNy41Vi41QS41LjUsMCwwLDEsMjEuMzEsMGEuNDcuNDcsMCwwLDEsLjU0LjExbDgsOGEuNDcuNDcsMCwwLDEsLjExLjU0QS41LjUsMCwwLDEsMjkuNSw5Wk0yMiwxLjcxVjcuNWEuNS41LDAsMCwwLC41LjVoNS43OVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xMS44MiwxNi4yMkg4Ljc2djJoMi44OHYxLjQySDguNzZWMjJoMy4xOHYxLjQySDdWMTQuODFoNC43OFoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xNC4zNiwxNC44MWwxLjEsMi43NywxLjA5LTIuNzdoMS44OWwtMiw0LjIzLDIuMTQsNC4zNEgxNi42NEwxNS40LDIwLjQ3bC0xLjIyLDIuOTFoLTEuOUwxNC40MiwxOWwtMi00LjIzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTI0LDE2LjIySDIxdjJoMi44OHYxLjQySDIxVjIyaDMuMTh2MS40MkgxOS4yNVYxNC44MUgyNFoiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-msi { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM3N2NjZGI7fS5jbHMtMntmaWxsOiM0ZGJjYzE7fS5jbHMtM3tmaWxsOiNiNGUzZWI7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9NU0k8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjUuNUg0LjVhMiwyLDAsMCwwLTIsMnYyN2EyLDIsMCwwLDAsMiwyaDIzYTIsMiwwLDAsMCwyLTJWOC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjUsMzJINC41QTIuNSwyLjUsMCwwLDEsMiwyOS41VjIuNUEyLjUsMi41LDAsMCwxLDQuNSwwSDIxLjcxTDMwLDguMjlWMjkuNUEyLjUsMi41LDAsMCwxLDI3LjUsMzJaTTQuNSwxQTEuNSwxLjUsMCwwLDAsMywyLjV2MjdBMS41LDEuNSwwLDAsMCw0LjUsMzFoMjNBMS41LDEuNSwwLDAsMCwyOSwyOS41VjguNzFMMjEuMjksMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS41LjV2N2ExLDEsMCwwLDAsMSwxaDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjkuNSw5aC03QTEuNSwxLjUsMCwwLDEsMjEsNy41Vi41QS41LjUsMCwwLDEsMjEuMzEsMGEuNDcuNDcsMCwwLDEsLjU0LjExbDgsOGEuNDcuNDcsMCwwLDEsLjExLjU0QS41LjUsMCwwLDEsMjkuNSw5Wk0yMiwxLjcxVjcuNWEuNS41LDAsMCwwLC41LjVoNS43OVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik05LjY0LDE0LjgxbDEuMjIsNmgwbDEuMjMtNmgyLjU2djguNTdIMTMuMVYxNi41NGgwbC0xLjUyLDYuODRIMTAuMkw4LjY4LDE2LjU0aDB2Ni44NEg3LjA3VjE0LjgxWiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTE3LjMxLDIxYTIuMzksMi4zOSwwLDAsMCwuMDUuNTUuOS45LDAsMCwwLC4xOC40MS44OS44OSwwLDAsMCwuMzUuMjcsMS40OSwxLjQ5LDAsMCwwLC41Ni4wOSwxLjA2LDEuMDYsMCwwLDAsLjcxLS4yNiwxLDEsMCwwLDAsLjMyLS43OSwxLjQ2LDEuNDYsMCwwLDAtLjA4LS41LDEsMSwwLDAsMC0uMjYtLjM4LDIsMiwwLDAsMC0uNDctLjMxYy0uMi0uMDktLjQ0LS4xOC0uNzMtLjI4YTYuNyw2LjcsMCwwLDEtMS0uNDIsMi41OCwyLjU4LDAsMCwxLS43LS41MywyLDIsMCwwLDEtLjQyLS43MSwyLjk0LDIuOTQsMCwwLDEtLjEzLS45MywyLjQyLDIuNDIsMCwwLDEsLjcxLTEuOSwyLjg2LDIuODYsMCwwLDEsMS45NC0uNjIsMy45LDMuOSwwLDAsMSwxLjA2LjEzLDIuMTksMi4xOSwwLDAsMSwuODQuNCwyLDIsMCwwLDEsLjU2LjcyQTIuNjIsMi42MiwwLDAsMSwyMSwxNi45NHYuMjRIMTkuMzVhMS42OCwxLjY4LDAsMCwwLS4yMi0uOTQuNzkuNzksMCwwLDAtLjcyLS4zMywxLjE0LDEuMTQsMCwwLDAtLjQ4LjA5LjY5LjY5LDAsMCwwLS4zLjIyLjc0Ljc0LDAsMCwwLS4xNi4zMiwxLjUsMS41LDAsMCwwLDAsLjM3LDEuMTYsMS4xNiwwLDAsMCwuMTcuNjYsMS40NywxLjQ3LDAsMCwwLC43Mi41bDEuMzMuNThhMy42NywzLjY3LDAsMCwxLC44LjQ1LDIsMiwwLDAsMSwuNS41LDEuNzksMS43OSwwLDAsMSwuMjYuNiwzLjE0LDMuMTQsMCwwLDEsLjA3LjcyLDIuMzQsMi4zNCwwLDAsMS0uNzksMiwzLjQ2LDMuNDYsMCwwLDEtMi4xOS42MiwyLjg0LDIuODQsMCwwLDEtMi4wOS0uNjQsMi40NywyLjQ3LDAsMCwxLS42My0xLjgyVjIwLjdoMS43M1oiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0yMi4yMywxNC44MUgyNHY4LjU3SDIyLjIzWiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-unknown { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmI3YTQ7fS5jbHMtMntmaWxsOiNmNjlhN2I7fS5jbHMtM3tmaWxsOiNmZmQ3Y2Q7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9FeGNsYW1hdG9yeTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjEuNS41SDQuNWEyLDIsMCwwLDAtMiwydjI3YTIsMiwwLDAsMCwyLDJoMjNhMiwyLDAsMCwwLDItMlY4LjVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjcuNSwzMkg0LjVBMi41LDIuNSwwLDAsMSwyLDI5LjVWMi41QTIuNSwyLjUsMCwwLDEsNC41LDBIMjEuNzFMMzAsOC4yOVYyOS41QTIuNSwyLjUsMCwwLDEsMjcuNSwzMlpNNC41LDFBMS41LDEuNSwwLDAsMCwzLDIuNXYyN0ExLjUsMS41LDAsMCwwLDQuNSwzMWgyM0ExLjUsMS41LDAsMCwwLDI5LDI5LjVWOC43MUwyMS4yOSwxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIxLjUuNXY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS41LDloLTdBMS41LDEuNSwwLDAsMSwyMSw3LjVWLjVBLjUuNSwwLDAsMSwyMS4zMSwwYS40Ny40NywwLDAsMSwuNTQuMTFsOCw4YS40Ny40NywwLDAsMSwuMTEuNTRBLjUuNSwwLDAsMSwyOS41LDlaTTIyLDEuNzFWNy41YS41LjUsMCwwLDAsLjUuNWg1Ljc5WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtNCIgcG9pbnRzPSIxNy40NyAyMiAxNC41IDIyIDE0IDEwIDE4IDEwIDE3LjQ3IDIyIi8+PGNpcmNsZSBjbGFzcz0iY2xzLTQiIGN4PSIxNiIgY3k9IjI2IiByPSIyIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-rtf { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM3MWM4ZjQ7fS5jbHMtMntmaWxsOiM2M2E3ZDM7fS5jbHMtM3tmaWxsOiNjMWU3ZmY7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9SVEY8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjUuNUg0LjVhMiwyLDAsMCwwLTIsMnYyN2EyLDIsMCwwLDAsMiwyaDIzYTIsMiwwLDAsMCwyLTJWOC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjUsMzJINC41QTIuNSwyLjUsMCwwLDEsMiwyOS41VjIuNUEyLjUsMi41LDAsMCwxLDQuNSwwSDIxLjcxTDMwLDguMjlWMjkuNUEyLjUsMi41LDAsMCwxLDI3LjUsMzJaTTQuNSwxQTEuNSwxLjUsMCwwLDAsMywyLjV2MjdBMS41LDEuNSwwLDAsMCw0LjUsMzFoMjNBMS41LDEuNSwwLDAsMCwyOSwyOS41VjguNzFMMjEuMjksMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMS41LjV2N2ExLDEsMCwwLDAsMSwxaDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjkuNSw5aC03QTEuNSwxLjUsMCwwLDEsMjEsNy41Vi41QS41LjUsMCwwLDEsMjEuMzEsMGEuNDcuNDcsMCwwLDEsLjU0LjExbDgsOGEuNDcuNDcsMCwwLDEsLjExLjU0QS41LjUsMCwwLDEsMjkuNSw5Wk0yMiwxLjcxVjcuNWEuNS41LDAsMCwwLC41LjVoNS43OVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0xMS4yMywxNC44MWEyLjQyLDIuNDIsMCwwLDEsMS42OC41NCwyLjE2LDIuMTYsMCwwLDEsLjYsMS42NywyLjYzLDIuNjMsMCwwLDEtLjM1LDEuNDEsMS42MywxLjYzLDAsMCwxLTEuMDguN3YwYTEuNjUsMS42NSwwLDAsMSwuOTUuNDIsMS44MywxLjgzLDAsMCwxLC4zNywxLjA1YzAsLjE2LDAsLjMzLDAsLjUyczAsLjQsMCwuNjNjMCwuNDUsMCwuOC4wNywxYS42Ni42NiwwLDAsMCwuMzEuNDl2LjA4SDEyQTEsMSwwLDAsMSwxMS44LDIzYTMuNzMsMy43MywwLDAsMSwwLS40OGwwLTEuNjVhMS40LDEuNCwwLDAsMC0uMjUtLjc5LDEsMSwwLDAsMC0uNzctLjI5SDkuNzZ2My42M0g4VjE0LjgxWm0tLjc1LDMuNzRhMS40MywxLjQzLDAsMCwwLDEtLjI5LDEuMjUsMS4yNSwwLDAsMCwuMzQtMSwxLjA2LDEuMDYsMCwwLDAtMS4yLTEuMTlIOS43NnYyLjQ3WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTE5LjUxLDE2LjIySDE3LjY0djcuMTZIMTUuOTFWMTYuMjJIMTRWMTQuODFoNS40N1oiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0yNSwxNC44MXYxLjQxSDIydjJoMi44OHYxLjQySDIydjMuNzJIMjAuMjVWMTQuODFaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-xml { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4ZGM5Nzc7fS5jbHMtMntmaWxsOiM3Y2E4NTE7fS5jbHMtM3tvcGFjaXR5OjAuNDU7fS5jbHMtNHtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9YTUw8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIxLjUuNUg0LjVhMiwyLDAsMCwwLTIsMnYyN2EyLDIsMCwwLDAsMiwyaDIzYTIsMiwwLDAsMCwyLTJWOC41WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI3LjUsMzJINC41QTIuNSwyLjUsMCwwLDEsMiwyOS41VjIuNUEyLjUsMi41LDAsMCwxLDQuNSwwSDIxLjcxTDMwLDguMjlWMjkuNUEyLjUsMi41LDAsMCwxLDI3LjUsMzJaTTQuNSwxQTEuNSwxLjUsMCwwLDAsMywyLjV2MjdBMS41LDEuNSwwLDAsMCw0LjUsMzFoMjNBMS41LDEuNSwwLDAsMCwyOSwyOS41VjguNzFMMjEuMjksMVoiLz48ZyBjbGFzcz0iY2xzLTMiPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIxLjUuNXY3YTEsMSwwLDAsMCwxLDFoN1oiLz48L2c+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjkuNSw5aC03QTEuNSwxLjUsMCwwLDEsMjEsNy41Vi41QS41LjUsMCwwLDEsMjEuMzEsMGEuNDcuNDcsMCwwLDEsLjU0LjExbDgsOGEuNDcuNDcsMCwwLDEsLjExLjU0QS41LjUsMCwwLDEsMjkuNSw5Wk0yMiwxLjcxVjcuNWEuNS41LDAsMCwwLC41LjVoNS43OVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik03LjcxLDE0LjgxbDEuMSwyLjc3TDkuOSwxNC44MWgxLjg5TDkuOCwxOWwyLjEzLDQuMzRIMTBMOC43NSwyMC40Nyw3LjUzLDIzLjM4SDUuNjNMNy43NywxOWwtMi00LjIzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTE1LjIxLDE0LjgxbDEuMjIsNmgwbDEuMjMtNmgyLjU2djguNTdIMTguNjZWMTYuNTRoMGwtMS41Miw2Ljg0SDE1Ljc3bC0xLjUyLTYuODRoMHY2Ljg0SDEyLjY0VjE0LjgxWiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIxLjQ4LDE0LjgxaDEuNzNWMjJoMy4wNnYxLjQySDIxLjQ4WiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-folder { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM5MWQ0ZmU7fS5jbHMtMntmaWxsOiM2M2E3ZDM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5CVF9Gb2xkZXI8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI5LjUsMjcuNUgyLjVhMiwyLDAsMCwxLTItMlY2LjVhMiwyLDAsMCwxLDItMkgxMi44N2wzLjQ4LDMuMTRIMjkuNWEyLDIsMCwwLDEsMiwyVjI1LjVBMiwyLDAsMCwxLDI5LjUsMjcuNVoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOS41LDI4SDIuNUEyLjUsMi41LDAsMCwxLDAsMjUuNVY2LjVBMi41LDIuNSwwLDAsMSwyLjUsNEgxMy4wNmwzLjQ4LDMuMTRoMTNBMi41LDIuNSwwLDAsMSwzMiw5LjY0VjI1LjVBMi41LDIuNSwwLDAsMSwyOS41LDI4Wk0yLjUsNUExLjUsMS41LDAsMCwwLDEsNi41djE5QTEuNSwxLjUsMCwwLDAsMi41LDI3aDI3QTEuNSwxLjUsMCwwLDAsMzEsMjUuNVY5LjY0YTEuNSwxLjUsMCwwLDAtMS41LTEuNUgxNi4xNUwxMi42OCw1WiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-locked > .e-text-content .e-fe-folder, +.e-filemanager .e-fe-locked > .e-fe-grid-icon .e-fe-folder { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzREQkNDMTt9LnN0MXtmaWxsOiNGRjNFM0U7fS5zdDJ7ZmlsbDojMDA5MEQ4O30uc3Qze2ZpbGw6I0MzNzFCRDt9LnN0NHtmaWxsOiNGRjg2MkM7fS5zdDV7ZmlsbDojNzM3MUNDO30uc3Q2e2ZpbGw6IzRCNDg0Qzt9LnN0N3tmaWxsOiMyMjc5NEE7fS5zdDh7ZmlsbDojODJCQjIyO30uc3Q5e2ZpbGw6I0FBQUFBQTt9LnN0MTB7ZmlsbDojOTk5OTk5O30uc3QxMXtmaWxsOiM4MTgxODE7fS5zdDEye2ZpbGw6I0YzRjNGMzt9LnN0MTN7ZmlsbDojRkZGRkZGO30uc3QxNHtmaWxsOiNFQUVBRUE7fS5zdDE1e2ZpbGw6bm9uZTtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTZ7ZmlsbDojMDI3OUQ3O30uc3QxN3tvcGFjaXR5OjAuNTtmaWxsOiM5NDk0OTQ7fS5zdDE4e2ZpbGw6bm9uZTtzdHJva2U6IzAyNzlENztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTl7ZmlsbDojQzhDOEM4O30uc3QyMHtmaWxsOiMwNDdBRDY7fS5zdDIxe2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjJ7ZmlsbDpub25lO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyM3tmaWxsOm5vbmU7c3Ryb2tlOiNDNUM1QzU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI0e2ZpbGw6bm9uZTtzdHJva2U6I0QxNTczNztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjV7ZmlsbDojRDE1NzM3O30uc3QyNntmaWxsOm5vbmU7c3Ryb2tlOiNGRUZFRkU7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI3e2ZpbGw6I0Y1QkE5RTt9LnN0Mjh7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyOXtmaWxsOiNGRUZFRkU7fS5zdDMwe2ZpbGw6IzM4NjJBMTt9LnN0MzF7ZmlsbDpub25lO3N0cm9rZTojRDE1NzM3O3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzMntmaWxsOiMyQzdBNEY7fS5zdDMze2ZpbGw6bm9uZTtzdHJva2U6I0ZFRkVGRTtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MzR7ZmlsbDojRkZGRkZGO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzNXtmaWxsOm5vbmU7c3Ryb2tlOiM2RUFGREY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDM2e2ZpbGw6bm9uZTtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0Mzd7ZmlsbDojNkFCMEU1O30uc3QzOHtmaWxsOiNDNUM1QzU7fS5zdDM5e2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDB7ZmlsbDpub25lO3N0cm9rZTojRjVCQjlFO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MXtmaWxsOiM4NkJFQjc7fS5zdDQye2ZpbGw6IzZFQUZERjt9LnN0NDN7ZmlsbDojNkJCMEU1O30uc3Q0NHtmaWxsOm5vbmU7c3Ryb2tlOiM2QUFGRTU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1e2ZpbGw6IzZBQUZFNTt9LnN0NDZ7ZmlsbDojMDA3OEQ3O30uc3Q0N3tmaWxsOiNGRjkyOTI7fS5zdDQ4e2ZpbGw6I0U4N0U3RTt9LnN0NDl7ZmlsbDojRkZDM0MzO30uc3Q1MHtmaWxsOiM5MUQ0RkU7fS5zdDUxe2ZpbGw6IzYzQTdEMzt9LnN0NTJ7ZmlsbDojQzFFN0ZGO30uc3Q1M3tmaWxsOiM4M0Q2Qjk7fS5zdDU0e2ZpbGw6IzQ2QzY4Qzt9LnN0NTV7ZmlsbDojQkJFOEQ4O30uc3Q1NntmaWxsOiNGRUIxN0Q7fS5zdDU3e2ZpbGw6I0REOTY2Njt9LnN0NTh7ZmlsbDojRkVENEI3O30uc3Q1OXtmaWxsOiNGMkEyQTI7fS5zdDYwe2ZpbGw6I0YxQzVDNTt9LnN0NjF7ZmlsbDojREJCNjYzO30uc3Q2MntmaWxsOiNDRUExNTE7fS5zdDYze2ZpbGw6I0VCRDdBOTt9LnN0NjR7ZmlsbDojQ0VDRUNFO30uc3Q2NXtmaWxsOiNCN0I3Qjc7fS5zdDY2e2ZpbGw6I0U0RTRFNDt9LnN0Njd7ZmlsbDojNjVBQUQxO30uc3Q2OHtmaWxsOiNFNTdBN0E7fS5zdDY5e2ZpbGw6I0U2QTZFODt9LnN0NzB7ZmlsbDojRDY4QUQ2O30uc3Q3MXtmaWxsOiNGRkNDRkU7fS5zdDcye2ZpbGw6Izk4Q0U1Rjt9LnN0NzN7ZmlsbDojOENBRjJDO30uc3Q3NHtmaWxsOiNDNkUzQTc7fS5zdDc1e2ZpbGw6I0ZGQjU3ODt9LnN0NzZ7ZmlsbDojRUQ5RjY0O30uc3Q3N3tmaWxsOiNGRkQ2QjU7fS5zdDc4e2ZpbGw6I0Y0QTFFRjt9LnN0Nzl7ZmlsbDojREQ4N0REO30uc3Q4MHtmaWxsOiNGOUNCRjY7fS5zdDgxe2ZpbGw6I0E4QTJGNDt9LnN0ODJ7ZmlsbDojODg4NUU4O30uc3Q4M3tmaWxsOiNDRkNDRjg7fS5zdDg0e2ZpbGw6I0JDQkNCQzt9LnN0ODV7ZmlsbDojQThBOEE4O30uc3Q4NntmaWxsOiNEQURBREE7fS5zdDg3e2ZpbGw6Izc3Q0NEQjt9LnN0ODh7ZmlsbDojQjRFM0VCO30uc3Q4OXtmaWxsOiNGRkI3QTQ7fS5zdDkwe2ZpbGw6I0Y2OUE3Qjt9LnN0OTF7ZmlsbDojRkZEN0NEO30uc3Q5MntmaWxsOiM3MUM4RjQ7fS5zdDkze2ZpbGw6IzhEQzk3Nzt9LnN0OTR7ZmlsbDojN0NBODUxO30uc3Q5NXtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO30uc3Q5NntmaWxsOm5vbmU7c3Ryb2tlOiM2QkIwRTU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDk3e2ZpbGw6IzAwOEZFNzt9LnN0OTh7ZmlsbDojQTdEREZGO30uc3Q5OXtmaWxsOiMyRUI5ODg7fS5zdDEwMHtmaWxsOiM5MkVDQ0E7fS5zdDEwMXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEwMntmaWxsOiNGRDY2MDA7fS5zdDEwM3tmaWxsOiNGRkNEQUE7fS5zdDEwNHtmaWxsOiNGRkNDQ0I7fS5zdDEwNXtmaWxsOiNGMTAzMDA7fS5zdDEwNntmaWxsOiNFQ0VDRUM7fS5zdDEwN3tmaWxsOiNGMjlDMUY7fS5zdDEwOHtmaWxsOiNGRkVGQ0M7fS5zdDEwOXtmaWxsOiNEQ0RDRkY7fS5zdDExMHtmaWxsOiNENkQ2RDY7fS5zdDExMXtmaWxsOiNFOUZGQjg7fS5zdDExMntmaWxsOiNDNUVGRkY7fS5zdDExM3tmaWxsOiNDQUZGRTE7fS5zdDExNHtmaWxsOiNGRkNEQUI7fS5zdDExNXtmaWxsOiM4MjNBOUI7fS5zdDExNntmaWxsOiNFQ0JERkY7fS5zdDExN3tmaWxsOiNBRkVGRUQ7fS5zdDExOHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMTl7ZmlsbDojOEY4RjhGO30uc3QxMjB7b3BhY2l0eTowLjQ1O30uc3QxMjF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjJ7ZmlsbDojOTFENUZGO30uc3QxMjN7ZmlsbDojMjY5RkU5O30uc3QxMjR7ZmlsbDojOTQ5NDk0O30uc3QxMjV7ZmlsbDojRjVCQjlFO30uc3QxMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30uc3QxMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzZfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOF8pO30uc3QxMzB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwXyk7ZmlsbDojRkZFMkUyO30uc3QxMzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTRfKTt9LnN0MTMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Xyk7ZmlsbDojMzAzMDMwO30uc3QxMzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMThfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMF8pO30uc3QxMzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjJfKTtmaWxsOiNGRkZGRkY7fS5zdDEzNntvcGFjaXR5OjAuNDI7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTt9LnN0MTM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2Xyk7fS5zdDEzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwXyk7ZmlsbDpub25lO3N0cm9rZTojNjE2MTYxO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyXyk7fS5zdDE0MntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Xyk7fS5zdDE0NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyXyk7fS5zdDE0NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF80NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Xyk7fS5zdDE0OHtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDE0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MF8pO30uc3QxNTB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyXyk7ZmlsbDojRkZGRkZGO30uc3QxNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTRfKTt9LnN0MTUye29wYWNpdHk6MC4xODtjbGlwLXBhdGg6dXJsKCNTVkdJRF81Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4Xyk7fS5zdDE1NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyXyk7fS5zdDE1NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Xyk7fS5zdDE1OHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcwXyk7fS5zdDE2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83Ml8pO30uc3QxNjF7b3BhY2l0eTowLjE7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzRfKTtmaWxsOiNGRkZGRkY7fS5zdDE2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83Nl8pO30uc3QxNjN7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzhfKTtmaWxsOiNGRkZGRkY7fS5zdDE2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84Ml8pO30uc3QxNjV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODZfKTt9LnN0MTY3e29wYWNpdHk6MC43O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTJfKTt9LnN0MTY5e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2Xyk7fS5zdDE3MXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF85OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMl8pO30uc3QxNzN7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNl8pO30uc3QxNzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyXyk7fS5zdDE3N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2Xyk7fS5zdDE3OXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMThfKTtmaWxsOiNGRkZGRkY7fS5zdDE4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjJfKTt9LnN0MTgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNF8pO2ZpbGw6I0UwRERERDt9LnN0MTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNl8pO30uc3QxODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4Xyk7ZmlsbDojRTBEREREO30uc3QxODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwXyk7fS5zdDE4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzJfKTtmaWxsOiNFMEREREQ7fS5zdDE4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzRfKTt9LnN0MTg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNl8pO2ZpbGw6I0UwRERERDt9LnN0MTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOF8pO30uc3QxODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwXyk7ZmlsbDojRTBEREREO30uc3QxOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyXyk7fS5zdDE5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDRfKTtmaWxsOiNFMEREREQ7fS5zdDE5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDZfKTt9LnN0MTkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OF8pO2ZpbGw6I0UwRERERDt9LnN0MTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MF8pO30uc3QxOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyXyk7ZmlsbDojRTBEREREO30uc3QxOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Xyk7fS5zdDE5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTZfKTtmaWxsOiMyMTIxMjE7fS5zdDE5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNThfKTt9LnN0MTk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzYxNjE2MTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Ml8pO30uc3QyMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY0Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4Xyk7fS5zdDIwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzBfKTtmaWxsOiNGRkZGRkY7fS5zdDIwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzJfKTt9LnN0MjA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3Nl8pO30uc3QyMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwXyk7fS5zdDIwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODJfKTtmaWxsOiNGRkZGRkY7fS5zdDIxMHtvcGFjaXR5OjAuMjQ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4Nl8pO30uc3QyMTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwXyk7fS5zdDIxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTJfKTtmaWxsOiMzMDMwMzA7fS5zdDIxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTRfKTt9LnN0MjE2e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTZfKTtmaWxsOiNEOEQ4RDg7fS5zdDIxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOThfKTt9LnN0MjE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMl8pO30uc3QyMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA0Xyk7ZmlsbDojMzAzMDMwO30uc3QyMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA4Xyk7fS5zdDIyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjEyXyk7fS5zdDIyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTRfKTt9LnN0MjI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxNl8pO2ZpbGw6I0UwRERERDt9LnN0MjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxOF8pO30uc3QyMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjIwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIyMl8pO30uc3QyMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjI0Xyk7fS5zdDIzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjZfKTtmaWxsOiNFMEREREQ7fS5zdDIzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjhfKTt9LnN0MjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzMF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDIzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMzJfKTt9LnN0MjM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzNF8pO30uc3QyMzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM2Xyk7ZmlsbDojRTBEREREO30uc3QyMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM4Xyk7fS5zdDIzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjQyXyk7fS5zdDIzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDRfKTt9LnN0MjQwe29wYWNpdHk6MC44MjI4O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0OF8pO30uc3QyNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjUwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI1Ml8pO30uc3QyNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjU0Xyk7fS5zdDI0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNTZfKTtmaWxsOiNFMEREREQ7fS5zdDI0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNThfKTt9LnN0MjQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNjJfKTt9LnN0MjQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2NF8pO30uc3QyNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY2Xyk7ZmlsbDojRTBEREREO30uc3QyNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY4Xyk7fS5zdDI1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyNTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjcyXyk7fS5zdDI1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzRfKTt9LnN0MjU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3Nl8pO2ZpbGw6I0UwRERERDt9LnN0MjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3OF8pO30uc3QyNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjgwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI4Ml8pO30uc3QyNTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjg0Xyk7fS5zdDI2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODZfKTtmaWxsOiNFMEREREQ7fS5zdDI2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODhfKTt9LnN0MjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOTJfKTt9LnN0MjY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5NF8pO30uc3QyNjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk2Xyk7ZmlsbDojRTBEREREO30uc3QyNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk4Xyk7fS5zdDI2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDBfKTtmaWxsOiNGRjg2MkM7fS5zdDI2OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDJfKTt9LnN0MjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNl8pO30uc3QyNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzA4Xyk7ZmlsbDojRkZGRkZGO30uc3QyNzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzEwXyk7fS5zdDI3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTJfKTtmaWxsOiNGRkZGRkY7fS5zdDI3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTRfKTt9LnN0Mjc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxNl8pO2ZpbGw6I0ZGQ0RBQjt9LnN0Mjc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxOF8pO30uc3QyNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIwXyk7ZmlsbDojRkY4NjJDO30uc3QyNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIyXyk7fS5zdDI3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjRfKTtmaWxsOiNGRkZGRkY7fS5zdDI4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjZfKTt9LnN0Mjgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMzMF8pO30uc3QyODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzMyXyk7ZmlsbDojRkZGRkZGO30uc3QyODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzM0Xyk7fS5zdDI4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzZfKTtmaWxsOiNGRkNEQUI7fS5zdDI4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzhfKTt9LnN0Mjg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0MF8pO2ZpbGw6I0ZGODYyQzt9LnN0Mjg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0Ml8pO30uc3QyODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QyOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ2Xyk7fS5zdDI5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDI5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNTBfKTt9LnN0Mjkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1NF8pO30uc3QyOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU2Xyk7ZmlsbDojRkZDREFCO30uc3QyOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU4Xyk7fS5zdDI5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjBfKTtmaWxsOiM0QjQ4NEM7fS5zdDI5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjJfKTt9LnN0Mjk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Nl8pO30uc3QzMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzY4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzcwXyk7fS5zdDMwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzJfKTtmaWxsOiNGRkZGRkY7fS5zdDMwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzRfKTt9LnN0MzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3Nl8pO2ZpbGw6I0Q2RDZENjt9LnN0MzA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3OF8pO30uc3QzMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgwXyk7ZmlsbDojMkVCOTg4O30uc3QzMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgyXyk7fS5zdDMwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODRfKTtmaWxsOiM5MkVDQ0E7fS5zdDMxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODZfKTt9LnN0MzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM4OF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDMxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOTBfKTt9LnN0MzEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM5Ml8pO30uc3QzMTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk0Xyk7ZmlsbDojRkZGRkZGO30uc3QzMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk2Xyk7fS5zdDMxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOThfKTtmaWxsOiNGRkZGRkY7fS5zdDMxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MDBfKTt9LnN0MzE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwNF8pO30uc3QzMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA2Xyk7ZmlsbDojRkY4NjJDO30uc3QzMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA4Xyk7fS5zdDMyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDMyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTJfKTt9LnN0MzI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNl8pO30uc3QzMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDE4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDIwXyk7fS5zdDMyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjJfKTtmaWxsOiNBQUFBQUE7fS5zdDMyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjRfKTt9LnN0MzMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyNl8pO2ZpbGw6I0VDRUNFQzt9LnN0MzMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyOF8pO30uc3QzMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDMwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MzMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQzMl8pO30uc3QzMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDM0Xyk7fS5zdDMzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzZfKTtmaWxsOiNGRkZGRkY7fS5zdDMzNntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzhfKTt9LnN0MzM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0Ml8pO30uc3QzMzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ2Xyk7fS5zdDM0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NDhfKTtmaWxsOiMwMDkwRDg7fS5zdDM0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF80NTBfKTt9LnN0MzQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1NF8pO30uc3QzNDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU4Xyk7fS5zdDM0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjBfKTtmaWxsOiNGRkZGRkY7fS5zdDM0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjJfKTt9LnN0MzQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2NF8pO2ZpbGw6I0M1RUZGRjt9LnN0MzUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Nl8pO30uc3QzNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDY4Xyk7ZmlsbDojMjI3OTRBO30uc3QzNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDcwXyk7fS5zdDM1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzJfKTtmaWxsOiNGRkZGRkY7fS5zdDM1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzRfKTt9LnN0MzU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3OF8pO30uc3QzNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgwXyk7ZmlsbDojRkZGRkZGO30uc3QzNTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgyXyk7fS5zdDM1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODRfKTtmaWxsOiNDQUZGRTE7fS5zdDM2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODZfKTt9LnN0MzYxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ4OF8pO2ZpbGw6I0YyOUMxRjt9LnN0MzYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ5MF8pO30uc3QzNjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDkyXyk7ZmlsbDojRkZFRkNDO30uc3QzNjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk0Xyk7fS5zdDM2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80OTZfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QzNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk4Xyk7fS5zdDM2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MDBfKTt9LnN0MzY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwNF8pO30uc3QzNzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA4Xyk7fS5zdDM3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDM3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTJfKTt9LnN0Mzc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNl8pO30uc3QzNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTE4Xyk7ZmlsbDojRjEwMzAwO30uc3QzNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTIwXyk7fS5zdDM3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjJfKTtmaWxsOiNGRkNDQ0I7fS5zdDM3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjRfKTt9LnN0Mzgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyOF8pO30uc3QzODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMwXyk7ZmlsbDojRkZGRkZGO30uc3QzODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMyXyk7fS5zdDM4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzRfKTtmaWxsOiMwMDhGRTc7fS5zdDM4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzZfKTt9LnN0Mzg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUzOF8pO2ZpbGw6I0E3RERGRjt9LnN0Mzg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0MF8pO30uc3QzODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQyXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0Mzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0NF8pO30uc3QzOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQ2Xyk7fS5zdDM5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NDhfKTtmaWxsOiNGRkZGRkY7fS5zdDM5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81NTBfKTt9LnN0Mzkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1NF8pO30uc3QzOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU4Xyk7fS5zdDM5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjBfKTtmaWxsOiMzMDMwMzA7fS5zdDM5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjRfKTt9LnN0Mzk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2Nl8pO2ZpbGw6IzI4MjcyNzt9LnN0NDAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2OF8pO30uc3Q0MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcwXyk7ZmlsbDpub25lO3N0cm9rZTojNDE0MDQwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcyXyk7fS5zdDQwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzRfKTtmaWxsOiNEQURBREE7fS5zdDQwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzZfKTt9LnN0NDA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU3OF8pO2ZpbGw6I0RBREFEQTt9LnN0NDA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4MF8pO30uc3Q0MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTgyXyk7ZmlsbDojREFEQURBO30uc3Q0MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTg2Xyk7fS5zdDQwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81ODhfKTtmaWxsOiNEQURBREE7fS5zdDQxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81OTJfKTt9LnN0NDExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5OF8pO30uc3Q0MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjAwXyk7ZmlsbDojREFEQURBO30uc3Q0MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjA0Xyk7fS5zdDQxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MDZfKTtmaWxsOiNEQURBREE7fS5zdDQxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MTBfKTt9LnN0NDE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxMl8pO2ZpbGw6I0RBREFEQTt9LnN0NDE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxNl8pO30uc3Q0MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjE4Xyk7ZmlsbDojMjAxRjFGO30uc3Q0MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjIwXyk7fS5zdDQyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjJfKTtmaWxsOm5vbmU7c3Ryb2tlOiM0MTQwNDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjRfKTt9LnN0NDIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyNl8pO2ZpbGw6IzUxNEY0Rjt9LnN0NDI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyOF8pO30uc3Q0MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMwXyk7ZmlsbDojREFEQURBO30uc3Q0MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMyXyk7fS5zdDQyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzRfKTtmaWxsOiNEQURBREE7fS5zdDQyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzZfKTt9LnN0NDI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYzOF8pO2ZpbGw6I0RBREFEQTt9LnN0NDMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY0MF8pO30uc3Q0MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQyXyk7ZmlsbDojRkZGRkZGO30uc3Q0MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQ0Xyk7fS5zdDQzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDZfKTtmaWxsOiNEQURBREE7fS5zdDQzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDhfKTt9LnN0NDM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1MF8pO2ZpbGw6I0RBREFEQTt9LnN0NDM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1Ml8pO30uc3Q0Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU0Xyk7ZmlsbDojREFEQURBO30uc3Q0Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU2Xyk7fS5zdDQzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NThfKTtmaWxsOiNEQURBREE7fS5zdDQ0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NjBfKTt9LnN0NDQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Ml8pO2ZpbGw6I0RBREFEQTt9LnN0NDQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Nl8pO30uc3Q0NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjY4Xyk7ZmlsbDojNDE0MDQwO30uc3Q0NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjcwXyk7fS5zdDQ0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzJfKTtmaWxsOiMyMDFGMUY7fS5zdDQ0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzRfKTt9LnN0NDQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzQxNDA0MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3OF8pO30uc3Q0NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgwXyk7ZmlsbDojMjAxRjFGO30uc3Q0NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgyXyk7fS5zdDQ1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM5QTlBOUE7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODhfKTt9LnN0NDUze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTBfKTtmaWxsOiNEOEQ4RDg7fS5zdDQ1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTJfKTt9LnN0NDU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5Nl8pO30uc3Q0NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjk4Xyk7ZmlsbDojREFEQURBO30uc3Q0NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzAwXyk7fS5zdDQ1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDJfKTtmaWxsOiNEQURBREE7fS5zdDQ2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDZfKTt9LnN0NDYxe29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDhfKTtmaWxsOiNGRjg0ODQ7fS5zdDQ2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MTRfKTt9LnN0NDYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcxOF8pO30uc3Q0NjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzIyXyk7fS5zdDQ2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MzBfKTt9LnN0NDY3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzczNF8pO30uc3Q0Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzM4Xyk7fS5zdDQ2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDZfKTt9LnN0NDcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc1MF8pO30uc3Q0NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzU0Xyk7fS5zdDQ3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83NTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NThfKTt9LnN0NDc1e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjBfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjRfKTt9LnN0NDc3e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjZfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NzBfKTt9LnN0NDc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NDgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3NF8pO30uc3Q0ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc4Xyk7fS5zdDQ4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODBfKTtmaWxsOiM5NDk0OTQ7fS5zdDQ4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODJfKTt9LnN0NDg1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4NF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NDg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4Nl8pO30uc3Q0ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzg4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzkwXyk7fS5zdDQ4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTJfKTtmaWxsOiNDNUM1QzU7fS5zdDQ5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTRfKTt9LnN0NDkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NDkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5OF8pO30uc3Q0OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODAwXyk7ZmlsbDojOTQ5NDk0O30uc3Q0OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA0Xyk7fS5zdDQ5NXtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA2Xyk7ZmlsbDojRURGRjhGO30uc3Q0OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEwXyk7fS5zdDQ5N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEyXyk7ZmlsbDojRkZCMUIxO30uc3Q0OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODE2Xyk7fS5zdDQ5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MThfKTtmaWxsOiNGRkZGRkY7fS5zdDUwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MjBfKTt9LnN0NTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyNF8pO30uc3Q1MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI4Xyk7fS5zdDUwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzBfKTtmaWxsOiM5NDk0OTQ7fS5zdDUwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzJfKTt9LnN0NTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNl8pO30uc3Q1MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODM4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODQwXyk7fS5zdDUxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDJfKTtmaWxsOiNDNUM1QzU7fS5zdDUxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDRfKTt9LnN0NTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Nl8pO2ZpbGw6IzZFQUZERjt9LnN0NTE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0OF8pO30uc3Q1MTV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1MF8pO2ZpbGw6I0ZGODQ4NDt9LnN0NTE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1NF8pO30uc3Q1MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU2Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU4Xyk7fS5zdDUxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjBfKTtmaWxsOiNGMUVERUQ7fS5zdDUyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjJfKTt9LnN0NTIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2NF8pO2ZpbGw6I0RBRDhEODt9LnN0NTIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2Nl8pO30uc3Q1MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODY4Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODcwXyk7fS5zdDUyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzJfKTtmaWxsOiNCREJDQkM7fS5zdDUyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzRfKTt9LnN0NTI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3OF8pO30uc3Q1Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgwXyk7ZmlsbDojRUFFQUVBO30uc3Q1MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgyXyk7fS5zdDUzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODRfKTtmaWxsOiNCREJDQkM7fS5zdDUzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODZfKTt9LnN0NTMze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODhfKTtmaWxsOiNERUVDRjk7fS5zdDUzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84OTJfKTt9LnN0NTM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5Nl8pO30uc3Q1Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODk4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTAwXyk7fS5zdDUzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDJfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDRfKTt9LnN0NTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwNl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwOF8pO30uc3Q1NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEwXyk7ZmlsbDojQzVDNUM1O30uc3Q1NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEyXyk7fS5zdDU0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTRfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTZfKTt9LnN0NTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkxOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkyMl8pO30uc3Q1NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q1NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI2Xyk7fS5zdDU1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MjhfKTtmaWxsOiM5NDk0OTQ7fS5zdDU1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MzBfKTt9LnN0NTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzNF8pO30uc3Q1NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM4Xyk7fS5zdDU1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDBfKTtmaWxsOiNDNUM1QzU7fS5zdDU1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDJfKTt9LnN0NTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0NF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTYwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0Nl8pO30uc3Q1NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTQ4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTUwXyk7fS5zdDU2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTJfKTtmaWxsOiNDNUM1QzU7fS5zdDU2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTRfKTt9LnN0NTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTY2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1OF8pO30uc3Q1Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYwXyk7ZmlsbDojQzVDNUM1O30uc3Q1Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYyXyk7fS5zdDU2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjRfKTtmaWxsOiNDNUM1QzU7fS5zdDU3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjZfKTt9LnN0NTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk3MF8pO30uc3Q1NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTcyXyk7ZmlsbDojQzVDNUM1O30uc3Q1NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTc0Xyk7fS5zdDU3NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzZfKTtmaWxsOiNDNUM1QzU7fS5zdDU3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzhfKTt9LnN0NTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTc4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4Ml8pO30uc3Q1Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg0Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg2Xyk7fS5zdDU4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85ODhfKTtmaWxsOiNDNUM1QzU7fS5zdDU4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85OTBfKTt9LnN0NTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5Ml8pO2ZpbGw6I0M1QzVDNTt9LnN0NTg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5NF8pO30uc3Q1ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk4Xyk7fS5zdDU4N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDAwXyk7ZmlsbDojQzVDNUM1O30uc3Q1ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwMl8pO30uc3Q1ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwNF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDZfKTt9LnN0NTkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDhfKTtmaWxsOiMyQzdBNEY7fS5zdDU5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEwXyk7fS5zdDU5M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEyXyk7ZmlsbDojRkVGRUZFO30uc3Q1OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNF8pO30uc3Q1OTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTk2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMThfKTt9LnN0NTk3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMjBfKTtmaWxsOiNGMUVERUQ7fS5zdDU5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDIyXyk7fS5zdDU5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDI0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyNl8pO30uc3Q2MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyOF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzBfKTt9LnN0NjAze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzJfKTtmaWxsOiNGMUVERUQ7fS5zdDYwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM0Xyk7fS5zdDYwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAzOF8pO30uc3Q2MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA0MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDJfKTt9LnN0NjA5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDRfKTtmaWxsOiNGMUVERUQ7fS5zdDYxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ2Xyk7fS5zdDYxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1MF8pO30uc3Q2MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0NjE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTRfKTt9LnN0NjE1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTZfKTtmaWxsOiNGMUVERUQ7fS5zdDYxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDU4Xyk7fS5zdDYxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDYwXyk7ZmlsbDojREFEOEQ4O30uc3Q2MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2Ml8pO30uc3Q2MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2NF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjIwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjZfKTt9LnN0NjIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjhfKTtmaWxsOiNGMUVERUQ7fS5zdDYyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcwXyk7fS5zdDYyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcyXyk7ZmlsbDojREFEOEQ4O30uc3Q2MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3NF8pO30uc3Q2MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNzhfKTt9LnN0NjI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwODBfKTtmaWxsOiNGMUVERUQ7fS5zdDYyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDgyXyk7fS5zdDYyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDg0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Nl8pO30uc3Q2MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTBfKTt9LnN0NjMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTJfKTtmaWxsOiNGMUVERUQ7fS5zdDYzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk0Xyk7fS5zdDYzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA5OF8pO30uc3Q2Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEwMF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDJfKTt9LnN0NjM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDRfKTtmaWxsOiNGMUVERUQ7fS5zdDY0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA2Xyk7fS5zdDY0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMF8pO30uc3Q2NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTRfKTt9LnN0NjQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTZfKTtmaWxsOiNGMUVERUQ7fS5zdDY0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTE4Xyk7fS5zdDY0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTIwXyk7ZmlsbDojREFEOEQ4O30uc3Q2NDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyMl8pO30uc3Q2NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyNF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjZfKTt9LnN0NjUxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjhfKTtmaWxsOiNGMUVERUQ7fS5zdDY1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMwXyk7fS5zdDY1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMyXyk7ZmlsbDojREFEOEQ4O30uc3Q2NTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNF8pO30uc3Q2NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMzhfKTt9LnN0NjU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNDBfKTtmaWxsOiNGMUVERUQ7fS5zdDY1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQyXyk7fS5zdDY1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQ0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Nl8pO30uc3Q2NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTBfKTt9LnN0NjYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTJfKTtmaWxsOiNGMUVERUQ7fS5zdDY2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU0Xyk7fS5zdDY2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE1OF8pO30uc3Q2Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjJfKTt9LnN0NjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjRfKTtmaWxsOiNGMUVERUQ7fS5zdDY3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY2Xyk7fS5zdDY3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3MF8pO30uc3Q2NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0Njc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzRfKTt9LnN0Njc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzZfKTtmaWxsOiNGMUVERUQ7fS5zdDY3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTc4Xyk7fS5zdDY3N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTgwXyk7ZmlsbDojREFEOEQ4O30uc3Q2Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4Ml8pO30uc3Q2Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4NF8pO2ZpbGw6I0JEQkNCQzt9LnN0Njgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODZfKTt9LnN0Njgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODhfKTtmaWxsOiNGMUVERUQ7fS5zdDY4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkwXyk7fS5zdDY4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkyXyk7ZmlsbDojREFEOEQ4O30uc3Q2ODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5NF8pO30uc3Q2ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Njg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExOThfKTt9LnN0Njg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMDBfKTtmaWxsOiM5NDk0OTQ7fS5zdDY4OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjAyXyk7fS5zdDY4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjA0Xyk7ZmlsbDojOTQ5NDk0O30uc3Q2OTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwNl8pO30uc3Q2OTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0Njkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTBfKTt9LnN0Njkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDY5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE0Xyk7fS5zdDY5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE2Xyk7ZmlsbDojQzVDNUM1O30uc3Q2OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIxOF8pO30uc3Q2OTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIyMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Njk4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjJfKTt9LnN0Njk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjRfKTtmaWxsOiM5NDk0OTQ7fS5zdDcwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI2Xyk7fS5zdDcwMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMF8pO30uc3Q3MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMl8pO2ZpbGw6Izk5OTk5OTt9LnN0NzA0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzRfKTt9LnN0NzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzZfKTtmaWxsOiNFQUVBRUE7fS5zdDcwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjM4Xyk7fS5zdDcwN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjQwXyk7ZmlsbDojNkJCMEU1O30uc3Q3MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0Ml8pO30uc3Q3MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0NF8pO2ZpbGw6Izk5OTk5OTt9LnN0NzEwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDZfKTt9LnN0NzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDhfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUwXyk7fS5zdDcxM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUyXyk7ZmlsbDojQzhDOEM4O30uc3Q3MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1NF8pO30uc3Q3MTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1Nl8pO2ZpbGw6I0M4QzhDODt9LnN0NzE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNThfKTt9LnN0NzE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjYyXyk7fS5zdDcxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjY0Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2Nl8pO30uc3Q3MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzBfKTt9LnN0NzIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzJfKTtmaWxsOiNDNUM1QzU7fS5zdDcyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc0Xyk7fS5zdDcyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc2Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI3OF8pO30uc3Q3Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODJfKTt9LnN0NzI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODRfKTtmaWxsOiNDNUM1QzU7fS5zdDczMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg2Xyk7fS5zdDczMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5MF8pO30uc3Q3MzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTRfKTt9LnN0NzM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTZfKTtmaWxsOiM5NDk0OTQ7fS5zdDczNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjk4Xyk7fS5zdDczN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzAwXyk7ZmlsbDojRkZGRkZGO30uc3Q3Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwMl8pO30uc3Q3Mzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NzQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDZfKTt9LnN0NzQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDhfKTtmaWxsOiNGRkZGRkY7fS5zdDc0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEwXyk7fS5zdDc0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEyXyk7ZmlsbDojQzhDOEM4O30uc3Q3NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNF8pO30uc3Q3NDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzQ2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMThfKTt9LnN0NzQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDc0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzIyXyk7fS5zdDc0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyNl8pO30uc3Q3NTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyOF8pO2ZpbGw6I0M4QzhDODt9LnN0NzUye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzBfKTt9LnN0NzUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzJfKTtmaWxsOiNGRkZGRkY7fS5zdDc1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM0Xyk7fS5zdDc1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM2Xyk7ZmlsbDojQzhDOEM4O30uc3Q3NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMzOF8pO30uc3Q3NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDJfKTt9LnN0NzU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDRfKTtmaWxsOiNDOEM4Qzg7fS5zdDc2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ2Xyk7fS5zdDc2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1MF8pO30uc3Q3NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1Ml8pO2ZpbGw6I0M4QzhDODt9LnN0NzY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTRfKTt9LnN0NzY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTZfKTtmaWxsOiNGRkZGRkY7fS5zdDc2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzU4Xyk7fS5zdDc2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzYwXyk7ZmlsbDojQzhDOEM4O30uc3Q3Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2Ml8pO30uc3Q3Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjZfKTt9LnN0Nzcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjhfKTtmaWxsOiNDOEM4Qzg7fS5zdDc3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcwXyk7fS5zdDc3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcyXyk7ZmlsbDojRkZGRkZGO30uc3Q3NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3NF8pO30uc3Q3NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3Nl8pO2ZpbGw6I0M4QzhDODt9LnN0Nzc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNzhfKTt9LnN0Nzc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzODBfKTtmaWxsOiNGRkZGRkY7fS5zdDc3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzgyXyk7fS5zdDc3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzg0Xyk7ZmlsbDojQzhDOEM4O30uc3Q3ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4Nl8pO30uc3Q3ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTBfKTt9LnN0Nzgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDc4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk0Xyk7fS5zdDc4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q3ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM5OF8pO30uc3Q3ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDJfKTt9LnN0Nzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDRfKTtmaWxsOiNDNUM1QzU7fS5zdDc5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA2Xyk7fS5zdDc5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMF8pO30uc3Q3OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMl8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTRfKTt9LnN0Nzk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTZfKTtmaWxsOiNDNUM1QzU7fS5zdDc5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDE4Xyk7fS5zdDc5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDIwXyk7ZmlsbDojMDI3OUQ3O30uc3Q3OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyMl8pO30uc3Q3OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyNF8pO2ZpbGw6IzZBQUZFNTt9LnN0ODAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjZfKTt9LnN0ODAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjhfKTtmaWxsOiM2QUFGRTU7fS5zdDgwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMwXyk7fS5zdDgwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMyXyk7ZmlsbDojQzVDNUM1O30uc3Q4MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNF8pO30uc3Q4MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNl8pO2ZpbGw6IzZBQUZFNTt9LnN0ODA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MzhfKTt9LnN0ODA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NDBfKTtmaWxsOiMwMDc4RDc7fS5zdDgwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQyXyk7fS5zdDgwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQ0Xyk7ZmlsbDojMzAzMDMwO30uc3Q4MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ0OF8pO30uc3Q4MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ1MF8pO2ZpbGw6IzFBMUExQTt9LnN0ODEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTJfKTt9LnN0ODEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM1MDUwNTA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU2Xyk7fS5zdDgxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2MF8pO30uc3Q4MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY2Xyk7fS5zdDgyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3MF8pO30uc3Q4MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NzRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc2Xyk7fS5zdDgyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4MF8pO30uc3Q4Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg2Xyk7fS5zdDgzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg4Xyk7ZmlsbDojMDA3MEYwO30uc3Q4MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5MF8pO30uc3Q4MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0ODMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTRfKTt9LnN0ODM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTZfKTtmaWxsOiM5MUQ1RkY7fS5zdDgzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDk4Xyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMF8pO30uc3Q4Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMl8pO2ZpbGw6IzM5MzkzOTt9LnN0ODM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDRfKTt9LnN0ODM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTA4Xyk7fS5zdDg0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTEwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUxMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTRfKTt9LnN0ODQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTE4Xyk7fS5zdDg0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTIwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjRfKTt9LnN0ODQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTI4Xyk7fS5zdDg1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTMwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUzMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzRfKTt9LnN0ODU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTM4Xyk7fS5zdDg1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDRfKTt9LnN0ODU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDZfKTtmaWxsOiM0ODQ4NDg7fS5zdDg2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQ4Xyk7fS5zdDg2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTUwXyk7ZmlsbDojMUExQTFBO30uc3Q4NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1Ml8pO30uc3Q4NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzQ4NDg0ODtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NTZfKTt9LnN0ODY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NThfKTtmaWxsOiMxQTFBMUE7fS5zdDg2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYwXyk7fS5zdDg2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYyXyk7ZmlsbDpub25lO3N0cm9rZTojNzY3Njc2O3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2Nl8pO30uc3Q4Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2OF8pO2ZpbGw6IzkxRDVGRjt9LnN0ODcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTcyXyk7fS5zdDg3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTc0Xyk7ZmlsbDojOTFENUZGO30uc3Q4NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzhfKTt9LnN0ODc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODBfKTtmaWxsOiM5MUQ1RkY7fS5zdDg3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTgyXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Nzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4NF8pO30uc3Q4Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4Nl8pO2ZpbGw6IzkxRDVGRjt9LnN0ODc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODhfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkwXyk7fS5zdDg4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkyXyk7ZmlsbDojOTFENUZGO30uc3Q4ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU5NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OTZfKTt9LnN0ODg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OThfKTtmaWxsOiM5MUQ1RkY7fS5zdDg4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjAwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwNF8pO30uc3Q4ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwOF8pO30uc3Q4ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxMl8pO30uc3Q4ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxNF8pO2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjBfKTt9LnN0ODkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjRfKTt9LnN0ODkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjhfKTt9LnN0ODkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjM2Xyk7fS5zdDg5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQwXyk7fS5zdDg5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ0Xyk7fS5zdDg5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ2Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1MF8pO30uc3Q4OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1Ml8pO2ZpbGw6I0ZGQjU3ODt9LnN0OTAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTRfKTt9LnN0OTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTZfKTtmaWxsOiNFRDlGNjQ7fS5zdDkwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjU4Xyk7fS5zdDkwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjYwXyk7ZmlsbDojRkZENkI1O30uc3Q5MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2Ml8pO30uc3Q5MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2NF8pO2ZpbGw6I0VEOUY2NDt9LnN0OTA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjZfKTt9LnN0OTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjhfKTtmaWxsOiNGRkZGRkY7fS5zdDkwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcwXyk7fS5zdDkwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcyXyk7ZmlsbDojRkZGRkZGO30uc3Q5MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3NF8pO30uc3Q5MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODBfKTt9LnN0OTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODJfKTtmaWxsOiNGRkI1Nzg7fS5zdDkxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg0Xyk7fS5zdDkxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg2Xyk7ZmlsbDojRUQ5RjY0O30uc3Q5MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4OF8pO30uc3Q5MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY5MF8pO2ZpbGw6I0ZGRDZCNTt9LnN0OTE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTJfKTt9LnN0OTE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTRfKTtmaWxsOiNFRDlGNjQ7fS5zdDkyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk2Xyk7fS5zdDkyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk4Xyk7ZmlsbDojRkZGRkZGO30uc3Q5MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMF8pO30uc3Q5MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDRfKTt9LnN0OTI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDZfKTtmaWxsOiNGRkZGRkY7fS5zdDkyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEwXyk7fS5zdDkyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEyXyk7ZmlsbDojQ0VDRUNFO30uc3Q5Mjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNF8pO30uc3Q5Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNl8pO2ZpbGw6I0I3QjdCNzt9LnN0OTMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MThfKTt9LnN0OTMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MjBfKTtmaWxsOiNFNEU0RTQ7fS5zdDkzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzIyXyk7fS5zdDkzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzI0Xyk7ZmlsbDojQjdCN0I3O30uc3Q5MzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyNl8pO30uc3Q5MzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzBfKTt9LnN0OTM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzJfKTtmaWxsOiNGRkZGRkY7fS5zdDkzOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM0Xyk7fS5zdDkzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5NDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0MF8pO30uc3Q5NDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0Ml8pO2ZpbGw6IzcxQzhGNDt9LnN0OTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDRfKTt9LnN0OTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDZfKTtmaWxsOiM2M0E3RDM7fS5zdDk0NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzQ4Xyk7fS5zdDk0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzUwXyk7ZmlsbDojQzFFN0ZGO30uc3Q5NDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1Ml8pO30uc3Q5NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1NF8pO2ZpbGw6IzYzQTdEMzt9LnN0OTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NTZfKTt9LnN0OTQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NThfKTtmaWxsOiNGRkZGRkY7fS5zdDk1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYwXyk7fS5zdDk1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYyXyk7ZmlsbDojRkZGRkZGO30uc3Q5NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2NF8pO30uc3Q5NTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzBfKTt9LnN0OTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzJfKTtmaWxsOiM4REM5Nzc7fS5zdDk1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc0Xyk7fS5zdDk1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc2Xyk7ZmlsbDojN0NBODUxO30uc3Q5NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc3OF8pO30uc3Q5NTl7b3BhY2l0eTowLjQ1O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3ODBfKTtmaWxsOiNGRkZGRkY7fS5zdDk2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzgyXyk7fS5zdDk2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzg0Xyk7ZmlsbDojN0NBODUxO30uc3Q5NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Nl8pO30uc3Q5NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTBfKTt9LnN0OTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTJfKTtmaWxsOiNGRkZGRkY7fS5zdDk2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk0Xyk7fS5zdDk2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMF8pO30uc3Q5Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMl8pO2ZpbGw6I0RCQjY2Mzt9LnN0OTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDRfKTt9LnN0OTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDZfKTtmaWxsOiNDRUExNTE7fS5zdDk3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODA4Xyk7fS5zdDk3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODEwXyk7ZmlsbDojRUJEN0E5O30uc3Q5NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxMl8pO30uc3Q5NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxNF8pO2ZpbGw6I0NFQTE1MTt9LnN0OTc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MTZfKTt9LnN0OTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MThfKTtmaWxsOiNGRkZGRkY7fS5zdDk3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIwXyk7fS5zdDk3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIyXyk7ZmlsbDojRkZGRkZGO30uc3Q5ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNF8pO30uc3Q5ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MjhfKTt9LnN0OTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MzBfKTtmaWxsOiNGRkZGRkY7fS5zdDk4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM0Xyk7fS5zdDk4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM2Xyk7ZmlsbDojODNENkI5O30uc3Q5ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgzOF8pO30uc3Q5ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0MF8pO2ZpbGw6IzQ2QzY4Qzt9LnN0OTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDJfKTt9LnN0OTg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDRfKTtmaWxsOiNCQkU4RDg7fS5zdDk5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ2Xyk7fS5zdDk5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ4Xyk7ZmlsbDojNDZDNjhDO30uc3Q5OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1MF8pO30uc3Q5OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTRfKTt9LnN0OTk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTZfKTtmaWxsOiNGRkZGRkY7fS5zdDk5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODU4Xyk7fS5zdDk5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODYwXyk7ZmlsbDojRkZGRkZGO30uc3Q5OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2NF8pO30uc3Q5OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODY4Xyk7fS5zdDEwMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODcyXyk7fS5zdDEwMDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODc2Xyk7fS5zdDEwMDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3OF8pO2ZpbGw6IzEzMTMxMzt9LnN0MTAwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODgwXyk7fS5zdDEwMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzUwNTA1MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg0Xyk7fS5zdDEwMDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg4Xyk7fS5zdDEwMTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODkyXyk7fS5zdDEwMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODk4Xyk7fS5zdDEwMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwMF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTA0Xyk7fS5zdDEwMTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwNl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTEwXyk7fS5zdDEwMTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTE2Xyk7fS5zdDEwMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxOF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTIwXyk7fS5zdDEwMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI0Xyk7ZmlsbDpub25lO3N0cm9rZTojNTA1MDUwO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI2Xyk7fS5zdDEwMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyOF8pO2ZpbGw6IzM5MzkzOTt9LnN0MTAyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTMyXyk7fS5zdDEwMjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzNF8pO2ZpbGw6I0JDQkNCQzt9LnN0MTAyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTM2Xyk7fS5zdDEwMzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzOF8pO2ZpbGw6I0E4QThBODt9LnN0MTAzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQwXyk7fS5zdDEwMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Ml8pO2ZpbGw6I0RBREFEQTt9LnN0MTAzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ0Xyk7fS5zdDEwMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Nl8pO2ZpbGw6I0E4QThBODt9LnN0MTAzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ4Xyk7fS5zdDEwMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTUyXyk7fS5zdDEwMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTU2Xyk7fS5zdDEwNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTA0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTYwXyk7fS5zdDEwNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Ml8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY0Xyk7fS5zdDEwNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Nl8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY4Xyk7fS5zdDEwNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3MF8pO2ZpbGw6IzAwNzBGMDt9LnN0MTA0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc0Xyk7fS5zdDEwNDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3Nl8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc4Xyk7fS5zdDEwNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4MF8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTgyXyk7fS5zdDEwNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTA1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTg2Xyk7fS5zdDEwNTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4OF8pO2ZpbGw6I0ZGRTc5Mjt9LnN0MTA1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTkwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMDU2e2ZpbGw6I0ZCRDEzRjt9LnN0MTA1N3tmaWxsOiNFMkI3MzA7fS5zdDEwNTh7ZmlsbDojRkZFNzkyO30uc3QxMDU5e2ZpbGw6IzVCQzFGRjt9LnN0MTA2MHtmaWxsOiNFMEREREQ7fS5zdDEwNjF7ZmlsbDojNkQ2RDZEO30uc3QxMDYye2ZpbGw6IzJDOTZEMTt9LnN0MTA2M3tmaWxsOiMxMjlCRTA7fS5zdDEwNjR7ZmlsbDojQTNBM0EzO30uc3QxMDY1e2ZpbGw6I0Q2QTUxRDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QxMDYyIiBkPSJNMjkuOSwxOEgyOHYtMy40YzAtMC45LTAuNy0xLjYtMS42LTEuNmgtMy44Yy0wLjksMC0xLjYsMC43LTEuNiwxLjZWMThoLTEuOWMtMC42LDAtMS4xLDAuNS0xLjEsMS4xdjcuOWMwLDAuNiwwLjUsMS4xLDEuMSwxLjFoMTAuOWMwLjYsMCwxLjEtMC41LDEuMS0xLjF2LTcuOUMzMSwxOC41LDMwLjUsMTgsMjkuOSwxOHogTTIyLjUsMTRoMy45YzAuMywwLDAuNSwwLjIsMC41LDAuNVYxOGgtNXYtMy41QzIyLDE0LjIsMjIuMiwxNCwyMi41LDE0eiIvPjxyZWN0IHg9IjIzIiB5PSIxNSIgY2xhc3M9InN0NTAiIHdpZHRoPSIzIiBoZWlnaHQ9IjIiLz48Zz48cGF0aCBjbGFzcz0ic3Q1MCIgZD0iTTE3LDI2Ljl2LTcuOWMwLTEuMSwwLjktMi4xLDIuMS0yLjFIMjB2LTIuNGMwLTEuNCwxLjItMi42LDIuNi0yLjZoMy44YzEuNCwwLDIuNiwxLjIsMi42LDIuNlYxN2gwLjljMC42LDAsMS4yLDAuMywxLjYsMC43VjkuNmMwLTEuMS0wLjktMi0yLTJIMTYuM2wtMy41LTMuMUgyLjVjLTEuMSwwLTIsMC45LTIsMnYxOWMwLDEuMSwwLjksMiwyLDJoMTQuNkMxNywyNy4zLDE3LDI3LjEsMTcsMjYuOXoiLz48cmVjdCB4PSIyMyIgeT0iMTUiIGNsYXNzPSJzdDUwIiB3aWR0aD0iMyIgaGVpZ2h0PSIyIi8+PC9nPjxwYXRoIGNsYXNzPSJzdDUxIiBkPSJNMjkuNSw3LjFoLTEzTDEzLjEsNEgyLjVDMS4xLDQsMCw1LjEsMCw2LjV2MTlDMCwyNi45LDEuMSwyOCwyLjUsMjhoMTQuOGMtMC4yLTAuMy0wLjMtMC42LTAuMy0xSDIuNUMxLjcsMjcsMSwyNi4zLDEsMjUuNXYtMTlDMSw1LjcsMS43LDUsMi41LDVoMTAuMmwzLjUsMy4xaDEzLjNjMC44LDAsMS41LDAuNywxLjUsMS41djcuN2MwLjYsMC40LDEsMSwxLDEuOFY5LjZDMzIsOC4zLDMwLjksNy4xLDI5LjUsNy4xeiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-address .e-address-list-item .e-icons::before { + content: '\e608'; +} + +.e-filemanager .e-fe-open::before, +.e-fe-popup .e-fe-open::before { + content: '\e609'; +} + +.e-filemanager .e-fe-cut::before, +.e-fe-popup .e-fe-cut::before { + content: '\e604'; +} + +.e-filemanager .e-fe-copy::before, +.e-fe-popup .e-fe-copy::before { + content: '\e60d'; +} + +.e-filemanager .e-fe-paste::before, +.e-fe-popup .e-fe-paste::before { + content: '\e601'; +} + +.e-filemanager .e-fe-delete::before, +.e-fe-popup .e-fe-delete::before { + content: '\e602'; +} + +.e-filemanager .e-fe-rename::before, +.e-fe-popup .e-fe-rename::before { + content: '\e60c'; +} + +.e-filemanager .e-fe-newfolder::before, +.e-fe-popup .e-fe-newfolder::before { + content: '\e60b'; +} + +.e-filemanager .e-fe-refresh::before, +.e-fe-popup .e-fe-refresh::before { + content: '\e606'; +} + +.e-filemanager .e-fe-upload::before, +.e-fe-popup .e-fe-upload::before { + content: '\e60f'; +} + +.e-filemanager .e-fe-download::before, +.e-fe-popup .e-fe-download::before { + content: '\e603'; +} + +.e-filemanager .e-fe-grid::before, +.e-fe-popup .e-fe-grid::before { + content: '\e605'; +} + +.e-filemanager .e-fe-large::before, +.e-fe-popup .e-fe-large::before { + content: '\e600'; +} + +.e-filemanager .e-fe-select::before, +.e-fe-popup .e-fe-select::before { + content: '\e611'; +} + +.e-filemanager .e-fe-details::before, +.e-fe-popup .e-fe-details::before { + content: '\e607'; +} + +.e-filemanager .e-fe-sort::before, +.e-fe-popup .e-fe-sort::before { + content: '\e612'; +} + +.e-filemanager .e-fe-search::before, +.e-fe-popup .e-fe-search::before { + content: '\e60e'; +} + +.e-filemanager .e-fe-clear::before, +.e-fe-popup .e-fe-clear::before { + content: '\e60a'; +} + +.e-filemanager .e-fe-breadcrumb::before, +.e-fe-popup .e-fe-breadcrumb::before { + content: '\e615'; +} + +.e-filemanager .e-fe-drop-in::before, +.e-fe-popup .e-fe-drop-in::before { + content: '\e22c'; +} + +.e-filemanager .e-fe-drop-out::before, +.e-fe-popup .e-fe-drop-out::before { + content: '\e22d'; +} + +.e-filemanager .e-fe-no-drop::before, +.e-fe-popup .e-fe-no-drop::before { + content: '\e22a'; +} + +.e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before, +.e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before { + content: '\e613'; +} + +.e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before, +.e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before { + content: '\e613'; +} + +.e-filemanager.e-fe-m-filter .e-fe-search::before, +.e-fe-popup.e-fe-m-filter .e-fe-search::before { + content: '\e610'; +} + +.e-fe-popup .e-fe-dot::before { + content: '\e614'; +} + +.e-fe-popup .e-fe-tick::before { + content: '\e614'; +} + +ejs-filemanager { + display: block; +} + +.e-filemanager { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + position: relative; +} + +.e-filemanager .e-blur { + opacity: .5; +} + +.e-filemanager .e-display-none { + display: none; +} + +.e-filemanager.e-fe-drop, +.e-filemanager.e-fe-drop .e-treeview .e-text-content, +.e-filemanager.e-fe-drop .e-treeview .e-fullrow, +.e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text, +.e-filemanager.e-fe-drop .e-grid .e-columnheader { + cursor: grab; +} + +.e-filemanager.e-no-drop { + cursor: no-drop; +} + +.e-filemanager .e-toolbar { + border-bottom-style: solid; + border-width: 0 0 1px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn { + border: 0; + box-shadow: none; + font-weight: 400; + height: calc(100% - 2px); + padding: 1px 2.5px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons:not(.e-icon-left):not(.e-icon-right) { + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret { + font-size: 8px; + padding: 0 8px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-tbar-btn-text.e-tbar-ddb-text { + padding-right: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + border: 1px solid; + padding: 0 1.5px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + border: 1px solid; + padding: 0 1.5px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + border: 1px solid; + padding: 0 1.5px; +} + +.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret { + font-size: 8px; + min-width: 0; + padding: 0 8px; +} + +.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text { + padding-right: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-pop { + width: -webkit-max-content; + width: max-content; +} + +.e-filemanager .e-treeview > .e-ul { + overflow: initial; + padding-left: 8px; +} + +.e-filemanager .e-treeview .e-list-parent { + margin-bottom: 0; + margin-top: 0; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item { + padding-bottom: 0; + padding-top: 0; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow { + height: 34px; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text { + height: 32px; + line-height: 32px; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow { + border: 1px solid; + box-sizing: border-box; +} + +.e-filemanager .e-treeview .e-text-content { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager .e-treeview .e-list-text { + display: initial; +} + +.e-filemanager .e-splitter { + border-width: 0; +} + +.e-filemanager .e-splitter .e-split-bar .e-resize-handler { + display: none; +} + +.e-filemanager .e-splitter .e-display-none { + display: none; +} + +.e-filemanager .e-address { + border-bottom: 1px solid; + height: 34px; + position: relative; +} + +.e-filemanager .e-address .e-fe-breadcrumb.e-icons { + padding-bottom: 6px; +} + +.e-filemanager .e-address .e-search-wrap { + float: right; + padding: 1px 8px 0 1px; + position: absolute; + right: 0; + top: 0; + width: 200px; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group { + border-bottom-width: 1px; + height: 30px; + margin: 0; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group .e-input { + margin: -2px 0 0 24px; + padding: 0; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon { + margin: 0; +} + +.e-filemanager .e-address .e-fe-search { + font-size: 14px; + margin: 5px 0; + padding: 5px; + position: absolute; + z-index: 1; +} + +.e-filemanager .e-address .e-fe-search::before { + display: inline-block; +} + +.e-filemanager .e-address .e-addressbar-ul { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + list-style: none; + margin: 0; + padding: 2px 8px; + visibility: visible; +} + +.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu { + display: inline; +} + +.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu .e-breadcrumb-submenu { + height: 26px; +} + +.e-filemanager .e-address .e-list-text { + cursor: pointer; + font-size: 14px; + line-height: 30px; + padding: 4px 4px 5px; + text-decoration: none; +} + +.e-filemanager .e-address .e-list-text:hover { + text-decoration: none; +} + +.e-filemanager .e-address .e-address-list-item { + display: inline-block; + height: 29px; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text { + cursor: default; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text:hover { + text-decoration: none; +} + +.e-filemanager .e-address .e-address-list-item .e-icons { + font-size: 10px; + margin: 0 4px; +} + +.e-filemanager .e-address .e-address-list-item .e-icons::before { + padding: 5px; +} + +.e-filemanager .e-grid { + border-width: 0; + float: left; +} + +.e-filemanager .e-grid .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 12px; +} + +.e-filemanager .e-grid .e-spin-show { + display: none; +} + +.e-filemanager .e-grid .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty { + height: 0; + padding: 0; +} + +.e-filemanager .e-grid .e-gridheader { + border-width: 0 1px 1px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell { + height: 32px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv { + margin-right: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext { + font-size: 14px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor { + border: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper, +.e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid .e-content { + overflow-y: auto !important; +} + +.e-filemanager .e-grid .e-content .e-table { + border-spacing: 0; +} + +.e-filemanager .e-grid .e-content .e-rowcell { + border: 0; + font-size: 12px; +} + +.e-filemanager .e-grid .e-content .e-rowcell .e-fe-text { + font-size: 13px; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child { + box-shadow: 1px 0 0 1px #317ab9 inset; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child { + box-shadow: -1px 0 0 1px #317ab9 inset; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell { + box-shadow: 0 2px 0 -1px #317ab9 inset, 0 -2px 0 -1px #317ab9 inset; +} + +.e-filemanager .e-grid .e-empty { + min-width: 200px; +} + +.e-filemanager .e-grid .e-empty-content { + font-size: 20px; + margin: 0 auto; + padding: 8px; + text-align: center; +} + +.e-filemanager .e-grid .e-empty-icon { + height: 52px; + margin: 0 auto; + width: 52px; +} + +.e-filemanager .e-grid .e-empty-inner-content { + font-size: 14px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-filemanager .e-grid .e-gridpopup { + display: none !important; +} + +.e-filemanager .e-grid .e-gridheader .e-emptyrow, +.e-filemanager .e-grid .e-gridcontent .e-emptyrow { + display: none; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager .e-grid .e-gridcontent .e-fe-checkbox { + overflow: inherit; + padding-left: 8px; + padding-right: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon { + padding: 0 0 0 12px; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv { + text-overflow: unset; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell, +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell { + padding-left: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name { + padding-left: 6px; +} + +.e-filemanager .e-grid .e-row .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid .e-row.e-focused { + box-shadow: none; +} + +.e-filemanager .e-grid .e-row.e-focused td { + box-shadow: inset 0 1px 0 0 #66afe9, inset 0 -1px 0 0 #66afe9; +} + +.e-filemanager .e-grid .e-row.e-focused td:first-child { + box-shadow: inset 1px 1px 0 0 #66afe9, inset 1px -1px 0 0 #66afe9; +} + +.e-filemanager .e-grid .e-row.e-focused td:last-child { + box-shadow: inset -1px 1px 0 0 #66afe9, inset -1px -1px 0 0 #66afe9; +} + +.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper, +.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 0; +} + +.e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress { + border-width: 0; +} + +.e-filemanager .e-grid .e-fe-icon { + display: inline-block; + height: 18px; + margin: 0 8px 0 0; + vertical-align: middle; + width: 18px; +} + +.e-filemanager .e-dialog td { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 14px; + max-width: 211px; + min-width: 51px; + padding: 8px 24px 8px 0; +} + +.e-filemanager .e-dialog td.e-fe-value { + white-space: unset; + word-break: break-word; +} + +.e-filemanager .e-dialog .e-fe-errorcontent { + white-space: normal; + word-break: break-word; +} + +.e-filemanager .e-dialog .e-fe-icon { + display: inline-block; + height: 18px; + margin: 0 8px -2px 0; + width: 18px; +} + +.e-filemanager .e-dialog .e-fe-access-header { + display: inline-block; +} + +.e-filemanager .e-dialog .e-fe-retrycontent { + padding: 16px 0; +} + +.e-filemanager .e-dialog .e-image { + height: 100%; + width: 100%; +} + +.e-filemanager .e-dialog.e-rtl td { + padding: 8px 0 8px 24px; +} + +.e-filemanager .e-dialog.e-rtl .e-fe-icon { + margin: 0 0 -2px 8px; +} + +.e-filemanager .e-large-icons { + float: left; + overflow: auto; + width: 100%; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 12px; +} + +.e-filemanager .e-large-icons .e-empty { + min-width: 200px; +} + +.e-filemanager .e-large-icons .e-empty-content { + font-size: 20px; + margin: 0 auto; + padding: 8px; + text-align: center; +} + +.e-filemanager .e-large-icons .e-empty-icon { + height: 52px; + margin: 0 auto; + width: 52px; +} + +.e-filemanager .e-large-icons .e-empty-inner-content { + font-size: 14px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-filemanager .e-large-icons .e-list-parent { + display: block; + height: 100%; + margin: 0; + overflow: auto; + padding: 0 4px; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper { + float: left; + position: absolute; + top: 0; + visibility: hidden; +} + +.e-filemanager .e-large-icons .e-list-item { + border: 1px solid; + float: left; + height: 85px; + margin: 8px 4px; + overflow: hidden; + padding: 2px; + width: 80px; +} + +.e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-large-icons .e-text-content { + display: table-cell; + height: 79px; + position: relative; + vertical-align: bottom; +} + +.e-filemanager .e-large-icons .e-list-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + font-size: 13px; + padding: 2px 0 0 0; + text-align: center; + width: 74px; +} + +.e-filemanager .e-large-icons .e-list-img { + border: 2px solid; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05); + display: block; + margin: 0 auto; + max-height: 62px; + max-width: 100%; + min-height: 20px; +} + +.e-filemanager .e-large-icons .e-list-icon { + display: block; + height: 40px; + margin: 10px auto; + width: 40px; +} + +.e-filemanager .e-fe-error { + font-size: 12px; + line-height: 1.5; +} + +.e-filemanager .e-fe-clone { + pointer-events: none; + z-index: 20; +} + +.e-filemanager .e-fe-clone .e-fe-content { + border: none; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + padding: 4px 8px; + border-radius: 4px; +} + +.e-filemanager .e-fe-clone .e-fe-content .e-fe-name { + display: inline-block; + font-size: 13px; + margin: auto 8px; + max-width: 70px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager .e-fe-clone .e-fe-content .e-fe-icon { + display: inline-block; + height: 18px; + margin: auto 8px; + width: 18px; +} + +.e-filemanager .e-fe-clone .e-fe-count { + border: 1px solid; + border-radius: 50%; + font-size: 12px; + height: 22px; + line-height: 22px; + margin-left: -12px; + position: absolute; + text-align: center; + top: 0; + width: 22px; +} + +.e-filemanager.e-rtl .e-treeview > .e-ul { + padding: 0 8px 0 0; +} + +.e-filemanager.e-rtl .e-toolbar .e-fe-grid { + display: inline-table; + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-splitter.e-splitter-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-filemanager.e-rtl .e-address .e-search-wrap { + float: left; + left: 0; + right: auto; +} + +.e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input { + margin: 0 24px 0 0; + padding: 0; +} + +.e-filemanager.e-rtl .e-address .e-addressbar-ul { + display: -ms-flexbox; + display: flex; +} + +.e-filemanager.e-rtl .e-address .e-addressbar-ul .e-icons::before { + display: inline-block; + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:first-child { + box-shadow: inset -1px 1px 0 0 #66afe9, inset -1px -1px 0 0 #66afe9; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child { + box-shadow: inset 1px 1px 0 0 #66afe9, inset 1px -1px 0 0 #66afe9; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox { + padding-left: 0; + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon { + padding-left: 0; + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell { + padding-left: 21px; + padding-right: 0; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name { + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon { + margin: 0 0 0 8px; +} + +.e-filemanager.e-rtl .e-large-icons .e-list-item { + float: right; +} + +.e-filemanager.e-rtl .e-fe-clone .e-fe-count { + margin-left: 0; + margin-right: -12px; +} + +.e-filemanager .e-upload { + border-bottom-width: 0; + border-top-width: 0; +} + +.e-filemanager .e-upload .e-file-select-wrap { + display: none; +} + +.e-filemanager .e-upload .e-icons.e-file-delete-btn { + display: none; +} + +.e-filemanager .e-upload .e-upload-actions { + border-bottom: 1px solid; +} + +.e-filemanager .e-layout-content { + position: relative; +} + +.e-filemanager .e-fe-overlay { + border: 3px dashed #317ab9; + bottom: 0; + display: block; + height: calc(100% - 34px); + pointer-events: none; + position: absolute; + visibility: hidden; + width: 100%; +} + +.e-filemanager .e-upload-drag-hover { + outline: none; +} + +.e-filemanager .e-upload-drag-hover .e-fe-overlay { + visibility: visible; +} + +.e-filemanager .e-dialog.e-popup.e-dlg-resizable { + min-height: 200px; +} + +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot, +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick { + font-size: 14px; +} + +.e-fe-popup.e-dlg-resizable .e-dlg-content { + overflow: hidden; +} + +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator { + margin: 0 0; +} + +.e-fe-popup.e-rtl .e-fe-grid { + display: inline-table; + transform: rotate(180deg); +} + +.e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons { + font-size: 20px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder { + padding-top: 0; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload { + padding-left: 0; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select { + padding-top: 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large { + padding: 4px 0 0 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid { + padding: 4px 2px 0 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename { + padding-left: 2px; + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut { + padding-left: 2px; + padding-top: 1px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons { + font-size: 20px; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort { + display: inline-block; + margin: 0; + width: 14px; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text { + display: none; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text { + display: none; +} + +.e-filemanager.e-fe-mobile .e-splitter .e-split-bar, +.e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar, +.e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar { + display: none; +} + +.e-filemanager.e-fe-mobile .e-address, +.e-bigger .e-filemanager.e-fe-mobile .e-address, +.e-filemanager.e-bigger.e-fe-mobile .e-address { + height: 40px; +} + +.e-filemanager.e-fe-mobile .e-address .e-addressbar-ul, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul { + height: 40px; +} + +.e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons { + font-size: 12px; +} + +.e-filemanager.e-fe-mobile .e-address .e-list-text, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text { + font-size: 15px; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap { + min-width: 47px; + width: auto; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group { + display: none; + height: 40px; + width: 100%; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon { + margin: 2px 8px 0; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input { + margin: -2px 0 0 24px; +} + +.e-filemanager.e-fe-mobile .e-address .e-fe-search, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search { + font-size: 20px; + margin: 3px 0; + right: 13px; +} + +.e-filemanager.e-fe-mobile .e-dialog td.e-fe-value, +.e-bigger .e-filemanager.e-fe-mobile .e-dialog td.e-fe-value, +.e-filemanager.e-bigger.e-fe-mobile .e-dialog td.e-fe-value { + white-space: unset; + word-break: break-word; +} + +.e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon { + height: 35px; + width: 35px; +} + +.e-filemanager.e-fe-mobile .e-grid .e-gridheader, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader { + display: none; +} + +.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell { + border-bottom: 1px solid; + border-bottom-color: #e0e0e0; +} + +.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox { + padding: 0; +} + +.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon { + padding-left: 10px; + padding-right: 10px; +} + +.e-filemanager.e-fe-mobile .e-grid .e-fe-text, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent { + padding: 0; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + display: inline-table; + height: 155px; + margin: 8px 8px; + width: 155px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper { + z-index: 1000; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text { + margin: 0 auto; + width: 110px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img { + margin: 11px auto; + max-height: 110px; + max-width: 110px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon { + height: 110px; + margin: 11px auto 0; + width: 110px; +} + +.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap { + margin: 0; + padding: 0; + position: absolute; + width: 100%; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input { + height: auto; + margin-left: 45px; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search { + left: 0; + margin-left: 8px; + margin-top: 3px; + width: 30px; +} + +.e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul { + visibility: hidden; +} + +.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input { + margin-right: 45px; +} + +.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search, +.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search, +.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search { + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon { + padding-right: 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn { + padding: 1px 7px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret { + padding: 0 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret { + padding: 0 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons, +.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-filemanager .e-treeview > .e-ul, +.e-filemanager.e-bigger .e-treeview > .e-ul { + padding-left: 12px; +} + +.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow, +.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow { + height: 40px; +} + +.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text, +.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text { + height: 38px; + line-height: 38px; +} + +.e-bigger .e-filemanager .e-address, +.e-filemanager.e-bigger .e-address { + height: 40px; +} + +.e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu, +.e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu { + height: 33px; +} + +.e-bigger .e-filemanager .e-address .e-address-list-item, +.e-filemanager.e-bigger .e-address .e-address-list-item { + height: 34px; +} + +.e-bigger .e-filemanager .e-address .e-address-list-item .e-icons, +.e-filemanager.e-bigger .e-address .e-address-list-item .e-icons { + font-size: 12px; +} + +.e-bigger .e-filemanager .e-address .e-addressbar-ul, +.e-filemanager.e-bigger .e-address .e-addressbar-ul { + padding: 3px 12px; +} + +.e-bigger .e-filemanager .e-address .e-list-text, +.e-filemanager.e-bigger .e-address .e-list-text { + font-size: 15px; + line-height: 32px; + padding: 5px 4px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap, +.e-filemanager.e-bigger .e-address .e-search-wrap { + min-width: 51px; + padding: 1.5px 12px 0 1px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group { + height: 36px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus, +.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus { + padding: 0; +} + +.e-bigger .e-filemanager .e-address .e-fe-search, +.e-filemanager.e-bigger .e-address .e-fe-search { + margin: 7px 0; +} + +.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame, +.e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-headercell, +.e-filemanager.e-bigger .e-grid .e-headercell { + height: 36px; +} + +.e-bigger .e-filemanager .e-grid .e-headertext, +.e-filemanager.e-bigger .e-grid .e-headertext { + font-size: 15px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell { + font-size: 13px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text { + font-size: 14px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox { + padding-left: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon { + padding-left: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-fe-icon, +.e-filemanager.e-bigger .e-grid .e-fe-icon { + margin: 0 12px 0 0; +} + +.e-bigger .e-filemanager .e-grid .e-empty, +.e-filemanager.e-bigger .e-grid .e-empty { + min-width: 300px; +} + +.e-bigger .e-filemanager .e-grid .e-empty-content, +.e-filemanager.e-bigger .e-grid .e-empty-content { + font-size: 24px; + margin: 0 auto; + padding: 12px; + text-align: center; +} + +.e-bigger .e-filemanager .e-grid .e-empty-icon, +.e-filemanager.e-bigger .e-grid .e-empty-icon { + height: 64px; + margin: 0 auto; + width: 64px; +} + +.e-bigger .e-filemanager .e-grid .e-empty-inner-content, +.e-filemanager.e-bigger .e-grid .e-empty-inner-content { + font-size: 16px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-bigger .e-filemanager .e-dialog .e-dlg-header-content, +.e-filemanager.e-bigger .e-dialog .e-dlg-header-content { + padding: 21px; +} + +.e-bigger .e-filemanager .e-dialog td, +.e-filemanager.e-bigger .e-dialog td { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 15px; + max-width: 205px; + min-width: 45px; + padding: 8px 30px 8px 0; +} + +.e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame, +.e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 16px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-parent, +.e-filemanager.e-bigger .e-large-icons .e-list-parent { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-item, +.e-filemanager.e-bigger .e-large-icons .e-list-item { + height: 106px; + margin: 12px 6px; + width: 100px; +} + +.e-bigger .e-filemanager .e-large-icons .e-text-content, +.e-filemanager.e-bigger .e-large-icons .e-text-content { + height: 100px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-text, +.e-filemanager.e-bigger .e-large-icons .e-list-text { + font-size: 14px; + padding: 4px 2px 2px; + width: 94px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-img, +.e-filemanager.e-bigger .e-large-icons .e-list-img { + max-height: 79px; + max-width: 94px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-icon, +.e-filemanager.e-bigger .e-large-icons .e-list-icon { + height: 52px; + margin: 11px auto; + width: 52px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty, +.e-filemanager.e-bigger .e-large-icons .e-empty { + min-width: 300px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-content, +.e-filemanager.e-bigger .e-large-icons .e-empty-content { + font-size: 24px; + margin: 0 auto; + padding: 12px; + text-align: center; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-icon, +.e-filemanager.e-bigger .e-large-icons .e-empty-icon { + height: 64px; + margin: 0 auto; + width: 64px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-inner-content, +.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content { + font-size: 16px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-bigger .e-filemanager.e-rtl .e-treeview > .e-ul, +.e-filemanager.e-bigger.e-rtl .e-treeview > .e-ul { + padding: 0 12px 0 0; +} + +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox { + padding-right: 16px; +} + +.e-bigger .e-filemanager .e-fe-overlay, +.e-filemanager.e-bigger .e-fe-overlay { + height: calc(100% - 41px); +} + +@media (max-width: 469px) { + .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, + .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + min-width: 140px; + width: calc(50% - 17px); + } +} + +@media (min-width: 470px) and (max-width: 625px) { + .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, + .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + min-width: 140px; + width: calc(33.33% - 17px); + } +} + +.e-content-placeholder.e-filemanager.e-placeholder-filemanager { + height: 100%; + width: 100%; +} + +.e-filemanager { + background: transparent; + border-color: #e0e0e0; +} + +.e-filemanager .e-toolbar { + border-bottom-color: #e0e0e0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + background: #e6e6e6; + border-color: #8c8c8c; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + background: #e6e6e6; + border-color: #adadad; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + background: #e6e6e6; + border-color: #adadad; +} + +.e-filemanager .e-address { + border-bottom-color: #e0e0e0; +} + +.e-filemanager .e-address .e-icons { + color: #555; +} + +.e-filemanager .e-address .e-list-text { + color: #317ab9; +} + +.e-filemanager .e-address .e-address-list-item { + color: #317ab9; +} + +.e-filemanager .e-address .e-address-list-item:focus .e-list-text { + background: #f5f5f5; + color: #317ab9; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text { + color: #333; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover { + background: #f5f5f5; + color: #317ab9; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active { + background: #f5f5f5; + color: #317ab9; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus { + background: #f5f5f5; + color: #317ab9; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) { + background: #fff; + border-color: #e0e0e0; +} + +.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow { + border: #317ab9; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow { + border-color: #317ab9; +} + +.e-filemanager .e-grid .e-gridheader tr:first-child th { + background: #fff; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover { + background: #f5f5f5; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover { + background: #fff; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover { + background: #f5f5f5; +} + +.e-filemanager .e-grid td.e-active { + background-color: #317ab9; + color: #fff; +} + +.e-filemanager .e-grid.e-gridhover tr[role='row'].e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-filemanager .e-dialog td { + color: #333; +} + +.e-filemanager .e-dialog td:first-child { + color: #777; +} + +.e-filemanager .e-large-icons .e-list-img { + border-color: #fff; +} + +.e-filemanager .e-large-icons .e-active { + color: #fff; +} + +.e-filemanager .e-large-icons .e-large-icon { + border-color: transparent; +} + +.e-filemanager .e-large-icons .e-large-icon.e-active { + background: #317ab9; + border-color: #317ab9; +} + +.e-filemanager .e-large-icons .e-large-icon.e-hover { + background: #f5f5f5; + border-color: #f5f5f5; +} + +.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover { + background: #317ab9; + border-color: #317ab9; +} + +.e-filemanager .e-large-icons .e-large-icon.e-focus { + border-color: #f5f5f5; +} + +.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder { + border-color: #317ab9; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check { + background-color: #fff; + color: #555; +} + +.e-filemanager .e-fe-error { + color: #a94442; +} + +.e-filemanager .e-upload .e-upload-actions { + border-bottom-color: #ddd; +} + +.e-filemanager .e-fe-clone .e-fe-content { + background-color: #fff; + border-color: none; + color: #333; +} + +.e-filemanager .e-fe-clone .e-fe-count { + background-color: #317ab9; + border-color: #317ab9; + color: #fff; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover { + background: transparent; + border-color: transparent; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus { + border-color: transparent; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active { + background: #317ab9; + border-color: #317ab9; +} + +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot, +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick { + color: #317ab9; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! component's theme wise override definitions and variables */ +.e-treegrid .e-treegridexpand::before, +.e-treegrid .e-treegridcollapse::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-expand::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-collapse::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-indent::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-outdent::before { + content: ""; +} + +.e-bigger .e-treegrid .e-treegridexpand, +.e-bigger .e-treegrid .e-treegridcollapse { + height: 18px; + width: 18px; +} + +.e-bigger .e-treegrid .e-rowcell.e-treerowcell { + padding-left: 5px; +} + +.e-bigger .e-treegrid .e-hierarchycheckbox { + padding-left: 2px; +} + +.e-treegrid .e-treegridexpand::before, +.e-treegrid .e-treegridcollapse::before { + vertical-align: middle; +} + +.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container { + display: block; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell { + display: inline; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-treegrid .e-treegridexpand:hover::before, +.e-treegrid .e-treegridcollapse:hover::before { + color: #333; +} + +.e-treegrid .e-rowcell.e-treerowcell { + padding-left: 5px; +} + +.e-treegrid .e-rtl .e-treegridcollapse { + transform: scale(-1); +} + +.e-treegrid .e-treegridexpand { + transform: rotate(90deg); +} + +.e-treegrid .e-treerowexpanded { + display: table-row; +} + +.e-treegrid .e-treerowcollapsed { + display: none; +} + +.e-treegrid .e-treecolumn-container span { + display: inline-block; + vertical-align: middle; +} + +.e-treegrid .e-treecolumn-container .e-hierarchycheckbox .e-frame { + height: 17px; +} + +.e-treegrid .e-checkselection .e-frozenheader .e-rowcell, +.e-treegrid .e-checkselection .e-movableheader .e-rowcell, +.e-treegrid .e-checkselection .e-frozencontent .e-rowcell, +.e-treegrid .e-checkselection .e-movablecontent .e-rowcell { + line-height: 21px; +} + +.e-treegrid .e-treegridexpand, +.e-treegrid .e-treegridcollapse { + color: #333; + cursor: pointer; + font-size: 10px; + height: 16px; + text-align: center; + vertical-align: bottom; + width: 16px; +} + +.e-treegrid .e-treecell { + display: table-cell; + line-height: normal; +} + +.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container { + white-space: nowrap; +} + +.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container .e-treecell { + display: inline-block; + white-space: normal; + word-wrap: break-word; +} + +.e-treegrid .e-summarycell { + pointer-events: none; +} + +.e-treegrid.e-grid.e-print-grid-layout .e-icons { + display: inline-block; +} + +.e-treegrid .e-treecheckselect, +.e-treegrid .e-treeselectall { + margin: 0; + opacity: 0; + position: absolute; + width: 0; +} + +.e-treegrid .e-detailheadercell, +.e-treegrid .e-headercontent .e-table .e-detail-intent, +.e-treegrid .e-gridcontent .e-table .e-detail-intent, +.e-treegrid .e-table .e-detailrow .e-detailindentcell, +.e-treegrid .e-table .e-detailrowexpand, +.e-treegrid .e-table .e-detailrowcollapse, +.e-treegrid .e-filterbarcell.e-mastercell { + display: none; +} + +.e-treegrid .e-icons.e-errorelem { + display: inline-block; + padding-left: 10px; + vertical-align: middle; +} + +.e-treegrid .e-errorelem::before { + color: #e3165b; + content: '\e22a'; + transform: rotate(180deg); +} + +.e-treegrid .e-gridcontent td.e-childborder { + border-color: #317ab9; + border-width: 1px 0 0; + box-shadow: 0 1px 0 0 #317ab9; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-childborder.e-dragborder, +.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom.e-dragborder td.e-rowdragdrop.e-dropbottom.e-dragborder { + box-shadow: 0 1px 0 0 #317ab9; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-dragborder, +.e-treegrid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-treegrid .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 0 0 0; +} + +.e-treegrid .e-gridcontent td.e-childborder:first-child { + border-left: 1px solid #317ab9; + box-shadow: 0 1px 0 0 #317ab9; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-childborder:last-child { + border-right: 1px solid #317ab9; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder { + border-width: 1px 0; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:last-child { + border-right: 1px solid #317ab9; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:first-child { + border-left: 1px solid #317ab9; +} + +.e-treegrid .e-gridcontent td.e-dropbottom:first-child, +.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom, +.e-treegrid .e-gridcontent td.e-dropbottom { + box-shadow: 0 1px 0 0 #317ab9; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-droptop:first-child, +.e-treegrid .e-gridcontent td.e-rowcell.e-droptop { + border-top-color: #317ab9; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-dropbottom { + border-bottom-color: #317ab9; +} + +.e-treegrid .e-gridcontent td.e-rowdragdrop.e-droptop.e-dragborder { + box-shadow: 0 0 0 0; +} + +.e-treegrid .e-gridcontent .e-gridheader .e-firstrow-dragborder { + height: 1px; +} + +.e-treegrid .e-gridcontent .e-lastrow-dragborder { + height: 0; +} + +.e-treegrid .e-gridheader .e-firstrow-dragborder { + height: 0; +} + +.e-treegrid .e-droptop .e-lastrow-dragborder { + height: 0; +} + +.e-treegrid .e-treegrid-relative { + position: relative; +} + +.e-treegrid .e-gridheader .e-firstrow-dragborder tr:first-child.e-dropbottom { + height: 0; +} + +.e-treegrid .e-gridheader .e-firstrow-border, +.e-treegrid .e-gridcontent .e-lastrow-border { + background-color: #317ab9; + bottom: 0; + height: 1px; + position: absolute; + z-index: 1; +} + +.e-btn-group, +.e-css.e-btn-group { + display: -ms-inline-flexbox; + display: inline-flex; + border-radius: 4px; + -ms-flex-direction: row; + flex-direction: row; + position: relative; +} + +.e-btn-group input:focus + label.e-btn, +.e-btn-group .e-btn:focus, +.e-btn-group .e-btn:hover, +.e-css.e-btn-group input:focus + label.e-btn, +.e-css.e-btn-group .e-btn:focus, +.e-css.e-btn-group .e-btn:hover { + z-index: 2; +} + +.e-btn-group input + label.e-btn, +.e-css.e-btn-group input + label.e-btn { + margin-bottom: 0; +} + +.e-btn-group input, +.e-css.e-btn-group input { + -moz-appearance: none; + height: 1px; + margin: 0 0 0 -1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-btn-group input:disabled + label.e-btn, +.e-btn-group :disabled, +.e-css.e-btn-group input:disabled + label.e-btn, +.e-css.e-btn-group :disabled { + cursor: default; + pointer-events: none; +} + +.e-btn-group .e-btn-icon, +.e-css.e-btn-group .e-btn-icon { + font-size: 12px; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn { + margin-left: -1px; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-btn, +.e-css.e-btn-group.e-rtl .e-btn { + margin-left: -1px; +} + +.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-rtl .e-btn:first-of-type { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-rtl .e-btn:last-of-type { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-vertical, +.e-css.e-btn-group.e-vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-btn-group.e-vertical input, +.e-css.e-btn-group.e-vertical input { + margin: -1px 0 0; +} + +.e-btn-group.e-vertical .e-btn:not(.e-outline), +.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) { + margin-top: -1px; +} + +.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group.e-vertical .e-btn:first-of-type, +.e-css.e-btn-group.e-vertical .e-btn:first-of-type { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +.e-btn-group.e-vertical .e-btn:last-of-type, +.e-css.e-btn-group.e-vertical .e-btn:last-of-type { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl), +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) { + border-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl { + border-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-bigger .e-btn-group .e-btn-icon, +.e-bigger.e-btn-group .e-btn-icon, +.e-bigger .e-css.e-btn-group .e-btn-icon, +.e-bigger.e-css.e-btn-group .e-btn-icon { + font-size: 14px; +} + +.e-btn-group:not(.e-outline), +.e-css.e-btn-group:not(.e-outline) { + box-shadow: none; +} + +.e-btn-group .e-btn:hover, +.e-css.e-btn-group .e-btn:hover { + box-shadow: none; +} + +.e-btn-group .e-btn:focus, +.e-btn-group input:focus + label.e-btn, +.e-css.e-btn-group .e-btn:focus, +.e-css.e-btn-group input:focus + label.e-btn { + background-color: #e6e6e6; + border-color: #8c8c8c; + color: #333; + outline: #fff 0 solid; + outline-offset: 0; + box-shadow: none; + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-primary, +.e-btn-group input:focus + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:focus.e-primary, +.e-css.e-btn-group input:focus + label.e-btn.e-primary { + background-color: #21527d; + border-color: #0c1d2c; + color: #fff; + outline: #fff 0 solid; + box-shadow: none; + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-success, +.e-btn-group input:focus + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:focus.e-success, +.e-css.e-btn-group input:focus + label.e-btn.e-success { + background-color: #124a1f; + border-color: black; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-info, +.e-btn-group input:focus + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:focus.e-info, +.e-css.e-btn-group input:focus + label.e-btn.e-info { + background-color: #104b5d; + border-color: #010406; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-warning, +.e-btn-group input:focus + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:focus.e-warning, +.e-css.e-btn-group input:focus + label.e-btn.e-warning { + background-color: #613b05; + border-color: black; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-danger, +.e-btn-group input:focus + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:focus.e-danger, +.e-css.e-btn-group input:focus + label.e-btn.e-danger { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-link, +.e-btn-group input:focus + label.e-btn.e-link, +.e-css.e-btn-group .e-btn:focus.e-link, +.e-css.e-btn-group input:focus + label.e-btn.e-link { + border-radius: 0; + text-decoration: underline; + color: #0a3576; + background-color: transparent; + border-color: transparent; + box-shadow: none; + outline: none; +} + +.e-btn-group .e-btn:focus.e-outline, +.e-btn-group input:focus + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:focus.e-outline, +.e-css.e-btn-group input:focus + label.e-btn.e-outline { + background-color: #e6e6e6; + border-color: #8c8c8c; + color: #333; + box-shadow: none; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-primary, +.e-btn-group input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary { + background-color: #21527d; + border-color: #0c1d2c; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-success, +.e-btn-group input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success { + background-color: #124a1f; + border-color: black; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-info, +.e-btn-group input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info { + background-color: #104b5d; + border-color: #010406; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-warning, +.e-btn-group input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning { + background-color: #613b05; + border-color: black; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-danger, +.e-btn-group input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger { + background-color: #a51c2a; + border-color: #4e0d14; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active, +.e-btn-group input:active + label.e-btn, +.e-btn-group input:checked + label.e-btn, +.e-css.e-btn-group .e-btn:active, +.e-css.e-btn-group input:active + label.e-btn, +.e-css.e-btn-group input:checked + label.e-btn { + background-color: #e6e6e6; + border-color: #adadad; + color: #333; + outline: #fff 0 solid; + outline-offset: 0; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn-group .e-btn:active.e-primary, +.e-btn-group input:active + label.e-btn.e-primary, +.e-btn-group input:checked + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:active.e-primary, +.e-css.e-btn-group input:active + label.e-btn.e-primary, +.e-css.e-btn-group input:checked + label.e-btn.e-primary { + background-color: #21527d; + border-color: #163854; + color: #fff; + outline: #fff 0 solid; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn-group .e-btn:active.e-success, +.e-btn-group input:active + label.e-btn.e-success, +.e-btn-group input:checked + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:active.e-success, +.e-css.e-btn-group input:active + label.e-btn.e-success, +.e-css.e-btn-group input:checked + label.e-btn.e-success { + background-color: #124a1f; + border-color: #08210e; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn-group .e-btn:active.e-info, +.e-btn-group input:active + label.e-btn.e-info, +.e-btn-group input:checked + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:active.e-info, +.e-css.e-btn-group input:active + label.e-btn.e-info, +.e-css.e-btn-group input:checked + label.e-btn.e-info { + background-color: #104b5d; + border-color: #082831; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn-group .e-btn:active.e-warning, +.e-btn-group input:active + label.e-btn.e-warning, +.e-btn-group input:checked + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:active.e-warning, +.e-css.e-btn-group input:active + label.e-btn.e-warning, +.e-css.e-btn-group input:checked + label.e-btn.e-warning { + background-color: #613b05; + border-color: #301d02; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn-group .e-btn:active.e-danger, +.e-btn-group input:active + label.e-btn.e-danger, +.e-btn-group input:checked + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:active.e-danger, +.e-css.e-btn-group input:active + label.e-btn.e-danger, +.e-css.e-btn-group input:checked + label.e-btn.e-danger { + background-color: #a51c2a; + border-color: #7a151f; + color: #fff; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +.e-btn-group .e-btn:active.e-outline, +.e-btn-group input:active + label.e-btn.e-outline, +.e-btn-group input:checked + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:active.e-outline, +.e-css.e-btn-group input:active + label.e-btn.e-outline, +.e-css.e-btn-group input:checked + label.e-btn.e-outline { + background-color: #e6e6e6; + border-color: #adadad; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #333; +} + +.e-btn-group .e-btn:active.e-outline.e-primary, +.e-btn-group input:active + label.e-btn.e-outline.e-primary, +.e-btn-group input:checked + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:active.e-outline.e-primary, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary { + background-color: #21527d; + border-color: #265f91; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn-group .e-btn:active.e-outline.e-success, +.e-btn-group input:active + label.e-btn.e-outline.e-success, +.e-btn-group input:checked + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:active.e-outline.e-success, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success { + background-color: #124a1f; + border-color: #08210e; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn-group .e-btn:active.e-outline.e-info, +.e-btn-group input:active + label.e-btn.e-outline.e-info, +.e-btn-group input:checked + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:active.e-outline.e-info, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info { + background-color: #104b5d; + border-color: #082831; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn-group .e-btn:active.e-outline.e-warning, +.e-btn-group input:active + label.e-btn.e-outline.e-warning, +.e-btn-group input:checked + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:active.e-outline.e-warning, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning { + background-color: #613b05; + border-color: #301d02; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn-group .e-btn:active.e-outline.e-danger, +.e-btn-group input:active + label.e-btn.e-outline.e-danger, +.e-btn-group input:checked + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:active.e-outline.e-danger, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger { + background-color: #a51c2a; + border-color: #7a151f; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-btn-group .e-btn:disabled, +.e-btn-group input:disabled + label.e-btn, +.e-css.e-btn-group .e-btn:disabled, +.e-css.e-btn-group input:disabled + label.e-btn { + background-color: rgba(255, 255, 255, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(51, 51, 51, 0.65); + border-color: #ccc; +} + +.e-btn-group .e-btn:disabled.e-primary, +.e-btn-group input:disabled + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:disabled.e-primary, +.e-css.e-btn-group input:disabled + label.e-btn.e-primary { + background-color: rgba(49, 122, 185, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); + border-color: #265f91; +} + +.e-btn-group .e-btn:disabled.e-success, +.e-btn-group input:disabled + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:disabled.e-success, +.e-css.e-btn-group input:disabled + label.e-btn.e-success { + background-color: rgba(92, 184, 92, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); + border-color: #175e28; +} + +.e-btn-group .e-btn:disabled.e-info, +.e-btn-group input:disabled + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:disabled.e-info, +.e-css.e-btn-group input:disabled + label.e-btn.e-info { + background-color: rgba(91, 192, 222, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); + border-color: #145d72; +} + +.e-btn-group .e-btn:disabled.e-warning, +.e-btn-group input:disabled + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:disabled.e-warning, +.e-css.e-btn-group input:disabled + label.e-btn.e-warning { + background-color: rgba(240, 173, 78, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); + border-color: #794906; +} + +.e-btn-group .e-btn:disabled.e-danger, +.e-btn-group input:disabled + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:disabled.e-danger, +.e-css.e-btn-group input:disabled + label.e-btn.e-danger { + background-color: rgba(217, 83, 79, 0.65); + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(255, 255, 255, 0.65); + border-color: #bb202f; +} + +.e-btn-group .e-btn:disabled.e-link, +.e-btn-group input:disabled + label.e-btn.e-link, +.e-css.e-btn-group .e-btn:disabled.e-link, +.e-css.e-btn-group input:disabled + label.e-btn.e-link { + color: rgba(51, 51, 51, 0.65); + background-color: transparent; + box-shadow: none; + text-decoration: none; + border-color: transparent; +} + +.e-btn-group .e-btn:disabled.e-outline, +.e-btn-group input:disabled + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:disabled.e-outline, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline { + background-color: transparent; + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(51, 51, 51, 0.65); + border-color: #ccc; +} + +.e-btn-group .e-btn:disabled.e-outline.e-primary, +.e-btn-group input:disabled + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary { + background-color: transparent; + border-color: rgba(204, 204, 204, 0.65); + box-shadow: none; + color: rgba(51, 51, 51, 0.65); + border-color: #317ab9; +} + +.e-btn-group .e-btn:disabled.e-outline.e-success, +.e-btn-group input:disabled + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-success, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success { + background-color: transparent; + border-color: rgba(33, 135, 57, 0.65); + box-shadow: none; + color: rgba(33, 135, 57, 0.65); + border-color: #218739; +} + +.e-btn-group .e-btn:disabled.e-outline.e-info, +.e-btn-group input:disabled + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-info, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info { + background-color: transparent; + border-color: rgba(27, 128, 158, 0.65); + box-shadow: none; + color: rgba(27, 128, 158, 0.65); + border-color: #1b809e; +} + +.e-btn-group .e-btn:disabled.e-outline.e-warning, +.e-btn-group input:disabled + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning { + background-color: transparent; + border-color: rgba(170, 103, 8, 0.65); + box-shadow: none; + color: rgba(170, 103, 8, 0.65); + border-color: #aa6708; +} + +.e-btn-group .e-btn:disabled.e-outline.e-danger, +.e-btn-group input:disabled + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger { + background-color: transparent; + border-color: rgba(220, 50, 67, 0.65); + box-shadow: none; + color: rgba(220, 50, 67, 0.65); + border-color: #dc3243; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline { + border-color: #8c8c8c; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary { + border-color: #142f46; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success { + border-color: black; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info { + border-color: #010406; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning { + border-color: black; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger { + border-color: #4e0d14; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) { + border-bottom: transparent; + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type { + border-bottom: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type { + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline { + border-color: #8c8c8c; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary { + border-color: #142f46; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success { + border-color: black; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info { + border-color: #010406; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning { + border-color: black; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger { + border-color: #4e0d14; + outline-color: none; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! Progress Button Layout */ +.e-progress-btn { + position: relative; +} + +.e-progress-btn .e-progress { + height: 100%; + left: 0; + opacity: 0; + position: absolute; + top: 0; + transition: opacity .3s linear; +} + +.e-progress-btn .e-spinner { + transition: all 0.3s linear; +} + +.e-progress-btn .e-btn-content { + display: inline-block; + position: relative; + z-index: 1; +} + +.e-progress-btn.e-vertical .e-progress { + bottom: 0; + height: 0%; + top: auto; + width: 100%; +} + +.e-progress-btn.e-progress-top .e-progress { + height: 10%; +} + +.e-progress-btn.e-progress-bottom .e-progress { + bottom: -1px; + height: 10%; + top: auto; +} + +.e-progress-btn.e-progress-active { + overflow: hidden; +} + +.e-progress-btn.e-progress-active .e-progress { + opacity: 1; +} + +.e-progress-btn.e-progress-active .e-animate-end { + opacity: 0; +} + +.e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom { + transition: padding .3s linear; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content, +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-btn-content, +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + display: block; + line-height: 1; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner { + padding-right: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner .e-spinner-inner { + top: -1px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 12px; + padding-right: 0; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner { + padding-left: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner .e-spinner-inner { + top: -1px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner { + padding-bottom: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + padding-top: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner { + padding-right: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 10px; + padding-right: 0; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner { + padding-left: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top { + padding-bottom: 14px; + padding-top: 14px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner { + padding-bottom: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom { + padding-bottom: 14px; + padding-top: 14px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner { + padding-top: 10px; +} + +.e-progress-btn.e-round-corner { + border-radius: 5em; + outline: none; + overflow: hidden; +} + +.e-progress-btn.e-rtl .e-progress { + left: auto; + right: 0; +} + +.e-progress-btn.e-rtl.e-vertical .e-progress { + bottom: auto; + top: 0; +} + +.e-progress-btn .e-spinner-pane { + height: auto; + position: relative; + width: auto; +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner { + left: auto; + position: relative; + top: auto; + transform: none; +} + +.e-progress-btn .e-cont-animate { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +@keyframes ProgressSlideLeft { + from { + left: 0%; + opacity: 1; + } + to { + left: -100%; + opacity: 0; + } +} + +@keyframes ProgressSlideRight { + from { + left: 0%; + opacity: 1; + } + to { + left: 100%; + opacity: 0; + } +} + +@keyframes ProgressSlideUp { + from { + height: auto; + opacity: 1; + top: 0; + } + to { + height: auto; + opacity: 0; + top: -100px; + } +} + +@keyframes ProgressSlideDown { + from { + height: auto; + opacity: 1; + top: 0; + } + to { + height: auto; + opacity: 0; + top: 100px; + } +} + +@keyframes ProgressZoomIn { + from { + opacity: 1; + transform: translate(0, 0) scale(1); + } + to { + opacity: 0; + transform: translate(0, 0) scale(3); + } +} + +@keyframes ProgressZoomOut { + from { + transform: translate(0, 0) scale(1); + } + to { + transform: translate(0, 0) scale(0); + } +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner { + padding-right: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 14px; + padding-right: 0; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner { + padding-left: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top { + padding-bottom: 20px; + padding-top: 20px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner { + padding-bottom: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom { + padding-bottom: 20px; + padding-top: 20px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + padding-top: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner { + padding-right: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner { + padding-left: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner { + padding-bottom: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner { + padding-top: 12px; +} + +/*! Progress Button Theme */ +.e-progress-btn .e-spinner-pane .e-spinner-inner svg { + fill: #333; + stroke: #333; +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(51, 51, 51, 0); +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #333; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg { + fill: #317ab9; + stroke: #317ab9; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(49, 122, 185, 0); +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #317ab9; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg { + fill: #218739; + stroke: #218739; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(33, 135, 57, 0); +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #218739; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg { + fill: #1b809e; + stroke: #1b809e; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(27, 128, 158, 0); +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #1b809e; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg { + fill: #aa6708; + stroke: #aa6708; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(170, 103, 8, 0); +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #aa6708; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg { + fill: #dc3243; + stroke: #dc3243; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(220, 50, 67, 0); +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #dc3243; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg { + fill: #0d47a1; + stroke: #0d47a1; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(13, 71, 161, 0); +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #0d47a1; +} + +.e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-primary .e-progress, +.e-success .e-progress, +.e-danger .e-progress, +.e-info .e-progress { + background-color: rgba(255, 255, 255, 0.3); +} + +.e-warning .e-progress { + background-color: rgba(255, 255, 255, 0.3); +} + +.e-flat.e-primary .e-progress { + background-color: rgba(255, 255, 255, 0.2); +} + +.e-flat.e-success .e-progress { + background-color: rgba(255, 255, 255, 0.2); +} + +.e-flat.e-info .e-progress { + background-color: rgba(255, 255, 255, 0.2); +} + +.e-flat.e-warning .e-progress { + background-color: rgba(255, 255, 255, 0.2); +} + +.e-flat.e-danger .e-progress { + background-color: rgba(255, 255, 255, 0.2); +} + +.e-outline:not(:focus).e-primary .e-progress { + background-color: rgba(49, 122, 185, 0.2); +} + +.e-outline:not(:focus).e-success .e-progress { + background-color: rgba(33, 135, 57, 0.2); +} + +.e-outline:not(:focus).e-info .e-progress { + background-color: rgba(27, 128, 158, 0.2); +} + +.e-outline:not(:focus).e-warning .e-progress { + background-color: rgba(170, 103, 8, 0.2); +} + +.e-outline:not(:focus).e-danger .e-progress { + background-color: rgba(220, 50, 67, 0.2); +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-dropdown-btn.e-active.e-tbar-btn { + background: #e6e6e6; + border: 1px solid #8c8c8c; + padding-left: 8px; + padding-right: 2.5px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-active { + padding-left: 11px; + padding-right: 6px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + padding-bottom: 0; + padding-top: 0; +} + +/*! component's theme wise override definitions and variables */ +/*! richtexteditor icons */ +.e-rte-toolbar .e-alignments::before, +.e-rte-dropdown-popup .e-alignments::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-justify-left::before, +.e-rte-dropdown-popup .e-justify-left::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-justify-center::before, +.e-rte-dropdown-popup .e-justify-center::before { + content: '\e35e'; +} + +.e-rte-toolbar .e-justify-right::before, +.e-rte-dropdown-popup .e-justify-right::before { + content: '\e34d'; +} + +.e-rte-toolbar .e-justify-full::before, +.e-rte-dropdown-popup .e-justify-full::before { + content: '\e334'; +} + +.e-rte-toolbar .e-font-name::before, +.e-rte-dropdown-popup .e-font-name::before { + content: '\e35f'; +} + +.e-rte-toolbar .e-font-color::before, +.e-rte-dropdown-popup .e-font-color::before { + content: '\e34c'; +} + +.e-rte-toolbar .e-background-color::before, +.e-rte-dropdown-popup .e-background-color::before { + content: '\e35c'; +} + +.e-rte-toolbar .e-bold::before, +.e-rte-dropdown-popup .e-bold::before { + content: '\e339'; +} + +.e-rte-toolbar .e-italic::before, +.e-rte-dropdown-popup .e-italic::before { + content: '\e35a'; +} + +.e-rte-toolbar .e-underline::before, +.e-rte-dropdown-popup .e-underline::before { + content: '\e343'; +} + +.e-rte-toolbar .e-strike-through::before, +.e-rte-dropdown-popup .e-strike-through::before { + content: '\e332'; +} + +.e-rte-toolbar .e-clear-format::before, +.e-rte-dropdown-popup .e-clear-format::before { + content: '\e331'; +} + +.e-rte-toolbar .e-clear-all::before, +.e-rte-dropdown-popup .e-clear-all::before { + content: '\e340'; +} + +.e-rte-toolbar .e-cut::before, +.e-rte-dropdown-popup .e-cut::before { + content: '\e33b'; +} + +.e-rte-toolbar .e-copy::before, +.e-rte-dropdown-popup .e-copy::before { + content: '\e33d'; +} + +.e-rte-toolbar .e-paste::before, +.e-rte-dropdown-popup .e-paste::before { + content: '\e355'; +} + +.e-rte-toolbar .e-unorder-list::before, +.e-rte-dropdown-popup .e-unorder-list::before { + content: '\e344'; +} + +.e-rte-toolbar .e-order-list::before, +.e-rte-dropdown-popup .e-order-list::before { + content: '\e346'; +} + +.e-rte-toolbar .e-indent::before, +.e-rte-dropdown-popup .e-indent::before { + content: '\e33f'; +} + +.e-rte-toolbar .e-outdent::before, +.e-rte-dropdown-popup .e-outdent::before { + content: '\e35d'; +} + +.e-rte-toolbar .e-undo::before, +.e-rte-dropdown-popup .e-undo::before { + content: '\e341'; +} + +.e-rte-toolbar .e-redo::before, +.e-rte-dropdown-popup .e-redo::before { + content: '\e354'; +} + +.e-rte-toolbar .e-super-script::before, +.e-rte-dropdown-popup .e-super-script::before { + content: '\e352'; +} + +.e-rte-toolbar .e-sub-script::before, +.e-rte-dropdown-popup .e-sub-script::before { + content: '\e357'; +} + +.e-rte-toolbar .e-create-link::before, +.e-rte-dropdown-popup .e-create-link::before { + content: '\e34e'; +} + +.e-rte-toolbar .e-open-link::before, +.e-rte-dropdown-popup .e-open-link::before { + content: '\e34a'; +} + +.e-rte-toolbar .e-edit-link::before, +.e-rte-dropdown-popup .e-edit-link::before { + content: '\e338'; +} + +.e-rte-toolbar .e-remove-link::before, +.e-rte-dropdown-popup .e-remove-link::before { + content: '\e348'; +} + +.e-rte-toolbar .e-image::before, +.e-rte-dropdown-popup .e-image::before { + content: '\e335'; +} + +.e-rte-toolbar .e-replace::before, +.e-rte-dropdown-popup .e-replace::before { + content: '\e359'; +} + +.e-rte-toolbar .e-align::before, +.e-rte-dropdown-popup .e-align::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-caption::before, +.e-rte-dropdown-popup .e-caption::before { + content: '\e35b'; +} + +.e-rte-toolbar .e-remove::before, +.e-rte-dropdown-popup .e-remove::before { + content: '\e33e'; +} + +.e-rte-toolbar .e-insert-link::before, +.e-rte-dropdown-popup .e-insert-link::before { + content: '\e34e'; +} + +.e-rte-toolbar .e-display::before, +.e-rte-dropdown-popup .e-display::before { + content: '\e358'; +} + +.e-rte-toolbar .e-alt-text::before, +.e-rte-dropdown-popup .e-alt-text::before { + content: '\e33c'; +} + +.e-rte-toolbar .e-dimension::before, +.e-rte-dropdown-popup .e-dimension::before { + content: '\e336'; +} + +.e-rte-toolbar .e-maximize::before, +.e-rte-dropdown-popup .e-maximize::before { + content: '\e342'; +} + +.e-rte-toolbar .e-minimize::before, +.e-rte-dropdown-popup .e-minimize::before { + content: '\e337'; +} + +.e-rte-toolbar .e-zoom-in::before, +.e-rte-dropdown-popup .e-zoom-in::before { + content: '\e349'; +} + +.e-rte-toolbar .e-zoom-out::before, +.e-rte-dropdown-popup .e-zoom-out::before { + content: '\e351'; +} + +.e-rte-toolbar .e-lower-case::before, +.e-rte-dropdown-popup .e-lower-case::before { + content: '\e347'; +} + +.e-rte-toolbar .e-upper-case::before, +.e-rte-dropdown-popup .e-upper-case::before { + content: '\e333'; +} + +.e-rte-toolbar .e-print::before, +.e-rte-dropdown-popup .e-print::before { + content: '\e34b'; +} + +.e-rte-toolbar .e-formats::before, +.e-rte-dropdown-popup .e-formats::before { + content: '\e353'; +} + +.e-rte-toolbar .e-source-code::before, +.e-rte-dropdown-popup .e-source-code::before { + content: '\e350'; +} + +.e-rte-toolbar .e-preview::before, +.e-rte-dropdown-popup .e-preview::before { + content: '\e345'; +} + +.e-rte-toolbar .e-view-side::before, +.e-rte-dropdown-popup .e-view-side::before { + content: '\e34f'; +} + +.e-rte-toolbar .e-insert-code::before, +.e-rte-dropdown-popup .e-insert-code::before { + content: '\e356'; +} + +.e-rte-toolbar .e-table-header::before, +.e-rte-dropdown-popup .e-table-header::before { + content: '\eb03'; +} + +.e-rte-toolbar .e-table-remove::before, +.e-rte-dropdown-popup .e-table-remove::before { + content: '\eb00'; +} + +.e-rte-toolbar .e-table-rows::before, +.e-rte-dropdown-popup .e-table-rows::before { + content: '\eb02'; +} + +.e-rte-toolbar .e-table-columns::before, +.e-rte-dropdown-popup .e-table-columns::before { + content: '\ea9e'; +} + +.e-rte-toolbar .e-table-cell-ver-align::before, +.e-rte-dropdown-popup .e-table-cell-ver-align::before { + content: '\ea9b'; +} + +.e-rte-toolbar .e-table-edit-properties::before, +.e-rte-dropdown-popup .e-table-edit-properties::before { + content: '\ea9a'; +} + +.e-rte-toolbar .e-create-table::before, +.e-rte-dropdown-popup .e-create-table::before { + content: '\e705'; +} + +.e-rte-toolbar .e-align-bottom::before, +.e-rte-dropdown-popup .e-align-bottom::before { + content: '\ea91'; +} + +.e-rte-toolbar .e-align-middle::before, +.e-rte-dropdown-popup .e-align-middle::before { + content: '\ea94'; +} + +.e-rte-toolbar .e-align-top::before, +.e-rte-dropdown-popup .e-align-top::before { + content: '\ea98'; +} + +.e-rte-toolbar .e-insert-column-left::before, +.e-rte-dropdown-popup .e-insert-column-left::before { + content: '\ea97'; +} + +.e-rte-toolbar .e-insert-column-right::before, +.e-rte-dropdown-popup .e-insert-column-right::before { + content: '\ea99'; +} + +.e-rte-toolbar .e-delete-column::before, +.e-rte-dropdown-popup .e-delete-column::before { + content: '\ea95'; +} + +.e-rte-toolbar .e-insert-row-before::before, +.e-rte-dropdown-popup .e-insert-row-before::before { + content: '\ea92'; +} + +.e-rte-toolbar .e-insert-row-after::before, +.e-rte-dropdown-popup .e-insert-row-after::before { + content: '\ea93'; +} + +.e-rte-toolbar .e-delete-row::before, +.e-rte-dropdown-popup .e-delete-row::before { + content: '\ea96'; +} + +.e-rte-toolbar .e-style::before, +.e-rte-dropdown-popup .e-style::before { + content: '\ea9f'; +} + +.e-richtexteditor .e-south-east::before, +.e-richtexteditor .e-south-west::before { + content: '\eb08'; +} + +/*! tab layout */ +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended { + padding-left: 3px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before { + top: -20px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn { + padding-left: 12px; + padding-right: 7px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active { + padding-left: 11px; + padding-right: 6px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn { + padding: 0 6px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content { + line-height: 34px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret { + font-size: 12px; +} + +.e-richtexteditor { + color: #333; + display: block; + position: relative; +} + +.e-richtexteditor textarea.e-content { + border: 0; + display: block; + height: 100%; + margin: 0; + outline: 0; + padding: 8px; + resize: none; + width: 100%; +} + +.e-richtexteditor .e-rte-hidden { + border: 0; + display: block; + height: 0; + margin: 0; + outline: 0; + padding: 0; + resize: none; + visibility: hidden; + width: 0; +} + +.e-richtexteditor.e-disabled { + pointer-events: none; +} + +.e-richtexteditor.e-rte-full-screen { + bottom: 0; + height: 100% !important; + left: 0; + position: fixed; + right: 0; + top: 0; + width: 100% !important; + z-index: 999; +} + +.e-richtexteditor.e-rtl .e-rte-character-count { + left: 0; + padding-left: 30px; + padding-right: unset; + right: unset; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 6px; +} + +.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 6px; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow { + margin-left: 0; + margin-right: 0; + overflow-x: auto; + white-space: nowrap; + width: 100%; +} + +.e-richtexteditor .e-rte-toolbar, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar { + z-index: 101; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended { + margin-left: 0; + padding-left: 6px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child { + min-width: 75px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child { + min-width: 67px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child { + min-width: 36px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn { + padding-left: 9px; + padding-right: 3.5px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active { + padding-left: 8px; + padding-right: 2.5px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before { + font-size: 12px; + position: relative; + top: -18px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before { + font-size: 13px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before { + display: inline; + font-size: 14px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content { + line-height: 25px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn { + padding: 0 1.5px; +} + +.e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'], +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] { + box-sizing: border-box; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible { + display: block; + visibility: hidden; +} + +.e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed { + top: 0; + transform: translate3d(0, 0, 0); +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) { + bottom: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed { + display: none; + left: 0; + position: fixed; + right: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show { + display: block; + z-index: 101; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float { + position: fixed; + top: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float { + position: absolute; +} + +.e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret { + font-size: 12px; +} + +.e-richtexteditor .rte-placeholder { + color: #333; + line-height: 18px; + opacity: 00.54; + overflow: hidden; + position: absolute; + text-align: start; + top: 0; + z-index: 1; +} + +.e-richtexteditor .e-rte-content { + position: relative; + z-index: 1; +} + +.e-richtexteditor .e-rte-content, +.e-richtexteditor .e-source-content { + -webkit-overflow-scrolling: touch; + overflow: auto; + transition: 100ms ease-out; + width: 100%; +} + +.e-richtexteditor .e-rte-content .e-content, +.e-richtexteditor .e-source-content .e-content { + background: unset; + box-sizing: border-box; + height: 100%; + min-height: 100px; + outline: 0 solid transparent; + overflow-x: auto; + padding: 16px; + position: relative; + text-align: inherit; + z-index: 2; +} + +@media screen and (min-width: 992px) { + .e-richtexteditor .e-rte-content .e-content, + .e-richtexteditor .e-source-content .e-content { + font-size: 14px; + } +} + +.e-richtexteditor .e-rte-content .e-content p, +.e-richtexteditor .e-source-content .e-content p { + margin: 0 0 10px; + margin-bottom: 10px; +} + +.e-richtexteditor .e-rte-content .e-content li, +.e-richtexteditor .e-source-content .e-content li { + margin-bottom: 10px; +} + +.e-richtexteditor .e-rte-content .e-content h1, +.e-richtexteditor .e-source-content .e-content h1 { + font-size: 2.17em; + font-weight: 400; + line-height: 1; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h2, +.e-richtexteditor .e-source-content .e-content h2 { + font-size: 1.74em; + font-weight: 400; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h3, +.e-richtexteditor .e-source-content .e-content h3 { + font-size: 1.31em; + font-weight: 400; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h4, +.e-richtexteditor .e-source-content .e-content h4 { + font-size: 1em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content h5, +.e-richtexteditor .e-source-content .e-content h5 { + font-size: 00.8em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content h6, +.e-richtexteditor .e-source-content .e-content h6 { + font-size: 00.65em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content blockquote, +.e-richtexteditor .e-source-content .e-content blockquote { + margin: 10px 0; + margin-left: 0; + padding-left: 5px; +} + +.e-richtexteditor .e-rte-content .e-content pre, +.e-richtexteditor .e-source-content .e-content pre { + background-color: inherit; + border: 0; + border-radius: 0; + color: #333; + font-size: inherit; + line-height: inherit; + margin: 0 0 10px; + overflow: visible; + padding: 0; + white-space: pre-wrap; + word-break: inherit; + word-wrap: break-word; +} + +.e-richtexteditor .e-rte-content .e-content strong, +.e-richtexteditor .e-rte-content .e-content b, +.e-richtexteditor .e-source-content .e-content strong, +.e-richtexteditor .e-source-content .e-content b { + font-weight: 700; +} + +.e-richtexteditor .e-rte-content .e-content a, +.e-richtexteditor .e-source-content .e-content a { + text-decoration: none; + -webkit-user-select: auto; + -ms-user-select: auto; + user-select: auto; +} + +.e-richtexteditor .e-rte-content .e-content a:hover, +.e-richtexteditor .e-source-content .e-content a:hover { + text-decoration: underline; +} + +.e-richtexteditor .e-rte-content .e-content p:last-child, +.e-richtexteditor .e-rte-content .e-content pre:last-child, +.e-richtexteditor .e-rte-content .e-content blockquote:last-child, +.e-richtexteditor .e-source-content .e-content p:last-child, +.e-richtexteditor .e-source-content .e-content pre:last-child, +.e-richtexteditor .e-source-content .e-content blockquote:last-child { + margin-bottom: 0; +} + +.e-richtexteditor .e-rte-content .e-content h3 + h4, +.e-richtexteditor .e-rte-content .e-content h4 + h5, +.e-richtexteditor .e-rte-content .e-content h5 + h6, +.e-richtexteditor .e-source-content .e-content h3 + h4, +.e-richtexteditor .e-source-content .e-content h4 + h5, +.e-richtexteditor .e-source-content .e-content h5 + h6 { + margin-top: 00.6em; +} + +.e-richtexteditor .e-rte-content .e-content ul:last-child, +.e-richtexteditor .e-source-content .e-content ul:last-child { + margin-bottom: 0; +} + +.e-richtexteditor .e-rte-character-count { + bottom: 0; + color: #000; + font-family: 'Times New Roman', Georgia, Serif; + font-size: 14px; + opacity: 00.54; + padding-bottom: 2px; + padding-right: 30px; + position: absolute; + right: 0; + z-index: 100; +} + +.e-richtexteditor .e-rte-character-count.e-warning { + color: #ffb74d; + opacity: unset; +} + +.e-richtexteditor .e-rte-character-count.e-error { + color: #c62828; + opacity: unset; +} + +.e-richtexteditor .e-rte-srctextarea { + background-color: transparent; + border: 0; + color: #333; + display: block; + height: 100%; + line-height: 22px; + min-height: 200px; + overflow: auto; + padding: 16px; + resize: none; + transition: 100ms ease-out; + width: 100%; +} + +.e-richtexteditor img::selection { + background: transparent; + color: transparent; +} + +.e-richtexteditor .e-resize-handle { + height: 15px; + position: absolute; + width: 15px; +} + +.e-richtexteditor .e-resize-handle.e-south-east { + bottom: 0; + cursor: nwse-resize; + right: 0; + z-index: 100; +} + +.e-rte-linkcontent .e-rte-label { + padding-top: 20px; +} + +.e-rte-label label { + font-weight: normal; +} + +.e-rte-linkcontent .e-rte-label:first-child { + padding-top: 0; +} + +.e-bigger .e-rte-dropdown-popup ul { + min-width: 84px; +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-inline-dropdown ul { + padding: 7px 0; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown ul li.e-item { + height: 34px; + line-height: 34px; + padding: 0 6.5px; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown ul .e-item .e-menu-icon { + float: none; + } +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup { + max-height: 280px; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup ul { + display: -ms-inline-flexbox; + display: inline-flex; + } +} + +.e-rte-dropdown-popup ul { + min-width: 82px; +} + +.e-rte-dropdown-popup ul .e-item .e-menu-icon { + margin: 0 6px; + width: auto; +} + +.e-rte-dropdown-popup ul .e-item.e-h1 { + font-size: 2em; + font-weight: bold; + height: 40px; + line-height: 40px; +} + +.e-rte-dropdown-popup ul .e-item.e-h2 { + font-size: 1.5em; + font-weight: bold; + height: 40px; + line-height: 40px; +} + +.e-rte-dropdown-popup ul .e-item.e-h3 { + font-size: 1.16em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h4 { + font-size: 1em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h5 { + font-size: .83em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h6 { + font-size: .7em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-segoe-ui { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-arial { + font-family: Arial, Helvetica, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-courier-new { + font-family: Courier New, Courier, monospace; +} + +.e-rte-dropdown-popup ul .e-item.e-georgia { + font-family: Georgia, 'Times New Roman', Times, serif; +} + +.e-rte-dropdown-popup ul .e-item.e-helvetica-neue { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-impact { + font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-lucida-console { + font-family: Lucida Console, Monaco, monospace; +} + +.e-rte-dropdown-popup ul .e-item.e-tahoma { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-times-new-roman { + font-family: 'Times New Roman', Times, serif; +} + +.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms { + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-verdana { + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-roboto { + font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif; +} + +.e-rte-dropdown-popup.e-rte-dropdown-icons ul { + min-width: auto; +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-dropdown-icons ul { + min-width: 30px; + } +} + +.e-rte-content .e-content .e-imgbreak { + border: 0; + cursor: pointer; + display: block; + float: none; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-rte-image { + border: 0; + cursor: pointer; + display: ''; + float: none; + margin: auto; + max-width: 100%; + position: relative; +} + +.e-rte-content .e-content .e-imginline { + display: inline-block; + float: none; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); + vertical-align: bottom; +} + +.e-rte-content .e-content .e-imgcenter { + cursor: pointer; + display: block; + float: none; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-rte-content .e-content .e-imgleft { + float: left; + margin: 0 5px 0 0; + text-align: left; +} + +.e-rte-content .e-content .e-imgright { + float: right; + margin: 0 0 0 5px; + text-align: right; +} + +.e-rte-img-popup .e-item { + height: 106px; + width: 300px; +} + +.e-richtexteditor .e-content .e-img-caption { + display: inline-block; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-richtexteditor .e-img-caption.e-caption-inline { + display: inline-block; + margin: 5px auto; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); + position: relative; + text-align: center; + vertical-align: bottom; +} + +.e-richtexteditor .e-img-caption.e-caption-inline.e-imgcenter { + display: block; +} + +.e-richtexteditor .e-img-caption.e-imgcenter { + display: block; +} + +.e-richtexteditor .e-img-inner { + box-sizing: border-box; + display: block; + font-size: 16px; + font-weight: initial; + margin: auto; + opacity: .9; + position: relative; + text-align: center; + width: 100%; +} + +.e-richtexteditor .e-content .e-img-wrap { + display: inline-block; + margin: auto; + padding: 0; + width: 100%; +} + +.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgright, +.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgleft { + float: none; + margin: 0; +} + +.e-richtexteditor .e-linkheader { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + opacity: .87; + padding-bottom: 20px; + padding-top: 20px; +} + +.e-richtexteditor .e-rte-img-dialog .e-rte-label { + padding-top: 20px; +} + +.e-richtexteditor .e-rte-img-dialog .e-rte-label:first-child { + padding-top: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons { + margin-top: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list { + border-bottom: 0 solid transparent; + min-height: initial; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files { + border-top: 0 solid transparent; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap { + display: none; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload { + border: 0 solid transparent; + float: none; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn { + display: block; + height: 36px; + margin: -50px auto; + padding: 0 18px; +} + +.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn { + display: none; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea { + line-height: 10; + min-height: 50px; + position: relative; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text { + display: inline-block; + line-height: normal; +} + +.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea { + line-height: 4; +} + +.e-richtexteditor .e-rte-inline-dropdown ul { + max-height: 200px; + overflow-y: auto; +} + +.e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul { + max-height: 280px; + overflow-y: auto; +} + +.e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul { + max-height: 360px; + overflow-y: auto; +} + +.e-richtexteditor .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown, +.e-richtexteditor .e-rte-inline-dropdown.e-rte-fontcolor-dropdown { + line-height: 0; +} + +.e-richtexteditor .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements { + border-bottom-style: solid; + border-bottom-width: 3px; + line-height: 1; + padding-bottom: 1px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open { + border-radius: 0; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + font-size: 14px; + font-weight: normal; + min-width: 120px; + overflow: hidden; + padding: 10px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell { + border: 1px solid #ccc; + display: inline-block; + height: 14px; + margin: 1px; + overflow: hidden; + vertical-align: top; + width: 14px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row { + height: 16px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn { + width: 100%; +} + +.e-richtexteditor .e-rte-edit-table .e-rte-field { + padding-top: 20px; +} + +.e-richtexteditor .e-rte-edit-table .e-rte-field:first-child { + padding-top: 0; +} + +.e-richtexteditor .e-rte-content .e-content table { + border-collapse: collapse; + empty-cells: show; +} + +.e-richtexteditor .e-rte-content .e-content table td, +.e-richtexteditor .e-rte-content .e-content table th { + border: 1px solid #bdbdbd; + height: 20px; + min-width: 20px; + padding: 2px 5px; + vertical-align: middle; +} + +.e-richtexteditor .e-rte-content .e-content table.e-dashed-border td, +.e-richtexteditor .e-rte-content .e-content table.e-dashed-border th { + border-style: dashed; +} + +.e-richtexteditor .e-rte-content .e-content table td.e-cell-select, +.e-richtexteditor .e-rte-content .e-content table th.e-cell-select { + border: 1px double #0478d7; + height: 24.67px; +} + +.e-richtexteditor span.e-table-box { + cursor: nwse-resize; + display: block; + height: 10px; + position: absolute; + width: 10px; +} + +.e-richtexteditor span.e-table-box.e-rmob { + height: 14px; + width: 14px; +} + +.e-richtexteditor .e-row-resize, +.e-richtexteditor .e-column-resize { + background-color: transparent; + background-repeat: repeat; + bottom: 0; + cursor: col-resize; + height: 1px; + overflow: visible; + position: absolute; + width: 1px; +} + +.e-richtexteditor .e-row-resize { + cursor: row-resize; + height: 1px; +} + +.e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-right: 50px; +} + +.e-richtexteditor .e-rte-upload-popup { + width: 250px; +} + +.e-richtexteditor .e-rte-dialog-upload .e-upload-files { + border-top: 0; +} + +.e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list { + border-bottom: 0; +} + +.e-richtexteditor.e-rte-readonly .e-rte-toolbar { + pointer-events: none; +} + +.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette, +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette { + padding: 0; +} + +.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn { + padding: 5px; +} + +.e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, .e-bigger +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn { + padding: 5px; +} + +.e-rte-quick-popup { + border-radius: 2px; + overflow: hidden; +} + +.e-rte-quick-popup .e-rte-quick-toolbar { + border-radius: 2px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow { + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow { + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) { + border-radius: 2px; + margin: 0 6px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator { + display: block; + height: 1px; + margin: 0; + min-height: 1px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item { + margin: 0 6px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 6px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) { + line-height: 20px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons { + min-width: 25px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover { + min-height: 26px; + min-width: 27px; + padding: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons::before { + display: inline; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret { + font-size: 10px; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn { + line-height: 24px; + margin: 4px 0; + padding: 0; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) { + font-size: 14px; + margin-left: -3px; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret { + font-size: 10px; + width: 12px; +} + +.e-rte-quick-popup.e-hide { + display: block; + visibility: hidden; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar { + min-height: 48px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) { + margin: 0 6px; + min-height: 48px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) { + margin: 0 6px; + min-height: 48px; + min-width: 36px; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) { + line-height: normal; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn, +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover { + min-height: 34px; + min-width: 39px; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 6px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: 34px; + line-height: normal; + margin: 0; + min-height: 34px; + min-width: 39px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn { + line-height: 33px; + margin: 4px 0; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) { + font-size: 16px; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret { + font-size: 11px; + width: 20px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control { + display: -ms-flexbox; + display: flex; + padding-left: 1px; + padding-right: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover { + padding-bottom: 1px; + padding-top: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content { + position: relative; + vertical-align: middle; + width: 30px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements { + border-bottom-style: solid; + border-bottom-width: 3px; + line-height: 1; + padding-bottom: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after { + content: ''; + height: 100%; + position: absolute; + right: 0; + width: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-width: 18px; + text-align: center; + width: 18px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon { + min-width: 20px; + width: 20px; +} + +.e-popup-modal.e-popup.e-popup-open { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-rte-modal-popup.e-popup-container.e-center { + -ms-flex-pack: center; + justify-content: center; +} + +.e-rte-modal-popup.e-popup-container { + -ms-flex-align: center; + align-items: center; + display: none; + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; + z-index: 10000; +} + +.e-popup-overlay { + height: 100%; + left: 0; + opacity: .5; + position: absolute; + top: 0; + width: 100%; +} + +.e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell { + height: 16px; + width: 16px; +} + +.e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row { + height: 18px; +} + +.e-table-rhelper { + cursor: col-resize; + opacity: .87; + position: absolute; +} + +.e-table-rhelper.e-column-helper { + width: 1px; +} + +.e-table-rhelper.e-row-helper { + height: 1px; +} + +.e-reicon::before { + border-bottom: 6px solid transparent; + border-right: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + position: absolute; + right: 4px; + top: 4px; + width: 20px; +} + +.e-reicon::after { + border-bottom: 6px solid transparent; + border-left: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + left: 4px; + position: absolute; + top: 4px; + width: 20px; + z-index: 3; +} + +.e-row-helper.e-reicon::after { + top: 10px; + transform: rotate(90deg); +} + +.e-row-helper.e-reicon::before { + left: 4px; + top: -20px; + transform: rotate(90deg); +} + +.e-rte-overflow { + overflow: hidden; +} + +.e-rte-dialog-minheight { + min-height: 296px; +} + +.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor { + background-size: 700px 190px; + min-height: 190px; +} + +.e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor, +.e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor { + background-size: 700px 190px; + min-height: 190px; +} + +.e-richtexteditor .e-rte-content .e-content table.e-rte-table-border { + border: 1px solid #bdbdbd; + border-collapse: separate; +} + +/*! tab layout */ +.e-richtexteditor .e-rte-toolbar { + border: 1px solid #ddd; + border-bottom: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); + border: 1px solid #8c8c8c; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active { + background: #e6e6e6; + border-color: #8c8c8c; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after { + background: #adadad; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover { + background: inherit; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover { + background: #e6e6e6; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus { + background: #e6e6e6; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active { + background: #e6e6e6; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover { + background: #e6e6e6; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus { + background: #e6e6e6; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active { + background: #e6e6e6; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active { + background: #e6e6e6; + border: 1px solid #adadad; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after { + background: #adadad; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover { + background: transparent; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active { + background: #e6e6e6; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float { + border: 1px solid #ddd; +} + +.e-richtexteditor .e-rte-toolbar.e-tb-static { + border-bottom: 1px solid #ddd; +} + +.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) { + border: 0; +} + +.e-richtexteditor .e-rte-content, +.e-richtexteditor .e-source-content { + background: #fff; + border: 1px solid #ddd; + color: #333; +} + +.e-richtexteditor .e-rte-content .e-content blockquote, +.e-richtexteditor .e-source-content .e-content blockquote { + border-left: solid 2px #333; +} + +.e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize), +.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize) { + border: solid 2px #317ab9; +} + +.e-richtexteditor .e-rte-content .e-content a, +.e-richtexteditor .e-source-content .e-content a { + color: #2e2ef1; +} + +.e-richtexteditor.e-rte-resize { + background: #fff; +} + +.e-richtexteditor .e-input.e-rte-linkurl.e-error, +.e-richtexteditor .e-input.e-img-link.e-error { + color: #f00; +} + +.e-richtexteditor.e-rte-full-screen { + background: #fff; +} + +.e-richtexteditor.e-rte-inline .e-rte-content { + border: 0; +} + +.e-richtexteditor.e-rte-tb-expand { + border: 1px solid #ddd; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar { + border: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar, +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended { + border: 0; + border-bottom: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content { + border-top: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float { + border-bottom: 1px solid #ddd; + border-right: 1px solid #ddd; + border-top: 1px solid #ddd; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open { + border-bottom: 1px solid #fafafa; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended { + border-bottom: 1px solid #ddd; + border-right: 1px solid #ddd; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-content, +.e-richtexteditor.e-rte-tb-expand .e-source-content { + border: 0; + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; +} + +.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content, +.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content { + border-bottom: 0; +} + +.e-rte-quick-popup { + border: 0; + border-radius: 2px; + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.26); +} + +.e-rte-quick-popup .e-rte-quick-toolbar { + background: #fff; + border: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items { + background: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator { + border: 0.5px solid rgba(0, 0, 0, 0.05); +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn { + background: #fff; + border: 1px solid transparent; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover { + background: rgba(0, 0, 0, 0.12); + border-color: #8c8c8c; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active { + background: rgba(0, 0, 0, 0.12); + border-color: #8c8c8c; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); + border: 1px solid #8c8c8c; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-dropdown-btn { + background: #fff; + border-color: #fff; +} + +.e-rte-quick-popup .e-rte-dropdown-btn:focus, .e-rte-quick-popup .e-rte-dropdown-btn:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-rte-quick-popup .e-rte-dropdown-btn:hover { + border-color: #8c8c8c; +} + +.e-dialog .e-img-uploadwrap .e-droptext { + border: dashed 2px #d4d4d4; + border-radius: 4px; + color: #adadad; + display: block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + height: 185px; + margin: 0 auto; + text-align: center; + width: 300px; +} + +.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext { + height: 66px; + margin: 0 auto; + width: 168px; +} + +.e-linkheader { + color: #333; +} + +.e-rte-img-popup.e-popup { + background: #fff; + border: 1px solid #ccc; + box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21); + color: #000; + padding: 10px; +} + +.e-rte-content .e-content img:not(.e-resize) { + z-index: 1000; +} + +span.e-rte-imageboxmark { + background: #4a90e2; + border: 1px solid #fff; + display: block; + height: 10px; + position: absolute; + width: 10px; + z-index: 1000; +} + +.e-mob-rte span.e-rte-imageboxmark { + background: #fff; + border: 1px solid #4a90e2; + border-radius: 15px; + height: 20px; + width: 20px; +} + +.e-mob-rte.e-mob-span span.e-rte-imageboxmark { + background: #4a90e2; + border: 1px solid #fff; +} + +.e-rte-content .e-content img.e-resize { + z-index: 1000; +} + +.e-disabled { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-disabled .e-rte-toolbar .e-toolbar-item { + cursor: default; +} + +.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:hover, .e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active, .e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus { + background: transparent; + cursor: default; +} + +.e-dropdown-popup ul .e-item.e-active { + background-color: #e6e6e6; + color: #333; +} + +.e-popup-overlay { + background-color: #383838; +} + +.e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn { + color: #333; +} + +.e-rte-table-popup.e-popup.e-popup-open { + background-color: #fff; + color: #000; +} + +.e-rte-table-popup .e-span-border { + border: 1px solid #ddd; + display: block; + margin-bottom: 8px; + margin-top: 12px; +} + +.e-rte-table-popup .e-rte-popup-header { + color: rgba(51, 51, 51, 0.87); + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + text-align: center; +} + +.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default { + background-color: #fff; +} + +.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active { + background-color: rgba(49, 122, 185, 0.2); + border: 1px solid #ccc; +} + +.e-richtexteditor .e-rte-content .e-content table.e-alternate-border tbody tr:nth-child(2n) { + background-color: #f5f5f5; +} + +.e-richtexteditor .e-rte-content .e-content table th { + background-color: #e0e0e0; +} + +.e-rte-table-popup.e-popup.e-popup-open { + background-color: #fff; + color: #000; +} + +span.e-table-box { + background-color: #fff; + border: 1px solid #bdbdbd; +} + +span.e-table-box.e-rbox-select { + background-color: #bdbdbd; + border: 1px solid #bdbdbd; +} + +.e-table-rhelper { + background-color: #ccc; +} + +.e-rte-dialog-upload.e-upload.e-lib.e-keyboard { + background: #fff; +} + +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons { + color: #000; +} + +/*! component's theme wise override definitions and variables */ +/*! Bootstrap theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +/*! Bootstrap specific themes definition's */ +/*! Vertical Tab */ +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-gantt .e-add::before { + content: '\e823'; +} + +.e-gantt .e-edit::before { + content: '\e944'; +} + +.e-gantt .e-delete::before { + content: '\e84e'; +} + +.e-gantt .e-cancel::before { + content: '\e842'; +} + +.e-gantt .e-save::before { + content: '\e964'; +} + +.e-gantt .e-update::before { + content: '\e735'; +} + +.e-gantt .e-search-icon::before { + content: '\e961'; +} + +.e-gantt .e-cancel-icon::before { + content: '\e842'; +} + +.e-gantt .e-notes-info::before { + content: '\1F6C8'; +} + +.e-gantt .e-left-resize-gripper::before, +.e-gantt .e-right-resize-gripper::before { + content: '\ebc7'; +} + +.e-gantt .e-expandall::before { + content: '\e558'; +} + +.e-gantt .e-collapseall::before { + content: '\e557'; +} + +.e-gantt .e-prevtimespan::before { + content: '\e85b'; +} + +.e-gantt .e-nexttimespan::before { + content: '\e85f'; +} + +.e-gantt .e-zoomin::before { + content: '\e349'; +} + +.e-gantt .e-zoomout::before { + content: '\e351'; +} + +.e-gantt .e-zoomtofit::before { + content: '\e657'; +} + +.e-gantt .e-csvexport::before { + content: '\e241'; +} + +.e-gantt .e-excelexport::before { + content: '\e242'; +} + +.e-gantt .e-add-above::before { + content: '\e658'; +} + +.e-gantt .e-add-below::before { + content: '\e659'; +} + +.e-gantt.e-device .e-backarrowspan::before, +.e-gantt.e-device .e-icon-dlg-close::before { + content: '\e85b'; +} + +.e-gantt.e-device .e-left-resize-gripper::before, +.e-gantt.e-device .e-right-resize-gripper::before { + content: '\e903'; +} + +.e-gantt { + display: block; + width: 100%; +} + +.e-gantt .e-cloneproperties { + padding: 4px 5px; +} + +.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + left: -5px; + position: relative; +} + +.e-gantt .e-cloneproperties { + border-style: solid; + border-width: 1px; + box-shadow: 0 0; + font-size: 12px; + font-weight: 500; + opacity: 1; + overflow: hidden; + padding: 4px 5px; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; + z-index: 100; +} + +.e-gantt .e-cloneproperties.e-draganddrop { + border-spacing: 0; + font-size: 12px; + font-weight: normal; + overflow: visible; +} + +.e-gantt .e-cloneproperties .e-bothganttlines { + border-width: 1px 0 0 1px; +} + +.e-gantt .e-draganddrop { + border-width: 0 1px 1px; + font-weight: normal; + padding: 0; +} + +.e-gantt .e-draganddrop .e-rowcell { + opacity: .95; +} + +.e-gantt .e-cloneproperties.e-draganddrop table { + border-spacing: 0; +} + +.e-gantt .e-icons.e-errorelem { + display: inline-block; + padding-left: 10px; + vertical-align: middle; +} + +.e-gantt .e-errorelem::before { + color: #e3165b; + content: '\e22a'; + transform: rotate(180deg); +} + +.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, +.e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop { + border-bottom: 0; + border-right: 1px solid #888; + border-top: 1px solid #888; +} + +.e-gantt .e-gantt-toolbar { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-style: solid; + border-width: 1px 1px 0; +} + +.e-gantt .e-flmenu-valuediv { + padding-top: 24px; +} + +.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar { + margin: 0; +} + +.e-gantt .e-gantt-splitter .e-pane { + overflow: hidden !important; +} + +.e-gantt .e-temp-content { + border-left: 1px solid; +} + +.e-gantt .e-tab { + border: 0; +} + +.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active { + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header { + padding-left: 12px; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator { + display: block; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-style: solid; + border-width: 0px; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before { + border: 0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid { + border-width: 0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header { + border-bottom-style: solid; + border-bottom-width: 1px; + height: 45px; +} + +.e-gantt .e-gantt-tree-grid-pane .e-headercontent { + border-right-width: 0 !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridheader { + border-top-style: none; + border-top-width: 0; + padding-right: 0 !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-columnheader, +.e-gantt .e-gantt-tree-grid-pane .e-headercell { + height: 63px !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content { + overflow-x: scroll !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding { + width: calc(100% + 17px); +} + +.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info { + text-align: center; +} + +.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info { + display: inline-block; + font-size: 18px; + height: 15px; + line-height: 10px; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart { + height: 100%; + overflow: hidden; + position: relative; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-chart-root-container { + border-right: 0 solid; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-content { + -webkit-overflow-scrolling: touch; + overflow-x: scroll; + overflow-y: auto; + position: relative; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-timeline-header-container { + border-bottom-style: solid; + border-right-width: 0; + overflow: hidden; + position: relative; + z-index: 6; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th { + border-left: 0; + padding: 0 3px; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-container { + border-collapse: collapse; + border-spacing: 0; + border-width: 0; + box-sizing: border-box; + margin: 0; + padding: 0; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-body { + border-collapse: collapse; + box-sizing: border-box; + display: inline-block; + white-space: nowrap; + zoom: 1; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + border-spacing: 0; + border-style: solid; + border-top: 0; + border-width: 1px; + box-sizing: border-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 14px; + font-weight: bold; + margin: 0; + padding: 0; + position: static; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label { + box-sizing: border-box; + margin: auto; + overflow: hidden; + position: static; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text { + padding-left: 8px; + text-align: left; +} + +.e-gantt .e-gantt-chart .e-gantt-grid-lines { + border-bottom-style: solid; + border-bottom-width: 1px; + border-collapse: collapse; + border-spacing: 0; + box-sizing: border-box; +} + +.e-gantt .e-gantt-chart .e-zero-spacing { + border-spacing: none; +} + +.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border { + border-top-color: transparent; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border { + border-collapse: separate; + border-style: solid; + border-width: 1px 0 0; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell { + font-size: 0; + padding: 0; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-chart .e-line-container-cell { + border-right-style: solid; + border-right-width: 1px; + height: 100%; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-taskbar-main-container { + cursor: move; + display: inline-block; + position: absolute; + vertical-align: middle; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: end; + justify-content: flex-end; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + outline: none; + overflow: hidden; + position: absolute; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-left-label-container { + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div, +.e-gantt .e-gantt-chart .e-right-label-container { + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: end; + justify-content: flex-end; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-label { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-right-label-container { + background-color: transparent; + display: inline-block; + margin: 0; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-right-label-inner-div { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + outline: none; + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-indicator-span { + display: inline-block; + font-size: 13px; + font-weight: 400; + overflow: hidden; + position: absolute; + text-overflow: ellipsis; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar, +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar, +.e-gantt .e-gantt-chart .e-gantt-child-progressbar, +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar, +.e-gantt .e-gantt-chart .e-gantt-milestone { + display: inline-block; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div, +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div { + border-spacing: 0; + box-sizing: border-box; + margin: auto; + overflow: hidden; + padding: 0; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div, +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + box-sizing: border-box; + text-align: right; +} + +.e-gantt .e-gantt-chart .e-chart-scroll-container, +.e-gantt .e-gantt-chart .e-chart-rows-container { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-gantt .e-gantt-chart .e-taskbar-left-resizer, +.e-gantt .e-gantt-chart .e-taskbar-right-resizer { + display: inline-block; + position: absolute; + top: 0; + width: 10px; + z-index: 4; +} + +.e-gantt .e-gantt-chart .e-child-progress-resizer { + display: inline-block; + height: 15px; + position: absolute; + top: 0; + width: 20px; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper { + cursor: col-resize; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler { + border-style: solid; + border-width: 1px; + box-sizing: content-box; + cursor: col-resize; + height: 2px; + position: absolute; + top: 7px; + width: 12px; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element { + border-bottom-style: solid; + border-bottom-width: 6px; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + cursor: col-resize; + height: 0; + left: -1px; + position: absolute; + top: -7px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after { + border-bottom-style: solid; + border-bottom-width: 6px; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + cursor: col-resize; + height: 0; + left: -1; + position: absolute; + top: -6px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-baseline-bar { + box-sizing: border-box; + position: absolute; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-milestone-top { + border-style: none solid solid; + border-top: 0; +} + +.e-gantt .e-gantt-chart .e-milestone-top, +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-left-color: transparent; + border-right-color: transparent; +} + +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-bottom: 0; + border-style: solid solid none; +} + +.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container { + position: absolute; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-task-label { + display: inline; + font-weight: normal; + margin-left: 8px; + margin-right: 15px; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart .e-task-table { + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-left-resize-gripper, +.e-gantt .e-gantt-chart .e-right-resize-gripper { + -ms-flex-align: center; + align-items: center; + cursor: e-resize; + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-gantt .e-gantt-chart .e-holiday { + display: inline-block; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-holiday .e-span { + font-size: 13px; + position: absolute; + transform: rotate(-90deg); + white-space: nowrap; + width: 0; +} + +.e-gantt .e-gantt-chart .e-weekend { + display: inline-block; + position: absolute; + z-index: 0; +} + +.e-gantt .e-gantt-chart .e-event-markers { + border-left: 1px dashed; + position: absolute; + width: 1px; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-span-label { + border-radius: 3px; + font-weight: 500; + height: 30px; + left: 5px; + line-height: 1.5; + padding: 7px 12px; + position: absolute; + top: 50px; + white-space: nowrap; + width: auto; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow { + border-bottom: 5px solid transparent; + border-right: 5px solid; + border-top: 5px solid transparent; + height: 0; + position: absolute; + top: 60px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar { + border-radius: 0; + border-style: none; + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow { + border-left-style: solid; + border-left-width: 10px; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-right-style: solid; + border-right-width: 10px; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow, +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-bottom: 5px solid transparent; + border-top: 5px solid transparent; +} + +.e-gantt .e-gantt-chart .e-connector-line-container { + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-connector-line-z-index { + z-index: 1; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover { + outline: 1px solid; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover-z-index { + z-index: 100; +} + +.e-gantt .e-gantt-chart .e-connectortouchpoint { + background-color: transparent; + display: block; + position: absolute; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-right, +.e-gantt .e-gantt-chart .e-connectorpoint-left, +.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div, +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + border-radius: 50%; + display: inline-block; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover { + border-style: solid; + border-width: 1px; + box-sizing: content-box; + cursor: pointer; + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-allow-block { + cursor: no-drop; +} + +.e-gantt .e-gantt-chart .e-icon { + font-family: 'e-icons'; + font-size: 13px; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + text-transform: none; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart .e-active-container { + border: 1px solid !important; +} + +.e-gantt .e-gantt-dialog { + border: 0; +} + +.e-gantt .e-gantt-dialog .e-gridform .e-table { + border-spacing: 0; +} + +.e-gantt .e-gantt-dialog .e-item { + height: 241px; +} + +.e-gantt .e-gantt-dialog .e-dependent-div { + border-bottom-width: 0px; +} + +.e-gantt .e-gantt-dialog .e-icon-dlg-close { + opacity: initial; +} + +.e-gantt .e-gantt-dialog .e-toolbar { + border-top-width: 0; +} + +.e-gantt .e-gantt-dialog .e-resource-div { + border-bottom-width: 0px; +} + +.e-gantt .e-gantt-dialog .e-resource-div .e-gridheader { + border-top-width: 0; +} + +.e-gantt .e-gantt-dialog .e-edit-form-row { + height: 241px; + overflow-y: auto; + padding-bottom: 16px; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) { + float: left; + padding: 16px 18px 0 18px; + width: 50%; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) { + float: left; + padding: 16px 16px 0 0; + width: 50%; +} + +.e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) { + padding: 16px 16px 0 0; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column { + height: 75px; +} + +.e-gantt .e-gantt-dialog .e-dependent-div .e-content { + height: 161px; +} + +.e-gantt .e-gantt-dialog .e-resource-div .e-content { + height: 202px; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor { + border-bottom-width: 0px; + height: 241px !important; + overflow: hidden; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand { + border-top: 0; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content { + border-bottom-width: 0px; + height: 200px; +} + +.e-gantt .e-gantt-dialog > .e-dlg-content { + padding: 0 !important; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + border-bottom: 0 !important; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + border-radius: 6px 6px 0px 0px; + padding-bottom: 20px; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + border-radius: 50%; +} + +.e-icon-rowselect::before { + content: '\e930'; +} + +.e-ganttpopup { + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + font-weight: normal; + position: absolute; + user-select: none; + z-index: 99999; +} + +.e-ganttpopup .e-rowselect { + line-height: 18px; + text-indent: 7%; +} + +.e-ganttpopup span { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + padding: 4px; + width: 26px; +} + +.e-ganttpopup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-ganttpopup .e-tail::after, +.e-ganttpopup .e-tail::before, +.e-ganttpopup .e-ganttpopup { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-ganttpopup .e-downtail::after { + top: 34px; +} + +.e-gantt-tooltip.e-tooltip-wrap { + opacity: 1; +} + +.e-gantt-tooltip-label { + padding-bottom: 2px; + padding-right: 2px; + text-align: right; +} + +.e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) { + float: none; + padding: 16px 18px 0 18px; + width: 100%; +} + +.e-gantt.e-device .e-edit-form-row { + height: auto; +} + +.e-gantt.e-device .e-adaptive-searchbar { + padding: 5px 10px; + width: 90%; +} + +.e-gantt.e-device .e-backarrowspan { + font-size: 16px; + padding: 5px 10px; +} + +.e-gantt.e-device .e-gantt-dialog { + max-height: auto; +} + +.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn { + float: left; + left: -4px; +} + +.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close { + font-size: 16px; +} + +.e-gantt.e-device .e-gantt-dialog .e-dlg-header { + display: inline-block; +} + +.e-gantt.e-device .e-toolbar-item { + padding: 7px; +} + +.e-gantt.e-device .e-toolbar .e-icons { + font-size: 18px; +} + +.e-gantt.e-device .e-gridheader .e-icons { + font-size: 12px; +} + +.e-gantt.e-device .e-right-resize-gripper, +.e-gantt.e-device .e-left-resize-gripper { + border: 7px solid; + z-index: -1; +} + +.e-gantt.e-device .e-right-resize-gripper::before, +.e-gantt.e-device .e-left-resize-gripper::before { + font-size: 14px; + margin-left: -7px; +} + +.e-gantt.e-device .e-dependent-div .e-content { + height: 100%; +} + +.e-gantt.e-device .e-resource-div .e-content { + height: 100%; +} + +.e-gantt.e-device .e-richtexteditor { + height: 100%; +} + +.e-gantt.e-device .e-richtexteditor .e-rte-content { + height: 100%; +} + +/*! Gantt theme */ +.e-gantt .e-gantt-splitter { + border-color: #ddd; + border-radius: 4px; +} + +.e-gantt .e-cloneproperties.e-draganddrop { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + opacity: .95; + overflow: visible; +} + +.e-gantt .e-cloneproperties { + background-color: #fff; + border-color: #ddd; + color: #333; +} + +.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell { + color: #333; +} + +.e-gantt .e-cloneproperties.e-draganddrop table, +.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground { + background-color: #fff; + height: 30px; +} + +.e-gantt .e-gantt-toolbar + .e-gantt-splitter { + border-top-left-radius: 0px; + border-top-right-radius: 0px; +} + +.e-gantt .e-gantt-dialog .e-dlg-header { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + background: #317ab9; +} + +.e-gantt .e-gantt-dialog .e-icon-dlg-close { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover { + background-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close { + color: rgba(0, 0, 0, 0.8); +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header { + background: #317ab9; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator { + background: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active { + background-color: #fff; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text { + color: #333; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover { + background: #8ab8e0; + border-bottom: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text { + color: #fff; +} + +.e-gantt .e-temp-content { + border-color: #ddd; +} + +.e-gantt .e-splitter-box { + border-color: #ddd; +} + +.e-gantt .e-gantt-temp-header { + border-color: #ddd; +} + +.e-gantt .e-gantt-chart-pane { + border-color: #ddd; +} + +.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div { + height: 45px !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active { + background: #c6ddf0; +} + +.e-gantt .e-gantt-chart .e-timeline-header-container { + background: #fff; + border-bottom-color: #ddd; + border-bottom-width: 2px; + border-right-color: #ddd; + color: #333; + height: 65px; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + border-color: #ddd; + color: #333; +} + +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + height: 47px; + line-height: 47px; +} + +.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div { + height: 47px !important; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell { + height: 33px; +} + +.e-gantt .e-gantt-chart .e-chart-root-container { + background-color: #fff; + border-color: #ddd; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-body { + border-spacing: 0; +} + +.e-gantt .e-gantt-chart .e-chart-row-border { + border-top-color: #ddd; +} + +.e-gantt .e-gantt-chart .e-chart-row-cell { + color: rgba(51, 51, 51, 0.87); +} + +.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow { + border-bottom-color: #ddd; +} + +.e-gantt .e-gantt-chart .e-line-container-cell { + border-color: #ddd; +} + +.e-gantt .e-gantt-chart .e-active-container { + border-color: #66afe9 !important; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div { + background-color: #317ab9; + border: 1px solid #21527d; + border-radius: 4px; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div { + background-color: #777; + border: 1px solid #555; + border-radius: 4px; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + background-color: #555; + border: 1px solid #555; +} + +.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div { + background-color: #21527d; + border: 1px solid #21527d; +} + +.e-gantt .e-gantt-chart .e-holiday { + background: #eee; +} + +.e-gantt .e-gantt-chart .e-holiday .e-span { + color: #333; + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-weekend { + background: #f8f8f8; +} + +.e-gantt .e-gantt-chart .e-weekend-header-cell { + background: #f8f8f8; +} + +.e-gantt .e-gantt-chart .e-event-markers { + border-left-color: #317ab9; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-span-label { + background-color: #8a6d3b; + color: #fcf8e3; + font-size: 12px; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow { + border-right-color: #8a6d3b; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar { + background: linear-gradient(to right, rgba(49, 122, 185, 0.2), #317ab9 30%, #317ab9 70%, #317ab9 70%, rgba(49, 122, 185, 0.2) 100%); + background-color: rgba(49, 122, 185, 0.2); + border: 0px; + border-radius: 4px; +} + +.e-gantt .e-gantt-chart .e-unscheduled-milestone-top { + border-bottom-color: #555; +} + +.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom { + border-top-color: #555; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler { + background: #222; + border-color: #fff; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element { + border-bottom-color: #fff; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after { + border-bottom-color: #222; +} + +.e-gantt .e-gantt-chart .e-gantt-dependency-view-container { + display: block; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-line { + border-color: #21527d; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow { + border-left-color: #21527d; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-right-color: #21527d; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover { + border-left-color: #21527d; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover { + border-right-color: #21527d; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover { + border-color: #21527d; + outline-color: #21527d; +} + +.e-gantt .e-gantt-chart .e-gantt-false-line { + border-top-color: #21527d; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover { + background-color: #777; + border-color: #fff; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover { + background-color: #d4d4d4; + border-color: #21527d; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div, +.e-gantt .e-gantt-chart .e-right-label-inner-div { + color: rgba(51, 51, 51, 0.87); + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-left-label-temp-container { + color: #333; + font-size: 14px; + padding-right: 25px; +} + +.e-gantt .e-gantt-chart .e-right-label-temp-container { + color: #333; + font-size: 14px; + margin-left: 25px; +} + +.e-gantt .e-gantt-chart .e-right-label-container { + margin-left: 25px; +} + +.e-gantt .e-gantt-chart .e-left-label-container { + padding-right: 25px; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-right { + margin-left: 2px; +} + +.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div, +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + height: 8px; + width: 12px; +} + +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + left: -12px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left, +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right { + border-right: transparent; + border-width: 3px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right { + border-bottom-left-radius: 0px; + border-bottom-right-radius: 2px; + border-top-left-radius: 0px; + border-top-right-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left { + border-bottom-left-radius: 2px; + border-top-left-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-task-label { + color: #fff; + font-size: 12px; +} + +.e-gantt .e-gantt-chart .e-icon { + color: #fff; +} + +.e-gantt .e-gantt-chart .e-milestone-top { + border-bottom-color: #555; +} + +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-top-color: #555; +} + +.e-gantt .e-gantt-chart .e-label { + color: #333; + font-size: 14px; +} + +.e-gantt .e-gantt-chart .e-active { + background: #c6ddf0; + color: #000; + opacity: 1; +} + +.e-gantt .e-gantt-chart .e-active .e-label { + color: #000; +} + +.e-gantt .e-gantt-chart .e-baseline-bar { + background-color: #FF9800; +} + +.e-gantt .e-gantt-chart .e-baseline-milestone-top { + border-bottom-color: #FF9800; +} + +.e-gantt .e-gantt-chart .e-baseline-milestone-bottom { + border-top-color: #FF9800; +} + +.e-gantt .e-gantt-chart .e-uptail::before { + border-bottom-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-downtail::after { + border-top-color: #fff; +} + +.e-gantt .e-gantt-chart .e-downtail::before { + border-top-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-ganttpopup .e-content { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-spanclicked, +.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked { + border-color: #000; +} + +.e-gantt .e-gantt-chart .e-active-parent-task { + border-radius: 4px; + box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5); +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div { + background: #1a1a1a; + border: #1a1a1a; +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div { + background-color: transparent; + border: transparent; +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label { + color: transparent; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label { + color: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line { + border-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow { + border-left-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow { + border-right-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div { + background: #D5D5D5 !important; + border: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div { + background-color: transparent !important; + border: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top { + border-bottom-color: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom { + border-top-color: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div { + background-color: #8A8A8A !important; + border: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div { + background-color: transparent !important; + border: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div { + background: #21527d !important; + border: #21527d !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top { + border-bottom-color: #21527d !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom { + border-top-color: #21527d !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div { + background: #75acdb !important; + border: #75acdb !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top { + border-bottom-color: #75acdb !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom { + border-top-color: #75acdb !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line { + border-color: #21527d !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow { + border-left-color: #21527d !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow { + border-right-color: #21527d !important; +} + +.e-gantt .e-grid .e-icons { + color: #333 !important; +} + +.e-gantt.e-device .e-left-resize-gripper, +.e-gantt.e-device .e-right-resize-gripper { + border-color: #9e9e9e; + color: #eee; +} + +.e-gantt.e-device .e-backarrowspan { + color: #000; +} + +@font-face { + font-family: "e-icons"; + font-style: normal; + font-weight: normal; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjiKT0EAAAEoAAAAVmNtYXAA1/wtAAAIkAAACGJnbHlmqfxoKwAAFIAAAXTYaGVhZBc8dGMAAADQAAAANmhoZWEIXgWFAAAArAAAACRobXR4EAb+rAAAAYAAAAcQbG9jYeGYg8IAABD0AAADim1heHAC6gHHAAABCAAAACBuYW1lc0cOBgABiVgAAAIlcG9zdG0jaAIAAYuAAAAYXQABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAABxAABAAAAAQAA9blygV8PPPUACwQAAAAAANoOl7MAAAAA2g6Xs//A/+QEQAQcAAAACAACAAAAAAAAAAEAAAHEAbsAHAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4gHsMwQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/kBAD/5AQAAAAEAP/kBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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AKsArACtAK4ArwCwALEAsgCzALQAtQC2ALcAuAC5ALoAuwC8AL0AvgC/AMAAwQDCAMMAxADFAMYAxwDIAMkAygDLAMwAzQDOAM8A0ADRAB8AIAB3ANMBfACQAJEAkgCTAJQAlQCWAJcAmACZAJoAmwCcAJ0AngCfAKAAoQEaARsBHAEdAR4BHwEgASEBIwEkASUBJgEnAXYBdwF4AXkBegF7ASwBLQEuAS8BMAExATIBMwE0ATUBNgE3ATgBOQE6ATsBPAE9AT4BPwFAAUEBfQF+AX8BgAGBAYIBgwGEAYUBpgGlAaQBowGoAakBqgGnAasBrAGtAa4BrwGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAUIBQwFEAUUBRgAlAUgBSQFKACYBTAFNAU4BTwFQAVEBRwFLAZYAJwGXAZgBmgGbAZwBnQGeAaEBmQGfAaABogGwAbEBsgGzACgBuQHAAboBuwG8Ab0BvgG/AcIBwwApAbgAKgArACwALQAuAC8AMAAxAbQBtQG2AbcBwQAyADMANAA1ADYANwA4ADkAOgA7ADwAPQA+AD8AQABBAEIAQwBEASIARQErAEYARwBIAEkASgBLAEwBbgBNAE4AXgBPAFAAUQBSAF8AYABhAGIAUwBUAFUAVgBXAGMAWABZAFoAZABbAFwAXQBlANQA1QDWANcA2ADZANoA2wDcAN0AIQAiACMAJADeAN8A4ADhAOIA4wDkAOUA5gDnAOgA6QDqAOsA7ADtAO4A7wDwAPEA8gFlAWEBWgFtAWwBWAFgAV4BWQFfAVUBXAFUAWQBYwFmAVYBYgFXAVsBUwFdAWsBZwFpAWoBaAFvAXIBcAFxAXMBdAF1ASgBKQEqAPwA/QD+AP8BAAEBAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZAPMA9AD1APYA9wD4APkA+gD7AAAAAAAAAQgCOAJ0AtQDAAMYAy4DwATIBNoFrgaCBqYG9AcCByYHSAdsB4wITAjqCjAK2gviDN4N1g7wECoSJhNIFPwWQBeOGO4ahBvoHCoc5h1OHYYdsh3qHgwejB7OH24fjCA2IEwgjiCmIMQg4CE2IUQhUiFgIYIhkCGeIeoiFiIsIkYiXiJ0Io4irCLAItQi6iMAIw4jHCN6I9oktiTKJUwlWiXAJgommCfMKJYopCiyKcQqnCqqKu4rhCyMLYotxC5QLu4vMi/UL+gwODE0MXoxkDGkMdYy9DOINCQ0RjRcNJg03jVkNao18DZ0Nro3ADcONyI3YjiCOSQ6NjuOPIA8rD1WPYw9wD36PjY/mEA6QOJCEENEQ+xEOER6ReBGikb2R15HlkfOSERIzklqSapKQkqASr5K2ErySwxLTEt0S55LxkvqTJ5MvkzcTUBNjk2wTdhOgE6eT8xP3lBSUGxQklDKUT5RYlHcUspUJFRiVORVtFbSVypXcleOV7BYglieWMRZ2losWnha7FtqW4hb2lwcXDhcUFxkXO5dFl02XVJddF8gYCZgemDOYOpg/GEiYTZh4mIEYi5iyGLkYxpjUmN8Y7Rj6GQiZEBkemSiZMxlAGV6ZZJlxGXcZfBmBmY8ZxxnRme+aA5oImg4aIhpImnmaj5qTmtWbOptDG2obfJuom8cb65v2HCwcahyqnMic9J0JnSMdNx1DnUwdeR2dHaQd153kHeqd/J4InjceQp5RnlseZp5rnnCec552nnoefZ7rHu6e8h71nvkfLx84nz0fWp+BH68fzp/oH/sgWSBkIJygwyDIoOyg9SEOoSohMiF7IY2hkyGuobeh7aHyoikiM6JGImmihqKQoqii6iL3IwQjT6NYI3GjfCOQI6CjsSO6I8Yj5iP5JCIkNiRFpFokYCSWJKik9SULpS2lOKVLJVelkyWlpbgl1SXnpfKmFiYkJiumMyZGJksmUqZeJmumcaaJJpimyKbQJtom5SbspwKnFKc8J0EnRqdMJ1EnWidip5ynyCfzp/cn/SgCqEeoT6hbKG2ofSiSqJyopSjgqSCpTSl6Kacp1Sn4KmAqiKrEquWrBitOq1ereSuaq7KrwSwFLBIsMqw2LDusQyxMrFgsZSzCLN2tB60jLUutW61prXetkK2kLaqtwi4CLhAuE64bLiEuJy4uLjQuWi56rosumwAAAAHAAAAAAPUA/QAGQAiADcAQwBYAMYA0gAAAQ8GKwEvAT0BPwozBRcjFTMHFzcvAR8FFQ8EIy8ENzMnDwQ/AR8DJw8BLwI1PwYzHwUnIw8JHwMPER8HOwE/Dx8GOwE/BzUvCg8CLwY/AS8IASE1IREhFxEzESchASMEAxcJCAcEAwMFAwIEBAUGBg0GBwYGBAH6N/PzODmDg68EAwYDAgEBBQQGBg0ODxAPECQgmRMTIyEfKRUECRIMGwERDAQBAQECAwMDAwQEAwMCAgEWBgcGBgUFBAEDAQEBAgMaAiAWDgsEKxoNDAwLBQkGAgIBAQQFBgQEBQUGBgYHBgcHBw4QEBITFi4tLRcLFhcXFxUSCAgGAwwGBgICAQECAgIHCQwMDg4OHSAWFRgaEA0FBBkDAQICAwQECAkI/n8DLf0SAgapP879oQGWCAcuDgoGAgEGBwcIBwgIBwcMBgQDAhs3XTYxlZc8AQEDBAMEAwMCAgEBAwQGBwoBEQQFCwsMWzYHEBkQ/gVbPhsNBQUEBAICAQECAgMEBgZAAQMDBQYIBA8LCgoTFGMJWDQdEwUWEQkLCwwGDA4GBwcICwgIAwICAQICBAQFBw8VGR4lCA4NCgUHDAsIBwUCAgEHBgkFBQYHCAgEAwYGBQQDAgEBAwQWHiMZFwsJeh4JBwYFBAQFBAH8pj4DbKz+1wFD0AAAAAAFAAAAAAPUA/QACAASAJAA+AEEAAABFyMVMwcXNy8BMzcjDwExLwEjDwcVHw4dAQ8FKwEvBiMVHwwzFz8MNS8PPwcfBzM1Lw0PDR0BHw4zPw4jDwcjLwk/CjMfBjMvDisBDwUDITUhESEXETMRJyEDGjfz8zg5g4P1M0Q4IQQEITifBQQEAwICAQECAgIDBAQKDA4lCQYDAgICBAQFBgcIBwYFBQMCATIBAgMDBAQGBQcHCAgJCRMRCAcHBwUGBAQDAwIBAQECAwMDBAoNDyUKBQMBAQEBAgQEBAYGBwYFBQMCAQE1AQICAwQFBQYGBwcICRIJEAgHBgbLBQUEAwMCAQECAwMEBQUGBwcJCQkLCwgICAgHBwYGBgUEAwICAQEyAQIDBAUFBwcFCQQDAwMCBAIBAQEBAwMCAwMDBAQKCAYGBQQCAgEyAQEBAwMEBAYGBgcHCAgJCQsKCggJBweRAy39EgIGqT/O/aEBezddNjGVlzXGfBQUfA4FBAUGBQYGBwsGBQQFBAMHBQUJBQUDBAUEBQMDAwIBAgIDBAUGCAcGBgYGBQYFBQQDAwICAQMBAwMDBAQFBQUGBgYHDAUFBQQEBAcFBQkEBQMEBQQFAwQCAgEBAQECBAQEBQYHBgcGBQUFBQQEAwICAgEBAgICAwQOBwgICQkKCwsQCgoKCAkHBwcFBQQDAgEBAQICAwMEBQUGBgYHBwcHBgYFBQMDAQECAgIDAwQICgwNEgwKCAQDAwICAQECAwUFBgcHCAgIBwcGBgYFBAMDAgIBAQIDBAUG/Xc+A2ys/tcBQ9AAAAMAAAAAA9QD9AAIABQAIAAAARcjFTMHFzcnAQcnBxcHFzcfASc3ASE1IREhFxEzESchAxo38/M4OYOD/nNDOVtfZlhAQV9ubv4MAy39EgIGqT/O/aEBezddNjGVlwFropwF0sUIo6kH39787z4DbKz+1wFD0AAAAAQAAAAAA9MD9AADAAcAKwBHAAABFSE1ARUhNQEfDjMhMz8OESE3Iw8IIT0BLwYjNSMVITUjAvn9zwJw/kv+qQEBAgIDAwQFBQUGBgcGBwcDGwcHBwcGBgUFBAUDAwICAQH8WbqRCAgHBgUEAgEBA6cDBAUGBgQIl13+il4BBl5eARldXf4zBwcHBgYGBQUFBAQCAwIBAQIDAwMEBQUFBgYGBwcHAmraAQIEBQYHBAl2cwkHBwYFBAECXl5eAAAAAAIAAAAAA5YDkAALABUAAAEXBxc3FzcnNycHJwEzAREXEQEzNSECUmtrNmttNmtrNm1r/eIDAQiZAQkD/VABmGxrNmtrNmtsNmpqAXf+9v7PmgHLAQpLAAABAAAAAANYA5AACQAAEzMBERcRATM1IagDAQiYAQoD/VADRf72/s+aAcsBCksAAAACAAAAAALRAucAAwAHAAABMQcnFwctAQKm42BIfAGi/l4CAgKzs+fp5QAAAAIAAAAAAn0CfQA/AH8AAAEVDw0rAS8NPQE/DTsBHw0HHw8/Dy8PDw4CUwECAwQEBQUGBgcIBwgJCAgJCAcIBwYGBQUEBAMCAQECAwQEBQUGBgcIBwgICQkICAcIBwYGBQUEBAMCAdABAgMEBQYICAkJCgsMDAwNDQwMDAsKCQkICAYFBAMCAQECAwQFBggICQkKCwwMDA0NDAwMCwoJCQgIBgUEAwICAAkICAcIBwYGBQUEBAMCAQECAwQEBQUGBgcIBwgJCAgJCAcIBwYGBQUEBAMCAQECAwQEBQUGBgcIBwgJCA0MDAwLCgkJCAgGBQQDAgEBAgMEBQYICAkJCgsMDAwNDQwMDAsKCQkICAYFBAMCAQECAwQFBggICQkKCwwMDAAGAAAAAANrAmcAEAAwAFMAmQDRANsAAAEfAyM/Bx8CBR8CHQEPBi8GPQE/Bh8CNycjFTM1PwQfBh0BMzUvBiMPBDcPBxUfDj8HJw8HLwczNS8NIw8CBQ8HHw8/CjUvDiMPAgUzNRczNSMVJyMDPAQDAgFHAgMDBAUGBwcHBwX+pAQEAgIDBQUHBwgJBwcFBQMCAgMFBQcHCAkHBoIBISMFBQMDCQYGBQQDAgEjAgMFBggJCwwGBQQEBJ4JBwYFBQICAQECAwMDBQUGBgYHCAgICAsJCQkIBwYFFAQEBQUGBQYGCQgHBwUEAwFsAQICAgMEBQQGBgYHBwgICgoK/pMHBwYFBAMCAQEBAQIDBAQEBgUGBwYIBwkKCgkJCAYGBQQDAgEBAgIDBAQEBgUGBgcHBwgKCgn+8yVwJSVwJQIWBQcHCwkHBwUFAwIBAQICCQgJCgsNCwkIBgQDAQEDBAYICAsLDQsJCAYEAwEBAwQPEp1wCAUCAgEBAQIDBQUGB2VuDAsJBwUEAQEBAgMDAgYHBwkKCgsLDQgIBwcGBgYFBAQDAgEBAQEBAwMEBQYHEgUEAwMCAQEBAQIEBQYHCAkYCAgIBwYGBQUEBAMCAgEBAgMEBgYICAoKCwsLCAgIBwcGBgUEBAMDAQEBAQIDBAYGCAkJCgsLEQcIBwYGBgUFBAQDAgIBAQIDnZOT0JSUAAABAAAAAALGApwABQAAAScHFwEnAb5YLIQBCCwBvVkshgEMLAAXAAAAAAKHAocAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwCfAAABMzUjBzM1IwczNSMHMzUjBzM1IzczNSMHMzUjNzM1IwczNSM3MzUjBzM1IwczNSMHMzUjNzM1IwczNSM1MzUjFzM1IzczNSMHMzUjBzM1IwczNSMHMzUjFwc1IxUzBzUjFTMHNSMVMwc1IxUzDwMdAR8FOwE/AhUzNSM3FTM1IzcVMzUjNxUzNSM/Aj0BLwUrAQ8BAnMUFCoVFSoVFSkUFCoVFacUFH0UFH0UFPoUFPoUFCoVFacVFSkUFPoUFPoUFBQUfRQUKRUVKRQUKhUVKhUVKRQU6wYVDEsUDCEVDEsUDAYDAgEBAgMDBAMEBAQECRUMSxQMIRUMShUMCQIBAQIDAwQEBAMEBAF5FBQUFBQUFBQUFRUVFRUVFRUVFBQUFBQUFBUVFRUVFRUVFBUVFRUVFRUVFQYGDBRLDBUhDBRLDBUGAwQEBAQDBAMDAgEBAgkMFEsMFSEMFEsMFQkEAwQEBAQDAwIBAQIAAAAAFwAAAAAChwKHAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwCKAI4AkgCWAJoAngAAATM1IwczNSMHMzUjBzM1IwczNSM3MzUjBzM1IzczNSMHMzUjNzM1IwczNSMHMzUjBzM1IzczNSMHMzUjNzM1IwczNSMnDwIdAR8CIxUzNRcjFTM1FyMVMzUXIxUzNR8COwE/BT0BLwMzNSMVJzM1IxUnMzUjFSczNSMVLwIrAQ8BFzM1IwczNSMHMzUjBzM1IwczNSMCHxUVKRQUKhUVKhUVKRQUfRQUfRQU+hQU+hQU+hQUKhUVpxUVKRQU+hQU+hQU+hQUfRQUdwMCAQECCQwUSwwVIQwUSwwVCQQEAwQEBAMDAgEBAgMGDBRLDBUhDBRLDBUJBAQDBAQE8RQUKhUVKhUVKRQUKhUVAXkUFBQUFBQUFBQVFRUVFRUVFRUUFBQUFBQUFRUVFRUVFRUjAwQDBAQEBAkVDEsUDCEVDEoVDAkCAQECAwMEBAQEAwQDBhUMSxUNIRUMSxQMCQIBAQIRFBQUFBQUFBQUAAAAAAQAAAAAAtoC2gADAAcACwAPAAABFzcnNxc3JwUXNyc3FzcnAaJeXl4fXl5e/qheXl4fXl5eAYNeXl4fXl5eXl5eXh9eXl4AAAEAAAAAAn0CfQA/AAABHw8/Dy8PDw4BgwECAwQFBggICQkKCwwMDA0NDAwMCwoJCQgIBgUEAwIBAQIDBAUGCAgJCQoLDAwMDQ0MDAwLCgkJCAgGBQQDAgIADQwMDAsKCQkICAYFBAMCAQECAwQFBggICQkKCwwMDA0NDAwMCwoJCQgIBgUEAwIBAQIDBAUGCAgJCQoLDAwMAAAAAAEAAAAAAmgCaAADAAABMzUjAZjQ0AGY0AAAAAACAAAAAAP0A7UABQALAAAJAhcJAQUJARcJAQHMAVb+qmgBwP5A/dgBV/6paQG//kEDT/6x/rFnAbYBtmf+sf6xZwG2AbYAAAACAAAAAAP0A7UABQALAAAJATcJAScJATcJAScBzAG/af6pAVdp/IEBwGj+qgFWaAIA/kpnAU8BT2f+Sv5KZwFPAU9nAAIAAAAAA7UD9AAFAAsAABMJAScJAQMJAScJAUoBtgG2Z/6x/rFnAbYBtmf+sf6xAcz+QAHAaP6qAVYBV/5BAb9p/qkBVwAAAAIAAAAAA7UD9AAFAAsAADcXCQE3ASEXCQE3AUpnAU8BT2f+Sv5KZwFPAU9n/kp1aQFX/qlpAb9oAVb+qmgBwAACAAAAAAN3A/QAVACpAAABHwcPHiM1Bxc1Px8vByUPHx8HNy8HPx4zFTcnAvgHBwYEBAMBAQEBAgIDBAQFBQcGBwgJCQoKCgsLCwwMDA0NDQ0ODg4PuroUExMTEhESEBEQDw8PDg4NDQwLCwkJCAcHBQUEBAICAQEEBAcICgwN/sQUExMTEhESEBEQDw8PDg4NDQwLCwkJCAcHBgQFAwICAQEDBQcICgwNRAgGBgQEAwEBAQECAgMEBAUFBgcHCAkJCgoKCwsLDAwMDQ0NDQ4ODg+6ugKADxAPEBAQEREODg4NDQ0MDQsMCwsLCwoKCQkICAcGBgUFBAQDAgIBiLW3iAECAgMEBQYGBwgICgoLCw0NDQ4ODw8PEBARERISEhMTGxoZGRcYFhaqAQICAwQFBgYHCAgKCgoMDA0ODg4PDw8QEBEREhISExMbGhkZFxgWFkIPDw8QEBEREQ4ODg0NDQ0MDAsMCwoLCgoJCQgIBwYGBQUEBAMCAgGItbcAAAADAAAAAAOcA/QAKQBlAHsAAAEfBw8HFz8PLwclFw8HHwc3LwY1PwcBDwcjNQcXNT8HFzcBBQ8IFz8HFTcnAxEIBwUFAwMBAQEDBQYHCgoNQgoJCAgHBwYGBQQEAwICAQEBAwUHCAoMDf0Pfw8NCgkHBQQCAgMFBggKDA5ECAcFBQQCAgEBAwQGBgcJAXMLDQ4ODg8PEBC6uhoaGBgXFxUbiTj9AAF9DxAeHRwbGRkYQhERExIUFBUVu7sCgA8QDxAQERARFxYVFRMTExFEDAwNDQ0ODQ8ODw8PEBAQERsaGRkXFxcWjIIXFxgZGhsbHRsaGRkYFxYWQg8PDxAQERERExIREREQEBD+hQUFBQQEAgMBiLW3iAICBAYHCAkPjDkDERsBAQQFCAoLDRBDCgkHBgUEAgGItbcAAAAAAwAAAAADhgPzAIsAywElAAATDwcfFj8WLw8HHwkdAQ8RLxI/CicPBgEVDw0rAS8NPQE/DTsBHw0lDwoVHxA/EDUvGg8OpAoIBwYFAwICAQIDAwQGBQcICAkKCwwaHB4gIiMlJykpJyUjIiAeHBoMCwoJCAgHBQYEAwMCAQICAwUGBwgKCgwMDQ8PEBEeChIPDgoIAwMCAQECAwMECQwPERMWFxgZGhwdHh4dHBoaGBYWChIQDQsIAwMCAQEBAQIDAwMKDA4REx4REA8PDQwMAb8CAgQFBQcHBwkJCQoLCwsLCwoLCQkJBwcHBQUDAwICAwMFBQcHBwkJCQsKCwsLCwsKCQkJBwcHBQUEAgL+xA0NDAwKCAgFBQICAgIDBAUFBgYPEBMVIzhJFwYDDR5kJBYUEg8OBgUEBAQCAQEDBAYHCQoLDQ0NCwsLCwwMDQ0NDQ4ODg8PDw8PDw4ODg0NDQ0MCwwLCwEeCgoKCwoLCwsKCgoJCgkJCAkICAgHBw4NCwkIBQUCAQECBQUICQsNDgcHCAgICQgJCQoJCgoKCwsLCgsKCgoKCQkICAgHByoFCQkKCwsGBgYGBgcGBQYGBQsKCQoICAcGBAQDAQEBAQMEBAYHCAQJCQoLCgYGBQYHBgYGBgYGCwoKCQkqBwcICAgJCQGjCwsKCwkJCQcHBwUFAwMCAgMDBQUHBwcJCQkLCgsLCwsLCgkJCQcHBwUFBAICAgIEBQUHBwcJCQkKCwvLDg8QEREREhITExMTExMTEhEREBAhICAhMUtdGgUCDiODMiAhICAhEBEQExMTExMTExMREhIRERAPDgoJCQgHBwYFBQQEAwICAQEBAQICAwQEBQUGBwcICQkAAAUAAAAAA7UD8wADAAcACwAsAIkAAAEVITUlFSE1JRUhNSUfBA8HLwc/Bx8CJw8HIw8NER8NIT8NES8NIy8PIw8FAl7+qAH0/gwB9P4MARwDAwQDAQEDBAYHCAkKCgkIBwYEAwEBAwQGBwgJCgoJCG8JCAgHBgUFBdEQCAcHBwYKCAcGBAMCAQECAwQGBwgKBgcHCAcQArQQCAcHBwYKCAcGBAMCAQECAwQGBwgJBwcHBwgQ0QUFBQYHCAgJCQoKCgsLCwwMCwsLCgoKAUNdXbpdXbtdXcIEBAgJCgoJCAgGBAMBAQMEBggICQoKCQkHBgQDAQEDBFkHCAgICgkLCwICAwMEBAkJCQoKDAsN/UUMDAsLCgkJCAUEAwICAwMCAgMEBQgJCQoLCwwMArsNCwsLCgkJCAUEAwMCAgsKCgkJCAgHBgYEBAMCAQECAgMEBAYAAAAFAAAAAAP0A9QABQBFAIYAigDaAAAlFzcnNSMXDw4rAS8NPQE/Dh8OBRcVHw4/Dy8PDw4DESURJQ8BLwElLwEjBwUPBREfBzM/ATsBFwUXOwE/AS8FNT8VMx8BES8HIwM4Tw8+IJ0BAgQEBgcICQoLDAwNDg0PDg4ODA0LCwoJCAcGBQQCAgQFBgcICQoLCwwNDg4ODg4ODQwMCwoJCAcGBAQC/sgBAwQGBwkKCwwNDg8QEREREhEQEA8ODQ0LCggIBQUCAQECBQUICAoLDQ0ODxAQERIREREQDw4NDAsKCQcGBANf/ucBOQUGBQb+8gUFBgX+9QQDAwIBAQEBAgMEBAUFA/0FBgUFAQ8FBQUGMwYFBAICAQICAwQEBQYHBwcICQkJCgsLEhIREhEQEBABAQMCBAQFBQe3LhskXU4ODg4MDQsLCgkIBwYFBAICBAUGBwgJCgsLDQwODg4PDQ4NDAwLCgkIBwYEBAIBAQIEBAYHCAkKCwwMDQ0ODwkIEREQDw4NDAsKCQcGBAMBAQMEBgcJCgsMDQ4PEBERERIREBAPDg0NCwoICAUFAgEBAgUFCAgKCw0NDg8QEBECG/3UYwIsCwEBAQFfAQECWwICAwMDBP0eBQUEBAMCAQFiAgJfAQESDQ4ODw8PEBAMDAsMCwoKCgoJCAkHBwcGCAYFAgECAwIfBQUEAwMCAgEAAAAFAAAAAAPQA/QAAwAHACsATwDbAAABMzUjJREhEQEfBh0CDwUrAi8FPQI/BTMlHwYdAg8FKwIvBT0CPwUzBxUrAQ8NFREVHw0zITM/DTURNS8NKwE9AS8NKwIPDhUjNS8OKwIPDQI9sLABTPzuAnEEAwMDAgIBAQICAwMDBCQDBAMCAgIBAQICAgMEA/54AwQDAgICAQECAgIDBAMkBAMDAwICAQECAgMDAwRZSAcHBwcGBgUFBQQEAwICAQECAgMEBAUFBQYGBwcHBwMSBwcHBwYGBQUFBAQDAgIBAQICAwQEBQUFBgYHBwcHSAEDAwMFBQYGBwcICAkJCSQJCQgICAcHBwUGBAQDAgEB1gEBAgMEBAYFBwcHCAgJCAkkCQkJCAgHBwYGBQUDAwMBARCwz/3EAjwBHgEBAQMCAwQDoQQDAwMCAgEBAgIDAwMEoQMEAwIDAQEBAQEBAwIDBAOhBAMDAwICAQECAgMDAwShAwQDAgMBARE2AQIDAwMEBQUGBQcGBwcH/TUHBwcGBgYGBQUEAwMDAgEBAgMDAwQFBQYGBgYHBwcCywcHBwYHBQYFBQQDAwMCATYJCQgICAgGBwYFBAQDAgICAgMEBAUGBwYICAgICQk2NgkJCAgICAYHBgUEBAMCAgICAwQEBQYHBggICAgJAAAEAAAAAAPQA/QAAwAnAEsA1wAAAREhEQEfBh0CDwYjLwY9Aj8FMyUfBh0CDwYjLwY9Aj8FMwcVKwEPDRURFR8NMyEzPw01ETUvDSsBPQEvDSsCDw4VIzUvDisCDw0DifzuAnEEAwMDAgIBAQICAwMDBCQDBAMCAgIBAQICAgMEA/54AwQDAgICAQECAgIDBAMkBAMDAwICAQECAgMDAwRZSAcHBwcGBgUFBQQEAwICAQECAgMEBAUFBQYHBgcHBwMSBwcHBwYGBQUFBAQDAgIBAQICAwQEBQUFBgcGBwcHSAEDAwMFBQYGBwcICAkJCSQJCQgICAcHBwUGBAQDAgEB1gEBAgMEBAYFBwcHCAgICQkkCQkJCAgHBwYGBQUDAwMBAo/9xAI8AR4BAQEDAgMEA6EEAwMDAgEBAQEBAQIDAwMEoQMEAwIDAQEBAQEBAwIDBAOhBAMDAwIBAQEBAQECAwMDBKEDBAMCAwEBETYBAgMDAwQFBQYFBwYHBwf9NQcHBwYGBgYFBQQDAwMCAQECAwMDBAUFBgYGBgcHBwLLBwcHBgcFBgUFBAMDAwIBNgkJCAgICAYHBgUEBAMCAgICAwQEBQYHBggICAgJCTY2CQkICAgIBgcGBQQEAwICAgIDBAQFBgcGCAgICAkAAAAACwAAAAAD0AP0AAMABwALAA8AEwAXABsAHwBDAGcA8wAAJRUjNSMVIzUjFSM1IxUjNQEVIzUjFSM1IRUjNSMVIzUBHwYdAg8GIy8GPQI/BTMlHwYdAg8GIy8GPQI/BTMHFSsBDw0VERUfDTMhMz8NNRE1Lw0rAT0BLw0rAg8OFSM1Lw4rAg8NA4mhJLIksiShAk2y+qEDEqH6sgGsBAMDAwIBAgIBAgMDAwQkAwMDAwICAQECAgMDAwP+eAMDAwMCAgEBAgIDAwMDJAQDAwMCAQICAQIDAwMEWUgHBwcHBgYFBQUEBAMCAgEBAgIDBAQFBQUGBwYHBwcDEgcHBwcGBgUFBQQEAwICAQECAgMEBAUFBQYHBgcHB0gBAwMDBQUGBgcHCAgJCQkkCQkICAgHBwcFBgQEAwIBAdYBAQIDBAQGBQcHBwgICQgJJAkJCQgIBwcGBgUFAwMDAfShoaGhoaGhoQGboaGhoaGhoaEBHgEBAgICAwQDoQMEAwIDAQEBAQEBAwIDBAOhAwMEAgICAQEBAQICAgMEA6EDBAMCAwEBAQEBAQMCAwQDoQMDBAICAgERNgECAwMDBAUFBgUHBgcHB/01BwcHBgYGBgUFBAMDAwIBAQIDAwMEBQUGBgYGBwcHAssHBwcGBwUGBQUEAwMDAgE2CQkICAgIBgcGBQQEAwICAgIDBAQFBgcGCAgICAkJNjYJCQgICAgGBwYFBAQDAgICAgMEBAUGBwYICAgICQAABgAAAAAD0AP0ABMANwA7AF8AgwEPAAATIw8DHwM7AT8DLwQVHwYzITM/BjUvBiMhIw8FJREhEQEfBh0CDwYjLwY9Aj8FMyUfBh0CDwYjLwY9Aj8FMwcVKwEPDRURFR8NMyEzPw01ETUvDSsBPQEvDSsCDw4VIzUvDisCDw3gAQcFAgEBAgUHyAMHBQIBAQIFB9oBAQEDAgMEAwFCAwQDAgMBAQEBAQEDAgMEA/6+AwQDAgMBAQK4/O4CcQQDAwMCAgEBAgIDAwMEJAMEAwICAgEBAgICAwQD/ngDBAMCAgIBAQICAgMEAyQEAwMDAgIBAQICAwMDBFlIBwcHBwYGBQUFBAQDAgIBAQICAwQEBQUFBgcGBwcHAxIHBwcHBgYFBQUEBAMCAgEBAgIDBAQFBQUGBwYHBwdIAQMDAwUFBgYHBwgICQkJJAkICQgIBwcHBQYEBAMCAQHWAQECAwQEBgUHBwcICAgJCSQJCQkICAcHBgYFBQMDAwEBNwMFBicEBwQDAwQHJwQGBQOLJAQDAwMCAgEBAgIDAwMEJAMEAwICAgEBAgICAwTK/cQCPAEeAQEBAwIDBAOhBAMDAwIBAQEBAQECAwMDBKEDBAMCAwEBAQEBAQMCAwQDoQQDAwMCAQEBAQEBAgMDAwShAwQDAgMBARE2AQIDAwMEBQUGBQcGBwcH/TUHBwcGBgYGBQUEAwMDAgEBAgMDAwQFBQYGBgYHBwcCywcHBwYHBQYFBQQDAwMCATYJCQgICAgGBwYFBAQDAgICAgMEBAUGBwYICAgICQk2NgkJCAgICAYHBgUEBAMCAgICAwQEBQYHBggICAgJAAgAAP/wA/MEEAAZAD0AfgDGAOoBDgEyAboAAAEVIw8CFQcfAjMXPwI1Ny8DIw8CBR0BHwYzPwY9Ai8FKwIPBQUHFQ8OLw49AT8OHw4FFR8OMxc3Mz8OPQEvDysBDw8lHQEfBTMhMz8FPQIvBSMhIw8FATMfBR0CDwUrAi8FPQI/BTMhMx8GFQ8GKwIvBjU/BjMHFSsBDw0VERUfDTMhLwMhESEVHwMRLw4rATUvDyMPDh0BIz0BLw4jDw4DCkUEAwIBAQIDAmQEAwIBAQIDAhYEAwL9owECAgMDAwTEBAMDAwICAQECAgMDAwTEBAMDAwICAQMDAQMEBgcICQsMDQ0PDxAREBEREA8PDQ0MCwkIBwYEAwMEBgcICQsMDQ0PDxARERAREA8PDQ0MCwkIBwYEA/5wAQQGCAkMDg8QEhQUFhYYCw0MCxgWFhQUEhAPDgwJCAYEAQEEBggJDA4PEBIUFBYWGAsMDQsYFhYUFBIQDw4MCQgGBAH+jgECAgMDAwQBQQQDAwMCAgEBAgIDAwME/r8EAwMDAgIBAhcEBAMCAgIBAQICAgMEBCMEAwMDAgIBAQICAwMDBP53BAMDAwIBAQEBAQECAwMDBCQDBAMCAwEBAQEBAQMCAwQDWUgHBwcGBgYGBQQFAwMDAQICAQMDAwUEBQYGBgYHBwcBuAoJCAb+aQMSExISEQEBAgIDBAQEBgUGBgcHBwdHAQECAwQFBQUHBwcICAgJCSQJCQkICAcHBgYFBQMDAwHXAgIDBAQFBgYHCAcJCAkJJAkJCAkHCAcGBgUEBAMCAgFFawECAwIWBAMCAQECAwKLBAMCAQECAwckAwQDAgICAQEBAQICAgMEAyQEAwMDAgIBAQICAwMDbAkIERAPDw0NDAsJCAcGBAMBAQMEBgcICQsMDQ0PDxARERAREA8PDQ0MCwkIBwYEAwEBAwQGBwgJCwwNDQ8PEBEQDQsYFhYUExMQDw4MCQgGBAEBBAYICQwODxESExQWFhgLDQwLGBYWFBQSEA8ODAkIBgQBAQQGCAkMDg8QEhQUFhYYC/gjBAMDAwICAQECAgMDAwQjBAMDAwICAQECAgMDAwHnAQICAgMEA6EEAwMDAgIBAQICAwMDBKEDBAMCAgIBAQICAgMEA6EEAwMDAgIBAQICAwMDBKEDBAMCAgIBETYCAQMDAwUEBQYGBgYHBwj9NgcHBwYHBgUFBQQDBAICAREREhMCPLwGCAgKAWoIBwcGBgYGBQQFAwMDAQI2CQgJCAgHBwcFBQUEAwIBAQEBAgMEBQUFBwcHCAgJCAk2NgkICQgIBwcHBQUFBAMCAQEBAQIDBAUFBQcHBwgICQgAAAAADQAAAAAD0AP0AAMABwALAA8AEwAXABsAHwAjACcASwBvAPsAACUVIzUjFSM1IxUjNSMVIzUjFSM1ARUjNSMVIzUjFSM1IxUjNSMVIzUBHwYdAg8FKwIvBT0CPwYhHwYdAg8FKwIvBT0CPwYHFSsBDw0VERUfDTMhMz8NNRE1Lw0rAT0BLw0rAg8OFSM1Lw4rAg8NA4l4JHomhiSHI4IDEngkeiaGJIcjggJxBAMDAwICAQECAgMDAwQkAwMDAwICAQECAgMDAwP+eAMDAwMCAgEBAgIDAwMDJAQDAwMCAQICAQIDAwMEWUgHBwcGBwYFBQUEBAMCAgEBAgIDBAQFBQUGBwYHBwcDEgcHBwcGBgUFBQQEAwICAQECAgMEBAUFBQYHBgcHB0gBAwMDBQUGBgcHCAgJCQkkCQkICAgHBwcFBgQEAwIBAdYBAQIDBAQGBQcHBwgICQgJJAkJCQgIBwcGBgUFAwMDAfShoaGhoaGhoaGhAZuhoaGhoaGhoaGhAR4BAQICAgMEA6EDBAMDAgECAgECAwMEA6EDBAMCAgIBAQEBAgICAwQDoQMEAwMCAQICAQIDAwQDoQMEAwICAgEBEjYBAgMDAwQFBQYFBwYHBwf9NQcHBwYGBgYFBQQDAwMCAQECAwMDBAUFBgYGBgcHBwLLBwcHBgcFBgUFBAMDAwIBNgkJCAgICAYHBgUEBAMCAgICAwQEBQYHBggICAgJCTY2CQkICAgIBgcGBQQEAwICAgIDBAQFBgcGCAgICAkAAAYAAAAAA+ID8wAXAG4AmwC5ANgBfQAAAQ8BFSMPAx8DMz8CPQEvAwc3Hw0VDxEvFD0BPxYfBjcVLwcPFh0BHwchEQEXMx8EFQ8FKwEvBTU/BDMlFzMfBBUPBSsBLwU9AT8EMycPBxUjDw0VERUfDDMhHwg/Fj0BLwoRNS8NIzUvDisCDw0dASM9AS8NKwEPBQLaAgFRBAMBAQEBAwR0BAMCAgMEGAVZCgoNEAwHBgUEBAMCAQEDBAYICgcLEg4NEAsLCwsMCwwNDQwMDAsLCwgNDg0LCgYGBAQCAgICAgIEBAYGBgcICQgKCgsLCwsMDAwNDQwNDAwMCwwmEg4ODw8PEBASERIREBAQEA8ODQ0MCwoJCQcGBQQDAgIDBAUGBwkN/mYCVgMDAwMCAQEBAQIDAwMDJgMDAwIBAQEBAgMDA/6MAwQDAgICAQECAgIDBAMmAwMDAgEBAQECAwMDOQUGBAMDAgEBSwYHBgYFBgUFBAMDAgIBAQICAwMECgYFBgYHBgcB4QUYDxEQERIREhISEhAREBAQDw4NDQwLCgkJBwYFBAMCAgMEBQYHCQgJCQ8BAQMCBAQFBQUGBgYGB0sBAQICBAQFBgcGBwgICAgJIggJCAcIBwcGBgUEBAMBAs0BAgMEBAUGBgcHCAcICQgrCAgIBwcHAZsCBH0CAwQZAwMDAgIDBJ8EAwIBAQEfBwcKERAMCgsLCwsLDAwSFxIRERIKDRELCAkEBAMDAQEBAQECAwMFBQYFCQwNDhALCwwLDA0MDQ0MDQwLDAsLCwoJCQkHCAYGBQUDAwIBAQEBAgMDBQXdmQkFBQQDAgEBAQEDBAUGCAgKCgsLDQ0PDw8QEBERERISEhIREREQEA8VAiIBEQECAgMDA6EDAwICAgEBAgICAwOhAwMDAgIBAQICAwMDoQMDAgICAQECAgIDAwSdAwMDAgIsBgcHCAcICQg0AQEDAgQEBQUFBgYGBgcH/VUGBwYGBgYFCgQEAwICAQMNCAYFBAMBAQEBAwQFBggICQoLDA0NDg8QEBARERESEhISEREREBAPDQ0MEAFTBwYHBgYFBgUFBAMDAgIBNAgJCAcIBwYHBgUEBAICAgICAgQEBQYHBgcIBwgJCDQ0CAkIBwgHBgcGBQQEAgICAgICBAQFAAAABAAAAAAD0AP0AF4AmgDbARsAABMPEB0BHw4hPw49AS8UDwgvCCMPASUPBi8DHwEPBx8HOwE/DT0BLwojJQ8IHw8/Dy8PDwYlDwcfDz8PLw8PBrMODAwKCggJCAcGBgUIBwQDAgIEBAYHCAkLDAwNDg8PEQHnEQ8PDg0NCwsJCAcGBQMCAgMEBwgFBgYHCAgJCgoMDA4ODxASCzQNFRoTExMTEhMTEwkYFToLEhAPArIGBRwgEREQExITEgIBAQIEBQYICQsWFhQTEhEPD0sLCwoKCggJCAcHBQQEAgICBQQGBwYGBgcICAX9lwcIDAsJBwUDAQEDBQcJCwwPEBESEhQUFRYVFRQUEhIREA8NCgkHBQMBAQMFBwkKDQ8QERISFBQVFRYVFBQSEhEBZAoICAUFAwIBAQIDBQUICAoLCwwMDQ4NDw8NDg0MDAsLCggIBQUDAgEBAgMFBQgICgsLDAwNDg0PDw0ODQwMCwHRBgcICQoKDA0NDg0OHSAfHhwdEQ8PDQ0MCwoJCAcFBQMBAQEBAwUFBwgJCgsMDQ0PDxAeHB4fHx4NDg4NDQsLCgkIBwYFAwIBBSIHCgoFAwMBAQMDBQQJCyUFAwP1AwMMCwQCAQECBAYUERMTExIREhARAgQFCAoMDhABAgIDBAUFBgcHCAkJCgoYKyUYFBEJCAYEBAFQCAgRERMTFBUWFhUUExMSERAODQsJBwQDAQEDBAcJCw0OEBESExMUFRYWFRQTExEREA8NCwgHBQMBAQMFBwgLDZULCwwMDQ0ODw4ODg0MDAsLCggHBgUDAgEBAgMFBgcICgsLDAwNDg4ODw4NDQwMCwsKCAgGBAMCAQECAwQGCAgAAAAABgAAAAAEAAQAAAUARgBKAG0AkAEeAAABFRcHJzUHFR8PPw8vDw8OJSE1IQEdAQ8HLwc1PwcfBgUdAQ8HLwc1PwcfBgcVKwEPDRURFR8NMyEvAyEvBxEhFR8DETUvDSsBPQEvDSsBDw0dASE9AS8NKwEPDQNAWy5twAEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQQBAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBP6/AYD+gAHAAQICBAUGBgYGBgYFBAICAQECAgQFBgYGBgYGBQQCAv5BAQICBAUGBgYGBgYFBAICAQECAgQFBgYGBgYGBQQCAn8gCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKAbIFBAMD/l0GBgYFBAICAQMAEBEQDwICBAQEBgYHBwgJCAoJCiACAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgL/AAICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgFgc1oubo2ADAsWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFslAAaAgYAYGBgUEAgIBAQICBAUGBgaABgYGBQQCAgEBAgIEBQYGBiBgBgYGBQQCAgEBAgIEBQYGBoAGBgYFBAICAQECAgQFBgYGIAICBAQEBgYHBwgJCAoJCv3ACgkKCAkIBwcGBgQEBAICDxAREAECAgQFBgYGAaCDAwMEBQEyCgkKCAkIBwcGBgQEBAICIAoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCiAgCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkAAAAGAAAAAAQABAAABQBGAFsAfgChAS8AAAEVFwcnNQcVHw8/Dy8PDw4DMw8HMz8HNSMBHQEPBy8HNT8HHwYFHQEPBy8HNT8HHwYHFSsBDw0VERUfDTMhLwMhLwcRIRUfAxE1Lw0rAT0BLw0rAQ8NHQEhPQEvDSsBDw0DQFsubcABBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQTsjREQDw0MCwgHRwMHCQoNDhAd1gFrAQICBAUGBgYGBgYFBAICAQECAgQFBgYGBgYGBQQCAv5BAQICBAUGBgYGBgYFBAICAQECAgQFBgYGBgYGBQQCAn8gCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKAbIFBAMD/l0GBgYFBAICAQMAEBEQDwICBAQEBgYHBwgJCAoJCiACAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgL/AAICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgFgc1oubo2ADAsWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFgEMHR4fICEhIyQTJSIiISEiNykBYCBgBgYGBQQCAgEBAgIEBQYGBoAGBgYFBAICAQECAgQFBgYGIGAGBgYFBAICAQECAgQFBgYGgAYGBgUEAgIBAQICBAUGBgYgAgIEBAQGBgcHCAkICgkK/cAKCQoICQgHBwYGBAQEAgIPEBEQAQICBAUGBgYBoIMDAwQFATIKCQoICQgHBwYGBAQEAgIgCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKICAKCQoICQgHBwYGBAQEAgICAgQEBAYGBwcICQgKCQAAAAYAAAAABAAEAAAFAEYAjACvANIBYAAAARUXByc1BxUfDz8PLw8PDic/ATMfCBUPBiMvBRUfAzM/DT0BLw0jBzczNSMBHQEPBy8HNT8HHwYFHQEPBy8HNT8HHwYHFSsBDw0VERUfDTMhLwMhLwcRIRUfAxE1Lw0rAT0BLw0rAQ8NHQEhPQEvDSsBDw0DQFsubcABBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQTcDxsUDgwKCAMDAgICAgMGCAgLDA8JCAkICBAQEhMVDQ0MCwoKCQgIBgYEBAICAgIDAwUFBwcHCAkKCgsLHQVuogFQAQICBAUGBgYGBgYFBAICAQECAgQFBgYGBgYGBQQCAv5BAQICBAUGBgYGBgYFBAICAQECAgQFBgYGBgYGBQQCAn8gCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKAbIFBAMD/l0GBgYFBAICAQMAEBEQDwICBAQEBgYHBwgJCAoJCiACAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgL/AAICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgEgM1oubk1ADAsWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFpoBAgEDBQUEBAQFCgsKCQcHBQMCAQICAwMJOwYFAgECAgQEBQYHCAgJCgoKCwwKCgoJCAgHBgYGBAQCAgIBPzgBYCBgBgYGBQQCAgEBAgIEBQYGBoAGBgYFBAICAQECAgQFBgYGIGAGBgYFBAICAQECAgQFBgYGgAYGBgUEAgIBAQICBAUGBgYgAgIEBAQGBgcHCAkICgkK/cAKCQoICQgHBwYGBAQEAgIPEBEQAQICBAUGBgYBoIMDAwQFATIKCQoICQgHBwYGBAQEAgIgCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKICAKCQoICQgHBwYGBAQEAgICAgQEBAYGBwcICQgKCQAACgAAAAAEAAQAAAUACQANAE4AUgBWAFoAfQCgAS4AAAEVFwcnNQUzNSMHMzUjBRUfDz8PLw8PDgMzNSMHMzUjBzM1IwEdAQ8HLwc1PwcfBgUdAQ8HLwc1PwcfBgcVKwEPDRURFR8NMyEvAyEvBxEhFR8DETUvDSsBPQEvDSsBDw0dASE9AS8NKwEPDQNAWy5t/oBAQMBAQAGAAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAUBAwEBAwEBAAgABAgIEBQYGBgYGBgUEAgIBAQICBAUGBgYGBgYFBAIC/kEBAgIEBQYGBgYGBgUEAgIBAQICBAUGBgYGBgYFBAICfyAKCQoICQgHBwYGBAQEAgICAgQEBAYGBwcICQgKCQoBsgUEAwP+XQYGBgUEAgIBAwAQERAPAgIEBAQGBgcHCAkICgkKIAICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAv8AAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAWBzWi5ujSBAQECgDAsWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFgEJQEBAQEABYCBgBgYGBQQCAgEBAgIEBQYGBoAGBgYFBAICAQECAgQFBgYGIGAGBgYFBAICAQECAgQFBgYGgAYGBgUEAgIBAQICBAUGBgYgAgIEBAQGBgcHCAkICgkK/cAKCQoICQgHBwYGBAQEAgIPEBEQAQICBAUGBgYBoIMDAwQFATIKCQoICQgHBwYGBAQEAgIgCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKICAKCQoICQgHBwYGBAQEAgICAgQEBAYGBwcICQgKCQAAAAoAAAAAA+oD6gADAAcACwAPABMAFwAbAB8AIwAnAAABFTM1IRUzNSEVMzUlFTM1IRUzNSEVMzUlFTM1IRUzNSEVMzUlIREhArj1/dj2/dj1AXD1/dj2/dj1AXD1/dj2/dj1/s0D1vwqAQu4uLi4uLj1uLi4uLi49bi4uLi4uPb8KgAAAAMAAAAAA4MD6gAaAEEAmwAAARUPCisBEx8CIT8CES8CARUPCisBERUfBjM1NzE3MzUvByUhHw4dATMfDRURFQ8OIS8OPQEjLw41ETczAmMCBAMEBQcHCQsMDxBsAQIEBQGaBQQCAgQF/noDBAQFBggJCw0PERSCAQICAgMEA4u0NYgBAQECAwMDBP7ZAScJCQgJBwcHBgYFBAQDAgItBwcGBwUGBQUEBAMCAgEBAgIDBAQFBQYFBwYHBwj+bAgHBwYHBQYFBQQEAwICAYsJCAkIBwgGBwUFBQMDAwHaAQKIfw0NBwcIBwYGBAQB/p4GAwMDAwYCIgUEAgEdmhAQCQkJCAgHBQQC/lYEAwMDAgEBAdq/N9EEAwMDAgEBAUYBAQIDBAQFBgYHBwgICAkJ0QECAwMDBQQFBgYGBwcHB/3kCAcHBwYGBQYEBAQDAgIBAQEBAgIDBAQFBQUGBgcHBwhOAQECAwQEBQYGBwcICAgJCQG85wAAAAAQAAAAAAPqA+oAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwAAJTMVIyUzFSMlMxUjJTMVIwEzFSMlMxUjJTMVIyUzFSMBMxUjJTMVIyUzFSMlMxUjATMVIyUzFSMlMxUjJTMVIwMmxcX++8TE/vrExP76xcUDEcXF/vvExP76xMT++sXFAxHFxf77xMT++sTE/vrFxQMRxcX++8TE/vrExP76xcXaxcXFxcXFxQHKxMTExMTExAHKxMTExMTExAHKxcXFxcXFxQAABAAAAAAD6gPqAAMACwAZACEAABMRIREBFSE1IxUjNSERMxEhETMRIzUjESERJyEVMxUzESHoAjD+FgFeRkb+W0cCvEdHjP4W0wNJR0b8KgF0/ucBGQIx09ONjfy2AV/+oQMDR/7nARlGRkf8twAAAAYAAAAAA60D6gADAAcACwAPABMAFwAANyEVITUhFSE1IRUhNSEVITUhFSE1IRUhUwIo/dgDWvymAij92ANa/KYCKP3YA1r8plM+9j72PvY+9j72PgAAAAAEAAAAAAPqA+oAAwAGAAwAIAAAJSEVIQEzIyUXASM1CQEfBxUPBCc/AwHJAiL93gG0AQH+8M/9qdABzwFTBQoKCYUGBAICBAZYCc9jCAoKTDcClJnQ/aPKAdMBOQECBAaFCQoKCgoKCWAMz2IHBgMAAQAAAAAD6gPqAAsAAAEXCQEHCQEnCQE3AQOrQP5SAa5A/lL+WEABqP5YQAGoA+tA/lX+VUABrP5aQAGlAaVA/lsAAAADAAAAAAPqA+oABgAVAGAAAAENATUjNTMBMxsBHwE3IzUzAyMLASMBMx8NFREnESERITcVDw8hLw41ET8PAswBH/7h9fX97VIpUVRQG0SkUlJSUlEB7AEhCgsLBQoKCQgGAgICAVL9SQK3UgMDAwUDBwkLDQgICAoKCgz9nBwLEQsMCwoEBAQDAwICAQECBgUHCQsGBwgICQoKCwwCAMzLUPQBw/7iAR4D8qNS/mcBHv7iAhQFAwQGAwgJCw0QCAkKCwv+QjIBufzOUhkuCgsLBgsLCQkDBAIDAQEBAgMFBQcJCwYHCAgJCgoLDALgHAsRCwsLCgQFAwQCAwEBAQAABwAAAAADvwPqAAMABwALAA8AEwAXACcAACUzFSM1MxUjJxEhESUhESEBMxUjARUhNSUhFTMRIzUzESERMxUjETMBlN/f399HAWr+cAG6/kYBo5OT/oMBav5wAbbirYf8zoet5sMmtSVm/qwBVCX+XQKZJgE9rq4m1/33JQG+/kIlAgkAAgAAAAAD6gPqAAsAiwAAAQcXBxc3FzcnNycHER8fDx8vHz8eAVxepKRepKVepKRfpBkZGRgYFxcWFhUUFBMTEhEQEA4ODQsLCgkIBgYEAwIBAQIDBAYGCAkKCwsNDg4QEBESExMUFBUWFhcXGBgZGRkZGRkYGBcXFhYVFBQUEhIREBAODg0LCwoJCAYGBAMCAQECAwQGBggJCgsLDQ4OEBAREhIUFBQVFhYXFxgYGRkDA1+kpF6kpF6kpF6kAY0BAgMEBgYICQoLCw0ODw8QERITExQUFRYWFxgXGBkZGRkZGRgYFxcWFhUUFBMTEhEQEA4ODQsLCgkIBgYEAwIBAQIDBAYGCAkKCwsNDg4QEBESExMUFBUWFhcXGBgZGRkZGRkYFxgXFhYVFBQTExIREA8PDg0LCwoJCAYGBAMCAAABAAAAAAPqA+oACwAAARMhESETBQMhESEDAosCAV7+owH+9gL+kgFtAQPr/pf+9v6eAQFjAQoBaAAAAAABAAAAAAPqA+oAhwAAAR8PDwcJAR8HDw8vBwkBDwcvDz8HCQEvBz8PHwcJAT8GA6EHBwcHBgYGBgUEBAMDAQEBAQEBAwMEBAX+kwFtBQQEAwMBAQEBAQEDAwQEBQYGBgYHBwcHBwcHBwYHBgX+k/6TBQYHBgcHBwcHBwcHBgYGBgUEBAMDAQEBAQEBAwMEBAUBbf6TBQQEAwMBAQEBAQEDAwQEBQYGBgYHBwcHBwcHBwYHBgUBbQFtBQYHBgcHBwPrAQEBAwMDBQUFBgcGBwcHBwcHBwcGBwUG/pP+kwUGBwYHBwcHBwcHBwYGBgYFBAQDAwEBAQEBAQMDBAQFAW3+kwUFAwMDAQEBAQEBAwMDBQUGBgYGBwcHBwcHBwcGBwYFAW0BbQUGBwYHBwcHBwcHBwYGBgYFBAQDAwEBAQEBAQMDBAQF/pMBbQUFAwMDAQEAAAAAAQAAAAAD6gN3AAYAAAEXAQcBNxcDbX79phX+mXToA3h+/aYYATWHyAAAAAADAAAAAAPqA8IAAgALACgAABMXBwkCLwE3LwIBMx8JFQ8GAT8HQaLOAhkBCf5/AVwDXAZNAk4FCwoJvwQDAwIBAQECBAcFBDD+8ioHBwcIBwgHAQixGgLo/uD+nj0oQSFJEAIAAwQG0AQGBQYGBwYHBg0NBgYsASUnBgUEAwMCAQAAAAABAAAAAAPqA+oACwAAATMRIRUhESMRITUhAcN6Aa7+Unr+UgGuA+v+Unr+UgGuegABAAAAAAPqA3gACwAAEyEXNyEJASEnByEBFQES2dkBEv6eAWD+7tfX/u4BYAN56Oj+hv6I5uYBeAAAAAABAAAAAALKA+oACgAACQE3Fw8BNQE3CQEBNwGFAQ4BDv55AQEh/uAD6/55AQ6vDwH+e8sBHwEhAAEAAAAAA+oDRwA+AAABHwcVHwUFHwQVFw8FBQ8OIy8DAS8DPwMBPwEBpAQEBAMCAgEBAQECAgMDAhYGAwICAgEBAgICAwP95wMDAgIBAQECAQIDAwMEBAQFBQUG/pkDBgMBAQMGAwFvBgcDSAECAgQFBgYInwMDAgIBAQEBAQICAwPeBgMCAgEBAQEBAgIDA50LBQQEAwIBAQECAwMBIAQICQkJCQgEASQEAgABAAAAAAPqA1sAAgAAEyEBFQPW/hUDW/1KAAAAAQAAAAAD6gL1AAIAAAkBIQIAAev8KgL1/hYAAAEAAAAAA+oC9QACAAATIQEVA9b+FQL1/hYAAAABAAAAAAPqA+oACwAAEwkBFwkBBwkBJwkByAE4ATiz/scBObP+yP7IswE5/scD6/7HATmz/sj+yLMBOf7HswE4ATgAAAEAAAAAAvUD6gACAAAJAgELAer+FgPr/hX+FQABAAAAAAL1A+oAAgAAAREBAvX+FgPr/CoB6wAAAQAAAAAD6gNMADQAAAEzHwEBHwMPAwEPAyMvDCEvATU3NSc/ASE/BDU/BAJeAgUJAXEEAgQCAQMEB/6iBgoFBQQDBAMDAgIBAgEBBgkJ/eYCAQMCAQECHgoIBAIBAgICAgMDTAEF/tUDBAkJCQkJB/7hBAYCAQEBAgMEBAULnQMEBAMBAgIK4A0CAQIFAgMCpwwFBAMBAAAEAAAAAANvA+oAAwAHAAsAFwAAATMRIwMzESMDESERASEVMxUjESERIzUzAj0+Prg+PnoB6v5TAXC4Pf2aPbgCe/4VAev+FQIo/ZsCZQEze7j9XQKjuAAAAQAAAAAD6gMNAAUAABMJARcJAUYBugG6Mf4V/hUDDv5GAbox/hUB6wAAAAABAAAAAAPqAsoACgAAEzMJATMBFwcjJzcVywEgASDL/noBDrAOAQLK/uABIP57AQ4OAQAAAQAAAAAD6gN5AAgAAAEXASEVIQEHAQFxPP71A0n8twELPP6kA3k0/uFM/uE0AXkAAQAAAAADEQPqAAUAAAkCJwkBASAB8v4OMgHA/kAD6/4V/hUyAbkBuQAAAAABAAAAAAPqA4gACAAACQInASE1IQECggFp/pc/ARX8vQND/usDif53/nc3AStOASsAAAAAAgAAAAAD6gPCAAYADQAAATMRMwExIwMzAyMRIwECVaL0/rxT+1MBovQBRAO7/cf+vAOE/IMCOQFEAAAAAQAAAAADLgPqAAUAAAEXCQEHAQK8c/6JAXdz/hUD63T+if6JdAHrAAEAAAAAA+oDLgAFAAAJAQcJAScCAAHrdP6J/ol0Ay/+FXMBd/6JcwABAAAAAAMuA+oABQAACQInCQEBRAHr/hVzAXf+iQPr/hX+FXQBdwF3AAAAAAEAAAAAA+oDLgAFAAATCQEXCQGJAXcBd3T+Ff4VAy/+iQF3c/4VAesAAAAAAQAAAAAD6gL1AAIAAAkBIQIAAev8KgL1/hYAAAEAAAAAA+oC9QACAAATIQEVA9b+FQL1/hYAAAABAAAAAAPqA7cASgAAARc3ASMRIT8PHw8PDyMvDiERIzcBEgIGAQTYAXUFBQYHBwkICgkLCwsMDAwNEA8PDg4NDAsKCQgGBgMDAQEDAwYGCAkKCwwNDg4PDxANDAwMCwsLCQoICQcHBgUF/iPJ+gO3Bgb+/v5jCwoKCgkJCAcGBgUEAwMBAQECBAUHCAkKCwsNDg4PDxAQDw8ODg0MCwoJBwcFBAIBAgIEBAUGBgcICQkJCwoLAgX4AAAAAA8AAAAAA+oD6gADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwAAJRUzNSEVMzUhFTM1JTMVIyUzFSMlMxUjATMVIyUzFSMlMxUjARUzNSEVMzUhFTM1JTMVIyUzFSMlMxUjAzN6/hZ6/hZ6Aij29v6Q9vb+kPb2AuD29v6Q9vb+kPb2Ax56/hZ6/hZ6Aij29v6Q9vb+kPb2zXp6enp6ej729vb29gJm9vb29vYCKHp6enp6ej729vb29gAAAAMAAAAAAogD8wA/AH4AvgAAAQ8GHQEfDTsBPw09AS8NKwEPBQMPBh0BHw07AT8MPQEvDSsBDwUDDwYdAR8NOwE/DT0BLw0rAQ8FAYwFBAMDAgIBAQICAwMEBQUFBgYGBgcHjwcGBgYGBQUFBAMDAgIBAQICAwMEBQUFBgYGBgcHjwcGBgYGBQUFBAMDAgIBAQICAwMEBQUFBgYGBgcHjwcGBgYGBQoEAwMCAgEBAgIDAwQFBQUGBgYGBwePBwYGBgYFBQUEAwMCAgEBAgIDAwQFBQUGBgYGBwePBwYGBgYFBQUEAwMCAgEBAgIDAwQFBQUGBgYGBwePBwYGBgYFAQkFBQYGBgYHB48HBgYGBgUFBQQEAgMBAQEBAwIEBAUFBQYFBwYHB48HBgYGBgUFBQQDAwICAQECAgMDBAFmBQUGBgYGBwePBwYGBgYFBQUEAwMCAgEBAgIDAwQKBQYGBgYHB48HBgYGBgUFBQQDAwICAQECAgMDBAFmBQUGBgYGBwePBwYGBgYFBQUEAwMCAgEBAgIDAwQFBQUGBgYGBwePBwYGBgYFBQUEAwMCAgEBAgIDAwQAAAAAAQAAAAADNgPzAAUAABMBNwkBJ8oB83n+hgF6eQIA/g15AXoBenkAAAMAAAAAA/MDoAAgAEEAYgAANw8DFR8GIT8GNS8GISMPAQMPAxUfBiE/BjUvBiEPAgMPAxUfBiE/BjUvBiEPAhkDBAQBAQQEBgcHCAOcCAcHBgQDAgIDBAYHBwj8aAgHCAYDBAQBAQQEBgcHCAOcCAcHBgQDAgIDBAYHBwj8aAgHCAYDBAQBAQQEBgcHCAOcCAcHBgQDAgIDBAYHBwj8aAgHCPoDBwcIXAcIBgYFAwICAwUGBggHXAgHBwYFAwEDBAFIAwcHCFwIBwcGBAMCAgMEBgcHCFwIBwcGBAQBAQIEAUgDBwgHXAgHBwYFAwEBAwUGBwcIXAcIBwYEAwIBAgQAAAAAAQAAAAAC+QPzAAIAACUJAQEGAfT+DA0B8wHzAAQAAAAAA/MD8wAGAB0AIgBDAAAlByM1IzU3AQcVBwEPASMvAzU/AQE/ATMfAwERIQkBNwcBPwc9AS8MIw8FATg8RlU8AbgBAv6WAgMHBQICAgEEAWcDAwcFAgIB/bkBEgIk/u6YbgETbQYFBAMDAgEBAgMDBAUGoAsMBgcMDgkICAcHB508VUY8AY0DAwP+lgEBAgECBgYDBQFoAQECAQID/lT+7gIkARKXbP7tbgYHBggHCAgJCAkIBwgHBgefCAYDAQIBAgMDBQUAAAEAAAAAA/MD5wA0AAATDwEdAR8CAREfBjsBPwc1EQE/Aj0BLwgjISMPBRECAgIDBAFiAgMFuQcHCQkICQcGBAQDAgIBYgQDAgEDAwQEBQYGBwf8dgcHBgUFBQQDzAcGBwYGBgX+pv6rCQcItAYEAwMDBAQFBgUHBwICAVoFBgYGBwYHBwUFBAMCAQECAwQFBQAAAAARAAAAAAPJA/MAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsATwBrAAAlFSM1IxUjNSMVIzUjFSM1IxUjNSUVIzUjFSM1IxUjNSMVIzUjFSM1JRUjNSMVIzUjFSM1IxUjNSMVIzUDFR8GIT8HESE3Iw8IITUvByM1IxUhNSMDdlNTU1NUU1NTUwLsU1NTU1RTU1NTAuxTU1NTVFNTU1NUAgMFBgYICANECAgHBwUEAQL8bKd9CAgHBwIFAwEBA5QBAgQFBwcICH1T/mBTs1NTU1NTU1NTU1OnVFRUVFRUVFRUVKZTU1NTU1NTU1NT/jYECAcHBgQDAgECBAUHBwMIAnT6AQIEBQMHBwiBfAkIBwYFBAIBU1NTAAIAAAAAA/MD8wB/ARoAAAEfDh0BDx0rAS8ePx8fDiUPFh0BHx4/DB8GOwE/DT0BLwc/DC8eKwEPBQJxCgkICAcGBgUFBAMDAgIBAQICAwMEBQUGBgcICAkKCgoLCgsMCwwMDA0MDQ4NDg4NDQ0NDQwMDAsLCwsLCgoJCQkHBwcGBQUEAwMCAQEBAQEBAgMDBAUFBgcHBwkJCQoKCwsLCwsMDAwNDQ0NDQ4ODQ4NDA0MDAwLDAsKCwr+qBMTEhEQEA8PDg0MDAsKCQkIBwUFBAICAgIEBQYGCAkJCgsMDA0ODw8QEBESExMUFBQUFRUVFSEgDxAPDw8PDg4ODhzTBgYHBwcIBwgIBwcGBwYFBgQEBAICAQECAgMEBQXOCREHBwYFBQQEAwMEAQEBAwQEBgcICAoKCwsNDQ4ODxARERISFBMUFBUUFRUWFRUVFRQUFAMLCgsKCwsLCwwMDA0NDQ0NDg4NDg0MDQwMDAsMCwoLCgoKCQgIBwYGBQUEAwMCAgEBAgIDAwQFBQYGBwgICQoKCgsKCwwLDAwMDQwNDg0ODg0NDQ0NDAwMCwsLCwoLCgkJCQcHBwYFBAUDAwIBAQEBAQECAwMFBAUGBwcHCQm+CQkKCwwMDQ4PDxAQERITExQUFBQVFRUVFhUUFRUUFBMUEhIRERAPDg4NDQsLCgoICAcGBAQDAQECAwMDBAQFBQcGCAcS0wQEBAICAQECAgQEBAYFBgcGBwcICAcIBwcHBgYGzQ4cDg4ODw8PDxAPICEVFRUVFBQUFBMTEhEQEA8PDg0MDAsKCQkIBwUFBAICAgIEBQUHAAAEAAAAAAPzA/MAAwAnAG4ApgAAARUhNQEzHwUdAg8FKwIvBT0CPwUzIREfCjMFPwsRMx8JFREjES8LIQ8KFQMjEScPBhEfCyE/CxEvDiEPBAL6/gwBOAUDBAMDAgEBAgMDBAMFfAQEBAMDAgEBAgMDBAQE/vEBAgICAwgKBQYFBgYBfQ0FBgUGCQgDAwIBAQYGBg8LBLcDBgYEUwECAgIDCAoFBQYGBv3dDQYFBgUKBwQCAgIBU0EEBAMDAgEBAQECAwMICgUFBgYGA3AMBgYFBQoIAwMCAQECAwUGBwgIwAoNDg8PDg79ngwGBgUFAVr6+gJGAgEDAwQEBNAEBAMDAwIBAQIDAwMEBNAEBAQDAwIB/vINBgUGBQoHBAICAgEBAgICBAcKBQYFBgYBFQICBgYDtwQLDw0F/boBDg0GBQYFCggDAgICAQECAgIDCAoFBgUGBv7rA0BBBQQGBQYGBvyQDAYGBQUKCAMDAgEBAQECAwMICgUFBgYGAmgODg8PDg0KwAgIBwYFAwIBAQIDAwAAAAEAAAAAA/MC+QACAAAJASECAAHz/BoBBgH0AAABAAAAAAPzAvkAAgAACQEhAgAB8/waAQYB9AAAAQAAAAAD8wPzAPcAAAEPFh0BHx07AT8RNS8GIw8SLx49AT8dOwEfDg8EFR8JJT8GETUvCCsBDwMvDisBDwUBPhYWFRUTExIREBAODg0MCwsJCAcFBQMCAgMFBQcICQsLDA0ODhAQERITExUVFhYYFxgYGBkZGRwbGxsaGxkaGBgXFhUUExICAgEBAQJbBAQEBAUEBA8MDg4PEBARERISEhITExMREBEQEBAQDw8PDg0NDQwLCwsJCggICAcGBQUDAwICAgIDAwUFBgcICAgKCQsLCwwNDQ0ODw8PEBAQEBEQERAQEA8PDw8ODg4NDg0MDQxeBAMBAQICAwQEBAUGBgYBKAgHBwYEAwIBAgMEBAUGBwYGBgUGBVkSEhMUFBUVFhcWFxcXGBcYGRkZGBgYFwPMCwsMDQ4OEBAREhMTFRUWFhcYGBgYGRkZGRkZGBgYFxgWFhUVExMSERAQDg4NDAsKCggHBQUDAgMDBgYICgsMDg8QERIUFQMEAwQEBANdAgIBAQEDEQ8NDAwKCgkIBwYEBAMBAQEBAgMDBQUHBggICQkJCwsLDA0NDQ4PDxAPEBAQERAREREQEBAQEA8PDw4NDgwMDAoLCgkICAgHBgUFAwMCAgECAwMDBQUGBwcICQkKC18FBQYFBgYGBwUEBAMCAQEBAQMFBgcHCAEnBwYFBQUEAwMDAQIDA1kQDw8NDAsLCQkHBgUEAwICAwUFBwgAAAADAAAAAAKBA/MAPwB/AL8AACUVHw07AT8NPQEvDg8OERUfDTsBPw09AS8NKwEPDREVHw4/Dj0BLw0rAQ8NAX8CAwUFBwcICgoKDAwMDQ0NDQ0LDAoKCggHBwUFAwICAwUFBwcICgoKDAsNDQ0NDQwMDAoKCggHBwUFAwICAwUFBwcICgoKDAwMDQ0NDQ0LDAoKCggHBwUFAwICAwUFBwcICgoKDAsNDQ0NDQwMDAoKCggHBwUFAwICAwUFBwcICgoKDAwMDQ0NDQ0LDAoKCggHBwUFAwICAwUFBwcICgoKDAsNDQ0NDQwMDAoKCggHBwUFAwKODQ0MDAsLCgkJBwcFBAQCAgQEBQcHCQkKCwsMDA0NDQ0NDAsLCgkICAYGBAMCAQECAwQGBggICQoLCwwNDQFlDQ0MDAwKCgoIBwcFBQMCAgMFBQcHCAoKCgwMDA0NDQ0MDAwKCgoIBwcFBQMCAgMFBQcHCAoKCgwLDQ0BZQ0NDQwLCwoJCAgGBgQDAgEBAgMEBgYICAkKCwsMDQ0NDQ0MDAsLCgkJBwcFBAQCAgQEBQcHCQkKCgwMDA0AAAABAAAAAAPzAvsAAgAAEwUBDQPm/goBCwYB9gAAAQAAAAADSwPzACsAAAkBDwMfAwEfAjsBPwY1LwIJAT8CNS8GKwEPAQKb/iYFBAIBAQIEBQHaBwcHCAgIBgRwBAMCAgME/qoBVgQDAgIDBG0HBggICAcHA+j+NAYHBwgIBwcG/jUGAwMDAwNsBwcHCAgHBgFMAUwGBwgIBwcHagUDAwMDAAAAAAIAAAAAA/MD8wAgAIEAAAEzHwYVDwYhLwY1PwYTDxAfFz8XLxcPBgL6BAgHBwYEAwICAwQGBwcI/gQIBwcGBAQBAQQEBgcHCAMODhoZFxYVExEQDgsKBwUDAQEDBQcKCw4QERMVFhcZGhwdHh4fICAhIiIhICAfHh4dHBoZFxYVExEQDgsKBwUDAQEDBQcKCw4QERMVFhcZGhwdHh4fICAhIiIhICAfHh4CUwIDBAYHBwhcCAcHBgQEAQEEBAYHBwhcCAcHBgQDAgFdCAkTFRYXGRocHR4eHyAgISIiISAgHx4eHRwaGRcWFRMREA4LCgcFAwEBAwUHCgsOEBETFRYXGRocHR4eHyAgISIiISAfHx8dHRwbGRcWFRMREA4LCgcFAwEBAwUHCgsOAAIAAAAAA/MD8wBnAO4AAAEPGS8YPQE/FzsBHxcFFR8eMz8OFxUBNwEjJz8ONS8eKwEPHQKBAQEBAwIEBAQGBQ0PEBMTFgsLDAwMDA0NDQ0NDgwNDQwMCwwLFRQSEQ4NBgUFBAMDAgIBAQICAwMEBQUGDQ4REhQVCwwLDAwNDQwODQ0NDQ0MDAwMCwsWExMQDw0FBgQEBAIDAQH9jQICAwQFBgcHCQgKCgsMDA0ODg4PEBAQERESEhITExMREREQEBAQEA8PDg4ODQ0MEAEdVf7jLRALCQkJCAcHBgYEBAQCAgIBAQIEBAUGBggICQkLCwwMDQ0ODw8PEBERERESExITExMTExISEhEREBAQDw4ODg0MDAsKCggJBwcGBQQDAgICgA0NDQ0MDAwMCwsWExMQDw0FBgQEBAIDAQEBAQEBAwIEBAQGBQ0PEBMTFgsLDAwMDA0NDQ0NDgwNDQwMCwwLFRQSEQ4NBgUFBAMDAgIBAQICAwMEBQUGDQ4REhQVCwwLDA0MDQwODRMTEhMSERERERAPDw8ODQ0MDAsLCQkICAYGBQQEAgEBAgICBAQEBgYHBwgJCQkLEC3+41UBHRAMDQ0ODg4PDxAQEBAQERERExMTEhISEREQEBAPDg4ODQwMCwoKCQgHBwYFBAMCAgICAwQFBgcHCQgKCgsMDA0ODg4PEBAQERESEhITEwAAAAMAAAAAA/MD8wAFAIUA5QAAATM1IzUjBR8PDx8vHz8fHw4lDw8fFz8XLxcPBgGs/KhUAUkMDAsKCQgIBgYFBQMDAgEBAQECAwMFBQYGCAgJCgsMDA0NDg0PDg8PEA8REBERERISEREREBEPEA8PDg8NDg0NDAwLCgkICAYGBQUDAwIBAQEBAgMDBQUGBggICQoLDAwNDQ4NDw4PDxAPERARERESEhERERARDxAPDw4PDQ4N/h4cGxkXFhUTERAOCwoHBQMBAQMFBwoLDhARExUWFxkbHB0dHx8fICEiIiEgHx8fHR0cGxkXFhUTERAOCwoHBQMBAQMFBwoLDhARExUWFxkbHB0dHx8fICEiIiEgHx8fHQGsVPsGDQ0ODQ8ODw8QDxEQEREREhIREREQEQ8QDw8ODw0ODQ0MDAsKCQgIBgYFBQMDAgEBAQECAwMFBQYGCAgJCgsMDA0NDg0PDg8PEA8REBERERISEREREBEPEA8PDg8NDg0NDAwLCgkICAYGBQUDAwIBAQEBAgMDBQUGBggICQoLDK8RExUWFxkbHB0dHx8fICEiIiEgHx8fHR0cGxkXFhUTERAOCwoHBQMBAQMFBwoLDhARExUWFxkbHB0dHx8fICEiIiEgHx8fHR0cGxkXFhUTERAOCwoHBQMBAQMFBwoLDgAAAAACAAAAAAOEA/MAIwArAAA3Hw4zITM/DhEhNyMVITUjJyGzAQEDBAUFBwcICAkKCgsLCwG8CwsLCgoJCAgHBwUFBAMBAf1mi8IDCMI3/up8DAsKCgoJCQgHBgYEBAMCAgMEBAYGBwgJCQoKCgsMApmnb283AAEAAAAAA9cD8wB0AAAJAQ8HHwcBHwY7AT8OLwchMz8OLw4jIT8ILw4rAQ8FAeH+XwYEBAQCAgEBAQECAgQEBAYBoQcGBwcIBwgJCAgIBwcHBgY2BQQEAgIBAQEBAgIEBAXBAcMICAcHBwYFBgUEBAIDAQEBAQEBAwMDBAUGBQcGBwcICP49uwYFBAQCAgEBAQECAgQEBQY2BgcHCAcICAkICAcHBwYD2/5fBgcHBwcICAgICAgHBwcHBv5eBQUEAwMCAQECAwMEBQU3BgcHCAcICQgICAgHBgfCAgEDAwUEBgYHBggHCAgIWggICAcGBwYGBQQDAwIBvAYHBggHCAgICAkHCAcHBgY2BQQDAwIBAQIDAwQFAAABAAAAAAPzA/MAhgAAAQ8GFREhIw8MHQEfDTMhERUfDTsBPw01ESEzPw09AS8NIyERNS8NKwEPBQGMBQQDAwICAf7ZBwcGBgYGBQoEAwMCAgEBAgIDAwQFBQUGBgYGBwcBJwECAgMDBAUFBQYGBgYHB48HBgYGBgUFBQQDAwICAQEnBwcGBgYGBQUFBAMDAgIBAQICAwMEBQUFBgYGBgcH/tkBAgIDAwQFBQUGBgYGBwePBwYGBgYFA+AGBQYFBwYHB/7ZAQEDAgQECgUGBgYGBwePBwYGBgYFBQUEAwMCAgH+2QcHBgYGBgUFBQQDAwICAQECAgMDBAUFBQYGBgYHBwEnAQICAwMEBQUFBgYGBgcHjwcGBgYGBQUFBAMDAgIBAScHBwYGBgYFBQUEAwMCAgEBAQMCBAQAAAAAAQAAAAAD8wNLACwAABMPAx0BHwIBHwM/AwE/Aj0BLwYjDwIJAS8DDwJ/ZgYDAwMDAwHOBgcHCAgHBwYBzAUDAwMDA2wHBwcICAcG/rT+twYHBwgIBwcDP2oHBggICAcHBP4jBQQCAQECBAUB2gcGCAgICAYEcAQDAgIDBP6qAVMFBAIBAQIEAAEAAAAAA/MD8wCLAAATDwcdAR8HDwcdAR8OOwE/Bx8HOwE/Dj0BLwc/Bz0BLw4rAQ8HLwcrAQ8Fl3MFBQQDAwIBAQIDAwQFBff3BQUEAwMCAQECAwMEBQVzBgYHBwcICAgICAgHBwYHBvf3BgYHBwcICAgJBwgHBwcGBnMFBQQDAwIBAQIDAwQFBff3BQUEAwMCAQECAwMEBQVzBgYHBwcIBwkICAcIBwYHBvf3BgYHBwcICAgICAgHBwcGA9xzBgYHBwcIBwkICAcIBwYHBvf3BgYHBwcICAgJBwgHBwcGBnMFBQQDAwIBAQIDAwQFBff3BQUEAwMCAQECAwMEBQVzBgYHBwcIBwkICAgHBwYHBvf3BgYHBwcICAgICAgHBwcGBnMFBQQDAwIBAQIDAwQFBff3BQUEAwMCAQECAwMEBQAAAAEAAAAAAxAD8wAFAAATATcJASfwAfMt/jkBxy0CAP4NLAHHAccsAAABAAAAAAPzAogAQQAAEw8GHQEfDTMhMz8NPQEvDSMhIw8FIQUEBAIDAQEBAQMCBAQFBQUGBgYGBwcDXgcHBgYGBgUFBQQEAgMBAQEBAwIEBAUFBQYGBgYHB/yiBwcGBgYGBQJ0BQUGBgYGBwePBwYGBgYFBQUEAwMCAgEBAgIDAwQFBQUGBgYGBwePBwYGBgYFBQUEAwMCAgEBAgIDAwQABQAAAAADyQPzACMARwBrAHYA0QAAATMfBRURFQ8GIy8GNRE1PwUzIzMfBhEPByMvBxE/BjMjMx8FFREVDwYjLwY1ETU/BTMlHwMhPwQnDwQrAQ8GFR8GOwERFR8NMyEzPw01ETsBPwY1LwcjLwcjDwICuwUEAwMDAgEBAgMDAwQFKQUEAwMDAgEBAgMDAwQFfQQEBAMCAgEBAQECAgMEBAQqBAQEAwICAQEBAQICAwQEBH0FBAMDAwIBAQIDAwMEBSkFAwQDAwECAgEDAwQDBQEiBAIFIP7cIAMCAwM0BgsJBzDJBAQEAwICAQEBAQICAwQEBD8BAwMEBgYHCAgJCQkKCgsCHAsKCgkJCQgIBwYGBAMDAT8EBAQDAgIBAQEBAgIDBAQEyTAHCQoNDQ0M1w0NDQKmAQICBAMEBP42BAQEAwICAQEBAQICAwQEBAHKBAQDBAICAQECAgQDBAT+NgQEBAMCAgEBAQECAgMEBAQBygQEAwQCAgEBAgIEAwQE/jYEBAQDAgIBAQEBAgIDBAQEAcoEBAMEAgIB+gEBBUxMAwIBAUIECQsLcgIBAwMEBAQqBAQDAwMCAf2VDQ0MDAsLCgoJCAYGBAMCAgMFBQcICQoLCwsMDA0NAmkBAgMDAwQEKgQEBAMCAgEBcgsLCQgHBAIBAwUAAQAAAAADSwPzACwAAAEPBBUfAgkBDwIVHwY7AT8CAT8DLwMBLwIrAQ8BAStqAwQDAgIDBAFW/qoEAwICAwRtBgcICAgHBwMB3gUEAgEBAgQF/iYHBwcICAgGA+hnAwcHBwgIBwb+tP60BgcICAcHB2kGAwMDAwMBzgYHBwgIBwcGAcwFAwMDAwAAAAABAAAAAAMQA/MABQAAEwkBFwkB8AHG/jotAfP+DQPH/jn+OSwB8wHzAAAAAAEAAAAAA/MDrAAFAAABJwcJAScBaKuwAVsCi7ABtKyw/qQCqLAAAAAHAAAAAAP0A/QAAwAHAAsADwATABcAGwAAATUzFSE1MxUBNTMVITUzFQE1MxUhNTMVBSERIQLIyPzgyAGQyPzgyAGQyPzgyP7UA+j8GALIyMjIyP7UyMjIyP7UyMjIyGQD6AAAAwAAAAAD9AP0AEAAgQEBAAABHwYVDx8jLw4BHwYnHwcBLw41Px8zHwUFDw8fHz8fLx8PDgOIBQUEBAMBAgECAgQFBQYHCAkKCwsNDQ4PDxAQERESEhMTFBQUFhUWExITEhESEREQEBAPDw8ODgJKCwoKCQgIB/IQEBAPDw8ODv22CwoKCQgIBwcFBQQEAwECAQICBAUFBgcICQoLCw0NDg8PEBARERISExMUFBQWFRYTEhMSERIR/iAREA4ODQwLCQkIBgYEAwMBAQMDBAYGCAkJCwwNDg4QERITExMUFRUWFxYYGBkZGhoaGhkZGBgWFxYVFRQTExMSERAODg0MCwkJCAYGBAMDAQEDAwQGBggJCQsMDQ0PEBESExMTFBUVFhcXFxgZGRoaGhoZGRgXFxcWFRUUExMTAo8RERIREhMSExYVFhQUFBMTEhIRERAQDw8ODQ0LCwoJCAcGBQUEAgIBAgEDBAQFBQcHCAgJCgoLAkoODg8PDxAQ6QcHCAgJCgoL/bYODg8PDxAQERAREhESExITFhUWFBQUExMSEhEREBAPDw4NDQsLCgkIBwYFBQQCAgECAQMEBAUrEhMTExQVFRYXFhgYGRkaGhoaGRkYGBYXFhUVFBMTExIREA4ODQwLCQkIBgYEAwMBAQMDBAYGCAkJCwwNDQ8QERITExMUFRUWFxcXGBkZGhoaGhkZGBgWFxYVFRQTExMSERAODg0MCwkJCAYGBAMDAQEDAwQGBggJCQsMDQ0PEAACAAAAAAP0A/QAAwCDAAABFSE1Aw8PHx8/Hy8fDw4C+/4KZxEQDw4NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODxARERMTFBQUFhYWFxgYGBoaGhoaGhgYGBcWFhYUFRMTExESEA8NDQwLCQkHBwUEBAIBAQIEBAUHBwkJCwwNDg4QEhETExMVFBYWFhcYGBgaGhoaGhoYGBgXFhYWFBQUExMCMWJiATERExMTFRQWFhYXGBgYGhoaGhoaGBgYFxYWFhQUFBMTEREQDw4NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODxARERMTFBQUFhYWFxgYGBoaGhoaGhgYGBcWFhYUFRMTExESEA4ODQwLCQkHBwUEBAIBAQIEBAUHBwkJCwwNDg4QAAIAAAAAA/QD9AALAIsAAAEVMxUjFSM1IzUzNSUPDx8fPx8vHw8OAjHKymLKyv7PERAPDg0MCwkJBwcFBAQCAQECBAQFBwcJCQsMDQ4PEBERExMUFBQWFhYXGBgYGhoaGhoaGBgYFxYWFhQVExMTERIQDw0NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODhASERMTExUUFhYWFxgYGBoaGhoaGhgYGBcWFhYUFBQTEwL7ymLKymLKZxETExMVFBYWFhcYGBgaGhoaGhoYGBgXFhYWFBQUExMRERAPDg0MCwkJBwcFBAQCAQECBAQFBwcJCQsMDQ4PEBERExMUFBQWFhYXGBgYGhoaGhoaGBgYFxYWFhQVExMTERIQDg4NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODhAAAAQAAAAAA/QDYAADAAcACgAOAAA3ITUhNyE1IQEtATchNSGiA1L8rtoCeP2I/pABGP7olgNS/K6gUuVT/tP+3zRSAAAAAQAAAAADNAP0AAUAABMJARcJAcsBfv6CdgH0/gwDfv6C/oJ2AfQB9AAAAAABAAAAAAMHA/QAKAAAAQ8DER8IMz8EAT8CNS8CAS8EIw8EAQoEBwQCAgQHCAoFBQUGBgsGBQUKAaIHBAICBAf+YgkKBQYFDAYFBQUFA+EECgsM/IgMCwoJBwICAgEBAgICBwG/CgsMDAwLCgG6CAYCAgEBAgICAwABAAAAAANTA/QAMAAACQEPARUfBjMRFR8FOwI/BTURMz8ENS8BAS8DDwIB6f7KBAICBAMDAwQEywICBAQFBQaqBgUFBAQCAssHBAUFAgIE/sUEBQYGBQYEA+v+rQgHCAkHAwICAQH9wAYFBQQEAgICAgQEBQUGAkACAgUICAgHCAFTBAMBAQEBAwAAAAIAAAAAA+MD9AAtAFsAAAEPAx0BHwIJAQ8CHQEfBz8DAT8DLwMBLwMPAgUPBB8DCQEPAx8IPwMBPwI9AS8CAS8DDwIB2TIFAwICAwUBiv52BQMCAgMFMgUGBgYGBgYFAdMEAwIBAQIDBP4tBQYGBgYGBv56MgQDAgEBAgMEAYr+dgQDAgEBAgMEMgUGBgYGBgYFAdMFAwICAwX+LQUFBgcGBgYD6jIFBgYGBgYGBf52/nYFBgYGBgYGBTIEBAEBAQIDBAHTBQYGBgYGBgUB0wQEAQEBAgMEMgUGBgYGBgYF/nb+dgUGBgYGBgYFMgQDAgEBAgMEAdMFBgYGBgYGBQHTBAQBAQECAwAAAAABAAAAAAMjA/QALQAAAQ8EHwMJAQ8DHwg/AwE/Ay8DAS8DDwIBGDIEAwIBAQIDBAGK/nYEAwIBAQIDBDIGBQYHBgYFBgHTBAMCAQECAwT+LQYFBgYHBgUD6jIFBgYGBgYGBf52/nYFBgYGBgYGBTIEBAEBAQIDBAHTBQYGBgYGBgUB0wQEAQEBAgMAAAEAAAAAAyMD9AAtAAAJAQ8DHwMBHwM/CC8DCQE/Ay8IDwICuf4tBAMCAQECAwQB0wYFBgYHBgUGMgQDAgEBAgME/nYBigQDAgEBAgMEMgYFBgcGBgUD6v4tBQYGBgYGBgX+LQQDAgEBAgMEMgUGBgYGBgYFAYoBigUGBgYGBgYFMgQDAgEBAgMAAAAAAgAAAAAD4wP0AC0AWwAACQEPAh0BHwIBHwM/CC8DCQE/Ay8IDwIFAQ8DHwMBHwM/Bz0BLwIJAT8CPQEvBw8CA3r+LQUDAgIDBQHTBQUGBwYGBgUyBAMCAQECAwT+dgGKBAMCAQECAwQyBQYGBgcGBf56/i0EAwIBAQIDBAHTBQYGBgYGBgUyBAQCAgQE/nYBigQEAgIEBDIFBgYGBgYGA+r+LQUGBgYGBgYF/i0EAwIBAQIDBDIFBgYGBgYGBQGKAYoFBgYGBgYGBTIEAwIBAQIDBP4tBQYGBgYGBgX+LQQDAgEBAgMEMgUGBgYGBgYFAYoBigUGBgYGBgYFMgQDAgEBAgMAAAAAAQAAAAADUwP0AC8AAAEPAhURIw8EFR8BAR8DPwMBPwE1LwUjETUvBSsCDwEBlwQCAsYICAUFAgIFATkFBQYGBQYFBAE2BAICBAMDAwjLAgIEBAUFBqoGBQUD7AQFBQb9wAEDBQcJCAcI/q0EAwEBAQEDBAFTCAcICQcDAgICAkAGBQUEBAICAgIAAAABAAAAAAMzA+QALQAAAQ8EHwMJAQ8DHwg/AwE/Ay8DAS8DDwIBDDUFAwIBAQIDBQGf/mEFAwIBAQIDBTUFBgYHBwYGBQHtBQMCAQECAwX+EwUGBgcHBgYD2zAFBgYGBgYFBf6C/oIFBQYGBgYGBTAEAwIBAQIDBAHFBQUGBgYGBQUBxQQDAgEBAgMAAAEAAAAAA7UD9AACAAA3CQFKA2z8lAwB+gHuAAACAAAAAAM4A/QAAwAHAAAlMxEjATMRIwJH8fH+gfHxDAPo/BgD6AAABgAAAAAEAAQAAAMABwAQABQAGAAhAAAlITUhJSE1IQUXNxEzERc3JxMhNSElITUhBScHFzcnBxEjAYACgP2AAQABgP6A/YArVUBVK6DgAoD9gAEAAYD+gP4AVSugoCtVQEBAgEBRL03+8wENTS+RAUBAgEDNTS+RkS9NAQ0AAAACAAAAAAPzA/QAfwEFAAABFQ8eLx8/Hx8eBRUfBwEPAx8IMz8EAR8HMz8dPQEvHSsBDx0DtQECAwMFBQUGBwgICQkKCgsLDAwNDQ4NDw4PDw8QEBAQEBAPDw8ODw0ODQ0MDAsLCgoJCQgIBwYGBAUDAwIBAQEBAgMDBQQGBgcICAkJCgoLCwwMDQ0ODQ8ODw8PEBAQEBAQDw8PDg8NDg0NDAwLCwoKCQkICAcGBQUFAwMCAf1RAQQFCAoMDg/+zwMGAwIBAgUGCQUFDAsMDAwFBQUBLRgYGhscHR0eExMTEhMREhEQEQ8QDg4ODQwMCwsKCQgHBwYFBAQCAgICBAQFBgcHCAkKCwsMDA0ODg4QDxEQERIRExITExMTExMSExESERARDxAODg4NDAwLCwoJCAcHBgUEBAICAn0QEBAPDw8ODw0ODQ0MDAsLCgoJCQgIBwYGBAUDAwIBAQEBAgMDBQQGBgcICAkJCgoLCwwMDQ0ODQ8ODw8PEBAQEBAQDw8PDg8NDg0NDAwLCwoKCQkICAcGBgQFAwMCAQEBAQIDAwUEBgYHCAgJCQoKCwsMDA0NDg0PDg8PDxAQEA8PHR0cGxoYGP7OBQoLCwsLCwkJBAMEAwMEAwQEAS0PDgwKCAUEAQICBAQFBgcHCAkKCwsMDA0ODg4QDxEQERIRExITExMTExMSExESERARDxAODg4NDAwLCwoJCAcHBgUEBAICAgIEBAUGBwcICQoLCwwMDQ4ODhAPERAREhETEhMTAAAbAAAAAAPUA9QAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAACUzNSMHMzUjBzM1IwczNSMHMzUjBzM1IwczNSMlMzUjBTM1IwUzNSMlMzUjBTM1IwUzNSM1ITUhJTM1IwUzNSMFMzUjJTM1IwUzNSMFMzUjJTM1IwczNSMHMzUjBzM1IwczNSMHMzUjBzM1IwOWPz99Pz99Pz+7Pj68Pz99Pz99Pz8Daz8//ks+Pv5KPz8Daz8//ks+Pv5KPz8DqvxWA2s/P/5LPj7+Sj8/A2s/P/5LPj7+Sj8/A2s/P30/P30/P7s+Prw/P30/P30/Pys/Pz8/Pz8/Pz8/Pz8/Pj8/Pz8/Pj8/Pz8/fT59Pz8/Pz8+Pz8/Pz8+Pz8/Pz8/Pz8/Pz8/PwAFAAAAAAPzA/MAIQBXAHkAmwDgAAAlHwchPwcvByEPBgMRLwQjDwcfAz8DLwYrAQ8EES8HDwY3HwchPwcvByEPBgMfByE/By8HIQ8GJw8EFR8GMz8DFSMPBx8HMz8GPQEvBSsBES8JDwIBgwECAgQFBQYGAjMGBgUFBAICAQECAgQFBQYG/c0GBgUFBAIC+0UEBQYFBgYGBQUEAgEBAQIEmZMDAgEBAQMDBQYFBgYGBgUERAECAwMFBQYHBgYFBQQCAvkBAgIEBQUGBgIzBgYFBQQCAgEBAgIEBQUGBv3NBgYFBQQCAgEBAgIEBQUGBgIzBgYFBQQCAgEBAgIEBQUGBv3NBgYFBQQCAvF9BAMCAQIDAwUGBQYGBgYFSF4GBgUFBAICAQECAgQFBQYG+gcFBgQEAwICAwQEBgUHXQEBAQMCAwQEBwYGBQWoBgYFBQMDAgEBAgMDBQUGBgcGBQUDAwIBAQIDBAQFBgEv/tB4BQQDAQECBAQGBgYHBgYG8fEGBgcGBwYFBQMDAgIEBX4BNgcGBgUEAwIBAQIDBAUGBjoGBgUFBAICAQECAgQFBQYGBwYFBQMDAgEBAgMEBAUGAXAGBgUFAwMCAQECAwMFBQYGBwYFBQMDAgEBAgMEBAUGT3UFBQYGBgUGBQQDAgECAwNE0QECAwQEBQYHBgYFBQQCAgEBAgIEBQUGBgcFBgQEAwIBGgQFBAQDBAICAgEBAQMAAAQAAAAAA/MDdwA9AHIApQEsAAABHwY7AQEPAx8HPwMBHQEfBj8HNS8HIw8GJRUfDzM1KwEvDT0BLwcPBiUVHwY7AR8NFTMvDyMPBgUVHw8zPwY9AS8GKwEvDT0CPw0zITMfFTsBPwYvECEPDgL6AQEDBAUFBgZw/v0EAwEBAQEDBAUFBgYGBgUFAQQCAwQEBgUHBgYFBQQCAgEBAQMEBQUGBrwGBgUFBAMB/ogBAwQHCAkLDA0PDwgREhITh30NDQwLCwoKCQgHBgYEAwIBAgMEBAYFBwYGBQUEAgIBOAIDBAQGBQddDQ0MCwsKCgkIBwYGBAMCPwEDBAcICQsMDQ8PCBESEhNnBwUGBAQDAv1QAQMEBggJCwwNDgcQEBESEmwHBQYEBAMCAgMEBAYFB2IMDAwLCgoKCAgHBgUEAwICAwQFBgcICAoKCgsMDAwBCgsLCwsJCgkICAcGBgQEAwECAgIEBQUGBgcGBQQEAwIBAQMEBgcICgoMDA4OEAcREBH+7RMSEREQDw4NDAsJCAYEAwHhBgYGBAQDAv78BQUGBgYFBgUEAwEBAQEDBAEDcAYGBQUEAwEBAQEDBAUFBga8BgYFBQQDAQEBAQMEBQUGnUYTEhIREQ8PDQwLCQQIBQQCPwIDBAYGBwgJCgoLCwwNDEYHBgUFAwMCAQECAwQEBQbNBwUGBAQDAgECAwQGBgcICQoKCwsMDQ0UEhIREQ8PDQwLCQQIBQQCAQICBAUFBqd0FBMSEhAQDw4MCwUJBwYEAgEBAwQFBQYGBwUGBAQDAgECAwUFBwcJCQoKDAwMDQ10DQ0NCwwKCgoIBwcFBQMCAgMDBQYGBwkICgoLCwwMFAYGBAQDAgIDBAQGBgYVEhEREA8ODQwLCggHAwUDAgEDBQYICgsMDg8QEBISEwADAAAAAAN3A/QAJQBLAMsAACUfBxUPCC8HNT8HMxcFHwgPCC8HNT8HMxcDEwMPDx8PPw4vCRsBDw0VHw4/Di8PAxMnCwEDAQMKBQ0EAgMDAwYFBA4GBxcLDRYMDQQBAwMDBQYEDgYDGgwN/k0DAwwNBAIDAgEDBgUEDgYHFwsNFgwNBAEDAwMFBgQOBgMaDA0iw7wPDQ4NDQsLBQ4IBwYFAwEBAQIEBgYICQQKEQwODQ4PDw8PDg0ODAwPDQgGBgQCAQEBAwwGCwcOCBGbmwkICAgGBwYLBAQDAwIBAQIEBgYICQ4RDA4NDg8PDw8ODQ4MEQoNCAYGBAIBAQECAwkGBAkFFwwNDQ4PD7nFItDQxAEEBAsGAwkNCQwPCAULAwMDAQMGBwsGAgoNCQsQCAULAwEFAgQBAQcLBgMJDQkMDwgFCwMDAwEDBgcLBgIKDQkLEAgFCwMBBQIC1f6v/sACAgQEBgYHBA8JCgsMDAwNDQwMDAsKCgUICwcGBAMCAQECAwQGBwcMDwoLDAwMDRIICBgIDgcMBgoBBv73BAQGBQYHBw8ICAgJCAgJDQwMDAsKCg0LBwYEAwIBAQIDBAYHCwgPCgsMDAwNDQwGDBELBQkEDwcGBAMCAQFCAVFX/qABYAAABAAAAAADtQP0AAIACAAOABcAAAEjNScVMxEhETcXIxEjEQMzFSERASMnIQNLjz/6/gwTfc+7P/oCcv7zP7v+mwI+kCz6/koCsLx+/c4CsP0SvAIiAQq8ABwAAAAAA9QD1AADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawBvAAAlMzUjBTM1IwUzNSMHMzUjBzM1IwUzNSMHMzUjJTM1IwUzNSMFMzUjJTM1IwUzNSMFMzUjJTM1IyEzNSMHMzUjBzM1IwUzNSMHMzUjBzM1IyEzNSMlMzUjBTM1IwUzNSMlMzUjBTM1IwUzNSM1ITUhAeE+Pv5KPz8Daz8/fT8/fT8//ok/P30/PwLuPz/+Sz4+/ko/PwNrPz/+Sz4+/ko/PwG2Pj4BtT8/fT8/fT8//ok/P30/P30/PwG2Pj4BtT8//ks+Pv5KPz8Daz8//ks+Pv5KPz8DqvxWKz8/Pz8/Pz8/Pz8/Pz8+Pz8/Pz8+Pz8/Pz8+Pz4+Pj4+Pj4+Pj4+Pz4/Pz8/Pz4/Pz8/Pz4/AAAEAAAAAAP0A/QACwAPABMAGwAAARcHFzcXNyc3JwcnAREjESERIxEDIRUhNSERIQGDcHAscHAscHAscHACB/r+iPo+ATgBeAE4/BgBGHBwLHBwLHBwLXFxAnH+xwE5/scBOf6IfHwBtgAAAAAEAAAAAAP0A/QAAwAPABMAGwAAARUhNQEXBxc3FzcnNycHJwEVITUHIxEzESERIQO2/sf9j3BwLHBwLXFxLXBwA37+xz98fAG2/koBRPr6AQ1wcC1xcS1wcCxwcAE5+vr6/oj+yAPoAAUAAAAAA/QD9AADAAcAEwAXACcAAAEVIzUTFSM1BSMVMxUzNTM1IzUjJxUjNSEzFSMVMxUjFTMVIxUhESECPvr6+gH0fHw/fX0/+vr+yPr6+vr6+gJx/Y8BRPr6ATn6+j8+fX0+fvr6+vo/+j/6PgPoAAAABQAAAAAD9AP0AAMABwATABcAKAAAARUjNRMVIzUFIxUzFTM1MzUjNSMlFSM1AykBNSM1MzUjNTM1IzUzNSECvPr6+v7HfX0/fHw/AjP6PwE5ATj6+vr6+vr9jwFE+voBOfr6Pz59fT5++vr6/FY++j/6P/o+AAAABAAAAAAD8wN3AEcAegCtATQAAAEPAxUfAw8EHwY7AT8DHwQ/By8EPwM9AS8GDwQvBA8CJRUfDzUvDj0BLwcPBiUVHwU7AR8OFTMvDyMPBgUVHw8zPwY9AS8FKwEvDj0CPw0zITMfFTsBPwYvECEPDgKLBAMBAQIDBIGGBAMBAQEBAwQFBgUGBgYGBYWGBQYGBgYFBgUEAwEBAQEDBIeBBAMCAgMEBQUGBgYGBQWBgQQGBgYGBQb+8wEDBAcICQsMDQ8PERESEhQNDQwLCwoKCQgHBgYEAwIBAgMEBAYFBwYGBQUEAgIBOAIDBAQGBQddDQ0MCwsKCgkIBwYGBAMCPwEDBAcICQsMDQ8PCBESEhNnBwUGBAQDAv1QAQMEBggJCwwNDgcQEBESEmwHBQYEBAMCAgMEBAYFB2IMDAwLCgoKCAgHBgUEAwICAwQFBgcICAoKCgsMDAwBCgsLCwsJCgkICAcGBgQEAwECAgIEBQUGBgcGBQQEAwIBAQMEBgcICgoMDQ0OEAcREBH+7RMSEREQDw4NDAsJCAYEAwH3BQUGBgYGBQWEiAUFBgYGBgUFBAMCAgMEiIkEAwEBAQEDBAUFBgYGBgUFiYQFBQYGBgYFBQQDAQEBAQMEg4MEAwEBAQEDiUYTEhIREQ8PDQwLCQgHBAMBPgECAwQGBgcICQoKCwsMDQxGBwUGBAQDAgEBAgMEBAYFzQcFBgQEAwIBAgMEBgYHCAkKCgsLDA0MExISEREPDw0MCwkFBwUEAgEBAwQFBQandBQTEhIQEA8ODAsFCQcGBAIBAQMEBQUGBgYGBgQEAwIBAgMFBQcHCAoKCgwLDQ0NdA0NDAwMCgoJCQcHBQUDAgIDAwUGBggICQkKCwsMDBQGBgQEAwICAwQEBgYGFBISERAPDg0MCwkJBwMFAwIBAwUGCAoLDA4PEBASEhMAGwAAAAAD1APUAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAAlMzUjBzM1IwczNSMFMzUjBzM1IwczNSMlMzUjBTM1IyUzNSMFMzUjJTM1IwczNSMFMzUjBzM1IwczNSMFMzUjNTM1IwUzNSMlMzUjBTM1IyUzNSMHMzUjBzM1IwMzESMHMzUjBzM1IwczNSMDlj8/fT8/fT8//ok/P30/P30/PwNrPz/8lT8/A2s/P/yVPz8C7j8/fT8//ok/P30/P30/PwNrPz8/P/yVPz8Daz8//JU/PwNrPz99Pz99Pz+7Pj68Pz99Pz99Pz8rPz8/Pz8/Pz8/Pz8+Pz8/Pj8/P30+Pj4+Pj4+Pj4+Pn0/Pz8+Pz8/Pj8/Pz8//FYDqj8/Pz8/PwAAHAAAAAAD1APUAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAG8AACUzNSMHMzUjBzM1IwczNSMHMzUjBzM1IyUzNSMFMzUjJTM1IwUzNSMlMzUjBzM1IwczNSMHMzUjBzM1IwczNSMHMzUjJTM1IwUzNSMlMzUjBTM1IwEzESMHMzUjBzM1IwczNSMHMzUjBzM1IwczNSMDGT8/fT8/uz4+vD8/fT8/fT8/AbY+Pv5KPz8Btj4+/ko/PwLuPz99Pz99Pz99Pz99Pz99Pz99Pz8Btj4+/ko/PwG2Pj7+Sj8/A2s/P30/P30/P7s+Prw/P30/P30/Pys/Pz8/Pz8/Pz8/Pz4/Pz8+Pz8/fT4+Pj4+Pj4+Pj4+Pj59Pz8/Pj8/P/zTA6o/Pz8/Pz8/Pz8/Pz8AAAAABQAAAAAD8wO1AAIAHABHAHoBAQAALQEnCQEXAT8ENS8KIw8DJRUfDzUvBzUvBisBDwUlFR8GMx8OFTMvEA8GBRUfDzsBPwU9AS8FKwEvDj0CPw4hMx8WPwcvECUPDgGDAQSuAVv+0a0BMAQEAwQDAwQDBARXBAUGCwsMDAsFBf5KAQEDBAUGBwgJCgoLDAwNDQcNCwoIBgUCAQIDBAQGBQcGBgUFBAICATgCAwQEBgUHXQ0NDAsLCgoJCAcGBgQDAj8BAwUGCAkLDA0PDwgREhITZwcFBgQEAwL9UAEDBAYICQsMDQ4HEBAREhJsBwUGBAQDAgIDBAQGBQdiDAwMCwoKCggIBwYFBAMCAgMEBQYHCAgKCgoLDAwMAQoLCwsLCQoJCAgHBgYEBAMBAgICBAUFBgYHBgUEBAMCAQEDBAYHCAoKDA0NDw8IEBAS/u4TEhIQEA8ODQwLCQgGBANKTbEBYf7LsQE2BAUGCwwMDAsFBQVYBQMEBAICBAQDFUYPDw4ODg0MDAsKCgkIBwcFRQQKCwwODxARTgYGBQUEAwICAwQFBQbNBgYFBQQDAQEBAgMEBQYICAkJCgsMDAwNExMSERAQDg4MCgoEBwYDAgEBAgMEBAYFp3QUExISERAODg0LBQgIBQQCAgMEBAYGBgYGBQUEAwIBAgMEBgYICAkKCwsMDQwOdA0NDAwLCwoJCQcGBgQDAgECAwQEBgcHCAkJCgsLDAwVBgUFAwMCAQECAwMFBQYHFBISEBAPDg0NCgoJBwMEBAEBAQMFBwgJCw0NDxARERMTAAAAAAIAAAAAA/QC+gCHARQAAAEVHwY7AR8NHQIPDiMvDz0BLwUrAQ8GFR8PIT8PNS8PIw8GBRUfDzM/Bj0BLwUrAS8PNT8PMx8aPwcvEyMPDgK8AgMEBAYFB10NDQwLCwoKCQgHBgYEAwICAwQGBgcICQoKCwsMDQ36DA0MCwsKCgkIBwcFBAMCAQIDBAQGBgYGBgUFBAMBAQEDBAcICQsMDQ8PCBESEhMBAxQSEhERDw8NDAsJBAgFBAIBAwQHCAkLDA0PDwgREhITZwcFBgQEAwL9UAEDBAcICQsMDQ8PCBESEhNnBgYGBAQDAgIDBAQGBgZdDQ0MCwsKCgkIBwYGBAMCAQECAwQGBgcICQoKCwsMDQ36CQkJCQkICAgHBwYHBQUFBAQDAgECAwQEBQYHBgYFBQMDAgEBAwQHBgcHCQkJCwsLDA0NDQ4NDvoUEhIREQ8PDQwLCQgHBAMC2wcFBgQEAwIBAgMEBgYHCAkKCgsLDA0NfQwNDAsLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsLDA0MRgcFBgQEAwICAwQEBQYHRRQSEhERDw8NDAsJBAgFBAIBAwQHCAkLDA0PDwgREhIThhQSEhERDw8NDAsJBAgFBAIBAQMEBQUGo3wUEhIREQ8PDQwLCQQIBQQCAQEDBAUFBgYHBQYEBAMCAQIDBAYGBwgJCgoLCwwNDXwNDQwLCwoKCQgHBgYEAwIBAQECAgMDBQQGBQcGCAcICQwMDBMGBQUDAwIBAQIDAwUFBgYTExISDAwMCwoJCQgHBgUFAwMBAQEDBAcICQsMDQ8PERESEgAAAAAcAAAAAAPUA9QAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAbwAAJTM1IwczNSMHMzUjBzM1IwczNSMHMzUjJTM1IwUzNSMlMzUjBTM1IyUzNSMHMzUjBzM1IwczNSMHMzUjBzM1IwczNSMlMzUjBTM1IyUzNSMFMzUjJTM1IwczNSMHMzUjBzM1IwczNSMHMzUjAzMRIwOWPz99Pz99Pz+7Pj68Pz99Pz8C7j8//ks+PgG1Pz/+Sz4+AbU/P30/P30/P30/P30/P30/P30/PwLuPz/+Sz4+AbU/P/5LPj4BtT8/fT8/fT8/uz4+vD8/fT8/fT8/Kz8/Pz8/Pz8/Pz8/Pj8/Pz4/Pz99Pj4+Pj4+Pj4+Pj4+Pn0/Pz8+Pz8/Pj8/Pz8/Pz8/Pz8//FYDqgAAAAAHAAAAAAP0A/QAAwAHAAsADwATACUAMQAAARUjNSMVIzUjFSM1ARUjNRMVIzUhMxUjFTMVIzUjFSM1IxEhESEFFwcXNxc3JzcnBycDtvo/+j/6A2z6+vr+6Nn6+vo/+j4D6P2w/mhwcCxwcC1xcS1wcAFE+vr6+vr6ATn6+gE5+vr6P/r6+t39rAPoLHBwLHBwLHBwLHBwAAoAAAAAA/QD9AADAAcACwAPABMAFwAbAB8AIwAoAAABFSM1IxUjNSMVIzUBFSM1IxUjNSMVIzUBFSM1IxUjNSMVIzUDKQERIQO2+j/6P/oDbPo/+j/6A2z6P/o/+j4BOAKw/BgBRPr6+vr6+gE5+vr6+vr6ATn6+vr6+vr8VgPoAAAAAAUAAAAAA/MDtQAjAFIAfQCwATcAAAERFR8FMxc/BxEvByMPBicRFR8GPwcRMz8GPQEvBisBDwgnFR8PNS8HNS8HDwYlFR8GMx8OFTMvEA8GBRUfDzsBPwU9AS8GIy8OPQI/DiEfFz8HLxAlDw4CvAMDBQUHBwTwBwgGBgQEAgEBAgQEBgYIA/AIBwcFBQMDfQIDBAQGBQcGBgUFBAICAfoGBgUFBAMCAgMEBQUGBvoGBwYLCggHBQEBvAEBAwQFBgcICQoKCwwMDQ0HDQsKCAYFAgECAwQEBgUHBgYFBQQCAgE4AgMEBAYFB10NDQwLCwoKCQgHBgYEAwI/AQMEBwgJCwwNDw8IERISE2cHBQYEBAMC/VABAwQGCAkLDA0OBxAQERISbAcFBgQEAwICAwQEBgUHYgwMDAsKCgoICAcGBQQDAgIDBAUGBwgICgoKCwwMDAEKCwsLCwkKCQgIBwYGBAQDAQICAgQFBQYGBwYFBAQDAgEBAwQGBwgKCgwNDQ8PCBAQEv7uExISEBAPDg0MCwkIBgQDAdr+lwgHBwUFAwMBAQMDBQUHBwQBbQcIBgYEBAIBAQIEBAYGCF3+igcGBQUDAwIBAQIDAwUFBgcBdgECAwQEBgUHBgYFBQQDAQEBAgUGCQoLBgZ+Rg8PDg4ODQwMCwoKCQgHBwVEBQkMDA4PEBBPBgYFBQQDAQEBAQMEBQUGzQYGBQUEAwEBAQIDBAUGCAgJCQoLDAwMDRMTEhEQEA4ODAoKBAcGAwIBAQIDBAQGBad1ExMTEREQDw0NCwUJBwUEAgIDBAQGBQcGBgUFBAMBAQECAwQGBggICQoLCwwMDQ50DQ0MDAsLCgkICAYGBAMCAQEBAwQFBQcHCAkJCwoLDAwVBgUFAwMCAQECAwMFBQYHFBISEBAPDg0MCwoIBwMFBAEBAQMFBwgJCw0NDxARERMTAAAAHAAAAAAD1APUAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAG8AADchNSElMzUjBTM1IwUzNSMlMzUjBTM1IwUzNSMlMzUjITM1IwczNSMHMzUjBTM1IwczNSMHMzUjITM1IyUzNSMFMzUjBTM1IyUzNSMFMzUjBTM1IyUzNSMHMzUjBzM1IwczNSMHMzUjBzM1IwczNSMrA6r8VgNrPz/+Sz4+/ko/PwNrPz/+Sz4+/ko/PwG2Pj4BtT8/fT8/fT8//ok/P30/P30/PwG2Pj4BtT8//ks+Pv5KPz8Daz8//ks+Pv5KPz8Daz8/fT8/fT8/uz4+vD8/fT8/fT8/Kz8+Pz8/Pz8+Pz8/Pz8+Pz4+Pj4+Pj4+Pj4+Pz4/Pz8/Pz4/Pz8/Pz4/Pz8/Pz8/Pz8/Pz8/AAAAAAQAAAAAA7UD9AADAA0AKgBQAAABESERJRUhNTMVIREhESUfBxUzFSE1MzU/Ch8BJw8KIxEhFSERIzUjNS8MDwIDd/6J/sgB9D7+yP7HAVYFBgQHBQIDAX3+iX0BAQIEBAUGBwkLDRAGRgYFCwkNCwoGBAIB+gF4AfR++gIEBAUHBwwOEBEMDAwNDAwCPv4MAfT6fHy7/gwCr3kDBAUJDAYODTc+PigWCgoJCAcHBgMDAQEBNgMDBggMDhAQDA0M/NM+AnH6DA0MCwsKCgwMCQcDAgEBAgMAAAUAAAAAA/QD8wAJAA0AEQBEAEoAABMzFSMVITUjESMBMzUjJxUjNSUPAx0BHwY7AT8GLwQhESEVIREhPwQvByMPAQUzFTMRIwx9fQE4fLwBOLy8fH4CusIEAwICAwTCBAYFBgYGBgUEAgIBAQIDBIoBEf3NAnH+sYoEAwIBAQICBAUFBgYGBgb9BLw++gFE+j4+ATkBdz59fX02uwUGBQcGBgUFvAMDAgIDBAUGBQYGBgUFhv2PPwLuhgUGBQYGBgYEBQMBAQID9bwBtgAAAAAFAAAAAAP0A/QACwAPABMAFwAnAAAlIxUzFTM1MzUjNSMBFSM1IxUjNSMVIzUDIREjFSM1IxUjNSMVIzUjAcJ+fj59fT4B9Po/+j/6PgPoPvo/+j/6Psg/fX0/fAF4+vr6+vr6/scCcfr6+vr6+gAABQAAAAAD9AP0AAMABwALABsAJwAAARUjNSMVIzUjFSM1AzM1MxUzNTMVMzUzFTMRISUjFTMVMzUzNSM1IwO2+j/6P/o+Pvo/+j/6PvwYAbZ+fj59fT4CPvr6+vr6+v3O+vr6+vr6AnH6P3x8P30AABAAAAAAA6QDpAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AAAlITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhAngBLP7U/eQBLP7UAhwBLP7U/eQBLP7UAhwBLP7U/eQBLP7UAhwBLP7U/eQBLP7UAhwBLP7U/eQBLP7UAhwBLP7U/eQBLP7UAhwBLP7U/eQBLP7UAhwBLP7U/eQBLP7UXB4eHjweHh48Hh4ePB4eHvAeHh48Hh4ePB4eHjweHh4AEv/k/+QEHAQcAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8ARQBKAAAlITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJTMhESERAykBESECeAEs/tT+AgEs/tQB/gEs/tT+AgEs/tQB/gEs/tT+AgEs/tQB/gEs/tT+AgEs/tQB/gEs/tT+AgEs/tQB/gEs/tT+AgEs/tQB/gEs/tT+AgEs/tQB/gEs/tT+AgEs/tQBhh4B4PwEHgIcAhz7yHoeHh48Hh4ePB4eHjweHh7SHh4ePB4eHjweHh48Hh4eWvwEA/z75gQ4AAAAFf/k/+QEHAQcAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBUAAAlITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISURIREjESERJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElESERIxEhEQMpAREhAngBLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UA4T+IB7+AgJ2ASz+1P4CASz+1AH+ASz+1P4CASz+1AH+ASz+1P4CASz+1AH+ASz+1P4CASz+1AOE/iAe/gIeAhwCHPvIeh4eHjweHh48Hh4ePB4eHlr+AgH+/gIB/ngeHh48Hh4ePB4eHjweHh5a/iAB4P4gAeD75gQ4AAAACQAAAAADaAOkAAMABwALAA8AEwAXABsAHwAlAAAlITUhJSE1ITUhNSE1ITUhARUjNSMVIzUlFSM1IxUjNQcdASERIQHiAYb+ev62AtD9MALQ/TAC0P0wArKWHpYBSpYelh4Bhv56XB48HjwePB4BSpaWlpa0lpaWlqgYqAGGAAAS/+QAAAQcA+AAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAFUAACUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElESERKQERIRUhETMRIREzETMRMxEhAjwBDv7y/iABDv7yAeABDv7y/iABDv7yAeABDv7y/iABDv7yAeABDv7y/iABDv7yAeABDv7y/iABDv7yAeABDv7y/iABDv7yAeABDv7y/iABDv7yAeABDv7y/iABDv7yA0j+Pv4CAeD+IAHgHgHCHjwe+8hcHh4ePB4eHjweHh48Hh4e0h4eHjweHh48Hh4ePB4eHjz+PgHC/j4e/j4Bwv4+A6L8mgOEAAAACQAAAAADaAOkAAMABwALAA8AEwAXABsAHwAlAAA3ITUhNSE1ITUhNSE1ITUhARUjNSMVIzUlFSM1IxUjNQcdASERIZgBhv56AtD9MALQ/TAC0P0wAWiWHpYBSpYelh4Bhv56XB48HjwePB4BSpaWlpa0lpaWlqgYqAGGAAkAAAAAA2gDpAADAAcACwAPABMAFwAbAB8AJQAANyE1ITUhNSE1ITUhNSE1IQEVIzUjFSM1JRUjNSMVIzUHHQEhESGYAYb+egLQ/TAC0P0wAtD9MAH+lh6WAUqWHpYeAYb+elwePB48HjweAUqWlpaWtJaWlpaoGKgBhgADAAAAAAQAAwAAAwAHAAsAABEhNSE1ITUhNSE1IQQA/AAEAPwABAD8AAEAQMBAgEAAAAAAAwAAAAAEAAPAAAMABwALAAA1ITUhESE1IREhNSEEAPwABAD8AAQA/ABAQAGAQAFAQAAAAAMAAAAABAADQAADAAcACwAANSE1IREhNSE1ITUhBAD8AAQA/AAEAPwAwEABAEDAQAAAAAAGAAAAAAQABAAAAwAHABAAFAAYACEAACUhNSElITUhBScHFzcnBxEjASE1ISUhNSEFFzcRMxEXNycBgAKA/YABAAGA/oD+AFUroKArVUABAAKA/YABAAGA/oD9gCtVQFUroEBAgEDNTS+RkS9NAQ0BQECAQFEvTf7zAQ1NL5EAAAUAAAAAA6QDpAADAAcACwAPABMAADchNSE1ITUhNSE1IQERIREDIREhtgKU/WwClP1sApT9bALQ/PQeA0j8uLYePB48HgH+/PQDDPzWA0gABQAAAAADpAOkAAMABwALAA8AEwAAEyE1ITUhNSE1ITUhAREhEQMhESG2ApT9bAKU/WwClP1sAtD89B4DSPy4AaYePB48HgEO/PQDDPzWA0gAAAAABQAAAAADpAOkAAMABwALAA8AEwAAEyE1ITUhNSE1ITUhJREhEQMhESG2ApT9bAKU/WwClP1sAtD89B4DSPy4AngePB48Hjz89AMM/NYDSAACAAAAAAPAA78ABwAPAAATAQMzEwE3AQUzBxc3MzUhQAFdq6N5AV5T/NUBIHEjbVb7/XQDav6o/m8BGP6nUwMqfU1tuoAAAAADAAAAAAPAA8AATQBRAJcAAAEfBA8PIy8LFR8IPxg1LwMjHwElITUhAQ8UHwMzLwc/DjsBHwY1LwYPAgJ+BAIFAwEBAgQEBggJCgwNDhARExQWDQ0eHh4PDg8NDQwMCgoLDB0fICAsGCAfHh0cGgwNCwsLCgoJCQgHBwYFBQMDAgIBAwQHqwYM/ccDgPyAAYcODRoYFwsKCgkJCAcHBwUFBAMCAQEBAwQGsAkHBwYFBAIBAQMFBgkJCwsNDg4PEBAPEBwaGhgWFhQSEBMVFxkrMB0dHAFdBQYNDQ8ODQwLCgoICAcGBQQEAgEBAQQHCQUGBgcHCAgJkgUGBQgIBgUEAQECBAUICQUGBgcHCAgJCQoKCwwMDQ0ODw8QFBQTEgcNXIABcgQECgsOBwgICQoKCgsLDAwNDQ4ODxYUExEHCQgJCwwMDg8NDAwKCQgIBgYEAwMCAQMEBgcJCwyMBwYFBAQDAQECBQACAAAAAAQAA78ABwAPAAABMxEzETM1ISUhETMRITUhAgDAgMD+AP4AAQCAAQD9gAJA/gACAICA/QADAIAAAAAABAAAAAAEAAO/AAMABwALAA8AADUhNSE1ITUhNSE1ITUhNSEEAPwABAD8AAQA/AAEAPwAQICAgICAgIAAAwAAAAAEAAP/AAQACABMAAABJwMhAxMRIREnER8PIT8PES8PIQ8OAeKBoQKAvv79AIABAQMEBQcGCAkJCgoLDAwMAxAMDAwLCgoJCQgGBwUEAwEBAQEDBAUHBggJCQoKCwwMDPzwDAwMCwoKCQkIBgcFBAMBAVun/v4BgAEA/QADAAj88AwMDAsKCgkJCAYGBgQDAQEBAQMEBgYGCAkJCgoLDAwMAxAMDAwLCgoJCQgGBgYEAwEBAQEDBAYGBggJCQoKCwwMAAAMAAAAAAPAA78AAwAHAAsADwAVABkAHQAhACUAKQAtADEAACUzNSMHMzUjNzM1IzUzNSMFFREhESElMzUjBTM1IyUzNSMHMzUjBzM1IwczNSMHMzUjA0CAgMCAgMCAgICA/QACAP4AAwCAgP0AgIADAICAwICAwICAwICAwICAQICAgECAQICAQP7AAgBAgICAQICAgICAgICAgAACAAAAAAQAA/8ACAARAAATMwcXNxUzESEBNSMRITUjNydApuZa5oD+gAKAgAGApeVaAUDlW+amAYABWqb+gIDlWwAAAAIAAAAABAAD/wAEABcAADUVMwEnNwcXPwM1LwYjDwLiAlvhsXbiegYFAgIFBpUKCgwNCwsF4uICXOGyduJ7CQsLDQsLCpUGBQICBQMAAAAAAwAAAAADQAPAACIARQCQAAABMx8NHQEPDiM1EzMfDg8PIzUDITM/EC8PPw49AS8TIyECPAoKCgkJCQcIBgYFBAQCAgICBAQFBgYIBwkJCQoKCryaCwoJCgkICAcGBgUFAwICAQECAgMFBQYGBwgICQkKCguawAGlCwsLCxUUExIREA4NCwkHBgMBAQEDBAUGBwgJCgoLDAwNDgoKCQkICAcGBgUEBAMCAQEBBQcJCw0OEBISFAsLCgwLDAsMDf6OAbUCAwMFBgYHCAkJCgoLCwwLCwsKCgkJCAcHBQUEAgIB4AF1AgMDBQYGBwgJCQoKCwsMCwsLCgoJCQgHBgYFAwMCAeD9FgECAgYICg0ODxETFBUXFxgZEhESEBEPDw8ODQwLCwoJBwkJCQoKCgsLCwsMDAwMDA0NDQ0aGBgWFRMSEA4MBQUEBAMCAgEAAAAABAAAAAAEAAO/AAMABwALAA8AADUhNSE1ITUhNSE1ITUhNSEDAP0ABAD8AAMA/QAEAPwAQICAgICAgIAABAAAAAAEAAP/AD8AfwCEAQYAACUVDw4vDj0BPw07AR8NERUPDSsBLw09AT8OHw4lBxcBNQUVHxA/BxcHLwYjDw8fDz8PLwc3ATM1ATUvDw8OAUACAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgICAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgICAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgICAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgIB//+AAUD8AAEEBQcJCwwODwgREhMUFRYVEg0MDAwMCws7OwsMDQwNDQ0OFxYWFBQSEg8PDQsJCAUEAQEEBQgJCw0OEBETExUVFxYYFhYUFBIREA8MDAkIBQQBAQEDAwQFBgdeAUDA/cADBAYICgsNDhAREhIUFRUWGxYVFBMTEQ8PDAsKBwYE4AoJCQkJCAcHBgYEBAQCAQEBAQIEBAQGBgcHCAkJCQkKCgkKCAkIBwcGBgQFAwICAgIDBQQGBgcHCAkICgkCNgoJCggJCAcHBgYEBQMCAgICAwUEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAQEBAQIEBAQGBgcHCAkICgmT/YABQECdAxkVFRQTEhAQDgcMCgkHBQMBAQECAwMEBQVYWAUFBAQCAgIBBAUICQsNDw8SEhQUFhYXFxYVFRQSERAPDQsJCAUEAQEEBQgJCw0PDxISExUVFhcRDg8ODg4NDDD+wEACYEccFRQTExEQDw4MCgkHBQQBAQQGBwkMDA8PERIUFBUWAAAAAAIAAAAAAmAD/wADAAcAACEzESM1MzUjAaDAwMDAAoDAwAAAAAMAAAAABAAD/wADAEcAXQAAAREhESMRHw8hPw8RLw8hDw4nETMRITUhDw4DgP3AgAECAwQFBwcJCQkLCwwMDQ0CQA0NDAwLCwkJCQcHBQQDAgEBAgMEBQcHCQkJCwsMDA0N/cANDQwMCwsJCQkHBwUEAwLBgAKA/YANDQwMCwsJCQkHBwUEAwICwP3AAkD9wA0NDAwLCgoJCQcGBgQDAgEBAgMEBgYHCQkKCgsMDA0NAkANDQwMCwoKCQkHBgYEAwIBAQIDBAYGBwkJCgoLDAwNs/1AAsCAAQIDBAYGBwkJCgoLDAwNAAACAAAAAAOAA78AAwALAAA3IREhNyEVITUhNSHAAoD9gMD/AAMA/wD/AEACgMCAgEAAAAAABQAAAAAEAAO/AAMABwALAA4AEgAANSE1ISUhNSE1ITUhATcnNSE1IQQA/AABgAKA/YACgP2A/oDAwAQA/ABAgICAgID+gMDAgIAAAAMAAAAAA/8D/wADAB4AIgAAKQE1IQEPBxUfCjM/AwE3CQIBgAKA/YD+sAsJCAYGBAICAgIEBgcECtgICAgJCAgIWP6qOQFWAbv+qoABngsMDA0NDg0ODg4NDgwNBQzNBQMCAgMFVAFGNP66AacBRwABAAAAAAQAAwAAZAAAESEnPw47AR8eNy8eIw8PJwHAtw0ODg8PDxAQEBEREhESEhIREBEQEBAPDw8PDg4ODg0MDQsMCwsKCgkJCAgHBwYGBXgHBwkICgoLDAwNDQ4PDw8QERESERMSFBMUFBUUFRYVFhkYGBcXFxcWFRUVFBQTEhK0AQDQDAsKCgkIBwcGBgUDAwMBAQICAwQFBQUHBwcICAoJCgsLCwwMDQ0ODg4ODw8QECoVFBQUExITEREREBAPDg4ODAwLCwkJCQcHBQUFAwICAQEEBAUGCAkJCwsMDg4PENEAAAAAAgAAAAAEAAP/AAgAEQAANzUjESE1IzcnATMBFwEVMxEhgIABgKbjWgEdpv79WgEDgP6A26X+gIDjWgHD/v1aAQKlAYAAAAAAAgAAAAADgAP/AAMAaQAAMyE1IRMVHx07AT8dNREjEQ8PLw8RI4ADAP0AQAICAwMEBQYHBwcJCQkKCwsMDAwNDg0ODw8PEA8QERAQERAPEA8PDw4NDg0MDAwLCwoJCQkHBwcGBQQDAwICgAEDBgcICgwNDg8QEREREhISEhERERAPDg0MBQkIBgUCgIABgBAREA8QDw8PDg0ODQwMDAsLCgkJCQcHBwYFBAMDAgICAgMDBAUGBwcHCQkJCgsLDAwMDQ4NDg8PDxAPEBEQAgD+ABUTExIREA8NDAsJCAYEAwEBAwQGCAkLDA0PCBARExMVAgoAAAYAAAAABAADvwADAEMARwCHAIsAywAAJSE1IQUVHw4/Dj0BLw0rAQ8NASE1IQUVHw07AT8NPQEvDg8OJSE1IQUVHw07AT8NPQEvDg8OAUACwP1A/sACAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgICAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgIBQALA/UD+wAICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgFAAsD9QP7AAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICgIBgCgkJCQkIBwcGBgQEBAIBAQEBAgQEBAYGBwcICQkJCQoKCQoICQgHBwYGBAUDAgICAgMFBAYGBwcICQgKCQEWgEAKCQoICQgHBwYGBAUDAgICAgMFBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCAoJ9oAgCgkKCAkIBwcGBgQFAwICAgIDBQQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAIBAQEBAgQEBAYGBwcICQgKCQAAAwAAAAAEAAOAAEAAwAFAAAABFR8PPw8vDw8OBRUPHSsBLx09AT8dOwEfHQUfHjsBPx4vHisBDx0BYAECBAYGCAoKCw0NDg4QEBAQEBAODg0NCwoKCAYGBAIBAQIEBgYICgoLDQ0ODhAQEBAQEA4ODQ0LCgoIBgYEAgG/AQIDAwQEBgUHBwcICQkJCgsLCwwMDA0NDQ4ODg8ODw8ODw4ODg0NDQwMDAsLCwoJCQkIBwcHBQYEBAMDAgEBAgMDBAQGBQcHBwgJCQkKCwsLDAwMDQ0NDg4ODw4PDw4PDg4ODQ0NDAwMCwsLCgkJCQgHBwcFBgQEAwMCAfzgCAgJCgoLDAwNDQ4PDw8QEBESERMSExMUFBQVFRUVFhYWFhUVFRUUFBQTExISEhERERAPDw4ODg0MCwsLCgkICAgICQoLCwsMDQ4NDw8PEBEQEhISEhMTFBQUFRUVFRYWFhYVFRUVFBQUExMSExESERAQDw8PDg0NDAwLCgoJCAIACAgQEA4ODQ0LCgoIBgYEAgEBAgQGBggKCgsNDQ4OEBAQEBAQDg4NDQsKCggGBgQCAQECBAYGCAoKCw0NDg4QEBAPDg8ODg4NDQ0MDAwLCwsKCQkJCAcHBwUGBAQDAwIBAQIDAwQEBgUHBwcICQkJCgsLCwwMDA0NDQ4ODg8ODw8ODw4ODg0NDQwMDAsLCwoJCQkIBwcHBQYEBAMDAgEBAgMDBAQGBQcHBwgJCQkKCwsLDAwMDQ0NDg4ODw4PFRQUFBMTEhIREBEPDw4ODQ0LCwsJCQgIBgYFBAMCAgICAwQFBgYICAkJCwsLDQ0ODg8PERAREhITExQUFBUVFBQUExMSEhEQEQ8PDg4NDQsLCwkJCAgGBgUEAwICAgIDBAUGBggICQkLCwsNDQ4ODw8REBESEhMTFBQUAAAGAAAAAAQAA78AAwANABEAHQAhACcAACUhNSkBMxUjFSMVMxEjJSE1KQEzByMVMzUjNzM1IyUhNSkBMxUzESMBQALA/UD+wIBAQMDAAUACwP1A/sBkVQ/AZFUPwAFAAsD9QP7AQECAgIBAQEABAICAgEBAgECAgMABAAAAAgAAAAAEAAPAADUAawAAASMVMxUfDzM/BScPAyMvDTUzNSM1IyUjFTMRHw8/BicPAy8OETM1IzUjAsDAwAECAwUGCAkKDAwODhAREhMQEBAXFQwJEQ8QERAICAcGBwUGBAUEAwICAgHAwID+AMDAAQIDBQYICQoMDA4OEBESExAQEBcVDAkRDxAREAgIBwYHBQYEBQQDAgICAcDAgAIAgGAcGxgXFBMQDg0KCQgGBAIBAgIGBwUGYwQDAgECAQMDBAUGBggICgsNDW6AwECA/qYcGxgXFBIRDgwLCQgFBAMBAQEDBQcGBmIEAwIBAQECAgQEBAYHBwkKCwwNAWiAwAAAAAAD/8AAAARAA58AAgBRALMAAAE1IychHw4dAQ8OIxc/DzUvGCElFw8PFR8XMyE1IS8OPQE/DjMXIxUzFxUzFzcnMScjJzEnMQECwGgYAQAODQ0MDAsKCgkHBwYEBAICBAQGBwcJCgoLDAwNDQ4ibhMSEhEQDg4NCwoJBAcFAwIBAgIDBAQEBQYGDg8SExQWCwwMDAwNDQ0N/wD96mMWFRQTEhEPDw0GCgkIBgQCAQICAwQEBAUGBg4PEhMUFgsMDAwMDQ0NDQEA/wAODQ0MDAsKCgkHBwYEBAICBAQGBwcJCgoLDAwNDQ5CRgiIeEiiRF55AUaA/p4B2GhGAQIDBQUHCAgKCgsMDA0NDg4NDQwMCwoKCAgHBQUDAgFsBwgJCwwNDw8QEhIJExQUFRgNDQwNDAwLCwsLFBMSDw4MBQQEBAMCAQEBXWIGBwkKDA0PEBEJExMVFRYXGA0NDA0MDAsMCwoVEhIPDgwFBAQEAwICAXkBAgMFBQcICAoKCwwMDQ0ODg0NDAwLCgoICAcFBQMCAUaAd0ihRF15RoABYAAAAAMAAAAAA+AD4AALAHsBAgAAASMVMxUzNTM1IzUjBRUPGSsBLxk9AT8ZOwEfGQUVHx4/DxcVATcBIyc/Dy8eKwEPHQFggIBAgIBAASoBAgIDBAQFBQYGBw8QExQKCwsMDAwMDQ0NDQ0ODQ0NDA0MDAsLCwsUEhEPBwYGBQUEAwMDAQEBAQMDAwQFBQYGBw8REhQLCwsLDAwNDA0NDQ4NDQ0NDQwMDAwLCwoUExAPBwYGBQUEBAMCAgH9lgICAwQFBgYHCAkJCgsLDAwNDg4ODxAPERAREhESEhMQEBAPEA8PDg8ODg0NDQwMEAEEYf78MxAJCQkHCAcGBQYEBAMCAgEBAQEDAwQFBQcHCAgKCgoLDA0NDQ4PDw8QEBERERISEhITEhIREhEQEBAQDw4ODg0MDAsLCgkJCAcGBgUEAwICAqBAgIBAgKYNDg0MDQwMDAwLCwoUExEPBgcFBgQEBAMCAgEBAgIDBAQEBgUHBg8RExQKCwsMDAwMDQwNDg0NDg0NDAwNCwwLCwsUEhEPBwYGBQUEAwMCAgEBAgIDAwQFBQYGBw8REhQLCwsMCw0MDA0NDg0SExESEREREBAPDw8ODQ0NDAsLCQoICAcHBQUEAwMBAQEBAgIDBAQFBgYHBwgJCQkQNP79YQEEEAwMDQ0NDg4ODw8PEA8QEBATEhIREhEQEQ8QDw4ODg0MDAsLCgkJCAcGBgUEAwICAgIDBAUGBgcICQkKCwsMDA0ODg4PEBAQEBESERITAAAAAgAAAAADwAO/AAgAQgAAATMBFwEVMxEhBREfDyE/DzUjFSERMzUjDw4CAOb+i1oBdYD+QP5AAQIDBAUHBwgJCgsLDAwNDQKADQ0MDAsKCgkJBwYGBAMCAYD9gMDADQ0MDAsLCgkIBwcFBAMCA0D+i1oBdeYBwID9gA0NDAwLCgoJCQcGBgQDAgEBAgMEBgYHCQkKCgsMDA0NwMACgIABAgMEBgYHCQkKCgsMDA0AAAAEAAAAAAQAA78AAwAHAC8AMwAAARUhNSUVIzUhETMVITUzES8PIQ8ONyE1IQLA/oACQID9AMACgMABAgMEBQcHCAkKCwsMDA0N/QANDQwMCwsJCggHBwUEAwK/AoD9gAGAwMDAgID+wMDAAUANDQwMCwsKCQgHBwUEAwIBAQIDBAYGBwkJCgoLDA0Ms8AAAAACAAAAAAOAA78AAgAKAAABBRMBMxMhEzMBIwKA/wCA/oCAYgE7Y4D+wIABwAEBgf0AAQD/AAOAAAQAAAAABAADvwADAAcACwAPAAAlITUhJSE1ISUhNSElITUhAQADAP0A/wAEAPwAAQADAP0A/wAEAPwAQICAgICAgIAAA//AAAAEQAMAAAMAXQC3AAABITUhJSEzHw0dAQ8NIyEVITM/Fz0BLxcjIQEVHxczITUhIy8NPQE/DTMhNSEjDxcBQAGA/oABAAEADg0NDAwLCgoJBwcGBAQCAgQEBgcHCQoKCwwMDQ0O/wABAA0NDQ0MDAwMCwsVFBIRDg0GBQQEBAMCAgEBAgIDBAQEBQYNDhESFBULCwwMDAwNDQ0N/wD9gAECAgMEBAQFBg0OERIUFQsLDAwMDA0NDQ0BAP8ADg0NDAwLCgoJBwcGBAQCAgQEBgcHCQoKCwwMDQ0OAQD/AA0NDQ0MDAwMCwsVFBIRDg0GBQQEBAMCAgEBwIBGAgQEBgcHCQoKCwwMDQ0ODg0NDAwLCgoJBwcGBAQCegECAgMEBAQFBg0OERIUFQsLDAwMDA0NDQ0NDQ0NDAwMDAsLFRQSEQ4NBgUEBAQDAgIB/wANDQ0NDAwMDAsLFRQSEQ4NBgUEBAQDAgIBegIEBAYHBwkKCgsMDA0NDg4NDQwMCwoKCQcHBgQEAnoBAgIDBAQEBQYNDhESFBULCwwMDAwNDQ0AAwAAAAAEAAO/AAMABwALAAABESERIxEhEQMhESEDgP7AgP7AgAQA/AADAP3AAkD9wAJA/UADgAAD/8AAAARAA/8ABQALAA8AAAEXBxcJAzcnNycTFxMnAqPp6VoBQ/6+/MIBQ1rp6VtAfPl8Avjr6VoBQgFG/rr+vlrp61r8zR8D4R8AAwAAAAAD4APgAAMAcwD6AAATITUhBRUPGSsBLxk9AT8ZOwEfGQUVHx4/DxcVATcBIyc/Dy8eKwEPHeABQP7AAaoBAgIDBAQFBQYGBw8QExQKCwsMDAwMDQ0NDQ0ODQ0NDA0MDAsLCwsUEhEPBwYGBQUEAwMDAQEBAQMDAwQFBQYGBw8REhQLCwsLDAwNDA0NDQ4NDQ0NDQwMDAwLCwoUExAPBwYGBQUEBAMCAgH9lgICAwQFBgYHCAkJCgsLDAwNDg4ODxAPERAREhESEhMQEBAPEA8PDg8ODg0NDQwMEAEEYf78MxAJCQkHCAcGBQYEBAMCAgEBAQEDAwQFBQcHCAgKCgoLDA0NDQ4PDw8QEBERERISEhITEhIREhEQEBAQDw4ODg0MDAsLCgkJCAcGBgUEAwICAmBAJg0ODQwNDAwMDAsLChQTEQ8GBwUGBAQEAwICAQECAgMEBAQGBQcGDxETFAoLCwwMDAwNDA0ODQ0ODQ0MDA0LDAsLCxQSEQ8HBgYFBQQDAwICAQECAgMDBAUFBgYHDxESFAsLCwwLDQwMDQ0ODRITERIREREQEA8PDw4NDQ0MCwsJCggIBwcFBQQDAwEBAQECAgMEBAUGBgcHCAkJCRA0/v1hAQQQDAwNDQ0ODg4PDw8QDxAQEBMSEhESERARDxAPDg4ODQwMCwsKCQkIBwYGBQQDAgICAgMEBQYGBwgJCQoLCwwMDQ4ODg8QEBAQERIREhMAAAIAAAAAA8ADgAAvADsAAAEzFSMPCh0BMzUjNTM/Cj0BLworAQEDMxsBMwMTIwsBIwMAgEcGBgYFCwgHAwICAcCARwYGBgYKCAcDAgIBAQICAwcICgYGBgYHgP4g4IDAwHnZ4IDAwIADQEABAgIDBwgKBgYGBgeAQEABAgIDBwgKBgYGBgdHBgYGBgoIBwMCAgH+gP6AATr+xgGAAYD+xgE6AAAAAQAAAAADgAO/AD0AABMVHxczETMRMxEzETM1ISMPF4ABAgIDBAQEBQYNDhESFBULCwwMDAwNDQ0NgICAgP4ADQ0NDQwMDAwLCxUUEhEODQYFBAQEAwICAQLADQ0NDQwMDAwLCxUUEhEODQYFBQQDAwICAf6AAwD9AAMAgAECAgMEBAQFBg0PEBIUFQsLDAwMDA0NDQAAAAABAAAAAAQAAv8AZAAAAS8OKwEPHhc/Hx8PByERA0wSEhMUFBUVFRYXFxcXGBgZFhUWFRQVFBQTFBITERIRERAPDw8ODQ0MDAsKCggJBwd4BQYGBwcICAkJCgoLCwwLDQwNDg4ODg8PDw8QEBAREBESEhIREhEREBAQDw8PDg4NtwHAAjAPDw4ODAwKCggIBgUFAwICAgMEBQYHBwkJCQsLDAwODQ8PEBAQEhETEhMUFBQVKQ8QDw8ODw0ODQ0MDAsLCwoKCQgICAYHBQUFBAMCAgEBAQECAwQFBQcGCAgJCgoLC9ECAAAAAwAAAAADwAP/AAcACwBmAAABFSE1MxEhESUVIzUjIQ8LFREVHwszITM/CjURNS8LIS8OKwEPDgEAAgBA/YABgIBA/wAHBgYGBgoIBwMCAgEBAgIDAwgJBQYGBgYHAuAmBwYGBQsIBwMCAgEBAgIDBwgKBgYGBgf/AAMDBAUHCQoNBwcJCQkKCwwMCwoJCQgIBwwLCAcFBAMCAwBAQP2AAoCAQEABAQEDAgcJCgYGBgYH/QEGBwYGBQYJCAMDAgIBAQICAwcICwUGBgcGAuAmBwYGBQoJBwMCAQEBHgoMDAwLCwoEBAQCAwIBAQIDAgQEBAoLCwwMCwsKAAAAAv/AAAAEQAM/AAUACwAAAwE3JzcnBRcHFwkBQAFDWufnWgGg5+daAUP+vQH+/sJb5OZbW+bkWwE+AUIAAgAAAAADwAN/AC8AOwAAATMVIw8KHQEzNSM1Mz8KPQEvCisBJQMzGwEzAxMjCwEjAwCARwYGBgULCAcDAgIBwIBHBgYGBgoIBwMCAgEBAgIDBwgKBgYGBgeA/iDggMDAednggMDAgAGAQAECAgMHCAsFBgYGB4BAQAECAgMHCAsFBgYGB0cGBgYGCggHAwICAUD+gAE6/sYBgAGA/sYBOgAAAAADAAAAAAQAA78AIwAnACsAAAERFR8FMyEzPwYRLwYjISMPBSURIREDIREhAQACAgIDBAQEAVUFBAMEAgIBAQEBAgIEAwQF/qsEBAQDAgICAoD9AIAEAPwAAqv+6gQEBAMCAgICAgIDBAQEARYEBAQDAgICAgICAwQEkf2AAoD9AAOAAAACAAAAAAQAA38ABgANAAARFzUhNSE1ASEVIRU3J8ACQP3AAoD9gAKAwMABQMCAgIABAICAwMAAAAEAAAAAA4ADvwALAAABMwMjFSE1IxMzNSEBgKXquwIApeq7/gADQP2AgIACgIAAAAEAAAAAA4ADvwAHAAATIREzESE1IYABQIABQP0AA0D9AAMAgAAAAAADAAAAAAPAA78AMQA0AGoAACUVHw07AT8NPQEvCA8GAyETJxcBDwYdAR8GAR8GOwE/BgE/Bj0BLwYBAwECAgMEBQYGBwcICAkJCgkKCgkJCAgHBwYGBQQDAgICBAkHCAkSEBcvEggHBgUDQP4C/8Bt/uQFBAMDAgIBAQICAwMEBQE1BQUGBgcGBwYHBgcGBgYGBQE0BQQEAgMBAQEBAwIEBAX+LqgKCwoJCQkIBwcGBQQEAgICAgQEBQYHBwgJCQkKCwoHDQ8WDw8PGxgcQRwPDw8PDgEKAQC3bv7jBQYGBgYGBwcGBwYGBgYGBf7KBQQEAwICAQECAgMDBAUBNgUGBgYGBwYHBwYHBgYGBgUB1AAAAAAFAAAAAAQAA78AAwAHAAsADgASAAA1ITUhJSE1ITUhNSENARElITUhBAD8AAGAAoD9gAKA/YD+gAEA/wAEAPwAQICAgICAwMABgICAAAAAAAQAAAAABAADvwADAAcACwAPAAA3ITUhJyE1ITchNSEnITUhgAMA/QCABAD8AIADAP0AgAQA/ABAgICAgICAgAACAAAAAAOAA78AAgAKAAABBRMBMxMhEzMBIwKA/wCA/oCAYgE7Y4D+wIABwAEBgf0AAQD/AAOAAAEAAAAAA/QD9AALAAAJAQcJARcJATcJAScCAP68sAFD/r2xAUMBRLD+vQFDsQKxAUOy/r7+vbEBQ/69sgFCAUOxAAAABgAAAAADMwP0AD8AfwC/AP8BPwF/AAAlFR8OPw8vDw8OBR8PPw49AS8ODw4BFR8NOwE/Di8OKwEPDQUfDjsBPw09AS8NKwEPDQEVHw4/Dy8PDw4FHw8/Dj0BLw4PDgJNAgMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgIBgAIDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICAYACAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAn8LDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMAXUMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwwMCwsLCgoICQcHBQUEAwICAwQFBQcHCQgKCgsLCwF1DAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAAAAAgAAAAAA+cD9AA/AEMAkgCWAJoAngCiANAAAAEPDisBLw09AT8NOwEfDSUVIzUl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AQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBARv+hj+eBgYFBQQDAQECBAWyngYGBQUEAwEBAgQFsp4GBgUFBAMBAQIEBbIBAQMEBQUGBwG4BwYFBQQDAQGvBgIEAgEBAwQFBQYGnq8GAgQCAQEDBAUFBgaerwYCBAIBAQMEBQUGBp4BAQMEBQUGB/5IBwYFBQQDAQEECgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQmzH/ytA3IfHwEBAwQFBQYGQwgHBXdOAQEDBAUFBgdCCAcFd04BAQMEBQUGBkMIBwV3LgcGBQUEAwEBAQEDBAUFBgcudAUDBwhDBgYFBQQDAQFOdAUDBwhCBwYFBQQDAQFOdAUDBwhDBgYFBQQDAQEfBwYFBQQDAQEBAQMEBQUGAAAAAAEAAAAAA3kD+ABWAAABES8GDwsfBQEfAjM/BAE/BS8LDwYRNS8JKwEPCQHB0AQGBQYLDAwMBgUFBQQEAwIEAQEEAgQDBQE7BxMMDAwGBgUFAT8FAwQCBAEBBAIDBAQFBQUGDAwMCwYFBgTQAQICBgcKCgYGBwYGBwYFCwkIBgICAQO5/SXNBAQDAwMBAQMDAwQEBQUGBQwMDAwFBgUE/skHCQMDAgIDBAE7BQUGBQwMDAwFBgUFBAQDAgQBAQMDAwQEzQLbBgcGBgoKBwYCAgEBAgIGBwoKBgYHAAACAAAAAAP4A/gARQCJAAAJAQ8FHws/BhEVHwk7AT8JNREvCg8FFxEfCjM/AwE/BS8LDwYRNS8JKwEPCQFW/sUFAwQC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AdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoB+wH8Af0B/gH/AgACAQICAgMCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0CvgK/AsACwQLCAsMCxALFAApQZGZfRXhwb3J0CkNTVl9FeHBvcnQMRXhjZWxfRXhwb3J0DEJUX0RhdGVyYW5nZQ1NVF9FeGNlbGNsZWFyDk1UX0V4Y2VsZmlsdGVyDEJ1bGxldF9BcnJvdw1CdWxsZXRfQ2lyY2xlBU5vbmUyC0J1bGxldF9UaWNrEUJvcmRlcl9EaWFnb25hbFVwE0JvcmRlcl9EaWFnb25hbERvd24NQnVsbGV0X0Zsb3dlcgpCdWxsZXRfRG90DUJ1bGxldF9TcXVhcmUNTVRfUmlnaHRBcnJvdwxNVF9MZWZ0QXJyb3cMTVRfRG93bkFycm93Ck1UX1VwYXJyb3cNTVRfUmVjdXJyZW5jZRNNVF9SZWN1cnJlbmNlRWRpdGVkC01UX0xvY2F0aW9uDk1UX0Rlc2NyaXB0aW9uC01UX1RpbWV6b25lCEJUX1RvYWR5CkJUX0RheVZpZXcLQlRfV29ya1dlZWsJQlRfQWdlbmRhDkJUX01vbnRoQWdlbmRhC0JUX1dlZWtWaWV3C0JUX0RhdGVUaW1lC0JUX1Jlc291cmNlDkJUX1RpbWVMaW5lRGF5D0JUX1RpbWVMaW5lV2VlaxNCVF9UaW1lTGluZVdvcmtXZWVrEEJUX1RpbWVMaW5lTW9udGgIdGFibGUtMDIEY29weQh0aC1zbWFsbAdzYXZlLTAyCmFsaWduLWxlZnQHZWRpdC0wNghjbG9zZS13Zgt3b3JkLWV4cG9ydApwcmludGVyLTAyC2Nyb3NzLWNsb3NlBHBsdXMFY2xvc2UNY2hlY2stbWFyay0wMQdlZGl0LTA0B2FkZC1uZXcIY2xvc2UtMDEQY2hldnJvbi1yaWdodC0wMQphcnJvdy1sZWZ0EWFycm93aGVhZC1kb3duLTAxDGFycm93aGVhZC11cA5hcnJvd2hlYWQtZG93bglkZWxldGUtMDYPYXJyb3doZWFkLXJpZ2h0DmFycm93aGVhZC1sZWZ0C2Fycm93LXJpZ2h0CWRlbGV0ZS0wNQxkb3duLWFycm93LTEMY2hldnJvbi1kb3duDWFyb293LWxlZnQtMDEQY2hldnJvbi1yaWdodC0wMxBuYXZpZ2F0aW9uLXJpZ2h0CVNvcnRpbmctbQtCb3R0b20taWNvbghUb3AtaWNvbgtueHQtcGctaWNvbgtkb3duLWFycm93MghVcC1hcnJvdwpEd24tYXJyb3czCUdyb3VwaWNvbgtTZWxlY3Rpb24tbQdCVF9NZW51DU1UX0xlZnRfQXJyb3cIQlRfTWVudTESTVRfUmlnaHRfQXJyb3dmaWxsB0JUX0VkaXQJQlRfZmlsdGVyC0JUX0NhbGVuZGFyCUJUX1NlYXJjaAdCVF9TYXZlEkJUX0JvdHRvbWFycm93ZmlsbAxNVF9Cb3R0b21maWwJQlRfUmVsb2FkB01UX01lbnUKRkJfVG9wZmlsbAxCVF9sZWZ0YXJyb3cJQlRfUmVtb3ZlCU1UX1NlYXJjaAdCVF90aW1lCU1UX0RlbGV0ZQtCVF9iYWNrd2FyZApCVF9BZGRmbGF0DkJUX2JvdHRvbWFycm93CEJUX0NsZWFyDUZCX0xlZnRfQXJyb3cTQlRfQ2hlY2tib3hjb2xsYXBzZQlCVF9EZWxldGUNQlRfUmlnaHRhcnJvdw5GQl9SaWdodF9BcnJvdwlCVF9TZWxlY3QOQ29sdW1uX2Nob29zZXIIVHJlZXZpZXcJVHJlZXZpZXcyCVRyZWV2aWV3MQlUcmVldmlldzMOTVRfVHJlZV9leHBhbmQOQlRfVHJlZV9leHBhbmQDVXAxBE5leHQHTmV4dG9uZQdQcmV2b25lBFByZXYJRG93bl9Tb3J0CUJvb3RzdHJhcA5Cb290c3RyYXBfUGxheQ9Cb290c3RyYXBfUGF1c2UPUGFyYU9wdGlvbmRvd24xClRleHRTZWFyY2gXSW5zaWRlSG9yaXpvbmRhbEJvcmRlcnMKUmVzdGFydEF0MQ1PcGVuSHlwZXJsaW5rB0N1dERhdGEIQ29weURhdGEJVG9wQm9yZGVyDURlbGV0ZUNvbHVtbnMKRGVsZXRlUm93cwtJbnNlcnRSaWdodApJbnNlcnRMZWZ0D1JlbW92ZUh5cGVybGluaxVJbnNpZGVWZXJ0aWNhbEJvcmRlcnMLUmlnaHRCb3JkZXINRWRpdEh5cGVybGluawlIeXBlcmxpbmsLTGVmdEJvcmRlcnMLRGVsZXRlVGFibGUPVGFibGVQcm9wZXJ0aWVzDUNvcHlIeXBlcmxpbmsMQm90dG9tQm9yZGVyDkNsaXBib2FyZFBhc3RlEUNvbnRpbnVlTnVtYmVyaW5nC0luc2VydEJlbG93C0luc2VydEFib3ZlCkJvcmRlck5vbmUJQm9yZGVyQm94A0FsbA9UYWJsZUFsaWduUmlnaHQMQ3VzdG9tQm9yZGVyDlRhYmxlQWxpZ25MZWZ0EFRhYmxlQWxpZ25DZW50ZXINTGluZVZlcnlzbWFsbApMaW5lbm9ybWFsCUxpbmVzbWFsbA1QYXJhT3B0aW9udXAxClRleHRCb3R0b20KVGV4dENlbnRlcgdUZXh0VG9wDk1UX0NsZWFyRm9ybWF0EE1UX1N0cmlrZXRocm91Z2gMTVRfVXBwZXJjYXNlCk1UX0p1c3RpZnkITVRfSW1hZ2UJTVRfUmVzaXplC01UX01pbmltaXNlC01UX0VkaXRMaW5rB01UX0JvbGQMTVRfQWxpZ25MZWZ0Bk1UX0N1dBJNVF9BbHRlcm5hdGl2ZVRleHQHTVRfQ29weQlNVF9SZW1vdmURTVRfSW5jcmVhc2VJbmRlbnQLTVRfQ2xlYXJBbGwHTVRfVW5kbw1NVF9GdWxsU2NyZWVuDE1UX1VuZGVybGluZRBNVF9Vbm9yZGVyZWRMaXN0Ck1UX1ByZXZpZXcOTVRfT3JkZXJlZExpc3QMTVRfTG93ZXJjYXNlDU1UX1JlbW92ZUxpbmsJTVRfWm9vbUluC01UX09wZW5MaW5rCE1UX1ByaW50DE1UX0ZvbnRDb2xvcg1NVF9BbGlnblJpZ2h0DU1UX0NyZWF0ZUxpbmsLTVRfVmlld1NpZGULTVRfQ29kZVZpZXcKTVRfWm9vbU91dA5NVF9TdXBlcnNjcmlwdAdNVF9QYXJhB01UX1JlZG8ITVRfUGFzdGUNTVRfSW5zZXJ0Q29kZQxNVF9TdWJzY3JpcHQKTVRfRGlzcGxheQpNVF9SZXBsYWNlCU1UX0l0YWxpYwpNVF9DYXB0aW9uEk1UX0JhY2tncm91bmRjb2xvchFNVF9EZWNyZWFzZUluZGVudA5NVF9BbGlnbkNlbnRlcgtNVF9Gb250TmFtZQhCVF9DbG9zZQtEcmFnQW5kRHJvcAxGaWx0ZXJGaWVsZHMKTmV3X0NvbHVtbgdOZXdfUm93A1N1bQhGaWx0ZXJfQg1GaWx0ZXJDbG9zZV9CBlNvcnRfQgdDbG9zZV9CB0Nsb3NlX0YNQ2xlYXJmaWx0ZXJfQgJPawtBbGlnbkJvdHRvbQ5JbnNlcnRSb3dBYm92ZQ5JbnNlcnRSb3dCZWxvdwtBbGlnbkNlbnRlcgxEZWxldGVDb2x1bW4JRGVsZXRlUm93EEluc2VydENvbHVtbkxlZnQIQWxpZ25Ub3ARSW5zZXJ0Q29sdW1uUmlnaHQORWRpdFByb3BlcnRpZXMRVmVydGljYWxBbGlnbm1lbnQJQWRkQ29sdW1uBVN0eWxlCVRiX0RlbGV0ZQZBZGRSb3cGSGVhZGVyBlRhYl9VcAhUYWJfRG93bglUYWJfTW9yZTEJVGFiX01vcmUyBlJlc2l6ZQlCX1BWX09wZW4OQl9QVl9GaXJzdHBhZ2UNQl9QVl9QcmV2aW91cwlCX1BWX05leHQNQl9QVl9MYXN0cGFnZQxCX1BWX1pvb21vdXQLQl9QVl9ab29taW4NQl9QVl9Eb3dubG9hZA1CX1BWX0Jvb2ttYXJrC0JfUFZfU2VhcmNoE0JfUFZfVGV4dEFubm90YXRpb24KQl9QVl9DbG9zZQxCX1BWX0NvbW1lbnQJQl9QVl9TYXZlDkJfUFZfQWxpZ25sZWZ0DUJfUFZfRnJlZWhhbmQJQl9QVl9VbmRvDkJfUFZfSGlnaGxpZ2h0CUJfUFZfTW9yZQ5CX1BWX1VuZGVybGluZRJCX1BWX1N0cmlrZXRocm91Z2gKQl9QVl9QYWludAhCX1BWX1BhbgxCX1BWX09wYWNpdHkLQl9QVl9EZWxldGULQl9QVl9DdXJzb3IPQl9QVl9SaWdodGFycm93EEJfUFZfU3Ryb2tlY29sb3IKQl9QVl9QcmludAlCX1BWX1JlZG8JQl9QVl9Gb250C0JfUFZfU2hhcGVzDkJfUFZfbGVmdGFycm93EUJfUFZfU3Ryb2tld2VpZ2h0E0JfUFZfQW5ub3RhdGlvbkVkaXQOQl9QVl9UaHVtYm5haWwKQl9QVl9TdGFtcA5CX1BWX1BhZ2VicmVhaw9CX1BWX1NpbmdsZXBhZ2UKQl9Db2xsYXBzZQhCX0V4cGFuZA5Eb3VibGVSZXNpemVfMg5Eb3VibGVSZXNpemVfMQ5TaW5nbGVSZXNpemVfMQ5TaW5nbGVSZXNpemVfMw5TaW5nbGVSZXNpemVfMg5TaW5nbGVSZXNpemVfNAtEcmFnYW5kRHJvcAdBcnJvd1VwCUFycm93RG93bgpBcnJvd3JpZ2h0CUFycm93TGVmdAdHcmlwcGVyD05ld19GaWx0ZXJDbGVhcgpOZXdfRmlsdGVyEE5ld19GaWx0ZXJBY3RpdmUHQlRfQ29kZQdCVF9ncmlkCEJUX3Bhc3RlCUJUX2RlbGV0ZQtCVF9kb3dubG9hZAZCVF9jdXQHQlRfTGlzdApCVF9yZWZyZXNoB0JUX2luZm8NQlRfcmlnaHRhcnJvdw1CVF9vcGVuZm9sZGVyCEJUX2Nsb3NlDEJUX25ld2ZvbGRlcglCVF9yZW5hbWUHQlRfY29weQlCVF9zZWFyY2gGVXBsb2FkB0JUX2JhY2sMQlRfc2VsZWN0YWxsB0JUX3NvcnQJQlRfb3B0aW9uB0JUX3RpY2sMQl9CcmVhZGNydW1iDEJfRnVsbHNjcmVlbgZCX1NhdmUIQl9FeHBvcnQIQl9TYXZlYXMIQl9SZW5hbWUSQl9OdW1iZXJGb3JtYXR0aW5nC0JfUERGRXhwb3J0DEJfR3JhbmR0b3RhbAtCX05ld1JlcG9ydAtCX0NTVmV4cG9ydA1CX0V4Y2VsRXhwb3J0CEJfRGVsZXRlB0JfQ2hhcnQGQl9Mb2FkBkJfR3JpZApCX1N1YnRvdGFsCEZvbnRUeXBlDUJfTGluZXNwYWNpbmcGQl9Mb2NrCEJfSXRhbGljBkJfTGluawdCX1RhYmxlEEJfVGFibGVvZmNvbnRlbnQMQl9QYWdlbnVtYmVyBUJfTmV3BkJfQm9sZAtCX0ZvbnRDb2xvcgtCX1BhZ2VTZXR1cA1CX1N0cm9rZVN0eWxlB0JfSW1hZ2UKQl9Cb29rbWFyawhCX0hlYWRlcgZCX09wZW4JQl9CdWxsZXRzEkJfU2hvd0hpZGVwcm9wZXJ0eQhCX0Zvb3RlcgpCX0NsZWFyQWxsDU91dHNpZGVCb3JkZXIKQWxsQm9yZGVycw1JbnNpZGVCb3JkZXJzBENlbGwPQl9BbGlnblRvcHRhYmxlEkJfQWxpZ25Cb3R0b210YWJsZRJCX0FsaWduQ2VudGVydGFibGUJU2VsZWN0aW9uB0JfQnJlYWsLQl9QYWdlQnJlYWsOQl9TZWN0aW9uQnJlYWsITV9VcGxvYWQHQXV0b0ZpdBBGaXhlZENvbHVtbldpZHRoDUF1dG9GaXRXaW5kb3cMQnJpbmdGb3J3YXJkCkJyaW5nRnJvbnQIU2VuZGJhY2sMU2VuZEJhY2t3YXJkB1VuZ3JvdXAFR3JvdXAFT3JkZXINU2luZ2xlVXBBcnJvdw9TaW5nbGVEb3duQXJyb3cQU2luZ2xlUmlnaHRBcnJvdw9TaW5nbGVMZWZ0QXJyb3cQRG91YmxlUmlnaHRBcnJvdw9Eb3VibGVMZWZ0QXJyb3cJWm9vbVRvRml0CEFkZEFib3ZlCEFkZEJlbG93BkJfTGluZQdCX0Fycm93C0JfUmVjdGFuZ2xlCEJfQ2lyY2xlCkJfUGVudGFnYW4IQl9MZW5ndGgGQl9BcmVhC0JfUGVyaW1ldGVyCEJfUmFkaXVzCEJfVm9sdW1lEkJfQ2hhbmdlU2NhbGVSYXRpbwxCX1Byb3BlcnRpZXMJQl9Db21tZW50ClRodW1ic0Rvd24IVGh1bWJzVXALVGh1bWJzRG93bjEJSlBHRXhwb3J0CVBOR0V4cG9ydAlTVkdFeHBvcnQXQl9Db25kaXRpb25hbEZvcm1hdHRpbmcRQl9Gb3JtdWxhRnVuY3Rpb24MSGlkZWhlYWRpbmdzDUhpZGVHcmlkbGluZXMGQl9IaWRlC0JfRHVwbGljYXRlCU1zRXhjZWw5NwlFeHBvcnRDU1YDTURYCEZvcm1hdF9CCE5hbWVkc2V0C08tQXR0cmlidXRlCURpbWVuc2lvbgZMZXZlbDEGTGV2ZWwyBkxldmVsMwZMZXZlbDQGTGV2ZWw1C1VzZXJEZWZpbmVkA0tQSQpNX1NvcnREb3duCk1fU29ydE5vbmUITV9Tb3J0VXAQQ2FsY3VsYXRlZE1lbWJlcgpDdXN0b21Tb3J0DlNvcnREZXNjZW5kaW5nDVNvcnRBc2NlbmRpbmcKQWRkQ29tbWVudAVSZXBseQlTZW5kQXJyb3cLQ29tbWVudE1hcmsRQl9IYW5kV3JpdHRlblNpZ24MQl9NYWluRmlsdGVyClVuZmlsdGVyZWQQRmlsdGVyZWRTb3J0RGVzYwpGX1NvcnREZXNjCkZfU29ydEFzY2UQRmlsdGVyZWRTb3J0QXNjZQhGaWx0ZXJlZAlCX1JlYXBwbHkIQl9SZW9wZW4HQl9Hcm91cAlCX1VuZ3JvdXAAAAAAAA==) format("truetype"); +} + +.e-icons { + font-family: "e-icons"; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +/*! calendar bootstrap theme variables */ +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! Bootstrap theme definitions and variables */ +/*! Value element styles */ +/*! Tooltip styles */ +/*! Tip Content styles */ +/*! Title styles */ +/*! Wrapper styles */ +/*! Component group styles */ +/*! Button styles */ +/*! inplaceeditor icons */ +.e-inplaceeditor .e-save-icon::before, +.e-inplaceeditor-tip .e-save-icon::before { + content: '\e614'; +} + +.e-inplaceeditor .e-cancel-icon::before, +.e-inplaceeditor-tip .e-cancel-icon::before { + content: '\e60a'; +} + +.e-inplaceeditor .e-editable-overlay-icon::before, +.e-inplaceeditor-tip .e-editable-overlay-icon::before { + content: '\e338'; +} + +/*! inplaceeditor layout */ +.e-bigger .e-inplaceeditor .e-editable-value-wrapper, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper { + padding: 8px 12px; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value { + font-size: 15px; + margin: 0 32px 0 0; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon { + right: 12px; + width: 20px; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before { + font-size: 16px; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save { + margin: 0 4px 0 0; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel { + margin: 0 0 0 4px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value { + margin: 0 0 0 32px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon { + left: 12px; + right: auto; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save { + margin: 0 0 0 4px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel { + margin: 0 4px 0 0; +} + +.e-inplaceeditor { + display: inline-block; + position: relative; + width: auto; +} + +.e-inplaceeditor .e-editable-value-wrapper { + display: inline-block; + padding: 6px 10px; + position: relative; + width: auto; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + margin: 0 30px 0 0; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + bottom: 0; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + height: inherit; + position: absolute; + right: 10px; + top: 0; + visibility: hidden; + width: 18px; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-size: 14px; +} + +.e-inplaceeditor .e-editable-value-wrapper.e-hide { + display: none; +} + +.e-inplaceeditor .e-editable-value-wrapper.e-editable-open { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon { + visibility: visible; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon { + visibility: hidden; +} + +.e-inplaceeditor .e-editable-action-buttons { + margin-top: 4px; + position: absolute; + right: 0; + z-index: 100; +} + +.e-inplaceeditor.e-overlay { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value { + margin: 0 0 0 30px; +} + +.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon { + left: 10px; + right: auto; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons { + left: 0; + right: auto; +} + +.e-bigger .e-inplaceeditor, +.e-inplaceeditor.e-bigger, +.e-bigger .e-inplaceeditor-tip, +.e-inplaceeditor-tip.e-bigger { + width: auto; +} + +.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle, +.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: inherit; +} + +.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle, +.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: inherit; +} + +.e-inplaceeditor .e-editable-loading, +.e-inplaceeditor-tip .e-editable-loading { + display: none; + min-height: 100%; + position: absolute; + top: 0; +} + +.e-inplaceeditor .e-editable-loading.e-show, +.e-inplaceeditor-tip .e-editable-loading.e-show { + display: block; +} + +.e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner, +.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner { + left: auto; + right: 5px; + transform: translateX(-30%) translateY(-50%); +} + +.e-inplaceeditor .e-editable-form, +.e-inplaceeditor-tip .e-editable-form { + width: 100%; +} + +.e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon, +.e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon { + visibility: hidden; +} + +.e-inplaceeditor .e-component-group, +.e-inplaceeditor-tip .e-component-group { + margin-bottom: 4px; +} + +.e-inplaceeditor .e-component-group .e-editable-component, +.e-inplaceeditor-tip .e-component-group .e-editable-component { + min-width: 150px; + position: relative; +} + +.e-inplaceeditor .e-control-overlay, +.e-inplaceeditor-tip .e-control-overlay { + visibility: hidden; +} + +.e-inplaceeditor .e-control-overlay.e-richtexteditor, +.e-inplaceeditor-tip .e-control-overlay.e-richtexteditor { + opacity: .5; + pointer-events: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + visibility: visible; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save { + margin: 0 4px 0 0; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons { + font-size: 16px; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel { + margin: 0 0 0 4px; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons { + font-size: 16px; +} + +.e-inplaceeditor .e-editable-action-buttons.e-hide, +.e-inplaceeditor-tip .e-editable-action-buttons.e-hide { + visibility: hidden; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save { + margin: 0 0 0 4px; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel { + margin: 0 4px 0 0; +} + +.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper, +.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper { + padding: 12px; +} + +.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper, +.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper { + padding: 10px 12px 12px 12px; +} + +.e-bigger .e-inplaceeditor-tip .e-editable-title, +.e-inplaceeditor-tip.e-bigger .e-editable-title { + font-size: 14px; + min-height: 36px; + padding: 0 0 0 12px; +} + +.e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title, +.e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title { + padding: 0 12px 0 0; +} + +.e-inplaceeditor-tip { + opacity: 1; + width: auto; +} + +.e-inplaceeditor-tip.e-tooltip-wrap { + max-width: 100%; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content { + padding: 0; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title { + -ms-flex-line-pack: center; + align-content: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 700; + height: 30px; + -ms-flex-pack: center; + justify-content: center; + padding: 0 0 0 12px; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper { + display: -ms-flexbox; + display: flex; + padding: 12px; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons { + float: right; + margin-top: 4px; + position: relative; + right: auto; + top: auto; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper { + padding: 10px 12px 12px 12px; +} + +.e-inplaceeditor-tip.e-hide { + visibility: hidden; +} + +.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title { + padding: 0 12px 0 0; +} + +.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons { + float: left; +} + +.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor { + background-size: 150px 60px; + min-height: 60px; +} + +.e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor, +.e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor { + background-size: 150px 70px; + min-height: 70px; +} + +/*! inplaceeditor theme */ +.e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + border-bottom: 1px dashed #333; + color: #333; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + color: #333; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover { + background: #f5f5f5; + border-radius: 4px; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value { + border-bottom-color: transparent; +} + +.e-inplaceeditor[data-underline='false'] .e-editable-value-wrapper .e-editable-value { + border-bottom: 0; +} + +.e-inplaceeditor.e-disable { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value { + border-bottom-color: transparent; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn { + background-color: ""; + border: ""; + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25); +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons { + color: #333; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons { + color: ""; +} + +.e-inplaceeditor-tip.e-tooltip-wrap { + background: #fff; + box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26); +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content { + border-radius: 4px; + color: #333; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-inner { + color: #fff; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #ccc; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { + border-top-color: #ccc; +} + +.e-inplaceeditor-tip.e-tooltip-wrap.e-popup { + border: 1px solid #ccc; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-editable-title { + background: #eee; + border-bottom: 0; + color: #333; +} + +.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #ccc; +} + +.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { + color: #eee; +} + +.e-toast .e-toast-close-icon::before { + content: ""; +} + +/*! toast layout */ +.e-bigger .e-toast-container.e-toast-top-left, +.e-toast-container.e-bigger.e-toast-top-left { + left: 10px; + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-left, +.e-toast-container.e-bigger.e-toast-bottom-left { + bottom: 10px; + left: 10px; +} + +.e-bigger .e-toast-container.e-toast-top-right, +.e-toast-container.e-bigger.e-toast-top-right { + right: 10px; + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-right, +.e-toast-container.e-bigger.e-toast-bottom-right { + bottom: 10px; + right: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-center, +.e-toast-container.e-bigger.e-toast-bottom-center { + bottom: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-center .e-toast, +.e-toast-container.e-bigger.e-toast-bottom-center .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-toast-top-center, +.e-toast-container.e-bigger.e-toast-top-center { + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-top-center .e-toast, +.e-toast-container.e-bigger.e-toast-top-center .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-toast-full-width, +.e-toast-container.e-bigger.e-toast-full-width { + left: 0; + right: 0; +} + +.e-bigger .e-toast-container.e-toast-full-width .e-toast, +.e-toast-container.e-bigger.e-toast-full-width .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions { + text-align: left; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions > *, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions > * { + margin-left: initial; + margin-right: 10px; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-close-icon, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-close-icon { + margin-left: initial; + margin-right: auto; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-icon, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-icon { + margin-left: 14px; + margin-right: initial; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-progress, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-progress { + left: auto; + right: 0; +} + +.e-bigger .e-toast-container .e-toast, +.e-toast-container.e-bigger .e-toast { + border-radius: 4px; + font-size: 14px; + margin: 0 0 10px; + min-height: 48px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content { + padding: 10px 0 5px 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:first-child { + padding: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:last-child { + padding-bottom: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content + .e-toast-actions { + padding: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions { + padding: 5px 0 0 0; + text-align: right; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions > *, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions > * { + margin-left: 10px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-close-icon, +.e-toast-container.e-bigger .e-toast .e-toast-close-icon { + font-size: 12px; + height: 24px; + width: 24px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-icon, +.e-toast-container.e-bigger .e-toast .e-toast-icon { + font-size: 12px; + height: 24px; + margin-right: 14px; + width: 24px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-progress, +.e-toast-container.e-bigger .e-toast .e-toast-progress { + height: 4px; +} + +.e-toast-container { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-direction: column; + flex-direction: column; + position: relative; +} + +.e-toast-container.e-toast-top-left { + left: 10px; + top: 10px; +} + +.e-toast-container.e-toast-bottom-left { + bottom: 10px; + left: 10px; +} + +.e-toast-container.e-toast-top-right { + right: 10px; + top: 10px; +} + +.e-toast-container.e-toast-bottom-right { + bottom: 10px; + right: 10px; +} + +.e-toast-container.e-toast-bottom-center { + bottom: 10px; + pointer-events: none; + right: 0; + width: 100%; +} + +.e-toast-container.e-toast-bottom-center .e-toast { + margin: 0 auto 10px; + pointer-events: auto; +} + +.e-toast-container.e-toast-top-center { + pointer-events: none; + right: 0; + top: 10px; + width: 100%; +} + +.e-toast-container.e-toast-top-center .e-toast { + margin: 0 auto 10px; + pointer-events: auto; +} + +.e-toast-container.e-toast-full-width { + left: 0; + right: 0; + width: 100%; +} + +.e-toast-container.e-toast-full-width .e-toast { + margin: 0 auto 10px; + width: 96%; +} + +.e-toast-container.e-rtl .e-toast .e-toast-actions { + text-align: left; +} + +.e-toast-container.e-rtl .e-toast .e-toast-actions > * { + margin-left: initial; + margin-right: 10px; +} + +.e-toast-container.e-rtl .e-toast .e-toast-close-icon { + margin-left: initial; + margin-right: auto; +} + +.e-toast-container.e-rtl .e-toast .e-toast-icon { + margin-left: 14px; + margin-right: initial; +} + +.e-toast-container.e-rtl .e-toast .e-toast-progress { + left: auto; + right: 0; +} + +.e-toast-container .e-toast { + border-radius: 4px; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 14px; + margin: 0 0 10px; + overflow: hidden; + padding: 15px; + position: relative; +} + +.e-toast-container .e-toast .e-toast-icon, +.e-toast-container .e-toast .e-toast-message { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toast-container .e-toast > * { + word-break: break-word; + word-wrap: break-word; +} + +.e-toast-container .e-toast .e-toast-message { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + width: inherit; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title, +.e-toast-container .e-toast .e-toast-message .e-toast-content { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title:first-child, +.e-toast-container .e-toast .e-toast-message .e-toast-content:first-child { + padding: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title:last-child, +.e-toast-container .e-toast .e-toast-message .e-toast-content:last-child { + padding-bottom: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title > *, +.e-toast-container .e-toast .e-toast-message .e-toast-content > * { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title { + font-size: 14px; + font-weight: bold; + letter-spacing: .5px; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content { + padding: 10px 0 5px 0; + word-break: break-word; + word-wrap: break-word; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions { + padding-top: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-actions { + margin: 1px; + padding: 5px 0 0 0; + text-align: right; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-actions > * { + margin-left: 10px; +} + +.e-toast-container .e-toast .e-toast-close-icon { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + font-size: 12px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + margin-left: auto; + width: 24px; +} + +.e-toast-container .e-toast .e-toast-icon { + -ms-flex-align: center; + align-items: center; + font-size: 12px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + margin-right: 14px; + width: 24px; +} + +.e-toast-container .e-toast .e-toast-progress { + bottom: 0; + height: 4px; + left: 0; + position: absolute; +} + +.e-content-placeholder.e-toast.e-placeholder-toast { + background-size: 400px 100px; + min-height: 100px; +} + +.e-bigger .e-content-placeholder.e-toast.e-placeholder-toast, +.e-bigger.e-content-placeholder.e-toast.e-placeholder-toast { + background-size: 400px 100px; + min-height: 100px; +} + +.e-toast-container .e-toast { + background-color: #fff; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); + color: #333; + border: 1px solid #ccc; +} + +.e-toast-container .e-toast.e-toast-success { + background-color: #dff0d8; + color: #3c763d; + border-color: #d6e9c6; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title { + color: #3c763d; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content { + color: #3c763d; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-icon { + color: #3c763d; +} + +.e-toast-container .e-toast.e-toast-success:hover { + background-color: #d3f0c7; + box-shadow: 0 3px 6px 0; + color: #3c763d; + border-color: #d6e9c6; +} + +.e-toast-container .e-toast.e-toast-info { + background-color: #d9edf7; + color: #31708f; + border-color: #bce8f1; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title { + color: #31708f; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content { + color: #31708f; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-icon { + color: #31708f; +} + +.e-toast-container .e-toast.e-toast-info:hover { + background-color: #bee2f4; + box-shadow: 0 3px 6px 0; + color: #31708f; + border-color: #bce8f1; +} + +.e-toast-container .e-toast.e-toast-warning { + background-color: #fcf8e3; + color: #8a6d3b; + border-color: #faebcc; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title { + color: #8a6d3b; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content { + color: #8a6d3b; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-icon { + color: #8a6d3b; +} + +.e-toast-container .e-toast.e-toast-warning:hover { + background-color: #f6efcc; + box-shadow: 0 3px 6px 0; + color: #8a6d3b; + border-color: #faebcc; +} + +.e-toast-container .e-toast.e-toast-danger { + background-color: #f2dede; + color: #a94442; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title { + color: #a94442; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content { + color: #a94442; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-icon { + color: #a94442; +} + +.e-toast-container .e-toast.e-toast-danger:hover { + background-color: #f1cfcf; + box-shadow: 0 3px 6px 0; + color: #a94442; + border-color: #ebccd1; +} + +.e-toast-container .e-toast:hover { + background-color: #f5f5f5; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); +} + +.e-toast-container .e-toast .e-toast-icon { + color: #333; +} + +.e-toast-container .e-toast .e-toast-close-icon { + color: #ccc; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title { + color: #333; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content { + color: #333; +} + +.e-toast-container .e-toast .e-toast-progress { + background-color: #317ab9; +} + +/*! PdfViewer's default definitions and variables */ +.e-pdfviewer .e-pv-icon::before { + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-icon-search::before { + font-family: 'e-icons'; + font-size: 12px; +} + +.e-pdfviewer .e-pv-open-document-icon::before { + content: '\ec2b'; +} + +.e-pdfviewer .e-pv-download-document-icon::before { + content: '\ec32'; +} + +.e-pdfviewer .e-pv-print-document-icon::before { + content: '\ebd2'; +} + +.e-pdfviewer .e-pv-first-page-navigation-icon::before { + content: '\ec2c'; +} + +.e-pdfviewer .e-pv-previous-page-navigation-icon::before, +.e-pdfviewer .e-pv-prev-search-icon::before { + content: '\ec2d'; +} + +.e-pdfviewer .e-pv-next-page-navigation-icon::before, +.e-pdfviewer .e-pv-next-search-icon::before { + content: '\ec2e'; +} + +.e-pdfviewer .e-pv-last-page-navigation-icon::before { + content: '\ec2f'; +} + +.e-pdfviewer .e-pv-zoom-out-icon::before { + content: '\ec30'; +} + +.e-pdfviewer .e-pv-zoom-in-icon::before { + content: '\ec31'; +} + +.e-pdfviewer .e-pv-thumbnail-view-icon::before { + content: '\ebd9'; +} + +.e-pdfviewer .e-pv-thumbnail-view-disable-icon::before { + color: rgba(51, 51, 51, 0.2); + content: '\ebd9'; +} + +.e-pdfviewer .e-pv-thumbnail-view-selection-icon::before { + color: #333; + content: '\ebd9'; +} + +.e-pdfviewer .e-pv-bookmark-icon::before { + content: '\ec33'; +} + +.e-pdfviewer .e-pv-bookmark-disable-icon::before { + color: rgba(51, 51, 51, 0.2); + content: '\ec33'; +} + +.e-pdfviewer .e-pv-bookmark-selection-icon::before { + color: #333; + content: '\ec33'; +} + +.e-pdfviewer .e-pv-title-close-icon::before, +.e-pdfviewer .e-pv-annotation-tools-close-icon::before, +.e-pdfviewer .e-pv-annotation-popup-close::before { + content: '\ebc0'; + font-size: 12px; +} + +.e-pdfviewer .e-pv-resize-icon::before { + content: '\e84b'; + font-size: 10px; +} + +.e-pdfviewer .e-pv-text-select-tool-icon::before { + content: '\ebce'; +} + +.e-pdfviewer .e-pv-pan-tool-icon::before { + content: '\ebcb'; +} + +.e-pdfviewer .e-pv-text-search-icon::before { + content: '\ebbe'; +} + +.e-pdfviewer .e-pv-search-icon::before { + content: '\ebbe'; + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-search-close::before { + content: '\ebc0'; + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-annotation-icon::before { + content: '\ebd8'; +} + +.e-pdfviewer .e-pv-annotation-color-icon::before { + content: '\ebca'; +} + +.e-pdfviewer .e-pv-annotation-stroke-icon::before { + content: '\e668'; +} + +.e-pdfviewer .e-pv-annotation-opacity-icon::before { + content: '\ebcc'; +} + +.e-pdfviewer .e-pv-annotation-thickness-icon::before { + content: '\ebd7'; +} + +.e-pdfviewer .e-pv-annotation-delete-icon::before { + content: '\ebcd'; +} + +.e-pdfviewer .e-pv-undo-icon::before { + content: '\ebc5'; +} + +.e-pdfviewer .e-pv-redo-icon::before { + content: '\ebd3'; +} + +.e-pdfviewer .e-pv-more-icon::before { + content: '\ebc7'; +} + +.e-pdfviewer .e-pv-backward-icon::before { + content: '\e94b'; +} + +.e-pdfviewer .e-pv-notification-icon { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg=="); + background-repeat: no-repeat; + background-size: 38px 33px; + height: 33px; +} + +.e-pdfviewer .e-pv-notification-icon-rtl { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg=="); + background-position: right; + background-repeat: no-repeat; + background-size: 38px 33px; + height: 33px; +} + +.e-pdfviewer .e-pv-annotation-calibrate-icon::before { + content: '\e678'; +} + +.e-pv-download-document-icon.e-menu-icon::before { + content: '\ec32'; +} + +.e-pv-bookmark-icon.e-menu-icon::before { + content: '\ec33'; +} + +.e-pv-highlight-icon::before { + content: '\ebc6'; + font-family: 'e-icons'; +} + +.e-pv-underline-icon::before { + content: '\ebc8'; + font-family: 'e-icons'; +} + +.e-pv-strikethrough-icon::before { + content: '\ebc9'; + font-family: 'e-icons'; +} + +.e-pv-copy-icon::before { + content: '\e70a'; + font-family: 'e-icons'; +} + +.e-pv-stamp-icon::before { + content: '\ebda'; +} + +.e-pv-shape-line-icon::before { + content: '\e668'; + font-family: 'e-icons'; +} + +.e-pv-shape-arrow-icon::before { + content: '\e669'; + font-family: 'e-icons'; +} + +.e-pv-shape-rectangle-icon::before { + content: '\e670'; + font-family: 'e-icons'; +} + +.e-pv-shape-circle-icon::before { + content: '\e671'; + font-family: 'e-icons'; +} + +.e-pv-shape-pentagon-icon::before { + content: '\e672'; + font-family: 'e-icons'; +} + +.e-pv-annotation-shape-icon::before { + content: '\ebd5'; +} + +.e-pv-cut-icon::before { + content: '\e604'; + font-family: 'e-icons'; +} + +.e-pv-paste-icon::before { + content: '\e684'; + font-family: 'e-icons'; +} + +.e-pv-delete-icon::before { + content: '\ebcd'; + font-family: 'e-icons'; +} + +.e-pv-properties-fill-color-icon::before { + content: '\ebca'; + font-family: 'e-icons'; +} + +.e-pv-properties-stroke-color-icon::before { + content: '\e668'; + font-family: 'e-icons'; +} + +.e-pv-comment-icon::before { + content: '\e680'; + font-family: 'e-icons'; +} + +.e-pv-comment-selection-icon::before { + color: #333; + content: '\e680'; + font-family: 'e-icons'; +} + +.e-pv-comment-panel-icon::before { + content: '\eb23'; + font-family: 'e-icons'; +} + +.e-pv-accepted-icon::before { + color: #fff; + content: '\e682'; + font-family: 'e-icons'; + font-size: 14px; + padding: 1px 1px 1px 4px; + position: absolute; +} + +.e-pv-rejected-icon::before { + color: #fff; + content: '\e683'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 4px; + position: absolute; +} + +.e-pv-completed-icon::before { + color: #fff; + content: '\e614'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 3.5px; + position: absolute; +} + +.e-pv-cancelled-icon::before { + color: #fff; + content: '\e60a'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 3.5px; + position: absolute; +} + +.e-pv-scale-ratio-icon::before { + content: '\e678'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-distance-icon::before { + content: '\e673'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-perimeter-icon::before { + content: '\e674'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-area-icon::before { + content: '\e675'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-radius-icon::before { + content: '\e676'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-volume-icon::before { + content: '\e677'; + font-family: 'e-icons'; +} + +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before { + content: '\e969'; + font-size: 8px; +} + +.e-pv-freetext-icon::before { + content: '\ebbf'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textalign-icon::before { + content: '\e33a'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textcolor-icon::before { + content: '\e34c'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textprop-icon::before { + content: '\eb07'; + font-family: 'e-icons'; +} + +.e-pv-left-align-icon::before { + content: '\e33a'; + font-family: 'e-icons'; +} + +.e-pv-right-align-icon::before { + content: '\e34d'; + font-family: 'e-icons'; +} + +.e-pv-center-align-icon::before { + content: '\e35e'; + font-family: 'e-icons'; +} + +.e-pv-justfiy-align-icon::before { + content: '\e334'; + font-family: 'e-icons'; +} + +.e-pv-bold-icon::before { + content: '\eb2f'; + font-family: 'e-icons'; +} + +.e-pv-italic-icon::before { + content: '\eb1d'; + font-family: 'e-icons'; +} + +.e-pv-strikeout-icon::before { + content: '\ebc9'; + font-family: 'e-icons'; +} + +.e-pv-underlinetext-icon::before { + content: '\ebc8'; + font-family: 'e-icons'; +} + +.e-pv-superscript-icon::before { + content: '\e352'; + font-family: 'e-icons'; +} + +.e-pv-subscript-icon::before { + content: '\e357'; + font-family: 'e-icons'; +} + +.e-pv-handwritten-icon::before { + content: '\e767'; + font-family: 'e-icons'; +} + +/*! component layout */ +.e-pdfviewer .e-pv-viewer-container { + border-style: solid; + border-width: 1px 1px 1px 0; +} + +.e-pdfviewer .e-pv-text-layer { + position: absolute; + top: 0; + z-index: 2; +} + +.e-pdfviewer .e-pv-annotation-canvas { + left: 0; + position: absolute; + top: 0; +} + +.e-pdfviewer .e-pv-text { + background: transparent; + color: transparent; + line-height: normal; + opacity: 0.6; + position: absolute; +} + +.e-pdfviewer .e-pv-search-text-highlight, +.e-pdfviewer .e-pv-search-text-highlightother { + line-height: normal; + opacity: 0.6; + position: absolute; +} + +.e-pdfviewer .e-pv-hyperlink { + z-index: 2; +} + +.e-pdfviewer .e-pv-hyperlink.e-pv-onselection { + z-index: 1; +} + +.e-pdfviewer .e-enable-text-selection { + -ms-user-select: text; + -webkit-user-select: text; + user-select: text; +} + +.e-pdfviewer .e-disable-text-selection { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; +} + +.e-pdfviewer .e-enable-text-selection .e-pv-text { + display: inline-block; +} + +.e-pdfviewer .e-disable-text-selection .e-pv-text { + display: none; +} + +.e-pdfviewer .e-pv-cursor { + cursor: text; +} + +.e-pdfviewer .e-pv-crosshair-cursor { + cursor: crosshair; +} + +.e-pdfviewer .e-pv-touch-select-drop { + display: inline-block; + height: 30px; + position: absolute; + width: 30px; + z-index: 1000; +} + +.e-pdfviewer .e-pv-touch-ellipse { + background-color: #3088ed; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + border-color: #3088ed; + border-style: solid; + border-top-left-radius: 50%; + border-width: 2px; + height: 20px; + margin: 0 0 0 9px; + position: absolute; + width: 20px; +} + +.e-pdfviewer .e-pv-annotation-note { + border-radius: 2px; + cursor: auto; + font-size: 14px; + height: auto; + max-width: 200px; + min-height: 10px; + min-width: 30px; + overflow-wrap: break-word; + padding: 5px; + position: absolute; + width: auto; + z-index: 10000; +} + +.e-pdfviewer .e-pv-annotation-note-author { + border-bottom: 1px solid #000; + font-weight: bold; +} + +.e-pdfviewer .e-pv-annotation-popup-menu { + cursor: auto; + min-width: 396px; + padding-bottom: 6px; + position: absolute; + width: auto; + z-index: 10000; +} + +.e-pdfviewer .e-pv-annotation-popup-header { + height: auto; + min-height: 29px; + padding-top: 14px; +} + +.e-pdfviewer .e-pv-annotation-popup-author { + float: left; + font-size: 16px; + font-weight: bold; + margin-left: 14px; +} + +.e-pdfviewer .e-pv-annotation-popup-close { + float: right; + height: 20px; + margin-right: 14px; + width: 20px; +} + +.e-pdfviewer .e-pv-annotation-modified-time { + height: 14px; + margin-left: 14px; + padding-top: 8px; +} + +.e-pdfviewer .e-pv-annotation-popup-note-container { + height: auto; + padding: 14px; + width: auto; +} + +.e-pdfviewer .e-pv-annotation-popup-content { + background-color: #fff; + border: 1px solid; + font-size: 16px; + min-height: 132.08px; + overflow: hidden auto; + width: 368px; +} + +.e-pdfviewer .e-pv-properties-fill-color-icon, +.e-pdfviewer .e-pv-properties-stroke-color-icon { + border-bottom: 2px solid; +} + +.e-pdfviewer .e-pv-drop { + color: #3088ed; + display: inline-block; + height: 20px; + position: absolute; + width: 20px; + z-index: 1000; +} + +.e-pdfviewer .e-pv-droplet { + background-color: #3088ed; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + border-color: #3088ed; + border-style: solid; + border-top-left-radius: 50%; + border-width: 2px; + height: 20px; + margin: 0 0 0 9px; + position: absolute; + width: 20px; +} + +.e-pv-viewer-container { + background-color: #e6e6e6; + border-color: #ccc; + height: calc(100% - 50px); + overflow: auto; + position: relative; + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; +} + +.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar { + display: none; +} + +.e-pv-page-container { + margin: 0; + padding: 0; + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; +} + +.e-pv-mobilespanscroll-container { + color: #000; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger .e-pv-icon-search, +.e-pv-icon { + font-size: 16px; +} + +.e-pv-mobilescroll-container { + background-color: #e6e6e6; + border: 1px solid #d4d4d4; + border-radius: 56px 0 0 56px; + line-height: 27px; + position: absolute; + text-align: center; +} + +.e-pv-viewer-container .e-pv-page-div { + border-color: #adadad; + border-style: none; + border-width: 1px; + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); + box-sizing: content-box; + position: absolute; +} + +.e-pv-toolbar, +.e-pv-nav-toolbar, +.e-pv-annotation-toolbar { + border: 1px solid #ccc; + border-radius: 4px 4px 0 0; + border-width: 1px 1px 0 1px; +} + +.e-pv-toolbar, +.e-pv-annotation-toolbar { + height: 50px; +} + +.e-pv-nav-toolbar, +.e-bigger .e-pv-toolbar, +.e-pv-toolbar.e-pv-mobile-toolbar, +.e-bigger .e-pv-annotation-toolbar, +.e-pv-mobile-view .e-pv-annotation-toolbar { + height: 50px; +} + +.e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container { + height: 32px; + width: 91px; +} + +.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container { + display: none; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text, +.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-pv-current-page-box.e-input-group.e-control-wrapper { + height: 30px; + margin-top: 0; + width: 48px; +} + +.e-pv-mobilepagenoscroll-container { + background: #eee; + border: 1px solid #d4d4d4; + border-radius: 10px; + padding: 6px; + text-align: center; + vertical-align: middle; +} + +.e-pv-mobilecurrentpage-container { + color: #000; + display: block; + font-family: Roboto-Regular; + font-size: 24px; +} + +.e-pv-mobiledashedline-container { + color: #000; + display: block; + padding: 10px; +} + +.e-pv-number-ofpages { + width: 10%; +} + +.e-pv-gotopage-popup { + max-width: 500px; + padding-left: 16px; + padding-top: 16px; +} + +.e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled { + background-color: transparent; + color: rgba(51, 51, 51, 0.6); +} + +.e-pv-mobiletotalpage-container { + color: #000; + display: block; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-password-input { + margin-top: 14px; +} + +.e-pv-password-error { + color: #a94442; +} + +.e-pv-corrupted-popup-header { + color: #000; + opacity: 0.87; +} + +.e-pv-corrupted-popup-content { + color: #000; + font-size: 14px; + line-height: 24px; + margin-left: 50px; + opacity: 0.87; + padding-top: 4px; + text-align: left; +} + +.e-pv-corrupted-popup-content-rtl { + color: #000; + font-size: 14px; + line-height: 24px; + margin-right: 53px; + opacity: 0.87; + padding-top: 4px; + text-align: right; +} + +.e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) { + height: auto; + margin-left: 1.5px; + margin-right: 1.5px; + padding-bottom: 7px; + padding-top: 6px; +} + +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + margin-left: 1.5px; + margin-right: 1.5px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-right-width: 1px; + height: 27px; + margin-left: 6px; + margin-right: 6px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child { + margin-left: 5.5px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child { + margin-right: 5.5px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child { + margin-right: 5.5px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child { + margin-left: 5.5px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn, +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn { + height: 37px; + min-width: 20px; + width: 36px; +} + +.e-pv-open-document-icon { + font-size: 18px; + height: 16px; + line-height: 16px; + width: 18px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-download-document-icon { + line-height: 16px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-print-document-icon { + line-height: 16px; +} + +.e-pv-first-page-navigation-icon { + line-height: 16px; +} + +.e-pv-previous-page-navigation-icon { + line-height: 16px; +} + +.e-pv-next-page-navigation-icon { + line-height: 16px; +} + +.e-pv-last-page-navigation-icon { + line-height: 16px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-out-icon, +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-in-icon { + line-height: 18px; + size: 18px; +} + +.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container { + padding-left: 8px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-pv-pan-tool .e-pv-icon { + margin-right: 2px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container { + margin: 0 4px; + padding: 6px 0 7px 0; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator) { + color: #000; + cursor: default; + font-size: 14px; + margin-left: 0; + margin-right: 7.5px; + min-width: unset; + padding-bottom: 6.5px; + padding-left: 0; + position: relative; +} + +.e-pv-total-page { + color: #000; + font-size: inherit; +} + +.e-pv-total-page-ms { + -ms-transform: translateY(-50%); + margin: 0; + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error), +.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error) { + background-color: transparent; + border: 1px solid #f8f8f8; + height: inherit; + margin-top: 0; + padding: 0 0 0 3px; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) { + background-color: transparent; + border: 1px solid #adadad; + border-radius: 2px; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon { + color: inherit; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + height: inherit; + margin-top: -1px; + padding-bottom: 0; + padding-top: 0; +} + +.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + padding-left: 0; +} + +.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + padding-right: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon { + background-color: transparent; + border-left: 0; + margin-bottom: 0; + margin-left: 0; + margin-top: -0.2px; + padding-right: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control, +.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input { + text-align: center; +} + +.e-pv-zoom-drop-down.e-ddl.e-popup.e-popup-open, +.e-pv-prop-dropdown.e-ddl.e-popup.e-popup-open { + text-align: left; +} + +.e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active +.e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active { + color: #fff; +} + +.e-pv-zoom-drop-down.e-popup.e-popup-open { + min-height: 236px; + min-width: 122px; +} + +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) { + border: 1px solid #ccc; + border-radius: 2px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header, +.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header, +.e-pv-notification-popup.e-dialog .e-dlg-header { + font-size: 18px; + font-weight: normal; + letter-spacing: -0.18px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-notification-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + padding-top: 10px; +} + +.e-pv-password-popup.e-dialog { + height: 202px; + margin: 0 10px; + max-width: 441px; +} + +.e-pv-corrupted-popup.e-dialog { + height: 165px; + margin: 0 10px; + max-width: 380px; +} + +.e-pv-corrupted-popup.e-dialog .e-dlg-header-content, +.e-pv-notification-popup.e-dialog .e-dlg-header-content { + border-bottom: 0; +} + +.e-pv-corrupted-popup.e-dialog .e-footer-content, +.e-pv-notification-popup.e-dialog .e-footer-content { + border-top: 0; +} + +.e-pv-corrupted-popup.e-dialog .e-dlg-content { + padding-bottom: 0; + padding-top: 5px; +} + +.e-pv-password-popup.e-dialog span[id*='_prompt'] { + font-size: 14px; + letter-spacing: -0.16px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header-content { + border-bottom: 0; +} + +.e-pv-password-popup.e-dialog .e-footer-content { + border-top: 0; +} + +.e-pv-password-popup.e-dialog .e-dlg-content { + padding-bottom: 0; + padding-top: 6px; +} + +.e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + max-height: 30px; + padding-bottom: 3px; +} + +.e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-left: 1.5px; +} + +.e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-right: 1.5px; +} + +.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before, +.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before { + transform: 0deg; +} + +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::after, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::before, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::after, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::before, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before { + background: none; +} + +.e-pv-sidebar-container { + background: #f8f8f8; + border-top: 1px solid #ccc; + bottom: 0; + position: absolute; + top: 50px; + transition: transform .3s ease; + transition-duration: 200ms; + transition-timing-function: ease; + width: 250px; + z-index: 100; +} + +.e-pv-main-container { + height: 100%; + overflow: hidden; + position: relative; + width: 100%; +} + +.e-pv-viewer-main-container { + background-color: #e6e6e6; + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container { + min-width: 400px; +} + +.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container { + min-height: 500px; +} + +.e-pv-sidebar-content-container { + border-top: 1px solid #ccc; + display: none; + float: left; + height: calc(100% - 51px); + position: absolute; + transition-duration: 200ms; + transition-timing-function: ease; + width: 202px; +} + +.e-pv-sidebar-content-container.e-thumbnail { + height: 100%; + left: 1px; + position: unset; +} + +.e-pv-sidebar-title-container { + background: #f8f8f8; + height: 50px; + position: absolute; + top: 0; + width: 202px; +} + +.e-pv-sidebar-title { + color: #333; + font-size: 14px; + height: 16px; + margin: 0; + position: absolute; + text-align: left; + top: 15px; +} + +.e-pv-sidebar-title.e-left { + left: 8px; + width: 160px; +} + +.e-pv-sidebar-title.e-right { + right: 8px; +} + +.e-pv-sidebar-toolbar { + background: #f8f8f8; + border: 1px solid #ccc; + border-width: 1px 0 1px 1px; + bottom: 0; + height: calc(100% - 51px); + position: absolute; + width: 47px; + z-index: 100; +} + +.e-pv-sidebar-content { + -webkit-overflow-scrolling: touch; + background: #f8f8f8; + bottom: 0; + overflow: auto; + overflow-x: hidden; + position: absolute; + top: 48px; + width: 202px; + z-index: 103; +} + +.e-pv-sidebar-content.e-thumbnail { + top: 1px; +} + +.e-pv-sidebar-resizer { + background: #eee; + border: 0; + border-width: 0; + color: inherit; + cursor: ew-resize; + height: calc(100%); + position: absolute; + width: 8px; + z-index: 105; +} + +.e-pv-sidebar-content::-webkit-scrollbar { + width: 16px; +} + +.e-pv-sidebar-content::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3); + background: #f8f8f8; + border: 1px solid #ccc; +} + +.e-pv-sidebar-content::-webkit-scrollbar-thumb { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5); + background: #c1c1c1; + background-clip: content-box; + border: 4px solid transparent; + border-radius: 100px; +} + +.e-pv-thumbnail-view-button.e-btn { + background: transparent; + border: none; + border-radius: 4px; + box-shadow: none; + font-weight: 400; + height: 32px; + line-height: 1em; + margin: 8px; + outline: none; + padding: 10px; + width: 32px; +} + +.e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn, +.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn { + background: #e6e6e6; + border: 1px solid #adadad; + border-radius: 4px; + line-height: 1em; + padding: 9px; +} + +.e-pv-bookmark-button.e-btn { + background: transparent; + border: none; + box-shadow: none; + font-weight: 400; + height: 34px; + margin: 8px; + outline: none; + padding: 10px; + width: 34px; +} + +.e-pv-title-close-div.e-btn { + background: transparent; + border: 1px solid transparent; + box-shadow: none; + height: 32px; + left: 170px; + padding: 0 7px 1px 0; + position: absolute; + right: 21px; + top: 5px; + width: 32px; +} + +.e-pv-sidebar-toolbar-splitter { + background: #ccc; + bottom: 0; + height: calc(100% - 50px); + position: absolute; + width: 1px; + z-index: 104; +} + +.e-pv-sidebar-content-splitter { + background: #ccc; + height: 1px; + position: absolute; + top: 47px; + width: 201px; + z-index: 104; +} + +.e-pv-thumbnail-view { + bottom: 0; + height: 50%; + padding: 8px 30px 0; + position: absolute; + top: 0; +} + +.e-pv-thumbnail { + height: 140px; + margin: 0 20px 40px; + width: 100px; +} + +.e-pv-thumbnail-number { + color: #333; + font-family: Roboto; + padding-left: 50px; + padding-right: 50px; + padding-top: 8px; +} + +.e-pv-thumbnail-selection-ring { + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25); + padding: 3px; +} + +.e-pv-thumbnail-image { + background-clip: content-box; + background-color: #fff; + height: 126px; + width: 94px; +} + +.e-pv-thumbnail-hover { + border: 1px solid #d4d4d4; + border-radius: 2px; + box-shadow: 0 0 3px 0 rgba(51, 51, 51, 0.25); + cursor: pointer; + padding: 2px; +} + +.e-pv-thumbnail-focus { + border: 1px solid #adadad; + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25); + cursor: pointer; + padding: 2px; +} + +.e-pv-thumbnail-selection { + border: 2px solid #317ab9; + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(51, 51, 51, 0.25); + cursor: pointer; + padding: 1px; +} + +.e-pv-thumbnail-row { + -ms-flex-wrap: wrap; + display: -ms-flexbox; + display: flex; + flex-wrap: wrap; +} + +.e-pv-thumbnail-row { + display: -ms-flexbox; +} + +.e-pv-thumbnail-column { + -ms-flex: 25%; + flex: 25%; +} + +.e-pv-thumbnail-column img { + display: block; + margin-left: auto; + margin-right: auto; +} + +.e-pv-bookmark-view { + height: 100%; + overflow: auto; + padding-top: 15px; + position: relative; +} + +div > .e-pv-bookmark-icon.e-pv-icon { + float: left; + font-size: 14px; + padding-left: 6px; + padding-right: 18px; +} + +.e-pv-sidebar-bookmark-title { + color: #000 87%; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-bookmark-view::-webkit-scrollbar { + height: 16px; + width: 16px; +} + +.e-pv-bookmark-view::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3); + background: #f8f8f8; + border: 1px solid #ccc; +} + +.e-pv-bookmark-view::-webkit-scrollbar-thumb { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5); + background: #c1c1c1; + background-clip: content-box; + border: 4px solid transparent; + border-radius: 100px; +} + +.e-pv-bookmark-view > .e-ul { + height: inherit; + overflow: unset; +} + +.e-pv-bookmark-view .e-fullrow { + height: 34px; +} + +.e-pv-bookmark-view .e-icon-collapsible::before, +.e-pv-bookmark-view .e-icon-expandable::before { + display: inline-block; + height: 13px; + padding: 7px; + width: 13px; +} + +.e-pv-bookmark-view .e-list-item .e-ul { + padding-left: 32px; +} + +.e-pv-bookmark-view .e-ul { + padding: 0 0 0 16px; +} + +.e-pv-text::selection { + background: #247796; +} + +.e-pv-text .e-pv-maintaincontent { + background: #247796; +} + +.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn, +.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn, +.e-pv-annotation-toolbar .e-dropdown-btn.e-btn, +.e-pv-shapes-toolbar .e-pv-tbar-btn, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #333; +} + +.e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon, +.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon, +.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon { + color: #333; +} + +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item { + height: inherit; +} + +.e-pv-print-popup-container { + height: 100%; + left: 0; + overflow: auto; + position: absolute; + top: 0; + width: 100%; + z-index: 2000; +} + +.e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon { + padding: 0 12px 0 15px; +} + +.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon { + padding: 0 12px 0 15px; +} + +.e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select, +.e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select { + background: #e6e6e6; + border: 1px solid #adadad; + border-radius: 4px; + color: #333; +} + +.e-pv-sidebar-toolbar .e-pv-tbar-btn { + color: #333; +} + +.e-pv-search-bar { + background-color: #f8f8f8; + border: 1px solid #ccc; + border-radius: 4px; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24); + height: 120px; + padding: 26px 21px 24px 21px; + position: absolute; + top: 39px; + width: 400px; + z-index: 100; +} + +.e-pv-search-input { + height: 34px; + width: 282px; +} + +.e-pv-search-input-mobile { + height: 34px; +} + +.e-pv-match-case-container { + margin-top: 13px; +} + +.e-pv-search-btn.e-btn { + background-color: transparent; + border: 0; + box-shadow: none; + height: 24px; + margin-top: -6px; + width: 24px; +} + +.e-pv-search-btn.e-btn:active { + background-color: transparent; +} + +.e-pv-search-bar:not(.e-rtl) .e-pv-prev-search { + margin-left: 11px; +} + +.e-pv-search-bar:not(.e-rtl) .e-pv-next-search { + margin-left: 8px; +} + +.e-pv-search-bar.e-rtl .e-pv-prev-search { + margin-right: 11px; +} + +.e-pv-search-bar.e-rtl .e-pv-next-search { + margin-right: 8px; +} + +.e-pv-search-bar.e-rtl .e-pv-prev-search .e-pv-icon-search { + padding-right: 5px; +} + +.e-pv-notification-popup { + height: 185px; + margin: 0 10px; + max-width: 380px; +} + +.e-pv-notification-popup.e-pv-notification-large-content { + height: 200px; + max-width: 384px; +} + +.e-pv-notification-popup .e-pv-notification-popup-content { + font-size: 14px; +} + +.e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon { + background: transparent; +} + +.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active { + background: #d4d4d4; + color: #333; +} + +.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover { + color: #333; +} + +.e-pv-bookmark-container { + background-color: #fff; + border: 1px solid #ccc; +} + +.e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item { + border-bottom: 1px solid #ccc; + height: 48px; +} + +.e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child { + border-bottom-width: 0; +} + +.e-pv-bookmark-container .e-listview .e-list-text { + -ms-transform: translateY(-50%); + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text { + color: #333; +} + +.e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt { + background-color: transparent; + border-width: 0; + box-shadow: none; +} + +.e-pv-bookmark-container .e-pv-bookmark-view { + padding-top: 0; +} + +.e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul { + padding-left: 0; +} + +.e-pv-annotation-color-icon, +.e-pv-annotation-stroke-icon, +.e-pv-annotation-textcolor-icon { + border-bottom: 2px solid; +} + +.e-pv-annotation-opacity-popup-container, +.e-pv-annotation-thickness-popup-container { + box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26); + height: auto; + min-height: 48px; + padding: 23px; + width: auto; +} + +.e-pv-annotation-opacity-label, +.e-pv-annotation-opacity-indicator, +.e-pv-annotation-thickness-label, +.e-pv-annotation-thickness-indicator { + float: left; + font-family: inherit; + font-size: inherit; +} + +.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + float: left; + height: auto; + margin-left: 9px; + margin-right: 9px; +} + +.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + width: 174px; +} + +.e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + width: 130px; +} + +.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider, +.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider { + height: 16px; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret, +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret, +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret { + font-size: 12px; +} + +.e-pv-annotation-color-container, +.e-pv-annotation-opacity-container, +.e-pv-annotation-stroke-container, +.e-pv-annotation-thickness-container, +.e-pv-annotation-textcolor-container, +.e-pv-annotation-textalign-container, +.e-pv-annotation-textprop-container { + height: 32px; + width: 54px; +} + +.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn { + padding-top: 8px; +} + +.e-pv-shapes-toolbar { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 4px; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow { + margin-bottom: 0; + margin-left: 4px; + margin-right: 4px; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + height: 32px; + width: 32px; +} + +.e-pv-annotation-thickness-slider-container { + margin-top: -6px; +} + +.e-pv-annotation-opacity-icon { + padding-top: 1px; +} + +.e-pv-annotation-color-container.e-btn, +.e-pv-annotation-opacity-container.e-btn, +.e-pv-annotation-stroke-container.e-btn, +.e-pv-annotation-thickness-container.e-btn, +.e-pv-annotation-shapes-container.e-btn, +.e-pv-annotation-calibrate-container.e-btn, +.e-pv-annotation-textcolor-container.e-btn, +.e-pv-annotation-textalign-container.e-btn, +.e-pv-annotation-textprop-container.e-btn, +.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) { + background-color: #f8f8f8; + border-color: transparent; +} + +.e-pv-annotation-color-container.e-btn:hover, +.e-pv-annotation-opacity-container.e-btn:hover, +.e-pv-annotation-stroke-container.e-btn:hover, +.e-pv-annotation-thickness-container.e-btn:hover, +.e-pv-annotation-shapes-container.e-btn:hover, +.e-pv-annotation-calibrate-container.e-btn:hover, +.e-pv-annotation-textcolor-container.e-btn:hover, +.e-pv-annotation-textalign-container.e-btn:hover, +.e-pv-annotation-textprop-container.e-btn:hover, +.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover { + background-color: #e6e6e6; + border-color: #adadad; +} + +.e-pv-annotation-color-container.e-btn:active, +.e-pv-annotation-opacity-container.e-btn:active, +.e-pv-annotation-stroke-container.e-btn:active, +.e-pv-annotation-thickness-container.e-btn:active, +.e-pv-annotation-shapes-container.e-btn:active, +.e-pv-annotation-calibrate-container.e-btn:active, +.e-pv-annotation-textcolor-container.e-btn:active, +.e-pv-annotation-textalign-container.e-btn:active, +.e-pv-annotation-textprop-container.e-btn:active { + background-color: #e6e6e6; + border-color: #adadad; + box-shadow: none; + color: #333; +} + +.e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover), +.e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover) { + background-color: #ddd; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn, +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn, +.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn, +.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn { + line-height: 16px; + padding: 7px 8px; +} + +.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn, +.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn { + height: 36px; + min-width: 36px; +} + +.e-pv-annotation-popup-menu { + background-color: #f8f8f8; + border-color: #ccc; + color: #000; +} + +.e-pv-properties-window { + max-width: 417px; +} + +.e-pv-scale-ratio-window { + max-width: 420px; +} + +.e-pv-line-styles-content, +.e-pv-line-styles-item { + border-bottom-color: #000; +} + +.e-pv-line-styles-container:hover { + background-color: #e6e6e6; +} + +.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn, +.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn { + height: 36px; + line-height: 16px; +} + +.e-pv-properties-window .e-dlg-content { + padding-top: 6px; +} + +.e-pv-scale-ratio-text, +.e-pv-depth-text { + margin-bottom: 8px; +} + +.e-pv-properties-line-start-container, +.e-pv-properties-line-end-container, +.e-pv-properties-line-style-container, +.e-pv-properties-line-thickness-container, +.e-pv-properties-line-fill-color-container, +.e-pv-properties-line-stroke-color-container, +.e-pv-properties-line-leader-length-container { + float: left; + height: 52px; + margin-bottom: 16px; +} + +.e-pv-properties-line-opacity-container { + float: left; + height: auto; +} + +.e-pv-scale-ratio-src-input-container, +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-input-container, +.e-pv-scale-ratio-dest-unit-container, +.e-pv-depth-input-container, +.e-pv-depth-unit-container { + float: left; + height: 24px; +} + +.e-pv-scale-ratio-src-input-container, +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-input-container, +.e-pv-scale-ratio-dest-unit-container { + margin-bottom: 24px; +} + +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-unit-container, +.e-pv-depth-unit-container { + margin-left: 24px; +} + +.e-pv-scale-ratio-src-unit.e-btn, +.e-pv-scale-ratio-dest-unit.e-btn, +.e-pv-depth-unit.e-btn { + padding: 0 12px; +} + +.e-pv-scale-unit-content { + float: left; + width: 33px; +} + +.e-pv-scale-ratio-src-unit .e-caret, +.e-pv-scale-ratio-dest-unit .e-caret, +.e-pv-depth-unit .e-caret { + margin-left: 93px; + margin-top: 12px; +} + +.e-pv-properties-line-opacity { + margin-top: -10px; +} + +.e-pv-properties-line-start-label, +.e-pv-properties-line-end-label, +.e-pv-properties-line-style-label, +.e-pv-properties-line-thickness-label, +.e-pv-properties-line-fill-color-label, +.e-pv-properties-line-stroke-color-label, +.e-pv-properties-line-opacity-label, +.e-pv-properties-line-leader-length-label { + font-size: 14px; + margin-bottom: 8px; +} + +.e-pv-properties-line-end-container, +.e-pv-properties-line-thickness-container { + margin-left: 24px; +} + +.e-pv-properties-line-leader-length-container { + margin-left: 15px; +} + +.e-pv-properties-line-stroke-color-container { + margin-left: 150px; + margin-right: 87px; +} + +.e-pv-properties-line-start, +.e-pv-properties-line-end, +.e-pv-properties-line-style, +.e-pv-properties-line-thickness, +.e-pv-properties-line-opacity, +.e-pv-properties-line-leader-length, +.e-pv-scale-ratio-src-input, +.e-pv-scale-ratio-dest-input, +.e-pv-depth-input { + max-width: 180px; +} + +.e-pv-properties-line-start, +.e-pv-properties-line-end, +.e-pv-properties-line-style, +.e-pv-scale-ratio-src-unit, +.e-pv-scale-ratio-dest-unit, +.e-pv-depth-unit { + width: 180px; +} + +.e-pv-line-styles-container { + line-height: 0; + padding: 17px; +} + +.e-pv-line-styles-item { + border-bottom-width: 2px; + box-sizing: border-box; + display: inline-block; + width: 100%; +} + +.e-pv-line-styles-content { + border-bottom-width: 2px; + display: inline-block; + width: 100%; +} + +.e-pv-properties-line-style-content { + float: left; + line-height: 16px; + width: 44px; +} + +.e-pv-properties-line-start.e-btn, +.e-pv-properties-line-end.e-btn { + height: 32px; + padding: 0 12px; +} + +.e-pv-properties-line-style.e-btn { + height: 32px; + line-height: 0; + padding: 8px; + white-space: pre; +} + +.e-pv-properties-line-start.e-btn .e-caret, +.e-pv-properties-line-end.e-btn .e-caret { + display: inline; + line-height: 16px; + margin-left: 80px; +} + +.e-pv-line-styles-content-container { + float: left; + font-size: 0; + margin-right: 7.5px; + margin-top: 2.5px; + width: 138px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn, +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul { + height: 36px; + width: 72px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn { + padding-top: 2px; +} + +.e-pv-annotation-shape-icon, +.e-pv-annotation-calibrate-icon { + margin-right: 10px; +} + +.e-pv-properties-opacity-indicator { + margin-left: 153px; +} + +.e-pv-annotation-stamp-container .e-menu-parent.e-menu { + border-radius: 2px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret { + line-height: 36px; +} + +.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn { + height: 37px; + line-height: 27px; + margin: 0; + padding: 1px 2.5px; + width: 36px; +} + +.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-top: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container { + width: 105px; +} + +.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus { + padding-left: 1.5px; +} + +.e-bigger .e-pv-password-popup.e-dialog, +.e-pv-mobile-view .e-pv-password-popup.e-dialog { + height: 225px; +} + +.e-bigger .e-pv-notification-popup.e-dialog, +.e-pv-mobile-view .e-pv-notification-popup.e-dialog { + height: 217px; +} + +.e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog, +.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog { + height: 235px; +} + +.e-bigger .e-pv-corrupted-popup.e-dialog, +.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog { + height: 185px; +} + +.e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + padding-top: 0; +} + +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + top: 0; +} + +.e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-right: 12px; +} + +.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard, +.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard { + padding-left: 0; + padding-right: 12px; +} + +.e-pv-sidebar-content-container.e-left { + left: 47px; +} + +.e-pv-sidebar-content-container.e-right { + right: 47px; +} + +.e-pv-sidebar-toolbar-splitter.e-left { + left: 47px; +} + +.e-pv-sidebar-toolbar-splitter.e-right { + right: 47px; +} + +.e-pv-sidebar-resizer.e-left { + left: 202px; +} + +.e-pv-sidebar-resizer.e-right { + right: 202px; +} + +.e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label, +.e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label { + margin-right: 10px; +} + +div > .e-pv-bookmark-icon.e-pv-icon.e-right { + float: left; + font-size: 14px; + padding-left: 1px; + padding-right: 1px; + position: absolute; +} + +.e-bigger .e-pv-properties-window { + max-width: 425px; +} + +.e-bigger .e-pv-scale-ratio-window { + max-width: 435px; +} + +.e-pdfviewer .e-treeview .e-list-item { + white-space: pre-wrap; + word-break: break-word; +} + +.e-pdfviewer .e-treeview .e-list-text { + width: 100%; +} + +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-input, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url { + margin-top: 3px; + position: absolute; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper.e-hide { + display: none; +} + +.e-pdfviewer .e-editable-inline { + padding: 7px 8px 42px; +} + +.e-pv-comment-textbox { + min-height: 22px; +} + +.e-pdfviewer .e-editable-value-wrapper { + color: rgba(51, 51, 51, 0.9); + font-size: 14px; + line-height: normal; + min-height: 22px; + padding: 2px 8px 3px; +} + +.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper { + color: rgba(51, 51, 51, 0.9); + font-size: 14px; + line-height: normal; + min-height: 24px; + padding: 2px 8px 3px 32px; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons { + float: right; + padding-bottom: 7px; + padding-top: 5px; + position: relative; + right: 8px; +} + +.e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons { + float: right; + padding-bottom: 7px; + padding-top: 5px; + position: relative; + right: 8px; +} + +.e-pv-comment-title-container { + height: 36px; +} + +.e-pv-reply-title-container { + height: 36px; +} + +.e-pv-more-options-button.e-btn { + background: transparent; + border: none; + border-radius: 4px; + box-shadow: none; + float: right; + padding: 1px 7px 1px 1px; +} + +.e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary, +.e-pdfviewer .e-editable-inline .e-btn.e-outline { + border-color: transparent; +} + +.e-pdfviewer .e-editable-inline .e-editable-form { + margin-bottom: 1px; +} + +.e-pdfviewer .e-editable-inline .e-clear-icon { + padding-right: 2px; +} + +.e-pdfviewer .e-btn-cancel { + font-size: 14px; + padding-left: 5px; + padding-right: 5px; +} + +.e-pdfviewer .e-btn-save { + font-size: 14px; + margin-right: 12px; + padding-left: 7px; + padding-right: 7px; +} + +.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled { + background-color: #e6e6e6; + border-radius: 2px; + color: rgba(51, 51, 51, 0.6); +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + box-shadow: 0 0 0 8px #f8f8f8 inset; + padding: 8px; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header { + line-height: 32px; + min-height: 32px; +} + +.e-pv-comment-panel { + background-color: #f8f8f8; + border: 1px solid #ccc; + border-width: 1px 1px 0; + opacity: 1; + overflow: hidden; + position: absolute; + top: 57px; + width: 300px; + z-index: 100; +} + +.e-pv-comment-panel-title-container { + background-color: #f8f8f8; + border-color: #adadad; + border-style: double; + border-width: 0 1px 1px 0; + height: 45px; + position: relative; +} + +.e-pv-comment-panel-title { + color: rgba(51, 51, 51, 0.9); + font-size: 14px; + left: 15px; + position: absolute; + text-align: left; + top: 14px; +} + +.e-pv-comment-panel-title-close-div.e-btn { + background: transparent; + border: 1px solid transparent; + box-shadow: none; + height: 32px; + position: absolute; + right: 11px; + top: 5px; + width: 32px; +} + +.e-pv-title-close-icon { + color: rgba(51, 51, 51, 0.6); +} + +.e-pv-comments-panel-text { + font-size: 15px; + padding-left: 85px; +} + +.e-pv-comments-content-container { + background-color: #fff; + border-color: #adadad; + border-style: double; + border-width: 0 1px 1px 0; + height: calc(100% - 45px); + overflow: auto; +} + +.e-pv-comments-container { + background-color: #f8f8f8; + border-radius: 2px; + left: 7px; + right: 7px; +} + +.e-pv-comments-border { + border: 2px; + border-color: #adadad; + border-radius: 4px; + border-style: groove; +} + +.e-pv-comment-title { + color: rgba(51, 51, 51, 0.6); + font-size: 14px; + max-width: 237px; + padding-left: 32px; + padding-top: 8px; + position: absolute; +} + +.e-pv-reply-title { + color: rgba(51, 51, 51, 0.6); + font-size: 14px; + max-width: 212px; + padding-left: 8px; + padding-top: 8px; + position: absolute; +} + +.e-pv-comments-hover { + background-color: #f5f5f5; +} + +.e-pv-comments-select { + background-color: #e6e6e6; +} + +.e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper { + color: rgba(51, 51, 51, 0.9); +} + +.e-pv-comments-leave { + background-color: #f8f8f8; +} + +.e-pdfviewer .e-accordion { + background-color: #fff; + border: transparent; +} + +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp { + border: 0; + display: block; +} + +.e-menu-icon.e-pv-stamp-icon.e-pv-icon { + padding-left: 7px; +} + +.e-pdfviewer .e-inplaceeditor { + display: block; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + display: none; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + border-bottom: 0; + word-break: break-all; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper { + display: block; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover { + background: transparent; +} + +.e-pv-status-div { + height: 20px; + left: 8px; + position: relative; + width: 20px; +} + +.e-pv-status-container { + padding-bottom: 5px; + padding-top: 2px; +} + +.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus { + caret-color: #3150b9; +} + +.e-pv-reply-div { + margin-top: 3px; +} + +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header { + background: #f8f8f8; + border: #adadad; +} + +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: rgba(51, 51, 51, 0.6); + font-size: 14px; +} + +.e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer { + background-size: 100%; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + line-height: normal; +} + +.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper { + margin-top: 10px; +} + +.e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn { + float: left; +} + +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-left-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active { + background: #bdbdbd; + border-color: #bdbdbd; +} + +.e-pv-comment-panel-resizer { + background: #eee; + border: 0; + border-width: 0; + color: inherit; + cursor: ew-resize; + height: calc(100%); + position: absolute; + width: 8px; + z-index: 105; +} + +.e-pv-comment-panel-resizer.e-left { + left: 300px; +} + +.e-pv-comment-panel-resizer.e-right { + right: 300px; +} + +/*! component icons */ +.e-time-wrapper .e-time-icon.e-icons::before, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before { + content: '\e93e'; +} + +.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-time-wrapper, +.e-control-wrapper.e-time-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons { + font-size: 16px; +} + +.e-time-wrapper .e-time-icon.e-icons.e-disabled, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled { + pointer-events: none; +} + +.e-time-wrapper span, +.e-control-wrapper.e-time-wrapper span { + cursor: pointer; +} + +.e-timepicker.e-time-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-timepicker.e-popup { + border-style: solid; + border-width: 1px; + overflow: auto; +} + +.e-timepicker.e-popup .e-content { + position: relative; +} + +.e-timepicker.e-popup .e-list-parent.e-ul { + margin: 0; + padding: 0 0; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + cursor: default; + font-size: 14px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover { + cursor: pointer; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + line-height: 26px; + text-indent: 20px; +} + +.e-bigger .e-time-wrapper .e-time-icon.e-icons, +.e-bigger.e-time-wrapper .e-time-icon.e-icons, +.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons { + font-size: 16px; +} + +.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul, +.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul { + padding: 0 0; +} + +.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 15px; + line-height: 40px; + text-indent: 20px; +} + +.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 13px; + line-height: 22px; + text-indent: 12px; +} + +.e-small .e-time-wrapper .e-time-icon.e-icons, +.e-small.e-time-wrapper .e-time-icon.e-icons, +.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons { + font-size: 14px; +} + +.e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 34px; + text-indent: 20px; +} + +.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons, +.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons, +.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons { + font-size: 18px; +} + +.e-content-placeholder.e-timepicker.e-placeholder-timepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker, +.e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker { + background-size: 250px 40px; + min-height: 40px; +} + +.e-time-overflow { + overflow: hidden; +} + +.e-timepicker-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open { + left: 0 !important; + position: relative; + top: 0 !important; +} + +/*! timepicker theme */ +.e-time-wrapper .e-input-group-icon.e-icons.e-active { + color: #333; +} + +.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #333; +} + +.e-timepicker.e-popup { + border: 1px solid #ccc; + border-radius: 4px; + box-shadow: 0 6px 12px rgba(51, 51, 51, 0.175); +} + +.e-timepicker.e-popup .e-list-parent.e-ul { + background-color: #fff; +} + +.e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item { + border: none; + color: #333; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled { + color: rgba(85, 85, 85, 0.65); + opacity: 1; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus { + background-color: #f5f5f5; + border: none; + color: #333; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active { + background-color: #317ab9; + color: #fff; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover { + background-color: #f5f5f5; + color: #333; +} + +.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + color: #333; +} + +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +/*! field-list component icons */ +.e-pivotfieldlist .e-select-table::before { + content: '\e434'; +} + +.e-pivot-formatting-dialog .e-format-delete-icon::before { + content: '\ea7f'; +} + +.e-pivot-formatting-dialog .e-add-icon::before { + content: '\e823'; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before { + content: '\e35c'; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before { + content: '\e35f'; +} + +.e-level-options .e-selected-level-icon::before { + content: '\e614'; +} + +.e-pivot-calc-dialog-div .e-drag::before { + content: '\e330'; +} + +.e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before { + content: '\e607'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before { + content: '\e7a3'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before { + content: '\e944'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before { + content: '\e22f'; +} + +.e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before { + content: '\ea76' !important; +} + +.e-pivot-calc-dialog-div .e-measure-icon::before { + content: '\ea76' !important; +} + +.e-pivot-calc-dialog-div .e-folderCDB-icon::before { + content: '\e60b' !important; +} + +.e-pivot-calc-dialog-div .e-folderCDB-open-icon::before { + content: '\e609' !important; +} + +.e-pivot-calc-dialog-div .e-dimensionCDB-icon::before { + content: '\e65b' !important; +} + +.e-pivot-calc-dialog-div .e-kpiCDB-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiGoal-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiStatus-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiTrend-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiValue-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-namedSetCDB-icon::before { + content: '\e65d' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before { + content: '\e663' !important; +} + +.e-pivot-calc-dialog-div .e-attributeCDB-icon::before { + content: '\e65c' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before { + content: '\e65a' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before { + content: '\e65a' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before { + content: '\e662' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before { + content: '\e65e' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before { + content: '\e660' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before { + content: '\e661' !important; +} + +.e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before { + content: '\e729' !important; +} + +.e-pivot-calc-dialog-div .e-calc-measure-icon::before { + content: '\ea76' !important; +} + +.e-pivot-calc-dialog-div .e-calc-dimension-icon::before { + content: '\e65b' !important; +} + +.e-pivot-calc-dialog-div .e-sort-none::before { + content: '\e666' !important; +} + +.e-pivot-calc-dialog-div .e-sort-ascend::before { + content: '\e667' !important; +} + +.e-pivot-calc-dialog-div .e-sort-descend::before { + content: '\e665' !important; +} + +.e-pivotfieldlist-wrapper .e-field-list-back-icon::before { + content: '\e977'; +} + +.e-pivotfieldlist-wrapper .e-sort::before { + content: '\ea79'; +} + +.e-pivotfieldlist-wrapper .e-pv-filter::before { + content: '\ebb0'; +} + +.e-pivotfieldlist-wrapper .e-pv-filtered::before { + color: #317ab9; + content: '\ebb2'; +} + +.e-pivotfieldlist-wrapper .e-drag::before { + content: '\e330'; +} + +.e-pivotfieldlist-wrapper .e-add-icon::before { + content: '\e823'; +} + +.e-pivotfieldlist-wrapper .e-remove::before { + content: '\ea7b'; +} + +.e-pivotfieldlist-wrapper .e-axis-rows::before { + content: '\ea75'; +} + +.e-pivotfieldlist-wrapper .e-axis-columns::before { + content: '\ea74'; +} + +.e-pivotfieldlist-wrapper .e-axis-values::before { + content: '\ea76'; +} + +.e-pivotfieldlist-wrapper .e-axis-filters::before { + content: '\ebb0'; +} + +.e-pivotfieldlist-wrapper .e-selected-option-icon::before { + content: '\ea84'; +} + +.e-pivotfieldlist-wrapper .e-clear-filter-icon::before { + content: '\ebab'; +} + +.e-pivotfieldlist-wrapper .e-dropdown-icon::before { + content: '\e95d'; +} + +.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before { + content: '\ea76' !important; +} + +.e-pivotfieldlist-wrapper .e-measure-icon::before { + content: '\ea76' !important; +} + +.e-pivotfieldlist-wrapper .e-folderCDB-icon::before { + content: '\e60b' !important; +} + +.e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before { + content: '\e609' !important; +} + +.e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before { + content: '\e65b' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiCDB-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiGoal-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiStatus-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiTrend-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiValue-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before { + content: '\e65d' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before { + content: '\e663' !important; +} + +.e-pivotfieldlist-wrapper .e-attributeCDB-icon::before { + content: '\e65c' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before { + content: '\e65a' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before { + content: '\e65a' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before { + content: '\e662' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before { + content: '\e65e' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before { + content: '\e660' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before { + content: '\e661' !important; +} + +.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before { + content: '\e729' !important; +} + +.e-pivotfieldlist-wrapper .e-calc-measure-icon::before { + content: '\ea76' !important; +} + +.e-pivotfieldlist-wrapper .e-calc-dimension-icon::before { + content: '\e65b' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-none::before { + content: '\e666' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-ascend::before { + content: '\e667' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-descend::before { + content: '\e665' !important; +} + +/*! field-list theme */ +.e-pivotfieldlist .e-disable { + display: none; +} + +.e-pivotfieldlist .e-hide { + visibility: hidden; +} + +.e-pivot-formatting-dialog { + max-height: 480px !important; + min-width: 625px !important; + width: 625px !important; +} + +.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td { + padding-bottom: 10px; +} + +.e-pivot-formatting-dialog .e-format-delete-icon { + font-weight: normal; +} + +.e-pivot-formatting-dialog .e-format-delete-icon:hover { + font-weight: 600; +} + +.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td { + padding-bottom: 14px; + padding-right: 18px; +} + +.e-pivot-formatting-dialog .e-format-value-span { + vertical-align: bottom; +} + +.e-pivot-formatting-dialog .e-format-value1, +.e-pivot-formatting-dialog .e-format-value2, +.e-pivot-formatting-dialog .e-format-value-span { + margin-right: 10px; +} + +.e-pivot-formatting-dialog .e-format-color-picker { + margin-right: 18px; +} + +.e-pivot-formatting-dialog .e-format-inner-div { + padding-left: 14px; + padding-top: 14px; +} + +.e-pivot-formatting-dialog .e-format-outer-div { + background-color: #fff; + border: 1px solid #e6e6e6; + border-radius: 0; + margin-bottom: 14px; +} + +.e-pivot-formatting-dialog .e-format-condition-button { + float: left; +} + +.e-pivot-formatting-dialog .e-format-delete-button { + background-color: transparent; + border-color: transparent; + float: right; + padding-right: 12px; + padding-top: 12px; +} + +.e-pivot-formatting-dialog .e-format-delete-button:hover, +.e-pivot-formatting-dialog .e-format-delete-button:focus, +.e-pivot-formatting-dialog .e-format-delete-button:active { + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-pivot-formatting-dialog .e-format-delete-icon { + font-size: 10px; +} + +.e-pivot-formatting-dialog .e-format-label, +.e-pivot-formatting-dialog .e-format-value-label { + color: #333; + font-size: 13px; + font-weight: 600; + opacity: 1; +} + +.e-pivot-formatting-dialog .e-format-value-preview { + border: 1px solid #e6e6e6; + border-radius: 0; + height: 28px; + margin: 0 !important; + padding-left: 6px; + padding-top: 6px; + width: 80px; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color { + background: none; + margin: 0 2px; + width: 14px; +} + +.e-pivot-formatting-dialog .e-split-preview, +.e-pivot-formatting-dialog .e-tip-transparent { + border: 1px solid #e6e6e6; + border-radius: 0 !important; + height: 40%; + left: -3px; + position: absolute; + top: 16px; + width: 150%; +} + +.e-pivot-formatting-dialog.e-device { + min-width: 320px !important; + width: 100% !important; +} + +.e-pivot-formatting-dialog.e-device .e-format-value1, +.e-pivot-formatting-dialog.e-device .e-format-value2, +.e-pivot-formatting-dialog.e-device .e-format-value-span { + margin-right: 2px; +} + +.e-pivot-formatting-dialog.e-device .e-format-color-picker { + width: 33%; +} + +.e-pivot-formatting-dialog.e-device .e-format-delete-button { + font-size: 12px; + padding-right: 16px; + padding-top: 16px; +} + +.e-pivot-formatting-dialog.e-device .e-format-apply-button, +.e-pivot-formatting-dialog.e-device .e-format-cancel-button { + max-width: 40%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-condition-button { + float: right; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-condition-button .e-add-icon { + margin-left: auto; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-inner-div { + padding-left: 0; + padding-right: 14px; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-delete-button { + float: left; + padding-left: 12px; +} + +.e-bigger.e-pivot-formatting-dialog, +.e-bigger .e-pivot-formatting-dialog, +.e-bigger.e-pivot-formatting-dialog, +.e-bigger .e-pivot-formatting-dialog { + min-width: 670px !important; + width: 670px !important; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-label, +.e-bigger.e-pivot-formatting-dialog .e-format-value-label, +.e-bigger .e-pivot-formatting-dialog .e-format-label, +.e-bigger .e-pivot-formatting-dialog .e-format-value-label, +.e-bigger.e-pivot-formatting-dialog .e-format-label, +.e-bigger.e-pivot-formatting-dialog .e-format-value-label, +.e-bigger .e-pivot-formatting-dialog .e-format-label, +.e-bigger .e-pivot-formatting-dialog .e-format-value-label { + font-size: 14px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-value1, .e-bigger.e-pivot-formatting-dialog .e-format-value2, +.e-bigger .e-pivot-formatting-dialog .e-format-value1, +.e-bigger .e-pivot-formatting-dialog .e-format-value2, +.e-bigger.e-pivot-formatting-dialog .e-format-value1, +.e-bigger.e-pivot-formatting-dialog .e-format-value2, +.e-bigger .e-pivot-formatting-dialog .e-format-value1, +.e-bigger .e-pivot-formatting-dialog .e-format-value2 { + margin-bottom: 3px !important; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger .e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger.e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger .e-pivot-formatting-dialog .e-format-inner-div { + padding-left: 16px; + padding-top: 16px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger .e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger.e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger .e-pivot-formatting-dialog .e-format-outer-div { + margin-bottom: 16px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td { + padding-bottom: 12px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td { + padding-bottom: 16px; + padding-right: 20px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger.e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog .e-format-color-picker { + margin-right: 20px; +} + +.e-bigger.e-pivot-formatting-dialog.e-device, +.e-bigger .e-pivot-formatting-dialog.e-device, +.e-bigger.e-pivot-formatting-dialog.e-device, +.e-bigger .e-pivot-formatting-dialog.e-device { + min-width: 320px !important; + width: 100% !important; +} + +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker { + width: 33%; +} + +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button { + font-size: 12px; + padding-right: 16px; + padding-top: 16px; +} + +.e-pivot-calc-dialog-div { + min-width: 290px; +} + +.e-pivot-calc-dialog-div.e-dialog { + max-height: 500px !important; +} + +.e-pivot-calc-dialog-div .e-dlg-header-content, +.e-pivot-calc-dialog-div .e-footer-content { + border: 0; +} + +.e-pivot-calc-dialog-div .e-dlg-content { + padding-bottom: auto; +} + +.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-pivot-calc-dialog-div .e-olap-format-title, +.e-pivot-calc-dialog-div .e-olap-member-title { + color: #333; + font-size: 13px; + margin-top: 15px; + overflow: hidden; + padding: 4px; + padding-bottom: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivot-calc-dialog-div .e-treeview .e-sibling { + display: none; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-selected { + opacity: .5; +} + +.e-pivot-calc-dialog-div .e-treeview ul { + overflow: hidden; +} + +.e-pivot-calc-dialog-div .e-treeview ul li { + padding: 0; +} + +.e-pivot-calc-dialog-div .e-treeview ul li .e-list-text { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon { + color: #333; + margin: 0; +} + +.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow { + cursor: default; +} + +.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content { + height: 36px; + margin-left: -10px; + padding: 0; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons { + cursor: pointer; + font-size: 12px; + height: 24px; + opacity: 1; + padding: 2px 4px 4px; + pointer-events: auto; + width: 24px; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons { + color: #bdbdbd; + cursor: move; + display: inline-block; + font-size: 14px; + height: 24px; + margin-right: 4px; + margin-top: 4px; + padding: 5px; + pointer-events: auto; + width: 24px; +} + +.e-pivot-calc-dialog-div .e-dlg-header { + font-size: 18px; + font-weight: 500; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 74%; +} + +.e-pivot-calc-dialog-div .e-contextmenu { + background-color: #fff; + border-radius: 4px; +} + +.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item { + color: #333; + font-size: 14x; + height: 48px; + opacity: .87; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons { + font-size: 14px; + height: 24px; + padding: 5px; + width: 24px; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul { + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li { + margin-left: 0; + margin-right: -40px; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li .e-text-content { + padding: 0 24px 0 0; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-webkit-input-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-moz-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-moz-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-ms-input-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-formula { + background-color: #fff; + border: 1px solid #e6e6e6; + border-radius: 4px; + color: #333; + font-size: 12px; + height: 70px; + margin-top: 5px; + padding: 5px 10px; + resize: none; + width: 100%; +} + +.e-pivot-calc-dialog-div .e-pivot-formula.e-copy-drop { + cursor: copy; +} + +.e-pivot-calc-dialog-div .e-list-parent .e-list-text { + margin-bottom: 8px; + min-width: 100px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 75%; +} + +.e-pivot-calc-dialog-div .e-pivot-treeview-outer { + background-color: #fff; + border: 1px solid #e6e6e6; + border-radius: 4px; + height: 120px; + margin-top: 5px; + overflow: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div { + min-width: 550px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div { + display: -ms-flexbox; + display: flex; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div { + height: 450px; + width: 50%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer { + height: 100%; + margin-top: 0; + overflow: hidden; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div { + display: inline-block; + height: 421px; + overflow: auto; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow { + cursor: move; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-text { + margin-bottom: 0; + overflow: unset; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item .e-text-content { + height: 30px; + margin: 0; + padding: 0 0 0 24px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon { + cursor: auto; + font-size: 14px; + width: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edit { + cursor: pointer; + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edited { + cursor: pointer; + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons { + padding: 0; + height: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-item .e-text-content { + padding: 0 24px 0 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title { + color: #333; + -ms-flex: auto; + flex: auto; + margin-top: 0; + padding-bottom: 4px; + padding-left: 15px; + padding-right: 15px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper { + background-color: #eee; + color: #333; + display: -ms-flexbox; + display: flex; + font-size: 13px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info { + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info:hover { + color: #317ab9; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div { + -ms-flex: auto; + flex: auto; + margin-left: 18px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula { + height: 100px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-calc-custom-format-div { + margin-top: 15px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-hierarchy-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-format-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-member-title { + padding-left: 0; + padding-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title { + margin-top: 0; + padding-top: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog { + max-height: 700px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog .e-calc-clear-btn { + float: left; + margin: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 0; + margin-right: 18px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl.e-dialog .e-calc-clear-btn { + float: right; +} + +.e-bigger.e-pivot-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div, +.e-bigger.e-pivot-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div { + min-width: 310px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title { + font-size: 14px; + padding: 6px; + padding-bottom: 0; +} + +.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li { + padding: 2px 0; +} + +.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons { + font-size: 16px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula { + font-size: 13px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-footer-content, +.e-bigger .e-pivot-calc-dialog-div .e-footer-content, +.e-bigger.e-pivot-calc-dialog-div .e-footer-content, +.e-bigger .e-pivot-calc-dialog-div .e-footer-content { + padding-right: auto; + padding-top: auto; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div { + min-width: 580px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div { + height: 495px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div { + height: 463px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title { + padding-bottom: 6px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper { + font-size: 14px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon { + font-size: 16px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 24px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 0; + margin-right: 24px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog, +.e-pivotfieldlist-wrapper .e-member-editor-dialog, +.e-pivotfieldlist-wrapper .e-value-field-settings { + border-radius: 0; + width: auto; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content { + border-radius: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content { + border: 0; + font-weight: normal; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content { + border-top: 1px solid #e6e6e6; + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-top: 15px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button { + float: left; + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content { + overflow: hidden; + padding: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper { + background-color: #f8f8f8; + padding: 15px 10px 16px 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label { + color: #333; + font: 500 13px Helvetica; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content { + padding: 0 20px 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 13px; + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title { + -ms-flex: none; + flex: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + -ms-flex: auto; + flex: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text { + font-size: 13px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper { + padding: 0 20px 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt { + padding: 25px 20px; + text-align: center; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + display: inline-block; + height: 150px; + max-width: 400px; + overflow: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: -35px; + overflow: hidden; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon { + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable { + display: none !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper { + border: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon { + height: 14px; + min-width: 14px; + width: 14px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before { + font-size: 14px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 134px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter { + height: 234px; + overflow: auto; + padding: 20px; + padding-bottom: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 13px; + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 8px 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter .e-editor-label-wrapper { + padding: 15px 10px 12px 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-member-editor-wrapper ul { + margin-left: 0; + margin-right: -35px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button { + float: right; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop { + margin: 0 5px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled { + opacity: .5; + pointer-events: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-member-editor-dialog { + max-width: 400px; +} + +.e-pivotfieldlist-wrapper .e-value-field-settings { + max-width: 400px; + min-width: 300px; +} + +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content { + overflow: auto; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 200px; +} + +.e-field-list-tree.e-drag-item.e-treeview, +.e-pivot-calc.e-drag-item.e-treeview { + background-color: #fff; + border: 1px solid #e6e6e6; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12); + height: 28px; + min-width: 100px; + padding: 5px 10px; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content { + padding: 0; + text-align: center; + width: 100%; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text { + color: #333; + font-size: 14px; + line-height: 1em; + width: 100%; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons, +.e-field-list-tree.e-drag-item.e-treeview .e-checkbox-wrapper, +.e-field-list-tree.e-drag-item.e-treeview .e-list-icon, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content > .e-icons, +.e-pivot-calc.e-drag-item.e-treeview .e-checkbox-wrapper, +.e-pivot-calc.e-drag-item.e-treeview .e-list-icon { + display: none; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-rtl .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content { + padding-right: 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content { + padding-left: 24px; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text { + padding: 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop { + display: inline-block !important; + line-height: 0em; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before { + float: left; + font-size: 14px; + padding: 5px 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content { + padding-left: 0; + padding-right: 24px; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons { + transform: rotateY(180deg); +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview { + height: 36px; + padding: 6px 12px; +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text { + line-height: 1.5em; +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before { + padding: 4px; +} + +.e-button-drag-clone { + background-color: #fff !important; + border: 1px solid #e6e6e6; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12); + color: #333; + font-size: 14px; + height: 28px; + line-height: 1.0em; + min-width: 100px; + overflow: hidden; + padding: 5px 10px; + text-align: center; + width: auto; + z-index: 100000; +} + +.e-button-drag-clone .e-text-content { + width: 100%; +} + +.e-bigger .e-button-drag-clone, +.e-bigger.e-button-drag-clone, +.e-bigger .e-button-drag-clone, +.e-bigger.e-button-drag-clone { + height: 36px !important; + line-height: 1.5em; + padding: 6px 12px; +} + +.e-pivot-error-dialog { + max-width: 400px; + width: auto; +} + +.e-pivot-error-dialog .e-dlg-header-content, +.e-pivot-error-dialog .e-footer-content { + border: 0; +} + +.e-pivot-error-dialog .e-dlg-header { + font-weight: bold; + opacity: 1; +} + +.e-pivot-error-dialog .e-dlg-content { + font-weight: normal; + opacity: 1; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 133px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small { + font-size: 14px; + top: 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 99px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter { + height: 213px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 10px 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper { + padding-top: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text { + font-size: 14px; +} + +/*! field-list theme */ +.e-pivotfieldlist .e-select-table { + background-color: #f5f5f5; + border: 0.5px solid #ccc; + box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12); + color: rgba(51, 51, 51, 0.54); + font-size: 20px; + height: 38px; + max-height: 38px; + max-width: 38px; + min-height: 38px; + min-width: 38px; + padding: 10px; + position: relative; + width: 38px; + z-index: 1000; +} + +.e-pivotfieldlist .e-select-table.e-fieldlist-left { + box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12); +} + +.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active { + background-color: #999; +} + +.e-pivotfieldlist .e-select-table:hover { + background-color: #999; +} + +.e-bigger .e-pivotfieldlist .e-select-table, +.e-bigger.e-pivotfieldlist .e-select-table, +.e-bigger .e-pivotfieldlist .e-select-table, +.e-bigger.e-pivotfieldlist .e-select-table { + font-size: 20px; + height: 40px; + max-height: 40px; + max-width: 40px; + min-height: 40px; + min-width: 40px; +} + +.e-pivotfieldlist-wrapper { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + max-width: 700px; + min-width: 300px; +} + +.e-pivotfieldlist-wrapper .e-layout-footer { + padding: 10px 2px 2px; + text-align: right; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button { + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button, +.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout { + max-width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout { + max-width: 45%; +} + +.e-pivotfieldlist-wrapper .e-checkbox-layout { + float: left; + margin-top: 6px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer { + text-align: left; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-dialog { + max-height: 550px !important; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-layout-footer { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-checkbox-layout { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-button-layout { + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-footer-content { + border: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-title { + display: -ms-flexbox; + display: flex; + font-size: 18px; + min-height: 25px; + padding: 0 2px 20px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-title .e-title-content { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-title-header { + display: -ms-flexbox; + display: flex; + padding: 2px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-title-header .e-title-content { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container { + display: -ms-flexbox; + display: flex; + height: 342px; + padding: 1px; + position: relative; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table { + border: 1px solid #e6e6e6; + border-radius: 0; + display: inline-block; + overflow: hidden; + width: 30%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree .e-sibling { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list { + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header { + background-color: #eee; + color: #333; + font-size: 13px; + font-weight: normal; + height: 28px; + overflow: hidden; + padding: 7px 0 0 15px; + text-align: left; + text-overflow: ellipsis; + word-break: break-all; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper { + background-color: #eee; + color: #333; + display: -ms-flexbox; + display: flex; + padding-right: 15px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend { + color: #555; + cursor: pointer; + font-size: 14px; + height: 20px; + padding: 7px 0 0 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none.e-selected::before, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend.e-selected::before, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend.e-selected::before { + color: #317ab9; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:hover { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:focus { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree-outer-div { + display: inline-block; + height: 310px; + overflow: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list { + display: inline-table; + height: 100%; + padding-left: 2px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul { + overflow: hidden; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li { + margin-left: -40px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow { + cursor: default; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-drag { + color: #bdbdbd; + cursor: move; + display: inline-block; + font-size: 14px; + height: 20px; + margin-bottom: 2px; + margin-right: 6px; + pointer-events: all; + text-align: center; + vertical-align: bottom; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-icon { + color: #333; + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-selected { + opacity: .5; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-selected-node { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-text { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon { + font-size: 14px; + height: auto; + width: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table.e-olap-field-table { + width: 40%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table { + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 70%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 8px; + width: 50%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + background-color: #fff; + border: 1px solid #e6e6e6; + border-radius: 0; + fill: #fff; + font-weight: normal; + min-height: 165px; + position: relative; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper { + background-color: #eee; + border-bottom: 1px solid #e6e6e6; + color: #333; + display: -ms-flexbox; + display: flex; + height: 28px; + padding: 2px 15px 5px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + height: 20px; + padding-top: 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters { + color: #555; + font-size: 14px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header { + -ms-flex: auto; + flex: auto; + font-size: 13px; + line-height: 1.5em; + margin-top: 2px; + padding: 0 8px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + cursor: default; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content.e-drag-restrict { + cursor: no-drop; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator { + display: block; + pointer-events: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover { + border-top: 2px dashed #999; + margin-top: -2px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover { + position: absolute; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button { + background-color: #fff; + border-bottom: 1px solid #d4d4d4; + border-left: 0; + border-radius: 0; + border-right: 0; + border-top: 0; + box-shadow: none; + cursor: default; + display: -ms-flexbox; + display: flex; + font-weight: normal; + height: 32px; + line-height: 1em; + padding: 9px 12px; + text-transform: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected { + color: #333; + opacity: .5; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover { + background-color: #f9f9f9; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content { + background-color: transparent; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active { + background-color: #e6e6e6; + color: #333; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content { + background-color: transparent; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon { + color: #333; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content { + background-color: transparent; + -ms-flex: auto; + flex: auto; + font-size: 13px; + height: 16px; + line-height: 1em; + overflow: hidden; + padding: 0 8px; + text-align: left; + text-overflow: ellipsis; + width: 70%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable { + height: 20px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag { + color: #bdbdbd; + cursor: move; + font-size: 14px; + height: 20px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + color: #333; + cursor: pointer; + display: inline-block; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover { + color: #333; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content { + text-align: right; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon { + padding-left: 0; + padding-right: 4px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort { + height: -webkit-fit-content; + height: fit-content; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + height: 133px; + overflow: auto; + scroll-behavior: smooth; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt { + bottom: 32%; + color: #e6e6e6; + font-size: 12px; + height: 25px; + pointer-events: none; + position: absolute; + text-align: center; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 8px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table.e-olap-axis-table { + width: 60%; +} + +.e-pivotfieldlist-wrapper .e-calculated-field { + color: #333; + font-size: 13px; + font-weight: bold; + max-width: 160px; + min-width: 145px; +} + +.e-pivotfieldlist-wrapper .e-calculated-field.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list { + padding-left: 0; + padding-right: 2px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li { + margin-left: 0; + margin-right: -40px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-list-text { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-drag { + margin-left: 6px !important; + margin-right: 0 !important; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-level-members, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-measure-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header { + padding-left: 0; + padding-right: 15px; + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper { + padding-left: 15px; + padding-right: 0; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend { + padding: 7px 4px 0 0; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields { + padding-left: 0; + padding-right: 8px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header { + float: right; +} + +.e-pivotfieldlist-wrapper.e-static { + background-color: #fff; + border: 1px solid #e6e6e6; + max-height: 700px; + padding: 10px; + position: relative; +} + +.e-pivotfieldlist-wrapper.e-static .e-title-content { + color: #333; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container { + display: inline-block; + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table { + height: 210px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div { + height: 175px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-div { + display: none; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title { + color: #333; + font-size: 13px; + height: 25px; + margin-top: 5px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table { + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 8px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 8px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + padding-top: 4px; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title { + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields { + padding-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-device { + height: 100%; + max-height: 100% !important; + max-width: 100% !important; + min-height: 500px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content { + background-color: #eee; + color: #333; + font-size: 14px; + height: 48px; + padding-bottom: 9px; + padding-top: 9px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content { + background-color: transparent; + color: #333; +} + +.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper.e-device .e-title-mobile-content { + margin-top: 5px; +} + +.e-pivotfieldlist-wrapper.e-device .e-field-list-back-icon { + color: #333; + font-size: 16px; + height: 24px; + margin-left: 0; + margin-right: 12px; + padding-top: 7px; + text-align: center; + width: 24px; +} + +.e-pivotfieldlist-wrapper.e-device .e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container { + height: 100%; + position: relative; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header { + background-color: #eee; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header .e-toolbar-item .e-tab-wrap { + border: 0; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content { + display: initial; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values { + display: inline-block; + height: 100%; + min-height: 250px; + padding-top: 20px; + position: relative; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content { + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div { + display: -ms-grid; + display: grid; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-drop-indicator { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button { + border: 1px solid #d4d4d4; + border-left: 0; + border-radius: 0; + border-right: 0; + border-top: 0; + border-width: 1px 0; + box-shadow: none; + display: -ms-flexbox; + display: flex; + font-size: 14px; + font-weight: normal; + height: 36px; + line-height: normal; + padding: 9px 16px; + text-transform: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-list-selected { + opacity: .5; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-content { + -ms-flex: auto; + flex: auto; + font-size: 14px; + height: 100%; + margin-top: -2px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; + width: 70%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-drag { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + color: #333; + cursor: pointer; + display: inline-block; + font-size: 16px; + height: 24px; + padding-left: 10px; + width: 24px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover { + color: #333; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort { + height: -webkit-fit-content; + height: fit-content; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove { + display: inline-block; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-content { + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon { + padding-left: 0; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content { + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-draggable-prompt { + border: 1px dashed #eee; + color: #eee; + font-size: 14px; + height: 200px; + left: 15%; + line-height: 200px; + pointer-events: none; + position: absolute; + text-align: center; + top: 25%; + vertical-align: middle; + width: 70%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula { + background-color: #fff; + border: 1px solid #e6e6e6; + border-radius: 4px; + color: #333; + height: 200px; + margin-left: 20px; + margin-right: 20px; + margin-top: 25px; + padding: 2px 3px; + resize: none; + width: 90%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-olap-calc-custom-format-div { + margin-left: 20px; + margin-right: 20px; + margin-top: 20px; + width: 90% !important; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion { + margin-top: 20px; + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame { + margin-right: 12px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper { + margin-bottom: 24px; + margin-right: 20px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label { + color: #333; + font-family: Roboto-Reguar; + font-size: 14px; + opacity: .87; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button { + float: right; + margin-right: 20px; + margin-top: 32px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button { + bottom: 0; + position: -webkit-sticky; + position: sticky; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord { + max-height: 290px; + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons { + height: 18px; + width: 18px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div { + max-height: 350px; + overflow: hidden; + overflow-y: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer { + bottom: 20px; + display: inline-block; + position: absolute; + vertical-align: bottom; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content { + display: inline-block; + padding: 15px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn { + float: right; + height: 52px; + pointer-events: all; + width: 52px; + z-index: 1000; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn .e-add-icon { + font-size: 18px; + line-height: 50px; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer { + background-color: transparent; + bottom: 0; + display: inline-block; + padding: 15px; + pointer-events: none; + position: absolute; + vertical-align: bottom; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button { + float: right; + height: 52px; + pointer-events: all; + width: 52px; + z-index: 1000; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button .e-add-icon { + font-size: 18px; + line-height: 50px; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button { + float: left; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout { + max-width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout { + max-width: 45%; +} + +.e-pivotfieldlist-wrapper.e-device.e-static { + border: 0; + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-values .e-axis-content { + max-height: 600px; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-back-icon { + margin-left: 12px; + margin-right: 0; + transform: rotateY(180deg); +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-calculated-field-btn { + float: left; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-defer-apply-button { + float: right; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-ok-button, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-add-button, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-cancel-button { + float: left !important; + margin-left: 20px; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame { + margin-left: 12px !important; + margin-right: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header { + background-color: #eee; + color: #333; + font-size: 14px; + font-weight: normal; + height: 30px; + overflow: hidden; + padding: 7px 0 0 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper { + padding-right: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend { + font-size: 16px; + height: 24px; + padding: 7px 0 0 4px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list { + padding-left: 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li { + padding: 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag { + font-size: 16px !important; + height: 24px !important; + margin-bottom: 3px !important; + margin-right: 4px !important; + width: 24px !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values { + margin-top: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper { + height: 30px; + padding: 0 20px 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + height: 24px; + padding-top: 7px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header { + font-size: 14px; + line-height: 1.6em; + margin-top: 4px; + padding: 0 12px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button { + font-size: 14px; + height: 36px !important; + padding: 9px 16px !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + line-height: 1em; + padding: 0 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable { + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + cursor: pointer; + display: inline-block; + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag { + font-size: 16px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static, +.e-bigger.e-pivotfieldlist-wrapper.e-static, +.e-bigger .e-pivotfieldlist-wrapper.e-static, +.e-bigger.e-pivotfieldlist-wrapper.e-static { + max-height: 720px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title { + color: #333; + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + padding-top: 7px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields { + padding: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list { + padding-left: 0; + padding-right: 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag { + margin-left: 4px !important; + margin-right: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header { + padding-right: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper { + padding-left: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend { + padding: 7px 4px 0 0; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields { + padding-left: 0; + padding-right: 8px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon { + padding-left: 0; + padding-right: 4px; +} + +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +.e-pivotview .e-expand::before { + content: '\e207'; +} + +.e-pivotview .e-collapse::before { + content: '\e95d'; +} + +.e-pivotview.e-rtl .e-expand::before { + content: '\e990'; +} + +.e-pivotview .e-sort::before { + content: '\ea79'; +} + +.e-pivotview .e-pv-filter::before { + content: '\ebb0'; +} + +.e-pivotview .e-pv-filtered::before { + color: #317ab9; + content: '\ebb2'; +} + +.e-pivotview .e-remove::before { + content: '\ea7b'; +} + +.e-pivotview .e-selected-option-icon::before { + content: '\ea84'; +} + +.e-pivotview .e-clear-filter-icon::before { + content: '\ebab'; +} + +.e-pivotview .e-dropdown-icon::before { + content: '\e95d'; +} + +.e-pivotview .e-export::before { + content: '\e702'; +} + +.e-pivotview .e-new-report::before { + content: '\e709'; +} + +.e-pivotview .e-save-report::before { + content: '\e701'; +} + +.e-pivotview .e-saveas-report::before { + content: '\e703'; +} + +.e-pivotview .e-rename-report::before { + content: '\e704'; +} + +.e-pivotview .e-remove-report::before { + content: '\e70c'; +} + +.e-pivotview .e-sub-total::before { + content: '\e710'; +} + +.e-pivotview .e-grand-total::before { + content: '\e708'; +} + +.e-pivotview .e-toolbar-fieldlist::before { + content: '\e434'; +} + +.e-pivotview .e-toolbar-grid::before { + content: '\e70f'; +} + +.e-pivotview .e-toolbar-chart::before { + content: '\e70d'; +} + +.e-pivotview .e-toolbar-formatting::before { + content: '\e725'; +} + +.e-pivotview-pdf-export::before { + content: '\e707'; +} + +.e-pivotview-excel-export::before { + content: '\e70b'; +} + +.e-pivotview-csv-export::before { + content: '\e712'; +} + +.e-pivotview-png-export::before { + content: '\e715'; +} + +.e-pivotview-jpeg-export::before { + content: '\e713'; +} + +.e-pivotview-svg-export::before { + content: '\e716'; +} + +.e-mdx::before { + content: '\e724'; +} + +.e-pivotview-select-icon::before { + content: '\e614'; +} + +.e-pivotview-grid::before { + content: '\e70f'; +} + +.e-pivotview-export::before { + content: '\e702'; +} + +.e-pivotview-expand::before { + content: '\e558'; +} + +.e-pivotview-collapse::before { + content: '\e557'; +} + +.e-pivot-format-menu::before { + content: '\e728'; +} + +.e-pivot-number-format-menu::before { + content: '\e711'; +} + +.e-pivot-conditional-format-menu::before { + content: '\e725'; +} + +.e-pivot-format-toolbar::before { + content: '\e711'; +} + +.e-pivotview-group::before { + content: '\e740'; +} + +.e-pivotview-ungroup::before { + content: '\e741'; +} + +.e-level-options .e-selected-level-icon::before { + content: '\e614'; +} + +/*! PivotView layout */ +.e-pivotview .e-value-field-settings, +.e-pivotview .e-member-editor-dialog, +.e-pivotview .e-group-field-settings { + max-height: 450px !important; +} + +.e-pivotview .e-value-field-settings, +.e-pivotview .e-member-editor-dialog, +.e-pivotview .e-pivot-format-dialog, +.e-pivotview .e-group-field-settings { + border-radius: 4px; + max-width: 400px; + width: auto; +} + +.e-pivotview .e-value-field-settings .e-dlg-header-content, +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-dlg-header-content, +.e-pivotview .e-member-editor-dialog .e-footer-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-header-content, +.e-pivotview .e-pivot-format-dialog .e-footer-content, +.e-pivotview .e-group-field-settings .e-dlg-header-content, +.e-pivotview .e-group-field-settings .e-footer-content { + border-radius: 4px; +} + +.e-pivotview .e-value-field-settings .e-dlg-header-content, +.e-pivotview .e-member-editor-dialog .e-dlg-header-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-header-content, +.e-pivotview .e-group-field-settings .e-dlg-header-content { + border: 0; + font-weight: normal; +} + +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-footer-content, +.e-pivotview .e-pivot-format-dialog .e-footer-content, +.e-pivotview .e-group-field-settings .e-footer-content { + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-bottom: 8px; + padding-top: 8px; +} + +.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button, +.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button, +.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button, +.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button { + float: left; +} + +.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button.e-disable { + display: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content, +.e-pivotview .e-group-field-settings .e-dlg-content { + overflow: hidden; + padding: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper { + background-color: #f8f8f8; + padding: 15px 10px 16px 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label { + color: #333; + font: 500 13px Helvetica; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content { + padding: 0 20px 10px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 13px; + font-weight: 500; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title { + -ms-flex: none; + flex: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + -ms-flex: auto; + flex: auto; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame { + height: 18px; + width: 18px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text { + font-size: 13px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper { + padding: 0 20px 10px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt { + padding: 15px 20px; + text-align: center; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + display: inline-block; + height: 164px; + max-width: 400px; + overflow: auto; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree { + overflow-x: auto; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: -35px; + overflow: hidden; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon { + margin: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable { + display: none !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper { + border: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon { + height: 14px; + min-width: 14px; + width: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before { + font-size: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 134px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter { + height: 234px; + overflow: auto; + padding: 20px; + padding-bottom: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 13px; + font-weight: 500; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 8px 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-disable { + display: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-moz-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-moz-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder { + color: #a94442 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings.e-excel-filter, +.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-pivotview .e-group-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-pivotview .e-value-field-settings.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-pivot-format-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-group-field-settings.e-excel-filter .e-editor-label-wrapper { + padding: 15px 10px 12px 20px; +} + +.e-pivotview .e-value-field-settings.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-group-field-settings.e-rtl .e-member-editor-wrapper ul { + margin-left: 0; + margin-right: -35px; +} + +.e-pivotview .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-pivot-format-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-group-field-settings.e-rtl .e-footer-content .e-clear-filter-button { + float: right; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: 0; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop { + margin: 0 5px; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret { + display: none; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled { + opacity: .5; + pointer-events: none; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: 0; +} + +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-footer-content { + border-top: 1px solid #e6e6e6; +} + +.e-pivotview .e-value-field-settings, +.e-pivotview .e-pivot-format-dialog { + min-width: 300px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content { + overflow: auto; +} + +.e-pivotview .e-pivot-format-dialog { + max-height: 500px !important; + max-width: 350px; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer { + padding: 0 20px; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable { + color: #333333; + font-weight: 500; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-text, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop { + margin-bottom: 20px; +} + +.e-pivotview .e-pivot-toolbar { + border-bottom: 0; + border-style: solid; +} + +.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + font-size: 16px; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper { + background-color: transparent; + border: none; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item { + height: 38px; + padding-left: 10px; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 0; + margin-right: 0; + font-size: 16px; +} + +.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template { + padding: 0 !important; +} + +.e-pivotview .e-pivot-toolbar .e-reportlist-label { + float: left; + font-weight: 500; +} + +.e-pivotview .e-pivot-toolbar .e-reportlist-drop { + float: right; + margin: 0 8px; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-label { + float: right; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-drop { + float: left; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-menu-wrapper ul .e-menu-item { + padding-left: 30px; + padding-right: 10px; +} + +.e-pivotview-disable-icon { + visibility: hidden; +} + +.e-pivotview-report-inner { + padding-top: 10px; +} + +.e-pivotview-report-dialog { + max-width: 350px; +} + +.e-mdx-query-content { + background-color: #fff; + color: #333; + font-size: #333; + font-weight: 500; + height: 200px; + margin-top: 5px; + padding: 5px 10px; + resize: none; + width: 100%; +} + +.e-pivotview-mdx-dialog { + max-width: 500px; +} + +.e-pivotview-report-label { + float: left; + margin-top: 10px; + width: 40%; +} + +.e-pivotview-report-input { + float: right; + width: 60% !important; +} + +.e-rtl .e-pivotview-report-input { + float: left; +} + +.e-rtl .e-pivotview-report-label { + float: right; +} + +.e-pivotview-pdf-export, +.e-pivotview-excel-export, +.e-pivotview-csv-export { + font-size: 18px !important; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-container { + margin-bottom: 20px; +} + +.e-drillthrough-dialog .e-drillthrough-body-header { + color: #333; + font-weight: 700; + opacity: 1; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-value { + color: #333333; + margin-left: 10px; + margin-right: 20px; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-common { + -webkit-flex-wrap: wrap; + -moz-flex-wrap: wrap; + -ms-flex-wrap: wrap; + display: inline-block; + flex-wrap: wrap; +} + +.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item { + height: 48px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 144px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small { + font-size: 14px; + top: 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 99px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter { + height: 213px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 24px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div { + padding: 10px 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter { + min-width: 280px; +} + +.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame { + height: 22px; + width: 22px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper { + padding-top: 24px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text { + font-size: 14px; +} + +/*! PivotView theme */ +.e-pivotview .e-nextspan { + display: inline-block; + width: 24px; +} + +.e-pivotview .e-lastspan { + display: inline-block; + width: 12px; +} + +.e-pivotview .e-grid.e-gridhover tr[role='row']:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-pivotview .e-rowsheader .e-cellvalue { + margin-left: 10px; +} + +.e-pivotview .e-valuescontent { + text-align: right; +} + +.e-pivotview .e-summary, +.e-pivotview .e-summary.e-active { + font-weight: bold; +} + +.e-pivotview .e-grid .e-rowsheader.e-active, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground, +.e-pivotview .e-grid .e-columnsheader.e-active, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground, +.e-pivotview .e-grid .e-rowsheader.e-active, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground, +.e-pivotview .e-grid .e-columnsheader.e-active, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground { + background: #e6e6e6 !important; + color: #333 !important; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-active .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-active .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons { + color: #333 !important; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext { + color: #333 !important; +} + +.e-pivotview .e-drop-indicator { + display: block; +} + +.e-pivotview div.e-cellvalue { + margin-top: -2px; +} + +.e-pivotview .e-sortfilterdiv { + margin: -29px -15px !important; +} + +.e-pivotview .e-pivotchart > svg { + border: 1px solid #e6e6e6; +} + +.e-pivotview .e-pivotchart.e-ltr { + direction: ltr; +} + +.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -30px -15px !important; +} + +.e-pivotview .e-grid .e-icons { + color: #333 !important; +} + +.e-pivotview .e-grid .e-icons:hover { + color: #333 !important; +} + +.e-pivotview .e-grid { + border-color: #e6e6e6; +} + +.e-pivotview .e-grid .e-rowsheader { + padding-left: 8px; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons { + color: #333 !important; +} + +.e-pivotview .e-grid .e-columnsheader { + padding-left: 12px !important; +} + +.e-pivotview .e-frozenheader > .e-table, +.e-pivotview .e-frozencontent > .e-table { + border-left-color: #e6e6e6 !important; + border-right-color: #e6e6e6 !important; +} + +.e-pivotview .e-stackedheadercelldiv.e-cellvalue { + padding-left: 6px !important; +} + +.e-pivotview .e-stackedheadercelldiv { + padding: 0 0 0 1px !important; +} + +.e-pivotview .e-stackedheadercelldiv, +.e-pivotview .e-headertext, +.e-pivotview .e-rowsheader .e-cellvalue { + color: #333333 !important; + font-size: 14px !important; + font-weight: 400 !important; +} + +.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell, +.e-pivotview .e-headertext .e-hyperlinkcell, +.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell { + cursor: pointer; +} + +.e-pivotview .e-valuescontent .e-cellvalue .e-hyperlinkcell { + cursor: pointer; +} + +.e-pivotview .e-valuescontent { + opacity: 1 !important; +} + +.e-pivotview .e-rowcell { + opacity: 1; +} + +.e-pivotview .e-rowcell .e-cellvalue { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-pivotview .e-grouping-bar { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields { + -ms-flex: auto; + flex: auto; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields, +.e-pivotview .e-grouping-bar .e-right-axis-fields { + height: auto; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields { + min-width: 250px; +} + +.e-pivotview .e-grouping-bar .e-axis-row, +.e-pivotview .e-grouping-bar .e-axis-column, +.e-pivotview .e-grouping-bar .e-axis-value, +.e-pivotview .e-grouping-bar .e-axis-filter { + background: #f5f5f5; + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields { + border: 1px solid #e6e6e6; + border-bottom-width: 0; + border-right-width: 0; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields { + border: 1px solid #e6e6e6; + border-bottom-width: 0; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter { + border-bottom: 1px solid #e6e6e6; +} + +.e-pivotview .e-group-values, +.e-pivotview .e-group-columns, +.e-pivotview .e-group-filters, +.e-pivotview .e-group-rows { + background: #f5f5f5; + vertical-align: top; +} + +.e-pivotview .e-group-values.e-drag-restrict, +.e-pivotview .e-group-columns.e-drag-restrict, +.e-pivotview .e-group-filters.e-drag-restrict, +.e-pivotview .e-group-rows.e-drag-restrict { + cursor: no-drop; +} + +.e-pivotview .e-group-values .e-draggable-prompt, +.e-pivotview .e-group-columns .e-draggable-prompt, +.e-pivotview .e-group-filters .e-draggable-prompt, +.e-pivotview .e-group-rows .e-draggable-prompt { + color: #333; + line-height: 50px; + padding-left: 8px; + pointer-events: none; + position: relative; + text-align: center; + vertical-align: middle; +} + +.e-pivotview .e-group-filters, +.e-pivotview .e-group-values, +.e-pivotview .e-group-columns, +.e-pivotview .e-group-rows { + display: inline-table; + -ms-flex: auto; + flex: auto; + height: 36px; + min-height: 36px; + overflow: hidden; + padding-left: 12px; + scroll-behavior: smooth; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div, +.e-pivotview .e-group-values .e-pvt-btn-div, +.e-pivotview .e-group-columns .e-pvt-btn-div, +.e-pivotview .e-group-rows .e-pvt-btn-div { + display: -ms-inline-flexbox; + display: inline-flex; + padding: 6px; + padding-bottom: 0; + padding-left: 0; + padding-right: 8px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-values .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-indent-div { + pointer-events: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator { + pointer-events: none; + width: 2px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover { + border-left: 1px dashed #ccc; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button { + background-color: #e6e6e6; + border: 1px solid #e6e6e6; + border-radius: 4px; + box-shadow: none; + color: #333; + cursor: default; + display: -ms-flexbox; + display: flex; + font-weight: normal; + height: 26px; + line-height: .9em; + padding: 6px 10px; + text-transform: none; + vertical-align: bottom; + z-index: 1; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button.e-list-selected { + opacity: .5; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover { + background-color: #d4d4d4; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove { + color: #333 !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active { + background-color: #ccc; + color: #333; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-remove, .e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove { + color: #333 !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + background-color: transparent; + cursor: move; + -ms-flex: auto; + flex: auto; + font-size: 13px; + margin-right: 4px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag { + cursor: auto; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-draggable { + height: inherit; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-drag { + display: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + color: #333 !important; + cursor: pointer; + display: inline-block; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover { + color: #333 !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable { + display: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button { + max-width: 230px; +} + +.e-pivotview .e-group-filters, +.e-pivotview .e-group-columns { + width: 100%; +} + +.e-pivotview .e-group-row { + padding: 0 !important; +} + +.e-pivotview .e-group-row .e-group-rows { + display: table; + -ms-flex: none; + flex: none; + width: 100%; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div { + max-width: unset; + width: 100%; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div { + pointer-events: none; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button { + padding: 6px 10px; + width: 180px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover { + background-color: #d4d4d4; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove { + color: #333 !important; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active { + background-color: #ccc; + color: #333; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove { + color: #333 !important; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + color: #333 !important; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover { + color: #333; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable { + display: none; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; + width: 20px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-pivotview .e-axis-value { + display: inline-block; + height: 100%; +} + +.e-pivotview .e-axis-value .e-group-values { + height: 100%; + padding-bottom: 0; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-row { + height: 50% !important; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-value { + height: auto !important; + padding-left: 6px; + border-bottom: 1px solid #e6e6e6; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-multi-values { + padding-left: 2px; +} + +.e-pivotview .e-icons { + height: auto; + width: auto; +} + +.e-pivotview .e-collapse::before { + font-size: 12px; +} + +.e-pivotview .e-expand, +.e-pivotview .e-collapse { + cursor: pointer; + display: inline-block; + height: 16px; + text-align: center; + width: 24px; +} + +.e-pivotview th .e-expand, +.e-pivotview th .e-collapse { + float: left; + font-size: 13px !important; + margin-left: -6px; + margin-top: 2px; +} + +.e-pivotview .e-expand::before { + font-size: 12px; +} + +.e-pivotview.e-rtl .e-expand::before, +.e-pivotview.e-rtl .e-collapse::before { + margin-left: 0; +} + +.e-pivotview.e-rtl th .e-expand, +.e-pivotview.e-rtl th .e-collapse { + float: right; + margin-right: -8px; +} + +.e-pivotview.e-rtl .e-grid .e-rowsheader { + padding-right: 8px !important; +} + +.e-pivotview.e-rtl .e-grid .e-columnsheader { + padding-right: 12px !important; +} + +.e-pivotview.e-rtl .e-rowsheader .e-cellvalue { + margin-left: 0; + margin-right: 7px; +} + +.e-pivotview.e-rtl .e-valuescontent { + text-align: left; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-left-axis-fields { + border-left-width: 0; + border-right-width: 1px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-right-axis-fields { + border-left-width: 1px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters { + padding-left: 0; + padding-right: 12px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content { + text-align: right; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove { + padding-left: 0; + padding-right: 4px; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows { + padding-left: 0; + padding-right: 12px; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + text-align: right; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + padding-left: 0; + padding-right: 7px; +} + +.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue { + padding-right: 13px !important; +} + +.e-pivotview.e-device .e-grouping-bar .e-pivot-button { + line-height: 1em !important; +} + +.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button { + max-width: 155px; +} + +.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button { + max-width: 200px; +} + +.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div { + width: 0 !important; +} + +.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button { + width: 155px; +} + +.e-pivottooltipwrap { + opacity: 1; +} + +.e-pivottooltip { + border-radius: 2px; + padding: 3px 2px; +} + +.e-pivottooltip p { + color: #fff; + display: inline-block; + font-family: Helvetica; + font-size: 14px; + line-height: 21px; + margin: 0; +} + +.e-pivottooltip p.e-tooltipcontent { + margin-left: 5px; +} + +.e-rtl .e-pivottooltip p.e-tooltipcontent { + margin-left: 0; + margin-right: 5px; +} + +.e-bigger .e-pivotview .e-grid .e-rowsheader, +.e-bigger.e-pivotview .e-grid .e-rowsheader, +.e-bigger .e-pivotview .e-grid .e-rowsheader, +.e-bigger.e-pivotview .e-grid .e-rowsheader { + padding-left: 10px !important; +} + +.e-bigger .e-pivotview .e-grid .e-columnsheader, +.e-bigger.e-pivotview .e-grid .e-columnsheader, +.e-bigger .e-pivotview .e-grid .e-columnsheader, +.e-bigger.e-pivotview .e-grid .e-columnsheader { + padding-left: 16px !important; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button { + height: 30px; + line-height: 0.9em; + padding: 7px 12px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + margin-right: 8px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove { + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows { + height: 40px; + min-height: 40px; + padding-left: 16px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values { + height: 100%; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper { + width: 24px; +} + +.e-bigger .e-pivotview .e-group-rows, +.e-bigger.e-pivotview .e-group-rows, +.e-bigger .e-pivotview .e-group-rows, +.e-bigger.e-pivotview .e-group-rows { + padding-left: 16px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button { + height: 30px; + line-height: 0.9em; + padding: 7px 12px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + margin-right: 8px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-bigger .e-pivotview .e-sortfilterdiv, +.e-bigger.e-pivotview .e-sortfilterdiv, +.e-bigger .e-pivotview .e-sortfilterdiv, +.e-bigger.e-pivotview .e-sortfilterdiv { + margin: -30px -18px !important; +} + +.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -30px -18px !important; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + height: 144px; +} + +.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader { + padding-right: 10px !important; +} + +.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader { + padding-right: 16px !important; +} + +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters { + padding-left: 0; + padding-right: 16px; +} + +.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows { + padding-left: 0; + padding-right: 16px; +} + +.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue { + padding-right: 13px !important; +} + +.e-content-placeholder.e-pivotview.e-placeholder-pivotview { + background-size: 100% 200px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-query-builder .e-collapse-rule::before { + content: '\e908'; +} + +.e-query-builder { + border: 1px solid; + border-radius: 6px; + height: auto; + width: auto; +} + +.e-query-builder .e-multiselect .e-qb-spinner .e-spinner-inner { + left: auto; + right: 5px; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-not { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 4px; +} + +.e-query-builder.e-rtl .e-multiselect .e-qb-spinner .e-spinner-inner { + left: 5px; + right: auto; +} + +.e-query-builder.e-rtl.e-bigger.e-device .e-group-body .e-rule-container .e-rule-delete, +.e-query-builder.e-rtl.e-bigger .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + padding-left: 14px; +} + +.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-value-delete, +.e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete { + text-align: left; +} + +.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-delete, +.e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + padding-left: 10px; +} + +.e-query-builder.e-rtl .e-group-header .e-group-action .e-btn { + margin-left: 0; + margin-right: 12px; +} + +.e-query-builder.e-rtl .e-horizontal-mode .e-rule-delete { + margin-left: 0; + margin-right: 12px; +} + +.e-query-builder.e-rtl .e-group-body { + padding-left: 0; + padding-right: 20px; +} + +.e-query-builder.e-rtl .e-rule-list > ::before { + border-width: 0 2px 2px 0; +} + +.e-query-builder.e-rtl .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder.e-rtl .e-rule-list > ::after, +.e-query-builder.e-rtl .e-rule-list > ::before { + right: -12px; +} + +.e-query-builder.e-rtl .e-rule-list > ::after { + border-width: 0 2px 0 0; +} + +.e-query-builder.e-rtl .e-rule-list .e-group-container::before { + right: -11px; +} + +.e-query-builder.e-rtl .e-rule-list > .e-group-container { + padding-right: 0; +} + +.e-query-builder .e-group-container, +.e-query-builder .e-rule-container { + position: relative; +} + +.e-query-builder .e-rule-list > :first-child::before { + top: -11px; +} + +.e-query-builder .e-rule-list > :last-child::after { + display: none; +} + +.e-query-builder .e-rule-list > ::before { + border-width: 0 0 2px 2px; + height: 25px; + top: -10px; +} + +.e-query-builder .e-rule-list > ::after, +.e-query-builder .e-rule-list > ::before { + border-style: dotted; + content: ''; + left: -12px; + position: absolute; + width: 10px; +} + +.e-query-builder .e-rule-list > ::after { + border-width: 0 0 0 2px; + height: calc(100% - 17px); + top: 17px; +} + +.e-query-builder .e-rule-list > .e-rule-container::before { + height: calc(50% + 8px); +} + +.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before { + height: calc(50% + 10px); +} + +.e-query-builder .e-rule-list > .e-rule-container::after { + height: calc(50% + 6px); + top: calc(50% - 3px); +} + +.e-query-builder .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder .e-rule-list .e-group-container::before { + left: -11px; +} + +.e-query-builder .e-rule-list .e-group-container::after { + left: -11px; +} + +.e-query-builder .e-group-header .e-group-action .e-btn { + margin-left: 12px; +} + +.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small { + border-bottom-right-radius: 0; + border-radius: 4px; + border-top-right-radius: 0; +} + +.e-query-builder .e-group-header .e-btn-group { + border: none; + box-shadow: none; + display: inline-block; +} + +.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-not { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-query-builder .e-group-header .e-group-action { + display: inline-block; + margin-top: 5px; +} + +.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn, +.e-query-builder .e-group-header .e-deletegroup { + margin-bottom: 2px; +} + +.e-query-builder .e-group-header button.e-button-hide { + display: none; +} + +.e-query-builder .e-group-header.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder .e-rule-list .e-group-container { + margin-left: 0; + margin-top: 12px; + width: 100%; +} + +.e-query-builder .e-rule-list { + padding: 12px 0 12px 0; + padding-bottom: 0; +} + +.e-query-builder .e-group-container { + padding: 12px; +} + +.e-query-builder .e-rule-container { + border: 1px solid; + border-radius: 6px; +} + +.e-query-builder .e-rule-list > .e-group-container { + padding: 0; + padding-bottom: 12px; +} + +.e-query-builder .e-group-container .e-rule-list > .e-group-container { + padding-bottom: 0; +} + +.e-query-builder .e-group-body { + padding-left: 20px; +} + +.e-query-builder .e-group-body .e-rule-container { + box-shadow: none; + height: auto; + margin-top: -1px; + padding-right: 12px; +} + +.e-query-builder .e-group-body .e-rule-container.e-prev-joined-rule { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-query-builder .e-group-body .e-rule-container.e-joined-rule { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-top-style: dotted; + border-top-width: 2px; + margin-top: 0; +} + +.e-query-builder .e-group-body .e-rule-container.e-separate-rule { + margin-top: 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-filter { + padding: 12px 0 12px 12px; + width: auto; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-numeric:not(:first-child), +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-date-wrapper:not(:first-child), +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-input-group:not(:first-child) { + float: right; + margin-top: 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + min-width: 190px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multiselect, +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + max-width: 200px; +} + +.e-query-builder .e-group-body .e-rule-container .e-operator, +.e-query-builder .e-group-body .e-rule-container .e-value { + padding: 12px 0 12px 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-operator .e-radio-wrapper, +.e-query-builder .e-group-body .e-rule-container .e-value .e-radio-wrapper { + margin-right: 15px; +} + +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete { + display: inline-block; + margin-left: 12px; +} + +.e-query-builder .e-group-body .e-rule-container button.e-button-hide { + display: none; +} + +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete { + display: inline-block; +} + +.e-query-builder .e-group-body .e-rule-value.e-hide { + display: none; +} + +.e-query-builder .e-group-body .e-rule-value.e-show { + display: inline-block; +} + +.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + margin-bottom: 12px; + padding-right: none; + right: 0; +} + +.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder .e-group-body .e-vertical-mode .e-removerule.e-rule-delete { + box-shadow: none; + right: 0; +} + +.e-query-builder .e-dropdown-btn { + box-shadow: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-filter { + padding: 15px; +} + +.e-query-builder.e-device .e-removerule.e-rule-delete { + box-shadow: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multiselect, +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + max-width: 100; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value-delete, +.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete { + text-align: right; +} + +.e-query-builder .e-delete-icon::before { + content: ""; +} + +.e-query-builder .e-edit-rule.e-btn.e-small { + box-shadow: none; +} + +.e-query-builder .e-edit-rule { + right: 0; +} + +.e-query-builder .e-collapse-rule { + border: 1px solid; + border-right: 0; + border-top: 0; + box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12); + font-size: 20px; + padding: 5px; + position: absolute; + right: 0; + top: 0; +} + +.e-query-builder .e-summary-text { + border-style: none; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + line-height: 1.5em; + padding: 12px; + resize: none; + width: 100%; +} + +.e-query-builder .e-summary-btndiv { + padding: 12px; + text-align: right; +} + +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-filter, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-operator, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-value, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-value-delete, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-filter, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-operator, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-value, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-value-delete { + padding: 15px 0 0 15px; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid; +} + +.e-dropdown-popup .e-addgroup { + float: right; +} + +.e-dropdown-popup ul .e-item.e-button-hide { + display: none; +} + +.e-addrule.e-add-icon::before, +.e-addgroup.e-add-icon::before, +.e-query-builder .e-add-icon::before { + content: " "; +} + +.e-query-builder.e-device .e-group-container, +.e-bigger.e-query-builder .e-group-container, +.e-bigger .e-query-builder .e-group-container { + padding: 15px; +} + +.e-query-builder.e-device .e-rule-list > .e-group-container, +.e-bigger.e-query-builder .e-rule-list > .e-group-container, +.e-bigger .e-query-builder .e-rule-list > .e-group-container { + padding: 0; +} + +.e-query-builder.e-device .e-rule-list > .e-rule-container:not(:first-child)::before, +.e-bigger.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before, +.e-bigger .e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before { + height: calc(50% + 12px); +} + +.e-query-builder.e-device .e-rule-list > .e-group-container:first-child, +.e-bigger.e-query-builder .e-rule-list > .e-group-container:first-child, +.e-bigger .e-query-builder .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder.e-device .e-rule-list > ::before, +.e-bigger.e-query-builder .e-rule-list > ::before, +.e-bigger .e-query-builder .e-rule-list > ::before { + top: -1 2px; +} + +.e-query-builder.e-device .e-group-action .e-btn, +.e-bigger.e-query-builder .e-group-action .e-btn, +.e-bigger .e-query-builder .e-group-action .e-btn { + margin-left: 15px; +} + +.e-query-builder.e-device .e-rule-list > :first-child::before, +.e-bigger.e-query-builder .e-rule-list > :first-child::before, +.e-bigger .e-query-builder .e-rule-list > :first-child::before { + top: -14px; +} + +.e-query-builder.e-device .e-rule-list, +.e-bigger.e-query-builder .e-rule-list, +.e-bigger .e-query-builder .e-rule-list { + padding: 15px 0 15px 0; + padding-bottom: 0; +} + +.e-query-builder.e-device .e-rule-list .e-group-container, +.e-bigger.e-query-builder .e-rule-list .e-group-container, +.e-bigger .e-query-builder .e-rule-list .e-group-container { + margin-top: 15px; +} + +.e-query-builder.e-device .e-group-body, +.e-bigger.e-query-builder .e-group-body, +.e-bigger .e-query-builder .e-group-body { + padding-left: 24px; +} + +.e-query-builder.e-device .e-group-body .e-rule-container, +.e-bigger.e-query-builder .e-group-body .e-rule-container, +.e-bigger .e-query-builder .e-group-body .e-rule-container { + margin-top: -1px; + padding-right: 15px; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode { + width: auto; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-separate-rule, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-separate-rule, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-separate-rule { + margin-top: 15px; +} + +.e-query-builder.e-device .e-group-body .e-rule-delete, +.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + margin-bottom: 15px; + padding-right: none; + right: 0; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete { + margin-bottom: 0; +} + +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete { + display: inline-block; + margin-left: 7.5px; +} + +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-filter, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-operator, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value-delete, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete { + display: inline-block; +} + +.e-query-builder.e-device .e-group-body .e-rule-value.e-hide, +.e-bigger.e-query-builder .e-group-body .e-rule-value.e-hide, +.e-bigger .e-query-builder .e-group-body .e-rule-value.e-hide { + display: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-value.e-show, +.e-bigger.e-query-builder .e-group-body .e-rule-value.e-show, +.e-bigger .e-query-builder .e-group-body .e-rule-value.e-show { + display: inline-block; +} + +.e-query-builder.e-device .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-query-builder.e-device .e-group-body .e-rule-delete.e-btn.e-small.e-round, +.e-bigger.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-bigger.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round, +.e-bigger .e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-bigger .e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder.e-device .e-summary-text, +.e-bigger.e-query-builder .e-summary-text, +.e-bigger .e-query-builder .e-summary-text { + font-size: 16px; + line-height: 1.5em; + padding: 15px; +} + +.e-query-builder.e-device .e-summary-btndiv, +.e-bigger.e-query-builder .e-summary-btndiv, +.e-bigger .e-query-builder .e-summary-btndiv { + padding: 15px; + text-align: right; +} + +.e-device .e-rule-value { + width: 100%; +} + +.e-bigger .e-group-body .e-rule-container .e-rule-filter, +.e-bigger .e-group-body .e-rule-container .e-operator, +.e-bigger .e-group-body .e-rule-container .e-value { + padding: 15px 0 15px 15px; +} + +.e-query-builder { + background-color: #fff; + border-color: #ddd; +} + +.e-query-builder .e-group-header .e-btn-group { + border-color: #ddd; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-not { + border-right: transparent; +} + +.e-query-builder .e-group-container { + border-color: #ddd; +} + +.e-query-builder .e-rule-container { + background-color: #f8f8f8; + border-color: #ddd; +} + +.e-query-builder .e-rule-container.e-joined-rule { + border-top-color: #ddd; +} + +.e-query-builder .e-rule-list .e-group-container { + background-color: #fff; +} + +.e-query-builder .e-rule-list > ::after, +.e-query-builder .e-rule-list > ::before { + border-color: #ddd; +} + +.e-query-builder .e-btn-group input:checked + label.e-btn, +.e-query-builder .e-btn-group .e-btn.e-qb-toggle.e-active-toggle { + background: #317ab9; + border-color: #317ab9; + color: #fff; +} + +.e-query-builder .e-btn-group:not(.e-rtl) .e-qb-toggle.e-btn.e-small { + border-right: transparent; +} + +.e-query-builder .e-removerule.e-btn.e-round { + background-color: #f8f8f8; +} + +.e-query-builder .e-summary-content textarea { + background-color: #fff; + color: #333; +} + +.e-query-builder .e-collapse-rule { + background-color: #fff; + border-color: #ccc; + color: #333; +} + +.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover { + background-color: #ddd; +} + +.e-tooltip-wrap.e-querybuilder-error, +.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error { + background-color: #fcdbe4; + border-color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom { + border-top-color: #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-tip-content, +.e-tooltip-wrap.e-querybuilder-error .e-tip-content label { + color: #f44336; +} + +/*! recurrence editor theme wise definitions*/ +/*! Recurrence-Editor component layout */ +.e-recurrenceeditor .e-editor { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + margin-left: auto; + margin-right: auto; + max-width: 1240px; +} + +.e-recurrenceeditor .e-recurrence-table { + table-layout: fixed; + width: 100%; +} + +.e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child { + width: 27%; +} + +.e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 24%; +} + +.e-recurrenceeditor .e-recurrence-table .e-repeat-content { + display: inline-block; + font-weight: normal; + padding: 18px 0 0 8px; +} + +.e-recurrenceeditor .e-recurrence-table .e-input-wrapper { + float: none; + width: 100%; +} + +.e-recurrenceeditor .e-recurrence-table .e-week-position { + position: relative; + right: 16px; +} + +.e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 10px; +} + +.e-recurrenceeditor .e-icons { + height: 0; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 8px 10px 0; +} + +.e-recurrenceeditor .e-form-left { + padding: 0 8px 16px 0; +} + +.e-recurrenceeditor .e-form-right, +.e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px 8px; +} + +.e-recurrenceeditor .e-input-wrapper { + float: left; + width: 50%; +} + +.e-recurrenceeditor .e-input-wrapper div { + margin-bottom: 2.5%; +} + +.e-recurrenceeditor .e-input-wrapper.e-end-on-date, +.e-recurrenceeditor .e-input-wrapper.e-end-on-count { + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-end-on > div, +.e-recurrenceeditor.e-rtl .e-month-expander > div > div { + float: right; +} + +.e-recurrenceeditor.e-rtl .e-form-left, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left { + padding: 0 0 10px 8px; +} + +.e-recurrenceeditor.e-rtl .e-form-right, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right { + padding: 0 8px 10px 0; +} + +.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; +} + +.e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 16px; + right: 0; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label { + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-end-on-label { + margin-bottom: 5px; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-left: 8px; + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 8px; +} + +.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 0; +} + +.e-recurrenceeditor .e-days .e-week-expander-label { + font-size: 12px; + font-weight: bold; + margin-bottom: 8px; +} + +.e-recurrenceeditor .e-days button { + border-radius: 50%; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + height: 35px; + margin: 0 8px 10px; + width: 35px; +} + +.e-recurrenceeditor .e-hide-recurrence-element { + display: none; +} + +.e-recurrenceeditor .e-half-space { + width: 20%; +} + +.e-recurrenceeditor .e-year-expander { + margin-bottom: 11px; +} + +.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper { + margin-bottom: 11px; +} + +.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper { + margin-top: -3px; +} + +.e-recurrenceeditor .e-input-wrapper-side { + float: left; + padding: 16px 20px 0; + width: 50%; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label { + float: none; + font-size: 12px; + font-weight: bold; + margin-bottom: 7px; + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper { + margin: 0; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label { + font-size: 12px; + font-weight: bold; + margin-bottom: 7px; + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left { + padding-bottom: 6px; +} + +.e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left { + padding-bottom: 12px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-form-right { + margin-bottom: 11px; +} + +.e-bigger .e-recurrenceeditor { + padding: 0; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 12px 11px 0; +} + +.e-bigger .e-recurrenceeditor .e-form-left { + padding: 0 12px 14px 0; +} + +.e-bigger .e-recurrenceeditor .e-form-right, +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px 12px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position { + right: 24px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left { + padding-bottom: 6px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 70px; +} + +.e-bigger .e-recurrenceeditor .e-week-position { + padding-left: 55px; + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label { + font-size: 12px; + margin-bottom: 0; +} + +.e-bigger .e-recurrenceeditor .e-end-on-label { + margin-bottom: 0; +} + +.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label { + font-size: 12px; + margin-bottom: 8px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left { + padding-bottom: 12px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label { + font-size: 12px; + margin-bottom: 1px; +} + +.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper, +.e-bigger .e-recurrenceeditor .e-year-expander, +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + margin-bottom: 11px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 0; +} + +.e-bigger .e-recurrenceeditor .e-days button { + height: 40px; + width: 40px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-form-left, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left { + padding: 0 0 10px 12px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-form-right, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right { + padding: 0 12px 10px 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; + padding-right: 64px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label { + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label { + margin-bottom: 5px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position { + right: 33px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 46px; +} + +.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child { + width: 25%; +} + +.e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 20%; +} + +.e-device .e-recurrenceeditor .e-week-expander-label { + margin-bottom: 6px; +} + +.e-device .e-recurrenceeditor .e-month-expander-label { + font-size: 12px; + margin-bottom: 5px; +} + +.e-device .e-recurrenceeditor .e-footer-content { + padding: 12px; +} + +.e-device .e-recurrenceeditor .e-form-left, +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 0 10px; +} + +.e-device .e-recurrenceeditor .e-form-right, +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px; +} + +.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date, +.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count { + padding-left: 10px; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 10px; +} + +.e-device .e-recurrenceeditor.e-end-on { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-end-on .e-end-on-label { + float: none; + font-size: 12px; + font-weight: bold; + margin-bottom: 7px; +} + +.e-device .e-recurrenceeditor.e-end-on .e-end-on-left { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 10px; +} + +.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 16px; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 20px; +} + +.e-device .e-recurrenceeditor .e-week-position { + padding-left: 0; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-week-position { + padding-left: 0; +} + +.e-device.e-recurrence-dialog .e-dlg-header-content { + background: none; + box-shadow: none; + padding-bottom: 10px; +} + +.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label { + margin-bottom: 7px; +} + +.e-device.e-recurrence-dialog .e-footer-content { + padding: 16px 8px; +} + +@media (max-width: 580px) { + .e-recurrenceeditor { + margin-left: auto; + margin-right: auto; + width: 100%; + } + .e-recurrenceeditor .e-editor { + -ms-flex-direction: column; + flex-direction: column; + } + .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left { + margin-top: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label { + margin-bottom: 7px; + } + .e-recurrenceeditor .e-editor > div { + margin-top: 20px; + } + .e-recurrenceeditor .e-editor > .e-input-wrapper { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper { + width: 50%; + } + .e-recurrenceeditor .e-editor .e-form-left, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left { + padding: 0 0 10px; + } + .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date, + .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count { + padding-left: 10px; + padding-right: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 10px; + } + .e-recurrenceeditor .e-editor .e-form-right, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right { + padding-left: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week { + width: 100%; + } + .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 0; + } + .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, + .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 10px; + } +} + +/*! Recurrence-Editor component theme */ +.e-ribbon .e-drop-icon::before { + content: '\e95d'; +} + +.e-ribbon .e-menu-wrapper.e-file-menu ul .e-menu-item .e-caret::before { + content: '\e969'; +} + +.e-ribbon { + border: 1px solid #e5e5e5; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-left-width: 0; + border-right-width: 0; +} + +.e-ribbon .e-tab .e-tab-header { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-hscroll { + display: inline-block !important; + width: calc(100% - 28px); +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) { + border-width: 0; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap { + padding: 0; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-text-wrap { + vertical-align: top; +} + +.e-ribbon .e-tab .e-tab-header .e-indicator { + z-index: 1; +} + +.e-ribbon .e-tab .e-tab-header { + margin-top: 10px; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-radius: 0; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + text-transform: none; +} + +.e-ribbon .e-tab.e-sheet-tab .e-tab-header .e-tab-text { + white-space: pre; +} + +.e-ribbon .e-drop-icon { + cursor: pointer; + float: right; + font-family: 'e-icons'; + margin: 6.5px 4px 17.5px; + text-align: center; + transform: rotate(180deg); + transition: transform 300ms ease; + width: 18px; + font-size: 10px; +} + +.e-ribbon.e-collapsed .e-content, +.e-ribbon.e-collapsed .e-indicator, +.e-ribbon.e-collapsed .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + display: none; +} + +.e-ribbon.e-collapsed .e-tab .e-tab-header:not(.e-vertical)::before { + border-width: 0; +} + +.e-ribbon.e-collapsed .e-drop-icon { + transform: rotate(0deg); +} + +.e-ribbon .e-content .e-toolbar.e-overlay .e-toolbar-items .e-toolbar-item.e-overlay { + opacity: 1; +} + +.e-ribbon .e-menu-wrapper { + border-width: 0; +} + +.e-ribbon .e-menu-wrapper ul.e-menu { + padding: 0; +} + +.e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + height: 35px; + line-height: 35px; +} + +.e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon .e-caret { + line-height: 35px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu { + padding: 0; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon { + height: 41px; + line-height: 41px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret { + line-height: 41px; +} + +.e-bigger .e-ribbon .e-drop-icon, +.e-bigger.e-ribbon .e-drop-icon { + font-size: 12px; + margin: 8.5px 5px 19.5px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header, +.e-bigger.e-ribbon .e-tab .e-tab-header { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 41px; + min-height: 41px; +} + +.e-ribbon { + background-color: #f9f9f9; +} + +.e-ribbon .e-tab .e-tab-header { + background-color: inherit; +} + +.e-ribbon .e-tab .e-tab-header .e-drop-icon { + color: #777; +} + +.e-ribbon .e-tab .e-tab-header::before { + border-bottom-color: #e5e5e5; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active { + border-bottom-color: #fff; + border-left-color: #e5e5e5; + border-right-color: #e5e5e5; + border-top-color: #e5e5e5; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active { + background: #fff; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + background: #fff; +} + +.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-items, +.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn:not(:hover):not(:focus), +.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-item.e-overlay { + background: transparent; +} + +.e-ribbon .e-menu-wrapper { + background-color: transparent; +} + +/*! recurrence editor theme wise definitions*/ +/*! Schedule component's bootstrap theme definitions and variables */ +.e-schedule .e-schedule-toolbar .e-icon-prev::before { + content: '\e990'; +} + +.e-schedule .e-schedule-toolbar .e-icon-next::before { + content: '\e207'; +} + +.e-schedule .e-schedule-toolbar .e-icon-add::before { + content: '\e95c'; +} + +.e-schedule .e-schedule-toolbar .e-icon-today::before { + content: '\e312'; +} + +.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before { + content: '\e968'; +} + +.e-schedule .e-schedule-toolbar .e-icon-day::before { + content: '\e318'; +} + +.e-schedule .e-schedule-toolbar .e-icon-week::before { + content: '\e320'; +} + +.e-schedule .e-schedule-toolbar .e-icon-workweek::before { + content: '\e319'; +} + +.e-schedule .e-schedule-toolbar .e-icon-month::before { + content: '\e960'; +} + +.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before { + content: '\e31c'; +} + +.e-schedule .e-schedule-toolbar .e-icon-agenda::before { + content: '\e31a'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before { + content: '\ea87'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before { + content: '\ea8a'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before { + content: '\ea8d'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before { + content: '\ea8f'; +} + +.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before { + content: '\e936'; +} + +.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before { + content: '\e936'; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before { + content: '\e207'; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before { + content: '\e990'; +} + +.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before { + content: '\e941'; +} + +.e-schedule .e-schedule-resource-toolbar .e-icon-next::before { + content: '\e207'; +} + +.e-schedule .e-close-icon::before { + content: '\e96c'; +} + +.e-schedule .e-block-indicator::before { + content: '\e22a'; +} + +.e-schedule .e-appointment .e-recurrence-icon::before { + content: '\e308'; +} + +.e-schedule .e-appointment .e-recurrence-edit-icon::before { + content: '\e30a'; +} + +.e-schedule .e-appointment .e-up-icon::before { + content: '\e306'; +} + +.e-schedule .e-appointment .e-down-icon::before { + content: '\e304'; +} + +.e-schedule .e-appointment .e-left-icon::before { + content: '\e302'; +} + +.e-schedule .e-appointment .e-right-icon::before { + content: '\e300'; +} + +.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before { + content: '\e95d'; +} + +.e-schedule.e-rtl .e-appointment .e-left-icon::before { + content: '\e300'; +} + +.e-schedule.e-rtl .e-appointment .e-right-icon::before { + content: '\e302'; +} + +.e-schedule .e-resource-tree-icon::before { + content: '\e230'; +} + +.e-schedule-dialog.e-device .e-back-icon::before { + content: '\e828'; +} + +.e-schedule-dialog.e-device .e-save-icon::before { + content: '\e964'; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before { + content: '\e944'; +} + +.e-schedule-dialog.e-device.e-rtl .e-back-icon::before { + content: '\e84d'; +} + +.e-quick-popup-wrapper .e-edit-icon::before { + content: '\e944'; +} + +.e-quick-popup-wrapper .e-delete-icon::before { + content: '\e94a'; +} + +.e-quick-popup-wrapper .e-close-icon::before { + content: '\e96c'; +} + +.e-quick-popup-wrapper .e-time-icon::before { + content: '\e93e'; +} + +.e-quick-popup-wrapper .e-location-icon::before { + content: '\e30c'; +} + +.e-quick-popup-wrapper .e-time-zone-icon::before { + content: '\e30e'; +} + +.e-quick-popup-wrapper .e-description-icon::before { + content: '\e30d'; +} + +.e-quick-popup-wrapper .e-resource-icon::before { + content: '\e426'; +} + +.e-quick-popup-wrapper .e-date-time-icon::before { + content: '\e423'; +} + +.e-more-popup-wrapper.e-device .e-close-icon::before { + content: '\e96c'; +} + +/*! schedule component layout */ +.e-schedule { + display: block; + outline: medium none; + overflow: hidden; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-schedule .e-schedule-toolbar { + background: #f8f8f8; + border: 0; + border-bottom: 1px solid #ddd; + box-shadow: none; + margin-bottom: 0; + min-height: 43px; + border-radius: 0; +} + +.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text, +.e-schedule .e-schedule-toolbar .e-active-view .e-icons { + color: #317ab9; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-pop { + background: #f8f8f8; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn { + background: #f8f8f8; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus { + background-color: #e6e6e6; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn:active { + background: #e6e6e6; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + cursor: pointer; + font-size: 14px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items { + background: #f8f8f8; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos { + height: 43px; + min-height: 43px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div { + height: inherit; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow { + font-size: 12px; + padding-top: 0; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover { + background: #e6e6e6; + border-radius: 0%; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus { + background: #e6e6e6; + border-radius: 0%; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text { + display: none; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden { + display: none; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next { + font-size: 14px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-right: 1px solid #ddd; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text { + font-size: 16px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text { + cursor: pointer; + font-size: 14px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav { + background: #f8f8f8; + border-left: 0; + border-right: 1px solid #f8f8f8; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover { + background-color: #e6e6e6; + color: #317ab9; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav { + background: #f8f8f8; + border-left: 1px solid #f8f8f8; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav::after { + content: ''; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:active { + color: #317ab9; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:active::after { + content: ''; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:hover { + background: #e6e6e6; + color: #317ab9; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:focus { + background: #e6e6e6; + color: #317ab9; +} + +.e-schedule.e-device .e-schedule-toolbar { + height: 56px; + min-height: 56px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus { + height: calc(100% - 20px); +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos { + height: 56px; + min-height: 56px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div { + height: inherit; +} + +.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + font-size: 15px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text { + font-size: 18px; +} + +.e-schedule .e-schedule-resource-toolbar { + background: #f8f8f8; + border-bottom: 1px solid #ddd; + box-shadow: none; + display: -ms-flexbox; + display: flex; + margin-bottom: 0; + min-height: 43px; + padding: 10px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu { + color: #333; + font-size: 14px; + padding: 7px; + padding-left: 4px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable { + display: none; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name { + font-size: 14px; + padding: 5px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child) { + opacity: .6; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next { + color: #333; + font-size: 10px; + line-height: 18px; + opacity: .4; + padding: 5px; +} + +.e-schedule .e-schedule-resource-toolbar.e-popup-close { + display: none; +} + +.e-schedule .e-schedule-resource-toolbar.e-popup-open { + display: block; +} + +.e-schedule .e-text-ellipsis { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-text-center { + text-align: center; +} + +.e-schedule .e-table-container { + display: -ms-inline-flexbox; + display: inline-flex; + position: relative; + vertical-align: top; +} + +.e-schedule .e-table-container.e-translate { + transition: transform .3s ease 0s; +} + +.e-schedule .e-resource-tree-popup { + background: #fff; + box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4); + height: 100%; + position: absolute; + width: 250px; +} + +.e-schedule .e-resource-tree-popup .e-resource-tree { + height: 100%; + overflow-y: auto; +} + +.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content { + padding: 0 0 0 12px; +} + +.e-schedule .e-resource-tree-popup-overlay.e-enable { + background-color: #383838; + height: 100%; + left: 0; + opacity: .5; + position: absolute; + top: 0; + width: 100%; +} + +.e-schedule .e-new-event { + background-color: #317ab9; + border: 1px solid #fff; + border-radius: 5px; + height: 100%; + opacity: .9; + position: relative; + width: 100%; + z-index: 1; +} + +.e-schedule .e-new-event .e-title { + color: #fff; + font-size: 12px; + line-height: 1.2; + margin: 0; + overflow-wrap: break-word; + padding: 3px; + position: absolute; + text-align: left; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-month-view .e-new-event { + height: calc(100% - 25px); +} + +.e-schedule .e-schedule-table { + border: 0 none; + border-collapse: separate; + border-spacing: 0; + margin: 0; + table-layout: fixed; + width: 100%; +} + +.e-schedule .e-schedule-table > tbody > tr > th, +.e-schedule .e-schedule-table > tbody > tr > td { + box-sizing: border-box; + font-weight: normal; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-schedule .e-outer-table > tbody > tr > td { + padding: 0; + vertical-align: top; +} + +.e-schedule .e-content-wrap { + position: relative; +} + +.e-schedule .e-content-wrap .e-day-wrapper { + width: 100%; +} + +.e-schedule .e-content-wrap, +.e-schedule .e-scroll-container { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.e-schedule .e-hide-childs > * { + display: none; +} + +.e-schedule .e-recurrence-icon, +.e-schedule .e-recurrence-edit-icon { + font-size: 11px; +} + +.e-schedule .e-left-icon, +.e-schedule .e-right-icon { + font-size: 8px; +} + +.e-schedule .e-m-date { + cursor: pointer; + font-size: 20px; +} + +.e-schedule .e-m-date:hover { + text-decoration: underline; +} + +.e-schedule .e-m-day { + font-size: 12px; +} + +.e-schedule.e-device .e-m-date:hover { + text-decoration: none; +} + +.e-schedule .e-block-appointment { + background: rgba(0, 0, 0, 0.08); + border-radius: 2px; + color: rgba(0, 0, 0, 0.6); + cursor: default; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-block-appointment .e-subject { + overflow: hidden; + overflow-wrap: break-word; + padding: 4px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-block-indicator { + color: rgba(0, 0, 0, 0.6); + float: right; + padding: 0 6px; + z-index: 1; +} + +.e-schedule.e-rtl .e-block-indicator { + float: left; +} + +.e-schedule .e-month-view .e-block-indicator { + margin-top: -20px; +} + +.e-schedule .e-timeline-view .e-block-indicator, +.e-schedule .e-timeline-month-view .e-block-indicator { + position: absolute; + top: 3px; +} + +.e-schedule .e-appointment { + opacity: 1; + transition: opacity 100ms linear; +} + +.e-schedule .e-appointment.e-event-action { + opacity: .4; +} + +.e-schedule .e-read-only { + opacity: .8; +} + +.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone), +.e-schedule.e-event-action .e-block-appointment { + pointer-events: none; +} + +.e-schedule.e-event-action .e-drag-clone, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone { + cursor: move; +} + +.e-schedule.e-event-action .e-drag-clone .e-top-handler, +.e-schedule.e-event-action .e-drag-clone .e-bottom-handler, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler { + pointer-events: none; +} + +.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone { + cursor: ns-resize; +} + +.e-schedule.e-event-action .e-timeline-view .e-resize-clone, +.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone, +.e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone { + cursor: ew-resize; +} + +.e-schedule.e-device .e-appointment { + overflow: hidden; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize { + height: 10px; + left: 50%; + position: absolute; + transform: translateX(-50%); + width: 100%; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize { + border-radius: 50%; + height: 100%; + position: absolute; + top: 50%; + transform: translateY(-50%); + width: 10px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize { + margin-top: -8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize { + margin-top: 8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize { + margin-left: -8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize { + margin-left: 8px; +} + +.e-schedule .e-event-resize { + position: absolute; +} + +.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler { + height: 100%; + width: 10px; +} + +.e-schedule .e-event-resize.e-left-handler { + cursor: ew-resize; + float: left; + left: 0; +} + +.e-schedule .e-event-resize.e-right-handler { + cursor: e-resize; + float: right; + right: 0; +} + +.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler { + height: 10px; + width: 100%; +} + +.e-schedule .e-event-resize.e-top-handler { + cursor: ns-resize; + top: 0; +} + +.e-schedule .e-event-resize.e-bottom-handler { + bottom: 0; + cursor: ns-resize; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-content-table, +.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap { + height: 100%; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment { + background: #317ab9; + border: 1px solid #c6ddf0; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 54px; + margin-bottom: 2px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + padding: 2px 4px 0 2px; + text-align: left; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + overflow-wrap: break-word; + padding-top: 1px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon { + line-height: 54px; + padding: 0 5px; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon { + line-height: 54px; + padding: 0 2px; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper { + position: absolute; + width: 0; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells { + height: auto; + vertical-align: top; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator { + color: #888; + cursor: pointer; + font-size: 12px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-left-indent { + width: 85px; +} + +.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells { + position: relative; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table col, +.e-schedule .e-vertical-view .e-content-wrap table col { + width: 36px; +} + +.e-schedule .e-vertical-view .e-resource-cells { + color: #333; + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-vertical-view .e-header-cells { + font-size: 12px; + height: 60px; + padding: 5px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-day { + display: table; + font-size: 13px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-date { + cursor: pointer; + display: table; + font-size: 18px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day { + cursor: default; + opacity: .35; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date { + cursor: default; + opacity: .35; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover { + text-decoration: none; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper { + display: block; + height: 100%; + pointer-events: none; + position: relative; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator { + bottom: 0; + color: #888; + cursor: pointer; + overflow: hidden; + overflow-wrap: normal; + padding: 2px 4px; + pointer-events: visible; + position: absolute; + text-overflow: ellipsis; + width: 100%; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper.e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section { + bottom: 4px; + color: #333; + cursor: pointer; + display: block; + font-size: 11px; + height: 25px; + left: 0; + line-height: 25px; + margin: 0 auto; + position: absolute; + right: 0; + transform: rotate(0deg); + transition: transform 300ms ease-in-out; + width: 25px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand { + transform: rotate(0deg); +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse { + transform: rotate(180deg); +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus { + background: #e6e6e6; + border-radius: 100%; +} + +.e-schedule .e-vertical-view .e-appointment-hide { + opacity: 0; +} + +.e-schedule .e-vertical-view .e-all-day-cells { + height: 0; + padding: 0; + text-align: center; + vertical-align: top; +} + +.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate { + transition: 250ms ease-out; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td, +.e-schedule .e-vertical-view .e-work-cells { + font-size: 12px; + height: 36px; + text-align: center; +} + +.e-schedule .e-vertical-view .e-work-cells { + width: 36px; +} + +.e-schedule .e-vertical-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-vertical-view .e-current-time { + font-size: 11px; +} + +.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-schedule .e-vertical-view .e-current-time, +.e-schedule .e-vertical-view .e-previous-timeline, +.e-schedule .e-vertical-view .e-current-timeline { + left: 0; + position: absolute; + right: 0; + text-align: center; + top: 0; + width: 100%; +} + +.e-schedule .e-vertical-view .e-previous-timeline, +.e-schedule .e-vertical-view .e-current-timeline { + z-index: 1; +} + +.e-schedule .e-vertical-view .e-date-header-wrap, +.e-schedule .e-vertical-view .e-time-cells-wrap { + overflow: hidden; +} + +.e-schedule .e-vertical-view .e-content-wrap, +.e-schedule .e-vertical-view .e-time-cells-wrap { + position: relative; +} + +.e-schedule .e-vertical-view .e-timeline-wrapper, +.e-schedule .e-vertical-view .e-day-wrapper, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper { + height: 0; + margin: 0; + padding: 0; + position: relative; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) { + cursor: default; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment { + background: #317ab9; + border: 1px solid #c6ddf0; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 19px; + overflow: hidden; + padding: 1px 0 1px 4px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time { + display: block; + font-size: 11px; + padding: 1px 4px 2px 0; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-right-icon { + line-height: 20px; + padding: 0 2px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) { + cursor: default; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment { + background: #317ab9; + border: 1px solid #c6ddf0; + border-radius: 2px; + color: #fff; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details { + -ms-flex: auto; + flex: auto; + padding: 0 4px; + text-align: left; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + overflow-wrap: break-word; + padding-top: 4px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time { + display: block; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon { + bottom: 5px; + display: block; + float: right; + height: auto; + left: auto; + position: absolute; + right: 5px; + width: auto; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator { + display: block; + margin: 0 45%; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon { + font-size: 8px; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon { + margin-top: 3px; + top: 0; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon { + bottom: 6px; + position: absolute; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view.e-day-view .e-header-date { + cursor: default; +} + +.e-schedule .e-vertical-view.e-day-view .e-header-date:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day { + font-size: 14px; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date { + font-size: 20px; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-vertical-view .e-left-indent { + width: 35px; +} + +.e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-schedule.e-device .e-vertical-view .e-current-time { + font-size: 9px; +} + +.e-schedule.e-device .e-vertical-view .e-time-cells-wrap { + float: left; + width: 35px; +} + +.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td { + font-size: 11px; +} + +.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-weight: 500; + min-height: auto; +} + +.e-schedule.e-rtl { + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details { + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details { + padding: 1px 4px 1px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details { + line-height: 15px; + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-weight: 500; + margin-left: 15px; + margin-right: auto; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon, +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon { + float: left; + left: 5px; + right: auto; +} + +.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap { + float: right; +} + +@media screen and (max-width: 480px) { + .e-schedule .e-vertical-view .e-left-indent { + width: 35px; + } +} + +.e-schedule .e-month-view .e-left-indent, +.e-schedule .e-month-agenda-view .e-left-indent { + border-right: 1px solid #ddd; + width: 36px; +} + +.e-schedule .e-month-view .e-week-number-wrapper, +.e-schedule .e-month-agenda-view .e-week-number-wrapper { + overflow: hidden; + position: relative; +} + +.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table, +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table { + height: 100%; +} + +.e-schedule .e-month-view .e-week-number-wrapper .e-week-number, +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number { + color: #888; + padding-top: 4px; + text-align: center; + vertical-align: top; + width: 36px; +} + +.e-schedule .e-month-view .e-content-wrap table tr:last-child td { + border-bottom-width: 0; +} + +.e-schedule .e-month-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-month-view .e-week-number { + border-bottom: 1px solid #ddd; + border-right: 1px solid #ddd; + height: 70px; +} + +.e-schedule .e-month-view .e-content-wrap { + display: -ms-flexbox; + display: flex; + font-size: 13px; +} + +.e-schedule .e-month-view .e-date-header-wrap table col { + width: 36px; +} + +.e-schedule .e-month-view .e-resource-cells { + color: #333; + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-month-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 3px; +} + +.e-schedule .e-month-view .e-content-table { + height: 100%; +} + +.e-schedule .e-month-view .e-work-cells { + height: 70px; + vertical-align: top; + width: 36px; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header { + visibility: hidden; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header { + cursor: default; + opacity: .35; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover { + text-decoration: none; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-view .e-date-header { + cursor: pointer; + display: table; + height: 20px; + line-height: 20px; + margin: 3px 3px 2px; + text-align: center; +} + +.e-schedule .e-month-view .e-date-header:hover { + text-decoration: underline; +} + +.e-schedule .e-month-view .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-month-view .e-appointment { + background: #317ab9; + border: 1px solid #c6ddf0; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-month-view .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 19px; + overflow: hidden; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 2.5px 2px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time { + font-size: 11px; + padding: 2.5px; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon { + line-height: 22px; + padding: 0 2px; +} + +.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-month-view .e-appointment .e-subject { + padding: 2px; + width: 100%; +} + +.e-schedule .e-month-view .e-more-indicator { + color: #888; + cursor: pointer; + font-size: 12px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-month-view .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule.e-rtl .e-month-view .e-left-indent { + border-left: 1px solid #ddd; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-view .e-week-number { + border-left: 1px solid #ddd; + border-right-width: 0; +} + +.e-schedule .e-year-view .e-calendar-wrapper { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar { + border: 0; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title { + cursor: default; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day { + display: block; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month { + color: #888; + pointer-events: visible; + -ms-touch-action: auto; + touch-action: auto; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today { + opacity: .5; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment { + background-color: #317ab9; + border-radius: 50%; + height: 5px; + margin-left: 13px; + margin-top: -6px; + position: absolute; + width: 5px; +} + +.e-schedule .e-year-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-year-view .e-date-header-wrap table col { + width: 36px; +} + +.e-schedule .e-year-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #ddd; + border-style: solid; + border-width: 0 0 1px 1px; + color: #333; + text-align: left; +} + +.e-schedule .e-year-view .e-date-header-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-year-view .e-resource-cells { + color: #333; + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-year-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) { + border-left: 1px solid #ddd; +} + +.e-schedule .e-year-view .e-resource .e-month-calendar { + max-width: 100%; + min-width: 100%; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap, +.e-schedule .e-timeline-year-view .e-month-header-wrapper { + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #ddd; + border-style: solid; + border-width: 0 1px 1px 0; + color: #333; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day { + color: #317ab9; +} + +.e-schedule .e-timeline-year-view .e-work-cells { + background-color: #f8f8f8; + border-color: #ddd; + border-style: solid; + border-width: 0 1px 1px 0; + color: #333; +} + +.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) { + background: #f5f5f5; + color: #333; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-work-days { + background-color: #fff; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-other-month { + color: #888; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header { + background-color: #317ab9; + border-radius: 50%; + color: #fff; + margin: 2px; + width: 20px; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell { + background-color: #e6e6e6; + color: #333; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator { + color: #333; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover { + background-color: #e6e6e6; +} + +.e-schedule .e-timeline-year-view .e-content-table { + height: 100%; +} + +.e-schedule .e-timeline-year-view .e-left-indent { + border-color: #ddd; + border-style: solid; + border-width: 0 1px 1px 0; + vertical-align: middle; +} + +.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent { + width: 100px; +} + +.e-schedule .e-timeline-year-view.e-vertical .e-left-indent { + width: 50px; +} + +.e-schedule .e-timeline-year-view .e-month-header { + border-bottom: 1px solid #ddd; + border-right: 1px solid #ddd; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-month-header.e-current-day { + color: #317ab9; +} + +.e-schedule .e-timeline-year-view .e-left-indent, +.e-schedule .e-timeline-year-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 3px; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-month-header, +.e-schedule .e-timeline-year-view .e-work-cells { + height: 70px; +} + +.e-schedule .e-timeline-year-view .e-header-cells, +.e-schedule .e-timeline-year-view .e-work-cells { + width: 60px; +} + +.e-schedule .e-timeline-year-view .e-work-cells { + vertical-align: top; +} + +.e-schedule .e-timeline-year-view .e-work-cells .e-date-header { + cursor: pointer; + display: table; + height: 20px; + line-height: 20px; + margin: 3px 3px 2px; + text-align: center; + width: 10px; +} + +.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover { + text-decoration: underline; +} + +.e-schedule .e-timeline-year-view .e-event-table { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment { + background: #317ab9; + border: 1px solid #c6ddf0; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 20px; + overflow: hidden; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 1px 2px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding: 1.5px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon { + line-height: 38px; + padding: 0 5px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator { + display: block; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon { + font-size: 10px; + line-height: 38px; + padding-right: 7px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon { + padding-right: 5px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator { + color: #888; + cursor: pointer; + font-size: 12px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule.e-device .e-year-view .e-month-calendar { + max-width: 100%; + min-width: 100%; +} + +.e-schedule .e-timeline-view .e-content-wrap, +.e-schedule .e-timeline-view .e-content-table, +.e-schedule .e-timeline-month-view .e-content-wrap, +.e-schedule .e-timeline-month-view .e-content-table { + height: 100%; +} + +.e-schedule .e-timeline-view .e-date-header-wrap, +.e-schedule .e-timeline-month-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-view .e-event-table, +.e-schedule .e-timeline-month-view .e-event-table { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table col, +.e-schedule .e-timeline-view .e-content-wrap table col, +.e-schedule .e-timeline-month-view .e-date-header-wrap table col, +.e-schedule .e-timeline-month-view .e-content-wrap table col { + width: 50px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td { + height: 36px; + overflow: hidden; + padding: 5px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots { + overflow: inherit; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td > span { + position: relative; +} + +.e-schedule .e-timeline-view .e-navigate:hover, +.e-schedule .e-timeline-month-view .e-navigate:hover { + cursor: pointer; + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-navigate:focus, +.e-schedule .e-timeline-month-view .e-navigate:focus { + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-work-cells, +.e-schedule .e-timeline-month-view .e-work-cells { + height: 60px; +} + +.e-schedule .e-timeline-view .e-work-cells.e-disable-dates, +.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover, +.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-timeline-view .e-resource-text, +.e-schedule .e-timeline-month-view .e-resource-text { + color: #333; + font-size: 13px; + overflow: hidden; + padding: 0 15px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-resource-left-td, +.e-schedule .e-timeline-month-view .e-resource-left-td { + background-color: #fff; + border-color: #ddd; + border-style: solid; + border-width: 0 1px 1px 0; + color: #333; + vertical-align: middle; + width: 200px; +} + +.e-schedule .e-timeline-view .e-resource-cells, +.e-schedule .e-timeline-month-view .e-resource-cells { + background-color: #f8f8f8; + border-color: #ddd; + border-style: solid; + border-width: 0 1px 1px 0; + color: #333; + height: 60px; + padding-left: 15px; + padding-right: 0; + vertical-align: middle; +} + +.e-schedule .e-timeline-view .e-resource-column-wrap, +.e-schedule .e-timeline-month-view .e-resource-column-wrap { + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-view .e-resource-column-table, +.e-schedule .e-timeline-month-view .e-resource-column-table { + height: 100%; +} + +.e-schedule .e-timeline-view .e-auto-height, +.e-schedule .e-timeline-month-view .e-auto-height { + height: auto; +} + +.e-schedule .e-timeline-view .e-resource-tree-icon, +.e-schedule .e-timeline-month-view .e-resource-tree-icon { + color: #333; + cursor: pointer; + float: left; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-schedule .e-timeline-view .e-resource-collapse, +.e-schedule .e-timeline-month-view .e-resource-collapse { + transform: rotate(90deg); +} + +.e-schedule .e-timeline-view .e-child-node, +.e-schedule .e-timeline-month-view .e-child-node { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-appointment-wrapper, +.e-schedule .e-timeline-month-view .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-timeline-view .e-appointment, +.e-schedule .e-timeline-month-view .e-appointment { + background: #317ab9; + border: 1px solid #c6ddf0; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 38px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-timeline-view .e-appointment .e-appointment-details, +.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + overflow: hidden; + padding: 0 4px; +} + +.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap, +.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-schedule .e-timeline-view .e-appointment .e-subject, +.e-schedule .e-timeline-month-view .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + padding-top: 4px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-appointment .e-time, +.e-schedule .e-timeline-view .e-appointment .e-location, +.e-schedule .e-timeline-month-view .e-appointment .e-time, +.e-schedule .e-timeline-month-view .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-appointment .e-time, +.e-schedule .e-timeline-month-view .e-appointment .e-time { + display: block; +} + +.e-schedule .e-timeline-view .e-appointment .e-disable, +.e-schedule .e-timeline-month-view .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon { + line-height: 38px; + padding: 0 5px; +} + +.e-schedule .e-timeline-view .e-appointment .e-indicator, +.e-schedule .e-timeline-month-view .e-appointment .e-indicator { + display: block; +} + +.e-schedule .e-timeline-view .e-appointment .e-left-icon, +.e-schedule .e-timeline-view .e-appointment .e-right-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-left-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-right-icon { + font-size: 10px; + line-height: 38px; + padding-right: 7px; +} + +.e-schedule .e-timeline-view .e-appointment .e-right-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-right-icon { + padding-right: 5px; +} + +.e-schedule .e-timeline-view .e-appointment.e-appointment-border, .e-schedule .e-timeline-view .e-appointment:focus, +.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border, +.e-schedule .e-timeline-month-view .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-timeline-view .e-more-indicator, +.e-schedule .e-timeline-month-view .e-more-indicator { + color: #888; + cursor: pointer; + font-size: 12px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-more-indicator:focus, +.e-schedule .e-timeline-month-view .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-navigate { + font-size: 13px; +} + +.e-schedule .e-timeline-view .e-clone-time-indicator, +.e-schedule .e-timeline-view .e-current-time { + bottom: 0; + position: absolute; +} + +.e-schedule .e-timeline-view .e-current-timeline { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-month-view .e-date-header-wrap table col, +.e-schedule .e-timeline-month-view .e-content-wrap table col { + width: 70px; +} + +.e-schedule .e-virtual-scroll .e-content-table { + position: absolute; + transform: translateY(0); +} + +.e-schedule .e-virtual-scroll .e-content-wrap.e-transition { + transition: all 1000ms linear; +} + +.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon, +.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon { + padding: 0 0 0 5px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-left-td, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td { + border-width: 0 0 1px 1px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-cells, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells { + border-width: 0 0 1px 1px; + padding-right: 15px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon { + float: right; +} + +.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap { + text-align: right; +} + +.e-schedule.e-device .e-month-view .e-date-header-wrap, +.e-schedule.e-device .e-timeline-view .e-date-header-wrap, +.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap { + font-size: 14px; +} + +.e-schedule.e-device .e-month-view .e-date-header-wrap td, +.e-schedule.e-device .e-timeline-view .e-date-header-wrap td, +.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td { + border-left-width: 0; + border-right-width: 0; +} + +.e-schedule.e-device .e-month-view .e-content-wrap, +.e-schedule.e-device .e-timeline-view .e-content-wrap, +.e-schedule.e-device .e-timeline-month-view .e-content-wrap { + font-size: 15px; +} + +.e-schedule.e-device .e-month-view .e-date-header:hover, +.e-schedule.e-device .e-timeline-view .e-date-header:hover, +.e-schedule.e-device .e-timeline-month-view .e-date-header:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-month-view .e-more-indicator, +.e-schedule.e-device .e-timeline-view .e-more-indicator, +.e-schedule.e-device .e-timeline-month-view .e-more-indicator { + font-size: 12px; +} + +.e-schedule.e-device .e-month-view .e-navigate:hover, +.e-schedule.e-device .e-timeline-view .e-navigate:hover, +.e-schedule.e-device .e-timeline-month-view .e-navigate:hover { + text-decoration: none; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu { + margin-top: 6px; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable { + display: none; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next { + margin-top: 4px; +} + +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number { + border-right: 1px solid #ddd; + padding-top: 8px; +} + +.e-schedule .e-month-agenda-view .e-wrapper-container { + position: relative; +} + +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table, +.e-schedule .e-month-agenda-view .e-content-table { + border-bottom: 1px solid #ddd; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); +} + +.e-schedule .e-month-agenda-view .e-resource-column { + border-bottom: 1px solid #ddd; + border-right: 1px solid #ddd; + vertical-align: top; + width: 75px; +} + +.e-schedule .e-month-agenda-view .e-resource-name { + color: #333; + font-size: 14px; + line-height: 26px; + overflow: hidden; + padding: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-day-padding { + padding-left: 8px; +} + +.e-schedule .e-month-agenda-view .e-day-border { + border-bottom: 1px solid #ddd; +} + +.e-schedule .e-month-agenda-view .e-date-header-wrap { + font-size: 14px; + overflow: hidden; +} + +.e-schedule .e-month-agenda-view .e-content-wrap { + font-size: 13px; +} + +.e-schedule .e-month-agenda-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 5px; + text-align: center; +} + +.e-schedule .e-month-agenda-view .e-work-cells { + height: 40px; + position: relative; + vertical-align: top; +} + +.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-agenda-view .e-date-header { + height: 24px; + line-height: 24.5px; + margin: 4px auto 0; + text-align: center; + width: 24px; +} + +.e-schedule .e-month-agenda-view .e-appointment-container { + min-height: 40px; +} + +.e-schedule .e-month-agenda-view .e-appointment-wrap { + background-color: #fff; + overflow: auto; + padding: 0 8px; +} + +.e-schedule .e-month-agenda-view .e-appointment { + border-left: 3px solid #317ab9; + border-right: 0; + cursor: default; + padding: 0 8px; +} + +.e-schedule .e-month-agenda-view .e-appointment:hover { + background: #f5f5f5; +} + +.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus { + background: #e6e6e6; +} + +.e-schedule .e-month-agenda-view .e-subject-wrap { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-month-agenda-view .e-subject { + color: #333; + font-size: 14px; + line-height: 26px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-recurrence-icon, +.e-schedule .e-month-agenda-view .e-recurrence-edit-icon { + color: #888; + line-height: 26px; + padding: 0 10px; +} + +.e-schedule .e-month-agenda-view .e-date-time { + color: #888; + font-size: 12px; + line-height: 26px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-location { + color: #888; + font-size: 12px; + line-height: 26px; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-no-event { + color: #888; + cursor: default; + font-size: 14px; + height: 100%; + padding: 8px 4px; +} + +.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view { + padding: 10px 0; +} + +.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view { + margin: 0; + padding: 0; +} + +.e-schedule .e-month-agenda-view .e-appointment-indicator { + background: #317ab9; + border-radius: 50%; + height: 6px; + left: 0; + margin: 1px auto; + width: 6px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-left-indent { + border-left: 1px solid #ddd; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-week-number { + border-left: 1px solid #ddd; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-appointment { + border-left: 0; + border-right: 3px solid #317ab9; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-resource-column { + border-bottom: 1px solid #ddd; + border-left: 1px solid #ddd; + border-right: 0; + vertical-align: top; + width: 75px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-day-padding { + padding-right: 8px; +} + +.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap { + font-size: 14px; +} + +.e-schedule.e-device .e-month-agenda-view .e-content-wrap { + font-size: 15px; +} + +.e-schedule .e-agenda-view { + background-color: #fff; +} + +.e-schedule .e-agenda-view .e-content-wrap table td:first-child, +.e-schedule .e-agenda-view .e-date-column { + vertical-align: top; + width: 75px; +} + +.e-schedule .e-agenda-view .e-resource-column { + border-bottom: 1px solid #ddd; + border-right: 1px solid #ddd; + color: #333; + vertical-align: top; + width: 75px; +} + +.e-schedule .e-agenda-view .e-month-header { + background: #317ab9; + height: 100px; + padding-top: 12px; + vertical-align: top; +} + +.e-schedule .e-agenda-view .e-month-header .e-date-header { + color: #fff; + font-size: 18px; +} + +.e-schedule .e-agenda-view .e-day-date-header { + color: #333; + cursor: default; + padding: 10px 32px 0 16px; +} + +.e-schedule .e-agenda-view .e-day-date-header .e-m-date { + font-size: 18px; +} + +.e-schedule .e-agenda-view .e-day-date-header .e-m-day { + font-size: 13px; +} + +.e-schedule .e-agenda-view .e-day-date-header.e-current-day { + color: #317ab9; +} + +.e-schedule .e-agenda-view .e-day-border { + border-bottom: 1px solid #ddd; +} + +.e-schedule .e-agenda-view .e-date-border { + border-bottom: 1px solid #ddd; + border-right: 1px solid #ddd; +} + +.e-schedule .e-agenda-view .e-day-padding { + padding-left: 8px; +} + +.e-schedule .e-agenda-view .e-date-header { + font-size: 20px; +} + +.e-schedule .e-agenda-view .e-day-header { + font-size: 12px; +} + +.e-schedule .e-agenda-view .e-subject-wrap { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject { + color: #333; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time { + color: #333; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name { + color: #333; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon, +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon { + color: #333; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location { + color: #333; +} + +.e-schedule .e-agenda-view .e-subject { + color: #333; + font-size: 14px; + line-height: 23px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-resource-name { + color: #333; + font-size: 13px; + line-height: 26px; + overflow: hidden; + padding: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-recurrence-icon, +.e-schedule .e-agenda-view .e-recurrence-edit-icon { + color: #333; + line-height: 21px; + padding: 0 10px; +} + +.e-schedule .e-agenda-view .e-date-time { + color: #888; + font-size: 12px; + line-height: 21px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-location { + color: #888; + font-size: 12px; + line-height: 23px; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-agenda-item { + padding: 10px 0; +} + +.e-schedule .e-agenda-view .e-agenda-parent { + margin: 0; + padding: 0; +} + +.e-schedule .e-agenda-view .e-appointment { + border-left: 3px solid #317ab9; + border-right: 0; + cursor: default; + padding: 0 8px; +} + +.e-schedule .e-agenda-view .e-appointment:hover { + background: #f5f5f5; +} + +.e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus { + background: #e6e6e6; +} + +.e-schedule .e-agenda-view .e-appointment.e-template { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-schedule .e-agenda-view .e-no-event { + color: #888; + cursor: default; + font-size: 14px; + line-height: 52px; + padding: 0 11px; +} + +.e-schedule .e-agenda-view .e-empty-event { + color: #888; + cursor: default; + font-size: 14px; + line-height: 52px; + padding: 0 11px; +} + +.e-schedule.e-device .e-agenda-view .e-m-date, +.e-schedule.e-device .e-month-agenda-view .e-m-date { + font-size: 20px; +} + +.e-schedule.e-device .e-agenda-view .e-resource-name, +.e-schedule.e-device .e-agenda-view .e-m-day, +.e-schedule.e-device .e-month-agenda-view .e-resource-name, +.e-schedule.e-device .e-month-agenda-view .e-m-day { + color: #333; + font-size: 14px; +} + +.e-schedule.e-rtl .e-agenda-view .e-appointment { + border-left: 0; + border-right: 3px solid #317ab9; +} + +.e-schedule.e-rtl .e-agenda-view .e-resource-column { + border-bottom: 1px solid #ddd; + border-left: 1px solid #ddd; + border-right: 0; + vertical-align: top; + width: 75px; +} + +.e-schedule.e-rtl .e-agenda-view .e-day-padding { + padding-right: 8px; +} + +.e-schedule.e-rtl .e-agenda-view .e-date-border { + border-bottom: 1px solid #ddd; + border-left: 1px solid #ddd; + border-right: 0; +} + +.e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show { + display: none; +} + +.e-bigger .e-schedule .e-schedule-toolbar, +.e-bigger.e-schedule .e-schedule-toolbar { + height: 56px; + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + font-size: 15px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text { + font-size: 18px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow, +.e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow { + font-size: 12px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav, +.e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav { + min-height: 56px; + min-width: 32px; + z-index: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text { + line-height: inherit; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items { + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item { + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 34px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + height: calc(100% - 15px); + margin: 7.5px 3px; + min-height: 27px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons { + min-width: 24px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: auto; + line-height: 25px; + margin: 4px 0; + min-height: 0; + min-width: 34px; + padding: 0 1.5px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons { + padding: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right { + padding: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon { + height: 25px; +} + +.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day, +.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day, +.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date, +.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date { + font-size: 20px; +} + +.e-bigger .e-schedule .e-vertical-view .e-resource-cells, +.e-bigger.e-schedule .e-vertical-view .e-resource-cells { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td, +.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td { + font-size: 13px; +} + +.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator, +.e-bigger .e-schedule .e-vertical-view .e-current-time, +.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-bigger.e-schedule .e-vertical-view .e-current-time { + font-size: 12px; +} + +.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td, +.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td { + font-size: 11px; +} + +.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time, +.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time { + font-size: 9px; +} + +.e-bigger .e-schedule .e-month-view .e-header-cells, +.e-bigger.e-schedule .e-month-view .e-header-cells { + height: 35px; +} + +.e-bigger .e-schedule .e-month-view .e-resource-cells, +.e-bigger .e-schedule .e-month-view .e-date-header-wrap, +.e-bigger.e-schedule .e-month-view .e-resource-cells, +.e-bigger.e-schedule .e-month-view .e-date-header-wrap { + font-size: 14px; +} + +.e-bigger .e-schedule .e-month-view .e-content-wrap, +.e-bigger.e-schedule .e-month-view .e-content-wrap { + font-size: 14px; +} + +.e-bigger .e-schedule .e-month-view .e-m-date, +.e-bigger.e-schedule .e-month-view .e-m-date { + font-size: 20px; +} + +.e-bigger .e-schedule .e-month-view .e-resource-name, +.e-bigger .e-schedule .e-month-view .e-m-day, +.e-bigger.e-schedule .e-month-view .e-resource-name, +.e-bigger.e-schedule .e-month-view .e-m-day { + font-size: 14px; +} + +/*! schedule event tooltip */ +.e-schedule-event-tooltip .e-subject { + font-size: 12px; +} + +.e-bigger .e-schedule-event-tooltip .e-subject, +.e-schedule-event-tooltip.e-bigger .e-subject { + font-size: 14px; + font-weight: 500; +} + +.e-dialog.e-quick-dialog.e-following-events-dialog { + width: 420px; +} + +@media screen and (max-width: 767px) { + .e-dialog.e-quick-dialog.e-following-events-dialog { + width: 289px; + } +} + +.e-dialog.e-quick-dialog { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 320px; +} + +.e-dialog.e-quick-dialog .e-disable { + display: none; +} + +.e-dialog.e-quick-dialog .e-quick-dialog-cancel { + box-shadow: none; +} + +.e-dialog.e-quick-dialog.e-rtl { + text-align: right; +} + +.e-bigger .e-dialog.e-quick-dialog { + min-width: 370px; +} + +/*! schedule event window */ +.e-schedule-dialog .e-disable { + display: none; +} + +.e-schedule-dialog .e-icon-disable { + opacity: .5; +} + +.e-schedule-dialog .e-dlg-header-content { + padding-bottom: 8px; +} + +.e-schedule-dialog .e-dlg-content { + padding-bottom: 12px; + position: relative; +} + +.e-schedule-dialog .e-event-delete { + float: left; +} + +.e-schedule-dialog .e-subject-container, +.e-schedule-dialog .e-start-container, +.e-schedule-dialog .e-start-time-zone-container, +.e-schedule-dialog .e-description-label { + padding-right: 8px; +} + +.e-schedule-dialog .e-location-container, +.e-schedule-dialog .e-end-container, +.e-schedule-dialog .e-end-time-zone-container { + padding-left: 8px; +} + +.e-schedule-dialog .e-all-day-container { + padding-right: 16px; +} + +.e-schedule-dialog .e-time-zone-row { + display: -ms-flexbox; + display: flex; + height: 0; + margin-bottom: 0; + overflow: hidden; + padding-bottom: 0; + transition: .3s ease-in-out; + width: 100%; +} + +.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container, +.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container { + display: none; + transform: translateY(-100%); +} + +.e-schedule-dialog .e-time-zone-row.e-enable { + height: 60px; + margin-bottom: 12px; +} + +.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container, +.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container { + display: block; + transform: translateY(0); +} + +.e-schedule-dialog .e-title-location-row, +.e-schedule-dialog .e-start-end-row, +.e-schedule-dialog .e-start-input-container, +.e-schedule-dialog .e-end-input-container { + display: -ms-flexbox; + display: flex; + padding-bottom: 12px; + width: 100%; +} + +.e-schedule-dialog .e-resources { + padding-bottom: 12px; + width: 100%; +} + +.e-schedule-dialog .e-all-day-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 14px; + padding-top: 8px; + width: 100%; +} + +.e-schedule-dialog .e-subject-container, +.e-schedule-dialog .e-location-container, +.e-schedule-dialog .e-start-container, +.e-schedule-dialog .e-end-container, +.e-schedule-dialog .e-start-time-zone-container, +.e-schedule-dialog .e-end-time-zone-container { + width: 50%; +} + +.e-schedule-dialog .e-description, +.e-schedule-dialog .e-float-input .e-description { + height: 50px; + resize: vertical; +} + +.e-schedule-dialog .e-repeat-container, +.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-schedule-dialog .e-footer-content { + margin-top: 4px; +} + +.e-schedule-dialog.e-rtl { + text-align: right; +} + +.e-schedule-dialog.e-rtl .e-all-day-container { + margin-left: 16px; + margin-right: 0; +} + +.e-schedule-dialog.e-rtl .e-subject-container, +.e-schedule-dialog.e-rtl .e-start-container, +.e-schedule-dialog.e-rtl .e-start-time-zone-container, +.e-schedule-dialog.e-rtl .e-description-label { + padding-left: 8px; + padding-right: 0; +} + +.e-schedule-dialog.e-rtl .e-location-container, +.e-schedule-dialog.e-rtl .e-end-container, +.e-schedule-dialog.e-rtl .e-end-time-zone-container { + padding-left: 0; + padding-right: 8px; +} + +.e-schedule-dialog.e-rtl .e-event-delete { + float: right; +} + +.e-ddl.e-popup .e-resource-template { + display: -ms-flexbox; + display: flex; + padding: 0 10px; + text-indent: 10px; +} + +.e-ddl.e-popup .e-resource-template .e-resource-color { + height: 14px; + margin-top: 6px; + width: 14px; +} + +.e-bigger .e-ddl.e-popup .e-resource-template { + padding: 0 15px; +} + +.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color { + height: 16px; + margin-top: 10px; + width: 16px; +} + +.e-bigger .e-schedule-dialog .e-disable { + display: none; +} + +.e-bigger .e-schedule-dialog .e-dlg-header-content { + padding-bottom: 8px; +} + +.e-bigger .e-schedule-dialog .e-dlg-content { + padding-bottom: 12px; + position: relative; +} + +.e-bigger .e-schedule-dialog .e-event-cancel, +.e-bigger .e-schedule-dialog .e-event-delete { + border: none; + box-shadow: none; +} + +.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete { + float: left; + margin-left: 0; +} + +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-description-label { + padding-right: 12px; +} + +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container { + padding-left: 12px; +} + +.e-bigger .e-schedule-dialog .e-all-day-container { + padding-right: 16px; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row { + display: none; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable { + display: -ms-flexbox; + display: flex; + height: 70px; +} + +.e-bigger .e-schedule-dialog .e-title-location-row, +.e-bigger .e-schedule-dialog .e-start-end-row, +.e-bigger .e-schedule-dialog .e-start-input-container, +.e-bigger .e-schedule-dialog .e-end-input-container, +.e-bigger .e-schedule-dialog .e-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 12px; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-resources { + padding-bottom: 12px; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-all-day-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 20px; + padding-top: 0; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container { + width: 50%; +} + +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-description-row, +.e-bigger .e-schedule-dialog .e-repeat-container { + padding-top: 0; +} + +.e-bigger .e-schedule-dialog .e-all-day-time-zone-row { + padding-bottom: 16px; + padding-top: 10px; +} + +.e-bigger .e-schedule-dialog .e-description, +.e-bigger .e-schedule-dialog .e-float-input .e-description { + height: 50px; + resize: vertical; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row, +.e-bigger .e-schedule-dialog .e-repeat-container, +.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container { + margin-left: 20px; + margin-right: 0; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-subject-container, +.e-bigger .e-schedule-dialog.e-rtl .e-start-container, +.e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container, +.e-bigger .e-schedule-dialog.e-rtl .e-description-label { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-location-container, +.e-bigger .e-schedule-dialog.e-rtl .e-end-container, +.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-event-delete { + float: right; +} + +.e-schedule-dialog.e-device .e-dlg-header, +.e-schedule-dialog.e-device .e-dlg-header * { + width: 100%; +} + +.e-schedule-dialog.e-device .e-dlg-header-content { + background: #f8f8f8; + box-shadow: none; + margin-bottom: 0; +} + +.e-schedule-dialog.e-device .e-title-location-row, +.e-schedule-dialog.e-device .e-start-end-row, +.e-schedule-dialog.e-device .e-time-zone-row, +.e-schedule-dialog.e-device .e-start-input-container, +.e-schedule-dialog.e-device .e-end-input-container { + display: inline; +} + +.e-schedule-dialog.e-device .e-time-zone-row.e-enable { + display: inline; +} + +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-location-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-end-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-end-time-zone-container { + padding-left: 0; + width: 100%; +} + +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-description-label { + padding-right: 0; +} + +.e-schedule-dialog.e-device .e-location-container, +.e-schedule-dialog.e-device .e-end-container, +.e-schedule-dialog.e-device .e-end-time-zone-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-description-row, +.e-schedule-dialog.e-device .e-repeat-container { + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-all-day-time-zone-row { + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-resources { + padding-bottom: 0; + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-description, +.e-schedule-dialog.e-device .e-float-input .e-description { + height: 60px; + resize: vertical; +} + +.e-schedule-dialog.e-device .e-all-day-time-zone-row { + margin-top: 0; + padding-bottom: 0; +} + +.e-schedule-dialog.e-device .e-repeat-parent-row { + padding-top: 8px; +} + +.e-schedule-dialog.e-device .e-all-day-container { + margin-right: 20px; +} + +.e-schedule-dialog.e-device .e-title-header { + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-schedule-dialog.e-device .e-save-icon, +.e-schedule-dialog.e-device .e-back-icon, +.e-schedule-dialog.e-device .e-forward-icon { + cursor: pointer; + line-height: normal; +} + +.e-schedule-dialog.e-device .e-save-icon { + text-align: right; +} + +.e-schedule-dialog.e-device .e-time-zone-row, +.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-schedule-dialog.e-device .e-repeat-container { + display: block; +} + +.e-schedule-dialog.e-device .e-icon-down-arrow { + font-size: 12px; +} + +.e-schedule-dialog.e-device.e-rtl .e-save-icon { + text-align: left; +} + +.e-schedule-dialog.e-device.e-rtl .e-all-day-container { + margin-left: 20px; + margin-right: 0; +} + +.e-schedule-dialog.e-device.e-rtl .e-subject-container, +.e-schedule-dialog.e-device.e-rtl .e-start-container, +.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container, +.e-schedule-dialog.e-device.e-rtl .e-description-label { + padding-left: 0; +} + +.e-schedule-dialog.e-device.e-rtl .e-location-container, +.e-schedule-dialog.e-device.e-rtl .e-end-container, +.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container, +.e-schedule-dialog.e-device.e-rtl .e-all-day-container { + padding-right: 0; +} + +.e-schedule-dialog.e-device .e-recurrence-container { + position: relative; +} + +.e-schedule-dialog.e-device .e-recurrence-container.e-hide { + display: none; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button { + background: none; + border: 0; + box-shadow: none; + margin: -3px 5px; + position: absolute; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons { + font-size: 12px; + position: relative; + top: 1px; +} + +/*! schedule quick popup */ +.e-quick-popup-wrapper { + background-color: #fff; + border-radius: 2px; + box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); + color: #333; + max-width: 365px; + min-width: 320px; + opacity: 1; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; + border: 1px solid #e0e0e0; + box-shadow: none; +} + +.e-quick-popup-wrapper .e-hidden { + display: none; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper { + position: absolute; + right: 6px; + top: 4px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close { + color: #000; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: #e6e6e6; + color: #000; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon { + font-size: 11px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content { + padding: 38px 18px 12px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table { + width: 100%; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span { + margin-bottom: 4px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject { + font-size: 22px; + height: 40px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper { + padding: 5px 5px 2px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete { + display: none; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close { + position: relative; + right: 2px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close { + color: #000; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: #e6e6e6; + color: #000; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon { + font-size: 11px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover { + background: none; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-delete-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-delete-icon { + opacity: .5; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap { + padding: 0 18px 8px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject { + cursor: default; + font-size: 20px; + font-weight: 500; + line-height: 1.5; + max-height: 87px; + background-color: rgba(49, 122, 185, 0.3); + border-left: 6px solid #317ab9; + padding: 8px 0 8px 10px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-content { + padding: 0 18px 16px 26px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close { + background-color: transparent; + border: 0; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time, +.e-quick-popup-wrapper .e-cell-popup .e-location, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone, +.e-quick-popup-wrapper .e-cell-popup .e-description, +.e-quick-popup-wrapper .e-cell-popup .e-resource, +.e-quick-popup-wrapper .e-event-popup .e-date-time, +.e-quick-popup-wrapper .e-event-popup .e-location, +.e-quick-popup-wrapper .e-event-popup .e-time-zone, +.e-quick-popup-wrapper .e-event-popup .e-description, +.e-quick-popup-wrapper .e-event-popup .e-resource { + color: #333; + display: -ms-flexbox; + display: flex; + padding-top: 12px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon, +.e-quick-popup-wrapper .e-cell-popup .e-location-icon, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon, +.e-quick-popup-wrapper .e-cell-popup .e-description-icon, +.e-quick-popup-wrapper .e-cell-popup .e-resource-icon, +.e-quick-popup-wrapper .e-event-popup .e-date-time-icon, +.e-quick-popup-wrapper .e-event-popup .e-location-icon, +.e-quick-popup-wrapper .e-event-popup .e-time-zone-icon, +.e-quick-popup-wrapper .e-event-popup .e-description-icon, +.e-quick-popup-wrapper .e-event-popup .e-resource-icon { + color: #888; + font-size: 18px; + padding-right: 13px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time-details, +.e-quick-popup-wrapper .e-cell-popup .e-location-details, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details, +.e-quick-popup-wrapper .e-cell-popup .e-description-details, +.e-quick-popup-wrapper .e-cell-popup .e-resource-details, +.e-quick-popup-wrapper .e-event-popup .e-date-time-details, +.e-quick-popup-wrapper .e-event-popup .e-location-details, +.e-quick-popup-wrapper .e-event-popup .e-time-zone-details, +.e-quick-popup-wrapper .e-event-popup .e-description-details, +.e-quick-popup-wrapper .e-event-popup .e-resource-details { + color: #333; + cursor: default; + font-size: 14px; +} + +.e-quick-popup-wrapper .e-popup-table td:last-child { + padding-top: 0; +} + +.e-quick-popup-wrapper .e-popup-footer { + display: block; + padding: 8px 18px 8px 22px; + text-align: right; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit { + margin-right: 8px; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit, +.e-quick-popup-wrapper .e-popup-footer .e-event-delete { + right: auto; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled, +.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled { + color: rgba(51, 51, 51, 0.26); +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-details { + border: none; + margin-right: 8px; + right: auto; + text-transform: capitalize; +} + +.e-quick-popup-wrapper.e-rtl { + text-align: right; +} + +.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper { + left: 6px; + right: auto; +} + +.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer { + padding: 8px 18px 8px 8px; + text-align: left; +} + +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details { + margin-right: 10px; +} + +.e-quick-popup-wrapper.e-device { + bottom: 0; + height: 100%; + left: 0; + margin: 0; + max-width: 100%; + overflow: hidden; + padding: 0; + position: fixed; + right: 0; + top: 0; + width: 100%; + z-index: 1004; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper { + background-color: #f8f8f8; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: none; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round { + height: 2.5em; + width: 2.5em; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete { + display: block; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close { + margin-left: 0; + margin-right: auto; + -ms-flex-order: -1; + order: -1; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap { + padding: 12px 24px; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content { + padding: 12px 24px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header { + display: -ms-flexbox; + display: flex; + padding: 15px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete { + background-color: transparent; + border: 0; + height: 40px; + width: 40px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:focus, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover { + background: none; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject { + font-size: 15px; + font-weight: 500; + height: 40px; + line-height: 2.25; + padding: 4px 5px; + width: calc(100% - 95px); +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon { + font-size: 14px; +} + +.e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close { + margin-left: auto; + margin-right: 0; +} + +.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject { + font-size: 24px; +} + +.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round, +.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round, +.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round { + height: 2em; + width: 2em; +} + +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon { + font-size: 14px; +} + +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon, +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon { + font-size: 14px; +} + +.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject { + padding: 0 5px 0 8px; +} + +.e-appointment.e-schedule-event-clone { + background: #317ab9; + border-radius: 2px; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); + color: #fff; + display: -ms-flexbox; + display: flex; + height: 38px; + width: 100px; + z-index: 9; +} + +.e-appointment.e-schedule-event-clone.e-drag-clone { + cursor: move; +} + +.e-appointment.e-schedule-event-clone .e-recurrence-icon, +.e-appointment.e-schedule-event-clone .e-recurrence-edit-icon, +.e-appointment.e-schedule-event-clone .e-indicator.e-left-icon, +.e-appointment.e-schedule-event-clone .e-indicator.e-right-icon, +.e-appointment.e-schedule-event-clone .e-event-resize.e-left-handler, +.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler { + display: none; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details { + -ms-flex: auto; + flex: auto; + overflow: hidden; + padding: 0 4px; + text-align: left; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + padding-top: 4px; + text-overflow: ellipsis; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-time { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-location { + display: none; +} + +.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject { + padding: 3px 2px; +} + +.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time { + display: none; +} + +.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject { + padding: 3px 0 1px 4px; +} + +.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time { + display: none; +} + +.e-bigger .e-schedule .e-month-view .e-current-date .e-date-header { + width: 26px; +} + +.e-more-popup-wrapper { + background-color: #fff; + border: 1px solid #e0e0e0; + border-radius: 2px; + box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4); + opacity: 1; + padding: 8px 0; + width: 225px; +} + +.e-more-popup-wrapper .e-more-appointment-wrapper { + margin: 0 4px; +} + +.e-more-popup-wrapper .e-more-event-popup { + height: 100%; + position: relative; + width: 100%; +} + +.e-more-popup-wrapper .e-more-event-header { + height: 35px; + margin: 0 8px 4px 14px; +} + +.e-more-popup-wrapper .e-more-event-content { + height: calc(100% - 35px); + max-height: 300px; + overflow-y: auto; + padding-left: 10px; + padding-right: 10px; +} + +.e-more-popup-wrapper .e-more-event-content .e-appointment-border { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-more-popup-wrapper .e-more-event-date-header { + height: 100%; + width: calc(100% - 25px); +} + +.e-more-popup-wrapper .e-more-event-date-header .e-current-date { + color: #317ab9; +} + +.e-more-popup-wrapper .e-header-day { + color: #333; + font-size: 13px; + line-height: 1; + padding-bottom: 2px; +} + +.e-more-popup-wrapper .e-header-date { + color: #333; + font-size: 18px; + line-height: 1; + max-width: 15%; +} + +.e-more-popup-wrapper .e-header-date:hover { + cursor: pointer; + text-decoration: underline; +} + +.e-more-popup-wrapper .e-header-date:focus { + text-decoration: underline; +} + +.e-more-popup-wrapper .e-more-event-close { + background-color: transparent; + border: 0; + box-shadow: none; + color: #000; + cursor: pointer; + height: 25px; + position: absolute; + right: 6px; + width: 25px; +} + +.e-more-popup-wrapper .e-more-event-close .e-close-icon { + font-size: 9px; +} + +.e-more-popup-wrapper .e-more-event-close .e-btn-icon { + margin-top: 3px; +} + +.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover { + background-color: #e6e6e6; + border-radius: 50%; + color: #000; +} + +.e-more-popup-wrapper .e-appointment { + background: #317ab9; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 22px; + line-height: 20px; + margin-bottom: 2px; + padding: 2px 0; + width: 100%; +} + +.e-more-popup-wrapper .e-appointment .e-subject { + color: #fff; + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 0 2px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-more-popup-wrapper .e-appointment .e-recurrence-icon, +.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon { + line-height: 22px; + padding: 0 2px; +} + +.e-more-popup-wrapper .e-appointment:focus { + border: 1px solid #000; +} + +.e-more-popup-wrapper.e-device { + bottom: 0; + height: 100%; + left: 0; + margin: 0; + max-width: 100%; + overflow: hidden; + right: 0; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-more-popup-wrapper.e-device .e-more-event-content { + max-height: unset; +} + +.e-more-popup-wrapper.e-rtl .e-more-event-close { + left: 6px; + right: auto; +} + +/*! schedule component theme */ +.e-schedule { + background-color: #fff; + border: 1px solid #ddd; +} + +.e-schedule .e-date-header-wrap { + border-color: #ddd; + border-style: solid; + border-width: 0; + position: relative; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child, +.e-schedule .e-vertical-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover { + background: #f5f5f5; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td { + background-color: #fff; + border-color: #ddd; + border-style: solid; + border-width: 0 1px 1px 0; + color: #333; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells { + border-bottom-width: 0; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number { + color: #888; + font-size: 13px; + padding-top: 10px; + text-align: center; + vertical-align: top; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells { + border-bottom-color: transparent; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td { + background-color: #fff; + border-color: #ddd; + border-style: solid; + border-width: 0 0 1px 1px; + color: #333; + text-align: left; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells { + border-bottom-width: 0; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td { + background-color: #fff; + border-color: #ddd; + border-style: solid; + border-width: 0 1px 1px 0; + color: #888; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td { + border-bottom-color: transparent; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap .e-time-cells { + border-bottom-color: #ddd; +} + +.e-schedule .e-vertical-view .e-header-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-header-cells.e-current-day { + color: #317ab9; +} + +.e-schedule .e-vertical-view .e-work-cells { + background-color: #f8f8f8; + border-color: #ddd; + border-style: solid; + border-width: 0 0 1px 1px; +} + +.e-schedule .e-vertical-view .e-work-cells:hover { + background: #f5f5f5; + color: #333; +} + +.e-schedule .e-vertical-view .e-alternate-cells { + border-bottom-style: dotted; +} + +.e-schedule .e-vertical-view .e-work-hours { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-all-day-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-current-day { + color: #317ab9; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell { + background-color: #e6e6e6; + color: #333; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover { + background-color: #e6e6e6; +} + +.e-schedule .e-vertical-view .e-selected-cell { + background-color: #e6e6e6; + color: #333; +} + +.e-schedule .e-vertical-view .e-selected-cell:hover { + background-color: #e6e6e6; +} + +.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-schedule .e-vertical-view .e-current-time { + color: #317ab9; +} + +.e-schedule .e-vertical-view .e-current-timeline { + border-top: 1px solid #317ab9; +} + +.e-schedule .e-vertical-view .e-previous-timeline { + border-top: 1px dotted #317ab9; +} + +.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells { + border-bottom-width: 1px; +} + +.e-schedule .e-month-view .e-date-header-wrap table td:first-child, +.e-schedule .e-month-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-month-view .e-date-header-wrap table td, +.e-schedule .e-month-agenda-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #ddd; + border-style: solid; + border-width: 0 0 1px 1px; + color: #333; + text-align: left; +} + +.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day, +.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day { + color: #317ab9; +} + +.e-schedule .e-month-view .e-work-cells, +.e-schedule .e-month-agenda-view .e-work-cells { + background-color: #f8f8f8; + border-color: #ddd; + border-style: solid; + border-width: 0 0 1px 1px; + color: #333; +} + +.e-schedule .e-month-view .e-work-cells:hover, +.e-schedule .e-month-agenda-view .e-work-cells:hover { + background: #f5f5f5; + color: #333; +} + +.e-schedule .e-month-view .e-work-days, +.e-schedule .e-month-agenda-view .e-work-days { + background-color: #fff; +} + +.e-schedule .e-month-view .e-other-month, +.e-schedule .e-month-agenda-view .e-other-month { + color: #888; +} + +.e-schedule .e-month-view .e-current-date .e-date-header, +.e-schedule .e-month-agenda-view .e-current-date .e-date-header { + background-color: #317ab9; + border-radius: 50%; + color: #fff; + width: 20px; +} + +.e-schedule .e-month-view .e-selected-cell, +.e-schedule .e-month-agenda-view .e-selected-cell { + background-color: #e6e6e6; + color: #333; +} + +.e-schedule .e-month-view .e-selected-cell .e-more-indicator, +.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator { + color: #333; +} + +.e-schedule .e-month-view .e-selected-cell:hover, +.e-schedule .e-month-agenda-view .e-selected-cell:hover { + background-color: #e6e6e6; +} + +.e-schedule .e-month-agenda-view .e-date-header-wrap table td { + border-width: 0 0 1px 0; + text-align: center; +} + +.e-schedule .e-month-agenda-view .e-work-cells { + border-width: 0; +} + +.e-schedule .e-month-agenda-view .e-current-date .e-date-header { + width: 24px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child, +.e-schedule .e-timeline-view .e-content-wrap table td:first-child, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child, +.e-schedule .e-timeline-month-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-timeline-view .e-content-wrap table tr:last-child td, +.e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td { + border-bottom-width: 0; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #ddd; + border-style: solid; + border-width: 0 0 1px 1px; + color: #333; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day { + color: #317ab9; +} + +.e-schedule .e-timeline-view .e-work-cells, +.e-schedule .e-timeline-month-view .e-work-cells { + background-color: #f8f8f8; + border-color: #ddd; + border-style: solid; + border-width: 0 0 1px 1px; + color: #333; +} + +.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells), +.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) { + background: #f5f5f5; + color: #333; +} + +.e-schedule .e-timeline-view .e-work-days, +.e-schedule .e-timeline-month-view .e-work-days { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-resource-group-cells, +.e-schedule .e-timeline-month-view .e-resource-group-cells { + background-color: #f8f8f8; +} + +.e-schedule .e-timeline-view .e-selected-cell, +.e-schedule .e-timeline-month-view .e-selected-cell { + background-color: #e6e6e6; + color: #333; +} + +.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells), +.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) { + background-color: #e6e6e6; +} + +.e-schedule .e-timeline-view .e-work-hours { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-resource-group-cells { + background-color: #f8f8f8; +} + +.e-schedule .e-timeline-view .e-selected-cell { + background-color: #e6e6e6; + color: #333; +} + +.e-schedule .e-timeline-view .e-selected-cell:hover { + background-color: #e6e6e6; +} + +.e-schedule .e-timeline-view .e-alternate-cells { + border-left-style: dotted; +} + +.e-schedule .e-timeline-view .e-header-row .e-time-cells { + border-left-width: 0; +} + +.e-schedule .e-timeline-view .e-clone-time-indicator, +.e-schedule .e-timeline-view .e-current-time { + color: #317ab9; + font-size: 11px; +} + +.e-schedule .e-timeline-view .e-current-timeline { + border-left: 1px solid #317ab9; +} + +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child, +.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td, +.e-schedule.e-rtl .e-vertical-view .e-work-cells { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells, +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells { + border-bottom-width: 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td, +.e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td { + border-width: 0 0 1px 1px; +} + +.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-month-view .e-work-cells, +.e-schedule.e-rtl .e-month-agenda-view .e-work-cells { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-work-cells { + border-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child { + border-left-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-alternate-cells { + border-right-style: dotted; +} + +.e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells { + border-right-width: 0; +} + +.e-tooltip-wrap.e-schedule-error { + background-color: #fcdbe4; + border-color: #fcdbe4; + z-index: 1000; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top { + left: 44%; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content { + padding: 3px 6px; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content, +.e-tooltip-wrap.e-schedule-error .e-tip-content label { + color: #f44336; +} + +/*! Bootstrap theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +/*! Bootstrap specific themes definition's */ +/*! Vertical Tab */ +/*! component's theme wise override definitions and variables */ +.e-spreadsheet .e-ribbon .e-bold-icon::before { + content: '\e339'; +} + +.e-spreadsheet .e-ribbon .e-italic-icon::before { + content: '\e35a'; +} + +.e-spreadsheet .e-ribbon .e-underline-icon::before { + content: '\e343'; +} + +.e-spreadsheet .e-ribbon .e-line-through-icon::before { + content: '\e332'; +} + +.e-spreadsheet .e-ribbon .e-font-color::before { + content: '\e34c'; +} + +.e-spreadsheet .e-ribbon .e-fill-color::before { + content: '\e35c'; +} + +.e-spreadsheet .e-ribbon .e-hide-headers::before { + content: '\e718'; +} + +.e-spreadsheet .e-ribbon .e-hide-gridlines::before { + content: '\e719'; +} + +.e-spreadsheet .e-ribbon .e-insert-function::before { + content: '\e717'; +} + +.e-spreadsheet .e-ribbon .e-hyperlink-icon::before { + content: '\e290'; +} + +.e-spreadsheet .e-insert-function .e-btn-icon::before { + content: '\e717'; +} + +.e-spreadsheet .e-add-icon::before { + content: '\e823'; +} + +.e-spreadsheet .e-sheets-list .e-btn-icon::before { + content: '\e941'; +} + +.e-spreadsheet .e-formula-bar-panel .e-drop-icon::before { + content: '\e95d'; +} + +.e-spreadsheet .e-file-menu-icon::before { + content: '\e936'; +} + +.e-spreadsheet .e-tick-icon::before { + content: '\e935'; +} + +.e-spreadsheet-contextmenu.e-contextmenu-wrapper .e-delete::before { + content: '\e602'; +} + +.e-dropdown-popup .e-selected-icon::before, +.e-numformat-ddb.e-dropdown-popup .e-active-item::before { + content: '\e935'; +} + +.e-align-ddb .e-left-icon::before { + content: '\e33a'; +} + +.e-align-ddb .e-center-icon::before { + content: '\e35e'; +} + +.e-align-ddb .e-right-icon::before { + content: '\e34d'; +} + +.e-align-ddb .e-bottom-icon::before { + content: '\eb0e'; +} + +.e-align-ddb .e-middle-icon::before { + content: '\eb0d'; +} + +.e-align-ddb .e-top-icon::before { + content: '\eb35'; +} + +.e-menu-wrapper.e-file-menu .e-new::before { + content: '\e709'; +} + +.e-menu-wrapper.e-file-menu .e-open::before { + content: '\eb28'; +} + +.e-menu-wrapper.e-file-menu .e-save::before { + content: '\e703'; +} + +.e-menu-wrapper.e-file-menu .e-xls::before { + content: '\e726'; +} + +.e-menu-wrapper.e-file-menu .e-xlsx::before { + content: '\e70b'; +} + +.e-menu-wrapper.e-file-menu .e-csv::before { + content: '\e727'; +} + +.e-spreadsheet .e-cut-icon::before, +.e-spreadsheet-contextmenu .e-cut-icon::before { + content: '\e604'; +} + +.e-spreadsheet .e-copy-icon::before, +.e-spreadsheet-contextmenu .e-copy-icon::before { + content: '\e60d'; +} + +.e-spreadsheet .e-paste-icon::before, +.e-spreadsheet-contextmenu .e-paste-icon::before { + content: '\e601'; +} + +.e-undo-icon::before { + content: '\ebc5'; +} + +.e-redo-icon::before { + content: '\ebd3'; +} + +.e-sort-filter-ddb .e-sort-icon::before, +.e-spreadsheet-contextmenu .e-sort-icon::before { + content: '\e734'; +} + +.e-sort-filter-ddb .e-sort-asc::before, +.e-spreadsheet-contextmenu .e-sort-asc::before { + content: '\e734'; +} + +.e-sort-filter-ddb .e-sort-desc::before, +.e-spreadsheet-contextmenu .e-sort-desc::before { + content: '\e733'; +} + +.e-sort-filter-ddb .e-sort-custom::before, +.e-spreadsheet-contextmenu .e-sort-custom::before { + content: '\e732'; +} + +.e-spreadsheet-contextmenu .e-hyperlink-icon::before { + content: '\e290'; +} + +.e-spreadsheet-contextmenu .e-edithyperlink-icon::before { + content: '\e289'; +} + +.e-spreadsheet-contextmenu .e-openhyperlink-icon::before { + content: '\e278'; +} + +.e-spreadsheet-contextmenu .e-removehyperlink-icon::before { + content: '\e286'; +} + +.e-spreadsheet .e-sort-delete::before { + content: '\e602'; +} + +.e-spreadsheet .e-filter-icon::before, +.e-sort-filter-ddb .e-filter-icon::before, +.e-spreadsheet-contextmenu .e-filter-icon::before { + content: '\e73a'; +} + +.e-spreadsheet .e-filter-icon.e-filtered::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered::before { + content: '\e73f'; +} + +.e-spreadsheet .e-filter-icon.e-sortasc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-sortasc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-sortasc-filter::before { + content: '\e73d'; +} + +.e-spreadsheet .e-filter-icon.e-sortdesc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-sortdesc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-sortdesc-filter::before { + content: '\e73c'; +} + +.e-spreadsheet .e-filter-icon.e-filtered.e-sortasc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortasc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortasc-filter::before { + content: '\e73e'; +} + +.e-spreadsheet .e-filter-icon.e-filtered.e-sortdesc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortdesc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortdesc-filter::before { + content: '\e73b'; +} + +.e-spreadsheet .e-filter-apply::before, +.e-sort-filter-ddb .e-filter-apply::before, +.e-spreadsheet-contextmenu .e-filter-apply::before { + content: '\e249'; +} + +.e-spreadsheet .e-filter-clear::before, +.e-sort-filter-ddb .e-filter-clear::before, +.e-spreadsheet-contextmenu .e-filter-clear::before { + content: '\e246'; +} + +.e-spreadsheet .e-filter-reapply::before, +.e-sort-filter-ddb .e-filter-reapply::before, +.e-spreadsheet-contextmenu .e-filter-reapply::before { + content: '\e737'; +} + +.e-spreadsheet .e-sort-filter-icon::before, +.e-sort-filter-ddb .e-sort-filter-icon::before, +.e-spreadsheet-contextmenu .e-sort-filter-icon::before { + content: '\e736'; +} + +/*! spreadsheet layout */ +.e-spreadsheet { + display: block; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet .e-center-align { + text-align: center; +} + +.e-spreadsheet .e-formula-bar-panel { + -ms-flex-align: center; + align-items: center; + border: 1px solid #e6e6e6; + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit { + border: 0; + border-radius: 0; + padding-bottom: 0; + padding-top: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon { + font-size: 16px; + margin-top: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function.e-btn:focus, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-btn:focus { + box-shadow: none; + outline: 0; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box { + -ms-flex-item-align: start; + align-self: flex-start; + border: 0; + margin-bottom: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box .e-clear-icon { + display: none; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl { + border: 0; + z-index: 1; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::after, .e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::before { + height: 0; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box { + width: 124px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input { + height: 23px; + min-height: 15px; + padding: 0 0 0 8px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon { + font-size: 8px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon { + border-left-width: 0; + min-height: 15px; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-style: solid; + border-left-width: 1px; + height: 12px; + width: 1px; +} + +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + border: 0; + font-size: 14px; + overflow: auto; + padding: 0 4px; + resize: none; +} + +.e-spreadsheet .e-formula-bar-panel .e-drop-icon { + -ms-flex-item-align: start; + align-self: flex-start; + cursor: pointer; + float: right; + line-height: 23px; + margin-right: 4px; + text-align: center; + transition: transform 300ms ease; + width: 18px; + font-size: 10px; +} + +.e-spreadsheet.e-hide-row-header .e-row-header, +.e-spreadsheet.e-hide-row-header .e-selectall-container { + display: none; +} + +.e-spreadsheet.e-hide-row-header .e-column-header, +.e-spreadsheet.e-hide-row-header .e-main-content { + width: 100% !important; +} + +.e-spreadsheet.e-hide-column-header .e-header-panel { + display: none; +} + +.e-spreadsheet.e-hide-column-header .e-main-panel { + height: 100%; +} + +.e-spreadsheet .e-sheet { + height: 100%; +} + +.e-spreadsheet .e-sheet .e-virtualable { + will-change: transform; + z-index: 1; +} + +.e-spreadsheet .e-ss-atc { + display: none; +} + +.e-spreadsheet .e-main-panel { + height: calc(100% - 30px); +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit { + border: 0; + cursor: text; + display: none; + font-family: 'Calibri'; + font-size: 11pt; + height: auto; + line-height: normal; + outline: none; + overflow-wrap: break-word; + padding: 0 1px; + position: absolute; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; + vertical-align: bottom; + white-space: pre-wrap; + z-index: 2; +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit.e-right-align { + text-align: right; +} + +.e-spreadsheet .e-main-panel .e-virtualable { + position: absolute; +} + +.e-spreadsheet .e-main-panel .e-virtualtrack { + position: relative; +} + +.e-spreadsheet .e-main-panel .e-row.e-hide { + height: 0 !important; +} + +.e-spreadsheet .e-table { + border: 0 none; + border-collapse: separate; + border-spacing: 0; + cursor: cell; + table-layout: fixed; +} + +.e-spreadsheet .e-table tr { + line-height: normal; +} + +.e-spreadsheet .e-table tr .e-cell, +.e-spreadsheet .e-table tr .e-header-cell, +.e-spreadsheet .e-table tr .e-select-all-cell { + border-style: solid; + border-width: 0 1px 1px 0; + line-height: inherit; + overflow: hidden; +} + +.e-spreadsheet .e-table tr .e-cell { + font-family: 'Calibri'; + font-size: 11pt; + padding: 0 2px; + position: relative; + text-align: left; + vertical-align: bottom; + white-space: pre; +} + +.e-spreadsheet .e-table tr .e-cell.e-right-align { + text-align: right; +} + +.e-spreadsheet .e-table tr .e-cell .e-hyperlink { + color: #00e; + cursor: pointer; + text-decoration: underline; +} + +.e-spreadsheet .e-table tr .e-header-cell { + font-size: 12px; + font-weight: 500; + letter-spacing: 0; + text-align: center; +} + +.e-spreadsheet .e-select-all-cell { + border-style: solid; + border-width: 0 1px 1px 0; + padding: 1px; +} + +.e-spreadsheet .e-select-all-cell .e-selectall { + border-style: solid; + border-width: 13px; + cursor: cell; + float: right; + height: 26px; + padding: 0; + width: 26px; +} + +.e-spreadsheet .e-row-header .e-table .e-header-cell { + padding-bottom: 2px; + vertical-align: bottom; +} + +.e-spreadsheet .e-column-header .e-table .e-header-cell { + padding: 1px 0 0 1px; + vertical-align: middle; +} + +.e-spreadsheet .e-row-header .e-table .e-zero .e-header-cell, +.e-spreadsheet .e-row-header .e-table .e-zero-start .e-header-cell, +.e-spreadsheet .e-row-header .e-table .e-zero-end .e-header-cell { + border-bottom-width: 0; + padding-bottom: 0; + padding-top: 0; + vertical-align: bottom; +} + +.e-spreadsheet .e-row-header .e-table .e-reach-fntsize .e-header-cell { + padding-bottom: 0; + padding-top: 0; + vertical-align: bottom; +} + +.e-spreadsheet .e-row-header .e-table .e-zero-last .e-header-cell { + border-bottom-width: 1px; +} + +.e-spreadsheet .e-main-content .e-table .e-zero .e-cell, +.e-spreadsheet .e-main-content .e-table .e-zero-start .e-cell, +.e-spreadsheet .e-main-content .e-table .e-zero-end .e-cell { + border-bottom-width: 0; +} + +.e-spreadsheet .e-column-header .e-table tr .e-header-cell.e-colresize { + cursor: col-resize; +} + +.e-spreadsheet .e-row-header .e-table tr .e-header-cell.e-rowresize { + cursor: row-resize; +} + +.e-spreadsheet .e-sheet { + border: 1px solid #e6e6e6; +} + +.e-spreadsheet .e-sheet.e-hide-headers .e-main-panel { + height: 100%; +} + +.e-spreadsheet .e-sheet colgroup .e-hide { + width: 0 !important; +} + +.e-spreadsheet .e-header-panel, +.e-spreadsheet .e-main-panel { + display: -ms-flexbox; + display: flex; +} + +.e-spreadsheet .e-main-content { + overflow: scroll; + position: relative; +} + +.e-spreadsheet .e-row-header { + border-bottom: 1px solid; + overflow-y: hidden; + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before { + content: ''; + left: 0; + position: absolute; + width: 100%; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell { + border-bottom-color: transparent; + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after { + border-top: 1px solid #e6e6e6; + bottom: .5px; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell { + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before { + border-bottom: 1px solid #e6e6e6; + top: .5px; +} + +.e-spreadsheet .e-main-content .e-table, +.e-spreadsheet .e-column-header .e-table { + width: 100%; +} + +.e-spreadsheet .e-column-header { + border-style: solid; + border-width: 0; + overflow: hidden; +} + +.e-spreadsheet .e-header-panel .e-header-row, +.e-spreadsheet .e-header-panel .e-selectall-container, +.e-spreadsheet .e-header-panel .e-column-header { + height: 30px; +} + +.e-spreadsheet .e-header-panel .e-virtualtrack { + height: 1px; +} + +.e-spreadsheet .e-sheet-tab-panel { + -ms-flex-align: center; + align-items: center; + border: 1px solid #e6e6e6; + border-top-width: 0; + display: -ms-flexbox; + display: flex; + padding: 0 8px; +} + +.e-spreadsheet .e-sheet-tab { + display: inline-block; + line-height: 0; +} + +.e-spreadsheet .e-sheet-tab > div { + display: inline-block; +} + +.e-spreadsheet .e-sheet-tab.e-tab { + border: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-hscroll .e-scroll-nav.e-scroll-left-nav { + left: auto; + right: 40px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator { + display: block; + transition: none; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header::before { + border-bottom-width: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item { + border-bottom-width: 0; + border-left-width: 0; + border-top-width: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item.e-active { + border-bottom-width: 0; + border-radius: 0; + border-top-width: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item { + margin: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item input.e-input.e-sheet-rename { + background: transparent; + border: 0; + box-shadow: none; + min-width: 20px; + padding: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:nth-child(2) { + border-left: 1px solid #e6e6e6; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator { + z-index: 1; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-content { + display: none; +} + +.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + text-transform: none; +} + +.e-spreadsheet .e-tab.e-sheet-tab .e-tab-header .e-tab-text { + white-space: pre; +} + +.e-spreadsheet .e-sheets-list { + margin-right: 8px; +} + +.e-spreadsheet .e-hide { + display: none; +} + +.e-spreadsheet .e-selection { + border-style: solid; + cursor: cell; + pointer-events: none; + position: absolute; + z-index: 1; + border-width: 1px; +} + +.e-spreadsheet .e-active-cell, +.e-spreadsheet .e-copy-indicator { + cursor: cell; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-active-cell { + border: 2px solid #317ab9; + pointer-events: none; +} + +.e-spreadsheet .e-active-cell[style*='height: 1px;'] { + border-width: 1px; +} + +.e-spreadsheet .e-copy-indicator div { + position: absolute; +} + +.e-spreadsheet .e-copy-indicator div.e-top, .e-spreadsheet .e-copy-indicator div.e-bottom { + height: 2px; + width: 100%; +} + +.e-spreadsheet .e-copy-indicator div.e-left, .e-spreadsheet .e-copy-indicator div.e-right { + height: 100%; + width: 2px; +} + +.e-spreadsheet .e-copy-indicator div.e-top { + top: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-bottom { + bottom: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-left { + left: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-right { + right: 0; +} + +.e-spreadsheet .e-clipboard { + height: 1px; + opacity: 0; + overflow: hidden; + position: absolute; + width: 1px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn .e-tbar-btn-text { + float: left; + overflow: hidden; + padding: 0; + text-align: left; + text-overflow: ellipsis; + white-space: nowrap; + width: 80px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: left; + justify-content: left; + width: 52px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb .e-caret { + -ms-flex: 1; + flex: 1; + text-align: right; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) { + font-weight: 400; + padding-bottom: 0; + padding-top: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-dropdown-btn { + text-overflow: initial; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) { + line-height: 30px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) { + padding-left: 2.5px; + padding-right: 2.5px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) .e-btn-icon { + min-width: 25px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) .e-btn-icon { + margin-top: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon { + line-height: 30px; + min-height: 30px; + vertical-align: bottom; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker { + line-height: 29px; + padding-bottom: 1px; + padding-left: 0; + padding-right: 0; + width: 29px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-font-color { + font-size: 13px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-fill-color { + font-size: 14px; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color { + background: none; + border-bottom-style: solid; + border-bottom-width: 3px; + border-radius: 0; + height: auto; + padding-bottom: 1px; + width: auto; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color .e-split-preview { + display: none; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-dropdown-btn { + margin-left: 0; +} + +.e-spreadsheet.e-mobile-view .e-header-toolbar { + border: 1px solid #e6e6e6; + border-bottom-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-header-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:last-child { + min-width: auto; + padding: 0; + min-height: 39px; +} + +.e-spreadsheet.e-mobile-view .e-add-sheet-tab, +.e-spreadsheet.e-mobile-view .e-sheets-list { + height: 48px; + width: 40px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel { + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit { + height: 41px; + line-height: 40px; + padding-left: 9px; + padding-right: 9px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon { + font-size: 18px; + line-height: 42px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar { + height: 41px; + line-height: 41px; + white-space: nowrap; + width: calc(100% - 36px); +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar:-ms-input-placeholder { + font-style: italic; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar::placeholder { + font-style: italic; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel.e-focused .e-formula-bar { + border-right: 1px solid #e6e6e6; + width: calc(100% - 72px); +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu { + height: 100%; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul { + height: 100%; + padding: 0; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon { + height: 100%; + line-height: 1; + padding: 0 6px; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-menu-icon.e-file-menu-icon { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + line-height: 1; + margin: 0; + width: auto; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-caret { + display: none; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu.e-rtl { + direction: ltr; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel { + border-top-width: 0; + display: none; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar { + border-color: #e6e6e6; + border-radius: 0; + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-dropdown-btn.e-btn { + border-left-width: 0; + border-radius: 0; + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-toolbar-items.e-hscroll.e-scroll-device { + padding: 0; + width: 100%; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-scroll-nav { + display: none; +} + +.e-spreadsheet.e-mobile-view .e-sheet-tab { + max-width: calc(100% - 104px); +} + +.e-spreadsheet.e-mobile-view.e-mobile-focused .e-toolbar-panel { + display: -ms-flexbox; + display: flex; +} + +.e-spreadsheet.e-mobile-view.e-mobile-focused .e-sheet-tab-panel { + display: none; +} + +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-active-cell, +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-focused-tick, +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-formula-bar-panel { + display: none; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-cell, +.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-header-cell { + border-width: 0 0 1px 1px; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell { + border-width: 0 0 1px 1px; +} + +.e-spreadsheet .e-sheet-panel { + position: relative; +} + +.e-spreadsheet .e-colresize-handler { + border-right: 1px solid; + cursor: col-resize; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-rowresize-handler { + border-top: 1px solid; + cursor: row-resize; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-rtl .e-spreadsheet-edit { + direction: ltr; + text-align: left; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection { + padding-top: 15px; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection .e-input-group { + min-width: 220px; +} + +.e-spreadsheet .e-customsort-dlg .e-footer-content .e-sort-addbtn { + float: left; + margin-left: 0; +} + +.e-spreadsheet .e-hyperlink-dlg, +.e-spreadsheet .e-edithyperlink-dlg { + max-height: 640px !important; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content { + padding: 24px 24px 16px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content .e-dlg-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content .e-dlg-header { + font-size: 18px; + line-height: 21px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header { + padding: 0 24px 0 25px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items { + height: 100%; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item { + text-align: center; + width: 136px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 13px; + line-height: 15px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content { + padding-top: 24px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont { + margin: 0 0 15.5px 24px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header { + font-size: 14px; + line-height: 16px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text { + margin-top: 8px; + font-size: 14px; + height: 32px; + line-height: 16px; + width: 275px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled { + border-bottom-width: 2px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont { + border: 1px solid #c8c8c8; + height: 165px; + margin: 8px 24px 0 0; + overflow: auto; + width: 273px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-footer-content, +.e-spreadsheet .e-edithyperlink-dlg .e-footer-content { + margin: 4px 0; +} + +.e-spreadsheet .e-filter-popup { + position: absolute; +} + +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul { + border: 0; + box-shadow: none; + display: block; + max-width: 300px; + padding-bottom: 4px; + position: static; +} + +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul li, +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul .e-caret { + height: 36px; + line-height: 36px; +} + +.e-spreadsheet .e-filter-popup .e-dlg-content { + padding-top: 0; +} + +.e-spreadsheet .e-filter-icon { + margin-bottom: 14px; +} + +.e-spreadsheet .e-filter-icon::before { + font-size: 20px; + margin-left: -3px; +} + +.e-spreadsheet .e-btn.e-icon-btn.e-filter-btn { + bottom: 0; + height: 18px; + margin-right: 1px; + padding: 0; + position: absolute; + right: 0; + width: 20px; + z-index: 2; +} + +.e-spreadsheet.e-col-resizing { + cursor: col-resize; +} + +.e-spreadsheet.e-row-resizing { + cursor: row-resize; +} + +.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text { + font-size: 13px; + max-width: 200px; + overflow: hidden; + text-align: right; + text-overflow: ellipsis; +} + +.e-dropdown-popup.e-font-size-ddb ul { + min-width: 60px; +} + +.e-dropdown-popup.e-align-ddb ul { + min-width: auto; + padding: 7px; +} + +.e-dropdown-popup.e-align-ddb ul .e-item { + display: -ms-inline-flexbox; + display: inline-flex; + height: 32px; + line-height: 32px; + margin: 0 4px; + padding: 0 8px; +} + +.e-dropdown-popup.e-align-ddb ul .e-item .e-menu-icon { + line-height: 32px; + margin-right: 0; +} + +.e-dropdown-popup.e-colorpicker-popup .e-container .e-custom-palette .e-palette { + padding: 0; +} + +.e-dropdown-popup.e-colorpicker-popup .e-container .e-switch-ctrl-btn { + padding-top: 15px; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(1) { + font-family: "Arial"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(2) { + font-family: "Arial Black"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(3) { + font-family: "Axettac Demo"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(4) { + font-family: "Batang"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(5) { + font-family: "Book Antiqua"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(6) { + font-family: "Calibri"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) { + font-family: "Courier"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) { + font-family: "Courier New"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) { + font-family: "Din Condensed"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) { + font-family: "Georgia"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) { + font-family: "Helvetica"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) { + font-family: "Helvetica New"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) { + font-family: "Roboto"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) { + font-family: "Tahoma"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) { + font-family: "Times New Roman"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) { + font-family: "Verdana"; +} + +.e-dropdown-popup .e-aggregate-list { + margin-left: auto; +} + +.e-menu-wrapper.e-file-menu ul .e-menu-item div { + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension { + font-size: 13px; + margin-left: auto; + opacity: .7; + padding-left: 12px; +} + +.e-spreadsheet-function-dlg { + min-height: 510px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet-function-dlg .e-dlg-header-content { + padding: 18px; +} + +.e-spreadsheet-function-dlg .e-dlg-header-content .e-dlg-header { + font-size: 16px; + font-weight: 450; +} + +.e-spreadsheet-function-dlg .e-dlg-content { + overflow: hidden; + padding-left: 15px; + padding-right: 15px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-category-content { + font-size: 12px; + font-weight: 550; + margin-bottom: 5px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-formula-description { + margin-left: -4px; + margin-top: 5px; + padding: 4px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-description-content { + font-size: 14px; + font-weight: 550; + padding-top: 10px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-formula-list { + border: 1px solid #ddd; + cursor: default; + margin-top: 6px; + overflow-y: auto; +} + +.e-name-box .e-dropdownbase .e-list-item { + line-height: 25px; + min-height: 25px; + text-indent: 10px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel { + border-bottom-width: 0; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function { + border-left: 1px solid #e6e6e6; + height: 23px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon { + line-height: 24px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar { + height: 23px; + line-height: 23px; + width: calc(100% - 180px); +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + height: 71px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + line-height: 71px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-drop-icon { + transform: rotate(180deg); +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator { + height: 60px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab { + max-width: 60%; +} + +.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab .e-hscroll-bar { + margin-left: -40px; + margin-right: 40px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn { + height: 33px; + padding: 0; + width: 32px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn .e-btn-icon { + line-height: 33px; + margin-top: 0; +} + +.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list { + margin-left: auto; +} + +.e-spreadsheet:not(.e-mobile-view) .e-ribbon { + border-bottom-width: 0; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) { + line-height: 35px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker, +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker { + line-height: 33px; + padding-bottom: 2px; + width: 36px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) { + padding-left: 7px; + padding-right: 7px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon, +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon { + line-height: 35px; + min-height: 35px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb, +.e-bigger.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb { + width: 64.51px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color, +.e-bigger.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + height: auto; + width: auto; +} + +.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon, +.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon { + font-size: 10px; + margin: 0; +} + +.e-bigger .e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn, +.e-bigger.e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn { + padding-left: 8px; + padding-right: 8px; +} + +.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn, +.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn { + height: 39px; + width: 39px; +} + +.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon, +.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon { + line-height: 39px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 16px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function { + height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon { + font-size: 18px; + line-height: 30px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input { + height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon { + line-height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator { + height: 15px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar { + font-size: 15px; + height: 29px; + line-height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + height: 89px; + line-height: 89px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator { + height: 78px; +} + +.e-bigger .e-spreadsheet .e-customsort-dlg, +.e-bigger.e-spreadsheet .e-customsort-dlg { + width: 590px !important; +} + +.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item, +.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item { + height: auto; + line-height: 1; +} + +.e-bigger .e-spreadsheet .e-filter-icon, +.e-bigger.e-spreadsheet .e-filter-icon { + margin-bottom: 22px; +} + +.e-bigger.e-dropdown-popup.e-font-size-ddb ul, +.e-bigger .e-dropdown-popup.e-font-size-ddb ul { + min-width: 70px; +} + +.e-sort-dialog { + height: 100%; + position: relative; +} + +.e-sort-dialog .e-sort-listsection { + height: calc(100% - 28px); + margin: 0 auto; + overflow: auto; + width: 100%; +} + +.e-sort-dialog .e-sort-listwrapper { + padding-left: 2px; +} + +.e-sort-dialog .e-sort-listwrapper .text { + font-size: 12px; + padding: 10px 0 5px; +} + +.e-sort-dialog .e-list-sort { + height: 100%; +} + +.e-sort-dialog .e-sort-row { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + padding: 5px 0 10px; +} + +.e-sort-dialog .e-sort-error, +.e-sort-dialog .e-sort-header, +.e-sort-dialog .e-sort-casecheckbox, +.e-sort-dialog .e-sort-listsection { + padding-left: 15px; + padding-right: 15px; +} + +.e-sort-dialog .e-sort-error { + bottom: 0; + display: none; + font-size: 12px; + height: 20px; + line-height: 20px; + position: absolute; + width: 100%; +} + +.e-sort-dialog .e-sort-template { + border: 0; +} + +.e-sort-dialog .e-sort-template .e-list-item { + height: auto; + line-height: unset; +} + +.e-sort-dialog .e-sort-template .e-list-item:not(:first-child) { + padding: 5px 0 0; +} + +.e-sort-dialog .e-sort-template .e-list-item:first-child { + padding: 0; +} + +.e-sort-dialog .e-sort-template .e-content { + height: 100%; + overflow: auto; +} + +.e-sort-dialog .e-sort-field { + width: auto; +} + +.e-sort-dialog .e-radio-wrapper { + margin-left: 16px; +} + +.e-sort-dialog li:first-of-type .e-sort-delete { + display: none; +} + +.e-sort-dialog .e-sort-delete { + border-left-style: solid; + border-left-width: 1px; + line-height: 32px; + margin-left: auto; + margin-right: 5px; + padding-left: 22px; + vertical-align: middle; +} + +.e-sort-dialog .e-sort-delete::before { + cursor: pointer; +} + +/*! spreadsheet theme */ +.e-spreadsheet .e-sheet-tab-panel { + background: #f9f9f9; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item { + background: #f5f5f5; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item { + border-right-color: #e6e6e6; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap { + border-radius: 0; + color: #333; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text { + color: #333; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-indicator { + background: #317ab9; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover { + background: #ddd; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active { + background: #fff; +} + +.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn, +.e-spreadsheet .e-sheet-tab-panel .e-aggregate-list.e-flat { + border-color: transparent; + box-shadow: none; +} + +.e-spreadsheet .e-sheets-list, +.e-spreadsheet .e-aggregate-list, +.e-spreadsheet .e-add-sheet-tab.e-flat { + background-color: transparent; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) { + background-color: transparent; + border-color: transparent; + box-shadow: none; + color: #333; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):hover:not(.e-active) { + background: #e6e6e6; + border-color: #adadad; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-active { + background: #e6e6e6; + border-color: #8c8c8c; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-split-colorpicker:hover + .e-dropdown-btn { + border-left-color: transparent; +} + +.e-spreadsheet .e-formula-bar-panel { + background-color: #fff; +} + +.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat, +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + background-color: transparent; +} + +.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-drop-icon { + color: #777; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-color: #e6e6e6; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-color: #e6e6e6; +} + +.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-name-box, +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + color: #333; +} + +.e-spreadsheet .e-header-panel, +.e-spreadsheet .e-main-panel, +.e-spreadsheet .e-header-row, +.e-spreadsheet .e-row-header .e-header-cell { + background-color: #f5f5f5; +} + +.e-spreadsheet .e-main-panel .e-main-content { + background-color: #fff; +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit { + background-color: #fff; + color: #000; +} + +.e-spreadsheet .e-row-header { + border-bottom-color: #e6e6e6; +} + +.e-spreadsheet .e-column-header { + border-color: #e6e6e6; +} + +.e-spreadsheet .e-header-cell { + color: #555; +} + +.e-spreadsheet .e-cell { + background-color: #fff; + border-bottom-color: #e0e0e0; + color: #000; +} + +.e-spreadsheet .e-column-header .e-header-cell, +.e-spreadsheet .e-select-all-cell { + border-bottom-color: #e6e6e6; +} + +.e-spreadsheet .e-row-header .e-header-cell { + border-bottom-color: #e0e0e0; +} + +.e-spreadsheet .e-hide-gridlines .e-cell { + border-bottom-color: transparent; +} + +.e-spreadsheet.e-hide-row-gridlines .e-cell { + border-bottom-color: transparent; +} + +.e-spreadsheet .e-selectall { + background-color: transparent; + border-color: #ddd; + border-top-color: transparent; +} + +.e-spreadsheet .e-selectall:hover { + border-bottom-color: #ccc; +} + +.e-spreadsheet .e-selectall.e-highlight { + border-bottom-color: #317ab9; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell { + border-right-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell { + border-right-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-row-header .e-header-cell, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell { + border-right-color: #e6e6e6; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-hide-gridlines .e-cell { + border-right-color: transparent; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall { + border-left-color: transparent; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall:hover { + border-right-color: #ccc; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall.e-highlight { + border-right-color: #317ab9; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-prev-highlight, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-highlight, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell.e-prev-highlight-right { + border-right-color: #ccc; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-cell { + border-left-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell { + border-left-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-row-header .e-header-cell, +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell { + border-left-color: #e6e6e6; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-hide-gridlines .e-cell { + border-left-color: transparent; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall { + border-right-color: transparent; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall:hover { + border-left-color: #ccc; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall.e-highlight { + border-left-color: #317ab9; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right { + border-left-color: #ccc; +} + +.e-spreadsheet .e-copy-indicator div.e-top { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/t_b_bootstrap.gif") repeat-x left top; +} + +.e-spreadsheet .e-copy-indicator div.e-bottom { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/t_b_bootstrap.gif") repeat-x left bottom; +} + +.e-spreadsheet .e-copy-indicator div.e-left { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/l_r_bootstrap.gif") repeat-y left top; +} + +.e-spreadsheet .e-copy-indicator div.e-right { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/l_r_bootstrap.gif") repeat-y right top; +} + +.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel:not(.e-rtl) .e-cell { + border-right-color: transparent; +} + +.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel.e-rtl .e-cell { + border-left-color: transparent; +} + +.e-spreadsheet .e-selection { + background-color: rgba(49, 122, 185, 0.12); + border-color: #317ab9; +} + +.e-spreadsheet .e-row-header .e-header-cell:hover, +.e-spreadsheet .e-column-header .e-header-cell:hover { + background-color: rgba(49, 122, 185, 0.18); +} + +.e-spreadsheet .e-row-header .e-header-cell.e-highlight, +.e-spreadsheet .e-column-header .e-header-cell.e-highlight { + background-color: rgba(49, 122, 185, 0.12); + color: #555; +} + +.e-spreadsheet .e-row-header .e-prev-highlight .e-header-cell, +.e-spreadsheet .e-row-header .e-header-cell.e-highlight, +.e-spreadsheet .e-select-all-cell.e-prev-highlight-bottom, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end.e-prev-highlight .e-header-cell::before, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell.e-highlight::before { + border-bottom-color: #ccc; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start.e-prev-highlight .e-header-cell::after, +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell.e-highlight::after { + border-top-color: #ccc; +} + +.e-spreadsheet .e-toolbar-panel .e-dropdown-btn.e-btn { + border-color: #e6e6e6; +} + +.e-spreadsheet .e-menu-wrapper.e-mobile.e-file-menu { + background-color: inherit; + border-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover, .e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-active { + background-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover { + border-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-sort-delete { + border-left-color: #e6e6e6; +} + +.e-spreadsheet .e-colresize-handler, +.e-spreadsheet .e-rowresize-handler { + border-color: #317ab9; +} + +.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons { + color: #333; +} + +.e-dropdown-popup ul .e-item .e-menu-icon.e-selected-icon { + color: #317ab9; +} + +.e-dropdown-popup.e-align-ddb ul .e-item:not(.e-selected) .e-menu-icon { + color: #333; +} + +.e-numformat-ddb.e-dropdown-popup ul .e-item .e-numformat-preview-text { + opacity: .5; +} + +.e-sort-dialog .e-sort-listwrapper { + border-bottom: 1px dashed #e6e6e6; +} + +.e-sort-dialog .e-sort-error { + background-color: #fce7e9; + color: #333; +} diff --git a/styles/bootstrap4.css b/styles/bootstrap4.css new file mode 100644 index 00000000..a789a1d5 --- /dev/null +++ b/styles/bootstrap4.css @@ -0,0 +1,70063 @@ +@charset "UTF-8"; +/** + * ej2 styles + */ +@font-face { + font-family: "e-icons"; + font-style: normal; + font-weight: normal; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjy+S08AAAEoAAAAVmNtYXA/TT8OAAAG2AAAAz5nbHlmmukeTAAADMgAAQ7QaGVhZBc7dJ0AAADQAAAANmhoZWEIXQVXAAAArAAAACRobXR4WAAAAAAAAYAAAAVYbG9jYaerYPQAAAoYAAACrm1heHAChQGMAAABCAAAACBuYW1lc0cOBgABG5gAAAIlcG9zdIOT8woAAR3AAAARCwABAAAEAAAAAFwEAAAAAAAEAAABAAAAAAAAAAAAAAAAAAABVgABAAAAAQAARmQWgV8PPPUACwQAAAAAANoOl9AAAAAA2g6X0AAAAAAEAAQAAAAACAACAAAAAAAAAAEAAAFWAYAAJQAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA5lHoXQQAAAAAXAQAAAAAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAMqAAAAHAAQAAMADOZe5mnmeeaE5pDoEugi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BbKeBgYFBQQDAQECBAWyngYGBQUEAwEBAgQFsgEBAwQFBQYHAbgHBgUFBAMBAa8GAgQCAQEDBAUFBgaerwYCBAIBAQMEBQUGBp6vBgIEAgEBAwQFBQYGngEBAwQFBQYH/kgHBgUFBAMBAQQKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCfIKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCfIKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCbMf/K0Dch8fAQEDBAUFBgZDCAcFd04BAQMEBQUGB0IIBwV3TgEBAwQFBQYGQwgHBXcuBwYFBQQDAQEBAQMEBQUGBy50BQMHCEMGBgUFBAMBAU50BQMHCEIHBgUFBAMBAU50BQMHCEMGBgUFBAMBAR8HBgUFBAMBAQEBAwQFBQYAAAAAAQAAAAADeQP4AFYAAAERLwYPCx8FAR8CMz8EAT8FLwsPBhE1LwkrAQ8JAcHQBAYFBgsMDAwGBQUFBAQDAgQBAQQCBAMFATsHEwwMDAYGBQUBPwUDBAIEAQEEAgMEBAUFBQYMDAwLBgUGBNABAgIGBwoKBgYHBgYHBgULCQgGAgIBA7n9Jc0EBAMDAwEBAwMDBAQFBQYFDAwMDAUGBQT+yQcJAwMCAgMEATsFBQYFDAwMDAUGBQUEBAMCBAEBAwMDBATNAtsGBwYGCgoHBgICAQECAgYHCgoGBgcAAAIAAAAAA/gD+ABFAIkAAAkBDwUfCz8GERUfCTsBPwk1ES8KDwUXER8KMz8DAT8FLwsPBhE1LwkrAQ8JAVb+xQUDBAIEAQEDAwMEBAUFBQYMDAwLBgUFBdABAgIGBwoKBgYHBgYHBgYKCgcGAgIBAQIDBQUHBwkFDAwGBgYGBQXkAQIDBQUHBwkGBgYMDAsGBQE/BQMEAgQBAQMDAwQEBQUFBgwMDAsGBQUF0AECAgYHCgoGBgcGBgcGBgoKBwYCAgED5v7IBAUGBQwMDAwFBgUFBAQDAgQBAQMDAwQEzf0lBgcGBgoKBwYCAgEBAgIGBwoKBgYHBgNyCQkJCAcGBgQCAgEBAQID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IE1ldHJvIFN0dWRpb3d3dy5zeW5jZnVzaW9uLmNvbQAgAGUALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgBlAC0AaQBjAG8AbgBzAGUALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAGUALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAdQBzAGkAbgBnACAAUwB5AG4AYwBmAHUAcwBpAG8AbgAgAE0AZQB0AHIAbwAgAFMAdAB1AGQAaQBvAHcAdwB3AC4AcwB5AG4AYwBmAHUAcwBpAG8AbgAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAABVgECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAQ8BEAERARIBEwEUARUBFgEXARgBGQEaARsBHAEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyATMBNAE1ATYBNwE4ATkBOgE7ATwBPQE+AT8BQAFBAUIBQwFEAUUBRgFHAUgBSQFKAUsBTAFNAU4BTwFQAVEBUgFTAVQBVQFWAVcBWAFZAVoBWwFcAV0BXgFfAWABYQFiAWMBZAFlAWYBZwFoAWkBagFrAWwBbQFuAW8BcAFxAXIBcwF0AXUBdgF3AXgBeQF6AXsBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAeEB4gHjAeQB5QHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AfYB9wH4AfkB+gH7AfwB/QH+Af8CAAIBAgICAwIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCFQIWAhcCGAIZAhoCGwIcAh0CHgIfAiACIQIiAiMCJAIlAiYCJwIoAikCKgIrAiwCLQIuAi8CMAIxAjICMwI0AjUCNgI3AjgCOQI6AjsCPAI9Aj4CPwJAAkECQgJDAkQCRQJGAkcCSAJJAkoCSwJMAk0CTgJPAlACUQJSAlMCVAJVAlYCVwAHT3BhY2l0eQVDaGFydA5JbmNyZWFzZUluZGVudAhDbGVhckFsbAtTdHJva2VDb2xvcgtDaGV2cm9uRG93bgtBbGlnbk1pZGRsZQlTdWJzY3JpcHQJUGFnZUJyZWFrCEFsaWduVG9wBlpvb21pbg1UcmlhbmdsZVJpZ2h0CENvbGxhcHNlC0NoZXZyb25MZWZ0C0luc2VydFJpZ2h0Ck9wZW5mb2xkZXIHUmVmcmVzaANQYW4KUHJvcGVydGllcw5BdXRvRml0Q29udGVudAZGaWx0ZXINU2hvd0hpZGVwYW5lbAZSZXBlYXQIR3JpZFZpZXcEVGljawxEZWxldGVDb2x1bW4FU3R5bGUETW9yZQVBcHBseQpHcmFuZFRvdGFsDVRpbWVsaW5lTW9udGgMVHJpYW5nbGVMZWZ0CVBhcmFncmFwaApUcmlhbmdsZVVwDkRlY3JlYXNlSW5kZW50DkV4aXRGdWxsc2NyZWVuBlNlYXJjaApFeHBvcnRfQ1NWC0FsaWduQm90dG9tCkV4cG9ydF9QREYEQmFjawtDaXJjbGVfSW5mbw1Vbm9yZGVyZWRMaXN0BlNhdmVBcwtPcmRlcmVkTGlzdARQbGF5BExpbmsMVGltZUxpbmVXZWVrCUFubm90YWlvbghCb29rbWFyawtBbGlnbkNlbnRlcgpQYWdlTnVtYmVyCUNoZXZyb25VcARMb2NrC0luc2VydEJlbG93Ckluc2VydExlZnQJRGVsZXRlUm93BVBhc3RlCVBhZ2VTZXR1cAlSZWRhY3Rpb24JVHdvQ29sdW1uC0NpcmNsZV9IZWxwC1RpbWVMaW5lRGF5A0N1dBBGaXhlZENvbHVtbldpZHRoBFNvcnQNQ2lyY2xlX1JlbW92ZQVQcmludAxUcmlhbmdsZURvd24FQ2xvc2UKQWxpZ25SaWdodA1BdXRvRml0V2luZG93C0ZpbHRlckNsZWFyBUJyZWFrB1pvb21vdXQIRm9udG5hbWUFU3RhbXAEU2F2ZQxFeHBvcnRfRXhjZWwLU3Ryb2tlc3R5bGUIU3ViVG90YWwGUmVuYW1lBFVuZG8OVGFibGVPZmNvbnRlbnQPQmFja2dyb3VuZENvbG9yCkNpcmNsZV9BZGQJU2lnbmF0dXJlBVBhdXNlA1N1bQdBZGRfTmV3BkZvb3RlcgxTdHJva2V3ZWlnaHQJUm93RnJlZXplCERvd25sb2FkDkFubm90YXRpb25FZGl0DFNlY3Rpb25CcmVhawROb3RlDENpcmNsZV9DbG9zZRBUaW1lTGluZVdvcmtXZWVrBEdyaWQOVGV4dEFubm90YXRpb24LTmV3RG9jdW1lbnQMTmV3UGFyYWdyYXBoB1BvaW50ZXIGVHdvUm93BlVwbG9hZAxDaGV2cm9uUmlnaHQIRm9ybURhdGEQTnVtYmVyRm9ybWF0dGluZwhMYXN0UGFnZQZGb2xkZXIJQWxpZ25MZWZ0CUhpZ2hsaWdodApGdWxsc2NyZWVuBkhlYWRlcgZEZWxldGUHQ29tbWVudAxGaWx0ZXJBY3RpdmUFSW1hZ2UGRXhwYW5kBFJlZG8LU3VwZXJzY3JpcHQGSW1wb3J0BENvcHkJRmlyc3RQYWdlCVNlbGVjdEFsbAZTaGFwZXMDS2V5BkV4cG9ydAZPcHRpb24MQ29sdW1uRnJlZXplC0luc2VydEFib3ZlC0xpbmVTcGFjaW5nCE9wZW5MaW5rDVN0cmlrZXRocm91Z2gHUHJldmlldwdEaXNwbGF5CUxvd2VyY2FzZQlVcHBlckNhc2UEQm9sZA1UaW55TGVmdGFycm93C1RpbnlVcGFycm93Bkl0YWxpYwRFZGl0CENvZGVWaWV3BlJlc2l6ZQlVbmRlcmxpbmUKSW5zZXJ0Q29kZQpSZW1vdmVMaW5rB0NhcHRpb24IVmlld1NpZGUNVHJlZXZpZXdFcnJvcg1UaW55RG93bmFycm93DlRpbnlSaWdodGFycm93DUNvcHlIeXBlckxpbmsHSnVzdGlmeRRJbnNpZGV2ZXJ0aWNhbGJvcmRlcgxJbnNpZGVib3JkZXIJQWxsQm9yZGVyC1JpZ2h0Ym9yZGVyCEJ1bGxldF8yDU91dHNpZGVCb3JkZXILRGVsZXRldGFibGUJVG9wYm9yZGVyCEJ1bGxldF80CEJ1bGxldF8zClBhcmFncmFwaDEKTGVmdGJvcmRlcg9SZW1vdmVIeXBlckxpbmsWSW5zaWRlaG9yaXpvbmRhbGJvcmRlcgxCb3R0b21ib3JkZXIIQnVsbGV0XzULSW5zZXJ0dGFibGUPVGFibGVwcm9wZXJ0aWVzClJlc3RhcnRhdDENRWRpdEh5cGVyTGluawhCdWxsZXRfMQRDZWxsEUNvbnRpbnVlTnVtYmVyaW5nBE5vbmUJVGh1bWJuYWlsDU9wZW5IeXBlckxpbmsIQnVsbGV0XzYOUmVjdXJyZW5jZUVkaXQDRGF5CUFycm93RG93bg9Eb3VibGVBcnJvd0xlZnQQRG91YmxlQXJyb3dSaWdodBBNYXJrRm9yUmVkYWN0aW9uBkFnZW5kYQhDYWxlbmRhcg9Eb3VibGVBcnJvd0Rvd24EV2VlawlBcnJvd0xlZnQHU29ydGluZw1UaW1lTGluZVRvZGF5BU1vbnRoDURvdWJsZUFycm93VVALTW9udGhBZ2VuZGEEVGltZQpSZWN1cnJlbmNlCFRpbWV6b25lCERpYWduYWwyC0Rlc2NyaXB0aW9uCVNlbGVjdGlvbgRNZW51CkFycm93UmlnaHQHUmVzaXplMQhMb2NhdGlvbgdBcnJvd1VwDlRpbWVMaW5lQWdlbmRhCFJlc291cmNlEkluZGV0ZXJtaW5hdGVTdGF0ZQlHcm91cEljb24LRHJhZ0FuZERyb3AJRGF0ZVJhbmdlCERpYWduYWwxAk9rDUZpZWxkU2V0dGluZ3MHRXhwYW5kMQlDb2xsYXBzZTEGQ29sdW1uA0JhcgRMaW5lB1NjYXR0ZXIEQXJlYQVQb2xhcg1QYXJhT3B0aW9udXAyDVBhcmFPcHRpb251cDEJTGluZXNtYWxsD1BhcmFPcHRpb25kb3duMg1MaW5ldmVyeXNtYWxsFERyYWdhbmRkcm9wSW5kaWNhdG9yCkxpbmVOb3JtYWwPUGFyYU9wdGlvbmRvd24xD1RhYmxlQWxpZ25SaWdodBNWZXJ0aWNhbEFsaWduQm90dG9tE1ZlcnRpY2FsQWxpZ25DZW50ZXIQVGFibGVBbGlnbkNlbnRlcg1DZWxsQWxpZ25MZWZ0DkNlbGxBbGlnblJpZ2h0DVRhYmxlQ2VsbE5vbmUGQ3VzdG9tA0FsbA9DZWxsQWxpZ25DZW50ZXIOVGFibGVBbGlnbkxlZnQDQm94EFZlcnRpY2FsQWxpZ25Ub3AJTGFuZHNjYXBlCFBvcnRyYWl0DUNoZWNrYm94X1RpY2sUQ2hlY2tib3hfaW50ZXJtZWRhdGUGRWRpdGVkDFNlbmRCYWNrd2FyZApTZW5kVG9CYWNrBU9yZGVyB1VuZ3JvdXALTU92ZUZvcndhcmQNRGlhZ3JhbV9Hcm91cAxCcmluZ1RvRnJvbnQGU29ydFVwCFNvcnREb3duD1NpbmdsZURvd25BcnJvdxBTaW5nbGVSaWdodEFycm93DVNpbmdsZVVwQXJyb3cPU2luZ2xlTGVmdEFycm93ClRleHRIZWFkZXIPQWx0ZXJuYXRpdmVUZXh0C0NsZWFyRm9ybWF0B1JlcGxhY2UJRm9udENvbG9yD0JfU2luZ2xlVXBBcnJvdxFCX1NpbmdsZURvd25BcnJvdxJCX1NpbmdsZVJpZ2h0QXJyb3cRQl9TaW5nbGVMZWZ0QXJyb3cQRG91YmxlUmlnaHRBcnJvdw9Eb3VibGVMZWZ0QXJyb3cJWm9vbXRvZml0CEFkZEFib3ZlCEFkZEJlbG93BkJfTGluZQdCX0Fycm93C0JfUmVjdGFuZ2xlCEJfQ2lyY2xlCkJfUGVudGFnYW4IQl9MZW5ndGgGQl9BcmVhC0JfUGVyaW1ldGVyCEJfUmFkaXVzCEJfVm9sdW1lEkJfQ2hhbmdlU2NhbGVSYXRpbwxCX1Byb3BlcnRpZXMJQl9Db21tZW50ClRodW1ic0Rvd24IVGh1bWJzVXALVGh1bWJzRG93bjEJSlBHRXhwb3J0CVBOR0V4cG9ydAlTVkdFeHBvcnQXQl9Db25kaXRpb25hbEZvcm1hdHRpbmcPRm9ybXVsYUZ1bmN0aW9uDEhpZGVoZWFkaW5ncw1IaWRlR3JpZGxpbmVzBEhpZGUJTXNFeGNlbDk3CUV4cG9ydENTVgNNRFgIRm9ybWF0X0IITmFtZWRzZXQLTy1BdHRyaWJ1dGUJRGltZW5zaW9uBkxldmVsMQZMZXZlbDIGTGV2ZWwzBkxldmVsNAZMZXZlbDULVXNlckRlZmluZWQDS1BJCk1fU29ydERvd24KTV9Tb3J0Tm9uZQhNX1NvcnRVcBBDYWxjdWxhdGVkTWVtYmVyCkN1c3RvbVNvcnQOU29ydERlc2NlbmRpbmcNU29ydEFzY2VuZGluZwpBZGRDb21tZW50BVJlcGx5CVNlbmRBcnJvdwtDb21tZW50TWFyaxJCNF9IYW5kV3JpdHRlblNpZ24MQl9NYWluRmlsdGVyClVuZmlsdGVyZWQQRmlsdGVyZWRTb3J0RGVzYwpGX1NvcnREZXNjCkZfU29ydEFzY2UQRmlsdGVyZWRTb3J0QXNjZQhGaWx0ZXJlZAlCX1JlYXBwbHkIQl9SZW9wZW4HQl9Hcm91cAlCX1VuZ3JvdXAAAAA=) format("truetype"); +} + +.e-icons { + font-family: "e-icons"; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +/*! common core */ +.e-control, +.e-css { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + font-weight: normal; +} + +.e-error { + color: #dc3545; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + font-weight: normal; +} + +.e-control, +.e-control [class^='e-'], +.e-control [class*=' e-'] { + box-sizing: border-box; +} + +.e-control:focus, +.e-control *:focus { + outline: none; +} + +.e-rtl { + direction: rtl; + text-align: right; +} + +.e-overlay { + background-color: #383838; + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-hidden { + display: none; +} + +.e-blazor-hidden { + visibility: hidden; +} + +.e-disabled { + background-image: none; + cursor: default; + filter: alpha(Opacity=35); + opacity: .35; +} + +.e-ul { + list-style-type: none; +} + +.e-prevent-select { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-warning { + color: #212529; +} + +.e-success { + color: #28a745; +} + +.e-information { + color: #17a2b8; +} + +.e-block-touch { + -ms-touch-action: pinch-zoom; + touch-action: pinch-zoom; +} + +/*! animation keyframes */ +@keyframes SlideLeftOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(-100%, 0); + } +} + +@keyframes SlideLeftIn { + from { + transform: translate(-100%, 0); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideRightIn { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideRightOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(100%, 0); + } +} + +@keyframes SlideBottomIn { + from { + transform: translate(0, 100%); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideBottomOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(0, 100%); + } +} + +@keyframes SlideTopIn { + from { + transform: translate(0, -100%); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideTopOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(0, -100%); + } +} + +@keyframes SlideRight { + from { + width: 0; + } + to { + width: 100%; + } +} + +@keyframes SlideLeft { + from { + width: 100%; + } + to { + width: 0; + } +} + +@keyframes SlideDown { + from { + height: 0; + } + to { + height: 100%; + } +} + +@keyframes SlideUp { + from { + height: 100%; + } + to { + height: 0; + } +} + +@keyframes FadeIn { + 0% { + filter: alpha(opacity=0); + opacity: 0; + } + 100% { + filter: alpha(opacity=100); + opacity: 1; + } +} + +@keyframes FadeOut { + from { + filter: alpha(opacity=100); + opacity: 1; + } + to { + filter: alpha(opacity=0); + opacity: 0; + } +} + +@keyframes ZoomIn { + from { + transform: translate(0, 0) scale(0); + } + to { + transform: translate(0, 0) scale(1); + } +} + +@keyframes ZoomOut { + from { + transform: translate(0, 0) scale(1); + } + to { + transform: translate(0, 0) scale(0); + } +} + +@keyframes FadeZoomIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: scale(0); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: scale(1); + } +} + +@keyframes FadeZoomOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: scale(1); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: scale(0); + } +} + +@keyframes FlipRightDownIn { + from { + transform: perspective(400px) rotateY(-180deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightDownOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(-180deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightUpIn { + from { + transform: perspective(400px) rotateY(135deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightUpOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftDownIn { + from { + transform: perspective(400px) rotateY(-180deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftDownOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftUpIn { + from { + transform: perspective(400px) rotateY(-135deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftUpOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg) perspective(200px); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYLeftIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateY(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYLeftOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(90deg); + } + 75% { + transform: perspective(850px) rotateY(125deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateY(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYRightIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateY(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(-90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYRightOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(-90deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateY(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXDownIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateX(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXDownOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(90deg); + } + 75% { + transform: perspective(850px) rotateX(125deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateX(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXUpIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateX(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(-90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXUpOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(-90deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateX(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +.e-ripple, +.e-ripple-style { + overflow: hidden; + position: relative; + transform: translate3d(0, 0, 0); +} + +.e-ripple-element, +.e-ripple-style::after { + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100%; + overflow: hidden; + pointer-events: none; + position: absolute; + transform: scale(0); + transition: opacity, transform 0ms cubic-bezier(0, 0.1, 0.2, 1); +} + +.e-ripple-style::after { + background: rgba(0, 0, 0, 0.3); + content: ''; + display: block; + height: 50%; + left: 25%; + opacity: 0; + top: 25%; + transform: scale(3); + transition: transform .5s, opacity .5s; + width: 50%; +} + +.e-ripple-style:active::after { + opacity: 1; + transform: scale(0); + transition: 0s; +} + +/*! accordion icons */ +.e-accordion .e-tgl-collapse-icon::before { + content: '\e705'; +} + +.e-accordion .e-tgl-collapse-icon.e-expand-icon { + transform: rotate(-180deg); +} + +/*! accordion layout */ +.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content, +.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-size: 16px; + line-height: 24px; + vertical-align: middle; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel { + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion { + border: 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 30px 0 45px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header { + padding: 0 30px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content { + font-size: 16px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header { + line-height: 48px; + min-height: 50px; + padding: 0 20px 0 20px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon { + height: 50px; + min-height: 50px; + min-width: 24px; + right: 15px; + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon { + display: inline-block; + padding: 0 12px 0 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons { + font-size: 16px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content { + padding: 20px; + font-size: 16px; + line-height: 24px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 45px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 60px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 30px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content { + padding: 15px 45px 15px 15px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 60px 15px 15px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 45px 0 30px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header { + padding: 0 30px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header { + padding: 0 15px 0 30px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon { + left: 15px; + right: auto; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + padding: 0 0 0 12px; +} + +.e-accordion { + display: block; + position: relative; +} + +.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item.e-selected { + padding-top: 0; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item { + overflow: hidden; + padding-top: ""; + position: relative; +} + +.e-accordion .e-acrdn-item.e-hide { + display: none; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-size: 14px; +} + +.e-accordion .e-acrdn-item.e-select > .e-acrdn-header { + cursor: pointer; +} + +.e-accordion .e-acrdn-item.e-select > .e-acrdn-header:hover .e-acrdn-header-content, .e-accordion .e-acrdn-item.e-select > .e-acrdn-header:focus .e-acrdn-header-content { + text-decoration: underline; +} + +.e-accordion .e-acrdn-item .e-acrdn-header { + line-height: 39px; + min-height: 40px; + overflow: hidden; + padding: 0 16px 0 16px; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-accordion .e-acrdn-item .e-acrdn-header > * { + display: inline-block; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + line-height: 1.5; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon { + display: table; + font-size: 12px; + height: 40px; + min-height: 40px; + min-width: 24px; + position: absolute; + right: 15px; + top: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-tgl-collapse-icon.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation { + transition: .5s ease 0s; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + display: inline-block; + padding: 0 8px 0 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon .e-acrdn-icons.e-icons { + font-size: 14px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel { + font-size: 14px; + overflow-y: hidden; + text-decoration: none; + width: 100%; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion { + border: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 30px 0 45px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 45px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 60px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + line-height: 1.5; + overflow: hidden; + padding: 16px; + text-overflow: ellipsis; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content > * { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 30px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header-content { + font-size: 16px; + font-size: 14px; +} + +.e-accordion .e-acrdn-item .e-content-hide { + display: none; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 45px 0 30px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 30px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 45px 15px 15px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 60px 15px 15px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header { + padding: 0 15px 0 30px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon { + left: 15px; + right: auto; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + padding: 0 0 0 8px; +} + +/*! accordion theme */ +.e-accordion { + -webkit-tap-highlight-color: transparent; + background: #f8f9fa; + border: 1px solid rgba(0, 0, 0, 0.13); + border-radius: 4px; +} + +.e-accordion .e-active { + background: #fff; +} + +.e-accordion .e-acrdn-item { + border-bottom: 1px solid rgba(0, 0, 0, 0.13); + border-radius: 4px 4px 0 0; +} + +.e-accordion .e-acrdn-item.e-select:last-child { + border-bottom: 0; + border-radius: 0 0 4px 4px; +} + +.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-icons, +.e-accordion .e-acrdn-item.e-overlay.e-select.e-expand-state .e-acrdn-header .e-acrdn-header-content { + color: #6c757d; +} + +.e-accordion .e-acrdn-item.e-overlay { + background: #f8f9fa; + opacity: inherit; +} + +.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons, +.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content { + color: #6c757d; +} + +.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus { + background: #f8f9fa; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-item:last-child { + border-bottom: 1px none rgba(0, 0, 0, 0.13); +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content { + color: #007bff; +} + +.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content { + color: #212529; + background: #fff; + border-top: 1px solid rgba(0, 0, 0, 0.13); +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + color: #007bff; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + color: #007bff; +} + +.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus { + background: #f8f9fa; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:hover { + background: #f8f9fa; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:active { + background: #f8f9fa; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:focus { + background: #f8f9fa; +} + +.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-icons, +.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover .e-acrdn-header-content { + color: #0056b3; +} + +.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-icons, +.e-accordion .e-acrdn-item.e-select.e-acrdn-item > .e-acrdn-header:hover:focus .e-acrdn-header-content { + color: #007bff; +} + +.e-accordion .e-acrdn-item.e-select.e-selected > .e-acrdn-header { + background: #f8f9fa; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header { + background: #f8f9fa; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content { + color: #0056b3; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content { + color: #007bff; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon { + color: #007bff; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: #007bff; +} + +.e-accordion .e-acrdn-item.e-selected.e-select { + border-bottom: 1px none #000; + border-top: 1px none #000; + border-bottom: 1px solid rgba(0, 0, 0, 0.13); +} + +.e-accordion .e-acrdn-item.e-selected.e-select.e-select:last-child { + border-bottom: 1px none rgba(0, 0, 0, 0.13); +} + +.e-accordion .e-acrdn-item.e-selected + .e-selected { + border-top: 1px none #000; +} + +.e-accordion .e-acrdn-item.e-selected .e-selected:last-child { + border-bottom: 1px none #000; +} + +.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header { + border-radius: 4px; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content { + color: #212529; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content { + color: #007bff; +} + +.e-accordion .e-acrdn-item .e-toggle-icon { + color: #007bff; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel { + font-size: 14px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-dropdownbase .e-list-item .e-list-icon { + padding: 0 8px 0 0; +} + +.e-bigger .e-content.e-dropdownbase { + padding: 8px 0; +} + +.e-content.e-dropdownbase { + padding: 6px 0; +} + +.e-bigger .e-dropdownbase .e-list-item .e-list-icon { + font-size: 16px; +} + +.e-bigger .e-dropdownbase .e-list-item .e-list-icon, +.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 12px 0 0; +} + +.e-small .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 8px 0 0; +} + +.e-input-group.e-ddl .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: 1px; +} + +.e-popup.e-ddl { + border-radius: 4px; + box-shadow: none; + margin-top: 3px; + overflow: auto; +} + +.e-popup.e-ddl .e-input-group { + width: auto; +} + +.e-popup.e-ddl .e-input-group input { + line-height: 15px; +} + +.e-popup.e-ddl .e-dropdownbase { + min-height: 26px; +} + +.e-popup.e-ddl .e-filter-parent .e-input-group { + display: -ms-flexbox; + display: flex; + width: auto; +} + +.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon { + border: 0; +} + +.e-bigger .e-popup.e-ddl-device-filter { + margin-top: 0; +} + +.e-bigger .e-popup.e-ddl .e-list-item { + font-size: 16px; + line-height: 32px; + padding-left: 0; + text-indent: 24px; +} + +.e-bigger .e-popup.e-ddl .e-list-group-item, +.e-bigger .e-popup.e-ddl .e-fixed-head { + font-size: 14px; + line-height: 32px; + padding-left: 0; + text-indent: 24px; +} + +.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item { + padding-left: 4px; +} + +.e-bigger .e-popup.e-ddl .e-input-group { + padding: 4px 0; +} + +.e-bigger .e-popup.e-ddl .e-input-group input, +.e-bigger .e-popup.e-ddl .e-input-group input.e-input { + font-size: 16px; + height: 36px; +} + +.e-bigger .e-popup.e-ddl .e-dropdownbase { + min-height: 40px; +} + +.e-input-group.e-control-wrapper.e-ddl .e-input[readonly], +.e-float-input.e-control-wrapper.e-ddl input[readonly] { + background: transparent; +} + +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active, +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover, +.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active, +.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover { + background: transparent; + color: #495057; +} + +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon, +.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon, +.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon, +.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon { + border: 0; +} + +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active, +.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active { + box-shadow: none; +} + +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon { + background: transparent; +} + +.e-ddl.e-popup .e-filter-parent .e-input-group, +.e-ddl.e-popup .e-filter-parent { + background: rgba(0, 0, 0, 0.03); +} + +.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon { + font-size: 8px; +} + +.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon { + font-size: 10px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-list-item, +.e-bigger.e-small .e-ddl.e-popup .e-list-group-item, +.e-bigger.e-small .e-ddl.e-popup .e-fixed-head { + font-size: 14px; + line-height: 34px; + padding-left: 0; + text-indent: 16px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item { + padding-left: 4px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-input-group { + padding: 4px 0; +} + +.e-bigger.e-small .e-ddl.e-popup .e-input-group input, +.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input { + height: 30px; +} + +.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase { + min-height: 34px; +} + +.e-ddl .e-search-icon::before { + content: '\e724'; +} + +.e-ddl .e-back-icon::before { + content: '\e7c1'; +} + +.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before { + content: '\e744'; + font-family: 'e-icons'; +} + +.e-bigger .e-input-group.e-ddl .e-input-filter, +.e-bigger .e-input-group.e-ddl .e-input-filter:focus { + margin-left: -20px; +} + +.e-bigger .e-ddl.e-popup .e-list-item, +.e-bigger .e-ddl.e-popup .e-list-group-item { + font-size: 16px; +} + +.e-bigger .e-ddl.e-popup .e-input-group { + padding: 4px 0; +} + +.e-popup-full-page { + bottom: 0; + left: 0; + margin: 0; + overflow: hidden; + padding: 0; + right: 0; + top: 0; +} + +.e-ddl.e-control-wrapper .e-ddl-disable-icon { + position: relative; +} + +.e-ddl.e-control-wrapper .e-ddl-disable-icon::before { + content: ''; +} + +.e-ddl-device-filter .e-filter-parent { + background-color: #fff; +} + +.e-ddl input.e-input::-webkit-contacts-auto-fill-button { + display: none; + pointer-events: none; + position: absolute; + right: 0; + visibility: hidden; +} + +.e-filter-parent { + border: rgba(0, 0, 0, 0.12); + border-top-width: 0; + box-shadow: 0; + display: block; + padding: 0; +} + +.e-ddl.e-input-group:not(.e-disabled) { + cursor: pointer; +} + +.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, +.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after { + width: 0; +} + +.e-ddl.e-popup { + background: #fff; + border: 1px solid rgba(0, 0, 0, 0.15); + position: absolute; +} + +.e-ddl.e-popup .e-search-icon { + margin: 0; + opacity: .57; + padding: 8px; +} + +.e-ddl.e-popup .e-filter-parent .e-back-icon { + padding: 0; +} + +.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, +.e-ddl.e-popup .e-filter-parent .e-input-filter, +.e-ddl.e-popup .e-filter-parent .e-input-filter:focus { + padding: 0 20px; +} + +.e-ddl.e-popup .e-input-group { + margin-bottom: 0; +} + +.e-ddl.e-popup .e-ddl-footer, +.e-ddl.e-popup .e-ddl-header { + cursor: default; +} + +.e-ddl.e-input-group .e-ddl-hidden { + border: 0; + height: 0; + visibility: hidden; + width: 0; +} + +.e-ddl.e-input-group, +.e-ddl.e-input-group.e-input-focus:focus { + outline: none; +} + +.e-dropdownbase .e-list-item .e-highlight { + display: inline; + font-weight: bold; + vertical-align: baseline; +} + +.e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide), +.e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide), +.e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) { + opacity: 1; +} + +.e-ddl.e-input-group .e-input-value, +.e-ddl.e-input-group .e-input-value:focus { + font-family: inherit; + font-size: 14px; + height: auto; + margin: 0; + outline: none; + width: 100%; +} + +.e-ddl.e-input-group input[readonly].e-input, +.e-ddl.e-input-group input[readonly], +.e-ddl.e-input-group .e-dropdownlist { + pointer-events: none; +} + +ejs-autocomplete, +ejs-combobox, +ejs-dropdownlist { + display: block; +} + +.e-small .e-ddl.e-popup .e-list-item, +.e-small .e-ddl.e-popup .e-list-group-item, +.e-input-group.e-ddl.e-small .e-list-item, +.e-input-group.e-ddl.e-small .e-list-group-item { + font-size: 13px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-list-item, +.e-bigger.e-small .e-ddl.e-popup .e-list-group-item, +.e-bigger .e-input-group.e-ddl.e-small .e-list-item, +.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item { + font-size: 14px; +} + +.e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-content-placeholder.e-combobox.e-placeholder-combobox { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox, +.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox { + background-size: 300px 40px; + min-height: 40px; +} + +.e-popup { + border-color: rgba(0, 0, 0, 0.15); +} + +.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text, +.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text { + color: #fff; +} + +.e-float-input .e-clear-icon::before, +.e-float-input.e-control-wrapper .e-clear-icon::before { + content: '\e745'; + font-family: 'e-icons'; +} + +.e-input-group .e-clear-icon::before, +.e-input-group.e-control-wrapper .e-clear-icon::before { + content: '\e745'; + font-family: 'e-icons'; +} + +/*! input layout */ +.e-input-group, +.e-input-group.e-control-wrapper { + display: table; + line-height: 1.4; + margin-bottom: 0; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + border: 0 solid; + border-width: 1px; + height: auto; + line-height: inherit; + margin: 0; + margin-bottom: 0; + outline: none; + padding: 0; + text-indent: 8px; + width: 100%; +} + +input.e-input, +textarea.e-input, +.e-input-group, +.e-input-group.e-control-wrapper { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + font: inherit; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group input, +input.e-input:focus, +.e-input-group input.e-input:focus, +.e-input-group input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-input-group.e-control-wrapper input:focus, +.e-float-input input:focus, +.e-float-input.e-input-group input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input.e-control-wrapper.e-input-group input:focus { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-input-focus input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input, +.e-float-input.e-input-focus input, +.e-float-input.e-input-group.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-group.e-input-focus input { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group input, +.e-input-group, +.e-input-group.e-control-wrapper, +.e-float-input, +.e-float-input.e-control-wrapper { + border-radius: 4px; +} + +.e-input:focus { + border-width: 1px; + padding-bottom: 0; +} + +.e-input.e-small:focus { + border-width: 1px; + padding-bottom: 0; +} + +.e-input.e-bigger:focus, +.e-bigger .e-input:focus { + padding-bottom: 0; +} + +.e-input.e-small.e-bigger:focus, +.e-bigger .e-input.e-small:focus { + padding-bottom: 0; +} + +.e-input-group input.e-input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-input-group textarea.e-input:focus, +.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input { + padding: 0; +} + +input.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-bigger input.e-input, +.e-bigger textarea.e-input, +.e-input-group.e-bigger, +.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-input-group.e-control-wrapper, +.e-input-group.e-bigger.e-disabled, +.e-bigger .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-input-group.e-control-wrapper.e-disabled { + font-size: 16px; +} + +.e-input-group.e-bigger .e-input, +.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + font: inherit; +} + +input.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-input-group.e-bigger .e-input, +.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger input.e-input, +.e-bigger textarea.e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + line-height: inherit; + margin-bottom: 0; + padding: 0; +} + +.e-input-group.e-bigger .e-input:focus, +.e-bigger .e-input-group .e-input:focus, +.e-input-group.e-control-wrapper.e-bigger .e-input:focus, +.e-bigger .e-input-group.e-control-wrapper .e-input:focus, +.e-input-group.e-bigger.e-input-focus .e-input, +.e-bigger .e-input-group.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input { + padding: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + -ms-flex-align: center; + align-items: center; + border: 0 solid; + border-width: 0; + box-sizing: content-box; + cursor: pointer; + -ms-flex-direction: column; + flex-direction: column; + font-size: 14px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-height: 29px; + min-width: 23px; + padding: 0; + text-align: center; + border: 1px solid; + border-bottom: 0; + border-collapse: collapse; + border-top: 0; +} + +.e-input-group .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon:last-child { + border-right-width: 0; +} + +.e-input-group .e-input-group-icon + .e-input-group-icon +.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon { + border-left-width: 0; +} + +.e-input-group .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper .e-input-group-icon:first-child { + border-left-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon, +.e-rtl .e-input-group .e-input-group-icon, +.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon { + border-left-width: 1px; + border-right-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon + .e-input-group-icon, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon + .e-input-group-icon, +.e-rtl .e-input-group .e-input-group-icon + .e-input-group-icon, +.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon { + border-left-width: 1px; + border-right-width: 0; +} + +.e-input-group.e-rtl input ~ .e-input-group-icon, +.e-input-group.e-control-wrapper.e-rtl input ~ .e-input-group-icon, +.e-rtl .e-input-group input ~ .e-input-group-icon, +.e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon { + border-left-width: 0; + border-right-width: 1px; +} + +.e-input-group.e-rtl input ~ .e-input-group-icon + .e-input-group-icon, +.e-input-group.e-control-wrapper.e-rtl input ~ .e-input-group-icon + .e-input-group-icon, +.e-rtl .e-input-group input ~ .e-input-group-icon + .e-input-group-icon, +.e-rtl .e-input-group.e-control-wrapper input ~ .e-input-group-icon + .e-input-group-icon { + border-left-width: 0; + border-right-width: 1px; +} + +.e-input-group .e-input-group-icon + .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon { + border-left-width: 0; +} + +.e-input-group .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon:last-child { + border-bottom-right-radius: 3px; + border-top-right-radius: 3px; +} + +.e-input-group .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper .e-input-group-icon:first-child { + border-bottom-left-radius: 3px; + border-top-left-radius: 3px; +} + +.e-input-group.e-rtl .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-rtl .e-input-group .e-input-group-icon:last-child, +.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:last-child { + border-bottom-left-radius: 3px; + border-bottom-right-radius: 0; + border-top-left-radius: 3px; + border-top-right-radius: 0; +} + +.e-input-group.e-rtl .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child, +.e-rtl .e-input-group .e-input-group-icon:first-child, +.e-rtl .e-input-group.e-control-wrapper .e-input-group-icon:first-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 3px; + border-top-left-radius: 0; + border-top-right-radius: 3px; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + min-height: 36px; + min-width: 33px; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 16px; + padding: 0; +} + +.e-input[disabled], +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-disabled input, +.e-input-group.e-disabled input.e-input, +.e-input-group.e-disabled textarea, +.e-input-group.e-disabled textarea.e-input, +.e-input-group.e-control-wrapper.e-disabled, +.e-input-group.e-control-wrapper.e-disabled input, +.e-input-group.e-control-wrapper.e-disabled input.e-input, +.e-input-group.e-control-wrapper.e-disabled textarea, +.e-input-group.e-control-wrapper.e-disabled textarea.e-input, +.e-float-input.e-disabled input, +.e-float-input.e-disabled textarea, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled textarea, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled, +.e-input-group.e-disabled span, +.e-input-group.e-control-wrapper.e-disabled span { + cursor: not-allowed; +} + +.e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled { + border-color: #ced4da; + border-style: solid; +} + +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled { + border-bottom-style: solid; + border-width: 1px; +} + +.e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input.e-disabled, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled input { + filter: alpha(opacity=100); + opacity: 1; +} + +.e-input.e-rtl, +.e-input-group.e-rtl, +.e-input-group.e-control-wrapper.e-rtl { + direction: rtl; +} + +.e-input.e-corner { + border-radius: 4px; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.e-float-input:not(.e-input-group), +.e-float-input.e-control-wrapper:not(.e-input-group) { + display: inline-block; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + display: -ms-flexbox; + display: flex; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + white-space: nowrap; +} + +.e-input-group.e-corner .e-input:first-child, +.e-input-group.e-corner .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-corner .e-input:first-child, +.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} + +.e-input-group.e-corner .e-input:last-child, +.e-input-group.e-corner .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-corner .e-input:last-child, +.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} + +input.e-input.e-small, +textarea.e-input.e-small, +.e-small input.e-input, +.e-small textarea.e-input, +.e-input-group.e-small, +.e-small .e-input-group, +.e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-control-wrapper, +.e-input-group.e-small.e-disabled, +.e-small .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-input-group.e-control-wrapper.e-disabled { + font-size: 12px; +} + +.e-input-group.e-small .e-input, +.e-input-group.e-small.e-control-wrapper .e-input, +.e-small .e-input-group .e-input, +.e-small .e-input-group.e-control-wrapper .e-input { + font: inherit; +} + +.e-input.e-small, +.e-input-group.e-small .e-input, +.e-input-group.e-control-wrapper.e-small .e-input { + line-height: inherit; + padding: 0; +} + +.e-input-group.e-small .e-input:focus, +.e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-input-group.e-small.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 0; +} + +.e-input.e-small.e-bigger, +.e-input-group.e-small.e-bigger, +.e-small.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-input-group.e-control-wrapper, +.e-bigger .e-input.e-small, +.e-small .e-input.e-bigger, +.e-bigger .e-input-group.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-bigger, +.e-small .e-input-group.e-control-wrapper.e-bigger { + font-size: 14px; +} + +.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-input.e-small.e-disabled, +.e-small .e-input.e-bigger.e-disabled, +.e-bigger .e-input-group.e-small.e-disabled, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-input-group.e-bigger.e-disabled, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 14px; +} + +.e-input.e-small.e-bigger, +.e-bigger .e-input.e-small, +.e-small .e-input.e-bigger { + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input, +.e-input-group.e-small .e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input, +.e-input-group.e-control-wrapper.e-small .e-input.e-bigger, +.e-bigger .e-input-group.e-small .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input { + font: inherit; + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input:focus, +.e-input-group.e-small .e-input.e-bigger:focus, +.e-bigger .e-input-group.e-small .e-input:focus, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus, +.e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-input-group.e-small.e-bigger.e-input-focus .e-input, +.e-input-group.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-input-group.e-small.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 0; +} + +.e-input-group.e-small .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-input-group .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 12px; + min-height: 22px; + min-width: 23px; + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon { + font-size: 12px; + min-height: 34px; + min-width: 34px; + padding: 0; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; + font-weight: 400; + left: 0; + overflow: hidden; + padding-left: 10px; + pointer-events: none; + position: absolute; + text-overflow: ellipsis; + top: -11px; + transform: translate3d(0, 16px, 0) scale(1); + transform-origin: left top; + transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: -11px; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + -moz-transform: translate(0%, -50%); + -ms-transform: translate(0%, -50%); + -o-transform: translate(0%, -50%); + -webkit-transform: translate(0%, -50%); + box-sizing: border-box; + left: 0%; + top: 50%; + transform: translate(0%, -50%); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; + font-style: normal; +} + +.e-float-input.e-bigger label.e-float-text, +.e-float-input label.e-float-text.e-bigger, +.e-float-input input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input label.e-float-text, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 16px; +} + +.e-float-input.e-small label.e-float-text, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 12px; +} + +.e-float-input.e-small.e-bigger label.e-float-text, +.e-bigger .e-float-input.e-small label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; +} + +.e-float-input input:focus ~ label.e-float-text, +.e-float-input input:valid ~ label.e-float-text, +.e-float-input input ~ label.e-label-top.e-float-text, +.e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text, +.e-float-input.e-input-focus input ~ label.e-float-text { + font-size: 14px; + padding-right: 0; + transform: translate3d(-10px, -39px, 0) scale(1); +} + +.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-bigger .e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + padding-right: 0; + transform: translate3d(-10px, -42px, 0) scale(1); +} + +.e-float-input.e-bigger.e-small input:focus ~ label.e-float-text, +.e-float-input.e-bigger.e-small input:valid ~ label.e-float-text, +.e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input label.e-float-text.e-label-top, +.e-small .e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-small .e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-small .e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text, +.e-small .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text { + padding-right: 0; + transform: translate3d(-10px, -39px, 0) scale(1); +} + +.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-size: 16px; + padding-right: 0; + top: 14px; +} + +.e-float-input.e-small input:focus ~ label.e-float-text, +.e-float-input.e-small input:valid ~ label.e-float-text, +.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-float-input input ~ label.e-label-top.e-float-text, +.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 12px; + padding-right: 0; + top: 17px; +} + +.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-small input[disabled] ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 14px; + padding-right: 0; + top: 16px; +} + +.e-float-input, +.e-float-input.e-control-wrapper { + line-height: 1.4; + margin-bottom: 0; + margin-top: 24px; + padding-top: 0; + position: relative; + width: 100%; +} + +.e-float-input.e-bigger, +.e-bigger .e-float-input, +.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-float-input.e-control-wrapper { + line-height: 1.5; + margin-bottom: 0; + margin-top: 24px; + padding-top: 0; + position: relative; + width: 100%; +} + +.e-float-input.e-small, +.e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper { + line-height: 1.35; + margin-bottom: 0; + margin-top: 20px; + padding-top: 0; +} + +.e-float-input.e-small.e-bigger, +.e-bigger.e-small .e-float-input.e-small, +.e-bigger .e-float-input.e-small, +.e-small .e-float-input.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-small, +.e-bigger .e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper.e-bigger { + line-height: 1.4; + margin-bottom: 0; + margin-top: 24px; + padding-top: 0; +} + +.e-input-group.e-bigger, +.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-input-group.e-control-wrapper { + line-height: 1.5; +} + +.e-input-group.e-small, +.e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group, +.e-small .e-input-group.e-control-wrapper, +.e-input-group.e-small.e-bigger, +.e-bigger.e-small .e-input-group.e-small, +.e-bigger .e-input-group.e-small, +.e-small .e-input-group.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-input-group.e-control-wrapper.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-control-wrapper.e-bigger { + line-height: normal; +} + +.e-float-input.e-no-float-label, +.e-float-input.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-no-float-label, +.e-float-input.e-small.e-no-float-label, +.e-small .e-float-input.e-no-float-label, +.e-float-input.e-small.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-small.e-no-float-label, +.e-small .e-float-input.e-bigger.e-no-float-label, +.e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-small.e-no-float-label, +.e-small .e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-no-float-label, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-no-float-label { + margin-top: 0; +} + +.e-float-input, +.e-float-input.e-control-wrapper, +.e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-float-input input, +.e-float-input textarea, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper textarea { + border: 0 solid; + border-width: 1px; + display: block; + font: inherit; + width: 100%; +} + +.e-float-input input, +.e-float-input.e-control-wrapper input { + min-width: 0; + padding: 0; +} + +.e-float-input input, +.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-input-group.e-control-wrapper input { + text-indent: 8px; +} + +.e-float-input textarea, +.e-input-group textarea, +.e-float-input.e-control-wrapper textarea, +.e-input-group.e-control-wrapper textarea { + text-indent: 8px; +} + +.e-float-input.e-bigger, +.e-bigger .e-float-input, +.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-float-input.e-control-wrapper { + font-size: 16px; +} + +.e-float-input.e-bigger.e-disabled, +.e-bigger .e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-bigger.e-disabled, +.e-bigger .e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 16px; +} + +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-bigger .e-float-input input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input.e-small, +.e-small .e-float-input, +.e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper { + font-size: 12px; +} + +.e-float-input.e-small.e-disabled, +.e-small .e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 12px; +} + +.e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input.e-small.e-bigger, +.e-small.e-bigger .e-float-input, +.e-bigger .e-float-input.e-small, +.e-small .e-float-input.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-float-input.e-control-wrapper, +.e-bigger .e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper.e-bigger { + font-size: 14px; +} + +.e-float-input.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-disabled, +.e-bigger .e-float-input.e-small.e-disabled, +.e-small .e-float-input.e-bigger.e-disabled, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-disabled, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-float-input.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-input-group.e-disabled, +.e-bigger .e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-bigger.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 14px; +} + +.e-float-input.e-small.e-bigger input, +.e-float-input.e-small input.e-bigger, +.e-bigger .e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input textarea:focus, +.e-float-input.e-control-wrapper textarea:focus, +.e-float-input.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus input { + outline: none; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text { + font-family: inherit; +} + +.e-float-input input:valid ~ label.e-float-text, +.e-float-input input:focus ~ label.e-float-text, +.e-float-input input:valid ~ label.e-float-text.e-label-top, +.e-float-input input ~ label.e-float-text.e-label-top, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, +.e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top, +.e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-weight: normal; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.e-float-input textarea:valid ~ label.e-float-text, +.e-float-input textarea:focus ~ label.e-float-text, +.e-float-input textarea:valid ~ label.e-float-text.e-label-top, +.e-float-input textarea ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top { + font-weight: normal; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-weight: 400; +} + +.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-weight: 400; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + bottom: 0; + content: ''; + height: 2px; + position: absolute; + transition: .2s ease; + width: 0; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before { + left: 50%; +} + +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + right: 50%; +} + +.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before, +.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before, +.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after, +.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after, +.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before, +.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after { + width: 50%; +} + +.e-float-input .e-float-line, +.e-float-input.e-control-wrapper .e-float-line { + display: block; + position: relative; + width: 100%; +} + +.e-float-input.e-rtl, +.e-float-input.e-control-wrapper.e-rtl { + direction: rtl; +} + +.e-float-input.e-rtl label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl label.e-float-text, +.e-rtl .e-float-input label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper label.e-float-text { + right: 0; + transform-origin: right top; +} + +.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-input-group.e-corner.e-rtl .e-input:first-child, +.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 4px; + border-top-left-radius: 0; + border-top-right-radius: 4px; +} + +.e-input-group.e-corner.e-rtl .e-input:last-child, +.e-input-group.e-corner.e-rtl .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 0; + border-top-left-radius: 4px; + border-top-right-radius: 0; +} + +.e-input-group.e-warning::before, +.e-input-group.e-control-wrapper.e-warning::before { + content: ''; +} + +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled { + background: transparent; + background-image: none; + cursor: not-allowed; +} + +.e-input-group.e-corner.e-rtl input.e-input:only-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child { + border-radius: 4px; +} + +.e-input-group.e-rtl .e-input:not(:first-child):focus, +.e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus { + border-right-width: 0; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input { + min-width: 0; + width: 100%; +} + +.e-input-group input.e-input, +.e-input-group textarea.e-input, +.e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]), +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) { + border: 0 solid; + border-width: 0; +} + +.e-input-group input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-bigger .e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger .e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + margin-bottom: 0; +} + +.e-input-group::before, +.e-input-group::after, +.e-input-group.e-control-wrapper::before, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group::before, +.e-input-group.e-control-wrapper::before { + content: ''; +} + +.e-input-group.e-input-focus::before, +.e-input-group.e-input-focus::after, +.e-input-group.e-control-wrapper.e-input-focus::before, +.e-input-group.e-control-wrapper.e-input-focus::after { + content: ''; +} + +.e-input-group::after, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + position: relative; + width: 100%; +} + +.e-input.e-small, +.e-input-group.e-small, +.e-input-group.e-control-wrapper.e-small { + margin-bottom: 0; +} + +.e-input.e-small.e-bigger, +.e-input-group.e-small.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger .e-input.e-small, +.e-bigger .e-input-group.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small { + line-height: inherit; + margin-bottom: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-bigger .e-input-group-icon, +.e-float-input.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group.e-small .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-small .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-input-group .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small .e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group .e-input-group-icon:last-child, +.e-input-group.e-bigger .e-input-group-icon:last-child, +.e-input-group .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-input-group .e-input-group-icon:last-child, +.e-input-group.e-small .e-input-group-icon:last-child, +.e-input-group.e-small.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-small .e-input-group-icon.e-bigger:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger:last-child, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child, +.e-bigger .e-input-group.e-small .e-input-group-icon:last-child { + margin-right: 0; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + border-bottom: 1px solid; +} + +.e-input-group, +.e-input-group.e-success, +.e-input-group.e-warning, +.e-input-group.e-error, +.e-input-group.e-control-wrapper, +.e-input-group.e-control-wrapper.e-success, +.e-input-group.e-control-wrapper.e-warning, +.e-input-group.e-control-wrapper.e-error { + border: 1px solid; + border-width: 1px; +} + +.e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus, +.e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus { + border-right-width: 0; +} + +.e-input-group.e-input-focus.e-corner, +.e-input-group.e-control-wrapper.e-input-focus.e-corner { + border-radius: 4px; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap { + background: #e9ecef; + color: #6c757d; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-disabled, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-disabled { + border-style: solid; +} + +.e-float-custom-tag, +.e-float-custom-tag.e-control-wrapper { + display: inline-block; +} + +.e-float-custom-tag.e-input-group, +.e-float-custom-tag.e-input-group.e-control-wrapper, +.e-input-custom-tag, +.e-input-custom-tag.e-input-group, +.e-input-custom-tag.e-input-group.e-control-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + content: ''; +} + +.e-input-group:not(.e-filled) .e-input-group-icon::after, +.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after { + content: ''; +} + +.e-input-group .e-input-group-icon.e-input-btn-ripple::after, +.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after { + content: ''; +} + +input.e-input::-ms-clear, +.e-float-input input::-ms-clear, +.e-float-input.e-control-wrapper input::-ms-clear { + display: none; +} + +.e-float-input.e-input-group .e-float-line, +.e-float-input.e-input-group.e-control-wrapper .e-float-line, +.e-float-input.e-control-wrapper.e-input-group .e-float-line, +.e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line { + bottom: -1px; + position: absolute; +} + +.e-float-input.e-input-group input, +.e-float-input.e-input-group textarea, +.e-float-input.e-input-group.e-control-wrapper input, +.e-float-input.e-input-group.e-control-wrapper textarea { + border: 0; +} + +.e-float-input.e-input-group .e-float-line, +.e-float-input.e-input-group .e-float-text, +.e-float-input.e-input-group.e-control-wrapper .e-float-line, +.e-float-input.e-input-group.e-control-wrapper .e-float-text { + right: 0; +} + +input.e-input::-webkit-input-placeholder, +input.e-input:-moz-placeholder, +input.e-input:-ms-input-placeholder, +input.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +textarea.e-input::-webkit-input-placeholder, +textarea.e-input:-moz-placeholder, +textarea.e-input:-ms-input-placeholder, +textarea.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-bigger input.e-input::-webkit-input-placeholder, +input.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger input.e-input:-moz-placeholder, +input.e-bigger.e-input:-moz-placeholder, +.e-bigger input.e-input:-ms-input-placeholder, +input.e-bigger.e-input:-ms-input-placeholder, +.e-bigger input.e-input::-moz-placeholder, +input.e-bigger.e-input::-moz-placeholder { + font-size: 16px; + font-style: normal; +} + +.e-bigger textarea.e-input::-webkit-input-placeholder, +textarea.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger textarea.e-input:-moz-placeholder, +textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-input:-ms-input-placeholder, +textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-input::-moz-placeholder, +textarea.e-bigger.e-input::-moz-placeholder { + font-size: 16px; + font-style: normal; +} + +.e-small input.e-input::-webkit-input-placeholder, +input.e-small.e-input::-webkit-input-placeholder, +.e-small input.e-input:-moz-placeholder, +input.e-small.e-input:-moz-placeholder, +.e-small input.e-input:-ms-input-placeholder, +input.e-small.e-input:-ms-input-placeholder, +.e-small input.e-input::-moz-placeholder, +input.e-small.e-input::-moz-placeholder { + font-size: 12px; + font-style: normal; +} + +.e-small textarea.e-input::-webkit-input-placeholder, +textarea.e-small.e-input::-webkit-input-placeholder, +.e-small textarea.e-input:-moz-placeholder, +textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-input:-ms-input-placeholder, +textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-input::-moz-placeholder, +textarea.e-small.e-input::-moz-placeholder { + font-size: 12px; + font-style: normal; +} + +.e-bigger input.e-small.e-input::-webkit-input-placeholder, +.e-small input.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger input.e-small.e-input:-moz-placeholder, +.e-small input.e-bigger.e-input:-moz-placeholder, +.e-bigger input.e-small.e-input:-ms-input-placeholder, +.e-small input.e-bigger.e-input:-ms-input-placeholder, +.e-bigger input.e-small.e-input::-moz-placeholder, +.e-small input.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-bigger textarea.e-small.e-input::-webkit-input-placeholder, +.e-small textarea.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger intextareaput.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-small.e-input::-moz-placeholder, +.e-small textarea.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input::-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input::-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input:-ms-input-placeholder { + font-style: normal; +} + +textarea.e-input:-ms-input-placeholder { + font-style: normal; +} + +input.e-input::-webkit-input-placeholder { + font-style: normal; + -webkit-user-select: none; + user-select: none; +} + +textarea.e-input::-webkit-input-placeholder { + font-style: normal; + -webkit-user-select: none; + user-select: none; +} + +input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 29px; +} + +.e-float-input:not(.e-input-group) input, +.e-float-input.e-control-wrapper:not(.e-input-group) input { + box-sizing: border-box; + height: 29px; +} + +input.e-input.e-bigger, +.e-input-group.e-bigger input, +.e-input-group.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-bigger input, +.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-input-group input, +.e-bigger .e-input-group input.e-input, +.e-bigger .e-input-group.e-control-wrapper input, +.e-bigger .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-bigger input, +.e-float-input.e-bigger input.e-input, +.e-bigger .e-float-input input, +.e-bigger .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-float-input.e-control-wrapper input, +.e-bigger .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 36px; +} + +.e-float-input.e-bigger:not(.e-input-group) input, +.e-float-input.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-float-input:not(.e-input-group) input, +.e-bigger .e-float-input:not(.e-input-group) input.e-input, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 36px; +} + +input.e-input.e-small, +.e-input-group.e-small input, +.e-input-group.e-small input.e-input, +.e-small .e-input-group input, +.e-small .e-input-group input.e-input, +.e-input-group.e-control-wrapper.e-small input, +.e-input-group.e-control-wrapper.e-small input.e-input, +.e-small .e-input-group.e-control-wrapper input, +.e-small .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-small input, +.e-float-input.e-small input.e-input, +.e-small .e-float-input input, +.e-small .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-small input, +.e-float-input.e-control-wrapper.e-small input.e-input, +.e-small .e-float-input.e-control-wrapper input, +.e-small .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 22px; +} + +.e-float-input.e-small:not(.e-input-group) input, +.e-float-input.e-small:not(.e-input-group) input.e-input, +.e-small .e-float-input:not(.e-input-group) input, +.e-small .e-float-input:not(.e-input-group) input.e-input +.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input, +.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 22px; +} + +input.e-input.e-small.e-bigger, +.e-input-group.e-bigger.e-small input, +.e-input-group.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-input-group input, +.e-bigger.e-small .e-input-group input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small input, +.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper input, +.e-bigger.e-small .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-bigger.e-small input, +.e-float-input.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-float-input input, +.e-bigger.e-small .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small input, +.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper input, +.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 34px; +} + +.e-float-input.e-bigger.e-small:not(.e-input-group) input, +.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-float-input:not(.e-input-group) input, +.e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 36px; +} + +textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + box-sizing: border-box; + height: 52px; +} + +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-input-group.e-bigger textarea, +.e-input-group.e-bigger textarea.e-input, +.e-bigger .e-input-group textarea, +.e-bigger .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger textarea, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger textarea, +.e-float-input.e-bigger textarea.e-input, +.e-bigger .e-float-input textarea, +.e-bigger .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-float-input.e-control-wrapper textarea, +.e-bigger .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: 62px; +} + +textarea.e-input.e-small, +.e-input-group.e-small textarea, +.e-input-group.e-small textarea.e-input, +.e-small .e-input-group textarea, +.e-small .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea, +.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-small textarea, +.e-float-input.e-small textarea.e-input, +.e-small .e-float-input textarea, +.e-small .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-input, +.e-small .e-float-input.e-control-wrapper textarea, +.e-small .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: 42px; +} + +textarea.e-input.e-small.e-bigger, +.e-input-group.e-bigger.e-small textarea, +.e-input-group.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-input-group textarea, +.e-bigger.e-small .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger.e-small textarea, +.e-float-input.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-float-input textarea, +.e-bigger.e-small .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: auto; +} + +input.e-input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-input-group.e-bigger .e-input, +.e-input-group.e-control-wrapper.e-bigger .e-input, +.e-bigger input.e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input, +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-bigger .e-float-input input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input { + text-indent: 12px; +} + +input.e-input.e-small, +.e-input-group input.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input.e-small, +.e-input-group.e-small .e-input, +.e-input-group.e-control-wrapper.e-small .e-input, +.e-small input.e-input, +.e-small .e-input-group .e-input, +.e-small .e-input-group.e-control-wrapper .e-input, +.e-float-input.e-small input, +.e-float-input input.e-small, +.e-small .e-float-input input, +.e-float-input.e-control-wrapper.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-small .e-float-input.e-control-wrapper input { + text-indent: 8px; +} + +textarea.e-input.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small, +.e-small input.e-input, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-small .e-float-input textarea, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-float-input.e-control-wrapper textarea { + text-indent: 8px; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input.e-input, +.e-float-input.e-control-wrapper input, +.e-input-group input.e-input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input input:focus, +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-control-wrapper.e-input-focus input, +.e-float-input.e-input-focus input { + padding-left: 8px; + text-indent: 0; +} + +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea.e-input, +.e-float-input.e-control-wrapper textarea, +.e-input-group textarea.e-input:focus, +.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-float-input.e-control-wrapper textarea:focus, +.e-float-input textarea:focus { + padding-left: 8px; + text-indent: 0; +} + +input.e-input.e-rtl, +.e-input-group.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-float-input.e-rtl input, +.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-input-group input.e-input, +.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-rtl .e-float-input input, +.e-rtl .e-float-input.e-control-wrapper input, +.e-input-group.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-float-input.e-rtl input, +.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-input-group input.e-input, +.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-rtl .e-float-input input, +.e-rtl .e-float-input.e-control-wrapper input, +.e-input-group.e-rtl input.e-input:focus, +.e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-float-input.e-rtl input:focus, +.e-float-input.e-control-wrapper.e-rtl input:focus, +.e-rtl .e-input-group input.e-input:focus, +.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-rtl .e-float-input input:focus, +.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-input-group.e-rtl.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-rtl .e-input-group.e-input-focus input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-rtl.e-input-focus input, +.e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-rtl .e-float-input.e-input-focus input, +.e-rtl .e-float-input.e-control-wrapper.e-input-focus input { + padding-left: 0; + padding-right: 8px; + text-indent: 0; +} + +textarea.e-input.e-rtl, +.e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-rtl .e-float-input:not(.e-outline) textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-rtl .e-float-input:not(.e-outline) textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-float-input:not(.e-outline).e-rtl textarea:focus, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus { + padding-right: 8px; + text-indent: 0; +} + +input.e-input.e-small, +.e-small input.e-input, +.e-input-group.e-small input.e-input, +.e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-float-input.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-input-group input.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-float-input input, +.e-small .e-float-input.e-control-wrapper input, +.e-small .e-input-group input.e-input, +.e-small .e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-small input.e-input:focus, +.e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-float-input.e-small input:focus, +.e-float-input.e-control-wrapper.e-small input:focus, +.e-small .e-input-group.e-control-wrapper input.e-input:focus, +.e-small .e-input-group input.e-input:focus, +.e-small .e-float-input input:focus, +.e-small .e-float-input.e-control-wrapper input:focus, +.e-input-group.e-small.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small .e-input-group.e-input-focus input.e-input, +.e-float-input.e-small.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus.e-small input, +.e-small .e-float-input.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-input-focus input { + padding-left: 8px; + text-indent: 0; +} + +textarea.e-input.e-small, +.e-small textarea.e-input, +.e-input-group.e-small textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper textarea.e-input.e-small, +.e-small .e-float-input.e-control-wrapper textarea, +.e-small .e-float-input textarea, +.e-small .e-input-group textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-small textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-float-input.e-small textarea:focus, +.e-float-input.e-control-wrapper.e-small textarea:focus, +.e-small .e-input-group textarea.e-input:focus, +.e-small .e-input-group.e-control-wrapper textarea.e-input:focus, +.e-small .e-float-input.e-control-wrapper textarea:focus, +.e-small .e-float-input textarea:focus { + padding-left: 8px; + text-indent: 0; +} + +.e-rtl input.e-input.e-small, +input.e-input.e-small.e-rtl, +.e-small.e-rtl input.e-input, +.e-small input.e-input.e-rtl, +.e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-float-input.e-small.e-rtl input, +.e-input-group.e-small.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-rtl .e-float-input.e-small input, +.e-rtl .e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-input-group.e-small input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-rtl input.e-small, +.e-float-input.e-control-wrapper.e-rtl input.e-small, +.e-input-group.e-rtl input.e-input.e-small, +.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small, +.e-rtl .e-float-input input.e-small, +.e-rtl .e-float-input.e-control-wrapper input.e-small, +.e-rtl .e-input-group input.e-input.e-small, +.e-rtl .e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-float-input.e-rtl input, +.e-small .e-float-input.e-control-wrapper.e-rtl input, +.e-small .e-input-group.e-rtl input.e-input, +.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-small.e-rtl .e-float-input.e-control-wrapper input, +.e-small.e-rtl .e-float-input input, +.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-small.e-rtl .e-input-group input.e-input, +.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-small.e-rtl .e-input-group input.e-input:focus, +.e-small.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-small.e-rtl .e-float-input input:focus, +.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-small .e-input-group.e-rtl input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-rtl input:focus, +.e-small .e-float-input.e-rtl input:focus, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-rtl.e-input-focus input.e-input, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input, +.e-small.e-rtl .e-float-input.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-small .e-float-input.e-rtl.e-input-focus input { + padding-left: 0; + padding-right: 8px; + text-indent: 0; +} + +.e-rtl textarea.e-input.e-small, +textarea.e-input.e-small.e-rtl, +.e-small.e-rtl textarea.e-input, +.e-small textarea.e-input.e-rtl, +.e-float-input:not(.e-outline).e-small.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea, +.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea, +.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small, +.e-float-input:not(.e-outline).e-rtl textarea.e-small, +.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small, +.e-rtl .e-float-input:not(.e-outline) textarea.e-small, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-small .e-float-input:not(.e-outline).e-rtl textarea, +.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-small.e-rtl .e-float-input:not(.e-outline) textarea, +.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus, +.e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus, +.e-small .e-float-input:not(.e-outline).e-rtl textarea:focus { + padding-right: 8px; + text-indent: 0; +} + +input.e-input.e-bigger, +.e-bigger input.e-input, +.e-input-group.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input, +.e-bigger .e-float-input input, +.e-bigger .e-input-group.e-control-wrapper input.e-input, +.e-bigger .e-input-group input.e-input, +.e-input-group.e-bigger input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger input:focus, +.e-float-input.e-bigger input:focus, +.e-bigger .e-input-group input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper input:focus, +.e-bigger .e-float-input input:focus, +.e-input-group.e-bigger.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-bigger .e-input-group.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-float-input.e-bigger.e-input-focus input, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger .e-float-input.e-input-focus input { + padding-left: 12px; + text-indent: 0; +} + +.e-rtl input.e-input.e-bigger, +input.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl input.e-input, +.e-bigger input.e-input.e-rtl, +.e-float-input.e-control-wrapper.e-bigger.e-rtl input, +.e-float-input.e-bigger.e-rtl input, +.e-input-group.e-bigger.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input, +.e-rtl .e-float-input.e-bigger input, +.e-rtl .e-input-group.e-bigger input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-float-input.e-control-wrapper.e-rtl input.e-bigger, +.e-float-input.e-rtl input.e-bigger, +.e-input-group.e-rtl input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger, +.e-rtl .e-float-input.e-control-wrapper input.e-bigger, +.e-rtl .e-float-input input.e-bigger, +.e-rtl .e-input-group input.e-input.e-bigger, +.e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input, +.e-bigger .e-float-input.e-rtl input, +.e-bigger .e-input-group.e-rtl input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input, +.e-bigger.e-rtl .e-float-input input, +.e-bigger.e-rtl .e-input-group input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-bigger.e-rtl .e-input-group input.e-input:focus, +.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-bigger.e-rtl .e-float-input input:focus, +.e-bigger .e-input-group.e-rtl input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-bigger .e-float-input.e-rtl input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus, +.e-bigger.e-rtl .e-input-group.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-bigger .e-input-group.e-rtl.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-input-focus input, +.e-bigger .e-float-input.e-rtl.e-input-focus input, +.e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input { + padding-left: 0; + padding-right: 12px; + text-indent: 0; +} + +textarea.e-input.e-bigger, +.e-bigger textarea.e-input, +.e-input-group.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper textarea.e-bigger, +.e-float-input.e-bigger textarea, +.e-float-input textarea.e-bigger, +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper textarea, +.e-bigger .e-float-input textarea, +.e-bigger .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-bigger textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger textarea:focus, +.e-float-input.e-bigger textarea:focus, +.e-bigger .e-input-group textarea.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper textarea:focus, +.e-bigger .e-float-input textarea:focus { + padding-left: 12px; + text-indent: 0; +} + +.e-rtl textarea.e-input.e-bigger, +textarea.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl textarea.e-input, +.e-bigger textarea.e-input.e-rtl, +.e-float-input.e-control-wrapper:not(.e-outline).e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-bigger.e-rtl textarea, +.e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-bigger textarea, +.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea.e-bigger, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger, +.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger, +.e-rtl .e-float-input:not(.e-outline) textarea.e-bigger, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-rtl textarea, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus, +.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus { + padding-right: 12px; + text-indent: 0; +} + +input.e-input.e-bigger.e-small, +.e-bigger input.e-input.e-small, +.e-input-group.e-small.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-input-group.e-small input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger .e-input-group.e-small input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-small.e-bigger input, +.e-float-input.e-small input.e-bigger, +.e-bigger .e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small input, +.e-bigger .e-input-group.e-small input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger .e-float-input.e-small input:focus, +.e-small .e-input-group.e-bigger input.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small .e-float-input.e-bigger input:focus, +.e-input-group.e-bigger.e-small input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-input-group.e-small.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-input-group.e-bigger.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger .e-float-input.e-small.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small .e-float-input.e-bigger.e-input-focus input, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-float-input.e-bigger.e-small.e-input-focus input { + padding-left: 8px; + text-indent: 0; +} + +.e-bigger input.e-input.e-small.e-rtl, +.e-input-group.e-small.e-bigger.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input, +.e-input-group.e-small.e-rtl input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger, +.e-bigger .e-input-group.e-small.e-rtl input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-float-input.e-small.e-bigger.e-rtl input, +.e-float-input.e-small.e-rtl input.e-bigger, +.e-bigger .e-float-input.e-small.e-rtl input, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input, +.e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-bigger.e-rtl input.e-input.e-small, +.e-rtl .e-input-group.e-small.e-bigger input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-rtl .e-input-group.e-small input.e-input.e-bigger, +.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger.e-rtl .e-input-group.e-small input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input, +.e-rtl .e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-rtl .e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-float-input.e-small.e-bigger input, +.e-rtl .e-float-input.e-small input.e-bigger, +.e-bigger.e-rtl .e-float-input.e-small input, +.e-bigger .e-input-group.e-small.e-rtl input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus, +.e-bigger .e-float-input.e-small.e-rtl input:focus, +.e-small .e-input-group.e-bigger.e-rtl input.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus, +.e-small .e-float-input.e-bigger.e-rtl input:focus, +.e-input-group.e-bigger.e-small.e-rtl input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus, +.e-float-input.e-bigger.e-small.e-rtl input:focus, +.e-bigger.e-rtl .e-input-group.e-small input.e-input:focus, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger.e-rtl .e-float-input.e-small input:focus, +.e-small.e-rtl .e-input-group.e-bigger input.e-input:focus, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small.e-rtl .e-float-input.e-bigger input:focus, +.e-rtl .e-input-group.e-bigger.e-small input.e-input:focus, +.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-rtl .e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input, +.e-bigger .e-float-input.e-small.e-rtl.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input, +.e-small .e-float-input.e-bigger.e-rtl.e-input-focus input, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input, +.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-small.e-input-focus input, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small.e-rtl .e-float-input.e-bigger.e-input-focus input, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-rtl .e-float-input.e-bigger.e-small.e-input-focus input, +.e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input, +.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input { + padding-left: 0; + padding-right: 8px; + text-indent: 0; +} + +textarea.e-input.e-bigger.e-small, +.e-bigger textarea.e-input.e-small, +.e-input-group.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-input-group.e-small textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger .e-input-group.e-small textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-float-input.e-small.e-bigger textarea, +.e-float-input.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-small textarea, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea, +.e-bigger .e-input-group.e-small textarea.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus, +.e-bigger .e-float-input.e-small textarea:focus, +.e-small .e-input-group.e-bigger textarea.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus, +.e-small .e-float-input.e-bigger textarea:focus, +.e-input-group.e-bigger.e-small textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus, +.e-float-input.e-bigger.e-small textarea:focus { + padding-left: 8px; + text-indent: 0; +} + +.e-bigger textarea.e-input.e-small.e-rtl, +.e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger, +.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea, +.e-bigger.e-rtl textarea.e-input.e-small, +.e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea, +.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus, +.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus, +.e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus, +.e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus, +.e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus, +.e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus, +.e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus, +.e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus { + padding-right: 8px; + text-indent: 0; +} + +.e-float-input .e-clear-icon, +.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + background: transparent; + border: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-width: 24px; + outline: none; + padding: 0; + text-align: center; +} + +.e-float-input .e-clear-icon::before, +.e-float-input.e-control-wrapper .e-clear-icon::before, +.e-input-group .e-clear-icon::before, +.e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 10px; + padding: 0; + text-align: center; + vertical-align: middle; +} + +.e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide { + cursor: pointer; + display: -ms-flexbox; + display: flex; +} + +.e-float-input.e-small.e-bigger .e-clear-icon, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon, +.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon, +.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon, +.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon, +.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon, +.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon, +.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon { + padding-bottom: 0; +} + +.e-float-input.e-small .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-small .e-clear-icon::before, +.e-input-group.e-small .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-small .e-clear-icon::before, +.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-float-input input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-float-input .e-clear-icon::before, +.e-small .e-input-group .e-clear-icon::before, +.e-small .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 8px; +} + +.e-float-input.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-input-group.e-bigger .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-float-input input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input .e-clear-icon::before, +.e-bigger .e-input-group .e-clear-icon::before, +.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 12px; +} + +.e-float-input.e-small.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-input-group.e-small.e-bigger .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before { + font-size: 12px; +} + +.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper input:not(:valid):first-child ~ .e-clear-icon { + display: none; +} + +.e-input-group .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide { + display: none; +} + +.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide { + cursor: pointer; +} + +.e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide { + cursor: not-allowed; +} + +.e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-float-input input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide, +.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide { + cursor: auto; +} + +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 24px; + padding-bottom: 0; + padding-left: 0; + padding-right: 0; + padding-top: 0; +} + +.e-float-input.e-input-group .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-input-group .e-clear-icon.e-bigger, +.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger .e-input-group .e-clear-icon, +.e-bigger .e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 34px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-bigger .e-clear-icon, +.e-input-group.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-small.e-bigger .e-clear-icon, +.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon { + min-height: 0; + min-width: 34px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-small .e-clear-icon, +.e-input-group .e-clear-icon.e-small, +.e-small .e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 26px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-small .e-clear-icon, +.e-input-group.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-float-input .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input:not(:valid), +.e-input:valid, +.e-float-input.e-control-wrapper input:not(:valid), +.e-float-input.e-control-wrapper input:valid, +.e-float-input input:not(:valid), +.e-float-input input:valid, +.e-input-group input:not(:valid), +.e-input-group input:valid, +.e-input-group.e-control-wrapper input:not(:valid), +.e-input-group.e-control-wrapper input:valid, +.e-float-input.e-control-wrapper textarea:not(:valid), +.e-float-input.e-control-wrapper textarea:valid, +.e-float-input textarea:not(:valid), +.e-float-input textarea:valid, +.e-input-group.e-control-wrapper textarea:not(:valid), +.e-input-group.e-control-wrapper textarea:valid, +.e-input-group textarea:not(:valid), +.e-input-group textarea:valid { + box-shadow: none; +} + +.e-input-group .e-input-in-wrap, +.e-input-group.e-control-wrapper .e-input-in-wrap, +.e-float-input .e-input-in-wrap, +.e-float-input.e-control-wrapper .e-input-in-wrap { + width: 100%; + display: -ms-flexbox; + display: flex; + position: relative; +} + +.e-float-input .e-input-in-wrap label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text { + right: 0; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; +} + +.e-float-input input.e-input, +.e-float-input.e-bigger .e-input, +.e-bigger .e-float-input .e-input, +.e-float-input.e-control-wrapper input.e-input, +.e-float-input.e-control-wrapper.e-bigger .e-input, +.e-bigger .e-float-input.e-control-wrapper .e-input { + margin-bottom: 0; +} + +.e-float-input textarea:focus ~ label.e-float-text, +.e-float-input textarea:valid ~ label.e-float-text, +.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + font-size: 14px; + padding-right: 0; + transform: translate3d(-10px, -37px, 0) scale(1); +} + +.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 16px; + top: 14px; +} + +.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 12px; + top: 16px; +} + +.e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text { + font-size: 14px; + top: 16px; +} + +.e-float-input textarea ~ .e-float-text, +.e-float-input.e-control-wrapper textarea ~ .e-float-text { + top: 15px; +} + +.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 12px; +} + +.e-float-input.e-bigger textarea ~ label.e-float-text, +.e-float-input textarea ~ label.e-float-text.e-bigger, +.e-float-input textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-float-text, +.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 16px; + top: 18 px; +} + +.e-float-input.e-small textarea ~ label.e-float-text, +.e-float-input textarea ~ label.e-float-text.e-small, +.e-float-input textarea.e-small ~ label.e-float-text, +.e-small .e-float-input textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small, +.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text { + font-size: 12px; + top: 15px; +} + +.e-input-group:hover:not(.e-disabled), +.e-input-group.e-control-wrapper:hover:not(.e-disabled), +.e-float-input:hover:not(.e-disabled), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-disabled), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) { + border-bottom-width: 1px; +} + +.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-weight: bold; + padding-right: 0; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 16px; + font-weight: bold; + padding-right: 0; + top: 14px; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-weight: bold; + padding-right: 0; + top: 17px; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-weight: bold; + padding-right: 0; + top: 16px; + transform: translate3d(-10px, -39px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + -moz-transform: translate(0%, -50%); + -ms-transform: translate(0%, -50%); + -o-transform: translate(0%, -50%); + -webkit-transform: translate(0%, -50%); + box-sizing: border-box; + left: 0%; + top: 13px; + transform: translate(0%, -50%); + width: 100%; + font-style: normal; +} + +.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; +} + +.e-float-input.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea label.e-float-text.e-label-top, +.e-small .e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top { + padding-right: 0; + transform: translate3d(-10px, -37px, 0) scale(1); +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; + font-weight: 400; + left: 0; + overflow: hidden; + padding-left: 10px; + pointer-events: none; + position: absolute; + text-overflow: ellipsis; + top: -11px; + transform: translate3d(0, 16px, 0) scale(1); + transform-origin: left top; + transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +textarea.e-input::-webkit-textarea-placeholder, +textarea.e-input:-moz-placeholder, +textarea.e-input:-ms-textarea-placeholder, +textarea.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-small textarea.e-input::-webkit-textarea-placeholder, +textarea.e-small.e-input::-webkit-textarea-placeholder, +.e-small textarea.e-input:-moz-placeholder, +textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-input:-ms-input-placeholder, +textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-input::-moz-placeholder, +textarea.e-small.e-input::-moz-placeholder { + font-size: 12px; + font-style: normal; +} + +.e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder, +.e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder, +.e-bigger textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-small.e-input::-moz-placeholder, +.e-small textarea.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-bigger textarea.e-input::-webkit-textarea-placeholder, +textarea.e-bigger.e-input::-webkit-textarea-placeholder, +.e-bigger textarea.e-input:-moz-placeholder, +textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-input:-ms-textarea-placeholder, +textarea.e-bigger.e-input:-ms-textarea-placeholder, +.e-bigger textarea.e-input::-moz-placeholder, +textarea.e-bigger.e-input::-moz-placeholder { + font-size: 16px; + font-style: normal; +} + +.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 16px; + -webkit-user-select: text; + user-select: text; +} + +.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + padding-right: 0; + transform: translate3d(-10px, -39px, 0) scale(1); +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled { + border-color: #ced4da; + border-style: solid; +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-disabled textarea, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled, +.e-float-input.e-control-wrapper.e-disabled textarea { + filter: alpha(opacity=100); + opacity: 1; +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled { + background: transparent; + background-image: none; + cursor: not-allowed; +} + +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea, +.e-float-input.e-input-group textarea, +.e-float-input.e-control-wrapper textarea, +.e-float-input.e-control-wrapper.e-input-group textarea { + border-radius: 4px; +} + +textarea.e-input, +.e-input-group textarea, +.e-input-group textarea.e-input, +.e-input-group.e-input-focus textarea, +.e-input-group.e-input-focus textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-input-group.e-control-wrapper.e-input-focus textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + line-height: 1.5; + min-height: 32px; + min-width: 0; + padding: 4px 8px 4px 8px; + resize: vertical; +} + +.e-input-group.e-bigger textarea, +.e-input-group.e-bigger textarea.e-input, +.e-input-group textarea.e-bigger, +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-bigger textarea, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-input-group textarea, +.e-bigger .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger textarea, +.e-float-input textarea.e-bigger, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper textarea.e-bigger, +.e-bigger .e-float-input textarea, +.e-bigger .e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 36px; + padding: 6px 12px 6px 12px; +} + +.e-input-group.e-input-focus.e-bigger textarea, +.e-input-group.e-input-focus.e-bigger textarea.e-input, +.e-input-group.e-input-focus textarea.e-bigger, +.e-input-group.e-input-focus textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea, +.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-bigger .e-input-group.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 36px; + padding: 6px 12px 6px 12px; +} + +.e-input-group.e-small textarea, +.e-input-group.e-small textarea.e-input, +.e-input-group textarea.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper.e-small textarea, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-input-group textarea, +.e-small .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-float-input textarea, +.e-small .e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 26px; + padding: 4px 8px 4px 8px; +} + +.e-input-group.e-input-focus.e-small textarea, +.e-input-group.e-input-focus.e-small textarea.e-input, +.e-input-group.e-input-focus textarea.e-small, +.e-input-group.e-input-focus textarea.e-input.e-small, +.e-input-group.e-input-focus textarea.e-input.e-small, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-small .e-input-group.e-input-focus textarea, +.e-small .e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 26px; + padding: 4px 8px 4px 8px; +} + +.e-input-group.e-small.e-bigger textarea.e-input, +.e-input-group.e-small textarea.e-input.e-bigger, +.e-input-group textarea.e-input.e-bigger.e-small, +.e-input-group.e-bigger textarea.e-small, +.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-input-group textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-bigger .input-group textarea.e-small, +.e-bigger .e-input-group.e-small textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input, +.e-small .input-group textarea.e-bigger, +.e-small .e-input-group.e-bigger textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-float-input textarea.e-bigger.e-small, +.e-float-input.e-small.e-bigger textarea, +.e-float-input.e-small textarea.e-bigger, +.e-float-input.e-bigger textarea.e-small, +.e-bigger .e-float-input.e-small textarea, +.e-bigger.e-small .e-float-input textarea, +.e-bigger .float-input textarea.e-small, +.e-small .e-float-input.e-bigger textarea, +.e-small .float-input textarea.e-bigger, +.e-small .e-float-input.e-control-wrapper textarea.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea, +.e-bigger .e-small.e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 32px; + padding: 4px 8px 4px 8px; +} + +.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small, +.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input, +.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger, +.e-input-group.e-input-focus.e-bigger textarea.e-small, +.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 32px; + padding: 4px 8px 4px 8px; +} + +.e-filled.e-input-group, +.e-filled.e-input-group.e-control-wrapper, +.e-filled.e-float-input, +.e-filled.e-float-input.e-control-wrapper { + line-height: 1; +} + +.e-filled textarea.e-input, +.e-filled.e-input-group.e-multi-line-input textarea, +.e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea, +.e-filled.e-float-input.e-multi-line-input textarea, +.e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea { + box-sizing: border-box; +} + +/*! input theme */ +input.e-input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +textarea.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + background: #fff; + border-color: #ced4da; + color: #495057; +} + +.e-input-group, +.e-input-group.e-control-wrapper, +.e-float-input, +.e-float-input.e-input-group, +.e-float-input.e-control-wrapper, +.e-float-input.e-input-group.e-control-wrapper { + background: #fff; + color: #495057; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + background: #fff; + border-color: #ced4da; + color: #495057; +} + +.e-input-group.e-disabled .e-input-group-icon, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + color: #6c757d; +} + +.e-input[disabled], +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input input[disabled], +.e-float-input.e-control-wrapper input[disabled], +.e-float-input textarea[disabled], +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled { + -webkit-text-fill-color: #6c757d; + background: #e9ecef; + color: #6c757d; + border-color: #ced4da; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea, +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled input.e-input, +.e-input-group.e-control-wrapper.e-disabled input.e-input, +.e-input-group.e-disabled textarea.e-input, +.e-input-group.e-control-wrapper.e-disabled textarea.e-input { + background: none; + color: inherit; +} + +.e-input-group .e-input[readonly], +.e-input-group.e-control-wrapper .e-input[readonly], +.e-float-input input[readonly], +.e-float-input.e-control-wrapper input[readonly], +.e-float-input textarea[readonly], +.e-float-input.e-control-wrapper textarea[readonly] { + background: #e9ecef; + color: #6c757d; +} + +.e-float-input.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled input, +.e-float-input.e-disabled textarea, +.e-float-input.e-control-wrapper.e-disabled textarea, +.e-float-input input[disabled], +.e-float-input.e-control-wrapper input[disabled], +.e-float-input textarea[disabled], +.e-float-input.e-control-wrapper textarea[disabled] { + color: inherit; +} + +/*! Added color to textbox for disbaled state */ +.e-float-input:not(.e-disabled) input[disabled], +.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled], +.e-float-input:not(.e-disabled) textarea[disabled], +.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] { + -webkit-text-fill-color: #6c757d; + color: #6c757d; +} + +.e-input-group.e-disabled .e-input-group-icon, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + background: #e9ecef; + border-color: #ced4da; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover { + background: #5a6268; + border-color: #545b62; + color: #fff; +} + +.e-input.e-success, +.e-input.e-success:focus, +.e-input-group.e-success input.e-input, +.e-input-group.e-control-wrapper.e-success input.e-input, +.e-input-group.e-success .e-input-group-icon, +.e-input-group.e-control-wrapper.e-success .e-input-group-icon, +.e-input-group.e-success textarea.e-input, +.e-input-group.e-control-wrapper.e-success textarea.e-input { + border-color: #28a745; +} + +.e-input.e-warning, +.e-input.e-warning:focus, +.e-input-group.e-warning input.e-input, +.e-input-group.e-control-wrapper.e-warning input.e-input, +.e-input-group.e-warning .e-input-group-icon, +.e-input-group.e-control-wrapper.e-warning .e-input-group-icon, +.e-input-group.e-warning textarea.e-input, +.e-input-group.e-control-wrapper.e-warning textarea.e-input { + border-color: #ffc107; +} + +.e-input.e-error, +.e-input.e-error:focus, +.e-input-group.e-error input.e-input, +.e-input-group.e-control-wrapper.e-error input.e-input, +.e-input-group.e-control-wrapper.e-error .e-input-group-icon, +.e-input-group.e-error .e-input-group-icon, +.e-input-group.e-error textarea.e-input, +.e-input-group.e-control-wrapper.e-error textarea.e-input { + border-color: #dc3545; +} + +label.e-float-text, +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #6c757d; +} + +.e-float-input.e-error label.e-float-text, +.e-float-input.e-control-wrapper.e-error label.e-float-text, +.e-float-input.e-error input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text, +.e-float-input.e-error.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text, +.e-float-input.e-error textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text { + color: #dc3545; +} + +.e-float-input input, +.e-float-input textarea, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper textarea { + border-bottom-color: #ced4da; +} + +.e-float-input.e-success input, +.e-float-input.e-success textarea, +.e-float-input.e-control-wrapper.e-success input, +.e-float-input.e-control-wrapper.e-success textarea { + border-color: #28a745; +} + +.e-float-input.e-warning input, +.e-float-input.e-control-wrapper.e-warning input, +.e-float-input.e-warning textarea, +.e-float-input.e-control-wrapper.e-warning textarea { + border-color: #ffc107; +} + +.e-float-input.e-error input, +.e-float-input.e-control-wrapper.e-error input, +.e-float-input.e-error textarea, +.e-float-input.e-control-wrapper.e-error textarea { + border-color: #dc3545; +} + +.e-float-input:not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: #6c757d; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:active, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active { + background: #545b62; + color: #fff; + -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + border-color: #4e555b; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); +} + +input.e-input::selection, +textarea.e-input::selection, +.e-input-group input.e-input::selection, +.e-input-group.e-control-wrapper input.e-input::selection, +.e-float-input input::selection, +.e-float-input.e-control-wrapper input::selection, +.e-input-group textarea.e-input::selection, +.e-input-group.e-control-wrapper textarea.e-input::selection, +.e-float-input textarea::selection, +.e-float-input.e-control-wrapper textarea::selection { + background: #007bff; + color: #fff; +} + +.e-float-input.e-small textarea::selection, +.e-float-input textarea::selection { + background: #007bff; + color: #fff; +} + +input.e-input:-moz-placeholder { + color: #6c757d; +} + +.e-input-group input.e-input:-moz-placeholder { + color: #6c757d; +} + +.e-input-group input.e-input:-moz-placeholder, +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + color: #6c757d; +} + +input.e-input:-moz-placeholder { + color: #6c757d; +} + +.e-input-group input.e-input:-moz-placeholder { + color: #6c757d; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + color: #6c757d; +} + +textarea.e-input:-moz-placeholder { + color: #6c757d; +} + +.e-input-group textarea.e-input:-moz-placeholder { + color: #6c757d; +} + +.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { + color: #6c757d; +} + +input.e-input::-moz-placeholder { + color: #6c757d; +} + +.e-input-group input.e-input::-moz-placeholder { + color: #6c757d; +} + +.e-input-group.e-control-wrapper input.e-input::-moz-placeholder { + color: #6c757d; +} + +textarea.e-input::-moz-placeholder { + color: #6c757d; +} + +.e-input-group textarea.e-input::-moz-placeholder { + color: #6c757d; +} + +.e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder { + color: #6c757d; +} + +input.e-input:-ms-input-placeholder { + color: #6c757d; +} + +.e-input-group input.e-input:-ms-input-placeholder { + color: #6c757d; +} + +.e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder { + color: #6c757d; +} + +textarea.e-input:-ms-input-placeholder { + color: #6c757d; +} + +.e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder { + color: #6c757d; +} + +.e-input-group textarea.e-input:-ms-input-placeholder { + color: #6c757d; +} + +input.e-input::-webkit-input-placeholder { + color: #6c757d; +} + +.e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder { + color: #6c757d; +} + +.e-input-group input.e-input::-webkit-input-placeholder { + color: #6c757d; +} + +textarea.e-input::-webkit-input-placeholder { + color: #6c757d; +} + +.e-input-group textarea.e-input::-webkit-input-placeholder { + color: #6c757d; +} + +.e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder { + color: #6c757d; +} + +.e-input-group::before, +.e-input-group::after, +.e-input-group.e-control-wrapper::before, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group.e-success::before, +.e-input-group.e-success::after, +.e-input-group.e-control-wrapper.e-success::before, +.e-input-group.e-control-wrapper.e-success::after { + content: ''; +} + +.e-input-group.e-warning::before, +.e-input-group.e-warning::after, +.e-input-group.e-control-wrapper.e-warning::before, +.e-input-group.e-control-wrapper.e-warning::after { + content: ''; +} + +.e-input-group.e-error::before, +.e-input-group.e-error::after, +.e-input-group.e-control-wrapper.e-error::before, +.e-input-group.e-control-wrapper.e-error::after { + content: ''; +} + +.e-input-group.e-success .e-input-group-icon, +.e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-success .e-input-group-icon, +.e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #495057; +} + +.e-input-group.e-warning .e-input-group-icon, +.e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-warning .e-input-group-icon, +.e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #495057; +} + +.e-input-group.e-error .e-input-group-icon, +.e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-error .e-input-group-icon, +.e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #495057; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + border-color: #ced4da; +} + +.e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input { + border-color: #80bdff; + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +.e-input:focus:not(.e-success):not(.e-warning).e-error, +.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus, +.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus, +.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input { + box-shadow: none; +} + +.e-input:focus:not(.e-error):not(.e-warning).e-success, +.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus, +.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus, +.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input { + box-shadow: none; +} + +.e-input:focus:not(.e-success):not(.e-error).e-warning, +.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus, +.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus, +.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input { + box-shadow: none; +} + +.e-input-group:not(.e-float-input):not(.e-float-icon-left) .e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap .e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-float-input):not(.e-float-icon-left) .e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap .e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group:not(.e-float-input):not(.e-float-icon-left).e-input-focus .e-input:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap .e-input:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-float-input):not(.e-float-icon-left).e-input-focus .e-input:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap .e-input:not(.e-success):not(.e-warning):not(.e-error) { + box-shadow: none; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus, +.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input, +.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus { + border-color: transparent; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #80bdff; + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); + transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error { + box-shadow: none; +} + +.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success { + box-shadow: none; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning { + box-shadow: none; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input { + border-color: #ced4da; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #ced4da; +} + +.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #80bdff; + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); +} + +.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error, +.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error { + box-shadow: none; +} + +.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success, +.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success { + box-shadow: none; +} + +.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning, +.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning { + box-shadow: none; +} + +.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #ced4da; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + border-bottom-color: #ced4da; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-input-group.e-success, +.e-input-group.e-control-wrapper.e-success, +.e-input-group.e-success:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) { + border-color: #28a745; +} + +.e-input-group.e-warning, +.e-input-group.e-control-wrapper.e-warning, +.e-input-group.e-warning:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) { + border-color: #ffc107; +} + +.e-input-group.e-error, +.e-input-group.e-control-wrapper.e-error, +.e-input-group.e-error:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) { + border-color: #dc3545; +} + +.e-float-input .e-clear-icon, +.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + color: rgba(0, 0, 0, 0.5); +} + +.e-float-input:not(.e-disabled) .e-clear-icon:hover, +.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover, +.e-input-group:not(.e-disabled) .e-clear-icon:hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover { + color: rgba(0, 0, 0, 0.4); +} + +.e-float-input.e-disabled .e-clear-icon, +.e-float-input.e-control-wrapper.e-disabled .e-clear-icon, +.e-input-group.e-disabled .e-clear-icon, +.e-input-group.e-control-wrapper.e-disabled .e-clear-icon { + color: #6c757d; +} + +.e-float-input.e-input-focus .e-input:focus, +.e-float-input.e-control-wrapper.e-input-focus .e-input:focus { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input label.e-float-text.e-label-top, +.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #212529; +} + +.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #212529; +} + +.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #212529; +} + +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #212529; +} + +.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #6c757d; +} + +.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: #6c757d; +} + +.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top, +.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #212529; +} + +.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #212529; +} + +.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #212529; +} + +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #212529; +} + +.e-float-input.e-input-group.e-disabled .e-float-text, +.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top, +.e-float-input input[disabled] ~ label.e-float-text, +.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-disabled label.e-float-text, +.e-float-input.e-disabled label.e-float-text.e-label-top, +.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: #6c757d; +} + +.e-float-input textarea[disabled] ~ label.e-float-text, +.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: #6c757d; +} + +.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text, +.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: #6c757d; +} + +.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: #6c757d; +} + +.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: #80bdff; +} + +.e-input-group:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-input-group.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: #80bdff; +} + +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #212529; +} + +.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #212529; +} + +/*! popup layout */ +.e-popup { + height: auto; + position: absolute; + width: auto; + z-index: 1000; +} + +.e-popup.e-popup-open { + display: block; +} + +.e-popup.e-popup-close { + display: none; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-spinner-pane { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + text-align: center; + top: 0; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + width: 100%; + z-index: 1000; +} + +.e-spinner-pane::after { + content: "Bootstrap4"; + display: none; +} + +.e-spinner-pane.e-spin-left .e-spinner-inner { + -webkit-transform: translateX(0%) translateY(-50%); + left: 0; + padding-left: 10px; + transform: translateX(0%) translateY(-50%); +} + +.e-spinner-pane.e-spin-right .e-spinner-inner { + -webkit-transform: translateX(-100%) translateY(-50%); + left: 100%; + padding-right: 10px; + transform: translateX(-100%) translateY(-50%); +} + +.e-spinner-pane.e-spin-center .e-spinner-inner { + -webkit-transform: translateX(-50%) translateY(-50%); + left: 50%; + transform: translateX(-50%) translateY(-50%); +} + +.e-spinner-pane.e-spin-hide { + display: none; +} + +.e-spinner-pane.e-spin-show { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-spinner-pane .e-spinner-inner { + -webkit-transform: translateX(-50%) translateY(-50%); + left: 50%; + margin: 0; + position: absolute; + text-align: center; + top: 50%; + transform: translateX(-50%) translateY(-50%); + z-index: 1000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-label { + font-family: "Helvetica Neue", "Segoe UI"; + font-size: 14px; + margin-top: 10px; + text-align: center; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material { + animation: material-spinner-rotate 1568.63ms linear infinite; + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material .e-path-circle { + fill: none; + stroke-linecap: square; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 { + animation: material-spinner-rotate .75s linear infinite; + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + fill: none; + stroke-linecap: square; + stroke-width: 4; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric { + animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); + display: block; + margin: 0 auto; + overflow: visible; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc, +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle { + fill: none; + stroke-width: 1.5; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap { + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast { + animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); + display: block; + margin: 0 auto; + overflow: visible; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc, +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle { + fill: none; + stroke-width: 1.5; +} + +.e-spinner-pane { + background-color: transparent; +} + +.e-spinner-pane.e-spin-overlay { + background-color: rgba(0, 0, 0, 0.5); +} + +.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-label { + color: #000; +} + +.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-bootstrap { + fill: #007bff; + stroke: #007bff; +} + +.e-spinner-pane .e-spinner-inner .e-spin-label { + color: #000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle { + stroke: #007bff; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc { + stroke: #adb5bd; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle { + stroke: #007bff; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc { + stroke: #adb5bd; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material { + stroke: #007bff; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 { + stroke: #007bff; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap { + fill: #007bff; + stroke: #007bff; +} + +.e-bigger .e-dropdownbase, +.e-dropdownbase.e-bigger { + min-height: 45px; +} + +.e-bigger .e-dropdownbase .e-list-item, +.e-bigger .e-dropdownbase .e-list-group-item, +.e-bigger .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-bigger .e-list-item, +.e-dropdownbase.e-bigger .e-list-group-item, +.e-dropdownbase.e-bigger .e-fixed-head { + line-height: 48px; +} + +.e-bigger .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-bigger .e-list-item .e-list-icon { + font-size: 20px; +} + +.e-dropdownbase { + display: block; + height: 100%; + min-height: 36px; + position: relative; + width: 100%; +} + +.e-dropdownbase .e-list-parent { + margin: 0; + padding: 0; +} + +.e-dropdownbase .e-list-group-item, +.e-dropdownbase .e-fixed-head { + cursor: default; +} + +.e-dropdownbase .e-list-item { + cursor: pointer; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-dropdownbase .e-list-item .e-list-icon { + font-size: 16px; + vertical-align: middle; +} + +.e-dropdownbase .e-fixed-head { + position: absolute; + top: 0; +} + +.e-rtl .e-dropdownbase .e-fixed-head { + left: 33px; +} + +.e-dropdownbase.e-content { + overflow: auto; + position: relative; +} + +.e-popup.e-ddl .e-dropdownbase.e-nodata { + color: #212529; + cursor: default; + font-family: inherit; + font-size: 14px; + padding: 14px 16px; + text-align: center; +} + +.e-rtl .e-dropdownbase.e-dd-group .e-list-item { + padding-right: 30px; +} + +.e-dropdownbase.e-dd-group .e-list-item { + padding-left: 30px; + text-indent: 0; +} + +.e-small .e-dropdownbase.e-dd-group .e-list-item { + text-indent: 0; +} + +.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item { + text-indent: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + text-indent: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + cursor: pointer; + font-weight: normal; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item { + padding-right: 30px; +} + +.e-rtl .e-dropdownbase .e-list-item { + padding-left: 24px; + padding-right: 0; +} + +.e-small.e-rtl .e-dropdownbase .e-list-item, +.e-small .e-rtl .e-dropdownbase .e-list-item, +.e-rtl .e-small .e-dropdownbase .e-list-item { + padding-left: 24px; + padding-right: 0; +} + +.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item, +.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item, +.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item, +.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item, +.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item { + padding-left: 24px; + padding-right: 0; +} + +.e-dropdownbase { + border-color: rgba(0, 0, 0, 0.15); +} + +.e-dropdownbase .e-list-item { + background-color: #fff; + border-bottom: 1px; + border-color: #fff; + color: #212529; + font-family: inherit; + font-size: 14px; + line-height: 26px; + min-height: 26px; + padding-right: 24px; + text-indent: 20px; +} + +.e-dropdownbase .e-list-group-item, .e-fixed-head { + background-color: #fff; + border-color: #fff; + color: #6c757d; + font-family: inherit; + font-size: 12px; + font-weight: normal; + line-height: 26px; + min-height: 26px; + padding-left: 20px; + padding-right: 24px; +} + +.e-dropdownbase .e-list-item.e-active, +.e-dropdownbase .e-list-item.e-active.e-hover { + background-color: #007bff; + border-color: #fff; + color: #fff; +} + +.e-dropdownbase .e-list-item.e-hover { + background-color: #f2f4f6; + border-color: #fff; + color: #212529; +} + +.e-dropdownbase .e-list-item:last-child { + border-bottom: 0; +} + +.e-dropdownbase .e-list-item.e-item-focus { + background-color: #f2f4f6; +} + +.e-bigger .e-dropdownbase .e-list-group-item, +.e-bigger .e-dropdownbase .e-fixed-head { + font-size: 14px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open table { + border-collapse: collapse; + table-layout: fixed; + width: 100%; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open th, +.e-multi-column.e-ddl.e-popup.e-popup-open td { + display: table-cell; + overflow: hidden; + padding-right: 16px; + text-indent: 10px; + text-overflow: ellipsis; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open th { + line-height: 36px; + text-align: left; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 0 1px 0; + color: #6c757d; + font-family: inherit; + font-size: 12px; + font-weight: normal; + text-indent: 10px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item { + padding-right: 0; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header { + padding-right: 16px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header, +.e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header { + padding-right: 0; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center { + text-align: center; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right { + text-align: right; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left { + text-align: left; +} + +.e-small .e-dropdownbase .e-list-item, +.e-dropdownbase.e-small .e-list-item { + color: #212529; + line-height: 22px; + min-height: 22px; + text-indent: 12px; +} + +.e-small .e-dropdownbase .e-list-group-item, +.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-small .e-list-group-item, +.e-dropdownbase.e-small .e-fixed-head { + line-height: 22px; + min-height: 22px; +} + +.e-small .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-small .e-list-item .e-list-icon { + font-size: 14px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item, +.e-dropdownbase.e-small.e-bigger .e-list-item { + color: #212529; + line-height: 34px; + min-height: 34px; + text-indent: 16px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-group-item, +.e-bigger.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-small.e-bigger .e-list-group-item, +.e-dropdownbase.e-small.e-bigger .e-fixed-head { + line-height: 34px; + min-height: 34px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon { + font-size: 18px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-group-item, +.e-bigger.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-bigger.e-small .e-list-group-item, +.e-dropdownbase.e-bigger.e-small .e-fixed-head { + font-size: 14px; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item { + background-color: #fff; + border-bottom: 1px; + border-color: #fff; + color: #212529; + font-family: inherit; + font-size: 14px; + padding-right: 24px; + text-indent: 20px; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus { + background-color: #f2f4f6; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active, +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover { + background-color: #007bff; + border-color: #fff; + color: #fff; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover { + background-color: #f2f4f6; + border-color: #fff; + color: #212529; +} + +.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon { + font-size: 8px; +} + +.e-bigger .e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon { + font-size: 10px; +} + +.e-avatar { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + background-color: #e9ecef; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + border-radius: 4px; + color: #212529; + display: -ms-inline-flexbox; + display: inline-flex; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 1.05em; + font-weight: 400; + height: 2.5em; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + position: relative; + width: 2.5em; +} + +.e-avatar img { + height: 100%; + width: auto; +} + +.e-avatar.e-avatar-circle { + border-radius: 50%; +} + +.e-avatar.e-avatar-xsmall { + font-size: 0.65em; +} + +.e-avatar.e-avatar-small { + font-size: 0.85em; +} + +.e-avatar.e-avatar-large { + font-size: 1.25em; +} + +.e-avatar.e-avatar-xlarge { + font-size: 1.45em; +} + +.e-badge { + background: #fafafa; + border-color: transparent; + border-radius: 0.335em; + box-shadow: 0 0 0 2px transparent; + box-sizing: border-box; + color: rgba(0, 0, 0, 0.87); + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 0.75em; + font-weight: 500; + line-height: 1; + overflow: hidden; + padding: 0.25em 0.42em 0.25em 0.42em; + text-align: center; + text-decoration: none; + text-indent: 0; + vertical-align: middle; +} + +.e-badge:hover { + text-decoration: none; +} + +.e-badge.e-badge-pill { + border-radius: 5em; +} + +.e-badge.e-badge-notification { + border-radius: 1em; + font-size: 12px; + height: 18px; + left: 100%; + line-height: 18px; + min-width: 24px; + padding: 0 8px 0 8px; + position: absolute; + top: -10px; + width: auto; +} + +.e-badge.e-badge-notification.e-badge-ghost { + line-height: 16px; +} + +.e-badge.e-badge-circle { + border-radius: 50%; + height: 1.834em; + line-height: 1.834em; + min-width: 0; + padding: 0; + width: 1.834em; +} + +.e-badge.e-badge-circle.e-badge-ghost { + line-height: 1.8em; +} + +.e-badge.e-badge-overlap { + position: absolute; + top: -10px; + transform: translateX(-50%); +} + +.e-badge.e-badge-dot { + border-radius: 100%; + box-shadow: 0 0 0 1px #fff; + height: 6px; + left: 100%; + line-height: 1; + margin: 0; + min-width: 0; + overflow: visible; + padding: 0; + position: absolute; + top: -3px; + width: 6px; +} + +.e-badge.e-badge-bottom.e-badge-dot { + bottom: 3px; + position: absolute; + top: auto; +} + +.e-badge.e-badge-bottom.e-badge-notification { + bottom: -3px; + position: absolute; + top: auto; +} + +button .e-badge { + line-height: .9; + position: relative; + top: -2px; +} + +button .e-badge.e-badge-circle { + height: 2em; + line-height: 2em; + width: 2em; +} + +button .e-badge.e-badge-circle.e-badge-ghost { + line-height: 1.9em; +} + +.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) { + background-color: #007bff; + color: #fff; +} + +.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-secondary[href]:not(.e-badge-ghost) { + background-color: #6c757d; + color: #fff; +} + +.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) { + background-color: #28a745; + color: #fff; +} + +.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]), .e-badge.e-badge-danger[href]:not(.e-badge-ghost) { + background-color: #dc3545; + color: #fff; +} + +.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]), .e-badge.e-badge-warning[href]:not(.e-badge-ghost) { + background-color: #ffc107; + color: #212529; +} + +.e-badge.e-badge-info:not(.e-badge-ghost):not([href]), .e-badge.e-badge-info[href]:not(.e-badge-ghost) { + background-color: #17a2b8; + color: #fff; +} + +.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) { + background-color: #f8f9fa; + color: #212529; +} + +.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) { + background-color: #343a40; + color: #fff; +} + +.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover { + background-color: #0062cc; +} + +.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover { + background-color: #545b62; +} + +.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover { + background-color: #1e7e34; +} + +.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover { + background-color: #bd2130; +} + +.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover { + background-color: #d39e00; +} + +.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover { + background-color: #117a8b; +} + +.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover { + background-color: #dae0e5; +} + +.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover { + background-color: #1d2124; +} + +.e-badge.e-badge-primary[href].e-badge-ghost:hover { + border-color: #0056b3; + color: #0056b3; +} + +.e-badge.e-badge-secondary[href].e-badge-ghost:hover { + border-color: #494f54; + color: #494f54; +} + +.e-badge.e-badge-success[href].e-badge-ghost:hover { + border-color: #19692c; + color: #19692c; +} + +.e-badge.e-badge-danger[href].e-badge-ghost:hover { + border-color: #a71d2a; + color: #a71d2a; +} + +.e-badge.e-badge-warning[href].e-badge-ghost:hover { + border-color: #ba8b00; + color: #ba8b00; +} + +.e-badge.e-badge-info[href].e-badge-ghost:hover { + border-color: #0f6674; + color: #0f6674; +} + +.e-badge.e-badge-light[href].e-badge-ghost:hover { + border-color: #cbd3da; + color: #cbd3da; +} + +.e-badge.e-badge-dark[href].e-badge-ghost:hover { + border-color: #121416; + color: #121416; +} + +.e-badge.e-badge-ghost.e-badge-primary { + background-color: transparent; + border: 1px solid #007bff; + color: #007bff; +} + +.e-badge.e-badge-ghost.e-badge-secondary { + background-color: transparent; + border: 1px solid #6c757d; + color: #6c757d; +} + +.e-badge.e-badge-ghost.e-badge-success { + background-color: transparent; + border: 1px solid #28a745; + color: #28a745; +} + +.e-badge.e-badge-ghost.e-badge-danger { + background-color: transparent; + border: 1px solid #dc3545; + color: #dc3545; +} + +.e-badge.e-badge-ghost.e-badge-warning { + background-color: transparent; + border: 1px solid #ffc107; + color: #ffc107; +} + +.e-badge.e-badge-ghost.e-badge-info { + background-color: transparent; + border: 1px solid #17a2b8; + color: #17a2b8; +} + +.e-badge.e-badge-ghost.e-badge-light { + background-color: transparent; + border: 1px solid #f8f9fa; + color: #f8f9fa; +} + +.e-badge.e-badge-ghost.e-badge-dark { + background-color: transparent; + border: 1px solid #343a40; + color: #343a40; +} + +.e-barcode { + display: block; +} + +.e-datamatrix { + display: block; +} + +.e-qrcode { + display: block; +} + +.e-content-placeholder.e-barcode.e-placeholder-barcode { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +.e-content-placeholder.e-datamatrixgenerator.e-placeholder-datamatrixgenerator { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +.e-content-placeholder.e-qrcodegenerator.e-placeholder-qrcodegenerator { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +/*! button layout */ +.e-btn, +.e-css.e-btn { + -webkit-font-smoothing: antialiased; + border: 1px solid; + border-radius: 4px; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; + -ms-flex-pack: center; + justify-content: center; + line-height: 1.6; + outline: none; + padding: 4px 8px; + text-align: center; + text-decoration: none; + text-transform: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; +} + +.e-btn:disabled, +.e-css.e-btn:disabled { + cursor: default; +} + +.e-btn:hover, .e-btn:focus, +.e-css.e-btn:hover, +.e-css.e-btn:focus { + text-decoration: none; +} + +.e-btn::-moz-focus-inner, +.e-css.e-btn::-moz-focus-inner { + border: 0; + padding: 0; +} + +.e-btn .e-btn-icon, +.e-css.e-btn .e-btn-icon { + display: inline-block; + font-size: 14px; + margin-top: -2px; + vertical-align: middle; + width: 1em; +} + +.e-btn .e-btn-icon.e-icon-left, +.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.5em; + width: 2em; + padding: 0 8px; +} + +.e-btn .e-btn-icon.e-icon-right, +.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.5em; + width: 2em; + padding: 0 8px; +} + +.e-btn .e-btn-icon.e-icon-top, +.e-css.e-btn .e-btn-icon.e-icon-top { + display: block; + margin-top: 0; + padding-bottom: 6px; + width: auto; +} + +.e-btn .e-btn-icon.e-icon-bottom, +.e-css.e-btn .e-btn-icon.e-icon-bottom { + display: block; + margin-top: 0; + padding-top: 6px; + width: auto; +} + +.e-btn.e-icon-btn, +.e-css.e-btn.e-icon-btn { + padding: 4px 8px; +} + +.e-btn.e-top-icon-btn, .e-btn.e-bottom-icon-btn, +.e-css.e-btn.e-top-icon-btn, +.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 12px 12px; +} + +.e-btn.e-round, +.e-css.e-btn.e-round { + border-radius: 50%; + height: 32px; + line-height: 1; + padding: 0; + width: 32px; +} + +.e-btn.e-round .e-btn-icon, +.e-css.e-btn.e-round .e-btn-icon { + font-size: 14px; + line-height: 1.6; + margin-top: 0; + width: auto; +} + +.e-btn.e-rtl .e-icon-right, +.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.5em; + margin-right: 0; +} + +.e-btn.e-rtl .e-icon-left, +.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5em; +} + +.e-btn.e-flat, +.e-css.e-btn.e-flat { + border: 1px solid; +} + +.e-btn.e-small, +.e-css.e-btn.e-small { + font-size: 12px; + line-height: 1.6; + padding: 2px 8px 2px; +} + +.e-btn.e-small .e-btn-icon, +.e-css.e-btn.e-small .e-btn-icon { + font-size: 12px; + width: 1em; +} + +.e-btn.e-small .e-btn-icon.e-icon-left, +.e-css.e-btn.e-small .e-btn-icon.e-icon-left { + margin-left: -0.57143em; + width: 2em; + padding: 0 8px; +} + +.e-btn.e-small .e-btn-icon.e-icon-right, +.e-css.e-btn.e-small .e-btn-icon.e-icon-right { + margin-right: -0.57143em; + width: 2em; + padding: 0 8px; +} + +.e-btn.e-small .e-btn-icon.e-icon-top, +.e-css.e-btn.e-small .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-btn.e-small.e-icon-btn, +.e-css.e-btn.e-small.e-icon-btn { + padding: 2px 5px; +} + +.e-btn.e-small.e-top-icon-btn, .e-btn.e-small.e-bottom-icon-btn, +.e-css.e-btn.e-small.e-top-icon-btn, +.e-css.e-btn.e-small.e-bottom-icon-btn { + line-height: 1; + padding: 12px 12px; +} + +.e-btn.e-small.e-round, +.e-css.e-btn.e-small.e-round { + height: 24px; + line-height: 1; + padding: 0; + width: 24px; +} + +.e-btn.e-small.e-round .e-btn-icon, +.e-css.e-btn.e-small.e-round .e-btn-icon { + font-size: 12px; + line-height: 1.5; + width: auto; +} + +.e-btn.e-small.e-rtl .e-icon-right, +.e-css.e-btn.e-small.e-rtl .e-icon-right { + margin-left: -0.57143em; + margin-right: 0; +} + +.e-btn.e-small.e-rtl .e-icon-left, +.e-css.e-btn.e-small.e-rtl .e-icon-left { + margin-left: 0; + margin-right: btn-small-icon-margin; +} + +.e-btn.e-block, +.e-css.e-btn.e-block { + display: block; + width: 100%; +} + +.e-small .e-btn, +.e-small.e-btn, +.e-small .e-css.e-btn, +.e-small.e-css.e-btn { + font-size: 12px; + line-height: 1.6; + padding: 2px 8px 2px; +} + +.e-small .e-btn .e-btn-icon, +.e-small.e-btn .e-btn-icon, +.e-small .e-css.e-btn .e-btn-icon, +.e-small.e-css.e-btn .e-btn-icon { + font-size: 12px; + width: 1em; +} + +.e-small .e-btn .e-btn-icon.e-icon-left, +.e-small.e-btn .e-btn-icon.e-icon-left, +.e-small .e-css.e-btn .e-btn-icon.e-icon-left, +.e-small.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.57143em; + width: 2em; + padding: 0 8px; +} + +.e-small .e-btn .e-btn-icon.e-icon-right, +.e-small.e-btn .e-btn-icon.e-icon-right, +.e-small .e-css.e-btn .e-btn-icon.e-icon-right, +.e-small.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.57143em; + width: 2em; + padding: 0 8px; +} + +.e-small .e-btn .e-btn-icon.e-icon-top, +.e-small.e-btn .e-btn-icon.e-icon-top, +.e-small .e-css.e-btn .e-btn-icon.e-icon-top, +.e-small.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-small .e-btn .e-btn-icon.e-icon-bottom, +.e-small.e-btn .e-btn-icon.e-icon-bottom, +.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-small .e-btn.e-icon-btn, +.e-small.e-btn.e-icon-btn, +.e-small .e-css.e-btn.e-icon-btn, +.e-small.e-css.e-btn.e-icon-btn { + padding: 2px 5px; +} + +.e-small .e-btn.e-top-icon-btn, .e-small .e-btn.e-bottom-icon-btn, +.e-small.e-btn.e-top-icon-btn, +.e-small.e-btn.e-bottom-icon-btn, +.e-small .e-css.e-btn.e-top-icon-btn, +.e-small .e-css.e-btn.e-bottom-icon-btn, +.e-small.e-css.e-btn.e-top-icon-btn, +.e-small.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 12px 12px; +} + +.e-small .e-btn.e-round, +.e-small.e-btn.e-round, +.e-small .e-css.e-btn.e-round, +.e-small.e-css.e-btn.e-round { + height: 24px; + line-height: 1; + padding: 0; + width: 24px; +} + +.e-small .e-btn.e-round .e-btn-icon, +.e-small.e-btn.e-round .e-btn-icon, +.e-small .e-css.e-btn.e-round .e-btn-icon, +.e-small.e-css.e-btn.e-round .e-btn-icon { + font-size: 12px; + line-height: 1.5; + width: auto; +} + +.e-small .e-btn.e-rtl .e-icon-right, +.e-small.e-btn.e-rtl .e-icon-right, +.e-small .e-css.e-btn.e-rtl .e-icon-right, +.e-small.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.57143em; + margin-right: 0; +} + +.e-small .e-btn.e-rtl .e-icon-left, +.e-small.e-btn.e-rtl .e-icon-left, +.e-small .e-css.e-btn.e-rtl .e-icon-left, +.e-small.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: btn-small-icon-margin; +} + +.e-bigger.e-small .e-btn, +.e-bigger.e-small.e-btn, +.e-bigger.e-small .e-css.e-btn, +.e-bigger.e-small.e-css.e-btn { + font-size: 14px; + line-height: 1.6; + padding: 4px 8px; +} + +.e-bigger.e-small .e-btn .e-btn-icon, +.e-bigger.e-small.e-btn .e-btn-icon, +.e-bigger.e-small .e-css.e-btn .e-btn-icon, +.e-bigger.e-small.e-css.e-btn .e-btn-icon { + font-size: 14px; + width: 1em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.5em; + width: 2em; + padding: 0 8px; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.5em; + width: 2em; + padding: 0 8px; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-bigger.e-small .e-btn.e-icon-btn, +.e-bigger.e-small.e-btn.e-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-icon-btn { + padding: 4px 8px; +} + +.e-bigger.e-small .e-btn.e-top-icon-btn, .e-bigger.e-small .e-btn.e-bottom-icon-btn, +.e-bigger.e-small.e-btn.e-top-icon-btn, +.e-bigger.e-small.e-btn.e-bottom-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-top-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-bottom-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-top-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 16px 16px; +} + +.e-bigger.e-small .e-btn.e-round, +.e-bigger.e-small.e-btn.e-round, +.e-bigger.e-small .e-css.e-btn.e-round, +.e-bigger.e-small.e-css.e-btn.e-round { + height: 32px; + line-height: 1; + padding: 0; + width: 32px; +} + +.e-bigger.e-small .e-btn.e-round .e-btn-icon, +.e-bigger.e-small.e-btn.e-round .e-btn-icon, +.e-bigger.e-small .e-css.e-btn.e-round .e-btn-icon, +.e-bigger.e-small.e-css.e-btn.e-round .e-btn-icon { + font-size: 14px; + line-height: 1.6; + width: auto; +} + +.e-bigger.e-small .e-btn.e-rtl .e-icon-right, +.e-bigger.e-small.e-btn.e-rtl .e-icon-right, +.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-right, +.e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.5em; + margin-right: 0; +} + +.e-bigger.e-small .e-btn.e-rtl .e-icon-left, +.e-bigger.e-small.e-btn.e-rtl .e-icon-left, +.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-left, +.e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5em; +} + +.e-bigger .e-btn, +.e-bigger.e-btn, +.e-bigger .e-css.e-btn, +.e-bigger.e-css.e-btn { + font-size: 16px; + line-height: 1.6; + padding: 6px 12px 5px 12px; +} + +.e-bigger .e-btn .e-btn-icon, +.e-bigger.e-btn .e-btn-icon, +.e-bigger .e-css.e-btn .e-btn-icon, +.e-bigger.e-css.e-btn .e-btn-icon { + font-size: 16px; + width: 1em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-btn .e-btn-icon.e-icon-left, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.6111em; + width: 2em; + padding: 0 8px; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-btn .e-btn-icon.e-icon-right, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.6111em; + width: 2em; + padding: 0 8px; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-btn .e-btn-icon.e-icon-top, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 8px; + width: auto; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 8px; + width: auto; +} + +.e-bigger .e-btn.e-icon-btn, +.e-bigger.e-btn.e-icon-btn, +.e-bigger .e-css.e-btn.e-icon-btn, +.e-bigger.e-css.e-btn.e-icon-btn { + padding: 4px 9px 5px 9px; +} + +.e-bigger .e-btn.e-top-icon-btn, .e-bigger .e-btn.e-bottom-icon-btn, +.e-bigger.e-btn.e-top-icon-btn, +.e-bigger.e-btn.e-bottom-icon-btn, +.e-bigger .e-css.e-btn.e-top-icon-btn, +.e-bigger .e-css.e-btn.e-bottom-icon-btn, +.e-bigger.e-css.e-btn.e-top-icon-btn, +.e-bigger.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 16px 16px; +} + +.e-bigger .e-btn.e-round, +.e-bigger.e-btn.e-round, +.e-bigger .e-css.e-btn.e-round, +.e-bigger.e-css.e-btn.e-round { + height: 38px; + line-height: 1; + padding: 0; + width: 38px; +} + +.e-bigger .e-btn.e-round .e-btn-icon, +.e-bigger.e-btn.e-round .e-btn-icon, +.e-bigger .e-css.e-btn.e-round .e-btn-icon, +.e-bigger.e-css.e-btn.e-round .e-btn-icon { + font-size: 16px; + line-height: 1.5; + width: auto; +} + +.e-bigger .e-btn.e-rtl .e-icon-right, +.e-bigger.e-btn.e-rtl .e-icon-right, +.e-bigger .e-css.e-btn.e-rtl .e-icon-right, +.e-bigger.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.6111em; + margin-right: 0; +} + +.e-bigger .e-btn.e-rtl .e-icon-left, +.e-bigger.e-btn.e-rtl .e-icon-left, +.e-bigger .e-css.e-btn.e-rtl .e-icon-left, +.e-bigger.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.6111em; +} + +.e-bigger .e-btn.e-small, +.e-bigger.e-btn.e-small, +.e-bigger .e-css.e-btn.e-small, +.e-bigger.e-css.e-btn.e-small { + font-size: 14px; + line-height: 1.6; + padding: 4px 8px; +} + +.e-bigger .e-btn.e-small .e-btn-icon, +.e-bigger.e-btn.e-small .e-btn-icon, +.e-bigger .e-css.e-btn.e-small .e-btn-icon, +.e-bigger.e-css.e-btn.e-small .e-btn-icon { + font-size: 14px; + width: 1em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-left { + margin-left: -0.5em; + width: 2em; + padding: 0 8px; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-right { + margin-right: -0.5em; + width: 2em; + padding: 0 8px; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-bigger .e-btn.e-small.e-icon-btn, +.e-bigger.e-btn.e-small.e-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-icon-btn { + padding: 4px 8px; +} + +.e-bigger .e-btn.e-small.e-top-icon-btn, .e-bigger .e-btn.e-small.e-bottom-icon-btn, +.e-bigger.e-btn.e-small.e-top-icon-btn, +.e-bigger.e-btn.e-small.e-bottom-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-top-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-bottom-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-top-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-bottom-icon-btn { + line-height: 1; + padding: 16px 16px; +} + +.e-bigger .e-btn.e-small.e-round, +.e-bigger.e-btn.e-small.e-round, +.e-bigger .e-css.e-btn.e-small.e-round, +.e-bigger.e-css.e-btn.e-small.e-round { + height: 32px; + line-height: 1; + padding: 0; + width: 32px; +} + +.e-bigger .e-btn.e-small.e-round .e-btn-icon, +.e-bigger.e-btn.e-small.e-round .e-btn-icon, +.e-bigger .e-css.e-btn.e-small.e-round .e-btn-icon, +.e-bigger.e-css.e-btn.e-small.e-round .e-btn-icon { + font-size: 14px; + line-height: 1.6; + width: auto; +} + +.e-bigger .e-btn.e-small.e-rtl .e-icon-right, +.e-bigger.e-btn.e-small.e-rtl .e-icon-right, +.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-right, +.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-right { + margin-left: -0.5em; + margin-right: 0; +} + +.e-bigger .e-btn.e-small.e-rtl .e-icon-left, +.e-bigger.e-btn.e-small.e-rtl .e-icon-left, +.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-left, +.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5em; +} + +/*! button theme */ +.e-btn, +.e-css.e-btn { + -webkit-tap-highlight-color: transparent; + background-color: #6c757d; + border-color: #6c757d; + box-shadow: none; + color: #fff; + transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); +} + +.e-btn:hover, +.e-css.e-btn:hover { + background-color: #5a6268; + border-color: #545b62; + box-shadow: none; + color: #fff; +} + +.e-btn:focus, +.e-css.e-btn:focus { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; + outline: #6c757d 0 solid; + outline-offset: 0; + box-shadow: 0 0 0 0.25em rgba(108, 117, 125, 0.5); +} + +.e-btn:active, +.e-css.e-btn:active { + background-color: #545b62; + border-color: #4e555b; + color: #fff; + outline: #6c757d 0 solid; + outline-offset: 0; + box-shadow: 0 0 0 0.25em rgba(79, 85, 91, 0.5); +} + +.e-btn.e-active, +.e-css.e-btn.e-active { + background-color: #545b62; + border-color: #4e555b; + box-shadow: 0 0 0 0.2rem rgba(79, 85, 91, 0.5); + color: #fff; +} + +.e-btn:disabled, +.e-css.e-btn:disabled { + background-color: rgba(108, 117, 125, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn .e-ripple-element, +.e-css.e-btn .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-round, +.e-css.e-btn.e-round { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; +} + +.e-btn.e-round:hover, +.e-css.e-btn.e-round:hover { + background-color: #5a6268; + border-color: #545b62; + color: #fff; +} + +.e-btn.e-round:focus, +.e-css.e-btn.e-round:focus { + background-color: #6c757d; + border-color: #6c757d; + box-shadow: none; + color: #fff; + outline: #6c757d 0 solid; + outline-offset: 0; +} + +.e-btn.e-round:active, +.e-css.e-btn.e-round:active { + background-color: #545b62; + border-color: #4e555b; + box-shadow: 0 0 0 0.2rem rgba(79, 85, 91, 0.5); + color: #fff; + outline: #6c757d 0 solid; + outline-offset: 0; +} + +.e-btn.e-round:disabled, +.e-css.e-btn.e-round:disabled { + background-color: rgba(108, 117, 125, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-round.e-primary:focus, +.e-css.e-btn.e-round.e-primary:focus { + outline: #6c757d 0 solid; +} + +.e-btn.e-round.e-success:focus, +.e-css.e-btn.e-round.e-success:focus { + outline: #6c757d 0 solid; +} + +.e-btn.e-round.e-info:focus, +.e-css.e-btn.e-round.e-info:focus { + outline: #6c757d 0 solid; +} + +.e-btn.e-round.e-warning:focus, +.e-css.e-btn.e-round.e-warning:focus { + outline: #6c757d 0 solid; +} + +.e-btn.e-round.e-danger:focus, +.e-css.e-btn.e-round.e-danger:focus { + outline: #6c757d 0 solid; +} + +.e-btn.e-primary, +.e-css.e-btn.e-primary { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-btn.e-primary:hover, +.e-css.e-btn.e-primary:hover { + background-color: #0069d9; + border-color: #0062cc; + box-shadow: none; + color: #fff; +} + +.e-btn.e-primary:focus, +.e-css.e-btn.e-primary:focus { + background-color: #007bff; + border-color: #007bff; + color: #fff; + outline: #6c757d 0 solid; + box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5); +} + +.e-btn.e-primary:active, +.e-css.e-btn.e-primary:active { + background-color: #0062cc; + border-color: #005cbf; + color: #fff; + outline: #6c757d 0 solid; + box-shadow: 0 0 0 0.25em rgba(0, 92, 191, 0.5); +} + +.e-btn.e-primary.e-active, +.e-css.e-btn.e-primary.e-active { + background-color: #0062cc; + border-color: #005cbf; + box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5); + color: #fff; +} + +.e-btn.e-primary:disabled, +.e-css.e-btn.e-primary:disabled { + background-color: rgba(0, 123, 255, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-primary .e-ripple-element, +.e-css.e-btn.e-primary .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-success, +.e-css.e-btn.e-success { + background-color: #28a745; + border-color: #28a745; + color: #fff; +} + +.e-btn.e-success:hover, +.e-css.e-btn.e-success:hover { + background-color: #218838; + border-color: #1e7e34; + box-shadow: none; + color: #fff; +} + +.e-btn.e-success:focus, +.e-css.e-btn.e-success:focus { + background-color: #28a745; + border-color: #28a745; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(40, 167, 69, 0.5); +} + +.e-btn.e-success:active, .e-btn.e-success.e-active, +.e-css.e-btn.e-success:active, +.e-css.e-btn.e-success.e-active { + background-color: #1e7e34; + border-color: #1c7430; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(28, 116, 48, 0.5); +} + +.e-btn.e-success:disabled, +.e-css.e-btn.e-success:disabled { + background-color: rgba(40, 167, 69, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-success .e-ripple-element, +.e-css.e-btn.e-success .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-info, +.e-css.e-btn.e-info { + background-color: #17a2b8; + border-color: #17a2b8; + color: #fff; +} + +.e-btn.e-info:hover, +.e-css.e-btn.e-info:hover { + background-color: #138496; + border-color: #117a8b; + box-shadow: none; + color: #fff; +} + +.e-btn.e-info:focus, +.e-css.e-btn.e-info:focus { + background-color: #17a2b8; + border-color: #17a2b8; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(23, 162, 184, 0.5); +} + +.e-btn.e-info:active, .e-btn.e-info.e-active, +.e-css.e-btn.e-info:active, +.e-css.e-btn.e-info.e-active { + background-color: #117a8b; + border-color: #10707f; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(16, 112, 128, 0.5); +} + +.e-btn.e-info:disabled, +.e-css.e-btn.e-info:disabled { + background-color: rgba(23, 162, 184, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-info .e-ripple-element, +.e-css.e-btn.e-info .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-warning, +.e-css.e-btn.e-warning { + background-color: #ffc107; + border-color: #ffc107; + color: #212529; +} + +.e-btn.e-warning:hover, +.e-css.e-btn.e-warning:hover { + background-color: #e0a800; + border-color: #d39e00; + box-shadow: none; + color: #212529; +} + +.e-btn.e-warning:focus, +.e-css.e-btn.e-warning:focus { + background-color: #ffc107; + border-color: #ffc107; + color: #212529; + box-shadow: 0 0 0 0.25em rgba(255, 193, 7, 0.5); +} + +.e-btn.e-warning:active, .e-btn.e-warning.e-active, +.e-css.e-btn.e-warning:active, +.e-css.e-btn.e-warning.e-active { + background-color: #d39e00; + border-color: #c69500; + color: #212529; + box-shadow: 0 0 0 0.25em rgba(198, 149, 0, 0.5); +} + +.e-btn.e-warning:disabled, +.e-css.e-btn.e-warning:disabled { + background-color: rgba(255, 193, 7, 0.65); + border-color: transparent; + box-shadow: none; + color: #212529; +} + +.e-btn.e-warning .e-ripple-element, +.e-css.e-btn.e-warning .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-danger, +.e-css.e-btn.e-danger { + background-color: #dc3545; + border-color: #dc3545; + color: #fff; +} + +.e-btn.e-danger:hover, +.e-css.e-btn.e-danger:hover { + background-color: #c82333; + border-color: #bd2130; + box-shadow: none; + color: #fff; +} + +.e-btn.e-danger:focus, +.e-css.e-btn.e-danger:focus { + background-color: #dc3545; + border-color: #dc3545; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(220, 53, 69, 0.5); +} + +.e-btn.e-danger:active, +.e-css.e-btn.e-danger:active { + background-color: #bd2130; + border-color: #b21f2d; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(178, 31, 45, 0.5); +} + +.e-btn.e-danger.e-active, +.e-css.e-btn.e-danger.e-active { + background-color: #bd2130; + border-color: #b21f2d; + box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5); + color: #fff; +} + +.e-btn.e-danger:disabled, +.e-css.e-btn.e-danger:disabled { + background-color: rgba(220, 53, 69, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-danger .e-ripple-element, +.e-css.e-btn.e-danger .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat, +.e-css.e-btn.e-flat { + background-color: #6c757d; + border-color: #6c757d; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat:hover, +.e-css.e-btn.e-flat:hover { + background-color: #5a6268; + border-color: #545b62; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat:focus, +.e-css.e-btn.e-flat:focus { + background-color: #5a6268; + border-color: #6c757d; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(108, 117, 125, 0.5); +} + +.e-btn.e-flat:active, .e-btn.e-flat.e-active, +.e-css.e-btn.e-flat:active, +.e-css.e-btn.e-flat.e-active { + background-color: #545b62; + border-color: #4e555b; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(79, 85, 91, 0.5); +} + +.e-btn.e-flat:disabled, +.e-css.e-btn.e-flat:disabled { + background-color: rgba(108, 117, 125, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat .e-ripple-element, +.e-css.e-btn.e-flat .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-primary, +.e-css.e-btn.e-flat.e-primary { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-btn.e-flat.e-primary:hover, +.e-css.e-btn.e-flat.e-primary:hover { + background-color: #0069d9; + border-color: #0062cc; + color: #fff; +} + +.e-btn.e-flat.e-primary:focus, +.e-css.e-btn.e-flat.e-primary:focus { + background-color: #0069d9; + border-color: #007bff; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5); +} + +.e-btn.e-flat.e-primary:active, .e-btn.e-flat.e-primary.e-active, +.e-css.e-btn.e-flat.e-primary:active, +.e-css.e-btn.e-flat.e-primary.e-active { + background-color: #0062cc; + border-color: #005cbf; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(0, 92, 191, 0.5); +} + +.e-btn.e-flat.e-primary:disabled, +.e-css.e-btn.e-flat.e-primary:disabled { + background-color: rgba(0, 123, 255, 0.65); + border-color: transparent; + box-shadow: none; + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-flat.e-primary .e-ripple-element, +.e-css.e-btn.e-flat.e-primary .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-success, +.e-css.e-btn.e-flat.e-success { + background-color: #28a745; + border-color: #28a745; + color: #fff; +} + +.e-btn.e-flat.e-success:hover, +.e-css.e-btn.e-flat.e-success:hover { + background-color: #218838; + border-color: #1e7e34; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-success:focus, +.e-css.e-btn.e-flat.e-success:focus { + background-color: #218838; + border-color: #28a745; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(40, 167, 69, 0.5); +} + +.e-btn.e-flat.e-success:active, .e-btn.e-flat.e-success.e-active, +.e-css.e-btn.e-flat.e-success:active, +.e-css.e-btn.e-flat.e-success.e-active { + background-color: #1e7e34; + border-color: #1c7430; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(28, 116, 48, 0.5); +} + +.e-btn.e-flat.e-success:disabled, +.e-css.e-btn.e-flat.e-success:disabled { + background-color: rgba(40, 167, 69, 0.65); + border-color: transparent; + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-flat.e-success .e-ripple-element, +.e-css.e-btn.e-flat.e-success .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-info, +.e-css.e-btn.e-flat.e-info { + background-color: #17a2b8; + border-color: #17a2b8; + color: #fff; +} + +.e-btn.e-flat.e-info:hover, +.e-css.e-btn.e-flat.e-info:hover { + background-color: #138496; + border-color: #117a8b; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-info:focus, +.e-css.e-btn.e-flat.e-info:focus { + background-color: #138496; + border-color: #17a2b8; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(23, 162, 184, 0.5); +} + +.e-btn.e-flat.e-info:active, .e-btn.e-flat.e-info.e-active, +.e-css.e-btn.e-flat.e-info:active, +.e-css.e-btn.e-flat.e-info.e-active { + background-color: #117a8b; + border-color: #10707f; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(16, 112, 128, 0.5); +} + +.e-btn.e-flat.e-info:disabled, +.e-css.e-btn.e-flat.e-info:disabled { + background-color: rgba(23, 162, 184, 0.65); + border-color: transparent; + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-flat.e-info .e-ripple-element, +.e-css.e-btn.e-flat.e-info .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-warning, +.e-css.e-btn.e-flat.e-warning { + background-color: #ffc107; + border-color: #ffc107; + color: #212529; +} + +.e-btn.e-flat.e-warning:hover, +.e-css.e-btn.e-flat.e-warning:hover { + background-color: #e0a800; + border-color: #d39e00; + box-shadow: none; + color: #212529; +} + +.e-btn.e-flat.e-warning:focus, +.e-css.e-btn.e-flat.e-warning:focus { + background-color: #e0a800; + border-color: #ffc107; + color: #212529; + box-shadow: 0 0 0 0.25em rgba(255, 193, 7, 0.5); +} + +.e-btn.e-flat.e-warning:active, .e-btn.e-flat.e-warning.e-active, +.e-css.e-btn.e-flat.e-warning:active, +.e-css.e-btn.e-flat.e-warning.e-active { + background-color: #d39e00; + border-color: #c69500; + color: #212529; + box-shadow: 0 0 0 0.25em rgba(198, 149, 0, 0.5); +} + +.e-btn.e-flat.e-warning:disabled, +.e-css.e-btn.e-flat.e-warning:disabled { + background-color: rgba(255, 193, 7, 0.65); + border-color: transparent; + color: rgba(33, 37, 41, 0.65); +} + +.e-btn.e-flat.e-warning .e-ripple-element, +.e-css.e-btn.e-flat.e-warning .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-danger, +.e-css.e-btn.e-flat.e-danger { + background-color: #dc3545; + border-color: #dc3545; + color: #fff; +} + +.e-btn.e-flat.e-danger:hover, +.e-css.e-btn.e-flat.e-danger:hover { + background-color: #c82333; + border-color: #bd2130; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-danger:focus, +.e-css.e-btn.e-flat.e-danger:focus { + background-color: #c82333; + border-color: #dc3545; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(220, 53, 69, 0.5); +} + +.e-btn.e-flat.e-danger:active, .e-btn.e-flat.e-danger.e-active, +.e-css.e-btn.e-flat.e-danger:active, +.e-css.e-btn.e-flat.e-danger.e-active { + background-color: #bd2130; + border-color: #b21f2d; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(178, 31, 45, 0.5); +} + +.e-btn.e-flat.e-danger:disabled, +.e-css.e-btn.e-flat.e-danger:disabled { + background-color: rgba(220, 53, 69, 0.65); + border-color: transparent; + color: rgba(255, 255, 255, 0.65); +} + +.e-btn.e-flat.e-danger .e-ripple-element, +.e-css.e-btn.e-flat.e-danger .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-outline, +.e-css.e-btn.e-outline { + background-color: transparent; + border-color: #6c757d; + box-shadow: none; + color: #6c757d; +} + +.e-btn.e-outline:hover, +.e-css.e-btn.e-outline:hover { + background-color: #6c757d; + border-color: #545b62; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline:focus, +.e-css.e-btn.e-outline:focus { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(108, 117, 125, 0.5); +} + +.e-btn.e-outline:active, .e-btn.e-outline.e-active, +.e-css.e-btn.e-outline:active, +.e-css.e-btn.e-outline.e-active { + background-color: #6c757d; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(79, 85, 91, 0.5); + color: #fff; +} + +.e-btn.e-outline:disabled, +.e-css.e-btn.e-outline:disabled { + background-color: transparent; + border-color: rgba(108, 117, 125, 0.65); + color: rgba(108, 117, 125, 0.65); +} + +.e-btn.e-outline.e-primary, +.e-css.e-btn.e-outline.e-primary { + background-color: transparent; + border-color: #007bff; + color: #007bff; +} + +.e-btn.e-outline.e-primary:hover, +.e-css.e-btn.e-outline.e-primary:hover { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-btn.e-outline.e-primary:focus, +.e-css.e-btn.e-outline.e-primary:focus { + background-color: #007bff; + border-color: #007bff; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5); +} + +.e-btn.e-outline.e-primary:active, .e-btn.e-outline.e-primary.e-active, +.e-css.e-btn.e-outline.e-primary:active, +.e-css.e-btn.e-outline.e-primary.e-active { + background-color: #007bff; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5); + color: #fff; +} + +.e-btn.e-outline.e-primary:disabled, +.e-css.e-btn.e-outline.e-primary:disabled { + background-color: transparent; + border-color: rgba(0, 123, 255, 0.65); + box-shadow: none; + color: rgba(0, 123, 255, 0.65); +} + +.e-btn.e-outline.e-success, +.e-css.e-btn.e-outline.e-success { + background-color: transparent; + border-color: #28a745; + color: #28a745; +} + +.e-btn.e-outline.e-success:hover, +.e-css.e-btn.e-outline.e-success:hover { + background-color: #28a745; + border-color: #1e7e34; + color: #fff; +} + +.e-btn.e-outline.e-success:focus, +.e-css.e-btn.e-outline.e-success:focus { + background-color: #28a745; + border-color: #28a745; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(40, 167, 69, 0.5); +} + +.e-btn.e-outline.e-success:active, .e-btn.e-outline.e-success.e-active, +.e-css.e-btn.e-outline.e-success:active, +.e-css.e-btn.e-outline.e-success.e-active { + background-color: #28a745; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(28, 116, 48, 0.5); + color: #fff; +} + +.e-btn.e-outline.e-success:disabled, +.e-css.e-btn.e-outline.e-success:disabled { + background-color: transparent; + border-color: rgba(40, 167, 69, 0.65); + box-shadow: none; + color: rgba(40, 167, 69, 0.65); +} + +.e-btn.e-outline.e-info, +.e-css.e-btn.e-outline.e-info { + background-color: transparent; + border-color: #17a2b8; + color: #17a2b8; +} + +.e-btn.e-outline.e-info:hover, +.e-css.e-btn.e-outline.e-info:hover { + background-color: #17a2b8; + border-color: #117a8b; + color: #fff; +} + +.e-btn.e-outline.e-info:focus, +.e-css.e-btn.e-outline.e-info:focus { + background-color: #138496; + border-color: #17a2b8; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(23, 162, 184, 0.5); +} + +.e-btn.e-outline.e-info:active, .e-btn.e-outline.e-info.e-active, +.e-css.e-btn.e-outline.e-info:active, +.e-css.e-btn.e-outline.e-info.e-active { + background-color: #17a2b8; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(16, 112, 128, 0.5); + color: #fff; +} + +.e-btn.e-outline.e-info:disabled, +.e-css.e-btn.e-outline.e-info:disabled { + background-color: transparent; + border-color: rgba(23, 162, 184, 0.65); + box-shadow: none; + color: rgba(23, 162, 184, 0.65); +} + +.e-btn.e-outline.e-warning, +.e-css.e-btn.e-outline.e-warning { + background-color: transparent; + border-color: #ffc107; + color: #ffc107; +} + +.e-btn.e-outline.e-warning:hover, +.e-css.e-btn.e-outline.e-warning:hover { + background-color: #ffc107; + border-color: #d39e00; + color: #212529; +} + +.e-btn.e-outline.e-warning:focus, +.e-css.e-btn.e-outline.e-warning:focus { + background-color: #e0a800; + border-color: #ffc107; + color: #212529; + box-shadow: 0 0 0 0.25em rgba(255, 193, 7, 0.5); +} + +.e-btn.e-outline.e-warning:active, .e-btn.e-outline.e-warning.e-active, +.e-css.e-btn.e-outline.e-warning:active, +.e-css.e-btn.e-outline.e-warning.e-active { + background-color: #ffc107; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(198, 149, 0, 0.5); + color: #212529; +} + +.e-btn.e-outline.e-warning:disabled, +.e-css.e-btn.e-outline.e-warning:disabled { + background-color: transparent; + border-color: rgba(255, 193, 7, 0.65); + box-shadow: none; + color: rgba(255, 193, 7, 0.65); +} + +.e-btn.e-outline.e-danger, +.e-css.e-btn.e-outline.e-danger { + background-color: transparent; + border-color: #dc3545; + color: #dc3545; +} + +.e-btn.e-outline.e-danger:hover, +.e-css.e-btn.e-outline.e-danger:hover { + background-color: #dc3545; + border-color: #bd2130; + color: #fff; +} + +.e-btn.e-outline.e-danger:focus, +.e-css.e-btn.e-outline.e-danger:focus { + background-color: #c82333; + border-color: #dc3545; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(220, 53, 69, 0.5); +} + +.e-btn.e-outline.e-danger:active, .e-btn.e-outline.e-danger.e-active, +.e-css.e-btn.e-outline.e-danger:active, +.e-css.e-btn.e-outline.e-danger.e-active { + background-color: #dc3545; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(178, 31, 45, 0.5); + color: #fff; +} + +.e-btn.e-outline.e-danger:disabled, +.e-css.e-btn.e-outline.e-danger:disabled { + background-color: transparent; + border-color: rgba(220, 53, 69, 0.65); + box-shadow: none; + color: rgba(220, 53, 69, 0.65); +} + +.e-btn.e-link, +.e-css.e-btn.e-link { + background-color: transparent; + border-color: transparent; + border-radius: 0; + box-shadow: none; + color: #007bff; +} + +.e-btn.e-link:hover, +.e-css.e-btn.e-link:hover { + border-radius: 0; + color: #0056b3; + text-decoration: underline; + background-color: transparent; + border-color: transparent; +} + +.e-btn.e-link:focus, +.e-css.e-btn.e-link:focus { + border-radius: 0; + text-decoration: underline; + background-color: transparent; + border-color: transparent; + box-shadow: none; + color: #0056b3; +} + +.e-btn.e-link:disabled, +.e-css.e-btn.e-link:disabled { + color: #6c757d; + background-color: transparent; + box-shadow: none; + text-decoration: none; +} + +/*! calendar bootstrap theme variables */ +/*! component icons */ +.e-calendar .e-header .e-date-icon-prev::before { + content: '\e734'; +} + +.e-calendar .e-header .e-date-icon-next::before { + content: '\e705'; +} + +/*! calendar layout */ +ejs-calendar { + display: block; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + -webkit-tap-highlight-color: transparent; + border-radius: 4px; + display: block; + overflow: auto; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-calendar.e-rtl .e-header .e-title, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title { + float: right; + text-align: right; +} + +.e-calendar.e-rtl .e-header .e-icon-container, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-icon-container { + float: left; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + background: none; + display: table; + font-weight: normal; + position: relative; + text-align: center; + width: 100%; +} + +.e-calendar .e-header button, +.e-bigger.e-small .e-calendar .e-header button { + background: transparent; + border: 0; + padding: 0; + text-decoration: none; +} + +.e-calendar .e-header span, +.e-bigger.e-small .e-calendar .e-header span { + cursor: pointer; + display: inline-block; + font-size: 14px; + font-weight: normal; + line-height: 16px; + padding: 10px; + vertical-align: middle; +} + +.e-calendar .e-header span.e-disabled, +.e-bigger.e-small .e-calendar .e-header span.e-disabled { + cursor: default; +} + +.e-calendar .e-week-header, +.e-bigger.e-small .e-calendar .e-week-header { + padding: 0 0 6px; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + cursor: default; + font-size: 14px; + font-weight: normal; + text-align: center; +} + +.e-calendar .e-content .e-selected, +.e-calendar .e-content .e-state-hover, +.e-bigger.e-small .e-calendar .e-content .e-selected, +.e-bigger.e-small .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-calendar .e-content span.e-day, +.e-bigger.e-small .e-calendar .e-content span.e-day { + border-radius: 0; + cursor: pointer; + display: inline-block; + font-size: 14px; + overflow: hidden; + padding: 0; + text-align: center; + text-decoration: none; + vertical-align: middle; +} + +.e-calendar .e-content th, +.e-calendar .e-content td, +.e-bigger.e-small .e-calendar .e-content th, +.e-bigger.e-small .e-calendar .e-content td { + box-sizing: border-box; +} + +.e-calendar .e-content td.e-disabled, +.e-bigger.e-small .e-calendar .e-content td.e-disabled { + opacity: 1; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content td, +.e-bigger.e-small .e-calendar .e-content td { + cursor: pointer; + padding: 0; + text-align: center; +} + +.e-calendar .e-content td.e-week-number, +.e-bigger.e-small .e-calendar .e-content td.e-week-number { + color: #212529; + font-size: 14px; + font-style: italic; + font-weight: 500; +} + +.e-calendar .e-content td.e-overlay, +.e-bigger.e-small .e-calendar .e-content td.e-overlay { + background: none; + width: initial; +} + +.e-calendar .e-content table, +.e-bigger.e-small .e-calendar .e-content table { + border-collapse: separate; + border-spacing: 0; + border-width: 0; + float: left; + margin: 0; + outline: 0; + padding: 0 12px 12px 12px; + table-layout: fixed; + width: 100%; +} + +.e-calendar .e-content td.e-other-month > span.e-day, +.e-calendar .e-content td.e-other-year > span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day { + display: ""; + font-weight: normal; +} + +.e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide { + display: none; + font-weight: normal; +} + +.e-calendar .e-content tr.e-month-hide, +.e-calendar .e-content td.e-other-month, +.e-calendar .e-content td.e-other-year, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content td.e-other-month, +.e-bigger.e-small .e-calendar .e-content td.e-other-year { + pointer-events: initial; + -ms-touch-action: initial; + touch-action: initial; +} + +.e-calendar .e-content tr.e-month-hide, +.e-calendar .e-content td.e-other-month.e-disabled, +.e-calendar .e-content td.e-other-year.e-disabled, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content td.e-other-month.e-disabled, +.e-bigger.e-small .e-calendar .e-content td.e-other-year.e-disabled { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content td.e-week-number:hover span.e-day, +.e-calendar .e-content td.e-week-number:hover, +.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover { + background-color: #fff; + cursor: default; +} + +.e-calendar .e-header .e-prev, +.e-calendar .e-header .e-next, +.e-bigger.e-small .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-calendar .e-header .e-next { + border-radius: 4px; + display: inline-block; + font-size: 14px; + vertical-align: middle; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + cursor: pointer; + display: inline-block; + float: left; + font-size: 16px; + font-weight: 600; + text-align: left; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + margin-left: 8px; +} + +.e-calendar .e-header .e-prev:hover, +.e-calendar .e-header .e-next:hover, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover, +.e-bigger.e-small .e-calendar .e-header .e-next:hover { + cursor: pointer; +} + +.e-calendar .e-header .e-prev.e-overlay, +.e-calendar .e-header .e-next.e-overlay, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-overlay, +.e-bigger.e-small .e-calendar .e-header .e-next.e-overlay { + background: none; +} + +.e-calendar .e-header.e-decade .e-title, +.e-calendar .e-header.e-year .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-year .e-title { + margin-left: 15px; +} + +.e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title { + cursor: default; +} + +.e-calendar .e-header .e-icon-container, +.e-bigger.e-small .e-calendar .e-header .e-icon-container { + display: inline-block; + float: right; +} + +.e-calendar .e-footer-container, +.e-bigger.e-small .e-calendar .e-footer-container { + text-transform: uppercase; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + max-width: 262px; + min-width: 256px; + padding: 0; +} + +.e-calendar.e-calendar-day-header-lg, +.e-bigger.e-small .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-calendar.e-week-number, +.e-bigger.e-small .e-calendar.e-week-number { + min-width: 300px; +} + +.e-calendar.e-week, +.e-bigger.e-small .e-calendar.e-week { + max-width: 294px; + min-width: 288px; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + line-height: 36px; +} + +.e-calendar.e-rtl .e-header .e-title, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title { + text-align: right; + text-indent: 4px; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + height: 36px; +} + +.e-calendar .e-header.e-month, +.e-bigger.e-small .e-calendar .e-header.e-month { + padding: 12px 12px 0 12px; +} + +.e-calendar .e-header.e-year, .e-calendar .e-header.e-decade, +.e-bigger.e-small .e-calendar .e-header.e-year, +.e-bigger.e-small .e-calendar .e-header.e-decade { + padding: 12px 12px 8px 12px; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + font-weight: 500; + height: 36px; +} + +.e-calendar .e-content .e-selected, +.e-calendar .e-content .e-state-hover, +.e-bigger.e-small .e-calendar .e-content .e-selected, +.e-bigger.e-small .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-calendar .e-content span.e-day, +.e-bigger.e-small .e-calendar .e-content span.e-day { + border: none; + font-size: 14px; + font-weight: normal; + height: 28px; + line-height: 28px; + width: 32px; +} + +.e-calendar .e-content.e-year table, +.e-calendar .e-content.e-decade table, +.e-bigger.e-small .e-calendar .e-content.e-year table, +.e-bigger.e-small .e-calendar .e-content.e-decade table { + border-spacing: 0; + padding: 0 12px 12px 12px; +} + +.e-calendar .e-content.e-month td, +.e-bigger.e-small .e-calendar .e-content.e-month td { + height: 28px; + padding: 0; +} + +.e-calendar .e-content .tfooter > tr > td, +.e-bigger.e-small .e-calendar .e-content .tfooter > tr > td { + height: 36px; + line-height: 36px; +} + +.e-calendar .e-content.e-year td, +.e-calendar .e-content.e-decade td, +.e-bigger.e-small .e-calendar .e-content.e-year td, +.e-bigger.e-small .e-calendar .e-content.e-decade td { + height: 53px; + padding: 2px; +} + +.e-calendar .e-content.e-year td > span.e-day, +.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day { + font-weight: normal; + height: 53px; + line-height: 53px; + width: 53px; +} + +.e-calendar .e-header .e-icon-container .e-prev, +.e-calendar .e-header .e-icon-container .e-next, +.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-prev, +.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-next { + height: 36px; + width: 36px; +} + +.e-calendar .e-footer-container, +.e-bigger.e-small .e-calendar .e-footer-container { + border-top: 1px solid #e9ecef; + cursor: default; + display: inline-block; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 12px; + text-align: center; + width: 100%; +} + +.e-small.e-bigger.e-calendar .e-content.e-year span.e-day, +.e-small.e-bigger .e-calendar .e-content.e-year span.e-day { + font-size: 14px; +} + +.e-small.e-bigger.e-calendar .e-content.e-month table, +.e-small.e-bigger .e-calendar .e-content.e-month table { + padding: 0 12px 12px 12px; +} + +.e-bigger.e-calendar, +.e-bigger .e-calendar { + max-width: 310px; + min-width: 306px; + padding: 0; +} + +.e-bigger.e-calendar.e-calendar-day-header-lg, +.e-bigger .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-bigger.e-calendar.e-week, +.e-bigger .e-calendar.e-week { + max-width: 320px; + min-width: 314px; +} + +.e-bigger.e-calendar.e-week-number, +.e-bigger .e-calendar.e-week-number { + min-width: 325px; +} + +.e-bigger.e-calendar .e-header .e-title, +.e-bigger .e-calendar .e-header .e-title { + font-size: 18px; + line-height: 40px; + width: 60%; +} + +.e-bigger.e-calendar.e-rtl .e-header .e-title, +.e-bigger .e-calendar.e-rtl .e-header .e-title { + line-height: 40px; + text-indent: 6px; +} + +.e-bigger.e-calendar .e-header, +.e-bigger .e-calendar .e-header { + height: 40px; + padding: 16px 16px 0 16px; +} + +.e-bigger.e-calendar .e-header span, +.e-bigger .e-calendar .e-header span { + font-size: 16px; + padding: 11px; +} + +.e-bigger.e-calendar .e-header.e-year, .e-bigger.e-calendar .e-header.e-decade, +.e-bigger .e-calendar .e-header.e-year, +.e-bigger .e-calendar .e-header.e-decade { + padding: 16px 18px 10px 18px; +} + +.e-bigger.e-calendar th, +.e-bigger .e-calendar th { + font-size: 16px; + height: 40px; +} + +.e-bigger.e-calendar .e-content.e-year span.e-day, +.e-bigger .e-calendar .e-content.e-year span.e-day { + font-size: 16px; + font-weight: normal; +} + +.e-bigger.e-calendar .e-content.e-month table, +.e-bigger .e-calendar .e-content.e-month table { + padding: 0 16px 16px 16px; +} + +.e-bigger.e-calendar .e-content.e-year table, +.e-bigger.e-calendar .e-content.e-decade table, +.e-bigger .e-calendar .e-content.e-year table, +.e-bigger .e-calendar .e-content.e-decade table { + padding: 0 18px 16px 18px; +} + +.e-bigger.e-calendar .e-content .e-selected, +.e-bigger.e-calendar .e-content .e-state-hover, +.e-bigger .e-calendar .e-content .e-selected, +.e-bigger .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-bigger.e-calendar .e-content span.e-day, +.e-bigger .e-calendar .e-content span.e-day { + font-size: 16px; + height: 32px; + line-height: 32px; + width: 38px; +} + +.e-bigger.e-calendar .e-content.e-month td, +.e-bigger .e-calendar .e-content.e-month td { + height: 0; + padding: 0; +} + +.e-bigger.e-calendar .e-content.e-year td, +.e-bigger.e-calendar .e-content.e-decade td, +.e-bigger .e-calendar .e-content.e-year td, +.e-bigger .e-calendar .e-content.e-decade td { + height: 64px; + padding: 1px; +} + +.e-bigger.e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger .e-calendar .e-content.e-year td > span.e-day, +.e-bigger .e-calendar .e-content.e-decade td > span.e-day { + height: 64px; + line-height: 64px; + width: 64px; +} + +.e-bigger.e-calendar .e-header .e-icon-container .e-prev, +.e-bigger.e-calendar .e-header .e-icon-container .e-next, +.e-bigger .e-calendar .e-header .e-icon-container .e-prev, +.e-bigger .e-calendar .e-header .e-icon-container .e-next { + height: 40px; + width: 40px; +} + +.e-bigger.e-calendar .e-footer-container, +.e-bigger .e-calendar .e-footer-container { + border-top: 1px solid #e9ecef; + padding: 16px; +} + +.e-small.e-calendar, +.e-small .e-calendar { + max-width: 262px; + min-width: 256px; + padding: 0; +} + +.e-small.e-calendar.e-calendar-day-header-lg, +.e-small .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-small.e-calendar .e-content span.e-day, +.e-small .e-calendar .e-content span.e-day { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 34px; +} + +.e-small.e-calendar .e-content.e-month td, +.e-small .e-calendar .e-content.e-month td { + height: 24px; +} + +.e-small.e-calendar .e-header, +.e-small .e-calendar .e-header { + height: 32px; +} + +.e-small.e-calendar .e-header span, +.e-small .e-calendar .e-header span { + font-size: 12px; + padding: 6px; +} + +.e-small.e-calendar .e-header .e-title, +.e-small .e-calendar .e-header .e-title { + font-size: 13px; + line-height: 32px; +} + +.e-small.e-calendar .e-header .e-icon-container .e-prev, +.e-small.e-calendar .e-header .e-icon-container .e-next, +.e-small .e-calendar .e-header .e-icon-container .e-prev, +.e-small .e-calendar .e-header .e-icon-container .e-next { + height: 32px; + width: 32px; +} + +.e-small.e-calendar th, +.e-small .e-calendar th { + font-size: 12px; + height: 24px; +} + +.e-calendar .e-btn.e-today.e-flat.e-disabled, +.e-calendar .e-btn.e-today.e-flat.e-disabled:hover, +.e-calendar .e-btn.e-today.e-flat.e-disabled:active, +.e-calendar .e-btn.e-today.e-flat.e-disabled:focus, +.e-calendar .e-btn.e-today.e-flat.e-disabled:hover:active { + background: #fff; + border-color: rgba(33, 37, 41, 0.65); + box-shadow: none; + color: #adb5bd; + cursor: default; + opacity: 1; + outline: none; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-content-placeholder.e-calendar.e-placeholder-calendar { + background-size: 250px 336px; + min-height: 336px; +} + +.e-bigger .e-content-placeholder.e-calendar.e-placeholder-calendar, +.e-bigger.e-content-placeholder.e-calendar.e-placeholder-calendar { + background-size: 300px 392px; + min-height: 392px; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.15); + box-shadow: none; +} + +.e-calendar .e-date-icon-prev, +.e-calendar .e-date-icon-next, +.e-bigger.e-small .e-calendar .e-date-icon-prev, +.e-bigger.e-small .e-calendar .e-date-icon-next { + color: #212529; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + border-bottom: 0; + color: #212529; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + border-bottom: 0; +} + +.e-calendar .e-header a span, +.e-bigger.e-small .e-calendar .e-header a span { + border: none; + color: #212529; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + color: #212529; +} + +.e-calendar .e-header .e-title:hover, +.e-bigger.e-small .e-calendar .e-header .e-title:hover { + color: #212529; + cursor: pointer; + text-decoration: none; +} + +.e-calendar .e-header .e-prev:hover > span, +.e-calendar .e-header .e-next:hover > span, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover > span, +.e-bigger.e-small .e-calendar .e-header .e-next:hover > span { + border: none; + color: #212529; + cursor: pointer; +} + +.e-calendar .e-header .e-prev:hover, +.e-calendar .e-header .e-next:hover, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover, +.e-bigger.e-small .e-calendar .e-header .e-next:hover { + background: #f2f4f6; +} + +.e-calendar .e-header .e-prev:active, +.e-calendar .e-header .e-next:active, +.e-bigger.e-small .e-calendar .e-header .e-prev:active, +.e-bigger.e-small .e-calendar .e-header .e-next:active { + background: #545b62; + color: #fff; +} + +.e-calendar .e-header button.e-prev:active span, +.e-calendar .e-header button.e-next:active span, +.e-bigger.e-small .e-calendar .e-header button.e-prev:active span, +.e-bigger.e-small .e-calendar .e-header button.e-next:active span { + border: 1px solid transparent; + color: #fff; +} + +.e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title { + color: #212529; + cursor: default; +} + +.e-calendar .e-header .e-next.e-disabled span, +.e-calendar .e-header .e-prev.e-disabled span, +.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span { + color: #adb5bd; + font-weight: normal; +} + +.e-calendar .e-header .e-next.e-disabled, +.e-calendar .e-header .e-prev.e-disabled, +.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled { + opacity: 1; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day { + color: rgba(33, 37, 41, 0.65); +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day { + color: #fff; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day { + color: #adb5bd; +} + +.e-calendar .e-content.e-year td:hover span.e-day, +.e-calendar .e-content.e-decade td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day { + background-color: #f2f4f6; +} + +.e-calendar .e-content.e-year td.e-selected:hover span.e-day, +.e-calendar .e-content.e-decade td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day { + background-color: #0069d9; +} + +.e-calendar .e-content.e-year td > span.e-day, +.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day { + background: none; +} + +.e-calendar .e-content .e-week-number span, +.e-bigger.e-small .e-calendar .e-content .e-week-number span { + color: #6c757d; +} + +.e-calendar .e-content td.e-focused-date span.e-day, +.e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-calendar .e-content td.e-focused-date:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:focus span.e-day { + background: #f2f4f6; + border: none; + border-radius: 4px; +} + +.e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day { + background-color: #f2f4f6; + border: none; + border-radius: 4px; + color: #212529; +} + +.e-calendar .e-content td.e-today span.e-day, +.e-calendar .e-content td.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day { + background: #fff; + border: 1px solid #007bff; + border-radius: 4px; + color: #212529; +} + +.e-calendar .e-content td.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day { + background: #f2f4f6; + border: 1px solid #007bff; + color: #212529; +} + +.e-calendar .e-content td.e-today:focus span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day { + background-color: #f2f4f6; + border: none; + border-radius: 4px; + color: #212529; +} + +.e-calendar .e-content td.e-today:hover span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day { + background-color: #f2f4f6; + border: 1px solid #007bff; + color: #212529; +} + +.e-calendar .e-content td.e-today.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day { + background-color: #007bff; + border: 1px solid #007bff; + box-shadow: none; + color: #fff; +} + +.e-calendar .e-content td.e-today.e-selected:hover span.e-day, +.e-calendar .e-content td.e-selected:hover span.e-day, +.e-calendar .e-content td.e-selected.e-focused-date span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day { + background-color: #0069d9; + color: #fff; +} + +.e-calendar .e-content span, +.e-bigger.e-small .e-calendar .e-content span { + color: #212529; +} + +.e-calendar .e-content .e-disabled span.e-day:hover, +.e-bigger.e-small .e-calendar .e-content .e-disabled span.e-day:hover { + background: none; + border: 0; + color: #adb5bd; +} + +.e-calendar .e-content .e-other-month:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month:hover span.e-day { + color: #6c757d; +} + +.e-calendar .e-content .e-other-month span.e-day, +.e-calendar .e-content .e-other-month.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today span.e-day { + color: #6c757d; +} + +.e-calendar .e-content .e-other-month.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today:hover span.e-day { + background-color: #f2f4f6; + color: #6c757d; +} + +.e-calendar .e-content thead, +.e-bigger.e-small .e-calendar .e-content thead { + background: none; + border-bottom: 0; +} + +.e-calendar .e-content td:hover span.e-day, +.e-calendar .e-content td:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td:focus span.e-day { + background-color: #f2f4f6; + border: none; + border-radius: 4px; + color: #212529; +} + +.e-calendar .e-content td:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td:focus span.e-day { + background-color: #f2f4f6; + border: none; + border-radius: 4px; + color: #212529; +} + +.e-calendar .e-content td.e-disabled span.e-day, +.e-calendar .e-content td.e-disabled:hover span.e-day, +.e-calendar .e-content td.e-disabled:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled:focus span.e-day { + background: none; + border: none; + color: #adb5bd; +} + +.e-calendar .e-content td.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day { + background-color: #007bff; + border: 1px solid transparent; + border-radius: 4px; + color: #fff; +} + +.e-calendar .e-content .e-footer, +.e-bigger.e-small .e-calendar .e-content .e-footer { + color: #007bff; +} + +.e-calendar.e-device .e-prev:hover, +.e-calendar.e-device .e-next:hover, +.e-calendar.e-device .e-prev:active, +.e-calendar.e-device .e-next:active, +.e-calendar.e-device .e-prev:focus, +.e-calendar.e-device .e-next:focus, +.e-bigger.e-small .e-calendar.e-device .e-prev:hover, +.e-bigger.e-small .e-calendar.e-device .e-next:hover, +.e-bigger.e-small .e-calendar.e-device .e-prev:active, +.e-bigger.e-small .e-calendar.e-device .e-next:active, +.e-bigger.e-small .e-calendar.e-device .e-prev:focus, +.e-bigger.e-small .e-calendar.e-device .e-next:focus { + background: none; +} + +.e-calendar.e-device button.e-prev:active span, +.e-calendar.e-device button.e-next:active span, +.e-bigger.e-small .e-calendar.e-device button.e-prev:active span, +.e-bigger.e-small .e-calendar.e-device button.e-next:active span { + color: #212529; +} + +.e-small.e-calendar .e-header .e-title, +.e-small .e-calendar .e-header .e-title { + color: #212529; +} + +.e-zoomin { + animation: animatezoom .3s; +} + +@keyframes animatezoom { + from { + transform: scale(0); + } + to { + transform: scale(1); + } +} + +/*! card layout */ +.e-bigger .e-card, +.e-bigger.e-card { + line-height: 45px; + min-height: 45px; +} + +.e-bigger .e-card > .e-card-title, +.e-bigger.e-card > .e-card-title { + font-size: 20px; +} + +.e-bigger .e-card .e-card-content, +.e-bigger.e-card .e-card-content { + font-size: 16px; +} + +.e-bigger .e-card > .e-card-header-title, +.e-bigger.e-card > .e-card-header-title { + line-height: normal; + padding: 20px; +} + +.e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title), +.e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) { + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-card > .e-card-title, +.e-bigger.e-card > .e-card-title { + line-height: normal; + padding: 20px; +} + +.e-bigger .e-card > .e-card-title + :not(.e-card-title), +.e-bigger.e-card > .e-card-title + :not(.e-card-title) { + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-card.e-card-horizontal .e-card-image, +.e-bigger .e-card.e-card-horizontal img, +.e-bigger .e-card .e-card-horizontal .e-card-image, +.e-bigger .e-card .e-card-horizontal img, +.e-bigger.e-card.e-card-horizontal .e-card-image, +.e-bigger.e-card.e-card-horizontal img, +.e-bigger.e-card .e-card-horizontal .e-card-image, +.e-bigger.e-card .e-card-horizontal img { + margin: 2px; +} + +.e-bigger .e-card .e-card-header, +.e-bigger.e-card .e-card-header { + min-height: 30px; + padding: 20px; +} + +.e-bigger .e-card .e-card-header .e-card-content, +.e-bigger.e-card .e-card-header .e-card-content { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption, +.e-bigger.e-card .e-card-header .e-card-header-caption { + padding: 0 0 0 12px; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption:first-child, +.e-bigger.e-card .e-card-header .e-card-header-caption:first-child { + padding: 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title, +.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title { + font-size: 20px; + line-height: 24px; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title, +.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + font-size: 16px; + line-height: 19px; + padding: 12px 0 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-image, +.e-bigger.e-card .e-card-header .e-card-header-image { + background-size: cover; + height: 40px; + width: 40px; +} + +.e-bigger .e-card .e-card-image, +.e-bigger.e-card .e-card-image { + min-height: 150px; +} + +.e-bigger .e-card .e-card-image .e-card-title, +.e-bigger.e-card .e-card-image .e-card-title { + font-size: 20px; + line-height: 36px; + min-height: 36px; + padding: 0 20px; +} + +.e-bigger .e-card .e-card-actions, +.e-bigger.e-card .e-card-actions { + padding: 20px; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical, +.e-bigger.e-card .e-card-actions.e-card-vertical { + padding: 20px; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-bigger .e-card .e-card-actions.e-card-vertical a, +.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-bigger.e-card .e-card-actions.e-card-vertical a { + margin: 0 0 10px 0; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-bigger .e-card .e-card-actions.e-card-vertical a:last-child, +.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-bigger.e-card .e-card-actions.e-card-vertical a:last-child { + margin-bottom: 0; +} + +.e-bigger .e-card .e-card-actions .e-card-btn span, +.e-bigger .e-card .e-card-actions .e-card-btn span.e-icons, +.e-bigger.e-card .e-card-actions .e-card-btn span, +.e-bigger.e-card .e-card-actions .e-card-btn span.e-icons { + height: 24px; + width: 24px; +} + +.e-bigger .e-card .e-card-actions .e-card-btn, +.e-bigger .e-card .e-card-actions a, +.e-bigger.e-card .e-card-actions .e-card-btn, +.e-bigger.e-card .e-card-actions a { + line-height: 38px; + margin: 0 0 0 20px; + min-height: 38px; + padding: 0 6px; +} + +.e-bigger .e-card .e-card-actions .e-card-btn:first-child, +.e-bigger .e-card .e-card-actions a:first-child, +.e-bigger.e-card .e-card-actions .e-card-btn:first-child, +.e-bigger.e-card .e-card-actions a:first-child { + margin-left: 0; +} + +.e-bigger .e-card .e-card-content, +.e-bigger.e-card .e-card-content { + padding: 20px; +} + +.e-bigger .e-card .e-card-content + :not(.e-card-content), +.e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical, +.e-bigger.e-card .e-card-content + :not(.e-card-content), +.e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical { + margin-top: 0; + padding-top: 0; +} + +.e-card { + border-radius: 4px; + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + -ms-flex-pack: center; + justify-content: center; + line-height: 36px; + min-height: 36px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + width: 100%; +} + +.e-card > * { + -ms-flex-pack: center; + justify-content: center; +} + +.e-card > .e-card-header-title { + box-sizing: border-box; + font-size: 18px; + line-height: normal; + padding: 16px; +} + +.e-card > .e-card-header-title + :not(.e-card-header-title) { + margin-top: 0; + padding-top: 0; +} + +.e-card > .e-card-title { + font-size: 18px; + line-height: normal; + padding: 16px; +} + +.e-card > .e-card-title + :not(.e-card-title) { + margin-top: 0; + padding-top: 0; +} + +.e-card > .e-card-header-title, +.e-card > .e-card-title { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-card .e-card-header-caption { + line-height: normal; +} + +.e-card .e-card-header-caption .e-card-header-title { + font-size: 14px; +} + +.e-card .e-card-header-caption .e-card-sub-title { + font-size: 14px; +} + +.e-card .e-card-stacked { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; +} + +.e-card.e-card-horizontal, +.e-card .e-card-horizontal { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: center; + justify-content: center; +} + +.e-card.e-card-horizontal .e-card-image, +.e-card.e-card-horizontal img, +.e-card .e-card-horizontal .e-card-image, +.e-card .e-card-horizontal img { + margin: 2px; +} + +.e-card .e-card-horizontal { + line-height: normal; + padding: 2px; +} + +.e-card.e-card-horizontal > * { + -ms-flex: 1; + flex: 1; +} + +.e-card.e-card-horizontal .e-card-stacked { + display: -ms-flexbox; + display: flex; + -ms-flex: 1; + flex: 1; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; +} + +.e-card.e-card-horizontal .e-card-stacked > :first-child { + -ms-flex-positive: 1; + flex-grow: 1; +} + +.e-card .e-card-separator { + display: block; +} + +.e-card .e-card-corner { + border-radius: 50%; +} + +.e-card .e-card-header { + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: center; + justify-content: center; + line-height: normal; + min-height: 22.5px; + padding: 16px; + width: inherit; +} + +.e-card .e-card-header .e-card-content { + padding-left: 0; + padding-right: 0; +} + +.e-card .e-card-header .e-card-actions { + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-card .e-card-header .e-card-header-image { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; +} + +.e-card .e-card-header .e-card-header-caption { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + -ms-flex: 1; + flex: 1; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + padding: 0 0 0 7.5px; +} + +.e-card .e-card-header .e-card-header-caption:first-child { + padding: 0; +} + +.e-card .e-card-header .e-card-header-caption .e-card-header-title, +.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-card .e-card-header .e-card-header-caption .e-card-header-title { + font-size: 14px; + font-weight: 400; + line-height: 21px; +} + +.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + font-size: 14px; + font-weight: 400; + line-height: 16px; + padding: 10px 0 0; +} + +.e-card .e-card-header .e-card-header-image { + background-repeat: no-repeat; + background-size: cover; + height: 30px; + width: 30px; +} + +.e-card .e-card-header .e-card-corner { + border-radius: 50%; +} + +.e-card .e-card-image { + background-size: cover; + min-height: 112.5px; + position: relative; + width: 100%; +} + +.e-card .e-card-image .e-card-title { + bottom: 0; + box-sizing: border-box; + font-size: 20px; + line-height: 27px; + min-height: 27px; + overflow: hidden; + padding: 0 12px; + position: absolute; + text-overflow: ellipsis; + width: inherit; +} + +.e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right { + bottom: auto; + top: 0; +} + +.e-card .e-card-image .e-card-title.e-card-top-right { + text-align: right; +} + +.e-card .e-card-image .e-card-title.e-card-bottom-right { + text-align: right; +} + +.e-card .e-card-actions { + box-sizing: border-box; + display: inline-block; + -ms-flex-pack: start; + justify-content: flex-start; + padding: 16px; +} + +.e-card .e-card-actions.e-card-vertical { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + padding: 16px; +} + +.e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-card .e-card-actions.e-card-vertical a { + -ms-flex-item-align: initial; + -ms-grid-row-align: initial; + align-self: initial; + box-sizing: border-box; + display: inline-block; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 6px 0; + text-align: center; + width: 100%; +} + +.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-card .e-card-actions.e-card-vertical a:last-child { + margin-bottom: 0; +} + +.e-card .e-card-actions button, +.e-card .e-card-actions a { + -ms-flex-align: center; + align-items: center; + -ms-flex-item-align: center; + align-self: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + overflow: hidden; + vertical-align: middle; + white-space: nowrap; +} + +.e-card .e-card-actions .e-card-btn span, +.e-card .e-card-actions .e-card-btn span.e-icons { + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 24px; + width: 24px; +} + +.e-card .e-card-actions .e-card-btn span::before, +.e-card .e-card-actions .e-card-btn span.e-icons::before { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + width: inherit; +} + +.e-card .e-card-actions .e-card-btn > * { + overflow: hidden; + text-overflow: ellipsis; + width: inherit; +} + +.e-card .e-card-actions .e-card-btn, +.e-card .e-card-actions a { + border-radius: 2px; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + line-height: 31px; + margin: 0 0 0 6px; + min-height: 31px; + padding: 0 6px; + text-decoration: none; + text-transform: none; +} + +.e-card .e-card-actions .e-card-btn:first-child, +.e-card .e-card-actions a:first-child { + margin-left: 0; +} + +.e-card .e-card-content { + font-size: 14px; + line-height: normal; + padding: 16px; +} + +.e-card .e-card-content + :not(.e-card-content), +.e-card .e-card-content + .e-card-actions.e-card-vertical { + margin-top: 0; + padding-top: 0; +} + +.e-card .e-card-content, +.e-card .e-card-content p { + line-height: normal; + overflow: hidden; + text-overflow: ellipsis; +} + +/*! card theme */ +.e-card { + -webkit-tap-highlight-color: transparent; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: none; + color: #212529; + outline: none; +} + +.e-card:hover { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.25); +} + +.e-card:focus { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.25); +} + +.e-card:active { + background-color: #fff; + border-color: #007bff; +} + +.e-card .e-card-separator { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-card .e-card-header-caption .e-card-header-title { + color: #212529; +} + +.e-card .e-card-header-caption .e-card-sub-title { + color: #6c757d; +} + +.e-card .e-card-image .e-card-title { + background-color: rgba(0, 0, 0, 0.35); + color: #fff; +} + +.e-card .e-card-actions .e-card-btn span, +.e-card .e-card-actions .e-card-btn span.e-icons { + color: #f8f9fa; +} + +.e-card .e-card-actions .e-card-btn, +.e-card .e-card-actions a { + background-color: #007bff; + border: 1px solid #0062cc; + color: #fff; + outline: 0; +} + +.e-card .e-card-actions .e-card-btn:hover, +.e-card .e-card-actions a:hover { + background-color: #0069d9; + border: 1px solid #0062cc; + color: #fff; +} + +.e-card .e-card-actions .e-card-btn:focus, +.e-card .e-card-actions a:focus { + background-color: #007bff; + border: 1px solid #007bff; + color: #fff; +} + +.e-card .e-card-actions .e-card-btn:active, +.e-card .e-card-actions a:active { + background-color: #0062cc; + border: 1px solid #005cbf; + color: #fff; +} + +.e-card .e-card-content { + color: #212529; +} + +.e-checkbox-wrapper .e-check::before, +.e-css.e-checkbox-wrapper .e-check::before { + content: '\e7fa'; +} + +.e-checkbox-wrapper .e-stop::before, +.e-css.e-checkbox-wrapper .e-stop::before { + content: '\e7fb'; +} + +/*! checkbox layout */ +.e-checkbox-wrapper, +.e-css.e-checkbox-wrapper { + cursor: pointer; + display: inline-block; + line-height: 1; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-checkbox-wrapper label, +.e-css.e-checkbox-wrapper label { + cursor: pointer; + display: inline-block; + line-height: 0; + margin: 0; + position: relative; + white-space: nowrap; +} + +.e-checkbox-wrapper:focus .e-frame, +.e-css.e-checkbox-wrapper:focus .e-frame { + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); +} + +.e-checkbox-wrapper .e-ripple-container, +.e-css.e-checkbox-wrapper .e-ripple-container { + border-radius: 50%; + bottom: -9px; + height: 36px; + left: -9px; + pointer-events: none; + position: absolute; + right: -9px; + top: -9px; + width: 36px; + z-index: 1; +} + +.e-checkbox-wrapper .e-label, +.e-css.e-checkbox-wrapper .e-label { + cursor: pointer; + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + line-height: 14px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: normal; +} + +.e-checkbox-wrapper .e-checkbox, +.e-css.e-checkbox-wrapper .e-checkbox { + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-checkbox-wrapper .e-checkbox + .e-label, +.e-css.e-checkbox-wrapper .e-checkbox + .e-label { + margin-right: 8px; +} + +.e-checkbox-wrapper .e-frame, +.e-css.e-checkbox-wrapper .e-frame { + border: 1px solid; + border-radius: 4px; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + font-family: 'e-icons'; + height: 14px; + line-height: 13px; + padding: 0; + text-align: center; + vertical-align: middle; + width: 14px; +} + +.e-checkbox-wrapper .e-frame + .e-label, +.e-css.e-checkbox-wrapper .e-frame + .e-label { + margin-left: 8px; +} + +.e-checkbox-wrapper .e-frame + .e-ripple-container, +.e-css.e-checkbox-wrapper .e-frame + .e-ripple-container { + left: auto; +} + +.e-checkbox-wrapper .e-check, +.e-css.e-checkbox-wrapper .e-check { + font-size: 8px; +} + +.e-checkbox-wrapper .e-stop, +.e-css.e-checkbox-wrapper .e-stop { + font-size: 8px; + line-height: 13px; +} + +.e-checkbox-wrapper.e-checkbox-disabled, +.e-css.e-checkbox-wrapper.e-checkbox-disabled { + cursor: default; + pointer-events: none; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame { + cursor: default; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-label, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label { + cursor: default; +} + +.e-checkbox-wrapper.e-rtl .e-ripple-container, +.e-css.e-checkbox-wrapper.e-rtl .e-ripple-container { + right: -9px; +} + +.e-checkbox-wrapper.e-rtl .e-frame, +.e-css.e-checkbox-wrapper.e-rtl .e-frame { + margin: 0; +} + +.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container { + left: -9px; + right: auto; +} + +.e-checkbox-wrapper.e-rtl .e-label, +.e-css.e-checkbox-wrapper.e-rtl .e-label { + margin-left: 0; + margin-right: 8px; +} + +.e-checkbox-wrapper.e-rtl .e-label + .e-frame, +.e-css.e-checkbox-wrapper.e-rtl .e-label + .e-frame { + margin: 0; +} + +.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label, +.e-css.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label { + margin-left: 8px; + margin-right: 0; +} + +.e-checkbox-wrapper.e-small .e-frame, +.e-css.e-checkbox-wrapper.e-small .e-frame { + height: 12px; + line-height: 11px; + width: 12px; +} + +.e-checkbox-wrapper.e-small .e-check, +.e-css.e-checkbox-wrapper.e-small .e-check { + font-size: 6px; +} + +.e-checkbox-wrapper.e-small .e-stop, +.e-css.e-checkbox-wrapper.e-small .e-stop { + font-size: 8px; + line-height: 11px; +} + +.e-checkbox-wrapper.e-small .e-label, +.e-css.e-checkbox-wrapper.e-small .e-label { + font-size: 12px; + line-height: 12px; +} + +.e-checkbox-wrapper.e-small .e-ripple-container, +.e-css.e-checkbox-wrapper.e-small .e-ripple-container { + bottom: -13px; + height: 30px; + left: -13px; + right: -13px; + top: -13px; + width: 30px; +} + +.e-small .e-checkbox-wrapper .e-frame, +.e-small.e-checkbox-wrapper .e-frame, +.e-small .e-css.e-checkbox-wrapper .e-frame, +.e-small.e-css.e-checkbox-wrapper .e-frame { + height: 12px; + line-height: 11px; + width: 12px; +} + +.e-small .e-checkbox-wrapper .e-check, +.e-small.e-checkbox-wrapper .e-check, +.e-small .e-css.e-checkbox-wrapper .e-check, +.e-small.e-css.e-checkbox-wrapper .e-check { + font-size: 6px; +} + +.e-small .e-checkbox-wrapper .e-stop, +.e-small.e-checkbox-wrapper .e-stop, +.e-small .e-css.e-checkbox-wrapper .e-stop, +.e-small.e-css.e-checkbox-wrapper .e-stop { + font-size: 8px; + line-height: 11px; +} + +.e-small .e-checkbox-wrapper .e-label, +.e-small.e-checkbox-wrapper .e-label, +.e-small .e-css.e-checkbox-wrapper .e-label, +.e-small.e-css.e-checkbox-wrapper .e-label { + font-size: 12px; + line-height: 12px; +} + +.e-small .e-checkbox-wrapper .e-ripple-container, +.e-small.e-checkbox-wrapper .e-ripple-container, +.e-small .e-css.e-checkbox-wrapper .e-ripple-container, +.e-small.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -13px; + height: 30px; + left: -13px; + right: -13px; + top: -13px; + width: 30px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-frame, +.e-bigger.e-small.e-checkbox-wrapper .e-frame, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame { + height: 15px; + line-height: 14px; + width: 15px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-check, +.e-bigger.e-small.e-checkbox-wrapper .e-check, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-check, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-check { + font-size: 8px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-stop, +.e-bigger.e-small.e-checkbox-wrapper .e-stop, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-stop, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-stop { + font-size: 8px; + line-height: 14px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-label, +.e-bigger.e-small.e-checkbox-wrapper .e-label, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-label, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-label { + font-size: 15px; + line-height: 15px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -16px; + height: 38px; + left: -16px; + right: -16px; + top: -16px; + width: 38px; +} + +.e-bigger .e-checkbox-wrapper .e-frame, +.e-bigger.e-checkbox-wrapper .e-frame, +.e-bigger .e-css.e-checkbox-wrapper .e-frame, +.e-bigger.e-css.e-checkbox-wrapper .e-frame { + height: 16px; + line-height: 15px; + width: 16px; +} + +.e-bigger .e-checkbox-wrapper .e-frame + .e-label, +.e-bigger.e-checkbox-wrapper .e-frame + .e-label, +.e-bigger .e-css.e-checkbox-wrapper .e-frame + .e-label, +.e-bigger.e-css.e-checkbox-wrapper .e-frame + .e-label { + font-size: 16px; + line-height: 16px; + margin-left: 10px; +} + +.e-bigger .e-checkbox-wrapper .e-check, +.e-bigger.e-checkbox-wrapper .e-check, +.e-bigger .e-css.e-checkbox-wrapper .e-check, +.e-bigger.e-css.e-checkbox-wrapper .e-check { + font-size: 8px; +} + +.e-bigger .e-checkbox-wrapper .e-stop, +.e-bigger.e-checkbox-wrapper .e-stop, +.e-bigger .e-css.e-checkbox-wrapper .e-stop, +.e-bigger.e-css.e-checkbox-wrapper .e-stop { + font-size: 8px; + line-height: 15px; +} + +.e-bigger .e-checkbox-wrapper .e-label, +.e-bigger.e-checkbox-wrapper .e-label, +.e-bigger .e-css.e-checkbox-wrapper .e-label, +.e-bigger.e-css.e-checkbox-wrapper .e-label { + font-size: 16px; +} + +.e-bigger .e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-checkbox-wrapper .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -15px; + height: 38px; + left: -15px; + right: -15px; + top: -15px; + width: 38px; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame { + margin: 0; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container { + right: auto; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-frame, +.e-bigger.e-checkbox-wrapper.e-small .e-frame, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-frame, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-frame { + height: 15px; + line-height: 14px; + width: 15px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-check, +.e-bigger.e-checkbox-wrapper.e-small .e-check, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-check, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-check { + font-size: 8px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-stop, +.e-bigger.e-checkbox-wrapper.e-small .e-stop, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-stop, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-stop { + font-size: 8px; + line-height: 14px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-label, +.e-bigger.e-checkbox-wrapper.e-small .e-label, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-label, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-label { + font-size: 15px; + line-height: 15px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger.e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-ripple-container { + bottom: -16px; + height: 38px; + left: -16px; + right: -16px; + top: -16px; + width: 38px; +} + +/*! checkbox theme */ +.e-checkbox-wrapper, +.e-css.e-checkbox-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-checkbox-wrapper .e-frame, +.e-css.e-checkbox-wrapper .e-frame { + background-color: #fff; + border-color: #adb5bd; +} + +.e-checkbox-wrapper .e-frame.e-check, +.e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-checkbox-wrapper .e-frame.e-stop, +.e-css.e-checkbox-wrapper .e-frame.e-stop { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-checkbox-wrapper .e-ripple-element, +.e-css.e-checkbox-wrapper .e-ripple-element { + background: transparent; +} + +.e-checkbox-wrapper .e-ripple-check .e-ripple-element, +.e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element { + background: transparent; +} + +.e-checkbox-wrapper:active .e-ripple-element, +.e-css.e-checkbox-wrapper:active .e-ripple-element { + background: transparent; +} + +.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element, +.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element { + background: transparent; +} + +.e-checkbox-wrapper .e-label, +.e-css.e-checkbox-wrapper .e-label { + color: #212529; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame { + background-color: #fff; + border-color: rgba(0, 123, 255, 0.5); + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check { + background-color: #007bff; + border-color: rgba(0, 123, 255, 0.25); + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); + color: #fff; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop { + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); + color: #fff; +} + +.e-checkbox-wrapper:hover .e-frame, +.e-css.e-checkbox-wrapper:hover .e-frame { + background-color: #fff; + border-color: #adb5bd; +} + +.e-checkbox-wrapper:hover .e-frame.e-check, +.e-css.e-checkbox-wrapper:hover .e-frame.e-check { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-checkbox-wrapper:hover .e-frame.e-stop, +.e-css.e-checkbox-wrapper:hover .e-frame.e-stop { + background-color: #007bff; + border-color: #007bff; +} + +.e-checkbox-wrapper:hover .e-label, +.e-css.e-checkbox-wrapper:hover .e-label { + color: #000; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame { + background-color: #e9ecef; + border-color: #adb5bd; + color: #6c757d; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check { + background-color: rgba(0, 123, 255, 0.5); + border-color: #fff; + color: #fff; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop { + background-color: rgba(0, 123, 255, 0.55); + border-color: #fff; + color: #fff; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-label, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label { + color: #6c757d; +} + +.e-checkbox-wrapper.e-focus .e-ripple-container, +.e-css.e-checkbox-wrapper.e-focus .e-ripple-container { + background-color: transparent; +} + +.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check, +.e-css.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check { + background-color: transparent; +} + +.e-checkbox-wrapper.e-focus .e-frame, +.e-css.e-checkbox-wrapper.e-focus .e-frame { + outline: rgba(0, 123, 255, 0.25); + outline-offset: 0; +} + +.e-checkbox-wrapper.e-focus .e-frame.e-check, +.e-css.e-checkbox-wrapper.e-focus .e-frame.e-check { + outline: rgba(0, 123, 255, 0.25); + outline-offset: 0; +} + +.e-chip-list .e-chip-delete.e-dlt-btn::before { + content: '\e745'; + font-size: 10px; +} + +.e-chip-list.e-multi-selection .e-chip::before { + content: '\e7ab'; +} + +.e-chip-list { + display: -ms-flexbox; + display: flex; + padding: 4px; +} + +.e-chip-list.e-chip, +.e-chip-list .e-chip { + -webkit-tap-highlight-color: transparent; + -ms-flex-align: center; + align-items: center; + border: 1px solid; + border-radius: 4px; + box-shadow: none; + box-sizing: border-box; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 12px; + font-weight: 400; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1.5em; + margin: 4px; + outline: none; + overflow: hidden; + padding: 0 8px; + position: relative; + transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-chip-list.e-chip .e-chip-avatar, +.e-chip-list .e-chip .e-chip-avatar { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 50%; + display: -ms-flexbox; + display: flex; + font-size: 10px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -10px; + overflow: hidden; + width: 24px; +} + +.e-chip-list.e-chip .e-chip-avatar-wrap, .e-chip-list.e-chip.e-chip-avatar-wrap, +.e-chip-list .e-chip .e-chip-avatar-wrap, +.e-chip-list .e-chip.e-chip-avatar-wrap { + border-radius: 14px 4px 4px 14px; +} + +.e-chip-list.e-chip .e-chip-icon, +.e-chip-list .e-chip .e-chip-icon { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 0%; + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 18px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -6px; + overflow: hidden; + width: 18px; +} + +.e-chip-list.e-chip .e-chip-text, +.e-chip-list .e-chip .e-chip-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-chip-list.e-chip .e-chip-delete, +.e-chip-list .e-chip .e-chip-delete { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 0%; + display: -ms-flexbox; + display: flex; + font-size: 8px; + height: 14px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 -2px 0 8px; + overflow: hidden; + width: 14px; +} + +.e-chip-list.e-chip .e-chip-delete.e-dlt-btn::before, +.e-chip-list .e-chip .e-chip-delete.e-dlt-btn::before { + font-family: 'e-icons'; +} + +.e-chip-list:not(.e-chip) { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.e-chip-list.e-multi-selection .e-chip::before { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-family: 'e-icons'; + height: 18px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -6px; + margin-top: 2px; + overflow: hidden; + transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1); + width: 18px; +} + +.e-chip-list.e-multi-selection .e-chip:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 0; +} + +.e-chip-list.e-multi-selection .e-chip.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + display: none; +} + +.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + height: 24px; + margin: 0 8px 0 -10px; + margin-top: 2px; + width: 24px; +} + +.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-icon, +.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-avatar { + display: none; +} + +.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-active.e-chip-avatar-wrap::before { + display: -ms-flexbox; + display: flex; +} + +.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 18px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-chip-list.e-rtl .e-chip .e-chip-avatar { + margin: 0 -10px 0 8px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-chip-list.e-rtl .e-chip .e-chip-icon { + margin: 0 -6px 0 8px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-chip-list.e-rtl .e-chip .e-chip-delete { + margin: 0 8px 0 -2px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap { + border-radius: 4px 14px 14px 4px; +} + +.e-chip-list.e-rtl.e-multi-selection .e-chip::before { + margin: 0 -6px 0 8px; + margin-top: 2px; +} + +.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + margin: 0 -10px 0 8px; + margin-top: 2px; +} + +.e-bigger .e-chip-list.e-chip, +.e-bigger .e-chip-list .e-chip, +.e-bigger.e-chip-list.e-chip, +.e-bigger.e-chip-list .e-chip { + border-radius: 4px; + font-size: 14px; + height: 30px; + padding: 0 12px; +} + +.e-bigger .e-chip-list .e-chip-avatar, +.e-bigger.e-chip-list .e-chip-avatar { + font-size: 15px; + height: 30px; + margin: -2px 8px 0 -12px; + width: 30px; +} + +.e-bigger .e-chip-list .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-chip-avatar-wrap, +.e-bigger.e-chip-list .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-chip-avatar-wrap { + border-radius: 16px 4px 4px 16px; +} + +.e-bigger .e-chip-list .e-chip-icon, +.e-bigger.e-chip-list .e-chip-icon { + font-size: 16px; + height: 24px; + margin: -2px 8px 0 -8px; + width: 24px; +} + +.e-bigger .e-chip-list .e-chip-delete, +.e-bigger.e-chip-list .e-chip-delete { + font-size: 10px; + height: 18px; + margin: 0 -4px 0 8px; + width: 18px; +} + +.e-bigger .e-chip-list .e-chip-delete.e-dlt-btn::before, +.e-bigger.e-chip-list .e-chip-delete.e-dlt-btn::before { + font-size: small; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip::before { + height: 24px; + margin: -2px 8px 0 -8px; + margin-top: 2px; + width: 24px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + height: 30px; + margin: -2px 8px 0 -12px; + margin-top: 2px; + width: 30px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 24px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar { + margin: 0 -12px 0 8px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-icon, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-icon { + margin: 0 -8px 0 8px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-delete, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-delete { + margin: 0 8px 0 -4px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-bigger .e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap { + border-radius: 4px 16px 16px 4px; +} + +.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip::before, +.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip::before { + margin: 0 -8px 0 8px; + margin-top: 2px; +} + +.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before, +.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + margin: 0 -12px 0 8px; + margin-top: 2px; +} + +.e-chip-list.e-chip, +.e-chip-list .e-chip { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-chip .e-chip-icon, +.e-chip-list.e-chip .e-chip-delete, +.e-chip-list .e-chip .e-chip-icon, +.e-chip-list .e-chip .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip .e-chip-avatar, +.e-chip-list .e-chip .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip:hover, +.e-chip-list .e-chip:hover { + background-color: #5a6268; + border-color: #545b62; + color: #fff; +} + +.e-chip-list.e-chip:hover .e-chip-icon, +.e-chip-list.e-chip:hover .e-chip-delete, +.e-chip-list .e-chip:hover .e-chip-icon, +.e-chip-list .e-chip:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip:hover .e-chip-avatar, +.e-chip-list .e-chip:hover .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-focused, +.e-chip-list .e-chip.e-focused { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.e-chip-list.e-chip.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-focused .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-focused .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-focused .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-active, +.e-chip-list .e-chip.e-active { + background-color: #545b62; + border-color: #4e555b; + color: #fff; + box-shadow: none; +} + +.e-chip-list.e-chip.e-active .e-chip-icon, +.e-chip-list.e-chip.e-active .e-chip-delete, +.e-chip-list .e-chip.e-active .e-chip-icon, +.e-chip-list .e-chip.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-focused.e-active, +.e-chip-list .e-chip.e-focused.e-active { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-focused.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip:active, +.e-chip-list .e-chip:active { + background-color: #545b62; + border-color: #4e555b; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.e-chip-list.e-chip:active .e-chip-icon, +.e-chip-list.e-chip:active .e-chip-delete, +.e-chip-list .e-chip:active .e-chip-icon, +.e-chip-list .e-chip:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip:active .e-chip-avatar, +.e-chip-list .e-chip:active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-disabled, +.e-chip-list .e-chip.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-chip.e-outline, +.e-chip-list .e-chip.e-outline { + background-color: transparent; + border-color: #6c757d; + color: #6c757d; + border-width: 1px; +} + +.e-chip-list.e-chip.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-outline .e-chip-delete { + color: #6c757d; +} + +.e-chip-list.e-chip.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-outline .e-chip-delete.e-dlt-btn { + color: #6c757d; +} + +.e-chip-list.e-chip.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-outline .e-chip-avatar { + background-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-outline:hover, +.e-chip-list .e-chip.e-outline:hover { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-chip.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-outline:hover .e-chip-avatar { + background-color: #545b62; + color: #fff; +} + +.e-chip-list.e-chip.e-outline.e-focused, +.e-chip-list .e-chip.e-outline.e-focused { + background-color: transparent; + border-color: #6c757d; + color: #6c757d; +} + +.e-chip-list.e-chip.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-delete { + color: #6c757d; +} + +.e-chip-list.e-chip.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-avatar { + background-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-chip.e-outline.e-active, +.e-chip-list .e-chip.e-outline.e-active { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-chip.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-active .e-chip-avatar { + background-color: #545b62; + color: #fff; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-outline.e-focused.e-active { + background-color: transparent; + border-color: #6c757d; + color: #6c757d; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-delete { + color: #6c757d; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-chip.e-outline:active, +.e-chip-list .e-chip.e-outline:active { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-chip.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-outline:active .e-chip-delete { + color: #6c757d; +} + +.e-chip-list.e-chip.e-outline:active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-outline:active .e-chip-delete.e-dlt-btn { + color: #fff; +} + +.e-chip-list.e-chip.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-outline:active .e-chip-avatar { + background-color: #545b62; + color: #fff; +} + +.e-chip-list.e-chip.e-outline.e-disabled, +.e-chip-list .e-chip.e-outline.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-selection .e-chip.e-active { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar { + background-color: #0062cc; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused { + background-color: transparent; + border-color: #6c757d; + color: #6c757d; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete { + color: #6c757d; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete.e-dlt-btn { + color: #6c757d; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar { + background-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled { + background-color: transparent; + border-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-avatar { + background-color: #545b62; + color: #fff; +} + +.e-chip-list.e-selection .e-chip:active { + background-color: #545b62; + border-color: #4e555b; + color: #fff; +} + +.e-chip-list.e-selection .e-chip:active .e-chip-icon, +.e-chip-list.e-selection .e-chip:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip:active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-selection .e-chip:active.e-outline { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-icon, +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete.e-dlt-btn { + color: #fff; +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar { + background-color: #545b62; + color: #fff; +} + +.e-chip-list.e-chip.e-primary, +.e-chip-list .e-chip.e-primary { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-chip-list.e-chip.e-primary .e-chip-icon, +.e-chip-list.e-chip.e-primary .e-chip-delete, +.e-chip-list .e-chip.e-primary .e-chip-icon, +.e-chip-list .e-chip.e-primary .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-primary .e-chip-avatar, +.e-chip-list .e-chip.e-primary .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover, +.e-chip-list .e-chip.e-primary:hover { + background-color: #0069d9; + border-color: #0062cc; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover .e-chip-icon, +.e-chip-list.e-chip.e-primary:hover .e-chip-delete, +.e-chip-list .e-chip.e-primary:hover .e-chip-icon, +.e-chip-list .e-chip.e-primary:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover .e-chip-avatar, +.e-chip-list .e-chip.e-primary:hover .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused, +.e-chip-list .e-chip.e-primary.e-focused { + background-color: #007bff; + border-color: #007bff; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active, +.e-chip-list .e-chip.e-primary.e-active { + background-color: #0062cc; + border-color: #005cbf; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active, +.e-chip-list .e-chip.e-primary.e-focused.e-active { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active, +.e-chip-list .e-chip.e-primary:active { + background-color: #0062cc; + border-color: #005cbf; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); +} + +.e-chip-list.e-chip.e-primary:active .e-chip-icon, +.e-chip-list.e-chip.e-primary:active .e-chip-delete, +.e-chip-list .e-chip.e-primary:active .e-chip-icon, +.e-chip-list .e-chip.e-primary:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active .e-chip-avatar, +.e-chip-list .e-chip.e-primary:active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-disabled, +.e-chip-list .e-chip.e-primary.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-chip.e-primary.e-outline, +.e-chip-list .e-chip.e-primary.e-outline { + background-color: transparent; + border-color: #007bff; + color: #007bff; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete { + color: #007bff; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn { + color: #007bff; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-avatar { + background-color: #007bff; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover, +.e-chip-list .e-chip.e-primary.e-outline:hover { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-avatar { + background-color: #0062cc; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused, +.e-chip-list .e-chip.e-primary.e-outline.e-focused { + background-color: transparent; + border-color: #007bff; + color: #007bff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-delete { + color: #007bff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-avatar { + background-color: #007bff; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active, +.e-chip-list .e-chip.e-primary.e-outline.e-active { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-avatar { + background-color: #0062cc; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active { + background-color: transparent; + border-color: #007bff; + color: #007bff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete { + color: #007bff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: #007bff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #007bff; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active, +.e-chip-list .e-chip.e-primary.e-outline:active { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-avatar { + background-color: #0062cc; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-chip.e-success, +.e-chip-list .e-chip.e-success { + background-color: #28a745; + border-color: #28a745; + color: #fff; +} + +.e-chip-list.e-chip.e-success .e-chip-icon, +.e-chip-list.e-chip.e-success .e-chip-delete, +.e-chip-list .e-chip.e-success .e-chip-icon, +.e-chip-list .e-chip.e-success .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-success .e-chip-avatar, +.e-chip-list .e-chip.e-success .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover, +.e-chip-list .e-chip.e-success:hover { + background-color: #218838; + border-color: #1e7e34; + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover .e-chip-icon, +.e-chip-list.e-chip.e-success:hover .e-chip-delete, +.e-chip-list .e-chip.e-success:hover .e-chip-icon, +.e-chip-list .e-chip.e-success:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover .e-chip-avatar, +.e-chip-list .e-chip.e-success:hover .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused, +.e-chip-list .e-chip.e-success.e-focused { + background-color: #28a745; + border-color: #28a745; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-success.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-success.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-success.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success.e-focused .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-focused .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active, +.e-chip-list .e-chip.e-success.e-active { + background-color: #1e7e34; + border-color: #1c7430; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active, +.e-chip-list .e-chip.e-success.e-focused.e-active { + background-color: #28a745; + border-color: #28a745; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-success:active, +.e-chip-list .e-chip.e-success:active { + background-color: #1e7e34; + border-color: #1c7430; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); +} + +.e-chip-list.e-chip.e-success:active .e-chip-icon, +.e-chip-list.e-chip.e-success:active .e-chip-delete, +.e-chip-list .e-chip.e-success:active .e-chip-icon, +.e-chip-list .e-chip.e-success:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success:active .e-chip-avatar, +.e-chip-list .e-chip.e-success:active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-disabled, +.e-chip-list .e-chip.e-success.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-chip.e-success.e-outline, +.e-chip-list .e-chip.e-success.e-outline { + background-color: transparent; + border-color: #28a745; + color: #28a745; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline .e-chip-delete { + color: #28a745; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn { + color: #28a745; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline .e-chip-avatar { + background-color: #28a745; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover, +.e-chip-list .e-chip.e-success.e-outline:hover { + background-color: #28a745; + border-color: #28a745; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-avatar { + background-color: #1e7e34; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused, +.e-chip-list .e-chip.e-success.e-outline.e-focused { + background-color: transparent; + border-color: #28a745; + color: #28a745; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-delete { + color: #28a745; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-avatar { + background-color: #28a745; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active, +.e-chip-list .e-chip.e-success.e-outline.e-active { + background-color: #28a745; + border-color: #28a745; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-avatar { + background-color: #1e7e34; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active { + background-color: transparent; + border-color: #28a745; + color: #28a745; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete { + color: #28a745; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: #28a745; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #28a745; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active, +.e-chip-list .e-chip.e-success.e-outline:active { + background-color: #28a745; + border-color: #28a745; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-avatar { + background-color: #1e7e34; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled, +.e-chip-list .e-chip.e-success.e-outline.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-chip.e-info, +.e-chip-list .e-chip.e-info { + background-color: #17a2b8; + border-color: #17a2b8; + color: #fff; +} + +.e-chip-list.e-chip.e-info .e-chip-icon, +.e-chip-list.e-chip.e-info .e-chip-delete, +.e-chip-list .e-chip.e-info .e-chip-icon, +.e-chip-list .e-chip.e-info .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-info .e-chip-avatar, +.e-chip-list .e-chip.e-info .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover, +.e-chip-list .e-chip.e-info:hover { + background-color: #138496; + border-color: #117a8b; + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover .e-chip-icon, +.e-chip-list.e-chip.e-info:hover .e-chip-delete, +.e-chip-list .e-chip.e-info:hover .e-chip-icon, +.e-chip-list .e-chip.e-info:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover .e-chip-avatar, +.e-chip-list .e-chip.e-info:hover .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused, +.e-chip-list .e-chip.e-info.e-focused { + background-color: #17a2b8; + border-color: #17a2b8; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-info.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-info.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-info.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info.e-focused .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-focused .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active, +.e-chip-list .e-chip.e-info.e-active { + background-color: #117a8b; + border-color: #10707f; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active, +.e-chip-list .e-chip.e-info.e-focused.e-active { + background-color: #17a2b8; + border-color: #17a2b8; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-info:active, +.e-chip-list .e-chip.e-info:active { + background-color: #117a8b; + border-color: #10707f; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); +} + +.e-chip-list.e-chip.e-info:active .e-chip-icon, +.e-chip-list.e-chip.e-info:active .e-chip-delete, +.e-chip-list .e-chip.e-info:active .e-chip-icon, +.e-chip-list .e-chip.e-info:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info:active .e-chip-avatar, +.e-chip-list .e-chip.e-info:active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-disabled, +.e-chip-list .e-chip.e-info.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-chip.e-info.e-outline, +.e-chip-list .e-chip.e-info.e-outline { + background-color: transparent; + border-color: #17a2b8; + color: #17a2b8; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline .e-chip-delete { + color: #17a2b8; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn { + color: #17a2b8; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline .e-chip-avatar { + background-color: #17a2b8; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover, +.e-chip-list .e-chip.e-info.e-outline:hover { + background-color: #17a2b8; + border-color: #17a2b8; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-avatar { + background-color: #117a8b; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused, +.e-chip-list .e-chip.e-info.e-outline.e-focused { + background-color: transparent; + border-color: #17a2b8; + color: #17a2b8; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-delete { + color: #17a2b8; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-avatar { + background-color: #17a2b8; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active, +.e-chip-list .e-chip.e-info.e-outline.e-active { + background-color: #17a2b8; + border-color: #17a2b8; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-avatar { + background-color: #117a8b; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active { + background-color: transparent; + border-color: #17a2b8; + color: #17a2b8; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete { + color: #17a2b8; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: #17a2b8; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #17a2b8; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active, +.e-chip-list .e-chip.e-info.e-outline:active { + background-color: #17a2b8; + border-color: #17a2b8; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-avatar { + background-color: #117a8b; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled, +.e-chip-list .e-chip.e-info.e-outline.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-chip.e-warning, +.e-chip-list .e-chip.e-warning { + background-color: #ffc107; + border-color: #ffc107; + color: #212529; +} + +.e-chip-list.e-chip.e-warning .e-chip-icon, +.e-chip-list.e-chip.e-warning .e-chip-delete, +.e-chip-list .e-chip.e-warning .e-chip-icon, +.e-chip-list .e-chip.e-warning .e-chip-delete { + color: #212529; +} + +.e-chip-list.e-chip.e-warning .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning .e-chip-delete.e-dlt-btn { + color: rgba(33, 37, 41, 0.8); +} + +.e-chip-list.e-chip.e-warning .e-chip-avatar, +.e-chip-list .e-chip.e-warning .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #212529; +} + +.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #212529; +} + +.e-chip-list.e-chip.e-warning:hover, +.e-chip-list .e-chip.e-warning:hover { + background-color: #e0a800; + border-color: #d39e00; + color: #212529; +} + +.e-chip-list.e-chip.e-warning:hover .e-chip-icon, +.e-chip-list.e-chip.e-warning:hover .e-chip-delete, +.e-chip-list .e-chip.e-warning:hover .e-chip-icon, +.e-chip-list .e-chip.e-warning:hover .e-chip-delete { + color: #212529; +} + +.e-chip-list.e-chip.e-warning:hover .e-chip-avatar, +.e-chip-list .e-chip.e-warning:hover .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused, +.e-chip-list .e-chip.e-warning.e-focused { + background-color: #ffc107; + border-color: #ffc107; + color: #212529; + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-delete { + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-delete.e-dlt-btn { + color: rgba(33, 37, 41, 0.8); +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active, +.e-chip-list .e-chip.e-warning.e-active { + background-color: #d39e00; + border-color: #c69500; + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-active .e-chip-delete { + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning.e-active .e-chip-delete.e-dlt-btn { + color: rgba(33, 37, 41, 0.8); +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active, +.e-chip-list .e-chip.e-warning.e-focused.e-active { + background-color: #ffc107; + border-color: #ffc107; + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-delete { + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: rgba(33, 37, 41, 0.8); +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-warning:active, +.e-chip-list .e-chip.e-warning:active { + background-color: #d39e00; + border-color: #c69500; + color: #212529; + box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); +} + +.e-chip-list.e-chip.e-warning:active .e-chip-icon, +.e-chip-list.e-chip.e-warning:active .e-chip-delete, +.e-chip-list .e-chip.e-warning:active .e-chip-icon, +.e-chip-list .e-chip.e-warning:active .e-chip-delete { + color: #212529; +} + +.e-chip-list.e-chip.e-warning:active .e-chip-avatar, +.e-chip-list .e-chip.e-warning:active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-disabled, +.e-chip-list .e-chip.e-warning.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-chip.e-warning.e-outline, +.e-chip-list .e-chip.e-warning.e-outline { + background-color: transparent; + border-color: #ffc107; + color: #ffc107; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete { + color: #ffc107; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn { + color: #ffc107; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-avatar { + background-color: #ffc107; + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover, +.e-chip-list .e-chip.e-warning.e-outline:hover { + background-color: #ffc107; + border-color: #ffc107; + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-delete { + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-avatar { + background-color: #d39e00; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused, +.e-chip-list .e-chip.e-warning.e-outline.e-focused { + background-color: transparent; + border-color: #ffc107; + color: #ffc107; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-delete { + color: #ffc107; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-avatar { + background-color: #ffc107; + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active, +.e-chip-list .e-chip.e-warning.e-outline.e-active { + background-color: #ffc107; + border-color: #ffc107; + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-delete { + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-avatar { + background-color: #d39e00; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active { + background-color: transparent; + border-color: #ffc107; + color: #ffc107; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete { + color: #ffc107; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: #ffc107; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #ffc107; + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline:active, +.e-chip-list .e-chip.e-warning.e-outline:active { + background-color: #ffc107; + border-color: #ffc107; + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-delete { + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-delete.e-dlt-btn { + color: #212529; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-avatar { + background-color: #d39e00; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-chip.e-danger, +.e-chip-list .e-chip.e-danger { + background-color: #dc3545; + border-color: #dc3545; + color: #fff; +} + +.e-chip-list.e-chip.e-danger .e-chip-icon, +.e-chip-list.e-chip.e-danger .e-chip-delete, +.e-chip-list .e-chip.e-danger .e-chip-icon, +.e-chip-list .e-chip.e-danger .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-danger .e-chip-avatar, +.e-chip-list .e-chip.e-danger .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover, +.e-chip-list .e-chip.e-danger:hover { + background-color: #c82333; + border-color: #bd2130; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover .e-chip-icon, +.e-chip-list.e-chip.e-danger:hover .e-chip-delete, +.e-chip-list .e-chip.e-danger:hover .e-chip-icon, +.e-chip-list .e-chip.e-danger:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover .e-chip-avatar, +.e-chip-list .e-chip.e-danger:hover .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused, +.e-chip-list .e-chip.e-danger.e-focused { + background-color: #dc3545; + border-color: #dc3545; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active, +.e-chip-list .e-chip.e-danger.e-active { + background-color: #bd2130; + border-color: #b21f2d; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active, +.e-chip-list .e-chip.e-danger.e-focused.e-active { + background-color: #dc3545; + border-color: #dc3545; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active, +.e-chip-list .e-chip.e-danger:active { + background-color: #bd2130; + border-color: #b21f2d; + color: #fff; + box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); +} + +.e-chip-list.e-chip.e-danger:active .e-chip-icon, +.e-chip-list.e-chip.e-danger:active .e-chip-delete, +.e-chip-list .e-chip.e-danger:active .e-chip-icon, +.e-chip-list .e-chip.e-danger:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active .e-chip-avatar, +.e-chip-list .e-chip.e-danger:active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.3); + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-disabled, +.e-chip-list .e-chip.e-danger.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-chip-list.e-chip.e-danger.e-outline, +.e-chip-list .e-chip.e-danger.e-outline { + background-color: transparent; + border-color: #dc3545; + color: #dc3545; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete { + color: #dc3545; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn { + color: #dc3545; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-avatar { + background-color: #dc3545; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover, +.e-chip-list .e-chip.e-danger.e-outline:hover { + background-color: #dc3545; + border-color: #dc3545; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-avatar { + background-color: #bd2130; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused, +.e-chip-list .e-chip.e-danger.e-outline.e-focused { + background-color: transparent; + border-color: #dc3545; + color: #dc3545; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-delete { + color: #dc3545; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-avatar { + background-color: #dc3545; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active, +.e-chip-list .e-chip.e-danger.e-outline.e-active { + background-color: #dc3545; + border-color: #dc3545; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-avatar { + background-color: #bd2130; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active { + background-color: transparent; + border-color: #dc3545; + color: #dc3545; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete { + color: #dc3545; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete.e-dlt-btn { + color: #dc3545; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #dc3545; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active, +.e-chip-list .e-chip.e-danger.e-outline:active { + background-color: #dc3545; + border-color: #dc3545; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-avatar { + background-color: #bd2130; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled { + opacity: .65; + pointer-events: none; +} + +.e-dropdown-btn .e-caret::before, +.e-dropdown-btn.e-btn .e-caret::before { + content: '\e744'; +} + +/*! drop-down button layout */ +.e-dropdown-btn, +.e-dropdown-btn.e-btn { + text-transform: none; + white-space: normal; +} + +.e-dropdown-btn:active, +.e-dropdown-btn.e-btn:active { + box-shadow: 0 0 0 0.2rem rgba(79, 85, 91, 0.5); +} + +.e-dropdown-btn .e-btn-icon, +.e-dropdown-btn.e-btn .e-btn-icon { + font-size: 14px; +} + +.e-dropdown-btn .e-caret, +.e-dropdown-btn.e-btn .e-caret { + font-size: 8px; +} + +.e-dropdown-btn.e-vertical, +.e-dropdown-btn.e-btn.e-vertical { + line-height: 1; + padding: 6px 12px; +} + +.e-dropdown-btn.e-caret-hide .e-caret, +.e-dropdown-btn.e-btn.e-caret-hide .e-caret { + display: none; +} + +.e-dropdown-btn.e-small .e-dropdown-btn.e-small, .e-dropdown-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-small, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul { + padding: 4px 0; +} + +.e-dropdown-btn.e-small .e-dropdown-btn.e-small .e-item, .e-dropdown-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-small .e-item, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item { + padding: 0 16px; +} + +.e-dropdown-btn.e-small.e-vertical, +.e-dropdown-btn.e-btn.e-small.e-vertical { + line-height: 1; + padding: 6px 12px; +} + +.e-bigger .e-dropdown-btn .e-btn-icon, +.e-bigger.e-dropdown-btn .e-btn-icon { + font-size: 16px; +} + +.e-bigger .e-dropdown-btn .e-caret, +.e-bigger.e-dropdown-btn .e-caret { + font-size: 10px; +} + +.e-bigger .e-dropdown-btn.e-vertical, +.e-bigger.e-dropdown-btn.e-vertical { + line-height: 1; + padding: 8px 16px; +} + +.e-bigger .e-dropdown-btn.e-small.e-vertical, +.e-bigger.e-dropdown-btn.e-small.e-vertical { + line-height: 1; + padding: 8px 16px; +} + +.e-dropdown-popup { + position: absolute; +} + +.e-dropdown-popup ul { + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 4px; + box-shadow: none; + box-sizing: border-box; + font-size: 14px; + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + min-width: 120px; + overflow: hidden; + padding: 6px 0; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-dropdown-popup ul .e-item { + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + line-height: 26px; + padding: 0 20px; +} + +.e-dropdown-popup ul .e-item .e-menu-url { + display: inline-block; + text-decoration: none; +} + +.e-dropdown-popup ul .e-item .e-menu-icon { + float: left; + font-size: 16px; + line-height: 26px; + margin-right: 8px; + vertical-align: middle; + width: 1em; +} + +.e-dropdown-popup ul .e-item.e-disabled { + cursor: auto; + pointer-events: none; +} + +.e-dropdown-popup ul .e-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + cursor: auto; + height: auto; + line-height: normal; + margin: 3px 0; + pointer-events: none; +} + +.e-rtl.e-dropdown-popup .e-item .e-menu-icon { + float: right; + margin-left: 8px; + margin-right: 0; +} + +.e-bigger .e-dropdown-popup ul, +.e-bigger.e-dropdown-popup ul { + box-shadow: none; + font-size: 16px; + max-width: 280px; + min-width: 112px; + padding: 8px 0; +} + +.e-bigger .e-dropdown-popup ul .e-item, +.e-bigger.e-dropdown-popup ul .e-item { + height: 32px; + line-height: 32px; + padding: 0 24px; +} + +.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon, +.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon { + font-size: 16px; + line-height: 32px; +} + +.e-bigger .e-dropdown-popup ul .e-item.e-separator, +.e-bigger.e-dropdown-popup ul .e-item.e-separator { + height: auto; + line-height: normal; +} + +/*! drop-down button theme */ +.e-dropdown-popup { + background-color: #fff; + color: #212529; +} + +.e-dropdown-popup ul .e-item .e-menu-url { + color: #212529; +} + +.e-dropdown-popup ul .e-item .e-menu-icon { + color: #212529; +} + +.e-dropdown-popup ul .e-item.e-focused { + background-color: none; + box-shadow: none; +} + +.e-dropdown-popup ul .e-item:hover { + background-color: #f2f4f6; + color: #212529; +} + +.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected { + background-color: #007bff; + color: #fff; +} + +.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url { + color: #fff; +} + +.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon { + color: #fff; +} + +.e-dropdown-popup ul .e-separator { + border-bottom-color: #6c757d; +} + +/*! splitbutton layout */ +.e-split-btn-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + white-space: nowrap; + width: -webkit-min-content; + width: min-content; +} + +.e-split-btn-wrapper .e-split-btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + text-transform: none; + z-index: 1; + padding-left: 8px; + padding-right: 8px; +} + +.e-split-btn-wrapper .e-split-btn:focus { + outline-offset: 0; +} + +.e-split-btn-wrapper .e-split-btn:focus, .e-split-btn-wrapper .e-split-btn:hover, .e-split-btn-wrapper .e-split-btn:active { + z-index: 2; +} + +.e-split-btn-wrapper .e-split-btn.e-top-icon-btn { + padding-bottom: 10px; + padding-top: 10px; +} + +.e-split-btn-wrapper .e-split-btn .e-btn-icon { + font-size: 14px; + margin-left: 0; + padding-right: 8px; + width: auto; +} + +.e-split-btn-wrapper .e-split-btn .e-icon-top { + padding-bottom: 4px; + padding-right: 0; +} + +.e-split-btn-wrapper .e-split-btn.e-icon-btn { + padding-left: 8px; + padding-right: 8px; +} + +.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon { + padding-right: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + margin-left: -1px; + padding-left: 8px; + padding-right: 8px; +} + +.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover, .e-split-btn-wrapper .e-dropdown-btn:active { + z-index: 2; +} + +.e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active { + z-index: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn:focus { + outline-offset: 0; +} + +.e-split-btn-wrapper .e-btn { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:hover, .e-split-btn-wrapper .e-btn:focus { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:active { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:disabled { + box-shadow: none; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn { + border-bottom-left-radius: 0; + border-bottom-right-radius: 4px; + border-top-left-radius: 0; + border-top-right-radius: 4px; + margin-left: -1px; + padding-left: 8px; + padding-right: 8px; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon { + margin-right: 0; + padding-left: 8px; + padding-right: 0; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top { + padding-left: 0; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn { + padding-left: 8px; + padding-right: 8px; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon { + padding-left: 0; +} + +.e-split-btn-wrapper.e-rtl .e-dropdown-btn { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 0; + border-top-left-radius: 4px; + border-top-right-radius: 0; + margin-left: 0; +} + +.e-split-btn-wrapper.e-vertical { + display: inline-block; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn, +.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + display: block; + width: 100%; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn { + border-bottom-left-radius: 0; + border-top-right-radius: 4px; + line-height: 1; + padding-bottom: 8px; + padding-right: 8px; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top { + padding-bottom: 4px; +} + +.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + border-bottom-left-radius: 4px; + border-top-right-radius: 0; + line-height: 0.334em; + margin-left: 0; + margin-top: -1px; + padding-bottom: 8px; + padding-top: 8px; +} + +.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom { + padding-top: 0; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn { + border-bottom-right-radius: 0; + border-top-left-radius: 4px; + margin-left: 0; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn { + border-bottom-right-radius: 4px; + border-top-left-radius: 0; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn { + padding-left: 12px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn { + padding-bottom: 12px; + padding-top: 12px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon { + font-size: 16px; + margin-left: 0; + padding-right: 10px; + width: auto; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top, +.e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top { + padding-bottom: 6px; + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn { + padding-left: 12px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon { + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper .e-dropdown-btn, +.e-bigger.e-split-btn-wrapper .e-dropdown-btn { + padding-left: 10px; + padding-right: 10px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn { + padding-left: 12px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon { + padding-left: 10px; + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top { + padding-left: 0; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn { + padding-left: 12px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon { + padding-left: 0; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn, +.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn { + padding-bottom: 12px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn, +.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + padding-bottom: 12px; + padding-top: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom, +.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom { + padding-top: 0; +} + +/*! splitbutton theme */ +.e-split-btn-wrapper .e-split-btn { + border-right-color: #6c757d; +} + +.e-split-btn-wrapper .e-split-btn:focus { + border-right-color: #6c757d; +} + +.e-split-btn-wrapper .e-split-btn:active { + border-right-color: #4e555b; +} + +.e-split-btn-wrapper .e-split-btn:disabled { + border-right-color: rgba(108, 117, 125, 0.65); +} + +.e-split-btn-wrapper:hover .e-split-btn { + border-right-color: #545b62; +} + +.e-split-btn-wrapper:hover .e-split-btn:disabled { + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn { + border-left-color: #6c757d; + border-right-color: #6c757d; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:focus { + border-left-color: #6c757d; + border-right-color: #6c757d; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:active { + border-left-color: #4e555b; + border-right-color: #4e555b; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:disabled { + border-left-color: transparent; + border-right-color: rgba(108, 117, 125, 0.65); +} + +.e-split-btn-wrapper.e-rtl:hover .e-split-btn { + border-left-color: #545b62; + border-right-color: #545b62; +} + +.e-split-btn-wrapper.e-rtl:hover .e-split-btn:disabled { + border-left-color: transparent; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn { + border-bottom-color: #6c757d; + border-right-color: #6c757d; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:focus { + border-bottom-color: #6c757d; + border-right-color: #6c757d; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:active { + border-bottom-color: #4e555b; + border-right-color: #4e555b; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:disabled { + border-bottom-color: transparent; + border-right-color: rgba(108, 117, 125, 0.65); +} + +.e-split-btn-wrapper.e-vertical:hover .e-split-btn { + border-bottom-color: #545b62; + border-right-color: #545b62; +} + +.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled { + border-bottom-color: transparent; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn { + border-left-color: #6c757d; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus { + border-left-color: #6c757d; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active { + border-left-color: #6c757d; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled { + border-left-color: rgba(108, 117, 125, 0.65); +} + +.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn { + border-left-color: #545b62; +} + +.e-input-group-icon.e-spin-up::before { + content: '\e721'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-spin-down::before { + content: '\e744'; + font-family: 'e-icons'; +} + +.e-numeric-container { + width: 100%; +} + +.e-content-placeholder.e-numeric.e-placeholder-numeric { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric, +.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric { + background-size: 300px 40px; + min-height: 40px; +} + +.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden, +.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden, +.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden { + border: 0; + height: 0; + margin: 0; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon { + font-size: 8px; +} + +.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, +.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon { + font-size: 10px; +} + +.e-tooltip-close::before { + content: '\e761'; + font-size: 16px; +} + +.e-arrow-tip-inner.e-tip-right::before { + content: '\e70b'; +} + +.e-arrow-tip-inner.e-tip-top::before { + content: '\e721'; +} + +.e-arrow-tip-inner.e-tip-bottom::before { + content: '\e744'; +} + +.e-arrow-tip-inner.e-tip-left::before { + content: '\e71f'; +} + +/*! tooltip layout */ +.e-tooltip-wrap { + max-width: 350px; + min-width: 30px; + padding: 0; + position: absolute; + visibility: visible; + /*! tooltip arrow */ + /*! tooltip sticky mode close icon */ + /*! tooltip content area */ +} + +.e-tooltip-wrap .e-arrow-tip { + overflow: hidden; + position: absolute; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-bottom { + height: 8px; + left: 50%; + top: 8px; + width: 16px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-top { + height: 8px; + left: 50%; + top: -9px; + width: 16px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-left { + height: 16px; + left: -9px; + top: 48%; + width: 8px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-right { + height: 16px; + left: 100%; + top: 50%; + width: 8px; +} + +.e-tooltip-wrap .e-tooltip-close { + float: right; + position: absolute; + right: -9px; + top: -9px; + z-index: inherit; +} + +.e-tooltip-wrap .e-tip-content { + background-color: inherit; + height: 100%; + line-height: 17px; + overflow-wrap: break-word; + overflow-x: hidden; + padding: 4px 8px; + position: relative; + white-space: normal; + width: 100%; + word-break: break-word; + z-index: 1; + border-radius: inherit; +} + +/*! Bigger Style */ +.e-bigger .e-tooltip-wrap .e-tip-content, +.e-tooltip-wrap.e-bigger .e-tip-content { + line-height: 20px; + padding: 4px 8px; + line-height: 1.5; +} + +/*! Tooltip theme */ +.e-tooltip-wrap { + border-radius: 4px; + filter: none; + opacity: 1; + /*! tooltip arrow */ + /*! tooltip sticky mode close icon */ + /*! tooltip content area */ +} + +.e-tooltip-wrap.e-popup { + background-color: rgba(0, 0, 0, 0.9); + border: 1px solid #000; +} + +.e-tooltip-wrap .e-arrow-tip-outer { + height: 0; + left: 0; + position: absolute; + top: 0; + width: 0; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-top: 8px solid #000; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #000; + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left { + border-bottom: 8px solid transparent; + border-right: 8px solid #000; + border-top: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right { + border-bottom: 8px solid transparent; + border-left: 8px solid #000; + border-top: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-inner { + height: 0; + position: absolute; + width: 0; + z-index: 10; +} + +.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-left, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { + color: rgba(0, 0, 0, 0.9); + font-family: 'e-icons'; + font-size: 16px; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + text-transform: none; +} + +.e-tooltip-wrap .e-tooltip-close { + background-color: #fff; + border-color: #fff; + border-radius: 8px; + color: rgba(0, 0, 0, 0.9); + border: 1px solid #fff; +} + +.e-tooltip-wrap .e-tooltip-close:hover { + background-color: #fff; + color: rgba(0, 0, 0, 0.85); +} + +.e-tooltip-wrap .e-tip-content { + color: #fff; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + line-height: 1.5; +} + +/*! bigger style */ +.e-bigger .e-tooltip-wrap .e-tip-content, +.e-tooltip-wrap.e-bigger .e-tip-content { + font-size: 14px; +} + +.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle { + cursor: default; + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); + z-index: 3; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; + text-align: center; +} + +.e-slider-horizantal-color { + height: 100%; + position: absolute; + top: -1px; +} + +.e-slider-vertical-color { + left: -1px; + position: absolute; + width: 100%; +} + +.e-bigger .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; +} + +.e-bigger.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; +} + +.e-bigger .e-control-wrapper.e-slider-container .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger .e-slider .e-handle { + height: 16px; + width: 16px; +} + +.e-bigger .e-control-wrapper.e-slider-container .e-slider-button, +.e-control-wrapper.e-slider-container.e-bigger .e-slider-button { + height: 18px; + width: 18px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical.e-slider-btn, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical.e-slider-btn { + padding: 34px 0; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-first-button, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-first-button { + margin-right: -9px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-second-button, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-second-button { + margin-right: -9px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-slider-track, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-slider-track { + left: calc(50% - 4px); + width: 8px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-range, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-range { + left: calc(50% - 4px); + width: 8px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-limits, +.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-limits { + height: 8px; + top: calc(50% - 4px); +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-limits { + left: calc(50% - 4px); + width: 8px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn, +.e-control-wrapper.e-slider-container.e-bigger.e-horizontal.e-slider-btn { + padding: 0 34px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider-button, +.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider-button { + height: 18px; + margin-top: -9px; + width: 18px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-slider-track, +.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-slider-track { + height: 8px; + top: calc(50% - 4px); +} + +.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-range, +.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-range { + height: 8px; + top: calc(50% - 4px); +} + +.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-handle { + margin-left: -9px; + top: calc(50% - 9px); + margin-left: -8px; + top: calc(50% - 8px); +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-handle { + left: calc(50% - 9px); + margin-bottom: -9px; + left: calc(50% - 8px); + margin-bottom: -8px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical.e-scale-both .e-slider .e-handle { + left: calc(50% - 8px); + margin-bottom: -8px; +} + +.e-bigger .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value, +.e-control-wrapper.e-slider-container.e-bigger .e-scale .e-tick .e-tick-value { + font-size: 14px; +} + +.e-control-wrapper.e-slider-container { + -moz-user-select: none; + -ms-user-select: none; + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + box-sizing: border-box; + display: inline-block; + height: 26px; + line-height: normal; + outline: none; + position: relative; + user-select: none; +} + +.e-control-wrapper.e-slider-container::after { + content: "bootstrap4"; + display: none; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-large-thumb-size { + transform: scale(1.5); +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider .e-handle { + margin: 0 -8px 0 0; + top: calc(50% - 8px); +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-first-tick { + background-position: right center; + left: 0; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-last-tick { + background-position: left center; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider-button { + margin-top: -7px; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-vertical { + direction: ltr; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-btn { + cursor: default; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle { + cursor: default; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-disable { + display: none; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-range { + background-color: #adb5bd; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle { + background-color: #adb5bd; + border-color: #adb5bd; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-slider-track { + background-color: #dee2e6; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-scale .e-tick .e-tick-value { + color: #6c757d; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider-button { + background-color: #adb5bd; + border-color: #fff; +} + +.e-control-wrapper.e-slider-container:not(.e-disabled) .e-slider-button:hover { + background-color: #5a6268; + border-color: #545b62; +} + +.e-control-wrapper.e-slider-container:not(.e-disabled) .e-slider-button:active { + background-color: #545b62; + border-color: #50565c; +} + +.e-control-wrapper.e-slider-container.e-horizontal { + height: 48px; + width: 100%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button { + left: 0; + margin-top: -8px; + top: 50%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAolBMVEUAAAD////////////////////////+/v7////+/v7////+/v7////+/v7////////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///+y6E2hAAAANXRSTlMABAgMEBQYHCAkKCwwNEBESExUWFxkaGx0fICDh4ubn6Orr7O3u7/Hy8/T19vf4+fr7/P3+0e6nekAAAEFSURBVHjalZXJVgJBEASjnXHAEUQURZBFFAfZt+H/f82jedCXVpyjD1mvs4q/aR4uP1QJR7YUf1tgmYl/amEZXIRHLF31X7GUJ/E/fOB8I/46w5Hm4h9LLGPx63ssPQ08wNI+i/+GpdiLv/xH4IX4+waWqQa+w9LXwE9YOrX4ExzxCqzE3xVY3oMVGGrgHpYH9UdYWlqBuQ9cbLUCOY5UaeCS4INbPMVO19A1wdBVIli0CXhG+uIZYsui7uDJ1/Li0MRTHuXFKouOakZ0VMPwqLqBUckfiWzuTU7wNnwmgtdnDPFyxy7ouQ3hBeW50RW4SMSXrOdFg/chfCg8V1/RcjR+PXbfOBx/sErjBl8AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-size: cover; + height: 8px; + left: calc(50% - 5px); + position: absolute; + top: calc(50% - 4px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button { + margin-top: -8px; + right: 0; + top: 50%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAnFBMVEUAAAD////////////////////////+/v7////////+/v7////+/v7+/v7////////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////uN4ajAAAAM3RSTlMABAgMEBQYHCAoLDA0ODxASExcYGRobHR8g4uTl5ufo6ert7u/w8fLz9fb3+Pn6+/z9/tbKk6UAAABBklEQVR42q2VyRKCAAxDQRBZVMAFcRdxVxD0///Nk2M8OCQz9tx3SJu0xrvWz09VXaO5rCMQN4cgOgUQB5Mg+g8glgZRoydUwhALAB4hAZg7IEqXIJwrECeLIIIKiIyRMUDhKUNMkYgZ4Vv0iM945AzExSYID4XnjEci9MiMEZ6i8CFDYDhqKhwnIAomHO5XOFoEEaLwFSNjjMInDLHEcESMR/ZA3D0mHDcgzhYBFBrQOqJtPWLbouhUjF6Mi9s09/uVdj7sC5rPbd5ZjvYmTuBMHNBQHFC31gbkFNqAzIN4wVfij0ikL6RH2S2lT6qfowwd0fv/SY2xfy6/BS0C17b42oLfjS/tEHrYzreszwAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-size: cover; + height: 8px; + left: calc(50% - 3px); + position: absolute; + top: calc(50% - 4px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn { + padding: 0 30px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-slider { + height: 32px; + position: relative; + top: calc(50% - 16px); + width: 100%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-slider-track { + height: 6px; + left: 0; + position: absolute; + width: 100%; + background: #dee2e6; + border-radius: 6px; + overflow: hidden; + top: calc(50% - 3px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-handle { + margin-left: -7px; + top: calc(50% - 7px); +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-range { + height: 6px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-range { + height: 6px; + top: calc(50% - 3px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-limits { + background-color: rgba(52, 58, 64, 0.25); + height: 6px; + position: absolute; + top: calc(50% - 3px); +} + +.e-control-wrapper.e-slider-container.e-vertical { + height: inherit; + padding: 38px 0; + width: 48px; + padding: 30px 0; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider { + height: 100%; + left: calc(50% - 16px); + position: relative; + width: 32px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider-track { + background: #dee2e6; + bottom: 0; + height: 100%; + position: absolute; + border-radius: 6px; + left: calc(50% - 3px); + overflow: hidden; + width: 6px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn { + height: 100%; + padding: 38px 0; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn .e-slider { + height: 100%; + width: 10px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button { + bottom: 0; + margin-right: -8px; + right: 50%; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAApVBMVEUAAAD////////////////////+/v7////+/v7////+/v7////+/v7+/v7////////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////Ss6t3AAAANnRSTlMABAwQFBgcICQoLDA0OEBESExcYGRobHR8gIOHi4+Tl5ujq7O3u7/Dx8vP09fb3+Pn6+/z9/vRpbpFAAABHklEQVR4Ae3TW1PCMBAF4LOFgsj9ooCichcFoVBy/v9P0xGndktS8uT4wPeYmZPZnZPgf7h6EMCfjMF5Ad7CFUFuKvBUj0iQjNvw0jM8BcghLpMXMglwFuCCcMl0gJsb5KrtqAM8tJCje2Q2QDOAizwxAf6aBrAqLmgPcF2GRXVLV4D7Js50YqbBMM30ockjlRiNiMpELVKYU9lWgdIblfcSErcfVBZFfAkmVKIGfrRjKiPBST+zyB2+DakcO0g091TGAgRTKrsaUsprKq9h9mQZQjm7b0/lWZA1MHQyPVi0DnSI6rCqbGi1CuEQzGgxFrgNmWXu4WYp99BAPv18dFsOhblqy4OMdFt51Cc7duGttvMYXwmXHuMrIrj6Q58aX4DtQxE2xQAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-size: cover; + display: inline-block; + height: 8px; + left: calc(50% - 4px); + position: absolute; + top: calc(50% - 3.6px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button { + margin-right: -8px; + right: 50%; + top: 0; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAApVBMVEUAAAD////////////////////+/v7////+/v7////+/v7////+/v7+/v7////////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////4hhd5AAAANnRSTlMABAgMEBgcICQoLDA0OEBESExUXGBkbHR8gIOHi5Obn6Onq6+zt7u/x8vP09fb3+Pn6+/z9/tWLLgwAAABGElEQVR4Ae3UyXLyMBAE4NYvzPJDDARCyMKShbBAgo1wv/+jhSRVqhojqeRDqnLgu/nQh3GPBhd/mZ7PNSpobMhNA9HSjCd5F5FGBb8Vt4ihprRiBklWtGIG6WQU9i0EDY8sMX34qQkdxvBJlnR61nBqf9Bj24TDwNDr0EOZeqRg7PTuDmtvFHat8v+VHf5/p7ColRuUHV4bCg8KJ2pGIU/xQ91TMAO5hVYxwhf9SmHfhtXNKcz+Aa0dhWVSeknCug5DYaIg6CcKGcTncYgzYzkIRLwDh97BF1glcGpu3YGpgod+cQSKGwTcnQWyKwT1jQys6wizfcE2GGY3AnZHwuzOgcxShImtRuTRte8G1c56bYGKFC5+wyfN5oD6Q24erwAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-size: cover; + display: inline-block; + height: 8px; + left: calc(50% - 4px); + position: absolute; + top: calc(50% - 4.5px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle { + margin-bottom: -7px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle { + margin-bottom: -7px; + left: calc(50% - 7px); +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-range { + left: calc(50% - 3px); + width: 6px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits { + background-color: rgba(52, 58, 64, 0.25); + left: calc(50% - 3px); + position: absolute; + width: 6px; +} + +.e-control-wrapper.e-slider-container .e-range { + border-radius: 3px; + position: absolute; + transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, width 300ms ease-out, height 300ms ease-out; +} + +.e-control-wrapper.e-slider-container .e-range.e-drag-horizontal { + cursor: ew-resize; +} + +.e-control-wrapper.e-slider-container .e-range.e-drag-vertical { + cursor: ns-resize; +} + +.e-control-wrapper.e-slider-container .e-slider { + box-sizing: border-box; + cursor: pointer; + display: block; + outline: 0 none; + padding: 0; + position: relative; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle { + border-radius: 50%; + box-sizing: border-box; + cursor: pointer; + height: 14px; + outline: none; + position: absolute; + -ms-touch-action: none; + touch-action: none; + transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out; + width: 14px; + z-index: 10; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle { + background-color: #007bff; + border-color: #007bff; + box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 123, 255, 0.25); +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick { + height: 6px; + top: -9px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-large { + height: 10px; + top: -8px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick { + left: 5px; + width: 6px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-large { + left: 2px; + width: 10px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick { + height: 6px; + top: 1px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-large { + height: 10px; + top: 4px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick { + left: 16px; + width: 6px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-large { + left: 15px; + width: 10px; +} + +.e-control-wrapper.e-slider-container.e-scale-before .e-scale.e-v-scale { + right: 9px; +} + +.e-control-wrapper.e-slider-container.e-scale-after .e-scale.e-v-scale { + right: 9px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick { + height: 16px; + top: -8px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-large { + height: 22px; + top: -5px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick { + background-position: center; + left: 6px; + width: calc(100% - 12px); +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-large { + left: 3px; + width: calc(100% - 6px); +} + +.e-control-wrapper.e-slider-container .e-scale { + box-sizing: content-box; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + height: 28px; + line-height: normal; + list-style: none outside none; + margin: 0; + outline: 0 none; + padding: 0; + position: absolute; + top: 16px; + width: 100%; + z-index: 1; + font-size: 12px; + margin-top: -5px; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXO1Nq/Gb1BAAAACklEQVR4nGNiAAAABgADNjd8qAAAAABJRU5ErkJggg=="); + cursor: pointer; + outline: none; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + background-position: center center; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick.e-large { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWttb1auGYlAAAACklEQVR4nGNiAAAABgADNjd8qAAAAABJRU5ErkJggg=="); +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value { + color: #212529; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + outline: none; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + line-height: 1.5; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale { + height: 100%; + left: calc(50% - 14px); + top: 0; + width: 28px; + margin-top: -2px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick { + background-repeat: repeat-x; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-first-tick { + background-position-y: center; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-last-tick { + background-position-y: bottom; + margin-top: 2px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick { + display: inline-block; + background-repeat: repeat-y; + height: 100%; + top: 0; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before { + top: -18px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-after { + bottom: -20px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both { + bottom: -20px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child { + top: -18px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-first-tick { + background-position: left center; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-last-tick { + background-position: right center; +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-scale { + top: 15px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-scale.e-v-scale { + right: 10px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-before { + right: 17px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-after { + left: 19px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both { + right: 30px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both:first-child { + left: 30px; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active { + background-color: #b3d7ff; + border-color: #b3d7ff; + box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 123, 255, 0.25); +} + +/*! component theme */ +.e-control-wrapper.e-slider-container .e-slider-button { + background-color: #6c757d; + border: 1px solid #6c757d; + border-radius: 50%; + box-sizing: border-box; + cursor: pointer; + height: 18px; + outline: none; + padding: 0; + position: absolute; + width: 18px; + border: 0; + height: 16px; + width: 16px; +} + +.e-control-wrapper.e-slider-container .e-slider .e-range { + background-color: #007bff; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle { + background-color: #007bff; + border-color: #007bff; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip { + background-color: transparent; + border-color: transparent; +} + +.e-container .e-value-switch-btn::before { + content: '\e799'; +} + +.e-colorpicker-wrapper { + display: inline-block; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-colorpicker-wrapper .e-colorpicker { + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-colorpicker-wrapper .e-btn.e-icon-btn { + padding: 8px 9px 7px 9px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + font-family: initial; + line-height: 17px; + padding: 8px 9px 7px 9px; + box-shadow: none; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; + border-radius: 4px; + height: 18px; + margin-top: 0; + position: relative; + width: 18px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview { + border-radius: 4px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-btn.e-icon-btn { + padding: 8px 9px 7px 9px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn { + padding: 8px 9px 7px 9px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-btn.e-icon-btn { + padding: 8px 9px 7px 9px; +} + +.e-colorpicker-wrapper * { + box-sizing: border-box; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile { + cursor: default; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover { + border: 0; + box-shadow: none; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected { + border: 0; +} + +.e-colorpicker-wrapper.e-disabled .e-container .e-handler, +.e-colorpicker-wrapper.e-disabled .e-container .e-preview-container { + cursor: default; +} + +.e-colorpicker-popup { + line-height: 0; +} + +.e-colorpicker.e-modal { + -webkit-overflow-scrolling: touch; + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; +} + +body.e-colorpicker-overflow { + overflow: visible; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + line-height: 20px; + padding: 10px; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + height: 26px; + width: 26px; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn { + padding: 10px; +} + +.e-container { + border: 0; + border-radius: 4px; + display: inline-block; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: #fff; + border-color: rgba(0, 0, 0, 0.2); + box-shadow: none; +} + +.e-container.e-color-picker { + width: 270px; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.2); +} + +.e-container.e-color-picker .e-mode-switch-btn { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%; +} + +.e-container.e-color-palette { + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.2); + width: auto; +} + +.e-container.e-color-palette .e-mode-switch-btn { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%; +} + +.e-container .e-custom-palette { + display: inline-block; +} + +.e-container .e-custom-palette .e-palette { + padding: 10px; +} + +.e-container .e-custom-palette.e-palette-group { + height: 270px; + overflow-y: scroll; +} + +.e-container .e-palette { + border-bottom: 0; + display: table; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-container .e-palette .e-row { + display: table-row; + white-space: nowrap; +} + +.e-container .e-palette .e-tile { + border: 0.5px solid transparent; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + height: 27px; + text-align: center; + vertical-align: middle; + width: 27px; +} + +.e-container .e-palette .e-tile.e-selected { + outline: #adb5bd 0.5px solid; + position: relative; +} + +.e-container .e-palette .e-tile:hover { + box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.2); + position: relative; +} + +.e-container .e-palette .e-tile.e-nocolor-item { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; +} + +.e-container .e-hsv-container { + border-bottom: 0; + position: relative; + -ms-touch-action: none; + touch-action: none; +} + +.e-container .e-hsv-container .e-hsv-color { + background: linear-gradient(to bottom, transparent 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%); + height: 170px; +} + +.e-container .e-hsv-container .e-handler { + border: 1px solid #fff; + border-radius: 6px; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), inset 0 0 2px rgba(0, 0, 0, 0.2); + cursor: pointer; + display: inline-block; + height: 10px; + margin-left: -4px; + margin-top: -4px; + position: absolute; + -ms-touch-action: none; + touch-action: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 10px; +} + +.e-container .e-slider-preview { + display: inline-block; + width: 100%; + padding: 14px; +} + +.e-container .e-slider-preview .e-colorpicker-slider { + display: inline-block; + width: 82.5%; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container { + height: 18px; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider { + height: 18px; + top: calc(50% - 9px); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track { + border-radius: 0; + height: 6px; + top: calc(50% - 3px); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle { + border-radius: 6px; + cursor: pointer; + height: 14px; + top: calc(50% - 7px); + width: 14px; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active { + cursor: pointer; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size { + transform: scale(1); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track { + background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track { + border: 0; + z-index: 1; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: contain; + border: 0; + height: 6px; + position: absolute; + top: calc(50% - 3px); + width: 100%; + z-index: 0; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start { + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); +} + +.e-container .e-slider-preview .e-preview-container { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 10px; + border: 1px solid #dee2e6; + cursor: pointer; + display: inline-block; + height: 32px; + margin-left: 4.17%; + position: relative; + top: -2px; + width: 13.338%; +} + +.e-container .e-slider-preview .e-preview-container .e-preview { + display: block; + height: 16px; + position: absolute; + width: 100%; +} + +.e-container .e-slider-preview .e-preview-container .e-preview.e-current { + border-bottom: 1px solid #dee2e6; + top: 0; +} + +.e-container .e-slider-preview .e-preview-container .e-preview.e-previous { + height: 16px; + top: 16px; +} + +.e-container .e-selected-value { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + padding: 0 15px 15px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-container .e-selected-value .e-input-container .e-float-input input { + padding-left: 0; + text-align: center; +} + +.e-container .e-selected-value .e-input-container .e-numeric-hidden { + display: none; +} + +.e-container .e-selected-value .e-value-switch-btn { + font-family: 'e-icons'; + font-size: 16px; + line-height: 16px; + margin-top: 22px; + padding: 2px 3px; +} + +.e-container .e-input-container { + display: inline-block; + width: 90%; +} + +.e-container .e-input-container .e-float-input { + display: inline-block; + margin-right: 1.856%; + vertical-align: baseline; +} + +.e-container .e-input-container .e-float-input:first-child { + width: 30%; +} + +.e-container .e-input-container .e-float-input:first-child input { + height: 32px; +} + +.e-container .e-input-container .e-float-input.e-numeric { + height: 32px; + width: 15%; +} + +.e-container .e-input-container .e-float-input.e-numeric input { + height: 30px; +} + +.e-container .e-input-container .e-float-input .e-float-text { + text-align: center; + text-align: left; +} + +.e-container .e-switch-ctrl-btn { + display: inline-block; + padding: 14px 14px 14px; + white-space: nowrap; + width: 100%; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn { + float: right; + text-align: right; + white-space: nowrap; + width: 86.913%; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn { + max-width: 47.29%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel { + margin-left: 8px; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-flat:hover { + border-color: #adb5bd; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn { + background-origin: border-box; + background-position: center; + background-size: cover; + float: left; + margin-top: 2px; + overflow: hidden; + white-space: nowrap; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn:hover { + border-color: #adb5bd; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus { + box-shadow: none; +} + +.e-container .e-value-switch-btn, +.e-container .e-mode-switch-btn { + background-color: transparent; + border-color: transparent; + position: relative; + width: 28px; + height: 26px; +} + +.e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active { + border-color: transparent; + box-shadow: none; + outline: none; +} + +.e-container.e-color-picker .e-value-switch-btn:focus { + outline: none; +} + +.e-container.e-color-palette .e-palette + .e-selected-value, +.e-container.e-color-palette .e-palette-group + .e-selected-value { + padding: 15px 15px; +} + +.e-container.e-color-palette .e-palette + .e-switch-ctrl-btn, +.e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn { + padding: 25px 15px 15px; +} + +.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider { + vertical-align: super; +} + +.e-hide-opacity .e-container .e-slider-preview .e-preview-container { + top: 0; +} + +.e-hide-opacity .e-container .e-float-input:first-child { + width: 38%; +} + +.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 18.1%; +} + +.e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.14%; +} + +.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 31.48%; +} + +.e-hide-valueswitcher .e-container .e-input-container { + width: 100%; +} + +.e-hide-valueswitcher .e-container .e-float-input:first-child { + width: 31%; +} + +.e-hide-valueswitcher .e-container .e-float-input.e-numeric { + width: 15.38%; +} + +.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-right: 0; +} + +.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 19.47%; +} + +.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.59%; +} + +.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 32.1%; +} + +.e-rtl .e-container .e-hsv-container .e-hsv-color { + background: linear-gradient(to bottom, transparent 0, #000 100%), linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%); +} + +.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track { + background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); +} + +.e-rtl .e-container .e-slider-preview .e-preview-container { + margin-left: 0; + margin-right: 4.17%; +} + +.e-rtl .e-container .e-selected-value .e-float-input { + margin-left: 1.856%; + margin-right: 0; +} + +.e-rtl .e-container .e-selected-value .e-float-input input { + padding-right: 0; +} + +.e-rtl .e-container .e-selected-value .e-value-switch-btn { + transform: rotate(180deg); +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn { + float: right; +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn { + float: left; + text-align: left; +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel { + margin-left: 0; + margin-right: 8px; +} + +.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-left: 0; +} + +.e-bigger .e-container.e-color-picker { + width: 290px; +} + +.e-bigger .e-container .e-palette .e-tile { + height: 29px; + width: 29px; +} + +.e-bigger .e-container .e-hsv-container .e-handler { + height: 12px; + width: 12px; +} + +.e-bigger .e-container .e-hsv-container .e-hsv-color { + height: 180px; +} + +.e-bigger .e-container .e-custom-palette.e-palette-group { + height: 290px; +} + +.e-bigger .e-container .e-slider-preview { + padding: 16px; +} + +.e-bigger .e-container .e-slider-preview .e-preview-container { + margin-left: 3.85%; + top: 0; + vertical-align: super; + width: 12.31%; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider { + width: 83.7%; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container { + height: 22px; + padding: 12px; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle { + border-radius: 8px; + height: 16px; + top: calc(50% - 8px); + width: 16px; +} + +.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn { + display: inline-block; + padding: 16px; + white-space: nowrap; + width: 100%; +} + +.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn { + width: 90.6%; +} + +.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-cancel { + margin-left: 10px; +} + +.e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn { + padding: 25px 15px 15px; +} + +.e-bigger .e-container .e-input-container { + width: 90.77%; +} + +.e-bigger .e-container .e-input-container .e-float-input { + margin-right: 1.699%; +} + +.e-bigger .e-container .e-input-container .e-float-input:first-child { + width: 30.7%; +} + +.e-bigger .e-container .e-input-container .e-float-input:first-child input { + height: 38px; +} + +.e-bigger .e-container .e-input-container .e-float-input.e-numeric { + height: 38px; + width: 15.2%; +} + +.e-bigger .e-container .e-input-container .e-float-input.e-numeric input { + height: 36px; +} + +.e-bigger .e-container .e-css.e-value-switch-btn, +.e-bigger .e-container .e-mode-switch-btn { + font-size: 18px; + line-height: 18px; + padding: 0 2px; + width: 32px; + height: 32px; +} + +.e-bigger .e-container .e-mode-switch-btn { + margin-top: 6px; +} + +.e-bigger .e-hide-opacity .e-container .e-slider-preview, .e-bigger.e-hide-opacity .e-container .e-slider-preview { + padding: 16px; +} + +.e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container, .e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container { + vertical-align: initial; +} + +.e-bigger .e-hide-opacity .e-container .e-float-input:first-child, .e-bigger.e-hide-opacity .e-container .e-float-input:first-child { + width: 38%; +} + +.e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 18.4%; +} + +.e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.3%; +} + +.e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 31.48%; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-input-container, +.e-bigger .e-hide-valueswitcher .e-container .e-input-container { + width: 100%; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child, +.e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-right: 0; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric { + width: 15.62%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child, +.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 19.62%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.3%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 32.19%; +} + +.e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container, +.e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container { + margin-left: 0; + margin-right: 3.85%; +} + +.e-bigger .e-rtl .e-container .e-selected-value .e-float-input, +.e-bigger.e-rtl .e-container .e-selected-value .e-float-input { + margin-left: 1.699%; + margin-right: 0; +} + +.e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child, +.e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-left: 0; +} + +.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child, +.e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child, +.e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child { + width: 100%; +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + border-bottom-left-radius: 50%; + border-bottom-right-radius: 0%; + border-top-left-radius: 50%; + border-top-right-radius: 50%; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); + cursor: pointer; + min-width: 26px; + transform: translateY(18px) rotate(45deg) scale(0.01); + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; + border-radius: 50%; + height: 28px; + position: relative; + transform: rotate(45deg); + width: 28px; +} + +.e-split-preview, +.e-tip-transparent { + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip, +.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + min-width: 32px; +} + +.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content, +.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content { + height: 30px; + width: 30px; +} + +.e-container { + background-color: #fff; +} + +.e-container .e-palette .e-tile:hover { + border-color: #fff; +} + +.e-container .e-palette .e-tile.e-selected { + border-color: none; + border-color: #fff; +} + +.e-container .e-handler.e-hide-handler, +.e-container .e-handle.e-hide-handler { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle), +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) { + background-color: #fff; + border-color: #fff; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle), +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) { + background-color: #fff; + border-color: #fff; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle, +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle { + background-color: #fff; + border-color: #f8f9fa; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn { + color: #fff; +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus { + background-color: transparent; + color: #fff; + outline: none; + outline-offset: none; +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active { + background-color: transparent; + color: #fff; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + background-color: #fff; +} + +.e-colorpicker-wrapper .e-btn.e-icon-btn { + background-color: #fff; + color: #495057; +} + +.e-colorpicker-wrapper .e-icon-btn:hover { + background-color: #6c757d; + color: #fff; +} + +.e-colorpicker-wrapper .e-icon-btn:focus { + background-color: #fff; + border-color: #495057; + box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); + color: #495057; +} + +.e-colorpicker-wrapper .e-icon-btn:active { + background-color: #6c757d; + box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.5); + color: #fff; +} + +.e-color-picker .e-selected-value .e-css.e-btn.e-flat { + background-color: #fff; + border-color: #fff; + color: #495057; +} + +.e-color-picker .e-selected-value .e-css.e-btn.e-flat:hover, .e-color-picker .e-selected-value .e-css.e-btn.e-flat:active { + color: #212529; +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + background-color: #fff; + border-color: #fff; +} + +.e-input-group.e-ddl .e-control.e-combobox ~ .e-ddl-icon { + font-size: 8px; +} + +.e-bigger .e-input-group.e-ddl .e-control.e-combobox ~ .e-ddl-icon { + font-size: 10px; +} + +/*! contextmenu layout */ +.e-contextmenu-wrapper ul .e-menu-item .e-previous::before { + content: '\e728'; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret::before { + content: '\e70b'; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret::before { + content: '\e71f'; +} + +/*! contextmenu layout */ +.e-contextmenu-wrapper ul { + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + overflow: hidden; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + font-size: 14px; + padding: 6px 0; + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 4px; + box-shadow: none; + display: none; + min-width: 120px; + position: absolute; +} + +.e-contextmenu-wrapper ul.e-ul, +.e-contextmenu-wrapper ul.e-ul * { + box-sizing: border-box; +} + +.e-contextmenu-wrapper ul.e-ul:focus, +.e-contextmenu-wrapper ul.e-ul *:focus { + outline: none; +} + +.e-contextmenu-wrapper ul.e-contextmenu { + box-shadow: none; +} + +.e-contextmenu-wrapper ul.e-ul { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-contextmenu-wrapper ul .e-menu-item { + cursor: pointer; + position: relative; + height: 26px; + line-height: 26px; + padding: 0 20px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-hide { + display: none; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + text-decoration: none; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + display: inline-block; + vertical-align: middle; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-separator { + cursor: auto; + line-height: normal; + pointer-events: none; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 14px; + line-height: 26px; + margin-right: 8px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + line-height: 26px; + margin-left: 16px; + margin-right: 0; + position: absolute; + right: 14px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; + margin: 6px 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-blankicon { + padding-left: 42px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + font-size: 9px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-previous { + margin-right: 12px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-disabled { + cursor: auto; + pointer-events: none; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon { + float: right; + margin-right: 0; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret { + margin-left: 0; + right: auto; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon { + margin-left: 8px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret { + left: 14px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 20px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon { + padding-left: 14px; + padding-right: 42px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-bigger .e-contextmenu-wrapper ul, +.e-bigger.e-contextmenu-wrapper ul { + font-size: 16px; + padding: 8px 0; + white-space: nowrap; + box-shadow: none; + max-width: 280px; + min-width: 112px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item { + height: 32px; + line-height: 32px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 32px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret { + line-height: 32px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-separator, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-blankicon, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-blankicon { + padding-left: 42px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; +} + +.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon, +.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon { + padding-left: 14px; + padding-right: 42px; +} + +.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon, +.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +/*! contextmenu theme */ +.e-contextmenu-wrapper ul { + background-color: #fff; + color: #212529; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #e9ecef; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + color: #212529; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + color: #495057; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + color: #212529; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused { + background-color: #f2f4f6; + color: #212529; + outline: 0 solid #e9ecef; + outline-offset: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #212529; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon { + color: #495057; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected { + background-color: #007bff; + color: #fff; + outline: 0 solid #007bff; + outline-offset: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret { + color: #fff; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon { + color: #fff; +} + +.e-contextmenu-wrapper ul .e-disabled { + color: #6c757d; + opacity: 1; +} + +.e-contextmenu-wrapper ul .e-disabled .e-menu-icon { + color: #6c757d; +} + +.e-contextmenu-wrapper ul .e-disabled .e-caret { + color: #6c757d; +} + +.e-contextmenu-wrapper ul .e-disabled .e-menu-url { + color: #6c757d; +} + +.e-contextmenu-wrapper ul .e-separator { + border-bottom-color: #e9ecef; +} + +/*! component's theme wise override bootstrap-definitions and variables */ +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east { + height: 100%; + padding: 20px 0; + right: 1px; + top: 0; + width: 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west { + height: 100%; + left: 0; + padding: 20px 0; + top: 0; + width: 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north { + height: 12px; + padding: 0 20px; + top: 1px; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south { + bottom: 1px; + height: 12px; + padding: 0 20px; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east { + bottom: 0; + right: 1px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west { + left: 2px; + top: 2px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east { + right: 2px; + top: 2px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west { + bottom: 1px; + left: 1px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before { + bottom: 4px; + content: '\e7cf'; + font-size: 12px; + position: absolute; + right: 4px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before { + bottom: 4px; + content: '\e7cf'; + font-size: 12px; + left: 4px; + position: absolute; + transform: rotateY(180deg); +} + +.e-dashboardlayout.e-control .e-dashboard-gridline-table { + background: #f8f9fa; + border-collapse: collapse; + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline { + border: 1px dotted #ced4da; + position: absolute; +} + +.e-dashboardlayout.e-control.e-responsive { + width: 100% !important; +} + +.e-dashboardlayout.e-control.e-prevent { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-dashboardlayout.e-control .e-panel { + border-radius: 4px; +} + +.e-dashboardlayout.e-control .e-panel:hover { + border: 1px #ced4da solid; +} + +.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize { + display: block; +} + +.e-dashboardlayout.e-control .e-panel:active { + border: 1px #007bff solid; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize { + display: none; +} + +.e-dashboardlayout.e-control .e-panel.e-panel-transition { + transition: top .5s, left .5s; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header { + border-bottom: 1px solid #e9ecef; + color: #212529; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: 200; + height: 28px; + padding: 5px 10px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header div { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content { + display: inline-block; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template { + float: right; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container { + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template { + height: inherit; + width: inherit; +} + +.e-dashboardlayout.e-control .e-panel { + border: 1px #dee2e6 solid; + height: 100%; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double { + position: absolute; + -ms-touch-action: none; + touch-action: none; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south { + border: 1px #007bff solid; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover { + cursor: e-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover { + cursor: w-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover { + cursor: n-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover { + cursor: s-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover { + cursor: nw-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover { + cursor: ne-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover { + cursor: sw-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover { + cursor: se-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double::before { + font-family: 'e-icons'; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel.e-draggable:hover { + cursor: move; +} + +.e-dashboardlayout.e-control .e-panel.e-dragging, +.e-dashboardlayout.e-control .e-panel.e-item-moving { + cursor: move; + z-index: 1111; +} + +.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template { + float: left; +} + +.e-dashboardlayout.e-control .e-holder { + background: rgba(0, 123, 255, 0.2); + border: 2px #007bff dotted; + border-radius: 4px; + position: absolute; + border-radius: 4px; +} + +.e-dashboardlayout.e-control .e-holder.e-holder-transition { + transition: top .3s, left .3s; +} + +.e-dashboardlayout.e-control .e-panel.e-bigger.e-panel-header { + font-size: 14px; + font-weight: 500; + height: 30; + padding: 0 12px; +} + +.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout { + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control { + display: block; + position: relative; +} + +.e-dashboardlayout.e-control .e-panel { + background: #fff; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); + box-sizing: border-box; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header { + color: #212529; +} + +.e-dashboardlayout.e-control .e-panel { + background: #fff; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); + box-sizing: border-box; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header { + color: #212529; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single { + background: none; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double { + color: #495057; + font-size: 8px; + height: 16px; + width: 16px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header { + color: #495057; +} + +/*! calendar bootstrap theme variables */ +/*! component icons */ +.e-input-group-icon.e-date-icon, +.e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 14px; + margin: 0; + min-height: 29px; + min-width: 24px; + outline: none; +} + +.e-input-group-icon.e-date-icon::before, +.e-control-wrapper .e-input-group-icon.e-date-icon::before { + content: '\e7be'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-date-icon:focus, +.e-control-wrapper .e-input-group-icon.e-date-icon:focus { + background: #212529; + border-radius: 0; +} + +.e-bigger .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 16px; + margin: 0; + min-height: 36px; + min-width: 34px; +} + +.e-bigger .e-input-group-icon.e-date-icon::before, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before { + content: '\e7be'; + font-family: 'e-icons'; +} + +.e-bigger .e-input-group-icon.e-date-icon:focus, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus { + background: #212529; + border-radius: 0; +} + +.e-small .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-small .e-input-group-icon.e-date-icon, +.e-small .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 12px; +} + +.e-small.e-bigger .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon, +.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 15px; +} + +.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child { + display: table-row; +} + +.e-datepicker.e-popup-wrapper { + border-radius: 4px; + overflow-y: hidden; + pointer-events: auto; +} + +.e-datepicker.e-date-modal { + background-color: rgba(0, 0, 0, 0.5); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-datepicker .e-model-header { + background-color: none; + color: none; + cursor: default; + display: none; + padding: 10px 10px 10px 15px; +} + +.e-datepicker .e-model-header .e-model-year { + font-size: 14px; + font-weight: 500; + line-height: 32px; + margin: 0; +} + +.e-datepicker .e-model-month, +.e-datepicker .e-model-day { + font-size: 20px; + font-weight: 500; + line-height: 32px; + margin: 0; +} + +.e-date-overflow { + overflow: hidden !important; +} + +.e-datepick-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open { + position: relative; + top: 0 !important; + left: 0 !important; +} + +.e-content-placeholder.e-datepicker.e-placeholder-datepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker, +.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker { + background-size: 250px 40px; + min-height: 40px; +} + +@media screen and (orientation: landscape) and (max-device-height: 360px) { + .e-datepicker .e-calendar .e-month table tbody { + display: inline-block; + height: 150px; + overflow: auto; + } +} + +.e-datepicker.e-popup-wrapper, +.e-bigger.e-small .e-datepicker.e-popup-wrapper { + border: 1px solid rgba(0, 0, 0, 0.15); + box-shadow: none; +} + +.e-datepicker .e-calendar, +.e-bigger.e-small .e-datepicker .e-calendar { + background-color: #fff; + border: none; +} + +.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) { + border: none; +} + +.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active { + color: none; +} + +.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active { + background: #545b62; + border-color: #545b62; + color: #fff; +} + +/*! radiobutton layout */ +.e-radio-wrapper { + display: inline-block; + line-height: 1; +} + +.e-radio { + -webkit-appearance: none; + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-radio + label { + -webkit-tap-highlight-color: transparent; + cursor: pointer; + display: inline-block; + margin: 0; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; +} + +.e-radio + label .e-label { + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + line-height: 1; + padding-left: 24px; + vertical-align: text-top; + white-space: normal; +} + +.e-radio + label::before { + border: 1px solid; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 14px; + left: 0; + position: absolute; + top: 0; + width: 14px; +} + +.e-radio + label:focus::before { + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); +} + +.e-radio + label::after { + border: 1px solid; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 6px; + left: 4px; + position: absolute; + top: 4px; + transform: scale(0); + width: 6px; +} + +.e-radio + label .e-ripple-container { + border-radius: 50%; + height: 34px; + left: -8px; + position: absolute; + top: -8px; + width: 34px; + z-index: 1; +} + +.e-radio + label.e-right .e-label, .e-radio + label.e-rtl .e-label { + padding-left: 0; + padding-right: 24px; +} + +.e-radio + label.e-right::before, .e-radio + label.e-rtl::before { + left: auto; + right: 0; +} + +.e-radio + label.e-right::after, .e-radio + label.e-rtl::after { + left: auto; + right: 4px; +} + +.e-radio + label.e-right .e-ripple-container, .e-radio + label.e-rtl .e-ripple-container { + left: auto; + right: -8px; +} + +.e-radio + label.e-right.e-rtl .e-label { + padding-left: 24px; + padding-right: 0; +} + +.e-radio + label.e-right.e-rtl::before { + left: 0; + right: auto; +} + +.e-radio + label.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-radio + label.e-right.e-rtl .e-ripple-container { + left: -8px; + right: auto; +} + +.e-radio + label.e-small .e-label { + line-height: 1; + padding-left: 22px; +} + +.e-radio + label.e-small::before { + height: 12px; + width: 12px; +} + +.e-radio + label.e-small::after { + height: 6px; + left: 3px; + top: 3px; + width: 6px; +} + +.e-radio + label.e-small .e-ripple-container { + left: -10px; + top: -10px; +} + +.e-radio + label.e-small.e-right .e-label, .e-radio + label.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 22px; +} + +.e-radio + label.e-small.e-right::after, .e-radio + label.e-small.e-rtl::after { + left: auto; + right: 3px; +} + +.e-radio + label.e-small.e-right .e-ripple-container, .e-radio + label.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-radio + label.e-small.e-right.e-rtl .e-label { + padding-left: 22px; + padding-right: 0; +} + +.e-radio + label.e-small.e-right.e-rtl::after { + left: 3px; + right: auto; +} + +.e-radio + label.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-radio:checked + label::after { + transform: scale(1); + transition: none; +} + +.e-small .e-radio + label .e-label, +.e-radio + label.e-small .e-label { + line-height: 1; + padding-left: 22px; +} + +.e-small .e-radio + label::before, +.e-radio + label.e-small::before { + height: 12px; + width: 12px; +} + +.e-small .e-radio + label::after, +.e-radio + label.e-small::after { + height: 6px; + left: 3px; + top: 3px; + width: 6px; +} + +.e-small .e-radio + label .e-ripple-container, +.e-radio + label.e-small .e-ripple-container { + left: -10px; + top: -10px; +} + +.e-small .e-radio + label.e-right .e-label, .e-small .e-radio + label.e-rtl .e-label, +.e-radio + label.e-small.e-right .e-label, +.e-radio + label.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 22px; +} + +.e-small .e-radio + label.e-right::after, .e-small .e-radio + label.e-rtl::after, +.e-radio + label.e-small.e-right::after, +.e-radio + label.e-small.e-rtl::after { + left: auto; + right: 3px; +} + +.e-small .e-radio + label.e-right .e-ripple-container, .e-small .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-small.e-right .e-ripple-container, +.e-radio + label.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-small .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-small.e-right.e-rtl .e-label { + padding-left: 22px; + padding-right: 0; +} + +.e-small .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-small.e-right.e-rtl::after { + left: 3px; + right: auto; +} + +.e-small .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-bigger.e-small .e-radio + label .e-label, +.e-radio + label.e-bigger.e-small .e-label { + line-height: 1; + padding-left: 28px; +} + +.e-bigger.e-small .e-radio + label::before, +.e-radio + label.e-bigger.e-small::before { + height: 15px; + width: 15px; +} + +.e-bigger.e-small .e-radio + label::after, +.e-radio + label.e-bigger.e-small::after { + height: 7px; + left: 4px; + top: 4px; + width: 7px; +} + +.e-bigger.e-small .e-radio + label .e-ripple-container, +.e-radio + label.e-bigger.e-small .e-ripple-container { + height: 36px; + left: -11px; + top: -11px; + width: 36px; +} + +.e-bigger.e-small .e-radio + label.e-right .e-label, .e-bigger.e-small .e-radio + label.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right .e-label, +.e-radio + label.e-bigger.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-bigger.e-small .e-radio + label.e-right::after, .e-bigger.e-small .e-radio + label.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right::after, +.e-radio + label.e-bigger.e-small.e-rtl::after { + left: auto; + right: 4px; +} + +.e-bigger.e-small .e-radio + label.e-right .e-ripple-container, .e-bigger.e-small .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-bigger .e-radio + label .e-label, +.e-radio + label.e-bigger .e-label { + font-size: 16px; + line-height: 1; + padding-left: 28px; +} + +.e-bigger .e-radio + label::before, +.e-radio + label.e-bigger::before { + height: 16px; + width: 16px; +} + +.e-bigger .e-radio + label::after, +.e-radio + label.e-bigger::after { + height: 6px; + left: 5px; + top: 5px; + width: 6px; +} + +.e-bigger .e-radio + label .e-ripple-container, +.e-radio + label.e-bigger .e-ripple-container { + height: 48px; + left: -11px; + top: -11px; + width: 48px; +} + +.e-bigger .e-radio + label.e-right .e-label, .e-bigger .e-radio + label.e-rtl .e-label, +.e-radio + label.e-bigger.e-right .e-label, +.e-radio + label.e-bigger.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-bigger .e-radio + label.e-right::after, .e-bigger .e-radio + label.e-rtl::after, +.e-radio + label.e-bigger.e-right::after, +.e-radio + label.e-bigger.e-rtl::after { + left: auto; + right: 4px; +} + +.e-bigger .e-radio + label.e-right .e-ripple-container, .e-bigger .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-rtl .e-ripple-container { + left: auto; + right: -11px; +} + +.e-bigger .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-bigger .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-bigger .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-right.e-rtl .e-ripple-container { + left: -12px; + right: auto; +} + +.e-bigger .e-radio + label.e-small .e-label, +.e-radio + label.e-bigger.e-small .e-label { + line-height: 1; + padding-left: 28px; +} + +.e-bigger .e-radio + label.e-small::before, +.e-radio + label.e-bigger.e-small::before { + height: 15px; + width: 15px; +} + +.e-bigger .e-radio + label.e-small::after, +.e-radio + label.e-bigger.e-small::after { + height: 7px; + left: 4px; + top: 4px; + width: 7px; +} + +.e-bigger .e-radio + label.e-small .e-ripple-container, +.e-radio + label.e-bigger.e-small .e-ripple-container { + height: 36px; + left: -11px; + top: -11px; + width: 36px; +} + +.e-bigger .e-radio + label.e-small.e-right .e-label, .e-bigger .e-radio + label.e-small.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right .e-label, +.e-radio + label.e-bigger.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-bigger .e-radio + label.e-small.e-right::after, .e-bigger .e-radio + label.e-small.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right::after, +.e-radio + label.e-bigger.e-small.e-rtl::after { + left: auto; + right: 4px; +} + +.e-bigger .e-radio + label.e-small.e-right .e-ripple-container, .e-bigger .e-radio + label.e-small.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +/*! radiobutton theme */ +.e-radio + label::before { + background-color: #fff; + border-color: #adb5bd; +} + +.e-radio + label.e-focus .e-ripple-container { + background-color: #000; +} + +.e-radio + label .e-label { + color: #212529; +} + +.e-radio + label .e-ripple-element { + background-color: transparent; +} + +.e-radio + label:active .e-ripple-element { + background-color: transparent; +} + +.e-radio:focus + label::before { + border-color: #adb5bd; + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); +} + +.e-radio:hover + label::before { + border-color: #adb5bd; +} + +.e-radio:checked + label::before { + background-color: #007bff; + border-color: #007bff; +} + +.e-radio:checked + label::after { + background-color: #fff; + color: #fff; +} + +.e-radio:checked + label:active .e-ripple-element { + background-color: transparent; +} + +.e-radio:checked + .e-focus .e-ripple-container { + background-color: transparent; +} + +.e-radio:checked + .e-focus::before { + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-radio:checked:focus + label::before { + border-color: #007bff; +} + +.e-radio:checked:focus + label::after { + background-color: #fff; +} + +.e-radio:checked + label:hover::before { + border-color: #007bff; +} + +.e-radio:checked + label:hover::after { + background-color: #fff; +} + +.e-radio:disabled + label { + cursor: default; + pointer-events: none; +} + +.e-radio:disabled + label::before { + border-color: #adb5bd; + cursor: default; +} + +.e-radio:disabled + label .e-ripple-container { + background-color: transparent; +} + +.e-radio:disabled + label .e-ripple-container::after { + background-color: transparent; + cursor: default; +} + +.e-radio:disabled + label .e-label { + color: #e9ecef; +} + +.e-radio:disabled:checked + label::before { + background-color: rgba(0, 123, 255, 0.5); + border-color: transparent; +} + +.e-radio:disabled:checked + label::after { + background-color: #fff; + border-color: #fff; + cursor: default; +} + +.e-radio:disabled:checked + label .e-ripple-container { + background-color: transparent; +} + +.e-radio:disabled:checked + label .e-ripple-container::after { + background-color: transparent; +} + +/*! switch layout */ +.e-switch-wrapper, +.e-css.e-switch-wrapper { + cursor: pointer; + display: inline-block; + height: 16px; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 38px; +} + +.e-switch-wrapper .e-switch, +.e-css.e-switch-wrapper .e-switch { + -moz-appearance: none; + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-switch-wrapper .e-switch-inner, +.e-css.e-switch-wrapper .e-switch-inner { + -ms-transition: all 0.2s ease-in-out; + -webkit-transition: all 0.2s ease-in-out; + border: 1px solid #adb5bd; + border-radius: 20px; + box-sizing: border-box; + height: 100%; + left: 0; + overflow: hidden; + position: absolute; + top: 0; + transition: all 0.2s ease-in-out; + width: 100%; +} + +.e-switch-wrapper .e-switch-on, +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-off { + -ms-transition: all 0.2s ease-in-out 0.1s; + -webkit-transition: all 0.2s ease-in-out 0.1s; + -ms-flex-align: center; + align-items: center; + border-radius: inherit; + display: -ms-flexbox; + display: flex; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + transition: all 0.2s ease-in-out 0.1s; + width: 100%; +} + +.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-on { + left: -100%; + text-indent: -12px; +} + +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-off { + left: 0; + opacity: 1; + text-indent: 14px; +} + +.e-switch-wrapper .e-switch-handle, +.e-css.e-switch-wrapper .e-switch-handle { + -ms-transition: all 0.2s linear; + -webkit-transition: all 0.2s linear; + border-radius: 50%; + bottom: 2px; + height: 12px; + left: 1px; + margin: auto 2px; + position: absolute; + top: 2px; + transition: all 0.2s linear; + width: 12px; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on { + left: 0; + opacity: 1; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off { + left: 100%; +} + +.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-switch-wrapper.e-switch-disabled, +.e-css.e-switch-wrapper.e-switch-disabled { + cursor: default; +} + +.e-switch-wrapper .e-ripple-container, +.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + bottom: -9px; + height: 52px; + left: -17px; + pointer-events: none; + position: absolute; + top: -17px; + width: 52px; + z-index: 1; +} + +.e-switch-wrapper.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-switch-wrapper.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; +} + +.e-switch-wrapper.e-rtl .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + border-radius: 50%; + height: 12px; + left: 1px; + margin: auto 2px; + position: absolute; + top: 2px; + transition: all 0.2s linear; + width: 12px; +} + +.e-switch-wrapper.e-small, +.e-css.e-switch-wrapper.e-small { + height: 16px; + width: 38px; +} + +.e-switch-wrapper.e-small .e-switch-handle, +.e-css.e-switch-wrapper.e-small .e-switch-handle { + height: 12px; + width: 12px; +} + +.e-switch-wrapper.e-small .e-ripple-container, +.e-css.e-switch-wrapper.e-small .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-switch-wrapper.e-small .e-switch-on, +.e-switch-wrapper.e-small .e-switch-off, +.e-css.e-switch-wrapper.e-small .e-switch-on, +.e-css.e-switch-wrapper.e-small .e-switch-off { + font-size: 12px; +} + +.e-switch-wrapper.e-small .e-switch-on, +.e-css.e-switch-wrapper.e-small .e-switch-on { + text-indent: -12px; +} + +.e-switch-wrapper.e-small .e-switch-off, +.e-css.e-switch-wrapper.e-small .e-switch-off { + text-indent: 14px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + height: 12px; + width: 12px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off { + left: 0; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-small .e-switch-wrapper, +.e-small.e-switch-wrapper, +.e-small .e-css.e-switch-wrapper, +.e-small.e-css.e-switch-wrapper { + height: 16px; + width: 38px; +} + +.e-small .e-switch-wrapper .e-switch-handle, +.e-small.e-switch-wrapper .e-switch-handle, +.e-small .e-css.e-switch-wrapper .e-switch-handle, +.e-small.e-css.e-switch-wrapper .e-switch-handle { + height: 12px; + width: 12px; +} + +.e-small .e-switch-wrapper .e-ripple-container, +.e-small.e-switch-wrapper .e-ripple-container, +.e-small .e-css.e-switch-wrapper .e-ripple-container, +.e-small.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-small .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-small .e-switch-wrapper .e-switch-on, +.e-small .e-switch-wrapper .e-switch-off, +.e-small.e-switch-wrapper .e-switch-on, +.e-small.e-switch-wrapper .e-switch-off, +.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-small.e-css.e-switch-wrapper .e-switch-on, +.e-small.e-css.e-switch-wrapper .e-switch-off { + font-size: 12px; +} + +.e-small .e-switch-wrapper .e-switch-on, +.e-small.e-switch-wrapper .e-switch-on, +.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-small.e-css.e-switch-wrapper .e-switch-on { + text-indent: -12px; +} + +.e-small .e-switch-wrapper .e-switch-off, +.e-small.e-switch-wrapper .e-switch-off, +.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-small.e-css.e-switch-wrapper .e-switch-off { + text-indent: 14px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 12px; + width: 12px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-on, +.e-small.e-switch-wrapper.e-rtl .e-switch-on, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-off, +.e-small.e-switch-wrapper.e-rtl .e-switch-off, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-bigger.e-small .e-switch-wrapper, +.e-bigger.e-small.e-switch-wrapper, +.e-bigger.e-small .e-css.e-switch-wrapper, +.e-bigger.e-small.e-css.e-switch-wrapper { + height: 16px; + width: 38px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle { + height: 12px; + left: 1px; + top: 2px; + width: 12px; +} + +.e-bigger.e-small .e-switch-wrapper .e-ripple-container, +.e-bigger.e-small.e-switch-wrapper .e-ripple-container, +.e-bigger.e-small .e-css.e-switch-wrapper .e-ripple-container, +.e-bigger.e-small.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-switch-wrapper .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off { + font-size: 12px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on { + text-indent: -12px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-switch-wrapper .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off { + text-indent: 14px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 12px; + width: 12px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-bigger .e-switch-wrapper, +.e-bigger.e-switch-wrapper, +.e-bigger .e-css.e-switch-wrapper, +.e-bigger.e-css.e-switch-wrapper { + height: 16px; + width: 38px; +} + +.e-bigger .e-switch-wrapper .e-switch-handle, +.e-bigger.e-switch-wrapper .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper .e-switch-handle { + height: 12px; + left: 1px; + top: 2px; + width: 12px; +} + +.e-bigger .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-bigger .e-switch-wrapper .e-switch-on, +.e-bigger .e-switch-wrapper .e-switch-off, +.e-bigger.e-switch-wrapper .e-switch-on, +.e-bigger.e-switch-wrapper .e-switch-off, +.e-bigger .e-css.e-switch-wrapper .e-switch-on, +.e-bigger .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-css.e-switch-wrapper .e-switch-off { + font-size: 12px; +} + +.e-bigger .e-switch-wrapper .e-switch-on, +.e-bigger.e-switch-wrapper .e-switch-on, +.e-bigger .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-css.e-switch-wrapper .e-switch-on { + text-indent: -12px; +} + +.e-bigger .e-switch-wrapper .e-switch-off, +.e-bigger.e-switch-wrapper .e-switch-off, +.e-bigger .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-css.e-switch-wrapper .e-switch-off { + text-indent: 14px; +} + +.e-bigger .e-switch-wrapper .e-ripple-container, +.e-bigger.e-switch-wrapper .e-ripple-container, +.e-bigger .e-css.e-switch-wrapper .e-ripple-container, +.e-bigger.e-css.e-switch-wrapper .e-ripple-container { + height: 52px; + left: -16px; + top: -16px; + width: 52px; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 12px; + left: 100%; + margin-left: -14px; + top: 2px; + width: 12px; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-bigger .e-switch-wrapper.e-small, +.e-bigger.e-switch-wrapper.e-small, +.e-bigger .e-css.e-switch-wrapper.e-small, +.e-bigger.e-css.e-switch-wrapper.e-small { + height: 16px; + width: 38px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle { + height: 12px; + left: 1px; + top: 2px; + width: 12px; +} + +.e-bigger .e-switch-wrapper.e-small .e-ripple-container, +.e-bigger.e-switch-wrapper.e-small .e-ripple-container, +.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container, +.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-switch-wrapper.e-small .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off { + font-size: 12px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on { + text-indent: -12px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-switch-wrapper.e-small .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off { + text-indent: 14px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + height: 12px; + width: 12px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +/*! switch theme */ +.e-switch-wrapper, +.e-css.e-switch-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-off { + background-color: transparent; + color: #adb5bd; +} + +.e-switch-wrapper .e-switch-handle, +.e-css.e-switch-wrapper .e-switch-handle { + background-color: #adb5bd; + box-shadow: none; +} + +.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-on { + background-color: #007bff; + color: #fff; +} + +.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active { + background-color: #007bff; + border-color: #007bff; +} + +.e-switch-wrapper .e-switch-inner, +.e-css.e-switch-wrapper .e-switch-inner { + background-color: #fff; +} + +.e-switch-wrapper .e-ripple-element, +.e-css.e-switch-wrapper .e-ripple-element { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper .e-ripple-check .e-ripple-element, +.e-css.e-switch-wrapper .e-ripple-check .e-ripple-element { + background-color: rgba(255, 64, 129, 0.12); +} + +.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active { + box-shadow: none; + background-color: #fff; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-handle, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle { + background-color: #adb5bd; + box-shadow: none; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off { + background-color: #e9ecef; + border-color: #adb5bd; + color: #adb5bd; + opacity: 0.5; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on { + background-color: #037cff; + color: #adb5bd; + opacity: 0.5; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner { + background-color: #e9ecef; + border-color: #adb5bd; + opacity: 0.5; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #e9ecef; + border-color: #adb5bd; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner { + border-color: #adb5bd; + color: #adb5bd; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #037cff; + color: #adb5bd; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle { + background-color: #adb5bd; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active { + background-color: #fff; + border-color: #007bff; +} + +.e-switch-wrapper:hover .e-switch-inner, +.e-css.e-switch-wrapper:hover .e-switch-inner { + background-color: #fff; + border-color: #adb5bd; +} + +.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #007bff; + color: #fff; +} + +.e-switch-wrapper:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active), +.e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) { + background-color: #adb5bd; +} + +.e-switch-wrapper.e-focus .e-switch-inner, +.e-css.e-switch-wrapper.e-focus .e-switch-inner { + background-color: #fff; + border-color: #017cff; + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); + outline: none; + outline-offset: initial; +} + +.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active { + background-color: #adb5bd; + border-color: #80bdff; + outline: none; +} + +.e-switch-wrapper.e-focus .e-ripple-container, +.e-css.e-switch-wrapper.e-focus .e-ripple-container { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container, +.e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container { + background-color: rgba(255, 64, 129, 0.12); +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on { + background-color: #007bff; +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-off, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off { + background-color: transparent; +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active { + background-color: #adb5bd; + border-color: #80bdff; + outline: none; +} + +.e-switch-wrapper.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-on { + background-color: #007bff; +} + +.e-switch-wrapper.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + background-color: #adb5bd; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + background-color: transparent; +} + +.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active { + background-color: #007bff; + border-color: #007bff; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active { + background-color: #007bff; + border-color: #007bff; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner { + border-color: #adb5bd; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #007bff; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on { + background-color: #037cff; + color: #adb5bd; + opacity: 0.5; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off { + background-color: #e9ecef; + color: #adb5bd; + opacity: 0.5; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle { + background-color: #adb5bd; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active { + background-color: #fff; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner { + background-color: #e9ecef; + border-color: #adb5bd; + opacity: 0.5; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #037cff; + color: #adb5bd; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #e9ecef; + border-color: #adb5bd; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner { + border-color: #adb5bd; + color: #adb5bd; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle { + background-color: #adb5bd; +} + +.e-switch-wrapper .e-switch:focus, +.e-css.e-switch-wrapper .e-switch:focus { + box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); +} + +.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: transparent; +} + +.e-icon-collapsible::before { + content: '\e70b'; +} + +.e-icon-back::before { + content: '\e728'; + font-size: 14px; +} + +.e-bigger .e-listview, +.e-listview.e-bigger { + font-size: 16px; +} + +.e-bigger .e-listview .e-list-item, +.e-listview.e-bigger .e-list-item { + border-bottom: 1px solid rgba(0, 0, 0, 0.13); + border-left: 0 solid rgba(0, 0, 0, 0.13); + border-right: 0 solid rgba(0, 0, 0, 0.13); + border-top: 0 solid transparent; +} + +.e-bigger .e-listview:not(.e-list-template) .e-list-item, +.e-listview.e-bigger:not(.e-list-template) .e-list-item { + height: 50px; + line-height: 1.5; + position: relative; + padding: 12px 20px; +} + +.e-bigger .e-listview .e-text-content, +.e-listview.e-bigger .e-text-content { + font-size: 16px; +} + +.e-bigger .e-listview .e-list-group-item, +.e-listview.e-bigger .e-list-group-item { + height: 50px; + line-height: 1.5; + font-size: 16px; + padding: 12px 20px; +} + +.e-bigger .e-listview .e-list-header, +.e-listview.e-bigger .e-list-header { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 50px; + font-size: 20px; + line-height: 1.2; + padding: 0 0 0 20px; +} + +.e-bigger .e-listview .e-list-header .e-text.header, +.e-listview.e-bigger .e-list-header .e-text.header { + display: none; +} + +.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header, +.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-bigger .e-listview .e-list-header .e-text, +.e-listview.e-bigger .e-list-header .e-text { + font-size: 20px; +} + +.e-bigger .e-listview .e-but-back, +.e-listview.e-bigger .e-but-back { + margin-top: -3px; + padding-right: 12px; +} + +.e-bigger .e-listview .e-list-icon, +.e-listview.e-bigger .e-list-icon { + margin-right: 12px; +} + +.e-bigger .e-listview .e-icon-collapsible, +.e-listview.e-bigger .e-icon-collapsible { + font-size: 12px; +} + +.e-bigger .e-listview .e-listview-checkbox.e-checkbox-left, +.e-listview.e-bigger .e-listview-checkbox.e-checkbox-left { + margin: 0 12px 0 0; +} + +.e-bigger .e-listview .e-listview-checkbox.e-checkbox-right, +.e-listview.e-bigger .e-listview-checkbox.e-checkbox-right { + margin: 0 0 0 12px; +} + +.e-bigger .e-listview.e-rtl .e-listview-checkbox.e-checkbox-right, +.e-listview.e-bigger.e-rtl .e-listview-checkbox.e-checkbox-right { + margin: 0 12px 0 0; +} + +.e-bigger .e-listview.e-rtl .e-listview-checkbox.e-checkbox-left, +.e-listview.e-bigger.e-rtl .e-listview-checkbox.e-checkbox-left { + margin: 0 0 0 12px; +} + +.e-listview { + -webkit-overflow-scrolling: touch; + border: 1px solid; + border-color: rgba(0, 0, 0, 0.13); + border-radius: 4px; + display: block; + overflow: auto; + position: relative; + width: 100%; +} + +.e-listview:not(.e-list-template) .e-list-item { + height: 40px; + line-height: 1.5; + padding: 8px 16px 8px 16px; + position: relative; +} + +.e-listview .e-list-item { + border-bottom: 1px solid; +} + +.e-listview .e-list-parent { + margin: 0; + padding: 0; +} + +.e-listview .e-list-header .e-text.header { + display: none; +} + +.e-listview .e-icon-back { + margin-top: 0; +} + +.e-listview .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-listview .e-list-header { + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 40px; + padding: 0 16px; +} + +.e-listview .e-has-header > .e-view { + top: 45px; +} + +.e-listview .e-but-back { + cursor: pointer; + padding-right: 10px; +} + +.e-listview .e-list-group-item:first-child { + border: 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.13); +} + +.e-listview .e-list-group-item { + border-bottom: 1px solid rgba(0, 0, 0, 0.13); + border-top: 0 solid; + font-weight: 600; + height: 40px; + line-height: 1.5; + padding: 8px 16px 8px 16px; +} + +.e-listview .e-icon-collapsible { + cursor: pointer; + font-size: 10px; + position: absolute; + right: 0%; + top: 50%; + transform: translateY(-50%); +} + +.e-listview .e-text-content { + height: 100%; + position: relative; + vertical-align: middle; +} + +.e-listview .e-text-content * { + display: inline-block; + vertical-align: middle; +} + +.e-listview .e-text-content.e-checkbox .e-list-text { + width: calc(100% - 40px); +} + +.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text { + width: calc(100% - 90px); +} + +.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 80px); +} + +.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 92px); +} + +.e-listview .e-checkbox .e-checkbox-left { + margin: 0 10px 0 0; +} + +.e-listview .e-checkbox .e-checkbox-right { + margin: 0 0 0 10px; +} + +.e-listview .e-list-text { + cursor: pointer; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + width: 100%; +} + +.e-listview .e-list-icon + .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-icon-wrapper .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-list-icon { + height: 30px; + margin-right: 10px; + width: 30px; +} + +.e-listview .e-content { + overflow: hidden; + position: relative; +} + +.e-listview .e-list-header .e-text { + cursor: pointer; + text-indent: 0; +} + +.e-listview .e-text .e-headertext { + display: inline-block; + line-height: 1.2; +} + +.e-listview.e-rtl { + direction: rtl; +} + +.e-listview.e-rtl .e-list-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-listview.e-rtl .e-icon-collapsible { + left: 0%; + right: initial; + top: 50%; + transform: translateY(-50%) rotate(180deg); +} + +.e-listview.e-rtl .e-list-header .e-text { + cursor: pointer; +} + +.e-listview.e-rtl .e-but-back { + transform: rotate(180deg); +} + +.e-listview.e-rtl .e-icon-back { + margin-top: 0; +} + +.e-listview.e-rtl .e-checkbox .e-checkbox-left { + margin: 0 0 0 10px; +} + +.e-listview.e-rtl .e-checkbox .e-checkbox-right { + margin: 0 10px 0 0; +} + +.e-listview { + border-color: rgba(0, 0, 0, 0.13); + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; +} + +.e-listview .e-list-header { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.13); + color: #212529; + font-size: 16px; +} + +.e-listview .e-icons { + color: #212529; +} + +.e-listview .e-list-item { + background-color: #fff; + border-bottom: 1px solid rgba(0, 0, 0, 0.13); + border-left: 0 solid rgba(0, 0, 0, 0.13); + border-right: 0 solid rgba(0, 0, 0, 0.13); + border-top: 0 solid transparent; + color: #212529; +} + +.e-listview .e-list-item.e-hover, +.e-listview .e-list-item.e-hover.e-active.e-checklist { + background-color: #e9ecef; + border-color: transparent; + color: #212529; +} + +.e-listview .e-list-item.e-active { + background-color: #007bff; + color: #fff; +} + +.e-listview .e-list-item.e-active.e-checklist { + background-color: #fff; + color: #212529; +} + +.e-listview .e-list-item.e-focused, +.e-listview .e-list-item.e-focused.e-active.e-checklist { + background-color: #007bff; + color: #fff; +} + +.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, +.e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #fff; + border-color: #fff; + color: #007bff; +} + +.e-listview .e-list-group-item { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.13); + color: #6c757d; + font-size: 14px; +} + +.e-listview .e-list-item.e-focused .e-icon-wrapper .e-icon-collapsible { + color: #fff; +} + +.e-listview.e-list-template .e-list-wrapper { + height: inherit; + position: relative; +} + +.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) { + padding: 0.7142em 1.0714em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line { + padding: 0.7142em 1.0714em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header { + color: #212529; + display: block; + font-size: 18px; + font-weight: 500; + margin: 0; + overflow: hidden; + padding: 0.038em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content { + color: #212529; + display: block; + font-size: 14px; + margin: 0; + padding: 0.038em 0; + word-wrap: break-word; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + height: 2.8571em; + left: 1.0667em; + position: absolute; + top: 0.7142em; + width: 2.8571em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 4.6428em; + padding-right: 1.0714em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 1.0714em; + padding-right: 4.6428em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + height: 2.8571em; + position: absolute; + right: 1.0667em; + top: 0.7142em; + width: 2.8571em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar { + top: 0.7142em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar { + top: 0.7142em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge { + font-size: 15px; + height: 1.333em; + line-height: 1.433em; + padding: 0; + position: absolute; + right: 1em; + top: 50%; + transform: translateY(-50%); + width: 2em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.6428em; + padding-right: 3.9285em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 1.0714em; + padding-right: 3.9285em; +} + +.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content { + display: block; + margin: 0; + overflow: hidden; + padding: 0.83em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header { + color: #212529; +} + +.e-listview.e-list-template .e-list-item.e-hover .e-list-content { + color: #212529; +} + +.e-listview.e-list-template .e-list-item.e-active .e-list-item-header { + color: #fff; +} + +.e-listview.e-list-template .e-list-item.e-active .e-list-content { + color: #fff; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + left: inherit; + right: 1.0667em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 1.0714em; + padding-right: 4.6428em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 4.6428em; + padding-right: 1.0714em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + left: 1.0667em; + right: inherit; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge { + left: 1em; + right: inherit; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 3.9285em; + padding-right: 4.6428em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 3.9285em; + padding-right: 1.0714em; +} + +.e-sortable { + outline: none; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-sortable .e-disabled { + background-image: none; + cursor: default; + filter: alpha(Opacity=35); + opacity: .35; +} + +.e-sortable .e-sortableclone { + position: fixed !important; +} + +.e-sortable * { + box-sizing: border-box; +} + +.e-sortable *:focus { + outline: none; +} + +/*! calendar bootstrap theme variables */ +/*! component icons */ +.e-input-group-icon.e-range-icon, +.e-control-wrapper .e-input-group-icon.e-range-icon { + border-bottom-right-radius: 3px; + border-right: 0; + border-top-right-radius: 3px; + font-size: 14px; + margin: 0; + min-height: 29px; + min-width: 23px; + outline: none; +} + +.e-input-group-icon.e-range-icon::before, +.e-control-wrapper .e-input-group-icon.e-range-icon::before { + content: '\e7d7'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-range-icon:focus, +.e-control-wrapper .e-input-group-icon.e-range-icon:focus { + background: #fff; + border-radius: 0; +} + +.e-daterangepicker .e-calendar .e-header .e-date-icon-next::before { + content: '\e76a'; +} + +.e-daterangepicker .e-calendar .e-header .e-date-icon-prev::before { + content: '\e70d'; +} + +.e-daterangepicker .e-change-icon::before { + content: '\e7ce'; +} + +.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-next::before { + content: '\e70d'; +} + +.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-prev::before { + content: '\e76a'; +} + +.e-daterangepicker.e-rtl .e-start-end .e-change-icon::before { + content: '\e7c1'; +} + +.e-bigger .e-input-group-icon.e-range-icon, +.e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, +.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 16px; + margin: 0; + min-height: 36px; + min-width: 33px; + outline: none; +} + +.e-small .e-input-group-icon.e-range-icon, +.e-control-wrapper.e-small .e-input-group-icon.e-range-icon, +.e-small .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 12px; +} + +.e-small.e-bigger .e-input-group-icon.e-range-icon, +.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-range-icon, +.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 15px; +} + +/*! daterangepicker layout */ +.e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden, +.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden, +.e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden { + border: 0; + height: 0; + margin: 0; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-daterangepicker.e-popup, +.e-bigger.e-small .e-daterangepicker.e-popup { + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 4px; + box-shadow: none; + max-height: 500px; + max-width: 730px; +} + +.e-daterangepicker.e-popup.e-daterange-day-header-lg, +.e-bigger.e-small .e-daterangepicker.e-popup.e-daterange-day-header-lg { + max-width: 100%; +} + +.e-daterangepicker.e-popup.e-preset-wrapper, +.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper { + min-width: 659px; +} + +.e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets { + max-height: none; +} + +.e-daterangepicker.e-popup .e-range-header, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header { + margin: 10px 0; + width: auto; +} + +.e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-daterangepicker.e-popup .e-range-header .e-end-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label { + cursor: default; + display: inline-block; + font-size: 16px; + overflow: hidden; + text-align: center; + text-decoration: none; + text-overflow: ellipsis; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 48%; +} + +.e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 16px; + font-weight: normal; + text-align: center; + width: 4%; +} + +.e-daterangepicker.e-popup .e-range-header .e-day-span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span { + direction: ltr; + font-size: 12px; + height: 14px; + margin: 0 0 10px 0; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 35px; +} + +.e-daterangepicker.e-popup .e-separator, +.e-bigger.e-small .e-daterangepicker.e-popup .e-separator { + height: 1px; + margin: 0; +} + +.e-daterangepicker.e-popup .e-calendar, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar { + border: none; + margin: 0; + padding: 0; +} + +.e-daterangepicker.e-popup .e-calendar .e-content table, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content table { + padding: 0 12px 12px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title { + cursor: pointer; + float: none; + font-weight: bold; + line-height: 36px; + margin-left: 0; + width: auto; +} + +.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-month, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-year, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-decade { + padding: 12px 12px 0 12px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next { + float: right; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev { + float: left; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev { + height: 36px; + width: 36px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next span, +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev span { + padding: 10px; +} + +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover { + border-radius: 50% 0 0 50%; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover { + border-radius: 0 50% 50% 0; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day { + border: 1px solid transparent; +} + +.e-daterangepicker.e-popup .e-footer, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer { + -ms-flex-align: center; + align-items: center; + border-top: 1px solid #e9ecef; + clear: both; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + height: 58px; +} + +.e-daterangepicker.e-popup .e-footer .e-btn, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn { + font-weight: 500; + height: 34px; + line-height: 32px; + overflow: hidden; + padding: 0 16px; + text-overflow: ellipsis; +} + +.e-daterangepicker.e-popup .e-footer .e-btn.e-apply, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply { + margin: 12px 12px 12px 6px; +} + +.e-daterangepicker.e-popup .e-date-range-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container { + float: left; +} + +.e-daterangepicker.e-popup .e-date-range-container.e-range-border, +.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container.e-range-border { + border-right: 1px solid #e9ecef; +} + +.e-daterangepicker.e-popup .e-calendar-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container { + display: -ms-flexbox; + display: flex; +} + +.e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-daterangepicker.e-popup .e-calendar-container .e-right-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-right-container { + float: left; +} + +.e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container { + border-right: 1px solid #e9ecef; +} + +.e-daterangepicker.e-popup .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets { + max-height: 216px; + overflow: auto; + width: auto; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item { + border-radius: 0; + cursor: pointer; + line-height: 26px; + overflow: hidden; + padding: 0 20px; + white-space: nowrap; +} + +.e-daterangepicker.e-popup .e-presets .e-list-parent, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent { + margin: 0; + max-width: 160px; + padding: 0; +} + +.e-daterangepicker.e-popup .e-presets .e-text-content, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-text-content { + line-height: 47px; +} + +.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item { + font-size: 14px; + height: 40px; + line-height: 40px; +} + +.e-daterangepicker.e-popup .e-hide-range, +.e-bigger.e-small .e-daterangepicker.e-popup .e-hide-range { + display: none; +} + +.e-daterangepicker.e-rtl .e-date-range-container, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container { + float: right; +} + +.e-daterangepicker.e-rtl .e-date-range-container.e-range-border, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container.e-range-border { + border-left: 1px solid #e9ecef; + border-right: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-left-container { + border-left: 1px solid #e9ecef; + border-right: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next { + float: left; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev { + float: right; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover { + border-radius: 0 50% 50% 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover { + border-radius: 50% 0 0 50%; +} + +.e-daterangepicker.e-rtl .e-footer, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer { + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel { + margin: 0 5px 0 10px; +} + +.e-daterangepicker.e-rtl .e-footer .e-btn.e-apply, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-apply { + margin-left: 0; +} + +.e-bigger .e-daterangepicker.e-range-modal, +.e-device.e-daterangepicker.e-range-modal { + background-color: rgba(0, 0, 0, 0.5); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-bigger.e-small .e-daterangepicker .e-calendar { + max-width: 262px; +} + +.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper, +.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper, +.e-device.e-daterangepicker.e-popup.e-preset-wrapper { + max-width: 770px; + min-width: auto; +} + +.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-device.e-daterangepicker.e-popup.e-preset-wrapper .e-presets { + max-height: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header, +.e-bigger.e-daterangepicker.e-popup .e-range-header, +.e-device.e-daterangepicker.e-popup .e-range-header { + margin: 12px 0; + width: auto; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-device.e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 18px; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 36px; + -ms-flex-pack: center; + justify-content: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + border: 1px solid #007bff; + box-shadow: none; + font-size: 16px; + font-weight: normal; + height: 39px; + line-height: 1em; + max-width: 116px; + overflow: hidden; + padding: 1px 6px; + text-overflow: ellipsis; + width: 50%; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + border-left: 0; + border-radius: 0 4px 4px 0; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn { + border-radius: 4px 0 0 4px; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]), +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]), +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]) { + box-shadow: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover { + box-shadow: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + max-width: 141px; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets, +.e-bigger.e-daterangepicker.e-popup .e-presets, +.e-device.e-daterangepicker.e-popup .e-presets { + max-height: 240px; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets.e-preset-wrapper, +.e-bigger.e-daterangepicker.e-popup .e-presets.e-preset-wrapper, +.e-device.e-daterangepicker.e-popup .e-presets.e-preset-wrapper { + max-height: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets ul, +.e-bigger.e-daterangepicker.e-popup .e-presets ul, +.e-device.e-daterangepicker.e-popup .e-presets ul { + max-width: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets ul li.e-list-item, +.e-bigger.e-daterangepicker.e-popup .e-presets ul li.e-list-item, +.e-device.e-daterangepicker.e-popup .e-presets ul li.e-list-item { + font-size: 15px; + height: 50px; + line-height: 50px; + padding: 0 12px; +} + +.e-bigger .e-daterangepicker .e-calendar, +.e-bigger.e-daterangepicker .e-calendar, +.e-device.e-daterangepicker .e-calendar { + max-width: 292px; + padding: 0; +} + +.e-bigger .e-daterangepicker .e-calendar .e-content table, +.e-bigger.e-daterangepicker .e-calendar .e-content table, +.e-device.e-daterangepicker .e-calendar .e-content table { + padding: 0 16px 16px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-next, +.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-next, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev, +.e-device.e-daterangepicker .e-calendar .e-header .e-next, +.e-device.e-daterangepicker .e-calendar .e-header .e-prev { + height: 40px; + width: 40px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-next span, +.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev span, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-next span, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev span, +.e-device.e-daterangepicker .e-calendar .e-header .e-next span, +.e-device.e-daterangepicker .e-calendar .e-header .e-prev span { + padding: 11px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-title, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-title, +.e-device.e-daterangepicker .e-calendar .e-header .e-title { + cursor: pointer; + line-height: 40px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header.e-month, .e-bigger .e-daterangepicker .e-calendar .e-header.e-year, .e-bigger .e-daterangepicker .e-calendar .e-header.e-decade, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-month, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-year, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-decade, +.e-device.e-daterangepicker .e-calendar .e-header.e-month, +.e-device.e-daterangepicker .e-calendar .e-header.e-year, +.e-device.e-daterangepicker .e-calendar .e-header.e-decade { + padding: 16px 16px 0 16px; +} + +.e-bigger .e-daterangepicker .e-footer, +.e-bigger.e-daterangepicker .e-footer, +.e-device.e-daterangepicker .e-footer { + height: 72px; +} + +.e-bigger .e-daterangepicker .e-footer .e-btn, +.e-bigger.e-daterangepicker .e-footer .e-btn, +.e-device.e-daterangepicker .e-footer .e-btn { + height: 40px; + line-height: 38px; + overflow: hidden; +} + +.e-bigger .e-daterangepicker .e-footer .e-btn.e-apply, +.e-bigger.e-daterangepicker .e-footer .e-btn.e-apply, +.e-device.e-daterangepicker .e-footer .e-btn.e-apply { + margin: 16px 16px 16px 6px; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn { + border: 1px solid #007bff; + border-radius: 4px 0 0 4px; + border-right: 0; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn { + border-radius: 0 4px 4px 0; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel, +.e-device.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel { + margin: 0 5px 0 15px; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply, +.e-device.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply { + margin-left: 0; +} + +.e-bigger .e-daterangepicker.e-device.e-popup, +.e-bigger.e-daterangepicker.e-device.e-popup, +.e-device.e-daterangepicker.e-device.e-popup { + max-width: 294px; +} + +.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header, +.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header, +.e-device.e-daterangepicker.e-device.e-popup .e-range-header { + margin: 16px 16px 0 16px; +} + +.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span, +.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span, +.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span { + margin: 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header, +.e-small.e-daterangepicker.e-popup .e-range-header { + margin: 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label, +.e-small.e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-small.e-daterangepicker.e-popup .e-range-header .e-end-label { + font-size: 16px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-small.e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 12px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-small.e-daterangepicker.e-popup .e-range-header .e-start-end { + height: 32px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span, +.e-small.e-daterangepicker.e-popup .e-range-header .e-day-span { + font-size: 12px; + margin: 0 0 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-separator, +.e-small.e-daterangepicker.e-popup .e-range-header .e-separator { + margin: 0; +} + +.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply, +.e-small.e-daterangepicker.e-popup .e-footer .e-btn.e-apply { + margin: 10px 10px 10px 8px; +} + +.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item, +.e-small.e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item { + font-size: 12px; + height: 26px; + line-height: 26px; +} + +.e-range-overflow { + overflow: hidden; +} + +.e-daterangepick-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-control.e-lib.e-device.e-popup-open { + position: relative; + top: 0 !important; + left: 0 !important; +} + +.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker, +.e-bigger.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker { + background-size: 250px 40px; + min-height: 40px; +} + +/*! daterangepicker theme */ +.e-date-range-wrapper .e-input-group-icon.e-icons.e-active { + background: #545b62; + border-color: #545b62; + color: #fff; +} + +.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #fff; +} + +.e-daterangepicker.e-popup, +.e-bigger.e-small .e-daterangepicker.e-popup { + background: #fff; +} + +.e-daterangepicker.e-popup .e-calendar, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar { + background-color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover { + color: #212529; + text-decoration: none; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover { + background-color: #e9ecef; + color: #212529; +} + +.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span { + background-color: #e9ecef; + border: 1px solid #007bff; + color: #212529; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span { + background: #e9ecef; + border: none; + color: #212529; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day { + background-color: #f2f4f6; + border: none; + color: #212529; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day { + border: 1px solid #007bff; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day { + border: 1px solid #007bff; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span { + background-color: #fff; + border: none; + color: #adb5bd; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected { + background-color: #fff; + border: none; + color: #adb5bd; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day { + background-color: #007bff; + color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day { + background-color: #007bff; + color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span { + color: #fff; +} + +.e-daterangepicker.e-popup .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets { + background-color: #fff; + color: #212529; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item.e-active, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active { + background-color: #007bff; + color: #fff; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover { + background-color: #e9ecef; + color: #212529; +} + +.e-daterangepicker.e-popup .e-start-label, +.e-daterangepicker.e-popup .e-end-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-start-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-end-label { + color: #212529; +} + +.e-daterangepicker.e-popup .e-change-icon, +.e-bigger.e-small .e-daterangepicker.e-popup .e-change-icon { + color: #212529; +} + +.e-daterangepicker.e-popup .e-day-span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-day-span { + color: #6c757d; +} + +.e-daterangepicker.e-popup .e-separator, +.e-bigger.e-small .e-daterangepicker.e-popup .e-separator { + background-color: #e9ecef; +} + +.e-daterangepicker.e-popup .e-footer, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer { + background-color: #fff; +} + +.e-bigger .e-daterangepicker, +.e-bigger.e-daterangepicker, +.e-device.e-daterangepicker { + background-color: #fff; + padding: 0; +} + +.e-bigger .e-daterangepicker .e-calendar th, +.e-bigger.e-daterangepicker .e-calendar th, +.e-device.e-daterangepicker .e-calendar th { + color: #212529; +} + +.e-bigger .e-daterangepicker .e-start-btn, +.e-bigger .e-daterangepicker .e-end-btn, +.e-bigger.e-daterangepicker .e-start-btn, +.e-bigger.e-daterangepicker .e-end-btn, +.e-device.e-daterangepicker .e-start-btn, +.e-device.e-daterangepicker .e-end-btn { + background: #fff; + color: #212529; +} + +.e-bigger .e-daterangepicker .e-start-btn.e-active, +.e-bigger .e-daterangepicker .e-start-btn.e-active:active, +.e-bigger .e-daterangepicker .e-end-btn.e-active, +.e-bigger .e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-bigger .e-daterangepicker .e-start-btn.e-active:hover, +.e-bigger .e-daterangepicker .e-end-btn.e-active:hover, +.e-bigger.e-daterangepicker .e-start-btn.e-active, +.e-bigger.e-daterangepicker .e-start-btn.e-active:active, +.e-bigger.e-daterangepicker .e-end-btn.e-active, +.e-bigger.e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-bigger.e-daterangepicker .e-start-btn.e-active:hover, +.e-bigger.e-daterangepicker .e-end-btn.e-active:hover, +.e-device.e-daterangepicker .e-start-btn.e-active, +.e-device.e-daterangepicker .e-start-btn.e-active:active, +.e-device.e-daterangepicker .e-end-btn.e-active, +.e-device.e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-device.e-daterangepicker .e-start-btn.e-active:hover, +.e-device.e-daterangepicker .e-end-btn.e-active:hover { + background: #007bff; + color: #fff; +} + +/*! component icons */ +.e-datetime-wrapper .e-time-icon.e-icons::before { + content: '\e7c7'; + font-family: 'e-icons'; +} + +.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-datetime-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 16px; +} + +.e-datetime-wrapper.e-control-wrapper { + box-sizing: border-box; +} + +.e-datetime-wrapper .e-time-icon.e-icons.e-disabled, +.e-datetime-wrapper .e-date-icon.e-icons.e-disabled { + pointer-events: none; +} + +.e-datetime-wrapper .e-clear-icon { + box-sizing: content-box; +} + +.e-datetime-wrapper span { + cursor: pointer; +} + +.e-datetime-wrapper .e-input-group-icon.e-date-icon, +.e-datetime-wrapper .e-input-group-icon.e-time-icon { + font-size: 16px; + margin: 0; + outline: none; +} + +.e-datetime-wrapper .e-input-group-icon.e-time-icon { + border: 1px; + border-style: none; + margin: 0; +} + +.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-datetimepicker.e-time-modal { + background-color: rgba(0, 0, 0, 0.15); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-datetimepicker.e-popup { + border-style: solid; + border-width: 1px; + overflow: auto; +} + +.e-datetimepicker.e-popup .e-content { + position: relative; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul { + margin: 0; + padding: 5px 0; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + color: #212529; + cursor: default; + font-size: 14px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover { + cursor: pointer; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + line-height: 26px; + text-indent: 20px; +} + +.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 20px; +} + +.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul, +.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul { + padding: 10px 0; +} + +.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 15px; + line-height: 40px; + text-indent: 20px; +} + +.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 13px; + line-height: 22px; + text-indent: 12px; +} + +.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 34px; + text-indent: 20px; +} + +.e-small.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-small .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 12px; +} + +.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 15px; +} + +.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker, +.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker { + background-size: 250px 40px; + min-height: 40px; +} + +/*! datetimepicker theme */ +.e-datetime-wrapper .e-input-group-icon.e-icons.e-active { + background: #545b62; + border-color: #545b62; + color: #fff; +} + +.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #fff; +} + +.e-datetimepicker.e-popup { + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 4px; + box-shadow: none; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul { + background-color: #fff; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item { + border: none; + color: #212529; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus { + background-color: #f2f4f6; + border: none; + color: #212529; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active { + background-color: #007bff; + color: #fff; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover { + background-color: #007bff; + color: #fff; +} + +/*! maskedtextbox layout */ +.e-control-wrapper.e-mask .e-maskedtextbox { + font-family: Arial, "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; +} + +.e-bigger .e-control-wrapper.e-mask .e-maskedtextbox { + font-size: 16px; +} + +.e-control-wrapper.e-mask.e-bigger .e-maskedtextbox { + font-size: 16px; +} + +.e-content-placeholder.e-mask.e-placeholder-mask { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-mask.e-placeholder-mask, +.e-bigger.e-content-placeholder.e-mask.e-placeholder-mask { + background-size: 300px 40px; + min-height: 40px; +} + +/*! maskedtextbox theme */ +.e-control-wrapper.e-mask.e-error .e-maskedtextbox { + color: #dc3545; +} + +.e-utility-mask.e-error { + color: #dc3545; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons::before { + content: '\e745'; +} + +.e-upload .e-upload-files .e-icons.e-file-pause-btn::before { + content: '\e757'; +} + +.e-upload .e-upload-files .e-icons.e-file-reload-btn::before { + content: '\e716'; +} + +.e-upload .e-upload-files .e-icons.e-file-play-btn::before { + content: '\e72d'; +} + +.e-upload .e-upload-files .e-file-delete-btn.e-icons::before { + content: '\e773'; +} + +.e-upload .e-upload-files .e-file-abort-btn.e-icons::before { + content: '\e742'; +} + +.e-upload .e-upload-files .e-icons.e-msie::before { + position: relative; + right: 10px; +} + +.e-upload .e-upload-files .e-icons.e-file-abort-icon.e-msie::before { + right: 12px; +} + +.e-bigger .e-upload { + width: 100%; +} + +.e-bigger .e-upload .e-file-select-wrap { + padding: 20px 0 20px 20px; +} + +.e-bigger .e-upload .e-file-select-wrap .e-file-drop { + font-size: 16px; + margin-left: 16px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list { + font-size: 15px; + line-height: normal; + min-height: 108px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 15px; + top: 0; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + font-size: 15px; + padding-top: 20px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + font-size: 14px; + padding: 8px 0; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + font-size: 15px; + padding-top: 20px; + top: initial; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + font-size: 14px; + padding-bottom: 20px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + height: 5px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap { + height: 6px; + width: 95%; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar { + height: 90%; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + font-size: 12px; + right: 16px; + top: -36px; +} + +.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + font-size: 16px; + height: 36px; + margin: 20px; + margin-top: -24px; + padding: 0; + top: 50%; + width: 36px; +} + +.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons { + padding: 20px 17px 20px 26px; +} + +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons { + right: 45px; +} + +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons { + font-size: 16px; +} + +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons { + font-size: 16px; +} + +.e-bigger .e-upload .e-upload-actions .e-btn { + margin-left: 15px; +} + +.e-bigger .e-upload .e-upload-actions .e-file-upload-btn { + margin: 20px 20px 20px 0; +} + +.e-bigger .e-upload .e-upload-actions .e-file-clear-btn { + margin: 20px 8px 20px 20px; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap { + padding: 20px 15px 20px 0; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn { + margin-right: 0; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop { + margin-right: 16px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 60px; + margin-right: 15px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + top: 30px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + left: 16px; + right: initial; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + box-sizing: border-box; + left: 0; + margin-left: 15px; + margin-right: 15px; + padding: 0; + top: 50%; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons { + padding: 20px 17px 20px 26px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + left: 41px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 20px; + padding-top: 16px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #dc3545; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #6c757d; + display: block; + font-size: 14px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #dc3545; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #dc3545; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 50px; +} + +.e-upload, +.e-bigger.e-small .e-upload { + width: 100%; +} + +.e-upload.e-control-wrapper, +.e-bigger.e-small .e-upload.e-control-wrapper { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-upload .e-hidden-file-input, +.e-bigger.e-small .e-upload .e-hidden-file-input { + border: 0; + height: 0; + margin: 0; + outline: none; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-upload .e-file-select-wrap, +.e-bigger.e-small .e-upload .e-file-select-wrap { + padding: 16px 0 16px 16px; +} + +.e-upload .e-file-select-wrap .e-file-select, +.e-upload .e-file-select-wrap .e-file-select .e-uploader, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader { + display: inline-block; + width: 0; +} + +.e-upload .e-file-select-wrap .e-file-select .e-uploader, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader { + opacity: 0; +} + +.e-upload .e-file-select-wrap .e-file-drop, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop { + font-family: inherit; + font-size: 14px; + margin-left: 14px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 20px; + padding-top: 16px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #dc3545; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #6c757d; + display: block; + font-size: 12px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #dc3545; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #dc3545; +} + +.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 48px; +} + +.e-upload .e-upload-files, +.e-bigger.e-small .e-upload .e-upload-files { + list-style-type: none; + margin: 0; + padding: 0; +} + +.e-upload .e-upload-files .e-upload-file-list, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list { + font-family: inherit; + font-size: 14px; + height: 100%; + line-height: normal; + min-height: 92px; + position: relative; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container { + display: block; + height: 100%; + margin-left: 12px; + margin-right: 90px; + min-height: 35px; + position: relative; + top: 0; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + float: left; + font-family: inherit; + font-size: 14px; + max-width: 75%; + overflow: hidden; + padding-top: 16px; + position: relative; + text-overflow: ellipsis; + top: 0; + white-space: nowrap; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before { + content: attr(data-tail); + float: right; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + display: block; + font-family: inherit; + font-size: 14px; + padding-top: 16px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + display: block; + font-size: 12px; + padding: 6px 0; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + display: block; + font-family: inherit; + font-size: 12px; + padding-bottom: 16px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress { + display: none; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + display: block; + height: 10px; + padding-bottom: 11px; + padding-top: 6px; + position: absolute; + width: 95%; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap { + border-radius: 2px; + display: block; + height: 4px; + width: 100%; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar { + border-radius: 1px; + display: inherit; + height: 4px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + float: right; + font-family: inherit; + font-size: 12px; + position: relative; + right: 0; + top: -33px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons { + -ms-flex-align: center; + align-items: center; + box-sizing: border-box; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 14px; + height: 32px; + -ms-flex-pack: center; + justify-content: center; + margin: 16px; + margin-top: -22px; + padding: 0; + position: absolute; + right: 0; + top: 50%; + vertical-align: middle; + width: 32px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress { + cursor: default; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons { + padding: 18px 13px 18px 23px; +} + +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons { + right: 36px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, +.e-upload .e-upload-files .e-clear-icon-focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus { + background-color: #e9ecef; + border-color: transparent; + border-radius: 4px; + box-shadow: 0 0 0 transparent; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-upload .e-upload-files .e-clear-icon-focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus { + border-radius: 4px; +} + +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons { + font-size: 14px; + opacity: 1; +} + +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons { + font-size: 14px; + opacity: 1; +} + +.e-upload .e-file-select-wrap .e-btn, +.e-upload .e-upload-actions .e-btn, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-btn { + font-family: inherit; +} + +.e-upload .e-upload-actions, +.e-bigger.e-small .e-upload .e-upload-actions { + position: relative; + text-align: right; +} + +.e-upload .e-upload-actions .e-file-upload-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn { + margin: 16px 16px 16px 0; +} + +.e-upload .e-upload-actions .e-file-clear-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn { + margin: 16px 6px 16px 16px; +} + +.e-upload.e-rtl .e-file-select-wrap, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap { + padding: 16px 12px 16px 0; +} + +.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn { + margin-right: 0; +} + +.e-upload.e-rtl .e-file-select-wrap .e-file-drop, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop { + margin-left: 60px; + margin-right: 14px; + position: relative; +} + +.e-upload.e-rtl .e-upload-actions, +.e-bigger.e-small .e-upload.e-rtl .e-upload-actions { + text-align: left; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container { + height: 100%; + margin-left: 60px; + margin-right: 11px; + position: relative; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container { + direction: ltr; + float: right; + width: 100%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + float: right; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + float: right; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + direction: ltr; + float: right; + position: relative; + text-align: right; + width: 100%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + float: right; + position: initial; + top: 23px; + width: 86%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + float: left; + right: 0; + top: -32px; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons { + left: 0; + margin-left: 11px; + margin-right: 11px; + right: auto; + top: 50%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons { + left: 36px; + right: auto; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + left: 36px; +} + +.e-upload.e-disabled .e-file-drop, +.e-bigger.e-small .e-upload.e-disabled .e-file-drop { + color: #6c757d; +} + +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #6c757d; +} + +.e-upload .e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload { + background-size: 400px 65px; + min-height: 65px; +} + +.e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload, +.e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload { + background-size: 400px 80px; + min-height: 80px; +} + +.e-small .e-upload .e-file-select-wrap { + padding: 12px 0 12px 12px; +} + +.e-small .e-upload .e-file-select-wrap .e-file-drop { + font-size: 13px; + margin-left: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list { + min-height: 79px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + font-size: 12px; + padding-top: 12px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + font-size: 12px; + padding: 6px 0; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + font-size: 12px; + padding-top: 12px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + padding-bottom: 12px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + padding-bottom: 2px; + padding-top: 2px; +} + +.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons { + font-size: 10px; + height: 24px; + padding: 12px; + width: 24px; +} + +.e-small .e-upload.e-rtl .e-file-select-wrap { + padding: 12px 12px 12px 0; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 12px; + padding-top: 8px; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #dc3545; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #6c757d; + display: block; + font-size: 12px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #dc3545; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #dc3545; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 43px; +} + +.e-upload { + border: 1px solid rgba(0, 0, 0, 0.15); +} + +.e-upload .e-file-drop { + color: #212529; +} + +.e-upload .e-upload-files { + border-top: 1px solid #e9ecef; +} + +.e-upload .e-upload-files .e-upload-file-list { + border-bottom: 1px solid #e9ecef; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + color: #212529; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + color: #212529; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + color: #6c757d; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #212529; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success { + color: #28a745; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails { + color: #dc3545; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails { + color: #dc3545; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap { + background-color: #dee2e6; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress { + background: #007bff; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success { + background: #28a745; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed { + background: #dc3545; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text { + color: #212529; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons { + color: rgba(0, 0, 0, 0.5); +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-play-btn.e-icons:hover { + color: #212529; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-upload .e-upload-files .e-clear-icon-focus { + background-color: #e9ecef; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-upload-drag-hover { + outline: dashed 2px #007bff; +} + +.e-dialog .e-icon-dlg-close::before { + content: '\e745'; + position: relative; +} + +.e-dialog .e-icon-dlg-close { + opacity: 0.5; +} + +.e-dialog .e-icon-dlg-close:active { + opacity: 0.75; +} + +.e-dialog .e-icon-dlg-close:hover { + opacity: 0.75; +} + +.e-dialog .e-south-east::before, +.e-dialog .e-south-west::before { + content: '\e7cf'; +} + +/*! dialog layout */ +.e-dialog { + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 3px; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; +} + +.e-dialog.e-popup { + width: 100%; +} + +.e-dialog.e-dlg-resizable { + -ms-touch-action: none; + touch-action: none; +} + +.e-dialog .e-dlg-header-content { + border-radius: 6px 6px 0 0; + line-height: 1.2; +} + +.e-dialog .e-dlg-header-content + .e-dlg-content { + padding-top: 14px; +} + +.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close { + font-size: 14px; + width: 12px; +} + +.e-dialog .e-dlg-header { + display: block; + font-size: 16px; + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: top; + white-space: nowrap; + width: 80%; +} + +.e-dialog .e-dlg-modal { + position: fixed; +} + +.e-dialog .e-scroll-disabled { + overflow: hidden !important; +} + +.e-dialog .e-dlg-content { + display: block; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-size: 14px; + font-weight: 400; + line-height: 1.5; + overflow: auto; + overflow-x: hidden; +} + +.e-dialog .e-footer-content { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 1px solid #e9ecef; + bottom: 0; + display: block; + right: 0; + width: 100%; +} + +.e-dialog .e-footer-content { + text-align: right; +} + +.e-dialog .e-resize-handle { + height: 13px; + position: absolute; + width: 13px; +} + +.e-dialog .e-resize-handle.e-south-east { + bottom: 2px; + cursor: nwse-resize; + right: 2px; +} + +.e-bigger.e-dialog .e-dlg-header-content, +.e-bigger .e-dialog .e-dlg-header-content { + padding: 16px; +} + +.e-bigger.e-dialog .e-dlg-header, +.e-bigger .e-dialog .e-dlg-header { + font-size: 20px; +} + +.e-bigger.e-dialog .e-dlg-content, +.e-bigger .e-dialog .e-dlg-content { + font-size: 16px; + padding: 16px; +} + +.e-bigger.e-dialog .e-footer-content, +.e-bigger .e-dialog .e-footer-content { + padding: 16px; +} + +.e-bigger.e-dialog .e-footer-content .e-btn, +.e-bigger .e-dialog .e-footer-content .e-btn { + margin-left: 10px; +} + +.e-bigger.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + bottom: 5px; + height: 25px; + left: 0; + width: 26px; +} + +.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close, +.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close { + font-size: 17px; + width: 12px; +} + +.e-bigger.e-rtl .e-footer-content .e-btn, +.e-bigger .e-rtl .e-footer-content .e-btn { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-dlg-header-content + .e-dlg-content { + padding-top: 16px; +} + +.e-dialog .e-dlg-header-content { + border-bottom: 1px solid #e9ecef; + padding: 14px; +} + +.e-dialog .e-dlg-content { + padding: 14px; +} + +.e-dialog .e-footer-content { + padding: 14px; +} + +.e-dialog .e-footer-content .e-btn { + margin-left: 8px; +} + +.e-rtl .e-footer-content .e-btn { + margin-right: 8px; +} + +.e-dialog.e-draggable .e-dlg-header-content { + cursor: move; +} + +.e-dialog { + max-height: 98%; + max-width: 100%; + min-width: 240px; +} + +.e-rtl .e-footer-content .e-btn { + margin-left: 0; +} + +.e-rtl .e-footer-content { + text-align: left; +} + +.e-rtl .e-footer-content { + text-align: left; +} + +.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + float: left; +} + +.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + background-color: transparent; + border-color: transparent; + border-radius: 50%; + bottom: 6px; + float: right; + height: 20px; + left: 0; + position: relative; + width: 22px; +} + +.e-rtl.e-dialog .e-resize-handle.e-south-west { + bottom: 2px; + cursor: sw-resize; + left: 2px; + transform: rotate(90deg); +} + +.e-dlg-overlay { + height: 100%; + left: 0; + opacity: 0.5; + position: fixed; + top: 0; + transition: opacity .15s linear; + width: 100%; +} + +.e-dlg-overlay.e-fade { + opacity: 0; +} + +.e-dlg-overflow-hidden { + overflow: auto; +} + +.e-dlg-fullscreen { + height: 100% !important; + left: 0 !important; + top: 0 !important; + width: 100% !important; +} + +.e-popup.e-popup-open.e-dialog { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-dlg-container { + -ms-flex-align: start; + align-items: flex-start; + display: none; + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; +} + +.e-dlg-center-center { + -webkit-align-items: center; + -webkit-justify-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; +} + +.e-dlg-left-center { + -webkit-align-items: center; + -webkit-justify-content: flex-start; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-center { + -webkit-align-items: center; + -webkit-justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-left-top { + -webkit-align-items: flex-start; + -webkit-justify-content: flex-start; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-top { + -webkit-align-items: flex-start; + -webkit-justify-content: flex-end; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-center-top { + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; +} + +.e-dlg-left-bottom { + -webkit-align-items: flex-end; + -webkit-justify-content: flex-start; + -ms-flex-align: end; + align-items: flex-end; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-bottom { + -webkit-align-items: flex-end; + -webkit-justify-content: flex-end; + -ms-flex-align: end; + align-items: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-center-bottom { + -webkit-align-items: center; + -webkit-justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dialog .e-btn.e-dlg-closeicon-btn:hover, +.e-dialog .e-btn.e-dlg-closeicon-btn:focus, +.e-dialog .e-btn.e-dlg-closeicon-btn:active { + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-content-placeholder.e-dialog.e-placeholder-dialog { + background-size: 400px 210px; + min-height: 210px; +} + +.e-bigger .e-content-placeholder.e-dialog.e-placeholder-dialog, +.e-bigger.e-content-placeholder.e-dialog.e-placeholder-dialog { + background-size: 400px 220px; + min-height: 220px; +} + +@media (min-width: 768px) { + .e-alert-dialog.e-dialog.e-popup, + .e-confirm-dialog.e-dialog.e-popup { + margin: 30px auto; + width: 600px; + } +} + +@media (max-width: 768px) { + .e-alert-dialog.e-dialog.e-popup, + .e-confirm-dialog.e-dialog.e-popup { + margin: 30px auto; + width: auto; + } +} + +.e-dialog { + background-color: #fff; + box-shadow: #fff; +} + +.e-dlg-overlay { + background-color: #000; +} + +.e-footer-content { + background-color: #fff; +} + +.e-dlg-header, +.e-dlg-header * { + color: #212529; + font-size: 16px; + font-weight: 500; +} + +.e-dlg-content { + color: #212529; +} + +.e-device .e-dlg-content, +.e-device .e-dlg-content * { + font-size: 12px; +} + +.e-dlg-header-content { + background-color: #fff; +} + +.e-dlg-content { + background-color: #fff; +} + +.e-icon-dlg-close { + color: #000; +} + +.e-dialog .e-btn.e-dlg-closeicon-btn:hover span { + color: #000; +} + +.e-icon-dlg-close:active { + border-radius: 50%; + color: #000; + opacity: 1; +} + +.e-icon-dlg-close:hover { + color: rgba(0, 0, 0, 0.75); +} + +.e-dlg-header-content .e-dlg-closeicon-btn:hover { + background-color: rgba(0, 0, 0, 0.75); +} + +.e-dlg-header-content .e-dlg-closeicon-btn:active { + background-color: rgba(0, 0, 0, 0.5); +} + +.e-south-east, +.e-south-west { + color: #000; +} + +/*! component's theme wise override definitions and variables */ +/*! hscroll icons */ +.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before { + content: '\e70d'; +} + +.e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before { + content: '\e76a'; +} + +.e-hscroll.e-rtl .e-nav-left-arrow::before { + content: '\e71f'; +} + +.e-hscroll.e-rtl .e-nav-right-arrow::before { + content: '\e70b'; +} + +.e-hscroll.e-scroll-device .e-nav-right-arrow::before { + content: '\e76a'; +} + +.e-hscroll.e-scroll-device .e-nav-left-arrow::before { + content: '\e70d'; +} + +.e-hscroll .e-nav-left-arrow::before { + content: '\e71f'; + line-height: normal; +} + +.e-hscroll .e-nav-right-arrow::before { + content: '\e70b'; + line-height: normal; +} + +/*! h-scroll layout */ +.e-bigger .e-hscroll, +.e-hscroll.e-bigger { + min-height: 50px; +} + +.e-bigger .e-hscroll:not(.e-scroll-device), +.e-hscroll.e-bigger:not(.e-scroll-device) { + padding: 0 38px; +} + +.e-bigger .e-hscroll.e-scroll-device, +.e-hscroll.e-bigger.e-scroll-device { + padding-right: 38px; +} + +.e-bigger .e-hscroll.e-rtl.e-scroll-device, +.e-hscroll.e-bigger.e-rtl.e-scroll-device { + padding-left: 38px; + padding-right: initial; +} + +.e-bigger .e-hscroll .e-nav-arrow.e-icons, +.e-hscroll.e-bigger .e-nav-arrow.e-icons { + font-size: 14px; +} + +.e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay, +.e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay { + left: 38px; +} + +.e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay, +.e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay { + right: 38px; +} + +.e-bigger .e-hscroll .e-scroll-nav, +.e-hscroll.e-bigger .e-scroll-nav { + min-height: 50px; + width: 38px; +} + +.e-hscroll { + display: block; + position: relative; + width: inherit; +} + +.e-hscroll.e-rtl.e-scroll-device { + padding-left: 50px; + padding-right: initial; +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(-6px); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay { + left: 52px; + right: auto; + transform: skewX(-16deg) translateX(-6px); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay { + left: auto; + right: 0; +} + +.e-hscroll:not(.e-scroll-device) { + padding: 0 32px; +} + +.e-hscroll.e-scroll-device { + padding-right: 50px; +} + +.e-hscroll.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(6px); + width: 52px; +} + +.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow { + font-size: 14px; + transform: skewX(16deg); +} + +.e-hscroll.e-scroll-device .e-scroll-overlay { + opacity: 0.5; + pointer-events: none; + position: absolute; + top: 0; + z-index: 100; +} + +.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay { + left: auto; + right: 52px; + transform: skewX(-16deg) translateX(6px); +} + +.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay { + left: 0; + right: auto; +} + +.e-hscroll.e-overlay .e-hscroll-content > * { + pointer-events: none; +} + +.e-hscroll > * { + height: inherit; +} + +.e-hscroll .e-hscroll-content { + display: inline-block; + height: inherit; + position: relative; + -ms-touch-action: none; + touch-action: none; +} + +.e-hscroll .e-hscroll-content > * { + pointer-events: auto; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav { + left: 0; + right: auto; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav { + left: auto; + right: 0; +} + +.e-hscroll .e-scroll-nav { + -ms-flex-align: center; + align-items: center; + bottom: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 100%; + min-height: 38px; + overflow: hidden; + position: absolute; + top: 0; + width: 32px; +} + +.e-hscroll .e-scroll-nav.e-scroll-left-nav { + left: 0; +} + +.e-hscroll .e-scroll-nav.e-scroll-right-nav { + right: 0; +} + +.e-hscroll .e-scroll-nav.e-ie-align { + display: table; +} + +.e-hscroll .e-nav-arrow { + position: relative; +} + +.e-hscroll .e-nav-arrow.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay { + pointer-events: none; +} + +/*! h-scroll theme */ +.e-hscroll .e-icons { + color: #333; +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + border-color: #ccc; + box-shadow: 4px 0 8px 0 rgba(108, 117, 125, 0.06); +} + +.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + background-color: #f8f8f8; + border-color: #ccc; + border-width: 1px; + box-shadow: -4px 0 8px 0 rgba(108, 117, 125, 0.06); +} + +.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow { + color: #317ab9; +} + +.e-hscroll .e-scroll-overlay { + background-color: transparent; + background-repeat: repeat-x; +} + +.e-hscroll .e-scroll-overlay.e-scroll-left-overlay { + background-image: linear-gradient(-270deg, white 0%, rgba(255, 255, 255, 0) 100%); +} + +.e-hscroll .e-scroll-overlay.e-scroll-right-overlay { + background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, white 100%); +} + +.e-hscroll.e-rtl .e-scroll-nav { + background: #f8f8f8; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav { + border-left: 1px solid #ccc; + border-right: 0; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav { + border-left: 0; + border-right: 1px solid #ccc; +} + +.e-hscroll.e-rtl .e-scroll-nav:hover { + background: #5a6268; + border: 1px #545b62; + border-color: ""; + color: #fff; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover { + background: #5a6268; + border: 1px #545b62; + color: #fff; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover .e-icons { + color: inherit; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus { + background: #5a6268; + border: 1px #6c757d; + border-color: ""; + color: #fff; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-icons { + color: inherit; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active { + background: #6c757d; + border: 3px solid #adb5bd; + box-shadow: none; + color: #fff; +} + +.e-hscroll .e-scroll-nav { + background: #f8f8f8; +} + +.e-hscroll .e-scroll-nav.e-scroll-left-nav { + border-right: 1px solid #ccc; +} + +.e-hscroll .e-scroll-nav.e-scroll-right-nav { + border-left: 1px solid #ccc; +} + +.e-hscroll .e-scroll-nav::after { + content: ''; +} + +.e-hscroll .e-scroll-nav:active::after { + content: ''; +} + +/*! component's theme wise override definitions and variables */ +/*! vscroll icons */ +.e-vscroll.e-scroll-device .e-nav-up-arrow::before { + content: '\e734'; +} + +.e-vscroll.e-scroll-device .e-nav-down-arrow::before { + content: '\e705'; +} + +.e-vscroll .e-nav-up-arrow::before { + content: '\e734'; + line-height: normal; +} + +.e-vscroll .e-nav-down-arrow::before { + content: '\e705'; + line-height: normal; +} + +/*! v-scroll layout */ +.e-bigger .e-vscroll:not(.e-scroll-device), +.e-vscroll.e-bigger:not(.e-scroll-device) { + padding: 50px 0; +} + +.e-bigger .e-vscroll .e-icons, +.e-vscroll.e-bigger .e-icons { + font-size: 18px; +} + +.e-bigger .e-vscroll.e-rtl .e-scroll-overlay.e-scroll-down-overlay, +.e-vscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-down-overlay { + left: 50px; +} + +.e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay, +.e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay { + right: 50px; +} + +.e-bigger .e-vscroll .e-scroll-nav, +.e-vscroll.e-bigger .e-scroll-nav { + height: 50px; +} + +.e-vscroll { + display: block; + position: relative; + width: inherit; +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(-6px); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay { + left: 52px; + right: auto; + transform: skewX(-16deg) translateX(-6px); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay { + left: auto; + right: 0; +} + +.e-vscroll:not(.e-scroll-device) { + padding: 0 40px; +} + +.e-vscroll.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(6px); + width: 52px; + z-index: 1001; +} + +.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow { + font-size: 14px; + transform: skewX(16deg); +} + +.e-vscroll.e-scroll-device .e-scroll-overlay { + opacity: 0.5; + pointer-events: none; + position: absolute; + top: 0; + z-index: 100; +} + +.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay { + left: auto; + right: 52px; + transform: skewX(-16deg) translateX(6px); +} + +.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay { + left: 0; + right: auto; +} + +.e-vscroll > * { + height: inherit; +} + +.e-vscroll .e-vscroll-content { + display: inline-block; + height: auto; + position: relative; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-vscroll .e-vscroll-content > * { + pointer-events: auto; +} + +.e-vscroll.e-rtl .e-scroll-nav.e-scroll-up-nav { + left: auto; + right: 0; +} + +.e-vscroll.e-rtl .e-scroll-nav.e-scroll-down-nav { + left: 0; + right: auto; +} + +.e-vscroll .e-scroll-nav { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 40px; + overflow: hidden; + position: absolute; + width: 100%; +} + +.e-vscroll .e-scroll-nav.e-scroll-up-nav { + top: 0; +} + +.e-vscroll .e-scroll-nav.e-scroll-down-nav { + bottom: 0; +} + +.e-vscroll .e-scroll-nav.e-ie-align { + display: table; +} + +.e-vscroll .e-nav-arrow { + position: relative; +} + +.e-vscroll .e-nav-arrow.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +/*! v-scroll theme */ +.e-vscroll .e-icons { + color: #333; +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + border-color: #ccc; + box-shadow: 4px 0 8px 0 rgba(108, 117, 125, 0.06); +} + +.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + background-color: #f8f8f8; + border-color: #ccc; + border-width: 1px; + box-shadow: -4px 0 8px 0 rgba(108, 117, 125, 0.06); +} + +.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow { + color: #317ab9; +} + +.e-vscroll .e-scroll-overlay { + background-color: transparent; + background-repeat: repeat-x; +} + +.e-vscroll .e-scroll-overlay.e-scroll-up-overlay { + background-image: linear-gradient(-270deg, white 0%, rgba(255, 255, 255, 0) 100%); +} + +.e-vscroll .e-scroll-overlay.e-scroll-down-overlay { + background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, white 100%); +} + +.e-vscroll.e-rtl .e-scroll-nav { + background: #f8f8f8; +} + +.e-vscroll.e-rtl .e-scroll-nav:hover { + background: #e6e6e6; + border: ""; + border-color: ""; + color: #fff; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover { + background: #e6e6e6; + border: ""; + color: #fff; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus { + background: #e6e6e6; + border: ""; + border-color: ""; + color: #fff; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active { + background: #e6e6e6; + border: ""; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-vscroll .e-scroll-nav { + background: #f8f8f8; +} + +.e-vscroll .e-scroll-nav.e-scroll-up-nav { + border-bottom: 1px solid #ccc; +} + +.e-vscroll .e-scroll-nav.e-scroll-down-nav { + border-top: 1px solid #ccc; +} + +.e-vscroll .e-scroll-nav::after { + content: ''; +} + +.e-vscroll .e-scroll-nav:active::after { + content: ''; +} + +/*! component's theme wise override definitions and variables */ +/*! component's theme wise override definitions and variables */ +/*! toolbar icons */ +.e-toolbar .e-popup-down-icon::before { + content: '\e744'; + line-height: normal; +} + +.e-toolbar .e-popup-up-icon::before { + content: '\e721'; + line-height: normal; +} + +/*! toolbar layout */ +.e-bigger .e-toolbar, +.e-toolbar.e-bigger { + height: 54px; + min-height: 54px; +} + +.e-bigger .e-toolbar .e-tbar-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-tbar-btn .e-tbar-btn-text { + font-size: 16px; +} + +.e-bigger .e-toolbar .e-tbar-btn .e-icons, +.e-toolbar.e-bigger .e-tbar-btn .e-icons { + font-size: 16px; +} + +.e-bigger .e-toolbar .e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-tbar-btn .e-icons.e-btn-icon { + font-size: 16px; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child { + margin: 0; + margin-left: 12px; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-left: 16px; + margin-right: initial; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-left: 16px; + margin-right: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 12px; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-toolbar .e-hor-nav, +.e-toolbar.e-bigger .e-hor-nav { + min-height: 54px; + min-width: 38px; +} + +.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 32px; +} + +.e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon { + line-height: 32px; + min-height: 32px; + min-width: 24px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + line-height: 32px; + line-height: inherit; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + min-width: 48px; + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + min-width: 24px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn { + min-height: 25px; + padding: 0 20px 0 20px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin-left: 0; + padding: 0 6px 0 4px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0 4px 0 6px; +} + +.e-bigger .e-toolbar .e-toolbar-items, +.e-toolbar.e-bigger .e-toolbar-items { + min-height: 54px; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow { + margin-left: 15px; + margin-right: 15px; + white-space: normal; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator { + display: none; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-right: 16px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 16px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 16px; +} + +.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 16px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item { + min-height: 54px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 0; + padding: 8px 2.5px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator { + height: calc(100% - 12px); + margin: 1px 4px; + min-height: 36px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: calc(100% - 6px); + margin: 0; + min-height: 38px; + min-width: 38px; + padding: 1.5px 5.5px; + line-height: 34px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus { + padding: 0 6px; + padding: 0 4.5px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover { + padding: 0 6px; + padding: 0 4.5px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control:active { + padding: 0 6px; + padding: 0 4.5px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0 4px 0 6px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon { + padding: 0 12px 0 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 6px 0 4px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended { + min-height: 54px; + padding-bottom: 0; + padding-left: 16px; + padding-right: 16px; + padding-top: 0; + margin-left: -1px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close { + display: none; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open { + display: inline; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended { + width: inherit; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended { + box-shadow: none; + display: inline; + white-space: normal; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) { + min-width: 0; + padding: 8px 2.5px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator { + display: none; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 54px; + vertical-align: middle; + width: auto; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 6px 0 4px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: calc(100% - 6px); + margin: 0; + min-height: 38px; + min-width: 38px; + padding: 1.5px 5.5px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:hover, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:focus, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control:active { + padding: 0 5.5px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 32px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + height: calc(100% - 12px); + margin: 1px 4px; + min-height: 36px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon { + line-height: 32px; + min-height: 32px; + min-width: 24px; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav, +.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended { + padding-right: 16px; + margin-left: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-height: 38px; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + height: auto; + margin: 6px; + min-height: auto; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + margin: 2px auto; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-hor-nav, +.e-toolbar.e-bigger.e-vertical .e-hor-nav { + min-height: 40px; + min-width: 50px; +} + +.e-toolbar { + border-radius: 4px; + display: block; + height: 38px; + min-height: 38px; + position: relative; + -ms-touch-action: none; + touch-action: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended { + padding-right: 12px; + margin-left: 0; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left { + padding-left: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align { + display: table; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + min-height: 38px; + padding-bottom: 0; + padding-left: 12px; + padding-right: 12px; + padding-top: 0; + margin-left: -1px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open { + display: inline; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended { + width: inherit; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended { + box-shadow: none; + display: inline; + white-space: normal; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) { + height: 100%; + min-width: 30px; + padding: 3px 4px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 0; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 6px 0 4px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text { + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; + font-size: 14px; + line-height: inherit; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: calc(100% - 10px); + margin: 0; + min-height: 32px; + min-width: 32px; + padding: 0 3px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 26px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + margin: 5.5px 6px; + min-height: 26px; + min-width: 1px; + vertical-align: middle; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) { + line-height: 26px; + min-height: 26px; + min-width: 26px; + padding: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) { + height: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + font-size: 14px; + vertical-align: middle; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn { + cursor: pointer; + font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; + font-size: 14px; + font-weight: 400; + overflow: hidden; + padding: 0 3px; + text-align: center; + text-decoration: none; + text-transform: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child { + display: inline-block; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + text-overflow: ellipsis; +} + +.e-toolbar.e-control[class*='e-toolbar'] { + box-sizing: content-box; +} + +.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar .e-tbar-btn-text, +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: inline-block; + padding: 0 6px 0 4px; +} + +.e-toolbar.e-hidden, +.e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden { + display: none; +} + +.e-toolbar.e-corner { + border-radius: 0; +} + +.e-toolbar .e-toolbar-pop { + border-radius: 4px; + overflow: hidden; + padding: 5px 0; + position: absolute; +} + +.e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + width: auto; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden { + display: none; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: start; + justify-content: flex-start; + min-height: 26px; + padding: 0 15px 0 15px; + border: 0; + border-radius: 0; + margin: 0; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + padding: 0 4px 0 5px; + width: auto; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0 5px 0 4px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + min-width: 26px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + min-width: 34px; + padding: 0; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control { + text-align: center; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon { + min-width: 100%; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: auto; + -ms-flex-pack: center; + justify-content: center; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item > * { + height: 100%; + min-width: 100%; + text-overflow: ellipsis; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar .e-toolbar-pop .e-toolpopup { + text-align: center; +} + +.e-toolbar .e-toolbar-popup { + text-align: center; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child { + margin: 0; + margin-left: 12px; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-left: 12px; + margin-right: initial; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 12px; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: auto; + right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right { + left: 0; + right: auto; +} + +.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 12px; +} + +.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 12px; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 12px; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child { + margin-left: 12px; + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child { + margin-left: 12px; + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child, +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child, +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child { + margin-right: 12px; +} + +.e-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; + border-radius: 4px 0 0 4px; +} + +.e-toolbar .e-hor-nav { + -ms-flex-align: center; + align-items: center; + border-radius: 0 4px 4px 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 100%; + min-height: 38px; + overflow: hidden; + position: absolute; + right: 0; + top: 0; + width: 38px; +} + +.e-toolbar .e-hor-nav.e-ie-align { + display: table; +} + +.e-toolbar .e-popup-down-icon.e-icons, +.e-toolbar .e-popup-up-icon.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 26px; +} + +.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + line-height: 26px; + min-height: 26px; +} + +.e-toolbar .e-toolbar-items { + border-radius: 4px 0 0 4px; + display: inline-block; + height: 100%; + min-height: 38px; + vertical-align: middle; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow { + margin-bottom: 1px; + margin-left: 15px; + margin-right: 15px; + white-space: normal; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator { + display: none; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left, +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center, +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right { + display: inline; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos { + display: block; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + display: table; + height: 100%; + top: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left { + position: absolute; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + right: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: 0; + line-height: 35px; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center { + margin: 0 auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-left, +.e-toolbar .e-toolbar-items .e-toolbar-center, +.e-toolbar .e-toolbar-items .e-toolbar-right { + display: inline-block; +} + +.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 12px; +} + +.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 12px; +} + +.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 12px; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 12px; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child { + margin-right: 12px; +} + +.e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child, +.e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 12px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-right: 12px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 12px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 0; + vertical-align: middle; + width: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + height: 100%; + min-width: 30px; + padding: 3px 4px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + margin: 5.5px 6px; + min-height: 27px; + min-width: 1px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item input[type='checkbox'] { + height: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + height: calc(100% - 10px); + margin: 0; + min-height: 32px; + min-width: 32px; + padding: 0 3px; + line-height: 27px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0 2px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0 4px 0 6px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon { + padding: 0 12px 0 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + min-width: 26px; + width: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item > * { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + text-overflow: ellipsis; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + height: calc(100% - 15px); + vertical-align: middle; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator { + display: none; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:first-of-type { + display: none; +} + +.e-toolbar .e-tbar-btn > :first-child { + display: inline-block; +} + +.e-toolbar .e-tbar-btn { + border: none; + cursor: pointer; + font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; + font-size: 14px; + font-weight: 400; + overflow: hidden; + padding: 0 3px; + text-align: center; + text-decoration: none; + text-transform: none; +} + +.e-toolbar .e-tbar-btn .e-icons.e-btn-icon { + font-size: 14px; + vertical-align: middle; +} + +.e-toolbar .e-tbar-btn div { + vertical-align: middle; +} + +.e-toolbar .e-tbar-btn .e-tbar-btn-text { + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif"; + font-size: 14px; + line-height: inherit; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-vertical { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left { + bottom: 0; + top: auto; +} + +.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right { + bottom: auto; + top: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center, +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right { + height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: auto; + right: auto; + top: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right { + bottom: 0; + left: auto; + right: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item { + display: -ms-flexbox; + display: flex; + height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 33px; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + height: auto; + margin: 6px 5.5px; + min-height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + margin: 0; +} + +.e-toolbar.e-vertical .e-hor-nav { + bottom: 0; + height: auto; + left: 0; + min-height: 40px; + min-width: 50px; + right: auto; + top: auto; + width: auto; +} + +/*! toolbar theme */ +.e-toolbar { + -webkit-tap-highlight-color: transparent; + background: #f8f9fa; + border: 1px solid #dee2e6; + box-shadow: none; +} + +.e-toolbar.e-vertical .e-hor-nav { + border: solid #dee2e6; + border-width: 1px 0 0 0; +} + +.e-toolbar.e-vertical.e-rtl .e-hor-nav { + border: solid #dee2e6; + border-width: 0 0 1px 0; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + border-width: 0 0 1px 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay { + background: #f8f9fa; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + border: solid #ced4da; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #495057; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn { + background: #f8f9fa; + box-shadow: none; + color: #495057; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus { + background: #6c757d; + border-color: #6c757d; + border-radius: 4px; + color: #fff; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover { + background: #6c757d; + border-color: #545b62; + border-radius: 4px; + color: #fff; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active { + background: #6c757d; + border-color: #545b62; + border-radius: 4px; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text { + color: #495057; +} + +.e-toolbar .e-icons { + color: #495057; +} + +.e-toolbar .e-toolbar-pop { + background: #f8f9fa; + border: 1px solid #dee2e6; + box-shadow: none; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover, +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active, +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus { + background: #007bff; + box-shadow: none; + color: #fff; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-icons, +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text, +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-icons, +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text, +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-icons, +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text { + color: inherit; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn { + background: #fff; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text { + color: #495057; +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) { + background: #6c757d; + border: 3px solid #adb5bd; + border-left: 1px "" #6c757d; + box-shadow: none; +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons { + color: #fff; +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons:active, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons:active { + color: inherit; +} + +.e-toolbar .e-tbar-btn { + background: #f8f9fa; + box-shadow: none; + color: #495057; +} + +.e-toolbar .e-tbar-btn:focus { + background: #6c757d; + box-shadow: 0 0 0 3px rgba(130, 138, 145, 0.5); + border: 1px solid #6c757d; + margin: 0; + border-color: #6c757d; + border-radius: 4px; + color: #fff; +} + +.e-toolbar .e-tbar-btn:hover { + background: #6c757d; + border: 1px solid #545b62; + border-color: #545b62; + border-radius: 4px; + color: #fff; +} + +.e-toolbar .e-tbar-btn:hover .e-icons, +.e-toolbar .e-tbar-btn:hover .e-tbar-btn-text { + color: inherit; +} + +.e-toolbar .e-toolbar-items { + background: #f8f9fa; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay { + background: #f8f9fa; + opacity: .65; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text { + color: #495057; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons { + color: #495057; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + color: #495057; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons, +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-tbar-btn-text, .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons, +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-tbar-btn-text { + color: inherit; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border: solid #ced4da; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-rtl .e-hor-nav { + background: #f8f9fa; + border: solid #dee2e6; + border-left: 0; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover { + background: #6c757d; + color: #fff; +} + +.e-toolbar .e-hor-nav { + background: #f8f9fa; + border: solid #dee2e6; + border-width: 0 0 0 1px; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav)::after { + content: ''; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active { + border: 3px solid #adb5bd; + box-shadow: none; + color: #fff; + background: #6c757d; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active .e-icons { + color: inherit; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active::after { + content: ''; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):hover { + background: #6c757d; + border-left: ""; + color: #fff; + background: #5a6268; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):hover .e-icons { + color: inherit; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):focus { + background: #6c757d; + border-color: ""; + border-left: ""; + color: #fff; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):focus .e-icons { + color: inherit; +} + +.e-toolbar .e-tbar-btn:active { + background: #6c757d; + border-color: #545b62; + border-radius: 4px; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + color: #fff; + background: #545b62; + border: 1px solid #4e555b; +} + +.e-toolbar .e-tbar-btn:active .e-icons, +.e-toolbar .e-tbar-btn:active .e-tbar-btn-text { + color: inherit; +} + +/*! Horizontal Tab */ +/*! Bootstrap specific themes definition's */ +/*! Vertical Tab */ +/*! tab icons */ +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before { + content: '\e70b'; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before { + content: '\e71f'; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before { + content: '\e71f'; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + content: '\e70b'; +} + +.e-tab .e-tab-header .e-close-icon::before { + content: '\e745'; + position: relative; +} + +.e-tab .e-tab-header .e-popup-up-icon::before { + content: '\e721'; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-popup-up-icon::before { + content: '\e781'; + } +} + +.e-tab .e-tab-header .e-popup-down-icon::before { + content: '\e744'; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-popup-down-icon::before { + content: '\e781'; + } +} + +@media screen and (max-width: 480px) { + .e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before { + content: '\e721'; + } + .e-tab.e-vertical-icon .e-tab-header .e-popup-down-icon::before { + content: '\e744'; + } +} + +.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before { + content: '\e734'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before { + content: '\e705'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before { + content: 'More'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::after { + content: '\e721'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::before { + content: 'More'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::after { + content: '\e744'; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::before { + content: ''; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::after { + content: '\e721'; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::before { + content: ''; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::after { + content: '\e744'; +} + +/*! tab layout */ +.e-bigger .e-tab .e-tab-header, +.e-tab.e-bigger .e-tab-header { + height: 42px; + min-height: 42px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items, +.e-tab.e-bigger .e-tab-header .e-toolbar-items { + height: auto; + min-height: auto; + height: 42px; + min-height: 42px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-items .e-indicator + .e-toolbar-item:nth-last-child(1).e-active { + margin: 1px 2px 0 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0 2px 0 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav { + width: 50px; + border-radius: 4px; + width: 38px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 42px; + margin: 0 2px 0 0; + min-height: 42px; + min-width: auto; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 42px; + padding: 0 16px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 15px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap { + height: 42px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 16px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active { + margin: 0 2px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active, + .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft:not(.e-icon) .e-tab-icon::before { + position: relative; + top: -.5px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 42px; + margin-top: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 42px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap { + padding: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + cursor: pointer; + margin: 0 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + margin: 0 0 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + height: 24px; + min-width: 24px; + width: 24px; + line-height: 24px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon, +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 16px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + padding: 0 20px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 10px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + right: 20px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 10px 0 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 10px; +} + +.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-right: 22px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 40px; + min-height: 40px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 40px; + padding: 0 24px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + padding: 0 24px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap { + height: 40px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'], +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'], + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before { + top: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + right: 24px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav { + height: 42px; + min-height: 42px; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-scroll-nav, + .e-tab.e-bigger .e-tab-header .e-scroll-nav { + padding: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0; +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-left-nav { + padding: 0; +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 38px; + line-height: 38px; + width: 38px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, + .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 38px; + line-height: 38px; + width: 38px; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + font-size: 12px; + line-height: 38px; + top: 0; + vertical-align: initial; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav, +.e-tab.e-bigger .e-tab-header .e-hor-nav { + height: 42px; + min-height: 42px; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav, + .e-tab.e-bigger .e-tab-header .e-hor-nav { + padding: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 12px; + height: 38px; + line-height: 38px; + width: 38px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 12px; + height: 38px; + line-height: 38px; + width: 38px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + line-height: 38px; + top: 0; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover { + line-height: 38px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + top: 0; + line-height: 38px; + top: .5px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + line-height: 38px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + top: 0; + line-height: 38px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover { + line-height: 38px; + top: -2px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 15px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 15px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0 2px 0 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 2px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active, + .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text { + padding-top: 1px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-close-icon::before { + top: .5px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap { + height: initial; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-close-icon::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-close-icon::before { + top: 1.5px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child { + margin: 0 2px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child, + .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child { + margin: 0 2px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-tab-text { + padding-top: .5px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child .e-close-icon::before { + top: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 42px; + padding: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap { + height: 42px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap { + height: initial; +} + +.e-bigger .e-tab .e-tab-header.e-vertical, +.e-tab.e-bigger .e-tab-header.e-vertical { + max-width: 150px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before, +.e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 23px; + top: 23px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before, + .e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 0; + top: 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device), +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap { + padding: 0 16px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + right: -20px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav, +.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav { + height: 24px; + min-height: 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow, +.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav { + padding: 0 16px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + line-height: 48px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + font-size: 16px; + line-height: 48px; + margin: 0 0 0 8px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items, +.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items { + height: auto; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header, +.e-tab.e-bigger.e-vertical-icon .e-tab-header { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items { + height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav { + height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav { + height: 72px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before, + .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + } +} + +.e-bigger .e-tab.e-vertical-icon.e-rtl .e-toolbar-item.e-active, +.e-tab.e-bigger.e-vertical-icon.e-rtl .e-toolbar-item.e-active { + margin: 0 0 0 2px; +} + +.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items, +.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav, +.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav { + height: 24px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 42px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 42px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 72px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus { + height: 40px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 40px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 42px; +} + +.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 42px; + padding: 0; +} + +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 15px; +} + +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 15px; +} + +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 15px; +} + +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 13px; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-close-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-close-icon::before { + top: 0; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before { + top: 0; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + top: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active, +.e-tab.e-bigger.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active { + margin: 0 0 0 2px; +} + +.e-bigger .e-tab.e-fill .e-tab-header, +.e-tab.e-bigger.e-fill .e-tab-header { + height: 42px; + min-height: 42px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header, + .e-tab.e-bigger.e-fill .e-tab-header { + height: 42px; + min-height: 42px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items { + height: auto; + min-height: 42px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items { + min-height: 42px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 42px; + margin: 0 2px 0 0; + min-height: 42px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator), + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 42px; + min-height: 42px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 42px; + padding: 0 20px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 42px; + padding: 0 20px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 42px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 42px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 42px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 42px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 42px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 42px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + height: auto; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 16px; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 42px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 42px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 72px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; + } +} + +.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header, +.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header { + height: 70px; + min-height: 70px; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 2px 0 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 20px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 20px; + } +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 42px; +} + +.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 16px; +} + +.e-bigger .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 10px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 10px 0 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 10px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: 20px; + right: auto; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-left: 22px; + margin-right: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 12px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + left: 24px; + right: auto; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 12px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-hor-nav, +.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-right-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-hor-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-right-nav { + padding: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-left-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-left-nav { + padding: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + left: -20px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav { + padding: 0 16px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after, +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after { + margin: 0 8px 0 0; +} + +.e-tab { + display: block; + position: relative; +} + +.e-tab.e-hidden { + display: none; +} + +.e-tab.e-fill-mode .e-content, +.e-tab.e-fill-mode .e-content .e-item, +.e-tab.e-fill-mode .e-content .e-item > div, +.e-tab.e-fill-mode .e-content .e-item > div > .e-blazor-template { + height: 100%; +} + +.e-tab .e-tab-header { + height: 32px; + min-height: 32px; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header { + height: 42px; + min-height: 42px; + } +} + +.e-tab .e-tab-header::before { + content: ''; + position: absolute; + display: block; +} + +.e-tab .e-tab-header:not(.e-vertical)::before { + bottom: 0; + top: 0; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-items { + height: auto; + margin: 0; + min-height: 32px; + position: relative; + height: 32px; + min-height: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items { + min-height: 42px; + } +} + +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device { + padding: 0; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav { + display: none; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll[style*='overflow: hidden'] .e-toolbar-item:not(.e-separator).e-active { + margin-bottom: 0; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav { + width: 40px; + border-radius: 4px; + width: 32px; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0 2px 0 0; +} + +.e-tab .e-tab-header .e-hscroll-bar { + overflow: hidden; +} + +.e-tab .e-tab-header .e-indicator { + display: none; + position: absolute; +} + +.e-tab .e-tab-header .e-indicator.e-hidden { + display: none; +} + +.e-tab .e-tab-header:not(.e-vertical) .e-indicator { + bottom: 0; + height: 2px; + left: 0; + right: 0; + transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1); +} + +.e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.e-tab .e-tab-header .e-toolbar-item.e-hidden { + display: none; +} + +.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 32px; + margin: 0 2px 0 0; + min-height: 32px; + min-width: auto; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 42px; + min-height: 42px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 32px; + padding: 0 12px; + width: 100%; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 42px; + padding: 0 15px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-text-wrap { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-text-wrap { + height: 42px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-text { + display: inherit; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; + text-transform: capitalize; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 16px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active { + margin: 0 2px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active { + margin: 0 2px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 32px; + margin-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 42px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover { + border: 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 400; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon::before { + top: -1px; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 32px; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 42px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + display: none; + margin: 0 0 0 6px; + min-width: 12px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + margin: 0 0 0 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon, +.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-close-icon, + .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; + } +} + +@media screen\0 { + .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + top: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + display: -ms-inline-flexbox; + display: inline-flex; + height: 20px; + min-width: 20px; + width: 20px; + line-height: 20px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + height: 20px; + width: 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 14px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-icon, + .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + -ms-flex-pack: center; + justify-content: center; + padding: 0 15px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + padding: 0 16px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 10px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom { + height: 62px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom { + height: 72px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 62px; + position: relative; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + display: block; + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + position: absolute; + right: 15px; + top: calc(50% - 6px); +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + right: 12px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 8px 0 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 10px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 10px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top, +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + margin: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop { + overflow-y: auto; + padding: 5px 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 26px; + min-height: 26px; + min-width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 26px; + padding: 0 20px; + text-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 24px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap { + height: 26px; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + display: -ms-inline-flexbox; + display: inline-flex; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + margin: 0 0 0 8px; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before { + top: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap { + display: -ms-inline-flexbox; + display: inline-flex; + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + display: block; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 0 10px; + padding-left: 0; + padding-right: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 0 12px; + padding-left: 0; + padding-right: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + right: 20px; + top: initial; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon { + -ms-flex-align: center; + align-items: center; + -ms-flex-item-align: center; + align-self: center; + display: -ms-inline-flexbox; + display: inline-flex; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon { + display: none; + } +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon { + display: -ms-inline-flexbox; + display: inline-flex; + } +} + +.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-right: 20px; +} + +.e-tab .e-tab-header .e-scroll-nav { + height: 32px; + min-height: 32px; + min-width: auto; + width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav { + height: 42px; + min-height: 42px; + } +} + +.e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav { + padding: 0; +} + +.e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0; + } +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + font-size: 10px; + line-height: 32px; + position: relative; + top: 0; + vertical-align: initial; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 10px; + height: 32px; + line-height: 32px; + width: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 38px; + line-height: 38px; + width: 38px; + } +} + +.e-tab .e-tab-header .e-hor-nav { + height: 32px; + min-height: 32px; + min-width: auto; + padding: 0; + width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav { + height: 42px; + min-height: 42px; + padding: 0; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 10px; + height: 32px; + line-height: 32px; + width: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 12px; + height: 38px; + line-height: 38px; + width: 38px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 10px; + line-height: 32px; + position: relative; + top: 0; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover { + line-height: 32px; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + top: 0; + line-height: 32px; + top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + line-height: 43px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon { + transform: none; + transition: none; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + transform: none; + transition: none; + } +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + line-height: 32px; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + top: 0; + line-height: 32px; + top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, + .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + line-height: 43px; + } +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover { + line-height: 32px; + top: -.5px; +} + +.e-tab .e-tab-header.e-horizontal-bottom::before { + bottom: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-hscroll-bar { + margin-top: -1px; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + padding-bottom: 0; + padding-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 2px 0 0; + } +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-indicator { + bottom: auto; + top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 2px 0 0; + padding-bottom: 0; + padding-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 2px 0 0; + } +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 32px; + padding: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: initial; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap { + height: initial; + padding: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap::before { + bottom: auto; + top: 0; +} + +.e-tab .e-tab-header.e-vertical { + max-width: 150px; + z-index: 1; +} + +.e-tab .e-tab-header.e-vertical::before { + bottom: 0; + height: 100%; + left: 0; + top: 0; +} + +.e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 15px; + height: auto; + top: 15px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 0; + top: 0; + } +} + +.e-tab .e-tab-header.e-vertical .e-indicator { + display: none; + transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1); + width: 2px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) { + padding: 16px 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-text-wrap { + position: relative; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text, +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-icon::before { + text-align: center; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before { + display: none; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + right: -15px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-pop { + top: initial !important; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left { + float: left; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left::before { + right: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left .e-indicator { + left: auto; + right: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right { + float: right; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right::before { + right: auto; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-indicator { + left: 0; + right: auto; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-tab-wrap { + text-align: right; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text { + width: auto; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav { + height: 16px; + -ms-flex-pack: center; + justify-content: center; + min-height: 16px; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + font-size: 10px; + height: 16px; + line-height: 16px; + margin: 0 auto; + width: 16px; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav { + padding: 0 12px; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + height: 100%; + transform: none; + transition: none; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + float: left; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; + line-height: 36px; + text-align: left; + text-transform: capitalize; + transform: none; + transition: none; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + float: left; + font-size: 12px; + line-height: 36px; + margin: 0 0 0 8px; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, + .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + font-size: 16px; + } +} + +.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-nav, +.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-overlay { + display: none; +} + +.e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items { + height: auto; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: -15px; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav { + padding: 0 12px; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + float: right; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + float: right; + margin: 0 8px 0 0; +} + +.e-tab .e-content { + position: relative; +} + +.e-tab .e-content .e-item.e-view { + bottom: 0; + left: 0; + overflow: hidden; + position: absolute; + right: 0; + top: 0; +} + +.e-tab .e-content > .e-item { + display: none; +} + +.e-tab .e-content > .e-item.e-active { + background: inherit; + display: block; +} + +.e-tab .e-content.e-progress { + overflow-x: hidden; +} + +.e-tab.e-vertical-tab .e-content { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-vertical-tab .e-content .e-item.e-active { + display: -ms-flexbox; + display: flex; + -ms-flex: none; + flex: none; +} + +.e-tab.e-vertical-tab .e-content .e-item, +.e-tab.e-vertical-tab .e-content .e-item > :first-child { + width: 100%; +} + +.e-tab.e-vertical-icon .e-tab-header { + height: 62px; + min-height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items { + height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav { + height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-hor-nav { + height: 62px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + } +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before, +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before { + display: none; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap { + position: relative; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav { + height: 16px; +} + +.e-tab.e-vertical-icon.e-rtl .e-tab-header .e-toolbar-item.e-active { + margin: 0 0 0 2px; +} + +.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 32px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 32px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 62px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus { + height: 26px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 26px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 32px; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 32px; + padding: 0; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-template .e-content > .e-item { + display: none; +} + +.e-tab.e-template .e-content > .e-item.e-active { + background: inherit; + display: block; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + display: block; + line-height: 15px; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + display: block; + line-height: 14px; +} + +.e-tab.e-ie .e-tab-header .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; +} + +.e-tab.e-ie .e-tab-header .e-popup-up-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-ie .e-tab-header .e-popup-up-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-ie .e-tab-header .e-popup-down-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-ie .e-tab-header .e-popup-down-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + display: block; + line-height: 14px; + position: relative; +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + display: block; + line-height: 11px; + position: relative; +} + +.e-tab.e-edge .e-tab-header .e-popup-up-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-up-icon { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; + } +} + +@media screen and (max-width: 480px) and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-up-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-up-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-down-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-safari .e-tab-header .e-close-icon::before { + top: -1px; +} + +.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before { + top: 0; +} + +.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + top: 0; +} + +.e-tab.e-disable { + pointer-events: none; +} + +.e-tab.e-fill .e-tab-header { + height: 32px; + min-height: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header { + height: 42px; + min-height: 42px; + } +} + +.e-tab.e-fill .e-tab-header::before { + display: none; +} + +.e-tab.e-fill .e-tab-header .e-indicator { + display: none; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items { + height: auto; + min-height: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-items { + min-height: 42px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 32px; + margin: 0 2px 0 0; + min-height: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 42px; + min-height: 42px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 62px; + min-height: 62px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 32px; + padding: 0 15px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 42px; + padding: 0 15px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 42px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 42px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 400; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 42px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 62px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + height: auto; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + padding: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-itop { + padding-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin-right: 0; + padding: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 32px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 42px; + } +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: 44px; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 32px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 32px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 62px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; + } +} + +.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-tab.e-fill.e-vertical-icon .e-tab-header { + height: 60px; + min-height: 60px; +} + +.e-tab.e-background .e-tab-header::before { + display: none; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 2px 0 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 15px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 20px; + } +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 32px; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 400; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + padding: 0; +} + +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0; + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap { + height: 26px; +} + +.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 8px 0 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 8px 0 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: 15px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-left: 20px; + margin-right: 0; +} + +.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 2px; +} + +.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active { + margin: 0 0 0 2px; +} + +.e-tab.e-rtl .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator).e-active .e-tab-text { + margin-bottom: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 10px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 0; + } +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + left: 16px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + left: 24px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 10px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 10px; + padding-right: 0; + } +} + +.e-tab.e-rtl .e-tab-header .e-hor-nav, +.e-tab.e-rtl .e-tab-header .e-scroll-right-nav { + padding: 0; +} + +.e-tab.e-rtl .e-tab-header .e-scroll-left-nav { + padding: 0; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + display: none; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + margin: 0; + width: 100%; +} + +/*! tab theme */ +.e-tab { + background: transparent; + border: none; +} + +.e-tab .e-tab-header { + background: inherit; + border: 0; + border-radius: 0; +} + +.e-tab .e-tab-header::before { + border-color: #dee2e6; + border-style: solid; +} + +.e-tab .e-tab-header:not(.e-vertical)::before { + border-width: 0 0 1px; +} + +.e-tab .e-tab-header[style*='overflow: hidden'] { + border: 0; +} + +.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active { + border-bottom: 1px solid #fff; +} + +.e-tab .e-tab-header .e-toolbar-items { + background: inherit; +} + +.e-tab .e-tab-header .e-indicator { + background: #dee2e6; +} + +.e-tab .e-tab-header .e-toolbar-item { + background: inherit; + border: 1px solid transparent; +} + +.e-tab .e-tab-header .e-toolbar-item .e-ripple-element { + background: rgba(222, 226, 230, 0); +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-radius: 4px; + color: #007bff; + border: 1px solid transparent; +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #007bff; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #317ab9; + } + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #317ab9; + } + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon { + color: #777; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: transparent; + border: 1px solid #e9ecef; + border-radius: 4px 4px 0 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: initial; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #0056b3; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active { + border: 1px solid #dee2e6; + border-radius: 4px 4px 0 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + border: 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #495057; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #495057; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon { + color: #495057; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text { + color: #777; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon { + color: rgba(0, 0, 0, 0.5); +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover { + color: rgba(0, 0, 0, 0.75); +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active { + color: rgba(0, 0, 0, 0.75); +} + +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay { + background: inherit; + opacity: 1; + pointer-events: none; +} + +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon { + color: #6c757d; +} + +.e-tab .e-tab-header .e-toolbar-pop { + background: #fff; + border: 1px #000; + border-radius: 4px; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + overflow-y: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop[e-animate='true'] { + overflow-y: hidden; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #212529; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover { + background: #f2f4f6; + border: 1px solid transparent; + border-radius: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: #0056b3; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active { + background: #007bff; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon { + color: #fff; +} + +.e-tab .e-tab-header .e-scroll-nav, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow { + color: #212529; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover { + background: #5a6268; + color: #fff; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active { + box-shadow: none; +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow { + background: #6c757d; + color: #fff; +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover { + background: #5a6268; + color: #fff; +} + +.e-tab .e-tab-header .e-scroll-nav:active, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:active { + border: 3px solid #adb5bd; +} + +.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow { + color: rgba(108, 117, 125, 0.65); +} + +.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover { + color: rgba(108, 117, 125, 0.65); +} + +.e-tab .e-tab-header .e-hor-nav, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) { + background: transparent; + border: 0; + border: 3px solid transparent; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon { + color: #212529; + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover { + background: #5a6268; + border: 1px solid #545b62; + border-radius: 4px; + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover { + color: #fff; + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon { + background: #6c757d; + border: 1px solid #adadad; + border-radius: 4px; + color: #fff; + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover { + background: #5a6268; + border: 1px solid #545b62; + border-radius: 4px; + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active { + background: #5a6268; + border: 1px solid #adadad; + border-radius: 4px; + box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover { + border: 0; + border: 3px solid transparent; +} + +.e-tab .e-tab-header .e-hor-nav:hover:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active { + background: transparent; +} + +.e-tab .e-tab-header .e-hor-nav.e-nav-active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active { + background: inherit; + border: 0; + box-shadow: none; + background: #6c757d; + border: 3px solid #adb5bd; + border-radius: 4px; +} + +.e-tab .e-tab-header.e-horizontal-bottom[style*='overflow: hidden'] { + border: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom[style*='overflow: hidden'] .e-toolbar-items { + border-bottom: 0; + border-top: 1px solid #ddd; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + border-bottom: 0; + border-radius: 0 0 4px 4px; + border-top: 1px solid #fff; + border-top-color: #fff; + border-bottom: 1px solid #ddd; +} + +.e-tab .e-tab-header.e-vertical::before { + border-width: 0 1px 0 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active { + border-bottom: 1px solid #ddd; + border-top: 1px solid #ddd; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active { + border-radius: 4px 0 0 4px; + border-right: 1px solid #fff; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active { + border-left: 1px solid #fff; + border-radius: 0 4px 4px 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-pop { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav { + background: inherit; + border: 1px solid transparent; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-up-nav { + border-bottom-color: #ddd; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav { + border-top-color: #ddd; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow:hover { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover { + background: #eee; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow { + color: #fff; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus { + background: #eee; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover { + background: none; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + border: 0; + color: #212529; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover { + background: inherit; + border: 0; + box-shadow: none; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon { + border: 0; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + background: #eee; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text { + color: #0056b3; +} + +.e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #fff; +} + +.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #fff; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + border: 0; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + border: 0; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus { + outline: 0; +} + +.e-tab.e-disable { + pointer-events: none; +} + +.e-tab.e-disable .e-tab-header .e-indicator { + background: rgba(222, 226, 230, 0.38); +} + +.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #6c757d; +} + +.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #6c757d; +} + +.e-tab.e-disable .e-content { + opacity: 0.38; +} + +.e-tab.e-fill .e-tab-header { + border-bottom: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items.e-hscroll { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element { + background: rgba(222, 226, 230, 0); +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #007bff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #0056b3; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + background: #007bff; + border-radius: 4px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #fff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon { + color: #fff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover { + color: #fff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover { + background: #007bff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-tab-icon, +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-tab-wrap:hover .e-close-icon { + color: #fff; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical { + border-bottom: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left { + border-right: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right { + border-left: 0; +} + +.e-tab.e-fill.e-corner .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + border-radius: 3px 3px 0 0; +} + +.e-tab.e-fill.e-corner .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap { + border-radius: 0 0 3px 3px; +} + +.e-tab.e-fill.e-disable .e-tab-header { + border-bottom: 0; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #6c757d; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active { + opacity: 0.65; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #317ab9; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #6c757d; +} + +.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 0; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon { + color: #5a6268; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #eee; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon { + color: #0056b3; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; + color: #212529; +} + +.e-tab.e-background .e-tab-header { + background: inherit; + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items { + background: inherit; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items.e-hscroll { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-indicator { + background: #dee2e6; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element { + background: rgba(222, 226, 230, 0); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + background: inherit; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: transparent; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text { + color: #0056b3; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: rgba(0, 0, 0, 0.5); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon { + color: #007bff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon { + color: rgba(0, 0, 0, 0.5); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover { + color: #5a6268; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + background: #007bff; + border-radius: 4px; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #007bff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap { + background: #317ab9; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon { + color: #6c757d; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item { + background: inherit; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #007bff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover { + background: #eee; + background: #007bff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow { + color: #212529; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover { + background: inherit; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover { + background: inherit; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:active::after { + animation: none; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon { + color: #212529; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + color: #fff; + background: #e6e6e6; + background: #5a6268; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:active::after { + animation: none; +} + +.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + border: 0; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + border: 0; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover { + background: none; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow { + color: #fff; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background.e-disable .e-tab-header .e-indicator { + background: rgba(222, 226, 230, 0.38); +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #6c757d; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #6c757d; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon { + color: #6c757d; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active { + opacity: 0.65; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #317ab9; + color: #6c757d; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #6c757d; +} + +.e-tab.e-background.e-accent .e-tab-header .e-indicator { + background: #dee2e6; +} + +.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator { + background: rgba(222, 226, 230, 0.38); +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + background: #007bff; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon { + color: #007bff; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #eee; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover { + border: 1px solid #e9ecef; + border-radius: 4px 4px 0 0; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon { + color: #0056b3; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus:hover .e-close-icon { + color: #0056b3; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap { + background: #317ab9; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus { + background: #eee; +} + +.e-tab.e-background.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #fff; +} + +.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #fff; +} + +.e-tab.e-rtl .e-tab-header .e-hscroll.e-rtl .e-scroll-nav { + border: 0; +} + +.e-tab .e-content { + background: inherit; +} + +.e-tab .e-content .e-item { + background: inherit; + color: #000; +} + +.e-treeview .e-list-item div.e-icons.interaction { + -webkit-transition: -webkit-transform .3s ease-in-out; + border-radius: 15px; + transition: transform .3s ease-in-out; +} + +.e-treeview .e-list-item .e-icons.e-icon-collapsible { + transform: rotate(90deg); +} + +.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next { + transform: rotate(180deg); +} + +.e-treeview.e-rtl div.e-icons { + transform: rotate(180deg); +} + +/*! TreeView icons */ +.e-treeview .e-list-item div.e-icons::before { + content: '\e70b'; +} + +.e-treeview .e-sibling::before { + content: ''; +} + +.e-treeview .e-popup .e-icons::before { + content: '\e930'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-in::before { + content: '\e755'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-out::before { + content: '\e742'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-next::before { + content: '\e7e8'; +} + +.e-treeview.e-drag-item .e-icons.e-no-drop::before { + content: '\e797'; +} + +@keyframes rotation { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +.e-bigger .e-treeview .e-ul, +.e-bigger .e-treeview .e-list-item .e-ul, +.e-treeview.e-bigger .e-ul, +.e-treeview.e-bigger .e-list-item .e-ul { + padding-left: 16px; +} + +.e-bigger .e-treeview .e-fullrow, +.e-treeview.e-bigger .e-fullrow { + height: 40px; +} + +.e-bigger .e-treeview .e-list-text, +.e-treeview.e-bigger .e-list-text { + line-height: 36px; + min-height: 38px; + padding: 0 12px 0 8px; +} + +.e-bigger .e-treeview .e-list-text .e-input-group, +.e-treeview.e-bigger .e-list-text .e-input-group { + height: 38px; +} + +.e-bigger .e-treeview .e-list-text .e-input-group .e-input, +.e-treeview.e-bigger .e-list-text .e-input-group .e-input { + height: 36px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper, +.e-treeview.e-bigger .e-checkbox-wrapper { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-text, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-text { + padding: 0 12px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon, +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-img { + margin: 0 0 0 16px; +} + +.e-bigger .e-treeview .e-list-icon, +.e-bigger .e-treeview .e-list-img, +.e-treeview.e-bigger .e-list-icon, +.e-treeview.e-bigger .e-list-img { + margin: 4px 0 0 10px; + font-size: 16px; +} + +.e-bigger .e-treeview .e-list-icon + .e-list-text, +.e-bigger .e-treeview .e-list-img + .e-list-text, +.e-treeview.e-bigger .e-list-icon + .e-list-text, +.e-treeview.e-bigger .e-list-img + .e-list-text { + padding: 0 12px; +} + +.e-bigger .e-treeview .e-list-icon + .e-list-icon, +.e-bigger .e-treeview .e-list-icon + .e-list-img, +.e-bigger .e-treeview .e-list-img + .e-list-icon, +.e-bigger .e-treeview .e-list-img + .e-list-img, +.e-treeview.e-bigger .e-list-icon + .e-list-icon, +.e-treeview.e-bigger .e-list-icon + .e-list-img, +.e-treeview.e-bigger .e-list-img + .e-list-icon, +.e-treeview.e-bigger .e-list-img + .e-list-img { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-icon-collapsible, +.e-bigger .e-treeview .e-icon-expandable, +.e-treeview.e-bigger .e-icon-collapsible, +.e-treeview.e-bigger .e-icon-expandable { + height: 24px; + margin: 0 0 0 -24px; + width: 24px; +} + +.e-bigger .e-treeview .e-icon-collapsible::before, +.e-bigger .e-treeview .e-icon-expandable::before, +.e-treeview.e-bigger .e-icon-collapsible::before, +.e-treeview.e-bigger .e-icon-expandable::before { + padding: 7px; +} + +.e-bigger .e-treeview.e-drag-item .e-text-content, +.e-treeview.e-bigger.e-drag-item .e-text-content { + padding-left: 12px; +} + +.e-bigger .e-treeview.e-drag-item .e-icon-collapsible, +.e-bigger .e-treeview.e-drag-item .e-icon-expandable, +.e-treeview.e-bigger.e-drag-item .e-icon-collapsible, +.e-treeview.e-bigger.e-drag-item .e-icon-expandable { + font-size: 16px; + margin: -6px 0px 5px -14px; +} + +.e-bigger .e-treeview.e-drag-item .e-icon-collapsible::before, +.e-bigger .e-treeview.e-drag-item .e-icon-expandable::before, +.e-treeview.e-bigger.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-bigger.e-drag-item .e-icon-expandable::before { + padding: 12px; +} + +.e-bigger .e-treeview.e-drag-item .e-drop-count, +.e-treeview.e-bigger.e-drag-item .e-drop-count { + border: 1px solid; +} + +.e-bigger .e-treeview.e-rtl .e-icon-collapsible, +.e-bigger .e-treeview.e-rtl .e-icon-expandable, +.e-treeview.e-bigger.e-rtl .e-icon-collapsible, +.e-treeview.e-bigger.e-rtl .e-icon-expandable { + margin: 0 -24px 1px 0; +} + +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper { + margin: 0 10px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-img { + margin: 4px 16px 2px 0; +} + +.e-bigger .e-treeview.e-rtl .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-img { + margin: 2px 10px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img, +.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-img + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-img + .e-list-img { + margin: 0 10px 0 0; +} + +.e-treeview { + display: block; + overflow: hidden; + position: relative; + white-space: nowrap; +} + +.e-treeview > .e-ul { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.e-treeview .e-ul { + margin: 0; + padding: 0 0 0 14px; +} + +.e-treeview li.e-node-collapsed .e-list-item .e-fullrow { + display: none; +} + +.e-treeview .e-list-item { + list-style: none; + padding: 4px 0; +} + +.e-treeview .e-list-item .e-ul { + margin: 2px 0 -2px; + padding: 0 0 0 14px; +} + +.e-treeview .e-list-item.e-disable > .e-text-content, +.e-treeview .e-list-item.e-disable > .e-fullrow { + -ms-touch-action: none; + filter: alpha(opacity=50); + opacity: .5; + pointer-events: none; + touch-action: none; +} + +.e-treeview .e-list-item .e-icons.e-icons-spinner::before { + content: none; +} + +.e-treeview .e-icons .e-spinner-pane { + position: relative; +} + +.e-treeview .e-text-content { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + cursor: pointer; + margin: 0; + padding: 0 0 0 24px; +} + +.e-treeview .e-fullrow { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + box-sizing: border-box; + cursor: pointer; + height: 32px; + left: 0; + overflow: hidden; + position: absolute; + width: 100%; +} + +.e-treeview .e-checkbox-wrapper { + margin: 0 0 0 5px; + pointer-events: all; + position: relative; +} + +.e-treeview .e-checkbox-wrapper + .e-list-icon, +.e-treeview .e-checkbox-wrapper + .e-list-img { + margin: 0 0 0 12px; +} + +.e-treeview .e-checkbox-wrapper + .e-list-text { + padding: 0 8px; +} + +.e-treeview .e-checkbox-wrapper .e-ripple-container { + bottom: -7px; + height: 32px; + left: -7px; + right: -7px; + top: -7px; + width: 32px; +} + +.e-treeview .e-list-text { + box-sizing: border-box; + display: inline-block; + line-height: 30px; + margin: 0; + min-height: 30px; + padding: 0 8px 0 6px; + text-decoration: none; + vertical-align: middle; +} + +.e-treeview .e-list-text .e-input-group { + height: 1.5; + margin-bottom: 0; + min-width: 150px; + vertical-align: bottom; +} + +.e-treeview .e-list-text .e-input-group .e-input { + height: 28px; +} + +.e-treeview .e-list-icon, +.e-treeview .e-list-img { + display: inline-block; + height: 18px; + margin: 2.5px 0 0 5px; + vertical-align: middle; + width: 18px; +} + +.e-treeview .e-list-icon + .e-list-icon, +.e-treeview .e-list-icon + .e-list-img, +.e-treeview .e-list-img + .e-list-icon, +.e-treeview .e-list-img + .e-list-img { + margin: 0 0 0 10px; +} + +.e-treeview .e-list-icon + .e-list-text, +.e-treeview .e-list-img + .e-list-text { + padding: 0 8px; +} + +.e-treeview .e-icon-collapsible, +.e-treeview .e-icon-expandable { + display: inline-block; + height: 20px; + margin: 0 2px 0 -24px; + vertical-align: middle; + width: 20px; +} + +.e-treeview .e-icon-collapsible::before, +.e-treeview .e-icon-expandable::before { + display: inline-block; + padding: 6px; +} + +.e-treeview .e-load { + animation: rotation .5s infinite linear; +} + +.e-treeview .e-sibling { + border: 4px solid transparent; + height: 6px; + margin-top: -5px; + position: absolute; + width: 6px; + z-index: 2; +} + +.e-treeview .e-text-content + .e-sibling { + margin-top: -1px; +} + +.e-treeview .e-sibling::before { + left: 0; + height: 1px; + position: absolute; + width: 144px; + z-index: 2; +} + +.e-treeview .e-popup { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + font-weight: normal; + position: absolute; + z-index: 99999; +} + +.e-treeview .e-popup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-treeview .e-popup .e-icons { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + line-height: 18px; + padding: 4px; + width: 26px; +} + +.e-treeview .e-popup .e-downtail::before, +.e-treeview .e-popup .e-downtail::after { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-treeview .e-popup .e-downtail::after { + bottom: -18px; +} + +.e-treeview.e-fullrow-wrap .e-text-content { + pointer-events: none; + position: relative; +} + +.e-treeview.e-fullrow-wrap .e-icon-collapsible, +.e-treeview.e-fullrow-wrap .e-icon-expandable, +.e-treeview.e-fullrow-wrap .e-input, +.e-treeview.e-fullrow-wrap .e-list-url { + pointer-events: auto; +} + +.e-treeview.e-drag-item { + overflow: visible; + z-index: 10000; +} + +.e-treeview.e-drag-item .e-text-content { + float: left; +} + +.e-treeview.e-drag-item .e-icon-collapsible, +.e-treeview.e-drag-item .e-icon-expandable { + margin: 0 8px 8px -24px; +} + +.e-treeview.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-drag-item .e-icon-expandable::before { + font-size: 14px; + padding: 8px; + padding-right: 4px; +} + +.e-treeview.e-drag-item .e-drop-count { + border: 0px solid; + border-radius: 15px; + box-sizing: content-box; + font-size: 14px; + line-height: 1.5; + min-width: 10px; + padding: 0 5px; + margin-left: -12px; + position: absolute; + text-align: center; + top: -10px; +} + +.e-treeview.e-dragging .e-text-content, +.e-treeview.e-dragging .e-fullrow { + cursor: default; +} + +.e-treeview.e-rtl .e-ul { + padding: 0 14px 0 0; +} + +.e-treeview.e-rtl .e-list-item .e-ul { + padding: 0 14px 0 0; +} + +.e-treeview.e-rtl .e-text-content { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-checkbox-wrapper { + margin: 0 5px 0 0; +} + +.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img { + margin: 5px 12px 0 0; +} + +.e-treeview.e-rtl .e-list-icon, +.e-treeview.e-rtl .e-list-img { + margin: 2px 4px 0 0; +} + +.e-treeview.e-rtl .e-list-icon + .e-list-icon, +.e-treeview.e-rtl .e-list-icon + .e-list-img, +.e-treeview.e-rtl .e-list-img + .e-list-icon, +.e-treeview.e-rtl .e-list-img + .e-list-img { + margin: 0 10px 0 0; +} + +.e-treeview.e-rtl .e-icon-collapsible, +.e-treeview.e-rtl .e-icon-expandable { + margin: -0.5px -24px 0 0; +} + +.e-treeview.e-rtl .e-sibling::before { + right: 0; +} + +.e-treeview.e-rtl.e-drag-item .e-text-content { + float: right; +} + +.e-treeview.e-rtl.e-drag-item .e-icon-collapsible, +.e-treeview.e-rtl.e-drag-item .e-icon-expandable { + margin: 10px -13px -1px 0; +} + +.e-treeview.e-rtl.e-drag-item .e-drop-count { + margin-right: -12px; +} + +.e-bigger .e-treeview .e-list-text, +.e-treeview.e-bigger .e-list-text { + font-size: 16px; + color: #212529; +} + +.e-bigger .e-treeview .e-icon-collapsible::before, +.e-bigger .e-treeview .e-icon-expandable::before, +.e-treeview.e-bigger .e-icon-collapsible::before, +.e-treeview.e-bigger .e-icon-expandable::before { + font-size: 10px; +} + +.e-bigger .e-treeview.e-drag-item .e-icon-collapsible, +.e-bigger .e-treeview.e-drag-item .e-icon-expandable, +.e-treeview.e-bigger.e-drag-item .e-icon-collapsible, +.e-treeview.e-bigger.e-drag-item .e-icon-expandable { + padding: 0px 12px 0px 4px; +} + +.e-bigger .e-treeview.e-drag-item .e-list-text, +.e-treeview.e-bigger.e-drag-item .e-list-text { + padding: 2px 12px 0 4px; +} + +.e-treeview { + -webkit-tap-highlight-color: transparent; +} + +.e-treeview .e-text-content, +.e-treeview .e-fullrow { + border-color: transparent; +} + +.e-treeview .e-list-text { + color: #212529; + font-size: 14px; +} + +.e-treeview .e-list-icon, +.e-treeview .e-list-img { + font-size: 14px; +} + +.e-treeview .e-icon-collapsible, +.e-treeview .e-icon-expandable { + color: #495057; +} + +.e-treeview .e-icon-collapsible::before, +.e-treeview .e-icon-expandable::before { + font-size: 8px; +} + +.e-treeview .e-list-item.e-active, +.e-treeview .e-list-item.e-hover { + background: transparent; +} + +.e-treeview .e-list-item.e-hover > .e-text-content { + color: #212529; +} + +.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text { + color: #212529; +} + +.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable { + color: #495057; +} + +.e-treeview .e-list-item.e-active > .e-text-content { + color: #fff; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-list-text { + color: #fff; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable { + color: #fff; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-check { + background-color: #fff; + border-color: #fff; + color: #007bff; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content { + color: #fff; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text { + color: #fff; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable { + color: #fff; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content { + color: #212529; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text { + color: #212529; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable { + color: #495057; +} + +.e-treeview .e-list-item.e-hover > .e-fullrow { + background-color: #f2f4f6; + border-color: #f2f4f6; +} + +.e-treeview .e-list-item.e-active > .e-fullrow { + background-color: #007bff; + border-color: #007bff; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow { + background-color: transparent; + border-color: transparent; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content { + color: #212529; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text { + color: #212529; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-fullrow { + background-color: #0069d9; + border-color: #0069d9; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, +.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow { + background-color: transparent; + border-color: transparent; +} + +.e-treeview .e-list-item.e-disable > .e-text-content, +.e-treeview .e-list-item.e-disable > .e-fullrow { + color: #6c757d; +} + +.e-treeview .e-list-item.e-disable .e-icon-collapsible, +.e-treeview .e-list-item.e-disable .e-icon-expandable { + color: #6c757d; +} + +.e-treeview .e-sibling { + border-right-color: transparent; + border-left-color: #007bff; +} + +.e-treeview .e-sibling::before { + background: #adb5bd; + border: 1px; +} + +.e-treeview .e-popup .e-content { + background-color: transparent; + border-color: transparent; +} + +.e-treeview .e-popup.e-select .e-icons { + border-color: transparent; +} + +.e-treeview .e-popup .e-downtail::before { + border-top-color: transparent; +} + +.e-treeview .e-popup .e-downtail::after { + border-top-color: transparent; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content { + background-color: #f2f4f6; + border-color: #f2f4f6; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content { + background-color: #007bff; + border-color: #007bff; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content { + background-color: #0069d9; + border-color: #0069d9; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content { + background-color: transparent; + border-color: transparent; +} + +.e-treeview.e-fullrow-wrap .e-text-content { + border-color: transparent; +} + +.e-treeview.e-drag-item { + background-color: #e9ecef; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-treeview.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-drag-item .e-icon-expandable::before { + font-size: 14px; +} + +.e-treeview.e-drag-item .e-list-text { + color: #212529; + padding: 0px 8px 0px 4px; +} + +.e-treeview.e-drag-item .e-text-content { + -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25); + border-radius: .5em; + box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.25); +} + +.e-treeview.e-drag-item .e-icons { + color: #495057; +} + +.e-treeview.e-drag-item .e-drop-count { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-treeview.e-drag-item.e-rtl .e-sibling { + border-left-color: transparent; + border-right-color: #007bff; +} + +ejs-sidebar { + display: block; +} + +.e-sidebar { + -webkit-tap-highlight-color: transparent; + background: #fff; + height: 100%; + overflow: auto; + position: fixed; + top: 0; + transition: none; + vertical-align: middle; + visibility: hidden; + will-change: transform; +} + +.e-sidebar.e-right.e-open { + transform: translateX(0%); + transition: transform .5s ease; + visibility: visible; +} + +.e-sidebar.e-right.e-close { + box-shadow: none; + transform: translateX(100%); + transition: transform .5s ease, visibility 500ms; + visibility: hidden; +} + +.e-sidebar.e-left.e-open { + transform: translateX(0%); + transition: transform .5s ease; + visibility: visible; +} + +.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close { + transition: transform .5s ease, visibility 500ms; +} + +.e-sidebar.e-left.e-close { + box-shadow: none; + transform: translateX(-100%); + visibility: hidden; +} + +.e-sidebar.e-right.e-close { + box-shadow: none; + transform: translateX(100%); + transition: transform .5s ease, visibility 500ms; + visibility: hidden; +} + +.e-sidebar.e-right { + border-left: 1px solid #dee2e6; + left: auto; + right: 0; + top: 0; +} + +.e-sidebar.e-left { + border-right: 1px solid #dee2e6; + left: 0; + right: auto; + top: 0; +} + +.e-sidebar.e-left.e-close.e-dock { + transform: translateX(0%); + transition: width .5s ease, visibility 500ms; + visibility: visible; +} + +.e-sidebar.e-right.e-close.e-dock { + transform: translateX(0%); + transition: width .5s ease, visibility 500ms; + visibility: visible; +} + +.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation { + transition: none; +} + +.e-sidebar.e-visibility { + visibility: hidden; +} + +.e-sidebar.e-over { + box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); +} + +.e-sidebar-absolute { + position: absolute; +} + +.e-sidebar-context { + overflow-x: hidden; + position: relative; +} + +.e-backdrop { + background-color: rgba(0, 0, 0, 0.5); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + top: 0; + width: auto; + z-index: 999; +} + +.e-content-animation { + transition: margin .5s ease, transform .5s ease; +} + +.e-content-animation.e-overlay { + box-sizing: border-box; + overflow: auto; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-disable-interaction { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-sidebar-overflow { + overflow-x: hidden !important; +} + +.e-sidebar-overlay { + background-color: rgba(0, 0, 0, 0.5); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-content-placeholder.e-sidebar.e-placeholder-sidebar { + left: 0; + position: fixed; + right: auto; + top: 0; + visibility: visible; +} + +/*! component's theme wise override definitions and variables */ +/*! component's theme wise override definitions and variables */ +/*! menu layout */ +.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before { + content: '\e70b'; +} + +.e-menu-wrapper ul .e-menu-item .e-caret::before { + content: '\e744'; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret::before { + content: '\e70b'; +} + +.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon::before { + content: '\e7cd'; +} + +.e-menu-wrapper.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before { + content: '\e60a'; +} + +.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret::before, +.e-menu-wrapper.e-hamburger .e-menu-item .e-caret::before { + content: '\e744'; +} + +.e-menu-wrapper.e-rtl.e-hamburger ul.e-ul .e-caret::before { + content: '\e744'; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before, +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before { + content: '\e70b'; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before, +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before { + content: '\e744'; +} + +.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before { + content: '\e71f'; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before { + content: '\e71f'; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before { + content: '\e71f'; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before { + content: '\e71f'; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before { + content: '\e744'; +} + +/*! menu layout */ +.e-menu-wrapper { + border: none; + border-radius: 4px; + display: inline-block; + line-height: 0; +} + +.e-menu-wrapper ul { + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + overflow: hidden; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + font-size: 14px; + padding: 0; + text-align: left; + white-space: nowrap; +} + +.e-menu-wrapper ul.e-ul, +.e-menu-wrapper ul.e-ul * { + box-sizing: border-box; +} + +.e-menu-wrapper ul.e-ul:focus, +.e-menu-wrapper ul.e-ul *:focus { + outline: none; +} + +.e-menu-wrapper ul.e-vertical { + min-width: 120px; +} + +.e-menu-wrapper ul.e-vertical .e-menu-item { + display: list-item; +} + +.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-left: 34px; +} + +.e-menu-wrapper ul.e-vertical .e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; +} + +.e-menu-wrapper ul.e-menu { + display: inline-block; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator { + border-right-style: solid; + border-right-width: 1px; + padding: 0; +} + +.e-menu-wrapper ul .e-menu-item { + cursor: pointer; + position: relative; + display: -ms-inline-flexbox; + display: inline-flex; + height: 30px; + line-height: 30px; + padding: 0 12px; + vertical-align: top; + white-space: nowrap; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-hide { + display: none; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-url { + text-decoration: none; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + display: inline-block; + vertical-align: middle; +} + +.e-menu-wrapper ul .e-menu-item.e-separator { + cursor: auto; + line-height: normal; + pointer-events: none; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 14px; + height: auto; + line-height: 30px; + margin-right: 8px; + text-align: center; + width: auto; +} + +.e-menu-wrapper ul .e-menu-item .e-caret { + font-size: 9px; + height: auto; + line-height: 30px; + position: absolute; + right: 12px; + width: auto; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 30px; +} + +.e-menu-wrapper ul .e-menu-item.e-disabled { + cursor: auto; + opacity: 0.65; + pointer-events: none; +} + +.e-menu-wrapper .e-ul { + font-size: 14px; + padding: 6px 0; + min-width: 120px; +} + +.e-menu-wrapper .e-ul .e-menu-item { + height: 26px; + line-height: 26px; + padding: 0 20px; + display: list-item; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + font-size: 14px; + line-height: 26px; + margin-right: 8px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + line-height: 26px; + margin-left: 16px; + margin-right: 0; + position: absolute; + right: 14px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; + margin: 6px 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-blankicon { + padding-left: 42px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + font-size: 9px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + width: auto; +} + +.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon { + float: right; +} + +.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-title { + padding: 0 16px; +} + +.e-menu-wrapper .e-menu-header { + display: none; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + height: 30px; + line-height: 30px; + text-align: left; + white-space: nowrap; +} + +.e-menu-wrapper .e-menu-header .e-menu-title, +.e-menu-wrapper .e-menu-header .e-menu-icon { + display: inline-block; + line-height: inherit; +} + +.e-menu-wrapper .e-menu-header .e-menu-icon { + cursor: pointer; + float: left; + outline: none; + padding: 0 16px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) { + padding: 4px 32px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav { + width: 32px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus, .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover { + border: 0; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav { + border-left: none; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav { + border-right: none; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar { + overflow-y: hidden; +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow { + font-size: 10px; +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow { + transform: rotate(0deg); +} + +.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper.e-popup.e-menu-popup { + border: 1px solid rgba(0, 0, 0, 0.15); + box-shadow: none; + overflow: hidden; + position: absolute; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) { + padding: 16px 0; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav { + transform: none; + width: 100%; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow { + transform: none; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar { + height: 100%; + width: inherit; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content { + width: inherit; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav { + height: 16px; +} + +.e-menu-wrapper.e-scrollable { + display: block; +} + +.e-menu-wrapper.e-scrollable .e-menu { + display: block; + overflow: auto; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item { + text-align: right; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + float: right; + margin-right: 0; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + margin-left: 0; + right: auto; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 8px; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + left: 12px; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-left: 30px; + padding-right: 12px; +} + +.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-right: 34px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-left: 8px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + left: 14px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 20px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 14px; + padding-right: 42px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-bigger .e-menu-wrapper ul, +.e-bigger.e-menu-wrapper ul { + font-size: 16px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-menu-wrapper ul .e-menu-item { + height: 40px; + line-height: 40px; + padding: 0 16px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 40px; + margin-right: 12px; + width: auto; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 35px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; + line-height: 40px; + right: 15px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul .e-menu-item.e-separator { + padding: 0; +} + +.e-bigger .e-menu-wrapper ul.e-menu:not(.e-vertical), +.e-bigger.e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0; +} + +.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon { + padding-left: 41px; +} + +.e-bigger .e-menu-wrapper ul.e-ul, +.e-bigger.e-menu-wrapper ul.e-ul { + font-size: 16px; + padding: 8px 0; + white-space: nowrap; + max-width: 280px; + min-width: 112px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item { + height: 32px; + line-height: 32px; + padding: 0 20px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 32px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + line-height: 32px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 42px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + font-size: 9px; + right: 14px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-right: 8px; + width: auto; +} + +.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device), +.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) { + padding: 0 36px; +} + +.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav, +.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav { + width: 36px; +} + +.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device), +.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav, +.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav { + height: 24px; +} + +.e-bigger .e-menu-wrapper.e-menu-popup, +.e-bigger.e-menu-wrapper.e-menu-popup { + box-shadow: none; +} + +.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons, +.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons { + font-size: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item { + text-align: right; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 12px; + margin-right: 0; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + left: 15px; + margin-left: 0; + right: auto; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-left: 35px; + padding-right: 16px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-right: 41px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-left: 8px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + left: 14px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 20px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 14px; + padding-right: 42px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-menu-wrapper.e-hamburger { + border: 0; + display: block; + position: relative; +} + +.e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical) { + border: none; + display: block; +} + +.e-menu-wrapper.e-hamburger .e-popup.e-menu-popup { + border: 0; + border-radius: 0; + box-shadow: none; + display: block; + position: relative; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul.e-menu { + border: none; + overflow-y: auto; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu { + display: none; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + text-indent: 12px; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 34px; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon { + display: inline; + text-indent: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret { + transition: transform .3s ease-in-out; + text-indent: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-selected > .e-caret { + transform: rotate(-180deg); +} + +.e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical) { + border-top: 0; + display: block; + padding: 0; + position: absolute; +} + +.e-menu-wrapper.e-hamburger ul.e-ul { + font-size: 14px; + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item { + line-height: 30px; + text-indent: inherit; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item.e-blankicon { + padding: 0; + text-indent: inherit; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret { + font-size: 9px; + right: 12px; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item { + display: list-item; + height: auto; + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon { + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; + text-indent: 0; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon { + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-caret-icon { + padding-left: 0; + padding-right: 0; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-icon { + margin-left: 0; + text-indent: inherit; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-caret { + left: 12px; + right: auto; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul, +.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul { + max-width: 100%; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item { + height: auto; + line-height: 40px; + padding: 0; +} + +.e-bigger .e-menu-wrapper.e-hamburger .e-menu-header, +.e-bigger.e-menu-wrapper.e-hamburger .e-menu-header { + font-size: 16px; + height: 40px; + line-height: 40px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + text-indent: 16px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 44px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul { + font-size: 16px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item { + text-indent: inherit; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret { + font-size: 12px; + right: 15px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + padding: 0; + text-indent: 16px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 44px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon { + margin-left: 0; + text-indent: inherit; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret { + left: 12px; + right: auto; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item { + text-indent: inherit; +} + +/*! menu theme */ +.e-menu-wrapper { + background-color: none; +} + +.e-menu-wrapper ul { + background-color: #fff; + color: #007bff; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator { + border-right-color: #e9ecef; +} + +.e-menu-wrapper ul .e-menu-item .e-caret { + color: #007bff; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + color: #007bff; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #e9ecef; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-url { + color: #007bff; +} + +.e-menu-wrapper ul .e-menu-item.e-focused { + color: #0056b3; + outline: 0 solid #f8f9fa; + outline-offset: 0; + background-color: none; +} + +.e-menu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #007bff; +} + +.e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon { + color: #0056b3; +} + +.e-menu-wrapper ul .e-menu-item.e-selected { + color: #0056b3; + outline: 0 solid #f2f4f6; + outline-offset: 0; + background-color: none; +} + +.e-menu-wrapper ul .e-menu-item.e-selected .e-caret { + color: #007bff; +} + +.e-menu-wrapper ul .e-menu-item.e-selected .e-menu-icon { + color: #0056b3; +} + +.e-menu-wrapper ul .e-menu-item.e-separator { + border-bottom-color: #e9ecef; +} + +.e-menu-wrapper ul .e-disabled { + color: #6c757d; + opacity: 1; +} + +.e-menu-wrapper ul .e-disabled .e-menu-icon { + color: #6c757d; +} + +.e-menu-wrapper ul .e-disabled .e-caret { + color: #6c757d; +} + +.e-menu-wrapper ul .e-disabled .e-menu-url { + color: #6c757d; +} + +.e-menu-wrapper .e-ul { + background-color: inherit; + color: #212529; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + color: #212529; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + color: #212529; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-focused .e-caret { + color: #007bff; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-focused .e-menu-icon { + color: #212529; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-selected .e-caret { + color: #fff; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-selected .e-menu-icon { + color: #fff; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-url { + color: #212529; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-focused { + background-color: #f2f4f6; + color: #212529; + outline: 0 solid #e9ecef; + outline-offset: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-selected { + background-color: #007bff; + color: #fff; + outline: 0 solid #007bff; + outline-offset: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-separator { + border-bottom-color: #e9ecef; +} + +.e-menu-wrapper.e-menu-popup { + background-color: #fff; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav { + background: none; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons { + color: #212529; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover { + background-color: #5a6268; + border: 1px inside #545b62; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover .e-icons { + color: #fff; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus { + background-color: #5a6268; + border-color: #545b62; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus .e-icons { + color: #fff; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active { + background-color: #5a6268; + border: 1px inside #545b62; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav { + background: #fff; + border-color: #e9ecef; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons { + color: #212529; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover, .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus { + background: #f2f4f6; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active { + background: #007bff; +} + +.e-menu-wrapper.e-hamburger .e-menu-header { + color: #212529; +} + +.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon { + color: #212529; +} + +.e-menu-wrapper.e-hamburger ul { + color: #212529; +} + +.e-menu-wrapper.e-hamburger ul .e-selected .e-caret, +.e-menu-wrapper.e-hamburger ul .e-caret { + color: #212529; +} + +.e-icons { + font-family: 'e-icons'; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +.e-diagram-menu .e-bringforward::before { + content: '\e801'; +} + +.e-diagram-menu .e-bringfront::before { + content: '\e803'; +} + +.e-diagram-menu .e-sendback::before { + content: '\e7fe'; +} + +.e-diagram-menu .e-sendbackward::before { + content: '\e7fd'; +} + +.e-diagram-menu .e-delete::before { + content: '\e773'; +} + +.e-diagram-menu .e-ungroup::before { + content: '\e800'; +} + +.e-diagram-menu .e-group::before { + content: '\e802'; +} + +.e-diagram-menu .e-undo::before { + content: '\e752'; +} + +.e-diagram-menu .e-cut::before { + content: '\e73f'; +} + +.e-diagram-menu .e-save::before { + content: '\e74d'; +} + +.e-diagram-menu .e-paste::before { + content: '\e739'; +} + +.e-diagram-menu .e-copy::before { + content: '\e77b'; +} + +.e-diagram-menu .e-redo::before { + content: '\e778'; +} + +.e-diagram-menu .e-zoomin::before { + content: '\e70a'; +} + +.e-diagram-menu .e-italic::before { + content: '\e78e'; +} + +.e-diagram-menu .e-close::before { + content: '\e745'; +} + +.e-diagram-menu .e-pan::before { + content: '\e711'; +} + +.e-diagram-menu .e-bold::before { + content: '\e78b'; +} + +.e-diagram-menu .e-underline::before { + content: '\e792'; +} + +.e-diagram-menu .e-zoomout::before { + content: '\e74a'; +} + +.e-diagram-menu .e-export::before { + content: '\e780'; +} + +.e-diagram-menu .e-print::before { + content: '\e743'; +} + +.e-diagram-menu .e-order::before { + content: '\e7ff'; +} + +.e-symbolpalette .e-clear-searchtext::before { + content: '\e745'; +} + +.e-diagram { + background-color: transparent; + display: block; +} + +.e-symbolpalette { + display: block; +} + +.e-overview { + display: block; +} + +.e-content-placeholder.e-diagram.e-placeholder-diagram { + background-size: 100% 100%; + max-height: 500px; + max-width: 500px; +} + +.e-content-placeholder.e-symbolpalette.e-placeholder-symbolpalette { + background-size: 100% 100%; + max-height: 200px; + max-width: 200px; +} + +.e-diagram-endpoint-handle { + fill: #007bff; + stroke: #fff; +} + +.e-diagram-endpoint-handle.e-disabled { + fill: #ced4da; + opacity: 1; + stroke: #fff; +} + +.e-diagram-endpoint-handle.e-connected { + fill: #fff; + stroke: #007bff; +} + +.e-diagram-bezier-handle { + fill: #007bff; + stroke: #fff; +} + +.e-diagram-bezier-line { + stroke: #007bff; +} + +.e-diagram-resize-handle { + fill: #007bff; + stroke: #fff; +} + +.e-diagram-resize-handle.e-disabled { + fill: #ced4da; + opacity: 1; + stroke: #fff; +} + +.e-diagram-rotate-handle { + fill: #000; + stroke: #fff; +} + +.e-diagram-border { + stroke: #007bff; +} + +.e-diagram-border.e-disabled { + opacity: 1; + stroke: #007bff; +} + +.e-diagram-border.e-thick-border { + stroke: #007bff; + stroke-width: 2; +} + +.e-diagram-border.e-thick-border.e-diagram-lane { + stroke: #007bff; + stroke-width: 2; +} + +.e-diagram-highlighter { + stroke: #007bff; + stroke-width: 2; +} + +.e-diagram-selected-region { + stroke: #007bff; +} + +.e-diagram-pivot-line { + stroke: #007bff; +} + +.e-symbolpalette .e-symbol-hover:hover { + background: #e9ecef; +} + +.e-symbolpalette .e-symbol-selected { + background: #007bff; +} + +.e-diagram-tooltip { + pointer-events: none; +} + +.e-diagram .e-ruler { + background-color: transparent; + color: #adb5bd; + font-size: 10px; +} + +.e-diagram .e-ruler-overlap { + background-color: transparent; +} + +.e-diagram .e-d-ruler-marker { + stroke: #007bff; +} + +.e-diagram .e-diagram-text-edit { + background: #fff; + border-color: #007bff; + border-style: dashed; + border-width: 1px; + box-sizing: content-box; + color: #212529; + min-width: 50px; +} + +.e-diagram-text-edit::selection { + background: #007bff; + color: #fff; +} + +.e-ruler-tick-label { + fill: #495057; +} + +.e-ruler-tick { + stroke: #adb5bd; +} + +.e-menu-item e-blankicon { + padding-left: 28px; +} + +.e-diagram-rotate { + cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before { + line-height: 30px; + top: 0; +} + +.e-multiselect .e-input-group-icon.e-ddl-icon { + border-radius: 0 4px 4px 0; + border-right-width: 0; +} + +.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon { + border-left-width: 0; + border-radius: 4px 0 0 4px; + border-right-width: 1px; +} + +.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 14px; +} + +.e-bigger .e-multi-select-wrapper .e-chips-close { + height: 30px; + width: 30px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover { + box-shadow: none; +} + +.e-bigger .e-ddl.e-popup .e-filter-parent .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-input-group.e-multiselect .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: 1px; +} + +.e-small .e-multi-select-wrapper .e-chips { + margin: 1px 4px 1px 0; +} + +.e-small.e-bigger .e-multi-select-wrapper .e-chips { + margin: 2px 4px 2px 0; +} + +.e-multiselect.e-input-group .e-ddl-icon::before { + content: '\e744'; + font-family: 'e-icons'; + font-size: 8px; +} + +.e-bigger .e-multiselect.e-input-group .e-ddl-icon::before { + font-size: 10px; +} + +.e-multi-select-wrapper .e-chips .e-chips-close::before { + content: '\e745'; + cursor: pointer; + left: 10px; + position: relative; + top: 8px; +} + +.e-multi-select-wrapper .e-close-hooker::before { + content: '\e745'; + cursor: pointer; + left: 15px; + position: relative; + top: 17px; +} + +.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 12px; + top: 9px; +} + +.e-multiselect.e-input-group .e-ddl-disable-icon::before { + content: ''; +} + +.e-multi-select-wrapper { + box-sizing: border-box; + cursor: text; + line-height: normal; + min-height: 29px; + padding: 0 32px 0 2px; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher { + height: 27px; + vertical-align: middle; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase { + height: 100%; + min-height: 100%; +} + +.e-multi-select-wrapper .e-delim-view { + white-space: nowrap; +} + +.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total { + box-sizing: border-box; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + color: #fff; + font-size: 8px; + left: 17px; + top: 8px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + background-color: #6c757d; + color: #fff; + padding: 13px 0 13px 0; +} + +.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) { + width: 0; +} + +.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] { + height: 1px; + min-height: 1px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent { + max-width: 100%; +} + +.e-multiselect.e-input-group, +.e-multiselect.e-float-input { + word-wrap: initial; +} + +.e-bigger .e-multi-select-wrapper { + min-height: 36px; +} + +.e-multi-select-wrapper.e-close-icon-hide { + padding-right: 0; +} + +.e-multi-select-wrapper .e-chips-collection { + cursor: default; + display: block; +} + +.e-multi-select-wrapper .e-multi-hidden { + border: 0; + height: 0; + position: absolute; + visibility: hidden; + width: 0; +} + +.e-multi-select-wrapper .e-chips { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + margin: 2px 4px 2px 0; + max-width: 100%; + overflow: hidden; + padding: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-bigger .e-multi-select-wrapper .e-chips { + margin: 4px 4px 4px 0; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent { + max-width: 100%; + overflow: hidden; + padding: 6px 8px 6px 8px; + text-indent: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher { + display: inline-block; + float: none; +} + +.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent, +.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 7px 12px 7px 12px; +} + +.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 7px 8px 7px 12px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent, +.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 7px 12px 7px 12px; +} + +.e-multi-select-wrapper .e-chips-close { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + float: right; + font-family: 'e-icons'; + height: 24px; + margin: 0 0 0; + width: 24px; +} + +.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close { + margin: 1px 0 0; +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker { + cursor: default; + font-size: 10px; + height: 40px; + margin-top: -3.8em; + position: absolute; + right: 0; + top: 100%; + width: 40px; +} + +.e-multiselect .e-down-icon .e-chips-close.e-close-hooker { + right: 38px; +} + +.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker { + font-size: 12px; + margin-top: -3.5em; +} + +.e-multi-select-wrapper input[type='text'] { + background: none; + border: 0; + font-family: inherit; + font-size: 14px; + font-weight: 400; + height: 29px; + min-height: 29px; + outline: none; + padding: 0; + text-indent: 6px; +} + +.e-bigger .e-multi-select-wrapper input[type='text'], +.e-multi-select-wrapper.e-mob-wrapper input[type='text'] { + height: 29px; + min-height: 29px; +} + +.e-bigger .e-multi-select-wrapper input[type='text'] { + font-size: 16px; + height: 36px; + min-height: 36px; +} + +.e-multi-select-wrapper input[type='text']::-ms-clear { + display: none; +} + +.e-multi-select-wrapper .e-searcher { + display: block; + float: left; + width: auto; +} + +.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 34px); +} + +.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 44px); +} + +.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 34px); +} + +.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 45px); +} + +.e-multi-select-wrapper .e-delim-values { + font-family: inherit; + font-size: 14px; + line-height: 29px; + max-width: 100%; + padding-left: 6px; + padding-right: 6px; + vertical-align: middle; +} + +.e-bigger .e-multi-select-wrapper .e-delim-values { + line-height: 36px; +} + +.e-bigger .e-multi-select-wrapper .e-delim-values .e-remain { + padding-left: 12px; +} + +.e-multi-select-list-wrapper .e-hide-listitem { + display: none; +} + +.e-multi-select-wrapper .e-delim-values .e-remain { + color: #6c757d; + cursor: pointer; + display: inline-block; + font-size: 14px; + padding-left: 8px; +} + +.e-multiselect.e-disabled .e-multi-select-wrapper, +.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before { + cursor: not-allowed; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + height: 46px; + left: 0; + margin: 0 0 0 0; + margin-left: auto; + position: relative; + top: 0; + width: 46px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + -ms-flex-item-align: center; + align-self: center; + box-shadow: none; + display: -ms-inline-flexbox; + display: inline-flex; + padding: 0 0 0 20px; + width: 92%; +} + +.e-multi-select-wrapper .e-ddl-disable-icon::before { + content: ''; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher { + float: none; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide { + padding-left: 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper { + padding: 0 2px 0 32px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + left: -10px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + margin: 0; + margin-right: auto; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher { + float: right; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips { + float: right; + margin: 2px 0 2px 4px; + padding: 0 8px 0 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent { + padding: 6px 10px 6px 10px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close { + float: left; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before { + left: -10px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip { + padding: 0 4px 0 8px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent { + padding: 8px 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + padding: 0 8px 0 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + padding: 12px 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker { + left: 38px; + position: absolute; + right: auto; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before { + left: -15px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain { + padding-right: 8px; +} + +.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-icon.e-close-hooker { + left: 38px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before { + left: -15px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper { + padding-left: 14px; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { + padding-right: 29px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { + padding-right: 5px; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 12px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-mulltiselect-group .e-list-group-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 12px; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item { + padding-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item { + padding-right: 0; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + padding-left: 24px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper { + padding-left: 20px; +} + +.e-multi-select-list-wrapper .e-selectall-parent { + cursor: pointer; + display: block; + line-height: 26px; + overflow: hidden; + position: relative; + text-indent: 21px; + white-space: nowrap; + width: 100%; +} + +.e-multi-select-list-wrapper .e-selectall-parent .e-all-text { + color: #212529; + font-family: inherit; + font-size: 14px; +} + +.e-bigger .e-multi-select-list-wrapper .e-selectall-parent { + font-size: 14px; + line-height: 40px; + text-indent: 25px; +} + +.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { + bottom: 1px; + margin-right: 12px; +} + +.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-multiselect .e-input-group-icon.e-ddl-icon { + float: right; + margin-top: 0; +} + +.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon { + float: left; +} + +.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-multiselect .e-multi-select-wrapper.e-down-icon { + padding: 0; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter, +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter { + padding: 8px; +} + +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter, +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus { + padding: 4px 0; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon, +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon { + padding-left: 8px; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon { + padding: 0; +} + +.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values { + line-height: 39px; +} + +.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain { + line-height: 20px; + padding-left: 10px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame, +.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame { + opacity: .3; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable, +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable { + opacity: .7; +} + +.e-multi-select-wrapper input[readonly='true'] { + pointer-events: none; +} + +.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher { + pointer-events: none; +} + +ejs-multiselect { + display: block; +} + +.e-small .e-multi-select-list-wrapper .e-selectall-parent { + line-height: 22px; +} + +.e-small .e-multi-select-wrapper .e-chips-close { + height: 18px; + width: 18px; +} + +.e-small .e-multi-select-wrapper { + min-height: 24px; +} + +.e-small .e-multi-select-wrapper input[type='text'] { + height: 24px; + min-height: 24px; +} + +.e-small .e-multi-select-wrapper .e-delim-values { + font-size: 12px; + line-height: 24px; +} + +.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -3.4em; +} + +.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 0 8px 0 8px; +} + +.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent { + line-height: 34px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips-close { + height: 30px; + width: 30px; +} + +.e-bigger.e-small .e-multi-select-wrapper { + min-height: 30px; +} + +.e-bigger.e-small .e-multi-select-wrapper input[type='text'] { + height: 34px; + min-height: 34px; +} + +.e-small.e-bigger .e-multi-select-wrapper .e-delim-values { + font-size: 14px; + line-height: 34px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -3.4em; + right: 0; +} + +.e-small.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 7px 8px 7px 12px; +} + +.e-content-placeholder.e-multiselect.e-placeholder-multiselect { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect, +.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect { + background-size: 300px 40px; + min-height: 40px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close { + -ms-flex-align: center; + align-items: center; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + -ms-flex-align: normal; + align-items: normal; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before { + color: #fff; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected { + background-color: #545b62; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected:hover { + background-color: #6c757d; +} + +.e-multiselect { + box-sizing: border-box; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent { + color: #fff; + font-family: inherit; + font-size: 14px; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent { + color: #fff; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover { + color: #fff; +} + +.e-multi-select-wrapper .e-chips { + background-color: #6c757d; + border-radius: 4px; + height: 24px; +} + +.e-multi-select-wrapper .e-chips:hover { + background-color: #5a6268; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent:hover { + color: #fff; +} + +.e-multi-select-wrapper .e-chips .e-chips-close::before { + color: #fff; + font-size: 8px; +} + +.e-bigger .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 10px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + background-color: #6c757d; + border-radius: 4px; + color: #fff; + height: 46px; + line-height: 46px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + color: #fff; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip, +.e-bigger .e-multi-select-wrapper .e-chips { + height: 28px; +} + +.e-popup.e-multi-select-list-wrapper { + box-shadow: none; + box-sizing: content-box; + overflow: initial; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active { + border-bottom: 1px solid transparent; + border-left: 1px solid #007bff; + border-right: 1px solid #007bff; + border-top: 1px solid 1px inside; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active { + background-color: transparent; + border-color: transparent; + color: #212529; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active { + background-color: transparent; + border-color: transparent; + color: #212529; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus { + color: #212529; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus { + color: #212529; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover { + background-color: #f2f4f6; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover { + background-color: #f2f4f6; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child { + border-bottom: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active { + border-top: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus { + background-color: #007bff; + border: 1px solid 1px inside #6c757d; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); + color: #fff; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus { + background-color: #007bff; + border: 1px solid 1px inside #6c757d; + box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); + color: #fff; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item { + border: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item { + border: 1px solid transparent; +} + +.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { + color: #6c757d; +} + +.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { + color: #6c757d; +} + +.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { + color: #6c757d; +} + +.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { + color: #6c757d; +} + +.e-ul.e-reorder { + border-bottom: 1px solid rgba(0, 0, 0, 0.15); +} + +.e-multi-select-list-wrapper .e-selectall-parent { + border-bottom: 1px solid rgba(0, 0, 0, 0.15); +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check { + background-color: #fff; + border-color: #fff; + color: #007bff; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check { + background-color: #fff; + border-color: #fff; + color: #007bff; +} + +.e-multi-select-wrapper .e-delim-values { + color: #fff; + color: #212529; +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker { + color: #495057; +} + +.e-small .e-multi-select-wrapper .e-chips { + height: 22px; +} + +.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 12px; +} + +.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { + left: 6px; + top: 5px; + font-size: 8px; +} + +.e-small .e-multi-select-wrapper .e-close-hooker::before { + left: 0; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips { + height: 30px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 15px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { + left: 13px; + top: 11px; + font-size: 10px; +} + +.e-listbox-tool .e-moveup::before { + content: '\e808'; +} + +.e-listbox-tool .e-movedown::before { + content: '\e806'; +} + +.e-listbox-tool .e-moveto::before { + content: '\e807'; +} + +.e-listbox-tool .e-movefrom::before { + content: '\e809'; +} + +.e-listbox-tool .e-moveallto::before { + content: '\e7bb'; +} + +.e-listbox-tool .e-moveallfrom::before { + content: '\e7ba'; +} + +.e-listbox-wrapper { + -webkit-overflow-scrolling: touch; + border: 1px solid; + cursor: pointer; + display: block; + overflow: auto; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-listbox-wrapper * { + box-sizing: border-box; +} + +.e-listbox-wrapper:focus { + outline: none; +} + +.e-listbox-wrapper.e-disabled { + cursor: default; + pointer-events: none; +} + +.e-listbox-wrapper:not(.e-list-template) .e-list-item, +.e-listbox-wrapper .e-selectall-parent { + height: 40px; + line-height: 1.5; + padding: 8px 16px 8px 16px; + position: relative; +} + +.e-listbox-wrapper .e-list-parent { + height: 100%; +} + +.e-listbox-wrapper .e-list-item { + border-bottom: 1px solid; + outline: none; +} + +.e-listbox-wrapper .e-list-item.e-disabled { + pointer-events: none; +} + +.e-listbox-wrapper .e-disable { + opacity: .7; +} + +.e-listbox-wrapper .e-list-parent { + margin: 0; + padding: 0; +} + +.e-listbox-wrapper .e-list-header .e-text.header { + display: none; +} + +.e-listbox-wrapper .e-icon-back { + margin-top: 0; +} + +.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-listbox-wrapper .e-list-header { + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 40px; + padding: 0 16px; +} + +.e-listbox-wrapper .e-has-header > .e-view { + top: 45px; +} + +.e-listbox-wrapper .e-but-back { + cursor: pointer; + padding-right: 10px; +} + +.e-listbox-wrapper .e-list-group-item:first-child { + border: 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.13); +} + +.e-listbox-wrapper .e-list-group-item { + border-bottom: 1px solid rgba(0, 0, 0, 0.13); + border-top: 0 solid; + font-weight: 600; + height: 40px; + line-height: 1.5; + padding: 8px 16px 8px 16px; +} + +.e-listbox-wrapper .e-icon-collapsible { + cursor: pointer; + font-size: 12px; + position: absolute; + right: 0%; + top: 50%; + transform: translateY(-50%); +} + +.e-listbox-wrapper .e-text-content { + height: 100%; + position: relative; + vertical-align: middle; +} + +.e-listbox-wrapper .e-text-content * { + display: inline-block; + vertical-align: middle; +} + +.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text { + width: calc(100% - 40px); +} + +.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text { + width: calc(100% - 90px); +} + +.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 80px); +} + +.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 92px); +} + +.e-listbox-wrapper .e-checkbox .e-checkbox-left { + margin: 0 10px 0 0; +} + +.e-listbox-wrapper .e-checkbox .e-checkbox-right { + margin: 0 0 0 10px; +} + +.e-listbox-wrapper .e-list-text { + cursor: pointer; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + width: 100%; +} + +.e-listbox-wrapper .e-list-icon + .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-icon-wrapper .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-list-icon { + height: 30px; + margin-right: 10px; + width: 30px; +} + +.e-listbox-wrapper .e-content { + overflow: hidden; + position: relative; +} + +.e-listbox-wrapper .e-list-header .e-text { + cursor: pointer; + text-indent: 0; +} + +.e-listbox-wrapper .e-text .e-headertext { + display: inline-block; + line-height: 1.2; +} + +.e-listbox-wrapper.e-rtl { + direction: rtl; +} + +.e-listbox-wrapper.e-rtl .e-list-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-listbox-wrapper.e-rtl .e-icon-collapsible { + left: 0%; + right: initial; + top: 50%; + transform: translateY(-50%) rotate(180deg); +} + +.e-listbox-wrapper.e-rtl .e-list-header .e-text { + cursor: pointer; +} + +.e-listbox-wrapper.e-rtl .e-but-back { + transform: rotate(180deg); +} + +.e-listbox-wrapper.e-rtl .e-icon-back { + margin-top: 0; +} + +.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left { + margin: 0 0 0 10px; +} + +.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right { + margin: 0 10px 0 0; +} + +.e-listbox-wrapper.e-rtl .e-checkbox-wrapper { + margin: 0 0 0 10px; +} + +.e-listbox-wrapper .e-list-item .e-list-badge { + -ms-flex-align: center; + align-items: center; + background-color: #007bff; + border: 1px solid #fff; + border-radius: 50%; + color: #fff; + display: -ms-flexbox; + display: flex; + font-size: 12px; + height: 22px; + -ms-flex-pack: center; + justify-content: center; + position: absolute; + right: -10px; + top: -10px; + width: 22px; +} + +.e-listbox-wrapper .e-checkbox-wrapper { + margin: 0 10px 0 0; + text-indent: 0; + vertical-align: middle; +} + +.e-listbox-wrapper.e-right .e-checkbox-wrapper { + position: absolute; + right: 0; + top: 30%; +} + +.e-listbox-wrapper .e-input-group { + padding: 4px 8px; +} + +.e-listbox-wrapper .e-input-focus { + padding: 4px 4px 4px 8px; +} + +.e-listbox-wrapper .e-hidden-select { + height: 1px; + opacity: 0; + position: absolute; + width: 100%; +} + +.e-listbox-wrapper .e-placeholder { + background-color: #007bff; + display: block; + height: 1px; +} + +.e-listbox-wrapper .e-sortableclone { + z-index: 10000; +} + +.e-listbox-wrapper .e-sortableclone.e-ripple { + overflow: visible; +} + +ejs-listbox { + display: block; +} + +.e-listboxtool-wrapper { + cursor: pointer; + display: -ms-flexbox; + display: flex; +} + +.e-listboxtool-wrapper * { + box-sizing: border-box; +} + +.e-listboxtool-wrapper.e-disabled { + cursor: default; + pointer-events: none; +} + +.e-listboxtool-wrapper .e-listbox-wrapper { + -ms-flex: 1; + flex: 1; +} + +.e-listboxtool-wrapper.e-right .e-listbox-tool { + margin-left: 15px; +} + +.e-listboxtool-wrapper.e-left .e-listbox-tool { + margin-right: 15px; +} + +.e-listboxtool-wrapper .e-listbox-tool { + border: 1px solid #dee2e6; + overflow: auto; + padding: 8px; +} + +.e-listboxtool-wrapper .e-listbox-tool .e-btn { + display: list-item; + list-style-type: none; + margin-bottom: 10px; +} + +.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool { + margin-right: 15px; +} + +.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool { + margin-left: 15px; +} + +.e-bigger .e-listbox-wrapper, +.e-listbox-wrapper.e-bigger { + font-size: 16px; +} + +.e-bigger .e-listbox-wrapper .e-list-item, +.e-listbox-wrapper.e-bigger .e-list-item { + border-bottom: 1px solid rgba(0, 0, 0, 0.13); + border-left: 0 solid rgba(0, 0, 0, 0.13); + border-right: 0 solid rgba(0, 0, 0, 0.13); + border-top: 0 solid transparent; +} + +.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item, +.e-bigger .e-listbox-wrapper .e-selectall-parent, +.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item, +.e-listbox-wrapper.e-bigger .e-selectall-parent { + height: 50px; + line-height: 1.5; + position: relative; + padding: 12px 20px; +} + +.e-bigger .e-listbox-wrapper .e-text-content, +.e-listbox-wrapper.e-bigger .e-text-content { + font-size: 16px; +} + +.e-bigger .e-listbox-wrapper .e-list-group-item, +.e-listbox-wrapper.e-bigger .e-list-group-item { + height: 50px; + line-height: 1.5; + font-size: 16px; + padding: 12px 20px; +} + +.e-bigger .e-listbox-wrapper .e-list-header, +.e-listbox-wrapper.e-bigger .e-list-header { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 50px; + font-size: 20px; + line-height: 1.2; + padding: 0 0 0 20px; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-text.header, +.e-listbox-wrapper.e-bigger .e-list-header .e-text.header { + display: none; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header, +.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-text, +.e-listbox-wrapper.e-bigger .e-list-header .e-text { + font-size: 20px; +} + +.e-bigger .e-listbox-wrapper .e-but-back, +.e-listbox-wrapper.e-bigger .e-but-back { + margin-top: -3px; + padding-right: 12px; +} + +.e-bigger .e-listbox-wrapper .e-list-icon, +.e-listbox-wrapper.e-bigger .e-list-icon { + margin-right: 12px; +} + +.e-bigger .e-listbox-wrapper .e-icon-collapsible, +.e-listbox-wrapper.e-bigger .e-icon-collapsible { + font-size: 12px; +} + +.e-bigger .e-listbox-wrapper .e-checkbox-wrapper, +.e-listbox-wrapper.e-bigger .e-checkbox-wrapper { + margin: 0 12px 0 0; +} + +.e-bigger .e-listbox-wrapper.e-rtl .e-checkbox-wrapper, +.e-listbox-wrapper.e-bigger.e-rtl .e-checkbox-wrapper { + margin: 0 0 0 12px; +} + +.e-listbox-wrapper { + border: 1px solid #dee2e6; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; +} + +.e-listbox-wrapper .e-list-header { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.13); + color: #212529; + font-size: 16px; +} + +.e-listbox-wrapper .e-icons { + color: #212529; +} + +.e-listbox-wrapper .e-list-item { + background-color: #fff; + border-bottom: 1px solid rgba(0, 0, 0, 0.13); + border-left: 0 solid rgba(0, 0, 0, 0.13); + border-right: 0 solid rgba(0, 0, 0, 0.13); + border-top: 0 solid transparent; + color: #212529; +} + +.e-listbox-wrapper .e-list-item:hover:not(.e-disabled), +.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) { + background-color: #e9ecef; + border-color: transparent; + color: #212529; +} + +.e-listbox-wrapper .e-list-item.e-selected { + background-color: #007bff; + color: #fff; +} + +.e-listbox-wrapper .e-list-item.e-selected.e-checklist { + background-color: #fff; + color: #212529; +} + +.e-listbox-wrapper .e-list-item.e-focused, +.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist { + background-color: #007bff; + color: #fff; +} + +.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, +.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #fff; + border-color: #fff; + color: #007bff; +} + +.e-listbox-wrapper .e-list-group-item { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.13); + color: #6c757d; + font-size: 14px; +} + +.e-listbox-wrapper .e-selectall-parent { + background-color: #fff; + border-bottom: 1px solid #000 Opacity 15%; + color: #212529; +} + +.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element { + background-color: transparent; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper { + height: inherit; + position: relative; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) { + padding: 0.7142em 1.0714em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line { + padding: 0.7142em 1.0714em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header { + color: #212529; + display: block; + font-size: 18px; + font-weight: 500; + margin: 0; + overflow: hidden; + padding: 0.038em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content { + color: #212529; + display: block; + font-size: 14px; + margin: 0; + padding: 0.038em 0; + word-wrap: break-word; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + height: 2.8571em; + left: 1.0667em; + position: absolute; + top: 0.7142em; + width: 2.8571em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 4.6428em; + padding-right: 1.0714em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 1.0714em; + padding-right: 4.6428em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + height: 2.8571em; + position: absolute; + right: 1.0667em; + top: 0.7142em; + width: 2.8571em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar { + top: 0.7142em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar { + top: 0.7142em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge { + font-size: 15px; + height: 1.333em; + line-height: 1.433em; + padding: 0; + position: absolute; + right: 1em; + top: 50%; + transform: translateY(-50%); + width: 2em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.6428em; + padding-right: 3.9285em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 1.0714em; + padding-right: 3.9285em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content { + display: block; + margin: 0; + overflow: hidden; + padding: 0.83em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header { + color: #212529; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content { + color: #212529; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header { + color: #fff; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content { + color: #fff; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + left: inherit; + right: 1.0667em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 1.0714em; + padding-right: 4.6428em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 4.6428em; + padding-right: 1.0714em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + left: 1.0667em; + right: inherit; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge { + left: 1em; + right: inherit; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 3.9285em; + padding-right: 4.6428em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 3.9285em; + padding-right: 1.0714em; +} + +.e-documenteditor .e-close::before { + content: '\e745'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-documenteditor .e-de-op-search-icon::before { + content: '\e724'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-arrow-up::before { + content: '\e78d'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-arrow-down::before { + content: '\e798'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-de-op .e-de-op-close-icon { + font-size: 12px; + height: 20px; + margin-left: -4px; + margin-top: -3px; + width: auto; +} + +.e-documenteditor .e-de-op-close-icon::before { + content: '\e745'; +} + +.e-documenteditor .e-de-op-search-close-icon::before { + content: '\e745'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-documenteditor .e-de-new-cmt::before { + content: '\e759'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-menu-icon::before { + content: '\e781'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-de-cmt-mark-icon::before { + content: '\e817'; + font-family: 'e-icons'; + font-size: 13px; +} + +.e-documenteditor .e-de-cmt-post::before { + content: '\e816'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-rply-icon::before { + content: '\e815'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-cancel::before { + content: '\e745'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-delete::before { + content: '\e773'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-reopen::before { + content: '\e820'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-nav-up::before { + content: '\e651'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-nav-right-arrow::before { + content: '\e653'; +} + +.e-documenteditor .e-de-nav-left-arrow::before { + content: '\e654'; +} + +.e-menu-item .e-de-cmt-add::before { + content: '\e814'; + font-family: 'e-icons'; +} + +.e-menu-item .e-de-cut::before { + content: '\e73f'; +} + +.e-menu-item .e-de-spellcheck::before { + content: '\e686'; +} + +.e-menu-item .e-de-copy::before { + content: '\e77b'; +} + +.e-icon-btn .e-de-paste::before, +.e-menu-item .e-de-paste::before { + content: '\e739'; +} + +.e-menu-item .e-de-insertlink::before { + content: '\e72e'; +} + +.e-menu-item .e-de-remove-hyperlink::before { + content: '\e7a8'; +} + +.e-menu-item .e-de-fonts::before { + content: '\e74b'; +} + +.e-menu-item .e-de-insertabove::before { + content: '\e783'; +} + +.e-menu-item .e-de-insertbelow::before { + content: '\e736'; +} + +.e-menu-item .e-de-insertleft::before { + content: '\e737'; +} + +.e-menu-item .e-de-insertright::before { + content: '\e70e'; +} + +.e-menu-item .e-de-deleterow::before { + content: '\e738'; +} + +.e-menu-item .e-de-deletecolumn::before { + content: '\e719'; +} + +.e-de-bold::before { + content: '\e78b'; + font-family: 'e-icons'; +} + +.e-de-italic::before { + content: '\e78e'; + font-family: 'e-icons'; +} + +.e-de-underline::before { + content: '\e792'; + font-family: 'e-icons'; +} + +.e-de-indent::before { + content: '\e702'; + font-family: 'e-icons'; +} + +.e-de-outdent::before { + content: '\e722'; + font-family: 'e-icons'; +} + +.e-de-align-left::before { + content: '\e76f'; + font-family: 'e-icons'; +} + +.e-de-align-center::before { + content: '\e732'; + font-family: 'e-icons'; +} + +.e-de-align-right::before { + content: '\e746'; + font-family: 'e-icons'; +} + +.e-menu-item .e-de-paragraph::before { + content: '\e7a6'; +} + +.e-menu-item .e-de-table::before { + content: '\e7ad'; +} + +.e-de-justify::before { + content: '\e79b'; + font-family: 'e-icons'; +} + +.e-menu-item .e-de-delete-table::before { + content: '\e7a2'; +} + +.e-menu-item .e-de-continue-numbering::before { + content: '\e7b2'; +} + +.e-menu-item .e-de-restart-at::before { + content: '\e7ae'; +} + +.e-menu-item .e-de-open-hyperlink::before { + content: '\e7b5'; +} + +.e-menu-item .e-de-copy-hyperlink::before { + content: '\e79a'; +} + +.e-menu-item .e-de-edit-hyperlink::before { + content: '\e7af'; +} + +.e-de-icon-bullet-list-dot::before { + content: '\e7a0'; + font-family: 'e-icons'; + font-size: 18px; +} + +.e-de-icon-bullet-list-circle::before { + content: '\e7b0'; + font-family: 'e-icons'; + font-size: 18px; +} + +.e-de-icon-bullet-list-square::before { + content: '\e7a5'; + font-family: 'e-icons'; + font-size: 18px; +} + +.e-de-icon-bullet-list-tick::before { + content: '\e7ab'; + font-family: 'e-icons'; + font-size: 18px; +} + +.e-de-icon-bullet-list-flower::before { + content: '\e7a4'; + font-family: 'e-icons'; + font-size: 18px; +} + +.e-de-icon-bullet-list-arrow::before { + content: '\e7b6'; + font-family: 'e-icons'; + font-size: 18px; +} + +.e-de-icon-bullet-list-none::before { + content: '\e7b3'; + font-family: 'e-icons'; + font-size: 18px; +} + +.e-de-icon-autofit::before { + content: '\e713'; + font-family: 'e-icons'; +} + +.e-de-icon-fixed-columnwidth::before { + content: '\e740'; + font-family: 'e-icons'; +} + +.e-de-icon-auto-fitwindow::before { + content: '\e747'; + font-family: 'e-icons'; +} + +.e-de-table-properties-alignment:hover { + border-color: #007bff; +} + +.e-de-table-properties-alignment { + border: 1px solid transparent; +} + +.e-de-tablecell-alignment { + border: 1px solid transparent; +} + +.e-de-tablecell-alignment:hover { + border-color: #007bff; +} + +.e-de-table-border-setting { + border: 1px solid #f8f9fa; + height: 48px; + left: 5px; + position: relative; + top: 5px; + width: 48px; +} + +.e-de-table-border-setting-genral { + border: 1px solid rgba(0, 0, 0, 0.26); + display: inline-block; + height: 60px; + width: 60px; +} + +.e-de-table-border-preview-genral { + border: 1px solid rgba(0, 0, 0, 0.26); + display: inline-block; + height: 25px; + width: 25px; +} + +.e-de-table-border-inside-setting:hover { + border: 1px solid #007bff; +} + +.e-de-table-border-preview { + height: 24px; + width: 24px; +} + +.e-de-table-border-inside-preview:hover { + border: 1px solid #007bff; +} + +.e-de-table-border-inside-setting-click { + border: 1px solid #007bff; +} + +.e-de-table-border-inside-preview-click { + border: 1px solid #007bff; +} + +.e-de-table-border-toptop-alignment::before { + content: '\e7a3'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-topcenter-alignment::before { + content: '\e7a9'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-topbottom-alignment::before { + content: '\e7aa'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-bottomleft-alignment::before { + content: '\e7a7'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-bottomcenter-alignment::before { + content: '\e79c'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-bottomright-alignment::before { + content: '\e79f'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-diagionalup-alignment::before { + content: '\e7ca'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-table-border-diagionaldown-alignment::before { + content: '\e7d8'; + font-size: 16px; + left: 4px; + position: absolute; + top: 0; +} + +.e-de-single-spacing::before { + content: '\e7e7'; + font-family: 'e-icons'; +} + +.e-de-double-spacing::before { + content: '\e7e9'; + font-family: 'e-icons'; +} + +.e-de-one-point-five-spacing::before { + content: '\e7e5'; + font-family: 'e-icons'; +} + +.e-de-before-spacing::before { + content: '\e7e4'; + font-family: 'e-icons'; +} + +.e-de-after-spacing::before { + content: '\e7ea'; + font-family: 'e-icons'; +} + +.e-de-table-border-none-setting::before { + content: '\e7f1'; + font-size: 46px; + position: absolute; +} + +.e-de-table-border-box-setting::before { + content: '\e7f6'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-all-setting::before { + content: '\e7f3'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-custom-setting::before { + content: '\e7f2'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-left-alignment::before { + content: '\e7f5'; + font-size: 46px; +} + +.e-de-table-center-alignment::before { + content: '\e7ee'; + font-size: 46px; +} + +.e-de-table-right-alignment::before { + content: '\e7eb'; + font-size: 46px; +} + +.e-de-tablecell-top-alignment::before { + content: '\e7f7'; + font-size: 51px; +} + +.e-de-tablecell-center-alignment::before { + content: '\e7ed'; + font-size: 51px; +} + +.e-de-tablecell-bottom-alignment::before { + content: '\e7ec'; + font-size: 51px; +} + +.e-item .e-de-paste-text::before { + content: '\e685'; +} + +.e-item .e-de-paste-source::before { + content: '\e68a'; +} + +.e-item .e-de-paste-merge::before { + content: '\e687'; +} + +.e-de-blink-cursor { + border-left: 1px solid; + pointer-events: none; + position: absolute; + z-index: 3; +} + +.e-de-cursor-animation { + animation-duration: 1s; + animation-iteration-count: infinite; + animation-name: FadeInFadeOut; +} + +@keyframes FadeInFadeOut { + from { + opacity: 1; + } + 13% { + opacity: 0; + } + 50% { + opacity: 0; + } + 63% { + opacity: 1; + } + to { + opacity: 1; + } +} + +.e-de-text-target { + border: 0; + height: 1px; + opacity: 0; + outline-style: none; + overflow: hidden; + pointer-events: none; + position: absolute; + top: -10000px; + width: 625px; +} + +.e-documenteditor .e-checkbox-wrapper .e-frame { + height: 14px; + line-height: 6px; + width: 14px; +} + +.e-documenteditor .e-checkbox-wrapper .e-label { + font-size: 12px; +} + +.e-documenteditor .e-de-op-close-button { + height: 20px; + left: 267px; + position: absolute; + top: 18px; + width: 20px; +} + +.e-documenteditor .e-de-op-close-button.e-de-rtl { + left: 14px; +} + +.e-de-background { + background-color: #e9ecef; +} + +.e-de-result-list-block .e-de-search-result-hglt { + background: transparent; + border-bottom: 2px solid #007bff; + cursor: default; + padding: 15px 1px 15px 5px; +} + +.e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text { + color: #007bff; +} + +.e-de-search-result-item { + cursor: default; + padding: 15px 1px 15px 5px; + word-break: break-word; +} + +.e-de-search-result-item:hover { + border-bottom: 1px solid #007bff; + cursor: default; +} + +.e-de-search-result-item:focus { + border-bottom: 2px solid #007bff; + cursor: default; + padding: 15px 1px 15px 5px; +} + +.e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus { + border: 1px solid #ddd; +} + +.e-de-op-search-icon:hover { + background: #ddd; +} + +.e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-de-op-search-close-icon:hover { + background: #ddd; +} + +.e-spin-down:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-spin-down:hover { + background: #ddd; +} + +.e-spin-up:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-spin-up:hover { + background: #ddd; +} + +.e-de-para-dlg-heading { + color: #212529; + display: block; + font-size: 14px; + font-weight: 400; + margin-bottom: 14px; +} + +.e-de-para-dlg-container { + height: auto; + width: auto; +} + +.e-de-para-dlg-cs-check-box { + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-para-dlg-spacing-div { + margin-left: 40px; +} + +.e-de-para-dlg-spacing-div.e-de-rtl { + margin-left: 0; + margin-right: 40px; +} + +.e-de-toc-dlg-heading { + color: #212529; + display: block; + font-size: 14px; + font-weight: 400; + margin-bottom: 5px; +} + +.e-de-toc-dlg-main-heading { + color: #212529; + display: block; + font-size: 14px; + font-weight: 500; + margin-bottom: 5px; +} + +.e-content-placeholder.e-documenteditor.e-placeholder-documenteditor { + background-size: 100%; +} + +.e-de-toc-reset-button { + margin-top: 10px; +} + +.e-de-toc-reset-button.e-de-rtl { + margin-right: 0; +} + +.e-de-toc-modify-button { + margin-left: 162px; + margin-top: 10px; +} + +.e-de-toc-modify-button.e-de-rtl { + margin-left: 0; + margin-right: 180px; +} + +.e-de-toc-dlg-container { + height: 454px; + width: 488px; +} + +.e-de-toc-dlg-sub-container { + margin-bottom: 15px; +} + +.e-de-toc-list-view { + border: 1px solid #c3c3c3; + border-radius: 3px; + font-size: 12px; + height: 174px; + margin-left: 38px; + overflow-y: scroll; + width: 209px; +} + +.e-de-toc-list-view.e-de-rtl { + margin-left: 0; + margin-right: 38px; +} + +.e-de-toc-dlg-sub-heading { + color: #212529; + display: block; + font-size: 14px; + font-weight: 400; + margin: 5px 15px 5px 15px; +} + +.e-de-toc-dlg-style-label { + margin-left: 42px; + margin-top: 50px; +} + +.e-de-toc-dlg-style-label .e-de-rtl { + margin-left: 0; + margin-right: 42px; +} + +.e-de-pagesetup-dlg-container { + height: auto; + width: 354px; +} + +.e-de-page-setup-ppty-tab { + border: 0; +} + +.e-de-page-setup-dlg-sub-container { + margin-bottom: 30px; +} + +.e-de-page-setup-dlg-left-sub-container { + float: left; + position: relative; + top: 0; +} + +.e-de-page-setup-dlg-left-sub-container.e-de-rtl { + float: right; +} + +.e-de-page-setup-dlg-right-sub-container { + float: right; + position: relative; + top: 0; +} + +.e-de-page-setup-dlg-right-sub-container.e-de-rtl { + float: left; +} + +.e-de-page-setup-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 14px; +} + +.e-de-page-setup-dlg-sub-title-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 14px; +} + +.e-de-page-setup-dlg-sub-container-port { + height: auto; + margin-bottom: 0; +} + +.e-de-page-setup-dlg-sub-label { + font-size: 13px; + font-weight: 450; +} + +.e-de-page-setup-dlg-orientation-prop { + margin-top: 13px; +} + +.e-de-page-setup-dlg-sub-size-container { + height: 73px; + margin-bottom: 20px; +} + +.e-de-page-setup-dlg-layout-sub-container { + height: auto; + margin-bottom: 20px; + position: relative; + top: 14px; +} + +.e-de-page-setup-dlg-first-page-prop .e-label, +.e-de-page-setup-dlg-odd-or-even-prop .e-label { + font-size: 12px; +} + +.e-de-page-setup-dlg-first-page-prop .e-frame, +.e-de-page-setup-dlg-odd-or-even-prop .e-frame { + height: 15px; + line-height: 13px; + width: 15px; +} + +.e-de-page-setup-dlg-left-layout-container { + float: left; + position: relative; + top: 0; +} + +.e-de-page-setup-dlg-left-layout-container.e-de-rtl { + float: right; +} + +.e-de-page-setup-dlg-right-layout-container { + float: right; + position: relative; + top: 0; +} + +.e-de-page-setup-dlg-right-layout-container.e-de-rtl { + float: left; +} + +.e-de-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 0; +} + +.e-de-para-dlg-sub-container .e-input-group { + margin-bottom: 8px; +} + +.e-de-para-dlg-sub-container { + margin-bottom: 14px; +} + +.e-de-para-dlg-right-sub-container { + top: 33px; +} + +.e-de-dlg-footer .e-btn { + margin-left: 10px; +} + +.e-de-hyperlink-dlg-title { + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-hyperlink .e-de-hyperlink-dlg-input { + height: 32px; + margin-bottom: 8px; + width: 230px; +} + +.e-de-font-dlg-header { + display: -ms-flexbox; + display: flex; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; +} + +.e-de-font-dlg-header-effects, +.e-de-font-dlg-header-font-color { + display: -ms-flexbox; + display: flex; + font-size: 14px; + font-weight: normal; + margin-bottom: 8px; +} + +.e-de-font-dlg-main-header { + color: #212529; + font-size: 14px; + font-weight: normal; + margin-right: 17px; +} + +.e-de-font-dlg-cb-right { + margin-left: 40px; +} + +.e-de-font-dlg-cb-right.e-de-rtl { + margin-left: 0; + margin-right: 40px; +} + +.e-de-font-dlg-cb-right-div { + margin-left: 20px; +} + +.e-de-dropdown { + margin-right: 20px; +} + +.e-de-restrict-pane, +.e-de-op { + border-right: 1px solid #dee2e6; + padding-left: 14px; + padding-top: 14px; + position: relative; + width: 300px; +} + +.e-de-op.e-de-rtl { + padding-left: 0; + padding-right: 14px; +} + +.e-de-op-header { + color: #212529; + font-family: "Helvetica"; + font-size: 15px; + font-weight: 500; + margin-bottom: 0; +} + +.e-de-op-header.e-de-rtl { + direction: rtl; +} + +.e-de-op-tab { + border: 0; + height: 40px; +} + +.e-de-op-icon { + color: rgba(0, 0, 0, 0.54); + height: 20px; + width: 20px; +} + +.e-de-op-close-icon { + color: #212529; +} + +.e-de-op-nav-btn { + height: 20px; + width: 20px; +} + +.e-de-op-search-txt { + border-bottom: 1px solid #ddd; + color: #212529; + font-size: 14px; +} + +.e-de-op-search-txt .e-de-op-search-word { + color: #007bff; +} + +.e-de-op-more-less { + display: block; + margin-top: 14px; +} + +.e-de-op-replacetabcontentdiv { + height: 82px; + margin-top: 14px; +} + +label[for*='_wholeWord_e-de-ltr'] { + left: 35px; +} + +label[for*='_wholeWord_e-de-rtl'] { + right: 35px; +} + +.e-de-cell-dia-label-common { + display: inline-block; + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 0; + width: 150px; +} + +.e-de-cell-dia-options-label { + font-size: 14px; + font-weight: 400; +} + +.e-de-table-border-heading { + font-size: 16px; + font-weight: 400; + padding-bottom: 20px; +} + +.e-de-table-setting-heading { + font-size: 14px; + font-weight: normal; + padding-bottom: 20px; +} + +.e-de-layout-setting-heading { + font-size: 14px; + font-weight: normal; + padding-bottom: 20px; +} + +.e-de-table-setting-labels-heading { + font-size: 12px; + font-weight: normal; +} + +.e-de-table-element-subheading { + font-size: 12px; + font-weight: normal; +} + +.e-de-border-dlg-preview-div { + border: 1px solid rgba(0, 0, 0, 0.54); +} + +.e-de-border-dlg-preview-inside-divs { + opacity: 0.54; +} + +.e-de-table-dia-align-div { + border: 1px solid #ddd; + display: inline-block; + height: 60px; + margin-right: 10px; + width: 60px; +} + +.e-de-table-dia-align-div.e-de-rtl { + margin-left: 10px; + margin-right: 0; +} + +.e-de-table-dia-align-label { + display: inline-block; + font-size: 12px; + font-weight: normal; + margin-left: 10px; + margin-top: 10px; +} + +.e-de-table-dialog-separator-line { + background-color: #dee2e6; + bottom: 59px; + display: none; + height: 1px; + left: 1px; + margin-top: 5px; + position: absolute; + width: 100%; +} + +.e-de-table-alignment-active { + border: 1px solid #007bff; +} + +.e-de-table-dialog-options-label { + font-size: 14px; + font-weight: 400; + padding-bottom: 8px; + padding-top: 14px; +} + +.e-de-list-ddl-header { + font-size: 14px; + font-weight: normal; + margin-bottom: 15px; + margin-top: 15px; +} + +.e-de-list-ddl-header-list-level { + font-size: 14px; + font-weight: normal; + margin-bottom: 15px; +} + +.e-de-tbl-dlg-footer { + padding-top: 23px; +} + +.e-de-row-ht-top { + padding: 0 20px; +} + +.e-de-ht-wdth-type { + margin-top: -24px; +} + +.e-de-row-ht-top.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-cell-width-top { + margin-left: 20px; + margin-top: -23px; +} + +.e-de-cell-width-top.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-tbl-dlg-border-btn { + float: right; + margin-top: 14px; +} + +.e-de-tbl-dlg-border-btn.e-de-rtl { + margin-right: 0; +} + +.e-de-table-border-setting.e-de-rtl { + right: 5px; +} + +.e-de-tbl-dlg-op-btn { + left: 440px; + position: absolute; + top: 285px; +} + +.e-de-insert-table-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 0; +} + +.e-de-insert-table-dlg-input { + margin-bottom: 14px; +} + +.e-de-list-ddl-subheader, +.e-de-list-ddl-subheaderbottom { + font-size: 12px; + font-weight: normal; + margin-bottom: 10px; + margin-top: 10px; +} + +.e-de-list-dlg-subdiv { + float: right; + margin-top: 40px; + position: relative; +} + +.e-de-list-dlg-subdiv.e-de-rtl { + float: left; + margin-top: -136px; +} + +.e-de-list-dlg-div { + float: right; + margin-top: 30px; + position: relative; +} + +.e-de-list-dlg-div.e-de-rtl { + float: left; + margin-top: -138px; +} + +.e-de-ok-button { + margin-right: 8px; +} + +.e-de-ok-button.e-de-rtl { + margin-left: 8px; +} + +.e-de-options-setter { + left: 339px; +} + +.e-de-op-close-icon:hover { + color: rgba(0, 0, 0, 0.75); +} + +.e-de-tooltip { + background-color: #fff; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + cursor: text; + max-width: 200px; + padding: 5px; + width: -webkit-fit-content; + width: fit-content; + word-wrap: break-word; +} + +.e-btn.e-de-op-icon-btn { + background-color: transparent; + border-color: transparent; +} + +.e-documenteditor .e-de-op-close-button { + height: 20px; + left: 267px; + position: absolute; + top: 18px; + width: 20px; +} + +.e-de-style-font-color-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn, +.e-de-style-font-color-picker .e-btn.e-icon-btn, +.e-de-dlg-clr-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn, +.e-de-dlg-clr-picker .e-btn.e-icon-btn, +.e-de-font-dlg-display .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn, +.e-de-font-dlg-display .e-colorpicker-wrapper .e-btn.e-icon-btn { + padding: 4px 8px !important; +} + +.e-de-style-font-group-button .e-btn, +.e-de-style-paragraph-group-button .e-btn, +.e-de-style-paragraph-indent-group-button .e-btn { + background-color: #fff; + border-color: #ced4da; +} + +.e-de-style-font-group-button .e-btn:focus, +.e-de-style-paragraph-group-button .e-btn:focus, +.e-de-style-paragraph-indent-group-button .e-btn:focus { + background-color: #6c757d; + border-color: inset 0 3px 5px #4e555b; +} + +.e-de-style-font-group-button .e-btn:active, +.e-de-style-paragraph-group-button .e-btn:active, +.e-de-style-paragraph-indent-group-button .e-btn:active { + background-color: #6c757d; + border-color: inset 0 3px 5px #4e555b; +} + +.e-de-style-font-group-button .e-btn:hover, +.e-de-style-paragraph-group-button .e-btn:hover, +.e-de-style-paragraph-indent-group-button .e-btn:hover { + background-color: #6c757d; + border-color: inset 0 3px 5px #4e555b; +} + +.e-de-style-font-group-button .e-btn:hover .e-btn-icon, +.e-de-style-font-group-button .e-btn:focus .e-btn-icon, +.e-de-style-font-group-button .e-btn:active .e-btn-icon, +.e-de-style-font-group-button .e-btn:disabled .e-btn-icon, +.e-de-style-paragraph-group-button .e-btn:hover .e-btn-icon, +.e-de-style-paragraph-group-button .e-btn:focus .e-btn-icon, +.e-de-style-paragraph-group-button .e-btn:active .e-btn-icon, +.e-de-style-paragraph-group-button .e-btn:disabled .e-btn-icon { + color: #fff; +} + +.e-de-style-font-group-button .e-btn-icon, +.e-de-style-paragraph-group-button .e-btn-icon, +.e-de-style-paragraph-indent-group-button .e-btn-icon { + color: #495057; + font-size: 14px; +} + +.e-de-style-paragraph-indent-group-button .e-btn:hover .e-btn-icon, +.e-de-style-paragraph-indent-group-button .e-btn:focus .e-btn-icon, +.e-de-style-paragraph-indent-group-button .e-btn:active .e-btn-icon, +.e-de-style-paragraph-indent-group-button .e-btn:disabled .e-btn-icon { + color: #fff; +} + +.e-de-style-paragraph-indent-group-button .e-btn-icon { + color: #495057; + font-size: 14px; +} + +.e-de-toc-dlg-style-input { + margin-top: 18px; +} + +.e-de-list-container { + background: #fff !important; +} + +.e-de-style-paragraph-indent-group-button .e-btn.e-active, +.e-de-style-paragraph-group-button .e-btn.e-active, +.e-de-style-font-group-button .e-btn.e-active { + background-color: #6c757d; + border-color: inset 0 3px 5px #4e555b; + box-shadow: none; +} + +.e-de-style-paragraph-indent-group-button .e-btn.e-active .e-btn-icon, +.e-de-style-paragraph-group-button .e-btn.e-active .e-btn-icon, +.e-de-style-font-group-button .e-btn.e-active .e-btn-icon { + color: #fff; +} + +.e-documenteditor .e-de-op-close-button { + top: 10px; +} + +.e-de-styles, +.e-de-bookmark { + margin-top: 0 !important; +} + +.e-styles-common { + padding-top: 14px; +} + +.e-styles-list { + margin-right: 14px; +} + +.e-bigger .e-de-style-left-div .e-de-style-dlg-name-input { + height: 41px; +} + +.e-bigger .e-de-style-bold-button-size { + height: 41px; +} + +.e-bigger .e-styles-common { + padding-top: 16px; +} + +.e-bigger .e-styles-list { + margin-right: 16px; +} + +.e-bigger .e-bookmark-gotobutton, +.e-bigger .e-bookmark-addbutton, +.e-bigger .e-styles-addbutton, +.e-bigger .e-bookmark-deletebutton { + margin-bottom: 16px; +} + +.e-bigger .e-de-search-tab-content { + margin-top: 14px; + width: 275px; +} + +.e-bigger .e-de-op-more-less { + display: block; + margin-top: 16px; +} + +.e-bigger .e-de-op-dlg-footer { + margin-top: 16px; +} + +.e-split-btn-wrapper .e-btn { + border-color: #ced4da; +} + +.e-documenteditor .e-de-op-close-button.e-de-rtl { + right: 267px; +} + +.e-btn.e-de-op-close-button:hover { + background-color: transparent; + border-color: transparent; + color: rgba(0, 0, 0, 0.75); +} + +.e-btn.e-de-op-close-button:focus { + background-color: transparent; + border-color: transparent; + color: rgba(0, 0, 0, 0.75); +} + +.e-btn.e-de-op-close-button:active { + background-color: transparent; + border-color: transparent; + color: rgba(248, 249, 250, 0.5); +} + +.e-documenteditor .e-input { + color: #000; + font-size: 14px; +} + +.e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: 32px; +} + +.e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: auto; +} + +.e-de-op-result-container { + margin-top: 14px; +} + +.e-de-restrict-pane, +.e-de-op { + background-color: #f8f9fa; +} + +.e-de-restrict-pane .e-tab-header .e-toolbar-items, +.e-de-op .e-tab-header .e-toolbar-items { + margin-bottom: 0; + margin-top: 14px; +} + +.e-de-font-dlg-color { + border: 1px #f8f9fa; + border-radius: 4px; + font-size: 12px; + height: 16px; + margin-left: 15px; + width: 25px; +} + +.e-de-icon-table-row-above { + top: 10px; +} + +.e-de-icon-table-row-below { + top: 49px; +} + +.e-de-icon-table-column-left { + top: 89px; +} + +.e-de-icon-table-column-right { + top: 127px; +} + +.e-de-icon-table-delete { + top: 10px; +} + +.e-de-icon-table-row-delete { + top: 49px; +} + +.e-de-icon-table-column-delete { + top: 89px; +} + +.e-de-list-bullet-none { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-dot { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-circle { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-square { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-flower { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-arrow { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-tick { + height: 40px; + width: 40px; +} + +.e-de-bullet:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-numbered-none { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-number-dot { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-number-brace { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-up-roman { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-up-letter { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-low-letter-brace { + height: 80px; + width: 80px; +} + +.e-de-numbered-low-letter-dot { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-low-roman { + height: 80px; + width: 80px; +} + +.e-de-numbered:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-multilevel-none { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-normal { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-multilevel { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-bullets { + height: 80px; + width: 80px; +} + +.e-de-multilevel-list:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-dialog-open:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-cell-options { + left: 336px; + top: 272px; +} + +.e-de-cell-options.e-de-rtl { + left: 123px; +} + +.e-de-font-color-label { + margin-bottom: 0; + margin-top: 14px; +} + +.e-de-font-content-label { + width: 115px; +} + +.e-de-font-color-margin { + margin-right: 8px; + margin-top: 5px; +} + +.e-de-font-color-margin.e-de-rtl { + margin-left: 8px; + margin-right: 0; +} + +.e-de-font-content-checkbox-label { + margin-left: 42px; +} + +.e-de-font-content-checkbox-label-rtl { + margin-right: 61px; +} + +.e-bigger .e-de-font-content-checkbox-label { + margin-left: 64px; +} + +.e-bigger .e-de-font-content-checkbox-label-rtl { + margin-right: 64px; +} + +.e-bigger .e-de-font-content-label { + width: 132px; +} + +.e-de-font-checkbox { + margin-left: 58px; +} + +.e-de-font-checkbox.e-de-rtl { + margin-left: 0; + margin-right: 58px; +} + +.e-de-font-checkbox.e-de-rtl { + margin-left: 0; + margin-right: 58px; +} + +.e-de-font-dlg-padding { + margin-top: 14px; +} + +.e-de-table-container-div { + margin-top: 12px; +} + +.e-de-table-header-div { + padding-top: 0; +} + +.e-de-table-subheader-div { + float: right; + margin-right: 140px; + margin-top: -40px; +} + +.e-de-table-subheader-div.e-de-rtl { + float: left; + margin-left: 140px; + margin-right: 0; +} + +.e-de-table-cell-header-div { + padding-top: 0; +} + +.e-de-table-cell-subheader-div { + top: 57px; +} + +.e-de-cell-margin-header { + left: -26px; + top: 274px; +} + +.e-de-font-dlg-display { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-de-tbl-margin-sub-header { + margin-top: 10px; +} + +.e-de-tbl-btn-seperator { + width: 60%; +} + +.e-de-op-msg { + color: #000; + top: 79px; +} + +.e-de-save-dlg-file-name { + height: 25px; + margin-bottom: 8px; +} + +.e-de-save-dlg-format-type { + height: 25px; + margin-bottom: 8px; + padding-top: 1px; +} + +.e-de-search-tab-content { + margin-right: 14px; + margin-top: 14px; + width: 275px; +} + +.e-de-font-dlg { + width: 380px; +} + +.e-de-hyperlink { + height: auto; + width: auto; +} + +.e-de-insert-table { + height: auto; + width: auto; +} + +.e-de-insert-spellchecker { + height: 360px; + width: 513px; +} + +.e-de-dlg-spellcheck-listview { + border: 1px solid #e4e4e4; + border-radius: 2px !important; + height: 122px !important; + margin-top: 8px; + position: relative; + float: left; + width: 343px; +} + +.e-de-spellcheck-error-container { + height: 140px; + margin-bottom: 25px; +} + +.e-de-spellcheck-suggestion-container { + height: 140px; +} + +.e-dlg-spellcheck-listitem { + font-size: 15px !important; +} + +.e-de-spellcheck-btncontainer { + margin-top: 8px; + position: relative; + width: 154px; + float: right; +} + +.e-de-spellcheck-btn { + height: 36px; + margin-bottom: 8px; + width: 154px; +} + +.e-de-dlg-spellchecker-subheader { + font-size: 15px; + margin-top: 8px; +} + +.e-de-dlg-spellchecker-subheaderbtm { + font-size: 15px; +} + +.e-de-list-dlg { + height: 450px; + width: 400px; +} + +.e-de-save-dlg { + height: 135px; + width: 230px; +} + +.e-de-table-properties-dlg { + width: 410px; +} + +.e-de-table-border-shading-dlg { + height: 438px; + width: 460px; +} + +.e-de-table-cell-margin-dlg { + height: auto; + width: 380px; +} + +.e-de-table-options-dlg { + height: auto; + width: 380px; +} + +.e-de-table-border-none { + position: absolute; + top: 25px; +} + +.e-de-table-border-box { + position: absolute; + top: 95px; +} + +.e-de-table-border-all { + position: absolute; + top: 165px; +} + +.e-de-table-border-custom { + position: absolute; + top: 235px; +} + +.e-de-table-shading-preview { + top: 385px; +} + +.e-de-font-content-label span.e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-label span.e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-content-label:hover .e-label, +.e-css.e-de-font-content-label:hover .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-label:hover .e-label, +.e-css.e-de-font-label:hover .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-documenteditor .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); + font-size: 14px; +} + +.e-documenteditor .e-checkbox-wrapper .e-frame { + height: 15px; + line-height: 13px; + width: 15px; +} + +.e-de-op-dlg-footer { + margin-top: 14px; +} + +.e-de-op-dlg-footer .e-btn { + padding-left: 6px; + padding-right: 6px; +} + +.e-de-search-tab-content .e-input-group .e-de-search-input { + width: 204px; +} + +.e-de-op-replacewith { + width: 98%; +} + +.e-de-table-ppty-tab { + border: 0; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-header-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-cell-header-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-tbl-margin-sub-header .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-list-format-info { + border-radius: 50%; + cursor: default; + font-size: 12px; + height: 15px; + line-height: 1px; + padding: 3px 0 0 0; + text-transform: lowercase; + width: 16px; +} + +.e-button-custom { + height: 32px; + padding: 0; + width: 70px; +} + +.e-bigger .e-button-custom { + height: 37px; + width: 88px; +} + +.e-styles-listview, +.e-bookmark-listview { + border: 1px solid #c8c8c8; + border-radius: 4px; + height: 150px; + overflow-y: scroll; +} + +.e-bookmark-gotobutton, +.e-bookmark-addbutton, +.e-styles-addbutton, +.e-bookmark-deletebutton { + margin-bottom: 8px; +} + +.e-bookmark-list { + float: left; + margin-right: 14px; + width: 250px; +} + +.e-bookmark-list.e-de-rtl { + margin-left: 20px; + margin-right: 0; +} + +.e-bookmark-textboxdiv { + margin-bottom: 8px; +} + +.e-bookmark-listview .e-list-item { + font-size: 13px; + height: 30px; + line-height: 27px; +} + +.e-bookmark-common { + display: -ms-flexbox; + display: flex; +} + +.e-bookmark-button { + position: relative; + top: 0; +} + +.e-font { + float: left; +} + +.e-font-rtl { + float: right; +} + +.e-de-table-border-toptop-alignment, +.e-de-table-border-topcenter-alignment, +.e-de-table-border-topbottom-alignment, +.e-de-table-border-diagionalup-alignment, +.e-de-table-border-diagionaldown-alignment, +.e-de-table-border-bottomleft-alignment, +.e-de-table-border-bottomcenter-alignment, +.e-de-table-border-bottomright-alignment { + left: 48%; + position: absolute; + top: 59%; + transform: translate(-50%, -50%); +} + +.e-de-style-properties, +.e-de-style-formatting { + font-size: 14px; + font-weight: 400; +} + +.e-de-style-formatting { + margin-bottom: 14px; +} + +.e-de-style-paragraph-indent-group-button .e-btn, +.e-de-style-paragraph-group-button .e-btn, +.e-de-style-font-group-button .e-btn { + box-shadow: none; +} + +.e-de-style-properties { + margin-bottom: 14px; +} + +.e-de-style-nametype-div { + margin-bottom: 14px; +} + +.e-de-style-based-para-div { + margin-bottom: 14px; +} + +.e-de-style-name, +.e-de-style-styletype, +.e-de-style-style-based-on, +.e-de-style-style-paragraph { + font-size: 13px; + font-weight: 400; + margin-bottom: 8px; + width: 180px; +} + +.e-de-style-left-div { + margin-right: 22px; +} + +.e-de-style-left-div.e-de-rtl { + margin-left: 22px; + margin-right: 0; +} + +.e-de-style-font-color-picker, +.e-de-style-icon-button-size, +.e-de-style-icon-button-first-size, +.e-de-style-icon-button-last-size { + height: 31px; +} + +.e-bigger .e-de-style-font-color-picker, +.e-bigger .e-de-style-icon-button-size, +.e-bigger .e-de-style-icon-button-first-size, +.e-bigger .e-de-style-icon-button-last-size { + height: 35px; +} + +.e-bigger .e-de-style-bold-button-size { + height: 35px; + margin-left: 6px; + margin-right: 8px; +} + +.e-de-style-bold-button-size { + height: 31px; + margin-left: 6px; + margin-right: 8px; +} + +.e-de-style-format-dropdwn .e-btn-icon { + margin-left: 8px; +} + +.e-de-style-font-color-picker, +.e-de-style-icon-button-size { + margin-right: 8px; +} + +.e-de-style-icon-button-first-size { + margin-left: 6px; + margin-right: 3px; +} + +.e-de-style-icon-button-last-size { + margin-right: 6px; +} + +.e-de-style-font-color-picker { + margin-left: 8px; +} + +.e-style-font-fmaily-right { + margin-right: 8px; +} + +.e-style-font { + margin-left: 20px; + margin-right: 20px; +} + +.e-de-style-left-div .e-de-style-dlg-name-input { + height: 31px; +} + +.e-style-list { + margin-left: 20px; +} + +.e-de-style-dialog .e-de-style-only-this-document { + margin-top: 25px; +} + +.e-de-style-format-dropdwn { + width: 135px; +} + +.e-de-style-options-div { + margin-bottom: 14px; +} + +.e-de-style-paragraph-group-button { + border-right: 2px solid #ced4da; +} + +.e-de-style-font-group-button { + border-left: 2px solid #ced4da; + border-right: 2px solid #ced4da; +} + +.e-de-op-replace-messagediv { + color: #000; + position: absolute; + top: 144px; +} + +.e-de-font-content-label .e-label, +.e-de-font-dlg-cb-right .e-label, +.e-de-font-checkbox .e-label { + font-size: 12px; +} + +.e-de-font-content-label .e-frame, +.e-de-font-dlg-cb-right .e-frame, +.e-de-font-checkbox .e-frame { + height: 15px; + line-height: 13px; + width: 15px; +} + +.e-de-op-input-group, +.e-de-op-replacewith { + height: auto; +} + +.e-bigger .e-de-op-input-group, +.e-bigger .e-de-op-replacewith { + height: 40px; +} + +.e-de-hyperlink-bookmark-check { + margin-top: 20px; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-frame, +.e-de-table-header-div .e-checkbox-wrapper .e-frame, +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame, +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame, +.e-de-table-cell-header-div .e-checkbox-wrapper .e-frame, +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-frame, +.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame, +.e-de-tbl-margin-sub-header .e-frame { + height: 15px; + line-height: 13px; + width: 15px; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-label, +.e-de-table-header-div .e-checkbox-wrapper .e-label, +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label, +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label, +.e-de-table-cell-header-div .e-checkbox-wrapper .e-label, +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-label, +.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label, +.e-de-tbl-margin-sub-header .e-label { + font-size: 14px; +} + +.e-de-table-ppty-dlg-measure-div { + float: right; + margin-left: 20px; + margin-top: -18px; +} + +.e-de-table-ppty-dlg-measure-div.e-de-rtl { + float: left; + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-dlg-measure-drop-down-div { + float: right; + margin-left: 20px; + margin-top: 6px; +} + +.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-dlg-left-indent-container { + bottom: 4px; + left: 69px; + position: relative; +} + +.e-de-table-ppty-dlg-left-indent-container.e-de-rtl { + right: 69px; +} + +.e-de-table-ppty-dlg-row-height-label { + float: right; + margin-right: 184px; + margin-top: -62px; +} + +.e-de-table-ppty-dlg-row-height-label.e-de-rtl { + float: left; + margin-left: 184px; + margin-right: 0; +} + +.e-de-table-ppty-dlg-preferred-width-div { + float: right; + margin-left: 20px; + margin-top: 6px; +} + +.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-options-break { + margin-bottom: 8px; +} + +.e-de-table-cell-subheader-div { + margin-right: 125px; + margin-top: -37px; +} + +.e-de-table-cell-subheader-div.e-de-rtl { + margin-left: 125px; + margin-right: 0; +} + +.e-de-table-ppty-dlg-cell-tab-measure-label { + float: right; + margin-right: 190px; + margin-top: -58px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header { + padding-left: 12px; + padding-right: 12px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header { + padding-left: 12px; + padding-right: 12px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header { + padding-left: 15px; + padding-right: 12px; +} + +.e-styles-list { + float: left; + margin-right: 24px; + width: 250px; +} + +.e-styles-textboxdiv { + padding-bottom: 15px; +} + +.e-styles-listview .e-list-item { + font-size: 13px; + height: 30px; + line-height: 27px; +} + +.e-styles-common { + padding-top: 5px; +} + +.e-styles-button { + float: right; +} + +.e-de-toc-dlg-right-sub-container.e-de-rtl { + margin-left: 2px; + margin-right: 2px; +} + +.e-de-toc-dlg-styles { + margin-bottom: 11px; + margin-left: 38px; + margin-top: 30px; +} + +.e-de-toc-dlg-styles.e-de-rtl { + margin-left: 0; + margin-right: 38px; +} + +.e-de-toc-dlg-style-input.e-de-rtl { + margin-left: 0; + margin-right: 38px; +} + +.e-de-toc-dlg-build-table { + margin-top: 30px; +} + +.e-de-toc-table-div .e-de-toc-dlg-toc-level { + height: 24px; + margin-left: 36px; + width: 44px; +} + +.e-de-toc-styles-table-div { + border: 1px solid #c3c3c3; + border-radius: 3px; + margin-top: 15px; + width: 213px; +} + +.e-de-toc-dlg-sub-level-heading { + font-size: 12px; +} + +.e-de-toc-table-div { + height: 143px; + overflow-y: scroll; + width: 211px; +} + +.e-de-toc-dlg-style-input { + margin-bottom: 3px; + margin-left: 38px; + width: 210px; +} + +.e-de-toc-dlg-outline-levels { + margin-top: 15px; + width: 150px; +} + +.e-bookmark-textboxdiv .e-bookmark-textbox-input { + height: 32px; +} + +.e-styles-dlgfields { + font-weight: 400; + margin-bottom: 6px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header { + padding-left: 15px; + padding-right: 0 25px 0 0; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header { + padding-left: 0 25px 0 0; + padding-right: 0 25px 0 0; +} + +.e-de-dlg-target .e-footer-content .e-list-dlg-font { + margin-left: 1px; +} + +.e-bookmark-dlgfields { + font-weight: 400; + margin-bottom: 8px; +} + +.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md { + height: 65px; + padding: 10px; + width: 70px; +} + +.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md { + height: 45px; + width: 45px; +} + +.e-de-bullet-icon-size { + height: 45px; + width: 45px; +} + +.e-de-ui-list-header-presetmenu { + cursor: pointer; + font-size: 11px; + line-height: 14px; + min-width: 50px; + overflow: hidden; + text-align: left; + white-space: nowrap; + width: 100%; +} + +.e-de-ui-bullet { + font-size: 42px; +} + +.e-de-ui-list-header-presetmenu .e-de-ui-list-line { + border-bottom: 1px solid #ccc; + margin-left: 5px; + width: 100%; +} + +.e-de-ui-list-header-presetmenu div span { + color: #aaa; + display: inline-block; + vertical-align: middle; +} + +.e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem, +.e-de-ui-wfloating-menu .e-de-ui-menuitem-none { + border: 0; + box-shadow: inset 0 0 0 1px #ebebeb; + cursor: pointer; + height: 70px; + margin: 0 5px 5px 0; + padding: 0; + width: 70px; +} + +.e-de-ui-wfloating-menu { + padding: 10px 4px 5px 10px; +} + +.e-de-list-thumbnail .e-de-list-items { + float: left; +} + +.e-de-list-thumbnail .e-de-list-items { + background: #fff; + border: 1px solid transparent; + clear: initial; + display: inline-block; + height: auto; + margin: 5px; + text-align: center; + width: auto; +} + +.e-de-list-items { + background: #fff; + box-sizing: border-box; + cursor: pointer; + list-style: none; + padding: 7px 10px; + position: relative; +} + +.e-de-list-item-size { + font-size: 14px; +} + +.e-de-ui-wfloating-menu { + padding: 10px 4px 5px 10px; +} + +.e-de-table-border-fill.e-de-rtl { + margin-left: 15px; +} + +.e-de-table-border-fill:not(.e-de-rtl) { + margin-right: 15px; + margin-top: 5px; +} + +.e-de-table-ppty-dlg-tabs { + height: 280px; + position: relative; +} + +.e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active, +.e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active { + border-color: #007bff; +} + +.e-de-bullet-icons { + left: 50%; + position: absolute; + top: 50%; + transform: translate(-43%, -43%); +} + +.e-de-header-footer-list { + color: #007bff; +} + +.e-de-rtl-btn-div { + font-size: 12px; + margin-right: 14px; + width: 200px; +} + +.e-de-rtl-btn-div.e-de-rtl { + margin-left: 14px; + margin-right: 0; +} + +.e-de-ltr-btn-div { + font-size: 12px; + width: 200px; +} + +.e-de-tbl-rtl-btn-div { + font-size: 12px; + margin-right: 14px; + width: 140px; +} + +.e-de-tbl-rtl-btn-div.e-de-rtl { + margin-left: 14px; + margin-right: 0; +} + +.e-de-tbl-ltr-btn-div { + font-size: 12px; + width: 140px; +} + +.e-para-dlg-sub-height { + height: 145px; +} + +.e-de-disabledbutton { + opacity: 0.4; + pointer-events: none; +} + +.e-bigger .e-de-insert-table { + height: auto; + width: auto; +} + +.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: auto; +} + +.e-bigger .e-de-font-dlg { + width: 375px; +} + +.e-bigger .e-para-dlg-sub-height { + height: 170px; +} + +.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl { + margin-right: 36px; +} + +.e-bigger .e-de-font-content-label-width { + width: 68px; +} + +.e-bigger .e-de-toc-label { + margin-left: 194px; +} + +.e-bigger .e-de-toc-label-rtl { + margin-left: 0; + margin-right: 180px; +} + +.e-bigger .e-de-outline-rtl { + width: 173px; +} + +.e-de-restrict-format { + margin-top: 16px; +} + +.e-de-rp-format { + font-size: 13px; + margin-bottom: 12px; + opacity: .65; +} + +.e-de-rp-checkbox { + font-size: 12px; +} + +.e-de-rp-border { + margin-bottom: 12px; + margin-top: 12px; +} + +.e-de-rp-header { + font-size: 15px; + font-weight: 500; + opacity: .87; +} + +.e-de-restrict-pane .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); + font-size: 12px; +} + +.e-de-restrict-pane .e-checkbox-wrapper .e-frame { + height: 16px; + width: 16px; +} + +.e-de-restrict-pane .e-checkbox-wrapper { + margin-bottom: 8px; +} + +.e-de-rp-user .e-checkbox-wrapper { + width: auto; +} + +.e-de-rp-nav-btn, +.e-de-rp-btn-enforce { + background: #fafafa; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5); + font-size: 13px; + height: 36px; + opacity: .87; +} + +.e-de-rp-nav-btn { + margin: 0 12px; + width: 210px; +} + +.e-de-rp-btn-stop-enforce { + background: #fafafa; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5); + font-size: 13px; + height: 36px; + margin: 0 46px; + opacity: .87; +} + +.e-de-rp-nav-lbl { + font-size: 13px; + margin: 0 28px; +} + +.e-de-rp-sub-div { + border-bottom: 1px solid #e4e4e4; + padding: 12px; +} + +.e-de-restrict-pane { + padding-left: 0; + padding-top: 0; +} + +.e-de-rp-whole-header { + padding: 12px; +} + +.e-de-rp-user { + background: #fff; + border: 1px solid #e4e4e4; + border-radius: 2px; + font-size: 12px; + height: 110px; + width: 238px; +} + +.e-de-rp-enforce { + padding-top: 12px; +} + +.e-de-rp-enforce-nav { + margin: 12px 0; +} + +.e-de-enforce-dlg-title { + font-size: 14px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-enforce .e-de-enforce-dlg-input { + height: 32px; + margin-bottom: 8px; + width: 300px; +} + +.e-de-user-add-btn { + background: #ced4da; + border-radius: 2px; + width: 74px; +} + +.e-de-user-dlg .e-de-user-dlg-textbox-input { + margin-right: 16px; + width: 304px; +} + +.e-de-user-dlg-list { + margin-bottom: 15px; +} + +.e-de-user-listview { + border: 1px solid #e4e4e4; + border-radius: 2px; + height: 106px; +} + +.e-de-user-dlg-user { + margin-bottom: 12px; +} + +.e-user-delete { + float: left; +} + +.e-de-unprotect-dlg-title { + font-size: 14px; + margin-bottom: 8px; +} + +.e-de-rp-stop-div1 { + opacity: .87; + padding: 12px 12px 6px 12px; + font-weight: 500; + border-bottom: 1px solid #E0E0E0; +} + +.e-de-rp-stop-div2 { + padding: 12px 12px 24px; +} + +.e-de-rp-stop-div3 { + padding: 0 0 12px 12px; +} + +.e-de-rp-close-icon { + float: right; + position: relative; + top: -7px; +} + +.e-de-restrict-pane { + height: 100%; + overflow: auto; + width: 268px; +} + +.e-de-rp-nav-lbl { + font-size: 13px; + margin: 0 28px; +} + +.e-documenteditor-optionspane { + height: 100%; +} + +.e-de-cmt-pane { + background-color: inherit; + border-left: 1px solid #dee2e6; + color: #495057; + width: 264px; +} + +.e-de-cp-close { + background-color: inherit; + border: none; + float: right; + position: relative; + top: -7px; +} + +.e-de-cp-whole-header { + padding: 12px; +} + +.e-de-cp-header { + font-size: 13px; + font-weight: 500; + opacity: .87; + width: 75%; +} + +.e-de-cmt-container { + height: auto; + padding: 0px 8px; + overflow: auto; +} + +.e-de-cmt-sub-container { + background-color: #e9ecef; + border: 1px solid #dee2e6; + border-radius: 2px; + margin: 8px 0px; + padding: 8px; +} + +.e-de-cmt-view { + cursor: default; +} + +.e-de-cmt-sub-container.e-de-cmt-selection { + border-left: 3px solid #007bff; + padding-left: 6px; +} + +.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 2px solid #007bff; + padding-left: 7px; +} + +.e-de-cmt-author { + margin-bottom: 8px; +} + +.e-de-cmt-author-name { + font-size: 13px; + font-weight: 500; + width: 90%; +} + +.e-de-cp-option.e-btn.e-icon-btn { + background-color: inherit; + border: none; + color: inherit; + float: right; + height: 20px; + padding: 0px; + width: 20px; + margin-top: -4px; +} + +.e-de-cp-option.e-btn.e-icon-btn span { + margin-top: 0px; +} + +.e-de-cmt-view:hover .e-de-cp-option { + display: block; +} + +.e-de-cmt-readonly { + font-size: 13px; + padding-top: 4px; + word-break: break-word; +} + +.e-de-cmt-date { + font-size: 13px; + margin-top: 12px; + opacity: .67; +} + +.e-de-cmt-sub-container.e-de-cmt-reply { + border: none; + border-top: 1px solid #dee2e6; + border-radius: 0px; + margin: 11.5px 8px 0px 8px; + padding: 0px; +} + +.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view { + margin-top: 11.5px; +} + +.e-de-cmt-textarea.e-input { + color: #495057; + font-size: 13px; + line-height: normal; + min-height: 30px; + overflow: hidden; + resize: none; +} + +.e-de-cmt-action-button { + text-align: right; + margin-top: 8px; +} + +.e-de-cmt-post-btn.e-btn.e-flat, .e-de-cmt-cancel-btn.e-btn.e-flat { + color: #212529; + height: 32px; + margin-left: 8px; + width: 32px; +} + +.e-de-cmt-cancel-btn.e-btn.e-flat, .e-de-cp-close.e-btn.e-flat { + background-color: inherit; + border: none; +} + +.e-de-cmt-resolve-btn .e-de-cmt-post-btn.e-btn.e-flat { + background-color: inherit; + border: none; +} + +.e-de-cmt-resolved .e-de-cmt-author-name, .e-de-cmt-resolved .e-de-cmt-readonly, .e-de-cmt-resolved e-de-cmt-date { + opacity: .67; +} + +.e-de-cmt-resolved .e-de-cmt-rply-view { + display: none; +} + +.e-de-cmt-resolved .e-de-cmt-resolve-btn { + display: block; + margin-top: 8px; + text-align: right; +} + +.e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection { + border-left: 3px solid rgba(0, 123, 255, 0.5); +} + +.e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 2px solid rgba(0, 123, 255, 0.5); +} + +.e-de-cmt-mark { + cursor: default; + color: #000; + font-size: 13px; + height: 13px; + pointer-events: all; + width: 13px; +} + +.e-de-cmt-mark :hover { + color: #007bff; +} + +.e-de-cmt-mark.e-de-cmt-mark-selected, .e-de-cmt-mark.e-de-cmt-mark-hover { + color: #007bff; +} + +.e-de-cmt-no-cmt { + margin-left: 6px; + margin-top: 24px; + font-size: 13px; +} + +.e-de-cmt-drawer-cnt { + font-size: 13px; + height: 20px; + margin-top: 8px; +} + +.e-de-cmt-drawer { + cursor: pointer; + float: right; + opacity: .54; + margin-right: 4px; + margin-top: 4px; +} + +.e-de-cmt-rply-view { + margin-top: 12px; +} + +.e-de-cmt-resolve-btn { + display: none; +} + +textarea.e-de-cmt-textarea { + height: 28px; +} + +.e-rtl .e-de-cp-close { + float: left; +} + +.e-rtl .e-de-cmt-pane { + border-left: none; + border-right: 1px solid #dee2e6; +} + +.e-rtl .e-de-rp-close-icon { + float: left; +} + +.e-rtl .e-de-cp-option.e-btn.e-icon-btn { + float: left; +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection { + border-left: 1px solid #dee2e6; + border-right: 3px solid #007bff; + padding-left: 8px; + padding-right: 6px; +} + +.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 1px solid #dee2e6; + border-right: 2px solid #007bff; + padding-left: 8px; + padding-right: 7px; +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection { + border-right: 3px solid rgba(0, 123, 255, 0.5); +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-right: 2px solid rgba(0, 123, 255, 0.5); +} + +.e-rtl .e-de-cmt-action-button { + text-align: left; +} + +.e-rtl .e-de-cmt-no-cmt { + margin-left: auto; + margin-right: 6px; +} + +.e-rtl .e-de-cmt-drawer { + float: left; + margin-left: 8px; + margin-right: auto; +} + +.e-rtl .e-de-cmt-resolve-btn { + text-align: left; +} + +.e-bigger .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat { + height: 36px; + margin-left: 12px; + width: 36px; +} + +.e-bigger .e-de-cp-whole-header { + height: 56px; + padding: 16px; + padding-right: 8px; +} + +.e-bigger .e-de-cp-close { + margin-top: -3px; +} + +.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat { + margin-right: 12px; +} + +.e-de-ctnr-close::before { + content: '\e745'; +} + +.e-de-ctnr-linespacing::before { + content: '\e784'; +} + +.e-de-ctnr-undo::before { + content: '\e752'; +} + +.e-de-ctnr-find::before { + content: '\e724'; +} + +.e-de-ctnr-lock::before { + content: '\e735'; +} + +.e-de-selected-spellcheck-item::before { + content: '\e718'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-de-selected-underline-item::before { + content: '\e718'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-de-ctnr-italic::before { + content: '\e78e'; +} + +.e-de-ctnr-link::before { + content: '\e72e'; +} + +.e-de-ctnr-download::before { + content: '\e75d'; +} + +.e-de-selected-item::before { + content: '\e718'; +} + +.e-de-ctnr-break::before { + content: '\e749'; +} + +.e-de-ctnr-page-break::before { + content: '\e708'; +} + +.e-de-ctnr-section-break::before { + content: '\e75f'; +} + +.e-de-ctnr-upload::before { + content: '\e769'; +} + +.e-de-ctnr-tableofcontent::before { + content: '\e753'; +} + +.e-de-ctnr-pagenumber::before { + content: '\e733'; +} + +.e-de-ctnr-highlight::before { + content: '\e770'; +} + +.e-de-ctnr-new::before { + content: '\e759'; +} + +.e-de-ctnr-paste::before { + content: '\e739'; +} + +.e-de-ctnr-bold::before { + content: '\e78b'; +} + +.e-de-ctnr-subscript::before { + content: '\e707'; +} + +.e-de-ctnr-pagesetup::before { + content: '\e73a'; +} + +.e-de-ctnr-strikethrough::before { + content: '\e786'; +} + +.e-de-ctnr-image::before { + content: '\e776'; +} + +.e-de-ctnr-redo::before { + content: '\e778'; +} + +.e-de-ctnr-bookmark::before { + content: '\e731'; +} + +.e-de-ctnr-increaseindent::before { + content: '\e702'; +} + +.e-de-ctnr-header::before { + content: '\e772'; +} + +.e-de-ctnr-backgroundcolor::before { + content: '\e754'; +} + +.e-de-ctnr-open::before { + content: '\e70f'; +} + +.e-de-ctnr-underline::before { + content: '\e792'; +} + +.e-de-ctnr-superscript::before { + content: '\e779'; +} + +.e-de-ctnr-alignleft::before { + content: '\e76f'; +} + +.e-de-ctnr-numbering::before { + content: '\e72c'; +} + +.e-de-ctnr-aligncenter::before { + content: '\e732'; +} + +.e-de-ctnr-bullets::before { + content: '\e72a'; +} + +.e-de-ctnr-decreaseindent::before { + content: '\e722'; +} + +.e-de-ctnr-showhide::before { + content: '\e715'; + font-size: 16px; +} + +.e-de-ctnr-print::before { + content: '\e743'; +} + +.e-de-ctnr-alignright::before { + content: '\e746'; +} + +.e-de-ctnr-footer::before { + content: '\e75a'; +} + +.e-de-ctnr-clearall::before { + content: '\e703'; +} + +.e-de-ctnr-highlightcolor::before { + content: '\e770'; +} + +.e-de-ctnr-insertleft::before { + content: '\e737'; +} + +.e-de-ctnr-insertright::before { + content: '\e70e'; +} + +.e-de-ctnr-insertabove::before { + content: '\e783'; +} + +.e-de-ctnr-insertbelow::before { + content: '\e736'; +} + +.e-de-ctnr-deleterows::before { + content: '\e738'; +} + +.e-de-ctnr-deletecolumns::before { + content: '\e719'; +} + +.e-de-ctnr-aligntop::before { + content: '\e709'; +} + +.e-de-ctnr-alignbottom::before { + content: '\e726'; +} + +.e-de-ctnr-fontcolor::before { + content: '\e74b'; +} + +.e-de-ctnr-strokesize::before { + content: '\e75b'; +} + +.e-de-ctnr-cellbg-clr-picker::before { + content: '\e754'; +} + +.e-de-ctnr-mergecell::before { + content: '\e7b1'; +} + +.e-de-ctnr-table::before { + content: '\e7ac'; +} + +.e-de-ctnr-justify::before { + content: '\e79b'; +} + +.e-de-ctnr-outsideborder::before { + content: '\e7a1'; +} + +.e-de-ctnr-allborders::before { + content: '\e79e'; +} + +.e-de-ctnr-insideborders::before { + content: '\e79d'; +} + +.e-de-ctnr-leftborders::before { + content: '\e7a7'; +} + +.e-de-ctnr-insideverticalborder::before { + content: '\e79c'; +} + +.e-de-ctnr-rightborder::before { + content: '\e79f'; +} + +.e-de-ctnr-topborder::before { + content: '\e7a3'; +} + +.e-de-ctnr-insidehorizondalborder::before { + content: '\e7a9'; +} + +.e-de-ctnr-bottomborder::before { + content: '\e7aa'; +} + +.e-de-ctnr-aligncenter-table::before { + content: '\e706'; +} + +.e-de-ctnr-bullet-none::before { + content: '\e7b3'; +} + +.e-de-ctnr-bullet-dot::before { + content: '\e7a0'; +} + +.e-de-ctnr-bullet-circle::before { + content: '\e7b0'; +} + +.e-de-ctnr-bullet-square::before { + content: '\e7a5'; +} + +.e-de-ctnr-bullet-flower::before { + content: '\e7a4'; +} + +.e-de-ctnr-bullet-arrow::before { + content: '\e7b6'; +} + +.e-de-ctnr-bullet-tick::before { + content: '\e7ab'; +} + +.e-de-flip { + transform: scaleX(-1); +} + +.e-de-cnt-cmt-add::before { + content: '\e814'; + font-family: 'e-icons'; +} + +.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap { + height: 0; + line-height: 0; +} + +.e-de-ctnr-file-picker { + left: -110em; + position: fixed; +} + +.e-de-ctnr-rtl { + direction: rtl; +} + +.e-de-ctnr-hglt-btn { + display: inline-block; + height: 25px; + margin: 3px; + width: 25px; +} + +.e-color-selected, +.e-de-ctnr-hglt-btn:hover { + border: 1px solid #ff8c00; +} + +.e-hglt-no-color { + height: 30px; + padding-top: 1px; + width: 157px; +} + +.e-hglt-no-color:hover { + background-color: #d3d3d3; + cursor: pointer; +} + +.e-de-ctnr-hglt-no-color { + font-size: 12px; + font-weight: 400; + left: 40px; + padding-top: 11px; + position: absolute; + top: 100px; +} + +.e-de-ctn-title { + background-color: #007bff; + color: #fff; +} + +.e-de-tool-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 113px); + width: 100%; +} + +.e-de-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 113px); + width: 100%; +} + +.e-de-statusbar-seperator { + border: 1px solid #495057; + height: 16px; + margin-left: 15.5px; + margin-top: 10px; +} + +.e-de-statusbar-spellcheck { + border-radius: 2px; + height: 34px; + margin-left: 7.5px; + width: 91px; +} + +.e-de-ctn { + background-color: #f8f9fa; + border: 1px solid #dee2e6; + height: calc(100%); + position: relative; + width: 100%; +} + +.e-bigger .e-de-statusbar-spellcheck { + border-radius: 2px; + height: 34px; + margin-left: 7.5px; + width: 111px; +} + +.e-de-ctnr-toolbar { + display: -ms-inline-flexbox; + display: inline-flex; + height: 77px; + width: 100%; +} + +.e-de-tlbr-wrapper .e-de-toolbar.e-toolbar, +.e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn { + border: 0; +} + +.e-de-pane { + border-left: 1px solid #dee2e6; +} + +.e-de-pane-rtl { + border-right: 1px solid #dee2e6; +} + +.e-de-tool-ctnr-properties-pane { + background-color: #f8f9fa; + border-bottom: 1px solid #dee2e6; + border-top: 1px solid #dee2e6; +} + +.e-de-ctnr-segment { + margin-bottom: 14px; +} + +.e-de-font-clr-picker .e-colorpicker-wrapper:first-child, +.e-de-font-clr-picker > .e-split-btn-wrapper { + margin-right: 14px; +} + +.e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child, +.e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper { + margin-left: 14px; + margin-right: 0; +} + +.e-de-ctnr-segment > div:first-child, +.e-de-ctnr-segment > button:first-child { + margin-right: 14px; +} + +.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child, +.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child { + margin-left: 14px; + margin-right: 0; +} + +.e-de-tlbr-wrapper { + background-color: #f8f9fa; + height: 77px; + width: calc(100% - 75px); +} + +.e-de-ctnr-prop-label { + color: #212529; + display: inline-block; + font-size: 14px; + font-weight: 500; + letter-spacing: .05px; + margin-bottom: 14px; + opacity: .87; +} + +.e-de-table-prop-label { + margin-left: 12px; +} + +.e-de-table-prop-label.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-toolbar.e-toolbar { + border-radius: 0; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items { + height: 77px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator { + height: 59px; + margin: 0 5.5px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start { + margin-left: 14px; + margin-right: 7px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-first { + margin-right: 7px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle { + margin-left: 7px; + margin-right: 7px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-last { + margin-left: 7px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end { + margin-left: 7px; + margin-right: 14px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus { + background-color: #6c757d; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0 1px; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon { + color: #495057; + font-size: 16px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover .e-btn-icon, +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus .e-btn-icon, +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active .e-btn-icon, +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:disabled .e-btn-icon { + color: #fff; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-btn-icon { + color: #495057; + font-size: 18px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover .e-btn-icon, +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus .e-btn-icon, +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active .e-btn-icon, +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:disabled .e-btn-icon { + color: #fff; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + font-size: 13px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-de-overlay { + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-de-font-clr-picker .e-colorpicker-wrapper .e-btn.e-icon-btn, +.e-de-font-clr-picker .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + padding: 0; +} + +.e-de-prop-font-colorpicker .e-btn.e-icon-btn, +.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + padding: 4px 8px !important; +} + +.e-de-ctnr-style-div { + width: 235px; +} + +.e-btn-toggle .e-tbar-btn-text { + color: #fff !important; +} + +.e-btn-toggle .e-btn-icon { + color: #fff !important; +} + +.e-de-ctnr-list, +.e-de-list-header-presetmenu { + color: #495057; +} + +.e-de-ctnr-group-btn .e-btn { + background-color: #fff; + border-color: #dee2e6; +} + +.e-de-ctnr-group-btn .e-btn:focus { + background-color: #545b62; + border: 1px; + border-color: #4e555b; + box-shadow: 0 0 0 0 #6c757d; + outline-color: #6c757d; +} + +.e-de-ctnr-group-btn .e-btn:active, +.e-de-ctnr-group-btn .e-btn .e-btn-toggle { + background-color: #545b62; + border: 1px; + border-color: #4e555b; +} + +.e-de-ctnr-group-btn .e-btn:hover { + background-color: #5a6268; + border: 1px; + border-color: #545b62; +} + +.e-de-ctnr-group-btn .e-btn:disabled { + background-color: #6c757d; + border-color: #6c757d; + opacity: 65%; +} + +.e-de-ctnr-group-btn .e-btn:hover .e-btn-icon, +.e-de-ctnr-group-btn .e-btn:focus .e-btn-icon, +.e-de-ctnr-group-btn .e-btn:active .e-btn-icon, +.e-de-ctnr-group-btn .e-btn:disabled .e-btn-icon { + color: #fff; +} + +.e-de-ctnr-group-btn .e-btn-icon { + color: #495057; + font-size: 14px; +} + +.e-bigger .e-de-ctnr-group-btn .e-btn-icon { + color: #495057; +} + +.e-btn-toggle .e-btn-icon { + color: #fff; +} + +.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn, +.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn-icon, +.e-de-border-size-button, +.e-de-border-size-button .e-btn-icon { + background-color: #fff; + border-color: #dee2e6; + color: #495057; +} + +.e-de-border-size-button:focus, +.e-de-border-size-button:hover, +.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover, +.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus { + background-color: #6c757d; + border-color: inset 0 3px 5px #4e555b; +} + +.e-de-border-size-button:focus .e-btn-icon, +.e-de-border-size-button:hover .e-btn-icon, +.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:hover .e-btn-icon, +.e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn:focus .e-btn-icon { + background-color: #6c757d; + border-color: inset 0 3px 5px #4e555b; + color: #fff; +} + +.e-de-border-size-button .e-btn-icon:focus, +.e-de-border-size-button .e-btn-icon:hover { + background-color: #6c757d; + border-color: inset 0 3px 5px #4e555b; + color: #fff; +} + +.e-de-pagenumber-text { + background: #fff; + color: #495057; + border-radius: 4px; + border: 1px solid #ced4da !important; + height: 24px !important; + margin-top: -3px !important; + padding: 3px !important; +} + +.de-split-button > div:first-child { + margin-right: 14px; +} + +.e-de-ctnr-properties-pane-btn { + width: 75px; +} + +.e-de-ctnr-properties-pane-btn .e-btn { + background-color: #f8f9fa; + border-radius: 0; + box-shadow: none; + color: #212529; + min-height: 100%; + min-width: 100%; +} + +.e-de-ctnr-properties-pane-btn .e-btn:focus { + box-shadow: none; +} + +.e-de-ctnr-properties-pane-btn .e-btn:active { + box-shadow: none; +} + +.e-de-ctnr-properties-pane-btn .e-btn:hover { + box-shadow: none; +} + +.e-de-showhide-btn { + border: 0; + height: 77px; +} + +.e-de-showhide-btn-rtl { + border: 0; + height: 77px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 0; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: table; + font-size: 12px; + margin: 0 6.5px; + padding: 0; + white-space: normal; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-de-cntr-pane-padding { + padding: 14px; +} + +.e-de-prop-pane { + height: 100%; + min-height: 200px; + overflow: auto; + width: 264px; +} + +.e-bigger .e-de-cntr-pane-padding { + padding: 16px; +} + +.e-bigger .e-de-prop-pane { + height: 100%; + min-height: 200px; + overflow: auto; + width: 272px; +} + +.e-bigger .e-btn-toggle .e-tbar-btn-text { + color: #fff !important; +} + +.e-bigger .e-de-prop-font-colorpicker .e-split-btn-wrapper .e-btn { + border-color: #ced4da; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) { + box-shadow: none; + height: 31px; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus { + box-shadow: none; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active { + box-shadow: none; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover { + box-shadow: none; +} + +.e-de-ctnr-group-btn button { + box-shadow: none; + height: 31px; +} + +.e-de-ctnr-group-btn button:focus { + box-shadow: none; +} + +.e-de-ctnr-group-btn button:active { + box-shadow: none; +} + +.e-de-ctnr-group-btn button:hover { + box-shadow: none; +} + +.e-de-property-div-padding { + border-bottom: 0.5px solid #dee2e6; + padding-bottom: 11.5px; + padding-top: 12.5px; +} + +.e-de-ctnr-dropdown-ftr { + border-top: 1px solid #dee2e6; + color: #212529; + display: block; + font-size: 12px; + line-height: 40px; + text-indent: 1.2em; +} + +.e-de-char-fmt-btn-left > button { + width: 37.75px; +} + +.e-de-char-fmt-btn-right > button { + width: 37.5px; +} + +.e-de-panel-left-width { + width: 147px; +} + +.e-bigger .e-de-panel-left-width { + width: 149px; +} + +.e-bigger .e-de-char-fmt-btn-left > button { + width: 37.25px; +} + +.e-de-panel-right-width { + width: 73px; +} + +.e-de-cntr-highlight-pane { + border: 1px solid #dee2e6; +} + +.e-de-btn-hghlclr > button:first-child { + padding: 1px !important; +} + +.e-de-ctnr-hglt-color { + font-size: 12px; + font-weight: 400; + height: 18px !important; + width: 18px !important; +} + +.e-de-font-clr-picker > div button, +.e-de-font-clr-picker > button { + width: 30.8px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md { + height: 55px; + padding: 4px !important; + width: 60px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover { + border: 3px solid #007bff; + padding: 2px !important; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md { + height: 38px; + padding: 4px !important; + width: 38px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover { + border: 3px solid #007bff; + padding: 2px !important; +} + +.e-de-list-header-presetmenu { + cursor: pointer; + font-size: 11px; + line-height: 14px; + overflow: hidden; + text-align: left; + min-width: 50px; + white-space: nowrap; + width: 100%; +} + +.e-de-bullet-list-header-presetmenu { + cursor: pointer; + font-size: 14px; + left: -11px; + line-height: 32px; + min-width: 50px; + overflow: hidden; + position: relative; + white-space: nowrap; + width: 100%; +} + +.e-rtl .e-de-bullet-list-header-presetmenu { + cursor: pointer; + font-size: 14px; + left: 10px; + line-height: 32px; + min-width: 50px; + overflow: hidden; + position: relative; + white-space: nowrap; + width: 100%; +} + +.e-de-bullet { + font-size: 42px; +} + +.e-de-list-header-presetmenu .e-de-list-line { + border-bottom: 1px solid #ccc; + margin-left: 5px; + width: 100%; +} + +.e-de-toc-optionsdiv { + margin-bottom: 11.5px; + margin-left: 5.5px; + margin-top: 15.5px; +} + +.e-de-toc-optionsdiv.e-de-rtl { + margin-right: 5.5px; + margin-left: 0; +} + +.e-de-list-header-presetmenu div span { + color: #aaa; + display: inline-block; + vertical-align: middle; +} + +.e-de-floating-menu .e-de-floating-menuitem, +.e-de-floating-menu .e-de-menuitem-none { + cursor: pointer; + height: 70px; + padding: 0 !important; + margin: 0 5px 5px 0 !important; + width: 70px; +} + +.e-de-list-thumbnail .e-de-list-items { + float: left; +} + +.e-de-list-thumbnail .e-de-list-items { + border: 1px solid #e4e4e4; + clear: initial; + display: inline-block; + height: auto; + margin: 5px; + padding: 2px; + text-align: center; + width: auto; +} + +.e-de-list-items { + cursor: pointer; + background: #f8f9fa; + box-sizing: border-box; + list-style: none; + padding: 7px 10px 7px 10px; + position: relative; +} + +.e-de-list-item-size { + font-size: 14px; +} + +.e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected, +.e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected { + border: 3px solid #007bff; + padding: 2px !important; +} + +.e-de-floating-menu { + padding: 10px 4px 5px 10px !important; +} + +.e-de-list-container { + background: #f8f9fa; + border: 1px solid #ccc; + border-radius: 2px; + box-shadow: 0 0 14px rgba(0, 0, 0, 0.2); + box-sizing: border-box; + display: inline-block; + line-height: normal; + margin: 0; + outline: 0; + padding: 5px 0; + position: absolute; + width: auto; + z-index: 10020; +} + +.e-de-ctnr-list { + font-size: 12px; + vertical-align: top; +} + +.e-de-image-property { + padding-left: 32px; +} + +.e-de-img-prty-span { + color: #212529; + left: 12px; + position: absolute; + top: 8px; +} + +.e-btn-toggle { + background-color: #6c757d !important; + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: inset 0 3px 5px #4e555b !important; +} + +.e-btn-toggle:hover { + background-color: #6c757d !important; + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: inset 0 3px 5px #4e555b !important; +} + +.e-de-ctnr-group-btn-top > button:first-child { + border-radius: 0; + border-top-left-radius: 4px; +} + +.e-de-ctnr-group-btn-top.e-de-rtl > button:first-child { + border-top-left-radius: 0; + border-top-right-radius: 4px; +} + +.e-de-ctnr-group-btn-top > button:last-child { + border-radius: 0; + border-top-right-radius: 4px; +} + +.e-de-ctnr-group-btn-top.e-de-rtl > button:last-child { + border-top-left-radius: 4px; + border-top-right-radius: 0; +} + +.e-de-ctnr-group-btn-middle > button { + border-radius: 0; + border-top: 0; + border-bottom: 0; +} + +.e-de-ctnr-group-btn-bottom > button:first-child { + border-radius: 0; + border-bottom-left-radius: 4px; +} + +.e-de-ctnr-group-btn-bottom.e-de-rtl > button:first-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 4px; +} + +.e-de-ctnr-group-btn-bottom > button:last-child { + border-radius: 0; + border-bottom-right-radius: 4px; +} + +.e-de-ctnr-group-btn-bottom.e-de-rtl > button:last-child { + border-bottom-right-radius: 0; + border-bottom-left-radius: 4px; +} + +.e-de-toc-template1 { + background: #f8f9fa; + border: 1px solid #dee2e6; + color: #212529; + height: 129px; + margin-left: 78px; + width: 94px; +} + +.e-de-toc-template1.e-de-rtl { + margin-left: 0; + margin-right: 78px; +} + +.e-de-toc-template1-content1 { + font-size: 10px; + height: 11px; + margin-left: 5.4px; + margin-top: 6.7px; + width: 81px; +} + +.e-de-toc-template1-content2 { + font-size: 8px; + height: 9px; + margin-left: 20.4px; + margin-top: 5.7px; + width: 64px; +} + +.e-de-toc-template1-content3 { + font-size: 7px; + height: 8px; + margin-left: 28.4px; + margin-top: 6.7px; + width: 60px; +} + +.e-de-prop-sub-label { + color: #212529; + font-size: 13px; + margin-bottom: 8px; +} + +.e-de-toc-checkbox1 { + height: 14px; + margin-top: 14px; +} + +.e-de-toc-checkbox2 { + height: 14px; + margin-top: 14px; +} + +.e-de-toc-checkbox3 { + height: 14px; + margin-top: 14px; +} + +.e-de-status-bar { + background-color: #f8f9fa; + border-bottom: 1px solid #dee2e6; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + width: 100%; +} + +.e-de-ctnr-pg-no { + color: #212529; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: 100px; +} + +.e-de-ctnr-pg-no-spellout { + color: #212529; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: calc(100% - 75px); +} + +.e-bigger .e-de-ctnr-pg-no-spellout { + color: #212529; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: calc(100% - 90px); +} + +.e-de-statusbar-zoom-spell { + background-color: #f8f9fa; + border: 0; + color: #212529; + float: right; + height: 34px; + margin-left: calc(100% - 292px); +} + +.e-bigger .e-de-statusbar-zoom-spell { + background-color: #f8f9fa; + border: 0; + color: #212529; + float: right; + height: 34px; + margin-left: calc(100% - 325px); +} + +.e-de-btn-cancel { + margin-left: 10px; +} + +.e-de-btn-cancel-rtl { + margin-left: 0; + margin-right: 10px; +} + +.e-de-prop-header-label { + color: #212529; + display: inline-block; + font-size: 13px; + font-weight: bold; + letter-spacing: .05px; + opacity: .87; +} + +.e-de-prop-separator-line { + border-bottom: 1px solid #dee2e6; +} + +.e-de-status-bar > div label { + font-weight: normal; +} + +.e-de-stylediv { + padding-left: 12px; +} + +.e-de-stylediv-rtl { + padding-left: 0; + padding-right: 12px; +} + +.e-de-border-style-div { + margin-left: 12px; +} + +.e-de-border-style-div.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-insert-del-cell { + margin-left: 12px; +} + +.e-de-insert-del-cell.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-cell-margin { + margin-left: 12px; +} + +.e-de-align-text { + margin-left: 12px; +} + +.e-de-align-text.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-border-size-button { + height: 31px; + margin-top: 14px; + width: 99px; +} + +.e-de-color-picker { + height: 31px; + width: 99px; +} + +.e-de-cell-div { + margin-left: 12px; +} + +.e-de-cell-div.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-cell-text-box { + margin-right: 12px; +} + +.e-de-prop-fill-label { + margin-left: 10.3px; + margin-right: 8px; +} + +.e-de-prop-fill-label.e-de-rtl { + margin-left: 8px; + margin-right: 10.3px; +} + +.e-de-grp-btn-ctnr .e-de-ctnr-group-btn, +.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn { + height: 42px !important; +} + +.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button, +.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button { + height: 42px; + width: 42px; +} + +.e-de-border-clr-picker .e-split-btn-wrapper > button:first-child { + width: 70px; +} + +.e-bigger .de-split-button > div:first-child { + margin-right: 16px; +} + +.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child { + width: 66px; +} + +.e-bigger .e-de-prop-fill-label { + margin-left: 14.5px; + margin-right: 9.8px; +} + +.e-bigger .e-de-prop-fill-label.e-de-rtl { + margin-left: 9.8px; + margin-right: 14.5px; +} + +.e-bigger .e-de-cell-text-box { + margin-right: 16px; +} + +.e-bigger .e-de-cell-div { + margin-left: 16px; +} + +.e-bigger .e-de-cell-div.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-border-style-div { + margin-left: 16px; +} + +.e-bigger .e-de-border-style-div.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-color-picker { + height: 38px; + width: 117px; +} + +.e-bigger .e-de-border-size-button { + height: 38px; + margin-top: 14px; + width: 117px; +} + +.e-bigger .e-de-align-text { + margin-left: 16px; +} + +.e-bigger .e-de-align-text.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-insert-del-cell { + margin-left: 16px; +} + +.e-bigger .e-de-insert-del-cell.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-cell-margin { + margin-left: 14px; +} + +.e-bigger .e-de-cell-margin.e-de-rtl { + margin-left: 0; + margin-right: 14px; +} + +.e-bigger .e-de-stylediv { + padding-left: 16px; +} + +.e-bigger .e-de-stylediv-rtl { + padding-right: 16px; +} + +.e-bigger .e-de-tool-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + min-height: 200px; + width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + width: 100%; +} + +.e-bigger .e-de-ctn { + background-color: #f8f9fa; + border: 1px solid #dee2e6; + height: calc(100%); + position: relative; + width: 100%; +} + +.e-bigger .e-de-ctnr-toolbar { + display: -ms-inline-flexbox; + display: inline-flex; + height: 86px; + width: 100%; +} + +.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar, +.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn { + border: 0; +} + +.e-bigger .e-de-pane { + border-left: 1px solid #dee2e6; +} + +.e-bigger .e-de-pane-rtl { + border-right: 1px solid #dee2e6; +} + +.e-bigger .e-de-ctnr-segment { + margin-bottom: 16px; +} + +.e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child, +.e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper { + margin-right: 16px; +} + +.e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child, +.e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper { + margin-left: 16px; + margin-right: 0; +} + +.e-bigger .e-de-ctnr-segment > div:first-child, +.e-bigger .e-de-ctnr-segment > button:first-child { + margin-right: 16px; +} + +.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child, +.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child { + margin-left: 16px; + margin-right: 0; +} + +.e-bigger .e-de-tlbr-wrapper { + background-color: #f8f9fa; + height: 86px; + width: calc(100% - 75px); +} + +.e-bigger .e-de-ctnr-prop-label { + color: #212529; + display: inline-block; + font-size: 14px; + font-weight: 500; + letter-spacing: .05px; + margin-bottom: 16px; + opacity: .87; +} + +.e-bigger .e-de-table-prop-label { + margin-left: 14.5px; +} + +.e-bigger .e-de-table-prop-label.e-de-rtl { + margin-left: 0; + margin-right: 14.5px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items { + height: 86px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator { + height: 25px; + margin: 0 7.5px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start { + margin-left: 16px; + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-first { + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle { + margin-left: 8px; + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-last { + margin-left: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end { + margin-left: 8px; + margin-right: 16px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus { + background-color: #6c757d; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0 1px; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-bigger .e-de-overlay { + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane-btn { + width: 75px; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn { + background-color: #f8f9fa; + border-radius: 0; + box-shadow: none; + min-height: 100%; + min-width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover { + box-shadow: none; +} + +.e-bigger .e-de-showhide-btn { + border: 0; + height: 86px; +} + +.e-bigger .e-de-showhide-btn-rtl { + border: 0; + height: 86px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 0; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: table; + font-size: 12px; + margin: 0 6px; + padding: 0; + white-space: normal; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) { + box-shadow: none; + height: 38px; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button { + box-shadow: none; + height: 38px; +} + +.e-bigger .e-de-ctnr-group-btn button:focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button:active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button:hover { + box-shadow: none; +} + +.e-bigger .e-de-property-div-padding { + border-bottom: 0.5px solid #dee2e6; + padding-bottom: 14.5px; + padding-top: 15.5px; +} + +.e-bigger .e-de-ctnr-dropdown-ftr { + border-top: 1px solid #dee2e6; + color: #212529; + display: block; + font-size: 12px; + line-height: 40px; + text-indent: 1.2em; +} + +.e-bigger .e-de-char-fmt-btn > button { + width: 38.5px; +} + +.e-bigger .e-de-btn-hghlclr > button:first-child { + padding: 0 6px !important; +} + +.e-bigger .e-de-ctnr-hglt-color { + font-size: 12px; + font-weight: 400; + height: 25px !important; + width: 25px !important; + border-radius: 4px; +} + +.e-bigger .e-de-font-clr-picker > div button, +.e-bigger .e-de-font-clr-picker > button { + width: auto; +} + +.e-bigger .e-de-ctnr-list { + font-size: 12px; + vertical-align: top; +} + +.e-bigger .e-de-image-property { + padding-left: 32px; +} + +.e-bigger .e-de-img-prty-span { + color: #212529; + left: 10px; + position: absolute; + top: 14px; +} + +.e-bigger .e-btn-toggle { + background-color: #6c757d !important; + box-shadow: inset 0 3px 5px #4e555b !important; + outline: #fafafa 0 solid; + outline-offset: 0; +} + +.e-bigger .e-btn-toggle:hover { + background-color: #6c757d !important; + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: inset 0 3px 5px #4e555b !important; +} + +.e-bigger .e-de-toc-template1 { + background: #f8f9fa; + border: 1px solid #dee2e6; + color: #212529; + height: 129px; + margin-left: 78px; + width: 94px; +} + +.e-bigger .e-de-toc-template1-content1 { + font-size: 10px; + height: 11px; + margin-left: 5.4px; + margin-top: 6.7px; + width: 81px; +} + +.e-bigger .e-de-toc-template1-content2 { + font-size: 8px; + height: 9px; + margin-left: 20.4px; + margin-top: 5.7px; + width: 64px; +} + +.e-bigger .e-de-toc-template1-content3 { + font-size: 7px; + height: 8px; + margin-left: 28.4px; + margin-top: 6.7px; + width: 60px; +} + +.e-bigger .e-de-toc-optionsdiv { + margin-bottom: 11.5px; + margin-left: 5.5px; + margin-top: 15.5px; +} + +.e-bigger .e-de-toc-optionsdiv.e-de-rtl { + margin-right: 5.5px; + margin-left: 0; +} + +.e-bigger .e-de-prop-sub-label { + font-size: 13px; + margin-bottom: 8.5px; +} + +.e-bigger .e-de-btn-cancel { + margin-left: 10px; +} + +.e-bigger .e-de-status-bar { + background-color: #f8f9fa; + border-bottom: 1px solid #dee2e6; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + width: 100%; +} + +.e-bigger .e-de-statusbar-zoom { + background-color: #f8f9fa; + border: 0; + float: right; + height: 34px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + line-height: 25px; + padding: 0 5px !important; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap { + height: 0; + line-height: 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before { + content: '\e781'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before { + content: '\e71b'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-bigger .e-splitter .e-split-bar .e-resize-handler::before { + font-size: 16px; +} + +.e-bigger.e-splitter .e-split-bar .e-resize-handler::before { + font-size: 16px; +} + +.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical { + border-width: 1px; + display: -ms-flexbox; + display: flex; + overflow: hidden; + position: relative; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable { + overflow: auto; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane { + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal { + overflow: auto; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden { + -ms-flex-preferred-size: 0 !important; + flex-basis: 0 !important; + overflow: hidden !important; +} + +.e-splitter.e-splitter-horizontal { + -ms-flex-direction: row; + flex-direction: row; +} + +.e-splitter.e-splitter-horizontal.e-pane.e-scrollable { + overflow: hidden; +} + +.e-splitter.e-splitter-horizontal.e-rtl { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before, +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after { + right: auto; +} + +.e-splitter.e-splitter-vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-splitter.e-splitter-vertical.e-pane.e-scrollable { + overflow: hidden; +} + +.e-splitter.e-splitter-vertical .e-pane-vertical { + overflow: auto; +} + +.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden { + -ms-flex-preferred-size: 0 !important; + flex-basis: 0 !important; + overflow: hidden !important; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + right: auto; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) { + border-radius: 50%; + bottom: 18px; + right: 22px; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down { + border-radius: 50%; + left: 22px; + right: auto; + top: 18px; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + right: auto; +} + +.e-splitter .e-split-bar.e-split-bar-active .e-navigate-arrow { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-hover.e-split-bar-active .e-navigate-arrow { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-pack: center; + justify-content: center; + min-width: 1px; + z-index: 15; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar { + cursor: col-resize; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after { + content: ''; + cursor: col-resize; + display: block; + height: 100%; + position: absolute; + width: 16px; + z-index: 10; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 18px; + -ms-flex-pack: center; + justify-content: center; + position: relative; + width: 1px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before, +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after { + left: 8px; + right: 3px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow { + border-image: none; + border-width: 1px; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + padding: 1px 12px; + position: relative; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + border-radius: 16px; + content: ''; + height: 8px; + position: absolute; + transform: rotate(0deg); + width: 2px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before { + top: 5px; + transform-origin: 1px 7px 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + top: 11px; + transform-origin: 1px 1px 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) { + border-radius: 50%; + right: 5px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right { + border-radius: 50%; + left: 5px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after { + right: 8px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) { + margin: 0 3px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) { + margin: 0 0 0 3px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical { + -ms-flex-align: center; + align-items: center; + border: none; + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-pack: center; + justify-content: center; + min-height: 1px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar { + cursor: row-resize; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after { + content: ''; + cursor: row-resize; + display: block; + height: 16px; + position: absolute; + width: 100%; + z-index: 12; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 1px; + -ms-flex-pack: center; + justify-content: center; + width: 18px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + left: 10px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow { + border-image: none; + border-width: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + padding: 10px 3px 10px 18px; + position: relative; + width: 26px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after { + border-radius: 16px; + content: ''; + height: 8px; + position: absolute; + transform: rotate(90deg); + width: 2px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before { + top: 3px; + transform-origin: 2px 7px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + left: 11px; + top: 8px; + transform-origin: 1px 1px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before { + left: 12px; + top: 8px; + transform-origin: 1px 6px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + left: 10px; + top: 12px; + transform-origin: 1px 2px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) { + border-radius: 50%; + bottom: 18px; + left: 22px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down { + border-radius: 50%; + right: 22px; + top: 18px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + right: 10px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) { + margin: 3px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) { + margin: 3px 0 0; +} + +.e-bigger.e-splitter .e-pane { + font-size: 14px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + height: 20px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + width: 20px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + margin-top: -2px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + margin-top: 2px; +} + +.e-rtl .e-splitter.e-splitter-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-bigger .e-splitter .e-pane { + font-size: 14px; +} + +.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + height: 20px; +} + +.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + width: 20px; +} + +.e-content-placeholder.e-splitter.e-placeholder-splitter { + background-size: 100px 110px; + min-height: 110px; +} + +.e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter, +.e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter { + background-size: 100px 110px; + min-height: 110px; +} + +.e-splitter.e-ie .e-navigate-arrow.e-arrow-left { + margin-left: -26px; +} + +.e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical { + border: solid 1px #dee2e6; +} + +.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane { + color: #212529; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical { + border: transparent; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal { + background: #dee2e6; + border: none; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + background: #fff; + color: #495057; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow { + background-color: transparent; + border-color: transparent; + color: transparent; + transition: background-color 500ms ease-out; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + background-color: #007bff; + opacity: 0; + transition-duration: .3s; + transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover { + background: #007bff; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler { + background: #fff; + color: #007bff; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right { + background-color: #fff; + border-color: rgba(0, 123, 255, 0.5); + border-width: 1px; + opacity: .9; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before { + background-color: #007bff; + opacity: 1; + transform: rotate(40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after { + background-color: #007bff; + opacity: 1; + transform: rotate(-40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before { + background-color: #007bff; + opacity: 1; + transform: rotate(-40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after { + background-color: #007bff; + opacity: 1; + transform: rotate(40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active { + background: #007bff; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler { + background: #fff; + color: #007bff; +} + +.e-splitter .e-split-bar.e-split-bar-vertical { + background: #dee2e6; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + background: #fff; + color: #495057; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover { + background: #007bff; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down { + background-color: #fff; + border-color: rgba(0, 123, 255, 0.5); + border-width: 1px; + opacity: .9; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler { + background: #fff; + color: #007bff; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before { + background-color: #007bff; + opacity: 1; + transform: rotate(125deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after { + background-color: #007bff; + opacity: 1; + transform: rotate(50deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before { + background-color: #007bff; + opacity: 1; + transform: rotate(55deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after { + background-color: #007bff; + opacity: 1; + transform: rotate(125deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow { + background-color: transparent; + border-color: transparent; + color: transparent; + transition: background-color 300ms ease-out; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after { + background-color: #007bff; + opacity: 0; + transition-duration: .3s; + transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active { + background: #007bff; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler { + background: #fff; + color: #007bff; +} + +.e-splitter.e-disabled { + opacity: 00.4; + pointer-events: none; +} + +/*!componenticons*/ +.e-pager .e-icon-last::before, +.e-grid-menu .e-icon-last::before { + content: '\e7bb'; +} + +.e-pager .e-icon-first::before, +.e-grid-menu .e-icon-first::before { + content: '\e7ba'; +} + +.e-pager .e-icon-prev::before, +.e-grid-menu .e-icon-prev::before { + content: '\e70d'; +} + +.e-pager .e-icon-next::before, +.e-grid-menu .e-icon-next::before { + content: '\e76a'; +} + +.e-pager.e-rtl .e-icon-last.e-lastpage::before, +.e-pager.e-rtl .e-icon-last.e-lastpage:hover, +.e-pager.e-rtl .e-icon-last.e-lastpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-last.e-lastpage::before, +.e-grid-menu.e-rtl .e-icon-last.e-lastpage:hover, +.e-grid-menu.e-rtl .e-icon-last.e-lastpagedisabled::before { + content: '\e7ba'; +} + +.e-pager.e-rtl .e-icon-first.e-firstpage::before, +.e-pager.e-rtl .e-icon-first.e-firstpage:hover, +.e-pager.e-rtl .e-icon-first.e-firstpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-first.e-firstpage::before, +.e-grid-menu.e-rtl .e-icon-first.e-firstpage:hover, +.e-grid-menu.e-rtl .e-icon-first.e-firstpagedisabled::before { + content: '\e7bb'; +} + +.e-pager.e-rtl .e-icon-prev.e-prevpage::before, +.e-pager.e-rtl .e-icon-prev.e-prevpage:hover, +.e-pager.e-rtl .e-icon-prev.e-prevpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpage::before, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpage:hover, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpagedisabled::before { + content: '\e76a'; +} + +.e-pager.e-rtl .e-icon-next.e-nextpage::before, +.e-pager.e-rtl .e-icon-next.e-nextpage:hover, +.e-pager.e-rtl .e-icon-next.e-nextpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-next.e-nextpage::before, +.e-grid-menu.e-rtl .e-icon-next.e-nextpage:hover, +.e-grid-menu.e-rtl .e-icon-next.e-nextpagedisabled::before { + content: '\e70d'; +} + +/*! Pager layout */ +.e-bigger .e-pager, +.e-pager.e-bigger { + font-size: 16px; + padding: 10px 10px 12px 10px; +} + +.e-bigger .e-pager div.e-icons, +.e-pager.e-bigger div.e-icons { + font-size: 12px; + vertical-align: middle; +} + +.e-bigger .e-pager div.e-parentmsgbar, +.e-pager.e-bigger div.e-parentmsgbar { + padding-bottom: 8px; + padding-right: 0; + padding-top: 11px; +} + +.e-bigger .e-pager .e-pagerdropdown, +.e-pager.e-bigger .e-pagerdropdown { + height: 40px; + margin: -35px 10 0 18px; + margin-top: -35px; +} + +.e-bigger .e-pager .e-pagerconstant, +.e-pager.e-bigger .e-pagerconstant { + margin-bottom: 12px; + margin-left: 16px; +} + +.e-bigger .e-pager .e-pagercontainer, +.e-pager.e-bigger .e-pagercontainer { + margin: 0; +} + +.e-bigger .e-pager.e-rtl .e-pagercontainer, +.e-pager.e-bigger.e-rtl .e-pagercontainer { + margin: 0 0 -4px 0; + margin-top: 5px; +} + +@media (max-width: 769px) { + .e-bigger .e-pager, + .e-pager.e-bigger { + padding: 19px 0; + } + .e-bigger .e-pager.e-rtl div.e-parentmsgbar, + .e-pager.e-bigger.e-rtl div.e-parentmsgbar { + margin-right: 0; + } + .e-bigger .e-pager div.e-parentmsgbar, + .e-pager.e-bigger div.e-parentmsgbar { + padding: 0; + } +} + +.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default, +.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; +} + +.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-bigger .e-pager.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default, +.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager.e-bigger.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; + margin-right: 0; +} + +.e-bigger .e-pager.e-rtl div.e-parentmsgbar, +.e-pager.e-bigger.e-rtl div.e-parentmsgbar { + margin-left: 6px; + margin-top: 2px; +} + +.e-bigger .e-pager .e-numericitem, +.e-pager.e-bigger .e-numericitem { + margin: 0; +} + +.e-bigger .e-pager .e-pp.e-spacing, +.e-bigger .e-pager .e-np.e-spacing, +.e-bigger .e-pager .e-pp.e-spacing:hover, +.e-bigger .e-pager .e-np.e-spacing:hover, +.e-pager.e-bigger .e-pp.e-spacing, +.e-pager.e-bigger .e-np.e-spacing, +.e-pager.e-bigger .e-pp.e-spacing:hover, +.e-pager.e-bigger .e-np.e-spacing:hover { + padding: 9px 10px 12px; +} + +.e-bigger .e-pager .e-spacing, +.e-bigger .e-pager .e-numericitem:hover, +.e-bigger .e-pager .e-currentitem, +.e-pager.e-bigger .e-spacing, +.e-pager.e-bigger .e-numericitem:hover, +.e-pager.e-bigger .e-currentitem { + border-radius: 0; + padding: 12px 14px 13px; +} + +.e-bigger .e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active), +.e-pager.e-bigger .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 12px 14px 13px; +} + +.e-bigger .e-pager.e-rtl .e-spacing, +.e-bigger .e-pager.e-rtl .e-numericitem:hover, +.e-bigger .e-pager.e-rtl .e-currentitem, +.e-pager.e-bigger.e-rtl .e-spacing, +.e-pager.e-bigger.e-rtl .e-numericitem:hover, +.e-pager.e-bigger.e-rtl .e-currentitem { + margin: 0; + padding: 12px 14px 13px 14px; +} + +.e-bigger .e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active), +.e-pager.e-bigger.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 12px 14px 13px 14px; +} + +.e-bigger .e-pager.e-rtl .e-pp, +.e-bigger .e-pager.e-rtl .e-np, +.e-bigger .e-pager.e-rtl .e-pp:hover, +.e-bigger .e-pager.e-rtl .e-np:hover, +.e-pager.e-bigger.e-rtl .e-pp, +.e-pager.e-bigger.e-rtl .e-np, +.e-pager.e-bigger.e-rtl .e-pp:hover, +.e-pager.e-bigger.e-rtl .e-np:hover { + margin-top: -5px; +} + +.e-bigger .e-pager.e-rtl .e-pagerdropdown, +.e-pager.e-bigger.e-rtl .e-pagerdropdown { + margin: -25px 16px 0 0; +} + +.e-bigger .e-pager.e-rtl .e-pagerconstant, +.e-pager.e-bigger.e-rtl .e-pagerconstant { + margin: 13px 16px 13px 0; +} + +.e-bigger .e-pager .e-pagercontainer .e-firstpage, +.e-bigger .e-pager .e-pagercontainer .e-prevpage, +.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-nextpage, +.e-bigger .e-pager .e-pagercontainer .e-lastpage, +.e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-firstpage, +.e-pager.e-bigger .e-pagercontainer .e-prevpage, +.e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-nextpage, +.e-pager.e-bigger .e-pagercontainer .e-lastpage, +.e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled { + margin-right: 0; + padding: 13px 10px 16px; +} + +.e-pager { + border-style: solid; + border-width: 1px; + display: inline-block; + font-size: 14px; + padding: 8px; + white-space: normal; + width: 100%; +} + +.e-pager [class^='e-'] { + box-sizing: border-box; +} + +.e-pager div.e-parentmsgbar { + float: right; + padding-bottom: 9px; + padding-right: 0; + padding-top: 8px; +} + +.e-pager .e-pagesizes { + display: inline; +} + +.e-pager .e-pagerdropdown { + display: inline-block; + height: 34px; + margin-left: 10px; + margin-right: 8px; + margin-top: -20px; + overflow: hidden; + vertical-align: middle; + width: 90px; +} + +.e-pager .e-pagerconstant { + display: inline-block; + margin: 0 0 6px 8px; + overflow: hidden; + width: auto; +} + +.e-pager .e-icons { + font-size: 10px; +} + +.e-pager .e-numericitem { + border-right-style: solid; + border-right-width: 1px; + display: inline-block; + line-height: 1; + margin-right: 0; + min-width: 26px; + padding: 13px 12px 10px 12px; + text-align: center; +} + +.e-pager div.e-pagermsgdiv { + padding-right: 6px; + padding-top: 4px; + text-align: right; +} + +.e-pager .e-firstpagedisabled, +.e-pager .e-prevpagedisabled, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled { + opacity: .3; +} + +.e-pager .e-spacing, +.e-pager .e-numericitem:hover, +.e-pager .e-currentitem { + border-radius: 0; + cursor: pointer; + padding: 11px 12px 10px 11px; + text-decoration: none; +} + +.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 11px 12px 10px 11px; +} + +.e-pager .e-currentitem { + font-style: normal; + font-variant: normal; + font-weight: normal; +} + +.e-pager div, +.e-pager a { + display: inline; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-pager .e-icons::before { + display: inline-block; +} + +.e-pager .e-pagercontainer .e-firstpage, +.e-pager .e-pagercontainer .e-prevpage, +.e-pager .e-pagercontainer .e-firstpagedisabled, +.e-pager .e-pagercontainer .e-prevpagedisabled, +.e-pager .e-pagercontainer .e-nextpage, +.e-pager .e-pagercontainer .e-lastpage, +.e-pager .e-pagercontainer .e-nextpagedisabled, +.e-pager .e-pagercontainer .e-lastpagedisabled { + border-right-style: solid; + border-right-width: 1px; + display: inline-block; + margin-right: 0; + margin-top: 0; + min-width: 26px; + padding: 13px 10px 12px 8px; +} + +.e-pager .e-pagercontainer .e-lastpage, +.e-pager .e-pagercontainer .e-lastpagedisabled { + border-right: 1px; +} + +.e-pager .e-firstpage:hover, +.e-pager .e-prevpage:hover, +.e-pager .e-lastpage:hover, +.e-pager .e-nextpage:hover { + cursor: pointer; + text-decoration: none; +} + +.e-pager a.e-nextprevitemdisabled { + display: none; + margin-left: 1px; + margin-right: 1px; + padding-left: 5px; + padding-right: 5px; + text-decoration: none; +} + +.e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; +} + +.e-pager .e-pagercontainer { + border-radius: 4px; + border-style: solid; + border-width: 1px; + display: inline-block; + margin: 0 0 -4px; + overflow: hidden; +} + +.e-pager .e-lastpage:Hover { + border-radius: 0 4px 4px 0; +} + +.e-pager .e-firstpage:Hover { + border-radius: 4px 0 0 4px; +} + +.e-pager .e-pagermessage, +.e-pager .e-pagerexternalmsg { + display: block; + margin: 6px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-pager .e-mfirst, +.e-pager .e-mprev, +.e-pager .e-mnext, +.e-pager .e-mlast { + display: none; +} + +.e-pager .e-mprev { + text-indent: -3px; +} + +.e-pager .e-mnext { + text-indent: -2px; +} + +.e-pager .e-mfirst, +.e-pager .e-mprev, +.e-pager .e-mnext, +.e-pager .e-mlast { + -webkit-tap-highlight-color: #fff; +} + +.e-pager .e-pp, +.e-pager .e-np, +.e-pager .e-pp:hover, +.e-pager .e-np:hover { + font-size: 16px; + font-weight: bold; + letter-spacing: 0; + padding: 8px 11px 9px; +} + +@media (max-width: 769px) { + .e-pager { + padding: 13px 0; + } + .e-pager div.e-parentmsgbar { + box-sizing: border-box; + display: inline-block; + float: initial; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; + text-align: center; + vertical-align: top; + width: calc(60% - 48px); + } + .e-pager .e-pagesizes { + display: none; + } + .e-pager .e-pagecountmsg { + display: none; + } + .e-pager .e-pagercontainer { + display: none; + } + .e-pager .e-icons { + font-size: 11px; + } + .e-pager .e-mfirst, + .e-pager .e-mprev, + .e-pager .e-mnext, + .e-pager .e-mlast { + border: 0; + box-sizing: border-box; + display: inline-block; + padding: 1% 5%; + } + .e-pager .e-mfirst { + margin-right: 4px; + text-align: right; + width: calc(10% + 11px); + } + .e-pager .e-mprev { + margin: 0 4px; + text-align: right; + width: 10%; + } + .e-pager .e-mnext { + margin: 0 4px; + text-align: left; + width: 10%; + } + .e-pager .e-mlast { + margin-left: 4px; + text-align: left; + width: calc(10% + 11px); + } +} + +.e-pager.e-rtl { + direction: rtl; +} + +.e-pager.e-rtl .e-pagercontainer, +.e-pager.e-rtl div, +.e-pager.e-rtl a { + float: initial; +} + +.e-pager.e-rtl .e-parentmsgbar { + float: left; + margin-left: 6px; +} + +.e-pager.e-rtl .e-pagerdropdown { + margin: -20px 16px 0 0; +} + +.e-pager.e-rtl .e-pagerconstant { + margin: 8px; +} + +.e-pager.e-rtl .e-pagerexternalmsg { + float: none; +} + +.e-pager.e-rtl .e-pagercontainer { + float: none; + margin: 0 6px -4px 0; + padding: 0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-firstpagedisabled, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-lastpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-lastpagedisabled { + padding: 13px 9px 12px 2px; +} + +.e-pager.e-rtl .e-firstpage::before, +.e-pager.e-rtl .e-firstpage:hover, +.e-pager.e-rtl .e-firstpagedisabled::before { + content: '\e701'; +} + +.e-pager.e-rtl .e-prevpage::before, +.e-pager.e-rtl .e-prevpage:hover, +.e-pager.e-rtl .e-prevpagedisabled::before { + content: '\e848'; +} + +.e-pager.e-rtl .e-nextpage::before, +.e-pager.e-rtl .e-nextpage:hover, +.e-pager.e-rtl .e-nextpagedisabled::before { + content: '\e84b'; +} + +.e-pager.e-rtl .e-lastpage::before, +.e-pager.e-rtl .e-lastpage:hover, +.e-pager.e-rtl .e-lastpagedisabled::before { + content: '\e716'; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-firstpagedisabled { + border-left-style: solid; + border-left-width: 1px; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-prevpagedisabled { + border-right-style: none; + border-right-width: 0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-firstpagedisabled { + border-right: medium none; +} + +.e-pager.e-rtl .e-firstpage:hover { + border-radius: 0 4px 4px 0; +} + +.e-pager.e-rtl .e-lastpage:hover { + border-radius: 4px 0 0 4px; +} + +.e-pager.e-rtl .e-numericcontainer { + float: none; +} + +.e-pager.e-rtl .e-numericitem { + border-left-style: solid; + border-left-width: 1px; + border-right-style: none; + border-right-width: 0; + min-width: 26px; +} + +.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-pager.e-rtl.e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; + margin-right: 0; +} + +.e-pager.e-rtl .e-spacing, +.e-pager.e-rtl .e-numericitem:hover, +.e-pager.e-rtl .e-currentitem { + margin: 0; + padding: 11px 12px 10px 11px; +} + +.e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 11px 12px 10px 11px; +} + +.e-pager.e-rtl .e-pp, +.e-pager.e-rtl .e-np, +.e-pager.e-rtl .e-pp:hover, +.e-pager.e-rtl .e-np:hover { + margin-top: 2px; + padding: 8px 11px 9px 11px; +} + +@media (max-width: 769px) { + .e-pager.e-rtl .e-mfirst, + .e-pager.e-rtl .e-mprev, + .e-pager.e-rtl .e-mnext, + .e-pager.e-rtl .e-mlast { + border: 0; + } + .e-pager.e-rtl.e-rtl div.e-parentmsgbar { + float: initial; + margin-left: 0; + margin-top: 10px; + } + .e-pager.e-rtl .e-parentmsgbar { + float: right; + } +} + +/*! Pager theme */ +.e-pager { + background-color: #fff; + border-color: #ddd; + color: #212529; + opacity: 1; +} + +.e-pager div.e-icons { + color: #007bff; +} + +.e-pager .e-pager-default:hover { + background: #eee; + color: #1f496e; + opacity: 1; +} + +.e-pager .e-parentmsgbar { + font-weight: 500; +} + +.e-pager .e-spacing { + color: #007bff; + opacity: 1; +} + +.e-pager .e-numericitem:hover { + color: #1f496e; + opacity: 1; +} + +.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + border: 0 1px 0 0 solid #ddd; +} + +.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover { + background-color: #f2f4f6; + opacity: 1; +} + +.e-pager .e-numericitem { + background: #fff; + border-right-color: #ddd; + color: #007bff; +} + +.e-pager .e-prevpagedisabled, +.e-pager .e-prevpage, +.e-pager .e-nextpage, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled, +.e-pager .e-lastpage, +.e-pager .e-firstpage, +.e-pager .e-firstpagedisabled { + background-color: #fff; + color: #007bff; +} + +.e-pager .e-lastpage, +.e-pager .e-firstpage { + background-color: transparent; +} + +.e-pager .e-pagercontainer { + background-color: #fff; + border-color: #ddd; +} + +.e-pager .e-firstpage, +.e-pager .e-prevpage, +.e-pager .e-firstpagedisabled, +.e-pager .e-prevpagedisabled, +.e-pager .e-nextpage, +.e-pager .e-lastpage, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled { + border-right-color: #ddd; +} + +.e-pager .e-currentitem, +.e-pager .e-currentitem:hover { + background: #007bff; + color: #fff; + opacity: 1; +} + +@media (max-width: 590px) { + .e-pager .e-pager-default:hover { + background: #fff; + color: #3071a9; + opacity: 1; + } +} + +.e-pager.e-rtl .e-numericitem { + border-left-color: #ddd; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-firstpagedisabled, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-lastpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-lastpagedisabled { + border-left-color: #ddd; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled { + border-left-color: #ddd; +} + +.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon { + font-size: 8px; +} + +.e-bigger .e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon { + font-size: 10px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! component icons */ +.e-icon-check::before { + content: '\e718'; +} + +.e-grid .e-icon-ascending::before, +.e-grid-menu .e-icon-ascending::before { + content: '\e7d1'; +} + +.e-grid .e-icon-descending::before, +.e-grid-menu .e-icon-descending::before { + content: '\e7b9'; +} + +.e-grid .e-icon-hide::before, +.e-grid-menu .e-icon-hide::before { + content: '\e745'; +} + +.e-grid .e-ungroupbutton.e-icon-hide::before, +.e-grid-menu .e-ungroupbutton.e-icon-hide::before { + content: '\e745'; +} + +.e-grid .e-icon-rowselect::before, +.e-grid-menu .e-icon-rowselect::before { + content: '\e7cc'; +} + +.e-grid .e-icon-sortdirect::before, +.e-grid-menu .e-icon-sortdirect::before { + content: '\e7c2'; +} + +.e-grid .e-icon-gdownarrow::before, +.e-grid-menu .e-icon-gdownarrow::before { + content: '\e744'; +} + +.e-grid .e-icon-grightarrow::before, +.e-grid-menu .e-icon-grightarrow::before { + content: '\e70b'; +} + +.e-grid .e-icon-filter::before, +.e-grid-menu .e-icon-filter::before { + content: '\e714'; +} + +.e-grid .e-excl-filter-icon::before, +.e-grid-menu .e-excl-filter-icon::before { + content: '\e714'; +} + +.e-grid .e-excl-filter-icon.e-filtered::before, +.e-grid-menu .e-excl-filter-icon.e-filtered::before { + content: '\e748'; +} + +.e-grid.e-rtl .e-icon-grightarrow::before, +.e-grid-menu.e-rtl .e-icon-grightarrow::before { + content: '\e71f'; +} + +.e-grid .e-icon-group::before, +.e-grid-menu .e-icon-group::before { + content: '\e7d5'; +} + +.e-grid .e-icon-ungroup::before, +.e-grid-menu .e-icon-ungroup::before { + content: '\e7d5'; +} + +.e-grid .e-icon-reorderuparrow::before, +.e-grid-menu .e-icon-reorderuparrow::before { + content: '\e78d'; +} + +.e-grid .e-icon-reorderdownarrow::before, +.e-grid-menu .e-icon-reorderdownarrow::before { + content: '\e798'; +} + +.e-grid .e-print::before, +.e-grid-menu .e-print::before { + content: '\e743'; +} + +.e-grid .e-add::before, +.e-grid-menu .e-add::before { + content: '\e759'; +} + +.e-grid .e-wordexport::before, +.e-grid-menu .e-wordexport::before { + content: '\e7b0'; +} + +.e-grid .e-pdfexport::before, +.e-grid-menu .e-pdfexport::before { + content: '\e727'; +} + +.e-grid .e-csvexport::before, +.e-grid-menu .e-csvexport::before { + content: '\e725'; +} + +.e-grid .e-excelexport::before, +.e-grid-menu .e-excelexport::before { + content: '\e74e'; +} + +.e-grid .e-edit::before, +.e-grid-menu .e-edit::before { + content: '\e78f'; +} + +.e-grid .e-columnmenu::before, +.e-grid-menu .e-columnmenu::before { + content: '\e781'; +} + +.e-grid .e-delete::before, +.e-grid-menu .e-delete::before { + content: '\e773'; +} + +.e-grid .e-cancel::before, +.e-grid-menu .e-cancel::before { + content: '\e745'; +} + +.e-grid .e-copy::before, +.e-grid-menu .e-copy::before { + content: '\e77b'; +} + +.e-grid .e-save::before, +.e-grid-menu .e-save::before { + content: '\e74d'; +} + +.e-grid .e-update::before, +.e-grid-menu .e-update::before { + content: '\e74d'; +} + +.e-grid .e-search-icon::before, +.e-grid-menu .e-search-icon::before { + content: '\e724'; +} + +.e-grid .e-cancel-icon::before, +.e-grid-menu .e-cancel-icon::before { + content: '\e745'; +} + +.e-grid .e-columnchooserdiv::before, +.e-grid-menu .e-columnchooserdiv::before { + content: '\e714'; +} + +.e-grid .e-ccsearch-icon::before, +.e-grid-menu .e-ccsearch-icon::before { + content: '\e724'; +} + +.e-grid .e-columnchooser::before, +.e-grid-menu .e-columnchooser::before { + content: '\e21e'; +} + +.e-grid .e-columnchooser-btn::before, +.e-grid-menu .e-columnchooser-btn::before { + content: '\e744'; +} + +.e-grid .e-cc-icon::before, +.e-grid-menu .e-cc-icon::before { + content: '\e744'; +} + +.e-grid .e-icon-rowdragicon::before, +.e-grid-menu .e-icon-rowdragicon::before { + content: '\e7d6'; +} + +.e-grid.e-rtl .e-icon-rowdragicon::before, +.e-grid-menu.e-rtl .e-icon-rowdragicon::before { + content: '\e7d6'; +} + +.e-grid .e-ccsearch-icon.e-cc-cancel::before, +.e-grid .e-chkcancel-icon::before, +.e-grid-menu .e-ccsearch-icon.e-cc-cancel::before, +.e-grid-menu .e-chkcancel-icon::before { + content: '\e745'; +} + +/*! Grid layout */ +.e-disableuserselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-emptyicon { + opacity: 0; +} + +.e-device .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-xlfl-dlgfields { + font-size: 15px; +} + +.e-xlfl-fieldset { + font-size: 13px; + padding-top: 9px; +} + +.e-xlfl-optr, +.e-xlfl-value { + padding-top: 11.25px; +} + +.e-xlfl-radio, +.e-xlfl-mtcase { + padding-top: 12px; +} + +.e-xlfl-optr:first-child { + padding-right: 11.25px; +} + +.e-xlflmenu.e-rtl .e-xlfl-optr:first-child { + padding-left: 11.25px; +} + +.e-xlflmenu { + min-height: 318px; +} + +.e-xlflmenu .e-xlfl-table { + border-spacing: 0; + table-layout: fixed; + width: 100%; +} + +.e-xlflmenu .e-radio + label .e-label { + padding-left: 25px; + padding-right: 9px; +} + +.e-xlflmenu.e-rtl .e-radio + label .e-label { + padding-left: 0; + padding-right: 25px; +} + +.e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label { + margin-left: 6px; +} + +.e-xlflmenu .e-dlg-content { + padding-bottom: 5px; +} + +.e-xlfl-radiodiv { + width: 120px; +} + +.e-xlfl-radio-or, +.e-xlfl-matchcasediv { + margin-left: 2px; +} + +.e-xlflmenu.e-rtl .e-xlfl-radio-or, +.e-xlfl-matchcasediv { + margin-left: 0; + margin-right: 13px; +} + +.e-bigger .e-xlflmenu .e-xlfl-table { + border-spacing: 0; + width: 100%; +} + +.e-bigger .e-xlflmenu .e-dlg-content { + padding-bottom: 10px; +} + +.e-bigger .e-xlflmenu .e-radio + label .e-label { + padding-left: 27px; + padding-right: 6px; +} + +.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label { + margin-left: 8px; +} + +.e-bigger .e-xlfl-radiodiv { + width: 141px; +} + +.e-bigger .e-xlfl-radio-or, +.e-bigger .e-xlfl-matchcasediv { + margin-left: 18px; +} + +.e-bigger .e-xlflmenu { + min-height: 362px; +} + +.e-bigger .e-xlfl-optr:first-child { + padding-right: 15px; +} + +.e-bigger .e-xlfl-dlgfields { + font-size: 16px; +} + +.e-bigger .e-xlfl-fieldset { + font-size: 14px; + padding-top: 12px; +} + +.e-bigger .e-xlfl-optr, +.e-bigger .e-xlfl-value { + padding-top: 15px; +} + +.e-bigger .e-xlfl-radio, +.e-bigger .e-xlfl-mtcase { + padding-top: 5px; +} + +.e-bigger .e-grid, +.e-grid.e-bigger { + font-size: 16px; +} + +.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper, +.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper { + padding-bottom: 5px; + padding-top: 5px; +} + +.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon, +.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon { + min-width: 38px; +} + +.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons, +.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons { + font-size: 18px; +} + +.e-bigger .e-grid .e-xlflmenu, +.e-grid.e-bigger .e-xlflmenu { + min-height: 362px; +} + +.e-bigger .e-grid .e-flmenu-valuediv, +.e-grid.e-bigger .e-flmenu-valuediv { + padding: 16px 0 0; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li { + height: 40px; + line-height: 40px; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + height: 40px; + line-height: 40px; + margin-right: 13px; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret { + height: 40px; + line-height: 40px; +} + +.e-bigger .e-grid .e-headercell, +.e-grid.e-bigger .e-headercell { + height: 50px; + padding: 0 12px 0; +} + +.e-bigger .e-grid .e-headercelldiv, +.e-grid.e-bigger .e-headercelldiv { + font-size: 16px; + height: 24px; + line-height: 24px; +} + +.e-bigger .e-grid .e-headercell, +.e-bigger .e-grid .e-detailheadercell, +.e-grid.e-bigger .e-headercell, +.e-grid.e-bigger .e-detailheadercell { + font-size: 16px; +} + +.e-bigger .e-grid .e-icons, +.e-grid.e-bigger .e-icons { + font-size: 12px; +} + +.e-bigger .e-grid .e-gridheader thead .e-icons, +.e-grid.e-bigger .e-gridheader thead .e-icons { + font-size: 16px; +} + +.e-bigger .e-grid .e-icon-gdownarrow, +.e-grid.e-bigger .e-icon-gdownarrow { + font-size: 10px; +} + +.e-bigger .e-grid .e-icon-grightarrow, +.e-grid.e-bigger .e-icon-grightarrow { + font-size: 12px; +} + +.e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn, +.e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn { + font-size: 12px; +} + +.e-bigger .e-grid .e-gridheader tr th:last-child, +.e-grid.e-bigger .e-gridheader tr th:last-child { + padding-right: 12px; +} + +.e-bigger .e-grid .e-gridheader tr th:last-child.e-filterbarcell, +.e-grid.e-bigger .e-gridheader tr th:last-child.e-filterbarcell { + padding-left: 2px; +} + +.e-bigger .e-grid .e-gridheader tr th:first-child, +.e-grid.e-bigger .e-gridheader tr th:first-child { + padding-left: 12px; +} + +.e-bigger .e-grid .e-gridheader tr th:first-child.e-filterbarcell, +.e-grid.e-bigger .e-gridheader tr th:first-child.e-filterbarcell { + padding-left: 2px; +} + +.e-bigger .e-grid .e-headercelldiv, +.e-grid.e-bigger .e-headercelldiv { + font-size: 16px; +} + +.e-bigger .e-grid .e-rowcell, +.e-bigger .e-grid .e-summarycell, +.e-grid.e-bigger .e-rowcell, +.e-grid.e-bigger .e-summarycell { + font-size: 16px; + padding: 12px 12px; +} + +.e-bigger .e-grid .e-rowcell:first-child, +.e-bigger .e-grid .e-summarycell:first-child, +.e-grid.e-bigger .e-rowcell:first-child, +.e-grid.e-bigger .e-summarycell:first-child { + padding-left: 12px; +} + +.e-bigger .e-grid .e-rowcell:last-child, +.e-bigger .e-grid .e-summarycell:last-child, +.e-grid.e-bigger .e-rowcell:last-child, +.e-grid.e-bigger .e-summarycell:last-child { + padding-right: 12px; +} + +.e-bigger .e-grid .e-filterbarcell, +.e-bigger .e-grid .e-filterbarcelldisabled, +.e-grid.e-bigger .e-filterbarcell, +.e-grid.e-bigger .e-filterbarcelldisabled { + height: 50px; + padding: 0 12px; +} + +.e-bigger .e-grid .e-filterbarcell input, +.e-grid.e-bigger .e-filterbarcell input { + height: 39px; +} + +.e-bigger .e-grid .e-ftrchk, +.e-grid.e-bigger .e-ftrchk { + padding-bottom: 9px; + padding-top: 9px; +} + +.e-bigger .e-grid .e-columnmenu, +.e-grid.e-bigger .e-columnmenu { + bottom: 10px; +} + +.e-bigger .e-grid.e-device.e-noselect, +.e-grid.e-bigger.e-device.e-noselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-bigger .e-grid .e-dialog.e-checkboxfilter, +.e-bigger .e-grid .e-dialog.e-flmenu, +.e-grid.e-bigger .e-dialog.e-checkboxfilter, +.e-grid.e-bigger .e-dialog.e-flmenu { + min-width: 260px; +} + +.e-bigger .e-grid .e-dialog.e-checkboxfilter, +.e-grid.e-bigger .e-dialog.e-checkboxfilter { + min-height: 360px; +} + +.e-bigger .e-grid .e-filtermenudiv, +.e-grid.e-bigger .e-filtermenudiv { + margin: -22px -7px; +} + +.e-bigger .e-grid .e-sortfilterdiv, +.e-grid.e-bigger .e-sortfilterdiv { + margin: -31px -2px; +} + +.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -32px 18px -31px 0; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-grid .e-wrap .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv, +.e-grid.e-bigger .e-wrap .e-sortfilterdiv { + margin: -31px 8px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv +.e-wrap .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv +.e-wrap .e-rightalign .e-sortfilterdiv { + margin: -30px -5px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv +.e-wrap .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv +.e-wrap .e-fltr-icon .e-sortfilterdiv { + margin: -30px 28px -31px 0; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-bigger .e-grid .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -26px -20px 0 0; +} + +.e-bigger .e-grid.e-wrap .e-rowcell, +.e-bigger .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-bigger .e-grid.e-wrap .e-columnheader .e-headercelldiv, +.e-grid.e-bigger.e-wrap .e-rowcell, +.e-grid.e-bigger.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-bigger.e-wrap .e-columnheader .e-headercelldiv { + line-height: 24px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -32px -2px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortnumber, +.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortnumber { + float: left; + margin: 2px 0 0 19px; +} + +.e-bigger .e-grid .e-sortnumber, +.e-grid.e-bigger .e-sortnumber { + border-radius: 65%; + display: inline-block; + float: right; + font-size: 9px; + height: 15px; + line-height: 16px; + margin: 3px 19px 0 2px; + text-align: center; + width: 15px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -32px -20px 0 2px; +} + +.e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv, +.e-bigger .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-headercell .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-detailheadercell .e-sortfilterdiv { + margin: -31px 5px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -31px 22px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -29px 0 0 14px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -29px 0 0 33px; +} + +.e-bigger .e-grid.e-rtl .e-filtermenudiv, +.e-grid.e-bigger.e-rtl .e-filtermenudiv { + margin: -20px 0 -18px -52px; +} + +.e-bigger .e-grid.e-rtl .e-rightalign .e-filtermenudiv, +.e-grid.e-bigger.e-rtl .e-rightalign .e-filtermenudiv { + margin: -20px 0 -18px -72px; +} + +.e-bigger .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-bigger .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber, +.e-grid.e-bigger.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-grid.e-bigger.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber { + margin: 6px 0 0 6px; +} + +.e-bigger .e-grid .e-rowcell, +.e-bigger .e-grid .e-summarycell, +.e-bigger .e-grid .e-emptyrow td, +.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty, +.e-grid.e-bigger .e-rowcell, +.e-grid.e-bigger .e-summarycell, +.e-grid.e-bigger .e-emptyrow td, +.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty, +.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + line-height: 24px; +} + +.e-bigger .e-grid .e-filterbarcell input, +.e-grid.e-bigger .e-filterbarcell input { + font-size: 16px; +} + +.e-bigger .e-grid .e-groupdroparea, +.e-grid.e-bigger .e-groupdroparea { + font-size: 16px; + min-height: 65px; + padding: 22px 24px; +} + +.e-bigger .e-grid .e-cloneproperties, +.e-grid.e-bigger .e-cloneproperties { + padding: 2px 12px 1px; +} + +.e-bigger .e-grid .e-headerclone, +.e-grid.e-bigger .e-headerclone { + font-size: 16px; +} + +.e-bigger .e-grid .e-groupdroparea.e-grouped, +.e-grid.e-bigger .e-groupdroparea.e-grouped { + padding: 0 0 8px; +} + +.e-bigger .e-grid .e-frozenheader table tr td.e-rowcell, +.e-grid.e-bigger .e-frozenheader table tr td.e-rowcell { + height: 42px; +} + +.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-grid .e-frozenhdrcont table tr td:first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty, +.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty, +.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty, +.e-grid.e-bigger .e-frozenhdrcont table tr td:first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 48px; +} + +.e-bigger .e-grid.e-bigger .e-columnmenu, +.e-grid.e-bigger.e-bigger .e-columnmenu { + bottom: 13px; + margin: 0 -3px; +} + +.e-bigger .e-grid .e-columnmenu, +.e-grid.e-bigger .e-columnmenu { + right: 10px; +} + +.e-bigger .e-grid .e-groupheadercell, +.e-bigger .e-grid .e-groupheadercell:hover, +.e-grid.e-bigger .e-groupheadercell, +.e-grid.e-bigger .e-groupheadercell:hover { + border-radius: 6px; + height: 30px; + margin: 15px 0 0 8px; + padding: 6px 0; + font-size: 14px; +} + +.e-bigger .e-grid .e-groupheadercell:hover, +.e-grid.e-bigger .e-groupheadercell:hover { + padding: 6px 0; +} + +.e-bigger .e-grid .e-gdclone, +.e-grid.e-bigger .e-gdclone { + border-radius: 6px; + padding: 10px 6px 6px; +} + +.e-bigger .e-grid .e-groupheadercell span, +.e-grid.e-bigger .e-groupheadercell span { + height: 4px; + line-height: 4px; + padding: 8px 4px 8px 12px; +} + +.e-bigger .e-grid .e-groupheadercell .e-ungroupbutton, +.e-grid.e-bigger .e-groupheadercell .e-ungroupbutton { + font-size: 14px; +} + +.e-bigger .e-grid .e-groupheadercell .e-grouptext, +.e-grid.e-bigger .e-groupheadercell .e-grouptext { + line-height: 3px; +} + +.e-bigger .e-grid .e-row .e-input-group .e-input.e-field, +.e-bigger .e-grid .e-row .e-input-focus .e-input.e-field, +.e-grid.e-bigger .e-row .e-input-group .e-input.e-field, +.e-grid.e-bigger .e-row .e-input-focus .e-input.e-field { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 16px; + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-device .e-row .e-input-group .e-input.e-field, +.e-bigger .e-grid.e-device .e-row .e-input-focus .e-input.e-field, +.e-grid.e-bigger.e-device .e-row .e-input-group .e-input.e-field, +.e-grid.e-bigger.e-device .e-row .e-input-focus .e-input.e-field { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-row .e-input-group, +.e-grid.e-bigger .e-row .e-input-group { + margin-bottom: 2px; + vertical-align: middle; +} + +.e-bigger .e-grid.e-device .e-headercell, +.e-grid.e-bigger.e-device .e-headercell { + padding: 0 12px 0; +} + +.e-bigger .e-grid.e-device .e-headercell:first-child, +.e-grid.e-bigger.e-device .e-headercell:first-child { + padding: 0 12px 0 16px; +} + +.e-bigger .e-grid.e-device .e-headercell:last-child, +.e-grid.e-bigger.e-device .e-headercell:last-child { + padding: 0 16px 0 12px; +} + +.e-bigger .e-grid.e-device .e-groupheadercell span, +.e-grid.e-bigger.e-device .e-groupheadercell span { + line-height: 33px; +} + +.e-bigger .e-grid.e-device .e-rowcell, +.e-bigger .e-grid.e-device .e-summarycell, +.e-grid.e-bigger.e-device .e-rowcell, +.e-grid.e-bigger.e-device .e-summarycell { + padding: 7px 12px; +} + +.e-bigger .e-grid.e-device .e-rowcell:first-child, +.e-bigger .e-grid.e-device .e-summarycell:first-child, +.e-grid.e-bigger.e-device .e-rowcell:first-child, +.e-grid.e-bigger.e-device .e-summarycell:first-child { + padding: 7px 12px 7px 16px; +} + +.e-bigger .e-grid.e-device .e-rowcell:last-child, +.e-bigger .e-grid.e-device .e-summarycell:last-child, +.e-grid.e-bigger.e-device .e-rowcell:last-child, +.e-grid.e-bigger.e-device .e-summarycell:last-child { + padding: 7px 16px 7px 12px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell, +.e-grid.e-bigger.e-device .e-filterbarcell { + padding: 7px 12px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell:first-child, +.e-grid.e-bigger.e-device .e-filterbarcell:first-child { + padding: 7px 12px 7px 16px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell:last-child, +.e-grid.e-bigger.e-device .e-filterbarcell:last-child { + padding: 7px 16px 7px 12px; +} + +.e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton, +.e-grid.e-bigger.e-device .e-groupheadercell .e-ungroupbutton { + line-height: 37px; +} + +.e-bigger .e-grid.e-device .e-normaledit .e-rowcell, +.e-grid.e-bigger.e-device .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-device .e-editedbatchcell.e-rowcell, +.e-grid.e-bigger.e-device .e-editedbatchcell.e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-unboundcell, +.e-bigger .e-grid .e-editedrow .e-normaledit .e-unboundcell, +.e-bigger .e-grid .e-addedrow .e-normaledit .e-unboundcell, +.e-grid.e-bigger .e-unboundcell, +.e-grid.e-bigger .e-editedrow .e-normaledit .e-unboundcell, +.e-grid.e-bigger .e-addedrow .e-normaledit .e-unboundcell { + padding-bottom: 6px; + padding-top: 6px; +} + +.e-bigger .e-grid .e-grouptext, +.e-grid.e-bigger .e-grouptext { + margin-right: 0; + width: auto; +} + +.e-bigger .e-grid .e-gridheader table th[rowspan], +.e-bigger .e-grid.e-device .e-gridheader table th[rowspan], +.e-grid.e-bigger .e-gridheader table th[rowspan], +.e-grid.e-bigger.e-device .e-gridheader table th[rowspan] { + padding-bottom: 20px; +} + +.e-bigger .e-grid .e-groupsort, +.e-bigger .e-grid span.e-ungroupbutton, +.e-bigger .e-grid .e-toggleungroup, +.e-grid.e-bigger .e-groupsort, +.e-grid.e-bigger span.e-ungroupbutton, +.e-grid.e-bigger .e-toggleungroup { + margin-left: -8px; + margin-top: -1px; +} + +.e-bigger .e-grid span.e-ungroupbutton.e-icons, +.e-grid.e-bigger span.e-ungroupbutton.e-icons { + font-size: 12px; + margin-left: -7px; + margin-top: -1px; + margin-right: 8px; +} + +.e-bigger .e-grid .e-groupsort, +.e-grid.e-bigger .e-groupsort { + margin-right: 0; + margin-top: -1px; +} + +.e-bigger .e-grid.e-rtl .e-groupheadercell, +.e-bigger .e-grid.e-rtl .e-groupheadercell:hover, +.e-grid.e-bigger.e-rtl .e-groupheadercell, +.e-grid.e-bigger.e-rtl .e-groupheadercell:hover { + margin: 14px 24px 0 0; + padding: 4px 6px 4px 9px; +} + +.e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons, +.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons { + margin-left: -13px; + margin-right: -15px; + margin-top: 6px; + padding-top: 1px; +} + +.e-bigger .e-grid .e-groupcaption, +.e-grid.e-bigger .e-groupcaption { + line-height: 32px; +} + +.e-bigger .e-grid .e-ccdlg .e-dlg-content, +.e-grid.e-bigger .e-ccdlg .e-dlg-content { + margin: 40px 0 0; + padding: 16px 16px 16px 16px; +} + +.e-bigger .e-grid .e-ccdlg .e-ccul-ele, +.e-grid.e-bigger .e-ccdlg .e-ccul-ele { + padding: 0; +} + +.e-bigger .e-grid .e-ccdlg .e-cc-searchdiv, +.e-grid.e-bigger .e-ccdlg .e-cc-searchdiv { + padding-left: 4px; +} + +.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard, +.e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard { + padding-left: 8px; +} + +.e-bigger .e-grid .e-ccdlg li.e-cclist, +.e-grid.e-bigger .e-ccdlg li.e-cclist { + padding: 8px 0; +} + +.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv, +.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv { + margin-top: 0; +} + +.e-grid { + border-radius: 4px; + border-style: none solid solid; + border-width: 1px; + display: block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + height: auto; + position: relative; +} + +.e-grid .e-gridheader { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-gridheader .e-firstrow-dragborder, +.e-grid.e-rtl .e-gridheader .e-firstrow-dragborder, +.e-grid .e-gridcontent .e-lastrow-dragborder, +.e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder { + bottom: 0; + background-color: #317ab9; + height: 2px; + position: absolute; + z-index: 10; +} + +.e-grid .e-grid-relative { + position: relative; +} + +.e-grid .e-dropitemscount { + border: 1px solid #ddd; + border-radius: 17px; + box-sizing: content-box; + font-size: 13px; + line-height: normal; + margin-left: -8px; + min-width: 12px; + padding: 3px 7px 4px; + position: absolute; + text-align: center; + top: -10px; + z-index: 5; +} + +.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, +.e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop { + border-top: 1px solid #dee2e6; + border-right: 1px solid #dee2e6; + border-bottom: 0; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, +.e-grid .e-gridheader thead tr th.e-firstrowdragborder, +.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 2px 0 0 #317ab9; + position: relative; + z-index: 5; +} + +.e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) { + font-size: 14px; +} + +.e-grid .e-row .e-icon-rowdragicon::before { + display: block; + text-indent: 10px; + font-size: 12px; + font-weight: bold; + color: #6c757d; + opacity: 0.54; +} + +.e-grid .e-row .e-icon-rowdragmoveicon::before { + font-size: 12px; + font-weight: bold; +} + +.e-grid .e-row .e-icon-rowdragmoveicon { + padding-left: 10px; +} + +.e-grid .e-draganddrop .e-rowcell, .e-grid.e-rtl .e-draganddrop .e-rowcell { + padding-left: 6px; + padding-right: 6px; +} + +.e-grid .e-gridcontent .e-rowdragdrop { + border-style: solid; + border-width: 1px 0 0 0; + border-color: #ddd; +} + +.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + position: relative; + left: -5px; +} + +.e-grid .e-icon-rowdragicon { + font-size: 10px; + text-indent: 11px; +} + +.e-grid .e-toolbar { + border-bottom: 0; + border-left: 0; + border-right: 0; + border-top: 1px solid #dee2e6; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper { + padding-bottom: 3px; + padding-top: 3px; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search { + margin-bottom: 0; + opacity: .6; + width: 230px; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search.e-input-focus { + opacity: 1; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon { + min-width: 32px; +} + +.e-grid .e-groupdroparea.e-grouped { + padding: 0 0 6px; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter .e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter .e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-bottom: 1px solid; +} + +.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-bottom: 0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-default .e-grouptopleftcell { + border-top: 2px solid; +} + +.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader { + border-left: 1px solid; +} + +.e-grid.e-default.e-hidelines .e-headercell.e-firstheader { + border-left: 0; +} + +.e-grid.e-default.e-verticallines .e-grouptopleftcell, +.e-grid.e-default.e-bothlines .e-grouptopleftcell, +.e-grid.e-default.e-hidelines .e-grouptopleftcell { + border-top-width: 0; +} + +.e-grid.e-default.e-verticallines .e-detailrowcollapse, +.e-grid.e-default.e-verticallines .e-detailrowexpand, +.e-grid.e-default.e-verticallines .e-rowdragdrop, .e-grid.e-default.e-hidelines .e-detailrowcollapse, +.e-grid.e-default.e-hidelines .e-detailrowexpand, +.e-grid.e-default.e-hidelines .e-rowdragdrop { + border-top-width: 0; +} + +.e-grid.e-default.e-horizontallines .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid .e-gridheader .e-headercell .e-rhandler, +.e-grid .e-gridheader .e-headercell .e-rsuppress { + height: 100%; + position: absolute; + right: 0; + top: 0; + width: 4px; +} + +.e-grid.e-device .e-gridheader .e-headercell .e-rhandler { + width: 14px; +} + +.e-grid.e-rtl .e-gridheader .e-headercell .e-rhandler, +.e-grid.e-rtl .e-gridheader .e-headercell .e-rsuppress { + left: 0; + right: auto; +} + +.e-grid.e-resize-lines .e-gridheader th.e-headercell.e-lastcell .e-rhandler { + border-right-width: 0; +} + +.e-grid .e-rhelper { + position: absolute; + width: 1px; +} + +.e-grid.e-device .e-ricon::before { + border-bottom: 6px solid transparent; + border-right: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + position: absolute; + right: 4px; + top: 4px; + width: 20px; +} + +.e-grid.e-device .e-ricon::after { + border-bottom: 6px solid transparent; + border-left: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + left: 4px; + position: absolute; + top: 4px; + width: 20px; + z-index: 3; +} + +.e-grid.e-rcursor, +.e-grid .e-gridheader .e-rcursor { + cursor: col-resize; +} + +.e-grid.e-editing .e-gridheader .e-rcursor { + cursor: default; +} + +.e-grid .e-table { + border-collapse: separate; + table-layout: fixed; + width: 100%; +} + +.e-grid .e-tableborder { + border-right: 1px solid; +} + +.e-grid .e-virtualtable { + will-change: transform; + z-index: 1; +} + +.e-grid .e-headercelldiv { + border: 0 none; + display: block; + font-size: 14px; + font-weight: Bold; + height: 21px; + line-height: 21px; + margin: -5px; + overflow: hidden; + padding: 0 0.4em; + text-align: left; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-headercelldiv.e-headerchkcelldiv { + overflow: visible; +} + +.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv { + padding: 0 .6em; +} + +.e-grid .e-gridheader .e-headercontent .e-centeralign .e-headercelldiv.e-headerchkcelldiv { + padding: 0 .6em; +} + +.e-grid .e-headercell, +.e-grid .e-headercell.e-stackedheadercell, +.e-grid .e-headercell.e-defaultcursor { + cursor: default; +} + +.e-grid .e-headercell.e-mousepointer, +.e-grid .e-headercell.e-stackedheadercell.e-mousepointer { + cursor: pointer; +} + +.e-grid .e-gridheader .e-headercell, +.e-grid .e-gridheader .e-detailheadercell { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-gridcontent tr:first-child td { + border-top: 0 none; +} + +.e-grid .e-gridheader tr:first-child th { + border-top: 0 none; +} + +.e-grid .e-gridheader tr th:last-child.e-filterbarcell { + padding-right: 2px; +} + +.e-grid .e-gridheader tr th:last-child { + padding-right: 12px; +} + +.e-grid .e-gridheader tr th:first-child { + padding-left: 12px; +} + +.e-grid .e-gridheader tr th:first-child.e-filterbarcell { + padding-left: 2px; +} + +.e-grid .e-gridheader { + border-bottom-style: solid; + border-bottom-width: 2px; + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid .e-frozenhdrcont { + border-bottom-width: 0; +} + +.e-grid .e-frozenhdrcont table tr:not(.e-editedrow):first-child td { + border-top-style: solid; + border-top-width: 2px; +} + +.e-grid.e-bothlines .e-filterbarcell, +.e-grid.e-bothlines .e-filterbarcelldisabled { + border-width: 2px 0 0 1px; +} + +.e-grid .e-headercell, +.e-grid .e-detailheadercell { + border-style: solid; + border-width: 0; + font-size: 14px; + font-weight: Bold; + height: 36px; + overflow: hidden; + padding: 0 12px 0; + position: relative; + text-align: left; +} + +.e-grid.e-device .e-headercell { + padding: 0 12px 0; +} + +.e-grid.e-device .e-headercell:first-child { + padding: 0 12px 0 16px; +} + +.e-grid.e-device .e-headercell:last-child { + padding: 0 16px 0 12px; +} + +.e-grid .e-rowcell { + border-style: solid; + border-width: 1px 0 0; + display: table-cell; + font-size: 14px; + line-height: 21px; + overflow: hidden; + padding: 7px 12px; + vertical-align: middle; + white-space: nowrap; + width: auto; +} + +.e-grid .e-frozenheader table tr td.e-rowcell { + height: 35px; +} + +.e-grid .e-frozencontent table tr td:first-child:empty, +.e-grid .e-movablecontent table tr td:first-child:empty, +.e-grid .e-frozenhdrcont table tr td:first-child:empty, +.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 35px; +} + +.e-grid .e-rowcell:first-child, +.e-grid .e-summarycell:first-child { + padding-left: 12px; +} + +.e-grid .e-rowcell:last-child, +.e-grid .e-summarycell:last-child { + padding-right: 12px; +} + +.e-grid .e-unboundcell, +.e-grid .e-editedrow .e-normaledit .e-unboundcell, +.e-grid .e-addedrow .e-normaledit .e-unboundcell { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-grid .e-unboundcelldiv > button { + margin: 0 4px; +} + +.e-grid .e-unboundcelldiv { + margin: 0 -3.5px; +} + +.e-grid .e-summarycell { + border-style: solid; + border-width: 1px 0 0; + font-size: 14px; + font-weight: Bold; + height: auto; + line-height: 21px; + padding: 7px 12px; + white-space: normal; + word-wrap: break-word; +} + +.e-grid .e-summarycontent .e-frozenfootercontent { + float: left; + width: -webkit-min-content; + width: min-content; +} + +.e-grid .e-summarycontent .e-movablefootercontent { + height: inherit; + overflow: hidden; +} + +.e-grid .e-summarycontent .e-indentcell { + border-width: 0; +} + +.e-grid .e-summarycontent .e-detailindentcelltop { + border-width: 1px 0 0; +} + +.e-grid.e-device .e-rowcell, +.e-grid.e-device .e-summarycell { + padding: 7px 12px; +} + +.e-grid.e-device .e-rowcell:first-child, +.e-grid.e-device .e-summarycell:first-child { + padding: 7px 12px 7px 16px; +} + +.e-grid.e-device .e-rowcell:last-child, +.e-grid.e-device .e-summarycell:last-child { + padding: 7px 16px 7px 12px; +} + +.e-grid td.e-rowcell.e-checkbox { + padding: 8px 12px; +} + +.e-grid td.e-rowcell.e-checkbox input[type='checkbox'] { + margin-top: 0; +} + +.e-grid.e-default .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-bothlines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-bothlines .e-rowcell { + border-width: 1px 0 0 1px; +} + +.e-grid .e-gridheader table th[rowspan], +.e-grid.e-device .e-gridheader table th[rowspan] { + padding-bottom: 13px; + vertical-align: bottom; +} + +.e-grid .e-emptyrow td { + line-height: 21px; + padding: .7em; +} + +.e-grid.e-responsive .e-rowcell, +.e-grid.e-responsive .e-headercelldiv { + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-grid.e-responsive .e-rowcell.e-gridchkbox, +.e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv { + text-overflow: clip; +} + +.e-grid.e-default .e-headercell, +.e-grid.e-default .e-detailheadercell { + border-width: 0; +} + +.e-grid [aria-selected] + tr .e-detailindentcell { + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid.e-default.e-verticallines .e-headercell, +.e-grid.e-default.e-verticallines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid; +} + +.e-grid.e-default .e-stackedheadercell { + border-width: 1px 0 1px 1px; +} + +.e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell) { + border-left-width: 0; +} + +.e-grid.e-default.e-bothlines .e-headercell, +.e-grid.e-default.e-bothlines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-default table th[rowspan] { + border-width: 0 0 0 1px; +} + +.e-grid tr th.e-firstcell { + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-default tr td:first-child, +.e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell), +.e-grid.e-default tr th.e-detailheadercell:first-child, +.e-grid.e-default tr th.e-filterbarcell:first-child { + border-left-width: 0; +} + +.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst { + border-left-width: 0; +} + +.e-grid .e-hide { + display: none; +} + +.e-grid .e-rowcell, +.e-grid .e-gridcontent, +.e-grid .e-gridheader, +.e-grid .e-headercontent, +.e-grid .e-groupdroparea, +.e-grid .e-gridfooter, +.e-grid .e-summarycontent { + overflow: hidden; + vertical-align: middle; +} + +.e-grid .e-sortfilterdiv { + float: right; + height: 16px; + margin: -27px -4px; + padding: 15px 0; + width: 16px; +} + +.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv { + float: left; + margin: -27px -2px; +} + +.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv, +.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv { + padding: 0 5px 0; +} + +.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv { + margin: -5px 15px -5px 0; +} + +.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv { + margin: -5px 15px -5px -12px; +} + +.e-grid .e-gridheader .e-sortfilter .e-headercelldiv, +.e-grid .e-gridheader .e-stackedheadercelldiv, +.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv { + padding: 0 5px 0; +} + +.e-grid .e-filtermenudiv { + float: right; + margin: -19px -7px; + padding: 6px; + text-align: right; +} + +.e-grid .e-filtermenudiv:hover { + cursor: pointer; +} + +.e-grid.e-print-grid-layout .e-pager, .e-grid.e-print-grid-layout .e-filterbar, .e-grid.e-print-grid-layout .e-icons:not(.e-frame), .e-grid.e-print-grid-layout .e-grouptopleftcell, .e-grid.e-print-grid-layout .e-recordpluscollapse, .e-grid.e-print-grid-layout .e-indentcell, .e-grid.e-print-grid-layout .e-recordplusexpand { + display: none; +} + +.e-grid.e-print-grid-layout .e-indentcell.e-detailindentcelltop { + display: table-cell; +} + +.e-grid.e-print-grid-layout .e-content { + overflow-y: hidden; +} + +.e-grid.e-print-grid-layout .e-grouptext { + width: auto; +} + +.e-grid.e-print-grid-layout .e-detailcell { + padding: .8em .6em; +} + +.e-grid.e-print-grid { + left: -1000px; + top: -1000px; +} + +.e-grid .e-flmenu-valuediv { + padding: 14px 0 0; +} + +.e-grid .e-flbldcontent { + padding: 18px 18px 0; +} + +.e-grid .e-flblbtn { + width: 110px; +} + +.e-grid .e-sortnumber { + border-radius: 65%; + display: inline-block; + float: right; + font-size: 9px; + height: 15px; + line-height: 16px; + margin: 2px 17px 0 2px; + text-align: center; + width: 15px; +} + +.e-grid .e-gridheader .e-rightalign .e-sortnumber { + float: left; + margin: 2px 0 0 18px; +} + +.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -28px 16px -29px 0; +} + +.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -28px -11px -5px 3px; +} + +.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber { + margin: 3px 2px 0 5px; +} + +.e-grid.e-wrap .e-gridheader .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-wrap .e-gridheader .e-sortfilterdiv { + margin: -9px 10px; +} + +.e-grid .e-movableheader .e-editcell.e-normaledit, +.e-grid .e-frozenheader .e-editcell.e-normaledit { + border-top-color: transparent; +} + +.e-grid .e-columnmenu { + position: absolute; + right: 23px; + float: right; + margin: -20px; + padding: 6px; +} + +.e-grid.e-wrap .e-columnmenu { + margin: -19px -20px -20px -20px; +} + +.e-grid.e-rtl .e-columnmenu { + left: 23px; + right: auto; + margin: -19px -18px -18px -22px; +} + +.e-grid.e-wrap.e-rtl .e-columnmenu { + margin: -17px -13px -23px -25px; +} + +.e-grid [class^='e-'] { + box-sizing: border-box; +} + +.e-grid .e-detailrowcollapse, +.e-grid .e-detailrowexpand { + border-style: solid; + border-width: 1px 0 0; + cursor: pointer; +} + +.e-grid .e-detailindentcell { + border-right-style: solid; + border-right-width: 1px; +} + +.e-grid .e-detailcell { + border-top-style: solid; + border-top-width: 1px; + padding: .3em; +} + +.e-grid.e-verticallines .e-rowcell, +.e-grid.e-verticallines .e-filterbarcell { + border-width: 0 0 0 1px; +} + +.e-grid.e-hidelines .e-rowcell, +.e-grid.e-horizontallines .e-headercell, +.e-grid.e-hidelines .e-headercell, +.e-grid.e-horizontallines .e-detailheadercell, +.e-grid.e-hidelines .e-detailheadercell, +.e-grid.e-hidelines tr th.e-firstcell, +.e-grid.e-hidelines .e-filterbarcell { + border-width: 0; +} + +.e-grid.e-horizontallines .e-headercell.e-stackedheadercell { + border-width: 0 0 1px 1px; +} + +.e-grid.e-horizontallines .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-horizontallines .e-filterbarcell { + border-width: 2px 0 0; +} + +.e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-horizontallines .e-detailrowvisible, .e-grid.e-verticallines .e-detailrowvisible, .e-grid.e-hidelines .e-detailrowvisible, .e-grid.e-bothlines .e-detailrowvisible { + border-left-width: 0; +} + +.e-grid.e-verticallines .e-firstchildrow .e-rowcell, +.e-grid.e-verticallines .e-firstchildrow .e-detailrowcollapse, +.e-grid.e-verticallines .e-firstchildrow .e-detailrowexpand, .e-grid.e-hidelines .e-firstchildrow .e-rowcell, +.e-grid.e-hidelines .e-firstchildrow .e-detailrowcollapse, +.e-grid.e-hidelines .e-firstchildrow .e-detailrowexpand { + border-top-width: 1px; +} + +.e-grid .e-filterbarcell .e-icons::before { + display: block; + margin: 0 auto; +} + +.e-grid .e-filterbarcell .e-filtertext::-webkit-search-cancel-button, +.e-grid .e-search input::-webkit-search-cancel-button { + display: none; +} + +.e-grid .e-filterbarcell .e-filtertext::-ms-clear, +.e-grid .e-search input::-ms-clear { + display: none; +} + +.e-grid .e-filterbarcell, +.e-grid .e-filterbarcelldisabled { + border-collapse: collapse; + border-style: solid; + border-width: 2px 0 0; + cursor: default; + height: 36px; + overflow: hidden; + padding: 1px 2px; + vertical-align: middle; +} + +.e-grid .e-rowdragheader { + border-color: #dee2e6; + border-style: solid; + border-width: 2px 0 0; +} + +.e-grid .e-filterbarcell input { + border-radius: 4px; + border-style: solid; + border-width: 0; + font-size: 14px; + font-weight: normal; + height: 32px; + padding-right: 24px; + text-indent: 1px; + width: 100%; +} + +.e-grid.e-device .e-filterbarcell { + padding: 7px 12px; +} + +.e-grid.e-device .e-filterbarcell:first-child { + padding: 7px 12px 7px 16px; +} + +.e-grid.e-device .e-filterbarcell:last-child { + padding: 7px 16px 7px 12px; +} + +.e-grid .e-searchclear { + float: right; + position: relative; +} + +.e-grid.e-rtl .e-searchclear { + float: left; + position: relative; + top: 0; +} + +.e-grid .e-checkboxlist { + height: 200px; + margin-top: 5px; + min-height: 160px; + overflow-y: auto; +} + +.e-grid .e-chk-hidden { + -moz-appearance: none; + height: 1px; + opacity: 0; + width: 1px; +} + +.e-grid .e-checkselect, +.e-grid .e-checkselectall { + margin: 0; + opacity: 0; + position: absolute; + width: 0; +} + +.e-grid .e-rowcell .e-checkbox-wrapper, +.e-grid .e-rowcell .e-css.e-checkbox-wrapper { + height: 20px; + line-height: 20px; +} + +.e-grid .e-dialog.e-checkboxfilter, +.e-grid .e-dialog.e-flmenu { + min-width: 250px; +} + +.e-grid .e-dialog.e-checkboxfilter { + min-height: 348px; +} + +.e-grid .e-ftrchk { + padding-bottom: 8px; + padding-top: 8px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper, +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + display: block; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + padding-bottom: 4px; + position: static; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul li { + height: 36px; + line-height: 36px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + height: 36px; + line-height: 36px; + margin-right: 10px; +} + +.e-grid.e-rtl .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + margin-right: 0; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret { + height: 36px; + line-height: 36px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + border: 0; + box-shadow: none; + max-width: 300px; + padding-bottom: 4px; + position: static; +} + +.e-grid .e-excelfilter .e-footer-content { + border-style: solid; + border-width: 1px 0 0; +} + +.e-grid .e-excel-menu { + z-index: 1000; +} + +.e-grid .e-excelfilter .e-dlg-content { + padding-top: 0; +} + +.e-grid .e-filterdiv, +.e-grid .e-fltrtempdiv { + padding: 0; + position: relative; + text-align: center; + width: 100%; +} + +.e-grid .e-pager { + border-bottom: transparent; + border-left: transparent; + border-right: transparent; +} + +.e-grid .e-gridpopup { + font-weight: normal; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 99999; +} + +.e-grid .e-gridpopup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-grid .e-lastsummarycell { + border-right: 1px solid; +} + +.e-grid .e-footerpadding { + padding-right: 14px; +} + +.e-grid .e-gridpopup span { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + padding: 4px; + width: 26px; +} + +.e-grid .e-gridpopup .e-tail::before, +.e-grid .e-gridpopup .e-tail::after { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-grid .e-gridpopup .e-downtail::after { + top: 34px; +} + +.e-grid .e-gridpopup .e-uptail::after { + top: -17px; +} + +.e-grid .e-gridpopup .e-uptail::before { + top: -19px; +} + +.e-grid .e-gridpopup .e-sortdirect, +.e-grid .e-gridpopup .e-rowselect { + line-height: 18px; + text-indent: 1px; +} + +.e-grid .e-cloneproperties { + border-style: solid; + border-width: 1px; + box-shadow: 0 1px 4px black; + font-size: 14px; + font-weight: Bold; + opacity: 0.4; + overflow: hidden; + padding: 2px 8px 1px; + text-align: left; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; + z-index: 10; +} + +.e-grid .e-cloneproperties.e-draganddrop { + border-spacing: 0; + font-size: 14px; + font-weight: normal; + overflow: visible; +} + +.e-grid .e-cloneproperties.e-draganddrop table { + border-spacing: 0; +} + +.e-grid .e-defaultcur { + cursor: default; +} + +.e-grid .e-notallowedcur { + cursor: not-allowed; +} + +.e-grid .e-cloneproperties.e-headerclone table { + border-spacing: 0; +} + +.e-grid .e-headerclone { + border-radius: 4px; + font-size: 14px; + font-weight: Bold; + line-height: 29px; +} + +.e-grid .e-draganddrop { + border-width: 0 1px 1px; + font-weight: normal; + padding: 0; +} + +.e-grid .e-draganddrop .e-rowcell { + opacity: .95; +} + +.e-grid.e-default .e-gridheader th.e-firstcell { + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-bothlines .e-gridheader th.e-stackedheadercell { + border-bottom-style: solid; + border-bottom-width: 1px; + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-default.e-hidelines .e-gridheader th.e-firstcell { + border-left-width: 0; +} + +.e-grid .e-gridheader .e-headercontent .e-reorderuparrow, +.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow { + font-size: 8px; + position: absolute; + z-index: 10; +} + +.e-grid td.e-active { + font-weight: normal; +} + +.e-grid td.e-cellselectionbackground { + font-weight: normal; +} + +.e-grid .e-groupdroparea { + height: auto; + min-height: 52px; +} + +.e-grid .e-griddragarea { + border: 1px solid; + opacity: .6; + position: absolute; +} + +.e-grid .e-gdclone { + border-radius: 4px; + padding: 2px; +} + +.e-grid .e-content { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + overflow-y: scroll; + position: relative; +} + +.e-grid.e-ungroupdrag .e-columnheader, +.e-grid.e-ungroupdrag .e-groupdroparea, +.e-grid.e-rowdrag .e-columnheader, +.e-grid.e-rowdrag .e-groupdroparea { + cursor: not-allowed; +} + +.e-grid .e-groupdroparea, +.e-grid.e-ungroupdrag .e-gridcontent, +.e-grid.e-rowdrag .e-gridcontent { + cursor: default; +} + +.e-grid .e-groupdroparea { + border-style: solid none; + border-width: 1px 0 0; +} + +.e-grid .e-groupdroparea { + border-top-width: 1px; + font-size: 14px; + font-weight: normal; + opacity: 1; + padding: 15px 0; + text-align: center; + text-indent: 1pt; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-grid .e-grouptext { + display: inline-block; + margin-right: 0; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: auto; +} + +.e-grid .e-grid-icon { + float: left; +} + +.e-grid .e-groupheadercell, +.e-grid .e-groupheadercell:hover { + border: 1px; + border-collapse: collapse; + border-radius: 4px; + cursor: pointer; + font-size: 12px; + font-weight: normal; + height: 24px; + margin: 13px 0 0 8px; + overflow: hidden; + padding: 3px 0; + vertical-align: middle; +} + +.e-grid .e-groupheadercell:hover { + border: 1px; + padding: 3px 0; +} + +.e-grid .e-groupheadercell span { + display: inline-block; + float: left; + height: 24px; + line-height: 25px; + padding: 0 8px; + vertical-align: middle; +} + +.e-grid .e-groupheadercell .e-grouptext { + line-height: 19px; +} + +.e-grid .e-groupheadercell .e-ungroupbutton { + font-size: 10px; + line-height: 17px; +} + +.e-grid.e-device .e-groupheadercell span { + line-height: 26px; +} + +.e-grid.e-device .e-groupheadercell .e-ungroupbutton { + line-height: 28px; +} + +.e-grid .e-groupheadercell .e-cancel { + padding-right: 10px; +} + +.e-grid .e-groupheadercell .e-icons::before { + display: inline; +} + +.e-grid .e-groupsort, +.e-grid .e-ungroupbutton, +.e-grid .e-toggleungroup { + font-size: 10px; + margin-left: -8px; +} + +.e-grid .e-groupsort { + margin-right: 0; + margin-top: -3px; +} + +.e-grid span.e-ungroupbutton.e-icons { + margin-left: -8px; + margin-top: 1px; +} + +.e-grid .e-grptogglebtn { + padding: 7px; +} + +.e-grid .e-icon-gdownarrow { + font-size: 10px; + text-indent: 11px; +} + +.e-grid .e-icon-grightarrow { + font-size: 10px; + text-indent: 11px; +} + +.e-grid .e-recordplusexpand { + padding-top: 5px; +} + +.e-grid .e-indentcell { + border-style: solid; + border-width: 0 1px 0 0; +} + +.e-grid .e-indentcell.e-indentcelltop, .e-grid .e-indentcell.e-detailindentcelltop { + border-width: 1px 0 0; +} + +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse { + border-style: solid; + border-width: 1px 0 0; + cursor: pointer; +} + +.e-grid .e-groupcaption { + border-style: solid; + border-width: 1px 0 0; + display: table-cell; + font-size: 14px; + line-height: 14px; + overflow: hidden; + padding: .7em; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: auto; +} + +.e-grid .e-virtualtable .e-groupcaption { + line-height: 21px; + padding: 7px 12px; +} + +.e-grid .e-autofill { + border: 1px solid; + height: 8px; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 8px; +} + +.e-grid .e-xlsel { + border: 0 solid; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-headercontent { + border-style: solid; + border-width: 0; +} + +.e-grid .e-stackedheadercell { + border-width: 1px 0 1px 1px; + white-space: nowrap; +} + +.e-grid .e-noselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn { + font-size: 9px; + line-height: 3; +} + +.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar { + margin-top: 0; + padding: 3px 0 0; +} + +.e-grid .e-edit-dialog .e-dlg-content { + position: relative; +} + +.e-grid .e-edit-dialog { + min-height: 350px; +} + +.e-grid .e-griderror label { + display: inline !important; +} + +.e-grid .e-tooltip-wrap.e-griderror { + z-index: 1000; +} + +.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top { + left: 44%; +} + +.e-grid .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid.e-device .e-normaledit .e-rowcell { + padding-bottom: 2px; + padding-top: 2px; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell.e-lastrowadded { + border-bottom: 1px solid #dee2e6; + border-top: 0 none #dee2e6; +} + +.e-grid .e-normaledit { + border-top: 0; + padding: 0; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell { + border-top: 1px solid; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell { + border-top: 0; +} + +.e-grid.e-device .e-editedbatchcell.e-rowcell, +.e-grid .e-editedbatchcell.e-rowcell, +.e-grid.e-device .e-gridcontent .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid .e-editedbatchcell, +.e-grid td.e-boolcell { + padding-left: 12px; + padding-right: 12px; +} + +.e-grid td.e-boolcell input { + margin: 3px 3px 3px 4px; +} + +.e-grid td.e-boolcell.e-rowcell { + padding-bottom: 5px; + padding-top: 5px; +} + +.e-grid .e-dialog .e-gridform .e-rowcell { + border: 0; + padding: 0; +} + +.e-grid .e-row .e-input-group .e-input.e-field, +.e-grid .e-row .e-input-focus .e-input.e-field { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + padding-bottom: 1px; + padding-top: 2px; +} + +.e-grid .e-row .e-input-group { + margin-bottom: 2px; + margin-top: 2px; + vertical-align: middle; +} + +.e-grid .e-defaultcell.e-ralign, +.e-grid .e-editedrow .e-defaultcell.e-ralign, +.e-grid .e-defaultcell.e-ralign:focus, +.e-grid .e-editedrow .e-defaultcell.e-ralign:focus { + padding-right: 10px; +} + +.e-grid .e-dlg-content .e-defaultcell.e-ralign, +.e-grid .e-dlg-content .e-defaultcell.e-ralign:focus { + padding-right: 0; +} + +.e-grid .e-hiddenrow { + display: none; +} + +.e-grid .e-columnchooserdiv { + float: right; + margin: -12px; +} + +.e-grid .e-ccdlg .e-dlg-content { + margin: 40px 0 0; + overflow: visible; + padding: 14px 14px 14px 14px; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard { + padding-left: 8px; +} + +.e-grid .e-ccdlg .e-main-div { + box-sizing: border-box; + position: relative; +} + +.e-grid .e-ccdlg .e-ccul-ele { + margin: 13px 0; + padding: 0; +} + +.e-grid .e-ccdlg li.e-cclist { + padding: 7px 0; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper .e-frame { + margin-left: 0; +} + +.e-grid .e-ccdlg label.e-cc { + margin: 0; +} + +.e-grid .e-ccdlg .e-footer-content { + border-style: solid; + border-width: 1px 0 0; +} + +.e-grid .e-ccdlg .e-cc-contentdiv { + height: 196px; + overflow-y: auto; +} + +.e-grid .e-ccdlg .e-cc-searchdiv { + border-style: solid; + border-width: 1px; + left: 1px; + opacity: 0.6; + position: absolute; + right: 0; + top: -41px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons { + float: right; + opacity: .6; + padding: 0 2px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel { + font-size: 11px; + padding: 5px 2px 6px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus { + opacity: 1; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons { + opacity: 1; +} + +.e-grid .e-ccdlg .e-innerdiv.e-ccnmdiv { + height: 60px; + padding: 23px; + text-align: center; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper .e-label { + text-overflow: ellipsis; +} + +.e-grid .e-ccdlg .e-cc-chbox { + margin: 3px; + vertical-align: middle; +} + +.e-grid .e-ccdlg .e-cc-lab-name { + padding: 7px; + text-overflow: ellipsis; + vertical-align: middle; +} + +.e-grid .e-ccdlg .e-cc.e-input, +.e-grid .e-ccdlg .e-cc.e-input:focus { + border: 0; + padding-bottom: 6px; + padding-left: 4px; + padding-top: 6px; +} + +.e-grid .e-checkboxfiltertext { + width: 150px; + word-break: normal; +} + +.e-grid .e-frozenhdrcont .e-headercontent > .e-table, +.e-grid .e-frozenhdrcont .e-frozenheader > .e-table, +.e-grid .e-frozenhdrcont .e-movableheader > .e-table, +.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable > .e-table { + border-bottom: 1px solid; +} + +.e-grid .e-frozenheader > .e-table, +.e-grid .e-frozencontent > .e-table, +.e-grid .e-frozenheader .e-virtualtable > .e-table, +.e-grid .e-frozencontent .e-virtualtable > .e-table { + border-left: 0; + border-right: 1px solid; +} + +.e-grid .e-frozenheader { + float: left; + width: -webkit-min-content; + width: min-content; +} + +.e-grid.e-rtl .e-frozenheader > .e-table, +.e-grid.e-rtl .e-frozencontent > .e-table { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl .e-frozenheader { + float: right; +} + +.e-grid.e-rtl .e-frozencontent { + float: right; +} + +.e-grid .e-movableheader { + overflow: hidden; +} + +.e-grid .e-frozenhdrcont { + -ms-touch-action: none; +} + +.e-grid .e-frozencontent { + -ms-touch-action: none; + border-bottom-style: solid; + border-bottom-width: 1px; + float: left; + height: inherit; + overflow: hidden; + width: -webkit-min-content; + width: min-content; +} + +.e-grid .e-movablecontent { + height: inherit; + overflow: scroll; +} + +.e-grid .e-columnchooser::before { + line-height: 1.9; +} + +.e-grid .e-toolbar .e-ccdiv .e-columnchooser.e-cctbn-icon { + font-size: 15px; + vertical-align: middle; +} + +.e-grid .e-toolbar .e-ccdiv { + margin-top: -1px; + padding: 0 10px; +} + +.e-grid.e-rtl .e-tableborder { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl .e-headercell, +.e-grid.e-rtl .e-detailheadercell { + border-width: 0; + text-align: right; +} + +.e-grid.e-rtl .e-headercell .e-headercelldiv, +.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv { + padding: 0 0.4em 0 1.8em; + text-align: right; +} + +.e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber { + float: left; + margin: 1px 0 0 12px; +} + +.e-grid.e-rtl .e-headercell .e-filterbarcell input, +.e-grid.e-rtl .e-detailheadercell .e-filterbarcell input { + border-width: 0; +} + +.e-grid.e-rtl .e-headercell .e-sortfilterdiv, +.e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv { + float: left; + margin: -29px 10px; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-sortfilterdiv, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-sortfilterdiv { + float: right; + margin: -14px 3px; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv { + padding: 0 25px 0 .7em; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber { + float: right; + margin: 6px 5px 0 0; +} + +.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber { + float: left; + margin: 1px 0 0 20px; +} + +.e-grid.e-rtl .e-rowcell:first-child, +.e-grid.e-rtl .e-summarycell:first-child { + padding-right: 12px; +} + +.e-grid.e-rtl .e-rowcell:last-child, +.e-grid.e-rtl .e-summarycell:last-child { + padding-left: 12px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-sortfilterdiv { + margin: -30px 5px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -30px 17px; +} + +.e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -29px 0 0 10px; +} + +.e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -29px 0 0 10px; +} + +.e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv { + margin: -5px -12px -5px 0; +} + +.e-grid.e-rtl .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv { + margin: -5px; +} + +.e-grid.e-rtl.e-verticallines .e-grouptopleftcell, +.e-grid.e-rtl.e-bothlines .e-grouptopleftcell, +.e-grid.e-rtl.e-hidelines .e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-rtl .e-grouptopleftcell { + border-top: 2px solid; +} + +.e-grid.e-rtl .e-grouptext { + margin-left: 0; + margin-right: 0; +} + +.e-grid.e-rtl .e-groupheadercell span { + float: right; +} + +.e-grid.e-rtl.e-horizontallines .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-rtl .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl .e-filterbarcell, +.e-grid.e-rtl .e-filterbarcelldisabled { + border-width: 2px 0 0; +} + +.e-grid.e-rtl .e-lastrowcell { + border-width: 1px 1px 1px 0; +} + +.e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -29px 10px; +} + +.e-grid.e-rtl .e-cloneproperties { + border-width: 1px 1px 3px; +} + +.e-grid.e-rtl tr td:first-child, +.e-grid.e-rtl tr th:first-child { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child:not(.e-summarycell), +.e-grid.e-rtl.e-default.e-bothlines tr th:first-child { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand { + border-left-width: 0; +} + +.e-grid.e-rtl.e-default tr td:last-child, +.e-grid.e-rtl.e-default tr th:last-child { + border-left: 0; +} + +.e-grid.e-rtl.e-default.e-verticallines tr th:last-child { + border-left: 1px solid; +} + +.e-grid.e-rtl.e-default .e-gridheader tr th:last-child { + padding-left: 12px; + padding-right: 12px; +} + +.e-grid.e-rtl.e-default .e-gridheader tr th:first-child { + padding-left: 12px; + padding-right: 12px; +} + +.e-grid.e-rtl.e-default th:first-child +.e-grid.e-rtl.e-default .e-headercell, +.e-grid.e-rtl.e-default .e-detailheadercell { + border-width: 0; +} + +.e-grid.e-rtl.e-default .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-headercell, +.e-grid.e-rtl.e-default.e-verticallines .e-rowcell, +.e-grid.e-rtl.e-default.e-verticallines .e-filterbarcell, +.e-grid.e-rtl.e-default.e-verticallines .e-detailheadercell, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-firstcell { + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl.e-default.e-verticallines tr th:first-child:not(.e-firstcell) { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default .e-stackedheadercell, +.e-grid.e-rtl.e-default.e-horizontallines .e-stackedheadercell { + border-width: 0 1px 1px 0; +} + +.e-grid.e-rtl.e-default .e-gridheader th.e-firstcell, +.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader th.e-firstcell { + border-left-width: 0; + border-right-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-firstcell { + border-left-width: 1px; + border-right-width: 0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader { + border-left: 0; +} + +.e-grid.e-rtl.e-default.e-hidelines .e-gridheader th.e-firstcell { + border-left: 0; + border-right: 0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader .e-headercell.e-firstheader { + border-right: 1px solid; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader { + border-right: 0; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-left: 1px solid; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid; +} + +.e-grid.e-rtl.e-default .e-detailcell, +.e-grid.e-rtl.e-default.e-bothlines .e-detailcell { + border-right-style: solid; + border-right-width: 1px; +} + +.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons { + float: left; +} + +.e-grid.e-rtl .e-groupsort, +.e-grid.e-rtl .e-ungroupbutton, +.e-grid.e-rtl .e-toggleungroup { + margin-left: 0; + margin-right: -10px; +} + +.e-grid.e-rtl span.e-ungroupbutton.e-icons { + margin-left: -2px; + margin-right: -8px; + padding-top: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-headercell, +.e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-dragheadercell, +.e-grid.e-rtl.e-default.e-bothlines .e-rowdragheader, +.e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop, +.e-grid.e-rtl.e-default.e-verticallines .e-cloneproperties.e-draganddrop td.e-rowdragdrop { + border-left: 1px solid #dee2e6; + padding-left: 3px; +} + +.e-grid.e-rtl .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + left: 4px; + position: relative; +} + +.e-grid.e-rtl.e-default table th[rowspan] { + border-width: 0 1px 0 0; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-grid.e-rtl.e-bothlines .e-filterbarcell, +.e-grid.e-rtl.e-bothlines .e-filterbarcelldisabled { + border-width: 2px 0 0 1px; +} + +.e-grid.e-rtl.e-bothlines .e-rowcell, +.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-verticallines .e-rowcell, +.e-grid.e-rtl.e-verticallines .e-filterbarcell { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-hidelines .e-rowcell, +.e-grid.e-rtl.e-hidelines .e-headercell, +.e-grid.e-rtl.e-hidelines .e-detailheadercell, +.e-grid.e-rtl.e-hidelines .e-filterbarcell { + border-width: 0; +} + +.e-grid.e-rtl.e-horizontallines .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-horizontallines .e-filterbarcell { + border-width: 2px 0 0; +} + +.e-grid.e-rtl.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-rtl.e-verticallines .e-firstchildrow .e-rowcell, .e-grid.e-rtl.e-hidelines .e-firstchildrow .e-rowcell { + border-top-width: 1px; +} + +.e-grid.e-rtl .e-groupheadercell .e-icons::before { + display: inline-block; +} + +.e-grid.e-rtl .e-groupheadercell .e-cancel { + padding-left: 23px; + padding-right: 0; + padding-top: 2px; +} + +.e-grid.e-rtl .e-groupheadercell, +.e-grid.e-rtl .e-groupheadercell:hover { + margin-left: 0; + margin-right: 8px; + padding: 3px 0; +} + +.e-grid.e-rtl .e-groupheadercell, +.e-grid.e-rtl .e-groupheadercell:hover { + float: right; +} + +.e-grid.e-rtl .e-groupdroparea { + text-align: center; +} + +.e-grid.e-rtl .e-ungroupbutton { + float: left; +} + +.e-grid.e-rtl tr:not(.e-summaryrow) td.e-indentcell { + border-style: solid; + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl .e-defaultcell.e-ralign, +.e-grid.e-rtl .e-row .e-input.e-defaultcell.e-ralign, +.e-grid.e-rtl .e-defaultcell.e-ralign:focus, +.e-grid.e-rtl .e-editedrow .e-defaultcell.e-ralign:focus { + padding-left: 10px; +} + +.e-grid.e-rtl .e-detailindentcell { + border-left-style: solid; + border-left-width: 1px; + border-right-width: 0; +} + +.e-grid.e-rtl .e-filtermenudiv { + float: left; + margin: -19px 0 -20px -36px; + padding: 6px; +} + +.e-grid.e-wrap .e-rowcell, +.e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-wrap .e-columnheader .e-headercelldiv { + height: Auto; + line-height: 21px; + overflow-wrap: break-word; + text-overflow: clip; + white-space: normal; + word-wrap: break-word; +} + +.e-grid.e-wrap .e-stackedheader .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-wrap .e-stackedheader .e-columnheader .e-headercelldiv { + max-height: 36px; +} + +.e-grid.e-wrap .e-columnheader .e-headercelldiv, +.e-grid .e-columnheader.e-wrap .e-headercelldiv { + margin-bottom: 2px; + margin-top: 0; +} + +.e-grid.e-wrap .e-columnheader .e-filtermenudiv { + line-height: 18px; +} + +.e-grid .e-columnheader.e-wrap .e-filtermenudiv { + line-height: 18px; +} + +.e-grid .e-columnheader.e-wrap .e-headercelldiv, +.e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv, +.e-grid .e-gridcontent.e-wrap .e-rowcell, +.e-grid .e-frozenhdrcont.e-wrap .e-rowcell { + height: Auto; + line-height: 18px; + overflow-wrap: break-word; + text-overflow: clip; + white-space: normal; + word-wrap: break-word; +} + +.e-grid .e-stackedheadercelldiv { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, +.e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv { + max-height: 36px; +} + +.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -30px 10px; +} + +.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv { + margin: -30px -5px; +} + +.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv { + margin: -24px 28px -29px 0; +} + +.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv { + margin: -24px 0; +} + +.e-grid .e-columnheader.e-wrap .e-icon-group::before, +.e-grid.e-wrap .e-columnheader .e-icon-group::before { + display: inline-block; +} + +.e-grid.e-responsive .e-rowcell.e-gridclip, +.e-grid.e-responsive .e-gridclip .e-headercelldiv, +.e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip { + text-overflow: clip; +} + +.e-grid .e-clipboard { + cursor: default; + height: 1px; + left: -1000px; + overflow: hidden; + position: fixed; + resize: none; + top: -1000px; + width: 1px; +} + +.e-grid.e-resize-lines th.e-headercell.e-stackedheadercell, +.e-grid.e-resize-lines th.e-headercell.e-firstcell, .e-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell, +.e-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell { + border-left: 0; + border-right: 0; + border-top: 0; +} + +.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor { + border-right: 0; +} + +.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] { + border-left: 0; +} + +.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, +.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor { + border-left: 0; +} + +.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] { + border-right: 0; +} + +.e-grid-min-height .e-rowcell { + line-height: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-grid-min-height .e-gridheader .e-headercell, +.e-grid-min-height .e-gridheader .e-detailheadercell, +.e-grid-min-height .e-gridheader .e-headercell .e-headercelldiv { + height: auto; +} + +.e-grid-min-height .e-gridcontent .e-groupcaption { + line-height: normal; + padding: 0 .7em; +} + +.e-grid-min-height .e-summarycell { + line-height: normal; + padding: 0 8px; +} + +.e-device.e-grid-min-height .e-rowcell, +.e-device.e-grid-min-height .e-rowcell:first-child, +.e-device.e-grid-min-height .e-rowcell:last-child { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-grid-min-height .e-rowcell, +.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child, +.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child { + line-height: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-wrap.e-grid-min-height .e-rowcell { + line-height: 18px; +} + +.e-bigger .e-wrap.e-grid-min-height .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height .e-frozenhdrcont table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 18px; +} + +.e-rtl .e-grid .e-headercell, +.e-rtl .e-grid .e-detailheadercell, +.e-rtl .e-grid .e-headercelldiv, +.e-rtl .e-grid .e-headercelldiv.e-headerchkcelldiv { + text-align: right; +} + +.e-edit-dialog .e-gridform .e-table { + border-collapse: separate; + border-spacing: 11px; + width: 100%; +} + +.e-edit-dialog .e-dlg-content { + position: relative; +} + +/*! Grid theme */ +.e-grid { + border-color: #dee2e6; +} + +.e-grid .e-content { + background-color: #fff; +} + +.e-grid .e-icons { + color: #495057; +} + +.e-grid .e-unboundcelldiv .e-icons { + color: #fff; +} + +.e-grid .e-table { + background-color: #fff; +} + +.e-grid .e-focused:not(.e-menu-item) { + box-shadow: 0 0 0 1px #66afe9 inset; +} + +.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop) { + color: #495057; +} + +.e-grid .e-groupdroparea .e-icons { + color: #fff; +} + +.e-grid.e-default { + background-color: ""; +} + +.e-grid .e-tableborder { + border-right-color: #dee2e6; +} + +.e-grid .e-autofill, +.e-grid .e-xlsel { + background-color: #317ab9; + border-color: #317ab9; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, +.e-grid .e-gridheader thead tr th.e-firstrowdragborder, +.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 2px 0 0 #317ab9; + position: relative; + z-index: 5; +} + +.e-grid .e-gridheader { + background-color: #fff; + border-bottom-color: #dee2e6; + border-top-color: #dee2e6; + color: #212529; +} + +.e-grid .e-gridcontent tr:first-child td { + border-top-color: transparent; +} + +.e-grid th.e-headercell[aria-sort='ascending'] .e-headertext, +.e-grid th.e-headercell[aria-sort='descending'] .e-headertext, +.e-grid th.e-headercell[aria-sort='ascending'] .e-sortfilterdiv, +.e-grid th.e-headercell[aria-sort='descending'] .e-sortfilterdiv { + color: #333; + opacity: 1; +} + +.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-color: #dee2e6; +} + +.e-grid.e-default.e-horizontallines .e-grouptopleftcell { + border-color: #dee2e6; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-color: #dee2e6; +} + +.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader { + border-color: #dee2e6; +} + +.e-grid .e-filterbarcell input { + border-color: #dee2e6; +} + +.e-grid .e-gridcontent { + background-color: #fff; +} + +.e-grid .e-gridfooter { + background-color: #f8f9fa; +} + +.e-grid .e-headercontent { + border-color: #dee2e6; +} + +.e-grid .e-headercell, +.e-grid .e-detailheadercell { + background-color: #fff; + border-color: #dee2e6; +} + +.e-grid [aria-selected] + tr .e-detailindentcell { + border-color: #dee2e6; +} + +.e-grid tr th.e-firstcell { + border-left-color: #dee2e6; + border-right-color: #dee2e6; +} + +.e-grid .e-rowcell:not(.e-editedbatchcell), +.e-grid .e-detailrowcollapse:not(.e-editedbatchcell), +.e-grid .e-detailrowexpand:not(.e-editedbatchcell), +.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell), +.e-grid .e-emptyrow:not(.e-editedbatchcell) { + color: #212529; + opacity: 1; +} + +.e-grid .e-summarycell { + background-color: #f8f9fa; + border-color: #dee2e6; + color: #212529; +} + +.e-grid .e-summaryrow .e-summarycell, +.e-grid .e-summaryrow .e-templatecell, +.e-grid .e-summarycontent .e-indentcell, +.e-grid .e-indentcell.e-detailindentcelltop { + background-color: #f8f9fa; + border-color: #dee2e6; + color: #212529; +} + +.e-grid .e-rowcell, +.e-grid .e-groupcaption, +.e-grid .e-indentcell, +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse, +.e-grid .e-detailrowcollapse, +.e-grid .e-detailrowexpand, +.e-grid .e-detailindentcell, +.e-grid .e-detailcell { + border-color: #dee2e6; +} + +.e-grid.e-default .e-grouptopleftcell { + border-color: #dee2e6; +} + +.e-grid .e-frozenhdrcont .e-headercontent > .e-table, +.e-grid .e-frozenhdrcont .e-frozenheader > .e-table, +.e-grid .e-frozenhdrcont .e-movableheader > .e-table, +.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable > .e-table { + border-bottom-color: #6c757d; +} + +.e-grid .e-frozencontent { + border-bottom-color: #dee2e6; +} + +.e-grid .e-frozenheader > .e-table, +.e-grid .e-frozencontent > .e-table, +.e-grid .e-frozencontent .e-virtualtable > .e-table, +.e-grid .e-frozenheader .e-virtualtable > .e-table { + border-right-color: #6c757d; +} + +.e-grid.e-rtl .e-frozenheader > .e-table, +.e-grid.e-rtl .e-frozencontent > .e-table { + border-left-color: #6c757d; +} + +.e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: rgba(0, 0, 0, 0.08); + color: #212529; +} + +.e-grid tr[role='row']:hover .e-rowdragdrop { + cursor: move; +} + +.e-grid .e-sortnumber { + background-color: #bbbdc0; + color: #212529; +} + +.e-grid .e-col-menu.e-filter-popup { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); +} + +.e-grid td.e-active .e-icon-rowdragicon::before { + color: #333; +} + +.e-grid td.e-active { + background: rgba(0, 0, 0, 0.17); + color: #333; +} + +.e-grid td.e-cellselectionbackground { + background: #e6e6e6; + color: #333; +} + +.e-grid .e-filterbarcell, +.e-grid .e-filterbarcelldisabled { + background-color: #fff; + background-image: none; + border-color: #dee2e6; +} + +.e-grid .e-filtered::before { + color: #317ab9; +} + +.e-grid .e-gridpopup .e-content { + background-color: #fff; + border-color: #dee2e6; +} + +.e-grid .e-gridpopup span:hover, +.e-grid .e-gridpopup .e-spanclicked { + border-color: #495057; +} + +.e-grid .e-gridpopup .e-downtail::before, +.e-grid .e-gridpopup .e-downtail { + border-top-color: #dee2e6; +} + +.e-grid .e-gridpopup .e-downtail::after { + border-top-color: #fff; +} + +.e-grid .e-gridpopup .e-uptail::before, +.e-grid .e-gridpopup .e-uptail { + border-bottom-color: #dee2e6; +} + +.e-grid .e-gridpopup .e-uptail::after { + border-bottom-color: #fff; +} + +.e-grid .e-cloneproperties { + background-color: #fff; + border-color: #ddd; + color: #212529; +} + +.e-grid .e-rhelper { + background-color: #007bff; + cursor: col-resize; + opacity: 1; +} + +.e-grid.e-device .e-rcursor::before { + border-right-color: #007bff; + opacity: 1; +} + +.e-grid.e-device .e-rcursor::after { + border-left-color: #007bff; + opacity: 1; +} + +.e-grid.e-resize-lines .e-headercell .e-rhandler, +.e-grid.e-resize-lines .e-headercell .e-rsuppress { + border-right: 1px solid #dee2e6; +} + +.e-grid.e-resize-lines .e-focused .e-rhandler { + border: 0 none; +} + +.e-grid.e-resize-lines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid #dee2e6; + border-right: 1px solid #dee2e6; +} + +.e-grid.e-rtl.e-resize-lines .e-headercell.e-stackedheadercell, +.e-grid.e-rtl.e-resize-lines .e-headercell .e-rhandler, +.e-grid.e-rtl.e-resize-lines .e-headercell .e-rsuppress { + border-left: 1px solid #dee2e6; + border-right-width: 0; +} + +.e-grid.e-resize-lines .e-filterbarcell, +.e-grid.e-rtl.e-resize-lines .e-filterbarcell { + border-top: 1px solid #dee2e6; +} + +.e-grid .e-cloneproperties.e-draganddrop { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + opacity: .95; + overflow: visible; +} + +.e-grid .e-row .e-dragstartrow::before, +.e-grid .e-row .e-selectionbackground .e-dragstartrow::before { + color: #317ab9; +} + +.e-grid .e-griddragarea { + background-color: #fff; + border-color: #fff; + color: #333; +} + +.e-grid .e-groupdroparea { + background-color: #f8f9fa; + border-top-color: #dee2e6; + color: #6c757d; +} + +.e-grid .e-groupdroparea.e-hover { + background-color: #f5f5f5; +} + +.e-grid .e-groupdroparea.e-grouped { + background-color: #f5f5f5; +} + +.e-grid .e-groupheadercell { + background-color: #6c757d; + border-color: #6c757d; + border-radius: 4px; + color: #fff; +} + +.e-grid .e-groupheadercell:hover { + background-color: #6c757d; + border-color: #f8f9fa; +} + +.e-grid .e-ungroupbutton:hover { + color: #fff; + opacity: 1; +} + +.e-grid .e-ungroupbutton { + opacity: 1px; +} + +.e-grid .e-groupcaption, +.e-grid .e-indentcell, +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse { + background-color: #f8f9fa; + color: #495057; +} + +.e-grid .e-grouptopleftcell { + background-color: #fff; + border-color: #dee2e6; +} + +.e-grid .e-stackedheadercell { + border-bottom-color: #dee2e6; +} + +.e-grid .e-verticallines tr th { + border-color: #dee2e6; +} + +.e-grid td.e-updatedtd { + background-color: #dcfacf; + color: #212529; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell { + border-top-color: #dee2e6; +} + +.e-grid .e-gridcontent .e-normaledit .e-dragindentcell, +.e-grid .e-gridcontent .e-normaledit .e-detailrowcollapse { + border-top: 1px solid #dee2e6; +} + +.e-grid .e-excelfilter .e-footer-content { + border-color: rgba(108, 117, 125, 0.12); + opacity: 1; +} + +.e-grid .e-ccdlg .e-footer-content { + border-color: rgba(108, 117, 125, 0.12); + opacity: 1; +} + +.e-grid .e-ccdlg .e-cc-searchdiv { + border-color: #212121; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus { + border-color: #ff4081; +} + +.e-grid .e-cloneproperties.e-draganddrop .e-rowcell { + color: #212529; +} + +.e-grid .e-cloneproperties.e-draganddrop table, +.e-grid .e-cloneproperties.e-draganddrop table .e-selectionbackground { + background-color: #fff; + height: 30px; +} + +.e-grid.e-rtl .e-verticallines tr th:first-child:not(.e-firstcell) { + border-color: #dee2e6; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell, +.e-grid.e-rtl.e-default.e-verticallines tr th:last-child, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-color: #dee2e6; +} + +.e-grid.e-rtl .e-tableborder { + border-left-color: #dee2e6; +} + +.e-tooltip-wrap.e-griderror, +.e-control.e-tooltip-wrap.e-popup.e-griderror { + background-color: #fcdbe4; + border-color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-tip-content, +.e-tooltip-wrap.e-griderror .e-tip-content label { + color: #f44336; +} + +.e-dropitemscount { + background-color: #317ab9; + color: #fff; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-treeview .e-list-item div.e-icons.interaction { + -webkit-transition: -webkit-transform .3s ease-in-out; + border-radius: 15px; + transition: transform .3s ease-in-out; +} + +.e-treeview .e-list-item .e-icons.e-icon-collapsible { + transform: rotate(90deg); +} + +.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next { + transform: rotate(180deg); +} + +.e-treeview.e-rtl div.e-icons { + transform: rotate(180deg); +} + +/*! FileManager's bootstrap theme wise override definitions and variables */ +.e-filemanager .e-fe-icon, +.e-filemanager .e-list-icon { + background-repeat: no-repeat; +} + +.e-filemanager .e-fe-access-error { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGQkUzRjtzdHJva2U6I0FDODkzODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MXtmaWxsOiMwNjAyMDA7fTwvc3R5bGU+PGcgaWQ9ImNmdUt3Ri50aWYiPjxpbWFnZSBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTQwIiBpZD0iTGF5ZXJfMF8xXyIgeGxpbms6aHJlZj0iQTQ5RUUwRjNGODFBNjdDMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgwLjI2NTYgMCAwIDAuMjY1NiAtODMuNTc3OSAtMi4yNzgyKSI+PC9pbWFnZT48L2c+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LDMuMUwxLjYsMjcuOWMtMC40LDAuNywwLjEsMS42LDAuOSwxLjZoMjYuOGMwLjgsMCwxLjMtMC45LDAuOS0xLjZMMTYuOSwzLjFDMTYuNSwyLjMsMTUuNCwyLjMsMTUsMy4xeiIvPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTcsMjIgMTUsMjIgMTQuNSwxMCAxNy4zLDEwICIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNiwyNi41TDE2LDI2LjVjLTAuOCwwLTEuNS0wLjctMS41LTEuNXYwYzAtMC44LDAuNy0xLjUsMS41LTEuNWgwYzAuOCwwLDEuNSwwLjcsMS41LDEuNXYwQzE3LjUsMjUuOCwxNi44LDI2LjUsMTYsMjYuNXoiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-docx, +.e-filemanager .e-fe-doc { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yMS41LDAuNWgtMTdjLTEuMSwwLTIsMC45LTIsMnYyN2MwLDEuMSwwLjksMiwyLDJoMjNjMS4xLDAsMi0wLjksMi0ydi0yMUwyMS41LDAuNXoiLz48cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMjcuNSwzMmgtMjNDMy4xLDMyLDIsMzAuOSwyLDI5LjV2LTI3QzIsMS4xLDMuMSwwLDQuNSwwaDE3LjJMMzAsOC4zdjIxLjJDMzAsMzAuOSwyOC45LDMyLDI3LjUsMzJ6IE00LjUsMUMzLjcsMSwzLDEuNywzLDIuNXYyN0MzLDMwLjMsMy43LDMxLDQuNSwzMWgyM2MwLjgsMCwxLjUtMC43LDEuNS0xLjVWOC43TDIxLjMsMUg0LjV6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDUiIGQ9Ik0yMS41LDAuNXY2YzAsMS4xLDAuOSwyLDIsMmg2TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDQiIGQ9Ik0yOS41LDloLTZDMjIuMSw5LDIxLDcuOSwyMSw2LjV2LTZjMC0wLjIsMC4xLTAuNCwwLjMtMC41YzAuMi0wLjEsMC40LDAsMC41LDAuMWw4LDhDMzAsOC4zLDMwLDguNSwzMCw4LjdDMjkuOSw4LjksMjkuNyw5LDI5LjUsOXogTTIyLDEuN3Y0LjhDMjIsNy4zLDIyLjcsOCwyMy41LDhoNC44TDIyLDEuN3oiLz48L2c+PGc+PHJlY3QgeD0iNyIgeT0iMjMiIGNsYXNzPSJzdDYiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIi8+PC9nPjxnPjxyZWN0IHg9IjciIHk9IjE3IiBjbGFzcz0ic3Q2IiB3aWR0aD0iMTgiIGhlaWdodD0iMiIvPjwvZz48Zz48cmVjdCB4PSI3IiB5PSIxMSIgY2xhc3M9InN0NiIgd2lkdGg9IjExIiBoZWlnaHQ9IjIiLz48L2c+PC9nPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-pptx, +.e-filemanager .e-fe-ppt { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDEwIiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MTEiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0MTIiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDExIiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxyZWN0IHg9IjgiIHk9IjI1IiBjbGFzcz0ic3Q2IiB3aWR0aD0iMTciIGhlaWdodD0iMiIvPjwvZz48Zz48Zz48cGF0aCBjbGFzcz0ic3Q2IiBkPSJNMjIsMTYuMWgtNS4xVjExSDE3QzE5LjgsMTEsMjIsMTMuMiwyMiwxNi4xTDIyLDE2LjF6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xNi45LDE4LjFoLTJ2LTJ2LTMuOGMtMi41LDAuNS00LjQsMy0zLjgsNS45YzAuNCwxLjgsMS45LDMuMywzLjcsMy43YzIuOCwwLjYsNS4zLTEuMiw1LjktMy44SDE2Ljl6Ii8+PC9nPjwvZz48L2c+PC9zdmc+"); +} + +.e-filemanager .e-fe-xlsx, +.e-filemanager .e-fe-xls { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDciIGQ9Ik0yMS41LDAuNWgtMTdjLTEuMSwwLTIsMC45LTIsMnYyN2MwLDEuMSwwLjksMiwyLDJoMjNjMS4xLDAsMi0wLjksMi0ydi0yMUwyMS41LDAuNXoiLz48cGF0aCBjbGFzcz0ic3Q4IiBkPSJNMjcuNSwzMmgtMjNDMy4xLDMyLDIsMzAuOSwyLDI5LjV2LTI3QzIsMS4xLDMuMSwwLDQuNSwwaDE3LjJMMzAsOC4zdjIxLjJDMzAsMzAuOSwyOC45LDMyLDI3LjUsMzJ6IE00LjUsMUMzLjcsMSwzLDEuNywzLDIuNXYyN0MzLDMwLjMsMy43LDMxLDQuNSwzMWgyM2MwLjgsMCwxLjUtMC43LDEuNS0xLjVWOC43TDIxLjMsMUg0LjV6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDkiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDgiIGQ9Ik0yOS41LDloLTdDMjEuNyw5LDIxLDguMywyMSw3LjV2LTdjMC0wLjIsMC4xLTAuNCwwLjMtMC41YzAuMi0wLjEsMC40LDAsMC41LDAuMWw4LDhDMzAsOC4zLDMwLDguNSwzMCw4LjdDMjkuOSw4LjksMjkuNyw5LDI5LjUsOXogTTIyLDEuN3Y1LjhDMjIsNy44LDIyLjIsOCwyMi41LDhoNS44TDIyLDEuN3oiLz48L2c+PGc+PHJlY3QgeD0iNyIgeT0iMTgiIGNsYXNzPSJzdDYiIHdpZHRoPSIxNyIgaGVpZ2h0PSIyIi8+PC9nPjxnPjxyZWN0IHg9IjkiIHk9IjE4IiB0cmFuc2Zvcm09Im1hdHJpeCgtMS44MzY5NzBlLTE2IDEgLTEgLTEuODM2OTcwZS0xNiAzNC45OTk5IDMuMDAwMSkiIGNsYXNzPSJzdDYiIHdpZHRoPSIxNCIgaGVpZ2h0PSIyIi8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0yNSwyNkg3VjEyaDE4VjI2eiBNOSwyNGgxNFYxNEg5VjI0eiIvPjwvZz48L2c+PC9zdmc+"); +} + +.e-filemanager .e-fe-pdf { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDEzIiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTI3LjUsMzJoLTIzQzMuMSwzMiwyLDMwLjksMiwyOS41di0yN0MyLDEuMSwzLjEsMCw0LjUsMGgxNy4yTDMwLDguM3YyMS4yQzMwLDMwLjksMjguOSwzMiwyNy41LDMyeiBNNC41LDFDMy43LDEsMywxLjcsMywyLjV2MjdDMywzMC4zLDMuNywzMSw0LjUsMzFoMjNjMC44LDAsMS41LTAuNywxLjUtMS41VjguN0wyMS4zLDFINC41eiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3QxNCIgZD0iTTIxLjUsMC41djdjMCwwLjYsMC40LDEsMSwxaDdMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTI5LjUsOWgtN0MyMS43LDksMjEsOC4zLDIxLDcuNXYtN2MwLTAuMiwwLjEtMC40LDAuMy0wLjVjMC4yLTAuMSwwLjQsMCwwLjUsMC4xbDgsOEMzMCw4LjMsMzAsOC41LDMwLDguN0MyOS45LDguOSwyOS43LDksMjkuNSw5eiBNMjIsMS43djUuOEMyMiw3LjgsMjIuMiw4LDIyLjUsOGg1LjhMMjIsMS43eiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3Q2IiBkPSJNMTAuMywxNC44YzAuNCwwLDAuOCwwLjEsMS4xLDAuMmMwLjMsMC4xLDAuNSwwLjMsMC43LDAuNmMwLjIsMC4yLDAuMywwLjUsMC40LDAuOGMwLjEsMC4zLDAuMSwwLjYsMC4xLDAuOWMwLDAuNC0wLjEsMC44LTAuMiwxLjJjLTAuMSwwLjMtMC4zLDAuNi0wLjYsMC44Yy0wLjIsMC4yLTAuNSwwLjQtMC45LDAuNWMtMC4zLDAuMS0wLjcsMC4yLTEuMSwwLjJIOXYzLjRINy4zdi04LjZIMTAuM3ogTTkuOCwxOC43YzAuMywwLDAuNi0wLjEsMC44LTAuM3MwLjMtMC41LDAuMy0xYzAtMC40LTAuMS0wLjgtMC4zLTFjLTAuMi0wLjItMC41LTAuMy0wLjktMC4zSDl2Mi42SDkuOHoiLz48cGF0aCBjbGFzcz0ic3Q2IiBkPSJNMTYuNCwxNC44YzAuNiwwLDEuMSwwLjEsMS41LDAuM2MwLjQsMC4yLDAuNywwLjUsMC45LDAuOGMwLjIsMC40LDAuMywwLjgsMC40LDEuM2MwLjEsMC41LDAuMSwxLjEsMC4xLDEuN2MwLDAuOCwwLDEuNC0wLjEsMnMtMC4yLDEtMC41LDEuNGMtMC4yLDAuNC0wLjUsMC42LTAuOSwwLjhjLTAuNCwwLjItMC45LDAuMy0xLjQsMC4zaC0yLjd2LTguNkgxNi40eiBNMTYuMSwyMi4xYzAuMywwLDAuNS0wLjEsMC43LTAuMmMwLjItMC4xLDAuMy0wLjMsMC40LTAuNWMwLjEtMC4yLDAuMi0wLjYsMC4yLTAuOWMwLTAuNCwwLjEtMC45LDAuMS0xLjVjMC0wLjUsMC0wLjksMC0xLjNjMC0wLjQtMC4xLTAuNy0wLjItMC45Yy0wLjEtMC4yLTAuMi0wLjQtMC40LTAuNnMtMC41LTAuMi0wLjgtMC4yaC0wLjd2NkgxNi4xeiIvPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0yNS4yLDE0Ljh2MS40aC0zLjF2MkgyNXYxLjRoLTIuOXYzLjdoLTEuN3YtOC42SDI1LjJ6Ii8+PC9nPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-image { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMS41LDAuNWgtMTdjLTEuMSwwLTIsMC45LTIsMnYyN2MwLDEuMSwwLjksMiwyLDJoMjNjMS4xLDAsMi0wLjksMi0ydi0yMUwyMS41LDAuNXoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjcuNSwzMmgtMjNDMy4xLDMyLDIsMzAuOSwyLDI5LjV2LTI3QzIsMS4xLDMuMSwwLDQuNSwwaDE3LjJMMzAsOC4zdjIxLjJDMzAsMzAuOSwyOC45LDMyLDI3LjUsMzJ6IE00LjUsMUMzLjcsMSwzLDEuNywzLDIuNXYyN0MzLDMwLjMsMy43LDMxLDQuNSwzMWgyM2MwLjgsMCwxLjUtMC43LDEuNS0xLjVWOC43TDIxLjMsMUg0LjV6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yOS41LDloLTdDMjEuNyw5LDIxLDguMywyMSw3LjV2LTdjMC0wLjIsMC4xLTAuNCwwLjMtMC41YzAuMi0wLjEsMC40LDAsMC41LDAuMWw4LDhDMzAsOC4zLDMwLDguNSwzMCw4LjdDMjkuOSw4LjksMjkuNyw5LDI5LjUsOXogTTIyLDEuN3Y1LjhDMjIsNy44LDIyLjIsOCwyMi41LDhoNS44TDIyLDEuN3oiLz48L2c+PC9nPjxnPjxwb2x5Z29uIGNsYXNzPSJzdDYiIHBvaW50cz0iNSwyNCAxMC42LDE3LjIgMTQuOCwyMS44IDIxLjQsMTMgMjcsMjQgIi8+PC9nPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-rar { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDIzIiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MjQiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0MjUiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDI0IiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNXMwLjQsMCwwLjUsMC4xbDgsOEMzMCw4LjMsMzAsOC41LDMwLDguN0MyOS45LDguOSwyOS43LDksMjkuNSw5eiBNMjIsMS43djUuOEMyMiw3LjgsMjIuMiw4LDIyLjUsOGg1LjhMMjIsMS43eiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3Q2IiBkPSJNOS44LDE0LjhjMC43LDAsMS4zLDAuMiwxLjcsMC41YzAuNCwwLjQsMC42LDAuOSwwLjYsMS43YzAsMC42LTAuMSwxLTAuMywxLjRjLTAuMiwwLjQtMC42LDAuNi0xLjEsMC43djBjMC40LDAuMSwwLjcsMC4yLDAuOSwwLjRjMC4yLDAuMiwwLjMsMC42LDAuNCwxYzAsMC4yLDAsMC4zLDAsMC41czAsMC40LDAsMC42YzAsMC41LDAsMC44LDAuMSwxYzAsMC4yLDAuMiwwLjQsMC4zLDAuNXYwLjFoLTEuOWMtMC4xLTAuMS0wLjEtMC4zLTAuMi0wLjRjMC0wLjIsMC0wLjMsMC0wLjVsMC0xLjZjMC0wLjMtMC4xLTAuNi0wLjMtMC44Yy0wLjItMC4yLTAuNC0wLjMtMC44LTAuM0g4LjN2My42SDYuNnYtOC42SDkuOHogTTksMTguNmMwLjQsMCwwLjctMC4xLDEtMC4zYzAuMi0wLjIsMC4zLTAuNSwwLjMtMWMwLTAuOC0wLjQtMS4yLTEuMi0xLjJIOC4zdjIuNUg5eiIvPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xNy4xLDE0LjhsMi4zLDguNmgtMS44bC0wLjQtMS44aC0yLjNsLTAuNCwxLjhoLTEuOGwyLjMtOC42SDE3LjF6IE0xNi44LDIwLjFMMTYsMTYuM2gwbC0wLjgsMy45SDE2Ljh6Ii8+PHBhdGggY2xhc3M9InN0NiIgZD0iTTIzLjEsMTQuOGMwLjcsMCwxLjMsMC4yLDEuNywwLjVjMC40LDAuNCwwLjYsMC45LDAuNiwxLjdjMCwwLjYtMC4xLDEtMC4zLDEuNGMtMC4yLDAuNC0wLjYsMC42LTEuMSwwLjd2MGMwLjQsMC4xLDAuNywwLjIsMC45LDAuNGMwLjIsMC4yLDAuMywwLjYsMC40LDFjMCwwLjIsMCwwLjMsMCwwLjVzMCwwLjQsMCwwLjZjMCwwLjUsMCwwLjgsMC4xLDFjMCwwLjIsMC4yLDAuNCwwLjMsMC41djAuMWgtMS45Yy0wLjEtMC4xLTAuMS0wLjMtMC4yLTAuNGMwLTAuMiwwLTAuMywwLTAuNWwwLTEuNmMwLTAuMy0wLjEtMC42LTAuMy0wLjhjLTAuMi0wLjItMC40LTAuMy0wLjgtMC4zaC0wLjl2My42aC0xLjd2LTguNkgyMy4xeiBNMjIuNCwxOC42YzAuNCwwLDAuNy0wLjEsMS0wLjNjMC4yLTAuMiwwLjMtMC41LDAuMy0xYzAtMC44LTAuNC0xLjItMS4yLTEuMmgtMC44djIuNUgyMi40eiIvPjwvZz48L3N2Zz4="); +} + +.e-filemanager .e-fe-zip { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDE1IiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MTYiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0MTciIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDE2IiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNXMwLjQsMCwwLjUsMC4xbDgsOEMzMCw4LjMsMzAsOC41LDMwLDguN0MyOS45LDguOSwyOS43LDksMjkuNSw5eiBNMjIsMS43djUuOEMyMiw3LjgsMjIuMiw4LDIyLjUsOGg1LjhMMjIsMS43eiIvPjwvZz48Zz48cmVjdCB4PSI3IiB5PSI4IiBjbGFzcz0ic3Q2IiB3aWR0aD0iMTMiIGhlaWdodD0iMiIvPjwvZz48Zz48cG9seWdvbiBjbGFzcz0ic3Q2IiBwb2ludHM9IjEzLjUsMjkgNywyMyAyMCwyMyAiLz48L2c+PGc+PHJlY3QgeD0iNyIgeT0iMTMiIGNsYXNzPSJzdDYiIHdpZHRoPSIxMyIgaGVpZ2h0PSIyIi8+PC9nPjxnPjxyZWN0IHg9IjciIHk9IjE4IiBjbGFzcz0ic3Q2IiB3aWR0aD0iMTMiIGhlaWdodD0iMiIvPjwvZz48L2c+PC9zdmc+"); +} + +.e-filemanager .e-fe-txt { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDE4IiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MTkiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0MjAiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDE5IiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxyZWN0IHg9IjciIHk9IjIzIiBjbGFzcz0ic3Q2IiB3aWR0aD0iMTgiIGhlaWdodD0iMiIvPjwvZz48Zz48cmVjdCB4PSI3IiB5PSIxNyIgY2xhc3M9InN0NiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz48L2c+PGc+PHJlY3QgeD0iNyIgeT0iMTEiIGNsYXNzPSJzdDYiIHdpZHRoPSIxMSIgaGVpZ2h0PSIyIi8+PC9nPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-music { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yMS41LDAuNWgtMTdjLTEuMSwwLTIsMC45LTIsMnYyN2MwLDEuMSwwLjksMiwyLDJoMjNjMS4xLDAsMi0wLjksMi0ydi0yMUwyMS41LDAuNXoiLz48cGF0aCBjbGFzcz0ic3QyMSIgZD0iTTI3LjUsMzJoLTIzQzMuMSwzMiwyLDMwLjksMiwyOS41di0yN0MyLDEuMSwzLjEsMCw0LjUsMGgxNy4yTDMwLDguM3YyMS4yQzMwLDMwLjksMjguOSwzMiwyNy41LDMyeiBNNC41LDFDMy43LDEsMywxLjcsMywyLjV2MjdDMywzMC4zLDMuNywzMSw0LjUsMzFoMjNjMC44LDAsMS41LTAuNywxLjUtMS41VjguN0wyMS4zLDFINC41eiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3Q1IiBkPSJNMjEuNSwwLjV2N2MwLDAuNiwwLjQsMSwxLDFoN0wyMS41LDAuNXoiLz48cGF0aCBjbGFzcz0ic3QyMSIgZD0iTTI5LjUsOWgtN0MyMS43LDksMjEsOC4zLDIxLDcuNXYtN2MwLTAuMiwwLjEtMC40LDAuMy0wLjVjMC4yLTAuMSwwLjQsMCwwLjUsMC4xbDgsOEMzMCw4LjMsMzAsOC41LDMwLDguN0MyOS45LDguOSwyOS43LDksMjkuNSw5eiBNMjIsMS43djUuOEMyMiw3LjgsMjIuMiw4LDIyLjUsOGg1LjhMMjIsMS43eiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3Q2IiBkPSJNMTIsMTQuOXY3LjZjLTAuNi0wLjUtMS40LTAuNy0yLjMtMC40Yy0wLjgsMC4yLTEuNCwwLjktMS42LDEuN2MtMC41LDEuOCwxLDMuNSwyLjgsMy4yYzEuMi0wLjIsMi4xLTEuNCwyLjEtMi42bDAtNi40bDEwLTEuOXY0LjNjLTAuNi0wLjUtMS40LTAuNy0yLjMtMC40Yy0wLjgsMC4yLTEuNCwwLjktMS42LDEuN2MtMC41LDEuOCwxLDMuNSwyLjgsMy4yYzEuMi0wLjIsMi4xLTEuNCwyLjEtMi42bDAtOS4zYzAtMC42LTAuNi0xLjEtMS4yLTFsLTEwLDEuOUMxMi4zLDE0LDEyLDE0LjQsMTIsMTQuOXoiLz48L2c+PC9zdmc+"); +} + +.e-filemanager .e-fe-video { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yMS41LDAuNWgtMTdjLTEuMSwwLTIsMC45LTIsMnYyN2MwLDEuMSwwLjksMiwyLDJoMjNjMS4xLDAsMi0wLjksMi0ydi0yMUwyMS41LDAuNXoiLz48cGF0aCBjbGFzcz0ic3QyMiIgZD0iTTI3LjUsMzJoLTIzQzMuMSwzMiwyLDMwLjksMiwyOS41di0yN0MyLDEuMSwzLjEsMCw0LjUsMGgxNy4yTDMwLDguM3YyMS4yQzMwLDMwLjksMjguOSwzMiwyNy41LDMyeiBNNC41LDFDMy43LDEsMywxLjcsMywyLjV2MjdDMywzMC4zLDMuNywzMSw0LjUsMzFoMjNjMC44LDAsMS41LTAuNywxLjUtMS41VjguN0wyMS4zLDFINC41eiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMjEuNSwwLjV2N2MwLDAuNiwwLjQsMSwxLDFoN0wyMS41LDAuNXoiLz48cGF0aCBjbGFzcz0ic3QyMiIgZD0iTTI5LjUsOWgtN0MyMS43LDksMjEsOC4zLDIxLDcuNXYtN2MwLTAuMiwwLjEtMC40LDAuMy0wLjVjMC4yLTAuMSwwLjQsMCwwLjUsMC4xbDgsOEMzMCw4LjMsMzAsOC41LDMwLDguN0MyOS45LDguOSwyOS43LDksMjkuNSw5eiBNMjIsMS43djUuOEMyMiw3LjgsMjIuMiw4LDIyLjUsOGg1LjhMMjIsMS43eiIvPjwvZz48Zz48cG9seWdvbiBjbGFzcz0ic3Q2IiBwb2ludHM9IjE1LDE2LjUgMTksMjAgMTUsMjMuNSAiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0NiIgZD0iTTIyLDI3SDEwYy0xLjcsMC0zLTEuMy0zLTN2LThjMC0xLjcsMS4zLTMsMy0zaDEyYzEuNywwLDMsMS4zLDMsM3Y4QzI1LDI1LjcsMjMuNywyNywyMiwyN3ogTTEwLDE1Yy0wLjYsMC0xLDAuNC0xLDF2OGMwLDAuNiwwLjQsMSwxLDFoMTJjMC42LDAsMS0wLjQsMS0xdi04YzAtMC42LTAuNC0xLTEtMUgxMHoiLz48L2c+PC9nPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-js { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDI2IiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MjciIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0MjgiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDI3IiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxnPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xNS4xLDIxYzAsMC45LTAuMiwxLjYtMC42LDEuOWMtMC40LDAuNC0xLjEsMC42LTEuOSwwLjZjLTAuNSwwLTAuOC0wLjEtMS4xLTAuMmMtMC4zLTAuMS0wLjUtMC4zLTAuNy0wLjVzLTAuMy0wLjUtMC40LTAuOGMtMC4xLTAuMy0wLjEtMC42LTAuMS0xdi0wLjRoMS42djAuM2MwLDAuNSwwLDAuOCwwLjIsMWMwLjEsMC4yLDAuMywwLjMsMC42LDAuM2MwLjMsMCwwLjUtMC4xLDAuNi0wLjNjMC4xLTAuMiwwLjEtMC42LDAuMS0xdi02LjFoMS43VjIxeiIvPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xNy43LDIxYzAsMC4yLDAsMC40LDAsMC41czAuMSwwLjMsMC4yLDAuNGMwLjEsMC4xLDAuMiwwLjIsMC40LDAuM2MwLjEsMC4xLDAuMywwLjEsMC42LDAuMWMwLjMsMCwwLjUtMC4xLDAuNy0wLjNzMC4zLTAuNCwwLjMtMC44YzAtMC4yLDAtMC40LTAuMS0wLjVzLTAuMS0wLjMtMC4zLTAuNGMtMC4xLTAuMS0wLjMtMC4yLTAuNS0wLjNjLTAuMi0wLjEtMC40LTAuMi0wLjctMC4zYy0wLjQtMC4xLTAuNy0wLjMtMS0wLjRzLTAuNS0wLjMtMC43LTAuNWMtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjdTMTYsMTcuNSwxNiwxNy4yYzAtMC44LDAuMi0xLjUsMC43LTEuOXMxLjEtMC42LDEuOS0wLjZjMC40LDAsMC43LDAsMS4xLDAuMWMwLjMsMC4xLDAuNiwwLjIsMC44LDAuNGMwLjIsMC4yLDAuNCwwLjQsMC42LDAuN2MwLjEsMC4zLDAuMiwwLjYsMC4yLDF2MC4yaC0xLjdjMC0wLjQtMC4xLTAuNy0wLjItMC45Yy0wLjEtMC4yLTAuNC0wLjMtMC43LTAuM2MtMC4yLDAtMC40LDAtMC41LDAuMVMxOCwxNi4xLDE4LDE2LjJjLTAuMSwwLjEtMC4xLDAuMi0wLjIsMC4zYzAsMC4xLDAsMC4yLDAsMC40YzAsMC4zLDAuMSwwLjUsMC4yLDAuN2MwLjEsMC4yLDAuNCwwLjMsMC43LDAuNWwxLjMsMC42YzAuMywwLjEsMC42LDAuMywwLjgsMC40czAuNCwwLjMsMC41LDAuNXMwLjIsMC40LDAuMywwLjZjMCwwLjIsMC4xLDAuNSwwLjEsMC43YzAsMC45LTAuMywxLjYtMC44LDJjLTAuNSwwLjQtMS4zLDAuNi0yLjIsMC42Yy0xLDAtMS43LTAuMi0yLjEtMC42Yy0wLjQtMC40LTAuNi0xLTAuNi0xLjh2LTAuM2gxLjdWMjF6Ii8+PC9nPjwvZz48L3N2Zz4="); +} + +.e-filemanager .e-fe-css { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDI5IiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MzAiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0MzEiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDMwIiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xMC43LDE2LjNjLTAuMS0wLjMtMC40LTAuNC0wLjgtMC40Yy0wLjIsMC0wLjQsMC4xLTAuNSwwLjJjLTAuMSwwLjEtMC4yLDAuMy0wLjMsMC42cy0wLjEsMC42LTAuMiwxYzAsMC40LDAsMC45LDAsMS41YzAsMC42LDAsMS4yLDAuMSwxLjZzMC4xLDAuNywwLjIsMC45czAuMiwwLjQsMC4zLDAuNGMwLjEsMC4xLDAuMywwLjEsMC41LDAuMWMwLjIsMCwwLjMsMCwwLjQtMC4xYzAuMS0wLjEsMC4yLTAuMiwwLjMtMC4zYzAuMS0wLjIsMC4yLTAuNCwwLjItMC43YzAuMS0wLjMsMC4xLTAuNywwLjEtMS4xaDEuN2MwLDAuNSwwLDAuOS0wLjEsMS4zcy0wLjIsMC44LTAuNCwxLjFjLTAuMiwwLjMtMC41LDAuNi0wLjgsMC43Yy0wLjQsMC4yLTAuOCwwLjMtMS40LDAuM2MtMC42LDAtMS4yLTAuMS0xLjUtMC4zYy0wLjQtMC4yLTAuNy0wLjUtMC45LTAuOXMtMC4zLTAuOS0wLjQtMS40Yy0wLjEtMC41LTAuMS0xLjEtMC4xLTEuOGMwLTAuNiwwLTEuMiwwLjEtMS44YzAuMS0wLjUsMC4yLTEsMC40LTEuNGMwLjItMC40LDAuNS0wLjcsMC45LTAuOWMwLjQtMC4yLDAuOS0wLjMsMS41LTAuM2MwLjYsMCwxLjEsMC4xLDEuNSwwLjNjMC40LDAuMiwwLjYsMC41LDAuOCwwLjhzMC4zLDAuNiwwLjMsMWMwLDAuNCwwLjEsMC43LDAuMSwxaC0xLjdDMTAuOSwxNy4xLDEwLjgsMTYuNiwxMC43LDE2LjN6Ii8+PHBhdGggY2xhc3M9InN0NiIgZD0iTTE1LjEsMjFjMCwwLjIsMCwwLjQsMCwwLjVzMC4xLDAuMywwLjIsMC40YzAuMSwwLjEsMC4yLDAuMiwwLjQsMC4zYzAuMSwwLjEsMC4zLDAuMSwwLjYsMC4xYzAuMywwLDAuNS0wLjEsMC43LTAuM3MwLjMtMC40LDAuMy0wLjhjMC0wLjIsMC0wLjQtMC4xLTAuNXMtMC4xLTAuMy0wLjMtMC40Yy0wLjEtMC4xLTAuMy0wLjItMC41LTAuM2MtMC4yLTAuMS0wLjQtMC4yLTAuNy0wLjNjLTAuNC0wLjEtMC43LTAuMy0xLTAuNFMxNC4yLDE5LDE0LDE4LjhjLTAuMi0wLjItMC4zLTAuNC0wLjQtMC43cy0wLjEtMC42LTAuMS0wLjljMC0wLjgsMC4yLTEuNSwwLjctMS45czEuMS0wLjYsMS45LTAuNmMwLjQsMCwwLjcsMCwxLjEsMC4xYzAuMywwLjEsMC42LDAuMiwwLjgsMC40YzAuMiwwLjIsMC40LDAuNCwwLjYsMC43YzAuMSwwLjMsMC4yLDAuNiwwLjIsMXYwLjJoLTEuN2MwLTAuNC0wLjEtMC43LTAuMi0wLjljLTAuMS0wLjItMC40LTAuMy0wLjctMC4zYy0wLjIsMC0wLjQsMC0wLjUsMC4xcy0wLjIsMC4xLTAuMywwLjJjLTAuMSwwLjEtMC4xLDAuMi0wLjIsMC4zYzAsMC4xLDAsMC4yLDAsMC40YzAsMC4zLDAuMSwwLjUsMC4yLDAuN2MwLjEsMC4yLDAuNCwwLjMsMC43LDAuNWwxLjMsMC42YzAuMywwLjEsMC42LDAuMywwLjgsMC40czAuNCwwLjMsMC41LDAuNVMxOSwyMCwxOSwyMC4yYzAsMC4yLDAuMSwwLjUsMC4xLDAuN2MwLDAuOS0wLjMsMS42LTAuOCwyYy0wLjUsMC40LTEuMywwLjYtMi4yLDAuNmMtMSwwLTEuNy0wLjItMi4xLTAuNmMtMC40LTAuNC0wLjYtMS0wLjYtMS44di0wLjNoMS43VjIxeiIvPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0yMS4zLDIxYzAsMC4yLDAsMC40LDAsMC41czAuMSwwLjMsMC4yLDAuNGMwLjEsMC4xLDAuMiwwLjIsMC40LDAuM2MwLjEsMC4xLDAuMywwLjEsMC42LDAuMWMwLjMsMCwwLjUtMC4xLDAuNy0wLjNzMC4zLTAuNCwwLjMtMC44YzAtMC4yLDAtMC40LTAuMS0wLjVzLTAuMS0wLjMtMC4zLTAuNGMtMC4xLTAuMS0wLjMtMC4yLTAuNS0wLjNjLTAuMi0wLjEtMC40LTAuMi0wLjctMC4zYy0wLjQtMC4xLTAuNy0wLjMtMS0wLjRzLTAuNS0wLjMtMC43LTAuNWMtMC4yLTAuMi0wLjMtMC40LTAuNC0wLjdzLTAuMS0wLjYtMC4xLTAuOWMwLTAuOCwwLjItMS41LDAuNy0xLjlzMS4xLTAuNiwxLjktMC42YzAuNCwwLDAuNywwLDEuMSwwLjFjMC4zLDAuMSwwLjYsMC4yLDAuOCwwLjRjMC4yLDAuMiwwLjQsMC40LDAuNiwwLjdjMC4xLDAuMywwLjIsMC42LDAuMiwxdjAuMmgtMS43YzAtMC40LTAuMS0wLjctMC4yLTAuOWMtMC4xLTAuMi0wLjQtMC4zLTAuNy0wLjNjLTAuMiwwLTAuNCwwLTAuNSwwLjFzLTAuMiwwLjEtMC4zLDAuMmMtMC4xLDAuMS0wLjEsMC4yLTAuMiwwLjNjMCwwLjEsMCwwLjIsMCwwLjRjMCwwLjMsMC4xLDAuNSwwLjIsMC43YzAuMSwwLjIsMC40LDAuMywwLjcsMC41bDEuMywwLjZjMC4zLDAuMSwwLjYsMC4zLDAuOCwwLjRzMC40LDAuMywwLjUsMC41czAuMiwwLjQsMC4zLDAuNmMwLDAuMiwwLjEsMC41LDAuMSwwLjdjMCwwLjktMC4zLDEuNi0wLjgsMmMtMC41LDAuNC0xLjMsMC42LTIuMiwwLjZjLTEsMC0xLjctMC4yLTIuMS0wLjZjLTAuNC0wLjQtMC42LTEtMC42LTEuOHYtMC4zaDEuN1YyMXoiLz48L2c+PC9zdmc+"); +} + +.e-filemanager .e-fe-html { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDMyIiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MzMiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0MzQiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDMzIiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0yMC4xLDI0LjNsLTEuMy0xLjVsNS4xLTQuMmwtNS4xLTQuMmwxLjMtMS41bDYsNWMwLjIsMC4yLDAuNCwwLjUsMC40LDAuOHMtMC4xLDAuNi0wLjQsMC44TDIwLjEsMjQuM3oiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0NiIgZD0iTTEwLjgsMjQuM2wtNi01Yy0wLjItMC4yLTAuNC0wLjUtMC40LTAuOHMwLjEtMC42LDAuNC0wLjhsNi01bDEuMywxLjVMNywxOC41bDUuMSw0LjJMMTAuOCwyNC4zeiIvPjwvZz48Zz48cmVjdCB4PSI3LjMiIHk9IjE3LjUiIHRyYW5zZm9ybT0ibWF0cml4KDAuMjQyMiAtMC45NzAyIDAuOTcwMiAwLjI0MjIgLTYuMjAzMiAyOS4wNTgpIiBjbGFzcz0ic3Q2IiB3aWR0aD0iMTYuNSIgaGVpZ2h0PSIyIi8+PC9nPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-php { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDM1IiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MzYiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0MzciIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDM2IiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xMC4xLDE0LjhjMC40LDAsMC44LDAuMSwxLjEsMC4yYzAuMywwLjEsMC41LDAuMywwLjcsMC42YzAuMiwwLjIsMC4zLDAuNSwwLjQsMC44YzAuMSwwLjMsMC4xLDAuNiwwLjEsMC45YzAsMC40LTAuMSwwLjgtMC4yLDEuMmMtMC4xLDAuMy0wLjMsMC42LTAuNiwwLjhjLTAuMiwwLjItMC41LDAuNC0wLjksMC41Yy0wLjMsMC4xLTAuNywwLjItMS4xLDAuMkg4Ljh2My40SDd2LTguNkgxMC4xeiBNOS41LDE4LjdjMC4zLDAsMC42LTAuMSwwLjgtMC4zczAuMy0wLjUsMC4zLTFjMC0wLjQtMC4xLTAuOC0wLjMtMWMtMC4yLTAuMi0wLjUtMC4zLTAuOS0wLjNIOC44djIuNkg5LjV6Ii8+PHBhdGggY2xhc3M9InN0NiIgZD0iTTE1LDE0Ljh2My4zaDJ2LTMuM2gxLjd2OC42SDE3di0zLjhoLTJ2My44aC0xLjd2LTguNkgxNXoiLz48cGF0aCBjbGFzcz0ic3Q2IiBkPSJNMjMsMTQuOGMwLjQsMCwwLjgsMC4xLDEuMSwwLjJjMC4zLDAuMSwwLjUsMC4zLDAuNywwLjZjMC4yLDAuMiwwLjMsMC41LDAuNCwwLjhjMC4xLDAuMywwLjEsMC42LDAuMSwwLjljMCwwLjQtMC4xLDAuOC0wLjIsMS4yYy0wLjEsMC4zLTAuMywwLjYtMC42LDAuOGMtMC4yLDAuMi0wLjUsMC40LTAuOSwwLjVDMjMuNCwxOS45LDIzLDIwLDIyLjYsMjBoLTAuOXYzLjRoLTEuN3YtOC42SDIzeiBNMjIuNCwxOC43YzAuMywwLDAuNi0wLjEsMC44LTAuM3MwLjMtMC41LDAuMy0xYzAtMC40LTAuMS0wLjgtMC4zLTFjLTAuMi0wLjItMC41LTAuMy0wLjktMC4zaC0wLjd2Mi42SDIyLjR6Ii8+PC9nPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-exe { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDM4IiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0MzkiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0NDAiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDM5IiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xMS44LDE2LjJIOC44djJoMi45djEuNEg4LjhWMjJoMy4ydjEuNEg3di04LjZoNC44VjE2LjJ6Ii8+PHBhdGggY2xhc3M9InN0NiIgZD0iTTE0LjQsMTQuOGwxLjEsMi44bDEuMS0yLjhoMS45bC0yLDQuMmwyLjEsNC4zaC0xLjlsLTEuMi0yLjlsLTEuMiwyLjloLTEuOWwyLjEtNC4zbC0yLTQuMkgxNC40eiIvPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0yNCwxNi4ySDIxdjJoMi45djEuNEgyMVYyMmgzLjJ2MS40aC00Ljl2LTguNkgyNFYxNi4yeiIvPjwvZz48L3N2Zz4="); +} + +.e-filemanager .e-fe-msi { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDQxIiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0NDIiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0NDMiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDQyIiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik05LjYsMTQuOGwxLjIsNmgwbDEuMi02aDIuNnY4LjZoLTEuNnYtNi44aDBsLTEuNSw2LjhoLTEuM2wtMS41LTYuOGgwdjYuOEg3LjF2LTguNkg5LjZ6Ii8+PHBhdGggY2xhc3M9InN0NiIgZD0iTTE3LjMsMjFjMCwwLjIsMCwwLjQsMCwwLjVzMC4xLDAuMywwLjIsMC40YzAuMSwwLjEsMC4yLDAuMiwwLjQsMC4zYzAuMSwwLjEsMC4zLDAuMSwwLjYsMC4xYzAuMywwLDAuNS0wLjEsMC43LTAuM3MwLjMtMC40LDAuMy0wLjhjMC0wLjIsMC0wLjQtMC4xLTAuNXMtMC4xLTAuMy0wLjMtMC40Yy0wLjEtMC4xLTAuMy0wLjItMC41LTAuM2MtMC4yLTAuMS0wLjQtMC4yLTAuNy0wLjNjLTAuNC0wLjEtMC43LTAuMy0xLTAuNHMtMC41LTAuMy0wLjctMC41Yy0wLjItMC4yLTAuMy0wLjQtMC40LTAuN3MtMC4xLTAuNi0wLjEtMC45YzAtMC44LDAuMi0xLjUsMC43LTEuOXMxLjEtMC42LDEuOS0wLjZjMC40LDAsMC43LDAsMS4xLDAuMWMwLjMsMC4xLDAuNiwwLjIsMC44LDAuNGMwLjIsMC4yLDAuNCwwLjQsMC42LDAuN2MwLjEsMC4zLDAuMiwwLjYsMC4yLDF2MC4yaC0xLjdjMC0wLjQtMC4xLTAuNy0wLjItMC45Yy0wLjEtMC4yLTAuNC0wLjMtMC43LTAuM2MtMC4yLDAtMC40LDAtMC41LDAuMXMtMC4yLDAuMS0wLjMsMC4yYy0wLjEsMC4xLTAuMSwwLjItMC4yLDAuM2MwLDAuMSwwLDAuMiwwLDAuNGMwLDAuMywwLjEsMC41LDAuMiwwLjdjMC4xLDAuMiwwLjQsMC4zLDAuNywwLjVsMS4zLDAuNmMwLjMsMC4xLDAuNiwwLjMsMC44LDAuNHMwLjQsMC4zLDAuNSwwLjVzMC4yLDAuNCwwLjMsMC42YzAsMC4yLDAuMSwwLjUsMC4xLDAuN2MwLDAuOS0wLjMsMS42LTAuOCwyYy0wLjUsMC40LTEuMywwLjYtMi4yLDAuNmMtMSwwLTEuNy0wLjItMi4xLTAuNmMtMC40LTAuNC0wLjYtMS0wLjYtMS44di0wLjNoMS43VjIxeiIvPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0yMi4yLDE0LjhIMjR2OC42aC0xLjdWMTQuOHoiLz48L2c+PC9zdmc+"); +} + +.e-filemanager .e-fe-unknown { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDQ0IiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0NDUiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0NDYiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDQ1IiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxnPjxwb2x5Z29uIGNsYXNzPSJzdDYiIHBvaW50cz0iMTcuNSwyMiAxNC41LDIyIDE0LDEwIDE4LDEwICIvPjwvZz48Zz48Y2lyY2xlIGNsYXNzPSJzdDYiIGN4PSIxNiIgY3k9IjI2IiByPSIyIi8+PC9nPjwvZz48L3N2Zz4="); +} + +.e-filemanager .e-fe-rtf { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDQ3IiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0NCIgZD0iTTI3LjUsMzJoLTIzQzMuMSwzMiwyLDMwLjksMiwyOS41di0yN0MyLDEuMSwzLjEsMCw0LjUsMGgxNy4yTDMwLDguM3YyMS4yQzMwLDMwLjksMjguOSwzMiwyNy41LDMyeiBNNC41LDFDMy43LDEsMywxLjcsMywyLjV2MjdDMywzMC4zLDMuNywzMSw0LjUsMzFoMjNjMC44LDAsMS41LTAuNywxLjUtMS41VjguN0wyMS4zLDFINC41eiIvPjwvZz48Zz48cGF0aCBjbGFzcz0ic3Q1IiBkPSJNMjEuNSwwLjV2N2MwLDAuNiwwLjQsMSwxLDFoN0wyMS41LDAuNXoiLz48cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xMS4yLDE0LjhjMC43LDAsMS4zLDAuMiwxLjcsMC41YzAuNCwwLjQsMC42LDAuOSwwLjYsMS43YzAsMC42LTAuMSwxLTAuMywxLjRjLTAuMiwwLjQtMC42LDAuNi0xLjEsMC43djBjMC40LDAuMSwwLjcsMC4yLDAuOSwwLjRjMC4yLDAuMiwwLjMsMC42LDAuNCwxYzAsMC4yLDAsMC4zLDAsMC41YzAsMC4yLDAsMC40LDAsMC42YzAsMC41LDAsMC44LDAuMSwxYzAsMC4yLDAuMiwwLjQsMC4zLDAuNXYwLjFIMTJjLTAuMS0wLjEtMC4xLTAuMy0wLjItMC40YzAtMC4yLDAtMC4zLDAtMC41bDAtMS42YzAtMC4zLTAuMS0wLjYtMC4zLTAuOGMtMC4yLTAuMi0wLjQtMC4zLTAuOC0wLjNIOS44djMuNkg4di04LjZIMTEuMnogTTEwLjUsMTguNmMwLjQsMCwwLjctMC4xLDEtMC4zYzAuMi0wLjIsMC4zLTAuNSwwLjMtMWMwLTAuOC0wLjQtMS4yLTEuMi0xLjJIOS44djIuNUgxMC41eiIvPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0xOS41LDE2LjJoLTEuOXY3LjJoLTEuN3YtNy4ySDE0di0xLjRoNS41VjE2LjJ6Ii8+PHBhdGggY2xhc3M9InN0NiIgZD0iTTI1LDE0Ljh2MS40SDIydjJoMi45djEuNEgyMnYzLjdoLTEuN3YtOC42SDI1eiIvPjwvZz48L3N2Zz4="); +} + +.e-filemanager .e-fe-xml { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDQ4IiBkPSJNMjEuNSwwLjVoLTE3Yy0xLjEsMC0yLDAuOS0yLDJ2MjdjMCwxLjEsMC45LDIsMiwyaDIzYzEuMSwwLDItMC45LDItMnYtMjFMMjEuNSwwLjV6Ii8+PHBhdGggY2xhc3M9InN0NDkiIGQ9Ik0yNy41LDMyaC0yM0MzLjEsMzIsMiwzMC45LDIsMjkuNXYtMjdDMiwxLjEsMy4xLDAsNC41LDBoMTcuMkwzMCw4LjN2MjEuMkMzMCwzMC45LDI4LjksMzIsMjcuNSwzMnogTTQuNSwxQzMuNywxLDMsMS43LDMsMi41djI3QzMsMzAuMywzLjcsMzEsNC41LDMxaDIzYzAuOCwwLDEuNS0wLjcsMS41LTEuNVY4LjdMMjEuMywxSDQuNXoiLz48L2c+PGc+PHBhdGggY2xhc3M9InN0NTAiIGQ9Ik0yMS41LDAuNXY3YzAsMC42LDAuNCwxLDEsMWg3TDIxLjUsMC41eiIvPjxwYXRoIGNsYXNzPSJzdDQ5IiBkPSJNMjkuNSw5aC03QzIxLjcsOSwyMSw4LjMsMjEsNy41di03YzAtMC4yLDAuMS0wLjQsMC4zLTAuNWMwLjItMC4xLDAuNCwwLDAuNSwwLjFsOCw4QzMwLDguMywzMCw4LjUsMzAsOC43QzI5LjksOC45LDI5LjcsOSwyOS41LDl6IE0yMiwxLjd2NS44QzIyLDcuOCwyMi4yLDgsMjIuNSw4aDUuOEwyMiwxLjd6Ii8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik03LjcsMTQuOGwxLjEsMi44bDEuMS0yLjhoMS45bC0yLDQuMmwyLjEsNC4zSDEwbC0xLjItMi45bC0xLjIsMi45SDUuNkw3LjgsMTlsLTItNC4ySDcuN3oiLz48cGF0aCBjbGFzcz0ic3Q2IiBkPSJNMTUuMiwxNC44bDEuMiw2aDBsMS4yLTZoMi42djguNmgtMS42di02LjhoMGwtMS41LDYuOGgtMS4zbC0xLjUtNi44aDB2Ni44aC0xLjZ2LTguNkgxNS4yeiIvPjxwYXRoIGNsYXNzPSJzdDYiIGQ9Ik0yMS41LDE0LjhoMS43VjIyaDMuMXYxLjRoLTQuOFYxNC44eiIvPjwvZz48L3N2Zz4="); +} + +.e-filemanager .e-fe-folder { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGOTI5Mjt9LnN0MXtmaWxsOiNFODdFN0U7fS5zdDJ7ZmlsbDojRkZDM0MzO30uc3Qze2ZpbGw6IzkxRDRGRTt9LnN0NHtmaWxsOiM2M0E3RDM7fS5zdDV7ZmlsbDojQzFFN0ZGO30uc3Q2e2ZpbGw6I0ZGRkZGRjt9LnN0N3tmaWxsOiM4M0Q2Qjk7fS5zdDh7ZmlsbDojNDZDNjhDO30uc3Q5e2ZpbGw6I0JCRThEODt9LnN0MTB7ZmlsbDojRkVCMTdEO30uc3QxMXtmaWxsOiNERDk2NjY7fS5zdDEye2ZpbGw6I0ZFRDRCNzt9LnN0MTN7ZmlsbDojRjJBMkEyO30uc3QxNHtmaWxsOiNGMUM1QzU7fS5zdDE1e2ZpbGw6I0RCQjY2Mzt9LnN0MTZ7ZmlsbDojQ0VBMTUxO30uc3QxN3tmaWxsOiNFQkQ3QTk7fS5zdDE4e2ZpbGw6I0NFQ0VDRTt9LnN0MTl7ZmlsbDojQjdCN0I3O30uc3QyMHtmaWxsOiNFNEU0RTQ7fS5zdDIxe2ZpbGw6IzY1QUFEMTt9LnN0MjJ7ZmlsbDojRTU3QTdBO30uc3QyM3tmaWxsOiNFNkE2RTg7fS5zdDI0e2ZpbGw6I0Q2OEFENjt9LnN0MjV7ZmlsbDojRkZDQ0ZFO30uc3QyNntmaWxsOiM5OENFNUY7fS5zdDI3e2ZpbGw6IzhDQUYyQzt9LnN0Mjh7ZmlsbDojQzZFM0E3O30uc3QyOXtmaWxsOiNGRkI1Nzg7fS5zdDMwe2ZpbGw6I0VEOUY2NDt9LnN0MzF7ZmlsbDojRkZENkI1O30uc3QzMntmaWxsOiNGNEExRUY7fS5zdDMze2ZpbGw6I0REODdERDt9LnN0MzR7ZmlsbDojRjlDQkY2O30uc3QzNXtmaWxsOiNBOEEyRjQ7fS5zdDM2e2ZpbGw6Izg4ODVFODt9LnN0Mzd7ZmlsbDojQ0ZDQ0Y4O30uc3QzOHtmaWxsOiNCQ0JDQkM7fS5zdDM5e2ZpbGw6I0E4QThBODt9LnN0NDB7ZmlsbDojREFEQURBO30uc3Q0MXtmaWxsOiM3N0NDREI7fS5zdDQye2ZpbGw6IzREQkNDMTt9LnN0NDN7ZmlsbDojQjRFM0VCO30uc3Q0NHtmaWxsOiNGRkI3QTQ7fS5zdDQ1e2ZpbGw6I0Y2OUE3Qjt9LnN0NDZ7ZmlsbDojRkZEN0NEO30uc3Q0N3tmaWxsOiM3MUM4RjQ7fS5zdDQ4e2ZpbGw6IzhEQzk3Nzt9LnN0NDl7ZmlsbDojN0NBODUxO30uc3Q1MHtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO308L3N0eWxlPjxnPjxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yOS41LDI3LjVoLTI3Yy0xLjEsMC0yLTAuOS0yLTJ2LTE5YzAtMS4xLDAuOS0yLDItMmgxMC40bDMuNSwzLjFoMTMuMmMxLjEsMCwyLDAuOSwyLDJ2MTUuOUMzMS41LDI2LjYsMzAuNiwyNy41LDI5LjUsMjcuNXoiLz48cGF0aCBjbGFzcz0ic3Q0IiBkPSJNMjkuNSwyOGgtMjdDMS4xLDI4LDAsMjYuOSwwLDI1LjV2LTE5QzAsNS4xLDEuMSw0LDIuNSw0aDEwLjZsMy41LDMuMWgxM2MxLjQsMCwyLjUsMS4xLDIuNSwyLjV2MTUuOUMzMiwyNi45LDMwLjksMjgsMjkuNSwyOHogTTIuNSw1QzEuNyw1LDEsNS43LDEsNi41djE5QzEsMjYuMywxLjcsMjcsMi41LDI3aDI3YzAuOCwwLDEuNS0wLjcsMS41LTEuNVY5LjZjMC0wLjgtMC43LTEuNS0xLjUtMS41SDE2LjJMMTIuNyw1SDIuNXoiLz48L2c+PC9zdmc+"); +} + +.e-filemanager .e-fe-locked > .e-text-content .e-fe-folder, +.e-filemanager .e-fe-locked > .e-fe-grid-icon .e-fe-folder { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzREQkNDMTt9LnN0MXtmaWxsOiNGRjNFM0U7fS5zdDJ7ZmlsbDojMDA5MEQ4O30uc3Qze2ZpbGw6I0MzNzFCRDt9LnN0NHtmaWxsOiNGRjg2MkM7fS5zdDV7ZmlsbDojNzM3MUNDO30uc3Q2e2ZpbGw6IzRCNDg0Qzt9LnN0N3tmaWxsOiMyMjc5NEE7fS5zdDh7ZmlsbDojODJCQjIyO30uc3Q5e2ZpbGw6I0FBQUFBQTt9LnN0MTB7ZmlsbDojOTk5OTk5O30uc3QxMXtmaWxsOiM4MTgxODE7fS5zdDEye2ZpbGw6I0YzRjNGMzt9LnN0MTN7ZmlsbDojRkZGRkZGO30uc3QxNHtmaWxsOiNFQUVBRUE7fS5zdDE1e2ZpbGw6bm9uZTtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTZ7ZmlsbDojMDI3OUQ3O30uc3QxN3tvcGFjaXR5OjAuNTtmaWxsOiM5NDk0OTQ7fS5zdDE4e2ZpbGw6bm9uZTtzdHJva2U6IzAyNzlENztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTl7ZmlsbDojQzhDOEM4O30uc3QyMHtmaWxsOiMwNDdBRDY7fS5zdDIxe2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjJ7ZmlsbDpub25lO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyM3tmaWxsOm5vbmU7c3Ryb2tlOiNDNUM1QzU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI0e2ZpbGw6bm9uZTtzdHJva2U6I0QxNTczNztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjV7ZmlsbDojRDE1NzM3O30uc3QyNntmaWxsOm5vbmU7c3Ryb2tlOiNGRUZFRkU7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI3e2ZpbGw6I0Y1QkE5RTt9LnN0Mjh7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyOXtmaWxsOiNGRUZFRkU7fS5zdDMwe2ZpbGw6IzM4NjJBMTt9LnN0MzF7ZmlsbDpub25lO3N0cm9rZTojRDE1NzM3O3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzMntmaWxsOiMyQzdBNEY7fS5zdDMze2ZpbGw6bm9uZTtzdHJva2U6I0ZFRkVGRTtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MzR7ZmlsbDojRkZGRkZGO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzNXtmaWxsOm5vbmU7c3Ryb2tlOiM2RUFGREY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDM2e2ZpbGw6bm9uZTtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0Mzd7ZmlsbDojNkFCMEU1O30uc3QzOHtmaWxsOiNDNUM1QzU7fS5zdDM5e2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDB7ZmlsbDpub25lO3N0cm9rZTojRjVCQjlFO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MXtmaWxsOiM4NkJFQjc7fS5zdDQye2ZpbGw6IzZFQUZERjt9LnN0NDN7ZmlsbDojNkJCMEU1O30uc3Q0NHtmaWxsOm5vbmU7c3Ryb2tlOiM2QUFGRTU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1e2ZpbGw6IzZBQUZFNTt9LnN0NDZ7ZmlsbDojMDA3OEQ3O30uc3Q0N3tmaWxsOiNGRjkyOTI7fS5zdDQ4e2ZpbGw6I0U4N0U3RTt9LnN0NDl7ZmlsbDojRkZDM0MzO30uc3Q1MHtmaWxsOiM5MUQ0RkU7fS5zdDUxe2ZpbGw6IzYzQTdEMzt9LnN0NTJ7ZmlsbDojQzFFN0ZGO30uc3Q1M3tmaWxsOiM4M0Q2Qjk7fS5zdDU0e2ZpbGw6IzQ2QzY4Qzt9LnN0NTV7ZmlsbDojQkJFOEQ4O30uc3Q1NntmaWxsOiNGRUIxN0Q7fS5zdDU3e2ZpbGw6I0REOTY2Njt9LnN0NTh7ZmlsbDojRkVENEI3O30uc3Q1OXtmaWxsOiNGMkEyQTI7fS5zdDYwe2ZpbGw6I0YxQzVDNTt9LnN0NjF7ZmlsbDojREJCNjYzO30uc3Q2MntmaWxsOiNDRUExNTE7fS5zdDYze2ZpbGw6I0VCRDdBOTt9LnN0NjR7ZmlsbDojQ0VDRUNFO30uc3Q2NXtmaWxsOiNCN0I3Qjc7fS5zdDY2e2ZpbGw6I0U0RTRFNDt9LnN0Njd7ZmlsbDojNjVBQUQxO30uc3Q2OHtmaWxsOiNFNTdBN0E7fS5zdDY5e2ZpbGw6I0U2QTZFODt9LnN0NzB7ZmlsbDojRDY4QUQ2O30uc3Q3MXtmaWxsOiNGRkNDRkU7fS5zdDcye2ZpbGw6Izk4Q0U1Rjt9LnN0NzN7ZmlsbDojOENBRjJDO30uc3Q3NHtmaWxsOiNDNkUzQTc7fS5zdDc1e2ZpbGw6I0ZGQjU3ODt9LnN0NzZ7ZmlsbDojRUQ5RjY0O30uc3Q3N3tmaWxsOiNGRkQ2QjU7fS5zdDc4e2ZpbGw6I0Y0QTFFRjt9LnN0Nzl7ZmlsbDojREQ4N0REO30uc3Q4MHtmaWxsOiNGOUNCRjY7fS5zdDgxe2ZpbGw6I0E4QTJGNDt9LnN0ODJ7ZmlsbDojODg4NUU4O30uc3Q4M3tmaWxsOiNDRkNDRjg7fS5zdDg0e2ZpbGw6I0JDQkNCQzt9LnN0ODV7ZmlsbDojQThBOEE4O30uc3Q4NntmaWxsOiNEQURBREE7fS5zdDg3e2ZpbGw6Izc3Q0NEQjt9LnN0ODh7ZmlsbDojQjRFM0VCO30uc3Q4OXtmaWxsOiNGRkI3QTQ7fS5zdDkwe2ZpbGw6I0Y2OUE3Qjt9LnN0OTF7ZmlsbDojRkZEN0NEO30uc3Q5MntmaWxsOiM3MUM4RjQ7fS5zdDkze2ZpbGw6IzhEQzk3Nzt9LnN0OTR7ZmlsbDojN0NBODUxO30uc3Q5NXtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO30uc3Q5NntmaWxsOm5vbmU7c3Ryb2tlOiM2QkIwRTU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDk3e2ZpbGw6IzAwOEZFNzt9LnN0OTh7ZmlsbDojQTdEREZGO30uc3Q5OXtmaWxsOiMyRUI5ODg7fS5zdDEwMHtmaWxsOiM5MkVDQ0E7fS5zdDEwMXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEwMntmaWxsOiNGRDY2MDA7fS5zdDEwM3tmaWxsOiNGRkNEQUE7fS5zdDEwNHtmaWxsOiNGRkNDQ0I7fS5zdDEwNXtmaWxsOiNGMTAzMDA7fS5zdDEwNntmaWxsOiNFQ0VDRUM7fS5zdDEwN3tmaWxsOiNGMjlDMUY7fS5zdDEwOHtmaWxsOiNGRkVGQ0M7fS5zdDEwOXtmaWxsOiNEQ0RDRkY7fS5zdDExMHtmaWxsOiNENkQ2RDY7fS5zdDExMXtmaWxsOiNFOUZGQjg7fS5zdDExMntmaWxsOiNDNUVGRkY7fS5zdDExM3tmaWxsOiNDQUZGRTE7fS5zdDExNHtmaWxsOiNGRkNEQUI7fS5zdDExNXtmaWxsOiM4MjNBOUI7fS5zdDExNntmaWxsOiNFQ0JERkY7fS5zdDExN3tmaWxsOiNBRkVGRUQ7fS5zdDExOHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMTl7ZmlsbDojOEY4RjhGO30uc3QxMjB7b3BhY2l0eTowLjQ1O30uc3QxMjF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjJ7ZmlsbDojOTFENUZGO30uc3QxMjN7ZmlsbDojMjY5RkU5O30uc3QxMjR7ZmlsbDojOTQ5NDk0O30uc3QxMjV7ZmlsbDojRjVCQjlFO30uc3QxMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30uc3QxMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzZfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOF8pO30uc3QxMzB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwXyk7ZmlsbDojRkZFMkUyO30uc3QxMzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTRfKTt9LnN0MTMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Xyk7ZmlsbDojMzAzMDMwO30uc3QxMzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMThfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMF8pO30uc3QxMzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjJfKTtmaWxsOiNGRkZGRkY7fS5zdDEzNntvcGFjaXR5OjAuNDI7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTt9LnN0MTM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2Xyk7fS5zdDEzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwXyk7ZmlsbDpub25lO3N0cm9rZTojNjE2MTYxO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyXyk7fS5zdDE0MntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Xyk7fS5zdDE0NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyXyk7fS5zdDE0NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF80NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Xyk7fS5zdDE0OHtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDE0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MF8pO30uc3QxNTB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyXyk7ZmlsbDojRkZGRkZGO30uc3QxNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTRfKTt9LnN0MTUye29wYWNpdHk6MC4xODtjbGlwLXBhdGg6dXJsKCNTVkdJRF81Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4Xyk7fS5zdDE1NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyXyk7fS5zdDE1NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Xyk7fS5zdDE1OHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcwXyk7fS5zdDE2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83Ml8pO30uc3QxNjF7b3BhY2l0eTowLjE7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzRfKTtmaWxsOiNGRkZGRkY7fS5zdDE2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83Nl8pO30uc3QxNjN7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzhfKTtmaWxsOiNGRkZGRkY7fS5zdDE2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84Ml8pO30uc3QxNjV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODZfKTt9LnN0MTY3e29wYWNpdHk6MC43O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTJfKTt9LnN0MTY5e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2Xyk7fS5zdDE3MXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF85OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMl8pO30uc3QxNzN7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNl8pO30uc3QxNzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyXyk7fS5zdDE3N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2Xyk7fS5zdDE3OXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMThfKTtmaWxsOiNGRkZGRkY7fS5zdDE4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjJfKTt9LnN0MTgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNF8pO2ZpbGw6I0UwRERERDt9LnN0MTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNl8pO30uc3QxODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4Xyk7ZmlsbDojRTBEREREO30uc3QxODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwXyk7fS5zdDE4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzJfKTtmaWxsOiNFMEREREQ7fS5zdDE4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzRfKTt9LnN0MTg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNl8pO2ZpbGw6I0UwRERERDt9LnN0MTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOF8pO30uc3QxODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwXyk7ZmlsbDojRTBEREREO30uc3QxOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyXyk7fS5zdDE5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDRfKTtmaWxsOiNFMEREREQ7fS5zdDE5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDZfKTt9LnN0MTkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OF8pO2ZpbGw6I0UwRERERDt9LnN0MTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MF8pO30uc3QxOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyXyk7ZmlsbDojRTBEREREO30uc3QxOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Xyk7fS5zdDE5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTZfKTtmaWxsOiMyMTIxMjE7fS5zdDE5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNThfKTt9LnN0MTk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzYxNjE2MTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Ml8pO30uc3QyMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY0Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4Xyk7fS5zdDIwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzBfKTtmaWxsOiNGRkZGRkY7fS5zdDIwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzJfKTt9LnN0MjA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3Nl8pO30uc3QyMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwXyk7fS5zdDIwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODJfKTtmaWxsOiNGRkZGRkY7fS5zdDIxMHtvcGFjaXR5OjAuMjQ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4Nl8pO30uc3QyMTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwXyk7fS5zdDIxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTJfKTtmaWxsOiMzMDMwMzA7fS5zdDIxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTRfKTt9LnN0MjE2e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTZfKTtmaWxsOiNEOEQ4RDg7fS5zdDIxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOThfKTt9LnN0MjE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMl8pO30uc3QyMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA0Xyk7ZmlsbDojMzAzMDMwO30uc3QyMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA4Xyk7fS5zdDIyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjEyXyk7fS5zdDIyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTRfKTt9LnN0MjI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxNl8pO2ZpbGw6I0UwRERERDt9LnN0MjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxOF8pO30uc3QyMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjIwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIyMl8pO30uc3QyMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjI0Xyk7fS5zdDIzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjZfKTtmaWxsOiNFMEREREQ7fS5zdDIzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjhfKTt9LnN0MjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzMF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDIzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMzJfKTt9LnN0MjM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzNF8pO30uc3QyMzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM2Xyk7ZmlsbDojRTBEREREO30uc3QyMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM4Xyk7fS5zdDIzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjQyXyk7fS5zdDIzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDRfKTt9LnN0MjQwe29wYWNpdHk6MC44MjI4O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0OF8pO30uc3QyNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjUwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI1Ml8pO30uc3QyNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjU0Xyk7fS5zdDI0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNTZfKTtmaWxsOiNFMEREREQ7fS5zdDI0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNThfKTt9LnN0MjQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNjJfKTt9LnN0MjQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2NF8pO30uc3QyNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY2Xyk7ZmlsbDojRTBEREREO30uc3QyNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY4Xyk7fS5zdDI1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyNTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjcyXyk7fS5zdDI1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzRfKTt9LnN0MjU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3Nl8pO2ZpbGw6I0UwRERERDt9LnN0MjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3OF8pO30uc3QyNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjgwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI4Ml8pO30uc3QyNTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjg0Xyk7fS5zdDI2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODZfKTtmaWxsOiNFMEREREQ7fS5zdDI2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODhfKTt9LnN0MjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOTJfKTt9LnN0MjY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5NF8pO30uc3QyNjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk2Xyk7ZmlsbDojRTBEREREO30uc3QyNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk4Xyk7fS5zdDI2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDBfKTtmaWxsOiNGRjg2MkM7fS5zdDI2OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDJfKTt9LnN0MjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNl8pO30uc3QyNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzA4Xyk7ZmlsbDojRkZGRkZGO30uc3QyNzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzEwXyk7fS5zdDI3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTJfKTtmaWxsOiNGRkZGRkY7fS5zdDI3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTRfKTt9LnN0Mjc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxNl8pO2ZpbGw6I0ZGQ0RBQjt9LnN0Mjc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxOF8pO30uc3QyNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIwXyk7ZmlsbDojRkY4NjJDO30uc3QyNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIyXyk7fS5zdDI3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjRfKTtmaWxsOiNGRkZGRkY7fS5zdDI4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjZfKTt9LnN0Mjgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMzMF8pO30uc3QyODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzMyXyk7ZmlsbDojRkZGRkZGO30uc3QyODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzM0Xyk7fS5zdDI4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzZfKTtmaWxsOiNGRkNEQUI7fS5zdDI4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzhfKTt9LnN0Mjg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0MF8pO2ZpbGw6I0ZGODYyQzt9LnN0Mjg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0Ml8pO30uc3QyODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QyOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ2Xyk7fS5zdDI5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDI5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNTBfKTt9LnN0Mjkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1NF8pO30uc3QyOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU2Xyk7ZmlsbDojRkZDREFCO30uc3QyOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU4Xyk7fS5zdDI5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjBfKTtmaWxsOiM0QjQ4NEM7fS5zdDI5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjJfKTt9LnN0Mjk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Nl8pO30uc3QzMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzY4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzcwXyk7fS5zdDMwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzJfKTtmaWxsOiNGRkZGRkY7fS5zdDMwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzRfKTt9LnN0MzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3Nl8pO2ZpbGw6I0Q2RDZENjt9LnN0MzA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3OF8pO30uc3QzMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgwXyk7ZmlsbDojMkVCOTg4O30uc3QzMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgyXyk7fS5zdDMwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODRfKTtmaWxsOiM5MkVDQ0E7fS5zdDMxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODZfKTt9LnN0MzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM4OF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDMxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOTBfKTt9LnN0MzEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM5Ml8pO30uc3QzMTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk0Xyk7ZmlsbDojRkZGRkZGO30uc3QzMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk2Xyk7fS5zdDMxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOThfKTtmaWxsOiNGRkZGRkY7fS5zdDMxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MDBfKTt9LnN0MzE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwNF8pO30uc3QzMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA2Xyk7ZmlsbDojRkY4NjJDO30uc3QzMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA4Xyk7fS5zdDMyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDMyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTJfKTt9LnN0MzI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNl8pO30uc3QzMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDE4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDIwXyk7fS5zdDMyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjJfKTtmaWxsOiNBQUFBQUE7fS5zdDMyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjRfKTt9LnN0MzMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyNl8pO2ZpbGw6I0VDRUNFQzt9LnN0MzMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyOF8pO30uc3QzMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDMwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MzMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQzMl8pO30uc3QzMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDM0Xyk7fS5zdDMzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzZfKTtmaWxsOiNGRkZGRkY7fS5zdDMzNntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzhfKTt9LnN0MzM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0Ml8pO30uc3QzMzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ2Xyk7fS5zdDM0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NDhfKTtmaWxsOiMwMDkwRDg7fS5zdDM0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF80NTBfKTt9LnN0MzQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1NF8pO30uc3QzNDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU4Xyk7fS5zdDM0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjBfKTtmaWxsOiNGRkZGRkY7fS5zdDM0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjJfKTt9LnN0MzQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2NF8pO2ZpbGw6I0M1RUZGRjt9LnN0MzUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Nl8pO30uc3QzNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDY4Xyk7ZmlsbDojMjI3OTRBO30uc3QzNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDcwXyk7fS5zdDM1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzJfKTtmaWxsOiNGRkZGRkY7fS5zdDM1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzRfKTt9LnN0MzU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3OF8pO30uc3QzNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgwXyk7ZmlsbDojRkZGRkZGO30uc3QzNTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgyXyk7fS5zdDM1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODRfKTtmaWxsOiNDQUZGRTE7fS5zdDM2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODZfKTt9LnN0MzYxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ4OF8pO2ZpbGw6I0YyOUMxRjt9LnN0MzYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ5MF8pO30uc3QzNjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDkyXyk7ZmlsbDojRkZFRkNDO30uc3QzNjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk0Xyk7fS5zdDM2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80OTZfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QzNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk4Xyk7fS5zdDM2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MDBfKTt9LnN0MzY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwNF8pO30uc3QzNzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA4Xyk7fS5zdDM3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDM3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTJfKTt9LnN0Mzc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNl8pO30uc3QzNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTE4Xyk7ZmlsbDojRjEwMzAwO30uc3QzNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTIwXyk7fS5zdDM3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjJfKTtmaWxsOiNGRkNDQ0I7fS5zdDM3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjRfKTt9LnN0Mzgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyOF8pO30uc3QzODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMwXyk7ZmlsbDojRkZGRkZGO30uc3QzODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMyXyk7fS5zdDM4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzRfKTtmaWxsOiMwMDhGRTc7fS5zdDM4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzZfKTt9LnN0Mzg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUzOF8pO2ZpbGw6I0E3RERGRjt9LnN0Mzg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0MF8pO30uc3QzODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQyXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0Mzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0NF8pO30uc3QzOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQ2Xyk7fS5zdDM5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NDhfKTtmaWxsOiNGRkZGRkY7fS5zdDM5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81NTBfKTt9LnN0Mzkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1NF8pO30uc3QzOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU4Xyk7fS5zdDM5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjBfKTtmaWxsOiMzMDMwMzA7fS5zdDM5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjRfKTt9LnN0Mzk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2Nl8pO2ZpbGw6IzI4MjcyNzt9LnN0NDAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2OF8pO30uc3Q0MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcwXyk7ZmlsbDpub25lO3N0cm9rZTojNDE0MDQwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcyXyk7fS5zdDQwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzRfKTtmaWxsOiNEQURBREE7fS5zdDQwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzZfKTt9LnN0NDA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU3OF8pO2ZpbGw6I0RBREFEQTt9LnN0NDA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4MF8pO30uc3Q0MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTgyXyk7ZmlsbDojREFEQURBO30uc3Q0MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTg2Xyk7fS5zdDQwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81ODhfKTtmaWxsOiNEQURBREE7fS5zdDQxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81OTJfKTt9LnN0NDExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5OF8pO30uc3Q0MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjAwXyk7ZmlsbDojREFEQURBO30uc3Q0MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjA0Xyk7fS5zdDQxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MDZfKTtmaWxsOiNEQURBREE7fS5zdDQxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MTBfKTt9LnN0NDE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxMl8pO2ZpbGw6I0RBREFEQTt9LnN0NDE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxNl8pO30uc3Q0MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjE4Xyk7ZmlsbDojMjAxRjFGO30uc3Q0MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjIwXyk7fS5zdDQyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjJfKTtmaWxsOm5vbmU7c3Ryb2tlOiM0MTQwNDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjRfKTt9LnN0NDIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyNl8pO2ZpbGw6IzUxNEY0Rjt9LnN0NDI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyOF8pO30uc3Q0MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMwXyk7ZmlsbDojREFEQURBO30uc3Q0MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMyXyk7fS5zdDQyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzRfKTtmaWxsOiNEQURBREE7fS5zdDQyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzZfKTt9LnN0NDI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYzOF8pO2ZpbGw6I0RBREFEQTt9LnN0NDMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY0MF8pO30uc3Q0MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQyXyk7ZmlsbDojRkZGRkZGO30uc3Q0MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQ0Xyk7fS5zdDQzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDZfKTtmaWxsOiNEQURBREE7fS5zdDQzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDhfKTt9LnN0NDM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1MF8pO2ZpbGw6I0RBREFEQTt9LnN0NDM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1Ml8pO30uc3Q0Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU0Xyk7ZmlsbDojREFEQURBO30uc3Q0Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU2Xyk7fS5zdDQzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NThfKTtmaWxsOiNEQURBREE7fS5zdDQ0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NjBfKTt9LnN0NDQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Ml8pO2ZpbGw6I0RBREFEQTt9LnN0NDQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Nl8pO30uc3Q0NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjY4Xyk7ZmlsbDojNDE0MDQwO30uc3Q0NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjcwXyk7fS5zdDQ0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzJfKTtmaWxsOiMyMDFGMUY7fS5zdDQ0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzRfKTt9LnN0NDQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzQxNDA0MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3OF8pO30uc3Q0NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgwXyk7ZmlsbDojMjAxRjFGO30uc3Q0NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgyXyk7fS5zdDQ1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM5QTlBOUE7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODhfKTt9LnN0NDUze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTBfKTtmaWxsOiNEOEQ4RDg7fS5zdDQ1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTJfKTt9LnN0NDU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5Nl8pO30uc3Q0NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjk4Xyk7ZmlsbDojREFEQURBO30uc3Q0NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzAwXyk7fS5zdDQ1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDJfKTtmaWxsOiNEQURBREE7fS5zdDQ2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDZfKTt9LnN0NDYxe29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDhfKTtmaWxsOiNGRjg0ODQ7fS5zdDQ2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MTRfKTt9LnN0NDYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcxOF8pO30uc3Q0NjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzIyXyk7fS5zdDQ2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MzBfKTt9LnN0NDY3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzczNF8pO30uc3Q0Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzM4Xyk7fS5zdDQ2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDZfKTt9LnN0NDcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc1MF8pO30uc3Q0NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzU0Xyk7fS5zdDQ3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83NTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NThfKTt9LnN0NDc1e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjBfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjRfKTt9LnN0NDc3e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjZfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NzBfKTt9LnN0NDc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NDgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3NF8pO30uc3Q0ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc4Xyk7fS5zdDQ4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODBfKTtmaWxsOiM5NDk0OTQ7fS5zdDQ4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODJfKTt9LnN0NDg1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4NF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NDg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4Nl8pO30uc3Q0ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzg4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzkwXyk7fS5zdDQ4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTJfKTtmaWxsOiNDNUM1QzU7fS5zdDQ5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTRfKTt9LnN0NDkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NDkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5OF8pO30uc3Q0OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODAwXyk7ZmlsbDojOTQ5NDk0O30uc3Q0OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA0Xyk7fS5zdDQ5NXtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA2Xyk7ZmlsbDojRURGRjhGO30uc3Q0OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEwXyk7fS5zdDQ5N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEyXyk7ZmlsbDojRkZCMUIxO30uc3Q0OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODE2Xyk7fS5zdDQ5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MThfKTtmaWxsOiNGRkZGRkY7fS5zdDUwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MjBfKTt9LnN0NTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyNF8pO30uc3Q1MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI4Xyk7fS5zdDUwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzBfKTtmaWxsOiM5NDk0OTQ7fS5zdDUwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzJfKTt9LnN0NTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNl8pO30uc3Q1MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODM4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODQwXyk7fS5zdDUxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDJfKTtmaWxsOiNDNUM1QzU7fS5zdDUxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDRfKTt9LnN0NTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Nl8pO2ZpbGw6IzZFQUZERjt9LnN0NTE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0OF8pO30uc3Q1MTV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1MF8pO2ZpbGw6I0ZGODQ4NDt9LnN0NTE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1NF8pO30uc3Q1MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU2Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU4Xyk7fS5zdDUxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjBfKTtmaWxsOiNGMUVERUQ7fS5zdDUyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjJfKTt9LnN0NTIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2NF8pO2ZpbGw6I0RBRDhEODt9LnN0NTIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2Nl8pO30uc3Q1MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODY4Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODcwXyk7fS5zdDUyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzJfKTtmaWxsOiNCREJDQkM7fS5zdDUyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzRfKTt9LnN0NTI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3OF8pO30uc3Q1Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgwXyk7ZmlsbDojRUFFQUVBO30uc3Q1MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgyXyk7fS5zdDUzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODRfKTtmaWxsOiNCREJDQkM7fS5zdDUzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODZfKTt9LnN0NTMze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODhfKTtmaWxsOiNERUVDRjk7fS5zdDUzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84OTJfKTt9LnN0NTM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5Nl8pO30uc3Q1Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODk4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTAwXyk7fS5zdDUzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDJfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDRfKTt9LnN0NTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwNl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwOF8pO30uc3Q1NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEwXyk7ZmlsbDojQzVDNUM1O30uc3Q1NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEyXyk7fS5zdDU0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTRfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTZfKTt9LnN0NTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkxOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkyMl8pO30uc3Q1NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q1NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI2Xyk7fS5zdDU1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MjhfKTtmaWxsOiM5NDk0OTQ7fS5zdDU1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MzBfKTt9LnN0NTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzNF8pO30uc3Q1NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM4Xyk7fS5zdDU1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDBfKTtmaWxsOiNDNUM1QzU7fS5zdDU1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDJfKTt9LnN0NTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0NF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTYwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0Nl8pO30uc3Q1NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTQ4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTUwXyk7fS5zdDU2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTJfKTtmaWxsOiNDNUM1QzU7fS5zdDU2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTRfKTt9LnN0NTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTY2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1OF8pO30uc3Q1Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYwXyk7ZmlsbDojQzVDNUM1O30uc3Q1Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYyXyk7fS5zdDU2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjRfKTtmaWxsOiNDNUM1QzU7fS5zdDU3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjZfKTt9LnN0NTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk3MF8pO30uc3Q1NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTcyXyk7ZmlsbDojQzVDNUM1O30uc3Q1NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTc0Xyk7fS5zdDU3NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzZfKTtmaWxsOiNDNUM1QzU7fS5zdDU3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzhfKTt9LnN0NTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTc4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4Ml8pO30uc3Q1Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg0Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg2Xyk7fS5zdDU4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85ODhfKTtmaWxsOiNDNUM1QzU7fS5zdDU4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85OTBfKTt9LnN0NTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5Ml8pO2ZpbGw6I0M1QzVDNTt9LnN0NTg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5NF8pO30uc3Q1ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk4Xyk7fS5zdDU4N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDAwXyk7ZmlsbDojQzVDNUM1O30uc3Q1ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwMl8pO30uc3Q1ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwNF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDZfKTt9LnN0NTkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDhfKTtmaWxsOiMyQzdBNEY7fS5zdDU5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEwXyk7fS5zdDU5M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEyXyk7ZmlsbDojRkVGRUZFO30uc3Q1OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNF8pO30uc3Q1OTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTk2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMThfKTt9LnN0NTk3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMjBfKTtmaWxsOiNGMUVERUQ7fS5zdDU5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDIyXyk7fS5zdDU5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDI0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyNl8pO30uc3Q2MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyOF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzBfKTt9LnN0NjAze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzJfKTtmaWxsOiNGMUVERUQ7fS5zdDYwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM0Xyk7fS5zdDYwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAzOF8pO30uc3Q2MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA0MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDJfKTt9LnN0NjA5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDRfKTtmaWxsOiNGMUVERUQ7fS5zdDYxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ2Xyk7fS5zdDYxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1MF8pO30uc3Q2MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0NjE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTRfKTt9LnN0NjE1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTZfKTtmaWxsOiNGMUVERUQ7fS5zdDYxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDU4Xyk7fS5zdDYxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDYwXyk7ZmlsbDojREFEOEQ4O30uc3Q2MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2Ml8pO30uc3Q2MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2NF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjIwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjZfKTt9LnN0NjIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjhfKTtmaWxsOiNGMUVERUQ7fS5zdDYyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcwXyk7fS5zdDYyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcyXyk7ZmlsbDojREFEOEQ4O30uc3Q2MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3NF8pO30uc3Q2MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNzhfKTt9LnN0NjI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwODBfKTtmaWxsOiNGMUVERUQ7fS5zdDYyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDgyXyk7fS5zdDYyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDg0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Nl8pO30uc3Q2MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTBfKTt9LnN0NjMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTJfKTtmaWxsOiNGMUVERUQ7fS5zdDYzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk0Xyk7fS5zdDYzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA5OF8pO30uc3Q2Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEwMF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDJfKTt9LnN0NjM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDRfKTtmaWxsOiNGMUVERUQ7fS5zdDY0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA2Xyk7fS5zdDY0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMF8pO30uc3Q2NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTRfKTt9LnN0NjQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTZfKTtmaWxsOiNGMUVERUQ7fS5zdDY0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTE4Xyk7fS5zdDY0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTIwXyk7ZmlsbDojREFEOEQ4O30uc3Q2NDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyMl8pO30uc3Q2NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyNF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjZfKTt9LnN0NjUxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjhfKTtmaWxsOiNGMUVERUQ7fS5zdDY1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMwXyk7fS5zdDY1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMyXyk7ZmlsbDojREFEOEQ4O30uc3Q2NTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNF8pO30uc3Q2NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMzhfKTt9LnN0NjU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNDBfKTtmaWxsOiNGMUVERUQ7fS5zdDY1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQyXyk7fS5zdDY1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQ0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Nl8pO30uc3Q2NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTBfKTt9LnN0NjYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTJfKTtmaWxsOiNGMUVERUQ7fS5zdDY2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU0Xyk7fS5zdDY2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE1OF8pO30uc3Q2Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjJfKTt9LnN0NjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjRfKTtmaWxsOiNGMUVERUQ7fS5zdDY3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY2Xyk7fS5zdDY3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3MF8pO30uc3Q2NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0Njc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzRfKTt9LnN0Njc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzZfKTtmaWxsOiNGMUVERUQ7fS5zdDY3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTc4Xyk7fS5zdDY3N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTgwXyk7ZmlsbDojREFEOEQ4O30uc3Q2Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4Ml8pO30uc3Q2Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4NF8pO2ZpbGw6I0JEQkNCQzt9LnN0Njgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODZfKTt9LnN0Njgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODhfKTtmaWxsOiNGMUVERUQ7fS5zdDY4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkwXyk7fS5zdDY4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkyXyk7ZmlsbDojREFEOEQ4O30uc3Q2ODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5NF8pO30uc3Q2ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Njg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExOThfKTt9LnN0Njg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMDBfKTtmaWxsOiM5NDk0OTQ7fS5zdDY4OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjAyXyk7fS5zdDY4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjA0Xyk7ZmlsbDojOTQ5NDk0O30uc3Q2OTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwNl8pO30uc3Q2OTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0Njkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTBfKTt9LnN0Njkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDY5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE0Xyk7fS5zdDY5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE2Xyk7ZmlsbDojQzVDNUM1O30uc3Q2OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIxOF8pO30uc3Q2OTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIyMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Njk4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjJfKTt9LnN0Njk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjRfKTtmaWxsOiM5NDk0OTQ7fS5zdDcwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI2Xyk7fS5zdDcwMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMF8pO30uc3Q3MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMl8pO2ZpbGw6Izk5OTk5OTt9LnN0NzA0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzRfKTt9LnN0NzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzZfKTtmaWxsOiNFQUVBRUE7fS5zdDcwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjM4Xyk7fS5zdDcwN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjQwXyk7ZmlsbDojNkJCMEU1O30uc3Q3MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0Ml8pO30uc3Q3MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0NF8pO2ZpbGw6Izk5OTk5OTt9LnN0NzEwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDZfKTt9LnN0NzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDhfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUwXyk7fS5zdDcxM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUyXyk7ZmlsbDojQzhDOEM4O30uc3Q3MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1NF8pO30uc3Q3MTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1Nl8pO2ZpbGw6I0M4QzhDODt9LnN0NzE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNThfKTt9LnN0NzE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjYyXyk7fS5zdDcxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjY0Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2Nl8pO30uc3Q3MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzBfKTt9LnN0NzIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzJfKTtmaWxsOiNDNUM1QzU7fS5zdDcyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc0Xyk7fS5zdDcyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc2Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI3OF8pO30uc3Q3Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODJfKTt9LnN0NzI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODRfKTtmaWxsOiNDNUM1QzU7fS5zdDczMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg2Xyk7fS5zdDczMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5MF8pO30uc3Q3MzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTRfKTt9LnN0NzM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTZfKTtmaWxsOiM5NDk0OTQ7fS5zdDczNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjk4Xyk7fS5zdDczN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzAwXyk7ZmlsbDojRkZGRkZGO30uc3Q3Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwMl8pO30uc3Q3Mzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NzQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDZfKTt9LnN0NzQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDhfKTtmaWxsOiNGRkZGRkY7fS5zdDc0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEwXyk7fS5zdDc0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEyXyk7ZmlsbDojQzhDOEM4O30uc3Q3NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNF8pO30uc3Q3NDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzQ2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMThfKTt9LnN0NzQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDc0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzIyXyk7fS5zdDc0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyNl8pO30uc3Q3NTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyOF8pO2ZpbGw6I0M4QzhDODt9LnN0NzUye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzBfKTt9LnN0NzUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzJfKTtmaWxsOiNGRkZGRkY7fS5zdDc1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM0Xyk7fS5zdDc1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM2Xyk7ZmlsbDojQzhDOEM4O30uc3Q3NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMzOF8pO30uc3Q3NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDJfKTt9LnN0NzU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDRfKTtmaWxsOiNDOEM4Qzg7fS5zdDc2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ2Xyk7fS5zdDc2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1MF8pO30uc3Q3NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1Ml8pO2ZpbGw6I0M4QzhDODt9LnN0NzY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTRfKTt9LnN0NzY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTZfKTtmaWxsOiNGRkZGRkY7fS5zdDc2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzU4Xyk7fS5zdDc2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzYwXyk7ZmlsbDojQzhDOEM4O30uc3Q3Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2Ml8pO30uc3Q3Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjZfKTt9LnN0Nzcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjhfKTtmaWxsOiNDOEM4Qzg7fS5zdDc3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcwXyk7fS5zdDc3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcyXyk7ZmlsbDojRkZGRkZGO30uc3Q3NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3NF8pO30uc3Q3NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3Nl8pO2ZpbGw6I0M4QzhDODt9LnN0Nzc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNzhfKTt9LnN0Nzc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzODBfKTtmaWxsOiNGRkZGRkY7fS5zdDc3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzgyXyk7fS5zdDc3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzg0Xyk7ZmlsbDojQzhDOEM4O30uc3Q3ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4Nl8pO30uc3Q3ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTBfKTt9LnN0Nzgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDc4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk0Xyk7fS5zdDc4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q3ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM5OF8pO30uc3Q3ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDJfKTt9LnN0Nzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDRfKTtmaWxsOiNDNUM1QzU7fS5zdDc5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA2Xyk7fS5zdDc5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMF8pO30uc3Q3OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMl8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTRfKTt9LnN0Nzk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTZfKTtmaWxsOiNDNUM1QzU7fS5zdDc5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDE4Xyk7fS5zdDc5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDIwXyk7ZmlsbDojMDI3OUQ3O30uc3Q3OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyMl8pO30uc3Q3OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyNF8pO2ZpbGw6IzZBQUZFNTt9LnN0ODAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjZfKTt9LnN0ODAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjhfKTtmaWxsOiM2QUFGRTU7fS5zdDgwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMwXyk7fS5zdDgwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMyXyk7ZmlsbDojQzVDNUM1O30uc3Q4MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNF8pO30uc3Q4MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNl8pO2ZpbGw6IzZBQUZFNTt9LnN0ODA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MzhfKTt9LnN0ODA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NDBfKTtmaWxsOiMwMDc4RDc7fS5zdDgwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQyXyk7fS5zdDgwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQ0Xyk7ZmlsbDojMzAzMDMwO30uc3Q4MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ0OF8pO30uc3Q4MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ1MF8pO2ZpbGw6IzFBMUExQTt9LnN0ODEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTJfKTt9LnN0ODEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM1MDUwNTA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU2Xyk7fS5zdDgxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2MF8pO30uc3Q4MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY2Xyk7fS5zdDgyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3MF8pO30uc3Q4MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NzRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc2Xyk7fS5zdDgyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4MF8pO30uc3Q4Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg2Xyk7fS5zdDgzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg4Xyk7ZmlsbDojMDA3MEYwO30uc3Q4MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5MF8pO30uc3Q4MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0ODMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTRfKTt9LnN0ODM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTZfKTtmaWxsOiM5MUQ1RkY7fS5zdDgzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDk4Xyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMF8pO30uc3Q4Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMl8pO2ZpbGw6IzM5MzkzOTt9LnN0ODM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDRfKTt9LnN0ODM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTA4Xyk7fS5zdDg0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTEwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUxMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTRfKTt9LnN0ODQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTE4Xyk7fS5zdDg0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTIwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjRfKTt9LnN0ODQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTI4Xyk7fS5zdDg1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTMwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUzMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzRfKTt9LnN0ODU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTM4Xyk7fS5zdDg1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDRfKTt9LnN0ODU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDZfKTtmaWxsOiM0ODQ4NDg7fS5zdDg2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQ4Xyk7fS5zdDg2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTUwXyk7ZmlsbDojMUExQTFBO30uc3Q4NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1Ml8pO30uc3Q4NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzQ4NDg0ODtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NTZfKTt9LnN0ODY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NThfKTtmaWxsOiMxQTFBMUE7fS5zdDg2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYwXyk7fS5zdDg2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYyXyk7ZmlsbDpub25lO3N0cm9rZTojNzY3Njc2O3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2Nl8pO30uc3Q4Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2OF8pO2ZpbGw6IzkxRDVGRjt9LnN0ODcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTcyXyk7fS5zdDg3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTc0Xyk7ZmlsbDojOTFENUZGO30uc3Q4NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzhfKTt9LnN0ODc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODBfKTtmaWxsOiM5MUQ1RkY7fS5zdDg3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTgyXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Nzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4NF8pO30uc3Q4Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4Nl8pO2ZpbGw6IzkxRDVGRjt9LnN0ODc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODhfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkwXyk7fS5zdDg4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkyXyk7ZmlsbDojOTFENUZGO30uc3Q4ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU5NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OTZfKTt9LnN0ODg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OThfKTtmaWxsOiM5MUQ1RkY7fS5zdDg4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjAwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwNF8pO30uc3Q4ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwOF8pO30uc3Q4ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxMl8pO30uc3Q4ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxNF8pO2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjBfKTt9LnN0ODkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjRfKTt9LnN0ODkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjhfKTt9LnN0ODkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjM2Xyk7fS5zdDg5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQwXyk7fS5zdDg5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ0Xyk7fS5zdDg5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ2Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1MF8pO30uc3Q4OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1Ml8pO2ZpbGw6I0ZGQjU3ODt9LnN0OTAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTRfKTt9LnN0OTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTZfKTtmaWxsOiNFRDlGNjQ7fS5zdDkwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjU4Xyk7fS5zdDkwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjYwXyk7ZmlsbDojRkZENkI1O30uc3Q5MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2Ml8pO30uc3Q5MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2NF8pO2ZpbGw6I0VEOUY2NDt9LnN0OTA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjZfKTt9LnN0OTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjhfKTtmaWxsOiNGRkZGRkY7fS5zdDkwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcwXyk7fS5zdDkwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcyXyk7ZmlsbDojRkZGRkZGO30uc3Q5MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3NF8pO30uc3Q5MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODBfKTt9LnN0OTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODJfKTtmaWxsOiNGRkI1Nzg7fS5zdDkxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg0Xyk7fS5zdDkxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg2Xyk7ZmlsbDojRUQ5RjY0O30uc3Q5MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4OF8pO30uc3Q5MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY5MF8pO2ZpbGw6I0ZGRDZCNTt9LnN0OTE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTJfKTt9LnN0OTE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTRfKTtmaWxsOiNFRDlGNjQ7fS5zdDkyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk2Xyk7fS5zdDkyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk4Xyk7ZmlsbDojRkZGRkZGO30uc3Q5MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMF8pO30uc3Q5MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDRfKTt9LnN0OTI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDZfKTtmaWxsOiNGRkZGRkY7fS5zdDkyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEwXyk7fS5zdDkyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEyXyk7ZmlsbDojQ0VDRUNFO30uc3Q5Mjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNF8pO30uc3Q5Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNl8pO2ZpbGw6I0I3QjdCNzt9LnN0OTMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MThfKTt9LnN0OTMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MjBfKTtmaWxsOiNFNEU0RTQ7fS5zdDkzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzIyXyk7fS5zdDkzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzI0Xyk7ZmlsbDojQjdCN0I3O30uc3Q5MzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyNl8pO30uc3Q5MzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzBfKTt9LnN0OTM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzJfKTtmaWxsOiNGRkZGRkY7fS5zdDkzOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM0Xyk7fS5zdDkzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5NDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0MF8pO30uc3Q5NDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0Ml8pO2ZpbGw6IzcxQzhGNDt9LnN0OTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDRfKTt9LnN0OTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDZfKTtmaWxsOiM2M0E3RDM7fS5zdDk0NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzQ4Xyk7fS5zdDk0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzUwXyk7ZmlsbDojQzFFN0ZGO30uc3Q5NDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1Ml8pO30uc3Q5NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1NF8pO2ZpbGw6IzYzQTdEMzt9LnN0OTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NTZfKTt9LnN0OTQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NThfKTtmaWxsOiNGRkZGRkY7fS5zdDk1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYwXyk7fS5zdDk1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYyXyk7ZmlsbDojRkZGRkZGO30uc3Q5NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2NF8pO30uc3Q5NTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzBfKTt9LnN0OTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzJfKTtmaWxsOiM4REM5Nzc7fS5zdDk1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc0Xyk7fS5zdDk1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc2Xyk7ZmlsbDojN0NBODUxO30uc3Q5NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc3OF8pO30uc3Q5NTl7b3BhY2l0eTowLjQ1O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3ODBfKTtmaWxsOiNGRkZGRkY7fS5zdDk2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzgyXyk7fS5zdDk2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzg0Xyk7ZmlsbDojN0NBODUxO30uc3Q5NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Nl8pO30uc3Q5NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTBfKTt9LnN0OTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTJfKTtmaWxsOiNGRkZGRkY7fS5zdDk2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk0Xyk7fS5zdDk2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMF8pO30uc3Q5Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMl8pO2ZpbGw6I0RCQjY2Mzt9LnN0OTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDRfKTt9LnN0OTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDZfKTtmaWxsOiNDRUExNTE7fS5zdDk3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODA4Xyk7fS5zdDk3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODEwXyk7ZmlsbDojRUJEN0E5O30uc3Q5NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxMl8pO30uc3Q5NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxNF8pO2ZpbGw6I0NFQTE1MTt9LnN0OTc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MTZfKTt9LnN0OTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MThfKTtmaWxsOiNGRkZGRkY7fS5zdDk3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIwXyk7fS5zdDk3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIyXyk7ZmlsbDojRkZGRkZGO30uc3Q5ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNF8pO30uc3Q5ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MjhfKTt9LnN0OTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MzBfKTtmaWxsOiNGRkZGRkY7fS5zdDk4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM0Xyk7fS5zdDk4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM2Xyk7ZmlsbDojODNENkI5O30uc3Q5ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgzOF8pO30uc3Q5ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0MF8pO2ZpbGw6IzQ2QzY4Qzt9LnN0OTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDJfKTt9LnN0OTg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDRfKTtmaWxsOiNCQkU4RDg7fS5zdDk5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ2Xyk7fS5zdDk5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ4Xyk7ZmlsbDojNDZDNjhDO30uc3Q5OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1MF8pO30uc3Q5OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTRfKTt9LnN0OTk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTZfKTtmaWxsOiNGRkZGRkY7fS5zdDk5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODU4Xyk7fS5zdDk5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODYwXyk7ZmlsbDojRkZGRkZGO30uc3Q5OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2NF8pO30uc3Q5OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODY4Xyk7fS5zdDEwMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODcyXyk7fS5zdDEwMDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODc2Xyk7fS5zdDEwMDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3OF8pO2ZpbGw6IzEzMTMxMzt9LnN0MTAwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODgwXyk7fS5zdDEwMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzUwNTA1MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg0Xyk7fS5zdDEwMDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg4Xyk7fS5zdDEwMTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODkyXyk7fS5zdDEwMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODk4Xyk7fS5zdDEwMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwMF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTA0Xyk7fS5zdDEwMTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwNl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTEwXyk7fS5zdDEwMTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTE2Xyk7fS5zdDEwMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxOF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTIwXyk7fS5zdDEwMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI0Xyk7ZmlsbDpub25lO3N0cm9rZTojNTA1MDUwO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI2Xyk7fS5zdDEwMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyOF8pO2ZpbGw6IzM5MzkzOTt9LnN0MTAyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTMyXyk7fS5zdDEwMjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzNF8pO2ZpbGw6I0JDQkNCQzt9LnN0MTAyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTM2Xyk7fS5zdDEwMzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzOF8pO2ZpbGw6I0E4QThBODt9LnN0MTAzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQwXyk7fS5zdDEwMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Ml8pO2ZpbGw6I0RBREFEQTt9LnN0MTAzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ0Xyk7fS5zdDEwMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Nl8pO2ZpbGw6I0E4QThBODt9LnN0MTAzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ4Xyk7fS5zdDEwMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTUyXyk7fS5zdDEwMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTU2Xyk7fS5zdDEwNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTA0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTYwXyk7fS5zdDEwNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Ml8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY0Xyk7fS5zdDEwNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Nl8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY4Xyk7fS5zdDEwNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3MF8pO2ZpbGw6IzAwNzBGMDt9LnN0MTA0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc0Xyk7fS5zdDEwNDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3Nl8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc4Xyk7fS5zdDEwNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4MF8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTgyXyk7fS5zdDEwNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTA1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTg2Xyk7fS5zdDEwNTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4OF8pO2ZpbGw6I0ZGRTc5Mjt9LnN0MTA1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTkwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMDU2e2ZpbGw6I0ZCRDEzRjt9LnN0MTA1N3tmaWxsOiNFMkI3MzA7fS5zdDEwNTh7ZmlsbDojRkZFNzkyO30uc3QxMDU5e2ZpbGw6IzVCQzFGRjt9LnN0MTA2MHtmaWxsOiNFMEREREQ7fS5zdDEwNjF7ZmlsbDojNkQ2RDZEO30uc3QxMDYye2ZpbGw6IzJDOTZEMTt9LnN0MTA2M3tmaWxsOiMxMjlCRTA7fS5zdDEwNjR7ZmlsbDojQTNBM0EzO30uc3QxMDY1e2ZpbGw6I0Q2QTUxRDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QxMDYyIiBkPSJNMjkuOSwxOEgyOHYtMy40YzAtMC45LTAuNy0xLjYtMS42LTEuNmgtMy44Yy0wLjksMC0xLjYsMC43LTEuNiwxLjZWMThoLTEuOWMtMC42LDAtMS4xLDAuNS0xLjEsMS4xdjcuOWMwLDAuNiwwLjUsMS4xLDEuMSwxLjFoMTAuOWMwLjYsMCwxLjEtMC41LDEuMS0xLjF2LTcuOUMzMSwxOC41LDMwLjUsMTgsMjkuOSwxOHogTTIyLjUsMTRoMy45YzAuMywwLDAuNSwwLjIsMC41LDAuNVYxOGgtNXYtMy41QzIyLDE0LjIsMjIuMiwxNCwyMi41LDE0eiIvPjxyZWN0IHg9IjIzIiB5PSIxNSIgY2xhc3M9InN0NTAiIHdpZHRoPSIzIiBoZWlnaHQ9IjIiLz48Zz48cGF0aCBjbGFzcz0ic3Q1MCIgZD0iTTE3LDI2Ljl2LTcuOWMwLTEuMSwwLjktMi4xLDIuMS0yLjFIMjB2LTIuNGMwLTEuNCwxLjItMi42LDIuNi0yLjZoMy44YzEuNCwwLDIuNiwxLjIsMi42LDIuNlYxN2gwLjljMC42LDAsMS4yLDAuMywxLjYsMC43VjkuNmMwLTEuMS0wLjktMi0yLTJIMTYuM2wtMy41LTMuMUgyLjVjLTEuMSwwLTIsMC45LTIsMnYxOWMwLDEuMSwwLjksMiwyLDJoMTQuNkMxNywyNy4zLDE3LDI3LjEsMTcsMjYuOXoiLz48cmVjdCB4PSIyMyIgeT0iMTUiIGNsYXNzPSJzdDUwIiB3aWR0aD0iMyIgaGVpZ2h0PSIyIi8+PC9nPjxwYXRoIGNsYXNzPSJzdDUxIiBkPSJNMjkuNSw3LjFoLTEzTDEzLjEsNEgyLjVDMS4xLDQsMCw1LjEsMCw2LjV2MTlDMCwyNi45LDEuMSwyOCwyLjUsMjhoMTQuOGMtMC4yLTAuMy0wLjMtMC42LTAuMy0xSDIuNUMxLjcsMjcsMSwyNi4zLDEsMjUuNXYtMTlDMSw1LjcsMS43LDUsMi41LDVoMTAuMmwzLjUsMy4xaDEzLjNjMC44LDAsMS41LDAuNywxLjUsMS41djcuN2MwLjYsMC40LDEsMSwxLDEuOFY5LjZDMzIsOC4zLDMwLjksNy4xLDI5LjUsNy4xeiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-address .e-address-list-item .e-icons::before { + content: '\e76a'; +} + +.e-filemanager .e-fe-open::before, +.e-fe-popup .e-fe-open::before { + content: '\e70f'; +} + +.e-filemanager .e-fe-cut::before, +.e-fe-popup .e-fe-cut::before { + content: '\e73f'; +} + +.e-filemanager .e-fe-copy::before, +.e-fe-popup .e-fe-copy::before { + content: '\e77b'; +} + +.e-filemanager .e-fe-paste::before, +.e-fe-popup .e-fe-paste::before { + content: '\e739'; +} + +.e-filemanager .e-fe-delete::before, +.e-fe-popup .e-fe-delete::before { + content: '\e773'; +} + +.e-filemanager .e-fe-rename::before, +.e-fe-popup .e-fe-rename::before { + content: '\e751'; +} + +.e-filemanager .e-fe-newfolder::before, +.e-fe-popup .e-fe-newfolder::before { + content: '\e76e'; +} + +.e-filemanager .e-fe-refresh::before, +.e-fe-popup .e-fe-refresh::before { + content: '\e710'; +} + +.e-filemanager .e-fe-upload::before, +.e-fe-popup .e-fe-upload::before { + content: '\e769'; +} + +.e-filemanager .e-fe-download::before, +.e-fe-popup .e-fe-download::before { + content: '\e75d'; +} + +.e-filemanager .e-fe-grid::before, +.e-fe-popup .e-fe-grid::before { + content: '\e72a'; +} + +.e-filemanager .e-fe-large::before, +.e-fe-popup .e-fe-large::before { + content: '\e717'; +} + +.e-filemanager .e-fe-select::before, +.e-fe-popup .e-fe-select::before { + content: '\e77d'; +} + +.e-filemanager .e-fe-details::before, +.e-fe-popup .e-fe-details::before { + content: '\e729'; +} + +.e-filemanager .e-fe-sort::before, +.e-fe-popup .e-fe-sort::before { + content: '\e741'; +} + +.e-filemanager .e-fe-search::before, +.e-fe-popup .e-fe-search::before { + content: '\e724'; +} + +.e-filemanager .e-fe-clear::before, +.e-fe-popup .e-fe-clear::before { + content: '\e745'; +} + +.e-filemanager .e-fe-breadcrumb::before, +.e-fe-popup .e-fe-breadcrumb::before { + content: '\e71b'; +} + +.e-filemanager .e-fe-drop-in::before, +.e-fe-popup .e-fe-drop-in::before { + content: '\e755'; +} + +.e-filemanager .e-fe-drop-out::before, +.e-fe-popup .e-fe-drop-out::before { + content: '\e7e8'; +} + +.e-filemanager .e-fe-no-drop::before, +.e-fe-popup .e-fe-no-drop::before { + content: '\e797'; +} + +.e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before, +.e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before { + content: '\e781'; +} + +.e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before, +.e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before { + content: '\e781'; +} + +.e-filemanager.e-fe-m-filter .e-fe-search::before, +.e-fe-popup.e-fe-m-filter .e-fe-search::before { + content: '\e728'; +} + +.e-fe-popup .e-fe-dot::before { + content: '\e718'; +} + +.e-fe-popup .e-fe-tick::before { + content: '\e718'; +} + +ejs-filemanager { + display: block; +} + +.e-filemanager { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + position: relative; +} + +.e-filemanager .e-blur { + opacity: .5; +} + +.e-filemanager .e-display-none { + display: none; +} + +.e-filemanager.e-fe-drop, +.e-filemanager.e-fe-drop .e-treeview .e-text-content, +.e-filemanager.e-fe-drop .e-treeview .e-fullrow, +.e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text, +.e-filemanager.e-fe-drop .e-grid .e-columnheader { + cursor: grab; +} + +.e-filemanager.e-no-drop { + cursor: no-drop; +} + +.e-filemanager .e-toolbar { + border-bottom-style: solid; + border-width: 0 0 1px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn { + border: 0; + box-shadow: none; + font-weight: 400; + height: calc(100% - 2px); + padding: 1px 2.5px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons:not(.e-icon-left):not(.e-icon-right) { + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret { + font-size: 8px; + padding: 0 8px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-tbar-btn-text.e-tbar-ddb-text { + padding-right: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + border: 0; + padding: 1 2.5px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + border: 0; + padding: 1 2.5px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + border: 0; + padding: 1 2.5px; +} + +.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret { + font-size: 8px; + min-width: 0; + padding: 0 8px; +} + +.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text { + padding-right: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-pop { + width: -webkit-max-content; + width: max-content; +} + +.e-filemanager .e-treeview > .e-ul { + overflow: initial; + padding-left: 8px; +} + +.e-filemanager .e-treeview .e-list-parent { + margin-bottom: 0; + margin-top: 0; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item { + padding-bottom: 0; + padding-top: 0; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow { + height: 34px; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text { + height: 32px; + line-height: 32px; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow { + border: 1px solid; + box-sizing: border-box; +} + +.e-filemanager .e-treeview .e-text-content { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager .e-treeview .e-list-text { + display: initial; +} + +.e-filemanager .e-splitter { + border-width: 0; +} + +.e-filemanager .e-splitter .e-split-bar .e-resize-handler { + display: none; +} + +.e-filemanager .e-splitter .e-display-none { + display: none; +} + +.e-filemanager .e-address { + border-bottom: 1px solid; + height: 34px; + position: relative; +} + +.e-filemanager .e-address .e-fe-breadcrumb.e-icons { + padding-bottom: 6px; +} + +.e-filemanager .e-address .e-search-wrap { + float: right; + padding: 1px 8px 0 1px; + position: absolute; + right: 0; + top: 0; + width: 200px; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group { + border-bottom-width: 1px; + height: 30px; + margin: 0; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group .e-input { + margin: -2px 0 0 24px; + padding: 0; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon { + margin: 0; +} + +.e-filemanager .e-address .e-fe-search { + font-size: 14px; + margin: 3px 0; + padding: 5px; + position: absolute; + z-index: 1; +} + +.e-filemanager .e-address .e-fe-search::before { + display: inline-block; +} + +.e-filemanager .e-address .e-addressbar-ul { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + list-style: none; + margin: 0; + padding: 2px 8px; + visibility: visible; +} + +.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu { + display: inline; +} + +.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu .e-breadcrumb-submenu { + height: 26px; +} + +.e-filemanager .e-address .e-list-text { + cursor: pointer; + font-size: 14px; + line-height: 30px; + padding: 4px 4px 5px; + text-decoration: none; +} + +.e-filemanager .e-address .e-list-text:hover { + text-decoration: underline; +} + +.e-filemanager .e-address .e-address-list-item { + display: inline-block; + height: 29px; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text { + cursor: default; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text:hover { + text-decoration: none; +} + +.e-filemanager .e-address .e-address-list-item .e-icons { + font-size: 8px; + margin: 0 4px; +} + +.e-filemanager .e-address .e-address-list-item .e-icons::before { + padding: 5px; +} + +.e-filemanager .e-grid { + border-width: 0; + float: left; +} + +.e-filemanager .e-grid .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 10px; +} + +.e-filemanager .e-grid .e-spin-show { + display: none; +} + +.e-filemanager .e-grid .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty { + height: 0; + padding: 0; +} + +.e-filemanager .e-grid .e-gridheader { + border-width: 0 1px 1px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell { + height: 32px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv { + margin-right: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext { + font-size: 14px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor { + border: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper, +.e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid .e-content { + overflow-y: auto !important; +} + +.e-filemanager .e-grid .e-content .e-table { + border-spacing: 0; +} + +.e-filemanager .e-grid .e-content .e-rowcell { + border: 0; + font-size: 12px; +} + +.e-filemanager .e-grid .e-content .e-rowcell .e-fe-text { + font-size: 13px; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child { + box-shadow: 1px 0 0 1px #007bff inset; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child { + box-shadow: -1px 0 0 1px #007bff inset; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell { + box-shadow: 0 2px 0 -1px #007bff inset, 0 -2px 0 -1px #007bff inset; +} + +.e-filemanager .e-grid .e-empty { + min-width: 200px; +} + +.e-filemanager .e-grid .e-empty-content { + font-size: 20px; + margin: 0 auto; + padding: 8px; + text-align: center; +} + +.e-filemanager .e-grid .e-empty-icon { + height: 52px; + margin: 0 auto; + width: 52px; +} + +.e-filemanager .e-grid .e-empty-inner-content { + font-size: 14px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-filemanager .e-grid .e-gridpopup { + display: none !important; +} + +.e-filemanager .e-grid .e-gridheader .e-emptyrow, +.e-filemanager .e-grid .e-gridcontent .e-emptyrow { + display: none; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager .e-grid .e-gridcontent .e-fe-checkbox { + overflow: inherit; + padding-left: 8px; + padding-right: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon { + padding: 0 0 0 12px; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv { + text-overflow: unset; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell, +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell { + padding-left: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name { + padding-left: 6px; +} + +.e-filemanager .e-grid .e-row .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid .e-row.e-focused { + box-shadow: none; +} + +.e-filemanager .e-grid .e-row.e-focused td { + box-shadow: inset 0 1px 0 0 #66afe9, inset 0 -1px 0 0 #66afe9; +} + +.e-filemanager .e-grid .e-row.e-focused td:first-child { + box-shadow: inset 1px 1px 0 0 #66afe9, inset 1px -1px 0 0 #66afe9; +} + +.e-filemanager .e-grid .e-row.e-focused td:last-child { + box-shadow: inset -1px 1px 0 0 #66afe9, inset -1px -1px 0 0 #66afe9; +} + +.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper, +.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 0; +} + +.e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress { + border-width: 0; +} + +.e-filemanager .e-grid .e-fe-icon { + display: inline-block; + height: 18px; + margin: 0 8px 0 0; + vertical-align: middle; + width: 18px; +} + +.e-filemanager .e-dialog td { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 14px; + max-width: 211px; + min-width: 51px; + padding: 8px 24px 8px 0; +} + +.e-filemanager .e-dialog td.e-fe-value { + white-space: unset; + word-break: break-word; +} + +.e-filemanager .e-dialog .e-fe-errorcontent { + white-space: normal; + word-break: break-word; +} + +.e-filemanager .e-dialog .e-fe-icon { + display: inline-block; + height: 18px; + margin: 0 8px -2px 0; + width: 18px; +} + +.e-filemanager .e-dialog .e-fe-access-header { + display: inline-block; +} + +.e-filemanager .e-dialog .e-fe-retrycontent { + padding: 16px 0; +} + +.e-filemanager .e-dialog .e-image { + height: 100%; + width: 100%; +} + +.e-filemanager .e-dialog.e-rtl td { + padding: 8px 0 8px 24px; +} + +.e-filemanager .e-dialog.e-rtl .e-fe-icon { + margin: 0 0 -2px 8px; +} + +.e-filemanager .e-large-icons { + float: left; + overflow: auto; + width: 100%; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 10px; +} + +.e-filemanager .e-large-icons .e-empty { + min-width: 200px; +} + +.e-filemanager .e-large-icons .e-empty-content { + font-size: 20px; + margin: 0 auto; + padding: 8px; + text-align: center; +} + +.e-filemanager .e-large-icons .e-empty-icon { + height: 52px; + margin: 0 auto; + width: 52px; +} + +.e-filemanager .e-large-icons .e-empty-inner-content { + font-size: 14px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-filemanager .e-large-icons .e-list-parent { + display: block; + height: 100%; + margin: 0; + overflow: auto; + padding: 0 4px; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper { + float: left; + position: absolute; + top: 0; + visibility: hidden; +} + +.e-filemanager .e-large-icons .e-list-item { + border: 1px solid; + float: left; + height: 85px; + margin: 8px 4px; + overflow: hidden; + padding: 2px; + width: 80px; + border-radius: 4px; +} + +.e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-large-icons .e-text-content { + display: table-cell; + height: 79px; + position: relative; + vertical-align: bottom; +} + +.e-filemanager .e-large-icons .e-list-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + font-size: 13px; + padding: 2px 0 0 0; + text-align: center; + width: 74px; +} + +.e-filemanager .e-large-icons .e-list-img { + border: 2px solid; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05); + display: block; + margin: 0 auto; + max-height: 62px; + max-width: 100%; + min-height: 20px; +} + +.e-filemanager .e-large-icons .e-list-icon { + display: block; + height: 40px; + margin: 10px auto; + width: 40px; +} + +.e-filemanager .e-fe-error { + font-size: 12px; + line-height: 1.5; +} + +.e-filemanager .e-fe-clone { + pointer-events: none; + z-index: 20; +} + +.e-filemanager .e-fe-clone .e-fe-content { + border: none; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + padding: 4px 8px; + border-radius: 4px; +} + +.e-filemanager .e-fe-clone .e-fe-content .e-fe-name { + display: inline-block; + font-size: 13px; + margin: auto 8px; + max-width: 70px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager .e-fe-clone .e-fe-content .e-fe-icon { + display: inline-block; + height: 18px; + margin: auto 8px; + width: 18px; +} + +.e-filemanager .e-fe-clone .e-fe-count { + border: 1px solid; + border-radius: 50%; + font-size: 12px; + height: 22px; + line-height: 22px; + margin-left: -12px; + position: absolute; + text-align: center; + top: 0; + width: 22px; +} + +.e-filemanager.e-rtl .e-treeview > .e-ul { + padding: 0 8px 0 0; +} + +.e-filemanager.e-rtl .e-toolbar .e-fe-grid { + display: inline-table; + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-splitter.e-splitter-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-filemanager.e-rtl .e-address .e-search-wrap { + float: left; + left: 0; + right: auto; +} + +.e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input { + margin: 0 24px 0 0; + padding: 0; +} + +.e-filemanager.e-rtl .e-address .e-addressbar-ul { + display: -ms-flexbox; + display: flex; +} + +.e-filemanager.e-rtl .e-address .e-addressbar-ul .e-icons::before { + display: inline-block; + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:first-child { + box-shadow: inset -1px 1px 0 0 #66afe9, inset -1px -1px 0 0 #66afe9; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child { + box-shadow: inset 1px 1px 0 0 #66afe9, inset 1px -1px 0 0 #66afe9; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox { + padding-left: 0; + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon { + padding-left: 0; + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell { + padding-left: 21px; + padding-right: 0; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name { + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon { + margin: 0 0 0 8px; +} + +.e-filemanager.e-rtl .e-large-icons .e-list-item { + float: right; +} + +.e-filemanager.e-rtl .e-fe-clone .e-fe-count { + margin-left: 0; + margin-right: -12px; +} + +.e-filemanager .e-upload { + border-bottom-width: 0; + border-top-width: 0; +} + +.e-filemanager .e-upload .e-file-select-wrap { + display: none; +} + +.e-filemanager .e-upload .e-icons.e-file-delete-btn { + display: none; +} + +.e-filemanager .e-upload .e-upload-actions { + border-bottom: 1px solid; +} + +.e-filemanager .e-layout-content { + position: relative; +} + +.e-filemanager .e-fe-overlay { + border: 2px dashed #007bff; + bottom: 0; + display: block; + height: calc(100% - 34px); + pointer-events: none; + position: absolute; + visibility: hidden; + width: 100%; +} + +.e-filemanager .e-upload-drag-hover { + outline: none; +} + +.e-filemanager .e-upload-drag-hover .e-fe-overlay { + visibility: visible; +} + +.e-filemanager .e-dialog.e-popup.e-dlg-resizable { + min-height: 200px; +} + +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot, +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick { + font-size: 14px; +} + +.e-fe-popup.e-dlg-resizable .e-dlg-content { + overflow: hidden; +} + +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator { + margin: 0 0; +} + +.e-fe-popup.e-rtl .e-fe-grid { + display: inline-table; + transform: rotate(180deg); +} + +.e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons { + font-size: 20px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder { + padding-top: 0; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload { + padding-left: 0; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select { + padding-top: 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large { + padding: 4px 0 0 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid { + padding: 4px 2px 0 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename { + padding-left: 2px; + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut { + padding-left: 2px; + padding-top: 1px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons { + font-size: 20px; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort { + display: inline-block; + margin: 0; + width: 14px; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text { + display: none; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text { + display: none; +} + +.e-filemanager.e-fe-mobile .e-splitter .e-split-bar, +.e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar, +.e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar { + display: none; +} + +.e-filemanager.e-fe-mobile .e-address, +.e-bigger .e-filemanager.e-fe-mobile .e-address, +.e-filemanager.e-bigger.e-fe-mobile .e-address { + height: 40px; +} + +.e-filemanager.e-fe-mobile .e-address .e-addressbar-ul, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul { + height: 40px; +} + +.e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons { + font-size: 10px; +} + +.e-filemanager.e-fe-mobile .e-address .e-list-text, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text { + font-size: 16px; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap { + min-width: 47px; + width: auto; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group { + display: none; + height: 40px; + width: 100%; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon { + margin: 2px 8px 0; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input { + margin: -2px 0 0 24px; +} + +.e-filemanager.e-fe-mobile .e-address .e-fe-search, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search { + font-size: 20px; + margin: 3px 0; + right: 13px; +} + +.e-filemanager.e-fe-mobile .e-dialog td.e-fe-value, +.e-bigger .e-filemanager.e-fe-mobile .e-dialog td.e-fe-value, +.e-filemanager.e-bigger.e-fe-mobile .e-dialog td.e-fe-value { + white-space: unset; + word-break: break-word; +} + +.e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon { + height: 35px; + width: 35px; +} + +.e-filemanager.e-fe-mobile .e-grid .e-gridheader, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader { + display: none; +} + +.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell { + border-bottom: 1px solid; + border-bottom-color: #dee2e6; +} + +.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox { + padding: 0; +} + +.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon { + padding-left: 10px; + padding-right: 10px; +} + +.e-filemanager.e-fe-mobile .e-grid .e-fe-text, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent { + padding: 0; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + display: inline-table; + height: 155px; + margin: 12px 8px; + width: 155px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper { + z-index: 1000; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text { + margin: 0 auto; + width: 110px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img { + margin: 11px auto; + max-height: 110px; + max-width: 110px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon { + height: 110px; + margin: 11px auto 0; + width: 110px; +} + +.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap { + margin: 0; + padding: 0; + position: absolute; + width: 100%; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input { + height: auto; + margin-left: 45px; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search { + left: 0; + margin-left: 8px; + margin-top: 3px; + width: 30px; +} + +.e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul { + visibility: hidden; +} + +.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input { + margin-right: 45px; +} + +.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search, +.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search, +.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search { + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon { + padding-right: 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn { + padding: 1px 7px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + padding: 1px 7px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + padding: 1px 7px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + padding: 1px 7px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret { + padding: 0 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret { + padding: 0 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons, +.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-filemanager .e-treeview > .e-ul, +.e-filemanager.e-bigger .e-treeview > .e-ul { + padding-left: 12px; +} + +.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow, +.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow { + height: 40px; +} + +.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text, +.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text { + height: 38px; + line-height: 38px; +} + +.e-bigger .e-filemanager .e-address, +.e-filemanager.e-bigger .e-address { + height: 40px; +} + +.e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu, +.e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu { + height: 33px; +} + +.e-bigger .e-filemanager .e-address .e-address-list-item, +.e-filemanager.e-bigger .e-address .e-address-list-item { + height: 34px; +} + +.e-bigger .e-filemanager .e-address .e-address-list-item .e-icons, +.e-filemanager.e-bigger .e-address .e-address-list-item .e-icons { + font-size: 10px; +} + +.e-bigger .e-filemanager .e-address .e-addressbar-ul, +.e-filemanager.e-bigger .e-address .e-addressbar-ul { + padding: 3px 12px; +} + +.e-bigger .e-filemanager .e-address .e-list-text, +.e-filemanager.e-bigger .e-address .e-list-text { + font-size: 16px; + line-height: 32px; + padding: 5px 4px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap, +.e-filemanager.e-bigger .e-address .e-search-wrap { + min-width: 51px; + padding: 1.5px 12px 0 1px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group { + height: 36px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus, +.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus { + padding: 0; +} + +.e-bigger .e-filemanager .e-address .e-fe-search, +.e-filemanager.e-bigger .e-address .e-fe-search { + margin: 7px 0; +} + +.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame, +.e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 13px; +} + +.e-bigger .e-filemanager .e-grid .e-headercell, +.e-filemanager.e-bigger .e-grid .e-headercell { + height: 36px; +} + +.e-bigger .e-filemanager .e-grid .e-headertext, +.e-filemanager.e-bigger .e-grid .e-headertext { + font-size: 15px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell { + font-size: 13px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text { + font-size: 14px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox { + padding-left: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon { + padding-left: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-fe-icon, +.e-filemanager.e-bigger .e-grid .e-fe-icon { + margin: 0 12px 0 0; +} + +.e-bigger .e-filemanager .e-grid .e-empty, +.e-filemanager.e-bigger .e-grid .e-empty { + min-width: 300px; +} + +.e-bigger .e-filemanager .e-grid .e-empty-content, +.e-filemanager.e-bigger .e-grid .e-empty-content { + font-size: 24px; + margin: 0 auto; + padding: 12px; + text-align: center; +} + +.e-bigger .e-filemanager .e-grid .e-empty-icon, +.e-filemanager.e-bigger .e-grid .e-empty-icon { + height: 64px; + margin: 0 auto; + width: 64px; +} + +.e-bigger .e-filemanager .e-grid .e-empty-inner-content, +.e-filemanager.e-bigger .e-grid .e-empty-inner-content { + font-size: 16px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-bigger .e-filemanager .e-dialog .e-dlg-header-content, +.e-filemanager.e-bigger .e-dialog .e-dlg-header-content { + padding: 21px; +} + +.e-bigger .e-filemanager .e-dialog td, +.e-filemanager.e-bigger .e-dialog td { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 15px; + max-width: 205px; + min-width: 45px; + padding: 8px 30px 8px 0; +} + +.e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame, +.e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 13px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-parent, +.e-filemanager.e-bigger .e-large-icons .e-list-parent { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-item, +.e-filemanager.e-bigger .e-large-icons .e-list-item { + height: 106px; + margin: 12px 6px; + width: 100px; +} + +.e-bigger .e-filemanager .e-large-icons .e-text-content, +.e-filemanager.e-bigger .e-large-icons .e-text-content { + height: 100px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-text, +.e-filemanager.e-bigger .e-large-icons .e-list-text { + font-size: 14px; + padding: 4px 2px 2px; + width: 94px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-img, +.e-filemanager.e-bigger .e-large-icons .e-list-img { + max-height: 79px; + max-width: 94px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-icon, +.e-filemanager.e-bigger .e-large-icons .e-list-icon { + height: 52px; + margin: 11px auto; + width: 52px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty, +.e-filemanager.e-bigger .e-large-icons .e-empty { + min-width: 300px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-content, +.e-filemanager.e-bigger .e-large-icons .e-empty-content { + font-size: 24px; + margin: 0 auto; + padding: 12px; + text-align: center; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-icon, +.e-filemanager.e-bigger .e-large-icons .e-empty-icon { + height: 64px; + margin: 0 auto; + width: 64px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-inner-content, +.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content { + font-size: 16px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-bigger .e-filemanager.e-rtl .e-treeview > .e-ul, +.e-filemanager.e-bigger.e-rtl .e-treeview > .e-ul { + padding: 0 12px 0 0; +} + +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox { + padding-right: 16px; +} + +.e-bigger .e-filemanager .e-fe-overlay, +.e-filemanager.e-bigger .e-fe-overlay { + height: calc(100% - 41px); +} + +@media (max-width: 469px) { + .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, + .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + min-width: 140px; + width: calc(50% - 17px); + } +} + +@media (min-width: 470px) and (max-width: 625px) { + .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, + .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + min-width: 140px; + width: calc(33.33% - 17px); + } +} + +.e-content-placeholder.e-filemanager.e-placeholder-filemanager { + height: 100%; + width: 100%; +} + +.e-filemanager { + background: #fff; + border-color: #dee2e6; +} + +.e-filemanager .e-toolbar { + border-bottom-color: #dee2e6; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + background: #6c757d; + border-color: #6c757d; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active .e-btn-icon, +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active .e-tbar-btn-text { + color: #fff; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + background: #6c757d; + border-color: #6c757d; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + background: #6c757d; + border-color: #6c757d; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus .e-btn-icon, +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus .e-tbar-btn-text { + color: #fff; +} + +.e-filemanager .e-address { + border-bottom-color: #dee2e6; +} + +.e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:active .e-btn-icon, +.e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:active .e-tbar-btn-text, .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:focus .e-btn-icon, +.e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:focus .e-tbar-btn-text, .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:hover .e-btn-icon, +.e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu:hover .e-tbar-btn-text { + color: #fff; +} + +.e-filemanager .e-address .e-icons { + color: #495057; +} + +.e-filemanager .e-address .e-list-text { + color: #007bff; +} + +.e-filemanager .e-address .e-address-list-item { + color: #007bff; +} + +.e-filemanager .e-address .e-address-list-item:focus .e-list-text { + background: #fff; + color: #0056b3; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text { + color: #6c757d; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover { + background: #fff; + color: #0056b3; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active { + background: #fff; + color: #0056b3; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus { + background: #fff; + color: #0056b3; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) { + background: #fff; + border-color: #dee2e6; +} + +.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow { + border: #007bff; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow { + border-color: #007bff; +} + +.e-filemanager .e-grid .e-gridheader tr:first-child th { + background: #fff; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover { + background: #f2f4f6; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover { + background: #fff; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover { + background: #f2f4f6; +} + +.e-filemanager .e-grid td.e-active { + background-color: #007bff; + color: #fff; +} + +.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-check { + background-color: #fff; + color: #212529; +} + +.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-stop { + background-color: #fff; + color: #212529; +} + +.e-filemanager .e-grid.e-gridhover tr[role='row'].e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-filemanager .e-dialog td { + color: #212529; +} + +.e-filemanager .e-dialog td:first-child { + color: #6c757d; +} + +.e-filemanager .e-large-icons .e-list-img { + border-color: #dee2e6; +} + +.e-filemanager .e-large-icons .e-active { + color: #fff; +} + +.e-filemanager .e-large-icons .e-large-icon { + border-color: transparent; +} + +.e-filemanager .e-large-icons .e-large-icon.e-active { + background: #007bff; + border-color: #007bff; +} + +.e-filemanager .e-large-icons .e-large-icon.e-hover { + background: #f2f4f6; + border-color: #f2f4f6; +} + +.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover { + background: #007bff; + border-color: #007bff; +} + +.e-filemanager .e-large-icons .e-large-icon.e-focus { + border-color: #f2f4f6; +} + +.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder { + border-color: #007bff; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check { + background-color: #fff; + color: #212529; +} + +.e-filemanager .e-fe-error { + color: #dc3545; +} + +.e-filemanager .e-upload .e-upload-actions { + border-bottom-color: #dee2e6; +} + +.e-filemanager .e-fe-clone .e-fe-content { + background-color: #fff; + border-color: none; + color: #6c757d; +} + +.e-filemanager .e-fe-clone .e-fe-count { + background-color: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover { + background: transparent; + border-color: transparent; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus { + border-color: transparent; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active { + background: #007bff; + border-color: #007bff; +} + +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot, +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick { + color: #6c757d; +} + +.e-fe-popup.e-dropdown-popup ul .e-item.e-separator, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator { + border-bottom-color: #e9ecef; +} + +.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon { + font-size: 8px; +} + +.e-bigger .e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon { + font-size: 10px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-treegrid .e-treegridexpand::before, +.e-treegrid .e-treegridcollapse::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-expand::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-collapse::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-indent::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-outdent::before { + content: ""; +} + +.e-bigger .e-treegrid .e-treegridexpand, +.e-bigger .e-treegrid .e-treegridcollapse { + height: 16px; + width: 16px; +} + +.e-bigger .e-treegrid .e-rowcell.e-treerowcell { + padding-left: 12px; +} + +.e-bigger .e-treegrid .e-hierarchycheckbox { + padding-left: 2px; +} + +.e-treegrid .e-treegridexpand::before, +.e-treegrid .e-treegridcollapse::before { + vertical-align: middle; +} + +.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container { + display: block; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell { + display: inline; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-treegrid .e-treegridexpand:hover::before, +.e-treegrid .e-treegridcollapse:hover::before { + color: #343a40; +} + +.e-treegrid .e-rowcell.e-treerowcell { + padding-left: 9px; +} + +.e-treegrid .e-rtl .e-treegridcollapse { + transform: scale(-1); +} + +.e-treegrid .e-treegridexpand { + transform: rotate(90deg); +} + +.e-treegrid .e-treerowexpanded { + display: table-row; +} + +.e-treegrid .e-treerowcollapsed { + display: none; +} + +.e-treegrid .e-treecolumn-container span { + display: inline-block; + vertical-align: middle; +} + +.e-treegrid .e-treecolumn-container .e-hierarchycheckbox .e-frame { + height: 17px; +} + +.e-treegrid .e-checkselection .e-frozenheader .e-rowcell, +.e-treegrid .e-checkselection .e-movableheader .e-rowcell, +.e-treegrid .e-checkselection .e-frozencontent .e-rowcell, +.e-treegrid .e-checkselection .e-movablecontent .e-rowcell { + line-height: 21px; +} + +.e-treegrid .e-treegridexpand, +.e-treegrid .e-treegridcollapse { + color: #495057; + cursor: pointer; + font-size: 10px; + height: 16px; + text-align: center; + vertical-align: bottom; + width: 16px; +} + +.e-treegrid .e-treecell { + display: table-cell; + line-height: normal; +} + +.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container { + white-space: nowrap; +} + +.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container .e-treecell { + display: inline-block; + white-space: normal; + word-wrap: break-word; +} + +.e-treegrid .e-summarycell { + pointer-events: none; +} + +.e-treegrid.e-grid.e-print-grid-layout .e-icons { + display: inline-block; +} + +.e-treegrid .e-treecheckselect, +.e-treegrid .e-treeselectall { + margin: 0; + opacity: 0; + position: absolute; + width: 0; +} + +.e-treegrid .e-detailheadercell, +.e-treegrid .e-headercontent .e-table .e-detail-intent, +.e-treegrid .e-gridcontent .e-table .e-detail-intent, +.e-treegrid .e-table .e-detailrow .e-detailindentcell, +.e-treegrid .e-table .e-detailrowexpand, +.e-treegrid .e-table .e-detailrowcollapse, +.e-treegrid .e-filterbarcell.e-mastercell { + display: none; +} + +.e-treegrid .e-icons.e-errorelem { + display: inline-block; + padding-left: 10px; + vertical-align: middle; +} + +.e-treegrid .e-errorelem::before { + color: #e3165b; + content: '\e22a'; + transform: rotate(180deg); +} + +.e-treegrid .e-gridcontent td.e-childborder { + border-color: #e3165b; + border-width: 1px 0 0; + box-shadow: 0 1px 0 0 #e3165b; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-childborder.e-dragborder, +.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom.e-dragborder td.e-rowdragdrop.e-dropbottom.e-dragborder { + box-shadow: 0 1px 0 0 #e3165b; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-dragborder, +.e-treegrid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-treegrid .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 0 0 0; +} + +.e-treegrid .e-gridcontent td.e-childborder:first-child { + border-left: 1px solid; + box-shadow: 0 1px 0 0 #e3165b; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-childborder:last-child { + border-right: 1px solid; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder { + border-width: 1px 0; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:last-child { + border-right: 1px solid; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:first-child { + border-left: 1px solid; +} + +.e-treegrid .e-gridcontent td.e-dropbottom:first-child, +.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom, +.e-treegrid .e-gridcontent td.e-dropbottom { + box-shadow: 0 1px 0 0 #e3165b; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-droptop:first-child, +.e-treegrid .e-gridcontent td.e-rowcell.e-droptop { + border-top-color: #e3165b; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-dropbottom { + border-bottom-color: #e3165b; +} + +.e-treegrid .e-gridcontent td.e-rowdragdrop.e-droptop.e-dragborder { + box-shadow: 0 0 0 0; +} + +.e-treegrid .e-gridcontent .e-gridheader .e-firstrow-dragborder { + height: 1px; +} + +.e-treegrid .e-gridcontent .e-lastrow-dragborder { + height: 0; +} + +.e-treegrid .e-gridheader .e-firstrow-dragborder { + height: 0; +} + +.e-treegrid .e-droptop .e-lastrow-dragborder { + height: 0; +} + +.e-treegrid .e-treegrid-relative { + position: relative; +} + +.e-treegrid .e-gridheader .e-firstrow-dragborder tr:first-child.e-dropbottom { + height: 0; +} + +.e-treegrid .e-gridheader .e-firstrow-border, +.e-treegrid .e-gridcontent .e-lastrow-border { + background-color: #e3165b; + bottom: 0; + height: 1px; + position: absolute; + z-index: 1; +} + +.e-btn-group, +.e-css.e-btn-group { + display: -ms-inline-flexbox; + display: inline-flex; + border-radius: 4px; + -ms-flex-direction: row; + flex-direction: row; + position: relative; +} + +.e-btn-group input:focus + label.e-btn, +.e-btn-group .e-btn:focus, +.e-btn-group .e-btn:hover, +.e-css.e-btn-group input:focus + label.e-btn, +.e-css.e-btn-group .e-btn:focus, +.e-css.e-btn-group .e-btn:hover { + z-index: 2; +} + +.e-btn-group input + label.e-btn, +.e-css.e-btn-group input + label.e-btn { + margin-bottom: 0; +} + +.e-btn-group input, +.e-css.e-btn-group input { + -moz-appearance: none; + height: 1px; + margin: 0 0 0 -1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-btn-group input:disabled + label.e-btn, +.e-btn-group :disabled, +.e-css.e-btn-group input:disabled + label.e-btn, +.e-css.e-btn-group :disabled { + cursor: default; + pointer-events: none; +} + +.e-btn-group .e-btn-icon, +.e-css.e-btn-group .e-btn-icon { + font-size: 14px; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn { + margin-left: -1px; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-btn, +.e-css.e-btn-group.e-rtl .e-btn { + margin-left: -1px; +} + +.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-rtl .e-btn:first-of-type { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-rtl .e-btn:last-of-type { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-vertical, +.e-css.e-btn-group.e-vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-btn-group.e-vertical input, +.e-css.e-btn-group.e-vertical input { + margin: -1px 0 0; +} + +.e-btn-group.e-vertical .e-btn:not(.e-outline), +.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) { + margin-top: -1px; +} + +.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group.e-vertical .e-btn:first-of-type, +.e-css.e-btn-group.e-vertical .e-btn:first-of-type { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +.e-btn-group.e-vertical .e-btn:last-of-type, +.e-css.e-btn-group.e-vertical .e-btn:last-of-type { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl), +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) { + border-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl { + border-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-bigger .e-btn-group .e-btn-icon, +.e-bigger.e-btn-group .e-btn-icon, +.e-bigger .e-css.e-btn-group .e-btn-icon, +.e-bigger.e-css.e-btn-group .e-btn-icon { + font-size: 16px; +} + +.e-btn-group:not(.e-outline), +.e-css.e-btn-group:not(.e-outline) { + box-shadow: none; +} + +.e-btn-group .e-btn, +.e-css.e-btn-group .e-btn { + box-shadow: none; +} + +.e-btn-group .e-btn:hover, +.e-css.e-btn-group .e-btn:hover { + box-shadow: none; +} + +.e-btn-group .e-btn:focus, +.e-btn-group input:focus + label.e-btn, +.e-css.e-btn-group .e-btn:focus, +.e-css.e-btn-group input:focus + label.e-btn { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; + outline: #6c757d 0 solid; + outline-offset: 0; + box-shadow: 0 0 0 0.25em rgba(108, 117, 125, 0.5); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-primary, +.e-btn-group input:focus + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:focus.e-primary, +.e-css.e-btn-group input:focus + label.e-btn.e-primary { + background-color: #007bff; + border-color: #007bff; + color: #fff; + outline: #6c757d 0 solid; + box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-success, +.e-btn-group input:focus + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:focus.e-success, +.e-css.e-btn-group input:focus + label.e-btn.e-success { + background-color: #28a745; + border-color: #28a745; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(40, 167, 69, 0.5); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-info, +.e-btn-group input:focus + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:focus.e-info, +.e-css.e-btn-group input:focus + label.e-btn.e-info { + background-color: #17a2b8; + border-color: #17a2b8; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(23, 162, 184, 0.5); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-warning, +.e-btn-group input:focus + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:focus.e-warning, +.e-css.e-btn-group input:focus + label.e-btn.e-warning { + background-color: #ffc107; + border-color: #ffc107; + color: #212529; + box-shadow: 0 0 0 0.25em rgba(255, 193, 7, 0.5); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-danger, +.e-btn-group input:focus + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:focus.e-danger, +.e-css.e-btn-group input:focus + label.e-btn.e-danger { + background-color: #dc3545; + border-color: #dc3545; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(220, 53, 69, 0.5); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-link, +.e-btn-group input:focus + label.e-btn.e-link, +.e-css.e-btn-group .e-btn:focus.e-link, +.e-css.e-btn-group input:focus + label.e-btn.e-link { + border-radius: 0; + text-decoration: underline; + background-color: transparent; + border-color: transparent; + box-shadow: none; + color: #0056b3; + background-color: transparent; + border-color: transparent; + box-shadow: none; + outline: none; +} + +.e-btn-group .e-btn:focus.e-outline, +.e-btn-group input:focus + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:focus.e-outline, +.e-css.e-btn-group input:focus + label.e-btn.e-outline { + background-color: #6c757d; + border-color: #6c757d; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(108, 117, 125, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-primary, +.e-btn-group input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary { + background-color: #007bff; + border-color: #007bff; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-success, +.e-btn-group input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success { + background-color: #28a745; + border-color: #28a745; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(40, 167, 69, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-info, +.e-btn-group input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info { + background-color: #138496; + border-color: #17a2b8; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(23, 162, 184, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-warning, +.e-btn-group input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning { + background-color: #e0a800; + border-color: #ffc107; + color: #212529; + box-shadow: 0 0 0 0.25em rgba(255, 193, 7, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-danger, +.e-btn-group input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger { + background-color: #c82333; + border-color: #dc3545; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(220, 53, 69, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:active, +.e-btn-group input:active + label.e-btn, +.e-btn-group input:checked + label.e-btn, +.e-css.e-btn-group .e-btn:active, +.e-css.e-btn-group input:active + label.e-btn, +.e-css.e-btn-group input:checked + label.e-btn { + background-color: #545b62; + border-color: #4e555b; + color: #fff; + outline: #6c757d 0 solid; + outline-offset: 0; + box-shadow: 0 0 0 0.25em rgba(79, 85, 91, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-primary, +.e-btn-group input:active + label.e-btn.e-primary, +.e-btn-group input:checked + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:active.e-primary, +.e-css.e-btn-group input:active + label.e-btn.e-primary, +.e-css.e-btn-group input:checked + label.e-btn.e-primary { + background-color: #0062cc; + border-color: #005cbf; + color: #fff; + outline: #6c757d 0 solid; + box-shadow: 0 0 0 0.25em rgba(0, 92, 191, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-success, +.e-btn-group input:active + label.e-btn.e-success, +.e-btn-group input:checked + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:active.e-success, +.e-css.e-btn-group input:active + label.e-btn.e-success, +.e-css.e-btn-group input:checked + label.e-btn.e-success { + background-color: #1e7e34; + border-color: #1c7430; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(28, 116, 48, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-info, +.e-btn-group input:active + label.e-btn.e-info, +.e-btn-group input:checked + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:active.e-info, +.e-css.e-btn-group input:active + label.e-btn.e-info, +.e-css.e-btn-group input:checked + label.e-btn.e-info { + background-color: #117a8b; + border-color: #10707f; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(16, 112, 128, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-warning, +.e-btn-group input:active + label.e-btn.e-warning, +.e-btn-group input:checked + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:active.e-warning, +.e-css.e-btn-group input:active + label.e-btn.e-warning, +.e-css.e-btn-group input:checked + label.e-btn.e-warning { + background-color: #d39e00; + border-color: #c69500; + color: #212529; + box-shadow: 0 0 0 0.25em rgba(198, 149, 0, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-danger, +.e-btn-group input:active + label.e-btn.e-danger, +.e-btn-group input:checked + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:active.e-danger, +.e-css.e-btn-group input:active + label.e-btn.e-danger, +.e-css.e-btn-group input:checked + label.e-btn.e-danger { + background-color: #bd2130; + border-color: #b21f2d; + color: #fff; + box-shadow: 0 0 0 0.25em rgba(178, 31, 45, 0.5); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline, +.e-btn-group input:active + label.e-btn.e-outline, +.e-btn-group input:checked + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:active.e-outline, +.e-css.e-btn-group input:active + label.e-btn.e-outline, +.e-css.e-btn-group input:checked + label.e-btn.e-outline { + background-color: #6c757d; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(79, 85, 91, 0.5); + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-primary, +.e-btn-group input:active + label.e-btn.e-outline.e-primary, +.e-btn-group input:checked + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:active.e-outline.e-primary, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary { + background-color: #007bff; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(0, 123, 255, 0.5); + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-success, +.e-btn-group input:active + label.e-btn.e-outline.e-success, +.e-btn-group input:checked + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:active.e-outline.e-success, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success { + background-color: #28a745; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(28, 116, 48, 0.5); + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-info, +.e-btn-group input:active + label.e-btn.e-outline.e-info, +.e-btn-group input:checked + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:active.e-outline.e-info, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info { + background-color: #17a2b8; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(16, 112, 128, 0.5); + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-warning, +.e-btn-group input:active + label.e-btn.e-outline.e-warning, +.e-btn-group input:checked + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:active.e-outline.e-warning, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning { + background-color: #ffc107; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(198, 149, 0, 0.5); + color: #212529; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-danger, +.e-btn-group input:active + label.e-btn.e-outline.e-danger, +.e-btn-group input:checked + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:active.e-outline.e-danger, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger { + background-color: #dc3545; + border-color: none; + box-shadow: 0 0 0 0.25em rgba(178, 31, 45, 0.5); + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:disabled, +.e-btn-group input:disabled + label.e-btn, +.e-css.e-btn-group .e-btn:disabled, +.e-css.e-btn-group input:disabled + label.e-btn { + background-color: rgba(108, 117, 125, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn-group .e-btn:disabled.e-primary, +.e-btn-group input:disabled + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:disabled.e-primary, +.e-css.e-btn-group input:disabled + label.e-btn.e-primary { + background-color: rgba(0, 123, 255, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn-group .e-btn:disabled.e-success, +.e-btn-group input:disabled + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:disabled.e-success, +.e-css.e-btn-group input:disabled + label.e-btn.e-success { + background-color: rgba(40, 167, 69, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn-group .e-btn:disabled.e-info, +.e-btn-group input:disabled + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:disabled.e-info, +.e-css.e-btn-group input:disabled + label.e-btn.e-info { + background-color: rgba(23, 162, 184, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn-group .e-btn:disabled.e-warning, +.e-btn-group input:disabled + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:disabled.e-warning, +.e-css.e-btn-group input:disabled + label.e-btn.e-warning { + background-color: rgba(255, 193, 7, 0.65); + border-color: transparent; + box-shadow: none; + color: #212529; +} + +.e-btn-group .e-btn:disabled.e-danger, +.e-btn-group input:disabled + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:disabled.e-danger, +.e-css.e-btn-group input:disabled + label.e-btn.e-danger { + background-color: rgba(220, 53, 69, 0.65); + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn-group .e-btn:disabled.e-link, +.e-btn-group input:disabled + label.e-btn.e-link, +.e-css.e-btn-group .e-btn:disabled.e-link, +.e-css.e-btn-group input:disabled + label.e-btn.e-link { + color: #6c757d; + background-color: transparent; + box-shadow: none; + text-decoration: none; +} + +.e-btn-group .e-btn:disabled.e-outline, +.e-btn-group input:disabled + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:disabled.e-outline, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline { + background-color: transparent; + border-color: rgba(108, 117, 125, 0.65); + color: rgba(108, 117, 125, 0.65); + border-color: #6c757d; +} + +.e-btn-group .e-btn:disabled.e-outline.e-primary, +.e-btn-group input:disabled + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary { + background-color: transparent; + border-color: rgba(0, 123, 255, 0.65); + box-shadow: none; + color: rgba(0, 123, 255, 0.65); + border-color: #007bff; +} + +.e-btn-group .e-btn:disabled.e-outline.e-success, +.e-btn-group input:disabled + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-success, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success { + background-color: transparent; + border-color: rgba(40, 167, 69, 0.65); + box-shadow: none; + color: rgba(40, 167, 69, 0.65); + border-color: #28a745; +} + +.e-btn-group .e-btn:disabled.e-outline.e-info, +.e-btn-group input:disabled + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-info, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info { + background-color: transparent; + border-color: rgba(23, 162, 184, 0.65); + box-shadow: none; + color: rgba(23, 162, 184, 0.65); + border-color: #17a2b8; +} + +.e-btn-group .e-btn:disabled.e-outline.e-warning, +.e-btn-group input:disabled + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning { + background-color: transparent; + border-color: rgba(255, 193, 7, 0.65); + box-shadow: none; + color: rgba(255, 193, 7, 0.65); + border-color: #ffc107; +} + +.e-btn-group .e-btn:disabled.e-outline.e-danger, +.e-btn-group input:disabled + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger { + background-color: transparent; + border-color: rgba(220, 53, 69, 0.65); + box-shadow: none; + color: rgba(220, 53, 69, 0.65); + border-color: #dc3545; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) { + border-left: transparent; + border-right: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type { + border-right: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type { + border-left: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline { + border-color: #6c757d; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary { + border-color: #007bff; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success { + border-color: #28a745; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info { + border-color: #17a2b8; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning { + border-color: #ffc107; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger { + border-color: #dc3545; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) { + border-bottom: transparent; + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type { + border-bottom: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type { + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline { + border-color: #6c757d; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary { + border-color: #007bff; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success { + border-color: #28a745; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info { + border-color: #17a2b8; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning { + border-color: #ffc107; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger { + border-color: #dc3545; + outline-color: none; +} + +.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) { + border-left: transparent; + border-right: transparent; +} + +.e-btn-group.e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-rtl .e-btn:first-of-type { + border-left: transparent; +} + +.e-btn-group.e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-rtl .e-btn:last-of-type { + border-right: transparent; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! Progress Button Layout */ +.e-progress-btn { + position: relative; +} + +.e-progress-btn .e-progress { + height: 100%; + left: 0; + opacity: 0; + position: absolute; + top: 0; + transition: opacity .3s linear; +} + +.e-progress-btn .e-spinner { + transition: all 0.3s linear; +} + +.e-progress-btn .e-btn-content { + display: inline-block; + position: relative; + z-index: 1; +} + +.e-progress-btn.e-vertical .e-progress { + bottom: 0; + height: 0%; + top: auto; + width: 100%; +} + +.e-progress-btn.e-progress-top .e-progress { + height: 10%; +} + +.e-progress-btn.e-progress-bottom .e-progress { + bottom: -1px; + height: 10%; + top: auto; +} + +.e-progress-btn.e-progress-active { + overflow: hidden; +} + +.e-progress-btn.e-progress-active .e-progress { + opacity: 1; +} + +.e-progress-btn.e-progress-active .e-animate-end { + opacity: 0; +} + +.e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom { + transition: padding .3s linear; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content, +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-btn-content, +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + display: block; + line-height: 1; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner { + padding-right: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner .e-spinner-inner { + top: -1px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 12px; + padding-right: 0; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner { + padding-left: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner .e-spinner-inner { + top: -1px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner { + padding-bottom: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + padding-top: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner { + padding-right: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 10px; + padding-right: 0; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner { + padding-left: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top { + padding-bottom: 14px; + padding-top: 14px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner { + padding-bottom: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom { + padding-bottom: 14px; + padding-top: 14px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner { + padding-top: 10px; +} + +.e-progress-btn.e-round-corner { + border-radius: 5em; + outline: none; + overflow: hidden; +} + +.e-progress-btn.e-rtl .e-progress { + left: auto; + right: 0; +} + +.e-progress-btn.e-rtl.e-vertical .e-progress { + bottom: auto; + top: 0; +} + +.e-progress-btn .e-spinner-pane { + height: auto; + position: relative; + width: auto; +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner { + left: auto; + position: relative; + top: auto; + transform: none; +} + +.e-progress-btn .e-cont-animate { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +@keyframes ProgressSlideLeft { + from { + left: 0%; + opacity: 1; + } + to { + left: -100%; + opacity: 0; + } +} + +@keyframes ProgressSlideRight { + from { + left: 0%; + opacity: 1; + } + to { + left: 100%; + opacity: 0; + } +} + +@keyframes ProgressSlideUp { + from { + height: auto; + opacity: 1; + top: 0; + } + to { + height: auto; + opacity: 0; + top: -100px; + } +} + +@keyframes ProgressSlideDown { + from { + height: auto; + opacity: 1; + top: 0; + } + to { + height: auto; + opacity: 0; + top: 100px; + } +} + +@keyframes ProgressZoomIn { + from { + opacity: 1; + transform: translate(0, 0) scale(1); + } + to { + opacity: 0; + transform: translate(0, 0) scale(3); + } +} + +@keyframes ProgressZoomOut { + from { + transform: translate(0, 0) scale(1); + } + to { + transform: translate(0, 0) scale(0); + } +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner { + padding-right: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 14px; + padding-right: 0; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner { + padding-left: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top { + padding-bottom: 20px; + padding-top: 20px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner { + padding-bottom: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom { + padding-bottom: 20px; + padding-top: 20px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + padding-top: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner { + padding-right: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner { + padding-left: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner { + padding-bottom: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner { + padding-top: 12px; +} + +/*! Progress Button Theme */ +.e-progress-btn .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; + stroke-width: 1px; +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #212529; + stroke: #212529; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #212529; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #212529; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #212529; + stroke: #212529; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #212529; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #212529; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg { + fill: #007bff; + stroke: #007bff; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #007bff; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #007bff; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg { + fill: #28a745; + stroke: #28a745; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #28a745; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #28a745; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg { + fill: #17a2b8; + stroke: #17a2b8; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #17a2b8; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #17a2b8; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg { + fill: #ffc107; + stroke: #ffc107; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #ffc107; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #ffc107; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg { + fill: #dc3545; + stroke: #dc3545; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #dc3545; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #dc3545; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg { + fill: #007bff; + stroke: #007bff; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #007bff; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #007bff; +} + +.e-progress { + background-color: rgba(255, 255, 255, 0.25); +} + +.e-primary .e-progress, +.e-success .e-progress, +.e-danger .e-progress, +.e-info .e-progress { + background-color: rgba(255, 255, 255, 0.25); +} + +.e-warning .e-progress { + background-color: rgba(33, 37, 41, 0.25); +} + +.e-flat.e-primary .e-progress { + background-color: rgba(255, 255, 255, 0.2); +} + +.e-flat.e-success .e-progress { + background-color: rgba(255, 255, 255, 0.2); +} + +.e-flat.e-info .e-progress { + background-color: rgba(255, 255, 255, 0.2); +} + +.e-flat.e-warning .e-progress { + background-color: rgba(33, 37, 41, 0.2); +} + +.e-flat.e-danger .e-progress { + background-color: rgba(255, 255, 255, 0.2); +} + +.e-outline:not(:focus).e-primary .e-progress { + background-color: rgba(0, 123, 255, 0.2); +} + +.e-outline:not(:focus).e-success .e-progress { + background-color: rgba(40, 167, 69, 0.2); +} + +.e-outline:not(:focus).e-info .e-progress { + background-color: rgba(23, 162, 184, 0.2); +} + +.e-outline:not(:focus).e-warning .e-progress { + background-color: rgba(255, 193, 7, 0.2); +} + +.e-outline:not(:focus).e-danger .e-progress { + background-color: rgba(220, 53, 69, 0.2); +} + +.e-richtexteditor { + border-radius: 4px; +} + +.e-richtexteditor .e-rte-toolbar { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus .e-icons, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons { + color: #fff; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn { + border-radius: 4px; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:active, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-control.e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active { + border: 1px solid #4e555b; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:hover { + border: 1px solid #545b62; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-btn:focus { + border: 1px solid #6c757d; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn { + border: 1px solid transparent; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active { + border-radius: 4px; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-control.e-tbar-btn.e-dropdown-btn.e-active .e-icons { + color: #fff; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn { + padding: 0 2px; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover { + border: 1px solid transparent; + padding: 0 2px; +} + +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-inline-dropdown.e-control.e-tbar-btn.e-btn { + border: 1px solid transparent; + padding-bottom: 1px; + padding-top: 1px; +} + +.e-richtexteditor .e-rte-content { + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open { + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 4px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open .e-insert-table-btn .e-btn-icon.e-icons { + color: #fff; +} + +.e-richtexteditor .e-rte-content .e-content, +.e-richtexteditor .e-source-content .e-content { + font-size: 14px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-extended.e-toolbar-pop .e-toolbar-item.e-toolbar-popup .e-tbar-btn { + padding: 0 5px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-items.e-rte-dropdown-btn:hover { + padding-left: 5px; + padding-right: 5px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-dropdown-btn.e-rte-dropdown-items { + border: 1px solid transparent; + padding-left: 5px; + padding-right: 5px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-control.e-tbar-btn.e-btn.e-icon-btn { + padding: 0 5px; +} + +.e-bigger .e-richtexteditor .e-rte-content .e-content, +.e-bigger .e-richtexteditor .e-source-content .e-content { + font-size: 16px; +} + +.e-rte-quick-popup.e-popup { + border-radius: 4px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown .e-rte-color-content { + line-height: 26px; + min-height: 26px; + min-width: 26px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown .e-btn-icon.e-caret { + font-size: 8px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown .e-rte-color-content { + line-height: 32px; + min-height: 26px; + min-width: 32px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn.e-rte-inline-dropdown .e-btn-icon.e-caret { + font-size: 10px; +} + +/*! component's theme wise override definitions and variables */ +/*! richtexteditor icons */ +.e-rte-toolbar .e-alignments::before, +.e-rte-dropdown-popup .e-alignments::before { + content: '\e76f'; +} + +.e-rte-toolbar .e-justify-left::before, +.e-rte-dropdown-popup .e-justify-left::before { + content: '\e76f'; +} + +.e-rte-toolbar .e-justify-center::before, +.e-rte-dropdown-popup .e-justify-center::before { + content: '\e732'; +} + +.e-rte-toolbar .e-justify-right::before, +.e-rte-dropdown-popup .e-justify-right::before { + content: '\e746'; +} + +.e-rte-toolbar .e-justify-full::before, +.e-rte-dropdown-popup .e-justify-full::before { + content: '\e79b'; +} + +.e-rte-toolbar .e-font-name::before, +.e-rte-dropdown-popup .e-font-name::before { + content: '\e74b'; +} + +.e-rte-toolbar .e-font-color::before, +.e-rte-dropdown-popup .e-font-color::before { + content: '\e80e'; +} + +.e-rte-toolbar .e-background-color::before, +.e-rte-dropdown-popup .e-background-color::before { + content: '\e754'; +} + +.e-rte-toolbar .e-bold::before, +.e-rte-dropdown-popup .e-bold::before { + content: '\e78b'; +} + +.e-rte-toolbar .e-italic::before, +.e-rte-dropdown-popup .e-italic::before { + content: '\e78e'; +} + +.e-rte-toolbar .e-underline::before, +.e-rte-dropdown-popup .e-underline::before { + content: '\e792'; +} + +.e-rte-toolbar .e-strike-through::before, +.e-rte-dropdown-popup .e-strike-through::before { + content: '\e786'; +} + +.e-rte-toolbar .e-clear-format::before, +.e-rte-dropdown-popup .e-clear-format::before { + content: '\e80c'; +} + +.e-rte-toolbar .e-clear-all::before, +.e-rte-dropdown-popup .e-clear-all::before { + content: '\e703'; +} + +.e-rte-toolbar .e-cut::before, +.e-rte-dropdown-popup .e-cut::before { + content: '\e73f'; +} + +.e-rte-toolbar .e-copy::before, +.e-rte-dropdown-popup .e-copy::before { + content: '\e77b'; +} + +.e-rte-toolbar .e-paste::before, +.e-rte-dropdown-popup .e-paste::before { + content: '\e739'; +} + +.e-rte-toolbar .e-unorder-list::before, +.e-rte-dropdown-popup .e-unorder-list::before { + content: '\e72a'; +} + +.e-rte-toolbar .e-order-list::before, +.e-rte-dropdown-popup .e-order-list::before { + content: '\e72c'; +} + +.e-rte-toolbar .e-indent::before, +.e-rte-dropdown-popup .e-indent::before { + content: '\e702'; +} + +.e-rte-toolbar .e-outdent::before, +.e-rte-dropdown-popup .e-outdent::before { + content: '\e722'; +} + +.e-rte-toolbar .e-undo::before, +.e-rte-dropdown-popup .e-undo::before { + content: '\e752'; +} + +.e-rte-toolbar .e-redo::before, +.e-rte-dropdown-popup .e-redo::before { + content: '\e778'; +} + +.e-rte-toolbar .e-super-script::before, +.e-rte-dropdown-popup .e-super-script::before { + content: '\e779'; +} + +.e-rte-toolbar .e-sub-script::before, +.e-rte-dropdown-popup .e-sub-script::before { + content: '\e707'; +} + +.e-rte-toolbar .e-create-link::before, +.e-rte-dropdown-popup .e-create-link::before { + content: '\e72e'; +} + +.e-rte-toolbar .e-open-link::before, +.e-rte-dropdown-popup .e-open-link::before { + content: '\e785'; +} + +.e-rte-toolbar .e-edit-link::before, +.e-rte-dropdown-popup .e-edit-link::before { + content: '\e78f'; +} + +.e-rte-toolbar .e-remove-link::before, +.e-rte-dropdown-popup .e-remove-link::before { + content: '\e794'; +} + +.e-rte-toolbar .e-image::before, +.e-rte-dropdown-popup .e-image::before { + content: '\e776'; +} + +.e-rte-toolbar .e-replace::before, +.e-rte-dropdown-popup .e-replace::before { + content: '\e80d'; +} + +.e-rte-toolbar .e-align::before, +.e-rte-dropdown-popup .e-align::before { + content: '\e76f'; +} + +.e-rte-toolbar .e-caption::before, +.e-rte-dropdown-popup .e-caption::before { + content: '\e795'; +} + +.e-rte-toolbar .e-remove::before, +.e-rte-dropdown-popup .e-remove::before { + content: '\e773'; +} + +.e-rte-toolbar .e-insert-link::before, +.e-rte-dropdown-popup .e-insert-link::before { + content: '\e72e'; +} + +.e-rte-toolbar .e-display::before, +.e-rte-dropdown-popup .e-display::before { + content: '\e788'; +} + +.e-rte-toolbar .e-alt-text::before, +.e-rte-dropdown-popup .e-alt-text::before { + content: '\e80b'; +} + +.e-rte-toolbar .e-dimension::before, +.e-rte-dropdown-popup .e-dimension::before { + content: '\e791'; +} + +.e-rte-toolbar .e-maximize::before, +.e-rte-dropdown-popup .e-maximize::before { + content: '\e771'; +} + +.e-rte-toolbar .e-minimize::before, +.e-rte-dropdown-popup .e-minimize::before { + content: '\e723'; +} + +.e-rte-toolbar .e-zoom-in::before, +.e-rte-dropdown-popup .e-zoom-in::before { + content: '\e70a'; +} + +.e-rte-toolbar .e-zoom-out::before, +.e-rte-dropdown-popup .e-zoom-out::before { + content: '\e74a'; +} + +.e-rte-toolbar .e-lower-case::before, +.e-rte-dropdown-popup .e-lower-case::before { + content: '\e789'; +} + +.e-rte-toolbar .e-upper-case::before, +.e-rte-dropdown-popup .e-upper-case::before { + content: '\e78a'; +} + +.e-rte-toolbar .e-print::before, +.e-rte-dropdown-popup .e-print::before { + content: '\e743'; +} + +.e-rte-toolbar .e-formats::before, +.e-rte-dropdown-popup .e-formats::before { + content: '\e720'; +} + +.e-rte-toolbar .e-source-code::before, +.e-rte-dropdown-popup .e-source-code::before { + content: '\e790'; +} + +.e-rte-toolbar .e-preview::before, +.e-rte-dropdown-popup .e-preview::before { + content: '\e787'; +} + +.e-rte-toolbar .e-view-side::before, +.e-rte-dropdown-popup .e-view-side::before { + content: '\e796'; +} + +.e-rte-toolbar .e-insert-code::before, +.e-rte-dropdown-popup .e-insert-code::before { + content: '\e793'; +} + +.e-rte-toolbar .e-table-header::before, +.e-rte-dropdown-popup .e-table-header::before { + content: '\e80a'; +} + +.e-rte-toolbar .e-table-remove::before, +.e-rte-dropdown-popup .e-table-remove::before { + content: '\e773'; +} + +.e-rte-toolbar .e-table-rows::before, +.e-rte-dropdown-popup .e-table-rows::before { + content: '\e75c'; +} + +.e-rte-toolbar .e-table-columns::before, +.e-rte-dropdown-popup .e-table-columns::before { + content: '\e782'; +} + +.e-rte-toolbar .e-table-cell-ver-align::before, +.e-rte-dropdown-popup .e-table-cell-ver-align::before { + content: '\e706'; +} + +.e-rte-toolbar .e-table-edit-properties::before, +.e-rte-dropdown-popup .e-table-edit-properties::before { + content: '\e78f'; +} + +.e-rte-toolbar .e-create-table::before, +.e-rte-dropdown-popup .e-create-table::before { + content: '\e763'; +} + +.e-rte-toolbar .e-align-bottom::before, +.e-rte-dropdown-popup .e-align-bottom::before { + content: '\e726'; +} + +.e-rte-toolbar .e-align-middle::before, +.e-rte-dropdown-popup .e-align-middle::before { + content: '\e706'; +} + +.e-rte-toolbar .e-align-top::before, +.e-rte-dropdown-popup .e-align-top::before { + content: '\e709'; +} + +.e-rte-toolbar .e-insert-column-left::before, +.e-rte-dropdown-popup .e-insert-column-left::before { + content: '\e737'; +} + +.e-rte-toolbar .e-insert-column-right::before, +.e-rte-dropdown-popup .e-insert-column-right::before { + content: '\e70e'; +} + +.e-rte-toolbar .e-delete-column::before, +.e-rte-dropdown-popup .e-delete-column::before { + content: '\e719'; +} + +.e-rte-toolbar .e-insert-row-before::before, +.e-rte-dropdown-popup .e-insert-row-before::before { + content: '\e783'; +} + +.e-rte-toolbar .e-insert-row-after::before, +.e-rte-dropdown-popup .e-insert-row-after::before { + content: '\e736'; +} + +.e-rte-toolbar .e-delete-row::before, +.e-rte-dropdown-popup .e-delete-row::before { + content: '\e738'; +} + +.e-rte-toolbar .e-style::before, +.e-rte-dropdown-popup .e-style::before { + content: '\e71a'; +} + +.e-richtexteditor .e-south-east::before, +.e-richtexteditor .e-south-west::before { + content: '\e7cf'; +} + +/*! tab layout */ +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended { + padding-left: 3px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before { + top: -20px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn { + padding-left: 6px; + padding-right: 6px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active { + padding-left: 6px; + padding-right: 6px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn { + padding: 0 5px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content { + line-height: 34px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret { + font-size: 10px; +} + +.e-richtexteditor { + color: #212529; + display: block; + position: relative; +} + +.e-richtexteditor textarea.e-content { + border: 0; + display: block; + height: 100%; + margin: 0; + outline: 0; + padding: 8px; + resize: none; + width: 100%; +} + +.e-richtexteditor .e-rte-hidden { + border: 0; + display: block; + height: 0; + margin: 0; + outline: 0; + padding: 0; + resize: none; + visibility: hidden; + width: 0; +} + +.e-richtexteditor.e-disabled { + pointer-events: none; +} + +.e-richtexteditor.e-rte-full-screen { + bottom: 0; + height: 100% !important; + left: 0; + position: fixed; + right: 0; + top: 0; + width: 100% !important; + z-index: 999; +} + +.e-richtexteditor.e-rtl .e-rte-character-count { + left: 0; + padding-left: 30px; + padding-right: unset; + right: unset; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 6px; +} + +.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 6px; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow { + margin-left: 0; + margin-right: 0; + overflow-x: auto; + white-space: nowrap; + width: 100%; +} + +.e-richtexteditor .e-rte-toolbar, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar { + z-index: 101; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended { + margin-left: 0; + padding-left: 6px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child { + min-width: 75px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child { + min-width: 67px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child { + min-width: 36px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn { + padding-left: 8px; + padding-right: 2px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active { + padding-left: 8px; + padding-right: 2px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before { + font-size: 12px; + position: relative; + top: -18px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before { + font-size: 13px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before { + display: inline; + font-size: 14px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content { + line-height: 25px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn { + padding: 0 2px; +} + +.e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'], +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] { + box-sizing: border-box; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible { + display: block; + visibility: hidden; +} + +.e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed { + top: 0; + transform: translate3d(0, 0, 0); +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) { + bottom: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed { + display: none; + left: 0; + position: fixed; + right: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show { + display: block; + z-index: 101; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float { + position: fixed; + top: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float { + position: absolute; +} + +.e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret { + font-size: 8px; +} + +.e-richtexteditor .rte-placeholder { + color: #212529; + line-height: 18px; + opacity: 00.54; + overflow: hidden; + position: absolute; + text-align: start; + top: 0; + z-index: 1; +} + +.e-richtexteditor .e-rte-content { + position: relative; + z-index: 1; +} + +.e-richtexteditor .e-rte-content, +.e-richtexteditor .e-source-content { + -webkit-overflow-scrolling: touch; + overflow: auto; + transition: 100ms ease-out; + width: 100%; +} + +.e-richtexteditor .e-rte-content .e-content, +.e-richtexteditor .e-source-content .e-content { + background: unset; + box-sizing: border-box; + height: 100%; + min-height: 100px; + outline: 0 solid transparent; + overflow-x: auto; + padding: 16px; + position: relative; + text-align: inherit; + z-index: 2; +} + +@media screen and (min-width: 992px) { + .e-richtexteditor .e-rte-content .e-content, + .e-richtexteditor .e-source-content .e-content { + font-size: 14px; + } +} + +.e-richtexteditor .e-rte-content .e-content p, +.e-richtexteditor .e-source-content .e-content p { + margin: 0 0 10px; + margin-bottom: 10px; +} + +.e-richtexteditor .e-rte-content .e-content li, +.e-richtexteditor .e-source-content .e-content li { + margin-bottom: 10px; +} + +.e-richtexteditor .e-rte-content .e-content h1, +.e-richtexteditor .e-source-content .e-content h1 { + font-size: 2.17em; + font-weight: 400; + line-height: 1; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h2, +.e-richtexteditor .e-source-content .e-content h2 { + font-size: 1.74em; + font-weight: 400; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h3, +.e-richtexteditor .e-source-content .e-content h3 { + font-size: 1.31em; + font-weight: 400; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h4, +.e-richtexteditor .e-source-content .e-content h4 { + font-size: 1em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content h5, +.e-richtexteditor .e-source-content .e-content h5 { + font-size: 00.8em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content h6, +.e-richtexteditor .e-source-content .e-content h6 { + font-size: 00.65em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content blockquote, +.e-richtexteditor .e-source-content .e-content blockquote { + margin: 10px 0; + margin-left: 0; + padding-left: 5px; +} + +.e-richtexteditor .e-rte-content .e-content pre, +.e-richtexteditor .e-source-content .e-content pre { + background-color: inherit; + border: 0; + border-radius: 0; + color: #212529; + font-size: inherit; + line-height: inherit; + margin: 0 0 10px; + overflow: visible; + padding: 0; + white-space: pre-wrap; + word-break: inherit; + word-wrap: break-word; +} + +.e-richtexteditor .e-rte-content .e-content strong, +.e-richtexteditor .e-rte-content .e-content b, +.e-richtexteditor .e-source-content .e-content strong, +.e-richtexteditor .e-source-content .e-content b { + font-weight: 700; +} + +.e-richtexteditor .e-rte-content .e-content a, +.e-richtexteditor .e-source-content .e-content a { + text-decoration: none; + -webkit-user-select: auto; + -ms-user-select: auto; + user-select: auto; +} + +.e-richtexteditor .e-rte-content .e-content a:hover, +.e-richtexteditor .e-source-content .e-content a:hover { + text-decoration: underline; +} + +.e-richtexteditor .e-rte-content .e-content p:last-child, +.e-richtexteditor .e-rte-content .e-content pre:last-child, +.e-richtexteditor .e-rte-content .e-content blockquote:last-child, +.e-richtexteditor .e-source-content .e-content p:last-child, +.e-richtexteditor .e-source-content .e-content pre:last-child, +.e-richtexteditor .e-source-content .e-content blockquote:last-child { + margin-bottom: 0; +} + +.e-richtexteditor .e-rte-content .e-content h3 + h4, +.e-richtexteditor .e-rte-content .e-content h4 + h5, +.e-richtexteditor .e-rte-content .e-content h5 + h6, +.e-richtexteditor .e-source-content .e-content h3 + h4, +.e-richtexteditor .e-source-content .e-content h4 + h5, +.e-richtexteditor .e-source-content .e-content h5 + h6 { + margin-top: 00.6em; +} + +.e-richtexteditor .e-rte-content .e-content ul:last-child, +.e-richtexteditor .e-source-content .e-content ul:last-child { + margin-bottom: 0; +} + +.e-richtexteditor .e-rte-character-count { + bottom: 0; + color: #6c757d; + font-family: 'Times New Roman', Georgia, Serif; + font-size: 14px; + opacity: 00.54; + padding-bottom: 2px; + padding-right: 30px; + position: absolute; + right: 0; + z-index: 100; +} + +.e-richtexteditor .e-rte-character-count.e-warning { + color: #ffc107; + opacity: unset; +} + +.e-richtexteditor .e-rte-character-count.e-error { + color: #dc3545; + opacity: unset; +} + +.e-richtexteditor .e-rte-srctextarea { + background-color: transparent; + border: 0; + color: #212529; + display: block; + height: 100%; + line-height: 22px; + min-height: 200px; + overflow: auto; + padding: 16px; + resize: none; + transition: 100ms ease-out; + width: 100%; +} + +.e-richtexteditor img::selection { + background: transparent; + color: transparent; +} + +.e-richtexteditor .e-resize-handle { + height: 15px; + position: absolute; + width: 15px; +} + +.e-richtexteditor .e-resize-handle.e-south-east { + bottom: 0; + cursor: nwse-resize; + right: 0; + z-index: 100; +} + +.e-rte-linkcontent .e-rte-label { + padding-top: 14px; +} + +.e-rte-label label { + font-weight: normal; +} + +.e-rte-linkcontent .e-rte-label:first-child { + padding-top: 0; +} + +.e-bigger .e-rte-dropdown-popup ul { + min-width: 84px; +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-inline-dropdown ul { + padding: 7px 0; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown ul li.e-item { + height: 34px; + line-height: 34px; + padding: 0 6.5px; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown ul .e-item .e-menu-icon { + float: none; + } +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup { + max-height: 280px; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup ul { + display: -ms-inline-flexbox; + display: inline-flex; + } +} + +.e-rte-dropdown-popup ul { + min-width: 82px; +} + +.e-rte-dropdown-popup ul .e-item .e-menu-icon { + margin: 0 6px; + width: auto; +} + +.e-rte-dropdown-popup ul .e-item.e-h1 { + font-size: 2em; + font-weight: bold; + height: 40px; + line-height: 40px; +} + +.e-rte-dropdown-popup ul .e-item.e-h2 { + font-size: 1.5em; + font-weight: bold; + height: 40px; + line-height: 40px; +} + +.e-rte-dropdown-popup ul .e-item.e-h3 { + font-size: 1.16em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h4 { + font-size: 1em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h5 { + font-size: .83em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h6 { + font-size: .7em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-segoe-ui { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-arial { + font-family: Arial, Helvetica, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-courier-new { + font-family: Courier New, Courier, monospace; +} + +.e-rte-dropdown-popup ul .e-item.e-georgia { + font-family: Georgia, 'Times New Roman', Times, serif; +} + +.e-rte-dropdown-popup ul .e-item.e-helvetica-neue { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-impact { + font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-lucida-console { + font-family: Lucida Console, Monaco, monospace; +} + +.e-rte-dropdown-popup ul .e-item.e-tahoma { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-times-new-roman { + font-family: 'Times New Roman', Times, serif; +} + +.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms { + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-verdana { + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-roboto { + font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif; +} + +.e-rte-dropdown-popup.e-rte-dropdown-icons ul { + min-width: auto; +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-dropdown-icons ul { + min-width: 30px; + } +} + +.e-rte-content .e-content .e-imgbreak { + border: 0; + cursor: pointer; + display: block; + float: none; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-rte-image { + border: 0; + cursor: pointer; + display: ''; + float: none; + margin: auto; + max-width: 100%; + position: relative; +} + +.e-rte-content .e-content .e-imginline { + display: inline-block; + float: none; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); + vertical-align: bottom; +} + +.e-rte-content .e-content .e-imgcenter { + cursor: pointer; + display: block; + float: none; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-rte-content .e-content .e-imgleft { + float: left; + margin: 0 5px 0 0; + text-align: left; +} + +.e-rte-content .e-content .e-imgright { + float: right; + margin: 0 0 0 5px; + text-align: right; +} + +.e-rte-img-popup .e-item { + height: 106px; + width: 300px; +} + +.e-richtexteditor .e-content .e-img-caption { + display: inline-block; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-richtexteditor .e-img-caption.e-caption-inline { + display: inline-block; + margin: 5px auto; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); + position: relative; + text-align: center; + vertical-align: bottom; +} + +.e-richtexteditor .e-img-caption.e-caption-inline.e-imgcenter { + display: block; +} + +.e-richtexteditor .e-img-caption.e-imgcenter { + display: block; +} + +.e-richtexteditor .e-img-inner { + box-sizing: border-box; + display: block; + font-size: 16px; + font-weight: initial; + margin: auto; + opacity: .9; + position: relative; + text-align: center; + width: 100%; +} + +.e-richtexteditor .e-content .e-img-wrap { + display: inline-block; + margin: auto; + padding: 0; + width: 100%; +} + +.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgright, +.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgleft { + float: none; + margin: 0; +} + +.e-richtexteditor .e-linkheader { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + opacity: .87; + padding-bottom: 14px; + padding-top: 14px; +} + +.e-richtexteditor .e-rte-img-dialog .e-rte-label { + padding-top: 14px; +} + +.e-richtexteditor .e-rte-img-dialog .e-rte-label:first-child { + padding-top: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons { + margin-top: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list { + border-bottom: 0 solid transparent; + min-height: initial; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files { + border-top: 0 solid transparent; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap { + display: none; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload { + border: 0 solid transparent; + float: none; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn { + display: block; + height: 36px; + margin: -50px auto; + padding: 0 18px; +} + +.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn { + display: none; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea { + line-height: 10; + min-height: 50px; + position: relative; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text { + display: inline-block; + line-height: normal; +} + +.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea { + line-height: 4; +} + +.e-richtexteditor .e-rte-inline-dropdown ul { + max-height: 200px; + overflow-y: auto; +} + +.e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul { + max-height: 280px; + overflow-y: auto; +} + +.e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul { + max-height: 360px; + overflow-y: auto; +} + +.e-richtexteditor .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown, +.e-richtexteditor .e-rte-inline-dropdown.e-rte-fontcolor-dropdown { + line-height: 0; +} + +.e-richtexteditor .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements { + border-bottom-style: solid; + border-bottom-width: 3px; + line-height: 1; + padding-bottom: 1px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open { + border-radius: 0; + box-shadow: none; + font-size: 14px; + font-weight: normal; + min-width: 120px; + overflow: hidden; + padding: 10px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell { + border: 1px solid #dee2e6; + display: inline-block; + height: 14px; + margin: 1px; + overflow: hidden; + vertical-align: top; + width: 14px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row { + height: 16px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn { + width: 100%; +} + +.e-richtexteditor .e-rte-edit-table .e-rte-field { + padding-top: 14px; +} + +.e-richtexteditor .e-rte-edit-table .e-rte-field:first-child { + padding-top: 0; +} + +.e-richtexteditor .e-rte-content .e-content table { + border-collapse: collapse; + empty-cells: show; +} + +.e-richtexteditor .e-rte-content .e-content table td, +.e-richtexteditor .e-rte-content .e-content table th { + border: 1px solid #adb5bd; + height: 20px; + min-width: 20px; + padding: 2px 5px; + vertical-align: middle; +} + +.e-richtexteditor .e-rte-content .e-content table.e-dashed-border td, +.e-richtexteditor .e-rte-content .e-content table.e-dashed-border th { + border-style: dashed; +} + +.e-richtexteditor .e-rte-content .e-content table td.e-cell-select, +.e-richtexteditor .e-rte-content .e-content table th.e-cell-select { + border: 1px double #007bff; + height: 24.67px; +} + +.e-richtexteditor span.e-table-box { + cursor: nwse-resize; + display: block; + height: 10px; + position: absolute; + width: 10px; +} + +.e-richtexteditor span.e-table-box.e-rmob { + height: 14px; + width: 14px; +} + +.e-richtexteditor .e-row-resize, +.e-richtexteditor .e-column-resize { + background-color: transparent; + background-repeat: repeat; + bottom: 0; + cursor: col-resize; + height: 1px; + overflow: visible; + position: absolute; + width: 1px; +} + +.e-richtexteditor .e-row-resize { + cursor: row-resize; + height: 1px; +} + +.e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-right: 50px; +} + +.e-richtexteditor .e-rte-upload-popup { + width: 250px; +} + +.e-richtexteditor .e-rte-dialog-upload .e-upload-files { + border-top: 0; +} + +.e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list { + border-bottom: 0; +} + +.e-richtexteditor.e-rte-readonly .e-rte-toolbar { + pointer-events: none; +} + +.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette, +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette { + padding: 0; +} + +.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn { + padding: 5px; +} + +.e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, .e-bigger +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn { + padding: 5px; +} + +.e-rte-quick-popup { + border-radius: 2px; + overflow: hidden; +} + +.e-rte-quick-popup .e-rte-quick-toolbar { + border-radius: 2px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow { + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow { + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) { + border-radius: 2px; + margin: 0 6px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator { + display: block; + height: 1px; + margin: 0; + min-height: 1px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item { + margin: 0 6px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 6px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) { + line-height: 20px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons { + min-width: 26px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover { + min-height: 32px; + min-width: 32px; + padding: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons::before { + display: inline; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret { + font-size: 10px; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn { + line-height: 24px; + margin: 4px 0; + padding: 0; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) { + font-size: 14px; + margin-left: -3px; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret { + font-size: 8px; + width: 12px; +} + +.e-rte-quick-popup.e-hide { + display: block; + visibility: hidden; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar { + min-height: 48px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) { + margin: 0 6px; + min-height: 48px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) { + margin: 0 6px; + min-height: 48px; + min-width: 36px; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) { + line-height: normal; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn, +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover { + min-height: 38px; + min-width: 38px; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 6px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: 38px; + line-height: normal; + margin: 0; + min-height: 38px; + min-width: 38px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn { + line-height: 33px; + margin: 4px 0; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) { + font-size: 16px; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret { + font-size: 10px; + width: 20px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control { + display: -ms-flexbox; + display: flex; + padding-left: 1px; + padding-right: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover { + padding-left: 1px; + padding-right: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover { + padding-bottom: 1px; + padding-top: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content { + position: relative; + vertical-align: middle; + width: 30px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements { + border-bottom-style: solid; + border-bottom-width: 3px; + line-height: 1; + padding-bottom: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after { + content: ''; + height: 100%; + position: absolute; + right: 0; + width: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-width: 18px; + text-align: center; + width: 18px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon { + min-width: 20px; + width: 20px; +} + +.e-popup-modal.e-popup.e-popup-open { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-rte-modal-popup.e-popup-container.e-center { + -ms-flex-pack: center; + justify-content: center; +} + +.e-rte-modal-popup.e-popup-container { + -ms-flex-align: center; + align-items: center; + display: none; + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; + z-index: 10000; +} + +.e-popup-overlay { + height: 100%; + left: 0; + opacity: .5; + position: absolute; + top: 0; + width: 100%; +} + +.e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell { + height: 16px; + width: 16px; +} + +.e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row { + height: 18px; +} + +.e-table-rhelper { + cursor: col-resize; + opacity: .87; + position: absolute; +} + +.e-table-rhelper.e-column-helper { + width: 1px; +} + +.e-table-rhelper.e-row-helper { + height: 1px; +} + +.e-reicon::before { + border-bottom: 6px solid transparent; + border-right: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + position: absolute; + right: 4px; + top: 4px; + width: 20px; +} + +.e-reicon::after { + border-bottom: 6px solid transparent; + border-left: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + left: 4px; + position: absolute; + top: 4px; + width: 20px; + z-index: 3; +} + +.e-row-helper.e-reicon::after { + top: 10px; + transform: rotate(90deg); +} + +.e-row-helper.e-reicon::before { + left: 4px; + top: -20px; + transform: rotate(90deg); +} + +.e-rte-overflow { + overflow: hidden; +} + +.e-rte-dialog-minheight { + min-height: 296px; +} + +.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor { + background-size: 700px 190px; + min-height: 190px; +} + +.e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor, +.e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor { + background-size: 700px 190px; + min-height: 190px; +} + +.e-richtexteditor .e-rte-content .e-content table.e-rte-table-border { + border: 1px solid #adb5bd; + border-collapse: separate; +} + +/*! tab layout */ +.e-richtexteditor .e-rte-toolbar { + border: 1px solid #dee2e6; + border-bottom: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus { + background: #6c757d; + border: 1px solid #4e555b; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons { + color: #212529; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons { + color: #212529; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active { + background: #545b62; + border-color: #4e555b; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text { + color: #fff; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after { + background: #545b62; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons { + color: #fff; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons { + color: #fff; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover { + background: #6c757d; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover { + background: #5a6268; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus { + background: #6c757d; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active { + background: #545b62; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover { + background: #5a6268; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus { + background: #6c757d; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active { + background: #545b62; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active { + background: #545b62; + border: 1px solid #6c757d; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after { + background: #4e555b; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover { + background: transparent; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons { + color: #fff; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #212529; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons { + color: #212529; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons { + color: rgba(108, 117, 125, 0.3); +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active { + background: #545b62; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float { + border: 1px solid #dee2e6; +} + +.e-richtexteditor .e-rte-toolbar.e-tb-static { + border-bottom: 1px solid #dee2e6; +} + +.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) { + border: 0; +} + +.e-richtexteditor .e-rte-content, +.e-richtexteditor .e-source-content { + background: #fff; + border: 1px solid #dee2e6; + color: #212529; +} + +.e-richtexteditor .e-rte-content .e-content blockquote, +.e-richtexteditor .e-source-content .e-content blockquote { + border-left: solid 2px #212529; +} + +.e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize), +.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize) { + border: solid 2px #007bff; +} + +.e-richtexteditor .e-rte-content .e-content a, +.e-richtexteditor .e-source-content .e-content a { + color: #007bff; +} + +.e-richtexteditor.e-rte-resize { + background: #fff; +} + +.e-richtexteditor .e-input.e-rte-linkurl.e-error, +.e-richtexteditor .e-input.e-img-link.e-error { + color: #dc3545; +} + +.e-richtexteditor.e-rte-full-screen { + background: #fff; +} + +.e-richtexteditor.e-rte-inline .e-rte-content { + border: 0; +} + +.e-richtexteditor.e-rte-tb-expand { + border: 1px solid #dee2e6; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar { + border: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar, +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended { + border: 0; + border-bottom: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content { + border-top: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float { + border-bottom: 1px solid #dee2e6; + border-right: 1px solid #dee2e6; + border-top: 1px solid #dee2e6; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open { + border-bottom: 1px solid #dee2e6; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended { + border-bottom: 1px solid #dee2e6; + border-right: 1px solid #dee2e6; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-content, +.e-richtexteditor.e-rte-tb-expand .e-source-content { + border: 0; + border-bottom: 1px solid #dee2e6; + border-top: 1px solid #dee2e6; +} + +.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content, +.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content { + border-bottom: 0; +} + +.e-rte-quick-popup { + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 2px; + box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); +} + +.e-rte-quick-popup .e-rte-quick-toolbar { + background: #fff; + border: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items { + background: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator { + border: 0.5px solid #dee2e6; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn { + background: #fff; + border: 1px solid transparent; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover { + background: #6c757d; + border-color: #545b62; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus { + background: #6c757d; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active { + background: #545b62; + border-color: #4e555b; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons { + color: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus { + background: #6c757d; + border: 1px solid #4e555b; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons { + color: #212529; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons { + color: #212529; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #212529; +} + +.e-rte-quick-popup .e-rte-dropdown-btn { + background: #fff; + border-color: #fff; +} + +.e-rte-quick-popup .e-rte-dropdown-btn:focus, .e-rte-quick-popup .e-rte-dropdown-btn:hover { + background: #6c757d; +} + +.e-rte-quick-popup .e-rte-dropdown-btn:hover { + border-color: #545b62; +} + +.e-dialog .e-img-uploadwrap .e-droptext { + border: dashed 2px #adb5bd; + border-radius: 4px; + color: #212529; + display: block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + height: 185px; + margin: 0 auto; + text-align: center; + width: 300px; +} + +.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext { + height: 66px; + margin: 0 auto; + width: 168px; +} + +.e-linkheader { + color: #212529; +} + +.e-rte-img-popup.e-popup { + background: #fff; + border: 1px solid rgba(0, 0, 0, 0.2); + box-shadow: none; + color: #212529; + padding: 10px; +} + +.e-rte-content .e-content img:not(.e-resize) { + z-index: 1000; +} + +span.e-rte-imageboxmark { + background: #007bff; + border: 1px solid #fff; + display: block; + height: 10px; + position: absolute; + width: 10px; + z-index: 1000; +} + +.e-mob-rte span.e-rte-imageboxmark { + background: #fff; + border: 1px solid #007bff; + border-radius: 15px; + height: 20px; + width: 20px; +} + +.e-mob-rte.e-mob-span span.e-rte-imageboxmark { + background: #007bff; + border: 1px solid #fff; +} + +.e-rte-content .e-content img.e-resize { + z-index: 1000; +} + +.e-disabled { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-disabled .e-rte-toolbar .e-toolbar-item { + cursor: default; +} + +.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:hover, .e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active, .e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus { + background: transparent; + cursor: default; +} + +.e-dropdown-popup ul .e-item.e-active { + background-color: #007bff; + color: #fff; +} + +.e-popup-overlay { + background-color: rgba(0, 0, 0, 0.5); +} + +.e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn { + color: rgba(108, 117, 125, 0.3); +} + +.e-rte-table-popup.e-popup.e-popup-open { + background-color: #fff; + color: #212529; +} + +.e-rte-table-popup .e-span-border { + border: 1px solid #dee2e6; + display: block; + margin-bottom: 8px; + margin-top: 12px; +} + +.e-rte-table-popup .e-rte-popup-header { + color: #212529; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + text-align: center; +} + +.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default { + background-color: #fff; +} + +.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active { + background-color: #fff; + border: 1px solid #007bff; +} + +.e-richtexteditor .e-rte-content .e-content table.e-alternate-border tbody tr:nth-child(2n) { + background-color: #f8f9fa; +} + +.e-richtexteditor .e-rte-content .e-content table th { + background-color: #e9ecef; +} + +.e-rte-table-popup.e-popup.e-popup-open { + background-color: #fff; + color: #212529; +} + +span.e-table-box { + background-color: #fff; + border: 1px solid #adb5bd; +} + +span.e-table-box.e-rbox-select { + background-color: #adb5bd; + border: 1px solid #adb5bd; +} + +.e-table-rhelper { + background-color: #007bff; +} + +.e-rte-dialog-upload.e-upload.e-lib.e-keyboard { + background: #fff; +} + +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons { + color: #fff; +} + +.e-input-group.e-ddl .e-control.e-combobox ~ .e-ddl-icon { + font-size: 8px; +} + +.e-bigger .e-input-group.e-ddl .e-control.e-combobox ~ .e-ddl-icon { + font-size: 10px; +} + +/*! Horizontal Tab */ +/*! Bootstrap specific themes definition's */ +/*! Vertical Tab */ +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-gantt .e-add::before { + content: '\e759'; +} + +.e-gantt .e-edit::before { + content: '\e78f'; +} + +.e-gantt .e-delete::before { + content: '\e773'; +} + +.e-gantt .e-cancel::before { + content: '\e745'; +} + +.e-gantt .e-save::before { + content: '\e74d'; +} + +.e-gantt .e-update::before { + content: '\e74d'; +} + +.e-gantt .e-search-icon::before { + content: '\e724'; +} + +.e-gantt .e-cancel-icon::before { + content: '\e745'; +} + +.e-gantt .e-notes-info::before { + content: '\e760'; +} + +.e-gantt .e-left-resize-gripper::before, +.e-gantt .e-right-resize-gripper::before { + content: '\e781'; +} + +.e-gantt .e-expandall::before { + content: '\e7db'; +} + +.e-gantt .e-collapseall::before { + content: '\e7dc'; +} + +.e-gantt .e-prevtimespan::before { + content: '\e7c1'; +} + +.e-gantt .e-nexttimespan::before { + content: '\e7ce'; +} + +.e-gantt .e-zoomin::before { + content: '\e70a'; +} + +.e-gantt .e-zoomout::before { + content: '\e74a'; +} + +.e-gantt .e-zoomtofit::before { + content: '\e657'; +} + +.e-gantt .e-csvexport::before { + content: '\e725'; +} + +.e-gantt .e-excelexport::before { + content: '\e74e'; +} + +.e-gantt .e-add-above::before { + content: '\e658'; +} + +.e-gantt .e-add-below::before { + content: '\e659'; +} + +.e-gantt.e-device .e-backarrowspan::before, +.e-gantt.e-device .e-icon-dlg-close::before { + content: '\e85b'; +} + +.e-gantt.e-device .e-left-resize-gripper::before, +.e-gantt.e-device .e-right-resize-gripper::before { + content: '\e903'; +} + +.e-gantt { + display: block; + width: 100%; +} + +.e-gantt .e-cloneproperties { + padding: 2px 8px 1px; +} + +.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + left: -5px; + position: relative; +} + +.e-gantt .e-cloneproperties { + border-style: solid; + border-width: 1px; + box-shadow: 0 0; + font-size: 12px; + font-weight: 500; + opacity: 1; + overflow: hidden; + padding: 2px 8px 1px; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; + z-index: 100; +} + +.e-gantt .e-cloneproperties.e-draganddrop { + border-spacing: 0; + font-size: 12px; + font-weight: normal; + overflow: visible; +} + +.e-gantt .e-cloneproperties .e-bothganttlines { + border-width: 1px 0 0 1px; +} + +.e-gantt .e-draganddrop { + border-width: 0 1px 1px; + font-weight: normal; + padding: 0; +} + +.e-gantt .e-draganddrop .e-rowcell { + opacity: .95; +} + +.e-gantt .e-cloneproperties.e-draganddrop table { + border-spacing: 0; +} + +.e-gantt .e-icons.e-errorelem { + display: inline-block; + padding-left: 10px; + vertical-align: middle; +} + +.e-gantt .e-errorelem::before { + color: #e3165b; + content: '\e22a'; + transform: rotate(180deg); +} + +.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, +.e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop { + border-bottom: 0; + border-right: 1px solid #dee2e6; + border-top: 1px solid #dee2e6; +} + +.e-gantt .e-gantt-toolbar { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-style: solid; + border-width: 1px 1px 0; +} + +.e-gantt .e-flmenu-valuediv { + padding-top: 16px; +} + +.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar { + margin: 0; +} + +.e-gantt .e-gantt-splitter .e-pane { + overflow: hidden !important; +} + +.e-gantt .e-temp-content { + border-left: 1px solid; +} + +.e-gantt .e-tab { + border: 0; +} + +.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active { + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header { + padding-left: 12px; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator { + display: block; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-style: solid; + border-width: 1px; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before { + border: 0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid { + border-width: 0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header { + border-bottom-style: solid; + border-bottom-width: 1px; + height: 45px; +} + +.e-gantt .e-gantt-tree-grid-pane .e-headercontent { + border-right-width: 0 !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridheader { + border-top-style: none; + border-top-width: 0; + padding-right: 0 !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-columnheader, +.e-gantt .e-gantt-tree-grid-pane .e-headercell { + height: 63px !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content { + overflow-x: scroll !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding { + width: calc(100% + 17px); +} + +.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info { + text-align: center; +} + +.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info { + display: inline-block; + font-size: 18px; + height: 15px; + line-height: 10px; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart { + height: 100%; + overflow: hidden; + position: relative; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-chart-root-container { + border-right: 0 solid; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-content { + -webkit-overflow-scrolling: touch; + overflow-x: scroll; + overflow-y: auto; + position: relative; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-timeline-header-container { + border-bottom-style: solid; + border-right-width: 0; + overflow: hidden; + position: relative; + z-index: 6; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th { + border-left: 0; + padding: 0 3px; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-container { + border-collapse: collapse; + border-spacing: 0; + border-width: 0; + box-sizing: border-box; + margin: 0; + padding: 0; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-body { + border-collapse: collapse; + box-sizing: border-box; + display: inline-block; + white-space: nowrap; + zoom: 1; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + border-spacing: 0; + border-style: solid; + border-top: 0; + border-width: 1px; + box-sizing: border-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 14px; + font-weight: bold; + margin: 0; + padding: 0; + position: static; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label { + box-sizing: border-box; + margin: auto; + overflow: hidden; + position: static; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text { + padding-left: 8px; + text-align: left; +} + +.e-gantt .e-gantt-chart .e-gantt-grid-lines { + border-bottom-style: solid; + border-bottom-width: 1px; + border-collapse: collapse; + border-spacing: 0; + box-sizing: border-box; +} + +.e-gantt .e-gantt-chart .e-zero-spacing { + border-spacing: none; +} + +.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border { + border-top-color: transparent; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border { + border-collapse: separate; + border-style: solid; + border-width: 1px 0 0; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell { + font-size: 0; + padding: 0; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-chart .e-line-container-cell { + border-right-style: solid; + border-right-width: 1px; + height: 100%; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-taskbar-main-container { + cursor: move; + display: inline-block; + position: absolute; + vertical-align: middle; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: end; + justify-content: flex-end; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + outline: none; + overflow: hidden; + position: absolute; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-left-label-container { + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div, +.e-gantt .e-gantt-chart .e-right-label-container { + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: end; + justify-content: flex-end; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-label { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-right-label-container { + background-color: transparent; + display: inline-block; + margin: 0; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-right-label-inner-div { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + outline: none; + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-indicator-span { + display: inline-block; + font-size: 13px; + font-weight: 400; + overflow: hidden; + position: absolute; + text-overflow: ellipsis; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar, +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar, +.e-gantt .e-gantt-chart .e-gantt-child-progressbar, +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar, +.e-gantt .e-gantt-chart .e-gantt-milestone { + display: inline-block; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div, +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div { + border-spacing: 0; + box-sizing: border-box; + margin: auto; + overflow: hidden; + padding: 0; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div, +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + box-sizing: border-box; + text-align: right; +} + +.e-gantt .e-gantt-chart .e-chart-scroll-container, +.e-gantt .e-gantt-chart .e-chart-rows-container { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-gantt .e-gantt-chart .e-taskbar-left-resizer, +.e-gantt .e-gantt-chart .e-taskbar-right-resizer { + display: inline-block; + position: absolute; + top: 0; + width: 10px; + z-index: 4; +} + +.e-gantt .e-gantt-chart .e-child-progress-resizer { + display: inline-block; + height: 15px; + position: absolute; + top: 0; + width: 20px; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper { + cursor: col-resize; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler { + border-style: solid; + border-width: 1px; + box-sizing: content-box; + cursor: col-resize; + height: 2px; + position: absolute; + top: 7px; + width: 12px; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element { + border-bottom-style: solid; + border-bottom-width: 6px; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + cursor: col-resize; + height: 0; + left: -1px; + position: absolute; + top: -7px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after { + border-bottom-style: solid; + border-bottom-width: 6px; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + cursor: col-resize; + height: 0; + left: -1; + position: absolute; + top: -6px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-baseline-bar { + box-sizing: border-box; + position: absolute; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-milestone-top { + border-style: none solid solid; + border-top: 0; +} + +.e-gantt .e-gantt-chart .e-milestone-top, +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-left-color: transparent; + border-right-color: transparent; +} + +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-bottom: 0; + border-style: solid solid none; +} + +.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container { + position: absolute; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-task-label { + display: inline; + font-weight: normal; + margin-left: 8px; + margin-right: 15px; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart .e-task-table { + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-left-resize-gripper, +.e-gantt .e-gantt-chart .e-right-resize-gripper { + -ms-flex-align: center; + align-items: center; + cursor: e-resize; + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-gantt .e-gantt-chart .e-holiday { + display: inline-block; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-holiday .e-span { + font-size: 13px; + position: absolute; + transform: rotate(-90deg); + white-space: nowrap; + width: 0; +} + +.e-gantt .e-gantt-chart .e-weekend { + display: inline-block; + position: absolute; + z-index: 0; +} + +.e-gantt .e-gantt-chart .e-event-markers { + border-left: 1px dashed; + position: absolute; + width: 1px; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-span-label { + border-radius: 3px; + font-weight: 500; + height: 28px; + left: 5px; + line-height: 1.5; + padding: 4px 12px; + position: absolute; + top: 50px; + white-space: nowrap; + width: auto; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow { + border-bottom: 5px solid transparent; + border-right: 5px solid; + border-top: 5px solid transparent; + height: 0; + position: absolute; + top: 56px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar { + border-radius: 0; + border-style: none; + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow { + border-left-style: solid; + border-left-width: 10px; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-right-style: solid; + border-right-width: 10px; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow, +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-bottom: 5px solid transparent; + border-top: 5px solid transparent; +} + +.e-gantt .e-gantt-chart .e-connector-line-container { + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-connector-line-z-index { + z-index: 1; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover { + outline: 1px solid; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover-z-index { + z-index: 100; +} + +.e-gantt .e-gantt-chart .e-connectortouchpoint { + background-color: transparent; + display: block; + position: absolute; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-right, +.e-gantt .e-gantt-chart .e-connectorpoint-left, +.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div, +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + border-radius: 50%; + display: inline-block; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover { + border-style: solid; + border-width: 1px; + box-sizing: content-box; + cursor: pointer; + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-allow-block { + cursor: no-drop; +} + +.e-gantt .e-gantt-chart .e-icon { + font-family: 'e-icons'; + font-size: 13px; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + text-transform: none; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart .e-active-container { + border: 1px solid !important; +} + +.e-gantt .e-gantt-dialog { + border: 0; +} + +.e-gantt .e-gantt-dialog .e-gridform .e-table { + border-spacing: 0; +} + +.e-gantt .e-gantt-dialog .e-item { + height: 241px; +} + +.e-gantt .e-gantt-dialog .e-dependent-div { + border-bottom-width: 0px; +} + +.e-gantt .e-gantt-dialog .e-icon-dlg-close { + opacity: initial; +} + +.e-gantt .e-gantt-dialog .e-toolbar { + border-top-width: 0; +} + +.e-gantt .e-gantt-dialog .e-resource-div { + border-bottom-width: 0px; +} + +.e-gantt .e-gantt-dialog .e-resource-div .e-gridheader { + border-top-width: 0; +} + +.e-gantt .e-gantt-dialog .e-edit-form-row { + height: 241px; + overflow-y: auto; + padding-bottom: 12px; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) { + float: left; + padding: 16px 18px 0 18px; + width: 50%; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) { + float: left; + padding: 16px 16px 0 0; + width: 50%; +} + +.e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) { + padding: 16px 16px 0 0; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column { + height: 75px; +} + +.e-gantt .e-gantt-dialog .e-dependent-div .e-content { + height: 161px; +} + +.e-gantt .e-gantt-dialog .e-resource-div .e-content { + height: 202px; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor { + border-bottom-width: 0px; + height: 241px !important; + overflow: hidden; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand { + border-top: 0; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content { + border-bottom-width: 0px; + height: 200px; +} + +.e-gantt .e-gantt-dialog > .e-dlg-content { + padding: 0 !important; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + border-bottom: 0 !important; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + border-radius: 3px 3px 0px 0px; + padding-bottom: 20px; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + border-radius: 50%; +} + +.e-icon-rowselect::before { + content: '\e930'; +} + +.e-ganttpopup { + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + font-weight: normal; + position: absolute; + user-select: none; + z-index: 99999; +} + +.e-ganttpopup .e-rowselect { + line-height: 18px; + text-indent: 7%; +} + +.e-ganttpopup span { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + padding: 4px; + width: 26px; +} + +.e-ganttpopup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-ganttpopup .e-tail::after, +.e-ganttpopup .e-tail::before, +.e-ganttpopup .e-ganttpopup { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-ganttpopup .e-downtail::after { + top: 34px; +} + +.e-gantt-tooltip.e-tooltip-wrap { + opacity: 1; +} + +.e-gantt-tooltip-label { + padding-bottom: 2px; + padding-right: 2px; + text-align: right; +} + +.e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) { + float: none; + padding: 16px 18px 0 18px; + width: 100%; +} + +.e-gantt.e-device .e-edit-form-row { + height: auto; +} + +.e-gantt.e-device .e-adaptive-searchbar { + padding: 5px 10px; + width: 90%; +} + +.e-gantt.e-device .e-backarrowspan { + font-size: 16px; + padding: 5px 10px; +} + +.e-gantt.e-device .e-gantt-dialog { + max-height: auto; +} + +.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn { + float: left; + left: -4px; +} + +.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close { + font-size: 16px; +} + +.e-gantt.e-device .e-gantt-dialog .e-dlg-header { + display: inline-block; +} + +.e-gantt.e-device .e-toolbar-item { + padding: 7px; +} + +.e-gantt.e-device .e-toolbar .e-icons { + font-size: 18px; +} + +.e-gantt.e-device .e-gridheader .e-icons { + font-size: 12px; +} + +.e-gantt.e-device .e-right-resize-gripper, +.e-gantt.e-device .e-left-resize-gripper { + border: 7px solid; + z-index: -1; +} + +.e-gantt.e-device .e-right-resize-gripper::before, +.e-gantt.e-device .e-left-resize-gripper::before { + font-size: 14px; + margin-left: -7px; +} + +.e-gantt.e-device .e-dependent-div .e-content { + height: 100%; +} + +.e-gantt.e-device .e-resource-div .e-content { + height: 100%; +} + +.e-gantt.e-device .e-richtexteditor { + height: 100%; +} + +.e-gantt.e-device .e-richtexteditor .e-rte-content { + height: 100%; +} + +/*! Gantt theme */ +.e-gantt .e-gantt-splitter { + border-color: #dee2e6; + border-radius: 0px; +} + +.e-gantt .e-cloneproperties.e-draganddrop { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + opacity: .95; + overflow: visible; +} + +.e-gantt .e-cloneproperties { + background-color: #fff; + border-color: #ddd; + color: #212529; +} + +.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell { + color: #212529; +} + +.e-gantt .e-cloneproperties.e-draganddrop table, +.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground { + background-color: #fff; + height: 30px; +} + +.e-gantt .e-gantt-toolbar + .e-gantt-splitter { + border-top-left-radius: 0px; + border-top-right-radius: 0px; +} + +.e-gantt .e-gantt-dialog .e-dlg-header { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + background: #007bff; +} + +.e-gantt .e-gantt-dialog .e-icon-dlg-close { + color: rgba(255, 255, 255, 0.75); +} + +.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover { + background-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close { + color: white; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header { + background: #007bff; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator { + background: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active { + background-color: #fff; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text { + color: #495057; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover { + background: transparent; + border-bottom: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-color: #dee2e6; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text { + color: #fff; +} + +.e-gantt .e-temp-content { + border-color: #dee2e6; +} + +.e-gantt .e-splitter-box { + border-color: #dee2e6; +} + +.e-gantt .e-gantt-temp-header { + border-color: #dee2e6; +} + +.e-gantt .e-gantt-chart-pane { + border-color: #dee2e6; +} + +.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div { + height: 45px !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active { + background: rgba(0, 123, 255, 0.16); +} + +.e-gantt .e-gantt-chart .e-timeline-header-container { + background: #fff; + border-bottom-color: #dee2e6; + border-bottom-width: 2px; + border-right-color: #dee2e6; + color: #212529; + height: 65px; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + border-color: #dee2e6; + color: #212529; +} + +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + height: 47px; + line-height: 47px; +} + +.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div { + height: 47px !important; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell { + height: 33px; +} + +.e-gantt .e-gantt-chart .e-chart-root-container { + background-color: #fff; + border-color: #dee2e6; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-body { + border-spacing: 0; +} + +.e-gantt .e-gantt-chart .e-chart-row-border { + border-top-color: #dee2e6; +} + +.e-gantt .e-gantt-chart .e-chart-row-cell { + color: black; +} + +.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow { + border-bottom-color: #dee2e6; +} + +.e-gantt .e-gantt-chart .e-line-container-cell { + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-active-container { + border-color: #66afe9 !important; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div { + background-color: #007bff; + border: 1px solid #0056b3; + border-radius: 4px; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div { + background-color: #6c757d; + border: 1px solid #495057; + border-radius: 4px; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + background-color: #495057; + border: 0px; +} + +.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div { + background-color: #0056b3; + border: 0px; +} + +.e-gantt .e-gantt-chart .e-holiday { + background: #e9ecef; +} + +.e-gantt .e-gantt-chart .e-holiday .e-span { + color: #212529; + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-weekend { + background: #f8f9fa; +} + +.e-gantt .e-gantt-chart .e-weekend-header-cell { + background: #f8f9fa; +} + +.e-gantt .e-gantt-chart .e-event-markers { + border-left-color: #007bff; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-span-label { + background-color: #ffc107; + color: #000; + font-size: 14px; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow { + border-right-color: #ffc107; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar { + background: linear-gradient(to right, rgba(0, 123, 255, 0.2), #007bff 30%, #007bff 70%, #007bff 70%, rgba(0, 123, 255, 0.2) 100%); + background-color: rgba(0, 123, 255, 0.2); + border: 0px; + border-radius: 4px; +} + +.e-gantt .e-gantt-chart .e-unscheduled-milestone-top { + border-bottom-color: #495057; +} + +.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom { + border-top-color: #495057; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler { + background: #222; + border-color: #fff; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element { + border-bottom-color: #fff; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after { + border-bottom-color: #222; +} + +.e-gantt .e-gantt-chart .e-gantt-dependency-view-container { + display: block; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-line { + border-color: #0056b3; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow { + border-left-color: #0056b3; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-right-color: #0056b3; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover { + border-left-color: #0056b3; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover { + border-right-color: #0056b3; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover { + border-color: #0056b3; + outline-color: #0056b3; +} + +.e-gantt .e-gantt-chart .e-gantt-false-line { + border-top-color: #0056b3; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover { + background-color: #333; + border-color: #fff; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover { + background-color: white; + border-color: #0056b3; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div, +.e-gantt .e-gantt-chart .e-right-label-inner-div { + color: #212529; + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-left-label-temp-container { + color: #212529; + font-size: 14px; + padding-right: 25px; +} + +.e-gantt .e-gantt-chart .e-right-label-temp-container { + color: #212529; + font-size: 14px; + margin-left: 25px; +} + +.e-gantt .e-gantt-chart .e-right-label-container { + margin-left: 25px; +} + +.e-gantt .e-gantt-chart .e-left-label-container { + padding-right: 25px; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-right { + margin-left: 2px; +} + +.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div, +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + height: 8px; + width: 12px; +} + +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + left: -12px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left, +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right { + border-right: transparent; + border-width: 3px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right { + border-bottom-left-radius: 0px; + border-bottom-right-radius: 2px; + border-top-left-radius: 0px; + border-top-right-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left { + border-bottom-left-radius: 2px; + border-top-left-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-task-label { + color: #fff; + font-size: 12px; +} + +.e-gantt .e-gantt-chart .e-icon { + color: #fff; +} + +.e-gantt .e-gantt-chart .e-milestone-top { + border-bottom-color: #495057; +} + +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-top-color: #495057; +} + +.e-gantt .e-gantt-chart .e-label { + color: #212529; + font-size: 14px; +} + +.e-gantt .e-gantt-chart .e-active { + background: rgba(0, 123, 255, 0.16); + color: #333; + opacity: 1; +} + +.e-gantt .e-gantt-chart .e-active .e-label { + color: #333; +} + +.e-gantt .e-gantt-chart .e-baseline-bar { + background-color: #fd7e14; +} + +.e-gantt .e-gantt-chart .e-baseline-milestone-top { + border-bottom-color: #fd7e14; +} + +.e-gantt .e-gantt-chart .e-baseline-milestone-bottom { + border-top-color: #fd7e14; +} + +.e-gantt .e-gantt-chart .e-uptail::before { + border-bottom-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-downtail::after { + border-top-color: #fff; +} + +.e-gantt .e-gantt-chart .e-downtail::before { + border-top-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-ganttpopup .e-content { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-spanclicked, +.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked { + border-color: #000; +} + +.e-gantt .e-gantt-chart .e-active-parent-task { + border-radius: 4px; + box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5); +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div { + background: #1a1a1a; + border: #1a1a1a; +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div { + background-color: transparent; + border: transparent; +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label { + color: transparent; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label { + color: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line { + border-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow { + border-left-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow { + border-right-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div { + background: #D5D5D5 !important; + border: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div { + background-color: transparent !important; + border: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top { + border-bottom-color: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom { + border-top-color: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div { + background-color: #8A8A8A !important; + border: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div { + background-color: transparent !important; + border: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div { + background: #0056b3 !important; + border: #0056b3 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top { + border-bottom-color: #0056b3 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom { + border-top-color: #0056b3 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div { + background: #66b0ff !important; + border: #66b0ff !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top { + border-bottom-color: #66b0ff !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom { + border-top-color: #66b0ff !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line { + border-color: #0056b3 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow { + border-left-color: #0056b3 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow { + border-right-color: #0056b3 !important; +} + +.e-gantt .e-grid .e-icons { + color: #212529 !important; +} + +.e-gantt.e-device .e-left-resize-gripper, +.e-gantt.e-device .e-right-resize-gripper { + border-color: #9e9e9e; + color: #eee; +} + +.e-gantt.e-device .e-backarrowspan { + color: #000; +} + +/*! calendar bootstrap theme variables */ +.e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon { + font-size: 8px; +} + +.e-bigger .e-input-group.e-ddl .e-control.e-autocomplete ~ .e-ddl-icon { + font-size: 10px; +} + +.e-input-group.e-ddl .e-control.e-combobox ~ .e-ddl-icon { + font-size: 8px; +} + +.e-bigger .e-input-group.e-ddl .e-control.e-combobox ~ .e-ddl-icon { + font-size: 10px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! Bootstrap4 theme definitions and variables */ +/*! Value element styles */ +/*! Tooltip styles */ +/*! Tip Content styles */ +/*! Title styles */ +/*! Wrapper styles */ +/*! Component group styles */ +/*! Button styles */ +/*! inplaceeditor icons */ +.e-inplaceeditor .e-save-icon::before, +.e-inplaceeditor-tip .e-save-icon::before { + content: '\e718'; +} + +.e-inplaceeditor .e-cancel-icon::before, +.e-inplaceeditor-tip .e-cancel-icon::before { + content: '\e745'; +} + +.e-inplaceeditor .e-editable-overlay-icon::before, +.e-inplaceeditor-tip .e-editable-overlay-icon::before { + content: '\e78f'; +} + +/*! inplaceeditor layout */ +.e-bigger .e-inplaceeditor .e-editable-value-wrapper, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper { + padding: 8px 12px; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value { + font-size: 16px; + margin: 0 32px 0 0; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon { + right: 12px; + width: 20px; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before { + font-size: 16px; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save { + margin: 0 4px 0 0; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel { + margin: 0 0 0 4px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value { + margin: 0 0 0 32px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon { + left: 12px; + right: auto; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save { + margin: 0 0 0 4px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel { + margin: 0 4px 0 0; +} + +.e-inplaceeditor { + display: inline-block; + position: relative; + width: auto; +} + +.e-inplaceeditor .e-editable-value-wrapper { + display: inline-block; + padding: 6px 10px; + position: relative; + width: auto; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + display: inline-block; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + margin: 0 30px 0 0; + line-height: 24px; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + bottom: 0; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + height: inherit; + position: absolute; + right: 10px; + top: 0; + visibility: hidden; + width: 18px; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-size: 14px; +} + +.e-inplaceeditor .e-editable-value-wrapper.e-hide { + display: none; +} + +.e-inplaceeditor .e-editable-value-wrapper.e-editable-open { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon { + visibility: visible; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon { + visibility: hidden; +} + +.e-inplaceeditor .e-editable-action-buttons { + margin-top: 4px; + position: absolute; + right: 0; + z-index: 100; +} + +.e-inplaceeditor.e-overlay { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value { + margin: 0 0 0 30px; +} + +.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon { + left: 10px; + right: auto; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons { + left: 0; + right: auto; +} + +.e-bigger .e-inplaceeditor, +.e-inplaceeditor.e-bigger, +.e-bigger .e-inplaceeditor-tip, +.e-inplaceeditor-tip.e-bigger { + width: auto; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons, +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons, +.e-bigger .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons, +.e-bigger .e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons, +.e-inplaceeditor-tip.e-bigger .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons, +.e-inplaceeditor-tip.e-bigger .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons { + font-size: 16px; +} + +.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle, +.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: inherit; +} + +.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle, +.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: inherit; +} + +.e-inplaceeditor .e-editable-loading, +.e-inplaceeditor-tip .e-editable-loading { + display: none; + min-height: 100%; + position: absolute; + top: 0; +} + +.e-inplaceeditor .e-editable-loading.e-show, +.e-inplaceeditor-tip .e-editable-loading.e-show { + display: block; +} + +.e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner, +.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner { + left: auto; + right: 5px; + transform: translateX(-30%) translateY(-50%); +} + +.e-inplaceeditor .e-editable-form, +.e-inplaceeditor-tip .e-editable-form { + width: 100%; +} + +.e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon, +.e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon { + visibility: hidden; +} + +.e-inplaceeditor .e-component-group, +.e-inplaceeditor-tip .e-component-group { + margin-bottom: 4px; +} + +.e-inplaceeditor .e-component-group .e-editable-component, +.e-inplaceeditor-tip .e-component-group .e-editable-component { + min-width: 150px; + position: relative; +} + +.e-inplaceeditor .e-control-overlay, +.e-inplaceeditor-tip .e-control-overlay { + visibility: hidden; +} + +.e-inplaceeditor .e-control-overlay.e-richtexteditor, +.e-inplaceeditor-tip .e-control-overlay.e-richtexteditor { + opacity: .5; + pointer-events: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + visibility: visible; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save { + margin: 0 3px 0 0; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons { + font-size: 14px; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel { + margin: 0 0 0 3px; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons { + font-size: 14px; +} + +.e-inplaceeditor .e-editable-action-buttons.e-hide, +.e-inplaceeditor-tip .e-editable-action-buttons.e-hide { + visibility: hidden; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save { + margin: 0 0 0 3px; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel { + margin: 0 3px 0 0; +} + +.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper, +.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper { + padding: 16px; +} + +.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper, +.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper { + padding: 16px; +} + +.e-bigger .e-inplaceeditor-tip .e-editable-title, +.e-inplaceeditor-tip.e-bigger .e-editable-title { + font-size: 16px; + min-height: 36px; + padding: 0 0 0 16px; +} + +.e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title, +.e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title { + padding: 0 16px 0 0; +} + +.e-inplaceeditor-tip { + opacity: 1; + width: auto; +} + +.e-inplaceeditor-tip.e-tooltip-wrap { + max-width: 100%; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content { + padding: 0; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title { + -ms-flex-line-pack: center; + align-content: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 700; + height: 31px; + -ms-flex-pack: center; + justify-content: center; + padding: 0 0 0 14px; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper { + display: -ms-flexbox; + display: flex; + padding: 14px; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons { + float: right; + margin-top: 4px; + position: relative; + right: auto; + top: auto; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper { + padding: 14px; +} + +.e-inplaceeditor-tip.e-hide { + visibility: hidden; +} + +.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title { + padding: 0 14px 0 0; +} + +.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons { + float: left; +} + +.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor { + background-size: 150px 60px; + min-height: 60px; +} + +.e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor, +.e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor { + background-size: 150px 70px; + min-height: 70px; +} + +/*! inplaceeditor theme */ +.e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + border-bottom: 1px dashed #495057; + color: #495057; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + color: #495057; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover { + background: #f2f4f6; + border-radius: 4px; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value { + border-bottom-color: transparent; +} + +.e-inplaceeditor[data-underline='false'] .e-editable-value-wrapper .e-editable-value { + border-bottom: 0; +} + +.e-inplaceeditor.e-disable { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value { + border-bottom-color: transparent; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn { + background-color: #fff; + border: 1px solid #ced4da; + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25); +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons { + color: #495057; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover { + background-color: #5a6268; + border: 1px solid #545b62; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus { + background-color: #6c757d; + border: 1px solid #6c757d; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active { + background-color: #545b62; + border: 1px solid #4e555b; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons { + color: #fff; +} + +.e-inplaceeditor-tip.e-tooltip-wrap { + background: #fff; + box-shadow: none; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content { + border-radius: 4px; + color: #495057; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-inner { + color: #fff; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom-color: rgba(0, 0, 0, 0.2); +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { + border-top-color: rgba(0, 0, 0, 0.2); +} + +.e-inplaceeditor-tip.e-tooltip-wrap.e-popup { + border: 1px solid rgba(0, 0, 0, 0.2); +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-editable-title { + background: #f2f4f6; + border-bottom: 0; + color: #212529; +} + +.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom-color: rgba(0, 0, 0, 0.2); +} + +.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { + color: #f2f4f6; +} + +.e-toast .e-toast-close-icon::before { + content: ""; +} + +/*! toast layout */ +.e-bigger .e-toast-container.e-toast-top-left, +.e-toast-container.e-bigger.e-toast-top-left { + left: 10px; + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-left, +.e-toast-container.e-bigger.e-toast-bottom-left { + bottom: 10px; + left: 10px; +} + +.e-bigger .e-toast-container.e-toast-top-right, +.e-toast-container.e-bigger.e-toast-top-right { + right: 10px; + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-right, +.e-toast-container.e-bigger.e-toast-bottom-right { + bottom: 10px; + right: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-center, +.e-toast-container.e-bigger.e-toast-bottom-center { + bottom: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-center .e-toast, +.e-toast-container.e-bigger.e-toast-bottom-center .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-toast-top-center, +.e-toast-container.e-bigger.e-toast-top-center { + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-top-center .e-toast, +.e-toast-container.e-bigger.e-toast-top-center .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-toast-full-width, +.e-toast-container.e-bigger.e-toast-full-width { + left: 0; + right: 0; +} + +.e-bigger .e-toast-container.e-toast-full-width .e-toast, +.e-toast-container.e-bigger.e-toast-full-width .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions { + text-align: left; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions > *, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions > * { + margin-left: initial; + margin-right: 10px; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-close-icon, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-close-icon { + margin-left: initial; + margin-right: auto; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-icon, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-icon { + margin-left: 10px; + margin-right: initial; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-progress, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-progress { + left: auto; + right: 0; +} + +.e-bigger .e-toast-container .e-toast, +.e-toast-container.e-bigger .e-toast { + border-radius: 4px; + font-size: 14px; + margin: 0 0 10px; + min-height: 44px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content { + padding: 10px 0 5px 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:first-child { + padding: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:last-child { + padding-bottom: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content + .e-toast-actions { + padding: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions { + padding: 5px 0 0 0; + text-align: right; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions > *, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions > * { + margin-left: 10px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-close-icon, +.e-toast-container.e-bigger .e-toast .e-toast-close-icon { + font-size: 12px; + height: 24px; + width: 24px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-icon, +.e-toast-container.e-bigger .e-toast .e-toast-icon { + font-size: 20px; + height: 24px; + margin-right: 10px; + width: 24px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-progress, +.e-toast-container.e-bigger .e-toast .e-toast-progress { + height: 4px; +} + +.e-toast-container { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-direction: column; + flex-direction: column; + position: relative; +} + +.e-toast-container.e-toast-top-left { + left: 10px; + top: 10px; +} + +.e-toast-container.e-toast-bottom-left { + bottom: 10px; + left: 10px; +} + +.e-toast-container.e-toast-top-right { + right: 10px; + top: 10px; +} + +.e-toast-container.e-toast-bottom-right { + bottom: 10px; + right: 10px; +} + +.e-toast-container.e-toast-bottom-center { + bottom: 10px; + pointer-events: none; + right: 0; + width: 100%; +} + +.e-toast-container.e-toast-bottom-center .e-toast { + margin: 0 auto 10px; + pointer-events: auto; +} + +.e-toast-container.e-toast-top-center { + pointer-events: none; + right: 0; + top: 10px; + width: 100%; +} + +.e-toast-container.e-toast-top-center .e-toast { + margin: 0 auto 10px; + pointer-events: auto; +} + +.e-toast-container.e-toast-full-width { + left: 0; + right: 0; + width: 100%; +} + +.e-toast-container.e-toast-full-width .e-toast { + margin: 0 auto 10px; + width: 96%; +} + +.e-toast-container.e-rtl .e-toast .e-toast-actions { + text-align: left; +} + +.e-toast-container.e-rtl .e-toast .e-toast-actions > * { + margin-left: initial; + margin-right: 10px; +} + +.e-toast-container.e-rtl .e-toast .e-toast-close-icon { + margin-left: initial; + margin-right: auto; +} + +.e-toast-container.e-rtl .e-toast .e-toast-icon { + margin-left: 8px; + margin-right: initial; +} + +.e-toast-container.e-rtl .e-toast .e-toast-progress { + left: auto; + right: 0; +} + +.e-toast-container .e-toast { + border-radius: 4px; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 14px; + margin: 0 0 10px; + overflow: hidden; + padding: 12px; + position: relative; +} + +.e-toast-container .e-toast .e-toast-icon, +.e-toast-container .e-toast .e-toast-message { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toast-container .e-toast > * { + word-break: break-word; + word-wrap: break-word; +} + +.e-toast-container .e-toast .e-toast-message { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + width: inherit; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title, +.e-toast-container .e-toast .e-toast-message .e-toast-content { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title:first-child, +.e-toast-container .e-toast .e-toast-message .e-toast-content:first-child { + padding: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title:last-child, +.e-toast-container .e-toast .e-toast-message .e-toast-content:last-child { + padding-bottom: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title > *, +.e-toast-container .e-toast .e-toast-message .e-toast-content > * { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title { + font-size: 14px; + font-weight: bold; + letter-spacing: .5px; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content { + padding: 10px 0 5px 0; + word-break: break-word; + word-wrap: break-word; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions { + padding-top: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-actions { + margin: 1px; + padding: 5px 0 0 0; + text-align: right; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-actions > * { + margin-left: 10px; +} + +.e-toast-container .e-toast .e-toast-close-icon { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + font-size: 10px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + margin-left: auto; + width: 24px; +} + +.e-toast-container .e-toast .e-toast-icon { + -ms-flex-align: center; + align-items: center; + font-size: 16px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + margin-right: 8px; + width: 24px; +} + +.e-toast-container .e-toast .e-toast-progress { + bottom: 0; + height: 4px; + left: 0; + position: absolute; +} + +.e-content-placeholder.e-toast.e-placeholder-toast { + background-size: 400px 100px; + min-height: 100px; +} + +.e-bigger .e-content-placeholder.e-toast.e-placeholder-toast, +.e-bigger.e-content-placeholder.e-toast.e-placeholder-toast { + background-size: 400px 100px; + min-height: 100px; +} + +.e-toast-container .e-toast { + background-color: rgba(255, 255, 255, 0.85); + box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1); + color: #212529; + border: 1px solid rgba(0, 0, 0, 0.1); +} + +.e-toast-container .e-toast.e-toast-success { + background-color: #d4edda; + color: #155724; + border-color: #c3e6cb; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title { + color: #155724; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content { + color: #155724; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-icon { + color: #155724; +} + +.e-toast-container .e-toast.e-toast-success:hover { + background-color: #c2e5cb; + box-shadow: 0 4px 12px; + color: #155724; + border-color: #b1debb; +} + +.e-toast-container .e-toast.e-toast-info { + background-color: #cce5ff; + color: #004085; + border-color: #b8daff; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title { + color: #004085; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content { + color: #004085; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-icon { + color: #004085; +} + +.e-toast-container .e-toast.e-toast-info:hover { + background-color: #b3d8ff; + box-shadow: 0 4px 12px; + color: #004085; + border-color: #9ecdff; +} + +.e-toast-container .e-toast.e-toast-warning { + background-color: #fff3cd; + color: #856404; + border-color: #ffeeba; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title { + color: #856404; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content { + color: #856404; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-icon { + color: #856404; +} + +.e-toast-container .e-toast.e-toast-warning:hover { + background-color: #ffedb3; + box-shadow: 0 4px 12px; + color: #856404; + border-color: #ffe8a0; +} + +.e-toast-container .e-toast.e-toast-danger { + background-color: #f8d7da; + color: #721c24; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title { + color: #721c24; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content { + color: #721c24; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-icon { + color: #721c24; +} + +.e-toast-container .e-toast.e-toast-danger:hover { + background-color: #f4c1c6; + box-shadow: 0 4px 12px; + color: #721c24; + border-color: #f1b0b7; +} + +.e-toast-container .e-toast:hover { + background-color: #fff; + box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1); +} + +.e-toast-container .e-toast .e-toast-icon { + color: rgba(0, 0, 0, 0.5); +} + +.e-toast-container .e-toast .e-toast-close-icon { + color: rgba(0, 0, 0, 0.5); +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title { + color: #6c757d; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content { + color: #212529; +} + +.e-toast-container .e-toast .e-toast-progress { + background-color: #007bff; +} + +/*! PdfViewer's default definitions and variables */ +.e-pdfviewer .e-pv-icon::before { + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-icon-search::before { + font-family: 'e-icons'; + font-size: 16px; +} + +.e-pdfviewer .e-pv-open-document-icon::before { + content: '\e70f'; +} + +.e-pdfviewer .e-pv-download-document-icon::before { + content: '\e75d'; +} + +.e-pdfviewer .e-pv-print-document-icon::before { + content: '\e743'; +} + +.e-pdfviewer .e-pv-first-page-navigation-icon::before { + content: '\e77c'; +} + +.e-pdfviewer .e-pv-previous-page-navigation-icon::before, +.e-pdfviewer .e-pv-prev-search-icon::before { + content: '\e70d'; +} + +.e-pdfviewer .e-pv-next-page-navigation-icon::before, +.e-pdfviewer .e-pv-next-search-icon::before { + content: '\e76a'; +} + +.e-pdfviewer .e-pv-last-page-navigation-icon::before { + content: '\e76d'; +} + +.e-pdfviewer .e-pv-zoom-out-icon::before { + content: '\e74a'; +} + +.e-pdfviewer .e-pv-zoom-in-icon::before { + content: '\e70a'; +} + +.e-pdfviewer .e-pv-thumbnail-view-icon::before { + content: '\e7b4'; +} + +.e-pdfviewer .e-pv-thumbnail-view-disable-icon::before { + color: rgba(73, 80, 87, 0.4); + content: '\e7b4'; +} + +.e-pdfviewer .e-pv-thumbnail-view-selection-icon::before { + color: #fff; + content: '\e7b4'; +} + +.e-pdfviewer .e-pv-bookmark-icon::before { + content: '\e731'; +} + +.e-pdfviewer .e-pv-bookmark-disable-icon::before { + color: rgba(73, 80, 87, 0.4); + content: '\e731'; +} + +.e-pdfviewer .e-pv-bookmark-selection-icon::before { + color: #fff; + content: '\e731'; +} + +.e-pdfviewer .e-pv-title-close-icon::before, +.e-pdfviewer .e-pv-annotation-tools-close-icon::before, +.e-pdfviewer .e-pv-annotation-popup-close::before { + content: '\e745'; +} + +.e-pdfviewer .e-pv-title-close-icon::before { + font-size: 12px; +} + +.e-pdfviewer .e-pv-resize-icon::before { + content: '\e71f'; + font-size: 10px; +} + +.e-pdfviewer .e-pv-text-select-tool-icon::before { + content: '\e767'; +} + +.e-pdfviewer .e-pv-pan-tool-icon::before { + content: '\e711'; +} + +.e-pdfviewer .e-pv-text-search-icon::before { + content: '\e724'; +} + +.e-pdfviewer .e-pv-search-icon::before { + content: '\e724'; + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-search-close::before { + content: '\e745'; + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-annotation-icon::before { + content: '\e75e'; +} + +.e-pdfviewer .e-pv-annotation-color-icon::before { + content: '\e754'; +} + +.e-pdfviewer .e-pv-annotation-stroke-icon::before { + content: '\e668'; +} + +.e-pdfviewer .e-pv-annotation-opacity-icon::before { + content: '\e700'; +} + +.e-pdfviewer .e-pv-annotation-thickness-icon::before { + content: '\e75b'; +} + +.e-pdfviewer .e-pv-annotation-delete-icon::before { + content: '\e773'; +} + +.e-pdfviewer .e-pv-undo-icon::before { + content: '\e752'; +} + +.e-pdfviewer .e-pv-redo-icon::before { + content: '\e778'; +} + +.e-pdfviewer .e-pv-more-icon::before { + content: '\e71b'; +} + +.e-pdfviewer .e-pv-backward-icon::before { + content: '\e728'; +} + +.e-pdfviewer .e-pv-notification-icon { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg=="); + background-repeat: no-repeat; + background-size: 38px 33px; + height: 33px; +} + +.e-pdfviewer .e-pv-notification-icon-rtl { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg=="); + background-position: right; + background-repeat: no-repeat; + background-size: 38px 33px; + height: 33px; +} + +.e-pdfviewer .e-pv-annotation-calibrate-icon::before { + content: '\e678'; +} + +.e-pv-download-document-icon.e-menu-icon::before { + content: '\e75d'; +} + +.e-pv-bookmark-icon.e-menu-icon::before { + content: '\e731'; +} + +.e-pv-highlight-icon::before { + content: '\e770'; + font-family: 'e-icons'; +} + +.e-pv-underline-icon::before { + content: '\e792'; + font-family: 'e-icons'; +} + +.e-pv-strikethrough-icon::before { + content: '\e786'; + font-family: 'e-icons'; +} + +.e-pv-copy-icon::before { + content: '\e77b'; + font-family: 'e-icons'; +} + +.e-pv-stamp-icon::before { + color: #495057; + content: '\e74c'; +} + +.e-pv-shape-line-icon::before { + content: '\e668'; + font-family: 'e-icons'; +} + +.e-pv-shape-arrow-icon::before { + content: '\e669'; + font-family: 'e-icons'; +} + +.e-pv-shape-rectangle-icon::before { + content: '\e670'; + font-family: 'e-icons'; +} + +.e-pv-shape-circle-icon::before { + content: '\e671'; + font-family: 'e-icons'; +} + +.e-pv-shape-pentagon-icon::before { + content: '\e672'; + font-family: 'e-icons'; +} + +.e-pv-annotation-shape-icon::before { + content: '\e77e'; +} + +.e-pv-cut-icon::before { + content: '\e73f'; + font-family: 'e-icons'; +} + +.e-pv-paste-icon::before { + content: '\e739'; + font-family: 'e-icons'; +} + +.e-pv-delete-icon::before { + content: '\e773'; + font-family: 'e-icons'; +} + +.e-pv-properties-fill-color-icon::before { + content: '\e754'; + font-family: 'e-icons'; +} + +.e-pv-properties-stroke-color-icon::before { + content: '\e668'; + font-family: 'e-icons'; +} + +.e-pv-comment-icon::before { + content: '\e680'; + font-family: 'e-icons'; +} + +.e-pv-comment-selection-icon::before { + color: #fff; + content: '\e680'; + font-family: 'e-icons'; +} + +.e-pv-comment-panel-icon::before { + content: '\e715'; + font-family: 'e-icons'; +} + +.e-pv-accepted-icon::before { + color: #fff; + content: '\e682'; + font-family: 'e-icons'; + font-size: 14px; + padding: 1px 1px 1px 4px; + position: absolute; +} + +.e-pv-rejected-icon::before { + color: #fff; + content: '\e683'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 4px; + position: absolute; +} + +.e-pv-completed-icon::before { + color: #fff; + content: '\e614'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 3.5px; + position: absolute; +} + +.e-pv-cancelled-icon::before { + color: #fff; + content: '\e60a'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 3.5px; + position: absolute; +} + +.e-pv-scale-ratio-icon::before { + content: '\e678'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-distance-icon::before { + content: '\e673'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-perimeter-icon::before { + content: '\e674'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-area-icon::before { + content: '\e675'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-radius-icon::before { + content: '\e676'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-volume-icon::before { + content: '\e677'; + font-family: 'e-icons'; +} + +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before { + color: #495057; + font-size: 8px; +} + +.e-pv-freetext-icon::before { + content: '\e764'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textalign-icon::before { + content: '\e76f'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textprop-icon::before { + content: '\e71b'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textcolor-icon::before { + content: '\e80e'; + font-family: 'e-icons'; +} + +.e-pv-left-align-icon::before { + content: '\e76f'; + font-family: 'e-icons'; +} + +.e-pv-right-align-icon::before { + content: '\e746'; + font-family: 'e-icons'; +} + +.e-pv-center-align-icon::before { + content: '\e732'; + font-family: 'e-icons'; +} + +.e-pv-justfiy-align-icon::before { + content: '\e79b'; + font-family: 'e-icons'; +} + +.e-pv-bold-icon::before { + content: '\e78b'; + font-family: 'e-icons'; +} + +.e-pv-italic-icon::before { + content: '\e78e'; + font-family: 'e-icons'; +} + +.e-pv-strikeout-icon::before { + content: '\e786'; + font-family: 'e-icons'; +} + +.e-pv-underlinetext-icon::before { + content: '\e792'; + font-family: 'e-icons'; +} + +.e-pv-superscript-icon::before { + content: '\e352'; + font-family: 'e-icons'; +} + +.e-pv-subscript-icon::before { + content: '\e357'; + font-family: 'e-icons'; +} + +.e-pv-handwritten-icon::before { + content: '\e844'; + font-family: 'e-icons'; +} + +/*! component layout */ +.e-pdfviewer .e-pv-viewer-container { + border-style: solid; + border-width: 1px 1px 1px 0; +} + +.e-pdfviewer .e-pv-text-layer { + position: absolute; + top: 0; + z-index: 2; +} + +.e-pdfviewer .e-pv-annotation-canvas { + left: 0; + position: absolute; + top: 0; +} + +.e-pdfviewer .e-pv-text { + background: transparent; + color: transparent; + line-height: normal; + opacity: 0.4; + position: absolute; +} + +.e-pdfviewer .e-pv-search-text-highlight, +.e-pdfviewer .e-pv-search-text-highlightother { + line-height: normal; + opacity: 0.4; + position: absolute; +} + +.e-pdfviewer .e-pv-hyperlink { + z-index: 2; +} + +.e-pdfviewer .e-pv-hyperlink.e-pv-onselection { + z-index: 1; +} + +.e-pdfviewer .e-enable-text-selection { + -ms-user-select: text; + -webkit-user-select: text; + user-select: text; +} + +.e-pdfviewer .e-disable-text-selection { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; +} + +.e-pdfviewer .e-enable-text-selection .e-pv-text { + display: inline-block; +} + +.e-pdfviewer .e-disable-text-selection .e-pv-text { + display: none; +} + +.e-pdfviewer .e-pv-cursor { + cursor: text; +} + +.e-pdfviewer .e-pv-crosshair-cursor { + cursor: crosshair; +} + +.e-pdfviewer .e-pv-touch-select-drop { + display: inline-block; + height: 30px; + position: absolute; + width: 30px; + z-index: 1000; +} + +.e-pdfviewer .e-pv-touch-ellipse { + background-color: #3088ed; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + border-color: #3088ed; + border-style: solid; + border-top-left-radius: 50%; + border-width: 2px; + height: 20px; + margin: 0 0 0 9px; + position: absolute; + width: 20px; +} + +.e-pdfviewer .e-pv-annotation-note { + border-radius: 2px; + cursor: auto; + font-size: 14px; + height: auto; + max-width: 200px; + min-height: 10px; + min-width: 30px; + overflow-wrap: break-word; + padding: 5px; + position: absolute; + width: auto; + z-index: 10000; +} + +.e-pdfviewer .e-pv-annotation-note-author { + border-bottom: 1px solid #000; + font-weight: bold; +} + +.e-pdfviewer .e-pv-annotation-popup-menu { + cursor: auto; + min-width: 396px; + padding-bottom: 6px; + position: absolute; + width: auto; + z-index: 10000; +} + +.e-pdfviewer .e-pv-annotation-popup-header { + height: auto; + min-height: 29px; + padding-top: 14px; +} + +.e-pdfviewer .e-pv-annotation-popup-author { + float: left; + font-size: 16px; + font-weight: bold; + margin-left: 14px; +} + +.e-pdfviewer .e-pv-annotation-popup-close { + float: right; + height: 20px; + margin-right: 14px; + width: 20px; +} + +.e-pdfviewer .e-pv-annotation-modified-time { + height: 14px; + margin-left: 14px; + padding-top: 8px; +} + +.e-pdfviewer .e-pv-annotation-popup-note-container { + height: auto; + padding: 14px; + width: auto; +} + +.e-pdfviewer .e-pv-annotation-popup-content { + background-color: #fff; + border: 1px solid; + font-size: 16px; + min-height: 132.08px; + overflow: hidden auto; + width: 368px; +} + +.e-pdfviewer .e-pv-properties-fill-color-icon, +.e-pdfviewer .e-pv-properties-stroke-color-icon { + border-bottom: 2px solid; +} + +.e-pdfviewer .e-pv-drop { + color: #3088ed; + display: inline-block; + height: 20px; + position: absolute; + width: 20px; + z-index: 1000; +} + +.e-pdfviewer .e-pv-droplet { + background-color: #3088ed; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + border-color: #3088ed; + border-style: solid; + border-top-left-radius: 50%; + border-width: 2px; + height: 20px; + margin: 0 0 0 9px; + position: absolute; + width: 20px; +} + +.e-pv-viewer-container { + background-color: #e9ecef; + border-color: #dee2e6; + height: calc(100% - 50px); + overflow: auto; + position: relative; + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; +} + +.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar { + display: none; +} + +.e-pv-page-container { + margin: 0; + padding: 0; + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; +} + +.e-pv-mobilespanscroll-container { + color: #212529; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger .e-pv-icon-search, +.e-pv-icon { + font-size: 16px; +} + +.e-bigger .e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-bigger .e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-bigger .e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-bigger .e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-bigger .e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-bigger .e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-bigger .e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-bigger .e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-bigger .e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-bigger .e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger .e-pv-icon-search, +.e-bigger .e-pv-icon { + font-size: 18px; +} + +.e-pv-mobilescroll-container { + background-color: #e9ecef; + border: 1px solid #adb5bd; + border-radius: 56px 0 0 56px; + line-height: 27px; + position: absolute; + text-align: center; +} + +.e-pv-viewer-container .e-pv-page-div { + border-color: #adb5bd; + border-style: solid; + border-width: 1px; + box-shadow: 0 2px 4px 0 rgba(248, 249, 250, 0.2); + box-sizing: content-box; + position: absolute; +} + +.e-pv-toolbar, +.e-pv-nav-toolbar, +.e-pv-annotation-toolbar { + border: 1px solid #dee2e6; + border-radius: 4px 4px 0 0; + border-width: 1px 1px 0 1px; +} + +.e-pv-toolbar, +.e-pv-annotation-toolbar { + height: 40px; +} + +.e-pv-nav-toolbar, +.e-bigger .e-pv-toolbar, +.e-pv-toolbar.e-pv-mobile-toolbar, +.e-bigger .e-pv-annotation-toolbar, +.e-pv-mobile-view .e-pv-annotation-toolbar { + height: 56px; +} + +.e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container { + height: 32px; + width: 91px; +} + +.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container { + display: none; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text, +.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-pv-current-page-box.e-input-group.e-control-wrapper { + height: 30px; + margin-top: 0; + width: 48px; +} + +.e-pv-mobilepagenoscroll-container { + background: #f2f4f6; + border: 1px solid #adb5bd; + border-radius: 10px; + padding: 6px; + text-align: center; + vertical-align: middle; +} + +.e-pv-mobilecurrentpage-container { + color: #212529; + display: block; + font-family: Roboto-Regular; + font-size: 24px; +} + +.e-pv-mobiledashedline-container { + color: #212529; + display: block; + padding: 10px; +} + +.e-pv-number-ofpages { + width: 10%; +} + +.e-pv-gotopage-popup { + max-width: 500px; + padding-left: 16px; + padding-top: 16px; +} + +.e-pv-mobiletotalpage-container { + color: #212529; + display: block; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-password-input { + margin-top: 14px; +} + +.e-pv-password-error { + color: #dc3545; +} + +.e-pv-corrupted-popup-header { + color: #212529; + opacity: 0.87; +} + +.e-pv-corrupted-popup-content { + color: #212529; + font-size: 14px; + line-height: 24px; + margin-left: 50px; + opacity: 0.87; + padding-top: 4px; + text-align: left; +} + +.e-pv-corrupted-popup-content-rtl { + color: #212529; + font-size: 14px; + line-height: 24px; + margin-right: 53px; + opacity: 0.87; + padding-top: 4px; + text-align: right; +} + +.e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) { + height: auto; + margin-left: 0; + margin-right: 0; + padding-bottom: 4px; + padding-top: 3px; +} + +.e-bigger .e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding-bottom: 8px; + padding-top: 8px; +} + +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + margin-left: 0; + margin-right: 0; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-right-width: 1px; + height: 27px; + margin-left: 6px; + margin-right: 6px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child { + margin-left: 4px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child { + margin-right: 4px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child { + margin-right: 4px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child { + margin-left: 4px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn, +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn { + height: 32px; + min-width: 20px; + width: 32px; +} + +.e-pv-open-document-icon { + font-size: 18px; + height: 16px; + line-height: 16px; + width: 18px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-download-document-icon { + line-height: 16px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-print-document-icon { + line-height: 16px; +} + +.e-pv-first-page-navigation-icon { + line-height: 16px; +} + +.e-pv-previous-page-navigation-icon { + line-height: 16px; +} + +.e-pv-next-page-navigation-icon { + line-height: 16px; +} + +.e-pv-last-page-navigation-icon { + line-height: 16px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-out-icon, +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-in-icon { + line-height: 18px; + size: 18px; +} + +.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container { + padding-left: 8px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-pv-pan-tool .e-pv-icon { + margin-right: 2px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container { + margin: 0 4px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator) { + color: #212529; + cursor: default; + font-size: 14px; + margin-left: 0; + margin-right: 7.5px; + min-width: unset; + padding-left: 0; + position: relative; +} + +.e-pv-total-page { + color: #000; + font-size: inherit; +} + +.e-pv-total-page-ms { + -ms-transform: translateY(-50%); + margin: 0; + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error), +.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error) { + background-color: transparent; + border: 1px solid #f8f9fa; + height: inherit; + margin-top: 0; + padding: 0 0 0 3px; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) { + background-color: transparent; + border: 1px solid #f8f9fa; + border-radius: 2px; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon { + color: inherit; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + height: inherit; + margin-top: -1px; + padding-bottom: 0; + padding-top: 0; +} + +.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + padding-left: 0; +} + +.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + padding-right: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon { + background-color: transparent; + border-left: 0; + margin-bottom: 0; + margin-left: 0; + margin-top: -0.2px; + padding-right: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control, +.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input { + text-align: center; +} + +.e-pv-zoom-drop-down.e-ddl.e-popup.e-popup-open, +.e-pv-prop-dropdown.e-ddl.e-popup.e-popup-open { + text-align: left; +} + +.e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active +.e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active { + color: #f8f9fa; +} + +.e-pv-zoom-drop-down.e-popup.e-popup-open { + min-height: 236px; + min-width: 122px; +} + +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) { + border: 1px solid rgba(0, 0, 0, 0.1); + border-radius: 2px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header, +.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header, +.e-pv-notification-popup.e-dialog .e-dlg-header { + font-size: 18px; + font-weight: normal; + letter-spacing: -0.18px; +} + +.e-pv-password-popup.e-dialog { + height: 202px; + margin: 0 10px; + max-width: 441px; +} + +.e-pv-corrupted-popup.e-dialog { + height: 165px; + margin: 0 10px; + max-width: 380px; +} + +.e-pv-corrupted-popup.e-dialog .e-dlg-header-content, +.e-pv-notification-popup.e-dialog .e-dlg-header-content { + border-bottom: 1px solid #e9ecef; +} + +.e-pv-corrupted-popup.e-dialog .e-footer-content, +.e-pv-notification-popup.e-dialog .e-footer-content { + border-top: 1px solid #e9ecef; +} + +.e-pv-corrupted-popup.e-dialog .e-dlg-content { + padding-bottom: 0; + padding-top: 5px; +} + +.e-pv-password-popup.e-dialog span[id*='_prompt'] { + font-size: 14px; + letter-spacing: -0.16px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header-content { + border-bottom: 1px solid #e9ecef; +} + +.e-pv-password-popup.e-dialog .e-footer-content { + border-top: 1px solid #e9ecef; +} + +.e-pv-password-popup.e-dialog .e-dlg-content { + padding-bottom: 0; + padding-top: 6px; +} + +.e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + max-height: 30px; + padding-bottom: 3px; +} + +.e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-left: 1.5px; +} + +.e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-right: 1.5px; +} + +.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before, +.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before { + transform: 0deg; +} + +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::after, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::before, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::after, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::before, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before { + background: none; +} + +.e-pv-sidebar-container { + background: #f8f9fa; + border-top: 1px solid #f8f9fa; + bottom: 0; + position: absolute; + top: 40px; + transition: transform .3s ease; + transition-duration: 200ms; + transition-timing-function: ease; + width: 250px; + z-index: 100; +} + +.e-pv-main-container { + height: 100%; + overflow: hidden; + position: relative; + width: 100%; +} + +.e-pv-viewer-main-container { + background-color: #e9ecef; + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container { + min-width: 400px; +} + +.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container { + min-height: 500px; +} + +.e-pv-sidebar-content-container { + border-top: 1px solid #dee2e6; + display: none; + float: left; + height: calc(100% - 51px); + position: absolute; + transition-duration: 200ms; + transition-timing-function: ease; + width: 210px; +} + +.e-pv-sidebar-content-container.e-thumbnail { + height: 100%; + left: 1px; + position: unset; +} + +.e-pv-sidebar-title-container { + background: #f8f9fa; + height: 40px; + position: absolute; + top: 0; + width: 202px; +} + +.e-bigger .e-pv-sidebar-title-container { + height: 46px; +} + +.e-pv-sidebar-content-container:not(.e-right) .e-pv-sidebar-title-container { + border-right: 1px solid #dee2e6; +} + +.e-pv-sidebar-content-container.e-right .e-pv-sidebar-title-container { + border-left: 1px solid #dee2e6; +} + +.e-bigger .e-pv-sidebar-title-container { + height: 46px; +} + +.e-pv-sidebar-content-container:not(.e-right) .e-pv-sidebar-title-container { + border-right: 1px solid #dee2e6; +} + +.e-pv-sidebar-content-container.e-right .e-pv-sidebar-title-container { + border-left: 1px solid #dee2e6; +} + +.e-pv-sidebar-title { + color: #212529; + font-size: 14px; + height: 16px; + margin: 0; + position: absolute; + text-align: left; + top: 12px; +} + +.e-bigger .e-pv-sidebar-title { + top: 14px; +} + +.e-bigger .e-pv-sidebar-title, +.e-bigger .e-pv-total-page { + font-size: 16px; +} + +.e-pv-sidebar-title.e-left { + left: 8px; + margin-left: 12px; + width: 160px; +} + +.e-pv-sidebar-title.e-right { + margin-right: 12px; + right: 8px; +} + +.e-pv-sidebar-toolbar { + background: #f8f9fa; + border: 1px solid #dee2e6; + border-width: 1px 0 1px 1px; + bottom: 0; + height: calc(100% - 51px); + position: absolute; + width: 40px; + z-index: 100; +} + +.e-bigger .e-pv-sidebar-toolbar { + width: 56px; +} + +.e-pv-sidebar-content { + -webkit-overflow-scrolling: touch; + background: #f8f9fa; + bottom: 0; + overflow: auto; + overflow-x: hidden; + position: absolute; + top: 42px; + width: 202px; + z-index: 103; +} + +.e-pv-sidebar-content.e-thumbnail { + top: 1px; +} + +.e-bigger .e-pv-sidebar-content { + top: 48px; +} + +.e-pv-sidebar-resizer { + background: #f2f4f6; + border: 0; + border-width: 0; + color: inherit; + cursor: ew-resize; + height: calc(100%); + position: absolute; + width: 8px; + z-index: 105; +} + +.e-pv-sidebar-content::-webkit-scrollbar { + width: 16px; +} + +.e-pv-sidebar-content::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3); + background: #f8f9fa; + border: 1px solid #dee2e6; +} + +.e-pv-sidebar-content::-webkit-scrollbar-thumb { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5); + background: #adb5bd; + background-clip: content-box; + border: 4px solid transparent; + border-radius: 100px; +} + +.e-pv-thumbnail-view-button.e-btn { + background: transparent; + border: none; + border-radius: 4px; + box-shadow: none; + font-weight: 400; + height: 32px; + line-height: 1em; + margin: 8px 4px 4px 3px; + outline: none; + padding: 8px; + width: 32px; +} + +.e-bigger .e-pv-thumbnail-view-button.e-btn { + height: 38px; + margin: 8px 8px 4px 8px; + padding: 8px; + width: 38px; +} + +.e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn, +.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn { + background: #545b62; + border: 1px solid #545b62; + border-radius: 4px; + color: #fff; + line-height: 1em; + padding: 7px; +} + +.e-bigger .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn, +.e-bigger .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn { + padding: 9px; +} + +.e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn { + margin: 8px 4px 4px 3px; +} + +.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn { + line-height: 1; + margin: 4px 4px 4px 3px; +} + +.e-bigger .e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn { + margin: 8px 8px 4px 8px; +} + +.e-bigger .e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn { + line-height: 1em; + margin: 4px 8px 8px; +} + +.e-bigger .e-pv-bookmark-button.e-btn { + line-height: 1; +} + +.e-pv-bookmark-button.e-btn { + background: transparent; + border: none; + box-shadow: none; + font-weight: 400; + height: 32px; + margin: 4px 4px 4px 3px; + outline: none; + padding: 4px; + width: 32px; +} + +.e-bigger .e-pv-bookmark-button.e-btn { + height: 38px; + margin: 4px 8px 8px; + padding: 7px; + width: 38px; +} + +.e-pv-title-close-div.e-btn { + background: transparent; + border: 1px solid transparent; + box-shadow: none; + color: #495057; + height: 38px; + left: 170px; + padding: 0 7px 1px 0; + position: absolute; + right: 21px; + top: 1px; + width: 32px; +} + +.e-bigger .e-pv-title-close-div.e-btn { + top: 5px; +} + +.e-pv-sidebar-toolbar-splitter { + background: #ced4da; + bottom: 0; + height: calc(100% - 50px); + position: absolute; + width: 1px; + z-index: 104; +} + +.e-pv-sidebar-content-splitter { + background: #dee2e6; + height: 1px; + position: absolute; + top: 41px; + width: 201px; + z-index: 104; +} + +.e-bigger .e-pv-sidebar-content-splitter { + top: 47px; +} + +.e-pv-thumbnail-view { + bottom: 0; + height: 50%; + padding: 8px 30px 0; + position: absolute; + top: 0; +} + +.e-pv-thumbnail { + height: 140px; + margin: 0 20px 40px; + width: 100px; +} + +.e-pv-thumbnail-number { + color: #212529; + font-family: Roboto; + padding-left: 50px; + padding-right: 50px; + padding-top: 8px; +} + +.e-pv-thumbnail-selection-ring { + border-radius: 2px; + box-shadow: 0 0 3px 0 #dee2e6; + padding: 3px; +} + +.e-pv-thumbnail-image { + background-clip: content-box; + background-color: #fff; + height: 126px; + width: 94px; +} + +.e-pv-thumbnail-hover { + border: 1px solid #adb5bd; + border-radius: 2px; + box-shadow: 0 0 4px 0 #adb5bd; + cursor: pointer; + padding: 2px; +} + +.e-pv-thumbnail-focus { + border: 1px solid #f8f9fa; + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(248, 249, 250, 0.25); + cursor: pointer; + padding: 2px; +} + +.e-pv-thumbnail-selection { + border: 2px solid #007bff; + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(248, 249, 250, 0.25); + cursor: pointer; + padding: 1px; +} + +.e-pv-thumbnail-row { + -ms-flex-wrap: wrap; + display: -ms-flexbox; + display: flex; + flex-wrap: wrap; +} + +.e-pv-thumbnail-row { + display: -ms-flexbox; +} + +.e-pv-thumbnail-column { + -ms-flex: 25%; + flex: 25%; +} + +.e-pv-thumbnail-column img { + display: block; + margin-left: auto; + margin-right: auto; +} + +.e-pv-bookmark-view { + height: 100%; + overflow: auto; + padding-top: 15px; + position: relative; +} + +div > .e-pv-bookmark-icon.e-pv-icon { + float: left; + font-size: 14px; + padding-left: 6px; + padding-right: 18px; +} + +.e-bigger div > .e-pv-bookmark-icon.e-pv-icon { + font-size: 18px; +} + +.e-pv-sidebar-bookmark-title { + color: #000 87%; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-bookmark-view::-webkit-scrollbar { + height: 16px; + width: 16px; +} + +.e-pv-bookmark-view::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3); + background: #f8f9fa; + border: 1px solid #dee2e6; +} + +.e-pv-bookmark-view::-webkit-scrollbar-thumb { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5); + background: #adb5bd; + background-clip: content-box; + border: 4px solid transparent; + border-radius: 100px; +} + +.e-pv-bookmark-view > .e-ul { + height: inherit; + overflow: unset; +} + +.e-pv-bookmark-view .e-fullrow { + height: 34px; +} + +.e-pv-bookmark-view .e-icon-collapsible::before, +.e-pv-bookmark-view .e-icon-expandable::before { + display: inline-block; + height: 13px; + padding: 7px; + width: 13px; +} + +.e-pv-bookmark-view .e-list-item .e-ul { + padding-left: 32px; +} + +.e-pv-bookmark-view .e-ul { + padding: 0 0 0 16px; +} + +.e-pv-text::selection { + background: #007bff; +} + +.e-pv-text .e-pv-maintaincontent { + background: #007bff; +} + +.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn, +.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn, +.e-pv-annotation-toolbar .e-dropdown-btn.e-btn, +.e-pv-shapes-toolbar .e-pv-tbar-btn, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #495057; +} + +.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover, +.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:hover, +.e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover, +.e-pv-annotation-toolbar .e-dropdown-btn.e-btn:hover .e-caret, +.e-pv-shapes-toolbar .e-pv-tbar-btn:hover, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:hover, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:hover, +.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus, +.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn:focus, +.e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus, +.e-pv-annotation-toolbar .e-dropdown-btn.e-btn:focus .e-caret, +.e-pv-shapes-toolbar .e-pv-tbar-btn:focus, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:focus, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon:focus, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret:focus { + color: #fff; +} + +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item:hover .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused:hover .e-caret { + color: #fff; +} + +.e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon, +.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon, +.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon { + color: #495057; +} + +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item { + height: inherit; +} + +.e-pv-properties-line-start.e-btn:not(:hover), +.e-pv-properties-line-end.e-btn:not(:hover), +.e-pv-properties-line-style.e-btn:not(:hover), +.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:not(:hover), +.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:not(:hover), +.e-pv-properties-line-start.e-btn:not(:focus), +.e-pv-properties-line-end.e-btn:not(:focus), +.e-pv-properties-line-style.e-btn:not(:focus), +.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:not(:focus), +.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:not(:focus), +.e-pv-properties-line-start.e-btn:not(:active), +.e-pv-properties-line-end.e-btn:not(:active), +.e-pv-properties-line-style.e-btn:not(:active), +.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:not(:active), +.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:not(:active) { + background-color: #f8f9fa; + color: #6c757d; +} + +.e-pv-properties-line-start.e-btn:hover, +.e-pv-properties-line-end.e-btn:hover, +.e-pv-properties-line-style.e-btn:hover, +.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn:hover, +.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn:hover { + background-color: #5a6268; + color: #fff; +} + +.e-pv-print-popup-container { + height: 100%; + left: 0; + overflow: auto; + position: absolute; + top: 0; + width: 100%; + z-index: 2000; +} + +.e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon { + padding: 0 12px 0 15px; +} + +.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon { + padding: 0 12px 0 15px; +} + +.e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select, +.e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select { + background: #545b62; + border: 1px solid #f8f9fa; + border-radius: 4px; + color: #fff; +} + +.e-pv-sidebar-toolbar .e-pv-tbar-btn { + color: #495057; +} + +.e-pv-search-bar { + background-color: #f8f9fa; + border: 1px solid #dee2e6; + border-radius: 4px; + box-shadow: 0 0 10px 0 transparent; + height: 92px; + padding: 14px; + position: absolute; + top: 43px; + width: 394px; + z-index: 100; +} + +.e-bigger .e-pv-search-bar { + height: 106px; + padding: 16px; + width: 410px; +} + +.e-pv-search-input { + height: 34px; + width: 282px; +} + +.e-bigger .e-pv-search-input { + height: 39px; +} + +.e-pv-search-input-mobile { + height: 34px; +} + +.e-pv-match-case-container { + margin-top: 14px; +} + +.e-bigger .e-pv-match-case-container { + margin-top: 16px; +} + +.e-pv-search-btn.e-btn { + background-color: transparent; + color: #495057; + border: 0; + box-shadow: none; + height: 32px; + margin-top: 0; + width: 32px; +} + +.e-bigger .e-pv-search-btn.e-btn { + height: 38px; + width: 38px; +} + +.e-pv-search-btn.e-btn:active { + background-color: transparent; + background-color: #545b62; + color: #fff; +} + +.e-pv-search-btn.e-btn:hover:not(:disabled), +.e-pv-sidebar-toolbar .e-pv-tbar-btn:hover:not(:disabled) { + background-color: #545b62; + color: #fff; +} + +.e-pv-search-btn.e-btn:disabled { + color: rgba(73, 80, 87, 0.4); +} + +.e-pv-search-bar:not(.e-rtl) .e-pv-prev-search { + margin-left: 9px; +} + +.e-pv-search-bar:not(.e-rtl) .e-pv-next-search { + margin-left: 8px; +} + +.e-pv-search-bar.e-rtl .e-pv-prev-search { + margin-right: 9px; +} + +.e-pv-search-bar.e-rtl .e-pv-next-search { + margin-right: 8px; +} + +.e-pv-notification-popup { + height: 185px; + margin: 0 10px; + max-width: 380px; +} + +.e-pv-notification-popup.e-pv-notification-large-content { + height: 205px; + max-width: 384px; +} + +.e-pv-notification-popup .e-pv-notification-popup-content { + font-size: 14px; +} + +.e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon { + background: transparent; +} + +.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active { + background: #f8f9fa; + color: #495057; +} + +.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover { + color: #212529; +} + +.e-pv-bookmark-container { + background-color: #f8f9fa; + border: 1px solid #f8f9fa; +} + +.e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item { + border-bottom: 1px solid #f8f9fa; + height: 48px; +} + +.e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child { + border-bottom-width: 0; +} + +.e-pv-bookmark-container .e-listview .e-list-text { + -ms-transform: translateY(-50%); + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text { + color: #f8f9fa; +} + +.e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt { + background-color: transparent; + border-width: 0; + box-shadow: none; +} + +.e-pv-bookmark-container .e-pv-bookmark-view { + padding-top: 0; +} + +.e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul { + padding-left: 0; +} + +.e-pv-annotation-color-icon, +.e-pv-annotation-stroke-icon, +.e-pv-annotation-textcolor-icon { + border-bottom: 2px solid; +} + +.e-pv-annotation-opacity-popup-container, +.e-pv-annotation-thickness-popup-container { + box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.26); + height: auto; + min-height: 58px; + padding: 23px; + width: auto; +} + +.e-pv-annotation-opacity-label, +.e-pv-annotation-opacity-indicator, +.e-pv-annotation-thickness-label, +.e-pv-annotation-thickness-indicator { + float: left; + font-family: inherit; + font-size: inherit; +} + +.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + float: left; + height: auto; + margin-left: 9px; + margin-right: 9px; +} + +.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + width: 174px; +} + +.e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + width: 130px; +} + +.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider, +.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider { + height: 16px; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret, +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret, +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret { + font-size: 12px; +} + +.e-pv-annotation-color-container, +.e-pv-annotation-opacity-container, +.e-pv-annotation-stroke-container, +.e-pv-annotation-thickness-container, +.e-pv-annotation-textcolor-container, +.e-pv-annotation-textalign-container, +.e-pv-annotation-textprop-container { + height: 32px; + width: 54px; +} + +.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn { + padding-top: 9px; +} + +.e-pv-shapes-toolbar { + box-shadow: none; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 4px; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow { + margin-bottom: 0; + margin-left: 4px; + margin-right: 4px; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + height: 32px; + width: 32px; +} + +.e-pv-annotation-thickness-slider-container { + margin-top: -6px; +} + +.e-pv-annotation-opacity-icon { + padding-top: 1px; +} + +.e-pv-annotation-color-container.e-btn, +.e-pv-annotation-opacity-container.e-btn, +.e-pv-annotation-stroke-container.e-btn, +.e-pv-annotation-thickness-container.e-btn, +.e-pv-annotation-shapes-container.e-btn, +.e-pv-annotation-calibrate-container.e-btn, +.e-pv-annotation-textcolor-container.e-btn, +.e-pv-annotation-textalign-container.e-btn, +.e-pv-annotation-textprop-container.e-btn, +.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) { + background-color: #f8f9fa; + border-color: transparent; +} + +.e-pv-annotation-color-container.e-btn:hover, +.e-pv-annotation-opacity-container.e-btn:hover, +.e-pv-annotation-stroke-container.e-btn:hover, +.e-pv-annotation-thickness-container.e-btn:hover, +.e-pv-annotation-shapes-container.e-btn:hover, +.e-pv-annotation-calibrate-container.e-btn:hover, +.e-pv-annotation-textcolor-container.e-btn:hover, +.e-pv-annotation-textalign-container.e-btn:hover, +.e-pv-annotation-textprop-container.e-btn:hover, +.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover { + background-color: #545b62; + border-color: #545b62; +} + +.e-pv-annotation-color-container.e-btn:active, +.e-pv-annotation-opacity-container.e-btn:active, +.e-pv-annotation-stroke-container.e-btn:active, +.e-pv-annotation-thickness-container.e-btn:active, +.e-pv-annotation-shapes-container.e-btn:active, +.e-pv-annotation-calibrate-container.e-btn:active, +.e-pv-annotation-textcolor-container.e-btn:active, +.e-pv-annotation-textalign-container.e-btn:active, +.e-pv-annotation-textprop-container.e-btn:active { + background-color: #545b62; + border-color: #545b62; + box-shadow: none; + color: #fff; +} + +.e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover), +.e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover) { + background-color: #fff; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn, +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn, +.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn, +.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn { + line-height: 16px; + padding: 7px 8px; +} + +.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn, +.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn { + height: 38px; + min-width: 38px; +} + +.e-pv-annotation-popup-menu { + background-color: #f8f9fa; + border-color: #dee2e6; + color: #212529; +} + +.e-pv-properties-window { + max-width: 417px; +} + +.e-pv-scale-ratio-window { + max-width: 420px; +} + +.e-pv-line-styles-content, +.e-pv-line-styles-item { + border-bottom-color: #000; +} + +.e-pv-line-styles-container:hover { + background-color: #f2f4f6; +} + +.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn, +.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn { + height: 36px; + line-height: 16px; +} + +.e-pv-properties-window .e-dlg-content { + padding-top: 6px; +} + +.e-pv-scale-ratio-text, +.e-pv-depth-text { + margin-bottom: 8px; +} + +.e-pv-properties-line-start-container, +.e-pv-properties-line-end-container, +.e-pv-properties-line-style-container, +.e-pv-properties-line-thickness-container, +.e-pv-properties-line-fill-color-container, +.e-pv-properties-line-stroke-color-container, +.e-pv-properties-line-leader-length-container { + float: left; + height: 52px; + margin-bottom: 16px; +} + +.e-pv-properties-line-opacity-container { + float: left; + height: auto; +} + +.e-pv-scale-ratio-src-input-container, +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-input-container, +.e-pv-scale-ratio-dest-unit-container, +.e-pv-depth-input-container, +.e-pv-depth-unit-container { + float: left; + height: 24px; +} + +.e-pv-scale-ratio-src-input-container, +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-input-container, +.e-pv-scale-ratio-dest-unit-container { + margin-bottom: 24px; +} + +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-unit-container, +.e-pv-depth-unit-container { + margin-left: 24px; +} + +.e-pv-scale-ratio-src-unit.e-btn, +.e-pv-scale-ratio-dest-unit.e-btn, +.e-pv-depth-unit.e-btn { + padding: 4px 8px; +} + +.e-pv-scale-unit-content { + float: left; + width: 33px; +} + +.e-pv-scale-ratio-src-unit .e-caret, +.e-pv-scale-ratio-dest-unit .e-caret, +.e-pv-depth-unit .e-caret { + margin-left: 98px; + margin-top: 7px; +} + +.e-pv-properties-line-opacity { + margin-top: -10px; +} + +.e-pv-properties-line-start-label, +.e-pv-properties-line-end-label, +.e-pv-properties-line-style-label, +.e-pv-properties-line-thickness-label, +.e-pv-properties-line-fill-color-label, +.e-pv-properties-line-stroke-color-label, +.e-pv-properties-line-opacity-label, +.e-pv-properties-line-leader-length-label { + font-size: 14px; + margin-bottom: 8px; +} + +.e-pv-properties-line-end-container, +.e-pv-properties-line-thickness-container { + margin-left: 24px; +} + +.e-pv-properties-line-leader-length-container { + margin-left: 15px; +} + +.e-pv-properties-line-stroke-color-container { + margin-left: 150px; + margin-right: 87px; +} + +.e-pv-properties-line-start, +.e-pv-properties-line-end, +.e-pv-properties-line-style, +.e-pv-properties-line-thickness, +.e-pv-properties-line-opacity, +.e-pv-properties-line-leader-length, +.e-pv-scale-ratio-src-input, +.e-pv-scale-ratio-dest-input, +.e-pv-depth-input { + max-width: 180px; +} + +.e-pv-properties-line-start, +.e-pv-properties-line-end, +.e-pv-properties-line-style, +.e-pv-scale-ratio-src-unit, +.e-pv-scale-ratio-dest-unit, +.e-pv-depth-unit { + width: 180px; +} + +.e-pv-line-styles-container { + line-height: 0; + padding: 17px; +} + +.e-pv-line-styles-item { + border-bottom-width: 2px; + box-sizing: border-box; + display: inline-block; + width: 100%; +} + +.e-pv-line-styles-content { + border-bottom-width: 2px; + display: inline-block; + width: 100%; +} + +.e-pv-properties-line-style-content { + float: left; + line-height: 16px; + width: 44px; +} + +.e-pv-properties-line-start.e-btn, +.e-pv-properties-line-end.e-btn { + height: 32px; + padding: 0 12px; +} + +.e-pv-properties-line-style.e-btn { + height: 32px; + line-height: 0; + padding: 8px; + white-space: pre; +} + +.e-pv-properties-line-start.e-btn .e-caret, +.e-pv-properties-line-end.e-btn .e-caret { + display: inline; + line-height: 16px; + margin-left: 80px; +} + +.e-pv-line-styles-content-container { + float: left; + font-size: 0; + margin-right: 7.5px; + margin-top: 2.5px; + width: 138px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn, +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul { + height: 36px; + width: 72px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn { + padding-top: 2px; +} + +.e-pv-annotation-shape-icon, +.e-pv-annotation-calibrate-icon { + margin-right: 10px; +} + +.e-pv-properties-opacity-indicator { + margin-left: 153px; +} + +.e-pv-annotation-stamp-container .e-menu-parent.e-menu { + border-radius: 2px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret { + line-height: 36px; +} + +.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn { + height: 38px; + line-height: 27px; + margin: 0; + padding: 1px 2.5px; + width: 38px; +} + +.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-top: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container { + width: 105px; +} + +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-bigger .e-toolbar.e-pv-annotation-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding-left: 4px; + padding-right: 4px; +} + +.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus { + padding-left: 1.5px; +} + +.e-bigger .e-pv-password-popup.e-dialog, +.e-pv-mobile-view .e-pv-password-popup.e-dialog { + height: 225px; +} + +.e-bigger .e-pv-notification-popup.e-dialog, +.e-pv-mobile-view .e-pv-notification-popup.e-dialog { + height: 217px; +} + +.e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog, +.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog { + height: 235px; +} + +.e-bigger .e-pv-corrupted-popup.e-dialog, +.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog { + height: 185px; +} + +.e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + padding-top: 0; +} + +.e-pv-zoom-drop-down-container .e-input-group:not(.e-disabled) .e-input-group-icon:hover, +.e-pv-zoom-drop-down-container .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover { + color: #495057; +} + +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + top: 0; +} + +.e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-right: 12px; +} + +.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard, +.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child, +.e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child { + margin-left: 4px; +} + +.e-bigger .e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child, +.e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child { + margin-right: 4px; +} + +.e-bigger .e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child, +.e-bigger .e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child { + margin-right: 4px; +} + +.e-bigger .e-pv-search-bar { + top: 52px; +} + +.e-pv-sidebar-content-container.e-left { + left: 41px; +} + +.e-pv-sidebar-content-container.e-right { + right: 41px; +} + +.e-bigger .e-pv-sidebar-content-container.e-left { + left: 57px; +} + +.e-bigger .e-pv-sidebar-content-container.e-right { + right: 57px; +} + +.e-pv-sidebar-toolbar-splitter.e-left { + left: 40px; +} + +.e-pv-sidebar-toolbar-splitter.e-right { + right: 40px; +} + +.e-bigger .e-pv-sidebar-toolbar-splitter.e-left { + left: 56px; +} + +.e-bigger .e-pv-sidebar-toolbar-splitter.e-right { + right: 56px; +} + +.e-pv-sidebar-resizer.e-left { + border-right: 1px solid #ced4da; + left: 202px; +} + +.e-pv-sidebar-resizer.e-right { + border-left: 1px solid #ced4da; + right: 202px; +} + +.e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label, +.e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label { + margin-right: 10px; +} + +div > .e-pv-bookmark-icon.e-pv-icon.e-right { + float: left; + font-size: 14px; + padding-left: 1px; + padding-right: 1px; + position: absolute; +} + +.e-bigger div > .e-pv-bookmark-icon.e-pv-icon.e-right { + font-size: 18px; +} + +.e-bigger .e-pv-properties-window { + max-width: 425px; +} + +.e-bigger .e-pv-scale-ratio-window { + max-width: 435px; +} + +.e-pdfviewer .e-treeview .e-list-item { + white-space: pre-wrap; + word-break: break-word; +} + +.e-pdfviewer .e-treeview .e-list-text { + width: 100%; +} + +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-input, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url { + margin-top: 3px; + position: absolute; +} + +.e-pdfviewer .e-treeview .e-list-item:not(.e-active) .e-list-text { + color: #495057; +} + +.e-pdfviewer .e-treeview .e-list-item.e-hover:not(.e-active) > .e-fullrow { + background-color: #e9ecef; + border-color: #e9ecef; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper.e-hide { + display: none; +} + +.e-pdfviewer .e-editable-inline { + padding: 7px 8px 42px; +} + +.e-pv-comment-textbox { + min-height: 22px; +} + +.e-pdfviewer .e-editable-value-wrapper { + color: rgba(33, 37, 41, 0.9); + font-size: 14px; + line-height: normal; + min-height: 22px; + padding: 2px 8px 3px; +} + +.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper { + color: rgba(33, 37, 41, 0.9); + font-size: 14px; + line-height: normal; + min-height: 24px; + padding: 2px 8px 3px 32px; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons { + float: right; + padding-bottom: 7px; + padding-top: 5px; + position: relative; + right: 8px; +} + +.e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons { + float: right; + padding-bottom: 7px; + padding-top: 5px; + position: relative; + right: 8px; +} + +.e-pv-comment-title-container { + height: 36px; +} + +.e-pv-reply-title-container { + height: 36px; +} + +.e-pv-more-options-button.e-btn { + background: transparent; + border: none; + border-radius: 4px; + box-shadow: none; + float: right; + padding: 8px 7px 1px 1px; +} + +.e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary, +.e-pdfviewer .e-editable-inline .e-btn.e-outline { + border-color: transparent; +} + +.e-pdfviewer .e-editable-inline .e-editable-form { + margin-bottom: 1px; +} + +.e-pdfviewer .e-editable-inline .e-clear-icon { + padding-right: 2px; +} + +.e-pdfviewer .e-btn-cancel { + font-size: 14px; + padding-left: 5px; + padding-right: 5px; +} + +.e-pdfviewer .e-btn-save { + font-size: 14px; + margin-right: 12px; + padding-left: 7px; + padding-right: 7px; +} + +.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-radius: 2px; + color: rgba(33, 37, 41, 0.6); +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + box-shadow: 0 0 0 8px #f8f9fa inset; + padding: 8px; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header { + line-height: 32px; + min-height: 32px; +} + +.e-pv-comment-panel { + background-color: #f8f9fa; + border: 1px solid #dee2e6; + border-width: 1px 1px 0; + opacity: 1; + overflow: hidden; + position: absolute; + top: 57px; + width: 300px; + z-index: 100; +} + +.e-pv-comment-panel-title-container { + background-color: #f8f9fa; + border-color: #dee2e6; + border-style: double; + border-width: 0 1px 1px 0; + height: 45px; + position: relative; +} + +.e-pv-comment-panel-title { + color: rgba(33, 37, 41, 0.9); + font-size: 14px; + left: 15px; + position: absolute; + text-align: left; + top: 14px; +} + +.e-pv-comment-panel-title-close-div.e-btn { + background: transparent; + border: 1px solid transparent; + box-shadow: none; + color: #495057; + height: 38px; + position: absolute; + right: 11px; + top: 5px; + width: 32px; +} + +.e-pv-title-close-icon { + color: rgba(33, 37, 41, 0.6); +} + +.e-pv-comments-panel-text { + font-size: 15px; + padding-left: 85px; +} + +.e-pv-comments-content-container { + background-color: #f8f9fa; + border-color: #dee2e6; + border-style: double; + border-width: 0 1px 1px 0; + height: calc(100% - 45px); + overflow: auto; +} + +.e-pv-comments-container { + background-color: #f8f9fa; + border-radius: 2px; + left: 7px; + right: 7px; +} + +.e-pv-comments-border { + border: 2px; + border-color: #007bff; + border-radius: 4px; + border-style: groove; +} + +.e-pv-comment-title { + color: rgba(33, 37, 41, 0.6); + font-size: 14px; + max-width: 237px; + padding-left: 32px; + padding-top: 7px; + position: absolute; +} + +.e-pv-reply-title { + color: rgba(33, 37, 41, 0.6); + font-size: 14px; + max-width: 212px; + padding-left: 8px; + padding-top: 7px; + position: absolute; +} + +.e-pv-comments-hover { + background-color: #e9ecef; +} + +.e-pv-comments-select { + background-color: #007bff; +} + +.e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper { + color: #fff; +} + +.e-pv-comments-leave { + background-color: #f8f9fa; +} + +.e-pdfviewer .e-accordion { + background-color: #f8f9fa; + border: transparent; +} + +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp { + border: 0; + display: block; +} + +.e-menu-icon.e-pv-stamp-icon.e-pv-icon { + padding-left: 7px; +} + +.e-pdfviewer .e-inplaceeditor { + display: block; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + display: none; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + border-bottom: 0; + word-break: break-all; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper { + display: block; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover { + background: transparent; +} + +.e-pv-status-div { + height: 20px; + left: 8px; + position: relative; + width: 20px; +} + +.e-pv-status-container { + padding-bottom: 5px; + padding-top: 2px; +} + +.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus { + caret-color: #007bff; +} + +.e-pv-reply-div { + margin-top: 3px; +} + +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header { + background: #f8f9fa; + border: #dee2e6; +} + +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: rgba(33, 37, 41, 0.6); + font-size: 14px; +} + +.e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer { + background-size: 100%; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + line-height: normal; +} + +.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper { + margin-top: 10px; +} + +.e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn { + float: left; +} + +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-left-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active { + background: #bdbdbd; + border-color: #bdbdbd; +} + +.e-pv-comment-panel-resizer { + background: #f2f4f6; + border: 0; + border-width: 0; + color: inherit; + cursor: ew-resize; + height: calc(100%); + position: absolute; + width: 8px; + z-index: 105; +} + +.e-pv-comment-panel-resizer.e-left { + border-right: 1px solid #ced4da; + left: 300px; +} + +.e-pv-comment-panel-resizer.e-right { + border-left: 1px solid #ced4da; + right: 300px; +} + +/*! component icons */ +.e-time-wrapper .e-time-icon.e-icons::before, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before { + content: '\e7c7'; +} + +.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-time-wrapper, +.e-control-wrapper.e-time-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons { + font-size: 14px; +} + +.e-time-wrapper .e-time-icon.e-icons.e-disabled, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled { + pointer-events: none; +} + +.e-time-wrapper span, +.e-control-wrapper.e-time-wrapper span { + cursor: pointer; +} + +.e-timepicker.e-time-modal { + background-color: rgba(0, 0, 0, 0.5); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-timepicker.e-popup { + border-style: solid; + border-width: 1px; + overflow: auto; +} + +.e-timepicker.e-popup .e-content { + position: relative; +} + +.e-timepicker.e-popup .e-list-parent.e-ul { + margin: 0; + padding: 0 0; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + cursor: default; + font-size: 14px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover { + cursor: pointer; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + line-height: 26px; + text-indent: 20px; +} + +.e-bigger .e-time-wrapper .e-time-icon.e-icons, +.e-bigger.e-time-wrapper .e-time-icon.e-icons, +.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons { + font-size: 16px; +} + +.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul, +.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul { + padding: 0 0; +} + +.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 16px; + line-height: 32px; + text-indent: 24px; +} + +.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 13px; + line-height: 22px; + text-indent: 12px; +} + +.e-small .e-time-wrapper .e-time-icon.e-icons, +.e-small.e-time-wrapper .e-time-icon.e-icons, +.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons { + font-size: 12px; +} + +.e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 34px; + text-indent: 20px; +} + +.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons, +.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons, +.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons { + font-size: 15px; +} + +.e-content-placeholder.e-timepicker.e-placeholder-timepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker, +.e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker { + background-size: 250px 40px; + min-height: 40px; +} + +.e-time-overflow { + overflow: hidden; +} + +.e-timepicker-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open { + left: 0 !important; + position: relative; + top: 0 !important; +} + +/*! timepicker theme */ +.e-time-wrapper .e-input-group-icon.e-icons.e-active { + background: #545b62; + border-color: #545b62; + color: #fff; +} + +.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #fff; +} + +.e-timepicker.e-popup { + border: 1px solid rgba(0, 0, 0, 0.15); + border-radius: 4px; + box-shadow: none; +} + +.e-timepicker.e-popup .e-list-parent.e-ul { + background-color: #fff; +} + +.e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item { + border: none; + color: #212529; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled { + color: #212529; + opacity: 1; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus { + background-color: #f2f4f6; + border: none; + color: #212529; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active { + background-color: #007bff; + color: #fff; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover { + background-color: #f2f4f6; + color: #212529; +} + +.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + color: #212529; +} + +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +/*! field-list component icons */ +.e-pivotfieldlist .e-select-table::before { + content: '\e7da'; +} + +.e-pivot-formatting-dialog .e-format-delete-icon::before { + content: '\e745'; +} + +.e-pivot-formatting-dialog .e-add-icon::before { + content: '\e759'; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before { + content: '\e754'; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before { + content: '\e74b'; +} + +.e-level-options .e-selected-level-icon::before { + content: '\e718'; +} + +.e-pivot-calc-dialog-div .e-drag::before { + content: '\e7d6'; +} + +.e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before { + content: '\e729'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before { + content: '\e7fc'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before { + content: '\e78f'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before { + content: '\e70b'; +} + +.e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before { + content: '\e758' !important; +} + +.e-pivot-calc-dialog-div .e-measure-icon::before { + content: '\e758' !important; +} + +.e-pivot-calc-dialog-div .e-folderCDB-icon::before { + content: '\e76e' !important; +} + +.e-pivot-calc-dialog-div .e-folderCDB-open-icon::before { + content: '\e70f' !important; +} + +.e-pivot-calc-dialog-div .e-dimensionCDB-icon::before { + content: '\e65b' !important; +} + +.e-pivot-calc-dialog-div .e-kpiCDB-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiGoal-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiStatus-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiTrend-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiValue-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-namedSetCDB-icon::before { + content: '\e65d' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before { + content: '\e663' !important; +} + +.e-pivot-calc-dialog-div .e-attributeCDB-icon::before { + content: '\e65c' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before { + content: '\e65a' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before { + content: '\e65a' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before { + content: '\e662' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before { + content: '\e65e' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before { + content: '\e660' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before { + content: '\e661' !important; +} + +.e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before { + content: '\e80f' !important; +} + +.e-pivot-calc-dialog-div .e-calc-measure-icon::before { + content: '\e758' !important; +} + +.e-pivot-calc-dialog-div .e-calc-dimension-icon::before { + content: '\e65b' !important; +} + +.e-pivot-calc-dialog-div .e-sort-none::before { + content: '\e666' !important; +} + +.e-pivot-calc-dialog-div .e-sort-ascend::before { + content: '\e667' !important; +} + +.e-pivot-calc-dialog-div .e-sort-descend::before { + content: '\e665' !important; +} + +.e-pivotfieldlist-wrapper .e-field-list-back-icon::before { + content: '\e7c1'; +} + +.e-pivotfieldlist-wrapper .e-sort::before { + content: '\e7d1'; +} + +.e-pivotfieldlist-wrapper .e-pv-filter::before { + content: '\e714'; +} + +.e-pivotfieldlist-wrapper .e-pv-filtered::before { + color: #007bff; + content: '\e775'; +} + +.e-pivotfieldlist-wrapper .e-drag::before { + content: '\e7d6'; +} + +.e-pivotfieldlist-wrapper .e-add-icon::before { + content: '\e759'; +} + +.e-pivotfieldlist-wrapper .e-remove::before { + content: '\e745'; +} + +.e-pivotfieldlist-wrapper .e-axis-rows::before { + content: '\e768'; +} + +.e-pivotfieldlist-wrapper .e-axis-columns::before { + content: '\e73c'; +} + +.e-pivotfieldlist-wrapper .e-axis-values::before { + content: '\e758'; +} + +.e-pivotfieldlist-wrapper .e-axis-filters::before { + content: '\e714'; +} + +.e-pivotfieldlist-wrapper .e-selected-option-icon::before { + content: '\e7d9'; +} + +.e-pivotfieldlist-wrapper .e-clear-filter-icon::before { + content: '\e748'; +} + +.e-pivotfieldlist-wrapper .e-dropdown-icon::before { + content: '\e744'; +} + +.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before { + content: '\e758' !important; +} + +.e-pivotfieldlist-wrapper .e-measure-icon::before { + content: '\e758' !important; +} + +.e-pivotfieldlist-wrapper .e-folderCDB-icon::before { + content: '\e76e' !important; +} + +.e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before { + content: '\e70f' !important; +} + +.e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before { + content: '\e65b' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiCDB-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiGoal-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiStatus-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiTrend-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiValue-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before { + content: '\e65d' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before { + content: '\e663' !important; +} + +.e-pivotfieldlist-wrapper .e-attributeCDB-icon::before { + content: '\e65c' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before { + content: '\e65a' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before { + content: '\e65a' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before { + content: '\e662' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before { + content: '\e65e' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before { + content: '\e660' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before { + content: '\e661' !important; +} + +.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before { + content: '\e80f' !important; +} + +.e-pivotfieldlist-wrapper .e-calc-measure-icon::before { + content: '\e758' !important; +} + +.e-pivotfieldlist-wrapper .e-calc-dimension-icon::before { + content: '\e65b' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-none::before { + content: '\e666' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-ascend::before { + content: '\e667' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-descend::before { + content: '\e665' !important; +} + +/*! field-list theme */ +.e-pivotfieldlist .e-disable { + display: none; +} + +.e-pivotfieldlist .e-hide { + visibility: hidden; +} + +.e-pivot-formatting-dialog { + max-height: 480px !important; + min-width: 625px !important; + width: 625px !important; +} + +.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td { + padding-bottom: 10px; +} + +.e-pivot-formatting-dialog .e-format-delete-icon { + font-weight: normal; + color: #000; + opacity: .5; +} + +.e-pivot-formatting-dialog .e-format-delete-icon:hover { + font-weight: 600; + opacity: 1; +} + +.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td { + padding-bottom: 14px; + padding-right: 18px; +} + +.e-pivot-formatting-dialog .e-format-value-span { + vertical-align: bottom; +} + +.e-pivot-formatting-dialog .e-format-value1, +.e-pivot-formatting-dialog .e-format-value2, +.e-pivot-formatting-dialog .e-format-value-span { + margin-right: 10px; +} + +.e-pivot-formatting-dialog .e-format-color-picker { + margin-right: 18px; +} + +.e-pivot-formatting-dialog .e-format-inner-div { + padding-left: 14px; + padding-top: 14px; +} + +.e-pivot-formatting-dialog .e-format-outer-div { + background-color: #fff; + border: 1px solid #dee2e6; + border-radius: 4px; + margin-bottom: 14px; +} + +.e-pivot-formatting-dialog .e-format-condition-button { + float: left; +} + +.e-pivot-formatting-dialog .e-split-colorpicker { + background-color: #6c757d !important; + color: #fff !important; +} + +.e-pivot-formatting-dialog .e-format-delete-button { + background-color: transparent; + border-color: transparent; + float: right; + padding-right: 12px; + padding-top: 12px; +} + +.e-pivot-formatting-dialog .e-format-delete-button:hover, +.e-pivot-formatting-dialog .e-format-delete-button:focus, +.e-pivot-formatting-dialog .e-format-delete-button:active { + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-pivot-formatting-dialog .e-format-delete-icon { + font-size: 10px; +} + +.e-pivot-formatting-dialog .e-format-label, +.e-pivot-formatting-dialog .e-format-value-label { + color: #6c757d; + font-size: 13px; + font-weight: 600; + opacity: 1; +} + +.e-pivot-formatting-dialog .e-format-value-preview { + border: 1px solid #dee2e6; + border-radius: 4px; + height: 28px; + margin: 0 !important; + padding-left: 6px; + padding-top: 6px; + width: 80px; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color { + background: none; + margin: 0 2px; + width: 14px; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-btn.e-icon-btn { + padding: 4px 5px; +} + +.e-pivot-formatting-dialog .e-split-preview, +.e-pivot-formatting-dialog .e-tip-transparent { + border: 1px solid #dee2e6; + border-radius: 0 !important; + height: 40%; + left: -3px; + position: absolute; + top: 16px; + width: 150%; +} + +.e-pivot-formatting-dialog.e-device { + min-width: 320px !important; + width: 100% !important; +} + +.e-pivot-formatting-dialog.e-device .e-format-value1, +.e-pivot-formatting-dialog.e-device .e-format-value2, +.e-pivot-formatting-dialog.e-device .e-format-value-span { + margin-right: 2px; +} + +.e-pivot-formatting-dialog.e-device .e-format-color-picker { + width: 33%; +} + +.e-pivot-formatting-dialog.e-device .e-format-delete-button { + font-size: 12px; + padding-right: 16px; + padding-top: 16px; +} + +.e-pivot-formatting-dialog.e-device .e-format-apply-button, +.e-pivot-formatting-dialog.e-device .e-format-cancel-button { + max-width: 40%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-condition-button { + float: right; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-condition-button .e-add-icon { + margin-left: auto; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-inner-div { + padding-left: 0; + padding-right: 14px; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-delete-button { + float: left; + padding-left: 12px; +} + +.e-bigger.e-pivot-formatting-dialog, +.e-bigger .e-pivot-formatting-dialog, +.e-bigger.e-pivot-formatting-dialog, +.e-bigger .e-pivot-formatting-dialog { + min-width: 670px !important; + width: 670px !important; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-label, +.e-bigger.e-pivot-formatting-dialog .e-format-value-label, +.e-bigger .e-pivot-formatting-dialog .e-format-label, +.e-bigger .e-pivot-formatting-dialog .e-format-value-label, +.e-bigger.e-pivot-formatting-dialog .e-format-label, +.e-bigger.e-pivot-formatting-dialog .e-format-value-label, +.e-bigger .e-pivot-formatting-dialog .e-format-label, +.e-bigger .e-pivot-formatting-dialog .e-format-value-label { + font-size: 14px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-value1, .e-bigger.e-pivot-formatting-dialog .e-format-value2, +.e-bigger .e-pivot-formatting-dialog .e-format-value1, +.e-bigger .e-pivot-formatting-dialog .e-format-value2, +.e-bigger.e-pivot-formatting-dialog .e-format-value1, +.e-bigger.e-pivot-formatting-dialog .e-format-value2, +.e-bigger .e-pivot-formatting-dialog .e-format-value1, +.e-bigger .e-pivot-formatting-dialog .e-format-value2 { + margin-bottom: 3px !important; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger .e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger.e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger .e-pivot-formatting-dialog .e-format-inner-div { + padding-left: 16px; + padding-top: 16px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger .e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger.e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger .e-pivot-formatting-dialog .e-format-outer-div { + margin-bottom: 16px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td { + padding-bottom: 12px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td { + padding-bottom: 16px; + padding-right: 20px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger.e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog .e-format-color-picker { + margin-right: 20px; +} + +.e-bigger.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-btn.e-icon-btn, +.e-bigger .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-btn.e-icon-btn, +.e-bigger.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-btn.e-icon-btn, +.e-bigger .e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-btn.e-icon-btn { + padding: 4px 8px; +} + +.e-bigger.e-pivot-formatting-dialog.e-device, +.e-bigger .e-pivot-formatting-dialog.e-device, +.e-bigger.e-pivot-formatting-dialog.e-device, +.e-bigger .e-pivot-formatting-dialog.e-device { + min-width: 320px !important; + width: 100% !important; +} + +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker { + width: 33%; +} + +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button { + font-size: 12px; + padding-right: 16px; + padding-top: 16px; +} + +.e-pivot-calc-dialog-div { + min-width: 290px; +} + +.e-pivot-calc-dialog-div.e-dialog { + max-height: 500px !important; +} + +.e-pivot-calc-dialog-div .e-dlg-header-content, +.e-pivot-calc-dialog-div .e-footer-content { + border: 0; +} + +.e-pivot-calc-dialog-div .e-dlg-content { + padding-bottom: auto; +} + +.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-pivot-calc-dialog-div .e-olap-format-title, +.e-pivot-calc-dialog-div .e-olap-member-title { + color: #212529; + font-size: 13px; + margin-top: 15px; + overflow: hidden; + padding: 4px; + padding-bottom: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivot-calc-dialog-div .e-treeview .e-sibling { + display: none; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-selected { + opacity: .5; +} + +.e-pivot-calc-dialog-div .e-treeview ul { + overflow: hidden; +} + +.e-pivot-calc-dialog-div .e-treeview ul li { + padding: 0; +} + +.e-pivot-calc-dialog-div .e-treeview ul li .e-list-text { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon { + color: #495057; + margin: 0; +} + +.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow { + cursor: default; +} + +.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content { + height: 36px; + margin-left: -10px; + padding: 0; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons { + cursor: pointer; + font-size: 12px; + height: 24px; + opacity: 1; + padding: 2px 4px 4px; + pointer-events: auto; + width: 24px; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons { + color: #adb5bd; + cursor: move; + display: inline-block; + font-size: 14px; + height: 24px; + margin-right: 4px; + margin-top: 4px; + padding: 5px; + pointer-events: auto; + width: 24px; +} + +.e-pivot-calc-dialog-div .e-dlg-header { + font-size: 18px; + font-weight: 500; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 74%; +} + +.e-pivot-calc-dialog-div .e-contextmenu { + background-color: #fff; + border-radius: 4px; +} + +.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item { + color: #333; + font-size: 14x; + height: 48px; + opacity: .87; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons { + font-size: 14px; + height: 24px; + padding: 5px; + width: 24px; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul { + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li { + margin-left: 0; + margin-right: -40px; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li .e-text-content { + padding: 0 24px 0 0; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-webkit-input-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-moz-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-moz-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-ms-input-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-formula { + background-color: #fff; + border: 1px solid #ced4da; + border-radius: 4px; + color: #212529; + font-size: 12px; + height: 70px; + margin-top: 5px; + padding: 5px 10px; + resize: none; + width: 100%; +} + +.e-pivot-calc-dialog-div .e-pivot-formula.e-copy-drop { + cursor: copy; +} + +.e-pivot-calc-dialog-div .e-list-parent .e-list-text { + margin-bottom: 8px; + min-width: 100px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 75%; +} + +.e-pivot-calc-dialog-div .e-pivot-treeview-outer { + background-color: #fff; + border: 1px solid #ced4da; + border-radius: 4px; + height: 120px; + margin-top: 5px; + overflow: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div { + min-width: 550px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div { + display: -ms-flexbox; + display: flex; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div { + height: 453px; + width: 50%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer { + height: 100%; + margin-top: 0; + overflow: hidden; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div { + display: inline-block; + height: 425px; + overflow: auto; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow { + cursor: move; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-text { + margin-bottom: 0; + overflow: unset; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item .e-text-content { + height: 30px; + margin: 0; + padding: 0 0 0 24px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon { + cursor: auto; + font-size: 14px; + width: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edit { + cursor: pointer; + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edited { + cursor: pointer; + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons { + padding: 0; + height: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-item .e-text-content { + padding: 0 24px 0 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title { + color: #212529; + -ms-flex: auto; + flex: auto; + margin-top: 0; + padding-bottom: 4px; + padding-left: 8px; + padding-right: 8px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper { + background-color: #e9ecef; + color: #212529; + display: -ms-flexbox; + display: flex; + font-size: 13px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info { + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info:hover { + color: #007bff; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div { + -ms-flex: auto; + flex: auto; + margin-left: 18px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula { + height: 100px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-calc-custom-format-div { + margin-top: 15px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-hierarchy-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-format-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-member-title { + padding-left: 0; + padding-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title { + margin-top: 0; + padding-top: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog { + max-height: 700px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog .e-calc-clear-btn { + float: left; + margin: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 0; + margin-right: 18px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl.e-dialog .e-calc-clear-btn { + float: right; +} + +.e-bigger.e-pivot-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div, +.e-bigger.e-pivot-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div { + min-width: 310px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title { + font-size: 14px; + padding: 6px; + padding-bottom: 0; +} + +.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li { + padding: 2px 0; +} + +.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons { + font-size: 16px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula { + font-size: 13px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-footer-content, +.e-bigger .e-pivot-calc-dialog-div .e-footer-content, +.e-bigger.e-pivot-calc-dialog-div .e-footer-content, +.e-bigger .e-pivot-calc-dialog-div .e-footer-content { + padding-right: auto; + padding-top: auto; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div { + min-width: 580px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div { + height: 504px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div { + height: 470px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title { + padding-bottom: 6px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper { + font-size: 14px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon { + font-size: 16px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 24px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 0; + margin-right: 24px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog, +.e-pivotfieldlist-wrapper .e-member-editor-dialog, +.e-pivotfieldlist-wrapper .e-value-field-settings { + border-radius: 4px; + width: auto; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content { + border-radius: 4px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content { + border: 0; + font-weight: normal; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content { + border-top: 1px solid #dee2e6; + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-top: 15px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button { + float: left; + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content { + overflow: hidden; + padding: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper { + background-color: #f8f8f8; + padding: 15px 10px 16px 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label { + color: #333; + font: 500 13px Helvetica; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content { + padding: 0 20px 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 13px; + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title { + -ms-flex: none; + flex: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + -ms-flex: auto; + flex: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text { + font-size: 13px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper { + padding: 0 20px 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt { + padding: 25px 20px; + text-align: center; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + display: inline-block; + height: 150px; + max-width: 400px; + overflow: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: -25px; + overflow: hidden; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon { + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable { + display: none !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper { + border: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon { + height: 14px; + min-width: 14px; + width: 14px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before { + font-size: 14px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 134px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter { + height: 234px; + overflow: auto; + padding: 20px; + padding-bottom: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 13px; + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 8px 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter .e-editor-label-wrapper { + padding: 15px 10px 12px 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-member-editor-wrapper ul { + margin-left: 0; + margin-right: -25px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button { + float: right; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop { + margin: 0 5px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled { + opacity: .5; + pointer-events: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-member-editor-dialog { + max-width: 400px; +} + +.e-pivotfieldlist-wrapper .e-value-field-settings { + max-width: 400px; + min-width: 300px; +} + +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content { + overflow: auto; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 200px; +} + +.e-field-list-tree.e-drag-item.e-treeview, +.e-pivot-calc.e-drag-item.e-treeview { + background-color: rgba(0, 0, 0, 0.7); + border: 1px solid #dee2e6; + border-radius: 4px; + box-shadow: 0 2px 3px 0 black; + height: 28px; + min-width: 100px; + padding: 5px 10px; + border: 0; + padding: 6px 10px; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content { + padding: 0; + text-align: center; + width: 100%; + box-shadow: none; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text { + color: #f8f9fa; + font-size: 14px; + line-height: 1em; + width: 100%; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons, +.e-field-list-tree.e-drag-item.e-treeview .e-checkbox-wrapper, +.e-field-list-tree.e-drag-item.e-treeview .e-list-icon, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content > .e-icons, +.e-pivot-calc.e-drag-item.e-treeview .e-checkbox-wrapper, +.e-pivot-calc.e-drag-item.e-treeview .e-list-icon { + display: none; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-rtl .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content { + padding-right: 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content { + padding-left: 24px; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text { + padding: 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop { + display: inline-block !important; + line-height: 0em; + color: #f8f9fa; + opacity: 0.7; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before { + float: left; + font-size: 14px; + padding: 5px 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content { + padding-left: 0; + padding-right: 24px; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons { + transform: rotateY(180deg); +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview { + height: 36px; + padding: 6px 12px; + padding: 9px 10px; +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text { + line-height: 1.5em; +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before { + padding: 4px; +} + +.e-button-drag-clone { + background-color: rgba(0, 0, 0, 0.7) !important; + border: 1px solid #dee2e6; + border-radius: 4px; + box-shadow: 0 2px 3px 0 black; + color: #f8f9fa; + font-size: 14px; + height: 28px; + line-height: 1.0em; + min-width: 100px; + overflow: hidden; + padding: 5px 10px; + text-align: center; + width: auto; + z-index: 100000; + border: 0; + padding: 6px 10px; +} + +.e-button-drag-clone .e-text-content { + width: 100%; +} + +.e-bigger .e-button-drag-clone, +.e-bigger.e-button-drag-clone, +.e-bigger .e-button-drag-clone, +.e-bigger.e-button-drag-clone { + height: 36px !important; + line-height: 1.5em; + padding: 6px 12px; + border: 0; + padding: 7px 12px; +} + +.e-pivot-error-dialog { + max-width: 400px; + width: auto; +} + +.e-pivot-error-dialog .e-dlg-header-content, +.e-pivot-error-dialog .e-footer-content { + border: 0; +} + +.e-pivot-error-dialog .e-dlg-header { + font-weight: bold; + opacity: 1; +} + +.e-pivot-error-dialog .e-dlg-content { + font-weight: normal; + opacity: 1; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 133px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul { + margin-left: -30px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: -30px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small { + font-size: 14px; + top: 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 99px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter { + height: 213px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 10px 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper { + padding-top: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text { + font-size: 14px; +} + +/*! field-list theme */ +.e-pivotfieldlist .e-select-table { + background-color: #f5f5f5; + border: 0.5px solid #ccc; + box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12); + color: #495057; + font-size: 20px; + height: 38px; + max-height: 38px; + max-width: 38px; + min-height: 38px; + min-width: 38px; + padding: 10px; + position: relative; + width: 38px; + z-index: 1000; +} + +.e-pivotfieldlist .e-select-table.e-fieldlist-left { + box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12); +} + +.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active { + background-color: #999; +} + +.e-pivotfieldlist .e-select-table:hover { + background-color: #999; +} + +.e-bigger .e-pivotfieldlist .e-select-table, +.e-bigger.e-pivotfieldlist .e-select-table, +.e-bigger .e-pivotfieldlist .e-select-table, +.e-bigger.e-pivotfieldlist .e-select-table { + font-size: 20px; + height: 40px; + max-height: 40px; + max-width: 40px; + min-height: 40px; + min-width: 40px; +} + +.e-pivotfieldlist-wrapper { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + max-width: 700px; + min-width: 300px; +} + +.e-pivotfieldlist-wrapper .e-layout-footer { + padding: 10px 2px 2px; + text-align: right; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button { + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button, +.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout { + max-width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout { + max-width: 45%; +} + +.e-pivotfieldlist-wrapper .e-checkbox-layout { + float: left; + margin-top: 6px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer { + text-align: left; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-dialog { + max-height: 550px !important; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-layout-footer { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-checkbox-layout { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-button-layout { + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-footer-content { + border: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-title { + display: -ms-flexbox; + display: flex; + font-size: 18px; + min-height: 25px; + padding: 0 2px 20px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-title .e-title-content { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-title-header { + display: -ms-flexbox; + display: flex; + padding: 2px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-title-header .e-title-content { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container { + display: -ms-flexbox; + display: flex; + height: 342px; + padding: 1px; + position: relative; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table { + border: 1px solid #dee2e6; + border-radius: 4px; + display: inline-block; + overflow: hidden; + width: 30%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree .e-sibling { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list { + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header { + background-color: #e9ecef; + color: #212529; + font-size: 13px; + font-weight: normal; + height: 31px; + overflow: hidden; + padding: 7px 0 0 8px; + text-align: left; + text-overflow: ellipsis; + word-break: break-all; + padding-left: 12px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper { + background-color: #e9ecef; + color: #212529; + display: -ms-flexbox; + display: flex; + padding-right: 8px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend { + color: #555; + cursor: pointer; + font-size: 14px; + height: 20px; + padding: 7px 0 0 8px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none.e-selected::before, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend.e-selected::before, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend.e-selected::before { + color: #007bff; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:hover { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:focus { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree-outer-div { + display: inline-block; + height: 310px; + overflow: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list { + display: inline-table; + height: 100%; + padding-left: 2px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul { + overflow: hidden; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li { + margin-left: -40px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow { + cursor: default; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-drag { + color: #adb5bd; + cursor: move; + display: inline-block; + font-size: 14px; + height: 20px; + margin-bottom: 2px; + margin-right: 6px; + pointer-events: all; + text-align: center; + vertical-align: bottom; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-icon { + color: #495057; + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-selected { + opacity: .5; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-selected-node { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-text { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon { + font-size: 14px; + height: auto; + width: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table.e-olap-field-table { + width: 40%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table { + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 70%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 8px; + width: 50%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + background-color: #fff; + border: 1px solid #dee2e6; + border-radius: 4px; + fill: #fff; + font-weight: normal; + min-height: 165px; + position: relative; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper { + background-color: #e9ecef; + border-bottom: 1px solid #dee2e6; + color: #212529; + display: -ms-flexbox; + display: flex; + height: 31px; + padding: 2px 8px 5px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + height: 20px; + padding-top: 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters { + color: #555; + font-size: 14px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header { + -ms-flex: auto; + flex: auto; + font-size: 13px; + line-height: 1.5em; + margin-top: 2px; + padding: 0 8px; + width: 100%; + margin-top: 3px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + cursor: default; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content.e-drag-restrict { + cursor: no-drop; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator { + display: block; + pointer-events: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover { + border-top: 2px dashed #999; + margin-top: -2px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover { + position: absolute; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button { + background-color: #f8f9fa; + border-bottom: 1px solid #dee2e6; + border-left: 0; + border-radius: 0; + border-right: 0; + border-top: 0; + box-shadow: none; + cursor: default; + display: -ms-flexbox; + display: flex; + font-weight: normal; + height: 32px; + line-height: 1em; + padding: 9px 8px; + text-transform: none; + width: 100%; + color: #212529; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected { + color: #212529; + opacity: .5; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover { + background-color: #f2f4f6; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content { + background-color: transparent; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active { + background-color: #eceff2; + color: #333; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content { + background-color: transparent; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon { + color: #333; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content { + background-color: transparent; + -ms-flex: auto; + flex: auto; + font-size: 14px; + height: 16px; + line-height: 1em; + overflow: hidden; + padding: 0 8px; + text-align: left; + text-overflow: ellipsis; + width: 70%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable { + height: 20px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag { + color: #adb5bd; + cursor: move; + font-size: 14px; + height: 20px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + color: #495057; + cursor: pointer; + display: inline-block; + font-size: 14px; + height: 20px; + padding-left: 8px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover { + color: #333; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content { + text-align: right; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon { + padding-left: 0; + padding-right: 8px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort { + height: -webkit-fit-content; + height: fit-content; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + height: 133px; + overflow: auto; + scroll-behavior: smooth; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt { + bottom: 32%; + color: #6c757d; + font-size: 14px; + height: 25px; + pointer-events: none; + position: absolute; + text-align: center; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 8px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table.e-olap-axis-table { + width: 60%; +} + +.e-pivotfieldlist-wrapper .e-calculated-field { + color: #212529; + font-size: 14px; + font-weight: bold; + max-width: 160px; + min-width: 145px; + color: #f8f9fa; +} + +.e-pivotfieldlist-wrapper .e-calculated-field.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list { + padding-left: 0; + padding-right: 2px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li { + margin-left: 0; + margin-right: -40px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-list-text { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-drag { + margin-left: 6px !important; + margin-right: 0 !important; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-level-members, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-measure-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header { + padding-left: 0; + padding-right: 8px; + text-align: right; + padding-right: 12px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend { + padding: 7px 8px 0 0; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields { + padding-left: 0; + padding-right: 8px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header { + float: right; +} + +.e-pivotfieldlist-wrapper.e-static { + background-color: #fff; + border: 1px solid #dee2e6; + max-height: 700px; + padding: 10px; + position: relative; +} + +.e-pivotfieldlist-wrapper.e-static .e-title-content { + color: #212529; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container { + display: inline-block; + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table { + height: 210px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div { + height: 175px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-div { + display: none; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title { + color: #212529; + font-size: 13px; + height: 25px; + margin-top: 5px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table { + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 8px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 8px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + padding-top: 4px; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title { + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields { + padding-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-device { + height: 100%; + max-height: 100% !important; + max-width: 100% !important; + min-height: 500px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content { + background-color: #eee; + color: #333; + font-size: 14px; + height: 48px; + padding-bottom: 9px; + padding-top: 9px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content { + background-color: transparent; + color: #333; +} + +.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper.e-device .e-title-mobile-content { + margin-top: 5px; +} + +.e-pivotfieldlist-wrapper.e-device .e-field-list-back-icon { + color: #333; + font-size: 16px; + height: 24px; + margin-left: 0; + margin-right: 12px; + padding-top: 7px; + text-align: center; + width: 24px; +} + +.e-pivotfieldlist-wrapper.e-device .e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container { + height: 100%; + position: relative; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header { + background-color: #e9ecef; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header .e-toolbar-item .e-tab-wrap { + border: 0; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content { + display: initial; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values { + display: inline-block; + height: 100%; + min-height: 250px; + padding-top: 20px; + position: relative; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content { + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div { + display: -ms-grid; + display: grid; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-drop-indicator { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button { + border: 1px solid #dee2e6; + border-left: 0; + border-radius: 0; + border-right: 0; + border-top: 0; + border-width: 1px 0; + box-shadow: none; + display: -ms-flexbox; + display: flex; + font-size: 16px; + font-weight: normal; + height: 36px; + line-height: normal; + padding: 9px 16px; + text-transform: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-list-selected { + opacity: .5; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-content { + -ms-flex: auto; + flex: auto; + font-size: 16px; + height: 100%; + margin-top: -2px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; + width: 70%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-drag { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + color: #495057; + cursor: pointer; + display: inline-block; + font-size: 16px; + height: 24px; + padding-left: 10px; + width: 24px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover { + color: #333; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort { + height: -webkit-fit-content; + height: fit-content; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove { + display: inline-block; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-content { + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon { + padding-left: 0; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content { + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-draggable-prompt { + border: 1px dashed #e9ecef; + color: #e9ecef; + font-size: 14px; + height: 200px; + left: 15%; + line-height: 200px; + pointer-events: none; + position: absolute; + text-align: center; + top: 25%; + vertical-align: middle; + width: 70%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula { + background-color: #fff; + border: 1px solid #ced4da; + border-radius: 4px; + color: #212529; + height: 200px; + margin-left: 20px; + margin-right: 20px; + margin-top: 25px; + padding: 2px 3px; + resize: none; + width: 90%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-olap-calc-custom-format-div { + margin-left: 20px; + margin-right: 20px; + margin-top: 20px; + width: 90% !important; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion { + margin-top: 20px; + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame { + margin-right: 12px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper { + margin-bottom: 24px; + margin-right: 20px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label { + color: #333; + font-family: Roboto-Reguar; + font-size: 14px; + opacity: .87; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button { + float: right; + margin-right: 20px; + margin-top: 32px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button { + bottom: 0; + position: -webkit-sticky; + position: sticky; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord { + max-height: 290px; + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons { + height: 18px; + width: 18px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div { + max-height: 350px; + overflow: hidden; + overflow-y: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer { + bottom: 20px; + display: inline-block; + position: absolute; + vertical-align: bottom; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content { + display: inline-block; + padding: 15px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn { + float: right; + height: 52px; + pointer-events: all; + width: 52px; + z-index: 1000; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn .e-add-icon { + font-size: 18px; + line-height: 50px; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer { + background-color: transparent; + bottom: 0; + display: inline-block; + padding: 15px; + pointer-events: none; + position: absolute; + vertical-align: bottom; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button { + float: right; + height: 52px; + pointer-events: all; + width: 52px; + z-index: 1000; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button .e-add-icon { + font-size: 18px; + line-height: 50px; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button { + float: left; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout { + max-width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout { + max-width: 45%; +} + +.e-pivotfieldlist-wrapper.e-device.e-static { + border: 0; + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-values .e-axis-content { + max-height: 600px; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-back-icon { + margin-left: 12px; + margin-right: 0; + transform: rotateY(180deg); +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-calculated-field-btn { + float: left; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-defer-apply-button { + float: right; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-ok-button, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-add-button, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-cancel-button { + float: left !important; + margin-left: 20px; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame { + margin-left: 12px !important; + margin-right: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header { + background-color: #e9ecef; + color: #212529; + font-size: 14px; + font-weight: normal; + height: 38px; + overflow: hidden; + padding: 7px 0 0 12px; + height: 40px; + padding-left: 16px; + padding-top: 9px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper { + padding-right: 12px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend { + font-size: 16px; + height: 24px; + padding: 7px 0 0 8px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list { + padding-left: 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li { + padding: 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag { + font-size: 16px !important; + height: 24px !important; + margin-bottom: 3px !important; + margin-right: 4px !important; + width: 24px !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values { + margin-top: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper { + height: 38px; + padding: 0 12px 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + height: 24px; + padding-top: 9px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header { + font-size: 14px; + line-height: 1.6em; + margin-top: 4px; + padding: 0 12px; + margin-top: 7px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + height: 126px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button { + font-size: 16px; + height: 36px !important; + padding: 9px 12px !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 16px; + line-height: 1em; + padding: 0 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable { + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + cursor: pointer; + display: inline-block; + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag { + font-size: 16px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static, +.e-bigger.e-pivotfieldlist-wrapper.e-static, +.e-bigger .e-pivotfieldlist-wrapper.e-static, +.e-bigger.e-pivotfieldlist-wrapper.e-static { + max-height: 720px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title { + color: #212529; + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + padding-top: 9px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields { + padding: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list { + padding-left: 0; + padding-right: 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag { + margin-left: 4px !important; + margin-right: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header { + padding-right: 12px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper { + padding-left: 12px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend { + padding: 7px 8px 0 0; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields { + padding-left: 0; + padding-right: 8px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon { + padding-left: 0; + padding-right: 8px; +} + +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +.e-pivotview .e-expand::before { + content: '\e70b'; +} + +.e-pivotview .e-collapse::before { + content: '\e744'; +} + +.e-pivotview.e-rtl .e-expand::before { + content: '\e70d'; +} + +.e-pivotview .e-sort::before { + content: '\e7d1'; +} + +.e-pivotview .e-pv-filter::before { + content: '\e714'; +} + +.e-pivotview .e-pv-filtered::before { + content: '\e775'; +} + +.e-pivotview .e-remove::before { + content: '\e745'; +} + +.e-pivotview .e-selected-option-icon::before { + content: '\e7d9'; +} + +.e-pivotview .e-clear-filter-icon::before { + content: '\e748'; +} + +.e-pivotview .e-dropdown-icon::before { + content: '\e744'; +} + +.e-pivotview .e-export::before { + content: '\e780'; +} + +.e-pivotview .e-new-report::before { + content: '\e765'; +} + +.e-pivotview .e-save-report::before { + content: '\e74d'; +} + +.e-pivotview .e-saveas-report::before { + content: '\e72b'; +} + +.e-pivotview .e-rename-report::before { + content: '\e751'; +} + +.e-pivotview .e-remove-report::before { + content: '\e773'; +} + +.e-pivotview .e-sub-total::before { + content: '\e750'; +} + +.e-pivotview .e-grand-total::before { + content: '\e71d'; +} + +.e-pivotview .e-toolbar-fieldlist::before { + content: '\e7da'; +} + +.e-pivotview .e-toolbar-grid::before { + content: '\e763'; +} + +.e-pivotview .e-toolbar-chart::before { + content: '\e701'; +} + +.e-pivotview .e-toolbar-formatting::before { + content: '\e84e'; +} + +.e-pivotview-pdf-export::before { + content: '\e727'; +} + +.e-pivotview-excel-export::before { + content: '\e74e'; +} + +.e-pivotview-csv-export::before { + content: '\e725'; +} + +.e-pivotview-png-export::before { + content: '\e84b'; +} + +.e-pivotview-jpeg-export::before { + content: '\e84a'; +} + +.e-pivotview-svg-export::before { + content: '\e84c'; +} + +.e-mdx::before { + content: '\e684'; +} + +.e-pivotview-select-icon::before { + content: '\e718'; +} + +.e-pivotview-export::before { + content: '\e780'; +} + +.e-pivotview-grid::before { + content: '\e763'; +} + +.e-pivotview-expand::before { + content: '\e7db'; +} + +.e-pivotview-collapse::before { + content: '\e7dc'; +} + +.e-pivot-format-menu::before { + content: '\e690'; +} + +.e-pivot-number-format-menu::before { + content: '\e76c'; +} + +.e-pivot-conditional-format-menu::before { + content: '\e84e'; +} + +.e-pivot-format-toolbar::before { + content: '\e76c'; +} + +.e-pivotview-group::before { + content: '\e821'; +} + +.e-pivotview-ungroup::before { + content: '\e822'; +} + +.e-level-options .e-selected-level-icon::before { + content: '\e718'; +} + +/*! PivotView layout */ +.e-pivotview .e-value-field-settings, +.e-pivotview .e-member-editor-dialog, +.e-pivotview .e-group-field-settings { + max-height: 450px !important; +} + +.e-pivotview .e-value-field-settings, +.e-pivotview .e-member-editor-dialog, +.e-pivotview .e-pivot-format-dialog, +.e-pivotview .e-group-field-settings { + border-radius: 4px; + max-width: 400px; + width: auto; +} + +.e-pivotview .e-value-field-settings .e-dlg-header-content, +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-dlg-header-content, +.e-pivotview .e-member-editor-dialog .e-footer-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-header-content, +.e-pivotview .e-pivot-format-dialog .e-footer-content, +.e-pivotview .e-group-field-settings .e-dlg-header-content, +.e-pivotview .e-group-field-settings .e-footer-content { + border-radius: 4px; +} + +.e-pivotview .e-value-field-settings .e-dlg-header-content, +.e-pivotview .e-member-editor-dialog .e-dlg-header-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-header-content, +.e-pivotview .e-group-field-settings .e-dlg-header-content { + border: 0; + font-weight: normal; +} + +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-footer-content, +.e-pivotview .e-pivot-format-dialog .e-footer-content, +.e-pivotview .e-group-field-settings .e-footer-content { + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-bottom: 8px; + padding-top: 8px; +} + +.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button, +.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button, +.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button, +.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button { + float: left; +} + +.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button.e-disable { + display: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content, +.e-pivotview .e-group-field-settings .e-dlg-content { + overflow: hidden; + padding: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper { + background-color: #f8f8f8; + padding: 15px 10px 16px 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label { + color: #333; + font: 500 13px Helvetica; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content { + padding: 0 20px 10px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 13px; + font-weight: 500; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title { + -ms-flex: none; + flex: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + -ms-flex: auto; + flex: auto; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame { + height: 18px; + width: 18px; + height: 14px; + width: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text { + font-size: 13px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper { + padding: 0 20px 10px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt { + padding: 15px 20px; + text-align: center; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + display: inline-block; + height: 164px; + max-width: 400px; + overflow: auto; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree { + overflow-x: auto; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: -25px; + overflow: hidden; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text { + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon { + margin: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable { + display: none !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper { + border: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon { + height: 14px; + min-width: 14px; + width: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before { + font-size: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 134px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter { + height: 234px; + overflow: auto; + padding: 20px; + padding-bottom: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 13px; + font-weight: 500; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 8px 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-disable { + display: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-moz-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-moz-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder { + color: #dc3545 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings.e-excel-filter, +.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-pivotview .e-group-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-pivotview .e-value-field-settings.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-pivot-format-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-group-field-settings.e-excel-filter .e-editor-label-wrapper { + padding: 15px 10px 12px 20px; +} + +.e-pivotview .e-value-field-settings.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-group-field-settings.e-rtl .e-member-editor-wrapper ul { + margin-left: 0; + margin-right: -25px; +} + +.e-pivotview .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-pivot-format-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-group-field-settings.e-rtl .e-footer-content .e-clear-filter-button { + float: right; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: 0; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop { + margin: 0 5px; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret { + display: none; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled { + opacity: .5; + pointer-events: none; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: 0; +} + +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-footer-content { + border-top: 1px solid #dee2e6; +} + +.e-pivotview .e-value-field-settings, +.e-pivotview .e-pivot-format-dialog { + min-width: 300px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content { + overflow: auto; +} + +.e-pivotview .e-pivot-format-dialog { + max-height: 500px !important; + max-width: 350px; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer { + padding: 0 20px; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable { + color: #212529; + font-weight: 500; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-text, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop { + margin-bottom: 20px; +} + +.e-pivotview .e-pivot-toolbar { + border-bottom: 0; + border-style: solid; +} + +.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + font-size: 16px; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper { + background-color: transparent; + border: none; + background-color: #f8f9fa; + color: #495057; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item { + height: 28px; + padding-left: 10px; + background-color: #f8f9fa; + color: #495057; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 0; + margin-right: 0; + font-size: 16px; + color: #495057; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-caret { + color: #495057; +} + +.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template { + padding: 0 !important; +} + +.e-pivotview .e-pivot-toolbar .e-reportlist-label { + float: left; + font-weight: 500; +} + +.e-pivotview .e-pivot-toolbar .e-reportlist-drop { + float: right; + margin: 0 8px; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-label { + float: right; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-drop { + float: left; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-menu-wrapper ul .e-menu-item { + padding-left: 30px; + padding-right: 10px; +} + +.e-pivotview-disable-icon { + visibility: hidden; +} + +.e-pivotview-report-inner { + padding-top: 10px; +} + +.e-pivotview-report-dialog { + max-width: 350px; +} + +.e-mdx-query-content { + background-color: #fff; + color: #212529; + font-size: #212529; + font-weight: 500; + height: 200px; + margin-top: 5px; + padding: 5px 10px; + resize: none; + width: 100%; +} + +.e-pivotview-mdx-dialog { + max-width: 500px; +} + +.e-pivotview-report-label { + float: left; + margin-top: 10px; + width: 40%; +} + +.e-pivotview-report-input { + float: right; + width: 60% !important; +} + +.e-rtl .e-pivotview-report-input { + float: left; +} + +.e-rtl .e-pivotview-report-label { + float: right; +} + +.e-pivotview-pdf-export, +.e-pivotview-excel-export, +.e-pivotview-csv-export { + font-size: 18px !important; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-container { + margin-bottom: 20px; +} + +.e-drillthrough-dialog .e-drillthrough-body-header { + color: #333; + font-weight: 700; + opacity: 1; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-value { + color: #212529; + margin-left: 10px; + margin-right: 20px; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-common { + -webkit-flex-wrap: wrap; + -moz-flex-wrap: wrap; + -ms-flex-wrap: wrap; + display: inline-block; + flex-wrap: wrap; +} + +.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item { + height: 38px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 144px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-member-editor-wrapper ul, +.e-bigger.e-pivotview .e-member-editor-dialog .e-member-editor-wrapper ul, +.e-bigger .e-pivotview .e-member-editor-dialog .e-member-editor-wrapper ul, +.e-bigger.e-pivotview .e-member-editor-dialog .e-member-editor-wrapper ul { + margin-left: -30px !important; +} + +.e-bigger .e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-bigger.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-bigger .e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-bigger.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: -30px !important; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small { + font-size: 14px; + top: 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 99px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter { + height: 213px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 24px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div { + padding: 10px 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter { + min-width: 280px; +} + +.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame { + height: 22px; + width: 22px; + height: 18px; + width: 18px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper { + padding-top: 24px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text { + font-size: 14px; +} + +/*! PivotView theme */ +.e-pivotview .e-nextspan { + display: inline-block; + width: 24px; +} + +.e-pivotview .e-lastspan { + display: inline-block; + width: 12px; +} + +.e-pivotview .e-grid.e-gridhover tr[role='row']:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-pivotview .e-rowsheader .e-cellvalue { + margin-left: 10px; +} + +.e-pivotview .e-valuescontent { + text-align: right; +} + +.e-pivotview .e-summary, +.e-pivotview .e-summary.e-active { + font-weight: bold; +} + +.e-pivotview .e-grid .e-rowsheader.e-active, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground, +.e-pivotview .e-grid .e-columnsheader.e-active, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground, +.e-pivotview .e-grid .e-rowsheader.e-active, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground, +.e-pivotview .e-grid .e-columnsheader.e-active, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground { + background: #e6e6e6 !important; + color: #333 !important; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-active .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-active .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons { + color: #333 !important; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext { + color: #333 !important; +} + +.e-pivotview .e-drop-indicator { + display: block; +} + +.e-pivotview div.e-cellvalue { + margin-top: -2px; +} + +.e-pivotview .e-sortfilterdiv { + margin: -25px -15px !important; + font-size: 10px !important; + padding: 15px; +} + +.e-pivotview .e-pivotchart > svg { + border: 1px solid #dee2e6; +} + +.e-pivotview .e-pivotchart.e-ltr { + direction: ltr; +} + +.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -30px -15px !important; +} + +.e-pivotview .e-grid .e-icons { + color: rgba(255, 255, 255, 0.8) !important; + color: #495057 !important; +} + +.e-pivotview .e-grid .e-icons:hover { + color: #fff !important; + color: #495057 !important; +} + +.e-pivotview .e-grid { + border-color: #dee2e6; +} + +.e-pivotview .e-grid .e-rowsheader { + padding-left: 8px; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons { + color: rgba(255, 255, 255, 0.8) !important; + color: #495057 !important; +} + +.e-pivotview .e-grid .e-columnsheader { + padding-left: 12px !important; +} + +.e-pivotview .e-frozenheader > .e-table, +.e-pivotview .e-frozencontent > .e-table { + border-left-color: #dee2e6 !important; + border-right-color: #dee2e6 !important; +} + +.e-pivotview .e-stackedheadercelldiv.e-cellvalue { + padding-left: 6px !important; +} + +.e-pivotview .e-stackedheadercelldiv { + padding: 0 0 0 1px !important; +} + +.e-pivotview .e-stackedheadercelldiv, +.e-pivotview .e-headertext, +.e-pivotview .e-rowsheader .e-cellvalue { + color: #212529 !important; + font-size: 14px !important; + font-weight: 400 !important; +} + +.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell, +.e-pivotview .e-headertext .e-hyperlinkcell, +.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell { + cursor: pointer; +} + +.e-pivotview .e-valuescontent .e-cellvalue .e-hyperlinkcell { + cursor: pointer; +} + +.e-pivotview .e-valuescontent { + opacity: 1 !important; +} + +.e-pivotview .e-rowcell { + opacity: 1; +} + +.e-pivotview .e-rowcell .e-cellvalue { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + color: #212529; +} + +.e-pivotview .e-grouping-bar { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields { + -ms-flex: auto; + flex: auto; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields, +.e-pivotview .e-grouping-bar .e-right-axis-fields { + height: auto; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields { + min-width: 250px; +} + +.e-pivotview .e-grouping-bar .e-axis-row, +.e-pivotview .e-grouping-bar .e-axis-column, +.e-pivotview .e-grouping-bar .e-axis-value, +.e-pivotview .e-grouping-bar .e-axis-filter { + background: #f8f9fa; + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields { + border: 1px solid #dee2e6; + border-bottom-width: 0; + border-right-width: 0; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields { + border: 1px solid #dee2e6; + border-bottom-width: 0; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter { + border-bottom: 1px solid #dee2e6; +} + +.e-pivotview .e-group-values, +.e-pivotview .e-group-columns, +.e-pivotview .e-group-filters, +.e-pivotview .e-group-rows { + background: #f8f9fa; + vertical-align: top; +} + +.e-pivotview .e-group-values.e-drag-restrict, +.e-pivotview .e-group-columns.e-drag-restrict, +.e-pivotview .e-group-filters.e-drag-restrict, +.e-pivotview .e-group-rows.e-drag-restrict { + cursor: no-drop; +} + +.e-pivotview .e-group-values .e-draggable-prompt, +.e-pivotview .e-group-columns .e-draggable-prompt, +.e-pivotview .e-group-filters .e-draggable-prompt, +.e-pivotview .e-group-rows .e-draggable-prompt { + color: #6c757d; + line-height: 50px; + padding-left: 8px; + pointer-events: none; + position: relative; + text-align: center; + vertical-align: middle; + font-size: 14px; +} + +.e-pivotview .e-group-filters, +.e-pivotview .e-group-values, +.e-pivotview .e-group-columns, +.e-pivotview .e-group-rows { + display: inline-table; + -ms-flex: auto; + flex: auto; + height: 36px; + min-height: 36px; + overflow: hidden; + padding-left: 12px; + scroll-behavior: smooth; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div, +.e-pivotview .e-group-values .e-pvt-btn-div, +.e-pivotview .e-group-columns .e-pvt-btn-div, +.e-pivotview .e-group-rows .e-pvt-btn-div { + display: -ms-inline-flexbox; + display: inline-flex; + padding: 6px; + padding-bottom: 0; + padding-left: 0; + padding-right: 8px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-values .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-indent-div { + pointer-events: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator { + pointer-events: none; + width: 2px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover { + border-left: 1px dashed #ccc; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button { + background-color: #6c757d; + border: 1px solid #6c757d; + border-radius: 4px; + box-shadow: none; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + font-weight: normal; + height: 26px; + line-height: .9em; + padding: 6px 10px; + text-transform: none; + vertical-align: bottom; + z-index: 1; + font-weight: 400; + line-height: .75em; + padding: 8 10px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button.e-list-selected { + opacity: .5; + opacity: .7; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover { + background-color: #adb5bd; + background-color: #5a6268; + border-color: #545b62; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove { + color: #fff !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active { + background-color: #adb5bd; + color: #fff; + background-color: #545b62; + border-color: #4e555b; + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-remove, .e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove { + color: #fff !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + background-color: transparent; + cursor: move; + -ms-flex: auto; + flex: auto; + font-size: 12px; + margin-right: 4px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; + margin-right: 0; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag { + cursor: auto; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-draggable { + height: inherit; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-drag { + display: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + color: rgba(255, 255, 255, 0.8) !important; + cursor: pointer; + display: inline-block; + font-size: 10px; + height: 20px; + padding-left: 4px; + width: 20px; + padding-left: 8px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover { + color: #fff !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable { + display: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 10px; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button { + max-width: 230px; +} + +.e-pivotview .e-group-filters, +.e-pivotview .e-group-columns { + width: 100%; +} + +.e-pivotview .e-group-row { + padding: 0 !important; +} + +.e-pivotview .e-group-row .e-group-rows { + display: table; + -ms-flex: none; + flex: none; + width: 100%; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div { + max-width: unset; + width: 100%; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div { + pointer-events: none; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button { + padding: 6px 10px; + width: 180px; + font-weight: 400; + line-height: .75em; + padding: 8 10px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover { + background-color: #adb5bd; + background-color: #5a6268; + border-color: #545b62; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove { + color: #fff !important; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active { + background-color: #adb5bd; + color: #fff; + background-color: #545b62; + border-color: #4e555b; + box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove { + color: #fff !important; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + color: rgba(255, 255, 255, 0.8) !important; + font-size: 10px; + height: 20px; + padding-left: 4px; + width: 20px; + padding-left: 8px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover { + color: #fff; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable { + display: none; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 10px; + width: 20px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-pivotview .e-axis-value { + display: inline-block; + height: 100%; +} + +.e-pivotview .e-axis-value .e-group-values { + height: 100%; + padding-bottom: 0; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-row { + height: 50% !important; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-value { + height: auto !important; + padding-left: 6px; + border-bottom: 1px solid #dee2e6; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-multi-values { + padding-left: 2px; +} + +.e-pivotview .e-icons { + height: auto; + width: auto; +} + +.e-pivotview .e-collapse::before { + font-size: 12px; +} + +.e-pivotview .e-expand, +.e-pivotview .e-collapse { + cursor: pointer; + display: inline-block; + height: 16px; + text-align: center; + width: 24px; +} + +.e-pivotview th .e-expand, +.e-pivotview th .e-collapse { + float: left; + font-size: 13px !important; + margin-left: -6px; + margin-top: 2px; +} + +.e-pivotview .e-expand::before { + font-size: 12px; +} + +.e-pivotview.e-rtl .e-expand::before, +.e-pivotview.e-rtl .e-collapse::before { + margin-left: 0; +} + +.e-pivotview.e-rtl th .e-expand, +.e-pivotview.e-rtl th .e-collapse { + float: right; + margin-right: -8px; +} + +.e-pivotview.e-rtl .e-grid .e-rowsheader { + padding-right: 8px !important; +} + +.e-pivotview.e-rtl .e-grid .e-columnsheader { + padding-right: 12px !important; +} + +.e-pivotview.e-rtl .e-rowsheader .e-cellvalue { + margin-left: 0; + margin-right: 7px; +} + +.e-pivotview.e-rtl .e-valuescontent { + text-align: left; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-left-axis-fields { + border-left-width: 0; + border-right-width: 1px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-right-axis-fields { + border-left-width: 1px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters { + padding-left: 0; + padding-right: 12px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content { + text-align: right; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove { + padding-left: 0; + padding-right: 4px; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows { + padding-left: 0; + padding-right: 12px; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + text-align: right; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + padding-left: 0; + padding-right: 7px; +} + +.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue { + padding-right: 13px !important; +} + +.e-pivotview.e-device .e-grouping-bar .e-pivot-button { + line-height: 1em !important; +} + +.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button { + max-width: 155px; +} + +.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button { + max-width: 200px; +} + +.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div { + width: 0 !important; +} + +.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button { + width: 155px; +} + +.e-pivottooltipwrap { + opacity: 1; +} + +.e-pivottooltip { + border-radius: 2px; + padding: 3px 2px; +} + +.e-pivottooltip p { + color: #fff; + display: inline-block; + font-family: Helvetica; + font-size: 14px; + line-height: 21px; + margin: 0; +} + +.e-pivottooltip p.e-tooltipcontent { + margin-left: 5px; +} + +.e-rtl .e-pivottooltip p.e-tooltipcontent { + margin-left: 0; + margin-right: 5px; +} + +.e-bigger .e-pivotview .e-grid .e-rowsheader, +.e-bigger.e-pivotview .e-grid .e-rowsheader, +.e-bigger .e-pivotview .e-grid .e-rowsheader, +.e-bigger.e-pivotview .e-grid .e-rowsheader { + padding-left: 10px !important; +} + +.e-bigger .e-pivotview .e-grid .e-columnsheader, +.e-bigger.e-pivotview .e-grid .e-columnsheader, +.e-bigger .e-pivotview .e-grid .e-columnsheader, +.e-bigger.e-pivotview .e-grid .e-columnsheader { + padding-left: 16px !important; +} + +.e-bigger .e-pivotview .e-stackedheadercelldiv, +.e-bigger .e-pivotview .e-headertext, +.e-bigger .e-pivotview .e-rowsheader .e-cellvalue, +.e-bigger.e-pivotview .e-stackedheadercelldiv, +.e-bigger.e-pivotview .e-headertext, +.e-bigger.e-pivotview .e-rowsheader .e-cellvalue, +.e-bigger .e-pivotview .e-stackedheadercelldiv, +.e-bigger .e-pivotview .e-headertext, +.e-bigger .e-pivotview .e-rowsheader .e-cellvalue, +.e-bigger.e-pivotview .e-stackedheadercelldiv, +.e-bigger.e-pivotview .e-headertext, +.e-bigger.e-pivotview .e-rowsheader .e-cellvalue { + font-size: 16px !important; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button { + height: 30px; + line-height: 0.75em; + padding: 7px 12px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + margin-right: 8px; + margin-right: 0; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove { + font-size: 12px; + height: 24px; + width: 24px; + padding-left: 12px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort { + height: 12px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows { + height: 40px; + min-height: 40px; + padding-left: 16px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt, +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters .e-draggable-prompt, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values .e-draggable-prompt, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns .e-draggable-prompt, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows .e-draggable-prompt { + font-size: 16px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values { + height: 100%; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper { + width: 24px; +} + +.e-bigger .e-pivotview .e-group-rows, +.e-bigger.e-pivotview .e-group-rows, +.e-bigger .e-pivotview .e-group-rows, +.e-bigger.e-pivotview .e-group-rows { + padding-left: 16px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button { + height: 30px; + line-height: 0.75em; + padding: 7px 12px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + margin-right: 8px; + margin-right: 0; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + font-size: 12px; + height: 24px; + width: 24px; + padding-left: 12px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 12px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-bigger .e-pivotview .e-sortfilterdiv, +.e-bigger.e-pivotview .e-sortfilterdiv, +.e-bigger .e-pivotview .e-sortfilterdiv, +.e-bigger.e-pivotview .e-sortfilterdiv { + margin: -28px -18px !important; + font-size: 12px !important; +} + +.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -30px -18px !important; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + height: 144px; +} + +.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader { + padding-right: 10px !important; +} + +.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader { + padding-right: 16px !important; +} + +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters { + padding-left: 0; + padding-right: 16px; +} + +.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows { + padding-left: 0; + padding-right: 16px; +} + +.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue { + padding-right: 13px !important; +} + +.e-content-placeholder.e-pivotview.e-placeholder-pivotview { + background-size: 100% 200px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-query-builder .e-collapse-rule::before { + content: '\e790'; +} + +.e-query-builder { + border: 1px solid; + border-radius: 4px; + height: auto; + width: auto; +} + +.e-query-builder .e-multiselect .e-qb-spinner .e-spinner-inner { + left: auto; + right: 5px; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-not { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 4px; +} + +.e-query-builder.e-rtl .e-multiselect .e-qb-spinner .e-spinner-inner { + left: 5px; + right: auto; +} + +.e-query-builder.e-rtl.e-bigger.e-device .e-group-body .e-rule-container .e-rule-delete, +.e-query-builder.e-rtl.e-bigger .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + padding-left: 14px; +} + +.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-value-delete, +.e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete { + text-align: left; +} + +.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-delete, +.e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + padding-left: 10px; +} + +.e-query-builder.e-rtl .e-group-header .e-group-action .e-btn { + margin-left: 0; + margin-right: 12px; +} + +.e-query-builder.e-rtl .e-horizontal-mode .e-rule-delete { + margin-left: 0; + margin-right: 8px; +} + +.e-query-builder.e-rtl .e-group-body { + padding-left: 0; + padding-right: 20px; +} + +.e-query-builder.e-rtl .e-rule-list > ::before { + border-width: 0 2px 2px 0; +} + +.e-query-builder.e-rtl .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder.e-rtl .e-rule-list > ::after, +.e-query-builder.e-rtl .e-rule-list > ::before { + right: -12px; +} + +.e-query-builder.e-rtl .e-rule-list > ::after { + border-width: 0 2px 0 0; +} + +.e-query-builder.e-rtl .e-rule-list .e-group-container::before { + right: -11px; +} + +.e-query-builder.e-rtl .e-rule-list > .e-group-container { + padding-right: 0; +} + +.e-query-builder .e-group-container, +.e-query-builder .e-rule-container { + position: relative; +} + +.e-query-builder .e-rule-list > :first-child::before { + top: -11px; +} + +.e-query-builder .e-rule-list > :last-child::after { + display: none; +} + +.e-query-builder .e-rule-list > ::before { + border-width: 0 0 2px 2px; + height: 25px; + top: -10px; +} + +.e-query-builder .e-rule-list > ::after, +.e-query-builder .e-rule-list > ::before { + border-style: dotted; + content: ''; + left: -12px; + position: absolute; + width: 10px; +} + +.e-query-builder .e-rule-list > ::after { + border-width: 0 0 0 2px; + height: calc(100% - 17px); + top: 17px; +} + +.e-query-builder .e-rule-list > .e-rule-container::before { + height: calc(50% + 8px); +} + +.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before { + height: calc(50% + 10px); +} + +.e-query-builder .e-rule-list > .e-rule-container::after { + height: calc(50% + 6px); + top: calc(50% - 3px); +} + +.e-query-builder .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder .e-rule-list .e-group-container::before { + left: -11px; +} + +.e-query-builder .e-rule-list .e-group-container::after { + left: -11px; +} + +.e-query-builder .e-group-header .e-group-action .e-btn { + margin-left: 12px; +} + +.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small { + border-bottom-right-radius: 0; + border-radius: 4px; + border-top-right-radius: 0; +} + +.e-query-builder .e-group-header .e-btn-group { + border: none; + box-shadow: none; + display: inline-block; +} + +.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-not { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-query-builder .e-group-header .e-group-action { + display: inline-block; + margin-top: 5px; +} + +.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn, +.e-query-builder .e-group-header .e-deletegroup { + margin-bottom: 2px; +} + +.e-query-builder .e-group-header button.e-button-hide { + display: none; +} + +.e-query-builder .e-group-header.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder .e-rule-list .e-group-container { + margin-left: 0; + margin-top: 12px; + width: 100%; +} + +.e-query-builder .e-rule-list { + padding: 14px 0 14px 0; + padding-bottom: 0; +} + +.e-query-builder .e-group-container { + padding: 12px; +} + +.e-query-builder .e-rule-container { + border: 1px solid; + border-radius: 4px; +} + +.e-query-builder .e-rule-list > .e-group-container { + padding: 0; + padding-bottom: 12px; +} + +.e-query-builder .e-group-container .e-rule-list > .e-group-container { + padding-bottom: 0; +} + +.e-query-builder .e-group-body { + padding-left: 20px; +} + +.e-query-builder .e-group-body .e-rule-container { + box-shadow: none; + height: auto; + margin-top: -1px; + padding-right: 12px; +} + +.e-query-builder .e-group-body .e-rule-container.e-prev-joined-rule { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-query-builder .e-group-body .e-rule-container.e-joined-rule { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-top-style: dotted; + border-top-width: 2px; + margin-top: 0; +} + +.e-query-builder .e-group-body .e-rule-container.e-separate-rule { + margin-top: 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-filter { + padding: 8px 0 8px 8px; + width: auto; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-numeric:not(:first-child), +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-date-wrapper:not(:first-child), +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-input-group:not(:first-child) { + float: right; + margin-top: 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + min-width: 190px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multiselect, +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + max-width: 200px; +} + +.e-query-builder .e-group-body .e-rule-container .e-operator, +.e-query-builder .e-group-body .e-rule-container .e-value { + padding: 8px 0 8px 8px; +} + +.e-query-builder .e-group-body .e-rule-container .e-operator .e-radio-wrapper, +.e-query-builder .e-group-body .e-rule-container .e-value .e-radio-wrapper { + margin-right: 15px; +} + +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete { + display: inline-block; + margin-left: 8px; +} + +.e-query-builder .e-group-body .e-rule-container button.e-button-hide { + display: none; +} + +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete { + display: inline-block; +} + +.e-query-builder .e-group-body .e-rule-value.e-hide { + display: none; +} + +.e-query-builder .e-group-body .e-rule-value.e-show { + display: inline-block; +} + +.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + margin-bottom: 12px; + padding-right: none; + right: 0; +} + +.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder .e-group-body .e-vertical-mode .e-removerule.e-rule-delete { + box-shadow: none; + right: 0; +} + +.e-query-builder .e-dropdown-btn { + box-shadow: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-filter { + padding: 14px; +} + +.e-query-builder.e-device .e-removerule.e-rule-delete { + box-shadow: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multiselect, +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + max-width: 100; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value-delete, +.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete { + text-align: right; +} + +.e-query-builder .e-delete-icon::before { + content: ""; +} + +.e-query-builder .e-edit-rule.e-btn.e-small { + box-shadow: none; +} + +.e-query-builder .e-edit-rule { + right: 0; +} + +.e-query-builder .e-collapse-rule { + border: 1px solid; + border-right: 0; + border-top: 0; + box-shadow: -1px 1px 4px 0 rgba(248, 249, 250, 0.12); + font-size: 20px; + padding: 5px; + position: absolute; + right: 0; + top: 0; +} + +.e-query-builder .e-summary-text { + border-style: none; + font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + line-height: 1.5em; + padding: 12px; + resize: none; + width: 100%; +} + +.e-query-builder .e-summary-btndiv { + padding: 12px; + text-align: right; +} + +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-filter, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-operator, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-value, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-value-delete, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-filter, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-operator, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-value, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-value-delete { + padding: 15px 0 0 15px; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid; +} + +.e-dropdown-popup .e-addgroup { + float: right; +} + +.e-dropdown-popup ul .e-item.e-button-hide { + display: none; +} + +.e-addrule.e-add-icon::before, +.e-addgroup.e-add-icon::before, +.e-query-builder .e-add-icon::before { + content: ""; +} + +.e-query-builder.e-device .e-group-container, +.e-bigger.e-query-builder .e-group-container, +.e-bigger .e-query-builder .e-group-container { + padding: 14px; +} + +.e-query-builder.e-device .e-rule-list > .e-group-container, +.e-bigger.e-query-builder .e-rule-list > .e-group-container, +.e-bigger .e-query-builder .e-rule-list > .e-group-container { + padding: 0; +} + +.e-query-builder.e-device .e-rule-list > .e-rule-container:not(:first-child)::before, +.e-bigger.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before, +.e-bigger .e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before { + height: calc(50% + 12px); +} + +.e-query-builder.e-device .e-rule-list > .e-group-container:first-child, +.e-bigger.e-query-builder .e-rule-list > .e-group-container:first-child, +.e-bigger .e-query-builder .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder.e-device .e-rule-list > ::before, +.e-bigger.e-query-builder .e-rule-list > ::before, +.e-bigger .e-query-builder .e-rule-list > ::before { + top: -1 2px; +} + +.e-query-builder.e-device .e-group-action .e-btn, +.e-bigger.e-query-builder .e-group-action .e-btn, +.e-bigger .e-query-builder .e-group-action .e-btn { + margin-left: 16px; +} + +.e-query-builder.e-device .e-rule-list > :first-child::before, +.e-bigger.e-query-builder .e-rule-list > :first-child::before, +.e-bigger .e-query-builder .e-rule-list > :first-child::before { + top: -14px; +} + +.e-query-builder.e-device .e-rule-list, +.e-bigger.e-query-builder .e-rule-list, +.e-bigger .e-query-builder .e-rule-list { + padding: 16px 0 16px 0; + padding-bottom: 0; +} + +.e-query-builder.e-device .e-rule-list .e-group-container, +.e-bigger.e-query-builder .e-rule-list .e-group-container, +.e-bigger .e-query-builder .e-rule-list .e-group-container { + margin-top: 14px; +} + +.e-query-builder.e-device .e-group-body, +.e-bigger.e-query-builder .e-group-body, +.e-bigger .e-query-builder .e-group-body { + padding-left: 24px; +} + +.e-query-builder.e-device .e-group-body .e-rule-container, +.e-bigger.e-query-builder .e-group-body .e-rule-container, +.e-bigger .e-query-builder .e-group-body .e-rule-container { + margin-top: -1px; + padding-right: 15px; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode { + width: auto; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-separate-rule, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-separate-rule, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-separate-rule { + margin-top: 16px; +} + +.e-query-builder.e-device .e-group-body .e-rule-delete, +.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + margin-bottom: 14px; + padding-right: none; + right: 0; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete { + margin-bottom: 0; +} + +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete { + display: inline-block; + margin-left: 10px; +} + +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-filter, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-operator, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value-delete, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete { + display: inline-block; +} + +.e-query-builder.e-device .e-group-body .e-rule-value.e-hide, +.e-bigger.e-query-builder .e-group-body .e-rule-value.e-hide, +.e-bigger .e-query-builder .e-group-body .e-rule-value.e-hide { + display: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-value.e-show, +.e-bigger.e-query-builder .e-group-body .e-rule-value.e-show, +.e-bigger .e-query-builder .e-group-body .e-rule-value.e-show { + display: inline-block; +} + +.e-query-builder.e-device .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-query-builder.e-device .e-group-body .e-rule-delete.e-btn.e-small.e-round, +.e-bigger.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-bigger.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round, +.e-bigger .e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-bigger .e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder.e-device .e-summary-text, +.e-bigger.e-query-builder .e-summary-text, +.e-bigger .e-query-builder .e-summary-text { + font-size: 16px; + line-height: 1.5em; + padding: 15px; +} + +.e-query-builder.e-device .e-summary-btndiv, +.e-bigger.e-query-builder .e-summary-btndiv, +.e-bigger .e-query-builder .e-summary-btndiv { + padding: 15px; + text-align: right; +} + +.e-device .e-rule-value { + width: 100%; +} + +.e-bigger .e-group-body .e-rule-container .e-rule-filter, +.e-bigger .e-group-body .e-rule-container .e-operator, +.e-bigger .e-group-body .e-rule-container .e-value { + padding: 10px 0 10px 10px; +} + +.e-query-builder { + background-color: #fff; + border-color: #dee2e6; +} + +.e-query-builder .e-group-header .e-btn-group { + border-color: #dee2e6; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small { + border-left: 1px solid #dee2e6; + border-right: 1px solid #dee2e6; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-active-toggle { + border-left: 1px solid #007bff; + border-right: 1px solid #007bff; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-not { + border-right: transparent; +} + +.e-query-builder .e-group-container { + border-color: #dee2e6; +} + +.e-query-builder .e-rule-container { + background-color: #f8f9fa; + border-color: #dee2e6; +} + +.e-query-builder .e-rule-container.e-joined-rule { + border-top-color: #dee2e6; +} + +.e-query-builder .e-rule-list .e-group-container { + background-color: #fff; +} + +.e-query-builder .e-rule-list > ::after, +.e-query-builder .e-rule-list > ::before { + border-color: #dee2e6; +} + +.e-query-builder .e-btn-group input:checked + label.e-btn, +.e-query-builder .e-btn-group .e-btn.e-qb-toggle.e-active-toggle { + background: #007bff; + border-color: #007bff; + color: #fff; +} + +.e-query-builder .e-btn-group:not(.e-rtl) .e-qb-toggle.e-btn.e-small { + border-right: transparent; +} + +.e-query-builder .e-btn-group input + label.e-btn, +.e-query-builder .e-group-action .e-btn, +.e-query-builder .e-qb-toggle, +.e-query-builder .e-removerule.e-btn.e-round, +.e-query-builder .e-removerule.e-btn.e-round:hover { + background: #fff; + border-color: #dee2e6; + color: #495057; +} + +.e-query-builder .e-removerule.e-btn.e-round { + background-color: #6c757d; + background-color: #fff; +} + +.e-query-builder .e-summary-content textarea { + background-color: #fff; + color: #212529; +} + +.e-query-builder .e-collapse-rule { + background-color: #fff; + border-color: #dee2e6; + color: #212529; +} + +.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover { + background-color: #dee2e6; +} + +.e-tooltip-wrap.e-querybuilder-error, +.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error { + background-color: #fcdbe4; + border-color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom { + border-top-color: #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-tip-content, +.e-tooltip-wrap.e-querybuilder-error .e-tip-content label { + color: #f44336; +} + +/*! recurrence editor theme wise definitions*/ +/*! Recurrence-Editor component layout */ +.e-recurrenceeditor .e-editor { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + margin-left: auto; + margin-right: auto; + max-width: 1240px; +} + +.e-recurrenceeditor .e-recurrence-table { + table-layout: fixed; + width: 100%; +} + +.e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child { + width: 27%; +} + +.e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 24%; +} + +.e-recurrenceeditor .e-recurrence-table .e-repeat-content { + display: inline-block; + font-weight: normal; + padding: 18px 0 0 8px; +} + +.e-recurrenceeditor .e-recurrence-table .e-input-wrapper { + float: none; + width: 100%; +} + +.e-recurrenceeditor .e-recurrence-table .e-week-position { + position: relative; + right: 16px; +} + +.e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 10px; +} + +.e-recurrenceeditor .e-icons { + height: 0; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 8px 16px 0; +} + +.e-recurrenceeditor .e-form-left { + padding: 0 8px 16px 0; +} + +.e-recurrenceeditor .e-form-right, +.e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px 8px; +} + +.e-recurrenceeditor .e-input-wrapper { + float: left; + width: 50%; +} + +.e-recurrenceeditor .e-input-wrapper div { + margin-bottom: 2.5%; +} + +.e-recurrenceeditor .e-input-wrapper.e-end-on-date, +.e-recurrenceeditor .e-input-wrapper.e-end-on-count { + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-end-on > div, +.e-recurrenceeditor.e-rtl .e-month-expander > div > div { + float: right; +} + +.e-recurrenceeditor.e-rtl .e-form-left, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left { + padding: 0 0 10px 8px; +} + +.e-recurrenceeditor.e-rtl .e-form-right, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right { + padding: 0 8px 10px 0; +} + +.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; +} + +.e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 16px; + right: 0; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label { + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-end-on-label { + margin-bottom: 5px; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-left: 8px; + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 8px; +} + +.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 0; +} + +.e-recurrenceeditor .e-days .e-week-expander-label { + font-size: 14px; + font-weight: 400; + margin-bottom: 8px; +} + +.e-recurrenceeditor .e-days button { + border-radius: 50%; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + height: 35px; + margin: 0 8px 10px; + width: 35px; +} + +.e-recurrenceeditor .e-hide-recurrence-element { + display: none; +} + +.e-recurrenceeditor .e-half-space { + width: 20%; +} + +.e-recurrenceeditor .e-year-expander { + margin-bottom: 11px; +} + +.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper { + margin-bottom: 11px; +} + +.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper { + margin-top: -3px; +} + +.e-recurrenceeditor .e-input-wrapper-side { + float: left; + padding: 16px 20px 0; + width: 50%; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label { + float: none; + font-size: 14px; + font-weight: 400; + margin-bottom: 7px; + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper { + margin: 0; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label { + font-size: 14px; + font-weight: 400; + margin-bottom: 7px; + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left { + padding-bottom: 6px; +} + +.e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left { + padding-bottom: 12px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-form-right { + margin-bottom: 11px; +} + +.e-bigger .e-recurrenceeditor { + padding: 0; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 12px 11px 0; +} + +.e-bigger .e-recurrenceeditor .e-form-left { + padding: 0 12px 14px 0; +} + +.e-bigger .e-recurrenceeditor .e-form-right, +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px 12px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position { + right: 24px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left { + padding-bottom: 6px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 70px; +} + +.e-bigger .e-recurrenceeditor .e-week-position { + padding-left: 55px; + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label { + font-size: 16px; + margin-bottom: 0; +} + +.e-bigger .e-recurrenceeditor .e-end-on-label { + margin-bottom: 0; +} + +.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label { + font-size: 16px; + margin-bottom: 8px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left { + padding-bottom: 12px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label { + font-size: 16px; + margin-bottom: 1px; +} + +.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper, +.e-bigger .e-recurrenceeditor .e-year-expander, +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + margin-bottom: 11px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 0; +} + +.e-bigger .e-recurrenceeditor .e-days button { + height: 40px; + width: 40px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-form-left, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left { + padding: 0 0 10px 12px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-form-right, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right { + padding: 0 12px 10px 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; + padding-right: 64px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label { + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label { + margin-bottom: 5px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position { + right: 33px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 46px; +} + +.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child { + width: 25%; +} + +.e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 20%; +} + +.e-device .e-recurrenceeditor .e-week-expander-label { + margin-bottom: 6px; +} + +.e-device .e-recurrenceeditor .e-month-expander-label { + font-size: 12px; + margin-bottom: 5px; +} + +.e-device .e-recurrenceeditor .e-footer-content { + padding: 12px; +} + +.e-device .e-recurrenceeditor .e-form-left, +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 0 10px; +} + +.e-device .e-recurrenceeditor .e-form-right, +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px; +} + +.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date, +.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count { + padding-left: 10px; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 10px; +} + +.e-device .e-recurrenceeditor.e-end-on { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-end-on .e-end-on-label { + float: none; + font-size: 12px; + font-weight: 400; + margin-bottom: 7px; +} + +.e-device .e-recurrenceeditor.e-end-on .e-end-on-left { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 10px; +} + +.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 16px; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 20px; +} + +.e-device .e-recurrenceeditor .e-week-position { + padding-left: 0; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-week-position { + padding-left: 0; +} + +.e-device.e-recurrence-dialog .e-dlg-header-content { + background: none; + box-shadow: none; + padding-bottom: 10px; +} + +.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label { + margin-bottom: 7px; +} + +.e-device.e-recurrence-dialog .e-footer-content { + padding: 16px 8px; +} + +@media (max-width: 580px) { + .e-recurrenceeditor { + margin-left: auto; + margin-right: auto; + width: 100%; + } + .e-recurrenceeditor .e-editor { + -ms-flex-direction: column; + flex-direction: column; + } + .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left { + margin-top: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label { + margin-bottom: 7px; + } + .e-recurrenceeditor .e-editor > div { + margin-top: 20px; + } + .e-recurrenceeditor .e-editor > .e-input-wrapper { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper { + width: 50%; + } + .e-recurrenceeditor .e-editor .e-form-left, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left { + padding: 0 0 10px; + } + .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date, + .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count { + padding-left: 10px; + padding-right: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 10px; + } + .e-recurrenceeditor .e-editor .e-form-right, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right { + padding-left: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week { + width: 100%; + } + .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 0; + } + .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, + .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 10px; + } +} + +/*! Recurrence-Editor component theme */ +.e-ribbon .e-drop-icon::before { + content: '\e705'; +} + +.e-ribbon { + border: 1px solid #dee2e6; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-left-width: 0; + border-right-width: 0; +} + +.e-ribbon .e-tab .e-tab-header .e-hscroll { + display: inline-block !important; + width: calc(100% - 28px); +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap { + padding: 0; + border-width: 0; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-text-wrap { + vertical-align: top; +} + +.e-ribbon .e-tab .e-tab-header .e-indicator { + z-index: 1; +} + +.e-ribbon .e-tab .e-tab-header { + margin-top: 10px; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-radius: 0; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + text-transform: none; +} + +.e-ribbon .e-tab.e-sheet-tab .e-tab-header .e-tab-text { + white-space: pre; +} + +.e-ribbon .e-drop-icon { + cursor: pointer; + float: right; + font-family: 'e-icons'; + margin: 5px 5px 15px; + text-align: center; + transform: rotate(180deg); + transition: transform 300ms ease; + width: 18px; +} + +.e-ribbon.e-collapsed .e-content, +.e-ribbon.e-collapsed .e-indicator, +.e-ribbon.e-collapsed .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + display: none; +} + +.e-ribbon.e-collapsed .e-tab .e-tab-header:not(.e-vertical)::before { + border-width: 0; +} + +.e-ribbon.e-collapsed .e-drop-icon { + transform: rotate(0deg); +} + +.e-ribbon .e-content .e-toolbar.e-overlay .e-toolbar-items .e-toolbar-item.e-overlay { + opacity: 1; +} + +.e-ribbon .e-menu-wrapper { + border-width: 0; +} + +.e-ribbon .e-menu-wrapper ul.e-menu { + padding: 0; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu { + padding: 0; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon { + height: 41px; + line-height: 41px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret { + line-height: 41px; +} + +.e-bigger .e-ribbon .e-drop-icon, +.e-bigger.e-ribbon .e-drop-icon { + font-size: 12px; + margin: 9.5px 5px 19.5px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header, +.e-bigger.e-ribbon .e-tab .e-tab-header { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 41px; + min-height: 41px; +} + +.e-ribbon { + background-color: #f8f9fa; +} + +.e-ribbon .e-tab .e-tab-header { + background-color: inherit; +} + +.e-ribbon .e-tab .e-tab-header .e-drop-icon { + color: #6c757d; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item.e-active { + background: #fff; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + background: #fff; +} + +.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-items, +.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn:not(:hover):not(:focus), +.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-item.e-overlay { + background: transparent; +} + +.e-ribbon .e-menu-wrapper { + background-color: transparent; +} + +.e-ribbon .e-menu-wrapper ul { + background-color: transparent; +} + +/*! recurrence editor theme wise definitions*/ +/*! Schedule component's bootstrap4 theme definitions and variables */ +.e-schedule .e-schedule-toolbar .e-icon-prev::before { + content: '\e78c'; +} + +.e-schedule .e-schedule-toolbar .e-icon-next::before { + content: '\e799'; +} + +.e-schedule .e-schedule-toolbar .e-icon-add::before { + content: '\e759'; +} + +.e-schedule .e-schedule-toolbar .e-icon-today::before { + content: '\e7b8'; +} + +.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before { + content: '\e744'; +} + +.e-schedule .e-schedule-toolbar .e-icon-day::before { + content: '\e7b8'; +} + +.e-schedule .e-schedule-toolbar .e-icon-week::before { + content: '\e7c0'; +} + +.e-schedule .e-schedule-toolbar .e-icon-workweek::before { + content: '\e7c0'; +} + +.e-schedule .e-schedule-toolbar .e-icon-month::before { + content: '\e7c4'; +} + +.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before { + content: '\e7c6'; +} + +.e-schedule .e-schedule-toolbar .e-icon-agenda::before { + content: '\e7bd'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before { + content: '\e73e'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before { + content: '\e72f'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before { + content: '\e762'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before { + content: '\e71e'; +} + +.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before { + content: '\e781'; +} + +.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before { + content: '\e781'; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before { + content: '\e70b'; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before { + content: '\e71f'; +} + +.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before { + content: '\e7cd'; +} + +.e-schedule .e-schedule-resource-toolbar .e-icon-next::before { + content: '\e76a'; +} + +.e-schedule .e-close-icon::before { + content: '\e745'; +} + +.e-schedule .e-block-indicator::before { + content: '\e797'; +} + +.e-schedule .e-appointment .e-recurrence-icon::before { + content: '\e7c8'; +} + +.e-schedule .e-appointment .e-recurrence-edit-icon::before { + content: '\e7b7'; +} + +.e-schedule .e-appointment .e-up-icon::before { + content: '\e7c5'; +} + +.e-schedule .e-appointment .e-down-icon::before { + content: '\e7bf'; +} + +.e-schedule .e-appointment .e-left-icon::before { + content: '\e7ba'; +} + +.e-schedule .e-appointment .e-right-icon::before { + content: '\e7bb'; +} + +.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before { + content: '\e705'; +} + +.e-schedule.e-rtl .e-appointment .e-left-icon::before { + content: '\e76a'; +} + +.e-schedule.e-rtl .e-appointment .e-right-icon::before { + content: '\e70d'; +} + +.e-schedule .e-resource-tree-icon::before { + content: '\e70b'; +} + +.e-schedule-dialog.e-device .e-back-icon::before { + content: '\e728'; +} + +.e-schedule-dialog.e-device .e-save-icon::before { + content: '\e74d'; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before { + content: '\e78f'; +} + +.e-schedule-dialog.e-device.e-rtl .e-back-icon::before { + content: '\e7ce'; +} + +.e-quick-popup-wrapper .e-edit-icon::before { + content: '\e78f'; +} + +.e-quick-popup-wrapper .e-delete-icon::before { + content: '\e773'; +} + +.e-quick-popup-wrapper .e-close-icon::before { + content: '\e745'; +} + +.e-quick-popup-wrapper .e-time-icon::before { + content: '\e7c7'; +} + +.e-quick-popup-wrapper .e-location-icon::before { + content: '\e7d0'; +} + +.e-quick-popup-wrapper .e-time-zone-icon::before { + content: '\e7c9'; +} + +.e-quick-popup-wrapper .e-description-icon::before { + content: '\e7cb'; +} + +.e-quick-popup-wrapper .e-resource-icon::before { + content: '\e7d3'; +} + +.e-quick-popup-wrapper .e-date-time-icon::before { + content: '\e73e'; +} + +.e-more-popup-wrapper.e-device .e-close-icon::before { + content: '\e745'; +} + +/*! schedule component layout */ +.e-schedule { + display: block; + outline: medium none; + overflow: hidden; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-schedule .e-schedule-toolbar { + background: #f8f9fa; + border: 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.15); + box-shadow: none; + margin-bottom: 0; + min-height: 46px; +} + +.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text, +.e-schedule .e-schedule-toolbar .e-active-view .e-icons { + color: #007bff; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-pop { + background: #f8f9fa; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus { + background-color: #545b62; + border-color: #4e555b; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn:active { + background: #e9ecef; + background: #545b62; + border-color: #4e555b; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + cursor: pointer; + font-size: 14px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items { + background: #f8f9fa; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos { + height: 46px; + min-height: 46px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div { + height: inherit; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow { + font-size: 11px; + padding-top: 2px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover { + background: #5a6268; + border-radius: 4px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus { + background: #5a6268; + border-radius: 4px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text { + display: none; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden { + display: none; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next { + font-size: 17px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-right: 1px solid #dee2e6; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text { + font-size: 16px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text { + cursor: pointer; + font-size: 14px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav { + background: #f8f9fa; + border-left: 0; + border-right: 1px solid 1px; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover { + background-color: #545b62; + color: #fff; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav { + border-left: 1px solid 1px; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav::after { + content: ''; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:active { + color: #fff; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:active::after { + content: ''; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:hover { + background: #545b62; + color: #fff; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:focus { + background: #545b62; + color: #fff; +} + +.e-schedule.e-device .e-schedule-toolbar { + height: 54px; + min-height: 54px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus { + height: calc(100% - 20px); +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos { + height: 54px; + min-height: 54px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div { + height: inherit; +} + +.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + font-size: 16px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text { + font-size: 18px; +} + +.e-schedule .e-schedule-resource-toolbar { + background: #f8f9fa; + border-bottom: 1px solid rgba(0, 0, 0, 0.15); + box-shadow: none; + display: -ms-flexbox; + display: flex; + margin-bottom: 0; + min-height: 46px; + padding: 10px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu { + color: #212529; + font-size: 14px; + padding: 7px; + padding-left: 4px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable { + display: none; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name { + font-size: 14px; + padding: 5px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child) { + opacity: .6; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next { + color: #212529; + font-size: 10px; + line-height: 18px; + opacity: .4; + padding: 5px; +} + +.e-schedule .e-schedule-resource-toolbar.e-popup-close { + display: none; +} + +.e-schedule .e-schedule-resource-toolbar.e-popup-open { + display: block; +} + +.e-schedule .e-text-ellipsis { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-text-center { + text-align: center; +} + +.e-schedule .e-table-container { + display: -ms-inline-flexbox; + display: inline-flex; + position: relative; + vertical-align: top; +} + +.e-schedule .e-table-container.e-translate { + transition: transform .3s ease 0s; +} + +.e-schedule .e-resource-tree-popup { + background: #f8f9fa; + box-shadow: 0 3px 4px 0.2px #333; + height: 100%; + position: absolute; + width: 250px; +} + +.e-schedule .e-resource-tree-popup .e-resource-tree { + height: 100%; + overflow-y: auto; +} + +.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content { + padding: 0 0 0 12px; +} + +.e-schedule .e-resource-tree-popup-overlay.e-enable { + background-color: #383838; + height: 100%; + left: 0; + opacity: .5; + position: absolute; + top: 0; + width: 100%; +} + +.e-schedule .e-new-event { + background-color: #007bff; + border: 1px solid #fff; + border-radius: 5px; + height: 100%; + opacity: .9; + position: relative; + width: 100%; + z-index: 1; +} + +.e-schedule .e-new-event .e-title { + color: #fff; + font-size: 12px; + line-height: 1.2; + margin: 0; + overflow-wrap: break-word; + padding: 3px; + position: absolute; + text-align: left; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-month-view .e-new-event { + height: calc(100% - 25px); +} + +.e-schedule .e-schedule-table { + border: 0 none; + border-collapse: separate; + border-spacing: 0; + margin: 0; + table-layout: fixed; + width: 100%; +} + +.e-schedule .e-schedule-table > tbody > tr > th, +.e-schedule .e-schedule-table > tbody > tr > td { + box-sizing: border-box; + font-weight: normal; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-schedule .e-outer-table > tbody > tr > td { + padding: 0; + vertical-align: top; +} + +.e-schedule .e-content-wrap { + position: relative; +} + +.e-schedule .e-content-wrap .e-day-wrapper { + width: 100%; +} + +.e-schedule .e-content-wrap, +.e-schedule .e-scroll-container { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.e-schedule .e-hide-childs > * { + display: none; +} + +.e-schedule .e-recurrence-icon, +.e-schedule .e-recurrence-edit-icon { + font-size: 12px; +} + +.e-schedule .e-left-icon, +.e-schedule .e-right-icon { + font-size: 8px; +} + +.e-schedule .e-m-date { + cursor: pointer; + font-size: 20px; +} + +.e-schedule .e-m-date:hover { + text-decoration: underline; +} + +.e-schedule .e-m-day { + font-size: 12px; +} + +.e-schedule.e-device .e-m-date:hover { + text-decoration: none; +} + +.e-schedule .e-block-appointment { + background: #dee2e6; + color: #212529; + cursor: default; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-block-appointment .e-subject { + overflow: hidden; + overflow-wrap: break-word; + padding: 4px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-block-indicator { + color: #212529; + float: right; + padding: 0 6px; + z-index: 1; +} + +.e-schedule.e-rtl .e-block-indicator { + float: left; +} + +.e-schedule .e-month-view .e-block-indicator { + margin-top: -20px; +} + +.e-schedule .e-timeline-view .e-block-indicator, +.e-schedule .e-timeline-month-view .e-block-indicator { + position: absolute; + top: 3px; +} + +.e-schedule .e-appointment { + opacity: 1; + transition: opacity 100ms linear; +} + +.e-schedule .e-appointment.e-event-action { + opacity: .4; +} + +.e-schedule .e-read-only { + opacity: .8; +} + +.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone), +.e-schedule.e-event-action .e-block-appointment { + pointer-events: none; +} + +.e-schedule.e-event-action .e-drag-clone, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone { + cursor: move; +} + +.e-schedule.e-event-action .e-drag-clone .e-top-handler, +.e-schedule.e-event-action .e-drag-clone .e-bottom-handler, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler { + pointer-events: none; +} + +.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone { + cursor: ns-resize; +} + +.e-schedule.e-event-action .e-timeline-view .e-resize-clone, +.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone, +.e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone { + cursor: ew-resize; +} + +.e-schedule.e-device .e-appointment { + overflow: hidden; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize { + height: 10px; + left: 50%; + position: absolute; + transform: translateX(-50%); + width: 100%; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize { + border-radius: 50%; + height: 100%; + position: absolute; + top: 50%; + transform: translateY(-50%); + width: 10px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize { + margin-top: -8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize { + margin-top: 8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize { + margin-left: -8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize { + margin-left: 8px; +} + +.e-schedule .e-event-resize { + position: absolute; +} + +.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler { + height: 100%; + width: 10px; +} + +.e-schedule .e-event-resize.e-left-handler { + cursor: ew-resize; + float: left; + left: 0; +} + +.e-schedule .e-event-resize.e-right-handler { + cursor: e-resize; + float: right; + right: 0; +} + +.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler { + height: 10px; + width: 100%; +} + +.e-schedule .e-event-resize.e-top-handler { + cursor: ns-resize; + top: 0; +} + +.e-schedule .e-event-resize.e-bottom-handler { + bottom: 0; + cursor: ns-resize; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-content-table, +.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap { + height: 100%; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment { + background: #007bff; + border: 1px solid #cce5ff; + border-radius: 4px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 54px; + margin-bottom: 2px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + padding: 2px 4px 0 2px; + text-align: left; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + overflow-wrap: break-word; + padding-top: 1px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon { + line-height: 54px; + padding: 0 5px; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon { + line-height: 54px; + padding: 0 2px; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper { + position: absolute; + width: 0; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells { + height: auto; + vertical-align: top; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator { + color: #6c757d; + cursor: pointer; + font-size: 12px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-left-indent { + width: 85px; +} + +.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells { + position: relative; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table col, +.e-schedule .e-vertical-view .e-content-wrap table col { + width: 36px; +} + +.e-schedule .e-vertical-view .e-resource-cells { + color: #212529; + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-vertical-view .e-header-cells { + font-size: 12px; + height: 60px; + padding: 8px 0 8px 8px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-day { + display: table; + font-size: 13px; + line-height: 17px; + padding-bottom: 4px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-date { + cursor: pointer; + display: table; + font-size: 18px; + line-height: 21px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day { + cursor: default; + opacity: .35; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date { + cursor: default; + opacity: .35; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover { + text-decoration: none; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper { + display: block; + height: 100%; + pointer-events: none; + position: relative; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator { + bottom: 0; + color: #6c757d; + cursor: pointer; + overflow: hidden; + overflow-wrap: normal; + padding: 2px 4px; + pointer-events: visible; + position: absolute; + text-overflow: ellipsis; + width: 100%; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper.e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section { + bottom: 4px; + color: #212529; + cursor: pointer; + display: block; + font-size: 11px; + height: 25px; + left: 0; + line-height: 25px; + margin: 0 auto; + position: absolute; + right: 0; + transform: rotate(0deg); + transition: transform 300ms ease-in-out; + width: 25px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand { + transform: rotate(0deg); +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse { + transform: rotate(180deg); +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus { + background: #5a6268; + border-radius: 100%; + color: #fff; +} + +.e-schedule .e-vertical-view .e-appointment-hide { + opacity: 0; +} + +.e-schedule .e-vertical-view .e-all-day-cells { + height: 0; + padding: 0; + text-align: center; + vertical-align: top; +} + +.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate { + transition: 250ms ease-out; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td, +.e-schedule .e-vertical-view .e-work-cells { + font-size: 12px; + height: 50px; + text-align: center; +} + +.e-schedule .e-vertical-view .e-work-cells { + width: 36px; +} + +.e-schedule .e-vertical-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-vertical-view .e-current-time { + font-size: 12px; +} + +.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-schedule .e-vertical-view .e-current-time, +.e-schedule .e-vertical-view .e-previous-timeline, +.e-schedule .e-vertical-view .e-current-timeline { + left: 0; + position: absolute; + right: 0; + text-align: center; + top: 0; + width: 100%; +} + +.e-schedule .e-vertical-view .e-previous-timeline, +.e-schedule .e-vertical-view .e-current-timeline { + z-index: 1; +} + +.e-schedule .e-vertical-view .e-date-header-wrap, +.e-schedule .e-vertical-view .e-time-cells-wrap { + overflow: hidden; +} + +.e-schedule .e-vertical-view .e-content-wrap, +.e-schedule .e-vertical-view .e-time-cells-wrap { + position: relative; +} + +.e-schedule .e-vertical-view .e-timeline-wrapper, +.e-schedule .e-vertical-view .e-day-wrapper, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper { + height: 0; + margin: 0; + padding: 0; + position: relative; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) { + cursor: default; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment { + background: #007bff; + border: 1px solid #cce5ff; + border-radius: 4px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 19px; + overflow: hidden; + padding: 1px 0 1px 4px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time { + display: block; + font-size: 11px; + padding: 1px 4px 2px 0; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-right-icon { + line-height: 21px; + padding: 0 2px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) { + cursor: default; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment { + background: #007bff; + border: 1px solid #cce5ff; + border-radius: 4px; + color: #fff; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details { + -ms-flex: auto; + flex: auto; + padding: 4px 8px 0; + text-align: left; + line-height: 21px; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + overflow-wrap: break-word; + padding-top: 4px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time { + display: block; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon { + bottom: 5px; + display: block; + float: right; + height: auto; + left: auto; + position: absolute; + right: 5px; + width: auto; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator { + display: block; + margin: 0 45%; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon { + font-size: 8px; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon { + margin-top: 3px; + top: 0; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon { + bottom: 6px; + position: absolute; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view.e-day-view .e-header-date { + cursor: default; +} + +.e-schedule .e-vertical-view.e-day-view .e-header-date:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day { + font-size: 14px; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date { + font-size: 20px; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-vertical-view .e-left-indent { + width: 35px; +} + +.e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-schedule.e-device .e-vertical-view .e-current-time { + font-size: 9px; +} + +.e-schedule.e-device .e-vertical-view .e-time-cells-wrap { + float: left; + width: 35px; +} + +.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td { + font-size: 11px; +} + +.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-weight: 500; + min-height: auto; +} + +.e-schedule.e-rtl { + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details { + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view .e-header-cells { + padding: 8px 8px 8px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details { + padding: 1px 4px 1px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details { + line-height: 15px; + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-weight: 500; + margin-left: 15px; + margin-right: auto; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon, +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon { + float: left; + left: 5px; + right: auto; +} + +.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap { + float: right; +} + +@media screen and (max-width: 480px) { + .e-schedule .e-vertical-view .e-left-indent { + width: 35px; + } +} + +.e-schedule .e-month-view .e-left-indent, +.e-schedule .e-month-agenda-view .e-left-indent { + border-right: 1px solid #dee2e6; + width: 36px; +} + +.e-schedule .e-month-view .e-week-number-wrapper, +.e-schedule .e-month-agenda-view .e-week-number-wrapper { + overflow: hidden; + position: relative; +} + +.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table, +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table { + height: 100%; +} + +.e-schedule .e-month-view .e-week-number-wrapper .e-week-number, +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number { + color: #6c757d; + padding-top: 4px; + text-align: center; + vertical-align: top; + width: 36px; +} + +.e-schedule .e-month-view .e-content-wrap table tr:last-child td { + border-bottom-width: 0; +} + +.e-schedule .e-month-view .e-date-header-wrap { + font-size: 14px; + overflow: hidden; +} + +.e-schedule .e-month-view .e-week-number { + border-bottom: 1px solid #dee2e6; + border-right: 1px solid #dee2e6; + height: 70px; +} + +.e-schedule .e-month-view .e-content-wrap { + display: -ms-flexbox; + display: flex; + font-size: 14px; +} + +.e-schedule .e-month-view .e-date-header-wrap table col { + width: 36px; +} + +.e-schedule .e-month-view .e-resource-cells { + color: #212529; + font-size: 14px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-month-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 3px; + padding: 8px 0 8px 8px; +} + +.e-schedule .e-month-view .e-content-table { + height: 100%; +} + +.e-schedule .e-month-view .e-work-cells { + height: 75px; + vertical-align: top; + width: 36px; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header { + visibility: hidden; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header { + cursor: default; + opacity: .35; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover { + text-decoration: none; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-view .e-date-header { + cursor: pointer; + display: table; + height: 20px; + line-height: 21px; + margin: 8px 0 0 8px; + text-align: center; +} + +.e-schedule .e-month-view .e-date-header:hover { + text-decoration: underline; +} + +.e-schedule .e-month-view .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-month-view .e-appointment { + background: #007bff; + border: 1px solid #cce5ff; + border-radius: 4px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-month-view .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 19px; + overflow: hidden; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 1px 2px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time { + font-size: 11px; + padding: 1.5px; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon { + line-height: 22px; + padding: 0 2px; +} + +.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-month-view .e-appointment .e-subject { + padding: 2px; + width: 100%; +} + +.e-schedule .e-month-view .e-more-indicator { + color: #6c757d; + cursor: pointer; + font-size: 12px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-month-view .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule.e-rtl .e-month-view .e-date-header { + margin: 8px 8px 0 0; +} + +.e-schedule.e-rtl .e-month-view .e-left-indent { + border-left: 1px solid #dee2e6; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-view .e-week-number { + border-left: 1px solid #dee2e6; + border-right-width: 0; +} + +.e-schedule .e-year-view .e-calendar-wrapper { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar { + border: 0; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title { + cursor: default; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day { + display: block; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month { + color: #6c757d; + pointer-events: visible; + -ms-touch-action: auto; + touch-action: auto; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today { + opacity: .5; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment { + background-color: #007bff; + border-radius: 50%; + height: 5px; + margin-left: 13px; + margin-top: -6px; + position: absolute; + width: 5px; +} + +.e-schedule .e-year-view .e-date-header-wrap { + font-size: 14px; + overflow: hidden; +} + +.e-schedule .e-year-view .e-date-header-wrap table col { + width: 36px; +} + +.e-schedule .e-year-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #dee2e6; + border-style: solid; + border-width: 0 0 1px 1px; + color: #212529; + text-align: left; +} + +.e-schedule .e-year-view .e-date-header-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-year-view .e-resource-cells { + color: #212529; + font-size: 14px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-year-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) { + border-left: 1px solid #dee2e6; +} + +.e-schedule .e-year-view .e-resource .e-month-calendar { + max-width: 100%; + min-width: 100%; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap, +.e-schedule .e-timeline-year-view .e-month-header-wrapper { + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #dee2e6; + border-style: solid; + border-width: 0 1px 1px 0; + color: #212529; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day { + color: #007bff; +} + +.e-schedule .e-timeline-year-view .e-work-cells { + background-color: #f8f9fa; + border-color: #dee2e6; + border-style: solid; + border-width: 0 1px 1px 0; + color: #212529; +} + +.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) { + background: #f2f4f6; + color: #212529; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-work-days { + background-color: #fff; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-other-month { + color: #6c757d; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header { + background-color: #007bff; + border-radius: 50%; + color: #fff; + margin: 2px; + width: 20px; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell { + background-color: #e9ecef; + color: #212529; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator { + color: #212529; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover { + background-color: #e9ecef; +} + +.e-schedule .e-timeline-year-view .e-content-table { + height: 100%; +} + +.e-schedule .e-timeline-year-view .e-left-indent { + border-color: #dee2e6; + border-style: solid; + border-width: 0 1px 1px 0; + vertical-align: middle; +} + +.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent { + width: 100px; +} + +.e-schedule .e-timeline-year-view.e-vertical .e-left-indent { + width: 50px; +} + +.e-schedule .e-timeline-year-view .e-month-header { + border-bottom: 1px solid #dee2e6; + border-right: 1px solid #dee2e6; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-month-header.e-current-day { + color: #007bff; +} + +.e-schedule .e-timeline-year-view .e-left-indent, +.e-schedule .e-timeline-year-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 3px; + text-align: center; + padding: 8px 0 8px 8px; +} + +.e-schedule .e-timeline-year-view .e-month-header, +.e-schedule .e-timeline-year-view .e-work-cells { + height: 70px; +} + +.e-schedule .e-timeline-year-view .e-header-cells, +.e-schedule .e-timeline-year-view .e-work-cells { + width: 60px; +} + +.e-schedule .e-timeline-year-view .e-work-cells { + vertical-align: top; +} + +.e-schedule .e-timeline-year-view .e-work-cells .e-date-header { + cursor: pointer; + display: table; + height: 20px; + line-height: 21px; + margin: 8px 0 0 8px; + text-align: center; + width: 10px; +} + +.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover { + text-decoration: underline; +} + +.e-schedule .e-timeline-year-view .e-event-table { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment { + background: #007bff; + border: 1px solid #cce5ff; + border-radius: 4px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 20px; + overflow: hidden; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 1px 2px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding: 1.5px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon { + line-height: 38px; + padding: 0 5px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator { + display: block; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon { + font-size: 10px; + line-height: 38px; + padding-right: 7px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon { + padding-right: 5px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator { + color: #6c757d; + cursor: pointer; + font-size: 12px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule.e-device .e-year-view .e-month-calendar { + max-width: 100%; + min-width: 100%; +} + +.e-schedule .e-timeline-view .e-content-wrap, +.e-schedule .e-timeline-view .e-content-table, +.e-schedule .e-timeline-month-view .e-content-wrap, +.e-schedule .e-timeline-month-view .e-content-table { + height: 100%; +} + +.e-schedule .e-timeline-view .e-date-header-wrap, +.e-schedule .e-timeline-month-view .e-date-header-wrap { + font-size: 14px; + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-view .e-event-table, +.e-schedule .e-timeline-month-view .e-event-table { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table col, +.e-schedule .e-timeline-view .e-content-wrap table col, +.e-schedule .e-timeline-month-view .e-date-header-wrap table col, +.e-schedule .e-timeline-month-view .e-content-wrap table col { + width: 50px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td { + height: 36px; + overflow: hidden; + padding: 5px; + text-overflow: ellipsis; + white-space: nowrap; + padding: 8px 0 8px 8px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots { + overflow: inherit; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td > span { + position: relative; +} + +.e-schedule .e-timeline-view .e-navigate:hover, +.e-schedule .e-timeline-month-view .e-navigate:hover { + cursor: pointer; + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-navigate:focus, +.e-schedule .e-timeline-month-view .e-navigate:focus { + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-work-cells, +.e-schedule .e-timeline-month-view .e-work-cells { + height: 60px; +} + +.e-schedule .e-timeline-view .e-work-cells.e-disable-dates, +.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover, +.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-timeline-view .e-resource-text, +.e-schedule .e-timeline-month-view .e-resource-text { + color: #212529; + font-size: 13px; + overflow: hidden; + padding: 0 15px; + text-overflow: ellipsis; + padding: 0 12px; +} + +.e-schedule .e-timeline-view .e-resource-left-td, +.e-schedule .e-timeline-month-view .e-resource-left-td { + background-color: #fff; + border-color: #dee2e6; + border-style: solid; + border-width: 0 1px 1px 0; + color: #212529; + vertical-align: middle; + width: 224px; +} + +.e-schedule .e-timeline-view .e-resource-cells, +.e-schedule .e-timeline-month-view .e-resource-cells { + background-color: #f8f9fa; + border-color: #dee2e6; + border-style: solid; + border-width: 0 1px 1px 0; + color: #212529; + height: 60px; + padding-left: 15px; + padding-right: 0; + vertical-align: middle; + padding-left: 12px; +} + +.e-schedule .e-timeline-view .e-resource-column-wrap, +.e-schedule .e-timeline-month-view .e-resource-column-wrap { + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-view .e-resource-column-table, +.e-schedule .e-timeline-month-view .e-resource-column-table { + height: 100%; +} + +.e-schedule .e-timeline-view .e-auto-height, +.e-schedule .e-timeline-month-view .e-auto-height { + height: auto; +} + +.e-schedule .e-timeline-view .e-resource-tree-icon, +.e-schedule .e-timeline-month-view .e-resource-tree-icon { + color: #212529; + cursor: pointer; + float: left; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-schedule .e-timeline-view .e-resource-collapse, +.e-schedule .e-timeline-month-view .e-resource-collapse { + transform: rotate(90deg); +} + +.e-schedule .e-timeline-view .e-child-node, +.e-schedule .e-timeline-month-view .e-child-node { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-appointment-wrapper, +.e-schedule .e-timeline-month-view .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-timeline-view .e-appointment, +.e-schedule .e-timeline-month-view .e-appointment { + background: #007bff; + border: 1px solid #cce5ff; + border-radius: 4px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 38px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-timeline-view .e-appointment .e-appointment-details, +.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + overflow: hidden; + padding: 0 4px; +} + +.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap, +.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-schedule .e-timeline-view .e-appointment .e-subject, +.e-schedule .e-timeline-month-view .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + padding-top: 4px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-appointment .e-time, +.e-schedule .e-timeline-view .e-appointment .e-location, +.e-schedule .e-timeline-month-view .e-appointment .e-time, +.e-schedule .e-timeline-month-view .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-appointment .e-time, +.e-schedule .e-timeline-month-view .e-appointment .e-time { + display: block; +} + +.e-schedule .e-timeline-view .e-appointment .e-disable, +.e-schedule .e-timeline-month-view .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon { + line-height: 38px; + padding: 0 5px; +} + +.e-schedule .e-timeline-view .e-appointment .e-indicator, +.e-schedule .e-timeline-month-view .e-appointment .e-indicator { + display: block; +} + +.e-schedule .e-timeline-view .e-appointment .e-left-icon, +.e-schedule .e-timeline-view .e-appointment .e-right-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-left-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-right-icon { + font-size: 10px; + line-height: 38px; + padding-right: 7px; +} + +.e-schedule .e-timeline-view .e-appointment .e-right-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-right-icon { + padding-right: 5px; +} + +.e-schedule .e-timeline-view .e-appointment.e-appointment-border, .e-schedule .e-timeline-view .e-appointment:focus, +.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border, +.e-schedule .e-timeline-month-view .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-timeline-view .e-more-indicator, +.e-schedule .e-timeline-month-view .e-more-indicator { + color: #6c757d; + cursor: pointer; + font-size: 12px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-more-indicator:focus, +.e-schedule .e-timeline-month-view .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-navigate { + font-size: 14px; +} + +.e-schedule .e-timeline-view .e-clone-time-indicator, +.e-schedule .e-timeline-view .e-current-time { + bottom: 0; + position: absolute; +} + +.e-schedule .e-timeline-view .e-current-timeline { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-month-view .e-date-header-wrap table col, +.e-schedule .e-timeline-month-view .e-content-wrap table col { + width: 60px; +} + +.e-schedule .e-virtual-scroll .e-content-table { + position: absolute; + transform: translateY(0); +} + +.e-schedule .e-virtual-scroll .e-content-wrap.e-transition { + transition: all 1000ms linear; +} + +.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon, +.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon { + padding: 0 0 0 5px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-left-td, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td { + border-width: 0 0 1px 1px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-cells, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells { + border-width: 0 0 1px 1px; + padding-right: 15px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon { + float: right; +} + +.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap { + text-align: right; +} + +.e-schedule.e-device .e-month-view .e-date-header-wrap, +.e-schedule.e-device .e-timeline-view .e-date-header-wrap, +.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap { + font-size: 14px; +} + +.e-schedule.e-device .e-month-view .e-date-header-wrap td, +.e-schedule.e-device .e-timeline-view .e-date-header-wrap td, +.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td { + border-left-width: 0; + border-right-width: 0; +} + +.e-schedule.e-device .e-month-view .e-content-wrap, +.e-schedule.e-device .e-timeline-view .e-content-wrap, +.e-schedule.e-device .e-timeline-month-view .e-content-wrap { + font-size: 15px; +} + +.e-schedule.e-device .e-month-view .e-date-header:hover, +.e-schedule.e-device .e-timeline-view .e-date-header:hover, +.e-schedule.e-device .e-timeline-month-view .e-date-header:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-month-view .e-more-indicator, +.e-schedule.e-device .e-timeline-view .e-more-indicator, +.e-schedule.e-device .e-timeline-month-view .e-more-indicator { + font-size: 12px; +} + +.e-schedule.e-device .e-month-view .e-navigate:hover, +.e-schedule.e-device .e-timeline-view .e-navigate:hover, +.e-schedule.e-device .e-timeline-month-view .e-navigate:hover { + text-decoration: none; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu { + margin-top: 6px; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable { + display: none; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next { + margin-top: 4px; +} + +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number { + border-right: 1px solid #dee2e6; + padding-top: 8px; +} + +.e-schedule .e-month-agenda-view .e-wrapper-container { + position: relative; +} + +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table, +.e-schedule .e-month-agenda-view .e-content-table { + border-bottom: 1px solid #dee2e6; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); +} + +.e-schedule .e-month-agenda-view .e-resource-column { + border-bottom: 1px solid #dee2e6; + border-right: 1px solid #dee2e6; + vertical-align: top; + width: 75px; +} + +.e-schedule .e-month-agenda-view .e-resource-name { + color: #212529; + font-size: 14px; + line-height: 26px; + overflow: hidden; + padding: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-day-padding { + padding-left: 8px; +} + +.e-schedule .e-month-agenda-view .e-day-border { + border-bottom: 1px solid #dee2e6; +} + +.e-schedule .e-month-agenda-view .e-date-header-wrap { + font-size: 14px; + overflow: hidden; +} + +.e-schedule .e-month-agenda-view .e-content-wrap { + font-size: 14px; +} + +.e-schedule .e-month-agenda-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 5px; + text-align: center; +} + +.e-schedule .e-month-agenda-view .e-work-cells { + height: 40px; + position: relative; + vertical-align: top; +} + +.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-agenda-view .e-date-header { + height: 24px; + line-height: 24.5px; + margin: 4px auto 0; + text-align: center; + width: 24px; +} + +.e-schedule .e-month-agenda-view .e-appointment-container { + min-height: 40px; +} + +.e-schedule .e-month-agenda-view .e-appointment-wrap { + background-color: #fff; + overflow: auto; + padding: 0 8px; +} + +.e-schedule .e-month-agenda-view .e-appointment { + border-left: 3px solid #007bff; + border-right: 0; + cursor: default; + padding: 0 8px; +} + +.e-schedule .e-month-agenda-view .e-appointment:hover { + background: #f2f4f6; +} + +.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus { + background: #e9ecef; +} + +.e-schedule .e-month-agenda-view .e-subject-wrap { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-month-agenda-view .e-subject { + color: #212529; + font-size: 14px; + line-height: 26px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-recurrence-icon, +.e-schedule .e-month-agenda-view .e-recurrence-edit-icon { + color: #6c757d; + line-height: 26px; + padding: 0 10px; +} + +.e-schedule .e-month-agenda-view .e-date-time { + color: #6c757d; + font-size: 12px; + line-height: 26px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-location { + color: #6c757d; + font-size: 12px; + line-height: 26px; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-no-event { + color: #6c757d; + cursor: default; + font-size: 14px; + height: 100%; + padding: 8px 4px; +} + +.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view { + padding: 10px 0; +} + +.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view { + margin: 0; + padding: 0; +} + +.e-schedule .e-month-agenda-view .e-appointment-indicator { + background: #007bff; + border-radius: 50%; + height: 6px; + left: 0; + margin: 1px auto; + width: 6px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-left-indent { + border-left: 1px solid #dee2e6; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-week-number { + border-left: 1px solid #dee2e6; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-appointment { + border-left: 0; + border-right: 3px solid #007bff; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-resource-column { + border-bottom: 1px solid #dee2e6; + border-left: 1px solid #dee2e6; + border-right: 0; + vertical-align: top; + width: 75px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-day-padding { + padding-right: 8px; +} + +.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap { + font-size: 14px; +} + +.e-schedule.e-device .e-month-agenda-view .e-content-wrap { + font-size: 15px; +} + +.e-schedule .e-agenda-view { + background-color: #fff; +} + +.e-schedule .e-agenda-view .e-content-wrap table td:first-child, +.e-schedule .e-agenda-view .e-date-column { + vertical-align: top; + width: 75px; +} + +.e-schedule .e-agenda-view .e-resource-column { + border-bottom: 1px solid #dee2e6; + border-right: 1px solid #dee2e6; + color: #212529; + vertical-align: top; + width: 75px; +} + +.e-schedule .e-agenda-view .e-month-header { + background: #007bff; + height: 100px; + padding-top: 12px; + vertical-align: top; +} + +.e-schedule .e-agenda-view .e-month-header .e-date-header { + color: #fff; + font-size: 18px; +} + +.e-schedule .e-agenda-view .e-day-date-header { + color: #212529; + cursor: default; + padding: 14px 20px 0 14px; +} + +.e-schedule .e-agenda-view .e-day-date-header .e-m-date { + font-size: 18px; +} + +.e-schedule .e-agenda-view .e-day-date-header .e-m-day { + font-size: 13px; +} + +.e-schedule .e-agenda-view .e-day-date-header.e-current-day { + color: #007bff; +} + +.e-schedule .e-agenda-view .e-day-border { + border-bottom: 1px solid #dee2e6; +} + +.e-schedule .e-agenda-view .e-date-border { + border-bottom: 1px solid #dee2e6; + border-right: 1px solid #dee2e6; +} + +.e-schedule .e-agenda-view .e-day-padding { + padding-left: 8px; +} + +.e-schedule .e-agenda-view .e-date-header { + font-size: 20px; +} + +.e-schedule .e-agenda-view .e-day-header { + font-size: 12px; +} + +.e-schedule .e-agenda-view .e-subject-wrap { + display: -ms-flexbox; + display: flex; + margin-bottom: 6px; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject { + color: #212529; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time { + color: #212529; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name { + color: #212529; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon, +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon { + color: #212529; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location { + color: #212529; +} + +.e-schedule .e-agenda-view .e-subject { + color: #212529; + font-size: 14px; + line-height: 23px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-resource-name { + color: #212529; + font-size: 13px; + line-height: 26px; + overflow: hidden; + padding: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-recurrence-icon, +.e-schedule .e-agenda-view .e-recurrence-edit-icon { + color: #212529; + line-height: 21px; + padding: 0 10px; +} + +.e-schedule .e-agenda-view .e-date-time { + color: #6c757d; + font-size: 12px; + line-height: 21px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-location { + color: #6c757d; + font-size: 12px; + line-height: 23px; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-agenda-item { + padding: 14px 0; +} + +.e-schedule .e-agenda-view .e-agenda-parent { + margin: 0; + padding: 0; +} + +.e-schedule .e-agenda-view .e-appointment { + border-left: 3px solid #007bff; + border-right: 0; + cursor: default; + padding: 0 14px; +} + +.e-schedule .e-agenda-view .e-appointment:hover { + background: #f2f4f6; +} + +.e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus { + background: #e9ecef; +} + +.e-schedule .e-agenda-view .e-appointment.e-template { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-schedule .e-agenda-view .e-no-event { + color: #6c757d; + cursor: default; + font-size: 14px; + line-height: 52px; + padding: 0 11px; +} + +.e-schedule .e-agenda-view .e-empty-event { + color: #6c757d; + cursor: default; + font-size: 14px; + line-height: 52px; + padding: 0 11px; +} + +.e-schedule.e-device .e-agenda-view .e-m-date, +.e-schedule.e-device .e-month-agenda-view .e-m-date { + font-size: 20px; +} + +.e-schedule.e-device .e-agenda-view .e-resource-name, +.e-schedule.e-device .e-agenda-view .e-m-day, +.e-schedule.e-device .e-month-agenda-view .e-resource-name, +.e-schedule.e-device .e-month-agenda-view .e-m-day { + color: #212529; + font-size: 14px; +} + +.e-schedule.e-rtl .e-agenda-view .e-appointment { + border-left: 0; + border-right: 3px solid #007bff; +} + +.e-schedule.e-rtl .e-agenda-view .e-resource-column { + border-bottom: 1px solid #dee2e6; + border-left: 1px solid #dee2e6; + border-right: 0; + vertical-align: top; + width: 75px; +} + +.e-schedule.e-rtl .e-agenda-view .e-day-padding { + padding-right: 8px; +} + +.e-schedule.e-rtl .e-agenda-view .e-date-border { + border-bottom: 1px solid #dee2e6; + border-left: 1px solid #dee2e6; + border-right: 0; +} + +.e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show { + display: none; +} + +.e-bigger .e-schedule .e-schedule-toolbar, +.e-bigger.e-schedule .e-schedule-toolbar { + height: 54px; + min-height: 54px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + font-size: 16px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text { + font-size: 18px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow, +.e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow { + font-size: 11px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav, +.e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav { + min-height: 54px; + min-width: 32px; + z-index: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text { + line-height: inherit; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items { + min-height: 54px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item { + min-height: 54px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 34px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + height: 28px; + margin: 0; + min-height: 20px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons { + min-width: 24px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: auto; + line-height: 25px; + margin: 4px 0; + min-height: 0; + min-width: 34px; + padding: 0 1.5px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons { + padding: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right { + padding: 2px 0 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon { + height: 25px; +} + +.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day, +.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day, +.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date, +.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date { + font-size: 20px; +} + +.e-bigger .e-schedule .e-vertical-view .e-resource-cells, +.e-bigger.e-schedule .e-vertical-view .e-resource-cells { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td, +.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td { + font-size: 13px; +} + +.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator, +.e-bigger .e-schedule .e-vertical-view .e-current-time, +.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-bigger.e-schedule .e-vertical-view .e-current-time { + font-size: 13px; +} + +.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td, +.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td { + font-size: 11px; +} + +.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time, +.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time { + font-size: 9px; +} + +.e-bigger .e-schedule.e-rtl .e-month-view .e-date-header, +.e-bigger .e-schedule.e-rtl .e-month-agenda-view .e-date-header, +.e-bigger.e-schedule.e-rtl .e-month-view .e-date-header, +.e-bigger.e-schedule.e-rtl .e-month-agenda-view .e-date-header { + margin: 8px 8px 0 0; +} + +.e-bigger .e-schedule .e-month-view .e-date-header, +.e-bigger.e-schedule .e-month-view .e-date-header { + line-height: 24px; + margin: 8px 0 0 8px; +} + +.e-bigger .e-schedule .e-month-view .e-header-cells, +.e-bigger.e-schedule .e-month-view .e-header-cells { + line-height: 24px; + padding: 10px 0 10px 8px; + height: 35px; +} + +.e-bigger .e-schedule .e-month-view .e-resource-cells, +.e-bigger .e-schedule .e-month-view .e-date-header-wrap, +.e-bigger.e-schedule .e-month-view .e-resource-cells, +.e-bigger.e-schedule .e-month-view .e-date-header-wrap { + font-size: 16px; +} + +.e-bigger .e-schedule .e-month-view .e-content-wrap, +.e-bigger.e-schedule .e-month-view .e-content-wrap { + font-size: 16px; +} + +.e-bigger .e-schedule .e-month-view .e-m-date, +.e-bigger.e-schedule .e-month-view .e-m-date { + font-size: 20px; +} + +.e-bigger .e-schedule .e-month-view .e-resource-name, +.e-bigger .e-schedule .e-month-view .e-m-day, +.e-bigger.e-schedule .e-month-view .e-resource-name, +.e-bigger.e-schedule .e-month-view .e-m-day { + font-size: 14px; +} + +/*! schedule event tooltip */ +.e-schedule-event-tooltip .e-subject { + font-size: 12px; +} + +.e-bigger .e-schedule-event-tooltip .e-subject, +.e-schedule-event-tooltip.e-bigger .e-subject { + font-size: 14px; + font-weight: 500; +} + +.e-dialog.e-quick-dialog.e-following-events-dialog { + width: 420px; +} + +@media screen and (max-width: 767px) { + .e-dialog.e-quick-dialog.e-following-events-dialog { + width: 289px; + } +} + +.e-dialog.e-quick-dialog { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 320px; +} + +.e-dialog.e-quick-dialog .e-disable { + display: none; +} + +.e-dialog.e-quick-dialog .e-quick-dialog-cancel { + box-shadow: none; +} + +.e-dialog.e-quick-dialog.e-rtl { + text-align: right; +} + +.e-bigger .e-dialog.e-quick-dialog { + min-width: 370px; +} + +/*! schedule event window */ +.e-schedule-dialog .e-disable { + display: none; +} + +.e-schedule-dialog .e-icon-disable { + opacity: .5; +} + +.e-schedule-dialog .e-dlg-header-content { + padding-bottom: 8px; +} + +.e-schedule-dialog .e-dlg-content { + padding-bottom: 12px; + position: relative; +} + +.e-schedule-dialog .e-event-delete { + float: left; +} + +.e-schedule-dialog .e-subject-container, +.e-schedule-dialog .e-start-container, +.e-schedule-dialog .e-start-time-zone-container, +.e-schedule-dialog .e-description-label { + padding-right: 8px; +} + +.e-schedule-dialog .e-location-container, +.e-schedule-dialog .e-end-container, +.e-schedule-dialog .e-end-time-zone-container { + padding-left: 8px; +} + +.e-schedule-dialog .e-all-day-container { + padding-right: 16px; +} + +.e-schedule-dialog .e-time-zone-row { + display: -ms-flexbox; + display: flex; + height: 0; + margin-bottom: 0; + overflow: hidden; + padding-bottom: 0; + transition: .3s ease-in-out; + width: 100%; +} + +.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container, +.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container { + display: none; + transform: translateY(-100%); +} + +.e-schedule-dialog .e-time-zone-row.e-enable { + height: 60px; + margin-bottom: 12px; +} + +.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container, +.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container { + display: block; + transform: translateY(0); +} + +.e-schedule-dialog .e-title-location-row, +.e-schedule-dialog .e-start-end-row, +.e-schedule-dialog .e-start-input-container, +.e-schedule-dialog .e-end-input-container { + display: -ms-flexbox; + display: flex; + padding-bottom: 12px; + width: 100%; + padding-bottom: 14px; +} + +.e-schedule-dialog .e-resources { + padding-bottom: 12px; + width: 100%; +} + +.e-schedule-dialog .e-all-day-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 14px; + padding-top: 8px; + width: 100%; + padding-top: 0; +} + +.e-schedule-dialog .e-subject-container, +.e-schedule-dialog .e-location-container, +.e-schedule-dialog .e-start-container, +.e-schedule-dialog .e-end-container, +.e-schedule-dialog .e-start-time-zone-container, +.e-schedule-dialog .e-end-time-zone-container { + width: 50%; +} + +.e-schedule-dialog .e-description, +.e-schedule-dialog .e-float-input .e-description { + height: 50px; + resize: vertical; +} + +.e-schedule-dialog .e-repeat-container, +.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-schedule-dialog .e-footer-content { + margin-top: 4px; +} + +.e-schedule-dialog.e-rtl { + text-align: right; +} + +.e-schedule-dialog.e-rtl .e-all-day-container { + margin-left: 16px; + margin-right: 0; +} + +.e-schedule-dialog.e-rtl .e-subject-container, +.e-schedule-dialog.e-rtl .e-start-container, +.e-schedule-dialog.e-rtl .e-start-time-zone-container, +.e-schedule-dialog.e-rtl .e-description-label { + padding-left: 8px; + padding-right: 0; +} + +.e-schedule-dialog.e-rtl .e-location-container, +.e-schedule-dialog.e-rtl .e-end-container, +.e-schedule-dialog.e-rtl .e-end-time-zone-container { + padding-left: 0; + padding-right: 8px; +} + +.e-schedule-dialog.e-rtl .e-event-delete { + float: right; +} + +.e-ddl.e-popup .e-resource-template { + display: -ms-flexbox; + display: flex; + padding: 0 10px; + text-indent: 10px; +} + +.e-ddl.e-popup .e-resource-template .e-resource-color { + height: 14px; + margin-top: 6px; + width: 14px; +} + +.e-bigger .e-ddl.e-popup .e-resource-template { + padding: 0 15px; +} + +.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color { + height: 16px; + margin-top: 8px; + width: 16px; +} + +.e-bigger .e-schedule-dialog .e-disable { + display: none; +} + +.e-bigger .e-schedule-dialog .e-dlg-header-content { + padding-bottom: 8px; +} + +.e-bigger .e-schedule-dialog .e-dlg-content { + padding-bottom: 12px; + position: relative; +} + +.e-bigger .e-schedule-dialog .e-event-cancel, +.e-bigger .e-schedule-dialog .e-event-delete { + border: none; + box-shadow: none; +} + +.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete { + float: left; + margin-left: 0; +} + +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-description-label { + padding-right: 12px; +} + +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container { + padding-left: 12px; +} + +.e-bigger .e-schedule-dialog .e-all-day-container { + padding-right: 16px; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row { + display: none; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable { + display: -ms-flexbox; + display: flex; + height: 64px; +} + +.e-bigger .e-schedule-dialog .e-title-location-row, +.e-bigger .e-schedule-dialog .e-start-end-row, +.e-bigger .e-schedule-dialog .e-start-input-container, +.e-bigger .e-schedule-dialog .e-end-input-container, +.e-bigger .e-schedule-dialog .e-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 12px; + width: 100%; + padding-bottom: 16px; +} + +.e-bigger .e-schedule-dialog .e-resources { + padding-bottom: 12px; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-all-day-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 20px; + padding-top: 0; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container { + width: 50%; +} + +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-description-row, +.e-bigger .e-schedule-dialog .e-repeat-container { + padding-top: 0; +} + +.e-bigger .e-schedule-dialog .e-all-day-time-zone-row { + padding-bottom: 16px; + padding-top: 10px; + padding-top: 0; +} + +.e-bigger .e-schedule-dialog .e-description, +.e-bigger .e-schedule-dialog .e-float-input .e-description { + height: 50px; + resize: vertical; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row, +.e-bigger .e-schedule-dialog .e-repeat-container, +.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container { + margin-left: 20px; + margin-right: 0; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-subject-container, +.e-bigger .e-schedule-dialog.e-rtl .e-start-container, +.e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container, +.e-bigger .e-schedule-dialog.e-rtl .e-description-label { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-location-container, +.e-bigger .e-schedule-dialog.e-rtl .e-end-container, +.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-event-delete { + float: right; +} + +.e-schedule-dialog.e-device .e-dlg-header, +.e-schedule-dialog.e-device .e-dlg-header * { + width: 100%; +} + +.e-schedule-dialog.e-device .e-dlg-header-content { + background: #fff; + box-shadow: none; + margin-bottom: 0; +} + +.e-schedule-dialog.e-device .e-title-location-row, +.e-schedule-dialog.e-device .e-start-end-row, +.e-schedule-dialog.e-device .e-time-zone-row, +.e-schedule-dialog.e-device .e-start-input-container, +.e-schedule-dialog.e-device .e-end-input-container { + display: inline; +} + +.e-schedule-dialog.e-device .e-time-zone-row.e-enable { + display: inline; +} + +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-location-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-end-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-end-time-zone-container { + padding-left: 0; + width: 100%; +} + +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-description-label { + padding-right: 0; +} + +.e-schedule-dialog.e-device .e-location-container, +.e-schedule-dialog.e-device .e-end-container, +.e-schedule-dialog.e-device .e-end-time-zone-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-description-row, +.e-schedule-dialog.e-device .e-repeat-container { + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-all-day-time-zone-row { + padding-top: 20px; + padding-top: 0; +} + +.e-schedule-dialog.e-device .e-resources { + padding-bottom: 0; + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-description, +.e-schedule-dialog.e-device .e-float-input .e-description { + height: 60px; + resize: vertical; +} + +.e-schedule-dialog.e-device .e-all-day-time-zone-row { + margin-top: 0; + padding-bottom: 0; +} + +.e-schedule-dialog.e-device .e-repeat-parent-row { + padding-top: 8px; +} + +.e-schedule-dialog.e-device .e-all-day-container { + margin-right: 20px; +} + +.e-schedule-dialog.e-device .e-title-header { + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-schedule-dialog.e-device .e-save-icon, +.e-schedule-dialog.e-device .e-back-icon, +.e-schedule-dialog.e-device .e-forward-icon { + cursor: pointer; + line-height: normal; +} + +.e-schedule-dialog.e-device .e-save-icon { + text-align: right; +} + +.e-schedule-dialog.e-device .e-time-zone-row, +.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-schedule-dialog.e-device .e-repeat-container { + display: block; +} + +.e-schedule-dialog.e-device .e-icon-down-arrow { + font-size: 11px; +} + +.e-schedule-dialog.e-device.e-rtl .e-save-icon { + text-align: left; +} + +.e-schedule-dialog.e-device.e-rtl .e-all-day-container { + margin-left: 20px; + margin-right: 0; +} + +.e-schedule-dialog.e-device.e-rtl .e-subject-container, +.e-schedule-dialog.e-device.e-rtl .e-start-container, +.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container, +.e-schedule-dialog.e-device.e-rtl .e-description-label { + padding-left: 0; +} + +.e-schedule-dialog.e-device.e-rtl .e-location-container, +.e-schedule-dialog.e-device.e-rtl .e-end-container, +.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container, +.e-schedule-dialog.e-device.e-rtl .e-all-day-container { + padding-right: 0; +} + +.e-schedule-dialog.e-device .e-recurrence-container { + position: relative; +} + +.e-schedule-dialog.e-device .e-recurrence-container.e-hide { + display: none; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button { + background: none; + border: 0; + box-shadow: none; + margin: -3px 5px; + position: absolute; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons { + font-size: 12px; + position: relative; + top: 1px; +} + +/*! schedule quick popup */ +.e-quick-popup-wrapper { + background-color: #fff; + border-radius: 2px; + box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); + color: #212529; + max-width: 365px; + min-width: 320px; + opacity: 1; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; + border: 1px solid rgba(0, 0, 0, 0.2); + box-shadow: none; + border-radius: 6px; +} + +.e-quick-popup-wrapper .e-hidden { + display: none; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper { + position: absolute; + right: 6px; + top: 4px; + padding: 2px 8px 0 0; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close { + color: #212529; + opacity: .5; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + color: #000; + color: #212529; + opacity: .75; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon { + font-size: 11px; + font-size: 14px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content { + padding: 28px 14px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table { + width: 100%; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span { + margin-bottom: 4px; + margin-top: 14px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject { + font-size: 22px; + height: 40px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper { + padding: 6px 8px 0 0; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete { + display: none; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close { + position: relative; + right: 2px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close { + color: #212529; + opacity: .5; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + color: #333; + color: #212529; + opacity: .75; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon { + font-size: 11px; + font-size: 14px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover { + background: none; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-delete-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-delete-icon { + opacity: .5; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap { + padding: 8px 14px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject { + cursor: default; + font-size: 20px; + font-weight: 500; + line-height: 1.5; + max-height: 87px; + background-color: rgba(0, 123, 255, 0.3); + border-left: 6px solid #007bff; + padding: 8px 0 8px 10px; + border-radius: 4px; + padding: 8px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-content { + padding: 0 14px 24px 14px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close { + background-color: transparent; + border: 0; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time, +.e-quick-popup-wrapper .e-cell-popup .e-location, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone, +.e-quick-popup-wrapper .e-cell-popup .e-description, +.e-quick-popup-wrapper .e-cell-popup .e-resource, +.e-quick-popup-wrapper .e-event-popup .e-date-time, +.e-quick-popup-wrapper .e-event-popup .e-location, +.e-quick-popup-wrapper .e-event-popup .e-time-zone, +.e-quick-popup-wrapper .e-event-popup .e-description, +.e-quick-popup-wrapper .e-event-popup .e-resource { + color: #212529; + display: -ms-flexbox; + display: flex; + padding-top: 10px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon, +.e-quick-popup-wrapper .e-cell-popup .e-location-icon, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon, +.e-quick-popup-wrapper .e-cell-popup .e-description-icon, +.e-quick-popup-wrapper .e-cell-popup .e-resource-icon, +.e-quick-popup-wrapper .e-event-popup .e-date-time-icon, +.e-quick-popup-wrapper .e-event-popup .e-location-icon, +.e-quick-popup-wrapper .e-event-popup .e-time-zone-icon, +.e-quick-popup-wrapper .e-event-popup .e-description-icon, +.e-quick-popup-wrapper .e-event-popup .e-resource-icon { + color: #495057; + font-size: 18px; + padding-right: 13px; + font-size: 16px; + padding: 2px 10px 0 0; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time-details, +.e-quick-popup-wrapper .e-cell-popup .e-location-details, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details, +.e-quick-popup-wrapper .e-cell-popup .e-description-details, +.e-quick-popup-wrapper .e-cell-popup .e-resource-details, +.e-quick-popup-wrapper .e-event-popup .e-date-time-details, +.e-quick-popup-wrapper .e-event-popup .e-location-details, +.e-quick-popup-wrapper .e-event-popup .e-time-zone-details, +.e-quick-popup-wrapper .e-event-popup .e-description-details, +.e-quick-popup-wrapper .e-event-popup .e-resource-details { + color: #212529; + cursor: default; + font-size: 14px; +} + +.e-quick-popup-wrapper .e-popup-table td:last-child { + padding-top: 0; +} + +.e-quick-popup-wrapper .e-popup-footer { + display: block; + padding: 0 14px 14px 0; + text-align: right; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit { + margin-right: 8px; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit, +.e-quick-popup-wrapper .e-popup-footer .e-event-delete { + right: auto; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled, +.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled { + color: #fff; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-details { + border: none; + margin-right: 8px; + right: auto; + text-transform: capitalize; +} + +.e-quick-popup-wrapper.e-rtl { + text-align: right; +} + +.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper { + left: 6px; + right: auto; +} + +.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer { + padding: 8px 18px 8px 8px; + text-align: left; +} + +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details { + margin-right: 10px; +} + +.e-quick-popup-wrapper.e-rtl .e-popup-footer { + padding: 8px 8px 8px 18px; +} + +.e-quick-popup-wrapper.e-rtl .e-date-time-icon { + padding: 0 0 0 13px; +} + +.e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon { + padding: 0 13px; +} + +.e-quick-popup-wrapper.e-rtl .e-event-details { + margin-left: 8px; +} + +.e-quick-popup-wrapper.e-rtl .e-event-edit { + margin-left: 8px; +} + +.e-quick-popup-wrapper.e-device { + bottom: 0; + height: 100%; + left: 0; + margin: 0; + max-width: 100%; + overflow: hidden; + padding: 0; + position: fixed; + right: 0; + top: 0; + width: 100%; + z-index: 1004; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper { + background-color: #fff; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close { + opacity: 1; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: none; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round { + height: 2.5em; + width: 2.5em; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete { + display: block; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close { + margin-left: 0; + margin-right: auto; + -ms-flex-order: -1; + order: -1; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap { + padding: 12px 24px; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content { + padding: 12px 24px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header { + display: -ms-flexbox; + display: flex; + padding: 15px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete { + border: 0; + height: 40px; + width: 40px; + background-color: #fff; + color: #212529; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:focus, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover { + background: none; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject { + font-size: 15px; + font-weight: 500; + height: 40px; + line-height: 2.25; + padding: 4px 5px; + width: calc(100% - 95px); +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon { + font-size: 14px; +} + +.e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close { + margin-left: auto; + margin-right: 0; +} + +.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject { + font-size: 24px; +} + +.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content { + padding: 30px 16px; +} + +.e-bigger .e-quick-popup-wrapper .e-popup-footer { + padding: 0 16px 16px 0; +} + +.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon { + padding-right: 10px; +} + +.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon { + font-size: 16px; +} + +.e-bigger .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-date-time-icon { + padding-right: 0; +} + +.e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon { + padding-right: 13px; +} + +.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round, +.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round, +.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round { + height: 2em; + width: 2em; +} + +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon { + font-size: 14px; +} + +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon, +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon { + font-size: 14px; +} + +.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject { + padding: 0 5px 0 8px; +} + +.e-bigger .e-more-popup-wrapper { + padding: 12px 2px 16px; +} + +.e-bigger .e-agenda-view .e-subject { + font-size: 16px; +} + +.e-bigger .e-agenda-view .e-date-time { + font-size: 14px; +} + +.e-bigger .e-agenda-view .e-day-date-header .e-m-date { + font-size: 20px; +} + +.e-bigger .e-agenda-view .e-day-date-header .e-m-day { + font-size: 14px; +} + +.e-bigger .e-timeline-view .e-resource-cells { + padding: 14px 0 14px 12px; +} + +.e-bigger .e-timeline-view .e-resource-text { + font-size: 14px; + padding-left: 12px; +} + +.e-bigger .e-timeline-view .e-navigate { + font-size: 16px; + padding: 8px 0 8px 8px; +} + +.e-bigger .e-timeline-view .e-date-header-wrap table tbody td > span { + font-size: 16px; + padding: 8px 0 8px 8px; +} + +.e-appointment.e-schedule-event-clone { + background: #007bff; + border-radius: 4px; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); + color: #fff; + display: -ms-flexbox; + display: flex; + height: 38px; + width: 100px; + z-index: 9; +} + +.e-appointment.e-schedule-event-clone.e-drag-clone { + cursor: move; +} + +.e-appointment.e-schedule-event-clone .e-recurrence-icon, +.e-appointment.e-schedule-event-clone .e-recurrence-edit-icon, +.e-appointment.e-schedule-event-clone .e-indicator.e-left-icon, +.e-appointment.e-schedule-event-clone .e-indicator.e-right-icon, +.e-appointment.e-schedule-event-clone .e-event-resize.e-left-handler, +.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler { + display: none; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details { + -ms-flex: auto; + flex: auto; + overflow: hidden; + padding: 0 4px; + text-align: left; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + padding-top: 4px; + text-overflow: ellipsis; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-time { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-location { + display: none; +} + +.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject { + padding: 3px 2px; +} + +.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time { + display: none; +} + +.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject { + padding: 3px 0 1px 4px; +} + +.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time { + display: none; +} + +.e-bigger .e-schedule .e-month-view .e-current-date .e-date-header { + width: 26px; +} + +.e-more-popup-wrapper { + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.2); + border-radius: 2px; + box-shadow: 0 10px 10px 0 #333; + opacity: 1; + padding: 12px 4px 14px; + width: 225px; + border-radius: 6px; + box-shadow: none; +} + +.e-more-popup-wrapper .e-more-appointment-wrapper { + margin: 0 4px; +} + +.e-more-popup-wrapper .e-more-event-popup { + height: 100%; + position: relative; + width: 100%; +} + +.e-more-popup-wrapper .e-more-event-header { + height: 35px; + margin: 0 8px 4px 14px; +} + +.e-more-popup-wrapper .e-more-event-content { + height: calc(100% - 35px); + max-height: 300px; + overflow-y: auto; + padding-left: 10px; + padding-right: 10px; + padding: 10px 10px 0; +} + +.e-more-popup-wrapper .e-more-event-content .e-appointment-border { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-more-popup-wrapper .e-more-event-date-header { + height: 100%; + width: calc(100% - 25px); +} + +.e-more-popup-wrapper .e-more-event-date-header .e-current-date { + color: #007bff; +} + +.e-more-popup-wrapper .e-header-day { + color: #212529; + font-size: 14px; + line-height: 1; + padding-bottom: 4px; +} + +.e-more-popup-wrapper .e-header-date { + color: #212529; + font-size: 18px; + line-height: 1; + max-width: 15%; +} + +.e-more-popup-wrapper .e-header-date:hover { + cursor: pointer; + text-decoration: underline; +} + +.e-more-popup-wrapper .e-header-date:focus { + text-decoration: underline; +} + +.e-more-popup-wrapper .e-more-event-close { + background-color: transparent; + border: 0; + box-shadow: none; + color: #212529; + cursor: pointer; + height: 25px; + position: absolute; + right: 6px; + width: 25px; +} + +.e-more-popup-wrapper .e-more-event-close .e-close-icon { + font-size: 9px; + font-size: 14px; + opacity: .5; +} + +.e-more-popup-wrapper .e-more-event-close .e-btn-icon { + margin-top: 3px; +} + +.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover { + border-radius: 50%; + color: #000; + color: #212529; + opacity: .75; +} + +.e-more-popup-wrapper .e-appointment { + background: #007bff; + border-radius: 4px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 22px; + line-height: 21px; + margin-bottom: 4px; + padding: 2px 0; + width: 100%; +} + +.e-more-popup-wrapper .e-appointment .e-subject { + color: #fff; + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 0 2px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-more-popup-wrapper .e-appointment .e-recurrence-icon, +.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon { + line-height: 22px; + padding: 0 2px; +} + +.e-more-popup-wrapper .e-appointment:focus { + border: 1px solid #333; +} + +.e-more-popup-wrapper.e-device { + bottom: 0; + height: 100%; + left: 0; + margin: 0; + max-width: 100%; + overflow: hidden; + right: 0; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-more-popup-wrapper.e-device .e-more-event-content { + max-height: unset; +} + +.e-more-popup-wrapper.e-rtl .e-header-date { + padding-right: 10px; +} + +.e-more-popup-wrapper.e-rtl .e-header-day { + padding-right: 10px; +} + +.e-more-popup-wrapper.e-rtl .e-more-event-close { + left: 6px; + right: auto; +} + +/*! schedule component theme */ +.e-schedule { + background-color: #fff; + border: 1px solid #dee2e6; +} + +.e-schedule .e-date-header-wrap { + border-color: #dee2e6; + border-style: solid; + border-width: 0; + position: relative; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child, +.e-schedule .e-vertical-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover { + background: #f2f4f6; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td { + background-color: #fff; + border-color: #dee2e6; + border-style: solid; + border-width: 0 1px 1px 0; + color: #212529; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells { + border-bottom-width: 0; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number { + color: #6c757d; + font-size: 14px; + padding-top: 10px; + text-align: center; + vertical-align: top; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells { + border-bottom-color: transparent; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td { + background-color: #fff; + border-color: #dee2e6; + border-style: solid; + border-width: 0 0 1px 1px; + color: #212529; + text-align: left; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells { + border-bottom-width: 0; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td { + background-color: #fff; + border-color: #dee2e6; + border-style: solid; + border-width: 0 1px 1px 0; + color: #6c757d; + color: #212529; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td { + border-bottom-color: transparent; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap .e-time-cells { + border-bottom-color: #dee2e6; +} + +.e-schedule .e-vertical-view .e-header-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-header-cells.e-current-day { + color: #007bff; +} + +.e-schedule .e-vertical-view .e-work-cells { + background-color: #f8f9fa; + border-color: #dee2e6; + border-style: solid; + border-width: 0 0 1px 1px; +} + +.e-schedule .e-vertical-view .e-work-cells:hover { + background: #f2f4f6; + color: #212529; +} + +.e-schedule .e-vertical-view .e-alternate-cells { + border-bottom-style: dashed; +} + +.e-schedule .e-vertical-view .e-work-hours { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-all-day-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-current-day { + color: #007bff; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell { + background-color: #e9ecef; + color: #212529; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover { + background-color: #e9ecef; +} + +.e-schedule .e-vertical-view .e-selected-cell { + background-color: #e9ecef; + color: #212529; +} + +.e-schedule .e-vertical-view .e-selected-cell:hover { + background-color: #e9ecef; +} + +.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-schedule .e-vertical-view .e-current-time { + color: #007bff; +} + +.e-schedule .e-vertical-view .e-current-timeline { + border-top: 1px solid #007bff; +} + +.e-schedule .e-vertical-view .e-previous-timeline { + border-top: 1px dotted #007bff; +} + +.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells { + border-bottom-width: 1px; +} + +.e-schedule .e-month-view .e-date-header-wrap table td:first-child, +.e-schedule .e-month-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-month-view .e-date-header-wrap table td, +.e-schedule .e-month-agenda-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #dee2e6; + border-style: solid; + border-width: 0 0 1px 1px; + color: #212529; + text-align: left; +} + +.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day, +.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day { + color: #007bff; +} + +.e-schedule .e-month-view .e-work-cells, +.e-schedule .e-month-agenda-view .e-work-cells { + background-color: #f8f9fa; + border-color: #dee2e6; + border-style: solid; + border-width: 0 0 1px 1px; + color: #212529; +} + +.e-schedule .e-month-view .e-work-cells:hover, +.e-schedule .e-month-agenda-view .e-work-cells:hover { + background: #f2f4f6; + color: #212529; +} + +.e-schedule .e-month-view .e-work-days, +.e-schedule .e-month-agenda-view .e-work-days { + background-color: #fff; +} + +.e-schedule .e-month-view .e-other-month, +.e-schedule .e-month-agenda-view .e-other-month { + color: #6c757d; +} + +.e-schedule .e-month-view .e-current-date .e-date-header, +.e-schedule .e-month-agenda-view .e-current-date .e-date-header { + background-color: #007bff; + border-radius: 50%; + color: #fff; + width: 20px; +} + +.e-schedule .e-month-view .e-selected-cell, +.e-schedule .e-month-agenda-view .e-selected-cell { + background-color: #e9ecef; + color: #212529; +} + +.e-schedule .e-month-view .e-selected-cell .e-more-indicator, +.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator { + color: #212529; +} + +.e-schedule .e-month-view .e-selected-cell:hover, +.e-schedule .e-month-agenda-view .e-selected-cell:hover { + background-color: #e9ecef; +} + +.e-schedule .e-month-agenda-view .e-date-header-wrap table td { + border-width: 0 0 1px 0; + text-align: center; +} + +.e-schedule .e-month-agenda-view .e-work-cells { + border-width: 0; +} + +.e-schedule .e-month-agenda-view .e-current-date .e-date-header { + width: 24px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child, +.e-schedule .e-timeline-view .e-content-wrap table td:first-child, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child, +.e-schedule .e-timeline-month-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-timeline-view .e-content-wrap table tr:last-child td, +.e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td { + border-bottom-width: 0; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #dee2e6; + border-style: solid; + border-width: 0 0 1px 1px; + color: #212529; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day { + color: #007bff; +} + +.e-schedule .e-timeline-view .e-work-cells, +.e-schedule .e-timeline-month-view .e-work-cells { + background-color: #f8f9fa; + border-color: #dee2e6; + border-style: solid; + border-width: 0 0 1px 1px; + color: #212529; +} + +.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells), +.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) { + background: #f2f4f6; + color: #212529; +} + +.e-schedule .e-timeline-view .e-work-days, +.e-schedule .e-timeline-month-view .e-work-days { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-resource-group-cells, +.e-schedule .e-timeline-month-view .e-resource-group-cells { + background-color: #f8f9fa; +} + +.e-schedule .e-timeline-view .e-selected-cell, +.e-schedule .e-timeline-month-view .e-selected-cell { + background-color: #e9ecef; + color: #212529; +} + +.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells), +.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) { + background-color: #e9ecef; +} + +.e-schedule .e-timeline-view .e-work-hours { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-resource-group-cells { + background-color: #f8f9fa; +} + +.e-schedule .e-timeline-view .e-selected-cell { + background-color: #e9ecef; + color: #212529; +} + +.e-schedule .e-timeline-view .e-selected-cell:hover { + background-color: #e9ecef; +} + +.e-schedule .e-timeline-view .e-alternate-cells { + border-left-style: dashed; +} + +.e-schedule .e-timeline-view .e-header-row .e-time-cells { + border-left-width: 0; +} + +.e-schedule .e-timeline-view .e-clone-time-indicator, +.e-schedule .e-timeline-view .e-current-time { + color: #007bff; + font-size: 12px; +} + +.e-schedule .e-timeline-view .e-current-timeline { + border-left: 1px solid #007bff; +} + +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child, +.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td, +.e-schedule.e-rtl .e-vertical-view .e-work-cells { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells, +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells { + border-bottom-width: 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td, +.e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td { + border-width: 0 0 1px 1px; +} + +.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-month-view .e-work-cells, +.e-schedule.e-rtl .e-month-agenda-view .e-work-cells { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-work-cells { + border-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child { + border-left-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-alternate-cells { + border-right-style: dashed; +} + +.e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells { + border-right-width: 0; +} + +.e-tooltip-wrap.e-schedule-error { + background-color: #fcdbe4; + border-color: #fcdbe4; + z-index: 1000; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top { + left: 44%; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content { + padding: 3px 6px; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content { + padding: 4px 8px 0; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip { + overflow: visible; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content, +.e-tooltip-wrap.e-schedule-error .e-tip-content label { + color: #dc3545; +} + +/*! Horizontal Tab */ +/*! Bootstrap specific themes definition's */ +/*! Vertical Tab */ +.e-spreadsheet .e-ribbon .e-bold-icon::before { + content: '\e78b'; +} + +.e-spreadsheet .e-ribbon .e-italic-icon::before { + content: '\e78e'; +} + +.e-spreadsheet .e-ribbon .e-underline-icon::before { + content: '\e792'; +} + +.e-spreadsheet .e-ribbon .e-line-through-icon::before { + content: '\e786'; +} + +.e-spreadsheet .e-ribbon .e-font-color::before { + content: '\e80e'; +} + +.e-spreadsheet .e-ribbon .e-fill-color::before { + content: '\e754'; +} + +.e-spreadsheet .e-ribbon .e-hide-headers::before { + content: '\e83c'; +} + +.e-spreadsheet .e-ribbon .e-hide-gridlines::before { + content: '\e845'; +} + +.e-spreadsheet .e-ribbon .e-insert-function::before { + content: '\e82d'; +} + +.e-spreadsheet .e-ribbon .e-hyperlink-icon::before { + content: '\e72e'; +} + +.e-spreadsheet .e-insert-function .e-btn-icon::before { + content: '\e82d'; +} + +.e-spreadsheet .e-add-icon::before { + content: '\e759'; +} + +.e-spreadsheet .e-sheets-list .e-btn-icon::before { + content: '\e7cd'; +} + +.e-spreadsheet .e-formula-bar-panel .e-drop-icon::before { + content: '\e705'; +} + +.e-spreadsheet .e-file-menu-icon::before { + content: '\e781'; +} + +.e-spreadsheet .e-tick-icon::before { + content: '\e718'; +} + +.e-spreadsheet-contextmenu.e-contextmenu-wrapper .e-delete::before { + content: '\e773'; +} + +.e-dropdown-popup .e-selected-icon::before, +.e-numformat-ddb.e-dropdown-popup .e-active-item::before { + content: '\e718'; +} + +.e-align-ddb .e-left-icon::before { + content: '\e76f'; +} + +.e-align-ddb .e-center-icon::before { + content: '\e732'; +} + +.e-align-ddb .e-right-icon::before { + content: '\e746'; +} + +.e-align-ddb .e-bottom-icon::before { + content: '\e726'; +} + +.e-align-ddb .e-middle-icon::before { + content: '\e706'; +} + +.e-align-ddb .e-top-icon::before { + content: '\e709'; +} + +.e-menu-wrapper.e-file-menu .e-new::before { + content: '\e765'; +} + +.e-menu-wrapper.e-file-menu .e-open::before { + content: '\e70f'; +} + +.e-menu-wrapper.e-file-menu .e-save::before { + content: '\e72b'; +} + +.e-menu-wrapper.e-file-menu .e-xls::before { + content: '\e84d'; +} + +.e-menu-wrapper.e-file-menu .e-xlsx::before { + content: '\e74e'; +} + +.e-menu-wrapper.e-file-menu .e-csv::before { + content: '\e85d'; +} + +.e-spreadsheet .e-cut-icon::before, +.e-spreadsheet-contextmenu .e-cut-icon::before { + content: '\e73f'; +} + +.e-spreadsheet .e-copy-icon::before, +.e-spreadsheet-contextmenu .e-copy-icon::before { + content: '\e77b'; +} + +.e-spreadsheet .e-paste-icon::before, +.e-spreadsheet-contextmenu .e-paste-icon::before { + content: '\e739'; +} + +.e-undo-icon::before { + content: '\e752'; +} + +.e-redo-icon::before { + content: '\e778'; +} + +.e-sort-filter-ddb .e-sort-icon::before, +.e-spreadsheet-contextmenu .e-sort-icon::before { + content: '\e812'; +} + +.e-sort-filter-ddb .e-sort-asc::before, +.e-spreadsheet-contextmenu .e-sort-asc::before { + content: '\e812'; +} + +.e-sort-filter-ddb .e-sort-desc::before, +.e-spreadsheet-contextmenu .e-sort-desc::before { + content: '\e811'; +} + +.e-sort-filter-ddb .e-sort-custom::before, +.e-spreadsheet-contextmenu .e-sort-custom::before { + content: '\e810'; +} + +.e-spreadsheet-contextmenu .e-hyperlink-icon::before { + content: '\e72e'; +} + +.e-spreadsheet-contextmenu .e-edithyperlink-icon::before { + content: '\e7af'; +} + +.e-spreadsheet-contextmenu .e-openhyperlink-icon::before { + content: '\e7b5'; +} + +.e-spreadsheet-contextmenu .e-removehyperlink-icon::before { + content: '\e7a8'; +} + +.e-spreadsheet .e-sort-delete::before { + content: '\e773'; +} + +.e-spreadsheet .e-filter-icon::before, +.e-sort-filter-ddb .e-filter-icon::before, +.e-spreadsheet-contextmenu .e-filter-icon::before { + content: '\e81a'; +} + +.e-spreadsheet .e-filter-icon.e-filtered::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered::before { + content: '\e81f'; +} + +.e-spreadsheet .e-filter-icon.e-sortasc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-sortasc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-sortasc-filter::before { + content: '\e81d'; +} + +.e-spreadsheet .e-filter-icon.e-sortdesc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-sortdesc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-sortdesc-filter::before { + content: '\e81c'; +} + +.e-spreadsheet .e-filter-icon.e-filtered.e-sortasc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortasc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortasc-filter::before { + content: '\e81e'; +} + +.e-spreadsheet .e-filter-icon.e-filtered.e-sortdesc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortdesc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortdesc-filter::before { + content: '\e81b'; +} + +.e-spreadsheet .e-filter-apply::before, +.e-sort-filter-ddb .e-filter-apply::before, +.e-spreadsheet-contextmenu .e-filter-apply::before { + content: '\e714'; +} + +.e-spreadsheet .e-filter-clear::before, +.e-sort-filter-ddb .e-filter-clear::before, +.e-spreadsheet-contextmenu .e-filter-clear::before { + content: '\e748'; +} + +.e-spreadsheet .e-filter-reapply::before, +.e-sort-filter-ddb .e-filter-reapply::before, +.e-spreadsheet-contextmenu .e-filter-reapply::before { + content: '\e819'; +} + +.e-spreadsheet .e-sort-filter-icon::before, +.e-sort-filter-ddb .e-sort-filter-icon::before, +.e-spreadsheet-contextmenu .e-sort-filter-icon::before { + content: '\e818'; +} + +/*! spreadsheet layout */ +.e-spreadsheet { + display: block; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet .e-center-align { + text-align: center; +} + +.e-spreadsheet .e-formula-bar-panel { + -ms-flex-align: center; + align-items: center; + border: 1px solid #dee2e6; + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit { + border: 0; + border-radius: 0; + padding-bottom: 0; + padding-top: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon { + font-size: 16px; + margin-top: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function.e-btn:focus, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-btn:focus { + box-shadow: none; + outline: 0; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box { + -ms-flex-item-align: start; + align-self: flex-start; + border: 0; + margin-bottom: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box .e-clear-icon { + display: none; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl { + border: 0; + z-index: 1; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::after, .e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::before { + height: 0; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box { + width: 115px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input { + height: 23px; + min-height: 15px; + padding: 0 0 0 8px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon { + border-left-width: 0; + min-height: 15px; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-style: solid; + border-left-width: 1px; + height: 12px; + width: 1px; +} + +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + border: 0; + font-size: 14px; + overflow: auto; + padding: 0 4px; + resize: none; +} + +.e-spreadsheet .e-formula-bar-panel .e-drop-icon { + -ms-flex-item-align: start; + align-self: flex-start; + cursor: pointer; + float: right; + line-height: 23px; + margin-right: 5px; + text-align: center; + transition: transform 300ms ease; + width: 18px; +} + +.e-spreadsheet.e-hide-row-header .e-row-header, +.e-spreadsheet.e-hide-row-header .e-selectall-container { + display: none; +} + +.e-spreadsheet.e-hide-row-header .e-column-header, +.e-spreadsheet.e-hide-row-header .e-main-content { + width: 100% !important; +} + +.e-spreadsheet.e-hide-column-header .e-header-panel { + display: none; +} + +.e-spreadsheet.e-hide-column-header .e-main-panel { + height: 100%; +} + +.e-spreadsheet .e-sheet { + height: 100%; +} + +.e-spreadsheet .e-sheet .e-virtualable { + will-change: transform; + z-index: 1; +} + +.e-spreadsheet .e-ss-atc { + display: none; +} + +.e-spreadsheet .e-main-panel { + height: calc(100% - 30px); +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit { + border: 0; + cursor: text; + display: none; + font-family: 'Calibri'; + font-size: 11pt; + height: auto; + line-height: normal; + outline: none; + overflow-wrap: break-word; + padding: 0 1px; + position: absolute; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; + vertical-align: bottom; + white-space: pre-wrap; + z-index: 2; +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit.e-right-align { + text-align: right; +} + +.e-spreadsheet .e-main-panel .e-virtualable { + position: absolute; +} + +.e-spreadsheet .e-main-panel .e-virtualtrack { + position: relative; +} + +.e-spreadsheet .e-main-panel .e-row.e-hide { + height: 0 !important; +} + +.e-spreadsheet .e-table { + border: 0 none; + border-collapse: separate; + border-spacing: 0; + cursor: cell; + table-layout: fixed; +} + +.e-spreadsheet .e-table tr { + line-height: normal; +} + +.e-spreadsheet .e-table tr .e-cell, +.e-spreadsheet .e-table tr .e-header-cell, +.e-spreadsheet .e-table tr .e-select-all-cell { + border-style: solid; + border-width: 0 1px 1px 0; + line-height: inherit; + overflow: hidden; +} + +.e-spreadsheet .e-table tr .e-cell { + font-family: 'Calibri'; + font-size: 11pt; + padding: 0 2px; + position: relative; + text-align: left; + vertical-align: bottom; + white-space: pre; +} + +.e-spreadsheet .e-table tr .e-cell.e-right-align { + text-align: right; +} + +.e-spreadsheet .e-table tr .e-cell .e-hyperlink { + color: #00e; + cursor: pointer; + text-decoration: underline; +} + +.e-spreadsheet .e-table tr .e-header-cell { + font-size: 12px; + font-weight: 500; + letter-spacing: 0; + text-align: center; +} + +.e-spreadsheet .e-select-all-cell { + border-style: solid; + border-width: 0 1px 1px 0; + padding: 1px; +} + +.e-spreadsheet .e-select-all-cell .e-selectall { + border-style: solid; + border-width: 13px; + cursor: cell; + float: right; + height: 26px; + padding: 0; + width: 26px; +} + +.e-spreadsheet .e-row-header .e-table .e-header-cell { + padding-bottom: 2px; + vertical-align: bottom; +} + +.e-spreadsheet .e-column-header .e-table .e-header-cell { + padding: 1px 0 0 1px; + vertical-align: middle; +} + +.e-spreadsheet .e-row-header .e-table .e-zero .e-header-cell, +.e-spreadsheet .e-row-header .e-table .e-zero-start .e-header-cell, +.e-spreadsheet .e-row-header .e-table .e-zero-end .e-header-cell { + border-bottom-width: 0; + padding-bottom: 0; + padding-top: 0; + vertical-align: bottom; +} + +.e-spreadsheet .e-row-header .e-table .e-reach-fntsize .e-header-cell { + padding-bottom: 0; + padding-top: 0; + vertical-align: bottom; +} + +.e-spreadsheet .e-row-header .e-table .e-zero-last .e-header-cell { + border-bottom-width: 1px; +} + +.e-spreadsheet .e-main-content .e-table .e-zero .e-cell, +.e-spreadsheet .e-main-content .e-table .e-zero-start .e-cell, +.e-spreadsheet .e-main-content .e-table .e-zero-end .e-cell { + border-bottom-width: 0; +} + +.e-spreadsheet .e-column-header .e-table tr .e-header-cell.e-colresize { + cursor: col-resize; +} + +.e-spreadsheet .e-row-header .e-table tr .e-header-cell.e-rowresize { + cursor: row-resize; +} + +.e-spreadsheet .e-sheet { + border: 1px solid #dee2e6; +} + +.e-spreadsheet .e-sheet.e-hide-headers .e-main-panel { + height: 100%; +} + +.e-spreadsheet .e-sheet colgroup .e-hide { + width: 0 !important; +} + +.e-spreadsheet .e-header-panel, +.e-spreadsheet .e-main-panel { + display: -ms-flexbox; + display: flex; +} + +.e-spreadsheet .e-main-content { + overflow: scroll; + position: relative; +} + +.e-spreadsheet .e-row-header { + border-bottom: 1px solid; + overflow-y: hidden; + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before { + content: ''; + left: 0; + position: absolute; + width: 100%; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell { + border-bottom-color: transparent; + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after { + border-top: 1px solid #dee2e6; + bottom: .5px; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell { + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before { + border-bottom: 1px solid #dee2e6; + top: .5px; +} + +.e-spreadsheet .e-main-content .e-table, +.e-spreadsheet .e-column-header .e-table { + width: 100%; +} + +.e-spreadsheet .e-column-header { + border-style: solid; + border-width: 0; + overflow: hidden; +} + +.e-spreadsheet .e-header-panel .e-header-row, +.e-spreadsheet .e-header-panel .e-selectall-container, +.e-spreadsheet .e-header-panel .e-column-header { + height: 30px; +} + +.e-spreadsheet .e-header-panel .e-virtualtrack { + height: 1px; +} + +.e-spreadsheet .e-sheet-tab-panel { + -ms-flex-align: center; + align-items: center; + border: 1px solid #dee2e6; + border-top-width: 0; + display: -ms-flexbox; + display: flex; + padding: 0 8px; +} + +.e-spreadsheet .e-sheet-tab { + display: inline-block; + line-height: 0; +} + +.e-spreadsheet .e-sheet-tab > div { + display: inline-block; +} + +.e-spreadsheet .e-sheet-tab.e-tab { + border: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-hscroll .e-scroll-nav.e-scroll-left-nav { + left: auto; + right: 40px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator { + display: block; + transition: none; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header::before { + border-bottom-width: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item { + border-bottom-width: 0; + border-left-width: 0; + border-top-width: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item.e-active { + border-bottom-width: 0; + border-radius: 0; + border-top-width: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item { + margin: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item input.e-input.e-sheet-rename { + background: transparent; + border: 0; + box-shadow: none; + min-width: 20px; + padding: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:nth-child(2) { + border-left: 1px solid #dee2e6; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator { + z-index: 1; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-content { + display: none; +} + +.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + text-transform: none; +} + +.e-spreadsheet .e-tab.e-sheet-tab .e-tab-header .e-tab-text { + white-space: pre; +} + +.e-spreadsheet .e-sheets-list { + margin-right: 8px; +} + +.e-spreadsheet .e-hide { + display: none; +} + +.e-spreadsheet .e-selection { + border-style: solid; + cursor: cell; + pointer-events: none; + position: absolute; + z-index: 1; + border-width: 1px; +} + +.e-spreadsheet .e-active-cell, +.e-spreadsheet .e-copy-indicator { + cursor: cell; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-active-cell { + border: 2px solid #007bff; + pointer-events: none; +} + +.e-spreadsheet .e-active-cell[style*='height: 1px;'] { + border-width: 1px; +} + +.e-spreadsheet .e-copy-indicator div { + position: absolute; +} + +.e-spreadsheet .e-copy-indicator div.e-top, .e-spreadsheet .e-copy-indicator div.e-bottom { + height: 2px; + width: 100%; +} + +.e-spreadsheet .e-copy-indicator div.e-left, .e-spreadsheet .e-copy-indicator div.e-right { + height: 100%; + width: 2px; +} + +.e-spreadsheet .e-copy-indicator div.e-top { + top: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-bottom { + bottom: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-left { + left: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-right { + right: 0; +} + +.e-spreadsheet .e-clipboard { + height: 1px; + opacity: 0; + overflow: hidden; + position: absolute; + width: 1px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn .e-tbar-btn-text { + float: left; + overflow: hidden; + padding: 0; + text-align: left; + text-overflow: ellipsis; + white-space: nowrap; + width: 80px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: left; + justify-content: left; + width: 46px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb .e-caret { + -ms-flex: 1; + flex: 1; + text-align: right; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) { + font-weight: 400; + padding-bottom: 0; + padding-top: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-dropdown-btn { + text-overflow: initial; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) { + line-height: 30px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) { + padding-left: 3px; + padding-right: 3px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) .e-btn-icon { + min-width: 24px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) .e-btn-icon { + margin-top: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon { + line-height: 30px; + min-height: 30px; + vertical-align: bottom; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker { + line-height: 29px; + padding-bottom: 1px; + padding-left: 0; + padding-right: 0; + width: 29px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-font-color { + font-size: 13px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-fill-color { + font-size: 14px; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color { + background: none; + border-bottom-style: solid; + border-bottom-width: 3px; + border-radius: 0; + height: auto; + padding-bottom: 1px; + width: auto; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color .e-split-preview { + display: none; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-dropdown-btn { + margin-left: 0; + padding-left: 4px; + padding-right: 4px; +} + +.e-spreadsheet.e-mobile-view .e-header-toolbar { + border: 1px solid #dee2e6; + border-bottom-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-header-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:last-child { + min-width: auto; + padding: 0; + min-height: 38px; +} + +.e-spreadsheet.e-mobile-view .e-add-sheet-tab, +.e-spreadsheet.e-mobile-view .e-sheets-list { + height: 40px; + width: 40px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel { + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit { + height: 37px; + line-height: 36px; + padding-left: 9px; + padding-right: 9px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon { + font-size: 18px; + line-height: 38px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar { + height: 37px; + line-height: 37px; + white-space: nowrap; + width: calc(100% - 36px); +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar:-ms-input-placeholder { + font-style: italic; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar::placeholder { + font-style: italic; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel.e-focused .e-formula-bar { + border-right: 1px solid #dee2e6; + width: calc(100% - 72px); +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu { + height: 100%; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul { + height: 100%; + padding: 0; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon { + height: 100%; + line-height: 1; + padding: 0 6px; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-menu-icon.e-file-menu-icon { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + line-height: 1; + margin: 0; + width: auto; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-caret { + display: none; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu.e-rtl { + direction: ltr; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel { + border-top-width: 0; + display: none; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar { + border-color: #dee2e6; + border-radius: 0; + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-dropdown-btn.e-btn { + border-left-width: 0; + border-radius: 0; + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-toolbar-items.e-hscroll.e-scroll-device { + padding: 0; + width: 100%; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-scroll-nav { + display: none; +} + +.e-spreadsheet.e-mobile-view .e-sheet-tab { + max-width: calc(100% - 104px); +} + +.e-spreadsheet.e-mobile-view.e-mobile-focused .e-toolbar-panel { + display: -ms-flexbox; + display: flex; +} + +.e-spreadsheet.e-mobile-view.e-mobile-focused .e-sheet-tab-panel { + display: none; +} + +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-active-cell, +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-focused-tick, +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-formula-bar-panel { + display: none; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-cell, +.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-header-cell { + border-width: 0 0 1px 1px; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell { + border-width: 0 0 1px 1px; +} + +.e-spreadsheet .e-sheet-panel { + position: relative; +} + +.e-spreadsheet .e-colresize-handler { + border-right: 1px solid; + cursor: col-resize; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-rowresize-handler { + border-top: 1px solid; + cursor: row-resize; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-rtl .e-spreadsheet-edit { + direction: ltr; + text-align: left; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection { + padding-top: 15px; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection .e-input-group { + min-width: 220px; +} + +.e-spreadsheet .e-customsort-dlg .e-footer-content .e-sort-addbtn { + float: left; + margin-left: 0; +} + +.e-spreadsheet .e-hyperlink-dlg, +.e-spreadsheet .e-edithyperlink-dlg { + max-height: 640px !important; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content { + padding: 24px 24px 16px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content .e-dlg-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content .e-dlg-header { + font-size: 18px; + line-height: 21px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header { + padding: 0 24px 0 25px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items { + height: 100%; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item { + text-align: center; + width: 136px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 13px; + line-height: 15px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content { + padding-top: 24px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont { + margin: 0 0 15.5px 24px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header { + font-size: 14px; + line-height: 16px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text { + margin-top: 8px; + font-size: 14px; + height: 32px; + line-height: 16px; + width: 275px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled { + border-bottom-width: 2px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont { + border: 1px solid #c8c8c8; + height: 165px; + margin: 8px 24px 0 0; + overflow: auto; + width: 273px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-footer-content, +.e-spreadsheet .e-edithyperlink-dlg .e-footer-content { + margin: 4px 0; +} + +.e-spreadsheet .e-filter-popup { + position: absolute; +} + +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul { + border: 0; + box-shadow: none; + display: block; + max-width: 300px; + padding-bottom: 4px; + position: static; +} + +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul li, +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul .e-caret { + height: 36px; + line-height: 36px; +} + +.e-spreadsheet .e-filter-popup .e-dlg-content { + padding-top: 0; +} + +.e-spreadsheet .e-filter-icon { + margin-bottom: 5px; +} + +.e-spreadsheet .e-filter-icon::before { + font-size: 20px; + margin-left: -3px; +} + +.e-spreadsheet .e-btn.e-icon-btn.e-filter-btn { + bottom: 0; + height: 18px; + margin-right: 1px; + padding: 0; + position: absolute; + right: 0; + width: 20px; + z-index: 2; +} + +.e-spreadsheet.e-col-resizing { + cursor: col-resize; +} + +.e-spreadsheet.e-row-resizing { + cursor: row-resize; +} + +.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text { + font-size: 13px; + max-width: 200px; + overflow: hidden; + text-align: right; + text-overflow: ellipsis; +} + +.e-dropdown-popup.e-font-size-ddb ul { + min-width: 60px; +} + +.e-dropdown-popup.e-align-ddb ul { + min-width: auto; + padding: 7px 6px; +} + +.e-dropdown-popup.e-align-ddb ul .e-item { + display: -ms-inline-flexbox; + display: inline-flex; + height: 32px; + line-height: 32px; + margin: 0 3px; + padding: 0 8px; +} + +.e-dropdown-popup.e-align-ddb ul .e-item .e-menu-icon { + line-height: 32px; + margin-right: 0; +} + +.e-dropdown-popup.e-colorpicker-popup .e-container .e-custom-palette .e-palette { + padding: 0; +} + +.e-dropdown-popup.e-colorpicker-popup .e-container .e-switch-ctrl-btn { + padding-top: 14px; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(1) { + font-family: "Arial"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(2) { + font-family: "Arial Black"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(3) { + font-family: "Axettac Demo"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(4) { + font-family: "Batang"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(5) { + font-family: "Book Antiqua"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(6) { + font-family: "Calibri"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) { + font-family: "Courier"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) { + font-family: "Courier New"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) { + font-family: "Din Condensed"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) { + font-family: "Georgia"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) { + font-family: "Helvetica"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) { + font-family: "Helvetica New"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) { + font-family: "Roboto"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) { + font-family: "Tahoma"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) { + font-family: "Times New Roman"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) { + font-family: "Verdana"; +} + +.e-dropdown-popup .e-aggregate-list { + margin-left: auto; +} + +.e-menu-wrapper.e-file-menu ul .e-menu-item div { + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension { + font-size: 13px; + margin-left: auto; + opacity: .7; + padding-left: 8px; +} + +.e-spreadsheet-function-dlg { + min-height: 510px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet-function-dlg .e-dlg-header-content { + padding: 18px; +} + +.e-spreadsheet-function-dlg .e-dlg-header-content .e-dlg-header { + font-size: 16px; + font-weight: 450; +} + +.e-spreadsheet-function-dlg .e-dlg-content { + overflow: hidden; + padding-left: 15px; + padding-right: 15px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-category-content { + font-size: 12px; + font-weight: 550; + margin-bottom: 5px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-formula-description { + margin-left: -4px; + margin-top: 5px; + padding: 4px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-description-content { + font-size: 14px; + font-weight: 550; + padding-top: 10px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-formula-list { + border: rgba(0, 0, 0, 0.13); + cursor: default; + margin-top: 6px; + overflow-y: auto; +} + +.e-name-box .e-dropdownbase .e-list-item { + line-height: 25px; + min-height: 25px; + text-indent: 10px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel { + border-bottom-width: 0; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function { + border-left: 1px solid #dee2e6; + height: 23px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon { + line-height: 24px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar { + height: 23px; + line-height: 23px; + width: calc(100% - 172px); +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + height: 71px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + line-height: 71px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-drop-icon { + transform: rotate(180deg); +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator { + height: 60px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab { + max-width: 60%; +} + +.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab .e-hscroll-bar { + margin-left: -40px; + margin-right: 40px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn { + height: 33px; + padding: 0; + width: 32px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn .e-btn-icon { + line-height: 33px; + margin-top: 0; +} + +.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list { + margin-left: auto; +} + +.e-spreadsheet:not(.e-mobile-view) .e-ribbon { + border-bottom-width: 0; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) { + line-height: 36px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker, +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker { + line-height: 34px; + padding-bottom: 2px; + width: 33px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) { + padding-left: 6px; + padding-right: 6px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon, +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon { + line-height: 36px; + min-height: 36px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb, +.e-bigger.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb { + width: 56.51px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color, +.e-bigger.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + height: auto; + width: auto; +} + +.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon, +.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon { + font-size: 10px; + margin: 0; +} + +.e-bigger .e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn, +.e-bigger.e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn { + padding-left: 8px; + padding-right: 8px; +} + +.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn, +.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn { + height: 39px; + width: 39px; +} + +.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon, +.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon { + line-height: 39px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 16px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function { + height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon { + font-size: 18px; + line-height: 30px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input { + height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon { + line-height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator { + height: 15px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar { + font-size: 16px; + height: 29px; + line-height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + height: 89px; + line-height: 89px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator { + height: 78px; +} + +.e-bigger .e-spreadsheet .e-customsort-dlg, +.e-bigger.e-spreadsheet .e-customsort-dlg { + width: 590px !important; +} + +.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item, +.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item { + height: auto; + line-height: 1; +} + +.e-bigger .e-spreadsheet .e-filter-icon, +.e-bigger.e-spreadsheet .e-filter-icon { + margin-bottom: 7px; +} + +.e-bigger.e-dropdown-popup.e-font-size-ddb ul, +.e-bigger .e-dropdown-popup.e-font-size-ddb ul { + min-width: 70px; +} + +.e-sort-dialog { + height: 100%; + position: relative; +} + +.e-sort-dialog .e-sort-listsection { + height: calc(100% - 28px); + margin: 0 auto; + overflow: auto; + width: 100%; +} + +.e-sort-dialog .e-sort-listwrapper { + padding-left: 2px; +} + +.e-sort-dialog .e-sort-listwrapper .text { + font-size: 12px; + padding: 10px 0 5px; +} + +.e-sort-dialog .e-list-sort { + height: 100%; +} + +.e-sort-dialog .e-sort-row { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + padding: 5px 0 10px; +} + +.e-sort-dialog .e-sort-error, +.e-sort-dialog .e-sort-header, +.e-sort-dialog .e-sort-casecheckbox, +.e-sort-dialog .e-sort-listsection { + padding-left: 15px; + padding-right: 15px; +} + +.e-sort-dialog .e-sort-error { + bottom: 0; + display: none; + font-size: 12px; + height: 20px; + line-height: 20px; + position: absolute; + width: 100%; +} + +.e-sort-dialog .e-sort-template { + border: 0; +} + +.e-sort-dialog .e-sort-template .e-list-item { + height: auto; + line-height: unset; +} + +.e-sort-dialog .e-sort-template .e-list-item:not(:first-child) { + padding: 5px 0 0; +} + +.e-sort-dialog .e-sort-template .e-list-item:first-child { + padding: 0; +} + +.e-sort-dialog .e-sort-template .e-content { + height: 100%; + overflow: auto; +} + +.e-sort-dialog .e-sort-field { + width: auto; +} + +.e-sort-dialog .e-radio-wrapper { + margin-left: 16px; +} + +.e-sort-dialog li:first-of-type .e-sort-delete { + display: none; +} + +.e-sort-dialog .e-sort-delete { + border-left-style: solid; + border-left-width: 1px; + line-height: 32px; + margin-left: auto; + margin-right: 5px; + padding-left: 22px; + vertical-align: middle; +} + +.e-sort-dialog .e-sort-delete::before { + cursor: pointer; +} + +/*! spreadsheet theme */ +.e-spreadsheet .e-sheet-tab-panel { + background: #f8f9fa; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item { + background: #f8f9fa; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item { + border-right-color: #dee2e6; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap { + border-radius: 0; + color: #212529; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text { + color: #212529; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-indicator { + background: #007bff; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover { + background: #e9ecef; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active { + background: #fff; +} + +.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn, +.e-spreadsheet .e-sheet-tab-panel .e-aggregate-list.e-flat { + border-color: transparent; + box-shadow: none; +} + +.e-spreadsheet .e-sheets-list, +.e-spreadsheet .e-aggregate-list, +.e-spreadsheet .e-add-sheet-tab.e-flat { + background-color: transparent; + color: #212529; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) { + background-color: transparent; + border-color: transparent; + box-shadow: none; + color: #495057; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):hover:not(.e-active) { + background: #6c757d; + border-color: #545b62; + color: #fff; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):hover:not(.e-active) .e-icons, +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):hover:not(.e-active).e-dropdown-btn .e-tbar-btn-text { + color: inherit; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-active { + background: #6c757d; + border-color: #6c757d; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus { + color: #fff; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active .e-icons, +.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active.e-dropdown-btn .e-tbar-btn-text, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus .e-icons, +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus.e-dropdown-btn .e-tbar-btn-text { + color: inherit; +} + +.e-spreadsheet .e-formula-bar-panel { + background-color: #fff; +} + +.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat, +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + background-color: transparent; +} + +.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-drop-icon { + color: #6c757d; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-color: #dee2e6; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-color: #dee2e6; +} + +.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-name-box, +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + color: #212529; +} + +.e-spreadsheet .e-header-panel, +.e-spreadsheet .e-main-panel, +.e-spreadsheet .e-header-row, +.e-spreadsheet .e-row-header .e-header-cell { + background-color: #f8f9fa; +} + +.e-spreadsheet .e-main-panel .e-main-content { + background-color: #fff; +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit { + background-color: #fff; + color: #000; +} + +.e-spreadsheet .e-row-header { + border-bottom-color: #dee2e6; +} + +.e-spreadsheet .e-column-header { + border-color: #dee2e6; +} + +.e-spreadsheet .e-header-cell { + color: #495057; +} + +.e-spreadsheet .e-cell { + background-color: #fff; + border-bottom-color: #dee2e6; + color: #000; +} + +.e-spreadsheet .e-column-header .e-header-cell, +.e-spreadsheet .e-select-all-cell { + border-bottom-color: #dee2e6; +} + +.e-spreadsheet .e-row-header .e-header-cell { + border-bottom-color: #dee2e6; +} + +.e-spreadsheet .e-hide-gridlines .e-cell { + border-bottom-color: transparent; +} + +.e-spreadsheet.e-hide-row-gridlines .e-cell { + border-bottom-color: transparent; +} + +.e-spreadsheet .e-selectall { + background-color: transparent; + border-color: #e9ecef; + border-top-color: transparent; +} + +.e-spreadsheet .e-selectall:hover { + border-bottom-color: #ced4da; +} + +.e-spreadsheet .e-selectall.e-highlight { + border-bottom-color: #007bff; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell { + border-right-color: #dee2e6; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell { + border-right-color: #dee2e6; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-row-header .e-header-cell, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell { + border-right-color: #dee2e6; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-hide-gridlines .e-cell { + border-right-color: transparent; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall { + border-left-color: transparent; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall:hover { + border-right-color: #ced4da; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall.e-highlight { + border-right-color: #007bff; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-prev-highlight, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-highlight, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell.e-prev-highlight-right { + border-right-color: #adb5bd; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-cell { + border-left-color: #dee2e6; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell { + border-left-color: #dee2e6; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-row-header .e-header-cell, +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell { + border-left-color: #dee2e6; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-hide-gridlines .e-cell { + border-left-color: transparent; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall { + border-right-color: transparent; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall:hover { + border-left-color: #ced4da; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall.e-highlight { + border-left-color: #007bff; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right { + border-left-color: #adb5bd; +} + +.e-spreadsheet .e-copy-indicator div.e-top { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/t_b_bootstrap4.gif") repeat-x left top; +} + +.e-spreadsheet .e-copy-indicator div.e-bottom { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/t_b_bootstrap4.gif") repeat-x left bottom; +} + +.e-spreadsheet .e-copy-indicator div.e-left { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/l_r_bootstrap4.gif") repeat-y left top; +} + +.e-spreadsheet .e-copy-indicator div.e-right { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/l_r_bootstrap4.gif") repeat-y right top; +} + +.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel:not(.e-rtl) .e-cell { + border-right-color: transparent; +} + +.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel.e-rtl .e-cell { + border-left-color: transparent; +} + +.e-spreadsheet .e-selection { + background-color: rgba(0, 123, 255, 0.12); + border-color: #007bff; +} + +.e-spreadsheet .e-row-header .e-header-cell:hover, +.e-spreadsheet .e-column-header .e-header-cell:hover { + background-color: rgba(0, 123, 255, 0.18); +} + +.e-spreadsheet .e-row-header .e-header-cell.e-highlight, +.e-spreadsheet .e-column-header .e-header-cell.e-highlight { + background-color: rgba(0, 123, 255, 0.13); + color: #495057; +} + +.e-spreadsheet .e-row-header .e-prev-highlight .e-header-cell, +.e-spreadsheet .e-row-header .e-header-cell.e-highlight, +.e-spreadsheet .e-select-all-cell.e-prev-highlight-bottom, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end.e-prev-highlight .e-header-cell::before, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell.e-highlight::before { + border-bottom-color: #adb5bd; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start.e-prev-highlight .e-header-cell::after, +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell.e-highlight::after { + border-top-color: #adb5bd; +} + +.e-spreadsheet .e-toolbar-panel .e-dropdown-btn.e-btn { + border-color: #dee2e6; +} + +.e-spreadsheet .e-menu-wrapper.e-mobile.e-file-menu { + background-color: inherit; + border-color: transparent; +} + +.e-spreadsheet .e-menu-wrapper.e-mobile.e-file-menu ul { + background-color: inherit; +} + +.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover, .e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-active { + background-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover { + border-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-sort-delete { + border-left-color: #dee2e6; +} + +.e-spreadsheet .e-colresize-handler, +.e-spreadsheet .e-rowresize-handler { + border-color: #007bff; +} + +.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons { + color: #495057; +} + +.e-dropdown-popup ul .e-item .e-menu-icon.e-selected-icon { + color: #317ab9; +} + +.e-dropdown-popup.e-align-ddb ul .e-item:not(.e-selected) .e-menu-icon { + color: #495057; +} + +.e-numformat-ddb.e-dropdown-popup ul .e-item .e-numformat-preview-text { + opacity: .5; +} + +.e-sort-dialog .e-sort-listwrapper { + border-bottom: 1px dashed #dee2e6; +} + +.e-sort-dialog .e-sort-error { + background-color: #fce7e9; + color: #333; +} diff --git a/styles/fabric.css b/styles/fabric.css new file mode 100644 index 00000000..1258085a --- /dev/null +++ b/styles/fabric.css @@ -0,0 +1,68129 @@ +@charset "UTF-8"; +/** + * ej2 styles + */ +@font-face { + font-family: "e-icons"; + font-style: normal; + font-weight: normal; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjiLTxEAAAEoAAAAVmNtYXDzBvSjAAAIcAAACEpnbHlmMisE7gAAFDgAAVfgaGVhZBc8dPMAAADQAAAANmhoZWEIXgV9AAAArAAAACRobXR48Af+igAAAYAAAAbwbG9jYWZhEVgAABC8AAADem1heHAC4gGWAAABCAAAACBuYW1lc0cOBgABbBgAAAIlcG9zdNmWKBgAAW5AAAAX/wABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAABvAABAAAAAQAAXpQFa18PPPUACwQAAAAAANoOl/sAAAAA2g6X+//A/+QEQAQcAAAACAACAAAAAAAAAAEAAAG8AYoAHAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4gLsAwQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/eBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/5AQA/+QEAAAABAD/5AQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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ALkAugC7ALwAvQC+AL8AwADBAMIAwwDEAMUANQAfACAAbADHAXIAhQCGAIcAiACJAIoAiwCMAI0AjgCPAJAAkQCSAJMAlACVAJYBDAENAQ4BDwEQAREBEgETARUBFgEXARgBGQFmAWgBZwFsAW0BbgFvAXABcQEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2AXMBdAF1AXYBdwF4AXkBegF7AZ4BnQGcAZsBoAGhAaIBnwGjAaQBpQGmAacBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwE3ATgBOQE6ACUBPAE9AT4BPwAmAUEBQgFDAUQBRQFGATsBQAGMACcBjQGPAZABkQGSAY4BkwGUAZgBlQGWAZcBmQGaAagBqQGqAasAKAGxAbgBsAGyAbMBtAG1AbYBtwG6AbsAKQAqACsALAAtAC4ALwAwADEBrAGtAa4BrwG5ADIAMwA0ADYANwA4ADkAOgA7ADwAPQA+AD8AQABBAEIAQwEUAEQBIABFAEYARwBIAEkASgBLAEwATQBOAE8AWgBQAFsAUQBSAFMAVABVAFYAVwBcAF0AXgBYAF8AWQDIAMkAygDLAMwAzQDOAM8A0ADRACEAIgAjACQA0gDTANQA1QDWANcA2ADZANoA2wDcAN0A3gDfAOAA4QDiAOMA5AFUAVcBVgFiAUsBXQFTAU4BWgFNAVgBTwFgAUkBWQFVAWEBXwFSAWQBSAFeAVwBZQFjAVABTAFKAVsBUQFpAWoBawEaARsBHAEdAR4BHwDlAOYA5wDoAOkA6gDrAOwA7QDuAO8A8ADxAPIA8wD0APUA9gD3APgA+QD6APsA/AD9AP4A/wEAAQEBAgEDAQQBBQEGAQcBCAEJAQoBCwAAAAAAAAEIAjgCdAKwAuYDCgMgA7IEugTMBaAGdAaYBuYG9AcYBzoHXgeACGQJQAr6C2wMWgykDOQNHg1KDogO1A/oEYoSFhK4E4wULhRwFSwVlBXMFfgWMBZSFtIW6hcsF8wYdhiMGKQYwhjWGOwY+hkQGR4ZLBlGGV4ZbBl6GZAZqBm+GdIZ7BoKGh4aMhpIGl4abBp6GtgbOBtIG1wbcBuMG/IcFBxsHIQdCB0eHSweBB7cHvgfdB+OIBwhMiIwIkQjIiM6JBIkKCRMJH4lnCYwJswm7icE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BwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICAYACAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAgGAAgMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgJ/CwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAF1DAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsBdQwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwAAAAIAAAAAAPnA/QAPwBDAJIAlgCaAJ4AogDQAAABDw4rAS8NPQE/DTsBHw0lFSM1JQ8EJyMPAhUfAg8BHwEPAh8DMzcfBzM/BxczPwMvAj8BLwE/AT0BLwIPAS8HIw8CJRUjNSUVIzUjFSM1IxUjNScRFR8GISc9ATM/AiM1MxU/ATUzFR8BES8HIQ8GAyABAQICBAMFBAYGBgYHBwgHCAgHBwYG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BgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYG+QcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBvkHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgb5BwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGAAEAAAAAA/gC/AACAAATIQEIA/D+CAEEAfgAAAABAAAAAAP4AvwAAgAACQEhAgAB+PwQAQQB+AAAAQAAAAAC/AP4AAIAACUJAQEEAfj+CAgB+AH4AAEAAAAAAvwD+AACAAAJAREBBAH4AgD+CAPwAAADAAAAAAJ+A/gAPwB/AL8AACUfDz8PLw8PDgMfDz8PLw8PDgMfDz8PLw8PDgGCAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwKGDQwNCwsKCgkICAYFBAMCAQECAwQFBggICQoKCwsNDA0NDA0LCwoKCQgIBgUEAwIBAQIDBAUGCAgJCgoLCw0MAW0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwBbQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAACAAAAAAP4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ZQByAHMAaQBvAG4AIAAxAC4AMABlAC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAHUAcwBpAG4AZwAgAFMAeQBuAGMAZgB1AHMAaQBvAG4AIABNAGUAdAByAG8AIABTAHQAdQBkAGkAbwB3AHcAdwAuAHMAeQBuAGMAZgB1AHMAaQBvAG4ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmAWcBaAFpAWoBawFsAW0BbgFvAXABcQFyAXMBdAF1AXYBdwF4AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcoBywHMAc0BzgHPAdAB0QHSAdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoB+wH8Af0B/gH/AgACAQICAgMCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0AClBkZl9FeHBvcnQKQ1NWX0V4cG9ydAxFeGNlbF9FeHBvcnQMRlRfRGF0ZXJhbmdlDUZUX0V4Y2VsY2xlYXIORlRfRXhjZWxmaWx0ZXIMQnVsbGV0X0Fycm93DUJ1bGxldF9DaXJjbGUFTm9uZTILQnVsbGV0X1RpY2sRQm9yZGVyX0RpYWdvbmFsVXATQm9yZGVyX0RpYWdvbmFsRG93bg1CdWxsZXRfRmxvd2VyCkJ1bGxldF9Eb3QNQnVsbGV0X1NxdWFyZQ1GVF9SaWdodEFycm93DEZUX0xlZnRBcnJvdwxGVF9Eb3duQXJyb3cKRlRfVXBhcnJvdw1GVF9SZWN1cnJlbmNlE0ZUX1JlY3VycmVuY2VFZGl0ZWQLRlRfTG9jYXRpb24ORlRfRGVzY3JpcHRpb24LRlRfVGltZXpvbmUIRlRfVG9kYXkLRlRfV29ya1dlZWsJRlRfQWdlbmRhCkZUX0RheVZpZXcORlRfTW9udGhBZ2VuZGELRlRfV2Vla1ZpZXcLRlRfRGF0ZVRpbWULRlRfUmVzb3VyY2UORlRfVGltZUxpbmVEYXkPRlRfVGltZUxpbmVXZWVrE0ZCX1RpbWVMaW5lV29ya1dlZWsQRlRfVGltZUxpbmVNb250aAh0YWJsZS0wMgRjb3B5CHRoLXNtYWxsB3NhdmUtMDIKYWxpZ24tbGVmdAdlZGl0LTA2CGNsb3NlLXdmC3dvcmQtZXhwb3J0CmFkZC1uZXctMDEKcHJpbnRlci0wMgtjcm9zcy1jbG9zZQVjbG9zZQ1jaGVjay1tYXJrLTAxB2FkZC1uZXcIY2xvc2UtMDEMY2hldnJvbi1sZWZ0EUZUX0Ryb3Bkb3duX0Fycm93EWFycm93aGVhZC1kb3duLTAxDWNoZXZyb24tcmlnaHQMYXJyb3doZWFkLXVwDmFycm93aGVhZC1kb3duDWFycm93LWRvd24tMDILYXJyb3ctdXAtMDEPYXJyb3doZWFkLXJpZ2h0DmFycm93aGVhZC1sZWZ0DGRvd24tYXJyb3ctMQ1hcm9vdy1sZWZ0LTAxEGNoZXZyb24tcmlnaHQtMDMKdXAtYXJyb3ctMRBuYXZpZ2F0aW9uLXJpZ2h0CVNvcnRpbmctbQtCb3R0b20taWNvbghUb3AtaWNvbgtueHQtcGctaWNvbgtkb3duLWFycm93MghVcC1hcnJvdwpEd24tYXJyb3czCUdyb3VwaWNvbgtTZWxlY3Rpb24tbQxJbnRlcm1lZGlhdGUJU2VsZWN0aW9uDU1UX0xlZnRfQXJyb3cMRkJfRmlyc3RwYWdlB0JUX0VkaXQIRkJfQ2xlYXIHRkJfU2F2ZQtGQl9CYWNrd2FyZAlGQl9EZWxldGUPRkJfQm90dG9tX0Fycm93DE1UX0JvdHRvbWZpbAdGQl9NZW51B01UX01lbnULRkJfTGFzdHBhZ2ULRkJfQ2FsZW5kYXIIRkJfbWVudTEHRkJfRWRpdAlGQl9TZWFyY2gHRkJfVGltZQ1GQl9MZWZ0X0Fycm93CUZCX3JlbW92ZQpGQl9BZGRmbGF0CUZCX1JlbG9hZA5GQl9SaWdodF9BcnJvdwlGQl9maWx0ZXIOQ29sdW1uX2Nob29zZXIIVHJlZXZpZXcJVHJlZXZpZXcyCVRyZWV2aWV3MQlUcmVldmlldzMORlRfVHJlZV9leHBhbmQOTVRfVHJlZV9leHBhbmQGRmFicmljDEZhYnJpY19QYXVzZQtGYWJyaWNfUGxheQ9QYXJhT3B0aW9uZG93bjEKVGV4dFNlYXJjaBdJbnNpZGVIb3Jpem9uZGFsQm9yZGVycwpSZXN0YXJ0QXQxDU9wZW5IeXBlcmxpbmsHQ3V0RGF0YQhDb3B5RGF0YQlUb3BCb3JkZXINRGVsZXRlQ29sdW1ucwpEZWxldGVSb3dzC0luc2VydFJpZ2h0Ckluc2VydExlZnQPUmVtb3ZlSHlwZXJsaW5rFUluc2lkZVZlcnRpY2FsQm9yZGVycwtSaWdodEJvcmRlcg1FZGl0SHlwZXJsaW5rCUh5cGVybGluawtMZWZ0Qm9yZGVycwtEZWxldGVUYWJsZQ9UYWJsZVByb3BlcnRpZXMNQ29weUh5cGVybGluawxCb3R0b21Cb3JkZXIOQ2xpcGJvYXJkUGFzdGURQ29udGludWVOdW1iZXJpbmcLSW5zZXJ0QmVsb3cLSW5zZXJ0QWJvdmUKQm9yZGVyTm9uZQlCb3JkZXJCb3gDQWxsD1RhYmxlQWxpZ25SaWdodAxDdXN0b21Cb3JkZXIOVGFibGVBbGlnbkxlZnQQVGFibGVBbGlnbkNlbnRlcg1MaW5lVmVyeXNtYWxsCkxpbmVub3JtYWwJTGluZXNtYWxsDVBhcmFPcHRpb251cDEKVGV4dEJvdHRvbQpUZXh0Q2VudGVyB1RleHRUb3AOTVRfQ2xlYXJGb3JtYXQQTVRfU3RyaWtldGhyb3VnaAxNVF9VcHBlcmNhc2UKTVRfSnVzdGlmeQhNVF9JbWFnZQlNVF9SZXNpemULTVRfTWluaW1pc2ULTVRfRWRpdExpbmsHTVRfQm9sZAxNVF9BbGlnbkxlZnQGTVRfQ3V0Ek1UX0FsdGVybmF0aXZlVGV4dAdNVF9Db3B5CU1UX1JlbW92ZRFNVF9JbmNyZWFzZUluZGVudAtNVF9DbGVhckFsbAdNVF9VbmRvDU1UX0Z1bGxTY3JlZW4MTVRfVW5kZXJsaW5lEE1UX1Vub3JkZXJlZExpc3QKTVRfUHJldmlldw5NVF9PcmRlcmVkTGlzdAxNVF9Mb3dlcmNhc2UNTVRfUmVtb3ZlTGluawlNVF9ab29tSW4LTVRfT3BlbkxpbmsITVRfUHJpbnQMTVRfRm9udENvbG9yDU1UX0FsaWduUmlnaHQNTVRfQ3JlYXRlTGluawtNVF9WaWV3U2lkZQtNVF9Db2RlVmlldwpNVF9ab29tT3V0Dk1UX1N1cGVyc2NyaXB0B01UX1BhcmEHTVRfUmVkbwhNVF9QYXN0ZQ1NVF9JbnNlcnRDb2RlDE1UX1N1YnNjcmlwdApNVF9EaXNwbGF5Ck1UX1JlcGxhY2UJTVRfSXRhbGljCk1UX0NhcHRpb24STVRfQmFja2dyb3VuZGNvbG9yEU1UX0RlY3JlYXNlSW5kZW50Dk1UX0FsaWduQ2VudGVyC01UX0ZvbnROYW1lC0RyYWdBbmREcm9wDEZpbHRlckZpZWxkcwpOZXdfQ29sdW1uB05ld19Sb3cDU3VtCEZpbHRlcl9CDUZpbHRlckNsb3NlX0YGU29ydF9GCEZpbHRlcl9GB0Nsb3NlX0YNQ2xlYXJmaWx0ZXJfRgJPawtBbGlnbkJvdHRvbQ5JbnNlcnRSb3dBYm92ZQ5JbnNlcnRSb3dCZWxvdwtBbGlnbkNlbnRlcgxEZWxldGVDb2x1bW4JRGVsZXRlUm93EEluc2VydENvbHVtbkxlZnQIQWxpZ25Ub3ARSW5zZXJ0Q29sdW1uUmlnaHQORWRpdFByb3BlcnRpZXMRVmVydGljYWxBbGlnbm1lbnQJQWRkQ29sdW1uBVN0eWxlCVRiX0RlbGV0ZQZBZGRSb3cGSGVhZGVyCVRhYl9Nb3JlMQlUYWJfTW9yZTIGUmVzaXplCUZfUFZfT3Blbg5GX1BWX0ZpcnN0UGFnZQ1GX1BWX1ByZXZpb3VzCUZfUFZfTmV4dA1GX1BWX0xhc3RQYWdlDEZfUFZfWm9vbW91dAtGX1BWX1pvb21pbg1GX1BWX0Rvd25sb2FkDUZfUFZfQm9va21hcmsLRl9QVl9TZWFyY2gSRl9QVl9UZXh0YW5ub3RhaW9uCkZfUFZfQ2xvc2UMRl9QVl9Db21tZW50CUZfUFZfU2F2ZQ5GX1BWX0FsaWdubGVmdA1GX1BWX0ZyZWVoYW5kCUZfUFZfVW5kbw5GX1BWX0hpZ2hsaWdodAlGX1BWX01vcmUORl9QVl9VbmRlcmxpbmUSRl9QVl9TdHJpa2V0aHJvdWdoCkZfUFZfUGFpbnQIRl9QVl9QYW4MRl9QVl9PcGFjaXR5C0ZfUFZfRGVsZXRlC0ZfUFZfY3Vyc29yD0ZfUFZfcmlnaHRhcnJvdxBGX1BWX1N0cm9rZWNvbG9yCkZfUFZfUHJpbnQJRl9QVl9SZWRvCUZfUFZfRm9udAtGX1BWX1NoYXBlcw5GX1BWX2xlZnRhcnJvdxFGX1BWX1N0cm9rZXdlaWdodBNGX1BWX0Fubm90YXRpb25FZGl0DkZfUFZfVGh1bWJuYWlsCkZfUFZfU3RhbXAORl9QVl9QYWdlQnJlYWsPRl9QVl9TaW5nbGVQYWdlCEZfRXhwYW5kCkZfQ29sbGFwc2UORG91YmxlUmVzaXplXzIORG91YmxlUmVzaXplXzEOU2luZ2xlUmVzaXplXzEOU2luZ2xlUmVzaXplXzMOU2luZ2xlUmVzaXplXzIOU2luZ2xlUmVzaXplXzQLRHJhZ2FuZERyb3AHQXJyb3dVcAlBcnJvd0Rvd24KQXJyb3dyaWdodAlBcnJvd0xlZnQHR3JpcHBlchBOZXdfRmlsdGVyQWN0aXZlCU5ld19TaWdtYQ9OZXdfRmlsdGVyQ2xlYXINTmV3X1BWX0NvbHVtbgpOZXdfUFZfUm93Ck5ld19GaWx0ZXIHRlRfQ29kZQdGVF9HcmlkCEZUX3Bhc3RlCUZUX2RlbGV0ZQtGVF9kb3dubG9hZAZGVF9jdXQHRlRfTGlzdApGVF9yZWZyZXNoB0ZUX2luZm8NRlRfcmlnaHRhcnJvdw1GVF9vcGVuZm9sZGVyCEZUX2Nsb3NlDEZUX25ld2ZvbGRlcglGVF9yZW5hbWUHRlRfY29weQlGVF9zZWFyY2gJRlRfdXBsb2FkB0ZUX2JhY2sMRlRfc2VsZWN0YWxsB0ZUX3NvcnQJRlRfb3B0aW9uB0ZUX3RpY2sMRl9CcmVhZGNydW1iCEZfU2F2ZWFzBkZfR3JpZAxGX0dyYW5kdG90YWwIRl9EZWxldGUIRl9FeHBvcnQHRl9DaGFydAZGX0xvYWQIRl9SZW5hbWUMRl9GdWxsc2NyZWVuCkZfU3VidG90YWwLRl9OZXdSZXBvcnQSRl9OdW1iZXJGb3JtYXR0aW5nC0ZfQ1NWZXhwb3J0C0ZfUERGZXhwb3J0DUZfRXhjZWxFeHBvcnQGRl9TYXZlCEZvbnRUeXBlC0xpbmVTcGFjaW5nBExvY2sGSXRhbGljB0p1c3RpZnkOVGFibGVPZkNvbnRlbnQKUGFnZU51bWJlcg5IaWdobGlnaHRDb2xvcgRCb2xkCVN1YnNjcmlwdA1GX0FsaWduQ2VudGVyCUZvbnRDb2xvcglQYWdlU2V0dXALU3Ryb2tlU3R5bGUNU3RyaWtldGhyb3VnaAdQaWN0dXJlCEJvb2ttYXJrDkluY3JlYXNlSW5kZW50CEZfSGVhZGVyC1N1cGVyc2NyaXB0CU51bWJlcmluZwdCdWxsZXRzDkRlY3JlYXNlSW5kZW50DFNob3dIaWRlUGFuZQpBbGlnblJpZ2h0BkZvb3RlcghDbGVhckFsbA1PdXRzaWRlQm9yZGVyCkFsbEJvcmRlcnMNSW5zaWRlQm9yZGVycwRDZWxsB0ZfQnJlYWsLRl9QYWdlQnJlYWsKRl9OZXh0UGFnZQdBdXRvRml0EEZpeGVkQ29sdW1uV2lkdGgNQXV0b0ZpdFdpbmRvdwxCcmluZ0ZvcndhcmQKQnJpbmdGcm9udAhTZW5kYmFjawxTZW5kQmFja3dhcmQHVW5ncm91cAVHcm91cAVPcmRlcg9GX1NpbmdsZVVwQXJyb3cRRl9TaW5nbGVEb3duQXJyb3cSRl9TaW5nbGVSaWdodEFycm93EUZfU2luZ2xlTGVmdEFycm93EkZfRG91YmxlUmlnaHRBcnJvdxFGX0RvdWJsZUxlZnRBcnJvdwlab29tVG9GaXQIQWRkQWJvdmUIQWRkQmVsb3cGRl9MaW5lB0ZfQXJyb3cLRl9SZWN0YW5nbGUIRl9DaXJjbGUKRl9QZW50YWdhbghGX0xlbmd0aAtGX1BlcmltZXRlcgZGX0FyZWEIRl9SYWRpdXMIRl9Wb2x1bWUSRl9DaGFuZ2VTY2FsZVJhdGlvDEZfUHJvcGVydGllcwlGX0NvbW1lbnQKVGh1bWJzRG93bghUaHVtYnNVcAtUaHVtYnNEb3duMQlKUEdFeHBvcnQJUE5HRXhwb3J0CVNWR0V4cG9ydAxGX1NoZWV0c0xpc3QRRl9Gb3JtdWxhRnVuY3Rpb24MSGlkZWhlYWRpbmdzDUhpZGVHcmlkbGluZXMGRl9IaWRlC0ZfRHVwbGljYXRlB01zRXhjZWwJRXhwb3J0Q1NWCU1zRXhjZWw5NwNNRFgXRl9Db25kaXRpb25hbEZvcm1hdHRpbmcIRm9ybWF0X0YITmFtZWRzZXQLTy1BdHRyaWJ1dGUJRGltZW5zaW9uBkxldmVsMQZMZXZlbDIGTGV2ZWwzBkxldmVsNAZMZXZlbDULVXNlckRlZmluZWQDS1BJCkZfU29ydERvd24KRl9Tb3J0Tm9uZQhGX1NvcnRVcBBDYWxjdWxhdGVkTWVtYmVyCkN1c3RvbVNvcnQOU29ydERlc2NlbmRpbmcNU29ydEFzY2VuZGluZwpBZGRDb21tZW50BVJlcGx5CVNlbmRBcnJvdwtDb21tZW50TWFyaxFGX0hhbmRXcml0dGVuU2lnbgxGX01haW5GaWx0ZXIKVW5maWx0ZXJlZBBGaWx0ZXJlZFNvcnREZXNjCkZfU29ydERlc2MKRl9Tb3J0QXNjZRBGaWx0ZXJlZFNvcnRBc2NlCEZpbHRlcmVkCUZfUmVhcHBseQhGX1Jlb3BlbgdGX0dyb3VwCUZfVW5ncm91cAAAAA==) format("truetype"); +} + +.e-icons { + font-family: "e-icons"; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +/*! common core */ +.e-control, +.e-css { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; +} + +.e-error { + color: #a80000; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; +} + +.e-control, +.e-control [class^='e-'], +.e-control [class*=' e-'] { + box-sizing: border-box; +} + +.e-control:focus, +.e-control *:focus { + outline: none; +} + +.e-rtl { + direction: rtl; + text-align: right; +} + +.e-overlay { + background-color: #383838; + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-hidden { + display: none; +} + +.e-blazor-hidden { + visibility: hidden; +} + +.e-disabled { + background-image: none; + cursor: default; + filter: alpha(Opacity=35); + opacity: .35; +} + +.e-ul { + list-style-type: none; +} + +.e-prevent-select { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-warning { + color: #d83b01; +} + +.e-success { + color: #107c10; +} + +.e-information { + color: #333; +} + +.e-block-touch { + -ms-touch-action: pinch-zoom; + touch-action: pinch-zoom; +} + +/*! animation keyframes */ +@keyframes SlideLeftOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(-100%, 0); + } +} + +@keyframes SlideLeftIn { + from { + transform: translate(-100%, 0); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideRightIn { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideRightOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(100%, 0); + } +} + +@keyframes SlideBottomIn { + from { + transform: translate(0, 100%); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideBottomOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(0, 100%); + } +} + +@keyframes SlideTopIn { + from { + transform: translate(0, -100%); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideTopOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(0, -100%); + } +} + +@keyframes SlideRight { + from { + width: 0; + } + to { + width: 100%; + } +} + +@keyframes SlideLeft { + from { + width: 100%; + } + to { + width: 0; + } +} + +@keyframes SlideDown { + from { + height: 0; + } + to { + height: 100%; + } +} + +@keyframes SlideUp { + from { + height: 100%; + } + to { + height: 0; + } +} + +@keyframes FadeIn { + 0% { + filter: alpha(opacity=0); + opacity: 0; + } + 100% { + filter: alpha(opacity=100); + opacity: 1; + } +} + +@keyframes FadeOut { + from { + filter: alpha(opacity=100); + opacity: 1; + } + to { + filter: alpha(opacity=0); + opacity: 0; + } +} + +@keyframes ZoomIn { + from { + transform: translate(0, 0) scale(0); + } + to { + transform: translate(0, 0) scale(1); + } +} + +@keyframes ZoomOut { + from { + transform: translate(0, 0) scale(1); + } + to { + transform: translate(0, 0) scale(0); + } +} + +@keyframes FadeZoomIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: scale(0); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: scale(1); + } +} + +@keyframes FadeZoomOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: scale(1); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: scale(0); + } +} + +@keyframes FlipRightDownIn { + from { + transform: perspective(400px) rotateY(-180deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightDownOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(-180deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightUpIn { + from { + transform: perspective(400px) rotateY(135deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightUpOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftDownIn { + from { + transform: perspective(400px) rotateY(-180deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftDownOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftUpIn { + from { + transform: perspective(400px) rotateY(-135deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftUpOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg) perspective(200px); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYLeftIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateY(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYLeftOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(90deg); + } + 75% { + transform: perspective(850px) rotateY(125deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateY(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYRightIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateY(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(-90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYRightOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(-90deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateY(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXDownIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateX(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXDownOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(90deg); + } + 75% { + transform: perspective(850px) rotateX(125deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateX(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXUpIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateX(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(-90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXUpOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(-90deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateX(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +.e-ripple, +.e-ripple-style { + overflow: hidden; + position: relative; + transform: translate3d(0, 0, 0); +} + +.e-ripple-element, +.e-ripple-style::after { + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100%; + overflow: hidden; + pointer-events: none; + position: absolute; + transform: scale(0); + transition: opacity, transform 0ms cubic-bezier(0, 0.1, 0.2, 1); +} + +.e-ripple-style::after { + background: rgba(0, 0, 0, 0.3); + content: ''; + display: block; + height: 50%; + left: 25%; + opacity: 0; + top: 25%; + transform: scale(3); + transition: transform .5s, opacity .5s; + width: 50%; +} + +.e-ripple-style:active::after { + opacity: 1; + transform: scale(0); + transition: 0s; +} + +/*! component's theme wise override fabric-definitions and variables */ +/*! accordion icons */ +.e-accordion .e-tgl-collapse-icon::before { + content: '\e84f'; +} + +.e-accordion .e-tgl-collapse-icon.e-expand-icon { + transform: rotate(-180deg); +} + +/*! accordion layout */ +.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content, +.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-size: 16px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel { + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion { + border: 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 42px 0 36px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header { + padding: 0 42px 0 24px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content { + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header { + line-height: 49px; + min-height: 50px; + padding: 0 42px 0 12px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon { + height: 50px; + min-height: 50px; + min-width: 30px; + right: 12px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon { + display: inline-block; + padding: 0 14px 0 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content { + padding: 19px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content { + padding: 19px 19px 19px 45px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 19px 19px 19px 60px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 42px 0 24px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content { + padding: 19px 45px 19px 19px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 19px 60px 19px 19px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 36px 0 42px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header { + padding: 0 24px 0 42px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header { + padding: 0 12px 0 42px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon { + left: 12px; + right: auto; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + padding: 0 0 0 14px; +} + +.e-accordion { + display: block; + position: relative; +} + +.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item.e-selected { + padding-top: 0; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item { + overflow: hidden; + padding-top: ""; + position: relative; +} + +.e-accordion .e-acrdn-item.e-hide { + display: none; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-size: 14px; +} + +.e-accordion .e-acrdn-item.e-select > .e-acrdn-header { + cursor: pointer; +} + +.e-accordion .e-acrdn-item .e-acrdn-header { + line-height: 39px; + min-height: 40px; + overflow: hidden; + padding: 0 42px 0 12px; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-accordion .e-acrdn-item .e-acrdn-header > * { + display: inline-block; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon { + display: table; + font-size: 14px; + height: 40px; + min-height: 40px; + min-width: 24px; + position: absolute; + right: 12px; + top: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-tgl-collapse-icon.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation { + transition: .5s ease 0s; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + display: inline-block; + padding: 0 8px 0 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel { + font-size: 13px; + overflow-y: hidden; + text-decoration: none; + width: 100%; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion { + border: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 42px 0 36px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 45px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 60px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + line-height: 1.5; + overflow: hidden; + padding: 15px; + text-overflow: ellipsis; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content > * { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 42px 0 24px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header-content { + font-size: 14px; +} + +.e-accordion .e-acrdn-item .e-content-hide { + display: none; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 36px 0 42px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 24px 0 42px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 45px 15px 15px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 60px 15px 15px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header { + padding: 0 12px 0 42px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon { + left: 12px; + right: auto; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + padding: 0 0 0 8px; +} + +/*! accordion theme */ +.e-accordion { + -webkit-tap-highlight-color: transparent; + background: #fff; + border: 1px solid #eaeaea; +} + +.e-accordion .e-active { + background: #fff; +} + +.e-accordion .e-acrdn-item { + border-bottom: 1px solid #fff; + border-top: 1px solid #fff; +} + +.e-accordion .e-acrdn-item.e-item-focus { + border-bottom: 1px solid #f4f4f4; + border-top: 1px solid #f4f4f4; +} + +.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state { + border-top: 1px solid #d1ebff; +} + +.e-accordion .e-acrdn-item.e-expand-state.e-select { + border-bottom: 1px solid #d1ebff; + border-top: 1px solid #d1ebff; +} + +.e-accordion .e-acrdn-item .e-acrdn-header { + border: 1px solid #fff; +} + +.e-accordion .e-acrdn-item.e-overlay { + background: #fff; +} + +.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus { + border: 1px solid #666; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content { + color: #333; +} + +.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content { + color: #333; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + color: #333; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + color: #333; +} + +.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus { + border: 1px solid #666; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:hover { + border: 1px solid #f4f4f4; + background: #f4f4f4; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:active { + border: 1px solid #f4f4f4; + background: #f4f4f4; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:focus { + border: 1px solid #f4f4f4; + background: #f4f4f4; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header { + border: 1px solid #d1ebff; + background: #d1ebff; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon { + color: #333; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: #333; +} + +.e-accordion .e-acrdn-item.e-selected.e-select { + border-bottom: 1px solid #eaeaea; + border-top: 1px solid #eaeaea; +} + +.e-accordion .e-acrdn-item.e-selected + .e-selected { + border-top: 1px none #eaeaea; +} + +.e-accordion .e-acrdn-item.e-selected .e-selected:last-child { + border-bottom: 1px none #eaeaea; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content { + color: #333; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content { + color: #fff; +} + +.e-accordion .e-acrdn-item .e-toggle-icon { + color: #333; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel { + font-size: 13px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-dropdownbase .e-list-item .e-list-icon { + padding: 0 10px 0 0; +} + +.e-bigger .e-dropdownbase .e-list-item .e-list-icon, +.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 12px 0 0; +} + +.e-small .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 8px 0 0; +} + +.e-ddl.e-popup { + border: 0; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); + margin-top: 1px; +} + +.e-ddl.e-popup .e-input-group input { + line-height: 15px; +} + +.e-ddl.e-popup .e-input-group { + display: -ms-flexbox; + display: flex; + width: auto; +} + +.e-ddl.e-popup .e-filter-parent { + border-left-width: 0; + border-right-width: 0; +} + +.e-bigger .e-popup.e-ddl-device-filter { + margin-top: 0; +} + +.e-bigger .e-ddl.e-popup .e-list-item, +.e-bigger .e-ddl.e-popup .e-list-group-item, +.e-bigger .e-ddl.e-popup .e-fixed-head { + font-size: 15px; + line-height: 45px; + padding-left: 0; + text-indent: 16px; +} + +.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item { + padding-left: 4px; +} + +.e-bigger .e-ddl.e-popup .e-input-group { + padding: 4px 0; +} + +.e-bigger .e-ddl.e-popup .e-input-group input, +.e-bigger .e-ddl.e-popup .e-input-group input.e-input { + height: 38px; +} + +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active, +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active, +.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover { + background: transparent; + color: #333; +} + +.e-bigger.e-small .e-ddl.e-popup .e-list-item, +.e-bigger.e-small .e-ddl.e-popup .e-list-group-item, +.e-bigger.e-small .e-ddl.e-popup .e-fixed-head { + font-size: 14px; + line-height: 40px; + padding-left: 0; + text-indent: 16px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item { + padding-left: 4px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-input-group { + padding: 0; +} + +.e-bigger.e-small .e-ddl.e-popup .e-input-group input, +.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input { + height: 34px; +} + +.e-ddl .e-search-icon::before { + content: '\e97d'; +} + +.e-ddl .e-back-icon::before { + content: '\e962'; +} + +.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before { + content: '\e966'; + font-family: 'e-icons'; +} + +.e-bigger .e-input-group.e-ddl .e-input-filter, +.e-bigger .e-input-group.e-ddl .e-input-filter:focus { + margin-left: -20px; +} + +.e-bigger .e-ddl.e-popup .e-list-item, +.e-bigger .e-ddl.e-popup .e-list-group-item { + font-size: 15px; +} + +.e-bigger .e-ddl.e-popup .e-input-group { + padding: 4px 0; +} + +.e-popup-full-page { + bottom: 0; + left: 0; + margin: 0; + overflow: hidden; + padding: 0; + right: 0; + top: 0; +} + +.e-ddl.e-control-wrapper .e-ddl-disable-icon { + position: relative; +} + +.e-ddl.e-control-wrapper .e-ddl-disable-icon::before { + content: ''; +} + +.e-ddl-device-filter .e-filter-parent { + background-color: #fff; +} + +.e-ddl input.e-input::-webkit-contacts-auto-fill-button { + display: none; + pointer-events: none; + position: absolute; + right: 0; + visibility: hidden; +} + +.e-filter-parent { + border: 1px solid #c8c8c8; + border-top-width: 0; + box-shadow: 0; + display: block; + padding: 5px; +} + +.e-ddl.e-input-group:not(.e-disabled) { + cursor: pointer; +} + +.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, +.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after { + width: 0; +} + +.e-ddl.e-popup { + background: #fff; + border: 1px solid #eaeaea; + position: absolute; +} + +.e-ddl.e-popup .e-search-icon { + margin: 0; + opacity: .57; + padding: 8px; +} + +.e-ddl.e-popup .e-filter-parent .e-back-icon { + padding: 0; +} + +.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, +.e-ddl.e-popup .e-filter-parent .e-input-filter, +.e-ddl.e-popup .e-filter-parent .e-input-filter:focus { + padding: 0 12px; +} + +.e-ddl.e-popup .e-input-group { + margin-bottom: 0; +} + +.e-ddl.e-popup .e-ddl-footer, +.e-ddl.e-popup .e-ddl-header { + cursor: default; +} + +.e-ddl.e-input-group .e-ddl-hidden { + border: 0; + height: 0; + visibility: hidden; + width: 0; +} + +.e-ddl.e-input-group, +.e-ddl.e-input-group.e-input-focus:focus { + outline: none; +} + +.e-dropdownbase .e-list-item .e-highlight { + display: inline; + font-weight: bold; + vertical-align: baseline; +} + +.e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide), +.e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide), +.e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) { + opacity: 1; +} + +.e-ddl.e-input-group .e-input-value, +.e-ddl.e-input-group .e-input-value:focus { + font-family: inherit; + font-size: 14px; + height: auto; + margin: 0; + outline: none; + width: 100%; +} + +.e-ddl.e-input-group input[readonly].e-input, +.e-ddl.e-input-group input[readonly], +.e-ddl.e-input-group .e-dropdownlist { + pointer-events: none; +} + +ejs-autocomplete, +ejs-combobox, +ejs-dropdownlist { + display: block; +} + +.e-small .e-ddl.e-popup .e-list-item, +.e-small .e-ddl.e-popup .e-list-group-item, +.e-input-group.e-ddl.e-small .e-list-item, +.e-input-group.e-ddl.e-small .e-list-group-item { + font-size: 13px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-list-item, +.e-bigger.e-small .e-ddl.e-popup .e-list-group-item, +.e-bigger .e-input-group.e-ddl.e-small .e-list-item, +.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item { + font-size: 14px; +} + +.e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-content-placeholder.e-combobox.e-placeholder-combobox { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox, +.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox { + background-size: 300px 40px; + min-height: 40px; +} + +.e-popup { + border-color: #eaeaea; +} + +.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text, +.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text { + color: #333; +} + +.e-float-input .e-clear-icon::before, +.e-float-input.e-control-wrapper .e-clear-icon::before { + content: '\e953'; + font-family: 'e-icons'; +} + +.e-input-group .e-clear-icon::before, +.e-input-group.e-control-wrapper .e-clear-icon::before { + content: '\e953'; + font-family: 'e-icons'; +} + +/*! input layout */ +.e-input-group, +.e-input-group.e-control-wrapper { + display: table; + line-height: 1.4; + margin-bottom: 0; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + border: 0 solid; + border-width: 1px; + height: auto; + line-height: inherit; + margin: 0; + margin-bottom: 0; + outline: none; + padding: 0; + text-indent: 10px; + width: 100%; +} + +input.e-input, +textarea.e-input, +.e-input-group, +.e-input-group.e-control-wrapper { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + font: inherit; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group input, +input.e-input:focus, +.e-input-group input.e-input:focus, +.e-input-group input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-input-group.e-control-wrapper input:focus, +.e-float-input input:focus, +.e-float-input.e-input-group input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input.e-control-wrapper.e-input-group input:focus { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-input-focus input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input, +.e-float-input.e-input-focus input, +.e-float-input.e-input-group.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-group.e-input-focus input { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group input, +.e-input-group, +.e-input-group.e-control-wrapper, +.e-float-input, +.e-float-input.e-control-wrapper { + border-radius: 0; +} + +.e-input:focus { + border-width: 1px; + padding-bottom: 0; +} + +.e-input.e-small:focus { + border-width: 1px; + padding-bottom: 0; +} + +.e-input.e-bigger:focus, +.e-bigger .e-input:focus { + padding-bottom: 0; +} + +.e-input.e-small.e-bigger:focus, +.e-bigger .e-input.e-small:focus { + padding-bottom: 0; +} + +.e-input-group input.e-input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-input-group textarea.e-input:focus, +.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input { + padding: 0; +} + +input.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-bigger input.e-input, +.e-bigger textarea.e-input, +.e-input-group.e-bigger, +.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-input-group.e-control-wrapper, +.e-input-group.e-bigger.e-disabled, +.e-bigger .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-input-group.e-control-wrapper.e-disabled { + font-size: 15px; +} + +.e-input-group.e-bigger .e-input, +.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + font: inherit; +} + +input.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-input-group.e-bigger .e-input, +.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger input.e-input, +.e-bigger textarea.e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + line-height: inherit; + margin-bottom: 0; + padding: 0; +} + +.e-input-group.e-bigger .e-input:focus, +.e-bigger .e-input-group .e-input:focus, +.e-input-group.e-control-wrapper.e-bigger .e-input:focus, +.e-bigger .e-input-group.e-control-wrapper .e-input:focus, +.e-input-group.e-bigger.e-input-focus .e-input, +.e-bigger .e-input-group.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input { + padding: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + -ms-flex-align: center; + align-items: center; + border: 0 solid; + border-width: 0; + box-sizing: content-box; + cursor: pointer; + -ms-flex-direction: column; + flex-direction: column; + font-size: 12px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-height: 30px; + min-width: 30px; + padding: 0; + text-align: center; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + min-height: 38px; + min-width: 38px; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 12px; + padding: 0; +} + +.e-input[disabled], +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-disabled input, +.e-input-group.e-disabled input.e-input, +.e-input-group.e-disabled textarea, +.e-input-group.e-disabled textarea.e-input, +.e-input-group.e-control-wrapper.e-disabled, +.e-input-group.e-control-wrapper.e-disabled input, +.e-input-group.e-control-wrapper.e-disabled input.e-input, +.e-input-group.e-control-wrapper.e-disabled textarea, +.e-input-group.e-control-wrapper.e-disabled textarea.e-input, +.e-float-input.e-disabled input, +.e-float-input.e-disabled textarea, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled textarea, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled, +.e-input-group.e-disabled span, +.e-input-group.e-control-wrapper.e-disabled span { + cursor: not-allowed; +} + +.e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled { + border-color: #f4f4f4; + border-style: solid; +} + +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled { + border-bottom-style: solid; + border-width: 1px; +} + +.e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input.e-disabled, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled input { + filter: alpha(opacity=100); + opacity: 1; +} + +.e-input.e-rtl, +.e-input-group.e-rtl, +.e-input-group.e-control-wrapper.e-rtl { + direction: rtl; +} + +.e-input.e-corner { + border-radius: 0; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.e-float-input:not(.e-input-group), +.e-float-input.e-control-wrapper:not(.e-input-group) { + display: inline-block; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + display: -ms-flexbox; + display: flex; +} + +.e-input-group .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper .e-input-group-icon:first-child { + border-left-width: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + white-space: nowrap; +} + +.e-input-group .e-input-group-icon:not(:last-child), +.e-input-group.e-control-wrapper .e-input-group-icon:not(:last-child) { + border-right-width: 0; +} + +.e-input + .e-input-group-icon, +.e-input-group .e-input + .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input + .e-input-group-icon { + border-left-width: 0; +} + +.e-input-group.e-corner .e-input:first-child, +.e-input-group.e-corner .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-corner .e-input:first-child, +.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-input-group.e-corner .e-input:last-child, +.e-input-group.e-corner .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-corner .e-input:last-child, +.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-input-group.e-rtl .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child { + border-left-width: 0; + border-right-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child { + border-left-width: 0; + border-right-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon:not(:last-child), +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:not(:last-child) { + border-left-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon + .e-input, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon + .e-input { + border-right-width: 0; +} + +input.e-input.e-small, +textarea.e-input.e-small, +.e-small input.e-input, +.e-small textarea.e-input, +.e-input-group.e-small, +.e-small .e-input-group, +.e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-control-wrapper, +.e-input-group.e-small.e-disabled, +.e-small .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-input-group.e-control-wrapper.e-disabled { + font-size: 13px; +} + +.e-input-group.e-small .e-input, +.e-input-group.e-small.e-control-wrapper .e-input, +.e-small .e-input-group .e-input, +.e-small .e-input-group.e-control-wrapper .e-input { + font: inherit; +} + +.e-input.e-small, +.e-input-group.e-small .e-input, +.e-input-group.e-control-wrapper.e-small .e-input { + line-height: inherit; + padding: 0; +} + +.e-input-group.e-small .e-input:focus, +.e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-input-group.e-small.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 0; +} + +.e-input.e-small.e-bigger, +.e-input-group.e-small.e-bigger, +.e-small.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-input-group.e-control-wrapper, +.e-bigger .e-input.e-small, +.e-small .e-input.e-bigger, +.e-bigger .e-input-group.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-bigger, +.e-small .e-input-group.e-control-wrapper.e-bigger { + font-size: 14px; +} + +.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-input.e-small.e-disabled, +.e-small .e-input.e-bigger.e-disabled, +.e-bigger .e-input-group.e-small.e-disabled, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-input-group.e-bigger.e-disabled, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 14px; +} + +.e-input.e-small.e-bigger, +.e-bigger .e-input.e-small, +.e-small .e-input.e-bigger { + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input, +.e-input-group.e-small .e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input, +.e-input-group.e-control-wrapper.e-small .e-input.e-bigger, +.e-bigger .e-input-group.e-small .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input { + font: inherit; + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input:focus, +.e-input-group.e-small .e-input.e-bigger:focus, +.e-bigger .e-input-group.e-small .e-input:focus, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus, +.e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-input-group.e-small.e-bigger.e-input-focus .e-input, +.e-input-group.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-input-group.e-small.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 0; +} + +.e-input-group.e-small .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-input-group .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 10px; + min-height: 24px; + min-width: 24px; + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon { + font-size: 12px; + min-height: 34px; + min-width: 34px; + padding: 0; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; + font-weight: 400; + left: 0; + overflow: hidden; + padding-left: 10px; + pointer-events: none; + position: absolute; + text-overflow: ellipsis; + top: -11px; + transform: translate3d(0, 16px, 0) scale(1); + transform-origin: left top; + transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: -11px; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + -moz-transform: translate(0%, -50%); + -ms-transform: translate(0%, -50%); + -o-transform: translate(0%, -50%); + -webkit-transform: translate(0%, -50%); + box-sizing: border-box; + left: 0%; + top: 50%; + transform: translate(0%, -50%); + width: 100%; + font-style: normal; +} + +.e-float-input.e-bigger label.e-float-text, +.e-float-input label.e-float-text.e-bigger, +.e-float-input input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input label.e-float-text, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 15px; +} + +.e-float-input.e-small label.e-float-text, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-float-input.e-small.e-bigger label.e-float-text, +.e-bigger .e-float-input.e-small label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; +} + +.e-float-input input:focus ~ label.e-float-text, +.e-float-input input:valid ~ label.e-float-text, +.e-float-input input ~ label.e-label-top.e-float-text, +.e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text, +.e-float-input.e-input-focus input ~ label.e-float-text { + font-size: 12px; + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); +} + +.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-bigger .e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); +} + +.e-float-input.e-bigger.e-small input:focus ~ label.e-float-text, +.e-float-input.e-bigger.e-small input:valid ~ label.e-float-text, +.e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input label.e-float-text.e-label-top, +.e-small .e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-small .e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-small .e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text, +.e-small .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text { + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); +} + +.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-size: 13px; + padding-right: 0; + top: 14px; +} + +.e-float-input.e-small input:focus ~ label.e-float-text, +.e-float-input.e-small input:valid ~ label.e-float-text, +.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-float-input input ~ label.e-label-top.e-float-text, +.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 11px; + padding-right: 0; + top: 17px; +} + +.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-small input[disabled] ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 12px; + padding-right: 0; + top: 16px; +} + +.e-float-input, +.e-float-input.e-control-wrapper { + line-height: 1.4; + margin-bottom: 0; + margin-top: 28px; + padding-top: 0; + position: relative; + width: 100%; +} + +.e-float-input.e-bigger, +.e-bigger .e-float-input, +.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-float-input.e-control-wrapper { + line-height: 1.5; + margin-bottom: 0; + margin-top: 28px; + padding-top: 0; + position: relative; + width: 100%; +} + +.e-float-input.e-small, +.e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper { + line-height: 1.35; + margin-bottom: 0; + margin-top: 25px; + padding-top: 0; +} + +.e-float-input.e-small.e-bigger, +.e-bigger.e-small .e-float-input.e-small, +.e-bigger .e-float-input.e-small, +.e-small .e-float-input.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-small, +.e-bigger .e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper.e-bigger { + line-height: 1.4; + margin-bottom: 0; + margin-top: 26px; + padding-top: 0; +} + +.e-input-group.e-bigger, +.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-input-group.e-control-wrapper { + line-height: 1.5; +} + +.e-input-group.e-small, +.e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group, +.e-small .e-input-group.e-control-wrapper, +.e-input-group.e-small.e-bigger, +.e-bigger.e-small .e-input-group.e-small, +.e-bigger .e-input-group.e-small, +.e-small .e-input-group.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-input-group.e-control-wrapper.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-control-wrapper.e-bigger { + line-height: normal; +} + +.e-float-input.e-no-float-label, +.e-float-input.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-no-float-label, +.e-float-input.e-small.e-no-float-label, +.e-small .e-float-input.e-no-float-label, +.e-float-input.e-small.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-small.e-no-float-label, +.e-small .e-float-input.e-bigger.e-no-float-label, +.e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-small.e-no-float-label, +.e-small .e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-no-float-label, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-no-float-label { + margin-top: 0; +} + +.e-float-input, +.e-float-input.e-control-wrapper, +.e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-float-input input, +.e-float-input textarea, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper textarea { + border: 0 solid; + border-width: 1px; + display: block; + font: inherit; + width: 100%; +} + +.e-float-input input, +.e-float-input.e-control-wrapper input { + min-width: 0; + padding: 0; +} + +.e-float-input input, +.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-input-group.e-control-wrapper input { + text-indent: 10px; +} + +.e-float-input textarea, +.e-input-group textarea, +.e-float-input.e-control-wrapper textarea, +.e-input-group.e-control-wrapper textarea { + text-indent: 10px; +} + +.e-float-input.e-bigger, +.e-bigger .e-float-input, +.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-float-input.e-control-wrapper { + font-size: 15px; +} + +.e-float-input.e-bigger.e-disabled, +.e-bigger .e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-bigger.e-disabled, +.e-bigger .e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 15px; +} + +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-bigger .e-float-input input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input.e-small, +.e-small .e-float-input, +.e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper { + font-size: 13px; +} + +.e-float-input.e-small.e-disabled, +.e-small .e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 13px; +} + +.e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input.e-small.e-bigger, +.e-small.e-bigger .e-float-input, +.e-bigger .e-float-input.e-small, +.e-small .e-float-input.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-float-input.e-control-wrapper, +.e-bigger .e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper.e-bigger { + font-size: 14px; +} + +.e-float-input.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-disabled, +.e-bigger .e-float-input.e-small.e-disabled, +.e-small .e-float-input.e-bigger.e-disabled, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-disabled, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-float-input.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-input-group.e-disabled, +.e-bigger .e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-bigger.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 14px; +} + +.e-float-input.e-small.e-bigger input, +.e-float-input.e-small input.e-bigger, +.e-bigger .e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input textarea:focus, +.e-float-input.e-control-wrapper textarea:focus, +.e-float-input.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus input { + outline: none; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text { + font-family: inherit; +} + +.e-float-input input:valid ~ label.e-float-text, +.e-float-input input:focus ~ label.e-float-text, +.e-float-input input:valid ~ label.e-float-text.e-label-top, +.e-float-input input ~ label.e-float-text.e-label-top, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, +.e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top, +.e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.e-float-input textarea:valid ~ label.e-float-text, +.e-float-input textarea:focus ~ label.e-float-text, +.e-float-input textarea:valid ~ label.e-float-text.e-label-top, +.e-float-input textarea ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-weight: 400; +} + +.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-weight: 400; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + bottom: 0; + content: ''; + height: 2px; + position: absolute; + transition: .2s ease; + width: 0; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before { + left: 50%; +} + +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + right: 50%; +} + +.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before, +.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before, +.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after, +.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after, +.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before, +.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after { + width: 50%; +} + +.e-float-input .e-float-line, +.e-float-input.e-control-wrapper .e-float-line { + display: block; + position: relative; + width: 100%; +} + +.e-float-input.e-rtl, +.e-float-input.e-control-wrapper.e-rtl { + direction: rtl; +} + +.e-float-input.e-rtl label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl label.e-float-text, +.e-rtl .e-float-input label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper label.e-float-text { + right: 0; + transform-origin: right top; +} + +.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-input-group.e-corner.e-rtl .e-input:first-child, +.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-input-group.e-corner.e-rtl .e-input:last-child, +.e-input-group.e-corner.e-rtl .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-input-group.e-warning::before, +.e-input-group.e-control-wrapper.e-warning::before { + content: ''; +} + +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled { + background: transparent; + background-image: none; + cursor: not-allowed; +} + +.e-input-group.e-corner.e-rtl input.e-input:only-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child { + border-radius: 0; +} + +.e-input-group.e-rtl .e-input:not(:first-child):focus, +.e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus { + border-right-width: 0; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input { + min-width: 0; + width: 100%; +} + +.e-input-group input.e-input, +.e-input-group textarea.e-input, +.e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]), +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) { + border: 0 solid; + border-width: 0; +} + +.e-input-group input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-bigger .e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger .e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + margin-bottom: 0; +} + +.e-input-group::before, +.e-input-group::after, +.e-input-group.e-control-wrapper::before, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group::before, +.e-input-group.e-control-wrapper::before { + content: ''; +} + +.e-input-group.e-input-focus::before, +.e-input-group.e-input-focus::after, +.e-input-group.e-control-wrapper.e-input-focus::before, +.e-input-group.e-control-wrapper.e-input-focus::after { + content: ''; +} + +.e-input-group::after, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + position: relative; + width: 100%; +} + +.e-input-group .e-input-group-icon:hover, +.e-input-group.e-rtl.e-corner .e-input-group-icon:hover, +.e-input-group.e-control-wrapper .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-rtl.e-corner .e-input-group-icon:hover { + border-radius: 0; +} + +.e-input.e-small, +.e-input-group.e-small, +.e-input-group.e-control-wrapper.e-small { + margin-bottom: 0; +} + +.e-input.e-small.e-bigger, +.e-input-group.e-small.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger .e-input.e-small, +.e-bigger .e-input-group.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small { + line-height: inherit; + margin-bottom: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-bigger .e-input-group-icon, +.e-float-input.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group.e-small .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-small .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-input-group .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small .e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group .e-input-group-icon:last-child, +.e-input-group.e-bigger .e-input-group-icon:last-child, +.e-input-group .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-input-group .e-input-group-icon:last-child, +.e-input-group.e-small .e-input-group-icon:last-child, +.e-input-group.e-small.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-small .e-input-group-icon.e-bigger:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger:last-child, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child, +.e-bigger .e-input-group.e-small .e-input-group-icon:last-child { + margin-right: 0; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + border-bottom: 1px solid; +} + +.e-input-group, +.e-input-group.e-success, +.e-input-group.e-warning, +.e-input-group.e-error, +.e-input-group.e-control-wrapper, +.e-input-group.e-control-wrapper.e-success, +.e-input-group.e-control-wrapper.e-warning, +.e-input-group.e-control-wrapper.e-error { + border: 1px solid; + border-width: 1px; +} + +.e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus, +.e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus { + border-right-width: 0; +} + +.e-input-group.e-input-focus.e-corner, +.e-input-group.e-control-wrapper.e-input-focus.e-corner { + border-radius: 0; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap { + background: #f4f4f4; + color: #a6a6a6; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-disabled, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-disabled { + border-style: solid; +} + +.e-float-custom-tag, +.e-float-custom-tag.e-control-wrapper { + display: inline-block; +} + +.e-float-custom-tag.e-input-group, +.e-float-custom-tag.e-input-group.e-control-wrapper, +.e-input-custom-tag, +.e-input-custom-tag.e-input-group, +.e-input-custom-tag.e-input-group.e-control-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + content: ''; +} + +.e-input-group:not(.e-filled) .e-input-group-icon::after, +.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after { + content: ''; +} + +.e-input-group .e-input-group-icon.e-input-btn-ripple::after, +.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after { + content: ''; +} + +input.e-input::-ms-clear, +.e-float-input input::-ms-clear, +.e-float-input.e-control-wrapper input::-ms-clear { + display: none; +} + +.e-float-input.e-input-group .e-float-line, +.e-float-input.e-input-group.e-control-wrapper .e-float-line, +.e-float-input.e-control-wrapper.e-input-group .e-float-line, +.e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line { + bottom: -1px; + position: absolute; +} + +.e-float-input.e-input-group input, +.e-float-input.e-input-group textarea, +.e-float-input.e-input-group.e-control-wrapper input, +.e-float-input.e-input-group.e-control-wrapper textarea { + border: 0; +} + +.e-float-input.e-input-group .e-float-line, +.e-float-input.e-input-group .e-float-text, +.e-float-input.e-input-group.e-control-wrapper .e-float-line, +.e-float-input.e-input-group.e-control-wrapper .e-float-text { + right: 0; +} + +input.e-input::-webkit-input-placeholder, +input.e-input:-moz-placeholder, +input.e-input:-ms-input-placeholder, +input.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +textarea.e-input::-webkit-input-placeholder, +textarea.e-input:-moz-placeholder, +textarea.e-input:-ms-input-placeholder, +textarea.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-bigger input.e-input::-webkit-input-placeholder, +input.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger input.e-input:-moz-placeholder, +input.e-bigger.e-input:-moz-placeholder, +.e-bigger input.e-input:-ms-input-placeholder, +input.e-bigger.e-input:-ms-input-placeholder, +.e-bigger input.e-input::-moz-placeholder, +input.e-bigger.e-input::-moz-placeholder { + font-size: 15px; + font-style: normal; +} + +.e-bigger textarea.e-input::-webkit-input-placeholder, +textarea.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger textarea.e-input:-moz-placeholder, +textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-input:-ms-input-placeholder, +textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-input::-moz-placeholder, +textarea.e-bigger.e-input::-moz-placeholder { + font-size: 15px; + font-style: normal; +} + +.e-small input.e-input::-webkit-input-placeholder, +input.e-small.e-input::-webkit-input-placeholder, +.e-small input.e-input:-moz-placeholder, +input.e-small.e-input:-moz-placeholder, +.e-small input.e-input:-ms-input-placeholder, +input.e-small.e-input:-ms-input-placeholder, +.e-small input.e-input::-moz-placeholder, +input.e-small.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +.e-small textarea.e-input::-webkit-input-placeholder, +textarea.e-small.e-input::-webkit-input-placeholder, +.e-small textarea.e-input:-moz-placeholder, +textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-input:-ms-input-placeholder, +textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-input::-moz-placeholder, +textarea.e-small.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +.e-bigger input.e-small.e-input::-webkit-input-placeholder, +.e-small input.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger input.e-small.e-input:-moz-placeholder, +.e-small input.e-bigger.e-input:-moz-placeholder, +.e-bigger input.e-small.e-input:-ms-input-placeholder, +.e-small input.e-bigger.e-input:-ms-input-placeholder, +.e-bigger input.e-small.e-input::-moz-placeholder, +.e-small input.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-bigger textarea.e-small.e-input::-webkit-input-placeholder, +.e-small textarea.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger intextareaput.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-small.e-input::-moz-placeholder, +.e-small textarea.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input::-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input::-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input:-ms-input-placeholder { + font-style: normal; +} + +textarea.e-input:-ms-input-placeholder { + font-style: normal; +} + +input.e-input::-webkit-input-placeholder { + font-style: normal; + -webkit-user-select: none; + user-select: none; +} + +textarea.e-input::-webkit-input-placeholder { + font-style: normal; + -webkit-user-select: none; + user-select: none; +} + +input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 30px; +} + +.e-float-input:not(.e-input-group) input, +.e-float-input.e-control-wrapper:not(.e-input-group) input { + box-sizing: border-box; + height: 32px; +} + +input.e-input.e-bigger, +.e-input-group.e-bigger input, +.e-input-group.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-bigger input, +.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-input-group input, +.e-bigger .e-input-group input.e-input, +.e-bigger .e-input-group.e-control-wrapper input, +.e-bigger .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-bigger input, +.e-float-input.e-bigger input.e-input, +.e-bigger .e-float-input input, +.e-bigger .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-float-input.e-control-wrapper input, +.e-bigger .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 38px; +} + +.e-float-input.e-bigger:not(.e-input-group) input, +.e-float-input.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-float-input:not(.e-input-group) input, +.e-bigger .e-float-input:not(.e-input-group) input.e-input, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 40px; +} + +input.e-input.e-small, +.e-input-group.e-small input, +.e-input-group.e-small input.e-input, +.e-small .e-input-group input, +.e-small .e-input-group input.e-input, +.e-input-group.e-control-wrapper.e-small input, +.e-input-group.e-control-wrapper.e-small input.e-input, +.e-small .e-input-group.e-control-wrapper input, +.e-small .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-small input, +.e-float-input.e-small input.e-input, +.e-small .e-float-input input, +.e-small .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-small input, +.e-float-input.e-control-wrapper.e-small input.e-input, +.e-small .e-float-input.e-control-wrapper input, +.e-small .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 24px; +} + +.e-float-input.e-small:not(.e-input-group) input, +.e-float-input.e-small:not(.e-input-group) input.e-input, +.e-small .e-float-input:not(.e-input-group) input, +.e-small .e-float-input:not(.e-input-group) input.e-input +.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input, +.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 26px; +} + +input.e-input.e-small.e-bigger, +.e-input-group.e-bigger.e-small input, +.e-input-group.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-input-group input, +.e-bigger.e-small .e-input-group input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small input, +.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper input, +.e-bigger.e-small .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-bigger.e-small input, +.e-float-input.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-float-input input, +.e-bigger.e-small .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small input, +.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper input, +.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 34px; +} + +.e-float-input.e-bigger.e-small:not(.e-input-group) input, +.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-float-input:not(.e-input-group) input, +.e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 36px; +} + +textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + box-sizing: border-box; + height: auto; +} + +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-input-group.e-bigger textarea, +.e-input-group.e-bigger textarea.e-input, +.e-bigger .e-input-group textarea, +.e-bigger .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger textarea, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger textarea, +.e-float-input.e-bigger textarea.e-input, +.e-bigger .e-float-input textarea, +.e-bigger .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-float-input.e-control-wrapper textarea, +.e-bigger .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: auto; +} + +textarea.e-input.e-small, +.e-input-group.e-small textarea, +.e-input-group.e-small textarea.e-input, +.e-small .e-input-group textarea, +.e-small .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea, +.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-small textarea, +.e-float-input.e-small textarea.e-input, +.e-small .e-float-input textarea, +.e-small .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-input, +.e-small .e-float-input.e-control-wrapper textarea, +.e-small .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: auto; +} + +textarea.e-input.e-small.e-bigger, +.e-input-group.e-bigger.e-small textarea, +.e-input-group.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-input-group textarea, +.e-bigger.e-small .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger.e-small textarea, +.e-float-input.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-float-input textarea, +.e-bigger.e-small .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: auto; +} + +input.e-input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-input-group.e-bigger .e-input, +.e-input-group.e-control-wrapper.e-bigger .e-input, +.e-bigger input.e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input, +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-bigger .e-float-input input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input { + text-indent: 12px; +} + +input.e-input.e-small, +.e-input-group input.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input.e-small, +.e-input-group.e-small .e-input, +.e-input-group.e-control-wrapper.e-small .e-input, +.e-small input.e-input, +.e-small .e-input-group .e-input, +.e-small .e-input-group.e-control-wrapper .e-input, +.e-float-input.e-small input, +.e-float-input input.e-small, +.e-small .e-float-input input, +.e-float-input.e-control-wrapper.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-small .e-float-input.e-control-wrapper input { + text-indent: 10px; +} + +textarea.e-input.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small, +.e-small input.e-input, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-small .e-float-input textarea, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-float-input.e-control-wrapper textarea { + text-indent: 10px; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input.e-input, +.e-float-input.e-control-wrapper input, +.e-input-group input.e-input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input input:focus, +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-control-wrapper.e-input-focus input, +.e-float-input.e-input-focus input { + padding-left: 10px; + text-indent: 0; +} + +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea.e-input, +.e-float-input.e-control-wrapper textarea, +.e-input-group textarea.e-input:focus, +.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-float-input.e-control-wrapper textarea:focus, +.e-float-input textarea:focus { + padding-left: 10px; + text-indent: 0; +} + +input.e-input.e-rtl, +.e-input-group.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-float-input.e-rtl input, +.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-input-group input.e-input, +.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-rtl .e-float-input input, +.e-rtl .e-float-input.e-control-wrapper input, +.e-input-group.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-float-input.e-rtl input, +.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-input-group input.e-input, +.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-rtl .e-float-input input, +.e-rtl .e-float-input.e-control-wrapper input, +.e-input-group.e-rtl input.e-input:focus, +.e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-float-input.e-rtl input:focus, +.e-float-input.e-control-wrapper.e-rtl input:focus, +.e-rtl .e-input-group input.e-input:focus, +.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-rtl .e-float-input input:focus, +.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-input-group.e-rtl.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-rtl .e-input-group.e-input-focus input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-rtl.e-input-focus input, +.e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-rtl .e-float-input.e-input-focus input, +.e-rtl .e-float-input.e-control-wrapper.e-input-focus input { + padding-left: 0; + padding-right: 10px; + text-indent: 0; +} + +textarea.e-input.e-rtl, +.e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-rtl .e-float-input:not(.e-outline) textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-rtl .e-float-input:not(.e-outline) textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-float-input:not(.e-outline).e-rtl textarea:focus, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus { + padding-right: 10px; + text-indent: 0; +} + +input.e-input.e-small, +.e-small input.e-input, +.e-input-group.e-small input.e-input, +.e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-float-input.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-input-group input.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-float-input input, +.e-small .e-float-input.e-control-wrapper input, +.e-small .e-input-group input.e-input, +.e-small .e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-small input.e-input:focus, +.e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-float-input.e-small input:focus, +.e-float-input.e-control-wrapper.e-small input:focus, +.e-small .e-input-group.e-control-wrapper input.e-input:focus, +.e-small .e-input-group input.e-input:focus, +.e-small .e-float-input input:focus, +.e-small .e-float-input.e-control-wrapper input:focus, +.e-input-group.e-small.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small .e-input-group.e-input-focus input.e-input, +.e-float-input.e-small.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus.e-small input, +.e-small .e-float-input.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-input-focus input { + padding-left: 10px; + text-indent: 0; +} + +textarea.e-input.e-small, +.e-small textarea.e-input, +.e-input-group.e-small textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper textarea.e-input.e-small, +.e-small .e-float-input.e-control-wrapper textarea, +.e-small .e-float-input textarea, +.e-small .e-input-group textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-small textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-float-input.e-small textarea:focus, +.e-float-input.e-control-wrapper.e-small textarea:focus, +.e-small .e-input-group textarea.e-input:focus, +.e-small .e-input-group.e-control-wrapper textarea.e-input:focus, +.e-small .e-float-input.e-control-wrapper textarea:focus, +.e-small .e-float-input textarea:focus { + padding-left: 10px; + text-indent: 0; +} + +.e-rtl input.e-input.e-small, +input.e-input.e-small.e-rtl, +.e-small.e-rtl input.e-input, +.e-small input.e-input.e-rtl, +.e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-float-input.e-small.e-rtl input, +.e-input-group.e-small.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-rtl .e-float-input.e-small input, +.e-rtl .e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-input-group.e-small input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-rtl input.e-small, +.e-float-input.e-control-wrapper.e-rtl input.e-small, +.e-input-group.e-rtl input.e-input.e-small, +.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small, +.e-rtl .e-float-input input.e-small, +.e-rtl .e-float-input.e-control-wrapper input.e-small, +.e-rtl .e-input-group input.e-input.e-small, +.e-rtl .e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-float-input.e-rtl input, +.e-small .e-float-input.e-control-wrapper.e-rtl input, +.e-small .e-input-group.e-rtl input.e-input, +.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-small.e-rtl .e-float-input.e-control-wrapper input, +.e-small.e-rtl .e-float-input input, +.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-small.e-rtl .e-input-group input.e-input, +.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-small.e-rtl .e-input-group input.e-input:focus, +.e-small.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-small.e-rtl .e-float-input input:focus, +.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-small .e-input-group.e-rtl input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-rtl input:focus, +.e-small .e-float-input.e-rtl input:focus, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-rtl.e-input-focus input.e-input, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input, +.e-small.e-rtl .e-float-input.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-small .e-float-input.e-rtl.e-input-focus input { + padding-left: 0; + padding-right: 10px; + text-indent: 0; +} + +.e-rtl textarea.e-input.e-small, +textarea.e-input.e-small.e-rtl, +.e-small.e-rtl textarea.e-input, +.e-small textarea.e-input.e-rtl, +.e-float-input:not(.e-outline).e-small.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea, +.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea, +.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small, +.e-float-input:not(.e-outline).e-rtl textarea.e-small, +.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small, +.e-rtl .e-float-input:not(.e-outline) textarea.e-small, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-small .e-float-input:not(.e-outline).e-rtl textarea, +.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-small.e-rtl .e-float-input:not(.e-outline) textarea, +.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus, +.e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus, +.e-small .e-float-input:not(.e-outline).e-rtl textarea:focus { + padding-right: 10px; + text-indent: 0; +} + +input.e-input.e-bigger, +.e-bigger input.e-input, +.e-input-group.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input, +.e-bigger .e-float-input input, +.e-bigger .e-input-group.e-control-wrapper input.e-input, +.e-bigger .e-input-group input.e-input, +.e-input-group.e-bigger input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger input:focus, +.e-float-input.e-bigger input:focus, +.e-bigger .e-input-group input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper input:focus, +.e-bigger .e-float-input input:focus, +.e-input-group.e-bigger.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-bigger .e-input-group.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-float-input.e-bigger.e-input-focus input, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger .e-float-input.e-input-focus input { + padding-left: 12px; + text-indent: 0; +} + +.e-rtl input.e-input.e-bigger, +input.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl input.e-input, +.e-bigger input.e-input.e-rtl, +.e-float-input.e-control-wrapper.e-bigger.e-rtl input, +.e-float-input.e-bigger.e-rtl input, +.e-input-group.e-bigger.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input, +.e-rtl .e-float-input.e-bigger input, +.e-rtl .e-input-group.e-bigger input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-float-input.e-control-wrapper.e-rtl input.e-bigger, +.e-float-input.e-rtl input.e-bigger, +.e-input-group.e-rtl input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger, +.e-rtl .e-float-input.e-control-wrapper input.e-bigger, +.e-rtl .e-float-input input.e-bigger, +.e-rtl .e-input-group input.e-input.e-bigger, +.e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input, +.e-bigger .e-float-input.e-rtl input, +.e-bigger .e-input-group.e-rtl input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input, +.e-bigger.e-rtl .e-float-input input, +.e-bigger.e-rtl .e-input-group input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-bigger.e-rtl .e-input-group input.e-input:focus, +.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-bigger.e-rtl .e-float-input input:focus, +.e-bigger .e-input-group.e-rtl input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-bigger .e-float-input.e-rtl input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus, +.e-bigger.e-rtl .e-input-group.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-bigger .e-input-group.e-rtl.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-input-focus input, +.e-bigger .e-float-input.e-rtl.e-input-focus input, +.e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input { + padding-left: 0; + padding-right: 12px; + text-indent: 0; +} + +textarea.e-input.e-bigger, +.e-bigger textarea.e-input, +.e-input-group.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper textarea.e-bigger, +.e-float-input.e-bigger textarea, +.e-float-input textarea.e-bigger, +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper textarea, +.e-bigger .e-float-input textarea, +.e-bigger .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-bigger textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger textarea:focus, +.e-float-input.e-bigger textarea:focus, +.e-bigger .e-input-group textarea.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper textarea:focus, +.e-bigger .e-float-input textarea:focus { + padding-left: 12px; + text-indent: 0; +} + +.e-rtl textarea.e-input.e-bigger, +textarea.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl textarea.e-input, +.e-bigger textarea.e-input.e-rtl, +.e-float-input.e-control-wrapper:not(.e-outline).e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-bigger.e-rtl textarea, +.e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-bigger textarea, +.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea.e-bigger, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger, +.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger, +.e-rtl .e-float-input:not(.e-outline) textarea.e-bigger, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-rtl textarea, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus, +.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus { + padding-right: 12px; + text-indent: 0; +} + +input.e-input.e-bigger.e-small, +.e-bigger input.e-input.e-small, +.e-input-group.e-small.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-input-group.e-small input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger .e-input-group.e-small input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-small.e-bigger input, +.e-float-input.e-small input.e-bigger, +.e-bigger .e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small input, +.e-bigger .e-input-group.e-small input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger .e-float-input.e-small input:focus, +.e-small .e-input-group.e-bigger input.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small .e-float-input.e-bigger input:focus, +.e-input-group.e-bigger.e-small input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-input-group.e-small.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-input-group.e-bigger.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger .e-float-input.e-small.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small .e-float-input.e-bigger.e-input-focus input, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-float-input.e-bigger.e-small.e-input-focus input { + padding-left: 12px; + text-indent: 0; +} + +.e-bigger input.e-input.e-small.e-rtl, +.e-input-group.e-small.e-bigger.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input, +.e-input-group.e-small.e-rtl input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger, +.e-bigger .e-input-group.e-small.e-rtl input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-float-input.e-small.e-bigger.e-rtl input, +.e-float-input.e-small.e-rtl input.e-bigger, +.e-bigger .e-float-input.e-small.e-rtl input, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input, +.e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-bigger.e-rtl input.e-input.e-small, +.e-rtl .e-input-group.e-small.e-bigger input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-rtl .e-input-group.e-small input.e-input.e-bigger, +.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger.e-rtl .e-input-group.e-small input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input, +.e-rtl .e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-rtl .e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-float-input.e-small.e-bigger input, +.e-rtl .e-float-input.e-small input.e-bigger, +.e-bigger.e-rtl .e-float-input.e-small input, +.e-bigger .e-input-group.e-small.e-rtl input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus, +.e-bigger .e-float-input.e-small.e-rtl input:focus, +.e-small .e-input-group.e-bigger.e-rtl input.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus, +.e-small .e-float-input.e-bigger.e-rtl input:focus, +.e-input-group.e-bigger.e-small.e-rtl input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus, +.e-float-input.e-bigger.e-small.e-rtl input:focus, +.e-bigger.e-rtl .e-input-group.e-small input.e-input:focus, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger.e-rtl .e-float-input.e-small input:focus, +.e-small.e-rtl .e-input-group.e-bigger input.e-input:focus, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small.e-rtl .e-float-input.e-bigger input:focus, +.e-rtl .e-input-group.e-bigger.e-small input.e-input:focus, +.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-rtl .e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input, +.e-bigger .e-float-input.e-small.e-rtl.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input, +.e-small .e-float-input.e-bigger.e-rtl.e-input-focus input, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input, +.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-small.e-input-focus input, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small.e-rtl .e-float-input.e-bigger.e-input-focus input, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-rtl .e-float-input.e-bigger.e-small.e-input-focus input, +.e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input, +.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input { + padding-left: 0; + padding-right: 12px; + text-indent: 0; +} + +textarea.e-input.e-bigger.e-small, +.e-bigger textarea.e-input.e-small, +.e-input-group.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-input-group.e-small textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger .e-input-group.e-small textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-float-input.e-small.e-bigger textarea, +.e-float-input.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-small textarea, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea, +.e-bigger .e-input-group.e-small textarea.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus, +.e-bigger .e-float-input.e-small textarea:focus, +.e-small .e-input-group.e-bigger textarea.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus, +.e-small .e-float-input.e-bigger textarea:focus, +.e-input-group.e-bigger.e-small textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus, +.e-float-input.e-bigger.e-small textarea:focus { + padding-left: 12px; + text-indent: 0; +} + +.e-bigger textarea.e-input.e-small.e-rtl, +.e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger, +.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea, +.e-bigger.e-rtl textarea.e-input.e-small, +.e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea, +.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus, +.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus, +.e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus, +.e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus, +.e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus, +.e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus, +.e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus, +.e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus { + padding-right: 12px; + text-indent: 0; +} + +.e-float-input .e-clear-icon, +.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + background: transparent; + border: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-width: 24px; + outline: none; + padding: 0; + text-align: center; +} + +.e-float-input .e-clear-icon::before, +.e-float-input.e-control-wrapper .e-clear-icon::before, +.e-input-group .e-clear-icon::before, +.e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 12px; + padding: 0; + text-align: center; + vertical-align: middle; +} + +.e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide { + cursor: pointer; + display: -ms-flexbox; + display: flex; +} + +.e-float-input.e-small.e-bigger .e-clear-icon, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon, +.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon, +.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon, +.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon, +.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon, +.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon, +.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon { + padding-bottom: 0; +} + +.e-float-input.e-small .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-small .e-clear-icon::before, +.e-input-group.e-small .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-small .e-clear-icon::before, +.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-float-input input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-float-input .e-clear-icon::before, +.e-small .e-input-group .e-clear-icon::before, +.e-small .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 10px; +} + +.e-float-input.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-input-group.e-bigger .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-float-input input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input .e-clear-icon::before, +.e-bigger .e-input-group .e-clear-icon::before, +.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 12px; +} + +.e-float-input.e-small.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-input-group.e-small.e-bigger .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before { + font-size: 12px; +} + +.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper input:not(:valid):first-child ~ .e-clear-icon { + display: none; +} + +.e-input-group .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide { + display: none; +} + +.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide { + cursor: pointer; +} + +.e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide { + cursor: not-allowed; +} + +.e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-float-input input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide, +.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide { + cursor: auto; +} + +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 30px; + padding-bottom: 0; + padding-left: 0; + padding-right: 0; + padding-top: 0; +} + +.e-float-input.e-input-group .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-input-group .e-clear-icon.e-bigger, +.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger .e-input-group .e-clear-icon, +.e-bigger .e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 38px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-bigger .e-clear-icon, +.e-input-group.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-small.e-bigger .e-clear-icon, +.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon { + min-height: 0; + min-width: 34px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-small .e-clear-icon, +.e-input-group .e-clear-icon.e-small, +.e-small .e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 24px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-small .e-clear-icon, +.e-input-group.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-float-input .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input:not(:valid), +.e-input:valid, +.e-float-input.e-control-wrapper input:not(:valid), +.e-float-input.e-control-wrapper input:valid, +.e-float-input input:not(:valid), +.e-float-input input:valid, +.e-input-group input:not(:valid), +.e-input-group input:valid, +.e-input-group.e-control-wrapper input:not(:valid), +.e-input-group.e-control-wrapper input:valid, +.e-float-input.e-control-wrapper textarea:not(:valid), +.e-float-input.e-control-wrapper textarea:valid, +.e-float-input textarea:not(:valid), +.e-float-input textarea:valid, +.e-input-group.e-control-wrapper textarea:not(:valid), +.e-input-group.e-control-wrapper textarea:valid, +.e-input-group textarea:not(:valid), +.e-input-group textarea:valid { + box-shadow: none; +} + +.e-input-group .e-input-in-wrap, +.e-input-group.e-control-wrapper .e-input-in-wrap, +.e-float-input .e-input-in-wrap, +.e-float-input.e-control-wrapper .e-input-in-wrap { + width: 100%; + display: -ms-flexbox; + display: flex; + position: relative; +} + +.e-float-input .e-input-in-wrap label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text { + right: 0; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; +} + +.e-float-input input.e-input, +.e-float-input.e-bigger .e-input, +.e-bigger .e-float-input .e-input, +.e-float-input.e-control-wrapper input.e-input, +.e-float-input.e-control-wrapper.e-bigger .e-input, +.e-bigger .e-float-input.e-control-wrapper .e-input { + margin-bottom: 0; +} + +.e-float-input textarea:focus ~ label.e-float-text, +.e-float-input textarea:valid ~ label.e-float-text, +.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + font-size: 12px; + font-style: normal; + top: 15px; + transform: translate3d(-10px, -40px, 0) scale(1); +} + +.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 13px; + top: 14px; +} + +.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 11px; + top: 16px; +} + +.e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text { + font-size: 12px; + top: 16px; +} + +.e-float-input textarea ~ .e-float-text, +.e-float-input.e-control-wrapper textarea ~ .e-float-text { + top: 15px; +} + +.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-float-input.e-bigger textarea ~ label.e-float-text, +.e-float-input textarea ~ label.e-float-text.e-bigger, +.e-float-input textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-float-text, +.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 15px; + top: 18 px; +} + +.e-float-input.e-small textarea ~ label.e-float-text, +.e-float-input textarea ~ label.e-float-text.e-small, +.e-float-input textarea.e-small ~ label.e-float-text, +.e-small .e-float-input textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small, +.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text { + font-size: 13px; + top: 15px; +} + +.e-input-group:hover:not(.e-disabled), +.e-input-group.e-control-wrapper:hover:not(.e-disabled), +.e-float-input:hover:not(.e-disabled), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-disabled), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) { + border-bottom-width: 1px; +} + +.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + font-style: normal; + padding-right: 0; + top: 14px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 11px; + font-style: normal; + padding-right: 0; + top: 17px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-style: normal; + padding-right: 0; + top: 16px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + -moz-transform: translate(0%, -50%); + -ms-transform: translate(0%, -50%); + -o-transform: translate(0%, -50%); + -webkit-transform: translate(0%, -50%); + box-sizing: border-box; + left: 0%; + top: 15px; + transform: translate(0%, -50%); + width: 100%; + font-style: normal; +} + +.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; +} + +.e-float-input.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea label.e-float-text.e-label-top, +.e-small .e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top { + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-style: normal; + transform: translate3d(0, 16px, 0) scale(1); +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: normal; + font-weight: 400; + left: 0; + overflow: hidden; + padding-left: 10px; + pointer-events: none; + position: absolute; + text-overflow: ellipsis; + top: -11px; + transform: translate3d(0, 16px, 0) scale(1); + transform-origin: left top; + transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +textarea.e-input::-webkit-textarea-placeholder, +textarea.e-input:-moz-placeholder, +textarea.e-input:-ms-textarea-placeholder, +textarea.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-small textarea.e-input::-webkit-textarea-placeholder, +textarea.e-small.e-input::-webkit-textarea-placeholder, +.e-small textarea.e-input:-moz-placeholder, +textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-input:-ms-input-placeholder, +textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-input::-moz-placeholder, +textarea.e-small.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +.e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder, +.e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder, +.e-bigger textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-small.e-input::-moz-placeholder, +.e-small textarea.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-bigger textarea.e-input::-webkit-textarea-placeholder, +textarea.e-bigger.e-input::-webkit-textarea-placeholder, +.e-bigger textarea.e-input:-moz-placeholder, +textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-input:-ms-textarea-placeholder, +textarea.e-bigger.e-input:-ms-textarea-placeholder, +.e-bigger textarea.e-input::-moz-placeholder, +textarea.e-bigger.e-input::-moz-placeholder { + font-size: 15px; + font-style: normal; +} + +.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 11px; + font-style: normal; + padding-right: 0; + top: 17px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-style: normal; + padding-right: 0; + top: 16px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + font-style: normal; + padding-right: 0; + top: 14px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled { + border-color: #f4f4f4; + border-style: solid; +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-disabled textarea, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled, +.e-float-input.e-control-wrapper.e-disabled textarea { + filter: alpha(opacity=100); + opacity: 1; +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled { + background: transparent; + background-image: none; + cursor: not-allowed; +} + +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea, +.e-float-input.e-input-group textarea, +.e-float-input.e-control-wrapper textarea, +.e-float-input.e-control-wrapper.e-input-group textarea { + border-radius: 0; +} + +textarea.e-input, +.e-input-group textarea, +.e-input-group textarea.e-input, +.e-input-group.e-input-focus textarea, +.e-input-group.e-input-focus textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-input-group.e-control-wrapper.e-input-focus textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + line-height: 1.5; + min-height: 30px; + min-width: 0; + padding: 4px 10px 0 10px; + resize: vertical; +} + +.e-input-group.e-bigger textarea, +.e-input-group.e-bigger textarea.e-input, +.e-input-group textarea.e-bigger, +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-bigger textarea, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-input-group textarea, +.e-bigger .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger textarea, +.e-float-input textarea.e-bigger, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper textarea.e-bigger, +.e-bigger .e-float-input textarea, +.e-bigger .e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 36px; + padding: 6px 12px 0 12px; +} + +.e-input-group.e-input-focus.e-bigger textarea, +.e-input-group.e-input-focus.e-bigger textarea.e-input, +.e-input-group.e-input-focus textarea.e-bigger, +.e-input-group.e-input-focus textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea, +.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-bigger .e-input-group.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 36px; + padding: 6px 12px 0 12px; +} + +.e-input-group.e-small textarea, +.e-input-group.e-small textarea.e-input, +.e-input-group textarea.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper.e-small textarea, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-input-group textarea, +.e-small .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-float-input textarea, +.e-small .e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 26px; + padding: 4px 10px 0 10px; +} + +.e-input-group.e-input-focus.e-small textarea, +.e-input-group.e-input-focus.e-small textarea.e-input, +.e-input-group.e-input-focus textarea.e-small, +.e-input-group.e-input-focus textarea.e-input.e-small, +.e-input-group.e-input-focus textarea.e-input.e-small, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-small .e-input-group.e-input-focus textarea, +.e-small .e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 26px; + padding: 4px 10px 0 10px; +} + +.e-input-group.e-small.e-bigger textarea.e-input, +.e-input-group.e-small textarea.e-input.e-bigger, +.e-input-group textarea.e-input.e-bigger.e-small, +.e-input-group.e-bigger textarea.e-small, +.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-input-group textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-bigger .input-group textarea.e-small, +.e-bigger .e-input-group.e-small textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input, +.e-small .input-group textarea.e-bigger, +.e-small .e-input-group.e-bigger textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-float-input textarea.e-bigger.e-small, +.e-float-input.e-small.e-bigger textarea, +.e-float-input.e-small textarea.e-bigger, +.e-float-input.e-bigger textarea.e-small, +.e-bigger .e-float-input.e-small textarea, +.e-bigger.e-small .e-float-input textarea, +.e-bigger .float-input textarea.e-small, +.e-small .e-float-input.e-bigger textarea, +.e-small .float-input textarea.e-bigger, +.e-small .e-float-input.e-control-wrapper textarea.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea, +.e-bigger .e-small.e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 32px; + padding: 4px 12px 0 12px; +} + +.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small, +.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input, +.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger, +.e-input-group.e-input-focus.e-bigger textarea.e-small, +.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 32px; + padding: 4px 12px 0 12px; +} + +.e-filled.e-input-group, +.e-filled.e-input-group.e-control-wrapper, +.e-filled.e-float-input, +.e-filled.e-float-input.e-control-wrapper { + line-height: 1; +} + +.e-filled textarea.e-input, +.e-filled.e-input-group.e-multi-line-input textarea, +.e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea, +.e-filled.e-float-input.e-multi-line-input textarea, +.e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea { + box-sizing: border-box; +} + +/*! input theme */ +input.e-input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +textarea.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + background: #fff; + border-color: #c8c8c8; + color: #333; +} + +.e-input-group, +.e-input-group.e-control-wrapper, +.e-float-input, +.e-float-input.e-input-group, +.e-float-input.e-control-wrapper, +.e-float-input.e-input-group.e-control-wrapper { + background: #fff; + color: #333; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + background: #fff; + border-color: #c8c8c8; + color: #333; +} + +.e-input-group.e-disabled .e-input-group-icon, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + color: #a6a6a6; +} + +.e-input[disabled], +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input input[disabled], +.e-float-input.e-control-wrapper input[disabled], +.e-float-input textarea[disabled], +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled { + -webkit-text-fill-color: #a6a6a6; + background: #f4f4f4; + color: #a6a6a6; + border-color: #f4f4f4; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea, +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled input.e-input, +.e-input-group.e-control-wrapper.e-disabled input.e-input, +.e-input-group.e-disabled textarea.e-input, +.e-input-group.e-control-wrapper.e-disabled textarea.e-input { + background: none; + color: inherit; +} + +.e-input-group .e-input[readonly], +.e-input-group.e-control-wrapper .e-input[readonly], +.e-float-input input[readonly], +.e-float-input.e-control-wrapper input[readonly], +.e-float-input textarea[readonly], +.e-float-input.e-control-wrapper textarea[readonly] { + background: none; + color: inherit; +} + +.e-float-input.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled input, +.e-float-input.e-disabled textarea, +.e-float-input.e-control-wrapper.e-disabled textarea, +.e-float-input input[disabled], +.e-float-input.e-control-wrapper input[disabled], +.e-float-input textarea[disabled], +.e-float-input.e-control-wrapper textarea[disabled] { + color: inherit; +} + +/*! Added color to textbox for disbaled state */ +.e-float-input:not(.e-disabled) input[disabled], +.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled], +.e-float-input:not(.e-disabled) textarea[disabled], +.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] { + -webkit-text-fill-color: #a6a6a6; + color: #a6a6a6; +} + +.e-input-group.e-disabled .e-input-group-icon, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + background: #f4f4f4; + border-color: #f4f4f4; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover { + background: #f4f4f4; + color: #000; +} + +.e-input.e-success, +.e-input.e-success:focus, +.e-input-group.e-success input.e-input, +.e-input-group.e-control-wrapper.e-success input.e-input, +.e-input-group.e-success .e-input-group-icon, +.e-input-group.e-control-wrapper.e-success .e-input-group-icon, +.e-input-group.e-success textarea.e-input, +.e-input-group.e-control-wrapper.e-success textarea.e-input { + border-color: #107c10; +} + +.e-input.e-warning, +.e-input.e-warning:focus, +.e-input-group.e-warning input.e-input, +.e-input-group.e-control-wrapper.e-warning input.e-input, +.e-input-group.e-warning .e-input-group-icon, +.e-input-group.e-control-wrapper.e-warning .e-input-group-icon, +.e-input-group.e-warning textarea.e-input, +.e-input-group.e-control-wrapper.e-warning textarea.e-input { + border-color: #d83b01; +} + +.e-input.e-error, +.e-input.e-error:focus, +.e-input-group.e-error input.e-input, +.e-input-group.e-control-wrapper.e-error input.e-input, +.e-input-group.e-control-wrapper.e-error .e-input-group-icon, +.e-input-group.e-error .e-input-group-icon, +.e-input-group.e-error textarea.e-input, +.e-input-group.e-control-wrapper.e-error textarea.e-input { + border-color: #a80000; +} + +label.e-float-text, +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #a6a6a6; +} + +.e-float-input.e-error label.e-float-text, +.e-float-input.e-control-wrapper.e-error label.e-float-text, +.e-float-input.e-error input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text, +.e-float-input.e-error.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text, +.e-float-input.e-error textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text { + color: #a80000; +} + +.e-float-input input, +.e-float-input textarea, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper textarea { + border-bottom-color: #c8c8c8; +} + +.e-float-input.e-success input, +.e-float-input.e-success textarea, +.e-float-input.e-control-wrapper.e-success input, +.e-float-input.e-control-wrapper.e-success textarea { + border-color: #107c10; +} + +.e-float-input.e-warning input, +.e-float-input.e-control-wrapper.e-warning input, +.e-float-input.e-warning textarea, +.e-float-input.e-control-wrapper.e-warning textarea { + border-color: #d83b01; +} + +.e-float-input.e-error input, +.e-float-input.e-control-wrapper.e-error input, +.e-float-input.e-error textarea, +.e-float-input.e-control-wrapper.e-error textarea { + border-color: #a80000; +} + +.e-float-input:not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: #a6a6a6; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:active, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active { + background: #0078d6; + color: #fff; +} + +input.e-input::selection, +textarea.e-input::selection, +.e-input-group input.e-input::selection, +.e-input-group.e-control-wrapper input.e-input::selection, +.e-float-input input::selection, +.e-float-input.e-control-wrapper input::selection, +.e-input-group textarea.e-input::selection, +.e-input-group.e-control-wrapper textarea.e-input::selection, +.e-float-input textarea::selection, +.e-float-input.e-control-wrapper textarea::selection { + background: #0078d6; + color: #fff; +} + +.e-float-input.e-small textarea::selection, +.e-float-input textarea::selection { + background: #0078d6; + color: #fff; +} + +input.e-input:-moz-placeholder { + color: #a6a6a6; +} + +.e-input-group input.e-input:-moz-placeholder { + color: #a6a6a6; +} + +.e-input-group input.e-input:-moz-placeholder, +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + color: #a6a6a6; +} + +input.e-input:-moz-placeholder { + color: #a6a6a6; +} + +.e-input-group input.e-input:-moz-placeholder { + color: #a6a6a6; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + color: #a6a6a6; +} + +textarea.e-input:-moz-placeholder { + color: #a6a6a6; +} + +.e-input-group textarea.e-input:-moz-placeholder { + color: #a6a6a6; +} + +.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { + color: #a6a6a6; +} + +input.e-input::-moz-placeholder { + color: #a6a6a6; +} + +.e-input-group input.e-input::-moz-placeholder { + color: #a6a6a6; +} + +.e-input-group.e-control-wrapper input.e-input::-moz-placeholder { + color: #a6a6a6; +} + +textarea.e-input::-moz-placeholder { + color: #a6a6a6; +} + +.e-input-group textarea.e-input::-moz-placeholder { + color: #a6a6a6; +} + +.e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder { + color: #a6a6a6; +} + +input.e-input:-ms-input-placeholder { + color: #a6a6a6; +} + +.e-input-group input.e-input:-ms-input-placeholder { + color: #a6a6a6; +} + +.e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder { + color: #a6a6a6; +} + +textarea.e-input:-ms-input-placeholder { + color: #a6a6a6; +} + +.e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder { + color: #a6a6a6; +} + +.e-input-group textarea.e-input:-ms-input-placeholder { + color: #a6a6a6; +} + +input.e-input::-webkit-input-placeholder { + color: #a6a6a6; +} + +.e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder { + color: #a6a6a6; +} + +.e-input-group input.e-input::-webkit-input-placeholder { + color: #a6a6a6; +} + +textarea.e-input::-webkit-input-placeholder { + color: #a6a6a6; +} + +.e-input-group textarea.e-input::-webkit-input-placeholder { + color: #a6a6a6; +} + +.e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder { + color: #a6a6a6; +} + +.e-input-group::before, +.e-input-group::after, +.e-input-group.e-control-wrapper::before, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group.e-success::before, +.e-input-group.e-success::after, +.e-input-group.e-control-wrapper.e-success::before, +.e-input-group.e-control-wrapper.e-success::after { + content: ''; +} + +.e-input-group.e-warning::before, +.e-input-group.e-warning::after, +.e-input-group.e-control-wrapper.e-warning::before, +.e-input-group.e-control-wrapper.e-warning::after { + content: ''; +} + +.e-input-group.e-error::before, +.e-input-group.e-error::after, +.e-input-group.e-control-wrapper.e-error::before, +.e-input-group.e-control-wrapper.e-error::after { + content: ''; +} + +.e-input-group.e-success .e-input-group-icon, +.e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-success .e-input-group-icon, +.e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #333; +} + +.e-input-group.e-warning .e-input-group-icon, +.e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-warning .e-input-group-icon, +.e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #333; +} + +.e-input-group.e-error .e-input-group-icon, +.e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-error .e-input-group-icon, +.e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #333; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + border-color: #c8c8c8; +} + +.e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input { + border-color: #0078d6; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus, +.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input, +.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus { + border-color: transparent; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #0078d6; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input { + border-color: #c8c8c8; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon { + border-color: transparent; +} + +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon, +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-focus.e-control-wrapper.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon { + border-color: transparent; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon { + border-color: transparent; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #c8c8c8; +} + +.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #0078d6; +} + +.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #f4f4f4; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + border-bottom-color: #c8c8c8; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-input-group.e-success, +.e-input-group.e-control-wrapper.e-success, +.e-input-group.e-success:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) { + border-color: #107c10; +} + +.e-input-group.e-warning, +.e-input-group.e-control-wrapper.e-warning, +.e-input-group.e-warning:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) { + border-color: #d83b01; +} + +.e-input-group.e-error, +.e-input-group.e-control-wrapper.e-error, +.e-input-group.e-error:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) { + border-color: #a80000; +} + +.e-float-input .e-clear-icon, +.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + color: #333; +} + +.e-float-input.e-disabled .e-clear-icon, +.e-float-input.e-control-wrapper.e-disabled .e-clear-icon, +.e-input-group.e-disabled .e-clear-icon, +.e-input-group.e-control-wrapper.e-disabled .e-clear-icon { + color: #a6a6a6; +} + +.e-float-input.e-input-focus .e-input:focus, +.e-float-input.e-control-wrapper.e-input-focus .e-input:focus { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input label.e-float-text.e-label-top, +.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #333; +} + +.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #333; +} + +.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #333; +} + +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #333; +} + +.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #a6a6a6; +} + +.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: #a6a6a6; +} + +.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top, +.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #333; +} + +.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #333; +} + +.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #333; +} + +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #333; +} + +.e-float-input.e-input-group.e-disabled .e-float-text, +.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top, +.e-float-input input[disabled] ~ label.e-float-text, +.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-disabled label.e-float-text, +.e-float-input.e-disabled label.e-float-text.e-label-top, +.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: #a6a6a6; +} + +.e-float-input textarea[disabled] ~ label.e-float-text, +.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: #a6a6a6; +} + +.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text, +.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: #a6a6a6; +} + +.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: #a6a6a6; +} + +input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) { + border-color: #767676; +} + +.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: #767676; +} + +.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: #0078d6; +} + +.e-input-group:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-input-group.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: #0078d6; +} + +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #333; +} + +.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #333; +} + +/*! popup layout */ +.e-popup { + height: auto; + position: absolute; + width: auto; + z-index: 1000; +} + +.e-popup.e-popup-open { + display: block; +} + +.e-popup.e-popup-close { + display: none; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-spinner-pane { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + text-align: center; + top: 0; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + width: 100%; + z-index: 1000; +} + +.e-spinner-pane::after { + content: "Fabric"; + display: none; +} + +.e-spinner-pane.e-spin-left .e-spinner-inner { + -webkit-transform: translateX(0%) translateY(-50%); + left: 0; + padding-left: 10px; + transform: translateX(0%) translateY(-50%); +} + +.e-spinner-pane.e-spin-right .e-spinner-inner { + -webkit-transform: translateX(-100%) translateY(-50%); + left: 100%; + padding-right: 10px; + transform: translateX(-100%) translateY(-50%); +} + +.e-spinner-pane.e-spin-center .e-spinner-inner { + -webkit-transform: translateX(-50%) translateY(-50%); + left: 50%; + transform: translateX(-50%) translateY(-50%); +} + +.e-spinner-pane.e-spin-hide { + display: none; +} + +.e-spinner-pane.e-spin-show { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-spinner-pane .e-spinner-inner { + -webkit-transform: translateX(-50%) translateY(-50%); + left: 50%; + margin: 0; + position: absolute; + text-align: center; + top: 50%; + transform: translateX(-50%) translateY(-50%); + z-index: 1000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-label { + font-family: "Segoe UI"; + font-size: 14px; + margin-top: 10px; + text-align: center; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material { + animation: material-spinner-rotate 1568.63ms linear infinite; + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material .e-path-circle { + fill: none; + stroke-linecap: square; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 { + animation: material-spinner-rotate .75s linear infinite; + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + fill: none; + stroke-linecap: square; + stroke-width: 4; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric { + animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); + display: block; + margin: 0 auto; + overflow: visible; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc, +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle { + fill: none; + stroke-width: 1.5; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap { + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast { + animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); + display: block; + margin: 0 auto; + overflow: visible; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc, +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle { + fill: none; + stroke-width: 1.5; +} + +.e-spinner-pane { + background-color: transparent; +} + +.e-spinner-pane.e-spin-overlay { + background-color: rgba(0, 0, 0, 0.4); +} + +.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-label { + color: #fff; +} + +.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-bootstrap { + fill: #0078d6; + stroke: #0078d6; +} + +.e-spinner-pane .e-spinner-inner .e-spin-label { + color: #0078d6; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle { + stroke: #b7e0ff; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc { + stroke: #0078d6; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle { + stroke: #b7e0ff; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc { + stroke: #0078d6; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material { + stroke: #0078d6; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 { + stroke: #0078d6; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap { + fill: #0078d6; + stroke: #0078d6; +} + +.e-bigger .e-dropdownbase, +.e-dropdownbase.e-bigger { + min-height: 45px; +} + +.e-bigger .e-dropdownbase .e-list-item, +.e-bigger .e-dropdownbase .e-list-group-item, +.e-bigger .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-bigger .e-list-item, +.e-dropdownbase.e-bigger .e-list-group-item, +.e-dropdownbase.e-bigger .e-fixed-head { + line-height: 48px; +} + +.e-bigger .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-bigger .e-list-item .e-list-icon { + font-size: 20px; +} + +.e-dropdownbase { + display: block; + height: 100%; + min-height: 36px; + position: relative; + width: 100%; +} + +.e-dropdownbase .e-list-parent { + margin: 0; + padding: 0; +} + +.e-dropdownbase .e-list-group-item, +.e-dropdownbase .e-fixed-head { + cursor: default; +} + +.e-dropdownbase .e-list-item { + cursor: pointer; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-dropdownbase .e-list-item .e-list-icon { + font-size: 16px; + vertical-align: middle; +} + +.e-dropdownbase .e-fixed-head { + position: absolute; + top: 0; +} + +.e-rtl .e-dropdownbase .e-fixed-head { + left: 33px; +} + +.e-dropdownbase.e-content { + overflow: auto; + position: relative; +} + +.e-popup.e-ddl .e-dropdownbase.e-nodata { + color: #333; + cursor: default; + font-family: inherit; + font-size: 14px; + padding: 14px 16px; + text-align: center; +} + +.e-rtl .e-dropdownbase.e-dd-group .e-list-item { + padding-right: 20px; +} + +.e-dropdownbase.e-dd-group .e-list-item { + padding-left: 20px; + text-indent: 0; +} + +.e-small .e-dropdownbase.e-dd-group .e-list-item { + text-indent: 0; +} + +.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item { + text-indent: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + text-indent: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + cursor: pointer; + font-weight: normal; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item { + padding-right: 20px; +} + +.e-rtl .e-dropdownbase .e-list-item { + padding-left: 16px; + padding-right: 0; +} + +.e-small.e-rtl .e-dropdownbase .e-list-item, +.e-small .e-rtl .e-dropdownbase .e-list-item, +.e-rtl .e-small .e-dropdownbase .e-list-item { + padding-left: 16px; + padding-right: 0; +} + +.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item, +.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item, +.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item, +.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item, +.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item { + padding-left: 16px; + padding-right: 0; +} + +.e-dropdownbase { + border-color: rgba(234, 234, 234, 0.25); +} + +.e-dropdownbase .e-list-item { + background-color: #fff; + border-bottom: 1px; + border-color: none; + color: rgba(51, 51, 51, 0.87); + font-family: inherit; + font-size: 14px; + line-height: 36px; + min-height: 36px; + padding-right: 16px; + text-indent: 10px; +} + +.e-dropdownbase .e-list-group-item, .e-fixed-head { + background-color: #fff; + border-color: none; + color: #0078d6; + font-family: inherit; + font-size: 14px; + font-weight: 600; + line-height: 36px; + min-height: 36px; + padding-left: 10px; + padding-right: 16px; +} + +.e-dropdownbase .e-list-item.e-active, +.e-dropdownbase .e-list-item.e-active.e-hover { + background-color: #d1ebff; + border-color: #fff; + color: #333; +} + +.e-dropdownbase .e-list-item.e-hover { + background-color: #f4f4f4; + border-color: #fff; + color: #333; +} + +.e-dropdownbase .e-list-item:last-child { + border-bottom: 0; +} + +.e-dropdownbase .e-list-item.e-item-focus { + background-color: #f4f4f4; +} + +.e-bigger .e-dropdownbase .e-list-group-item, +.e-bigger .e-dropdownbase .e-fixed-head { + font-size: 14px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open table { + border-collapse: collapse; + table-layout: fixed; + width: 100%; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open th, +.e-multi-column.e-ddl.e-popup.e-popup-open td { + display: table-cell; + overflow: hidden; + padding-right: 16px; + text-indent: 10px; + text-overflow: ellipsis; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open th { + line-height: 36px; + text-align: left; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header { + background-color: #fff; + border-color: #eaeaea; + border-style: solid; + border-width: 0 0 1px 0; + color: #0078d6; + font-family: inherit; + font-size: 14px; + font-weight: 600; + text-indent: 10px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item { + padding-right: 0; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header { + padding-right: 16px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header, +.e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header { + padding-right: 0; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center { + text-align: center; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right { + text-align: right; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left { + text-align: left; +} + +.e-small .e-dropdownbase .e-list-item, +.e-dropdownbase.e-small .e-list-item { + color: #333; + line-height: 26px; + min-height: 26px; + text-indent: 10px; +} + +.e-small .e-dropdownbase .e-list-group-item, +.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-small .e-list-group-item, +.e-dropdownbase.e-small .e-fixed-head { + line-height: 26px; + min-height: 26px; +} + +.e-small .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-small .e-list-item .e-list-icon { + font-size: 14px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item, +.e-dropdownbase.e-small.e-bigger .e-list-item { + color: #333; + line-height: 40px; + min-height: 40px; + text-indent: 16px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-group-item, +.e-bigger.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-small.e-bigger .e-list-group-item, +.e-dropdownbase.e-small.e-bigger .e-fixed-head { + line-height: 40px; + min-height: 40px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon { + font-size: 18px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-group-item, +.e-bigger.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-bigger.e-small .e-list-group-item, +.e-dropdownbase.e-bigger.e-small .e-fixed-head { + font-size: 14px; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item { + background-color: #fff; + border-bottom: 1px; + border-color: none; + color: rgba(51, 51, 51, 0.87); + font-family: inherit; + font-size: 14px; + padding-right: 16px; + text-indent: 10px; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus { + background-color: #f4f4f4; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active, +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover { + background-color: #d1ebff; + border-color: #fff; + color: #333; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover { + background-color: #f4f4f4; + border-color: #fff; + color: #333; +} + +.e-avatar { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + background-color: #bcbcbc; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + border-radius: 5px; + color: #fff; + display: -ms-inline-flexbox; + display: inline-flex; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 1em; + font-weight: 400; + height: 3em; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + position: relative; + width: 3em; +} + +.e-avatar img { + height: 100%; + width: auto; +} + +.e-avatar.e-avatar-circle { + border-radius: 50%; +} + +.e-avatar.e-avatar-xsmall { + font-size: 0.6em; +} + +.e-avatar.e-avatar-small { + font-size: 0.8em; +} + +.e-avatar.e-avatar-large { + font-size: 1.2em; +} + +.e-avatar.e-avatar-xlarge { + font-size: 1.4em; +} + +.e-badge { + background: #fafafa; + border-color: transparent; + border-radius: 0.25em; + box-shadow: 0 0 0 2px transparent; + box-sizing: border-box; + color: rgba(0, 0, 0, 0.87); + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 0.75em; + font-weight: 500; + line-height: 1; + overflow: hidden; + padding: 0.25em 0.4em 0.3em 0.4em; + text-align: center; + text-decoration: none; + text-indent: 0; + vertical-align: middle; +} + +.e-badge:hover { + text-decoration: none; +} + +.e-badge.e-badge-pill { + border-radius: 5em; +} + +.e-badge.e-badge-notification { + border-radius: 1em; + font-size: 12px; + height: 18px; + left: 100%; + line-height: 1.1; + min-width: 24px; + padding: 0.25em 0.4em 0.3em 0.4em; + position: absolute; + top: -10px; + width: auto; +} + +.e-badge.e-badge-notification.e-badge-ghost { + line-height: 0.9; +} + +.e-badge.e-badge-circle { + border-radius: 50%; + height: 1.834em; + line-height: 1.8em; + min-width: 0; + padding: 0; + width: 1.834em; +} + +.e-badge.e-badge-circle.e-badge-ghost { + line-height: 1.8em; +} + +.e-badge.e-badge-overlap { + position: absolute; + top: -10px; + transform: translateX(-50%); +} + +.e-badge.e-badge-dot { + border-radius: 100%; + box-shadow: 0 0 0 1px #fff; + height: 6px; + left: 100%; + line-height: 1; + margin: 0; + min-width: 0; + overflow: visible; + padding: 0; + position: absolute; + top: -3px; + width: 6px; +} + +.e-badge.e-badge-bottom.e-badge-dot { + bottom: 3px; + position: absolute; + top: auto; +} + +.e-badge.e-badge-bottom.e-badge-notification { + bottom: -3px; + position: absolute; + top: auto; +} + +button .e-badge { + line-height: .9; + position: relative; + top: -2px; +} + +button .e-badge.e-badge-circle { + height: 2em; + line-height: 2em; + width: 2em; +} + +button .e-badge.e-badge-circle.e-badge-ghost { + line-height: 1.9em; +} + +.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) { + background-color: #0078d6; + color: #fff; +} + +.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-secondary[href]:not(.e-badge-ghost) { + background-color: #f4f4f4; + color: #333; +} + +.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) { + background-color: #107c10; + color: #fff; +} + +.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]), .e-badge.e-badge-danger[href]:not(.e-badge-ghost) { + background-color: #a80000; + color: #fff; +} + +.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]), .e-badge.e-badge-warning[href]:not(.e-badge-ghost) { + background-color: #d83b01; + color: #fff; +} + +.e-badge.e-badge-info:not(.e-badge-ghost):not([href]), .e-badge.e-badge-info[href]:not(.e-badge-ghost) { + background-color: #0378d5; + color: #fff; +} + +.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) { + background-color: #fff; + color: #333; +} + +.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) { + background-color: #333; + color: #fff; +} + +.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover { + background-color: #005ba3; +} + +.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover { + background-color: #dbdbdb; +} + +.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover { + background-color: #0a4f0a; +} + +.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover { + background-color: #750000; +} + +.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover { + background-color: #a52d01; +} + +.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover { + background-color: #025ca3; +} + +.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover { + background-color: #e6e6e6; +} + +.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover { + background-color: #1a1a1a; +} + +.e-badge.e-badge-primary[href].e-badge-ghost:hover { + border-color: #004d8a; + color: #004d8a; +} + +.e-badge.e-badge-secondary[href].e-badge-ghost:hover { + border-color: #cecece; + color: #cecece; +} + +.e-badge.e-badge-success[href].e-badge-ghost:hover { + border-color: #073807; + color: #073807; +} + +.e-badge.e-badge-danger[href].e-badge-ghost:hover { + border-color: #5c0000; + color: #5c0000; +} + +.e-badge.e-badge-warning[href].e-badge-ghost:hover { + border-color: #8c2601; + color: #8c2601; +} + +.e-badge.e-badge-info[href].e-badge-ghost:hover { + border-color: #024e8a; + color: #024e8a; +} + +.e-badge.e-badge-light[href].e-badge-ghost:hover { + border-color: #d9d9d9; + color: #d9d9d9; +} + +.e-badge.e-badge-dark[href].e-badge-ghost:hover { + border-color: #0d0d0d; + color: #0d0d0d; +} + +.e-badge.e-badge-ghost.e-badge-primary { + background-color: transparent; + border: 1px solid #0078d6; + color: #0078d6; +} + +.e-badge.e-badge-ghost.e-badge-secondary { + background-color: transparent; + border: 1px solid #f4f4f4; + color: #f4f4f4; +} + +.e-badge.e-badge-ghost.e-badge-success { + background-color: transparent; + border: 1px solid #107c10; + color: #107c10; +} + +.e-badge.e-badge-ghost.e-badge-danger { + background-color: transparent; + border: 1px solid #a80000; + color: #a80000; +} + +.e-badge.e-badge-ghost.e-badge-warning { + background-color: transparent; + border: 1px solid #d83b01; + color: #d83b01; +} + +.e-badge.e-badge-ghost.e-badge-info { + background-color: transparent; + border: 1px solid #0378d5; + color: #0378d5; +} + +.e-badge.e-badge-ghost.e-badge-light { + background-color: transparent; + border: 1px solid #fff; + color: #fff; +} + +.e-badge.e-badge-ghost.e-badge-dark { + background-color: transparent; + border: 1px solid #333; + color: #333; +} + +.e-barcode { + display: block; +} + +.e-datamatrix { + display: block; +} + +.e-qrcode { + display: block; +} + +.e-content-placeholder.e-barcode.e-placeholder-barcode { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +.e-content-placeholder.e-datamatrixgenerator.e-placeholder-datamatrixgenerator { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +.e-content-placeholder.e-qrcodegenerator.e-placeholder-qrcodegenerator { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +/*! button layout */ +.e-btn, +.e-css.e-btn { + -webkit-font-smoothing: antialiased; + border: 1px solid; + border-radius: 0; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 600; + -ms-flex-pack: center; + justify-content: center; + line-height: 1.8572em; + outline: none; + padding: 2px 20px; + text-align: center; + text-decoration: none; + text-transform: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; +} + +.e-btn:disabled, +.e-css.e-btn:disabled { + cursor: default; +} + +.e-btn:hover, .e-btn:focus, +.e-css.e-btn:hover, +.e-css.e-btn:focus { + text-decoration: none; +} + +.e-btn::-moz-focus-inner, +.e-css.e-btn::-moz-focus-inner { + border: 0; + padding: 0; +} + +.e-btn .e-btn-icon, +.e-css.e-btn .e-btn-icon { + display: inline-block; + font-size: 14px; + margin-top: -3px; + vertical-align: middle; + width: 1em; +} + +.e-btn .e-btn-icon.e-icon-left, +.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.5714em; + width: 1.929em; +} + +.e-btn .e-btn-icon.e-icon-right, +.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.5714em; + width: 1.929em; +} + +.e-btn .e-btn-icon.e-icon-top, +.e-css.e-btn .e-btn-icon.e-icon-top { + display: block; + margin-top: 0; + padding-bottom: 8px; + width: auto; +} + +.e-btn .e-btn-icon.e-icon-bottom, +.e-css.e-btn .e-btn-icon.e-icon-bottom { + display: block; + margin-top: 0; + padding-top: 8px; + width: auto; +} + +.e-btn.e-icon-btn, +.e-css.e-btn.e-icon-btn { + padding: 2px 8px; +} + +.e-btn.e-top-icon-btn, .e-btn.e-bottom-icon-btn, +.e-css.e-btn.e-top-icon-btn, +.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 8px 20px; +} + +.e-btn.e-round, +.e-css.e-btn.e-round { + border-radius: 50%; + height: 2.57143em; + line-height: 1; + padding: 0; + width: 2.57143em; +} + +.e-btn.e-round .e-btn-icon, +.e-css.e-btn.e-round .e-btn-icon { + font-size: 16px; + line-height: 2.125em; + margin-top: 0; + width: auto; +} + +.e-btn.e-rtl .e-icon-right, +.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.5714em; + margin-right: 0; +} + +.e-btn.e-rtl .e-icon-left, +.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5714em; +} + +.e-btn.e-flat, +.e-css.e-btn.e-flat { + border: 1px solid; +} + +.e-btn.e-small, +.e-css.e-btn.e-small { + font-size: 12px; + line-height: 1.5em; + padding: 3px 16px; +} + +.e-btn.e-small .e-btn-icon, +.e-css.e-btn.e-small .e-btn-icon { + font-size: 11px; + width: 0.91em; +} + +.e-btn.e-small .e-btn-icon.e-icon-left, +.e-css.e-btn.e-small .e-btn-icon.e-icon-left { + margin-left: -0.7273em; + width: 2.182em; +} + +.e-btn.e-small .e-btn-icon.e-icon-right, +.e-css.e-btn.e-small .e-btn-icon.e-icon-right { + margin-right: -0.7273em; + width: 2.182em; +} + +.e-btn.e-small .e-btn-icon.e-icon-top, +.e-css.e-btn.e-small .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-btn.e-small.e-icon-btn, +.e-css.e-btn.e-small.e-icon-btn { + padding: 3px 6px; +} + +.e-btn.e-small.e-top-icon-btn, .e-btn.e-small.e-bottom-icon-btn, +.e-css.e-btn.e-small.e-top-icon-btn, +.e-css.e-btn.e-small.e-bottom-icon-btn { + line-height: 1; + padding: 8px 20px; +} + +.e-btn.e-small.e-round, +.e-css.e-btn.e-small.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-btn.e-small.e-round .e-btn-icon, +.e-css.e-btn.e-small.e-round .e-btn-icon { + font-size: 14px; + line-height: 2em; + width: auto; +} + +.e-btn.e-small.e-rtl .e-icon-right, +.e-css.e-btn.e-small.e-rtl .e-icon-right { + margin-left: -0.7273em; + margin-right: 0; +} + +.e-btn.e-small.e-rtl .e-icon-left, +.e-css.e-btn.e-small.e-rtl .e-icon-left { + margin-left: 0; + margin-right: btn-small-icon-margin; +} + +.e-btn.e-block, +.e-css.e-btn.e-block { + display: block; + width: 100%; +} + +.e-small .e-btn, +.e-small.e-btn, +.e-small .e-css.e-btn, +.e-small.e-css.e-btn { + font-size: 12px; + line-height: 1.5em; + padding: 3px 16px; +} + +.e-small .e-btn .e-btn-icon, +.e-small.e-btn .e-btn-icon, +.e-small .e-css.e-btn .e-btn-icon, +.e-small.e-css.e-btn .e-btn-icon { + font-size: 11px; + width: 0.91em; +} + +.e-small .e-btn .e-btn-icon.e-icon-left, +.e-small.e-btn .e-btn-icon.e-icon-left, +.e-small .e-css.e-btn .e-btn-icon.e-icon-left, +.e-small.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.7273em; + width: 2.182em; +} + +.e-small .e-btn .e-btn-icon.e-icon-right, +.e-small.e-btn .e-btn-icon.e-icon-right, +.e-small .e-css.e-btn .e-btn-icon.e-icon-right, +.e-small.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.7273em; + width: 2.182em; +} + +.e-small .e-btn .e-btn-icon.e-icon-top, +.e-small.e-btn .e-btn-icon.e-icon-top, +.e-small .e-css.e-btn .e-btn-icon.e-icon-top, +.e-small.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-small .e-btn .e-btn-icon.e-icon-bottom, +.e-small.e-btn .e-btn-icon.e-icon-bottom, +.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-small .e-btn.e-icon-btn, +.e-small.e-btn.e-icon-btn, +.e-small .e-css.e-btn.e-icon-btn, +.e-small.e-css.e-btn.e-icon-btn { + padding: 3px 6px; +} + +.e-small .e-btn.e-top-icon-btn, .e-small .e-btn.e-bottom-icon-btn, +.e-small.e-btn.e-top-icon-btn, +.e-small.e-btn.e-bottom-icon-btn, +.e-small .e-css.e-btn.e-top-icon-btn, +.e-small .e-css.e-btn.e-bottom-icon-btn, +.e-small.e-css.e-btn.e-top-icon-btn, +.e-small.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 8px 20px; +} + +.e-small .e-btn.e-round, +.e-small.e-btn.e-round, +.e-small .e-css.e-btn.e-round, +.e-small.e-css.e-btn.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-small .e-btn.e-round .e-btn-icon, +.e-small.e-btn.e-round .e-btn-icon, +.e-small .e-css.e-btn.e-round .e-btn-icon, +.e-small.e-css.e-btn.e-round .e-btn-icon { + font-size: 14px; + line-height: 2em; + width: auto; +} + +.e-small .e-btn.e-rtl .e-icon-right, +.e-small.e-btn.e-rtl .e-icon-right, +.e-small .e-css.e-btn.e-rtl .e-icon-right, +.e-small.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.7273em; + margin-right: 0; +} + +.e-small .e-btn.e-rtl .e-icon-left, +.e-small.e-btn.e-rtl .e-icon-left, +.e-small .e-css.e-btn.e-rtl .e-icon-left, +.e-small.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: btn-small-icon-margin; +} + +.e-bigger.e-small .e-btn, +.e-bigger.e-small.e-btn, +.e-bigger.e-small .e-css.e-btn, +.e-bigger.e-small.e-css.e-btn { + font-size: 16px; + line-height: 2em; + padding: 1px 22px; +} + +.e-bigger.e-small .e-btn .e-btn-icon, +.e-bigger.e-small.e-btn .e-btn-icon, +.e-bigger.e-small .e-css.e-btn .e-btn-icon, +.e-bigger.e-small.e-css.e-btn .e-btn-icon { + font-size: 15px; + width: 1.0667em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.5334em; + width: 2.1334em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.5334em; + width: 2.1334em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-bigger.e-small .e-btn.e-icon-btn, +.e-bigger.e-small.e-btn.e-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-icon-btn { + padding: 1px 9px; +} + +.e-bigger.e-small .e-btn.e-top-icon-btn, .e-bigger.e-small .e-btn.e-bottom-icon-btn, +.e-bigger.e-small.e-btn.e-top-icon-btn, +.e-bigger.e-small.e-btn.e-bottom-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-top-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-bottom-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-top-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 10px 24px; +} + +.e-bigger.e-small .e-btn.e-round, +.e-bigger.e-small.e-btn.e-round, +.e-bigger.e-small .e-css.e-btn.e-round, +.e-bigger.e-small.e-css.e-btn.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-bigger.e-small .e-btn.e-round .e-btn-icon, +.e-bigger.e-small.e-btn.e-round .e-btn-icon, +.e-bigger.e-small .e-css.e-btn.e-round .e-btn-icon, +.e-bigger.e-small.e-css.e-btn.e-round .e-btn-icon { + font-size: 18px; + line-height: 2.1112em; + width: auto; +} + +.e-bigger.e-small .e-btn.e-rtl .e-icon-right, +.e-bigger.e-small.e-btn.e-rtl .e-icon-right, +.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-right, +.e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.5334em; + margin-right: 0; +} + +.e-bigger.e-small .e-btn.e-rtl .e-icon-left, +.e-bigger.e-small.e-btn.e-rtl .e-icon-left, +.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-left, +.e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5334em; +} + +.e-bigger .e-btn, +.e-bigger.e-btn, +.e-bigger .e-css.e-btn, +.e-bigger.e-css.e-btn { + font-size: 16px; + line-height: 2em; + padding: 3px 24px; +} + +.e-bigger .e-btn .e-btn-icon, +.e-bigger.e-btn .e-btn-icon, +.e-bigger .e-css.e-btn .e-btn-icon, +.e-bigger.e-css.e-btn .e-btn-icon { + font-size: 16px; + width: 1em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-btn .e-btn-icon.e-icon-left, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.688em; + width: 2.25em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-btn .e-btn-icon.e-icon-right, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.688em; + width: 2.25em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-btn .e-btn-icon.e-icon-top, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 10px; + width: auto; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 10px; + width: auto; +} + +.e-bigger .e-btn.e-icon-btn, +.e-bigger.e-btn.e-icon-btn, +.e-bigger .e-css.e-btn.e-icon-btn, +.e-bigger.e-css.e-btn.e-icon-btn { + padding: 3px 11px; +} + +.e-bigger .e-btn.e-top-icon-btn, .e-bigger .e-btn.e-bottom-icon-btn, +.e-bigger.e-btn.e-top-icon-btn, +.e-bigger.e-btn.e-bottom-icon-btn, +.e-bigger .e-css.e-btn.e-top-icon-btn, +.e-bigger .e-css.e-btn.e-bottom-icon-btn, +.e-bigger.e-css.e-btn.e-top-icon-btn, +.e-bigger.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 10px 24px; +} + +.e-bigger .e-btn.e-round, +.e-bigger.e-btn.e-round, +.e-bigger .e-css.e-btn.e-round, +.e-bigger.e-css.e-btn.e-round { + height: 2.875em; + line-height: 1; + padding: 0; + width: 2.875em; +} + +.e-bigger .e-btn.e-round .e-btn-icon, +.e-bigger.e-btn.e-round .e-btn-icon, +.e-bigger .e-css.e-btn.e-round .e-btn-icon, +.e-bigger.e-css.e-btn.e-round .e-btn-icon { + font-size: 20px; + line-height: 2.2em; + width: auto; +} + +.e-bigger .e-btn.e-rtl .e-icon-right, +.e-bigger.e-btn.e-rtl .e-icon-right, +.e-bigger .e-css.e-btn.e-rtl .e-icon-right, +.e-bigger.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.688em; + margin-right: 0; +} + +.e-bigger .e-btn.e-rtl .e-icon-left, +.e-bigger.e-btn.e-rtl .e-icon-left, +.e-bigger .e-css.e-btn.e-rtl .e-icon-left, +.e-bigger.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.688em; +} + +.e-bigger .e-btn.e-small, +.e-bigger.e-btn.e-small, +.e-bigger .e-css.e-btn.e-small, +.e-bigger.e-css.e-btn.e-small { + font-size: 16px; + line-height: 2em; + padding: 1px 22px; +} + +.e-bigger .e-btn.e-small .e-btn-icon, +.e-bigger.e-btn.e-small .e-btn-icon, +.e-bigger .e-css.e-btn.e-small .e-btn-icon, +.e-bigger.e-css.e-btn.e-small .e-btn-icon { + font-size: 15px; + width: 1.0667em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-left { + margin-left: -0.5334em; + width: 2.1334em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-right { + margin-right: -0.5334em; + width: 2.1334em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-bigger .e-btn.e-small.e-icon-btn, +.e-bigger.e-btn.e-small.e-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-icon-btn { + padding: 1px 9px; +} + +.e-bigger .e-btn.e-small.e-top-icon-btn, .e-bigger .e-btn.e-small.e-bottom-icon-btn, +.e-bigger.e-btn.e-small.e-top-icon-btn, +.e-bigger.e-btn.e-small.e-bottom-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-top-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-bottom-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-top-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-bottom-icon-btn { + line-height: 1; + padding: 10px 24px; +} + +.e-bigger .e-btn.e-small.e-round, +.e-bigger.e-btn.e-small.e-round, +.e-bigger .e-css.e-btn.e-small.e-round, +.e-bigger.e-css.e-btn.e-small.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-bigger .e-btn.e-small.e-round .e-btn-icon, +.e-bigger.e-btn.e-small.e-round .e-btn-icon, +.e-bigger .e-css.e-btn.e-small.e-round .e-btn-icon, +.e-bigger.e-css.e-btn.e-small.e-round .e-btn-icon { + font-size: 18px; + line-height: 2.1112em; + width: auto; +} + +.e-bigger .e-btn.e-small.e-rtl .e-icon-right, +.e-bigger.e-btn.e-small.e-rtl .e-icon-right, +.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-right, +.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-right { + margin-left: -0.5334em; + margin-right: 0; +} + +.e-bigger .e-btn.e-small.e-rtl .e-icon-left, +.e-bigger.e-btn.e-small.e-rtl .e-icon-left, +.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-left, +.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5334em; +} + +/*! button theme */ +.e-btn, +.e-css.e-btn { + -webkit-tap-highlight-color: transparent; + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #333; + transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); +} + +.e-btn:hover, +.e-css.e-btn:hover { + background-color: #eaeaea; + border-color: #eaeaea; + box-shadow: none; + color: #000; +} + +.e-btn:focus, +.e-css.e-btn:focus { + background-color: #f4f4f4; + border-color: #eaeaea; + color: #333; + outline: #767676 1px solid; + outline-offset: 0; + box-shadow: none; +} + +.e-btn:active, +.e-css.e-btn:active { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #000; + outline: #eaeaea 0 solid; + outline-offset: 0; + box-shadow: none; +} + +.e-btn.e-active, +.e-css.e-btn.e-active { + background-color: #c8c8c8; + border-color: #c8c8c8; + box-shadow: none; + color: #000; +} + +.e-btn:disabled, +.e-css.e-btn:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn .e-ripple-element, +.e-css.e-btn .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-round, +.e-css.e-btn.e-round { + background-color: #f4f4f4; + border-color: #f4f4f4; + color: #333; +} + +.e-btn.e-round:hover, +.e-css.e-btn.e-round:hover { + background-color: #eaeaea; + border-color: #eaeaea; + color: #000; +} + +.e-btn.e-round:focus, +.e-css.e-btn.e-round:focus { + background-color: #f4f4f4; + border-color: #eaeaea; + box-shadow: none; + color: #333; + outline: none; + outline-offset: 0; +} + +.e-btn.e-round:active, +.e-css.e-btn.e-round:active { + background-color: #c8c8c8; + border-color: #c8c8c8; + box-shadow: none; + color: #000; + outline: #eaeaea 0 solid; + outline-offset: 0; +} + +.e-btn.e-round:disabled, +.e-css.e-btn.e-round:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-round.e-primary:focus, +.e-css.e-btn.e-round.e-primary:focus { + outline: none; +} + +.e-btn.e-round.e-success:focus, +.e-css.e-btn.e-round.e-success:focus { + outline: none; +} + +.e-btn.e-round.e-info:focus, +.e-css.e-btn.e-round.e-info:focus { + outline: none; +} + +.e-btn.e-round.e-warning:focus, +.e-css.e-btn.e-round.e-warning:focus { + outline: none; +} + +.e-btn.e-round.e-danger:focus, +.e-css.e-btn.e-round.e-danger:focus { + outline: none; +} + +.e-btn.e-primary, +.e-css.e-btn.e-primary { + background-color: #0078d6; + border-color: #0078d6; + color: #fff; +} + +.e-btn.e-primary:hover, +.e-css.e-btn.e-primary:hover { + background-color: #006fc7; + border-color: #006fc7; + box-shadow: none; + color: #fff; +} + +.e-btn.e-primary:focus, +.e-css.e-btn.e-primary:focus { + background-color: #0078d6; + border-color: #fff; + color: #fff; + outline: #767676 1px solid; + box-shadow: none; +} + +.e-btn.e-primary:active, +.e-css.e-btn.e-primary:active { + background-color: #005ba3; + border-color: #005ba3; + color: #fff; + outline: #eaeaea 0 solid; + box-shadow: none; +} + +.e-btn.e-primary.e-active, +.e-css.e-btn.e-primary.e-active { + background-color: #005ba3; + border-color: #005ba3; + box-shadow: none; + color: #fff; +} + +.e-btn.e-primary:disabled, +.e-css.e-btn.e-primary:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-primary .e-ripple-element, +.e-css.e-btn.e-primary .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-success, +.e-css.e-btn.e-success { + background-color: #137c10; + border-color: #137c10; + color: #fff; +} + +.e-btn.e-success:hover, +.e-css.e-btn.e-success:hover { + background-color: #146511; + border-color: #146511; + box-shadow: none; + color: #fff; +} + +.e-btn.e-success:focus, +.e-css.e-btn.e-success:focus { + background-color: #137c10; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn.e-success:active, .e-btn.e-success.e-active, +.e-css.e-btn.e-success:active, +.e-css.e-btn.e-success.e-active { + background-color: #004b1d; + border-color: #004b1d; + color: #fff; + box-shadow: none; +} + +.e-btn.e-success:disabled, +.e-css.e-btn.e-success:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-success .e-ripple-element, +.e-css.e-btn.e-success .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-info, +.e-css.e-btn.e-info { + background-color: #0378d5; + border-color: #0378d5; + color: #fff; +} + +.e-btn.e-info:hover, +.e-css.e-btn.e-info:hover { + background-color: #016cc0; + border-color: #016cc0; + box-shadow: none; + color: #fff; +} + +.e-btn.e-info:focus, +.e-css.e-btn.e-info:focus { + background-color: #0378d5; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn.e-info:active, .e-btn.e-info.e-active, +.e-css.e-btn.e-info:active, +.e-css.e-btn.e-info.e-active { + background-color: #065fa6; + border-color: #065fa6; + color: #fff; + box-shadow: none; +} + +.e-btn.e-info:disabled, +.e-css.e-btn.e-info:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-info .e-ripple-element, +.e-css.e-btn.e-info .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-warning, +.e-css.e-btn.e-warning { + background-color: #d83b01; + border-color: #d83b01; + color: #fff; +} + +.e-btn.e-warning:hover, +.e-css.e-btn.e-warning:hover { + background-color: #c73702; + border-color: #c73702; + box-shadow: none; + color: #fff; +} + +.e-btn.e-warning:focus, +.e-css.e-btn.e-warning:focus { + background-color: #d83b01; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn.e-warning:active, .e-btn.e-warning.e-active, +.e-css.e-btn.e-warning:active, +.e-css.e-btn.e-warning.e-active { + background-color: #a22c01; + border-color: #a22c01; + color: #fff; + box-shadow: none; +} + +.e-btn.e-warning:disabled, +.e-css.e-btn.e-warning:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-warning .e-ripple-element, +.e-css.e-btn.e-warning .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-danger, +.e-css.e-btn.e-danger { + background-color: #a80000; + border-color: #a80000; + color: #fff; +} + +.e-btn.e-danger:hover, +.e-css.e-btn.e-danger:hover { + background-color: #930000; + border-color: #930000; + box-shadow: none; + color: #fff; +} + +.e-btn.e-danger:focus, +.e-css.e-btn.e-danger:focus { + background-color: #a80000; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn.e-danger:active, +.e-css.e-btn.e-danger:active { + background-color: #7c0101; + border-color: #7c0101; + color: #fff; + box-shadow: none; +} + +.e-btn.e-danger.e-active, +.e-css.e-btn.e-danger.e-active { + background-color: #7c0101; + border-color: #7c0101; + box-shadow: none; + color: #fff; +} + +.e-btn.e-danger:disabled, +.e-css.e-btn.e-danger:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-danger .e-ripple-element, +.e-css.e-btn.e-danger .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat, +.e-css.e-btn.e-flat { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #333; +} + +.e-btn.e-flat:hover, +.e-css.e-btn.e-flat:hover { + background-color: #eaeaea; + border-color: #eaeaea; + box-shadow: none; + color: #000; +} + +.e-btn.e-flat:focus, +.e-css.e-btn.e-flat:focus { + background-color: #eaeaea; + border-color: #eaeaea; + color: #333; + box-shadow: none; +} + +.e-btn.e-flat:active, .e-btn.e-flat.e-active, +.e-css.e-btn.e-flat:active, +.e-css.e-btn.e-flat.e-active { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #000; + box-shadow: none; +} + +.e-btn.e-flat:disabled, +.e-css.e-btn.e-flat:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-flat .e-ripple-element, +.e-css.e-btn.e-flat .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-primary, +.e-css.e-btn.e-flat.e-primary { + background-color: #0078d6; + border-color: #0078d6; + color: #fff; +} + +.e-btn.e-flat.e-primary:hover, +.e-css.e-btn.e-flat.e-primary:hover { + background-color: #006fc7; + border-color: #006fc7; + color: #fff; +} + +.e-btn.e-flat.e-primary:focus, +.e-css.e-btn.e-flat.e-primary:focus { + background-color: #006fc7; + border-color: #fff; + color: #fff; +} + +.e-btn.e-flat.e-primary:active, .e-btn.e-flat.e-primary.e-active, +.e-css.e-btn.e-flat.e-primary:active, +.e-css.e-btn.e-flat.e-primary.e-active { + background-color: #005ba3; + border-color: #005ba3; + color: #fff; +} + +.e-btn.e-flat.e-primary:disabled, +.e-css.e-btn.e-flat.e-primary:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-flat.e-primary .e-ripple-element, +.e-css.e-btn.e-flat.e-primary .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-success, +.e-css.e-btn.e-flat.e-success { + background-color: #137c10; + border-color: #137c10; + color: #fff; +} + +.e-btn.e-flat.e-success:hover, +.e-css.e-btn.e-flat.e-success:hover { + background-color: #146511; + border-color: #146511; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-success:focus, +.e-css.e-btn.e-flat.e-success:focus { + background-color: #146511; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-success:active, .e-btn.e-flat.e-success.e-active, +.e-css.e-btn.e-flat.e-success:active, +.e-css.e-btn.e-flat.e-success.e-active { + background-color: #004b1d; + border-color: #004b1d; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-success:disabled, +.e-css.e-btn.e-flat.e-success:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + color: #a6a6a6; +} + +.e-btn.e-flat.e-success .e-ripple-element, +.e-css.e-btn.e-flat.e-success .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-info, +.e-css.e-btn.e-flat.e-info { + background-color: #0378d5; + border-color: #0378d5; + color: #fff; +} + +.e-btn.e-flat.e-info:hover, +.e-css.e-btn.e-flat.e-info:hover { + background-color: #016cc0; + border-color: #016cc0; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-info:focus, +.e-css.e-btn.e-flat.e-info:focus { + background-color: #016cc0; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-info:active, .e-btn.e-flat.e-info.e-active, +.e-css.e-btn.e-flat.e-info:active, +.e-css.e-btn.e-flat.e-info.e-active { + background-color: #065fa6; + border-color: #065fa6; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-info:disabled, +.e-css.e-btn.e-flat.e-info:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + color: #a6a6a6; +} + +.e-btn.e-flat.e-info .e-ripple-element, +.e-css.e-btn.e-flat.e-info .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-warning, +.e-css.e-btn.e-flat.e-warning { + background-color: #d83b01; + border-color: #d83b01; + color: #fff; +} + +.e-btn.e-flat.e-warning:hover, +.e-css.e-btn.e-flat.e-warning:hover { + background-color: #c73702; + border-color: #c73702; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-warning:focus, +.e-css.e-btn.e-flat.e-warning:focus { + background-color: #c73702; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-warning:active, .e-btn.e-flat.e-warning.e-active, +.e-css.e-btn.e-flat.e-warning:active, +.e-css.e-btn.e-flat.e-warning.e-active { + background-color: #a22c01; + border-color: #a22c01; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-warning:disabled, +.e-css.e-btn.e-flat.e-warning:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + color: #a6a6a6; +} + +.e-btn.e-flat.e-warning .e-ripple-element, +.e-css.e-btn.e-flat.e-warning .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-danger, +.e-css.e-btn.e-flat.e-danger { + background-color: #a80000; + border-color: #a80000; + color: #fff; +} + +.e-btn.e-flat.e-danger:hover, +.e-css.e-btn.e-flat.e-danger:hover { + background-color: #930000; + border-color: #930000; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-danger:focus, +.e-css.e-btn.e-flat.e-danger:focus { + background-color: #930000; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-danger:active, .e-btn.e-flat.e-danger.e-active, +.e-css.e-btn.e-flat.e-danger:active, +.e-css.e-btn.e-flat.e-danger.e-active { + background-color: #7c0101; + border-color: #7c0101; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-danger:disabled, +.e-css.e-btn.e-flat.e-danger:disabled { + background-color: #f4f4f4; + border-color: #f4f4f4; + color: #a6a6a6; +} + +.e-btn.e-flat.e-danger .e-ripple-element, +.e-css.e-btn.e-flat.e-danger .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-outline, +.e-css.e-btn.e-outline { + background-color: transparent; + border-color: #d0d0d0; + box-shadow: none; + color: #333; +} + +.e-btn.e-outline:hover, +.e-css.e-btn.e-outline:hover { + background-color: #eaeaea; + border-color: #d0d0d0; + box-shadow: none; + color: #000; +} + +.e-btn.e-outline:focus, +.e-css.e-btn.e-outline:focus { + background-color: #eaeaea; + border-color: #d0d0d0; + color: #000; + box-shadow: none; +} + +.e-btn.e-outline:active, .e-btn.e-outline.e-active, +.e-css.e-btn.e-outline:active, +.e-css.e-btn.e-outline.e-active { + background-color: #c8c8c8; + border-color: #c8c8c8; + box-shadow: none; + color: #000; +} + +.e-btn.e-outline:disabled, +.e-css.e-btn.e-outline:disabled { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-outline.e-primary, +.e-css.e-btn.e-outline.e-primary { + background-color: transparent; + border-color: #0078d6; + color: #0078d6; +} + +.e-btn.e-outline.e-primary:hover, +.e-css.e-btn.e-outline.e-primary:hover { + background-color: #006fc7; + border-color: #0078d6; + color: #fff; +} + +.e-btn.e-outline.e-primary:focus, +.e-css.e-btn.e-outline.e-primary:focus { + background-color: #0078d6; + border-color: #fff; + color: #fff; +} + +.e-btn.e-outline.e-primary:active, .e-btn.e-outline.e-primary.e-active, +.e-css.e-btn.e-outline.e-primary:active, +.e-css.e-btn.e-outline.e-primary.e-active { + background-color: #005ba3; + border-color: #0078d6; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline.e-primary:disabled, +.e-css.e-btn.e-outline.e-primary:disabled { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-outline.e-success, +.e-css.e-btn.e-outline.e-success { + background-color: transparent; + border-color: #137c10; + color: #137c10; +} + +.e-btn.e-outline.e-success:hover, +.e-css.e-btn.e-outline.e-success:hover { + background-color: #146511; + border-color: #146511; + color: #fff; +} + +.e-btn.e-outline.e-success:focus, +.e-css.e-btn.e-outline.e-success:focus { + background-color: #137c10; + border-color: #fff; + color: #fff; +} + +.e-btn.e-outline.e-success:active, .e-btn.e-outline.e-success.e-active, +.e-css.e-btn.e-outline.e-success:active, +.e-css.e-btn.e-outline.e-success.e-active { + background-color: #004b1d; + border-color: #004b1d; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline.e-success:disabled, +.e-css.e-btn.e-outline.e-success:disabled { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-outline.e-info, +.e-css.e-btn.e-outline.e-info { + background-color: transparent; + border-color: #0378d5; + color: #0378d5; +} + +.e-btn.e-outline.e-info:hover, +.e-css.e-btn.e-outline.e-info:hover { + background-color: #016cc0; + border-color: #016cc0; + color: #fff; +} + +.e-btn.e-outline.e-info:focus, +.e-css.e-btn.e-outline.e-info:focus { + background-color: #016cc0; + border-color: #fff; + color: #fff; +} + +.e-btn.e-outline.e-info:active, .e-btn.e-outline.e-info.e-active, +.e-css.e-btn.e-outline.e-info:active, +.e-css.e-btn.e-outline.e-info.e-active { + background-color: #065fa6; + border-color: #065fa6; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline.e-info:disabled, +.e-css.e-btn.e-outline.e-info:disabled { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-outline.e-warning, +.e-css.e-btn.e-outline.e-warning { + background-color: transparent; + border-color: #d83b01; + color: #d83b01; +} + +.e-btn.e-outline.e-warning:hover, +.e-css.e-btn.e-outline.e-warning:hover { + background-color: #c73702; + border-color: #c73702; + color: #fff; +} + +.e-btn.e-outline.e-warning:focus, +.e-css.e-btn.e-outline.e-warning:focus { + background-color: #c73702; + border-color: #fff; + color: #fff; +} + +.e-btn.e-outline.e-warning:active, .e-btn.e-outline.e-warning.e-active, +.e-css.e-btn.e-outline.e-warning:active, +.e-css.e-btn.e-outline.e-warning.e-active { + background-color: #a22c01; + border-color: #a22c01; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline.e-warning:disabled, +.e-css.e-btn.e-outline.e-warning:disabled { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-outline.e-danger, +.e-css.e-btn.e-outline.e-danger { + background-color: transparent; + border-color: #a80000; + color: #a80000; +} + +.e-btn.e-outline.e-danger:hover, +.e-css.e-btn.e-outline.e-danger:hover { + background-color: #930000; + border-color: #930000; + color: #fff; +} + +.e-btn.e-outline.e-danger:focus, +.e-css.e-btn.e-outline.e-danger:focus { + background-color: #930000; + border-color: #fff; + color: #fff; +} + +.e-btn.e-outline.e-danger:active, .e-btn.e-outline.e-danger.e-active, +.e-css.e-btn.e-outline.e-danger:active, +.e-css.e-btn.e-outline.e-danger.e-active { + background-color: #7c0101; + border-color: #7c0101; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline.e-danger:disabled, +.e-css.e-btn.e-outline.e-danger:disabled { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; +} + +.e-btn.e-link, +.e-css.e-btn.e-link { + background-color: transparent; + border-color: transparent; + border-radius: 0; + box-shadow: none; + color: #0d47a1; +} + +.e-btn.e-link:hover, +.e-css.e-btn.e-link:hover { + border-radius: 0; + color: #0a3576; + text-decoration: underline; +} + +.e-btn.e-link:focus, +.e-css.e-btn.e-link:focus { + border-radius: 0; + text-decoration: underline; + color: #0a3576; +} + +.e-btn.e-link:disabled, +.e-css.e-btn.e-link:disabled { + color: #a6a6a6; + background-color: transparent; + box-shadow: none; + text-decoration: none; +} + +/*! calendar fabric theme variables */ +/*! component icons */ +.e-calendar .e-header .e-date-icon-prev::before { + content: '\e85e'; +} + +.e-calendar .e-header .e-date-icon-next::before { + content: '\e84f'; +} + +/*! calendar layout */ +ejs-calendar { + display: block; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + -webkit-tap-highlight-color: transparent; + border-radius: 0; + display: block; + overflow: auto; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-calendar.e-rtl .e-header .e-title, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title { + float: right; + text-align: right; +} + +.e-calendar.e-rtl .e-header .e-icon-container, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-icon-container { + float: left; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + background: none; + display: table; + font-weight: 300; + position: relative; + text-align: center; + width: 100%; +} + +.e-calendar .e-header button, +.e-bigger.e-small .e-calendar .e-header button { + background: transparent; + border: 0; + padding: 0; + text-decoration: none; +} + +.e-calendar .e-header span, +.e-bigger.e-small .e-calendar .e-header span { + cursor: pointer; + display: inline-block; + font-size: 14px; + font-weight: 300; + line-height: 16px; + padding: 7px; + vertical-align: middle; +} + +.e-calendar .e-header span.e-disabled, +.e-bigger.e-small .e-calendar .e-header span.e-disabled { + cursor: default; +} + +.e-calendar .e-week-header, +.e-bigger.e-small .e-calendar .e-week-header { + padding: 0; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + cursor: default; + font-size: 12px; + font-weight: normal; + text-align: center; +} + +.e-calendar .e-content .e-selected, +.e-calendar .e-content .e-state-hover, +.e-bigger.e-small .e-calendar .e-content .e-selected, +.e-bigger.e-small .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-calendar .e-content span.e-day, +.e-bigger.e-small .e-calendar .e-content span.e-day { + border-radius: 0; + cursor: pointer; + display: inline-block; + font-size: 12px; + overflow: hidden; + padding: 0; + text-align: center; + text-decoration: none; + vertical-align: middle; +} + +.e-calendar .e-content th, +.e-calendar .e-content td, +.e-bigger.e-small .e-calendar .e-content th, +.e-bigger.e-small .e-calendar .e-content td { + box-sizing: border-box; +} + +.e-calendar .e-content td.e-disabled, +.e-bigger.e-small .e-calendar .e-content td.e-disabled { + opacity: 0.35; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content td, +.e-bigger.e-small .e-calendar .e-content td { + cursor: pointer; + padding: 0; + text-align: center; +} + +.e-calendar .e-content td.e-week-number, +.e-bigger.e-small .e-calendar .e-content td.e-week-number { + color: #333; + font-size: 12px; + font-style: italic; + font-weight: 500; +} + +.e-calendar .e-content td.e-overlay, +.e-bigger.e-small .e-calendar .e-content td.e-overlay { + background: none; + width: initial; +} + +.e-calendar .e-content table, +.e-bigger.e-small .e-calendar .e-content table { + border-collapse: separate; + border-spacing: 0; + border-width: 0; + float: left; + margin: 0; + outline: 0; + padding: 0 10px 10px 10px; + table-layout: fixed; + width: 100%; +} + +.e-calendar .e-content td.e-other-month > span.e-day, +.e-calendar .e-content td.e-other-year > span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day { + display: ""; + font-weight: 500; +} + +.e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide { + display: none; + font-weight: 500; +} + +.e-calendar .e-content tr.e-month-hide, +.e-calendar .e-content td.e-other-month, +.e-calendar .e-content td.e-other-year, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content td.e-other-month, +.e-bigger.e-small .e-calendar .e-content td.e-other-year { + pointer-events: initial; + -ms-touch-action: initial; + touch-action: initial; +} + +.e-calendar .e-content tr.e-month-hide, +.e-calendar .e-content td.e-other-month.e-disabled, +.e-calendar .e-content td.e-other-year.e-disabled, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content td.e-other-month.e-disabled, +.e-bigger.e-small .e-calendar .e-content td.e-other-year.e-disabled { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content td.e-week-number:hover span.e-day, +.e-calendar .e-content td.e-week-number:hover, +.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover { + background-color: #fff; + cursor: default; +} + +.e-calendar .e-header .e-prev, +.e-calendar .e-header .e-next, +.e-bigger.e-small .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-calendar .e-header .e-next { + border-radius: 0; + display: inline-block; + font-size: 16px; + vertical-align: middle; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + cursor: pointer; + display: inline-block; + float: left; + font-size: 17px; + font-weight: 300; + text-align: left; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + margin-left: 7px; +} + +.e-calendar .e-header .e-prev:hover, +.e-calendar .e-header .e-next:hover, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover, +.e-bigger.e-small .e-calendar .e-header .e-next:hover { + cursor: pointer; +} + +.e-calendar .e-header .e-prev.e-overlay, +.e-calendar .e-header .e-next.e-overlay, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-overlay, +.e-bigger.e-small .e-calendar .e-header .e-next.e-overlay { + background: none; +} + +.e-calendar .e-header.e-decade .e-title, +.e-calendar .e-header.e-year .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-year .e-title { + margin-left: 7px; +} + +.e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title { + cursor: default; +} + +.e-calendar .e-header .e-icon-container, +.e-bigger.e-small .e-calendar .e-header .e-icon-container { + display: inline-block; + float: right; +} + +.e-calendar .e-footer-container, +.e-bigger.e-small .e-calendar .e-footer-container { + text-transform: uppercase; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + max-width: 232px; + min-width: 232px; + padding: 0; +} + +.e-calendar.e-calendar-day-header-lg, +.e-bigger.e-small .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-calendar.e-week-number, +.e-bigger.e-small .e-calendar.e-week-number { + min-width: 262px; +} + +.e-calendar.e-week, +.e-bigger.e-small .e-calendar.e-week { + max-width: 232px; + min-width: 232px; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + line-height: 36px; +} + +.e-calendar.e-rtl .e-header .e-title, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title { + text-align: right; + text-indent: 4px; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + height: 36px; +} + +.e-calendar .e-header.e-month, +.e-bigger.e-small .e-calendar .e-header.e-month { + padding: 10px 10px 0 10px; +} + +.e-calendar .e-header.e-year, .e-calendar .e-header.e-decade, +.e-bigger.e-small .e-calendar .e-header.e-year, +.e-bigger.e-small .e-calendar .e-header.e-decade { + padding: 10px; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + font-weight: 500; + height: 30px; +} + +.e-calendar .e-content .e-selected, +.e-calendar .e-content .e-state-hover, +.e-bigger.e-small .e-calendar .e-content .e-selected, +.e-bigger.e-small .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-calendar .e-content span.e-day, +.e-bigger.e-small .e-calendar .e-content span.e-day { + border: none; + font-size: 12px; + font-weight: 500; + height: 30px; + line-height: 30px; + width: 30px; +} + +.e-calendar .e-content.e-year table, +.e-calendar .e-content.e-decade table, +.e-bigger.e-small .e-calendar .e-content.e-year table, +.e-bigger.e-small .e-calendar .e-content.e-decade table { + border-spacing: 0; + padding: 0 6px 0; +} + +.e-calendar .e-content.e-month td, +.e-bigger.e-small .e-calendar .e-content.e-month td { + height: 30px; + padding: 0; +} + +.e-calendar .e-content .tfooter > tr > td, +.e-bigger.e-small .e-calendar .e-content .tfooter > tr > td { + height: 36px; + line-height: 36px; +} + +.e-calendar .e-content.e-year td, +.e-calendar .e-content.e-decade td, +.e-bigger.e-small .e-calendar .e-content.e-year td, +.e-bigger.e-small .e-calendar .e-content.e-decade td { + height: 45px; + padding: 0 0 10px 0; +} + +.e-calendar .e-content.e-year td > span.e-day, +.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day { + font-weight: normal; + height: 45px; + line-height: 45px; + width: 45px; +} + +.e-calendar .e-header .e-icon-container .e-prev, +.e-calendar .e-header .e-icon-container .e-next, +.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-prev, +.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-next { + height: 30px; + width: 30px; +} + +.e-calendar .e-footer-container, +.e-bigger.e-small .e-calendar .e-footer-container { + border-top: none; + cursor: default; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 0 10px 10px 10px; + text-align: center; + width: 100%; +} + +.e-small.e-bigger.e-calendar .e-content.e-year span.e-day, +.e-small.e-bigger .e-calendar .e-content.e-year span.e-day { + font-size: 12px; +} + +.e-small.e-bigger.e-calendar .e-content.e-month table, +.e-small.e-bigger .e-calendar .e-content.e-month table { + padding: 0 10px 10px 10px; +} + +.e-bigger.e-calendar, +.e-bigger .e-calendar { + max-width: 288px; + min-width: 288px; + padding: 0; +} + +.e-bigger.e-calendar.e-calendar-day-header-lg, +.e-bigger .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-bigger.e-calendar.e-week, +.e-bigger .e-calendar.e-week { + max-width: 288px; + min-width: 288px; +} + +.e-bigger.e-calendar.e-week-number, +.e-bigger .e-calendar.e-week-number { + min-width: 320px; +} + +.e-bigger.e-calendar .e-header .e-title, +.e-bigger .e-calendar .e-header .e-title { + font-size: 19px; + line-height: 48px; + width: 60%; +} + +.e-bigger.e-calendar.e-rtl .e-header .e-title, +.e-bigger .e-calendar.e-rtl .e-header .e-title { + line-height: 48px; + text-indent: 6px; +} + +.e-bigger.e-calendar .e-header, +.e-bigger .e-calendar .e-header { + height: 48px; + padding: 12px 12px 0 12px; +} + +.e-bigger.e-calendar .e-header span, +.e-bigger .e-calendar .e-header span { + font-size: 18px; + padding: 13px; +} + +.e-bigger.e-calendar .e-header.e-year, .e-bigger.e-calendar .e-header.e-decade, +.e-bigger .e-calendar .e-header.e-year, +.e-bigger .e-calendar .e-header.e-decade { + padding: 12px 12px 10px 12px; +} + +.e-bigger.e-calendar th, +.e-bigger .e-calendar th { + font-size: 15px; + height: 37px; +} + +.e-bigger.e-calendar .e-content.e-year span.e-day, +.e-bigger .e-calendar .e-content.e-year span.e-day { + font-size: 14px; + font-weight: normal; +} + +.e-bigger.e-calendar .e-content.e-month table, +.e-bigger .e-calendar .e-content.e-month table { + padding: 0 12px 12px 12px; +} + +.e-bigger.e-calendar .e-content.e-year table, +.e-bigger.e-calendar .e-content.e-decade table, +.e-bigger .e-calendar .e-content.e-year table, +.e-bigger .e-calendar .e-content.e-decade table { + padding: 0 8.5px 3.5px 8.5px; +} + +.e-bigger.e-calendar .e-content .e-selected, +.e-bigger.e-calendar .e-content .e-state-hover, +.e-bigger .e-calendar .e-content .e-selected, +.e-bigger .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-bigger.e-calendar .e-content span.e-day, +.e-bigger .e-calendar .e-content span.e-day { + font-size: 14px; + height: 37px; + line-height: 37px; + width: 37px; +} + +.e-bigger.e-calendar .e-content.e-month td, +.e-bigger .e-calendar .e-content.e-month td { + height: 0; + padding: 0; +} + +.e-bigger.e-calendar .e-content.e-year td, +.e-bigger.e-calendar .e-content.e-decade td, +.e-bigger .e-calendar .e-content.e-year td, +.e-bigger .e-calendar .e-content.e-decade td { + height: 54px; + padding: 0 0 13px 0; +} + +.e-bigger.e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger .e-calendar .e-content.e-year td > span.e-day, +.e-bigger .e-calendar .e-content.e-decade td > span.e-day { + height: 54px; + line-height: 54px; + width: 54px; +} + +.e-bigger.e-calendar .e-header .e-icon-container .e-prev, +.e-bigger.e-calendar .e-header .e-icon-container .e-next, +.e-bigger .e-calendar .e-header .e-icon-container .e-prev, +.e-bigger .e-calendar .e-header .e-icon-container .e-next { + height: 45px; + width: 45px; +} + +.e-bigger.e-calendar .e-footer-container, +.e-bigger .e-calendar .e-footer-container { + border-top: none; + padding: 0 10px 10px 10px; +} + +.e-small.e-calendar, +.e-small .e-calendar { + max-width: 232px; + min-width: 232px; + padding: 0; +} + +.e-small.e-calendar.e-calendar-day-header-lg, +.e-small .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-small.e-calendar .e-content span.e-day, +.e-small .e-calendar .e-content span.e-day { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +.e-small.e-calendar .e-content.e-month td, +.e-small .e-calendar .e-content.e-month td { + height: 24px; +} + +.e-small.e-calendar .e-header, +.e-small .e-calendar .e-header { + height: 32px; +} + +.e-small.e-calendar .e-header span, +.e-small .e-calendar .e-header span { + font-size: 12px; + padding: 6px; +} + +.e-small.e-calendar .e-header .e-title, +.e-small .e-calendar .e-header .e-title { + font-size: 14px; + line-height: 32px; +} + +.e-small.e-calendar .e-header .e-icon-container .e-prev, +.e-small.e-calendar .e-header .e-icon-container .e-next, +.e-small .e-calendar .e-header .e-icon-container .e-prev, +.e-small .e-calendar .e-header .e-icon-container .e-next { + height: 28px; + width: 28px; +} + +.e-small.e-calendar th, +.e-small .e-calendar th { + font-size: 12px; + height: 24px; +} + +.e-calendar .e-btn.e-today.e-flat.e-disabled, +.e-calendar .e-btn.e-today.e-flat.e-disabled:hover, +.e-calendar .e-btn.e-today.e-flat.e-disabled:active, +.e-calendar .e-btn.e-today.e-flat.e-disabled:focus, +.e-calendar .e-btn.e-today.e-flat.e-disabled:hover:active { + background: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + cursor: default; + opacity: 0.35; + outline: none; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-content-placeholder.e-calendar.e-placeholder-calendar { + background-size: 250px 336px; + min-height: 336px; +} + +.e-bigger .e-content-placeholder.e-calendar.e-placeholder-calendar, +.e-bigger.e-content-placeholder.e-calendar.e-placeholder-calendar { + background-size: 300px 392px; + min-height: 392px; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + background-color: #fff; + border: 1px solid #eaeaea; + box-shadow: none; +} + +.e-calendar .e-date-icon-prev, +.e-calendar .e-date-icon-next, +.e-bigger.e-small .e-calendar .e-date-icon-prev, +.e-bigger.e-small .e-calendar .e-date-icon-next { + color: #333; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + border-bottom: 0; + color: #333; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + border-bottom: 0; +} + +.e-calendar .e-header a span, +.e-bigger.e-small .e-calendar .e-header a span { + border: none; + color: #333; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + color: #0078d6; +} + +.e-calendar .e-header .e-title:hover, +.e-bigger.e-small .e-calendar .e-header .e-title:hover { + color: #00457a; + cursor: pointer; + text-decoration: none; +} + +.e-calendar .e-header .e-prev:hover > span, +.e-calendar .e-header .e-next:hover > span, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover > span, +.e-bigger.e-small .e-calendar .e-header .e-next:hover > span { + border: none; + color: #000; + cursor: pointer; +} + +.e-calendar .e-header .e-prev:hover, +.e-calendar .e-header .e-next:hover, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover, +.e-bigger.e-small .e-calendar .e-header .e-next:hover { + background: none; +} + +.e-calendar .e-header .e-prev:active, +.e-calendar .e-header .e-next:active, +.e-bigger.e-small .e-calendar .e-header .e-prev:active, +.e-bigger.e-small .e-calendar .e-header .e-next:active { + background: #fff; + color: #fff; +} + +.e-calendar .e-header button.e-prev:active span, +.e-calendar .e-header button.e-next:active span, +.e-bigger.e-small .e-calendar .e-header button.e-prev:active span, +.e-bigger.e-small .e-calendar .e-header button.e-next:active span { + border: none; + color: #333; +} + +.e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title { + color: #000; + cursor: default; +} + +.e-calendar .e-header .e-next.e-disabled span, +.e-calendar .e-header .e-prev.e-disabled span, +.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span { + color: #000; + font-weight: 500; +} + +.e-calendar .e-header .e-next.e-disabled, +.e-calendar .e-header .e-prev.e-disabled, +.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled { + opacity: 0.35; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day { + color: #a6a6a6; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day { + color: #fff; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day { + color: #000; +} + +.e-calendar .e-content.e-year td:hover span.e-day, +.e-calendar .e-content.e-decade td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day { + background-color: #dadada; +} + +.e-calendar .e-content.e-year td.e-selected:hover span.e-day, +.e-calendar .e-content.e-decade td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day { + background-color: #0078d6; +} + +.e-calendar .e-content.e-year td > span.e-day, +.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day { + background: #f4f4f4; +} + +.e-calendar .e-content .e-week-number span, +.e-bigger.e-small .e-calendar .e-content .e-week-number span { + color: #a6a6a6; +} + +.e-calendar .e-content td.e-focused-date span.e-day, +.e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-calendar .e-content td.e-focused-date:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:focus span.e-day { + background: #dadada; + border: none; + border-radius: 0; +} + +.e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day { + background-color: #eaeaea; + border: none; + border-radius: 0; + color: #333; +} + +.e-calendar .e-content td.e-today span.e-day, +.e-calendar .e-content td.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day { + background: #b7e0ff; + border: none; + border-radius: 0; + color: #333; +} + +.e-calendar .e-content td.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day { + background: #eaeaea; + border: none; + color: #333; +} + +.e-calendar .e-content td.e-today:focus span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day { + background-color: #deecf9; + border: none; + border-radius: 0; + color: #333; +} + +.e-calendar .e-content td.e-today:hover span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day { + background-color: #eaeaea; + border: none; + color: #333; +} + +.e-calendar .e-content td.e-today.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day { + background-color: #0078d6; + border: none; + box-shadow: none; + color: #fff; +} + +.e-calendar .e-content td.e-today.e-selected:hover span.e-day, +.e-calendar .e-content td.e-selected:hover span.e-day, +.e-calendar .e-content td.e-selected.e-focused-date span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day { + background-color: #005ba3; + color: #fff; +} + +.e-calendar .e-content span, +.e-bigger.e-small .e-calendar .e-content span { + color: #333; +} + +.e-calendar .e-content .e-disabled span.e-day:hover, +.e-bigger.e-small .e-calendar .e-content .e-disabled span.e-day:hover { + background: none; + border: 0; + color: #000; +} + +.e-calendar .e-content .e-other-month:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month:hover span.e-day { + color: #000; +} + +.e-calendar .e-content .e-other-month span.e-day, +.e-calendar .e-content .e-other-month.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today span.e-day { + color: #a6a6a6; +} + +.e-calendar .e-content .e-other-month.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today:hover span.e-day { + background-color: #eaeaea; + color: #a6a6a6; +} + +.e-calendar .e-content thead, +.e-bigger.e-small .e-calendar .e-content thead { + background: none; + border-bottom: 0; +} + +.e-calendar .e-content td:hover span.e-day, +.e-calendar .e-content td:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td:focus span.e-day { + background-color: #eaeaea; + border: none; + border-radius: 0; + color: #333; +} + +.e-calendar .e-content td:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td:focus span.e-day { + background-color: #deecf9; + border: none; + border-radius: 0; + color: #333; +} + +.e-calendar .e-content td.e-disabled span.e-day, +.e-calendar .e-content td.e-disabled:hover span.e-day, +.e-calendar .e-content td.e-disabled:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled:focus span.e-day { + background: none; + border: none; + color: #000; +} + +.e-calendar .e-content td.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day { + background-color: #0078d6; + border: none; + border-radius: 0; + color: #fff; +} + +.e-calendar .e-content .e-footer, +.e-bigger.e-small .e-calendar .e-content .e-footer { + color: #0078d6; +} + +.e-calendar.e-device .e-prev:hover, +.e-calendar.e-device .e-next:hover, +.e-calendar.e-device .e-prev:active, +.e-calendar.e-device .e-next:active, +.e-calendar.e-device .e-prev:focus, +.e-calendar.e-device .e-next:focus, +.e-bigger.e-small .e-calendar.e-device .e-prev:hover, +.e-bigger.e-small .e-calendar.e-device .e-next:hover, +.e-bigger.e-small .e-calendar.e-device .e-prev:active, +.e-bigger.e-small .e-calendar.e-device .e-next:active, +.e-bigger.e-small .e-calendar.e-device .e-prev:focus, +.e-bigger.e-small .e-calendar.e-device .e-next:focus { + background: none; +} + +.e-calendar.e-device button.e-prev:active span, +.e-calendar.e-device button.e-next:active span, +.e-bigger.e-small .e-calendar.e-device button.e-prev:active span, +.e-bigger.e-small .e-calendar.e-device button.e-next:active span { + color: #333; +} + +.e-small.e-calendar .e-header .e-title, +.e-small .e-calendar .e-header .e-title { + color: #0078d6; +} + +.e-zoomin { + animation: animatezoom .3s; +} + +@keyframes animatezoom { + from { + transform: scale(0); + } + to { + transform: scale(1); + } +} + +/*! component's theme wise override material-definitions and variables */ +/*! card layout */ +.e-bigger .e-card, +.e-bigger.e-card { + line-height: 45px; + min-height: 45px; +} + +.e-bigger .e-card > .e-card-header-title, +.e-bigger.e-card > .e-card-header-title { + line-height: normal; + padding: 16px; + min-height: 45px; +} + +.e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title), +.e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) { + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-card > .e-card-title, +.e-bigger.e-card > .e-card-title { + line-height: normal; + padding: 16px; +} + +.e-bigger .e-card > .e-card-title + :not(.e-card-title), +.e-bigger.e-card > .e-card-title + :not(.e-card-title) { + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-card.e-card-horizontal .e-card-image, +.e-bigger .e-card.e-card-horizontal img, +.e-bigger .e-card .e-card-horizontal .e-card-image, +.e-bigger .e-card .e-card-horizontal img, +.e-bigger.e-card.e-card-horizontal .e-card-image, +.e-bigger.e-card.e-card-horizontal img, +.e-bigger.e-card .e-card-horizontal .e-card-image, +.e-bigger.e-card .e-card-horizontal img { + margin: 2px; +} + +.e-bigger .e-card .e-card-header, +.e-bigger.e-card .e-card-header { + min-height: 30px; + padding: 16px; +} + +.e-bigger .e-card .e-card-header .e-card-content, +.e-bigger.e-card .e-card-header .e-card-content { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption, +.e-bigger.e-card .e-card-header .e-card-header-caption { + padding: 0 0 0 10px; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption:first-child, +.e-bigger.e-card .e-card-header .e-card-header-caption:first-child { + padding: 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title, +.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title { + font-size: 14px; + line-height: normal; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title, +.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + font-size: 14px; + line-height: normal; + padding: 8px 0 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-image, +.e-bigger.e-card .e-card-header .e-card-header-image { + background-size: cover; + height: 40px; + width: 40px; +} + +.e-bigger .e-card .e-card-image, +.e-bigger.e-card .e-card-image { + min-height: 150px; +} + +.e-bigger .e-card .e-card-image .e-card-title, +.e-bigger.e-card .e-card-image .e-card-title { + font-size: 17px; + line-height: 36px; + min-height: 36px; + padding: 0 16px; +} + +.e-bigger .e-card .e-card-actions, +.e-bigger.e-card .e-card-actions { + padding: 16px; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical, +.e-bigger.e-card .e-card-actions.e-card-vertical { + padding: 16px; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-bigger .e-card .e-card-actions.e-card-vertical a, +.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-bigger.e-card .e-card-actions.e-card-vertical a { + margin: 0 0 10px 0; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-bigger .e-card .e-card-actions.e-card-vertical a:last-child, +.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-bigger.e-card .e-card-actions.e-card-vertical a:last-child { + margin-bottom: 0; +} + +.e-bigger .e-card .e-card-actions .e-card-btn span, +.e-bigger .e-card .e-card-actions .e-card-btn span.e-icons, +.e-bigger.e-card .e-card-actions .e-card-btn span, +.e-bigger.e-card .e-card-actions .e-card-btn span.e-icons { + height: 24px; + width: 24px; +} + +.e-bigger .e-card .e-card-actions .e-card-btn, +.e-bigger .e-card .e-card-actions a, +.e-bigger.e-card .e-card-actions .e-card-btn, +.e-bigger.e-card .e-card-actions a { + line-height: 36px; + margin: 0 0 0 10px; + min-height: 36px; + padding: 0 6px; +} + +.e-bigger .e-card .e-card-actions .e-card-btn:first-child, +.e-bigger .e-card .e-card-actions a:first-child, +.e-bigger.e-card .e-card-actions .e-card-btn:first-child, +.e-bigger.e-card .e-card-actions a:first-child { + margin-left: 0; +} + +.e-bigger .e-card .e-card-content, +.e-bigger.e-card .e-card-content { + padding: 16px; +} + +.e-bigger .e-card .e-card-content + :not(.e-card-content), +.e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical, +.e-bigger.e-card .e-card-content + :not(.e-card-content), +.e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical { + margin-top: 0; + padding-top: 0; +} + +.e-card { + border-radius: 4px; + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + -ms-flex-pack: center; + justify-content: center; + line-height: 36px; + min-height: 36px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + width: 100%; + padding: 1px; +} + +.e-card:hover { + border-width: 2px; + padding: 0; +} + +.e-card:active { + border-width: 2px; + padding: 0; +} + +.e-card > * { + -ms-flex-pack: center; + justify-content: center; +} + +.e-card > .e-card-header-title { + box-sizing: border-box; + font-size: 15px; + line-height: normal; + padding: 12px; + min-height: 34px; +} + +.e-card > .e-card-header-title + :not(.e-card-header-title) { + margin-top: 0; + padding-top: 0; +} + +.e-card > .e-card-title { + font-size: 17px; + line-height: normal; + padding: 12px; +} + +.e-card > .e-card-title + :not(.e-card-title) { + margin-top: 0; + padding-top: 0; +} + +.e-card > .e-card-header-title, +.e-card > .e-card-title { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-card .e-card-header-caption { + line-height: normal; +} + +.e-card .e-card-header-caption .e-card-header-title { + font-size: 14px; +} + +.e-card .e-card-header-caption .e-card-sub-title { + font-size: 14px; +} + +.e-card .e-card-stacked { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; +} + +.e-card.e-card-horizontal, +.e-card .e-card-horizontal { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: center; + justify-content: center; +} + +.e-card.e-card-horizontal .e-card-image, +.e-card.e-card-horizontal img, +.e-card .e-card-horizontal .e-card-image, +.e-card .e-card-horizontal img { + margin: 2px; +} + +.e-card .e-card-horizontal { + line-height: normal; + padding: 2px; +} + +.e-card.e-card-horizontal > * { + -ms-flex: 1; + flex: 1; +} + +.e-card.e-card-horizontal .e-card-stacked { + display: -ms-flexbox; + display: flex; + -ms-flex: 1; + flex: 1; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; +} + +.e-card.e-card-horizontal .e-card-stacked > :first-child { + -ms-flex-positive: 1; + flex-grow: 1; +} + +.e-card .e-card-separator { + display: block; +} + +.e-card .e-card-corner { + border-radius: 50%; +} + +.e-card .e-card-header { + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: center; + justify-content: center; + line-height: normal; + min-height: 22.5px; + padding: 12px; + width: inherit; +} + +.e-card .e-card-header .e-card-content { + padding-left: 0; + padding-right: 0; +} + +.e-card .e-card-header .e-card-actions { + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-card .e-card-header .e-card-header-image { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; +} + +.e-card .e-card-header .e-card-header-caption { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + -ms-flex: 1; + flex: 1; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + padding: 0 0 0 7.5px; +} + +.e-card .e-card-header .e-card-header-caption:first-child { + padding: 0; +} + +.e-card .e-card-header .e-card-header-caption .e-card-header-title, +.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-card .e-card-header .e-card-header-caption .e-card-header-title { + font-size: 14px; + font-weight: 400; + font-weight: 600; + line-height: normal; +} + +.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + font-size: 14px; + font-weight: 400; + line-height: normal; + padding: 6px 0 0; +} + +.e-card .e-card-header .e-card-header-image { + background-repeat: no-repeat; + background-size: cover; + height: 30px; + width: 30px; +} + +.e-card .e-card-header .e-card-corner { + border-radius: 50%; +} + +.e-card .e-card-image { + background-size: cover; + min-height: 112.5px; + position: relative; + width: 100%; +} + +.e-card .e-card-image .e-card-title { + bottom: 0; + box-sizing: border-box; + font-size: 17px; + line-height: 27px; + min-height: 27px; + overflow: hidden; + padding: 0 12px; + position: absolute; + text-overflow: ellipsis; + width: inherit; +} + +.e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right { + bottom: auto; + top: 0; +} + +.e-card .e-card-image .e-card-title.e-card-top-right { + text-align: right; +} + +.e-card .e-card-image .e-card-title.e-card-bottom-right { + text-align: right; +} + +.e-card .e-card-actions { + box-sizing: border-box; + display: inline-block; + -ms-flex-pack: start; + justify-content: flex-start; + padding: 6px; +} + +.e-card .e-card-actions.e-card-vertical { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + padding: 12px; +} + +.e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-card .e-card-actions.e-card-vertical a { + -ms-flex-item-align: initial; + -ms-grid-row-align: initial; + align-self: initial; + box-sizing: border-box; + display: inline-block; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 6px 0; + text-align: center; + width: 100%; +} + +.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-card .e-card-actions.e-card-vertical a:last-child { + margin-bottom: 0; +} + +.e-card .e-card-actions button, +.e-card .e-card-actions a { + -ms-flex-align: center; + align-items: center; + -ms-flex-item-align: center; + align-self: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + overflow: hidden; + vertical-align: middle; + white-space: nowrap; +} + +.e-card .e-card-actions .e-card-btn span, +.e-card .e-card-actions .e-card-btn span.e-icons { + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 24px; + width: 24px; +} + +.e-card .e-card-actions .e-card-btn span::before, +.e-card .e-card-actions .e-card-btn span.e-icons::before { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + width: inherit; +} + +.e-card .e-card-actions .e-card-btn > * { + overflow: hidden; + text-overflow: ellipsis; + width: inherit; +} + +.e-card .e-card-actions .e-card-btn, +.e-card .e-card-actions a { + border-radius: 2px; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + line-height: 27px; + margin: 0 0 0 6px; + min-height: 27px; + padding: 0 6px; + text-decoration: none; + text-transform: none; +} + +.e-card .e-card-actions .e-card-btn:first-child, +.e-card .e-card-actions a:first-child { + margin-left: 0; +} + +.e-card .e-card-content { + font-size: 14px; + line-height: normal; + padding: 12px; +} + +.e-card .e-card-content + :not(.e-card-content), +.e-card .e-card-content + .e-card-actions.e-card-vertical { + margin-top: 0; + padding-top: 0; +} + +.e-card .e-card-content, +.e-card .e-card-content p { + line-height: normal; + overflow: hidden; + text-overflow: ellipsis; +} + +/*! card theme */ +.e-card { + -webkit-tap-highlight-color: transparent; + background-color: #fff; + border: 1px solid #eaeaea; + box-shadow: none; + color: #333; + outline: none; +} + +.e-card:hover { + background-color: #fff; + border-color: #d0d0d0; +} + +.e-card:focus { + background-color: #fff; + border-color: #eaeaea; +} + +.e-card:active { + background-color: #fff; + border-color: #0078d6; +} + +.e-card .e-card-separator { + border-bottom: 1px solid #eaeaea; +} + +.e-card .e-card-header-caption .e-card-header-title { + color: #333; +} + +.e-card .e-card-header-caption .e-card-sub-title { + color: #767676; +} + +.e-card .e-card-image .e-card-title { + background-color: rgba(0, 0, 0, 0.35); + color: #fff; +} + +.e-card .e-card-actions .e-card-btn span, +.e-card .e-card-actions .e-card-btn span.e-icons { + color: #767676; +} + +.e-card .e-card-actions .e-card-btn, +.e-card .e-card-actions a { + background-color: #0078d6; + border: 0; + color: #fff; + outline: 0; +} + +.e-card .e-card-actions .e-card-btn:hover, +.e-card .e-card-actions a:hover { + background-color: #005ba3; + border: 0; + color: #fff; +} + +.e-card .e-card-actions .e-card-btn:focus, +.e-card .e-card-actions a:focus { + background-color: #005ba3; + border: 0; + color: #fff; +} + +.e-card .e-card-actions .e-card-btn:active, +.e-card .e-card-actions a:active { + background-color: #0078d6; + border: 0; + color: #fff; +} + +.e-card .e-card-content { + color: #767676; +} + +.e-checkbox-wrapper .e-check::before, +.e-css.e-checkbox-wrapper .e-check::before { + content: '\e935'; +} + +.e-checkbox-wrapper .e-stop::before, +.e-css.e-checkbox-wrapper .e-stop::before { + content: '\e934'; +} + +/*! checkbox layout */ +.e-checkbox-wrapper, +.e-css.e-checkbox-wrapper { + cursor: pointer; + display: inline-block; + line-height: 1; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-checkbox-wrapper label, +.e-css.e-checkbox-wrapper label { + cursor: pointer; + display: inline-block; + line-height: 0; + margin: 0; + position: relative; + white-space: nowrap; +} + +.e-checkbox-wrapper:focus .e-frame, +.e-css.e-checkbox-wrapper:focus .e-frame { + box-shadow: none; +} + +.e-checkbox-wrapper .e-ripple-container, +.e-css.e-checkbox-wrapper .e-ripple-container { + border-radius: 50%; + bottom: -9px; + height: 36px; + left: -9px; + pointer-events: none; + position: absolute; + right: -9px; + top: -9px; + width: 36px; + z-index: 1; +} + +.e-checkbox-wrapper .e-label, +.e-css.e-checkbox-wrapper .e-label { + cursor: pointer; + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + line-height: 20px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: normal; +} + +.e-checkbox-wrapper .e-checkbox, +.e-css.e-checkbox-wrapper .e-checkbox { + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-checkbox-wrapper .e-checkbox + .e-label, +.e-css.e-checkbox-wrapper .e-checkbox + .e-label { + margin-right: 8px; +} + +.e-checkbox-wrapper .e-frame, +.e-css.e-checkbox-wrapper .e-frame { + border: 2px solid; + border-radius: 0; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + font-family: 'e-icons'; + height: 20px; + line-height: 16px; + padding: 0; + text-align: center; + vertical-align: middle; + width: 20px; +} + +.e-checkbox-wrapper .e-frame + .e-label, +.e-css.e-checkbox-wrapper .e-frame + .e-label { + margin-left: 8px; +} + +.e-checkbox-wrapper .e-frame + .e-ripple-container, +.e-css.e-checkbox-wrapper .e-frame + .e-ripple-container { + left: auto; +} + +.e-checkbox-wrapper .e-check, +.e-css.e-checkbox-wrapper .e-check { + font-size: 12px; +} + +.e-checkbox-wrapper .e-stop, +.e-css.e-checkbox-wrapper .e-stop { + font-size: 10px; + line-height: 16px; +} + +.e-checkbox-wrapper.e-checkbox-disabled, +.e-css.e-checkbox-wrapper.e-checkbox-disabled { + cursor: default; + pointer-events: none; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame { + cursor: default; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-label, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label { + cursor: default; +} + +.e-checkbox-wrapper.e-rtl .e-ripple-container, +.e-css.e-checkbox-wrapper.e-rtl .e-ripple-container { + right: -9px; +} + +.e-checkbox-wrapper.e-rtl .e-frame, +.e-css.e-checkbox-wrapper.e-rtl .e-frame { + margin: 0; +} + +.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container { + left: -9px; + right: auto; +} + +.e-checkbox-wrapper.e-rtl .e-label, +.e-css.e-checkbox-wrapper.e-rtl .e-label { + margin-left: 0; + margin-right: 8px; +} + +.e-checkbox-wrapper.e-rtl .e-label + .e-frame, +.e-css.e-checkbox-wrapper.e-rtl .e-label + .e-frame { + margin: 0; +} + +.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label, +.e-css.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label { + margin-left: 8px; + margin-right: 0; +} + +.e-checkbox-wrapper.e-small .e-frame, +.e-css.e-checkbox-wrapper.e-small .e-frame { + height: 14px; + line-height: 10px; + width: 14px; +} + +.e-checkbox-wrapper.e-small .e-check, +.e-css.e-checkbox-wrapper.e-small .e-check { + font-size: 8px; +} + +.e-checkbox-wrapper.e-small .e-stop, +.e-css.e-checkbox-wrapper.e-small .e-stop { + font-size: 8px; + line-height: 10px; +} + +.e-checkbox-wrapper.e-small .e-label, +.e-css.e-checkbox-wrapper.e-small .e-label { + font-size: 14px; + line-height: 14px; +} + +.e-checkbox-wrapper.e-small .e-ripple-container, +.e-css.e-checkbox-wrapper.e-small .e-ripple-container { + bottom: -13px; + height: 30px; + left: -13px; + right: -13px; + top: -13px; + width: 30px; +} + +.e-small .e-checkbox-wrapper .e-frame, +.e-small.e-checkbox-wrapper .e-frame, +.e-small .e-css.e-checkbox-wrapper .e-frame, +.e-small.e-css.e-checkbox-wrapper .e-frame { + height: 14px; + line-height: 10px; + width: 14px; +} + +.e-small .e-checkbox-wrapper .e-check, +.e-small.e-checkbox-wrapper .e-check, +.e-small .e-css.e-checkbox-wrapper .e-check, +.e-small.e-css.e-checkbox-wrapper .e-check { + font-size: 8px; +} + +.e-small .e-checkbox-wrapper .e-stop, +.e-small.e-checkbox-wrapper .e-stop, +.e-small .e-css.e-checkbox-wrapper .e-stop, +.e-small.e-css.e-checkbox-wrapper .e-stop { + font-size: 8px; + line-height: 10px; +} + +.e-small .e-checkbox-wrapper .e-label, +.e-small.e-checkbox-wrapper .e-label, +.e-small .e-css.e-checkbox-wrapper .e-label, +.e-small.e-css.e-checkbox-wrapper .e-label { + font-size: 14px; + line-height: 14px; +} + +.e-small .e-checkbox-wrapper .e-ripple-container, +.e-small.e-checkbox-wrapper .e-ripple-container, +.e-small .e-css.e-checkbox-wrapper .e-ripple-container, +.e-small.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -13px; + height: 30px; + left: -13px; + right: -13px; + top: -13px; + width: 30px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-frame, +.e-bigger.e-small.e-checkbox-wrapper .e-frame, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame { + height: 18px; + line-height: 15px; + width: 18px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-check, +.e-bigger.e-small.e-checkbox-wrapper .e-check, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-check, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-check { + font-size: 10px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-stop, +.e-bigger.e-small.e-checkbox-wrapper .e-stop, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-stop, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-stop { + font-size: 10px; + line-height: 14px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-label, +.e-bigger.e-small.e-checkbox-wrapper .e-label, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-label, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-label { + font-size: 15px; + line-height: 18px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -16px; + height: 38px; + left: -16px; + right: -16px; + top: -16px; + width: 38px; +} + +.e-bigger .e-checkbox-wrapper .e-frame, +.e-bigger.e-checkbox-wrapper .e-frame, +.e-bigger .e-css.e-checkbox-wrapper .e-frame, +.e-bigger.e-css.e-checkbox-wrapper .e-frame { + height: 22px; + line-height: 18px; + width: 22px; +} + +.e-bigger .e-checkbox-wrapper .e-frame + .e-label, +.e-bigger.e-checkbox-wrapper .e-frame + .e-label, +.e-bigger .e-css.e-checkbox-wrapper .e-frame + .e-label, +.e-bigger.e-css.e-checkbox-wrapper .e-frame + .e-label { + font-size: 15px; + line-height: 22px; + margin-left: 8px; +} + +.e-bigger .e-checkbox-wrapper .e-check, +.e-bigger.e-checkbox-wrapper .e-check, +.e-bigger .e-css.e-checkbox-wrapper .e-check, +.e-bigger.e-css.e-checkbox-wrapper .e-check { + font-size: 14px; +} + +.e-bigger .e-checkbox-wrapper .e-stop, +.e-bigger.e-checkbox-wrapper .e-stop, +.e-bigger .e-css.e-checkbox-wrapper .e-stop, +.e-bigger.e-css.e-checkbox-wrapper .e-stop { + font-size: 14px; + line-height: 18px; +} + +.e-bigger .e-checkbox-wrapper .e-label, +.e-bigger.e-checkbox-wrapper .e-label, +.e-bigger .e-css.e-checkbox-wrapper .e-label, +.e-bigger.e-css.e-checkbox-wrapper .e-label { + font-size: 15px; +} + +.e-bigger .e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-checkbox-wrapper .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -15px; + height: 38px; + left: -15px; + right: -15px; + top: -15px; + width: 38px; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame { + margin: 0; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label { + margin-left: 0; + margin-right: 8px; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container { + right: auto; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-frame, +.e-bigger.e-checkbox-wrapper.e-small .e-frame, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-frame, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-frame { + height: 18px; + line-height: 15px; + width: 18px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-check, +.e-bigger.e-checkbox-wrapper.e-small .e-check, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-check, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-check { + font-size: 10px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-stop, +.e-bigger.e-checkbox-wrapper.e-small .e-stop, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-stop, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-stop { + font-size: 10px; + line-height: 14px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-label, +.e-bigger.e-checkbox-wrapper.e-small .e-label, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-label, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-label { + font-size: 15px; + line-height: 18px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger.e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-ripple-container { + bottom: -16px; + height: 38px; + left: -16px; + right: -16px; + top: -16px; + width: 38px; +} + +/*! checkbox theme */ +.e-checkbox-wrapper, +.e-css.e-checkbox-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-checkbox-wrapper .e-frame, +.e-css.e-checkbox-wrapper .e-frame { + background-color: #fff; + border-color: #a6a6a6; +} + +.e-checkbox-wrapper .e-frame.e-check, +.e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #0078d6; + border-color: #0078d6; + color: #fff; +} + +.e-checkbox-wrapper .e-frame.e-stop, +.e-css.e-checkbox-wrapper .e-frame.e-stop { + background-color: #fff; + border-color: #a6a6a6; + color: #a6a6a6; +} + +.e-checkbox-wrapper .e-ripple-element, +.e-css.e-checkbox-wrapper .e-ripple-element { + background: rgba(0, 0, 0, 0.3); +} + +.e-checkbox-wrapper .e-ripple-check .e-ripple-element, +.e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element { + background: rgba(0, 0, 0, 0.3); +} + +.e-checkbox-wrapper:active .e-ripple-element, +.e-css.e-checkbox-wrapper:active .e-ripple-element { + background: rgba(0, 0, 0, 0.3); +} + +.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element, +.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element { + background: rgba(0, 0, 0, 0.3); +} + +.e-checkbox-wrapper .e-label, +.e-css.e-checkbox-wrapper .e-label { + color: #333; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame { + background-color: #fff; + border-color: #767676; + box-shadow: none; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check { + background-color: #006fc7; + border-color: #006fc7; + box-shadow: none; + color: #fff; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop { + box-shadow: none; + color: #767676; +} + +.e-checkbox-wrapper:hover .e-frame, +.e-css.e-checkbox-wrapper:hover .e-frame { + background-color: #fff; + border-color: #767676; +} + +.e-checkbox-wrapper:hover .e-frame.e-check, +.e-css.e-checkbox-wrapper:hover .e-frame.e-check { + background-color: #006fc7; + border-color: #006fc7; + color: #fff; +} + +.e-checkbox-wrapper:hover .e-frame.e-stop, +.e-css.e-checkbox-wrapper:hover .e-frame.e-stop { + color: #767676; +} + +.e-checkbox-wrapper:hover .e-label, +.e-css.e-checkbox-wrapper:hover .e-label { + color: #000; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame { + background-color: #fff; + border-color: #c8c8c8; + color: #c8c8c8; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #fff; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop { + background-color: #fff; + border-color: #c8c8c8; + color: #c8c8c8; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-label, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label { + color: #c8c8c8; +} + +.e-checkbox-wrapper.e-focus .e-ripple-container, +.e-css.e-checkbox-wrapper.e-focus .e-ripple-container { + background-color: transparent; +} + +.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check, +.e-css.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-checkbox-wrapper.e-focus .e-frame, +.e-css.e-checkbox-wrapper.e-focus .e-frame { + outline: #767676 1px solid; + outline-offset: 2px; +} + +.e-checkbox-wrapper.e-focus .e-frame.e-check, +.e-css.e-checkbox-wrapper.e-focus .e-frame.e-check { + outline: #767676 1px solid; + outline-offset: 2px; +} + +.e-chip-list .e-chip-text { + margin-top: -2px; +} + +.e-chip-list .e-chip-delete.e-dlt-btn::before { + content: '\e7fc'; +} + +.e-chip-list.e-multi-selection .e-chip::before { + content: '\e7ff'; +} + +.e-chip-list { + display: -ms-flexbox; + display: flex; + padding: 4px; +} + +.e-chip-list.e-chip, +.e-chip-list .e-chip { + -webkit-tap-highlight-color: transparent; + -ms-flex-align: center; + align-items: center; + border: 1px solid; + border-radius: 0; + box-shadow: none; + box-sizing: border-box; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + font-weight: 400; + height: 28px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1.5em; + margin: 4px; + outline: none; + overflow: hidden; + padding: 0 10px; + position: relative; + transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-chip-list.e-chip .e-chip-avatar, +.e-chip-list .e-chip .e-chip-avatar { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 50%; + display: -ms-flexbox; + display: flex; + font-size: 13px; + height: 28px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -10px; + overflow: hidden; + width: 28px; +} + +.e-chip-list.e-chip .e-chip-avatar-wrap, .e-chip-list.e-chip.e-chip-avatar-wrap, +.e-chip-list .e-chip .e-chip-avatar-wrap, +.e-chip-list .e-chip.e-chip-avatar-wrap { + border-radius: 14px 0 0 14px; +} + +.e-chip-list.e-chip .e-chip-icon, +.e-chip-list .e-chip .e-chip-icon { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 0%; + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 20px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -6px; + overflow: hidden; + width: 20px; +} + +.e-chip-list.e-chip .e-chip-text, +.e-chip-list .e-chip .e-chip-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-chip-list.e-chip .e-chip-delete, +.e-chip-list .e-chip .e-chip-delete { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 0%; + display: -ms-flexbox; + display: flex; + font-size: 10px; + height: 14px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 -2px 0 8px; + overflow: hidden; + width: 14px; +} + +.e-chip-list.e-chip .e-chip-delete.e-dlt-btn::before, +.e-chip-list .e-chip .e-chip-delete.e-dlt-btn::before { + font-family: 'e-icons'; +} + +.e-chip-list:not(.e-chip) { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.e-chip-list.e-multi-selection .e-chip::before { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-family: 'e-icons'; + height: 20px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -6px; + margin-top: 0; + overflow: hidden; + transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1); + width: 20px; +} + +.e-chip-list.e-multi-selection .e-chip:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 0; +} + +.e-chip-list.e-multi-selection .e-chip.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + display: none; +} + +.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + height: 28px; + margin: 0 8px 0 -10px; + margin-top: 0; + width: 28px; +} + +.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-icon, +.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-avatar { + display: none; +} + +.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-active.e-chip-avatar-wrap::before { + display: -ms-flexbox; + display: flex; +} + +.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 20px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-chip-list.e-rtl .e-chip .e-chip-avatar { + margin: 0 -10px 0 8px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-chip-list.e-rtl .e-chip .e-chip-icon { + margin: 0 -6px 0 8px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-chip-list.e-rtl .e-chip .e-chip-delete { + margin: 0 8px 0 -2px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap { + border-radius: 0 14px 14px 0; +} + +.e-chip-list.e-rtl.e-multi-selection .e-chip::before { + margin: 0 -6px 0 8px; + margin-top: 0; +} + +.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + margin: 0 -10px 0 8px; + margin-top: 0; +} + +.e-bigger .e-chip-list.e-chip, +.e-bigger .e-chip-list .e-chip, +.e-bigger.e-chip-list.e-chip, +.e-bigger.e-chip-list .e-chip { + border-radius: 0; + font-size: 14px; + height: 32px; + padding: 0 12px; +} + +.e-bigger .e-chip-list .e-chip-avatar, +.e-bigger.e-chip-list .e-chip-avatar { + font-size: 15px; + height: 32px; + margin: 0 8px 0 -12px; + width: 32px; +} + +.e-bigger .e-chip-list .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-chip-avatar-wrap, +.e-bigger.e-chip-list .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-chip-avatar-wrap { + border-radius: 16px 0 0 16px; +} + +.e-bigger .e-chip-list .e-chip-icon, +.e-bigger.e-chip-list .e-chip-icon { + font-size: 16px; + height: 24px; + margin: 0 8px 0 -8px; + width: 24px; +} + +.e-bigger .e-chip-list .e-chip-delete, +.e-bigger.e-chip-list .e-chip-delete { + font-size: 10px; + height: 18px; + margin: 0 -4px 0 8px; + width: 18px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip::before { + height: 24px; + margin: 0 8px 0 -8px; + margin-top: 0; + width: 24px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + height: 32px; + margin: 0 8px 0 -12px; + margin-top: 0; + width: 32px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 24px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar { + margin: 0 -12px 0 8px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-icon, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-icon { + margin: 0 -8px 0 8px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-delete, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-delete { + margin: 0 8px 0 -4px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-bigger .e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap { + border-radius: 0 16px 16px 0; +} + +.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip::before, +.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip::before { + margin: 0 -8px 0 8px; + margin-top: 0; +} + +.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before, +.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + margin: 0 -12px 0 8px; + margin-top: 0; +} + +.e-chip-list.e-chip, +.e-chip-list .e-chip { + background-color: #eaeaea; + border-color: transparent; + color: #333; +} + +.e-chip-list.e-chip .e-chip-icon, +.e-chip-list.e-chip .e-chip-delete, +.e-chip-list .e-chip .e-chip-icon, +.e-chip-list .e-chip .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip .e-chip-delete.e-dlt-btn { + color: rgba(51, 51, 51, 0.7); +} + +.e-chip-list.e-chip .e-chip-avatar, +.e-chip-list .e-chip .e-chip-avatar { + background-color: #cbcbcb; + color: #333; +} + +.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #333; +} + +.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #000; +} + +.e-chip-list.e-chip:hover, +.e-chip-list .e-chip:hover { + background-color: #dadada; + border-color: transparent; + color: #333; +} + +.e-chip-list.e-chip:hover .e-chip-icon, +.e-chip-list.e-chip:hover .e-chip-delete, +.e-chip-list .e-chip:hover .e-chip-icon, +.e-chip-list .e-chip:hover .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip:hover .e-chip-avatar, +.e-chip-list .e-chip:hover .e-chip-avatar { + background-color: #bbbbbb; + color: #333; +} + +.e-chip-list.e-chip.e-focused, +.e-chip-list .e-chip.e-focused { + background-color: #eaeaea; + border-color: #767676; + color: #333; + box-shadow: none; +} + +.e-chip-list.e-chip.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-focused .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-focused .e-chip-avatar { + background-color: #bbbbbb; + color: #333; +} + +.e-chip-list.e-chip.e-active, +.e-chip-list .e-chip.e-active { + background-color: #d0d0d0; + border-color: transparent; + color: #333; + box-shadow: none; +} + +.e-chip-list.e-chip.e-active .e-chip-icon, +.e-chip-list.e-chip.e-active .e-chip-delete, +.e-chip-list .e-chip.e-active .e-chip-icon, +.e-chip-list .e-chip.e-active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-active .e-chip-avatar { + background-color: #b1b1b1; + color: #333; +} + +.e-chip-list.e-chip.e-focused.e-active, +.e-chip-list .e-chip.e-focused.e-active { + background-color: #d0d0d0; + border-color: #767676; + color: #333; + box-shadow: none; +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-focused.e-active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-focused.e-active .e-chip-avatar { + background-color: #b1b1b1; + color: #333; +} + +.e-chip-list.e-chip:active, +.e-chip-list .e-chip:active { + background-color: #d0d0d0; + border-color: transparent; + color: #333; + box-shadow: none; +} + +.e-chip-list.e-chip:active .e-chip-icon, +.e-chip-list.e-chip:active .e-chip-delete, +.e-chip-list .e-chip:active .e-chip-icon, +.e-chip-list .e-chip:active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip:active .e-chip-avatar, +.e-chip-list .e-chip:active .e-chip-avatar { + background-color: #b1b1b1; + color: #333; +} + +.e-chip-list.e-chip.e-disabled, +.e-chip-list .e-chip.e-disabled { + background-color: #f4f4f4; + border-color: transparent; + color: #a6a6a6; + opacity: 1; + pointer-events: none; +} + +.e-chip-list.e-chip.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-disabled .e-chip-avatar { + background-color: #d5d5d5; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-outline, +.e-chip-list .e-chip.e-outline { + background-color: transparent; + border-color: #a6a6a6; + color: #333; + border-width: 1px; +} + +.e-chip-list.e-chip.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-outline .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(51, 51, 51, 0.7); +} + +.e-chip-list.e-chip.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-outline .e-chip-avatar { + background-color: #a6a6a6; + color: #333; +} + +.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #333; +} + +.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #000; +} + +.e-chip-list.e-chip.e-outline:hover, +.e-chip-list .e-chip.e-outline:hover { + background-color: #dadada; + border-color: #a6a6a6; + color: #333; +} + +.e-chip-list.e-chip.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-outline:hover .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-outline:hover .e-chip-avatar { + background-color: #a6a6a6; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused, +.e-chip-list .e-chip.e-outline.e-focused { + background-color: #eaeaea; + border-color: #a6a6a6; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-avatar { + background-color: #cbcbcb; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-active, +.e-chip-list .e-chip.e-outline.e-active { + background-color: #d0d0d0; + border-color: #a6a6a6; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-active .e-chip-avatar { + background-color: #b1b1b1; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-outline.e-focused.e-active { + background-color: #d0d0d0; + border-color: #a6a6a6; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #b1b1b1; + color: #333; +} + +.e-chip-list.e-chip.e-outline:active, +.e-chip-list .e-chip.e-outline:active { + background-color: #d0d0d0; + border-color: #a6a6a6; + color: #333; +} + +.e-chip-list.e-chip.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-outline:active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-chip.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-outline:active .e-chip-avatar { + background-color: #b1b1b1; + color: #333; +} + +.e-chip-list.e-chip.e-outline.e-disabled, +.e-chip-list .e-chip.e-outline.e-disabled { + background-color: transparent; + border-color: #a6a6a6; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-selection .e-chip.e-active { + background-color: #0078d6; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-avatar { + background-color: #005699; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused { + background-color: #0078d6; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar { + background-color: #005699; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled { + background-color: #f4f4f4; + border-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-avatar { + background-color: #d5d5d5; + color: #a6a6a6; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline { + background-color: #0078d6; + border-color: #0078d6; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar { + background-color: #005699; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused { + background-color: #0078d6; + border-color: #a6a6a6; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar { + background-color: #005699; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled { + background-color: transparent; + border-color: #a6a6a6; + color: #a6a6a6; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-selection .e-chip:active { + background-color: #d0d0d0; + border-color: transparent; + color: #333; +} + +.e-chip-list.e-selection .e-chip:active .e-chip-icon, +.e-chip-list.e-selection .e-chip:active .e-chip-delete { + color: #333; +} + +.e-chip-list.e-selection .e-chip:active .e-chip-avatar { + background-color: #b1b1b1; + color: #333; +} + +.e-chip-list.e-selection .e-chip:active.e-outline { + background-color: #d0d0d0; + border-color: #a6a6a6; + color: #333; +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-icon, +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete { + color: #333; +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar { + background-color: #b1b1b1; + color: #333; +} + +.e-chip-list.e-chip.e-primary, +.e-chip-list .e-chip.e-primary { + background-color: #0078d6; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary .e-chip-icon, +.e-chip-list.e-chip.e-primary .e-chip-delete, +.e-chip-list .e-chip.e-primary .e-chip-icon, +.e-chip-list .e-chip.e-primary .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-primary .e-chip-avatar, +.e-chip-list .e-chip.e-primary .e-chip-avatar { + background-color: #005699; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover, +.e-chip-list .e-chip.e-primary:hover { + background-color: #006fc7; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover .e-chip-icon, +.e-chip-list.e-chip.e-primary:hover .e-chip-delete, +.e-chip-list .e-chip.e-primary:hover .e-chip-icon, +.e-chip-list .e-chip.e-primary:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover .e-chip-avatar, +.e-chip-list .e-chip.e-primary:hover .e-chip-avatar { + background-color: #004d8a; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused, +.e-chip-list .e-chip.e-primary.e-focused { + background-color: #0078d6; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-avatar { + background-color: #005699; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active, +.e-chip-list .e-chip.e-primary.e-active { + background-color: #005ba3; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-active .e-chip-avatar { + background-color: #003966; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active, +.e-chip-list .e-chip.e-primary.e-focused.e-active { + background-color: #005ba3; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-avatar { + background-color: #003966; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active, +.e-chip-list .e-chip.e-primary:active { + background-color: #005ba3; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active .e-chip-icon, +.e-chip-list.e-chip.e-primary:active .e-chip-delete, +.e-chip-list .e-chip.e-primary:active .e-chip-icon, +.e-chip-list .e-chip.e-primary:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active .e-chip-avatar, +.e-chip-list .e-chip.e-primary:active .e-chip-avatar { + background-color: #003966; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-disabled, +.e-chip-list .e-chip.e-primary.e-disabled { + background-color: #f4f4f4; + border-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-avatar { + background-color: #d5d5d5; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-primary.e-outline, +.e-chip-list .e-chip.e-primary.e-outline { + background-color: transparent; + border-color: #0078d6; + color: #0078d6; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete { + color: #0078d6; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(0, 120, 214, 0.8); +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-avatar { + background-color: #0078d6; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover, +.e-chip-list .e-chip.e-primary.e-outline:hover { + background-color: #006fc7; + border-color: #0078d6; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-avatar { + background-color: #0078d6; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused, +.e-chip-list .e-chip.e-primary.e-outline.e-focused { + background-color: #0078d6; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-avatar { + background-color: #005699; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active, +.e-chip-list .e-chip.e-primary.e-outline.e-active { + background-color: #0078d6; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-avatar { + background-color: #005699; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active { + background-color: #0078d6; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #005699; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active, +.e-chip-list .e-chip.e-primary.e-outline:active { + background-color: #005ba3; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-avatar { + background-color: #003966; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled { + background-color: transparent; + border-color: #a6a6a6; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-success, +.e-chip-list .e-chip.e-success { + background-color: #137c10; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success .e-chip-icon, +.e-chip-list.e-chip.e-success .e-chip-delete, +.e-chip-list .e-chip.e-success .e-chip-icon, +.e-chip-list .e-chip.e-success .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-success .e-chip-avatar, +.e-chip-list .e-chip.e-success .e-chip-avatar { + background-color: #0b4609; + color: #fff; +} + +.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover, +.e-chip-list .e-chip.e-success:hover { + background-color: #146511; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover .e-chip-icon, +.e-chip-list.e-chip.e-success:hover .e-chip-delete, +.e-chip-list .e-chip.e-success:hover .e-chip-icon, +.e-chip-list .e-chip.e-success:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover .e-chip-avatar, +.e-chip-list .e-chip.e-success:hover .e-chip-avatar { + background-color: #0a3108; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused, +.e-chip-list .e-chip.e-success.e-focused { + background-color: #137c10; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-success.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-success.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-success.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-focused .e-chip-avatar { + background-color: #0b4609; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active, +.e-chip-list .e-chip.e-success.e-active { + background-color: #004b1d; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-active .e-chip-avatar { + background-color: #000e05; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active, +.e-chip-list .e-chip.e-success.e-focused.e-active { + background-color: #004b1d; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-avatar { + background-color: #000e05; + color: #fff; +} + +.e-chip-list.e-chip.e-success:active, +.e-chip-list .e-chip.e-success:active { + background-color: #004b1d; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success:active .e-chip-icon, +.e-chip-list.e-chip.e-success:active .e-chip-delete, +.e-chip-list .e-chip.e-success:active .e-chip-icon, +.e-chip-list .e-chip.e-success:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success:active .e-chip-avatar, +.e-chip-list .e-chip.e-success:active .e-chip-avatar { + background-color: #000e05; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-disabled, +.e-chip-list .e-chip.e-success.e-disabled { + background-color: #f4f4f4; + border-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-success.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-success.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-success.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-avatar { + background-color: #d5d5d5; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-success.e-outline, +.e-chip-list .e-chip.e-success.e-outline { + background-color: transparent; + border-color: #137c10; + color: #137c10; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline .e-chip-delete { + color: #137c10; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(19, 124, 16, 0.8); +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline .e-chip-avatar { + background-color: #137c10; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover, +.e-chip-list .e-chip.e-success.e-outline:hover { + background-color: #146511; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-avatar { + background-color: #137c10; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused, +.e-chip-list .e-chip.e-success.e-outline.e-focused { + background-color: #137c10; + border-color: #137c10; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-avatar { + background-color: #0b4609; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active, +.e-chip-list .e-chip.e-success.e-outline.e-active { + background-color: #137c10; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-avatar { + background-color: #0b4609; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active { + background-color: #137c10; + border-color: #137c10; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #0b4609; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active, +.e-chip-list .e-chip.e-success.e-outline:active { + background-color: #004b1d; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-avatar { + background-color: #000e05; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled, +.e-chip-list .e-chip.e-success.e-outline.e-disabled { + background-color: transparent; + border-color: #a6a6a6; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-info, +.e-chip-list .e-chip.e-info { + background-color: #0378d5; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info .e-chip-icon, +.e-chip-list.e-chip.e-info .e-chip-delete, +.e-chip-list .e-chip.e-info .e-chip-icon, +.e-chip-list .e-chip.e-info .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-info .e-chip-avatar, +.e-chip-list .e-chip.e-info .e-chip-avatar { + background-color: #025699; + color: #fff; +} + +.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover, +.e-chip-list .e-chip.e-info:hover { + background-color: #016cc0; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover .e-chip-icon, +.e-chip-list.e-chip.e-info:hover .e-chip-delete, +.e-chip-list .e-chip.e-info:hover .e-chip-icon, +.e-chip-list .e-chip.e-info:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover .e-chip-avatar, +.e-chip-list .e-chip.e-info:hover .e-chip-avatar { + background-color: #014a83; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused, +.e-chip-list .e-chip.e-info.e-focused { + background-color: #0378d5; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-info.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-info.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-info.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-focused .e-chip-avatar { + background-color: #025699; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active, +.e-chip-list .e-chip.e-info.e-active { + background-color: #065fa6; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-active .e-chip-avatar { + background-color: #043d6b; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active, +.e-chip-list .e-chip.e-info.e-focused.e-active { + background-color: #065fa6; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-avatar { + background-color: #043d6b; + color: #fff; +} + +.e-chip-list.e-chip.e-info:active, +.e-chip-list .e-chip.e-info:active { + background-color: #065fa6; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info:active .e-chip-icon, +.e-chip-list.e-chip.e-info:active .e-chip-delete, +.e-chip-list .e-chip.e-info:active .e-chip-icon, +.e-chip-list .e-chip.e-info:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info:active .e-chip-avatar, +.e-chip-list .e-chip.e-info:active .e-chip-avatar { + background-color: #043d6b; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-disabled, +.e-chip-list .e-chip.e-info.e-disabled { + background-color: #f4f4f4; + border-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-info.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-info.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-info.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-avatar { + background-color: #d5d5d5; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-info.e-outline, +.e-chip-list .e-chip.e-info.e-outline { + background-color: transparent; + border-color: #0378d5; + color: #0378d5; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline .e-chip-delete { + color: #0378d5; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(3, 120, 213, 0.8); +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline .e-chip-avatar { + background-color: #0378d5; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover, +.e-chip-list .e-chip.e-info.e-outline:hover { + background-color: #016cc0; + border-color: #0378d5; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-avatar { + background-color: #0378d5; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused, +.e-chip-list .e-chip.e-info.e-outline.e-focused { + background-color: #0378d5; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-avatar { + background-color: #025699; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active, +.e-chip-list .e-chip.e-info.e-outline.e-active { + background-color: #0378d5; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-avatar { + background-color: #025699; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active { + background-color: #0378d5; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #025699; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active, +.e-chip-list .e-chip.e-info.e-outline:active { + background-color: #065fa6; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-avatar { + background-color: #043d6b; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled, +.e-chip-list .e-chip.e-info.e-outline.e-disabled { + background-color: transparent; + border-color: #a6a6a6; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-warning, +.e-chip-list .e-chip.e-warning { + background-color: #d83b01; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning .e-chip-icon, +.e-chip-list.e-chip.e-warning .e-chip-delete, +.e-chip-list .e-chip.e-warning .e-chip-icon, +.e-chip-list .e-chip.e-warning .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-warning .e-chip-avatar, +.e-chip-list .e-chip.e-warning .e-chip-avatar { + background-color: #9b2a01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover, +.e-chip-list .e-chip.e-warning:hover { + background-color: #c73702; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover .e-chip-icon, +.e-chip-list.e-chip.e-warning:hover .e-chip-delete, +.e-chip-list .e-chip.e-warning:hover .e-chip-icon, +.e-chip-list .e-chip.e-warning:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover .e-chip-avatar, +.e-chip-list .e-chip.e-warning:hover .e-chip-avatar { + background-color: #8a2601; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused, +.e-chip-list .e-chip.e-warning.e-focused { + background-color: #d83b01; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-avatar { + background-color: #9b2a01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active, +.e-chip-list .e-chip.e-warning.e-active { + background-color: #a22c01; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-active .e-chip-avatar { + background-color: #651b01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active, +.e-chip-list .e-chip.e-warning.e-focused.e-active { + background-color: #a22c01; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-avatar { + background-color: #651b01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:active, +.e-chip-list .e-chip.e-warning:active { + background-color: #a22c01; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:active .e-chip-icon, +.e-chip-list.e-chip.e-warning:active .e-chip-delete, +.e-chip-list .e-chip.e-warning:active .e-chip-icon, +.e-chip-list .e-chip.e-warning:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:active .e-chip-avatar, +.e-chip-list .e-chip.e-warning:active .e-chip-avatar { + background-color: #651b01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-disabled, +.e-chip-list .e-chip.e-warning.e-disabled { + background-color: #f4f4f4; + border-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-avatar { + background-color: #d5d5d5; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-warning.e-outline, +.e-chip-list .e-chip.e-warning.e-outline { + background-color: transparent; + border-color: #d83b01; + color: #d83b01; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete { + color: #d83b01; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(216, 59, 1, 0.8); +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-avatar { + background-color: #d83b01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover, +.e-chip-list .e-chip.e-warning.e-outline:hover { + background-color: #c73702; + border-color: #d83b01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-avatar { + background-color: #d83b01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused, +.e-chip-list .e-chip.e-warning.e-outline.e-focused { + background-color: #d83b01; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-avatar { + background-color: #9b2a01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active, +.e-chip-list .e-chip.e-warning.e-outline.e-active { + background-color: #d83b01; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-avatar { + background-color: #9b2a01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active { + background-color: #d83b01; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #9b2a01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:active, +.e-chip-list .e-chip.e-warning.e-outline:active { + background-color: #a22c01; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-avatar { + background-color: #651b01; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled { + background-color: transparent; + border-color: #a6a6a6; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-danger, +.e-chip-list .e-chip.e-danger { + background-color: #a80000; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger .e-chip-icon, +.e-chip-list.e-chip.e-danger .e-chip-delete, +.e-chip-list .e-chip.e-danger .e-chip-icon, +.e-chip-list .e-chip.e-danger .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-danger .e-chip-avatar, +.e-chip-list .e-chip.e-danger .e-chip-avatar { + background-color: #6b0000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover, +.e-chip-list .e-chip.e-danger:hover { + background-color: #930000; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover .e-chip-icon, +.e-chip-list.e-chip.e-danger:hover .e-chip-delete, +.e-chip-list .e-chip.e-danger:hover .e-chip-icon, +.e-chip-list .e-chip.e-danger:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover .e-chip-avatar, +.e-chip-list .e-chip.e-danger:hover .e-chip-avatar { + background-color: #560000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused, +.e-chip-list .e-chip.e-danger.e-focused { + background-color: #a80000; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-avatar { + background-color: #6b0000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active, +.e-chip-list .e-chip.e-danger.e-active { + background-color: #7c0101; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-active .e-chip-avatar { + background-color: #3f0101; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active, +.e-chip-list .e-chip.e-danger.e-focused.e-active { + background-color: #7c0101; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-avatar { + background-color: #3f0101; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active, +.e-chip-list .e-chip.e-danger:active { + background-color: #7c0101; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active .e-chip-icon, +.e-chip-list.e-chip.e-danger:active .e-chip-delete, +.e-chip-list .e-chip.e-danger:active .e-chip-icon, +.e-chip-list .e-chip.e-danger:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active .e-chip-avatar, +.e-chip-list .e-chip.e-danger:active .e-chip-avatar { + background-color: #3f0101; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-disabled, +.e-chip-list .e-chip.e-danger.e-disabled { + background-color: #f4f4f4; + border-color: transparent; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-avatar { + background-color: #d5d5d5; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-danger.e-outline, +.e-chip-list .e-chip.e-danger.e-outline { + background-color: transparent; + border-color: #a80000; + color: #a80000; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete { + color: #a80000; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(168, 0, 0, 0.8); +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-avatar { + background-color: #a80000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover, +.e-chip-list .e-chip.e-danger.e-outline:hover { + background-color: #930000; + border-color: #a80000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-avatar { + background-color: #a80000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused, +.e-chip-list .e-chip.e-danger.e-outline.e-focused { + background-color: #a80000; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-avatar { + background-color: #6b0000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active, +.e-chip-list .e-chip.e-danger.e-outline.e-active { + background-color: #a80000; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-avatar { + background-color: #6b0000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active { + background-color: #a80000; + border-color: #767676; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #6b0000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active, +.e-chip-list .e-chip.e-danger.e-outline:active { + background-color: #7c0101; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-avatar { + background-color: #3f0101; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled { + background-color: transparent; + border-color: #a6a6a6; + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-delete { + color: #a6a6a6; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: #a6a6a6; +} + +.e-dropdown-btn .e-caret::before, +.e-dropdown-btn.e-btn .e-caret::before { + content: '\e36a'; +} + +/*! drop-down button layout */ +.e-dropdown-btn, +.e-dropdown-btn.e-btn { + box-shadow: none; + text-transform: none; + white-space: normal; +} + +.e-dropdown-btn:hover, .e-dropdown-btn:focus, +.e-dropdown-btn.e-btn:hover, +.e-dropdown-btn.e-btn:focus { + box-shadow: none; +} + +.e-dropdown-btn:active, +.e-dropdown-btn.e-btn:active { + box-shadow: none; +} + +.e-dropdown-btn .e-btn-icon, +.e-dropdown-btn.e-btn .e-btn-icon { + font-size: 14px; +} + +.e-dropdown-btn .e-caret, +.e-dropdown-btn.e-btn .e-caret { + font-size: 10px; +} + +.e-dropdown-btn.e-vertical, +.e-dropdown-btn.e-btn.e-vertical { + line-height: 1; + padding: 8px 20px; +} + +.e-dropdown-btn.e-caret-hide .e-caret, +.e-dropdown-btn.e-btn.e-caret-hide .e-caret { + display: none; +} + +.e-dropdown-btn.e-small .e-dropdown-btn.e-small, .e-dropdown-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-small, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul { + padding: 0; +} + +.e-dropdown-btn.e-small .e-dropdown-btn.e-small .e-item, .e-dropdown-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-small .e-item, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item { + padding: 0 10px; +} + +.e-dropdown-btn.e-small.e-vertical, +.e-dropdown-btn.e-btn.e-small.e-vertical { + line-height: 1; + padding: 8px 20px; +} + +.e-bigger .e-dropdown-btn .e-btn-icon, +.e-bigger.e-dropdown-btn .e-btn-icon { + font-size: 16px; +} + +.e-bigger .e-dropdown-btn .e-caret, +.e-bigger.e-dropdown-btn .e-caret { + font-size: 10px; +} + +.e-bigger .e-dropdown-btn.e-vertical, +.e-bigger.e-dropdown-btn.e-vertical { + line-height: 1; + padding: 10px 24px; +} + +.e-bigger .e-dropdown-btn.e-small.e-vertical, +.e-bigger.e-dropdown-btn.e-small.e-vertical { + line-height: 1; + padding: 10px 24px; +} + +.e-dropdown-popup { + position: absolute; +} + +.e-dropdown-popup ul { + border: 1px solid #eaeaea; + border-radius: 0; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + box-sizing: border-box; + font-size: 14px; + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + min-width: 120px; + overflow: hidden; + padding: 0; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-dropdown-popup ul .e-item { + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 36px; + line-height: 36px; + padding: 0 10px; +} + +.e-dropdown-popup ul .e-item .e-menu-url { + display: inline-block; + text-decoration: none; +} + +.e-dropdown-popup ul .e-item .e-menu-icon { + float: left; + font-size: 16px; + line-height: 36px; + margin-right: 10px; + vertical-align: middle; + width: 1em; +} + +.e-dropdown-popup ul .e-item.e-disabled { + cursor: auto; + pointer-events: none; +} + +.e-dropdown-popup ul .e-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + cursor: auto; + height: auto; + line-height: normal; + margin: 0; + pointer-events: none; +} + +.e-rtl.e-dropdown-popup .e-item .e-menu-icon { + float: right; + margin-left: 10px; + margin-right: 0; +} + +.e-bigger .e-dropdown-popup ul, +.e-bigger.e-dropdown-popup ul { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + font-size: 15px; + max-width: 280px; + min-width: 112px; + padding: 0; +} + +.e-bigger .e-dropdown-popup ul .e-item, +.e-bigger.e-dropdown-popup ul .e-item { + height: 48px; + line-height: 48px; + padding: 0 10px; +} + +.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon, +.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon { + font-size: 18px; + line-height: 48px; +} + +.e-bigger .e-dropdown-popup ul .e-item.e-separator, +.e-bigger.e-dropdown-popup ul .e-item.e-separator { + height: auto; + line-height: normal; +} + +/*! drop-down button theme */ +.e-dropdown-popup { + background-color: #fff; + color: #333; +} + +.e-dropdown-popup ul .e-item .e-menu-url { + color: #333; +} + +.e-dropdown-popup ul .e-item .e-menu-icon { + color: #333; +} + +.e-dropdown-popup ul .e-item.e-focused { + background-color: none; + box-shadow: 0 0 0 1px #767676 inset; +} + +.e-dropdown-popup ul .e-item:hover { + background-color: #f4f4f4; + color: #333; +} + +.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected { + background-color: #c8c8c8; + color: #333; +} + +.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url { + color: #333; +} + +.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon { + color: #333; +} + +.e-dropdown-popup ul .e-separator { + border-bottom-color: #eaeaea; +} + +/*! splitbutton layout */ +.e-split-btn-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + white-space: nowrap; + width: -webkit-min-content; + width: min-content; +} + +.e-split-btn-wrapper .e-split-btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + text-transform: none; + z-index: 1; + padding-left: 10px; + padding-right: 4px; +} + +.e-split-btn-wrapper .e-split-btn:focus { + outline-offset: -4px; +} + +.e-split-btn-wrapper .e-split-btn:focus, .e-split-btn-wrapper .e-split-btn:hover, .e-split-btn-wrapper .e-split-btn:active { + z-index: 2; +} + +.e-split-btn-wrapper .e-split-btn.e-top-icon-btn { + padding-bottom: 10px; + padding-top: 10px; +} + +.e-split-btn-wrapper .e-split-btn .e-btn-icon { + font-size: 14px; + margin-left: 0; + padding-right: 8px; + width: auto; +} + +.e-split-btn-wrapper .e-split-btn .e-icon-top { + padding-bottom: 4px; + padding-right: 0; +} + +.e-split-btn-wrapper .e-split-btn.e-icon-btn { + padding-left: 8px; + padding-right: 8px; +} + +.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon { + padding-right: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + margin-left: 0; + padding-left: 4px; + padding-right: 4px; +} + +.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover, .e-split-btn-wrapper .e-dropdown-btn:active { + z-index: 2; +} + +.e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active { + z-index: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn:focus { + outline-offset: -4px; +} + +.e-split-btn-wrapper .e-btn { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:hover, .e-split-btn-wrapper .e-btn:focus { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:active { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:disabled { + box-shadow: none; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + margin-left: 0; + padding-left: 4px; + padding-right: 10px; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon { + margin-right: 0; + padding-left: 8px; + padding-right: 0; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top { + padding-left: 0; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn { + padding-left: 8px; + padding-right: 8px; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon { + padding-left: 0; +} + +.e-split-btn-wrapper.e-rtl .e-dropdown-btn { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + margin-left: 0; +} + +.e-split-btn-wrapper.e-vertical { + display: inline-block; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn, +.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + display: block; + width: 100%; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn { + border-bottom-left-radius: 0; + border-top-right-radius: 0; + line-height: 1; + padding-bottom: 4px; + padding-right: 10px; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top { + padding-bottom: 4px; +} + +.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + border-bottom-left-radius: 0; + border-top-right-radius: 0; + line-height: 0.213em; + margin-left: 0; + margin-top: 0; + padding-bottom: 4px; + padding-top: 4px; +} + +.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom { + padding-top: 0; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn { + border-bottom-right-radius: 0; + border-top-left-radius: 0; + margin-left: 0; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn { + border-bottom-right-radius: 0; + border-top-left-radius: 0; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn { + padding-left: 12px; + padding-right: 6px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn { + padding-bottom: 12px; + padding-top: 12px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon { + font-size: 16px; + margin-left: 0; + padding-right: 10px; + width: auto; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top, +.e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top { + padding-bottom: 6px; + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn { + padding-left: 11px; + padding-right: 11px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon { + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper .e-dropdown-btn, +.e-bigger.e-split-btn-wrapper .e-dropdown-btn { + padding-left: 4px; + padding-right: 4px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn { + padding-left: 6px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon { + padding-left: 10px; + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top { + padding-left: 0; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn { + padding-left: 11px; + padding-right: 11px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon { + padding-left: 0; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn, +.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn { + padding-bottom: 6px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn, +.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom, +.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom { + padding-top: 0; +} + +/*! splitbutton theme */ +.e-split-btn-wrapper .e-split-btn { + border-right-color: transparent; +} + +.e-split-btn-wrapper .e-split-btn:focus { + border-right-color: #c8c8c8; +} + +.e-split-btn-wrapper .e-split-btn:active { + border-right-color: #c8c8c8; +} + +.e-split-btn-wrapper .e-split-btn:disabled { + border-right-color: #f4f4f4; +} + +.e-split-btn-wrapper:hover .e-split-btn { + border-right-color: #c8c8c8; +} + +.e-split-btn-wrapper:hover .e-split-btn:disabled { + border-right-color: #f4f4f4; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn { + border-color: transparent; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:focus { + border-color: transparent; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:active { + border-color: transparent; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:disabled { + border-left-color: #f4f4f4; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-rtl:hover .e-split-btn { + border-left-color: #c8c8c8; + border-right-color: #eaeaea; +} + +.e-split-btn-wrapper.e-rtl:hover .e-split-btn:disabled { + border-left-color: #f4f4f4; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn { + border-bottom-color: transparent; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:focus { + border-bottom-color: #c8c8c8; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:active { + border-bottom-color: #c8c8c8; + border-right-color: #c8c8c8; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:disabled { + border-bottom-color: #f4f4f4; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-vertical:hover .e-split-btn { + border-bottom-color: #c8c8c8; + border-right-color: #eaeaea; +} + +.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled { + border-bottom-color: #f4f4f4; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn { + border-left-color: transparent; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus { + border-left-color: transparent; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active { + border-left-color: transparent; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled { + border-left-color: transparent; +} + +.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn { + border-left-color: transparent; +} + +.e-input-group-icon.e-spin-up::before { + content: '\e85e'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-spin-down::before { + content: '\e84f'; + font-family: 'e-icons'; +} + +.e-numeric-container { + width: 100%; +} + +.e-content-placeholder.e-numeric.e-placeholder-numeric { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric, +.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric { + background-size: 300px 40px; + min-height: 40px; +} + +.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden, +.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden, +.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden { + border: 0; + height: 0; + margin: 0; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon { + font-size: 12px; +} + +.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, +.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon { + font-size: 12px; +} + +.e-tooltip-close::before { + content: '\e7e9'; + font-size: 16px; +} + +.e-arrow-tip-inner.e-tip-right::before { + content: '\e848'; +} + +.e-arrow-tip-inner.e-tip-top::before { + content: '\e918'; +} + +.e-arrow-tip-inner.e-tip-bottom::before { + content: '\e919'; +} + +.e-arrow-tip-inner.e-tip-left::before { + content: '\e84b'; +} + +/*! tooltip layout */ +.e-tooltip-wrap { + max-width: 350px; + min-width: 30px; + padding: 0; + position: absolute; + visibility: visible; + /*! tooltip arrow */ + /*! tooltip sticky mode close icon */ + /*! tooltip content area */ +} + +.e-tooltip-wrap .e-arrow-tip { + overflow: hidden; + position: absolute; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-bottom { + height: 8px; + left: 50%; + top: 100%; + width: 16px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-top { + height: 8px; + left: 50%; + top: -9px; + width: 16px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-left { + height: 16px; + left: -9px; + top: 48%; + width: 8px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-right { + height: 16px; + left: 100%; + top: 50%; + width: 8px; +} + +.e-tooltip-wrap .e-tooltip-close { + float: right; + position: absolute; + right: -9px; + top: -9px; + z-index: inherit; +} + +.e-tooltip-wrap .e-tip-content { + background-color: inherit; + height: 100%; + line-height: 16px; + overflow-wrap: break-word; + overflow-x: hidden; + padding: 12px 12px; + position: relative; + white-space: normal; + width: 100%; + word-break: break-word; + z-index: 1; +} + +/*! Bigger Style */ +.e-bigger .e-tooltip-wrap .e-tip-content, +.e-tooltip-wrap.e-bigger .e-tip-content { + line-height: 20px; + padding: 15px 15px; +} + +/*! Tooltip theme */ +.e-tooltip-wrap { + border-radius: 0; + filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.25)); + opacity: 1; + /*! tooltip arrow */ + /*! tooltip sticky mode close icon */ + /*! tooltip content area */ +} + +.e-tooltip-wrap.e-popup { + background-color: #fff; + border: 1px solid #eaeaea; +} + +.e-tooltip-wrap .e-arrow-tip-outer { + height: 0; + left: 0; + position: absolute; + top: 0; + width: 0; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-top: 8px solid #eaeaea; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #eaeaea; + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left { + border-bottom: 8px solid transparent; + border-right: 8px solid #eaeaea; + border-top: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right { + border-bottom: 8px solid transparent; + border-left: 8px solid #eaeaea; + border-top: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-inner { + height: 0; + position: absolute; + width: 0; + z-index: 10; +} + +.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-left, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { + color: #fff; + font-family: 'e-icons'; + font-size: 16px; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + text-transform: none; +} + +.e-tooltip-wrap .e-tooltip-close { + background-color: #333; + border-color: transparent; + border-radius: 8px; + color: #fff; +} + +.e-tooltip-wrap .e-tooltip-close:hover { + background-color: #333; + color: #eaeaea; +} + +.e-tooltip-wrap .e-tip-content { + color: #333; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 11px; +} + +/*! bigger style */ +.e-bigger .e-tooltip-wrap .e-tip-content, +.e-tooltip-wrap.e-bigger .e-tip-content { + font-size: 12px; +} + +.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle { + cursor: default; + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); + z-index: 3; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; + text-align: center; +} + +.e-slider-horizantal-color { + height: 100%; + position: absolute; + top: -1px; +} + +.e-slider-vertical-color { + left: -1px; + position: absolute; + width: 100%; +} + +.e-bigger .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; +} + +.e-bigger.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; +} + +.e-bigger .e-control-wrapper.e-slider-container .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger .e-slider .e-handle { + height: 18px; + width: 18px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-handle { + margin-left: -9px; + top: calc(50% - 9px); +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-handle { + left: calc(50% - 9px); + margin-bottom: -9px; +} + +.e-bigger .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value, +.e-control-wrapper.e-slider-container.e-bigger .e-scale .e-tick .e-tick-value { + font-size: 11px; +} + +.e-control-wrapper.e-slider-container { + -moz-user-select: none; + -ms-user-select: none; + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + box-sizing: border-box; + display: inline-block; + height: 28px; + line-height: normal; + outline: none; + position: relative; + user-select: none; +} + +.e-control-wrapper.e-slider-container::after { + content: "fabric"; + display: none; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-large-thumb-size { + transform: scale(1.5); +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider .e-handle { + margin: 0 -8px 0 0; + top: calc(50% - 8px); +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-first-tick { + background-position: right center; + left: 0; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-last-tick { + background-position: left center; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider-button { + margin-top: -8px; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-vertical { + direction: ltr; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-btn { + cursor: default; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle { + cursor: default; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-disable { + display: none; +} + +.e-control-wrapper.e-slider-container.e-horizontal { + height: 48px; + width: 100%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button { + left: 0; + margin-top: -9px; + top: 50%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAqFBMVEUAAAA/Pz8/Pz8qKiovLy8zMzM1NTU2NjYvLy8xMTEzMzM0NDQ1NTUxMTEyMjIzMzMzMzM0NDQxMTEyMjI0NDQxMTEyMjIyMjIzMzMyMjIzMzMzMzMyMjIzMzMyMjIyMjIyMjIzMzMzMzMyMjIzMzMzMzMyMjIyMjIyMjIzMzMzMzMyMjIyMjIyMjIzMzMzMzMyMjIyMjIyMjIzMzMzMzMyMjIyMjIzMzNiZe3EAAAAN3RSTlMABAgMEBQYHCAkKCwwNDg8QERITFhcYGRscHiAg4uTl5ufo6uzt7u/w8fLz9PX29/j5+vv8/f7e+LmjwAAAQtJREFUeAGV1clWKkEQhOG/urkNF3EARQZRGVAEmUXq/d/MpeFC4+S3jj6cTKqi+F1tm7/t/uGkF8mfWlijLO6wulmMsFonyc8TTrWT/KbESQvJfzSxniR/7mD1shhiXZ0lP8WqDpJ/L3GKleQPdayJDnyDNciih9XWgcdYjaPkF8ETsa9wimXwCkyy6AYXNAouaB5c0LrEKdeSPzawZsETUfz4gQrvv46wLAguaQJeP4sBeGOdu42X3oKbpdr/8d/5gpxBsIIfIFjytxB8Ri7wyo18sa3hNXXw14TX0TPyCN4wi3vwpvLB5yVeuYrVE9S18ZcJ79pUrHm1+uA9B0uBtAhfjp1/6sBfji+9O4SYTiDLgAAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-size: cover; + height: 8px; + left: calc(50% - 5px); + position: absolute; + top: calc(50% - 4px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button { + margin-top: -9px; + right: 0; + top: 50%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAnFBMVEUAAAA/Pz8qKiovLy8zMzM1NTU2NjYvLy8zMzM0NDQ1NTUxMTEyMjIzMzMzMzM0NDQxMTEyMjIzMzMzMzM0NDQyMjIyMjIzMzMzMzMzMzMyMjIzMzMzMzMyMjIyMjIzMzMzMzMyMjIyMjIzMzMzMzMyMjIyMjIzMzMzMzMyMjIyMjIzMzMzMzMyMjIyMjIzMzMzMzMyMjIyMjIzMzObrWIeAAAAM3RSTlMABAwQFBgcICgsMDQ4PEBESExQVFhgZGx8gIOLj5OXn6Orr7O3u7/Hy8/X29/n6+/z9/s8lnMbAAABCklEQVR42q2VyRKCQBBDGRQV9xUVN9wVQRH+/9+8WGVunVTZ57xDMt0Z7zv+rfpN3vTsaeRA3H2C6JVAJB4xUQWzYIgtAOWQANwFiFeLIIIMiJQx3i6AODI2pmg8ZogYiQlj/ARAERKEnwKR1QmihcbPjiCGuCNrxvgCjc8YIgHg3WGM34F4hupxPJio+qUaVVSpUW3UqNxZjar2wB4J1B25OnENcyLbA5ro2vqlGNMY9StbH6Ljk+24jpmmNe3VCqLSVmJpzsRa7ry14g/Er8VdcSManjk7NNy39XM0HNn6AR7z1tY3n6C/OK2QMuLK9rgRbbFUp7Z+hPpYPPqj02ol9bXP7fXHE/gAULR68VLnBeoAAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-size: cover; + height: 8px; + left: calc(50% - 3px); + position: absolute; + top: calc(50% - 4px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn { + padding: 0 35px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-slider { + height: 32px; + position: relative; + top: calc(50% - 16px); + width: 100%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-slider-track { + height: 4px; + left: 0; + position: absolute; + width: 100%; + background: #c8c8c8; + overflow: hidden; + top: calc(50% - 2px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-handle { + margin-left: -8px; + top: calc(50% - 8px); +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-range { + height: 4px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-range { + height: 4px; + top: calc(50% - 2px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-limits { + background-color: rgba(0, 0, 0, 0.25); + height: 4px; + position: absolute; + top: calc(50% - 2px); +} + +.e-control-wrapper.e-slider-container.e-vertical { + height: inherit; + padding: 38px 0; + width: 48px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider { + height: 100%; + left: calc(50% - 16px); + position: relative; + width: 32px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider-track { + background: #c8c8c8; + bottom: 0; + height: 100%; + position: absolute; + left: calc(50% - 2px); + overflow: hidden; + width: 4px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn { + height: 100%; + padding: 35px 0; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn .e-slider { + height: 100%; + width: 4px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button { + bottom: 0; + margin-right: -9px; + right: 50%; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAApVBMVEUAAAA/Pz8qKiovLy8zMzM1NTU2NjYvLy8xMTEzMzM0NDQ1NTUxMTEyMjIzMzM0NDQxMTEyMjIxMTEyMjIyMjIzMzMzMzMyMjIzMzMzMzMyMjIyMjIzMzMzMzMyMjIyMjIyMjIzMzMyMjIzMzMzMzMyMjIyMjIyMjIzMzMzMzMyMjIyMjIyMjIzMzMzMzMyMjIyMjIyMjIzMzMzMzMyMjIyMjIzMzMJnqvmAAAANnRSTlMABAwQFBgcICQoLDA0OEBESExcYGRobHR8gIOHi4+Tl5ujq7O3u7/Dx8vP09fb3+Pn6+/z9/vRpbpFAAABHklEQVR4Ae3TW1PCMBAF4LOFgsj9ooCichcFoVBy/v9P0xGndktS8uT4wPeYmZPZnZPgf7h6EMCfjMF5Ad7CFUFuKvBUj0iQjNvw0jM8BcghLpMXMglwFuCCcMl0gJsb5KrtqAM8tJCje2Q2QDOAizwxAf6aBrAqLmgPcF2GRXVLV4D7Js50YqbBMM30ockjlRiNiMpELVKYU9lWgdIblfcSErcfVBZFfAkmVKIGfrRjKiPBST+zyB2+DakcO0g091TGAgRTKrsaUsprKq9h9mQZQjm7b0/lWZA1MHQyPVi0DnSI6rCqbGi1CuEQzGgxFrgNmWXu4WYp99BAPv18dFsOhblqy4OMdFt51Cc7duGttvMYXwmXHuMrIrj6Q58aX4DtQxE2xQAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-size: cover; + display: inline-block; + height: 8px; + left: calc(50% - 4px); + position: absolute; + top: calc(50% - 3.6px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button { + margin-right: -9px; + right: 50%; + top: 0; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAApVBMVEUAAAA/Pz8/Pz8qKiovLy81NTU2NjYvLy8xMTEzMzM0NDQ1NTUxMTEyMjIzMzM0NDQxMTEyMjIzMzMxMTEyMjIyMjIzMzMyMjIzMzMzMzMyMjIyMjIzMzMyMjIyMjIzMzMzMzMyMjIyMjIyMjIzMzMzMzMyMjIyMjIzMzMzMzMyMjIyMjIyMjIzMzMzMzMyMjIyMjIyMjIzMzMzMzMyMjIyMjIzMzM6Q6EdAAAANnRSTlMABAgMEBgcICQoLDA0OEBESExUXGBkbHR8gIOHi5Obn6Onq6+zt7u/x8vP09fb3+Pn6+/z9/tWLLgwAAABGElEQVR4Ae3UyXLyMBAE4NYvzPJDDARCyMKShbBAgo1wv/+jhSRVqhojqeRDqnLgu/nQh3GPBhd/mZ7PNSpobMhNA9HSjCd5F5FGBb8Vt4ihprRiBklWtGIG6WQU9i0EDY8sMX34qQkdxvBJlnR61nBqf9Bj24TDwNDr0EOZeqRg7PTuDmtvFHat8v+VHf5/p7ColRuUHV4bCg8KJ2pGIU/xQ91TMAO5hVYxwhf9SmHfhtXNKcz+Aa0dhWVSeknCug5DYaIg6CcKGcTncYgzYzkIRLwDh97BF1glcGpu3YGpgod+cQSKGwTcnQWyKwT1jQys6wizfcE2GGY3AnZHwuzOgcxShImtRuTRte8G1c56bYGKFC5+wyfN5oD6Q24erwAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-size: cover; + display: inline-block; + height: 8px; + left: calc(50% - 4px); + position: absolute; + top: calc(50% - 4.5px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle { + margin-bottom: -8px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle { + margin-bottom: -8px; + left: calc(50% - 8px); +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-range { + left: calc(50% - 2px); + width: 4px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits { + background-color: rgba(0, 0, 0, 0.25); + left: calc(50% - 2px); + position: absolute; + width: 4px; +} + +.e-control-wrapper.e-slider-container .e-range { + border-radius: 4px; + position: absolute; + transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, width 300ms ease-out, height 300ms ease-out; +} + +.e-control-wrapper.e-slider-container .e-range.e-drag-horizontal { + cursor: ew-resize; +} + +.e-control-wrapper.e-slider-container .e-range.e-drag-vertical { + cursor: ns-resize; +} + +.e-control-wrapper.e-slider-container .e-slider { + box-sizing: border-box; + cursor: pointer; + display: block; + outline: 0 none; + padding: 0; + position: relative; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle { + border-radius: 50%; + box-sizing: border-box; + cursor: pointer; + height: 16px; + outline: none; + position: absolute; + -ms-touch-action: none; + touch-action: none; + transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out; + width: 16px; + z-index: 10; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle { + border-color: #0078d6; +} + +.e-control-wrapper.e-slider-container .e-slider .e-tab-track { + background-color: #b7e0ff; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick { + height: 4px; + top: -13px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-large { + height: 7px; + top: -13px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick { + left: 1px; + width: 4px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-large { + left: -2px; + width: 7px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick { + height: 4px; + top: 9px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-large { + height: 7px; + top: 12px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick { + left: 21px; + width: 4px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-large { + left: 21px; + width: 7px; +} + +.e-control-wrapper.e-slider-container.e-scale-before .e-scale.e-v-scale { + right: 9px; +} + +.e-control-wrapper.e-slider-container.e-scale-after .e-scale.e-v-scale { + right: 9px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick { + height: calc(100% - 3px); + top: -12.5px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-large { + height: calc(100% + 3px); + top: -9px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick { + left: 0; + width: calc(100% - 2px); +} + +.e-control-wrapper.e-slider-container .e-scale { + box-sizing: content-box; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + height: 28px; + line-height: normal; + list-style: none outside none; + margin: 0; + outline: 0 none; + padding: 0; + position: absolute; + top: 12px; + width: 100%; + z-index: 1; + font-size: 9px; + margin-top: -2px; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAA1JREFUGFdjWLZs2X8ABtoC8jsAVaIAAAAASUVORK5CYII="); + cursor: pointer; + outline: none; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + background-position: center center; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value { + color: #333; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 9px; + outline: none; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale { + height: 100%; + left: calc(50% - 14px); + top: 0; + width: 28px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick { + background-repeat: repeat-x; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-first-tick { + background-position-y: center; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-last-tick { + background-position-y: bottom; + margin-top: 2px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick { + display: inline-block; + background-repeat: repeat-y; + height: 100%; + top: 0; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before { + top: -18px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-after { + bottom: -20px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both { + bottom: -20px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child { + top: -18px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-first-tick { + background-position: left center; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-last-tick { + background-position: right center; +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-scale { + top: 12px; +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-slider-track { + border-color: #fff; + border-radius: 1px; + border-style: solid; + border-width: 5px 0; + height: 14px; + margin-top: -4px; + top: calc(50% - 3px); +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-scale { + right: 12px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider-track { + border-color: #fff; + border-radius: 1px; + border-style: solid; + border-width: 0 5px; + left: calc(50% - 1px); + margin-left: -7px; + width: 14px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-range { + margin-left: -1px; +} + +.e-control-wrapper.e-slider-container.e-scale-both.e-vertical .e-scale.e-h-scale { + margin-left: -7px; +} + +.e-control-wrapper.e-slider-container.e-scale-both.e-vertical.e-small-size .e-scale.e-h-scale { + margin-left: -7px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-before { + right: 17px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-after { + left: 19px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both { + right: 44px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both:first-child { + left: 42px; +} + +/*! component theme */ +.e-control-wrapper.e-slider-container .e-slider-button { + background-color: #fff; + border: 1px solid #333; + border-radius: 50%; + box-sizing: border-box; + cursor: pointer; + height: 18px; + outline: none; + padding: 0; + position: absolute; + width: 18px; +} + +.e-control-wrapper.e-slider-container .e-slider .e-range { + background-color: #666; +} + +.e-control-wrapper.e-slider-container .e-slider .e-range.e-tab-range { + background-color: #006fc7; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle { + background-color: #fff; + border: 2px solid #666; + border-color: #666; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip { + background-color: transparent; + border-color: transparent; +} + +.e-control-wrapper.e-slider-container.e-slider-hover .e-slider-track { + background-color: #b7e0ff; +} + +.e-control-wrapper.e-slider-container.e-slider-hover .e-range { + background-color: #006fc7; +} + +.e-control-wrapper.e-slider-container.e-slider-hover .e-handle { + border-color: #0078d6; +} + +.e-control-wrapper.e-slider-container:not(.e-disabled):not(.e-read-only):active .e-handle { + border-color: #0078d6; +} + +.e-control-wrapper.e-slider-container:not(.e-disabled):not(.e-read-only):active .e-range { + background-color: #006fc7; +} + +.e-control-wrapper.e-slider-container:not(.e-disabled):not(.e-read-only):active .e-slider-track { + background-color: #b7e0ff; +} + +.e-container .e-value-switch-btn::before { + content: '\e429'; +} + +.e-colorpicker-wrapper { + display: inline-block; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-colorpicker-wrapper .e-colorpicker { + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + font-family: initial; + line-height: 16px; + padding: 0 5px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; + border-radius: 0; + height: 20px; + margin-top: 0; + position: relative; + width: 20px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview { + border-radius: 0; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn { + padding: 0 5px; +} + +.e-colorpicker-wrapper * { + box-sizing: border-box; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile { + cursor: default; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover { + border: 0; + box-shadow: none; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected { + border: 0; +} + +.e-colorpicker-wrapper.e-disabled .e-container .e-handler, +.e-colorpicker-wrapper.e-disabled .e-container .e-preview-container { + cursor: default; +} + +.e-colorpicker-popup { + line-height: 0; +} + +.e-colorpicker.e-modal { + -webkit-overflow-scrolling: touch; + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; +} + +body.e-colorpicker-overflow { + overflow: visible; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + line-height: 20px; + padding: 0 7px; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + height: 24px; + width: 24px; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn { + padding: 0 7px; +} + +.e-container { + border: 0; + border-radius: 0; + display: inline-block; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); +} + +.e-container.e-color-picker { + width: 270px; +} + +.e-container.e-color-picker .e-mode-switch-btn { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%; +} + +.e-container.e-color-palette { + width: auto; +} + +.e-container.e-color-palette .e-mode-switch-btn { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%; +} + +.e-container .e-custom-palette { + display: inline-block; +} + +.e-container .e-custom-palette .e-palette { + padding: 10px; +} + +.e-container .e-custom-palette.e-palette-group { + height: 270px; + overflow-y: scroll; +} + +.e-container .e-palette { + border-bottom: 0; + display: table; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-container .e-palette .e-row { + display: table-row; + white-space: nowrap; +} + +.e-container .e-palette .e-tile { + border: 0.5px solid transparent; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + height: 27px; + text-align: center; + vertical-align: middle; + width: 27px; +} + +.e-container .e-palette .e-tile.e-selected { + outline: #333 0.5px solid; + position: relative; +} + +.e-container .e-palette .e-tile:hover { + box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.3); + position: relative; +} + +.e-container .e-palette .e-tile.e-nocolor-item { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; +} + +.e-container .e-hsv-container { + border-bottom: 0; + position: relative; + -ms-touch-action: none; + touch-action: none; +} + +.e-container .e-hsv-container .e-hsv-color { + background: linear-gradient(to bottom, transparent 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%); + height: 170px; +} + +.e-container .e-hsv-container .e-handler { + border: 1px solid #fff; + border-radius: 6px; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.7); + cursor: pointer; + display: inline-block; + height: 8px; + margin-left: -4px; + margin-top: -4px; + position: absolute; + -ms-touch-action: none; + touch-action: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 8px; +} + +.e-container .e-slider-preview { + display: inline-block; + width: 100%; + padding: 6px 12px; +} + +.e-container .e-slider-preview .e-colorpicker-slider { + display: inline-block; + width: 83.7%; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container { + height: 18px; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider { + height: 18px; + top: calc(50% - 9px); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track { + border-radius: 0; + height: 6px; + top: calc(50% - 3px); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle { + border-radius: 6px; + cursor: pointer; + height: 14px; + top: calc(50% - 7px); + width: 14px; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active { + cursor: pointer; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size { + transform: scale(1); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track { + background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track { + border: 0; + z-index: 1; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: contain; + border: 0; + height: 6px; + position: absolute; + top: calc(50% - 3px); + width: 100%; + z-index: 0; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start { + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.64); +} + +.e-container .e-slider-preview .e-preview-container { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 10px; + border: 0; + cursor: pointer; + display: inline-block; + height: 32px; + margin-left: 3.256%; + position: relative; + top: 0; + width: 13.01%; +} + +.e-container .e-slider-preview .e-preview-container .e-preview { + display: block; + height: 16px; + position: absolute; + width: 100%; +} + +.e-container .e-slider-preview .e-preview-container .e-preview.e-current { + border-bottom: 1px solid #eaeaea; + top: 0; +} + +.e-container .e-slider-preview .e-preview-container .e-preview.e-previous { + height: 16px; + top: 16px; +} + +.e-container .e-selected-value { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + padding: 0 12px 12px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-container .e-selected-value .e-input-container .e-float-input input { + padding-left: 0; + text-align: center; +} + +.e-container .e-selected-value .e-input-container .e-numeric-hidden { + display: none; +} + +.e-container .e-selected-value .e-value-switch-btn { + font-family: 'e-icons'; + font-size: 16px; + line-height: 16px; + margin-top: 26px; + padding: 1px 3px; +} + +.e-container .e-input-container { + display: inline-block; + width: 90.2%; +} + +.e-container .e-input-container .e-float-input { + display: inline-block; + margin-right: 1.809%; + vertical-align: baseline; +} + +.e-container .e-input-container .e-float-input:first-child { + width: 30%; +} + +.e-container .e-input-container .e-float-input:first-child input { + height: 32px; +} + +.e-container .e-input-container .e-float-input.e-numeric { + height: 32px; + width: 15%; +} + +.e-container .e-input-container .e-float-input.e-numeric input { + height: 30px; +} + +.e-container .e-input-container .e-float-input .e-float-text { + text-align: center; +} + +.e-container .e-switch-ctrl-btn { + display: inline-block; + padding: 0 12px 12px; + white-space: nowrap; + width: 100%; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn { + float: right; + text-align: right; + white-space: nowrap; + width: 89.913%; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn { + max-width: 47.38%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel { + margin-left: 3.62%; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn { + background-origin: border-box; + background-position: center; + background-size: cover; + float: left; + margin-top: 1px; + overflow: hidden; + white-space: nowrap; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus { + box-shadow: none; +} + +.e-container .e-value-switch-btn, +.e-container .e-mode-switch-btn { + background-color: transparent; + border-color: transparent; + position: relative; + width: 9.76%; + height: 24px; +} + +.e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active { + border-color: transparent; + box-shadow: none; + outline: none; +} + +.e-container.e-color-picker .e-value-switch-btn:focus { + outline: none; +} + +.e-container.e-color-palette .e-palette + .e-selected-value, +.e-container.e-color-palette .e-palette-group + .e-selected-value { + padding: 12px 12px; +} + +.e-container.e-color-palette .e-palette + .e-switch-ctrl-btn, +.e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn { + padding: 20px 12px 12px; +} + +.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider { + vertical-align: super; +} + +.e-hide-opacity .e-container .e-slider-preview .e-preview-container { + top: 0; +} + +.e-hide-opacity .e-container .e-float-input:first-child { + width: 37%; +} + +.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 18.58%; +} + +.e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.19%; +} + +.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 31.52%; +} + +.e-hide-valueswitcher .e-container .e-input-container { + width: 100%; +} + +.e-hide-valueswitcher .e-container .e-float-input:first-child { + width: 31%; +} + +.e-hide-valueswitcher .e-container .e-float-input.e-numeric { + width: 15.44%; +} + +.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-right: 0; +} + +.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 19.51%; +} + +.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.64%; +} + +.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 32.12%; +} + +.e-rtl .e-container .e-hsv-container .e-hsv-color { + background: linear-gradient(to bottom, transparent 0, #000 100%), linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%); +} + +.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track { + background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); +} + +.e-rtl .e-container .e-slider-preview .e-preview-container { + margin-left: 0; + margin-right: 3.256%; +} + +.e-rtl .e-container .e-selected-value .e-float-input { + margin-left: 1.809%; + margin-right: 0; +} + +.e-rtl .e-container .e-selected-value .e-float-input input { + padding-right: 0; +} + +.e-rtl .e-container .e-selected-value .e-value-switch-btn { + transform: rotate(180deg); +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn { + float: right; +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn { + float: left; + text-align: left; +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel { + margin-left: 0; + margin-right: 3.62%; +} + +.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-left: 0; +} + +.e-bigger .e-container.e-color-picker { + width: 290px; +} + +.e-bigger .e-container .e-palette .e-tile { + height: 29px; + width: 29px; +} + +.e-bigger .e-container .e-hsv-container .e-hsv-color { + height: 180px; +} + +.e-bigger .e-container .e-custom-palette.e-palette-group { + height: 290px; +} + +.e-bigger .e-container .e-slider-preview { + padding: 4px 12px; +} + +.e-bigger .e-container .e-slider-preview .e-preview-container { + margin-left: 3.76%; + top: 0; + vertical-align: super; + width: 12.032%; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider { + width: 84.1%; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container { + height: 21px; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle { + border-radius: 8px; + height: 16px; + top: calc(50% - 8px); + width: 16px; +} + +.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn { + width: 90.6%; +} + +.e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn { + padding: 18px 12px 12px; +} + +.e-bigger .e-container .e-input-container { + width: 90.8%; +} + +.e-bigger .e-container .e-input-container .e-float-input { + margin-right: 1.66%; +} + +.e-bigger .e-container .e-input-container .e-float-input:first-child { + width: 31%; +} + +.e-bigger .e-container .e-input-container .e-float-input:first-child input { + height: 38px; +} + +.e-bigger .e-container .e-input-container .e-float-input.e-numeric { + height: 38px; + width: 15.18%; +} + +.e-bigger .e-container .e-input-container .e-float-input.e-numeric input { + height: 36px; +} + +.e-bigger .e-container .e-css.e-value-switch-btn, +.e-bigger .e-container .e-mode-switch-btn { + font-size: 18px; + line-height: 18px; + padding: 2px 2px; + width: 9.023%; +} + +.e-bigger .e-container .e-mode-switch-btn { + margin-top: 6px; +} + +.e-bigger .e-hide-opacity .e-container .e-slider-preview, .e-bigger.e-hide-opacity .e-container .e-slider-preview { + padding: 4px 12px; +} + +.e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container, .e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container { + vertical-align: initial; +} + +.e-bigger .e-hide-opacity .e-container .e-float-input:first-child, .e-bigger.e-hide-opacity .e-container .e-float-input:first-child { + width: 37%; +} + +.e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 18.79%; +} + +.e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.32%; +} + +.e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 31.52%; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-input-container, +.e-bigger .e-hide-valueswitcher .e-container .e-input-container { + width: 100%; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child, +.e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-right: 0; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric { + width: 15.59%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child, +.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 19.67%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.32%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 32.22%; +} + +.e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container, +.e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container { + margin-left: 0; + margin-right: 3.76%; +} + +.e-bigger .e-rtl .e-container .e-selected-value .e-float-input, +.e-bigger.e-rtl .e-container .e-selected-value .e-float-input { + margin-left: 1.66%; + margin-right: 0; +} + +.e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child, +.e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-left: 0; +} + +.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child, +.e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child, +.e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child { + width: 100%; +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + border-bottom-left-radius: 50%; + border-bottom-right-radius: 0%; + border-top-left-radius: 50%; + border-top-right-radius: 50%; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.64); + cursor: pointer; + min-width: 26px; + transform: translateY(18px) rotate(45deg) scale(0.01); + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; + border-radius: 50%; + height: 24px; + position: relative; + transform: rotate(45deg); + width: 24px; +} + +.e-split-preview, +.e-tip-transparent { + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip, +.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + min-width: 32px; +} + +.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content, +.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content { + height: 30px; + width: 30px; +} + +.e-container { + background-color: #fff; +} + +.e-container .e-palette .e-tile:hover { + border-color: #eaeaea; +} + +.e-container .e-palette .e-tile.e-selected { + border-color: #eaeaea; +} + +.e-container .e-handler.e-hide-handler, +.e-container .e-handle.e-hide-handler { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle), +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) { + background-color: #fff; + border-color: #fff; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle), +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) { + background-color: #fff; + border-color: #fff; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle, +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle { + background-color: #fff; + border-color: #0078d6; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.64); +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn { + color: #a6a6a6; +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus { + background-color: transparent; + color: #a6a6a6; + outline: none; + outline-offset: none; +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active { + background-color: transparent; + color: #a6a6a6; +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + background-color: #fff; + border-color: #fff; +} + +/*! contextmenu layout */ +.e-contextmenu-wrapper ul .e-menu-item .e-previous::before { + content: '\e962'; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret::before { + content: '\e219'; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret::before { + content: '\e98f'; +} + +/*! contextmenu layout */ +.e-contextmenu-wrapper ul { + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + overflow: hidden; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + font-size: 14px; + padding: 0; + border: 1px solid #eaeaea; + border-radius: 0; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + display: none; + min-width: 120px; + position: absolute; +} + +.e-contextmenu-wrapper ul.e-ul, +.e-contextmenu-wrapper ul.e-ul * { + box-sizing: border-box; +} + +.e-contextmenu-wrapper ul.e-ul:focus, +.e-contextmenu-wrapper ul.e-ul *:focus { + outline: none; +} + +.e-contextmenu-wrapper ul.e-contextmenu { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); +} + +.e-contextmenu-wrapper ul.e-ul { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-contextmenu-wrapper ul .e-menu-item { + cursor: pointer; + position: relative; + height: 36px; + line-height: 36px; + padding: 0 10px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-hide { + display: none; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + text-decoration: none; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + display: inline-block; + vertical-align: middle; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-separator { + cursor: auto; + line-height: normal; + pointer-events: none; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 36px; + margin-right: 10px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + line-height: 36px; + margin-left: 16px; + margin-right: 0; + position: absolute; + right: 5px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; + margin: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-blankicon { + padding-left: 36px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-previous { + margin-right: 12px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-disabled { + cursor: auto; + pointer-events: none; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon { + float: right; + margin-right: 0; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret { + margin-left: 0; + right: auto; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon { + margin-left: 10px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret { + left: 5px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 10px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon { + padding-left: 10px; + padding-right: 36px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-bigger .e-contextmenu-wrapper ul, +.e-bigger.e-contextmenu-wrapper ul { + font-size: 15px; + padding: 0; + white-space: nowrap; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + max-width: 280px; + min-width: 112px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item { + height: 48px; + line-height: 48px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 18px; + line-height: 48px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret { + line-height: 48px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-separator, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-blankicon, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-blankicon { + padding-left: 38px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; +} + +.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon, +.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon { + padding-left: 10px; + padding-right: 38px; +} + +.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon, +.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +/*! contextmenu theme */ +.e-contextmenu-wrapper ul { + background-color: #fff; + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #eaeaea; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused { + background-color: #f4f4f4; + color: #333; + outline: 0 solid #eaeaea; + outline-offset: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected { + background-color: #f4f4f4; + color: #000; + outline: 0 solid #f4f4f4; + outline-offset: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret { + color: #333; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon { + color: #333; +} + +.e-contextmenu-wrapper ul .e-disabled { + color: #c8c8c8; + opacity: 1; +} + +.e-contextmenu-wrapper ul .e-disabled .e-menu-icon { + color: #c8c8c8; +} + +.e-contextmenu-wrapper ul .e-disabled .e-caret { + color: #c8c8c8; +} + +.e-contextmenu-wrapper ul .e-disabled .e-menu-url { + color: #c8c8c8; +} + +.e-contextmenu-wrapper ul .e-separator { + border-bottom-color: #eaeaea; +} + +/*! component's theme wise override fabric-definitions and variables */ +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east { + height: 100%; + padding: 20px 0; + right: 1px; + top: 0; + width: 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west { + height: 100%; + left: 0; + padding: 20px 0; + top: 0; + width: 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north { + height: 12px; + padding: 0 20px; + top: 1px; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south { + bottom: 1px; + height: 12px; + padding: 0 20px; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east { + bottom: 0; + right: 1px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west { + left: 2px; + top: 2px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east { + right: 2px; + top: 2px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west { + bottom: 1px; + left: 1px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before { + bottom: 0; + content: '\eb06'; + font-size: 12px; + position: absolute; + right: 0; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before { + bottom: 0; + content: '\eb06'; + font-size: 12px; + left: 0; + position: absolute; + transform: rotateY(180deg); +} + +.e-dashboardlayout.e-control .e-dashboard-gridline-table { + background: #f4f4f4; + border-collapse: collapse; + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline { + border: 1px dotted #a6a6a6; + position: absolute; +} + +.e-dashboardlayout.e-control.e-responsive { + width: 100% !important; +} + +.e-dashboardlayout.e-control.e-prevent { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-dashboardlayout.e-control .e-panel { + border-radius: 0; +} + +.e-dashboardlayout.e-control .e-panel:hover { + border: 1px #d0d0d0 solid; +} + +.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize { + display: block; +} + +.e-dashboardlayout.e-control .e-panel:active { + border: 1px #0078d6 solid; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize { + display: none; +} + +.e-dashboardlayout.e-control .e-panel.e-panel-transition { + transition: top .5s, left .5s; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header { + border-bottom: none; + color: #333; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + font-weight: 200; + height: 28px; + padding: 2px 10px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header div { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content { + display: inline-block; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template { + float: right; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container { + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template { + height: inherit; + width: inherit; +} + +.e-dashboardlayout.e-control .e-panel { + border: 1px #eaeaea solid; + height: 100%; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double { + position: absolute; + -ms-touch-action: none; + touch-action: none; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south { + border: none; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover { + cursor: e-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover { + cursor: w-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover { + cursor: n-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover { + cursor: s-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover { + cursor: nw-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover { + cursor: ne-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover { + cursor: sw-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover { + cursor: se-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double::before { + font-family: 'e-icons'; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel.e-draggable:hover { + cursor: move; +} + +.e-dashboardlayout.e-control .e-panel.e-dragging, +.e-dashboardlayout.e-control .e-panel.e-item-moving { + cursor: move; + z-index: 1111; +} + +.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template { + float: left; +} + +.e-dashboardlayout.e-control .e-holder { + background: rgba(0, 120, 214, 0.3); + border: 1px #0078d6 dotted; + border-radius: 0; + position: absolute; + border-radius: 0; +} + +.e-dashboardlayout.e-control .e-holder.e-holder-transition { + transition: top .3s, left .3s; +} + +.e-dashboardlayout.e-control .e-panel.e-bigger.e-panel-header { + font-size: 14px; + font-weight: 500; + height: 30; + padding: 0 12px; +} + +.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout { + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control { + display: block; + position: relative; +} + +.e-dashboardlayout.e-control .e-panel { + background: #fff; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); + box-sizing: border-box; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header { + color: #333; +} + +.e-dashboardlayout.e-control .e-panel { + background: #fff; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); + box-sizing: border-box; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header { + color: #333; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single { + background: none; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double { + color: #333; + font-size: 8px; + height: 16px; + width: 16px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header { + color: rgba(51, 51, 51, 0.54); +} + +/*! calendar fabric theme variables */ +/*! component icons */ +.e-input-group-icon.e-date-icon, +.e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 16px; + margin: 0; + outline: none; +} + +.e-input-group-icon.e-date-icon::before, +.e-control-wrapper .e-input-group-icon.e-date-icon::before { + content: '\e93a'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-date-icon:focus, +.e-control-wrapper .e-input-group-icon.e-date-icon:focus { + background: #eaeaea; + border-radius: 0; +} + +.e-bigger .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 20px; + margin: 0; +} + +.e-bigger .e-input-group-icon.e-date-icon::before, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before { + content: '\e93a'; + font-family: 'e-icons'; +} + +.e-bigger .e-input-group-icon.e-date-icon:focus, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus { + background: #eaeaea; + border-radius: 0; +} + +.e-small .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-small .e-input-group-icon.e-date-icon, +.e-small .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 14px; +} + +.e-small.e-bigger .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon, +.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 18px; +} + +.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child { + display: table-row; +} + +.e-datepicker.e-popup-wrapper { + border-radius: 0; + overflow-y: hidden; + pointer-events: auto; +} + +.e-datepicker.e-date-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-datepicker .e-model-header { + background-color: #0078d6; + color: #fff; + cursor: default; + display: none; + padding: 10px 10px 10px 15px; +} + +.e-datepicker .e-model-header .e-model-year { + font-size: 14px; + font-weight: 500; + line-height: 32px; + margin: 0; +} + +.e-datepicker .e-model-month, +.e-datepicker .e-model-day { + font-size: 20px; + font-weight: 500; + line-height: 32px; + margin: 0; +} + +.e-date-overflow { + overflow: hidden !important; +} + +.e-datepick-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open { + position: relative; + top: 0 !important; + left: 0 !important; +} + +.e-content-placeholder.e-datepicker.e-placeholder-datepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker, +.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker { + background-size: 250px 40px; + min-height: 40px; +} + +@media screen and (orientation: landscape) and (max-device-height: 360px) { + .e-datepicker .e-calendar .e-month table tbody { + display: inline-block; + height: 150px; + overflow: auto; + } +} + +.e-datepicker.e-popup-wrapper, +.e-bigger.e-small .e-datepicker.e-popup-wrapper { + border: 1px solid #eaeaea; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); +} + +.e-datepicker .e-calendar, +.e-bigger.e-small .e-datepicker .e-calendar { + background-color: #fff; + border: none; +} + +.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) { + border: 1px solid #0078d6; +} + +.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active { + color: none; +} + +.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active { + color: none; +} + +/*! radiobutton layout */ +.e-radio-wrapper { + display: inline-block; + line-height: 1; +} + +.e-radio { + -webkit-appearance: none; + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-radio + label { + -webkit-tap-highlight-color: transparent; + cursor: pointer; + display: inline-block; + margin: 0; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; +} + +.e-radio + label .e-label { + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + line-height: 20px; + padding-left: 28px; + vertical-align: text-top; + white-space: normal; +} + +.e-radio + label::before { + border: 2px solid; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 20px; + left: 0; + position: absolute; + top: 0; + width: 20px; +} + +.e-radio + label:focus::before { + box-shadow: none; +} + +.e-radio + label::after { + border: 1px solid; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 8px; + left: 6px; + position: absolute; + top: 6px; + transform: scale(0); + width: 8px; +} + +.e-radio + label .e-ripple-container { + border-radius: 50%; + height: 34px; + left: -8px; + position: absolute; + top: -8px; + width: 34px; + z-index: 1; +} + +.e-radio + label.e-right .e-label, .e-radio + label.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-radio + label.e-right::before, .e-radio + label.e-rtl::before { + left: auto; + right: 0; +} + +.e-radio + label.e-right::after, .e-radio + label.e-rtl::after { + left: auto; + right: 6px; +} + +.e-radio + label.e-right .e-ripple-container, .e-radio + label.e-rtl .e-ripple-container { + left: auto; + right: -8px; +} + +.e-radio + label.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-radio + label.e-right.e-rtl::before { + left: 0; + right: auto; +} + +.e-radio + label.e-right.e-rtl::after { + left: 6px; + right: auto; +} + +.e-radio + label.e-right.e-rtl .e-ripple-container { + left: -8px; + right: auto; +} + +.e-radio + label.e-small .e-label { + line-height: 14px; + padding-left: 22px; +} + +.e-radio + label.e-small::before { + height: 14px; + width: 14px; +} + +.e-radio + label.e-small::after { + height: 6px; + left: 4px; + top: 4px; + width: 6px; +} + +.e-radio + label.e-small .e-ripple-container { + left: -10px; + top: -10px; +} + +.e-radio + label.e-small.e-right .e-label, .e-radio + label.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 22px; +} + +.e-radio + label.e-small.e-right::after, .e-radio + label.e-small.e-rtl::after { + left: auto; + right: 4px; +} + +.e-radio + label.e-small.e-right .e-ripple-container, .e-radio + label.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-radio + label.e-small.e-right.e-rtl .e-label { + padding-left: 22px; + padding-right: 0; +} + +.e-radio + label.e-small.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-radio + label.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-radio:checked + label::after { + transform: scale(1); + transition: none; +} + +.e-small .e-radio + label .e-label, +.e-radio + label.e-small .e-label { + line-height: 14px; + padding-left: 22px; +} + +.e-small .e-radio + label::before, +.e-radio + label.e-small::before { + height: 14px; + width: 14px; +} + +.e-small .e-radio + label::after, +.e-radio + label.e-small::after { + height: 6px; + left: 4px; + top: 4px; + width: 6px; +} + +.e-small .e-radio + label .e-ripple-container, +.e-radio + label.e-small .e-ripple-container { + left: -10px; + top: -10px; +} + +.e-small .e-radio + label.e-right .e-label, .e-small .e-radio + label.e-rtl .e-label, +.e-radio + label.e-small.e-right .e-label, +.e-radio + label.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 22px; +} + +.e-small .e-radio + label.e-right::after, .e-small .e-radio + label.e-rtl::after, +.e-radio + label.e-small.e-right::after, +.e-radio + label.e-small.e-rtl::after { + left: auto; + right: 4px; +} + +.e-small .e-radio + label.e-right .e-ripple-container, .e-small .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-small.e-right .e-ripple-container, +.e-radio + label.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-small .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-small.e-right.e-rtl .e-label { + padding-left: 22px; + padding-right: 0; +} + +.e-small .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-small.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-small .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-bigger.e-small .e-radio + label .e-label, +.e-radio + label.e-bigger.e-small .e-label { + line-height: 18px; + padding-left: 28px; +} + +.e-bigger.e-small .e-radio + label::before, +.e-radio + label.e-bigger.e-small::before { + height: 18px; + width: 18px; +} + +.e-bigger.e-small .e-radio + label::after, +.e-radio + label.e-bigger.e-small::after { + height: 8px; + left: 5px; + top: 5px; + width: 8px; +} + +.e-bigger.e-small .e-radio + label .e-ripple-container, +.e-radio + label.e-bigger.e-small .e-ripple-container { + height: 36px; + left: -11px; + top: -11px; + width: 36px; +} + +.e-bigger.e-small .e-radio + label.e-right .e-label, .e-bigger.e-small .e-radio + label.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right .e-label, +.e-radio + label.e-bigger.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-bigger.e-small .e-radio + label.e-right::after, .e-bigger.e-small .e-radio + label.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right::after, +.e-radio + label.e-bigger.e-small.e-rtl::after { + left: auto; + right: 5px; +} + +.e-bigger.e-small .e-radio + label.e-right .e-ripple-container, .e-bigger.e-small .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right.e-rtl::after { + left: 5px; + right: auto; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-bigger .e-radio + label .e-label, +.e-radio + label.e-bigger .e-label { + font-size: 15px; + line-height: 22px; + padding-left: 32px; +} + +.e-bigger .e-radio + label::before, +.e-radio + label.e-bigger::before { + height: 22px; + width: 22px; +} + +.e-bigger .e-radio + label::after, +.e-radio + label.e-bigger::after { + height: 10px; + left: 6px; + top: 6px; + width: 10px; +} + +.e-bigger .e-radio + label .e-ripple-container, +.e-radio + label.e-bigger .e-ripple-container { + height: 48px; + left: -11px; + top: -11px; + width: 48px; +} + +.e-bigger .e-radio + label.e-right .e-label, .e-bigger .e-radio + label.e-rtl .e-label, +.e-radio + label.e-bigger.e-right .e-label, +.e-radio + label.e-bigger.e-rtl .e-label { + padding-left: 0; + padding-right: 32px; +} + +.e-bigger .e-radio + label.e-right::after, .e-bigger .e-radio + label.e-rtl::after, +.e-radio + label.e-bigger.e-right::after, +.e-radio + label.e-bigger.e-rtl::after { + left: auto; + right: 6px; +} + +.e-bigger .e-radio + label.e-right .e-ripple-container, .e-bigger .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-rtl .e-ripple-container { + left: auto; + right: -11px; +} + +.e-bigger .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-right.e-rtl .e-label { + padding-left: 32px; + padding-right: 0; +} + +.e-bigger .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-right.e-rtl::after { + left: 6px; + right: auto; +} + +.e-bigger .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-right.e-rtl .e-ripple-container { + left: -12px; + right: auto; +} + +.e-bigger .e-radio + label.e-small .e-label, +.e-radio + label.e-bigger.e-small .e-label { + line-height: 18px; + padding-left: 28px; +} + +.e-bigger .e-radio + label.e-small::before, +.e-radio + label.e-bigger.e-small::before { + height: 18px; + width: 18px; +} + +.e-bigger .e-radio + label.e-small::after, +.e-radio + label.e-bigger.e-small::after { + height: 8px; + left: 5px; + top: 5px; + width: 8px; +} + +.e-bigger .e-radio + label.e-small .e-ripple-container, +.e-radio + label.e-bigger.e-small .e-ripple-container { + height: 36px; + left: -11px; + top: -11px; + width: 36px; +} + +.e-bigger .e-radio + label.e-small.e-right .e-label, .e-bigger .e-radio + label.e-small.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right .e-label, +.e-radio + label.e-bigger.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-bigger .e-radio + label.e-small.e-right::after, .e-bigger .e-radio + label.e-small.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right::after, +.e-radio + label.e-bigger.e-small.e-rtl::after { + left: auto; + right: 5px; +} + +.e-bigger .e-radio + label.e-small.e-right .e-ripple-container, .e-bigger .e-radio + label.e-small.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right.e-rtl::after { + left: 5px; + right: auto; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +/*! radiobutton theme */ +.e-radio + label::before { + background-color: #fff; + border-color: #a6a6a6; +} + +.e-radio + label.e-focus .e-ripple-container { + background-color: #000; +} + +.e-radio + label .e-label { + color: #333; +} + +.e-radio + label .e-ripple-element { + background-color: #ff4081; +} + +.e-radio + label:active .e-ripple-element { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-radio:focus + label::before { + border-color: #767676; + box-shadow: none; +} + +.e-radio:hover + label::before { + border-color: #767676; +} + +.e-radio:checked + label::before { + background-color: #fff; + border-color: #0078d6; +} + +.e-radio:checked + label::after { + background-color: #0078d6; + color: #0078d6; +} + +.e-radio:checked + label:active .e-ripple-element { + background-color: #ff4081; +} + +.e-radio:checked + .e-focus .e-ripple-container { + background-color: #ff4081; +} + +.e-radio:checked + .e-focus::before { + outline: #767676 1px solid; + outline-offset: 2px; +} + +.e-radio:checked:focus + label::before { + border-color: #006fc7; +} + +.e-radio:checked:focus + label::after { + background-color: #006fc7; +} + +.e-radio:checked + label:hover::before { + border-color: #006fc7; +} + +.e-radio:checked + label:hover::after { + background-color: #006fc7; +} + +.e-radio:disabled + label { + cursor: default; + pointer-events: none; +} + +.e-radio:disabled + label::before { + border-color: #c8c8c8; + cursor: default; +} + +.e-radio:disabled + label .e-ripple-container { + background-color: transparent; +} + +.e-radio:disabled + label .e-ripple-container::after { + background-color: transparent; + cursor: default; +} + +.e-radio:disabled + label .e-label { + color: #c8c8c8; +} + +.e-radio:disabled:checked + label::before { + background-color: transparent; + border-color: #c8c8c8; +} + +.e-radio:disabled:checked + label::after { + background-color: #0078d6; + border-color: #0078d6; + cursor: default; +} + +.e-radio:disabled:checked + label .e-ripple-container { + background-color: transparent; +} + +.e-radio:disabled:checked + label .e-ripple-container::after { + background-color: transparent; +} + +/*! switch layout */ +.e-switch-wrapper, +.e-css.e-switch-wrapper { + cursor: pointer; + display: inline-block; + height: 20px; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 44px; +} + +.e-switch-wrapper .e-switch, +.e-css.e-switch-wrapper .e-switch { + -moz-appearance: none; + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-switch-wrapper .e-switch-inner, +.e-css.e-switch-wrapper .e-switch-inner { + -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s; + -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s; + border: 2px solid #a6a6a6; + border-radius: 20px; + box-sizing: border-box; + height: 100%; + left: 0; + overflow: hidden; + position: absolute; + top: 0; + transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s; + width: 100%; +} + +.e-switch-wrapper .e-switch-on, +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-off { + -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + -ms-flex-align: center; + align-items: center; + border-radius: inherit; + display: -ms-flexbox; + display: flex; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + width: 100%; +} + +.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-on { + left: -100%; + text-indent: -14px; +} + +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-off { + left: 0; + opacity: 1; + text-indent: 12px; +} + +.e-switch-wrapper .e-switch-handle, +.e-css.e-switch-wrapper .e-switch-handle { + -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + border-radius: 50%; + bottom: 0; + height: 12px; + left: 4px; + margin: auto 0; + position: absolute; + top: 0; + transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + width: 12px; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on { + left: 0; + opacity: 1; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off { + left: 100%; +} + +.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -16px; +} + +.e-switch-wrapper.e-switch-disabled, +.e-css.e-switch-wrapper.e-switch-disabled { + cursor: default; +} + +.e-switch-wrapper .e-ripple-container, +.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + bottom: -9px; + height: 52px; + left: -17px; + pointer-events: none; + position: absolute; + top: -17px; + width: 52px; + z-index: 1; +} + +.e-switch-wrapper.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -16px; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-switch-wrapper.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; +} + +.e-switch-wrapper.e-rtl .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + border-radius: 50%; + height: 12px; + left: 4px; + margin: auto 0; + position: absolute; + top: 0; + transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + width: 12px; +} + +.e-switch-wrapper.e-small, +.e-css.e-switch-wrapper.e-small { + height: 16px; + width: 34px; +} + +.e-switch-wrapper.e-small .e-switch-handle, +.e-css.e-switch-wrapper.e-small .e-switch-handle { + height: 8px; + width: 8px; +} + +.e-switch-wrapper.e-small .e-ripple-container, +.e-css.e-switch-wrapper.e-small .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -12px; +} + +.e-switch-wrapper.e-small .e-switch-on, +.e-switch-wrapper.e-small .e-switch-off, +.e-css.e-switch-wrapper.e-small .e-switch-on, +.e-css.e-switch-wrapper.e-small .e-switch-off { + font-size: 9px; +} + +.e-switch-wrapper.e-small .e-switch-on, +.e-css.e-switch-wrapper.e-small .e-switch-on { + text-indent: -10px; +} + +.e-switch-wrapper.e-small .e-switch-off, +.e-css.e-switch-wrapper.e-small .e-switch-off { + text-indent: 10px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + left: 100%; + margin-left: -12px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + height: 8px; + width: 8px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off { + left: 0; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-small .e-switch-wrapper, +.e-small.e-switch-wrapper, +.e-small .e-css.e-switch-wrapper, +.e-small.e-css.e-switch-wrapper { + height: 16px; + width: 34px; +} + +.e-small .e-switch-wrapper .e-switch-handle, +.e-small.e-switch-wrapper .e-switch-handle, +.e-small .e-css.e-switch-wrapper .e-switch-handle, +.e-small.e-css.e-switch-wrapper .e-switch-handle { + height: 8px; + width: 8px; +} + +.e-small .e-switch-wrapper .e-ripple-container, +.e-small.e-switch-wrapper .e-ripple-container, +.e-small .e-css.e-switch-wrapper .e-ripple-container, +.e-small.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-small .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -12px; +} + +.e-small .e-switch-wrapper .e-switch-on, +.e-small .e-switch-wrapper .e-switch-off, +.e-small.e-switch-wrapper .e-switch-on, +.e-small.e-switch-wrapper .e-switch-off, +.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-small.e-css.e-switch-wrapper .e-switch-on, +.e-small.e-css.e-switch-wrapper .e-switch-off { + font-size: 9px; +} + +.e-small .e-switch-wrapper .e-switch-on, +.e-small.e-switch-wrapper .e-switch-on, +.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-small.e-css.e-switch-wrapper .e-switch-on { + text-indent: -10px; +} + +.e-small .e-switch-wrapper .e-switch-off, +.e-small.e-switch-wrapper .e-switch-off, +.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-small.e-css.e-switch-wrapper .e-switch-off { + text-indent: 10px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -12px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 8px; + width: 8px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-on, +.e-small.e-switch-wrapper.e-rtl .e-switch-on, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-off, +.e-small.e-switch-wrapper.e-rtl .e-switch-off, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-bigger.e-small .e-switch-wrapper, +.e-bigger.e-small.e-switch-wrapper, +.e-bigger.e-small .e-css.e-switch-wrapper, +.e-bigger.e-small.e-css.e-switch-wrapper { + height: 18px; + width: 38px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle { + height: 10px; + left: 4px; + top: 0; + width: 10px; +} + +.e-bigger.e-small .e-switch-wrapper .e-ripple-container, +.e-bigger.e-small.e-switch-wrapper .e-ripple-container, +.e-bigger.e-small .e-css.e-switch-wrapper .e-ripple-container, +.e-bigger.e-small.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-switch-wrapper .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off { + font-size: 9px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on { + text-indent: -12px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-switch-wrapper .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off { + text-indent: 12px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 10px; + width: 10px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 18px; +} + +.e-bigger .e-switch-wrapper, +.e-bigger.e-switch-wrapper, +.e-bigger .e-css.e-switch-wrapper, +.e-bigger.e-css.e-switch-wrapper { + height: 22px; + width: 46px; +} + +.e-bigger .e-switch-wrapper .e-switch-handle, +.e-bigger.e-switch-wrapper .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper .e-switch-handle { + height: 12px; + left: 5px; + top: 0; + width: 12px; +} + +.e-bigger .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -17px; +} + +.e-bigger .e-switch-wrapper .e-switch-on, +.e-bigger .e-switch-wrapper .e-switch-off, +.e-bigger.e-switch-wrapper .e-switch-on, +.e-bigger.e-switch-wrapper .e-switch-off, +.e-bigger .e-css.e-switch-wrapper .e-switch-on, +.e-bigger .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-css.e-switch-wrapper .e-switch-off { + font-size: 12px; +} + +.e-bigger .e-switch-wrapper .e-switch-on, +.e-bigger.e-switch-wrapper .e-switch-on, +.e-bigger .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-css.e-switch-wrapper .e-switch-on { + text-indent: -14px; +} + +.e-bigger .e-switch-wrapper .e-switch-off, +.e-bigger.e-switch-wrapper .e-switch-off, +.e-bigger .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-css.e-switch-wrapper .e-switch-off { + text-indent: 14px; +} + +.e-bigger .e-switch-wrapper .e-ripple-container, +.e-bigger.e-switch-wrapper .e-ripple-container, +.e-bigger .e-css.e-switch-wrapper .e-ripple-container, +.e-bigger.e-css.e-switch-wrapper .e-ripple-container { + height: 52px; + left: -16px; + top: -16px; + width: 52px; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 12px; + left: 100%; + margin-left: -17px; + top: 0; + width: 12px; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 21px; +} + +.e-bigger .e-switch-wrapper.e-small, +.e-bigger.e-switch-wrapper.e-small, +.e-bigger .e-css.e-switch-wrapper.e-small, +.e-bigger.e-css.e-switch-wrapper.e-small { + height: 18px; + width: 38px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle { + height: 10px; + left: 4px; + top: 0; + width: 10px; +} + +.e-bigger .e-switch-wrapper.e-small .e-ripple-container, +.e-bigger.e-switch-wrapper.e-small .e-ripple-container, +.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container, +.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-switch-wrapper.e-small .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off { + font-size: 9px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on { + text-indent: -12px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-switch-wrapper.e-small .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off { + text-indent: 12px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + height: 10px; + width: 10px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active { + left: 18px; +} + +/*! switch theme */ +.e-switch-wrapper, +.e-css.e-switch-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-off { + background-color: #fff; + color: #444; +} + +.e-switch-wrapper .e-switch-handle, +.e-css.e-switch-wrapper .e-switch-handle { + background-color: #666; + box-shadow: none; +} + +.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-on { + background-color: initial; + color: #fff; +} + +.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active { + background-color: #0078d6; + border-color: #0078d6; +} + +.e-switch-wrapper .e-switch-inner, +.e-css.e-switch-wrapper .e-switch-inner { + background-color: transparent; +} + +.e-switch-wrapper .e-ripple-element, +.e-css.e-switch-wrapper .e-ripple-element { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper .e-ripple-check .e-ripple-element, +.e-css.e-switch-wrapper .e-ripple-check .e-ripple-element { + background-color: rgba(255, 64, 129, 0.12); +} + +.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active { + box-shadow: none; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-handle, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle { + background-color: #c8c8c8; + box-shadow: none; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off { + background-color: #fff; + border-color: #c8c8c8; + color: #c8c8c8; + opacity: 1; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on { + background-color: #fff; + color: #c8c8c8; + opacity: 1; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner { + background-color: #fff; + border-color: #c8c8c8; + opacity: 1; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #fff; + border-color: #c8c8c8; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner { + border-color: #c8c8c8; + color: #c8c8c8; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #fff; + color: #c8c8c8; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle { + background-color: #c8c8c8; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active { + background-color: #c8c8c8; +} + +.e-switch-wrapper:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active { + background-color: #006fc7; + border-color: #006fc7; +} + +.e-switch-wrapper:hover .e-switch-inner, +.e-css.e-switch-wrapper:hover .e-switch-inner { + background-color: transparent; + border-color: #666; +} + +.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #006fc7; + color: #fff; +} + +.e-switch-wrapper:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active), +.e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) { + background-color: #666; +} + +.e-switch-wrapper.e-focus .e-switch-inner, +.e-css.e-switch-wrapper.e-focus .e-switch-inner { + background-color: transparent; + border-color: #666; + box-shadow: none; + outline: #767676 1px solid; + outline-offset: 1px; +} + +.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active { + background-color: #006fc7; + border-color: transparent; + outline: #767676 1px solid; +} + +.e-switch-wrapper.e-focus .e-ripple-container, +.e-css.e-switch-wrapper.e-focus .e-ripple-container { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container, +.e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container { + background-color: rgba(255, 64, 129, 0.12); +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on { + background-color: #006fc7; +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-off, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off { + background-color: #006fc7; +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active { + background-color: #006fc7; + border-color: transparent; + outline: #767676 1px solid; +} + +.e-switch-wrapper.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-on { + background-color: #0078d6; +} + +.e-switch-wrapper.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + background-color: #666; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + background-color: #fff; +} + +.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active { + background-color: #0078d6; + border-color: #0078d6; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active { + background-color: #006fc7; + border-color: #006fc7; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner { + border-color: #666; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #006fc7; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on { + background-color: #fff; + color: #c8c8c8; + opacity: 1; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off { + background-color: #fff; + color: #c8c8c8; + opacity: 1; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle { + background-color: #c8c8c8; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active { + background-color: #c8c8c8; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner { + background-color: #fff; + border-color: #c8c8c8; + opacity: 1; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #fff; + color: #c8c8c8; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #fff; + border-color: #c8c8c8; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner { + border-color: #c8c8c8; + color: #c8c8c8; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active { + background-color: #c8c8c8; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle { + background-color: #c8c8c8; +} + +.e-switch-wrapper .e-switch:focus, +.e-css.e-switch-wrapper .e-switch:focus { + box-shadow: none; +} + +.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: transparent; +} + +.e-icon-collapsible::before { + content: '\e85c'; +} + +.e-icon-back::before { + content: '\e85b'; + font-size: 18px; +} + +.e-bigger .e-listview .e-list-item, +.e-listview.e-bigger .e-list-item { + border-bottom: 0 solid transparent; + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; +} + +.e-bigger .e-listview:not(.e-list-template) .e-list-item, +.e-listview.e-bigger:not(.e-list-template) .e-list-item { + height: 45px; + line-height: 45px; + position: relative; +} + +.e-bigger .e-listview .e-text-content, +.e-listview.e-bigger .e-text-content { + font-size: 15px; +} + +.e-bigger .e-listview .e-list-group-item, +.e-listview.e-bigger .e-list-group-item { + height: 45px; + line-height: 45px; +} + +.e-bigger .e-listview .e-list-header, +.e-listview.e-bigger .e-list-header { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-weight: 600; + height: 45px; +} + +.e-bigger .e-listview .e-list-header .e-text.header, +.e-listview.e-bigger .e-list-header .e-text.header { + display: none; +} + +.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header, +.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-bigger .e-listview .e-list-header .e-text, +.e-listview.e-bigger .e-list-header .e-text { + font-size: 15px; +} + +.e-listview { + -webkit-overflow-scrolling: touch; + border: 0 solid; + border-color: none; + border-radius: 0; + display: block; + overflow: auto; + position: relative; + width: 100%; +} + +.e-listview:not(.e-list-template) .e-list-item { + height: 36px; + line-height: 33px; + padding: 0 12px; + position: relative; +} + +.e-listview .e-list-item { + border-bottom: 0 solid; +} + +.e-listview .e-list-parent { + margin: 0; + padding: 0; +} + +.e-listview .e-list-header .e-text.header { + display: none; +} + +.e-listview .e-icon-back { + margin-top: 2px; +} + +.e-listview .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-listview .e-list-header { + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid; + display: -ms-flexbox; + display: flex; + font-weight: 600; + height: 36px; + padding: 0 16px; +} + +.e-listview .e-has-header > .e-view { + top: 45px; +} + +.e-listview .e-but-back { + cursor: pointer; + padding-right: 20px; +} + +.e-listview .e-list-group-item:first-child { + border: 0; + border-bottom: 0 solid transparent; +} + +.e-listview .e-list-group-item { + border-bottom: 0 solid transparent; + border-top: 1px solid; + font-weight: 600; + height: 36px; + line-height: 30px; + padding: 0 12px; +} + +.e-listview .e-icon-collapsible { + cursor: pointer; + font-size: 12px; + position: absolute; + right: 0%; + top: 50%; + transform: translateY(-50%); +} + +.e-listview .e-text-content { + height: 100%; + position: relative; + vertical-align: middle; +} + +.e-listview .e-text-content * { + display: inline-block; + vertical-align: middle; +} + +.e-listview .e-text-content.e-checkbox .e-list-text { + width: calc(100% - 40px); +} + +.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text { + width: calc(100% - 90px); +} + +.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 80px); +} + +.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 92px); +} + +.e-listview .e-checkbox .e-checkbox-left { + margin: -2px 10px 0 0; +} + +.e-listview .e-checkbox .e-checkbox-right { + margin: -2px 0 0 10px; +} + +.e-listview .e-list-text { + cursor: pointer; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + width: 100%; +} + +.e-listview .e-list-icon + .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-icon-wrapper .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-list-icon { + height: 30px; + margin-right: 16px; + width: 30px; +} + +.e-listview .e-content { + overflow: hidden; + position: relative; +} + +.e-listview .e-list-header .e-text { + cursor: pointer; + text-indent: 0; +} + +.e-listview .e-text .e-headertext { + display: inline-block; + line-height: 21px; +} + +.e-listview.e-rtl { + direction: rtl; +} + +.e-listview.e-rtl .e-list-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-listview.e-rtl .e-icon-collapsible { + left: 0%; + right: initial; + top: 50%; + transform: translateY(-50%) rotate(180deg); +} + +.e-listview.e-rtl .e-list-header .e-text { + cursor: pointer; +} + +.e-listview.e-rtl .e-but-back { + transform: rotate(180deg); +} + +.e-listview.e-rtl .e-icon-back { + margin-top: 1px; +} + +.e-listview.e-rtl .e-checkbox .e-checkbox-left { + margin: -2px 0 0 10px; +} + +.e-listview.e-rtl .e-checkbox .e-checkbox-right { + margin: -2px 10px 0 0; +} + +.e-listview { + border-color: #eaeaea; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; +} + +.e-listview .e-list-header { + background-color: #fff; + border-color: #eaeaea; + color: #333; + font-size: 14px; +} + +.e-listview .e-icons { + color: #333; +} + +.e-listview .e-list-item { + background-color: inherit; + border-bottom: 0 solid transparent; + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; + color: #333; +} + +.e-listview .e-list-item.e-hover, +.e-listview .e-list-item.e-hover.e-active.e-checklist { + background-color: #eaeaea; + border-color: transparent; + color: #333; +} + +.e-listview .e-list-item.e-active { + background-color: #d1ebff; + color: #333; +} + +.e-listview .e-list-item.e-active.e-checklist { + background-color: inherit; + color: #333; +} + +.e-listview .e-list-item.e-focused, +.e-listview .e-list-item.e-focused.e-active.e-checklist { + background-color: #d1ebff; + color: #333; +} + +.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, +.e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #0078d6; + border-color: #0078d6; + color: #fff; +} + +.e-listview .e-list-group-item { + background-color: #fff; + border-color: #eaeaea; + color: #0078d6; + font-size: 14px; +} + +.e-listview.e-list-template .e-list-wrapper { + height: inherit; + position: relative; +} + +.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) { + padding: 0.6153em 0.923em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line { + padding: 0.6153em 0.923em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header { + color: #333; + display: block; + font-size: 13px; + font-weight: 500; + margin: 0; + overflow: hidden; + padding: 0.093em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content { + color: #666; + display: block; + font-size: 13px; + margin: 0; + padding: 0.093em 0; + word-wrap: break-word; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + height: 3.0769em; + left: 0.923em; + position: absolute; + top: 0.6153em; + width: 3.0769em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 4.923em; + padding-right: 0.923em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 0.923em; + padding-right: 4.923em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + height: 3.0769em; + position: absolute; + right: 0.923em; + top: 0.6153em; + width: 3.0769em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar { + top: 0.6153em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar { + top: 0.6153em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge { + font-size: 13px; + height: 1.5384em; + line-height: 1.3384em; + padding: 0; + position: absolute; + right: 0.923em; + top: 50%; + transform: translateY(-50%); + width: 1.5384em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.923em; + padding-right: 3.3846em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 0.923em; + padding-right: 3.3846em; +} + +.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content { + display: block; + margin: 0; + overflow: hidden; + padding: 0.867em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header { + color: #333; +} + +.e-listview.e-list-template .e-list-item.e-hover .e-list-content { + color: #333; +} + +.e-listview.e-list-template .e-list-item.e-active .e-list-item-header { + color: #333; +} + +.e-listview.e-list-template .e-list-item.e-active .e-list-content { + color: #333; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + left: inherit; + right: 0.923em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 0.923em; + padding-right: 4.923em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 4.923em; + padding-right: 0.923em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + left: 0.923em; + right: inherit; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge { + left: 0.923em; + right: inherit; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 3.3846em; + padding-right: 4.923em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 3.3846em; + padding-right: 0.923em; +} + +.e-sortable { + outline: none; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-sortable .e-disabled { + background-image: none; + cursor: default; + filter: alpha(Opacity=35); + opacity: .35; +} + +.e-sortable .e-sortableclone { + position: fixed !important; +} + +.e-sortable * { + box-sizing: border-box; +} + +.e-sortable *:focus { + outline: none; +} + +/*! calendar fabric theme variables */ +/*! component icons */ +.e-input-group-icon.e-range-icon, +.e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 16px; + margin: 0; + outline: none; +} + +.e-input-group-icon.e-range-icon::before, +.e-control-wrapper .e-input-group-icon.e-range-icon::before { + content: '\e244'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-range-icon:focus, +.e-control-wrapper .e-input-group-icon.e-range-icon:focus { + background: #f4f4f4; + border-radius: 0; +} + +.e-daterangepicker .e-calendar .e-header .e-date-icon-next::before { + content: '\e85c'; +} + +.e-daterangepicker .e-calendar .e-header .e-date-icon-prev::before { + content: '\e98f'; +} + +.e-daterangepicker .e-change-icon::before { + content: '\e85f'; +} + +.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-next::before { + content: '\e98f'; +} + +.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-prev::before { + content: '\e85c'; +} + +.e-daterangepicker.e-rtl .e-start-end .e-change-icon::before { + content: '\e85b'; +} + +.e-bigger .e-input-group-icon.e-range-icon, +.e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, +.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 20px; + margin: 0; + outline: none; +} + +.e-small .e-input-group-icon.e-range-icon, +.e-control-wrapper.e-small .e-input-group-icon.e-range-icon, +.e-small .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 14px; +} + +.e-small.e-bigger .e-input-group-icon.e-range-icon, +.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-range-icon, +.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 18px; +} + +/*! daterangepicker layout */ +.e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden, +.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden, +.e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden { + border: 0; + height: 0; + margin: 0; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-daterangepicker.e-popup, +.e-bigger.e-small .e-daterangepicker.e-popup { + border: 1px solid #eaeaea; + border-radius: 0; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); + max-height: 500px; + max-width: 730px; +} + +.e-daterangepicker.e-popup.e-daterange-day-header-lg, +.e-bigger.e-small .e-daterangepicker.e-popup.e-daterange-day-header-lg { + max-width: 100%; +} + +.e-daterangepicker.e-popup.e-preset-wrapper, +.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper { + min-width: 580px; +} + +.e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets { + max-height: none; +} + +.e-daterangepicker.e-popup .e-range-header, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header { + margin: 12px 12px 0 12px; + width: auto; +} + +.e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-daterangepicker.e-popup .e-range-header .e-end-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label { + cursor: default; + display: inline-block; + font-size: 18px; + overflow: hidden; + text-align: center; + text-decoration: none; + text-overflow: ellipsis; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 48%; +} + +.e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 14px; + font-weight: 300; + text-align: center; + width: 4%; +} + +.e-daterangepicker.e-popup .e-range-header .e-day-span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span { + direction: ltr; + font-size: 14px; + height: 14px; + margin: 0 0 15px 0; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 35px; +} + +.e-daterangepicker.e-popup .e-separator, +.e-bigger.e-small .e-daterangepicker.e-popup .e-separator { + height: 1px; + margin: 0 16px; +} + +.e-daterangepicker.e-popup .e-calendar, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar { + border: none; + margin: 0; + padding: 0; +} + +.e-daterangepicker.e-popup .e-calendar .e-content table, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content table { + padding: 0 10px 10px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title { + cursor: pointer; + float: none; + font-weight: normal; + line-height: 36px; + margin-left: 0; + width: auto; +} + +.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-month, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-year, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-decade { + padding: 10px 5px 0 5px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next { + float: right; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev { + float: left; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev { + height: 36px; + width: 36px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next span, +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev span { + padding: 11px; +} + +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover { + border-radius: 50% 0 0 50%; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover { + border-radius: 0 50% 50% 0; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day { + border: none; +} + +.e-daterangepicker.e-popup .e-footer, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer { + -ms-flex-align: center; + align-items: center; + border-top: 1px solid rgba(0, 0, 0, 0.12); + clear: both; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + height: 48px; +} + +.e-daterangepicker.e-popup .e-footer .e-btn, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn { + font-weight: 500; + height: 32px; + line-height: 30px; + overflow: hidden; + padding: 0 16px; + text-overflow: ellipsis; +} + +.e-daterangepicker.e-popup .e-footer .e-btn.e-apply, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply { + margin: 0 10px 0 5px; +} + +.e-daterangepicker.e-popup .e-date-range-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container { + float: left; +} + +.e-daterangepicker.e-popup .e-date-range-container.e-range-border, +.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container.e-range-border { + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-daterangepicker.e-popup .e-calendar-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container { + display: -ms-flexbox; + display: flex; +} + +.e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-daterangepicker.e-popup .e-calendar-container .e-right-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-right-container { + float: left; +} + +.e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container { + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-daterangepicker.e-popup .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets { + max-height: 216px; + overflow: auto; + width: auto; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item { + border-radius: 0; + cursor: pointer; + line-height: 36px; + overflow: hidden; + padding: 0 10px; + white-space: nowrap; +} + +.e-daterangepicker.e-popup .e-presets .e-list-parent, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent { + margin: 0; + max-width: 160px; + padding: 0; +} + +.e-daterangepicker.e-popup .e-presets .e-text-content, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-text-content { + line-height: 47px; +} + +.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item { + font-size: 14px; + height: 36px; + line-height: 36px; +} + +.e-daterangepicker.e-popup .e-hide-range, +.e-bigger.e-small .e-daterangepicker.e-popup .e-hide-range { + display: none; +} + +.e-daterangepicker.e-rtl .e-date-range-container, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container { + float: right; +} + +.e-daterangepicker.e-rtl .e-date-range-container.e-range-border, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container.e-range-border { + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-left-container { + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next { + float: left; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev { + float: right; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover { + border-radius: 0 50% 50% 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover { + border-radius: 50% 0 0 50%; +} + +.e-daterangepicker.e-rtl .e-footer, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer { + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel { + margin: 0 5px 0 10px; +} + +.e-daterangepicker.e-rtl .e-footer .e-btn.e-apply, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-apply { + margin-left: 0; +} + +.e-bigger .e-daterangepicker.e-range-modal, +.e-device.e-daterangepicker.e-range-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-bigger.e-small .e-daterangepicker .e-calendar { + max-width: 232px; +} + +.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper, +.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper, +.e-device.e-daterangepicker.e-popup.e-preset-wrapper { + max-width: 770px; + min-width: auto; +} + +.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-device.e-daterangepicker.e-popup.e-preset-wrapper .e-presets { + max-height: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header, +.e-bigger.e-daterangepicker.e-popup .e-range-header, +.e-device.e-daterangepicker.e-popup .e-range-header { + width: auto; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 36px; + -ms-flex-pack: center; + justify-content: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + border: 1px solid #0078d6; + box-shadow: none; + font-size: 16px; + font-weight: normal; + height: 32px; + line-height: 30px; + max-width: 116px; + overflow: hidden; + padding: 1px 6px; + text-overflow: ellipsis; + width: 50%; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + border-left: 0; + border-radius: 0 2px 2px 0; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn { + border-radius: 2px 0 0 2px; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]), +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]), +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]) { + box-shadow: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover { + box-shadow: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + max-width: 132px; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets, +.e-bigger.e-daterangepicker.e-popup .e-presets, +.e-device.e-daterangepicker.e-popup .e-presets { + max-height: 240px; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets.e-preset-wrapper, +.e-bigger.e-daterangepicker.e-popup .e-presets.e-preset-wrapper, +.e-device.e-daterangepicker.e-popup .e-presets.e-preset-wrapper { + max-height: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets ul, +.e-bigger.e-daterangepicker.e-popup .e-presets ul, +.e-device.e-daterangepicker.e-popup .e-presets ul { + max-width: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets ul li.e-list-item, +.e-bigger.e-daterangepicker.e-popup .e-presets ul li.e-list-item, +.e-device.e-daterangepicker.e-popup .e-presets ul li.e-list-item { + font-size: 15px; + height: 45px; + line-height: 45px; + padding: 0 12px; +} + +.e-bigger .e-daterangepicker .e-calendar, +.e-bigger.e-daterangepicker .e-calendar, +.e-device.e-daterangepicker .e-calendar { + max-width: 292px; + padding: 0; +} + +.e-bigger .e-daterangepicker .e-calendar .e-content table, +.e-bigger.e-daterangepicker .e-calendar .e-content table, +.e-device.e-daterangepicker .e-calendar .e-content table { + padding: 0 15px 15px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-next, +.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-next, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev, +.e-device.e-daterangepicker .e-calendar .e-header .e-next, +.e-device.e-daterangepicker .e-calendar .e-header .e-prev { + height: 48px; + width: 48px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-next span, +.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev span, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-next span, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev span, +.e-device.e-daterangepicker .e-calendar .e-header .e-next span, +.e-device.e-daterangepicker .e-calendar .e-header .e-prev span { + padding: 15px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-title, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-title, +.e-device.e-daterangepicker .e-calendar .e-header .e-title { + cursor: pointer; + line-height: 48px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header.e-month, .e-bigger .e-daterangepicker .e-calendar .e-header.e-year, .e-bigger .e-daterangepicker .e-calendar .e-header.e-decade, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-month, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-year, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-decade, +.e-device.e-daterangepicker .e-calendar .e-header.e-month, +.e-device.e-daterangepicker .e-calendar .e-header.e-year, +.e-device.e-daterangepicker .e-calendar .e-header.e-decade { + padding: 10px 5px 0 5px; +} + +.e-bigger .e-daterangepicker .e-footer, +.e-bigger.e-daterangepicker .e-footer, +.e-device.e-daterangepicker .e-footer { + height: 58px; +} + +.e-bigger .e-daterangepicker .e-footer .e-btn, +.e-bigger.e-daterangepicker .e-footer .e-btn, +.e-device.e-daterangepicker .e-footer .e-btn { + height: 40px; + line-height: 38px; + overflow: hidden; +} + +.e-bigger .e-daterangepicker .e-footer .e-btn.e-apply, +.e-bigger.e-daterangepicker .e-footer .e-btn.e-apply, +.e-device.e-daterangepicker .e-footer .e-btn.e-apply { + margin: 0 15px 0 5px; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn { + border: 1px solid #0078d6; + border-radius: 2px 0 0 2px; + border-right: 0; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn { + border-radius: 0 2px 2px 0; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel, +.e-device.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel { + margin: 0 5px 0 15px; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply, +.e-device.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply { + margin-left: 0; +} + +.e-bigger .e-daterangepicker.e-device.e-popup, +.e-bigger.e-daterangepicker.e-device.e-popup, +.e-device.e-daterangepicker.e-device.e-popup { + max-width: 292px; +} + +.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header, +.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header, +.e-device.e-daterangepicker.e-device.e-popup .e-range-header { + margin: 20px 10px 0 10px; +} + +.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span, +.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span, +.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span { + margin: 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header, +.e-small.e-daterangepicker.e-popup .e-range-header { + margin: 10px 10px 0 10px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label, +.e-small.e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-small.e-daterangepicker.e-popup .e-range-header .e-end-label { + font-size: 16px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-small.e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 12px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-small.e-daterangepicker.e-popup .e-range-header .e-start-end { + height: 32px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span, +.e-small.e-daterangepicker.e-popup .e-range-header .e-day-span { + font-size: 12px; + margin: 0 0 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-separator, +.e-small.e-daterangepicker.e-popup .e-range-header .e-separator { + margin: 0 10px; +} + +.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply, +.e-small.e-daterangepicker.e-popup .e-footer .e-btn.e-apply { + margin: 10px 10px 10px 8px; +} + +.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item, +.e-small.e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item { + font-size: 12px; + height: 26px; + line-height: 26px; +} + +.e-range-overflow { + overflow: hidden; +} + +.e-daterangepick-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-control.e-lib.e-device.e-popup-open { + position: relative; + top: 0 !important; + left: 0 !important; +} + +.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker, +.e-bigger.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker { + background-size: 250px 40px; + min-height: 40px; +} + +/*! daterangepicker theme */ +.e-date-range-wrapper .e-input-group-icon.e-icons.e-active { + color: #333; +} + +.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #fff; +} + +.e-daterangepicker.e-popup, +.e-bigger.e-small .e-daterangepicker.e-popup { + background: #fff; +} + +.e-daterangepicker.e-popup .e-calendar, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar { + background-color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover { + color: #333; + text-decoration: none; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover { + background-color: #eaeaea; + color: #333; +} + +.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span { + background-color: #deecf9; + border: none; + color: #333; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span { + background: #eaeaea; + border: none; + color: #333; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day { + background-color: #c4c4c4; + border: none; + color: #333; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day { + border: none; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day { + border: none; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span { + background-color: #fff; + border: none; + color: #a6a6a6; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected { + background-color: #fff; + border: none; + color: #a6a6a6; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day { + background-color: #0078d6; + color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day { + background-color: #0078d6; + color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span { + color: #fff; +} + +.e-daterangepicker.e-popup .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets { + background-color: #fff; + color: #333; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item.e-active, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active { + background-color: #0078d6; + color: #fff; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover { + background-color: #eaeaea; + color: #333; +} + +.e-daterangepicker.e-popup .e-start-label, +.e-daterangepicker.e-popup .e-end-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-start-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-end-label { + color: #333; +} + +.e-daterangepicker.e-popup .e-change-icon, +.e-bigger.e-small .e-daterangepicker.e-popup .e-change-icon { + color: #333; +} + +.e-daterangepicker.e-popup .e-day-span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-day-span { + color: #767676; +} + +.e-daterangepicker.e-popup .e-separator, +.e-bigger.e-small .e-daterangepicker.e-popup .e-separator { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-daterangepicker.e-popup .e-footer, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer { + background-color: #fff; +} + +.e-bigger .e-daterangepicker, +.e-bigger.e-daterangepicker, +.e-device.e-daterangepicker { + background-color: #fff; + padding: 0; +} + +.e-bigger .e-daterangepicker .e-calendar th, +.e-bigger.e-daterangepicker .e-calendar th, +.e-device.e-daterangepicker .e-calendar th { + color: #333; +} + +.e-bigger .e-daterangepicker .e-start-btn, +.e-bigger .e-daterangepicker .e-end-btn, +.e-bigger.e-daterangepicker .e-start-btn, +.e-bigger.e-daterangepicker .e-end-btn, +.e-device.e-daterangepicker .e-start-btn, +.e-device.e-daterangepicker .e-end-btn { + background: #fff; +} + +.e-bigger .e-daterangepicker .e-start-btn.e-active, +.e-bigger .e-daterangepicker .e-start-btn.e-active:active, +.e-bigger .e-daterangepicker .e-end-btn.e-active, +.e-bigger .e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-bigger .e-daterangepicker .e-start-btn.e-active:hover, +.e-bigger .e-daterangepicker .e-end-btn.e-active:hover, +.e-bigger.e-daterangepicker .e-start-btn.e-active, +.e-bigger.e-daterangepicker .e-start-btn.e-active:active, +.e-bigger.e-daterangepicker .e-end-btn.e-active, +.e-bigger.e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-bigger.e-daterangepicker .e-start-btn.e-active:hover, +.e-bigger.e-daterangepicker .e-end-btn.e-active:hover, +.e-device.e-daterangepicker .e-start-btn.e-active, +.e-device.e-daterangepicker .e-start-btn.e-active:active, +.e-device.e-daterangepicker .e-end-btn.e-active, +.e-device.e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-device.e-daterangepicker .e-start-btn.e-active:hover, +.e-device.e-daterangepicker .e-end-btn.e-active:hover { + background: #0078d6; + color: #fff; +} + +/*! component icons */ +.e-datetime-wrapper .e-time-icon.e-icons::before { + content: '\e97f'; + font-family: 'e-icons'; +} + +.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-datetime-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 16px; +} + +.e-datetime-wrapper.e-control-wrapper { + box-sizing: border-box; +} + +.e-datetime-wrapper .e-time-icon.e-icons.e-disabled, +.e-datetime-wrapper .e-date-icon.e-icons.e-disabled { + pointer-events: none; +} + +.e-datetime-wrapper .e-clear-icon { + box-sizing: content-box; +} + +.e-datetime-wrapper span { + cursor: pointer; +} + +.e-datetime-wrapper .e-input-group-icon.e-date-icon, +.e-datetime-wrapper .e-input-group-icon.e-time-icon { + font-size: 16px; + margin: 0; + outline: none; +} + +.e-datetime-wrapper .e-input-group-icon.e-time-icon { + border: 0; + border-style: none; + margin: 0; +} + +.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-datetimepicker.e-time-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-datetimepicker.e-popup { + border-style: solid; + border-width: 1px; + overflow: auto; +} + +.e-datetimepicker.e-popup .e-content { + position: relative; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul { + margin: 0; + padding: 0 0; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + color: #333; + cursor: default; + font-size: 14px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover { + cursor: pointer; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + line-height: 36px; + text-indent: 10px; +} + +.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 20px; +} + +.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul, +.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul { + padding: 8px 0; +} + +.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 48px; + text-indent: 12px; +} + +.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 13px; + line-height: 26px; + text-indent: 10px; +} + +.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 40px; + text-indent: 16px; +} + +.e-small.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-small .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 14px; +} + +.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 18px; +} + +.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker, +.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker { + background-size: 250px 40px; + min-height: 40px; +} + +/*! datetimepicker theme */ +.e-datetime-wrapper .e-input-group-icon.e-icons.e-active { + color: #333; +} + +.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #fff; +} + +.e-datetimepicker.e-popup { + border: 1px solid #eaeaea; + border-radius: 0; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul { + background-color: #fff; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item { + border: none; + color: #333; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus { + background-color: #eaeaea; + border: none; + color: #333; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active { + background-color: #0078d6; + color: #fff; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover { + background-color: #0078d6; + color: #fff; +} + +/*! maskedtextbox layout */ +.e-control-wrapper.e-mask .e-maskedtextbox { + font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; +} + +.e-bigger .e-control-wrapper.e-mask .e-maskedtextbox { + font-size: 14px; +} + +.e-control-wrapper.e-mask.e-bigger .e-maskedtextbox { + font-size: 14px; +} + +.e-content-placeholder.e-mask.e-placeholder-mask { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-mask.e-placeholder-mask, +.e-bigger.e-content-placeholder.e-mask.e-placeholder-mask { + background-size: 300px 40px; + min-height: 40px; +} + +/*! maskedtextbox theme */ +.e-control-wrapper.e-mask.e-error .e-maskedtextbox { + color: #a80000; +} + +.e-utility-mask.e-error { + color: #a80000; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons::before { + content: '\e953'; +} + +.e-upload .e-upload-files .e-icons.e-file-pause-btn::before { + content: '\e325'; +} + +.e-upload .e-upload-files .e-icons.e-file-reload-btn::before { + content: '\e218'; +} + +.e-upload .e-upload-files .e-icons.e-file-play-btn::before { + content: '\e327'; +} + +.e-upload .e-upload-files .e-file-delete-btn.e-icons::before { + content: '\e965'; +} + +.e-upload .e-upload-files .e-file-abort-btn.e-icons::before { + content: '\e202'; +} + +.e-upload .e-upload-files .e-icons.e-msie::before { + position: relative; + right: 10px; +} + +.e-upload .e-upload-files .e-icons.e-file-abort-icon.e-msie::before { + right: 12px; +} + +.e-bigger .e-upload { + width: 100%; +} + +.e-bigger .e-upload .e-file-select-wrap { + padding: 20px 0 20px 16px; +} + +.e-bigger .e-upload .e-file-select-wrap .e-file-drop { + font-size: 15px; + margin-left: 12px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list { + font-size: 15px; + line-height: normal; + min-height: 108px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 16px; + top: 0; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + font-size: 14px; + padding-top: 16px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + font-size: 12px; + padding: 10px 0; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + font-size: 14px; + padding-top: 16px; + top: initial; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + font-size: 12px; + padding-bottom: 16px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + height: 10px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap { + height: 2px; + width: 94%; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar { + height: 2px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + font-size: 11px; + right: 16px; + top: -31px; +} + +.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + font-size: 12px; + height: 26px; + margin: 16px; + margin-top: -24px; + padding: 24px; + top: 50%; + width: 26px; +} + +.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons { + padding: 20px 17px 20px 26px; +} + +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons { + right: 45px; +} + +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons { + font-size: 12px; +} + +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons { + font-size: 18px; +} + +.e-bigger .e-upload .e-upload-actions .e-btn { + margin-left: 16px; +} + +.e-bigger .e-upload .e-upload-actions .e-file-upload-btn { + margin: 16px; +} + +.e-bigger .e-upload .e-upload-actions .e-file-clear-btn { + margin: 16px; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap { + padding: 20px 16px 20px 0; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn { + margin-right: 0; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop { + margin-right: 12px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 60px; + margin-right: 14px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + top: 30px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + left: 16px; + right: initial; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + box-sizing: border-box; + left: 0; + margin-left: 14px; + margin-right: 14px; + padding: 24px; + top: 50%; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons { + padding: 20px 17px 20px 26px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + left: 41px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 16px; + padding-top: 12px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #a80000; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #a6a6a6; + display: block; + font-size: 12px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #a80000; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #a80000; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 37px; +} + +.e-upload, +.e-bigger.e-small .e-upload { + width: 100%; +} + +.e-upload.e-control-wrapper, +.e-bigger.e-small .e-upload.e-control-wrapper { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-upload .e-hidden-file-input, +.e-bigger.e-small .e-upload .e-hidden-file-input { + border: 0; + height: 0; + margin: 0; + outline: none; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-upload .e-file-select-wrap, +.e-bigger.e-small .e-upload .e-file-select-wrap { + padding: 16px 0 16px 12px; +} + +.e-upload .e-file-select-wrap .e-file-select, +.e-upload .e-file-select-wrap .e-file-select .e-uploader, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader { + display: inline-block; + width: 0; +} + +.e-upload .e-file-select-wrap .e-file-select .e-uploader, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader { + opacity: 0; +} + +.e-upload .e-file-select-wrap .e-file-drop, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop { + font-family: inherit; + font-size: 14px; + margin-left: 9px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 16px; + padding-top: 12px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #a80000; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #a6a6a6; + display: block; + font-size: 11px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #a80000; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #a80000; +} + +.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 42px; +} + +.e-upload .e-upload-files, +.e-bigger.e-small .e-upload .e-upload-files { + list-style-type: none; + margin: 0; + padding: 0; +} + +.e-upload .e-upload-files .e-upload-file-list, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list { + font-family: inherit; + font-size: 14px; + height: 100%; + line-height: normal; + min-height: 90px; + position: relative; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container { + display: block; + height: 100%; + margin-left: 12px; + margin-right: 90px; + min-height: 35px; + position: relative; + top: 0; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + float: left; + font-family: inherit; + font-size: 14px; + max-width: 75%; + overflow: hidden; + padding-top: 12px; + position: relative; + text-overflow: ellipsis; + top: 0; + white-space: nowrap; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before { + content: attr(data-tail); + float: right; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + display: block; + font-family: inherit; + font-size: 14px; + padding-top: 12px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + display: block; + font-size: 11px; + padding: 8px 0; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + display: block; + font-family: inherit; + font-size: 11px; + padding-bottom: 12px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress { + display: none; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + display: block; + height: 10px; + padding-bottom: 11px; + padding-top: 6px; + position: absolute; + width: 94%; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap { + border-radius: 1px; + display: block; + height: 2px; + width: 100%; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar { + border-radius: 1px; + display: inherit; + height: 2px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + float: right; + font-family: inherit; + font-size: 11px; + position: relative; + right: 0; + top: -33px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons { + -ms-flex-align: center; + align-items: center; + box-sizing: border-box; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 11px; + height: 26px; + -ms-flex-pack: center; + justify-content: center; + margin: 12px; + margin-top: -21px; + padding: 16px; + position: absolute; + right: 0; + top: 50%; + vertical-align: middle; + width: 26px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress { + cursor: default; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons { + padding: 18px 13px 18px 23px; +} + +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons { + right: 36px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, +.e-upload .e-upload-files .e-clear-icon-focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus { + background-color: #eaeaea; + border-color: transparent; + border-radius: 50%; + box-shadow: 0 0 0 transparent; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-upload .e-upload-files .e-clear-icon-focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus { + border-radius: 50%; +} + +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons { + font-size: 11px; + opacity: 1; +} + +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons { + font-size: 15px; + opacity: 1; +} + +.e-upload .e-file-select-wrap .e-btn, +.e-upload .e-upload-actions .e-btn, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-btn { + font-family: inherit; +} + +.e-upload .e-upload-actions, +.e-bigger.e-small .e-upload .e-upload-actions { + position: relative; + text-align: right; +} + +.e-upload .e-upload-actions .e-file-upload-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn { + margin: 12px; +} + +.e-upload .e-upload-actions .e-file-clear-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn { + margin: 12px; +} + +.e-upload.e-rtl .e-file-select-wrap, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap { + padding: 16px 12px 16px 0; +} + +.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn { + margin-right: 10; +} + +.e-upload.e-rtl .e-file-select-wrap .e-file-drop, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop { + margin-left: 60px; + margin-right: 9px; + position: relative; +} + +.e-upload.e-rtl .e-upload-actions, +.e-bigger.e-small .e-upload.e-rtl .e-upload-actions { + text-align: left; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container { + height: 100%; + margin-left: 60px; + margin-right: 12px; + position: relative; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container { + direction: ltr; + float: right; + width: 100%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + float: right; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + float: right; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + direction: ltr; + float: right; + position: relative; + text-align: right; + width: 100%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + float: right; + position: initial; + top: 23px; + width: 87%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + float: left; + right: 0; + top: -28px; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons { + left: 0; + margin-left: 12px; + margin-right: 12px; + right: auto; + top: 50%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons { + left: 36px; + right: auto; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + left: 36px; +} + +.e-upload.e-disabled .e-file-drop, +.e-bigger.e-small .e-upload.e-disabled .e-file-drop { + color: rgba(51, 51, 51, 0.38); +} + +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: rgba(51, 51, 51, 0.38); +} + +.e-upload .e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload { + background-size: 400px 65px; + min-height: 65px; +} + +.e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload, +.e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload { + background-size: 400px 80px; + min-height: 80px; +} + +.e-small .e-upload .e-file-select-wrap { + padding: 12px 0 12px 12px; +} + +.e-small .e-upload .e-file-select-wrap .e-file-drop { + font-size: 13px; + margin-left: 12px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list { + min-height: 76px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + font-size: 12px; + padding-top: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + font-size: 11px; + padding: 6px 0; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + font-size: 12px; + padding-top: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + padding-bottom: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + padding-bottom: 2px; + padding-top: 2px; +} + +.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons { + font-size: 10px; + height: 24px; + padding: 12px; + width: 24px; +} + +.e-small .e-upload.e-rtl .e-file-select-wrap { + padding: 12px 12px 12px 0; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 10px; + padding-top: 6px; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #a80000; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #a6a6a6; + display: block; + font-size: 11px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #a80000; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #a80000; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 38px; +} + +.e-upload { + border: 1px solid #c8c8c8; +} + +.e-upload .e-file-drop { + color: #333; +} + +.e-upload .e-upload-files { + border-top: 1px solid #dadada; +} + +.e-upload .e-upload-files .e-upload-file-list { + border-bottom: 1px solid #dadada; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + color: #333; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + color: #333; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + color: #a6a6a6; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #333; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success { + color: #107c10; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails { + color: #a80000; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails { + color: #a80000; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap { + background-color: #eaeaea; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress { + background: #0078d6; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success { + background: #107c10; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed { + background: #a80000; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text { + color: #333; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons { + color: #333; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-play-btn.e-icons:hover { + color: #333; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-upload .e-upload-files .e-clear-icon-focus { + background-color: #eaeaea; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-upload-drag-hover { + outline: 2px dashed #0078d6; +} + +.e-dialog .e-icon-dlg-close::before { + content: '\e7a7'; + position: relative; +} + +.e-dialog .e-icon-dlg-close { + opacity: initial; +} + +.e-dialog .e-icon-dlg-close:active { + opacity: initial; +} + +.e-dialog .e-icon-dlg-close:hover { + opacity: initial; +} + +.e-dialog .e-south-east::before, +.e-dialog .e-south-west::before { + content: '\eb06'; +} + +/*! dialog layout */ +.e-dialog { + border: none; + border-radius: 0; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; +} + +.e-dialog.e-popup { + width: 100%; +} + +.e-dialog.e-dlg-resizable { + -ms-touch-action: none; + touch-action: none; +} + +.e-dialog .e-dlg-header-content { + border-radius: 1px 1px 0 0; + line-height: normal; +} + +.e-dialog .e-dlg-header-content + .e-dlg-content { + padding-top: 0; +} + +.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close { + font-size: 16px; + width: 16px; +} + +.e-dialog .e-dlg-header { + display: block; + font-size: 21px; + font-weight: 100; + overflow: hidden; + text-overflow: ellipsis; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: top; + white-space: nowrap; + width: 80%; +} + +.e-dialog .e-dlg-modal { + position: fixed; +} + +.e-dialog .e-scroll-disabled { + overflow: hidden !important; +} + +.e-dialog .e-dlg-content { + display: block; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-size: 14px; + font-weight: 300; + line-height: 1.5; + overflow: auto; + overflow-x: hidden; +} + +.e-dialog .e-footer-content { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top: none; + bottom: 0; + display: block; + right: 0; + width: 100%; +} + +.e-dialog .e-footer-content { + text-align: right; +} + +.e-dialog .e-resize-handle { + height: 15px; + position: absolute; + width: 15px; +} + +.e-dialog .e-resize-handle.e-south-east { + bottom: 0; + cursor: nwse-resize; + right: 0; +} + +.e-bigger.e-dialog .e-dlg-header-content, +.e-bigger .e-dialog .e-dlg-header-content { + padding: 25px 23.25px 11px; +} + +.e-bigger.e-dialog .e-dlg-header, +.e-bigger .e-dialog .e-dlg-header { + font-size: 21px; +} + +.e-bigger.e-dialog .e-dlg-content, +.e-bigger .e-dialog .e-dlg-content { + font-size: 14px; + padding: 35px 31.25px 12.5px; +} + +.e-bigger.e-dialog .e-footer-content, +.e-bigger .e-dialog .e-footer-content { + padding: 25px 31.25px 25px; +} + +.e-bigger.e-dialog .e-footer-content .e-btn, +.e-bigger .e-dialog .e-footer-content .e-btn { + margin-left: 10px; +} + +.e-bigger.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + bottom: 4px; + height: 40px; + left: 12px; + width: 40px; +} + +.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close, +.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close { + font-size: 16px; + width: 16px; +} + +.e-bigger.e-rtl .e-footer-content .e-btn, +.e-bigger .e-rtl .e-footer-content .e-btn { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-dlg-header-content + .e-dlg-content { + padding-top: 0; +} + +.e-dialog .e-dlg-header-content { + border-bottom: none; + padding: 20px 23px 19px; +} + +.e-dialog .e-dlg-content { + padding: 28px 25px 10px; +} + +.e-dialog .e-footer-content { + padding: 20px 25px 20px; +} + +.e-dialog .e-footer-content .e-btn { + margin-left: 8px; +} + +.e-rtl .e-footer-content .e-btn { + margin-right: 8px; +} + +.e-dialog.e-draggable .e-dlg-header-content { + cursor: move; +} + +.e-dialog { + max-height: 98%; + max-width: 100%; + min-width: 240px; +} + +.e-rtl .e-footer-content .e-btn { + margin-left: 0; +} + +.e-rtl .e-footer-content { + text-align: left; +} + +.e-rtl .e-footer-content { + text-align: left; +} + +.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + float: left; +} + +.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + background-color: transparent; + border-color: transparent; + border-radius: 50%; + bottom: 0; + float: right; + height: 32px; + left: 7px; + position: relative; + width: 32px; +} + +.e-rtl.e-dialog .e-resize-handle.e-south-west { + bottom: 2px; + cursor: sw-resize; + left: 2px; + transform: rotate(90deg); +} + +.e-dlg-overlay { + height: 100%; + left: 0; + opacity: 0.5; + position: fixed; + top: 0; + transition: opacity .15s linear; + width: 100%; +} + +.e-dlg-overlay.e-fade { + opacity: 0; +} + +.e-dlg-overflow-hidden { + overflow: auto; +} + +.e-dlg-fullscreen { + height: 100% !important; + left: 0 !important; + top: 0 !important; + width: 100% !important; +} + +.e-popup.e-popup-open.e-dialog { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-dlg-container { + -ms-flex-align: start; + align-items: flex-start; + display: none; + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; +} + +.e-dlg-center-center { + -webkit-align-items: center; + -webkit-justify-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; +} + +.e-dlg-left-center { + -webkit-align-items: center; + -webkit-justify-content: flex-start; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-center { + -webkit-align-items: center; + -webkit-justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-left-top { + -webkit-align-items: flex-start; + -webkit-justify-content: flex-start; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-top { + -webkit-align-items: flex-start; + -webkit-justify-content: flex-end; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-center-top { + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; +} + +.e-dlg-left-bottom { + -webkit-align-items: flex-end; + -webkit-justify-content: flex-start; + -ms-flex-align: end; + align-items: flex-end; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-bottom { + -webkit-align-items: flex-end; + -webkit-justify-content: flex-end; + -ms-flex-align: end; + align-items: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-center-bottom { + -webkit-align-items: center; + -webkit-justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dialog .e-btn.e-dlg-closeicon-btn:hover, +.e-dialog .e-btn.e-dlg-closeicon-btn:focus, +.e-dialog .e-btn.e-dlg-closeicon-btn:active { + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-content-placeholder.e-dialog.e-placeholder-dialog { + background-size: 400px 210px; + min-height: 210px; +} + +.e-bigger .e-content-placeholder.e-dialog.e-placeholder-dialog, +.e-bigger.e-content-placeholder.e-dialog.e-placeholder-dialog { + background-size: 400px 220px; + min-height: 220px; +} + +@media (min-width: 768px) { + .e-alert-dialog.e-dialog.e-popup, + .e-confirm-dialog.e-dialog.e-popup { + margin: 30px auto; + width: 600px; + } +} + +@media (max-width: 768px) { + .e-alert-dialog.e-dialog.e-popup, + .e-confirm-dialog.e-dialog.e-popup { + margin: 30px auto; + width: auto; + } +} + +.e-dialog { + background-color: #fff; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); +} + +.e-dlg-overlay { + background-color: #383838; +} + +.e-footer-content { + background-color: #fff; +} + +.e-dlg-header, +.e-dlg-header * { + color: #333; + font-size: 21px; + font-weight: 100; +} + +.e-dlg-content { + color: #333; +} + +.e-device .e-dlg-content, +.e-device .e-dlg-content * { + font-size: 15px; +} + +.e-dlg-header-content { + background-color: #fff; +} + +.e-dlg-content { + background-color: #fff; +} + +.e-icon-dlg-close { + color: #333; +} + +.e-dialog .e-btn.e-dlg-closeicon-btn:hover span { + color: #0078d6; +} + +.e-icon-dlg-close:active { + border-radius: 50%; + color: #0078d6; + opacity: 1; +} + +.e-icon-dlg-close:hover { + color: #00457a; +} + +.e-dlg-header-content .e-dlg-closeicon-btn:hover { + background-color: transparent; +} + +.e-dlg-header-content .e-dlg-closeicon-btn:active { + background-color: transparent; +} + +.e-south-east, +.e-south-west { + color: #333; +} + +/*! hscroll icons */ +.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before { + content: '\e904'; +} + +.e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before { + content: '\e913'; +} + +.e-hscroll.e-rtl .e-nav-left-arrow::before { + content: '\e830'; +} + +.e-hscroll.e-rtl .e-nav-right-arrow::before { + content: '\e829'; +} + +.e-hscroll.e-scroll-device .e-nav-right-arrow::before { + content: '\e913'; +} + +.e-hscroll.e-scroll-device .e-nav-left-arrow::before { + content: '\e904'; +} + +.e-hscroll .e-nav-left-arrow::before { + content: '\e829'; + line-height: normal; +} + +.e-hscroll .e-nav-right-arrow::before { + content: '\e830'; + line-height: normal; +} + +/*! h-scroll layout */ +.e-bigger .e-hscroll, +.e-hscroll.e-bigger { + min-height: 50px; +} + +.e-bigger .e-hscroll:not(.e-scroll-device), +.e-hscroll.e-bigger:not(.e-scroll-device) { + padding: 0 50px; +} + +.e-bigger .e-hscroll.e-scroll-device, +.e-hscroll.e-bigger.e-scroll-device { + padding-right: 50px; +} + +.e-bigger .e-hscroll.e-rtl.e-scroll-device, +.e-hscroll.e-bigger.e-rtl.e-scroll-device { + padding-left: 50px; + padding-right: initial; +} + +.e-bigger .e-hscroll .e-nav-arrow.e-icons, +.e-hscroll.e-bigger .e-nav-arrow.e-icons { + font-size: 18px; +} + +.e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay, +.e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay { + left: 50px; +} + +.e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay, +.e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay { + right: 50px; +} + +.e-bigger .e-hscroll .e-scroll-nav, +.e-hscroll.e-bigger .e-scroll-nav { + min-height: 50px; + width: 50px; +} + +.e-hscroll { + display: block; + position: relative; + width: inherit; +} + +.e-hscroll.e-rtl.e-scroll-device { + padding-left: 50px; + padding-right: initial; +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(-6px); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay { + left: 52px; + right: auto; + transform: skewX(-16deg) translateX(-6px); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay { + left: auto; + right: 0; +} + +.e-hscroll:not(.e-scroll-device) { + padding: 0 40px; +} + +.e-hscroll.e-scroll-device { + padding-right: 50px; +} + +.e-hscroll.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(6px); + width: 52px; +} + +.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow { + font-size: 14px; + transform: skewX(16deg); +} + +.e-hscroll.e-scroll-device .e-scroll-overlay { + opacity: 0.5; + pointer-events: none; + position: absolute; + top: 0; + z-index: 100; +} + +.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay { + left: auto; + right: 52px; + transform: skewX(-16deg) translateX(6px); +} + +.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay { + left: 0; + right: auto; +} + +.e-hscroll.e-overlay .e-hscroll-content > * { + pointer-events: none; +} + +.e-hscroll > * { + height: inherit; +} + +.e-hscroll .e-hscroll-content { + display: inline-block; + height: inherit; + position: relative; + -ms-touch-action: none; + touch-action: none; +} + +.e-hscroll .e-hscroll-content > * { + pointer-events: auto; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav { + left: 0; + right: auto; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav { + left: auto; + right: 0; +} + +.e-hscroll .e-scroll-nav { + -ms-flex-align: center; + align-items: center; + bottom: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 100%; + min-height: 40px; + overflow: hidden; + position: absolute; + top: 0; + width: 40px; +} + +.e-hscroll .e-scroll-nav.e-scroll-left-nav { + left: 0; +} + +.e-hscroll .e-scroll-nav.e-scroll-right-nav { + right: 0; +} + +.e-hscroll .e-scroll-nav.e-ie-align { + display: table; +} + +.e-hscroll .e-nav-arrow { + position: relative; +} + +.e-hscroll .e-nav-arrow.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay { + pointer-events: none; +} + +/*! h-scroll theme */ +.e-hscroll .e-icons { + color: #333; +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + border-color: #dadada; + box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + background-color: #fff; + border-color: #dadada; + border-width: 1px; + box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow { + color: #0078d6; +} + +.e-hscroll .e-scroll-overlay { + background-color: transparent; + background-repeat: repeat-x; +} + +.e-hscroll .e-scroll-overlay.e-scroll-left-overlay { + background-image: linear-gradient(-270deg, white 0%, rgba(255, 255, 255, 0) 100%); +} + +.e-hscroll .e-scroll-overlay.e-scroll-right-overlay { + background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, white 100%); +} + +.e-hscroll.e-rtl .e-scroll-nav { + background: #fff; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav { + border-left: 1px solid #a6a6a6; + border-right: 0; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav { + border-left: 0; + border-right: 1px solid #a6a6a6; +} + +.e-hscroll.e-rtl .e-scroll-nav:hover { + background: #f4f4f4; + border: ""; + border-color: ""; + color: #333; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover { + background: #f4f4f4; + border: ""; + color: #333; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus { + background: #f4f4f4; + border: ""; + border-color: ""; + color: #333; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active { + background: #d1ebff; + border: ""; + box-shadow: ""; + color: #333; +} + +.e-hscroll .e-scroll-nav { + background: #fff; +} + +.e-hscroll .e-scroll-nav.e-scroll-left-nav { + border-right: 1px solid #a6a6a6; +} + +.e-hscroll .e-scroll-nav.e-scroll-right-nav { + border-left: 1px solid #a6a6a6; +} + +.e-hscroll .e-scroll-nav::after { + content: ''; +} + +.e-hscroll .e-scroll-nav:active::after { + content: ''; +} + +/*! component's theme wise override definitions and variables */ +/*! vscroll icons */ +.e-vscroll.e-scroll-device .e-nav-up-arrow::before { + content: '\e85e'; +} + +.e-vscroll.e-scroll-device .e-nav-down-arrow::before { + content: '\e84f'; +} + +.e-vscroll .e-nav-up-arrow::before { + content: '\e910'; + line-height: normal; +} + +.e-vscroll .e-nav-down-arrow::before { + content: '\e916'; + line-height: normal; +} + +/*! v-scroll layout */ +.e-bigger .e-vscroll:not(.e-scroll-device), +.e-vscroll.e-bigger:not(.e-scroll-device) { + padding: 50px 0; +} + +.e-bigger .e-vscroll .e-icons, +.e-vscroll.e-bigger .e-icons { + font-size: 18px; +} + +.e-bigger .e-vscroll.e-rtl .e-scroll-overlay.e-scroll-down-overlay, +.e-vscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-down-overlay { + left: 50px; +} + +.e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay, +.e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay { + right: 50px; +} + +.e-bigger .e-vscroll .e-scroll-nav, +.e-vscroll.e-bigger .e-scroll-nav { + height: 50px; +} + +.e-vscroll { + display: block; + position: relative; + width: inherit; +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(-6px); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay { + left: 52px; + right: auto; + transform: skewX(-16deg) translateX(-6px); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay { + left: auto; + right: 0; +} + +.e-vscroll:not(.e-scroll-device) { + padding: 0 40px; +} + +.e-vscroll.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(6px); + width: 52px; + z-index: 1001; +} + +.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow { + font-size: 14px; + transform: skewX(16deg); +} + +.e-vscroll.e-scroll-device .e-scroll-overlay { + opacity: 0.5; + pointer-events: none; + position: absolute; + top: 0; + z-index: 100; +} + +.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay { + left: auto; + right: 52px; + transform: skewX(-16deg) translateX(6px); +} + +.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay { + left: 0; + right: auto; +} + +.e-vscroll > * { + height: inherit; +} + +.e-vscroll .e-vscroll-content { + display: inline-block; + height: auto; + position: relative; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-vscroll .e-vscroll-content > * { + pointer-events: auto; +} + +.e-vscroll.e-rtl .e-scroll-nav.e-scroll-up-nav { + left: auto; + right: 0; +} + +.e-vscroll.e-rtl .e-scroll-nav.e-scroll-down-nav { + left: 0; + right: auto; +} + +.e-vscroll .e-scroll-nav { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 40px; + overflow: hidden; + position: absolute; + width: 100%; +} + +.e-vscroll .e-scroll-nav.e-scroll-up-nav { + top: 0; +} + +.e-vscroll .e-scroll-nav.e-scroll-down-nav { + bottom: 0; +} + +.e-vscroll .e-scroll-nav.e-ie-align { + display: table; +} + +.e-vscroll .e-nav-arrow { + position: relative; +} + +.e-vscroll .e-nav-arrow.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +/*! v-scroll theme */ +.e-vscroll .e-icons { + color: #333; +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + border-color: #dadada; + box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + background-color: #fff; + border-color: #dadada; + border-width: 1px; + box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow { + color: #0078d6; +} + +.e-vscroll .e-scroll-overlay { + background-color: transparent; + background-repeat: repeat-x; +} + +.e-vscroll .e-scroll-overlay.e-scroll-up-overlay { + background-image: linear-gradient(-270deg, white 0%, rgba(255, 255, 255, 0) 100%); +} + +.e-vscroll .e-scroll-overlay.e-scroll-down-overlay { + background-image: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, white 100%); +} + +.e-vscroll.e-rtl .e-scroll-nav { + background: #fff; +} + +.e-vscroll.e-rtl .e-scroll-nav:hover { + background: #f4f4f4; + border: ""; + border-color: ""; + color: #333; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover { + background: #f4f4f4; + border: ""; + color: #333; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus { + background: #f4f4f4; + border: ""; + border-color: ""; + color: #333; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active { + background: #d1ebff; + border: ""; + box-shadow: ""; + color: #333; +} + +.e-vscroll .e-scroll-nav { + background: #fff; +} + +.e-vscroll .e-scroll-nav.e-scroll-up-nav { + border-bottom: 1px solid #a6a6a6; +} + +.e-vscroll .e-scroll-nav.e-scroll-down-nav { + border-top: 1px solid #a6a6a6; +} + +.e-vscroll .e-scroll-nav::after { + content: ''; +} + +.e-vscroll .e-scroll-nav:active::after { + content: ''; +} + +/*! component's theme wise override definitions and variables */ +/*! toolbar icons */ +.e-toolbar .e-popup-down-icon::before { + content: '\e916'; + line-height: normal; +} + +.e-toolbar .e-popup-up-icon::before { + content: '\e910'; + line-height: normal; +} + +/*! toolbar layout */ +.e-bigger .e-toolbar, +.e-toolbar.e-bigger { + height: 50px; + min-height: 50px; +} + +.e-bigger .e-toolbar .e-tbar-btn .e-icons, +.e-toolbar.e-bigger .e-tbar-btn .e-icons { + font-size: 18px; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child { + margin: 0; + margin-left: 3px; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: initial; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-hor-nav, +.e-toolbar.e-bigger .e-hor-nav { + min-height: 49px; + min-width: 50px; +} + +.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 35px; +} + +.e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon { + line-height: 35px; + min-height: 34px; + min-width: 25px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + line-height: inherit; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + min-width: 48px; + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + min-width: 25px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn { + min-height: 45px; + padding: 0 12.5px 0 0; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin-left: 0; + padding: 0 12.5px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0 12.5px; +} + +.e-bigger .e-toolbar .e-toolbar-items, +.e-toolbar.e-bigger .e-toolbar-items { + min-height: 49px; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow { + margin-left: 12.5px; + margin-right: 12.5px; + white-space: normal; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) { + margin: 1.5px 0; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator { + display: none; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item { + min-height: 49px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 49px; + padding: 0 1.5px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator { + height: 30px; + margin: 10px 5px; + min-height: 30px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: inherit; + margin: 0; + min-height: 50px; + min-width: 50px; + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0 0 0 15px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon { + padding: 0 12px 0 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 15px 0 10px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended { + min-height: 50px; + padding-bottom: 0; + padding-left: 3px; + padding-right: 3px; + padding-top: 0; + margin-left: -1px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close { + display: none; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open { + display: inline; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended { + width: inherit; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended { + box-shadow: none; + display: inline; + white-space: normal; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) { + margin: 1.5px 0; + min-width: 49px; + padding: 0 1.5px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator { + display: none; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 49px; + vertical-align: middle; + width: auto; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 15px 0 10px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: inherit; + margin: 0; + min-height: 50px; + min-width: 50px; + padding: 0; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 35px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + height: 30px; + margin: 10px 5px; + min-height: 30px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon { + line-height: 35px; + min-height: 34px; + min-width: 25px; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav, +.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended { + padding-right: 3px; + margin-left: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-height: 38px; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + height: auto; + margin: 5px 10px; + min-height: auto; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + margin: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-hor-nav, +.e-toolbar.e-bigger.e-vertical .e-hor-nav { + min-height: 40px; + min-width: 50px; +} + +.e-toolbar { + border-radius: ""; + display: block; + height: 40px; + min-height: 40px; + position: relative; + -ms-touch-action: none; + touch-action: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended { + padding-right: 3px; + margin-left: 0; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left { + padding-left: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align { + display: table; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + min-height: 40px; + padding-bottom: 0; + padding-left: 3px; + padding-right: 3px; + padding-top: 0; + margin-left: -1px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open { + display: inline; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended { + width: inherit; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended { + box-shadow: none; + display: inline; + white-space: normal; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) { + margin: 1px 0; + height: 100%; + min-width: 34px; + padding: 0 1px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 39px; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 12px 0 8px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text { + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 14px; + line-height: inherit; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: inherit; + margin: 0; + min-height: 40px; + min-width: 40px; + padding: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 25px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + margin: 7.5px 3px; + min-height: 25px; + min-width: 1px; + vertical-align: middle; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) { + line-height: 25px; + min-height: 25px; + min-width: 20px; + padding: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) { + height: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + font-size: 14px; + vertical-align: middle; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn { + cursor: pointer; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 16px; + font-weight: 400; + overflow: hidden; + padding: 0; + text-align: center; + text-decoration: none; + text-transform: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child { + display: inline-block; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + text-overflow: ellipsis; +} + +.e-toolbar.e-control[class*='e-toolbar'] { + box-sizing: content-box; +} + +.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar .e-tbar-btn-text, +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: inline-block; + padding: 0 12px 0 8px; +} + +.e-toolbar.e-hidden, +.e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden { + display: none; +} + +.e-toolbar.e-corner { + border-radius: 0; +} + +.e-toolbar .e-toolbar-pop { + border-radius: ""; + overflow: hidden; + padding: 0; + position: absolute; +} + +.e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + width: auto; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden { + display: none; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: start; + justify-content: flex-start; + min-height: 36px; + padding: 0 10px 0 0; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + padding: 0 10px; + width: auto; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0 10px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + min-width: 20px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + min-width: 34px; + padding: 0; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control { + text-align: center; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon { + min-width: 100%; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: auto; + -ms-flex-pack: center; + justify-content: center; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item > * { + height: 100%; + min-width: 100%; + text-overflow: ellipsis; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar .e-toolbar-pop .e-toolpopup { + text-align: center; +} + +.e-toolbar .e-toolbar-popup { + text-align: center; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child { + margin: 0; + margin-left: 3px; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: initial; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: auto; + right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right { + left: 0; + right: auto; +} + +.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child, +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child, +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child { + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; + border-radius: "" 0 0 ""; +} + +.e-toolbar .e-hor-nav { + -ms-flex-align: center; + align-items: center; + border-radius: 0 "" "" 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 100%; + min-height: 39px; + overflow: hidden; + position: absolute; + right: 0; + top: 0; + width: 40px; +} + +.e-toolbar .e-hor-nav.e-ie-align { + display: table; +} + +.e-toolbar .e-popup-down-icon.e-icons, +.e-toolbar .e-popup-up-icon.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 25px; +} + +.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + line-height: 25px; + min-height: 25px; +} + +.e-toolbar .e-toolbar-items { + border-radius: "" 0 0 ""; + display: inline-block; + height: 100%; + min-height: 39px; + vertical-align: middle; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow { + margin-bottom: 1px; + margin-left: 10px; + margin-right: 10px; + white-space: normal; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) { + margin: 1px 0; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator { + display: none; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left, +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center, +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right { + display: inline; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos { + display: block; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + display: table; + height: 100%; + top: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left { + position: absolute; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + right: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: 0; + line-height: 35px; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center { + margin: 0 auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-left, +.e-toolbar .e-toolbar-items .e-toolbar-center, +.e-toolbar .e-toolbar-items .e-toolbar-right { + display: inline-block; +} + +.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child, +.e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 39px; + vertical-align: middle; + width: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + height: 100%; + min-width: 34px; + padding: 0 1px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + margin: 7.5px 3px; + min-height: 24px; + min-width: 1px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item input[type='checkbox'] { + height: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + height: inherit; + margin: 0; + min-height: 40px; + min-width: 40px; + padding: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + outline: none; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0 0 0 12px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon { + padding: 0 15px 0 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + min-width: 20px; + width: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item > * { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + text-overflow: ellipsis; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + height: 24px; + vertical-align: middle; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator { + display: none; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:first-of-type { + display: none; +} + +.e-toolbar .e-tbar-btn > :first-child { + display: inline-block; +} + +.e-toolbar .e-tbar-btn { + border: none; + cursor: pointer; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 16px; + font-weight: 400; + overflow: hidden; + padding: 0; + text-align: center; + text-decoration: none; + text-transform: none; +} + +.e-toolbar .e-tbar-btn .e-icons.e-btn-icon { + font-size: 16px; + vertical-align: middle; +} + +.e-toolbar .e-tbar-btn div { + vertical-align: middle; +} + +.e-toolbar .e-tbar-btn .e-tbar-btn-text { + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 14px; + line-height: inherit; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-vertical { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left { + bottom: 0; + top: auto; +} + +.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right { + bottom: auto; + top: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center, +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right { + height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: auto; + right: auto; + top: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right { + bottom: 0; + left: auto; + right: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item { + display: -ms-flexbox; + display: flex; + height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 33px; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + height: auto; + margin: 3px 7.5px; + min-height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + margin: 0; +} + +.e-toolbar.e-vertical .e-hor-nav { + bottom: 0; + height: auto; + left: 0; + min-height: 40px; + min-width: 50px; + right: auto; + top: auto; + width: auto; +} + +/*! toolbar theme */ +.e-toolbar { + -webkit-tap-highlight-color: transparent; + background: #fff; + border: 1px solid #dadada; + box-shadow: none; +} + +.e-toolbar.e-vertical .e-hor-nav { + border: solid #dadada; + border-width: 1px 0 0 0; +} + +.e-toolbar.e-vertical.e-rtl .e-hor-nav { + border: solid #dadada; + border-width: 0 0 1px 0; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + border-width: 0 0 1px 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay { + background: #fff; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + border: solid #a6a6a6; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #333; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn { + background: #fff; + box-shadow: none; + color: #333; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus { + background: #f4f4f4; + border-color: #eaeaea; + border-radius: ""; + color: #000; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover { + background: #f4f4f4; + border-color: #eaeaea; + border-radius: ""; + color: #000; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active { + background: #d1ebff; + border-color: #d1ebff; + border-radius: ""; + box-shadow: ""; + color: #333; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text { + color: #333; +} + +.e-toolbar .e-icons { + color: #333; +} + +.e-toolbar .e-toolbar-pop { + background: #fff; + border: 1px solid #dadada; + box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21); +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text { + color: #333; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus { + outline: none; +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) { + background: #d1ebff; + border: ""; + border-left: 1px solid #d1ebff; + box-shadow: ""; +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons { + color: #333; +} + +.e-toolbar .e-tbar-btn { + background: #fff; + box-shadow: none; + color: #333; +} + +.e-toolbar .e-tbar-btn:focus { + background: #f4f4f4; + border-color: #eaeaea; + border-radius: ""; + color: #000; +} + +.e-toolbar .e-tbar-btn:hover { + background: #f4f4f4; + border-color: #eaeaea; + border-radius: ""; + color: #000; +} + +.e-toolbar .e-toolbar-items { + background: #fff; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay { + background: #fff; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text { + color: #c8c8c8; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons { + color: #c8c8c8; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + color: #333; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border: solid #a6a6a6; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-rtl .e-hor-nav { + background: #fff; + border: solid #dadada; + border-left: 0; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover { + background: #f4f4f4; + color: #000; +} + +.e-toolbar .e-hor-nav { + background: #fff; + border: solid #dadada; + border-width: 0 0 0 1px; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav)::after { + content: ''; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active { + border: ""; + box-shadow: ""; + color: #333; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active::after { + content: ''; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):hover { + background: #f4f4f4; + border-left: ""; + color: #000; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):focus { + background: #f4f4f4; + border-color: #eaeaea; + border-left: ""; + color: #fff; +} + +.e-toolbar .e-tbar-btn:active { + background: #d1ebff; + border-color: #d1ebff; + border-radius: ""; + box-shadow: ""; + color: #333; +} + +/*! Fabric theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +/*! Fabric specific themes definition's */ +/*! Vertical Tab */ +/*! tab icons */ +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before { + content: '\e219'; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before { + content: '\e98f'; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before { + content: '\e98f'; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + content: '\e219'; +} + +.e-tab .e-tab-header .e-close-icon::before { + content: '\e7fc'; + position: relative; +} + +.e-tab .e-tab-header .e-popup-up-icon::before { + content: '\e85e'; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-popup-up-icon::before { + content: '\e976'; + } +} + +.e-tab .e-tab-header .e-popup-down-icon::before { + content: '\e84f'; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-popup-down-icon::before { + content: '\e976'; + } +} + +@media screen and (max-width: 480px) { + .e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before { + content: '\e85e'; + } + .e-tab.e-vertical-icon .e-tab-header .e-popup-down-icon::before { + content: '\e84f'; + } +} + +.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before { + content: '\e85e'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before { + content: '\e84f'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before { + content: 'More'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::after { + content: '\e85e'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::before { + content: 'More'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::after { + content: '\e84f'; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::before { + content: ''; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::after { + content: '\ebb7'; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::before { + content: ''; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::after { + content: '\ebb7'; +} + +/*! tab layout */ +.e-bigger .e-tab .e-tab-header, +.e-tab.e-bigger .e-tab-header { + height: 50px; + min-height: 50px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items, +.e-tab.e-bigger .e-tab-header .e-toolbar-items { + height: auto; + min-height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 14px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav { + width: 50px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 50px; + margin: 0 14px 0 0; + min-height: 50px; + min-width: auto; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 8px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap { + height: 50px; + height: 48px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 15px; + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active { + margin: 0 14px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active, + .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + margin-top: 0; + height: 48px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 50px; + height: 48px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap { + padding: 2px 0 0 0; + padding: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + cursor: pointer; + margin: 0 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + margin: 0 0 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + height: 20px; + min-width: 20px; + width: 20px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon, +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 20px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + padding: 0 8px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + right: 8px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 10px 0 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 10px; +} + +.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-right: 22px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 45px; + min-height: 45px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 45px; + padding: 0 16px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + padding: 0 12px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap { + height: 45px; + height: 43px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'], +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 8px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'], + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before { + top: 1px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + right: 16px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav { + height: 50px; + min-height: 50px; + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-scroll-nav, + .e-tab.e-bigger .e-tab-header .e-scroll-nav { + padding: 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0 10px; +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-left-nav { + padding: 0 10px; +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, + .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + font-size: 14px; + line-height: 32px; + top: 0; + vertical-align: initial; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav, +.e-tab.e-bigger .e-tab-header .e-hor-nav { + height: 50px; + min-height: 50px; + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav, + .e-tab.e-bigger .e-tab-header .e-hor-nav { + padding: 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 14px; + line-height: 32px; + top: 0; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + top: 0; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + top: 0; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 20px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 17px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 14px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active, + .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text { + padding-top: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child, + .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-icon-close::before, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-icon-close::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-icon-close::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-icon-close::before { + top: -1px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + padding: 0; + height: 48px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap { + height: 50px; + height: auto; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap { + height: initial; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active { + height: 48px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical, +.e-tab.e-bigger .e-tab-header.e-vertical { + max-width: 150px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before, +.e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 23px; + top: 23px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before, + .e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 0; + top: 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device), +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + right: -22px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon { + min-height: 50px; + min-width: 50px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav, +.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav { + height: 24px; + min-height: 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow, +.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav { + padding: 0 8px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + line-height: 48px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + font-size: 15px; + line-height: 48px; + margin: 0 0 0 8px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items, +.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items { + height: auto; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header, +.e-tab.e-bigger.e-vertical-icon .e-tab-header { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items { + height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before, +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before { + bottom: -10px; + top: auto; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav { + height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav { + height: 72px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before, + .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + } +} + +.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items, +.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav, +.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav { + height: 24px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 50px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 50px; + height: 48px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 71px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus { + height: 45px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 45px; + height: 43px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 50px; +} + +.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 50px; + padding: 0; + height: 48px; +} + +.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft, +.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft { + height: 48px; +} + +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 20px; +} + +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 17px; +} + +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 18px; +} + +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 13px; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-close-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-close-icon::before { + top: -1px; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before { + top: 0; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + top: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header, +.e-tab.e-bigger.e-fill .e-tab-header { + height: 48px; + min-height: 48px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header, + .e-tab.e-bigger.e-fill .e-tab-header { + height: 48px; + min-height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items { + height: auto; + min-height: 48px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items { + min-height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 48px; + margin: 0; + min-height: 48px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator), + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 48px; + min-height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 70px; + min-height: 70px; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 48px; + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 48px; + padding: 0 10px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 48px; + height: 46px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + height: 46px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 48px; + height: 46px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 70px; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + height: auto; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 46px; + height: 46px; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 48px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 48px; + height: 46px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 46px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before { + top: 1px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 69px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; + } +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap { + height: 46px; +} + +.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header, +.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header { + height: 70px; + min-height: 70px; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; + } +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + height: 48px; +} + +.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-bigger .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 0 0 14px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 14px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 8px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 8px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: 8px; + right: auto; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-left: 22px; + margin-right: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 8px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + left: 16px; + right: auto; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 12px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-hor-nav, +.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-right-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-hor-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-right-nav { + padding: 0 10px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-left-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-left-nav { + padding: 0 10px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + left: -22px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav { + padding: 0 8px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after, +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after { + margin: 0 8px 0 0; +} + +.e-tab { + display: block; + position: relative; +} + +.e-tab.e-hidden { + display: none; +} + +.e-tab.e-fill-mode .e-content, +.e-tab.e-fill-mode .e-content .e-item, +.e-tab.e-fill-mode .e-content .e-item > div, +.e-tab.e-fill-mode .e-content .e-item > div > .e-blazor-template { + height: 100%; +} + +.e-tab .e-tab-header { + height: 40px; + min-height: 40px; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header::before { + content: ''; + position: absolute; +} + +.e-tab .e-tab-header:not(.e-vertical)::before { + bottom: 0; + top: 0; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-items { + height: auto; + margin: 0; + min-height: 40px; + position: relative; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items { + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 8px 0 0; +} + +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device { + padding: 0; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav { + display: none; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar { + padding: 0 1px; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav { + width: 40px; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-tab .e-tab-header .e-hscroll-bar { + overflow: hidden; +} + +.e-tab .e-tab-header .e-indicator { + display: none; + position: absolute; +} + +.e-tab .e-tab-header .e-indicator.e-hidden { + display: none; +} + +.e-tab .e-tab-header:not(.e-vertical) .e-indicator { + bottom: 0; + height: 2px; + left: 0; + right: 0; + transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1); +} + +.e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.e-tab .e-tab-header .e-toolbar-item.e-hidden { + display: none; +} + +.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 40px; + margin: 0 8px 0 0; + min-height: 40px; + min-width: auto; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 40px; + padding: 0 8px; + width: 100%; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-text-wrap { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 40px; + height: 38px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-text-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-text { + display: inherit; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; + text-transform: capitalize; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 15px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active { + margin: 0 8px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active { + margin: 0 8px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 40px; + margin-top: 0; + height: 38px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 600; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 40px; + padding: 2px 0 0 0; + height: 38px; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-wrap .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-wrap:focus .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + display: none; + margin: 0 0 0 8px; + min-width: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + margin: 0 0 0 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon, +.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-close-icon, + .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + top: 1px; +} + +@media screen\0 { + .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + top: 1px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + display: -ms-inline-flexbox; + display: inline-flex; + height: 20px; + min-width: 20px; + width: 20px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + height: 20px; + width: 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 18px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-icon, + .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + -ms-flex-pack: center; + justify-content: center; + padding: 0 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + padding: 0 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom { + height: 62px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom { + height: 72px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 62px; + position: relative; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + display: block; + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap { + height: 62px; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + position: absolute; + right: 8px; + top: calc(50% - 6px); +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + right: 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 8px 0 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 10px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 10px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top, +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + margin: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop { + overflow-y: auto; + padding: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 36px; + min-height: 36px; + min-width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 45px; + min-height: 45px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 36px; + padding: 0 16px; + text-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 45px; + padding: 0 12px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap { + height: 36px; + width: 100%; + height: 34px; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + display: -ms-inline-flexbox; + display: inline-flex; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + margin: 0 0 0 8px; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before { + top: 1px; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap { + display: -ms-inline-flexbox; + display: inline-flex; + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + display: block; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 0 10px; + padding-left: 0; + padding-right: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 0 12px; + padding-left: 0; + padding-right: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + right: 16px; + top: initial; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon { + -ms-flex-align: center; + align-items: center; + -ms-flex-item-align: center; + align-self: center; + display: -ms-inline-flexbox; + display: inline-flex; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon { + display: none; + } +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon { + display: -ms-inline-flexbox; + display: inline-flex; + } +} + +.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-right: 20px; +} + +.e-tab .e-tab-header .e-scroll-nav { + height: 40px; + min-height: 40px; + min-width: auto; + width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav { + padding: 0 10px; +} + +.e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0 8px; + } +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + font-size: 12px; + line-height: 24px; + position: relative; + top: 0; + vertical-align: initial; + top: -1px; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; + } +} + +.e-tab .e-tab-header .e-hor-nav { + height: 40px; + min-height: 40px; + min-width: auto; + padding: 0 10px; + width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav { + height: 50px; + min-height: 50px; + padding: 0 8px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + line-height: 24px; + position: relative; + top: 0; + vertical-align: initial; + top: -1px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + top: 0; + top: -1px; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon { + transform: none; + transition: none; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + transform: none; + transition: none; + } +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + top: 0; + top: -1px; +} + +.e-tab .e-tab-header.e-horizontal-bottom::before { + bottom: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding-bottom: 0; + padding-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-indicator { + bottom: auto; + top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 8px 0 0; + padding-bottom: 0; + padding-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 8px 0 0; + } +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 40px; + padding: 0 0 2px 0; + height: 38px; + padding: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before { + top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before { + top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: initial; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap { + height: initial; + padding: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap::before { + bottom: auto; + top: 0; +} + +.e-tab .e-tab-header.e-vertical { + max-width: 150px; + z-index: 1; +} + +.e-tab .e-tab-header.e-vertical::before { + bottom: 0; + height: 100%; + left: 0; + top: 0; +} + +.e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 15px; + height: auto; + top: 15px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 0; + top: 0; + } +} + +.e-tab .e-tab-header.e-vertical .e-indicator { + display: block; + transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1); + width: 2px; + transition: initial; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) { + padding: 16px 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-text-wrap { + position: relative; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text, +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-icon::before { + text-align: center; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before { + display: none; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon { + min-height: 40px; + min-width: 40px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon { + margin: auto; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + right: -20px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-pop { + top: initial !important; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left { + float: left; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left::before { + right: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left .e-indicator { + left: auto; + right: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right { + float: right; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right::before { + right: auto; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-indicator { + left: 0; + right: auto; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-tab-wrap { + text-align: right; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text { + width: auto; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav { + height: 16px; + -ms-flex-pack: center; + justify-content: center; + min-height: 16px; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + font-size: 10px; + height: 16px; + line-height: 16px; + margin: 0 auto; + width: 16px; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav { + padding: 0 8px; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + height: 100%; + transform: none; + transition: none; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + float: left; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; + line-height: 36px; + text-align: left; + text-transform: capitalize; + transform: none; + transition: none; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + float: left; + font-size: 12px; + line-height: 36px; + margin: 0 0 0 8px; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, + .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + font-size: 15px; + } +} + +.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-nav, +.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-overlay { + display: none; +} + +.e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items { + height: auto; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: -20px; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav { + padding: 0 8px; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + float: right; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + float: right; + margin: 0 8px 0 0; +} + +.e-tab .e-content { + position: relative; +} + +.e-tab .e-content .e-item.e-view { + bottom: 0; + left: 0; + overflow: hidden; + position: absolute; + right: 0; + top: 0; +} + +.e-tab .e-content > .e-item { + display: none; +} + +.e-tab .e-content > .e-item.e-active { + background: inherit; + display: block; +} + +.e-tab .e-content.e-progress { + overflow-x: hidden; +} + +.e-tab.e-vertical-tab .e-content { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-vertical-tab .e-content .e-item.e-active { + display: -ms-flexbox; + display: flex; + -ms-flex: none; + flex: none; +} + +.e-tab.e-vertical-tab .e-content .e-item, +.e-tab.e-vertical-tab .e-content .e-item > :first-child { + width: 100%; +} + +.e-tab.e-vertical-icon .e-tab-header { + height: 62px; + min-height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items { + height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap { + position: static; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before, +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before { + content: none; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before, +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before { + content: ''; + display: block; + position: absolute; + top: 96%; + width: calc(100% - 16px); + border: 1px solid #0078d6; +} + +.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav { + height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-hor-nav { + height: 62px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + } +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-indicator { + width: 3px; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before, +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before { + display: none; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap { + position: relative; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav { + height: 16px; +} + +.e-tab.e-vertical-icon .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before, +.e-tab.e-vertical-icon .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before { + top: 0; +} + +.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 40px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 40px; + height: 38px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 62px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus { + height: 36px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 36px; + height: 34px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 40px; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 40px; + padding: 0; + height: 38px; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-template .e-content > .e-item { + display: none; +} + +.e-tab.e-template .e-content > .e-item.e-active { + background: inherit; + display: block; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + display: block; + line-height: 15px; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + display: block; + line-height: 15px; +} + +.e-tab.e-ie .e-tab-header .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; +} + +.e-tab.e-ie .e-tab-header .e-popup-up-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-ie .e-tab-header .e-popup-up-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-ie .e-tab-header .e-popup-down-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-ie .e-tab-header .e-popup-down-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + display: block; + line-height: 14px; + position: relative; +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + display: block; + line-height: 12px; + position: relative; +} + +.e-tab.e-edge .e-tab-header .e-popup-up-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-up-icon { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; + } +} + +@media screen and (max-width: 480px) and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-up-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-up-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-down-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-safari .e-tab-header .e-close-icon::before { + top: -1px; +} + +.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before { + top: 0; +} + +.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + top: 0; +} + +.e-tab.e-disable { + pointer-events: none; +} + +.e-tab.e-fill .e-tab-header { + height: 38px; + min-height: 38px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header { + height: 48px; + min-height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-indicator { + display: none; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items { + height: auto; + min-height: 38px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-items { + min-height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 38px; + margin: 0; + min-height: 38px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 48px; + min-height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 60px; + min-height: 60px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 38px; + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 48px; + padding: 0 10px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 38px; + height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 38px; + height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 200; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 38px; + height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 60px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + height: auto; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + padding: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-itop { + padding-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin-right: 0; + padding: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 38px; + height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + } +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: 44px; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 38px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 38px; + height: 36px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 36px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before { + top: 1px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 59px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; + } +} + +.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-fill.e-vertical-icon .e-tab-header { + height: 60px; + min-height: 60px; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; + } +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 40px; + height: 38px; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 200; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-indicator { + display: none; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + padding: 0; +} + +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0; + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap { + height: 36px; + height: 34px; +} + +.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 0 0 8px; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 8px; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 8px 0 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: 8px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-left: 20px; + margin-right: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 8px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 0; + } +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + left: 16px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + left: 16px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 10px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 10px; + padding-right: 0; + } +} + +.e-tab.e-rtl .e-tab-header .e-hor-nav, +.e-tab.e-rtl .e-tab-header .e-scroll-right-nav { + padding: 0 10px; +} + +.e-tab.e-rtl .e-tab-header .e-scroll-left-nav { + padding: 0 10px; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + display: none; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + margin: 0; + width: 100%; +} + +/*! tab theme */ +.e-tab { + background: transparent; + border: none; +} + +.e-tab .e-tab-header { + background: inherit; + border: 0; + border-radius: 0; + border-bottom: 0; +} + +.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active { + border-bottom: initial; +} + +.e-tab .e-tab-header .e-toolbar-items { + background: inherit; +} + +.e-tab .e-tab-header .e-indicator { + background: #0078d6; +} + +.e-tab .e-tab-header .e-toolbar-item { + background: inherit; + border: none; +} + +.e-tab .e-tab-header .e-toolbar-item .e-ripple-element { + background: transparent; +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-radius: 0; + color: #333; + border: 1px solid #fff; +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #333; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #333; + } + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #333; + } + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon { + color: #333; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: inherit; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: inherit; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active { + border: 0; + border-radius: 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + position: relative; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + border: 1px solid #0078d6; + content: ''; + display: block; + position: absolute; + top: 95%; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover { + color: #00457a; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active { + color: #0078d6; +} + +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay { + background: inherit; + opacity: 1; + pointer-events: none; +} + +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon { + color: #a6a6a6; +} + +.e-tab .e-tab-header .e-toolbar-pop { + background: #fff; + border: 1px solid #eaeaea; + border-radius: 0; + box-shadow: 0 1px 3px rgba(234, 234, 234, 0.25); + overflow-y: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop[e-animate='true'] { + overflow-y: hidden; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop { + box-shadow: 0 1px 3px rgba(234, 234, 234, 0.25); + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover { + background: #f4f4f4; + border-color: #f4f4f4; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: #333; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active { + background: #d1ebff; + border-color: #d1ebff; +} + +.e-tab .e-tab-header .e-scroll-nav, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow { + color: #333; + border: 1px solid #fff; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover { + background: #eaeaea; + color: #000; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active { + box-shadow: none; + border: 1px solid #d1ebff; +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow { + background: inherit; + color: #000; + border: 1px solid #767676; +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover { + background: #eaeaea; + color: #000; +} + +.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow { + color: #c8c8c8; +} + +.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover { + color: #c8c8c8; +} + +.e-tab .e-tab-header .e-hor-nav, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) { + background: transparent; + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon { + color: #333; + border: 1px solid #fff; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover { + background: #eaeaea; + border: initial; + border-radius: 0; + border: 1px solid #f4f4f4; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover { + color: #000; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon { + background: inherit; + border: initial; + border-radius: 0; + color: #000; + border: 1px solid #767676; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover { + background: #eaeaea; + border: initial; + border-radius: 0; + border: 1px solid #767676; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active { + background: #eaeaea; + border: 0; + border-radius: 0; + box-shadow: none; + border: 1px solid #767676; +} + +.e-tab .e-tab-header .e-hor-nav:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover { + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav:hover:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active { + background: transparent; +} + +.e-tab .e-tab-header .e-hor-nav.e-nav-active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active { + background: inherit; + border: 0; + box-shadow: none; +} + +.e-tab .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + border-bottom: 0; + border-radius: 0; + border-top: initial; + border-top-color: inherit; +} + +.e-tab .e-tab-header.e-vertical::before { + border-width: 0 1px 0 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active { + border-bottom: 0; + border-top: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active { + border-radius: 0; + border-right: initial; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active { + border-left: initial; + border-radius: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-pop { + box-shadow: 0 1px 3px rgba(234, 234, 234, 0.25); +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav { + background: inherit; + border: 1px solid transparent; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-up-nav { + border-bottom-color: #eaeaea; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav { + border-top-color: #eaeaea; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow:hover { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover { + background: #eaeaea; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow { + color: #000; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus { + background: inherit; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover { + background: none; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover { + background: inherit; + border: 0; + box-shadow: none; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon { + border: 0; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + background: initial; + border-color: #767676; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text { + color: #333; +} + +.e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #000; +} + +.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #000; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus { + border-color: #767676; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + border: 0; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + border: 0; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus { + outline: 1.5px solid #767676; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + border-color: #767676; +} + +.e-tab.e-disable { + pointer-events: none; +} + +.e-tab.e-disable .e-tab-header .e-indicator { + background: #a6a6a6; +} + +.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #a6a6a6; +} + +.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #a6a6a6; +} + +.e-tab.e-disable .e-content { + opacity: 0.38; +} + +.e-tab.e-fill .e-tab-header { + border-bottom: 2px Solid #0078d6; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element { + background: transparent; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #333; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #333; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + background: #0078d6; + border-radius: 0; + border-color: #0078d6; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #fff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon { + color: rgba(255, 255, 255, 0.8); +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover { + color: #fff; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 2px Solid #0078d6; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical { + border-bottom: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left { + border-right: 2px Solid #0078d6; +} + +.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right { + border-left: 2px Solid #0078d6; +} + +.e-tab.e-fill.e-corner .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + border-radius: 3px 3px 0 0; +} + +.e-tab.e-fill.e-corner .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap { + border-radius: 0 0 3px 3px; +} + +.e-tab.e-fill.e-disable .e-tab-header { + border-bottom: 2px Solid #a6a6a6; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #a6a6a6; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active { + opacity: 1; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #a6a6a6; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 2px Solid #a6a6a6; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon { + color: #000; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #0078d6; + border-color: #767676; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header { + background: #f4f4f4; + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items { + background: #f4f4f4; +} + +.e-tab.e-background .e-tab-header .e-indicator { + background: #0078d6; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element { + background: transparent; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + background: #f4f4f4; + border-color: #f4f4f4; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: inherit; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #fff; + color: #000; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon { + color: #333; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon { + color: #333; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover { + color: #000; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + background: #0078d6; + border-radius: 0; + border-color: #0078d6; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover { + background: #0078d7; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #0078d6; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon { + color: rgba(255, 255, 255, 0.8); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap { + background: #0078d6; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon { + color: #a6a6a6; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item { + background: #f4f4f4; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #333; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover { + background: inherit; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: #fff; + color: #333; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow { + color: #333; + border: 1px solid #f4f4f4; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover { + background: #eaeaea; + color: #000; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #000; + border: 1px solid #767676; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover { + background: #eaeaea; + color: #000; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:active::after { + animation: none; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon { + color: #333; + border: 1px solid #f4f4f4; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover { + background: #eaeaea; + color: #000; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #000; + border: 1px solid #767676; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:active::after { + animation: none; +} + +.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon { + color: #000; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + border: 0; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + border: 0; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover { + background: none; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow { + color: #000; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background.e-disable .e-tab-header .e-indicator { + background: #a6a6a6; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #a6a6a6; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #a6a6a6; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon { + color: #a6a6a6; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active { + opacity: 1; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #a6a6a6; + color: #fff; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-background.e-accent .e-tab-header .e-indicator { + background: #0078d6; +} + +.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator { + background: #a6a6a6; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + border-color: #767676; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon { + color: #333; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + border-color: #767676; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #fff; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover { + background: #0078d7; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap { + background: #0078d6; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus { + background: #0078d6; +} + +.e-tab.e-background.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #000; +} + +.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #000; +} + +.e-tab.e-rtl .e-tab-header .e-hscroll.e-rtl .e-scroll-nav { + border: 0; +} + +.e-tab .e-content { + background: inherit; +} + +.e-tab .e-content .e-item { + background: inherit; + color: #333; +} + +/*! TreeView's fabric theme wise override definitions and variables */ +.e-treeview .e-list-item div.e-icons.interaction { + -webkit-transition: -webkit-transform .3s ease-in-out; + border-radius: 15px; + transition: transform .3s ease-in-out; +} + +.e-treeview .e-list-item .e-icons.e-icon-collapsible { + transform: rotate(90deg); +} + +.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next { + transform: rotate(180deg); +} + +.e-treeview.e-rtl div.e-icons { + transform: rotate(180deg); +} + +/*! TreeView icons */ +.e-treeview .e-list-item div.e-icons::before { + content: '\e22e'; +} + +.e-treeview .e-sibling::before { + content: ''; +} + +.e-treeview .e-popup .e-icons::before { + content: '\e930'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-in::before { + content: '\e22c'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-out::before { + content: '\e22b'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-next::before { + content: '\e22d'; +} + +.e-treeview.e-drag-item .e-icons.e-no-drop::before { + content: '\e22a'; +} + +@keyframes rotation { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +.e-bigger .e-treeview .e-fullrow, +.e-treeview.e-bigger .e-fullrow { + height: 40px; +} + +.e-bigger .e-treeview .e-list-text, +.e-treeview.e-bigger .e-list-text { + line-height: 38px; + min-height: 38px; + padding: 0 10px; +} + +.e-bigger .e-treeview .e-list-text .e-input-group, +.e-treeview.e-bigger .e-list-text .e-input-group { + height: 38px; +} + +.e-bigger .e-treeview .e-list-text .e-input-group .e-input, +.e-treeview.e-bigger .e-list-text .e-input-group .e-input { + height: 36px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper, +.e-treeview.e-bigger .e-checkbox-wrapper { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon, +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-img { + margin: 0 0 0 16px; +} + +.e-bigger .e-treeview .e-list-icon, +.e-bigger .e-treeview .e-list-img, +.e-treeview.e-bigger .e-list-icon, +.e-treeview.e-bigger .e-list-img { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-list-icon + .e-list-icon, +.e-bigger .e-treeview .e-list-icon + .e-list-img, +.e-bigger .e-treeview .e-list-img + .e-list-icon, +.e-bigger .e-treeview .e-list-img + .e-list-img, +.e-treeview.e-bigger .e-list-icon + .e-list-icon, +.e-treeview.e-bigger .e-list-icon + .e-list-img, +.e-treeview.e-bigger .e-list-img + .e-list-icon, +.e-treeview.e-bigger .e-list-img + .e-list-img { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-icon-collapsible::before, +.e-bigger .e-treeview .e-icon-expandable::before, +.e-treeview.e-bigger .e-icon-collapsible::before, +.e-treeview.e-bigger .e-icon-expandable::before { + padding: 6px; +} + +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper { + margin: 0 10px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-img { + margin: 0 16px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-img { + margin: 0 10px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img, +.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-img + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-img + .e-list-img { + margin: 0 10px 0 0; +} + +.e-treeview { + display: block; + overflow: hidden; + position: relative; + white-space: nowrap; +} + +.e-treeview > .e-ul { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.e-treeview .e-ul { + margin: 0; + padding: 0 0 0 24px; +} + +.e-treeview li.e-node-collapsed .e-list-item .e-fullrow { + display: none; +} + +.e-treeview .e-list-item { + list-style: none; + padding: 2px 0; +} + +.e-treeview .e-list-item .e-ul { + margin: 2px 0 -2px; + padding: 0 0 0 24px; +} + +.e-treeview .e-list-item.e-disable > .e-text-content, +.e-treeview .e-list-item.e-disable > .e-fullrow { + -ms-touch-action: none; + filter: alpha(opacity=50); + opacity: .5; + pointer-events: none; + touch-action: none; +} + +.e-treeview .e-list-item .e-icons.e-icons-spinner::before { + content: none; +} + +.e-treeview .e-icons .e-spinner-pane { + position: relative; +} + +.e-treeview .e-text-content { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + cursor: pointer; + margin: 0; + padding: 0 0 0 24px; +} + +.e-treeview .e-fullrow { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + box-sizing: border-box; + cursor: pointer; + height: 32px; + left: 0; + overflow: hidden; + position: absolute; + width: 100%; +} + +.e-treeview .e-checkbox-wrapper { + margin: 0 0 0 5px; + pointer-events: all; + position: relative; +} + +.e-treeview .e-checkbox-wrapper + .e-list-icon, +.e-treeview .e-checkbox-wrapper + .e-list-img { + margin: 0 0 0 12px; +} + +.e-treeview .e-checkbox-wrapper + .e-list-text { + padding: 0 10px; +} + +.e-treeview .e-checkbox-wrapper .e-ripple-container { + bottom: -7px; + height: 32px; + left: -7px; + right: -7px; + top: -7px; + width: 32px; +} + +.e-treeview .e-list-text { + box-sizing: border-box; + display: inline-block; + line-height: 30px; + margin: 0; + min-height: 30px; + padding: 0 5px; + text-decoration: none; + vertical-align: middle; +} + +.e-treeview .e-list-text .e-input-group { + height: 30px; + margin-bottom: 0; + min-width: 150px; + vertical-align: bottom; +} + +.e-treeview .e-list-text .e-input-group .e-input { + height: 28px; +} + +.e-treeview .e-list-icon, +.e-treeview .e-list-img { + display: inline-block; + height: 18px; + margin: 0 0 0 5px; + vertical-align: middle; + width: 18px; +} + +.e-treeview .e-list-icon + .e-list-icon, +.e-treeview .e-list-icon + .e-list-img, +.e-treeview .e-list-img + .e-list-icon, +.e-treeview .e-list-img + .e-list-img { + margin: 0 0 0 10px; +} + +.e-treeview .e-list-icon + .e-list-text, +.e-treeview .e-list-img + .e-list-text { + padding: 0 10px; +} + +.e-treeview .e-icon-collapsible, +.e-treeview .e-icon-expandable { + display: inline-block; + height: 24px; + margin: 0 0 0 -24px; + vertical-align: middle; + width: 24px; +} + +.e-treeview .e-icon-collapsible::before, +.e-treeview .e-icon-expandable::before { + display: inline-block; + padding: 7px; +} + +.e-treeview .e-load { + animation: rotation .5s infinite linear; +} + +.e-treeview .e-sibling { + border: 4px solid transparent; + height: 6px; + margin-top: -5px; + position: absolute; + width: 6px; + z-index: 2; +} + +.e-treeview .e-text-content + .e-sibling { + margin-top: -1px; +} + +.e-treeview .e-sibling::before { + left: 0; + height: 1px; + position: absolute; + width: 144px; + z-index: 2; +} + +.e-treeview .e-popup { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + font-weight: normal; + position: absolute; + z-index: 99999; +} + +.e-treeview .e-popup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-treeview .e-popup .e-icons { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + line-height: 18px; + padding: 4px; + width: 26px; +} + +.e-treeview .e-popup .e-downtail::before, +.e-treeview .e-popup .e-downtail::after { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-treeview .e-popup .e-downtail::after { + bottom: -18px; +} + +.e-treeview.e-fullrow-wrap .e-text-content { + pointer-events: none; + position: relative; +} + +.e-treeview.e-fullrow-wrap .e-icon-collapsible, +.e-treeview.e-fullrow-wrap .e-icon-expandable, +.e-treeview.e-fullrow-wrap .e-input, +.e-treeview.e-fullrow-wrap .e-list-url { + pointer-events: auto; +} + +.e-treeview.e-drag-item { + overflow: visible; + z-index: 10000; +} + +.e-treeview.e-drag-item .e-text-content { + float: left; +} + +.e-treeview.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-drag-item .e-icon-expandable::before { + font-size: 12px; + padding: 6px; +} + +.e-treeview.e-drag-item .e-drop-count { + border: 1px solid; + border-radius: 15px; + box-sizing: content-box; + font-size: 13px; + line-height: normal; + min-width: 12px; + padding: 3px 5px 4px; + margin-left: -12px; + position: absolute; + text-align: center; + top: -10px; +} + +.e-treeview.e-dragging .e-text-content, +.e-treeview.e-dragging .e-fullrow { + cursor: default; +} + +.e-treeview.e-rtl .e-ul { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-list-item .e-ul { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-text-content { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-checkbox-wrapper { + margin: 0 5px 0 0; +} + +.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img { + margin: 0 12px 0 0; +} + +.e-treeview.e-rtl .e-list-icon, +.e-treeview.e-rtl .e-list-img { + margin: 0 5px 0 0; +} + +.e-treeview.e-rtl .e-list-icon + .e-list-icon, +.e-treeview.e-rtl .e-list-icon + .e-list-img, +.e-treeview.e-rtl .e-list-img + .e-list-icon, +.e-treeview.e-rtl .e-list-img + .e-list-img { + margin: 0 10px 0 0; +} + +.e-treeview.e-rtl .e-icon-collapsible, +.e-treeview.e-rtl .e-icon-expandable { + margin: 0 -24px 0 0; +} + +.e-treeview.e-rtl .e-sibling::before { + right: 0; +} + +.e-treeview.e-rtl.e-drag-item .e-text-content { + float: right; +} + +.e-treeview.e-rtl.e-drag-item .e-drop-count { + margin-right: -12px; +} + +.e-bigger .e-treeview .e-list-text, +.e-treeview.e-bigger .e-list-text { + font-size: 15px; +} + +.e-bigger .e-treeview .e-icon-collapsible::before, +.e-bigger .e-treeview .e-icon-expandable::before, +.e-treeview.e-bigger .e-icon-collapsible::before, +.e-treeview.e-bigger .e-icon-expandable::before { + font-size: 12px; +} + +.e-treeview { + -webkit-tap-highlight-color: transparent; +} + +.e-treeview .e-text-content, +.e-treeview .e-fullrow { + border-color: transparent; +} + +.e-treeview .e-list-text { + color: #333; + font-size: 14px; +} + +.e-treeview .e-list-icon, +.e-treeview .e-list-img { + font-size: 16px; +} + +.e-treeview .e-icon-collapsible, +.e-treeview .e-icon-expandable { + color: #333; +} + +.e-treeview .e-icon-collapsible::before, +.e-treeview .e-icon-expandable::before { + font-size: 10px; +} + +.e-treeview .e-list-item.e-active, +.e-treeview .e-list-item.e-hover { + background: transparent; +} + +.e-treeview .e-list-item.e-hover > .e-text-content { + color: #333; +} + +.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text { + color: #333; +} + +.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable { + color: #333; +} + +.e-treeview .e-list-item.e-active > .e-text-content { + color: #333; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-list-text { + color: #333; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable { + color: #333; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content { + color: #333; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text { + color: #333; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable { + color: #333; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content { + color: #333; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text { + color: #333; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable { + color: #333; +} + +.e-treeview .e-list-item.e-hover > .e-fullrow { + background-color: #f4f4f4; + border-color: #f4f4f4; +} + +.e-treeview .e-list-item.e-active > .e-fullrow { + background-color: #d1ebff; + border-color: #d1ebff; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow { + background-color: transparent; + border-color: transparent; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content { + color: #333; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text { + color: #333; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-fullrow { + background-color: #d1ebff; + border-color: #666; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, +.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow { + background-color: transparent; + border-color: transparent; +} + +.e-treeview .e-list-item.e-disable > .e-text-content, +.e-treeview .e-list-item.e-disable > .e-fullrow { + color: #a6a6a6; +} + +.e-treeview .e-list-item.e-disable .e-icon-collapsible, +.e-treeview .e-list-item.e-disable .e-icon-expandable { + color: #a6a6a6; +} + +.e-treeview .e-sibling { + border-right-color: transparent; + border-left-color: #0078d6; +} + +.e-treeview .e-sibling::before { + background: #c8c8c8; +} + +.e-treeview .e-popup .e-content { + background-color: #fff; + border-color: #a6a6a6; +} + +.e-treeview .e-popup.e-select .e-icons { + border-color: #a6a6a6; +} + +.e-treeview .e-popup .e-downtail::before { + border-top-color: #a6a6a6; +} + +.e-treeview .e-popup .e-downtail::after { + border-top-color: #fff; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content { + background-color: #f4f4f4; + border-color: #f4f4f4; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content { + background-color: #d1ebff; + border-color: #d1ebff; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content { + background-color: #d1ebff; + border-color: #666; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content { + background-color: transparent; + border-color: transparent; +} + +.e-treeview.e-fullrow-wrap .e-text-content { + border-color: transparent; +} + +.e-treeview.e-drag-item { + background-color: #d1ebff; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-treeview.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-drag-item .e-icon-expandable::before { + font-size: 12px; +} + +.e-treeview.e-drag-item .e-list-text { + color: #333; +} + +.e-treeview.e-drag-item .e-icons { + color: #333; +} + +.e-treeview.e-drag-item .e-drop-count { + background-color: #0078d6; + border-color: #fff; + color: #fff; +} + +.e-treeview.e-drag-item.e-rtl .e-sibling { + border-left-color: transparent; + border-right-color: #0078d6; +} + +ejs-sidebar { + display: block; +} + +.e-sidebar { + -webkit-tap-highlight-color: transparent; + background: #fff; + height: 100%; + overflow: auto; + position: fixed; + top: 0; + transition: none; + vertical-align: middle; + visibility: hidden; + will-change: transform; +} + +.e-sidebar.e-right.e-open { + transform: translateX(0%); + transition: transform .5s ease; + visibility: visible; +} + +.e-sidebar.e-right.e-close { + box-shadow: none; + transform: translateX(100%); + transition: transform .5s ease, visibility 500ms; + visibility: hidden; +} + +.e-sidebar.e-left.e-open { + transform: translateX(0%); + transition: transform .5s ease; + visibility: visible; +} + +.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close { + transition: transform .5s ease, visibility 500ms; +} + +.e-sidebar.e-left.e-close { + box-shadow: none; + transform: translateX(-100%); + visibility: hidden; +} + +.e-sidebar.e-right.e-close { + box-shadow: none; + transform: translateX(100%); + transition: transform .5s ease, visibility 500ms; + visibility: hidden; +} + +.e-sidebar.e-right { + border-left: 1px solid #eaeaea; + left: auto; + right: 0; + top: 0; +} + +.e-sidebar.e-left { + border-right: 1px solid #eaeaea; + left: 0; + right: auto; + top: 0; +} + +.e-sidebar.e-left.e-close.e-dock { + transform: translateX(0%); + transition: width .5s ease, visibility 500ms; + visibility: visible; +} + +.e-sidebar.e-right.e-close.e-dock { + transform: translateX(0%); + transition: width .5s ease, visibility 500ms; + visibility: visible; +} + +.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation { + transition: none; +} + +.e-sidebar.e-visibility { + visibility: hidden; +} + +.e-sidebar.e-over { + box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); +} + +.e-sidebar-absolute { + position: absolute; +} + +.e-sidebar-context { + overflow-x: hidden; + position: relative; +} + +.e-backdrop { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + top: 0; + width: auto; + z-index: 999; +} + +.e-content-animation { + transition: margin .5s ease, transform .5s ease; +} + +.e-content-animation.e-overlay { + box-sizing: border-box; + overflow: auto; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-disable-interaction { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-sidebar-overflow { + overflow-x: hidden !important; +} + +.e-sidebar-overlay { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-content-placeholder.e-sidebar.e-placeholder-sidebar { + left: 0; + position: fixed; + right: auto; + top: 0; + visibility: visible; +} + +/*! component's theme wise override definitions and variables */ +/*! menu layout */ +.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before { + content: '\e219'; +} + +.e-menu-wrapper ul .e-menu-item .e-caret::before { + content: '\e966'; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret::before { + content: '\e219'; +} + +.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon::before { + content: '\e94c'; +} + +.e-menu-wrapper.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before { + content: '\e60a'; +} + +.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret::before, +.e-menu-wrapper.e-hamburger .e-menu-item .e-caret::before { + content: '\e966'; +} + +.e-menu-wrapper.e-rtl.e-hamburger ul.e-ul .e-caret::before { + content: '\e966'; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before, +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before { + content: '\e219'; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before, +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before { + content: '\e966'; +} + +.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before { + content: '\e937'; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before { + content: '\e966'; +} + +/*! menu layout */ +.e-menu-wrapper { + border: none; + border-radius: 0; + display: inline-block; + line-height: 0; +} + +.e-menu-wrapper ul { + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + overflow: hidden; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + font-size: 13px; + padding: 0; + text-align: left; + white-space: nowrap; +} + +.e-menu-wrapper ul.e-ul, +.e-menu-wrapper ul.e-ul * { + box-sizing: border-box; +} + +.e-menu-wrapper ul.e-ul:focus, +.e-menu-wrapper ul.e-ul *:focus { + outline: none; +} + +.e-menu-wrapper ul.e-vertical { + min-width: 120px; +} + +.e-menu-wrapper ul.e-vertical .e-menu-item { + display: list-item; +} + +.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-left: 30px; +} + +.e-menu-wrapper ul.e-vertical .e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; +} + +.e-menu-wrapper ul.e-menu { + display: inline-block; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0 16px; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator { + border-right-style: solid; + border-right-width: 1px; + padding: 0; +} + +.e-menu-wrapper ul .e-menu-item { + cursor: pointer; + position: relative; + display: -ms-inline-flexbox; + display: inline-flex; + height: 42px; + line-height: 42px; + padding: 0 8px; + vertical-align: top; + white-space: nowrap; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-hide { + display: none; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-url { + text-decoration: none; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + display: inline-block; + vertical-align: middle; +} + +.e-menu-wrapper ul .e-menu-item.e-separator { + cursor: auto; + line-height: normal; + pointer-events: none; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 14px; + height: auto; + line-height: 42px; + margin-right: 8px; + text-align: center; + width: auto; +} + +.e-menu-wrapper ul .e-menu-item .e-caret { + font-size: 10px; + height: auto; + line-height: 42px; + position: absolute; + right: 8px; + width: auto; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 26px; +} + +.e-menu-wrapper ul .e-menu-item.e-disabled { + cursor: auto; + opacity: 1; + pointer-events: none; +} + +.e-menu-wrapper .e-ul { + font-size: 14px; + padding: 0; + min-width: 120px; +} + +.e-menu-wrapper .e-ul .e-menu-item { + height: 36px; + line-height: 36px; + padding: 0 10px; + display: list-item; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 36px; + margin-right: 10px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + line-height: 36px; + margin-left: 16px; + margin-right: 0; + position: absolute; + right: 5px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; + margin: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-blankicon { + padding-left: 36px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + font-size: 12px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + width: auto; +} + +.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon { + float: right; +} + +.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-title { + padding: 0 16px; +} + +.e-menu-wrapper .e-menu-header { + display: none; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + height: 42px; + line-height: 42px; + text-align: left; + white-space: nowrap; +} + +.e-menu-wrapper .e-menu-header .e-menu-title, +.e-menu-wrapper .e-menu-header .e-menu-icon { + display: inline-block; + line-height: inherit; +} + +.e-menu-wrapper .e-menu-header .e-menu-icon { + cursor: pointer; + float: left; + outline: none; + padding: 0 16px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) { + padding: 0 30px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav { + width: 30px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus, .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover { + border: 0; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav { + border-left: 1px solid #dadada; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav { + border-right: 1px solid #dadada; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar { + overflow-y: hidden; +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow { + font-size: 10px; +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow { + transform: rotate(0deg); +} + +.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper.e-popup.e-menu-popup { + border: 1px solid #eaeaea; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + overflow: hidden; + position: absolute; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) { + padding: 16px 0; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav { + transform: none; + width: 100%; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow { + transform: none; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar { + height: 100%; + width: inherit; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content { + width: inherit; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav { + height: 16px; +} + +.e-menu-wrapper.e-scrollable { + display: block; +} + +.e-menu-wrapper.e-scrollable .e-menu { + display: block; + overflow: auto; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item { + text-align: right; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + float: right; + margin-right: 0; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + margin-left: 0; + right: auto; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 8px; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + left: 8px; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-left: 26px; + padding-right: 8px; +} + +.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-right: 30px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-left: 10px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + left: 5px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 10px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 10px; + padding-right: 36px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-bigger .e-menu-wrapper ul, +.e-bigger.e-menu-wrapper ul { + font-size: 14px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-menu-wrapper ul .e-menu-item { + height: 52px; + line-height: 52px; + padding: 0 10px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 52px; + margin-right: 10px; + width: auto; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 30px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; + line-height: 52px; + right: 10px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul .e-menu-item.e-separator { + padding: 0; +} + +.e-bigger .e-menu-wrapper ul.e-menu:not(.e-vertical), +.e-bigger.e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0 20px; +} + +.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon { + padding-left: 36px; +} + +.e-bigger .e-menu-wrapper ul.e-ul, +.e-bigger.e-menu-wrapper ul.e-ul { + font-size: 15px; + padding: 0; + white-space: nowrap; + max-width: 280px; + min-width: 112px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item { + height: 48px; + line-height: 48px; + padding: 0 10px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + font-size: 18px; + line-height: 48px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + line-height: 48px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 38px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + font-size: 12px; + right: 5px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-right: 10px; + width: auto; +} + +.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device), +.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) { + padding: 0 36px; +} + +.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav, +.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav { + width: 36px; +} + +.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device), +.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav, +.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav { + height: 24px; +} + +.e-bigger .e-menu-wrapper.e-menu-popup, +.e-bigger.e-menu-wrapper.e-menu-popup { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); +} + +.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons, +.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons { + font-size: 12px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item { + text-align: right; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 10px; + margin-right: 0; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + left: 10px; + margin-left: 0; + right: auto; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-left: 30px; + padding-right: 16px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-right: 36px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-left: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + left: 5px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 10px; + padding-right: 38px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-menu-wrapper.e-hamburger { + border: 0; + display: block; + position: relative; +} + +.e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical) { + border: none; + display: block; +} + +.e-menu-wrapper.e-hamburger .e-popup.e-menu-popup { + border: 0; + border-radius: 0; + box-shadow: none; + display: block; + position: relative; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul.e-menu { + border: none; + overflow-y: auto; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu { + display: none; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + text-indent: 8px; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 30px; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon { + display: inline; + text-indent: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret { + transition: transform .3s ease-in-out; + text-indent: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-selected > .e-caret { + transform: rotate(-180deg); +} + +.e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical) { + border-top: 0; + display: block; + padding: 0; + position: absolute; +} + +.e-menu-wrapper.e-hamburger ul.e-ul { + font-size: 13px; + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item { + line-height: 42px; + text-indent: inherit; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item.e-blankicon { + padding: 0; + text-indent: inherit; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret { + font-size: 10px; + right: 8px; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item { + display: list-item; + height: auto; + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon { + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; + text-indent: 0; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon { + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-caret-icon { + padding-left: 0; + padding-right: 0; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-icon { + margin-left: 0; + text-indent: inherit; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-caret { + left: 8px; + right: auto; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul, +.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul { + max-width: 100%; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item { + height: auto; + line-height: 52px; + padding: 0; +} + +.e-bigger .e-menu-wrapper.e-hamburger .e-menu-header, +.e-bigger.e-menu-wrapper.e-hamburger .e-menu-header { + font-size: 16px; + height: 52px; + line-height: 52px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + text-indent: 10px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 36px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul { + font-size: 14px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item { + text-indent: inherit; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret { + font-size: 12px; + right: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + padding: 0; + text-indent: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 36px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon { + margin-left: 0; + text-indent: inherit; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret { + left: 8px; + right: auto; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item { + text-indent: inherit; +} + +/*! menu theme */ +.e-menu-wrapper { + background-color: #f4f4f4; +} + +.e-menu-wrapper ul { + background-color: inherit; + color: #333; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator { + border-right-color: #dadada; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #eaeaea; +} + +.e-menu-wrapper ul .e-menu-item .e-caret { + color: #333; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + color: #333; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #eaeaea; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-url { + color: #333; +} + +.e-menu-wrapper ul .e-menu-item.e-focused { + color: none; + outline: 0 solid #eaeaea; + outline-offset: 0; + background-color: #eaeaea; +} + +.e-menu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #333; +} + +.e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon { + color: #333; +} + +.e-menu-wrapper ul .e-menu-item.e-selected { + color: #000; + outline: 0 solid #dadada; + outline-offset: 0; + background-color: #dadada; +} + +.e-menu-wrapper ul .e-menu-item.e-selected .e-caret { + color: none; +} + +.e-menu-wrapper ul .e-menu-item.e-selected .e-menu-icon { + color: none; +} + +.e-menu-wrapper ul .e-menu-item.e-separator { + border-bottom-color: #dadada; +} + +.e-menu-wrapper ul .e-disabled { + color: #c8c8c8; + opacity: 1; +} + +.e-menu-wrapper ul .e-disabled .e-menu-icon { + color: #c8c8c8; +} + +.e-menu-wrapper ul .e-disabled .e-caret { + color: #c8c8c8; +} + +.e-menu-wrapper ul .e-disabled .e-menu-url { + color: #c8c8c8; +} + +.e-menu-wrapper .e-ul { + background-color: inherit; + color: #333; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-url { + color: #333; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-focused { + background-color: #f4f4f4; + color: #333; + outline: 0 solid #eaeaea; + outline-offset: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-selected { + background-color: #f4f4f4; + color: #000; + outline: 0 solid #f4f4f4; + outline-offset: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-separator { + border-bottom-color: #eaeaea; +} + +.e-menu-wrapper.e-menu-popup { + background-color: #fff; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav { + background: #f4f4f4; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons { + color: #333; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover { + background: #eaeaea; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus { + background: #eaeaea; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active { + background: #eaeaea; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav { + background: #fff; + border-color: #dadada; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons { + color: #333; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover, .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus { + background: #f4f4f4; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active { + background: #f4f4f4; +} + +.e-menu-wrapper.e-hamburger .e-menu-header { + color: #333; +} + +.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon { + color: #333; +} + +.e-menu-wrapper.e-hamburger ul { + color: #333; +} + +.e-icons { + font-family: 'e-icons'; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +.e-diagram-menu .e-bringforward::before { + content: '\e574'; +} + +.e-diagram-menu .e-bringfront::before { + content: '\e575'; +} + +.e-diagram-menu .e-sendback::before { + content: '\e576'; +} + +.e-diagram-menu .e-sendbackward::before { + content: '\e577'; +} + +.e-diagram-menu .e-delete::before { + content: '\e578'; +} + +.e-diagram-menu .e-ungroup::before { + content: '\e579'; +} + +.e-diagram-menu .e-group::before { + content: '\e57a'; +} + +.e-diagram-menu .e-undo::before { + content: '\e57c'; +} + +.e-diagram-menu .e-cut::before { + content: '\e57d'; +} + +.e-diagram-menu .e-save::before { + content: '\e57e'; +} + +.e-diagram-menu .e-paste::before { + content: '\e57f'; +} + +.e-diagram-menu .e-copy::before { + content: '\e580'; +} + +.e-diagram-menu .e-redo::before { + content: '\e581'; +} + +.e-diagram-menu .e-zoomin::before { + content: '\e582'; +} + +.e-diagram-menu .e-italic::before { + content: '\e583'; +} + +.e-diagram-menu .e-close::before { + content: '\e584'; +} + +.e-diagram-menu .e-pan::before { + content: '\e585'; +} + +.e-diagram-menu .e-bold::before { + content: '\e586'; +} + +.e-diagram-menu .e-underline::before { + content: '\e587'; +} + +.e-diagram-menu .e-zoomout::before { + content: '\e588'; +} + +.e-diagram-menu .e-export::before { + content: '\e589'; +} + +.e-diagram-menu .e-print::before { + content: '\e58a'; +} + +.e-diagram-menu .e-order::before { + content: '\e58b'; +} + +.e-symbolpalette .e-clear-searchtext::before { + content: '\e58c'; +} + +.e-icons { + font-family: 'e-icons'; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +.e-diagram-menu .e-bringforward::before { + content: '\e5a1'; +} + +.e-diagram-menu .e-bringfront::before { + content: '\e5a2'; +} + +.e-diagram-menu .e-sendback::before { + content: '\e5a3'; +} + +.e-diagram-menu .e-sendbackward::before { + content: '\e5a4'; +} + +.e-diagram-menu .e-delete::before { + content: '\ebf5'; +} + +.e-diagram-menu .e-ungroup::before { + content: '\e5a6'; +} + +.e-diagram-menu .e-group::before { + content: '\e5a7'; +} + +.e-diagram-menu .e-undo::before { + content: '\e341'; +} + +.e-diagram-menu .e-redo::before { + content: '\e354'; +} + +.e-diagram-menu .e-copy::before { + content: '\e33d'; +} + +.e-diagram-menu .e-cut::before { + content: '\e33b'; +} + +.e-diagram-menu .e-save::before { + content: '\e954'; +} + +.e-diagram-menu .e-paste::before { + content: '\e355'; +} + +.e-diagram-menu .e-zoomin::before { + content: '\e349'; +} + +.e-diagram-menu .e-italic::before { + content: '\e35a'; +} + +.e-diagram-menu .e-close::before { + content: '\e60a'; +} + +.e-diagram-menu .e-pan::before { + content: '\ebf3'; +} + +.e-diagram-menu .e-bold::before { + content: '\eb77'; +} + +.e-diagram-menu .e-underline::before { + content: '\ebf0'; +} + +.e-diagram-menu .e-zoomout::before { + content: '\e351'; +} + +.e-diagram-menu .e-export::before { + content: '\e70f'; +} + +.e-diagram-menu .e-print::before { + content: '\e34b'; +} + +.e-diagram-menu .e-order::before { + content: '\e4a4'; +} + +.e-symbolpalette .e-clear-searchtext::before { + content: '\e60a'; +} + +.e-diagram { + background-color: transparent; + display: block; +} + +.e-symbolpalette { + display: block; +} + +.e-overview { + display: block; +} + +.e-content-placeholder.e-diagram.e-placeholder-diagram { + background-size: 100% 100%; + max-height: 500px; + max-width: 500px; +} + +.e-content-placeholder.e-symbolpalette.e-placeholder-symbolpalette { + background-size: 100% 100%; + max-height: 200px; + max-width: 200px; +} + +.e-diagram-endpoint-handle { + fill: #0078d6; + stroke: #fff; +} + +.e-diagram-endpoint-handle.e-disabled { + fill: #a6a6a6; + opacity: 1; + stroke: #fff; +} + +.e-diagram-endpoint-handle.e-connected { + fill: #fff; + stroke: #0078d6; +} + +.e-diagram-bezier-handle { + fill: #0078d6; + stroke: #fff; +} + +.e-diagram-bezier-line { + stroke: #005ba3; +} + +.e-diagram-resize-handle { + fill: #0078d6; + stroke: #fff; +} + +.e-diagram-resize-handle.e-disabled { + fill: #a6a6a6; + opacity: 1; + stroke: #fff; +} + +.e-diagram-rotate-handle { + fill: #000; + stroke: #fff; +} + +.e-diagram-border { + stroke: #005ba3; +} + +.e-diagram-border.e-disabled { + opacity: 1; + stroke: #a6a6a6; +} + +.e-diagram-border.e-thick-border { + stroke: #a6a6a6; + stroke-width: 2; +} + +.e-diagram-border.e-thick-border.e-diagram-lane { + stroke: #0078ff; + stroke-width: 2; +} + +.e-diagram-highlighter { + stroke: #0078d6; + stroke-width: 2; +} + +.e-diagram-selected-region { + stroke: #0078d6; +} + +.e-diagram-pivot-line { + stroke: #0078d6; +} + +.e-symbolpalette .e-symbol-hover:hover { + background: #eaeaea; +} + +.e-symbolpalette .e-symbol-selected { + background: #b7e0ff; +} + +.e-diagram-tooltip { + pointer-events: none; +} + +.e-diagram .e-ruler { + background-color: #fff; + color: #a6a6a6; + font-size: 10px; +} + +.e-diagram .e-ruler-overlap { + background-color: #fff; +} + +.e-diagram .e-d-ruler-marker { + stroke: #0078d6; +} + +.e-diagram .e-diagram-text-edit { + background: #fff; + border-color: #005ba3; + border-style: dashed; + border-width: 1px; + box-sizing: content-box; + color: #000; + min-width: 50px; +} + +.e-diagram-text-edit::selection { + background: #0078d6; + color: #fff; +} + +.e-ruler-tick-label { + fill: #a6a6a6; +} + +.e-ruler-tick { + stroke: #767676; +} + +.e-menu-item e-blankicon { + padding-left: 28px; +} + +.e-diagram-rotate { + cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon { + height: 30px; + width: 30px; +} + +.e-small .e-multi-select-wrapper .e-chips, +.e-small.e-bigger .e-multi-select-wrapper .e-chips { + padding: 0; +} + +.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent, +.e-small.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 0 8px; +} + +.e-small .e-multi-select-wrapper .e-chips { + margin: 2px 2px 2px 0; +} + +.e-multiselect.e-input-group .e-ddl-icon::before { + content: '\e966'; + font-family: 'e-icons'; +} + +.e-multi-select-wrapper .e-chips .e-chips-close::before { + content: '\e7a7'; + cursor: pointer; + left: 8px; + position: relative; + top: 8px; +} + +.e-multi-select-wrapper .e-close-hooker::before { + content: '\e7a7'; + cursor: pointer; + left: 10px; + position: relative; + top: 10px; +} + +.e-multiselect.e-input-group .e-ddl-disable-icon::before { + content: ''; +} + +.e-multi-select-wrapper { + box-sizing: border-box; + cursor: text; + line-height: normal; + min-height: 30px; + padding: 0 32px 0 2px; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher { + height: 27px; + vertical-align: middle; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase { + height: 100%; + min-height: 100%; +} + +.e-multi-select-wrapper .e-delim-view { + white-space: nowrap; +} + +.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total { + box-sizing: border-box; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + color: #fff; + font-size: 10px; + left: 12px; + top: 0; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + background-color: #0078d6; + color: #fff; + padding: 9px 0; +} + +.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) { + width: 0; +} + +.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] { + height: 1px; + min-height: 1px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent { + max-width: 100%; +} + +.e-multiselect.e-input-group, +.e-multiselect.e-float-input { + word-wrap: initial; +} + +.e-bigger .e-multi-select-wrapper { + min-height: 38px; +} + +.e-multi-select-wrapper.e-close-icon-hide { + padding-right: 0; +} + +.e-multi-select-wrapper .e-chips-collection { + cursor: default; + display: block; +} + +.e-multi-select-wrapper .e-multi-hidden { + border: 0; + height: 0; + position: absolute; + visibility: hidden; + width: 0; +} + +.e-multi-select-wrapper .e-chips { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + margin: 1.5px 2px 2px 0; + max-width: 100%; + overflow: hidden; + padding: 0 0 0 8px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-bigger .e-multi-select-wrapper .e-chips { + margin: 4px 2px 2px 0; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent { + max-width: 100%; + overflow: hidden; + padding: 0 0 3px 0; + text-indent: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher { + display: inline-block; + float: none; +} + +.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent, +.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 4px 8px 6px 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent, +.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 6px 0 6px 8px; +} + +.e-multi-select-wrapper .e-chips-close { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + float: right; + font-family: 'e-icons'; + height: 26px; + margin: 0; + width: 26px; +} + +.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close { + margin: 3px 0 0; +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker { + cursor: default; + font-size: 10px; + height: 30px; + margin-top: -3em; + position: absolute; + right: 0; + top: 100%; + width: 30px; +} + +.e-multiselect .e-down-icon .e-chips-close.e-close-hooker { + right: 27px; +} + +.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -3.5em; +} + +.e-multi-select-wrapper input[type='text'] { + background: none; + border: 0; + font-family: inherit; + font-size: 14px; + font-weight: 400; + height: 28px; + min-height: 28px; + outline: none; + padding: 0; + text-indent: 10px; +} + +.e-bigger .e-multi-select-wrapper input[type='text'], +.e-multi-select-wrapper.e-mob-wrapper input[type='text'] { + height: 28px; + min-height: 28px; +} + +.e-bigger .e-multi-select-wrapper input[type='text'] { + height: 38px; + min-height: 38px; +} + +.e-multi-select-wrapper input[type='text']::-ms-clear { + display: none; +} + +.e-multi-select-wrapper .e-searcher { + display: block; + float: left; + width: auto; +} + +.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 40px); +} + +.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 48px); +} + +.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 40px); +} + +.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 44px); +} + +.e-multi-select-wrapper .e-delim-values { + font-family: inherit; + font-size: 14px; + line-height: 30px; + max-width: 100%; + padding-left: 10px; + padding-right: 0; + vertical-align: middle; +} + +.e-bigger .e-multi-select-wrapper .e-delim-values { + line-height: 36px; +} + +.e-multi-select-list-wrapper .e-hide-listitem { + display: none; +} + +.e-multi-select-wrapper .e-delim-values .e-remain { + color: #666; + cursor: pointer; + display: inline-block; + font-size: 14px; + padding-left: 16px; +} + +.e-multiselect.e-disabled .e-multi-select-wrapper, +.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before { + cursor: not-allowed; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + height: 38px; + left: 10px; + margin: 0 0 0 0; + margin-left: auto; + position: relative; + top: 0; + width: 38px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + -ms-flex-item-align: center; + align-self: center; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); + display: -ms-inline-flexbox; + display: inline-flex; + padding: 0 10px; + width: 92%; +} + +.e-multi-select-wrapper .e-ddl-disable-icon::before { + content: ''; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher { + float: none; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide { + padding-left: 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper { + padding: 0 2px 0 32px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + left: -12px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + margin: 0; + margin-right: auto; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher { + float: right; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips { + float: right; + margin: 2px 0 2px 2px; + padding: 0 8px 0 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent { + padding: 3px 0 3px 8px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close { + float: left; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before { + left: -9px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip { + padding: 0 4px 0 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent { + padding: 5px 8px 6px 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + padding: 0 4px 0 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + padding: 9px 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker { + left: 27px; + position: absolute; + right: auto; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before { + left: -4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain { + padding-right: 16px; +} + +.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-icon.e-close-hooker { + left: 30px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before { + left: -10px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper { + padding-left: 14px; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { + padding-right: 18px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { + padding-right: 5px; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-mulltiselect-group .e-list-group-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item { + padding-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item { + padding-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item { + padding-right: 10px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item { + padding-right: 16px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + padding-left: 16px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper { + padding-left: 20px; +} + +.e-multi-select-list-wrapper .e-selectall-parent { + cursor: pointer; + display: block; + line-height: 36px; + overflow: hidden; + position: relative; + text-indent: 11px; + white-space: nowrap; + width: 100%; +} + +.e-multi-select-list-wrapper .e-selectall-parent .e-all-text { + color: rgba(51, 51, 51, 0.87); + font-family: inherit; + font-size: 14px; +} + +.e-bigger .e-multi-select-list-wrapper .e-selectall-parent { + font-size: 14px; + line-height: 46px; + text-indent: 17px; +} + +.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; +} + +.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-multiselect .e-input-group-icon.e-ddl-icon { + float: right; + margin-top: 0; +} + +.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon { + float: left; +} + +.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-multiselect .e-multi-select-wrapper.e-down-icon { + padding: 0; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter, +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter { + padding: 8px; +} + +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter, +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus { + padding: 4px 0; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon, +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon { + padding-left: 8px; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon { + padding: 0; +} + +.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values { + line-height: 36px; +} + +.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain { + line-height: 20px; + padding-left: 10px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame, +.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame { + opacity: .3; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable, +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable { + opacity: .7; +} + +.e-multi-select-wrapper input[readonly='true'] { + pointer-events: none; +} + +.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher { + pointer-events: none; +} + +ejs-multiselect { + display: block; +} + +.e-small .e-multi-select-list-wrapper .e-selectall-parent { + line-height: 26px; +} + +.e-small .e-multi-select-wrapper .e-chips-close { + height: 22px; + width: 22px; +} + +.e-small .e-multi-select-wrapper { + min-height: 24px; +} + +.e-small .e-multi-select-wrapper input[type='text'] { + height: 24px; + min-height: 24px; +} + +.e-small .e-multi-select-wrapper .e-delim-values { + font-size: 13px; + line-height: 26px; +} + +.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -2.8em; +} + +.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent { + line-height: 40px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips-close { + height: 26px; + width: 26px; +} + +.e-bigger.e-small .e-multi-select-wrapper { + min-height: 26px; +} + +.e-bigger.e-small .e-multi-select-wrapper input[type='text'] { + height: 34px; + min-height: 34px; +} + +.e-small.e-bigger .e-multi-select-wrapper .e-delim-values { + font-size: 14px; + line-height: 34px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -3.2em; + right: 0; +} + +.e-content-placeholder.e-multiselect.e-placeholder-multiselect { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect, +.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect { + background-size: 300px 40px; + min-height: 40px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close { + -ms-flex-align: center; + align-items: center; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + -ms-flex-align: normal; + align-items: normal; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before { + color: #666; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected { + background-color: #d0d0d0; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected:hover { + background-color: #dadada; +} + +.e-multiselect { + box-sizing: border-box; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent { + color: #666; + font-family: inherit; + font-size: 14px; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent { + color: #666; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover { + color: #666; +} + +.e-multi-select-wrapper .e-chips { + background-color: #f4f4f4; + border-radius: 0; + height: 26px; +} + +.e-multi-select-wrapper .e-chips:hover { + background-color: #eaeaea; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent:hover { + color: #666; +} + +.e-multi-select-wrapper .e-chips .e-chips-close::before { + color: #666; + font-size: 10px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + background-color: #0078d6; + border-radius: 0; + color: #fff; + height: 38px; + line-height: 38px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + color: #fff; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip, +.e-bigger .e-multi-select-wrapper .e-chips { + height: 30px; +} + +.e-popup.e-multi-select-list-wrapper { + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); + box-sizing: content-box; + overflow: initial; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active { + border-bottom: 1px solid transparent; + border-left: 1px solid #d1ebff; + border-right: 1px solid #d1ebff; + border-top: 1px solid #fff; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active { + background-color: transparent; + border-color: transparent; + color: rgba(51, 51, 51, 0.87); +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active { + background-color: transparent; + border-color: transparent; + color: rgba(51, 51, 51, 0.87); +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus { + color: rgba(51, 51, 51, 0.87); +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus { + color: rgba(51, 51, 51, 0.87); +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover { + background-color: #f4f4f4; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover { + background-color: #f4f4f4; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child { + border-bottom: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active { + border-top: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus { + background-color: #d1ebff; + border: 1px solid #666; + box-shadow: none; + color: #333; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus { + background-color: #d1ebff; + border: 1px solid #666; + box-shadow: none; + color: #333; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item { + border: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item { + border: 1px solid transparent; +} + +.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { + color: #a6a6a6; +} + +.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { + color: #a6a6a6; +} + +.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { + color: #a6a6a6; +} + +.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { + color: #a6a6a6; +} + +.e-ul.e-reorder { + border-bottom: 1px solid #eaeaea; +} + +.e-multi-select-list-wrapper .e-selectall-parent { + border-bottom: 1px solid #eaeaea; +} + +.e-multi-select-wrapper .e-delim-values { + color: #666; +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker { + color: #333; +} + +.e-small .e-multi-select-wrapper .e-chips { + height: 20px; +} + +.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 12px; +} + +.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 8px; +} + +.e-small .e-multi-select-wrapper .e-close-hooker::before { + left: 7px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips { + height: 26px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 12px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 10px; +} + +.e-listbox-tool .e-moveup::before { + content: '\e651'; +} + +.e-listbox-tool .e-movedown::before { + content: '\e652'; +} + +.e-listbox-tool .e-moveto::before { + content: '\e653'; +} + +.e-listbox-tool .e-movefrom::before { + content: '\e654'; +} + +.e-listbox-tool .e-moveallto::before { + content: '\e655'; +} + +.e-listbox-tool .e-moveallfrom::before { + content: '\e656'; +} + +.e-listbox-wrapper { + -webkit-overflow-scrolling: touch; + border: 0 solid; + cursor: pointer; + display: block; + overflow: auto; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-listbox-wrapper * { + box-sizing: border-box; +} + +.e-listbox-wrapper:focus { + outline: none; +} + +.e-listbox-wrapper.e-disabled { + cursor: default; + pointer-events: none; +} + +.e-listbox-wrapper:not(.e-list-template) .e-list-item, +.e-listbox-wrapper .e-selectall-parent { + height: 36px; + line-height: 33px; + padding: 0 12px; + position: relative; +} + +.e-listbox-wrapper .e-list-parent { + height: 100%; +} + +.e-listbox-wrapper .e-list-item { + border-bottom: 0 solid; + outline: none; +} + +.e-listbox-wrapper .e-list-item.e-disabled { + pointer-events: none; +} + +.e-listbox-wrapper .e-disable { + opacity: .7; +} + +.e-listbox-wrapper .e-list-parent { + margin: 0; + padding: 0; +} + +.e-listbox-wrapper .e-list-header .e-text.header { + display: none; +} + +.e-listbox-wrapper .e-icon-back { + margin-top: 2px; +} + +.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-listbox-wrapper .e-list-header { + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid; + display: -ms-flexbox; + display: flex; + font-weight: 600; + height: 36px; + padding: 0 16px; +} + +.e-listbox-wrapper .e-has-header > .e-view { + top: 45px; +} + +.e-listbox-wrapper .e-but-back { + cursor: pointer; + padding-right: 20px; +} + +.e-listbox-wrapper .e-list-group-item:first-child { + border: 0; + border-bottom: 0 solid transparent; +} + +.e-listbox-wrapper .e-list-group-item { + border-bottom: 0 solid transparent; + border-top: 1px solid; + font-weight: 600; + height: 36px; + line-height: 30px; + padding: 0 12px; +} + +.e-listbox-wrapper .e-icon-collapsible { + cursor: pointer; + font-size: 12px; + position: absolute; + right: 0%; + top: 50%; + transform: translateY(-50%); +} + +.e-listbox-wrapper .e-text-content { + height: 100%; + position: relative; + vertical-align: middle; +} + +.e-listbox-wrapper .e-text-content * { + display: inline-block; + vertical-align: middle; +} + +.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text { + width: calc(100% - 40px); +} + +.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text { + width: calc(100% - 90px); +} + +.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 80px); +} + +.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 92px); +} + +.e-listbox-wrapper .e-checkbox .e-checkbox-left { + margin: -2px 10px 0 0; +} + +.e-listbox-wrapper .e-checkbox .e-checkbox-right { + margin: -2px 0 0 10px; +} + +.e-listbox-wrapper .e-list-text { + cursor: pointer; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + width: 100%; +} + +.e-listbox-wrapper .e-list-icon + .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-icon-wrapper .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-list-icon { + height: 30px; + margin-right: 16px; + width: 30px; +} + +.e-listbox-wrapper .e-content { + overflow: hidden; + position: relative; +} + +.e-listbox-wrapper .e-list-header .e-text { + cursor: pointer; + text-indent: 0; +} + +.e-listbox-wrapper .e-text .e-headertext { + display: inline-block; + line-height: 21px; +} + +.e-listbox-wrapper.e-rtl { + direction: rtl; +} + +.e-listbox-wrapper.e-rtl .e-list-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-listbox-wrapper.e-rtl .e-icon-collapsible { + left: 0%; + right: initial; + top: 50%; + transform: translateY(-50%) rotate(180deg); +} + +.e-listbox-wrapper.e-rtl .e-list-header .e-text { + cursor: pointer; +} + +.e-listbox-wrapper.e-rtl .e-but-back { + transform: rotate(180deg); +} + +.e-listbox-wrapper.e-rtl .e-icon-back { + margin-top: 1px; +} + +.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left { + margin: -2px 0 0 10px; +} + +.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right { + margin: -2px 10px 0 0; +} + +.e-listbox-wrapper.e-rtl .e-checkbox-wrapper { + margin: -2px 0 0 10px; +} + +.e-listbox-wrapper .e-list-item .e-list-badge { + -ms-flex-align: center; + align-items: center; + background-color: #0078d6; + border: 1px solid #fff; + border-radius: 50%; + color: #fff; + display: -ms-flexbox; + display: flex; + font-size: 12px; + height: 22px; + -ms-flex-pack: center; + justify-content: center; + position: absolute; + right: -10px; + top: -10px; + width: 22px; +} + +.e-listbox-wrapper .e-checkbox-wrapper { + margin: -2px 10px 0 0; + text-indent: 0; + vertical-align: middle; +} + +.e-listbox-wrapper.e-right .e-checkbox-wrapper { + position: absolute; + right: 0; + top: 30%; +} + +.e-listbox-wrapper .e-input-group { + padding: 4px 8px; +} + +.e-listbox-wrapper .e-input-focus { + padding: 4px 4px 4px 8px; +} + +.e-listbox-wrapper .e-hidden-select { + height: 1px; + opacity: 0; + position: absolute; + width: 100%; +} + +.e-listbox-wrapper .e-placeholder { + background-color: #0078d6; + display: block; + height: 1px; +} + +.e-listbox-wrapper .e-sortableclone { + z-index: 10000; +} + +.e-listbox-wrapper .e-sortableclone.e-ripple { + overflow: visible; +} + +ejs-listbox { + display: block; +} + +.e-listboxtool-wrapper { + cursor: pointer; + display: -ms-flexbox; + display: flex; +} + +.e-listboxtool-wrapper * { + box-sizing: border-box; +} + +.e-listboxtool-wrapper.e-disabled { + cursor: default; + pointer-events: none; +} + +.e-listboxtool-wrapper .e-listbox-wrapper { + -ms-flex: 1; + flex: 1; +} + +.e-listboxtool-wrapper.e-right .e-listbox-tool { + margin-left: 15px; +} + +.e-listboxtool-wrapper.e-left .e-listbox-tool { + margin-right: 15px; +} + +.e-listboxtool-wrapper .e-listbox-tool { + border: 1px solid #eaeaea; + overflow: auto; + padding: 8px; +} + +.e-listboxtool-wrapper .e-listbox-tool .e-btn { + display: list-item; + list-style-type: none; + margin-bottom: 10px; +} + +.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool { + margin-right: 15px; +} + +.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool { + margin-left: 15px; +} + +.e-bigger .e-listbox-wrapper .e-list-item, +.e-listbox-wrapper.e-bigger .e-list-item { + border-bottom: 0 solid transparent; + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; +} + +.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item, +.e-bigger .e-listbox-wrapper .e-selectall-parent, +.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item, +.e-listbox-wrapper.e-bigger .e-selectall-parent { + height: 45px; + line-height: 45px; + position: relative; +} + +.e-bigger .e-listbox-wrapper .e-text-content, +.e-listbox-wrapper.e-bigger .e-text-content { + font-size: 15px; +} + +.e-bigger .e-listbox-wrapper .e-list-group-item, +.e-listbox-wrapper.e-bigger .e-list-group-item { + height: 45px; + line-height: 45px; +} + +.e-bigger .e-listbox-wrapper .e-list-header, +.e-listbox-wrapper.e-bigger .e-list-header { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-weight: 600; + height: 45px; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-text.header, +.e-listbox-wrapper.e-bigger .e-list-header .e-text.header { + display: none; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header, +.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-text, +.e-listbox-wrapper.e-bigger .e-list-header .e-text { + font-size: 15px; +} + +.e-listbox-wrapper { + border: 1px solid #eaeaea; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; +} + +.e-listbox-wrapper .e-list-header { + background-color: #fff; + border-color: #eaeaea; + color: #333; + font-size: 14px; +} + +.e-listbox-wrapper .e-icons { + color: #333; +} + +.e-listbox-wrapper .e-list-item { + background-color: inherit; + border-bottom: 0 solid transparent; + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; + color: #333; +} + +.e-listbox-wrapper .e-list-item:hover:not(.e-disabled), +.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) { + background-color: #eaeaea; + border-color: transparent; + color: #333; +} + +.e-listbox-wrapper .e-list-item.e-selected { + background-color: #d1ebff; + color: #333; +} + +.e-listbox-wrapper .e-list-item.e-selected.e-checklist { + background-color: inherit; + color: #333; +} + +.e-listbox-wrapper .e-list-item.e-focused, +.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist { + background-color: #d1ebff; + color: #333; +} + +.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, +.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #0078d6; + border-color: #0078d6; + color: #fff; +} + +.e-listbox-wrapper .e-list-group-item { + background-color: #fff; + border-color: #eaeaea; + color: #0078d6; + font-size: 14px; +} + +.e-listbox-wrapper .e-selectall-parent { + background-color: inherit; + border-bottom: 1px solid #eaeaea; + color: #333; +} + +.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element { + background-color: transparent; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper { + height: inherit; + position: relative; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) { + padding: 0.6153em 0.923em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line { + padding: 0.6153em 0.923em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header { + color: #333; + display: block; + font-size: 13px; + font-weight: 500; + margin: 0; + overflow: hidden; + padding: 0.093em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content { + color: #666; + display: block; + font-size: 13px; + margin: 0; + padding: 0.093em 0; + word-wrap: break-word; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + height: 3.0769em; + left: 0.923em; + position: absolute; + top: 0.6153em; + width: 3.0769em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 4.923em; + padding-right: 0.923em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 0.923em; + padding-right: 4.923em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + height: 3.0769em; + position: absolute; + right: 0.923em; + top: 0.6153em; + width: 3.0769em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar { + top: 0.6153em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar { + top: 0.6153em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge { + font-size: 13px; + height: 1.5384em; + line-height: 1.3384em; + padding: 0; + position: absolute; + right: 0.923em; + top: 50%; + transform: translateY(-50%); + width: 1.5384em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.923em; + padding-right: 3.3846em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 0.923em; + padding-right: 3.3846em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content { + display: block; + margin: 0; + overflow: hidden; + padding: 0.867em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header { + color: #333; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content { + color: #333; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header { + color: #333; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content { + color: #333; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + left: inherit; + right: 0.923em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 0.923em; + padding-right: 4.923em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 4.923em; + padding-right: 0.923em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + left: 0.923em; + right: inherit; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge { + left: 0.923em; + right: inherit; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 3.3846em; + padding-right: 4.923em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 3.3846em; + padding-right: 0.923em; +} + +.e-documenteditor .e-close::before { + content: '\e825'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-documenteditor .e-de-op-search-icon::before { + content: '\e275'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-arrow-up::before { + content: '\e834'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-arrow-down::before { + content: '\e83d'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-de-op .e-de-op-close-icon { + font-size: 12px; + height: 22px; + margin-left: -4px; + margin-top: -3px; + width: auto; +} + +.e-documenteditor .e-de-op-close-icon::before { + content: '\e7a7'; +} + +.e-documenteditor .e-de-op-search-close-icon::before { + content: '\e7a7'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-documenteditor .e-de-new-cmt::before { + content: '\e7d5'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-menu-icon::before { + content: '\e976'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-de-cmt-mark-icon::before { + content: '\e817'; + font-family: 'e-icons'; + font-size: 13px; +} + +.e-documenteditor .e-de-cmt-post::before { + content: '\e816'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-rply-icon::before { + content: '\e815'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-cancel::before { + content: '\e7a7'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-delete::before { + content: '\e602'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-reopen::before { + content: '\e818'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-nav-up::before { + content: '\e651'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-nav-right-arrow::before { + content: '\e830'; +} + +.e-documenteditor .e-de-nav-left-arrow::before { + content: '\e829'; +} + +.e-de-table-properties-alignment:hover { + border-color: #0078d6; +} + +.e-de-table-properties-alignment { + border: 1px solid transparent; +} + +.e-de-tablecell-alignment { + border: 1px solid transparent; +} + +.e-de-tablecell-alignment:hover { + border-color: #0078d6; +} + +.e-de-table-left-alignment::before { + content: '\e517'; + font-size: 46px; +} + +.e-de-table-center-alignment::before { + content: '\e518'; + font-size: 46px; +} + +.e-de-table-right-alignment::before { + content: '\e515'; + font-size: 46px; +} + +.e-de-tablecell-top-alignment::before { + content: '\e527'; + font-size: 51px; +} + +.e-de-tablecell-center-alignment::before { + content: '\e526'; + font-size: 51px; +} + +.e-de-tablecell-bottom-alignment::before { + content: '\e525'; + font-size: 51px; +} + +.e-de-table-border-setting { + border: 1px solid #333; + height: 48px; + left: 5px; + position: relative; + top: 5px; + width: 48px; +} + +.e-de-table-border-setting-genral { + border: 1px solid rgba(0, 0, 0, 0.26); + display: inline-block; + height: 60px; + width: 60px; +} + +.e-de-table-border-preview-genral { + border: 1px solid rgba(0, 0, 0, 0.26); + display: inline-block; + height: 25px; + width: 25px; +} + +.e-de-table-border-inside-setting:hover { + border: 1px solid #0078d6; +} + +.e-de-table-border-preview { + height: 24px; + width: 24px; +} + +.e-de-table-border-inside-preview:hover { + border: 1px solid #0078d6; +} + +.e-de-table-border-inside-setting-click { + border: 1px solid #0078d6; +} + +.e-de-table-border-inside-preview-click { + border: 1px solid #0078d6; +} + +.e-de-table-border-none-setting::before { + content: '\e507'; + font-size: 46px; + position: absolute; +} + +.e-de-table-border-box-setting::before { + content: '\e509'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-all-setting::before { + content: '\e511'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-custom-setting::before { + content: '\e516'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-toptop-alignment::before { + content: '\e281'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-topcenter-alignment::before { + content: '\e276'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-topbottom-alignment::before { + content: '\e298'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-diagionalup-alignment::before { + content: '\e262'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-diagionaldown-alignment::before { + content: '\e265'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-bottomleft-alignment::before { + content: '\e291'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-bottomcenter-alignment::before { + content: '\e287'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-bottomright-alignment::before { + content: '\e288'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-menu-item .e-de-cmt-add::before { + content: '\e814'; + font-family: 'e-icons'; +} + +.e-menu-item .e-de-cut::before { + content: '\e279'; +} + +.e-menu-item .e-de-spellcheck::before { + content: '\e689'; +} + +.e-menu-item .e-de-copy::before { + content: '\e280'; +} + +.e-menu-item .e-de-paste::before { + content: '\e501'; +} + +.e-menu-item .e-de-continue-numbering::before { + content: '\e503'; +} + +.e-menu-item .e-de-restart-at::before { + content: '\e277'; +} + +.e-menu-item .e-de-insertlink::before { + content: '\e290'; +} + +.e-menu-item .e-de-open-hyperlink::before { + content: '\e278'; +} + +.e-menu-item .e-de-copy-hyperlink::before { + content: '\e295'; +} + +.e-menu-item .e-de-edit-hyperlink::before { + content: '\e289'; +} + +.e-menu-item .e-de-remove-hyperlink::before { + content: '\e286'; +} + +.e-menu-item .e-de-fonts::before { + content: '\e273'; +} + +.e-menu-item .e-de-paragraph::before { + content: '\e75e'; +} + +.e-menu-item .e-de-table::before { + content: '\e294'; +} + +.e-menu-item .e-de-insertabove::before { + content: '\e506'; +} + +.e-menu-item .e-de-insertbelow::before { + content: '\e505'; +} + +.e-menu-item .e-de-insertleft::before { + content: '\e285'; +} + +.e-menu-item .e-de-insertright::before { + content: '\e284'; +} + +.e-menu-item .e-de-delete-table::before { + content: '\e292'; +} + +.e-menu-item .e-de-deleterow::before { + content: '\e283'; +} + +.e-menu-item .e-de-deletecolumn::before { + content: '\e282'; +} + +.e-de-bold::before { + content: '\e339'; + font-family: 'e-icons'; +} + +.e-de-italic::before { + content: '\e35a'; + font-family: 'e-icons'; +} + +.e-de-underline::before { + content: '\e343'; + font-family: 'e-icons'; +} + +.e-de-indent::before { + content: '\e35d'; + font-family: 'e-icons'; +} + +.e-de-outdent::before { + content: '\e33f'; + font-family: 'e-icons'; +} + +.e-de-align-left::before { + content: '\e33a'; + font-family: 'e-icons'; +} + +.e-de-align-center::before { + content: '\e35e'; + font-family: 'e-icons'; +} + +.e-de-align-right::before { + content: '\e34d'; + font-family: 'e-icons'; +} + +.e-de-justify::before { + content: '\e334'; + font-family: 'e-icons'; +} + +.e-de-single-spacing::before { + content: '\e520'; + font-family: 'e-icons'; +} + +.e-de-double-spacing::before { + content: '\e521'; + font-family: 'e-icons'; +} + +.e-de-one-point-five-spacing::before { + content: '\e522'; + font-family: 'e-icons'; +} + +.e-de-before-spacing::before { + content: '\e523'; + font-family: 'e-icons'; +} + +.e-de-after-spacing::before { + content: '\e274'; + font-family: 'e-icons'; +} + +.e-de-icon-bullet-list-dot::before { + content: '\e270'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-circle::before { + content: '\e254'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-square::before { + content: '\e271'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-tick::before { + content: '\e259'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-flower::before { + content: '\e267'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-arrow::before { + content: '\e253'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-none::before { + content: '\e256'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-autofit::before { + content: '\eba8'; + font-family: 'e-icons'; +} + +.e-de-icon-fixed-columnwidth::before { + content: '\eba9'; + font-family: 'e-icons'; +} + +.e-de-icon-auto-fitwindow::before { + content: '\ebaa'; + font-family: 'e-icons'; +} + +.e-item .e-de-paste-text::before { + content: '\e687'; +} + +.e-item .e-de-paste-source::before { + content: '\e686'; +} + +.e-item .e-de-paste-merge::before { + content: '\e688'; +} + +.e-icon-btn .e-de-paste::before { + content: '\e68a'; +} + +.e-de-blink-cursor { + border-left: 1px solid; + pointer-events: none; + position: absolute; + z-index: 3; +} + +.e-de-cursor-animation { + animation-duration: 1s; + animation-iteration-count: infinite; + animation-name: FadeInFadeOut; +} + +@keyframes FadeInFadeOut { + from { + opacity: 1; + } + 13% { + opacity: 0; + } + 50% { + opacity: 0; + } + 63% { + opacity: 1; + } + to { + opacity: 1; + } +} + +.e-de-text-target { + border: 0; + height: 1px; + opacity: 0; + outline-style: none; + overflow: hidden; + pointer-events: none; + position: absolute; + top: -10000px; + width: 625px; +} + +.e-documenteditor .e-checkbox-wrapper .e-frame { + height: 14px; + line-height: 6px; + width: 14px; +} + +.e-documenteditor .e-checkbox-wrapper .e-label { + font-size: 12px; +} + +.e-documenteditor .e-de-op-close-button { + height: 22px; + left: 267px; + position: absolute; + top: 20px; + width: 22px; +} + +.e-documenteditor .e-de-op-close-button.e-de-rtl { + left: 14px; +} + +.e-de-background { + background-color: #fff; +} + +.e-de-result-list-block .e-de-search-result-hglt { + background: transparent; + border-bottom: 2px solid #b7e0ff; + cursor: default; + padding: 15px 1px 15px 5px; +} + +.e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text { + color: #0081e5; +} + +.e-de-search-result-item { + cursor: default; + padding: 15px 1px 15px 5px; + word-break: break-word; +} + +.e-de-search-result-item:hover { + border-bottom: 1px solid #b7e0ff; + cursor: default; +} + +.e-de-search-result-item:focus { + border-bottom: 2px solid #b7e0ff; + cursor: default; + padding: 15px 1px 15px 5px; +} + +.e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus { + border: 1px solid #ddd; +} + +.e-de-op-search-icon:hover { + background: #ddd; +} + +.e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-de-op-search-close-icon:hover { + background: #ddd; +} + +.e-spin-down:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-spin-down:hover { + background: #ddd; +} + +.e-spin-up:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-spin-up:hover { + background: #ddd; +} + +.e-de-para-dlg-heading { + color: #333; + display: block; + font-size: 16px; + font-weight: 600; + margin-bottom: 10px; +} + +.e-de-para-dlg-container { + height: auto; + width: 405px; +} + +.e-de-para-dlg-cs-check-box { + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-para-dlg-spacing-div { + margin-left: 40px; +} + +.e-de-para-dlg-spacing-div.e-de-rtl { + margin-left: 0; + margin-right: 40px; +} + +.e-de-toc-dlg-heading { + color: #333; + display: block; + font-size: 14px; + font-weight: 400; + margin-bottom: 5px; +} + +.e-de-toc-dlg-main-heading { + color: #333; + display: block; + font-size: 14px; + font-weight: 500; + margin-bottom: 5px; +} + +.e-content-placeholder.e-documenteditor.e-placeholder-documenteditor { + background-size: 100%; +} + +.e-de-toc-reset-button { + margin-top: 10px; +} + +.e-de-toc-reset-button.e-de-rtl { + margin-right: 0; +} + +.e-de-toc-modify-button { + margin-left: 145px; + margin-top: 10px; +} + +.e-de-toc-modify-button.e-de-rtl { + margin-left: 0; + margin-right: 157px; +} + +.e-de-toc-dlg-container { + height: 464px; + width: 498px; +} + +.e-de-toc-dlg-sub-container { + margin-bottom: 10px; +} + +.e-de-toc-list-view { + border: 1px solid #c8c8c8; + border-radius: 1px; + font-size: 12px; + height: 193px; + margin-left: 36px; + overflow-y: scroll; + width: 210px; +} + +.e-de-toc-list-view.e-de-rtl { + margin-left: 0; + margin-right: 36px; +} + +.e-de-toc-dlg-sub-heading { + color: #333; + display: block; + font-size: 14px; + font-weight: 400; + margin: 10px 15px 10px 15px; +} + +.e-de-toc-dlg-style-label { + margin-left: 38px; + margin-top: 42px; +} + +.e-de-toc-dlg-style-label .e-de-rtl { + margin-left: 0; + margin-right: 38px; +} + +.e-de-pagesetup-dlg-container { + height: 265px; + width: 354px; +} + +.e-de-page-setup-ppty-tab { + border: 0; +} + +.e-de-page-setup-dlg-sub-container { + margin-bottom: 22px; +} + +.e-de-page-setup-dlg-left-sub-container { + float: left; + position: relative; + top: 17px; +} + +.e-de-page-setup-dlg-left-sub-container.e-de-rtl { + float: right; +} + +.e-de-page-setup-dlg-right-sub-container { + float: right; + position: relative; + top: 17px; +} + +.e-de-page-setup-dlg-right-sub-container.e-de-rtl { + float: left; +} + +.e-de-page-setup-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 4px; + margin-top: 3px; +} + +.e-de-page-setup-dlg-sub-title-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 4px; + margin-top: 12px; +} + +.e-de-page-setup-dlg-sub-container-port { + height: 55px; + margin-bottom: 22px; +} + +.e-de-page-setup-dlg-sub-label { + font-size: 13px; + font-weight: 450; +} + +.e-de-page-setup-dlg-orientation-prop { + margin-top: 13px; +} + +.e-de-page-setup-dlg-sub-size-container { + height: 65px; + margin-bottom: 25px; +} + +.e-de-page-setup-dlg-layout-sub-container { + height: 55px; + margin-bottom: 25px; + position: relative; + top: 17px; +} + +.e-de-page-setup-dlg-first-page-prop .e-label, +.e-de-page-setup-dlg-odd-or-even-prop .e-label { + font-size: 12px; +} + +.e-de-page-setup-dlg-first-page-prop .e-frame, +.e-de-page-setup-dlg-odd-or-even-prop .e-frame { + height: 20px; + line-height: 16px; + width: 20px; +} + +.e-de-page-setup-dlg-left-layout-container { + float: left; + position: relative; + top: 8px; +} + +.e-de-page-setup-dlg-left-layout-container.e-de-rtl { + float: right; +} + +.e-de-page-setup-dlg-right-layout-container { + float: right; + position: relative; + top: 8px; +} + +.e-de-page-setup-dlg-right-layout-container.e-de-rtl { + float: left; +} + +.e-de-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 5px; +} + +.e-de-para-dlg-sub-container .e-input-group { + margin-bottom: 8px; +} + +.e-de-para-dlg-sub-container { + margin-bottom: 15px; +} + +.e-de-para-dlg-right-sub-container { + top: 30px; +} + +.e-de-dlg-footer .e-btn { + margin-left: 10px; +} + +.e-de-hyperlink-dlg-title { + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-hyperlink .e-de-hyperlink-dlg-input { + height: 32px; + margin-bottom: 7px; + width: 230px; +} + +.e-de-font-dlg-header { + display: -ms-flexbox; + display: flex; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; +} + +.e-de-font-dlg-header-effects, +.e-de-font-dlg-header-font-color { + display: -ms-flexbox; + display: flex; + font-size: 14px; + font-weight: normal; + margin-bottom: 8px; +} + +.e-de-font-dlg-main-header { + color: #333; + font-size: 14px; + font-weight: normal; + margin-right: 20px; +} + +.e-de-font-dlg-cb-right { + margin-left: 20px; +} + +.e-de-font-dlg-cb-right.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-font-dlg-cb-right-div { + margin-left: 20px; +} + +.e-de-dropdown { + margin-right: 20px; +} + +.e-de-restrict-pane, +.e-de-op { + border-right: 1px solid #eaeaea; + padding-left: 16px; + padding-top: 20px; + position: relative; + width: 300px; +} + +.e-de-op.e-de-rtl { + padding-left: 0; + padding-right: 16px; +} + +.e-de-op-header { + color: #333; + font-family: "Segoe UI"; + font-size: 15px; + font-weight: 100; + margin-bottom: 4px; +} + +.e-de-op-header.e-de-rtl { + direction: rtl; +} + +.e-de-op-tab { + border: 0; + height: 40px; +} + +.e-de-op-icon { + color: rgba(0, 0, 0, 0.54); + height: 20px; + width: 20px; +} + +.e-de-op-close-icon { + color: #333; +} + +.e-de-op-nav-btn { + height: 22px; + width: 22px; +} + +.e-de-op-search-txt { + border-bottom: 1px solid #ddd; + color: #333; + font-size: 14px; +} + +.e-de-op-search-txt .e-de-op-search-word { + color: #0081e5; +} + +.e-de-op-more-less { + display: block; + margin-top: 14px; +} + +.e-de-op-replacetabcontentdiv { + height: 82px; + margin-top: 14px; +} + +label[for*='_wholeWord_e-de-ltr'] { + left: 35px; +} + +label[for*='_wholeWord_e-de-rtl'] { + right: 35px; +} + +.e-de-cell-dia-label-common { + display: inline-block; + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; + width: 150px; +} + +.e-de-cell-dia-options-label { + font-size: 14px; + font-weight: 600; +} + +.e-de-table-border-heading { + font-size: 14px; + font-weight: 600; + padding-bottom: 20px; +} + +.e-de-table-setting-heading { + font-size: 14px; + font-weight: normal; + padding-bottom: 20px; +} + +.e-de-layout-setting-heading { + font-size: 14px; + font-weight: normal; + padding-bottom: 20px; +} + +.e-de-table-setting-labels-heading { + font-size: 12px; + font-weight: normal; +} + +.e-de-table-element-subheading { + font-size: 12px; + font-weight: normal; +} + +.e-de-border-dlg-preview-div { + border: 1px solid rgba(0, 0, 0, 0.54); +} + +.e-de-border-dlg-preview-inside-divs { + opacity: 0.54; +} + +.e-de-table-dia-align-div { + border: 1px solid #ddd; + display: inline-block; + height: 60px; + margin-right: 10px; + width: 60px; +} + +.e-de-table-dia-align-div.e-de-rtl { + margin-left: 10px; + margin-right: 0; +} + +.e-de-table-dia-align-label { + display: inline-block; + font-size: 12px; + font-weight: normal; + margin-left: 10px; + margin-top: 8px; +} + +.e-de-table-dialog-separator-line { + background-color: #eaeaea; + bottom: 62px; + display: none; + height: 1px; + left: 1px; + margin-top: 5px; + position: absolute; + width: 100%; +} + +.e-de-table-alignment-active { + border: 1px solid #0078d6; +} + +.e-de-table-dialog-options-label { + font-size: 16px; + font-weight: 600; + padding-bottom: 10px; + padding-top: 10px; +} + +.e-de-list-ddl-header { + font-size: 14px; + font-weight: normal; + margin-bottom: 15px; + margin-top: 15px; +} + +.e-de-list-ddl-header-list-level { + font-size: 14px; + font-weight: normal; + margin-bottom: 15px; +} + +.e-de-tbl-dlg-footer { + padding-top: 23px; +} + +.e-de-row-ht-top { + padding: 0 20px; +} + +.e-de-ht-wdth-type { + margin-top: -24px; +} + +.e-de-row-ht-top.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-cell-width-top { + margin-left: 20px; + margin-top: -6px; +} + +.e-de-cell-width-top.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-tbl-dlg-border-btn { + float: right; + margin-top: 20px; +} + +.e-de-tbl-dlg-border-btn.e-de-rtl { + margin-right: 0; +} + +.e-de-table-border-setting.e-de-rtl { + right: 5px; +} + +.e-de-tbl-dlg-op-btn { + left: 410px; + position: absolute; + top: 275px; +} + +.e-de-insert-table-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-insert-table-dlg-input { + margin-bottom: 14px; +} + +.e-de-list-ddl-subheader, +.e-de-list-ddl-subheaderbottom { + font-size: 12px; + font-weight: normal; + margin-bottom: 10px; + margin-top: 10px; +} + +.e-de-list-dlg-subdiv { + float: right; + margin-top: 43px; + position: relative; +} + +.e-de-list-dlg-subdiv.e-de-rtl { + float: left; + margin-top: -137px; +} + +.e-de-list-dlg-div { + float: right; + margin-top: 41px; + position: relative; +} + +.e-de-list-dlg-div.e-de-rtl { + float: left; + margin-top: -139px; +} + +.e-de-ok-button { + margin-right: 8px; +} + +.e-de-ok-button.e-de-rtl { + margin-left: 8px; +} + +.e-de-options-setter { + left: 310px; +} + +.e-de-op-close-icon:hover { + color: #00457a; +} + +.e-de-tooltip { + background-color: #fff; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + cursor: text; + max-width: 200px; + padding: 5px; + width: -webkit-fit-content; + width: fit-content; + word-wrap: break-word; +} + +.e-btn.e-de-op-icon-btn { + background-color: transparent; + border-color: transparent; +} + +.e-documenteditor .e-de-op-close-button { + height: 20px; + left: 267px; + position: absolute; + top: 18px; + width: 20px; +} + +.e-documenteditor .e-de-op-close-button.e-de-rtl { + right: 267px; +} + +.e-btn.e-de-op-close-button:hover { + background-color: transparent; + border-color: transparent; + color: #00457a; +} + +.e-btn.e-de-op-close-button:focus { + background-color: transparent; + border-color: transparent; + color: #00457a; +} + +.e-btn.e-de-op-close-button:active { + background-color: transparent; + border-color: transparent; + color: #eaeaea; +} + +.e-documenteditor .e-input { + color: #000; + font-size: 14px; +} + +.e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: 32px; +} + +.e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: auto; +} + +.e-de-op-result-container { + margin-top: 12px; +} + +.e-de-restrict-pane, +.e-de-op { + background-color: #fff; +} + +.e-de-restrict-pane .e-tab-header .e-toolbar-items, +.e-de-op .e-tab-header .e-toolbar-items { + margin-bottom: 28px; + margin-top: 1px; +} + +.e-de-font-dlg-color { + border: 1px #c8c8c8; + border-radius: 1px; + font-size: 12px; + height: 16px; + margin-left: 15px; + width: 25px; +} + +.e-de-icon-table-row-above { + top: 10px; +} + +.e-de-icon-table-row-below { + top: 49px; +} + +.e-de-icon-table-column-left { + top: 89px; +} + +.e-de-icon-table-column-right { + top: 127px; +} + +.e-de-icon-table-delete { + top: 10px; +} + +.e-de-icon-table-row-delete { + top: 49px; +} + +.e-de-icon-table-column-delete { + top: 89px; +} + +.e-de-list-bullet-none { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-dot { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-circle { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-square { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-flower { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-arrow { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-tick { + height: 40px; + width: 40px; +} + +.e-de-bullet:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-numbered-none { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-number-dot { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-number-brace { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-up-roman { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-up-letter { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-low-letter-brace { + height: 80px; + width: 80px; +} + +.e-de-numbered-low-letter-dot { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-low-roman { + height: 80px; + width: 80px; +} + +.e-de-numbered:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-multilevel-none { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-normal { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-multilevel { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-bullets { + height: 80px; + width: 80px; +} + +.e-de-multilevel-list:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-dialog-open:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-cell-options { + left: 313px; + top: 303px; +} + +.e-de-cell-options.e-de-rtl { + left: 127px; +} + +.e-de-font-color-label { + margin-bottom: 5px; + margin-top: 10px; +} + +.e-de-font-content-label { + width: 130px; +} + +.e-de-font-color-margin { + margin-right: 10px; + margin-top: 8px; +} + +.e-de-font-color-margin.e-de-rtl { + margin-left: 10px; + margin-right: 0; +} + +.e-de-font-content-checkbox-label { + margin-left: 46px; +} + +.e-de-font-content-checkbox-label-rtl { + margin-right: 55px; +} + +.e-bigger .e-de-font-content-checkbox-label { + margin-left: 48px; +} + +.e-bigger .e-de-font-content-checkbox-label-rtl { + margin-right: 48px; +} + +.e-bigger .e-de-font-content-label { + width: 130px; +} + +.e-de-font-checkbox { + margin-left: 58px; +} + +.e-de-font-checkbox.e-de-rtl { + margin-left: 0; + margin-right: 58px; +} + +.e-de-font-checkbox.e-de-rtl { + margin-left: 0; + margin-right: 60px; +} + +.e-de-font-dlg-padding { + margin-top: 15px; +} + +.e-de-table-container-div { + margin-top: 15px; +} + +.e-de-table-header-div { + padding-top: 3px; +} + +.e-de-table-subheader-div { + float: right; + margin-right: 135px; + margin-top: -37px; +} + +.e-de-table-subheader-div.e-de-rtl { + float: left; + margin-left: 135px; + margin-right: 0; +} + +.e-de-table-cell-header-div { + padding-top: 3px; +} + +.e-de-table-cell-subheader-div { + top: 61px; +} + +.e-de-cell-margin-header { + left: -7px; + top: 319px; +} + +.e-de-font-dlg-display { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-de-tbl-margin-sub-header { + margin-top: 5px; +} + +.e-de-tbl-btn-seperator { + width: 62%; +} + +.e-de-op-msg { + color: #000; + top: 79px; +} + +.e-de-save-dlg-file-name { + height: 25px; + margin-bottom: 8px; +} + +.e-de-save-dlg-format-type { + height: 25px; + margin-bottom: 8px; + padding-top: 1px; +} + +.e-de-search-tab-content { + margin-right: 1px; + margin-top: 1px; + width: 269px; +} + +.e-de-font-dlg { + width: 360px; +} + +.e-de-hyperlink { + height: 168px; + width: 230px; +} + +.e-de-insert-table { + height: 130px; + width: 230px; +} + +.e-de-insert-spellchecker { + height: 325px; + width: 513px; +} + +.e-de-dlg-spellcheck-listview { + border: 1px solid #e4e4e4; + border-radius: 2px !important; + height: 122px !important; + margin-top: 8px; + position: relative; + float: left; + width: 343px; +} + +.e-de-spellcheck-error-container { + height: 140px; + margin-bottom: 25px; +} + +.e-de-spellcheck-suggestion-container { + height: 140px; +} + +.e-dlg-spellcheck-listitem { + font-size: 15px !important; +} + +.e-de-spellcheck-btncontainer { + margin-top: 8px; + position: relative; + width: 154px; + float: right; +} + +.e-de-spellcheck-btn { + height: 36px; + margin-bottom: 8px; + width: 154px; +} + +.e-de-dlg-spellchecker-subheader { + font-size: 15px; + margin-top: 8px; +} + +.e-de-dlg-spellchecker-subheaderbtm { + font-size: 15px; +} + +.e-de-list-dlg { + height: 400px; + width: 400px; +} + +.e-de-save-dlg { + height: 135px; + width: 230px; +} + +.e-de-table-properties-dlg { + width: 406px; +} + +.e-de-table-border-shading-dlg { + height: 432px; + width: 450px; +} + +.e-de-table-cell-margin-dlg { + height: 210px; + width: 342px; +} + +.e-de-table-options-dlg { + height: 256px; + width: 369px; +} + +.e-de-table-border-none { + position: absolute; + top: 25px; +} + +.e-de-table-border-box { + position: absolute; + top: 95px; +} + +.e-de-table-border-all { + position: absolute; + top: 165px; +} + +.e-de-table-border-custom { + position: absolute; + top: 235px; +} + +.e-de-table-shading-preview { + top: 385px; +} + +.e-de-font-content-label span.e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-label span.e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-content-label:hover .e-label, +.e-css.e-de-font-content-label:hover .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-label:hover .e-label, +.e-css.e-de-font-label:hover .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-documenteditor .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); + font-size: 14px; +} + +.e-documenteditor .e-checkbox-wrapper .e-frame { + height: 20px; + line-height: 16px; + width: 20px; +} + +.e-de-op-dlg-footer { + margin-top: 20px; +} + +.e-de-op-dlg-footer .e-btn { + padding-left: 6px; + padding-right: 6px; +} + +.e-de-search-tab-content .e-input-group .e-de-search-input { + width: 175px; +} + +.e-de-op-replacewith { + width: 97%; +} + +.e-de-table-ppty-tab { + border: 0; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-header-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-cell-header-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-tbl-margin-sub-header .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-list-format-info { + border-radius: 50%; + cursor: default; + font-size: 12px; + height: 15px; + line-height: 1px; + padding: 3px 0 0 0; + text-transform: lowercase; + width: 16px; +} + +.e-button-custom { + height: 32px; + padding: 0; + width: 84px; +} + +.e-bigger .e-button-custom { + height: 37px; + width: 100px; +} + +.e-styles-listview, +.e-bookmark-listview { + border: 1px solid #c8c8c8; + border-radius: 0; + height: 150px; + overflow-y: scroll; +} + +.e-bookmark-gotobutton, +.e-bookmark-addbutton, +.e-styles-addbutton, +.e-bookmark-deletebutton { + margin-bottom: 8px; +} + +.e-bookmark-list { + float: left; + margin-right: 20px; + width: 250px; +} + +.e-bookmark-list.e-de-rtl { + margin-left: 20px; + margin-right: 0; +} + +.e-bookmark-textboxdiv { + margin-bottom: 6px; +} + +.e-bookmark-listview .e-list-item { + font-size: 13px; + height: 30px; + line-height: 27px; +} + +.e-bookmark-common { + display: -ms-flexbox; + display: flex; +} + +.e-bookmark-button { + position: relative; + top: 0; +} + +.e-font { + float: left; +} + +.e-font-rtl { + float: right; +} + +.e-de-table-border-toptop-alignment, +.e-de-table-border-topcenter-alignment, +.e-de-table-border-topbottom-alignment, +.e-de-table-border-diagionalup-alignment, +.e-de-table-border-diagionaldown-alignment, +.e-de-table-border-bottomleft-alignment, +.e-de-table-border-bottomcenter-alignment, +.e-de-table-border-bottomright-alignment { + left: 48%; + position: absolute; + top: 75%; + transform: translate(-50%, -50%); +} + +.e-de-style-properties, +.e-de-style-formatting { + font-size: 16px; + font-weight: 600; +} + +.e-de-style-formatting { + margin-bottom: 15px; +} + +.e-de-style-paragraph-indent-group-button .e-btn, +.e-de-style-paragraph-group-button .e-btn, +.e-de-style-font-group-button .e-btn { + box-shadow: none; +} + +.e-de-style-paragraph-indent-group-button .e-btn.e-active, +.e-de-style-paragraph-group-button .e-btn.e-active, +.e-de-style-font-group-button .e-btn.e-active { + background-color: #c8c8c8; + border-color: #c8c8c8; + box-shadow: none; + color: #000; +} + +.e-de-style-properties { + margin-bottom: 15px; +} + +.e-de-style-nametype-div { + margin-bottom: 15px; +} + +.e-de-style-based-para-div { + margin-bottom: 15px; +} + +.e-de-style-name, +.e-de-style-styletype, +.e-de-style-style-based-on, +.e-de-style-style-paragraph { + font-size: 13px; + font-weight: 400; + margin-bottom: 8px; + width: 180px; +} + +.e-de-style-left-div { + margin-right: 20px; +} + +.e-de-style-left-div.e-de-rtl { + margin-left: 20px; + margin-right: 0; +} + +.e-de-style-font-color-picker, +.e-de-style-icon-button-size, +.e-de-style-icon-button-first-size, +.e-de-style-icon-button-last-size { + height: 31px; +} + +.e-bigger .e-de-style-font-color-picker, +.e-bigger .e-de-style-icon-button-size, +.e-bigger .e-de-style-icon-button-first-size, +.e-bigger .e-de-style-icon-button-last-size { + height: 35px; +} + +.e-bigger .e-de-style-bold-button-size { + height: 35px; + margin-left: 6px; + margin-right: 8px; +} + +.e-de-style-bold-button-size { + height: 31px; + margin-left: 6px; + margin-right: 8px; +} + +.e-de-style-format-dropdwn .e-btn-icon { + margin-left: 8px; +} + +.e-de-style-font-color-picker, +.e-de-style-icon-button-size { + margin-right: 8px; +} + +.e-de-style-icon-button-first-size { + margin-left: 6px; + margin-right: 3px; +} + +.e-de-style-icon-button-last-size { + margin-right: 6px; +} + +.e-de-style-font-color-picker { + margin-left: 8px; +} + +.e-style-font-fmaily-right { + margin-right: 8px; +} + +.e-style-font { + margin-left: 3px; + margin-right: 20px; +} + +.e-de-style-left-div .e-de-style-dlg-name-input { + height: 32px; +} + +.e-style-list { + margin-left: 10px; +} + +.e-de-style-dialog .e-de-style-only-this-document { + margin-top: 25px; +} + +.e-de-style-format-dropdwn { + width: 135px; +} + +.e-de-style-options-div { + margin-bottom: 20px; +} + +.e-de-style-paragraph-group-button { + border-right: 2px solid #e0e0e0; +} + +.e-de-style-font-group-button { + border-left: 2px solid #e0e0e0; + border-right: 2px solid #e0e0e0; +} + +.e-de-op-replace-messagediv { + color: #000; + position: absolute; + top: 144px; +} + +.e-de-font-content-label .e-label, +.e-de-font-dlg-cb-right .e-label, +.e-de-font-checkbox .e-label { + font-size: 14px; +} + +.e-de-font-content-label .e-frame, +.e-de-font-dlg-cb-right .e-frame, +.e-de-font-checkbox .e-frame { + height: 20px; + line-height: 16px; + width: 20px; +} + +.e-de-op-input-group, +.e-de-op-replacewith { + height: 32px; +} + +.e-bigger .e-de-op-input-group, +.e-bigger .e-de-op-replacewith { + height: 40px; +} + +.e-de-hyperlink-bookmark-check { + margin-top: 15px; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-frame, +.e-de-table-header-div .e-checkbox-wrapper .e-frame, +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame, +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame, +.e-de-table-cell-header-div .e-checkbox-wrapper .e-frame, +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-frame, +.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame, +.e-de-tbl-margin-sub-header .e-frame { + height: 20px; + line-height: 16px; + width: 20px; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-label, +.e-de-table-header-div .e-checkbox-wrapper .e-label, +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label, +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label, +.e-de-table-cell-header-div .e-checkbox-wrapper .e-label, +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-label, +.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label, +.e-de-tbl-margin-sub-header .e-label { + font-size: 14px; +} + +.e-de-table-ppty-dlg-measure-div { + float: right; + margin-left: 20px; + margin-top: -18px; +} + +.e-de-table-ppty-dlg-measure-div.e-de-rtl { + float: left; + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-dlg-measure-drop-down-div { + float: right; + margin-left: 20px; + margin-top: 13px; +} + +.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-dlg-left-indent-container { + bottom: 8px; + left: 69px; + position: relative; +} + +.e-de-table-ppty-dlg-left-indent-container.e-de-rtl { + right: 69px; +} + +.e-de-table-ppty-dlg-row-height-label { + float: right; + margin-right: 181px; + margin-top: -62px; +} + +.e-de-table-ppty-dlg-row-height-label.e-de-rtl { + float: left; + margin-left: 181px; + margin-right: 0; +} + +.e-de-table-ppty-dlg-preferred-width-div { + float: right; + margin-left: 20px; + margin-top: 13px; +} + +.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-options-break { + margin-bottom: 10px; +} + +.e-de-table-cell-subheader-div { + margin-right: 125px; + margin-top: -37px; +} + +.e-de-table-cell-subheader-div.e-de-rtl { + margin-left: 125px; + margin-right: 0; +} + +.e-de-table-ppty-dlg-cell-tab-measure-label { + float: right; + margin-right: 192px; + margin-top: -64px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header { + padding-left: 12.5px; + padding-right: 12.5px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header { + padding-left: 12.5px; + padding-right: 12.5px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header { + padding-left: 1px; + padding-right: 12.5px; +} + +.e-styles-list { + float: left; + margin-right: 20px; + width: 250px; +} + +.e-styles-textboxdiv { + padding-bottom: 15px; +} + +.e-styles-listview .e-list-item { + font-size: 13px; + height: 30px; + line-height: 27px; +} + +.e-styles-common { + padding-top: 5px; +} + +.e-styles-button { + float: right; +} + +.e-de-toc-dlg-right-sub-container.e-de-rtl { + margin-left: 2px; + margin-right: 2px; +} + +.e-de-toc-dlg-styles { + margin-bottom: 13px; + margin-left: 35px; + margin-top: 30px; +} + +.e-de-toc-dlg-styles.e-de-rtl { + margin-left: 0; + margin-right: 35px; +} + +.e-de-toc-dlg-style-input.e-de-rtl { + margin-left: 0; + margin-right: 36px; +} + +.e-de-toc-dlg-build-table { + margin-top: 30px; +} + +.e-de-toc-table-div .e-de-toc-dlg-toc-level { + height: 24px; + margin-left: 34px; + width: 44px; +} + +.e-de-toc-styles-table-div { + border: 1px solid #c8c8c8; + border-radius: 1px; + margin-top: 10px; + width: 213px; +} + +.e-de-toc-dlg-sub-level-heading { + font-size: 12px; +} + +.e-de-toc-table-div { + height: 160px; + overflow-y: scroll; + width: 209px; +} + +.e-de-toc-dlg-style-input { + margin-bottom: 3px; + margin-left: 36px; + width: 210px; +} + +.e-de-toc-dlg-outline-levels { + margin-top: 15px; + width: 137px; +} + +.e-bookmark-textboxdiv .e-bookmark-textbox-input { + height: 32px; +} + +.e-styles-dlgfields { + font-weight: 400; + margin-bottom: 6px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header { + padding-left: 1px; + padding-right: 0 25px 0 0; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header { + padding-left: 0 25px 0 0; + padding-right: 0 25px 0 0; +} + +.e-de-dlg-target .e-footer-content .e-list-dlg-font { + margin-left: 1px; +} + +.e-bookmark-dlgfields { + font-weight: 400; + margin-bottom: 6px; +} + +.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md { + height: 65px; + padding: 10px; + width: 70px; +} + +.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md { + height: 45px; + width: 45px; +} + +.e-de-bullet-icon-size { + height: 45px; + width: 45px; +} + +.e-de-ui-list-header-presetmenu { + cursor: pointer; + font-size: 11px; + line-height: 14px; + min-width: 50px; + overflow: hidden; + text-align: left; + white-space: nowrap; + width: 100%; +} + +.e-de-ui-bullet { + font-size: 42px; +} + +.e-de-ui-list-header-presetmenu .e-de-ui-list-line { + border-bottom: 1px solid #ccc; + margin-left: 5px; + width: 100%; +} + +.e-de-ui-list-header-presetmenu div span { + color: #aaa; + display: inline-block; + vertical-align: middle; +} + +.e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem, +.e-de-ui-wfloating-menu .e-de-ui-menuitem-none { + border: 0; + box-shadow: inset 0 0 0 1px #ebebeb; + cursor: pointer; + height: 70px; + margin: 0 5px 5px 0; + padding: 0; + width: 70px; +} + +.e-de-ui-wfloating-menu { + padding: 10px 4px 5px 10px; +} + +.e-de-list-thumbnail .e-de-list-items { + float: left; +} + +.e-de-list-thumbnail .e-de-list-items { + background: #fff; + border: 1px solid transparent; + clear: initial; + display: inline-block; + height: auto; + margin: 5px; + text-align: center; + width: auto; +} + +.e-de-list-items { + background: #fff; + box-sizing: border-box; + cursor: pointer; + list-style: none; + padding: 7px 10px; + position: relative; +} + +.e-de-list-item-size { + font-size: 14px; +} + +.e-de-ui-wfloating-menu { + padding: 10px 4px 5px 10px; +} + +.e-de-table-border-fill.e-de-rtl { + margin-left: 20px; +} + +.e-de-table-border-fill:not(.e-de-rtl) { + margin-right: 20px; + margin-top: 5px; +} + +.e-de-table-ppty-dlg-tabs { + height: 341px; + position: relative; +} + +.e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active, +.e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active { + border-color: #0078d6; +} + +.e-de-bullet-icons { + left: 50%; + position: absolute; + top: 50%; + transform: translate(-43%, -43%); +} + +.e-de-header-footer-list { + color: #0081e5; +} + +.e-de-rtl-btn-div { + font-size: 12px; + margin-right: 14px; + width: 200px; +} + +.e-de-rtl-btn-div.e-de-rtl { + margin-left: 14px; + margin-right: 0; +} + +.e-de-ltr-btn-div { + font-size: 12px; + width: 200px; +} + +.e-de-tbl-rtl-btn-div { + font-size: 12px; + margin-right: 14px; + width: 140px; +} + +.e-de-tbl-rtl-btn-div.e-de-rtl { + margin-left: 14px; + margin-right: 0; +} + +.e-de-tbl-ltr-btn-div { + font-size: 12px; + width: 140px; +} + +.e-para-dlg-sub-height { + height: 145px; +} + +.e-de-disabledbutton { + opacity: 0.4; + pointer-events: none; +} + +.e-bigger .e-de-insert-table { + height: auto; + width: auto; +} + +.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: auto; +} + +.e-bigger .e-de-font-dlg { + width: 375px; +} + +.e-bigger .e-para-dlg-sub-height { + height: 170px; +} + +.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl { + margin-right: 34px; +} + +.e-bigger .e-de-font-content-label-width { + width: 82px; +} + +.e-bigger .e-de-toc-label { + margin-left: 194px; +} + +.e-bigger .e-de-toc-label-rtl { + margin-left: 0; + margin-right: 180px; +} + +.e-bigger .e-de-outline-rtl { + width: 173px; +} + +.e-de-restrict-format { + margin-top: 16px; +} + +.e-de-rp-format { + font-size: 13px; + margin-bottom: 12px; + opacity: .65; +} + +.e-de-rp-checkbox { + font-size: 12px; +} + +.e-de-rp-border { + margin-bottom: 12px; + margin-top: 12px; +} + +.e-de-rp-header { + font-size: 15px; + font-weight: 500; + opacity: .87; +} + +.e-de-restrict-pane .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); + font-size: 12px; +} + +.e-de-restrict-pane .e-checkbox-wrapper .e-frame { + height: 16px; + width: 16px; +} + +.e-de-restrict-pane .e-checkbox-wrapper { + margin-bottom: 8px; +} + +.e-de-rp-user .e-checkbox-wrapper { + width: auto; +} + +.e-de-rp-nav-btn, +.e-de-rp-btn-enforce { + background: #fafafa; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5); + font-size: 13px; + height: 36px; + opacity: .87; +} + +.e-de-rp-nav-btn { + margin: 0 12px; + width: 210px; +} + +.e-de-rp-btn-stop-enforce { + background: #fafafa; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5); + font-size: 13px; + height: 36px; + margin: 0 46px; + opacity: .87; +} + +.e-de-rp-nav-lbl { + font-size: 13px; + margin: 0 28px; +} + +.e-de-rp-sub-div { + border-bottom: 1px solid #e4e4e4; + padding: 12px; +} + +.e-de-restrict-pane { + padding-left: 0; + padding-top: 0; +} + +.e-de-rp-whole-header { + padding: 12px; +} + +.e-de-rp-user { + background: #fff; + border: 1px solid #e4e4e4; + border-radius: 2px; + font-size: 12px; + height: 110px; + width: 238px; +} + +.e-de-rp-enforce { + padding-top: 12px; +} + +.e-de-rp-enforce-nav { + margin: 12px 0; +} + +.e-de-enforce-dlg-title { + font-size: 14px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-enforce .e-de-enforce-dlg-input { + height: 32px; + margin-bottom: 8px; + width: 300px; +} + +.e-de-user-add-btn { + background: #e0e0e0; + border-radius: 2px; + width: 74px; +} + +.e-de-user-dlg .e-de-user-dlg-textbox-input { + margin-right: 16px; + width: 304px; +} + +.e-de-user-dlg-list { + margin-bottom: 15px; +} + +.e-de-user-listview { + border: 1px solid #e4e4e4; + border-radius: 2px; + height: 106px; +} + +.e-de-user-dlg-user { + margin-bottom: 12px; +} + +.e-user-delete { + float: left; +} + +.e-de-unprotect-dlg-title { + font-size: 14px; + margin-bottom: 8px; +} + +.e-de-rp-stop-div1 { + opacity: .87; + padding: 12px 12px 6px 12px; + font-weight: 500; + border-bottom: 1px solid #E0E0E0; +} + +.e-de-rp-stop-div2 { + padding: 12px 12px 24px; +} + +.e-de-rp-stop-div3 { + padding: 0 0 12px 12px; +} + +.e-de-rp-close-icon { + float: right; + position: relative; + top: -7px; +} + +.e-de-restrict-pane { + height: 100%; + overflow: auto; + width: 268px; +} + +.e-de-rp-nav-lbl { + font-size: 13px; + margin: 0 28px; +} + +.e-documenteditor-optionspane { + height: 100%; +} + +.e-de-cmt-pane { + background-color: inherit; + border-left: 1px solid #eaeaea; + color: #333; + width: 264px; +} + +.e-de-cp-close { + background-color: inherit; + border: none; + float: right; + position: relative; + top: -7px; +} + +.e-de-cp-whole-header { + padding: 12px; +} + +.e-de-cp-header { + font-size: 13px; + font-weight: 500; + opacity: .87; + width: 75%; +} + +.e-de-cmt-container { + height: auto; + padding: 0px 8px; + overflow: auto; +} + +.e-de-cmt-sub-container { + background-color: #fff; + border: 1px solid #dadada; + border-radius: 2px; + margin: 8px 0px; + padding: 8px; +} + +.e-de-cmt-view { + cursor: default; +} + +.e-de-cmt-sub-container.e-de-cmt-selection { + border-left: 3px solid #0078d6; + padding-left: 6px; +} + +.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 2px solid #0078d6; + padding-left: 7px; +} + +.e-de-cmt-author { + margin-bottom: 8px; +} + +.e-de-cmt-author-name { + font-size: 13px; + font-weight: 500; + width: 90%; +} + +.e-de-cp-option.e-btn.e-icon-btn { + background-color: inherit; + border: none; + color: inherit; + float: right; + height: auto; + padding: 0px; + width: auto; +} + +.e-de-cp-option.e-btn.e-icon-btn span { + margin-top: 0px; +} + +.e-de-cmt-view:hover .e-de-cp-option { + display: block; +} + +.e-de-cmt-readonly { + font-size: 13px; + padding-top: 4px; + word-break: break-word; +} + +.e-de-cmt-date { + font-size: 13px; + margin-top: 12px; + opacity: .67; +} + +.e-de-cmt-sub-container.e-de-cmt-reply { + border: none; + border-top: 1px solid #dadada; + border-radius: 0px; + margin: 11.5px 8px 0px 8px; + padding: 0px; +} + +.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view { + margin-top: 11.5px; +} + +.e-de-cmt-textarea.e-input { + color: #333; + font-size: 13px; + line-height: normal; + min-height: 30px; + overflow: hidden; + resize: none; +} + +.e-de-cmt-action-button { + text-align: right; + margin-top: 8px; +} + +.e-de-cmt-post-btn.e-btn.e-flat, .e-de-cmt-cancel-btn.e-btn.e-flat { + color: #333; + height: 32px; + margin-left: 8px; + width: 32px; +} + +.e-de-cmt-resolved .e-de-cmt-author-name, .e-de-cmt-resolved .e-de-cmt-readonly, .e-de-cmt-resolved e-de-cmt-date { + opacity: .67; +} + +.e-de-cmt-resolved .e-de-cmt-rply-view { + display: none; +} + +.e-de-cmt-resolved .e-de-cmt-resolve-btn { + display: block; + margin-top: 8px; + text-align: right; +} + +.e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection { + border-left: 3px solid rgba(0, 120, 214, 0.5); +} + +.e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 2px solid rgba(0, 120, 214, 0.5); +} + +.e-de-cmt-mark { + cursor: default; + color: #000; + font-size: 13px; + height: 13px; + pointer-events: all; + width: 13px; +} + +.e-de-cmt-mark :hover { + color: #0078d6; +} + +.e-de-cmt-mark.e-de-cmt-mark-selected, .e-de-cmt-mark.e-de-cmt-mark-hover { + color: #0078d6; +} + +.e-de-cmt-no-cmt { + margin-left: 6px; + margin-top: 24px; + font-size: 13px; +} + +.e-de-cmt-drawer-cnt { + font-size: 13px; + height: 20px; + margin-top: 8px; +} + +.e-de-cmt-drawer { + cursor: pointer; + float: right; + opacity: .54; + margin-right: 4px; + margin-top: 4px; +} + +.e-de-cmt-rply-view { + margin-top: 12px; +} + +.e-de-cmt-resolve-btn { + display: none; +} + +.e-rtl .e-de-cp-close { + float: left; +} + +.e-rtl .e-de-cmt-pane { + border-left: none; + border-right: 1px solid #eaeaea; +} + +.e-rtl .e-de-rp-close-icon { + float: left; +} + +.e-rtl .e-de-cp-option.e-btn.e-icon-btn { + float: left; +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection { + border-left: 1px solid #dadada; + border-right: 3px solid #0078d6; + padding-left: 8px; + padding-right: 6px; +} + +.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 1px solid #dadada; + border-right: 2px solid #0078d6; + padding-left: 8px; + padding-right: 7px; +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection { + border-right: 3px solid rgba(0, 120, 214, 0.5); +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-right: 2px solid rgba(0, 120, 214, 0.5); +} + +.e-rtl .e-de-cmt-action-button { + text-align: left; +} + +.e-rtl .e-de-cmt-no-cmt { + margin-left: auto; + margin-right: 6px; +} + +.e-rtl .e-de-cmt-drawer { + float: left; + margin-left: 8px; + margin-right: auto; +} + +.e-rtl .e-de-cmt-resolve-btn { + text-align: left; +} + +.e-bigger .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat { + height: 40px; + margin-left: 12px; + width: 40px; +} + +.e-bigger .e-de-cp-whole-header { + height: 56px; + padding: 16px; + padding-right: 8px; +} + +.e-bigger .e-de-cp-close { + margin-top: -3px; +} + +.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat { + margin-right: 12px; +} + +.e-de-ctnr-linespacing::before { + content: '\eb8a'; +} + +.e-de-ctnr-lock::before { + content: '\eb7d'; +} + +.e-de-ctnr-italic::before { + content: '\eb99'; +} + +.e-de-ctnr-justify::before { + content: '\eb67'; +} + +.e-de-ctnr-tableofcontent::before { + content: '\eb98'; +} + +.e-de-selected-spellcheck-item::before { + content: '\e935'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-de-selected-underline-item::before { + content: '\e935'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-de-ctnr-pagenumber::before { + content: '\eb74'; +} + +.e-de-ctnr-highlight::before { + content: '\eb6e'; +} + +.e-de-ctnr-bold::before { + content: '\eb77'; +} + +.e-de-ctnr-subscript::before { + content: '\eb96'; +} + +.e-de-ctnr-aligncenter::before { + content: '\eb9e'; +} + +.e-de-ctnr-fontcolor::before { + content: '\eb87'; +} + +.e-de-ctnr-pagesetup::before { + content: '\eb6d'; +} + +.e-de-ctnr-strokestyle::before { + content: '\eb62'; +} + +.e-de-ctnr-strikethrough::before { + content: '\eb7f'; +} + +.e-de-ctnr-image::before { + content: '\eb64'; +} + +.e-de-ctnr-bookmark::before { + content: '\eb63'; +} + +.e-de-ctnr-increaseindent::before { + content: '\eb76'; +} + +.e-de-ctnr-header::before { + content: '\eb7e'; +} + +.e-de-ctnr-superscript::before { + content: '\eb6f'; +} + +.e-de-ctnr-numbering::before { + content: '\eb9c'; +} + +.e-de-ctnr-bullets::before { + content: '\eb92'; +} + +.e-de-ctnr-decreaseindent::before { + content: '\eb69'; +} + +.e-de-ctnr-showhide::before { + content: '\eb8b'; + font-size: 16px; +} + +.e-de-ctnr-alignright::before { + content: '\eb82'; +} + +.e-de-ctnr-footer::before { + content: '\eb79'; +} + +.e-de-ctnr-clearall::before { + content: '\eb80'; +} + +.e-de-ctnr-outsideborder::before { + content: '\eb66'; +} + +.e-de-ctnr-allborders::before { + content: '\eb95'; +} + +.e-de-ctnr-insideborders::before { + content: '\eb88'; +} + +.e-de-ctnr-highlightcolor::before { + content: '\eb6e'; +} + +.e-de-ctnr-mergecell::before { + content: '\eb93'; +} + +.e-de-ctnr-bullet-none::before { + content: '\e256'; +} + +.e-de-ctnr-bullet-dot::before { + content: '\e270'; +} + +.e-de-ctnr-bullet-circle::before { + content: '\e254'; +} + +.e-de-ctnr-bullet-square::before { + content: '\e271'; +} + +.e-de-ctnr-bullet-flower::before { + content: '\e267'; +} + +.e-de-ctnr-bullet-arrow::before { + content: '\e253'; +} + +.e-de-ctnr-bullet-tick::before { + content: '\e259'; +} + +.e-de-selected-item::before { + content: '\e935'; +} + +.e-de-ctnr-break::before { + content: '\e58d'; +} + +.e-de-ctnr-page-break::before { + content: '\e590'; +} + +.e-de-ctnr-section-break::before { + content: '\e58e'; +} + +.e-de-ctnr-upload::before { + content: '\e60f'; +} + +.e-de-ctnr-leftborders::before { + content: '\e291'; +} + +.e-de-ctnr-topborder::before { + content: '\e281'; +} + +.e-de-ctnr-rightborder::before { + content: '\e288'; +} + +.e-de-ctnr-insertleft::before { + content: '\e285'; +} + +.e-de-ctnr-insertright::before { + content: '\e284'; +} + +.e-de-ctnr-insertabove::before { + content: '\e506'; +} + +.e-de-ctnr-insertbelow::before { + content: '\e505'; +} + +.e-de-ctnr-deleterows::before { + content: '\e283'; +} + +.e-de-ctnr-deletecolumns::before { + content: '\e282'; +} + +.e-de-ctnr-undo::before { + content: '\ebed'; +} + +.e-de-ctnr-bottomborder::before { + content: '\e298'; +} + +.e-de-ctnr-strokesize::before { + content: '\ebfe'; +} + +.e-de-ctnr-download::before { + content: '\e603'; +} + +.e-de-ctnr-find::before { + content: '\e275'; +} + +.e-de-ctnr-new::before { + content: '\e7d5'; +} + +.e-de-ctnr-paste::before { + content: '\e601'; +} + +.e-de-ctnr-redo::before { + content: '\ebfa'; +} + +.e-de-ctnr-open::before { + content: '\ebdd'; +} + +.e-de-ctnr-underline::before { + content: '\ebf0'; +} + +.e-de-ctnr-insideverticalborder::before { + content: '\e287'; +} + +.e-de-ctnr-insidehorizondalborder::before { + content: '\e276'; +} + +.e-de-ctnr-aligncenter-table::before { + content: '\ea94'; +} + +.e-de-ctnr-alignleft::before { + content: '\ebeb'; +} + +.e-de-ctnr-close::before { + content: '\ea7f'; +} + +.e-de-ctnr-link::before { + content: '\e290'; +} + +.e-de-ctnr-table::before { + content: '\e294'; +} + +.e-de-ctnr-backgroundcolor::before { + content: '\ebf2'; +} + +.e-de-ctnr-print::before { + content: '\ebf9'; +} + +.e-de-ctnr-aligntop::before { + content: '\ea98'; +} + +.e-de-ctnr-alignbottom::before { + content: '\ea91'; +} + +.e-de-ctnr-cellbg-clr-picker::before { + content: '\ebf2'; +} + +.e-de-flip { + transform: scaleX(-1); +} + +.e-de-cnt-cmt-add::before { + content: '\e814'; + font-family: 'e-icons'; +} + +.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap { + height: 0; + line-height: 0; +} + +.e-de-ctnr-file-picker { + left: -110em; + position: fixed; +} + +.e-de-ctnr-rtl { + direction: rtl; +} + +.e-de-ctnr-hglt-btn { + display: inline-block; + height: 25px; + margin: 3px; + width: 25px; +} + +.e-color-selected, +.e-de-ctnr-hglt-btn:hover { + border: 1px solid #ff8c00; +} + +.e-hglt-no-color { + height: 30px; + padding-top: 1px; + width: 157px; +} + +.e-hglt-no-color:hover { + background-color: #d3d3d3; + cursor: pointer; +} + +.e-de-ctnr-hglt-no-color { + font-size: 12px; + font-weight: 400; + left: 40px; + padding-top: 11px; + position: absolute; + top: 100px; +} + +.e-de-ctn-title { + background-color: #0078d6; + color: #fff; +} + +.e-de-tool-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 113px); + width: 100%; +} + +.e-de-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + width: 100%; +} + +.e-de-statusbar-seperator { + border: 1px solid #dadada; + height: 16px; + margin-left: 15.5px; + margin-top: 10px; +} + +.e-de-statusbar-spellcheck { + border-radius: 2px; + height: 34px; + margin-left: 7.5px; + width: 111px; +} + +.e-de-ctn { + background-color: #fff; + border: 1px solid #dadada; + height: calc(100%); + position: relative; + width: 100%; +} + +.e-bigger .e-de-statusbar-spellcheck { + border-radius: 2px; + height: 34px; + margin-left: 7.5px; + width: 125px; +} + +.e-de-ctnr-toolbar { + display: -ms-inline-flexbox; + display: inline-flex; + height: 82px; + width: 100%; +} + +.e-de-tlbr-wrapper .e-de-toolbar.e-toolbar, +.e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn { + border: 0; +} + +.e-de-pane { + border-left: 1px solid #dadada; +} + +.e-de-pane-rtl { + border-right: 1px solid #dadada; +} + +.e-de-tool-ctnr-properties-pane { + background-color: #fff; + border-bottom: 1px solid #dadada; + border-top: 1px solid #dadada; +} + +.e-de-ctnr-segment { + margin-bottom: 12px; +} + +.e-de-ctnr-segment > div:first-child, +.e-de-ctnr-segment > button:first-child { + margin-right: 12px; +} + +.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child, +.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child { + margin-left: 12px; + margin-right: 0; +} + +.e-de-tlbr-wrapper { + background-color: #fff; + height: 82px; + width: calc(100% - 75px); +} + +.e-de-ctnr-prop-label { + color: #333; + display: inline-block; + font-size: 13px; + font-weight: 500; + letter-spacing: .05px; + margin-bottom: 12px; + opacity: .87; +} + +.e-de-table-prop-label { + margin-left: 12px; +} + +.e-de-table-prop-label.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-toolbar.e-toolbar { + border-radius: 0; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items { + height: 82px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator { + border: 1px solid #dadada; + border-width: 0 1px 0 0; + height: 59px; + margin: 0 5.5px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start { + margin-left: 12px; + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-first { + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle { + margin-left: 6px; + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-last { + margin-left: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end { + margin-left: 6px; + margin-right: 12px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus { + background-color: #c8c8c8; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-de-overlay { + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.de-split-button > div:first-child { + margin-right: 0; +} + +.e-de-ctnr-properties-pane-btn { + width: 75px; +} + +.e-de-ctnr-properties-pane-btn .e-btn { + background-color: #fff; + border-radius: 0; + box-shadow: none; + color: #333; + min-height: 100%; + min-width: 100%; +} + +.e-de-ctnr-properties-pane-btn .e-btn:focus { + box-shadow: none; +} + +.e-de-ctnr-properties-pane-btn .e-btn:active { + box-shadow: none; +} + +.e-de-ctnr-properties-pane-btn .e-btn:hover { + box-shadow: none; +} + +.e-de-showhide-btn { + border: 0; + height: 82px; +} + +.e-de-showhide-btn-rtl { + border: 0; + height: 82px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 0; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: table; + font-size: 12px; + margin: 0 6.5px; + padding: 0; + white-space: normal; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-de-cntr-pane-padding { + padding: 12px; +} + +.e-de-prop-pane { + height: 100%; + min-height: 200px; + overflow: auto; + width: 260px; +} + +.e-bigger .e-de-cntr-pane-padding { + padding: 16px; +} + +.e-bigger .e-de-prop-pane { + height: 100%; + min-height: 200px; + overflow: auto; + width: 272px; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) { + box-shadow: none; + height: 32px; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus { + box-shadow: none; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active { + box-shadow: none; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover { + box-shadow: none; +} + +.e-de-ctnr-group-btn button { + box-shadow: none; + height: 32px; +} + +.e-de-ctnr-group-btn button:focus { + box-shadow: none; +} + +.e-de-ctnr-group-btn button:active { + box-shadow: none; +} + +.e-de-ctnr-group-btn button:hover { + box-shadow: none; +} + +.e-de-property-div-padding { + border-bottom: 0.5px solid #e0e0e0; + padding-bottom: 11.5px; + padding-top: 12.5px; +} + +.e-de-ctnr-dropdown-ftr { + border-top: 1px solid #e0e0e0; + color: #333; + display: block; + font-size: 12px; + line-height: 40px; + text-indent: 1.2em; +} + +.e-de-char-fmt-btn-left > button { + width: 37.25px; +} + +.e-de-char-fmt-btn-right > button { + width: 37.5px; +} + +.e-de-panel-left-width { + width: 149px; +} + +.e-bigger .e-de-panel-left-width { + width: 149px; +} + +.e-bigger .e-de-char-fmt-btn-left > button { + width: 37.25px; +} + +.e-de-panel-right-width { + width: 75px; +} + +.e-de-cntr-highlight-pane { + border: 1px solid #dadada; +} + +.e-de-btn-hghlclr > button:first-child { + padding: 1px !important; +} + +.e-de-ctnr-hglt-color { + font-size: 12px; + font-weight: 400; + height: 18px !important; + width: 18px !important; +} + +.e-de-font-clr-picker > div button, +.e-de-font-clr-picker > button { + width: 30.8px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md { + height: 55px; + padding: 4px !important; + width: 60px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover { + border: 3px solid #f4f4f4; + padding: 2px !important; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md { + height: 38px; + padding: 4px !important; + width: 38px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover { + border: 3px solid #f4f4f4; + padding: 2px !important; +} + +.e-de-list-header-presetmenu { + cursor: pointer; + font-size: 11px; + line-height: 14px; + overflow: hidden; + text-align: left; + min-width: 50px; + white-space: nowrap; + width: 100%; +} + +.e-de-bullet-list-header-presetmenu { + cursor: pointer; + font-size: 14px; + left: -11px; + line-height: 26px; + min-width: 50px; + overflow: hidden; + position: relative; + white-space: nowrap; + width: 100%; +} + +.e-rtl .e-de-bullet-list-header-presetmenu { + cursor: pointer; + font-size: 14px; + left: 10px; + line-height: 26px; + min-width: 50px; + overflow: hidden; + position: relative; + white-space: nowrap; + width: 100%; +} + +.e-de-bullet { + font-size: 42px; +} + +.e-de-list-header-presetmenu .e-de-list-line { + border-bottom: 1px solid #ccc; + margin-left: 5px; + width: 100%; +} + +.e-de-toc-optionsdiv { + margin-bottom: 11.5px; + margin-left: 5.5px; + margin-top: 15.5px; +} + +.e-de-toc-optionsdiv.e-de-rtl { + margin-right: 5.5px; + margin-left: 0; +} + +.e-de-list-header-presetmenu div span { + color: #aaa; + display: inline-block; + vertical-align: middle; +} + +.e-de-floating-menu .e-de-floating-menuitem, +.e-de-floating-menu .e-de-menuitem-none { + cursor: pointer; + height: 70px; + padding: 0 !important; + margin: 0 5px 5px 0 !important; + width: 70px; +} + +.e-de-list-thumbnail .e-de-list-items { + float: left; +} + +.e-de-list-thumbnail .e-de-list-items { + border: 1px solid #e4e4e4; + clear: initial; + display: inline-block; + height: auto; + margin: 5px; + padding: 2px; + text-align: center; + width: auto; +} + +.e-de-list-items { + cursor: pointer; + background: #fff; + box-sizing: border-box; + list-style: none; + padding: 7px 10px 7px 10px; + position: relative; +} + +.e-de-list-item-size { + font-size: 14px; +} + +.e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected, +.e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected { + border: 3px solid #0078d6; + padding: 2px !important; +} + +.e-de-floating-menu { + padding: 10px 4px 5px 10px !important; +} + +.e-de-list-container { + background: #fff; + border: 1px solid #ccc; + border-radius: 2px; + box-shadow: 0 0 14px rgba(0, 0, 0, 0.2); + box-sizing: border-box; + display: inline-block; + line-height: normal; + margin: 0; + outline: 0; + padding: 5px 0; + position: absolute; + width: auto; + z-index: 10020; +} + +.e-de-ctnr-list { + font-size: 29px; + vertical-align: top; +} + +.e-de-image-property { + padding-left: 32px; +} + +.e-de-img-prty-span { + color: #333; + left: 8px; + position: absolute; + top: 7px; +} + +.e-btn-toggle { + background-color: #c8c8c8 !important; + border-color: #c8c8c8 !important; + outline: #eaeaea 0 solid; + outline-offset: 0; + box-shadow: none !important; +} + +.e-btn-toggle:hover { + background-color: #c8c8c8 !important; + border-color: #c8c8c8 !important; + outline: #eaeaea 0 solid; + outline-offset: 0; + box-shadow: none !important; +} + +.e-de-toc-template1 { + background: #fff; + border: 1px solid #dadada; + color: #333; + height: 129px; + margin-left: 78px; + width: 94px; +} + +.e-de-toc-template1.e-de-rtl { + margin-left: 0; + margin-right: 78px; +} + +.e-de-toc-template1-content1 { + font-size: 10px; + height: 11px; + margin-left: 5.4px; + margin-top: 6.7px; + width: 82px; +} + +.e-de-toc-template1-content2 { + font-size: 8px; + height: 9px; + margin-left: 20.4px; + margin-top: 5.7px; + width: 63px; +} + +.e-de-toc-template1-content3 { + font-size: 7px; + height: 8px; + margin-left: 28.4px; + margin-top: 6.7px; + width: 56px; +} + +.e-de-prop-sub-label { + color: #333; + font-size: 13px; + margin-bottom: 8px; +} + +.e-de-toc-checkbox1 { + height: 14px; + margin-top: 14px; +} + +.e-de-toc-checkbox2 { + height: 14px; + margin-top: 14px; +} + +.e-de-toc-checkbox3 { + height: 14px; + margin-top: 14px; +} + +.e-de-status-bar { + background-color: #fff; + border-bottom: 1px solid #dadada; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + width: 100%; +} + +.e-de-ctnr-pg-no { + color: #333; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: 100px; +} + +.e-de-ctnr-pg-no-spellout { + color: #333; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: calc(100% - 90px); +} + +.e-bigger .e-de-ctnr-pg-no-spellout { + color: #333; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: calc(100% - 105px); +} + +.e-de-statusbar-zoom-spell { + background-color: #fff; + border: 0; + color: #333; + float: right; + height: 34px; + margin-left: calc(100% - 323px); +} + +.e-bigger .e-de-statusbar-zoom-spell { + background-color: #fff; + border: 0; + color: #333; + float: right; + height: 34px; + margin-left: calc(100% - 355px); +} + +.e-de-btn-cancel { + margin-left: 10px; +} + +.e-de-btn-cancel-rtl { + margin-left: 0; + margin-right: 10px; +} + +.e-de-prop-header-label { + color: #333; + display: inline-block; + font-size: 13px; + font-weight: bold; + letter-spacing: .05px; + opacity: .87; +} + +.e-de-prop-separator-line { + border-bottom: 1px solid #dadada; +} + +.e-de-status-bar > div label { + font-weight: normal; +} + +.e-de-stylediv { + padding-left: 12px; +} + +.e-de-stylediv-rtl { + padding-left: 0; + padding-right: 12px; +} + +.e-de-border-style-div { + margin-left: 12px; +} + +.e-de-border-style-div.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-insert-del-cell { + margin-left: 12px; +} + +.e-de-insert-del-cell.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-cell-margin { + margin-left: 12px; +} + +.e-de-align-text { + margin-left: 12px; +} + +.e-de-align-text.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-border-size-button { + height: 28px; + margin-top: 14px; + width: 100px; +} + +.e-de-color-picker { + height: 28px; + width: 100px; +} + +.e-de-cell-div { + margin-left: 12px; +} + +.e-de-cell-div.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-cell-text-box { + margin-right: 12px; +} + +.e-de-prop-fill-label { + margin-left: 10.3px; + margin-right: 8px; +} + +.e-de-prop-fill-label.e-de-rtl { + margin-left: 8px; + margin-right: 10.3px; +} + +.e-de-grp-btn-ctnr .e-de-ctnr-group-btn, +.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn { + height: 42px !important; +} + +.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button, +.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button { + height: 42px; + width: 42px; +} + +.e-de-border-clr-picker .e-split-btn-wrapper > button:first-child { + width: 70px; +} + +.e-bigger .de-split-button > div:first-child { + margin-right: 0; +} + +.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child { + width: 66px; +} + +.e-bigger .e-de-prop-fill-label { + margin-left: 14.5px; + margin-right: 9.8px; +} + +.e-bigger .e-de-prop-fill-label.e-de-rtl { + margin-left: 9.8px; + margin-right: 14.5px; +} + +.e-bigger .e-de-cell-text-box { + margin-right: 16px; +} + +.e-bigger .e-de-cell-div { + margin-left: 16px; +} + +.e-bigger .e-de-cell-div.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-border-style-div { + margin-left: 16px; +} + +.e-bigger .e-de-border-style-div.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-color-picker { + height: 38px; + width: 96px; +} + +.e-bigger .e-de-border-size-button { + height: 38px; + margin-top: 14px; + width: 96px; +} + +.e-bigger .e-de-align-text { + margin-left: 16px; +} + +.e-bigger .e-de-align-text.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-insert-del-cell { + margin-left: 16px; +} + +.e-bigger .e-de-insert-del-cell.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-cell-margin { + margin-left: 14px; +} + +.e-bigger .e-de-cell-margin.e-de-rtl { + margin-left: 0; + margin-right: 14px; +} + +.e-bigger .e-de-stylediv { + padding-left: 16px; +} + +.e-bigger .e-de-stylediv-rtl { + padding-right: 16px; +} + +.e-bigger .e-de-tool-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + min-height: 200px; + width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + width: 100%; +} + +.e-bigger .e-de-ctn { + background-color: #fff; + border: 1px solid #dadada; + height: calc(100%); + position: relative; + width: 100%; +} + +.e-bigger .e-de-ctnr-toolbar { + display: -ms-inline-flexbox; + display: inline-flex; + height: 82px; + width: 100%; +} + +.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar, +.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn { + border: 0; +} + +.e-bigger .e-de-pane { + border-left: 1px solid #dadada; +} + +.e-bigger .e-de-pane-rtl { + border-right: 1px solid #dadada; +} + +.e-bigger .e-de-ctnr-segment { + margin-bottom: 16px; +} + +.e-bigger .e-de-ctnr-segment > div:first-child, +.e-bigger .e-de-ctnr-segment > button:first-child { + margin-right: 16px; +} + +.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child, +.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child { + margin-left: 16px; + margin-right: 0; +} + +.e-bigger .e-de-tlbr-wrapper { + background-color: #fff; + height: 82px; + width: calc(100% - 75px); +} + +.e-bigger .e-de-ctnr-prop-label { + color: #333; + display: inline-block; + font-size: 13px; + font-weight: 500; + letter-spacing: .05px; + margin-bottom: 16px; + opacity: .87; +} + +.e-bigger .e-de-table-prop-label { + margin-left: 14.5px; +} + +.e-bigger .e-de-table-prop-label.e-de-rtl { + margin-left: 0; + margin-right: 14.5px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items { + height: 82px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator { + height: 25px; + margin: 0 7.5px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start { + margin-left: 16px; + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-first { + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle { + margin-left: 8px; + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-last { + margin-left: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end { + margin-left: 8px; + margin-right: 16px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus { + background-color: #c8c8c8; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-bigger .e-de-overlay { + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane-btn { + width: 75px; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn { + background-color: #fff; + border-radius: 0; + box-shadow: none; + min-height: 100%; + min-width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover { + box-shadow: none; +} + +.e-bigger .e-de-showhide-btn { + border: 0; + height: 82px; +} + +.e-bigger .e-de-showhide-btn-rtl { + border: 0; + height: 82px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 0; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: table; + font-size: 12px; + margin: 0 6px; + padding: 0; + white-space: normal; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) { + box-shadow: none; + height: 38px; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button { + box-shadow: none; + height: 38px; +} + +.e-bigger .e-de-ctnr-group-btn button:focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button:active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button:hover { + box-shadow: none; +} + +.e-bigger .e-de-property-div-padding { + border-bottom: 0.5px solid #e0e0e0; + padding-bottom: 14.5px; + padding-top: 15.5px; +} + +.e-bigger .e-de-ctnr-dropdown-ftr { + border-top: 1px solid #e0e0e0; + color: #333; + display: block; + font-size: 12px; + line-height: 40px; + text-indent: 1.2em; +} + +.e-bigger .e-de-char-fmt-btn > button { + width: 38.5px; +} + +.e-bigger .e-de-btn-hghlclr > button:first-child { + padding: 0 6px !important; +} + +.e-bigger .e-de-ctnr-hglt-color { + font-size: 12px; + font-weight: 400; + height: 25px !important; + width: 25px !important; + border-radius: 4px; +} + +.e-bigger .e-de-font-clr-picker > div button, +.e-bigger .e-de-font-clr-picker > button { + width: auto; +} + +.e-bigger .e-de-ctnr-list { + font-size: 29px; + vertical-align: top; +} + +.e-bigger .e-de-image-property { + padding-left: 32px; +} + +.e-bigger .e-de-img-prty-span { + color: #333; + left: 10px; + position: absolute; + top: 10px; +} + +.e-bigger .e-btn-toggle { + background-color: #c8c8c8 !important; + box-shadow: none !important; + border-color: #c8c8c8 !important; + outline: #eaeaea 0 solid; + outline-offset: 0; +} + +.e-bigger .e-btn-toggle:hover { + background-color: #c8c8c8 !important; + border-color: #c8c8c8 !important; + outline: #eaeaea 0 solid; + outline-offset: 0; + box-shadow: none !important; +} + +.e-bigger .e-de-toc-template1 { + background: #fff; + border: 1px solid #dadada; + color: #333; + height: 129px; + margin-left: 78px; + width: 94px; +} + +.e-bigger .e-de-toc-template1-content1 { + font-size: 10px; + height: 11px; + margin-left: 5.4px; + margin-top: 6.7px; + width: 82px; +} + +.e-bigger .e-de-toc-template1-content2 { + font-size: 8px; + height: 9px; + margin-left: 20.4px; + margin-top: 5.7px; + width: 63px; +} + +.e-bigger .e-de-toc-template1-content3 { + font-size: 7px; + height: 8px; + margin-left: 28.4px; + margin-top: 6.7px; + width: 56px; +} + +.e-bigger .e-de-toc-optionsdiv { + margin-bottom: 11.5px; + margin-left: 5.5px; + margin-top: 15.5px; +} + +.e-bigger .e-de-toc-optionsdiv.e-de-rtl { + margin-right: 5.5px; + margin-left: 0; +} + +.e-bigger .e-de-prop-sub-label { + font-size: 13px; + margin-bottom: 8.5px; +} + +.e-bigger .e-de-btn-cancel { + margin-left: 10px; +} + +.e-bigger .e-de-status-bar { + background-color: #fff; + border-bottom: 1px solid #dadada; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + width: 100%; +} + +.e-bigger .e-de-statusbar-zoom { + background-color: #fff; + border: 0; + float: right; + height: 34px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + line-height: 25px; + padding: 0 5px !important; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap { + height: 0; + line-height: 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before { + content: '\e984'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before { + content: '\e984'; + font-family: 'e-icons'; + font-size: 14px; + transform: rotate(90deg); +} + +.e-bigger .e-splitter .e-split-bar .e-resize-handler::before { + font-size: 16px; +} + +.e-bigger.e-splitter .e-split-bar .e-resize-handler::before { + font-size: 16px; +} + +.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical { + border-width: 1px; + display: -ms-flexbox; + display: flex; + overflow: hidden; + position: relative; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: normal; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable { + overflow: auto; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane { + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal { + overflow: auto; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden { + -ms-flex-preferred-size: 0 !important; + flex-basis: 0 !important; + overflow: hidden !important; +} + +.e-splitter.e-splitter-horizontal { + -ms-flex-direction: row; + flex-direction: row; +} + +.e-splitter.e-splitter-horizontal.e-pane.e-scrollable { + overflow: hidden; +} + +.e-splitter.e-splitter-horizontal.e-rtl { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before, +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after { + right: auto; +} + +.e-splitter.e-splitter-vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-splitter.e-splitter-vertical.e-pane.e-scrollable { + overflow: hidden; +} + +.e-splitter.e-splitter-vertical .e-pane-vertical { + overflow: auto; +} + +.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden { + -ms-flex-preferred-size: 0 !important; + flex-basis: 0 !important; + overflow: hidden !important; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + right: auto; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) { + border-radius: 50%; + bottom: 18px; + right: 22px; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down { + border-radius: 50%; + left: 22px; + right: auto; + top: 18px; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + right: auto; +} + +.e-splitter .e-split-bar.e-split-bar-active .e-navigate-arrow { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-hover.e-split-bar-active .e-navigate-arrow { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-pack: center; + justify-content: center; + min-width: 1px; + z-index: 15; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar { + cursor: col-resize; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after { + content: ''; + cursor: col-resize; + display: block; + height: 100%; + position: absolute; + width: 16px; + z-index: 10; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 18px; + -ms-flex-pack: center; + justify-content: center; + position: relative; + width: 1px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before, +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after { + left: 8px; + right: 3px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow { + border-image: none; + border-width: 1px; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + padding: 1px 12px; + position: relative; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + border-radius: 16px; + content: ''; + height: 8px; + position: absolute; + transform: rotate(0deg); + width: 2px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before { + top: 5px; + transform-origin: 1px 7px 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + top: 11px; + transform-origin: 1px 1px 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) { + border-radius: 50%; + right: 5px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right { + border-radius: 50%; + left: 5px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after { + right: 8px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) { + margin: 0 3px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) { + margin: 0 0 0 3px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical { + -ms-flex-align: center; + align-items: center; + border: none; + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-pack: center; + justify-content: center; + min-height: 1px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar { + cursor: row-resize; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after { + content: ''; + cursor: row-resize; + display: block; + height: 16px; + position: absolute; + width: 100%; + z-index: 12; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 1px; + -ms-flex-pack: center; + justify-content: center; + width: 18px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + left: 10px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow { + border-image: none; + border-width: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + padding: 10px 3px 10px 18px; + position: relative; + width: 26px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after { + border-radius: 16px; + content: ''; + height: 8px; + position: absolute; + transform: rotate(90deg); + width: 2px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before { + top: 3px; + transform-origin: 2px 7px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + left: 11px; + top: 8px; + transform-origin: 1px 1px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before { + left: 12px; + top: 8px; + transform-origin: 1px 6px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + left: 10px; + top: 12px; + transform-origin: 1px 2px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) { + border-radius: 50%; + bottom: 18px; + left: 22px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down { + border-radius: 50%; + right: 22px; + top: 18px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + right: 10px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) { + margin: 3px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) { + margin: 3px 0 0; +} + +.e-bigger.e-splitter .e-pane { + font-size: 13px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + height: 20px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + width: 20px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + margin-top: -2px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + margin-top: 2px; +} + +.e-rtl .e-splitter.e-splitter-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-bigger .e-splitter .e-pane { + font-size: 13px; +} + +.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + height: 20px; +} + +.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + width: 20px; +} + +.e-content-placeholder.e-splitter.e-placeholder-splitter { + background-size: 100px 110px; + min-height: 110px; +} + +.e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter, +.e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter { + background-size: 100px 110px; + min-height: 110px; +} + +.e-splitter.e-ie .e-navigate-arrow.e-arrow-left { + margin-left: -26px; +} + +.e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical { + border: solid 1px #dadada; +} + +.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane { + color: #333; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical { + border: transparent; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal { + background: #dadada; + border: none; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + background: #fff; + color: #333; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow { + background-color: transparent; + border-color: transparent; + color: transparent; + transition: background-color 500ms ease-out; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + background-color: #0078d6; + opacity: 0; + transition-duration: .3s; + transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover { + background: #0078d6; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler { + background: #fff; + color: #0078d6; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right { + background-color: #fff; + border-color: rgba(0, 120, 214, 0.5); + border-width: 1px; + opacity: .9; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before { + background-color: #0078d6; + opacity: 1; + transform: rotate(40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after { + background-color: #0078d6; + opacity: 1; + transform: rotate(-40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before { + background-color: #0078d6; + opacity: 1; + transform: rotate(-40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after { + background-color: #0078d6; + opacity: 1; + transform: rotate(40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active { + background: #0078d6; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler { + background: #fff; + color: #0078d6; +} + +.e-splitter .e-split-bar.e-split-bar-vertical { + background: #dadada; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + background: #fff; + color: #333; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover { + background: #0078d6; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down { + background-color: #fff; + border-color: rgba(0, 120, 214, 0.5); + border-width: 1px; + opacity: .9; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler { + background: #fff; + color: #0078d6; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before { + background-color: #0078d6; + opacity: 1; + transform: rotate(125deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after { + background-color: #0078d6; + opacity: 1; + transform: rotate(50deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before { + background-color: #0078d6; + opacity: 1; + transform: rotate(55deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after { + background-color: #0078d6; + opacity: 1; + transform: rotate(125deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow { + background-color: transparent; + border-color: transparent; + color: transparent; + transition: background-color 300ms ease-out; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after { + background-color: #0078d6; + opacity: 0; + transition-duration: .3s; + transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active { + background: #0078d6; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler { + background: #fff; + color: #0078d6; +} + +.e-splitter.e-disabled { + opacity: 00.4; + pointer-events: none; +} + +/*!component icons*/ +.e-pager .e-icon-last::before, +.e-grid-menu .e-icon-last::before { + content: '\e938'; +} + +.e-pager .e-icon-first::before, +.e-grid-menu .e-icon-first::before { + content: '\e999'; +} + +.e-pager .e-icon-prev::before, +.e-grid-menu .e-icon-prev::before { + content: '\e829'; +} + +.e-pager .e-icon-next::before, +.e-grid-menu .e-icon-next::before { + content: '\e830'; +} + +.e-pager.e-rtl .e-icon-last.e-lastpage::before, +.e-pager.e-rtl .e-icon-last.e-lastpage:hover, +.e-pager.e-rtl .e-icon-last.e-lastpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-last.e-lastpage::before, +.e-grid-menu.e-rtl .e-icon-last.e-lastpage:hover, +.e-grid-menu.e-rtl .e-icon-last.e-lastpagedisabled::before { + content: '\e999'; +} + +.e-pager.e-rtl .e-icon-first.e-firstpage::before, +.e-pager.e-rtl .e-icon-first.e-firstpage:hover, +.e-pager.e-rtl .e-icon-first.e-firstpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-first.e-firstpage::before, +.e-grid-menu.e-rtl .e-icon-first.e-firstpage:hover, +.e-grid-menu.e-rtl .e-icon-first.e-firstpagedisabled::before { + content: '\e938'; +} + +.e-pager.e-rtl .e-icon-prev.e-prevpage::before, +.e-pager.e-rtl .e-icon-prev.e-prevpage:hover, +.e-pager.e-rtl .e-icon-prev.e-prevpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpage::before, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpage:hover, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpagedisabled::before { + content: '\e830'; +} + +.e-pager.e-rtl .e-icon-next.e-nextpage::before, +.e-pager.e-rtl .e-icon-next.e-nextpage:hover, +.e-pager.e-rtl .e-icon-next.e-nextpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-next.e-nextpage::before, +.e-grid-menu.e-rtl .e-icon-next.e-nextpage:hover, +.e-grid-menu.e-rtl .e-icon-next.e-nextpagedisabled::before { + content: '\e829'; +} + +/*! Pager layout */ +.e-bigger .e-pager, +.e-pager.e-bigger { + font-size: 14px; + padding: 14px 0 10px; +} + +.e-bigger .e-pager div.e-icons, +.e-pager.e-bigger div.e-icons { + font-size: 13px; + vertical-align: ""; +} + +.e-bigger .e-pager div.e-parentmsgbar, +.e-pager.e-bigger div.e-parentmsgbar { + padding-bottom: 8px; + padding-right: 13px; + padding-top: 9px; +} + +.e-bigger .e-pager .e-pagerdropdown, +.e-pager.e-bigger .e-pagerdropdown { + height: 40px; + margin: -44px 0 0 15px; + margin-top: -20px; +} + +.e-bigger .e-pager .e-pagerconstant, +.e-pager.e-bigger .e-pagerconstant { + margin-bottom: 17px; + margin-left: 10px; +} + +.e-bigger .e-pager .e-pagercontainer, +.e-pager.e-bigger .e-pagercontainer { + margin: 5px 8px 5px 13px; +} + +.e-bigger .e-pager.e-rtl .e-pagercontainer, +.e-pager.e-bigger.e-rtl .e-pagercontainer { + margin: 0 0 -4px 0; + margin-top: 5px; +} + +@media (max-width: 769px) { + .e-bigger .e-pager, + .e-pager.e-bigger { + padding: 19px 0; + } + .e-bigger .e-pager.e-rtl div.e-parentmsgbar, + .e-pager.e-bigger.e-rtl div.e-parentmsgbar { + margin-right: 0; + } + .e-bigger .e-pager div.e-parentmsgbar, + .e-pager.e-bigger div.e-parentmsgbar { + padding: 0; + } +} + +.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default, +.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; +} + +.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-bigger .e-pager.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default, +.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager.e-bigger.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; + margin-right: 0; +} + +.e-bigger .e-pager.e-rtl div.e-parentmsgbar, +.e-pager.e-bigger.e-rtl div.e-parentmsgbar { + margin-left: 10px; + margin-top: 1px; +} + +.e-bigger .e-pager .e-numericitem, +.e-pager.e-bigger .e-numericitem { + margin: 0; +} + +.e-bigger .e-pager .e-pp.e-spacing, +.e-bigger .e-pager .e-np.e-spacing, +.e-bigger .e-pager .e-pp.e-spacing:hover, +.e-bigger .e-pager .e-np.e-spacing:hover, +.e-pager.e-bigger .e-pp.e-spacing, +.e-pager.e-bigger .e-np.e-spacing, +.e-pager.e-bigger .e-pp.e-spacing:hover, +.e-pager.e-bigger .e-np.e-spacing:hover { + padding: 2px 10px 11px; +} + +.e-bigger .e-pager .e-spacing, +.e-bigger .e-pager .e-numericitem:hover, +.e-bigger .e-pager .e-currentitem, +.e-pager.e-bigger .e-spacing, +.e-pager.e-bigger .e-numericitem:hover, +.e-pager.e-bigger .e-currentitem { + border-radius: 0; + padding: 8px 11px; +} + +.e-bigger .e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active), +.e-pager.e-bigger .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 8px 11px; +} + +.e-bigger .e-pager.e-rtl .e-spacing, +.e-bigger .e-pager.e-rtl .e-numericitem:hover, +.e-bigger .e-pager.e-rtl .e-currentitem, +.e-pager.e-bigger.e-rtl .e-spacing, +.e-pager.e-bigger.e-rtl .e-numericitem:hover, +.e-pager.e-bigger.e-rtl .e-currentitem { + margin: 0; + padding: 10px 14px; +} + +.e-bigger .e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active), +.e-pager.e-bigger.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 10px 14px; +} + +.e-bigger .e-pager.e-rtl .e-pp, +.e-bigger .e-pager.e-rtl .e-np, +.e-bigger .e-pager.e-rtl .e-pp:hover, +.e-bigger .e-pager.e-rtl .e-np:hover, +.e-pager.e-bigger.e-rtl .e-pp, +.e-pager.e-bigger.e-rtl .e-np, +.e-pager.e-bigger.e-rtl .e-pp:hover, +.e-pager.e-bigger.e-rtl .e-np:hover { + margin-top: -10px; +} + +.e-bigger .e-pager.e-rtl .e-pagerdropdown, +.e-pager.e-bigger.e-rtl .e-pagerdropdown { + margin: -22px 25px 0 0; +} + +.e-bigger .e-pager.e-rtl .e-pagerconstant, +.e-pager.e-bigger.e-rtl .e-pagerconstant { + margin: 5px 10px 8px 0; +} + +.e-bigger .e-pager .e-pagercontainer .e-firstpage, +.e-bigger .e-pager .e-pagercontainer .e-prevpage, +.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-nextpage, +.e-bigger .e-pager .e-pagercontainer .e-lastpage, +.e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-firstpage, +.e-pager.e-bigger .e-pagercontainer .e-prevpage, +.e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-nextpage, +.e-pager.e-bigger .e-pagercontainer .e-lastpage, +.e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled { + margin-right: 0; + padding: 10px; +} + +.e-pager { + border-style: solid; + border-width: 1px; + display: inline-block; + font-size: 13px; + padding: 13px 0 12px; + white-space: normal; + width: 100%; +} + +.e-pager [class^='e-'] { + box-sizing: border-box; +} + +.e-pager div.e-parentmsgbar { + float: right; + padding-bottom: 9px; + padding-right: 10px; + padding-top: 9px; +} + +.e-pager .e-pagesizes { + display: inline; +} + +.e-pager .e-pagerdropdown { + display: inline-block; + height: 32px; + margin-left: 19px; + margin-right: 0; + margin-top: -20px; + overflow: hidden; + vertical-align: middle; + width: 90px; +} + +.e-pager .e-pagerconstant { + display: inline-block; + margin: 0 0 4px 8px; + overflow: hidden; + width: auto; +} + +.e-pager .e-icons { + font-size: 12px; +} + +.e-pager .e-numericitem { + border-right-style: solid; + border-right-width: 0; + display: inline-block; + line-height: 1; + margin-right: 0; + min-width: 30px; + padding: 0; + text-align: center; +} + +.e-pager div.e-pagermsgdiv { + padding-right: 6px; + padding-top: 4px; + text-align: right; +} + +.e-pager .e-firstpagedisabled, +.e-pager .e-prevpagedisabled, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled { + opacity: .3; +} + +.e-pager .e-spacing, +.e-pager .e-numericitem:hover, +.e-pager .e-currentitem { + border-radius: 0; + cursor: pointer; + padding: 9px 3px 8px 2px; + text-decoration: none; +} + +.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 9px 3px 8px 2px; +} + +.e-pager .e-currentitem { + font-style: normal; + font-variant: normal; + font-weight: normal; +} + +.e-pager div, +.e-pager a { + display: inline; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-pager .e-icons::before { + display: inline-block; +} + +.e-pager .e-pagercontainer .e-firstpage, +.e-pager .e-pagercontainer .e-prevpage, +.e-pager .e-pagercontainer .e-firstpagedisabled, +.e-pager .e-pagercontainer .e-prevpagedisabled, +.e-pager .e-pagercontainer .e-nextpage, +.e-pager .e-pagercontainer .e-lastpage, +.e-pager .e-pagercontainer .e-nextpagedisabled, +.e-pager .e-pagercontainer .e-lastpagedisabled { + border-right-style: solid; + border-right-width: 0; + display: inline-block; + margin-right: 0; + margin-top: 0; + min-width: 26px; + padding: 12px 10px 8px; +} + +.e-pager .e-pagercontainer .e-lastpage, +.e-pager .e-pagercontainer .e-lastpagedisabled { + border-right: 0; +} + +.e-pager .e-firstpage:hover, +.e-pager .e-prevpage:hover, +.e-pager .e-lastpage:hover, +.e-pager .e-nextpage:hover { + cursor: pointer; + text-decoration: none; +} + +.e-pager a.e-nextprevitemdisabled { + display: none; + margin-left: 0; + margin-right: 0; + padding-left: 5px; + padding-right: 5px; + text-decoration: none; +} + +.e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; +} + +.e-pager .e-pagercontainer { + border-radius: 4px; + border-style: solid; + border-width: 0; + display: inline-block; + margin: 0 6px -3px; + overflow: hidden; +} + +.e-pager .e-lastpage:Hover { + border-radius: 0; +} + +.e-pager .e-firstpage:Hover { + border-radius: 0; +} + +.e-pager .e-pagermessage, +.e-pager .e-pagerexternalmsg { + display: block; + margin: 6px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-pager .e-mfirst, +.e-pager .e-mprev, +.e-pager .e-mnext, +.e-pager .e-mlast { + display: none; +} + +.e-pager .e-mprev { + text-indent: -3px; +} + +.e-pager .e-mnext { + text-indent: -2px; +} + +.e-pager .e-mfirst, +.e-pager .e-mprev, +.e-pager .e-mnext, +.e-pager .e-mlast { + -webkit-tap-highlight-color: #fff; +} + +.e-pager .e-pp, +.e-pager .e-np, +.e-pager .e-pp:hover, +.e-pager .e-np:hover { + font-size: 20px; + font-weight: normal; + letter-spacing: 0; + padding: 0 6px 10px; +} + +@media (max-width: 769px) { + .e-pager { + padding: 13px 0; + } + .e-pager div.e-parentmsgbar { + box-sizing: border-box; + display: inline-block; + float: initial; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; + text-align: center; + vertical-align: top; + width: calc(60% - 48px); + } + .e-pager .e-pagesizes { + display: none; + } + .e-pager .e-pagecountmsg { + display: none; + } + .e-pager .e-pagercontainer { + display: none; + } + .e-pager .e-icons { + font-size: 11px; + } + .e-pager .e-mfirst, + .e-pager .e-mprev, + .e-pager .e-mnext, + .e-pager .e-mlast { + border: 0; + box-sizing: border-box; + display: inline-block; + padding: 1% 5%; + } + .e-pager .e-mfirst { + margin-right: 4px; + text-align: right; + width: calc(10% + 11px); + } + .e-pager .e-mprev { + margin: 0 4px; + text-align: right; + width: 10%; + } + .e-pager .e-mnext { + margin: 0 4px; + text-align: left; + width: 10%; + } + .e-pager .e-mlast { + margin-left: 4px; + text-align: left; + width: calc(10% + 11px); + } +} + +.e-pager.e-rtl { + direction: rtl; +} + +.e-pager.e-rtl .e-pagercontainer, +.e-pager.e-rtl div, +.e-pager.e-rtl a { + float: initial; +} + +.e-pager.e-rtl .e-parentmsgbar { + float: left; + margin-left: 8px; +} + +.e-pager.e-rtl .e-pagerdropdown { + margin: -20px 25px 0 0; +} + +.e-pager.e-rtl .e-pagerconstant { + margin: 8px; +} + +.e-pager.e-rtl .e-pagerexternalmsg { + float: none; +} + +.e-pager.e-rtl .e-pagercontainer { + float: none; + margin: 0 6px -4px 0; + padding: 0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-firstpagedisabled, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-lastpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-lastpagedisabled { + padding: 11px 9px 8px 2px; +} + +.e-pager.e-rtl .e-firstpage::before, +.e-pager.e-rtl .e-firstpage:hover, +.e-pager.e-rtl .e-firstpagedisabled::before { + content: '\e701'; +} + +.e-pager.e-rtl .e-prevpage::before, +.e-pager.e-rtl .e-prevpage:hover, +.e-pager.e-rtl .e-prevpagedisabled::before { + content: '\e848'; +} + +.e-pager.e-rtl .e-nextpage::before, +.e-pager.e-rtl .e-nextpage:hover, +.e-pager.e-rtl .e-nextpagedisabled::before { + content: '\e84b'; +} + +.e-pager.e-rtl .e-lastpage::before, +.e-pager.e-rtl .e-lastpage:hover, +.e-pager.e-rtl .e-lastpagedisabled::before { + content: '\e716'; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-firstpagedisabled { + border-left-style: solid; + border-left-width: 0; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-prevpagedisabled { + border-right-style: none; + border-right-width: 0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-firstpagedisabled { + border-right: medium none; +} + +.e-pager.e-rtl .e-firstpage:hover { + border-radius: 0 4px 4px 0; +} + +.e-pager.e-rtl .e-lastpage:hover { + border-radius: 4px 0 0 4px; +} + +.e-pager.e-rtl .e-numericcontainer { + float: none; +} + +.e-pager.e-rtl .e-numericitem { + border-left-style: solid; + border-left-width: 0; + border-right-style: none; + border-right-width: 0; + min-width: 26px; +} + +.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-pager.e-rtl.e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; + margin-right: 0; +} + +.e-pager.e-rtl .e-spacing, +.e-pager.e-rtl .e-numericitem:hover, +.e-pager.e-rtl .e-currentitem { + margin: 0; + padding: 9px 3px 8px 2px; +} + +.e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 9px 3px 8px 2px; +} + +.e-pager.e-rtl .e-pp, +.e-pager.e-rtl .e-np, +.e-pager.e-rtl .e-pp:hover, +.e-pager.e-rtl .e-np:hover { + margin-top: 2px; + padding: 0 11px 9px; +} + +@media (max-width: 769px) { + .e-pager.e-rtl .e-mfirst, + .e-pager.e-rtl .e-mprev, + .e-pager.e-rtl .e-mnext, + .e-pager.e-rtl .e-mlast { + border: 0; + } + .e-pager.e-rtl.e-rtl div.e-parentmsgbar { + float: initial; + margin-left: 0; + margin-top: 6px; + } + .e-pager.e-rtl .e-parentmsgbar { + float: right; + } +} + +/*! Pager theme */ +.e-pager { + background-color: #fff; + border-color: #eaeaea; + color: #333; + opacity: 1; +} + +.e-pager div.e-icons { + color: #333; +} + +.e-pager .e-pager-default:hover { + background: ""; + color: #333; + opacity: 1; +} + +.e-pager .e-parentmsgbar { + font-weight: normal; +} + +.e-pager .e-spacing { + color: #333; + opacity: 1; +} + +.e-pager .e-numericitem:hover { + color: #333; + opacity: 1; +} + +.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + border: 0 solid #eaeaea; +} + +.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover { + background-color: #f4f4f4; + opacity: 1; +} + +.e-pager .e-numericitem { + background: #fff; + border-right-color: #eaeaea; + color: #333; +} + +.e-pager .e-prevpagedisabled, +.e-pager .e-prevpage, +.e-pager .e-nextpage, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled, +.e-pager .e-lastpage, +.e-pager .e-firstpage, +.e-pager .e-firstpagedisabled { + background-color: #fff; + color: #333; +} + +.e-pager .e-lastpage, +.e-pager .e-firstpage { + background-color: transparent; +} + +.e-pager .e-pagercontainer { + background-color: #fff; + border-color: #eaeaea; +} + +.e-pager .e-firstpage, +.e-pager .e-prevpage, +.e-pager .e-firstpagedisabled, +.e-pager .e-prevpagedisabled, +.e-pager .e-nextpage, +.e-pager .e-lastpage, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled { + border-right-color: #eaeaea; +} + +.e-pager .e-currentitem, +.e-pager .e-currentitem:hover { + background: #b7e0ff; + color: #333; + opacity: 1; +} + +@media (max-width: 590px) { + .e-pager .e-pager-default:hover { + background: #fff; + color: #333; + opacity: 1; + } +} + +.e-pager.e-rtl .e-numericitem { + border-left-color: #eaeaea; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-firstpagedisabled, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-lastpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-lastpagedisabled { + border-left-color: #eaeaea; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled { + border-left-color: #eaeaea; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*!componenticons*/ +.e-icon-check::before { + content: '\e7ff'; +} + +.e-grid .e-icon-ascending::before, +.e-grid-menu .e-icon-ascending::before { + content: '\e840'; +} + +.e-grid .e-icon-descending::before, +.e-grid-menu .e-icon-descending::before { + content: '\e83f'; +} + +.e-grid .e-icon-hide::before, +.e-grid-menu .e-icon-hide::before { + content: '\e825'; +} + +.e-grid .e-ungroupbutton.e-icon-hide::before, +.e-grid-menu .e-ungroupbutton.e-icon-hide::before { + content: '\e953'; +} + +.e-grid .e-icon-rowselect::before, +.e-grid-menu .e-icon-rowselect::before { + content: '\e930'; +} + +.e-grid .e-icon-sortdirect::before, +.e-grid-menu .e-icon-sortdirect::before { + content: '\e890'; +} + +.e-grid .e-icon-gdownarrow::before, +.e-grid-menu .e-icon-gdownarrow::before { + content: '\e85e'; +} + +.e-grid .e-icon-grightarrow::before, +.e-grid-menu .e-icon-grightarrow::before { + content: '\e84f'; +} + +.e-grid .e-icon-filter::before, +.e-grid-menu .e-icon-filter::before { + content: '\e21c'; +} + +.e-grid .e-excl-filter-icon::before, +.e-grid-menu .e-excl-filter-icon::before { + content: '\e250'; +} + +.e-grid .e-excl-filter-icon.e-filtered::before, +.e-grid-menu .e-excl-filter-icon.e-filtered::before { + content: '\e247'; +} + +.e-grid.e-rtl .e-icon-grightarrow::before, +.e-grid-menu.e-rtl .e-icon-grightarrow::before { + content: '\e84f'; +} + +.e-grid .e-icon-group::before, +.e-grid-menu .e-icon-group::before { + content: '\e926'; +} + +.e-grid .e-icon-ungroup::before, +.e-grid-menu .e-icon-ungroup::before { + content: '\e926'; +} + +.e-grid .e-icon-reorderuparrow::before, +.e-grid-menu .e-icon-reorderuparrow::before { + content: '\e918'; +} + +.e-grid .e-icon-reorderdownarrow::before, +.e-grid-menu .e-icon-reorderdownarrow::before { + content: '\e919'; +} + +.e-grid .e-print::before, +.e-grid-menu .e-print::before { + content: '\e7df'; +} + +.e-grid .e-add::before, +.e-grid-menu .e-add::before { + content: '\e7d5'; +} + +.e-grid .e-wordexport::before, +.e-grid-menu .e-wordexport::before { + content: '\e7b0'; +} + +.e-grid .e-pdfexport::before, +.e-grid-menu .e-pdfexport::before { + content: '\e240'; +} + +.e-grid .e-csvexport::before, +.e-grid-menu .e-csvexport::before { + content: '\e241'; +} + +.e-grid .e-excelexport::before, +.e-grid-menu .e-excelexport::before { + content: '\e242'; +} + +.e-grid .e-edit::before, +.e-grid-menu .e-edit::before { + content: '\e97c'; +} + +.e-grid .e-columnmenu::before, +.e-grid-menu .e-columnmenu::before { + content: '\e984'; +} + +.e-grid .e-delete::before, +.e-grid-menu .e-delete::before { + content: '\e965'; +} + +.e-grid .e-cancel::before, +.e-grid-menu .e-cancel::before { + content: '\e953'; +} + +.e-grid .e-copy::before, +.e-grid-menu .e-copy::before { + content: '\e70a'; +} + +.e-grid .e-save::before, +.e-grid-menu .e-save::before { + content: '\e954'; +} + +.e-grid .e-update::before, +.e-grid-menu .e-update::before { + content: '\e735'; +} + +.e-grid .e-search-icon::before, +.e-grid-menu .e-search-icon::before { + content: '\e97d'; +} + +.e-grid .e-cancel-icon::before, +.e-grid-menu .e-cancel-icon::before { + content: '\e825'; +} + +.e-grid .e-columnchooserdiv::before, +.e-grid-menu .e-columnchooserdiv::before { + content: '\e714'; +} + +.e-grid .e-ccsearch-icon::before, +.e-grid-menu .e-ccsearch-icon::before { + content: '\e97d'; +} + +.e-grid .e-columnchooser::before, +.e-grid-menu .e-columnchooser::before { + content: '\e21e'; +} + +.e-grid .e-columnchooser-btn::before, +.e-grid-menu .e-columnchooser-btn::before { + content: '\e969'; +} + +.e-grid .e-cc-icon::before, +.e-grid-menu .e-cc-icon::before { + content: '\e82e'; +} + +.e-grid .e-icon-rowdragicon::before, +.e-grid-menu .e-icon-rowdragicon::before { + content: '\e330'; +} + +.e-grid.e-rtl .e-icon-rowdragicon::before, +.e-grid-menu.e-rtl .e-icon-rowdragicon::before { + content: '\e330'; +} + +.e-grid .e-ccsearch-icon.e-cc-cancel::before, +.e-grid .e-chkcancel-icon::before, +.e-grid-menu .e-ccsearch-icon.e-cc-cancel::before, +.e-grid-menu .e-chkcancel-icon::before { + content: '\e7a7'; +} + +/*! Grid layout */ +.e-disableuserselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-emptyicon { + opacity: 0; +} + +.e-device .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-xlfl-dlgfields { + font-size: 15px; +} + +.e-xlfl-fieldset { + font-size: 13px; + padding-top: 9px; +} + +.e-xlfl-optr, +.e-xlfl-value { + padding-top: 12px; +} + +.e-xlfl-radio, +.e-xlfl-mtcase { + padding-top: 12px; +} + +.e-xlfl-optr:first-child { + padding-right: 12px; +} + +.e-xlflmenu.e-rtl .e-xlfl-optr:first-child { + padding-left: 12px; +} + +.e-xlflmenu { + min-height: 314px; +} + +.e-xlflmenu .e-xlfl-table { + border-spacing: 0; + table-layout: fixed; + width: 100%; +} + +.e-xlflmenu .e-radio + label .e-label { + padding-left: 25px; + padding-right: 8px; +} + +.e-xlflmenu.e-rtl .e-radio + label .e-label { + padding-left: 0; + padding-right: 25px; +} + +.e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label { + margin-left: 6px; +} + +.e-xlflmenu .e-dlg-content { + padding-bottom: 5px; +} + +.e-xlfl-radiodiv { + width: 118px; +} + +.e-xlfl-radio-or, +.e-xlfl-matchcasediv { + margin-left: 2px; +} + +.e-xlflmenu.e-rtl .e-xlfl-radio-or, +.e-xlfl-matchcasediv { + margin-left: 0; + margin-right: 13px; +} + +.e-bigger .e-xlflmenu .e-xlfl-table { + border-spacing: 0; + width: 100%; +} + +.e-bigger .e-xlflmenu .e-dlg-content { + padding-bottom: 10px; +} + +.e-bigger .e-xlflmenu .e-radio + label .e-label { + padding-left: 28px; + padding-right: 5px; +} + +.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label { + margin-left: 8px; +} + +.e-bigger .e-xlfl-radiodiv { + width: 138px; +} + +.e-bigger .e-xlfl-radio-or, +.e-bigger .e-xlfl-matchcasediv { + margin-left: 18px; +} + +.e-bigger .e-xlflmenu { + min-height: 372px; +} + +.e-bigger .e-xlfl-optr:first-child { + padding-right: 16px; +} + +.e-bigger .e-xlfl-dlgfields { + font-size: 16px; +} + +.e-bigger .e-xlfl-fieldset { + font-size: 14px; + padding-top: 12px; +} + +.e-bigger .e-xlfl-optr, +.e-bigger .e-xlfl-value { + padding-top: 16px; +} + +.e-bigger .e-xlfl-radio, +.e-bigger .e-xlfl-mtcase { + padding-top: 6px; +} + +.e-bigger .e-grid, +.e-grid.e-bigger { + font-size: 14px; +} + +.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper, +.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper { + padding-bottom: 5px; + padding-top: 5px; +} + +.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon, +.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon { + min-width: 38px; +} + +.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons, +.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons { + font-size: 18px; +} + +.e-bigger .e-grid .e-xlflmenu, +.e-grid.e-bigger .e-xlflmenu { + min-height: 372px; +} + +.e-bigger .e-grid .e-flmenu-valuediv, +.e-grid.e-bigger .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li { + height: 48px; + line-height: 48px; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + height: 48px; + line-height: 48px; + margin-right: 10px; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret { + height: 48px; + line-height: 48px; +} + +.e-bigger .e-grid .e-headercell, +.e-grid.e-bigger .e-headercell { + height: 45px; + padding: 0 10px 0; +} + +.e-bigger .e-grid .e-headercelldiv, +.e-grid.e-bigger .e-headercelldiv { + font-size: 14px; + height: 29px; + line-height: 29px; +} + +.e-bigger .e-grid .e-headercell, +.e-bigger .e-grid .e-detailheadercell, +.e-grid.e-bigger .e-headercell, +.e-grid.e-bigger .e-detailheadercell { + font-size: 14px; +} + +.e-bigger .e-grid .e-icons, +.e-grid.e-bigger .e-icons { + font-size: 14px; +} + +.e-bigger .e-grid .e-gridheader thead .e-icons, +.e-grid.e-bigger .e-gridheader thead .e-icons { + font-size: 14px; +} + +.e-bigger .e-grid .e-icon-gdownarrow, +.e-grid.e-bigger .e-icon-gdownarrow { + font-size: 14px; +} + +.e-bigger .e-grid .e-icon-grightarrow, +.e-grid.e-bigger .e-icon-grightarrow { + font-size: 14px; +} + +.e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn, +.e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn { + font-size: 12px; +} + +.e-bigger .e-grid .e-gridheader tr th:last-child, +.e-grid.e-bigger .e-gridheader tr th:last-child { + padding-right: 13px; +} + +.e-bigger .e-grid .e-gridheader tr th:last-child.e-filterbarcell, +.e-grid.e-bigger .e-gridheader tr th:last-child.e-filterbarcell { + padding-left: 10px; +} + +.e-bigger .e-grid .e-gridheader tr th:first-child, +.e-grid.e-bigger .e-gridheader tr th:first-child { + padding-left: 13px; +} + +.e-bigger .e-grid .e-gridheader tr th:first-child.e-filterbarcell, +.e-grid.e-bigger .e-gridheader tr th:first-child.e-filterbarcell { + padding-left: 10px; +} + +.e-bigger .e-grid .e-headercelldiv, +.e-grid.e-bigger .e-headercelldiv { + font-size: 15px; +} + +.e-bigger .e-grid .e-rowcell, +.e-bigger .e-grid .e-summarycell, +.e-grid.e-bigger .e-rowcell, +.e-grid.e-bigger .e-summarycell { + font-size: 14px; + padding: 9px 10px; +} + +.e-bigger .e-grid .e-rowcell:first-child, +.e-bigger .e-grid .e-summarycell:first-child, +.e-grid.e-bigger .e-rowcell:first-child, +.e-grid.e-bigger .e-summarycell:first-child { + padding-left: 13px; +} + +.e-bigger .e-grid .e-rowcell:last-child, +.e-bigger .e-grid .e-summarycell:last-child, +.e-grid.e-bigger .e-rowcell:last-child, +.e-grid.e-bigger .e-summarycell:last-child { + padding-right: 13px; +} + +.e-bigger .e-grid .e-filterbarcell, +.e-bigger .e-grid .e-filterbarcelldisabled, +.e-grid.e-bigger .e-filterbarcell, +.e-grid.e-bigger .e-filterbarcelldisabled { + height: 45px; + padding: 0 10px; +} + +.e-bigger .e-grid .e-filterbarcell input, +.e-grid.e-bigger .e-filterbarcell input { + height: 40px; +} + +.e-bigger .e-grid .e-ftrchk, +.e-grid.e-bigger .e-ftrchk { + padding-bottom: 12px; + padding-top: 12px; +} + +.e-bigger .e-grid .e-columnmenu, +.e-grid.e-bigger .e-columnmenu { + bottom: 10px; +} + +.e-bigger .e-grid.e-device.e-noselect, +.e-grid.e-bigger.e-device.e-noselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-bigger .e-grid .e-dialog.e-checkboxfilter, +.e-bigger .e-grid .e-dialog.e-flmenu, +.e-grid.e-bigger .e-dialog.e-checkboxfilter, +.e-grid.e-bigger .e-dialog.e-flmenu { + min-width: 260px; +} + +.e-bigger .e-grid .e-dialog.e-checkboxfilter, +.e-grid.e-bigger .e-dialog.e-checkboxfilter { + min-height: 370px; +} + +.e-bigger .e-grid .e-filtermenudiv, +.e-grid.e-bigger .e-filtermenudiv { + margin: -26px -7px; +} + +.e-bigger .e-grid .e-sortfilterdiv, +.e-grid.e-bigger .e-sortfilterdiv { + margin: -23px 6px; +} + +.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -23px 20px 0 0; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-grid .e-wrap .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv, +.e-grid.e-bigger .e-wrap .e-sortfilterdiv { + margin: -19px 6px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv +.e-wrap .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv +.e-wrap .e-rightalign .e-sortfilterdiv { + margin: -19px -4px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv +.e-wrap .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv +.e-wrap .e-fltr-icon .e-sortfilterdiv { + margin: -17px 20px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-bigger .e-grid .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -17px 0; +} + +.e-bigger .e-grid.e-wrap .e-rowcell, +.e-bigger .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-bigger .e-grid.e-wrap .e-columnheader .e-headercelldiv, +.e-grid.e-bigger.e-wrap .e-rowcell, +.e-grid.e-bigger.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-bigger.e-wrap .e-columnheader .e-headercelldiv { + line-height: 18px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -23px -4px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortnumber, +.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortnumber { + float: left; + margin: 9px 0 0 15px; +} + +.e-bigger .e-grid .e-sortnumber, +.e-grid.e-bigger .e-sortnumber { + border-radius: 55%; + display: inline-block; + float: right; + font-size: 9px; + height: 15px; + line-height: 15px; + margin: 9px 25px 0 2px; + text-align: center; + width: 15px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -23px 11px 0 0; +} + +.e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv, +.e-bigger .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-headercell .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-detailheadercell .e-sortfilterdiv { + margin: -22px 0 0 13px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -22px 0 0 22px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -23px 0 0 -7px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -23px 0 0 5px; +} + +.e-bigger .e-grid.e-rtl .e-filtermenudiv, +.e-grid.e-bigger.e-rtl .e-filtermenudiv { + margin: -27px 0 -26px -5px; +} + +.e-bigger .e-grid.e-rtl .e-rightalign .e-filtermenudiv, +.e-grid.e-bigger.e-rtl .e-rightalign .e-filtermenudiv { + margin: -27px 0 -26px -5px; +} + +.e-bigger .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-bigger .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber, +.e-grid.e-bigger.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-grid.e-bigger.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber { + margin: 9px 0 0 3px; +} + +.e-bigger .e-grid .e-rowcell, +.e-bigger .e-grid .e-summarycell, +.e-bigger .e-grid .e-emptyrow td, +.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty, +.e-grid.e-bigger .e-rowcell, +.e-grid.e-bigger .e-summarycell, +.e-grid.e-bigger .e-emptyrow td, +.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty, +.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + line-height: 26px; +} + +.e-bigger .e-grid .e-filterbarcell input, +.e-grid.e-bigger .e-filterbarcell input { + font-size: 14px; +} + +.e-bigger .e-grid .e-groupdroparea, +.e-grid.e-bigger .e-groupdroparea { + font-size: 21px; + min-height: 74px; + padding: 22px 24px; +} + +.e-bigger .e-grid .e-cloneproperties, +.e-grid.e-bigger .e-cloneproperties { + padding: 4px 5px; +} + +.e-bigger .e-grid .e-headerclone, +.e-grid.e-bigger .e-headerclone { + font-size: 14px; +} + +.e-bigger .e-grid .e-groupdroparea.e-grouped, +.e-grid.e-bigger .e-groupdroparea.e-grouped { + padding: 11px 0 12px; +} + +.e-bigger .e-grid .e-frozenheader table tr td.e-rowcell, +.e-grid.e-bigger .e-frozenheader table tr td.e-rowcell { + height: 38px; +} + +.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-grid .e-frozenhdrcont table tr td:first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty, +.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty, +.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty, +.e-grid.e-bigger .e-frozenhdrcont table tr td:first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 44px; +} + +.e-bigger .e-grid.e-bigger .e-columnmenu, +.e-grid.e-bigger.e-bigger .e-columnmenu { + bottom: 16px; + margin: -8px -7px; +} + +.e-bigger .e-grid .e-columnmenu, +.e-grid.e-bigger .e-columnmenu { + right: 10px; +} + +.e-bigger .e-grid .e-groupheadercell, +.e-bigger .e-grid .e-groupheadercell:hover, +.e-grid.e-bigger .e-groupheadercell, +.e-grid.e-bigger .e-groupheadercell:hover { + border-radius: 0; + height: 33px; + margin: 10px 0 0 10px; + padding: 0 10px; + font-size: 14px; +} + +.e-bigger .e-grid .e-groupheadercell:hover, +.e-grid.e-bigger .e-groupheadercell:hover { + padding: 0 10px; +} + +.e-bigger .e-grid .e-gdclone, +.e-grid.e-bigger .e-gdclone { + border-radius: 0; + padding: 6px; +} + +.e-bigger .e-grid .e-groupheadercell span, +.e-grid.e-bigger .e-groupheadercell span { + height: 32px; + line-height: 32px; + padding: 0; +} + +.e-bigger .e-grid .e-groupheadercell .e-ungroupbutton, +.e-grid.e-bigger .e-groupheadercell .e-ungroupbutton { + font-size: 13px; +} + +.e-bigger .e-grid .e-groupheadercell .e-grouptext, +.e-grid.e-bigger .e-groupheadercell .e-grouptext { + line-height: 32px; +} + +.e-bigger .e-grid .e-row .e-input-group .e-input.e-field, +.e-bigger .e-grid .e-row .e-input-focus .e-input.e-field, +.e-grid.e-bigger .e-row .e-input-group .e-input.e-field, +.e-grid.e-bigger .e-row .e-input-focus .e-input.e-field { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-device .e-row .e-input-group .e-input.e-field, +.e-bigger .e-grid.e-device .e-row .e-input-focus .e-input.e-field, +.e-grid.e-bigger.e-device .e-row .e-input-group .e-input.e-field, +.e-grid.e-bigger.e-device .e-row .e-input-focus .e-input.e-field { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-row .e-input-group, +.e-grid.e-bigger .e-row .e-input-group { + margin-bottom: 2px; + vertical-align: middle; +} + +.e-bigger .e-grid.e-device .e-headercell, +.e-grid.e-bigger.e-device .e-headercell { + padding: 0 8px; +} + +.e-bigger .e-grid.e-device .e-headercell:first-child, +.e-grid.e-bigger.e-device .e-headercell:first-child { + padding: 0 8px 0 10px; +} + +.e-bigger .e-grid.e-device .e-headercell:last-child, +.e-grid.e-bigger.e-device .e-headercell:last-child { + padding: 0 10px 0 8px; +} + +.e-bigger .e-grid.e-device .e-groupheadercell span, +.e-grid.e-bigger.e-device .e-groupheadercell span { + line-height: 30px; +} + +.e-bigger .e-grid.e-device .e-rowcell, +.e-bigger .e-grid.e-device .e-summarycell, +.e-grid.e-bigger.e-device .e-rowcell, +.e-grid.e-bigger.e-device .e-summarycell { + padding: 7px 8px; +} + +.e-bigger .e-grid.e-device .e-rowcell:first-child, +.e-bigger .e-grid.e-device .e-summarycell:first-child, +.e-grid.e-bigger.e-device .e-rowcell:first-child, +.e-grid.e-bigger.e-device .e-summarycell:first-child { + padding: 7px 8px 7px 10px; +} + +.e-bigger .e-grid.e-device .e-rowcell:last-child, +.e-bigger .e-grid.e-device .e-summarycell:last-child, +.e-grid.e-bigger.e-device .e-rowcell:last-child, +.e-grid.e-bigger.e-device .e-summarycell:last-child { + padding: 7px 10px 7px 8px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell, +.e-grid.e-bigger.e-device .e-filterbarcell { + padding: 3px 8px 2px 8px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell:first-child, +.e-grid.e-bigger.e-device .e-filterbarcell:first-child { + padding: 3px 8px 2px 10px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell:last-child, +.e-grid.e-bigger.e-device .e-filterbarcell:last-child { + padding: 3px 10px 2px 8px; +} + +.e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton, +.e-grid.e-bigger.e-device .e-groupheadercell .e-ungroupbutton { + line-height: 31px; +} + +.e-bigger .e-grid.e-device .e-normaledit .e-rowcell, +.e-grid.e-bigger.e-device .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-device .e-editedbatchcell.e-rowcell, +.e-grid.e-bigger.e-device .e-editedbatchcell.e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-unboundcell, +.e-bigger .e-grid .e-editedrow .e-normaledit .e-unboundcell, +.e-bigger .e-grid .e-addedrow .e-normaledit .e-unboundcell, +.e-grid.e-bigger .e-unboundcell, +.e-grid.e-bigger .e-editedrow .e-normaledit .e-unboundcell, +.e-grid.e-bigger .e-addedrow .e-normaledit .e-unboundcell { + padding-bottom: 6px; + padding-top: 6px; +} + +.e-bigger .e-grid .e-grouptext, +.e-grid.e-bigger .e-grouptext { + margin-right: 10px; + width: 76px; +} + +.e-bigger .e-grid .e-gridheader table th[rowspan], +.e-bigger .e-grid.e-device .e-gridheader table th[rowspan], +.e-grid.e-bigger .e-gridheader table th[rowspan], +.e-grid.e-bigger.e-device .e-gridheader table th[rowspan] { + padding-bottom: 20px; +} + +.e-bigger .e-grid .e-groupsort, +.e-bigger .e-grid span.e-ungroupbutton, +.e-bigger .e-grid .e-toggleungroup, +.e-grid.e-bigger .e-groupsort, +.e-grid.e-bigger span.e-ungroupbutton, +.e-grid.e-bigger .e-toggleungroup { + margin-left: 0; + margin-top: 0; +} + +.e-bigger .e-grid span.e-ungroupbutton.e-icons, +.e-grid.e-bigger span.e-ungroupbutton.e-icons { + font-size: 13px; + margin-left: 0; + margin-top: 1px; + margin-right: 0; +} + +.e-bigger .e-grid .e-groupsort, +.e-grid.e-bigger .e-groupsort { + margin-right: 10px; + margin-top: 0; +} + +.e-bigger .e-grid.e-rtl .e-groupheadercell, +.e-bigger .e-grid.e-rtl .e-groupheadercell:hover, +.e-grid.e-bigger.e-rtl .e-groupheadercell, +.e-grid.e-bigger.e-rtl .e-groupheadercell:hover { + margin: 8px 10px 0 0; + padding: 0 10px; +} + +.e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons, +.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons { + margin-left: 0; + margin-right: 8px; + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-groupcaption, +.e-grid.e-bigger .e-groupcaption { + line-height: 27px; +} + +.e-bigger .e-grid .e-ccdlg .e-dlg-content, +.e-grid.e-bigger .e-ccdlg .e-dlg-content { + margin: 30px 0 20px; + padding: 25px 25px 5px 12px; +} + +.e-bigger .e-grid .e-ccdlg .e-ccul-ele, +.e-grid.e-bigger .e-ccdlg .e-ccul-ele { + padding: 0; +} + +.e-bigger .e-grid .e-ccdlg .e-cc-searchdiv, +.e-grid.e-bigger .e-ccdlg .e-cc-searchdiv { + padding-left: 7px; +} + +.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard, +.e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard { + padding-left: 13px; +} + +.e-bigger .e-grid .e-ccdlg li.e-cclist, +.e-grid.e-bigger .e-ccdlg li.e-cclist { + padding: 11px 0; +} + +.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv, +.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv { + margin-top: 0; +} + +.e-grid { + border-radius: 0; + border-style: none solid solid; + border-width: 1px; + display: block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + height: auto; + position: relative; +} + +.e-grid .e-gridheader { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-gridheader .e-firstrow-dragborder, +.e-grid.e-rtl .e-gridheader .e-firstrow-dragborder, +.e-grid .e-gridcontent .e-lastrow-dragborder, +.e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder { + bottom: 0; + background-color: #0078d6; + height: 2px; + position: absolute; + z-index: 10; +} + +.e-grid .e-grid-relative { + position: relative; +} + +.e-grid .e-dropitemscount { + border: 1px solid #eaeaea; + border-radius: 17px; + box-sizing: content-box; + font-size: 13px; + line-height: normal; + margin-left: -8px; + min-width: 12px; + padding: 3px 7px 4px; + position: absolute; + text-align: center; + top: -10px; + z-index: 5; +} + +.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, +.e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop { + border-top: 1px solid #eaeaea; + border-right: 1px solid #eaeaea; + border-bottom: 0; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, +.e-grid .e-gridheader thead tr th.e-firstrowdragborder, +.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 2px 0 0 #0078d6; + position: relative; + z-index: 5; +} + +.e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) { + font-size: 10px; +} + +.e-grid .e-row .e-icon-rowdragicon::before { + display: block; + text-indent: 10px; + font-size: 12px; + font-weight: bold; + color: #333; + opacity: 0.54; +} + +.e-grid .e-row .e-icon-rowdragmoveicon::before { + font-size: 12px; + font-weight: bold; +} + +.e-grid .e-row .e-icon-rowdragmoveicon { + padding-left: 10px; +} + +.e-grid .e-draganddrop .e-rowcell, .e-grid.e-rtl .e-draganddrop .e-rowcell { + padding-left: 6px; + padding-right: 6px; +} + +.e-grid .e-gridcontent .e-rowdragdrop { + border-style: solid; + border-width: 1px 0 0 0; + border-color: #eaeaea; +} + +.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + position: relative; + left: -5px; +} + +.e-grid .e-icon-rowdragicon { + font-size: 12px; + text-indent: 8px; +} + +.e-grid .e-toolbar { + border-bottom: 0; + border-left: 0; + border-right: 0; + border-top: 1px solid #eaeaea; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search { + margin-bottom: 0; + opacity: .6; + width: 230px; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search.e-input-focus { + opacity: 1; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon { + min-width: 30px; +} + +.e-grid .e-groupdroparea.e-grouped { + padding: 8px 0 5px; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter .e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter .e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-bottom: 1px solid; +} + +.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-bottom: 0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-default .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader { + border-left: 1px solid; +} + +.e-grid.e-default.e-hidelines .e-headercell.e-firstheader { + border-left: 0; +} + +.e-grid.e-default.e-verticallines .e-grouptopleftcell, +.e-grid.e-default.e-bothlines .e-grouptopleftcell, +.e-grid.e-default.e-hidelines .e-grouptopleftcell { + border-top-width: 0; +} + +.e-grid.e-default.e-verticallines .e-detailrowcollapse, +.e-grid.e-default.e-verticallines .e-detailrowexpand, +.e-grid.e-default.e-verticallines .e-rowdragdrop, .e-grid.e-default.e-hidelines .e-detailrowcollapse, +.e-grid.e-default.e-hidelines .e-detailrowexpand, +.e-grid.e-default.e-hidelines .e-rowdragdrop { + border-top-width: 0; +} + +.e-grid.e-default.e-horizontallines .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid .e-gridheader .e-headercell .e-rhandler, +.e-grid .e-gridheader .e-headercell .e-rsuppress { + height: 100%; + position: absolute; + right: 0; + top: 0; + width: 4px; +} + +.e-grid.e-device .e-gridheader .e-headercell .e-rhandler { + width: 14px; +} + +.e-grid.e-rtl .e-gridheader .e-headercell .e-rhandler, +.e-grid.e-rtl .e-gridheader .e-headercell .e-rsuppress { + left: 0; + right: auto; +} + +.e-grid.e-resize-lines .e-gridheader th.e-headercell.e-lastcell .e-rhandler { + border-right-width: 0; +} + +.e-grid .e-rhelper { + position: absolute; + width: 1px; +} + +.e-grid.e-device .e-ricon::before { + border-bottom: 6px solid transparent; + border-right: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + position: absolute; + right: 4px; + top: 4px; + width: 20px; +} + +.e-grid.e-device .e-ricon::after { + border-bottom: 6px solid transparent; + border-left: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + left: 4px; + position: absolute; + top: 4px; + width: 20px; + z-index: 3; +} + +.e-grid.e-rcursor, +.e-grid .e-gridheader .e-rcursor { + cursor: col-resize; +} + +.e-grid.e-editing .e-gridheader .e-rcursor { + cursor: default; +} + +.e-grid .e-table { + border-collapse: separate; + table-layout: fixed; + width: 100%; +} + +.e-grid .e-tableborder { + border-right: 1px solid; +} + +.e-grid .e-virtualtable { + will-change: transform; + z-index: 1; +} + +.e-grid .e-headercelldiv { + border: 0 none; + display: block; + font-size: 14px; + font-weight: normal; + height: 29px; + line-height: 29px; + margin: 0; + overflow: hidden; + padding: 0 1px 0; + text-align: left; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-headercelldiv.e-headerchkcelldiv { + overflow: visible; +} + +.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv { + padding: 0 .6em; +} + +.e-grid .e-gridheader .e-headercontent .e-centeralign .e-headercelldiv.e-headerchkcelldiv { + padding: 0 .6em; +} + +.e-grid .e-headercell, +.e-grid .e-headercell.e-stackedheadercell, +.e-grid .e-headercell.e-defaultcursor { + cursor: default; +} + +.e-grid .e-headercell.e-mousepointer, +.e-grid .e-headercell.e-stackedheadercell.e-mousepointer { + cursor: pointer; +} + +.e-grid .e-gridheader .e-headercell, +.e-grid .e-gridheader .e-detailheadercell { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-gridcontent tr:first-child td { + border-top: 0 none; +} + +.e-grid .e-gridheader tr:first-child th { + border-top: 0 none; +} + +.e-grid .e-gridheader tr th:last-child.e-filterbarcell { + padding-right: 10px; +} + +.e-grid .e-gridheader tr th:last-child { + padding-right: 10px; +} + +.e-grid .e-gridheader tr th:first-child { + padding-left: 10px; +} + +.e-grid .e-gridheader tr th:first-child.e-filterbarcell { + padding-left: 10px; +} + +.e-grid .e-gridheader { + border-bottom-style: solid; + border-bottom-width: 1px; + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid .e-frozenhdrcont { + border-bottom-width: 0; +} + +.e-grid .e-frozenhdrcont table tr:not(.e-editedrow):first-child td { + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid.e-bothlines .e-filterbarcell, +.e-grid.e-bothlines .e-filterbarcelldisabled { + border-width: 1px 0 0 1px; +} + +.e-grid .e-headercell, +.e-grid .e-detailheadercell { + border-style: solid; + border-width: 0; + font-size: 14px; + font-weight: normal; + height: 36px; + overflow: hidden; + padding: 0 8px 0; + position: relative; + text-align: left; +} + +.e-grid.e-device .e-headercell { + padding: 0 8px; +} + +.e-grid.e-device .e-headercell:first-child { + padding: 0 8px 0 10px; +} + +.e-grid.e-device .e-headercell:last-child { + padding: 0 10px 0 8px; +} + +.e-grid .e-rowcell { + border-style: solid; + border-width: 1px 0 0; + display: table-cell; + font-size: 13px; + line-height: 21px; + overflow: hidden; + padding: 7px 8px; + vertical-align: middle; + white-space: nowrap; + width: auto; +} + +.e-grid .e-frozenheader table tr td.e-rowcell { + height: 35px; +} + +.e-grid .e-frozencontent table tr td:first-child:empty, +.e-grid .e-movablecontent table tr td:first-child:empty, +.e-grid .e-frozenhdrcont table tr td:first-child:empty, +.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 35px; +} + +.e-grid .e-rowcell:first-child, +.e-grid .e-summarycell:first-child { + padding-left: 10px; +} + +.e-grid .e-rowcell:last-child, +.e-grid .e-summarycell:last-child { + padding-right: 10px; +} + +.e-grid .e-unboundcell, +.e-grid .e-editedrow .e-normaledit .e-unboundcell, +.e-grid .e-addedrow .e-normaledit .e-unboundcell { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-grid .e-unboundcelldiv > button { + margin: 0 3.5px; +} + +.e-grid .e-unboundcelldiv { + margin: 0 -3.5px; +} + +.e-grid .e-summarycell { + border-style: solid; + border-width: 1px 0 0; + font-size: 14px; + font-weight: normal; + height: auto; + line-height: 21px; + padding: 7px 8px; + white-space: normal; + word-wrap: break-word; +} + +.e-grid .e-summarycontent .e-frozenfootercontent { + float: left; + width: -webkit-min-content; + width: min-content; +} + +.e-grid .e-summarycontent .e-movablefootercontent { + height: inherit; + overflow: hidden; +} + +.e-grid .e-summarycontent .e-indentcell { + border-width: 0; +} + +.e-grid .e-summarycontent .e-detailindentcelltop { + border-width: 1px 0 0; +} + +.e-grid.e-device .e-rowcell, +.e-grid.e-device .e-summarycell { + padding: 7px 8px; +} + +.e-grid.e-device .e-rowcell:first-child, +.e-grid.e-device .e-summarycell:first-child { + padding: 7px 8px 7px 10px; +} + +.e-grid.e-device .e-rowcell:last-child, +.e-grid.e-device .e-summarycell:last-child { + padding: 7px 10px 7px 8px; +} + +.e-grid td.e-rowcell.e-checkbox { + padding: 8px 8px; +} + +.e-grid td.e-rowcell.e-checkbox input[type='checkbox'] { + margin-top: 5px; +} + +.e-grid.e-default .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-bothlines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-bothlines .e-rowcell { + border-width: 1px 0 0 1px; +} + +.e-grid .e-gridheader table th[rowspan], +.e-grid.e-device .e-gridheader table th[rowspan] { + padding-bottom: 4px; + vertical-align: bottom; +} + +.e-grid .e-emptyrow td { + line-height: 21px; + padding: .7em; +} + +.e-grid.e-responsive .e-rowcell, +.e-grid.e-responsive .e-headercelldiv { + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-grid.e-responsive .e-rowcell.e-gridchkbox, +.e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv { + text-overflow: clip; +} + +.e-grid.e-default .e-headercell, +.e-grid.e-default .e-detailheadercell { + border-width: 0; +} + +.e-grid [aria-selected] + tr .e-detailindentcell { + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid.e-default.e-verticallines .e-headercell, +.e-grid.e-default.e-verticallines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid; +} + +.e-grid.e-default .e-stackedheadercell { + border-width: 1px 0 1px 1px; +} + +.e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell) { + border-left-width: 0; +} + +.e-grid.e-default.e-bothlines .e-headercell, +.e-grid.e-default.e-bothlines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-default table th[rowspan] { + border-width: 0 0 0 1px; +} + +.e-grid tr th.e-firstcell { + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-default tr td:first-child, +.e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell), +.e-grid.e-default tr th.e-detailheadercell:first-child, +.e-grid.e-default tr th.e-filterbarcell:first-child { + border-left-width: 0; +} + +.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst { + border-left-width: 0; +} + +.e-grid .e-hide { + display: none; +} + +.e-grid .e-rowcell, +.e-grid .e-gridcontent, +.e-grid .e-gridheader, +.e-grid .e-headercontent, +.e-grid .e-groupdroparea, +.e-grid .e-gridfooter, +.e-grid .e-summarycontent { + overflow: hidden; + vertical-align: middle; +} + +.e-grid .e-sortfilterdiv { + float: right; + height: 16px; + margin: -21px 11px; + padding: 2px; + width: 16px; +} + +.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv { + float: left; + margin: -21px 10px 0 0; +} + +.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv, +.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv { + padding: 0; +} + +.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv { + margin: 0 20px 0 10px; +} + +.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv { + margin: 0 20px 0 0; +} + +.e-grid .e-gridheader .e-sortfilter .e-headercelldiv, +.e-grid .e-gridheader .e-stackedheadercelldiv, +.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv { + padding: 0 1px; +} + +.e-grid .e-filtermenudiv { + float: right; + margin: -24px -7px; + padding: 6px; + text-align: right; +} + +.e-grid .e-filtermenudiv:hover { + cursor: pointer; +} + +.e-grid.e-print-grid-layout .e-pager, .e-grid.e-print-grid-layout .e-filterbar, .e-grid.e-print-grid-layout .e-icons:not(.e-frame), .e-grid.e-print-grid-layout .e-grouptopleftcell, .e-grid.e-print-grid-layout .e-recordpluscollapse, .e-grid.e-print-grid-layout .e-indentcell, .e-grid.e-print-grid-layout .e-recordplusexpand { + display: none; +} + +.e-grid.e-print-grid-layout .e-indentcell.e-detailindentcelltop { + display: table-cell; +} + +.e-grid.e-print-grid-layout .e-content { + overflow-y: hidden; +} + +.e-grid.e-print-grid-layout .e-grouptext { + width: auto; +} + +.e-grid.e-print-grid-layout .e-detailcell { + padding: .8em .6em; +} + +.e-grid.e-print-grid { + left: -1000px; + top: -1000px; +} + +.e-grid .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-grid .e-flbldcontent { + padding: 18px 18px 0; +} + +.e-grid .e-flblbtn { + width: 110px; +} + +.e-grid .e-sortnumber { + border-radius: 55%; + display: inline-block; + float: right; + font-size: 9px; + height: 15px; + line-height: 15px; + margin: 9px 25px 0 2px; + text-align: center; + width: 15px; +} + +.e-grid .e-gridheader .e-rightalign .e-sortnumber { + float: left; + margin: 9px 0 0 15px; +} + +.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -20px 30px 0 0; +} + +.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -20px 0 0 8px; +} + +.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber { + margin: 3px 2px 0 5px; +} + +.e-grid.e-wrap .e-gridheader .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-wrap .e-gridheader .e-sortfilterdiv { + margin: -15px -5px; +} + +.e-grid .e-movableheader .e-editcell.e-normaledit, +.e-grid .e-frozenheader .e-editcell.e-normaledit { + border-top-color: transparent; +} + +.e-grid .e-columnmenu { + position: absolute; + right: 23px; + float: right; + margin: -24px; + padding: 6px; +} + +.e-grid.e-wrap .e-columnmenu { + margin: -20px -24px -24px -24px; +} + +.e-grid.e-rtl .e-columnmenu { + left: 5px; + right: auto; + margin: -17px -18px -18px 1px; +} + +.e-grid.e-wrap.e-rtl .e-columnmenu { + margin: -20px -13px -23px -3px; +} + +.e-grid [class^='e-'] { + box-sizing: border-box; +} + +.e-grid .e-detailrowcollapse, +.e-grid .e-detailrowexpand { + border-style: solid; + border-width: 1px 0 0; + cursor: pointer; +} + +.e-grid .e-detailindentcell { + border-right-style: solid; + border-right-width: 1px; +} + +.e-grid .e-detailcell { + border-top-style: solid; + border-top-width: 1px; + padding: .3em; +} + +.e-grid.e-verticallines .e-rowcell, +.e-grid.e-verticallines .e-filterbarcell { + border-width: 0 0 0 1px; +} + +.e-grid.e-hidelines .e-rowcell, +.e-grid.e-horizontallines .e-headercell, +.e-grid.e-hidelines .e-headercell, +.e-grid.e-horizontallines .e-detailheadercell, +.e-grid.e-hidelines .e-detailheadercell, +.e-grid.e-hidelines tr th.e-firstcell, +.e-grid.e-hidelines .e-filterbarcell { + border-width: 0; +} + +.e-grid.e-horizontallines .e-headercell.e-stackedheadercell { + border-width: 0 0 1px 1px; +} + +.e-grid.e-horizontallines .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-horizontallines .e-filterbarcell { + border-width: 1px 0 0; +} + +.e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-horizontallines .e-detailrowvisible, .e-grid.e-verticallines .e-detailrowvisible, .e-grid.e-hidelines .e-detailrowvisible, .e-grid.e-bothlines .e-detailrowvisible { + border-left-width: 0; +} + +.e-grid.e-verticallines .e-firstchildrow .e-rowcell, +.e-grid.e-verticallines .e-firstchildrow .e-detailrowcollapse, +.e-grid.e-verticallines .e-firstchildrow .e-detailrowexpand, .e-grid.e-hidelines .e-firstchildrow .e-rowcell, +.e-grid.e-hidelines .e-firstchildrow .e-detailrowcollapse, +.e-grid.e-hidelines .e-firstchildrow .e-detailrowexpand { + border-top-width: 1px; +} + +.e-grid .e-filterbarcell .e-icons::before { + display: block; + margin: 0 auto; +} + +.e-grid .e-filterbarcell .e-filtertext::-webkit-search-cancel-button, +.e-grid .e-search input::-webkit-search-cancel-button { + display: none; +} + +.e-grid .e-filterbarcell .e-filtertext::-ms-clear, +.e-grid .e-search input::-ms-clear { + display: none; +} + +.e-grid .e-filterbarcell, +.e-grid .e-filterbarcelldisabled { + border-collapse: collapse; + border-style: solid; + border-width: 1px 0 0; + cursor: default; + height: 36px; + overflow: hidden; + padding: 0 8px; + vertical-align: middle; +} + +.e-grid .e-rowdragheader { + border-color: #eaeaea; + border-style: solid; + border-width: 1px 0 0; +} + +.e-grid .e-filterbarcell input { + border-radius: 0; + border-style: solid; + border-width: 1px; + font-size: 13px; + font-weight: normal; + height: 32px; + padding-right: 24px; + text-indent: 10px; + width: 100%; +} + +.e-grid.e-device .e-filterbarcell { + padding: 3px 8px 2px 8px; +} + +.e-grid.e-device .e-filterbarcell:first-child { + padding: 3px 8px 2px 10px; +} + +.e-grid.e-device .e-filterbarcell:last-child { + padding: 3px 10px 2px 8px; +} + +.e-grid .e-searchclear { + float: right; + position: relative; +} + +.e-grid.e-rtl .e-searchclear { + float: left; + position: relative; + top: 10px; +} + +.e-grid .e-checkboxlist { + height: 200px; + margin-top: 5px; + min-height: 160px; + overflow-y: auto; +} + +.e-grid .e-chk-hidden { + -moz-appearance: none; + height: 1px; + opacity: 0; + width: 1px; +} + +.e-grid .e-checkselect, +.e-grid .e-checkselectall { + margin: 0; + opacity: 0; + position: absolute; + width: 0; +} + +.e-grid .e-rowcell .e-checkbox-wrapper, +.e-grid .e-rowcell .e-css.e-checkbox-wrapper { + height: 20px; + line-height: 21px; +} + +.e-grid .e-dialog.e-checkboxfilter, +.e-grid .e-dialog.e-flmenu { + min-width: 250px; +} + +.e-grid .e-dialog.e-checkboxfilter { + min-height: 348px; +} + +.e-grid .e-ftrchk { + padding-bottom: 7px; + padding-top: 7px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper, +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + display: block; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + padding-bottom: 4px; + position: static; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul li { + height: 36px; + line-height: 36px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + height: 36px; + line-height: 36px; + margin-right: 10px; +} + +.e-grid.e-rtl .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + margin-right: 0; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret { + height: 36px; + line-height: 36px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + border: 0; + box-shadow: none; + max-width: 300px; + padding-bottom: 4px; + position: static; +} + +.e-grid .e-excelfilter .e-footer-content { + border-style: solid; + border-width: 0; +} + +.e-grid .e-excel-menu { + z-index: 1000; +} + +.e-grid .e-excelfilter .e-dlg-content { + padding-top: 0; +} + +.e-grid .e-filterdiv, +.e-grid .e-fltrtempdiv { + padding: 2px 0; + position: relative; + text-align: center; + width: 100%; +} + +.e-grid .e-pager { + border-bottom: transparent; + border-left: transparent; + border-right: transparent; +} + +.e-grid .e-gridpopup { + font-weight: normal; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 99999; +} + +.e-grid .e-gridpopup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-grid .e-lastsummarycell { + border-right: 1px solid; +} + +.e-grid .e-footerpadding { + padding-right: 14px; +} + +.e-grid .e-gridpopup span { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + padding: 4px; + width: 26px; +} + +.e-grid .e-gridpopup .e-tail::before, +.e-grid .e-gridpopup .e-tail::after { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-grid .e-gridpopup .e-downtail::after { + top: 34px; +} + +.e-grid .e-gridpopup .e-uptail::after { + top: -17px; +} + +.e-grid .e-gridpopup .e-uptail::before { + top: -19px; +} + +.e-grid .e-gridpopup .e-sortdirect, +.e-grid .e-gridpopup .e-rowselect { + line-height: 18px; + text-indent: 1px; +} + +.e-grid .e-cloneproperties { + border-style: solid; + border-width: 1px; + box-shadow: 0 0; + font-size: 14px; + font-weight: normal; + opacity: 1; + overflow: hidden; + padding: 4px 5px; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; + z-index: 10; +} + +.e-grid .e-cloneproperties.e-draganddrop { + border-spacing: 0; + font-size: 14px; + font-weight: normal; + overflow: visible; +} + +.e-grid .e-cloneproperties.e-draganddrop table { + border-spacing: 0; +} + +.e-grid .e-defaultcur { + cursor: default; +} + +.e-grid .e-notallowedcur { + cursor: not-allowed; +} + +.e-grid .e-cloneproperties.e-headerclone table { + border-spacing: 0; +} + +.e-grid .e-headerclone { + border-radius: 0; + font-size: 14px; + font-weight: normal; + line-height: 29px; +} + +.e-grid .e-draganddrop { + border-width: 0 1px 1px; + font-weight: normal; + padding: 0; +} + +.e-grid .e-draganddrop .e-rowcell { + opacity: .95; +} + +.e-grid.e-default .e-gridheader th.e-firstcell { + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-bothlines .e-gridheader th.e-stackedheadercell { + border-bottom-style: solid; + border-bottom-width: 1px; + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-default.e-hidelines .e-gridheader th.e-firstcell { + border-left-width: 0; +} + +.e-grid .e-gridheader .e-headercontent .e-reorderuparrow, +.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow { + font-size: 7px; + position: absolute; + z-index: 10; +} + +.e-grid td.e-active { + font-weight: normal; +} + +.e-grid td.e-cellselectionbackground { + font-weight: normal; +} + +.e-grid .e-groupdroparea { + height: auto; + min-height: 59px; +} + +.e-grid .e-griddragarea { + border: 1px solid; + opacity: .6; + position: absolute; +} + +.e-grid .e-gdclone { + border-radius: 0; + padding: 2px; +} + +.e-grid .e-content { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + overflow-y: scroll; + position: relative; +} + +.e-grid.e-ungroupdrag .e-columnheader, +.e-grid.e-ungroupdrag .e-groupdroparea, +.e-grid.e-rowdrag .e-columnheader, +.e-grid.e-rowdrag .e-groupdroparea { + cursor: not-allowed; +} + +.e-grid .e-groupdroparea, +.e-grid.e-ungroupdrag .e-gridcontent, +.e-grid.e-rowdrag .e-gridcontent { + cursor: default; +} + +.e-grid .e-groupdroparea { + border-style: solid none; + border-width: 1px 0 0; +} + +.e-grid .e-groupdroparea { + border-top-width: 1px; + font-size: 17px; + font-weight: lighter; + opacity: 1; + padding: 16px 0 8px; + text-align: center; + text-indent: 1pt; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-grid .e-grouptext { + display: inline-block; + margin-right: 8px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 57px; +} + +.e-grid .e-grid-icon { + float: left; +} + +.e-grid .e-groupheadercell, +.e-grid .e-groupheadercell:hover { + border: 1px solid; + border-collapse: collapse; + border-radius: 0; + cursor: pointer; + font-size: 14px; + font-weight: normal; + height: 26px; + margin: 8px 0 0 8px; + overflow: hidden; + padding: 1px 8px; + vertical-align: middle; +} + +.e-grid .e-groupheadercell:hover { + border: 1px solid; + padding: 1px 8px; +} + +.e-grid .e-groupheadercell span { + display: inline-block; + float: left; + height: 26px; + line-height: 22px; + padding: 0; + vertical-align: middle; +} + +.e-grid .e-groupheadercell .e-grouptext { + line-height: 22px; +} + +.e-grid .e-groupheadercell .e-ungroupbutton { + font-size: 11px; + line-height: 25px; +} + +.e-grid.e-device .e-groupheadercell span { + line-height: 26px; +} + +.e-grid.e-device .e-groupheadercell .e-ungroupbutton { + line-height: 28px; +} + +.e-grid .e-groupheadercell .e-cancel { + padding-right: 12px; +} + +.e-grid .e-groupheadercell .e-icons::before { + display: inline; +} + +.e-grid .e-groupsort, +.e-grid .e-ungroupbutton, +.e-grid .e-toggleungroup { + font-size: 12px; + margin-left: 0; +} + +.e-grid .e-groupsort { + margin-right: 8px; + margin-top: 0; +} + +.e-grid span.e-ungroupbutton.e-icons { + margin-left: 0; + margin-top: 0; +} + +.e-grid .e-grptogglebtn { + padding: 7px; +} + +.e-grid .e-icon-gdownarrow { + font-size: 12px; + text-indent: 8px; +} + +.e-grid .e-icon-grightarrow { + font-size: 12px; + text-indent: 8px; +} + +.e-grid .e-recordplusexpand { + padding-top: 5px; +} + +.e-grid .e-indentcell { + border-style: solid; + border-width: 0 1px 0 0; +} + +.e-grid .e-indentcell.e-indentcelltop, .e-grid .e-indentcell.e-detailindentcelltop { + border-width: 1px 0 0; +} + +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse { + border-style: solid; + border-width: 1px 0 0; + cursor: pointer; +} + +.e-grid .e-groupcaption { + border-style: solid; + border-width: 1px 0 0; + display: table-cell; + font-size: 15px; + line-height: 20px; + overflow: hidden; + padding: .7em; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: auto; +} + +.e-grid .e-virtualtable .e-groupcaption { + line-height: 21px; + padding: 7px 8px; +} + +.e-grid .e-autofill { + border: 1px solid; + height: 8px; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 8px; +} + +.e-grid .e-xlsel { + border: 0 solid; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-headercontent { + border-style: solid; + border-width: 0; +} + +.e-grid .e-stackedheadercell { + border-width: 1px 0 1px 1px; + white-space: nowrap; +} + +.e-grid .e-noselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn { + font-size: 9px; + line-height: 3; +} + +.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar { + margin-top: -2px; + padding: 2px 0 0; +} + +.e-grid .e-edit-dialog .e-dlg-content { + position: relative; +} + +.e-grid .e-edit-dialog { + min-height: 350px; +} + +.e-grid .e-griderror label { + display: inline !important; +} + +.e-grid .e-tooltip-wrap.e-griderror { + z-index: 1000; +} + +.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top { + left: 44%; +} + +.e-grid .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid.e-device .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell.e-lastrowadded { + border-bottom: 1px solid #eaeaea; + border-top: 0 none #eaeaea; +} + +.e-grid .e-normaledit { + border-top: 0; + padding: 0; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell { + border-top: 1px solid; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell { + border-top: 0; +} + +.e-grid.e-device .e-editedbatchcell.e-rowcell, +.e-grid .e-editedbatchcell.e-rowcell, +.e-grid.e-device .e-gridcontent .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid .e-editedbatchcell, +.e-grid td.e-boolcell { + padding-left: 8px; + padding-right: 8px; +} + +.e-grid td.e-boolcell input { + margin: 3px 3px 3px 4px; +} + +.e-grid td.e-boolcell.e-rowcell { + padding-bottom: 5px; + padding-top: 5px; +} + +.e-grid .e-dialog .e-gridform .e-rowcell { + border: 0; + padding: 0; +} + +.e-grid .e-row .e-input-group .e-input.e-field, +.e-grid .e-row .e-input-focus .e-input.e-field { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + padding-bottom: 0; + padding-top: 0; +} + +.e-grid .e-row .e-input-group { + margin-bottom: 2px; + margin-top: 2px; + vertical-align: middle; +} + +.e-grid .e-defaultcell.e-ralign, +.e-grid .e-editedrow .e-defaultcell.e-ralign, +.e-grid .e-defaultcell.e-ralign:focus, +.e-grid .e-editedrow .e-defaultcell.e-ralign:focus { + padding-right: 10px; +} + +.e-grid .e-dlg-content .e-defaultcell.e-ralign, +.e-grid .e-dlg-content .e-defaultcell.e-ralign:focus { + padding-right: 0; +} + +.e-grid .e-hiddenrow { + display: none; +} + +.e-grid .e-columnchooserdiv { + float: right; + margin: -12px; +} + +.e-grid .e-ccdlg .e-dlg-content { + margin: 22px 0 20px; + overflow: visible; + padding: 25px 25px 0 12px; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard { + padding-left: 13px; +} + +.e-grid .e-ccdlg .e-main-div { + box-sizing: border-box; + position: relative; +} + +.e-grid .e-ccdlg .e-ccul-ele { + margin: 13px 0; + padding: 0; +} + +.e-grid .e-ccdlg li.e-cclist { + padding: 7px 0 6px; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper .e-frame { + margin-left: 0; +} + +.e-grid .e-ccdlg label.e-cc { + margin: 0; +} + +.e-grid .e-ccdlg .e-footer-content { + border-style: solid; + border-width: 0; +} + +.e-grid .e-ccdlg .e-cc-contentdiv { + height: 196px; + overflow-y: auto; +} + +.e-grid .e-ccdlg .e-cc-searchdiv { + border-style: solid; + border-width: 1px; + left: 6px; + opacity: 0.6; + position: absolute; + right: 0; + top: -46px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons { + float: right; + opacity: .6; + padding: 2px 2px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel { + font-size: 11px; + padding: 4px 2px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus { + opacity: 1; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons { + opacity: 1; +} + +.e-grid .e-ccdlg .e-innerdiv.e-ccnmdiv { + height: 60px; + padding: 23px; + text-align: center; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper .e-label { + text-overflow: ellipsis; +} + +.e-grid .e-ccdlg .e-cc-chbox { + margin: 3px; + vertical-align: middle; +} + +.e-grid .e-ccdlg .e-cc-lab-name { + padding: 7px; + text-overflow: ellipsis; + vertical-align: middle; +} + +.e-grid .e-ccdlg .e-cc.e-input, +.e-grid .e-ccdlg .e-cc.e-input:focus { + border: 0; + padding-bottom: 1px; + padding-left: 4px; + padding-top: 1px; +} + +.e-grid .e-checkboxfiltertext { + width: 135px; + word-break: normal; +} + +.e-grid .e-frozenhdrcont .e-headercontent > .e-table, +.e-grid .e-frozenhdrcont .e-frozenheader > .e-table, +.e-grid .e-frozenhdrcont .e-movableheader > .e-table, +.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable > .e-table { + border-bottom: 1px solid; +} + +.e-grid .e-frozenheader > .e-table, +.e-grid .e-frozencontent > .e-table, +.e-grid .e-frozenheader .e-virtualtable > .e-table, +.e-grid .e-frozencontent .e-virtualtable > .e-table { + border-left: 0; + border-right: 1px solid; +} + +.e-grid .e-frozenheader { + float: left; + width: -webkit-min-content; + width: min-content; +} + +.e-grid.e-rtl .e-frozenheader > .e-table, +.e-grid.e-rtl .e-frozencontent > .e-table { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl .e-frozenheader { + float: right; +} + +.e-grid.e-rtl .e-frozencontent { + float: right; +} + +.e-grid .e-movableheader { + overflow: hidden; +} + +.e-grid .e-frozenhdrcont { + -ms-touch-action: none; +} + +.e-grid .e-frozencontent { + -ms-touch-action: none; + border-bottom-style: solid; + border-bottom-width: 1px; + float: left; + height: inherit; + overflow: hidden; + width: -webkit-min-content; + width: min-content; +} + +.e-grid .e-movablecontent { + height: inherit; + overflow: scroll; +} + +.e-grid .e-columnchooser::before { + line-height: 1.9; +} + +.e-grid .e-toolbar .e-ccdiv .e-columnchooser.e-cctbn-icon { + font-size: 15px; + vertical-align: middle; +} + +.e-grid .e-toolbar .e-ccdiv { + margin-top: -2px; + padding: 0 10px; +} + +.e-grid.e-rtl .e-tableborder { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl .e-headercell, +.e-grid.e-rtl .e-detailheadercell { + border-width: 0; + text-align: right; +} + +.e-grid.e-rtl .e-headercell .e-headercelldiv, +.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv { + padding: 1px 0; + text-align: right; +} + +.e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber { + float: left; + margin: 7px 0 0 3px; +} + +.e-grid.e-rtl .e-headercell .e-filterbarcell input, +.e-grid.e-rtl .e-detailheadercell .e-filterbarcell input { + border-width: 1px; +} + +.e-grid.e-rtl .e-headercell .e-sortfilterdiv, +.e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv { + float: left; + margin: -22px 0 0 10px; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-sortfilterdiv, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-sortfilterdiv { + float: right; + margin: -14px 3px; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv { + padding: 0 25px 0 .7em; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber { + float: right; + margin: 6px 5px 0 0; +} + +.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber { + float: left; + margin: 7px 0 0 30px; +} + +.e-grid.e-rtl .e-rowcell:first-child, +.e-grid.e-rtl .e-summarycell:first-child { + padding-right: 10px; +} + +.e-grid.e-rtl .e-rowcell:last-child, +.e-grid.e-rtl .e-summarycell:last-child { + padding-left: 10px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-sortfilterdiv { + margin: -17px 17px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -17px 17px; +} + +.e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -22px 0 0 10px; +} + +.e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -22px 0 0 22px; +} + +.e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv { + margin: 0; +} + +.e-grid.e-rtl .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv { + margin: 0; +} + +.e-grid.e-rtl.e-verticallines .e-grouptopleftcell, +.e-grid.e-rtl.e-bothlines .e-grouptopleftcell, +.e-grid.e-rtl.e-hidelines .e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-rtl .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-rtl .e-grouptext { + margin-left: 0; + margin-right: 8px; +} + +.e-grid.e-rtl .e-groupheadercell span { + float: right; +} + +.e-grid.e-rtl.e-horizontallines .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-rtl .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl .e-filterbarcell, +.e-grid.e-rtl .e-filterbarcelldisabled { + border-width: 1px 0 0; +} + +.e-grid.e-rtl .e-lastrowcell { + border-width: 1px 1px 1px 0; +} + +.e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -22px 0 0 10px; +} + +.e-grid.e-rtl .e-cloneproperties { + border-width: 1px 1px 3px; +} + +.e-grid.e-rtl tr td:first-child, +.e-grid.e-rtl tr th:first-child { + border-left-width: 0; +} + +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child:not(.e-summarycell), +.e-grid.e-rtl.e-default.e-bothlines tr th:first-child { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand { + border-left-width: 0; +} + +.e-grid.e-rtl.e-default tr td:last-child, +.e-grid.e-rtl.e-default tr th:last-child { + border-left: 0; +} + +.e-grid.e-rtl.e-default.e-verticallines tr th:last-child { + border-left: 1px solid; +} + +.e-grid.e-rtl.e-default .e-gridheader tr th:last-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-grid.e-rtl.e-default .e-gridheader tr th:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-grid.e-rtl.e-default th:first-child +.e-grid.e-rtl.e-default .e-headercell, +.e-grid.e-rtl.e-default .e-detailheadercell { + border-width: 0; +} + +.e-grid.e-rtl.e-default .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-headercell, +.e-grid.e-rtl.e-default.e-verticallines .e-rowcell, +.e-grid.e-rtl.e-default.e-verticallines .e-filterbarcell, +.e-grid.e-rtl.e-default.e-verticallines .e-detailheadercell, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-firstcell { + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl.e-default.e-verticallines tr th:first-child:not(.e-firstcell) { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default .e-stackedheadercell, +.e-grid.e-rtl.e-default.e-horizontallines .e-stackedheadercell { + border-width: 0 1px 1px 0; +} + +.e-grid.e-rtl.e-default .e-gridheader th.e-firstcell, +.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader th.e-firstcell { + border-left-width: 0; + border-right-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-firstcell { + border-left-width: 1px; + border-right-width: 0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader { + border-left: 0; +} + +.e-grid.e-rtl.e-default.e-hidelines .e-gridheader th.e-firstcell { + border-left: 0; + border-right: 0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader .e-headercell.e-firstheader { + border-right: 1px solid; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader { + border-right: 0; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-left: 1px solid; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid; +} + +.e-grid.e-rtl.e-default .e-detailcell, +.e-grid.e-rtl.e-default.e-bothlines .e-detailcell { + border-right-style: solid; + border-right-width: 1px; +} + +.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons { + float: left; +} + +.e-grid.e-rtl .e-groupsort, +.e-grid.e-rtl .e-ungroupbutton, +.e-grid.e-rtl .e-toggleungroup { + margin-left: 0; + margin-right: 8px; +} + +.e-grid.e-rtl span.e-ungroupbutton.e-icons { + margin-left: 0; + margin-right: 6px; + padding-top: 0; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-headercell, +.e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-dragheadercell, +.e-grid.e-rtl.e-default.e-bothlines .e-rowdragheader, +.e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop, +.e-grid.e-rtl.e-default.e-verticallines .e-cloneproperties.e-draganddrop td.e-rowdragdrop { + border-left: 1px solid #eaeaea; + padding-left: 3px; +} + +.e-grid.e-rtl .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + left: 4px; + position: relative; +} + +.e-grid.e-rtl.e-default table th[rowspan] { + border-width: 0 1px 0 0; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-grid.e-rtl.e-bothlines .e-filterbarcell, +.e-grid.e-rtl.e-bothlines .e-filterbarcelldisabled { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-bothlines .e-rowcell, +.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-verticallines .e-rowcell, +.e-grid.e-rtl.e-verticallines .e-filterbarcell { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-hidelines .e-rowcell, +.e-grid.e-rtl.e-hidelines .e-headercell, +.e-grid.e-rtl.e-hidelines .e-detailheadercell, +.e-grid.e-rtl.e-hidelines .e-filterbarcell { + border-width: 0; +} + +.e-grid.e-rtl.e-horizontallines .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-horizontallines .e-filterbarcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-rtl.e-verticallines .e-firstchildrow .e-rowcell, .e-grid.e-rtl.e-hidelines .e-firstchildrow .e-rowcell { + border-top-width: 1px; +} + +.e-grid.e-rtl .e-groupheadercell .e-icons::before { + display: inline-block; +} + +.e-grid.e-rtl .e-groupheadercell .e-cancel { + padding-left: 23px; + padding-right: 0; + padding-top: 2px; +} + +.e-grid.e-rtl .e-groupheadercell, +.e-grid.e-rtl .e-groupheadercell:hover { + margin-left: 0; + margin-right: 8px; + padding: 1px 0 1px 8px; +} + +.e-grid.e-rtl .e-groupheadercell, +.e-grid.e-rtl .e-groupheadercell:hover { + float: right; +} + +.e-grid.e-rtl .e-groupdroparea { + text-align: center; +} + +.e-grid.e-rtl .e-ungroupbutton { + float: left; +} + +.e-grid.e-rtl tr:not(.e-summaryrow) td.e-indentcell { + border-style: solid; + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl .e-defaultcell.e-ralign, +.e-grid.e-rtl .e-row .e-input.e-defaultcell.e-ralign, +.e-grid.e-rtl .e-defaultcell.e-ralign:focus, +.e-grid.e-rtl .e-editedrow .e-defaultcell.e-ralign:focus { + padding-left: 10px; +} + +.e-grid.e-rtl .e-detailindentcell { + border-left-style: solid; + border-left-width: 1px; + border-right-width: 0; +} + +.e-grid.e-rtl .e-filtermenudiv { + float: left; + margin: -24px 0 -24px -5px; + padding: 7px; +} + +.e-grid.e-wrap .e-rowcell, +.e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-wrap .e-columnheader .e-headercelldiv { + height: Auto; + line-height: 18px; + overflow-wrap: break-word; + text-overflow: clip; + white-space: normal; + word-wrap: break-word; +} + +.e-grid.e-wrap .e-stackedheader .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-wrap .e-stackedheader .e-columnheader .e-headercelldiv { + max-height: 36px; +} + +.e-grid.e-wrap .e-columnheader .e-headercelldiv, +.e-grid .e-columnheader.e-wrap .e-headercelldiv { + margin-bottom: 2px; + margin-top: 0; +} + +.e-grid.e-wrap .e-columnheader .e-filtermenudiv { + line-height: 18px; +} + +.e-grid .e-columnheader.e-wrap .e-filtermenudiv { + line-height: 18px; +} + +.e-grid .e-columnheader.e-wrap .e-headercelldiv, +.e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv, +.e-grid .e-gridcontent.e-wrap .e-rowcell, +.e-grid .e-frozenhdrcont.e-wrap .e-rowcell { + height: Auto; + line-height: 18px; + overflow-wrap: break-word; + text-overflow: clip; + white-space: normal; + word-wrap: break-word; +} + +.e-grid .e-stackedheadercelldiv { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, +.e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv { + max-height: 36px; +} + +.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -17px 11px 0 0; +} + +.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv { + margin: -17px 10px 0 0; +} + +.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv { + margin: -17px 30px 0 0; +} + +.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv { + margin: -14px 8px; +} + +.e-grid .e-columnheader.e-wrap .e-icon-group::before, +.e-grid.e-wrap .e-columnheader .e-icon-group::before { + display: inline-block; +} + +.e-grid.e-responsive .e-rowcell.e-gridclip, +.e-grid.e-responsive .e-gridclip .e-headercelldiv, +.e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip { + text-overflow: clip; +} + +.e-grid .e-clipboard { + cursor: default; + height: 1px; + left: -1000px; + overflow: hidden; + position: fixed; + resize: none; + top: -1000px; + width: 1px; +} + +.e-grid.e-resize-lines th.e-headercell.e-stackedheadercell, +.e-grid.e-resize-lines th.e-headercell.e-firstcell, .e-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell, +.e-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell { + border-left: 0; + border-right: 0; + border-top: 0; +} + +.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor { + border-right: 0; +} + +.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] { + border-left: 0; +} + +.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, +.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor { + border-left: 0; +} + +.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] { + border-right: 0; +} + +.e-grid-min-height .e-rowcell { + line-height: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-grid-min-height .e-gridheader .e-headercell, +.e-grid-min-height .e-gridheader .e-detailheadercell, +.e-grid-min-height .e-gridheader .e-headercell .e-headercelldiv { + height: auto; +} + +.e-grid-min-height .e-gridcontent .e-groupcaption { + line-height: normal; + padding: 0 .7em; +} + +.e-grid-min-height .e-summarycell { + line-height: normal; + padding: 0 8px; +} + +.e-device.e-grid-min-height .e-rowcell, +.e-device.e-grid-min-height .e-rowcell:first-child, +.e-device.e-grid-min-height .e-rowcell:last-child { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-grid-min-height .e-rowcell, +.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child, +.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child { + line-height: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-wrap.e-grid-min-height .e-rowcell { + line-height: 18px; +} + +.e-bigger .e-wrap.e-grid-min-height .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height .e-frozenhdrcont table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 18px; +} + +.e-rtl .e-grid .e-headercell, +.e-rtl .e-grid .e-detailheadercell, +.e-rtl .e-grid .e-headercelldiv, +.e-rtl .e-grid .e-headercelldiv.e-headerchkcelldiv { + text-align: right; +} + +.e-edit-dialog .e-gridform .e-table { + border-collapse: separate; + border-spacing: 11px; + width: 100%; +} + +.e-edit-dialog .e-dlg-content { + position: relative; +} + +/*! Grid theme */ +.e-grid { + border-color: #eaeaea; +} + +.e-grid .e-content { + background-color: #fff; +} + +.e-grid .e-icons { + color: #333; +} + +.e-grid .e-unboundcelldiv .e-icons { + color: #333; +} + +.e-grid .e-table { + background-color: #fff; +} + +.e-grid .e-focused:not(.e-menu-item) { + box-shadow: 0 0 0 1px #666 inset; +} + +.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop) { + color: #333; +} + +.e-grid .e-groupdroparea .e-icons { + color: #333; +} + +.e-grid.e-default { + background-color: ""; +} + +.e-grid .e-tableborder { + border-right-color: #eaeaea; +} + +.e-grid .e-autofill, +.e-grid .e-xlsel { + background-color: #0078d6; + border-color: #0078d6; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, +.e-grid .e-gridheader thead tr th.e-firstrowdragborder, +.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 2px 0 0 #0078d6; + position: relative; + z-index: 5; +} + +.e-grid .e-gridheader { + background-color: #fff; + border-bottom-color: #eaeaea; + border-top-color: #eaeaea; + color: #666; +} + +.e-grid .e-gridcontent tr:first-child td { + border-top-color: transparent; +} + +.e-grid th.e-headercell[aria-sort='ascending'] .e-headertext, +.e-grid th.e-headercell[aria-sort='descending'] .e-headertext, +.e-grid th.e-headercell[aria-sort='ascending'] .e-sortfilterdiv, +.e-grid th.e-headercell[aria-sort='descending'] .e-sortfilterdiv { + color: #666; + opacity: 1; +} + +.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-color: #eaeaea; +} + +.e-grid.e-default.e-horizontallines .e-grouptopleftcell { + border-color: #eaeaea; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-color: #eaeaea; +} + +.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader { + border-color: #eaeaea; +} + +.e-grid .e-filterbarcell input { + border-color: #eaeaea; +} + +.e-grid .e-gridcontent { + background-color: #fff; +} + +.e-grid .e-gridfooter { + background-color: #f6f6f6; +} + +.e-grid .e-headercontent { + border-color: #eaeaea; +} + +.e-grid .e-headercell, +.e-grid .e-detailheadercell { + background-color: #fff; + border-color: #eaeaea; +} + +.e-grid [aria-selected] + tr .e-detailindentcell { + border-color: #eaeaea; +} + +.e-grid tr th.e-firstcell { + border-left-color: #eaeaea; + border-right-color: #eaeaea; +} + +.e-grid .e-rowcell:not(.e-editedbatchcell), +.e-grid .e-detailrowcollapse:not(.e-editedbatchcell), +.e-grid .e-detailrowexpand:not(.e-editedbatchcell), +.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell), +.e-grid .e-emptyrow:not(.e-editedbatchcell) { + color: #333; + opacity: 1; +} + +.e-grid .e-summarycell { + background-color: #fff; + border-color: #eaeaea; + color: #666; +} + +.e-grid .e-summaryrow .e-summarycell, +.e-grid .e-summaryrow .e-templatecell, +.e-grid .e-summarycontent .e-indentcell, +.e-grid .e-indentcell.e-detailindentcelltop { + background-color: #f6f6f6; + border-color: #eaeaea; + color: #666; +} + +.e-grid .e-rowcell, +.e-grid .e-groupcaption, +.e-grid .e-indentcell, +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse, +.e-grid .e-detailrowcollapse, +.e-grid .e-detailrowexpand, +.e-grid .e-detailindentcell, +.e-grid .e-detailcell { + border-color: #eaeaea; +} + +.e-grid.e-default .e-grouptopleftcell { + border-color: #eaeaea; +} + +.e-grid .e-frozenhdrcont .e-headercontent > .e-table, +.e-grid .e-frozenhdrcont .e-frozenheader > .e-table, +.e-grid .e-frozenhdrcont .e-movableheader > .e-table, +.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable > .e-table { + border-bottom-color: #0078d6; +} + +.e-grid .e-frozencontent { + border-bottom-color: #eaeaea; +} + +.e-grid .e-frozenheader > .e-table, +.e-grid .e-frozencontent > .e-table, +.e-grid .e-frozencontent .e-virtualtable > .e-table, +.e-grid .e-frozenheader .e-virtualtable > .e-table { + border-right-color: #0078d6; +} + +.e-grid.e-rtl .e-frozenheader > .e-table, +.e-grid.e-rtl .e-frozencontent > .e-table { + border-left-color: #0078d6; +} + +.e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: #f4f4f4; + color: #333; +} + +.e-grid tr[role='row']:hover .e-rowdragdrop { + cursor: move; +} + +.e-grid .e-sortnumber { + background-color: #bbbdc0; + color: #333; +} + +.e-grid .e-col-menu.e-filter-popup { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); +} + +.e-grid td.e-active .e-icon-rowdragicon::before { + color: #333; +} + +.e-grid td.e-active { + background: #d1ebff; + color: #333; +} + +.e-grid td.e-cellselectionbackground { + background: #d1ebff; + color: #333; +} + +.e-grid .e-filterbarcell, +.e-grid .e-filterbarcelldisabled { + background-color: #fff; + background-image: none; + border-color: #eaeaea; +} + +.e-grid .e-filtered::before { + color: #0078d6; +} + +.e-grid .e-gridpopup .e-content { + background-color: #fff; + border-color: #eaeaea; +} + +.e-grid .e-gridpopup span:hover, +.e-grid .e-gridpopup .e-spanclicked { + border-color: #333; +} + +.e-grid .e-gridpopup .e-downtail::before, +.e-grid .e-gridpopup .e-downtail { + border-top-color: #eaeaea; +} + +.e-grid .e-gridpopup .e-downtail::after { + border-top-color: #fff; +} + +.e-grid .e-gridpopup .e-uptail::before, +.e-grid .e-gridpopup .e-uptail { + border-bottom-color: #eaeaea; +} + +.e-grid .e-gridpopup .e-uptail::after { + border-bottom-color: #fff; +} + +.e-grid .e-cloneproperties { + background-color: #d1ebff; + border-color: #eaeaea; + color: #333; +} + +.e-grid .e-rhelper { + background-color: #333; + cursor: col-resize; + opacity: 1; +} + +.e-grid.e-device .e-rcursor::before { + border-right-color: #333; + opacity: 1; +} + +.e-grid.e-device .e-rcursor::after { + border-left-color: #333; + opacity: 1; +} + +.e-grid.e-resize-lines .e-headercell .e-rhandler, +.e-grid.e-resize-lines .e-headercell .e-rsuppress { + border-right: 1px solid #eaeaea; +} + +.e-grid.e-resize-lines .e-focused .e-rhandler { + border: 0 none; +} + +.e-grid.e-resize-lines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid #eaeaea; + border-right: 1px solid #eaeaea; +} + +.e-grid.e-rtl.e-resize-lines .e-headercell.e-stackedheadercell, +.e-grid.e-rtl.e-resize-lines .e-headercell .e-rhandler, +.e-grid.e-rtl.e-resize-lines .e-headercell .e-rsuppress { + border-left: 1px solid #eaeaea; + border-right-width: 0; +} + +.e-grid.e-resize-lines .e-filterbarcell, +.e-grid.e-rtl.e-resize-lines .e-filterbarcell { + border-top: 1px solid #eaeaea; +} + +.e-grid .e-cloneproperties.e-draganddrop { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + opacity: .95; + overflow: visible; +} + +.e-grid .e-row .e-dragstartrow::before, +.e-grid .e-row .e-selectionbackground .e-dragstartrow::before { + color: #0078d6; +} + +.e-grid .e-griddragarea { + background-color: #d1ebff; + border-color: #d1ebff; + color: #333; +} + +.e-grid .e-groupdroparea { + background-color: #0078d6; + border-top-color: #eaeaea; + color: #fff; +} + +.e-grid .e-groupdroparea.e-hover { + background-color: #0078d6; +} + +.e-grid .e-groupdroparea.e-grouped { + background-color: #0078d6; +} + +.e-grid .e-groupheadercell { + background-color: #b7e0ff; + border-color: #b7e0ff; + border-radius: 0; + color: #333; +} + +.e-grid .e-groupheadercell:hover { + background-color: #d1ebff; + border-color: #d1ebff; +} + +.e-grid .e-ungroupbutton:hover { + color: #333; + opacity: 1; +} + +.e-grid .e-ungroupbutton { + opacity: 1px; +} + +.e-grid .e-groupcaption, +.e-grid .e-indentcell, +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse { + background-color: #fff; + color: #333; +} + +.e-grid .e-grouptopleftcell { + background-color: #fff; + border-color: #eaeaea; +} + +.e-grid .e-stackedheadercell { + border-bottom-color: #eaeaea; +} + +.e-grid .e-verticallines tr th { + border-color: #eaeaea; +} + +.e-grid td.e-updatedtd { + background-color: #d7f9c7; + color: #333; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell { + border-top-color: #eaeaea; +} + +.e-grid .e-gridcontent .e-normaledit .e-dragindentcell, +.e-grid .e-gridcontent .e-normaledit .e-detailrowcollapse { + border-top: 1px solid #eaeaea; +} + +.e-grid .e-excelfilter .e-footer-content { + border-color: rgba(0, 0, 0, 0.12); + opacity: 1; +} + +.e-grid .e-ccdlg .e-footer-content { + border-color: rgba(0, 0, 0, 0.12); + opacity: 1; +} + +.e-grid .e-ccdlg .e-cc-searchdiv { + border-color: #212121; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus { + border-color: #0078d6; +} + +.e-grid .e-cloneproperties.e-draganddrop .e-rowcell { + color: #333; +} + +.e-grid .e-cloneproperties.e-draganddrop table, +.e-grid .e-cloneproperties.e-draganddrop table .e-selectionbackground { + background-color: #fff; + height: 30px; +} + +.e-grid.e-rtl .e-verticallines tr th:first-child:not(.e-firstcell) { + border-color: #eaeaea; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell, +.e-grid.e-rtl.e-default.e-verticallines tr th:last-child, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-color: #eaeaea; +} + +.e-grid.e-rtl .e-tableborder { + border-left-color: #eaeaea; +} + +.e-tooltip-wrap.e-griderror, +.e-control.e-tooltip-wrap.e-popup.e-griderror { + background-color: #fcdbe4; + border-color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-tip-content, +.e-tooltip-wrap.e-griderror .e-tip-content label { + color: #f44336; +} + +.e-dropitemscount { + background-color: #0078d6; + color: #fff; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! TreeView's fabric theme wise override definitions and variables */ +.e-treeview .e-list-item div.e-icons.interaction { + -webkit-transition: -webkit-transform .3s ease-in-out; + border-radius: 15px; + transition: transform .3s ease-in-out; +} + +.e-treeview .e-list-item .e-icons.e-icon-collapsible { + transform: rotate(90deg); +} + +.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next { + transform: rotate(180deg); +} + +.e-treeview.e-rtl div.e-icons { + transform: rotate(180deg); +} + +/*! FileManager's fabric theme wise override definitions and variables */ +.e-filemanager .e-fe-icon, +.e-filemanager .e-list-icon { + background-repeat: no-repeat; +} + +.e-filemanager .e-fe-access-error { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGQkUzRjtzdHJva2U6I0FDODkzODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MXtmaWxsOiMwNjAyMDA7fTwvc3R5bGU+PGcgaWQ9ImNmdUt3Ri50aWYiPjxpbWFnZSBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTQwIiBpZD0iTGF5ZXJfMF8xXyIgeGxpbms6aHJlZj0iQTQ5RUUwRjNGODFBNjdDMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgwLjI2NTYgMCAwIDAuMjY1NiAtODMuNTc3OSAtMi4yNzgyKSI+PC9pbWFnZT48L2c+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LDMuMUwxLjYsMjcuOWMtMC40LDAuNywwLjEsMS42LDAuOSwxLjZoMjYuOGMwLjgsMCwxLjMtMC45LDAuOS0xLjZMMTYuOSwzLjFDMTYuNSwyLjMsMTUuNCwyLjMsMTUsMy4xeiIvPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTcsMjIgMTUsMjIgMTQuNSwxMCAxNy4zLDEwICIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNiwyNi41TDE2LDI2LjVjLTAuOCwwLTEuNS0wLjctMS41LTEuNXYwYzAtMC44LDAuNy0xLjUsMS41LTEuNWgwYzAuOCwwLDEuNSwwLjcsMS41LDEuNXYwQzE3LjUsMjUuOCwxNi44LDI2LjUsMTYsMjYuNXoiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-docx, +.e-filemanager .e-fe-doc { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fS5jbHMtNHtmaWxsOiMzODYyYTE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9Xb3JkPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMzEuNSAzMS41IDguNSAzMS41IDguNSAwLjUgMjQuNSAwLjUgMzEuNSA3LjUgMzEuNSAzMS41Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzIsMzJIOFYwSDI0LjcxTDMyLDcuMjlaTTksMzFIMzFWNy43MUwyNC4yOSwxSDlaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMxIDggMjQgOCAyNCAxIDI1IDEgMjUgNyAzMSA3IDMxIDgiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIyMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIyMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIxOCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIxNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIxMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIxMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIzIiB3aWR0aD0iNSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxMiIgeT0iMjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxMiIgeT0iMjYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHBvbHlnb24gY2xhc3M9ImNscy00IiBwb2ludHM9IjE4IDI5IDEgMjcgMSA5IDE4IDcgMTggMjkiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTMuMiAxNC4yOSAxMS45NCAxOS42NSAxMC41NCAxNC4yOSA4LjkzIDE0LjI5IDcuMDkgMTkuODMgNS44IDE0LjI5IDQuNSAxNC4yOSA2LjI0IDIxLjcxIDcuOCAyMS43MSA5LjY5IDE2LjAyIDExLjE4IDIxLjcxIDEyLjc2IDIxLjcxIDE0LjUgMTQuMjkgMTMuMiAxNC4yOSIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-pptx, +.e-filemanager .e-fe-ppt { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjOGM4Yzg7fS5jbHMtNHtmaWxsOiNmNWJhOWU7fS5jbHMtNXtmaWxsOiNjNWM1YzU7fS5jbHMtNntmaWxsOiNkMTU3Mzc7fS5jbHMtN3tmaWxsOiNmZWZlZmU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9QUFQ8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzMS41IDMxLjUgOC41IDMxLjUgOC41IDAuNSAyNC41IDAuNSAzMS41IDcuNSAzMS41IDMxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMiwzMkg4VjBIMjQuNzFMMzIsNy4yOVpNOSwzMUgzMVY3LjcxTDI0LjI5LDFIOVoiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMyIgY3g9IjIwLjUiIGN5PSIxMS41IiByPSI2LjUiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0yNywxMS41SDIwLjVWNUE2LjUsNi41LDAsMCwxLDI3LDExLjVaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMxIDggMjQgOCAyNCAxIDI1IDEgMjUgNyAzMSA3IDMxIDgiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjEyIiB5PSIyMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjEyIiB5PSIyNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjEyIiB5PSIyNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cG9seWdvbiBjbGFzcz0iY2xzLTYiIHBvaW50cz0iMTggMjkgMSAyNyAxIDkgMTggNyAxOCAyOSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNyAxMiAyMCAxMiAyMCA1IDIxIDUgMjEgMTEgMjcgMTEgMjcgMTIiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik05Ljc5LDEySDUuNVYyNEg3Ljc5VjE5LjQzaDJhMy43MiwzLjcyLDAsMCwwLDAtNy40M1ptMCw1LjE0aC0yVjE0LjI5aDJhMS40MywxLjQzLDAsMCwxLDAsMi44NVoiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-xlsx, +.e-filemanager .e-fe-xls { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fS5jbHMtNHtmaWxsOiMyYzdhNGY7fS5jbHMtNXtmaWxsOiNmZWZlZmU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9FeGNlbDwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjMxLjUgMzEuNSA4LjUgMzEuNSA4LjUgMC41IDI0LjUgMC41IDMxLjUgNy41IDMxLjUgMzEuNSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyLDMySDhWMEgyNC43MUwzMiw3LjI5Wk05LDMxSDMxVjcuNzFMMjQuMjksMUg5WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzMSA4IDI0IDggMjQgMSAyNSAxIDI1IDcgMzEgNyAzMSA4Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIyNCIgeT0iMjIiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjI0IiB5PSIyMCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMjQiIHk9IjE4IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIyNCIgeT0iMTYiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjI0IiB5PSIxNCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMjQiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIyNCIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjI0IiB5PSIyNCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMjQiIHk9IjI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxOSIgeT0iMjIiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjE5IiB5PSIyMCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMTkiIHk9IjE4IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxOSIgeT0iMTYiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjE5IiB5PSIxNCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMTkiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxOSIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjE5IiB5PSIyNCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMTkiIHk9IjI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHBvbHlnb24gY2xhc3M9ImNscy00IiBwb2ludHM9IjE4IDI5IDEgMjcgMSA5IDE4IDcgMTggMjkiLz48cG9seWdvbiBjbGFzcz0iY2xzLTUiIHBvaW50cz0iMTEuMTggMTMuOTYgOS41OCAxNi45MiA4LjE1IDEzLjk2IDYuMTMgMTMuOTYgOC40OSAxOCA2IDIyLjA0IDcuOTggMjIuMDQgOS41NyAxOC44OSAxMS4wMiAyMi4wNCAxMyAyMi4wNCAxMC41NyAxNy45MSAxMi44NiAxMy45NiAxMS4xOCAxMy45NiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-pdf { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fS5jbHMtNHtmaWxsOiNkMTU3Mzc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9QREY8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNy41IDMxLjUgNC41IDMxLjUgNC41IDAuNSAyMC41IDAuNSAyNy41IDcuNSAyNy41IDMxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwzMkg0VjBIMjAuNzFMMjgsNy4yOVpNNSwzMUgyN1Y3LjcxTDIwLjI5LDFINVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjcgOCAyMCA4IDIwIDEgMjEgMSAyMSA3IDI3IDcgMjcgOCIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOCIgeT0iMTAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIzIiB3aWR0aD0iNSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIxMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjE0IiB3aWR0aD0iMTYiIGhlaWdodD0iMSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIyLDMwSDEwVjIySDIyWk0xMSwyOUgyMVYyM0gxMVoiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjI0IiB5PSIyMyIgd2lkdGg9IjYiIGhlaWdodD0iNiIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iMjMiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-image { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiNmNWJiOWU7fS5jbHMtNHtmaWxsOiM4NmJlYjc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9JbWFnZTwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwLjUiIHk9IjUuNSIgd2lkdGg9IjMxIiBoZWlnaHQ9IjIyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzIsMjhIMFY1SDMyWk0xLDI3SDMxVjZIMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yNS41LDEzQTIuNSwyLjUsMCwxLDEsMjgsMTAuNSwyLjUsMi41LDAsMCwxLDI1LjUsMTNabTAtNEExLjUsMS41LDAsMSwwLDI3LDEwLjUsMS41LDEuNSwwLDAsMCwyNS41LDlaIi8+PHBvbHlnb24gY2xhc3M9ImNscy00IiBwb2ludHM9IjMxIDIzLjQzIDIxLjM2IDE0LjUxIDE1Ljg4IDIwLjEzIDE2LjYgMjAuODMgMjEuNCAxNS45IDMxIDI0Ljc5IDMxIDIzLjQzIi8+PHBvbHlnb24gY2xhc3M9ImNscy00IiBwb2ludHM9IjI0LjE2IDI3IDcuMzYgMTEgMSAxNy4wMiAxIDE4LjQgNy4zNSAxMi4zOCAyMi43MSAyNyAyNC4xNiAyNyIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-rar, +.e-filemanager .e-fe-zip { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhYWE7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiM4MTgxODE7fS5jbHMtNHtmaWxsOiNlYWVhZWE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9SQVI8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzMiAxMSAxOS41OSAxMSAxNC41MyA3IDE2IDcgMjAgMTAgMzIgMTAgMzIgMTEiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMzIgMjcgMCAyNyAwIDcgMTQuNTMgNyAxOS41OSAxMSAzMiAxMSAzMiAyNyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIyMCAxMCAzMiAxMCAzMiA0IDIwIDQgMTYgNyAyMCAxMCIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNSIgeT0iMjEiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjUiIHk9IjI0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI1IiB5PSIxOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNSIgeT0iNyIgd2lkdGg9IjMiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMgMTUpIHJvdGF0ZSgxODApIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNOCw4VjlINVY4SDR2OEg5VjhabTAsN0g1VjEySDhaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-txt { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjOGM4Yzg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9UZXh0PC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMjcuMzMgMzEuNjIgNC4zMyAzMS4zNyA0LjY3IDAuMzggMjAuNjcgMC41NSAyNy41OSA3LjYzIDI3LjMzIDMxLjYyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjcuODMsMzIuMTNsLTI0LS4yNi4zNC0zMkwyMC44OC4wNWw3LjIxLDcuMzdabS0yMy0xLjI1LDIyLC4yNC4yNS0yMy4yOUwyMC40NiwxLjA1LDUuMTYuODhaIi8+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNy4wOSA3LjYyIDIwLjU5IDcuNTUgMjAuNjYgMS4wNSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyNy4wOSA4LjEyIDIwLjA5IDguMDQgMjAuMTYgMS4wNCAyMS4xNiAxLjA1IDIxLjEgNy4wNSAyNy4xIDcuMTIgMjcuMDkgOC4xMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjcuMTQiIHkxPSIzLjQiIHgyPSIxNC4xNCIgeTI9IjMuNDgiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEwLjE0IiB5PSItMC4wNiIgd2lkdGg9IjEiIGhlaWdodD0iNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wOCAxNC4wNCkgcm90YXRlKC04OS4zOCkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI3LjA2IiB5MT0iMTAuNCIgeDI9IjI1LjA2IiB5Mj0iMTAuNiIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMTUuNTYiIHk9IjEuNSIgd2lkdGg9IjEiIGhlaWdodD0iMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMzkgMjYuNDUpIHJvdGF0ZSgtODkuMzgpIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNi45NyIgeTE9IjE4LjQiIHgyPSIyNC45NyIgeTI9IjE4LjYiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjE1LjQ3IiB5PSI5LjUiIHdpZHRoPSIxIiBoZWlnaHQ9IjE4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi43IDM0LjI3KSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHkxPSIxNi40IiB4Mj0iMjQuOTkiIHkyPSIxNi42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS40OSIgeT0iNy41IiB3aWR0aD0iMSIgaGVpZ2h0PSIxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuNjggMzIuMzEpIHJvdGF0ZSgtODkuMzgpIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNy4wMiIgeTE9IjE0LjQiIHgyPSIyNS4wMiIgeTI9IjE0LjYiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjE1LjUyIiB5PSI1LjUiIHdpZHRoPSIxIiBoZWlnaHQ9IjE4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjM0IDMwLjM2KSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjcuMDQiIHkxPSIxMi40IiB4Mj0iMjUuMDQiIHkyPSIxMi42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS41NCIgeT0iMy41IiB3aWR0aD0iMSIgaGVpZ2h0PSIxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4zNiAyOC40KSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjYuOTUiIHkxPSIyMC40IiB4Mj0iMjQuOTUiIHkyPSIyMC42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS40NSIgeT0iMTEuNSIgd2lkdGg9IjEiIGhlaWdodD0iMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjcyIDM2LjIzKSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjYuOTMiIHkxPSIyMi40IiB4Mj0iMjQuOTMiIHkyPSIyMi42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS40MyIgeT0iMTMuNSIgd2lkdGg9IjEiIGhlaWdodD0iMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02Ljc0IDM4LjE4KSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjYuOTEiIHkxPSIyNC40IiB4Mj0iMjQuOTEiIHkyPSIyNC42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS40MSIgeT0iMTUuNSIgd2lkdGg9IjEiIGhlaWdodD0iMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04Ljc2IDQwLjE0KSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjYuODkiIHkxPSIyNi40IiB4Mj0iMjQuODkiIHkyPSIyNi42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS4zOSIgeT0iMTcuNSIgd2lkdGg9IjEiIGhlaWdodD0iMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMC43OCA0Mi4xKSByb3RhdGUoLTg5LjM4KSIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-music { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiM2YmIwZTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9NdXNpYzwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI3LjUgMzEuNSA0LjUgMzEuNSA0LjUgMC41IDIwLjUgMC41IDI3LjUgNy41IDI3LjUgMzEuNSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4LDMySDRWMEgyMC43MUwyOCw3LjI5Wk01LDMxSDI3VjcuNzFMMjAuMjksMUg1WiIvPjxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMjcgNy41IDIwLjUgNy41IDIwLjUgMSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyNyA4IDIwIDggMjAgMSAyMSAxIDIxIDcgMjcgNyAyNyA4Ii8+PGVsbGlwc2UgY2xhc3M9ImNscy0zIiBjeD0iMTIuNSIgY3k9IjI1IiByeD0iNC41MyIgcnk9IjIuOTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjY0IDIuMTgpIHJvdGF0ZSgtOC43MSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNy4yOCw5LjE3QS41MS41MSwwLDAsMSwxNyw4LjcyVjguNDdhLjUuNSwwLDEsMC0xLDB2MTZhLjUuNSwwLDAsMCwxLDBWMTIuOTRhNyw3LDAsMCwxLDQuOTMsMy4xMSw0LjE2LDQuMTYsMCwwLDEsLjcxLDMsNS4yNiw1LjI2LDAsMCwxLTEuOTIsMy4yMmwuMzMuNTFBNi44NSw2Ljg1LDAsMCwwLDI0LjMzLDE3QzI0LjMzLDEzLDE5Ljg2LDEwLjM4LDE3LjI4LDkuMTdaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-video { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiM2YWIwZTU7fS5jbHMtNHtmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9WaWRlbzwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwLjUiIHk9IjQuNSIgd2lkdGg9IjMxIiBoZWlnaHQ9IjIyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzIsMjdIMFY0SDMyWk0xLDI2SDMxVjVIMVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMTIgMTAgMTIgMjEgMjIgMTUuNSAxMiAxMCIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMjkiIHk9IjYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjI5IiB5PSI4IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyOSIgeT0iMTAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjI5IiB5PSIxMiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMjkiIHk9IjE0IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyOSIgeT0iMTYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjI5IiB5PSIxOCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMjkiIHk9IjIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyOSIgeT0iMjIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjI5IiB5PSIyNCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iNiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iOCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iMTAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjIiIHk9IjEyIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyIiB5PSIxNCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iMTYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjIiIHk9IjE4IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyIiB5PSIyMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iMjIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjIiIHk9IjI0IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-js, +.e-filemanager .e-fe-php { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9KUzwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI3LjUgMzEuNSA0LjUgMzEuNSA0LjUgMC41IDIwLjUgMC41IDI3LjUgNy41IDI3LjUgMzEuNSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4LDMySDRWMEgyMC43MUwyOCw3LjI5Wk01LDMxSDI3VjcuNzFMMjAuMjksMUg1WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyOCA4IDIwIDggMjAgMSAyMSAxIDIxIDcgMjggNyAyOCA4Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjkuMTQgMTkuMjQgNi43IDE2IDkuMTQgMTIuNzcgOS45NCAxMy4zOCA3Ljk1IDE2IDkuOTQgMTguNjQgOS4xNCAxOS4yNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyMi41NyAxOS4yNCAyMS43OCAxOC42NCAyMy43NiAxNiAyMS43OCAxMy4zOCAyMi41NyAxMi43NyAyNS4wMSAxNiAyMi41NyAxOS4yNCIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOCIgeT0iMjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIyNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEwLjA4IiB5PSIxNS41IiB3aWR0aD0iMTEuODQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUuOTggMjEuMzkpIHJvdGF0ZSgtNTguNzgpIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-css { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9DU1M8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNy41IDMxLjUgNC41IDMxLjUgNC41IDAuNSAyMC41IDAuNSAyNy41IDcuNSAyNy41IDMxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwzMkg0VjBIMjAuNzFMMjgsNy4yOVpNNSwzMUgyN1Y3LjcxTDIwLjI5LDFINVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjggOCAyMCA4IDIwIDEgMjEgMSAyMSA3IDI4IDcgMjggOCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI5LjE0IDE5LjI0IDYuNyAxNiA5LjE0IDEyLjc3IDkuOTQgMTMuMzggNy45NSAxNiA5Ljk0IDE4LjY0IDkuMTQgMTkuMjQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjIuNTcgMTkuMjQgMjEuNzggMTguNjQgMjMuNzYgMTYgMjEuNzggMTMuMzggMjIuNTcgMTIuNzcgMjUuMDEgMTYgMjIuNTcgMTkuMjQiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjI0IiB3aWR0aD0iMTYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOCIgeT0iMjYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxMC4wOCIgeT0iMTUuNSIgd2lkdGg9IjExLjg0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01Ljk4IDIxLjM5KSByb3RhdGUoLTU4Ljc4KSIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-html { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiM2ZWFmZGY7fS5jbHMtNHtmaWxsOiNjOGM4Yzg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9IdG1sPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMjcuNSAzMS41IDQuNSAzMS41IDQuNSAwLjUgMjAuNSAwLjUgMjcuNSA3LjUgMjcuNSAzMS41Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjgsMzJINFYwSDIwLjcxTDI4LDcuMjlaTTUsMzFIMjdWNy43MUwyMC4yOSwxSDVaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjI3LjMxIDggMjAgOCAyMCAxIDIxIDEgMjEgNyAyNy4zMSA3IDI3LjMxIDgiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNiwyMmE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSwxNiwyMlpNMTYsOWE2LDYsMCwxLDAsNiw2QTYsNiwwLDAsMCwxNiw5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE2LDIyYy0yLDAtMy41LTMuMDctMy41LTdTMTQsOCwxNiw4czMuNSwzLjA3LDMuNSw3UzE4LDIyLDE2LDIyWk0xNiw5Yy0xLjE4LDAtMi41LDIuNDYtMi41LDZzMS4zMiw2LDIuNSw2LDIuNS0yLjQ2LDIuNS02UzE3LjE4LDksMTYsOVoiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEwIiB5PSIxMiIgd2lkdGg9IjExLjk3IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEwIiB5PSIxNyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjgiIHk9IjI0IiB3aWR0aD0iMTYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iOCIgeT0iMjYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-exe { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiNlYWVhZWE7fS5jbHMtNHtmaWxsOiM2YmIwZTU7fS5jbHMtNXtmaWxsOiNjOGM4Yzg7fS5jbHMtNntmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9FWEU8L3RpdGxlPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI0LjUiIHdpZHRoPSIzMSIgaGVpZ2h0PSIyMiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyLDI3SDBWNEgzMlpNMSwyNkgzMVY1SDFaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSI3IiB3aWR0aD0iNyIgaGVpZ2h0PSIxOSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTAiIHk9IjkiIHdpZHRoPSI5IiBoZWlnaHQ9IjE1Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB5PSI0IiB3aWR0aD0iMzIiIGhlaWdodD0iMyIvPjxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMiIgeT0iOSIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMiIgeT0iMTEiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjIiIHk9IjEzIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy01IiB4PSIyIiB5PSIxNSIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iMjEiIHk9IjkiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjIxIiB5PSIxMSIgd2lkdGg9IjgiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iMjEiIHk9IjEzIiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIyMSIgeT0iMTUiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjIxIiB5PSIxNyIgd2lkdGg9IjgiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iMjEiIHk9IjE5IiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIyMSIgeT0iMjEiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-msi { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiNlYWVhZWE7fS5jbHMtNHtmaWxsOiM2YmIwZTU7fS5jbHMtNXtmaWxsOiNjOGM4Yzg7fS5jbHMtNntmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9NU0k8L3RpdGxlPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI1LjUiIHdpZHRoPSIzMSIgaGVpZ2h0PSIyMiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyLDI4SDBWNUgzMlpNMSwyN0gzMVY2SDFaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSI4IiB3aWR0aD0iNyIgaGVpZ2h0PSIxOSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTAiIHk9IjEwIiB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIvPjxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iNSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjIiIHk9IjEwIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy01IiB4PSIyIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMiIgeT0iMTQiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjIiIHk9IjE2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIyMSIgeT0iMTAiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjIxIiB5PSIxMiIgd2lkdGg9IjgiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iMjEiIHk9IjE0IiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIyMSIgeT0iMTYiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjIxIiB5PSIxOCIgd2lkdGg9IjgiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iMjEiIHk9IjIwIiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIyMSIgeT0iMjIiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-unknown { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9FeGNsYW1hdG9yeTwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI3LjUgMzEuNSA0LjUgMzEuNSA0LjUgMC41IDIwLjUgMC41IDI3LjUgNy41IDI3LjUgMzEuNSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4LDMySDRWMEgyMC43MUwyOCw3LjI5Wk01LDMxSDI3VjcuNzFMMjAuMjksMUg1WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyNyA4IDIwIDggMjAgMSAyMSAxIDIxIDcgMjcgNyAyNyA4Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIyNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjI2IiB3aWR0aD0iMTYiIGhlaWdodD0iMSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNi43MyAxOCAxNS4yNSAxOCAxNSAxMCAxNyAxMCAxNi43MyAxOCIvPjxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iMTYiIGN5PSIyMCIgcj0iMSIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-rtf { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fS5jbHMtNHtmaWxsOiMwMjc5ZDc7fS5jbHMtNXtmaWxsOiM2YWFmZTU7fS5jbHMtNntmaWxsOiMwMDc4ZDc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9SVEY8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNy41IDMxLjUgNC41IDMxLjUgNC41IDAuNSAyMC41IDAuNSAyNy41IDcuNSAyNy41IDMxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwzMkg0VjBIMjAuNzFMMjgsNy4yOVpNNSwzMUgyN1Y3LjcxTDIwLjI5LDFINVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjcgOCAyMCA4IDIwIDEgMjEgMSAyMSA3IDI3IDcgMjcgOCIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOCIgeT0iMjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIyNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjIwIiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIyMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjE2IiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI4IiB5PSIxMyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE1IiB5PSIxMSIgd2lkdGg9IjkiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTUiIHk9IjkiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjE4IiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTYiIHdpZHRoPSI3IiBoZWlnaHQ9IjUiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik0xMS4zMiwxMS42N3YtLjNjLjYsMCwuODctLjIzLjg3LS41OSwwLS4wNi4wOS0xLjYxLjA5LTEuNjFIOS40NGwtLjkxLDEuMTVjLS4xMi4yMi0uMzUuNDItLjM1LjZzLjE4LjQ1LjcyLjQ1di4zSDYuNjl2LS4zYTEsMSwwLDAsMCwuODItLjU5bDUuNzItNy4zaC4yOGwtLjMxLDYuNzFjMCwxLjA4LjI2LDEuMTMsMSwxLjE4di4zWm0xLjEzLTYuMjVMOS43NSw4LjY5aDIuNTJaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-xml { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fS5jbHMtNHtmaWxsOiM2ZWFmZGY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9YTUw8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNy41IDMxLjUgNC41IDMxLjUgNC41IDAuNSAyMC41IDAuNSAyNy41IDcuNSAyNy41IDMxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwzMkg0VjBIMjAuNzFMMjgsNy4yOVpNNSwzMUgyN1Y3LjcxTDIwLjI5LDFINVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjcgOCAyMCA4IDIwIDEgMjEgMSAyMSA3IDI3IDcgMjcgOCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI5LjE0IDE5LjI0IDYuNyAxNiA5LjE0IDEyLjc3IDkuOTQgMTMuMzggNy45NSAxNiA5Ljk0IDE4LjY0IDkuMTQgMTkuMjQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjIuNTcgMTkuMjQgMjEuNzggMTguNjQgMjMuNzYgMTYgMjEuNzggMTMuMzggMjIuNTcgMTIuNzcgMjUuMDEgMTYgMjIuNTcgMTkuMjQiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjI0IiB3aWR0aD0iMTYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOCIgeT0iMjYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PGNpcmNsZSBjbGFzcz0iY2xzLTQiIGN4PSIxNiIgY3k9IjE2IiByPSI0Ii8+PC9zdmc+"); +} + +.e-filemanager .e-fe-folder { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhYWE7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiM4MTgxODE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9Gb2xkZXI8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzMiAxMSAxOS41OSAxMSAxNC41MyA3IDE2IDcgMjAgMTAgMzIgMTAgMzIgMTEiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMzIgMjggMCAyOCAwIDcgMTQuNTMgNyAxOS41OSAxMSAzMiAxMSAzMiAyOCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIyMCAxMCAzMiAxMCAzMiA0IDIwIDQgMTYgNyAyMCAxMCIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-locked > .e-text-content .e-fe-folder, +.e-filemanager .e-fe-locked > .e-fe-grid-icon .e-fe-folder { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzREQkNDMTt9LnN0MXtmaWxsOiNGRjNFM0U7fS5zdDJ7ZmlsbDojMDA5MEQ4O30uc3Qze2ZpbGw6I0MzNzFCRDt9LnN0NHtmaWxsOiNGRjg2MkM7fS5zdDV7ZmlsbDojNzM3MUNDO30uc3Q2e2ZpbGw6IzRCNDg0Qzt9LnN0N3tmaWxsOiMyMjc5NEE7fS5zdDh7ZmlsbDojODJCQjIyO30uc3Q5e2ZpbGw6I0FBQUFBQTt9LnN0MTB7ZmlsbDojOTk5OTk5O30uc3QxMXtmaWxsOiM4MTgxODE7fS5zdDEye2ZpbGw6I0YzRjNGMzt9LnN0MTN7ZmlsbDojRkZGRkZGO30uc3QxNHtmaWxsOiNFQUVBRUE7fS5zdDE1e2ZpbGw6bm9uZTtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTZ7ZmlsbDojMDI3OUQ3O30uc3QxN3tvcGFjaXR5OjAuNTtmaWxsOiM5NDk0OTQ7fS5zdDE4e2ZpbGw6bm9uZTtzdHJva2U6IzAyNzlENztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTl7ZmlsbDojQzhDOEM4O30uc3QyMHtmaWxsOiMwNDdBRDY7fS5zdDIxe2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjJ7ZmlsbDpub25lO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyM3tmaWxsOm5vbmU7c3Ryb2tlOiNDNUM1QzU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI0e2ZpbGw6bm9uZTtzdHJva2U6I0QxNTczNztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjV7ZmlsbDojRDE1NzM3O30uc3QyNntmaWxsOm5vbmU7c3Ryb2tlOiNGRUZFRkU7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI3e2ZpbGw6I0Y1QkE5RTt9LnN0Mjh7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyOXtmaWxsOiNGRUZFRkU7fS5zdDMwe2ZpbGw6IzM4NjJBMTt9LnN0MzF7ZmlsbDpub25lO3N0cm9rZTojRDE1NzM3O3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzMntmaWxsOiMyQzdBNEY7fS5zdDMze2ZpbGw6bm9uZTtzdHJva2U6I0ZFRkVGRTtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MzR7ZmlsbDojRkZGRkZGO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzNXtmaWxsOm5vbmU7c3Ryb2tlOiM2RUFGREY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDM2e2ZpbGw6bm9uZTtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0Mzd7ZmlsbDojNkFCMEU1O30uc3QzOHtmaWxsOiNDNUM1QzU7fS5zdDM5e2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDB7ZmlsbDpub25lO3N0cm9rZTojRjVCQjlFO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MXtmaWxsOiM4NkJFQjc7fS5zdDQye2ZpbGw6IzZFQUZERjt9LnN0NDN7ZmlsbDojNkJCMEU1O30uc3Q0NHtmaWxsOm5vbmU7c3Ryb2tlOiM2QUFGRTU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1e2ZpbGw6IzZBQUZFNTt9LnN0NDZ7ZmlsbDojMDA3OEQ3O30uc3Q0N3tmaWxsOiNGRjkyOTI7fS5zdDQ4e2ZpbGw6I0U4N0U3RTt9LnN0NDl7ZmlsbDojRkZDM0MzO30uc3Q1MHtmaWxsOiM5MUQ0RkU7fS5zdDUxe2ZpbGw6IzYzQTdEMzt9LnN0NTJ7ZmlsbDojQzFFN0ZGO30uc3Q1M3tmaWxsOiM4M0Q2Qjk7fS5zdDU0e2ZpbGw6IzQ2QzY4Qzt9LnN0NTV7ZmlsbDojQkJFOEQ4O30uc3Q1NntmaWxsOiNGRUIxN0Q7fS5zdDU3e2ZpbGw6I0REOTY2Njt9LnN0NTh7ZmlsbDojRkVENEI3O30uc3Q1OXtmaWxsOiNGMkEyQTI7fS5zdDYwe2ZpbGw6I0YxQzVDNTt9LnN0NjF7ZmlsbDojREJCNjYzO30uc3Q2MntmaWxsOiNDRUExNTE7fS5zdDYze2ZpbGw6I0VCRDdBOTt9LnN0NjR7ZmlsbDojQ0VDRUNFO30uc3Q2NXtmaWxsOiNCN0I3Qjc7fS5zdDY2e2ZpbGw6I0U0RTRFNDt9LnN0Njd7ZmlsbDojNjVBQUQxO30uc3Q2OHtmaWxsOiNFNTdBN0E7fS5zdDY5e2ZpbGw6I0U2QTZFODt9LnN0NzB7ZmlsbDojRDY4QUQ2O30uc3Q3MXtmaWxsOiNGRkNDRkU7fS5zdDcye2ZpbGw6Izk4Q0U1Rjt9LnN0NzN7ZmlsbDojOENBRjJDO30uc3Q3NHtmaWxsOiNDNkUzQTc7fS5zdDc1e2ZpbGw6I0ZGQjU3ODt9LnN0NzZ7ZmlsbDojRUQ5RjY0O30uc3Q3N3tmaWxsOiNGRkQ2QjU7fS5zdDc4e2ZpbGw6I0Y0QTFFRjt9LnN0Nzl7ZmlsbDojREQ4N0REO30uc3Q4MHtmaWxsOiNGOUNCRjY7fS5zdDgxe2ZpbGw6I0E4QTJGNDt9LnN0ODJ7ZmlsbDojODg4NUU4O30uc3Q4M3tmaWxsOiNDRkNDRjg7fS5zdDg0e2ZpbGw6I0JDQkNCQzt9LnN0ODV7ZmlsbDojQThBOEE4O30uc3Q4NntmaWxsOiNEQURBREE7fS5zdDg3e2ZpbGw6Izc3Q0NEQjt9LnN0ODh7ZmlsbDojQjRFM0VCO30uc3Q4OXtmaWxsOiNGRkI3QTQ7fS5zdDkwe2ZpbGw6I0Y2OUE3Qjt9LnN0OTF7ZmlsbDojRkZEN0NEO30uc3Q5MntmaWxsOiM3MUM4RjQ7fS5zdDkze2ZpbGw6IzhEQzk3Nzt9LnN0OTR7ZmlsbDojN0NBODUxO30uc3Q5NXtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO30uc3Q5NntmaWxsOm5vbmU7c3Ryb2tlOiM2QkIwRTU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDk3e2ZpbGw6IzAwOEZFNzt9LnN0OTh7ZmlsbDojQTdEREZGO30uc3Q5OXtmaWxsOiMyRUI5ODg7fS5zdDEwMHtmaWxsOiM5MkVDQ0E7fS5zdDEwMXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEwMntmaWxsOiNGRDY2MDA7fS5zdDEwM3tmaWxsOiNGRkNEQUE7fS5zdDEwNHtmaWxsOiNGRkNDQ0I7fS5zdDEwNXtmaWxsOiNGMTAzMDA7fS5zdDEwNntmaWxsOiNFQ0VDRUM7fS5zdDEwN3tmaWxsOiNGMjlDMUY7fS5zdDEwOHtmaWxsOiNGRkVGQ0M7fS5zdDEwOXtmaWxsOiNEQ0RDRkY7fS5zdDExMHtmaWxsOiNENkQ2RDY7fS5zdDExMXtmaWxsOiNFOUZGQjg7fS5zdDExMntmaWxsOiNDNUVGRkY7fS5zdDExM3tmaWxsOiNDQUZGRTE7fS5zdDExNHtmaWxsOiNGRkNEQUI7fS5zdDExNXtmaWxsOiM4MjNBOUI7fS5zdDExNntmaWxsOiNFQ0JERkY7fS5zdDExN3tmaWxsOiNBRkVGRUQ7fS5zdDExOHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMTl7ZmlsbDojOEY4RjhGO30uc3QxMjB7b3BhY2l0eTowLjQ1O30uc3QxMjF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjJ7ZmlsbDojOTFENUZGO30uc3QxMjN7ZmlsbDojMjY5RkU5O30uc3QxMjR7ZmlsbDojOTQ5NDk0O30uc3QxMjV7ZmlsbDojRjVCQjlFO30uc3QxMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30uc3QxMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzZfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOF8pO30uc3QxMzB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwXyk7ZmlsbDojRkZFMkUyO30uc3QxMzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTRfKTt9LnN0MTMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Xyk7ZmlsbDojMzAzMDMwO30uc3QxMzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMThfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMF8pO30uc3QxMzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjJfKTtmaWxsOiNGRkZGRkY7fS5zdDEzNntvcGFjaXR5OjAuNDI7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTt9LnN0MTM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2Xyk7fS5zdDEzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwXyk7ZmlsbDpub25lO3N0cm9rZTojNjE2MTYxO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyXyk7fS5zdDE0MntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Xyk7fS5zdDE0NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyXyk7fS5zdDE0NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF80NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Xyk7fS5zdDE0OHtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDE0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MF8pO30uc3QxNTB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyXyk7ZmlsbDojRkZGRkZGO30uc3QxNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTRfKTt9LnN0MTUye29wYWNpdHk6MC4xODtjbGlwLXBhdGg6dXJsKCNTVkdJRF81Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4Xyk7fS5zdDE1NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyXyk7fS5zdDE1NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Xyk7fS5zdDE1OHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcwXyk7fS5zdDE2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83Ml8pO30uc3QxNjF7b3BhY2l0eTowLjE7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzRfKTtmaWxsOiNGRkZGRkY7fS5zdDE2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83Nl8pO30uc3QxNjN7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzhfKTtmaWxsOiNGRkZGRkY7fS5zdDE2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84Ml8pO30uc3QxNjV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODZfKTt9LnN0MTY3e29wYWNpdHk6MC43O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTJfKTt9LnN0MTY5e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2Xyk7fS5zdDE3MXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF85OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMl8pO30uc3QxNzN7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNl8pO30uc3QxNzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyXyk7fS5zdDE3N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2Xyk7fS5zdDE3OXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMThfKTtmaWxsOiNGRkZGRkY7fS5zdDE4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjJfKTt9LnN0MTgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNF8pO2ZpbGw6I0UwRERERDt9LnN0MTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNl8pO30uc3QxODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4Xyk7ZmlsbDojRTBEREREO30uc3QxODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwXyk7fS5zdDE4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzJfKTtmaWxsOiNFMEREREQ7fS5zdDE4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzRfKTt9LnN0MTg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNl8pO2ZpbGw6I0UwRERERDt9LnN0MTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOF8pO30uc3QxODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwXyk7ZmlsbDojRTBEREREO30uc3QxOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyXyk7fS5zdDE5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDRfKTtmaWxsOiNFMEREREQ7fS5zdDE5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDZfKTt9LnN0MTkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OF8pO2ZpbGw6I0UwRERERDt9LnN0MTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MF8pO30uc3QxOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyXyk7ZmlsbDojRTBEREREO30uc3QxOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Xyk7fS5zdDE5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTZfKTtmaWxsOiMyMTIxMjE7fS5zdDE5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNThfKTt9LnN0MTk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzYxNjE2MTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Ml8pO30uc3QyMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY0Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4Xyk7fS5zdDIwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzBfKTtmaWxsOiNGRkZGRkY7fS5zdDIwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzJfKTt9LnN0MjA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3Nl8pO30uc3QyMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwXyk7fS5zdDIwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODJfKTtmaWxsOiNGRkZGRkY7fS5zdDIxMHtvcGFjaXR5OjAuMjQ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4Nl8pO30uc3QyMTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwXyk7fS5zdDIxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTJfKTtmaWxsOiMzMDMwMzA7fS5zdDIxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTRfKTt9LnN0MjE2e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTZfKTtmaWxsOiNEOEQ4RDg7fS5zdDIxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOThfKTt9LnN0MjE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMl8pO30uc3QyMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA0Xyk7ZmlsbDojMzAzMDMwO30uc3QyMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA4Xyk7fS5zdDIyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjEyXyk7fS5zdDIyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTRfKTt9LnN0MjI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxNl8pO2ZpbGw6I0UwRERERDt9LnN0MjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxOF8pO30uc3QyMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjIwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIyMl8pO30uc3QyMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjI0Xyk7fS5zdDIzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjZfKTtmaWxsOiNFMEREREQ7fS5zdDIzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjhfKTt9LnN0MjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzMF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDIzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMzJfKTt9LnN0MjM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzNF8pO30uc3QyMzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM2Xyk7ZmlsbDojRTBEREREO30uc3QyMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM4Xyk7fS5zdDIzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjQyXyk7fS5zdDIzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDRfKTt9LnN0MjQwe29wYWNpdHk6MC44MjI4O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0OF8pO30uc3QyNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjUwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI1Ml8pO30uc3QyNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjU0Xyk7fS5zdDI0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNTZfKTtmaWxsOiNFMEREREQ7fS5zdDI0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNThfKTt9LnN0MjQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNjJfKTt9LnN0MjQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2NF8pO30uc3QyNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY2Xyk7ZmlsbDojRTBEREREO30uc3QyNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY4Xyk7fS5zdDI1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyNTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjcyXyk7fS5zdDI1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzRfKTt9LnN0MjU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3Nl8pO2ZpbGw6I0UwRERERDt9LnN0MjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3OF8pO30uc3QyNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjgwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI4Ml8pO30uc3QyNTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjg0Xyk7fS5zdDI2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODZfKTtmaWxsOiNFMEREREQ7fS5zdDI2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODhfKTt9LnN0MjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOTJfKTt9LnN0MjY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5NF8pO30uc3QyNjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk2Xyk7ZmlsbDojRTBEREREO30uc3QyNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk4Xyk7fS5zdDI2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDBfKTtmaWxsOiNGRjg2MkM7fS5zdDI2OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDJfKTt9LnN0MjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNl8pO30uc3QyNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzA4Xyk7ZmlsbDojRkZGRkZGO30uc3QyNzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzEwXyk7fS5zdDI3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTJfKTtmaWxsOiNGRkZGRkY7fS5zdDI3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTRfKTt9LnN0Mjc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxNl8pO2ZpbGw6I0ZGQ0RBQjt9LnN0Mjc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxOF8pO30uc3QyNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIwXyk7ZmlsbDojRkY4NjJDO30uc3QyNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIyXyk7fS5zdDI3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjRfKTtmaWxsOiNGRkZGRkY7fS5zdDI4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjZfKTt9LnN0Mjgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMzMF8pO30uc3QyODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzMyXyk7ZmlsbDojRkZGRkZGO30uc3QyODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzM0Xyk7fS5zdDI4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzZfKTtmaWxsOiNGRkNEQUI7fS5zdDI4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzhfKTt9LnN0Mjg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0MF8pO2ZpbGw6I0ZGODYyQzt9LnN0Mjg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0Ml8pO30uc3QyODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QyOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ2Xyk7fS5zdDI5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDI5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNTBfKTt9LnN0Mjkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1NF8pO30uc3QyOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU2Xyk7ZmlsbDojRkZDREFCO30uc3QyOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU4Xyk7fS5zdDI5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjBfKTtmaWxsOiM0QjQ4NEM7fS5zdDI5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjJfKTt9LnN0Mjk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Nl8pO30uc3QzMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzY4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzcwXyk7fS5zdDMwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzJfKTtmaWxsOiNGRkZGRkY7fS5zdDMwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzRfKTt9LnN0MzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3Nl8pO2ZpbGw6I0Q2RDZENjt9LnN0MzA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3OF8pO30uc3QzMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgwXyk7ZmlsbDojMkVCOTg4O30uc3QzMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgyXyk7fS5zdDMwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODRfKTtmaWxsOiM5MkVDQ0E7fS5zdDMxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODZfKTt9LnN0MzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM4OF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDMxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOTBfKTt9LnN0MzEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM5Ml8pO30uc3QzMTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk0Xyk7ZmlsbDojRkZGRkZGO30uc3QzMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk2Xyk7fS5zdDMxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOThfKTtmaWxsOiNGRkZGRkY7fS5zdDMxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MDBfKTt9LnN0MzE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwNF8pO30uc3QzMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA2Xyk7ZmlsbDojRkY4NjJDO30uc3QzMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA4Xyk7fS5zdDMyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDMyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTJfKTt9LnN0MzI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNl8pO30uc3QzMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDE4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDIwXyk7fS5zdDMyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjJfKTtmaWxsOiNBQUFBQUE7fS5zdDMyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjRfKTt9LnN0MzMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyNl8pO2ZpbGw6I0VDRUNFQzt9LnN0MzMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyOF8pO30uc3QzMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDMwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MzMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQzMl8pO30uc3QzMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDM0Xyk7fS5zdDMzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzZfKTtmaWxsOiNGRkZGRkY7fS5zdDMzNntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzhfKTt9LnN0MzM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0Ml8pO30uc3QzMzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ2Xyk7fS5zdDM0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NDhfKTtmaWxsOiMwMDkwRDg7fS5zdDM0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF80NTBfKTt9LnN0MzQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1NF8pO30uc3QzNDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU4Xyk7fS5zdDM0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjBfKTtmaWxsOiNGRkZGRkY7fS5zdDM0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjJfKTt9LnN0MzQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2NF8pO2ZpbGw6I0M1RUZGRjt9LnN0MzUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Nl8pO30uc3QzNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDY4Xyk7ZmlsbDojMjI3OTRBO30uc3QzNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDcwXyk7fS5zdDM1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzJfKTtmaWxsOiNGRkZGRkY7fS5zdDM1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzRfKTt9LnN0MzU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3OF8pO30uc3QzNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgwXyk7ZmlsbDojRkZGRkZGO30uc3QzNTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgyXyk7fS5zdDM1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODRfKTtmaWxsOiNDQUZGRTE7fS5zdDM2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODZfKTt9LnN0MzYxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ4OF8pO2ZpbGw6I0YyOUMxRjt9LnN0MzYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ5MF8pO30uc3QzNjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDkyXyk7ZmlsbDojRkZFRkNDO30uc3QzNjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk0Xyk7fS5zdDM2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80OTZfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QzNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk4Xyk7fS5zdDM2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MDBfKTt9LnN0MzY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwNF8pO30uc3QzNzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA4Xyk7fS5zdDM3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDM3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTJfKTt9LnN0Mzc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNl8pO30uc3QzNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTE4Xyk7ZmlsbDojRjEwMzAwO30uc3QzNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTIwXyk7fS5zdDM3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjJfKTtmaWxsOiNGRkNDQ0I7fS5zdDM3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjRfKTt9LnN0Mzgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyOF8pO30uc3QzODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMwXyk7ZmlsbDojRkZGRkZGO30uc3QzODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMyXyk7fS5zdDM4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzRfKTtmaWxsOiMwMDhGRTc7fS5zdDM4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzZfKTt9LnN0Mzg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUzOF8pO2ZpbGw6I0E3RERGRjt9LnN0Mzg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0MF8pO30uc3QzODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQyXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0Mzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0NF8pO30uc3QzOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQ2Xyk7fS5zdDM5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NDhfKTtmaWxsOiNGRkZGRkY7fS5zdDM5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81NTBfKTt9LnN0Mzkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1NF8pO30uc3QzOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU4Xyk7fS5zdDM5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjBfKTtmaWxsOiMzMDMwMzA7fS5zdDM5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjRfKTt9LnN0Mzk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2Nl8pO2ZpbGw6IzI4MjcyNzt9LnN0NDAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2OF8pO30uc3Q0MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcwXyk7ZmlsbDpub25lO3N0cm9rZTojNDE0MDQwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcyXyk7fS5zdDQwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzRfKTtmaWxsOiNEQURBREE7fS5zdDQwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzZfKTt9LnN0NDA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU3OF8pO2ZpbGw6I0RBREFEQTt9LnN0NDA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4MF8pO30uc3Q0MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTgyXyk7ZmlsbDojREFEQURBO30uc3Q0MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTg2Xyk7fS5zdDQwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81ODhfKTtmaWxsOiNEQURBREE7fS5zdDQxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81OTJfKTt9LnN0NDExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5OF8pO30uc3Q0MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjAwXyk7ZmlsbDojREFEQURBO30uc3Q0MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjA0Xyk7fS5zdDQxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MDZfKTtmaWxsOiNEQURBREE7fS5zdDQxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MTBfKTt9LnN0NDE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxMl8pO2ZpbGw6I0RBREFEQTt9LnN0NDE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxNl8pO30uc3Q0MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjE4Xyk7ZmlsbDojMjAxRjFGO30uc3Q0MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjIwXyk7fS5zdDQyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjJfKTtmaWxsOm5vbmU7c3Ryb2tlOiM0MTQwNDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjRfKTt9LnN0NDIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyNl8pO2ZpbGw6IzUxNEY0Rjt9LnN0NDI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyOF8pO30uc3Q0MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMwXyk7ZmlsbDojREFEQURBO30uc3Q0MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMyXyk7fS5zdDQyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzRfKTtmaWxsOiNEQURBREE7fS5zdDQyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzZfKTt9LnN0NDI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYzOF8pO2ZpbGw6I0RBREFEQTt9LnN0NDMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY0MF8pO30uc3Q0MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQyXyk7ZmlsbDojRkZGRkZGO30uc3Q0MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQ0Xyk7fS5zdDQzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDZfKTtmaWxsOiNEQURBREE7fS5zdDQzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDhfKTt9LnN0NDM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1MF8pO2ZpbGw6I0RBREFEQTt9LnN0NDM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1Ml8pO30uc3Q0Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU0Xyk7ZmlsbDojREFEQURBO30uc3Q0Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU2Xyk7fS5zdDQzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NThfKTtmaWxsOiNEQURBREE7fS5zdDQ0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NjBfKTt9LnN0NDQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Ml8pO2ZpbGw6I0RBREFEQTt9LnN0NDQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Nl8pO30uc3Q0NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjY4Xyk7ZmlsbDojNDE0MDQwO30uc3Q0NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjcwXyk7fS5zdDQ0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzJfKTtmaWxsOiMyMDFGMUY7fS5zdDQ0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzRfKTt9LnN0NDQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzQxNDA0MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3OF8pO30uc3Q0NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgwXyk7ZmlsbDojMjAxRjFGO30uc3Q0NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgyXyk7fS5zdDQ1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM5QTlBOUE7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODhfKTt9LnN0NDUze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTBfKTtmaWxsOiNEOEQ4RDg7fS5zdDQ1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTJfKTt9LnN0NDU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5Nl8pO30uc3Q0NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjk4Xyk7ZmlsbDojREFEQURBO30uc3Q0NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzAwXyk7fS5zdDQ1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDJfKTtmaWxsOiNEQURBREE7fS5zdDQ2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDZfKTt9LnN0NDYxe29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDhfKTtmaWxsOiNGRjg0ODQ7fS5zdDQ2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MTRfKTt9LnN0NDYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcxOF8pO30uc3Q0NjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzIyXyk7fS5zdDQ2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MzBfKTt9LnN0NDY3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzczNF8pO30uc3Q0Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzM4Xyk7fS5zdDQ2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDZfKTt9LnN0NDcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc1MF8pO30uc3Q0NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzU0Xyk7fS5zdDQ3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83NTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NThfKTt9LnN0NDc1e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjBfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjRfKTt9LnN0NDc3e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjZfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NzBfKTt9LnN0NDc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NDgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3NF8pO30uc3Q0ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc4Xyk7fS5zdDQ4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODBfKTtmaWxsOiM5NDk0OTQ7fS5zdDQ4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODJfKTt9LnN0NDg1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4NF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NDg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4Nl8pO30uc3Q0ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzg4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzkwXyk7fS5zdDQ4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTJfKTtmaWxsOiNDNUM1QzU7fS5zdDQ5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTRfKTt9LnN0NDkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NDkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5OF8pO30uc3Q0OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODAwXyk7ZmlsbDojOTQ5NDk0O30uc3Q0OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA0Xyk7fS5zdDQ5NXtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA2Xyk7ZmlsbDojRURGRjhGO30uc3Q0OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEwXyk7fS5zdDQ5N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEyXyk7ZmlsbDojRkZCMUIxO30uc3Q0OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODE2Xyk7fS5zdDQ5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MThfKTtmaWxsOiNGRkZGRkY7fS5zdDUwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MjBfKTt9LnN0NTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyNF8pO30uc3Q1MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI4Xyk7fS5zdDUwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzBfKTtmaWxsOiM5NDk0OTQ7fS5zdDUwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzJfKTt9LnN0NTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNl8pO30uc3Q1MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODM4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODQwXyk7fS5zdDUxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDJfKTtmaWxsOiNDNUM1QzU7fS5zdDUxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDRfKTt9LnN0NTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Nl8pO2ZpbGw6IzZFQUZERjt9LnN0NTE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0OF8pO30uc3Q1MTV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1MF8pO2ZpbGw6I0ZGODQ4NDt9LnN0NTE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1NF8pO30uc3Q1MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU2Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU4Xyk7fS5zdDUxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjBfKTtmaWxsOiNGMUVERUQ7fS5zdDUyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjJfKTt9LnN0NTIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2NF8pO2ZpbGw6I0RBRDhEODt9LnN0NTIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2Nl8pO30uc3Q1MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODY4Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODcwXyk7fS5zdDUyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzJfKTtmaWxsOiNCREJDQkM7fS5zdDUyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzRfKTt9LnN0NTI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3OF8pO30uc3Q1Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgwXyk7ZmlsbDojRUFFQUVBO30uc3Q1MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgyXyk7fS5zdDUzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODRfKTtmaWxsOiNCREJDQkM7fS5zdDUzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODZfKTt9LnN0NTMze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODhfKTtmaWxsOiNERUVDRjk7fS5zdDUzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84OTJfKTt9LnN0NTM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5Nl8pO30uc3Q1Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODk4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTAwXyk7fS5zdDUzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDJfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDRfKTt9LnN0NTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwNl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwOF8pO30uc3Q1NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEwXyk7ZmlsbDojQzVDNUM1O30uc3Q1NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEyXyk7fS5zdDU0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTRfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTZfKTt9LnN0NTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkxOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkyMl8pO30uc3Q1NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q1NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI2Xyk7fS5zdDU1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MjhfKTtmaWxsOiM5NDk0OTQ7fS5zdDU1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MzBfKTt9LnN0NTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzNF8pO30uc3Q1NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM4Xyk7fS5zdDU1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDBfKTtmaWxsOiNDNUM1QzU7fS5zdDU1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDJfKTt9LnN0NTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0NF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTYwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0Nl8pO30uc3Q1NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTQ4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTUwXyk7fS5zdDU2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTJfKTtmaWxsOiNDNUM1QzU7fS5zdDU2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTRfKTt9LnN0NTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTY2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1OF8pO30uc3Q1Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYwXyk7ZmlsbDojQzVDNUM1O30uc3Q1Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYyXyk7fS5zdDU2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjRfKTtmaWxsOiNDNUM1QzU7fS5zdDU3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjZfKTt9LnN0NTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk3MF8pO30uc3Q1NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTcyXyk7ZmlsbDojQzVDNUM1O30uc3Q1NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTc0Xyk7fS5zdDU3NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzZfKTtmaWxsOiNDNUM1QzU7fS5zdDU3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzhfKTt9LnN0NTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTc4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4Ml8pO30uc3Q1Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg0Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg2Xyk7fS5zdDU4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85ODhfKTtmaWxsOiNDNUM1QzU7fS5zdDU4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85OTBfKTt9LnN0NTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5Ml8pO2ZpbGw6I0M1QzVDNTt9LnN0NTg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5NF8pO30uc3Q1ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk4Xyk7fS5zdDU4N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDAwXyk7ZmlsbDojQzVDNUM1O30uc3Q1ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwMl8pO30uc3Q1ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwNF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDZfKTt9LnN0NTkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDhfKTtmaWxsOiMyQzdBNEY7fS5zdDU5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEwXyk7fS5zdDU5M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEyXyk7ZmlsbDojRkVGRUZFO30uc3Q1OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNF8pO30uc3Q1OTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTk2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMThfKTt9LnN0NTk3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMjBfKTtmaWxsOiNGMUVERUQ7fS5zdDU5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDIyXyk7fS5zdDU5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDI0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyNl8pO30uc3Q2MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyOF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzBfKTt9LnN0NjAze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzJfKTtmaWxsOiNGMUVERUQ7fS5zdDYwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM0Xyk7fS5zdDYwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAzOF8pO30uc3Q2MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA0MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDJfKTt9LnN0NjA5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDRfKTtmaWxsOiNGMUVERUQ7fS5zdDYxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ2Xyk7fS5zdDYxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1MF8pO30uc3Q2MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0NjE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTRfKTt9LnN0NjE1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTZfKTtmaWxsOiNGMUVERUQ7fS5zdDYxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDU4Xyk7fS5zdDYxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDYwXyk7ZmlsbDojREFEOEQ4O30uc3Q2MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2Ml8pO30uc3Q2MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2NF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjIwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjZfKTt9LnN0NjIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjhfKTtmaWxsOiNGMUVERUQ7fS5zdDYyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcwXyk7fS5zdDYyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcyXyk7ZmlsbDojREFEOEQ4O30uc3Q2MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3NF8pO30uc3Q2MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNzhfKTt9LnN0NjI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwODBfKTtmaWxsOiNGMUVERUQ7fS5zdDYyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDgyXyk7fS5zdDYyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDg0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Nl8pO30uc3Q2MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTBfKTt9LnN0NjMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTJfKTtmaWxsOiNGMUVERUQ7fS5zdDYzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk0Xyk7fS5zdDYzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA5OF8pO30uc3Q2Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEwMF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDJfKTt9LnN0NjM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDRfKTtmaWxsOiNGMUVERUQ7fS5zdDY0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA2Xyk7fS5zdDY0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMF8pO30uc3Q2NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTRfKTt9LnN0NjQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTZfKTtmaWxsOiNGMUVERUQ7fS5zdDY0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTE4Xyk7fS5zdDY0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTIwXyk7ZmlsbDojREFEOEQ4O30uc3Q2NDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyMl8pO30uc3Q2NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyNF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjZfKTt9LnN0NjUxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjhfKTtmaWxsOiNGMUVERUQ7fS5zdDY1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMwXyk7fS5zdDY1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMyXyk7ZmlsbDojREFEOEQ4O30uc3Q2NTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNF8pO30uc3Q2NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMzhfKTt9LnN0NjU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNDBfKTtmaWxsOiNGMUVERUQ7fS5zdDY1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQyXyk7fS5zdDY1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQ0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Nl8pO30uc3Q2NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTBfKTt9LnN0NjYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTJfKTtmaWxsOiNGMUVERUQ7fS5zdDY2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU0Xyk7fS5zdDY2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE1OF8pO30uc3Q2Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjJfKTt9LnN0NjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjRfKTtmaWxsOiNGMUVERUQ7fS5zdDY3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY2Xyk7fS5zdDY3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3MF8pO30uc3Q2NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0Njc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzRfKTt9LnN0Njc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzZfKTtmaWxsOiNGMUVERUQ7fS5zdDY3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTc4Xyk7fS5zdDY3N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTgwXyk7ZmlsbDojREFEOEQ4O30uc3Q2Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4Ml8pO30uc3Q2Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4NF8pO2ZpbGw6I0JEQkNCQzt9LnN0Njgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODZfKTt9LnN0Njgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODhfKTtmaWxsOiNGMUVERUQ7fS5zdDY4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkwXyk7fS5zdDY4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkyXyk7ZmlsbDojREFEOEQ4O30uc3Q2ODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5NF8pO30uc3Q2ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Njg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExOThfKTt9LnN0Njg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMDBfKTtmaWxsOiM5NDk0OTQ7fS5zdDY4OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjAyXyk7fS5zdDY4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjA0Xyk7ZmlsbDojOTQ5NDk0O30uc3Q2OTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwNl8pO30uc3Q2OTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0Njkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTBfKTt9LnN0Njkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDY5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE0Xyk7fS5zdDY5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE2Xyk7ZmlsbDojQzVDNUM1O30uc3Q2OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIxOF8pO30uc3Q2OTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIyMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Njk4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjJfKTt9LnN0Njk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjRfKTtmaWxsOiM5NDk0OTQ7fS5zdDcwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI2Xyk7fS5zdDcwMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMF8pO30uc3Q3MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMl8pO2ZpbGw6Izk5OTk5OTt9LnN0NzA0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzRfKTt9LnN0NzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzZfKTtmaWxsOiNFQUVBRUE7fS5zdDcwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjM4Xyk7fS5zdDcwN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjQwXyk7ZmlsbDojNkJCMEU1O30uc3Q3MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0Ml8pO30uc3Q3MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0NF8pO2ZpbGw6Izk5OTk5OTt9LnN0NzEwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDZfKTt9LnN0NzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDhfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUwXyk7fS5zdDcxM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUyXyk7ZmlsbDojQzhDOEM4O30uc3Q3MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1NF8pO30uc3Q3MTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1Nl8pO2ZpbGw6I0M4QzhDODt9LnN0NzE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNThfKTt9LnN0NzE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjYyXyk7fS5zdDcxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjY0Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2Nl8pO30uc3Q3MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzBfKTt9LnN0NzIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzJfKTtmaWxsOiNDNUM1QzU7fS5zdDcyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc0Xyk7fS5zdDcyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc2Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI3OF8pO30uc3Q3Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODJfKTt9LnN0NzI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODRfKTtmaWxsOiNDNUM1QzU7fS5zdDczMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg2Xyk7fS5zdDczMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5MF8pO30uc3Q3MzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTRfKTt9LnN0NzM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTZfKTtmaWxsOiM5NDk0OTQ7fS5zdDczNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjk4Xyk7fS5zdDczN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzAwXyk7ZmlsbDojRkZGRkZGO30uc3Q3Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwMl8pO30uc3Q3Mzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NzQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDZfKTt9LnN0NzQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDhfKTtmaWxsOiNGRkZGRkY7fS5zdDc0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEwXyk7fS5zdDc0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEyXyk7ZmlsbDojQzhDOEM4O30uc3Q3NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNF8pO30uc3Q3NDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzQ2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMThfKTt9LnN0NzQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDc0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzIyXyk7fS5zdDc0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyNl8pO30uc3Q3NTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyOF8pO2ZpbGw6I0M4QzhDODt9LnN0NzUye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzBfKTt9LnN0NzUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzJfKTtmaWxsOiNGRkZGRkY7fS5zdDc1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM0Xyk7fS5zdDc1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM2Xyk7ZmlsbDojQzhDOEM4O30uc3Q3NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMzOF8pO30uc3Q3NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDJfKTt9LnN0NzU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDRfKTtmaWxsOiNDOEM4Qzg7fS5zdDc2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ2Xyk7fS5zdDc2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1MF8pO30uc3Q3NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1Ml8pO2ZpbGw6I0M4QzhDODt9LnN0NzY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTRfKTt9LnN0NzY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTZfKTtmaWxsOiNGRkZGRkY7fS5zdDc2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzU4Xyk7fS5zdDc2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzYwXyk7ZmlsbDojQzhDOEM4O30uc3Q3Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2Ml8pO30uc3Q3Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjZfKTt9LnN0Nzcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjhfKTtmaWxsOiNDOEM4Qzg7fS5zdDc3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcwXyk7fS5zdDc3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcyXyk7ZmlsbDojRkZGRkZGO30uc3Q3NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3NF8pO30uc3Q3NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3Nl8pO2ZpbGw6I0M4QzhDODt9LnN0Nzc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNzhfKTt9LnN0Nzc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzODBfKTtmaWxsOiNGRkZGRkY7fS5zdDc3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzgyXyk7fS5zdDc3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzg0Xyk7ZmlsbDojQzhDOEM4O30uc3Q3ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4Nl8pO30uc3Q3ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTBfKTt9LnN0Nzgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDc4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk0Xyk7fS5zdDc4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q3ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM5OF8pO30uc3Q3ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDJfKTt9LnN0Nzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDRfKTtmaWxsOiNDNUM1QzU7fS5zdDc5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA2Xyk7fS5zdDc5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMF8pO30uc3Q3OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMl8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTRfKTt9LnN0Nzk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTZfKTtmaWxsOiNDNUM1QzU7fS5zdDc5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDE4Xyk7fS5zdDc5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDIwXyk7ZmlsbDojMDI3OUQ3O30uc3Q3OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyMl8pO30uc3Q3OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyNF8pO2ZpbGw6IzZBQUZFNTt9LnN0ODAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjZfKTt9LnN0ODAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjhfKTtmaWxsOiM2QUFGRTU7fS5zdDgwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMwXyk7fS5zdDgwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMyXyk7ZmlsbDojQzVDNUM1O30uc3Q4MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNF8pO30uc3Q4MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNl8pO2ZpbGw6IzZBQUZFNTt9LnN0ODA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MzhfKTt9LnN0ODA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NDBfKTtmaWxsOiMwMDc4RDc7fS5zdDgwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQyXyk7fS5zdDgwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQ0Xyk7ZmlsbDojMzAzMDMwO30uc3Q4MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ0OF8pO30uc3Q4MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ1MF8pO2ZpbGw6IzFBMUExQTt9LnN0ODEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTJfKTt9LnN0ODEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM1MDUwNTA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU2Xyk7fS5zdDgxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2MF8pO30uc3Q4MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY2Xyk7fS5zdDgyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3MF8pO30uc3Q4MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NzRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc2Xyk7fS5zdDgyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4MF8pO30uc3Q4Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg2Xyk7fS5zdDgzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg4Xyk7ZmlsbDojMDA3MEYwO30uc3Q4MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5MF8pO30uc3Q4MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0ODMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTRfKTt9LnN0ODM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTZfKTtmaWxsOiM5MUQ1RkY7fS5zdDgzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDk4Xyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMF8pO30uc3Q4Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMl8pO2ZpbGw6IzM5MzkzOTt9LnN0ODM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDRfKTt9LnN0ODM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTA4Xyk7fS5zdDg0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTEwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUxMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTRfKTt9LnN0ODQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTE4Xyk7fS5zdDg0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTIwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjRfKTt9LnN0ODQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTI4Xyk7fS5zdDg1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTMwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUzMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzRfKTt9LnN0ODU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTM4Xyk7fS5zdDg1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDRfKTt9LnN0ODU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDZfKTtmaWxsOiM0ODQ4NDg7fS5zdDg2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQ4Xyk7fS5zdDg2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTUwXyk7ZmlsbDojMUExQTFBO30uc3Q4NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1Ml8pO30uc3Q4NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzQ4NDg0ODtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NTZfKTt9LnN0ODY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NThfKTtmaWxsOiMxQTFBMUE7fS5zdDg2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYwXyk7fS5zdDg2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYyXyk7ZmlsbDpub25lO3N0cm9rZTojNzY3Njc2O3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2Nl8pO30uc3Q4Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2OF8pO2ZpbGw6IzkxRDVGRjt9LnN0ODcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTcyXyk7fS5zdDg3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTc0Xyk7ZmlsbDojOTFENUZGO30uc3Q4NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzhfKTt9LnN0ODc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODBfKTtmaWxsOiM5MUQ1RkY7fS5zdDg3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTgyXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Nzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4NF8pO30uc3Q4Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4Nl8pO2ZpbGw6IzkxRDVGRjt9LnN0ODc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODhfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkwXyk7fS5zdDg4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkyXyk7ZmlsbDojOTFENUZGO30uc3Q4ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU5NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OTZfKTt9LnN0ODg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OThfKTtmaWxsOiM5MUQ1RkY7fS5zdDg4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjAwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwNF8pO30uc3Q4ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwOF8pO30uc3Q4ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxMl8pO30uc3Q4ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxNF8pO2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjBfKTt9LnN0ODkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjRfKTt9LnN0ODkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjhfKTt9LnN0ODkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjM2Xyk7fS5zdDg5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQwXyk7fS5zdDg5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ0Xyk7fS5zdDg5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ2Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1MF8pO30uc3Q4OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1Ml8pO2ZpbGw6I0ZGQjU3ODt9LnN0OTAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTRfKTt9LnN0OTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTZfKTtmaWxsOiNFRDlGNjQ7fS5zdDkwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjU4Xyk7fS5zdDkwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjYwXyk7ZmlsbDojRkZENkI1O30uc3Q5MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2Ml8pO30uc3Q5MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2NF8pO2ZpbGw6I0VEOUY2NDt9LnN0OTA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjZfKTt9LnN0OTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjhfKTtmaWxsOiNGRkZGRkY7fS5zdDkwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcwXyk7fS5zdDkwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcyXyk7ZmlsbDojRkZGRkZGO30uc3Q5MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3NF8pO30uc3Q5MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODBfKTt9LnN0OTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODJfKTtmaWxsOiNGRkI1Nzg7fS5zdDkxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg0Xyk7fS5zdDkxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg2Xyk7ZmlsbDojRUQ5RjY0O30uc3Q5MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4OF8pO30uc3Q5MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY5MF8pO2ZpbGw6I0ZGRDZCNTt9LnN0OTE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTJfKTt9LnN0OTE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTRfKTtmaWxsOiNFRDlGNjQ7fS5zdDkyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk2Xyk7fS5zdDkyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk4Xyk7ZmlsbDojRkZGRkZGO30uc3Q5MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMF8pO30uc3Q5MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDRfKTt9LnN0OTI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDZfKTtmaWxsOiNGRkZGRkY7fS5zdDkyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEwXyk7fS5zdDkyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEyXyk7ZmlsbDojQ0VDRUNFO30uc3Q5Mjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNF8pO30uc3Q5Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNl8pO2ZpbGw6I0I3QjdCNzt9LnN0OTMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MThfKTt9LnN0OTMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MjBfKTtmaWxsOiNFNEU0RTQ7fS5zdDkzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzIyXyk7fS5zdDkzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzI0Xyk7ZmlsbDojQjdCN0I3O30uc3Q5MzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyNl8pO30uc3Q5MzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzBfKTt9LnN0OTM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzJfKTtmaWxsOiNGRkZGRkY7fS5zdDkzOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM0Xyk7fS5zdDkzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5NDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0MF8pO30uc3Q5NDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0Ml8pO2ZpbGw6IzcxQzhGNDt9LnN0OTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDRfKTt9LnN0OTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDZfKTtmaWxsOiM2M0E3RDM7fS5zdDk0NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzQ4Xyk7fS5zdDk0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzUwXyk7ZmlsbDojQzFFN0ZGO30uc3Q5NDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1Ml8pO30uc3Q5NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1NF8pO2ZpbGw6IzYzQTdEMzt9LnN0OTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NTZfKTt9LnN0OTQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NThfKTtmaWxsOiNGRkZGRkY7fS5zdDk1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYwXyk7fS5zdDk1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYyXyk7ZmlsbDojRkZGRkZGO30uc3Q5NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2NF8pO30uc3Q5NTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzBfKTt9LnN0OTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzJfKTtmaWxsOiM4REM5Nzc7fS5zdDk1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc0Xyk7fS5zdDk1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc2Xyk7ZmlsbDojN0NBODUxO30uc3Q5NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc3OF8pO30uc3Q5NTl7b3BhY2l0eTowLjQ1O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3ODBfKTtmaWxsOiNGRkZGRkY7fS5zdDk2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzgyXyk7fS5zdDk2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzg0Xyk7ZmlsbDojN0NBODUxO30uc3Q5NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Nl8pO30uc3Q5NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTBfKTt9LnN0OTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTJfKTtmaWxsOiNGRkZGRkY7fS5zdDk2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk0Xyk7fS5zdDk2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMF8pO30uc3Q5Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMl8pO2ZpbGw6I0RCQjY2Mzt9LnN0OTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDRfKTt9LnN0OTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDZfKTtmaWxsOiNDRUExNTE7fS5zdDk3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODA4Xyk7fS5zdDk3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODEwXyk7ZmlsbDojRUJEN0E5O30uc3Q5NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxMl8pO30uc3Q5NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxNF8pO2ZpbGw6I0NFQTE1MTt9LnN0OTc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MTZfKTt9LnN0OTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MThfKTtmaWxsOiNGRkZGRkY7fS5zdDk3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIwXyk7fS5zdDk3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIyXyk7ZmlsbDojRkZGRkZGO30uc3Q5ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNF8pO30uc3Q5ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MjhfKTt9LnN0OTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MzBfKTtmaWxsOiNGRkZGRkY7fS5zdDk4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM0Xyk7fS5zdDk4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM2Xyk7ZmlsbDojODNENkI5O30uc3Q5ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgzOF8pO30uc3Q5ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0MF8pO2ZpbGw6IzQ2QzY4Qzt9LnN0OTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDJfKTt9LnN0OTg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDRfKTtmaWxsOiNCQkU4RDg7fS5zdDk5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ2Xyk7fS5zdDk5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ4Xyk7ZmlsbDojNDZDNjhDO30uc3Q5OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1MF8pO30uc3Q5OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTRfKTt9LnN0OTk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTZfKTtmaWxsOiNGRkZGRkY7fS5zdDk5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODU4Xyk7fS5zdDk5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODYwXyk7ZmlsbDojRkZGRkZGO30uc3Q5OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2NF8pO30uc3Q5OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODY4Xyk7fS5zdDEwMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODcyXyk7fS5zdDEwMDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODc2Xyk7fS5zdDEwMDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3OF8pO2ZpbGw6IzEzMTMxMzt9LnN0MTAwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODgwXyk7fS5zdDEwMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzUwNTA1MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg0Xyk7fS5zdDEwMDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg4Xyk7fS5zdDEwMTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODkyXyk7fS5zdDEwMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODk4Xyk7fS5zdDEwMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwMF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTA0Xyk7fS5zdDEwMTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwNl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTEwXyk7fS5zdDEwMTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTE2Xyk7fS5zdDEwMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxOF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTIwXyk7fS5zdDEwMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI0Xyk7ZmlsbDpub25lO3N0cm9rZTojNTA1MDUwO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI2Xyk7fS5zdDEwMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyOF8pO2ZpbGw6IzM5MzkzOTt9LnN0MTAyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTMyXyk7fS5zdDEwMjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzNF8pO2ZpbGw6I0JDQkNCQzt9LnN0MTAyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTM2Xyk7fS5zdDEwMzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzOF8pO2ZpbGw6I0E4QThBODt9LnN0MTAzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQwXyk7fS5zdDEwMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Ml8pO2ZpbGw6I0RBREFEQTt9LnN0MTAzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ0Xyk7fS5zdDEwMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Nl8pO2ZpbGw6I0E4QThBODt9LnN0MTAzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ4Xyk7fS5zdDEwMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTUyXyk7fS5zdDEwMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTU2Xyk7fS5zdDEwNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTA0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTYwXyk7fS5zdDEwNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Ml8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY0Xyk7fS5zdDEwNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Nl8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY4Xyk7fS5zdDEwNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3MF8pO2ZpbGw6IzAwNzBGMDt9LnN0MTA0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc0Xyk7fS5zdDEwNDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3Nl8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc4Xyk7fS5zdDEwNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4MF8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTgyXyk7fS5zdDEwNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTA1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTg2Xyk7fS5zdDEwNTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4OF8pO2ZpbGw6I0ZGRTc5Mjt9LnN0MTA1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTkwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMDU2e2ZpbGw6I0ZCRDEzRjt9LnN0MTA1N3tmaWxsOiNFMkI3MzA7fS5zdDEwNTh7ZmlsbDojRkZFNzkyO30uc3QxMDU5e2ZpbGw6IzVCQzFGRjt9LnN0MTA2MHtmaWxsOiNFMEREREQ7fS5zdDEwNjF7ZmlsbDojNkQ2RDZEO30uc3QxMDYye2ZpbGw6IzJDOTZEMTt9LnN0MTA2M3tmaWxsOiMxMjlCRTA7fS5zdDEwNjR7ZmlsbDojQTNBM0EzO30uc3QxMDY1e2ZpbGw6I0Q2QTUxRDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QxMDYxIiBkPSJNMzAsMTh2LTFjMC0xLjktMS42LTMuNS0zLjUtMy41UzIzLDE1LjEsMjMsMTd2MWgtMnY5aDExdi05SDMweiBNMjQsMTdjMC0xLjQsMS4xLTIuNSwyLjUtMi41UzI5LDE1LjYsMjksMTd2MWgtNVYxN3oiLz48Zz48cG9seWdvbiBjbGFzcz0ic3Q5IiBwb2ludHM9IjMyLDEwIDE5LjYsMTAgMTQuNSw2IDE2LDYgMjAsOSAzMiw5ICIvPjwvZz48Zz48cG9seWdvbiBjbGFzcz0ic3QxMSIgcG9pbnRzPSIyMCw5IDMyLDkgMzIsMyAyMCwzIDE2LDYgIi8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDEwIiBkPSJNMjAsMTdoMmMwLTIuNSwyLTQuNSw0LjUtNC41czQuNSwyLDQuNSw0LjVoMXYtN0gxOS42bC01LjEtNEgwdjIxaDIwVjE3eiIvPjxwYXRoIGNsYXNzPSJzdDEwIiBkPSJNMjYuNSwxNS41Yy0wLjgsMC0xLjUsMC43LTEuNSwxLjVoM0MyOCwxNi4yLDI3LjMsMTUuNSwyNi41LDE1LjV6Ii8+PC9nPjwvc3ZnPg=="); +} + +.e-filemanager .e-address .e-address-list-item .e-icons::before { + content: '\e608'; +} + +.e-filemanager .e-fe-open::before, +.e-fe-popup .e-fe-open::before { + content: '\e609'; +} + +.e-filemanager .e-fe-cut::before, +.e-fe-popup .e-fe-cut::before { + content: '\e604'; +} + +.e-filemanager .e-fe-copy::before, +.e-fe-popup .e-fe-copy::before { + content: '\e60d'; +} + +.e-filemanager .e-fe-paste::before, +.e-fe-popup .e-fe-paste::before { + content: '\e601'; +} + +.e-filemanager .e-fe-delete::before, +.e-fe-popup .e-fe-delete::before { + content: '\e602'; +} + +.e-filemanager .e-fe-rename::before, +.e-fe-popup .e-fe-rename::before { + content: '\e60c'; +} + +.e-filemanager .e-fe-newfolder::before, +.e-fe-popup .e-fe-newfolder::before { + content: '\e60b'; +} + +.e-filemanager .e-fe-refresh::before, +.e-fe-popup .e-fe-refresh::before { + content: '\e606'; +} + +.e-filemanager .e-fe-upload::before, +.e-fe-popup .e-fe-upload::before { + content: '\e60f'; +} + +.e-filemanager .e-fe-download::before, +.e-fe-popup .e-fe-download::before { + content: '\e603'; +} + +.e-filemanager .e-fe-grid::before, +.e-fe-popup .e-fe-grid::before { + content: '\e605'; +} + +.e-filemanager .e-fe-large::before, +.e-fe-popup .e-fe-large::before { + content: '\e600'; +} + +.e-filemanager .e-fe-select::before, +.e-fe-popup .e-fe-select::before { + content: '\e611'; +} + +.e-filemanager .e-fe-details::before, +.e-fe-popup .e-fe-details::before { + content: '\e607'; +} + +.e-filemanager .e-fe-sort::before, +.e-fe-popup .e-fe-sort::before { + content: '\e612'; +} + +.e-filemanager .e-fe-search::before, +.e-fe-popup .e-fe-search::before { + content: '\e60e'; +} + +.e-filemanager .e-fe-clear::before, +.e-fe-popup .e-fe-clear::before { + content: '\e60a'; +} + +.e-filemanager .e-fe-breadcrumb::before, +.e-fe-popup .e-fe-breadcrumb::before { + content: '\e615'; +} + +.e-filemanager .e-fe-drop-in::before, +.e-fe-popup .e-fe-drop-in::before { + content: '\e22c'; +} + +.e-filemanager .e-fe-drop-out::before, +.e-fe-popup .e-fe-drop-out::before { + content: '\e22d'; +} + +.e-filemanager .e-fe-no-drop::before, +.e-fe-popup .e-fe-no-drop::before { + content: '\e22a'; +} + +.e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before, +.e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before { + content: '\e613'; +} + +.e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before, +.e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before { + content: '\e613'; +} + +.e-filemanager.e-fe-m-filter .e-fe-search::before, +.e-fe-popup.e-fe-m-filter .e-fe-search::before { + content: '\e610'; +} + +.e-fe-popup .e-fe-dot::before { + content: '\e614'; +} + +.e-fe-popup .e-fe-tick::before { + content: '\e614'; +} + +ejs-filemanager { + display: block; +} + +.e-filemanager { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + position: relative; +} + +.e-filemanager .e-blur { + opacity: .5; +} + +.e-filemanager .e-display-none { + display: none; +} + +.e-filemanager.e-fe-drop, +.e-filemanager.e-fe-drop .e-treeview .e-text-content, +.e-filemanager.e-fe-drop .e-treeview .e-fullrow, +.e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text, +.e-filemanager.e-fe-drop .e-grid .e-columnheader { + cursor: grab; +} + +.e-filemanager.e-no-drop { + cursor: no-drop; +} + +.e-filemanager .e-toolbar { + border-bottom-style: solid; + border-width: 0 0 1px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn { + border: 0; + box-shadow: none; + font-weight: 400; + height: inherit; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons:not(.e-icon-left):not(.e-icon-right) { + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret { + font-size: 10px; + padding: 0 8px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-tbar-btn-text.e-tbar-ddb-text { + padding-right: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + border: 0; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + border: 0; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + border: 0; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret { + font-size: 10px; + min-width: 0; + padding: 0 8px; +} + +.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text { + padding-right: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-pop { + width: -webkit-max-content; + width: max-content; +} + +.e-filemanager .e-treeview > .e-ul { + overflow: initial; + padding-left: 8px; +} + +.e-filemanager .e-treeview .e-list-parent { + margin-bottom: 0; + margin-top: 0; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item { + padding-bottom: 0; + padding-top: 0; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow { + height: 34px; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text { + height: 32px; + line-height: 32px; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow { + border: 1px solid; + box-sizing: border-box; +} + +.e-filemanager .e-treeview .e-text-content { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager .e-treeview .e-list-text { + display: initial; +} + +.e-filemanager .e-splitter { + border-width: 0; +} + +.e-filemanager .e-splitter .e-split-bar .e-resize-handler { + display: none; +} + +.e-filemanager .e-splitter .e-display-none { + display: none; +} + +.e-filemanager .e-address { + border-bottom: 1px solid; + height: 34px; + position: relative; +} + +.e-filemanager .e-address .e-fe-breadcrumb.e-icons { + padding-bottom: 6px; +} + +.e-filemanager .e-address .e-search-wrap { + float: right; + padding: 1px 8px 0 1px; + position: absolute; + right: 0; + top: 0; + width: 200px; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group { + border-bottom-width: 1px; + height: 30px; + margin: 0; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group .e-input { + margin: -1px 0 0 24px; + padding: 0; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon { + margin: 0; +} + +.e-filemanager .e-address .e-fe-search { + font-size: 14px; + margin: 5px 0; + padding: 5px; + position: absolute; + z-index: 1; +} + +.e-filemanager .e-address .e-fe-search::before { + display: inline-block; +} + +.e-filemanager .e-address .e-addressbar-ul { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + list-style: none; + margin: 0; + padding: 2px 8px; + visibility: visible; +} + +.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu { + display: inline; +} + +.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu .e-breadcrumb-submenu { + height: 27px; +} + +.e-filemanager .e-address .e-list-text { + cursor: pointer; + font-size: 14px; + line-height: 27px; + padding: 4px 4px 5px; + text-decoration: none; +} + +.e-filemanager .e-address .e-list-text:hover { + text-decoration: none; +} + +.e-filemanager .e-address .e-address-list-item { + display: inline-block; + height: 29px; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text { + cursor: default; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text:hover { + text-decoration: none; +} + +.e-filemanager .e-address .e-address-list-item .e-icons { + font-size: 10px; + margin: 0 4px; +} + +.e-filemanager .e-address .e-address-list-item .e-icons::before { + padding: 5px; +} + +.e-filemanager .e-grid { + border-width: 0; + float: left; +} + +.e-filemanager .e-grid .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 12px; +} + +.e-filemanager .e-grid .e-spin-show { + display: none; +} + +.e-filemanager .e-grid .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty { + height: 0; + padding: 0; +} + +.e-filemanager .e-grid .e-gridheader { + border-width: 0 1px 1px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell { + height: 32px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv { + margin-right: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext { + font-size: 14px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor { + border: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper, +.e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid .e-content { + overflow-y: auto !important; +} + +.e-filemanager .e-grid .e-content .e-table { + border-spacing: 0; +} + +.e-filemanager .e-grid .e-content .e-rowcell { + border: 0; + font-size: 12px; +} + +.e-filemanager .e-grid .e-content .e-rowcell .e-fe-text { + font-size: 13px; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child { + box-shadow: 1px 0 0 1px #0078d6 inset; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child { + box-shadow: -1px 0 0 1px #0078d6 inset; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell { + box-shadow: 0 2px 0 -1px #0078d6 inset, 0 -2px 0 -1px #0078d6 inset; +} + +.e-filemanager .e-grid .e-empty { + min-width: 200px; +} + +.e-filemanager .e-grid .e-empty-content { + font-size: 20px; + margin: 0 auto; + padding: 8px; + text-align: center; +} + +.e-filemanager .e-grid .e-empty-icon { + height: 52px; + margin: 0 auto; + width: 52px; +} + +.e-filemanager .e-grid .e-empty-inner-content { + font-size: 14px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-filemanager .e-grid .e-gridpopup { + display: none !important; +} + +.e-filemanager .e-grid .e-gridheader .e-emptyrow, +.e-filemanager .e-grid .e-gridcontent .e-emptyrow { + display: none; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager .e-grid .e-gridcontent .e-fe-checkbox { + overflow: inherit; + padding-left: 10px; + padding-right: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon { + padding: 0 0 0 12px; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv { + text-overflow: unset; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell, +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell { + padding-left: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name { + padding-left: 6px; +} + +.e-filemanager .e-grid .e-row .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid .e-row.e-focused { + box-shadow: none; +} + +.e-filemanager .e-grid .e-row.e-focused td { + box-shadow: inset 0 1px 0 0 #666, inset 0 -1px 0 0 #666; +} + +.e-filemanager .e-grid .e-row.e-focused td:first-child { + box-shadow: inset 1px 1px 0 0 #666, inset 1px -1px 0 0 #666; +} + +.e-filemanager .e-grid .e-row.e-focused td:last-child { + box-shadow: inset -1px 1px 0 0 #666, inset -1px -1px 0 0 #666; +} + +.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper, +.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 0; +} + +.e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress { + border-width: 0; +} + +.e-filemanager .e-grid .e-fe-icon { + display: inline-block; + height: 18px; + margin: 0 8px 0 0; + vertical-align: middle; + width: 18px; +} + +.e-filemanager .e-dialog td { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 14px; + max-width: 211px; + min-width: 51px; + padding: 8px 24px 8px 0; +} + +.e-filemanager .e-dialog td.e-fe-value { + white-space: unset; + word-break: break-word; +} + +.e-filemanager .e-dialog .e-fe-errorcontent { + white-space: normal; + word-break: break-word; +} + +.e-filemanager .e-dialog .e-fe-icon { + display: inline-block; + height: 18px; + margin: 0 8px -2px 0; + width: 18px; +} + +.e-filemanager .e-dialog .e-fe-access-header { + display: inline-block; +} + +.e-filemanager .e-dialog .e-fe-retrycontent { + padding: 16px 0; +} + +.e-filemanager .e-dialog .e-image { + height: 100%; + width: 100%; +} + +.e-filemanager .e-dialog.e-rtl td { + padding: 8px 0 8px 24px; +} + +.e-filemanager .e-dialog.e-rtl .e-fe-icon { + margin: 0 0 -2px 8px; +} + +.e-filemanager .e-large-icons { + float: left; + overflow: auto; + width: 100%; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 12px; +} + +.e-filemanager .e-large-icons .e-empty { + min-width: 200px; +} + +.e-filemanager .e-large-icons .e-empty-content { + font-size: 20px; + margin: 0 auto; + padding: 8px; + text-align: center; +} + +.e-filemanager .e-large-icons .e-empty-icon { + height: 52px; + margin: 0 auto; + width: 52px; +} + +.e-filemanager .e-large-icons .e-empty-inner-content { + font-size: 14px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-filemanager .e-large-icons .e-list-parent { + display: block; + height: 100%; + margin: 0; + overflow: auto; + padding: 0 4px; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper { + float: left; + position: absolute; + top: 0; + visibility: hidden; +} + +.e-filemanager .e-large-icons .e-list-item { + border: 1px solid; + float: left; + height: 85px; + margin: 8px 4px; + overflow: hidden; + padding: 2px; + width: 80px; +} + +.e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-large-icons .e-text-content { + display: table-cell; + height: 79px; + position: relative; + vertical-align: bottom; +} + +.e-filemanager .e-large-icons .e-list-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + font-size: 13px; + padding: 2px 0 0 0; + text-align: center; + width: 74px; +} + +.e-filemanager .e-large-icons .e-list-img { + border: 2px solid; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05); + display: block; + margin: 0 auto; + max-height: 62px; + max-width: 100%; + min-height: 20px; +} + +.e-filemanager .e-large-icons .e-list-icon { + display: block; + height: 40px; + margin: 10px auto; + width: 40px; +} + +.e-filemanager .e-fe-error { + font-size: 12px; + line-height: 1.5; +} + +.e-filemanager .e-fe-clone { + pointer-events: none; + z-index: 20; +} + +.e-filemanager .e-fe-clone .e-fe-content { + border: none; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + padding: 4px 8px; +} + +.e-filemanager .e-fe-clone .e-fe-content .e-fe-name { + display: inline-block; + font-size: 13px; + margin: auto 8px; + max-width: 70px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager .e-fe-clone .e-fe-content .e-fe-icon { + display: inline-block; + height: 18px; + margin: auto 8px; + width: 18px; +} + +.e-filemanager .e-fe-clone .e-fe-count { + border: 1px solid; + border-radius: 50%; + font-size: 12px; + height: 22px; + line-height: 22px; + margin-left: -12px; + position: absolute; + text-align: center; + top: 0; + width: 22px; +} + +.e-filemanager.e-rtl .e-treeview > .e-ul { + padding: 0 8px 0 0; +} + +.e-filemanager.e-rtl .e-toolbar .e-fe-grid { + display: inline-table; + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-splitter.e-splitter-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-filemanager.e-rtl .e-address .e-search-wrap { + float: left; + left: 0; + right: auto; +} + +.e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input { + margin: 0 24px 0 0; + padding: 0; +} + +.e-filemanager.e-rtl .e-address .e-addressbar-ul { + display: -ms-flexbox; + display: flex; +} + +.e-filemanager.e-rtl .e-address .e-addressbar-ul .e-icons::before { + display: inline-block; + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:first-child { + box-shadow: inset -1px 1px 0 0 #666, inset -1px -1px 0 0 #666; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child { + box-shadow: inset 1px 1px 0 0 #666, inset 1px -1px 0 0 #666; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox { + padding-left: 0; + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon { + padding-left: 0; + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell { + padding-left: 21px; + padding-right: 0; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name { + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon { + margin: 0 0 0 8px; +} + +.e-filemanager.e-rtl .e-large-icons .e-list-item { + float: right; +} + +.e-filemanager.e-rtl .e-fe-clone .e-fe-count { + margin-left: 0; + margin-right: -12px; +} + +.e-filemanager .e-upload { + border-bottom-width: 0; + border-top-width: 0; +} + +.e-filemanager .e-upload .e-file-select-wrap { + display: none; +} + +.e-filemanager .e-upload .e-icons.e-file-delete-btn { + display: none; +} + +.e-filemanager .e-upload .e-upload-actions { + border-bottom: 1px solid; +} + +.e-filemanager .e-layout-content { + position: relative; +} + +.e-filemanager .e-fe-overlay { + border: 3px dashed #0078d6; + bottom: 0; + display: block; + height: calc(100% - 34px); + pointer-events: none; + position: absolute; + visibility: hidden; + width: 100%; +} + +.e-filemanager .e-upload-drag-hover { + outline: none; +} + +.e-filemanager .e-upload-drag-hover .e-fe-overlay { + visibility: visible; +} + +.e-filemanager .e-dialog.e-popup.e-dlg-resizable { + min-height: 200px; +} + +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot, +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick { + font-size: 14px; +} + +.e-fe-popup.e-dlg-resizable .e-dlg-content { + overflow: hidden; +} + +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator { + margin: 0 0; +} + +.e-fe-popup.e-rtl .e-fe-grid { + display: inline-table; + transform: rotate(180deg); +} + +.e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons { + font-size: 20px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder { + padding-top: 0; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload { + padding-left: 0; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select { + padding-top: 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large { + padding: 4px 0 0 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid { + padding: 4px 2px 0 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename { + padding-left: 2px; + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut { + padding-left: 2px; + padding-top: 1px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons { + font-size: 20px; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort { + display: inline-block; + margin: 0; + width: 14px; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text { + display: none; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text { + display: none; +} + +.e-filemanager.e-fe-mobile .e-splitter .e-split-bar, +.e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar, +.e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar { + display: none; +} + +.e-filemanager.e-fe-mobile .e-address, +.e-bigger .e-filemanager.e-fe-mobile .e-address, +.e-filemanager.e-bigger.e-fe-mobile .e-address { + height: 40px; +} + +.e-filemanager.e-fe-mobile .e-address .e-addressbar-ul, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul { + height: 40px; +} + +.e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons { + font-size: 12px; +} + +.e-filemanager.e-fe-mobile .e-address .e-list-text, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text { + font-size: 15px; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap { + min-width: 47px; + width: auto; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group { + display: none; + height: 40px; + width: 100%; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon { + margin: 2px 8px 0; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input { + margin: -1px 0 0 24px; +} + +.e-filemanager.e-fe-mobile .e-address .e-fe-search, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search { + font-size: 20px; + margin: 3px 0; + right: 13px; +} + +.e-filemanager.e-fe-mobile .e-dialog td.e-fe-value, +.e-bigger .e-filemanager.e-fe-mobile .e-dialog td.e-fe-value, +.e-filemanager.e-bigger.e-fe-mobile .e-dialog td.e-fe-value { + white-space: unset; + word-break: break-word; +} + +.e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon { + height: 35px; + width: 35px; +} + +.e-filemanager.e-fe-mobile .e-grid .e-gridheader, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader { + display: none; +} + +.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell { + border-bottom: 1px solid; + border-bottom-color: #e0e0e0; +} + +.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox { + padding: 0; +} + +.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon { + padding-left: 10px; + padding-right: 10px; +} + +.e-filemanager.e-fe-mobile .e-grid .e-fe-text, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent { + padding: 0; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + display: inline-table; + height: 155px; + margin: 8px 8px; + width: 155px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper { + z-index: 1000; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text { + margin: 0 auto; + width: 110px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img { + margin: 11px auto; + max-height: 110px; + max-width: 110px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon { + height: 110px; + margin: 11px auto 0; + width: 110px; +} + +.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap { + margin: 0; + padding: 0; + position: absolute; + width: 100%; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input { + height: auto; + margin-left: 45px; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search { + left: 0; + margin-left: 8px; + margin-top: 3px; + width: 30px; +} + +.e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul { + visibility: hidden; +} + +.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input { + margin-right: 45px; +} + +.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search, +.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search, +.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search { + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon { + padding-right: 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn { + padding: 0; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + padding: 0; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + padding: 0; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + padding: 0; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret { + padding: 0 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret { + padding: 0 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons, +.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-filemanager .e-treeview > .e-ul, +.e-filemanager.e-bigger .e-treeview > .e-ul { + padding-left: 12px; +} + +.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow, +.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow { + height: 40px; +} + +.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text, +.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text { + height: 38px; + line-height: 38px; +} + +.e-bigger .e-filemanager .e-address, +.e-filemanager.e-bigger .e-address { + height: 40px; +} + +.e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu, +.e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu { + height: 33px; +} + +.e-bigger .e-filemanager .e-address .e-address-list-item, +.e-filemanager.e-bigger .e-address .e-address-list-item { + height: 34px; +} + +.e-bigger .e-filemanager .e-address .e-address-list-item .e-icons, +.e-filemanager.e-bigger .e-address .e-address-list-item .e-icons { + font-size: 12px; +} + +.e-bigger .e-filemanager .e-address .e-addressbar-ul, +.e-filemanager.e-bigger .e-address .e-addressbar-ul { + padding: 3px 12px; +} + +.e-bigger .e-filemanager .e-address .e-list-text, +.e-filemanager.e-bigger .e-address .e-list-text { + font-size: 15px; + line-height: 32px; + padding: 5px 4px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap, +.e-filemanager.e-bigger .e-address .e-search-wrap { + min-width: 51px; + padding: 2px 12px 0 1px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group { + height: 36px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus, +.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus { + padding: 0; +} + +.e-bigger .e-filemanager .e-address .e-fe-search, +.e-filemanager.e-bigger .e-address .e-fe-search { + margin: 7px 0; +} + +.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame, +.e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-headercell, +.e-filemanager.e-bigger .e-grid .e-headercell { + height: 36px; +} + +.e-bigger .e-filemanager .e-grid .e-headertext, +.e-filemanager.e-bigger .e-grid .e-headertext { + font-size: 15px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell { + font-size: 13px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text { + font-size: 14px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox { + padding-left: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon { + padding-left: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-fe-icon, +.e-filemanager.e-bigger .e-grid .e-fe-icon { + margin: 0 12px 0 0; +} + +.e-bigger .e-filemanager .e-grid .e-empty, +.e-filemanager.e-bigger .e-grid .e-empty { + min-width: 300px; +} + +.e-bigger .e-filemanager .e-grid .e-empty-content, +.e-filemanager.e-bigger .e-grid .e-empty-content { + font-size: 22px; + margin: 0 auto; + padding: 12px; + text-align: center; +} + +.e-bigger .e-filemanager .e-grid .e-empty-icon, +.e-filemanager.e-bigger .e-grid .e-empty-icon { + height: 64px; + margin: 0 auto; + width: 64px; +} + +.e-bigger .e-filemanager .e-grid .e-empty-inner-content, +.e-filemanager.e-bigger .e-grid .e-empty-inner-content { + font-size: 16px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-bigger .e-filemanager .e-dialog .e-dlg-header-content, +.e-filemanager.e-bigger .e-dialog .e-dlg-header-content { + padding: 21px; +} + +.e-bigger .e-filemanager .e-dialog td, +.e-filemanager.e-bigger .e-dialog td { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 15px; + max-width: 205px; + min-width: 45px; + padding: 8px 30px 8px 0; +} + +.e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame, +.e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 16px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-parent, +.e-filemanager.e-bigger .e-large-icons .e-list-parent { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-item, +.e-filemanager.e-bigger .e-large-icons .e-list-item { + height: 106px; + margin: 12px 6px; + width: 100px; +} + +.e-bigger .e-filemanager .e-large-icons .e-text-content, +.e-filemanager.e-bigger .e-large-icons .e-text-content { + height: 100px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-text, +.e-filemanager.e-bigger .e-large-icons .e-list-text { + font-size: 14px; + padding: 4px 2px 2px; + width: 94px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-img, +.e-filemanager.e-bigger .e-large-icons .e-list-img { + max-height: 79px; + max-width: 94px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-icon, +.e-filemanager.e-bigger .e-large-icons .e-list-icon { + height: 52px; + margin: 11px auto; + width: 52px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty, +.e-filemanager.e-bigger .e-large-icons .e-empty { + min-width: 300px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-content, +.e-filemanager.e-bigger .e-large-icons .e-empty-content { + font-size: 22px; + margin: 0 auto; + padding: 12px; + text-align: center; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-icon, +.e-filemanager.e-bigger .e-large-icons .e-empty-icon { + height: 64px; + margin: 0 auto; + width: 64px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-inner-content, +.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content { + font-size: 16px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-bigger .e-filemanager.e-rtl .e-treeview > .e-ul, +.e-filemanager.e-bigger.e-rtl .e-treeview > .e-ul { + padding: 0 12px 0 0; +} + +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox { + padding-right: 16px; +} + +.e-bigger .e-filemanager .e-fe-overlay, +.e-filemanager.e-bigger .e-fe-overlay { + height: calc(100% - 41px); +} + +@media (max-width: 469px) { + .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, + .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + min-width: 140px; + width: calc(50% - 17px); + } +} + +@media (min-width: 470px) and (max-width: 625px) { + .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, + .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + min-width: 140px; + width: calc(33.33% - 17px); + } +} + +.e-content-placeholder.e-filemanager.e-placeholder-filemanager { + height: 100%; + width: 100%; +} + +.e-filemanager { + background: transparent; + border-color: #e0e0e0; +} + +.e-filemanager .e-toolbar { + border-bottom-color: #e0e0e0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + background: #f4f4f4; + border-color: #eaeaea; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + background: #f4f4f4; + border-color: #eaeaea; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + background: #f4f4f4; + border-color: #eaeaea; +} + +.e-filemanager .e-address { + border-bottom-color: #e0e0e0; +} + +.e-filemanager .e-address .e-icons { + color: #333; +} + +.e-filemanager .e-address .e-list-text { + color: #0078d6; +} + +.e-filemanager .e-address .e-address-list-item { + color: #0078d6; +} + +.e-filemanager .e-address .e-address-list-item:focus .e-list-text { + background: #005ba3; + color: #fff; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text { + color: #666; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover { + background: #005ba3; + color: #fff; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active { + background: #005ba3; + color: #fff; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus { + background: #005ba3; + color: #fff; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) { + background: transparent; + border-color: #e0e0e0; +} + +.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow { + border: #f4f4f4; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow { + border-color: #0078d6; +} + +.e-filemanager .e-grid .e-gridheader tr:first-child th { + background: #f8f8f8; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover { + background: #f4f4f4; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover { + background: #f8f8f8; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover { + background: #f4f4f4; +} + +.e-filemanager .e-grid td.e-active { + background-color: #d1ebff; + color: #333; +} + +.e-filemanager .e-grid.e-gridhover tr[role='row'].e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-filemanager .e-dialog td { + color: #333; +} + +.e-filemanager .e-dialog td:first-child { + color: #767676; +} + +.e-filemanager .e-large-icons .e-list-img { + border-color: #fff; +} + +.e-filemanager .e-large-icons .e-active { + color: #333; +} + +.e-filemanager .e-large-icons .e-large-icon { + border-color: transparent; +} + +.e-filemanager .e-large-icons .e-large-icon.e-active { + background: #d1ebff; + border-color: #d1ebff; +} + +.e-filemanager .e-large-icons .e-large-icon.e-hover { + background: #f4f4f4; + border-color: #f4f4f4; +} + +.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover { + background: #d1ebff; + border-color: #f4f4f4; +} + +.e-filemanager .e-large-icons .e-large-icon.e-focus { + border-color: #f4f4f4; +} + +.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder { + border-color: #0078d6; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check { + background-color: #0078d6; + color: #fff; +} + +.e-filemanager .e-fe-error { + color: #a80000; +} + +.e-filemanager .e-upload .e-upload-actions { + border-bottom-color: #dadada; +} + +.e-filemanager .e-fe-clone .e-fe-content { + background-color: #fff; + border-color: none; + color: #666; +} + +.e-filemanager .e-fe-clone .e-fe-count { + background-color: #0078d6; + border-color: #0078d6; + color: #fff; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover { + background: transparent; + border-color: transparent; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus { + border-color: transparent; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active { + background: #d1ebff; + border-color: #d1ebff; +} + +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot, +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick { + color: #0078d6; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-treegrid .e-treegridexpand::before, +.e-treegrid .e-treegridcollapse::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-expand::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-collapse::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-indent::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-outdent::before { + content: ""; +} + +.e-bigger .e-treegrid .e-treegridexpand, +.e-bigger .e-treegrid .e-treegridcollapse { + height: 18px; + width: 18px; +} + +.e-bigger .e-treegrid .e-rowcell.e-treerowcell { + padding-left: 9px; +} + +.e-bigger .e-treegrid .e-hierarchycheckbox { + padding-left: 2px; +} + +.e-treegrid .e-treegridexpand::before, +.e-treegrid .e-treegridcollapse::before { + vertical-align: middle; +} + +.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container { + display: block; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell { + display: inline; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-treegrid .e-treegridexpand:hover::before, +.e-treegrid .e-treegridcollapse:hover::before { + color: #333; +} + +.e-treegrid .e-rowcell.e-treerowcell { + padding-left: 5px; +} + +.e-treegrid .e-rtl .e-treegridcollapse { + transform: scale(-1); +} + +.e-treegrid .e-treegridexpand { + transform: rotate(90deg); +} + +.e-treegrid .e-treerowexpanded { + display: table-row; +} + +.e-treegrid .e-treerowcollapsed { + display: none; +} + +.e-treegrid .e-treecolumn-container span { + display: inline-block; + vertical-align: middle; +} + +.e-treegrid .e-treecolumn-container .e-hierarchycheckbox .e-frame { + height: 17px; +} + +.e-treegrid .e-checkselection .e-frozenheader .e-rowcell, +.e-treegrid .e-checkselection .e-movableheader .e-rowcell, +.e-treegrid .e-checkselection .e-frozencontent .e-rowcell, +.e-treegrid .e-checkselection .e-movablecontent .e-rowcell { + line-height: 21px; +} + +.e-treegrid .e-treegridexpand, +.e-treegrid .e-treegridcollapse { + color: #333; + cursor: pointer; + font-size: 10px; + height: 16px; + text-align: center; + vertical-align: bottom; + width: 16px; +} + +.e-treegrid .e-treecell { + display: table-cell; + line-height: normal; +} + +.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container { + white-space: nowrap; +} + +.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container .e-treecell { + display: inline-block; + white-space: normal; + word-wrap: break-word; +} + +.e-treegrid .e-summarycell { + pointer-events: none; +} + +.e-treegrid.e-grid.e-print-grid-layout .e-icons { + display: inline-block; +} + +.e-treegrid .e-treecheckselect, +.e-treegrid .e-treeselectall { + margin: 0; + opacity: 0; + position: absolute; + width: 0; +} + +.e-treegrid .e-detailheadercell, +.e-treegrid .e-headercontent .e-table .e-detail-intent, +.e-treegrid .e-gridcontent .e-table .e-detail-intent, +.e-treegrid .e-table .e-detailrow .e-detailindentcell, +.e-treegrid .e-table .e-detailrowexpand, +.e-treegrid .e-table .e-detailrowcollapse, +.e-treegrid .e-filterbarcell.e-mastercell { + display: none; +} + +.e-treegrid .e-icons.e-errorelem { + display: inline-block; + padding-left: 10px; + vertical-align: middle; +} + +.e-treegrid .e-errorelem::before { + color: #e3165b; + content: '\e22a'; + transform: rotate(180deg); +} + +.e-treegrid .e-gridcontent td.e-childborder { + border-color: #0078d6; + border-width: 1px 0 0; + box-shadow: 0 1px 0 0 #0078d6; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-childborder.e-dragborder, +.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom.e-dragborder td.e-rowdragdrop.e-dropbottom.e-dragborder { + box-shadow: 0 1px 0 0 #0078d6; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-dragborder, +.e-treegrid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-treegrid .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 0 0 0; +} + +.e-treegrid .e-gridcontent td.e-childborder:first-child { + border-left: 1px solid #0078d6; + box-shadow: 0 1px 0 0 #0078d6; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-childborder:last-child { + border-right: 1px solid #0078d6; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder { + border-width: 1px 0; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:last-child { + border-right: 1px solid #0078d6; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:first-child { + border-left: 1px solid #0078d6; +} + +.e-treegrid .e-gridcontent td.e-dropbottom:first-child, +.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom, +.e-treegrid .e-gridcontent td.e-dropbottom { + box-shadow: 0 1px 0 0 #0078d6; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-droptop:first-child, +.e-treegrid .e-gridcontent td.e-rowcell.e-droptop { + border-top-color: #0078d6; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-dropbottom { + border-bottom-color: #0078d6; +} + +.e-treegrid .e-gridcontent td.e-rowdragdrop.e-droptop.e-dragborder { + box-shadow: 0 0 0 0; +} + +.e-treegrid .e-gridcontent .e-gridheader .e-firstrow-dragborder { + height: 1px; +} + +.e-treegrid .e-gridcontent .e-lastrow-dragborder { + height: 0; +} + +.e-treegrid .e-gridheader .e-firstrow-dragborder { + height: 0; +} + +.e-treegrid .e-droptop .e-lastrow-dragborder { + height: 0; +} + +.e-treegrid .e-treegrid-relative { + position: relative; +} + +.e-treegrid .e-gridheader .e-firstrow-dragborder tr:first-child.e-dropbottom { + height: 0; +} + +.e-treegrid .e-gridheader .e-firstrow-border, +.e-treegrid .e-gridcontent .e-lastrow-border { + background-color: #0078d6; + bottom: 0; + height: 1px; + position: absolute; + z-index: 1; +} + +.e-btn-group, +.e-css.e-btn-group { + display: -ms-inline-flexbox; + display: inline-flex; + border-radius: 0; + -ms-flex-direction: row; + flex-direction: row; + position: relative; +} + +.e-btn-group input:focus + label.e-btn, +.e-btn-group .e-btn:focus, +.e-btn-group .e-btn:hover, +.e-css.e-btn-group input:focus + label.e-btn, +.e-css.e-btn-group .e-btn:focus, +.e-css.e-btn-group .e-btn:hover { + z-index: 2; +} + +.e-btn-group input + label.e-btn, +.e-css.e-btn-group input + label.e-btn { + margin-bottom: 0; +} + +.e-btn-group input, +.e-css.e-btn-group input { + -moz-appearance: none; + height: 1px; + margin: 0 0 0 -1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-btn-group input:disabled + label.e-btn, +.e-btn-group :disabled, +.e-css.e-btn-group input:disabled + label.e-btn, +.e-css.e-btn-group :disabled { + cursor: default; + pointer-events: none; +} + +.e-btn-group .e-btn-icon, +.e-css.e-btn-group .e-btn-icon { + font-size: 14px; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn { + margin-left: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-btn, +.e-css.e-btn-group.e-rtl .e-btn { + margin-left: 0; +} + +.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-rtl .e-btn:first-of-type { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-rtl .e-btn:last-of-type { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-vertical, +.e-css.e-btn-group.e-vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-btn-group.e-vertical input, +.e-css.e-btn-group.e-vertical input { + margin: -1px 0 0; +} + +.e-btn-group.e-vertical .e-btn:not(.e-outline), +.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) { + margin-top: -1px; +} + +.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group.e-vertical .e-btn:first-of-type, +.e-css.e-btn-group.e-vertical .e-btn:first-of-type { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +.e-btn-group.e-vertical .e-btn:last-of-type, +.e-css.e-btn-group.e-vertical .e-btn:last-of-type { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl), +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) { + border-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl { + border-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-bigger .e-btn-group .e-btn-icon, +.e-bigger.e-btn-group .e-btn-icon, +.e-bigger .e-css.e-btn-group .e-btn-icon, +.e-bigger.e-css.e-btn-group .e-btn-icon { + font-size: 16px; +} + +.e-btn-group:not(.e-outline), +.e-css.e-btn-group:not(.e-outline) { + box-shadow: none; +} + +.e-btn-group .e-btn:hover, +.e-css.e-btn-group .e-btn:hover { + box-shadow: none; +} + +.e-btn-group .e-btn:focus, +.e-btn-group input:focus + label.e-btn, +.e-css.e-btn-group .e-btn:focus, +.e-css.e-btn-group input:focus + label.e-btn { + background-color: #f4f4f4; + border-color: #eaeaea; + color: #333; + outline: #767676 1px solid; + outline-offset: 0; + box-shadow: none; + box-shadow: none; + outline-color: #767676; + outline-offset: -2px; +} + +.e-btn-group .e-btn:focus.e-primary, +.e-btn-group input:focus + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:focus.e-primary, +.e-css.e-btn-group input:focus + label.e-btn.e-primary { + background-color: #0078d6; + border-color: #fff; + color: #fff; + outline: #767676 1px solid; + box-shadow: none; + box-shadow: none; + outline-color: #fff; + border-color: transparent; +} + +.e-btn-group .e-btn:focus.e-success, +.e-btn-group input:focus + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:focus.e-success, +.e-css.e-btn-group input:focus + label.e-btn.e-success { + background-color: #137c10; + border-color: #fff; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: #fff; + border-color: transparent; +} + +.e-btn-group .e-btn:focus.e-info, +.e-btn-group input:focus + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:focus.e-info, +.e-css.e-btn-group input:focus + label.e-btn.e-info { + background-color: #0378d5; + border-color: #fff; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: #fff; + border-color: transparent; +} + +.e-btn-group .e-btn:focus.e-warning, +.e-btn-group input:focus + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:focus.e-warning, +.e-css.e-btn-group input:focus + label.e-btn.e-warning { + background-color: #d83b01; + border-color: #fff; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: #fff; + border-color: transparent; +} + +.e-btn-group .e-btn:focus.e-danger, +.e-btn-group input:focus + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:focus.e-danger, +.e-css.e-btn-group input:focus + label.e-btn.e-danger { + background-color: #a80000; + border-color: #fff; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: #fff; + border-color: transparent; +} + +.e-btn-group .e-btn:focus.e-link, +.e-btn-group input:focus + label.e-btn.e-link, +.e-css.e-btn-group .e-btn:focus.e-link, +.e-css.e-btn-group input:focus + label.e-btn.e-link { + border-radius: 0; + text-decoration: underline; + color: #0a3576; + background-color: transparent; + border-color: transparent; + box-shadow: none; + outline: none; +} + +.e-btn-group .e-btn:focus.e-outline, +.e-btn-group input:focus + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:focus.e-outline, +.e-css.e-btn-group input:focus + label.e-btn.e-outline { + background-color: #eaeaea; + border-color: #d0d0d0; + color: #000; + box-shadow: none; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-primary, +.e-btn-group input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary { + background-color: #0078d6; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-success, +.e-btn-group input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success { + background-color: #137c10; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-info, +.e-btn-group input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info { + background-color: #016cc0; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-warning, +.e-btn-group input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning { + background-color: #c73702; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-danger, +.e-btn-group input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger { + background-color: #930000; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active, +.e-btn-group input:active + label.e-btn, +.e-btn-group input:checked + label.e-btn, +.e-css.e-btn-group .e-btn:active, +.e-css.e-btn-group input:active + label.e-btn, +.e-css.e-btn-group input:checked + label.e-btn { + background-color: #c8c8c8; + border-color: #c8c8c8; + color: #000; + outline: #eaeaea 0 solid; + outline-offset: 0; + box-shadow: none; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-primary, +.e-btn-group input:active + label.e-btn.e-primary, +.e-btn-group input:checked + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:active.e-primary, +.e-css.e-btn-group input:active + label.e-btn.e-primary, +.e-css.e-btn-group input:checked + label.e-btn.e-primary { + background-color: #005ba3; + border-color: #005ba3; + color: #fff; + outline: #eaeaea 0 solid; + box-shadow: none; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-success, +.e-btn-group input:active + label.e-btn.e-success, +.e-btn-group input:checked + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:active.e-success, +.e-css.e-btn-group input:active + label.e-btn.e-success, +.e-css.e-btn-group input:checked + label.e-btn.e-success { + background-color: #004b1d; + border-color: #004b1d; + color: #fff; + box-shadow: none; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-info, +.e-btn-group input:active + label.e-btn.e-info, +.e-btn-group input:checked + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:active.e-info, +.e-css.e-btn-group input:active + label.e-btn.e-info, +.e-css.e-btn-group input:checked + label.e-btn.e-info { + background-color: #065fa6; + border-color: #065fa6; + color: #fff; + box-shadow: none; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-warning, +.e-btn-group input:active + label.e-btn.e-warning, +.e-btn-group input:checked + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:active.e-warning, +.e-css.e-btn-group input:active + label.e-btn.e-warning, +.e-css.e-btn-group input:checked + label.e-btn.e-warning { + background-color: #a22c01; + border-color: #a22c01; + color: #fff; + box-shadow: none; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-danger, +.e-btn-group input:active + label.e-btn.e-danger, +.e-btn-group input:checked + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:active.e-danger, +.e-css.e-btn-group input:active + label.e-btn.e-danger, +.e-css.e-btn-group input:checked + label.e-btn.e-danger { + background-color: #7c0101; + border-color: #7c0101; + color: #fff; + box-shadow: none; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline, +.e-btn-group input:active + label.e-btn.e-outline, +.e-btn-group input:checked + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:active.e-outline, +.e-css.e-btn-group input:active + label.e-btn.e-outline, +.e-css.e-btn-group input:checked + label.e-btn.e-outline { + background-color: #c8c8c8; + border-color: #c8c8c8; + box-shadow: none; + color: #000; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-primary, +.e-btn-group input:active + label.e-btn.e-outline.e-primary, +.e-btn-group input:checked + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:active.e-outline.e-primary, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary { + background-color: #005ba3; + border-color: #0078d6; + box-shadow: none; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-success, +.e-btn-group input:active + label.e-btn.e-outline.e-success, +.e-btn-group input:checked + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:active.e-outline.e-success, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success { + background-color: #004b1d; + border-color: #004b1d; + box-shadow: none; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-info, +.e-btn-group input:active + label.e-btn.e-outline.e-info, +.e-btn-group input:checked + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:active.e-outline.e-info, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info { + background-color: #065fa6; + border-color: #065fa6; + box-shadow: none; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-warning, +.e-btn-group input:active + label.e-btn.e-outline.e-warning, +.e-btn-group input:checked + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:active.e-outline.e-warning, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning { + background-color: #a22c01; + border-color: #a22c01; + box-shadow: none; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-danger, +.e-btn-group input:active + label.e-btn.e-outline.e-danger, +.e-btn-group input:checked + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:active.e-outline.e-danger, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger { + background-color: #7c0101; + border-color: #7c0101; + box-shadow: none; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:disabled, +.e-btn-group input:disabled + label.e-btn, +.e-css.e-btn-group .e-btn:disabled, +.e-css.e-btn-group input:disabled + label.e-btn { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #f4f4f4; +} + +.e-btn-group .e-btn:disabled.e-primary, +.e-btn-group input:disabled + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:disabled.e-primary, +.e-css.e-btn-group input:disabled + label.e-btn.e-primary { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #0078d6; +} + +.e-btn-group .e-btn:disabled.e-success, +.e-btn-group input:disabled + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:disabled.e-success, +.e-css.e-btn-group input:disabled + label.e-btn.e-success { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #137c10; +} + +.e-btn-group .e-btn:disabled.e-info, +.e-btn-group input:disabled + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:disabled.e-info, +.e-css.e-btn-group input:disabled + label.e-btn.e-info { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #0378d5; +} + +.e-btn-group .e-btn:disabled.e-warning, +.e-btn-group input:disabled + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:disabled.e-warning, +.e-css.e-btn-group input:disabled + label.e-btn.e-warning { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #d83b01; +} + +.e-btn-group .e-btn:disabled.e-danger, +.e-btn-group input:disabled + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:disabled.e-danger, +.e-css.e-btn-group input:disabled + label.e-btn.e-danger { + background-color: #f4f4f4; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #a80000; +} + +.e-btn-group .e-btn:disabled.e-link, +.e-btn-group input:disabled + label.e-btn.e-link, +.e-css.e-btn-group .e-btn:disabled.e-link, +.e-css.e-btn-group input:disabled + label.e-btn.e-link { + color: #a6a6a6; + background-color: transparent; + box-shadow: none; + text-decoration: none; + border-color: transparent; +} + +.e-btn-group .e-btn:disabled.e-outline, +.e-btn-group input:disabled + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:disabled.e-outline, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #d0d0d0; +} + +.e-btn-group .e-btn:disabled.e-outline.e-primary, +.e-btn-group input:disabled + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #0078d6; +} + +.e-btn-group .e-btn:disabled.e-outline.e-success, +.e-btn-group input:disabled + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-success, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #137c10; +} + +.e-btn-group .e-btn:disabled.e-outline.e-info, +.e-btn-group input:disabled + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-info, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #0378d5; +} + +.e-btn-group .e-btn:disabled.e-outline.e-warning, +.e-btn-group input:disabled + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #d83b01; +} + +.e-btn-group .e-btn:disabled.e-outline.e-danger, +.e-btn-group input:disabled + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger { + background-color: transparent; + border-color: #f4f4f4; + box-shadow: none; + color: #a6a6a6; + border-color: #a80000; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) { + border-left: transparent; + border-right: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type { + border-right: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type { + border-left: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline { + border-color: #d0d0d0; + outline-color: #767676; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary { + border-color: transparent; + outline-color: #fff; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success { + border-color: transparent; + outline-color: #fff; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info { + border-color: transparent; + outline-color: #fff; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning { + border-color: transparent; + outline-color: #fff; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger { + border-color: transparent; + outline-color: #fff; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) { + border-bottom: transparent; + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type { + border-bottom: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type { + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline { + border-color: #d0d0d0; + outline-color: #767676; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary { + border-color: transparent; + outline-color: #fff; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success { + border-color: transparent; + outline-color: #fff; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info { + border-color: transparent; + outline-color: #fff; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning { + border-color: transparent; + outline-color: #fff; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger { + border-color: transparent; + outline-color: #fff; +} + +.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) { + border-left: transparent; + border-right: transparent; +} + +.e-btn-group.e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-rtl .e-btn:first-of-type { + border-left: transparent; +} + +.e-btn-group.e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-rtl .e-btn:last-of-type { + border-right: transparent; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! Progress Button Layout */ +.e-progress-btn { + position: relative; +} + +.e-progress-btn .e-progress { + height: 100%; + left: 0; + opacity: 0; + position: absolute; + top: 0; + transition: opacity .3s linear; +} + +.e-progress-btn .e-spinner { + transition: all 0.3s linear; +} + +.e-progress-btn .e-btn-content { + display: inline-block; + position: relative; + z-index: 1; +} + +.e-progress-btn.e-vertical .e-progress { + bottom: 0; + height: 0%; + top: auto; + width: 100%; +} + +.e-progress-btn.e-progress-top .e-progress { + height: 10%; +} + +.e-progress-btn.e-progress-bottom .e-progress { + bottom: -1px; + height: 10%; + top: auto; +} + +.e-progress-btn.e-progress-active { + overflow: hidden; +} + +.e-progress-btn.e-progress-active .e-progress { + opacity: 1; +} + +.e-progress-btn.e-progress-active .e-animate-end { + opacity: 0; +} + +.e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom { + transition: padding .3s linear; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content, +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-btn-content, +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + display: block; + line-height: 1; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner { + padding-right: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner .e-spinner-inner { + top: -1px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 12px; + padding-right: 0; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner { + padding-left: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner .e-spinner-inner { + top: -1px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top { + padding-bottom: 20px; + padding-top: 20px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner { + padding-bottom: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom { + padding-bottom: 20px; + padding-top: 20px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + padding-top: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner { + padding-right: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 10px; + padding-right: 0; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner { + padding-left: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner { + padding-bottom: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner { + padding-top: 10px; +} + +.e-progress-btn.e-round-corner { + border-radius: 5em; + outline: none; + overflow: hidden; +} + +.e-progress-btn.e-rtl .e-progress { + left: auto; + right: 0; +} + +.e-progress-btn.e-rtl.e-vertical .e-progress { + bottom: auto; + top: 0; +} + +.e-progress-btn .e-spinner-pane { + height: auto; + position: relative; + width: auto; +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner { + left: auto; + position: relative; + top: auto; + transform: none; +} + +.e-progress-btn .e-cont-animate { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +@keyframes ProgressSlideLeft { + from { + left: 0%; + opacity: 1; + } + to { + left: -100%; + opacity: 0; + } +} + +@keyframes ProgressSlideRight { + from { + left: 0%; + opacity: 1; + } + to { + left: 100%; + opacity: 0; + } +} + +@keyframes ProgressSlideUp { + from { + height: auto; + opacity: 1; + top: 0; + } + to { + height: auto; + opacity: 0; + top: -100px; + } +} + +@keyframes ProgressSlideDown { + from { + height: auto; + opacity: 1; + top: 0; + } + to { + height: auto; + opacity: 0; + top: 100px; + } +} + +@keyframes ProgressZoomIn { + from { + opacity: 1; + transform: translate(0, 0) scale(1); + } + to { + opacity: 0; + transform: translate(0, 0) scale(3); + } +} + +@keyframes ProgressZoomOut { + from { + transform: translate(0, 0) scale(1); + } + to { + transform: translate(0, 0) scale(0); + } +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner { + padding-right: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 14px; + padding-right: 0; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner { + padding-left: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top { + padding-bottom: 24px; + padding-top: 24px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner { + padding-bottom: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom { + padding-bottom: 24px; + padding-top: 24px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + padding-top: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner { + padding-right: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner { + padding-left: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top { + padding-bottom: 22px; + padding-top: 22px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner { + padding-bottom: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom { + padding-bottom: 22px; + padding-top: 22px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner { + padding-top: 12px; +} + +/*! Progress Button Theme */ +.e-progress-btn .e-spinner-pane .e-spinner-inner svg { + fill: #333; + stroke: #333; +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(51, 51, 51, 0.2); +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #333; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0.2); +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0.2); +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0.2); +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0.2); +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0.2); +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0.2); +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0.2); +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0.2); +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0.2); +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0.2); +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg { + fill: #0078d6; + stroke: #0078d6; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(0, 120, 214, 0.2); +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #0078d6; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg { + fill: #137c10; + stroke: #137c10; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(19, 124, 16, 0.2); +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #137c10; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg { + fill: #0378d5; + stroke: #0378d5; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(3, 120, 213, 0.2); +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #0378d5; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg { + fill: #d83b01; + stroke: #d83b01; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(216, 59, 1, 0.2); +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #d83b01; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg { + fill: #a80000; + stroke: #a80000; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(168, 0, 0, 0.2); +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #a80000; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg { + fill: #0d47a1; + stroke: #0d47a1; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(13, 71, 161, 0.2); +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #0d47a1; +} + +.e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-primary .e-progress, +.e-success .e-progress, +.e-danger .e-progress, +.e-info .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-warning .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-flat.e-primary .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-flat.e-success .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-flat.e-info .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-flat.e-warning .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-flat.e-danger .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-outline:not(:focus).e-primary .e-progress { + background-color: rgba(0, 120, 214, 0.2); +} + +.e-outline:not(:focus).e-success .e-progress { + background-color: rgba(19, 124, 16, 0.2); +} + +.e-outline:not(:focus).e-info .e-progress { + background-color: rgba(3, 120, 213, 0.2); +} + +.e-outline:not(:focus).e-warning .e-progress { + background-color: rgba(216, 59, 1, 0.2); +} + +.e-outline:not(:focus).e-danger .e-progress { + background-color: rgba(168, 0, 0, 0.2); +} + +/*! component's theme wise override definitions and variables */ +/*! richtexteditor icons */ +.e-rte-toolbar .e-alignments::before, +.e-rte-dropdown-popup .e-alignments::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-justify-left::before, +.e-rte-dropdown-popup .e-justify-left::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-justify-center::before, +.e-rte-dropdown-popup .e-justify-center::before { + content: '\e35e'; +} + +.e-rte-toolbar .e-justify-right::before, +.e-rte-dropdown-popup .e-justify-right::before { + content: '\e34d'; +} + +.e-rte-toolbar .e-justify-full::before, +.e-rte-dropdown-popup .e-justify-full::before { + content: '\e334'; +} + +.e-rte-toolbar .e-font-name::before, +.e-rte-dropdown-popup .e-font-name::before { + content: '\e35f'; +} + +.e-rte-toolbar .e-font-color::before, +.e-rte-dropdown-popup .e-font-color::before { + content: '\e34c'; +} + +.e-rte-toolbar .e-background-color::before, +.e-rte-dropdown-popup .e-background-color::before { + content: '\e35c'; +} + +.e-rte-toolbar .e-bold::before, +.e-rte-dropdown-popup .e-bold::before { + content: '\e339'; +} + +.e-rte-toolbar .e-italic::before, +.e-rte-dropdown-popup .e-italic::before { + content: '\e35a'; +} + +.e-rte-toolbar .e-underline::before, +.e-rte-dropdown-popup .e-underline::before { + content: '\e343'; +} + +.e-rte-toolbar .e-strike-through::before, +.e-rte-dropdown-popup .e-strike-through::before { + content: '\e332'; +} + +.e-rte-toolbar .e-clear-format::before, +.e-rte-dropdown-popup .e-clear-format::before { + content: '\e331'; +} + +.e-rte-toolbar .e-clear-all::before, +.e-rte-dropdown-popup .e-clear-all::before { + content: '\e340'; +} + +.e-rte-toolbar .e-cut::before, +.e-rte-dropdown-popup .e-cut::before { + content: '\e33b'; +} + +.e-rte-toolbar .e-copy::before, +.e-rte-dropdown-popup .e-copy::before { + content: '\e33d'; +} + +.e-rte-toolbar .e-paste::before, +.e-rte-dropdown-popup .e-paste::before { + content: '\e355'; +} + +.e-rte-toolbar .e-unorder-list::before, +.e-rte-dropdown-popup .e-unorder-list::before { + content: '\e344'; +} + +.e-rte-toolbar .e-order-list::before, +.e-rte-dropdown-popup .e-order-list::before { + content: '\e346'; +} + +.e-rte-toolbar .e-indent::before, +.e-rte-dropdown-popup .e-indent::before { + content: '\e33f'; +} + +.e-rte-toolbar .e-outdent::before, +.e-rte-dropdown-popup .e-outdent::before { + content: '\e35d'; +} + +.e-rte-toolbar .e-undo::before, +.e-rte-dropdown-popup .e-undo::before { + content: '\e341'; +} + +.e-rte-toolbar .e-redo::before, +.e-rte-dropdown-popup .e-redo::before { + content: '\e354'; +} + +.e-rte-toolbar .e-super-script::before, +.e-rte-dropdown-popup .e-super-script::before { + content: '\e352'; +} + +.e-rte-toolbar .e-sub-script::before, +.e-rte-dropdown-popup .e-sub-script::before { + content: '\e357'; +} + +.e-rte-toolbar .e-create-link::before, +.e-rte-dropdown-popup .e-create-link::before { + content: '\e34e'; +} + +.e-rte-toolbar .e-open-link::before, +.e-rte-dropdown-popup .e-open-link::before { + content: '\e34a'; +} + +.e-rte-toolbar .e-edit-link::before, +.e-rte-dropdown-popup .e-edit-link::before { + content: '\e338'; +} + +.e-rte-toolbar .e-remove-link::before, +.e-rte-dropdown-popup .e-remove-link::before { + content: '\e348'; +} + +.e-rte-toolbar .e-image::before, +.e-rte-dropdown-popup .e-image::before { + content: '\e335'; +} + +.e-rte-toolbar .e-replace::before, +.e-rte-dropdown-popup .e-replace::before { + content: '\e359'; +} + +.e-rte-toolbar .e-align::before, +.e-rte-dropdown-popup .e-align::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-caption::before, +.e-rte-dropdown-popup .e-caption::before { + content: '\e35b'; +} + +.e-rte-toolbar .e-remove::before, +.e-rte-dropdown-popup .e-remove::before { + content: '\e33e'; +} + +.e-rte-toolbar .e-insert-link::before, +.e-rte-dropdown-popup .e-insert-link::before { + content: '\e34e'; +} + +.e-rte-toolbar .e-display::before, +.e-rte-dropdown-popup .e-display::before { + content: '\e358'; +} + +.e-rte-toolbar .e-alt-text::before, +.e-rte-dropdown-popup .e-alt-text::before { + content: '\e33c'; +} + +.e-rte-toolbar .e-dimension::before, +.e-rte-dropdown-popup .e-dimension::before { + content: '\e336'; +} + +.e-rte-toolbar .e-maximize::before, +.e-rte-dropdown-popup .e-maximize::before { + content: '\e342'; +} + +.e-rte-toolbar .e-minimize::before, +.e-rte-dropdown-popup .e-minimize::before { + content: '\e337'; +} + +.e-rte-toolbar .e-zoom-in::before, +.e-rte-dropdown-popup .e-zoom-in::before { + content: '\e349'; +} + +.e-rte-toolbar .e-zoom-out::before, +.e-rte-dropdown-popup .e-zoom-out::before { + content: '\e351'; +} + +.e-rte-toolbar .e-lower-case::before, +.e-rte-dropdown-popup .e-lower-case::before { + content: '\e347'; +} + +.e-rte-toolbar .e-upper-case::before, +.e-rte-dropdown-popup .e-upper-case::before { + content: '\e333'; +} + +.e-rte-toolbar .e-print::before, +.e-rte-dropdown-popup .e-print::before { + content: '\e34b'; +} + +.e-rte-toolbar .e-formats::before, +.e-rte-dropdown-popup .e-formats::before { + content: '\e353'; +} + +.e-rte-toolbar .e-source-code::before, +.e-rte-dropdown-popup .e-source-code::before { + content: '\e350'; +} + +.e-rte-toolbar .e-preview::before, +.e-rte-dropdown-popup .e-preview::before { + content: '\e345'; +} + +.e-rte-toolbar .e-view-side::before, +.e-rte-dropdown-popup .e-view-side::before { + content: '\e34f'; +} + +.e-rte-toolbar .e-insert-code::before, +.e-rte-dropdown-popup .e-insert-code::before { + content: '\e356'; +} + +.e-rte-toolbar .e-table-header::before, +.e-rte-dropdown-popup .e-table-header::before { + content: '\eb03'; +} + +.e-rte-toolbar .e-table-remove::before, +.e-rte-dropdown-popup .e-table-remove::before { + content: '\eb00'; +} + +.e-rte-toolbar .e-table-rows::before, +.e-rte-dropdown-popup .e-table-rows::before { + content: '\eb02'; +} + +.e-rte-toolbar .e-table-columns::before, +.e-rte-dropdown-popup .e-table-columns::before { + content: '\ea9e'; +} + +.e-rte-toolbar .e-table-cell-ver-align::before, +.e-rte-dropdown-popup .e-table-cell-ver-align::before { + content: '\ea9b'; +} + +.e-rte-toolbar .e-table-edit-properties::before, +.e-rte-dropdown-popup .e-table-edit-properties::before { + content: '\ea9a'; +} + +.e-rte-toolbar .e-create-table::before, +.e-rte-dropdown-popup .e-create-table::before { + content: '\e705'; +} + +.e-rte-toolbar .e-align-bottom::before, +.e-rte-dropdown-popup .e-align-bottom::before { + content: '\ea91'; +} + +.e-rte-toolbar .e-align-middle::before, +.e-rte-dropdown-popup .e-align-middle::before { + content: '\ea94'; +} + +.e-rte-toolbar .e-align-top::before, +.e-rte-dropdown-popup .e-align-top::before { + content: '\ea98'; +} + +.e-rte-toolbar .e-insert-column-left::before, +.e-rte-dropdown-popup .e-insert-column-left::before { + content: '\ea97'; +} + +.e-rte-toolbar .e-insert-column-right::before, +.e-rte-dropdown-popup .e-insert-column-right::before { + content: '\ea99'; +} + +.e-rte-toolbar .e-delete-column::before, +.e-rte-dropdown-popup .e-delete-column::before { + content: '\ea95'; +} + +.e-rte-toolbar .e-insert-row-before::before, +.e-rte-dropdown-popup .e-insert-row-before::before { + content: '\ea92'; +} + +.e-rte-toolbar .e-insert-row-after::before, +.e-rte-dropdown-popup .e-insert-row-after::before { + content: '\ea93'; +} + +.e-rte-toolbar .e-delete-row::before, +.e-rte-dropdown-popup .e-delete-row::before { + content: '\ea96'; +} + +.e-rte-toolbar .e-style::before, +.e-rte-dropdown-popup .e-style::before { + content: '\ea9f'; +} + +.e-richtexteditor .e-south-east::before, +.e-richtexteditor .e-south-west::before { + content: '\eb06'; +} + +/*! tab layout */ +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended { + padding-left: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before { + top: -20px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn { + padding-left: 9px; + padding-right: 7px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active { + padding-left: 9px; + padding-right: 7px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn { + padding: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content { + line-height: 35px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret { + font-size: 12px; +} + +.e-richtexteditor { + color: #333; + display: block; + position: relative; +} + +.e-richtexteditor textarea.e-content { + border: 0; + display: block; + height: 100%; + margin: 0; + outline: 0; + padding: 8px; + resize: none; + width: 100%; +} + +.e-richtexteditor .e-rte-hidden { + border: 0; + display: block; + height: 0; + margin: 0; + outline: 0; + padding: 0; + resize: none; + visibility: hidden; + width: 0; +} + +.e-richtexteditor.e-disabled { + pointer-events: none; +} + +.e-richtexteditor.e-rte-full-screen { + bottom: 0; + height: 100% !important; + left: 0; + position: fixed; + right: 0; + top: 0; + width: 100% !important; + z-index: 999; +} + +.e-richtexteditor.e-rtl .e-rte-character-count { + left: 0; + padding-left: 30px; + padding-right: unset; + right: unset; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 4px; +} + +.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 4px; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow { + margin-left: 0; + margin-right: 0; + overflow-x: auto; + white-space: nowrap; + width: 100%; +} + +.e-richtexteditor .e-rte-toolbar, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar { + z-index: 101; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended { + margin-left: 0; + padding-left: 4px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child { + min-width: 72px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child { + min-width: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child { + min-width: 37px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn { + padding-left: 8px; + padding-right: 6.5px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active { + padding-left: 8px; + padding-right: 6.5px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before { + font-size: 12px; + position: relative; + top: -18px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before { + font-size: 13px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before { + display: inline; + font-size: 14px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content { + line-height: 25px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn { + padding: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'], +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] { + box-sizing: border-box; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible { + display: block; + visibility: hidden; +} + +.e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed { + top: 0; + transform: translate3d(0, 0, 0); +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) { + bottom: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed { + display: none; + left: 0; + position: fixed; + right: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show { + display: block; + z-index: 101; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float { + position: fixed; + top: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float { + position: absolute; +} + +.e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret { + font-size: 12px; +} + +.e-richtexteditor .rte-placeholder { + color: #333; + line-height: 18px; + opacity: 00.54; + overflow: hidden; + position: absolute; + text-align: start; + top: 0; + z-index: 1; +} + +.e-richtexteditor .e-rte-content { + position: relative; + z-index: 1; +} + +.e-richtexteditor .e-rte-content, +.e-richtexteditor .e-source-content { + -webkit-overflow-scrolling: touch; + overflow: auto; + transition: 100ms ease-out; + width: 100%; +} + +.e-richtexteditor .e-rte-content .e-content, +.e-richtexteditor .e-source-content .e-content { + background: unset; + box-sizing: border-box; + height: 100%; + min-height: 100px; + outline: 0 solid transparent; + overflow-x: auto; + padding: 16px; + position: relative; + text-align: inherit; + z-index: 2; +} + +@media screen and (min-width: 992px) { + .e-richtexteditor .e-rte-content .e-content, + .e-richtexteditor .e-source-content .e-content { + font-size: 14px; + } +} + +.e-richtexteditor .e-rte-content .e-content p, +.e-richtexteditor .e-source-content .e-content p { + margin: 0 0 10px; + margin-bottom: 10px; +} + +.e-richtexteditor .e-rte-content .e-content li, +.e-richtexteditor .e-source-content .e-content li { + margin-bottom: 10px; +} + +.e-richtexteditor .e-rte-content .e-content h1, +.e-richtexteditor .e-source-content .e-content h1 { + font-size: 2.17em; + font-weight: 400; + line-height: 1; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h2, +.e-richtexteditor .e-source-content .e-content h2 { + font-size: 1.74em; + font-weight: 400; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h3, +.e-richtexteditor .e-source-content .e-content h3 { + font-size: 1.31em; + font-weight: 400; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h4, +.e-richtexteditor .e-source-content .e-content h4 { + font-size: 1em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content h5, +.e-richtexteditor .e-source-content .e-content h5 { + font-size: 00.8em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content h6, +.e-richtexteditor .e-source-content .e-content h6 { + font-size: 00.65em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content blockquote, +.e-richtexteditor .e-source-content .e-content blockquote { + margin: 10px 0; + margin-left: 0; + padding-left: 5px; +} + +.e-richtexteditor .e-rte-content .e-content pre, +.e-richtexteditor .e-source-content .e-content pre { + background-color: inherit; + border: 0; + border-radius: 0; + color: #333; + font-size: inherit; + line-height: inherit; + margin: 0 0 10px; + overflow: visible; + padding: 0; + white-space: pre-wrap; + word-break: inherit; + word-wrap: break-word; +} + +.e-richtexteditor .e-rte-content .e-content strong, +.e-richtexteditor .e-rte-content .e-content b, +.e-richtexteditor .e-source-content .e-content strong, +.e-richtexteditor .e-source-content .e-content b { + font-weight: 700; +} + +.e-richtexteditor .e-rte-content .e-content a, +.e-richtexteditor .e-source-content .e-content a { + text-decoration: none; + -webkit-user-select: auto; + -ms-user-select: auto; + user-select: auto; +} + +.e-richtexteditor .e-rte-content .e-content a:hover, +.e-richtexteditor .e-source-content .e-content a:hover { + text-decoration: underline; +} + +.e-richtexteditor .e-rte-content .e-content p:last-child, +.e-richtexteditor .e-rte-content .e-content pre:last-child, +.e-richtexteditor .e-rte-content .e-content blockquote:last-child, +.e-richtexteditor .e-source-content .e-content p:last-child, +.e-richtexteditor .e-source-content .e-content pre:last-child, +.e-richtexteditor .e-source-content .e-content blockquote:last-child { + margin-bottom: 0; +} + +.e-richtexteditor .e-rte-content .e-content h3 + h4, +.e-richtexteditor .e-rte-content .e-content h4 + h5, +.e-richtexteditor .e-rte-content .e-content h5 + h6, +.e-richtexteditor .e-source-content .e-content h3 + h4, +.e-richtexteditor .e-source-content .e-content h4 + h5, +.e-richtexteditor .e-source-content .e-content h5 + h6 { + margin-top: 00.6em; +} + +.e-richtexteditor .e-rte-content .e-content ul:last-child, +.e-richtexteditor .e-source-content .e-content ul:last-child { + margin-bottom: 0; +} + +.e-richtexteditor .e-rte-character-count { + bottom: 0; + color: #000; + font-family: 'Times New Roman', Georgia, Serif; + font-size: 14px; + opacity: 00.54; + padding-bottom: 2px; + padding-right: 30px; + position: absolute; + right: 0; + z-index: 100; +} + +.e-richtexteditor .e-rte-character-count.e-warning { + color: #ffb74d; + opacity: unset; +} + +.e-richtexteditor .e-rte-character-count.e-error { + color: #c62828; + opacity: unset; +} + +.e-richtexteditor .e-rte-srctextarea { + background-color: transparent; + border: 0; + color: #333; + display: block; + height: 100%; + line-height: 22px; + min-height: 200px; + overflow: auto; + padding: 16px; + resize: none; + transition: 100ms ease-out; + width: 100%; +} + +.e-richtexteditor img::selection { + background: transparent; + color: transparent; +} + +.e-richtexteditor .e-resize-handle { + height: 15px; + position: absolute; + width: 15px; +} + +.e-richtexteditor .e-resize-handle.e-south-east { + bottom: 0; + cursor: nwse-resize; + right: 0; + z-index: 100; +} + +.e-rte-linkcontent .e-rte-label { + padding-top: 20px; +} + +.e-rte-label label { + font-weight: normal; +} + +.e-rte-linkcontent .e-rte-label:first-child { + padding-top: 0; +} + +.e-bigger .e-rte-dropdown-popup ul { + min-width: 84px; +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-inline-dropdown ul { + padding: 7px 0; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown ul li.e-item { + height: 34px; + line-height: 34px; + padding: 0 6.5px; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown ul .e-item .e-menu-icon { + float: none; + } +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup { + max-height: 280px; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup ul { + display: -ms-inline-flexbox; + display: inline-flex; + } +} + +.e-rte-dropdown-popup ul { + min-width: 82px; +} + +.e-rte-dropdown-popup ul .e-item .e-menu-icon { + margin: 0 6px; + width: auto; +} + +.e-rte-dropdown-popup ul .e-item.e-h1 { + font-size: 2em; + font-weight: bold; + height: 40px; + line-height: 40px; +} + +.e-rte-dropdown-popup ul .e-item.e-h2 { + font-size: 1.5em; + font-weight: bold; + height: 40px; + line-height: 40px; +} + +.e-rte-dropdown-popup ul .e-item.e-h3 { + font-size: 1.16em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h4 { + font-size: 1em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h5 { + font-size: .83em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h6 { + font-size: .7em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-segoe-ui { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-arial { + font-family: Arial, Helvetica, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-courier-new { + font-family: Courier New, Courier, monospace; +} + +.e-rte-dropdown-popup ul .e-item.e-georgia { + font-family: Georgia, 'Times New Roman', Times, serif; +} + +.e-rte-dropdown-popup ul .e-item.e-helvetica-neue { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-impact { + font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-lucida-console { + font-family: Lucida Console, Monaco, monospace; +} + +.e-rte-dropdown-popup ul .e-item.e-tahoma { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-times-new-roman { + font-family: 'Times New Roman', Times, serif; +} + +.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms { + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-verdana { + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-roboto { + font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif; +} + +.e-rte-dropdown-popup.e-rte-dropdown-icons ul { + min-width: auto; +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-dropdown-icons ul { + min-width: 30px; + } +} + +.e-rte-content .e-content .e-imgbreak { + border: 0; + cursor: pointer; + display: block; + float: none; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-rte-image { + border: 0; + cursor: pointer; + display: ''; + float: none; + margin: auto; + max-width: 100%; + position: relative; +} + +.e-rte-content .e-content .e-imginline { + display: inline-block; + float: none; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); + vertical-align: bottom; +} + +.e-rte-content .e-content .e-imgcenter { + cursor: pointer; + display: block; + float: none; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-rte-content .e-content .e-imgleft { + float: left; + margin: 0 5px 0 0; + text-align: left; +} + +.e-rte-content .e-content .e-imgright { + float: right; + margin: 0 0 0 5px; + text-align: right; +} + +.e-rte-img-popup .e-item { + height: 106px; + width: 300px; +} + +.e-richtexteditor .e-content .e-img-caption { + display: inline-block; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-richtexteditor .e-img-caption.e-caption-inline { + display: inline-block; + margin: 5px auto; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); + position: relative; + text-align: center; + vertical-align: bottom; +} + +.e-richtexteditor .e-img-caption.e-caption-inline.e-imgcenter { + display: block; +} + +.e-richtexteditor .e-img-caption.e-imgcenter { + display: block; +} + +.e-richtexteditor .e-img-inner { + box-sizing: border-box; + display: block; + font-size: 16px; + font-weight: initial; + margin: auto; + opacity: .9; + position: relative; + text-align: center; + width: 100%; +} + +.e-richtexteditor .e-content .e-img-wrap { + display: inline-block; + margin: auto; + padding: 0; + width: 100%; +} + +.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgright, +.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgleft { + float: none; + margin: 0; +} + +.e-richtexteditor .e-linkheader { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + opacity: .87; + padding-bottom: 20px; + padding-top: 20px; +} + +.e-richtexteditor .e-rte-img-dialog .e-rte-label { + padding-top: 20px; +} + +.e-richtexteditor .e-rte-img-dialog .e-rte-label:first-child { + padding-top: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons { + margin-top: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list { + border-bottom: 0 solid transparent; + min-height: initial; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files { + border-top: 0 solid transparent; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap { + display: none; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload { + border: 0 solid transparent; + float: none; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn { + display: block; + height: 36px; + margin: -50px auto; + padding: 0 18px; +} + +.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn { + display: none; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea { + line-height: 10; + min-height: 50px; + position: relative; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text { + display: inline-block; + line-height: normal; +} + +.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea { + line-height: 4; +} + +.e-richtexteditor .e-rte-inline-dropdown ul { + max-height: 200px; + overflow-y: auto; +} + +.e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul { + max-height: 280px; + overflow-y: auto; +} + +.e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul { + max-height: 360px; + overflow-y: auto; +} + +.e-richtexteditor .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown, +.e-richtexteditor .e-rte-inline-dropdown.e-rte-fontcolor-dropdown { + line-height: 0; +} + +.e-richtexteditor .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements { + border-bottom-style: solid; + border-bottom-width: 3px; + line-height: 2.25; + padding-bottom: 1px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open { + border-radius: 0; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + font-size: 14px; + font-weight: normal; + min-width: 120px; + overflow: hidden; + padding: 10px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell { + border: 1px solid #c8c8c8; + display: inline-block; + height: 14px; + margin: 1px; + overflow: hidden; + vertical-align: top; + width: 14px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row { + height: 16px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn { + width: 100%; +} + +.e-richtexteditor .e-rte-edit-table .e-rte-field { + padding-top: 20px; +} + +.e-richtexteditor .e-rte-edit-table .e-rte-field:first-child { + padding-top: 0; +} + +.e-richtexteditor .e-rte-content .e-content table { + border-collapse: collapse; + empty-cells: show; +} + +.e-richtexteditor .e-rte-content .e-content table td, +.e-richtexteditor .e-rte-content .e-content table th { + border: 1px solid #bdbdbd; + height: 20px; + min-width: 20px; + padding: 2px 5px; + vertical-align: middle; +} + +.e-richtexteditor .e-rte-content .e-content table.e-dashed-border td, +.e-richtexteditor .e-rte-content .e-content table.e-dashed-border th { + border-style: dashed; +} + +.e-richtexteditor .e-rte-content .e-content table td.e-cell-select, +.e-richtexteditor .e-rte-content .e-content table th.e-cell-select { + border: 1px double #0478d7; + height: 24.67px; +} + +.e-richtexteditor span.e-table-box { + cursor: nwse-resize; + display: block; + height: 10px; + position: absolute; + width: 10px; +} + +.e-richtexteditor span.e-table-box.e-rmob { + height: 14px; + width: 14px; +} + +.e-richtexteditor .e-row-resize, +.e-richtexteditor .e-column-resize { + background-color: transparent; + background-repeat: repeat; + bottom: 0; + cursor: col-resize; + height: 1px; + overflow: visible; + position: absolute; + width: 1px; +} + +.e-richtexteditor .e-row-resize { + cursor: row-resize; + height: 1px; +} + +.e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-right: 50px; +} + +.e-richtexteditor .e-rte-upload-popup { + width: 250px; +} + +.e-richtexteditor .e-rte-dialog-upload .e-upload-files { + border-top: 0; +} + +.e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list { + border-bottom: 0; +} + +.e-richtexteditor.e-rte-readonly .e-rte-toolbar { + pointer-events: none; +} + +.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette, +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette { + padding: 0; +} + +.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn { + padding: 5px; +} + +.e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, .e-bigger +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn { + padding: 5px; +} + +.e-rte-quick-popup { + border-radius: 2px; + overflow: hidden; +} + +.e-rte-quick-popup .e-rte-quick-toolbar { + border-radius: 2px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow { + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow { + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) { + border-radius: 2px; + margin: 0 6px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator { + display: block; + height: 1px; + margin: 0; + min-height: 1px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item { + margin: 0 6px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 6px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) { + line-height: 20px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons { + min-width: 20px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover { + min-height: 26px; + min-width: 27px; + padding: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons::before { + display: inline; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret { + font-size: 10px; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn { + line-height: 24px; + margin: 4px 0; + padding: 1px 0; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) { + font-size: 14px; + margin-left: -3px; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret { + font-size: 10px; + width: 12px; +} + +.e-rte-quick-popup.e-hide { + display: block; + visibility: hidden; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar { + min-height: 48px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) { + margin: 0 6px; + min-height: 48px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) { + margin: 0 6px; + min-height: 48px; + min-width: 36px; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) { + line-height: normal; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn, +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover { + min-height: 34px; + min-width: 39px; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 6px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: 34px; + line-height: normal; + margin: 0; + min-height: 34px; + min-width: 39px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn { + line-height: 33px; + margin: 4px 0; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) { + font-size: 16px; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret { + font-size: 10px; + width: 20px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control { + display: -ms-flexbox; + display: flex; + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content { + position: relative; + vertical-align: middle; + width: 30px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements { + border-bottom-style: solid; + border-bottom-width: 3px; + line-height: 2.25; + padding-bottom: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after { + content: ''; + height: 100%; + position: absolute; + right: 0; + width: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-width: 18px; + text-align: center; + width: 18px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon { + min-width: 20px; + width: 20px; +} + +.e-popup-modal.e-popup.e-popup-open { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-rte-modal-popup.e-popup-container.e-center { + -ms-flex-pack: center; + justify-content: center; +} + +.e-rte-modal-popup.e-popup-container { + -ms-flex-align: center; + align-items: center; + display: none; + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; + z-index: 10000; +} + +.e-popup-overlay { + height: 100%; + left: 0; + opacity: .5; + position: absolute; + top: 0; + width: 100%; +} + +.e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell { + height: 16px; + width: 16px; +} + +.e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row { + height: 18px; +} + +.e-table-rhelper { + cursor: col-resize; + opacity: .87; + position: absolute; +} + +.e-table-rhelper.e-column-helper { + width: 1px; +} + +.e-table-rhelper.e-row-helper { + height: 1px; +} + +.e-reicon::before { + border-bottom: 6px solid transparent; + border-right: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + position: absolute; + right: 4px; + top: 4px; + width: 20px; +} + +.e-reicon::after { + border-bottom: 6px solid transparent; + border-left: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + left: 4px; + position: absolute; + top: 4px; + width: 20px; + z-index: 3; +} + +.e-row-helper.e-reicon::after { + top: 10px; + transform: rotate(90deg); +} + +.e-row-helper.e-reicon::before { + left: 4px; + top: -20px; + transform: rotate(90deg); +} + +.e-rte-overflow { + overflow: hidden; +} + +.e-rte-dialog-minheight { + min-height: 296px; +} + +.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor { + background-size: 700px 190px; + min-height: 190px; +} + +.e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor, +.e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor { + background-size: 700px 190px; + min-height: 190px; +} + +.e-richtexteditor .e-rte-content .e-content table.e-rte-table-border { + border: 1px solid #bdbdbd; + border-collapse: separate; +} + +/*! tab layout */ +.e-richtexteditor .e-rte-toolbar { + border: 1px solid #dadada; + border-bottom: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); + border: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active { + background: #c8c8c8; + border-color: inherit; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after { + background: #c8c8c8; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover { + background: #f4f4f4; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover { + background: #eaeaea; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus { + background: inherit; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active { + background: #c8c8c8; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover { + background: #eaeaea; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus { + background: inherit; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active { + background: #c8c8c8; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active { + background: #c8c8c8; + border: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after { + background: #a6a6a6; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover { + background: transparent; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons { + color: #c8c8c8; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active { + background: #c8c8c8; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float { + border: 1px solid #dadada; +} + +.e-richtexteditor .e-rte-toolbar.e-tb-static { + border-bottom: 1px solid #dadada; +} + +.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) { + border: 0; +} + +.e-richtexteditor .e-rte-content, +.e-richtexteditor .e-source-content { + background: #fff; + border: 1px solid #dadada; + color: #333; +} + +.e-richtexteditor .e-rte-content .e-content blockquote, +.e-richtexteditor .e-source-content .e-content blockquote { + border-left: solid 2px #333; +} + +.e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize), +.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize) { + border: solid 2px #4a90e2; +} + +.e-richtexteditor .e-rte-content .e-content a, +.e-richtexteditor .e-source-content .e-content a { + color: #2e2ef1; +} + +.e-richtexteditor.e-rte-resize { + background: #fff; +} + +.e-richtexteditor .e-input.e-rte-linkurl.e-error, +.e-richtexteditor .e-input.e-img-link.e-error { + color: #f00; +} + +.e-richtexteditor.e-rte-full-screen { + background: #fff; +} + +.e-richtexteditor.e-rte-inline .e-rte-content { + border: 0; +} + +.e-richtexteditor.e-rte-tb-expand { + border: 1px solid #dadada; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar { + border: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar, +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended { + border: 0; + border-bottom: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content { + border-top: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float { + border-bottom: 1px solid #dadada; + border-right: 1px solid #dadada; + border-top: 1px solid #dadada; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open { + border-bottom: 1px solid white; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended { + border-bottom: 1px solid #dadada; + border-right: 1px solid #dadada; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-content, +.e-richtexteditor.e-rte-tb-expand .e-source-content { + border: 0; + border-bottom: 1px solid #dadada; + border-top: 1px solid #dadada; +} + +.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content, +.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content { + border-bottom: 0; +} + +.e-rte-quick-popup { + border: 0; + border-radius: 2px; + box-shadow: 0 2px 6px rgba(0, 0, 0, 0.26); +} + +.e-rte-quick-popup .e-rte-quick-toolbar { + background: #fff; + border: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items { + background: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator { + border: 0.5px solid rgba(0, 0, 0, 0.05); +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn { + background: #fff; + border: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover { + background: rgba(0, 0, 0, 0.12); + border-color: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active { + background: rgba(0, 0, 0, 0.12); + border-color: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); + border: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-dropdown-btn { + background: #fff; + border-color: #fff; +} + +.e-rte-quick-popup .e-rte-dropdown-btn:focus, .e-rte-quick-popup .e-rte-dropdown-btn:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-rte-quick-popup .e-rte-dropdown-btn:hover { + border-color: #fff; +} + +.e-dialog .e-img-uploadwrap .e-droptext { + border: dashed 2px #dadada; + border-radius: 4px; + color: #a6a6a6; + display: block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + height: 185px; + margin: 0 auto; + text-align: center; + width: 300px; +} + +.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext { + height: 66px; + margin: 0 auto; + width: 168px; +} + +.e-linkheader { + color: #333; +} + +.e-rte-img-popup.e-popup { + background: #fff; + border: 1px solid #ccc; + box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21); + color: #000; + padding: 10px; +} + +.e-rte-content .e-content img:not(.e-resize) { + z-index: 1000; +} + +span.e-rte-imageboxmark { + background: #4a90e2; + border: 1px solid #fff; + display: block; + height: 10px; + position: absolute; + width: 10px; + z-index: 1000; +} + +.e-mob-rte span.e-rte-imageboxmark { + background: #fff; + border: 1px solid #4a90e2; + border-radius: 15px; + height: 20px; + width: 20px; +} + +.e-mob-rte.e-mob-span span.e-rte-imageboxmark { + background: #4a90e2; + border: 1px solid #fff; +} + +.e-rte-content .e-content img.e-resize { + z-index: 1000; +} + +.e-disabled { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-disabled .e-rte-toolbar .e-toolbar-item { + cursor: default; +} + +.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:hover, .e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active, .e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus { + background: transparent; + cursor: default; +} + +.e-dropdown-popup ul .e-item.e-active { + background-color: #c8c8c8; + color: #333; +} + +.e-popup-overlay { + background-color: #383838; +} + +.e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn { + color: #c8c8c8; +} + +.e-rte-table-popup.e-popup.e-popup-open { + background-color: #fff; + color: #000; +} + +.e-rte-table-popup .e-span-border { + border: 1px solid #dadada; + display: block; + margin-bottom: 8px; + margin-top: 12px; +} + +.e-rte-table-popup .e-rte-popup-header { + color: rgba(51, 51, 51, 0.87); + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + text-align: center; +} + +.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default { + background-color: #fff; +} + +.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active { + background-color: rgba(0, 120, 214, 0.2); + border: 1px solid #0078d6; +} + +.e-richtexteditor .e-rte-content .e-content table.e-alternate-border tbody tr:nth-child(2n) { + background-color: #f5f5f5; +} + +.e-richtexteditor .e-rte-content .e-content table th { + background-color: #e0e0e0; +} + +.e-rte-table-popup.e-popup.e-popup-open { + background-color: #fff; + color: #333; +} + +span.e-table-box { + background-color: #fff; + border: 1px solid #bdbdbd; +} + +span.e-table-box.e-rbox-select { + background-color: #bdbdbd; + border: 1px solid #bdbdbd; +} + +.e-table-rhelper { + background-color: #0078d6; +} + +.e-rte-dialog-upload.e-upload.e-lib.e-keyboard { + background: #fff; +} + +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons { + color: #000; +} + +/*! Fabric theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +/*! Fabric specific themes definition's */ +/*! Vertical Tab */ +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-gantt .e-add::before { + content: '\e7d5'; +} + +.e-gantt .e-edit::before { + content: '\e97c'; +} + +.e-gantt .e-delete::before { + content: '\e965'; +} + +.e-gantt .e-cancel::before { + content: '\e953'; +} + +.e-gantt .e-save::before { + content: '\e735'; +} + +.e-gantt .e-update::before { + content: '\e735'; +} + +.e-gantt .e-search-icon::before { + content: '\ebe6'; +} + +.e-gantt .e-cancel-icon::before { + content: '\e953'; +} + +.e-gantt .e-notes-info::before { + content: '\1F6C8'; +} + +.e-gantt .e-expandall::before { + content: '\e555'; +} + +.e-gantt .e-collapseall::before { + content: '\e559'; +} + +.e-gantt .e-prevtimespan::before { + content: '\e85b'; +} + +.e-gantt .e-nexttimespan::before { + content: '\e85f'; +} + +.e-gantt .e-left-resize-gripper::before, +.e-gantt .e-right-resize-gripper::before { + content: '\ebef'; +} + +.e-gantt .e-zoomin::before { + content: '\e349'; +} + +.e-gantt .e-zoomout::before { + content: '\e351'; +} + +.e-gantt .e-zoomtofit::before { + content: '\e657'; +} + +.e-gantt .e-add-above::before { + content: '\e658'; +} + +.e-gantt .e-csvexport::before { + content: '\e241'; +} + +.e-gantt .e-excelexport::before { + content: '\e242'; +} + +.e-gantt .e-add-below::before { + content: '\e659'; +} + +.e-gantt.e-device .e-backarrowspan::before, +.e-gantt.e-device .e-icon-dlg-close::before { + content: '\e85b'; +} + +.e-gantt.e-device .e-left-resize-gripper::before, +.e-gantt.e-device .e-right-resize-gripper::before { + content: '\e903'; +} + +.e-gantt { + display: block; + width: 100%; +} + +.e-gantt .e-cloneproperties { + padding: 4px 5px; +} + +.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + left: -5px; + position: relative; +} + +.e-gantt .e-cloneproperties { + border-style: solid; + border-width: 1px; + box-shadow: 0 0; + font-size: 12px; + font-weight: 500; + opacity: 1; + overflow: hidden; + padding: 4px 5px; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; + z-index: 100; +} + +.e-gantt .e-cloneproperties.e-draganddrop { + border-spacing: 0; + font-size: 12px; + font-weight: normal; + overflow: visible; +} + +.e-gantt .e-cloneproperties .e-bothganttlines { + border-width: 1px 0 0 1px; +} + +.e-gantt .e-draganddrop { + border-width: 0 1px 1px; + font-weight: normal; + padding: 0; +} + +.e-gantt .e-draganddrop .e-rowcell { + opacity: .95; +} + +.e-gantt .e-cloneproperties.e-draganddrop table { + border-spacing: 0; +} + +.e-gantt .e-icons.e-errorelem { + display: inline-block; + padding-left: 10px; + vertical-align: middle; +} + +.e-gantt .e-errorelem::before { + color: #e3165b; + content: '\e22a'; + transform: rotate(180deg); +} + +.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, +.e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop { + border-bottom: 0; + border-right: 1px solid #eaeaea; + border-top: 1px solid #eaeaea; +} + +.e-gantt .e-gantt-toolbar { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-style: solid; + border-width: 1px 1px 0; +} + +.e-gantt .e-flmenu-valuediv { + padding-top: 24px; +} + +.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar { + margin: 0; +} + +.e-gantt .e-gantt-splitter .e-pane { + overflow: hidden !important; +} + +.e-gantt .e-temp-content { + border-left: 1px solid; +} + +.e-gantt .e-tab { + border: 0; +} + +.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active { + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header { + padding-left: 13px; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator { + display: block; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-style: solid; + border-width: 0px; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before { + border: 0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid { + border-width: 0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header { + border-bottom-style: solid; + border-bottom-width: 1px; + height: 45px; +} + +.e-gantt .e-gantt-tree-grid-pane .e-headercontent { + border-right-width: 0 !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridheader { + border-top-style: none; + border-top-width: 0; + padding-right: 0 !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-columnheader, +.e-gantt .e-gantt-tree-grid-pane .e-headercell { + height: 63px !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content { + overflow-x: scroll !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding { + width: calc(100% + 17px); +} + +.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info { + text-align: center; +} + +.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info { + display: inline-block; + font-size: 18px; + height: 15px; + line-height: 10px; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart { + height: 100%; + overflow: hidden; + position: relative; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-chart-root-container { + border-right: 0 solid; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-content { + -webkit-overflow-scrolling: touch; + overflow-x: scroll; + overflow-y: auto; + position: relative; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-timeline-header-container { + border-bottom-style: solid; + border-right-width: 0; + overflow: hidden; + position: relative; + z-index: 6; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th { + border-left: 0; + padding: 0 3px; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-container { + border-collapse: collapse; + border-spacing: 0; + border-width: 0; + box-sizing: border-box; + margin: 0; + padding: 0; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-body { + border-collapse: collapse; + box-sizing: border-box; + display: inline-block; + white-space: nowrap; + zoom: 1; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + border-spacing: 0; + border-style: solid; + border-top: 0; + border-width: 1px; + box-sizing: border-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 14px; + font-weight: 400; + margin: 0; + padding: 0; + position: static; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label { + box-sizing: border-box; + margin: auto; + overflow: hidden; + position: static; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text { + padding-left: 8px; + text-align: left; +} + +.e-gantt .e-gantt-chart .e-gantt-grid-lines { + border-bottom-style: solid; + border-bottom-width: 1px; + border-collapse: collapse; + border-spacing: 0; + box-sizing: border-box; +} + +.e-gantt .e-gantt-chart .e-zero-spacing { + border-spacing: none; +} + +.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border { + border-top-color: transparent; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border { + border-collapse: separate; + border-style: solid; + border-width: 1px 0 0; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell { + font-size: 0; + padding: 0; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-chart .e-line-container-cell { + border-right-style: solid; + border-right-width: 1px; + height: 100%; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-taskbar-main-container { + cursor: move; + display: inline-block; + position: absolute; + vertical-align: middle; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: end; + justify-content: flex-end; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + outline: none; + overflow: hidden; + position: absolute; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-left-label-container { + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div, +.e-gantt .e-gantt-chart .e-right-label-container { + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: end; + justify-content: flex-end; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-label { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-right-label-container { + background-color: transparent; + display: inline-block; + margin: 0; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-right-label-inner-div { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + outline: none; + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-indicator-span { + display: inline-block; + font-size: 13px; + font-weight: 400; + overflow: hidden; + position: absolute; + text-overflow: ellipsis; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar, +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar, +.e-gantt .e-gantt-chart .e-gantt-child-progressbar, +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar, +.e-gantt .e-gantt-chart .e-gantt-milestone { + display: inline-block; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div, +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div { + border-spacing: 0; + box-sizing: border-box; + margin: auto; + overflow: hidden; + padding: 0; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div, +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + box-sizing: border-box; + text-align: right; +} + +.e-gantt .e-gantt-chart .e-chart-scroll-container, +.e-gantt .e-gantt-chart .e-chart-rows-container { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-gantt .e-gantt-chart .e-taskbar-left-resizer, +.e-gantt .e-gantt-chart .e-taskbar-right-resizer { + display: inline-block; + position: absolute; + top: 0; + width: 10px; + z-index: 4; +} + +.e-gantt .e-gantt-chart .e-child-progress-resizer { + display: inline-block; + height: 15px; + position: absolute; + top: 0; + width: 20px; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper { + cursor: col-resize; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler { + border-style: solid; + border-width: 1px; + box-sizing: content-box; + cursor: col-resize; + height: 2px; + position: absolute; + top: 7px; + width: 12px; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element { + border-bottom-style: solid; + border-bottom-width: 6px; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + cursor: col-resize; + height: 0; + left: -1px; + position: absolute; + top: -7px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after { + border-bottom-style: solid; + border-bottom-width: 6px; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + cursor: col-resize; + height: 0; + left: -1; + position: absolute; + top: -6px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-baseline-bar { + box-sizing: border-box; + position: absolute; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-milestone-top { + border-style: none solid solid; + border-top: 0; +} + +.e-gantt .e-gantt-chart .e-milestone-top, +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-left-color: transparent; + border-right-color: transparent; +} + +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-bottom: 0; + border-style: solid solid none; +} + +.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container { + position: absolute; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-task-label { + display: inline; + font-weight: normal; + margin-left: 8px; + margin-right: 15px; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart .e-task-table { + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-left-resize-gripper, +.e-gantt .e-gantt-chart .e-right-resize-gripper { + -ms-flex-align: center; + align-items: center; + cursor: e-resize; + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-gantt .e-gantt-chart .e-holiday { + display: inline-block; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-holiday .e-span { + font-size: 13px; + position: absolute; + transform: rotate(-90deg); + white-space: nowrap; + width: 0; +} + +.e-gantt .e-gantt-chart .e-weekend { + display: inline-block; + position: absolute; + z-index: 0; +} + +.e-gantt .e-gantt-chart .e-event-markers { + border-left: 1px dashed; + position: absolute; + width: 1px; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-span-label { + border-radius: 3px; + font-weight: 500; + height: 30px; + left: 5px; + line-height: 1.2; + padding: 7px 12px; + position: absolute; + top: 50px; + white-space: nowrap; + width: auto; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow { + border-bottom: 5px solid transparent; + border-right: 5px solid; + border-top: 5px solid transparent; + height: 0; + position: absolute; + top: 60px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar { + border-radius: 0; + border-style: none; + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow { + border-left-style: solid; + border-left-width: 10px; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-right-style: solid; + border-right-width: 10px; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow, +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-bottom: 5px solid transparent; + border-top: 5px solid transparent; +} + +.e-gantt .e-gantt-chart .e-connector-line-container { + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-connector-line-z-index { + z-index: 1; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover { + outline: 1px solid; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover-z-index { + z-index: 100; +} + +.e-gantt .e-gantt-chart .e-connectortouchpoint { + background-color: transparent; + display: block; + position: absolute; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-right, +.e-gantt .e-gantt-chart .e-connectorpoint-left, +.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div, +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + border-radius: 50%; + display: inline-block; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover { + border-style: solid; + border-width: 1px; + box-sizing: content-box; + cursor: pointer; + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-allow-block { + cursor: no-drop; +} + +.e-gantt .e-gantt-chart .e-icon { + font-family: 'e-icons'; + font-size: 13px; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + text-transform: none; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart .e-active-container { + border: 1px solid !important; +} + +.e-gantt .e-gantt-dialog { + border: 0; +} + +.e-gantt .e-gantt-dialog .e-gridform .e-table { + border-spacing: 0; +} + +.e-gantt .e-gantt-dialog .e-item { + height: 241px; +} + +.e-gantt .e-gantt-dialog .e-dependent-div { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-dialog .e-icon-dlg-close { + opacity: initial; +} + +.e-gantt .e-gantt-dialog .e-toolbar { + border-top-width: 0; +} + +.e-gantt .e-gantt-dialog .e-resource-div { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-dialog .e-resource-div .e-gridheader { + border-top-width: 0; +} + +.e-gantt .e-gantt-dialog .e-edit-form-row { + height: 241px; + overflow-y: auto; + padding-bottom: 16px; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) { + float: left; + padding: 15px 20px 0 18px; + width: 50%; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) { + float: left; + padding: 16px 16px 0 0; + width: 50%; +} + +.e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) { + padding: 16px 16px 0 0; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column { + height: 75px; +} + +.e-gantt .e-gantt-dialog .e-dependent-div .e-content { + height: 161px; +} + +.e-gantt .e-gantt-dialog .e-resource-div .e-content { + height: 202px; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor { + border-bottom-width: 1px; + height: 241px !important; + overflow: hidden; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand { + border-top: 0; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content { + border-bottom-width: 0px; + height: 200px; +} + +.e-gantt .e-gantt-dialog > .e-dlg-content { + padding: 0 !important; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + border-bottom: 0 !important; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + border-radius: 0px; + padding-bottom: 4px; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + border-radius: 50%; +} + +.e-icon-rowselect::before { + content: '\e930'; +} + +.e-ganttpopup { + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + font-weight: normal; + position: absolute; + user-select: none; + z-index: 99999; +} + +.e-ganttpopup .e-rowselect { + line-height: 18px; + text-indent: 7%; +} + +.e-ganttpopup span { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + padding: 4px; + width: 26px; +} + +.e-ganttpopup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-ganttpopup .e-tail::after, +.e-ganttpopup .e-tail::before, +.e-ganttpopup .e-ganttpopup { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-ganttpopup .e-downtail::after { + top: 34px; +} + +.e-gantt-tooltip.e-tooltip-wrap { + opacity: 1; +} + +.e-gantt-tooltip-label { + padding-bottom: 2px; + padding-right: 2px; + text-align: right; +} + +.e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) { + float: none; + padding: 15px 20px 0 18px; + width: 100%; +} + +.e-gantt.e-device .e-edit-form-row { + height: auto; +} + +.e-gantt.e-device .e-adaptive-searchbar { + padding: 5px 10px; + width: 90%; +} + +.e-gantt.e-device .e-backarrowspan { + font-size: 16px; + padding: 5px 10px; +} + +.e-gantt.e-device .e-gantt-dialog { + max-height: auto; +} + +.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn { + float: left; + left: -4px; +} + +.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close { + font-size: 16px; +} + +.e-gantt.e-device .e-gantt-dialog .e-dlg-header { + display: inline-block; +} + +.e-gantt.e-device .e-toolbar-item { + padding: 7px; +} + +.e-gantt.e-device .e-toolbar .e-icons { + font-size: 18px; +} + +.e-gantt.e-device .e-gridheader .e-icons { + font-size: 12px; +} + +.e-gantt.e-device .e-right-resize-gripper, +.e-gantt.e-device .e-left-resize-gripper { + border: 7px solid; + z-index: -1; +} + +.e-gantt.e-device .e-right-resize-gripper::before, +.e-gantt.e-device .e-left-resize-gripper::before { + font-size: 14px; + margin-left: -7px; +} + +.e-gantt.e-device .e-dependent-div .e-content { + height: 100%; +} + +.e-gantt.e-device .e-resource-div .e-content { + height: 100%; +} + +.e-gantt.e-device .e-richtexteditor { + height: 100%; +} + +.e-gantt.e-device .e-richtexteditor .e-rte-content { + height: 100%; +} + +/*! Gantt theme */ +.e-gantt .e-gantt-splitter { + border-color: #eaeaea; + border-radius: 0px; +} + +.e-gantt .e-cloneproperties.e-draganddrop { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + opacity: .95; + overflow: visible; +} + +.e-gantt .e-cloneproperties { + background-color: #d1ebff; + border-color: #eaeaea; + color: #333; +} + +.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell { + color: #333; +} + +.e-gantt .e-cloneproperties.e-draganddrop table, +.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground { + background-color: #fff; + height: 30px; +} + +.e-gantt .e-gantt-toolbar + .e-gantt-splitter { + border-top-left-radius: 0px; + border-top-right-radius: 0px; +} + +.e-gantt .e-gantt-dialog .e-dlg-header { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + background: #0078d6; +} + +.e-gantt .e-gantt-dialog .e-icon-dlg-close { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover { + background-color: #eaeaea; +} + +.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close { + color: #0078d6; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header { + background: #0078d6; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator { + background: #fff; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active { + background-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text { + color: rgba(255, 255, 255, 0.8); +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover { + background: transparent; + border-bottom: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text { + color: white; +} + +.e-gantt .e-temp-content { + border-color: #eaeaea; +} + +.e-gantt .e-splitter-box { + border-color: #eaeaea; +} + +.e-gantt .e-gantt-temp-header { + border-color: #eaeaea; +} + +.e-gantt .e-gantt-chart-pane { + border-color: #eaeaea; +} + +.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div { + height: 45px !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active { + background: #d1ebff; +} + +.e-gantt .e-gantt-chart .e-timeline-header-container { + background: #fff; + border-bottom-color: #eaeaea; + border-bottom-width: 1px; + border-right-color: #eaeaea; + color: #666; + height: 64px; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + border-color: #eaeaea; + color: #666; +} + +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + height: 46px; + line-height: 46px; +} + +.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div { + height: 46px !important; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell { + height: 32px; +} + +.e-gantt .e-gantt-chart .e-chart-root-container { + background-color: #fff; + border-color: #eaeaea; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-body { + border-spacing: 0; +} + +.e-gantt .e-gantt-chart .e-chart-row-border { + border-top-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-chart-row-cell { + color: black; +} + +.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow { + border-bottom-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-line-container-cell { + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-active-container { + border-color: #666 !important; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div { + background-color: #0078d6; + border: 1px solid #005ba3; + border-radius: 0px; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div { + background-color: #767676; + border: 1px solid #505050; + border-radius: 0px; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + background-color: #505050; + border: 0px; +} + +.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div { + background-color: #005ba3; + border: 0px; +} + +.e-gantt .e-gantt-chart .e-holiday { + background: #f4f4f4; +} + +.e-gantt .e-gantt-chart .e-holiday .e-span { + color: #333; + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-weekend { + background: #f8f8f8; +} + +.e-gantt .e-gantt-chart .e-weekend-header-cell { + background: #f8f8f8; +} + +.e-gantt .e-gantt-chart .e-event-markers { + border-left-color: #0078d6; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-span-label { + background-color: #cae8ff; + color: #005a9e; + font-size: 12px; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow { + border-right-color: #cae8ff; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar { + background: linear-gradient(to right, rgba(0, 91, 163, 0.2), #005ba3 30%, #005ba3 70%, #005ba3 70%, rgba(0, 91, 163, 0.2) 100%); + background-color: rgba(0, 91, 163, 0.2); + border: 0px; + border-radius: 0px; +} + +.e-gantt .e-gantt-chart .e-unscheduled-milestone-top { + border-bottom-color: rgba(51, 51, 51, 0.6); +} + +.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom { + border-top-color: rgba(51, 51, 51, 0.6); +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler { + background: #222; + border-color: #fff; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element { + border-bottom-color: #fff; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after { + border-bottom-color: #222; +} + +.e-gantt .e-gantt-chart .e-gantt-dependency-view-container { + display: block; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-line { + border-color: #00457a; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow { + border-left-color: #00457a; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-right-color: #00457a; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover { + border-left-color: #005ba3; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover { + border-right-color: #005ba3; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover { + border-color: #005ba3; + outline-color: #005ba3; +} + +.e-gantt .e-gantt-chart .e-gantt-false-line { + border-top-color: #0078d6; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover { + background-color: #666; + border-color: #fff; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover { + background-color: #fff; + border-color: #00457a; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div, +.e-gantt .e-gantt-chart .e-right-label-inner-div { + color: #333; + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-left-label-temp-container { + color: #333; + font-size: 13px; + padding-right: 25px; +} + +.e-gantt .e-gantt-chart .e-right-label-temp-container { + color: #333; + font-size: 13px; + margin-left: 25px; +} + +.e-gantt .e-gantt-chart .e-right-label-container { + margin-left: 25px; +} + +.e-gantt .e-gantt-chart .e-left-label-container { + padding-right: 25px; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-right { + margin-left: 2px; +} + +.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div, +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + height: 8px; + width: 12px; +} + +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + left: -12px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left, +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right { + border-right: transparent; + border-width: 3px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right { + border-bottom-left-radius: 0px; + border-bottom-right-radius: 2px; + border-top-left-radius: 0px; + border-top-right-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left { + border-bottom-left-radius: 2px; + border-top-left-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-task-label { + color: #fff; + font-size: 12px; +} + +.e-gantt .e-gantt-chart .e-icon { + color: #fff; +} + +.e-gantt .e-gantt-chart .e-milestone-top { + border-bottom-color: #505050; +} + +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-top-color: #505050; +} + +.e-gantt .e-gantt-chart .e-label { + color: #333; + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-active { + background: #d1ebff; + color: #333; + opacity: 1; +} + +.e-gantt .e-gantt-chart .e-active .e-label { + color: #333; +} + +.e-gantt .e-gantt-chart .e-baseline-bar { + background-color: #FF9800; +} + +.e-gantt .e-gantt-chart .e-baseline-milestone-top { + border-bottom-color: #FF9800; +} + +.e-gantt .e-gantt-chart .e-baseline-milestone-bottom { + border-top-color: #FF9800; +} + +.e-gantt .e-gantt-chart .e-uptail::before { + border-bottom-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-downtail::after { + border-top-color: #fff; +} + +.e-gantt .e-gantt-chart .e-downtail::before { + border-top-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-ganttpopup .e-content { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-spanclicked, +.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked { + border-color: #000; +} + +.e-gantt .e-gantt-chart .e-active-parent-task { + border-radius: 4px; + box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5); +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div { + background: #1a1a1a; + border: #1a1a1a; +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div { + background-color: transparent; + border: transparent; +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label { + color: transparent; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label { + color: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line { + border-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow { + border-left-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow { + border-right-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div { + background: #D5D5D5 !important; + border: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div { + background-color: transparent !important; + border: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top { + border-bottom-color: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom { + border-top-color: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div { + background-color: #8A8A8A !important; + border: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div { + background-color: transparent !important; + border: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div { + background: #005ba3 !important; + border: #005ba3 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top { + border-bottom-color: #005ba3 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom { + border-top-color: #005ba3 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div { + background: #3daaff !important; + border: #3daaff !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top { + border-bottom-color: #3daaff !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom { + border-top-color: #3daaff !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line { + border-color: #005ba3 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow { + border-left-color: #005ba3 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow { + border-right-color: #005ba3 !important; +} + +.e-gantt .e-grid .e-icons { + color: #666 !important; +} + +.e-gantt.e-device .e-left-resize-gripper, +.e-gantt.e-device .e-right-resize-gripper { + border-color: #9e9e9e; + color: #eee; +} + +.e-gantt.e-device .e-backarrowspan { + color: #000; +} + +@font-face { + font-family: "e-icons"; + font-style: normal; + font-weight: normal; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjiLTxEAAAEoAAAAVmNtYXDzBvSjAAAIcAAACEpnbHlmMisE7gAAFDgAAVfgaGVhZBc8dPMAAADQAAAANmhoZWEIXgV9AAAArAAAACRobXR48Af+igAAAYAAAAbwbG9jYWZhEVgAABC8AAADem1heHAC4gGWAAABCAAAACBuYW1lc0cOBgABbBgAAAIlcG9zdNmWKBgAAW5AAAAX/wABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAABvAABAAAAAQAAXpQFa18PPPUACwQAAAAAANoOl/sAAAAA2g6X+//A/+QEQAQcAAAACAACAAAAAAAAAAEAAAG8AYoAHAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4gLsAwQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/eBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/5AQA/+QEAAAABAD/5AQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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ALkAugC7ALwAvQC+AL8AwADBAMIAwwDEAMUANQAfACAAbADHAXIAhQCGAIcAiACJAIoAiwCMAI0AjgCPAJAAkQCSAJMAlACVAJYBDAENAQ4BDwEQAREBEgETARUBFgEXARgBGQFmAWgBZwFsAW0BbgFvAXABcQEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2AXMBdAF1AXYBdwF4AXkBegF7AZ4BnQGcAZsBoAGhAaIBnwGjAaQBpQGmAacBfAF9AX4BfwGAAYEBggGDAYQBhQGGAYcBiAGJAYoBiwE3ATgBOQE6ACUBPAE9AT4BPwAmAUEBQgFDAUQBRQFGATsBQAGMACcBjQGPAZABkQGSAY4BkwGUAZgBlQGWAZcBmQGaAagBqQGqAasAKAGxAbgBsAGyAbMBtAG1AbYBtwG6AbsAKQAqACsALAAtAC4ALwAwADEBrAGtAa4BrwG5ADIAMwA0ADYANwA4ADkAOgA7ADwAPQA+AD8AQABBAEIAQwEUAEQBIABFAEYARwBIAEkASgBLAEwATQBOAE8AWgBQAFsAUQBSAFMAVABVAFYAVwBcAF0AXgBYAF8AWQDIAMkAygDLAMwAzQDOAM8A0ADRACEAIgAjACQA0gDTANQA1QDWANcA2ADZANoA2wDcAN0A3gDfAOAA4QDiAOMA5AFUAVcBVgFiAUsBXQFTAU4BWgFNAVgBTwFgAUkBWQFVAWEBXwFSAWQBSAFeAVwBZQFjAVABTAFKAVsBUQFpAWoBawEaARsBHAEdAR4BHwDlAOYA5wDoAOkA6gDrAOwA7QDuAO8A8ADxAPIA8wD0APUA9gD3APgA+QD6APsA/AD9AP4A/wEAAQEBAgEDAQQBBQEGAQcBCAEJAQoBCwAAAAAAAAEIAjgCdAKwAuYDCgMgA7IEugTMBaAGdAaYBuYG9AcYBzoHXgeACGQJQAr6C2wMWgykDOQNHg1KDogO1A/oEYoSFhK4E4wULhRwFSwVlBXMFfgWMBZSFtIW6hcsF8wYdhiMGKQYwhjWGOwY+hkQGR4ZLBlGGV4ZbBl6GZAZqBm+GdIZ7BoKGh4aMhpIGl4abBp6GtgbOBtIG1wbcBuMG/IcFBxsHIQdCB0eHSweBB7cHvgfdB+OIBwhMiIwIkQjIiM6JBIkKCRMJH4lnCYwJswm7icE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BwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICAYACAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAgGAAgMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgJ/CwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAF1DAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsMDAsLCwoKCAkHBwUFBAMCAgMEBQUHBwkICgoLCwsBdQwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMBAQEBAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwAAAAIAAAAAAPnA/QAPwBDAJIAlgCaAJ4AogDQAAABDw4rAS8NPQE/DTsBHw0lFSM1JQ8EJyMPAhUfAg8BHwEPAh8DMzcfBzM/BxczPwMvAj8BLwE/AT0BLwIPAS8HIw8CJRUjNSUVIzUjFSM1IxUjNScRFR8GISc9ATM/AiM1MxU/ATUzFR8BES8HIQ8GAyABAQICBAMFBAYGBgYHBwgHCAgHBwYG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BgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYG+QcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBvkHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgb5BwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGAAEAAAAAA/gC/AACAAATIQEIA/D+CAEEAfgAAAABAAAAAAP4AvwAAgAACQEhAgAB+PwQAQQB+AAAAQAAAAAC/AP4AAIAACUJAQEEAfj+CAgB+AH4AAEAAAAAAvwD+AACAAAJAREBBAH4AgD+CAPwAAADAAAAAAJ+A/gAPwB/AL8AACUfDz8PLw8PDgMfDz8PLw8PDgMfDz8PLw8PDgGCAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwKGDQwNCwsKCgkICAYFBAMCAQECAwQFBggICQoKCwsNDA0NDA0LCwoKCQgIBgUEAwIBAQIDBAUGCAgJCgoLCw0MAW0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwBbQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAACAAAAAAP4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ZQByAHMAaQBvAG4AIAAxAC4AMABlAC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAHUAcwBpAG4AZwAgAFMAeQBuAGMAZgB1AHMAaQBvAG4AIABNAGUAdAByAG8AIABTAHQAdQBkAGkAbwB3AHcAdwAuAHMAeQBuAGMAZgB1AHMAaQBvAG4ALgBjAG8AbQAAAAACAAAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbwBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkASUBJgEnASgBKQEqASsBLAEtAS4BLwEwATEBMgEzATQBNQE2ATcBOAE5AToBOwE8AT0BPgE/AUABQQFCAUMBRAFFAUYBRwFIAUkBSgFLAUwBTQFOAU8BUAFRAVIBUwFUAVUBVgFXAVgBWQFaAVsBXAFdAV4BXwFgAWEBYgFjAWQBZQFmAWcBaAFpAWoBawFsAW0BbgFvAXABcQFyAXMBdAF1AXYBdwF4AXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcoBywHMAc0BzgHPAdAB0QHSAdMB1AHVAdYB1wHYAdkB2gHbAdwB3QHeAd8B4AHhAeIB4wHkAeUB5gHnAegB6QHqAesB7AHtAe4B7wHwAfEB8gHzAfQB9QH2AfcB+AH5AfoB+wH8Af0B/gH/AgACAQICAgMCBAIFAgYCBwIIAgkCCgILAgwCDQIOAg8CEAIRAhICEwIUAhUCFgIXAhgCGQIaAhsCHAIdAh4CHwIgAiECIgIjAiQCJQImAicCKAIpAioCKwIsAi0CLgIvAjACMQIyAjMCNAI1AjYCNwI4AjkCOgI7AjwCPQI+Aj8CQAJBAkICQwJEAkUCRgJHAkgCSQJKAksCTAJNAk4CTwJQAlECUgJTAlQCVQJWAlcCWAJZAloCWwJcAl0CXgJfAmACYQJiAmMCZAJlAmYCZwJoAmkCagJrAmwCbQJuAm8CcAJxAnICcwJ0AnUCdgJ3AngCeQJ6AnsCfAJ9An4CfwKAAoECggKDAoQChQKGAocCiAKJAooCiwKMAo0CjgKPApACkQKSApMClAKVApYClwKYApkCmgKbApwCnQKeAp8CoAKhAqICowKkAqUCpgKnAqgCqQKqAqsCrAKtAq4CrwKwArECsgKzArQCtQK2ArcCuAK5AroCuwK8Ar0AClBkZl9FeHBvcnQKQ1NWX0V4cG9ydAxFeGNlbF9FeHBvcnQMRlRfRGF0ZXJhbmdlDUZUX0V4Y2VsY2xlYXIORlRfRXhjZWxmaWx0ZXIMQnVsbGV0X0Fycm93DUJ1bGxldF9DaXJjbGUFTm9uZTILQnVsbGV0X1RpY2sRQm9yZGVyX0RpYWdvbmFsVXATQm9yZGVyX0RpYWdvbmFsRG93bg1CdWxsZXRfRmxvd2VyCkJ1bGxldF9Eb3QNQnVsbGV0X1NxdWFyZQ1GVF9SaWdodEFycm93DEZUX0xlZnRBcnJvdwxGVF9Eb3duQXJyb3cKRlRfVXBhcnJvdw1GVF9SZWN1cnJlbmNlE0ZUX1JlY3VycmVuY2VFZGl0ZWQLRlRfTG9jYXRpb24ORlRfRGVzY3JpcHRpb24LRlRfVGltZXpvbmUIRlRfVG9kYXkLRlRfV29ya1dlZWsJRlRfQWdlbmRhCkZUX0RheVZpZXcORlRfTW9udGhBZ2VuZGELRlRfV2Vla1ZpZXcLRlRfRGF0ZVRpbWULRlRfUmVzb3VyY2UORlRfVGltZUxpbmVEYXkPRlRfVGltZUxpbmVXZWVrE0ZCX1RpbWVMaW5lV29ya1dlZWsQRlRfVGltZUxpbmVNb250aAh0YWJsZS0wMgRjb3B5CHRoLXNtYWxsB3NhdmUtMDIKYWxpZ24tbGVmdAdlZGl0LTA2CGNsb3NlLXdmC3dvcmQtZXhwb3J0CmFkZC1uZXctMDEKcHJpbnRlci0wMgtjcm9zcy1jbG9zZQVjbG9zZQ1jaGVjay1tYXJrLTAxB2FkZC1uZXcIY2xvc2UtMDEMY2hldnJvbi1sZWZ0EUZUX0Ryb3Bkb3duX0Fycm93EWFycm93aGVhZC1kb3duLTAxDWNoZXZyb24tcmlnaHQMYXJyb3doZWFkLXVwDmFycm93aGVhZC1kb3duDWFycm93LWRvd24tMDILYXJyb3ctdXAtMDEPYXJyb3doZWFkLXJpZ2h0DmFycm93aGVhZC1sZWZ0DGRvd24tYXJyb3ctMQ1hcm9vdy1sZWZ0LTAxEGNoZXZyb24tcmlnaHQtMDMKdXAtYXJyb3ctMRBuYXZpZ2F0aW9uLXJpZ2h0CVNvcnRpbmctbQtCb3R0b20taWNvbghUb3AtaWNvbgtueHQtcGctaWNvbgtkb3duLWFycm93MghVcC1hcnJvdwpEd24tYXJyb3czCUdyb3VwaWNvbgtTZWxlY3Rpb24tbQxJbnRlcm1lZGlhdGUJU2VsZWN0aW9uDU1UX0xlZnRfQXJyb3cMRkJfRmlyc3RwYWdlB0JUX0VkaXQIRkJfQ2xlYXIHRkJfU2F2ZQtGQl9CYWNrd2FyZAlGQl9EZWxldGUPRkJfQm90dG9tX0Fycm93DE1UX0JvdHRvbWZpbAdGQl9NZW51B01UX01lbnULRkJfTGFzdHBhZ2ULRkJfQ2FsZW5kYXIIRkJfbWVudTEHRkJfRWRpdAlGQl9TZWFyY2gHRkJfVGltZQ1GQl9MZWZ0X0Fycm93CUZCX3JlbW92ZQpGQl9BZGRmbGF0CUZCX1JlbG9hZA5GQl9SaWdodF9BcnJvdwlGQl9maWx0ZXIOQ29sdW1uX2Nob29zZXIIVHJlZXZpZXcJVHJlZXZpZXcyCVRyZWV2aWV3MQlUcmVldmlldzMORlRfVHJlZV9leHBhbmQOTVRfVHJlZV9leHBhbmQGRmFicmljDEZhYnJpY19QYXVzZQtGYWJyaWNfUGxheQ9QYXJhT3B0aW9uZG93bjEKVGV4dFNlYXJjaBdJbnNpZGVIb3Jpem9uZGFsQm9yZGVycwpSZXN0YXJ0QXQxDU9wZW5IeXBlcmxpbmsHQ3V0RGF0YQhDb3B5RGF0YQlUb3BCb3JkZXINRGVsZXRlQ29sdW1ucwpEZWxldGVSb3dzC0luc2VydFJpZ2h0Ckluc2VydExlZnQPUmVtb3ZlSHlwZXJsaW5rFUluc2lkZVZlcnRpY2FsQm9yZGVycwtSaWdodEJvcmRlcg1FZGl0SHlwZXJsaW5rCUh5cGVybGluawtMZWZ0Qm9yZGVycwtEZWxldGVUYWJsZQ9UYWJsZVByb3BlcnRpZXMNQ29weUh5cGVybGluawxCb3R0b21Cb3JkZXIOQ2xpcGJvYXJkUGFzdGURQ29udGludWVOdW1iZXJpbmcLSW5zZXJ0QmVsb3cLSW5zZXJ0QWJvdmUKQm9yZGVyTm9uZQlCb3JkZXJCb3gDQWxsD1RhYmxlQWxpZ25SaWdodAxDdXN0b21Cb3JkZXIOVGFibGVBbGlnbkxlZnQQVGFibGVBbGlnbkNlbnRlcg1MaW5lVmVyeXNtYWxsCkxpbmVub3JtYWwJTGluZXNtYWxsDVBhcmFPcHRpb251cDEKVGV4dEJvdHRvbQpUZXh0Q2VudGVyB1RleHRUb3AOTVRfQ2xlYXJGb3JtYXQQTVRfU3RyaWtldGhyb3VnaAxNVF9VcHBlcmNhc2UKTVRfSnVzdGlmeQhNVF9JbWFnZQlNVF9SZXNpemULTVRfTWluaW1pc2ULTVRfRWRpdExpbmsHTVRfQm9sZAxNVF9BbGlnbkxlZnQGTVRfQ3V0Ek1UX0FsdGVybmF0aXZlVGV4dAdNVF9Db3B5CU1UX1JlbW92ZRFNVF9JbmNyZWFzZUluZGVudAtNVF9DbGVhckFsbAdNVF9VbmRvDU1UX0Z1bGxTY3JlZW4MTVRfVW5kZXJsaW5lEE1UX1Vub3JkZXJlZExpc3QKTVRfUHJldmlldw5NVF9PcmRlcmVkTGlzdAxNVF9Mb3dlcmNhc2UNTVRfUmVtb3ZlTGluawlNVF9ab29tSW4LTVRfT3BlbkxpbmsITVRfUHJpbnQMTVRfRm9udENvbG9yDU1UX0FsaWduUmlnaHQNTVRfQ3JlYXRlTGluawtNVF9WaWV3U2lkZQtNVF9Db2RlVmlldwpNVF9ab29tT3V0Dk1UX1N1cGVyc2NyaXB0B01UX1BhcmEHTVRfUmVkbwhNVF9QYXN0ZQ1NVF9JbnNlcnRDb2RlDE1UX1N1YnNjcmlwdApNVF9EaXNwbGF5Ck1UX1JlcGxhY2UJTVRfSXRhbGljCk1UX0NhcHRpb24STVRfQmFja2dyb3VuZGNvbG9yEU1UX0RlY3JlYXNlSW5kZW50Dk1UX0FsaWduQ2VudGVyC01UX0ZvbnROYW1lC0RyYWdBbmREcm9wDEZpbHRlckZpZWxkcwpOZXdfQ29sdW1uB05ld19Sb3cDU3VtCEZpbHRlcl9CDUZpbHRlckNsb3NlX0YGU29ydF9GCEZpbHRlcl9GB0Nsb3NlX0YNQ2xlYXJmaWx0ZXJfRgJPawtBbGlnbkJvdHRvbQ5JbnNlcnRSb3dBYm92ZQ5JbnNlcnRSb3dCZWxvdwtBbGlnbkNlbnRlcgxEZWxldGVDb2x1bW4JRGVsZXRlUm93EEluc2VydENvbHVtbkxlZnQIQWxpZ25Ub3ARSW5zZXJ0Q29sdW1uUmlnaHQORWRpdFByb3BlcnRpZXMRVmVydGljYWxBbGlnbm1lbnQJQWRkQ29sdW1uBVN0eWxlCVRiX0RlbGV0ZQZBZGRSb3cGSGVhZGVyCVRhYl9Nb3JlMQlUYWJfTW9yZTIGUmVzaXplCUZfUFZfT3Blbg5GX1BWX0ZpcnN0UGFnZQ1GX1BWX1ByZXZpb3VzCUZfUFZfTmV4dA1GX1BWX0xhc3RQYWdlDEZfUFZfWm9vbW91dAtGX1BWX1pvb21pbg1GX1BWX0Rvd25sb2FkDUZfUFZfQm9va21hcmsLRl9QVl9TZWFyY2gSRl9QVl9UZXh0YW5ub3RhaW9uCkZfUFZfQ2xvc2UMRl9QVl9Db21tZW50CUZfUFZfU2F2ZQ5GX1BWX0FsaWdubGVmdA1GX1BWX0ZyZWVoYW5kCUZfUFZfVW5kbw5GX1BWX0hpZ2hsaWdodAlGX1BWX01vcmUORl9QVl9VbmRlcmxpbmUSRl9QVl9TdHJpa2V0aHJvdWdoCkZfUFZfUGFpbnQIRl9QVl9QYW4MRl9QVl9PcGFjaXR5C0ZfUFZfRGVsZXRlC0ZfUFZfY3Vyc29yD0ZfUFZfcmlnaHRhcnJvdxBGX1BWX1N0cm9rZWNvbG9yCkZfUFZfUHJpbnQJRl9QVl9SZWRvCUZfUFZfRm9udAtGX1BWX1NoYXBlcw5GX1BWX2xlZnRhcnJvdxFGX1BWX1N0cm9rZXdlaWdodBNGX1BWX0Fubm90YXRpb25FZGl0DkZfUFZfVGh1bWJuYWlsCkZfUFZfU3RhbXAORl9QVl9QYWdlQnJlYWsPRl9QVl9TaW5nbGVQYWdlCEZfRXhwYW5kCkZfQ29sbGFwc2UORG91YmxlUmVzaXplXzIORG91YmxlUmVzaXplXzEOU2luZ2xlUmVzaXplXzEOU2luZ2xlUmVzaXplXzMOU2luZ2xlUmVzaXplXzIOU2luZ2xlUmVzaXplXzQLRHJhZ2FuZERyb3AHQXJyb3dVcAlBcnJvd0Rvd24KQXJyb3dyaWdodAlBcnJvd0xlZnQHR3JpcHBlchBOZXdfRmlsdGVyQWN0aXZlCU5ld19TaWdtYQ9OZXdfRmlsdGVyQ2xlYXINTmV3X1BWX0NvbHVtbgpOZXdfUFZfUm93Ck5ld19GaWx0ZXIHRlRfQ29kZQdGVF9HcmlkCEZUX3Bhc3RlCUZUX2RlbGV0ZQtGVF9kb3dubG9hZAZGVF9jdXQHRlRfTGlzdApGVF9yZWZyZXNoB0ZUX2luZm8NRlRfcmlnaHRhcnJvdw1GVF9vcGVuZm9sZGVyCEZUX2Nsb3NlDEZUX25ld2ZvbGRlcglGVF9yZW5hbWUHRlRfY29weQlGVF9zZWFyY2gJRlRfdXBsb2FkB0ZUX2JhY2sMRlRfc2VsZWN0YWxsB0ZUX3NvcnQJRlRfb3B0aW9uB0ZUX3RpY2sMRl9CcmVhZGNydW1iCEZfU2F2ZWFzBkZfR3JpZAxGX0dyYW5kdG90YWwIRl9EZWxldGUIRl9FeHBvcnQHRl9DaGFydAZGX0xvYWQIRl9SZW5hbWUMRl9GdWxsc2NyZWVuCkZfU3VidG90YWwLRl9OZXdSZXBvcnQSRl9OdW1iZXJGb3JtYXR0aW5nC0ZfQ1NWZXhwb3J0C0ZfUERGZXhwb3J0DUZfRXhjZWxFeHBvcnQGRl9TYXZlCEZvbnRUeXBlC0xpbmVTcGFjaW5nBExvY2sGSXRhbGljB0p1c3RpZnkOVGFibGVPZkNvbnRlbnQKUGFnZU51bWJlcg5IaWdobGlnaHRDb2xvcgRCb2xkCVN1YnNjcmlwdA1GX0FsaWduQ2VudGVyCUZvbnRDb2xvcglQYWdlU2V0dXALU3Ryb2tlU3R5bGUNU3RyaWtldGhyb3VnaAdQaWN0dXJlCEJvb2ttYXJrDkluY3JlYXNlSW5kZW50CEZfSGVhZGVyC1N1cGVyc2NyaXB0CU51bWJlcmluZwdCdWxsZXRzDkRlY3JlYXNlSW5kZW50DFNob3dIaWRlUGFuZQpBbGlnblJpZ2h0BkZvb3RlcghDbGVhckFsbA1PdXRzaWRlQm9yZGVyCkFsbEJvcmRlcnMNSW5zaWRlQm9yZGVycwRDZWxsB0ZfQnJlYWsLRl9QYWdlQnJlYWsKRl9OZXh0UGFnZQdBdXRvRml0EEZpeGVkQ29sdW1uV2lkdGgNQXV0b0ZpdFdpbmRvdwxCcmluZ0ZvcndhcmQKQnJpbmdGcm9udAhTZW5kYmFjawxTZW5kQmFja3dhcmQHVW5ncm91cAVHcm91cAVPcmRlcg9GX1NpbmdsZVVwQXJyb3cRRl9TaW5nbGVEb3duQXJyb3cSRl9TaW5nbGVSaWdodEFycm93EUZfU2luZ2xlTGVmdEFycm93EkZfRG91YmxlUmlnaHRBcnJvdxFGX0RvdWJsZUxlZnRBcnJvdwlab29tVG9GaXQIQWRkQWJvdmUIQWRkQmVsb3cGRl9MaW5lB0ZfQXJyb3cLRl9SZWN0YW5nbGUIRl9DaXJjbGUKRl9QZW50YWdhbghGX0xlbmd0aAtGX1BlcmltZXRlcgZGX0FyZWEIRl9SYWRpdXMIRl9Wb2x1bWUSRl9DaGFuZ2VTY2FsZVJhdGlvDEZfUHJvcGVydGllcwlGX0NvbW1lbnQKVGh1bWJzRG93bghUaHVtYnNVcAtUaHVtYnNEb3duMQlKUEdFeHBvcnQJUE5HRXhwb3J0CVNWR0V4cG9ydAxGX1NoZWV0c0xpc3QRRl9Gb3JtdWxhRnVuY3Rpb24MSGlkZWhlYWRpbmdzDUhpZGVHcmlkbGluZXMGRl9IaWRlC0ZfRHVwbGljYXRlB01zRXhjZWwJRXhwb3J0Q1NWCU1zRXhjZWw5NwNNRFgXRl9Db25kaXRpb25hbEZvcm1hdHRpbmcIRm9ybWF0X0YITmFtZWRzZXQLTy1BdHRyaWJ1dGUJRGltZW5zaW9uBkxldmVsMQZMZXZlbDIGTGV2ZWwzBkxldmVsNAZMZXZlbDULVXNlckRlZmluZWQDS1BJCkZfU29ydERvd24KRl9Tb3J0Tm9uZQhGX1NvcnRVcBBDYWxjdWxhdGVkTWVtYmVyCkN1c3RvbVNvcnQOU29ydERlc2NlbmRpbmcNU29ydEFzY2VuZGluZwpBZGRDb21tZW50BVJlcGx5CVNlbmRBcnJvdwtDb21tZW50TWFyaxFGX0hhbmRXcml0dGVuU2lnbgxGX01haW5GaWx0ZXIKVW5maWx0ZXJlZBBGaWx0ZXJlZFNvcnREZXNjCkZfU29ydERlc2MKRl9Tb3J0QXNjZRBGaWx0ZXJlZFNvcnRBc2NlCEZpbHRlcmVkCUZfUmVhcHBseQhGX1Jlb3BlbgdGX0dyb3VwCUZfVW5ncm91cAAAAA==) format("truetype"); +} + +.e-icons { + font-family: "e-icons"; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +/*! calendar fabric theme variables */ +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! Fabric theme definitions and variables */ +/*! Value element styles */ +/*! Tooltip styles */ +/*! Tip Content styles */ +/*! Title styles */ +/*! Wrapper styles */ +/*! Component group styles */ +/*! Button styles */ +/*! inplaceeditor icons */ +.e-inplaceeditor .e-save-icon::before, +.e-inplaceeditor-tip .e-save-icon::before { + content: '\e614'; +} + +.e-inplaceeditor .e-cancel-icon::before, +.e-inplaceeditor-tip .e-cancel-icon::before { + content: '\ebe8'; +} + +.e-inplaceeditor .e-editable-overlay-icon::before, +.e-inplaceeditor-tip .e-editable-overlay-icon::before { + content: '\e97c'; +} + +/*! inplaceeditor layout */ +.e-bigger .e-inplaceeditor .e-editable-value-wrapper, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper { + padding: 8px 12px; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value { + font-size: 15px; + margin: 0 32px 0 0; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon { + right: 12px; + width: 20px; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before { + font-size: 16px; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save { + margin: 0 4px 0 0; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel { + margin: 0 0 0 4px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value { + margin: 0 0 0 32px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon { + left: 12px; + right: auto; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save { + margin: 0 0 0 4px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel { + margin: 0 4px 0 0; +} + +.e-inplaceeditor { + display: inline-block; + position: relative; + width: auto; +} + +.e-inplaceeditor .e-editable-value-wrapper { + display: inline-block; + padding: 6px 10px; + position: relative; + width: auto; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + margin: 0 30px 0 0; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + bottom: 0; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + height: inherit; + position: absolute; + right: 10px; + top: 0; + visibility: hidden; + width: 18px; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-size: 14px; +} + +.e-inplaceeditor .e-editable-value-wrapper.e-hide { + display: none; +} + +.e-inplaceeditor .e-editable-value-wrapper.e-editable-open { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon { + visibility: visible; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon { + visibility: hidden; +} + +.e-inplaceeditor .e-editable-action-buttons { + margin-top: 4px; + position: absolute; + right: 0; + z-index: 100; +} + +.e-inplaceeditor.e-overlay { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value { + margin: 0 0 0 30px; +} + +.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon { + left: 10px; + right: auto; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons { + left: 0; + right: auto; +} + +.e-bigger .e-inplaceeditor, +.e-inplaceeditor.e-bigger, +.e-bigger .e-inplaceeditor-tip, +.e-inplaceeditor-tip.e-bigger { + width: auto; +} + +.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle, +.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: inherit; +} + +.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle, +.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: inherit; +} + +.e-inplaceeditor .e-editable-loading, +.e-inplaceeditor-tip .e-editable-loading { + display: none; + min-height: 100%; + position: absolute; + top: 0; +} + +.e-inplaceeditor .e-editable-loading.e-show, +.e-inplaceeditor-tip .e-editable-loading.e-show { + display: block; +} + +.e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner, +.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner { + left: auto; + right: 5px; + transform: translateX(-30%) translateY(-50%); +} + +.e-inplaceeditor .e-editable-form, +.e-inplaceeditor-tip .e-editable-form { + width: 100%; +} + +.e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon, +.e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon { + visibility: hidden; +} + +.e-inplaceeditor .e-component-group, +.e-inplaceeditor-tip .e-component-group { + margin-bottom: 4px; +} + +.e-inplaceeditor .e-component-group .e-editable-component, +.e-inplaceeditor-tip .e-component-group .e-editable-component { + min-width: 150px; + position: relative; +} + +.e-inplaceeditor .e-control-overlay, +.e-inplaceeditor-tip .e-control-overlay { + visibility: hidden; +} + +.e-inplaceeditor .e-control-overlay.e-richtexteditor, +.e-inplaceeditor-tip .e-control-overlay.e-richtexteditor { + opacity: .5; + pointer-events: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + visibility: visible; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save { + margin: 0 4px 0 0; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons { + font-size: 16px; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel { + margin: 0 0 0 4px; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons { + font-size: 16px; +} + +.e-inplaceeditor .e-editable-action-buttons.e-hide, +.e-inplaceeditor-tip .e-editable-action-buttons.e-hide { + visibility: hidden; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save { + margin: 0 0 0 4px; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel { + margin: 0 4px 0 0; +} + +.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper, +.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper { + padding: 12px; +} + +.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper, +.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper { + padding: 10px 12px 12px 12px; +} + +.e-bigger .e-inplaceeditor-tip .e-editable-title, +.e-inplaceeditor-tip.e-bigger .e-editable-title { + font-size: 14px; + min-height: 36px; + padding: 0 0 0 12px; +} + +.e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title, +.e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title { + padding: 0 12px 0 0; +} + +.e-inplaceeditor-tip { + opacity: 1; + width: auto; +} + +.e-inplaceeditor-tip.e-tooltip-wrap { + max-width: 100%; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content { + padding: 0; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title { + -ms-flex-line-pack: center; + align-content: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: 600; + height: 30px; + -ms-flex-pack: center; + justify-content: center; + padding: 0 0 0 12px; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper { + display: -ms-flexbox; + display: flex; + padding: 12px; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons { + float: right; + margin-top: 4px; + position: relative; + right: auto; + top: auto; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper { + padding: 10px 12px 12px 12px; +} + +.e-inplaceeditor-tip.e-hide { + visibility: hidden; +} + +.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title { + padding: 0 12px 0 0; +} + +.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons { + float: left; +} + +.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor { + background-size: 150px 60px; + min-height: 60px; +} + +.e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor, +.e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor { + background-size: 150px 70px; + min-height: 70px; +} + +/*! inplaceeditor theme */ +.e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + border-bottom: 1px dashed #333; + color: #333; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + color: #333; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover { + background: #f4f4f4; + border-radius: 0; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value { + border-bottom-color: transparent; +} + +.e-inplaceeditor[data-underline='false'] .e-editable-value-wrapper .e-editable-value { + border-bottom: 0; +} + +.e-inplaceeditor.e-disable { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value { + border-bottom-color: transparent; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn { + background-color: ""; + border: ""; + box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25); +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons { + color: #333; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons { + color: ""; +} + +.e-inplaceeditor-tip.e-tooltip-wrap { + background: #fff; + box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.26); +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content { + border-radius: 0; + color: #333; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-inner { + color: #fff; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #d0d0d0; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { + border-top-color: #d0d0d0; +} + +.e-inplaceeditor-tip.e-tooltip-wrap.e-popup { + border: 1px solid #d0d0d0; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-editable-title { + background: #eaeaea; + border-bottom: 0; + color: #333; +} + +.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #d0d0d0; +} + +.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { + color: #eaeaea; +} + +.e-toast .e-toast-close-icon::before { + content: ""; +} + +/*! toast layout */ +.e-bigger .e-toast-container.e-toast-top-left, +.e-toast-container.e-bigger.e-toast-top-left { + left: 10px; + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-left, +.e-toast-container.e-bigger.e-toast-bottom-left { + bottom: 10px; + left: 10px; +} + +.e-bigger .e-toast-container.e-toast-top-right, +.e-toast-container.e-bigger.e-toast-top-right { + right: 10px; + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-right, +.e-toast-container.e-bigger.e-toast-bottom-right { + bottom: 10px; + right: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-center, +.e-toast-container.e-bigger.e-toast-bottom-center { + bottom: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-center .e-toast, +.e-toast-container.e-bigger.e-toast-bottom-center .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-toast-top-center, +.e-toast-container.e-bigger.e-toast-top-center { + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-top-center .e-toast, +.e-toast-container.e-bigger.e-toast-top-center .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-toast-full-width, +.e-toast-container.e-bigger.e-toast-full-width { + left: 0; + right: 0; +} + +.e-bigger .e-toast-container.e-toast-full-width .e-toast, +.e-toast-container.e-bigger.e-toast-full-width .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions { + text-align: left; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions > *, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions > * { + margin-left: initial; + margin-right: 10px; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-close-icon, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-close-icon { + margin-left: initial; + margin-right: auto; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-icon, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-icon { + margin-left: 8px; + margin-right: initial; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-progress, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-progress { + left: auto; + right: 0; +} + +.e-bigger .e-toast-container .e-toast, +.e-toast-container.e-bigger .e-toast { + border-radius: 0; + font-size: 14px; + margin: 0 0 10px; + min-height: 48px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content { + padding: 8px 0 8px 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:first-child { + padding: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:last-child { + padding-bottom: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content + .e-toast-actions { + padding: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions { + padding: 8px 0 0 0; + text-align: right; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions > *, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions > * { + margin-left: 10px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-close-icon, +.e-toast-container.e-bigger .e-toast .e-toast-close-icon { + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-icon, +.e-toast-container.e-bigger .e-toast .e-toast-icon { + font-size: 16px; + height: 24px; + margin-right: 8px; + width: 24px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-progress, +.e-toast-container.e-bigger .e-toast .e-toast-progress { + height: 2px; +} + +.e-toast-container { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-direction: column; + flex-direction: column; + position: relative; +} + +.e-toast-container.e-toast-top-left { + left: 10px; + top: 10px; +} + +.e-toast-container.e-toast-bottom-left { + bottom: 10px; + left: 10px; +} + +.e-toast-container.e-toast-top-right { + right: 10px; + top: 10px; +} + +.e-toast-container.e-toast-bottom-right { + bottom: 10px; + right: 10px; +} + +.e-toast-container.e-toast-bottom-center { + bottom: 10px; + pointer-events: none; + right: 0; + width: 100%; +} + +.e-toast-container.e-toast-bottom-center .e-toast { + margin: 0 auto 10px; + pointer-events: auto; +} + +.e-toast-container.e-toast-top-center { + pointer-events: none; + right: 0; + top: 10px; + width: 100%; +} + +.e-toast-container.e-toast-top-center .e-toast { + margin: 0 auto 10px; + pointer-events: auto; +} + +.e-toast-container.e-toast-full-width { + left: 0; + right: 0; + width: 100%; +} + +.e-toast-container.e-toast-full-width .e-toast { + margin: 0 auto 10px; + width: 96%; +} + +.e-toast-container.e-rtl .e-toast .e-toast-actions { + text-align: left; +} + +.e-toast-container.e-rtl .e-toast .e-toast-actions > * { + margin-left: initial; + margin-right: 10px; +} + +.e-toast-container.e-rtl .e-toast .e-toast-close-icon { + margin-left: initial; + margin-right: auto; +} + +.e-toast-container.e-rtl .e-toast .e-toast-icon { + margin-left: 8px; + margin-right: initial; +} + +.e-toast-container.e-rtl .e-toast .e-toast-progress { + left: auto; + right: 0; +} + +.e-toast-container .e-toast { + border-radius: 0; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 14px; + margin: 0 0 10px; + overflow: hidden; + padding: 16px; + position: relative; +} + +.e-toast-container .e-toast .e-toast-icon, +.e-toast-container .e-toast .e-toast-message { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toast-container .e-toast > * { + word-break: break-word; + word-wrap: break-word; +} + +.e-toast-container .e-toast .e-toast-message { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + width: inherit; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title, +.e-toast-container .e-toast .e-toast-message .e-toast-content { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title:first-child, +.e-toast-container .e-toast .e-toast-message .e-toast-content:first-child { + padding: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title:last-child, +.e-toast-container .e-toast .e-toast-message .e-toast-content:last-child { + padding-bottom: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title > *, +.e-toast-container .e-toast .e-toast-message .e-toast-content > * { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title { + font-size: 14px; + font-weight: bold; + letter-spacing: .5px; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content { + padding: 8px 0 8px 0; + word-break: break-word; + word-wrap: break-word; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions { + padding-top: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-actions { + margin: 1px; + padding: 8px 0 0 0; + text-align: right; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-actions > * { + margin-left: 10px; +} + +.e-toast-container .e-toast .e-toast-close-icon { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + font-size: 16px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + margin-left: auto; + width: 24px; +} + +.e-toast-container .e-toast .e-toast-icon { + -ms-flex-align: center; + align-items: center; + font-size: 16px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + margin-right: 8px; + width: 24px; +} + +.e-toast-container .e-toast .e-toast-progress { + bottom: 0; + height: 2px; + left: 0; + position: absolute; +} + +.e-content-placeholder.e-toast.e-placeholder-toast { + background-size: 400px 100px; + min-height: 100px; +} + +.e-bigger .e-content-placeholder.e-toast.e-placeholder-toast, +.e-bigger.e-content-placeholder.e-toast.e-placeholder-toast { + background-size: 400px 100px; + min-height: 100px; +} + +.e-toast-container .e-toast { + background-color: #f4f4f4; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); + color: #333; +} + +.e-toast-container .e-toast.e-toast-success { + background-color: #dff6dd; + color: #333; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title { + color: #333; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content { + color: #333; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-icon { + color: #107c10; +} + +.e-toast-container .e-toast.e-toast-success:hover { + background-color: #c5f3c1; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); + color: #333; +} + +.e-toast-container .e-toast.e-toast-info { + background-color: #e1f5fe; + color: #333; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title { + color: #333; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content { + color: #333; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-icon { + color: #0277bd; +} + +.e-toast-container .e-toast.e-toast-info:hover { + background-color: #c9eefe; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); + color: #333; +} + +.e-toast-container .e-toast.e-toast-warning { + background-color: #fff4ce; + color: #333; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title { + color: #333; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content { + color: #333; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-icon { + color: #666; +} + +.e-toast-container .e-toast.e-toast-warning:hover { + background-color: #faebb7; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); + color: #333; +} + +.e-toast-container .e-toast.e-toast-danger { + background-color: #fde7e9; + color: #333; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title { + color: #333; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content { + color: #333; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-icon { + color: #a80000; +} + +.e-toast-container .e-toast.e-toast-danger:hover { + background-color: #f6cfd3; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); + color: #333; +} + +.e-toast-container .e-toast:hover { + background-color: #f4f4f4; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); +} + +.e-toast-container .e-toast .e-toast-icon { + color: #333; +} + +.e-toast-container .e-toast .e-toast-close-icon { + color: #333; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title { + color: #333; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content { + color: #333; +} + +.e-toast-container .e-toast .e-toast-progress { + background-color: #0078d6; +} + +/*! PdfViewer's fabric theme override definitions and variables */ +.e-pdfviewer .e-pv-icon::before { + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-icon-search::before { + font-family: 'e-icons'; + font-size: 12px; +} + +.e-pdfviewer .e-pv-open-document-icon::before { + content: '\ebdd'; +} + +.e-pdfviewer .e-pv-download-document-icon::before { + content: '\ebe4'; +} + +.e-pdfviewer .e-pv-print-document-icon::before { + content: '\ebf9'; +} + +.e-pdfviewer .e-pv-first-page-navigation-icon::before { + content: '\ebde'; +} + +.e-pdfviewer .e-pv-previous-page-navigation-icon::before, +.e-pdfviewer .e-pv-prev-search-icon::before { + content: '\ebdf'; +} + +.e-pdfviewer .e-pv-next-page-navigation-icon::before, +.e-pdfviewer .e-pv-next-search-icon::before { + content: '\ebe0'; +} + +.e-pdfviewer .e-pv-last-page-navigation-icon::before { + content: '\ebe1'; +} + +.e-pdfviewer .e-pv-zoom-out-icon::before { + content: '\ebe2'; +} + +.e-pdfviewer .e-pv-zoom-in-icon::before { + content: '\ebe3'; +} + +.e-pdfviewer .e-pv-thumbnail-view-icon::before { + content: '\ec00'; +} + +.e-pdfviewer .e-pv-thumbnail-view-disable-icon::before { + color: rgba(0, 0, 0, 0.2); + content: '\ec00'; +} + +.e-pdfviewer .e-pv-thumbnail-view-selection-icon::before { + color: #0078d6; + content: '\ec00'; +} + +.e-pdfviewer .e-pv-bookmark-icon::before { + content: '\ebe5'; +} + +.e-pdfviewer .e-pv-bookmark-disable-icon::before { + color: rgba(0, 0, 0, 0.2); + content: '\ebe5'; +} + +.e-pdfviewer .e-pv-bookmark-selection-icon::before { + color: #0078d6; + content: '\ebe5'; +} + +.e-pdfviewer .e-pv-title-close-icon::before, +.e-pdfviewer .e-pv-annotation-tools-close-icon::before, +.e-pdfviewer .e-pv-annotation-popup-close::before { + content: '\ebe8'; + font-size: 12px; +} + +.e-pdfviewer .e-pv-resize-icon::before { + content: '\e84b'; + font-size: 10px; +} + +.e-pdfviewer .e-pv-text-select-tool-icon::before { + content: '\ebf6'; +} + +.e-pdfviewer .e-pv-pan-tool-icon::before { + content: '\ebf3'; +} + +.e-pdfviewer .e-pv-text-search-icon::before { + content: '\ebe6'; +} + +.e-pdfviewer .e-pv-search-icon::before { + content: '\ebe6'; + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-search-close::before { + content: '\ebe8'; + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-annotation-icon::before { + content: '\ebff'; +} + +.e-pdfviewer .e-pv-annotation-color-icon::before { + content: '\ebf2'; +} + +.e-pdfviewer .e-pv-annotation-stroke-icon::before { + content: '\e668'; +} + +.e-pdfviewer .e-pv-annotation-opacity-icon::before { + content: '\ebf4'; +} + +.e-pdfviewer .e-pv-annotation-thickness-icon::before { + content: '\ebfe'; +} + +.e-pdfviewer .e-pv-annotation-delete-icon::before { + content: '\ebf5'; +} + +.e-pdfviewer .e-pv-undo-icon::before { + content: '\ebed'; +} + +.e-pdfviewer .e-pv-redo-icon::before { + content: '\ebfa'; +} + +.e-pdfviewer .e-pv-more-icon::before { + content: '\ebef'; +} + +.e-pdfviewer .e-pv-backward-icon::before { + content: '\e962'; +} + +.e-pdfviewer .e-pv-notification-icon { + background-image: none; + background-repeat: no-repeat; + background-size: auto; + height: auto; +} + +.e-pdfviewer .e-pv-notification-icon-rtl { + background-image: none; + background-position: right; + background-repeat: no-repeat; + background-size: auto; + height: auto; +} + +.e-pdfviewer .e-pv-annotation-calibrate-icon::before { + content: '\e678'; +} + +.e-pv-download-document-icon.e-menu-icon::before { + content: '\ebe4'; +} + +.e-pv-bookmark-icon.e-menu-icon::before { + content: '\ebe5'; +} + +.e-pv-highlight-icon::before { + content: '\ebee'; + font-family: 'e-icons'; +} + +.e-pv-underline-icon::before { + content: '\ebf0'; + font-family: 'e-icons'; +} + +.e-pv-strikethrough-icon::before { + content: '\ebf1'; + font-family: 'e-icons'; +} + +.e-pv-copy-icon::before { + content: '\e70a'; + font-family: 'e-icons'; +} + +.e-pv-stamp-icon::before { + content: '\ec01'; +} + +.e-pv-shape-line-icon::before { + content: '\e668'; + font-family: 'e-icons'; +} + +.e-pv-shape-arrow-icon::before { + content: '\e669'; + font-family: 'e-icons'; +} + +.e-pv-shape-rectangle-icon::before { + content: '\e670'; + font-family: 'e-icons'; +} + +.e-pv-shape-circle-icon::before { + content: '\e671'; + font-family: 'e-icons'; +} + +.e-pv-shape-pentagon-icon::before { + content: '\e672'; + font-family: 'e-icons'; +} + +.e-pv-annotation-shape-icon::before { + content: '\ebfc'; +} + +.e-pv-cut-icon::before { + content: '\e33b'; + font-family: 'e-icons'; +} + +.e-pv-paste-icon::before { + content: '\e33d'; + font-family: 'e-icons'; +} + +.e-pv-delete-icon::before { + content: '\ebf5'; + font-family: 'e-icons'; +} + +.e-pv-properties-fill-color-icon::before { + content: '\ebf2'; + font-family: 'e-icons'; +} + +.e-pv-properties-stroke-color-icon::before { + content: '\e668'; + font-family: 'e-icons'; +} + +.e-pv-comment-icon::before { + content: '\e680'; + font-family: 'e-icons'; +} + +.e-pv-comment-selection-icon::before { + color: #0078d6; + content: '\e680'; + font-family: 'e-icons'; +} + +.e-pv-comment-panel-icon::before { + content: '\eb8b'; + font-family: 'e-icons'; +} + +.e-pv-accepted-icon::before { + color: #fff; + content: '\e682'; + font-family: 'e-icons'; + font-size: 14px; + padding: 1px 1px 1px 4px; + position: absolute; +} + +.e-pv-rejected-icon::before { + color: #fff; + content: '\e683'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 4px; + position: absolute; +} + +.e-pv-completed-icon::before { + color: #fff; + content: '\e614'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 3.5px; + position: absolute; +} + +.e-pv-cancelled-icon::before { + color: #fff; + content: '\e60a'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 3.5px; + position: absolute; +} + +.e-pv-scale-ratio-icon::before { + content: '\e678'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-distance-icon::before { + content: '\e673'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-perimeter-icon::before { + content: '\e674'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-area-icon::before { + content: '\e675'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-radius-icon::before { + content: '\e676'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-volume-icon::before { + content: '\e677'; + font-family: 'e-icons'; +} + +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp { + background-color: transparent; +} + +.e-btn-icon .e-pv-properties-stroke-color-icon .e-pv-icon { + height: 24px; +} + +.e-menu-icon.e-pv-stamp-icon.e-pv-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret { + margin-top: -7px; +} + +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul { + padding: 0; +} + +.e-pv-freetext-icon::before { + content: '\ebe7'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textalign-icon::before { + content: '\ebeb'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textprop-icon::before { + content: '\eb04'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textcolor-icon::before { + content: '\e34c'; + font-family: 'e-icons'; +} + +.e-pv-left-align-icon::before { + content: '\ebeb'; + font-family: 'e-icons'; +} + +.e-pv-right-align-icon::before { + content: '\eb82'; + font-family: 'e-icons'; +} + +.e-pv-center-align-icon::before { + content: '\eb9e'; + font-family: 'e-icons'; +} + +.e-pv-justfiy-align-icon::before { + content: '\eb67'; + font-family: 'e-icons'; +} + +.e-pv-bold-icon::before { + content: '\eb77'; + font-family: 'e-icons'; +} + +.e-pv-italic-icon::before { + content: '\eb99'; + font-family: 'e-icons'; +} + +.e-pv-strikeout-icon::before { + content: '\eb7f'; + font-family: 'e-icons'; +} + +.e-pv-underlinetext-icon::before { + content: '\ebf0'; + font-family: 'e-icons'; +} + +.e-pv-superscript-icon::before { + content: '\e352'; + font-family: 'e-icons'; +} + +.e-pv-subscript-icon::before { + content: '\e357'; + font-family: 'e-icons'; +} + +.e-pv-handwritten-icon::before { + content: '\e739'; + font-family: 'e-icons'; +} + +/*! component layout */ +.e-pdfviewer .e-pv-viewer-container { + border-style: solid; + border-width: 0; +} + +.e-pdfviewer .e-pv-text-layer { + position: absolute; + top: 0; + z-index: 2; +} + +.e-pdfviewer .e-pv-annotation-canvas { + left: 0; + position: absolute; + top: 0; +} + +.e-pdfviewer .e-pv-text { + background: transparent; + color: transparent; + line-height: normal; + opacity: 0.6; + position: absolute; +} + +.e-pdfviewer .e-pv-search-text-highlight, +.e-pdfviewer .e-pv-search-text-highlightother { + line-height: normal; + opacity: 0.6; + position: absolute; +} + +.e-pdfviewer .e-pv-hyperlink { + z-index: 2; +} + +.e-pdfviewer .e-pv-hyperlink.e-pv-onselection { + z-index: 1; +} + +.e-pdfviewer .e-enable-text-selection { + -ms-user-select: text; + -webkit-user-select: text; + user-select: text; +} + +.e-pdfviewer .e-disable-text-selection { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; +} + +.e-pdfviewer .e-enable-text-selection .e-pv-text { + display: inline-block; +} + +.e-pdfviewer .e-disable-text-selection .e-pv-text { + display: none; +} + +.e-pdfviewer .e-pv-cursor { + cursor: text; +} + +.e-pdfviewer .e-pv-crosshair-cursor { + cursor: crosshair; +} + +.e-pdfviewer .e-pv-touch-select-drop { + display: inline-block; + height: 30px; + position: absolute; + width: 30px; + z-index: 1000; +} + +.e-pdfviewer .e-pv-touch-ellipse { + background-color: #3088ed; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + border-color: #3088ed; + border-style: solid; + border-top-left-radius: 50%; + border-width: 2px; + height: 20px; + margin: 0 0 0 9px; + position: absolute; + width: 20px; +} + +.e-pdfviewer .e-pv-annotation-note { + border-radius: 2px; + cursor: auto; + font-size: 14px; + height: auto; + max-width: 200px; + min-height: 10px; + min-width: 30px; + overflow-wrap: break-word; + padding: 5px; + position: absolute; + width: auto; + z-index: 10000; +} + +.e-pdfviewer .e-pv-annotation-note-author { + border-bottom: 1px solid #000; + font-weight: bold; +} + +.e-pdfviewer .e-pv-annotation-popup-menu { + cursor: auto; + min-width: 396px; + padding-bottom: 6px; + position: absolute; + width: auto; + z-index: 10000; +} + +.e-pdfviewer .e-pv-annotation-popup-header { + height: auto; + min-height: 29px; + padding-top: 14px; +} + +.e-pdfviewer .e-pv-annotation-popup-author { + float: left; + font-size: 16px; + font-weight: bold; + margin-left: 14px; +} + +.e-pdfviewer .e-pv-annotation-popup-close { + float: right; + height: 20px; + margin-right: 14px; + width: 20px; +} + +.e-pdfviewer .e-pv-annotation-modified-time { + height: 14px; + margin-left: 14px; + padding-top: 8px; +} + +.e-pdfviewer .e-pv-annotation-popup-note-container { + height: auto; + padding: 14px; + width: auto; +} + +.e-pdfviewer .e-pv-annotation-popup-content { + background-color: #fff; + border: 1px solid; + font-size: 16px; + min-height: 132.08px; + overflow: hidden auto; + width: 368px; +} + +.e-pdfviewer .e-pv-properties-fill-color-icon, +.e-pdfviewer .e-pv-properties-stroke-color-icon { + border-bottom: 2px solid; +} + +.e-pdfviewer .e-pv-drop { + color: #3088ed; + display: inline-block; + height: 20px; + position: absolute; + width: 20px; + z-index: 1000; +} + +.e-pdfviewer .e-pv-droplet { + background-color: #3088ed; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + border-color: #3088ed; + border-style: solid; + border-top-left-radius: 50%; + border-width: 2px; + height: 20px; + margin: 0 0 0 9px; + position: absolute; + width: 20px; +} + +.e-pv-viewer-container { + background-color: #d0d0d0; + border-color: #fff; + height: calc(100% - 50px); + overflow: auto; + position: relative; + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; +} + +.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar { + display: none; +} + +.e-pv-page-container { + margin: 0; + padding: 0; + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; +} + +.e-pv-mobilespanscroll-container { + color: rgba(0, 0, 0, 0.87); + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger .e-pv-icon-search, +.e-pv-icon { + font-size: 16px; +} + +.e-pv-mobilescroll-container { + background-color: #d0d0d0; + border: 1px solid #d0d0d0; + border-radius: 56px 0 0 56px; + line-height: 27px; + position: absolute; + text-align: center; +} + +.e-pv-viewer-container .e-pv-page-div { + border-color: #a6a6a6; + border-style: solid; + border-width: 1px; + box-shadow: none; + box-sizing: content-box; + position: absolute; +} + +.e-pv-toolbar, +.e-pv-nav-toolbar, +.e-pv-annotation-toolbar { + border: 1px solid #dadada; + border-radius: 0; + border-width: 1px; +} + +.e-pv-toolbar, +.e-pv-annotation-toolbar { + height: 52px; +} + +.e-pv-nav-toolbar, +.e-bigger .e-pv-toolbar, +.e-pv-toolbar.e-pv-mobile-toolbar, +.e-bigger .e-pv-annotation-toolbar, +.e-pv-mobile-view .e-pv-annotation-toolbar { + height: 52px; +} + +.e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container { + height: 50px; + width: 80px; +} + +.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container { + display: none; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text, +.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-pv-current-page-box.e-input-group.e-control-wrapper { + height: 28px; + margin-top: 0; + width: 35px; +} + +.e-pv-mobilepagenoscroll-container { + background: #f4f4f4; + border: 1px solid #d0d0d0; + border-radius: 10px; + padding: 6px; + text-align: center; + vertical-align: middle; +} + +.e-pv-mobilecurrentpage-container { + color: rgba(0, 0, 0, 0.87); + display: block; + font-family: Roboto-Regular; + font-size: 24px; +} + +.e-pv-mobiledashedline-container { + color: rgba(0, 0, 0, 0.87); + display: block; + padding: 10px; +} + +.e-pv-number-ofpages { + width: 10%; +} + +.e-pv-gotopage-popup { + max-width: 500px; + padding-left: 16px; + padding-top: 16px; +} + +.e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled { + background-color: transparent; +} + +.e-pv-mobiletotalpage-container { + color: rgba(0, 0, 0, 0.87); + display: block; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-password-input { + margin-top: 14px; +} + +.e-pv-password-error { + color: #a80000; +} + +.e-pv-corrupted-popup-header { + color: #333; + opacity: 0.87; +} + +.e-pv-corrupted-popup-content { + color: #333; + font-size: 14px; + line-height: 24px; + margin-left: 0; + opacity: 0.87; + padding-top: 0; + text-align: left; +} + +.e-pv-corrupted-popup-content-rtl { + color: #333; + font-size: 14px; + line-height: 24px; + margin-right: 53px; + opacity: 0.87; + padding-top: 0; + text-align: right; +} + +.e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) { + height: auto; + margin-left: 1.5px; + margin-right: 1.5px; + padding-bottom: 0; + padding-top: 0; +} + +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + margin-left: 1.5px; + margin-right: 1.5px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-right-width: 1px; + height: 24px; + margin-left: 5.5px; + margin-right: 5.5px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child { + margin-left: 4px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child { + margin-right: 4px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child { + margin-right: 4px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child { + margin-left: 4px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn, +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn { + height: 50px; + min-width: 20px; + width: 36px; +} + +.e-pv-open-document-icon { + font-size: 16px; + height: 16px; + line-height: 16px; + width: 18px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-download-document-icon { + line-height: 16px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-print-document-icon { + line-height: 16px; +} + +.e-pv-first-page-navigation-icon { + line-height: 14px; +} + +.e-pv-previous-page-navigation-icon { + line-height: 14px; +} + +.e-pv-next-page-navigation-icon { + line-height: 14px; +} + +.e-pv-last-page-navigation-icon { + line-height: 14px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-out-icon, +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-in-icon { + line-height: 16px; + size: 16px; +} + +.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container { + padding-left: 8px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-pv-pan-tool .e-pv-icon { + margin-right: 2px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container { + margin: 0 2.5px; + padding: 0; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator) { + color: rgba(0, 0, 0, 0.87); + cursor: default; + font-size: 14px; + margin-left: 1.5px; + margin-right: 5.5px; + min-width: unset; + padding-bottom: 2px; + padding-left: 0; + position: relative; +} + +.e-pv-total-page { + color: #000; + font-size: inherit; +} + +.e-pv-total-page-ms { + -ms-transform: translateY(-50%); + margin: 0; + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error), +.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error) { + background-color: transparent; + border: 0; + height: inherit; + margin-top: -1px; + padding: 0 0 0 3px; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) { + background-color: transparent; + border: 1px solid #0078d6; + border-radius: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon { + color: inherit; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + height: inherit; + margin-top: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + padding-left: 0; +} + +.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + padding-right: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon { + background-color: transparent; + border-left: 0; + margin-bottom: 0; + margin-left: 0; + margin-top: 3px; + padding-right: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control, +.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input { + text-align: center; +} + +.e-pv-zoom-drop-down.e-ddl.e-popup.e-popup-open, +.e-pv-prop-dropdown.e-ddl.e-popup.e-popup-open { + text-align: left; +} + +.e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active +.e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active { + color: rgba(51, 51, 51, 0.87); +} + +.e-pv-zoom-drop-down.e-popup.e-popup-open { + min-height: 300px; + min-width: 110px; +} + +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) { + border: 1px solid #c8c8c8; + border-radius: 0; +} + +.e-pv-password-popup.e-dialog .e-dlg-header, +.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header, +.e-pv-notification-popup.e-dialog .e-dlg-header { + font-size: 21px; + font-weight: normal; + letter-spacing: -0.21px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-notification-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + padding-top: 2px; +} + +.e-pv-password-popup.e-dialog { + height: 216px; + margin: 0 10px; + max-width: 425px; +} + +.e-pv-corrupted-popup.e-dialog { + height: 175px; + margin: 0 10px; + max-width: 346px; +} + +.e-pv-corrupted-popup.e-dialog .e-dlg-header-content, +.e-pv-notification-popup.e-dialog .e-dlg-header-content { + border-bottom: 0; +} + +.e-pv-corrupted-popup.e-dialog .e-footer-content, +.e-pv-notification-popup.e-dialog .e-footer-content { + border-top: 0; +} + +.e-pv-corrupted-popup.e-dialog .e-dlg-content { + padding-bottom: 0; + padding-top: 1px; +} + +.e-pv-password-popup.e-dialog span[id*='_prompt'] { + font-size: 14px; + letter-spacing: -0.16px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header-content { + border-bottom: 0; +} + +.e-pv-password-popup.e-dialog .e-footer-content { + border-top: 0; +} + +.e-pv-password-popup.e-dialog .e-dlg-content { + padding-bottom: 0; + padding-top: 1px; +} + +.e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + max-height: 28px; + padding-bottom: 5px; +} + +.e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-left: 0; +} + +.e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-right: 0; +} + +.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before, +.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before { + transform: 0deg; +} + +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::after, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::before, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::after, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::before, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before { + background: none; +} + +.e-pv-sidebar-container { + background: #fff; + border-top: 1px solid #d0d0d0; + bottom: 0; + position: absolute; + top: 52px; + transition: transform .3s ease; + transition-duration: 200ms; + transition-timing-function: ease; + width: 250px; + z-index: 100; +} + +.e-pv-main-container { + height: 100%; + overflow: hidden; + position: relative; + width: 100%; +} + +.e-pv-viewer-main-container { + background-color: #d0d0d0; + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container { + min-width: 400px; +} + +.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container { + min-height: 500px; +} + +.e-pv-sidebar-content-container { + border-top: 1px solid #d0d0d0; + display: none; + float: left; + height: calc(100% - 51px); + position: absolute; + transition-duration: 200ms; + transition-timing-function: ease; + width: 202px; +} + +.e-pv-sidebar-content-container.e-thumbnail { + height: 100%; + left: 1px; + position: unset; +} + +.e-pv-sidebar-title-container { + background: #fff; + height: 50px; + position: absolute; + top: 0; + width: 202px; +} + +.e-pv-sidebar-title { + color: #333; + font-size: 14px; + height: 16px; + margin: 0; + position: absolute; + text-align: left; + top: 15px; +} + +.e-pv-sidebar-title.e-left { + left: 8px; + width: 160px; +} + +.e-pv-sidebar-title.e-right { + right: 8px; +} + +.e-pv-sidebar-toolbar { + background: #fff; + border: 1px solid #d0d0d0; + border-width: 1px 0 1px 1px; + bottom: 0; + height: calc(100% - 51px); + position: absolute; + width: 47px; + z-index: 100; +} + +.e-pv-sidebar-content { + -webkit-overflow-scrolling: touch; + background: #fff; + bottom: 0; + overflow: auto; + overflow-x: hidden; + position: absolute; + top: 48px; + width: 202px; + z-index: 103; +} + +.e-pv-sidebar-content.e-thumbnail { + top: 1px; +} + +.e-pv-sidebar-resizer { + background: #f4f4f4; + border: 0; + border-width: 0; + color: inherit; + cursor: ew-resize; + height: calc(100%); + position: absolute; + width: 8px; + z-index: 105; +} + +.e-pv-sidebar-content::-webkit-scrollbar { + width: 16px; +} + +.e-pv-sidebar-content::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3); + background: #fff; + border: 1px solid #e7e7e7; +} + +.e-pv-sidebar-content::-webkit-scrollbar-thumb { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5); + background: #c1c1c1; + background-clip: content-box; + border: 4px solid transparent; + border-radius: 100px; +} + +.e-pv-thumbnail-view-button.e-btn { + background: transparent; + border: none; + border-radius: none; + box-shadow: none; + font-weight: 400; + height: 32px; + line-height: 1.1em; + margin: 8px; + outline: none; + padding: 10px; + width: 32px; +} + +.e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn, +.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn { + background: #eaeaea; + border: none; + border-radius: none; + line-height: 1.1em; + padding: 10px; +} + +.e-pv-bookmark-button.e-btn { + background: transparent; + border: none; + box-shadow: none; + font-weight: 400; + height: 34px; + margin: 8px; + outline: none; + padding: 10px; + width: 34px; +} + +.e-pv-title-close-div.e-btn { + background: transparent; + border: none; + box-shadow: none; + height: 32px; + left: 170px; + padding: 0 18px 3px 0; + position: absolute; + right: 21px; + top: 11px; + width: 32px; +} + +.e-pv-sidebar-toolbar-splitter { + background: #d0d0d0; + bottom: 0; + height: calc(100% - 51px); + position: absolute; + width: 1px; + z-index: 104; +} + +.e-pv-sidebar-content-splitter { + background: #d0d0d0; + height: 1px; + position: absolute; + top: 47px; + width: 201px; + z-index: 104; +} + +.e-pv-thumbnail-view { + bottom: 0; + height: 50%; + padding: 8px 30px 0; + position: absolute; + top: 0; +} + +.e-pv-thumbnail { + height: 140px; + margin: 0 20px 40px; + width: 100px; +} + +.e-pv-thumbnail-number { + color: #333; + font-family: Roboto; + padding-left: 50px; + padding-right: 50px; + padding-top: 8px; +} + +.e-pv-thumbnail-selection-ring { + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); + padding: 6px; +} + +.e-pv-thumbnail-image { + background-clip: content-box; + background-color: #fff; + height: 126px; + width: 86px; +} + +.e-pv-thumbnail-hover { + border: 1px solid #d0d0d0; + border-radius: 2px; + box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); + cursor: pointer; + padding: 5px; +} + +.e-pv-thumbnail-focus { + border: 2px solid #d0d0d0; + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); + cursor: pointer; + padding: 4px; +} + +.e-pv-thumbnail-selection { + border: 6px solid #0078d6; + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); + cursor: pointer; + padding: 0; +} + +.e-pv-thumbnail-row { + -ms-flex-wrap: wrap; + display: -ms-flexbox; + display: flex; + flex-wrap: wrap; +} + +.e-pv-thumbnail-row { + display: -ms-flexbox; +} + +.e-pv-thumbnail-column { + -ms-flex: 25%; + flex: 25%; +} + +.e-pv-thumbnail-column img { + display: block; + margin-left: auto; + margin-right: auto; +} + +.e-pv-bookmark-view { + height: 100%; + overflow: auto; + padding-top: 15px; + position: relative; +} + +div > .e-pv-bookmark-icon.e-pv-icon { + float: left; + font-size: 14px; + padding-left: 6px; + padding-right: 18px; +} + +.e-pv-sidebar-bookmark-title { + color: #000 87%; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-bookmark-view::-webkit-scrollbar { + height: 16px; + width: 16px; +} + +.e-pv-bookmark-view::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3); + background: #fff; + border: 1px solid #e7e7e7; +} + +.e-pv-bookmark-view::-webkit-scrollbar-thumb { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5); + background: #c1c1c1; + background-clip: content-box; + border: 4px solid transparent; + border-radius: 100px; +} + +.e-pv-bookmark-view > .e-ul { + height: inherit; + overflow: unset; +} + +.e-pv-bookmark-view .e-fullrow { + height: 34px; +} + +.e-pv-bookmark-view .e-icon-collapsible::before, +.e-pv-bookmark-view .e-icon-expandable::before { + display: inline-block; + height: 13px; + padding: 7px; + width: 13px; +} + +.e-pv-bookmark-view .e-list-item .e-ul { + padding-left: 32px; +} + +.e-pv-bookmark-view .e-ul { + padding: 0 0 0 16px; +} + +.e-pv-text::selection { + background: #247796; +} + +.e-pv-text .e-pv-maintaincontent { + background: #247796; +} + +.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn, +.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn, +.e-pv-annotation-toolbar .e-dropdown-btn.e-btn, +.e-pv-shapes-toolbar .e-pv-tbar-btn, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #000; +} + +.e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon, +.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon, +.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon { + color: #c8c8c8; +} + +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item { + height: inherit; +} + +.e-pv-stamp.e-menu-wrapper ul .e-menu-item { + padding-top: 7px; +} + +.e-pv-print-popup-container { + height: 100%; + left: 0; + overflow: auto; + position: absolute; + top: 0; + width: 100%; + z-index: 2000; +} + +.e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon { + padding: 0 10px; +} + +.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon { + padding: 0 10px; +} + +.e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select, +.e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select { + background: #eaeaea; + border: 0; + border-radius: 0; + color: #0078d6; +} + +.e-pv-sidebar-toolbar .e-pv-tbar-btn { + color: #000; +} + +.e-pv-search-bar { + background-color: #fff; + border: 0 solid #dadada; + border-radius: 0; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + height: 114px; + padding: 24px 22.5px 26.5px 24px; + position: absolute; + top: 50px; + width: 355px; + z-index: 100; +} + +.e-pv-search-input { + height: 30px; + width: 242px; +} + +.e-pv-search-input-mobile { + height: 30px; +} + +.e-pv-match-case-container { + margin-top: 17.5px; +} + +.e-pv-search-btn.e-btn { + background-color: transparent; + border: 0; + box-shadow: none; + height: 24px; + margin-top: -6px; + width: 24px; +} + +.e-pv-search-btn.e-btn:active { + background-color: transparent; +} + +.e-pv-search-bar:not(.e-rtl) .e-pv-prev-search { + margin-left: 10.5px; +} + +.e-pv-search-bar:not(.e-rtl) .e-pv-next-search { + margin-left: 8px; +} + +.e-pv-search-bar.e-rtl .e-pv-prev-search { + margin-right: 10.5px; +} + +.e-pv-search-bar.e-rtl .e-pv-next-search { + margin-right: 8px; +} + +.e-pv-search-bar.e-rtl .e-pv-prev-search .e-pv-icon-search { + padding-right: 5px; +} + +.e-pv-notification-popup { + height: 198px; + margin: 0 10px; + max-width: 346px; +} + +.e-pv-notification-popup.e-pv-notification-large-content { + height: 218px; + max-width: 368px; +} + +.e-pv-notification-popup .e-pv-notification-popup-content { + font-size: 14px; +} + +.e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon { + background: transparent; +} + +.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active { + background: #0078d6; + color: #fff; +} + +.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover { + color: #000; +} + +.e-pv-bookmark-container { + background-color: #fff; + border: 1px solid #dadada; +} + +.e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item { + border-bottom: 1px solid #dadada; + height: 48px; +} + +.e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child { + border-bottom-width: 0; +} + +.e-pv-bookmark-container .e-listview .e-list-text { + -ms-transform: translateY(-50%); + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text { + color: #333; +} + +.e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt { + background-color: transparent; + border-width: 0; + box-shadow: none; +} + +.e-pv-bookmark-container .e-pv-bookmark-view { + padding-top: 0; +} + +.e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul { + padding-left: 0; +} + +.e-pv-annotation-color-icon, +.e-pv-annotation-stroke-icon, +.e-pv-annotation-textcolor-icon { + border-bottom: 2px solid; +} + +.e-pv-annotation-opacity-popup-container, +.e-pv-annotation-thickness-popup-container { + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + height: auto; + min-height: 48px; + padding: 16px; + width: auto; +} + +.e-pv-annotation-opacity-label, +.e-pv-annotation-opacity-indicator, +.e-pv-annotation-thickness-label, +.e-pv-annotation-thickness-indicator { + float: left; + font-family: inherit; + font-size: inherit; +} + +.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + float: left; + height: auto; + margin-left: 11px; + margin-right: 10px; +} + +.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + width: 172px; +} + +.e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + width: 115px; +} + +.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider, +.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider { + height: 16px; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret, +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret, +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret { + font-size: 12px; +} + +.e-pv-annotation-color-container, +.e-pv-annotation-opacity-container, +.e-pv-annotation-stroke-container, +.e-pv-annotation-thickness-container, +.e-pv-annotation-textcolor-container, +.e-pv-annotation-textalign-container, +.e-pv-annotation-textprop-container { + height: 50px; + width: 56px; +} + +.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn { + padding-top: 19px; +} + +.e-pv-shapes-toolbar { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 4px; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow { + margin-bottom: 0; + margin-left: 4px; + margin-right: 4px; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + height: 32px; + width: 32px; +} + +.e-pv-annotation-thickness-slider-container { + margin-top: -6px; +} + +.e-pv-annotation-opacity-icon { + padding-top: 1px; +} + +.e-pv-annotation-color-container.e-btn, +.e-pv-annotation-opacity-container.e-btn, +.e-pv-annotation-stroke-container.e-btn, +.e-pv-annotation-thickness-container.e-btn, +.e-pv-annotation-shapes-container.e-btn, +.e-pv-annotation-calibrate-container.e-btn, +.e-pv-annotation-textcolor-container.e-btn, +.e-pv-annotation-textalign-container.e-btn, +.e-pv-annotation-textprop-container.e-btn, +.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) { + background-color: #fff; + border-color: transparent; +} + +.e-pv-annotation-color-container.e-btn:hover, +.e-pv-annotation-opacity-container.e-btn:hover, +.e-pv-annotation-stroke-container.e-btn:hover, +.e-pv-annotation-thickness-container.e-btn:hover, +.e-pv-annotation-shapes-container.e-btn:hover, +.e-pv-annotation-calibrate-container.e-btn:hover, +.e-pv-annotation-textcolor-container.e-btn:hover, +.e-pv-annotation-textalign-container.e-btn:hover, +.e-pv-annotation-textprop-container.e-btn:hover, +.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover { + background-color: #f4f4f4; + border-color: transparent; +} + +.e-pv-annotation-color-container.e-btn:active, +.e-pv-annotation-opacity-container.e-btn:active, +.e-pv-annotation-stroke-container.e-btn:active, +.e-pv-annotation-thickness-container.e-btn:active, +.e-pv-annotation-shapes-container.e-btn:active, +.e-pv-annotation-calibrate-container.e-btn:active, +.e-pv-annotation-textcolor-container.e-btn:active, +.e-pv-annotation-textalign-container.e-btn:active, +.e-pv-annotation-textprop-container.e-btn:active { + background-color: #eaeaea; + border-color: transparent; + box-shadow: none; + color: #0078d6; +} + +.e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover), +.e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover) { + background-color: #dadada; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn, +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn, +.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn, +.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn { + line-height: 18px; + padding: 17px 8px; +} + +.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn, +.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn { + height: 50px; + min-width: 50px; +} + +.e-pv-annotation-popup-menu { + background-color: #fff; + border-color: #fff; + color: rgba(0, 0, 0, 0.87); +} + +.e-pv-properties-window { + max-width: 436px; +} + +.e-pv-scale-ratio-window { + max-width: 436px; +} + +.e-pv-line-styles-content, +.e-pv-line-styles-item { + border-bottom-color: #000; +} + +.e-pv-line-styles-container:hover { + background-color: #f4f4f4; +} + +.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn, +.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn { + height: 32px; + line-height: 16px; +} + +.e-pv-properties-window .e-dlg-content { + padding-top: 6px; +} + +.e-pv-scale-ratio-text, +.e-pv-depth-text { + margin-bottom: 8px; +} + +.e-pv-properties-line-start-container, +.e-pv-properties-line-end-container, +.e-pv-properties-line-style-container, +.e-pv-properties-line-thickness-container, +.e-pv-properties-line-fill-color-container, +.e-pv-properties-line-stroke-color-container, +.e-pv-properties-line-leader-length-container { + float: left; + height: 52px; + margin-bottom: 16px; +} + +.e-pv-properties-line-opacity-container { + float: left; + height: auto; +} + +.e-pv-scale-ratio-src-input-container, +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-input-container, +.e-pv-scale-ratio-dest-unit-container, +.e-pv-depth-input-container, +.e-pv-depth-unit-container { + float: left; + height: 24px; +} + +.e-pv-scale-ratio-src-input-container, +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-input-container, +.e-pv-scale-ratio-dest-unit-container { + margin-bottom: 24px; +} + +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-unit-container, +.e-pv-depth-unit-container { + margin-left: 24px; +} + +.e-pv-scale-ratio-src-unit.e-btn, +.e-pv-scale-ratio-dest-unit.e-btn, +.e-pv-depth-unit.e-btn { + padding: 2px 20px; +} + +.e-pv-scale-unit-content { + float: left; + width: 33px; +} + +.e-pv-scale-ratio-src-unit .e-caret, +.e-pv-scale-ratio-dest-unit .e-caret, +.e-pv-depth-unit .e-caret { + margin-left: 91px; + margin-top: 10px; +} + +.e-pv-properties-line-opacity { + margin-top: -10px; +} + +.e-pv-properties-line-start-label, +.e-pv-properties-line-end-label, +.e-pv-properties-line-style-label, +.e-pv-properties-line-thickness-label, +.e-pv-properties-line-fill-color-label, +.e-pv-properties-line-stroke-color-label, +.e-pv-properties-line-opacity-label, +.e-pv-properties-line-leader-length-label { + font-size: 14px; + margin-bottom: 8px; +} + +.e-pv-properties-line-end-container, +.e-pv-properties-line-thickness-container { + margin-left: 24px; +} + +.e-pv-properties-line-leader-length-container { + margin-left: 21px; +} + +.e-pv-properties-line-stroke-color-container { + margin-left: 154px; + margin-right: 87px; +} + +.e-pv-properties-line-start, +.e-pv-properties-line-end, +.e-pv-properties-line-style, +.e-pv-properties-line-thickness, +.e-pv-properties-line-opacity, +.e-pv-properties-line-leader-length, +.e-pv-scale-ratio-src-input, +.e-pv-scale-ratio-dest-input, +.e-pv-depth-input { + max-width: 180px; +} + +.e-pv-properties-line-start, +.e-pv-properties-line-end, +.e-pv-properties-line-style, +.e-pv-scale-ratio-src-unit, +.e-pv-scale-ratio-dest-unit, +.e-pv-depth-unit { + width: 180px; +} + +.e-pv-line-styles-container { + line-height: 0; + padding: 17px; +} + +.e-pv-line-styles-item { + border-bottom-width: 2px; + box-sizing: border-box; + display: inline-block; + width: 100%; +} + +.e-pv-line-styles-content { + border-bottom-width: 2px; + display: inline-block; + width: 100%; +} + +.e-pv-properties-line-style-content { + float: left; + line-height: 16px; + width: 44px; +} + +.e-pv-properties-line-start.e-btn, +.e-pv-properties-line-end.e-btn { + height: 32px; + padding: 2px 20px; +} + +.e-pv-properties-line-style.e-btn { + height: 32px; + line-height: 0; + padding: 8px; + white-space: pre; +} + +.e-pv-properties-line-start.e-btn .e-caret, +.e-pv-properties-line-end.e-btn .e-caret { + display: inline; + line-height: 16px; + margin-left: 80px; +} + +.e-pv-line-styles-content-container { + float: left; + font-size: 0; + margin-right: 7.5px; + margin-top: 2.5px; + width: 138px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn, +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul { + height: 50px; + width: 72px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn { + padding-top: 2px; +} + +.e-pv-annotation-shape-icon, +.e-pv-annotation-calibrate-icon { + margin-right: 10px; +} + +.e-pv-properties-opacity-indicator { + margin-left: 153px; +} + +.e-pv-annotation-stamp-container .e-menu-parent.e-menu { + border-radius: 0; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret { + line-height: 50px; +} + +.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn { + height: 50px; + line-height: 25px; + margin: 0; + padding: 0; + width: 36px; +} + +.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-top: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container { + width: 91px; +} + +.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus { + padding-left: 0; +} + +.e-bigger .e-pv-password-popup.e-dialog, +.e-pv-mobile-view .e-pv-password-popup.e-dialog { + height: 245px; +} + +.e-bigger .e-pv-notification-popup.e-dialog, +.e-pv-mobile-view .e-pv-notification-popup.e-dialog { + height: 224px; +} + +.e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog, +.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog { + height: 243px; +} + +.e-bigger .e-pv-corrupted-popup.e-dialog, +.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog { + height: 216px; +} + +.e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + padding-top: 2px; +} + +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + top: 0; +} + +.e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-right: 12px; +} + +.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard, +.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard { + padding-left: 0; + padding-right: 12px; +} + +.e-pv-sidebar-content-container.e-left { + left: 47px; +} + +.e-pv-sidebar-content-container.e-right { + right: 47px; +} + +.e-pv-sidebar-toolbar-splitter.e-left { + left: 47px; +} + +.e-pv-sidebar-toolbar-splitter.e-right { + right: 47px; +} + +.e-pv-sidebar-resizer.e-left { + left: 202px; +} + +.e-pv-sidebar-resizer.e-right { + right: 202px; +} + +.e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label, +.e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label { + margin-right: 10px; +} + +div > .e-pv-bookmark-icon.e-pv-icon.e-right { + float: left; + font-size: 14px; + padding-left: 1px; + padding-right: 1px; + position: absolute; +} + +.e-bigger .e-pv-properties-window { + max-width: 448px; +} + +.e-bigger .e-pv-scale-ratio-window { + max-width: 464px; +} + +.e-pdfviewer .e-treeview .e-list-item { + white-space: pre-wrap; + word-break: break-word; +} + +.e-pdfviewer .e-treeview .e-list-text { + width: 100%; +} + +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-input, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url { + margin-top: 3px; + position: absolute; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper.e-hide { + display: none; +} + +.e-pdfviewer .e-editable-inline { + padding: 7px 8px 42px; +} + +.e-pv-comment-textbox { + min-height: 22px; +} + +.e-pdfviewer .e-editable-value-wrapper { + color: rgba(51, 51, 51, 0.9); + font-size: 14px; + line-height: normal; + min-height: 22px; + padding: 2px 8px 3px; +} + +.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper { + color: rgba(51, 51, 51, 0.9); + font-size: 14px; + line-height: normal; + min-height: 24px; + padding: 2px 8px 3px 32px; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons { + float: right; + padding-bottom: 7px; + padding-top: 5px; + position: relative; + right: 8px; +} + +.e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons { + float: right; + padding-bottom: 7px; + padding-top: 5px; + position: relative; + right: 8px; +} + +.e-pv-comment-title-container { + height: 36px; +} + +.e-pv-reply-title-container { + height: 36px; +} + +.e-pv-more-options-button.e-btn { + background: transparent; + border: none; + border-radius: none; + box-shadow: none; + float: right; + padding: 5px 7px 1px 1px; +} + +.e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary, +.e-pdfviewer .e-editable-inline .e-btn.e-outline { + border-color: transparent; +} + +.e-pdfviewer .e-editable-inline .e-editable-form { + margin-bottom: 1px; +} + +.e-pdfviewer .e-editable-inline .e-clear-icon { + padding-right: 2px; +} + +.e-pdfviewer .e-btn-cancel { + font-size: 14px; + padding-left: 5px; + padding-right: 5px; +} + +.e-pdfviewer .e-btn-save { + font-size: 14px; + margin-right: 12px; + padding-left: 7px; + padding-right: 7px; +} + +.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled { + background-color: #eaeaea; + border-radius: 2px; + color: rgba(51, 51, 51, 0.6); +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + box-shadow: 0 0 0 8px #fff inset; + padding: 8px; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header { + line-height: 32px; + min-height: 32px; +} + +.e-pv-comment-panel { + background-color: #fff; + border: 1px solid #d0d0d0; + border-width: 1px 1px 0; + opacity: 1; + overflow: hidden; + position: absolute; + top: 57px; + width: 300px; + z-index: 100; +} + +.e-pv-comment-panel-title-container { + background-color: #fff; + border-color: #adadad; + border-style: double; + border-width: 0 1px 1px 0; + height: 45px; + position: relative; +} + +.e-pv-comment-panel-title { + color: rgba(51, 51, 51, 0.9); + font-size: 14px; + left: 15px; + position: absolute; + text-align: left; + top: 14px; +} + +.e-pv-comment-panel-title-close-div.e-btn { + background: transparent; + border: none; + box-shadow: none; + height: 32px; + position: absolute; + right: 11px; + top: 5px; + width: 32px; +} + +.e-pv-title-close-icon { + color: rgba(51, 51, 51, 0.6); +} + +.e-pv-comments-panel-text { + font-size: 15px; + padding-left: 85px; +} + +.e-pv-comments-content-container { + background-color: #fff; + border-color: #adadad; + border-style: double; + border-width: 0 1px 1px 0; + height: calc(100% - 45px); + overflow: auto; +} + +.e-pv-comments-container { + background-color: #fff; + border-radius: 2px; + left: 7px; + right: 7px; +} + +.e-pv-comments-border { + border: 2px; + border-color: #d1ebff; + border-radius: 4px; + border-style: groove; +} + +.e-pv-comment-title { + color: rgba(51, 51, 51, 0.6); + font-size: 14px; + max-width: 237px; + padding-left: 32px; + padding-top: 5px; + position: absolute; +} + +.e-pv-reply-title { + color: rgba(51, 51, 51, 0.6); + font-size: 14px; + max-width: 212px; + padding-left: 8px; + padding-top: 5px; + position: absolute; +} + +.e-pv-comments-hover { + background-color: #f4f4f4; +} + +.e-pv-comments-select { + background-color: #d1ebff; +} + +.e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper { + color: rgba(51, 51, 51, 0.9); +} + +.e-pv-comments-leave { + background-color: #fff; +} + +.e-pdfviewer .e-accordion { + background-color: #fff; + border: transparent; +} + +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp { + border: 0; + display: block; +} + +.e-menu-icon.e-pv-stamp-icon.e-pv-icon { + padding-left: 7px; + padding-left: 10px; +} + +.e-pdfviewer .e-inplaceeditor { + display: block; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + display: none; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + border-bottom: 0; + word-break: break-all; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper { + display: block; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover { + background: transparent; +} + +.e-pv-status-div { + height: 20px; + left: 8px; + position: relative; + width: 20px; +} + +.e-pv-status-container { + padding-bottom: 5px; + padding-top: 2px; +} + +.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus { + caret-color: #3150b9; +} + +.e-pv-reply-div { + margin-top: 3px; +} + +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header { + background: #fff; + border: #adadad; +} + +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: rgba(51, 51, 51, 0.6); + font-size: 14px; +} + +.e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer { + background-size: 100%; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + line-height: normal; +} + +.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper { + margin-top: 10px; +} + +.e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn { + float: left; +} + +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-left-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active { + background: #bdbdbd; + border-color: #bdbdbd; +} + +.e-pv-comment-panel-resizer { + background: #f4f4f4; + border: 0; + border-width: 0; + color: inherit; + cursor: ew-resize; + height: calc(100%); + position: absolute; + width: 8px; + z-index: 105; +} + +.e-pv-comment-panel-resizer.e-left { + left: 300px; +} + +.e-pv-comment-panel-resizer.e-right { + right: 300px; +} + +/*! component icons */ +.e-time-wrapper .e-time-icon.e-icons::before, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before { + content: '\e97f'; +} + +.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-time-wrapper, +.e-control-wrapper.e-time-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons { + font-size: 16px; +} + +.e-time-wrapper .e-time-icon.e-icons.e-disabled, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled { + pointer-events: none; +} + +.e-time-wrapper span, +.e-control-wrapper.e-time-wrapper span { + cursor: pointer; +} + +.e-timepicker.e-time-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-timepicker.e-popup { + border-style: solid; + border-width: 1px; + overflow: auto; +} + +.e-timepicker.e-popup .e-content { + position: relative; +} + +.e-timepicker.e-popup .e-list-parent.e-ul { + margin: 0; + padding: 0 0; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + cursor: default; + font-size: 14px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover { + cursor: pointer; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + line-height: 36px; + text-indent: 10px; +} + +.e-bigger .e-time-wrapper .e-time-icon.e-icons, +.e-bigger.e-time-wrapper .e-time-icon.e-icons, +.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul, +.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul { + padding: 0 0; +} + +.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 48px; + text-indent: 12px; +} + +.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 13px; + line-height: 26px; + text-indent: 10px; +} + +.e-small .e-time-wrapper .e-time-icon.e-icons, +.e-small.e-time-wrapper .e-time-icon.e-icons, +.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons { + font-size: 14px; +} + +.e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 40px; + text-indent: 16px; +} + +.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons, +.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons, +.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons { + font-size: 18px; +} + +.e-content-placeholder.e-timepicker.e-placeholder-timepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker, +.e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker { + background-size: 250px 40px; + min-height: 40px; +} + +.e-time-overflow { + overflow: hidden; +} + +.e-timepicker-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open { + left: 0 !important; + position: relative; + top: 0 !important; +} + +/*! timepicker theme */ +.e-time-wrapper .e-input-group-icon.e-icons.e-active { + color: #333; +} + +.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #fff; +} + +.e-timepicker.e-popup { + border: 1px solid #eaeaea; + border-radius: 0; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); +} + +.e-timepicker.e-popup .e-list-parent.e-ul { + background-color: #fff; +} + +.e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item { + border: none; + color: #333; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled { + color: #c8c8c8; + opacity: 1; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus { + background-color: #eaeaea; + border: none; + color: #333; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active { + background-color: #0078d6; + color: #fff; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover { + background-color: #0078d6; + color: #fff; +} + +.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + color: #333; +} + +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +/*! field-list component icons */ +.e-pivotfieldlist .e-select-table::before { + content: '\e434'; +} + +.e-pivot-formatting-dialog .e-format-delete-icon::before { + content: '\ea7f'; +} + +.e-pivot-formatting-dialog .e-add-icon::before { + content: '\e823'; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before { + content: '\e35c'; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before { + content: '\e35f'; +} + +.e-level-options .e-selected-level-icon::before { + content: '\e614'; +} + +.e-pivot-calc-dialog-div .e-drag::before { + content: '\e330'; +} + +.e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before { + content: '\e607'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before { + content: '\e7a3'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before { + content: '\e944'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before { + content: '\e22f'; +} + +.e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before { + content: '\ebad' !important; +} + +.e-pivot-calc-dialog-div .e-measure-icon::before { + content: '\ebad' !important; +} + +.e-pivot-calc-dialog-div .e-folderCDB-icon::before { + content: '\e60b' !important; +} + +.e-pivot-calc-dialog-div .e-folderCDB-open-icon::before { + content: '\e609' !important; +} + +.e-pivot-calc-dialog-div .e-dimensionCDB-icon::before { + content: '\e65b' !important; +} + +.e-pivot-calc-dialog-div .e-kpiCDB-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiGoal-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiStatus-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiTrend-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiValue-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-namedSetCDB-icon::before { + content: '\e65d' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before { + content: '\e663' !important; +} + +.e-pivot-calc-dialog-div .e-attributeCDB-icon::before { + content: '\e65c' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before { + content: '\e65a' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before { + content: '\e65a' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before { + content: '\e662' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before { + content: '\e65e' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before { + content: '\e660' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before { + content: '\e661' !important; +} + +.e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before { + content: '\e731' !important; +} + +.e-pivot-calc-dialog-div .e-calc-measure-icon::before { + content: '\ebad' !important; +} + +.e-pivot-calc-dialog-div .e-calc-dimension-icon::before { + content: '\e65b' !important; +} + +.e-pivot-calc-dialog-div .e-sort-none::before { + content: '\e666' !important; +} + +.e-pivot-calc-dialog-div .e-sort-ascend::before { + content: '\e667' !important; +} + +.e-pivot-calc-dialog-div .e-sort-descend::before { + content: '\e665' !important; +} + +.e-pivotfieldlist-wrapper .e-field-list-back-icon::before { + content: '\e977'; +} + +.e-pivotfieldlist-wrapper .e-sort::before { + content: '\ea7c'; +} + +.e-pivotfieldlist-wrapper .e-pv-filter::before { + content: '\ebb4'; +} + +.e-pivotfieldlist-wrapper .e-pv-filtered::before { + color: #0078d6; + content: '\ebac'; +} + +.e-pivotfieldlist-wrapper .e-drag::before { + content: '\e330'; +} + +.e-pivotfieldlist-wrapper .e-add-icon::before { + content: '\e823'; +} + +.e-pivotfieldlist-wrapper .e-remove::before { + content: '\ea7f'; +} + +.e-pivotfieldlist-wrapper .e-axis-rows::before { + content: '\ebb1'; +} + +.e-pivotfieldlist-wrapper .e-axis-columns::before { + content: '\ebaf'; +} + +.e-pivotfieldlist-wrapper .e-axis-values::before { + content: '\ebad'; +} + +.e-pivotfieldlist-wrapper .e-axis-filters::before { + content: '\ebb4'; +} + +.e-pivotfieldlist-wrapper .e-selected-option-icon::before { + content: '\ea84'; +} + +.e-pivotfieldlist-wrapper .e-clear-filter-icon::before { + content: '\ebae'; +} + +.e-pivotfieldlist-wrapper .e-dropdown-icon::before { + content: '\e84f'; +} + +.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before { + content: '\ebad' !important; +} + +.e-pivotfieldlist-wrapper .e-measure-icon::before { + content: '\ebad' !important; +} + +.e-pivotfieldlist-wrapper .e-folderCDB-icon::before { + content: '\e60b' !important; +} + +.e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before { + content: '\e609' !important; +} + +.e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before { + content: '\e65b' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiCDB-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiGoal-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiStatus-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiTrend-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiValue-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before { + content: '\e65d' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before { + content: '\e663' !important; +} + +.e-pivotfieldlist-wrapper .e-attributeCDB-icon::before { + content: '\e65c' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before { + content: '\e65a' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before { + content: '\e65a' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before { + content: '\e662' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before { + content: '\e65e' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before { + content: '\e660' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before { + content: '\e661' !important; +} + +.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before { + content: '\e731' !important; +} + +.e-pivotfieldlist-wrapper .e-calc-measure-icon::before { + content: '\ebad' !important; +} + +.e-pivotfieldlist-wrapper .e-calc-dimension-icon::before { + content: '\e65b' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-none::before { + content: '\e666' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-ascend::before { + content: '\e667' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-descend::before { + content: '\e665' !important; +} + +/*! field-list theme */ +.e-pivotfieldlist .e-disable { + display: none; +} + +.e-pivotfieldlist .e-hide { + visibility: hidden; +} + +.e-pivot-formatting-dialog { + max-height: 480px !important; + min-width: 645px !important; + width: 645px !important; +} + +.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td { + padding-bottom: 10px; +} + +.e-pivot-formatting-dialog .e-format-delete-icon { + font-weight: normal; +} + +.e-pivot-formatting-dialog .e-format-delete-icon:hover { + font-weight: 600; +} + +.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td { + padding-bottom: 14px; + padding-right: 18px; +} + +.e-pivot-formatting-dialog .e-format-value-span { + vertical-align: bottom; +} + +.e-pivot-formatting-dialog .e-format-value1, +.e-pivot-formatting-dialog .e-format-value2, +.e-pivot-formatting-dialog .e-format-value-span { + margin-right: 10px; +} + +.e-pivot-formatting-dialog .e-format-color-picker { + margin-right: 18px; +} + +.e-pivot-formatting-dialog .e-format-inner-div { + padding-left: 14px; + padding-top: 14px; +} + +.e-pivot-formatting-dialog .e-format-outer-div { + background-color: #fff; + border: 1px solid #eaeaea; + border-radius: 0; + margin-bottom: 14px; +} + +.e-pivot-formatting-dialog .e-format-condition-button { + float: left; +} + +.e-pivot-formatting-dialog .e-format-delete-button { + background-color: transparent; + border-color: transparent; + float: right; + padding-right: 12px; + padding-top: 12px; +} + +.e-pivot-formatting-dialog .e-format-delete-button:hover, +.e-pivot-formatting-dialog .e-format-delete-button:focus, +.e-pivot-formatting-dialog .e-format-delete-button:active { + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-pivot-formatting-dialog .e-format-delete-icon { + font-size: 10px; +} + +.e-pivot-formatting-dialog .e-format-label, +.e-pivot-formatting-dialog .e-format-value-label { + color: #333; + font-size: 13px; + font-weight: 600; + opacity: 1; +} + +.e-pivot-formatting-dialog .e-format-value-preview { + border: 1px solid #dadada; + border-radius: 0; + height: 28px; + margin: 0 !important; + padding-left: 6px; + padding-top: 6px; + width: 80px; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color { + background: none; + margin: 0 2px; + width: 14px; +} + +.e-pivot-formatting-dialog .e-split-preview, +.e-pivot-formatting-dialog .e-tip-transparent { + border: 1px solid #dadada; + border-radius: 0 !important; + height: 40%; + left: -3px; + position: absolute; + top: 16px; + width: 150%; +} + +.e-pivot-formatting-dialog.e-device { + min-width: 320px !important; + width: 100% !important; +} + +.e-pivot-formatting-dialog.e-device .e-format-value1, +.e-pivot-formatting-dialog.e-device .e-format-value2, +.e-pivot-formatting-dialog.e-device .e-format-value-span { + margin-right: 2px; +} + +.e-pivot-formatting-dialog.e-device .e-format-color-picker { + width: 33%; +} + +.e-pivot-formatting-dialog.e-device .e-format-delete-button { + font-size: 12px; + padding-right: 16px; + padding-top: 16px; +} + +.e-pivot-formatting-dialog.e-device .e-format-apply-button, +.e-pivot-formatting-dialog.e-device .e-format-cancel-button { + max-width: 40%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-condition-button { + float: right; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-condition-button .e-add-icon { + margin-left: auto; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-inner-div { + padding-left: 0; + padding-right: 14px; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-delete-button { + float: left; + padding-left: 12px; +} + +.e-bigger.e-pivot-formatting-dialog, +.e-bigger .e-pivot-formatting-dialog, +.e-bigger.e-pivot-formatting-dialog, +.e-bigger .e-pivot-formatting-dialog { + min-width: 706px !important; + width: 706px !important; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-label, +.e-bigger.e-pivot-formatting-dialog .e-format-value-label, +.e-bigger .e-pivot-formatting-dialog .e-format-label, +.e-bigger .e-pivot-formatting-dialog .e-format-value-label, +.e-bigger.e-pivot-formatting-dialog .e-format-label, +.e-bigger.e-pivot-formatting-dialog .e-format-value-label, +.e-bigger .e-pivot-formatting-dialog .e-format-label, +.e-bigger .e-pivot-formatting-dialog .e-format-value-label { + font-size: 14px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-value1, .e-bigger.e-pivot-formatting-dialog .e-format-value2, +.e-bigger .e-pivot-formatting-dialog .e-format-value1, +.e-bigger .e-pivot-formatting-dialog .e-format-value2, +.e-bigger.e-pivot-formatting-dialog .e-format-value1, +.e-bigger.e-pivot-formatting-dialog .e-format-value2, +.e-bigger .e-pivot-formatting-dialog .e-format-value1, +.e-bigger .e-pivot-formatting-dialog .e-format-value2 { + margin-bottom: 3px !important; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger .e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger.e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger .e-pivot-formatting-dialog .e-format-inner-div { + padding-left: 16px; + padding-top: 16px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger .e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger.e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger .e-pivot-formatting-dialog .e-format-outer-div { + margin-bottom: 16px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td { + padding-bottom: 12px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td { + padding-bottom: 16px; + padding-right: 20px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger.e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog .e-format-color-picker { + margin-right: 20px; +} + +.e-bigger.e-pivot-formatting-dialog.e-device, +.e-bigger .e-pivot-formatting-dialog.e-device, +.e-bigger.e-pivot-formatting-dialog.e-device, +.e-bigger .e-pivot-formatting-dialog.e-device { + min-width: 320px !important; + width: 100% !important; +} + +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker { + width: 33%; +} + +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button { + font-size: 12px; + padding-right: 16px; + padding-top: 16px; +} + +.e-pivot-calc-dialog-div { + min-width: 290px; +} + +.e-pivot-calc-dialog-div.e-dialog { + max-height: 500px !important; +} + +.e-pivot-calc-dialog-div .e-dlg-header-content, +.e-pivot-calc-dialog-div .e-footer-content { + border: 0; +} + +.e-pivot-calc-dialog-div .e-dlg-content { + padding-bottom: 0; +} + +.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-pivot-calc-dialog-div .e-olap-format-title, +.e-pivot-calc-dialog-div .e-olap-member-title { + color: #333; + font-size: 13px; + margin-top: 15px; + overflow: hidden; + padding: 4px; + padding-bottom: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivot-calc-dialog-div .e-treeview .e-sibling { + display: none; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-selected { + opacity: .5; +} + +.e-pivot-calc-dialog-div .e-treeview ul { + overflow: hidden; +} + +.e-pivot-calc-dialog-div .e-treeview ul li { + padding: 0; +} + +.e-pivot-calc-dialog-div .e-treeview ul li .e-list-text { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon { + color: #333; + margin: 0; +} + +.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow { + cursor: default; +} + +.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content { + height: 36px; + margin-left: -10px; + padding: 0; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons { + cursor: pointer; + font-size: 12px; + height: 24px; + opacity: 1; + padding: 2px 4px 4px; + pointer-events: auto; + width: 24px; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons { + color: #bdbdbd; + cursor: move; + display: inline-block; + font-size: 14px; + height: 24px; + margin-right: 4px; + margin-top: 4px; + padding: 5px; + pointer-events: auto; + width: 24px; +} + +.e-pivot-calc-dialog-div .e-dlg-header { + font-size: 18px; + font-weight: 500; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 74%; +} + +.e-pivot-calc-dialog-div .e-contextmenu { + background-color: #fff; + border-radius: 4px; +} + +.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item { + color: #333; + font-size: 14x; + height: 48px; + opacity: .87; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons { + font-size: 14px; + height: 24px; + padding: 5px; + width: 24px; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul { + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li { + margin-left: 0; + margin-right: -40px; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li .e-text-content { + padding: 0 24px 0 0; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-webkit-input-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-moz-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-moz-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-ms-input-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-formula { + background-color: #fff; + border: 1px solid #d0d0d0; + border-radius: 4px; + color: #333; + font-size: 12px; + height: 70px; + margin-top: 5px; + padding: 5px 10px; + resize: none; + width: 100%; +} + +.e-pivot-calc-dialog-div .e-pivot-formula.e-copy-drop { + cursor: copy; +} + +.e-pivot-calc-dialog-div .e-list-parent .e-list-text { + margin-bottom: 8px; + min-width: 100px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 75%; +} + +.e-pivot-calc-dialog-div .e-pivot-treeview-outer { + background-color: #fff; + border: 1px solid #d0d0d0; + border-radius: 4px; + height: 120px; + margin-top: 5px; + overflow: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div { + min-width: 550px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div { + display: -ms-flexbox; + display: flex; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div { + height: 458px; + width: 50%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer { + height: 100%; + margin-top: 0; + overflow: hidden; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div { + display: inline-block; + height: 428px; + overflow: auto; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow { + cursor: move; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-text { + margin-bottom: 0; + overflow: unset; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item .e-text-content { + height: 30px; + margin: 0; + padding: 0 0 0 24px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon { + cursor: auto; + font-size: 14px; + width: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edit { + cursor: pointer; + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edited { + cursor: pointer; + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons { + padding: 0; + height: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-item .e-text-content { + padding: 0 24px 0 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title { + color: #333; + -ms-flex: auto; + flex: auto; + margin-top: 0; + padding-bottom: 4px; + padding-left: 15px; + padding-right: 15px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper { + background-color: #eaeaea; + color: #333; + display: -ms-flexbox; + display: flex; + font-size: 13px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info { + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info:hover { + color: #0078d6; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div { + -ms-flex: auto; + flex: auto; + margin-left: 18px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula { + height: 100px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-calc-custom-format-div { + margin-top: 15px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-hierarchy-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-format-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-member-title { + padding-left: 0; + padding-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title { + margin-top: 0; + padding-top: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog { + max-height: 700px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog .e-calc-clear-btn { + float: left; + margin: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 0; + margin-right: 18px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl.e-dialog .e-calc-clear-btn { + float: right; +} + +.e-bigger.e-pivot-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div, +.e-bigger.e-pivot-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div { + min-width: 310px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title { + font-size: 14px; + padding: 6px; + padding-bottom: 0; +} + +.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li { + padding: 2px 0; +} + +.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons { + font-size: 16px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula { + font-size: 13px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-footer-content, +.e-bigger .e-pivot-calc-dialog-div .e-footer-content, +.e-bigger.e-pivot-calc-dialog-div .e-footer-content, +.e-bigger .e-pivot-calc-dialog-div .e-footer-content { + padding-right: 25px; + padding-top: 20px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div { + min-width: 580px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div { + height: 513px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div { + height: 478px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title { + padding-bottom: 6px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper { + font-size: 14px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon { + font-size: 16px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 24px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 0; + margin-right: 24px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog, +.e-pivotfieldlist-wrapper .e-member-editor-dialog, +.e-pivotfieldlist-wrapper .e-value-field-settings { + border-radius: 0; + width: auto; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content { + border-radius: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content { + border: 0; + font-weight: normal; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content { + border-top: 1px solid #d0d0d0; + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button { + float: left; + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content { + overflow: hidden; + padding: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper { + background-color: #f8f8f8; + padding: 8px 10px 16px 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label { + color: #333; + font: 700 13px Segoe UI; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content { + padding: 0 20px 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 13px; + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title { + -ms-flex: none; + flex: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + -ms-flex: auto; + flex: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text { + font-size: 13px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper { + padding: 0 20px 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt { + padding: 25px 20px; + text-align: center; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + display: inline-block; + height: 135px; + max-width: 400px; + overflow: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: -35px; + overflow: hidden; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon { + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable { + display: none !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper { + border: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon { + height: 14px; + min-width: 14px; + width: 14px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before { + font-size: 14px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 118px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter { + height: 215px; + overflow: auto; + padding: 20px; + padding-bottom: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 13px; + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 8px 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter .e-editor-label-wrapper { + padding: 8px 10px 8px 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-member-editor-wrapper ul { + margin-left: 0; + margin-right: -35px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button { + float: right; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop { + margin: 0 5px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled { + opacity: .5; + pointer-events: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-member-editor-dialog { + max-width: 400px; +} + +.e-pivotfieldlist-wrapper .e-value-field-settings { + max-width: 400px; + min-width: 300px; +} + +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content { + overflow: auto; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 200px; +} + +.e-field-list-tree.e-drag-item.e-treeview, +.e-pivot-calc.e-drag-item.e-treeview { + background-color: #fff; + border: 1px solid #d0d0d0; + border-radius: 0; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12); + height: 28px; + min-width: 100px; + padding: 5px 10px; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content { + padding: 0; + text-align: center; + width: 100%; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text { + color: #333; + font-size: 14px; + line-height: 1em; + width: 100%; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons, +.e-field-list-tree.e-drag-item.e-treeview .e-checkbox-wrapper, +.e-field-list-tree.e-drag-item.e-treeview .e-list-icon, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content > .e-icons, +.e-pivot-calc.e-drag-item.e-treeview .e-checkbox-wrapper, +.e-pivot-calc.e-drag-item.e-treeview .e-list-icon { + display: none; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-rtl .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content { + padding-right: 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content { + padding-left: 24px; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text { + padding: 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop { + display: inline-block !important; + line-height: 0em; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before { + float: left; + font-size: 14px; + padding: 5px 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content { + padding-left: 0; + padding-right: 24px; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons { + transform: rotateY(180deg); +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview { + height: 36px; + padding: 6px 12px; +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text { + line-height: 1.5em; +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before { + padding: 4px; +} + +.e-button-drag-clone { + background-color: #fff !important; + border: 1px solid #d0d0d0; + border-radius: 0; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12); + color: #333; + font-size: 14px; + height: 28px; + line-height: 1.0em; + min-width: 100px; + overflow: hidden; + padding: 5px 10px; + text-align: center; + width: auto; + z-index: 100000; +} + +.e-button-drag-clone .e-text-content { + width: 100%; +} + +.e-bigger .e-button-drag-clone, +.e-bigger.e-button-drag-clone, +.e-bigger .e-button-drag-clone, +.e-bigger.e-button-drag-clone { + height: 36px !important; + line-height: 1.5em; + padding: 6px 12px; +} + +.e-pivot-error-dialog { + max-width: 400px; + width: auto; +} + +.e-pivot-error-dialog .e-dlg-header-content, +.e-pivot-error-dialog .e-footer-content { + border: 0; +} + +.e-pivot-error-dialog .e-dlg-header { + font-weight: normal; + opacity: 1; +} + +.e-pivot-error-dialog .e-dlg-content { + font-weight: normal; + opacity: 1; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 108px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small { + font-size: 14px; + top: 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 81px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter { + height: 195px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 10px 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter { + min-width: 380px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper { + padding-top: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text { + font-size: 14px; +} + +/*! field-list theme */ +.e-pivotfieldlist .e-select-table { + background-color: #f8f8f8; + border: 0.5px solid #dadada; + box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12); + color: rgba(51, 51, 51, 0.54); + font-size: 20px; + height: 38px; + max-height: 38px; + max-width: 38px; + min-height: 38px; + min-width: 38px; + padding: 10px; + position: relative; + width: 38px; + z-index: 1000; +} + +.e-pivotfieldlist .e-select-table.e-fieldlist-left { + box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12); +} + +.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active { + background-color: #d0d0d0; +} + +.e-pivotfieldlist .e-select-table:hover { + background-color: #d0d0d0; +} + +.e-bigger .e-pivotfieldlist .e-select-table, +.e-bigger.e-pivotfieldlist .e-select-table, +.e-bigger .e-pivotfieldlist .e-select-table, +.e-bigger.e-pivotfieldlist .e-select-table { + font-size: 20px; + height: 40px; + max-height: 40px; + max-width: 40px; + min-height: 40px; + min-width: 40px; +} + +.e-pivotfieldlist-wrapper { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + max-width: 700px; + min-width: 300px; +} + +.e-pivotfieldlist-wrapper .e-layout-footer { + padding: 10px 2px 2px; + text-align: right; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button { + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button, +.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout { + max-width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout { + max-width: 45%; +} + +.e-pivotfieldlist-wrapper .e-checkbox-layout { + float: left; + margin-top: 6px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer { + text-align: left; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-dialog { + max-height: 550px !important; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-layout-footer { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-checkbox-layout { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-button-layout { + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-footer-content { + border: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-title { + display: -ms-flexbox; + display: flex; + font-size: 18px; + min-height: 25px; + padding: 0 2px 20px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-title .e-title-content { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-title-header { + display: -ms-flexbox; + display: flex; + padding: 2px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-title-header .e-title-content { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container { + display: -ms-flexbox; + display: flex; + height: 342px; + padding: 1px; + position: relative; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table { + border: 1px solid #d0d0d0; + border-radius: 0; + display: inline-block; + overflow: hidden; + width: 30%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree .e-sibling { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list { + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header { + background-color: #eaeaea; + color: #333; + font-size: 13px; + font-weight: normal; + height: 28px; + overflow: hidden; + padding: 5px 0 0 15px; + text-align: left; + text-overflow: ellipsis; + word-break: break-all; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper { + background-color: #eaeaea; + color: #333; + display: -ms-flexbox; + display: flex; + padding-right: 15px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend { + color: #666; + cursor: pointer; + font-size: 14px; + height: 20px; + padding: 5px 0 0 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none.e-selected::before, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend.e-selected::before, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend.e-selected::before { + color: #0078d6; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:hover { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:focus { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree-outer-div { + display: inline-block; + height: 310px; + overflow: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list { + display: inline-table; + height: 100%; + padding-left: 2px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul { + overflow: hidden; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li { + margin-left: -40px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow { + cursor: default; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-drag { + color: #bdbdbd; + cursor: move; + display: inline-block; + font-size: 14px; + height: 20px; + margin-bottom: 2px; + margin-right: 6px; + pointer-events: all; + text-align: center; + vertical-align: bottom; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-icon { + color: #333; + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-selected { + opacity: .5; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-selected-node { + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-text { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon { + font-size: 14px; + height: auto; + width: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table.e-olap-field-table { + width: 40%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table { + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 70%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 8px; + width: 50%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + background-color: #fff; + border: 1px solid #d0d0d0; + border-radius: 0; + fill: #fff; + font-weight: normal; + min-height: 165px; + position: relative; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper { + background-color: #eaeaea; + border-bottom: 1px solid #d0d0d0; + color: #333; + display: -ms-flexbox; + display: flex; + height: 28px; + padding: 2px 15px 5px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + height: 20px; + padding-top: 2px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters { + color: #666; + font-size: 14px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header { + -ms-flex: auto; + flex: auto; + font-size: 13px; + line-height: 1.4em; + margin-top: 2px; + padding: 0 8px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + cursor: default; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content.e-drag-restrict { + cursor: no-drop; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator { + display: block; + pointer-events: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover { + border-top: 2px dashed #767676; + margin-top: -2px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover { + position: absolute; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button { + background-color: #f4f4f4; + border-bottom: 1px solid #d0d0d0; + border-left: 0; + border-radius: 0; + border-right: 0; + border-top: 0; + box-shadow: none; + cursor: default; + display: -ms-flexbox; + display: flex; + font-weight: normal; + height: 32px; + line-height: 1em; + padding: 9px 12px; + text-transform: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected { + color: #333; + opacity: .5; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover { + background-color: #f8f8f8; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content { + background-color: transparent; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active { + background-color: #dadada; + color: #333; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content { + background-color: transparent; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon { + color: #333; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content { + background-color: transparent; + -ms-flex: auto; + flex: auto; + font-size: 13px; + height: 16px; + line-height: 1em; + overflow: hidden; + padding: 0 8px; + text-align: left; + text-overflow: ellipsis; + width: 70%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable { + height: 20px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag { + color: #bdbdbd; + cursor: move; + font-size: 14px; + height: 20px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + color: #666; + cursor: pointer; + display: inline-block; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover { + color: #666; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content { + text-align: right; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon { + padding-left: 0; + padding-right: 4px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort { + height: -webkit-fit-content; + height: fit-content; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + height: 129px; + overflow: auto; + scroll-behavior: smooth; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt { + bottom: 32%; + color: #d0d0d0; + font-size: 14px; + height: 25px; + pointer-events: none; + position: absolute; + text-align: center; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 8px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table.e-olap-axis-table { + width: 60%; +} + +.e-pivotfieldlist-wrapper .e-calculated-field { + color: #333; + font-size: 13px; + font-weight: 500; + max-width: 160px; + min-width: 145px; +} + +.e-pivotfieldlist-wrapper .e-calculated-field.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list { + padding-left: 0; + padding-right: 2px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li { + margin-left: 0; + margin-right: -40px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-list-text { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-drag { + margin-left: 6px !important; + margin-right: 0 !important; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-level-members, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-measure-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header { + padding-left: 0; + padding-right: 15px; + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper { + padding-left: 15px; + padding-right: 0; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend { + padding: 5px 4px 0 0; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields { + padding-left: 0; + padding-right: 8px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header { + float: right; +} + +.e-pivotfieldlist-wrapper.e-static { + background-color: #fff; + border: 1px solid #d0d0d0; + max-height: 700px; + padding: 10px; + position: relative; +} + +.e-pivotfieldlist-wrapper.e-static .e-title-content { + color: #333; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container { + display: inline-block; + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table { + height: 210px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div { + height: 175px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-div { + display: none; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title { + color: #333; + font-size: 13px; + height: 25px; + margin-top: 5px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table { + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 8px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 8px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + padding-top: 2px; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title { + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields { + padding-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-device { + height: 100%; + max-height: 100% !important; + max-width: 100% !important; + min-height: 500px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content { + background-color: #f4f4f4; + color: #333; + font-size: 14px; + height: 48px; + padding-bottom: 9px; + padding-top: 9px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content { + background-color: transparent; + color: #333; +} + +.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper.e-device .e-title-mobile-content { + margin-top: 0; +} + +.e-pivotfieldlist-wrapper.e-device .e-field-list-back-icon { + color: #333; + font-size: 16px; + height: 24px; + margin-left: 0; + margin-right: 12px; + padding-top: 7px; + text-align: center; + width: 24px; +} + +.e-pivotfieldlist-wrapper.e-device .e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container { + height: 100%; + position: relative; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header { + background-color: #eaeaea; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header .e-toolbar-item .e-tab-wrap { + border: 0; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content { + display: initial; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values { + display: inline-block; + height: 100%; + min-height: 250px; + padding-top: 20px; + position: relative; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content { + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div { + display: -ms-grid; + display: grid; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-drop-indicator { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button { + border: 1px solid #d0d0d0; + border-left: 0; + border-radius: 0; + border-right: 0; + border-top: 0; + border-width: 1px 0; + box-shadow: none; + display: -ms-flexbox; + display: flex; + font-size: 14px; + font-weight: normal; + height: 36px; + line-height: normal; + padding: 9px 16px; + text-transform: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-list-selected { + opacity: .5; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-content { + -ms-flex: auto; + flex: auto; + font-size: 14px; + height: 100%; + margin-top: -2px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; + width: 70%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-drag { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + color: #666; + cursor: pointer; + display: inline-block; + font-size: 16px; + height: 24px; + padding-left: 10px; + width: 24px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover { + color: #666; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort { + height: -webkit-fit-content; + height: fit-content; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove { + display: inline-block; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-content { + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon { + padding-left: 0; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content { + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-draggable-prompt { + border: 1px dashed #eaeaea; + color: #eaeaea; + font-size: 14px; + height: 200px; + left: 15%; + line-height: 200px; + pointer-events: none; + position: absolute; + text-align: center; + top: 25%; + vertical-align: middle; + width: 70%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula { + background-color: #fff; + border: 1px solid #d0d0d0; + border-radius: 4px; + color: #333; + height: 200px; + margin-left: 20px; + margin-right: 20px; + margin-top: 25px; + padding: 2px 3px; + resize: none; + width: 90%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-olap-calc-custom-format-div { + margin-left: 20px; + margin-right: 20px; + margin-top: 20px; + width: 90% !important; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion { + margin-top: 20px; + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame { + margin-right: 12px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper { + margin-bottom: 24px; + margin-right: 20px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label { + color: #333; + font-family: Roboto-Reguar; + font-size: 14px; + opacity: .87; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button { + float: right; + margin-right: 20px; + margin-top: 32px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button { + bottom: 0; + position: -webkit-sticky; + position: sticky; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord { + max-height: 290px; + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons { + height: 18px; + width: 18px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div { + max-height: 350px; + overflow: hidden; + overflow-y: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer { + bottom: 20px; + display: inline-block; + position: absolute; + vertical-align: bottom; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content { + display: inline-block; + padding: 15px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn { + float: right; + height: 52px; + pointer-events: all; + width: 52px; + z-index: 1000; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn .e-add-icon { + font-size: 18px; + line-height: 50px; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer { + background-color: transparent; + bottom: 0; + display: inline-block; + padding: 15px; + pointer-events: none; + position: absolute; + vertical-align: bottom; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button { + float: right; + height: 52px; + pointer-events: all; + width: 52px; + z-index: 1000; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button .e-add-icon { + font-size: 18px; + line-height: 50px; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button { + float: left; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout { + max-width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout { + max-width: 45%; +} + +.e-pivotfieldlist-wrapper.e-device.e-static { + border: 0; + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-values .e-axis-content { + max-height: 600px; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-back-icon { + margin-left: 12px; + margin-right: 0; + transform: rotateY(180deg); +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-calculated-field-btn { + float: left; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-defer-apply-button { + float: right; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-ok-button, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-add-button, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-cancel-button { + float: left !important; + margin-left: 20px; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame { + margin-left: 12px !important; + margin-right: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header { + background-color: #eaeaea; + color: #333; + font-size: 14px; + font-weight: normal; + height: 30px; + overflow: hidden; + padding: 5px 0 0 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper { + padding-right: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend { + font-size: 16px; + height: 24px; + padding: 5px 0 0 4px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list { + padding-left: 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li { + padding: 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag { + font-size: 16px !important; + height: 24px !important; + margin-bottom: 3px !important; + margin-right: 4px !important; + width: 24px !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values { + margin-top: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper { + height: 30px; + padding: 0 20px 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + height: 24px; + padding-top: 7px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header { + font-size: 14px; + line-height: 1.5em; + margin-top: 4px; + padding: 0 12px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button { + font-size: 14px; + height: 36px !important; + padding: 9px 16px !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + line-height: 1em; + padding: 0 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable { + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + cursor: pointer; + display: inline-block; + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag { + font-size: 16px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static, +.e-bigger.e-pivotfieldlist-wrapper.e-static, +.e-bigger .e-pivotfieldlist-wrapper.e-static, +.e-bigger.e-pivotfieldlist-wrapper.e-static { + max-height: 720px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title { + color: #333; + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + padding-top: 7px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields { + padding: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list { + padding-left: 0; + padding-right: 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag { + margin-left: 4px !important; + margin-right: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header { + padding-right: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper { + padding-left: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend { + padding: 5px 4px 0 0; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields { + padding-left: 0; + padding-right: 8px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon { + padding-left: 0; + padding-right: 4px; +} + +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +.e-pivotview .e-expand::before { + content: '\e219'; +} + +.e-pivotview .e-collapse::before { + content: '\e84f'; +} + +.e-pivotview.e-rtl .e-expand::before { + content: '\e98f'; +} + +.e-pivotview .e-sort::before { + content: '\ea7c'; +} + +.e-pivotview .e-pv-filter::before { + content: '\ebb4'; +} + +.e-pivotview .e-pv-filtered::before { + color: #0078d6; + content: '\ebac'; +} + +.e-pivotview .e-remove::before { + content: '\ea7f'; +} + +.e-pivotview .e-selected-option-icon::before { + content: '\ea84'; +} + +.e-pivotview .e-clear-filter-icon::before { + content: '\ebae'; +} + +.e-pivotview .e-dropdown-icon::before { + content: '\e84f'; +} + +.e-pivotview .e-export::before { + content: '\e710'; +} + +.e-pivotview .e-new-report::before { + content: '\e712'; +} + +.e-pivotview .e-save-report::before { + content: '\e70f'; +} + +.e-pivotview .e-saveas-report::before { + content: '\e700'; +} + +.e-pivotview .e-rename-report::before { + content: '\e707'; +} + +.e-pivotview .e-remove-report::before { + content: '\e704'; +} + +.e-pivotview .e-sub-total::before { + content: '\e709'; +} + +.e-pivotview .e-grand-total::before { + content: '\e703'; +} + +.e-pivotview .e-toolbar-fieldlist::before { + content: '\e434'; +} + +.e-pivotview .e-toolbar-grid::before { + content: '\e702'; +} + +.e-pivotview .e-toolbar-chart::before { + content: '\e711'; +} + +.e-pivotview .e-toolbar-formatting::before { + content: '\e729'; +} + +.e-pivotview-pdf-export::before { + content: '\e70d'; +} + +.e-pivotview-excel-export::before { + content: '\e70e'; +} + +.e-pivotview-csv-export::before { + content: '\e70c'; +} + +.e-pivotview-png-export::before { + content: '\e715'; +} + +.e-pivotview-jpeg-export::before { + content: '\e713'; +} + +.e-pivotview-svg-export::before { + content: '\e720'; +} + +.e-mdx::before { + content: '\e724'; +} + +.e-pivotview-select-icon::before { + content: '\e614'; +} + +.e-pivotview-export::before { + content: '\e710'; +} + +.e-pivotview-grid::before { + content: '\e702'; +} + +.e-pivotview-expand::before { + content: '\e555'; +} + +.e-pivotview-collapse::before { + content: '\e559'; +} + +.e-pivot-format-menu::before { + content: '\e730'; +} + +.e-pivot-number-format-menu::before { + content: '\e70b'; +} + +.e-pivot-conditional-format-menu::before { + content: '\e729'; +} + +.e-pivot-format-toolbar::before { + content: '\e70b'; +} + +.e-pivotview-group::before { + content: '\e740'; +} + +.e-pivotview-ungroup::before { + content: '\e741'; +} + +.e-level-options .e-selected-level-icon::before { + content: '\e614'; +} + +/*! PivotView layout */ +.e-pivotview .e-value-field-settings, +.e-pivotview .e-member-editor-dialog, +.e-pivotview .e-group-field-settings { + max-height: 450px !important; +} + +.e-pivotview .e-value-field-settings, +.e-pivotview .e-member-editor-dialog, +.e-pivotview .e-pivot-format-dialog, +.e-pivotview .e-group-field-settings { + border-radius: 4px; + max-width: 400px; + width: auto; +} + +.e-pivotview .e-value-field-settings .e-dlg-header-content, +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-dlg-header-content, +.e-pivotview .e-member-editor-dialog .e-footer-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-header-content, +.e-pivotview .e-pivot-format-dialog .e-footer-content, +.e-pivotview .e-group-field-settings .e-dlg-header-content, +.e-pivotview .e-group-field-settings .e-footer-content { + border-radius: 4px; +} + +.e-pivotview .e-value-field-settings .e-dlg-header-content, +.e-pivotview .e-member-editor-dialog .e-dlg-header-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-header-content, +.e-pivotview .e-group-field-settings .e-dlg-header-content { + border: 0; + font-weight: normal; +} + +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-footer-content, +.e-pivotview .e-pivot-format-dialog .e-footer-content, +.e-pivotview .e-group-field-settings .e-footer-content { + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-bottom: 8px; + padding-top: 8px; +} + +.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button, +.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button, +.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button, +.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button { + float: left; +} + +.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button.e-disable { + display: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content, +.e-pivotview .e-group-field-settings .e-dlg-content { + overflow: hidden; + padding: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper { + background-color: #f8f8f8; + padding: 8px 10px 16px 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label { + color: #333; + font: 700 13px Segoe UI; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content { + padding: 0 20px 10px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 13px; + font-weight: 500; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title { + -ms-flex: none; + flex: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + -ms-flex: auto; + flex: auto; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame { + height: 18px; + width: 18px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text { + font-size: 13px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper { + padding: 0 20px 10px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt { + padding: 15px 20px; + text-align: center; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + display: inline-block; + height: 155px; + max-width: 400px; + overflow: auto; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree { + overflow-x: auto; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: -35px; + overflow: hidden; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon { + margin: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable { + display: none !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper { + border: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon { + height: 14px; + min-width: 14px; + width: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before { + font-size: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 118px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter { + height: 215px; + overflow: auto; + padding: 20px; + padding-bottom: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 13px; + font-weight: 500; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 8px 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-disable { + display: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-moz-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-moz-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder { + color: #a80000 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings.e-excel-filter, +.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-pivotview .e-group-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-pivotview .e-value-field-settings.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-pivot-format-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-group-field-settings.e-excel-filter .e-editor-label-wrapper { + padding: 8px 10px 8px 20px; +} + +.e-pivotview .e-value-field-settings.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-group-field-settings.e-rtl .e-member-editor-wrapper ul { + margin-left: 0; + margin-right: -35px; +} + +.e-pivotview .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-pivot-format-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-group-field-settings.e-rtl .e-footer-content .e-clear-filter-button { + float: right; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: 0; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop { + margin: 0 5px; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret { + display: none; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled { + opacity: .5; + pointer-events: none; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: 0; +} + +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-footer-content { + border-top: 1px solid #dadada; +} + +.e-pivotview .e-value-field-settings, +.e-pivotview .e-pivot-format-dialog { + min-width: 300px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content { + overflow: auto; +} + +.e-pivotview .e-pivot-format-dialog { + max-height: 500px !important; + max-width: 350px; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer { + padding: 0 20px; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable { + color: #333333; + font-weight: 500; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-text, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop { + margin-bottom: 20px; +} + +.e-pivotview .e-pivot-toolbar { + border-bottom: 0; + border-style: solid; +} + +.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + font-size: 16px; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper { + background-color: transparent; + border: none; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item { + height: 40px; + padding-left: 10px; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 0; + margin-right: 0; + font-size: 16px; +} + +.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template { + padding: 0 !important; +} + +.e-pivotview .e-pivot-toolbar .e-reportlist-label { + float: left; + font-weight: 500; +} + +.e-pivotview .e-pivot-toolbar .e-reportlist-drop { + float: right; + margin: 0 8px; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-label { + float: right; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-drop { + float: left; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-menu-wrapper ul .e-menu-item { + padding-left: 30px; + padding-right: 10px; +} + +.e-pivotview-disable-icon { + visibility: hidden; +} + +.e-pivotview-report-inner { + padding-top: 10px; +} + +.e-pivotview-report-dialog { + max-width: 350px; +} + +.e-mdx-query-content { + background-color: #fff; + color: #333; + font-size: #333; + font-weight: 500; + height: 200px; + margin-top: 5px; + padding: 5px 10px; + resize: none; + width: 100%; +} + +.e-pivotview-mdx-dialog { + max-width: 500px; +} + +.e-pivotview-report-label { + float: left; + margin-top: 10px; + width: 40%; +} + +.e-pivotview-report-input { + float: right; + width: 60% !important; +} + +.e-rtl .e-pivotview-report-input { + float: left; +} + +.e-rtl .e-pivotview-report-label { + float: right; +} + +.e-pivotview-pdf-export, +.e-pivotview-excel-export, +.e-pivotview-csv-export { + font-size: 18px !important; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-container { + margin-bottom: 20px; +} + +.e-drillthrough-dialog .e-drillthrough-body-header { + color: #333; + font-weight: 600; + opacity: 1; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-value { + color: #333333; + margin-left: 10px; + margin-right: 20px; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-common { + -webkit-flex-wrap: wrap; + -moz-flex-wrap: wrap; + -ms-flex-wrap: wrap; + display: inline-block; + flex-wrap: wrap; +} + +.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item { + height: 48px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 135px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small { + font-size: 14px; + top: 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 81px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter { + height: 195px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 24px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div { + padding: 10px 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter { + min-width: 380px; +} + +.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame { + height: 22px; + width: 22px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper { + padding-top: 24px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text { + font-size: 14px; +} + +/*! PivotView theme */ +.e-pivotview .e-nextspan { + display: inline-block; + width: 24px; +} + +.e-pivotview .e-lastspan { + display: inline-block; + width: 12px; +} + +.e-pivotview .e-grid.e-gridhover tr[role='row']:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-pivotview .e-rowsheader .e-cellvalue { + margin-left: 10px; +} + +.e-pivotview .e-valuescontent { + text-align: right; +} + +.e-pivotview .e-summary, +.e-pivotview .e-summary.e-active { + font-weight: 600; +} + +.e-pivotview .e-grid .e-rowsheader.e-active, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground, +.e-pivotview .e-grid .e-columnsheader.e-active, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground, +.e-pivotview .e-grid .e-rowsheader.e-active, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground, +.e-pivotview .e-grid .e-columnsheader.e-active, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground { + background: #d1ebff !important; + color: #333 !important; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-active .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-active .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons { + color: #333 !important; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext { + color: #333 !important; +} + +.e-pivotview .e-drop-indicator { + display: block; +} + +.e-pivotview div.e-cellvalue { + margin-top: -2px; +} + +.e-pivotview .e-sortfilterdiv { + margin: -21px 0 !important; +} + +.e-pivotview .e-pivotchart > svg { + border: 1px solid #dadada; +} + +.e-pivotview .e-pivotchart.e-ltr { + direction: ltr; +} + +.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -17px 0 !important; +} + +.e-pivotview .e-grid .e-icons { + color: #666 !important; +} + +.e-pivotview .e-grid .e-icons:hover { + color: #666 !important; +} + +.e-pivotview .e-grid { + border-color: #dadada; +} + +.e-pivotview .e-grid .e-rowsheader { + padding-left: 8px; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons { + color: #666 !important; +} + +.e-pivotview .e-grid .e-columnsheader { + padding-left: 12px !important; +} + +.e-pivotview .e-frozenheader > .e-table, +.e-pivotview .e-frozencontent > .e-table { + border-left-color: #dadada !important; + border-right-color: #dadada !important; +} + +.e-pivotview .e-stackedheadercelldiv.e-cellvalue { + padding-left: 6px !important; +} + +.e-pivotview .e-stackedheadercelldiv { + padding: 0 0 0 1px !important; +} + +.e-pivotview .e-stackedheadercelldiv, +.e-pivotview .e-headertext, +.e-pivotview .e-rowsheader .e-cellvalue { + color: #333333 !important; + font-size: 14px !important; + font-weight: 400 !important; +} + +.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell, +.e-pivotview .e-headertext .e-hyperlinkcell, +.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell { + cursor: pointer; +} + +.e-pivotview .e-valuescontent .e-cellvalue .e-hyperlinkcell { + cursor: pointer; +} + +.e-pivotview .e-valuescontent { + opacity: 1 !important; +} + +.e-pivotview .e-rowcell { + opacity: 1; +} + +.e-pivotview .e-rowcell .e-cellvalue { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-pivotview .e-grouping-bar { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields { + -ms-flex: auto; + flex: auto; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields, +.e-pivotview .e-grouping-bar .e-right-axis-fields { + height: auto; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields { + min-width: 250px; +} + +.e-pivotview .e-grouping-bar .e-axis-row, +.e-pivotview .e-grouping-bar .e-axis-column, +.e-pivotview .e-grouping-bar .e-axis-value, +.e-pivotview .e-grouping-bar .e-axis-filter { + background: #f4f4f4; + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields { + border: 1px solid #dadada; + border-bottom-width: 0; + border-right-width: 0; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields { + border: 1px solid #dadada; + border-bottom-width: 0; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter { + border-bottom: 1px solid #dadada; +} + +.e-pivotview .e-group-values, +.e-pivotview .e-group-columns, +.e-pivotview .e-group-filters, +.e-pivotview .e-group-rows { + background: #f4f4f4; + vertical-align: top; +} + +.e-pivotview .e-group-values.e-drag-restrict, +.e-pivotview .e-group-columns.e-drag-restrict, +.e-pivotview .e-group-filters.e-drag-restrict, +.e-pivotview .e-group-rows.e-drag-restrict { + cursor: no-drop; +} + +.e-pivotview .e-group-values .e-draggable-prompt, +.e-pivotview .e-group-columns .e-draggable-prompt, +.e-pivotview .e-group-filters .e-draggable-prompt, +.e-pivotview .e-group-rows .e-draggable-prompt { + color: #333; + line-height: 50px; + padding-left: 8px; + pointer-events: none; + position: relative; + text-align: center; + vertical-align: middle; +} + +.e-pivotview .e-group-filters, +.e-pivotview .e-group-values, +.e-pivotview .e-group-columns, +.e-pivotview .e-group-rows { + display: inline-table; + -ms-flex: auto; + flex: auto; + height: 36px; + min-height: 36px; + overflow: hidden; + padding-left: 12px; + scroll-behavior: smooth; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div, +.e-pivotview .e-group-values .e-pvt-btn-div, +.e-pivotview .e-group-columns .e-pvt-btn-div, +.e-pivotview .e-group-rows .e-pvt-btn-div { + display: -ms-inline-flexbox; + display: inline-flex; + padding: 6px; + padding-bottom: 0; + padding-left: 0; + padding-right: 8px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-values .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-indent-div { + pointer-events: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator { + pointer-events: none; + width: 2px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover { + border-left: 1px dashed #eaeaea; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button { + background-color: #dadada; + border: 1px solid #dadada; + border-radius: 0; + box-shadow: none; + color: #333; + cursor: default; + display: -ms-flexbox; + display: flex; + font-weight: normal; + height: 26px; + line-height: .9em; + padding: 5px 10px; + text-transform: none; + vertical-align: bottom; + z-index: 1; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button.e-list-selected { + opacity: .5; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover { + background-color: #d0d0d0; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove { + color: #666 !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active { + background-color: #c8c8c8; + color: #333; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-remove, .e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove { + color: #666 !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + background-color: transparent; + cursor: move; + -ms-flex: auto; + flex: auto; + font-size: 13px; + margin-right: 4px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag { + cursor: auto; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-draggable { + height: inherit; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-drag { + display: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + color: #666 !important; + cursor: pointer; + display: inline-block; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover { + color: #666 !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable { + display: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button { + max-width: 230px; +} + +.e-pivotview .e-group-filters, +.e-pivotview .e-group-columns { + width: 100%; +} + +.e-pivotview .e-group-row { + padding: 0 !important; +} + +.e-pivotview .e-group-row .e-group-rows { + display: table; + -ms-flex: none; + flex: none; + width: 100%; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div { + max-width: unset; + width: 100%; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div { + pointer-events: none; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button { + padding: 5px 10px; + width: 180px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover { + background-color: #d0d0d0; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove { + color: #666 !important; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active { + background-color: #c8c8c8; + color: #333; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove { + color: #666 !important; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + color: #666 !important; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover { + color: #666; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable { + display: none; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; + width: 20px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-pivotview .e-axis-value { + display: inline-block; + height: 100%; +} + +.e-pivotview .e-axis-value .e-group-values { + height: 100%; + padding-bottom: 0; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-row { + height: 50% !important; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-value { + height: auto !important; + padding-left: 6px; + border-bottom: 1px solid #dadada; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-multi-values { + padding-left: 2px; +} + +.e-pivotview .e-icons { + height: auto; + width: auto; +} + +.e-pivotview .e-collapse::before { + font-size: 12px; +} + +.e-pivotview .e-expand, +.e-pivotview .e-collapse { + cursor: pointer; + display: inline-block; + height: 16px; + text-align: center; + width: 24px; +} + +.e-pivotview th .e-expand, +.e-pivotview th .e-collapse { + float: left; + font-size: 13px !important; + margin-left: -6px; + margin-top: 2px; +} + +.e-pivotview .e-expand::before { + font-size: 12px; +} + +.e-pivotview.e-rtl .e-expand::before, +.e-pivotview.e-rtl .e-collapse::before { + margin-left: 0; +} + +.e-pivotview.e-rtl th .e-expand, +.e-pivotview.e-rtl th .e-collapse { + float: right; + margin-right: -8px; +} + +.e-pivotview.e-rtl .e-grid .e-rowsheader { + padding-right: 8px !important; +} + +.e-pivotview.e-rtl .e-grid .e-columnsheader { + padding-right: 12px !important; +} + +.e-pivotview.e-rtl .e-rowsheader .e-cellvalue { + margin-left: 0; + margin-right: 7px; +} + +.e-pivotview.e-rtl .e-valuescontent { + text-align: left; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-left-axis-fields { + border-left-width: 0; + border-right-width: 1px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-right-axis-fields { + border-left-width: 1px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters { + padding-left: 0; + padding-right: 12px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content { + text-align: right; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove { + padding-left: 0; + padding-right: 4px; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows { + padding-left: 0; + padding-right: 12px; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + text-align: right; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + padding-left: 0; + padding-right: 7px; +} + +.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue { + padding-right: 13px !important; +} + +.e-pivotview.e-device .e-grouping-bar .e-pivot-button { + line-height: 1em !important; +} + +.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button { + max-width: 155px; +} + +.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button { + max-width: 200px; +} + +.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div { + width: 0 !important; +} + +.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button { + width: 155px; +} + +.e-pivottooltipwrap { + opacity: 1; +} + +.e-pivottooltip { + border-radius: 2px; + padding: 3px 3px; +} + +.e-pivottooltip p { + color: #333; + display: inline-block; + font-family: Segoe UI; + font-size: 13px; + line-height: 21px; + margin: 0; +} + +.e-pivottooltip p.e-tooltipcontent { + margin-left: 5px; +} + +.e-rtl .e-pivottooltip p.e-tooltipcontent { + margin-left: 0; + margin-right: 5px; +} + +.e-bigger .e-pivotview .e-grid .e-rowsheader, +.e-bigger.e-pivotview .e-grid .e-rowsheader, +.e-bigger .e-pivotview .e-grid .e-rowsheader, +.e-bigger.e-pivotview .e-grid .e-rowsheader { + padding-left: 10px !important; +} + +.e-bigger .e-pivotview .e-grid .e-columnsheader, +.e-bigger.e-pivotview .e-grid .e-columnsheader, +.e-bigger .e-pivotview .e-grid .e-columnsheader, +.e-bigger.e-pivotview .e-grid .e-columnsheader { + padding-left: 16px !important; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button { + height: 30px; + line-height: 0.9em; + padding: 6px 12px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + margin-right: 8px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove { + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows { + height: 40px; + min-height: 40px; + padding-left: 16px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values { + height: 100%; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper { + width: 24px; +} + +.e-bigger .e-pivotview .e-group-rows, +.e-bigger.e-pivotview .e-group-rows, +.e-bigger .e-pivotview .e-group-rows, +.e-bigger.e-pivotview .e-group-rows { + padding-left: 16px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button { + height: 30px; + line-height: 0.9em; + padding: 6px 12px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + margin-right: 8px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-bigger .e-pivotview .e-sortfilterdiv, +.e-bigger.e-pivotview .e-sortfilterdiv, +.e-bigger .e-pivotview .e-sortfilterdiv, +.e-bigger.e-pivotview .e-sortfilterdiv { + margin: -23px -5px !important; +} + +.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -17px -5px !important; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + height: 135px; +} + +.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader { + padding-right: 10px !important; +} + +.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader { + padding-right: 16px !important; +} + +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters { + padding-left: 0; + padding-right: 16px; +} + +.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows { + padding-left: 0; + padding-right: 16px; +} + +.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue { + padding-right: 13px !important; +} + +.e-content-placeholder.e-pivotview.e-placeholder-pivotview { + background-size: 100% 200px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-query-builder .e-collapse-rule::before { + content: '\e906'; +} + +.e-query-builder { + border: 1px solid; + border-radius: 0; + height: auto; + width: auto; +} + +.e-query-builder .e-multiselect .e-qb-spinner .e-spinner-inner { + left: auto; + right: 5px; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-not { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-query-builder.e-rtl .e-multiselect .e-qb-spinner .e-spinner-inner { + left: 5px; + right: auto; +} + +.e-query-builder.e-rtl.e-bigger.e-device .e-group-body .e-rule-container .e-rule-delete, +.e-query-builder.e-rtl.e-bigger .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + padding-left: 22px; +} + +.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-value-delete, +.e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete { + text-align: left; +} + +.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-delete, +.e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + padding-left: 16px; +} + +.e-query-builder.e-rtl .e-group-header .e-group-action .e-btn { + margin-left: 0; + margin-right: 12px; +} + +.e-query-builder.e-rtl .e-horizontal-mode .e-rule-delete { + margin-left: 0; + margin-right: 12px; +} + +.e-query-builder.e-rtl .e-group-body { + padding-left: 0; + padding-right: 20px; +} + +.e-query-builder.e-rtl .e-rule-list > ::before { + border-width: 0 2px 2px 0; +} + +.e-query-builder.e-rtl .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder.e-rtl .e-rule-list > ::after, +.e-query-builder.e-rtl .e-rule-list > ::before { + right: -12px; +} + +.e-query-builder.e-rtl .e-rule-list > ::after { + border-width: 0 2px 0 0; +} + +.e-query-builder.e-rtl .e-rule-list .e-group-container::before { + right: -11px; +} + +.e-query-builder.e-rtl .e-rule-list > .e-group-container { + padding-right: 0; +} + +.e-query-builder .e-group-container, +.e-query-builder .e-rule-container { + position: relative; +} + +.e-query-builder .e-rule-list > :first-child::before { + top: -13px; +} + +.e-query-builder .e-rule-list > :last-child::after { + display: none; +} + +.e-query-builder .e-rule-list > ::before { + border-width: 0 0 2px 2px; + height: 25px; + top: -10px; +} + +.e-query-builder .e-rule-list > ::after, +.e-query-builder .e-rule-list > ::before { + border-style: dotted; + content: ''; + left: -12px; + position: absolute; + width: 10px; +} + +.e-query-builder .e-rule-list > ::after { + border-width: 0 0 0 2px; + height: calc(100% - 17px); + top: 17px; +} + +.e-query-builder .e-rule-list > .e-rule-container::before { + height: calc(50% + 8px); +} + +.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before { + height: calc(50% + 10px); +} + +.e-query-builder .e-rule-list > .e-rule-container::after { + height: calc(50% + 6px); + top: calc(50% - 3px); +} + +.e-query-builder .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder .e-rule-list .e-group-container::before { + left: -11px; +} + +.e-query-builder .e-rule-list .e-group-container::after { + left: -11px; +} + +.e-query-builder .e-group-header .e-group-action .e-btn { + margin-left: 12px; +} + +.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small { + border-bottom-right-radius: 0; + border-radius: 0; + border-top-right-radius: 0; +} + +.e-query-builder .e-group-header .e-btn-group { + border: 1px solid; + box-shadow: none; + display: inline-block; +} + +.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-not { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-query-builder .e-group-header .e-group-action { + display: inline-block; + margin-top: 5px; +} + +.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn, +.e-query-builder .e-group-header .e-deletegroup { + margin-bottom: 2px; +} + +.e-query-builder .e-group-header button.e-button-hide { + display: none; +} + +.e-query-builder .e-group-header.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder .e-rule-list .e-group-container { + margin-left: 0; + margin-top: 12px; + width: 100%; +} + +.e-query-builder .e-rule-list { + padding: 12px 0 12px 0; + padding-bottom: 0; +} + +.e-query-builder .e-group-container { + padding: 12px; +} + +.e-query-builder .e-rule-container { + border: 1px solid; + border-radius: 0; +} + +.e-query-builder .e-rule-list > .e-group-container { + padding: 0; + padding-bottom: 12px; +} + +.e-query-builder .e-group-container .e-rule-list > .e-group-container { + padding-bottom: 0; +} + +.e-query-builder .e-group-body { + padding-left: 20px; +} + +.e-query-builder .e-group-body .e-rule-container { + box-shadow: none; + height: auto; + margin-top: -1px; + padding-right: 12px; +} + +.e-query-builder .e-group-body .e-rule-container.e-prev-joined-rule { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-query-builder .e-group-body .e-rule-container.e-joined-rule { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-top-style: dotted; + border-top-width: 2px; + margin-top: 0; +} + +.e-query-builder .e-group-body .e-rule-container.e-separate-rule { + margin-top: 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-filter { + padding: 12px 0 12px 12px; + width: auto; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-numeric:not(:first-child), +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-date-wrapper:not(:first-child), +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-input-group:not(:first-child) { + float: right; + margin-top: 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + min-width: 190px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multiselect, +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + max-width: 200px; +} + +.e-query-builder .e-group-body .e-rule-container .e-operator, +.e-query-builder .e-group-body .e-rule-container .e-value { + padding: 12px 0 12px 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-operator .e-radio-wrapper, +.e-query-builder .e-group-body .e-rule-container .e-value .e-radio-wrapper { + margin-right: 15px; +} + +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete { + display: inline-block; + margin-left: 12px; +} + +.e-query-builder .e-group-body .e-rule-container button.e-button-hide { + display: none; +} + +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete { + display: inline-block; +} + +.e-query-builder .e-group-body .e-rule-value.e-hide { + display: none; +} + +.e-query-builder .e-group-body .e-rule-value.e-show { + display: inline-block; +} + +.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + margin-bottom: 12px; + padding-right: none; + right: 0; +} + +.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder .e-group-body .e-vertical-mode .e-removerule.e-rule-delete { + box-shadow: none; + right: 0; +} + +.e-query-builder .e-dropdown-btn { + box-shadow: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-filter { + padding: 15px; +} + +.e-query-builder.e-device .e-removerule.e-rule-delete { + box-shadow: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multiselect, +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + max-width: 100; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value-delete, +.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete { + text-align: right; +} + +.e-query-builder .e-delete-icon::before { + content: ""; +} + +.e-query-builder .e-edit-rule.e-btn.e-small { + box-shadow: none; +} + +.e-query-builder .e-edit-rule { + right: 0; +} + +.e-query-builder .e-collapse-rule { + border: 1px solid; + border-right: 0; + border-top: 0; + box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12); + font-size: 20px; + padding: 5px; + position: absolute; + right: 0; + top: 0; +} + +.e-query-builder .e-summary-text { + border-style: none; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + line-height: 1.5em; + padding: 12px; + resize: none; + width: 100%; +} + +.e-query-builder .e-summary-btndiv { + padding: 12px; + text-align: right; +} + +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-filter, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-operator, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-value, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-value-delete, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-filter, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-operator, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-value, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-value-delete { + padding: 15px 0 0 15px; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid; +} + +.e-dropdown-popup .e-addgroup { + float: right; +} + +.e-dropdown-popup ul .e-item.e-button-hide { + display: none; +} + +.e-addrule.e-add-icon::before, +.e-addgroup.e-add-icon::before, +.e-query-builder .e-add-icon::before { + content: ""; +} + +.e-query-builder.e-device .e-group-container, +.e-bigger.e-query-builder .e-group-container, +.e-bigger .e-query-builder .e-group-container { + padding: 15px; +} + +.e-query-builder.e-device .e-rule-list > .e-group-container, +.e-bigger.e-query-builder .e-rule-list > .e-group-container, +.e-bigger .e-query-builder .e-rule-list > .e-group-container { + padding: 0; +} + +.e-query-builder.e-device .e-rule-list > .e-rule-container:not(:first-child)::before, +.e-bigger.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before, +.e-bigger .e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before { + height: calc(50% + 12px); +} + +.e-query-builder.e-device .e-rule-list > .e-group-container:first-child, +.e-bigger.e-query-builder .e-rule-list > .e-group-container:first-child, +.e-bigger .e-query-builder .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder.e-device .e-rule-list > ::before, +.e-bigger.e-query-builder .e-rule-list > ::before, +.e-bigger .e-query-builder .e-rule-list > ::before { + top: -12px; +} + +.e-query-builder.e-device .e-group-action .e-btn, +.e-bigger.e-query-builder .e-group-action .e-btn, +.e-bigger .e-query-builder .e-group-action .e-btn { + margin-left: 15px; +} + +.e-query-builder.e-device .e-rule-list > :first-child::before, +.e-bigger.e-query-builder .e-rule-list > :first-child::before, +.e-bigger .e-query-builder .e-rule-list > :first-child::before { + top: -16px; +} + +.e-query-builder.e-device .e-rule-list, +.e-bigger.e-query-builder .e-rule-list, +.e-bigger .e-query-builder .e-rule-list { + padding: 15px 0 15px 0; + padding-bottom: 0; +} + +.e-query-builder.e-device .e-rule-list .e-group-container, +.e-bigger.e-query-builder .e-rule-list .e-group-container, +.e-bigger .e-query-builder .e-rule-list .e-group-container { + margin-top: 15px; +} + +.e-query-builder.e-device .e-group-body, +.e-bigger.e-query-builder .e-group-body, +.e-bigger .e-query-builder .e-group-body { + padding-left: 24px; +} + +.e-query-builder.e-device .e-group-body .e-rule-container, +.e-bigger.e-query-builder .e-group-body .e-rule-container, +.e-bigger .e-query-builder .e-group-body .e-rule-container { + margin-top: -1px; + padding-right: 15px; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode { + width: auto; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-separate-rule, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-separate-rule, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-separate-rule { + margin-top: 15px; +} + +.e-query-builder.e-device .e-group-body .e-rule-delete, +.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + margin-bottom: 15px; + padding-right: none; + right: 0; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete { + margin-bottom: 0; +} + +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete { + display: inline-block; + margin-left: 7.5px; +} + +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-filter, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-operator, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value-delete, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete { + display: inline-block; +} + +.e-query-builder.e-device .e-group-body .e-rule-value.e-hide, +.e-bigger.e-query-builder .e-group-body .e-rule-value.e-hide, +.e-bigger .e-query-builder .e-group-body .e-rule-value.e-hide { + display: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-value.e-show, +.e-bigger.e-query-builder .e-group-body .e-rule-value.e-show, +.e-bigger .e-query-builder .e-group-body .e-rule-value.e-show { + display: inline-block; +} + +.e-query-builder.e-device .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-query-builder.e-device .e-group-body .e-rule-delete.e-btn.e-small.e-round, +.e-bigger.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-bigger.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round, +.e-bigger .e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-bigger .e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder.e-device .e-summary-text, +.e-bigger.e-query-builder .e-summary-text, +.e-bigger .e-query-builder .e-summary-text { + font-size: 16px; + line-height: 1.5em; + padding: 15px; +} + +.e-query-builder.e-device .e-summary-btndiv, +.e-bigger.e-query-builder .e-summary-btndiv, +.e-bigger .e-query-builder .e-summary-btndiv { + padding: 15px; + text-align: right; +} + +.e-device .e-rule-value { + width: 100%; +} + +.e-bigger .e-group-body .e-rule-container .e-rule-filter, +.e-bigger .e-group-body .e-rule-container .e-operator, +.e-bigger .e-group-body .e-rule-container .e-value { + padding: 15px 0 15px 15px; +} + +.e-query-builder { + background-color: #fff; + border-color: #eaeaea; +} + +.e-query-builder .e-group-header .e-btn-group { + border-color: #eaeaea; +} + +.e-query-builder .e-group-container { + border-color: #eaeaea; +} + +.e-query-builder .e-rule-container { + background-color: #f8f8f8; + border-color: #eaeaea; +} + +.e-query-builder .e-rule-container.e-joined-rule { + border-top-color: #eaeaea; +} + +.e-query-builder .e-rule-list .e-group-container { + background-color: #fff; +} + +.e-query-builder .e-rule-list > ::after, +.e-query-builder .e-rule-list > ::before { + border-color: #eaeaea; +} + +.e-query-builder .e-btn-group input:checked + label.e-btn, +.e-query-builder .e-btn-group .e-btn.e-qb-toggle.e-active-toggle { + background: #0078d6; + border-color: #0078d6; + color: #fff; +} + +.e-query-builder .e-removerule.e-btn.e-round { + background-color: #f8f8f8; +} + +.e-query-builder .e-summary-content textarea { + background-color: #fff; + color: #333; +} + +.e-query-builder .e-collapse-rule { + background-color: #fff; + border-color: #dadada; + color: #333; +} + +.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover { + background-color: #eaeaea; +} + +.e-tooltip-wrap.e-querybuilder-error, +.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error { + background-color: #fcdbe4; + border-color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom { + border-top-color: #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-tip-content, +.e-tooltip-wrap.e-querybuilder-error .e-tip-content label { + color: #f44336; +} + +/*! recurrence editor theme wise definitions*/ +/*! Recurrence-Editor component layout */ +.e-recurrenceeditor .e-editor { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + margin-left: auto; + margin-right: auto; + max-width: 1240px; +} + +.e-recurrenceeditor .e-recurrence-table { + table-layout: fixed; + width: 100%; +} + +.e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child { + width: 27%; +} + +.e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 24%; +} + +.e-recurrenceeditor .e-recurrence-table .e-repeat-content { + display: inline-block; + font-weight: normal; + padding: 18px 0 0 8px; +} + +.e-recurrenceeditor .e-recurrence-table .e-input-wrapper { + float: none; + width: 100%; +} + +.e-recurrenceeditor .e-recurrence-table .e-week-position { + position: relative; + right: 16px; +} + +.e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 10px; +} + +.e-recurrenceeditor .e-icons { + height: 0; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 8px 10px 0; +} + +.e-recurrenceeditor .e-form-left { + padding: 0 8px 16px 0; +} + +.e-recurrenceeditor .e-form-right, +.e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px 8px; +} + +.e-recurrenceeditor .e-input-wrapper { + float: left; + width: 50%; +} + +.e-recurrenceeditor .e-input-wrapper div { + margin-bottom: 2.5%; +} + +.e-recurrenceeditor .e-input-wrapper.e-end-on-date, +.e-recurrenceeditor .e-input-wrapper.e-end-on-count { + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-end-on > div, +.e-recurrenceeditor.e-rtl .e-month-expander > div > div { + float: right; +} + +.e-recurrenceeditor.e-rtl .e-form-left, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left { + padding: 0 0 10px 8px; +} + +.e-recurrenceeditor.e-rtl .e-form-right, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right { + padding: 0 8px 10px 0; +} + +.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; +} + +.e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 16px; + right: 0; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label { + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-end-on-label { + margin-bottom: 5px; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-left: 8px; + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 8px; +} + +.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 0; +} + +.e-recurrenceeditor .e-days .e-week-expander-label { + font-size: 13px; + font-weight: 400; + margin-bottom: 8px; +} + +.e-recurrenceeditor .e-days button { + border-radius: 50%; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + height: 35px; + margin: 0 8px 10px; + width: 35px; +} + +.e-recurrenceeditor .e-hide-recurrence-element { + display: none; +} + +.e-recurrenceeditor .e-half-space { + width: 20%; +} + +.e-recurrenceeditor .e-year-expander { + margin-bottom: 11px; +} + +.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper { + margin-bottom: 11px; +} + +.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper { + margin-top: -3px; +} + +.e-recurrenceeditor .e-input-wrapper-side { + float: left; + padding: 16px 20px 0; + width: 50%; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label { + float: none; + font-size: 13px; + font-weight: 400; + margin-bottom: 7px; + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper { + margin: 0; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label { + font-size: 13px; + font-weight: 400; + margin-bottom: 7px; + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left { + padding-bottom: 6px; +} + +.e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left { + padding-bottom: 12px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-form-right { + margin-bottom: 11px; +} + +.e-bigger .e-recurrenceeditor { + padding: 0; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 12px 11px 0; +} + +.e-bigger .e-recurrenceeditor .e-form-left { + padding: 0 12px 14px 0; +} + +.e-bigger .e-recurrenceeditor .e-form-right, +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px 12px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position { + right: 24px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left { + padding-bottom: 6px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 70px; +} + +.e-bigger .e-recurrenceeditor .e-week-position { + padding-left: 55px; + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label { + font-size: 13px; + margin-bottom: 0; +} + +.e-bigger .e-recurrenceeditor .e-end-on-label { + margin-bottom: 0; +} + +.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label { + font-size: 13px; + margin-bottom: 8px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left { + padding-bottom: 12px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label { + font-size: 13px; + margin-bottom: 1px; +} + +.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper, +.e-bigger .e-recurrenceeditor .e-year-expander, +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + margin-bottom: 11px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 0; +} + +.e-bigger .e-recurrenceeditor .e-days button { + height: 40px; + width: 40px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-form-left, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left { + padding: 0 0 10px 12px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-form-right, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right { + padding: 0 12px 10px 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; + padding-right: 64px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label { + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label { + margin-bottom: 5px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position { + right: 33px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 46px; +} + +.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child { + width: 25%; +} + +.e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 20%; +} + +.e-device .e-recurrenceeditor .e-week-expander-label { + margin-bottom: 6px; +} + +.e-device .e-recurrenceeditor .e-month-expander-label { + font-size: 12px; + margin-bottom: 5px; +} + +.e-device .e-recurrenceeditor .e-footer-content { + padding: 12px; +} + +.e-device .e-recurrenceeditor .e-form-left, +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 0 10px; +} + +.e-device .e-recurrenceeditor .e-form-right, +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px; +} + +.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date, +.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count { + padding-left: 10px; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 10px; +} + +.e-device .e-recurrenceeditor.e-end-on { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-end-on .e-end-on-label { + float: none; + font-size: 12px; + font-weight: 400; + margin-bottom: 7px; +} + +.e-device .e-recurrenceeditor.e-end-on .e-end-on-left { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 10px; +} + +.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 16px; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 20px; +} + +.e-device .e-recurrenceeditor .e-week-position { + padding-left: 0; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-week-position { + padding-left: 0; +} + +.e-device.e-recurrence-dialog .e-dlg-header-content { + background: none; + box-shadow: none; + padding-bottom: 10px; +} + +.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label { + margin-bottom: 7px; +} + +.e-device.e-recurrence-dialog .e-footer-content { + padding: 16px 8px; +} + +@media (max-width: 580px) { + .e-recurrenceeditor { + margin-left: auto; + margin-right: auto; + width: 100%; + } + .e-recurrenceeditor .e-editor { + -ms-flex-direction: column; + flex-direction: column; + } + .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left { + margin-top: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label { + margin-bottom: 7px; + } + .e-recurrenceeditor .e-editor > div { + margin-top: 20px; + } + .e-recurrenceeditor .e-editor > .e-input-wrapper { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper { + width: 50%; + } + .e-recurrenceeditor .e-editor .e-form-left, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left { + padding: 0 0 10px; + } + .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date, + .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count { + padding-left: 10px; + padding-right: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 10px; + } + .e-recurrenceeditor .e-editor .e-form-right, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right { + padding-left: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week { + width: 100%; + } + .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 0; + } + .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, + .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 10px; + } +} + +/*! Recurrence-Editor component theme */ +.e-ribbon .e-drop-icon::before { + content: '\e36a'; +} + +.e-ribbon { + border: 1px solid #eaeaea; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-left-width: 0; + border-right-width: 0; +} + +.e-ribbon .e-tab .e-tab-header { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 33px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-hscroll { + display: inline-block !important; + width: calc(100% - 28px); +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) { + margin-right: 0; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap { + padding: 0 0 0 8px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-text-wrap { + vertical-align: top; +} + +.e-ribbon .e-tab .e-tab-header .e-indicator { + z-index: 1; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + text-transform: none; +} + +.e-ribbon .e-tab.e-sheet-tab .e-tab-header .e-tab-text { + white-space: pre; +} + +.e-ribbon .e-drop-icon { + cursor: pointer; + float: right; + font-family: 'e-icons'; + margin: 12.5px 4px; + text-align: center; + transform: rotate(180deg); + transition: transform 300ms ease; + width: 18px; + font-size: 10px; +} + +.e-ribbon.e-collapsed .e-content, +.e-ribbon.e-collapsed .e-indicator, +.e-ribbon.e-collapsed .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + display: none; +} + +.e-ribbon.e-collapsed .e-drop-icon { + transform: rotate(0deg); +} + +.e-ribbon .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + min-height: 24px; +} + +.e-ribbon .e-tab-header .e-menu-wrapper.e-file-menu ul.e-menu { + font-size: 14px; +} + +.e-ribbon .e-content .e-toolbar.e-overlay .e-toolbar-items .e-toolbar-item.e-overlay { + opacity: 1; +} + +.e-ribbon .e-menu-wrapper { + border-width: 0; +} + +.e-ribbon .e-menu-wrapper ul.e-menu { + padding: 0; +} + +.e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + height: 35px; + line-height: 35px; +} + +.e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon .e-caret { + line-height: 35px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu { + padding: 0; + font-size: 15px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon { + height: 41px; + line-height: 41px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret { + line-height: 41px; +} + +.e-bigger .e-ribbon .e-drop-icon, +.e-bigger.e-ribbon .e-drop-icon { + font-size: 12px; + margin: 14.5px 5px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header, +.e-bigger.e-ribbon .e-tab .e-tab-header { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 39px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 41px; + min-height: 41px; +} + +.e-ribbon { + background-color: #fff; +} + +.e-ribbon .e-tab .e-tab-header { + background-color: inherit; +} + +.e-ribbon .e-tab .e-tab-header .e-drop-icon { + color: #666; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-ribbon .e-menu-wrapper { + background-color: transparent; +} + +/*! recurrence editor theme wise definitions*/ +/*! Schedule component's fabric theme definitions and variables */ +.e-schedule .e-schedule-toolbar .e-icon-prev::before { + content: '\e98f'; +} + +.e-schedule .e-schedule-toolbar .e-icon-next::before { + content: '\e219'; +} + +.e-schedule .e-schedule-toolbar .e-icon-add::before { + content: '\e20f'; +} + +.e-schedule .e-schedule-toolbar .e-icon-today::before { + content: '\e321'; +} + +.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before { + content: '\e966'; +} + +.e-schedule .e-schedule-toolbar .e-icon-day::before { + content: '\e317'; +} + +.e-schedule .e-schedule-toolbar .e-icon-week::before { + content: '\e31f'; +} + +.e-schedule .e-schedule-toolbar .e-icon-workweek::before { + content: '\e323'; +} + +.e-schedule .e-schedule-toolbar .e-icon-month::before { + content: '\e93a'; +} + +.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before { + content: '\e31e'; +} + +.e-schedule .e-schedule-toolbar .e-icon-agenda::before { + content: '\e316'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before { + content: '\ea86'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before { + content: '\ea89'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before { + content: '\ea8c'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before { + content: '\ea90'; +} + +.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before { + content: '\e976'; +} + +.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before { + content: '\e976'; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before { + content: '\e219'; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before { + content: '\e98f'; +} + +.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before { + content: '\e94c'; +} + +.e-schedule .e-schedule-resource-toolbar .e-icon-next::before { + content: '\e219'; +} + +.e-schedule .e-close-icon::before { + content: '\e953'; +} + +.e-schedule .e-block-indicator::before { + content: '\e22a'; +} + +.e-schedule .e-appointment .e-recurrence-icon::before { + content: '\e309'; +} + +.e-schedule .e-appointment .e-recurrence-edit-icon::before { + content: '\e30b'; +} + +.e-schedule .e-appointment .e-up-icon::before { + content: '\e307'; +} + +.e-schedule .e-appointment .e-down-icon::before { + content: '\e305'; +} + +.e-schedule .e-appointment .e-left-icon::before { + content: '\e303'; +} + +.e-schedule .e-appointment .e-right-icon::before { + content: '\e301'; +} + +.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before { + content: '\e966'; +} + +.e-schedule.e-rtl .e-appointment .e-left-icon::before { + content: '\e301'; +} + +.e-schedule.e-rtl .e-appointment .e-right-icon::before { + content: '\e303'; +} + +.e-schedule .e-resource-tree-icon::before { + content: '\e22e'; +} + +.e-schedule-dialog.e-device .e-back-icon::before { + content: '\e962'; +} + +.e-schedule-dialog.e-device .e-save-icon::before { + content: '\e954'; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before { + content: '\e97c'; +} + +.e-schedule-dialog.e-device.e-rtl .e-back-icon::before { + content: '\e301'; +} + +.e-quick-popup-wrapper .e-edit-icon::before { + content: '\e97c'; +} + +.e-quick-popup-wrapper .e-delete-icon::before { + content: '\e965'; +} + +.e-quick-popup-wrapper .e-close-icon::before { + content: '\e953'; +} + +.e-quick-popup-wrapper .e-time-icon::before { + content: '\e97f'; +} + +.e-quick-popup-wrapper .e-location-icon::before { + content: '\e30f'; +} + +.e-quick-popup-wrapper .e-time-zone-icon::before { + content: '\e311'; +} + +.e-quick-popup-wrapper .e-description-icon::before { + content: '\e310'; +} + +.e-quick-popup-wrapper .e-resource-icon::before { + content: '\e425'; +} + +.e-quick-popup-wrapper .e-date-time-icon::before { + content: '\e422'; +} + +.e-more-popup-wrapper.e-device .e-close-icon::before { + content: '\e953'; +} + +/*! schedule component layout */ +.e-schedule { + display: block; + outline: medium none; + overflow: hidden; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-schedule .e-schedule-toolbar { + background: #fff; + border: 0; + border-bottom: 1px solid #dadada; + box-shadow: none; + margin-bottom: 0; + min-height: 43px; +} + +.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text, +.e-schedule .e-schedule-toolbar .e-active-view .e-icons { + color: #0078d6; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-pop { + background: #fff; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn { + background: #fff; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus { + background-color: #f4f4f4; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn:active { + background: #b7e0ff; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + cursor: pointer; + font-size: 14px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items { + background: #fff; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos { + height: 43px; + min-height: 43px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div { + height: inherit; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow { + font-size: 12px; + padding-top: 4px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover { + background: #f4f4f4; + border-radius: 0%; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus { + background: #f4f4f4; + border-radius: 0%; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text { + display: none; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden { + display: none; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next { + font-size: 14px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-right: 1px solid #a6a6a6; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text { + font-size: 16px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text { + cursor: pointer; + font-size: 14px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav { + background: #fff; + border-left: 0; + border-right: 1px solid #fff; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover { + background-color: #f4f4f4; + color: #333; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav { + background: #fff; + border-left: 1px solid #fff; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav::after { + content: ''; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:active { + color: #333; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:active::after { + content: ''; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:hover { + background: #f4f4f4; + color: #333; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:focus { + background: #f4f4f4; + color: #333; +} + +.e-schedule.e-device .e-schedule-toolbar { + height: 56px; + min-height: 56px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus { + height: calc(100% - 20px); +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos { + height: 56px; + min-height: 56px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div { + height: inherit; +} + +.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + font-size: 15px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text { + font-size: 20px; +} + +.e-schedule .e-schedule-resource-toolbar { + background: #fff; + border-bottom: 1px solid #dadada; + box-shadow: none; + display: -ms-flexbox; + display: flex; + margin-bottom: 0; + min-height: 43px; + padding: 10px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu { + color: #333; + font-size: 14px; + padding: 7px; + padding-left: 4px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable { + display: none; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name { + font-size: 14px; + padding: 5px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child) { + opacity: .6; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next { + color: #333; + font-size: 10px; + line-height: 18px; + opacity: .4; + padding: 5px; +} + +.e-schedule .e-schedule-resource-toolbar.e-popup-close { + display: none; +} + +.e-schedule .e-schedule-resource-toolbar.e-popup-open { + display: block; +} + +.e-schedule .e-text-ellipsis { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-text-center { + text-align: center; +} + +.e-schedule .e-table-container { + display: -ms-inline-flexbox; + display: inline-flex; + position: relative; + vertical-align: top; +} + +.e-schedule .e-table-container.e-translate { + transition: transform .3s ease 0s; +} + +.e-schedule .e-resource-tree-popup { + background: #fff; + box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4); + height: 100%; + position: absolute; + width: 250px; +} + +.e-schedule .e-resource-tree-popup .e-resource-tree { + height: 100%; + overflow-y: auto; +} + +.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content { + padding: 0 0 0 12px; +} + +.e-schedule .e-resource-tree-popup-overlay.e-enable { + background-color: #383838; + height: 100%; + left: 0; + opacity: .5; + position: absolute; + top: 0; + width: 100%; +} + +.e-schedule .e-new-event { + background-color: #0078d6; + border: 1px solid #fff; + border-radius: 5px; + height: 100%; + opacity: .9; + position: relative; + width: 100%; + z-index: 1; +} + +.e-schedule .e-new-event .e-title { + color: #fff; + font-size: 12px; + line-height: 1.2; + margin: 0; + overflow-wrap: break-word; + padding: 3px; + position: absolute; + text-align: left; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-month-view .e-new-event { + height: calc(100% - 25px); +} + +.e-schedule .e-schedule-table { + border: 0 none; + border-collapse: separate; + border-spacing: 0; + margin: 0; + table-layout: fixed; + width: 100%; +} + +.e-schedule .e-schedule-table > tbody > tr > th, +.e-schedule .e-schedule-table > tbody > tr > td { + box-sizing: border-box; + font-weight: normal; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-schedule .e-outer-table > tbody > tr > td { + padding: 0; + vertical-align: top; +} + +.e-schedule .e-content-wrap { + position: relative; +} + +.e-schedule .e-content-wrap .e-day-wrapper { + width: 100%; +} + +.e-schedule .e-content-wrap, +.e-schedule .e-scroll-container { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.e-schedule .e-hide-childs > * { + display: none; +} + +.e-schedule .e-recurrence-icon, +.e-schedule .e-recurrence-edit-icon { + font-size: 9px; +} + +.e-schedule .e-left-icon, +.e-schedule .e-right-icon { + font-size: 8px; +} + +.e-schedule .e-m-date { + cursor: pointer; + font-size: 20px; +} + +.e-schedule .e-m-date:hover { + text-decoration: underline; +} + +.e-schedule .e-m-day { + font-size: 12px; +} + +.e-schedule.e-device .e-m-date:hover { + text-decoration: none; +} + +.e-schedule .e-block-appointment { + background: rgba(0, 0, 0, 0.08); + border-radius: 2px; + color: #a6a6a6; + cursor: default; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-block-appointment .e-subject { + overflow: hidden; + overflow-wrap: break-word; + padding: 4px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-block-indicator { + color: #a6a6a6; + float: right; + padding: 0 6px; + z-index: 1; +} + +.e-schedule.e-rtl .e-block-indicator { + float: left; +} + +.e-schedule .e-month-view .e-block-indicator { + margin-top: -20px; +} + +.e-schedule .e-timeline-view .e-block-indicator, +.e-schedule .e-timeline-month-view .e-block-indicator { + position: absolute; + top: 3px; +} + +.e-schedule .e-appointment { + opacity: 1; + transition: opacity 100ms linear; +} + +.e-schedule .e-appointment.e-event-action { + opacity: .4; +} + +.e-schedule .e-read-only { + opacity: .8; +} + +.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone), +.e-schedule.e-event-action .e-block-appointment { + pointer-events: none; +} + +.e-schedule.e-event-action .e-drag-clone, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone { + cursor: move; +} + +.e-schedule.e-event-action .e-drag-clone .e-top-handler, +.e-schedule.e-event-action .e-drag-clone .e-bottom-handler, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler { + pointer-events: none; +} + +.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone { + cursor: ns-resize; +} + +.e-schedule.e-event-action .e-timeline-view .e-resize-clone, +.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone, +.e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone { + cursor: ew-resize; +} + +.e-schedule.e-device .e-appointment { + overflow: hidden; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize { + height: 10px; + left: 50%; + position: absolute; + transform: translateX(-50%); + width: 100%; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize { + border-radius: 50%; + height: 100%; + position: absolute; + top: 50%; + transform: translateY(-50%); + width: 10px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize { + margin-top: -8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize { + margin-top: 8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize { + margin-left: -8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize { + margin-left: 8px; +} + +.e-schedule .e-event-resize { + position: absolute; +} + +.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler { + height: 100%; + width: 10px; +} + +.e-schedule .e-event-resize.e-left-handler { + cursor: ew-resize; + float: left; + left: 0; +} + +.e-schedule .e-event-resize.e-right-handler { + cursor: e-resize; + float: right; + right: 0; +} + +.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler { + height: 10px; + width: 100%; +} + +.e-schedule .e-event-resize.e-top-handler { + cursor: ns-resize; + top: 0; +} + +.e-schedule .e-event-resize.e-bottom-handler { + bottom: 0; + cursor: ns-resize; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-content-table, +.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap { + height: 100%; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment { + background: #0078d6; + border: 1px solid #a3d7ff; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 54px; + margin-bottom: 2px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + padding: 2px 4px 0 2px; + text-align: left; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + overflow-wrap: break-word; + padding-top: 1px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon { + line-height: 54px; + padding: 0 5px; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon { + line-height: 54px; + padding: 0 2px; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper { + position: absolute; + width: 0; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells { + height: auto; + vertical-align: top; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator { + color: #767676; + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-left-indent { + width: 85px; +} + +.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells { + position: relative; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table col, +.e-schedule .e-vertical-view .e-content-wrap table col { + width: 36px; +} + +.e-schedule .e-vertical-view .e-resource-cells { + color: #333; + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-vertical-view .e-header-cells { + font-size: 12px; + height: 60px; + padding: 5px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-day { + display: table; + font-size: 13px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-date { + cursor: pointer; + display: table; + font-size: 18px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day { + cursor: default; + opacity: .35; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date { + cursor: default; + opacity: .35; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover { + text-decoration: none; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper { + display: block; + height: 100%; + pointer-events: none; + position: relative; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator { + bottom: 0; + color: #767676; + cursor: pointer; + overflow: hidden; + overflow-wrap: normal; + padding: 2px 4px; + pointer-events: visible; + position: absolute; + text-overflow: ellipsis; + width: 100%; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper.e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section { + bottom: 4px; + color: #333; + cursor: pointer; + display: block; + font-size: 11px; + height: 25px; + left: 0; + line-height: 25px; + margin: 0 auto; + position: absolute; + right: 0; + transform: rotate(0deg); + transition: transform 300ms ease-in-out; + width: 25px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand { + transform: rotate(0deg); +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse { + transform: rotate(180deg); +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus { + background: #f4f4f4; + border-radius: 100%; +} + +.e-schedule .e-vertical-view .e-appointment-hide { + opacity: 0; +} + +.e-schedule .e-vertical-view .e-all-day-cells { + height: 0; + padding: 0; + text-align: center; + vertical-align: top; +} + +.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate { + transition: 250ms ease-out; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td, +.e-schedule .e-vertical-view .e-work-cells { + font-size: 13px; + height: 36px; + text-align: center; +} + +.e-schedule .e-vertical-view .e-work-cells { + width: 36px; +} + +.e-schedule .e-vertical-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-vertical-view .e-current-time { + font-size: 12px; +} + +.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-schedule .e-vertical-view .e-current-time, +.e-schedule .e-vertical-view .e-previous-timeline, +.e-schedule .e-vertical-view .e-current-timeline { + left: 0; + position: absolute; + right: 0; + text-align: center; + top: 0; + width: 100%; +} + +.e-schedule .e-vertical-view .e-previous-timeline, +.e-schedule .e-vertical-view .e-current-timeline { + z-index: 1; +} + +.e-schedule .e-vertical-view .e-date-header-wrap, +.e-schedule .e-vertical-view .e-time-cells-wrap { + overflow: hidden; +} + +.e-schedule .e-vertical-view .e-content-wrap, +.e-schedule .e-vertical-view .e-time-cells-wrap { + position: relative; +} + +.e-schedule .e-vertical-view .e-timeline-wrapper, +.e-schedule .e-vertical-view .e-day-wrapper, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper { + height: 0; + margin: 0; + padding: 0; + position: relative; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) { + cursor: default; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment { + background: #0078d6; + border: 1px solid #a3d7ff; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 18px; + overflow: hidden; + padding: 1px 0 1px 4px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time { + display: block; + font-size: 11px; + padding: 1px 4px 2px 0; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-right-icon { + line-height: 20px; + padding: 0 2px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) { + cursor: default; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment { + background: #0078d6; + border: 1px solid #a3d7ff; + border-radius: 2px; + color: #fff; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details { + -ms-flex: auto; + flex: auto; + padding: 0 4px; + text-align: left; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + overflow-wrap: break-word; + padding-top: 4px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time { + display: block; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon { + bottom: 5px; + display: block; + float: right; + height: auto; + left: auto; + position: absolute; + right: 5px; + width: auto; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator { + display: block; + margin: 0 45%; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon { + font-size: 8px; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon { + margin-top: 3px; + top: 0; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon { + bottom: 6px; + position: absolute; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view.e-day-view .e-header-date { + cursor: default; +} + +.e-schedule .e-vertical-view.e-day-view .e-header-date:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day { + font-size: 14px; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date { + font-size: 20px; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-vertical-view .e-left-indent { + width: 35px; +} + +.e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-schedule.e-device .e-vertical-view .e-current-time { + font-size: 9px; +} + +.e-schedule.e-device .e-vertical-view .e-time-cells-wrap { + float: left; + width: 35px; +} + +.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td { + font-size: 11px; +} + +.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-weight: 500; + min-height: auto; +} + +.e-schedule.e-rtl { + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details { + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details { + padding: 1px 4px 1px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details { + line-height: 15px; + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-weight: 500; + margin-left: 15px; + margin-right: auto; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon, +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon { + float: left; + left: 5px; + right: auto; +} + +.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap { + float: right; +} + +@media screen and (max-width: 480px) { + .e-schedule .e-vertical-view .e-left-indent { + width: 35px; + } +} + +.e-schedule .e-month-view .e-left-indent, +.e-schedule .e-month-agenda-view .e-left-indent { + border-right: 1px solid #d0d0d0; + width: 36px; +} + +.e-schedule .e-month-view .e-week-number-wrapper, +.e-schedule .e-month-agenda-view .e-week-number-wrapper { + overflow: hidden; + position: relative; +} + +.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table, +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table { + height: 100%; +} + +.e-schedule .e-month-view .e-week-number-wrapper .e-week-number, +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number { + color: #767676; + padding-top: 4px; + text-align: center; + vertical-align: top; + width: 36px; +} + +.e-schedule .e-month-view .e-content-wrap table tr:last-child td { + border-bottom-width: 0; +} + +.e-schedule .e-month-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-month-view .e-week-number { + border-bottom: 1px solid #d0d0d0; + border-right: 1px solid #d0d0d0; + height: 70px; +} + +.e-schedule .e-month-view .e-content-wrap { + display: -ms-flexbox; + display: flex; + font-size: 13px; +} + +.e-schedule .e-month-view .e-date-header-wrap table col { + width: 36px; +} + +.e-schedule .e-month-view .e-resource-cells { + color: #333; + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-month-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 3px; +} + +.e-schedule .e-month-view .e-content-table { + height: 100%; +} + +.e-schedule .e-month-view .e-work-cells { + height: 70px; + vertical-align: top; + width: 36px; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header { + visibility: hidden; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header { + cursor: default; + opacity: .35; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover { + text-decoration: none; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-view .e-date-header { + cursor: pointer; + display: table; + height: 20px; + line-height: 20px; + margin: 3px 3px 2px; + text-align: center; +} + +.e-schedule .e-month-view .e-date-header:hover { + text-decoration: underline; +} + +.e-schedule .e-month-view .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-month-view .e-appointment { + background: #0078d6; + border: 1px solid #a3d7ff; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-month-view .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 18px; + overflow: hidden; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 1px 2px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time { + font-size: 11px; + padding: 1.5px; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon { + line-height: 22px; + padding: 0 2px; +} + +.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-month-view .e-appointment .e-subject { + padding: 2px; + width: 100%; +} + +.e-schedule .e-month-view .e-more-indicator { + color: #767676; + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-month-view .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule.e-rtl .e-month-view .e-left-indent { + border-left: 1px solid #d0d0d0; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-view .e-week-number { + border-left: 1px solid #d0d0d0; + border-right-width: 0; +} + +.e-schedule .e-year-view .e-calendar-wrapper { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar { + border: 0; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title { + cursor: default; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day { + display: block; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month { + color: #767676; + pointer-events: visible; + -ms-touch-action: auto; + touch-action: auto; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today { + opacity: .5; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment { + background-color: #0078d6; + border-radius: 50%; + height: 5px; + margin-left: 13px; + margin-top: -6px; + position: absolute; + width: 5px; +} + +.e-schedule .e-year-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-year-view .e-date-header-wrap table col { + width: 36px; +} + +.e-schedule .e-year-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #dadada; + border-style: solid; + border-width: 0 0 1px; + color: #767676; + text-align: left; +} + +.e-schedule .e-year-view .e-date-header-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-year-view .e-resource-cells { + color: #333; + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-year-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) { + border-left: 1px solid #d0d0d0; +} + +.e-schedule .e-year-view .e-resource .e-month-calendar { + max-width: 100%; + min-width: 100%; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap, +.e-schedule .e-timeline-year-view .e-month-header-wrapper { + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #dadada; + border-style: solid; + border-width: 0 1px 1px 0; + color: #767676; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day { + color: #0078d6; +} + +.e-schedule .e-timeline-year-view .e-work-cells { + background-color: #f8f8f8; + border-color: #d0d0d0; + border-style: solid; + border-width: 0 1px 1px 0; + color: #333; +} + +.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) { + background: #eaeaea; + color: #333; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-work-days { + background-color: #fff; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-other-month { + color: #767676; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header { + background-color: #0078d6; + border-radius: 50%; + color: #fff; + margin: 2px; + width: 20px; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell { + background-color: #b7e0ff; + color: #333; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator { + color: #333; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover { + background-color: #b7e0ff; +} + +.e-schedule .e-timeline-year-view .e-content-table { + height: 100%; +} + +.e-schedule .e-timeline-year-view .e-left-indent { + border-color: #d0d0d0; + border-style: solid; + border-width: 0 1px 1px 0; + vertical-align: middle; +} + +.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent { + width: 100px; +} + +.e-schedule .e-timeline-year-view.e-vertical .e-left-indent { + width: 50px; +} + +.e-schedule .e-timeline-year-view .e-month-header { + border-bottom: 1px solid #d0d0d0; + border-right: 1px solid #d0d0d0; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-month-header.e-current-day { + color: #0078d6; +} + +.e-schedule .e-timeline-year-view .e-left-indent, +.e-schedule .e-timeline-year-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 3px; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-month-header, +.e-schedule .e-timeline-year-view .e-work-cells { + height: 70px; +} + +.e-schedule .e-timeline-year-view .e-header-cells, +.e-schedule .e-timeline-year-view .e-work-cells { + width: 60px; +} + +.e-schedule .e-timeline-year-view .e-work-cells { + vertical-align: top; +} + +.e-schedule .e-timeline-year-view .e-work-cells .e-date-header { + cursor: pointer; + display: table; + height: 20px; + line-height: 20px; + margin: 3px 3px 2px; + text-align: center; + width: 10px; +} + +.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover { + text-decoration: underline; +} + +.e-schedule .e-timeline-year-view .e-event-table { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment { + background: #0078d6; + border: 1px solid #a3d7ff; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 20px; + overflow: hidden; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 1px 2px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding: 1.5px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon { + line-height: 38px; + padding: 0 5px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator { + display: block; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon { + font-size: 10px; + line-height: 38px; + padding-right: 7px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon { + padding-right: 5px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator { + color: #767676; + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule.e-device .e-year-view .e-month-calendar { + max-width: 100%; + min-width: 100%; +} + +.e-schedule .e-timeline-view .e-content-wrap, +.e-schedule .e-timeline-view .e-content-table, +.e-schedule .e-timeline-month-view .e-content-wrap, +.e-schedule .e-timeline-month-view .e-content-table { + height: 100%; +} + +.e-schedule .e-timeline-view .e-date-header-wrap, +.e-schedule .e-timeline-month-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-view .e-event-table, +.e-schedule .e-timeline-month-view .e-event-table { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table col, +.e-schedule .e-timeline-view .e-content-wrap table col, +.e-schedule .e-timeline-month-view .e-date-header-wrap table col, +.e-schedule .e-timeline-month-view .e-content-wrap table col { + width: 50px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td { + height: 36px; + overflow: hidden; + padding: 5px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots { + overflow: inherit; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td > span { + position: relative; +} + +.e-schedule .e-timeline-view .e-navigate:hover, +.e-schedule .e-timeline-month-view .e-navigate:hover { + cursor: pointer; + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-navigate:focus, +.e-schedule .e-timeline-month-view .e-navigate:focus { + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-work-cells, +.e-schedule .e-timeline-month-view .e-work-cells { + height: 60px; +} + +.e-schedule .e-timeline-view .e-work-cells.e-disable-dates, +.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover, +.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-timeline-view .e-resource-text, +.e-schedule .e-timeline-month-view .e-resource-text { + color: #333; + font-size: 13px; + overflow: hidden; + padding: 0 15px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-resource-left-td, +.e-schedule .e-timeline-month-view .e-resource-left-td { + background-color: #fff; + border-color: #dadada; + border-style: solid; + border-width: 0 1px 1px 0; + color: #767676; + vertical-align: middle; + width: 200px; +} + +.e-schedule .e-timeline-view .e-resource-cells, +.e-schedule .e-timeline-month-view .e-resource-cells { + background-color: #f8f8f8; + border-color: #d0d0d0; + border-style: solid; + border-width: 0 1px 1px 0; + color: #333; + height: 60px; + padding-left: 15px; + padding-right: 0; + vertical-align: middle; +} + +.e-schedule .e-timeline-view .e-resource-column-wrap, +.e-schedule .e-timeline-month-view .e-resource-column-wrap { + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-view .e-resource-column-table, +.e-schedule .e-timeline-month-view .e-resource-column-table { + height: 100%; +} + +.e-schedule .e-timeline-view .e-auto-height, +.e-schedule .e-timeline-month-view .e-auto-height { + height: auto; +} + +.e-schedule .e-timeline-view .e-resource-tree-icon, +.e-schedule .e-timeline-month-view .e-resource-tree-icon { + color: #333; + cursor: pointer; + float: left; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-schedule .e-timeline-view .e-resource-collapse, +.e-schedule .e-timeline-month-view .e-resource-collapse { + transform: rotate(90deg); +} + +.e-schedule .e-timeline-view .e-child-node, +.e-schedule .e-timeline-month-view .e-child-node { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-appointment-wrapper, +.e-schedule .e-timeline-month-view .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-timeline-view .e-appointment, +.e-schedule .e-timeline-month-view .e-appointment { + background: #0078d6; + border: 1px solid #a3d7ff; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 38px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-timeline-view .e-appointment .e-appointment-details, +.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + overflow: hidden; + padding: 0 4px; +} + +.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap, +.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-schedule .e-timeline-view .e-appointment .e-subject, +.e-schedule .e-timeline-month-view .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + padding-top: 4px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-appointment .e-time, +.e-schedule .e-timeline-view .e-appointment .e-location, +.e-schedule .e-timeline-month-view .e-appointment .e-time, +.e-schedule .e-timeline-month-view .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-appointment .e-time, +.e-schedule .e-timeline-month-view .e-appointment .e-time { + display: block; +} + +.e-schedule .e-timeline-view .e-appointment .e-disable, +.e-schedule .e-timeline-month-view .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon { + line-height: 38px; + padding: 0 5px; +} + +.e-schedule .e-timeline-view .e-appointment .e-indicator, +.e-schedule .e-timeline-month-view .e-appointment .e-indicator { + display: block; +} + +.e-schedule .e-timeline-view .e-appointment .e-left-icon, +.e-schedule .e-timeline-view .e-appointment .e-right-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-left-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-right-icon { + font-size: 10px; + line-height: 38px; + padding-right: 7px; +} + +.e-schedule .e-timeline-view .e-appointment .e-right-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-right-icon { + padding-right: 5px; +} + +.e-schedule .e-timeline-view .e-appointment.e-appointment-border, .e-schedule .e-timeline-view .e-appointment:focus, +.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border, +.e-schedule .e-timeline-month-view .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-timeline-view .e-more-indicator, +.e-schedule .e-timeline-month-view .e-more-indicator { + color: #767676; + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-more-indicator:focus, +.e-schedule .e-timeline-month-view .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-navigate { + font-size: 13px; +} + +.e-schedule .e-timeline-view .e-clone-time-indicator, +.e-schedule .e-timeline-view .e-current-time { + bottom: 0; + position: absolute; +} + +.e-schedule .e-timeline-view .e-current-timeline { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-month-view .e-date-header-wrap table col, +.e-schedule .e-timeline-month-view .e-content-wrap table col { + width: 70px; +} + +.e-schedule .e-virtual-scroll .e-content-table { + position: absolute; + transform: translateY(0); +} + +.e-schedule .e-virtual-scroll .e-content-wrap.e-transition { + transition: all 1000ms linear; +} + +.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon, +.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon { + padding: 0 0 0 5px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-left-td, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td { + border-width: 0 0 1px 1px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-cells, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells { + border-width: 0 0 1px 1px; + padding-right: 15px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon { + float: right; +} + +.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap { + text-align: right; +} + +.e-schedule.e-device .e-month-view .e-date-header-wrap, +.e-schedule.e-device .e-timeline-view .e-date-header-wrap, +.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap { + font-size: 13px; +} + +.e-schedule.e-device .e-month-view .e-date-header-wrap td, +.e-schedule.e-device .e-timeline-view .e-date-header-wrap td, +.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td { + border-left-width: 0; + border-right-width: 0; +} + +.e-schedule.e-device .e-month-view .e-content-wrap, +.e-schedule.e-device .e-timeline-view .e-content-wrap, +.e-schedule.e-device .e-timeline-month-view .e-content-wrap { + font-size: 14px; +} + +.e-schedule.e-device .e-month-view .e-date-header:hover, +.e-schedule.e-device .e-timeline-view .e-date-header:hover, +.e-schedule.e-device .e-timeline-month-view .e-date-header:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-month-view .e-more-indicator, +.e-schedule.e-device .e-timeline-view .e-more-indicator, +.e-schedule.e-device .e-timeline-month-view .e-more-indicator { + font-size: 12px; +} + +.e-schedule.e-device .e-month-view .e-navigate:hover, +.e-schedule.e-device .e-timeline-view .e-navigate:hover, +.e-schedule.e-device .e-timeline-month-view .e-navigate:hover { + text-decoration: none; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu { + margin-top: 6px; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable { + display: none; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next { + margin-top: 4px; +} + +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number { + border-right: 1px solid #d0d0d0; + padding-top: 8px; +} + +.e-schedule .e-month-agenda-view .e-wrapper-container { + position: relative; +} + +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table, +.e-schedule .e-month-agenda-view .e-content-table { + border-bottom: 1px solid #d0d0d0; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); +} + +.e-schedule .e-month-agenda-view .e-resource-column { + border-bottom: 1px solid #d0d0d0; + border-right: 1px solid #d0d0d0; + vertical-align: top; + width: 75px; +} + +.e-schedule .e-month-agenda-view .e-resource-name { + color: #333; + font-size: 13px; + line-height: 26px; + overflow: hidden; + padding: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-day-padding { + padding-left: 8px; +} + +.e-schedule .e-month-agenda-view .e-day-border { + border-bottom: 1px solid #d0d0d0; +} + +.e-schedule .e-month-agenda-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-month-agenda-view .e-content-wrap { + font-size: 13px; +} + +.e-schedule .e-month-agenda-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 5px; + text-align: center; +} + +.e-schedule .e-month-agenda-view .e-work-cells { + height: 40px; + position: relative; + vertical-align: top; +} + +.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-agenda-view .e-date-header { + height: 24px; + line-height: 24.5px; + margin: 4px auto 0; + text-align: center; + width: 24px; +} + +.e-schedule .e-month-agenda-view .e-appointment-container { + min-height: 40px; +} + +.e-schedule .e-month-agenda-view .e-appointment-wrap { + background-color: #fff; + overflow: auto; + padding: 0 8px; +} + +.e-schedule .e-month-agenda-view .e-appointment { + border-left: 3px solid #0078d6; + border-right: 0; + cursor: default; + padding: 0 8px; +} + +.e-schedule .e-month-agenda-view .e-appointment:hover { + background: #eaeaea; +} + +.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus { + background: #b7e0ff; +} + +.e-schedule .e-month-agenda-view .e-subject-wrap { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-month-agenda-view .e-subject { + color: #333; + font-size: 14px; + line-height: 26px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-recurrence-icon, +.e-schedule .e-month-agenda-view .e-recurrence-edit-icon { + color: #767676; + line-height: 26px; + padding: 0 10px; +} + +.e-schedule .e-month-agenda-view .e-date-time { + color: #767676; + font-size: 12px; + line-height: 26px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-location { + color: #767676; + font-size: 12px; + line-height: 26px; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-no-event { + color: #767676; + cursor: default; + font-size: 14px; + height: 100%; + padding: 8px 4px; +} + +.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view { + padding: 10px 0; +} + +.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view { + margin: 0; + padding: 0; +} + +.e-schedule .e-month-agenda-view .e-appointment-indicator { + background: #0078d6; + border-radius: 50%; + height: 6px; + left: 0; + margin: 1px auto; + width: 6px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-left-indent { + border-left: 1px solid #d0d0d0; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-week-number { + border-left: 1px solid #d0d0d0; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-appointment { + border-left: 0; + border-right: 3px solid #0078d6; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-resource-column { + border-bottom: 1px solid #d0d0d0; + border-left: 1px solid #d0d0d0; + border-right: 0; + vertical-align: top; + width: 75px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-day-padding { + padding-right: 8px; +} + +.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap { + font-size: 13px; +} + +.e-schedule.e-device .e-month-agenda-view .e-content-wrap { + font-size: 14px; +} + +.e-schedule .e-agenda-view { + background-color: #fff; +} + +.e-schedule .e-agenda-view .e-content-wrap table td:first-child, +.e-schedule .e-agenda-view .e-date-column { + vertical-align: top; + width: 75px; +} + +.e-schedule .e-agenda-view .e-resource-column { + border-bottom: 1px solid #d0d0d0; + border-right: 1px solid #d0d0d0; + color: #767676; + vertical-align: top; + width: 75px; +} + +.e-schedule .e-agenda-view .e-month-header { + background: #0078d6; + height: 100px; + padding-top: 12px; + vertical-align: top; +} + +.e-schedule .e-agenda-view .e-month-header .e-date-header { + color: #fff; + font-size: 18px; +} + +.e-schedule .e-agenda-view .e-day-date-header { + color: #767676; + cursor: default; + padding: 10px 32px 0 16px; +} + +.e-schedule .e-agenda-view .e-day-date-header .e-m-date { + font-size: 18px; +} + +.e-schedule .e-agenda-view .e-day-date-header .e-m-day { + font-size: 13px; +} + +.e-schedule .e-agenda-view .e-day-date-header.e-current-day { + color: #0078d6; +} + +.e-schedule .e-agenda-view .e-day-border { + border-bottom: 1px solid #d0d0d0; +} + +.e-schedule .e-agenda-view .e-date-border { + border-bottom: 1px solid #d0d0d0; + border-right: 1px solid #d0d0d0; +} + +.e-schedule .e-agenda-view .e-day-padding { + padding-left: 8px; +} + +.e-schedule .e-agenda-view .e-date-header { + font-size: 20px; +} + +.e-schedule .e-agenda-view .e-day-header { + font-size: 12px; +} + +.e-schedule .e-agenda-view .e-subject-wrap { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject { + color: #333; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time { + color: #333; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name { + color: #333; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon, +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon { + color: #333; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location { + color: #333; +} + +.e-schedule .e-agenda-view .e-subject { + color: #333; + font-size: 14px; + line-height: 23px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-resource-name { + color: #333; + font-size: 13px; + line-height: 26px; + overflow: hidden; + padding: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-recurrence-icon, +.e-schedule .e-agenda-view .e-recurrence-edit-icon { + color: #333; + line-height: 21px; + padding: 0 10px; +} + +.e-schedule .e-agenda-view .e-date-time { + color: #767676; + font-size: 12px; + line-height: 21px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-location { + color: #767676; + font-size: 12px; + line-height: 23px; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-agenda-item { + padding: 10px 0; +} + +.e-schedule .e-agenda-view .e-agenda-parent { + margin: 0; + padding: 0; +} + +.e-schedule .e-agenda-view .e-appointment { + border-left: 3px solid #0078d6; + border-right: 0; + cursor: default; + padding: 0 8px; +} + +.e-schedule .e-agenda-view .e-appointment:hover { + background: #eaeaea; +} + +.e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus { + background: #b7e0ff; +} + +.e-schedule .e-agenda-view .e-appointment.e-template { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-schedule .e-agenda-view .e-no-event { + color: #767676; + cursor: default; + font-size: 14px; + line-height: 52px; + padding: 0 11px; +} + +.e-schedule .e-agenda-view .e-empty-event { + color: #767676; + cursor: default; + font-size: 14px; + line-height: 52px; + padding: 0 11px; +} + +.e-schedule.e-device .e-agenda-view .e-m-date, +.e-schedule.e-device .e-month-agenda-view .e-m-date { + font-size: 20px; +} + +.e-schedule.e-device .e-agenda-view .e-resource-name, +.e-schedule.e-device .e-agenda-view .e-m-day, +.e-schedule.e-device .e-month-agenda-view .e-resource-name, +.e-schedule.e-device .e-month-agenda-view .e-m-day { + color: #333; + font-size: 14px; +} + +.e-schedule.e-rtl .e-agenda-view .e-appointment { + border-left: 0; + border-right: 3px solid #0078d6; +} + +.e-schedule.e-rtl .e-agenda-view .e-resource-column { + border-bottom: 1px solid #d0d0d0; + border-left: 1px solid #d0d0d0; + border-right: 0; + vertical-align: top; + width: 75px; +} + +.e-schedule.e-rtl .e-agenda-view .e-day-padding { + padding-right: 8px; +} + +.e-schedule.e-rtl .e-agenda-view .e-date-border { + border-bottom: 1px solid #d0d0d0; + border-left: 1px solid #d0d0d0; + border-right: 0; +} + +.e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show { + display: none; +} + +.e-bigger .e-schedule .e-schedule-toolbar, +.e-bigger.e-schedule .e-schedule-toolbar { + height: 56px; + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + font-size: 15px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text { + font-size: 18px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow, +.e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow { + font-size: 12px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav, +.e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav { + min-height: 56px; + min-width: 32px; + z-index: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text { + line-height: inherit; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items { + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item { + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 34px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + height: calc(100% - 15px); + margin: 7.5px 3px; + min-height: 27px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons { + min-width: 24px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: auto; + line-height: 25px; + margin: 4px 0; + min-height: 0; + min-width: 34px; + padding: 0 1.5px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons { + padding: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right { + padding: 3px 12px 0 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon { + height: 25px; +} + +.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day, +.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day, +.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date, +.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date { + font-size: 20px; +} + +.e-bigger .e-schedule .e-vertical-view .e-resource-cells, +.e-bigger.e-schedule .e-vertical-view .e-resource-cells { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td, +.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator, +.e-bigger .e-schedule .e-vertical-view .e-current-time, +.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-bigger.e-schedule .e-vertical-view .e-current-time { + font-size: 13px; +} + +.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td, +.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td { + font-size: 11px; +} + +.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time, +.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time { + font-size: 9px; +} + +.e-bigger .e-schedule .e-month-view .e-header-cells, +.e-bigger.e-schedule .e-month-view .e-header-cells { + height: 35px; +} + +.e-bigger .e-schedule .e-month-view .e-resource-cells, +.e-bigger .e-schedule .e-month-view .e-date-header-wrap, +.e-bigger.e-schedule .e-month-view .e-resource-cells, +.e-bigger.e-schedule .e-month-view .e-date-header-wrap { + font-size: 14px; +} + +.e-bigger .e-schedule .e-month-view .e-content-wrap, +.e-bigger.e-schedule .e-month-view .e-content-wrap { + font-size: 14px; +} + +.e-bigger .e-schedule .e-month-view .e-m-date, +.e-bigger.e-schedule .e-month-view .e-m-date { + font-size: 20px; +} + +.e-bigger .e-schedule .e-month-view .e-resource-name, +.e-bigger .e-schedule .e-month-view .e-m-day, +.e-bigger.e-schedule .e-month-view .e-resource-name, +.e-bigger.e-schedule .e-month-view .e-m-day { + font-size: 14px; +} + +/*! schedule event tooltip */ +.e-schedule-event-tooltip .e-subject { + font-size: 12px; +} + +.e-bigger .e-schedule-event-tooltip .e-subject, +.e-schedule-event-tooltip.e-bigger .e-subject { + font-size: 14px; + font-weight: 500; +} + +.e-dialog.e-quick-dialog.e-following-events-dialog { + width: 420px; +} + +.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content { + padding: 2%; +} + +@media screen and (max-width: 767px) { + .e-dialog.e-quick-dialog.e-following-events-dialog { + width: 289px; + } + .e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content { + padding: 5%; + } + .e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button { + margin-bottom: 5%; + } +} + +.e-dialog.e-quick-dialog { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 320px; +} + +.e-dialog.e-quick-dialog .e-disable { + display: none; +} + +.e-dialog.e-quick-dialog .e-quick-dialog-cancel { + box-shadow: none; +} + +.e-dialog.e-quick-dialog.e-rtl { + text-align: right; +} + +.e-bigger .e-dialog.e-quick-dialog { + min-width: 370px; +} + +/*! schedule event window */ +.e-schedule-dialog .e-disable { + display: none; +} + +.e-schedule-dialog .e-icon-disable { + opacity: .5; +} + +.e-schedule-dialog .e-dlg-header-content { + padding-bottom: 8px; +} + +.e-schedule-dialog .e-dlg-content { + padding-bottom: 12px; + position: relative; +} + +.e-schedule-dialog .e-event-delete { + float: left; +} + +.e-schedule-dialog .e-subject-container, +.e-schedule-dialog .e-start-container, +.e-schedule-dialog .e-start-time-zone-container, +.e-schedule-dialog .e-description-label { + padding-right: 8px; +} + +.e-schedule-dialog .e-location-container, +.e-schedule-dialog .e-end-container, +.e-schedule-dialog .e-end-time-zone-container { + padding-left: 8px; +} + +.e-schedule-dialog .e-all-day-container { + padding-right: 16px; +} + +.e-schedule-dialog .e-time-zone-row { + display: -ms-flexbox; + display: flex; + height: 0; + margin-bottom: 0; + overflow: hidden; + padding-bottom: 0; + transition: .3s ease-in-out; + width: 100%; +} + +.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container, +.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container { + display: none; + transform: translateY(-100%); +} + +.e-schedule-dialog .e-time-zone-row.e-enable { + height: 60px; + margin-bottom: 12px; +} + +.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container, +.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container { + display: block; + transform: translateY(0); +} + +.e-schedule-dialog .e-title-location-row, +.e-schedule-dialog .e-start-end-row, +.e-schedule-dialog .e-start-input-container, +.e-schedule-dialog .e-end-input-container { + display: -ms-flexbox; + display: flex; + padding-bottom: 12px; + width: 100%; +} + +.e-schedule-dialog .e-resources { + padding-bottom: 12px; + width: 100%; +} + +.e-schedule-dialog .e-all-day-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 14px; + padding-top: 8px; + width: 100%; +} + +.e-schedule-dialog .e-subject-container, +.e-schedule-dialog .e-location-container, +.e-schedule-dialog .e-start-container, +.e-schedule-dialog .e-end-container, +.e-schedule-dialog .e-start-time-zone-container, +.e-schedule-dialog .e-end-time-zone-container { + width: 50%; +} + +.e-schedule-dialog .e-description, +.e-schedule-dialog .e-float-input .e-description { + height: 50px; + resize: vertical; +} + +.e-schedule-dialog .e-repeat-container, +.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-schedule-dialog .e-footer-content { + margin-top: 4px; +} + +.e-schedule-dialog.e-rtl { + text-align: right; +} + +.e-schedule-dialog.e-rtl .e-all-day-container { + margin-left: 16px; + margin-right: 0; +} + +.e-schedule-dialog.e-rtl .e-subject-container, +.e-schedule-dialog.e-rtl .e-start-container, +.e-schedule-dialog.e-rtl .e-start-time-zone-container, +.e-schedule-dialog.e-rtl .e-description-label { + padding-left: 8px; + padding-right: 0; +} + +.e-schedule-dialog.e-rtl .e-location-container, +.e-schedule-dialog.e-rtl .e-end-container, +.e-schedule-dialog.e-rtl .e-end-time-zone-container { + padding-left: 0; + padding-right: 8px; +} + +.e-schedule-dialog.e-rtl .e-event-delete { + float: right; +} + +.e-ddl.e-popup .e-resource-template { + display: -ms-flexbox; + display: flex; + padding: 0 10px; + text-indent: 10px; +} + +.e-ddl.e-popup .e-resource-template .e-resource-color { + height: 14px; + margin-top: 12px; + width: 14px; +} + +.e-bigger .e-ddl.e-popup .e-resource-template { + padding: 0 15px; +} + +.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color { + height: 16px; + margin-top: 14px; + width: 16px; +} + +.e-bigger .e-schedule-dialog .e-disable { + display: none; +} + +.e-bigger .e-schedule-dialog .e-dlg-header-content { + padding-bottom: 8px; +} + +.e-bigger .e-schedule-dialog .e-dlg-content { + padding-bottom: 12px; + position: relative; +} + +.e-bigger .e-schedule-dialog .e-event-cancel, +.e-bigger .e-schedule-dialog .e-event-delete { + border: none; + box-shadow: none; +} + +.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete { + float: left; + margin-left: 0; +} + +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-description-label { + padding-right: 12px; +} + +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container { + padding-left: 12px; +} + +.e-bigger .e-schedule-dialog .e-all-day-container { + padding-right: 16px; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row { + display: none; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable { + display: -ms-flexbox; + display: flex; + height: 70px; +} + +.e-bigger .e-schedule-dialog .e-title-location-row, +.e-bigger .e-schedule-dialog .e-start-end-row, +.e-bigger .e-schedule-dialog .e-start-input-container, +.e-bigger .e-schedule-dialog .e-end-input-container, +.e-bigger .e-schedule-dialog .e-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 12px; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-resources { + padding-bottom: 12px; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-all-day-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 20px; + padding-top: 0; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container { + width: 50%; +} + +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-description-row, +.e-bigger .e-schedule-dialog .e-repeat-container { + padding-top: 0; +} + +.e-bigger .e-schedule-dialog .e-all-day-time-zone-row { + padding-bottom: 16px; + padding-top: 10px; +} + +.e-bigger .e-schedule-dialog .e-description, +.e-bigger .e-schedule-dialog .e-float-input .e-description { + height: 50px; + resize: vertical; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row, +.e-bigger .e-schedule-dialog .e-repeat-container, +.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-bigger .e-schedule-dialog .e-footer-content { + padding-right: 26px; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container { + margin-left: 20px; + margin-right: 0; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-subject-container, +.e-bigger .e-schedule-dialog.e-rtl .e-start-container, +.e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container, +.e-bigger .e-schedule-dialog.e-rtl .e-description-label { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-location-container, +.e-bigger .e-schedule-dialog.e-rtl .e-end-container, +.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-event-delete { + float: right; +} + +.e-schedule-dialog.e-device .e-dlg-header, +.e-schedule-dialog.e-device .e-dlg-header * { + width: 100%; +} + +.e-schedule-dialog.e-device .e-dlg-header-content { + background: #f4f4f4; + box-shadow: none; + margin-bottom: 0; +} + +.e-schedule-dialog.e-device .e-title-location-row, +.e-schedule-dialog.e-device .e-start-end-row, +.e-schedule-dialog.e-device .e-time-zone-row, +.e-schedule-dialog.e-device .e-start-input-container, +.e-schedule-dialog.e-device .e-end-input-container { + display: inline; +} + +.e-schedule-dialog.e-device .e-time-zone-row.e-enable { + display: inline; +} + +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-location-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-end-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-end-time-zone-container { + padding-left: 0; + width: 100%; +} + +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-description-label { + padding-right: 0; +} + +.e-schedule-dialog.e-device .e-location-container, +.e-schedule-dialog.e-device .e-end-container, +.e-schedule-dialog.e-device .e-end-time-zone-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-description-row, +.e-schedule-dialog.e-device .e-repeat-container { + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-all-day-time-zone-row { + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-resources { + padding-bottom: 0; + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-description, +.e-schedule-dialog.e-device .e-float-input .e-description { + height: 60px; + resize: vertical; +} + +.e-schedule-dialog.e-device .e-all-day-time-zone-row { + margin-top: 0; + padding-bottom: 0; +} + +.e-schedule-dialog.e-device .e-repeat-parent-row { + padding-top: 8px; +} + +.e-schedule-dialog.e-device .e-all-day-container { + margin-right: 20px; +} + +.e-schedule-dialog.e-device .e-title-header { + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-schedule-dialog.e-device .e-save-icon, +.e-schedule-dialog.e-device .e-back-icon, +.e-schedule-dialog.e-device .e-forward-icon { + cursor: pointer; + line-height: normal; +} + +.e-schedule-dialog.e-device .e-save-icon { + text-align: right; +} + +.e-schedule-dialog.e-device .e-time-zone-row, +.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-schedule-dialog.e-device .e-repeat-container { + display: block; +} + +.e-schedule-dialog.e-device .e-icon-down-arrow { + font-size: 12px; +} + +.e-schedule-dialog.e-device.e-rtl .e-save-icon { + text-align: left; +} + +.e-schedule-dialog.e-device.e-rtl .e-all-day-container { + margin-left: 20px; + margin-right: 0; +} + +.e-schedule-dialog.e-device.e-rtl .e-subject-container, +.e-schedule-dialog.e-device.e-rtl .e-start-container, +.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container, +.e-schedule-dialog.e-device.e-rtl .e-description-label { + padding-left: 0; +} + +.e-schedule-dialog.e-device.e-rtl .e-location-container, +.e-schedule-dialog.e-device.e-rtl .e-end-container, +.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container, +.e-schedule-dialog.e-device.e-rtl .e-all-day-container { + padding-right: 0; +} + +.e-schedule-dialog.e-device .e-recurrence-container { + position: relative; +} + +.e-schedule-dialog.e-device .e-recurrence-container.e-hide { + display: none; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button { + background: none; + border: 0; + box-shadow: none; + margin: -3px 5px; + position: absolute; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons { + font-size: 12px; + position: relative; + top: 1px; +} + +/*! schedule quick popup */ +.e-quick-popup-wrapper { + background-color: #fff; + border-radius: 2px; + box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); + color: #333; + max-width: 365px; + min-width: 320px; + opacity: 1; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; + border: 1px solid #e0e0e0; + box-shadow: none; +} + +.e-quick-popup-wrapper .e-hidden { + display: none; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper { + position: absolute; + right: 6px; + top: 4px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close { + color: #767676; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: #eaeaea; + color: #000; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon { + font-size: 11px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content { + padding: 38px 18px 12px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table { + width: 100%; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span { + margin-bottom: 4px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject { + font-size: 22px; + height: 40px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper { + padding: 5px 5px 2px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete { + display: none; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close { + position: relative; + right: 2px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close { + color: #767676; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: #eaeaea; + color: #000; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon { + font-size: 11px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover { + background: none; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-delete-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-delete-icon { + opacity: .5; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap { + padding: 0 18px 8px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject { + cursor: default; + font-size: 20px; + font-weight: 500; + line-height: 1.5; + max-height: 87px; + background-color: rgba(0, 120, 214, 0.3); + border-left: 6px solid #0078d6; + padding: 8px 0 8px 10px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-content { + padding: 0 18px 16px 26px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close { + background-color: transparent; + border: 0; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time, +.e-quick-popup-wrapper .e-cell-popup .e-location, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone, +.e-quick-popup-wrapper .e-cell-popup .e-description, +.e-quick-popup-wrapper .e-cell-popup .e-resource, +.e-quick-popup-wrapper .e-event-popup .e-date-time, +.e-quick-popup-wrapper .e-event-popup .e-location, +.e-quick-popup-wrapper .e-event-popup .e-time-zone, +.e-quick-popup-wrapper .e-event-popup .e-description, +.e-quick-popup-wrapper .e-event-popup .e-resource { + color: #333; + display: -ms-flexbox; + display: flex; + padding-top: 12px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon, +.e-quick-popup-wrapper .e-cell-popup .e-location-icon, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon, +.e-quick-popup-wrapper .e-cell-popup .e-description-icon, +.e-quick-popup-wrapper .e-cell-popup .e-resource-icon, +.e-quick-popup-wrapper .e-event-popup .e-date-time-icon, +.e-quick-popup-wrapper .e-event-popup .e-location-icon, +.e-quick-popup-wrapper .e-event-popup .e-time-zone-icon, +.e-quick-popup-wrapper .e-event-popup .e-description-icon, +.e-quick-popup-wrapper .e-event-popup .e-resource-icon { + color: #767676; + font-size: 18px; + padding-right: 13px; + padding-top: 4px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time-details, +.e-quick-popup-wrapper .e-cell-popup .e-location-details, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details, +.e-quick-popup-wrapper .e-cell-popup .e-description-details, +.e-quick-popup-wrapper .e-cell-popup .e-resource-details, +.e-quick-popup-wrapper .e-event-popup .e-date-time-details, +.e-quick-popup-wrapper .e-event-popup .e-location-details, +.e-quick-popup-wrapper .e-event-popup .e-time-zone-details, +.e-quick-popup-wrapper .e-event-popup .e-description-details, +.e-quick-popup-wrapper .e-event-popup .e-resource-details { + color: #333; + cursor: default; + font-size: 14px; +} + +.e-quick-popup-wrapper .e-popup-table td:last-child { + padding-top: 0; +} + +.e-quick-popup-wrapper .e-popup-footer { + display: block; + padding: 8px 18px 8px 22px; + text-align: right; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit { + margin-right: 8px; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit, +.e-quick-popup-wrapper .e-popup-footer .e-event-delete { + right: auto; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled, +.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled { + color: rgba(51, 51, 51, 0.26); +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-details { + border: none; + margin-right: 8px; + right: auto; + text-transform: capitalize; +} + +.e-quick-popup-wrapper.e-rtl { + text-align: right; +} + +.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper { + left: 6px; + right: auto; +} + +.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer { + padding: 8px 18px 8px 8px; + text-align: left; +} + +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details { + margin-right: 10px; +} + +.e-quick-popup-wrapper.e-device { + bottom: 0; + height: 100%; + left: 0; + margin: 0; + max-width: 100%; + overflow: hidden; + padding: 0; + position: fixed; + right: 0; + top: 0; + width: 100%; + z-index: 1004; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper { + background-color: #f4f4f4; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: none; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round { + height: 2.5em; + width: 2.5em; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete { + display: block; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close { + margin-left: 0; + margin-right: auto; + -ms-flex-order: -1; + order: -1; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap { + padding: 12px 24px; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content { + padding: 12px 24px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header { + display: -ms-flexbox; + display: flex; + padding: 15px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete { + background-color: transparent; + border: 0; + height: 40px; + width: 40px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:focus, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover { + background: none; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject { + font-size: 15px; + font-weight: 500; + height: 40px; + line-height: 2.25; + padding: 4px 5px; + width: calc(100% - 95px); +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon { + font-size: 14px; +} + +.e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close { + margin-left: auto; + margin-right: 0; +} + +.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject { + font-size: 24px; +} + +.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round, +.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round, +.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round { + height: 2em; + width: 2em; +} + +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon { + font-size: 14px; +} + +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon, +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon { + font-size: 14px; +} + +.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject { + padding: 0 5px 0 8px; +} + +.e-appointment.e-schedule-event-clone { + background: #0078d6; + border-radius: 2px; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); + color: #fff; + display: -ms-flexbox; + display: flex; + height: 38px; + width: 100px; + z-index: 9; +} + +.e-appointment.e-schedule-event-clone.e-drag-clone { + cursor: move; +} + +.e-appointment.e-schedule-event-clone .e-recurrence-icon, +.e-appointment.e-schedule-event-clone .e-recurrence-edit-icon, +.e-appointment.e-schedule-event-clone .e-indicator.e-left-icon, +.e-appointment.e-schedule-event-clone .e-indicator.e-right-icon, +.e-appointment.e-schedule-event-clone .e-event-resize.e-left-handler, +.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler { + display: none; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details { + -ms-flex: auto; + flex: auto; + overflow: hidden; + padding: 0 4px; + text-align: left; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + padding-top: 4px; + text-overflow: ellipsis; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-time { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-location { + display: none; +} + +.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject { + padding: 3px 2px; +} + +.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time { + display: none; +} + +.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject { + padding: 3px 0 1px 4px; +} + +.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time { + display: none; +} + +.e-bigger .e-schedule .e-month-view .e-current-date .e-date-header { + width: 26px; +} + +.e-more-popup-wrapper { + background-color: #fff; + border: 1px solid #e0e0e0; + border-radius: 2px; + box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4); + opacity: 1; + padding: 8px 0; + width: 225px; +} + +.e-more-popup-wrapper .e-more-appointment-wrapper { + margin: 0 4px; +} + +.e-more-popup-wrapper .e-more-event-popup { + height: 100%; + position: relative; + width: 100%; +} + +.e-more-popup-wrapper .e-more-event-header { + height: 35px; + margin: 0 8px 4px 14px; +} + +.e-more-popup-wrapper .e-more-event-content { + height: calc(100% - 35px); + max-height: 300px; + overflow-y: auto; + padding-left: 10px; + padding-right: 10px; +} + +.e-more-popup-wrapper .e-more-event-content .e-appointment-border { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-more-popup-wrapper .e-more-event-date-header { + height: 100%; + width: calc(100% - 25px); +} + +.e-more-popup-wrapper .e-more-event-date-header .e-current-date { + color: #0078d6; +} + +.e-more-popup-wrapper .e-header-day { + color: #333; + font-size: 13px; + line-height: 1; + padding-bottom: 2px; +} + +.e-more-popup-wrapper .e-header-date { + color: #333; + font-size: 18px; + line-height: 1; + max-width: 15%; +} + +.e-more-popup-wrapper .e-header-date:hover { + cursor: pointer; + text-decoration: underline; +} + +.e-more-popup-wrapper .e-header-date:focus { + text-decoration: underline; +} + +.e-more-popup-wrapper .e-more-event-close { + background-color: transparent; + border: 0; + box-shadow: none; + color: #767676; + cursor: pointer; + height: 25px; + position: absolute; + right: 6px; + width: 25px; +} + +.e-more-popup-wrapper .e-more-event-close .e-close-icon { + font-size: 9px; +} + +.e-more-popup-wrapper .e-more-event-close .e-btn-icon { + margin-top: 3px; +} + +.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover { + background-color: #eaeaea; + border-radius: 50%; + color: #000; +} + +.e-more-popup-wrapper .e-appointment { + background: #0078d6; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 22px; + line-height: 20px; + margin-bottom: 2px; + padding: 2px 0; + width: 100%; +} + +.e-more-popup-wrapper .e-appointment .e-subject { + color: #fff; + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 0 2px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-more-popup-wrapper .e-appointment .e-recurrence-icon, +.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon { + line-height: 22px; + padding: 0 2px; +} + +.e-more-popup-wrapper .e-appointment:focus { + border: 1px solid #000; +} + +.e-more-popup-wrapper.e-device { + bottom: 0; + height: 100%; + left: 0; + margin: 0; + max-width: 100%; + overflow: hidden; + right: 0; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-more-popup-wrapper.e-device .e-more-event-content { + max-height: unset; +} + +.e-more-popup-wrapper.e-rtl .e-more-event-close { + left: 6px; + right: auto; +} + +/*! schedule component theme */ +.e-schedule { + background-color: #fff; + border: 1px solid #d0d0d0; +} + +.e-schedule .e-date-header-wrap { + border-color: #dadada; + border-style: solid; + border-width: 0; + position: relative; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child, +.e-schedule .e-vertical-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover { + background: #eaeaea; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td { + background-color: #fff; + border-color: #dadada; + border-style: solid; + border-width: 0 1px 1px 0; + color: #767676; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells { + border-bottom-width: 0; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number { + color: #767676; + font-size: 13px; + padding-top: 10px; + text-align: center; + vertical-align: top; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells { + border-bottom-color: transparent; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td { + background-color: #fff; + border-color: #dadada; + border-style: solid; + border-width: 0 0 1px 1px; + color: #767676; + text-align: left; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells { + border-bottom-width: 0; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td { + background-color: #fff; + border-color: #d0d0d0; + border-style: solid; + border-width: 0 1px 1px 0; + color: #767676; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td { + border-bottom-color: transparent; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap .e-time-cells { + border-bottom-color: #d0d0d0; +} + +.e-schedule .e-vertical-view .e-header-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-header-cells.e-current-day { + color: #0078d6; +} + +.e-schedule .e-vertical-view .e-work-cells { + background-color: #f8f8f8; + border-color: #d0d0d0; + border-style: solid; + border-width: 0 0 1px 1px; +} + +.e-schedule .e-vertical-view .e-work-cells:hover { + background: #eaeaea; + color: #333; +} + +.e-schedule .e-vertical-view .e-alternate-cells { + border-bottom-style: dotted; +} + +.e-schedule .e-vertical-view .e-work-hours { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-all-day-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-current-day { + color: #0078d6; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell { + background-color: #b7e0ff; + color: #333; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover { + background-color: #b7e0ff; +} + +.e-schedule .e-vertical-view .e-selected-cell { + background-color: #b7e0ff; + color: #333; +} + +.e-schedule .e-vertical-view .e-selected-cell:hover { + background-color: #b7e0ff; +} + +.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-schedule .e-vertical-view .e-current-time { + color: #0078d6; +} + +.e-schedule .e-vertical-view .e-current-timeline { + border-top: 1px solid #0078d6; +} + +.e-schedule .e-vertical-view .e-previous-timeline { + border-top: 1px dotted #0078d6; +} + +.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells { + border-bottom-width: 1px; +} + +.e-schedule .e-month-view .e-date-header-wrap table td:first-child, +.e-schedule .e-month-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-month-view .e-date-header-wrap table td, +.e-schedule .e-month-agenda-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #dadada; + border-style: solid; + border-width: 0 0 1px; + color: #767676; + text-align: left; +} + +.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day, +.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day { + color: #0078d6; +} + +.e-schedule .e-month-view .e-work-cells, +.e-schedule .e-month-agenda-view .e-work-cells { + background-color: #f8f8f8; + border-color: #d0d0d0; + border-style: solid; + border-width: 0 0 1px; + color: #333; +} + +.e-schedule .e-month-view .e-work-cells:hover, +.e-schedule .e-month-agenda-view .e-work-cells:hover { + background: #eaeaea; + color: #333; +} + +.e-schedule .e-month-view .e-work-days, +.e-schedule .e-month-agenda-view .e-work-days { + background-color: #fff; +} + +.e-schedule .e-month-view .e-other-month, +.e-schedule .e-month-agenda-view .e-other-month { + color: #767676; +} + +.e-schedule .e-month-view .e-current-date .e-date-header, +.e-schedule .e-month-agenda-view .e-current-date .e-date-header { + background-color: #0078d6; + border-radius: 50%; + color: #fff; + width: 20px; +} + +.e-schedule .e-month-view .e-selected-cell, +.e-schedule .e-month-agenda-view .e-selected-cell { + background-color: #b7e0ff; + color: #333; +} + +.e-schedule .e-month-view .e-selected-cell .e-more-indicator, +.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator { + color: #333; +} + +.e-schedule .e-month-view .e-selected-cell:hover, +.e-schedule .e-month-agenda-view .e-selected-cell:hover { + background-color: #b7e0ff; +} + +.e-schedule .e-month-agenda-view .e-date-header-wrap table td { + border-width: 0 0 1px 0; + text-align: center; +} + +.e-schedule .e-month-agenda-view .e-work-cells { + border-width: 0; +} + +.e-schedule .e-month-agenda-view .e-current-date .e-date-header { + width: 24px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child, +.e-schedule .e-timeline-view .e-content-wrap table td:first-child, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child, +.e-schedule .e-timeline-month-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-timeline-view .e-content-wrap table tr:last-child td, +.e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td { + border-bottom-width: 0; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td { + background-color: #fff; + border-color: #dadada; + border-style: solid; + border-width: 0 0 1px 1px; + color: #767676; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day { + color: #0078d6; +} + +.e-schedule .e-timeline-view .e-work-cells, +.e-schedule .e-timeline-month-view .e-work-cells { + background-color: #f8f8f8; + border-color: #d0d0d0; + border-style: solid; + border-width: 0 0 1px 1px; + color: #333; +} + +.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells), +.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) { + background: #eaeaea; + color: #333; +} + +.e-schedule .e-timeline-view .e-work-days, +.e-schedule .e-timeline-month-view .e-work-days { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-resource-group-cells, +.e-schedule .e-timeline-month-view .e-resource-group-cells { + background-color: #f8f8f8; +} + +.e-schedule .e-timeline-view .e-selected-cell, +.e-schedule .e-timeline-month-view .e-selected-cell { + background-color: #b7e0ff; + color: #333; +} + +.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells), +.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) { + background-color: #b7e0ff; +} + +.e-schedule .e-timeline-view .e-work-hours { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-resource-group-cells { + background-color: #f8f8f8; +} + +.e-schedule .e-timeline-view .e-selected-cell { + background-color: #b7e0ff; + color: #333; +} + +.e-schedule .e-timeline-view .e-selected-cell:hover { + background-color: #b7e0ff; +} + +.e-schedule .e-timeline-view .e-alternate-cells { + border-left-style: dotted; +} + +.e-schedule .e-timeline-view .e-header-row .e-time-cells { + border-left-width: 0; +} + +.e-schedule .e-timeline-view .e-clone-time-indicator, +.e-schedule .e-timeline-view .e-current-time { + color: #0078d6; + font-size: 12px; +} + +.e-schedule .e-timeline-view .e-current-timeline { + border-left: 1px solid #0078d6; +} + +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child, +.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td, +.e-schedule.e-rtl .e-vertical-view .e-work-cells { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells, +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells { + border-bottom-width: 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td, +.e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td { + border-width: 0 0 1px 1px; +} + +.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td { + border-width: 0 0 1px; +} + +.e-schedule.e-rtl .e-month-view .e-work-cells, +.e-schedule.e-rtl .e-month-agenda-view .e-work-cells { + border-width: 0 0 1px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-work-cells { + border-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child { + border-left-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-alternate-cells { + border-right-style: dotted; +} + +.e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells { + border-right-width: 0; +} + +.e-tooltip-wrap.e-schedule-error { + background-color: #fcdbe4; + border-color: #fcdbe4; + z-index: 1000; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top { + left: 44%; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content { + padding: 3px 6px; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content, +.e-tooltip-wrap.e-schedule-error .e-tip-content label { + color: #f44336; +} + +/*! Fabric theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +/*! Fabric specific themes definition's */ +/*! Vertical Tab */ +.e-spreadsheet .e-ribbon .e-bold-icon::before { + content: '\eb77'; +} + +.e-spreadsheet .e-ribbon .e-italic-icon::before { + content: '\eb99'; +} + +.e-spreadsheet .e-ribbon .e-underline-icon::before { + content: '\ebf0'; +} + +.e-spreadsheet .e-ribbon .e-line-through-icon::before { + content: '\ebf1'; +} + +.e-spreadsheet .e-ribbon .e-font-color::before { + content: '\e273'; +} + +.e-spreadsheet .e-ribbon .e-fill-color::before { + content: '\ebf2'; +} + +.e-spreadsheet .e-ribbon .e-hide-headers::before { + content: '\e718'; +} + +.e-spreadsheet .e-ribbon .e-hide-gridlines::before { + content: '\e719'; +} + +.e-spreadsheet .e-ribbon .e-insert-function::before { + content: '\e717'; +} + +.e-spreadsheet .e-ribbon .e-hyperlink-icon::before { + content: '\e290'; +} + +.e-spreadsheet .e-insert-function .e-btn-icon::before { + content: '\e717'; +} + +.e-spreadsheet .e-add-icon::before { + content: '\e823'; +} + +.e-spreadsheet .e-sheets-list .e-btn-icon::before { + content: '\e94c'; +} + +.e-spreadsheet .e-formula-bar-panel .e-drop-icon::before { + content: '\e36a'; +} + +.e-spreadsheet .e-file-menu-icon::before { + content: '\e976'; +} + +.e-spreadsheet .e-tick-icon::before { + content: '\e935'; +} + +.e-spreadsheet-contextmenu.e-contextmenu-wrapper .e-delete::before { + content: '\e602'; +} + +.e-dropdown-popup .e-selected-icon::before, +.e-numformat-ddb.e-dropdown-popup .e-active-item::before { + content: '\e935'; +} + +.e-align-ddb .e-left-icon::before { + content: '\ebeb'; +} + +.e-align-ddb .e-center-icon::before { + content: '\eb9e'; +} + +.e-align-ddb .e-right-icon::before { + content: '\eb82'; +} + +.e-align-ddb .e-bottom-icon::before { + content: '\ea91'; +} + +.e-align-ddb .e-middle-icon::before { + content: '\ea94'; +} + +.e-align-ddb .e-top-icon::before { + content: '\ea98'; +} + +.e-menu-wrapper.e-file-menu .e-new::before { + content: '\e712'; +} + +.e-menu-wrapper.e-file-menu .e-open::before { + content: '\ebdd'; +} + +.e-menu-wrapper.e-file-menu .e-save::before { + content: '\e700'; +} + +.e-menu-wrapper.e-file-menu .e-xls::before { + content: '\e728'; +} + +.e-menu-wrapper.e-file-menu .e-xlsx::before { + content: '\e726'; +} + +.e-menu-wrapper.e-file-menu .e-csv::before { + content: '\e727'; +} + +.e-spreadsheet .e-cut-icon::before, +.e-spreadsheet-contextmenu .e-cut-icon::before { + content: '\e604'; +} + +.e-spreadsheet .e-copy-icon::before, +.e-spreadsheet-contextmenu .e-copy-icon::before { + content: '\e60d'; +} + +.e-spreadsheet .e-paste-icon::before, +.e-spreadsheet-contextmenu .e-paste-icon::before { + content: '\e601'; +} + +.e-undo-icon::before { + content: '\ebed'; +} + +.e-redo-icon::before { + content: '\ebfa'; +} + +.e-sort-filter-ddb .e-sort-icon::before, +.e-spreadsheet-contextmenu .e-sort-icon::before { + content: '\e734'; +} + +.e-sort-filter-ddb .e-sort-asc::before, +.e-spreadsheet-contextmenu .e-sort-asc::before { + content: '\e734'; +} + +.e-sort-filter-ddb .e-sort-desc::before, +.e-spreadsheet-contextmenu .e-sort-desc::before { + content: '\e733'; +} + +.e-sort-filter-ddb .e-sort-custom::before, +.e-spreadsheet-contextmenu .e-sort-custom::before { + content: '\e732'; +} + +.e-spreadsheet-contextmenu .e-hyperlink-icon::before { + content: '\e290'; +} + +.e-spreadsheet-contextmenu .e-edithyperlink-icon::before { + content: '\e289'; +} + +.e-spreadsheet-contextmenu .e-openhyperlink-icon::before { + content: '\e278'; +} + +.e-spreadsheet-contextmenu .e-removehyperlink-icon::before { + content: '\e286'; +} + +.e-spreadsheet .e-sort-delete::before { + content: '\e602'; +} + +.e-spreadsheet .e-filter-icon::before, +.e-sort-filter-ddb .e-filter-icon::before, +.e-spreadsheet-contextmenu .e-filter-icon::before { + content: '\e73a'; +} + +.e-spreadsheet .e-filter-icon.e-filtered::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered::before { + content: '\e73f'; +} + +.e-spreadsheet .e-filter-icon.e-sortasc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-sortasc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-sortasc-filter::before { + content: '\e73d'; +} + +.e-spreadsheet .e-filter-icon.e-sortdesc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-sortdesc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-sortdesc-filter::before { + content: '\e73c'; +} + +.e-spreadsheet .e-filter-icon.e-filtered.e-sortasc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortasc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortasc-filter::before { + content: '\e73e'; +} + +.e-spreadsheet .e-filter-icon.e-filtered.e-sortdesc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortdesc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortdesc-filter::before { + content: '\e73b'; +} + +.e-spreadsheet .e-filter-apply::before, +.e-sort-filter-ddb .e-filter-apply::before, +.e-spreadsheet-contextmenu .e-filter-apply::before { + content: '\e250'; +} + +.e-spreadsheet .e-filter-clear::before, +.e-sort-filter-ddb .e-filter-clear::before, +.e-spreadsheet-contextmenu .e-filter-clear::before { + content: '\e247'; +} + +.e-spreadsheet .e-filter-reapply::before, +.e-sort-filter-ddb .e-filter-reapply::before, +.e-spreadsheet-contextmenu .e-filter-reapply::before { + content: '\e737'; +} + +.e-spreadsheet .e-sort-filter-icon::before, +.e-sort-filter-ddb .e-sort-filter-icon::before, +.e-spreadsheet-contextmenu .e-sort-filter-icon::before { + content: '\e736'; +} + +/*! spreadsheet layout */ +.e-spreadsheet { + display: block; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet .e-center-align { + text-align: center; +} + +.e-spreadsheet .e-formula-bar-panel { + -ms-flex-align: center; + align-items: center; + border: 1px solid #eaeaea; + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit { + border: 0; + border-radius: 0; + padding-bottom: 0; + padding-top: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon { + font-size: 16px; + margin-top: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function.e-btn:focus, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-btn:focus { + box-shadow: none; + outline: 0; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box { + -ms-flex-item-align: start; + align-self: flex-start; + border: 0; + margin-bottom: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box .e-clear-icon { + display: none; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl { + border: 0; + z-index: 1; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::after, .e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::before { + height: 0; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box { + width: 112px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input { + height: 23px; + min-height: 15px; + padding: 0 0 0 8px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon { + font-size: 10px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon { + border-left-width: 0; + min-height: 15px; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-style: solid; + border-left-width: 1px; + height: 12px; + width: 1px; +} + +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + border: 0; + font-size: 14px; + overflow: auto; + padding: 0 4px; + resize: none; +} + +.e-spreadsheet .e-formula-bar-panel .e-drop-icon { + -ms-flex-item-align: start; + align-self: flex-start; + cursor: pointer; + float: right; + line-height: 23px; + margin-right: 4px; + text-align: center; + transition: transform 300ms ease; + width: 18px; + font-size: 10px; +} + +.e-spreadsheet.e-hide-row-header .e-row-header, +.e-spreadsheet.e-hide-row-header .e-selectall-container { + display: none; +} + +.e-spreadsheet.e-hide-row-header .e-column-header, +.e-spreadsheet.e-hide-row-header .e-main-content { + width: 100% !important; +} + +.e-spreadsheet.e-hide-column-header .e-header-panel { + display: none; +} + +.e-spreadsheet.e-hide-column-header .e-main-panel { + height: 100%; +} + +.e-spreadsheet .e-sheet { + height: 100%; +} + +.e-spreadsheet .e-sheet .e-virtualable { + will-change: transform; + z-index: 1; +} + +.e-spreadsheet .e-ss-atc { + display: none; +} + +.e-spreadsheet .e-main-panel { + height: calc(100% - 30px); +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit { + border: 0; + cursor: text; + display: none; + font-family: 'Calibri'; + font-size: 11pt; + height: auto; + line-height: normal; + outline: none; + overflow-wrap: break-word; + padding: 0 1px; + position: absolute; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; + vertical-align: bottom; + white-space: pre-wrap; + z-index: 2; +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit.e-right-align { + text-align: right; +} + +.e-spreadsheet .e-main-panel .e-virtualable { + position: absolute; +} + +.e-spreadsheet .e-main-panel .e-virtualtrack { + position: relative; +} + +.e-spreadsheet .e-main-panel .e-row.e-hide { + height: 0 !important; +} + +.e-spreadsheet .e-table { + border: 0 none; + border-collapse: separate; + border-spacing: 0; + cursor: cell; + table-layout: fixed; +} + +.e-spreadsheet .e-table tr { + line-height: normal; +} + +.e-spreadsheet .e-table tr .e-cell, +.e-spreadsheet .e-table tr .e-header-cell, +.e-spreadsheet .e-table tr .e-select-all-cell { + border-style: solid; + border-width: 0 1px 1px 0; + line-height: inherit; + overflow: hidden; +} + +.e-spreadsheet .e-table tr .e-cell { + font-family: 'Calibri'; + font-size: 11pt; + padding: 0 2px; + position: relative; + text-align: left; + vertical-align: bottom; + white-space: pre; +} + +.e-spreadsheet .e-table tr .e-cell.e-right-align { + text-align: right; +} + +.e-spreadsheet .e-table tr .e-cell .e-hyperlink { + color: #00e; + cursor: pointer; + text-decoration: underline; +} + +.e-spreadsheet .e-table tr .e-header-cell { + font-size: 12px; + font-weight: 500; + letter-spacing: 0; + text-align: center; +} + +.e-spreadsheet .e-select-all-cell { + border-style: solid; + border-width: 0 1px 1px 0; + padding: 1px; +} + +.e-spreadsheet .e-select-all-cell .e-selectall { + border-style: solid; + border-width: 13px; + cursor: cell; + float: right; + height: 26px; + padding: 0; + width: 26px; +} + +.e-spreadsheet .e-row-header .e-table .e-header-cell { + padding-bottom: 2px; + vertical-align: bottom; +} + +.e-spreadsheet .e-column-header .e-table .e-header-cell { + padding: 1px 0 0 1px; + vertical-align: middle; +} + +.e-spreadsheet .e-row-header .e-table .e-zero .e-header-cell, +.e-spreadsheet .e-row-header .e-table .e-zero-start .e-header-cell, +.e-spreadsheet .e-row-header .e-table .e-zero-end .e-header-cell { + border-bottom-width: 0; + padding-bottom: 0; + padding-top: 0; + vertical-align: bottom; +} + +.e-spreadsheet .e-row-header .e-table .e-reach-fntsize .e-header-cell { + padding-bottom: 0; + padding-top: 0; + vertical-align: bottom; +} + +.e-spreadsheet .e-row-header .e-table .e-zero-last .e-header-cell { + border-bottom-width: 1px; +} + +.e-spreadsheet .e-main-content .e-table .e-zero .e-cell, +.e-spreadsheet .e-main-content .e-table .e-zero-start .e-cell, +.e-spreadsheet .e-main-content .e-table .e-zero-end .e-cell { + border-bottom-width: 0; +} + +.e-spreadsheet .e-column-header .e-table tr .e-header-cell.e-colresize { + cursor: col-resize; +} + +.e-spreadsheet .e-row-header .e-table tr .e-header-cell.e-rowresize { + cursor: row-resize; +} + +.e-spreadsheet .e-sheet { + border: 1px solid #eaeaea; +} + +.e-spreadsheet .e-sheet.e-hide-headers .e-main-panel { + height: 100%; +} + +.e-spreadsheet .e-sheet colgroup .e-hide { + width: 0 !important; +} + +.e-spreadsheet .e-header-panel, +.e-spreadsheet .e-main-panel { + display: -ms-flexbox; + display: flex; +} + +.e-spreadsheet .e-main-content { + overflow: scroll; + position: relative; +} + +.e-spreadsheet .e-row-header { + border-bottom: 1px solid; + overflow-y: hidden; + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before { + content: ''; + left: 0; + position: absolute; + width: 100%; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell { + border-bottom-color: transparent; + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after { + border-top: 1px solid #eaeaea; + bottom: .5px; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell { + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before { + border-bottom: 1px solid #eaeaea; + top: .5px; +} + +.e-spreadsheet .e-main-content .e-table, +.e-spreadsheet .e-column-header .e-table { + width: 100%; +} + +.e-spreadsheet .e-column-header { + border-style: solid; + border-width: 0; + overflow: hidden; +} + +.e-spreadsheet .e-header-panel .e-header-row, +.e-spreadsheet .e-header-panel .e-selectall-container, +.e-spreadsheet .e-header-panel .e-column-header { + height: 30px; +} + +.e-spreadsheet .e-header-panel .e-virtualtrack { + height: 1px; +} + +.e-spreadsheet .e-sheet-tab-panel { + -ms-flex-align: center; + align-items: center; + border: 1px solid #eaeaea; + border-top-width: 0; + display: -ms-flexbox; + display: flex; + padding: 0 8px; +} + +.e-spreadsheet .e-sheet-tab { + display: inline-block; + line-height: 0; +} + +.e-spreadsheet .e-sheet-tab > div { + display: inline-block; +} + +.e-spreadsheet .e-sheet-tab.e-tab { + border: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-hscroll .e-scroll-nav.e-scroll-left-nav { + left: auto; + right: 40px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 33px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator { + display: block; + transition: none; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item { + border-right: 1px solid #eaeaea; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item { + margin: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item input.e-input.e-sheet-rename { + background: transparent; + border: 0; + box-shadow: none; + min-width: 20px; + padding: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:nth-child(2) { + border-left: 1px solid #eaeaea; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + border-width: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator { + z-index: 1; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-content { + display: none; +} + +.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + text-transform: none; +} + +.e-spreadsheet .e-tab.e-sheet-tab .e-tab-header .e-tab-text { + white-space: pre; +} + +.e-spreadsheet .e-sheets-list { + margin-right: 8px; +} + +.e-spreadsheet .e-hide { + display: none; +} + +.e-spreadsheet .e-selection { + border-style: solid; + cursor: cell; + pointer-events: none; + position: absolute; + z-index: 1; + border-width: 1px; +} + +.e-spreadsheet .e-active-cell, +.e-spreadsheet .e-copy-indicator { + cursor: cell; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-active-cell { + border: 2px solid #0078d6; + pointer-events: none; +} + +.e-spreadsheet .e-active-cell[style*='height: 1px;'] { + border-width: 1px; +} + +.e-spreadsheet .e-copy-indicator div { + position: absolute; +} + +.e-spreadsheet .e-copy-indicator div.e-top, .e-spreadsheet .e-copy-indicator div.e-bottom { + height: 2px; + width: 100%; +} + +.e-spreadsheet .e-copy-indicator div.e-left, .e-spreadsheet .e-copy-indicator div.e-right { + height: 100%; + width: 2px; +} + +.e-spreadsheet .e-copy-indicator div.e-top { + top: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-bottom { + bottom: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-left { + left: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-right { + right: 0; +} + +.e-spreadsheet .e-clipboard { + height: 1px; + opacity: 0; + overflow: hidden; + position: absolute; + width: 1px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn .e-tbar-btn-text { + float: left; + overflow: hidden; + padding: 0; + text-align: left; + text-overflow: ellipsis; + white-space: nowrap; + width: 80px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: left; + justify-content: left; + width: 71px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb .e-caret { + -ms-flex: 1; + flex: 1; + text-align: right; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) { + font-weight: 400; + padding-bottom: 0; + padding-top: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-dropdown-btn { + text-overflow: initial; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) { + line-height: 38px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) { + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) .e-btn-icon { + min-width: 38px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) .e-btn-icon { + margin-top: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon { + line-height: 38px; + min-height: 38px; + vertical-align: bottom; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker { + line-height: 37px; + padding-bottom: 1px; + padding-left: 0; + padding-right: 0; + width: 37px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-font-color { + font-size: 13px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-fill-color { + font-size: 14px; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color { + background: none; + border-bottom-style: solid; + border-bottom-width: 3px; + border-radius: 0; + height: auto; + padding-bottom: 1px; + width: auto; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color .e-split-preview { + display: none; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-dropdown-btn { + margin-left: 0; + padding-left: 3px; + padding-right: 3px; +} + +.e-spreadsheet.e-mobile-view .e-header-toolbar { + border: 1px solid #eaeaea; + border-bottom-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-header-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:last-child { + min-width: auto; + padding: 0; +} + +.e-spreadsheet.e-mobile-view .e-add-sheet-tab, +.e-spreadsheet.e-mobile-view .e-sheets-list { + height: 48px; + width: 40px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel { + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit { + height: 39px; + line-height: 38px; + padding-left: 9px; + padding-right: 9px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon { + font-size: 18px; + line-height: 40px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar { + height: 39px; + line-height: 39px; + white-space: nowrap; + width: calc(100% - 36px); +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar:-ms-input-placeholder { + font-style: italic; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar::placeholder { + font-style: italic; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel.e-focused .e-formula-bar { + border-right: 1px solid #eaeaea; + width: calc(100% - 72px); +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu { + height: 100%; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul { + height: 100%; + padding: 0; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon { + height: 100%; + line-height: 1; + padding: 0 6px; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-menu-icon.e-file-menu-icon { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + line-height: 1; + margin: 0; + width: auto; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-caret { + display: none; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu.e-rtl { + direction: ltr; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel { + border-top-width: 0; + display: none; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-dropdown-btn.e-btn { + border-bottom-width: 0; + border-right-width: 0; + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-toolbar-items.e-hscroll.e-scroll-device { + padding: 0; + width: 100%; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-scroll-nav { + display: none; +} + +.e-spreadsheet.e-mobile-view .e-sheet-tab { + max-width: calc(100% - 104px); +} + +.e-spreadsheet.e-mobile-view.e-mobile-focused .e-toolbar-panel { + display: -ms-flexbox; + display: flex; +} + +.e-spreadsheet.e-mobile-view.e-mobile-focused .e-sheet-tab-panel { + display: none; +} + +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-active-cell, +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-focused-tick, +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-formula-bar-panel { + display: none; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-cell, +.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-header-cell { + border-width: 0 0 1px 1px; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell { + border-width: 0 0 1px 1px; +} + +.e-spreadsheet .e-sheet-panel { + position: relative; +} + +.e-spreadsheet .e-colresize-handler { + border-right: 1px solid; + cursor: col-resize; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-rowresize-handler { + border-top: 1px solid; + cursor: row-resize; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-rtl .e-spreadsheet-edit { + direction: ltr; + text-align: left; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection { + padding-top: 18px; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection .e-input-group { + min-width: 220px; +} + +.e-spreadsheet .e-customsort-dlg .e-footer-content .e-sort-addbtn { + float: left; + margin-left: 0; +} + +.e-spreadsheet .e-hyperlink-dlg, +.e-spreadsheet .e-edithyperlink-dlg { + max-height: 640px !important; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content { + padding: 24px 24px 16px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content .e-dlg-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content .e-dlg-header { + font-size: 18px; + line-height: 21px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header { + padding: 0 24px 0 25px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items { + height: 100%; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item { + text-align: center; + width: 136px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 13px; + line-height: 15px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content { + padding-top: 24px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont { + margin: 0 0 15.5px 24px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header { + font-size: 14px; + line-height: 16px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text { + margin-top: 8px; + font-size: 14px; + height: 32px; + line-height: 16px; + width: 275px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled { + border-bottom-width: 2px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont { + border: 1px solid #c8c8c8; + height: 165px; + margin: 8px 24px 0 0; + overflow: auto; + width: 273px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-footer-content, +.e-spreadsheet .e-edithyperlink-dlg .e-footer-content { + margin: 4px 0; +} + +.e-spreadsheet .e-filter-popup { + position: absolute; +} + +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul { + border: 0; + box-shadow: none; + display: block; + max-width: 300px; + padding-bottom: 4px; + position: static; +} + +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul li, +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul .e-caret { + height: 36px; + line-height: 36px; +} + +.e-spreadsheet .e-filter-popup .e-dlg-content { + padding-top: 0; +} + +.e-spreadsheet .e-filter-icon { + margin-bottom: 10px; +} + +.e-spreadsheet .e-filter-icon::before { + font-size: 20px; + margin-left: -3px; +} + +.e-spreadsheet .e-btn.e-icon-btn.e-filter-btn { + bottom: 0; + height: 18px; + margin-right: 1px; + padding: 0; + position: absolute; + right: 0; + width: 20px; + z-index: 2; +} + +.e-spreadsheet.e-col-resizing { + cursor: col-resize; +} + +.e-spreadsheet.e-row-resizing { + cursor: row-resize; +} + +.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text { + font-size: 13px; + max-width: 200px; + overflow: hidden; + text-align: right; + text-overflow: ellipsis; +} + +.e-dropdown-popup.e-font-size-ddb ul { + min-width: 60px; +} + +.e-dropdown-popup.e-align-ddb ul { + min-width: auto; + padding: 7px 6px; +} + +.e-dropdown-popup.e-align-ddb ul .e-item { + display: -ms-inline-flexbox; + display: inline-flex; + height: 26px; + line-height: 26px; + margin: 0 6px; + padding: 0 5px; +} + +.e-dropdown-popup.e-align-ddb ul .e-item .e-menu-icon { + line-height: 26px; + margin-right: 0; +} + +.e-dropdown-popup.e-colorpicker-popup .e-container .e-custom-palette .e-palette { + padding: 0; +} + +.e-dropdown-popup.e-colorpicker-popup .e-container .e-switch-ctrl-btn { + padding-top: 12px; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(1) { + font-family: "Arial"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(2) { + font-family: "Arial Black"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(3) { + font-family: "Axettac Demo"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(4) { + font-family: "Batang"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(5) { + font-family: "Book Antiqua"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(6) { + font-family: "Calibri"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) { + font-family: "Courier"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) { + font-family: "Courier New"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) { + font-family: "Din Condensed"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) { + font-family: "Georgia"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) { + font-family: "Helvetica"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) { + font-family: "Helvetica New"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) { + font-family: "Roboto"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) { + font-family: "Tahoma"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) { + font-family: "Times New Roman"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) { + font-family: "Verdana"; +} + +.e-dropdown-popup .e-aggregate-list { + margin-left: auto; +} + +.e-menu-wrapper.e-file-menu ul .e-menu-item div { + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension { + font-size: 13px; + margin-left: auto; + opacity: .7; + padding-left: 10px; +} + +.e-spreadsheet-function-dlg { + min-height: 510px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet-function-dlg .e-dlg-header-content { + padding: 18px; +} + +.e-spreadsheet-function-dlg .e-dlg-header-content .e-dlg-header { + font-size: 16px; + font-weight: 450; +} + +.e-spreadsheet-function-dlg .e-dlg-content { + overflow: hidden; + padding-left: 18px; + padding-right: 18px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-category-content { + font-size: 12px; + font-weight: 550; + margin-bottom: 5px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-formula-description { + margin-left: -4px; + margin-top: 5px; + padding: 4px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-description-content { + font-size: 14px; + font-weight: 550; + padding-top: 10px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-formula-list { + border: 1px solid #e0e0e0; + cursor: default; + margin-top: 6px; + overflow-y: auto; +} + +.e-name-box .e-dropdownbase .e-list-item { + line-height: 25px; + min-height: 25px; + text-indent: 10px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel { + border-bottom-width: 0; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function { + border-left: 1px solid #eaeaea; + height: 23px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon { + line-height: 24px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar { + height: 23px; + line-height: 23px; + width: calc(100% - 168px); +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + height: 71px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + line-height: 71px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-drop-icon { + transform: rotate(180deg); +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator { + height: 60px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab { + max-width: 60%; +} + +.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab .e-hscroll-bar { + margin-left: -40px; + margin-right: 40px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn { + height: 33px; + padding: 0; + width: 32px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn .e-btn-icon { + line-height: 33px; + margin-top: 0; +} + +.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list { + margin-left: auto; +} + +.e-spreadsheet:not(.e-mobile-view) .e-ribbon { + border-bottom-width: 0; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) { + line-height: 48px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker, +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker { + line-height: 46px; + padding-bottom: 2px; + width: 45px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) { + padding-left: 5px; + padding-right: 5px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon, +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon { + line-height: 48px; + min-height: 48px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb, +.e-bigger.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb { + width: 83px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color, +.e-bigger.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + height: auto; + width: auto; +} + +.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon, +.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon { + font-size: 10px; + margin: 0; +} + +.e-bigger .e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn, +.e-bigger.e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn { + padding-left: 8px; + padding-right: 8px; +} + +.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn, +.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn { + height: 39px; + width: 39px; +} + +.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon, +.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon { + line-height: 39px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 39px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 16px; +} + +.e-bigger .e-spreadsheet .e-drop-icon, +.e-bigger.e-spreadsheet .e-drop-icon { + font-size: 12px; + margin-right: 5px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function { + height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon { + font-size: 18px; + line-height: 30px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input { + height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon { + line-height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator { + height: 15px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar { + font-size: 15px; + height: 29px; + line-height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + height: 89px; + line-height: 89px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator { + height: 78px; +} + +.e-bigger .e-spreadsheet .e-customsort-dlg, +.e-bigger.e-spreadsheet .e-customsort-dlg { + width: 590px !important; +} + +.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item, +.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item { + height: auto; + line-height: 1; +} + +.e-bigger .e-spreadsheet .e-filter-icon, +.e-bigger.e-spreadsheet .e-filter-icon { + margin-bottom: 18px; +} + +.e-bigger.e-dropdown-popup.e-font-size-ddb ul, +.e-bigger .e-dropdown-popup.e-font-size-ddb ul { + min-width: 70px; +} + +.e-sort-dialog { + height: 100%; + position: relative; +} + +.e-sort-dialog .e-sort-listsection { + height: calc(100% - 28px); + margin: 0 auto; + overflow: auto; + width: 100%; +} + +.e-sort-dialog .e-sort-listwrapper { + padding-left: 2px; +} + +.e-sort-dialog .e-sort-listwrapper .text { + font-size: 12px; + padding: 10px 0 5px; +} + +.e-sort-dialog .e-list-sort { + height: 100%; +} + +.e-sort-dialog .e-sort-row { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + padding: 5px 0 10px; +} + +.e-sort-dialog .e-sort-error, +.e-sort-dialog .e-sort-header, +.e-sort-dialog .e-sort-casecheckbox, +.e-sort-dialog .e-sort-listsection { + padding-left: 18px; + padding-right: 18px; +} + +.e-sort-dialog .e-sort-error { + bottom: 0; + display: none; + font-size: 12px; + height: 20px; + line-height: 20px; + position: absolute; + width: 100%; +} + +.e-sort-dialog .e-sort-template { + border: 0; +} + +.e-sort-dialog .e-sort-template .e-list-item { + height: auto; + line-height: unset; +} + +.e-sort-dialog .e-sort-template .e-list-item:not(:first-child) { + padding: 5px 0 0; +} + +.e-sort-dialog .e-sort-template .e-list-item:first-child { + padding: 0; +} + +.e-sort-dialog .e-sort-template .e-content { + height: 100%; + overflow: auto; +} + +.e-sort-dialog .e-sort-field { + width: auto; +} + +.e-sort-dialog .e-radio-wrapper { + margin-left: 16px; +} + +.e-sort-dialog li:first-of-type .e-sort-delete { + display: none; +} + +.e-sort-dialog .e-sort-delete { + border-left-style: solid; + border-left-width: 1px; + line-height: 32px; + margin-left: auto; + margin-right: 5px; + padding-left: 22px; + vertical-align: middle; +} + +.e-sort-dialog .e-sort-delete::before { + cursor: pointer; +} + +/*! spreadsheet theme */ +.e-spreadsheet .e-sheet-tab-panel { + background: #f8f8f8; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item { + background: #f4f4f4; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap { + border-color: transparent; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover { + background: #eaeaea; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active { + background: #fff; +} + +.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn, +.e-spreadsheet .e-sheet-tab-panel .e-aggregate-list.e-flat { + border-color: transparent; + box-shadow: none; +} + +.e-spreadsheet .e-sheets-list, +.e-spreadsheet .e-aggregate-list, +.e-spreadsheet .e-add-sheet-tab.e-flat { + background-color: transparent; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) { + background-color: transparent; + border-color: transparent; + box-shadow: none; + color: #333; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):hover:not(.e-active) { + background: #f4f4f4; + border-color: transparent; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-active { + background: #f4f4f4; + border-color: transparent; +} + +.e-spreadsheet .e-formula-bar-panel { + background-color: #fff; +} + +.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat, +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + background-color: transparent; +} + +.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-drop-icon { + color: #666; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-color: #eaeaea; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-color: #eaeaea; +} + +.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-name-box, +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + color: #333; +} + +.e-spreadsheet .e-header-panel, +.e-spreadsheet .e-main-panel, +.e-spreadsheet .e-header-row, +.e-spreadsheet .e-row-header .e-header-cell { + background-color: #f4f4f4; +} + +.e-spreadsheet .e-main-panel .e-main-content { + background-color: #fff; +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit { + background-color: #fff; + color: #000; +} + +.e-spreadsheet .e-row-header { + border-bottom-color: #eaeaea; +} + +.e-spreadsheet .e-column-header { + border-color: #eaeaea; +} + +.e-spreadsheet .e-header-cell { + color: #666; +} + +.e-spreadsheet .e-cell { + background-color: #fff; + border-bottom-color: #e0e0e0; + color: #000; +} + +.e-spreadsheet .e-column-header .e-header-cell, +.e-spreadsheet .e-select-all-cell { + border-bottom-color: #eaeaea; +} + +.e-spreadsheet .e-row-header .e-header-cell { + border-bottom-color: #e0e0e0; +} + +.e-spreadsheet .e-hide-gridlines .e-cell { + border-bottom-color: transparent; +} + +.e-spreadsheet.e-hide-row-gridlines .e-cell { + border-bottom-color: transparent; +} + +.e-spreadsheet .e-selectall { + background-color: transparent; + border-color: #dadada; + border-top-color: transparent; +} + +.e-spreadsheet .e-selectall:hover { + border-bottom-color: #c8c8c8; +} + +.e-spreadsheet .e-selectall.e-highlight { + border-bottom-color: #0078d6; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell { + border-right-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell { + border-right-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-row-header .e-header-cell, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell { + border-right-color: #eaeaea; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-hide-gridlines .e-cell { + border-right-color: transparent; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall { + border-left-color: transparent; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall:hover { + border-right-color: #c8c8c8; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall.e-highlight { + border-right-color: #0078d6; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-prev-highlight, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-highlight, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell.e-prev-highlight-right { + border-right-color: #d0d0d0; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-cell { + border-left-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell { + border-left-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-row-header .e-header-cell, +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell { + border-left-color: #eaeaea; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-hide-gridlines .e-cell { + border-left-color: transparent; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall { + border-right-color: transparent; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall:hover { + border-left-color: #c8c8c8; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall.e-highlight { + border-left-color: #0078d6; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right { + border-left-color: #d0d0d0; +} + +.e-spreadsheet .e-copy-indicator div.e-top { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/t_b_fabric.gif") repeat-x left top; +} + +.e-spreadsheet .e-copy-indicator div.e-bottom { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/t_b_fabric.gif") repeat-x left bottom; +} + +.e-spreadsheet .e-copy-indicator div.e-left { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/l_r_fabric.gif") repeat-y left top; +} + +.e-spreadsheet .e-copy-indicator div.e-right { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/l_r_fabric.gif") repeat-y right top; +} + +.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel:not(.e-rtl) .e-cell { + border-right-color: transparent; +} + +.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel.e-rtl .e-cell { + border-left-color: transparent; +} + +.e-spreadsheet .e-selection { + background-color: rgba(0, 120, 214, 0.12); + border-color: #0078d6; +} + +.e-spreadsheet .e-row-header .e-header-cell:hover, +.e-spreadsheet .e-column-header .e-header-cell:hover { + background-color: #c7e0f4; +} + +.e-spreadsheet .e-row-header .e-header-cell.e-highlight, +.e-spreadsheet .e-column-header .e-header-cell.e-highlight { + background-color: #deecf9; + color: #666; +} + +.e-spreadsheet .e-row-header .e-prev-highlight .e-header-cell, +.e-spreadsheet .e-row-header .e-header-cell.e-highlight, +.e-spreadsheet .e-select-all-cell.e-prev-highlight-bottom, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end.e-prev-highlight .e-header-cell::before, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell.e-highlight::before { + border-bottom-color: #d0d0d0; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start.e-prev-highlight .e-header-cell::after, +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell.e-highlight::after { + border-top-color: #d0d0d0; +} + +.e-spreadsheet .e-toolbar-panel .e-dropdown-btn.e-btn { + border-color: #eaeaea; +} + +.e-spreadsheet .e-menu-wrapper.e-mobile.e-file-menu { + background-color: inherit; + border-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover, .e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-active { + background-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover { + border-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-sort-delete { + border-left-color: #eaeaea; +} + +.e-spreadsheet .e-colresize-handler, +.e-spreadsheet .e-rowresize-handler { + border-color: #0078d6; +} + +.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons { + color: #333; +} + +.e-dropdown-popup ul .e-item .e-menu-icon.e-selected-icon { + color: #0078d6; +} + +.e-dropdown-popup.e-align-ddb ul .e-item:not(.e-selected) .e-menu-icon { + color: #333; +} + +.e-numformat-ddb.e-dropdown-popup ul .e-item .e-numformat-preview-text { + opacity: .5; +} + +.e-sort-dialog .e-sort-listwrapper { + border-bottom: 1px dashed #eaeaea; +} + +.e-sort-dialog .e-sort-error { + background-color: #fce7e9; + color: #333; +} diff --git a/styles/highcontrast.css b/styles/highcontrast.css new file mode 100644 index 00000000..2f3eafd5 --- /dev/null +++ b/styles/highcontrast.css @@ -0,0 +1,69090 @@ +@charset "UTF-8"; +/** + * ej2 styles + */ +@font-face { + font-family: "e-icons"; + font-style: normal; + font-weight: normal; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjiLTxEAAAEoAAAAVmNtYXA56jRVAAAIYAAACCpnbHlmZ+yPLwAAFAAAAVZMaGVhZBc8dS8AAADQAAAANmhoZWEIXgV5AAAArAAAACRobXR44Af+igAAAYAAAAbgbG9jYXUwInoAABCMAAADcm1heHAC3gGWAAABCAAAACBuYW1lc0cOBgABakwAAAIlcG9zdI5ECw0AAWx0AAAXvwABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAABuAABAAAAAQAA/liPA18PPPUACwQAAAAAANoOmBkAAAAA2g6YGf/A/+QEQAQcAAAACAACAAAAAAAAAAEAAAG4AYoAHAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4gLsAwQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/eBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/5AQA/+QEAAAABAD/5AQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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AIUAhgCHAIgAiQCKAIsAjACNAI4AjwCQAJEAkgCTAQkBCgELAQwBDQEOAQ8BEAESARMBFAEVARYBYwFlAWQBaQFqAWsBbAFtAW4BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwFwAXEBcgFzAXQBdQF2AXcBeAGaAZkBmAGXAZwBnQGeAZsBnwGgAaEBogGjAXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBNAE1ATYBNwAlATkBOgE7ATwAJgE+AT8BQAFBAUIBQwE9ATgBiQAnAYoBjAGNAY4BiwGPAZABlAGRAZIBkwGVAZYBpAGlAaYBpwAoAa0BtAGsAa4BrwGwAbEBsgGzAbYBtwApACoAKwAsAC0ALgAvADABqAGpAaoBqwG1ADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgA/AEAAQQBCAEMBEQBEAR0ARQBGAEcASABJAEoASwBMAE0AWABOAFkATwBQAFEAUgBTAFQAVQBaAFsAXABWAF0AVwDFAMYAxwDIAMkAygDLAMwAzQDOACEAIgAjACQAzwDQANEA0gDTANQA1QDWANcA2ADZANoA2wDcAN0A3gDfAOAA4QFRAVQBUwFfAUgBWgFQAUsBVwFKAVUBTAFdAUYBVgFSAV4BXAFPAWEBRQFbAVkBYgFgAU0BSQFHAVgBTgFmAWcBaAEXARgBGQEaARsBHADiAOMA5ADlAOYA5wDoAOkA6gDrAOwA7QDuAO8A8ADxAPIA8wD0APUA9gD3APgA+QD6APsA/AD9AP4A/wEAAQEBAgEDAQQBBQEGAQcBCAAAAAAAAAEIAjgCdAKwAuYDCgMgA7IEugTMBaAGdAaYBuYG9AcYBzoHXgeACGQJQAr6C2wMWgykDOQNHg1KDogO1A/oEYoSFhK4E4wULhRwFSwVlBXMFfgWMBZSFtIW6hcsF9YX7BgEGCIYNhhEGFoYaBlEGVIZbBmEGZIZoBnMGeIZ+hoQGiQaPhpcGnAahhqUGqIbABtgG3AbhBuYG7QcGhw8HJQcrB0wHUYdVB4sHwQfIB+cH7YgRCFaIlgibCNKI2IjeCOcI84k7CWAJhwmPiZUJmomgCaUJqwm7CgMKK4pwCsYLAosNizgLRYtSi2ELcAvIi/EMGwxmjLOM3YzwjQENWo2FDaA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PQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JJRUfCTsBPwk9AS8JKwEPCQUVHwk7AT8JPQEvCSsBDwklFR8JOwE/CT0BLwkrAQ8JBRUfCTsBPwk9AS8JKwEPCSUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JAmABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBQAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIB/sABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQFAAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgH+wAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAUABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgGABwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYG+QcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBvkHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgb5BwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGAAEAAAAAA/gC/AACAAATIQEIA/D+CAEEAfgAAAABAAAAAAP4AvwAAgAACQEhAgAB+PwQAQQB+AAAAQAA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AYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAeEB4gHjAeQB5QHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AfYB9wH4AfkB+gH7AfwB/QH+Af8CAAIBAgICAwIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCFQIWAhcCGAIZAhoCGwIcAh0CHgIfAiACIQIiAiMCJAIlAiYCJwIoAikCKgIrAiwCLQIuAi8CMAIxAjICMwI0AjUCNgI3AjgCOQI6AjsCPAI9Aj4CPwJAAkECQgJDAkQCRQJGAkcCSAJJAkoCSwJMAk0CTgJPAlACUQJSAlMCVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAJhAmICYwJkAmUCZgJnAmgCaQJqAmsCbAJtAm4CbwJwAnECcgJzAnQCdQJ2AncCeAJ5AnoCewJ8An0CfgJ/AoACgQKCAoMChAKFAoYChwKIAokCigKLAowCjQKOAo8CkAKRApICkwKUApUClgKXApgCmQKaApsCnAKdAp4CnwKgAqECogKjAqQCpQKmAqcCqAKpAqoCqwKsAq0CrgKvArACsQKyArMCtAK1ArYCtwK4ArkAClBkZl9FeHBvcnQKQ1NWX0V4cG9ydAxFeGNlbF9FeHBvcnQMRlRfRGF0ZXJhbmdlDUZUX0V4Y2VsY2xlYXIORlRfRXhjZWxmaWx0ZXIMQnVsbGV0X0Fycm93DUJ1bGxldF9DaXJjbGUFTm9uZTILQnVsbGV0X1RpY2sRQm9yZGVyX0RpYWdvbmFsVXATQm9yZGVyX0RpYWdvbmFsRG93bg1CdWxsZXRfRmxvd2VyCkJ1bGxldF9Eb3QNQnVsbGV0X1NxdWFyZQ1GVF9SaWdodEFycm93DEZUX0xlZnRBcnJvdwxGVF9Eb3duQXJyb3cKRlRfVXBhcnJvdw1GVF9SZWN1cnJlbmNlE0ZUX1JlY3VycmVuY2VFZGl0ZWQLRlRfTG9jYXRpb24ORlRfRGVzY3JpcHRpb24LRlRfVGltZXpvbmUIRlRfVG9kYXkLRlRfV29ya1dlZWsJRlRfQWdlbmRhCkZUX0RheVZpZXcORlRfTW9udGhBZ2VuZGELRlRfV2Vla1ZpZXcLRlRfRGF0ZVRpbWULRlRfUmVzb3VyY2UORlRfVGltZUxpbmVEYXkPRlRfVGltZUxpbmVXZWVrE0ZCX1RpbWVMaW5lV29ya1dlZWsQRlRfVGltZUxpbmVNb250aAh0YWJsZS0wMgRjb3B5CHRoLXNtYWxsB3NhdmUtMDIKYWxpZ24tbGVmdAdlZGl0LTA2CGNsb3NlLXdmC3dvcmQtZXhwb3J0CmFkZC1uZXctMDEKcHJpbnRlci0wMgVjbG9zZQ1jaGVjay1tYXJrLTAxB2FkZC1uZXcIY2xvc2UtMDEMY2hldnJvbi1sZWZ0EWFycm93aGVhZC1kb3duLTAxDWNoZXZyb24tcmlnaHQMYXJyb3doZWFkLXVwBnJlbG9hZA5hcnJvd2hlYWQtZG93bg1hcnJvdy1kb3duLTAyC2Fycm93LXVwLTAxD2Fycm93aGVhZC1yaWdodA5hcnJvd2hlYWQtbGVmdAlkZWxldGUtMDUMZG93bi1hcnJvdy0xDWFyb293LWxlZnQtMDEQY2hldnJvbi1yaWdodC0wMwp1cC1hcnJvdy0xEG5hdmlnYXRpb24tcmlnaHQJU29ydGluZy1tC0JvdHRvbS1pY29uC254dC1wZy1pY29uCFVwLWFycm93CkR3bi1hcnJvdzMJR3JvdXBpY29uC1NlbGVjdGlvbi1tDEludGVybWVkaWF0ZQlTZWxlY3Rpb24NTVRfTGVmdF9BcnJvdwxGQl9GaXJzdHBhZ2UHQlRfRWRpdAhGQl9DbGVhcgdGQl9TYXZlC0ZCX0JhY2t3YXJkCUZCX0RlbGV0ZQ9GQl9Cb3R0b21fQXJyb3cMTVRfQm90dG9tZmlsB0ZCX01lbnUHTVRfTWVudQtGQl9MYXN0cGFnZQtGQl9DYWxlbmRhcghGQl9tZW51MQdGQl9FZGl0CUZCX1NlYXJjaAdGQl9UaW1lDUZCX0xlZnRfQXJyb3cJRkJfcmVtb3ZlCkZCX0FkZGZsYXQORkJfUmlnaHRfQXJyb3cJRkJfZmlsdGVyDkNvbHVtbl9jaG9vc2VyCFRyZWV2aWV3CVRyZWV2aWV3MglUcmVldmlldzEJVHJlZXZpZXczDkZUX1RyZWVfZXhwYW5kDk1UX1RyZWVfZXhwYW5kBkZhYnJpYwxGYWJyaWNfUGF1c2ULRmFicmljX1BsYXkPUGFyYU9wdGlvbmRvd24xClRleHRTZWFyY2gXSW5zaWRlSG9yaXpvbmRhbEJvcmRlcnMKUmVzdGFydEF0MQ1PcGVuSHlwZXJsaW5rB0N1dERhdGEIQ29weURhdGEJVG9wQm9yZGVyDURlbGV0ZUNvbHVtbnMKRGVsZXRlUm93cwtJbnNlcnRSaWdodApJbnNlcnRMZWZ0D1JlbW92ZUh5cGVybGluaxVJbnNpZGVWZXJ0aWNhbEJvcmRlcnMLUmlnaHRCb3JkZXINRWRpdEh5cGVybGluawlIeXBlcmxpbmsLTGVmdEJvcmRlcnMLRGVsZXRlVGFibGUPVGFibGVQcm9wZXJ0aWVzDUNvcHlIeXBlcmxpbmsMQm90dG9tQm9yZGVyDkNsaXBib2FyZFBhc3RlEUNvbnRpbnVlTnVtYmVyaW5nC0luc2VydEJlbG93C0luc2VydEFib3ZlCkJvcmRlck5vbmUJQm9yZGVyQm94A0FsbA9UYWJsZUFsaWduUmlnaHQMQ3VzdG9tQm9yZGVyDlRhYmxlQWxpZ25MZWZ0EFRhYmxlQWxpZ25DZW50ZXINTGluZVZlcnlzbWFsbApMaW5lbm9ybWFsCUxpbmVzbWFsbA1QYXJhT3B0aW9udXAxClRleHRCb3R0b20KVGV4dENlbnRlcgdUZXh0VG9wDk1UX0NsZWFyRm9ybWF0EE1UX1N0cmlrZXRocm91Z2gMTVRfVXBwZXJjYXNlCk1UX0p1c3RpZnkITVRfSW1hZ2UJTVRfUmVzaXplC01UX01pbmltaXNlC01UX0VkaXRMaW5rB01UX0JvbGQMTVRfQWxpZ25MZWZ0Bk1UX0N1dBJNVF9BbHRlcm5hdGl2ZVRleHQHTVRfQ29weQlNVF9SZW1vdmURTVRfSW5jcmVhc2VJbmRlbnQLTVRfQ2xlYXJBbGwHTVRfVW5kbw1NVF9GdWxsU2NyZWVuDE1UX1VuZGVybGluZRBNVF9Vbm9yZGVyZWRMaXN0Ck1UX1ByZXZpZXcOTVRfT3JkZXJlZExpc3QMTVRfTG93ZXJjYXNlDU1UX1JlbW92ZUxpbmsJTVRfWm9vbUluC01UX09wZW5MaW5rCE1UX1ByaW50DE1UX0ZvbnRDb2xvcg1NVF9BbGlnblJpZ2h0DU1UX0NyZWF0ZUxpbmsLTVRfVmlld1NpZGULTVRfQ29kZVZpZXcKTVRfWm9vbU91dA5NVF9TdXBlcnNjcmlwdAdNVF9QYXJhB01UX1JlZG8ITVRfUGFzdGUNTVRfSW5zZXJ0Q29kZQxNVF9TdWJzY3JpcHQKTVRfRGlzcGxheQpNVF9SZXBsYWNlCU1UX0l0YWxpYwpNVF9DYXB0aW9uEk1UX0JhY2tncm91bmRjb2xvchFNVF9EZWNyZWFzZUluZGVudA5NVF9BbGlnbkNlbnRlcgtNVF9Gb250TmFtZQtEcmFnQW5kRHJvcAxGaWx0ZXJGaWVsZHMKTmV3X0NvbHVtbgdOZXdfUm93A1N1bQhGaWx0ZXJfQg1GaWx0ZXJDbG9zZV9GBlNvcnRfRghGaWx0ZXJfRgdDbG9zZV9GDUNsZWFyZmlsdGVyX0YCT2sLQWxpZ25Cb3R0b20OSW5zZXJ0Um93QWJvdmUOSW5zZXJ0Um93QmVsb3cLQWxpZ25DZW50ZXIMRGVsZXRlQ29sdW1uCURlbGV0ZVJvdxBJbnNlcnRDb2x1bW5MZWZ0CEFsaWduVG9wEUluc2VydENvbHVtblJpZ2h0DkVkaXRQcm9wZXJ0aWVzEVZlcnRpY2FsQWxpZ25tZW50CUFkZENvbHVtbgVTdHlsZQlUYl9EZWxldGUGQWRkUm93BkhlYWRlcglUYWJfTW9yZTEJVGFiX01vcmUyBlJlc2l6ZQlGX1BWX09wZW4ORl9QVl9GaXJzdFBhZ2UNRl9QVl9QcmV2aW91cwlGX1BWX05leHQNRl9QVl9MYXN0UGFnZQxGX1BWX1pvb21vdXQLRl9QVl9ab29taW4NRl9QVl9Eb3dubG9hZA1GX1BWX0Jvb2ttYXJrC0ZfUFZfU2VhcmNoEkZfUFZfVGV4dGFubm90YWlvbgpGX1BWX0Nsb3NlDEZfUFZfQ29tbWVudAlGX1BWX1NhdmUORl9QVl9BbGlnbmxlZnQNRl9QVl9GcmVlaGFuZAlGX1BWX1VuZG8ORl9QVl9IaWdobGlnaHQJRl9QVl9Nb3JlDkZfUFZfVW5kZXJsaW5lEkZfUFZfU3RyaWtldGhyb3VnaApGX1BWX1BhaW50CEZfUFZfUGFuDEZfUFZfT3BhY2l0eQtGX1BWX0RlbGV0ZQtGX1BWX2N1cnNvcg9GX1BWX3JpZ2h0YXJyb3cQRl9QVl9TdHJva2Vjb2xvcgpGX1BWX1ByaW50CUZfUFZfUmVkbwlGX1BWX0ZvbnQLRl9QVl9TaGFwZXMORl9QVl9sZWZ0YXJyb3cRRl9QVl9TdHJva2V3ZWlnaHQTRl9QVl9Bbm5vdGF0aW9uRWRpdA5GX1BWX1RodW1ibmFpbApGX1BWX1N0YW1wDkZfUFZfUGFnZUJyZWFrD0ZfUFZfU2luZ2xlUGFnZQhGX0V4cGFuZApGX0NvbGxhcHNlDkRvdWJsZVJlc2l6ZV8yDkRvdWJsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8zDlNpbmdsZVJlc2l6ZV8yDlNpbmdsZVJlc2l6ZV80C0RyYWdhbmREcm9wB0Fycm93VXAJQXJyb3dEb3duCkFycm93cmlnaHQJQXJyb3dMZWZ0B0dyaXBwZXIQTmV3X0ZpbHRlckFjdGl2ZQlOZXdfU2lnbWEPTmV3X0ZpbHRlckNsZWFyDU5ld19QVl9Db2x1bW4KTmV3X1BWX1JvdwpOZXdfRmlsdGVyB0ZUX0NvZGUHRlRfR3JpZAhGVF9wYXN0ZQlGVF9kZWxldGULRlRfZG93bmxvYWQGRlRfY3V0B0ZUX0xpc3QKRlRfcmVmcmVzaAdGVF9pbmZvDUZUX3JpZ2h0YXJyb3cNRlRfb3BlbmZvbGRlcghGVF9jbG9zZQxGVF9uZXdmb2xkZXIJRlRfcmVuYW1lB0ZUX2NvcHkJRlRfc2VhcmNoCUZUX3VwbG9hZAdGVF9iYWNrDEZUX3NlbGVjdGFsbAdGVF9zb3J0CUZUX29wdGlvbgdGVF90aWNrDEZfQnJlYWRjcnVtYghGX1NhdmVhcwZGX0dyaWQMRl9HcmFuZHRvdGFsCEZfRGVsZXRlCEZfRXhwb3J0B0ZfQ2hhcnQGRl9Mb2FkCEZfUmVuYW1lDEZfRnVsbHNjcmVlbgpGX1N1YnRvdGFsC0ZfTmV3UmVwb3J0EkZfTnVtYmVyRm9ybWF0dGluZwtGX0NTVmV4cG9ydAtGX1BERmV4cG9ydA1GX0V4Y2VsRXhwb3J0BkZfU2F2ZQhGb250VHlwZQtMaW5lU3BhY2luZwRMb2NrBkl0YWxpYwdKdXN0aWZ5DlRhYmxlT2ZDb250ZW50ClBhZ2VOdW1iZXIOSGlnaGxpZ2h0Q29sb3IEQm9sZAlTdWJzY3JpcHQNRl9BbGlnbkNlbnRlcglGb250Q29sb3IJUGFnZVNldHVwC1N0cm9rZVN0eWxlDVN0cmlrZXRocm91Z2gHUGljdHVyZQhCb29rbWFyaw5JbmNyZWFzZUluZGVudAhGX0hlYWRlcgtTdXBlcnNjcmlwdAlOdW1iZXJpbmcHQnVsbGV0cw5EZWNyZWFzZUluZGVudAxTaG93SGlkZVBhbmUKQWxpZ25SaWdodAZGb290ZXIIQ2xlYXJBbGwNT3V0c2lkZUJvcmRlcgpBbGxCb3JkZXJzDUluc2lkZUJvcmRlcnMEQ2VsbAdGX0JyZWFrC0ZfUGFnZUJyZWFrCkZfTmV4dFBhZ2UHQXV0b0ZpdBBGaXhlZENvbHVtbldpZHRoDUF1dG9GaXRXaW5kb3cMQnJpbmdGb3J3YXJkCkJyaW5nRnJvbnQIU2VuZGJhY2sMU2VuZEJhY2t3YXJkB1VuZ3JvdXAFR3JvdXAFT3JkZXIPRl9TaW5nbGVVcEFycm93EUZfU2luZ2xlRG93bkFycm93EkZfU2luZ2xlUmlnaHRBcnJvdxFGX1NpbmdsZUxlZnRBcnJvdxJGX0RvdWJsZVJpZ2h0QXJyb3cRRl9Eb3VibGVMZWZ0QXJyb3cJWm9vbVRvRml0CEFkZEFib3ZlCEFkZEJlbG93BkZfTGluZQdGX0Fycm93C0ZfUmVjdGFuZ2xlCEZfQ2lyY2xlCkZfUGVudGFnYW4IRl9MZW5ndGgLRl9QZXJpbWV0ZXIGRl9BcmVhCEZfUmFkaXVzCEZfVm9sdW1lEkZfQ2hhbmdlU2NhbGVSYXRpbwxGX1Byb3BlcnRpZXMJRl9Db21tZW50ClRodW1ic0Rvd24IVGh1bWJzVXALVGh1bWJzRG93bjEJSlBHRXhwb3J0CVBOR0V4cG9ydAlTVkdFeHBvcnQRRl9Gb3JtdWxhRnVuY3Rpb24MSGlkZWhlYWRpbmdzDUhpZGVHcmlkbGluZXMGRl9IaWRlC0ZfRHVwbGljYXRlB01zRXhjZWwJRXhwb3J0Q1NWCU1zRXhjZWw5NwNNRFgXRl9Db25kaXRpb25hbEZvcm1hdHRpbmcIRm9ybWF0X0YITmFtZWRzZXQLTy1BdHRyaWJ1dGUJRGltZW5zaW9uBkxldmVsMQZMZXZlbDIGTGV2ZWwzBkxldmVsNAZMZXZlbDULVXNlckRlZmluZWQDS1BJCkZfU29ydERvd24KRl9Tb3J0Tm9uZQhGX1NvcnRVcBBDYWxjdWxhdGVkTWVtYmVyCkN1c3RvbVNvcnQOU29ydERlc2NlbmRpbmcNU29ydEFzY2VuZGluZwpBZGRDb21tZW50BVJlcGx5CVNlbmRBcnJvdwtDb21tZW50TWFyaxJGVF9IYW5kV3JpdHRlblNpZ24MRl9NYWluRmlsdGVyClVuZmlsdGVyZWQQRmlsdGVyZWRTb3J0RGVzYwpGX1NvcnREZXNjCkZfU29ydEFzY2UQRmlsdGVyZWRTb3J0QXNjZQhGaWx0ZXJlZAlGX1JlYXBwbHkIRl9SZW9wZW4HRl9Hcm91cAlGX1VuZ3JvdXAAAAA=) format("truetype"); +} + +.e-icons { + font-family: "e-icons"; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +/*! common core */ +.e-control, +.e-css { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + font-weight: normal; +} + +.e-error { + color: #ff6161; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + font-weight: normal; +} + +.e-control, +.e-control [class^='e-'], +.e-control [class*=' e-'] { + box-sizing: border-box; +} + +.e-control:focus, +.e-control *:focus { + outline: none; +} + +.e-rtl { + direction: rtl; + text-align: right; +} + +.e-overlay { + background-color: #383838; + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-hidden { + display: none; +} + +.e-blazor-hidden { + visibility: hidden; +} + +.e-disabled { + background-image: none; + cursor: default; + filter: alpha(Opacity=35); + opacity: .35; +} + +.e-ul { + list-style-type: none; +} + +.e-prevent-select { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-warning { + color: #333; +} + +.e-success { + color: #2bc700; +} + +.e-information { + color: #0056b3; +} + +.e-block-touch { + -ms-touch-action: pinch-zoom; + touch-action: pinch-zoom; +} + +/*! animation keyframes */ +@keyframes SlideLeftOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(-100%, 0); + } +} + +@keyframes SlideLeftIn { + from { + transform: translate(-100%, 0); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideRightIn { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideRightOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(100%, 0); + } +} + +@keyframes SlideBottomIn { + from { + transform: translate(0, 100%); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideBottomOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(0, 100%); + } +} + +@keyframes SlideTopIn { + from { + transform: translate(0, -100%); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideTopOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(0, -100%); + } +} + +@keyframes SlideRight { + from { + width: 0; + } + to { + width: 100%; + } +} + +@keyframes SlideLeft { + from { + width: 100%; + } + to { + width: 0; + } +} + +@keyframes SlideDown { + from { + height: 0; + } + to { + height: 100%; + } +} + +@keyframes SlideUp { + from { + height: 100%; + } + to { + height: 0; + } +} + +@keyframes FadeIn { + 0% { + filter: alpha(opacity=0); + opacity: 0; + } + 100% { + filter: alpha(opacity=100); + opacity: 1; + } +} + +@keyframes FadeOut { + from { + filter: alpha(opacity=100); + opacity: 1; + } + to { + filter: alpha(opacity=0); + opacity: 0; + } +} + +@keyframes ZoomIn { + from { + transform: translate(0, 0) scale(0); + } + to { + transform: translate(0, 0) scale(1); + } +} + +@keyframes ZoomOut { + from { + transform: translate(0, 0) scale(1); + } + to { + transform: translate(0, 0) scale(0); + } +} + +@keyframes FadeZoomIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: scale(0); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: scale(1); + } +} + +@keyframes FadeZoomOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: scale(1); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: scale(0); + } +} + +@keyframes FlipRightDownIn { + from { + transform: perspective(400px) rotateY(-180deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightDownOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(-180deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightUpIn { + from { + transform: perspective(400px) rotateY(135deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightUpOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftDownIn { + from { + transform: perspective(400px) rotateY(-180deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftDownOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftUpIn { + from { + transform: perspective(400px) rotateY(-135deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftUpOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg) perspective(200px); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYLeftIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateY(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYLeftOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(90deg); + } + 75% { + transform: perspective(850px) rotateY(125deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateY(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYRightIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateY(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(-90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYRightOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(-90deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateY(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXDownIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateX(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXDownOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(90deg); + } + 75% { + transform: perspective(850px) rotateX(125deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateX(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXUpIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateX(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(-90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXUpOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(-90deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateX(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +.e-ripple, +.e-ripple-style { + overflow: hidden; + position: relative; + transform: translate3d(0, 0, 0); +} + +.e-ripple-element, +.e-ripple-style::after { + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100%; + overflow: hidden; + pointer-events: none; + position: absolute; + transform: scale(0); + transition: opacity, transform 0ms cubic-bezier(0, 0.1, 0.2, 1); +} + +.e-ripple-style::after { + background: rgba(0, 0, 0, 0.3); + content: ''; + display: block; + height: 50%; + left: 25%; + opacity: 0; + top: 25%; + transform: scale(3); + transition: transform .5s, opacity .5s; + width: 50%; +} + +.e-ripple-style:active::after { + opacity: 1; + transform: scale(0); + transition: 0s; +} + +/*! component's theme wise override fabric-definitions and variables */ +/*! accordion icons */ +.e-accordion .e-tgl-collapse-icon::before { + content: '\e84f'; +} + +.e-accordion .e-tgl-collapse-icon.e-expand-icon { + transform: rotate(-180deg); +} + +/*! accordion layout */ +.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content, +.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-size: 16px; + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel { + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion { + border: 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 42px 0 36px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header { + padding: 0 42px 0 24px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content { + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header { + line-height: 49px; + min-height: 50px; + padding: 0 42px 0 12px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon { + height: 50px; + min-height: 50px; + min-width: 30px; + right: 12px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon { + display: inline-block; + padding: 0 14px 0 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content { + padding: 19px; + font-size: 13px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content { + padding: 19px 19px 19px 45px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 19px 19px 19px 60px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 42px 0 24px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content { + padding: 19px 45px 19px 19px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 19px 60px 19px 19px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 36px 0 42px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header { + padding: 0 24px 0 42px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header { + padding: 0 12px 0 42px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon { + left: 12px; + right: auto; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + padding: 0 0 0 14px; +} + +.e-accordion { + display: block; + position: relative; +} + +.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item.e-selected { + padding-top: 0; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; + font-weight: 600; +} + +.e-accordion .e-acrdn-item { + overflow: hidden; + padding-top: ""; + position: relative; +} + +.e-accordion .e-acrdn-item.e-hide { + display: none; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-size: 14px; +} + +.e-accordion .e-acrdn-item.e-select > .e-acrdn-header { + cursor: pointer; +} + +.e-accordion .e-acrdn-item .e-acrdn-header { + line-height: 39px; + min-height: 40px; + overflow: hidden; + padding: 0 42px 0 12px; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-accordion .e-acrdn-item .e-acrdn-header > * { + display: inline-block; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon { + display: table; + font-size: 12px; + height: 40px; + min-height: 40px; + min-width: 24px; + position: absolute; + right: 12px; + top: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-tgl-collapse-icon.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation { + transition: .5s ease 0s; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + display: inline-block; + padding: 0 8px 0 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel { + font-size: 13px; + overflow-y: hidden; + text-decoration: none; + width: 100%; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion { + border: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 42px 0 36px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content { + font-weight: normal; + font-weight: 600; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 45px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 15px 15px 60px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + line-height: 1.5; + overflow: hidden; + padding: 15px; + text-overflow: ellipsis; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content > * { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 42px 0 24px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header-content { + font-size: 14px; +} + +.e-accordion .e-acrdn-item .e-content-hide { + display: none; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 36px 0 42px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 24px 0 42px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 45px 15px 15px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 15px 60px 15px 15px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header { + padding: 0 12px 0 42px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon { + left: 12px; + right: auto; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + padding: 0 0 0 8px; +} + +/*! accordion theme */ +.e-accordion { + -webkit-tap-highlight-color: transparent; + background: #333; + border: 1px solid #969696; + background: #000; +} + +.e-accordion .e-active { + background: #333; + background: #000; +} + +.e-accordion .e-acrdn-item.e-item-focus .e-acrdn-header:focus { + border-color: #fff; +} + +.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:focus { + border: 2px dashed #fff; +} + +.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus { + background: #ffd939; + border-color: #fff; +} + +.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-icons, +.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state .e-acrdn-header:hover:focus .e-acrdn-header-content { + color: #000; +} + +.e-accordion .e-acrdn-item.e-overlay { + background: #333; +} + +.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-icons, +.e-accordion .e-acrdn-item.e-overlay .e-acrdn-header .e-acrdn-header-content { + color: #757575; +} + +.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus { + border: 2px dashed #fff; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content { + color: #fff; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-expand-state > .e-icons, +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-expand-state > .e-acrdn-header-content { + color: #000; +} + +.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content { + color: #fff; + background: #000; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + color: #fff; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + color: #fff; +} + +.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus { + border-color: #fff; +} + +.e-accordion .e-acrdn-item .e-acrdn-header { + border: 1px solid #000; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:hover { + background: #685708; + border-color: #fff; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:active { + background: #ffd939; + border-color: #fff; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:focus { + background: #ffd939; + background: inherit; + border: 2px dashed #fff; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-icons, +.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-acrdn-header-content, +.e-accordion .e-acrdn-item .e-acrdn-header:focus:active .e-toggle-icon { + color: #fff; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header { + background: #000; + background: #ffd939; + border-color: #ffd939; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon { + color: #000; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover { + background: #685708; + border-color: #fff; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-icons, +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-icons, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover .e-acrdn-header-content { + color: #fff; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-icons, +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content { + color: #000; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon { + color: #000; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: #000; +} + +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-icons, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header:hover:focus .e-acrdn-header-content { + color: #fff; +} + +.e-accordion .e-acrdn-item.e-select.e-expand-state .e-acrdn-header:hover { + border-color: #fff; +} + +.e-accordion .e-acrdn-item.e-select.e-expand-state .e-acrdn-header:hover .e-icons, +.e-accordion .e-acrdn-item.e-select.e-expand-state .e-acrdn-header:hover .e-acrdn-header-content { + color: #fff; +} + +.e-accordion .e-acrdn-item.e-selected.e-select { + border-bottom: 1px solid #969696; + border-top: 1px solid #969696; +} + +.e-accordion .e-acrdn-item.e-selected + .e-selected { + border-top: 1px none #969696; +} + +.e-accordion .e-acrdn-item.e-selected .e-selected:last-child { + border-bottom: 1px none #969696; +} + +.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected:not(.e-expand-state) > .e-acrdn-header .e-icons, +.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected:not(.e-expand-state) > .e-acrdn-header .e-acrdn-header-content { + color: #fff; +} + +.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state > .e-acrdn-header .e-icons, +.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: #000; +} + +.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-icons, +.e-accordion .e-acrdn-item.e-selected .e-acrdn-item.e-selected.e-expand-state:hover > .e-acrdn-header .e-acrdn-header-content { + color: #fff; +} + +.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:focus { + border: 2px dashed #fff; +} + +.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover { + border-color: #fff; +} + +.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover .e-icons, +.e-accordion .e-acrdn-item.e-selected.e-select > .e-acrdn-header:hover .e-acrdn-header-content { + color: #fff; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content { + color: #fff; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content { + color: #ffd939; +} + +.e-accordion .e-acrdn-item .e-toggle-icon { + color: #fff; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel { + font-size: 13px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-dropdownbase .e-list-item .e-list-icon { + padding: 0 10px 0 0; +} + +.e-bigger .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 12px 0 0; +} + +.e-dropdownbase .e-list-item:not(.e-active).e-hover { + border: 2px solid #fff; +} + +.e-dropdownbase .e-list-item:not(.e-active):not(.e-hover):not(.e-item-focus) { + border: 2px solid #000; +} + +.e-dropdownbase .e-list-item.e-active { + border: 2px solid #ffd939; +} + +.e-dropdownbase .e-list-item.e-item-focus { + border: 2px solid #685708; +} + +.e-small .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 8px 0 0; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 12px 0 0; +} + +.e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon { + height: 36px; +} + +.e-ddl.e-popup { + border: 0; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); + margin-top: 1px; +} + +.e-ddl.e-popup .e-content.e-nodata { + background-color: #000; +} + +.e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight { + color: #ffd939; +} + +.e-ddl.e-popup .e-input-group { + display: -ms-flexbox; + display: flex; + width: auto; +} + +.e-ddl.e-popup .e-input-group input { + line-height: 15px; +} + +.e-ddl.e-popup .e-input-group .e-clear-icon { + border-radius: 20px; + height: 20px; + margin: 5px; + min-width: 20px; +} + +.e-ddl.e-popup .e-input-group .e-clear-icon::before { + font-size: 10px; +} + +.e-ddl.e-popup .e-filter-parent { + border-left-width: 0; + border-right-width: 0; +} + +.e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active { + border-color: #fff; +} + +.e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter { + margin-top: 0; +} + +.e-bigger .e-ddl.e-popup .e-list-item, +.e-bigger .e-ddl.e-popup .e-list-group-item, +.e-bigger .e-ddl.e-popup .e-fixed-head { + font-size: 15px; + line-height: 45px; + padding-left: 0; + text-indent: 16px; +} + +.e-bigger .e-ddl.e-popup .e-dd-group .e-list-item { + padding-left: 4px; +} + +.e-bigger .e-ddl.e-popup .e-input-group { + padding: 4px 0; +} + +.e-bigger .e-ddl.e-popup .e-input-group input { + height: 46px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-list-item, +.e-bigger.e-small .e-ddl.e-popup .e-list-group-item, +.e-bigger.e-small .e-ddl.e-popup .e-fixed-head { + font-size: 14px; + line-height: 40px; + padding-left: 0; + text-indent: 16px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item { + padding-left: 4px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-input-group { + padding: 0; +} + +.e-bigger.e-small .e-ddl.e-popup .e-input-group input { + height: 34px; +} + +.e-ddl .e-search-icon::before { + content: '\e97d'; +} + +.e-ddl .e-back-icon::before { + content: '\e962'; +} + +.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before { + content: '\e966'; + font-family: 'e-icons'; +} + +.e-bigger .e-input-group.e-ddl .e-input-filter, +.e-bigger .e-input-group.e-ddl .e-input-filter:focus { + margin-left: -20px; +} + +.e-bigger .e-ddl.e-popup .e-list-item, +.e-bigger .e-ddl.e-popup .e-list-group-item { + font-size: 15px; +} + +.e-bigger .e-ddl.e-popup .e-input-group { + padding: 4px 0; +} + +.e-popup-full-page { + bottom: 0; + left: 0; + margin: 0; + overflow: hidden; + padding: 0; + right: 0; + top: 0; +} + +.e-ddl.e-control-wrapper .e-ddl-disable-icon { + position: relative; +} + +.e-ddl.e-control-wrapper .e-ddl-disable-icon::before { + content: ''; +} + +.e-ddl-device-filter .e-filter-parent { + background-color: #000; +} + +.e-ddl input.e-input::-webkit-contacts-auto-fill-button { + display: none; + pointer-events: none; + position: absolute; + right: 0; + visibility: hidden; +} + +.e-filter-parent { + border: 1px solid #fff; + border-top-width: 0; + box-shadow: 0; + display: block; + padding: 5px; +} + +.e-ddl.e-input-group:not(.e-disabled) { + cursor: pointer; +} + +.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, +.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after { + width: 0; +} + +.e-ddl.e-popup { + background: #000; + border: 1px solid #969696; + position: absolute; +} + +.e-ddl.e-popup .e-search-icon { + margin: 0; + opacity: .57; + padding: 8px; +} + +.e-ddl.e-popup .e-filter-parent .e-back-icon { + padding: 0; +} + +.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, +.e-ddl.e-popup .e-filter-parent .e-input-filter, +.e-ddl.e-popup .e-filter-parent .e-input-filter:focus { + padding: 0 12px; +} + +.e-ddl.e-popup .e-input-group { + margin-bottom: 0; +} + +.e-ddl.e-popup .e-ddl-footer, +.e-ddl.e-popup .e-ddl-header { + cursor: default; +} + +.e-ddl.e-input-group .e-ddl-hidden { + border: 0; + height: 0; + visibility: hidden; + width: 0; +} + +.e-ddl.e-input-group, +.e-ddl.e-input-group.e-input-focus:focus { + outline: none; +} + +.e-dropdownbase .e-list-item .e-highlight { + display: inline; + font-weight: bold; + vertical-align: baseline; +} + +.e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide), +.e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide), +.e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) { + opacity: 1; +} + +.e-ddl.e-input-group .e-input-value, +.e-ddl.e-input-group .e-input-value:focus { + font-family: inherit; + font-size: 14px; + height: auto; + margin: 0; + outline: none; + width: 100%; +} + +.e-ddl.e-input-group input[readonly].e-input, +.e-ddl.e-input-group input[readonly], +.e-ddl.e-input-group .e-dropdownlist { + pointer-events: none; +} + +ejs-autocomplete, +ejs-combobox, +ejs-dropdownlist { + display: block; +} + +.e-small .e-ddl.e-popup .e-list-item, +.e-small .e-ddl.e-popup .e-list-group-item, +.e-input-group.e-ddl.e-small .e-list-item, +.e-input-group.e-ddl.e-small .e-list-group-item { + font-size: 13px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-list-item, +.e-bigger.e-small .e-ddl.e-popup .e-list-group-item, +.e-bigger .e-input-group.e-ddl.e-small .e-list-item, +.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item { + font-size: 14px; +} + +.e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-content-placeholder.e-combobox.e-placeholder-combobox { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox, +.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox { + background-size: 300px 40px; + min-height: 40px; +} + +.e-popup { + border-color: #969696; +} + +.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text, +.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text { + color: #fff; +} + +.e-float-input .e-clear-icon::before, +.e-float-input.e-control-wrapper .e-clear-icon::before { + content: '\e953'; + font-family: 'e-icons'; +} + +.e-input-group .e-clear-icon::before, +.e-input-group.e-control-wrapper .e-clear-icon::before { + content: '\e953'; + font-family: 'e-icons'; +} + +/*! input layout */ +.e-input-group, +.e-input-group.e-control-wrapper { + display: table; + line-height: 1.4; + margin-bottom: 0; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + border: 0 solid; + border-width: 1px; + height: auto; + line-height: inherit; + margin: 0; + margin-bottom: 0; + outline: none; + padding: 0; + text-indent: 10px; + width: 100%; +} + +input.e-input, +textarea.e-input, +.e-input-group, +.e-input-group.e-control-wrapper { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + font: inherit; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group input, +input.e-input:focus, +.e-input-group input.e-input:focus, +.e-input-group input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-input-group.e-control-wrapper input:focus, +.e-float-input input:focus, +.e-float-input.e-input-group input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input.e-control-wrapper.e-input-group input:focus { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-input-focus input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input, +.e-float-input.e-input-focus input, +.e-float-input.e-input-group.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-group.e-input-focus input { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group input, +.e-input-group, +.e-input-group.e-control-wrapper, +.e-float-input, +.e-float-input.e-control-wrapper { + border-radius: 0; +} + +.e-input:focus { + border-width: 1px; + padding-bottom: 0; +} + +.e-input.e-small:focus { + border-width: 1px; + padding-bottom: 0; +} + +.e-input.e-bigger:focus, +.e-bigger .e-input:focus { + padding-bottom: 0; +} + +.e-input.e-small.e-bigger:focus, +.e-bigger .e-input.e-small:focus { + padding-bottom: 0; +} + +.e-input-group input.e-input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-input-group textarea.e-input:focus, +.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input { + padding: 0; +} + +input.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-bigger input.e-input, +.e-bigger textarea.e-input, +.e-input-group.e-bigger, +.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-input-group.e-control-wrapper, +.e-input-group.e-bigger.e-disabled, +.e-bigger .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-input-group.e-control-wrapper.e-disabled { + font-size: 15px; +} + +.e-input-group.e-bigger .e-input, +.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + font: inherit; +} + +input.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-input-group.e-bigger .e-input, +.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger input.e-input, +.e-bigger textarea.e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + line-height: inherit; + margin-bottom: 0; + padding: 0; +} + +.e-input-group.e-bigger .e-input:focus, +.e-bigger .e-input-group .e-input:focus, +.e-input-group.e-control-wrapper.e-bigger .e-input:focus, +.e-bigger .e-input-group.e-control-wrapper .e-input:focus, +.e-input-group.e-bigger.e-input-focus .e-input, +.e-bigger .e-input-group.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input { + padding: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + -ms-flex-align: center; + align-items: center; + border: 0 solid; + border-width: 0; + box-sizing: content-box; + cursor: pointer; + -ms-flex-direction: column; + flex-direction: column; + font-size: 12px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-height: 30px; + min-width: 30px; + padding: 0; + text-align: center; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-collapse: collapse; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group:not(.e-rtl):not(.e-disabled) .e-input-group-icon:last-child:hover, +.e-input-group.e-control-wrapper:not(.e-rtl):not(.e-disabled) .e-input-group-icon:last-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:first-child:hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:first-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + min-height: 38px; + min-width: 38px; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 12px; + padding: 0; +} + +.e-input[disabled], +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-disabled input, +.e-input-group.e-disabled input.e-input, +.e-input-group.e-disabled textarea, +.e-input-group.e-disabled textarea.e-input, +.e-input-group.e-control-wrapper.e-disabled, +.e-input-group.e-control-wrapper.e-disabled input, +.e-input-group.e-control-wrapper.e-disabled input.e-input, +.e-input-group.e-control-wrapper.e-disabled textarea, +.e-input-group.e-control-wrapper.e-disabled textarea.e-input, +.e-float-input.e-disabled input, +.e-float-input.e-disabled textarea, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled textarea, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled, +.e-input-group.e-disabled span, +.e-input-group.e-control-wrapper.e-disabled span { + cursor: not-allowed; +} + +.e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled { + border-color: #757575; + border-style: solid; +} + +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled { + border-bottom-style: solid; + border-width: 1px; +} + +.e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input.e-disabled, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled input { + filter: alpha(opacity=100); + opacity: 1; +} + +.e-input.e-rtl, +.e-input-group.e-rtl, +.e-input-group.e-control-wrapper.e-rtl { + direction: rtl; +} + +.e-input.e-corner { + border-radius: 0; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.e-float-input:not(.e-input-group), +.e-float-input.e-control-wrapper:not(.e-input-group) { + display: inline-block; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + display: -ms-flexbox; + display: flex; +} + +.e-input-group .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper .e-input-group-icon:first-child { + border-left-width: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + white-space: nowrap; +} + +.e-input-group .e-input-group-icon:not(:last-child), +.e-input-group.e-control-wrapper .e-input-group-icon:not(:last-child) { + border-right-width: 0; +} + +.e-input + .e-input-group-icon, +.e-input-group .e-input + .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input + .e-input-group-icon { + border-left-width: 0; +} + +.e-input-group:not(.e-rtl):not(.e-disabled) .e-input + .e-input-group-icon:last-child:hover, +.e-input-group.e-control-wrapper:not(.e-rtl):not(.e-disabled) .e-input + .e-input-group-icon:last-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-float-input.e-input-group.e-small:not(:disabled) .e-input-group-icon:first-child:hover, +.e-float-input.e-control-wrapper.e-input-group.e-small:not(:disabled) .e-input-group-icon:first-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group.e-corner .e-input:first-child, +.e-input-group.e-corner .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-corner .e-input:first-child, +.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-input-group.e-corner .e-input:last-child, +.e-input-group.e-corner .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-corner .e-input:last-child, +.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-input-group.e-rtl .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child { + border-left-width: 0; + border-right-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child { + border-left-width: 0; + border-right-width: 0; +} + +.e-input-group.e-rtl:not(.e-disabled) .e-input-group-icon:last-child:hover, +.e-input-group.e-control-wrapper.e-rtl:not(.e-disabled) .e-input-group-icon:last-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group.e-rtl .e-input-group-icon:not(:last-child), +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:not(:last-child) { + border-left-width: 0; +} + +.e-input-group.e-rtl:not(.e-disabled) .e-input-group-icon:not(:last-child):hover, +.e-input-group.e-control-wrapper.e-rtl:not(.e-disabled) .e-input-group-icon:not(:last-child):hover { + border-width: 0px 1px 0px 1px; +} + +.e-input-group.e-rtl .e-input-group-icon + .e-input, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon + .e-input { + border-right-width: 0; +} + +input.e-input.e-small, +textarea.e-input.e-small, +.e-small input.e-input, +.e-small textarea.e-input, +.e-input-group.e-small, +.e-small .e-input-group, +.e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-control-wrapper, +.e-input-group.e-small.e-disabled, +.e-small .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-input-group.e-control-wrapper.e-disabled { + font-size: 13px; +} + +.e-input-group.e-small .e-input, +.e-input-group.e-small.e-control-wrapper .e-input, +.e-small .e-input-group .e-input, +.e-small .e-input-group.e-control-wrapper .e-input { + font: inherit; +} + +.e-input.e-small, +.e-input-group.e-small .e-input, +.e-input-group.e-control-wrapper.e-small .e-input { + line-height: inherit; + padding: 0; +} + +.e-input-group.e-small .e-input:focus, +.e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-input-group.e-small.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 0; +} + +.e-input.e-small.e-bigger, +.e-input-group.e-small.e-bigger, +.e-small.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-input-group.e-control-wrapper, +.e-bigger .e-input.e-small, +.e-small .e-input.e-bigger, +.e-bigger .e-input-group.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-bigger, +.e-small .e-input-group.e-control-wrapper.e-bigger { + font-size: 14px; +} + +.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-input.e-small.e-disabled, +.e-small .e-input.e-bigger.e-disabled, +.e-bigger .e-input-group.e-small.e-disabled, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-input-group.e-bigger.e-disabled, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 14px; +} + +.e-input.e-small.e-bigger, +.e-bigger .e-input.e-small, +.e-small .e-input.e-bigger { + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input, +.e-input-group.e-small .e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input, +.e-input-group.e-control-wrapper.e-small .e-input.e-bigger, +.e-bigger .e-input-group.e-small .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input { + font: inherit; + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input:focus, +.e-input-group.e-small .e-input.e-bigger:focus, +.e-bigger .e-input-group.e-small .e-input:focus, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus, +.e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-input-group.e-small.e-bigger.e-input-focus .e-input, +.e-input-group.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-input-group.e-small.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 0; +} + +.e-input-group.e-small .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-input-group .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 10px; + min-height: 24px; + min-width: 24px; + padding: 0; +} + +.e-input-group.e-small:not(.e-disabled):not(.e-float-input):not(.e-rtl) .e-input-group-icon:last-child:hover, +.e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover, +.e-input-group.e-control-wrapper.e-small:not(.e-disabled):not(.e-float-input):not(.e-rtl) .e-input-group-icon:last-child:hover, +.e-input-group.e-control-wrapper.e-float-icon-left .e-input-group-icon:last-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group.e-small:not(.e-disabled):not(.e-float-input):not(.e-bigger.e-float-icon-left) .e-input-group-icon:not(:last-child):hover, +.e-input-group.e-float-icon-left .e-input-group-icon:not(:last-child):hover, +.e-input-group.e-control-wrapper.e-small:not(.e-disabled):not(.e-float-input):not(.e-bigger.e-float-icon-left) .e-input-group-icon:not(:last-child):hover, +.e-input-group.e-control-wrapper.e-float-icon-left .e-input-group-icon:not(:last-child):hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group.e-small:not(.e-disabled) .e-input-group-icon:first-child:hover, +.e-input-group.e-float-icon-left .e-input-group-icon:first-child:hover, +.e-input-group.e-control-wrapper.e-small:not(.e-disabled) .e-input-group-icon:first-child:hover, +.e-input-group.e-control-wrapper.e-float-icon-left .e-input-group-icon:first-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group.e-small.e-float-icon-left:not(.e-disabled) .e-input-group-icon:first-child:hover, +.e-input-group.e-control-wrapper.e-small.e-float-icon-left:not(.e-disabled) .e-input-group-icon:first-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group.e-bigger.e-float-icon-left:not(.e-disabled) .e-input-group-icon:first-child:hover, +.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left:not(.e-disabled) .e-input-group-icon:first-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon { + font-size: 12px; + min-height: 34px; + min-width: 34px; + padding: 0; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: italic; + font-weight: 400; + left: 0; + overflow: hidden; + padding-left: 10px; + pointer-events: none; + position: absolute; + text-overflow: ellipsis; + top: -11px; + transform: translate3d(0, 16px, 0) scale(1); + transform-origin: left top; + transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: -11px; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + -moz-transform: translate(0%, -50%); + -ms-transform: translate(0%, -50%); + -o-transform: translate(0%, -50%); + -webkit-transform: translate(0%, -50%); + box-sizing: border-box; + left: 0%; + top: 50%; + transform: translate(0%, -50%); + width: 100%; + font-style: italic; +} + +.e-float-input.e-bigger label.e-float-text, +.e-float-input label.e-float-text.e-bigger, +.e-float-input input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input label.e-float-text, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 15px; +} + +.e-float-input.e-small label.e-float-text, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-float-input.e-small.e-bigger label.e-float-text, +.e-bigger .e-float-input.e-small label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: italic; +} + +.e-float-input input:focus ~ label.e-float-text, +.e-float-input input:valid ~ label.e-float-text, +.e-float-input input ~ label.e-label-top.e-float-text, +.e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text, +.e-float-input.e-input-focus input ~ label.e-float-text { + font-size: 12px; + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); +} + +.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-bigger .e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); +} + +.e-float-input.e-bigger.e-small input:focus ~ label.e-float-text, +.e-float-input.e-bigger.e-small input:valid ~ label.e-float-text, +.e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input label.e-float-text.e-label-top, +.e-small .e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-small .e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-small .e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text, +.e-small .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text { + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); +} + +.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-size: 13px; + padding-right: 0; + top: 14px; +} + +.e-float-input.e-small input:focus ~ label.e-float-text, +.e-float-input.e-small input:valid ~ label.e-float-text, +.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-float-input input ~ label.e-label-top.e-float-text, +.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 11px; + padding-right: 0; + top: 17px; +} + +.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-small input[disabled] ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 12px; + padding-right: 0; + top: 16px; +} + +.e-float-input, +.e-float-input.e-control-wrapper { + line-height: 1.4; + margin-bottom: 0; + margin-top: 28px; + padding-top: 0; + position: relative; + width: 100%; +} + +.e-float-input.e-bigger, +.e-bigger .e-float-input, +.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-float-input.e-control-wrapper { + line-height: 1.5; + margin-bottom: 0; + margin-top: 28px; + padding-top: 0; + position: relative; + width: 100%; +} + +.e-float-input.e-small, +.e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper { + line-height: 1.35; + margin-bottom: 0; + margin-top: 25px; + padding-top: 0; +} + +.e-float-input.e-small.e-bigger, +.e-bigger.e-small .e-float-input.e-small, +.e-bigger .e-float-input.e-small, +.e-small .e-float-input.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-small, +.e-bigger .e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper.e-bigger { + line-height: 1.4; + margin-bottom: 0; + margin-top: 26px; + padding-top: 0; +} + +.e-input-group.e-bigger, +.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-input-group.e-control-wrapper { + line-height: 1.5; +} + +.e-input-group.e-small, +.e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group, +.e-small .e-input-group.e-control-wrapper, +.e-input-group.e-small.e-bigger, +.e-bigger.e-small .e-input-group.e-small, +.e-bigger .e-input-group.e-small, +.e-small .e-input-group.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-input-group.e-control-wrapper.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-control-wrapper.e-bigger { + line-height: normal; +} + +.e-float-input.e-no-float-label, +.e-float-input.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-no-float-label, +.e-float-input.e-small.e-no-float-label, +.e-small .e-float-input.e-no-float-label, +.e-float-input.e-small.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-small.e-no-float-label, +.e-small .e-float-input.e-bigger.e-no-float-label, +.e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-small.e-no-float-label, +.e-small .e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-no-float-label, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-no-float-label { + margin-top: 0; +} + +.e-float-input, +.e-float-input.e-control-wrapper, +.e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; +} + +.e-float-input input, +.e-float-input textarea, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper textarea { + border: 0 solid; + border-width: 1px; + display: block; + font: inherit; + width: 100%; +} + +.e-float-input input, +.e-float-input.e-control-wrapper input { + min-width: 0; + padding: 0; +} + +.e-float-input input, +.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-input-group.e-control-wrapper input { + text-indent: 10px; +} + +.e-float-input textarea, +.e-input-group textarea, +.e-float-input.e-control-wrapper textarea, +.e-input-group.e-control-wrapper textarea { + text-indent: 10px; +} + +.e-float-input.e-bigger, +.e-bigger .e-float-input, +.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-float-input.e-control-wrapper { + font-size: 15px; +} + +.e-float-input.e-bigger.e-disabled, +.e-bigger .e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-bigger.e-disabled, +.e-bigger .e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 15px; +} + +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-bigger .e-float-input input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input.e-small, +.e-small .e-float-input, +.e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper { + font-size: 13px; +} + +.e-float-input.e-small.e-disabled, +.e-small .e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 13px; +} + +.e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input.e-small.e-bigger, +.e-small.e-bigger .e-float-input, +.e-bigger .e-float-input.e-small, +.e-small .e-float-input.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-float-input.e-control-wrapper, +.e-bigger .e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper.e-bigger { + font-size: 14px; +} + +.e-float-input.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-disabled, +.e-bigger .e-float-input.e-small.e-disabled, +.e-small .e-float-input.e-bigger.e-disabled, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-disabled, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-float-input.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-input-group.e-disabled, +.e-bigger .e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-bigger.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 14px; +} + +.e-float-input.e-small.e-bigger input, +.e-float-input.e-small input.e-bigger, +.e-bigger .e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small input { + font: inherit; + line-height: inherit; + padding: 0; +} + +.e-float-input input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input textarea:focus, +.e-float-input.e-control-wrapper textarea:focus, +.e-float-input.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus input { + outline: none; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text { + font-family: inherit; +} + +.e-float-input input:valid ~ label.e-float-text, +.e-float-input input:focus ~ label.e-float-text, +.e-float-input input:valid ~ label.e-float-text.e-label-top, +.e-float-input input ~ label.e-float-text.e-label-top, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, +.e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top, +.e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.e-float-input textarea:valid ~ label.e-float-text, +.e-float-input textarea:focus ~ label.e-float-text, +.e-float-input textarea:valid ~ label.e-float-text.e-label-top, +.e-float-input textarea ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-weight: 400; +} + +.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-weight: 400; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + bottom: 0; + content: ''; + height: 2px; + position: absolute; + transition: .2s ease; + width: 0; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before { + left: 50%; +} + +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + right: 50%; +} + +.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before, +.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before, +.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after, +.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after, +.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before, +.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after { + width: 50%; +} + +.e-float-input .e-float-line, +.e-float-input.e-control-wrapper .e-float-line { + display: block; + position: relative; + width: 100%; +} + +.e-float-input.e-rtl, +.e-float-input.e-control-wrapper.e-rtl { + direction: rtl; +} + +.e-float-input.e-rtl label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl label.e-float-text, +.e-rtl .e-float-input label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper label.e-float-text { + right: 0; + transform-origin: right top; +} + +.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-float-input.e-rtl.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 10px; +} + +.e-input-group.e-corner.e-rtl .e-input:first-child, +.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-input-group.e-corner.e-rtl .e-input:last-child, +.e-input-group.e-corner.e-rtl .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-input-group.e-warning::before, +.e-input-group.e-control-wrapper.e-warning::before { + content: ''; +} + +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled { + background: transparent; + background-image: none; + cursor: not-allowed; + color: #757575; +} + +.e-input-group.e-corner.e-rtl input.e-input:only-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child { + border-radius: 0; +} + +.e-input-group.e-rtl .e-input:not(:first-child):focus, +.e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus { + border-right-width: 0; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input { + min-width: 0; + width: 100%; +} + +.e-input-group input.e-input, +.e-input-group textarea.e-input, +.e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]), +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) { + border: 0 solid; + border-width: 0; +} + +.e-input-group input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-bigger .e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger .e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + margin-bottom: 0; +} + +.e-input-group::before, +.e-input-group::after, +.e-input-group.e-control-wrapper::before, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group::before, +.e-input-group.e-control-wrapper::before { + content: ''; +} + +.e-input-group.e-input-focus::before, +.e-input-group.e-input-focus::after, +.e-input-group.e-control-wrapper.e-input-focus::before, +.e-input-group.e-control-wrapper.e-input-focus::after { + content: ''; +} + +.e-input-group::after, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + position: relative; + width: 100%; +} + +.e-input-group .e-input-group-icon:hover, +.e-input-group.e-rtl.e-corner .e-input-group-icon:hover, +.e-input-group.e-control-wrapper .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-rtl.e-corner .e-input-group-icon:hover { + border-radius: 0; +} + +.e-input.e-small, +.e-input-group.e-small, +.e-input-group.e-control-wrapper.e-small { + margin-bottom: 0; +} + +.e-input.e-small.e-bigger, +.e-input-group.e-small.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger .e-input.e-small, +.e-bigger .e-input-group.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small { + line-height: inherit; + margin-bottom: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-bigger .e-input-group-icon, +.e-float-input.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group.e-small .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon { + margin-top: 0; +} + +.e-input-group.e-small .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-input-group .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 0; + margin-right: 0; + margin-top: 0; +} + +.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small .e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 0; +} + +.e-input-group .e-input-group-icon:last-child, +.e-input-group.e-bigger .e-input-group-icon:last-child, +.e-input-group .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-input-group .e-input-group-icon:last-child, +.e-input-group.e-small .e-input-group-icon:last-child, +.e-input-group.e-small.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-small .e-input-group-icon.e-bigger:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger:last-child, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child, +.e-bigger .e-input-group.e-small .e-input-group-icon:last-child { + margin-right: 0; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + border-bottom: 1px solid; +} + +.e-input-group, +.e-input-group.e-success, +.e-input-group.e-warning, +.e-input-group.e-error, +.e-input-group.e-control-wrapper, +.e-input-group.e-control-wrapper.e-success, +.e-input-group.e-control-wrapper.e-warning, +.e-input-group.e-control-wrapper.e-error { + border: 1px solid; + border-width: 1px; +} + +.e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus, +.e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus { + border-right-width: 0; +} + +.e-input-group.e-input-focus.e-corner, +.e-input-group.e-control-wrapper.e-input-focus.e-corner { + border-radius: 0; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap { + background: #000; + color: #757575; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-disabled, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-disabled { + border-style: solid; +} + +.e-float-custom-tag, +.e-float-custom-tag.e-control-wrapper { + display: inline-block; +} + +.e-float-custom-tag.e-input-group, +.e-float-custom-tag.e-input-group.e-control-wrapper, +.e-input-custom-tag, +.e-input-custom-tag.e-input-group, +.e-input-custom-tag.e-input-group.e-control-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + content: ''; +} + +.e-input-group:not(.e-filled) .e-input-group-icon::after, +.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after { + content: ''; +} + +.e-input-group .e-input-group-icon.e-input-btn-ripple::after, +.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after { + content: ''; +} + +input.e-input::-ms-clear, +.e-float-input input::-ms-clear, +.e-float-input.e-control-wrapper input::-ms-clear { + display: none; +} + +.e-float-input.e-input-group .e-float-line, +.e-float-input.e-input-group.e-control-wrapper .e-float-line, +.e-float-input.e-control-wrapper.e-input-group .e-float-line, +.e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line { + bottom: -1px; + position: absolute; +} + +.e-float-input.e-input-group input, +.e-float-input.e-input-group textarea, +.e-float-input.e-input-group.e-control-wrapper input, +.e-float-input.e-input-group.e-control-wrapper textarea { + border: 0; +} + +.e-float-input.e-input-group .e-float-line, +.e-float-input.e-input-group .e-float-text, +.e-float-input.e-input-group.e-control-wrapper .e-float-line, +.e-float-input.e-input-group.e-control-wrapper .e-float-text { + right: 0; +} + +input.e-input::-webkit-input-placeholder, +input.e-input:-moz-placeholder, +input.e-input:-ms-input-placeholder, +input.e-input::-moz-placeholder { + font-size: 14px; + font-style: italic; +} + +textarea.e-input::-webkit-input-placeholder, +textarea.e-input:-moz-placeholder, +textarea.e-input:-ms-input-placeholder, +textarea.e-input::-moz-placeholder { + font-size: 14px; + font-style: italic; +} + +.e-bigger input.e-input::-webkit-input-placeholder, +input.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger input.e-input:-moz-placeholder, +input.e-bigger.e-input:-moz-placeholder, +.e-bigger input.e-input:-ms-input-placeholder, +input.e-bigger.e-input:-ms-input-placeholder, +.e-bigger input.e-input::-moz-placeholder, +input.e-bigger.e-input::-moz-placeholder { + font-size: 15px; + font-style: italic; +} + +.e-bigger textarea.e-input::-webkit-input-placeholder, +textarea.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger textarea.e-input:-moz-placeholder, +textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-input:-ms-input-placeholder, +textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-input::-moz-placeholder, +textarea.e-bigger.e-input::-moz-placeholder { + font-size: 15px; + font-style: italic; +} + +.e-small input.e-input::-webkit-input-placeholder, +input.e-small.e-input::-webkit-input-placeholder, +.e-small input.e-input:-moz-placeholder, +input.e-small.e-input:-moz-placeholder, +.e-small input.e-input:-ms-input-placeholder, +input.e-small.e-input:-ms-input-placeholder, +.e-small input.e-input::-moz-placeholder, +input.e-small.e-input::-moz-placeholder { + font-size: 13px; + font-style: italic; +} + +.e-small textarea.e-input::-webkit-input-placeholder, +textarea.e-small.e-input::-webkit-input-placeholder, +.e-small textarea.e-input:-moz-placeholder, +textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-input:-ms-input-placeholder, +textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-input::-moz-placeholder, +textarea.e-small.e-input::-moz-placeholder { + font-size: 13px; + font-style: italic; +} + +.e-bigger input.e-small.e-input::-webkit-input-placeholder, +.e-small input.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger input.e-small.e-input:-moz-placeholder, +.e-small input.e-bigger.e-input:-moz-placeholder, +.e-bigger input.e-small.e-input:-ms-input-placeholder, +.e-small input.e-bigger.e-input:-ms-input-placeholder, +.e-bigger input.e-small.e-input::-moz-placeholder, +.e-small input.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: italic; +} + +.e-bigger textarea.e-small.e-input::-webkit-input-placeholder, +.e-small textarea.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger intextareaput.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-small.e-input::-moz-placeholder, +.e-small textarea.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: italic; +} + +input.e-input:-moz-placeholder { + font-style: italic; + user-select: none; +} + +textarea.e-input:-moz-placeholder { + font-style: italic; + user-select: none; +} + +.e-input-group input.e-input:-moz-placeholder { + font-style: italic; + user-select: none; +} + +.e-input-group textarea.e-input:-moz-placeholder { + font-style: italic; + user-select: none; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + font-style: italic; + user-select: none; +} + +.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { + font-style: italic; + user-select: none; +} + +input.e-input:-moz-placeholder { + font-style: italic; + user-select: none; +} + +.e-input-group input.e-input:-moz-placeholder { + font-style: italic; + user-select: none; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + font-style: italic; + user-select: none; +} + +textarea.e-input:-moz-placeholder { + font-style: italic; + user-select: none; +} + +input.e-input::-moz-placeholder { + font-style: italic; + user-select: none; +} + +textarea.e-input::-moz-placeholder { + font-style: italic; + user-select: none; +} + +input.e-input:-ms-input-placeholder { + font-style: italic; +} + +textarea.e-input:-ms-input-placeholder { + font-style: italic; +} + +input.e-input::-webkit-input-placeholder { + font-style: italic; + -webkit-user-select: none; + user-select: none; +} + +textarea.e-input::-webkit-input-placeholder { + font-style: italic; + -webkit-user-select: none; + user-select: none; +} + +input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 30px; +} + +.e-float-input:not(.e-input-group) input, +.e-float-input.e-control-wrapper:not(.e-input-group) input { + box-sizing: border-box; + height: 32px; +} + +input.e-input.e-bigger, +.e-input-group.e-bigger input, +.e-input-group.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-bigger input, +.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-input-group input, +.e-bigger .e-input-group input.e-input, +.e-bigger .e-input-group.e-control-wrapper input, +.e-bigger .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-bigger input, +.e-float-input.e-bigger input.e-input, +.e-bigger .e-float-input input, +.e-bigger .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-float-input.e-control-wrapper input, +.e-bigger .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 38px; +} + +.e-float-input.e-bigger:not(.e-input-group) input, +.e-float-input.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-float-input:not(.e-input-group) input, +.e-bigger .e-float-input:not(.e-input-group) input.e-input, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 40px; +} + +input.e-input.e-small, +.e-input-group.e-small input, +.e-input-group.e-small input.e-input, +.e-small .e-input-group input, +.e-small .e-input-group input.e-input, +.e-input-group.e-control-wrapper.e-small input, +.e-input-group.e-control-wrapper.e-small input.e-input, +.e-small .e-input-group.e-control-wrapper input, +.e-small .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-small input, +.e-float-input.e-small input.e-input, +.e-small .e-float-input input, +.e-small .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-small input, +.e-float-input.e-control-wrapper.e-small input.e-input, +.e-small .e-float-input.e-control-wrapper input, +.e-small .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 24px; +} + +.e-float-input.e-small:not(.e-input-group) input, +.e-float-input.e-small:not(.e-input-group) input.e-input, +.e-small .e-float-input:not(.e-input-group) input, +.e-small .e-float-input:not(.e-input-group) input.e-input +.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input, +.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 26px; +} + +input.e-input.e-small.e-bigger, +.e-input-group.e-bigger.e-small input, +.e-input-group.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-input-group input, +.e-bigger.e-small .e-input-group input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small input, +.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper input, +.e-bigger.e-small .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-bigger.e-small input, +.e-float-input.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-float-input input, +.e-bigger.e-small .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small input, +.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper input, +.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; + height: 34px; +} + +.e-float-input.e-bigger.e-small:not(.e-input-group) input, +.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-float-input:not(.e-input-group) input, +.e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; + height: 36px; +} + +textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + box-sizing: border-box; + height: auto; +} + +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-input-group.e-bigger textarea, +.e-input-group.e-bigger textarea.e-input, +.e-bigger .e-input-group textarea, +.e-bigger .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger textarea, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger textarea, +.e-float-input.e-bigger textarea.e-input, +.e-bigger .e-float-input textarea, +.e-bigger .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-float-input.e-control-wrapper textarea, +.e-bigger .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: auto; +} + +textarea.e-input.e-small, +.e-input-group.e-small textarea, +.e-input-group.e-small textarea.e-input, +.e-small .e-input-group textarea, +.e-small .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea, +.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-small textarea, +.e-float-input.e-small textarea.e-input, +.e-small .e-float-input textarea, +.e-small .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-input, +.e-small .e-float-input.e-control-wrapper textarea, +.e-small .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: auto; +} + +textarea.e-input.e-small.e-bigger, +.e-input-group.e-bigger.e-small textarea, +.e-input-group.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-input-group textarea, +.e-bigger.e-small .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger.e-small textarea, +.e-float-input.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-float-input textarea, +.e-bigger.e-small .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; + height: auto; +} + +input.e-input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-input-group.e-bigger .e-input, +.e-input-group.e-control-wrapper.e-bigger .e-input, +.e-bigger input.e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input, +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-bigger .e-float-input input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input { + text-indent: 12px; +} + +input.e-input.e-small, +.e-input-group input.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input.e-small, +.e-input-group.e-small .e-input, +.e-input-group.e-control-wrapper.e-small .e-input, +.e-small input.e-input, +.e-small .e-input-group .e-input, +.e-small .e-input-group.e-control-wrapper .e-input, +.e-float-input.e-small input, +.e-float-input input.e-small, +.e-small .e-float-input input, +.e-float-input.e-control-wrapper.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-small .e-float-input.e-control-wrapper input { + text-indent: 10px; +} + +textarea.e-input.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small, +.e-small input.e-input, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-small .e-float-input textarea, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-float-input.e-control-wrapper textarea { + text-indent: 10px; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input.e-input, +.e-float-input.e-control-wrapper input, +.e-input-group input.e-input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input input:focus, +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-control-wrapper.e-input-focus input, +.e-float-input.e-input-focus input { + padding-left: 10px; + text-indent: 0; +} + +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea.e-input, +.e-float-input.e-control-wrapper textarea, +.e-input-group textarea.e-input:focus, +.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-float-input.e-control-wrapper textarea:focus, +.e-float-input textarea:focus { + padding-left: 10px; + text-indent: 0; +} + +input.e-input.e-rtl, +.e-input-group.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-float-input.e-rtl input, +.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-input-group input.e-input, +.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-rtl .e-float-input input, +.e-rtl .e-float-input.e-control-wrapper input, +.e-input-group.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-float-input.e-rtl input, +.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-input-group input.e-input, +.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-rtl .e-float-input input, +.e-rtl .e-float-input.e-control-wrapper input, +.e-input-group.e-rtl input.e-input:focus, +.e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-float-input.e-rtl input:focus, +.e-float-input.e-control-wrapper.e-rtl input:focus, +.e-rtl .e-input-group input.e-input:focus, +.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-rtl .e-float-input input:focus, +.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-input-group.e-rtl.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-rtl .e-input-group.e-input-focus input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-rtl.e-input-focus input, +.e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-rtl .e-float-input.e-input-focus input, +.e-rtl .e-float-input.e-control-wrapper.e-input-focus input { + padding-left: 0; + padding-right: 10px; + text-indent: 0; +} + +textarea.e-input.e-rtl, +.e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-rtl .e-float-input:not(.e-outline) textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-rtl .e-float-input:not(.e-outline) textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-float-input:not(.e-outline).e-rtl textarea:focus, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus { + padding-right: 10px; + text-indent: 0; +} + +input.e-input.e-small, +.e-small input.e-input, +.e-input-group.e-small input.e-input, +.e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-float-input.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-input-group input.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-float-input input, +.e-small .e-float-input.e-control-wrapper input, +.e-small .e-input-group input.e-input, +.e-small .e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-small input.e-input:focus, +.e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-float-input.e-small input:focus, +.e-float-input.e-control-wrapper.e-small input:focus, +.e-small .e-input-group.e-control-wrapper input.e-input:focus, +.e-small .e-input-group input.e-input:focus, +.e-small .e-float-input input:focus, +.e-small .e-float-input.e-control-wrapper input:focus, +.e-input-group.e-small.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small .e-input-group.e-input-focus input.e-input, +.e-float-input.e-small.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus.e-small input, +.e-small .e-float-input.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-input-focus input { + padding-left: 10px; + text-indent: 0; +} + +textarea.e-input.e-small, +.e-small textarea.e-input, +.e-input-group.e-small textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper textarea.e-input.e-small, +.e-small .e-float-input.e-control-wrapper textarea, +.e-small .e-float-input textarea, +.e-small .e-input-group textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-small textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-float-input.e-small textarea:focus, +.e-float-input.e-control-wrapper.e-small textarea:focus, +.e-small .e-input-group textarea.e-input:focus, +.e-small .e-input-group.e-control-wrapper textarea.e-input:focus, +.e-small .e-float-input.e-control-wrapper textarea:focus, +.e-small .e-float-input textarea:focus { + padding-left: 10px; + text-indent: 0; +} + +.e-rtl input.e-input.e-small, +input.e-input.e-small.e-rtl, +.e-small.e-rtl input.e-input, +.e-small input.e-input.e-rtl, +.e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-float-input.e-small.e-rtl input, +.e-input-group.e-small.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-rtl .e-float-input.e-small input, +.e-rtl .e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-input-group.e-small input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-rtl input.e-small, +.e-float-input.e-control-wrapper.e-rtl input.e-small, +.e-input-group.e-rtl input.e-input.e-small, +.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small, +.e-rtl .e-float-input input.e-small, +.e-rtl .e-float-input.e-control-wrapper input.e-small, +.e-rtl .e-input-group input.e-input.e-small, +.e-rtl .e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-float-input.e-rtl input, +.e-small .e-float-input.e-control-wrapper.e-rtl input, +.e-small .e-input-group.e-rtl input.e-input, +.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-small.e-rtl .e-float-input.e-control-wrapper input, +.e-small.e-rtl .e-float-input input, +.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-small.e-rtl .e-input-group input.e-input, +.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-small.e-rtl .e-input-group input.e-input:focus, +.e-small.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-small.e-rtl .e-float-input input:focus, +.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-small .e-input-group.e-rtl input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-rtl input:focus, +.e-small .e-float-input.e-rtl input:focus, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-rtl.e-input-focus input.e-input, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input, +.e-small.e-rtl .e-float-input.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-small .e-float-input.e-rtl.e-input-focus input { + padding-left: 0; + padding-right: 10px; + text-indent: 0; +} + +.e-rtl textarea.e-input.e-small, +textarea.e-input.e-small.e-rtl, +.e-small.e-rtl textarea.e-input, +.e-small textarea.e-input.e-rtl, +.e-float-input:not(.e-outline).e-small.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea, +.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea, +.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small, +.e-float-input:not(.e-outline).e-rtl textarea.e-small, +.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small, +.e-rtl .e-float-input:not(.e-outline) textarea.e-small, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-small .e-float-input:not(.e-outline).e-rtl textarea, +.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-small.e-rtl .e-float-input:not(.e-outline) textarea, +.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus, +.e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus, +.e-small .e-float-input:not(.e-outline).e-rtl textarea:focus { + padding-right: 10px; + text-indent: 0; +} + +input.e-input.e-bigger, +.e-bigger input.e-input, +.e-input-group.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input, +.e-bigger .e-float-input input, +.e-bigger .e-input-group.e-control-wrapper input.e-input, +.e-bigger .e-input-group input.e-input, +.e-input-group.e-bigger input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger input:focus, +.e-float-input.e-bigger input:focus, +.e-bigger .e-input-group input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper input:focus, +.e-bigger .e-float-input input:focus, +.e-input-group.e-bigger.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-bigger .e-input-group.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-float-input.e-bigger.e-input-focus input, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger .e-float-input.e-input-focus input { + padding-left: 12px; + text-indent: 0; +} + +.e-rtl input.e-input.e-bigger, +input.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl input.e-input, +.e-bigger input.e-input.e-rtl, +.e-float-input.e-control-wrapper.e-bigger.e-rtl input, +.e-float-input.e-bigger.e-rtl input, +.e-input-group.e-bigger.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input, +.e-rtl .e-float-input.e-bigger input, +.e-rtl .e-input-group.e-bigger input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-float-input.e-control-wrapper.e-rtl input.e-bigger, +.e-float-input.e-rtl input.e-bigger, +.e-input-group.e-rtl input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger, +.e-rtl .e-float-input.e-control-wrapper input.e-bigger, +.e-rtl .e-float-input input.e-bigger, +.e-rtl .e-input-group input.e-input.e-bigger, +.e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input, +.e-bigger .e-float-input.e-rtl input, +.e-bigger .e-input-group.e-rtl input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input, +.e-bigger.e-rtl .e-float-input input, +.e-bigger.e-rtl .e-input-group input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-bigger.e-rtl .e-input-group input.e-input:focus, +.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-bigger.e-rtl .e-float-input input:focus, +.e-bigger .e-input-group.e-rtl input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-bigger .e-float-input.e-rtl input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus, +.e-bigger.e-rtl .e-input-group.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-bigger .e-input-group.e-rtl.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-input-focus input, +.e-bigger .e-float-input.e-rtl.e-input-focus input, +.e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input { + padding-left: 0; + padding-right: 12px; + text-indent: 0; +} + +textarea.e-input.e-bigger, +.e-bigger textarea.e-input, +.e-input-group.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper textarea.e-bigger, +.e-float-input.e-bigger textarea, +.e-float-input textarea.e-bigger, +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper textarea, +.e-bigger .e-float-input textarea, +.e-bigger .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-bigger textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger textarea:focus, +.e-float-input.e-bigger textarea:focus, +.e-bigger .e-input-group textarea.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper textarea:focus, +.e-bigger .e-float-input textarea:focus { + padding-left: 12px; + text-indent: 0; +} + +.e-rtl textarea.e-input.e-bigger, +textarea.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl textarea.e-input, +.e-bigger textarea.e-input.e-rtl, +.e-float-input.e-control-wrapper:not(.e-outline).e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-bigger.e-rtl textarea, +.e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-bigger textarea, +.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea.e-bigger, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger, +.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger, +.e-rtl .e-float-input:not(.e-outline) textarea.e-bigger, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-rtl textarea, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus, +.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus { + padding-right: 12px; + text-indent: 0; +} + +input.e-input.e-bigger.e-small, +.e-bigger input.e-input.e-small, +.e-input-group.e-small.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-input-group.e-small input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger .e-input-group.e-small input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-small.e-bigger input, +.e-float-input.e-small input.e-bigger, +.e-bigger .e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small input, +.e-bigger .e-input-group.e-small input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger .e-float-input.e-small input:focus, +.e-small .e-input-group.e-bigger input.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small .e-float-input.e-bigger input:focus, +.e-input-group.e-bigger.e-small input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-input-group.e-small.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-input-group.e-bigger.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger .e-float-input.e-small.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small .e-float-input.e-bigger.e-input-focus input, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-float-input.e-bigger.e-small.e-input-focus input { + padding-left: 12px; + text-indent: 0; +} + +.e-bigger input.e-input.e-small.e-rtl, +.e-input-group.e-small.e-bigger.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input, +.e-input-group.e-small.e-rtl input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger, +.e-bigger .e-input-group.e-small.e-rtl input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-float-input.e-small.e-bigger.e-rtl input, +.e-float-input.e-small.e-rtl input.e-bigger, +.e-bigger .e-float-input.e-small.e-rtl input, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input, +.e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-bigger.e-rtl input.e-input.e-small, +.e-rtl .e-input-group.e-small.e-bigger input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-rtl .e-input-group.e-small input.e-input.e-bigger, +.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger.e-rtl .e-input-group.e-small input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input, +.e-rtl .e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-rtl .e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-float-input.e-small.e-bigger input, +.e-rtl .e-float-input.e-small input.e-bigger, +.e-bigger.e-rtl .e-float-input.e-small input, +.e-bigger .e-input-group.e-small.e-rtl input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus, +.e-bigger .e-float-input.e-small.e-rtl input:focus, +.e-small .e-input-group.e-bigger.e-rtl input.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus, +.e-small .e-float-input.e-bigger.e-rtl input:focus, +.e-input-group.e-bigger.e-small.e-rtl input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus, +.e-float-input.e-bigger.e-small.e-rtl input:focus, +.e-bigger.e-rtl .e-input-group.e-small input.e-input:focus, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger.e-rtl .e-float-input.e-small input:focus, +.e-small.e-rtl .e-input-group.e-bigger input.e-input:focus, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small.e-rtl .e-float-input.e-bigger input:focus, +.e-rtl .e-input-group.e-bigger.e-small input.e-input:focus, +.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-rtl .e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input, +.e-bigger .e-float-input.e-small.e-rtl.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input, +.e-small .e-float-input.e-bigger.e-rtl.e-input-focus input, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input, +.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-small.e-input-focus input, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small.e-rtl .e-float-input.e-bigger.e-input-focus input, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-rtl .e-float-input.e-bigger.e-small.e-input-focus input, +.e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input, +.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input { + padding-left: 0; + padding-right: 12px; + text-indent: 0; +} + +textarea.e-input.e-bigger.e-small, +.e-bigger textarea.e-input.e-small, +.e-input-group.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-input-group.e-small textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger .e-input-group.e-small textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-float-input.e-small.e-bigger textarea, +.e-float-input.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-small textarea, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea, +.e-bigger .e-input-group.e-small textarea.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus, +.e-bigger .e-float-input.e-small textarea:focus, +.e-small .e-input-group.e-bigger textarea.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus, +.e-small .e-float-input.e-bigger textarea:focus, +.e-input-group.e-bigger.e-small textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus, +.e-float-input.e-bigger.e-small textarea:focus { + padding-left: 12px; + text-indent: 0; +} + +.e-bigger textarea.e-input.e-small.e-rtl, +.e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger, +.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea, +.e-bigger.e-rtl textarea.e-input.e-small, +.e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea, +.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus, +.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus, +.e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus, +.e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus, +.e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus, +.e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus, +.e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus, +.e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus { + padding-right: 12px; + text-indent: 0; +} + +.e-float-input .e-clear-icon, +.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + background: transparent; + border: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-width: 24px; + outline: none; + padding: 0; + text-align: center; +} + +.e-float-input .e-clear-icon::before, +.e-float-input.e-control-wrapper .e-clear-icon::before, +.e-input-group .e-clear-icon::before, +.e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 12px; + padding: 0; + text-align: center; + vertical-align: middle; +} + +.e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide { + cursor: pointer; + display: -ms-flexbox; + display: flex; +} + +.e-float-input.e-small.e-bigger .e-clear-icon, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon, +.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon, +.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon, +.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon, +.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon, +.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon, +.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon { + padding-bottom: 0; +} + +.e-float-input.e-small .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-small .e-clear-icon::before, +.e-input-group.e-small .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-small .e-clear-icon::before, +.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-float-input input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-float-input .e-clear-icon::before, +.e-small .e-input-group .e-clear-icon::before, +.e-small .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 10px; +} + +.e-float-input.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-input-group.e-bigger .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-float-input input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input .e-clear-icon::before, +.e-bigger .e-input-group .e-clear-icon::before, +.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 12px; +} + +.e-float-input.e-small.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-input-group.e-small.e-bigger .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before { + font-size: 12px; +} + +.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper input:not(:valid):first-child ~ .e-clear-icon { + display: none; +} + +.e-input-group .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide { + display: none; +} + +.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide { + cursor: pointer; +} + +.e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide { + cursor: not-allowed; +} + +.e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-float-input input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide, +.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide { + cursor: auto; +} + +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 30px; + padding-bottom: 0; + padding-left: 0; + padding-right: 0; + padding-top: 0; +} + +.e-float-input.e-input-group .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-input-group .e-clear-icon.e-bigger, +.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger .e-input-group .e-clear-icon, +.e-bigger .e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 38px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-bigger .e-clear-icon, +.e-input-group.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-small.e-bigger .e-clear-icon, +.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon { + min-height: 0; + min-width: 34px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-small .e-clear-icon, +.e-input-group .e-clear-icon.e-small, +.e-small .e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper .e-clear-icon { + min-height: 0; + min-width: 24px; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; +} + +.e-input-group.e-float-input.e-small .e-clear-icon, +.e-input-group.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-float-input .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding-right: 0; + padding-top: 0; +} + +.e-input:not(:valid), +.e-input:valid, +.e-float-input.e-control-wrapper input:not(:valid), +.e-float-input.e-control-wrapper input:valid, +.e-float-input input:not(:valid), +.e-float-input input:valid, +.e-input-group input:not(:valid), +.e-input-group input:valid, +.e-input-group.e-control-wrapper input:not(:valid), +.e-input-group.e-control-wrapper input:valid, +.e-float-input.e-control-wrapper textarea:not(:valid), +.e-float-input.e-control-wrapper textarea:valid, +.e-float-input textarea:not(:valid), +.e-float-input textarea:valid, +.e-input-group.e-control-wrapper textarea:not(:valid), +.e-input-group.e-control-wrapper textarea:valid, +.e-input-group textarea:not(:valid), +.e-input-group textarea:valid { + box-shadow: none; +} + +.e-input-group .e-input-in-wrap, +.e-input-group.e-control-wrapper .e-input-in-wrap, +.e-float-input .e-input-in-wrap, +.e-float-input.e-control-wrapper .e-input-in-wrap { + width: 100%; + display: -ms-flexbox; + display: flex; + position: relative; +} + +.e-float-input.e-input-group.e-small:not(.e-float-icon-left):not(.e-input-group.e-disabled) .e-input-group-icon:last-child:hover, +.e-float-input.e-control-wrapper.e-input-group.e-small:not(.e-float-icon-left):not(.e-input-group.e-disabled) .e-input-group-icon:last-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-float-input.e-input-group.e-small.e-float-icon-left .e-input-group-icon:not(:last-child):hover, +.e-float-input.e-input-group.e-float-icon-left .e-input-group-icon:not(:last-child):hover, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left .e-input-group-icon:not(:last-child):hover, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-group-icon:not(:last-child):hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-float-input.e-input-group.e-small.e-float-icon-left .e-input-group-icon:last-child:hover, +.e-float-input.e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left .e-input-group-icon:last-child:hover, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + border-width: 0px 1px 0px 1px; + box-sizing: border-box; +} + +.e-float-input .e-input-in-wrap label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text { + right: 0; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; +} + +.e-float-input input.e-input, +.e-float-input.e-bigger .e-input, +.e-bigger .e-float-input .e-input, +.e-float-input.e-control-wrapper input.e-input, +.e-float-input.e-control-wrapper.e-bigger .e-input, +.e-bigger .e-float-input.e-control-wrapper .e-input { + margin-bottom: 0; +} + +.e-float-input textarea:focus ~ label.e-float-text, +.e-float-input textarea:valid ~ label.e-float-text, +.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + font-size: 12px; + font-style: normal; + top: 15px; + transform: translate3d(-10px, -40px, 0) scale(1); +} + +.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 13px; + top: 14px; +} + +.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 11px; + top: 16px; +} + +.e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text { + font-size: 12px; + top: 16px; +} + +.e-float-input textarea ~ .e-float-text, +.e-float-input.e-control-wrapper textarea ~ .e-float-text { + top: 15px; +} + +.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-float-input.e-bigger textarea ~ label.e-float-text, +.e-float-input textarea ~ label.e-float-text.e-bigger, +.e-float-input textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-float-text, +.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 15px; + top: 18 px; +} + +.e-float-input.e-small textarea ~ label.e-float-text, +.e-float-input textarea ~ label.e-float-text.e-small, +.e-float-input textarea.e-small ~ label.e-float-text, +.e-small .e-float-input textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small, +.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text { + font-size: 13px; + top: 15px; +} + +.e-input-group:hover:not(.e-disabled), +.e-input-group.e-control-wrapper:hover:not(.e-disabled), +.e-float-input:hover:not(.e-disabled), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-disabled), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) { + border-bottom-width: 1px; +} + +.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + font-style: normal; + padding-right: 0; + top: 14px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 11px; + font-style: normal; + padding-right: 0; + top: 17px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-style: normal; + padding-right: 0; + top: 16px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + -moz-transform: translate(0%, -50%); + -ms-transform: translate(0%, -50%); + -o-transform: translate(0%, -50%); + -webkit-transform: translate(0%, -50%); + box-sizing: border-box; + left: 0%; + top: 15px; + transform: translate(0%, -50%); + width: 100%; + font-style: italic; +} + +.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: italic; +} + +.e-float-input.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea label.e-float-text.e-label-top, +.e-small .e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top { + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-style: normal; + transform: translate3d(0, 16px, 0) scale(1); +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + font-style: italic; + font-weight: 400; + left: 0; + overflow: hidden; + padding-left: 10px; + pointer-events: none; + position: absolute; + text-overflow: ellipsis; + top: -11px; + transform: translate3d(0, 16px, 0) scale(1); + transform-origin: left top; + transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +textarea.e-input::-webkit-textarea-placeholder, +textarea.e-input:-moz-placeholder, +textarea.e-input:-ms-textarea-placeholder, +textarea.e-input::-moz-placeholder { + font-size: 14px; + font-style: italic; +} + +.e-small textarea.e-input::-webkit-textarea-placeholder, +textarea.e-small.e-input::-webkit-textarea-placeholder, +.e-small textarea.e-input:-moz-placeholder, +textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-input:-ms-input-placeholder, +textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-input::-moz-placeholder, +textarea.e-small.e-input::-moz-placeholder { + font-size: 13px; + font-style: italic; +} + +.e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder, +.e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder, +.e-bigger textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-small.e-input::-moz-placeholder, +.e-small textarea.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: italic; +} + +.e-bigger textarea.e-input::-webkit-textarea-placeholder, +textarea.e-bigger.e-input::-webkit-textarea-placeholder, +.e-bigger textarea.e-input:-moz-placeholder, +textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-input:-ms-textarea-placeholder, +textarea.e-bigger.e-input:-ms-textarea-placeholder, +.e-bigger textarea.e-input::-moz-placeholder, +textarea.e-bigger.e-input::-moz-placeholder { + font-size: 15px; + font-style: italic; +} + +.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 11px; + font-style: normal; + padding-right: 0; + top: 17px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + font-style: normal; + padding-right: 0; + top: 16px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + font-style: normal; + padding-right: 0; + top: 14px; + transform: translate3d(-10px, -43px, 0) scale(1); + -webkit-user-select: text; + user-select: text; +} + +.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + font-style: normal; + padding-right: 0; + transform: translate3d(-10px, -43px, 0) scale(1); +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled { + border-color: #757575; + border-style: solid; +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-disabled textarea, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled, +.e-float-input.e-control-wrapper.e-disabled textarea { + filter: alpha(opacity=100); + opacity: 1; +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled { + background: transparent; + background-image: none; + cursor: not-allowed; + color: #757575; +} + +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea, +.e-float-input.e-input-group textarea, +.e-float-input.e-control-wrapper textarea, +.e-float-input.e-control-wrapper.e-input-group textarea { + border-radius: 0; +} + +textarea.e-input, +.e-input-group textarea, +.e-input-group textarea.e-input, +.e-input-group.e-input-focus textarea, +.e-input-group.e-input-focus textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-input-group.e-control-wrapper.e-input-focus textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + line-height: 1.5; + min-height: 30px; + min-width: 0; + padding: 4px 10px 0 10px; + resize: vertical; +} + +.e-input-group.e-bigger textarea, +.e-input-group.e-bigger textarea.e-input, +.e-input-group textarea.e-bigger, +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-bigger textarea, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-input-group textarea, +.e-bigger .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger textarea, +.e-float-input textarea.e-bigger, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper textarea.e-bigger, +.e-bigger .e-float-input textarea, +.e-bigger .e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 36px; + padding: 6px 12px 0 12px; +} + +.e-input-group.e-input-focus.e-bigger textarea, +.e-input-group.e-input-focus.e-bigger textarea.e-input, +.e-input-group.e-input-focus textarea.e-bigger, +.e-input-group.e-input-focus textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea, +.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-bigger .e-input-group.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 36px; + padding: 6px 12px 0 12px; +} + +.e-input-group.e-small textarea, +.e-input-group.e-small textarea.e-input, +.e-input-group textarea.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper.e-small textarea, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-input-group textarea, +.e-small .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-float-input textarea, +.e-small .e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 26px; + padding: 4px 10px 0 10px; +} + +.e-input-group.e-input-focus.e-small textarea, +.e-input-group.e-input-focus.e-small textarea.e-input, +.e-input-group.e-input-focus textarea.e-small, +.e-input-group.e-input-focus textarea.e-input.e-small, +.e-input-group.e-input-focus textarea.e-input.e-small, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-small .e-input-group.e-input-focus textarea, +.e-small .e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 26px; + padding: 4px 10px 0 10px; +} + +.e-input-group.e-small.e-bigger textarea.e-input, +.e-input-group.e-small textarea.e-input.e-bigger, +.e-input-group textarea.e-input.e-bigger.e-small, +.e-input-group.e-bigger textarea.e-small, +.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-input-group textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-bigger .input-group textarea.e-small, +.e-bigger .e-input-group.e-small textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input, +.e-small .input-group textarea.e-bigger, +.e-small .e-input-group.e-bigger textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-float-input textarea.e-bigger.e-small, +.e-float-input.e-small.e-bigger textarea, +.e-float-input.e-small textarea.e-bigger, +.e-float-input.e-bigger textarea.e-small, +.e-bigger .e-float-input.e-small textarea, +.e-bigger.e-small .e-float-input textarea, +.e-bigger .float-input textarea.e-small, +.e-small .e-float-input.e-bigger textarea, +.e-small .float-input textarea.e-bigger, +.e-small .e-float-input.e-control-wrapper textarea.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea, +.e-bigger .e-small.e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 32px; + padding: 4px 12px 0 12px; +} + +.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small, +.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input, +.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger, +.e-input-group.e-input-focus.e-bigger textarea.e-small, +.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 32px; + padding: 4px 12px 0 12px; +} + +.e-filled.e-input-group, +.e-filled.e-input-group.e-control-wrapper, +.e-filled.e-float-input, +.e-filled.e-float-input.e-control-wrapper { + line-height: 1; +} + +.e-filled textarea.e-input, +.e-filled.e-input-group.e-multi-line-input textarea, +.e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea, +.e-filled.e-float-input.e-multi-line-input textarea, +.e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea { + box-sizing: border-box; +} + +/*! input theme */ +input.e-input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +textarea.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + background: #000; + border-color: #fff; + color: #fff; +} + +.e-input-group, +.e-input-group.e-control-wrapper, +.e-float-input, +.e-float-input.e-input-group, +.e-float-input.e-control-wrapper, +.e-float-input.e-input-group.e-control-wrapper { + background: #000; + color: #fff; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + background: #000; + border-color: #fff; + color: #fff; +} + +.e-input-group.e-disabled .e-input-group-icon, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + color: #757575; +} + +.e-input[disabled], +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input input[disabled], +.e-float-input.e-control-wrapper input[disabled], +.e-float-input textarea[disabled], +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled { + -webkit-text-fill-color: #757575; + background: #000; + color: #757575; + border-color: #757575; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea, +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled input.e-input, +.e-input-group.e-control-wrapper.e-disabled input.e-input, +.e-input-group.e-disabled textarea.e-input, +.e-input-group.e-control-wrapper.e-disabled textarea.e-input { + background: none; + color: inherit; +} + +.e-input-group .e-input[readonly], +.e-input-group.e-control-wrapper .e-input[readonly], +.e-float-input input[readonly], +.e-float-input.e-control-wrapper input[readonly], +.e-float-input textarea[readonly], +.e-float-input.e-control-wrapper textarea[readonly] { + background: none; + color: inherit; +} + +.e-float-input.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled input, +.e-float-input.e-disabled textarea, +.e-float-input.e-control-wrapper.e-disabled textarea, +.e-float-input input[disabled], +.e-float-input.e-control-wrapper input[disabled], +.e-float-input textarea[disabled], +.e-float-input.e-control-wrapper textarea[disabled] { + color: inherit; +} + +/*! Added color to textbox for disbaled state */ +.e-float-input:not(.e-disabled) input[disabled], +.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled], +.e-float-input:not(.e-disabled) textarea[disabled], +.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] { + -webkit-text-fill-color: #757575; + color: #757575; +} + +.e-input-group.e-disabled .e-input-group-icon, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + background: #000; + border-color: #757575; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover { + background: #685708; + border-color: #fff; + color: #fff; +} + +.e-input.e-success, +.e-input.e-success:focus, +.e-input-group.e-success input.e-input, +.e-input-group.e-control-wrapper.e-success input.e-input, +.e-input-group.e-success .e-input-group-icon, +.e-input-group.e-control-wrapper.e-success .e-input-group-icon, +.e-input-group.e-success textarea.e-input, +.e-input-group.e-control-wrapper.e-success textarea.e-input { + border-color: #2bc700; +} + +.e-input.e-warning, +.e-input.e-warning:focus, +.e-input-group.e-warning input.e-input, +.e-input-group.e-control-wrapper.e-warning input.e-input, +.e-input-group.e-warning .e-input-group-icon, +.e-input-group.e-control-wrapper.e-warning .e-input-group-icon, +.e-input-group.e-warning textarea.e-input, +.e-input-group.e-control-wrapper.e-warning textarea.e-input { + border-color: #ff7d1a; +} + +.e-input + .e-input-group-icon:not(.e-input-group.e-float-icon-left):last-child:hover, +.e-input-group.e-success .e-input + .e-input-group-icon:last-child:hover, +.e-input-group.e-success.e-control-wrapper .e-input + .e-input-group-icon:last-child:hover { + border-color: #2bc700; +} + +.e-input.e-error, +.e-input.e-error:focus, +.e-input-group.e-error input.e-input, +.e-input-group.e-control-wrapper.e-error input.e-input, +.e-input-group.e-control-wrapper.e-error .e-input-group-icon, +.e-input-group.e-error .e-input-group-icon, +.e-input-group.e-error textarea.e-input, +.e-input-group.e-control-wrapper.e-error textarea.e-input { + border-color: #ff6161; +} + +label.e-float-text, +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #fff; + color: #969696; +} + +.e-float-input.e-error label.e-float-text, +.e-float-input.e-control-wrapper.e-error label.e-float-text, +.e-float-input.e-error input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text, +.e-float-input.e-error.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text, +.e-float-input.e-error textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text { + color: #ff6161; + color: #fff; +} + +.e-float-input input, +.e-float-input textarea, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper textarea { + border-bottom-color: #fff; +} + +.e-float-input.e-success input, +.e-float-input.e-success textarea, +.e-float-input.e-control-wrapper.e-success input, +.e-float-input.e-control-wrapper.e-success textarea { + border-color: #2bc700; +} + +.e-float-input.e-warning input, +.e-float-input.e-control-wrapper.e-warning input, +.e-float-input.e-warning textarea, +.e-float-input.e-control-wrapper.e-warning textarea { + border-color: #ff7d1a; +} + +.e-float-input.e-error input, +.e-float-input.e-control-wrapper.e-error input, +.e-float-input.e-error textarea, +.e-float-input.e-control-wrapper.e-error textarea { + border-color: #ff6161; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #969696; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #969696; +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #969696; +} + +.e-float-input:not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: #969696; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:active, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active { + background: #ffd939; + color: #000; + border-left-color: transparent; + border-right-color: transparent; +} + +.e-float-input.e-input-group.e-small.e-float-icon-left .e-input-group-icon:last-child:hover, +.e-float-input.e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left .e-input-group-icon:last-child:hover, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover { + border-right-color: transparent; +} + +.e-float-input.e-input-group.e-small.e-float-icon-left .e-input-group-icon:not(:last-child):hover, +.e-float-input.e-input-group.e-float-icon-left .e-input-group-icon:not(:last-child):hover, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left .e-input-group-icon:not(:last-child):hover, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-group-icon:not(:last-child):hover { + border-left-color: transparent; +} + +.e-float-input.e-input-group.e-small:not(.e-float-icon-left):not(.e-input-group.e-disabled) .e-input-group-icon:last-child:hover, +.e-float-input.e-control-wrapper.e-input-group.e-small:not(.e-float-icon-left):not(.e-input-group.e-disabled) .e-input-group-icon:last-child:hover { + border-right-color: transparent; +} + +.e-input-group.e-small.e-float-icon-left:not(.e-disabled) .e-input-group-icon:first-child:hover, +.e-input-group.e-control-wrapper.e-small.e-float-icon-left:not(.e-disabled) .e-input-group-icon:first-child:hover { + border-left-color: transparent; +} + +.e-input-group.e-small:not(.e-disabled) .e-input-group-icon:first-child:hover, +.e-input-group.e-float-icon-left .e-input-group-icon:first-child:hover, +.e-input-group.e-control-wrapper.e-small:not(.e-disabled) .e-input-group-icon:first-child:hover, +.e-input-group.e-control-wrapper.e-float-icon-left .e-input-group-icon:first-child:hover { + border-left-color: transparent; +} + +.e-input-group.e-small:not(.e-disabled):not(.e-float-input):not(.e-rtl) .e-input-group-icon:last-child:hover, +.e-input-group.e-float-icon-left .e-input-group-icon:last-child:hover, +.e-input-group.e-control-wrapper.e-small:not(.e-disabled):not(.e-float-input):not(.e-rtl) .e-input-group-icon:last-child:hover, +.e-input-group.e-control-wrapper.e-float-icon-left .e-input-group-icon:last-child:hover { + border-right-color: transparent; +} + +.e-input-group.e-rtl:not(.e-disabled) .e-input-group-icon:last-child:hover, +.e-input-group.e-control-wrapper.e-rtl:not(.e-disabled) .e-input-group-icon:last-child:hover { + border-left-color: transparent; +} + +.e-input-group:not(.e-rtl):not(.e-disabled) .e-input + .e-input-group-icon:last-child:hover, +.e-input-group.e-control-wrapper:not(.e-rtl):not(.e-disabled) .e-input + .e-input-group-icon:last-child:hover { + border-right-color: transparent; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:first-child:hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:first-child:hover { + border-left-color: transparent; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:not(:last-child):hover + .e-input-group-icon:not(:last-child):hover { + border-right-color: transparent; +} + +.e-input-group:not(.e-rtl):not(.e-disabled) .e-input-group-icon:last-child:hover, +.e-input-group.e-control-wrapper:not(.e-rtl):not(.e-disabled) .e-input-group-icon:last-child:hover { + border-right-color: transparent; +} + +input.e-input::selection, +textarea.e-input::selection, +.e-input-group input.e-input::selection, +.e-input-group.e-control-wrapper input.e-input::selection, +.e-float-input input::selection, +.e-float-input.e-control-wrapper input::selection, +.e-input-group textarea.e-input::selection, +.e-input-group.e-control-wrapper textarea.e-input::selection, +.e-float-input textarea::selection, +.e-float-input.e-control-wrapper textarea::selection { + background: #ffd939; + color: #000; +} + +.e-float-input.e-small textarea::selection, +.e-float-input textarea::selection { + background: #ffd939; + color: #000; +} + +input.e-input:-moz-placeholder { + color: #969696; +} + +.e-input-group input.e-input:-moz-placeholder { + color: #969696; +} + +.e-input-group input.e-input:-moz-placeholder, +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + color: #969696; +} + +input.e-input:-moz-placeholder { + color: #969696; +} + +.e-input-group input.e-input:-moz-placeholder { + color: #969696; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + color: #969696; +} + +textarea.e-input:-moz-placeholder { + color: #969696; +} + +.e-input-group textarea.e-input:-moz-placeholder { + color: #969696; +} + +.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { + color: #969696; +} + +input.e-input::-moz-placeholder { + color: #969696; +} + +.e-input-group input.e-input::-moz-placeholder { + color: #969696; +} + +.e-input-group.e-control-wrapper input.e-input::-moz-placeholder { + color: #969696; +} + +textarea.e-input::-moz-placeholder { + color: #969696; +} + +.e-input-group textarea.e-input::-moz-placeholder { + color: #969696; +} + +.e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder { + color: #969696; +} + +input.e-input:-ms-input-placeholder { + color: #969696; +} + +.e-input-group input.e-input:-ms-input-placeholder { + color: #969696; +} + +.e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder { + color: #969696; +} + +textarea.e-input:-ms-input-placeholder { + color: #969696; +} + +.e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder { + color: #969696; +} + +.e-input-group textarea.e-input:-ms-input-placeholder { + color: #969696; +} + +input.e-input::-webkit-input-placeholder { + color: #969696; +} + +.e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder { + color: #969696; +} + +.e-input-group input.e-input::-webkit-input-placeholder { + color: #969696; +} + +textarea.e-input::-webkit-input-placeholder { + color: #969696; +} + +.e-input-group textarea.e-input::-webkit-input-placeholder { + color: #969696; +} + +.e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder { + color: #969696; +} + +.e-input-group::before, +.e-input-group::after, +.e-input-group.e-control-wrapper::before, +.e-input-group.e-control-wrapper::after { + content: ''; +} + +.e-input-group.e-success::before, +.e-input-group.e-success::after, +.e-input-group.e-control-wrapper.e-success::before, +.e-input-group.e-control-wrapper.e-success::after { + content: ''; +} + +.e-input-group.e-warning::before, +.e-input-group.e-warning::after, +.e-input-group.e-control-wrapper.e-warning::before, +.e-input-group.e-control-wrapper.e-warning::after { + content: ''; +} + +.e-input-group.e-error::before, +.e-input-group.e-error::after, +.e-input-group.e-control-wrapper.e-error::before, +.e-input-group.e-control-wrapper.e-error::after { + content: ''; +} + +.e-input-group.e-success .e-input-group-icon, +.e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-success .e-input-group-icon, +.e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #fff; +} + +.e-input-group.e-warning .e-input-group-icon, +.e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-warning .e-input-group-icon, +.e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #fff; +} + +.e-input-group.e-error .e-input-group-icon, +.e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-error .e-input-group-icon, +.e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: #fff; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + border-color: #fff; +} + +.e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input { + border-color: #ffd939; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus, +.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input, +.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus { + border-color: #fff; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #ffd939; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input { + border-color: #fff; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon { + border-color: transparent; +} + +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon, +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-focus.e-control-wrapper.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon { + border-color: transparent; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon { + border-color: transparent; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #fff; +} + +.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #ffd939; +} + +.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #757575; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + border-bottom-color: #fff; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-input-group.e-success, +.e-input-group.e-control-wrapper.e-success, +.e-input-group.e-success:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) { + border-color: #2bc700; +} + +.e-input-group.e-warning, +.e-input-group.e-control-wrapper.e-warning, +.e-input-group.e-warning:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) { + border-color: #ff7d1a; +} + +.e-input-group.e-error, +.e-input-group.e-control-wrapper.e-error, +.e-input-group.e-error:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) { + border-color: #ff6161; +} + +.e-float-input .e-clear-icon, +.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + color: #fff; +} + +.e-float-input.e-disabled .e-clear-icon, +.e-float-input.e-control-wrapper.e-disabled .e-clear-icon, +.e-input-group.e-disabled .e-clear-icon, +.e-input-group.e-control-wrapper.e-disabled .e-clear-icon { + color: #757575; +} + +.e-float-input.e-input-focus .e-input:focus, +.e-float-input.e-control-wrapper.e-input-focus .e-input:focus { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input label.e-float-text.e-label-top, +.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #fff; +} + +.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #fff; +} + +.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #fff; +} + +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #fff; +} + +.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #fff; + color: #969696; +} + +.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: #969696; +} + +.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top, +.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #fff; +} + +.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #fff; +} + +.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #fff; +} + +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: #fff; +} + +.e-float-input.e-input-group.e-disabled .e-float-text, +.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top, +.e-float-input input[disabled] ~ label.e-float-text, +.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-disabled label.e-float-text, +.e-float-input.e-disabled label.e-float-text.e-label-top, +.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: #757575; +} + +.e-float-input textarea[disabled] ~ label.e-float-text, +.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: #757575; +} + +.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text, +.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: #757575; +} + +.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: #757575; +} + +.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]):not(:focus), +.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]):not(:focus), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]):not(:focus), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]):not(:focus) { + border-color: #fff; +} + +.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: #ffd939; +} + +.e-input-group:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-input-group.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input.e-control-wrapper:active:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:active:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: #ffd939; +} + +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #fff; +} + +.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #fff; +} + +/*! popup layout */ +.e-popup { + height: auto; + position: absolute; + width: auto; + z-index: 1000; +} + +.e-popup.e-popup-open { + display: block; +} + +.e-popup.e-popup-close { + display: none; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-spinner-pane { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + text-align: center; + top: 0; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + width: 100%; + z-index: 1000; +} + +.e-spinner-pane::after { + content: "HighContrast"; + display: none; +} + +.e-spinner-pane.e-spin-left .e-spinner-inner { + -webkit-transform: translateX(0%) translateY(-50%); + left: 0; + padding-left: 10px; + transform: translateX(0%) translateY(-50%); +} + +.e-spinner-pane.e-spin-right .e-spinner-inner { + -webkit-transform: translateX(-100%) translateY(-50%); + left: 100%; + padding-right: 10px; + transform: translateX(-100%) translateY(-50%); +} + +.e-spinner-pane.e-spin-center .e-spinner-inner { + -webkit-transform: translateX(-50%) translateY(-50%); + left: 50%; + transform: translateX(-50%) translateY(-50%); +} + +.e-spinner-pane.e-spin-hide { + display: none; +} + +.e-spinner-pane.e-spin-show { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-spinner-pane .e-spinner-inner { + -webkit-transform: translateX(-50%) translateY(-50%); + left: 50%; + margin: 0; + position: absolute; + text-align: center; + top: 50%; + transform: translateX(-50%) translateY(-50%); + z-index: 1000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-label { + font-family: "Segoe UI"; + font-size: 14px; + margin-top: 10px; + text-align: center; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material { + animation: material-spinner-rotate 1568.63ms linear infinite; + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material .e-path-circle { + fill: none; + stroke-linecap: square; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 { + animation: material-spinner-rotate .75s linear infinite; + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + fill: none; + stroke-linecap: square; + stroke-width: 4; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric { + animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); + display: block; + margin: 0 auto; + overflow: visible; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc, +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle { + fill: none; + stroke-width: 1.5; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap { + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast { + animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); + display: block; + margin: 0 auto; + overflow: visible; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc, +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle { + fill: none; + stroke-width: 1.5; +} + +.e-spinner-pane { + background-color: transparent; +} + +.e-spinner-pane.e-spin-overlay { + background-color: #bfbfbf; +} + +.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-label { + color: #ffd939; +} + +.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-bootstrap { + fill: #bfbfbf; + stroke: #bfbfbf; +} + +.e-spinner-pane .e-spinner-inner .e-spin-label { + color: #ffd939; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle { + stroke: none; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc { + stroke: #ffd939; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle { + stroke: none; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc { + stroke: #ffd939; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material { + stroke: #bfbfbf; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 { + stroke: #bfbfbf; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap { + fill: none; + stroke: none; +} + +.e-bigger .e-dropdownbase, +.e-dropdownbase.e-bigger { + min-height: 45px; +} + +.e-bigger .e-dropdownbase .e-list-item, +.e-bigger .e-dropdownbase .e-list-group-item, +.e-bigger .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-bigger .e-list-item, +.e-dropdownbase.e-bigger .e-list-group-item, +.e-dropdownbase.e-bigger .e-fixed-head { + line-height: 48px; +} + +.e-bigger .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-bigger .e-list-item .e-list-icon { + font-size: 20px; +} + +.e-dropdownbase { + display: block; + height: 100%; + min-height: 36px; + position: relative; + width: 100%; +} + +.e-dropdownbase .e-list-parent { + margin: 0; + padding: 0; +} + +.e-dropdownbase .e-list-group-item, +.e-dropdownbase .e-fixed-head { + cursor: default; +} + +.e-dropdownbase .e-list-item { + cursor: pointer; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-dropdownbase .e-list-item .e-list-icon { + font-size: 16px; + vertical-align: middle; +} + +.e-dropdownbase .e-fixed-head { + position: absolute; + top: 0; +} + +.e-rtl .e-dropdownbase .e-fixed-head { + left: 33px; +} + +.e-dropdownbase.e-content { + overflow: auto; + position: relative; +} + +.e-popup.e-ddl .e-dropdownbase.e-nodata { + color: #fff; + cursor: default; + font-family: inherit; + font-size: 14px; + padding: 14px 16px; + text-align: center; +} + +.e-rtl .e-dropdownbase.e-dd-group .e-list-item { + padding-right: 20px; +} + +.e-dropdownbase.e-dd-group .e-list-item { + padding-left: 20px; + text-indent: 0; +} + +.e-small .e-dropdownbase.e-dd-group .e-list-item { + text-indent: 0; +} + +.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item { + text-indent: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + text-indent: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + cursor: pointer; + font-weight: normal; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item { + padding-right: 20px; +} + +.e-rtl .e-dropdownbase .e-list-item { + padding-left: 16px; + padding-right: 0; +} + +.e-small.e-rtl .e-dropdownbase .e-list-item, +.e-small .e-rtl .e-dropdownbase .e-list-item, +.e-rtl .e-small .e-dropdownbase .e-list-item { + padding-left: 16px; + padding-right: 0; +} + +.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item, +.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item, +.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item, +.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item, +.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item { + padding-left: 16px; + padding-right: 0; +} + +.e-dropdownbase { + border-color: #969696; +} + +.e-dropdownbase .e-list-item { + background-color: #000; + border-bottom: 2px; + border-color: none; + color: #fff; + font-family: inherit; + font-size: 14px; + line-height: 36px; + min-height: 36px; + padding-right: 16px; + text-indent: 10px; +} + +.e-dropdownbase .e-list-group-item, .e-fixed-head { + background-color: #000; + border-color: none; + color: #ffd939; + font-family: inherit; + font-size: 14px; + font-weight: 600; + line-height: 36px; + min-height: 36px; + padding-left: 10px; + padding-right: 16px; +} + +.e-dropdownbase .e-list-item.e-active, +.e-dropdownbase .e-list-item.e-active.e-hover { + background-color: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-dropdownbase .e-list-item.e-hover { + background-color: #685708; + border-color: #fff; + color: #fff; +} + +.e-dropdownbase .e-list-item:last-child { + border-bottom: 0; +} + +.e-dropdownbase .e-list-item.e-item-focus { + background-color: #685708; +} + +.e-bigger .e-dropdownbase .e-list-group-item, +.e-bigger .e-dropdownbase .e-fixed-head { + font-size: 14px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open table { + border-collapse: collapse; + table-layout: fixed; + width: 100%; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open th, +.e-multi-column.e-ddl.e-popup.e-popup-open td { + display: table-cell; + overflow: hidden; + padding-right: 16px; + text-indent: 10px; + text-overflow: ellipsis; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open th { + line-height: 36px; + text-align: left; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header { + background-color: #000; + border-color: #969696; + border-style: solid; + border-width: 0 0 1px 0; + color: #ffd939; + font-family: inherit; + font-size: 14px; + font-weight: 600; + text-indent: 10px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item { + padding-right: 0; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header { + padding-right: 16px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header, +.e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header { + padding-right: 0; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center { + text-align: center; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right { + text-align: right; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left { + text-align: left; +} + +.e-small .e-dropdownbase .e-list-item, +.e-dropdownbase.e-small .e-list-item { + color: #fff; + line-height: 26px; + min-height: 26px; + text-indent: 10px; +} + +.e-small .e-dropdownbase .e-list-group-item, +.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-small .e-list-group-item, +.e-dropdownbase.e-small .e-fixed-head { + line-height: 26px; + min-height: 26px; +} + +.e-small .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-small .e-list-item .e-list-icon { + font-size: 14px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item, +.e-dropdownbase.e-small.e-bigger .e-list-item { + color: #fff; + line-height: 40px; + min-height: 40px; + text-indent: 16px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-group-item, +.e-bigger.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-small.e-bigger .e-list-group-item, +.e-dropdownbase.e-small.e-bigger .e-fixed-head { + line-height: 40px; + min-height: 40px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon { + font-size: 18px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-group-item, +.e-bigger.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-bigger.e-small .e-list-group-item, +.e-dropdownbase.e-bigger.e-small .e-fixed-head { + font-size: 14px; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item { + background-color: #000; + border-bottom: 2px; + border-color: none; + color: #fff; + font-family: inherit; + font-size: 14px; + padding-right: 16px; + text-indent: 10px; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus { + background-color: #685708; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active, +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover { + background-color: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover { + background-color: #685708; + border-color: #fff; + color: #fff; +} + +.e-avatar { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + background-color: #bcbcbc; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + border-radius: 5px; + color: #fff; + display: -ms-inline-flexbox; + display: inline-flex; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 1em; + font-weight: 400; + height: 3em; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + position: relative; + width: 3em; +} + +.e-avatar img { + height: 100%; + width: auto; +} + +.e-avatar.e-avatar-circle { + border-radius: 50%; +} + +.e-avatar.e-avatar-xsmall { + font-size: 0.6em; +} + +.e-avatar.e-avatar-small { + font-size: 0.8em; +} + +.e-avatar.e-avatar-large { + font-size: 1.2em; +} + +.e-avatar.e-avatar-xlarge { + font-size: 1.4em; +} + +.e-badge { + background: #fafafa; + border-color: transparent; + border-radius: 0.25em; + box-shadow: 0 0 0 2px transparent; + box-sizing: border-box; + color: rgba(0, 0, 0, 0.87); + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 0.75em; + font-weight: 500; + line-height: 1; + overflow: hidden; + padding: 0.25em 0.4em 0.3em 0.4em; + text-align: center; + text-decoration: none; + text-indent: 0; + vertical-align: middle; +} + +.e-badge:hover { + text-decoration: none; +} + +.e-badge.e-badge-pill { + border-radius: 5em; +} + +.e-badge.e-badge-notification { + border-radius: 1em; + font-size: 12px; + height: 18px; + left: 100%; + line-height: 1.1; + min-width: 24px; + padding: 0.25em 0.4em 0.3em 0.4em; + position: absolute; + top: -10px; + width: auto; +} + +.e-badge.e-badge-notification.e-badge-ghost { + line-height: 0.9; +} + +.e-badge.e-badge-circle { + border-radius: 50%; + height: 1.834em; + line-height: 1.8em; + min-width: 0; + padding: 0; + width: 1.834em; +} + +.e-badge.e-badge-circle.e-badge-ghost { + line-height: 1.8em; +} + +.e-badge.e-badge-overlap { + position: absolute; + top: -10px; + transform: translateX(-50%); +} + +.e-badge.e-badge-dot { + border-radius: 100%; + box-shadow: 0 0 0 1px #fff; + height: 6px; + left: 100%; + line-height: 1; + margin: 0; + min-width: 0; + overflow: visible; + padding: 0; + position: absolute; + top: -3px; + width: 6px; +} + +.e-badge.e-badge-bottom.e-badge-dot { + bottom: 3px; + position: absolute; + top: auto; +} + +.e-badge.e-badge-bottom.e-badge-notification { + bottom: -3px; + position: absolute; + top: auto; +} + +button .e-badge { + line-height: .9; + position: relative; + top: -2px; +} + +button .e-badge.e-badge-circle { + height: 2em; + line-height: 2em; + width: 2em; +} + +button .e-badge.e-badge-circle.e-badge-ghost { + line-height: 1.9em; +} + +.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) { + background-color: #ffd939; + color: #000; +} + +.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-secondary[href]:not(.e-badge-ghost) { + background-color: #bfbfbf; + color: #000; +} + +.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) { + background-color: #166600; + color: #fff; +} + +.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]), .e-badge.e-badge-danger[href]:not(.e-badge-ghost) { + background-color: #b30900; + color: #fff; +} + +.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]), .e-badge.e-badge-warning[href]:not(.e-badge-ghost) { + background-color: #944000; + color: #fff; +} + +.e-badge.e-badge-info:not(.e-badge-ghost):not([href]), .e-badge.e-badge-info[href]:not(.e-badge-ghost) { + background-color: #0056b3; + color: #fff; +} + +.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) { + background-color: #fff; + color: #000; +} + +.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) { + background-color: #1a1a1a; + color: #fff; +} + +.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover { + background-color: #ffcf06; +} + +.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover { + background-color: #a6a6a6; +} + +.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover { + background-color: #0b3300; +} + +.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover { + background-color: #800600; +} + +.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover { + background-color: #612a00; +} + +.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover { + background-color: #003d80; +} + +.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover { + background-color: #e6e6e6; +} + +.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover { + background-color: #010101; +} + +.e-badge.e-badge-primary[href].e-badge-ghost:hover { + border-color: #ecbe00; + color: #ecbe00; +} + +.e-badge.e-badge-secondary[href].e-badge-ghost:hover { + border-color: #999999; + color: #999999; +} + +.e-badge.e-badge-success[href].e-badge-ghost:hover { + border-color: #061a00; + color: #061a00; +} + +.e-badge.e-badge-danger[href].e-badge-ghost:hover { + border-color: #670500; + color: #670500; +} + +.e-badge.e-badge-warning[href].e-badge-ghost:hover { + border-color: #481f00; + color: #481f00; +} + +.e-badge.e-badge-info[href].e-badge-ghost:hover { + border-color: #003167; + color: #003167; +} + +.e-badge.e-badge-light[href].e-badge-ghost:hover { + border-color: #d9d9d9; + color: #d9d9d9; +} + +.e-badge.e-badge-dark[href].e-badge-ghost:hover { + border-color: black; + color: black; +} + +.e-badge.e-badge-ghost.e-badge-primary { + background-color: transparent; + border: 1px solid #ffd939; + color: #ffd939; +} + +.e-badge.e-badge-ghost.e-badge-secondary { + background-color: transparent; + border: 1px solid #bfbfbf; + color: #bfbfbf; +} + +.e-badge.e-badge-ghost.e-badge-success { + background-color: transparent; + border: 1px solid #166600; + color: #166600; +} + +.e-badge.e-badge-ghost.e-badge-danger { + background-color: transparent; + border: 1px solid #b30900; + color: #b30900; +} + +.e-badge.e-badge-ghost.e-badge-warning { + background-color: transparent; + border: 1px solid #944000; + color: #944000; +} + +.e-badge.e-badge-ghost.e-badge-info { + background-color: transparent; + border: 1px solid #0056b3; + color: #0056b3; +} + +.e-badge.e-badge-ghost.e-badge-light { + background-color: transparent; + border: 1px solid #fff; + color: #fff; +} + +.e-badge.e-badge-ghost.e-badge-dark { + background-color: transparent; + border: 1px solid #1a1a1a; + color: #1a1a1a; +} + +.e-barcode { + display: block; +} + +.e-datamatrix { + display: block; +} + +.e-qrcode { + display: block; +} + +.e-content-placeholder.e-barcode.e-placeholder-barcode { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +.e-content-placeholder.e-datamatrixgenerator.e-placeholder-datamatrixgenerator { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +.e-content-placeholder.e-qrcodegenerator.e-placeholder-qrcodegenerator { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +/*! button layout */ +.e-btn, +.e-css.e-btn { + -webkit-font-smoothing: antialiased; + border: 1px solid; + border-radius: 0; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 600; + -ms-flex-pack: center; + justify-content: center; + line-height: 1.8572em; + outline: none; + padding: 2px 20px; + text-align: center; + text-decoration: none; + text-transform: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; +} + +.e-btn:disabled, +.e-css.e-btn:disabled { + cursor: default; +} + +.e-btn:hover, .e-btn:focus, +.e-css.e-btn:hover, +.e-css.e-btn:focus { + text-decoration: none; +} + +.e-btn::-moz-focus-inner, +.e-css.e-btn::-moz-focus-inner { + border: 0; + padding: 0; +} + +.e-btn .e-btn-icon, +.e-css.e-btn .e-btn-icon { + display: inline-block; + font-size: 14px; + margin-top: -3px; + vertical-align: middle; + width: 1em; +} + +.e-btn .e-btn-icon.e-icon-left, +.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.5714em; + width: 1.929em; +} + +.e-btn .e-btn-icon.e-icon-right, +.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.5714em; + width: 1.929em; +} + +.e-btn .e-btn-icon.e-icon-top, +.e-css.e-btn .e-btn-icon.e-icon-top { + display: block; + margin-top: 0; + padding-bottom: 8px; + width: auto; +} + +.e-btn .e-btn-icon.e-icon-bottom, +.e-css.e-btn .e-btn-icon.e-icon-bottom { + display: block; + margin-top: 0; + padding-top: 8px; + width: auto; +} + +.e-btn.e-icon-btn, +.e-css.e-btn.e-icon-btn { + padding: 2px 8px; +} + +.e-btn.e-top-icon-btn, .e-btn.e-bottom-icon-btn, +.e-css.e-btn.e-top-icon-btn, +.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 8px 20px; +} + +.e-btn.e-round, +.e-css.e-btn.e-round { + border-radius: 50%; + height: 36px; + line-height: 1; + padding: 0; + width: 36px; +} + +.e-btn.e-round .e-btn-icon, +.e-css.e-btn.e-round .e-btn-icon { + font-size: 16px; + line-height: 26px; + margin-top: 0; + width: auto; +} + +.e-btn.e-rtl .e-icon-right, +.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.5714em; + margin-right: 0; +} + +.e-btn.e-rtl .e-icon-left, +.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5714em; +} + +.e-btn.e-flat, +.e-css.e-btn.e-flat { + border: 1px solid; +} + +.e-btn.e-small, +.e-css.e-btn.e-small { + font-size: 12px; + line-height: 1.5em; + padding: 3px 16px; +} + +.e-btn.e-small .e-btn-icon, +.e-css.e-btn.e-small .e-btn-icon { + font-size: 11px; + width: 0.91em; +} + +.e-btn.e-small .e-btn-icon.e-icon-left, +.e-css.e-btn.e-small .e-btn-icon.e-icon-left { + margin-left: -0.7273em; + width: 2.182em; +} + +.e-btn.e-small .e-btn-icon.e-icon-right, +.e-css.e-btn.e-small .e-btn-icon.e-icon-right { + margin-right: -0.7273em; + width: 2.182em; +} + +.e-btn.e-small .e-btn-icon.e-icon-top, +.e-css.e-btn.e-small .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-btn.e-small.e-icon-btn, +.e-css.e-btn.e-small.e-icon-btn { + padding: 3px 6px; +} + +.e-btn.e-small.e-top-icon-btn, .e-btn.e-small.e-bottom-icon-btn, +.e-css.e-btn.e-small.e-top-icon-btn, +.e-css.e-btn.e-small.e-bottom-icon-btn { + line-height: 1; + padding: 8px 20px; +} + +.e-btn.e-small.e-round, +.e-css.e-btn.e-small.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-btn.e-small.e-round .e-btn-icon, +.e-css.e-btn.e-small.e-round .e-btn-icon { + font-size: 14px; + line-height: 16px; + width: auto; +} + +.e-btn.e-small.e-rtl .e-icon-right, +.e-css.e-btn.e-small.e-rtl .e-icon-right { + margin-left: -0.7273em; + margin-right: 0; +} + +.e-btn.e-small.e-rtl .e-icon-left, +.e-css.e-btn.e-small.e-rtl .e-icon-left { + margin-left: 0; + margin-right: btn-small-icon-margin; +} + +.e-btn.e-block, +.e-css.e-btn.e-block { + display: block; + width: 100%; +} + +.e-small .e-btn, +.e-small.e-btn, +.e-small .e-css.e-btn, +.e-small.e-css.e-btn { + font-size: 12px; + line-height: 1.5em; + padding: 3px 16px; +} + +.e-small .e-btn .e-btn-icon, +.e-small.e-btn .e-btn-icon, +.e-small .e-css.e-btn .e-btn-icon, +.e-small.e-css.e-btn .e-btn-icon { + font-size: 11px; + width: 0.91em; +} + +.e-small .e-btn .e-btn-icon.e-icon-left, +.e-small.e-btn .e-btn-icon.e-icon-left, +.e-small .e-css.e-btn .e-btn-icon.e-icon-left, +.e-small.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.7273em; + width: 2.182em; +} + +.e-small .e-btn .e-btn-icon.e-icon-right, +.e-small.e-btn .e-btn-icon.e-icon-right, +.e-small .e-css.e-btn .e-btn-icon.e-icon-right, +.e-small.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.7273em; + width: 2.182em; +} + +.e-small .e-btn .e-btn-icon.e-icon-top, +.e-small.e-btn .e-btn-icon.e-icon-top, +.e-small .e-css.e-btn .e-btn-icon.e-icon-top, +.e-small.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-small .e-btn .e-btn-icon.e-icon-bottom, +.e-small.e-btn .e-btn-icon.e-icon-bottom, +.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-small .e-btn.e-icon-btn, +.e-small.e-btn.e-icon-btn, +.e-small .e-css.e-btn.e-icon-btn, +.e-small.e-css.e-btn.e-icon-btn { + padding: 3px 6px; +} + +.e-small .e-btn.e-top-icon-btn, .e-small .e-btn.e-bottom-icon-btn, +.e-small.e-btn.e-top-icon-btn, +.e-small.e-btn.e-bottom-icon-btn, +.e-small .e-css.e-btn.e-top-icon-btn, +.e-small .e-css.e-btn.e-bottom-icon-btn, +.e-small.e-css.e-btn.e-top-icon-btn, +.e-small.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 8px 20px; +} + +.e-small .e-btn.e-round, +.e-small.e-btn.e-round, +.e-small .e-css.e-btn.e-round, +.e-small.e-css.e-btn.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-small .e-btn.e-round .e-btn-icon, +.e-small.e-btn.e-round .e-btn-icon, +.e-small .e-css.e-btn.e-round .e-btn-icon, +.e-small.e-css.e-btn.e-round .e-btn-icon { + font-size: 14px; + line-height: 16px; + width: auto; +} + +.e-small .e-btn.e-rtl .e-icon-right, +.e-small.e-btn.e-rtl .e-icon-right, +.e-small .e-css.e-btn.e-rtl .e-icon-right, +.e-small.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.7273em; + margin-right: 0; +} + +.e-small .e-btn.e-rtl .e-icon-left, +.e-small.e-btn.e-rtl .e-icon-left, +.e-small .e-css.e-btn.e-rtl .e-icon-left, +.e-small.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: btn-small-icon-margin; +} + +.e-bigger.e-small .e-btn, +.e-bigger.e-small.e-btn, +.e-bigger.e-small .e-css.e-btn, +.e-bigger.e-small.e-css.e-btn { + font-size: 16px; + line-height: 2em; + padding: 1px 22px; +} + +.e-bigger.e-small .e-btn .e-btn-icon, +.e-bigger.e-small.e-btn .e-btn-icon, +.e-bigger.e-small .e-css.e-btn .e-btn-icon, +.e-bigger.e-small.e-css.e-btn .e-btn-icon { + font-size: 15px; + width: 1.0667em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.5334em; + width: 2.1334em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.5334em; + width: 2.1334em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-bigger.e-small .e-btn.e-icon-btn, +.e-bigger.e-small.e-btn.e-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-icon-btn { + padding: 1px 9px; +} + +.e-bigger.e-small .e-btn.e-top-icon-btn, .e-bigger.e-small .e-btn.e-bottom-icon-btn, +.e-bigger.e-small.e-btn.e-top-icon-btn, +.e-bigger.e-small.e-btn.e-bottom-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-top-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-bottom-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-top-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 10px 24px; +} + +.e-bigger.e-small .e-btn.e-round, +.e-bigger.e-small.e-btn.e-round, +.e-bigger.e-small .e-css.e-btn.e-round, +.e-bigger.e-small.e-css.e-btn.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-bigger.e-small .e-btn.e-round .e-btn-icon, +.e-bigger.e-small.e-btn.e-round .e-btn-icon, +.e-bigger.e-small .e-css.e-btn.e-round .e-btn-icon, +.e-bigger.e-small.e-css.e-btn.e-round .e-btn-icon { + font-size: 18px; + line-height: 2.11111em; + width: auto; +} + +.e-bigger.e-small .e-btn.e-rtl .e-icon-right, +.e-bigger.e-small.e-btn.e-rtl .e-icon-right, +.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-right, +.e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.5334em; + margin-right: 0; +} + +.e-bigger.e-small .e-btn.e-rtl .e-icon-left, +.e-bigger.e-small.e-btn.e-rtl .e-icon-left, +.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-left, +.e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5334em; +} + +.e-bigger .e-btn, +.e-bigger.e-btn, +.e-bigger .e-css.e-btn, +.e-bigger.e-css.e-btn { + font-size: 16px; + line-height: 2em; + padding: 3px 24px; +} + +.e-bigger .e-btn .e-btn-icon, +.e-bigger.e-btn .e-btn-icon, +.e-bigger .e-css.e-btn .e-btn-icon, +.e-bigger.e-css.e-btn .e-btn-icon { + font-size: 16px; + width: 1em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-btn .e-btn-icon.e-icon-left, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.688em; + width: 2.25em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-btn .e-btn-icon.e-icon-right, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.688em; + width: 2.25em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-btn .e-btn-icon.e-icon-top, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 10px; + width: auto; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 10px; + width: auto; +} + +.e-bigger .e-btn.e-icon-btn, +.e-bigger.e-btn.e-icon-btn, +.e-bigger .e-css.e-btn.e-icon-btn, +.e-bigger.e-css.e-btn.e-icon-btn { + padding: 3px 11px; +} + +.e-bigger .e-btn.e-top-icon-btn, .e-bigger .e-btn.e-bottom-icon-btn, +.e-bigger.e-btn.e-top-icon-btn, +.e-bigger.e-btn.e-bottom-icon-btn, +.e-bigger .e-css.e-btn.e-top-icon-btn, +.e-bigger .e-css.e-btn.e-bottom-icon-btn, +.e-bigger.e-css.e-btn.e-top-icon-btn, +.e-bigger.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 10px 24px; +} + +.e-bigger .e-btn.e-round, +.e-bigger.e-btn.e-round, +.e-bigger .e-css.e-btn.e-round, +.e-bigger.e-css.e-btn.e-round { + height: 46px; + line-height: 1; + padding: 0; + width: 46px; +} + +.e-bigger .e-btn.e-round .e-btn-icon, +.e-bigger.e-btn.e-round .e-btn-icon, +.e-bigger .e-css.e-btn.e-round .e-btn-icon, +.e-bigger.e-css.e-btn.e-round .e-btn-icon { + font-size: 20px; + line-height: 2.2em; + width: auto; +} + +.e-bigger .e-btn.e-rtl .e-icon-right, +.e-bigger.e-btn.e-rtl .e-icon-right, +.e-bigger .e-css.e-btn.e-rtl .e-icon-right, +.e-bigger.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.688em; + margin-right: 0; +} + +.e-bigger .e-btn.e-rtl .e-icon-left, +.e-bigger.e-btn.e-rtl .e-icon-left, +.e-bigger .e-css.e-btn.e-rtl .e-icon-left, +.e-bigger.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.688em; +} + +.e-bigger .e-btn.e-small, +.e-bigger.e-btn.e-small, +.e-bigger .e-css.e-btn.e-small, +.e-bigger.e-css.e-btn.e-small { + font-size: 16px; + line-height: 2em; + padding: 1px 22px; +} + +.e-bigger .e-btn.e-small .e-btn-icon, +.e-bigger.e-btn.e-small .e-btn-icon, +.e-bigger .e-css.e-btn.e-small .e-btn-icon, +.e-bigger.e-css.e-btn.e-small .e-btn-icon { + font-size: 15px; + width: 1.0667em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-left { + margin-left: -0.5334em; + width: 2.1334em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-right { + margin-right: -0.5334em; + width: 2.1334em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-bigger .e-btn.e-small.e-icon-btn, +.e-bigger.e-btn.e-small.e-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-icon-btn { + padding: 1px 9px; +} + +.e-bigger .e-btn.e-small.e-top-icon-btn, .e-bigger .e-btn.e-small.e-bottom-icon-btn, +.e-bigger.e-btn.e-small.e-top-icon-btn, +.e-bigger.e-btn.e-small.e-bottom-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-top-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-bottom-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-top-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-bottom-icon-btn { + line-height: 1; + padding: 10px 24px; +} + +.e-bigger .e-btn.e-small.e-round, +.e-bigger.e-btn.e-small.e-round, +.e-bigger .e-css.e-btn.e-small.e-round, +.e-bigger.e-css.e-btn.e-small.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-bigger .e-btn.e-small.e-round .e-btn-icon, +.e-bigger.e-btn.e-small.e-round .e-btn-icon, +.e-bigger .e-css.e-btn.e-small.e-round .e-btn-icon, +.e-bigger.e-css.e-btn.e-small.e-round .e-btn-icon { + font-size: 18px; + line-height: 2.11111em; + width: auto; +} + +.e-bigger .e-btn.e-small.e-rtl .e-icon-right, +.e-bigger.e-btn.e-small.e-rtl .e-icon-right, +.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-right, +.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-right { + margin-left: -0.5334em; + margin-right: 0; +} + +.e-bigger .e-btn.e-small.e-rtl .e-icon-left, +.e-bigger.e-btn.e-small.e-rtl .e-icon-left, +.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-left, +.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.5334em; +} + +/*! button theme */ +.e-btn, +.e-css.e-btn { + -webkit-tap-highlight-color: transparent; + background-color: #000; + border-color: #fff; + box-shadow: none; + color: #fff; + transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); +} + +.e-btn:hover, +.e-css.e-btn:hover { + background-color: #685708; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.e-btn:focus, +.e-css.e-btn:focus { + background-color: #000; + border-color: #fff; + color: #fff; + outline: #fff 1px solid; + outline-offset: 2px; + box-shadow: none; +} + +.e-btn:active, +.e-css.e-btn:active { + background-color: #ffd939; + border-color: #ffd939; + color: #000; + outline: #fff 0 solid; + outline-offset: 0; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} + +.e-btn.e-active, +.e-css.e-btn.e-active { + background-color: #ffd939; + border-color: #ffd939; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + color: #000; +} + +.e-btn:disabled, +.e-css.e-btn:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn .e-ripple-element, +.e-css.e-btn .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-round, +.e-css.e-btn.e-round { + background-color: #000; + border-color: #fff; + color: #fff; +} + +.e-btn.e-round:hover, +.e-css.e-btn.e-round:hover { + background-color: #685708; + border-color: #fff; + color: #fff; +} + +.e-btn.e-round:focus, +.e-css.e-btn.e-round:focus { + background-color: #000; + border-color: #fff; + box-shadow: none; + color: #fff; + outline: none; + outline-offset: 2px; +} + +.e-btn.e-round:active, +.e-css.e-btn.e-round:active { + background-color: #ffd939; + border-color: #ffd939; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + color: #000; + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-btn.e-round:disabled, +.e-css.e-btn.e-round:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-round.e-primary:focus, +.e-css.e-btn.e-round.e-primary:focus { + outline: none; +} + +.e-btn.e-round.e-success:focus, +.e-css.e-btn.e-round.e-success:focus { + outline: none; +} + +.e-btn.e-round.e-info:focus, +.e-css.e-btn.e-round.e-info:focus { + outline: none; +} + +.e-btn.e-round.e-warning:focus, +.e-css.e-btn.e-round.e-warning:focus { + outline: none; +} + +.e-btn.e-round.e-danger:focus, +.e-css.e-btn.e-round.e-danger:focus { + outline: none; +} + +.e-btn.e-primary, +.e-css.e-btn.e-primary { + background-color: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-btn.e-primary:hover, +.e-css.e-btn.e-primary:hover { + background-color: #685708; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.e-btn.e-primary:focus, +.e-css.e-btn.e-primary:focus { + background-color: #ffd939; + border-color: #ffd939; + color: #000; + outline: #ffd939 1px solid; + box-shadow: none; +} + +.e-btn.e-primary:active, +.e-css.e-btn.e-primary:active { + background-color: #ffd939; + border-color: #ffd939; + color: #000; + outline: #fff 0 solid; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} + +.e-btn.e-primary.e-active, +.e-css.e-btn.e-primary.e-active { + background-color: #ffd939; + border-color: #ffd939; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + color: #000; +} + +.e-btn.e-primary:disabled, +.e-css.e-btn.e-primary:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-primary .e-ripple-element, +.e-css.e-btn.e-primary .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-success, +.e-css.e-btn.e-success { + background-color: #166600; + border-color: #166600; + color: #fff; +} + +.e-btn.e-success:hover, +.e-css.e-btn.e-success:hover { + background-color: #166600; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.e-btn.e-success:focus, +.e-css.e-btn.e-success:focus { + background-color: #166600; + border-color: #166600; + color: #fff; + box-shadow: none; +} + +.e-btn.e-success:active, .e-btn.e-success.e-active, +.e-css.e-btn.e-success:active, +.e-css.e-btn.e-success.e-active { + background-color: #fff; + border-color: #fff; + color: #166600; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} + +.e-btn.e-success:disabled, +.e-css.e-btn.e-success:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-success .e-ripple-element, +.e-css.e-btn.e-success .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-info, +.e-css.e-btn.e-info { + background-color: #0056b3; + border-color: #0056b3; + color: #fff; +} + +.e-btn.e-info:hover, +.e-css.e-btn.e-info:hover { + background-color: #0056b3; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.e-btn.e-info:focus, +.e-css.e-btn.e-info:focus { + background-color: #0056b3; + border-color: #0056b3; + color: #fff; + box-shadow: none; +} + +.e-btn.e-info:active, .e-btn.e-info.e-active, +.e-css.e-btn.e-info:active, +.e-css.e-btn.e-info.e-active { + background-color: #fff; + border-color: #fff; + color: #0056b3; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} + +.e-btn.e-info:disabled, +.e-css.e-btn.e-info:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-info .e-ripple-element, +.e-css.e-btn.e-info .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-warning, +.e-css.e-btn.e-warning { + background-color: #944000; + border-color: #944000; + color: #fff; +} + +.e-btn.e-warning:hover, +.e-css.e-btn.e-warning:hover { + background-color: #944000; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.e-btn.e-warning:focus, +.e-css.e-btn.e-warning:focus { + background-color: #944000; + border-color: #944000; + color: #fff; + box-shadow: none; +} + +.e-btn.e-warning:active, .e-btn.e-warning.e-active, +.e-css.e-btn.e-warning:active, +.e-css.e-btn.e-warning.e-active { + background-color: #fff; + border-color: #fff; + color: #944000; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} + +.e-btn.e-warning:disabled, +.e-css.e-btn.e-warning:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-warning .e-ripple-element, +.e-css.e-btn.e-warning .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-danger, +.e-css.e-btn.e-danger { + background-color: #b30900; + border-color: #b30900; + color: #fff; +} + +.e-btn.e-danger:hover, +.e-css.e-btn.e-danger:hover { + background-color: #b30900; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.e-btn.e-danger:focus, +.e-css.e-btn.e-danger:focus { + background-color: #b30900; + border-color: #b30900; + color: #fff; + box-shadow: none; +} + +.e-btn.e-danger:active, +.e-css.e-btn.e-danger:active { + background-color: #fff; + border-color: #fff; + color: #b30900; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} + +.e-btn.e-danger.e-active, +.e-css.e-btn.e-danger.e-active { + background-color: #fff; + border-color: #fff; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + color: #b30900; +} + +.e-btn.e-danger:disabled, +.e-css.e-btn.e-danger:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-danger .e-ripple-element, +.e-css.e-btn.e-danger .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat, +.e-css.e-btn.e-flat { + background-color: #000; + border-color: #000; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat:hover, +.e-css.e-btn.e-flat:hover { + background-color: #685708; + border-color: #000; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat:focus, +.e-css.e-btn.e-flat:focus { + background-color: #000; + border-color: #000; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat:active, .e-btn.e-flat.e-active, +.e-css.e-btn.e-flat:active, +.e-css.e-btn.e-flat.e-active { + background-color: #ffd939; + border-color: #ffd939; + color: #000; + box-shadow: none; +} + +.e-btn.e-flat:disabled, +.e-css.e-btn.e-flat:disabled { + background-color: #000; + border-color: #000; + box-shadow: none; + color: #757575; +} + +.e-btn.e-flat .e-ripple-element, +.e-css.e-btn.e-flat .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-primary, +.e-css.e-btn.e-flat.e-primary { + background-color: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-btn.e-flat.e-primary:hover, +.e-css.e-btn.e-flat.e-primary:hover { + background-color: #685708; + border-color: #685708; + color: #fff; +} + +.e-btn.e-flat.e-primary:focus, +.e-css.e-btn.e-flat.e-primary:focus { + background-color: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-btn.e-flat.e-primary:active, .e-btn.e-flat.e-primary.e-active, +.e-css.e-btn.e-flat.e-primary:active, +.e-css.e-btn.e-flat.e-primary.e-active { + background-color: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-btn.e-flat.e-primary:disabled, +.e-css.e-btn.e-flat.e-primary:disabled { + background-color: #000; + border-color: #000; + box-shadow: none; + color: #757575; +} + +.e-btn.e-flat.e-primary .e-ripple-element, +.e-css.e-btn.e-flat.e-primary .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-success, +.e-css.e-btn.e-flat.e-success { + background-color: #166600; + border-color: #166600; + color: #fff; +} + +.e-btn.e-flat.e-success:hover, +.e-css.e-btn.e-flat.e-success:hover { + background-color: #166600; + border-color: #166600; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-success:focus, +.e-css.e-btn.e-flat.e-success:focus { + background-color: #166600; + border-color: #166600; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-success:active, .e-btn.e-flat.e-success.e-active, +.e-css.e-btn.e-flat.e-success:active, +.e-css.e-btn.e-flat.e-success.e-active { + background-color: #fff; + border-color: #fff; + color: #166600; + box-shadow: none; +} + +.e-btn.e-flat.e-success:disabled, +.e-css.e-btn.e-flat.e-success:disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-btn.e-flat.e-success .e-ripple-element, +.e-css.e-btn.e-flat.e-success .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-info, +.e-css.e-btn.e-flat.e-info { + background-color: #0056b3; + border-color: #0056b3; + color: #fff; +} + +.e-btn.e-flat.e-info:hover, +.e-css.e-btn.e-flat.e-info:hover { + background-color: #0056b3; + border-color: #0056b3; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-info:focus, +.e-css.e-btn.e-flat.e-info:focus { + background-color: #0056b3; + border-color: #0056b3; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-info:active, .e-btn.e-flat.e-info.e-active, +.e-css.e-btn.e-flat.e-info:active, +.e-css.e-btn.e-flat.e-info.e-active { + background-color: #fff; + border-color: #fff; + color: #0056b3; + box-shadow: none; +} + +.e-btn.e-flat.e-info:disabled, +.e-css.e-btn.e-flat.e-info:disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-btn.e-flat.e-info .e-ripple-element, +.e-css.e-btn.e-flat.e-info .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-warning, +.e-css.e-btn.e-flat.e-warning { + background-color: #944000; + border-color: #944000; + color: #fff; +} + +.e-btn.e-flat.e-warning:hover, +.e-css.e-btn.e-flat.e-warning:hover { + background-color: #944000; + border-color: #944000; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-warning:focus, +.e-css.e-btn.e-flat.e-warning:focus { + background-color: #944000; + border-color: #944000; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-warning:active, .e-btn.e-flat.e-warning.e-active, +.e-css.e-btn.e-flat.e-warning:active, +.e-css.e-btn.e-flat.e-warning.e-active { + background-color: #fff; + border-color: #fff; + color: #944000; + box-shadow: none; +} + +.e-btn.e-flat.e-warning:disabled, +.e-css.e-btn.e-flat.e-warning:disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-btn.e-flat.e-warning .e-ripple-element, +.e-css.e-btn.e-flat.e-warning .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-flat.e-danger, +.e-css.e-btn.e-flat.e-danger { + background-color: #b30900; + border-color: #000; + color: #fff; +} + +.e-btn.e-flat.e-danger:hover, +.e-css.e-btn.e-flat.e-danger:hover { + background-color: #b30900; + border-color: #b30900; + box-shadow: none; + color: #fff; +} + +.e-btn.e-flat.e-danger:focus, +.e-css.e-btn.e-flat.e-danger:focus { + background-color: #b30900; + border-color: #b30900; + color: #fff; + box-shadow: none; +} + +.e-btn.e-flat.e-danger:active, .e-btn.e-flat.e-danger.e-active, +.e-css.e-btn.e-flat.e-danger:active, +.e-css.e-btn.e-flat.e-danger.e-active { + background-color: #fff; + border-color: #fff; + color: #b30900; + box-shadow: none; +} + +.e-btn.e-flat.e-danger:disabled, +.e-css.e-btn.e-flat.e-danger:disabled { + background-color: #000; + border-color: #000; + color: #b71c1c; +} + +.e-btn.e-flat.e-danger .e-ripple-element, +.e-css.e-btn.e-flat.e-danger .e-ripple-element { + background-color: transparent; +} + +.e-btn.e-outline, +.e-css.e-btn.e-outline { + background-color: #000; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline:hover, +.e-css.e-btn.e-outline:hover { + background-color: #685708; + border-color: #fff; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline:focus, +.e-css.e-btn.e-outline:focus { + background-color: #000; + border-color: #fff; + color: #fff; + box-shadow: none; +} + +.e-btn.e-outline:active, .e-btn.e-outline.e-active, +.e-css.e-btn.e-outline:active, +.e-css.e-btn.e-outline.e-active { + background-color: #ffd939; + border-color: #ffd939; + box-shadow: none; + color: #000; +} + +.e-btn.e-outline:disabled, +.e-css.e-btn.e-outline:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-outline.e-primary, +.e-css.e-btn.e-outline.e-primary { + background-color: #000; + border-color: #ffd939; + color: #ffd939; +} + +.e-btn.e-outline.e-primary:hover, +.e-css.e-btn.e-outline.e-primary:hover { + background-color: #685708; + border-color: #fff; + color: #fff; +} + +.e-btn.e-outline.e-primary:focus, +.e-css.e-btn.e-outline.e-primary:focus { + background-color: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-btn.e-outline.e-primary:active, .e-btn.e-outline.e-primary.e-active, +.e-css.e-btn.e-outline.e-primary:active, +.e-css.e-btn.e-outline.e-primary.e-active { + background-color: #ffd939; + border-color: #ffd939; + box-shadow: none; + color: #000; +} + +.e-btn.e-outline.e-primary:disabled, +.e-css.e-btn.e-outline.e-primary:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-outline.e-success, +.e-css.e-btn.e-outline.e-success { + background-color: #000; + border-color: #166600; + color: #166600; +} + +.e-btn.e-outline.e-success:hover, +.e-css.e-btn.e-outline.e-success:hover { + background-color: #166600; + border-color: #fff; + color: #fff; +} + +.e-btn.e-outline.e-success:focus, +.e-css.e-btn.e-outline.e-success:focus { + background-color: #166600; + border-color: #166600; + color: #fff; +} + +.e-btn.e-outline.e-success:active, .e-btn.e-outline.e-success.e-active, +.e-css.e-btn.e-outline.e-success:active, +.e-css.e-btn.e-outline.e-success.e-active { + background-color: #fff; + border-color: #fff; + box-shadow: none; + color: #166600; +} + +.e-btn.e-outline.e-success:disabled, +.e-css.e-btn.e-outline.e-success:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-outline.e-info, +.e-css.e-btn.e-outline.e-info { + background-color: #000; + border-color: #0056b3; + color: #0056b3; +} + +.e-btn.e-outline.e-info:hover, +.e-css.e-btn.e-outline.e-info:hover { + background-color: #0056b3; + border-color: #fff; + color: #fff; +} + +.e-btn.e-outline.e-info:focus, +.e-css.e-btn.e-outline.e-info:focus { + background-color: #0056b3; + border-color: #0056b3; + color: #fff; +} + +.e-btn.e-outline.e-info:active, .e-btn.e-outline.e-info.e-active, +.e-css.e-btn.e-outline.e-info:active, +.e-css.e-btn.e-outline.e-info.e-active { + background-color: #fff; + border-color: #fff; + box-shadow: none; + color: #0056b3; +} + +.e-btn.e-outline.e-info:disabled, +.e-css.e-btn.e-outline.e-info:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-outline.e-warning, +.e-css.e-btn.e-outline.e-warning { + background-color: #000; + border-color: #944000; + color: #944000; +} + +.e-btn.e-outline.e-warning:hover, +.e-css.e-btn.e-outline.e-warning:hover { + background-color: #944000; + border-color: #fff; + color: #fff; +} + +.e-btn.e-outline.e-warning:focus, +.e-css.e-btn.e-outline.e-warning:focus { + background-color: #944000; + border-color: #944000; + color: #fff; +} + +.e-btn.e-outline.e-warning:active, .e-btn.e-outline.e-warning.e-active, +.e-css.e-btn.e-outline.e-warning:active, +.e-css.e-btn.e-outline.e-warning.e-active { + background-color: #fff; + border-color: #fff; + box-shadow: none; + color: #944000; +} + +.e-btn.e-outline.e-warning:disabled, +.e-css.e-btn.e-outline.e-warning:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-outline.e-danger, +.e-css.e-btn.e-outline.e-danger { + background-color: #000; + border-color: #b30900; + color: #b30900; +} + +.e-btn.e-outline.e-danger:hover, +.e-css.e-btn.e-outline.e-danger:hover { + background-color: #b30900; + border-color: #fff; + color: #fff; +} + +.e-btn.e-outline.e-danger:focus, +.e-css.e-btn.e-outline.e-danger:focus { + background-color: #b30900; + border-color: #b30900; + color: #fff; +} + +.e-btn.e-outline.e-danger:active, .e-btn.e-outline.e-danger.e-active, +.e-css.e-btn.e-outline.e-danger:active, +.e-css.e-btn.e-outline.e-danger.e-active { + background-color: #fff; + border-color: #fff; + box-shadow: none; + color: #b30900; +} + +.e-btn.e-outline.e-danger:disabled, +.e-css.e-btn.e-outline.e-danger:disabled { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; +} + +.e-btn.e-link, +.e-css.e-btn.e-link { + background-color: transparent; + border-color: transparent; + border-radius: 0; + box-shadow: none; + color: #8a8aff; +} + +.e-btn.e-link:hover, +.e-css.e-btn.e-link:hover { + border-radius: 0; + color: #8a8aff; + text-decoration: underline; +} + +.e-btn.e-link:focus, +.e-css.e-btn.e-link:focus { + border-radius: 0; + text-decoration: underline; + color: #8a8aff; +} + +.e-btn.e-link:disabled, +.e-css.e-btn.e-link:disabled { + color: #757575; + background-color: transparent; + box-shadow: none; + text-decoration: none; +} + +/*! calendar fabric theme variables */ +/*! component icons */ +.e-calendar .e-header .e-date-icon-prev::before { + content: '\e85e'; +} + +.e-calendar .e-header .e-date-icon-next::before { + content: '\e84f'; +} + +/*! calendar layout */ +ejs-calendar { + display: block; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + -webkit-tap-highlight-color: transparent; + border-radius: 0; + display: block; + overflow: auto; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-calendar.e-rtl .e-header .e-title, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title { + float: right; + text-align: right; +} + +.e-calendar.e-rtl .e-header .e-icon-container, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-icon-container { + float: left; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + background: none; + display: table; + font-weight: 300; + position: relative; + text-align: center; + width: 100%; +} + +.e-calendar .e-header button, +.e-bigger.e-small .e-calendar .e-header button { + background: transparent; + border: 0; + padding: 0; + text-decoration: none; +} + +.e-calendar .e-header span, +.e-bigger.e-small .e-calendar .e-header span { + cursor: pointer; + display: inline-block; + font-size: 14px; + font-weight: 300; + line-height: 16px; + padding: 6px 7px; + vertical-align: middle; +} + +.e-calendar .e-header span.e-disabled, +.e-bigger.e-small .e-calendar .e-header span.e-disabled { + cursor: default; +} + +.e-calendar .e-week-header, +.e-bigger.e-small .e-calendar .e-week-header { + padding: 0; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + cursor: default; + font-size: 12px; + font-weight: normal; + text-align: center; +} + +.e-calendar .e-content .e-selected, +.e-calendar .e-content .e-state-hover, +.e-bigger.e-small .e-calendar .e-content .e-selected, +.e-bigger.e-small .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-calendar .e-content span.e-day, +.e-bigger.e-small .e-calendar .e-content span.e-day { + border-radius: 0; + cursor: pointer; + display: inline-block; + font-size: 12px; + overflow: hidden; + padding: 0; + text-align: center; + text-decoration: none; + vertical-align: middle; +} + +.e-calendar .e-content th, +.e-calendar .e-content td, +.e-bigger.e-small .e-calendar .e-content th, +.e-bigger.e-small .e-calendar .e-content td { + box-sizing: border-box; +} + +.e-calendar .e-content td.e-disabled, +.e-bigger.e-small .e-calendar .e-content td.e-disabled { + opacity: 1; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content td, +.e-bigger.e-small .e-calendar .e-content td { + cursor: pointer; + padding: 0; + text-align: center; +} + +.e-calendar .e-content td.e-week-number, +.e-bigger.e-small .e-calendar .e-content td.e-week-number { + color: #fff; + font-size: 12px; + font-style: italic; + font-weight: 500; +} + +.e-calendar .e-content td.e-overlay, +.e-bigger.e-small .e-calendar .e-content td.e-overlay { + background: none; + width: initial; +} + +.e-calendar .e-content table, +.e-bigger.e-small .e-calendar .e-content table { + border-collapse: separate; + border-spacing: 0; + border-width: 0; + float: left; + margin: 0; + outline: 0; + padding: 0 10px 10px 10px; + table-layout: fixed; + width: 100%; +} + +.e-calendar .e-content td.e-other-month > span.e-day, +.e-calendar .e-content td.e-other-year > span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day { + display: ""; + font-weight: 500; +} + +.e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide { + display: none; + font-weight: 500; +} + +.e-calendar .e-content tr.e-month-hide, +.e-calendar .e-content td.e-other-month, +.e-calendar .e-content td.e-other-year, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content td.e-other-month, +.e-bigger.e-small .e-calendar .e-content td.e-other-year { + pointer-events: initial; + -ms-touch-action: initial; + touch-action: initial; +} + +.e-calendar .e-content tr.e-month-hide, +.e-calendar .e-content td.e-other-month.e-disabled, +.e-calendar .e-content td.e-other-year.e-disabled, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content td.e-other-month.e-disabled, +.e-bigger.e-small .e-calendar .e-content td.e-other-year.e-disabled { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content td.e-week-number:hover span.e-day, +.e-calendar .e-content td.e-week-number:hover, +.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover { + background-color: #000; + cursor: default; +} + +.e-calendar .e-header .e-prev, +.e-calendar .e-header .e-next, +.e-bigger.e-small .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-calendar .e-header .e-next { + border-radius: 0; + display: inline-block; + font-size: 16px; + vertical-align: middle; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + cursor: pointer; + display: inline-block; + float: left; + font-size: 17px; + font-weight: 300; + text-align: left; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + margin-left: 7px; +} + +.e-calendar .e-header .e-prev:hover, +.e-calendar .e-header .e-next:hover, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover, +.e-bigger.e-small .e-calendar .e-header .e-next:hover { + cursor: pointer; +} + +.e-calendar .e-header .e-prev.e-overlay, +.e-calendar .e-header .e-next.e-overlay, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-overlay, +.e-bigger.e-small .e-calendar .e-header .e-next.e-overlay { + background: none; +} + +.e-calendar .e-header.e-decade .e-title, +.e-calendar .e-header.e-year .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-year .e-title { + margin-left: 7px; +} + +.e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title { + cursor: default; +} + +.e-calendar .e-header .e-icon-container, +.e-bigger.e-small .e-calendar .e-header .e-icon-container { + display: inline-block; + float: right; +} + +.e-calendar .e-footer-container, +.e-bigger.e-small .e-calendar .e-footer-container { + text-transform: uppercase; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + max-width: 232px; + min-width: 232px; + padding: 0; +} + +.e-calendar.e-calendar-day-header-lg, +.e-bigger.e-small .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-calendar.e-week-number, +.e-bigger.e-small .e-calendar.e-week-number { + min-width: 262px; +} + +.e-calendar.e-week, +.e-bigger.e-small .e-calendar.e-week { + max-width: 232px; + min-width: 232px; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + line-height: 36px; +} + +.e-calendar.e-rtl .e-header .e-title, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title { + text-align: right; + text-indent: 4px; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + height: 36px; +} + +.e-calendar .e-header.e-month, +.e-bigger.e-small .e-calendar .e-header.e-month { + padding: 10px 10px 0 10px; +} + +.e-calendar .e-header.e-year, .e-calendar .e-header.e-decade, +.e-bigger.e-small .e-calendar .e-header.e-year, +.e-bigger.e-small .e-calendar .e-header.e-decade { + padding: 10px; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + font-weight: 500; + height: 30px; +} + +.e-calendar .e-content .e-selected, +.e-calendar .e-content .e-state-hover, +.e-bigger.e-small .e-calendar .e-content .e-selected, +.e-bigger.e-small .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-calendar .e-content span.e-day, +.e-bigger.e-small .e-calendar .e-content span.e-day { + border: 1px solid #000; + font-size: 12px; + font-weight: 500; + height: 30px; + line-height: 30px; + width: 30px; +} + +.e-calendar .e-content.e-year table, +.e-calendar .e-content.e-decade table, +.e-bigger.e-small .e-calendar .e-content.e-year table, +.e-bigger.e-small .e-calendar .e-content.e-decade table { + border-spacing: 0; + padding: 0 6px 0; +} + +.e-calendar .e-content.e-month td, +.e-bigger.e-small .e-calendar .e-content.e-month td { + height: 30px; + padding: 0; +} + +.e-calendar .e-content .tfooter > tr > td, +.e-bigger.e-small .e-calendar .e-content .tfooter > tr > td { + height: 36px; + line-height: 36px; +} + +.e-calendar .e-content.e-year td, +.e-calendar .e-content.e-decade td, +.e-bigger.e-small .e-calendar .e-content.e-year td, +.e-bigger.e-small .e-calendar .e-content.e-decade td { + height: 45px; + padding: 0 0 10px 0; +} + +.e-calendar .e-content.e-year td > span.e-day, +.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day { + font-weight: normal; + height: 45px; + line-height: 45px; + width: 45px; +} + +.e-calendar .e-header .e-icon-container .e-prev, +.e-calendar .e-header .e-icon-container .e-next, +.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-prev, +.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-next { + height: 30px; + width: 30px; +} + +.e-calendar .e-footer-container, +.e-bigger.e-small .e-calendar .e-footer-container { + border-top: none; + cursor: default; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 0 10px 10px 10px; + text-align: center; + width: 100%; +} + +.e-small.e-bigger.e-calendar .e-content.e-year span.e-day, +.e-small.e-bigger .e-calendar .e-content.e-year span.e-day { + font-size: 12px; +} + +.e-small.e-bigger.e-calendar .e-content.e-month table, +.e-small.e-bigger .e-calendar .e-content.e-month table { + padding: 0 10px 10px 10px; +} + +.e-bigger.e-calendar, +.e-bigger .e-calendar { + max-width: 288px; + min-width: 288px; + padding: 0; +} + +.e-bigger.e-calendar.e-calendar-day-header-lg, +.e-bigger .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-bigger.e-calendar.e-week, +.e-bigger .e-calendar.e-week { + max-width: 288px; + min-width: 288px; +} + +.e-bigger.e-calendar.e-week-number, +.e-bigger .e-calendar.e-week-number { + min-width: 320px; +} + +.e-bigger.e-calendar .e-header .e-title, +.e-bigger .e-calendar .e-header .e-title { + font-size: 19px; + line-height: 48px; + width: 60%; +} + +.e-bigger.e-calendar.e-rtl .e-header .e-title, +.e-bigger .e-calendar.e-rtl .e-header .e-title { + line-height: 48px; + text-indent: 6px; +} + +.e-bigger.e-calendar .e-header, +.e-bigger .e-calendar .e-header { + height: 48px; + padding: 12px 12px 0 12px; +} + +.e-bigger.e-calendar .e-header span, +.e-bigger .e-calendar .e-header span { + font-size: 18px; + padding: 13px; +} + +.e-bigger.e-calendar .e-header.e-year, .e-bigger.e-calendar .e-header.e-decade, +.e-bigger .e-calendar .e-header.e-year, +.e-bigger .e-calendar .e-header.e-decade { + padding: 12px 12px 10px 12px; +} + +.e-bigger.e-calendar th, +.e-bigger .e-calendar th { + font-size: 15px; + height: 37px; +} + +.e-bigger.e-calendar .e-content.e-year span.e-day, +.e-bigger .e-calendar .e-content.e-year span.e-day { + font-size: 14px; + font-weight: normal; +} + +.e-bigger.e-calendar .e-content.e-month table, +.e-bigger .e-calendar .e-content.e-month table { + padding: 0 12px 12px 12px; +} + +.e-bigger.e-calendar .e-content.e-year table, +.e-bigger.e-calendar .e-content.e-decade table, +.e-bigger .e-calendar .e-content.e-year table, +.e-bigger .e-calendar .e-content.e-decade table { + padding: 0 8.5px 3.5px 8.5px; +} + +.e-bigger.e-calendar .e-content .e-selected, +.e-bigger.e-calendar .e-content .e-state-hover, +.e-bigger .e-calendar .e-content .e-selected, +.e-bigger .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-bigger.e-calendar .e-content span.e-day, +.e-bigger .e-calendar .e-content span.e-day { + font-size: 14px; + height: 37px; + line-height: 37px; + width: 37px; +} + +.e-bigger.e-calendar .e-content.e-month td, +.e-bigger .e-calendar .e-content.e-month td { + height: 0; + padding: 0; +} + +.e-bigger.e-calendar .e-content.e-year td, +.e-bigger.e-calendar .e-content.e-decade td, +.e-bigger .e-calendar .e-content.e-year td, +.e-bigger .e-calendar .e-content.e-decade td { + height: 54px; + padding: 0 0 13px 0; +} + +.e-bigger.e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger .e-calendar .e-content.e-year td > span.e-day, +.e-bigger .e-calendar .e-content.e-decade td > span.e-day { + height: 54px; + line-height: 54px; + width: 54px; +} + +.e-bigger.e-calendar .e-header .e-icon-container .e-prev, +.e-bigger.e-calendar .e-header .e-icon-container .e-next, +.e-bigger .e-calendar .e-header .e-icon-container .e-prev, +.e-bigger .e-calendar .e-header .e-icon-container .e-next { + height: 46px; + width: 46px; +} + +.e-bigger.e-calendar .e-footer-container, +.e-bigger .e-calendar .e-footer-container { + border-top: none; + padding: 0 10px 10px 10px; +} + +.e-small.e-calendar, +.e-small .e-calendar { + max-width: 232px; + min-width: 232px; + padding: 0; +} + +.e-small.e-calendar.e-calendar-day-header-lg, +.e-small .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-small.e-calendar .e-content span.e-day, +.e-small .e-calendar .e-content span.e-day { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +.e-small.e-calendar .e-content.e-month td, +.e-small .e-calendar .e-content.e-month td { + height: 24px; +} + +.e-small.e-calendar .e-header, +.e-small .e-calendar .e-header { + height: 32px; +} + +.e-small.e-calendar .e-header span, +.e-small .e-calendar .e-header span { + font-size: 12px; + padding: 6px; +} + +.e-small.e-calendar .e-header .e-title, +.e-small .e-calendar .e-header .e-title { + font-size: 14px; + line-height: 32px; +} + +.e-small.e-calendar .e-header .e-icon-container .e-prev, +.e-small.e-calendar .e-header .e-icon-container .e-next, +.e-small .e-calendar .e-header .e-icon-container .e-prev, +.e-small .e-calendar .e-header .e-icon-container .e-next { + height: 28px; + width: 28px; +} + +.e-small.e-calendar th, +.e-small .e-calendar th { + font-size: 12px; + height: 24px; +} + +.e-calendar .e-btn.e-today.e-flat.e-disabled, +.e-calendar .e-btn.e-today.e-flat.e-disabled:hover, +.e-calendar .e-btn.e-today.e-flat.e-disabled:active, +.e-calendar .e-btn.e-today.e-flat.e-disabled:focus, +.e-calendar .e-btn.e-today.e-flat.e-disabled:hover:active { + background: #000; + border-color: #000; + box-shadow: none; + color: #757575; + cursor: default; + opacity: 1; + outline: none; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-content-placeholder.e-calendar.e-placeholder-calendar { + background-size: 250px 336px; + min-height: 336px; +} + +.e-bigger .e-content-placeholder.e-calendar.e-placeholder-calendar, +.e-bigger.e-content-placeholder.e-calendar.e-placeholder-calendar { + background-size: 300px 392px; + min-height: 392px; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + background-color: #000; + border: 1px solid #969696; + box-shadow: none; +} + +.e-calendar .e-date-icon-prev, +.e-calendar .e-date-icon-next, +.e-bigger.e-small .e-calendar .e-date-icon-prev, +.e-bigger.e-small .e-calendar .e-date-icon-next { + color: #fff; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + border-bottom: 0; + color: #fff; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + border-bottom: 0; +} + +.e-calendar .e-header a span, +.e-bigger.e-small .e-calendar .e-header a span { + border: 1px solid #000; + color: #fff; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + color: #ffd939; +} + +.e-calendar .e-header .e-title:hover, +.e-bigger.e-small .e-calendar .e-header .e-title:hover { + color: #ffd939; + cursor: pointer; + text-decoration: underline; +} + +.e-calendar .e-header .e-prev:hover > span, +.e-calendar .e-header .e-next:hover > span, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover > span, +.e-bigger.e-small .e-calendar .e-header .e-next:hover > span { + border: 1px solid #fff; + color: #fff; + cursor: pointer; +} + +.e-calendar .e-header .e-prev:hover, +.e-calendar .e-header .e-next:hover, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover, +.e-bigger.e-small .e-calendar .e-header .e-next:hover { + background: #685708; +} + +.e-calendar .e-header .e-prev:active, +.e-calendar .e-header .e-next:active, +.e-bigger.e-small .e-calendar .e-header .e-prev:active, +.e-bigger.e-small .e-calendar .e-header .e-next:active { + background: #ffd939; + color: #000; +} + +.e-calendar .e-header button.e-prev:active span, +.e-calendar .e-header button.e-next:active span, +.e-bigger.e-small .e-calendar .e-header button.e-prev:active span, +.e-bigger.e-small .e-calendar .e-header button.e-next:active span { + border: 1px solid #ffd939; + color: #000; +} + +.e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title { + color: #ffd939; + cursor: default; +} + +.e-calendar .e-header .e-next.e-disabled span, +.e-calendar .e-header .e-prev.e-disabled span, +.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span { + color: #757575; + font-weight: 500; +} + +.e-calendar .e-header .e-next.e-disabled, +.e-calendar .e-header .e-prev.e-disabled, +.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled { + opacity: 1; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day { + color: #969696; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day { + color: #000; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day { + color: #757575; +} + +.e-calendar .e-content.e-year td:hover span.e-day, +.e-calendar .e-content.e-decade td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day { + background-color: #685708; +} + +.e-calendar .e-content.e-year td.e-selected:hover span.e-day, +.e-calendar .e-content.e-decade td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day { + background-color: #ffd939; +} + +.e-calendar .e-content.e-year td > span.e-day, +.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day { + background: #000; +} + +.e-calendar .e-content .e-week-number span, +.e-bigger.e-small .e-calendar .e-content .e-week-number span { + color: #fff; +} + +.e-calendar .e-content td.e-focused-date span.e-day, +.e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-calendar .e-content td.e-focused-date:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:focus span.e-day { + background: #000; + border: 1px dashed #fff; + border-radius: 0; +} + +.e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day { + background-color: #685708; + border: 1px solid #fff; + border-radius: 0; + color: #fff; +} + +.e-calendar .e-content td.e-today span.e-day, +.e-calendar .e-content td.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day { + background: #000; + border: 1px solid #ffd939; + border-radius: 0; + color: #ffd939; +} + +.e-calendar .e-content td.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day { + background: #000; + border: 1px dashed #fff; + color: #ffd939; +} + +.e-calendar .e-content td.e-today:focus span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day { + background-color: #333; + border: 1px dashed #fff; + border-radius: 0; + color: #fff; +} + +.e-calendar .e-content td.e-today:hover span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day { + background-color: #685708; + border: 1px solid #ffd939; + color: #fff; +} + +.e-calendar .e-content td.e-today.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day { + background-color: #ffd939; + border: 1px solid #ffd939; + box-shadow: none; + color: #000; +} + +.e-calendar .e-content td.e-today.e-selected:hover span.e-day, +.e-calendar .e-content td.e-selected:hover span.e-day, +.e-calendar .e-content td.e-selected.e-focused-date span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day { + background-color: #ffe886; + color: #000; +} + +.e-calendar .e-content span, +.e-bigger.e-small .e-calendar .e-content span { + color: #fff; +} + +.e-calendar .e-content .e-disabled span.e-day:hover, +.e-bigger.e-small .e-calendar .e-content .e-disabled span.e-day:hover { + background: none; + border: 0; + color: #757575; +} + +.e-calendar .e-content .e-other-month:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month:hover span.e-day { + color: #fff; +} + +.e-calendar .e-content .e-other-month span.e-day, +.e-calendar .e-content .e-other-month.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today span.e-day { + color: #969696; +} + +.e-calendar .e-content .e-other-month.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today:hover span.e-day { + background-color: #685708; + color: #969696; +} + +.e-calendar .e-content thead, +.e-bigger.e-small .e-calendar .e-content thead { + background: none; + border-bottom: 0; +} + +.e-calendar .e-content td:hover span.e-day, +.e-calendar .e-content td:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td:focus span.e-day { + background-color: #685708; + border: 1px solid #fff; + border-radius: 0; + color: #fff; +} + +.e-calendar .e-content td:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td:focus span.e-day { + background-color: #333; + border: 1px dashed #fff; + border-radius: 0; + color: #fff; +} + +.e-calendar .e-content td.e-disabled span.e-day, +.e-calendar .e-content td.e-disabled:hover span.e-day, +.e-calendar .e-content td.e-disabled:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled:focus span.e-day { + background: none; + border: none; + color: #757575; +} + +.e-calendar .e-content td.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day { + background-color: #ffd939; + border: 1px solid #ffd939; + border-radius: 0; + color: #000; +} + +.e-calendar .e-content .e-footer, +.e-bigger.e-small .e-calendar .e-content .e-footer { + color: #ffd939; +} + +.e-calendar.e-device .e-prev:hover, +.e-calendar.e-device .e-next:hover, +.e-calendar.e-device .e-prev:active, +.e-calendar.e-device .e-next:active, +.e-calendar.e-device .e-prev:focus, +.e-calendar.e-device .e-next:focus, +.e-bigger.e-small .e-calendar.e-device .e-prev:hover, +.e-bigger.e-small .e-calendar.e-device .e-next:hover, +.e-bigger.e-small .e-calendar.e-device .e-prev:active, +.e-bigger.e-small .e-calendar.e-device .e-next:active, +.e-bigger.e-small .e-calendar.e-device .e-prev:focus, +.e-bigger.e-small .e-calendar.e-device .e-next:focus { + background: none; +} + +.e-calendar.e-device button.e-prev:active span, +.e-calendar.e-device button.e-next:active span, +.e-bigger.e-small .e-calendar.e-device button.e-prev:active span, +.e-bigger.e-small .e-calendar.e-device button.e-next:active span { + color: #fff; +} + +.e-small.e-calendar .e-header .e-title, +.e-small .e-calendar .e-header .e-title { + color: #ffd939; +} + +.e-zoomin { + animation: animatezoom .3s; +} + +@keyframes animatezoom { + from { + transform: scale(0); + } + to { + transform: scale(1); + } +} + +/*! component's theme wise override material-definitions and variables */ +/*! card layout */ +.e-bigger .e-card, +.e-bigger.e-card { + line-height: 45px; + min-height: 45px; +} + +.e-bigger .e-card > .e-card-header-title, +.e-bigger.e-card > .e-card-header-title { + line-height: normal; + padding: 16px; + min-height: 45px; +} + +.e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title), +.e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) { + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-card > .e-card-title, +.e-bigger.e-card > .e-card-title { + line-height: normal; + padding: 16px; +} + +.e-bigger .e-card > .e-card-title + :not(.e-card-title), +.e-bigger.e-card > .e-card-title + :not(.e-card-title) { + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-card.e-card-horizontal .e-card-image, +.e-bigger .e-card.e-card-horizontal img, +.e-bigger .e-card .e-card-horizontal .e-card-image, +.e-bigger .e-card .e-card-horizontal img, +.e-bigger.e-card.e-card-horizontal .e-card-image, +.e-bigger.e-card.e-card-horizontal img, +.e-bigger.e-card .e-card-horizontal .e-card-image, +.e-bigger.e-card .e-card-horizontal img { + margin: 2px; +} + +.e-bigger .e-card .e-card-header, +.e-bigger.e-card .e-card-header { + min-height: 30px; + padding: 16px; +} + +.e-bigger .e-card .e-card-header .e-card-content, +.e-bigger.e-card .e-card-header .e-card-content { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption, +.e-bigger.e-card .e-card-header .e-card-header-caption { + padding: 0 0 0 10px; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption:first-child, +.e-bigger.e-card .e-card-header .e-card-header-caption:first-child { + padding: 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title, +.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title { + font-size: 14px; + line-height: normal; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title, +.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + font-size: 14px; + line-height: normal; + padding: 8px 0 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-image, +.e-bigger.e-card .e-card-header .e-card-header-image { + background-size: cover; + height: 40px; + width: 40px; +} + +.e-bigger .e-card .e-card-image, +.e-bigger.e-card .e-card-image { + min-height: 150px; +} + +.e-bigger .e-card .e-card-image .e-card-title, +.e-bigger.e-card .e-card-image .e-card-title { + font-size: 17px; + line-height: 36px; + min-height: 36px; + padding: 0 16px; +} + +.e-bigger .e-card .e-card-actions, +.e-bigger.e-card .e-card-actions { + padding: 16px; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical, +.e-bigger.e-card .e-card-actions.e-card-vertical { + padding: 16px; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-bigger .e-card .e-card-actions.e-card-vertical a, +.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-bigger.e-card .e-card-actions.e-card-vertical a { + margin: 0 0 10px 0; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-bigger .e-card .e-card-actions.e-card-vertical a:last-child, +.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-bigger.e-card .e-card-actions.e-card-vertical a:last-child { + margin-bottom: 0; +} + +.e-bigger .e-card .e-card-actions .e-card-btn span, +.e-bigger .e-card .e-card-actions .e-card-btn span.e-icons, +.e-bigger.e-card .e-card-actions .e-card-btn span, +.e-bigger.e-card .e-card-actions .e-card-btn span.e-icons { + height: 24px; + width: 24px; +} + +.e-bigger .e-card .e-card-actions .e-card-btn, +.e-bigger .e-card .e-card-actions a, +.e-bigger.e-card .e-card-actions .e-card-btn, +.e-bigger.e-card .e-card-actions a { + line-height: 36px; + margin: 0 0 0 10px; + min-height: 36px; + padding: 0 6px; +} + +.e-bigger .e-card .e-card-actions .e-card-btn:first-child, +.e-bigger .e-card .e-card-actions a:first-child, +.e-bigger.e-card .e-card-actions .e-card-btn:first-child, +.e-bigger.e-card .e-card-actions a:first-child { + margin-left: 0; +} + +.e-bigger .e-card .e-card-content, +.e-bigger.e-card .e-card-content { + padding: 16px; +} + +.e-bigger .e-card .e-card-content + :not(.e-card-content), +.e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical, +.e-bigger.e-card .e-card-content + :not(.e-card-content), +.e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical { + margin-top: 0; + padding-top: 0; +} + +.e-card { + border-radius: 4px; + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + -ms-flex-pack: center; + justify-content: center; + line-height: 36px; + min-height: 36px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + width: 100%; + padding: 1px; +} + +.e-card:hover { + border-width: 2px; + padding: 0; +} + +.e-card:active { + border-width: 2px; + padding: 0; +} + +.e-card > * { + -ms-flex-pack: center; + justify-content: center; +} + +.e-card > .e-card-header-title { + box-sizing: border-box; + font-size: 15px; + line-height: normal; + padding: 12px; + min-height: 34px; +} + +.e-card > .e-card-header-title + :not(.e-card-header-title) { + margin-top: 0; + padding-top: 0; +} + +.e-card > .e-card-title { + font-size: 17px; + line-height: normal; + padding: 12px; +} + +.e-card > .e-card-title + :not(.e-card-title) { + margin-top: 0; + padding-top: 0; +} + +.e-card > .e-card-header-title, +.e-card > .e-card-title { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-card .e-card-header-caption { + line-height: normal; +} + +.e-card .e-card-header-caption .e-card-header-title { + font-size: 14px; +} + +.e-card .e-card-header-caption .e-card-sub-title { + font-size: 14px; +} + +.e-card .e-card-stacked { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; +} + +.e-card.e-card-horizontal, +.e-card .e-card-horizontal { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: center; + justify-content: center; +} + +.e-card.e-card-horizontal .e-card-image, +.e-card.e-card-horizontal img, +.e-card .e-card-horizontal .e-card-image, +.e-card .e-card-horizontal img { + margin: 2px; +} + +.e-card .e-card-horizontal { + line-height: normal; + padding: 2px; +} + +.e-card.e-card-horizontal > * { + -ms-flex: 1; + flex: 1; +} + +.e-card.e-card-horizontal .e-card-stacked { + display: -ms-flexbox; + display: flex; + -ms-flex: 1; + flex: 1; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; +} + +.e-card.e-card-horizontal .e-card-stacked > :first-child { + -ms-flex-positive: 1; + flex-grow: 1; +} + +.e-card .e-card-separator { + display: block; +} + +.e-card .e-card-corner { + border-radius: 50%; +} + +.e-card .e-card-header { + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: center; + justify-content: center; + line-height: normal; + min-height: 22.5px; + padding: 12px; + width: inherit; +} + +.e-card .e-card-header .e-card-content { + padding-left: 0; + padding-right: 0; +} + +.e-card .e-card-header .e-card-actions { + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-card .e-card-header .e-card-header-image { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + border: 1px solid; +} + +.e-card .e-card-header .e-card-header-caption { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + -ms-flex: 1; + flex: 1; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + padding: 0 0 0 7.5px; +} + +.e-card .e-card-header .e-card-header-caption:first-child { + padding: 0; +} + +.e-card .e-card-header .e-card-header-caption .e-card-header-title, +.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-card .e-card-header .e-card-header-caption .e-card-header-title { + font-size: 14px; + font-weight: 400; + font-weight: 600; + line-height: normal; +} + +.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + font-size: 14px; + font-weight: 400; + line-height: normal; + padding: 6px 0 0; +} + +.e-card .e-card-header .e-card-header-image { + background-repeat: no-repeat; + background-size: cover; + height: 30px; + width: 30px; +} + +.e-card .e-card-header .e-card-corner { + border-radius: 50%; +} + +.e-card .e-card-image { + background-size: cover; + min-height: 112.5px; + position: relative; + width: 100%; +} + +.e-card .e-card-image .e-card-title { + bottom: 0; + box-sizing: border-box; + font-size: 17px; + line-height: 27px; + min-height: 27px; + overflow: hidden; + padding: 0 12px; + position: absolute; + text-overflow: ellipsis; + width: inherit; +} + +.e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right { + bottom: auto; + top: 0; +} + +.e-card .e-card-image .e-card-title.e-card-top-right { + text-align: right; +} + +.e-card .e-card-image .e-card-title.e-card-bottom-right { + text-align: right; +} + +.e-card .e-card-actions { + box-sizing: border-box; + display: inline-block; + -ms-flex-pack: start; + justify-content: flex-start; + padding: 6px; +} + +.e-card .e-card-actions.e-card-vertical { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + padding: 12px; +} + +.e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-card .e-card-actions.e-card-vertical a { + -ms-flex-item-align: initial; + -ms-grid-row-align: initial; + align-self: initial; + box-sizing: border-box; + display: inline-block; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 6px 0; + text-align: center; + width: 100%; +} + +.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-card .e-card-actions.e-card-vertical a:last-child { + margin-bottom: 0; +} + +.e-card .e-card-actions button, +.e-card .e-card-actions a { + -ms-flex-align: center; + align-items: center; + -ms-flex-item-align: center; + align-self: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + overflow: hidden; + vertical-align: middle; + white-space: nowrap; +} + +.e-card .e-card-actions .e-card-btn span, +.e-card .e-card-actions .e-card-btn span.e-icons { + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 24px; + width: 24px; +} + +.e-card .e-card-actions .e-card-btn span::before, +.e-card .e-card-actions .e-card-btn span.e-icons::before { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + width: inherit; +} + +.e-card .e-card-actions .e-card-btn > * { + overflow: hidden; + text-overflow: ellipsis; + width: inherit; +} + +.e-card .e-card-actions .e-card-btn, +.e-card .e-card-actions a { + border-radius: 2px; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + line-height: 27px; + margin: 0 0 0 6px; + min-height: 27px; + padding: 0 6px; + text-decoration: none; + text-transform: none; +} + +.e-card .e-card-actions .e-card-btn:first-child, +.e-card .e-card-actions a:first-child { + margin-left: 0; +} + +.e-card .e-card-content { + font-size: 14px; + line-height: normal; + padding: 12px; +} + +.e-card .e-card-content + :not(.e-card-content), +.e-card .e-card-content + .e-card-actions.e-card-vertical { + margin-top: 0; + padding-top: 0; +} + +.e-card .e-card-content, +.e-card .e-card-content p { + line-height: normal; + overflow: hidden; + text-overflow: ellipsis; +} + +/*! card theme */ +.e-card { + -webkit-tap-highlight-color: transparent; + background-color: #000; + border: 1px solid #969696; + box-shadow: none; + color: #fff; + outline: none; +} + +.e-card:hover { + background-color: #000; + border-color: #fff; +} + +.e-card:focus { + background-color: #000; + border-color: #969696; +} + +.e-card:active { + background-color: #000; + border-color: #ffd939; +} + +.e-card .e-card-separator { + border-bottom: 1px solid #969696; +} + +.e-card .e-card-header-caption .e-card-header-title { + color: #fff; +} + +.e-card .e-card-header-caption .e-card-sub-title { + color: #fff; +} + +.e-card .e-card-image .e-card-title { + background-color: rgba(0, 0, 0, 0.7); + color: #fff; +} + +.e-card .e-card-actions .e-card-btn span, +.e-card .e-card-actions .e-card-btn span.e-icons { + color: #fff; +} + +.e-card .e-card-actions .e-card-btn, +.e-card .e-card-actions a { + background-color: #000; + border: 1px solid #ffd939; + color: #fff; + outline: 0; +} + +.e-card .e-card-actions .e-card-btn:hover, +.e-card .e-card-actions a:hover { + background-color: #685708; + border: 1px solid #fff; + color: #fff; +} + +.e-card .e-card-actions .e-card-btn:focus, +.e-card .e-card-actions a:focus { + background-color: #ffd939; + border: 1px solid #fff; + color: #fff; +} + +.e-card .e-card-actions .e-card-btn:active, +.e-card .e-card-actions a:active { + background-color: #ffd939; + border: 1px solid #ffd939; + color: #fff; +} + +.e-card .e-card-content { + color: #fff; +} + +.e-checkbox-wrapper .e-check::before, +.e-css.e-checkbox-wrapper .e-check::before { + content: '\e935'; +} + +.e-checkbox-wrapper .e-stop::before, +.e-css.e-checkbox-wrapper .e-stop::before { + content: '\e934'; +} + +/*! checkbox layout */ +.e-checkbox-wrapper, +.e-css.e-checkbox-wrapper { + cursor: pointer; + display: inline-block; + line-height: 1; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-checkbox-wrapper label, +.e-css.e-checkbox-wrapper label { + cursor: pointer; + display: inline-block; + line-height: 0; + margin: 0; + position: relative; + white-space: nowrap; +} + +.e-checkbox-wrapper:focus .e-frame, +.e-css.e-checkbox-wrapper:focus .e-frame { + box-shadow: none; +} + +.e-checkbox-wrapper .e-ripple-container, +.e-css.e-checkbox-wrapper .e-ripple-container { + border-radius: 50%; + bottom: -9px; + height: 36px; + left: -9px; + pointer-events: none; + position: absolute; + right: -9px; + top: -9px; + width: 36px; + z-index: 1; +} + +.e-checkbox-wrapper .e-label, +.e-css.e-checkbox-wrapper .e-label { + cursor: pointer; + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + line-height: 20px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: normal; +} + +.e-checkbox-wrapper .e-checkbox, +.e-css.e-checkbox-wrapper .e-checkbox { + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-checkbox-wrapper .e-checkbox + .e-label, +.e-css.e-checkbox-wrapper .e-checkbox + .e-label { + margin-right: 8px; +} + +.e-checkbox-wrapper .e-frame, +.e-css.e-checkbox-wrapper .e-frame { + border: 2px solid; + border-radius: 0; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + font-family: 'e-icons'; + height: 20px; + line-height: 16px; + padding: 0; + text-align: center; + vertical-align: middle; + width: 20px; +} + +.e-checkbox-wrapper .e-frame + .e-label, +.e-css.e-checkbox-wrapper .e-frame + .e-label { + margin-left: 8px; +} + +.e-checkbox-wrapper .e-frame + .e-ripple-container, +.e-css.e-checkbox-wrapper .e-frame + .e-ripple-container { + left: auto; +} + +.e-checkbox-wrapper .e-check, +.e-css.e-checkbox-wrapper .e-check { + font-size: 12px; +} + +.e-checkbox-wrapper .e-stop, +.e-css.e-checkbox-wrapper .e-stop { + font-size: 10px; + line-height: 16px; +} + +.e-checkbox-wrapper.e-checkbox-disabled, +.e-css.e-checkbox-wrapper.e-checkbox-disabled { + cursor: default; + pointer-events: none; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame { + cursor: default; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-label, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label { + cursor: default; +} + +.e-checkbox-wrapper.e-rtl .e-ripple-container, +.e-css.e-checkbox-wrapper.e-rtl .e-ripple-container { + right: -9px; +} + +.e-checkbox-wrapper.e-rtl .e-frame, +.e-css.e-checkbox-wrapper.e-rtl .e-frame { + margin: 0; +} + +.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container { + left: -9px; + right: auto; +} + +.e-checkbox-wrapper.e-rtl .e-label, +.e-css.e-checkbox-wrapper.e-rtl .e-label { + margin-left: 0; + margin-right: 8px; +} + +.e-checkbox-wrapper.e-rtl .e-label + .e-frame, +.e-css.e-checkbox-wrapper.e-rtl .e-label + .e-frame { + margin: 0; +} + +.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label, +.e-css.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label { + margin-left: 8px; + margin-right: 0; +} + +.e-checkbox-wrapper.e-small .e-frame, +.e-css.e-checkbox-wrapper.e-small .e-frame { + height: 14px; + line-height: 10px; + width: 14px; +} + +.e-checkbox-wrapper.e-small .e-check, +.e-css.e-checkbox-wrapper.e-small .e-check { + font-size: 8px; +} + +.e-checkbox-wrapper.e-small .e-stop, +.e-css.e-checkbox-wrapper.e-small .e-stop { + font-size: 8px; + line-height: 10px; +} + +.e-checkbox-wrapper.e-small .e-label, +.e-css.e-checkbox-wrapper.e-small .e-label { + font-size: 14px; + line-height: 14px; +} + +.e-checkbox-wrapper.e-small .e-ripple-container, +.e-css.e-checkbox-wrapper.e-small .e-ripple-container { + bottom: -13px; + height: 30px; + left: -13px; + right: -13px; + top: -13px; + width: 30px; +} + +.e-small .e-checkbox-wrapper .e-frame, +.e-small.e-checkbox-wrapper .e-frame, +.e-small .e-css.e-checkbox-wrapper .e-frame, +.e-small.e-css.e-checkbox-wrapper .e-frame { + height: 14px; + line-height: 10px; + width: 14px; +} + +.e-small .e-checkbox-wrapper .e-check, +.e-small.e-checkbox-wrapper .e-check, +.e-small .e-css.e-checkbox-wrapper .e-check, +.e-small.e-css.e-checkbox-wrapper .e-check { + font-size: 8px; +} + +.e-small .e-checkbox-wrapper .e-stop, +.e-small.e-checkbox-wrapper .e-stop, +.e-small .e-css.e-checkbox-wrapper .e-stop, +.e-small.e-css.e-checkbox-wrapper .e-stop { + font-size: 8px; + line-height: 10px; +} + +.e-small .e-checkbox-wrapper .e-label, +.e-small.e-checkbox-wrapper .e-label, +.e-small .e-css.e-checkbox-wrapper .e-label, +.e-small.e-css.e-checkbox-wrapper .e-label { + font-size: 14px; + line-height: 14px; +} + +.e-small .e-checkbox-wrapper .e-ripple-container, +.e-small.e-checkbox-wrapper .e-ripple-container, +.e-small .e-css.e-checkbox-wrapper .e-ripple-container, +.e-small.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -13px; + height: 30px; + left: -13px; + right: -13px; + top: -13px; + width: 30px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-frame, +.e-bigger.e-small.e-checkbox-wrapper .e-frame, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame { + height: 18px; + line-height: 15px; + width: 18px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-check, +.e-bigger.e-small.e-checkbox-wrapper .e-check, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-check, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-check { + font-size: 10px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-stop, +.e-bigger.e-small.e-checkbox-wrapper .e-stop, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-stop, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-stop { + font-size: 10px; + line-height: 14px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-label, +.e-bigger.e-small.e-checkbox-wrapper .e-label, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-label, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-label { + font-size: 14px; + line-height: 18px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -16px; + height: 38px; + left: -16px; + right: -16px; + top: -16px; + width: 38px; +} + +.e-bigger .e-checkbox-wrapper .e-frame, +.e-bigger.e-checkbox-wrapper .e-frame, +.e-bigger .e-css.e-checkbox-wrapper .e-frame, +.e-bigger.e-css.e-checkbox-wrapper .e-frame { + height: 22px; + line-height: 18px; + width: 22px; +} + +.e-bigger .e-checkbox-wrapper .e-frame + .e-label, +.e-bigger.e-checkbox-wrapper .e-frame + .e-label, +.e-bigger .e-css.e-checkbox-wrapper .e-frame + .e-label, +.e-bigger.e-css.e-checkbox-wrapper .e-frame + .e-label { + font-size: 14px; + line-height: 22px; + margin-left: 8px; +} + +.e-bigger .e-checkbox-wrapper .e-check, +.e-bigger.e-checkbox-wrapper .e-check, +.e-bigger .e-css.e-checkbox-wrapper .e-check, +.e-bigger.e-css.e-checkbox-wrapper .e-check { + font-size: 14px; +} + +.e-bigger .e-checkbox-wrapper .e-stop, +.e-bigger.e-checkbox-wrapper .e-stop, +.e-bigger .e-css.e-checkbox-wrapper .e-stop, +.e-bigger.e-css.e-checkbox-wrapper .e-stop { + font-size: 14px; + line-height: 18px; +} + +.e-bigger .e-checkbox-wrapper .e-label, +.e-bigger.e-checkbox-wrapper .e-label, +.e-bigger .e-css.e-checkbox-wrapper .e-label, +.e-bigger.e-css.e-checkbox-wrapper .e-label { + font-size: 14px; +} + +.e-bigger .e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-checkbox-wrapper .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -15px; + height: 38px; + left: -15px; + right: -15px; + top: -15px; + width: 38px; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame { + margin: 0; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label { + margin-left: 0; + margin-right: 8px; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container { + right: auto; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-frame, +.e-bigger.e-checkbox-wrapper.e-small .e-frame, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-frame, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-frame { + height: 18px; + line-height: 15px; + width: 18px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-check, +.e-bigger.e-checkbox-wrapper.e-small .e-check, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-check, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-check { + font-size: 10px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-stop, +.e-bigger.e-checkbox-wrapper.e-small .e-stop, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-stop, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-stop { + font-size: 10px; + line-height: 14px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-label, +.e-bigger.e-checkbox-wrapper.e-small .e-label, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-label, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-label { + font-size: 14px; + line-height: 18px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger.e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-ripple-container { + bottom: -16px; + height: 38px; + left: -16px; + right: -16px; + top: -16px; + width: 38px; +} + +/*! checkbox theme */ +.e-checkbox-wrapper, +.e-css.e-checkbox-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-checkbox-wrapper .e-frame, +.e-css.e-checkbox-wrapper .e-frame { + background-color: #000; + border-color: #fff; +} + +.e-checkbox-wrapper .e-frame.e-check, +.e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-checkbox-wrapper .e-frame.e-stop, +.e-css.e-checkbox-wrapper .e-frame.e-stop { + background-color: #000; + border-color: #fff; + color: #fff; +} + +.e-checkbox-wrapper .e-ripple-element, +.e-css.e-checkbox-wrapper .e-ripple-element { + background: rgba(0, 0, 0, 0.3); +} + +.e-checkbox-wrapper .e-ripple-check .e-ripple-element, +.e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element { + background: rgba(0, 0, 0, 0.3); +} + +.e-checkbox-wrapper:active .e-ripple-element, +.e-css.e-checkbox-wrapper:active .e-ripple-element { + background: rgba(0, 0, 0, 0.3); +} + +.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element, +.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element { + background: rgba(0, 0, 0, 0.3); +} + +.e-checkbox-wrapper .e-label, +.e-css.e-checkbox-wrapper .e-label { + color: #fff; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame { + background-color: #000; + border-color: #fff; + box-shadow: none; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check { + background-color: #ffd939; + border-color: #ffd939; + box-shadow: none; + color: #000; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop { + box-shadow: none; + color: #ffd939; +} + +.e-checkbox-wrapper:hover .e-frame, +.e-css.e-checkbox-wrapper:hover .e-frame { + background-color: #000; + border-color: #ffd939; +} + +.e-checkbox-wrapper:hover .e-frame.e-check, +.e-css.e-checkbox-wrapper:hover .e-frame.e-check { + background-color: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-checkbox-wrapper:hover .e-frame.e-stop, +.e-css.e-checkbox-wrapper:hover .e-frame.e-stop { + color: #ffd939; +} + +.e-checkbox-wrapper:hover .e-label, +.e-css.e-checkbox-wrapper:hover .e-label { + color: #fff; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame { + background-color: #757575; + border-color: #757575; + color: #d6d7d7; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check { + background-color: #757575; + border-color: #757575; + color: #000; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-label, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label { + color: #d6d7d7; +} + +.e-checkbox-wrapper.e-focus .e-ripple-container, +.e-css.e-checkbox-wrapper.e-focus .e-ripple-container { + background-color: transparent; +} + +.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check, +.e-css.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-checkbox-wrapper.e-focus .e-frame, +.e-css.e-checkbox-wrapper.e-focus .e-frame { + outline: #fff 1px solid; + outline-offset: 2px; +} + +.e-checkbox-wrapper.e-focus .e-frame.e-check, +.e-css.e-checkbox-wrapper.e-focus .e-frame.e-check { + outline: #fff 1px solid; + outline-offset: 2px; +} + +.e-chip-list .e-chip-text { + margin-top: -2px; +} + +.e-chip-list .e-chip-delete.e-dlt-btn::before { + content: '\e7fc'; +} + +.e-chip-list.e-multi-selection .e-chip::before { + content: '\e7ff'; +} + +.e-chip-list { + display: -ms-flexbox; + display: flex; + padding: 4px; +} + +.e-chip-list.e-chip, +.e-chip-list .e-chip { + -webkit-tap-highlight-color: transparent; + -ms-flex-align: center; + align-items: center; + border: 1px solid; + border-radius: 0; + box-shadow: 0 0 0 1pt transparent; + box-sizing: border-box; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + font-weight: 400; + height: 28px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1.5em; + margin: 4px; + outline: none; + overflow: hidden; + padding: 0 10px; + position: relative; + transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-chip-list.e-chip .e-chip-avatar, +.e-chip-list .e-chip .e-chip-avatar { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 50%; + display: -ms-flexbox; + display: flex; + font-size: 13px; + height: 28px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -10px; + overflow: hidden; + width: 28px; +} + +.e-chip-list.e-chip .e-chip-avatar-wrap, .e-chip-list.e-chip.e-chip-avatar-wrap, +.e-chip-list .e-chip .e-chip-avatar-wrap, +.e-chip-list .e-chip.e-chip-avatar-wrap { + border-radius: 14px 0 0 14px; +} + +.e-chip-list.e-chip .e-chip-icon, +.e-chip-list .e-chip .e-chip-icon { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 0%; + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 20px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -6px; + overflow: hidden; + width: 20px; +} + +.e-chip-list.e-chip .e-chip-text, +.e-chip-list .e-chip .e-chip-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-chip-list.e-chip .e-chip-delete, +.e-chip-list .e-chip .e-chip-delete { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 0%; + display: -ms-flexbox; + display: flex; + font-size: 10px; + height: 14px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 -2px 0 8px; + overflow: hidden; + width: 14px; +} + +.e-chip-list.e-chip .e-chip-delete.e-dlt-btn::before, +.e-chip-list .e-chip .e-chip-delete.e-dlt-btn::before { + font-family: 'e-icons'; +} + +.e-chip-list:not(.e-chip) { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.e-chip-list.e-multi-selection .e-chip::before { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-family: 'e-icons'; + height: 20px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -6px; + margin-top: 0; + overflow: hidden; + transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1); + width: 20px; +} + +.e-chip-list.e-multi-selection .e-chip:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 0; +} + +.e-chip-list.e-multi-selection .e-chip.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + display: none; +} + +.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + height: 28px; + margin: 0 8px 0 -10px; + margin-top: 0; + width: 28px; +} + +.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-icon, +.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-avatar { + display: none; +} + +.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-active.e-chip-avatar-wrap::before { + display: -ms-flexbox; + display: flex; +} + +.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 20px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-chip-list.e-rtl .e-chip .e-chip-avatar { + margin: 0 -10px 0 8px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-chip-list.e-rtl .e-chip .e-chip-icon { + margin: 0 -6px 0 8px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-chip-list.e-rtl .e-chip .e-chip-delete { + margin: 0 8px 0 -2px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap { + border-radius: 0 14px 14px 0; +} + +.e-chip-list.e-rtl.e-multi-selection .e-chip::before { + margin: 0 -6px 0 8px; + margin-top: 0; +} + +.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + margin: 0 -10px 0 8px; + margin-top: 0; +} + +.e-bigger .e-chip-list.e-chip, +.e-bigger .e-chip-list .e-chip, +.e-bigger.e-chip-list.e-chip, +.e-bigger.e-chip-list .e-chip { + border-radius: 0; + font-size: 14px; + height: 32px; + padding: 0 12px; +} + +.e-bigger .e-chip-list .e-chip-avatar, +.e-bigger.e-chip-list .e-chip-avatar { + font-size: 15px; + height: 32px; + margin: 0 8px 0 -12px; + width: 32px; +} + +.e-bigger .e-chip-list .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-chip-avatar-wrap, +.e-bigger.e-chip-list .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-chip-avatar-wrap { + border-radius: 16px 0 0 16px; +} + +.e-bigger .e-chip-list .e-chip-icon, +.e-bigger.e-chip-list .e-chip-icon { + font-size: 16px; + height: 24px; + margin: 0 8px 0 -8px; + width: 24px; +} + +.e-bigger .e-chip-list .e-chip-delete, +.e-bigger.e-chip-list .e-chip-delete { + font-size: 10px; + height: 18px; + margin: 0 -4px 0 8px; + width: 18px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip::before { + height: 24px; + margin: 0 8px 0 -8px; + margin-top: 0; + width: 24px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + height: 32px; + margin: 0 8px 0 -12px; + margin-top: 0; + width: 32px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 24px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar { + margin: 0 -12px 0 8px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-icon, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-icon { + margin: 0 -8px 0 8px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-delete, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-delete { + margin: 0 8px 0 -4px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-bigger .e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap { + border-radius: 0 16px 16px 0; +} + +.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip::before, +.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip::before { + margin: 0 -8px 0 8px; + margin-top: 0; +} + +.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before, +.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + margin: 0 -12px 0 8px; + margin-top: 0; +} + +.e-chip-list.e-chip, +.e-chip-list .e-chip { + background-color: #fff; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-chip .e-chip-icon, +.e-chip-list.e-chip .e-chip-delete, +.e-chip-list .e-chip .e-chip-icon, +.e-chip-list .e-chip .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip .e-chip-delete.e-dlt-btn { + color: #000; +} + +.e-chip-list.e-chip .e-chip-avatar, +.e-chip-list .e-chip .e-chip-avatar { + background-color: #e0e0e0; + color: #000; +} + +.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #000; +} + +.e-chip-list.e-chip:hover, +.e-chip-list .e-chip:hover { + background-color: #685708; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip:hover .e-chip-icon, +.e-chip-list.e-chip:hover .e-chip-delete, +.e-chip-list .e-chip:hover .e-chip-icon, +.e-chip-list .e-chip:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip:hover .e-chip-avatar, +.e-chip-list .e-chip:hover .e-chip-avatar { + background-color: #2f2704; + color: #fff; +} + +.e-chip-list.e-chip.e-focused, +.e-chip-list .e-chip.e-focused { + background-color: #fff; + border-color: #000; + color: #000; + box-shadow: 0 0 0 1pt #fff; +} + +.e-chip-list.e-chip.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-focused .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-focused .e-chip-avatar { + background-color: #2f2704; + color: #fff; +} + +.e-chip-list.e-chip.e-active, +.e-chip-list .e-chip.e-active { + background-color: #ffd939; + border-color: transparent; + color: #000; + box-shadow: none; +} + +.e-chip-list.e-chip.e-active .e-chip-icon, +.e-chip-list.e-chip.e-active .e-chip-delete, +.e-chip-list .e-chip.e-active .e-chip-icon, +.e-chip-list .e-chip.e-active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-focused.e-active, +.e-chip-list .e-chip.e-focused.e-active { + background-color: #ffd939; + border-color: #000; + color: #000; + box-shadow: 0 0 0 1pt #fff; +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-focused.e-active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-focused.e-active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip:active, +.e-chip-list .e-chip:active { + background-color: #ffd939; + border-color: transparent; + color: #000; + box-shadow: none; +} + +.e-chip-list.e-chip:active .e-chip-icon, +.e-chip-list.e-chip:active .e-chip-delete, +.e-chip-list .e-chip:active .e-chip-icon, +.e-chip-list .e-chip:active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip:active .e-chip-avatar, +.e-chip-list .e-chip:active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-disabled, +.e-chip-list .e-chip.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; + opacity: 1; + pointer-events: none; +} + +.e-chip-list.e-chip.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-chip.e-outline, +.e-chip-list .e-chip.e-outline { + background-color: transparent; + border-color: #fff; + color: #fff; + border-width: 1px; +} + +.e-chip-list.e-chip.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-outline .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-outline .e-chip-delete.e-dlt-btn { + color: #fff; +} + +.e-chip-list.e-chip.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-outline .e-chip-avatar { + background-color: #fff; + color: #000; +} + +.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #000; +} + +.e-chip-list.e-chip.e-outline:hover, +.e-chip-list .e-chip.e-outline:hover { + background-color: #685708; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-outline:hover .e-chip-avatar { + background-color: #2f2704; + color: #fff; +} + +.e-chip-list.e-chip.e-outline.e-focused, +.e-chip-list .e-chip.e-outline.e-focused { + background-color: #fff; + border-color: #000; + color: #000; +} + +.e-chip-list.e-chip.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-avatar { + background-color: #e0e0e0; + color: #000; +} + +.e-chip-list.e-chip.e-outline.e-active, +.e-chip-list .e-chip.e-outline.e-active { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-chip.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-outline.e-focused.e-active { + background-color: #ffd939; + border-color: #000; + color: #000; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-outline:active, +.e-chip-list .e-chip.e-outline:active { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-chip.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-outline:active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-outline:active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-outline.e-disabled, +.e-chip-list .e-chip.e-outline.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-selection .e-chip.e-active { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused { + background-color: #ffd939; + border-color: #000; + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-delete { + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-delete { + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused { + background-color: #ffd939; + border-color: #000; + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete { + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-selection .e-chip:active { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-selection .e-chip:active .e-chip-icon, +.e-chip-list.e-selection .e-chip:active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-selection .e-chip:active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-selection .e-chip:active.e-outline { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-icon, +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete { + color: #000; +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-primary, +.e-chip-list .e-chip.e-primary { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-chip.e-primary .e-chip-icon, +.e-chip-list.e-chip.e-primary .e-chip-delete, +.e-chip-list .e-chip.e-primary .e-chip-icon, +.e-chip-list .e-chip.e-primary .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-primary .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary .e-chip-delete.e-dlt-btn { + color: #000; +} + +.e-chip-list.e-chip.e-primary .e-chip-avatar, +.e-chip-list .e-chip.e-primary .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #000; +} + +.e-chip-list.e-chip.e-primary:hover, +.e-chip-list .e-chip.e-primary:hover { + background-color: #685708; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover .e-chip-icon, +.e-chip-list.e-chip.e-primary:hover .e-chip-delete, +.e-chip-list .e-chip.e-primary:hover .e-chip-icon, +.e-chip-list .e-chip.e-primary:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover .e-chip-avatar, +.e-chip-list .e-chip.e-primary:hover .e-chip-avatar { + background-color: #2f2704; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused, +.e-chip-list .e-chip.e-primary.e-focused { + background-color: #ffd939; + border-color: #000; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-active, +.e-chip-list .e-chip.e-primary.e-active { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active, +.e-chip-list .e-chip.e-primary.e-focused.e-active { + background-color: #ffd939; + border-color: #000; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-primary:active, +.e-chip-list .e-chip.e-primary:active { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-chip.e-primary:active .e-chip-icon, +.e-chip-list.e-chip.e-primary:active .e-chip-delete, +.e-chip-list .e-chip.e-primary:active .e-chip-icon, +.e-chip-list .e-chip.e-primary:active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-primary:active .e-chip-avatar, +.e-chip-list .e-chip.e-primary:active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-disabled, +.e-chip-list .e-chip.e-primary.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-chip.e-primary.e-outline, +.e-chip-list .e-chip.e-primary.e-outline { + background-color: transparent; + border-color: #ffd939; + color: #ffd939; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete { + color: #ffd939; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(255, 217, 57, 0.8); +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-avatar { + background-color: #ffd939; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover, +.e-chip-list .e-chip.e-primary.e-outline:hover { + background-color: #685708; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-avatar { + background-color: #2f2704; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused, +.e-chip-list .e-chip.e-primary.e-outline.e-focused { + background-color: #ffd939; + border-color: #000; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active, +.e-chip-list .e-chip.e-primary.e-outline.e-active { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active { + background-color: #ffd939; + border-color: #000; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline:active, +.e-chip-list .e-chip.e-primary.e-outline:active { + background-color: #ffd939; + border-color: transparent; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-delete { + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-avatar { + background-color: #fbcb00; + color: #000; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-chip.e-success, +.e-chip-list .e-chip.e-success { + background-color: #166600; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success .e-chip-icon, +.e-chip-list.e-chip.e-success .e-chip-delete, +.e-chip-list .e-chip.e-success .e-chip-icon, +.e-chip-list .e-chip.e-success .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-success .e-chip-avatar, +.e-chip-list .e-chip.e-success .e-chip-avatar { + background-color: #092900; + color: #fff; +} + +.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #166600; +} + +.e-chip-list.e-chip.e-success:hover, +.e-chip-list .e-chip.e-success:hover { + background-color: #166600; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover .e-chip-icon, +.e-chip-list.e-chip.e-success:hover .e-chip-delete, +.e-chip-list .e-chip.e-success:hover .e-chip-icon, +.e-chip-list .e-chip.e-success:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover .e-chip-avatar, +.e-chip-list .e-chip.e-success:hover .e-chip-avatar { + background-color: #092900; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused, +.e-chip-list .e-chip.e-success.e-focused { + background-color: #166600; + border-color: #000; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-success.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-success.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-success.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-focused .e-chip-avatar { + background-color: #092900; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active, +.e-chip-list .e-chip.e-success.e-active { + background-color: #fff; + border-color: transparent; + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-active .e-chip-delete { + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active, +.e-chip-list .e-chip.e-success.e-focused.e-active { + background-color: #fff; + border-color: #000; + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-delete { + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #166600; +} + +.e-chip-list.e-chip.e-success:active, +.e-chip-list .e-chip.e-success:active { + background-color: #fff; + border-color: transparent; + color: #166600; +} + +.e-chip-list.e-chip.e-success:active .e-chip-icon, +.e-chip-list.e-chip.e-success:active .e-chip-delete, +.e-chip-list .e-chip.e-success:active .e-chip-icon, +.e-chip-list .e-chip.e-success:active .e-chip-delete { + color: #166600; +} + +.e-chip-list.e-chip.e-success:active .e-chip-avatar, +.e-chip-list .e-chip.e-success:active .e-chip-avatar { + background-color: #e0e0e0; + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-disabled, +.e-chip-list .e-chip.e-success.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-success.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-success.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-success.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-chip.e-success.e-outline, +.e-chip-list .e-chip.e-success.e-outline { + background-color: transparent; + border-color: #2bc700; + color: #2bc700; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline .e-chip-delete { + color: #2bc700; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(43, 199, 0, 0.8); +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline .e-chip-avatar { + background-color: #166600; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-outline:hover, +.e-chip-list .e-chip.e-success.e-outline:hover { + background-color: #166600; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-avatar { + background-color: #092900; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused, +.e-chip-list .e-chip.e-success.e-outline.e-focused { + background-color: #166600; + border-color: #000; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-avatar { + background-color: #092900; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active, +.e-chip-list .e-chip.e-success.e-outline.e-active { + background-color: #fff; + border-color: transparent; + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-delete { + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active { + background-color: #fff; + border-color: #000; + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete { + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-outline:active, +.e-chip-list .e-chip.e-success.e-outline:active { + background-color: #fff; + border-color: transparent; + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-delete { + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-avatar { + background-color: #e0e0e0; + color: #166600; +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled, +.e-chip-list .e-chip.e-success.e-outline.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-chip.e-info, +.e-chip-list .e-chip.e-info { + background-color: #0056b3; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info .e-chip-icon, +.e-chip-list.e-chip.e-info .e-chip-delete, +.e-chip-list .e-chip.e-info .e-chip-icon, +.e-chip-list .e-chip.e-info .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-info .e-chip-avatar, +.e-chip-list .e-chip.e-info .e-chip-avatar { + background-color: #003976; + color: #fff; +} + +.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #0056b3; +} + +.e-chip-list.e-chip.e-info:hover, +.e-chip-list .e-chip.e-info:hover { + background-color: #0056b3; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover .e-chip-icon, +.e-chip-list.e-chip.e-info:hover .e-chip-delete, +.e-chip-list .e-chip.e-info:hover .e-chip-icon, +.e-chip-list .e-chip.e-info:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover .e-chip-avatar, +.e-chip-list .e-chip.e-info:hover .e-chip-avatar { + background-color: #003976; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused, +.e-chip-list .e-chip.e-info.e-focused { + background-color: #0056b3; + border-color: #000; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-info.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-info.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-info.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-focused .e-chip-avatar { + background-color: #003976; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active, +.e-chip-list .e-chip.e-info.e-active { + background-color: #fff; + border-color: transparent; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-active .e-chip-delete { + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active, +.e-chip-list .e-chip.e-info.e-focused.e-active { + background-color: #fff; + border-color: #000; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-delete { + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info:active, +.e-chip-list .e-chip.e-info:active { + background-color: #fff; + border-color: transparent; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info:active .e-chip-icon, +.e-chip-list.e-chip.e-info:active .e-chip-delete, +.e-chip-list .e-chip.e-info:active .e-chip-icon, +.e-chip-list .e-chip.e-info:active .e-chip-delete { + color: #0056b3; +} + +.e-chip-list.e-chip.e-info:active .e-chip-avatar, +.e-chip-list .e-chip.e-info:active .e-chip-avatar { + background-color: #e0e0e0; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-disabled, +.e-chip-list .e-chip.e-info.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-info.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-info.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-info.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-chip.e-info.e-outline, +.e-chip-list .e-chip.e-info.e-outline { + background-color: transparent; + border-color: #66b0ff; + color: #66b0ff; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline .e-chip-delete { + color: #66b0ff; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(102, 176, 255, 0.8); +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline .e-chip-avatar { + background-color: #0056b3; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-outline:hover, +.e-chip-list .e-chip.e-info.e-outline:hover { + background-color: #0056b3; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-avatar { + background-color: #003976; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused, +.e-chip-list .e-chip.e-info.e-outline.e-focused { + background-color: #0056b3; + border-color: #000; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-avatar { + background-color: #003976; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active, +.e-chip-list .e-chip.e-info.e-outline.e-active { + background-color: #fff; + border-color: transparent; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-delete { + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active { + background-color: #fff; + border-color: #000; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete { + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-outline:active, +.e-chip-list .e-chip.e-info.e-outline:active { + background-color: #fff; + border-color: transparent; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-delete { + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-avatar { + background-color: #e0e0e0; + color: #0056b3; +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled, +.e-chip-list .e-chip.e-info.e-outline.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-chip.e-warning, +.e-chip-list .e-chip.e-warning { + background-color: #944000; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning .e-chip-icon, +.e-chip-list.e-chip.e-warning .e-chip-delete, +.e-chip-list .e-chip.e-warning .e-chip-icon, +.e-chip-list .e-chip.e-warning .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-warning .e-chip-avatar, +.e-chip-list .e-chip.e-warning .e-chip-avatar { + background-color: #572600; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #944000; +} + +.e-chip-list.e-chip.e-warning:hover, +.e-chip-list .e-chip.e-warning:hover { + background-color: #944000; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover .e-chip-icon, +.e-chip-list.e-chip.e-warning:hover .e-chip-delete, +.e-chip-list .e-chip.e-warning:hover .e-chip-icon, +.e-chip-list .e-chip.e-warning:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover .e-chip-avatar, +.e-chip-list .e-chip.e-warning:hover .e-chip-avatar { + background-color: #572600; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused, +.e-chip-list .e-chip.e-warning.e-focused { + background-color: #944000; + border-color: #000; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-avatar { + background-color: #572600; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active, +.e-chip-list .e-chip.e-warning.e-active { + background-color: #fff; + border-color: transparent; + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-active .e-chip-delete { + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active, +.e-chip-list .e-chip.e-warning.e-focused.e-active { + background-color: #fff; + border-color: #000; + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-delete { + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #944000; +} + +.e-chip-list.e-chip.e-warning:active, +.e-chip-list .e-chip.e-warning:active { + background-color: #fff; + border-color: transparent; + color: #944000; +} + +.e-chip-list.e-chip.e-warning:active .e-chip-icon, +.e-chip-list.e-chip.e-warning:active .e-chip-delete, +.e-chip-list .e-chip.e-warning:active .e-chip-icon, +.e-chip-list .e-chip.e-warning:active .e-chip-delete { + color: #944000; +} + +.e-chip-list.e-chip.e-warning:active .e-chip-avatar, +.e-chip-list .e-chip.e-warning:active .e-chip-avatar { + background-color: #e0e0e0; + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-disabled, +.e-chip-list .e-chip.e-warning.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-chip.e-warning.e-outline, +.e-chip-list .e-chip.e-warning.e-outline { + background-color: transparent; + border-color: #ff7d1a; + color: #ff7d1a; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete { + color: #ff7d1a; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(255, 125, 26, 0.8); +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-avatar { + background-color: #944000; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover, +.e-chip-list .e-chip.e-warning.e-outline:hover { + background-color: #944000; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-avatar { + background-color: #572600; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused, +.e-chip-list .e-chip.e-warning.e-outline.e-focused { + background-color: #944000; + border-color: #000; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-avatar { + background-color: #572600; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active, +.e-chip-list .e-chip.e-warning.e-outline.e-active { + background-color: #fff; + border-color: transparent; + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-delete { + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active { + background-color: #fff; + border-color: #000; + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete { + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-outline:active, +.e-chip-list .e-chip.e-warning.e-outline:active { + background-color: #fff; + border-color: transparent; + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-delete { + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-avatar { + background-color: #e0e0e0; + color: #944000; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-chip.e-danger, +.e-chip-list .e-chip.e-danger { + background-color: #b30900; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger .e-chip-icon, +.e-chip-list.e-chip.e-danger .e-chip-delete, +.e-chip-list .e-chip.e-danger .e-chip-icon, +.e-chip-list .e-chip.e-danger .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-danger .e-chip-avatar, +.e-chip-list .e-chip.e-danger .e-chip-avatar { + background-color: #760600; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #b30900; +} + +.e-chip-list.e-chip.e-danger:hover, +.e-chip-list .e-chip.e-danger:hover { + background-color: #b30900; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover .e-chip-icon, +.e-chip-list.e-chip.e-danger:hover .e-chip-delete, +.e-chip-list .e-chip.e-danger:hover .e-chip-icon, +.e-chip-list .e-chip.e-danger:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover .e-chip-avatar, +.e-chip-list .e-chip.e-danger:hover .e-chip-avatar { + background-color: #760600; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused, +.e-chip-list .e-chip.e-danger.e-focused { + background-color: #b30900; + border-color: #000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-avatar { + background-color: #760600; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active, +.e-chip-list .e-chip.e-danger.e-active { + background-color: #fff; + border-color: transparent; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-active .e-chip-delete { + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active, +.e-chip-list .e-chip.e-danger.e-focused.e-active { + background-color: #fff; + border-color: #000; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-delete { + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger:active, +.e-chip-list .e-chip.e-danger:active { + background-color: #fff; + border-color: transparent; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger:active .e-chip-icon, +.e-chip-list.e-chip.e-danger:active .e-chip-delete, +.e-chip-list .e-chip.e-danger:active .e-chip-icon, +.e-chip-list .e-chip.e-danger:active .e-chip-delete { + color: #b30900; +} + +.e-chip-list.e-chip.e-danger:active .e-chip-avatar, +.e-chip-list .e-chip.e-danger:active .e-chip-avatar { + background-color: #e0e0e0; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-disabled, +.e-chip-list .e-chip.e-danger.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-chip-list.e-chip.e-danger.e-outline, +.e-chip-list .e-chip.e-danger.e-outline { + background-color: transparent; + border-color: #ff6161; + color: #ff6161; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete { + color: #ff6161; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(255, 97, 97, 0.8); +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-avatar { + background-color: #b30900; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover, +.e-chip-list .e-chip.e-danger.e-outline:hover { + background-color: #b30900; + border-color: #fff; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-avatar { + background-color: #760600; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused, +.e-chip-list .e-chip.e-danger.e-outline.e-focused { + background-color: #b30900; + border-color: #000; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-avatar { + background-color: #760600; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active, +.e-chip-list .e-chip.e-danger.e-outline.e-active { + background-color: #fff; + border-color: transparent; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-delete { + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active { + background-color: #fff; + border-color: #000; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete { + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #e0e0e0; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-outline:active, +.e-chip-list .e-chip.e-danger.e-outline:active { + background-color: #fff; + border-color: transparent; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-delete { + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-avatar { + background-color: #e0e0e0; + color: #b30900; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled { + background-color: #000; + border-color: #757575; + color: #757575; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-delete { + color: #757575; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-avatar { + background-color: black; + color: #757575; +} + +.e-dropdown-btn .e-caret::before, +.e-dropdown-btn.e-btn .e-caret::before { + content: '\e966'; +} + +/*! drop-down button layout */ +.e-dropdown-btn, +.e-dropdown-btn.e-btn { + box-shadow: none; + text-transform: none; + white-space: normal; +} + +.e-dropdown-btn:hover, .e-dropdown-btn:focus, +.e-dropdown-btn.e-btn:hover, +.e-dropdown-btn.e-btn:focus { + box-shadow: none; +} + +.e-dropdown-btn:active, +.e-dropdown-btn.e-btn:active { + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} + +.e-dropdown-btn .e-btn-icon, +.e-dropdown-btn.e-btn .e-btn-icon { + font-size: 14px; +} + +.e-dropdown-btn .e-caret, +.e-dropdown-btn.e-btn .e-caret { + font-size: 8px; +} + +.e-dropdown-btn.e-vertical, +.e-dropdown-btn.e-btn.e-vertical { + line-height: 1; + padding: 8px 20px; +} + +.e-dropdown-btn.e-caret-hide .e-caret, +.e-dropdown-btn.e-btn.e-caret-hide .e-caret { + display: none; +} + +.e-dropdown-btn.e-small .e-dropdown-btn.e-small, .e-dropdown-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-small, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul { + padding: 0; +} + +.e-dropdown-btn.e-small .e-dropdown-btn.e-small .e-item, .e-dropdown-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-small .e-item, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item { + padding: 0 10px; +} + +.e-dropdown-btn.e-small.e-vertical, +.e-dropdown-btn.e-btn.e-small.e-vertical { + line-height: 1; + padding: 8px 20px; +} + +.e-bigger .e-dropdown-btn .e-btn-icon, +.e-bigger.e-dropdown-btn .e-btn-icon { + font-size: 16px; +} + +.e-bigger .e-dropdown-btn .e-caret, +.e-bigger.e-dropdown-btn .e-caret { + font-size: 10px; +} + +.e-bigger .e-dropdown-btn.e-vertical, +.e-bigger.e-dropdown-btn.e-vertical { + line-height: 1; + padding: 10px 24px; +} + +.e-bigger .e-dropdown-btn.e-small.e-vertical, +.e-bigger.e-dropdown-btn.e-small.e-vertical { + line-height: 1; + padding: 10px 24px; +} + +.e-dropdown-popup { + position: absolute; +} + +.e-dropdown-popup ul { + border: 1px solid #969696; + border-radius: 0; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + box-sizing: border-box; + font-size: 14px; + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + min-width: 120px; + overflow: hidden; + padding: 0; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-dropdown-popup ul .e-item { + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 36px; + line-height: 36px; + padding: 0 10px; +} + +.e-dropdown-popup ul .e-item .e-menu-url { + display: inline-block; + text-decoration: none; +} + +.e-dropdown-popup ul .e-item .e-menu-icon { + float: left; + font-size: 16px; + line-height: 36px; + margin-right: 10px; + vertical-align: middle; + width: 1em; +} + +.e-dropdown-popup ul .e-item.e-disabled { + cursor: auto; + pointer-events: none; +} + +.e-dropdown-popup ul .e-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + cursor: auto; + height: auto; + line-height: normal; + margin: 0; + pointer-events: none; +} + +.e-rtl.e-dropdown-popup .e-item .e-menu-icon { + float: right; + margin-left: 10px; + margin-right: 0; +} + +.e-bigger .e-dropdown-popup ul, +.e-bigger.e-dropdown-popup ul { + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); + font-size: 15px; + max-width: 280px; + min-width: 112px; + padding: 0; +} + +.e-bigger .e-dropdown-popup ul .e-item, +.e-bigger.e-dropdown-popup ul .e-item { + height: 48px; + line-height: 48px; + padding: 0 10px; +} + +.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon, +.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon { + font-size: 18px; + line-height: 48px; +} + +.e-bigger .e-dropdown-popup ul .e-item.e-separator, +.e-bigger.e-dropdown-popup ul .e-item.e-separator { + height: auto; + line-height: normal; +} + +/*! drop-down button theme */ +.e-dropdown-popup { + background-color: #000; + color: #fff; +} + +.e-dropdown-popup ul .e-item .e-menu-url { + color: #fff; +} + +.e-dropdown-popup ul .e-item .e-menu-icon { + color: #fff; +} + +.e-dropdown-popup ul .e-item.e-focused { + background-color: none; + box-shadow: 0 0 0 1px #fff inset; +} + +.e-dropdown-popup ul .e-item:hover { + background-color: #685708; + color: #fff; +} + +.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected { + background-color: #ffd939; + color: #000; +} + +.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url { + color: #000; +} + +.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon { + color: #000; +} + +.e-dropdown-popup ul .e-separator { + border-bottom-color: #fff; +} + +/*! splitbutton layout */ +.e-split-btn-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + white-space: nowrap; + width: -webkit-min-content; + width: min-content; +} + +.e-split-btn-wrapper .e-split-btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + text-transform: none; + z-index: 1; + padding-left: 10px; + padding-right: 4px; +} + +.e-split-btn-wrapper .e-split-btn:focus { + outline-offset: -4px; +} + +.e-split-btn-wrapper .e-split-btn:focus, .e-split-btn-wrapper .e-split-btn:hover, .e-split-btn-wrapper .e-split-btn:active { + z-index: 2; +} + +.e-split-btn-wrapper .e-split-btn.e-top-icon-btn { + padding-bottom: 10px; + padding-top: 10px; +} + +.e-split-btn-wrapper .e-split-btn .e-btn-icon { + font-size: 14px; + margin-left: 0; + padding-right: 8px; + width: auto; +} + +.e-split-btn-wrapper .e-split-btn .e-icon-top { + padding-bottom: 4px; + padding-right: 0; +} + +.e-split-btn-wrapper .e-split-btn.e-icon-btn { + padding-left: 8px; + padding-right: 8px; +} + +.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon { + padding-right: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + margin-left: -1px; + padding-left: 4px; + padding-right: 4px; +} + +.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover, .e-split-btn-wrapper .e-dropdown-btn:active { + z-index: 2; +} + +.e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active { + z-index: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn:focus { + outline-offset: -4px; +} + +.e-split-btn-wrapper .e-btn { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:hover, .e-split-btn-wrapper .e-btn:focus { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:active { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:disabled { + box-shadow: none; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + margin-left: -1px; + padding-left: 4px; + padding-right: 10px; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon { + margin-right: 0; + padding-left: 8px; + padding-right: 0; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top { + padding-left: 0; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn { + padding-left: 8px; + padding-right: 8px; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon { + padding-left: 0; +} + +.e-split-btn-wrapper.e-rtl .e-dropdown-btn { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + margin-left: 0; +} + +.e-split-btn-wrapper.e-vertical { + display: inline-block; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn, +.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + display: block; + width: 100%; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn { + border-bottom-left-radius: 0; + border-top-right-radius: 0; + line-height: 1; + padding-bottom: 4px; + padding-right: 10px; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top { + padding-bottom: 4px; +} + +.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + border-bottom-left-radius: 0; + border-top-right-radius: 0; + line-height: 0.213em; + margin-left: 0; + margin-top: -1px; + padding-bottom: 4px; + padding-top: 4px; +} + +.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom { + padding-top: 0; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn { + border-bottom-right-radius: 0; + border-top-left-radius: 0; + margin-left: 0; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn { + border-bottom-right-radius: 0; + border-top-left-radius: 0; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn { + padding-left: 12px; + padding-right: 6px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn { + padding-bottom: 12px; + padding-top: 12px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon { + font-size: 16px; + margin-left: 0; + padding-right: 10px; + width: auto; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top, +.e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top { + padding-bottom: 6px; + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn { + padding-left: 11px; + padding-right: 11px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon { + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper .e-dropdown-btn, +.e-bigger.e-split-btn-wrapper .e-dropdown-btn { + padding-left: 4px; + padding-right: 4px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn { + padding-left: 6px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon { + padding-left: 10px; + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top { + padding-left: 0; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn { + padding-left: 11px; + padding-right: 11px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon { + padding-left: 0; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn, +.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn { + padding-bottom: 6px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn, +.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom, +.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom { + padding-top: 0; +} + +/*! splitbutton theme */ +.e-split-btn-wrapper .e-split-btn { + border-right-color: #fff; +} + +.e-split-btn-wrapper .e-split-btn:focus { + border-right-color: #fff; +} + +.e-split-btn-wrapper .e-split-btn:active { + border-right-color: #ffd939; +} + +.e-split-btn-wrapper .e-split-btn:disabled { + border-right-color: #000; +} + +.e-split-btn-wrapper:hover .e-split-btn { + border-right-color: #fff; +} + +.e-split-btn-wrapper:hover .e-split-btn:disabled { + border-right-color: #757575; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn { + border-left-color: #fff; + border-right-color: #fff; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:focus { + border-left-color: #fff; + border-right-color: #fff; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:active { + border-left-color: #ffd939; + border-right-color: #ffd939; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:disabled { + border-left-color: #757575; + border-right-color: #757575; +} + +.e-split-btn-wrapper.e-rtl:hover .e-split-btn { + border-left-color: #fff; + border-right-color: #fff; +} + +.e-split-btn-wrapper.e-rtl:hover .e-split-btn:disabled { + border-left-color: #757575; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn { + border-bottom-color: #fff; + border-right-color: #fff; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:focus { + border-bottom-color: #fff; + border-right-color: #fff; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:active { + border-bottom-color: #ffd939; + border-right-color: #ffd939; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:disabled { + border-bottom-color: #757575; + border-right-color: #757575; +} + +.e-split-btn-wrapper.e-vertical:hover .e-split-btn { + border-bottom-color: #fff; + border-right-color: #fff; +} + +.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled { + border-bottom-color: #757575; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn { + border-left-color: #fff; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus { + border-left-color: #fff; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active { + border-left-color: #ffd939; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled { + border-left-color: #757575; +} + +.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn { + border-left-color: #fff; +} + +.e-input-group-icon.e-spin-up::before { + content: '\e85e'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-spin-down::before { + content: '\e84f'; + font-family: 'e-icons'; +} + +.e-numeric-container { + width: 100%; +} + +.e-content-placeholder.e-numeric.e-placeholder-numeric { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric, +.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric { + background-size: 300px 40px; + min-height: 40px; +} + +.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden, +.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden, +.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden { + border: 0; + height: 0; + margin: 0; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon { + font-size: 14px; +} + +.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, +.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon { + font-size: 12px; +} + +.e-tooltip-close::before { + color: #000; + content: '\e953'; + font-size: 8px; + left: calc(50% - 4px); + position: absolute; + top: calc(50% - 4px); +} + +.e-arrow-tip-inner.e-tip-right::before { + content: '\e848'; +} + +.e-arrow-tip-inner.e-tip-top::before { + content: '\e918'; +} + +.e-arrow-tip-inner.e-tip-bottom::before { + content: '\e919'; +} + +.e-arrow-tip-inner.e-tip-left::before { + content: '\e84b'; +} + +/*! tooltip layout */ +.e-tooltip-wrap { + max-width: 350px; + min-width: 30px; + padding: 0; + position: absolute; + visibility: visible; + /*! tooltip arrow */ + /*! tooltip sticky mode close icon */ + /*! tooltip content area */ +} + +.e-tooltip-wrap .e-arrow-tip { + overflow: hidden; + position: absolute; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-bottom { + height: 8px; + left: 50%; + top: 100%; + width: 16px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-top { + height: 8px; + left: 50%; + top: -9px; + width: 16px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-left { + height: 16px; + left: -9px; + top: 48%; + width: 8px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-right { + height: 16px; + left: 100%; + top: 50%; + width: 8px; +} + +.e-tooltip-wrap .e-tooltip-close { + float: right; + position: absolute; + right: -9px; + top: -9px; + z-index: inherit; +} + +.e-tooltip-wrap .e-tip-content { + background-color: inherit; + height: 100%; + line-height: 16px; + overflow-wrap: break-word; + overflow-x: hidden; + padding: 12px 12px; + position: relative; + white-space: normal; + width: 100%; + word-break: break-word; + z-index: 1; +} + +/*! Bigger Style */ +.e-bigger .e-tooltip-wrap .e-tip-content, +.e-tooltip-wrap.e-bigger .e-tip-content { + line-height: 20px; + padding: 15px 15px; +} + +/*! Tooltip theme */ +.e-tooltip-wrap { + border-radius: 0; + filter: none; + opacity: 1; + /*! tooltip arrow */ + /*! tooltip sticky mode close icon */ + /*! tooltip content area */ +} + +.e-tooltip-wrap.e-popup { + background-color: #fff; + border: 1px solid #969696; +} + +.e-tooltip-wrap .e-arrow-tip-outer { + height: 0; + left: 0; + position: absolute; + top: 0; + width: 0; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { + border-left: 7px solid transparent; + border-right: 7px solid transparent; + border-top: 7px solid #969696; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom: 7px solid #969696; + border-left: 7px solid transparent; + border-right: 7px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left { + border-bottom: 7px solid transparent; + border-right: 7px solid #969696; + border-top: 7px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right { + border-bottom: 7px solid transparent; + border-left: 7px solid #969696; + border-top: 7px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-inner { + height: 0; + position: absolute; + width: 0; + z-index: 10; +} + +.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-left, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { + color: #fff; + font-family: 'e-icons'; + font-size: 15px; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + text-transform: none; +} + +.e-tooltip-wrap .e-tooltip-close { + background-color: #fff; + border-color: #000; + border-radius: 8px; + color: #000; + border-style: solid; + border-width: 1px; + height: 16px; + width: 16px; +} + +.e-tooltip-wrap .e-tooltip-close:hover { + background-color: #fff; + color: #000; +} + +.e-tooltip-wrap .e-tip-content { + color: #000; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 11px; +} + +/*! bigger style */ +.e-bigger .e-tooltip-wrap .e-tip-content, +.e-tooltip-wrap.e-bigger .e-tip-content { + font-size: 12px; +} + +.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle { + cursor: default; + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); + z-index: 3; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup { + background-color: #000; + border: 1px solid #fff; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; + text-align: center; + color: #bfbfbf; +} + +.e-slider-horizantal-color { + height: 100%; + position: absolute; + top: -1px; +} + +.e-slider-vertical-color { + left: -1px; + position: absolute; + width: 100%; +} + +.e-bigger .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; +} + +.e-bigger.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + padding: 2px 12px; +} + +.e-bigger .e-control-wrapper.e-slider-container .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger .e-slider .e-handle { + height: 18px; + width: 18px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-horizontal .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-horizontal .e-slider .e-handle { + margin-left: -9px; + top: calc(50% - 9px); +} + +.e-bigger .e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-horizontal.e-scale-both .e-slider .e-handle { + margin-left: -9px; + top: calc(50% - 8px); +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical .e-slider .e-handle { + left: calc(50% - 9px); + margin-bottom: -9px; +} + +.e-bigger .e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle, +.e-control-wrapper.e-slider-container.e-bigger.e-vertical.e-scale-both .e-slider .e-handle { + left: calc(50% - 10px); + margin-bottom: -9px; +} + +.e-bigger .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value, +.e-control-wrapper.e-slider-container.e-bigger .e-scale .e-tick .e-tick-value { + font-size: 9px; +} + +.e-control-wrapper.e-slider-container { + -moz-user-select: none; + -ms-user-select: none; + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + box-sizing: border-box; + display: inline-block; + height: 28px; + line-height: normal; + outline: none; + position: relative; + user-select: none; +} + +.e-control-wrapper.e-slider-container::after { + content: "highcontrast"; + display: none; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-large-thumb-size { + transform: scale(1.5); +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider .e-handle { + margin: 0 -8px 0 0; + top: calc(50% - 8px); +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-first-tick { + background-position: right center; + left: 0; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-last-tick { + background-position: left center; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider-button { + margin-top: -8px; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-vertical { + direction: ltr; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-range { + background: #757575; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle { + border-color: #757575; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-btn { + cursor: default; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle { + cursor: default; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-disable { + display: none; +} + +.e-control-wrapper.e-slider-container.e-horizontal { + height: 48px; + width: 100%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button { + left: 0; + margin-top: -9px; + top: 50%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon { + font-family: 'e-icons'; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon::before { + color: #bfbfbf; + content: '\e829'; + font-size: 8px; + font-weight: 600; + left: calc(50% - 5px); + position: absolute; + top: calc(50% - 4px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button { + margin-top: -9px; + right: 0; + top: 50%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon { + font-family: 'e-icons'; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon::before { + color: #bfbfbf; + content: '\e830'; + font-size: 8px; + font-weight: 600; + left: calc(50% - 3px); + position: absolute; + top: calc(50% - 4px); +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn { + padding: 0 35px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-slider { + height: 32px; + position: relative; + top: calc(50% - 16px); + width: 100%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-slider-track { + height: 8px; + left: 0; + position: absolute; + width: 100%; + background: #bfbfbf; + border-radius: 4px; + overflow: hidden; + top: calc(50% - 4px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-handle { + margin-left: -8px; + top: calc(50% - 8px); +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-handle { + margin-left: -8px; + top: calc(50% - 7px); +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-range { + height: 6px; + top: calc(50% - 2px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-range { + height: 6px; + top: calc(50% - 3px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-limits { + background-color: rgba(0, 0, 0, 0.25); + height: 6px; + position: absolute; + top: calc(50% - 3px); +} + +.e-control-wrapper.e-slider-container.e-vertical { + height: inherit; + padding: 38px 0; + width: 48px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider { + height: 100%; + left: calc(50% - 16px); + position: relative; + width: 32px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider-track { + background: #bfbfbf; + bottom: 0; + height: 100%; + position: absolute; + border-radius: 4px; + left: calc(50% - 4px); + overflow: hidden; + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn { + height: 100%; + padding: 35px 0; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn .e-slider { + height: 100%; + width: 4px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button { + bottom: 0; + margin-right: -9px; + right: 50%; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon { + font-family: 'e-icons'; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon::before { + color: #bfbfbf; + content: '\e829'; + font-size: 9px; + font-weight: 600; + left: calc(50% - 4.15px); + position: absolute; + top: calc(50% - 4px); + transform: rotate(-90deg); +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button { + margin-right: -9px; + right: 50%; + top: 0; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon { + font-family: 'e-icons'; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon::before { + color: #bfbfbf; + content: '\e829'; + font-size: 9px; + font-weight: 600; + left: calc(50% - 5.5px); + position: absolute; + top: calc(50% - 5.8px); + transform: rotate(90deg); +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle { + margin-bottom: -8px; + left: calc(50% - 9px); +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle { + margin-bottom: -8px; + left: calc(50% - 8px); +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-range { + left: calc(50% - 3px); + width: 6px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits { + background-color: rgba(0, 0, 0, 0.25); + left: calc(50% - 3px); + position: absolute; + width: 6px; +} + +.e-control-wrapper.e-slider-container .e-range { + border-radius: 0; + position: absolute; + transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, width 300ms ease-out, height 300ms ease-out; +} + +.e-control-wrapper.e-slider-container .e-range.e-drag-horizontal { + cursor: ew-resize; +} + +.e-control-wrapper.e-slider-container .e-range.e-drag-vertical { + cursor: ns-resize; +} + +.e-control-wrapper.e-slider-container .e-slider { + box-sizing: border-box; + cursor: pointer; + display: block; + outline: 0 none; + padding: 0; + position: relative; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle { + border-radius: 50%; + box-sizing: border-box; + cursor: pointer; + height: 16px; + outline: none; + position: absolute; + -ms-touch-action: none; + touch-action: none; + transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out; + width: 16px; + z-index: 10; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active { + background-color: #000; + border-color: #fff; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle { + border-color: #bfbfbf; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick { + height: 4px; + top: -11px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-large { + height: 7px; + top: -11px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick { + left: 2px; + width: 4px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-large { + left: -1px; + width: 7px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick { + height: 4px; + top: 15px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-large { + height: 7px; + top: 18px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick { + left: 22px; + width: 4px; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-large { + left: 22px; + width: 7px; +} + +.e-control-wrapper.e-slider-container.e-scale-before .e-scale.e-v-scale { + right: 9px; +} + +.e-control-wrapper.e-slider-container.e-scale-after .e-scale.e-v-scale { + right: 9px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick { + height: calc(100% - 6px); + top: -12px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-large { + height: calc(100% + 3px); + top: -9px; + height: calc(100% + 2px); + top: -8px; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick { + left: 2px; + width: calc(100% - 6px); +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-large { + left: -2px; + width: calc(100% + 3px); +} + +.e-control-wrapper.e-slider-container .e-scale { + box-sizing: content-box; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + height: 28px; + line-height: normal; + list-style: none outside none; + margin: 0; + outline: 0 none; + padding: 0; + position: absolute; + top: 9px; + width: 100%; + z-index: 1; + font-size: 9px; + margin-top: -2px; + z-index: -1; +} + +.e-control-wrapper.e-slider-container .e-scale.e-tick-both { + top: 12px; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsIAAA7CARUoSoAAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAA1JREFUGFdjWLZs2X8ABtoC8jsAVaIAAAAASUVORK5CYII="); + cursor: pointer; + outline: none; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + background-position: center center; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value { + color: #fff; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 9px; + outline: none; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale { + height: 100%; + left: calc(50% - 14px); + top: 0; + width: 28px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick { + background-repeat: repeat-x; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-first-tick { + background-position-y: center; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-last-tick { + background-position-y: bottom; + margin-top: 2px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick { + display: inline-block; + background-repeat: repeat-y; + height: 100%; + top: 0; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before { + top: -18px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-after { + bottom: -20px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both { + bottom: -20px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child { + top: -18px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-first-tick { + background-position: left center; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-last-tick { + background-position: right center; +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-slider-track { + border-color: #000; + border-radius: 4px; + border-style: solid; + border-width: 4px; + height: 14px; + top: calc(50% - 6px); +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-scale { + right: 11px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider-track { + border-color: #000; + border-radius: 1px; + border-style: solid; + border-width: 0 5px; + left: calc(50% - 1px); + margin-left: -7px; + width: 14px; +} + +.e-control-wrapper.e-slider-container.e-scale-both.e-vertical .e-scale.e-h-scale { + margin-left: -7px; +} + +.e-control-wrapper.e-slider-container.e-scale-both.e-vertical.e-small-size .e-scale.e-h-scale { + margin-left: -7px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-before { + right: 17px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-after { + left: 19px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both { + right: 44px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both:first-child { + left: 42px; +} + +/*! component theme */ +.e-control-wrapper.e-slider-container .e-slider-button { + background-color: #000; + border: 1px solid #fff; + border-radius: 50%; + box-sizing: border-box; + cursor: pointer; + height: 18px; + outline: none; + padding: 0; + position: absolute; + width: 18px; +} + +.e-control-wrapper.e-slider-container .e-slider-button:hover { + background-color: #ffd939; + border-color: #ffd939; +} + +.e-control-wrapper.e-slider-container .e-slider-button:hover .e-button-icon::before { + color: #000; +} + +.e-control-wrapper.e-slider-container .e-slider-button:active { + background-color: #ffd939; +} + +.e-control-wrapper.e-slider-container .e-slider-button:active .e-button-icon::before { + color: #000; +} + +.e-control-wrapper.e-slider-container .e-slider .e-range { + background-color: #ffd939; + border-radius: 4px; +} + +.e-control-wrapper.e-slider-container .e-slider .e-range.e-tab-range { + background-color: #ffd939; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle { + background-color: #000; + border: 2px solid #fff; + border-color: #fff; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip { + background-color: transparent; + border-color: transparent; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle:hover { + background-color: #fff; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle:active { + background-color: #000; +} + +.e-container .e-value-switch-btn::before { + content: '\e429'; +} + +.e-colorpicker-wrapper { + display: inline-block; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-colorpicker-wrapper .e-colorpicker { + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + font-family: initial; + line-height: 16px; + padding: 0 5px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; + border-radius: 0; + height: 20px; + margin-top: 0; + position: relative; + width: 20px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview { + border-radius: 0; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn { + padding: 0 5px; +} + +.e-colorpicker-wrapper * { + box-sizing: border-box; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile { + cursor: default; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover { + border: 0; + box-shadow: none; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected { + border: 0; +} + +.e-colorpicker-wrapper.e-disabled .e-container .e-handler, +.e-colorpicker-wrapper.e-disabled .e-container .e-preview-container { + cursor: default; +} + +.e-colorpicker-popup { + line-height: 0; +} + +.e-colorpicker.e-modal { + -webkit-overflow-scrolling: touch; + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; +} + +body.e-colorpicker-overflow { + overflow: visible; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + line-height: 20px; + padding: 0 7px; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + height: 24px; + width: 24px; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn { + padding: 0 7px; +} + +.e-container { + border: 1px inset #969696; + border-radius: 2px; + display: inline-block; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); +} + +.e-container.e-color-picker { + width: 270px; +} + +.e-container.e-color-picker .e-mode-switch-btn { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%; +} + +.e-container.e-color-palette { + width: auto; +} + +.e-container.e-color-palette .e-mode-switch-btn { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%; +} + +.e-container .e-custom-palette { + display: inline-block; +} + +.e-container .e-custom-palette .e-palette { + padding: 10px; +} + +.e-container .e-custom-palette.e-palette-group { + height: 270px; + overflow-y: scroll; +} + +.e-container .e-palette { + border-bottom: 1px inset #969696; + display: table; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-container .e-palette .e-row { + display: table-row; + white-space: nowrap; +} + +.e-container .e-palette .e-tile { + border: 0.5px solid transparent; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + height: 27px; + text-align: center; + vertical-align: middle; + width: 27px; +} + +.e-container .e-palette .e-tile.e-selected { + outline: #000 0.5px solid; + position: relative; +} + +.e-container .e-palette .e-tile:hover { + box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.4); + position: relative; +} + +.e-container .e-palette .e-tile.e-nocolor-item { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; +} + +.e-container .e-hsv-container { + border-bottom: 1px inset #969696; + position: relative; + -ms-touch-action: none; + touch-action: none; +} + +.e-container .e-hsv-container .e-hsv-color { + background: linear-gradient(to bottom, transparent 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%); + height: 170px; +} + +.e-container .e-hsv-container .e-handler { + border: 1px solid #fff; + border-radius: 6px; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.7); + cursor: pointer; + display: inline-block; + height: 8px; + margin-left: -4px; + margin-top: -4px; + position: absolute; + -ms-touch-action: none; + touch-action: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 8px; +} + +.e-container .e-slider-preview { + display: inline-block; + width: 100%; + padding: 6px 12px; +} + +.e-container .e-slider-preview .e-colorpicker-slider { + display: inline-block; + width: 84.2%; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container { + height: 18px; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider { + height: 18px; + top: calc(50% - 9px); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track { + border-radius: 0; + height: 6px; + top: calc(50% - 3px); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle { + border-radius: 6px; + cursor: pointer; + height: 14px; + top: calc(50% - 7px); + width: 14px; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active { + cursor: pointer; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size { + transform: scale(1); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track { + background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track { + border: 0.5px inset #fff; + z-index: 1; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: contain; + border: 0.5px inset #fff; + height: 6px; + position: absolute; + top: calc(50% - 3px); + width: 100%; + z-index: 0; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start { + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.64); +} + +.e-container .e-slider-preview .e-preview-container { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 10px; + border: 1px solid #fff; + cursor: pointer; + display: inline-block; + height: 32px; + margin-left: 3.15%; + position: relative; + top: 0; + width: 12.6%; +} + +.e-container .e-slider-preview .e-preview-container .e-preview { + display: block; + height: 15px; + position: absolute; + width: 100%; +} + +.e-container .e-slider-preview .e-preview-container .e-preview.e-current { + border-bottom: 0; + top: 0; +} + +.e-container .e-slider-preview .e-preview-container .e-preview.e-previous { + height: 15px; + top: 15px; +} + +.e-container .e-selected-value { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + padding: 0 12px 12px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-container .e-selected-value .e-input-container .e-float-input input { + padding-left: 0; + text-align: center; +} + +.e-container .e-selected-value .e-input-container .e-numeric-hidden { + display: none; +} + +.e-container .e-selected-value .e-value-switch-btn { + font-family: 'e-icons'; + font-size: 16px; + line-height: 16px; + margin-top: 26px; + padding: 2px 3px; +} + +.e-container .e-input-container { + display: inline-block; + width: 90.169%; +} + +.e-container .e-input-container .e-float-input { + display: inline-block; + margin-right: 1.82%; + vertical-align: baseline; +} + +.e-container .e-input-container .e-float-input:first-child { + width: 30.4%; +} + +.e-container .e-input-container .e-float-input:first-child input { + height: 32px; +} + +.e-container .e-input-container .e-float-input.e-numeric { + height: 32px; + width: 15%; +} + +.e-container .e-input-container .e-float-input.e-numeric input { + height: 30px; +} + +.e-container .e-input-container .e-float-input .e-float-text { + text-align: center; +} + +.e-container .e-switch-ctrl-btn { + display: inline-block; + padding: 0 12px 12px; + white-space: nowrap; + width: 100%; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn { + float: right; + text-align: right; + white-space: nowrap; + width: 89.913%; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn { + max-width: 47.35%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel { + margin-left: 3.65%; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn { + background-origin: border-box; + background-position: center; + background-size: cover; + float: left; + margin-top: 1px; + overflow: hidden; + white-space: nowrap; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus { + box-shadow: none; +} + +.e-container .e-value-switch-btn, +.e-container .e-mode-switch-btn { + background-color: transparent; + border-color: transparent; + position: relative; + width: 9.84%; + height: 24px; +} + +.e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active { + border-color: transparent; + box-shadow: none; + outline: none; +} + +.e-container.e-color-picker .e-value-switch-btn:focus { + outline: #fff 1px solid; +} + +.e-container.e-color-palette .e-palette + .e-selected-value, +.e-container.e-color-palette .e-palette-group + .e-selected-value { + padding: 12px 12px; +} + +.e-container.e-color-palette .e-palette + .e-switch-ctrl-btn, +.e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn { + padding: 20px 12px 12px; +} + +.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider { + vertical-align: super; +} + +.e-hide-opacity .e-container .e-slider-preview .e-preview-container { + top: 0; +} + +.e-hide-opacity .e-container .e-float-input:first-child { + width: 37%; +} + +.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 18.56%; +} + +.e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23%; +} + +.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 31.5%; +} + +.e-hide-valueswitcher .e-container .e-input-container { + width: 100%; +} + +.e-hide-valueswitcher .e-container .e-float-input:first-child { + width: 31.5%; +} + +.e-hide-valueswitcher .e-container .e-float-input.e-numeric { + width: 15.3%; +} + +.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-right: 0; +} + +.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 19.51%; +} + +.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.63%; +} + +.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 32.11%; +} + +.e-rtl .e-container .e-hsv-container .e-hsv-color { + background: linear-gradient(to bottom, transparent 0, #000 100%), linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%); +} + +.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track { + background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); +} + +.e-rtl .e-container .e-slider-preview .e-preview-container { + margin-left: 0; + margin-right: 3.15%; +} + +.e-rtl .e-container .e-selected-value .e-float-input { + margin-left: 1.82%; + margin-right: 0; +} + +.e-rtl .e-container .e-selected-value .e-float-input input { + padding-right: 0; +} + +.e-rtl .e-container .e-selected-value .e-value-switch-btn { + transform: rotate(180deg); +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn { + float: right; +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn { + float: left; + text-align: left; +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel { + margin-left: 0; + margin-right: 3.65%; +} + +.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-left: 0; +} + +.e-bigger .e-container.e-color-picker { + width: 290px; +} + +.e-bigger .e-container .e-palette .e-tile { + height: 29px; + width: 29px; +} + +.e-bigger .e-container .e-hsv-container .e-hsv-color { + height: 180px; +} + +.e-bigger .e-container .e-custom-palette.e-palette-group { + height: 290px; +} + +.e-bigger .e-container .e-slider-preview { + padding: 4px 12px; +} + +.e-bigger .e-container .e-slider-preview .e-preview-container { + margin-left: 3.79%; + top: 0; + vertical-align: super; + width: 12.126%; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider { + width: 83.9%; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container { + height: 21px; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle { + border-radius: 8px; + height: 16px; + top: calc(50% - 7px); + width: 16px; +} + +.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn { + width: 90.6%; +} + +.e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn { + padding: 18px 12px 12px; +} + +.e-bigger .e-container .e-input-container { + width: 90.8%; +} + +.e-bigger .e-container .e-input-container .e-float-input { + margin-right: 1.67%; +} + +.e-bigger .e-container .e-input-container .e-float-input:first-child { + width: 30.4%; +} + +.e-bigger .e-container .e-input-container .e-float-input:first-child input { + height: 38px; +} + +.e-bigger .e-container .e-input-container .e-float-input.e-numeric { + height: 38px; + width: 15%; +} + +.e-bigger .e-container .e-input-container .e-float-input.e-numeric input { + height: 36px; +} + +.e-bigger .e-container .e-css.e-value-switch-btn, +.e-bigger .e-container .e-mode-switch-btn { + font-size: 18px; + line-height: 18px; + padding: 2px 2px; + width: 9.091%; +} + +.e-bigger .e-container .e-mode-switch-btn { + margin-top: 6px; +} + +.e-bigger .e-hide-opacity .e-container .e-slider-preview, .e-bigger.e-hide-opacity .e-container .e-slider-preview { + padding: 4px 12px; +} + +.e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container, .e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container { + vertical-align: initial; +} + +.e-bigger .e-hide-opacity .e-container .e-float-input:first-child, .e-bigger.e-hide-opacity .e-container .e-float-input:first-child { + width: 37%; +} + +.e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 18.77%; +} + +.e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.1%; +} + +.e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 31.5%; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-input-container, +.e-bigger .e-hide-valueswitcher .e-container .e-input-container { + width: 100%; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child, +.e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-right: 0; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric { + width: 15.72%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child, +.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 19.65%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 23.1%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 32.21%; +} + +.e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container, +.e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container { + margin-left: 0; + margin-right: 3.79%; +} + +.e-bigger .e-rtl .e-container .e-selected-value .e-float-input, +.e-bigger.e-rtl .e-container .e-selected-value .e-float-input { + margin-left: 1.67%; + margin-right: 0; +} + +.e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child, +.e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-left: 0; +} + +.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child, +.e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child, +.e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child { + width: 100%; +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + border-bottom-left-radius: 50%; + border-bottom-right-radius: 0%; + border-top-left-radius: 50%; + border-top-right-radius: 50%; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.64); + cursor: pointer; + min-width: 26px; + transform: translateY(18px) rotate(45deg) scale(0.01); + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; + border-radius: 50%; + height: 24px; + position: relative; + transform: rotate(45deg); + width: 24px; +} + +.e-split-preview, +.e-tip-transparent { + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip, +.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + min-width: 32px; +} + +.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content, +.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content { + height: 30px; + width: 30px; +} + +.e-container { + background-color: #000; +} + +.e-container .e-palette .e-tile:hover { + border-color: #fff; +} + +.e-container .e-palette .e-tile.e-selected { + border-color: #fff; +} + +.e-container .e-handler.e-hide-handler, +.e-container .e-handle.e-hide-handler { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle), +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) { + background-color: #fff; + border-color: #fff; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle), +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) { + background-color: #fff; + border-color: #fff; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle, +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle { + background-color: #fff; + border-color: #bfbfbf; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.64); +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn { + color: #757575; +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus { + background-color: transparent; + color: #757575; + outline: none; + outline-offset: none; +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active { + background-color: transparent; + color: #757575; +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + background-color: #fff; + border-color: #fff; +} + +/*! contextmenu layout */ +.e-contextmenu-wrapper ul .e-menu-item .e-previous::before { + content: '\e962'; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret::before { + content: '\e219'; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret::before { + content: '\e98f'; +} + +/*! contextmenu layout */ +.e-contextmenu-wrapper ul { + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + overflow: hidden; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + font-size: 14px; + padding: 0; + border: 1px solid #969696; + border-radius: 0; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + display: none; + min-width: 120px; + position: absolute; +} + +.e-contextmenu-wrapper ul.e-ul, +.e-contextmenu-wrapper ul.e-ul * { + box-sizing: border-box; +} + +.e-contextmenu-wrapper ul.e-ul:focus, +.e-contextmenu-wrapper ul.e-ul *:focus { + outline: none; +} + +.e-contextmenu-wrapper ul.e-contextmenu { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); +} + +.e-contextmenu-wrapper ul.e-ul { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-contextmenu-wrapper ul .e-menu-item { + cursor: pointer; + position: relative; + height: 36px; + line-height: 36px; + padding: 0 10px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-hide { + display: none; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + text-decoration: none; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + display: inline-block; + vertical-align: middle; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-separator { + cursor: auto; + line-height: normal; + pointer-events: none; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 36px; + margin-right: 10px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + line-height: 36px; + margin-left: 16px; + margin-right: 0; + position: absolute; + right: 5px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; + margin: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-blankicon { + padding-left: 36px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + font-size: 10px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-previous { + margin-right: 12px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-disabled { + cursor: auto; + pointer-events: none; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon { + float: right; + margin-right: 0; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret { + margin-left: 0; + right: auto; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon { + margin-left: 10px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret { + left: 5px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 10px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon { + padding-left: 10px; + padding-right: 36px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-bigger .e-contextmenu-wrapper ul, +.e-bigger.e-contextmenu-wrapper ul { + font-size: 15px; + padding: 0; + white-space: nowrap; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + max-width: 280px; + min-width: 112px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item { + height: 48px; + line-height: 48px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 18px; + line-height: 48px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret { + line-height: 48px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-separator, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-blankicon, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-blankicon { + padding-left: 38px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; +} + +.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon, +.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon { + padding-left: 10px; + padding-right: 38px; +} + +.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon, +.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +/*! contextmenu theme */ +.e-contextmenu-wrapper ul { + background-color: #000; + color: #fff; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #969696; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + color: #fff; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + color: #fff; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + color: #fff; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused { + background-color: #685708; + color: #fff; + outline: 1px solid #969696; + outline-offset: -1px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #fff; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon { + color: #fff; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected { + background-color: #ffd939; + color: #000; + outline: 0 solid #ffd939; + outline-offset: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret { + color: #000; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon { + color: #000; +} + +.e-contextmenu-wrapper ul .e-disabled { + color: #757575; + opacity: 1; +} + +.e-contextmenu-wrapper ul .e-disabled .e-menu-icon { + color: #757575; +} + +.e-contextmenu-wrapper ul .e-disabled .e-caret { + color: #757575; +} + +.e-contextmenu-wrapper ul .e-disabled .e-menu-url { + color: #757575; +} + +.e-contextmenu-wrapper ul .e-separator { + border-bottom-color: #969696; +} + +/*! component's theme wise override highcontrast-definitions and variables */ +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east { + height: 100%; + padding: 20px 0; + right: 1px; + top: 0; + width: 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west { + height: 100%; + left: 0; + padding: 20px 0; + top: 0; + width: 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north { + height: 12px; + padding: 0 20px; + top: 1px; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south { + bottom: 1px; + height: 12px; + padding: 0 20px; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east { + bottom: 0; + right: 1px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west { + left: 2px; + top: 2px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east { + right: 2px; + top: 2px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west { + bottom: 1px; + left: 1px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before { + bottom: 0; + content: '\eb06'; + font-size: 12px; + position: absolute; + right: 0; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before { + bottom: 0; + content: '\eb06'; + font-size: 12px; + left: 0; + position: absolute; + transform: rotateY(180deg); +} + +.e-dashboardlayout.e-control .e-dashboard-gridline-table { + background: #1a1a1a; + border-collapse: collapse; + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline { + border: 1px dotted #969696; + position: absolute; +} + +.e-dashboardlayout.e-control.e-responsive { + width: 100% !important; +} + +.e-dashboardlayout.e-control.e-prevent { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-dashboardlayout.e-control .e-panel:hover { + border: 1px #fff solid; +} + +.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize { + display: block; +} + +.e-dashboardlayout.e-control .e-panel:active { + border: 1px #ffd939 solid; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize { + display: none; +} + +.e-dashboardlayout.e-control .e-panel.e-panel-transition { + transition: top .5s, left .5s; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header { + border-bottom: none; + color: #fff; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + font-weight: 300; + height: 28px; + padding: 2px 10px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header div { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content { + display: inline-block; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template { + float: right; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container { + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template { + height: inherit; + width: inherit; +} + +.e-dashboardlayout.e-control .e-panel { + border: 1px #969696 solid; + height: 100%; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double { + position: absolute; + -ms-touch-action: none; + touch-action: none; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south { + border: none; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover { + cursor: e-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover { + cursor: w-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover { + cursor: n-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover { + cursor: s-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover { + cursor: nw-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover { + cursor: ne-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover { + cursor: sw-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover { + cursor: se-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double::before { + font-family: 'e-icons'; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel.e-draggable:hover { + cursor: move; +} + +.e-dashboardlayout.e-control .e-panel.e-dragging, +.e-dashboardlayout.e-control .e-panel.e-item-moving { + cursor: move; + z-index: 1111; +} + +.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template { + float: left; +} + +.e-dashboardlayout.e-control .e-holder { + background: rgba(255, 217, 57, 0.3); + border: 1px #ffd939 dotted; + border-radius: 0; + position: absolute; +} + +.e-dashboardlayout.e-control .e-holder.e-holder-transition { + transition: top .3s, left .3s; +} + +.e-dashboardlayout.e-control .e-panel.e-bigger.e-panel-header { + font-size: 14px; + font-weight: 500; + height: 30; + padding: 0 12px; +} + +.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout { + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control { + display: block; + position: relative; +} + +.e-dashboardlayout.e-control .e-panel { + background: #000; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); + box-sizing: border-box; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header { + color: #fff; +} + +.e-dashboardlayout.e-control .e-panel { + background: #000; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); + box-sizing: border-box; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header { + color: #fff; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single { + background: none; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double { + color: #fff; + font-size: 8px; + height: 16px; + width: 16px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand { + right: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand { + left: -6px; + top: -5px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand { + bottom: -5px; + left: -6px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand { + bottom: -5px; + right: -6px; +} + +.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header { + color: rgba(255, 255, 255, 0.54); +} + +/*! calendar fabric theme variables */ +/*! component icons */ +.e-input-group-icon.e-date-icon, +.e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 16px; + margin: 0; + outline: none; +} + +.e-input-group-icon.e-date-icon::before, +.e-control-wrapper .e-input-group-icon.e-date-icon::before { + content: '\e93a'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-date-icon:focus, +.e-control-wrapper .e-input-group-icon.e-date-icon:focus { + background: #685708; + border-radius: 0; +} + +.e-bigger .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 20px; + margin: 0; +} + +.e-bigger .e-input-group-icon.e-date-icon::before, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before { + content: '\e93a'; + font-family: 'e-icons'; +} + +.e-bigger .e-input-group-icon.e-date-icon:focus, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus { + background: #685708; + border-radius: 0; +} + +.e-small .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-small .e-input-group-icon.e-date-icon, +.e-small .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 14px; +} + +.e-small.e-bigger .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon, +.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 18px; +} + +.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child { + display: table-row; +} + +.e-datepicker.e-popup-wrapper { + border-radius: 0; + overflow-y: hidden; + pointer-events: auto; +} + +.e-datepicker.e-date-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-datepicker .e-model-header { + background-color: #ffd939; + color: #fff; + cursor: default; + display: none; + padding: 10px 10px 10px 15px; +} + +.e-datepicker .e-model-header .e-model-year { + font-size: 14px; + font-weight: 500; + line-height: 32px; + margin: 0; +} + +.e-datepicker .e-model-month, +.e-datepicker .e-model-day { + font-size: 20px; + font-weight: 500; + line-height: 32px; + margin: 0; +} + +.e-date-overflow { + overflow: hidden !important; +} + +.e-datepick-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open { + position: relative; + top: 0 !important; + left: 0 !important; +} + +.e-content-placeholder.e-datepicker.e-placeholder-datepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker, +.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker { + background-size: 250px 40px; + min-height: 40px; +} + +@media screen and (orientation: landscape) and (max-device-height: 360px) { + .e-datepicker .e-calendar .e-month table tbody { + display: inline-block; + height: 150px; + overflow: auto; + } +} + +.e-datepicker.e-popup-wrapper, +.e-bigger.e-small .e-datepicker.e-popup-wrapper { + border: 1px solid #969696; + box-shadow: none; +} + +.e-datepicker .e-calendar, +.e-bigger.e-small .e-datepicker .e-calendar { + background-color: #000; + border: none; +} + +.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) { + border: 2px solid #fff; +} + +.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active { + color: #fff; +} + +.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active { + color: #fff; +} + +/*! radiobutton layout */ +.e-radio-wrapper { + display: inline-block; + line-height: 1; +} + +.e-radio { + -webkit-appearance: none; + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-radio + label { + -webkit-tap-highlight-color: transparent; + cursor: pointer; + display: inline-block; + margin: 0; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; +} + +.e-radio + label .e-label { + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + line-height: 20px; + padding-left: 28px; + vertical-align: text-top; + white-space: normal; +} + +.e-radio + label::before { + border: 2px solid; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 20px; + left: 0; + position: absolute; + top: 0; + width: 20px; +} + +.e-radio + label:focus::before { + box-shadow: none; +} + +.e-radio + label::after { + border: 1px solid; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 8px; + left: 6px; + position: absolute; + top: 6px; + transform: scale(0); + width: 8px; +} + +.e-radio + label .e-ripple-container { + border-radius: 50%; + height: 34px; + left: -8px; + position: absolute; + top: -8px; + width: 34px; + z-index: 1; +} + +.e-radio + label.e-right .e-label, .e-radio + label.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-radio + label.e-right::before, .e-radio + label.e-rtl::before { + left: auto; + right: 0; +} + +.e-radio + label.e-right::after, .e-radio + label.e-rtl::after { + left: auto; + right: 6px; +} + +.e-radio + label.e-right .e-ripple-container, .e-radio + label.e-rtl .e-ripple-container { + left: auto; + right: -8px; +} + +.e-radio + label.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-radio + label.e-right.e-rtl::before { + left: 0; + right: auto; +} + +.e-radio + label.e-right.e-rtl::after { + left: 6px; + right: auto; +} + +.e-radio + label.e-right.e-rtl .e-ripple-container { + left: -8px; + right: auto; +} + +.e-radio + label.e-small .e-label { + line-height: 14px; + padding-left: 22px; +} + +.e-radio + label.e-small::before { + height: 14px; + width: 14px; +} + +.e-radio + label.e-small::after { + height: 6px; + left: 4px; + top: 4px; + width: 6px; +} + +.e-radio + label.e-small .e-ripple-container { + left: -10px; + top: -10px; +} + +.e-radio + label.e-small.e-right .e-label, .e-radio + label.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 22px; +} + +.e-radio + label.e-small.e-right::after, .e-radio + label.e-small.e-rtl::after { + left: auto; + right: 4px; +} + +.e-radio + label.e-small.e-right .e-ripple-container, .e-radio + label.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-radio + label.e-small.e-right.e-rtl .e-label { + padding-left: 22px; + padding-right: 0; +} + +.e-radio + label.e-small.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-radio + label.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-radio:checked + label::after { + transform: scale(1); + transition: none; +} + +.e-small .e-radio + label .e-label, +.e-radio + label.e-small .e-label { + line-height: 14px; + padding-left: 22px; +} + +.e-small .e-radio + label::before, +.e-radio + label.e-small::before { + height: 14px; + width: 14px; +} + +.e-small .e-radio + label::after, +.e-radio + label.e-small::after { + height: 6px; + left: 4px; + top: 4px; + width: 6px; +} + +.e-small .e-radio + label .e-ripple-container, +.e-radio + label.e-small .e-ripple-container { + left: -10px; + top: -10px; +} + +.e-small .e-radio + label.e-right .e-label, .e-small .e-radio + label.e-rtl .e-label, +.e-radio + label.e-small.e-right .e-label, +.e-radio + label.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 22px; +} + +.e-small .e-radio + label.e-right::after, .e-small .e-radio + label.e-rtl::after, +.e-radio + label.e-small.e-right::after, +.e-radio + label.e-small.e-rtl::after { + left: auto; + right: 4px; +} + +.e-small .e-radio + label.e-right .e-ripple-container, .e-small .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-small.e-right .e-ripple-container, +.e-radio + label.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-small .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-small.e-right.e-rtl .e-label { + padding-left: 22px; + padding-right: 0; +} + +.e-small .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-small.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-small .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-bigger.e-small .e-radio + label .e-label, +.e-radio + label.e-bigger.e-small .e-label { + line-height: 18px; + padding-left: 28px; +} + +.e-bigger.e-small .e-radio + label::before, +.e-radio + label.e-bigger.e-small::before { + height: 18px; + width: 18px; +} + +.e-bigger.e-small .e-radio + label::after, +.e-radio + label.e-bigger.e-small::after { + height: 8px; + left: 5px; + top: 5px; + width: 8px; +} + +.e-bigger.e-small .e-radio + label .e-ripple-container, +.e-radio + label.e-bigger.e-small .e-ripple-container { + height: 36px; + left: -11px; + top: -11px; + width: 36px; +} + +.e-bigger.e-small .e-radio + label.e-right .e-label, .e-bigger.e-small .e-radio + label.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right .e-label, +.e-radio + label.e-bigger.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-bigger.e-small .e-radio + label.e-right::after, .e-bigger.e-small .e-radio + label.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right::after, +.e-radio + label.e-bigger.e-small.e-rtl::after { + left: auto; + right: 5px; +} + +.e-bigger.e-small .e-radio + label.e-right .e-ripple-container, .e-bigger.e-small .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right.e-rtl::after { + left: 5px; + right: auto; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-bigger .e-radio + label .e-label, +.e-radio + label.e-bigger .e-label { + font-size: 15px; + line-height: 22px; + padding-left: 32px; +} + +.e-bigger .e-radio + label::before, +.e-radio + label.e-bigger::before { + height: 22px; + width: 22px; +} + +.e-bigger .e-radio + label::after, +.e-radio + label.e-bigger::after { + height: 10px; + left: 6px; + top: 6px; + width: 10px; +} + +.e-bigger .e-radio + label .e-ripple-container, +.e-radio + label.e-bigger .e-ripple-container { + height: 48px; + left: -11px; + top: -11px; + width: 48px; +} + +.e-bigger .e-radio + label.e-right .e-label, .e-bigger .e-radio + label.e-rtl .e-label, +.e-radio + label.e-bigger.e-right .e-label, +.e-radio + label.e-bigger.e-rtl .e-label { + padding-left: 0; + padding-right: 32px; +} + +.e-bigger .e-radio + label.e-right::after, .e-bigger .e-radio + label.e-rtl::after, +.e-radio + label.e-bigger.e-right::after, +.e-radio + label.e-bigger.e-rtl::after { + left: auto; + right: 6px; +} + +.e-bigger .e-radio + label.e-right .e-ripple-container, .e-bigger .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-rtl .e-ripple-container { + left: auto; + right: -11px; +} + +.e-bigger .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-right.e-rtl .e-label { + padding-left: 32px; + padding-right: 0; +} + +.e-bigger .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-right.e-rtl::after { + left: 6px; + right: auto; +} + +.e-bigger .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-right.e-rtl .e-ripple-container { + left: -12px; + right: auto; +} + +.e-bigger .e-radio + label.e-small .e-label, +.e-radio + label.e-bigger.e-small .e-label { + line-height: 18px; + padding-left: 28px; +} + +.e-bigger .e-radio + label.e-small::before, +.e-radio + label.e-bigger.e-small::before { + height: 18px; + width: 18px; +} + +.e-bigger .e-radio + label.e-small::after, +.e-radio + label.e-bigger.e-small::after { + height: 8px; + left: 5px; + top: 5px; + width: 8px; +} + +.e-bigger .e-radio + label.e-small .e-ripple-container, +.e-radio + label.e-bigger.e-small .e-ripple-container { + height: 36px; + left: -11px; + top: -11px; + width: 36px; +} + +.e-bigger .e-radio + label.e-small.e-right .e-label, .e-bigger .e-radio + label.e-small.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right .e-label, +.e-radio + label.e-bigger.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-bigger .e-radio + label.e-small.e-right::after, .e-bigger .e-radio + label.e-small.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right::after, +.e-radio + label.e-bigger.e-small.e-rtl::after { + left: auto; + right: 5px; +} + +.e-bigger .e-radio + label.e-small.e-right .e-ripple-container, .e-bigger .e-radio + label.e-small.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right.e-rtl::after { + left: 5px; + right: auto; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +/*! radiobutton theme */ +.e-radio + label::before { + background-color: #000; + border-color: #fff; +} + +.e-radio + label.e-focus .e-ripple-container { + background-color: #000; +} + +.e-radio + label .e-label { + color: #fff; +} + +.e-radio + label .e-ripple-element { + background-color: #ff4081; +} + +.e-radio + label:active .e-ripple-element { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-radio:focus + label::before { + border-color: #ffd939; + box-shadow: none; +} + +.e-radio:hover + label::before { + border-color: #ffd939; +} + +.e-radio:checked + label::before { + background-color: #000; + border-color: #ffd939; +} + +.e-radio:checked + label::after { + background-color: #ffd939; + color: #ffd939; +} + +.e-radio:checked + label:active .e-ripple-element { + background-color: #ff4081; +} + +.e-radio:checked + .e-focus .e-ripple-container { + background-color: #ff4081; +} + +.e-radio:checked + .e-focus::before { + outline: #fff 1px solid; + outline-offset: 2px; +} + +.e-radio:checked:focus + label::before { + border-color: #ffd939; +} + +.e-radio:checked:focus + label::after { + background-color: #ffd939; +} + +.e-radio:checked + label:hover::before { + border-color: #ffd939; +} + +.e-radio:checked + label:hover::after { + background-color: #ffd939; +} + +.e-radio:disabled + label { + cursor: default; + pointer-events: none; +} + +.e-radio:disabled + label::before { + border-color: #757575; + cursor: default; +} + +.e-radio:disabled + label .e-ripple-container { + background-color: transparent; +} + +.e-radio:disabled + label .e-ripple-container::after { + background-color: transparent; + cursor: default; +} + +.e-radio:disabled + label .e-label { + color: #000; +} + +.e-radio:disabled:checked + label::before { + background-color: transparent; + border-color: #757575; +} + +.e-radio:disabled:checked + label::after { + background-color: #757575; + border-color: #757575; + cursor: default; +} + +.e-radio:disabled:checked + label .e-ripple-container { + background-color: transparent; +} + +.e-radio:disabled:checked + label .e-ripple-container::after { + background-color: transparent; +} + +/*! switch layout */ +.e-switch-wrapper, +.e-css.e-switch-wrapper { + cursor: pointer; + display: inline-block; + height: 20px; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 44px; +} + +.e-switch-wrapper .e-switch, +.e-css.e-switch-wrapper .e-switch { + -moz-appearance: none; + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-switch-wrapper .e-switch-inner, +.e-css.e-switch-wrapper .e-switch-inner { + -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s; + -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s; + border: 1px solid #a6a6a6; + border-radius: 20px; + box-sizing: border-box; + height: 100%; + left: 0; + overflow: hidden; + position: absolute; + top: 0; + transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1), outline-offset 0s; + width: 100%; +} + +.e-switch-wrapper .e-switch-on, +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-off { + -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + -ms-flex-align: center; + align-items: center; + border-radius: inherit; + display: -ms-flexbox; + display: flex; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + width: 100%; +} + +.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-on { + left: -100%; + text-indent: -14px; +} + +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-off { + left: 0; + opacity: 1; + text-indent: 14px; +} + +.e-switch-wrapper .e-switch-handle, +.e-css.e-switch-wrapper .e-switch-handle { + -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + border-radius: 50%; + bottom: 0; + height: 12px; + left: 4px; + margin: auto 0; + position: absolute; + top: 0; + transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + width: 12px; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on { + left: 0; + opacity: 1; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off { + left: 100%; +} + +.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -16px; +} + +.e-switch-wrapper.e-switch-disabled, +.e-css.e-switch-wrapper.e-switch-disabled { + cursor: default; +} + +.e-switch-wrapper .e-ripple-container, +.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + bottom: -9px; + height: 52px; + left: -17px; + pointer-events: none; + position: absolute; + top: -17px; + width: 52px; + z-index: 1; +} + +.e-switch-wrapper.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -16px; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-switch-wrapper.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; +} + +.e-switch-wrapper.e-rtl .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + border-radius: 50%; + height: 12px; + left: 4px; + margin: auto 0; + position: absolute; + top: 0; + transition: all 0.25s cubic-bezier(0.4, 0, 0.23, 1) 0.05s; + width: 12px; +} + +.e-switch-wrapper.e-small, +.e-css.e-switch-wrapper.e-small { + height: 16px; + width: 34px; +} + +.e-switch-wrapper.e-small .e-switch-handle, +.e-css.e-switch-wrapper.e-small .e-switch-handle { + height: 8px; + width: 8px; +} + +.e-switch-wrapper.e-small .e-ripple-container, +.e-css.e-switch-wrapper.e-small .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -12px; +} + +.e-switch-wrapper.e-small .e-switch-on, +.e-switch-wrapper.e-small .e-switch-off, +.e-css.e-switch-wrapper.e-small .e-switch-on, +.e-css.e-switch-wrapper.e-small .e-switch-off { + font-size: 9px; +} + +.e-switch-wrapper.e-small .e-switch-on, +.e-css.e-switch-wrapper.e-small .e-switch-on { + text-indent: -10px; +} + +.e-switch-wrapper.e-small .e-switch-off, +.e-css.e-switch-wrapper.e-small .e-switch-off { + text-indent: 10px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + left: 100%; + margin-left: -12px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + height: 8px; + width: 8px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off { + left: 0; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-small .e-switch-wrapper, +.e-small.e-switch-wrapper, +.e-small .e-css.e-switch-wrapper, +.e-small.e-css.e-switch-wrapper { + height: 16px; + width: 34px; +} + +.e-small .e-switch-wrapper .e-switch-handle, +.e-small.e-switch-wrapper .e-switch-handle, +.e-small .e-css.e-switch-wrapper .e-switch-handle, +.e-small.e-css.e-switch-wrapper .e-switch-handle { + height: 8px; + width: 8px; +} + +.e-small .e-switch-wrapper .e-ripple-container, +.e-small.e-switch-wrapper .e-ripple-container, +.e-small .e-css.e-switch-wrapper .e-ripple-container, +.e-small.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-small .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -12px; +} + +.e-small .e-switch-wrapper .e-switch-on, +.e-small .e-switch-wrapper .e-switch-off, +.e-small.e-switch-wrapper .e-switch-on, +.e-small.e-switch-wrapper .e-switch-off, +.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-small.e-css.e-switch-wrapper .e-switch-on, +.e-small.e-css.e-switch-wrapper .e-switch-off { + font-size: 9px; +} + +.e-small .e-switch-wrapper .e-switch-on, +.e-small.e-switch-wrapper .e-switch-on, +.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-small.e-css.e-switch-wrapper .e-switch-on { + text-indent: -10px; +} + +.e-small .e-switch-wrapper .e-switch-off, +.e-small.e-switch-wrapper .e-switch-off, +.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-small.e-css.e-switch-wrapper .e-switch-off { + text-indent: 10px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -12px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 8px; + width: 8px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-on, +.e-small.e-switch-wrapper.e-rtl .e-switch-on, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-off, +.e-small.e-switch-wrapper.e-rtl .e-switch-off, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-bigger.e-small .e-switch-wrapper, +.e-bigger.e-small.e-switch-wrapper, +.e-bigger.e-small .e-css.e-switch-wrapper, +.e-bigger.e-small.e-css.e-switch-wrapper { + height: 18px; + width: 38px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle { + height: 10px; + left: 4px; + top: 0; + width: 10px; +} + +.e-bigger.e-small .e-switch-wrapper .e-ripple-container, +.e-bigger.e-small.e-switch-wrapper .e-ripple-container, +.e-bigger.e-small .e-css.e-switch-wrapper .e-ripple-container, +.e-bigger.e-small.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-switch-wrapper .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off { + font-size: 9px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on { + text-indent: -11px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-switch-wrapper .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off { + text-indent: 12px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 10px; + width: 10px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 18px; +} + +.e-bigger .e-switch-wrapper, +.e-bigger.e-switch-wrapper, +.e-bigger .e-css.e-switch-wrapper, +.e-bigger.e-css.e-switch-wrapper { + height: 22px; + width: 46px; +} + +.e-bigger .e-switch-wrapper .e-switch-handle, +.e-bigger.e-switch-wrapper .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper .e-switch-handle { + height: 12px; + left: 5px; + top: 0; + width: 12px; +} + +.e-bigger .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -17px; +} + +.e-bigger .e-switch-wrapper .e-switch-on, +.e-bigger .e-switch-wrapper .e-switch-off, +.e-bigger.e-switch-wrapper .e-switch-on, +.e-bigger.e-switch-wrapper .e-switch-off, +.e-bigger .e-css.e-switch-wrapper .e-switch-on, +.e-bigger .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-css.e-switch-wrapper .e-switch-off { + font-size: 12px; +} + +.e-bigger .e-switch-wrapper .e-switch-on, +.e-bigger.e-switch-wrapper .e-switch-on, +.e-bigger .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-css.e-switch-wrapper .e-switch-on { + text-indent: -14px; +} + +.e-bigger .e-switch-wrapper .e-switch-off, +.e-bigger.e-switch-wrapper .e-switch-off, +.e-bigger .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-css.e-switch-wrapper .e-switch-off { + text-indent: 16px; +} + +.e-bigger .e-switch-wrapper .e-ripple-container, +.e-bigger.e-switch-wrapper .e-ripple-container, +.e-bigger .e-css.e-switch-wrapper .e-ripple-container, +.e-bigger.e-css.e-switch-wrapper .e-ripple-container { + height: 52px; + left: -16px; + top: -16px; + width: 52px; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 12px; + left: 100%; + margin-left: -17px; + top: 0; + width: 12px; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 21px; +} + +.e-bigger .e-switch-wrapper.e-small, +.e-bigger.e-switch-wrapper.e-small, +.e-bigger .e-css.e-switch-wrapper.e-small, +.e-bigger.e-css.e-switch-wrapper.e-small { + height: 18px; + width: 38px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle { + height: 10px; + left: 4px; + top: 0; + width: 10px; +} + +.e-bigger .e-switch-wrapper.e-small .e-ripple-container, +.e-bigger.e-switch-wrapper.e-small .e-ripple-container, +.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container, +.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -14px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-switch-wrapper.e-small .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off { + font-size: 9px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on { + text-indent: -11px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-switch-wrapper.e-small .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off { + text-indent: 12px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + left: 100%; + margin-left: -14px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + height: 10px; + width: 10px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on { + left: 100%; + opacity: 1; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active { + left: 18px; +} + +/*! switch theme */ +.e-switch-wrapper, +.e-css.e-switch-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-off { + background-color: #000; + color: #fff; +} + +.e-switch-wrapper .e-switch-handle, +.e-css.e-switch-wrapper .e-switch-handle { + background-color: #fff; + box-shadow: none; +} + +.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-on { + background-color: initial; + color: #000; +} + +.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + background-color: #000; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active { + background-color: #ffd939; + border-color: #ffd939; +} + +.e-switch-wrapper .e-switch-inner, +.e-css.e-switch-wrapper .e-switch-inner { + background-color: transparent; +} + +.e-switch-wrapper .e-ripple-element, +.e-css.e-switch-wrapper .e-ripple-element { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper .e-ripple-check .e-ripple-element, +.e-css.e-switch-wrapper .e-ripple-check .e-ripple-element { + background-color: rgba(255, 64, 129, 0.12); +} + +.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active { + box-shadow: none; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-handle, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle { + background-color: #757575; + box-shadow: none; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off { + background-color: #000; + border-color: #757575; + color: #757575; + opacity: 1; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on { + background-color: #000; + color: #757575; + opacity: 1; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner { + background-color: #000; + border-color: #757575; + opacity: 1; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #000; + border-color: #757575; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner { + border-color: #757575; + color: #757575; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #000; + color: #757575; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle { + background-color: #757575; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active { + background-color: #757575; +} + +.e-switch-wrapper:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active { + background-color: #685708; + border-color: #fff; +} + +.e-switch-wrapper:hover .e-switch-inner, +.e-css.e-switch-wrapper:hover .e-switch-inner { + background-color: transparent; + border-color: initial; +} + +.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #685708; + color: #fff; +} + +.e-switch-wrapper:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active), +.e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) { + background-color: #fff; +} + +.e-switch-wrapper.e-focus .e-switch-inner, +.e-css.e-switch-wrapper.e-focus .e-switch-inner { + background-color: transparent; + border-color: #fff; + box-shadow: none; + outline: #fff 1px solid; + outline-offset: 1px; +} + +.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active { + background-color: #ffd939; + border-color: #ffd939; + outline: #fff 1px solid; +} + +.e-switch-wrapper.e-focus .e-ripple-container, +.e-css.e-switch-wrapper.e-focus .e-ripple-container { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container, +.e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container { + background-color: rgba(255, 64, 129, 0.12); +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on { + background-color: #ffd939; +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-off, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off { + background-color: #ffd939; +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active { + background-color: #ffd939; + border-color: #ffd939; + outline: #fff 1px solid; +} + +.e-switch-wrapper.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-on { + background-color: #ffd939; +} + +.e-switch-wrapper.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + background-color: #fff; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + background-color: #000; +} + +.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + background-color: #000; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active { + background-color: #ffd939; + border-color: #ffd939; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active { + background-color: #685708; + border-color: #fff; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner { + border-color: initial; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #685708; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active { + background-color: #fff; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on { + background-color: #000; + color: #757575; + opacity: 1; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off { + background-color: #000; + color: #757575; + opacity: 1; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle { + background-color: #757575; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active { + background-color: #757575; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner { + background-color: #000; + border-color: #757575; + opacity: 1; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #000; + color: #757575; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #000; + border-color: #757575; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner { + border-color: #757575; + color: #757575; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active { + background-color: #757575; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle { + background-color: #757575; +} + +.e-switch-wrapper .e-switch:focus, +.e-css.e-switch-wrapper .e-switch:focus { + box-shadow: none; +} + +.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: transparent; +} + +.e-icon-collapsible::before { + content: '\e85c'; +} + +.e-icon-back::before { + content: '\e85b'; + font-size: 18px; +} + +.e-bigger .e-listview .e-list-item, +.e-listview.e-bigger .e-list-item { + border-bottom: 2px solid transparent; + border-left: 2px solid transparent; + border-right: 2px solid transparent; + border-top: 2px solid transparent; +} + +.e-bigger .e-listview:not(.e-list-template) .e-list-item, +.e-listview.e-bigger:not(.e-list-template) .e-list-item { + height: 45px; + line-height: 38px; + position: relative; +} + +.e-bigger .e-listview .e-text-content, +.e-listview.e-bigger .e-text-content { + font-size: 15px; +} + +.e-bigger .e-listview .e-list-group-item, +.e-listview.e-bigger .e-list-group-item { + height: 45px; + line-height: 45px; +} + +.e-bigger .e-listview .e-list-header, +.e-listview.e-bigger .e-list-header { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-weight: 600; + height: 45px; +} + +.e-bigger .e-listview .e-list-header .e-text.header, +.e-listview.e-bigger .e-list-header .e-text.header { + display: none; +} + +.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header, +.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-bigger .e-listview .e-list-header .e-text, +.e-listview.e-bigger .e-list-header .e-text { + font-size: 15px; +} + +.e-listview { + -webkit-overflow-scrolling: touch; + border: 0 solid; + border-color: none; + border-radius: 0; + display: block; + overflow: auto; + position: relative; + width: 100%; +} + +.e-listview:not(.e-list-template) .e-list-item { + height: 36px; + line-height: 30px; + padding: 0 12px; + position: relative; +} + +.e-listview .e-list-item { + border-bottom: 0 solid; +} + +.e-listview .e-list-parent { + margin: 0; + padding: 0; +} + +.e-listview .e-list-header .e-text.header { + display: none; +} + +.e-listview .e-icon-back { + margin-top: 2px; +} + +.e-listview .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-listview .e-list-header { + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid; + display: -ms-flexbox; + display: flex; + font-weight: 600; + height: 36px; + padding: 0 16px; +} + +.e-listview .e-has-header > .e-view { + top: 45px; +} + +.e-listview .e-but-back { + cursor: pointer; + padding-right: 20px; +} + +.e-listview .e-list-group-item:first-child { + border: 0; + border-bottom: 0 solid transparent; +} + +.e-listview .e-list-group-item { + border-bottom: 0 solid transparent; + border-top: 1px solid; + font-weight: 600; + height: 36px; + line-height: 30px; + padding: 0 12px; +} + +.e-listview .e-icon-collapsible { + cursor: pointer; + font-size: 12px; + position: absolute; + right: 0%; + top: 50%; + transform: translateY(-50%); +} + +.e-listview .e-text-content { + height: 100%; + position: relative; + vertical-align: middle; +} + +.e-listview .e-text-content * { + display: inline-block; + vertical-align: middle; +} + +.e-listview .e-text-content.e-checkbox .e-list-text { + width: calc(100% - 40px); +} + +.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text { + width: calc(100% - 90px); +} + +.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 80px); +} + +.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 92px); +} + +.e-listview .e-checkbox .e-checkbox-left { + margin: -2px 10px 0 0; +} + +.e-listview .e-checkbox .e-checkbox-right { + margin: -2px 0 0 10px; +} + +.e-listview .e-list-text { + cursor: pointer; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + width: 100%; +} + +.e-listview .e-list-icon + .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-icon-wrapper .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-list-icon { + height: 30px; + margin-right: 16px; + width: 30px; +} + +.e-listview .e-content { + overflow: hidden; + position: relative; +} + +.e-listview .e-list-header .e-text { + cursor: pointer; + text-indent: 0; +} + +.e-listview .e-text .e-headertext { + display: inline-block; + line-height: 21px; +} + +.e-listview.e-rtl { + direction: rtl; +} + +.e-listview.e-rtl .e-list-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-listview.e-rtl .e-icon-collapsible { + left: 0%; + right: initial; + top: 50%; + transform: translateY(-50%) rotate(180deg); +} + +.e-listview.e-rtl .e-list-header .e-text { + cursor: pointer; +} + +.e-listview.e-rtl .e-but-back { + transform: rotate(180deg); +} + +.e-listview.e-rtl .e-icon-back { + margin-top: 1px; +} + +.e-listview.e-rtl .e-checkbox .e-checkbox-left { + margin: -2px 0 0 10px; +} + +.e-listview.e-rtl .e-checkbox .e-checkbox-right { + margin: -2px 10px 0 0; +} + +.e-listview { + border-color: #333; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; +} + +.e-listview .e-list-header { + background-color: #000; + border-color: #969696; + color: #ffd939; + font-size: 14px; +} + +.e-listview .e-icons { + color: #fff; +} + +.e-listview .e-list-item { + background-color: #000; + border-bottom: 2px solid transparent; + border-left: 2px solid transparent; + border-right: 2px solid transparent; + border-top: 2px solid transparent; + color: #fff; +} + +.e-listview .e-list-item.e-hover, +.e-listview .e-list-item.e-hover.e-active.e-checklist { + background-color: #685708; + border-color: #fff; + color: #fff; +} + +.e-listview .e-list-item.e-active { + background-color: #ffd939; + color: #000; +} + +.e-listview .e-list-item.e-active.e-checklist { + background-color: #000; + color: #fff; +} + +.e-listview .e-list-item.e-focused, +.e-listview .e-list-item.e-focused.e-active.e-checklist { + background-color: #ffd939; + color: #000; +} + +.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, +.e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #000; + border-color: #000; + color: #ffd939; +} + +.e-listview .e-list-group-item { + background-color: #000; + border-color: #969696; + color: #ffd939; + font-size: 14px; +} + +.e-listview.e-list-template .e-list-wrapper { + height: inherit; + position: relative; +} + +.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) { + padding: 0.6153em 0.923em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line { + padding: 0.6153em 0.923em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header { + color: #fff; + display: block; + font-size: 13px; + font-weight: 500; + margin: 0; + overflow: hidden; + padding: 0.093em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content { + color: #fff; + display: block; + font-size: 13px; + margin: 0; + padding: 0.093em 0; + word-wrap: break-word; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + height: 3.0769em; + left: 0.923em; + position: absolute; + top: 0.6153em; + width: 3.0769em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 4.923em; + padding-right: 0.923em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 0.923em; + padding-right: 4.923em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + height: 3.0769em; + position: absolute; + right: 0.923em; + top: 0.6153em; + width: 3.0769em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar { + top: 0.6153em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar { + top: 0.6153em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge { + font-size: 13px; + height: 1.5384em; + line-height: 1.3384em; + padding: 0; + position: absolute; + right: 0.923em; + top: 50%; + transform: translateY(-50%); + width: 1.5384em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.923em; + padding-right: 3.3846em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 0.923em; + padding-right: 3.3846em; +} + +.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content { + display: block; + margin: 0; + overflow: hidden; + padding: 0.867em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header { + color: #fff; +} + +.e-listview.e-list-template .e-list-item.e-hover .e-list-content { + color: #fff; +} + +.e-listview.e-list-template .e-list-item.e-active .e-list-item-header { + color: #000; +} + +.e-listview.e-list-template .e-list-item.e-active .e-list-content { + color: #000; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + left: inherit; + right: 0.923em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 0.923em; + padding-right: 4.923em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 4.923em; + padding-right: 0.923em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + left: 0.923em; + right: inherit; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge { + left: 0.923em; + right: inherit; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 3.3846em; + padding-right: 4.923em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 3.3846em; + padding-right: 0.923em; +} + +.e-sortable { + outline: none; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-sortable .e-disabled { + background-image: none; + cursor: default; + filter: alpha(Opacity=35); + opacity: .35; +} + +.e-sortable .e-sortableclone { + position: fixed !important; +} + +.e-sortable * { + box-sizing: border-box; +} + +.e-sortable *:focus { + outline: none; +} + +/*! calendar fabric theme variables */ +/*! component icons */ +.e-input-group-icon.e-range-icon, +.e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 16px; + margin: 0; + outline: none; +} + +.e-input-group-icon.e-range-icon::before, +.e-control-wrapper .e-input-group-icon.e-range-icon::before { + content: '\e244'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-range-icon:focus, +.e-control-wrapper .e-input-group-icon.e-range-icon:focus { + background: #685708; + border-radius: 0; +} + +.e-daterangepicker .e-calendar .e-header .e-date-icon-next::before { + content: '\e85c'; +} + +.e-daterangepicker .e-calendar .e-header .e-date-icon-prev::before { + content: '\e98f'; +} + +.e-daterangepicker .e-change-icon::before { + content: '\e85f'; +} + +.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-next::before { + content: '\e98f'; +} + +.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-prev::before { + content: '\e85c'; +} + +.e-daterangepicker.e-rtl .e-start-end .e-change-icon::before { + content: '\e85b'; +} + +.e-bigger .e-input-group-icon.e-range-icon, +.e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, +.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 20px; + margin: 0; + outline: none; +} + +.e-small .e-input-group-icon.e-range-icon, +.e-control-wrapper.e-small .e-input-group-icon.e-range-icon, +.e-small .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 14px; +} + +.e-small.e-bigger .e-input-group-icon.e-range-icon, +.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-range-icon, +.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 18px; +} + +/*! daterangepicker layout */ +.e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden, +.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden, +.e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden { + border: 0; + height: 0; + margin: 0; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-daterangepicker.e-popup, +.e-bigger.e-small .e-daterangepicker.e-popup { + border: 1px solid #fff; + border-radius: 0; + box-shadow: none; + max-height: 500px; + max-width: 730px; +} + +.e-daterangepicker.e-popup.e-daterange-day-header-lg, +.e-bigger.e-small .e-daterangepicker.e-popup.e-daterange-day-header-lg { + max-width: 100%; +} + +.e-daterangepicker.e-popup.e-preset-wrapper, +.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper { + min-width: 580px; +} + +.e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets { + max-height: none; +} + +.e-daterangepicker.e-popup .e-range-header, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header { + margin: 12px 12px 0 12px; + width: auto; +} + +.e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-daterangepicker.e-popup .e-range-header .e-end-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label { + cursor: default; + display: inline-block; + font-size: 18px; + overflow: hidden; + text-align: center; + text-decoration: none; + text-overflow: ellipsis; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 48%; +} + +.e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 14px; + font-weight: 300; + text-align: center; + width: 4%; +} + +.e-daterangepicker.e-popup .e-range-header .e-day-span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span { + direction: ltr; + font-size: 14px; + height: 14px; + margin: 0 0 15px 0; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 35px; +} + +.e-daterangepicker.e-popup .e-separator, +.e-bigger.e-small .e-daterangepicker.e-popup .e-separator { + height: 1px; + margin: 0 16px; +} + +.e-daterangepicker.e-popup .e-calendar, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar { + border: none; + margin: 0; + padding: 0; +} + +.e-daterangepicker.e-popup .e-calendar .e-content table, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content table { + padding: 0 11.5px 10px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title { + cursor: pointer; + float: none; + font-weight: normal; + line-height: 36px; + margin-left: 0; + width: auto; +} + +.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-month, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-year, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-decade { + padding: 10px 12px 0 12px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next { + float: right; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev { + float: left; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev { + height: 36px; + width: 36px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next span, +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev span { + padding: 9px 10px; +} + +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover { + border-radius: 50% 0 0 50%; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover { + border-radius: 0; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day { + border: 1px solid #ecbe00; +} + +.e-daterangepicker.e-popup .e-footer, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer { + -ms-flex-align: center; + align-items: center; + border-top: 1px solid #969696; + clear: both; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + height: 48px; +} + +.e-daterangepicker.e-popup .e-footer .e-btn, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn { + font-weight: 500; + height: 32px; + line-height: 30px; + overflow: hidden; + padding: 0 16px; + text-overflow: ellipsis; +} + +.e-daterangepicker.e-popup .e-footer .e-btn.e-apply, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply { + margin: 0 10px 0 5px; +} + +.e-daterangepicker.e-popup .e-date-range-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container { + float: left; +} + +.e-daterangepicker.e-popup .e-date-range-container.e-range-border, +.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container.e-range-border { + border-right: 1px solid #969696; +} + +.e-daterangepicker.e-popup .e-calendar-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container { + display: -ms-flexbox; + display: flex; +} + +.e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-daterangepicker.e-popup .e-calendar-container .e-right-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-right-container { + float: left; +} + +.e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container { + border-right: 1px solid #969696; +} + +.e-daterangepicker.e-popup .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets { + max-height: 216px; + overflow: auto; + width: auto; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item { + border-radius: 0; + cursor: pointer; + line-height: 36px; + overflow: hidden; + padding: 0 10px; + white-space: nowrap; +} + +.e-daterangepicker.e-popup .e-presets .e-list-parent, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent { + margin: 0; + max-width: 160px; + padding: 0; +} + +.e-daterangepicker.e-popup .e-presets .e-text-content, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-text-content { + line-height: 47px; +} + +.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item { + font-size: 14px; + height: 36px; + line-height: 36px; +} + +.e-daterangepicker.e-popup .e-hide-range, +.e-bigger.e-small .e-daterangepicker.e-popup .e-hide-range { + display: none; +} + +.e-daterangepicker.e-rtl .e-date-range-container, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container { + float: right; +} + +.e-daterangepicker.e-rtl .e-date-range-container.e-range-border, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container.e-range-border { + border-left: 1px solid #969696; + border-right: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-left-container { + border-left: 1px solid #969696; + border-right: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next { + float: left; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev { + float: right; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover { + border-radius: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover { + border-radius: 50% 0 0 50%; +} + +.e-daterangepicker.e-rtl .e-footer, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer { + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel { + margin: 0 5px 0 10px; +} + +.e-daterangepicker.e-rtl .e-footer .e-btn.e-apply, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-apply { + margin-left: 0; +} + +.e-bigger .e-daterangepicker.e-range-modal, +.e-device.e-daterangepicker.e-range-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-bigger.e-small .e-daterangepicker .e-calendar { + max-width: 232px; +} + +.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper, +.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper, +.e-device.e-daterangepicker.e-popup.e-preset-wrapper { + max-width: 770px; + min-width: auto; +} + +.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-device.e-daterangepicker.e-popup.e-preset-wrapper .e-presets { + max-height: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header, +.e-bigger.e-daterangepicker.e-popup .e-range-header, +.e-device.e-daterangepicker.e-popup .e-range-header { + width: auto; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 36px; + -ms-flex-pack: center; + justify-content: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + border: 1px solid #fff; + box-shadow: none; + font-size: 16px; + font-weight: normal; + height: 32px; + line-height: 30px; + max-width: 116px; + overflow: hidden; + padding: 1px 6px; + text-overflow: ellipsis; + width: 50%; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + border-left: 0; + border-radius: 0 2px 2px 0; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn { + border-radius: 2px 0 0 2px; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]), +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]), +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]) { + box-shadow: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover { + box-shadow: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + max-width: 132px; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets, +.e-bigger.e-daterangepicker.e-popup .e-presets, +.e-device.e-daterangepicker.e-popup .e-presets { + max-height: 240px; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets.e-preset-wrapper, +.e-bigger.e-daterangepicker.e-popup .e-presets.e-preset-wrapper, +.e-device.e-daterangepicker.e-popup .e-presets.e-preset-wrapper { + max-height: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets ul, +.e-bigger.e-daterangepicker.e-popup .e-presets ul, +.e-device.e-daterangepicker.e-popup .e-presets ul { + max-width: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets ul li.e-list-item, +.e-bigger.e-daterangepicker.e-popup .e-presets ul li.e-list-item, +.e-device.e-daterangepicker.e-popup .e-presets ul li.e-list-item { + font-size: 15px; + height: 45px; + line-height: 45px; + padding: 0 12px; +} + +.e-bigger .e-daterangepicker .e-calendar, +.e-bigger.e-daterangepicker .e-calendar, +.e-device.e-daterangepicker .e-calendar { + max-width: 292px; + padding: 0; +} + +.e-bigger .e-daterangepicker .e-calendar .e-content table, +.e-bigger.e-daterangepicker .e-calendar .e-content table, +.e-device.e-daterangepicker .e-calendar .e-content table { + padding: 0 16px 15px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-next, +.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-next, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev, +.e-device.e-daterangepicker .e-calendar .e-header .e-next, +.e-device.e-daterangepicker .e-calendar .e-header .e-prev { + height: 48px; + width: 48px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-next span, +.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev span, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-next span, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev span, +.e-device.e-daterangepicker .e-calendar .e-header .e-next span, +.e-device.e-daterangepicker .e-calendar .e-header .e-prev span { + padding: 15px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-title, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-title, +.e-device.e-daterangepicker .e-calendar .e-header .e-title { + cursor: pointer; + line-height: 48px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header.e-month, .e-bigger .e-daterangepicker .e-calendar .e-header.e-year, .e-bigger .e-daterangepicker .e-calendar .e-header.e-decade, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-month, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-year, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-decade, +.e-device.e-daterangepicker .e-calendar .e-header.e-month, +.e-device.e-daterangepicker .e-calendar .e-header.e-year, +.e-device.e-daterangepicker .e-calendar .e-header.e-decade { + padding: 10px 16px 0 16px; +} + +.e-bigger .e-daterangepicker .e-footer, +.e-bigger.e-daterangepicker .e-footer, +.e-device.e-daterangepicker .e-footer { + height: 58px; +} + +.e-bigger .e-daterangepicker .e-footer .e-btn, +.e-bigger.e-daterangepicker .e-footer .e-btn, +.e-device.e-daterangepicker .e-footer .e-btn { + height: 40px; + line-height: 38px; + overflow: hidden; +} + +.e-bigger .e-daterangepicker .e-footer .e-btn.e-apply, +.e-bigger.e-daterangepicker .e-footer .e-btn.e-apply, +.e-device.e-daterangepicker .e-footer .e-btn.e-apply { + margin: 0 15px 0 5px; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn { + border: 1px solid #fff; + border-radius: 2px 0 0 2px; + border-right: 0; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn { + border-radius: 0 2px 2px 0; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel, +.e-device.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel { + margin: 0 5px 0 15px; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply, +.e-device.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply { + margin-left: 0; +} + +.e-bigger .e-daterangepicker.e-device.e-popup, +.e-bigger.e-daterangepicker.e-device.e-popup, +.e-device.e-daterangepicker.e-device.e-popup { + max-width: 294px; +} + +.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header, +.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header, +.e-device.e-daterangepicker.e-device.e-popup .e-range-header { + margin: 20px 10px 0 10px; +} + +.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span, +.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span, +.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span { + margin: 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header, +.e-small.e-daterangepicker.e-popup .e-range-header { + margin: 10px 10px 0 10px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label, +.e-small.e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-small.e-daterangepicker.e-popup .e-range-header .e-end-label { + font-size: 16px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-small.e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 12px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-small.e-daterangepicker.e-popup .e-range-header .e-start-end { + height: 32px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span, +.e-small.e-daterangepicker.e-popup .e-range-header .e-day-span { + font-size: 12px; + margin: 0 0 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-separator, +.e-small.e-daterangepicker.e-popup .e-range-header .e-separator { + margin: 0 10px; +} + +.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply, +.e-small.e-daterangepicker.e-popup .e-footer .e-btn.e-apply { + margin: 10px 10px 10px 8px; +} + +.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item, +.e-small.e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item { + font-size: 12px; + height: 26px; + line-height: 26px; +} + +.e-range-overflow { + overflow: hidden; +} + +.e-daterangepick-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-control.e-lib.e-device.e-popup-open { + position: relative; + top: 0 !important; + left: 0 !important; +} + +.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker, +.e-bigger.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker { + background-size: 250px 40px; + min-height: 40px; +} + +/*! daterangepicker theme */ +.e-date-range-wrapper .e-input-group-icon.e-icons.e-active { + color: #fff; +} + +.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #000; +} + +.e-daterangepicker.e-popup, +.e-bigger.e-small .e-daterangepicker.e-popup { + background: #000; +} + +.e-daterangepicker.e-popup .e-calendar, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar { + background-color: #000; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover { + color: #fff; + text-decoration: none; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover { + background-color: #ffd939; + color: #000; +} + +.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span { + background-color: #ffd939; + border: 1px solid #685708; + color: #000; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span { + background: #ffd939; + border: 1px solid #ffd939; + color: #000; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day { + background-color: #ecbe00; + border: 1px solid #ecbe00; + color: #000; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day { + border: 1px solid #685708; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day { + border: 1px solid #685708; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span { + background-color: #000; + border: 1px solid #000; + color: #969696; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected { + background-color: #000; + border: none; + color: #969696; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day { + background-color: #ecbe00; + color: #000; +} + +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day { + background-color: #ecbe00; + color: #000; +} + +.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span { + color: #000; +} + +.e-daterangepicker.e-popup .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets { + background-color: #000; + color: #fff; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item.e-active, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active { + background-color: #ffd939; + color: #000; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover { + background-color: #685708; + color: #fff; +} + +.e-daterangepicker.e-popup .e-start-label, +.e-daterangepicker.e-popup .e-end-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-start-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-end-label { + color: #ffd939; +} + +.e-daterangepicker.e-popup .e-change-icon, +.e-bigger.e-small .e-daterangepicker.e-popup .e-change-icon { + color: #fff; +} + +.e-daterangepicker.e-popup .e-day-span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-day-span { + color: #fff; +} + +.e-daterangepicker.e-popup .e-separator, +.e-bigger.e-small .e-daterangepicker.e-popup .e-separator { + background-color: #969696; +} + +.e-daterangepicker.e-popup .e-footer, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer { + background-color: #000; +} + +.e-bigger .e-daterangepicker, +.e-bigger.e-daterangepicker, +.e-device.e-daterangepicker { + background-color: #000; + padding: 0; +} + +.e-bigger .e-daterangepicker .e-calendar th, +.e-bigger.e-daterangepicker .e-calendar th, +.e-device.e-daterangepicker .e-calendar th { + color: #fff; +} + +.e-bigger .e-daterangepicker .e-start-btn, +.e-bigger .e-daterangepicker .e-end-btn, +.e-bigger.e-daterangepicker .e-start-btn, +.e-bigger.e-daterangepicker .e-end-btn, +.e-device.e-daterangepicker .e-start-btn, +.e-device.e-daterangepicker .e-end-btn { + background: #000; +} + +.e-bigger .e-daterangepicker .e-start-btn.e-active, +.e-bigger .e-daterangepicker .e-start-btn.e-active:active, +.e-bigger .e-daterangepicker .e-end-btn.e-active, +.e-bigger .e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-bigger .e-daterangepicker .e-start-btn.e-active:hover, +.e-bigger .e-daterangepicker .e-end-btn.e-active:hover, +.e-bigger.e-daterangepicker .e-start-btn.e-active, +.e-bigger.e-daterangepicker .e-start-btn.e-active:active, +.e-bigger.e-daterangepicker .e-end-btn.e-active, +.e-bigger.e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-bigger.e-daterangepicker .e-start-btn.e-active:hover, +.e-bigger.e-daterangepicker .e-end-btn.e-active:hover, +.e-device.e-daterangepicker .e-start-btn.e-active, +.e-device.e-daterangepicker .e-start-btn.e-active:active, +.e-device.e-daterangepicker .e-end-btn.e-active, +.e-device.e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-device.e-daterangepicker .e-start-btn.e-active:hover, +.e-device.e-daterangepicker .e-end-btn.e-active:hover { + background: #ffd939; + color: #000; +} + +/*! component icons */ +.e-datetime-wrapper .e-time-icon.e-icons::before { + content: '\e97f'; + font-family: 'e-icons'; +} + +.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-datetime-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 16px; +} + +.e-datetime-wrapper.e-control-wrapper { + box-sizing: border-box; +} + +.e-datetime-wrapper .e-time-icon.e-icons.e-disabled, +.e-datetime-wrapper .e-date-icon.e-icons.e-disabled { + pointer-events: none; +} + +.e-datetime-wrapper .e-clear-icon { + box-sizing: content-box; +} + +.e-datetime-wrapper span { + cursor: pointer; +} + +.e-datetime-wrapper .e-input-group-icon.e-date-icon, +.e-datetime-wrapper .e-input-group-icon.e-time-icon { + font-size: 16px; + margin: 0; + outline: none; +} + +.e-datetime-wrapper .e-input-group-icon.e-time-icon { + border: 0 0 0 1px; + border-style: solid; + margin: 0; +} + +.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-datetimepicker.e-time-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-datetimepicker.e-popup { + border-style: solid; + border-width: 1px; + overflow: auto; +} + +.e-datetimepicker.e-popup .e-content { + position: relative; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul { + margin: 0; + padding: 0 0; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + color: #fff; + cursor: default; + font-size: 14px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover { + cursor: pointer; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + line-height: 36px; + text-indent: 10px; +} + +.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 20px; +} + +.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul, +.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul { + padding: 8px 0; +} + +.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 48px; + text-indent: 12px; +} + +.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 13px; + line-height: 26px; + text-indent: 10px; +} + +.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 40px; + text-indent: 16px; +} + +.e-small.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-small .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 14px; +} + +.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 18px; +} + +.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker, +.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker { + background-size: 250px 40px; + min-height: 40px; +} + +/*! datetimepicker theme */ +.e-datetime-wrapper .e-input-group-icon.e-icons.e-active { + color: #fff; +} + +.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #000; +} + +.e-datetimepicker.e-popup { + border: 1px solid #969696; + border-radius: 0; + box-shadow: none; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul { + background-color: #000; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item { + border: 1px solid transparent; + color: #fff; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus { + background-color: #685708; + border: 1px solid #fff; + color: #fff; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active { + background-color: #ffd939; + color: #000; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover { + background-color: #685708; + color: #fff; +} + +/*! maskedtextbox layout */ +.e-control-wrapper.e-mask .e-maskedtextbox { + font-family: Arial, "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; +} + +.e-bigger .e-control-wrapper.e-mask .e-maskedtextbox { + font-size: 14px; +} + +.e-control-wrapper.e-mask.e-bigger .e-maskedtextbox { + font-size: 14px; +} + +.e-content-placeholder.e-mask.e-placeholder-mask { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-mask.e-placeholder-mask, +.e-bigger.e-content-placeholder.e-mask.e-placeholder-mask { + background-size: 300px 40px; + min-height: 40px; +} + +/*! maskedtextbox theme */ +.e-control-wrapper.e-mask.e-error .e-maskedtextbox { + color: #fff; +} + +.e-utility-mask.e-error { + color: #fff; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons::before { + content: '\e953'; +} + +.e-upload .e-upload-files .e-icons.e-file-pause-btn::before { + content: '\e325'; +} + +.e-upload .e-upload-files .e-icons.e-file-reload-btn::before { + content: '\e837'; +} + +.e-upload .e-upload-files .e-icons.e-file-play-btn::before { + content: '\e327'; +} + +.e-upload .e-upload-files .e-file-delete-btn.e-icons::before { + content: '\e965'; +} + +.e-upload .e-upload-files .e-file-abort-btn.e-icons::before { + content: '\e202'; +} + +.e-upload .e-upload-files .e-icons.e-msie::before { + position: relative; + right: 10px; +} + +.e-upload .e-upload-files .e-icons.e-file-abort-icon.e-msie::before { + right: 12px; +} + +.e-bigger .e-upload { + width: 100%; +} + +.e-bigger .e-upload .e-file-select-wrap { + padding: 20px 0 20px 16px; +} + +.e-bigger .e-upload .e-file-select-wrap .e-file-drop { + font-size: 15px; + margin-left: 12px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list { + font-size: 15px; + line-height: normal; + min-height: 108px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 16px; + top: 0; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + font-size: 14px; + padding-top: 16px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + font-size: 12px; + padding: 10px 0; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + font-size: 14px; + padding-top: 16px; + top: initial; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + font-size: 12px; + padding-bottom: 16px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + height: 10px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap { + height: 2px; + width: 94%; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar { + height: 2px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + font-size: 11px; + right: 16px; + top: -31px; +} + +.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + font-size: 12px; + height: 26px; + margin: 16px; + margin-top: -24px; + padding: 24px; + top: 50%; + width: 26px; +} + +.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons { + padding: 20px 17px 20px 26px; +} + +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons { + right: 45px; +} + +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons { + font-size: 12px; +} + +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons { + font-size: 18px; +} + +.e-bigger .e-upload .e-upload-actions .e-btn { + margin-left: 16px; +} + +.e-bigger .e-upload .e-upload-actions .e-file-upload-btn { + margin: 16px; +} + +.e-bigger .e-upload .e-upload-actions .e-file-clear-btn { + margin: 16px; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap { + padding: 20px 16px 20px 0; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn { + margin-right: 0; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop { + margin-right: 12px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 60px; + margin-right: 14px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + top: 30px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + left: 16px; + right: initial; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + box-sizing: border-box; + left: 0; + margin-left: 14px; + margin-right: 14px; + padding: 24px; + top: 50%; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons { + padding: 20px 17px 20px 26px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + left: 41px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 16px; + padding-top: 12px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #ff6161; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #969696; + display: block; + font-size: 12px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #ff6161; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #ff6161; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 37px; +} + +.e-upload, +.e-bigger.e-small .e-upload { + width: 100%; +} + +.e-upload.e-control-wrapper, +.e-bigger.e-small .e-upload.e-control-wrapper { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-upload .e-hidden-file-input, +.e-bigger.e-small .e-upload .e-hidden-file-input { + border: 0; + height: 0; + margin: 0; + outline: none; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-upload .e-file-select-wrap, +.e-bigger.e-small .e-upload .e-file-select-wrap { + padding: 16px 0 16px 12px; +} + +.e-upload .e-file-select-wrap .e-file-select, +.e-upload .e-file-select-wrap .e-file-select .e-uploader, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader { + display: inline-block; + width: 0; +} + +.e-upload .e-file-select-wrap .e-file-select .e-uploader, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader { + opacity: 0; +} + +.e-upload .e-file-select-wrap .e-file-drop, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop { + font-family: inherit; + font-size: 14px; + margin-left: 9px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 16px; + padding-top: 12px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #ff6161; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #969696; + display: block; + font-size: 11px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #ff6161; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #ff6161; +} + +.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 42px; +} + +.e-upload .e-upload-files, +.e-bigger.e-small .e-upload .e-upload-files { + list-style-type: none; + margin: 0; + padding: 0; +} + +.e-upload .e-upload-files .e-upload-file-list, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list { + font-family: inherit; + font-size: 14px; + height: 100%; + line-height: normal; + min-height: 90px; + position: relative; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container { + display: block; + height: 100%; + margin-left: 12px; + margin-right: 90px; + min-height: 35px; + position: relative; + top: 0; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + float: left; + font-family: inherit; + font-size: 14px; + max-width: 75%; + overflow: hidden; + padding-top: 12px; + position: relative; + text-overflow: ellipsis; + top: 0; + white-space: nowrap; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before { + content: attr(data-tail); + float: right; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + display: block; + font-family: inherit; + font-size: 14px; + padding-top: 12px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + display: block; + font-size: 11px; + padding: 8px 0; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + display: block; + font-family: inherit; + font-size: 11px; + padding-bottom: 12px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress { + display: none; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + display: block; + height: 10px; + padding-bottom: 11px; + padding-top: 6px; + position: absolute; + width: 94%; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap { + border-radius: 1px; + display: block; + height: 2px; + width: 100%; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar { + border-radius: 1px; + display: inherit; + height: 2px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + float: right; + font-family: inherit; + font-size: 11px; + position: relative; + right: 0; + top: -33px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons { + -ms-flex-align: center; + align-items: center; + box-sizing: border-box; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 11px; + height: 26px; + -ms-flex-pack: center; + justify-content: center; + margin: 12px; + margin-top: -21px; + padding: 16px; + position: absolute; + right: 0; + top: 50%; + vertical-align: middle; + width: 26px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress { + cursor: default; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons { + padding: 18px 13px 18px 23px; +} + +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons { + right: 36px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, +.e-upload .e-upload-files .e-clear-icon-focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus { + background-color: #685708; + border-color: transparent; + border-radius: 50%; + box-shadow: 0 0 0 transparent; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-upload .e-upload-files .e-clear-icon-focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus { + border-radius: 50%; +} + +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons { + font-size: 11px; + opacity: 1; +} + +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons { + font-size: 15px; + opacity: 1; +} + +.e-upload .e-file-select-wrap .e-btn, +.e-upload .e-upload-actions .e-btn, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-btn { + font-family: inherit; +} + +.e-upload .e-upload-actions, +.e-bigger.e-small .e-upload .e-upload-actions { + position: relative; + text-align: right; +} + +.e-upload .e-upload-actions .e-file-upload-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn { + margin: 12px; +} + +.e-upload .e-upload-actions .e-file-clear-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn { + margin: 12px; +} + +.e-upload.e-rtl .e-file-select-wrap, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap { + padding: 16px 12px 16px 0; +} + +.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn { + margin-right: 10; +} + +.e-upload.e-rtl .e-file-select-wrap .e-file-drop, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop { + margin-left: 60px; + margin-right: 9px; + position: relative; +} + +.e-upload.e-rtl .e-upload-actions, +.e-bigger.e-small .e-upload.e-rtl .e-upload-actions { + text-align: left; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container { + height: 100%; + margin-left: 60px; + margin-right: 12px; + position: relative; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container { + direction: ltr; + float: right; + width: 100%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + float: right; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + float: right; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + direction: ltr; + float: right; + position: relative; + text-align: right; + width: 100%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + float: right; + position: initial; + top: 23px; + width: 87%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + float: left; + right: 0; + top: -28px; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons { + left: 0; + margin-left: 12px; + margin-right: 12px; + right: auto; + top: 50%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons { + left: 36px; + right: auto; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + left: 36px; +} + +.e-upload.e-disabled .e-file-drop, +.e-bigger.e-small .e-upload.e-disabled .e-file-drop { + color: rgba(255, 255, 255, 0.38); +} + +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: rgba(255, 255, 255, 0.38); +} + +.e-upload .e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload { + background-size: 400px 65px; + min-height: 65px; +} + +.e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload, +.e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload { + background-size: 400px 80px; + min-height: 80px; +} + +.e-small .e-upload .e-file-select-wrap { + padding: 12px 0 12px 12px; +} + +.e-small .e-upload .e-file-select-wrap .e-file-drop { + font-size: 13px; + margin-left: 12px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list { + min-height: 76px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + font-size: 12px; + padding-top: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + font-size: 11px; + padding: 6px 0; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + font-size: 12px; + padding-top: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + padding-bottom: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + padding-bottom: 2px; + padding-top: 2px; +} + +.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons { + font-size: 10px; + height: 24px; + padding: 12px; + width: 24px; +} + +.e-small .e-upload.e-rtl .e-file-select-wrap { + padding: 12px 12px 12px 0; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 10px; + padding-top: 6px; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #ff6161; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #969696; + display: block; + font-size: 11px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #ff6161; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #ff6161; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 38px; +} + +.e-upload { + border: 1px solid #969696; +} + +.e-upload .e-file-drop { + color: #fff; +} + +.e-upload .e-upload-files { + border-top: 1px solid #969696; +} + +.e-upload .e-upload-files .e-upload-file-list { + border-bottom: 1px solid #969696; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + color: #fff; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + color: #fff; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + color: #969696; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: #fff; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success { + color: #2bc700; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails { + color: #ff6161; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails { + color: #ff6161; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap { + background-color: #333; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress { + background: #ffd939; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success { + background: #2bc700; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed { + background: #ff6161; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text { + color: #fff; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons { + color: #fff; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-play-btn.e-icons:hover { + color: #fff; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-upload .e-upload-files .e-clear-icon-focus { + background-color: #685708; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-upload-drag-hover { + outline: 2px dashed #ffd939; +} + +.e-dialog .e-icon-dlg-close::before { + content: '\e7a7'; + position: relative; +} + +.e-dialog .e-icon-dlg-close { + opacity: initial; +} + +.e-dialog .e-icon-dlg-close:active { + opacity: initial; +} + +.e-dialog .e-icon-dlg-close:hover { + opacity: initial; +} + +.e-dialog .e-south-east::before, +.e-dialog .e-south-west::before { + content: '\eb06'; +} + +/*! dialog layout */ +.e-dialog { + border: 1px solid #969696; + border-radius: 0; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; +} + +.e-dialog.e-popup { + width: 100%; +} + +.e-dialog.e-dlg-resizable { + -ms-touch-action: none; + touch-action: none; +} + +.e-dialog .e-dlg-header-content { + border-radius: 1px 1px 0 0; + line-height: normal; +} + +.e-dialog .e-dlg-header-content + .e-dlg-content { + padding-top: 0; +} + +.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close { + font-size: 16px; + width: 16px; +} + +.e-dialog .e-dlg-header { + display: block; + font-size: 21px; + font-weight: 100; + overflow: hidden; + text-overflow: ellipsis; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: top; + white-space: nowrap; + width: 80%; +} + +.e-dialog .e-dlg-modal { + position: fixed; +} + +.e-dialog .e-scroll-disabled { + overflow: hidden !important; +} + +.e-dialog .e-dlg-content { + display: block; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-size: 14px; + font-weight: 300; + line-height: 1.5; + overflow: auto; + overflow-x: hidden; +} + +.e-dialog .e-footer-content { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top: none; + bottom: 0; + display: block; + right: 0; + width: 100%; +} + +.e-dialog .e-footer-content { + text-align: right; +} + +.e-dialog .e-resize-handle { + height: 15px; + position: absolute; + width: 15px; +} + +.e-dialog .e-resize-handle.e-south-east { + bottom: 0; + cursor: nwse-resize; + right: 0; +} + +.e-bigger.e-dialog .e-dlg-header-content, +.e-bigger .e-dialog .e-dlg-header-content { + padding: 25px 23.25px 11px; +} + +.e-bigger.e-dialog .e-dlg-header, +.e-bigger .e-dialog .e-dlg-header { + font-size: 21px; +} + +.e-bigger.e-dialog .e-dlg-content, +.e-bigger .e-dialog .e-dlg-content { + font-size: 14px; + padding: 35px 31.25px 12.5px; +} + +.e-bigger.e-dialog .e-footer-content, +.e-bigger .e-dialog .e-footer-content { + padding: 0 31.25px 25px; +} + +.e-bigger.e-dialog .e-footer-content .e-btn, +.e-bigger .e-dialog .e-footer-content .e-btn { + margin-left: 10px; +} + +.e-bigger.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + bottom: 4px; + height: 40px; + left: 12px; + width: 40px; +} + +.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close, +.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close { + font-size: 16px; + width: 16px; +} + +.e-bigger.e-rtl .e-footer-content .e-btn, +.e-bigger .e-rtl .e-footer-content .e-btn { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-dlg-header-content + .e-dlg-content { + padding-top: 0; +} + +.e-dialog .e-dlg-header-content { + border-bottom: none; + padding: 20px 23px 19px; +} + +.e-dialog .e-dlg-content { + padding: 28px 25px 10px; +} + +.e-dialog .e-footer-content { + padding: 20px 25px 20px; +} + +.e-dialog .e-footer-content .e-btn { + margin-left: 8px; +} + +.e-rtl .e-footer-content .e-btn { + margin-right: 8px; +} + +.e-dialog.e-draggable .e-dlg-header-content { + cursor: move; +} + +.e-dialog { + max-height: 98%; + max-width: 100%; + min-width: 240px; +} + +.e-rtl .e-footer-content .e-btn { + margin-left: 0; +} + +.e-rtl .e-footer-content { + text-align: left; +} + +.e-rtl .e-footer-content { + text-align: left; +} + +.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + float: left; +} + +.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + background-color: transparent; + border-color: transparent; + border-radius: 0; + bottom: 0; + float: right; + height: 32px; + left: 7px; + position: relative; + width: 32px; +} + +.e-rtl.e-dialog .e-resize-handle.e-south-west { + bottom: 2px; + cursor: sw-resize; + left: 2px; + transform: rotate(90deg); +} + +.e-dlg-overlay { + height: 100%; + left: 0; + opacity: 0.5; + position: fixed; + top: 0; + transition: opacity .15s linear; + width: 100%; +} + +.e-dlg-overlay.e-fade { + opacity: 0; +} + +.e-dlg-overflow-hidden { + overflow: auto; +} + +.e-dlg-fullscreen { + height: 100% !important; + left: 0 !important; + top: 0 !important; + width: 100% !important; +} + +.e-popup.e-popup-open.e-dialog { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-dlg-container { + -ms-flex-align: start; + align-items: flex-start; + display: none; + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; +} + +.e-dlg-center-center { + -webkit-align-items: center; + -webkit-justify-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; +} + +.e-dlg-left-center { + -webkit-align-items: center; + -webkit-justify-content: flex-start; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-center { + -webkit-align-items: center; + -webkit-justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-left-top { + -webkit-align-items: flex-start; + -webkit-justify-content: flex-start; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-top { + -webkit-align-items: flex-start; + -webkit-justify-content: flex-end; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-center-top { + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; +} + +.e-dlg-left-bottom { + -webkit-align-items: flex-end; + -webkit-justify-content: flex-start; + -ms-flex-align: end; + align-items: flex-end; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-bottom { + -webkit-align-items: flex-end; + -webkit-justify-content: flex-end; + -ms-flex-align: end; + align-items: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-center-bottom { + -webkit-align-items: center; + -webkit-justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dialog .e-btn.e-dlg-closeicon-btn:hover, +.e-dialog .e-btn.e-dlg-closeicon-btn:focus, +.e-dialog .e-btn.e-dlg-closeicon-btn:active { + background-color: #ffd939; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-content-placeholder.e-dialog.e-placeholder-dialog { + background-size: 400px 210px; + min-height: 210px; +} + +.e-bigger .e-content-placeholder.e-dialog.e-placeholder-dialog, +.e-bigger.e-content-placeholder.e-dialog.e-placeholder-dialog { + background-size: 400px 220px; + min-height: 220px; +} + +@media (min-width: 768px) { + .e-alert-dialog.e-dialog.e-popup, + .e-confirm-dialog.e-dialog.e-popup { + margin: 30px auto; + width: 600px; + } +} + +@media (max-width: 768px) { + .e-alert-dialog.e-dialog.e-popup, + .e-confirm-dialog.e-dialog.e-popup { + margin: 30px auto; + width: auto; + } +} + +.e-dialog { + background-color: #000; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.4); +} + +.e-dlg-overlay { + background-color: #383838; +} + +.e-footer-content { + background-color: #000; +} + +.e-dlg-header, +.e-dlg-header * { + color: #fff; + font-size: 21px; + font-weight: 100; +} + +.e-dlg-content { + color: #fff; +} + +.e-device .e-dlg-content, +.e-device .e-dlg-content * { + font-size: 15px; +} + +.e-dlg-header-content { + background-color: #000; +} + +.e-dlg-content { + background-color: #000; +} + +.e-icon-dlg-close { + color: #fff; +} + +.e-dialog .e-btn.e-dlg-closeicon-btn:hover span { + color: #000; +} + +.e-icon-dlg-close:active { + border-radius: 50%; + color: #000; + opacity: 1; +} + +.e-icon-dlg-close:hover { + color: #000; +} + +.e-dlg-header-content .e-dlg-closeicon-btn:hover { + background-color: #000; +} + +.e-dlg-header-content .e-dlg-closeicon-btn:active { + background-color: transparent; +} + +.e-south-east, +.e-south-west { + color: #fff; +} + +/*! hscroll icons */ +.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before { + content: '\e904'; +} + +.e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before { + content: '\e913'; +} + +.e-hscroll.e-rtl .e-nav-left-arrow::before { + content: '\e830'; +} + +.e-hscroll.e-rtl .e-nav-right-arrow::before { + content: '\e829'; +} + +.e-hscroll.e-scroll-device .e-nav-right-arrow::before { + content: '\e913'; +} + +.e-hscroll.e-scroll-device .e-nav-left-arrow::before { + content: '\e904'; +} + +.e-hscroll .e-nav-left-arrow::before { + content: '\e829'; + line-height: normal; +} + +.e-hscroll .e-nav-right-arrow::before { + content: '\e830'; + line-height: normal; +} + +/*! h-scroll layout */ +.e-bigger .e-hscroll, +.e-hscroll.e-bigger { + min-height: 50px; +} + +.e-bigger .e-hscroll:not(.e-scroll-device), +.e-hscroll.e-bigger:not(.e-scroll-device) { + padding: 0 50px; +} + +.e-bigger .e-hscroll.e-scroll-device, +.e-hscroll.e-bigger.e-scroll-device { + padding-right: 50px; +} + +.e-bigger .e-hscroll.e-rtl.e-scroll-device, +.e-hscroll.e-bigger.e-rtl.e-scroll-device { + padding-left: 50px; + padding-right: initial; +} + +.e-bigger .e-hscroll .e-nav-arrow.e-icons, +.e-hscroll.e-bigger .e-nav-arrow.e-icons { + font-size: 18px; +} + +.e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay, +.e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay { + left: 50px; +} + +.e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay, +.e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay { + right: 50px; +} + +.e-bigger .e-hscroll .e-scroll-nav, +.e-hscroll.e-bigger .e-scroll-nav { + min-height: 50px; + width: 50px; +} + +.e-hscroll { + display: block; + position: relative; + width: inherit; +} + +.e-hscroll.e-rtl.e-scroll-device { + padding-left: 50px; + padding-right: initial; +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(-6px); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay { + left: 52px; + right: auto; + transform: skewX(-16deg) translateX(-6px); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay { + left: auto; + right: 0; +} + +.e-hscroll:not(.e-scroll-device) { + padding: 0 40px; +} + +.e-hscroll.e-scroll-device { + padding-right: 50px; +} + +.e-hscroll.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(6px); + width: 52px; +} + +.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow { + font-size: 14px; + transform: skewX(16deg); +} + +.e-hscroll.e-scroll-device .e-scroll-overlay { + opacity: 0.5; + pointer-events: none; + position: absolute; + top: 0; + z-index: 100; +} + +.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay { + left: auto; + right: 52px; + transform: skewX(-16deg) translateX(6px); +} + +.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay { + left: 0; + right: auto; +} + +.e-hscroll.e-overlay .e-hscroll-content > * { + pointer-events: none; +} + +.e-hscroll > * { + height: inherit; +} + +.e-hscroll .e-hscroll-content { + display: inline-block; + height: inherit; + position: relative; + -ms-touch-action: none; + touch-action: none; +} + +.e-hscroll .e-hscroll-content > * { + pointer-events: auto; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav { + left: 0; + right: auto; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav { + left: auto; + right: 0; +} + +.e-hscroll .e-scroll-nav { + -ms-flex-align: center; + align-items: center; + bottom: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 100%; + min-height: 40px; + overflow: hidden; + position: absolute; + top: 0; + width: 40px; +} + +.e-hscroll .e-scroll-nav.e-scroll-left-nav { + left: 0; +} + +.e-hscroll .e-scroll-nav.e-scroll-right-nav { + right: 0; +} + +.e-hscroll .e-scroll-nav.e-ie-align { + display: table; +} + +.e-hscroll .e-nav-arrow { + position: relative; +} + +.e-hscroll .e-nav-arrow.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay { + pointer-events: none; +} + +/*! h-scroll theme */ +.e-hscroll .e-icons { + color: #ffd939; +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + border-color: #fff; + box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + background-color: #262626; + border-color: #fff; + border-width: 1px; + box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow { + color: #ffd939; +} + +.e-hscroll .e-scroll-overlay { + background-color: transparent; + background-repeat: repeat-x; +} + +.e-hscroll .e-scroll-overlay.e-scroll-left-overlay { + background-image: linear-gradient(-270deg, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%); +} + +.e-hscroll .e-scroll-overlay.e-scroll-right-overlay { + background-image: linear-gradient(-270deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%); +} + +.e-hscroll.e-rtl .e-scroll-nav { + background: #000; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav { + border-left: 1px solid #fff; + border-right: 0; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav { + border-left: 0; + border-right: 1px solid #fff; +} + +.e-hscroll.e-rtl .e-scroll-nav:hover { + background: #685708; + border: ""; + border-color: ""; + color: #fff; +} + +.e-hscroll.e-rtl .e-scroll-nav:hover:active { + background: #ffd939; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover { + background: #685708; + border: ""; + color: #fff; + border: 2px solid #fff; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover:active { + border: 0; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus { + background: #685708; + border: ""; + border-color: ""; + color: #fff; + background: inherit; + border: 2px solid #fff; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active { + background: #ffd939; + border: ""; + box-shadow: ""; + color: #fff; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons { + color: #000; +} + +.e-hscroll .e-scroll-nav { + background: #000; +} + +.e-hscroll .e-scroll-nav.e-scroll-left-nav { + border-right: 1px solid #fff; +} + +.e-hscroll .e-scroll-nav.e-scroll-right-nav { + border-left: 1px solid #fff; +} + +.e-hscroll .e-scroll-nav::after { + content: ''; +} + +.e-hscroll .e-scroll-nav:active::after { + content: ''; +} + +/*! component's theme wise override definitions and variables */ +/*! vscroll icons */ +.e-vscroll.e-scroll-device .e-nav-up-arrow::before { + content: '\e85e'; +} + +.e-vscroll.e-scroll-device .e-nav-down-arrow::before { + content: '\e84f'; +} + +.e-vscroll .e-nav-up-arrow::before { + content: '\e910'; + line-height: normal; +} + +.e-vscroll .e-nav-down-arrow::before { + content: '\e916'; + line-height: normal; +} + +/*! v-scroll layout */ +.e-bigger .e-vscroll:not(.e-scroll-device), +.e-vscroll.e-bigger:not(.e-scroll-device) { + padding: 50px 0; +} + +.e-bigger .e-vscroll .e-icons, +.e-vscroll.e-bigger .e-icons { + font-size: 18px; +} + +.e-bigger .e-vscroll.e-rtl .e-scroll-overlay.e-scroll-down-overlay, +.e-vscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-down-overlay { + left: 50px; +} + +.e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay, +.e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay { + right: 50px; +} + +.e-bigger .e-vscroll .e-scroll-nav, +.e-vscroll.e-bigger .e-scroll-nav { + height: 50px; +} + +.e-vscroll { + display: block; + position: relative; + width: inherit; +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(-6px); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay { + left: 52px; + right: auto; + transform: skewX(-16deg) translateX(-6px); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay { + left: auto; + right: 0; +} + +.e-vscroll:not(.e-scroll-device) { + padding: 0 40px; +} + +.e-vscroll.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(6px); + width: 52px; + z-index: 1001; +} + +.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow { + font-size: 14px; + transform: skewX(16deg); +} + +.e-vscroll.e-scroll-device .e-scroll-overlay { + opacity: 0.5; + pointer-events: none; + position: absolute; + top: 0; + z-index: 100; +} + +.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay { + left: auto; + right: 52px; + transform: skewX(-16deg) translateX(6px); +} + +.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay { + left: 0; + right: auto; +} + +.e-vscroll > * { + height: inherit; +} + +.e-vscroll .e-vscroll-content { + display: inline-block; + height: auto; + position: relative; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-vscroll .e-vscroll-content > * { + pointer-events: auto; +} + +.e-vscroll.e-rtl .e-scroll-nav.e-scroll-up-nav { + left: auto; + right: 0; +} + +.e-vscroll.e-rtl .e-scroll-nav.e-scroll-down-nav { + left: 0; + right: auto; +} + +.e-vscroll .e-scroll-nav { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 40px; + overflow: hidden; + position: absolute; + width: 100%; +} + +.e-vscroll .e-scroll-nav.e-scroll-up-nav { + top: 0; +} + +.e-vscroll .e-scroll-nav.e-scroll-down-nav { + bottom: 0; +} + +.e-vscroll .e-scroll-nav.e-ie-align { + display: table; +} + +.e-vscroll .e-nav-arrow { + position: relative; +} + +.e-vscroll .e-nav-arrow.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +/*! v-scroll theme */ +.e-vscroll .e-icons { + color: #ffd939; +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + border-color: #fff; + box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + background-color: #262626; + border-color: #fff; + border-width: 1px; + box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow { + color: #ffd939; +} + +.e-vscroll .e-scroll-overlay { + background-color: transparent; + background-repeat: repeat-x; +} + +.e-vscroll .e-scroll-overlay.e-scroll-up-overlay { + background-image: linear-gradient(-270deg, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%); +} + +.e-vscroll .e-scroll-overlay.e-scroll-down-overlay { + background-image: linear-gradient(-270deg, rgba(26, 26, 26, 0) 0%, #1a1a1a 100%); +} + +.e-vscroll.e-rtl .e-scroll-nav { + background: #000; +} + +.e-vscroll.e-rtl .e-scroll-nav:hover { + background: #685708; + border: ""; + border-color: ""; + color: #fff; +} + +.e-vscroll.e-rtl .e-scroll-nav:hover:active { + background: #ffd939; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover { + background: #685708; + border: ""; + color: #fff; + border: 1px solid #fff; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover:active { + border: 0; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus { + background: #685708; + border: ""; + border-color: ""; + color: #fff; + background: inherit; + border: 2px solid #fff; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active { + background: #ffd939; + border: ""; + box-shadow: ""; + color: #fff; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active .e-icons { + color: #000; +} + +.e-vscroll .e-scroll-nav { + background: #000; +} + +.e-vscroll .e-scroll-nav.e-scroll-up-nav { + border-bottom: 1px solid #fff; +} + +.e-vscroll .e-scroll-nav.e-scroll-down-nav { + border-top: 1px solid #fff; +} + +.e-vscroll .e-scroll-nav::after { + content: ''; +} + +.e-vscroll .e-scroll-nav:active::after { + content: ''; +} + +/*! component's theme wise override definitions and variables */ +/*! toolbar icons */ +.e-toolbar .e-popup-down-icon::before { + content: '\e84f'; + line-height: normal; +} + +.e-toolbar .e-popup-up-icon::before { + content: '\e85e'; + line-height: normal; +} + +/*! toolbar layout */ +.e-bigger .e-toolbar, +.e-toolbar.e-bigger { + height: 50px; + min-height: 50px; +} + +.e-bigger .e-toolbar .e-tbar-btn .e-icons, +.e-toolbar.e-bigger .e-tbar-btn .e-icons { + font-size: 18px; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child { + margin: 0; + margin-left: 3px; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: initial; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-hor-nav, +.e-toolbar.e-bigger .e-hor-nav { + min-height: 49px; + min-width: 50px; +} + +.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 35px; +} + +.e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon { + line-height: 34px; + min-height: 34px; + min-width: 25px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + line-height: inherit; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + min-width: 48px; + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + min-width: 25px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn { + min-height: 45px; + padding: 0 12.5px 0 0; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin-left: 0; + padding: 0 12.5px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0 12.5px; +} + +.e-bigger .e-toolbar .e-toolbar-items, +.e-toolbar.e-bigger .e-toolbar-items { + min-height: 49px; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow { + margin-left: 12.5px; + margin-right: 12.5px; + white-space: normal; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) { + margin: 1.5px 0; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator { + display: none; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item { + min-height: 49px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 49px; + padding: 0 1.5px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator { + height: 30px; + margin: 10px 5px; + min-height: 30px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: inherit; + margin: 0; + min-height: 49px; + min-width: 50px; + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0 0 0 15px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon { + padding: 0 12px 0 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 15px 0 10px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended { + min-height: 50px; + padding-bottom: 0; + padding-left: 3px; + padding-right: 3px; + padding-top: 0; + margin-left: -1px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close { + display: none; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open { + display: inline; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended { + width: inherit; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended { + box-shadow: none; + display: inline; + white-space: normal; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) { + margin: 1.5px 0; + min-width: 49px; + padding: 0 1.5px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator { + display: none; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 49px; + vertical-align: middle; + width: auto; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 15px 0 10px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: inherit; + margin: 0; + min-height: 49px; + min-width: 50px; + padding: 0; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 35px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + height: 30px; + margin: 10px 5px; + min-height: 30px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon { + line-height: 34px; + min-height: 34px; + min-width: 25px; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav, +.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended { + padding-right: 3px; + margin-left: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-height: 38px; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + height: auto; + margin: 5px 10px; + min-height: auto; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + margin: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-hor-nav, +.e-toolbar.e-bigger.e-vertical .e-hor-nav { + min-height: 40px; + min-width: 50px; +} + +.e-toolbar { + border-radius: ""; + display: block; + height: 40px; + min-height: 40px; + position: relative; + -ms-touch-action: none; + touch-action: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended { + padding-right: 3px; + margin-left: 0; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left { + padding-left: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align { + display: table; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + min-height: 40px; + padding-bottom: 0; + padding-left: 3px; + padding-right: 3px; + padding-top: 0; + margin-left: -1px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open { + display: inline; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended { + width: inherit; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended { + box-shadow: none; + display: inline; + white-space: normal; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) { + margin: 1px 0; + height: 100%; + min-width: 34px; + padding: 0 1px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 39px; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 12px 0 8px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text { + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 14px; + line-height: inherit; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: inherit; + margin: 0; + min-height: 39px; + min-width: 40px; + padding: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 25px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + margin: 7.5px 3px; + min-height: 25px; + min-width: 1px; + vertical-align: middle; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) { + line-height: 25px; + min-height: 25px; + min-width: 20px; + padding: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) { + height: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + font-size: 14px; + vertical-align: middle; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn { + cursor: pointer; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 16px; + font-weight: 400; + overflow: hidden; + padding: 0; + text-align: center; + text-decoration: none; + text-transform: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child { + display: inline-block; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + text-overflow: ellipsis; +} + +.e-toolbar.e-control[class*='e-toolbar'] { + box-sizing: content-box; +} + +.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar .e-tbar-btn-text, +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: inline-block; + padding: 0 12px 0 8px; +} + +.e-toolbar.e-hidden, +.e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden { + display: none; +} + +.e-toolbar.e-corner { + border-radius: 0; +} + +.e-toolbar .e-toolbar-pop { + border-radius: ""; + overflow: hidden; + padding: 0; + position: absolute; +} + +.e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + width: auto; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden { + display: none; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: start; + justify-content: flex-start; + min-height: 36px; + padding: 0 10px 0 0; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + padding: 0 10px; + width: auto; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0 10px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + min-width: 20px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + min-width: 34px; + padding: 0; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control { + text-align: center; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon { + min-width: 100%; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: auto; + -ms-flex-pack: center; + justify-content: center; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item > * { + height: 100%; + min-width: 100%; + text-overflow: ellipsis; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar .e-toolbar-pop .e-toolpopup { + text-align: center; +} + +.e-toolbar .e-toolbar-popup { + text-align: center; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child { + margin: 0; + margin-left: 3px; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: initial; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: auto; + right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right { + left: 0; + right: auto; +} + +.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child, +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child, +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child { + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; + border-radius: "" 0 0 ""; +} + +.e-toolbar .e-hor-nav { + -ms-flex-align: center; + align-items: center; + border-radius: 0 "" "" 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 100%; + min-height: 39px; + overflow: hidden; + position: absolute; + right: 0; + top: 0; + width: 40px; +} + +.e-toolbar .e-hor-nav.e-ie-align { + display: table; +} + +.e-toolbar .e-popup-down-icon.e-icons, +.e-toolbar .e-popup-up-icon.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 25px; +} + +.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + line-height: 25px; + min-height: 25px; +} + +.e-toolbar .e-toolbar-items { + border-radius: "" 0 0 ""; + display: inline-block; + height: 100%; + min-height: 39px; + vertical-align: middle; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow { + margin-bottom: 1px; + margin-left: 10px; + margin-right: 10px; + white-space: normal; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item:not(.e-separator) { + margin: 1px 0; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator { + display: none; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left, +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center, +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right { + display: inline; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos { + display: block; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + display: table; + height: 100%; + top: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left { + position: absolute; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + right: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: 0; + line-height: 35px; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center { + margin: 0 auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-left, +.e-toolbar .e-toolbar-items .e-toolbar-center, +.e-toolbar .e-toolbar-items .e-toolbar-right { + display: inline-block; +} + +.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child, +.e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 39px; + vertical-align: middle; + width: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + height: 100%; + min-width: 34px; + padding: 0 1px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + margin: 7.5px 3px; + min-height: 24px; + min-width: 1px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item input[type='checkbox'] { + height: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + height: inherit; + margin: 0; + min-height: 39px; + min-width: 40px; + padding: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + outline: none; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0 0 0 12px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon { + padding: 0 15px 0 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + min-width: 20px; + width: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item > * { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + text-overflow: ellipsis; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + height: 24px; + vertical-align: middle; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator { + display: none; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:first-of-type { + display: none; +} + +.e-toolbar .e-tbar-btn > :first-child { + display: inline-block; +} + +.e-toolbar .e-tbar-btn { + border: none; + cursor: pointer; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 16px; + font-weight: 400; + overflow: hidden; + padding: 0; + text-align: center; + text-decoration: none; + text-transform: none; +} + +.e-toolbar .e-tbar-btn .e-icons.e-btn-icon { + font-size: 16px; + vertical-align: middle; +} + +.e-toolbar .e-tbar-btn div { + vertical-align: middle; +} + +.e-toolbar .e-tbar-btn .e-tbar-btn-text { + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 14px; + line-height: inherit; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-vertical { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left { + bottom: 0; + top: auto; +} + +.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right { + bottom: auto; + top: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center, +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right { + height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: auto; + right: auto; + top: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right { + bottom: 0; + left: auto; + right: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item { + display: -ms-flexbox; + display: flex; + height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 33px; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + height: auto; + margin: 3px 7.5px; + min-height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + margin: 0; +} + +.e-toolbar.e-vertical .e-hor-nav { + bottom: 0; + height: auto; + left: 0; + min-height: 40px; + min-width: 50px; + right: auto; + top: auto; + width: auto; +} + +/*! toolbar theme */ +.e-toolbar { + -webkit-tap-highlight-color: transparent; + background: #000; + border: 1px solid #fff; + box-shadow: none; +} + +.e-toolbar.e-vertical .e-hor-nav { + border: solid #fff; + border-width: 1px 0 0 0; +} + +.e-toolbar.e-vertical.e-rtl .e-hor-nav { + border: solid #fff; + border-width: 0 0 1px 0; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + border-width: 0 0 1px 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay { + background: #000; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + border: solid #fff; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #fff; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn { + background: #000; + box-shadow: none; + color: #fff; + border: 2px solid #000; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus { + background: inherit; + border-color: #fff; + border-radius: ""; + color: #fff; + border: 2px solid #fff; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus:active { + background: #ffd939; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover { + background: #685708; + border-color: #fff; + border-radius: ""; + color: #fff; + border: 2px solid #fff; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover .e-icons { + color: #fff; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:focus .e-icons, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:focus .e-tbar-btn-text { + color: #fff; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-icons, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover:active .e-tbar-btn-text { + color: #000; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active { + background: #ffd939; + border-color: #ffd939; + border-radius: ""; + box-shadow: ""; + color: #000; + color: #000; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-icons, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active .e-tbar-btn-text { + color: #000; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text { + color: #fff; +} + +.e-toolbar .e-icons { + color: #fff; +} + +.e-toolbar .e-toolbar-pop { + background: #000; + border: 1px solid #fff; + box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21); +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text { + color: #fff; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-btn:focus { + outline: none; +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) { + background: #ffd939; + border: ""; + border-left: 1px solid #ffd939; + box-shadow: ""; +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:focus, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav):focus { + border: 2px solid #fff; +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons { + color: #000; +} + +.e-toolbar .e-tbar-btn { + background: #000; + box-shadow: none; + color: #fff; + border: 2px solid #000; +} + +.e-toolbar .e-tbar-btn:focus { + background: inherit; + border-color: #fff; + border-radius: ""; + color: #fff; + border: 2px solid #fff; +} + +.e-toolbar .e-tbar-btn:focus:active { + background: #ffd939; +} + +.e-toolbar .e-tbar-btn:hover { + background: #685708; + border-color: #fff; + border-radius: ""; + color: #fff; + border: 2px solid #fff; +} + +.e-toolbar .e-tbar-btn:hover .e-icons { + color: #fff; +} + +.e-toolbar .e-tbar-btn:hover:focus .e-icons, +.e-toolbar .e-tbar-btn:hover:focus .e-tbar-btn-text { + color: #fff; +} + +.e-toolbar .e-tbar-btn:hover:active .e-icons, +.e-toolbar .e-tbar-btn:hover:active .e-tbar-btn-text { + color: #000; +} + +.e-toolbar .e-toolbar-items { + background: #000; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay { + background: #000; + opacity: 1; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text { + color: #757575; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons { + color: #757575; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + color: #fff; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border: solid #fff; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-rtl .e-hor-nav { + background: #000; + border: solid #fff; + border-left: 0; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover { + background: #685708; + color: #fff; +} + +.e-toolbar .e-hor-nav { + background: #000; + border: solid #fff; + border-width: 0 0 0 1px; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav)::after { + content: ''; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active { + border: ""; + box-shadow: ""; + color: #000; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active::after { + content: ''; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):hover { + background: #685708; + border-left: ""; + color: #fff; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):hover:not(.e-nav-active) { + border: 2px solid #fff; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):hover:active { + background: #ffd939; + border: 0; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):focus { + background: #685708; + border-color: #fff; + border-left: ""; + color: #000; + background: inherit; + border: 2px solid #fff; +} + +.e-toolbar .e-tbar-btn:active { + background: #ffd939; + border-color: #ffd939; + border-radius: ""; + box-shadow: ""; + color: #000; + color: #000; +} + +.e-toolbar .e-tbar-btn:active .e-icons, +.e-toolbar .e-tbar-btn:active .e-tbar-btn-text { + color: #000; +} + +/*! Fabric theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +/*! HighContrast specific themes definition's */ +/*! Vertical Tab */ +/*! tab icons */ +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before { + content: '\e219'; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before { + content: '\e98f'; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before { + content: '\e98f'; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + content: '\e219'; +} + +.e-tab .e-tab-header .e-close-icon::before { + content: '\e7fc'; + position: relative; +} + +.e-tab .e-tab-header .e-popup-up-icon::before { + content: '\e85e'; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-popup-up-icon::before { + content: '\e976'; + } +} + +.e-tab .e-tab-header .e-popup-down-icon::before { + content: '\e84f'; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-popup-down-icon::before { + content: '\e976'; + } +} + +@media screen and (max-width: 480px) { + .e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before { + content: '\e85e'; + } + .e-tab.e-vertical-icon .e-tab-header .e-popup-down-icon::before { + content: '\e84f'; + } +} + +.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before { + content: '\e84f'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before { + content: '\e85e'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before { + content: 'More'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::after { + content: '\e85e'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::before { + content: 'More'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::after { + content: '\e84f'; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::before { + content: ''; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::after { + content: '\ebb7'; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::before { + content: ''; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::after { + content: '\ebb7'; +} + +/*! tab layout */ +.e-bigger .e-tab .e-tab-header, +.e-tab.e-bigger .e-tab-header { + height: 50px; + min-height: 50px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items, +.e-tab.e-bigger .e-tab-header .e-toolbar-items { + height: auto; + min-height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 14px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav { + width: 50px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 50px; + margin: 0 14px 0 0; + min-height: 50px; + min-width: auto; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 8px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap { + height: 50px; + height: 46px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 15px; + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active { + margin: 0 14px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active, + .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 46px; + margin-top: 0; + height: 46px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 50px; + height: 46px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap { + padding: 2px 0 0 0; + padding: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + cursor: pointer; + margin: 0 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + margin: 0 0 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + height: 20px; + min-width: 20px; + width: 20px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon, +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 20px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + padding: 0 8px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + right: 8px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 10px 0 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 10px; +} + +.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-right: 22px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 45px; + min-height: 45px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 45px; + padding: 0 16px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + padding: 0 12px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap { + height: 45px; + height: 41px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'], +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 8px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'], + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before { + top: 1px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + right: 16px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav { + height: 50px; + min-height: 50px; + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-scroll-nav, + .e-tab.e-bigger .e-tab-header .e-scroll-nav { + padding: 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0 10px; +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-left-nav { + padding: 0 10px; +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, + .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + font-size: 14px; + line-height: 32px; + top: 0; + vertical-align: initial; + top: -2px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav, +.e-tab.e-bigger .e-tab-header .e-hor-nav { + height: 50px; + min-height: 50px; + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav, + .e-tab.e-bigger .e-tab-header .e-hor-nav { + padding: 0 8px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 14px; + line-height: 32px; + top: 0; + vertical-align: initial; + top: -2px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + top: 0; + top: -2px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + top: 0; + top: -2px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 20px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 17px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 14px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active, + .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text { + padding-top: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child, + .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-icon-close::before, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-icon-close::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-icon-close::before, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-icon-close::before { + top: -1px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + padding: 0; + height: 46px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap { + height: 50px; + height: auto; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap { + height: initial; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active { + height: 46px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical, +.e-tab.e-bigger .e-tab-header.e-vertical { + max-width: 150px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before, +.e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 23px; + top: 23px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before, + .e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 0; + top: 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device), +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + right: -22px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon { + min-height: 50px; + min-width: 50px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav, +.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav { + height: 24px; + min-height: 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow, +.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav { + padding: 0 8px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + line-height: 48px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + font-size: 15px; + line-height: 48px; + margin: 0 0 0 8px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items, +.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items { + height: auto; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header, +.e-tab.e-bigger.e-vertical-icon .e-tab-header { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items { + height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before, +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before { + bottom: -10px; + top: auto; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav { + height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav { + height: 72px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before, + .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + } +} + +.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items, +.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav, +.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav { + height: 24px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 50px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 50px; + height: 46px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 71px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus { + height: 45px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 45px; + height: 41px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 50px; +} + +.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 50px; + padding: 0; + height: 46px; +} + +.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft, +.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft { + height: 46px; +} + +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 20px; +} + +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 17px; +} + +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 18px; +} + +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 13px; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-close-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-close-icon::before { + top: -1px; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before { + top: 0; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + top: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header, +.e-tab.e-bigger.e-fill .e-tab-header { + height: 48px; + min-height: 48px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header, + .e-tab.e-bigger.e-fill .e-tab-header { + height: 48px; + min-height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items { + height: auto; + min-height: 48px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items { + min-height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 48px; + margin: 0; + min-height: 48px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator), + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 48px; + min-height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 70px; + min-height: 70px; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 48px; + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 48px; + padding: 0 10px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 48px; + height: 44px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + height: 44px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 48px; + height: 44px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 48px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 70px; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + height: auto; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 46px; + height: 44px; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 48px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 48px; + height: 44px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 44px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before { + top: 1px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 69px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; + } +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header.e-horizontal-bottom .e-tab-wrap:focus .e-text-wrap { + height: 44px; +} + +.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header, +.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header { + height: 70px; + min-height: 70px; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; + } +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 50px; + height: 46px; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:hover.e-itop .e-text-wrap, .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:hover.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:hover.e-itop .e-text-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:hover.e-ibottom .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-bigger .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 0 0 14px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 14px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 8px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 8px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 8px 0 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: 8px; + right: auto; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-left: 22px; + margin-right: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 8px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + left: 16px; + right: auto; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 12px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-hor-nav, +.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-right-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-hor-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-right-nav { + padding: 0 10px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-left-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-left-nav { + padding: 0 10px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + left: -22px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav { + padding: 0 8px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after, +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after { + margin: 0 8px 0 0; +} + +.e-tab { + display: block; + position: relative; +} + +.e-tab.e-hidden { + display: none; +} + +.e-tab.e-fill-mode .e-content, +.e-tab.e-fill-mode .e-content .e-item, +.e-tab.e-fill-mode .e-content .e-item > div, +.e-tab.e-fill-mode .e-content .e-item > div > .e-blazor-template { + height: 100%; +} + +.e-tab .e-tab-header { + height: 40px; + min-height: 40px; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header::before { + content: ''; + position: absolute; +} + +.e-tab .e-tab-header:not(.e-vertical)::before { + bottom: 0; + top: 0; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-items { + height: auto; + margin: 0; + min-height: 40px; + position: relative; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items { + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 8px 0 0; +} + +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device { + padding: 0; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav { + display: none; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-hscroll-bar { + padding: 0 1px; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav { + width: 40px; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-tab .e-tab-header .e-hscroll-bar { + overflow: hidden; +} + +.e-tab .e-tab-header .e-indicator { + display: none; + position: absolute; +} + +.e-tab .e-tab-header .e-indicator.e-hidden { + display: none; +} + +.e-tab .e-tab-header:not(.e-vertical) .e-indicator { + bottom: 0; + height: 2px; + left: 0; + right: 0; + transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1); +} + +.e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.e-tab .e-tab-header .e-toolbar-item.e-hidden { + display: none; +} + +.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 40px; + margin: 0 8px 0 0; + min-height: 40px; + min-width: auto; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 40px; + padding: 0 8px; + width: 100%; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 50px; + padding: 0 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-text-wrap { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 40px; + height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-text-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-text { + display: inherit; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; + text-transform: capitalize; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 15px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active { + margin: 0 8px 0 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active { + margin: 0 8px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 36px; + margin-top: 0; + height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 46px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 600; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 40px; + padding: 2px 0 0 0; + height: 36px; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-wrap .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-wrap:focus .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + display: none; + margin: 0 0 0 8px; + min-width: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + margin: 0 0 0 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon, +.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-close-icon, + .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + top: 1px; +} + +@media screen\0 { + .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + top: 1px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + display: -ms-inline-flexbox; + display: inline-flex; + height: 20px; + min-width: 20px; + width: 20px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + height: 20px; + width: 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 18px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-icon, + .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + -ms-flex-pack: center; + justify-content: center; + padding: 0 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + padding: 0 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom { + height: 62px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom { + height: 72px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 62px; + position: relative; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + display: block; + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap { + height: 62px; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + position: absolute; + right: 8px; + top: calc(50% - 6px); +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + right: 8px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 8px 0 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 10px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 10px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top, +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + margin: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop { + overflow-y: auto; + padding: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 36px; + min-height: 36px; + min-width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 45px; + min-height: 45px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 36px; + padding: 0 16px; + text-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 45px; + padding: 0 12px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap { + height: 36px; + width: 100%; + height: 32px; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + display: -ms-inline-flexbox; + display: inline-flex; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + margin: 0 0 0 8px; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before { + top: 1px; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 40px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 50px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap { + display: -ms-inline-flexbox; + display: inline-flex; + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + display: block; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 0 10px; + padding-left: 0; + padding-right: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 0 12px; + padding-left: 0; + padding-right: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + right: 16px; + top: initial; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon { + -ms-flex-align: center; + align-items: center; + -ms-flex-item-align: center; + align-self: center; + display: -ms-inline-flexbox; + display: inline-flex; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon { + display: none; + } +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon { + display: -ms-inline-flexbox; + display: inline-flex; + } +} + +.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-right: 20px; +} + +.e-tab .e-tab-header .e-scroll-nav { + height: 40px; + min-height: 40px; + min-width: auto; + width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav { + height: 50px; + min-height: 50px; + } +} + +.e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav { + padding: 0 10px; +} + +.e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0 8px; + } +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + font-size: 12px; + line-height: 24px; + position: relative; + top: 0; + vertical-align: initial; + top: -2px; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; + } +} + +.e-tab .e-tab-header .e-hor-nav { + height: 40px; + min-height: 40px; + min-width: auto; + padding: 0 10px; + width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav { + height: 50px; + min-height: 50px; + padding: 0 8px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 14px; + height: 32px; + line-height: 32px; + width: 32px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + line-height: 24px; + position: relative; + top: 0; + vertical-align: initial; + top: -2px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + top: 0; + top: -2px; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon { + transform: none; + transition: none; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + transform: none; + transition: none; + } +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + top: 0; + top: -2px; +} + +.e-tab .e-tab-header.e-horizontal-bottom::before { + bottom: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding-bottom: 0; + padding-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-indicator { + bottom: auto; + top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 8px 0 0; + padding-bottom: 0; + padding-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0 8px 0 0; + } +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 40px; + padding: 0 0 2px 0; + height: 36px; + padding: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap::before, +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:not(.e-separator):last-child .e-text-wrap::before { + top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus .e-close-icon::before { + top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: initial; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap { + height: initial; + padding: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap::before { + bottom: auto; + top: 0; +} + +.e-tab .e-tab-header.e-vertical { + max-width: 150px; + z-index: 1; +} + +.e-tab .e-tab-header.e-vertical::before { + bottom: 0; + height: 100%; + left: 0; + top: 0; +} + +.e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 15px; + height: auto; + top: 15px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 0; + top: 0; + } +} + +.e-tab .e-tab-header.e-vertical .e-indicator { + display: block; + transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1); + width: 2px; + transition: initial; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) { + padding: 16px 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-text-wrap { + position: relative; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text, +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-icon::before { + text-align: center; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before { + display: none; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon { + min-height: 40px; + min-width: 40px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ileft.e-icon .e-tab-icon { + margin: auto; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + right: -20px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-pop { + top: initial !important; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left { + float: left; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left::before { + right: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left .e-indicator { + left: auto; + right: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right { + float: right; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right::before { + right: auto; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-indicator { + left: 0; + right: auto; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-tab-wrap { + text-align: right; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text { + width: auto; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav { + height: 16px; + -ms-flex-pack: center; + justify-content: center; + min-height: 16px; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + font-size: 10px; + height: 16px; + line-height: 16px; + margin: 0 auto; + width: 16px; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav { + padding: 0 8px; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + height: 100%; + transform: none; + transition: none; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + float: left; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 400; + line-height: 36px; + text-align: left; + text-transform: capitalize; + transform: none; + transition: none; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + float: left; + font-size: 12px; + line-height: 36px; + margin: 0 0 0 8px; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, + .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + font-size: 15px; + } +} + +.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-nav, +.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-overlay { + display: none; +} + +.e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items { + height: auto; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: -20px; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav { + padding: 0 8px; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + float: right; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + float: right; + margin: 0 8px 0 0; +} + +.e-tab .e-content { + position: relative; +} + +.e-tab .e-content .e-item.e-view { + bottom: 0; + left: 0; + overflow: hidden; + position: absolute; + right: 0; + top: 0; +} + +.e-tab .e-content > .e-item { + display: none; +} + +.e-tab .e-content > .e-item.e-active { + background: inherit; + display: block; +} + +.e-tab .e-content.e-progress { + overflow-x: hidden; +} + +.e-tab.e-vertical-tab .e-content { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-vertical-tab .e-content .e-item.e-active { + display: -ms-flexbox; + display: flex; + -ms-flex: none; + flex: none; +} + +.e-tab.e-vertical-tab .e-content .e-item, +.e-tab.e-vertical-tab .e-content .e-item > :first-child { + width: 100%; +} + +.e-tab.e-vertical-icon .e-tab-header { + height: 62px; + min-height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items { + height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap { + position: static; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before, +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap::before { + content: none; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item.e-active .e-tab-wrap::before, +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before { + content: ''; + display: block; + position: absolute; + top: 96%; + width: calc(100% - 16px); + border: 1px solid #ffd939; +} + +.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav { + height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-hor-nav { + height: 62px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + } +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-indicator { + width: 3px; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before, +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before { + display: none; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap { + position: relative; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav { + height: 16px; +} + +.e-tab.e-vertical-icon .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap::before, +.e-tab.e-vertical-icon .e-tab-header.e-horizontal-bottom .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before { + top: 0; +} + +.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 40px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 40px; + height: 36px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 62px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus { + height: 36px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 36px; + height: 32px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 40px; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 40px; + padding: 0; + height: 36px; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active.e-ileft .e-tab-wrap:focus .e-tab-text { + -ms-flex-item-align: auto; + -ms-grid-row-align: auto; + align-self: auto; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-template .e-content > .e-item { + display: none; +} + +.e-tab.e-template .e-content > .e-item.e-active { + background: inherit; + display: block; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + display: block; + line-height: 15px; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + display: block; + line-height: 15px; +} + +.e-tab.e-ie .e-tab-header .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; +} + +.e-tab.e-ie .e-tab-header .e-popup-up-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-ie .e-tab-header .e-popup-up-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-ie .e-tab-header .e-popup-down-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-ie .e-tab-header .e-popup-down-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + display: block; + line-height: 14px; + position: relative; +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + display: block; + line-height: 12px; + position: relative; +} + +.e-tab.e-edge .e-tab-header .e-popup-up-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-up-icon { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; + } +} + +@media screen and (max-width: 480px) and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-up-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-up-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-down-icon::before { + transform: rotate(0deg); + transition: none; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-safari .e-tab-header .e-close-icon::before { + top: -1px; +} + +.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before { + top: 0; +} + +.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + top: 0; +} + +.e-tab.e-disable { + pointer-events: none; +} + +.e-tab.e-fill .e-tab-header { + height: 38px; + min-height: 38px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header { + height: 48px; + min-height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-indicator { + display: none; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items { + height: auto; + min-height: 38px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-items { + min-height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 38px; + margin: 0; + min-height: 38px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 48px; + min-height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 60px; + min-height: 60px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 38px; + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 48px; + padding: 0 10px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 38px; + height: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 38px; + height: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 600; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 38px; + height: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 48px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 60px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + height: auto; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + padding: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-itop { + padding-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin-right: 0; + padding: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 38px; + height: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + } +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: 44px; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 38px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 38px; + height: 34px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 34px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-close-icon::before { + top: 1px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 59px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; + } +} + +.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-fill.e-vertical-icon .e-tab-header { + height: 60px; + min-height: 60px; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item:hover.e-itop .e-text-wrap, +.e-tab.e-background .e-tab-header .e-toolbar-item:hover.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 10px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; + } +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 40px; + height: 36px; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 600; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-indicator { + display: none; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 8px; +} + +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + padding: 0; +} + +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0; + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap { + height: 36px; + height: 32px; +} + +.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 0 0 8px; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0 0 0 8px; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 8px 0 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: 8px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-left: 20px; + margin-right: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 8px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 0; + } +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + left: 16px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + left: 16px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 10px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 10px; + padding-right: 0; + } +} + +.e-tab.e-rtl .e-tab-header .e-hor-nav, +.e-tab.e-rtl .e-tab-header .e-scroll-right-nav { + padding: 0 10px; +} + +.e-tab.e-rtl .e-tab-header .e-scroll-left-nav { + padding: 0 10px; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + display: none; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + margin: 0; + width: 100%; +} + +/*! tab theme */ +.e-tab { + background: #000; + border: 1px solid #969696; +} + +.e-tab .e-tab-header { + background: inherit; + border: 0; + border-radius: 0; + border-bottom: 0; +} + +.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active { + border-bottom: initial; +} + +.e-tab .e-tab-header .e-toolbar-items { + background: inherit; +} + +.e-tab .e-tab-header .e-indicator { + background: #ffd939; +} + +.e-tab .e-tab-header .e-toolbar-item { + background: inherit; + border: none; +} + +.e-tab .e-tab-header .e-toolbar-item .e-ripple-element { + background: transparent; +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-radius: 0; + color: #fff; + border: 2px solid #000; +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #fff; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #fff; + } + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #fff; + } + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon { + color: #fff; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: inherit; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: inherit; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active { + border: 0; + border-radius: 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + position: relative; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + border: 1px solid #ffd939; + content: ''; + display: block; + position: absolute; + top: 95%; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #fff; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon { + color: #fff; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text { + color: #fff; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon { + color: #fff; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover { + color: #ffd939; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active { + color: #ffd939; +} + +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay { + background: inherit; + opacity: 1; + pointer-events: none; +} + +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon { + color: #757575; +} + +.e-tab .e-tab-header .e-toolbar-pop { + background: #000; + border: 1px solid #969696; + border-radius: 0; + box-shadow: none; + overflow-y: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop[e-animate='true'] { + overflow-y: hidden; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop { + box-shadow: none; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #fff; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover { + background: #685708; + border-color: #fff; + background: #685708; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: #fff; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active { + background: #ffd939; + border-color: #ffd939; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-icon { + color: #000; +} + +.e-tab .e-tab-header .e-scroll-nav, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow { + color: #fff; + border: 2px solid #000; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover { + background: #685708; + color: #fff; + border: 2px solid #fff; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active { + box-shadow: none; +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow { + background: transparent; + color: #fff; + border: 2px solid #fff; +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover { + background: #685708; + color: #fff; + border: 2px solid #fff; +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:active { + background: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow { + color: #fff; +} + +.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover { + color: #fff; + background: transparent; + border-color: transparent; +} + +.e-tab .e-tab-header .e-hor-nav, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) { + background: transparent; + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon { + color: #fff; + border: 2px solid #000; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover { + background: #685708; + border: initial; + border-radius: 0; + border: 2px solid #fff; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover { + color: #fff; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon { + background: transparent; + border: initial; + border-radius: 0; + color: #fff; + border: 2px solid #fff; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover { + background: #685708; + border: initial; + border-radius: 0; + border: 2px solid #fff; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active { + background: #685708; + border: 0; + border-radius: 0; + box-shadow: none; + background: #ffd939; + border: 2px solid #ffd939; + color: #000; +} + +.e-tab .e-tab-header .e-hor-nav:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover { + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav:hover:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active { + background: transparent; +} + +.e-tab .e-tab-header .e-hor-nav.e-nav-active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active { + background: inherit; + border: 0; + box-shadow: none; +} + +.e-tab .e-tab-header .e-hor-nav.e-nav-active .e-icons, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active .e-icons { + color: #fff; +} + +.e-tab .e-tab-header .e-hor-nav.e-nav-active:focus, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active:focus { + border: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + border-bottom: 0; + border-radius: 0; + border-top: initial; + border-top-color: inherit; +} + +.e-tab .e-tab-header.e-vertical::before { + border-width: 0 1px 0 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active { + border-bottom: 0; + border-top: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active { + border-radius: 0; + border-right: initial; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active { + border-left: initial; + border-radius: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-pop { + box-shadow: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav { + background: inherit; + border: 1px solid transparent; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-up-nav { + border-bottom-color: #fff; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav { + border-top-color: #fff; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow:hover { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover { + background: #685708; + border-color: #fff; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover:active:focus { + background: #ffd939; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow { + color: #fff; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus { + background: transparent; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus:hover:active .e-nav-arrow { + color: #000; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover { + background: none; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover { + background: inherit; + border: 0; + box-shadow: none; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active { + color: #fff; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon { + border: 0; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + background: initial; + border-color: #fff; + border-style: solid; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text { + color: #fff; +} + +.e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #fff; + background: inherit; + border: 2px solid #fff; +} + +.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #fff; + background: inherit; + border: 2px solid #fff; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus { + border-color: #fff; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + border: 0; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + border: 0; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus { + outline: 1.5px solid #fff; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + border-color: #fff; +} + +.e-tab.e-disable { + pointer-events: none; +} + +.e-tab.e-disable .e-tab-header .e-indicator { + background: #757575; +} + +.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #757575; +} + +.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #757575; +} + +.e-tab.e-disable .e-content { + opacity: 0.38; +} + +.e-tab.e-fill .e-tab-header { + border-bottom: 2px Solid #ffd939; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element { + background: transparent; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #fff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #fff; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + background: #ffd939; + border-radius: 0; + border-color: #ffd939; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #000; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #000; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon { + color: rgba(0, 0, 0, 0.6); +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover { + color: #000; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item:active:hover .e-tab-icon { + color: #000; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 2px Solid #ffd939; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical { + border-bottom: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left { + border-right: 2px Solid #ffd939; +} + +.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right { + border-left: 2px Solid #ffd939; +} + +.e-tab.e-fill.e-corner .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + border-radius: 3px 3px 0 0; +} + +.e-tab.e-fill.e-corner .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap { + border-radius: 0 0 3px 3px; +} + +.e-tab.e-fill.e-disable .e-tab-header { + border-bottom: 2px Solid #757575; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #757575; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active { + opacity: 1; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #757575; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #969696; +} + +.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 2px Solid #757575; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon { + color: #fff; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #ffd939; + border-color: #fff; + border-style: solid; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #000; +} + +.e-tab.e-background .e-tab-header { + background: #333; + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items { + background: #333; +} + +.e-tab.e-background .e-tab-header .e-indicator { + background: #ffd939; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element { + background: transparent; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + background: #333; + border-color: #333; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: inherit; + background-color: #685708; + border-color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: #000; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active { + color: #ffd939; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + background: #ffd939; + border-radius: 0; + border-color: #ffd939; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover { + background: #685708; + border-color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #000; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-close-icon:active { + color: #ffd939; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus { + background: #685708; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover:focus .e-tab-text { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #ffd939; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #000; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #000; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon { + color: rgba(0, 0, 0, 0.6); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover { + color: #000; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap { + background: #ffd939; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon { + color: #757575; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item { + background: #333; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover { + background: #685708; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: #000; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active { + background: #ffd939; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active .e-close-icon { + color: #000; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow { + color: #fff; + border: 2px solid #333; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover { + background: #685708; + color: #fff; + border-color: #fff; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active { + background: #ffd939; + color: #000; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:active .e-icons { + color: #000; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #fff; + background: transparent; + border: 2px solid #fff; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover { + background: #685708; + color: #fff; + border: 2px solid #fff; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:active { + background: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:active::after { + animation: none; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon { + color: #fff; + border: 2px solid #333; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover { + background: #685708; + color: #fff; + border-color: #fff; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active .e-icons, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active .e-icons { + color: #000; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:active:hover, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:active:hover { + background: #ffd939; + color: #000; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #fff; + background: transparent; + border: 2px solid #fff; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover { + background: #685708; + border: 2px solid #fff; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active, +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active { + background: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:active::after { + animation: none; +} + +.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + border: 0; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + border: 0; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover { + background: none; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow { + color: #fff; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background.e-disable .e-tab-header .e-indicator { + background: #757575; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: #757575; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: #757575; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon { + color: #757575; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active { + opacity: 1; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #757575; + color: #969696; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #969696; +} + +.e-tab.e-background.e-accent .e-tab-header .e-indicator { + background: #ffd939; +} + +.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator { + background: #757575; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + border-color: #fff; + border-style: solid; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon { + color: #fff; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + border-color: #fff; + border-style: solid; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: #000; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap { + background: #ffd939; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus { + background: transparent; +} + +.e-tab.e-background.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #fff; +} + +.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #fff; +} + +.e-tab.e-rtl .e-tab-header .e-hscroll.e-rtl .e-scroll-nav { + border: 0; +} + +.e-tab .e-content { + background: inherit; +} + +.e-tab .e-content .e-item { + background: inherit; + color: #fff; +} + +/*! TreeView's high contrast theme wise override definitions and variables */ +.e-treeview .e-list-item div.e-icons.interaction { + -webkit-transition: -webkit-transform .3s ease-in-out; + border-radius: 15px; + transition: transform .3s ease-in-out; +} + +.e-treeview .e-list-item .e-icons.e-icon-collapsible { + transform: rotate(90deg); +} + +.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next { + transform: rotate(180deg); +} + +.e-treeview.e-rtl div.e-icons { + transform: rotate(180deg); +} + +/*! TreeView icons */ +.e-treeview .e-list-item div.e-icons::before { + content: '\e22e'; +} + +.e-treeview .e-sibling::before { + content: ''; +} + +.e-treeview .e-popup .e-icons::before { + content: '\e930'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-in::before { + content: '\e22c'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-out::before { + content: '\e22b'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-next::before { + content: '\e22d'; +} + +.e-treeview.e-drag-item .e-icons.e-no-drop::before { + content: '\e22a'; +} + +@keyframes rotation { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +.e-bigger .e-treeview .e-fullrow, +.e-treeview.e-bigger .e-fullrow { + height: 40px; +} + +.e-bigger .e-treeview .e-list-text, +.e-treeview.e-bigger .e-list-text { + line-height: 38px; + min-height: 38px; + padding: 0 10px; +} + +.e-bigger .e-treeview .e-list-text .e-input-group, +.e-treeview.e-bigger .e-list-text .e-input-group { + height: 38px; +} + +.e-bigger .e-treeview .e-list-text .e-input-group .e-input, +.e-treeview.e-bigger .e-list-text .e-input-group .e-input { + height: 36px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper, +.e-treeview.e-bigger .e-checkbox-wrapper { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon, +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-img { + margin: 0 0 0 16px; +} + +.e-bigger .e-treeview .e-list-icon, +.e-bigger .e-treeview .e-list-img, +.e-treeview.e-bigger .e-list-icon, +.e-treeview.e-bigger .e-list-img { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-list-icon + .e-list-icon, +.e-bigger .e-treeview .e-list-icon + .e-list-img, +.e-bigger .e-treeview .e-list-img + .e-list-icon, +.e-bigger .e-treeview .e-list-img + .e-list-img, +.e-treeview.e-bigger .e-list-icon + .e-list-icon, +.e-treeview.e-bigger .e-list-icon + .e-list-img, +.e-treeview.e-bigger .e-list-img + .e-list-icon, +.e-treeview.e-bigger .e-list-img + .e-list-img { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-icon-collapsible::before, +.e-bigger .e-treeview .e-icon-expandable::before, +.e-treeview.e-bigger .e-icon-collapsible::before, +.e-treeview.e-bigger .e-icon-expandable::before { + padding: 6px; +} + +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper { + margin: 0 10px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-img { + margin: 0 16px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-img { + margin: 0 10px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img, +.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-img + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-img + .e-list-img { + margin: 0 10px 0 0; +} + +.e-treeview { + display: block; + overflow: hidden; + position: relative; + white-space: nowrap; +} + +.e-treeview > .e-ul { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.e-treeview .e-ul { + margin: 0; + padding: 0 0 0 24px; +} + +.e-treeview li.e-node-collapsed .e-list-item .e-fullrow { + display: none; +} + +.e-treeview .e-list-item { + list-style: none; + padding: 2px 0; +} + +.e-treeview .e-list-item .e-ul { + margin: 2px 0 -2px; + padding: 0 0 0 24px; +} + +.e-treeview .e-list-item.e-disable > .e-text-content, +.e-treeview .e-list-item.e-disable > .e-fullrow { + -ms-touch-action: none; + filter: alpha(opacity=50); + opacity: .5; + pointer-events: none; + touch-action: none; +} + +.e-treeview .e-list-item .e-icons.e-icons-spinner::before { + content: none; +} + +.e-treeview .e-icons .e-spinner-pane { + position: relative; +} + +.e-treeview .e-text-content { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + cursor: pointer; + margin: 0; + padding: 0 0 0 24px; +} + +.e-treeview .e-fullrow { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + box-sizing: border-box; + cursor: pointer; + height: 32px; + left: 0; + overflow: hidden; + position: absolute; + width: 100%; +} + +.e-treeview .e-checkbox-wrapper { + margin: 0 0 0 5px; + pointer-events: all; + position: relative; +} + +.e-treeview .e-checkbox-wrapper + .e-list-icon, +.e-treeview .e-checkbox-wrapper + .e-list-img { + margin: 0 0 0 12px; +} + +.e-treeview .e-checkbox-wrapper + .e-list-text { + padding: 0 10px; +} + +.e-treeview .e-checkbox-wrapper .e-ripple-container { + bottom: -7px; + height: 32px; + left: -7px; + right: -7px; + top: -7px; + width: 32px; +} + +.e-treeview .e-list-text { + box-sizing: border-box; + display: inline-block; + line-height: 30px; + margin: 0; + min-height: 30px; + padding: 0 5px; + text-decoration: none; + vertical-align: middle; +} + +.e-treeview .e-list-text .e-input-group { + height: 30px; + margin-bottom: 0; + min-width: 150px; + vertical-align: bottom; +} + +.e-treeview .e-list-text .e-input-group .e-input { + height: 28px; +} + +.e-treeview .e-list-icon, +.e-treeview .e-list-img { + display: inline-block; + height: 18px; + margin: 0 0 0 5px; + vertical-align: middle; + width: 18px; +} + +.e-treeview .e-list-icon + .e-list-icon, +.e-treeview .e-list-icon + .e-list-img, +.e-treeview .e-list-img + .e-list-icon, +.e-treeview .e-list-img + .e-list-img { + margin: 0 0 0 10px; +} + +.e-treeview .e-list-icon + .e-list-text, +.e-treeview .e-list-img + .e-list-text { + padding: 0 10px; +} + +.e-treeview .e-icon-collapsible, +.e-treeview .e-icon-expandable { + display: inline-block; + height: 24px; + margin: 0 0 0 -24px; + vertical-align: middle; + width: 24px; +} + +.e-treeview .e-icon-collapsible::before, +.e-treeview .e-icon-expandable::before { + display: inline-block; + padding: 7px; +} + +.e-treeview .e-load { + animation: rotation .5s infinite linear; +} + +.e-treeview .e-sibling { + border: 4px solid transparent; + height: 6px; + margin-top: -5px; + position: absolute; + width: 6px; + z-index: 2; +} + +.e-treeview .e-text-content + .e-sibling { + margin-top: -1px; +} + +.e-treeview .e-sibling::before { + left: 0; + height: 1px; + position: absolute; + width: 144px; + z-index: 2; +} + +.e-treeview .e-popup { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + font-weight: normal; + position: absolute; + z-index: 99999; +} + +.e-treeview .e-popup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-treeview .e-popup .e-icons { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + line-height: 18px; + padding: 4px; + width: 26px; +} + +.e-treeview .e-popup .e-downtail::before, +.e-treeview .e-popup .e-downtail::after { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-treeview .e-popup .e-downtail::after { + bottom: -18px; +} + +.e-treeview.e-fullrow-wrap .e-text-content { + pointer-events: none; + position: relative; +} + +.e-treeview.e-fullrow-wrap .e-icon-collapsible, +.e-treeview.e-fullrow-wrap .e-icon-expandable, +.e-treeview.e-fullrow-wrap .e-input, +.e-treeview.e-fullrow-wrap .e-list-url { + pointer-events: auto; +} + +.e-treeview.e-drag-item { + overflow: visible; + z-index: 10000; +} + +.e-treeview.e-drag-item .e-text-content { + float: left; +} + +.e-treeview.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-drag-item .e-icon-expandable::before { + font-size: 12px; + padding: 6px; +} + +.e-treeview.e-drag-item .e-drop-count { + border: 2px solid; + border-radius: 15px; + box-sizing: content-box; + font-size: 12px; + line-height: normal; + min-width: 12px; + padding: 3px 5px 4px; + margin-left: -12px; + position: absolute; + text-align: center; + top: -10px; +} + +.e-treeview.e-dragging .e-text-content, +.e-treeview.e-dragging .e-fullrow { + cursor: default; +} + +.e-treeview.e-rtl .e-ul { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-list-item .e-ul { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-text-content { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-checkbox-wrapper { + margin: 0 5px 0 0; +} + +.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img { + margin: 0 12px 0 0; +} + +.e-treeview.e-rtl .e-list-icon, +.e-treeview.e-rtl .e-list-img { + margin: 0 5px 0 0; +} + +.e-treeview.e-rtl .e-list-icon + .e-list-icon, +.e-treeview.e-rtl .e-list-icon + .e-list-img, +.e-treeview.e-rtl .e-list-img + .e-list-icon, +.e-treeview.e-rtl .e-list-img + .e-list-img { + margin: 0 10px 0 0; +} + +.e-treeview.e-rtl .e-icon-collapsible, +.e-treeview.e-rtl .e-icon-expandable { + margin: 0 -24px 0 0; +} + +.e-treeview.e-rtl .e-sibling::before { + right: 0; +} + +.e-treeview.e-rtl.e-drag-item .e-text-content { + float: right; +} + +.e-treeview.e-rtl.e-drag-item .e-drop-count { + margin-right: -12px; +} + +.e-bigger .e-treeview .e-list-text, +.e-treeview.e-bigger .e-list-text { + font-size: 15px; +} + +.e-bigger .e-treeview .e-icon-collapsible::before, +.e-bigger .e-treeview .e-icon-expandable::before, +.e-treeview.e-bigger .e-icon-collapsible::before, +.e-treeview.e-bigger .e-icon-expandable::before { + font-size: 12px; +} + +.e-treeview { + -webkit-tap-highlight-color: transparent; +} + +.e-treeview .e-text-content, +.e-treeview .e-fullrow { + border-color: transparent; +} + +.e-treeview .e-list-text { + color: #fff; + font-size: 14px; +} + +.e-treeview .e-list-text .e-input { + font-weight: 600; +} + +.e-treeview .e-list-icon, +.e-treeview .e-list-img { + font-size: 16px; +} + +.e-treeview .e-icon-collapsible, +.e-treeview .e-icon-expandable { + color: #fff; +} + +.e-treeview .e-icon-collapsible::before, +.e-treeview .e-icon-expandable::before { + font-size: 10px; +} + +.e-treeview .e-list-item.e-active, +.e-treeview .e-list-item.e-hover { + background: transparent; +} + +.e-treeview .e-list-item.e-hover > .e-text-content { + color: #fff; +} + +.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text { + color: #fff; +} + +.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable { + color: #fff; +} + +.e-treeview .e-list-item.e-active > .e-text-content { + color: #000; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-list-text { + font-weight: 600; + color: #000; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable { + color: #000; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-check { + background-color: #000; + border-color: #000; + color: #ffd939; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content { + color: #000; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text { + color: #000; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable { + color: #000; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content { + color: #fff; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text { + color: #fff; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text .e-input, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text .e-input { + font-weight: 600; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable { + color: #fff; +} + +.e-treeview .e-list-item.e-hover > .e-fullrow { + background-color: #685708; + border-color: #fff; +} + +.e-treeview .e-list-item.e-active > .e-fullrow { + background-color: #ffd939; + border-color: #ffd939; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow { + background-color: transparent; + border-color: transparent; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content { + color: #fff; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text { + color: #fff; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-fullrow { + background-color: #ffd939; + border-color: #fff; + box-shadow: 0 -1px 2px #fff, 0 1px 2px #fff; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, +.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow { + background-color: transparent; + border-color: transparent; +} + +.e-treeview .e-list-item.e-disable > .e-text-content, +.e-treeview .e-list-item.e-disable > .e-fullrow { + color: #757575; +} + +.e-treeview .e-list-item.e-disable .e-icon-collapsible, +.e-treeview .e-list-item.e-disable .e-icon-expandable { + color: #757575; +} + +.e-treeview .e-sibling { + border-right-color: transparent; + border-left-color: #fff; +} + +.e-treeview .e-sibling::before { + background: #fff; +} + +.e-treeview .e-popup .e-content { + background-color: #685708; + border-color: #fff; +} + +.e-treeview .e-popup.e-select .e-icons { + border-color: #fff; +} + +.e-treeview .e-popup .e-downtail::before { + border-top-color: #fff; +} + +.e-treeview .e-popup .e-downtail::after { + border-top-color: #685708; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content { + background-color: #685708; + border-color: #fff; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content { + background-color: #ffd939; + border-color: #ffd939; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content { + background-color: #ffd939; + border-color: #fff; + box-shadow: 0 -1px 2px #fff, 0 1px 2px #fff; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content { + background-color: transparent; + border-color: transparent; +} + +.e-treeview.e-fullrow-wrap .e-text-content { + border-color: transparent; +} + +.e-treeview.e-drag-item { + background-color: #ffd939; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-treeview.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-drag-item .e-icon-expandable::before { + font-size: 12px; +} + +.e-treeview.e-drag-item .e-list-text { + font-weight: 600; + color: #000; +} + +.e-treeview.e-drag-item .e-icons { + color: #000; +} + +.e-treeview.e-drag-item .e-drop-count { + background-color: #000; + border-color: #fff; + color: #fff; +} + +.e-treeview.e-drag-item.e-rtl .e-sibling { + border-left-color: transparent; + border-right-color: #fff; +} + +ejs-sidebar { + display: block; +} + +.e-sidebar { + -webkit-tap-highlight-color: transparent; + background: #fff; + height: 100%; + overflow: auto; + position: fixed; + top: 0; + transition: none; + vertical-align: middle; + visibility: hidden; + will-change: transform; +} + +.e-sidebar.e-right.e-open { + transform: translateX(0%); + transition: transform .5s ease; + visibility: visible; +} + +.e-sidebar.e-right.e-close { + box-shadow: none; + transform: translateX(100%); + transition: transform .5s ease, visibility 500ms; + visibility: hidden; +} + +.e-sidebar.e-left.e-open { + transform: translateX(0%); + transition: transform .5s ease; + visibility: visible; +} + +.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close { + transition: transform .5s ease, visibility 500ms; +} + +.e-sidebar.e-left.e-close { + box-shadow: none; + transform: translateX(-100%); + visibility: hidden; +} + +.e-sidebar.e-right.e-close { + box-shadow: none; + transform: translateX(100%); + transition: transform .5s ease, visibility 500ms; + visibility: hidden; +} + +.e-sidebar.e-right { + border-left: 1px solid #969696; + left: auto; + right: 0; + top: 0; +} + +.e-sidebar.e-left { + border-right: 1px solid #969696; + left: 0; + right: auto; + top: 0; +} + +.e-sidebar.e-left.e-close.e-dock { + transform: translateX(0%); + transition: width .5s ease, visibility 500ms; + visibility: visible; +} + +.e-sidebar.e-right.e-close.e-dock { + transform: translateX(0%); + transition: width .5s ease, visibility 500ms; + visibility: visible; +} + +.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation { + transition: none; +} + +.e-sidebar.e-visibility { + visibility: hidden; +} + +.e-sidebar.e-over { + box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); +} + +.e-sidebar-absolute { + position: absolute; +} + +.e-sidebar-context { + overflow-x: hidden; + position: relative; +} + +.e-backdrop { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + top: 0; + width: auto; + z-index: 999; +} + +.e-content-animation { + transition: margin .5s ease, transform .5s ease; +} + +.e-content-animation.e-overlay { + box-sizing: border-box; + overflow: auto; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-disable-interaction { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-sidebar-overflow { + overflow-x: hidden !important; +} + +.e-sidebar-overlay { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-content-placeholder.e-sidebar.e-placeholder-sidebar { + left: 0; + position: fixed; + right: auto; + top: 0; + visibility: visible; +} + +/*! component's theme wise override definitions and variables */ +/*! menu layout */ +.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before { + content: '\e219'; +} + +.e-menu-wrapper ul .e-menu-item .e-caret::before { + content: '\e966'; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret::before { + content: '\e219'; +} + +.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon::before { + content: '\e94c'; +} + +.e-menu-wrapper.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before { + content: '\e60a'; +} + +.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret::before, +.e-menu-wrapper.e-hamburger .e-menu-item .e-caret::before { + content: '\e966'; +} + +.e-menu-wrapper.e-rtl.e-hamburger ul.e-ul .e-caret::before { + content: '\e966'; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before, +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before { + content: '\e219'; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before, +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before { + content: '\e966'; +} + +.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before { + content: '\e937'; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before { + content: '\e966'; +} + +/*! menu layout */ +.e-menu-wrapper { + border: 1px solid #fff; + border-radius: 0; + display: inline-block; + line-height: 0; +} + +.e-menu-wrapper ul { + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + overflow: hidden; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + font-size: 13px; + padding: 0; + text-align: left; + white-space: nowrap; +} + +.e-menu-wrapper ul.e-ul, +.e-menu-wrapper ul.e-ul * { + box-sizing: border-box; +} + +.e-menu-wrapper ul.e-ul:focus, +.e-menu-wrapper ul.e-ul *:focus { + outline: none; +} + +.e-menu-wrapper ul.e-vertical { + min-width: 120px; +} + +.e-menu-wrapper ul.e-vertical .e-menu-item { + display: list-item; +} + +.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-left: 34px; +} + +.e-menu-wrapper ul.e-vertical .e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; +} + +.e-menu-wrapper ul.e-menu { + display: inline-block; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0 16px; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator { + border-right-style: solid; + border-right-width: 1px; + padding: 0; +} + +.e-menu-wrapper ul .e-menu-item { + cursor: pointer; + position: relative; + display: -ms-inline-flexbox; + display: inline-flex; + height: 40px; + line-height: 40px; + padding: 0 8px; + vertical-align: top; + white-space: nowrap; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-hide { + display: none; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-url { + text-decoration: none; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + display: inline-block; + vertical-align: middle; +} + +.e-menu-wrapper ul .e-menu-item.e-separator { + cursor: auto; + line-height: normal; + pointer-events: none; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 14px; + height: auto; + line-height: 40px; + margin-right: 8px; + text-align: center; + width: auto; +} + +.e-menu-wrapper ul .e-menu-item .e-caret { + font-size: 10px; + height: auto; + line-height: 40px; + position: absolute; + right: 8px; + width: auto; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 26px; +} + +.e-menu-wrapper ul .e-menu-item.e-disabled { + cursor: auto; + opacity: 1; + pointer-events: none; +} + +.e-menu-wrapper .e-ul { + font-size: 14px; + padding: 0; + min-width: 120px; +} + +.e-menu-wrapper .e-ul .e-menu-item { + height: 36px; + line-height: 36px; + padding: 0 10px; + display: list-item; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 36px; + margin-right: 10px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + line-height: 36px; + margin-left: 16px; + margin-right: 0; + position: absolute; + right: 5px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; + margin: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-blankicon { + padding-left: 36px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + font-size: 10px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + width: auto; +} + +.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon { + float: right; +} + +.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-title { + padding: 0 16px; +} + +.e-menu-wrapper .e-menu-header { + display: none; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + height: 40px; + line-height: 40px; + text-align: left; + white-space: nowrap; +} + +.e-menu-wrapper .e-menu-header .e-menu-title, +.e-menu-wrapper .e-menu-header .e-menu-icon { + display: inline-block; + line-height: inherit; +} + +.e-menu-wrapper .e-menu-header .e-menu-icon { + cursor: pointer; + float: left; + outline: none; + padding: 0 16px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) { + padding: 0 30px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav { + width: 30px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus, .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover { + border: 0; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav { + border-left: 1px solid #fff; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav { + border-right: 1px solid #fff; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar { + overflow-y: hidden; +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow { + font-size: 10px; +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow { + transform: rotate(0deg); +} + +.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper.e-popup.e-menu-popup { + border: 1px solid #969696; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + overflow: hidden; + position: absolute; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) { + padding: 16px 0; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav { + transform: none; + width: 100%; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow { + transform: none; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar { + height: 100%; + width: inherit; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content { + width: inherit; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav { + height: 16px; +} + +.e-menu-wrapper.e-scrollable { + display: block; +} + +.e-menu-wrapper.e-scrollable .e-menu { + display: block; + overflow: auto; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item { + text-align: right; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + float: right; + margin-right: 0; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + margin-left: 0; + right: auto; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 8px; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + left: 8px; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-left: 26px; + padding-right: 8px; +} + +.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-right: 34px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-left: 10px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + left: 5px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 10px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 10px; + padding-right: 36px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-bigger .e-menu-wrapper ul, +.e-bigger.e-menu-wrapper ul { + font-size: 14px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-menu-wrapper ul .e-menu-item { + height: 50px; + line-height: 50px; + padding: 0 10px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 50px; + margin-right: 10px; + width: auto; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 30px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; + line-height: 50px; + right: 10px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul .e-menu-item.e-separator { + padding: 0; +} + +.e-bigger .e-menu-wrapper ul.e-menu:not(.e-vertical), +.e-bigger.e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0; +} + +.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon { + padding-left: 36px; +} + +.e-bigger .e-menu-wrapper ul.e-ul, +.e-bigger.e-menu-wrapper ul.e-ul { + font-size: 15px; + padding: 0; + white-space: nowrap; + max-width: 280px; + min-width: 112px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item { + height: 48px; + line-height: 48px; + padding: 0 10px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + font-size: 18px; + line-height: 48px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + line-height: 48px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 38px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + font-size: 12px; + right: 5px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-right: 10px; + width: auto; +} + +.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device), +.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) { + padding: 0 36px; +} + +.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav, +.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav { + width: 36px; +} + +.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device), +.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav, +.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav { + height: 24px; +} + +.e-bigger .e-menu-wrapper.e-menu-popup, +.e-bigger.e-menu-wrapper.e-menu-popup { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); +} + +.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons, +.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons { + font-size: 12px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item { + text-align: right; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 10px; + margin-right: 0; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + left: 10px; + margin-left: 0; + right: auto; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-left: 30px; + padding-right: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-right: 36px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-left: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + left: 5px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 10px; + padding-right: 38px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-menu-wrapper.e-hamburger { + border: 0; + display: block; + position: relative; +} + +.e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical) { + border: 1px solid #fff; + display: block; +} + +.e-menu-wrapper.e-hamburger .e-popup.e-menu-popup { + border: 0; + border-radius: 0; + box-shadow: none; + display: block; + position: relative; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul.e-menu { + border: 1px solid #fff; + overflow-y: auto; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu { + display: none; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + text-indent: 8px; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 30px; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon { + display: inline; + text-indent: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret { + transition: transform .3s ease-in-out; + text-indent: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-selected > .e-caret { + transform: rotate(-180deg); +} + +.e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical) { + border-top: 0; + display: block; + padding: 0; + position: absolute; +} + +.e-menu-wrapper.e-hamburger ul.e-ul { + font-size: 13px; + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item { + line-height: 40px; + text-indent: inherit; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item.e-blankicon { + padding: 0; + text-indent: inherit; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret { + font-size: 10px; + right: 8px; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item { + display: list-item; + height: auto; + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon { + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; + text-indent: 0; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon { + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-caret-icon { + padding-left: 0; + padding-right: 0; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-icon { + margin-left: 0; + text-indent: inherit; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-caret { + left: 8px; + right: auto; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul, +.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul { + max-width: 100%; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item { + height: auto; + line-height: 50px; + padding: 0; +} + +.e-bigger .e-menu-wrapper.e-hamburger .e-menu-header, +.e-bigger.e-menu-wrapper.e-hamburger .e-menu-header { + font-size: 16px; + height: 50px; + line-height: 50px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + text-indent: 10px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 36px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul { + font-size: 14px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item { + text-indent: inherit; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret { + font-size: 12px; + right: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + padding: 0; + text-indent: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 36px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon { + margin-left: 0; + text-indent: inherit; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret { + left: 8px; + right: auto; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item { + text-indent: inherit; +} + +/*! menu theme */ +.e-menu-wrapper { + background-color: #000; +} + +.e-menu-wrapper ul { + background-color: inherit; + color: #fff; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator { + border-right-color: #fff; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #969696; +} + +.e-menu-wrapper ul .e-menu-item .e-caret { + color: #fff; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + color: #fff; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: #969696; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-url { + color: #fff; +} + +.e-menu-wrapper ul .e-menu-item.e-focused { + color: none; + outline: 0 solid #fff; + outline-offset: 0; + background-color: #685708; +} + +.e-menu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #fff; +} + +.e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon { + color: #fff; +} + +.e-menu-wrapper ul .e-menu-item.e-selected { + color: #000; + outline: 0 solid #ffd939; + outline-offset: 0; + background-color: #ffd939; +} + +.e-menu-wrapper ul .e-menu-item.e-selected .e-caret { + color: none; +} + +.e-menu-wrapper ul .e-menu-item.e-selected .e-menu-icon { + color: none; +} + +.e-menu-wrapper ul .e-menu-item.e-separator { + border-bottom-color: #fff; +} + +.e-menu-wrapper ul .e-disabled { + color: #757575; + opacity: 1; +} + +.e-menu-wrapper ul .e-disabled .e-menu-icon { + color: #757575; +} + +.e-menu-wrapper ul .e-disabled .e-caret { + color: #757575; +} + +.e-menu-wrapper ul .e-disabled .e-menu-url { + color: #757575; +} + +.e-menu-wrapper .e-ul { + background-color: inherit; + color: #fff; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-url { + color: #fff; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-focused { + background-color: #685708; + color: #fff; + outline: 1px solid #969696; + outline-offset: -1px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-selected { + background-color: #ffd939; + color: #000; + outline: 0 solid #ffd939; + outline-offset: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-separator { + border-bottom-color: #969696; +} + +.e-menu-wrapper.e-menu-popup { + background-color: #000; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav { + background: #000; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons { + color: #fff; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover { + background: #685708; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus { + background: #685708; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active { + background: #685708; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav { + background: #000; + border-color: #fff; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons { + color: #fff; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover, .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus { + background: #685708; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active { + background: #ffd939; +} + +.e-menu-wrapper.e-hamburger .e-menu-header { + color: #fff; +} + +.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon { + color: #fff; +} + +.e-menu-wrapper.e-hamburger ul { + color: #fff; +} + +.e-icons { + font-family: 'e-icons'; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +.e-diagram-menu .e-bringforward::before { + content: '\e574'; +} + +.e-diagram-menu .e-bringfront::before { + content: '\e575'; +} + +.e-diagram-menu .e-sendback::before { + content: '\e576'; +} + +.e-diagram-menu .e-sendbackward::before { + content: '\e577'; +} + +.e-diagram-menu .e-delete::before { + content: '\e578'; +} + +.e-diagram-menu .e-ungroup::before { + content: '\e579'; +} + +.e-diagram-menu .e-group::before { + content: '\e57a'; +} + +.e-diagram-menu .e-undo::before { + content: '\e57c'; +} + +.e-diagram-menu .e-cut::before { + content: '\e57d'; +} + +.e-diagram-menu .e-save::before { + content: '\e57e'; +} + +.e-diagram-menu .e-paste::before { + content: '\e57f'; +} + +.e-diagram-menu .e-copy::before { + content: '\e580'; +} + +.e-diagram-menu .e-redo::before { + content: '\e581'; +} + +.e-diagram-menu .e-zoomin::before { + content: '\e582'; +} + +.e-diagram-menu .e-italic::before { + content: '\e583'; +} + +.e-diagram-menu .e-close::before { + content: '\e584'; +} + +.e-diagram-menu .e-pan::before { + content: '\e585'; +} + +.e-diagram-menu .e-bold::before { + content: '\e586'; +} + +.e-diagram-menu .e-underline::before { + content: '\e587'; +} + +.e-diagram-menu .e-zoomout::before { + content: '\e588'; +} + +.e-diagram-menu .e-export::before { + content: '\e589'; +} + +.e-diagram-menu .e-print::before { + content: '\e58a'; +} + +.e-diagram-menu .e-order::before { + content: '\e58b'; +} + +.e-symbolpalette .e-clear-searchtext::before { + content: '\e58c'; +} + +.e-icons { + font-family: 'e-icons'; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +.e-diagram-menu .e-bringforward::before { + content: '\e5a1'; +} + +.e-diagram-menu .e-bringfront::before { + content: '\e5a2'; +} + +.e-diagram-menu .e-sendback::before { + content: '\e5a3'; +} + +.e-diagram-menu .e-sendbackward::before { + content: '\e5a4'; +} + +.e-diagram-menu .e-delete::before { + content: '\eb00'; +} + +.e-diagram-menu .e-ungroup::before { + content: '\e5a6'; +} + +.e-diagram-menu .e-group::before { + content: '\e5a7'; +} + +.e-diagram-menu .e-undo::before { + content: '\e341'; +} + +.e-diagram-menu .e-cut::before { + content: '\e33b'; +} + +.e-diagram-menu .e-save::before { + content: '\e954'; +} + +.e-diagram-menu .e-paste::before { + content: '\e355'; +} + +.e-diagram-menu .e-copy::before { + content: '\e33d'; +} + +.e-diagram-menu .e-redo::before { + content: '\e354'; +} + +.e-diagram-menu .e-zoomin::before { + content: '\e349'; +} + +.e-diagram-menu .e-italic::before { + content: '\e35a'; +} + +.e-diagram-menu .e-close::before { + content: '\e7fc'; +} + +.e-diagram-menu .e-pan::before { + content: '\ebf3'; +} + +.e-diagram-menu .e-bold::before { + content: '\eb77'; +} + +.e-diagram-menu .e-underline::before { + content: '\e343'; +} + +.e-diagram-menu .e-zoomout::before { + content: '\e351'; +} + +.e-diagram-menu .e-export::before { + content: '\e70f'; +} + +.e-diagram-menu .e-print::before { + content: '\e34b'; +} + +.e-diagram-menu .e-order::before { + content: '\e4a4'; +} + +.e-symbolpalette .e-clear-searchtext::before { + content: '\e7fc'; +} + +.e-diagram { + background-color: #fff; + display: block; +} + +.e-symbolpalette { + display: block; +} + +.e-overview { + display: block; +} + +.e-content-placeholder.e-diagram.e-placeholder-diagram { + background-size: 100% 100%; + max-height: 500px; + max-width: 500px; +} + +.e-content-placeholder.e-symbolpalette.e-placeholder-symbolpalette { + background-size: 100% 100%; + max-height: 200px; + max-width: 200px; +} + +.e-diagram-endpoint-handle { + fill: #0078d7; + stroke: #fff; +} + +.e-diagram-endpoint-handle.e-disabled { + fill: #a6a6a6; + opacity: 1; + stroke: #fff; +} + +.e-diagram-endpoint-handle.e-connected { + fill: #fff; + stroke: #0078d7; +} + +.e-diagram-bezier-handle { + fill: #005a9e; + stroke: #fff; +} + +.e-diagram-bezier-line { + stroke: #005a9e; +} + +.e-diagram-resize-handle { + fill: #0078d7; + stroke: #fff; +} + +.e-diagram-resize-handle.e-disabled { + fill: #a6a6a6; + opacity: 1; + stroke: #fff; +} + +.e-diagram-rotate-handle { + fill: #000; + stroke: #fff; +} + +.e-diagram-border { + stroke: #005a9e; +} + +.e-diagram-border.e-disabled { + opacity: 1; + stroke: #a6a6a6; +} + +.e-diagram-border.e-thick-border { + stroke: #005a9e; + stroke-width: 2; +} + +.e-diagram-border.e-thick-border.e-diagram-lane { + stroke: #0078ff; + stroke-width: 2; +} + +.e-diagram-highlighter { + stroke: #005a9e; + stroke-width: 2; +} + +.e-diagram-selected-region { + stroke: #0078d7; +} + +.e-diagram-pivot-line { + stroke: #0078d7; +} + +.e-symbolpalette .e-symbol-hover:hover { + background: #eaeaea; +} + +.e-symbolpalette .e-symbol-selected { + background: #c7e0f4; +} + +.e-diagram-tooltip { + pointer-events: none; +} + +.e-diagram .e-ruler { + background-color: #fff; + color: #a6a6a6; + font-size: 10px; +} + +.e-diagram .e-ruler-overlap { + background-color: #fff; +} + +.e-diagram .e-d-ruler-marker { + stroke: #0078d7; +} + +.e-diagram .e-diagram-text-edit { + background: #fff; + border-color: #005a9e; + border-style: dashed; + border-width: 1px; + box-sizing: content-box; + color: #000; + min-width: 50px; +} + +.e-diagram-text-edit::selection { + background: #0078d7; + color: #fff; +} + +.e-ruler-tick-label { + fill: #a6a6a6; +} + +.e-ruler-tick { + stroke: #767676; +} + +.e-menu-item e-blankicon { + padding-left: 28px; +} + +.e-diagram-rotate { + cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker::before { + color: #fff; + top: 12px; +} + +.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { + color: #969696; + font-family: inherit; + font-size: 14px; + font-style: italic; +} + +.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { + color: #969696; + font-family: inherit; + font-size: 14px; + font-style: italic; +} + +.e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { + color: #969696; + font-family: inherit; + font-size: 14px; + font-style: italic; +} + +.e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { + color: #969696; + font-family: inherit; + font-size: 14px; + font-style: italic; +} + +.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chipcontent { + color: #fff; +} + +.e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chips-close.e-icon::before { + color: #fff; +} + +.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before { + line-height: 26px; + top: 0; +} + +.e-multi-select-wrapper .e-delim-values.e-delim-view { + color: #fff; +} + +.e-multi-select-wrapper.e-delimiter .e-delim-values { + color: #fff; +} + +.e-multi-select-wrapper .e-searcher input[type='text'] { + color: #fff; + height: 100%; + min-height: 28px; +} + +.e-multi-select-wrapper .e-searcher input[type='text']::selection { + background-color: #ffd939; +} + +.e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon, +.e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon { + padding-left: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent { + border-bottom: 1px solid #fff; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active.e-hover { + background-color: #ffd939; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active { + border: 2px solid #ffd939; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-active.e-hover:not(.e-item-focus) { + border-bottom: 2px solid #fff; + border-left: 2px solid #fff; + border-right: 2px solid #fff; + border-top: 2px solid #fff; +} + +.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-item-focus { + border: 2px solid #685708; +} + +.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active.e-hover { + background-color: #fff; + border-bottom: 1px solid #fff; + border-left: 1px solid #fff; + border-right: 1px solid #fff; + border-top: 1px solid #fff; +} + +.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-hover:not(.e-active) { + border: 2px solid #fff; +} + +.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item:not(.e-hover):not(.e-item-focus) { + border: 2px solid #000; +} + +.e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active { + border: 2px solid #ffd939; +} + +.e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon { + height: 30px; + width: 30px; +} + +.e-multiselect.e-input-group .e-ddl-icon::before { + content: '\e966'; + font-family: 'e-icons'; +} + +.e-multi-select-wrapper .e-chips .e-chips-close::before { + content: '\e7a7'; + cursor: pointer; + left: 8px; + position: relative; + top: 8px; +} + +.e-multi-select-wrapper .e-close-hooker::before { + content: '\e7a7'; + cursor: pointer; + left: 10px; + position: relative; + top: 10px; +} + +.e-multiselect.e-input-group .e-ddl-disable-icon::before { + content: ''; +} + +.e-multi-select-wrapper { + box-sizing: border-box; + cursor: text; + line-height: normal; + min-height: 30px; + padding: 0 32px 0 2px; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher { + height: 27px; + vertical-align: middle; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase { + height: 100%; + min-height: 100%; +} + +.e-multi-select-wrapper .e-delim-view { + white-space: nowrap; +} + +.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total { + box-sizing: border-box; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + color: #000; + font-size: 10px; + left: 12px; + top: 0; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + background-color: #bfbfbf; + color: #000; + padding: 9px 0; +} + +.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) { + width: 0; +} + +.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] { + height: 1px; + min-height: 1px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent { + max-width: 100%; +} + +.e-multiselect.e-input-group, +.e-multiselect.e-float-input { + word-wrap: initial; +} + +.e-bigger .e-multi-select-wrapper { + min-height: 38px; +} + +.e-multi-select-wrapper.e-close-icon-hide { + padding-right: 0; +} + +.e-multi-select-wrapper .e-chips-collection { + cursor: default; + display: block; +} + +.e-multi-select-wrapper .e-multi-hidden { + border: 0; + height: 0; + position: absolute; + visibility: hidden; + width: 0; +} + +.e-multi-select-wrapper .e-chips { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + margin: 1.5px 2px 2px 0; + max-width: 100%; + overflow: hidden; + padding: 0 0 0 8px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-bigger .e-multi-select-wrapper .e-chips { + margin: 4px 2px 2px 0; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent { + max-width: 100%; + overflow: hidden; + padding: 3px 8px 4.2px 0; + text-indent: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher { + display: inline-block; + float: none; +} + +.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent, +.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 6px 8px 6px 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent, +.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 6px 0 6px 8px; +} + +.e-multi-select-wrapper .e-chips-close { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + float: right; + font-family: 'e-icons'; + height: 26px; + margin: 0; + width: 26px; +} + +.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close { + margin: 3px 0 0; +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker { + cursor: default; + font-size: 10px; + height: 30px; + margin-top: -3.2em; + position: absolute; + right: 0; + top: 100%; + width: 30px; +} + +.e-multiselect .e-down-icon .e-chips-close.e-close-hooker { + right: 27px; +} + +.e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker { + right: 38px; +} + +.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -3.5em; +} + +.e-multi-select-wrapper input[type='text'] { + background: none; + border: 0; + font-family: inherit; + font-size: 14px; + font-weight: 400; + height: 28px; + min-height: 28px; + outline: none; + padding: 0; + text-indent: 10px; +} + +.e-bigger .e-multi-select-wrapper input[type='text'], +.e-multi-select-wrapper.e-mob-wrapper input[type='text'] { + height: 28px; + min-height: 28px; +} + +.e-bigger .e-multi-select-wrapper input[type='text'] { + height: 38px; + min-height: 38px; +} + +.e-multi-select-wrapper input[type='text']::-ms-clear { + display: none; +} + +.e-multi-select-wrapper .e-searcher { + display: block; + float: left; + width: auto; +} + +.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 40px); +} + +.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 48px); +} + +.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 40px); +} + +.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 44px); +} + +.e-multi-select-wrapper .e-delim-values { + font-family: inherit; + font-size: 14px; + line-height: 29px; + max-width: 100%; + padding-left: 10px; + padding-right: 0; + vertical-align: middle; +} + +.e-bigger .e-multi-select-wrapper .e-delim-values { + line-height: 36px; +} + +.e-multi-select-list-wrapper .e-hide-listitem { + display: none; +} + +.e-multi-select-wrapper .e-delim-values .e-remain { + color: #fff; + cursor: pointer; + display: inline-block; + font-size: 14px; + padding-left: 16px; +} + +.e-multiselect.e-disabled .e-multi-select-wrapper, +.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before { + cursor: not-allowed; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + height: 38px; + left: 10px; + margin: 0 0 0 0; + margin-left: auto; + position: relative; + top: 0; + width: 38px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + -ms-flex-item-align: center; + align-self: center; + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); + display: -ms-inline-flexbox; + display: inline-flex; + padding: 0 10px; + width: 92%; +} + +.e-multi-select-wrapper .e-ddl-disable-icon::before { + content: ''; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher { + float: none; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide { + padding-left: 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper { + padding: 0 2px 0 32px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + left: -12px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + margin: 0; + margin-right: auto; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher { + float: right; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips { + float: right; + margin: 2px 0 2px 2px; + padding: 0 8px 0 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent { + padding: 3px 0 3px 8px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close { + float: left; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before { + left: -9px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip { + padding: 0 4px 0 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent { + padding: 5px 8px 6px 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + padding: 0 4px 0 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + padding: 9px 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker { + left: 27px; + position: absolute; + right: auto; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before { + left: -4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain { + padding-right: 16px; +} + +.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-icon.e-close-hooker { + left: 30px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before { + left: -10px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper { + padding-left: 14px; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { + padding-right: 18px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { + padding-right: 8px; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-mulltiselect-group .e-list-group-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item { + padding-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item { + padding-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item { + padding-right: 10px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item { + padding-right: 16px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + padding-left: 16px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper { + padding-left: 20px; +} + +.e-multi-select-list-wrapper .e-selectall-parent { + cursor: pointer; + display: block; + line-height: 36px; + overflow: hidden; + position: relative; + text-indent: 11px; + white-space: nowrap; + width: 100%; +} + +.e-multi-select-list-wrapper .e-selectall-parent .e-all-text { + color: #fff; + font-family: inherit; + font-size: 14px; +} + +.e-bigger .e-multi-select-list-wrapper .e-selectall-parent { + font-size: 14px; + line-height: 46px; + text-indent: 17px; +} + +.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { + bottom: 1px; + margin-right: 8px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; +} + +.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-multiselect .e-input-group-icon.e-ddl-icon { + float: right; + margin-top: 0; +} + +.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon { + float: left; +} + +.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-multiselect .e-multi-select-wrapper.e-down-icon { + padding: 0; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter, +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter { + padding: 8px; +} + +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter, +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus { + padding: 4px 0; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon, +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon { + padding-left: 8px; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon { + padding: 0; +} + +.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain { + line-height: 20px; + padding-left: 10px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame, +.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame { + opacity: .3; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable, +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable { + opacity: .7; +} + +.e-multi-select-wrapper input[readonly='true'] { + pointer-events: none; +} + +.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher { + pointer-events: none; +} + +ejs-multiselect { + display: block; +} + +.e-small .e-multi-select-list-wrapper .e-selectall-parent { + line-height: 26px; +} + +.e-small .e-multi-select-wrapper .e-chips-close { + height: 22px; + width: 22px; +} + +.e-small .e-multi-select-wrapper { + min-height: 24px; +} + +.e-small .e-multi-select-wrapper input[type='text'] { + height: 24px; + min-height: 24px; +} + +.e-small .e-multi-select-wrapper .e-delim-values { + font-size: 13px; + line-height: 26px; +} + +.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -2.9em; +} + +.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent { + line-height: 40px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips-close { + height: 26px; + width: 26px; +} + +.e-bigger.e-small .e-multi-select-wrapper { + min-height: 26px; +} + +.e-bigger.e-small .e-multi-select-wrapper input[type='text'] { + height: 34px; + min-height: 34px; +} + +.e-small.e-bigger .e-multi-select-wrapper .e-delim-values { + font-size: 14px; + line-height: 34px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -3.2em; + right: 0; +} + +.e-content-placeholder.e-multiselect.e-placeholder-multiselect { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect, +.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect { + background-size: 300px 40px; + min-height: 40px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close { + -ms-flex-align: center; + align-items: center; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + -ms-flex-align: normal; + align-items: normal; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before { + color: #000; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected { + background-color: #ffd939; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected:hover { + background-color: #ffd939; +} + +.e-multiselect { + box-sizing: border-box; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent { + color: #000; + font-family: inherit; + font-size: 14px; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent { + color: #000; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover { + color: #000; +} + +.e-multi-select-wrapper .e-chips { + background-color: #bfbfbf; + border-radius: 0; + height: 26px; +} + +.e-multi-select-wrapper .e-chips:hover { + background-color: #685708; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent:hover { + color: #fff; +} + +.e-multi-select-wrapper .e-chips .e-chips-close::before { + color: #000; + font-size: 10px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + background-color: #bfbfbf; + border-radius: 0; + color: #000; + height: 38px; + line-height: 38px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + color: #000; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip, +.e-bigger .e-multi-select-wrapper .e-chips { + height: 30px; +} + +.e-popup.e-multi-select-list-wrapper { + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); + box-sizing: content-box; + overflow: initial; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active { + border-bottom: 1px solid transparent; + border-left: 1px solid #ffd939; + border-right: 1px solid #ffd939; + border-top: 1px solid #ffd939; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active { + background-color: transparent; + border-color: transparent; + color: #fff; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active { + background-color: transparent; + border-color: transparent; + color: #fff; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover { + background-color: #685708; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover { + background-color: #685708; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child { + border-bottom: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus { + background-color: #ffd939; + border: 1px solid #ffd939; + box-shadow: none; + color: #000; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus { + background-color: #ffd939; + border: 1px solid #ffd939; + box-shadow: none; + color: #000; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item { + border: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item { + border: 1px solid transparent; +} + +.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { + color: #fff; +} + +.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { + color: #fff; +} + +.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { + color: #fff; +} + +.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { + color: #fff; +} + +.e-ul.e-reorder { + border-bottom: 1px solid #685708; +} + +.e-multi-select-list-wrapper .e-selectall-parent { + border-bottom: 1px solid #685708; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check { + background-color: #000; + border-color: #000; + color: #ffd939; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check { + background-color: #000; + border-color: #000; + color: #ffd939; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active:not(.e-item-focus):not(.e-hover) { + background-color: #000; +} + +e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-group-item.e-active:not(.e-item-focus):not(.e-hover) { + background-color: #000; +} + +.e-multi-select-wrapper .e-delim-values { + color: #000; +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker { + color: #fff; +} + +.e-small .e-multi-select-wrapper .e-chips { + height: 22px; +} + +.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 12px; +} + +.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 8px; +} + +.e-small .e-multi-select-wrapper .e-close-hooker::before { + left: 7px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips { + height: 26px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 12px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 10px; +} + +.e-listbox-tool .e-moveup::before { + content: '\e651'; +} + +.e-listbox-tool .e-movedown::before { + content: '\e652'; +} + +.e-listbox-tool .e-moveto::before { + content: '\e653'; +} + +.e-listbox-tool .e-movefrom::before { + content: '\e654'; +} + +.e-listbox-tool .e-moveallto::before { + content: '\e655'; +} + +.e-listbox-tool .e-moveallfrom::before { + content: '\e656'; +} + +.e-listbox-wrapper { + -webkit-overflow-scrolling: touch; + border: 0 solid; + cursor: pointer; + display: block; + overflow: auto; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-listbox-wrapper * { + box-sizing: border-box; +} + +.e-listbox-wrapper:focus { + outline: none; +} + +.e-listbox-wrapper.e-disabled { + cursor: default; + pointer-events: none; +} + +.e-listbox-wrapper:not(.e-list-template) .e-list-item, +.e-listbox-wrapper .e-selectall-parent { + height: 36px; + line-height: 30px; + padding: 0 12px; + position: relative; +} + +.e-listbox-wrapper .e-list-parent { + height: 100%; +} + +.e-listbox-wrapper .e-list-item { + border-bottom: 0 solid; + outline: none; +} + +.e-listbox-wrapper .e-list-item.e-disabled { + pointer-events: none; +} + +.e-listbox-wrapper .e-disable { + opacity: .7; +} + +.e-listbox-wrapper .e-list-parent { + margin: 0; + padding: 0; +} + +.e-listbox-wrapper .e-list-header .e-text.header { + display: none; +} + +.e-listbox-wrapper .e-icon-back { + margin-top: 2px; +} + +.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-listbox-wrapper .e-list-header { + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid; + display: -ms-flexbox; + display: flex; + font-weight: 600; + height: 36px; + padding: 0 16px; +} + +.e-listbox-wrapper .e-has-header > .e-view { + top: 45px; +} + +.e-listbox-wrapper .e-but-back { + cursor: pointer; + padding-right: 20px; +} + +.e-listbox-wrapper .e-list-group-item:first-child { + border: 0; + border-bottom: 0 solid transparent; +} + +.e-listbox-wrapper .e-list-group-item { + border-bottom: 0 solid transparent; + border-top: 1px solid; + font-weight: 600; + height: 36px; + line-height: 30px; + padding: 0 12px; +} + +.e-listbox-wrapper .e-icon-collapsible { + cursor: pointer; + font-size: 12px; + position: absolute; + right: 0%; + top: 50%; + transform: translateY(-50%); +} + +.e-listbox-wrapper .e-text-content { + height: 100%; + position: relative; + vertical-align: middle; +} + +.e-listbox-wrapper .e-text-content * { + display: inline-block; + vertical-align: middle; +} + +.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text { + width: calc(100% - 40px); +} + +.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text { + width: calc(100% - 90px); +} + +.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 80px); +} + +.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 92px); +} + +.e-listbox-wrapper .e-checkbox .e-checkbox-left { + margin: -2px 10px 0 0; +} + +.e-listbox-wrapper .e-checkbox .e-checkbox-right { + margin: -2px 0 0 10px; +} + +.e-listbox-wrapper .e-list-text { + cursor: pointer; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + width: 100%; +} + +.e-listbox-wrapper .e-list-icon + .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-icon-wrapper .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-list-icon { + height: 30px; + margin-right: 16px; + width: 30px; +} + +.e-listbox-wrapper .e-content { + overflow: hidden; + position: relative; +} + +.e-listbox-wrapper .e-list-header .e-text { + cursor: pointer; + text-indent: 0; +} + +.e-listbox-wrapper .e-text .e-headertext { + display: inline-block; + line-height: 21px; +} + +.e-listbox-wrapper.e-rtl { + direction: rtl; +} + +.e-listbox-wrapper.e-rtl .e-list-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-listbox-wrapper.e-rtl .e-icon-collapsible { + left: 0%; + right: initial; + top: 50%; + transform: translateY(-50%) rotate(180deg); +} + +.e-listbox-wrapper.e-rtl .e-list-header .e-text { + cursor: pointer; +} + +.e-listbox-wrapper.e-rtl .e-but-back { + transform: rotate(180deg); +} + +.e-listbox-wrapper.e-rtl .e-icon-back { + margin-top: 1px; +} + +.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left { + margin: -2px 0 0 10px; +} + +.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right { + margin: -2px 10px 0 0; +} + +.e-listbox-wrapper.e-rtl .e-checkbox-wrapper { + margin: -2px 0 0 10px; +} + +.e-listbox-wrapper .e-list-item .e-list-badge { + -ms-flex-align: center; + align-items: center; + background-color: #ffd939; + border: 1px solid #000; + border-radius: 50%; + color: #000; + display: -ms-flexbox; + display: flex; + font-size: 12px; + height: 22px; + -ms-flex-pack: center; + justify-content: center; + position: absolute; + right: -10px; + top: -10px; + width: 22px; +} + +.e-listbox-wrapper .e-checkbox-wrapper { + margin: -2px 10px 0 0; + text-indent: 0; + vertical-align: middle; +} + +.e-listbox-wrapper.e-right .e-checkbox-wrapper { + position: absolute; + right: 0; + top: 30%; +} + +.e-listbox-wrapper .e-input-group { + padding: 4px 8px; +} + +.e-listbox-wrapper .e-input-focus { + padding: 4px 4px 4px 8px; +} + +.e-listbox-wrapper .e-hidden-select { + height: 1px; + opacity: 0; + position: absolute; + width: 100%; +} + +.e-listbox-wrapper .e-placeholder { + background-color: #ffd939; + display: block; + height: 1px; +} + +.e-listbox-wrapper .e-sortableclone { + z-index: 10000; +} + +.e-listbox-wrapper .e-sortableclone.e-ripple { + overflow: visible; +} + +ejs-listbox { + display: block; +} + +.e-listboxtool-wrapper { + cursor: pointer; + display: -ms-flexbox; + display: flex; +} + +.e-listboxtool-wrapper * { + box-sizing: border-box; +} + +.e-listboxtool-wrapper.e-disabled { + cursor: default; + pointer-events: none; +} + +.e-listboxtool-wrapper .e-listbox-wrapper { + -ms-flex: 1; + flex: 1; +} + +.e-listboxtool-wrapper.e-right .e-listbox-tool { + margin-left: 15px; +} + +.e-listboxtool-wrapper.e-left .e-listbox-tool { + margin-right: 15px; +} + +.e-listboxtool-wrapper .e-listbox-tool { + border: 1px solid #969696; + overflow: auto; + padding: 8px; +} + +.e-listboxtool-wrapper .e-listbox-tool .e-btn { + display: list-item; + list-style-type: none; + margin-bottom: 10px; +} + +.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool { + margin-right: 15px; +} + +.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool { + margin-left: 15px; +} + +.e-bigger .e-listbox-wrapper .e-list-item, +.e-listbox-wrapper.e-bigger .e-list-item { + border-bottom: 2px solid transparent; + border-left: 2px solid transparent; + border-right: 2px solid transparent; + border-top: 2px solid transparent; +} + +.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item, +.e-bigger .e-listbox-wrapper .e-selectall-parent, +.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item, +.e-listbox-wrapper.e-bigger .e-selectall-parent { + height: 45px; + line-height: 38px; + position: relative; +} + +.e-bigger .e-listbox-wrapper .e-text-content, +.e-listbox-wrapper.e-bigger .e-text-content { + font-size: 15px; +} + +.e-bigger .e-listbox-wrapper .e-list-group-item, +.e-listbox-wrapper.e-bigger .e-list-group-item { + height: 45px; + line-height: 45px; +} + +.e-bigger .e-listbox-wrapper .e-list-header, +.e-listbox-wrapper.e-bigger .e-list-header { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-weight: 600; + height: 45px; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-text.header, +.e-listbox-wrapper.e-bigger .e-list-header .e-text.header { + display: none; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header, +.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-text, +.e-listbox-wrapper.e-bigger .e-list-header .e-text { + font-size: 15px; +} + +.e-listbox-wrapper { + border: 1px solid #969696; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; +} + +.e-listbox-wrapper .e-list-header { + background-color: #000; + border-color: #969696; + color: #ffd939; + font-size: 14px; +} + +.e-listbox-wrapper .e-icons { + color: #fff; +} + +.e-listbox-wrapper .e-list-item { + background-color: #000; + border-bottom: 2px solid transparent; + border-left: 2px solid transparent; + border-right: 2px solid transparent; + border-top: 2px solid transparent; + color: #fff; +} + +.e-listbox-wrapper .e-list-item:hover:not(.e-disabled), +.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) { + background-color: #685708; + border-color: #fff; + color: #fff; +} + +.e-listbox-wrapper .e-list-item.e-selected { + background-color: #ffd939; + color: #000; +} + +.e-listbox-wrapper .e-list-item.e-selected.e-checklist { + background-color: #000; + color: #fff; +} + +.e-listbox-wrapper .e-list-item.e-focused, +.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist { + background-color: #ffd939; + color: #000; +} + +.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, +.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #000; + border-color: #000; + color: #ffd939; +} + +.e-listbox-wrapper .e-list-group-item { + background-color: #000; + border-color: #969696; + color: #ffd939; + font-size: 14px; +} + +.e-listbox-wrapper .e-selectall-parent { + background-color: #000; + border-bottom: 1px solid #fff; + color: #fff; +} + +.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element { + background-color: transparent; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper { + height: inherit; + position: relative; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) { + padding: 0.6153em 0.923em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line { + padding: 0.6153em 0.923em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header { + color: #fff; + display: block; + font-size: 13px; + font-weight: 500; + margin: 0; + overflow: hidden; + padding: 0.093em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content { + color: #fff; + display: block; + font-size: 13px; + margin: 0; + padding: 0.093em 0; + word-wrap: break-word; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + height: 3.0769em; + left: 0.923em; + position: absolute; + top: 0.6153em; + width: 3.0769em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 4.923em; + padding-right: 0.923em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 0.923em; + padding-right: 4.923em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + height: 3.0769em; + position: absolute; + right: 0.923em; + top: 0.6153em; + width: 3.0769em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar { + top: 0.6153em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar { + top: 0.6153em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge { + font-size: 13px; + height: 1.5384em; + line-height: 1.3384em; + padding: 0; + position: absolute; + right: 0.923em; + top: 50%; + transform: translateY(-50%); + width: 1.5384em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.923em; + padding-right: 3.3846em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 0.923em; + padding-right: 3.3846em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content { + display: block; + margin: 0; + overflow: hidden; + padding: 0.867em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header { + color: #fff; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content { + color: #fff; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header { + color: #000; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content { + color: #000; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + left: inherit; + right: 0.923em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 0.923em; + padding-right: 4.923em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 4.923em; + padding-right: 0.923em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + left: 0.923em; + right: inherit; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge { + left: 0.923em; + right: inherit; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 3.3846em; + padding-right: 4.923em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 3.3846em; + padding-right: 0.923em; +} + +.e-documenteditor .e-close::before { + content: '\e825'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-documenteditor .e-de-op-search-icon::before { + content: '\e275'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-arrow-up::before { + content: '\e834'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-arrow-down::before { + content: '\e83d'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-de-op .e-de-op-close-icon { + font-size: 12px; + height: 22px; + margin-left: -4px; + margin-top: -3px; + width: auto; +} + +.e-documenteditor .e-de-op-close-icon::before { + content: '\e7a7'; +} + +.e-documenteditor .e-de-op-search-close-icon::before { + content: '\e7a7'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-documenteditor .e-de-new-cmt::before { + content: '\e7d5'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-menu-icon::before { + content: '\e976'; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-documenteditor .e-de-cmt-mark-icon::before { + content: '\e817'; + font-family: 'e-icons'; + font-size: 13px; +} + +.e-documenteditor .e-de-cmt-post::before { + content: '\e816'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-rply-icon::before { + content: '\e815'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-cancel::before { + content: '\e7a7'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-delete::before { + content: '\e602'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-reopen::before { + content: '\e818'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-nav-up::before { + content: '\e651'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-nav-right-arrow::before { + content: '\e830'; +} + +.e-documenteditor .e-de-nav-left-arrow::before { + content: '\e829'; +} + +.e-de-table-properties-alignment:hover { + border-color: #ffd939; +} + +.e-de-table-properties-alignment { + border: 1px solid transparent; +} + +.e-de-tablecell-alignment { + border: 1px solid transparent; +} + +.e-de-tablecell-alignment:hover { + border-color: #ffd939; +} + +.e-de-table-left-alignment::before { + content: '\e517'; + font-size: 46px; +} + +.e-de-table-center-alignment::before { + content: '\e518'; + font-size: 46px; +} + +.e-de-table-right-alignment::before { + content: '\e515'; + font-size: 46px; +} + +.e-de-tablecell-top-alignment::before { + content: '\e527'; + font-size: 51px; +} + +.e-de-tablecell-center-alignment::before { + content: '\e526'; + font-size: 51px; +} + +.e-de-tablecell-bottom-alignment::before { + content: '\e525'; + font-size: 51px; +} + +.e-de-table-border-setting { + border: 1px solid #fff; + height: 48px; + left: 5px; + position: relative; + top: 5px; + width: 48px; +} + +.e-de-table-border-setting-genral { + border: 1px solid rgba(0, 0, 0, 0.26); + display: inline-block; + height: 60px; + width: 60px; +} + +.e-de-table-border-preview-genral { + border: 1px solid rgba(0, 0, 0, 0.26); + display: inline-block; + height: 25px; + width: 25px; +} + +.e-de-table-border-inside-setting:hover { + border: 1px solid #ffd939; +} + +.e-de-table-border-preview { + height: 24px; + width: 24px; +} + +.e-de-table-border-inside-preview:hover { + border: 1px solid #ffd939; +} + +.e-de-table-border-inside-setting-click { + border: 1px solid #ffd939; +} + +.e-de-table-border-inside-preview-click { + border: 1px solid #ffd939; +} + +.e-de-table-border-none-setting::before { + content: '\e507'; + font-size: 46px; + position: absolute; +} + +.e-de-table-border-box-setting::before { + content: '\e509'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-all-setting::before { + content: '\e511'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-custom-setting::before { + content: '\e516'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-toptop-alignment::before { + content: '\e281'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-topcenter-alignment::before { + content: '\e276'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-topbottom-alignment::before { + content: '\e298'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-diagionalup-alignment::before { + content: '\e262'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-diagionaldown-alignment::before { + content: '\e265'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-bottomleft-alignment::before { + content: '\e291'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-bottomcenter-alignment::before { + content: '\e287'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-de-table-border-bottomright-alignment::before { + content: '\e288'; + font-size: 16px; + left: 4px; + position: absolute; + top: -5px; +} + +.e-menu-item .e-de-cmt-add::before { + content: '\e814'; + font-family: 'e-icons'; +} + +.e-menu-item .e-de-cut::before { + content: '\e279'; +} + +.e-menu-item .e-de-spellcheck::before { + content: '\e689'; +} + +.e-menu-item .e-de-copy::before { + content: '\e280'; +} + +.e-menu-item .e-de-paste::before { + content: '\e501'; +} + +.e-menu-item .e-de-continue-numbering::before { + content: '\e503'; +} + +.e-menu-item .e-de-restart-at::before { + content: '\e277'; +} + +.e-menu-item .e-de-insertlink::before { + content: '\e290'; +} + +.e-menu-item .e-de-open-hyperlink::before { + content: '\e278'; +} + +.e-menu-item .e-de-copy-hyperlink::before { + content: '\e295'; +} + +.e-menu-item .e-de-edit-hyperlink::before { + content: '\e289'; +} + +.e-menu-item .e-de-remove-hyperlink::before { + content: '\e286'; +} + +.e-menu-item .e-de-fonts::before { + content: '\e273'; +} + +.e-menu-item .e-de-paragraph::before { + content: '\e75e'; +} + +.e-menu-item .e-de-table::before { + content: '\e294'; +} + +.e-menu-item .e-de-insertabove::before { + content: '\e506'; +} + +.e-menu-item .e-de-insertbelow::before { + content: '\e505'; +} + +.e-menu-item .e-de-insertleft::before { + content: '\e285'; +} + +.e-menu-item .e-de-insertright::before { + content: '\e284'; +} + +.e-menu-item .e-de-delete-table::before { + content: '\e292'; +} + +.e-menu-item .e-de-deleterow::before { + content: '\e283'; +} + +.e-menu-item .e-de-deletecolumn::before { + content: '\e282'; +} + +.e-de-bold::before { + content: '\e339'; + font-family: 'e-icons'; +} + +.e-de-italic::before { + content: '\e35a'; + font-family: 'e-icons'; +} + +.e-de-underline::before { + content: '\e343'; + font-family: 'e-icons'; +} + +.e-de-indent::before { + content: '\e35d'; + font-family: 'e-icons'; +} + +.e-de-outdent::before { + content: '\e33f'; + font-family: 'e-icons'; +} + +.e-de-align-left::before { + content: '\e33a'; + font-family: 'e-icons'; +} + +.e-de-align-center::before { + content: '\e35e'; + font-family: 'e-icons'; +} + +.e-de-align-right::before { + content: '\e34d'; + font-family: 'e-icons'; +} + +.e-de-justify::before { + content: '\e334'; + font-family: 'e-icons'; +} + +.e-de-single-spacing::before { + content: '\e520'; + font-family: 'e-icons'; +} + +.e-de-double-spacing::before { + content: '\e521'; + font-family: 'e-icons'; +} + +.e-de-one-point-five-spacing::before { + content: '\e522'; + font-family: 'e-icons'; +} + +.e-de-before-spacing::before { + content: '\e523'; + font-family: 'e-icons'; +} + +.e-de-after-spacing::before { + content: '\e274'; + font-family: 'e-icons'; +} + +.e-de-icon-bullet-list-dot::before { + content: '\e270'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-circle::before { + content: '\e254'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-square::before { + content: '\e271'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-tick::before { + content: '\e259'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-flower::before { + content: '\e267'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-arrow::before { + content: '\e253'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-none::before { + content: '\e256'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-autofit::before { + content: '\eba8'; + font-family: 'e-icons'; +} + +.e-de-icon-fixed-columnwidth::before { + content: '\eba9'; + font-family: 'e-icons'; +} + +.e-de-icon-auto-fitwindow::before { + content: '\ebaa'; + font-family: 'e-icons'; +} + +.e-item .e-de-paste-text::before { + content: '\e687'; +} + +.e-item .e-de-paste-source::before { + content: '\e686'; +} + +.e-item .e-de-paste-merge::before { + content: '\e688'; +} + +.e-icon-btn .e-de-paste::before { + content: '\e68a'; +} + +.e-de-blink-cursor { + border-left: 1px solid; + pointer-events: none; + position: absolute; + z-index: 3; +} + +.e-de-cursor-animation { + animation-duration: 1s; + animation-iteration-count: infinite; + animation-name: FadeInFadeOut; +} + +@keyframes FadeInFadeOut { + from { + opacity: 1; + } + 13% { + opacity: 0; + } + 50% { + opacity: 0; + } + 63% { + opacity: 1; + } + to { + opacity: 1; + } +} + +.e-de-text-target { + border: 0; + height: 1px; + opacity: 0; + outline-style: none; + overflow: hidden; + pointer-events: none; + position: absolute; + top: -10000px; + width: 625px; +} + +.e-documenteditor .e-checkbox-wrapper .e-frame { + height: 14px; + line-height: 6px; + width: 14px; +} + +.e-documenteditor .e-checkbox-wrapper .e-label { + font-size: 12px; +} + +.e-documenteditor .e-de-op-close-button { + height: 22px; + left: 267px; + position: absolute; + top: 20px; + width: 22px; +} + +.e-documenteditor .e-de-op-close-button.e-de-rtl { + left: 14px; +} + +.e-de-background { + background-color: #000; +} + +.e-de-result-list-block .e-de-search-result-hglt { + background: transparent; + border-bottom: 2px solid #ffd939; + cursor: default; + padding: 15px 1px 15px 5px; +} + +.e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text { + color: #ffd939; +} + +.e-de-search-result-item { + cursor: default; + padding: 15px 1px 15px 5px; + word-break: break-word; +} + +.e-de-search-result-item:hover { + border-bottom: 1px solid #ffd939; + cursor: default; +} + +.e-de-search-result-item:focus { + border-bottom: 2px solid #ffd939; + cursor: default; + padding: 15px 1px 15px 5px; +} + +.e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus { + border: 1px solid #ddd; +} + +.e-de-op-search-icon:hover { + background: #ddd; +} + +.e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-de-op-search-close-icon:hover { + background: #ddd; +} + +.e-spin-down:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-spin-down:hover { + background: #ddd; +} + +.e-spin-up:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-spin-up:hover { + background: #ddd; +} + +.e-de-para-dlg-heading { + color: #fff; + display: block; + font-size: 16px; + font-weight: 600; + margin-bottom: 10px; +} + +.e-de-para-dlg-container { + height: auto; + width: 405px; +} + +.e-de-para-dlg-cs-check-box { + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-para-dlg-spacing-div { + margin-left: 40px; +} + +.e-de-para-dlg-spacing-div.e-de-rtl { + margin-left: 0; + margin-right: 40px; +} + +.e-de-toc-dlg-heading { + color: #fff; + display: block; + font-size: 14px; + font-weight: 400; + margin-bottom: 5px; +} + +.e-de-toc-dlg-main-heading { + color: #fff; + display: block; + font-size: 14px; + font-weight: 500; + margin-bottom: 5px; +} + +.e-content-placeholder.e-documenteditor.e-placeholder-documenteditor { + background-size: 100%; +} + +.e-de-toc-reset-button { + margin-top: 10px; +} + +.e-de-toc-reset-button.e-de-rtl { + margin-right: 0; +} + +.e-de-toc-modify-button { + margin-left: 145px; + margin-top: 10px; +} + +.e-de-toc-modify-button.e-de-rtl { + margin-left: 0; + margin-right: 157px; +} + +.e-de-toc-dlg-container { + height: 464px; + width: 498px; +} + +.e-de-toc-dlg-sub-container { + margin-bottom: 10px; +} + +.e-de-toc-list-view { + border: 1px solid #c8c8c8; + border-radius: 1px; + font-size: 12px; + height: 193px; + margin-left: 46px; + overflow-y: scroll; + width: 210px; +} + +.e-de-toc-list-view.e-de-rtl { + margin-left: 0; + margin-right: 46px; +} + +.e-de-toc-dlg-sub-heading { + color: #fff; + display: block; + font-size: 14px; + font-weight: 400; + margin: 10px 15px 10px 15px; +} + +.e-de-toc-dlg-style-label { + margin-left: 50px; + margin-top: 43px; +} + +.e-de-toc-dlg-style-label .e-de-rtl { + margin-left: 0; + margin-right: 50px; +} + +.e-de-pagesetup-dlg-container { + height: 260px; + width: 354px; +} + +.e-de-page-setup-ppty-tab { + border: 0; +} + +.e-de-page-setup-dlg-sub-container { + margin-bottom: 30px; +} + +.e-de-page-setup-dlg-left-sub-container { + float: left; + position: relative; + top: 17px; +} + +.e-de-page-setup-dlg-left-sub-container.e-de-rtl { + float: right; +} + +.e-de-page-setup-dlg-right-sub-container { + float: right; + position: relative; + top: 17px; +} + +.e-de-page-setup-dlg-right-sub-container.e-de-rtl { + float: left; +} + +.e-de-page-setup-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 4px; + margin-top: 3px; +} + +.e-de-page-setup-dlg-sub-title-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 4px; + margin-top: 12px; +} + +.e-de-page-setup-dlg-sub-container-port { + height: 55px; + margin-bottom: 20px; +} + +.e-de-page-setup-dlg-sub-label { + font-size: 13px; + font-weight: 450; +} + +.e-de-page-setup-dlg-orientation-prop { + margin-top: 13px; +} + +.e-de-page-setup-dlg-sub-size-container { + height: 70px; + margin-bottom: 20px; +} + +.e-de-page-setup-dlg-layout-sub-container { + height: 60px; + margin-bottom: 20px; + position: relative; + top: 17px; +} + +.e-de-page-setup-dlg-first-page-prop .e-label, +.e-de-page-setup-dlg-odd-or-even-prop .e-label { + font-size: 12px; +} + +.e-de-page-setup-dlg-first-page-prop .e-frame, +.e-de-page-setup-dlg-odd-or-even-prop .e-frame { + height: 20px; + line-height: 16px; + width: 20px; +} + +.e-de-page-setup-dlg-left-layout-container { + float: left; + position: relative; + top: 10px; +} + +.e-de-page-setup-dlg-left-layout-container.e-de-rtl { + float: right; +} + +.e-de-page-setup-dlg-right-layout-container { + float: right; + position: relative; + top: 10px; +} + +.e-de-page-setup-dlg-right-layout-container.e-de-rtl { + float: left; +} + +.e-de-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 5px; +} + +.e-de-para-dlg-sub-container .e-input-group { + margin-bottom: 8px; +} + +.e-de-para-dlg-sub-container { + margin-bottom: 15px; +} + +.e-de-para-dlg-right-sub-container { + top: 30px; +} + +.e-de-dlg-footer .e-btn { + margin-left: 10px; +} + +.e-de-hyperlink-dlg-title { + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-hyperlink .e-de-hyperlink-dlg-input { + height: 32px; + margin-bottom: 7px; + width: 230px; +} + +.e-de-font-dlg-header { + display: -ms-flexbox; + display: flex; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; +} + +.e-de-font-dlg-header-effects, +.e-de-font-dlg-header-font-color { + display: -ms-flexbox; + display: flex; + font-size: 14px; + font-weight: normal; + margin-bottom: 8px; +} + +.e-de-font-dlg-main-header { + color: #fff; + font-size: 14px; + font-weight: normal; + margin-right: 20px; +} + +.e-de-font-dlg-cb-right { + margin-left: 20px; +} + +.e-de-font-dlg-cb-right.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-font-dlg-cb-right-div { + margin-left: 20px; +} + +.e-de-dropdown { + margin-right: 20px; +} + +.e-de-restrict-pane, +.e-de-op { + border-right: 1px solid #e1e1e1; + padding-left: 16px; + padding-top: 20px; + position: relative; + width: 300px; +} + +.e-de-op.e-de-rtl { + padding-left: 0; + padding-right: 16px; +} + +.e-de-op-header { + color: #fff; + font-family: "Segoe UI"; + font-size: 15px; + font-weight: 100; + margin-bottom: 4px; +} + +.e-de-op-header.e-de-rtl { + direction: rtl; +} + +.e-de-op-tab { + border: 0; + height: 40px; +} + +.e-de-op-icon { + color: rgba(0, 0, 0, 0.54); + height: 20px; + width: 20px; +} + +.e-de-op-close-icon { + color: #fff; +} + +.e-de-op-nav-btn { + height: 22px; + width: 22px; +} + +.e-de-op-search-txt { + border-bottom: 1px solid #ddd; + color: #fff; + font-size: 14px; +} + +.e-de-op-search-txt .e-de-op-search-word { + color: #ffd939; +} + +.e-de-op-more-less { + display: block; + margin-top: 14px; +} + +.e-de-op-replacetabcontentdiv { + height: 82px; + margin-top: 14px; +} + +label[for*='_wholeWord_e-de-ltr'] { + left: 35px; +} + +label[for*='_wholeWord_e-de-rtl'] { + right: 35px; +} + +.e-de-cell-dia-label-common { + display: inline-block; + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; + width: 150px; +} + +.e-de-cell-dia-options-label { + font-size: 14px; + font-weight: 600; +} + +.e-de-table-border-heading { + font-size: 14px; + font-weight: 600; + padding-bottom: 20px; +} + +.e-de-table-setting-heading { + font-size: 14px; + font-weight: normal; + padding-bottom: 20px; +} + +.e-de-layout-setting-heading { + font-size: 14px; + font-weight: normal; + padding-bottom: 20px; +} + +.e-de-table-setting-labels-heading { + font-size: 12px; + font-weight: normal; +} + +.e-de-table-element-subheading { + font-size: 12px; + font-weight: normal; +} + +.e-de-border-dlg-preview-div { + border: 1px solid rgba(0, 0, 0, 0.54); +} + +.e-de-border-dlg-preview-inside-divs { + opacity: 0.54; +} + +.e-de-table-dia-align-div { + border: 1px solid #ddd; + display: inline-block; + height: 60px; + margin-right: 10px; + width: 60px; +} + +.e-de-table-dia-align-div.e-de-rtl { + margin-left: 10px; + margin-right: 0; +} + +.e-de-table-dia-align-label { + display: inline-block; + font-size: 12px; + font-weight: normal; + margin-left: 10px; + margin-top: 8px; +} + +.e-de-table-dialog-separator-line { + background-color: #fff; + bottom: 63px; + display: none; + height: 1px; + left: 1px; + margin-top: 5px; + position: absolute; + width: 100%; +} + +.e-de-table-alignment-active { + border: 1px solid #ffd939; +} + +.e-de-table-dialog-options-label { + font-size: 16px; + font-weight: 400; + padding-bottom: 10px; + padding-top: 10px; +} + +.e-de-list-ddl-header { + font-size: 14px; + font-weight: normal; + margin-bottom: 15px; + margin-top: 15px; +} + +.e-de-list-ddl-header-list-level { + font-size: 14px; + font-weight: normal; + margin-bottom: 15px; +} + +.e-de-tbl-dlg-footer { + padding-top: 23px; +} + +.e-de-row-ht-top { + padding: 0 20px; +} + +.e-de-ht-wdth-type { + margin-top: -25px; +} + +.e-de-row-ht-top.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-cell-width-top { + margin-left: 20px; + margin-top: -6px; +} + +.e-de-cell-width-top.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-tbl-dlg-border-btn { + float: right; + margin-top: 20px; +} + +.e-de-tbl-dlg-border-btn.e-de-rtl { + margin-right: 0; +} + +.e-de-table-border-setting.e-de-rtl { + right: 5px; +} + +.e-de-tbl-dlg-op-btn { + left: 410px; + position: absolute; + top: 275px; +} + +.e-de-insert-table-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-insert-table-dlg-input { + margin-bottom: 14px; +} + +.e-de-list-ddl-subheader, +.e-de-list-ddl-subheaderbottom { + font-size: 12px; + font-weight: normal; + margin-bottom: 10px; + margin-top: 10px; +} + +.e-de-list-dlg-subdiv { + float: right; + margin-top: 43px; + position: relative; +} + +.e-de-list-dlg-subdiv.e-de-rtl { + float: left; + margin-top: -136px; +} + +.e-de-list-dlg-div { + float: right; + margin-top: 41px; + position: relative; +} + +.e-de-list-dlg-div.e-de-rtl { + float: left; + margin-top: -139px; +} + +.e-de-ok-button { + margin-right: 8px; +} + +.e-de-ok-button.e-de-rtl { + margin-left: 8px; +} + +.e-de-options-setter { + left: 310px; +} + +.e-de-op-close-icon:hover { + color: #ffd939; +} + +.e-de-tooltip { + background-color: #fff; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + cursor: text; + max-width: 200px; + padding: 5px; + width: -webkit-fit-content; + width: fit-content; + word-wrap: break-word; +} + +.e-btn.e-de-op-icon-btn { + background-color: transparent; + border-color: transparent; +} + +.e-documenteditor .e-de-op-close-button { + height: 20px; + left: 267px; + position: absolute; + top: 18px; + width: 20px; +} + +.e-documenteditor .e-de-op-close-button.e-de-rtl { + right: 267px; +} + +.e-btn.e-de-op-close-button:hover { + background-color: transparent; + border-color: transparent; + color: #ffd939; +} + +.e-btn.e-de-op-close-button:focus { + background-color: transparent; + border-color: transparent; + color: #ffd939; +} + +.e-btn.e-de-op-close-button:active { + background-color: transparent; + border-color: transparent; + color: #ffd939; +} + +.e-documenteditor .e-input { + color: #fff; + font-size: 14px; +} + +.e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: 32px; +} + +.e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: auto; +} + +.e-de-op-result-container { + margin-top: 12px; +} + +.e-de-restrict-pane, +.e-de-op { + background-color: #000; +} + +.e-de-restrict-pane .e-tab-header .e-toolbar-items, +.e-de-op .e-tab-header .e-toolbar-items { + margin-bottom: 28px; + margin-top: 1px; +} + +.e-de-font-dlg-color { + border: 1px #fff; + border-radius: 1px; + font-size: 12px; + height: 16px; + margin-left: 15px; + width: 25px; +} + +.e-de-icon-table-row-above { + top: 10px; +} + +.e-de-icon-table-row-below { + top: 49px; +} + +.e-de-icon-table-column-left { + top: 89px; +} + +.e-de-icon-table-column-right { + top: 127px; +} + +.e-de-icon-table-delete { + top: 10px; +} + +.e-de-icon-table-row-delete { + top: 49px; +} + +.e-de-icon-table-column-delete { + top: 89px; +} + +.e-de-list-bullet-none { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-dot { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-circle { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-square { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-flower { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-arrow { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-tick { + height: 40px; + width: 40px; +} + +.e-de-bullet:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-numbered-none { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-number-dot { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-number-brace { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-up-roman { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-up-letter { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-low-letter-brace { + height: 80px; + width: 80px; +} + +.e-de-numbered-low-letter-dot { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-low-roman { + height: 80px; + width: 80px; +} + +.e-de-numbered:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-multilevel-none { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-normal { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-multilevel { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-bullets { + height: 80px; + width: 80px; +} + +.e-de-multilevel-list:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-list-dialog-open:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-de-cell-options { + left: 313px; + top: 303px; +} + +.e-de-cell-options.e-de-rtl { + left: 127px; +} + +.e-de-font-color-label { + margin-bottom: 1px; + margin-top: 10px; +} + +.e-de-font-content-label { + width: 115px; +} + +.e-de-font-color-margin { + margin-right: 10px; + margin-top: 8px; +} + +.e-de-font-color-margin.e-de-rtl { + margin-left: 10px; + margin-right: 0; +} + +.e-de-font-content-checkbox-label { + margin-left: 38px; +} + +.e-de-font-content-checkbox-label-rtl { + margin-right: 46px; +} + +.e-bigger .e-de-font-content-checkbox-label { + margin-left: 68px; +} + +.e-bigger .e-de-font-content-checkbox-label-rtl { + margin-right: 67px; +} + +.e-bigger .e-de-font-content-label { + width: 132px; +} + +.e-de-font-checkbox { + margin-left: 58px; +} + +.e-de-font-checkbox.e-de-rtl { + margin-left: 0; + margin-right: 58px; +} + +.e-de-font-checkbox.e-de-rtl { + margin-left: 0; + margin-right: 60px; +} + +.e-de-font-dlg-padding { + margin-top: 15px; +} + +.e-de-table-container-div { + margin-top: 15px; +} + +.e-de-table-header-div { + padding-top: 3px; +} + +.e-de-table-subheader-div { + float: right; + margin-right: 135px; + margin-top: -37px; +} + +.e-de-table-subheader-div.e-de-rtl { + float: left; + margin-left: 135px; + margin-right: 0; +} + +.e-de-table-cell-header-div { + padding-top: 3px; +} + +.e-de-table-cell-subheader-div { + top: 61px; +} + +.e-de-cell-margin-header { + left: -7px; + top: 319px; +} + +.e-de-font-dlg-display { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-de-tbl-margin-sub-header { + margin-top: 5px; +} + +.e-de-tbl-btn-seperator { + width: 62%; +} + +.e-de-op-msg { + color: #fff; + top: 79px; +} + +.e-de-save-dlg-file-name { + height: 25px; + margin-bottom: 8px; +} + +.e-de-save-dlg-format-type { + height: 25px; + margin-bottom: 8px; + padding-top: 1px; +} + +.e-de-search-tab-content { + margin-right: 1px; + margin-top: 1px; + width: 269px; +} + +.e-de-font-dlg { + width: 360px; +} + +.e-de-hyperlink { + height: 168px; + width: 230px; +} + +.e-de-insert-table { + height: 130px; + width: 230px; +} + +.e-de-insert-spellchecker { + height: 350px; + width: 513px; +} + +.e-de-dlg-spellcheck-listview { + border: 1px solid #e4e4e4; + border-radius: 2px !important; + height: 122px !important; + margin-top: 8px; + position: relative; + float: left; + width: 343px; +} + +.e-de-spellcheck-error-container { + height: 140px; + margin-bottom: 25px; +} + +.e-de-spellcheck-suggestion-container { + height: 140px; +} + +.e-dlg-spellcheck-listitem { + font-size: 15px !important; +} + +.e-de-spellcheck-btncontainer { + margin-top: 8px; + position: relative; + width: 154px; + float: right; +} + +.e-de-spellcheck-btn { + height: 36px; + margin-bottom: 8px; + width: 154px; +} + +.e-de-dlg-spellchecker-subheader { + font-size: 15px; + margin-top: 8px; +} + +.e-de-dlg-spellchecker-subheaderbtm { + font-size: 15px; +} + +.e-de-list-dlg { + height: 400px; + width: 400px; +} + +.e-de-save-dlg { + height: 135px; + width: 230px; +} + +.e-de-table-properties-dlg { + width: 406px; +} + +.e-de-table-border-shading-dlg { + height: 432px; + width: 450px; +} + +.e-de-table-cell-margin-dlg { + height: 210px; + width: 342px; +} + +.e-de-table-options-dlg { + height: 256px; + width: 380px; +} + +.e-de-table-border-none { + position: absolute; + top: 25px; +} + +.e-de-table-border-box { + position: absolute; + top: 95px; +} + +.e-de-table-border-all { + position: absolute; + top: 165px; +} + +.e-de-table-border-custom { + position: absolute; + top: 235px; +} + +.e-de-table-shading-preview { + top: 385px; +} + +.e-de-font-content-label span.e-label { + color: #fff; +} + +.e-de-font-label span.e-label { + color: #fff; +} + +.e-de-font-content-label:hover .e-label, +.e-css.e-de-font-content-label:hover .e-label { + color: #fff; +} + +.e-de-font-label:hover .e-label, +.e-css.e-de-font-label:hover .e-label { + color: #fff; +} + +.e-documenteditor .e-checkbox-wrapper .e-label { + color: #fff; + font-size: 14px; +} + +.e-documenteditor .e-checkbox-wrapper .e-frame { + height: 20px; + line-height: 16px; + width: 20px; +} + +.e-de-op-dlg-footer { + margin-top: 20px; +} + +.e-de-op-dlg-footer .e-btn { + padding-left: 6px; + padding-right: 6px; +} + +.e-de-search-tab-content .e-input-group .e-de-search-input { + width: 175px; +} + +.e-de-op-replacewith { + width: 97%; +} + +.e-de-table-ppty-tab { + border: 0; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-label { + color: #fff; +} + +.e-de-table-header-div .e-checkbox-wrapper .e-label { + color: #fff; +} + +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label { + color: #fff; +} + +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label { + color: #fff; +} + +.e-de-table-cell-header-div .e-checkbox-wrapper .e-label { + color: #fff; +} + +.e-de-tbl-margin-sub-header .e-label { + color: #fff; +} + +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-label { + color: #fff; +} + +.e-de-list-format-info { + border-radius: 50%; + cursor: default; + font-size: 12px; + height: 15px; + line-height: 1px; + padding: 3px 0 0 0; + text-transform: lowercase; + width: 16px; +} + +.e-button-custom { + height: 32px; + padding: 0; + width: 84px; +} + +.e-bigger .e-button-custom { + height: 37px; + width: 100px; +} + +.e-styles-listview, +.e-bookmark-listview { + border: 1px solid #fff; + border-radius: 0; + height: 150px; + overflow-y: scroll; +} + +.e-bookmark-gotobutton, +.e-bookmark-addbutton, +.e-styles-addbutton, +.e-bookmark-deletebutton { + margin-bottom: 8px; +} + +.e-bookmark-list { + float: left; + margin-right: 20px; + width: 250px; +} + +.e-bookmark-list.e-de-rtl { + margin-left: 20px; + margin-right: 0; +} + +.e-bookmark-textboxdiv { + margin-bottom: 6px; +} + +.e-bookmark-listview .e-list-item { + font-size: 13px; + height: 30px; + line-height: 27px; +} + +.e-bookmark-common { + display: -ms-flexbox; + display: flex; +} + +.e-bookmark-button { + position: relative; + top: 0; +} + +.e-font { + float: left; +} + +.e-font-rtl { + float: right; +} + +.e-de-table-border-toptop-alignment, +.e-de-table-border-topcenter-alignment, +.e-de-table-border-topbottom-alignment, +.e-de-table-border-diagionalup-alignment, +.e-de-table-border-diagionaldown-alignment, +.e-de-table-border-bottomleft-alignment, +.e-de-table-border-bottomcenter-alignment, +.e-de-table-border-bottomright-alignment { + left: 48%; + position: absolute; + top: 75%; + transform: translate(-50%, -50%); +} + +.e-de-style-properties, +.e-de-style-formatting { + font-size: 14px; + font-weight: 400; +} + +.e-de-style-formatting { + margin-bottom: 15px; +} + +.e-de-style-paragraph-indent-group-button .e-btn, +.e-de-style-paragraph-group-button .e-btn, +.e-de-style-font-group-button .e-btn { + box-shadow: none; +} + +.e-de-style-paragraph-indent-group-button .e-btn.e-active, +.e-de-style-paragraph-group-button .e-btn.e-active, +.e-de-style-font-group-button .e-btn.e-active { + background-color: #ffd939; + border-color: #ffd939; + box-shadow: none; + color: black; +} + +.e-de-style-properties { + margin-bottom: 15px; +} + +.e-de-style-nametype-div { + margin-bottom: 15px; +} + +.e-de-style-based-para-div { + margin-bottom: 15px; +} + +.e-de-style-name, +.e-de-style-styletype, +.e-de-style-style-based-on, +.e-de-style-style-paragraph { + font-size: 13px; + font-weight: 400; + margin-bottom: 8px; + width: 180px; +} + +.e-de-style-left-div { + margin-right: 20px; +} + +.e-de-style-left-div.e-de-rtl { + margin-left: 20px; + margin-right: 0; +} + +.e-de-style-font-color-picker, +.e-de-style-icon-button-size, +.e-de-style-icon-button-first-size, +.e-de-style-icon-button-last-size { + height: 31px; +} + +.e-bigger .e-de-style-font-color-picker, +.e-bigger .e-de-style-icon-button-size, +.e-bigger .e-de-style-icon-button-first-size, +.e-bigger .e-de-style-icon-button-last-size { + height: 35px; +} + +.e-bigger .e-de-style-bold-button-size { + height: 35px; + margin-left: 6px; + margin-right: 8px; +} + +.e-de-style-bold-button-size { + height: 31px; + margin-left: 6px; + margin-right: 8px; +} + +.e-de-style-format-dropdwn .e-btn-icon { + margin-left: 8px; +} + +.e-de-style-font-color-picker, +.e-de-style-icon-button-size { + margin-right: 8px; +} + +.e-de-style-icon-button-first-size { + margin-left: 6px; + margin-right: 3px; +} + +.e-de-style-icon-button-last-size { + margin-right: 6px; +} + +.e-de-style-font-color-picker { + margin-left: 8px; +} + +.e-style-font-fmaily-right { + margin-right: 8px; +} + +.e-style-font { + margin-left: 3px; + margin-right: 20px; +} + +.e-de-style-left-div .e-de-style-dlg-name-input { + height: 32px; +} + +.e-style-list { + margin-left: 10px; +} + +.e-de-style-dialog .e-de-style-only-this-document { + margin-top: 25px; +} + +.e-de-style-format-dropdwn { + width: 135px; +} + +.e-de-style-options-div { + margin-bottom: 20px; +} + +.e-de-style-paragraph-group-button { + border-right: 2px solid #e0e0e0; +} + +.e-de-style-font-group-button { + border-left: 2px solid #e0e0e0; + border-right: 2px solid #e0e0e0; +} + +.e-de-op-replace-messagediv { + color: #fff; + position: absolute; + top: 144px; +} + +.e-de-font-content-label .e-label, +.e-de-font-dlg-cb-right .e-label, +.e-de-font-checkbox .e-label { + font-size: 12px; +} + +.e-de-font-content-label .e-frame, +.e-de-font-dlg-cb-right .e-frame, +.e-de-font-checkbox .e-frame { + height: 20px; + line-height: 16px; + width: 20px; +} + +.e-de-op-input-group, +.e-de-op-replacewith { + height: 32px; +} + +.e-bigger .e-de-op-input-group, +.e-bigger .e-de-op-replacewith { + height: 40px; +} + +.e-de-hyperlink-bookmark-check { + margin-top: 15px; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-frame, +.e-de-table-header-div .e-checkbox-wrapper .e-frame, +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame, +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame, +.e-de-table-cell-header-div .e-checkbox-wrapper .e-frame, +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-frame, +.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame, +.e-de-tbl-margin-sub-header .e-frame { + height: 20px; + line-height: 16px; + width: 20px; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-label, +.e-de-table-header-div .e-checkbox-wrapper .e-label, +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label, +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label, +.e-de-table-cell-header-div .e-checkbox-wrapper .e-label, +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-label, +.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label, +.e-de-tbl-margin-sub-header .e-label { + font-size: 14px; +} + +.e-de-table-ppty-dlg-measure-div { + float: right; + margin-left: 20px; + margin-top: -18px; +} + +.e-de-table-ppty-dlg-measure-div.e-de-rtl { + float: left; + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-dlg-measure-drop-down-div { + float: right; + margin-left: 20px; + margin-top: 13px; +} + +.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-dlg-left-indent-container { + bottom: 8px; + left: 69px; + position: relative; +} + +.e-de-table-ppty-dlg-left-indent-container.e-de-rtl { + right: 69px; +} + +.e-de-table-ppty-dlg-row-height-label { + float: right; + margin-right: 181px; + margin-top: -62px; +} + +.e-de-table-ppty-dlg-row-height-label.e-de-rtl { + float: left; + margin-left: 181px; + margin-right: 0; +} + +.e-de-table-ppty-dlg-preferred-width-div { + float: right; + margin-left: 20px; + margin-top: 13px; +} + +.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-options-break { + margin-bottom: 10px; +} + +.e-de-table-cell-subheader-div { + margin-right: 125px; + margin-top: -37px; +} + +.e-de-table-cell-subheader-div.e-de-rtl { + margin-left: 125px; + margin-right: 0; +} + +.e-de-table-ppty-dlg-cell-tab-measure-label { + float: right; + margin-right: 192px; + margin-top: -64px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header { + padding-left: 12.5px; + padding-right: 12.5px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header { + padding-left: 12.5px; + padding-right: 12.5px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header { + padding-left: 1px; + padding-right: 12.5px; +} + +.e-styles-list { + float: left; + margin-right: 20px; + width: 250px; +} + +.e-styles-textboxdiv { + padding-bottom: 15px; +} + +.e-styles-listview .e-list-item { + font-size: 13px; + height: 30px; + line-height: 27px; +} + +.e-styles-common { + padding-top: 5px; +} + +.e-styles-button { + float: right; +} + +.e-de-toc-dlg-right-sub-container.e-de-rtl { + margin-left: 2px; + margin-right: 2px; +} + +.e-de-toc-dlg-styles { + margin-bottom: 13px; + margin-left: 46px; + margin-top: 30px; +} + +.e-de-toc-dlg-styles.e-de-rtl { + margin-left: 0; + margin-right: 46px; +} + +.e-de-toc-dlg-style-input.e-de-rtl { + margin-left: 0; + margin-right: 46px; +} + +.e-de-toc-dlg-build-table { + margin-top: 30px; +} + +.e-de-toc-table-div .e-de-toc-dlg-toc-level { + height: 24px; + margin-left: 34px; + width: 44px; +} + +.e-de-toc-styles-table-div { + border: 1px solid #c8c8c8; + border-radius: 1px; + margin-top: 10px; + width: 213px; +} + +.e-de-toc-dlg-sub-level-heading { + font-size: 12px; +} + +.e-de-toc-table-div { + height: 160px; + overflow-y: scroll; + width: 209px; +} + +.e-de-toc-dlg-style-input { + margin-bottom: 3px; + margin-left: 46px; + width: 210px; +} + +.e-de-toc-dlg-outline-levels { + margin-top: 15px; + width: 137px; +} + +.e-bookmark-textboxdiv .e-bookmark-textbox-input { + height: 32px; +} + +.e-styles-dlgfields { + font-weight: 400; + margin-bottom: 6px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header { + padding-left: 1px; + padding-right: 0 25px 0 0; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header { + padding-left: 0 25px 0 0; + padding-right: 0 25px 0 0; +} + +.e-de-dlg-target .e-footer-content .e-list-dlg-font { + margin-left: 1px; +} + +.e-bookmark-dlgfields { + font-weight: 400; + margin-bottom: 6px; +} + +.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md { + height: 65px; + padding: 10px; + width: 70px; +} + +.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md { + height: 45px; + width: 45px; +} + +.e-de-bullet-icon-size { + height: 45px; + width: 45px; +} + +.e-de-ui-list-header-presetmenu { + cursor: pointer; + font-size: 11px; + line-height: 14px; + min-width: 50px; + overflow: hidden; + text-align: left; + white-space: nowrap; + width: 100%; +} + +.e-de-ui-bullet { + font-size: 42px; +} + +.e-de-ui-list-header-presetmenu .e-de-ui-list-line { + border-bottom: 1px solid #ccc; + margin-left: 5px; + width: 100%; +} + +.e-de-ui-list-header-presetmenu div span { + color: #aaa; + display: inline-block; + vertical-align: middle; +} + +.e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem, +.e-de-ui-wfloating-menu .e-de-ui-menuitem-none { + border: 0; + box-shadow: inset 0 0 0 1px #ebebeb; + cursor: pointer; + height: 70px; + margin: 0 5px 5px 0; + padding: 0; + width: 70px; +} + +.e-de-ui-wfloating-menu { + padding: 10px 4px 5px 10px; +} + +.e-de-list-thumbnail .e-de-list-items { + float: left; +} + +.e-de-list-thumbnail .e-de-list-items { + background: #000; + border: 1px solid transparent; + clear: initial; + display: inline-block; + height: auto; + margin: 5px; + text-align: center; + width: auto; +} + +.e-de-list-items { + background: #000; + box-sizing: border-box; + cursor: pointer; + list-style: none; + padding: 7px 10px; + position: relative; +} + +.e-de-list-item-size { + font-size: 14px; +} + +.e-de-ui-wfloating-menu { + padding: 10px 4px 5px 10px; +} + +.e-de-table-border-fill.e-de-rtl { + margin-left: 20px; +} + +.e-de-table-border-fill:not(.e-de-rtl) { + margin-right: 20px; + margin-top: 5px; +} + +.e-de-table-ppty-dlg-tabs { + height: 341px; + position: relative; +} + +.e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active, +.e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active { + border-color: #ffd939; +} + +.e-de-bullet-icons { + left: 50%; + position: absolute; + top: 50%; + transform: translate(-43%, -43%); +} + +.e-de-header-footer-list { + color: #ffd939; +} + +.e-de-rtl-btn-div { + font-size: 12px; + margin-right: 14px; + width: 200px; +} + +.e-de-rtl-btn-div.e-de-rtl { + margin-left: 14px; + margin-right: 0; +} + +.e-de-ltr-btn-div { + font-size: 12px; + width: 200px; +} + +.e-de-tbl-rtl-btn-div { + font-size: 12px; + margin-right: 14px; + width: 140px; +} + +.e-de-tbl-rtl-btn-div.e-de-rtl { + margin-left: 14px; + margin-right: 0; +} + +.e-de-tbl-ltr-btn-div { + font-size: 12px; + width: 140px; +} + +.e-para-dlg-sub-height { + height: 145px; +} + +.e-de-disabledbutton { + opacity: 0.4; + pointer-events: none; +} + +.e-bigger .e-de-insert-table { + height: auto; + width: auto; +} + +.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: auto; +} + +.e-bigger .e-de-font-dlg { + width: 375px; +} + +.e-bigger .e-para-dlg-sub-height { + height: 170px; +} + +.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl { + margin-right: 34px; +} + +.e-bigger .e-de-font-content-label-width { + width: 65px; +} + +.e-bigger .e-de-toc-label { + margin-left: 194px; +} + +.e-bigger .e-de-toc-label-rtl { + margin-left: 0; + margin-right: 180px; +} + +.e-bigger .e-de-outline-rtl { + width: 173px; +} + +.e-de-restrict-format { + margin-top: 16px; +} + +.e-de-rp-format { + font-size: 13px; + margin-bottom: 12px; + opacity: .65; +} + +.e-de-rp-checkbox { + font-size: 12px; +} + +.e-de-rp-border { + margin-bottom: 12px; + margin-top: 12px; +} + +.e-de-rp-header { + font-size: 15px; + font-weight: 500; + opacity: .87; +} + +.e-de-restrict-pane .e-checkbox-wrapper .e-label { + color: #fff; + font-size: 12px; +} + +.e-de-restrict-pane .e-checkbox-wrapper .e-frame { + height: 16px; + width: 16px; +} + +.e-de-restrict-pane .e-checkbox-wrapper { + margin-bottom: 8px; +} + +.e-de-rp-user .e-checkbox-wrapper { + width: auto; +} + +.e-de-rp-nav-btn, +.e-de-rp-btn-enforce { + background: #fafafa; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5); + font-size: 13px; + height: 36px; + opacity: .87; +} + +.e-de-rp-nav-btn { + margin: 0 12px; + width: 210px; +} + +.e-de-rp-btn-stop-enforce { + background: #fafafa; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5); + font-size: 13px; + height: 36px; + margin: 0 46px; + opacity: .87; +} + +.e-de-rp-nav-lbl { + font-size: 13px; + margin: 0 28px; +} + +.e-de-rp-sub-div { + border-bottom: 1px solid #e4e4e4; + padding: 12px; +} + +.e-de-restrict-pane { + padding-left: 0; + padding-top: 0; +} + +.e-de-rp-whole-header { + padding: 12px; +} + +.e-de-rp-user { + background: #000; + border: 1px solid #e4e4e4; + border-radius: 2px; + font-size: 12px; + height: 110px; + width: 238px; +} + +.e-de-rp-enforce { + padding-top: 12px; +} + +.e-de-rp-enforce-nav { + margin: 12px 0; +} + +.e-de-enforce-dlg-title { + font-size: 14px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-enforce .e-de-enforce-dlg-input { + height: 32px; + margin-bottom: 8px; + width: 300px; +} + +.e-de-user-add-btn { + background: #e0e0e0; + border-radius: 2px; + width: 74px; +} + +.e-de-user-dlg .e-de-user-dlg-textbox-input { + margin-right: 16px; + width: 304px; +} + +.e-de-user-dlg-list { + margin-bottom: 15px; +} + +.e-de-user-listview { + border: 1px solid #e4e4e4; + border-radius: 2px; + height: 106px; +} + +.e-de-user-dlg-user { + margin-bottom: 12px; +} + +.e-user-delete { + float: left; +} + +.e-de-unprotect-dlg-title { + font-size: 14px; + margin-bottom: 8px; +} + +.e-de-rp-stop-div1 { + opacity: .87; + padding: 12px 12px 6px 12px; + font-weight: 500; + border-bottom: 1px solid #E0E0E0; +} + +.e-de-rp-stop-div2 { + padding: 12px 12px 24px; +} + +.e-de-rp-stop-div3 { + padding: 0 0 12px 12px; +} + +.e-de-rp-close-icon { + float: right; + position: relative; + top: -7px; +} + +.e-de-restrict-pane { + height: 100%; + overflow: auto; + width: 268px; +} + +.e-de-rp-nav-lbl { + font-size: 13px; + margin: 0 28px; +} + +.e-documenteditor-optionspane { + height: 100%; +} + +.e-de-cmt-pane { + background-color: inherit; + border-left: 1px solid #e1e1e1; + color: #fff; + width: 264px; +} + +.e-de-cp-close { + background-color: inherit; + border: none; + float: right; + position: relative; + top: -7px; +} + +.e-de-cp-whole-header { + padding: 12px; +} + +.e-de-cp-header { + font-size: 13px; + font-weight: 500; + opacity: .87; + width: 75%; +} + +.e-de-cmt-container { + height: auto; + padding: 0px 8px; + overflow: auto; +} + +.e-de-cmt-sub-container { + background-color: #000; + border: 1px solid #fff; + border-radius: 2px; + margin: 8px 0px; + padding: 8px; +} + +.e-de-cmt-view { + cursor: default; +} + +.e-de-cmt-sub-container.e-de-cmt-selection { + border-left: 3px solid #ffd939; + padding-left: 6px; +} + +.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 2px solid #ffd939; + padding-left: 7px; +} + +.e-de-cmt-author { + margin-bottom: 8px; +} + +.e-de-cmt-author-name { + font-size: 13px; + font-weight: 500; + width: 90%; +} + +.e-de-cp-option.e-btn.e-icon-btn { + background-color: inherit; + border: none; + color: inherit; + float: right; + height: auto; + padding: 0px; + width: auto; +} + +.e-de-cp-option.e-btn.e-icon-btn span { + margin-top: 0px; +} + +.e-de-cmt-view:hover .e-de-cp-option { + display: block; +} + +.e-de-cmt-readonly { + font-size: 13px; + padding-top: 4px; + word-break: break-word; +} + +.e-de-cmt-date { + font-size: 13px; + margin-top: 12px; + opacity: .67; +} + +.e-de-cmt-sub-container.e-de-cmt-reply { + border: none; + border-top: 1px solid #fff; + border-radius: 0px; + margin: 11.5px 8px 0px 8px; + padding: 0px; +} + +.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view { + margin-top: 11.5px; +} + +.e-de-cmt-textarea.e-input { + color: #fff; + font-size: 13px; + line-height: normal; + min-height: 30px; + overflow: hidden; + resize: none; +} + +.e-de-cmt-action-button { + text-align: right; + margin-top: 8px; +} + +.e-de-cmt-post-btn.e-btn.e-flat, .e-de-cmt-cancel-btn.e-btn.e-flat { + color: #fff; + height: 32px; + margin-left: 8px; + width: 32px; +} + +.e-de-cmt-resolved .e-de-cmt-author-name, .e-de-cmt-resolved .e-de-cmt-readonly, .e-de-cmt-resolved e-de-cmt-date { + opacity: .67; +} + +.e-de-cmt-resolved .e-de-cmt-rply-view { + display: none; +} + +.e-de-cmt-resolved .e-de-cmt-resolve-btn { + display: block; + margin-top: 8px; + text-align: right; +} + +.e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection { + border-left: 3px solid rgba(255, 217, 57, 0.5); +} + +.e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 2px solid rgba(255, 217, 57, 0.5); +} + +.e-de-cmt-mark { + cursor: default; + color: #000; + font-size: 13px; + height: 13px; + pointer-events: all; + width: 13px; +} + +.e-de-cmt-mark :hover { + color: #ffd939; +} + +.e-de-cmt-mark.e-de-cmt-mark-selected, .e-de-cmt-mark.e-de-cmt-mark-hover { + color: #ffd939; +} + +.e-de-cmt-no-cmt { + margin-left: 6px; + margin-top: 24px; + font-size: 13px; +} + +.e-de-cmt-drawer-cnt { + font-size: 13px; + height: 20px; + margin-top: 8px; +} + +.e-de-cmt-drawer { + cursor: pointer; + float: right; + opacity: .54; + margin-right: 4px; + margin-top: 4px; +} + +.e-de-cmt-rply-view { + margin-top: 12px; +} + +.e-de-cmt-resolve-btn { + display: none; +} + +.e-rtl .e-de-cp-close { + float: left; +} + +.e-rtl .e-de-cmt-pane { + border-left: none; + border-right: 1px solid #e1e1e1; +} + +.e-rtl .e-de-rp-close-icon { + float: left; +} + +.e-rtl .e-de-cp-option.e-btn.e-icon-btn { + float: left; +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection { + border-left: 1px solid #fff; + border-right: 3px solid #ffd939; + padding-left: 8px; + padding-right: 6px; +} + +.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 1px solid #fff; + border-right: 2px solid #ffd939; + padding-left: 8px; + padding-right: 7px; +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection { + border-right: 3px solid rgba(255, 217, 57, 0.5); +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-right: 2px solid rgba(255, 217, 57, 0.5); +} + +.e-rtl .e-de-cmt-action-button { + text-align: left; +} + +.e-rtl .e-de-cmt-no-cmt { + margin-left: auto; + margin-right: 6px; +} + +.e-rtl .e-de-cmt-drawer { + float: left; + margin-left: 8px; + margin-right: auto; +} + +.e-rtl .e-de-cmt-resolve-btn { + text-align: left; +} + +.e-bigger .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat { + height: 40px; + margin-left: 12px; + width: 40px; +} + +.e-bigger .e-de-cp-whole-header { + height: 56px; + padding: 16px; + padding-right: 8px; +} + +.e-bigger .e-de-cp-close { + margin-top: -3px; +} + +.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat { + margin-right: 12px; +} + +.e-de-ctnr-linespacing::before { + content: '\eb8a'; +} + +.e-de-ctnr-lock::before { + content: '\eb7d'; +} + +.e-de-ctnr-italic::before { + content: '\eb99'; +} + +.e-de-ctnr-justify::before { + content: '\eb67'; +} + +.e-de-ctnr-tableofcontent::before { + content: '\eb98'; +} + +.e-de-selected-spellcheck-item::before { + content: '\e935'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-de-selected-underline-item::before { + content: '\e935'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-de-ctnr-pagenumber::before { + content: '\eb74'; +} + +.e-de-ctnr-highlight::before { + content: '\eb6e'; +} + +.e-de-ctnr-bold::before { + content: '\eb77'; +} + +.e-de-ctnr-subscript::before { + content: '\eb96'; +} + +.e-de-ctnr-aligncenter::before { + content: '\eb9e'; +} + +.e-de-ctnr-fontcolor::before { + content: '\eb87'; +} + +.e-de-ctnr-pagesetup::before { + content: '\eb6d'; +} + +.e-de-ctnr-strokestyle::before { + content: '\eb62'; +} + +.e-de-ctnr-strikethrough::before { + content: '\eb7f'; +} + +.e-de-ctnr-image::before { + content: '\eb64'; +} + +.e-de-ctnr-bookmark::before { + content: '\eb63'; +} + +.e-de-ctnr-increaseindent::before { + content: '\eb76'; +} + +.e-de-ctnr-header::before { + content: '\eb7e'; +} + +.e-de-ctnr-superscript::before { + content: '\eb6f'; +} + +.e-de-ctnr-numbering::before { + content: '\eb9c'; +} + +.e-de-ctnr-bullets::before { + content: '\eb92'; +} + +.e-de-ctnr-decreaseindent::before { + content: '\eb69'; +} + +.e-de-ctnr-showhide::before { + content: '\eb8b'; + font-size: 16px; +} + +.e-de-ctnr-alignright::before { + content: '\eb82'; +} + +.e-de-ctnr-footer::before { + content: '\eb79'; +} + +.e-de-ctnr-clearall::before { + content: '\eb80'; +} + +.e-de-ctnr-outsideborder::before { + content: '\eb66'; +} + +.e-de-ctnr-allborders::before { + content: '\eb95'; +} + +.e-de-ctnr-insideborders::before { + content: '\eb88'; +} + +.e-de-ctnr-highlightcolor::before { + content: '\eb6e'; +} + +.e-de-ctnr-mergecell::before { + content: '\eb93'; +} + +.e-de-ctnr-bullet-none::before { + content: '\e256'; +} + +.e-de-ctnr-bullet-dot::before { + content: '\e270'; +} + +.e-de-ctnr-bullet-circle::before { + content: '\e254'; +} + +.e-de-ctnr-bullet-square::before { + content: '\e271'; +} + +.e-de-ctnr-bullet-flower::before { + content: '\e267'; +} + +.e-de-ctnr-bullet-arrow::before { + content: '\e253'; +} + +.e-de-ctnr-bullet-tick::before { + content: '\e259'; +} + +.e-de-selected-item::before { + content: '\e935'; +} + +.e-de-ctnr-break::before { + content: '\e58d'; +} + +.e-de-ctnr-page-break::before { + content: '\e590'; +} + +.e-de-ctnr-section-break::before { + content: '\e58e'; +} + +.e-de-ctnr-undo::before { + content: '\ebed'; +} + +.e-de-ctnr-find::before { + content: '\e275'; +} + +.e-de-ctnr-download::before { + content: '\e603'; +} + +.e-de-ctnr-new::before { + content: '\e7d5'; +} + +.e-de-ctnr-paste::before { + content: '\e601'; +} + +.e-de-ctnr-redo::before { + content: '\ebfa'; +} + +.e-de-ctnr-backgroundcolor::before { + content: '\ebf2'; +} + +.e-de-ctnr-open::before { + content: '\e609'; +} + +.e-de-ctnr-underline::before { + content: '\ebf0'; +} + +.e-de-ctnr-alignleft::before { + content: '\ebeb'; +} + +.e-de-ctnr-leftborders::before { + content: '\e291'; +} + +.e-de-ctnr-insideverticalborder::before { + content: '\e287'; +} + +.e-de-ctnr-rightborder::before { + content: '\e288'; +} + +.e-de-ctnr-topborder::before { + content: '\e281'; +} + +.e-de-ctnr-insidehorizondalborder::before { + content: '\e276'; +} + +.e-de-ctnr-bottomborder::before { + content: '\e298'; +} + +.e-de-ctnr-strokesize::before { + content: '\ebfe'; +} + +.e-de-ctnr-insertleft::before { + content: '\e285'; +} + +.e-de-ctnr-insertright::before { + content: '\e284'; +} + +.e-de-ctnr-insertabove::before { + content: '\e506'; +} + +.e-de-ctnr-insertbelow::before { + content: '\e505'; +} + +.e-de-ctnr-deleterows::before { + content: '\e283'; +} + +.e-de-ctnr-deletecolumns::before { + content: '\e282'; +} + +.e-de-ctnr-aligncenter-table::before { + content: '\ea94'; +} + +.e-de-ctnr-cellbg-clr-picker::before { + content: '\ebf2'; +} + +.e-de-ctnr-upload::before { + content: '\e706'; +} + +.e-de-ctnr-close::before { + content: '\ea7f'; +} + +.e-de-ctnr-link::before { + content: '\e290'; +} + +.e-de-ctnr-table::before { + content: '\e294'; +} + +.e-de-ctnr-print::before { + content: '\ebf9'; +} + +.e-de-ctnr-aligntop::before { + content: '\ea98'; +} + +.e-de-ctnr-alignbottom::before { + content: '\ea91'; +} + +.e-de-flip { + transform: scaleX(-1); +} + +.e-de-cnt-cmt-add::before { + content: '\e814'; + font-family: 'e-icons'; +} + +.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap { + height: 0; + line-height: 0; +} + +.e-de-ctnr-file-picker { + left: -110em; + position: fixed; +} + +.e-de-ctnr-rtl { + direction: rtl; +} + +.e-de-ctnr-hglt-btn { + display: inline-block; + height: 25px; + margin: 3px; + width: 25px; +} + +.e-color-selected, +.e-de-ctnr-hglt-btn:hover { + border: 1px solid #ff8c00; +} + +.e-hglt-no-color { + height: 30px; + padding-top: 1px; + width: 157px; +} + +.e-hglt-no-color:hover { + background-color: #d3d3d3; + cursor: pointer; +} + +.e-de-ctnr-hglt-no-color { + font-size: 12px; + font-weight: 400; + left: 40px; + padding-top: 11px; + position: absolute; + top: 100px; +} + +.e-de-ctn-title { + background-color: #ffd939; + color: #000; +} + +.e-de-tool-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 113px); + width: 100%; +} + +.e-de-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + width: 100%; +} + +.e-de-statusbar-seperator { + border: 1px solid #dadada; + height: 16px; + margin-left: 15.5px; + margin-top: 10px; +} + +.e-de-statusbar-spellcheck { + border-radius: 2px; + height: 34px; + margin-left: 7.5px; + width: 111px; +} + +.e-de-ctn { + background-color: #000; + border: 1px solid #fff; + height: calc(100%); + position: relative; + width: 100%; +} + +.e-bigger .e-de-statusbar-spellcheck { + border-radius: 2px; + height: 34px; + margin-left: 7.5px; + width: 125px; +} + +.e-de-ctnr-toolbar { + display: -ms-inline-flexbox; + display: inline-flex; + height: 82px; + width: 100%; +} + +.e-de-tlbr-wrapper .e-de-toolbar.e-toolbar, +.e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn { + border: 0; +} + +.e-de-pane { + border-left: 1px solid #fff; +} + +.e-de-pane-rtl { + border-right: 1px solid #fff; +} + +.e-de-tool-ctnr-properties-pane { + background-color: #000; + border-bottom: 1px solid #fff; + border-top: 1px solid #fff; +} + +.e-de-ctnr-segment { + margin-bottom: 12px; +} + +.e-de-ctnr-segment > div:first-child, +.e-de-ctnr-segment > button:first-child { + margin-right: 12px; +} + +.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child, +.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child { + margin-left: 12px; + margin-right: 0; +} + +.e-de-tlbr-wrapper { + background-color: #000; + height: 82px; + width: calc(100% - 75px); +} + +.e-de-ctnr-prop-label { + color: #fff; + display: inline-block; + font-size: 13px; + font-weight: 500; + letter-spacing: .05px; + margin-bottom: 12px; + opacity: .87; +} + +.e-de-table-prop-label { + margin-left: 12px; +} + +.e-de-table-prop-label.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-toolbar.e-toolbar { + border-radius: 0; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items { + height: 82px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator { + height: 59px; + margin: 0 5.5px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start { + margin-left: 12px; + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-first { + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle { + margin-left: 6px; + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-last { + margin-left: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end { + margin-left: 6px; + margin-right: 12px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus { + background-color: #ffd939; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-de-overlay { + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.de-split-button > div:first-child { + margin-right: 0; +} + +.e-de-ctnr-properties-pane-btn { + width: 75px; +} + +.e-de-ctnr-properties-pane-btn .e-btn { + background-color: #000; + border-radius: 0; + box-shadow: none; + color: #fff; + min-height: 100%; + min-width: 100%; +} + +.e-de-ctnr-properties-pane-btn .e-btn:focus { + box-shadow: none; +} + +.e-de-ctnr-properties-pane-btn .e-btn:active { + box-shadow: none; +} + +.e-de-ctnr-properties-pane-btn .e-btn:hover { + box-shadow: none; +} + +.e-de-showhide-btn { + border: 0; + height: 82px; +} + +.e-de-showhide-btn-rtl { + border: 0; + height: 82px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 0; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: table; + font-size: 12px; + margin: 0 6.5px; + padding: 0; + white-space: normal; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-de-cntr-pane-padding { + padding: 12px; +} + +.e-de-prop-pane { + height: 100%; + min-height: 200px; + overflow: auto; + width: 260px; +} + +.e-bigger .e-de-cntr-pane-padding { + padding: 16px; +} + +.e-bigger .e-de-prop-pane { + height: 100%; + min-height: 200px; + overflow: auto; + width: 272px; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) { + box-shadow: none; + height: 32px; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus { + box-shadow: none; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active { + box-shadow: none; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover { + box-shadow: none; +} + +.e-de-ctnr-group-btn button { + box-shadow: none; + height: 32px; +} + +.e-de-ctnr-group-btn button:focus { + box-shadow: none; +} + +.e-de-ctnr-group-btn button:active { + box-shadow: none; +} + +.e-de-ctnr-group-btn button:hover { + box-shadow: none; +} + +.e-de-property-div-padding { + border-bottom: 0.5px solid #e0e0e0; + padding-bottom: 11.5px; + padding-top: 12.5px; +} + +.e-de-ctnr-dropdown-ftr { + border-top: 1px solid #e0e0e0; + color: #fff; + display: block; + font-size: 12px; + line-height: 40px; + text-indent: 1.2em; +} + +.e-de-char-fmt-btn-left > button { + width: 37.25px; +} + +.e-de-char-fmt-btn-right > button { + width: 37.5px; +} + +.e-de-panel-left-width { + width: 149px; +} + +.e-bigger .e-de-panel-left-width { + width: 149px; +} + +.e-bigger .e-de-char-fmt-btn-left > button { + width: 37.25px; +} + +.e-de-panel-right-width { + width: 75px; +} + +.e-de-cntr-highlight-pane { + border: 1px solid #fff; +} + +.e-de-btn-hghlclr > button:first-child { + padding: 1px !important; +} + +.e-de-ctnr-hglt-color { + font-size: 12px; + font-weight: 400; + height: 18px !important; + width: 18px !important; +} + +.e-de-font-clr-picker > div button, +.e-de-font-clr-picker > button { + width: 30.8px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md { + height: 55px; + padding: 4px !important; + width: 60px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover { + border: 3px solid #685708; + padding: 2px !important; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md { + height: 38px; + padding: 4px !important; + width: 38px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover { + border: 3px solid #685708; + padding: 2px !important; +} + +.e-de-list-header-presetmenu { + cursor: pointer; + font-size: 11px; + line-height: 14px; + overflow: hidden; + text-align: left; + min-width: 50px; + white-space: nowrap; + width: 100%; +} + +.e-de-bullet-list-header-presetmenu { + cursor: pointer; + font-size: 14px; + left: -11px; + line-height: 26px; + min-width: 50px; + overflow: hidden; + position: relative; + white-space: nowrap; + width: 100%; +} + +.e-rtl .e-de-bullet-list-header-presetmenu { + cursor: pointer; + font-size: 14px; + left: 10px; + line-height: 26px; + min-width: 50px; + overflow: hidden; + position: relative; + white-space: nowrap; + width: 100%; +} + +.e-de-bullet { + font-size: 42px; +} + +.e-de-list-header-presetmenu .e-de-list-line { + border-bottom: 1px solid #ccc; + margin-left: 5px; + width: 100%; +} + +.e-de-toc-optionsdiv { + margin-bottom: 11.5px; + margin-left: 5.5px; + margin-top: 15.5px; +} + +.e-de-toc-optionsdiv.e-de-rtl { + margin-right: 5.5px; + margin-left: 0; +} + +.e-de-list-header-presetmenu div span { + color: #aaa; + display: inline-block; + vertical-align: middle; +} + +.e-de-floating-menu .e-de-floating-menuitem, +.e-de-floating-menu .e-de-menuitem-none { + cursor: pointer; + height: 70px; + padding: 0 !important; + margin: 0 5px 5px 0 !important; + width: 70px; +} + +.e-de-list-thumbnail .e-de-list-items { + float: left; +} + +.e-de-list-thumbnail .e-de-list-items { + border: 1px solid #e4e4e4; + clear: initial; + display: inline-block; + height: auto; + margin: 5px; + padding: 2px; + text-align: center; + width: auto; +} + +.e-de-list-items { + cursor: pointer; + background: #000; + box-sizing: border-box; + list-style: none; + padding: 7px 10px 7px 10px; + position: relative; +} + +.e-de-list-item-size { + font-size: 14px; +} + +.e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected, +.e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected { + border: 3px solid #ffd939; + padding: 2px !important; +} + +.e-de-floating-menu { + padding: 10px 4px 5px 10px !important; +} + +.e-de-list-container { + background: #000; + border: 1px solid #ccc; + border-radius: 2px; + box-shadow: 0 0 14px rgba(0, 0, 0, 0.2); + box-sizing: border-box; + display: inline-block; + line-height: normal; + margin: 0; + outline: 0; + padding: 5px 0; + position: absolute; + width: auto; + z-index: 10020; +} + +.e-de-ctnr-list { + font-size: 29px; + vertical-align: top; +} + +.e-de-image-property { + padding-left: 32px; +} + +.e-de-img-prty-span { + color: #fff; + left: 8px; + position: absolute; + top: 7px; +} + +.e-btn-toggle { + background-color: #ffd939 !important; + color: #000 !important; + outline: #fff 0 solid; + outline-offset: 0; + box-shadow: none !important; +} + +.e-btn-toggle:hover { + background-color: #ffd939 !important; + outline: #fff 0 solid; + outline-offset: 0; + box-shadow: none !important; +} + +.e-btn-toggle .e-tbar-btn-text { + color: #000 !important; +} + +.e-btn-toggle > span { + color: #000 !important; +} + +.e-de-toc-template1 { + background: #000; + border: 1px solid #fff; + color: #fff; + height: 129px; + margin-left: 78px; + width: 94px; +} + +.e-de-toc-template1.e-de-rtl { + margin-left: 0; + margin-right: 78px; +} + +.e-de-toc-template1-content1 { + font-size: 10px; + height: 11px; + margin-left: 5.4px; + margin-top: 6.7px; + width: 82px; +} + +.e-de-toc-template1-content2 { + font-size: 8px; + height: 9px; + margin-left: 20.4px; + margin-top: 5.7px; + width: 63px; +} + +.e-de-toc-template1-content3 { + font-size: 7px; + height: 8px; + margin-left: 28.4px; + margin-top: 6.7px; + width: 56px; +} + +.e-de-prop-sub-label { + color: #fff; + font-size: 13px; + margin-bottom: 8px; +} + +.e-de-toc-checkbox1 { + height: 14px; + margin-top: 14px; +} + +.e-de-toc-checkbox2 { + height: 14px; + margin-top: 14px; +} + +.e-de-toc-checkbox3 { + height: 14px; + margin-top: 14px; +} + +.e-de-status-bar { + background-color: #000; + border-bottom: 1px solid #fff; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + width: 100%; +} + +.e-de-ctnr-pg-no { + color: #fff; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: 100px; +} + +.e-de-ctnr-pg-no-spellout { + color: #fff; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: calc(100% - 90px); +} + +.e-bigger .e-de-ctnr-pg-no-spellout { + color: #fff; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: calc(100% - 105px); +} + +.e-de-statusbar-zoom-spell { + background-color: #000; + border: 0; + color: #fff; + float: right; + height: 34px; + margin-left: calc(100% - 320px); +} + +.e-bigger .e-de-statusbar-zoom-spell { + background-color: #000; + border: 0; + color: #fff; + float: right; + height: 34px; + margin-left: calc(100% - 355px); +} + +.e-de-btn-cancel { + margin-left: 10px; +} + +.e-de-btn-cancel-rtl { + margin-left: 0; + margin-right: 10px; +} + +.e-de-prop-header-label { + color: #fff; + display: inline-block; + font-size: 13px; + font-weight: bold; + letter-spacing: .05px; + opacity: .87; +} + +.e-de-prop-separator-line { + border-bottom: 1px solid #fff; +} + +.e-de-status-bar > div label { + font-weight: normal; +} + +.e-de-stylediv { + padding-left: 12px; +} + +.e-de-stylediv-rtl { + padding-left: 0; + padding-right: 12px; +} + +.e-de-border-style-div { + margin-left: 12px; +} + +.e-de-border-style-div.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-insert-del-cell { + margin-left: 12px; +} + +.e-de-insert-del-cell.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-cell-margin { + margin-left: 12px; +} + +.e-de-align-text { + margin-left: 12px; +} + +.e-de-align-text.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-border-size-button { + height: 28px; + margin-top: 14px; + width: 100px; +} + +.e-de-color-picker { + height: 28px; + width: 100px; +} + +.e-de-cell-div { + margin-left: 12px; +} + +.e-de-cell-div.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-cell-text-box { + margin-right: 12px; +} + +.e-de-prop-fill-label { + margin-left: 10.3px; + margin-right: 8px; +} + +.e-de-prop-fill-label.e-de-rtl { + margin-left: 8px; + margin-right: 10.3px; +} + +.e-de-grp-btn-ctnr .e-de-ctnr-group-btn, +.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn { + height: 42px !important; +} + +.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button, +.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button { + height: 42px; + width: 42px; +} + +.e-de-border-clr-picker .e-split-btn-wrapper > button:first-child { + width: 70px; +} + +.e-bigger .de-split-button > div:first-child { + margin-right: 0; +} + +.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child { + width: 66px; +} + +.e-bigger .e-de-prop-fill-label { + margin-left: 14.5px; + margin-right: 9.8px; +} + +.e-bigger .e-de-prop-fill-label.e-de-rtl { + margin-left: 9.8px; + margin-right: 14.5px; +} + +.e-bigger .e-de-cell-text-box { + margin-right: 16px; +} + +.e-bigger .e-de-cell-div { + margin-left: 16px; +} + +.e-bigger .e-de-cell-div.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-border-style-div { + margin-left: 16px; +} + +.e-bigger .e-de-border-style-div.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-color-picker { + height: 38px; + width: 96px; +} + +.e-bigger .e-de-border-size-button { + height: 38px; + margin-top: 14px; + width: 96px; +} + +.e-bigger .e-de-align-text { + margin-left: 16px; +} + +.e-bigger .e-de-align-text.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-insert-del-cell { + margin-left: 16px; +} + +.e-bigger .e-de-insert-del-cell.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-cell-margin { + margin-left: 14px; +} + +.e-bigger .e-de-cell-margin.e-de-rtl { + margin-left: 0; + margin-right: 14px; +} + +.e-bigger .e-de-stylediv { + padding-left: 16px; +} + +.e-bigger .e-de-stylediv-rtl { + padding-right: 16px; +} + +.e-bigger .e-de-tool-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + min-height: 200px; + width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + width: 100%; +} + +.e-bigger .e-de-ctn { + background-color: #000; + border: 1px solid #fff; + height: calc(100%); + position: relative; + width: 100%; +} + +.e-bigger .e-de-ctnr-toolbar { + display: -ms-inline-flexbox; + display: inline-flex; + height: 82px; + width: 100%; +} + +.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar, +.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn { + border: 0; +} + +.e-bigger .e-de-pane { + border-left: 1px solid #fff; +} + +.e-bigger .e-de-pane-rtl { + border-right: 1px solid #fff; +} + +.e-bigger .e-de-ctnr-segment { + margin-bottom: 16px; +} + +.e-bigger .e-de-ctnr-segment > div:first-child, +.e-bigger .e-de-ctnr-segment > button:first-child { + margin-right: 16px; +} + +.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child, +.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child { + margin-left: 16px; + margin-right: 0; +} + +.e-bigger .e-de-tlbr-wrapper { + background-color: #000; + height: 82px; + width: calc(100% - 75px); +} + +.e-bigger .e-de-ctnr-prop-label { + color: #fff; + display: inline-block; + font-size: 13px; + font-weight: 500; + letter-spacing: .05px; + margin-bottom: 16px; + opacity: .87; +} + +.e-bigger .e-de-table-prop-label { + margin-left: 14.5px; +} + +.e-bigger .e-de-table-prop-label.e-de-rtl { + margin-left: 0; + margin-right: 14.5px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items { + height: 82px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator { + height: 25px; + margin: 0 7.5px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start { + margin-left: 16px; + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-first { + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle { + margin-left: 8px; + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-last { + margin-left: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end { + margin-left: 8px; + margin-right: 16px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus { + background-color: #ffd939; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-bigger .e-de-overlay { + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane-btn { + width: 75px; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn { + background-color: #000; + border-radius: 0; + box-shadow: none; + min-height: 100%; + min-width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover { + box-shadow: none; +} + +.e-bigger .e-de-showhide-btn { + border: 0; + height: 82px; +} + +.e-bigger .e-de-showhide-btn-rtl { + border: 0; + height: 82px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 0; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: table; + font-size: 12px; + margin: 0 6px; + padding: 0; + white-space: normal; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) { + box-shadow: none; + height: 38px; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button { + box-shadow: none; + height: 38px; +} + +.e-bigger .e-de-ctnr-group-btn button:focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button:active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button:hover { + box-shadow: none; +} + +.e-bigger .e-de-property-div-padding { + border-bottom: 0.5px solid #e0e0e0; + padding-bottom: 14.5px; + padding-top: 15.5px; +} + +.e-bigger .e-de-ctnr-dropdown-ftr { + border-top: 1px solid #e0e0e0; + color: #fff; + display: block; + font-size: 12px; + line-height: 40px; + text-indent: 1.2em; +} + +.e-bigger .e-de-char-fmt-btn > button { + width: 38.5px; +} + +.e-bigger .e-de-btn-hghlclr > button:first-child { + padding: 0 6px !important; +} + +.e-bigger .e-de-ctnr-hglt-color { + font-size: 12px; + font-weight: 400; + height: 25px !important; + width: 25px !important; + border-radius: 4px; +} + +.e-bigger .e-de-font-clr-picker > div button, +.e-bigger .e-de-font-clr-picker > button { + width: auto; +} + +.e-bigger .e-de-ctnr-list { + font-size: 29px; + vertical-align: top; +} + +.e-bigger .e-de-image-property { + padding-left: 32px; +} + +.e-bigger .e-de-img-prty-span { + color: #fff; + left: 10px; + position: absolute; + top: 12px; +} + +.e-bigger .e-btn-toggle { + background-color: #ffd939 !important; + box-shadow: none !important; + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-bigger .e-btn-toggle:hover { + background-color: #ffd939 !important; + outline: #fff 0 solid; + outline-offset: 0; + box-shadow: none !important; +} + +.e-bigger .e-de-toc-template1 { + background: #000; + border: 1px solid #fff; + color: #fff; + height: 129px; + margin-left: 78px; + width: 94px; +} + +.e-bigger .e-de-toc-template1-content1 { + font-size: 10px; + height: 11px; + margin-left: 5.4px; + margin-top: 6.7px; + width: 82px; +} + +.e-bigger .e-de-toc-template1-content2 { + font-size: 8px; + height: 9px; + margin-left: 20.4px; + margin-top: 5.7px; + width: 63px; +} + +.e-bigger .e-de-toc-template1-content3 { + font-size: 7px; + height: 8px; + margin-left: 28.4px; + margin-top: 6.7px; + width: 56px; +} + +.e-bigger .e-de-toc-optionsdiv { + margin-bottom: 11.5px; + margin-left: 5.5px; + margin-top: 15.5px; +} + +.e-bigger .e-de-toc-optionsdiv.e-de-rtl { + margin-right: 5.5px; + margin-left: 0; +} + +.e-bigger .e-de-prop-sub-label { + font-size: 13px; + margin-bottom: 8.5px; +} + +.e-bigger .e-de-btn-cancel { + margin-left: 10px; +} + +.e-bigger .e-de-status-bar { + background-color: #000; + border-bottom: 1px solid #fff; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + width: 100%; +} + +.e-bigger .e-de-statusbar-zoom { + background-color: #000; + border: 0; + float: right; + height: 34px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + line-height: 25px; + padding: 0 5px !important; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap { + height: 0; + line-height: 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before { + content: '\e984'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before { + content: '\e984'; + font-family: 'e-icons'; + font-size: 14px; + transform: rotate(90deg); +} + +.e-bigger .e-splitter .e-split-bar .e-resize-handler::before { + font-size: 16px; +} + +.e-bigger.e-splitter .e-split-bar .e-resize-handler::before { + font-size: 16px; +} + +.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical { + border-width: 1px; + display: -ms-flexbox; + display: flex; + overflow: hidden; + position: relative; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: normal; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable { + overflow: auto; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane { + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal { + overflow: auto; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden { + -ms-flex-preferred-size: 0 !important; + flex-basis: 0 !important; + overflow: hidden !important; +} + +.e-splitter.e-splitter-horizontal { + -ms-flex-direction: row; + flex-direction: row; +} + +.e-splitter.e-splitter-horizontal.e-pane.e-scrollable { + overflow: hidden; +} + +.e-splitter.e-splitter-horizontal.e-rtl { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before, +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after { + right: auto; +} + +.e-splitter.e-splitter-vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-splitter.e-splitter-vertical.e-pane.e-scrollable { + overflow: hidden; +} + +.e-splitter.e-splitter-vertical .e-pane-vertical { + overflow: auto; +} + +.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden { + -ms-flex-preferred-size: 0 !important; + flex-basis: 0 !important; + overflow: hidden !important; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + right: auto; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) { + border-radius: 50%; + bottom: 18px; + right: 22px; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down { + border-radius: 50%; + left: 22px; + right: auto; + top: 18px; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + right: auto; +} + +.e-splitter .e-split-bar.e-split-bar-active .e-navigate-arrow { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-hover.e-split-bar-active .e-navigate-arrow { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-pack: center; + justify-content: center; + min-width: 1px; + z-index: 15; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar { + cursor: col-resize; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after { + content: ''; + cursor: col-resize; + display: block; + height: 100%; + position: absolute; + width: 16px; + z-index: 10; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 18px; + -ms-flex-pack: center; + justify-content: center; + position: relative; + width: 1px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before, +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after { + left: 8px; + right: 3px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow { + border-image: none; + border-width: 1px; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + padding: 1px 12px; + position: relative; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + border-radius: 16px; + content: ''; + height: 8px; + position: absolute; + transform: rotate(0deg); + width: 2px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before { + top: 5px; + transform-origin: 1px 7px 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + top: 11px; + transform-origin: 1px 1px 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) { + border-radius: 50%; + right: 5px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right { + border-radius: 50%; + left: 5px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after { + right: 8px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) { + margin: 0 3px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) { + margin: 0 0 0 3px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical { + -ms-flex-align: center; + align-items: center; + border: none; + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-pack: center; + justify-content: center; + min-height: 1px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar { + cursor: row-resize; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after { + content: ''; + cursor: row-resize; + display: block; + height: 16px; + position: absolute; + width: 100%; + z-index: 12; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 1px; + -ms-flex-pack: center; + justify-content: center; + width: 18px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + left: 10px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow { + border-image: none; + border-width: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + padding: 10px 3px 10px 18px; + position: relative; + width: 26px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after { + border-radius: 16px; + content: ''; + height: 8px; + position: absolute; + transform: rotate(90deg); + width: 2px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before { + top: 3px; + transform-origin: 2px 7px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + left: 11px; + top: 8px; + transform-origin: 1px 1px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before { + left: 12px; + top: 8px; + transform-origin: 1px 6px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + left: 10px; + top: 12px; + transform-origin: 1px 2px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) { + border-radius: 50%; + bottom: 18px; + left: 22px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down { + border-radius: 50%; + right: 22px; + top: 18px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + right: 10px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) { + margin: 3px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) { + margin: 3px 0 0; +} + +.e-bigger.e-splitter .e-pane { + font-size: 13px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + height: 20px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + width: 20px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + margin-top: -2px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + margin-top: 2px; +} + +.e-rtl .e-splitter.e-splitter-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-bigger .e-splitter .e-pane { + font-size: 13px; +} + +.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + height: 20px; +} + +.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + width: 20px; +} + +.e-content-placeholder.e-splitter.e-placeholder-splitter { + background-size: 100px 110px; + min-height: 110px; +} + +.e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter, +.e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter { + background-size: 100px 110px; + min-height: 110px; +} + +.e-splitter.e-ie .e-navigate-arrow.e-arrow-left { + margin-left: -26px; +} + +.e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical { + border: solid 1px #fff; +} + +.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane { + color: #fff; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical { + border: transparent; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal { + background: #fff; + border: none; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + background: #000; + color: #fff; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow { + background-color: transparent; + border-color: transparent; + color: transparent; + transition: background-color 500ms ease-out; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + background-color: #ffd939; + opacity: 0; + transition-duration: .3s; + transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover { + background: #ffd939; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler { + background: #000; + color: #ffd939; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right { + background-color: #000; + border-color: rgba(255, 217, 57, 0.5); + border-width: 1px; + opacity: .9; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before { + background-color: #ffd939; + opacity: 1; + transform: rotate(40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after { + background-color: #ffd939; + opacity: 1; + transform: rotate(-40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before { + background-color: #ffd939; + opacity: 1; + transform: rotate(-40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after { + background-color: #ffd939; + opacity: 1; + transform: rotate(40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active { + background: #ffd939; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler { + background: #000; + color: #ffd939; +} + +.e-splitter .e-split-bar.e-split-bar-vertical { + background: #fff; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + background: #000; + color: #fff; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover { + background: #ffd939; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down { + background-color: #000; + border-color: rgba(255, 217, 57, 0.5); + border-width: 1px; + opacity: .9; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler { + background: #000; + color: #ffd939; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before { + background-color: #ffd939; + opacity: 1; + transform: rotate(125deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after { + background-color: #ffd939; + opacity: 1; + transform: rotate(50deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before { + background-color: #ffd939; + opacity: 1; + transform: rotate(55deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after { + background-color: #ffd939; + opacity: 1; + transform: rotate(125deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow { + background-color: transparent; + border-color: transparent; + color: transparent; + transition: background-color 300ms ease-out; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after { + background-color: #ffd939; + opacity: 0; + transition-duration: .3s; + transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active { + background: #ffd939; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler { + background: #000; + color: #ffd939; +} + +.e-splitter.e-disabled { + opacity: 00.4; + pointer-events: none; +} + +/*! component icons */ +.e-pager .e-icon-last::before, +.e-grid-menu .e-icon-last::before { + content: '\e938'; +} + +.e-pager .e-icon-first::before, +.e-grid-menu .e-icon-first::before { + content: '\e999'; +} + +.e-pager .e-icon-prev::before, +.e-grid-menu .e-icon-prev::before { + content: '\e829'; +} + +.e-pager .e-icon-next::before, +.e-grid-menu .e-icon-next::before { + content: '\e830'; +} + +.e-pager.e-rtl .e-icon-last.e-lastpage::before, +.e-pager.e-rtl .e-icon-last.e-lastpage:hover, +.e-pager.e-rtl .e-icon-last.e-lastpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-last.e-lastpage::before, +.e-grid-menu.e-rtl .e-icon-last.e-lastpage:hover, +.e-grid-menu.e-rtl .e-icon-last.e-lastpagedisabled::before { + content: '\e999'; +} + +.e-pager.e-rtl .e-icon-first.e-firstpage::before, +.e-pager.e-rtl .e-icon-first.e-firstpage:hover, +.e-pager.e-rtl .e-icon-first.e-firstpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-first.e-firstpage::before, +.e-grid-menu.e-rtl .e-icon-first.e-firstpage:hover, +.e-grid-menu.e-rtl .e-icon-first.e-firstpagedisabled::before { + content: '\e938'; +} + +.e-pager.e-rtl .e-icon-prev.e-prevpage::before, +.e-pager.e-rtl .e-icon-prev.e-prevpage:hover, +.e-pager.e-rtl .e-icon-prev.e-prevpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpage::before, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpage:hover, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpagedisabled::before { + content: '\e830'; +} + +.e-pager.e-rtl .e-icon-next.e-nextpage::before, +.e-pager.e-rtl .e-icon-next.e-nextpage:hover, +.e-pager.e-rtl .e-icon-next.e-nextpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-next.e-nextpage::before, +.e-grid-menu.e-rtl .e-icon-next.e-nextpage:hover, +.e-grid-menu.e-rtl .e-icon-next.e-nextpagedisabled::before { + content: '\e829'; +} + +/*! Pager layout */ +.e-bigger .e-pager, +.e-pager.e-bigger { + font-size: 14px; + padding: 14px 0 10px; +} + +.e-bigger .e-pager div.e-icons, +.e-pager.e-bigger div.e-icons { + font-size: 13px; + vertical-align: ""; +} + +.e-bigger .e-pager div.e-parentmsgbar, +.e-pager.e-bigger div.e-parentmsgbar { + padding-bottom: 8px; + padding-right: 13px; + padding-top: 9px; +} + +.e-bigger .e-pager .e-pagerdropdown, +.e-pager.e-bigger .e-pagerdropdown { + height: 40px; + margin: -44px 0 0 15px; + margin-top: -20px; +} + +.e-bigger .e-pager .e-pagerconstant, +.e-pager.e-bigger .e-pagerconstant { + margin-bottom: 17px; + margin-left: 10px; +} + +.e-bigger .e-pager .e-pagercontainer, +.e-pager.e-bigger .e-pagercontainer { + margin: 5px 8px 5px 13px; +} + +.e-bigger .e-pager.e-rtl .e-pagercontainer, +.e-pager.e-bigger.e-rtl .e-pagercontainer { + margin: 0 0 -4px 0; + margin-top: 5px; +} + +@media (max-width: 769px) { + .e-bigger .e-pager, + .e-pager.e-bigger { + padding: 19px 0; + } + .e-bigger .e-pager.e-rtl div.e-parentmsgbar, + .e-pager.e-bigger.e-rtl div.e-parentmsgbar { + margin-right: 0; + } + .e-bigger .e-pager div.e-parentmsgbar, + .e-pager.e-bigger div.e-parentmsgbar { + padding: 0; + } +} + +.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default, +.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; +} + +.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-bigger .e-pager.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default, +.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager.e-bigger.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; + margin-right: 0; +} + +.e-bigger .e-pager.e-rtl div.e-parentmsgbar, +.e-pager.e-bigger.e-rtl div.e-parentmsgbar { + margin-left: 10px; + margin-top: 1px; +} + +.e-bigger .e-pager .e-numericitem, +.e-pager.e-bigger .e-numericitem { + margin: 0; +} + +.e-bigger .e-pager .e-pp.e-spacing, +.e-bigger .e-pager .e-np.e-spacing, +.e-bigger .e-pager .e-pp.e-spacing:hover, +.e-bigger .e-pager .e-np.e-spacing:hover, +.e-pager.e-bigger .e-pp.e-spacing, +.e-pager.e-bigger .e-np.e-spacing, +.e-pager.e-bigger .e-pp.e-spacing:hover, +.e-pager.e-bigger .e-np.e-spacing:hover { + padding: 2px 10px 11px; +} + +.e-bigger .e-pager .e-spacing, +.e-bigger .e-pager .e-numericitem:hover, +.e-bigger .e-pager .e-currentitem, +.e-pager.e-bigger .e-spacing, +.e-pager.e-bigger .e-numericitem:hover, +.e-pager.e-bigger .e-currentitem { + border-radius: 0; + padding: 8px 11px; +} + +.e-bigger .e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active), +.e-pager.e-bigger .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 6px 9px; +} + +.e-bigger .e-pager.e-rtl .e-spacing, +.e-bigger .e-pager.e-rtl .e-numericitem:hover, +.e-bigger .e-pager.e-rtl .e-currentitem, +.e-pager.e-bigger.e-rtl .e-spacing, +.e-pager.e-bigger.e-rtl .e-numericitem:hover, +.e-pager.e-bigger.e-rtl .e-currentitem { + margin: 0; + padding: 10px 14px; +} + +.e-bigger .e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active), +.e-pager.e-bigger.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 8px 12px; +} + +.e-bigger .e-pager.e-rtl .e-pp, +.e-bigger .e-pager.e-rtl .e-np, +.e-bigger .e-pager.e-rtl .e-pp:hover, +.e-bigger .e-pager.e-rtl .e-np:hover, +.e-pager.e-bigger.e-rtl .e-pp, +.e-pager.e-bigger.e-rtl .e-np, +.e-pager.e-bigger.e-rtl .e-pp:hover, +.e-pager.e-bigger.e-rtl .e-np:hover { + margin-top: -10px; +} + +.e-bigger .e-pager.e-rtl .e-pagerdropdown, +.e-pager.e-bigger.e-rtl .e-pagerdropdown { + margin: -22px 25px 0 0; +} + +.e-bigger .e-pager.e-rtl .e-pagerconstant, +.e-pager.e-bigger.e-rtl .e-pagerconstant { + margin: 5px 10px 8px 0; +} + +.e-bigger .e-pager .e-pagercontainer .e-firstpage, +.e-bigger .e-pager .e-pagercontainer .e-prevpage, +.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-nextpage, +.e-bigger .e-pager .e-pagercontainer .e-lastpage, +.e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-firstpage, +.e-pager.e-bigger .e-pagercontainer .e-prevpage, +.e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-nextpage, +.e-pager.e-bigger .e-pagercontainer .e-lastpage, +.e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled { + margin-right: 0; + padding: 10px; +} + +.e-pager { + border-style: solid; + border-width: 1px; + display: inline-block; + font-size: 13px; + padding: 13px 0 12px; + white-space: normal; + width: 100%; +} + +.e-pager [class^='e-'] { + box-sizing: border-box; +} + +.e-pager div.e-parentmsgbar { + float: right; + padding-bottom: 9px; + padding-right: 10px; + padding-top: 9px; +} + +.e-pager .e-pagesizes { + display: inline; +} + +.e-pager .e-pagerdropdown { + display: inline-block; + height: 32px; + margin-left: 19px; + margin-right: 0; + margin-top: -20px; + overflow: hidden; + vertical-align: middle; + width: 90px; +} + +.e-pager .e-pagerconstant { + display: inline-block; + margin: 0 0 4px 8px; + overflow: hidden; + width: auto; +} + +.e-pager .e-icons { + font-size: 12px; +} + +.e-pager .e-numericitem { + border-right-style: solid; + border-right-width: 0; + display: inline-block; + line-height: 1; + margin-right: 0; + min-width: 30px; + padding: 0; + text-align: center; +} + +.e-pager div.e-pagermsgdiv { + padding-right: 6px; + padding-top: 4px; + text-align: right; +} + +.e-pager .e-firstpagedisabled, +.e-pager .e-prevpagedisabled, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled { + opacity: .3; +} + +.e-pager .e-spacing, +.e-pager .e-numericitem:hover, +.e-pager .e-currentitem { + border-radius: 0; + cursor: pointer; + padding: 9px 3px 8px 2px; + text-decoration: none; +} + +.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 7px 1px 6px 0; +} + +.e-pager .e-currentitem { + font-style: normal; + font-variant: normal; + font-weight: normal; +} + +.e-pager div, +.e-pager a { + display: inline; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-pager .e-icons::before { + display: inline-block; +} + +.e-pager .e-pagercontainer .e-firstpage, +.e-pager .e-pagercontainer .e-prevpage, +.e-pager .e-pagercontainer .e-firstpagedisabled, +.e-pager .e-pagercontainer .e-prevpagedisabled, +.e-pager .e-pagercontainer .e-nextpage, +.e-pager .e-pagercontainer .e-lastpage, +.e-pager .e-pagercontainer .e-nextpagedisabled, +.e-pager .e-pagercontainer .e-lastpagedisabled { + border-right-style: solid; + border-right-width: 0; + display: inline-block; + margin-right: 0; + margin-top: 0; + min-width: 26px; + padding: 12px 10px 8px; +} + +.e-pager .e-pagercontainer .e-lastpage, +.e-pager .e-pagercontainer .e-lastpagedisabled { + border-right: 0; +} + +.e-pager .e-firstpage:hover, +.e-pager .e-prevpage:hover, +.e-pager .e-lastpage:hover, +.e-pager .e-nextpage:hover { + cursor: pointer; + text-decoration: none; +} + +.e-pager a.e-nextprevitemdisabled { + display: none; + margin-left: 0; + margin-right: 0; + padding-left: 5px; + padding-right: 5px; + text-decoration: none; +} + +.e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; +} + +.e-pager .e-pagercontainer { + border-radius: 4px; + border-style: solid; + border-width: 0; + display: inline-block; + margin: 0 6px -3px; + overflow: hidden; +} + +.e-pager .e-lastpage:Hover { + border-radius: 0; +} + +.e-pager .e-firstpage:Hover { + border-radius: 0; +} + +.e-pager .e-pagermessage, +.e-pager .e-pagerexternalmsg { + display: block; + margin: 6px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-pager .e-mfirst, +.e-pager .e-mprev, +.e-pager .e-mnext, +.e-pager .e-mlast { + display: none; +} + +.e-pager .e-mprev { + text-indent: -3px; +} + +.e-pager .e-mnext { + text-indent: -2px; +} + +.e-pager .e-mfirst, +.e-pager .e-mprev, +.e-pager .e-mnext, +.e-pager .e-mlast { + -webkit-tap-highlight-color: #000; +} + +.e-pager .e-pp, +.e-pager .e-np, +.e-pager .e-pp:hover, +.e-pager .e-np:hover { + font-size: 20px; + font-weight: normal; + letter-spacing: 0; + padding: 0 6px 10px; +} + +@media (max-width: 769px) { + .e-pager { + padding: 13px 0; + } + .e-pager div.e-parentmsgbar { + box-sizing: border-box; + display: inline-block; + float: initial; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; + text-align: center; + vertical-align: top; + width: calc(60% - 48px); + } + .e-pager .e-pagesizes { + display: none; + } + .e-pager .e-pagecountmsg { + display: none; + } + .e-pager .e-pagercontainer { + display: none; + } + .e-pager .e-icons { + font-size: 11px; + } + .e-pager .e-mfirst, + .e-pager .e-mprev, + .e-pager .e-mnext, + .e-pager .e-mlast { + border: 0; + box-sizing: border-box; + display: inline-block; + padding: 1% 5%; + } + .e-pager .e-mfirst { + margin-right: 4px; + text-align: right; + width: calc(10% + 11px); + } + .e-pager .e-mprev { + margin: 0 4px; + text-align: right; + width: 10%; + } + .e-pager .e-mnext { + margin: 0 4px; + text-align: left; + width: 10%; + } + .e-pager .e-mlast { + margin-left: 4px; + text-align: left; + width: calc(10% + 11px); + } +} + +.e-pager.e-rtl { + direction: rtl; +} + +.e-pager.e-rtl .e-pagercontainer, +.e-pager.e-rtl div, +.e-pager.e-rtl a { + float: initial; +} + +.e-pager.e-rtl .e-parentmsgbar { + float: left; + margin-left: 8px; +} + +.e-pager.e-rtl .e-pagerdropdown { + margin: -20px 25px 0 0; +} + +.e-pager.e-rtl .e-pagerconstant { + margin: 8px; +} + +.e-pager.e-rtl .e-pagerexternalmsg { + float: none; +} + +.e-pager.e-rtl .e-pagercontainer { + float: none; + margin: 0 6px -4px 0; + padding: 0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-firstpagedisabled, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-lastpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-lastpagedisabled { + padding: 11px 9px 8px 2px; +} + +.e-pager.e-rtl .e-firstpage::before, +.e-pager.e-rtl .e-firstpage:hover, +.e-pager.e-rtl .e-firstpagedisabled::before { + content: '\e701'; +} + +.e-pager.e-rtl .e-prevpage::before, +.e-pager.e-rtl .e-prevpage:hover, +.e-pager.e-rtl .e-prevpagedisabled::before { + content: '\e848'; +} + +.e-pager.e-rtl .e-nextpage::before, +.e-pager.e-rtl .e-nextpage:hover, +.e-pager.e-rtl .e-nextpagedisabled::before { + content: '\e84b'; +} + +.e-pager.e-rtl .e-lastpage::before, +.e-pager.e-rtl .e-lastpage:hover, +.e-pager.e-rtl .e-lastpagedisabled::before { + content: '\e716'; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-firstpagedisabled { + border-left-style: solid; + border-left-width: 0; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-prevpagedisabled { + border-right-style: none; + border-right-width: 0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-firstpagedisabled { + border-right: medium none; +} + +.e-pager.e-rtl .e-firstpage:hover { + border-radius: 0 4px 4px 0; +} + +.e-pager.e-rtl .e-lastpage:hover { + border-radius: 4px 0 0 4px; +} + +.e-pager.e-rtl .e-numericcontainer { + float: none; +} + +.e-pager.e-rtl .e-numericitem { + border-left-style: solid; + border-left-width: 0; + border-right-style: none; + border-right-width: 0; + min-width: 26px; +} + +.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-pager.e-rtl.e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; + margin-right: 0; +} + +.e-pager.e-rtl .e-spacing, +.e-pager.e-rtl .e-numericitem:hover, +.e-pager.e-rtl .e-currentitem { + margin: 0; + padding: 9px 3px 8px 2px; +} + +.e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 7px 1px 6px 0; +} + +.e-pager.e-rtl .e-pp, +.e-pager.e-rtl .e-np, +.e-pager.e-rtl .e-pp:hover, +.e-pager.e-rtl .e-np:hover { + margin-top: 2px; + padding: 0 11px 9px; +} + +@media (max-width: 769px) { + .e-pager.e-rtl .e-mfirst, + .e-pager.e-rtl .e-mprev, + .e-pager.e-rtl .e-mnext, + .e-pager.e-rtl .e-mlast { + border: 0; + } + .e-pager.e-rtl.e-rtl div.e-parentmsgbar { + float: initial; + margin-left: 0; + margin-top: 6px; + } + .e-pager.e-rtl .e-parentmsgbar { + float: right; + } +} + +/*! Pager theme */ +.e-pager { + background-color: #000; + border-color: #969696; + color: #fff; + opacity: 1; +} + +.e-pager div.e-icons { + color: #fff; +} + +.e-pager .e-pager-default:hover { + background: ""; + color: #fff; + opacity: 1; +} + +.e-pager .e-parentmsgbar { + font-weight: normal; +} + +.e-pager .e-spacing { + color: #fff; + opacity: 1; +} + +.e-pager .e-numericitem:hover { + color: #fff; + opacity: 1; +} + +.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + border: 2px solid #fff; +} + +.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover { + background-color: #685708; + opacity: 1; +} + +.e-pager .e-numericitem { + background: #000; + border-right-color: #969696; + color: #fff; +} + +.e-pager .e-prevpagedisabled, +.e-pager .e-prevpage, +.e-pager .e-nextpage, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled, +.e-pager .e-lastpage, +.e-pager .e-firstpage, +.e-pager .e-firstpagedisabled { + background-color: #000; + color: #fff; +} + +.e-pager .e-lastpage, +.e-pager .e-firstpage { + background-color: transparent; +} + +.e-pager .e-pagercontainer { + background-color: #000; + border-color: #969696; +} + +.e-pager .e-firstpage, +.e-pager .e-prevpage, +.e-pager .e-firstpagedisabled, +.e-pager .e-prevpagedisabled, +.e-pager .e-nextpage, +.e-pager .e-lastpage, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled { + border-right-color: #969696; +} + +.e-pager .e-currentitem, +.e-pager .e-currentitem:hover { + background: #ffd939; + color: #000; + opacity: 1; +} + +@media (max-width: 590px) { + .e-pager .e-pager-default:hover { + background: #000; + color: #fff; + opacity: 1; + } +} + +.e-pager.e-rtl .e-numericitem { + border-left-color: #969696; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-firstpagedisabled, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-lastpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-lastpagedisabled { + border-left-color: #969696; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled { + border-left-color: #969696; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*!componenticons*/ +.e-icon-check::before { + content: '\e7ff'; +} + +.e-grid .e-icon-ascending::before, +.e-grid-menu .e-icon-ascending::before { + content: '\e840'; +} + +.e-grid .e-icon-descending::before, +.e-grid-menu .e-icon-descending::before { + content: '\e83f'; +} + +.e-grid .e-icon-hide::before, +.e-grid-menu .e-icon-hide::before { + content: '\e825'; +} + +.e-grid .e-ungroupbutton.e-icon-hide::before, +.e-grid-menu .e-ungroupbutton.e-icon-hide::before { + content: '\e953'; +} + +.e-grid .e-icon-rowselect::before, +.e-grid-menu .e-icon-rowselect::before { + content: '\e930'; +} + +.e-grid .e-icon-sortdirect::before, +.e-grid-menu .e-icon-sortdirect::before { + content: '\e890'; +} + +.e-grid .e-icon-gdownarrow::before, +.e-grid-menu .e-icon-gdownarrow::before { + content: '\e85e'; +} + +.e-grid .e-icon-grightarrow::before, +.e-grid-menu .e-icon-grightarrow::before { + content: '\e84f'; +} + +.e-grid .e-icon-filter::before, +.e-grid-menu .e-icon-filter::before { + content: '\e21c'; +} + +.e-grid .e-excl-filter-icon::before, +.e-grid-menu .e-excl-filter-icon::before { + content: '\e250'; +} + +.e-grid .e-excl-filter-icon.e-filtered::before, +.e-grid-menu .e-excl-filter-icon.e-filtered::before { + content: '\e247'; +} + +.e-grid.e-rtl .e-icon-grightarrow::before, +.e-grid-menu.e-rtl .e-icon-grightarrow::before { + content: '\e84f'; +} + +.e-grid .e-icon-group::before, +.e-grid-menu .e-icon-group::before { + content: '\e926'; +} + +.e-grid .e-icon-ungroup::before, +.e-grid-menu .e-icon-ungroup::before { + content: '\e926'; +} + +.e-grid .e-icon-reorderuparrow::before, +.e-grid-menu .e-icon-reorderuparrow::before { + content: '\e918'; +} + +.e-grid .e-icon-reorderdownarrow::before, +.e-grid-menu .e-icon-reorderdownarrow::before { + content: '\e919'; +} + +.e-grid .e-print::before, +.e-grid-menu .e-print::before { + content: '\e7df'; +} + +.e-grid .e-add::before, +.e-grid-menu .e-add::before { + content: '\e7d5'; +} + +.e-grid .e-wordexport::before, +.e-grid-menu .e-wordexport::before { + content: '\e7b0'; +} + +.e-grid .e-pdfexport::before, +.e-grid-menu .e-pdfexport::before { + content: '\e240'; +} + +.e-grid .e-csvexport::before, +.e-grid-menu .e-csvexport::before { + content: '\e241'; +} + +.e-grid .e-excelexport::before, +.e-grid-menu .e-excelexport::before { + content: '\e242'; +} + +.e-grid .e-edit::before, +.e-grid-menu .e-edit::before { + content: '\e97c'; +} + +.e-grid .e-columnmenu::before, +.e-grid-menu .e-columnmenu::before { + content: '\e984'; +} + +.e-grid .e-delete::before, +.e-grid-menu .e-delete::before { + content: '\e84e'; +} + +.e-grid .e-cancel::before, +.e-grid-menu .e-cancel::before { + content: '\e953'; +} + +.e-grid .e-copy::before, +.e-grid-menu .e-copy::before { + content: '\e70a'; +} + +.e-grid .e-save::before, +.e-grid-menu .e-save::before { + content: '\e954'; +} + +.e-grid .e-update::before, +.e-grid-menu .e-update::before { + content: '\e735'; +} + +.e-grid .e-search-icon::before, +.e-grid-menu .e-search-icon::before { + content: '\e97d'; +} + +.e-grid .e-cancel-icon::before, +.e-grid-menu .e-cancel-icon::before { + content: '\e825'; +} + +.e-grid .e-columnchooserdiv::before, +.e-grid-menu .e-columnchooserdiv::before { + content: '\e714'; +} + +.e-grid .e-ccsearch-icon::before, +.e-grid-menu .e-ccsearch-icon::before { + content: '\e97d'; +} + +.e-grid .e-columnchooser::before, +.e-grid-menu .e-columnchooser::before { + content: '\e21e'; +} + +.e-grid .e-columnchooser-btn::before, +.e-grid-menu .e-columnchooser-btn::before { + content: '\e969'; +} + +.e-grid .e-cc-icon::before, +.e-grid-menu .e-cc-icon::before { + content: '\e82e'; +} + +.e-grid .e-icon-rowdragicon::before, +.e-grid-menu .e-icon-rowdragicon::before { + content: '\e330'; +} + +.e-grid.e-rtl .e-icon-rowdragicon::before, +.e-grid-menu.e-rtl .e-icon-rowdragicon::before { + content: '\e330'; +} + +.e-grid .e-ccsearch-icon.e-cc-cancel::before, +.e-grid .e-chkcancel-icon::before, +.e-grid-menu .e-ccsearch-icon.e-cc-cancel::before, +.e-grid-menu .e-chkcancel-icon::before { + content: '\e7a7'; +} + +/*! Grid layout */ +.e-disableuserselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-emptyicon { + opacity: 0; +} + +.e-device .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-xlfl-dlgfields { + font-size: 15px; +} + +.e-xlfl-fieldset { + font-size: 13px; + padding-top: 9px; +} + +.e-xlfl-optr, +.e-xlfl-value { + padding-top: 12px; +} + +.e-xlfl-radio, +.e-xlfl-mtcase { + padding-top: 12px; +} + +.e-xlfl-optr:first-child { + padding-right: 12px; +} + +.e-xlflmenu.e-rtl .e-xlfl-optr:first-child { + padding-left: 12px; +} + +.e-xlflmenu { + min-height: 314px; +} + +.e-xlflmenu .e-xlfl-table { + border-spacing: 0; + table-layout: fixed; + width: 100%; +} + +.e-xlflmenu .e-radio + label .e-label { + padding-left: 25px; + padding-right: 8px; +} + +.e-xlflmenu.e-rtl .e-radio + label .e-label { + padding-left: 0; + padding-right: 25px; +} + +.e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label { + margin-left: 6px; +} + +.e-xlflmenu .e-dlg-content { + padding-bottom: 5px; +} + +.e-xlfl-radiodiv { + width: 118px; +} + +.e-xlfl-radio-or, +.e-xlfl-matchcasediv { + margin-left: 2px; +} + +.e-xlflmenu.e-rtl .e-xlfl-radio-or, +.e-xlfl-matchcasediv { + margin-left: 0; + margin-right: 13px; +} + +.e-bigger .e-xlflmenu .e-xlfl-table { + border-spacing: 0; + width: 100%; +} + +.e-bigger .e-xlflmenu .e-dlg-content { + padding-bottom: 10px; +} + +.e-bigger .e-xlflmenu .e-radio + label .e-label { + padding-left: 28px; + padding-right: 5px; +} + +.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label { + margin-left: 8px; +} + +.e-bigger .e-xlfl-radiodiv { + width: 138px; +} + +.e-bigger .e-xlfl-radio-or, +.e-bigger .e-xlfl-matchcasediv { + margin-left: 18px; +} + +.e-bigger .e-xlflmenu { + min-height: 372px; +} + +.e-bigger .e-xlfl-optr:first-child { + padding-right: 16px; +} + +.e-bigger .e-xlfl-dlgfields { + font-size: 16px; +} + +.e-bigger .e-xlfl-fieldset { + font-size: 14px; + padding-top: 12px; +} + +.e-bigger .e-xlfl-optr, +.e-bigger .e-xlfl-value { + padding-top: 16px; +} + +.e-bigger .e-xlfl-radio, +.e-bigger .e-xlfl-mtcase { + padding-top: 6px; +} + +.e-bigger .e-grid, +.e-grid.e-bigger { + font-size: 14px; +} + +.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper, +.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper { + padding-bottom: 5px; + padding-top: 5px; +} + +.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon, +.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon { + min-width: 38px; +} + +.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons, +.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons { + font-size: 18px; +} + +.e-bigger .e-grid .e-xlflmenu, +.e-grid.e-bigger .e-xlflmenu { + min-height: 372px; +} + +.e-bigger .e-grid .e-flmenu-valuediv, +.e-grid.e-bigger .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li { + height: 48px; + line-height: 48px; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + height: 48px; + line-height: 48px; + margin-right: 10px; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret { + height: 48px; + line-height: 48px; +} + +.e-bigger .e-grid .e-headercell, +.e-grid.e-bigger .e-headercell { + height: 45px; + padding: 0 10px 0; +} + +.e-bigger .e-grid .e-headercelldiv, +.e-grid.e-bigger .e-headercelldiv { + font-size: 14px; + height: 29px; + line-height: 29px; +} + +.e-bigger .e-grid .e-headercell, +.e-bigger .e-grid .e-detailheadercell, +.e-grid.e-bigger .e-headercell, +.e-grid.e-bigger .e-detailheadercell { + font-size: 14px; +} + +.e-bigger .e-grid .e-icons, +.e-grid.e-bigger .e-icons { + font-size: 14px; +} + +.e-bigger .e-grid .e-gridheader thead .e-icons, +.e-grid.e-bigger .e-gridheader thead .e-icons { + font-size: 14px; +} + +.e-bigger .e-grid .e-icon-gdownarrow, +.e-grid.e-bigger .e-icon-gdownarrow { + font-size: 14px; +} + +.e-bigger .e-grid .e-icon-grightarrow, +.e-grid.e-bigger .e-icon-grightarrow { + font-size: 14px; +} + +.e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn, +.e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn { + font-size: 12px; +} + +.e-bigger .e-grid .e-gridheader tr th:last-child, +.e-grid.e-bigger .e-gridheader tr th:last-child { + padding-right: 13px; +} + +.e-bigger .e-grid .e-gridheader tr th:last-child.e-filterbarcell, +.e-grid.e-bigger .e-gridheader tr th:last-child.e-filterbarcell { + padding-left: 10px; +} + +.e-bigger .e-grid .e-gridheader tr th:first-child, +.e-grid.e-bigger .e-gridheader tr th:first-child { + padding-left: 13px; +} + +.e-bigger .e-grid .e-gridheader tr th:first-child.e-filterbarcell, +.e-grid.e-bigger .e-gridheader tr th:first-child.e-filterbarcell { + padding-left: 10px; +} + +.e-bigger .e-grid .e-headercelldiv, +.e-grid.e-bigger .e-headercelldiv { + font-size: 15px; +} + +.e-bigger .e-grid .e-rowcell, +.e-bigger .e-grid .e-summarycell, +.e-grid.e-bigger .e-rowcell, +.e-grid.e-bigger .e-summarycell { + font-size: 14px; + padding: 9px 10px; +} + +.e-bigger .e-grid .e-rowcell:first-child, +.e-bigger .e-grid .e-summarycell:first-child, +.e-grid.e-bigger .e-rowcell:first-child, +.e-grid.e-bigger .e-summarycell:first-child { + padding-left: 13px; +} + +.e-bigger .e-grid .e-rowcell:last-child, +.e-bigger .e-grid .e-summarycell:last-child, +.e-grid.e-bigger .e-rowcell:last-child, +.e-grid.e-bigger .e-summarycell:last-child { + padding-right: 13px; +} + +.e-bigger .e-grid .e-filterbarcell, +.e-bigger .e-grid .e-filterbarcelldisabled, +.e-grid.e-bigger .e-filterbarcell, +.e-grid.e-bigger .e-filterbarcelldisabled { + height: 45px; + padding: 0 10px; +} + +.e-bigger .e-grid .e-filterbarcell input, +.e-grid.e-bigger .e-filterbarcell input { + height: 40px; +} + +.e-bigger .e-grid .e-ftrchk, +.e-grid.e-bigger .e-ftrchk { + padding-bottom: 12px; + padding-top: 12px; +} + +.e-bigger .e-grid .e-columnmenu, +.e-grid.e-bigger .e-columnmenu { + bottom: 10px; +} + +.e-bigger .e-grid.e-device.e-noselect, +.e-grid.e-bigger.e-device.e-noselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-bigger .e-grid .e-dialog.e-checkboxfilter, +.e-bigger .e-grid .e-dialog.e-flmenu, +.e-grid.e-bigger .e-dialog.e-checkboxfilter, +.e-grid.e-bigger .e-dialog.e-flmenu { + min-width: 260px; +} + +.e-bigger .e-grid .e-dialog.e-checkboxfilter, +.e-grid.e-bigger .e-dialog.e-checkboxfilter { + min-height: 370px; +} + +.e-bigger .e-grid .e-filtermenudiv, +.e-grid.e-bigger .e-filtermenudiv { + margin: -26px -7px; +} + +.e-bigger .e-grid .e-sortfilterdiv, +.e-grid.e-bigger .e-sortfilterdiv { + margin: -23px 6px; +} + +.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -23px 20px 0 0; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-grid .e-wrap .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv, +.e-grid.e-bigger .e-wrap .e-sortfilterdiv { + margin: -19px 6px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv +.e-wrap .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv +.e-wrap .e-rightalign .e-sortfilterdiv { + margin: -19px -4px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv +.e-wrap .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv +.e-wrap .e-fltr-icon .e-sortfilterdiv { + margin: -17px 11px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-bigger .e-grid .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -18px 11px; +} + +.e-bigger .e-grid.e-wrap .e-rowcell, +.e-bigger .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-bigger .e-grid.e-wrap .e-columnheader .e-headercelldiv, +.e-grid.e-bigger.e-wrap .e-rowcell, +.e-grid.e-bigger.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-bigger.e-wrap .e-columnheader .e-headercelldiv { + line-height: 18px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -23px -4px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortnumber, +.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortnumber { + float: left; + margin: 9px 0 0 15px; +} + +.e-bigger .e-grid .e-sortnumber, +.e-grid.e-bigger .e-sortnumber { + border-radius: 55%; + display: inline-block; + float: right; + font-size: 9px; + height: 15px; + line-height: 15px; + margin: 9px 25px 0 2px; + text-align: center; + width: 15px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -23px 11px 0 0; +} + +.e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv, +.e-bigger .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-headercell .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-detailheadercell .e-sortfilterdiv { + margin: -22px 0 0 13px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -22px 0 0 22px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -23px 0 0 -7px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -23px 0 0 5px; +} + +.e-bigger .e-grid.e-rtl .e-filtermenudiv, +.e-grid.e-bigger.e-rtl .e-filtermenudiv { + margin: -26px -7px; +} + +.e-bigger .e-grid.e-rtl .e-rightalign .e-filtermenudiv, +.e-grid.e-bigger.e-rtl .e-rightalign .e-filtermenudiv { + margin: -26px -7px; +} + +.e-bigger .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-bigger .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber, +.e-grid.e-bigger.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-grid.e-bigger.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber { + margin: 9px 0 0 3px; +} + +.e-bigger .e-grid .e-rowcell, +.e-bigger .e-grid .e-summarycell, +.e-bigger .e-grid .e-emptyrow td, +.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty, +.e-grid.e-bigger .e-rowcell, +.e-grid.e-bigger .e-summarycell, +.e-grid.e-bigger .e-emptyrow td, +.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty, +.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + line-height: 26px; +} + +.e-bigger .e-grid .e-filterbarcell input, +.e-grid.e-bigger .e-filterbarcell input { + font-size: 14px; +} + +.e-bigger .e-grid .e-groupdroparea, +.e-grid.e-bigger .e-groupdroparea { + font-size: 21px; + min-height: 74px; + padding: 22px 24px; +} + +.e-bigger .e-grid .e-cloneproperties, +.e-grid.e-bigger .e-cloneproperties { + padding: 4px 5px; +} + +.e-bigger .e-grid .e-headerclone, +.e-grid.e-bigger .e-headerclone { + font-size: 14px; +} + +.e-bigger .e-grid .e-groupdroparea.e-grouped, +.e-grid.e-bigger .e-groupdroparea.e-grouped { + padding: 11px 0 12px; +} + +.e-bigger .e-grid .e-frozenheader table tr td.e-rowcell, +.e-grid.e-bigger .e-frozenheader table tr td.e-rowcell { + height: 38px; +} + +.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-grid .e-frozenhdrcont table tr td:first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty, +.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty, +.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty, +.e-grid.e-bigger .e-frozenhdrcont table tr td:first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 44px; +} + +.e-bigger .e-grid.e-bigger .e-columnmenu, +.e-grid.e-bigger.e-bigger .e-columnmenu { + bottom: 16px; + margin: -8px -7px; +} + +.e-bigger .e-grid .e-columnmenu, +.e-grid.e-bigger .e-columnmenu { + right: 10px; +} + +.e-bigger .e-grid .e-groupheadercell, +.e-bigger .e-grid .e-groupheadercell:hover, +.e-grid.e-bigger .e-groupheadercell, +.e-grid.e-bigger .e-groupheadercell:hover { + border-radius: 0; + height: 31px; + margin: 10px 0 0 10px; + padding: 1px 10px; + font-size: 14px; +} + +.e-bigger .e-grid .e-groupheadercell:hover, +.e-grid.e-bigger .e-groupheadercell:hover { + padding: 0 9px; +} + +.e-bigger .e-grid .e-gdclone, +.e-grid.e-bigger .e-gdclone { + border-radius: 0; + padding: 6px; +} + +.e-bigger .e-grid .e-groupheadercell span, +.e-grid.e-bigger .e-groupheadercell span { + height: 29px; + line-height: 29px; + padding: 0; +} + +.e-bigger .e-grid .e-groupheadercell .e-ungroupbutton, +.e-grid.e-bigger .e-groupheadercell .e-ungroupbutton { + font-size: 13px; +} + +.e-bigger .e-grid .e-groupheadercell .e-grouptext, +.e-grid.e-bigger .e-groupheadercell .e-grouptext { + line-height: 29px; +} + +.e-bigger .e-grid .e-row .e-input-group .e-input.e-field, +.e-bigger .e-grid .e-row .e-input-focus .e-input.e-field, +.e-grid.e-bigger .e-row .e-input-group .e-input.e-field, +.e-grid.e-bigger .e-row .e-input-focus .e-input.e-field { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-device .e-row .e-input-group .e-input.e-field, +.e-bigger .e-grid.e-device .e-row .e-input-focus .e-input.e-field, +.e-grid.e-bigger.e-device .e-row .e-input-group .e-input.e-field, +.e-grid.e-bigger.e-device .e-row .e-input-focus .e-input.e-field { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-row .e-input-group, +.e-grid.e-bigger .e-row .e-input-group { + margin-bottom: 2px; + vertical-align: middle; +} + +.e-bigger .e-grid.e-device .e-headercell, +.e-grid.e-bigger.e-device .e-headercell { + padding: 0 12px 0; +} + +.e-bigger .e-grid.e-device .e-headercell:first-child, +.e-grid.e-bigger.e-device .e-headercell:first-child { + padding: 0 12px 0 16px; +} + +.e-bigger .e-grid.e-device .e-headercell:last-child, +.e-grid.e-bigger.e-device .e-headercell:last-child { + padding: 0 16px 0 12px; +} + +.e-bigger .e-grid.e-device .e-groupheadercell span, +.e-grid.e-bigger.e-device .e-groupheadercell span { + line-height: 30px; +} + +.e-bigger .e-grid.e-device .e-rowcell, +.e-bigger .e-grid.e-device .e-summarycell, +.e-grid.e-bigger.e-device .e-rowcell, +.e-grid.e-bigger.e-device .e-summarycell { + padding: 7px 12px; +} + +.e-bigger .e-grid.e-device .e-rowcell:first-child, +.e-bigger .e-grid.e-device .e-summarycell:first-child, +.e-grid.e-bigger.e-device .e-rowcell:first-child, +.e-grid.e-bigger.e-device .e-summarycell:first-child { + padding: 7px 12px 7px 16px; +} + +.e-bigger .e-grid.e-device .e-rowcell:last-child, +.e-bigger .e-grid.e-device .e-summarycell:last-child, +.e-grid.e-bigger.e-device .e-rowcell:last-child, +.e-grid.e-bigger.e-device .e-summarycell:last-child { + padding: 7px 16px 7px 12px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell, +.e-grid.e-bigger.e-device .e-filterbarcell { + padding: 7px 12px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell:first-child, +.e-grid.e-bigger.e-device .e-filterbarcell:first-child { + padding: 7px 12px 7px 16px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell:last-child, +.e-grid.e-bigger.e-device .e-filterbarcell:last-child { + padding: 7px 16px 7px 12px; +} + +.e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton, +.e-grid.e-bigger.e-device .e-groupheadercell .e-ungroupbutton { + line-height: 31px; +} + +.e-bigger .e-grid.e-device .e-normaledit .e-rowcell, +.e-grid.e-bigger.e-device .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-device .e-editedbatchcell.e-rowcell, +.e-grid.e-bigger.e-device .e-editedbatchcell.e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-unboundcell, +.e-bigger .e-grid .e-editedrow .e-normaledit .e-unboundcell, +.e-bigger .e-grid .e-addedrow .e-normaledit .e-unboundcell, +.e-grid.e-bigger .e-unboundcell, +.e-grid.e-bigger .e-editedrow .e-normaledit .e-unboundcell, +.e-grid.e-bigger .e-addedrow .e-normaledit .e-unboundcell { + padding-bottom: 6px; + padding-top: 6px; +} + +.e-bigger .e-grid .e-grouptext, +.e-grid.e-bigger .e-grouptext { + margin-right: 10px; + width: 76px; +} + +.e-bigger .e-grid .e-gridheader table th[rowspan], +.e-bigger .e-grid.e-device .e-gridheader table th[rowspan], +.e-grid.e-bigger .e-gridheader table th[rowspan], +.e-grid.e-bigger.e-device .e-gridheader table th[rowspan] { + padding-bottom: 20px; +} + +.e-bigger .e-grid .e-groupsort, +.e-bigger .e-grid span.e-ungroupbutton, +.e-bigger .e-grid .e-toggleungroup, +.e-grid.e-bigger .e-groupsort, +.e-grid.e-bigger span.e-ungroupbutton, +.e-grid.e-bigger .e-toggleungroup { + margin-left: 0; + margin-top: 0; +} + +.e-bigger .e-grid span.e-ungroupbutton.e-icons, +.e-grid.e-bigger span.e-ungroupbutton.e-icons { + font-size: 13px; + margin-left: 0; + margin-top: 1px; + margin-right: 0; +} + +.e-bigger .e-grid .e-groupsort, +.e-grid.e-bigger .e-groupsort { + margin-right: 10px; + margin-top: 0; +} + +.e-bigger .e-grid.e-rtl .e-groupheadercell, +.e-bigger .e-grid.e-rtl .e-groupheadercell:hover, +.e-grid.e-bigger.e-rtl .e-groupheadercell, +.e-grid.e-bigger.e-rtl .e-groupheadercell:hover { + margin: 8px 10px 0 0; + padding: 0 10px; +} + +.e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons, +.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons { + margin-left: 0; + margin-right: 8px; + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-groupcaption, +.e-grid.e-bigger .e-groupcaption { + line-height: 27px; +} + +.e-bigger .e-grid .e-ccdlg .e-dlg-content, +.e-grid.e-bigger .e-ccdlg .e-dlg-content { + margin: 30px 0 20px; + padding: 25px 25px 5px 12px; +} + +.e-bigger .e-grid .e-ccdlg .e-ccul-ele, +.e-grid.e-bigger .e-ccdlg .e-ccul-ele { + padding: 0; +} + +.e-bigger .e-grid .e-ccdlg .e-cc-searchdiv, +.e-grid.e-bigger .e-ccdlg .e-cc-searchdiv { + padding-left: 7px; +} + +.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard, +.e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard { + padding-left: 13px; +} + +.e-bigger .e-grid .e-ccdlg li.e-cclist, +.e-grid.e-bigger .e-ccdlg li.e-cclist { + padding: 11px 0 10px; +} + +.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv, +.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv { + margin-top: 0; +} + +.e-grid { + border-radius: 0; + border-style: none solid solid; + border-width: 1px; + display: block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + height: auto; + position: relative; +} + +.e-grid .e-gridheader { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-gridheader .e-firstrow-dragborder, +.e-grid.e-rtl .e-gridheader .e-firstrow-dragborder, +.e-grid .e-gridcontent .e-lastrow-dragborder, +.e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder { + bottom: 0; + background-color: #ffd939; + height: 2px; + position: absolute; + z-index: 10; +} + +.e-grid .e-grid-relative { + position: relative; +} + +.e-grid .e-dropitemscount { + border: 1px solid #969696; + border-radius: 17px; + box-sizing: content-box; + font-size: 13px; + line-height: normal; + margin-left: -8px; + min-width: 12px; + padding: 3px 7px 4px; + position: absolute; + text-align: center; + top: -10px; + z-index: 5; +} + +.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, +.e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop { + border-top: 1px solid #969696; + border-right: 1px solid #969696; + border-bottom: 0; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, +.e-grid .e-gridheader thead tr th.e-firstrowdragborder, +.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 2px 0 0 #ffd939; + position: relative; + z-index: 5; +} + +.e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) { + font-size: 10px; +} + +.e-grid .e-row .e-icon-rowdragicon::before { + display: block; + text-indent: 10px; + font-size: 12px; + font-weight: bold; + color: #fff; + opacity: 1; +} + +.e-grid .e-row .e-icon-rowdragmoveicon::before { + font-size: 12px; + font-weight: bold; +} + +.e-grid .e-row .e-icon-rowdragmoveicon { + padding-left: 10px; +} + +.e-grid .e-draganddrop .e-rowcell, .e-grid.e-rtl .e-draganddrop .e-rowcell { + padding-left: 6px; + padding-right: 6px; +} + +.e-grid .e-gridcontent .e-rowdragdrop { + border-style: solid; + border-width: 1px 0 0 0; + border-color: #969696; +} + +.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + position: relative; + left: -5px; +} + +.e-grid .e-icon-rowdragicon { + font-size: 12px; + text-indent: 8px; +} + +.e-grid .e-toolbar { + border-bottom: 0; + border-left: 0; + border-right: 0; + border-top: 1px solid #969696; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search { + margin-bottom: 0; + opacity: .6; + width: 230px; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search.e-input-focus { + opacity: 1; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon { + min-width: 30px; +} + +.e-grid .e-groupdroparea.e-grouped { + padding: 8px 0 5px; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter .e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter .e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-bottom: 1px solid; +} + +.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-bottom: 0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-default .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader { + border-left: 1px solid; +} + +.e-grid.e-default.e-hidelines .e-headercell.e-firstheader { + border-left: 0; +} + +.e-grid.e-default.e-verticallines .e-grouptopleftcell, +.e-grid.e-default.e-bothlines .e-grouptopleftcell, +.e-grid.e-default.e-hidelines .e-grouptopleftcell { + border-top-width: 0; +} + +.e-grid.e-default.e-verticallines .e-detailrowcollapse, +.e-grid.e-default.e-verticallines .e-detailrowexpand, +.e-grid.e-default.e-verticallines .e-rowdragdrop, .e-grid.e-default.e-hidelines .e-detailrowcollapse, +.e-grid.e-default.e-hidelines .e-detailrowexpand, +.e-grid.e-default.e-hidelines .e-rowdragdrop { + border-top-width: 0; +} + +.e-grid.e-default.e-horizontallines .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid .e-gridheader .e-headercell .e-rhandler, +.e-grid .e-gridheader .e-headercell .e-rsuppress { + height: 100%; + position: absolute; + right: 0; + top: 0; + width: 4px; +} + +.e-grid.e-device .e-gridheader .e-headercell .e-rhandler { + width: 14px; +} + +.e-grid.e-rtl .e-gridheader .e-headercell .e-rhandler, +.e-grid.e-rtl .e-gridheader .e-headercell .e-rsuppress { + left: 0; + right: auto; +} + +.e-grid.e-resize-lines .e-gridheader th.e-headercell.e-lastcell .e-rhandler { + border-right-width: 0; +} + +.e-grid .e-rhelper { + position: absolute; + width: 2px; +} + +.e-grid.e-device .e-ricon::before { + border-bottom: 6px solid transparent; + border-right: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + position: absolute; + right: 4px; + top: 4px; + width: 20px; +} + +.e-grid.e-device .e-ricon::after { + border-bottom: 6px solid transparent; + border-left: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + left: 4px; + position: absolute; + top: 4px; + width: 20px; + z-index: 3; +} + +.e-grid.e-rcursor, +.e-grid .e-gridheader .e-rcursor { + cursor: col-resize; +} + +.e-grid.e-editing .e-gridheader .e-rcursor { + cursor: default; +} + +.e-grid .e-table { + border-collapse: separate; + table-layout: fixed; + width: 100%; +} + +.e-grid .e-tableborder { + border-right: 1px solid; +} + +.e-grid .e-virtualtable { + will-change: transform; + z-index: 1; +} + +.e-grid .e-headercelldiv { + border: 0 none; + display: block; + font-size: 14px; + font-weight: normal; + height: 29px; + line-height: 29px; + margin: 0; + overflow: hidden; + padding: 0; + text-align: left; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-headercelldiv.e-headerchkcelldiv { + overflow: visible; +} + +.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv { + padding: 0 .6em; +} + +.e-grid .e-gridheader .e-headercontent .e-centeralign .e-headercelldiv.e-headerchkcelldiv { + padding: 0 .6em; +} + +.e-grid .e-headercell, +.e-grid .e-headercell.e-stackedheadercell, +.e-grid .e-headercell.e-defaultcursor { + cursor: default; +} + +.e-grid .e-headercell.e-mousepointer, +.e-grid .e-headercell.e-stackedheadercell.e-mousepointer { + cursor: pointer; +} + +.e-grid .e-gridheader .e-headercell, +.e-grid .e-gridheader .e-detailheadercell { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-gridcontent tr:first-child td { + border-top: 0 none; +} + +.e-grid .e-gridheader tr:first-child th { + border-top: 0 none; +} + +.e-grid .e-gridheader tr th:last-child.e-filterbarcell { + padding-right: 10px; +} + +.e-grid .e-gridheader tr th:last-child { + padding-right: 10px; +} + +.e-grid .e-gridheader tr th:first-child { + padding-left: 10px; +} + +.e-grid .e-gridheader tr th:first-child.e-filterbarcell { + padding-left: 10px; +} + +.e-grid .e-gridheader { + border-bottom-style: solid; + border-bottom-width: 1px; + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid .e-frozenhdrcont { + border-bottom-width: 0; +} + +.e-grid .e-frozenhdrcont table tr:not(.e-editedrow):first-child td { + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid.e-bothlines .e-filterbarcell, +.e-grid.e-bothlines .e-filterbarcelldisabled { + border-width: 1px 0 0 1px; +} + +.e-grid .e-headercell, +.e-grid .e-detailheadercell { + border-style: solid; + border-width: 0; + font-size: 14px; + font-weight: normal; + height: 36px; + overflow: hidden; + padding: 0 8px 0; + position: relative; + text-align: left; +} + +.e-grid.e-device .e-headercell { + padding: 0 12px 0; +} + +.e-grid.e-device .e-headercell:first-child { + padding: 0 12px 0 16px; +} + +.e-grid.e-device .e-headercell:last-child { + padding: 0 16px 0 12px; +} + +.e-grid .e-rowcell { + border-style: solid; + border-width: 1px 0 0; + display: table-cell; + font-size: 13px; + line-height: 21px; + overflow: hidden; + padding: 7px 8px; + vertical-align: middle; + white-space: nowrap; + width: auto; +} + +.e-grid .e-frozenheader table tr td.e-rowcell { + height: 35px; +} + +.e-grid .e-frozencontent table tr td:first-child:empty, +.e-grid .e-movablecontent table tr td:first-child:empty, +.e-grid .e-frozenhdrcont table tr td:first-child:empty, +.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 35px; +} + +.e-grid .e-rowcell:first-child, +.e-grid .e-summarycell:first-child { + padding-left: 10px; +} + +.e-grid .e-rowcell:last-child, +.e-grid .e-summarycell:last-child { + padding-right: 10px; +} + +.e-grid .e-unboundcell, +.e-grid .e-editedrow .e-normaledit .e-unboundcell, +.e-grid .e-addedrow .e-normaledit .e-unboundcell { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-grid .e-unboundcelldiv > button { + margin: 0 3.5px; +} + +.e-grid .e-unboundcelldiv { + margin: 0 -3.5px; +} + +.e-grid .e-summarycell { + border-style: solid; + border-width: 1px 0 0; + font-size: 14px; + font-weight: normal; + height: auto; + line-height: 21px; + padding: 7px 8px; + white-space: normal; + word-wrap: break-word; +} + +.e-grid .e-summarycontent .e-frozenfootercontent { + float: left; + width: -webkit-min-content; + width: min-content; +} + +.e-grid .e-summarycontent .e-movablefootercontent { + height: inherit; + overflow: hidden; +} + +.e-grid .e-summarycontent .e-indentcell { + border-width: 0; +} + +.e-grid .e-summarycontent .e-detailindentcelltop { + border-width: 1px 0 0; +} + +.e-grid.e-device .e-rowcell, +.e-grid.e-device .e-summarycell { + padding: 7px 12px; +} + +.e-grid.e-device .e-rowcell:first-child, +.e-grid.e-device .e-summarycell:first-child { + padding: 7px 12px 7px 16px; +} + +.e-grid.e-device .e-rowcell:last-child, +.e-grid.e-device .e-summarycell:last-child { + padding: 7px 16px 7px 12px; +} + +.e-grid td.e-rowcell.e-checkbox { + padding: 8px 8px; +} + +.e-grid td.e-rowcell.e-checkbox input[type='checkbox'] { + margin-top: 5px; +} + +.e-grid.e-default .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-bothlines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-bothlines .e-rowcell { + border-width: 1px 0 0 1px; +} + +.e-grid .e-gridheader table th[rowspan], +.e-grid.e-device .e-gridheader table th[rowspan] { + padding-bottom: 4px; + vertical-align: bottom; +} + +.e-grid .e-emptyrow td { + line-height: 21px; + padding: .7em; +} + +.e-grid.e-responsive .e-rowcell, +.e-grid.e-responsive .e-headercelldiv { + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-grid.e-responsive .e-rowcell.e-gridchkbox, +.e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv { + text-overflow: clip; +} + +.e-grid.e-default .e-headercell, +.e-grid.e-default .e-detailheadercell { + border-width: 0; +} + +.e-grid [aria-selected] + tr .e-detailindentcell { + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid.e-default.e-verticallines .e-headercell, +.e-grid.e-default.e-verticallines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid; +} + +.e-grid.e-default .e-stackedheadercell { + border-width: 1px 0 1px 1px; +} + +.e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell) { + border-left-width: 0; +} + +.e-grid.e-default.e-bothlines .e-headercell, +.e-grid.e-default.e-bothlines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-default table th[rowspan] { + border-width: 0 0 0 1px; +} + +.e-grid tr th.e-firstcell { + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-default tr td:first-child, +.e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell), +.e-grid.e-default tr th.e-detailheadercell:first-child, +.e-grid.e-default tr th.e-filterbarcell:first-child { + border-left-width: 0; +} + +.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst { + border-left-width: 0; +} + +.e-grid .e-hide { + display: none; +} + +.e-grid .e-rowcell, +.e-grid .e-gridcontent, +.e-grid .e-gridheader, +.e-grid .e-headercontent, +.e-grid .e-groupdroparea, +.e-grid .e-gridfooter, +.e-grid .e-summarycontent { + overflow: hidden; + vertical-align: middle; +} + +.e-grid .e-sortfilterdiv { + float: right; + height: 16px; + margin: -21px 11px; + padding: 3px; + width: 16px; +} + +.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv { + float: left; + margin: -21px 10px 0 0; +} + +.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv, +.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv { + padding: 0; +} + +.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv { + margin: 0 20px 0 10px; +} + +.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv { + margin: 0 20px 0 0; +} + +.e-grid .e-gridheader .e-sortfilter .e-headercelldiv, +.e-grid .e-gridheader .e-stackedheadercelldiv, +.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv { + padding: 0 1px; +} + +.e-grid .e-filtermenudiv { + float: right; + margin: -24px -7px; + padding: 6px; + text-align: right; +} + +.e-grid .e-filtermenudiv:hover { + cursor: pointer; +} + +.e-grid.e-print-grid-layout .e-pager, .e-grid.e-print-grid-layout .e-filterbar, .e-grid.e-print-grid-layout .e-icons:not(.e-frame), .e-grid.e-print-grid-layout .e-grouptopleftcell, .e-grid.e-print-grid-layout .e-recordpluscollapse, .e-grid.e-print-grid-layout .e-indentcell, .e-grid.e-print-grid-layout .e-recordplusexpand { + display: none; +} + +.e-grid.e-print-grid-layout .e-indentcell.e-detailindentcelltop { + display: table-cell; +} + +.e-grid.e-print-grid-layout .e-content { + overflow-y: hidden; +} + +.e-grid.e-print-grid-layout .e-grouptext { + width: auto; +} + +.e-grid.e-print-grid-layout .e-detailcell { + padding: .8em .6em; +} + +.e-grid.e-print-grid { + left: -1000px; + top: -1000px; +} + +.e-grid .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-grid .e-flbldcontent { + padding: 18px 18px 0; +} + +.e-grid .e-flblbtn { + width: 110px; +} + +.e-grid .e-sortnumber { + border-radius: 55%; + display: inline-block; + float: right; + font-size: 9px; + height: 15px; + line-height: 15px; + margin: 9px 25px 0 2px; + text-align: center; + width: 15px; +} + +.e-grid .e-gridheader .e-rightalign .e-sortnumber { + float: left; + margin: 9px 0 0 15px; +} + +.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -22px 30px 0 0; +} + +.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -21px 0 0 8px; +} + +.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber { + margin: 3px 2px 0 5px; +} + +.e-grid.e-wrap .e-gridheader .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-wrap .e-gridheader .e-sortfilterdiv { + margin: -15px -5px; +} + +.e-grid .e-movableheader .e-editcell.e-normaledit, +.e-grid .e-frozenheader .e-editcell.e-normaledit { + border-top-color: transparent; +} + +.e-grid .e-columnmenu { + position: absolute; + right: 23px; + float: right; + margin: -24px; + padding: 6px; +} + +.e-grid.e-wrap .e-columnmenu { + margin: -20px -24px -24px -24px; +} + +.e-grid.e-rtl .e-columnmenu { + left: 5px; + right: auto; + margin: -17px -18px -18px 1px; +} + +.e-grid.e-wrap.e-rtl .e-columnmenu { + margin: -13px -13px -23px -3px; +} + +.e-grid [class^='e-'] { + box-sizing: border-box; +} + +.e-grid .e-detailrowcollapse, +.e-grid .e-detailrowexpand { + border-style: solid; + border-width: 1px 0 0; + cursor: pointer; +} + +.e-grid .e-detailindentcell { + border-right-style: solid; + border-right-width: 1px; +} + +.e-grid .e-detailcell { + border-top-style: solid; + border-top-width: 1px; + padding: .3em; +} + +.e-grid.e-verticallines .e-rowcell, +.e-grid.e-verticallines .e-filterbarcell { + border-width: 0 0 0 1px; +} + +.e-grid.e-hidelines .e-rowcell, +.e-grid.e-horizontallines .e-headercell, +.e-grid.e-hidelines .e-headercell, +.e-grid.e-horizontallines .e-detailheadercell, +.e-grid.e-hidelines .e-detailheadercell, +.e-grid.e-hidelines tr th.e-firstcell, +.e-grid.e-hidelines .e-filterbarcell { + border-width: 0; +} + +.e-grid.e-horizontallines .e-headercell.e-stackedheadercell { + border-width: 0 0 1px 1px; +} + +.e-grid.e-horizontallines .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-horizontallines .e-filterbarcell { + border-width: 1px 0 0; +} + +.e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-horizontallines .e-detailrowvisible, .e-grid.e-verticallines .e-detailrowvisible, .e-grid.e-hidelines .e-detailrowvisible, .e-grid.e-bothlines .e-detailrowvisible { + border-left-width: 0; +} + +.e-grid.e-verticallines .e-firstchildrow .e-rowcell, +.e-grid.e-verticallines .e-firstchildrow .e-detailrowcollapse, +.e-grid.e-verticallines .e-firstchildrow .e-detailrowexpand, .e-grid.e-hidelines .e-firstchildrow .e-rowcell, +.e-grid.e-hidelines .e-firstchildrow .e-detailrowcollapse, +.e-grid.e-hidelines .e-firstchildrow .e-detailrowexpand { + border-top-width: 1px; +} + +.e-grid .e-filterbarcell .e-icons::before { + display: block; + margin: 0 auto; +} + +.e-grid .e-filterbarcell .e-filtertext::-webkit-search-cancel-button, +.e-grid .e-search input::-webkit-search-cancel-button { + display: none; +} + +.e-grid .e-filterbarcell .e-filtertext::-ms-clear, +.e-grid .e-search input::-ms-clear { + display: none; +} + +.e-grid .e-filterbarcell, +.e-grid .e-filterbarcelldisabled { + border-collapse: collapse; + border-style: solid; + border-width: 1px 0 0; + cursor: default; + height: 36px; + overflow: hidden; + padding: 0 8px; + vertical-align: middle; +} + +.e-grid .e-rowdragheader { + border-color: #969696; + border-style: solid; + border-width: 1px 0 0; +} + +.e-grid .e-filterbarcell input { + border-radius: 0; + border-style: solid; + border-width: 1px; + font-size: 13px; + font-weight: normal; + height: 32px; + padding-right: 24px; + text-indent: 10px; + width: 100%; +} + +.e-grid.e-device .e-filterbarcell { + padding: 7px 12px; +} + +.e-grid.e-device .e-filterbarcell:first-child { + padding: 7px 12px 7px 16px; +} + +.e-grid.e-device .e-filterbarcell:last-child { + padding: 7px 16px 7px 12px; +} + +.e-grid .e-searchclear { + float: right; + position: relative; +} + +.e-grid.e-rtl .e-searchclear { + float: left; + position: relative; + top: 10px; +} + +.e-grid .e-checkboxlist { + height: 200px; + margin-top: 5px; + min-height: 160px; + overflow-y: auto; +} + +.e-grid .e-chk-hidden { + -moz-appearance: none; + height: 1px; + opacity: 0; + width: 1px; +} + +.e-grid .e-checkselect, +.e-grid .e-checkselectall { + margin: 0; + opacity: 0; + position: absolute; + width: 0; +} + +.e-grid .e-rowcell .e-checkbox-wrapper, +.e-grid .e-rowcell .e-css.e-checkbox-wrapper { + height: 20px; + line-height: 20px; +} + +.e-grid .e-dialog.e-checkboxfilter, +.e-grid .e-dialog.e-flmenu { + min-width: 250px; +} + +.e-grid .e-dialog.e-checkboxfilter { + min-height: 348px; +} + +.e-grid .e-ftrchk { + padding-bottom: 7px; + padding-top: 7px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper, +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + display: block; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + padding-bottom: 4px; + position: static; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul li { + height: 36px; + line-height: 36px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + height: 36px; + line-height: 36px; + margin-right: 10px; +} + +.e-grid.e-rtl .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + margin-right: 0; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret { + height: 36px; + line-height: 36px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + border: 0; + box-shadow: none; + max-width: 300px; + padding-bottom: 4px; + position: static; +} + +.e-grid .e-excelfilter .e-footer-content { + border-style: solid; + border-width: 0; +} + +.e-grid .e-excel-menu { + z-index: 1000; +} + +.e-grid .e-excelfilter .e-dlg-content { + padding-top: 0; +} + +.e-grid .e-filterdiv, +.e-grid .e-fltrtempdiv { + padding: 2px 0; + position: relative; + text-align: center; + width: 100%; +} + +.e-grid .e-pager { + border-bottom: transparent; + border-left: transparent; + border-right: transparent; +} + +.e-grid .e-gridpopup { + font-weight: normal; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 99999; +} + +.e-grid .e-gridpopup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-grid .e-lastsummarycell { + border-right: 1px solid; +} + +.e-grid .e-footerpadding { + padding-right: 14px; +} + +.e-grid .e-gridpopup span { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + padding: 4px; + width: 26px; +} + +.e-grid .e-gridpopup .e-tail::before, +.e-grid .e-gridpopup .e-tail::after { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-grid .e-gridpopup .e-downtail::after { + top: 34px; +} + +.e-grid .e-gridpopup .e-uptail::after { + top: -17px; +} + +.e-grid .e-gridpopup .e-uptail::before { + top: -19px; +} + +.e-grid .e-gridpopup .e-sortdirect, +.e-grid .e-gridpopup .e-rowselect { + line-height: 18px; + text-indent: 1px; +} + +.e-grid .e-cloneproperties { + border-style: solid; + border-width: 1px; + box-shadow: 0 0; + font-size: 14px; + font-weight: normal; + opacity: 1; + overflow: hidden; + padding: 4px 5px; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; + z-index: 10; +} + +.e-grid .e-cloneproperties.e-draganddrop { + border-spacing: 0; + font-size: 14px; + font-weight: normal; + overflow: visible; +} + +.e-grid .e-cloneproperties.e-draganddrop table { + border-spacing: 0; +} + +.e-grid .e-defaultcur { + cursor: default; +} + +.e-grid .e-notallowedcur { + cursor: not-allowed; +} + +.e-grid .e-cloneproperties.e-headerclone table { + border-spacing: 0; +} + +.e-grid .e-headerclone { + border-radius: 0; + font-size: 14px; + font-weight: normal; + line-height: 29px; +} + +.e-grid .e-draganddrop { + border-width: 0 1px 1px; + font-weight: normal; + padding: 0; +} + +.e-grid .e-draganddrop .e-rowcell { + opacity: .95; +} + +.e-grid.e-default .e-gridheader th.e-firstcell { + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-bothlines .e-gridheader th.e-stackedheadercell { + border-bottom-style: solid; + border-bottom-width: 1px; + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-default.e-hidelines .e-gridheader th.e-firstcell { + border-left-width: 0; +} + +.e-grid .e-gridheader .e-headercontent .e-reorderuparrow, +.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow { + font-size: 7px; + position: absolute; + z-index: 10; +} + +.e-grid td.e-active { + font-weight: normal; +} + +.e-grid td.e-cellselectionbackground { + font-weight: normal; +} + +.e-grid .e-groupdroparea { + height: auto; + min-height: 59px; +} + +.e-grid .e-griddragarea { + border: 1px solid; + opacity: .6; + position: absolute; +} + +.e-grid .e-gdclone { + border-radius: 0; + padding: 2px; +} + +.e-grid .e-content { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + overflow-y: scroll; + position: relative; +} + +.e-grid.e-ungroupdrag .e-columnheader, +.e-grid.e-ungroupdrag .e-groupdroparea, +.e-grid.e-rowdrag .e-columnheader, +.e-grid.e-rowdrag .e-groupdroparea { + cursor: not-allowed; +} + +.e-grid .e-groupdroparea, +.e-grid.e-ungroupdrag .e-gridcontent, +.e-grid.e-rowdrag .e-gridcontent { + cursor: default; +} + +.e-grid .e-groupdroparea { + border-style: solid none; + border-width: 1px 0 0; +} + +.e-grid .e-groupdroparea { + border-top-width: 1px; + font-size: 17px; + font-weight: lighter; + opacity: 1; + padding: 16px 0 8px; + text-align: center; + text-indent: 1pt; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-grid .e-grouptext { + display: inline-block; + margin-right: 8px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 57px; +} + +.e-grid .e-grid-icon { + float: left; +} + +.e-grid .e-groupheadercell, +.e-grid .e-groupheadercell:hover { + border: 1px solid; + border-collapse: collapse; + border-radius: 0; + cursor: pointer; + font-size: 14px; + font-weight: normal; + height: 26px; + margin: 8px 0 0 8px; + overflow: hidden; + padding: 1px 8px; + vertical-align: middle; +} + +.e-grid .e-groupheadercell:hover { + border: 2px solid; + padding: 0 7px; +} + +.e-grid .e-groupheadercell span { + display: inline-block; + float: left; + height: 26px; + line-height: 22px; + padding: 0; + vertical-align: middle; +} + +.e-grid .e-groupheadercell .e-grouptext { + line-height: 22px; +} + +.e-grid .e-groupheadercell .e-ungroupbutton { + font-size: 11px; + line-height: 25px; +} + +.e-grid.e-device .e-groupheadercell span { + line-height: 26px; +} + +.e-grid.e-device .e-groupheadercell .e-ungroupbutton { + line-height: 28px; +} + +.e-grid .e-groupheadercell .e-cancel { + padding-right: 12px; +} + +.e-grid .e-groupheadercell .e-icons::before { + display: inline; +} + +.e-grid .e-groupsort, +.e-grid .e-ungroupbutton, +.e-grid .e-toggleungroup { + font-size: 12px; + margin-left: 0; +} + +.e-grid .e-groupsort { + margin-right: 8px; + margin-top: 0; +} + +.e-grid span.e-ungroupbutton.e-icons { + margin-left: 0; + margin-top: 0; +} + +.e-grid .e-grptogglebtn { + padding: 7px; +} + +.e-grid .e-icon-gdownarrow { + font-size: 12px; + text-indent: 8px; +} + +.e-grid .e-icon-grightarrow { + font-size: 12px; + text-indent: 8px; +} + +.e-grid .e-recordplusexpand { + padding-top: 5px; +} + +.e-grid .e-indentcell { + border-style: solid; + border-width: 0 1px 0 0; +} + +.e-grid .e-indentcell.e-indentcelltop, .e-grid .e-indentcell.e-detailindentcelltop { + border-width: 1px 0 0; +} + +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse { + border-style: solid; + border-width: 1px 0 0; + cursor: pointer; +} + +.e-grid .e-groupcaption { + border-style: solid; + border-width: 1px 0 0; + display: table-cell; + font-size: 15px; + line-height: 20px; + overflow: hidden; + padding: .7em; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: auto; +} + +.e-grid .e-virtualtable .e-groupcaption { + line-height: 21px; + padding: 7px 8px; +} + +.e-grid .e-autofill { + border: 1px solid; + height: 8px; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 8px; +} + +.e-grid .e-xlsel { + border: 0 solid; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-headercontent { + border-style: solid; + border-width: 0; +} + +.e-grid .e-stackedheadercell { + border-width: 1px 0 1px 1px; + white-space: nowrap; +} + +.e-grid .e-noselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn { + font-size: 9px; + line-height: 3; +} + +.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar { + margin-top: -3; + padding: 2px 0 0; +} + +.e-grid .e-edit-dialog .e-dlg-content { + position: relative; +} + +.e-grid .e-edit-dialog { + min-height: 350px; +} + +.e-grid .e-griderror label { + display: inline !important; +} + +.e-grid .e-tooltip-wrap.e-griderror { + z-index: 1000; +} + +.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top { + left: 44%; +} + +.e-grid .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid.e-device .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell.e-lastrowadded { + border-bottom: 1px solid #969696; + border-top: 0 none #969696; +} + +.e-grid .e-normaledit { + border-top: 0; + padding: 0; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell { + border-top: 1px solid; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell { + border-top: 0; +} + +.e-grid.e-device .e-editedbatchcell.e-rowcell, +.e-grid .e-editedbatchcell.e-rowcell, +.e-grid.e-device .e-gridcontent .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid .e-editedbatchcell, +.e-grid td.e-boolcell { + padding-left: 8px; + padding-right: 8px; +} + +.e-grid td.e-boolcell input { + margin: 3px 3px 3px 4px; +} + +.e-grid td.e-boolcell.e-rowcell { + padding-bottom: 5px; + padding-top: 5px; +} + +.e-grid .e-dialog .e-gridform .e-rowcell { + border: 0; + padding: 0; +} + +.e-grid .e-row .e-input-group .e-input.e-field, +.e-grid .e-row .e-input-focus .e-input.e-field { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + padding-bottom: 0; + padding-top: 0; +} + +.e-grid .e-row .e-input-group { + margin-bottom: 2px; + margin-top: 2px; + vertical-align: middle; +} + +.e-grid .e-defaultcell.e-ralign, +.e-grid .e-editedrow .e-defaultcell.e-ralign, +.e-grid .e-defaultcell.e-ralign:focus, +.e-grid .e-editedrow .e-defaultcell.e-ralign:focus { + padding-right: 10px; +} + +.e-grid .e-dlg-content .e-defaultcell.e-ralign, +.e-grid .e-dlg-content .e-defaultcell.e-ralign:focus { + padding-right: 0; +} + +.e-grid .e-hiddenrow { + display: none; +} + +.e-grid .e-columnchooserdiv { + float: right; + margin: -12px; +} + +.e-grid .e-ccdlg .e-dlg-content { + margin: 22px 0 20px; + overflow: visible; + padding: 25px 25px 0 12px; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard { + padding-left: 13px; +} + +.e-grid .e-ccdlg .e-main-div { + box-sizing: border-box; + position: relative; +} + +.e-grid .e-ccdlg .e-ccul-ele { + margin: 13px 0; + padding: 0; +} + +.e-grid .e-ccdlg li.e-cclist { + padding: 7px 0 6px; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper .e-frame { + margin-left: 0; +} + +.e-grid .e-ccdlg label.e-cc { + margin: 0; +} + +.e-grid .e-ccdlg .e-footer-content { + border-style: solid; + border-width: 0; +} + +.e-grid .e-ccdlg .e-cc-contentdiv { + height: 196px; + overflow-y: auto; +} + +.e-grid .e-ccdlg .e-cc-searchdiv { + border-style: solid; + border-width: 1px; + left: 6px; + opacity: 0.6; + position: absolute; + right: 0; + top: -46px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons { + float: right; + opacity: .6; + padding: 2px 2px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel { + font-size: 11px; + padding: 4px 2px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus { + opacity: 1; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons { + opacity: 1; +} + +.e-grid .e-ccdlg .e-innerdiv.e-ccnmdiv { + height: 60px; + padding: 23px; + text-align: center; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper .e-label { + text-overflow: ellipsis; +} + +.e-grid .e-ccdlg .e-cc-chbox { + margin: 3px; + vertical-align: middle; +} + +.e-grid .e-ccdlg .e-cc-lab-name { + padding: 7px; + text-overflow: ellipsis; + vertical-align: middle; +} + +.e-grid .e-ccdlg .e-cc.e-input, +.e-grid .e-ccdlg .e-cc.e-input:focus { + border: 0; + padding-bottom: 1px; + padding-left: 4px; + padding-top: 1px; +} + +.e-grid .e-checkboxfiltertext { + width: 135px; + word-break: normal; +} + +.e-grid .e-frozenhdrcont .e-headercontent > .e-table, +.e-grid .e-frozenhdrcont .e-frozenheader > .e-table, +.e-grid .e-frozenhdrcont .e-movableheader > .e-table, +.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable > .e-table { + border-bottom: 1px solid; +} + +.e-grid .e-frozenheader > .e-table, +.e-grid .e-frozencontent > .e-table, +.e-grid .e-frozenheader .e-virtualtable > .e-table, +.e-grid .e-frozencontent .e-virtualtable > .e-table { + border-left: 0; + border-right: 1px solid; +} + +.e-grid .e-frozenheader { + float: left; + width: -webkit-min-content; + width: min-content; +} + +.e-grid.e-rtl .e-frozenheader > .e-table, +.e-grid.e-rtl .e-frozencontent > .e-table { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl .e-frozenheader { + float: right; +} + +.e-grid.e-rtl .e-frozencontent { + float: right; +} + +.e-grid .e-movableheader { + overflow: hidden; +} + +.e-grid .e-frozenhdrcont { + -ms-touch-action: none; +} + +.e-grid .e-frozencontent { + -ms-touch-action: none; + border-bottom-style: solid; + border-bottom-width: 1px; + float: left; + height: inherit; + overflow: hidden; + width: -webkit-min-content; + width: min-content; +} + +.e-grid .e-movablecontent { + height: inherit; + overflow: scroll; +} + +.e-grid .e-columnchooser::before { + line-height: 1.9; +} + +.e-grid .e-toolbar .e-ccdiv .e-columnchooser.e-cctbn-icon { + font-size: 15px; + vertical-align: middle; +} + +.e-grid .e-toolbar .e-ccdiv { + margin-top: -2px; + padding: 0 10px; +} + +.e-grid.e-rtl .e-tableborder { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl .e-headercell, +.e-grid.e-rtl .e-detailheadercell { + border-width: 0; + text-align: right; +} + +.e-grid.e-rtl .e-headercell .e-headercelldiv, +.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv { + padding: 0 0.6em 0 1.8em; + text-align: right; +} + +.e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber { + float: left; + margin: 9px 0 0 3px; +} + +.e-grid.e-rtl .e-headercell .e-filterbarcell input, +.e-grid.e-rtl .e-detailheadercell .e-filterbarcell input { + border-width: 1px; +} + +.e-grid.e-rtl .e-headercell .e-sortfilterdiv, +.e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv { + float: left; + margin: -22px 0 0 10px; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-sortfilterdiv, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-sortfilterdiv { + float: right; + margin: -14px 3px; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv { + padding: 0 25px 0 .7em; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber { + float: right; + margin: 6px 5px 0 0; +} + +.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber { + float: left; + margin: 9px 0 0 30px; +} + +.e-grid.e-rtl .e-rowcell:first-child, +.e-grid.e-rtl .e-summarycell:first-child { + padding-right: 10px; +} + +.e-grid.e-rtl .e-rowcell:last-child, +.e-grid.e-rtl .e-summarycell:last-child { + padding-left: 10px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-sortfilterdiv { + margin: -17px 4px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -17px 5px; +} + +.e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -22px 0 0 10px; +} + +.e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -22px 0 0 22px; +} + +.e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv { + margin: -7px; +} + +.e-grid.e-rtl .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv { + margin: -7px; +} + +.e-grid.e-rtl.e-verticallines .e-grouptopleftcell, +.e-grid.e-rtl.e-bothlines .e-grouptopleftcell, +.e-grid.e-rtl.e-hidelines .e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-rtl .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-rtl .e-grouptext { + margin-left: 0; + margin-right: 8px; +} + +.e-grid.e-rtl .e-groupheadercell span { + float: right; +} + +.e-grid.e-rtl.e-horizontallines .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-rtl .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl .e-filterbarcell, +.e-grid.e-rtl .e-filterbarcelldisabled { + border-width: 1px 0 0; +} + +.e-grid.e-rtl .e-lastrowcell { + border-width: 1px 1px 1px 0; +} + +.e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -22px 0 0 10px; +} + +.e-grid.e-rtl .e-cloneproperties { + border-width: 1px 1px 3px; +} + +.e-grid.e-rtl tr td:first-child, +.e-grid.e-rtl tr th:first-child { + border-left-width: 0; +} + +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child:not(.e-summarycell), +.e-grid.e-rtl.e-default.e-bothlines tr th:first-child { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand { + border-left-width: 0; +} + +.e-grid.e-rtl.e-default tr td:last-child, +.e-grid.e-rtl.e-default tr th:last-child { + border-left: 0; +} + +.e-grid.e-rtl.e-default.e-verticallines tr th:last-child { + border-left: 1px solid; +} + +.e-grid.e-rtl.e-default .e-gridheader tr th:last-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-grid.e-rtl.e-default .e-gridheader tr th:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-grid.e-rtl.e-default th:first-child +.e-grid.e-rtl.e-default .e-headercell, +.e-grid.e-rtl.e-default .e-detailheadercell { + border-width: 0; +} + +.e-grid.e-rtl.e-default .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-headercell, +.e-grid.e-rtl.e-default.e-verticallines .e-rowcell, +.e-grid.e-rtl.e-default.e-verticallines .e-filterbarcell, +.e-grid.e-rtl.e-default.e-verticallines .e-detailheadercell, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-firstcell { + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl.e-default.e-verticallines tr th:first-child:not(.e-firstcell) { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default .e-stackedheadercell, +.e-grid.e-rtl.e-default.e-horizontallines .e-stackedheadercell { + border-width: 0 1px 1px 0; +} + +.e-grid.e-rtl.e-default .e-gridheader th.e-firstcell, +.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader th.e-firstcell { + border-left-width: 0; + border-right-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-firstcell { + border-left-width: 1px; + border-right-width: 0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader { + border-left: 0; +} + +.e-grid.e-rtl.e-default.e-hidelines .e-gridheader th.e-firstcell { + border-left: 0; + border-right: 0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader .e-headercell.e-firstheader { + border-right: 1px solid; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader { + border-right: 0; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-left: 1px solid; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid; +} + +.e-grid.e-rtl.e-default .e-detailcell, +.e-grid.e-rtl.e-default.e-bothlines .e-detailcell { + border-right-style: solid; + border-right-width: 1px; +} + +.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons { + float: left; +} + +.e-grid.e-rtl .e-groupsort, +.e-grid.e-rtl .e-ungroupbutton, +.e-grid.e-rtl .e-toggleungroup { + margin-left: 0; + margin-right: 8px; +} + +.e-grid.e-rtl span.e-ungroupbutton.e-icons { + margin-left: 0; + margin-right: 6px; + padding-top: 0; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-headercell, +.e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-dragheadercell, +.e-grid.e-rtl.e-default.e-bothlines .e-rowdragheader, +.e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop, +.e-grid.e-rtl.e-default.e-verticallines .e-cloneproperties.e-draganddrop td.e-rowdragdrop { + border-left: 1px solid #969696; + padding-left: 3px; +} + +.e-grid.e-rtl .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + left: 4px; + position: relative; +} + +.e-grid.e-rtl.e-default table th[rowspan] { + border-width: 0 1px 0 0; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-grid.e-rtl.e-bothlines .e-filterbarcell, +.e-grid.e-rtl.e-bothlines .e-filterbarcelldisabled { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-bothlines .e-rowcell, +.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-verticallines .e-rowcell, +.e-grid.e-rtl.e-verticallines .e-filterbarcell { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-hidelines .e-rowcell, +.e-grid.e-rtl.e-hidelines .e-headercell, +.e-grid.e-rtl.e-hidelines .e-detailheadercell, +.e-grid.e-rtl.e-hidelines .e-filterbarcell { + border-width: 0; +} + +.e-grid.e-rtl.e-horizontallines .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-horizontallines .e-filterbarcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-rtl.e-verticallines .e-firstchildrow .e-rowcell, .e-grid.e-rtl.e-hidelines .e-firstchildrow .e-rowcell { + border-top-width: 1px; +} + +.e-grid.e-rtl .e-groupheadercell .e-icons::before { + display: inline-block; +} + +.e-grid.e-rtl .e-groupheadercell .e-cancel { + padding-left: 23px; + padding-right: 0; + padding-top: 2px; +} + +.e-grid.e-rtl .e-groupheadercell, +.e-grid.e-rtl .e-groupheadercell:hover { + margin-left: 0; + margin-right: 8px; + padding: 1px 0 1px 8px; +} + +.e-grid.e-rtl .e-groupheadercell, +.e-grid.e-rtl .e-groupheadercell:hover { + float: right; +} + +.e-grid.e-rtl .e-groupdroparea { + text-align: center; +} + +.e-grid.e-rtl .e-ungroupbutton { + float: left; +} + +.e-grid.e-rtl tr:not(.e-summaryrow) td.e-indentcell { + border-style: solid; + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl .e-defaultcell.e-ralign, +.e-grid.e-rtl .e-row .e-input.e-defaultcell.e-ralign, +.e-grid.e-rtl .e-defaultcell.e-ralign:focus, +.e-grid.e-rtl .e-editedrow .e-defaultcell.e-ralign:focus { + padding-left: 10px; +} + +.e-grid.e-rtl .e-detailindentcell { + border-left-style: solid; + border-left-width: 1px; + border-right-width: 0; +} + +.e-grid.e-rtl .e-filtermenudiv { + float: left; + margin: -24px -7px; + padding: 6px; +} + +.e-grid.e-wrap .e-rowcell, +.e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-wrap .e-columnheader .e-headercelldiv { + height: Auto; + line-height: 18px; + overflow-wrap: break-word; + text-overflow: clip; + white-space: normal; + word-wrap: break-word; +} + +.e-grid.e-wrap .e-stackedheader .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-wrap .e-stackedheader .e-columnheader .e-headercelldiv { + max-height: 36px; +} + +.e-grid.e-wrap .e-columnheader .e-headercelldiv, +.e-grid .e-columnheader.e-wrap .e-headercelldiv { + margin-bottom: 2px; + margin-top: 0; +} + +.e-grid.e-wrap .e-columnheader .e-filtermenudiv { + line-height: 18px; +} + +.e-grid .e-columnheader.e-wrap .e-filtermenudiv { + line-height: 18px; +} + +.e-grid .e-columnheader.e-wrap .e-headercelldiv, +.e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv, +.e-grid .e-gridcontent.e-wrap .e-rowcell, +.e-grid .e-frozenhdrcont.e-wrap .e-rowcell { + height: Auto; + line-height: 18px; + overflow-wrap: break-word; + text-overflow: clip; + white-space: normal; + word-wrap: break-word; +} + +.e-grid .e-stackedheadercelldiv { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, +.e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv { + max-height: 36px; +} + +.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -18px 11px; +} + +.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv { + margin: -17px 10px 0 0; +} + +.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv { + margin: -16px 30px; +} + +.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv { + margin: -15px 8px; +} + +.e-grid .e-columnheader.e-wrap .e-icon-group::before, +.e-grid.e-wrap .e-columnheader .e-icon-group::before { + display: inline-block; +} + +.e-grid.e-responsive .e-rowcell.e-gridclip, +.e-grid.e-responsive .e-gridclip .e-headercelldiv, +.e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip { + text-overflow: clip; +} + +.e-grid .e-clipboard { + cursor: default; + height: 1px; + left: -1000px; + overflow: hidden; + position: fixed; + resize: none; + top: -1000px; + width: 1px; +} + +.e-grid.e-resize-lines th.e-headercell.e-stackedheadercell, +.e-grid.e-resize-lines th.e-headercell.e-firstcell, .e-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell, +.e-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell { + border-left: 0; + border-right: 0; + border-top: 0; +} + +.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor { + border-right: 0; +} + +.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] { + border-left: 0; +} + +.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, +.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor { + border-left: 0; +} + +.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] { + border-right: 0; +} + +.e-grid-min-height .e-rowcell { + line-height: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-grid-min-height .e-gridheader .e-headercell, +.e-grid-min-height .e-gridheader .e-detailheadercell, +.e-grid-min-height .e-gridheader .e-headercell .e-headercelldiv { + height: auto; +} + +.e-grid-min-height .e-gridcontent .e-groupcaption { + line-height: normal; + padding: 0 .7em; +} + +.e-grid-min-height .e-summarycell { + line-height: normal; + padding: 0 8px; +} + +.e-device.e-grid-min-height .e-rowcell, +.e-device.e-grid-min-height .e-rowcell:first-child, +.e-device.e-grid-min-height .e-rowcell:last-child { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-grid-min-height .e-rowcell, +.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child, +.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child { + line-height: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-wrap.e-grid-min-height .e-rowcell { + line-height: 18px; +} + +.e-bigger .e-wrap.e-grid-min-height .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height .e-frozenhdrcont table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 18px; +} + +.e-rtl .e-grid .e-headercell, +.e-rtl .e-grid .e-detailheadercell, +.e-rtl .e-grid .e-headercelldiv, +.e-rtl .e-grid .e-headercelldiv.e-headerchkcelldiv { + text-align: right; +} + +.e-edit-dialog .e-gridform .e-table { + border-collapse: separate; + border-spacing: 11px; + width: 100%; +} + +.e-edit-dialog .e-dlg-content { + position: relative; +} + +/*! Grid theme */ +.e-grid { + border-color: #969696; +} + +.e-grid .e-content { + background-color: #000; +} + +.e-grid .e-icons { + color: #fff; +} + +.e-grid .e-unboundcelldiv .e-icons { + color: #fff; +} + +.e-grid .e-table { + background-color: #000; +} + +.e-grid .e-focused:not(.e-menu-item) { + box-shadow: 0 0 0 1px #969696 inset; +} + +.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop) { + color: #fff; +} + +.e-grid .e-groupdroparea .e-icons { + color: #fff; +} + +.e-grid.e-default { + background-color: ""; +} + +.e-grid .e-tableborder { + border-right-color: #969696; +} + +.e-grid .e-autofill, +.e-grid .e-xlsel { + background-color: #ffd939; + border-color: #ffd939; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, +.e-grid .e-gridheader thead tr th.e-firstrowdragborder, +.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 2px 0 0 #ffd939; + position: relative; + z-index: 5; +} + +.e-grid .e-gridheader { + background-color: #000; + border-bottom-color: #969696; + border-top-color: #969696; + color: #fff; +} + +.e-grid .e-gridcontent tr:first-child td { + border-top-color: transparent; +} + +.e-grid th.e-headercell[aria-sort='ascending'] .e-headertext, +.e-grid th.e-headercell[aria-sort='descending'] .e-headertext, +.e-grid th.e-headercell[aria-sort='ascending'] .e-sortfilterdiv, +.e-grid th.e-headercell[aria-sort='descending'] .e-sortfilterdiv { + color: #fff; + opacity: 1; +} + +.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-color: #969696; +} + +.e-grid.e-default.e-horizontallines .e-grouptopleftcell { + border-color: #969696; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-color: #969696; +} + +.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader { + border-color: #969696; +} + +.e-grid .e-filterbarcell input { + border-color: #969696; +} + +.e-grid .e-gridcontent { + background-color: #333; +} + +.e-grid .e-gridfooter { + background-color: #1a1a1a; +} + +.e-grid .e-headercontent { + border-color: #969696; +} + +.e-grid .e-headercell, +.e-grid .e-detailheadercell { + background-color: #000; + border-color: #969696; +} + +.e-grid [aria-selected] + tr .e-detailindentcell { + border-color: #969696; +} + +.e-grid tr th.e-firstcell { + border-left-color: #969696; + border-right-color: #969696; +} + +.e-grid .e-rowcell:not(.e-editedbatchcell), +.e-grid .e-detailrowcollapse:not(.e-editedbatchcell), +.e-grid .e-detailrowexpand:not(.e-editedbatchcell), +.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell), +.e-grid .e-emptyrow:not(.e-editedbatchcell) { + color: #fff; + opacity: 1; +} + +.e-grid .e-summarycell { + background-color: #1a1a1a; + border-color: #969696; + color: #fff; +} + +.e-grid .e-summaryrow .e-summarycell, +.e-grid .e-summaryrow .e-templatecell, +.e-grid .e-summarycontent .e-indentcell, +.e-grid .e-indentcell.e-detailindentcelltop { + background-color: #1a1a1a; + border-color: #969696; + color: #fff; +} + +.e-grid .e-rowcell, +.e-grid .e-groupcaption, +.e-grid .e-indentcell, +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse, +.e-grid .e-detailrowcollapse, +.e-grid .e-detailrowexpand, +.e-grid .e-detailindentcell, +.e-grid .e-detailcell { + border-color: #969696; +} + +.e-grid.e-default .e-grouptopleftcell { + border-color: #969696; +} + +.e-grid .e-frozenhdrcont .e-headercontent > .e-table, +.e-grid .e-frozenhdrcont .e-frozenheader > .e-table, +.e-grid .e-frozenhdrcont .e-movableheader > .e-table, +.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable > .e-table { + border-bottom-color: #ffd939; +} + +.e-grid .e-frozencontent { + border-bottom-color: #969696; +} + +.e-grid .e-frozenheader > .e-table, +.e-grid .e-frozencontent > .e-table, +.e-grid .e-frozencontent .e-virtualtable > .e-table, +.e-grid .e-frozenheader .e-virtualtable > .e-table { + border-right-color: #ffd939; +} + +.e-grid.e-rtl .e-frozenheader > .e-table, +.e-grid.e-rtl .e-frozencontent > .e-table { + border-left-color: #ffd939; +} + +.e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: #685708; + color: #fff; +} + +.e-grid tr[role='row']:hover .e-rowdragdrop { + cursor: move; +} + +.e-grid .e-sortnumber { + background-color: #bfbfbf; + color: #000; +} + +.e-grid .e-col-menu.e-filter-popup { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); +} + +.e-grid td.e-active .e-icon-rowdragicon::before { + color: #000; +} + +.e-grid td.e-active { + background: #ffd939; + color: #000; +} + +.e-grid td.e-cellselectionbackground { + background: #ffd939; + color: #000; +} + +.e-grid .e-filterbarcell, +.e-grid .e-filterbarcelldisabled { + background-color: #000; + background-image: none; + border-color: #969696; +} + +.e-grid .e-filtered::before { + color: #ffd939; +} + +.e-grid .e-gridpopup .e-content { + background-color: #333; + border-color: #969696; +} + +.e-grid .e-gridpopup span:hover, +.e-grid .e-gridpopup .e-spanclicked { + border-color: #fff; +} + +.e-grid .e-gridpopup .e-downtail::before, +.e-grid .e-gridpopup .e-downtail { + border-top-color: #969696; +} + +.e-grid .e-gridpopup .e-downtail::after { + border-top-color: #333; +} + +.e-grid .e-gridpopup .e-uptail::before, +.e-grid .e-gridpopup .e-uptail { + border-bottom-color: #969696; +} + +.e-grid .e-gridpopup .e-uptail::after { + border-bottom-color: #333; +} + +.e-grid .e-cloneproperties { + background-color: #ffd939; + border-color: #969696; + color: #000; +} + +.e-grid .e-rhelper { + background-color: #fff; + cursor: col-resize; + opacity: 1; +} + +.e-grid.e-device .e-rcursor::before { + border-right-color: #fff; + opacity: 1; +} + +.e-grid.e-device .e-rcursor::after { + border-left-color: #fff; + opacity: 1; +} + +.e-grid.e-resize-lines .e-headercell .e-rhandler, +.e-grid.e-resize-lines .e-headercell .e-rsuppress { + border-right: 1px solid #969696; +} + +.e-grid.e-resize-lines .e-focused .e-rhandler { + border: 0 none; +} + +.e-grid.e-resize-lines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid #969696; + border-right: 1px solid #969696; +} + +.e-grid.e-rtl.e-resize-lines .e-headercell.e-stackedheadercell, +.e-grid.e-rtl.e-resize-lines .e-headercell .e-rhandler, +.e-grid.e-rtl.e-resize-lines .e-headercell .e-rsuppress { + border-left: 1px solid #969696; + border-right-width: 0; +} + +.e-grid.e-resize-lines .e-filterbarcell, +.e-grid.e-rtl.e-resize-lines .e-filterbarcell { + border-top: 1px solid #969696; +} + +.e-grid .e-cloneproperties.e-draganddrop { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + opacity: .95; + overflow: visible; +} + +.e-grid .e-row .e-dragstartrow::before, +.e-grid .e-row .e-selectionbackground .e-dragstartrow::before { + color: #ffd939; +} + +.e-grid .e-griddragarea { + background-color: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-grid .e-groupdroparea { + background-color: #1a1a1a; + border-top-color: #969696; + color: #fff; +} + +.e-grid .e-groupdroparea.e-hover { + background-color: #1a1a1a; +} + +.e-grid .e-groupdroparea.e-grouped { + background-color: #1a1a1a; +} + +.e-grid .e-groupheadercell { + background-color: #000; + border-color: #fff; + border-radius: 0; + color: #fff; +} + +.e-grid .e-groupheadercell:hover { + background-color: #685708; + border-color: #fff; +} + +.e-grid .e-ungroupbutton:hover { + color: #fff; + opacity: 1; +} + +.e-grid .e-ungroupbutton { + opacity: 1px; +} + +.e-grid .e-groupcaption, +.e-grid .e-indentcell, +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse { + background-color: #1a1a1a; + color: #fff; +} + +.e-grid .e-grouptopleftcell { + background-color: #000; + border-color: #969696; +} + +.e-grid .e-stackedheadercell { + border-bottom-color: #969696; +} + +.e-grid .e-verticallines tr th { + border-color: #969696; +} + +.e-grid td.e-updatedtd { + background-color: #56b873; + color: #000; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell { + border-top-color: #969696; +} + +.e-grid .e-gridcontent .e-normaledit .e-dragindentcell, +.e-grid .e-gridcontent .e-normaledit .e-detailrowcollapse { + border-top: 1px solid #969696; +} + +.e-grid .e-excelfilter .e-footer-content { + border-color: #969696; + opacity: 1; +} + +.e-grid .e-ccdlg .e-footer-content { + border-color: #969696; + opacity: 1; +} + +.e-grid .e-ccdlg .e-cc-searchdiv { + border-color: #212121; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus { + border-color: #ffd939; +} + +.e-grid .e-cloneproperties.e-draganddrop .e-rowcell { + color: #fff; +} + +.e-grid .e-cloneproperties.e-draganddrop table, +.e-grid .e-cloneproperties.e-draganddrop table .e-selectionbackground { + background-color: #000; + height: 30px; +} + +.e-grid.e-rtl .e-verticallines tr th:first-child:not(.e-firstcell) { + border-color: #969696; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell, +.e-grid.e-rtl.e-default.e-verticallines tr th:last-child, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-color: #969696; +} + +.e-grid.e-rtl .e-tableborder { + border-left-color: #969696; +} + +.e-tooltip-wrap.e-griderror, +.e-control.e-tooltip-wrap.e-popup.e-griderror { + background-color: #b30900; + border-color: #b30900; +} + +.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #b30900; + color: #b30900; +} + +.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid #b30900; + color: #b30900; +} + +.e-tooltip-wrap.e-griderror .e-tip-content, +.e-tooltip-wrap.e-griderror .e-tip-content label { + color: #fff; +} + +.e-dropitemscount { + background-color: #ffd939; + color: #fff; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! TreeView's high contrast theme wise override definitions and variables */ +.e-treeview .e-list-item div.e-icons.interaction { + -webkit-transition: -webkit-transform .3s ease-in-out; + border-radius: 15px; + transition: transform .3s ease-in-out; +} + +.e-treeview .e-list-item .e-icons.e-icon-collapsible { + transform: rotate(90deg); +} + +.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next { + transform: rotate(180deg); +} + +.e-treeview.e-rtl div.e-icons { + transform: rotate(180deg); +} + +/*! FileManager's highcontrast theme wise override definitions and variables */ +.e-filemanager .e-fe-icon, +.e-filemanager .e-list-icon { + background-repeat: no-repeat; +} + +.e-filemanager .e-fe-access-error { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGQkUzRjtzdHJva2U6I0FDODkzODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MXtmaWxsOiMwNjAyMDA7fTwvc3R5bGU+PGcgaWQ9ImNmdUt3Ri50aWYiPjxpbWFnZSBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTQwIiBpZD0iTGF5ZXJfMF8xXyIgeGxpbms6aHJlZj0iQTQ5RUUwRjNGODFBNjdDMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgwLjI2NTYgMCAwIDAuMjY1NiAtODMuNTc3OSAtMi4yNzgyKSI+PC9pbWFnZT48L2c+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LDMuMUwxLjYsMjcuOWMtMC40LDAuNywwLjEsMS42LDAuOSwxLjZoMjYuOGMwLjgsMCwxLjMtMC45LDAuOS0xLjZMMTYuOSwzLjFDMTYuNSwyLjMsMTUuNCwyLjMsMTUsMy4xeiIvPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTcsMjIgMTUsMjIgMTQuNSwxMCAxNy4zLDEwICIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNiwyNi41TDE2LDI2LjVjLTAuOCwwLTEuNS0wLjctMS41LTEuNXYwYzAtMC44LDAuNy0xLjUsMS41LTEuNWgwYzAuOCwwLDEuNSwwLjcsMS41LDEuNXYwQzE3LjUsMjUuOCwxNi44LDI2LjUsMTYsMjYuNXoiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-docx, +.e-filemanager .e-fe-doc { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fS5jbHMtNHtmaWxsOiMzODYyYTE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9Xb3JkPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMzEuNSAzMS41IDguNSAzMS41IDguNSAwLjUgMjQuNSAwLjUgMzEuNSA3LjUgMzEuNSAzMS41Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzIsMzJIOFYwSDI0LjcxTDMyLDcuMjlaTTksMzFIMzFWNy43MUwyNC4yOSwxSDlaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMxIDggMjQgOCAyNCAxIDI1IDEgMjUgNyAzMSA3IDMxIDgiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIyMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIyMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIxOCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIxNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIxNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIxMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIxMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEyIiB5PSIzIiB3aWR0aD0iNSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxMiIgeT0iMjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxMiIgeT0iMjYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHBvbHlnb24gY2xhc3M9ImNscy00IiBwb2ludHM9IjE4IDI5IDEgMjcgMSA5IDE4IDcgMTggMjkiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTMuMiAxNC4yOSAxMS45NCAxOS42NSAxMC41NCAxNC4yOSA4LjkzIDE0LjI5IDcuMDkgMTkuODMgNS44IDE0LjI5IDQuNSAxNC4yOSA2LjI0IDIxLjcxIDcuOCAyMS43MSA5LjY5IDE2LjAyIDExLjE4IDIxLjcxIDEyLjc2IDIxLjcxIDE0LjUgMTQuMjkgMTMuMiAxNC4yOSIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-pptx, +.e-filemanager .e-fe-ppt { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjOGM4Yzg7fS5jbHMtNHtmaWxsOiNmNWJhOWU7fS5jbHMtNXtmaWxsOiNjNWM1YzU7fS5jbHMtNntmaWxsOiNkMTU3Mzc7fS5jbHMtN3tmaWxsOiNmZWZlZmU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9QUFQ8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzMS41IDMxLjUgOC41IDMxLjUgOC41IDAuNSAyNC41IDAuNSAzMS41IDcuNSAzMS41IDMxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0zMiwzMkg4VjBIMjQuNzFMMzIsNy4yOVpNOSwzMUgzMVY3LjcxTDI0LjI5LDFIOVoiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMyIgY3g9IjIwLjUiIGN5PSIxMS41IiByPSI2LjUiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0yNywxMS41SDIwLjVWNUE2LjUsNi41LDAsMCwxLDI3LDExLjVaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjMxIDggMjQgOCAyNCAxIDI1IDEgMjUgNyAzMSA3IDMxIDgiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjEyIiB5PSIyMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjEyIiB5PSIyNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjEyIiB5PSIyNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cG9seWdvbiBjbGFzcz0iY2xzLTYiIHBvaW50cz0iMTggMjkgMSAyNyAxIDkgMTggNyAxOCAyOSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNyAxMiAyMCAxMiAyMCA1IDIxIDUgMjEgMTEgMjcgMTEgMjcgMTIiLz48cGF0aCBjbGFzcz0iY2xzLTciIGQ9Ik05Ljc5LDEySDUuNVYyNEg3Ljc5VjE5LjQzaDJhMy43MiwzLjcyLDAsMCwwLDAtNy40M1ptMCw1LjE0aC0yVjE0LjI5aDJhMS40MywxLjQzLDAsMCwxLDAsMi44NVoiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-xlsx, +.e-filemanager .e-fe-xls { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fS5jbHMtNHtmaWxsOiMyYzdhNGY7fS5jbHMtNXtmaWxsOiNmZWZlZmU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9FeGNlbDwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjMxLjUgMzEuNSA4LjUgMzEuNSA4LjUgMC41IDI0LjUgMC41IDMxLjUgNy41IDMxLjUgMzEuNSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyLDMySDhWMEgyNC43MUwzMiw3LjI5Wk05LDMxSDMxVjcuNzFMMjQuMjksMUg5WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzMSA4IDI0IDggMjQgMSAyNSAxIDI1IDcgMzEgNyAzMSA4Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIyNCIgeT0iMjIiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjI0IiB5PSIyMCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMjQiIHk9IjE4IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIyNCIgeT0iMTYiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjI0IiB5PSIxNCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMjQiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIyNCIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjI0IiB5PSIyNCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMjQiIHk9IjI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxOSIgeT0iMjIiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjE5IiB5PSIyMCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMTkiIHk9IjE4IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxOSIgeT0iMTYiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjE5IiB5PSIxNCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMTkiIHk9IjEyIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxOSIgeT0iMTAiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjE5IiB5PSIyNCIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMTkiIHk9IjI2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHBvbHlnb24gY2xhc3M9ImNscy00IiBwb2ludHM9IjE4IDI5IDEgMjcgMSA5IDE4IDcgMTggMjkiLz48cG9seWdvbiBjbGFzcz0iY2xzLTUiIHBvaW50cz0iMTEuMTggMTMuOTYgOS41OCAxNi45MiA4LjE1IDEzLjk2IDYuMTMgMTMuOTYgOC40OSAxOCA2IDIyLjA0IDcuOTggMjIuMDQgOS41NyAxOC44OSAxMS4wMiAyMi4wNCAxMyAyMi4wNCAxMC41NyAxNy45MSAxMi44NiAxMy45NiAxMS4xOCAxMy45NiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-pdf { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fS5jbHMtNHtmaWxsOiNkMTU3Mzc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9QREY8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNy41IDMxLjUgNC41IDMxLjUgNC41IDAuNSAyMC41IDAuNSAyNy41IDcuNSAyNy41IDMxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwzMkg0VjBIMjAuNzFMMjgsNy4yOVpNNSwzMUgyN1Y3LjcxTDIwLjI5LDFINVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjcgOCAyMCA4IDIwIDEgMjEgMSAyMSA3IDI3IDcgMjcgOCIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOCIgeT0iMTAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIzIiB3aWR0aD0iNSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIxMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjE0IiB3aWR0aD0iMTYiIGhlaWdodD0iMSIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIyLDMwSDEwVjIySDIyWk0xMSwyOUgyMVYyM0gxMVoiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjI0IiB5PSIyMyIgd2lkdGg9IjYiIGhlaWdodD0iNiIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iMjMiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-image { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiNmNWJiOWU7fS5jbHMtNHtmaWxsOiM4NmJlYjc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9JbWFnZTwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwLjUiIHk9IjUuNSIgd2lkdGg9IjMxIiBoZWlnaHQ9IjIyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzIsMjhIMFY1SDMyWk0xLDI3SDMxVjZIMVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yNS41LDEzQTIuNSwyLjUsMCwxLDEsMjgsMTAuNSwyLjUsMi41LDAsMCwxLDI1LjUsMTNabTAtNEExLjUsMS41LDAsMSwwLDI3LDEwLjUsMS41LDEuNSwwLDAsMCwyNS41LDlaIi8+PHBvbHlnb24gY2xhc3M9ImNscy00IiBwb2ludHM9IjMxIDIzLjQzIDIxLjM2IDE0LjUxIDE1Ljg4IDIwLjEzIDE2LjYgMjAuODMgMjEuNCAxNS45IDMxIDI0Ljc5IDMxIDIzLjQzIi8+PHBvbHlnb24gY2xhc3M9ImNscy00IiBwb2ludHM9IjI0LjE2IDI3IDcuMzYgMTEgMSAxNy4wMiAxIDE4LjQgNy4zNSAxMi4zOCAyMi43MSAyNyAyNC4xNiAyNyIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-rar, +.e-filemanager .e-fe-zip { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhYWE7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiM4MTgxODE7fS5jbHMtNHtmaWxsOiNlYWVhZWE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9SQVI8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzMiAxMSAxOS41OSAxMSAxNC41MyA3IDE2IDcgMjAgMTAgMzIgMTAgMzIgMTEiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMzIgMjcgMCAyNyAwIDcgMTQuNTMgNyAxOS41OSAxMSAzMiAxMSAzMiAyNyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIyMCAxMCAzMiAxMCAzMiA0IDIwIDQgMTYgNyAyMCAxMCIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNSIgeT0iMjEiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjUiIHk9IjI0IiB3aWR0aD0iMyIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI1IiB5PSIxOCIgd2lkdGg9IjMiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iNSIgeT0iNyIgd2lkdGg9IjMiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTMgMTUpIHJvdGF0ZSgxODApIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNOCw4VjlINVY4SDR2OEg5VjhabTAsN0g1VjEySDhaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-txt { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjOGM4Yzg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9UZXh0PC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMjcuMzMgMzEuNjIgNC4zMyAzMS4zNyA0LjY3IDAuMzggMjAuNjcgMC41NSAyNy41OSA3LjYzIDI3LjMzIDMxLjYyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjcuODMsMzIuMTNsLTI0LS4yNi4zNC0zMkwyMC44OC4wNWw3LjIxLDcuMzdabS0yMy0xLjI1LDIyLC4yNC4yNS0yMy4yOUwyMC40NiwxLjA1LDUuMTYuODhaIi8+PHBvbHlsaW5lIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNy4wOSA3LjYyIDIwLjU5IDcuNTUgMjAuNjYgMS4wNSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyNy4wOSA4LjEyIDIwLjA5IDguMDQgMjAuMTYgMS4wNCAyMS4xNiAxLjA1IDIxLjEgNy4wNSAyNy4xIDcuMTIgMjcuMDkgOC4xMiIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjcuMTQiIHkxPSIzLjQiIHgyPSIxNC4xNCIgeTI9IjMuNDgiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEwLjE0IiB5PSItMC4wNiIgd2lkdGg9IjEiIGhlaWdodD0iNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNy4wOCAxNC4wNCkgcm90YXRlKC04OS4zOCkiLz48bGluZSBjbGFzcz0iY2xzLTEiIHgxPSI3LjA2IiB5MT0iMTAuNCIgeDI9IjI1LjA2IiB5Mj0iMTAuNiIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iMTUuNTYiIHk9IjEuNSIgd2lkdGg9IjEiIGhlaWdodD0iMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMzkgMjYuNDUpIHJvdGF0ZSgtODkuMzgpIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNi45NyIgeTE9IjE4LjQiIHgyPSIyNC45NyIgeTI9IjE4LjYiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjE1LjQ3IiB5PSI5LjUiIHdpZHRoPSIxIiBoZWlnaHQ9IjE4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMi43IDM0LjI3KSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjciIHkxPSIxNi40IiB4Mj0iMjQuOTkiIHkyPSIxNi42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS40OSIgeT0iNy41IiB3aWR0aD0iMSIgaGVpZ2h0PSIxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuNjggMzIuMzEpIHJvdGF0ZSgtODkuMzgpIi8+PGxpbmUgY2xhc3M9ImNscy0xIiB4MT0iNy4wMiIgeTE9IjE0LjQiIHgyPSIyNS4wMiIgeTI9IjE0LjYiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjE1LjUyIiB5PSI1LjUiIHdpZHRoPSIxIiBoZWlnaHQ9IjE4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjM0IDMwLjM2KSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjcuMDQiIHkxPSIxMi40IiB4Mj0iMjUuMDQiIHkyPSIxMi42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS41NCIgeT0iMy41IiB3aWR0aD0iMSIgaGVpZ2h0PSIxOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4zNiAyOC40KSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjYuOTUiIHkxPSIyMC40IiB4Mj0iMjQuOTUiIHkyPSIyMC42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS40NSIgeT0iMTEuNSIgd2lkdGg9IjEiIGhlaWdodD0iMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00LjcyIDM2LjIzKSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjYuOTMiIHkxPSIyMi40IiB4Mj0iMjQuOTMiIHkyPSIyMi42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS40MyIgeT0iMTMuNSIgd2lkdGg9IjEiIGhlaWdodD0iMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02Ljc0IDM4LjE4KSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjYuOTEiIHkxPSIyNC40IiB4Mj0iMjQuOTEiIHkyPSIyNC42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS40MSIgeT0iMTUuNSIgd2lkdGg9IjEiIGhlaWdodD0iMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04Ljc2IDQwLjE0KSByb3RhdGUoLTg5LjM4KSIvPjxsaW5lIGNsYXNzPSJjbHMtMSIgeDE9IjYuODkiIHkxPSIyNi40IiB4Mj0iMjQuODkiIHkyPSIyNi42Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxNS4zOSIgeT0iMTcuNSIgd2lkdGg9IjEiIGhlaWdodD0iMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMC43OCA0Mi4xKSByb3RhdGUoLTg5LjM4KSIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-music { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiM2YmIwZTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9NdXNpYzwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI3LjUgMzEuNSA0LjUgMzEuNSA0LjUgMC41IDIwLjUgMC41IDI3LjUgNy41IDI3LjUgMzEuNSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4LDMySDRWMEgyMC43MUwyOCw3LjI5Wk01LDMxSDI3VjcuNzFMMjAuMjksMUg1WiIvPjxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMjcgNy41IDIwLjUgNy41IDIwLjUgMSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyNyA4IDIwIDggMjAgMSAyMSAxIDIxIDcgMjcgNyAyNyA4Ii8+PGVsbGlwc2UgY2xhc3M9ImNscy0zIiBjeD0iMTIuNSIgY3k9IjI1IiByeD0iNC41MyIgcnk9IjIuOTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zLjY0IDIuMTgpIHJvdGF0ZSgtOC43MSkiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNy4yOCw5LjE3QS41MS41MSwwLDAsMSwxNyw4LjcyVjguNDdhLjUuNSwwLDEsMC0xLDB2MTZhLjUuNSwwLDAsMCwxLDBWMTIuOTRhNyw3LDAsMCwxLDQuOTMsMy4xMSw0LjE2LDQuMTYsMCwwLDEsLjcxLDMsNS4yNiw1LjI2LDAsMCwxLTEuOTIsMy4yMmwuMzMuNTFBNi44NSw2Ljg1LDAsMCwwLDI0LjMzLDE3QzI0LjMzLDEzLDE5Ljg2LDEwLjM4LDE3LjI4LDkuMTdaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-video { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiM2YWIwZTU7fS5jbHMtNHtmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9WaWRlbzwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIwLjUiIHk9IjQuNSIgd2lkdGg9IjMxIiBoZWlnaHQ9IjIyIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzIsMjdIMFY0SDMyWk0xLDI2SDMxVjVIMVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMTIgMTAgMTIgMjEgMjIgMTUuNSAxMiAxMCIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMjkiIHk9IjYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjI5IiB5PSI4IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyOSIgeT0iMTAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjI5IiB5PSIxMiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMjkiIHk9IjE0IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyOSIgeT0iMTYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjI5IiB5PSIxOCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMjkiIHk9IjIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyOSIgeT0iMjIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjI5IiB5PSIyNCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iNiIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iOCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iMTAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjIiIHk9IjEyIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyIiB5PSIxNCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iMTYiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjIiIHk9IjE4IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSIyIiB5PSIyMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMiIgeT0iMjIiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjIiIHk9IjI0IiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-js, +.e-filemanager .e-fe-php { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9KUzwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI3LjUgMzEuNSA0LjUgMzEuNSA0LjUgMC41IDIwLjUgMC41IDI3LjUgNy41IDI3LjUgMzEuNSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4LDMySDRWMEgyMC43MUwyOCw3LjI5Wk01LDMxSDI3VjcuNzFMMjAuMjksMUg1WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyOCA4IDIwIDggMjAgMSAyMSAxIDIxIDcgMjggNyAyOCA4Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjkuMTQgMTkuMjQgNi43IDE2IDkuMTQgMTIuNzcgOS45NCAxMy4zOCA3Ljk1IDE2IDkuOTQgMTguNjQgOS4xNCAxOS4yNCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyMi41NyAxOS4yNCAyMS43OCAxOC42NCAyMy43NiAxNiAyMS43OCAxMy4zOCAyMi41NyAxMi43NyAyNS4wMSAxNiAyMi41NyAxOS4yNCIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOCIgeT0iMjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIyNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjEwLjA4IiB5PSIxNS41IiB3aWR0aD0iMTEuODQiIGhlaWdodD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUuOTggMjEuMzkpIHJvdGF0ZSgtNTguNzgpIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-css { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9DU1M8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNy41IDMxLjUgNC41IDMxLjUgNC41IDAuNSAyMC41IDAuNSAyNy41IDcuNSAyNy41IDMxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwzMkg0VjBIMjAuNzFMMjgsNy4yOVpNNSwzMUgyN1Y3LjcxTDIwLjI5LDFINVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjggOCAyMCA4IDIwIDEgMjEgMSAyMSA3IDI4IDcgMjggOCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI5LjE0IDE5LjI0IDYuNyAxNiA5LjE0IDEyLjc3IDkuOTQgMTMuMzggNy45NSAxNiA5Ljk0IDE4LjY0IDkuMTQgMTkuMjQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjIuNTcgMTkuMjQgMjEuNzggMTguNjQgMjMuNzYgMTYgMjEuNzggMTMuMzggMjIuNTcgMTIuNzcgMjUuMDEgMTYgMjIuNTcgMTkuMjQiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjI0IiB3aWR0aD0iMTYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOCIgeT0iMjYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSIxMC4wOCIgeT0iMTUuNSIgd2lkdGg9IjExLjg0IiBoZWlnaHQ9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01Ljk4IDIxLjM5KSByb3RhdGUoLTU4Ljc4KSIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-html { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiM2ZWFmZGY7fS5jbHMtNHtmaWxsOiNjOGM4Yzg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9IdG1sPC90aXRsZT48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMjcuNSAzMS41IDQuNSAzMS41IDQuNSAwLjUgMjAuNSAwLjUgMjcuNSA3LjUgMjcuNSAzMS41Ii8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjgsMzJINFYwSDIwLjcxTDI4LDcuMjlaTTUsMzFIMjdWNy43MUwyMC4yOSwxSDVaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjI3LjMxIDggMjAgOCAyMCAxIDIxIDEgMjEgNyAyNy4zMSA3IDI3LjMxIDgiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNiwyMmE3LDcsMCwxLDEsNy03QTcsNywwLDAsMSwxNiwyMlpNMTYsOWE2LDYsMCwxLDAsNiw2QTYsNiwwLDAsMCwxNiw5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE2LDIyYy0yLDAtMy41LTMuMDctMy41LTdTMTQsOCwxNiw4czMuNSwzLjA3LDMuNSw3UzE4LDIyLDE2LDIyWk0xNiw5Yy0xLjE4LDAtMi41LDIuNDYtMi41LDZzMS4zMiw2LDIuNSw2LDIuNS0yLjQ2LDIuNS02UzE3LjE4LDksMTYsOVoiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEwIiB5PSIxMiIgd2lkdGg9IjExLjk3IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjEwIiB5PSIxNyIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTQiIHg9IjgiIHk9IjI0IiB3aWR0aD0iMTYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iOCIgeT0iMjYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-exe { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiNlYWVhZWE7fS5jbHMtNHtmaWxsOiM2YmIwZTU7fS5jbHMtNXtmaWxsOiNjOGM4Yzg7fS5jbHMtNntmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9FWEU8L3RpdGxlPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI0LjUiIHdpZHRoPSIzMSIgaGVpZ2h0PSIyMiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyLDI3SDBWNEgzMlpNMSwyNkgzMVY1SDFaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSI3IiB3aWR0aD0iNyIgaGVpZ2h0PSIxOSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTAiIHk9IjkiIHdpZHRoPSI5IiBoZWlnaHQ9IjE1Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB5PSI0IiB3aWR0aD0iMzIiIGhlaWdodD0iMyIvPjxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMiIgeT0iOSIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMiIgeT0iMTEiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjIiIHk9IjEzIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy01IiB4PSIyIiB5PSIxNSIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iMjEiIHk9IjkiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjIxIiB5PSIxMSIgd2lkdGg9IjgiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iMjEiIHk9IjEzIiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIyMSIgeT0iMTUiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjIxIiB5PSIxNyIgd2lkdGg9IjgiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iMjEiIHk9IjE5IiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIyMSIgeT0iMjEiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-msi { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiNlYWVhZWE7fS5jbHMtNHtmaWxsOiM2YmIwZTU7fS5jbHMtNXtmaWxsOiNjOGM4Yzg7fS5jbHMtNntmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9NU0k8L3RpdGxlPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMC41IiB5PSI1LjUiIHdpZHRoPSIzMSIgaGVpZ2h0PSIyMiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMyLDI4SDBWNUgzMlpNMSwyN0gzMVY2SDFaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSIxIiB5PSI4IiB3aWR0aD0iNyIgaGVpZ2h0PSIxOSIvPjxyZWN0IGNsYXNzPSJjbHMtNCIgeD0iMTAiIHk9IjEwIiB3aWR0aD0iOSIgaGVpZ2h0PSIxNSIvPjxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iNSIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjIiIHk9IjEwIiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy01IiB4PSIyIiB5PSIxMiIgd2lkdGg9IjQiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMiIgeT0iMTQiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjIiIHk9IjE2IiB3aWR0aD0iNCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIyMSIgeT0iMTAiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjIxIiB5PSIxMiIgd2lkdGg9IjgiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iMjEiIHk9IjE0IiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIyMSIgeT0iMTYiIHdpZHRoPSI4IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTYiIHg9IjIxIiB5PSIxOCIgd2lkdGg9IjgiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNiIgeD0iMjEiIHk9IjIwIiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy02IiB4PSIyMSIgeT0iMjIiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-unknown { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9FeGNsYW1hdG9yeTwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI3LjUgMzEuNSA0LjUgMzEuNSA0LjUgMC41IDIwLjUgMC41IDI3LjUgNy41IDI3LjUgMzEuNSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI4LDMySDRWMEgyMC43MUwyOCw3LjI5Wk01LDMxSDI3VjcuNzFMMjAuMjksMUg1WiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIyNyA4IDIwIDggMjAgMSAyMSAxIDIxIDcgMjcgNyAyNyA4Ii8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIyNCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjI2IiB3aWR0aD0iMTYiIGhlaWdodD0iMSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxNi43MyAxOCAxNS4yNSAxOCAxNSAxMCAxNyAxMCAxNi43MyAxOCIvPjxjaXJjbGUgY2xhc3M9ImNscy0yIiBjeD0iMTYiIGN5PSIyMCIgcj0iMSIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-rtf { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fS5jbHMtNHtmaWxsOiMwMjc5ZDc7fS5jbHMtNXtmaWxsOiM2YWFmZTU7fS5jbHMtNntmaWxsOiMwMDc4ZDc7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9SVEY8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNy41IDMxLjUgNC41IDMxLjUgNC41IDAuNSAyMC41IDAuNSAyNy41IDcuNSAyNy41IDMxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwzMkg0VjBIMjAuNzFMMjgsNy4yOVpNNSwzMUgyN1Y3LjcxTDIwLjI5LDFINVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjcgOCAyMCA4IDIwIDEgMjEgMSAyMSA3IDI3IDcgMjcgOCIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOCIgeT0iMjQiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIyNiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjIwIiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI4IiB5PSIyMiIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjE2IiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy00IiB4PSI4IiB5PSIxMyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTUiIHg9IjE1IiB5PSIxMSIgd2lkdGg9IjkiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtNSIgeD0iMTUiIHk9IjkiIHdpZHRoPSIzIiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjE4IiB3aWR0aD0iOCIgaGVpZ2h0PSIxIi8+PHJlY3QgY2xhc3M9ImNscy01IiB4PSIxNyIgeT0iMTYiIHdpZHRoPSI3IiBoZWlnaHQ9IjUiLz48cGF0aCBjbGFzcz0iY2xzLTYiIGQ9Ik0xMS4zMiwxMS42N3YtLjNjLjYsMCwuODctLjIzLjg3LS41OSwwLS4wNi4wOS0xLjYxLjA5LTEuNjFIOS40NGwtLjkxLDEuMTVjLS4xMi4yMi0uMzUuNDItLjM1LjZzLjE4LjQ1LjcyLjQ1di4zSDYuNjl2LS4zYTEsMSwwLDAsMCwuODItLjU5bDUuNzItNy4zaC4yOGwtLjMxLDYuNzFjMCwxLjA4LjI2LDEuMTMsMSwxLjE4di4zWm0xLjEzLTYuMjVMOS43NSw4LjY5aDIuNTJaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-xml { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiM5NDk0OTQ7fS5jbHMtM3tmaWxsOiNjNWM1YzU7fS5jbHMtNHtmaWxsOiM2ZWFmZGY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9YTUw8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNy41IDMxLjUgNC41IDMxLjUgNC41IDAuNSAyMC41IDAuNSAyNy41IDcuNSAyNy41IDMxLjUiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwzMkg0VjBIMjAuNzFMMjgsNy4yOVpNNSwzMUgyN1Y3LjcxTDIwLjI5LDFINVoiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjcgOCAyMCA4IDIwIDEgMjEgMSAyMSA3IDI3IDcgMjcgOCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSI5LjE0IDE5LjI0IDYuNyAxNiA5LjE0IDEyLjc3IDkuOTQgMTMuMzggNy45NSAxNiA5Ljk0IDE4LjY0IDkuMTQgMTkuMjQiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMjIuNTcgMTkuMjQgMjEuNzggMTguNjQgMjMuNzYgMTYgMjEuNzggMTMuMzggMjIuNTcgMTIuNzcgMjUuMDEgMTYgMjIuNTcgMTkuMjQiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjgiIHk9IjI0IiB3aWR0aD0iMTYiIGhlaWdodD0iMSIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOCIgeT0iMjYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxIi8+PGNpcmNsZSBjbGFzcz0iY2xzLTQiIGN4PSIxNiIgY3k9IjE2IiByPSI0Ii8+PC9zdmc+"); +} + +.e-filemanager .e-fe-folder { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhYWE7fS5jbHMtMntmaWxsOiM5OTk7fS5jbHMtM3tmaWxsOiM4MTgxODE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5GYl9Gb2xkZXI8L3RpdGxlPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzMiAxMSAxOS41OSAxMSAxNC41MyA3IDE2IDcgMjAgMTAgMzIgMTAgMzIgMTEiLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMzIgMjggMCAyOCAwIDcgMTQuNTMgNyAxOS41OSAxMSAzMiAxMSAzMiAyOCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIyMCAxMCAzMiAxMCAzMiA0IDIwIDQgMTYgNyAyMCAxMCIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-locked > .e-text-content .e-fe-folder, +.e-filemanager .e-fe-locked > .e-fe-grid-icon .e-fe-folder { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzREQkNDMTt9LnN0MXtmaWxsOiNGRjNFM0U7fS5zdDJ7ZmlsbDojMDA5MEQ4O30uc3Qze2ZpbGw6I0MzNzFCRDt9LnN0NHtmaWxsOiNGRjg2MkM7fS5zdDV7ZmlsbDojNzM3MUNDO30uc3Q2e2ZpbGw6IzRCNDg0Qzt9LnN0N3tmaWxsOiMyMjc5NEE7fS5zdDh7ZmlsbDojODJCQjIyO30uc3Q5e2ZpbGw6I0FBQUFBQTt9LnN0MTB7ZmlsbDojOTk5OTk5O30uc3QxMXtmaWxsOiM4MTgxODE7fS5zdDEye2ZpbGw6I0YzRjNGMzt9LnN0MTN7ZmlsbDojRkZGRkZGO30uc3QxNHtmaWxsOiNFQUVBRUE7fS5zdDE1e2ZpbGw6bm9uZTtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTZ7ZmlsbDojMDI3OUQ3O30uc3QxN3tvcGFjaXR5OjAuNTtmaWxsOiM5NDk0OTQ7fS5zdDE4e2ZpbGw6bm9uZTtzdHJva2U6IzAyNzlENztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTl7ZmlsbDojQzhDOEM4O30uc3QyMHtmaWxsOiMwNDdBRDY7fS5zdDIxe2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjJ7ZmlsbDpub25lO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyM3tmaWxsOm5vbmU7c3Ryb2tlOiNDNUM1QzU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI0e2ZpbGw6bm9uZTtzdHJva2U6I0QxNTczNztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjV7ZmlsbDojRDE1NzM3O30uc3QyNntmaWxsOm5vbmU7c3Ryb2tlOiNGRUZFRkU7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI3e2ZpbGw6I0Y1QkE5RTt9LnN0Mjh7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyOXtmaWxsOiNGRUZFRkU7fS5zdDMwe2ZpbGw6IzM4NjJBMTt9LnN0MzF7ZmlsbDpub25lO3N0cm9rZTojRDE1NzM3O3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzMntmaWxsOiMyQzdBNEY7fS5zdDMze2ZpbGw6bm9uZTtzdHJva2U6I0ZFRkVGRTtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MzR7ZmlsbDojRkZGRkZGO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzNXtmaWxsOm5vbmU7c3Ryb2tlOiM2RUFGREY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDM2e2ZpbGw6bm9uZTtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0Mzd7ZmlsbDojNkFCMEU1O30uc3QzOHtmaWxsOiNDNUM1QzU7fS5zdDM5e2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDB7ZmlsbDpub25lO3N0cm9rZTojRjVCQjlFO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MXtmaWxsOiM4NkJFQjc7fS5zdDQye2ZpbGw6IzZFQUZERjt9LnN0NDN7ZmlsbDojNkJCMEU1O30uc3Q0NHtmaWxsOm5vbmU7c3Ryb2tlOiM2QUFGRTU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1e2ZpbGw6IzZBQUZFNTt9LnN0NDZ7ZmlsbDojMDA3OEQ3O30uc3Q0N3tmaWxsOiNGRjkyOTI7fS5zdDQ4e2ZpbGw6I0U4N0U3RTt9LnN0NDl7ZmlsbDojRkZDM0MzO30uc3Q1MHtmaWxsOiM5MUQ0RkU7fS5zdDUxe2ZpbGw6IzYzQTdEMzt9LnN0NTJ7ZmlsbDojQzFFN0ZGO30uc3Q1M3tmaWxsOiM4M0Q2Qjk7fS5zdDU0e2ZpbGw6IzQ2QzY4Qzt9LnN0NTV7ZmlsbDojQkJFOEQ4O30uc3Q1NntmaWxsOiNGRUIxN0Q7fS5zdDU3e2ZpbGw6I0REOTY2Njt9LnN0NTh7ZmlsbDojRkVENEI3O30uc3Q1OXtmaWxsOiNGMkEyQTI7fS5zdDYwe2ZpbGw6I0YxQzVDNTt9LnN0NjF7ZmlsbDojREJCNjYzO30uc3Q2MntmaWxsOiNDRUExNTE7fS5zdDYze2ZpbGw6I0VCRDdBOTt9LnN0NjR7ZmlsbDojQ0VDRUNFO30uc3Q2NXtmaWxsOiNCN0I3Qjc7fS5zdDY2e2ZpbGw6I0U0RTRFNDt9LnN0Njd7ZmlsbDojNjVBQUQxO30uc3Q2OHtmaWxsOiNFNTdBN0E7fS5zdDY5e2ZpbGw6I0U2QTZFODt9LnN0NzB7ZmlsbDojRDY4QUQ2O30uc3Q3MXtmaWxsOiNGRkNDRkU7fS5zdDcye2ZpbGw6Izk4Q0U1Rjt9LnN0NzN7ZmlsbDojOENBRjJDO30uc3Q3NHtmaWxsOiNDNkUzQTc7fS5zdDc1e2ZpbGw6I0ZGQjU3ODt9LnN0NzZ7ZmlsbDojRUQ5RjY0O30uc3Q3N3tmaWxsOiNGRkQ2QjU7fS5zdDc4e2ZpbGw6I0Y0QTFFRjt9LnN0Nzl7ZmlsbDojREQ4N0REO30uc3Q4MHtmaWxsOiNGOUNCRjY7fS5zdDgxe2ZpbGw6I0E4QTJGNDt9LnN0ODJ7ZmlsbDojODg4NUU4O30uc3Q4M3tmaWxsOiNDRkNDRjg7fS5zdDg0e2ZpbGw6I0JDQkNCQzt9LnN0ODV7ZmlsbDojQThBOEE4O30uc3Q4NntmaWxsOiNEQURBREE7fS5zdDg3e2ZpbGw6Izc3Q0NEQjt9LnN0ODh7ZmlsbDojQjRFM0VCO30uc3Q4OXtmaWxsOiNGRkI3QTQ7fS5zdDkwe2ZpbGw6I0Y2OUE3Qjt9LnN0OTF7ZmlsbDojRkZEN0NEO30uc3Q5MntmaWxsOiM3MUM4RjQ7fS5zdDkze2ZpbGw6IzhEQzk3Nzt9LnN0OTR7ZmlsbDojN0NBODUxO30uc3Q5NXtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO30uc3Q5NntmaWxsOm5vbmU7c3Ryb2tlOiM2QkIwRTU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDk3e2ZpbGw6IzAwOEZFNzt9LnN0OTh7ZmlsbDojQTdEREZGO30uc3Q5OXtmaWxsOiMyRUI5ODg7fS5zdDEwMHtmaWxsOiM5MkVDQ0E7fS5zdDEwMXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEwMntmaWxsOiNGRDY2MDA7fS5zdDEwM3tmaWxsOiNGRkNEQUE7fS5zdDEwNHtmaWxsOiNGRkNDQ0I7fS5zdDEwNXtmaWxsOiNGMTAzMDA7fS5zdDEwNntmaWxsOiNFQ0VDRUM7fS5zdDEwN3tmaWxsOiNGMjlDMUY7fS5zdDEwOHtmaWxsOiNGRkVGQ0M7fS5zdDEwOXtmaWxsOiNEQ0RDRkY7fS5zdDExMHtmaWxsOiNENkQ2RDY7fS5zdDExMXtmaWxsOiNFOUZGQjg7fS5zdDExMntmaWxsOiNDNUVGRkY7fS5zdDExM3tmaWxsOiNDQUZGRTE7fS5zdDExNHtmaWxsOiNGRkNEQUI7fS5zdDExNXtmaWxsOiM4MjNBOUI7fS5zdDExNntmaWxsOiNFQ0JERkY7fS5zdDExN3tmaWxsOiNBRkVGRUQ7fS5zdDExOHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMTl7ZmlsbDojOEY4RjhGO30uc3QxMjB7b3BhY2l0eTowLjQ1O30uc3QxMjF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjJ7ZmlsbDojOTFENUZGO30uc3QxMjN7ZmlsbDojMjY5RkU5O30uc3QxMjR7ZmlsbDojOTQ5NDk0O30uc3QxMjV7ZmlsbDojRjVCQjlFO30uc3QxMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30uc3QxMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzZfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOF8pO30uc3QxMzB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwXyk7ZmlsbDojRkZFMkUyO30uc3QxMzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTRfKTt9LnN0MTMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Xyk7ZmlsbDojMzAzMDMwO30uc3QxMzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMThfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMF8pO30uc3QxMzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjJfKTtmaWxsOiNGRkZGRkY7fS5zdDEzNntvcGFjaXR5OjAuNDI7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTt9LnN0MTM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2Xyk7fS5zdDEzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwXyk7ZmlsbDpub25lO3N0cm9rZTojNjE2MTYxO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyXyk7fS5zdDE0MntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Xyk7fS5zdDE0NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyXyk7fS5zdDE0NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF80NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Xyk7fS5zdDE0OHtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDE0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MF8pO30uc3QxNTB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyXyk7ZmlsbDojRkZGRkZGO30uc3QxNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTRfKTt9LnN0MTUye29wYWNpdHk6MC4xODtjbGlwLXBhdGg6dXJsKCNTVkdJRF81Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4Xyk7fS5zdDE1NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyXyk7fS5zdDE1NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Xyk7fS5zdDE1OHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcwXyk7fS5zdDE2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83Ml8pO30uc3QxNjF7b3BhY2l0eTowLjE7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzRfKTtmaWxsOiNGRkZGRkY7fS5zdDE2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83Nl8pO30uc3QxNjN7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzhfKTtmaWxsOiNGRkZGRkY7fS5zdDE2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84Ml8pO30uc3QxNjV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODZfKTt9LnN0MTY3e29wYWNpdHk6MC43O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTJfKTt9LnN0MTY5e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2Xyk7fS5zdDE3MXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF85OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMl8pO30uc3QxNzN7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNl8pO30uc3QxNzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyXyk7fS5zdDE3N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2Xyk7fS5zdDE3OXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMThfKTtmaWxsOiNGRkZGRkY7fS5zdDE4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjJfKTt9LnN0MTgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNF8pO2ZpbGw6I0UwRERERDt9LnN0MTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNl8pO30uc3QxODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4Xyk7ZmlsbDojRTBEREREO30uc3QxODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwXyk7fS5zdDE4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzJfKTtmaWxsOiNFMEREREQ7fS5zdDE4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzRfKTt9LnN0MTg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNl8pO2ZpbGw6I0UwRERERDt9LnN0MTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOF8pO30uc3QxODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwXyk7ZmlsbDojRTBEREREO30uc3QxOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyXyk7fS5zdDE5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDRfKTtmaWxsOiNFMEREREQ7fS5zdDE5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDZfKTt9LnN0MTkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OF8pO2ZpbGw6I0UwRERERDt9LnN0MTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MF8pO30uc3QxOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyXyk7ZmlsbDojRTBEREREO30uc3QxOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Xyk7fS5zdDE5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTZfKTtmaWxsOiMyMTIxMjE7fS5zdDE5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNThfKTt9LnN0MTk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzYxNjE2MTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Ml8pO30uc3QyMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY0Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4Xyk7fS5zdDIwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzBfKTtmaWxsOiNGRkZGRkY7fS5zdDIwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzJfKTt9LnN0MjA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3Nl8pO30uc3QyMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwXyk7fS5zdDIwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODJfKTtmaWxsOiNGRkZGRkY7fS5zdDIxMHtvcGFjaXR5OjAuMjQ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4Nl8pO30uc3QyMTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwXyk7fS5zdDIxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTJfKTtmaWxsOiMzMDMwMzA7fS5zdDIxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTRfKTt9LnN0MjE2e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTZfKTtmaWxsOiNEOEQ4RDg7fS5zdDIxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOThfKTt9LnN0MjE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMl8pO30uc3QyMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA0Xyk7ZmlsbDojMzAzMDMwO30uc3QyMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA4Xyk7fS5zdDIyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjEyXyk7fS5zdDIyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTRfKTt9LnN0MjI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxNl8pO2ZpbGw6I0UwRERERDt9LnN0MjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxOF8pO30uc3QyMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjIwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIyMl8pO30uc3QyMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjI0Xyk7fS5zdDIzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjZfKTtmaWxsOiNFMEREREQ7fS5zdDIzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjhfKTt9LnN0MjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzMF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDIzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMzJfKTt9LnN0MjM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzNF8pO30uc3QyMzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM2Xyk7ZmlsbDojRTBEREREO30uc3QyMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM4Xyk7fS5zdDIzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjQyXyk7fS5zdDIzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDRfKTt9LnN0MjQwe29wYWNpdHk6MC44MjI4O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0OF8pO30uc3QyNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjUwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI1Ml8pO30uc3QyNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjU0Xyk7fS5zdDI0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNTZfKTtmaWxsOiNFMEREREQ7fS5zdDI0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNThfKTt9LnN0MjQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNjJfKTt9LnN0MjQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2NF8pO30uc3QyNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY2Xyk7ZmlsbDojRTBEREREO30uc3QyNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY4Xyk7fS5zdDI1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyNTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjcyXyk7fS5zdDI1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzRfKTt9LnN0MjU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3Nl8pO2ZpbGw6I0UwRERERDt9LnN0MjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3OF8pO30uc3QyNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjgwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI4Ml8pO30uc3QyNTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjg0Xyk7fS5zdDI2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODZfKTtmaWxsOiNFMEREREQ7fS5zdDI2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODhfKTt9LnN0MjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOTJfKTt9LnN0MjY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5NF8pO30uc3QyNjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk2Xyk7ZmlsbDojRTBEREREO30uc3QyNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk4Xyk7fS5zdDI2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDBfKTtmaWxsOiNGRjg2MkM7fS5zdDI2OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDJfKTt9LnN0MjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNl8pO30uc3QyNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzA4Xyk7ZmlsbDojRkZGRkZGO30uc3QyNzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzEwXyk7fS5zdDI3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTJfKTtmaWxsOiNGRkZGRkY7fS5zdDI3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTRfKTt9LnN0Mjc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxNl8pO2ZpbGw6I0ZGQ0RBQjt9LnN0Mjc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxOF8pO30uc3QyNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIwXyk7ZmlsbDojRkY4NjJDO30uc3QyNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIyXyk7fS5zdDI3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjRfKTtmaWxsOiNGRkZGRkY7fS5zdDI4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjZfKTt9LnN0Mjgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMzMF8pO30uc3QyODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzMyXyk7ZmlsbDojRkZGRkZGO30uc3QyODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzM0Xyk7fS5zdDI4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzZfKTtmaWxsOiNGRkNEQUI7fS5zdDI4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzhfKTt9LnN0Mjg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0MF8pO2ZpbGw6I0ZGODYyQzt9LnN0Mjg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0Ml8pO30uc3QyODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QyOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ2Xyk7fS5zdDI5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDI5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNTBfKTt9LnN0Mjkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1NF8pO30uc3QyOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU2Xyk7ZmlsbDojRkZDREFCO30uc3QyOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU4Xyk7fS5zdDI5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjBfKTtmaWxsOiM0QjQ4NEM7fS5zdDI5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjJfKTt9LnN0Mjk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Nl8pO30uc3QzMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzY4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzcwXyk7fS5zdDMwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzJfKTtmaWxsOiNGRkZGRkY7fS5zdDMwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzRfKTt9LnN0MzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3Nl8pO2ZpbGw6I0Q2RDZENjt9LnN0MzA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3OF8pO30uc3QzMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgwXyk7ZmlsbDojMkVCOTg4O30uc3QzMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgyXyk7fS5zdDMwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODRfKTtmaWxsOiM5MkVDQ0E7fS5zdDMxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODZfKTt9LnN0MzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM4OF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDMxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOTBfKTt9LnN0MzEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM5Ml8pO30uc3QzMTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk0Xyk7ZmlsbDojRkZGRkZGO30uc3QzMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk2Xyk7fS5zdDMxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOThfKTtmaWxsOiNGRkZGRkY7fS5zdDMxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MDBfKTt9LnN0MzE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwNF8pO30uc3QzMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA2Xyk7ZmlsbDojRkY4NjJDO30uc3QzMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA4Xyk7fS5zdDMyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDMyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTJfKTt9LnN0MzI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNl8pO30uc3QzMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDE4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDIwXyk7fS5zdDMyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjJfKTtmaWxsOiNBQUFBQUE7fS5zdDMyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjRfKTt9LnN0MzMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyNl8pO2ZpbGw6I0VDRUNFQzt9LnN0MzMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyOF8pO30uc3QzMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDMwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MzMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQzMl8pO30uc3QzMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDM0Xyk7fS5zdDMzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzZfKTtmaWxsOiNGRkZGRkY7fS5zdDMzNntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzhfKTt9LnN0MzM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0Ml8pO30uc3QzMzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ2Xyk7fS5zdDM0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NDhfKTtmaWxsOiMwMDkwRDg7fS5zdDM0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF80NTBfKTt9LnN0MzQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1NF8pO30uc3QzNDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU4Xyk7fS5zdDM0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjBfKTtmaWxsOiNGRkZGRkY7fS5zdDM0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjJfKTt9LnN0MzQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2NF8pO2ZpbGw6I0M1RUZGRjt9LnN0MzUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Nl8pO30uc3QzNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDY4Xyk7ZmlsbDojMjI3OTRBO30uc3QzNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDcwXyk7fS5zdDM1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzJfKTtmaWxsOiNGRkZGRkY7fS5zdDM1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzRfKTt9LnN0MzU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3OF8pO30uc3QzNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgwXyk7ZmlsbDojRkZGRkZGO30uc3QzNTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgyXyk7fS5zdDM1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODRfKTtmaWxsOiNDQUZGRTE7fS5zdDM2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODZfKTt9LnN0MzYxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ4OF8pO2ZpbGw6I0YyOUMxRjt9LnN0MzYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ5MF8pO30uc3QzNjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDkyXyk7ZmlsbDojRkZFRkNDO30uc3QzNjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk0Xyk7fS5zdDM2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80OTZfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QzNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk4Xyk7fS5zdDM2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MDBfKTt9LnN0MzY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwNF8pO30uc3QzNzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA4Xyk7fS5zdDM3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDM3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTJfKTt9LnN0Mzc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNl8pO30uc3QzNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTE4Xyk7ZmlsbDojRjEwMzAwO30uc3QzNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTIwXyk7fS5zdDM3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjJfKTtmaWxsOiNGRkNDQ0I7fS5zdDM3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjRfKTt9LnN0Mzgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyOF8pO30uc3QzODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMwXyk7ZmlsbDojRkZGRkZGO30uc3QzODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMyXyk7fS5zdDM4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzRfKTtmaWxsOiMwMDhGRTc7fS5zdDM4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzZfKTt9LnN0Mzg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUzOF8pO2ZpbGw6I0E3RERGRjt9LnN0Mzg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0MF8pO30uc3QzODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQyXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0Mzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0NF8pO30uc3QzOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQ2Xyk7fS5zdDM5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NDhfKTtmaWxsOiNGRkZGRkY7fS5zdDM5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81NTBfKTt9LnN0Mzkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1NF8pO30uc3QzOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU4Xyk7fS5zdDM5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjBfKTtmaWxsOiMzMDMwMzA7fS5zdDM5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjRfKTt9LnN0Mzk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2Nl8pO2ZpbGw6IzI4MjcyNzt9LnN0NDAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2OF8pO30uc3Q0MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcwXyk7ZmlsbDpub25lO3N0cm9rZTojNDE0MDQwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcyXyk7fS5zdDQwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzRfKTtmaWxsOiNEQURBREE7fS5zdDQwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzZfKTt9LnN0NDA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU3OF8pO2ZpbGw6I0RBREFEQTt9LnN0NDA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4MF8pO30uc3Q0MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTgyXyk7ZmlsbDojREFEQURBO30uc3Q0MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTg2Xyk7fS5zdDQwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81ODhfKTtmaWxsOiNEQURBREE7fS5zdDQxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81OTJfKTt9LnN0NDExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5OF8pO30uc3Q0MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjAwXyk7ZmlsbDojREFEQURBO30uc3Q0MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjA0Xyk7fS5zdDQxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MDZfKTtmaWxsOiNEQURBREE7fS5zdDQxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MTBfKTt9LnN0NDE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxMl8pO2ZpbGw6I0RBREFEQTt9LnN0NDE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxNl8pO30uc3Q0MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjE4Xyk7ZmlsbDojMjAxRjFGO30uc3Q0MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjIwXyk7fS5zdDQyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjJfKTtmaWxsOm5vbmU7c3Ryb2tlOiM0MTQwNDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjRfKTt9LnN0NDIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyNl8pO2ZpbGw6IzUxNEY0Rjt9LnN0NDI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyOF8pO30uc3Q0MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMwXyk7ZmlsbDojREFEQURBO30uc3Q0MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMyXyk7fS5zdDQyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzRfKTtmaWxsOiNEQURBREE7fS5zdDQyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzZfKTt9LnN0NDI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYzOF8pO2ZpbGw6I0RBREFEQTt9LnN0NDMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY0MF8pO30uc3Q0MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQyXyk7ZmlsbDojRkZGRkZGO30uc3Q0MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQ0Xyk7fS5zdDQzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDZfKTtmaWxsOiNEQURBREE7fS5zdDQzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDhfKTt9LnN0NDM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1MF8pO2ZpbGw6I0RBREFEQTt9LnN0NDM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1Ml8pO30uc3Q0Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU0Xyk7ZmlsbDojREFEQURBO30uc3Q0Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU2Xyk7fS5zdDQzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NThfKTtmaWxsOiNEQURBREE7fS5zdDQ0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NjBfKTt9LnN0NDQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Ml8pO2ZpbGw6I0RBREFEQTt9LnN0NDQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Nl8pO30uc3Q0NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjY4Xyk7ZmlsbDojNDE0MDQwO30uc3Q0NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjcwXyk7fS5zdDQ0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzJfKTtmaWxsOiMyMDFGMUY7fS5zdDQ0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzRfKTt9LnN0NDQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzQxNDA0MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3OF8pO30uc3Q0NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgwXyk7ZmlsbDojMjAxRjFGO30uc3Q0NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgyXyk7fS5zdDQ1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM5QTlBOUE7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODhfKTt9LnN0NDUze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTBfKTtmaWxsOiNEOEQ4RDg7fS5zdDQ1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTJfKTt9LnN0NDU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5Nl8pO30uc3Q0NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjk4Xyk7ZmlsbDojREFEQURBO30uc3Q0NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzAwXyk7fS5zdDQ1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDJfKTtmaWxsOiNEQURBREE7fS5zdDQ2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDZfKTt9LnN0NDYxe29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDhfKTtmaWxsOiNGRjg0ODQ7fS5zdDQ2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MTRfKTt9LnN0NDYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcxOF8pO30uc3Q0NjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzIyXyk7fS5zdDQ2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MzBfKTt9LnN0NDY3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzczNF8pO30uc3Q0Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzM4Xyk7fS5zdDQ2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDZfKTt9LnN0NDcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc1MF8pO30uc3Q0NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzU0Xyk7fS5zdDQ3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83NTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NThfKTt9LnN0NDc1e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjBfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjRfKTt9LnN0NDc3e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjZfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NzBfKTt9LnN0NDc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NDgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3NF8pO30uc3Q0ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc4Xyk7fS5zdDQ4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODBfKTtmaWxsOiM5NDk0OTQ7fS5zdDQ4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODJfKTt9LnN0NDg1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4NF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NDg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4Nl8pO30uc3Q0ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzg4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzkwXyk7fS5zdDQ4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTJfKTtmaWxsOiNDNUM1QzU7fS5zdDQ5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTRfKTt9LnN0NDkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NDkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5OF8pO30uc3Q0OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODAwXyk7ZmlsbDojOTQ5NDk0O30uc3Q0OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA0Xyk7fS5zdDQ5NXtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA2Xyk7ZmlsbDojRURGRjhGO30uc3Q0OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEwXyk7fS5zdDQ5N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEyXyk7ZmlsbDojRkZCMUIxO30uc3Q0OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODE2Xyk7fS5zdDQ5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MThfKTtmaWxsOiNGRkZGRkY7fS5zdDUwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MjBfKTt9LnN0NTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyNF8pO30uc3Q1MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI4Xyk7fS5zdDUwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzBfKTtmaWxsOiM5NDk0OTQ7fS5zdDUwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzJfKTt9LnN0NTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNl8pO30uc3Q1MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODM4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODQwXyk7fS5zdDUxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDJfKTtmaWxsOiNDNUM1QzU7fS5zdDUxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDRfKTt9LnN0NTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Nl8pO2ZpbGw6IzZFQUZERjt9LnN0NTE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0OF8pO30uc3Q1MTV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1MF8pO2ZpbGw6I0ZGODQ4NDt9LnN0NTE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1NF8pO30uc3Q1MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU2Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU4Xyk7fS5zdDUxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjBfKTtmaWxsOiNGMUVERUQ7fS5zdDUyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjJfKTt9LnN0NTIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2NF8pO2ZpbGw6I0RBRDhEODt9LnN0NTIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2Nl8pO30uc3Q1MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODY4Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODcwXyk7fS5zdDUyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzJfKTtmaWxsOiNCREJDQkM7fS5zdDUyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzRfKTt9LnN0NTI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3OF8pO30uc3Q1Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgwXyk7ZmlsbDojRUFFQUVBO30uc3Q1MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgyXyk7fS5zdDUzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODRfKTtmaWxsOiNCREJDQkM7fS5zdDUzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODZfKTt9LnN0NTMze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODhfKTtmaWxsOiNERUVDRjk7fS5zdDUzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84OTJfKTt9LnN0NTM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5Nl8pO30uc3Q1Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODk4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTAwXyk7fS5zdDUzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDJfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDRfKTt9LnN0NTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwNl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwOF8pO30uc3Q1NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEwXyk7ZmlsbDojQzVDNUM1O30uc3Q1NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEyXyk7fS5zdDU0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTRfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTZfKTt9LnN0NTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkxOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkyMl8pO30uc3Q1NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q1NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI2Xyk7fS5zdDU1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MjhfKTtmaWxsOiM5NDk0OTQ7fS5zdDU1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MzBfKTt9LnN0NTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzNF8pO30uc3Q1NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM4Xyk7fS5zdDU1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDBfKTtmaWxsOiNDNUM1QzU7fS5zdDU1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDJfKTt9LnN0NTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0NF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTYwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0Nl8pO30uc3Q1NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTQ4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTUwXyk7fS5zdDU2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTJfKTtmaWxsOiNDNUM1QzU7fS5zdDU2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTRfKTt9LnN0NTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTY2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1OF8pO30uc3Q1Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYwXyk7ZmlsbDojQzVDNUM1O30uc3Q1Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYyXyk7fS5zdDU2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjRfKTtmaWxsOiNDNUM1QzU7fS5zdDU3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjZfKTt9LnN0NTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk3MF8pO30uc3Q1NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTcyXyk7ZmlsbDojQzVDNUM1O30uc3Q1NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTc0Xyk7fS5zdDU3NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzZfKTtmaWxsOiNDNUM1QzU7fS5zdDU3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzhfKTt9LnN0NTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTc4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4Ml8pO30uc3Q1Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg0Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg2Xyk7fS5zdDU4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85ODhfKTtmaWxsOiNDNUM1QzU7fS5zdDU4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85OTBfKTt9LnN0NTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5Ml8pO2ZpbGw6I0M1QzVDNTt9LnN0NTg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5NF8pO30uc3Q1ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk4Xyk7fS5zdDU4N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDAwXyk7ZmlsbDojQzVDNUM1O30uc3Q1ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwMl8pO30uc3Q1ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwNF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDZfKTt9LnN0NTkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDhfKTtmaWxsOiMyQzdBNEY7fS5zdDU5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEwXyk7fS5zdDU5M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEyXyk7ZmlsbDojRkVGRUZFO30uc3Q1OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNF8pO30uc3Q1OTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTk2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMThfKTt9LnN0NTk3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMjBfKTtmaWxsOiNGMUVERUQ7fS5zdDU5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDIyXyk7fS5zdDU5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDI0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyNl8pO30uc3Q2MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyOF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzBfKTt9LnN0NjAze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzJfKTtmaWxsOiNGMUVERUQ7fS5zdDYwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM0Xyk7fS5zdDYwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAzOF8pO30uc3Q2MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA0MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDJfKTt9LnN0NjA5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDRfKTtmaWxsOiNGMUVERUQ7fS5zdDYxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ2Xyk7fS5zdDYxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1MF8pO30uc3Q2MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0NjE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTRfKTt9LnN0NjE1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTZfKTtmaWxsOiNGMUVERUQ7fS5zdDYxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDU4Xyk7fS5zdDYxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDYwXyk7ZmlsbDojREFEOEQ4O30uc3Q2MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2Ml8pO30uc3Q2MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2NF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjIwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjZfKTt9LnN0NjIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjhfKTtmaWxsOiNGMUVERUQ7fS5zdDYyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcwXyk7fS5zdDYyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcyXyk7ZmlsbDojREFEOEQ4O30uc3Q2MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3NF8pO30uc3Q2MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNzhfKTt9LnN0NjI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwODBfKTtmaWxsOiNGMUVERUQ7fS5zdDYyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDgyXyk7fS5zdDYyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDg0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Nl8pO30uc3Q2MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTBfKTt9LnN0NjMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTJfKTtmaWxsOiNGMUVERUQ7fS5zdDYzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk0Xyk7fS5zdDYzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA5OF8pO30uc3Q2Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEwMF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDJfKTt9LnN0NjM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDRfKTtmaWxsOiNGMUVERUQ7fS5zdDY0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA2Xyk7fS5zdDY0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMF8pO30uc3Q2NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTRfKTt9LnN0NjQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTZfKTtmaWxsOiNGMUVERUQ7fS5zdDY0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTE4Xyk7fS5zdDY0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTIwXyk7ZmlsbDojREFEOEQ4O30uc3Q2NDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyMl8pO30uc3Q2NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyNF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjZfKTt9LnN0NjUxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjhfKTtmaWxsOiNGMUVERUQ7fS5zdDY1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMwXyk7fS5zdDY1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMyXyk7ZmlsbDojREFEOEQ4O30uc3Q2NTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNF8pO30uc3Q2NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMzhfKTt9LnN0NjU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNDBfKTtmaWxsOiNGMUVERUQ7fS5zdDY1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQyXyk7fS5zdDY1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQ0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Nl8pO30uc3Q2NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTBfKTt9LnN0NjYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTJfKTtmaWxsOiNGMUVERUQ7fS5zdDY2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU0Xyk7fS5zdDY2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE1OF8pO30uc3Q2Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjJfKTt9LnN0NjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjRfKTtmaWxsOiNGMUVERUQ7fS5zdDY3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY2Xyk7fS5zdDY3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3MF8pO30uc3Q2NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0Njc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzRfKTt9LnN0Njc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzZfKTtmaWxsOiNGMUVERUQ7fS5zdDY3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTc4Xyk7fS5zdDY3N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTgwXyk7ZmlsbDojREFEOEQ4O30uc3Q2Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4Ml8pO30uc3Q2Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4NF8pO2ZpbGw6I0JEQkNCQzt9LnN0Njgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODZfKTt9LnN0Njgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODhfKTtmaWxsOiNGMUVERUQ7fS5zdDY4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkwXyk7fS5zdDY4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkyXyk7ZmlsbDojREFEOEQ4O30uc3Q2ODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5NF8pO30uc3Q2ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Njg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExOThfKTt9LnN0Njg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMDBfKTtmaWxsOiM5NDk0OTQ7fS5zdDY4OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjAyXyk7fS5zdDY4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjA0Xyk7ZmlsbDojOTQ5NDk0O30uc3Q2OTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwNl8pO30uc3Q2OTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0Njkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTBfKTt9LnN0Njkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDY5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE0Xyk7fS5zdDY5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE2Xyk7ZmlsbDojQzVDNUM1O30uc3Q2OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIxOF8pO30uc3Q2OTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIyMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Njk4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjJfKTt9LnN0Njk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjRfKTtmaWxsOiM5NDk0OTQ7fS5zdDcwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI2Xyk7fS5zdDcwMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMF8pO30uc3Q3MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMl8pO2ZpbGw6Izk5OTk5OTt9LnN0NzA0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzRfKTt9LnN0NzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzZfKTtmaWxsOiNFQUVBRUE7fS5zdDcwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjM4Xyk7fS5zdDcwN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjQwXyk7ZmlsbDojNkJCMEU1O30uc3Q3MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0Ml8pO30uc3Q3MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0NF8pO2ZpbGw6Izk5OTk5OTt9LnN0NzEwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDZfKTt9LnN0NzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDhfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUwXyk7fS5zdDcxM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUyXyk7ZmlsbDojQzhDOEM4O30uc3Q3MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1NF8pO30uc3Q3MTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1Nl8pO2ZpbGw6I0M4QzhDODt9LnN0NzE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNThfKTt9LnN0NzE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjYyXyk7fS5zdDcxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjY0Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2Nl8pO30uc3Q3MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzBfKTt9LnN0NzIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzJfKTtmaWxsOiNDNUM1QzU7fS5zdDcyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc0Xyk7fS5zdDcyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc2Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI3OF8pO30uc3Q3Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODJfKTt9LnN0NzI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODRfKTtmaWxsOiNDNUM1QzU7fS5zdDczMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg2Xyk7fS5zdDczMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5MF8pO30uc3Q3MzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTRfKTt9LnN0NzM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTZfKTtmaWxsOiM5NDk0OTQ7fS5zdDczNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjk4Xyk7fS5zdDczN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzAwXyk7ZmlsbDojRkZGRkZGO30uc3Q3Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwMl8pO30uc3Q3Mzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NzQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDZfKTt9LnN0NzQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDhfKTtmaWxsOiNGRkZGRkY7fS5zdDc0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEwXyk7fS5zdDc0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEyXyk7ZmlsbDojQzhDOEM4O30uc3Q3NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNF8pO30uc3Q3NDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzQ2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMThfKTt9LnN0NzQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDc0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzIyXyk7fS5zdDc0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyNl8pO30uc3Q3NTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyOF8pO2ZpbGw6I0M4QzhDODt9LnN0NzUye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzBfKTt9LnN0NzUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzJfKTtmaWxsOiNGRkZGRkY7fS5zdDc1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM0Xyk7fS5zdDc1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM2Xyk7ZmlsbDojQzhDOEM4O30uc3Q3NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMzOF8pO30uc3Q3NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDJfKTt9LnN0NzU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDRfKTtmaWxsOiNDOEM4Qzg7fS5zdDc2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ2Xyk7fS5zdDc2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1MF8pO30uc3Q3NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1Ml8pO2ZpbGw6I0M4QzhDODt9LnN0NzY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTRfKTt9LnN0NzY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTZfKTtmaWxsOiNGRkZGRkY7fS5zdDc2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzU4Xyk7fS5zdDc2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzYwXyk7ZmlsbDojQzhDOEM4O30uc3Q3Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2Ml8pO30uc3Q3Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjZfKTt9LnN0Nzcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjhfKTtmaWxsOiNDOEM4Qzg7fS5zdDc3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcwXyk7fS5zdDc3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcyXyk7ZmlsbDojRkZGRkZGO30uc3Q3NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3NF8pO30uc3Q3NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3Nl8pO2ZpbGw6I0M4QzhDODt9LnN0Nzc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNzhfKTt9LnN0Nzc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzODBfKTtmaWxsOiNGRkZGRkY7fS5zdDc3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzgyXyk7fS5zdDc3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzg0Xyk7ZmlsbDojQzhDOEM4O30uc3Q3ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4Nl8pO30uc3Q3ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTBfKTt9LnN0Nzgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDc4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk0Xyk7fS5zdDc4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q3ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM5OF8pO30uc3Q3ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDJfKTt9LnN0Nzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDRfKTtmaWxsOiNDNUM1QzU7fS5zdDc5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA2Xyk7fS5zdDc5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMF8pO30uc3Q3OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMl8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTRfKTt9LnN0Nzk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTZfKTtmaWxsOiNDNUM1QzU7fS5zdDc5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDE4Xyk7fS5zdDc5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDIwXyk7ZmlsbDojMDI3OUQ3O30uc3Q3OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyMl8pO30uc3Q3OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyNF8pO2ZpbGw6IzZBQUZFNTt9LnN0ODAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjZfKTt9LnN0ODAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjhfKTtmaWxsOiM2QUFGRTU7fS5zdDgwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMwXyk7fS5zdDgwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMyXyk7ZmlsbDojQzVDNUM1O30uc3Q4MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNF8pO30uc3Q4MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNl8pO2ZpbGw6IzZBQUZFNTt9LnN0ODA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MzhfKTt9LnN0ODA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NDBfKTtmaWxsOiMwMDc4RDc7fS5zdDgwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQyXyk7fS5zdDgwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQ0Xyk7ZmlsbDojMzAzMDMwO30uc3Q4MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ0OF8pO30uc3Q4MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ1MF8pO2ZpbGw6IzFBMUExQTt9LnN0ODEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTJfKTt9LnN0ODEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM1MDUwNTA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU2Xyk7fS5zdDgxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2MF8pO30uc3Q4MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY2Xyk7fS5zdDgyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3MF8pO30uc3Q4MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NzRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc2Xyk7fS5zdDgyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4MF8pO30uc3Q4Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg2Xyk7fS5zdDgzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg4Xyk7ZmlsbDojMDA3MEYwO30uc3Q4MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5MF8pO30uc3Q4MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0ODMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTRfKTt9LnN0ODM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTZfKTtmaWxsOiM5MUQ1RkY7fS5zdDgzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDk4Xyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMF8pO30uc3Q4Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMl8pO2ZpbGw6IzM5MzkzOTt9LnN0ODM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDRfKTt9LnN0ODM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTA4Xyk7fS5zdDg0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTEwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUxMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTRfKTt9LnN0ODQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTE4Xyk7fS5zdDg0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTIwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjRfKTt9LnN0ODQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTI4Xyk7fS5zdDg1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTMwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUzMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzRfKTt9LnN0ODU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTM4Xyk7fS5zdDg1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDRfKTt9LnN0ODU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDZfKTtmaWxsOiM0ODQ4NDg7fS5zdDg2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQ4Xyk7fS5zdDg2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTUwXyk7ZmlsbDojMUExQTFBO30uc3Q4NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1Ml8pO30uc3Q4NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzQ4NDg0ODtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NTZfKTt9LnN0ODY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NThfKTtmaWxsOiMxQTFBMUE7fS5zdDg2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYwXyk7fS5zdDg2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYyXyk7ZmlsbDpub25lO3N0cm9rZTojNzY3Njc2O3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2Nl8pO30uc3Q4Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2OF8pO2ZpbGw6IzkxRDVGRjt9LnN0ODcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTcyXyk7fS5zdDg3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTc0Xyk7ZmlsbDojOTFENUZGO30uc3Q4NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzhfKTt9LnN0ODc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODBfKTtmaWxsOiM5MUQ1RkY7fS5zdDg3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTgyXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Nzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4NF8pO30uc3Q4Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4Nl8pO2ZpbGw6IzkxRDVGRjt9LnN0ODc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODhfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkwXyk7fS5zdDg4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkyXyk7ZmlsbDojOTFENUZGO30uc3Q4ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU5NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OTZfKTt9LnN0ODg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OThfKTtmaWxsOiM5MUQ1RkY7fS5zdDg4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjAwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwNF8pO30uc3Q4ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwOF8pO30uc3Q4ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxMl8pO30uc3Q4ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxNF8pO2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjBfKTt9LnN0ODkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjRfKTt9LnN0ODkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjhfKTt9LnN0ODkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjM2Xyk7fS5zdDg5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQwXyk7fS5zdDg5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ0Xyk7fS5zdDg5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ2Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1MF8pO30uc3Q4OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1Ml8pO2ZpbGw6I0ZGQjU3ODt9LnN0OTAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTRfKTt9LnN0OTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTZfKTtmaWxsOiNFRDlGNjQ7fS5zdDkwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjU4Xyk7fS5zdDkwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjYwXyk7ZmlsbDojRkZENkI1O30uc3Q5MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2Ml8pO30uc3Q5MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2NF8pO2ZpbGw6I0VEOUY2NDt9LnN0OTA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjZfKTt9LnN0OTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjhfKTtmaWxsOiNGRkZGRkY7fS5zdDkwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcwXyk7fS5zdDkwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcyXyk7ZmlsbDojRkZGRkZGO30uc3Q5MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3NF8pO30uc3Q5MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODBfKTt9LnN0OTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODJfKTtmaWxsOiNGRkI1Nzg7fS5zdDkxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg0Xyk7fS5zdDkxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg2Xyk7ZmlsbDojRUQ5RjY0O30uc3Q5MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4OF8pO30uc3Q5MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY5MF8pO2ZpbGw6I0ZGRDZCNTt9LnN0OTE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTJfKTt9LnN0OTE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTRfKTtmaWxsOiNFRDlGNjQ7fS5zdDkyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk2Xyk7fS5zdDkyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk4Xyk7ZmlsbDojRkZGRkZGO30uc3Q5MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMF8pO30uc3Q5MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDRfKTt9LnN0OTI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDZfKTtmaWxsOiNGRkZGRkY7fS5zdDkyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEwXyk7fS5zdDkyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEyXyk7ZmlsbDojQ0VDRUNFO30uc3Q5Mjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNF8pO30uc3Q5Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNl8pO2ZpbGw6I0I3QjdCNzt9LnN0OTMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MThfKTt9LnN0OTMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MjBfKTtmaWxsOiNFNEU0RTQ7fS5zdDkzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzIyXyk7fS5zdDkzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzI0Xyk7ZmlsbDojQjdCN0I3O30uc3Q5MzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyNl8pO30uc3Q5MzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzBfKTt9LnN0OTM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzJfKTtmaWxsOiNGRkZGRkY7fS5zdDkzOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM0Xyk7fS5zdDkzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5NDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0MF8pO30uc3Q5NDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0Ml8pO2ZpbGw6IzcxQzhGNDt9LnN0OTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDRfKTt9LnN0OTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDZfKTtmaWxsOiM2M0E3RDM7fS5zdDk0NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzQ4Xyk7fS5zdDk0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzUwXyk7ZmlsbDojQzFFN0ZGO30uc3Q5NDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1Ml8pO30uc3Q5NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1NF8pO2ZpbGw6IzYzQTdEMzt9LnN0OTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NTZfKTt9LnN0OTQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NThfKTtmaWxsOiNGRkZGRkY7fS5zdDk1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYwXyk7fS5zdDk1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYyXyk7ZmlsbDojRkZGRkZGO30uc3Q5NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2NF8pO30uc3Q5NTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzBfKTt9LnN0OTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzJfKTtmaWxsOiM4REM5Nzc7fS5zdDk1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc0Xyk7fS5zdDk1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc2Xyk7ZmlsbDojN0NBODUxO30uc3Q5NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc3OF8pO30uc3Q5NTl7b3BhY2l0eTowLjQ1O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3ODBfKTtmaWxsOiNGRkZGRkY7fS5zdDk2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzgyXyk7fS5zdDk2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzg0Xyk7ZmlsbDojN0NBODUxO30uc3Q5NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Nl8pO30uc3Q5NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTBfKTt9LnN0OTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTJfKTtmaWxsOiNGRkZGRkY7fS5zdDk2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk0Xyk7fS5zdDk2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMF8pO30uc3Q5Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMl8pO2ZpbGw6I0RCQjY2Mzt9LnN0OTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDRfKTt9LnN0OTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDZfKTtmaWxsOiNDRUExNTE7fS5zdDk3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODA4Xyk7fS5zdDk3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODEwXyk7ZmlsbDojRUJEN0E5O30uc3Q5NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxMl8pO30uc3Q5NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxNF8pO2ZpbGw6I0NFQTE1MTt9LnN0OTc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MTZfKTt9LnN0OTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MThfKTtmaWxsOiNGRkZGRkY7fS5zdDk3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIwXyk7fS5zdDk3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIyXyk7ZmlsbDojRkZGRkZGO30uc3Q5ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNF8pO30uc3Q5ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MjhfKTt9LnN0OTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MzBfKTtmaWxsOiNGRkZGRkY7fS5zdDk4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM0Xyk7fS5zdDk4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM2Xyk7ZmlsbDojODNENkI5O30uc3Q5ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgzOF8pO30uc3Q5ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0MF8pO2ZpbGw6IzQ2QzY4Qzt9LnN0OTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDJfKTt9LnN0OTg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDRfKTtmaWxsOiNCQkU4RDg7fS5zdDk5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ2Xyk7fS5zdDk5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ4Xyk7ZmlsbDojNDZDNjhDO30uc3Q5OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1MF8pO30uc3Q5OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTRfKTt9LnN0OTk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTZfKTtmaWxsOiNGRkZGRkY7fS5zdDk5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODU4Xyk7fS5zdDk5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODYwXyk7ZmlsbDojRkZGRkZGO30uc3Q5OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2NF8pO30uc3Q5OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODY4Xyk7fS5zdDEwMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODcyXyk7fS5zdDEwMDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODc2Xyk7fS5zdDEwMDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3OF8pO2ZpbGw6IzEzMTMxMzt9LnN0MTAwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODgwXyk7fS5zdDEwMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzUwNTA1MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg0Xyk7fS5zdDEwMDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg4Xyk7fS5zdDEwMTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODkyXyk7fS5zdDEwMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODk4Xyk7fS5zdDEwMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwMF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTA0Xyk7fS5zdDEwMTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwNl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTEwXyk7fS5zdDEwMTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTE2Xyk7fS5zdDEwMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxOF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTIwXyk7fS5zdDEwMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI0Xyk7ZmlsbDpub25lO3N0cm9rZTojNTA1MDUwO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI2Xyk7fS5zdDEwMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyOF8pO2ZpbGw6IzM5MzkzOTt9LnN0MTAyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTMyXyk7fS5zdDEwMjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzNF8pO2ZpbGw6I0JDQkNCQzt9LnN0MTAyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTM2Xyk7fS5zdDEwMzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzOF8pO2ZpbGw6I0E4QThBODt9LnN0MTAzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQwXyk7fS5zdDEwMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Ml8pO2ZpbGw6I0RBREFEQTt9LnN0MTAzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ0Xyk7fS5zdDEwMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Nl8pO2ZpbGw6I0E4QThBODt9LnN0MTAzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ4Xyk7fS5zdDEwMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTUyXyk7fS5zdDEwMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTU2Xyk7fS5zdDEwNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTA0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTYwXyk7fS5zdDEwNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Ml8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY0Xyk7fS5zdDEwNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Nl8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY4Xyk7fS5zdDEwNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3MF8pO2ZpbGw6IzAwNzBGMDt9LnN0MTA0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc0Xyk7fS5zdDEwNDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3Nl8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc4Xyk7fS5zdDEwNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4MF8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTgyXyk7fS5zdDEwNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTA1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTg2Xyk7fS5zdDEwNTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4OF8pO2ZpbGw6I0ZGRTc5Mjt9LnN0MTA1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTkwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMDU2e2ZpbGw6I0ZCRDEzRjt9LnN0MTA1N3tmaWxsOiNFMkI3MzA7fS5zdDEwNTh7ZmlsbDojRkZFNzkyO30uc3QxMDU5e2ZpbGw6IzVCQzFGRjt9LnN0MTA2MHtmaWxsOiNFMEREREQ7fS5zdDEwNjF7ZmlsbDojNkQ2RDZEO30uc3QxMDYye2ZpbGw6IzJDOTZEMTt9LnN0MTA2M3tmaWxsOiMxMjlCRTA7fS5zdDEwNjR7ZmlsbDojQTNBM0EzO30uc3QxMDY1e2ZpbGw6I0Q2QTUxRDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QxMDYxIiBkPSJNMzAsMTh2LTFjMC0xLjktMS42LTMuNS0zLjUtMy41UzIzLDE1LjEsMjMsMTd2MWgtMnY5aDExdi05SDMweiBNMjQsMTdjMC0xLjQsMS4xLTIuNSwyLjUtMi41UzI5LDE1LjYsMjksMTd2MWgtNVYxN3oiLz48Zz48cG9seWdvbiBjbGFzcz0ic3Q5IiBwb2ludHM9IjMyLDEwIDE5LjYsMTAgMTQuNSw2IDE2LDYgMjAsOSAzMiw5ICIvPjwvZz48Zz48cG9seWdvbiBjbGFzcz0ic3QxMSIgcG9pbnRzPSIyMCw5IDMyLDkgMzIsMyAyMCwzIDE2LDYgIi8+PC9nPjxnPjxwYXRoIGNsYXNzPSJzdDEwIiBkPSJNMjAsMTdoMmMwLTIuNSwyLTQuNSw0LjUtNC41czQuNSwyLDQuNSw0LjVoMXYtN0gxOS42bC01LjEtNEgwdjIxaDIwVjE3eiIvPjxwYXRoIGNsYXNzPSJzdDEwIiBkPSJNMjYuNSwxNS41Yy0wLjgsMC0xLjUsMC43LTEuNSwxLjVoM0MyOCwxNi4yLDI3LjMsMTUuNSwyNi41LDE1LjV6Ii8+PC9nPjwvc3ZnPg=="); +} + +.e-filemanager .e-address .e-address-list-item .e-icons::before { + content: '\e608'; +} + +.e-filemanager .e-fe-open::before, +.e-fe-popup .e-fe-open::before { + content: '\e609'; +} + +.e-filemanager .e-fe-cut::before, +.e-fe-popup .e-fe-cut::before { + content: '\e604'; +} + +.e-filemanager .e-fe-copy::before, +.e-fe-popup .e-fe-copy::before { + content: '\e60d'; +} + +.e-filemanager .e-fe-paste::before, +.e-fe-popup .e-fe-paste::before { + content: '\e601'; +} + +.e-filemanager .e-fe-delete::before, +.e-fe-popup .e-fe-delete::before { + content: '\e602'; +} + +.e-filemanager .e-fe-rename::before, +.e-fe-popup .e-fe-rename::before { + content: '\e60c'; +} + +.e-filemanager .e-fe-newfolder::before, +.e-fe-popup .e-fe-newfolder::before { + content: '\e60b'; +} + +.e-filemanager .e-fe-refresh::before, +.e-fe-popup .e-fe-refresh::before { + content: '\e606'; +} + +.e-filemanager .e-fe-upload::before, +.e-fe-popup .e-fe-upload::before { + content: '\e60f'; +} + +.e-filemanager .e-fe-download::before, +.e-fe-popup .e-fe-download::before { + content: '\e603'; +} + +.e-filemanager .e-fe-grid::before, +.e-fe-popup .e-fe-grid::before { + content: '\e605'; +} + +.e-filemanager .e-fe-large::before, +.e-fe-popup .e-fe-large::before { + content: '\e600'; +} + +.e-filemanager .e-fe-select::before, +.e-fe-popup .e-fe-select::before { + content: '\e611'; +} + +.e-filemanager .e-fe-details::before, +.e-fe-popup .e-fe-details::before { + content: '\e607'; +} + +.e-filemanager .e-fe-sort::before, +.e-fe-popup .e-fe-sort::before { + content: '\e612'; +} + +.e-filemanager .e-fe-search::before, +.e-fe-popup .e-fe-search::before { + content: '\e60e'; +} + +.e-filemanager .e-fe-clear::before, +.e-fe-popup .e-fe-clear::before { + content: '\e60a'; +} + +.e-filemanager .e-fe-breadcrumb::before, +.e-fe-popup .e-fe-breadcrumb::before { + content: '\e615'; +} + +.e-filemanager .e-fe-drop-in::before, +.e-fe-popup .e-fe-drop-in::before { + content: '\e22c'; +} + +.e-filemanager .e-fe-drop-out::before, +.e-fe-popup .e-fe-drop-out::before { + content: '\e22d'; +} + +.e-filemanager .e-fe-no-drop::before, +.e-fe-popup .e-fe-no-drop::before { + content: '\e22a'; +} + +.e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before, +.e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before { + content: '\e613'; +} + +.e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before, +.e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before { + content: '\e613'; +} + +.e-filemanager.e-fe-m-filter .e-fe-search::before, +.e-fe-popup.e-fe-m-filter .e-fe-search::before { + content: '\e610'; +} + +.e-fe-popup .e-fe-dot::before { + content: '\e614'; +} + +.e-fe-popup .e-fe-tick::before { + content: '\e614'; +} + +ejs-filemanager { + display: block; +} + +.e-filemanager { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + position: relative; +} + +.e-filemanager .e-blur { + opacity: .5; +} + +.e-filemanager .e-display-none { + display: none; +} + +.e-filemanager.e-fe-drop, +.e-filemanager.e-fe-drop .e-treeview .e-text-content, +.e-filemanager.e-fe-drop .e-treeview .e-fullrow, +.e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text, +.e-filemanager.e-fe-drop .e-grid .e-columnheader { + cursor: grab; +} + +.e-filemanager.e-no-drop { + cursor: no-drop; +} + +.e-filemanager .e-toolbar { + border-bottom-style: solid; + border-width: 0 0 1px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn { + border: 0; + box-shadow: none; + font-weight: 400; + height: inherit; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons:not(.e-icon-left):not(.e-icon-right) { + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret { + font-size: 8px; + padding: 0 8px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-tbar-btn-text.e-tbar-ddb-text { + padding-right: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + border: 0; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + border: 0; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + border: 0; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret { + font-size: 8px; + min-width: 0; + padding: 0 8px; +} + +.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text { + padding-right: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-pop { + width: -webkit-max-content; + width: max-content; +} + +.e-filemanager .e-treeview > .e-ul { + overflow: initial; + padding-left: 8px; +} + +.e-filemanager .e-treeview .e-list-parent { + margin-bottom: 0; + margin-top: 0; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item { + padding-bottom: 0; + padding-top: 0; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow { + height: 34px; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text { + height: 32px; + line-height: 32px; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow { + border: 1px solid; + box-sizing: border-box; +} + +.e-filemanager .e-treeview .e-text-content { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager .e-treeview .e-list-text { + display: initial; +} + +.e-filemanager .e-splitter { + border-width: 0; +} + +.e-filemanager .e-splitter .e-split-bar .e-resize-handler { + display: none; +} + +.e-filemanager .e-splitter .e-display-none { + display: none; +} + +.e-filemanager .e-address { + border-bottom: 1px solid; + height: 34px; + position: relative; +} + +.e-filemanager .e-address .e-fe-breadcrumb.e-icons { + padding-bottom: 6px; +} + +.e-filemanager .e-address .e-search-wrap { + float: right; + padding: 1px 8px 0 8px; + position: absolute; + right: 0; + top: 0; + width: 200px; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group { + border-bottom-width: 1px; + height: 30px; + margin: 0; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group .e-input { + margin: -2px 0 0 24px; + padding: 0; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon { + margin: 0; +} + +.e-filemanager .e-address .e-fe-search { + font-size: 14px; + margin: 5px 0; + padding: 5px; + position: absolute; + z-index: 1; +} + +.e-filemanager .e-address .e-fe-search::before { + display: inline-block; +} + +.e-filemanager .e-address .e-addressbar-ul { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + list-style: none; + margin: 0; + padding: 4px 8px; + visibility: visible; +} + +.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu { + display: inline; +} + +.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu .e-breadcrumb-submenu { + height: 24px; +} + +.e-filemanager .e-address .e-list-text { + cursor: pointer; + font-size: 14px; + line-height: 25px; + padding: 4px 4px 5px; + text-decoration: none; +} + +.e-filemanager .e-address .e-list-text:hover { + text-decoration: none; +} + +.e-filemanager .e-address .e-address-list-item { + display: inline-block; + height: 25px; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text { + cursor: default; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text:hover { + text-decoration: none; +} + +.e-filemanager .e-address .e-address-list-item .e-icons { + font-size: 10px; + margin: 0 4px; +} + +.e-filemanager .e-address .e-address-list-item .e-icons::before { + padding: 5px; +} + +.e-filemanager .e-grid { + border-width: 0; + float: left; +} + +.e-filemanager .e-grid .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 12px; +} + +.e-filemanager .e-grid .e-spin-show { + display: none; +} + +.e-filemanager .e-grid .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty { + height: 0; + padding: 0; +} + +.e-filemanager .e-grid .e-gridheader { + border-width: 0 1px 1px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell { + height: 32px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv { + margin-right: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext { + font-size: 14px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor { + border: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper, +.e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid .e-content { + overflow-y: auto !important; +} + +.e-filemanager .e-grid .e-content .e-table { + border-spacing: 0; +} + +.e-filemanager .e-grid .e-content .e-rowcell { + border: 0; + font-size: 12px; +} + +.e-filemanager .e-grid .e-content .e-rowcell .e-fe-text { + font-size: 13px; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child { + box-shadow: 1px 0 0 1px #ffd939 inset; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child { + box-shadow: -1px 0 0 1px #ffd939 inset; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell { + box-shadow: 0 2px 0 -1px #ffd939 inset, 0 -2px 0 -1px #ffd939 inset; +} + +.e-filemanager .e-grid .e-empty { + min-width: 200px; +} + +.e-filemanager .e-grid .e-empty-content { + font-size: 20px; + margin: 0 auto; + padding: 8px; + text-align: center; +} + +.e-filemanager .e-grid .e-empty-icon { + height: 82px; + margin: 0 auto; + width: 82px; +} + +.e-filemanager .e-grid .e-empty-inner-content { + font-size: 14px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-filemanager .e-grid .e-gridpopup { + display: none !important; +} + +.e-filemanager .e-grid .e-gridheader .e-emptyrow, +.e-filemanager .e-grid .e-gridcontent .e-emptyrow { + display: none; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager .e-grid .e-gridcontent .e-fe-checkbox { + overflow: inherit; + padding-left: 10px; + padding-right: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon { + padding: 0 0 0 12px; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv { + text-overflow: unset; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell, +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell { + padding-left: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name { + padding-left: 6px; +} + +.e-filemanager .e-grid .e-row .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid .e-row.e-focused { + box-shadow: none; +} + +.e-filemanager .e-grid .e-row.e-focused td { + box-shadow: inset 0 1px 0 0 #969696, inset 0 -1px 0 0 #969696; +} + +.e-filemanager .e-grid .e-row.e-focused td:first-child { + box-shadow: inset 1px 1px 0 0 #969696, inset 1px -1px 0 0 #969696; +} + +.e-filemanager .e-grid .e-row.e-focused td:last-child { + box-shadow: inset -1px 1px 0 0 #969696, inset -1px -1px 0 0 #969696; +} + +.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper, +.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 0; +} + +.e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress { + border-width: 0; +} + +.e-filemanager .e-grid .e-fe-icon { + display: inline-block; + height: 18px; + margin: 0 8px 0 0; + vertical-align: middle; + width: 18px; +} + +.e-filemanager .e-dialog td { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 14px; + max-width: 211px; + min-width: 51px; + padding: 8px 24px 8px 0; +} + +.e-filemanager .e-dialog td.e-fe-value { + white-space: unset; + word-break: break-word; +} + +.e-filemanager .e-dialog .e-fe-errorcontent { + white-space: normal; + word-break: break-word; +} + +.e-filemanager .e-dialog .e-fe-icon { + display: inline-block; + height: 18px; + margin: 0 8px -2px 0; + width: 18px; +} + +.e-filemanager .e-dialog .e-fe-access-header { + display: inline-block; +} + +.e-filemanager .e-dialog .e-fe-retrycontent { + padding: 16px 0; +} + +.e-filemanager .e-dialog .e-image { + height: 100%; + width: 100%; +} + +.e-filemanager .e-dialog.e-rtl td { + padding: 8px 0 8px 24px; +} + +.e-filemanager .e-dialog.e-rtl .e-fe-icon { + margin: 0 0 -2px 8px; +} + +.e-filemanager .e-large-icons { + float: left; + overflow: auto; + width: 100%; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 12px; +} + +.e-filemanager .e-large-icons .e-empty { + min-width: 200px; +} + +.e-filemanager .e-large-icons .e-empty-content { + font-size: 20px; + margin: 0 auto; + padding: 8px; + text-align: center; +} + +.e-filemanager .e-large-icons .e-empty-icon { + height: 82px; + margin: 0 auto; + width: 82px; +} + +.e-filemanager .e-large-icons .e-empty-inner-content { + font-size: 14px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-filemanager .e-large-icons .e-list-parent { + display: block; + height: 100%; + margin: 0; + overflow: auto; + padding: 0 4px; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper { + float: left; + position: absolute; + top: 0; + visibility: hidden; +} + +.e-filemanager .e-large-icons .e-list-item { + border: 1px solid; + float: left; + height: 85px; + margin: 8px 4px; + overflow: hidden; + padding: 2px; + width: 80px; +} + +.e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-large-icons .e-text-content { + display: table-cell; + height: 79px; + position: relative; + vertical-align: bottom; +} + +.e-filemanager .e-large-icons .e-list-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + font-size: 13px; + padding: 2px 0 0 0; + text-align: center; + width: 74px; +} + +.e-filemanager .e-large-icons .e-list-img { + border: 2px solid; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05); + display: block; + margin: 0 auto; + max-height: 62px; + max-width: 100%; + min-height: 20px; +} + +.e-filemanager .e-large-icons .e-list-icon { + display: block; + height: 40px; + margin: 10px auto; + width: 40px; +} + +.e-filemanager .e-fe-error { + font-size: 12px; + line-height: 1.5; +} + +.e-filemanager .e-fe-clone { + pointer-events: none; + z-index: 20; +} + +.e-filemanager .e-fe-clone .e-fe-content { + border: none; + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + padding: 4px 8px; +} + +.e-filemanager .e-fe-clone .e-fe-content .e-fe-name { + display: inline-block; + font-size: 13px; + margin: auto 8px; + max-width: 70px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager .e-fe-clone .e-fe-content .e-fe-icon { + display: inline-block; + height: 18px; + margin: auto 8px; + width: 18px; +} + +.e-filemanager .e-fe-clone .e-fe-count { + border: 1px solid; + border-radius: 50%; + font-size: 12px; + height: 22px; + line-height: 22px; + margin-left: -12px; + position: absolute; + text-align: center; + top: 0; + width: 22px; +} + +.e-filemanager.e-rtl .e-treeview > .e-ul { + padding: 0 8px 0 0; +} + +.e-filemanager.e-rtl .e-toolbar .e-fe-grid { + display: inline-table; + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-splitter.e-splitter-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-filemanager.e-rtl .e-address .e-search-wrap { + float: left; + left: 0; + right: auto; +} + +.e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input { + margin: 0 24px 0 0; + padding: 0; +} + +.e-filemanager.e-rtl .e-address .e-addressbar-ul { + display: -ms-flexbox; + display: flex; +} + +.e-filemanager.e-rtl .e-address .e-addressbar-ul .e-icons::before { + display: inline-block; + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:first-child { + box-shadow: inset -1px 1px 0 0 #969696, inset -1px -1px 0 0 #969696; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child { + box-shadow: inset 1px 1px 0 0 #969696, inset 1px -1px 0 0 #969696; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox { + padding-left: 0; + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon { + padding-left: 0; + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell { + padding-left: 21px; + padding-right: 0; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name { + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon { + margin: 0 0 0 8px; +} + +.e-filemanager.e-rtl .e-large-icons .e-list-item { + float: right; +} + +.e-filemanager.e-rtl .e-fe-clone .e-fe-count { + margin-left: 0; + margin-right: -12px; +} + +.e-filemanager .e-upload { + border-bottom-width: 0; + border-top-width: 0; +} + +.e-filemanager .e-upload .e-file-select-wrap { + display: none; +} + +.e-filemanager .e-upload .e-icons.e-file-delete-btn { + display: none; +} + +.e-filemanager .e-upload .e-upload-actions { + border-bottom: 1px solid; +} + +.e-filemanager .e-layout-content { + position: relative; +} + +.e-filemanager .e-fe-overlay { + border: 3px dashed #ffd939; + bottom: 0; + display: block; + height: calc(100% - 34px); + pointer-events: none; + position: absolute; + visibility: hidden; + width: 100%; +} + +.e-filemanager .e-upload-drag-hover { + outline: none; +} + +.e-filemanager .e-upload-drag-hover .e-fe-overlay { + visibility: visible; +} + +.e-filemanager .e-dialog.e-popup.e-dlg-resizable { + min-height: 200px; +} + +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot, +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick { + font-size: 14px; +} + +.e-fe-popup.e-dlg-resizable .e-dlg-content { + overflow: hidden; +} + +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator { + margin: 0 0; +} + +.e-fe-popup.e-rtl .e-fe-grid { + display: inline-table; + transform: rotate(180deg); +} + +.e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons { + font-size: 20px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder { + padding-top: 0; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload { + padding-left: 0; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select { + padding-top: 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large { + padding: 4px 0 0 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid { + padding: 4px 2px 0 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename { + padding-left: 2px; + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut { + padding-left: 2px; + padding-top: 1px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons { + font-size: 20px; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort { + display: inline-block; + margin: 0; + width: 14px; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text { + display: none; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text { + display: none; +} + +.e-filemanager.e-fe-mobile .e-splitter .e-split-bar, +.e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar, +.e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar { + display: none; +} + +.e-filemanager.e-fe-mobile .e-address, +.e-bigger .e-filemanager.e-fe-mobile .e-address, +.e-filemanager.e-bigger.e-fe-mobile .e-address { + height: 40px; +} + +.e-filemanager.e-fe-mobile .e-address .e-addressbar-ul, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul { + height: 40px; +} + +.e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons { + font-size: 12px; +} + +.e-filemanager.e-fe-mobile .e-address .e-list-text, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text { + font-size: 15px; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap { + min-width: 47px; + width: auto; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group { + display: none; + height: 40px; + width: 100%; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon { + margin: 2px 8px 0; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input { + margin: -2px 0 0 24px; +} + +.e-filemanager.e-fe-mobile .e-address .e-fe-search, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search { + font-size: 20px; + margin: 3px 0; + right: 13px; +} + +.e-filemanager.e-fe-mobile .e-dialog td.e-fe-value, +.e-bigger .e-filemanager.e-fe-mobile .e-dialog td.e-fe-value, +.e-filemanager.e-bigger.e-fe-mobile .e-dialog td.e-fe-value { + white-space: unset; + word-break: break-word; +} + +.e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon { + height: 35px; + width: 35px; +} + +.e-filemanager.e-fe-mobile .e-grid .e-gridheader, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader { + display: none; +} + +.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell { + border-bottom: 1px solid; + border-bottom-color: #969696; +} + +.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox { + padding: 0; +} + +.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon { + padding-left: 10px; + padding-right: 10px; +} + +.e-filemanager.e-fe-mobile .e-grid .e-fe-text, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent { + padding: 0; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + display: inline-table; + height: 155px; + margin: 8px 8px; + width: 155px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper { + z-index: 1000; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text { + margin: 0 auto; + width: 110px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img { + margin: 11px auto; + max-height: 110px; + max-width: 110px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon { + height: 110px; + margin: 11px auto 0; + width: 110px; +} + +.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap { + margin: 0; + padding: 0; + position: absolute; + width: 100%; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input { + height: auto; + margin-left: 45px; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search { + left: 0; + margin-left: 8px; + margin-top: 3px; + width: 30px; +} + +.e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul { + visibility: hidden; +} + +.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input { + margin-right: 45px; +} + +.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search, +.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search, +.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search { + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon { + padding-right: 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn { + padding: 0; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + padding: 0; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + padding: 0; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + padding: 0; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret { + padding: 0 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret { + padding: 0 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons, +.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-filemanager .e-treeview > .e-ul, +.e-filemanager.e-bigger .e-treeview > .e-ul { + padding-left: 12px; +} + +.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow, +.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow { + height: 40px; +} + +.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text, +.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text { + height: 38px; + line-height: 38px; +} + +.e-bigger .e-filemanager .e-address, +.e-filemanager.e-bigger .e-address { + height: 42px; +} + +.e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu, +.e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu { + height: 29px; +} + +.e-bigger .e-filemanager .e-address .e-address-list-item, +.e-filemanager.e-bigger .e-address .e-address-list-item { + height: 30px; +} + +.e-bigger .e-filemanager .e-address .e-address-list-item .e-icons, +.e-filemanager.e-bigger .e-address .e-address-list-item .e-icons { + font-size: 12px; +} + +.e-bigger .e-filemanager .e-address .e-addressbar-ul, +.e-filemanager.e-bigger .e-address .e-addressbar-ul { + padding: 6px 12px; +} + +.e-bigger .e-filemanager .e-address .e-list-text, +.e-filemanager.e-bigger .e-address .e-list-text { + font-size: 15px; + line-height: 30px; + padding: 5px 4px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap, +.e-filemanager.e-bigger .e-address .e-search-wrap { + min-width: 51px; + padding: 3px 12px 0 12px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group { + height: 36px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus, +.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus { + padding: 0; +} + +.e-bigger .e-filemanager .e-address .e-fe-search, +.e-filemanager.e-bigger .e-address .e-fe-search { + margin: 7px 0; +} + +.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame, +.e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-headercell, +.e-filemanager.e-bigger .e-grid .e-headercell { + height: 36px; +} + +.e-bigger .e-filemanager .e-grid .e-headertext, +.e-filemanager.e-bigger .e-grid .e-headertext { + font-size: 15px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell { + font-size: 13px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text { + font-size: 14px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox { + padding-left: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon { + padding-left: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-fe-icon, +.e-filemanager.e-bigger .e-grid .e-fe-icon { + margin: 0 12px 0 0; +} + +.e-bigger .e-filemanager .e-grid .e-empty, +.e-filemanager.e-bigger .e-grid .e-empty { + min-width: 300px; +} + +.e-bigger .e-filemanager .e-grid .e-empty-content, +.e-filemanager.e-bigger .e-grid .e-empty-content { + font-size: 24px; + margin: 0 auto; + padding: 12px; + text-align: center; +} + +.e-bigger .e-filemanager .e-grid .e-empty-icon, +.e-filemanager.e-bigger .e-grid .e-empty-icon { + height: 92px; + margin: 0 auto; + width: 92px; +} + +.e-bigger .e-filemanager .e-grid .e-empty-inner-content, +.e-filemanager.e-bigger .e-grid .e-empty-inner-content { + font-size: 16px; + margin: 0 auto; + opacity: 0.5; + padding: 4px; + text-align: center; +} + +.e-bigger .e-filemanager .e-dialog .e-dlg-header-content, +.e-filemanager.e-bigger .e-dialog .e-dlg-header-content { + padding: 21px; +} + +.e-bigger .e-filemanager .e-dialog td, +.e-filemanager.e-bigger .e-dialog td { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 15px; + max-width: 205px; + min-width: 45px; + padding: 8px 30px 8px 0; +} + +.e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame, +.e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 16px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-parent, +.e-filemanager.e-bigger .e-large-icons .e-list-parent { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-item, +.e-filemanager.e-bigger .e-large-icons .e-list-item { + height: 106px; + margin: 12px 6px; + width: 100px; +} + +.e-bigger .e-filemanager .e-large-icons .e-text-content, +.e-filemanager.e-bigger .e-large-icons .e-text-content { + height: 100px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-text, +.e-filemanager.e-bigger .e-large-icons .e-list-text { + font-size: 14px; + padding: 4px 2px 2px; + width: 94px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-img, +.e-filemanager.e-bigger .e-large-icons .e-list-img { + max-height: 79px; + max-width: 94px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-icon, +.e-filemanager.e-bigger .e-large-icons .e-list-icon { + height: 52px; + margin: 11px auto; + width: 52px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty, +.e-filemanager.e-bigger .e-large-icons .e-empty { + min-width: 300px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-content, +.e-filemanager.e-bigger .e-large-icons .e-empty-content { + font-size: 24px; + margin: 0 auto; + padding: 12px; + text-align: center; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-icon, +.e-filemanager.e-bigger .e-large-icons .e-empty-icon { + height: 92px; + margin: 0 auto; + width: 92px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-inner-content, +.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content { + font-size: 16px; + margin: 0 auto; + opacity: 0.5; + padding: 4px; + text-align: center; +} + +.e-bigger .e-filemanager.e-rtl .e-treeview > .e-ul, +.e-filemanager.e-bigger.e-rtl .e-treeview > .e-ul { + padding: 0 12px 0 0; +} + +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox { + padding-right: 16px; +} + +.e-bigger .e-filemanager .e-fe-overlay, +.e-filemanager.e-bigger .e-fe-overlay { + height: calc(100% - 41px); +} + +@media (max-width: 469px) { + .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, + .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + min-width: 140px; + width: calc(50% - 17px); + } +} + +@media (min-width: 470px) and (max-width: 625px) { + .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, + .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + min-width: 140px; + width: calc(33.33% - 17px); + } +} + +.e-content-placeholder.e-filemanager.e-placeholder-filemanager { + height: 100%; + width: 100%; +} + +.e-filemanager { + background: #000; + border-color: #969696; +} + +.e-filemanager .e-toolbar { + border-bottom-color: #969696; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + background: #685708; + border-color: #ffd939; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + background: #685708; + border-color: #685708; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + background: #685708; + border-color: #685708; +} + +.e-filemanager .e-address { + border-bottom-color: #969696; +} + +.e-filemanager .e-address .e-icons { + color: #fff; +} + +.e-filemanager .e-address .e-list-text { + color: #ffd939; +} + +.e-filemanager .e-address .e-address-list-item { + color: #ffd939; +} + +.e-filemanager .e-address .e-address-list-item:focus .e-list-text { + background: #685708; + color: #fff; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text { + color: #fff; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover { + background: #685708; + color: #fff; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active { + background: #685708; + color: #fff; +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus { + background: #685708; + color: #fff; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) { + background: #000; + border-color: #969696; +} + +.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow { + border: #ffd939; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow { + border-color: #ffd939; +} + +.e-filemanager .e-grid .e-gridheader tr:first-child th { + background: #000; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover { + background: #685708; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover { + background: #000; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover { + background: #685708; +} + +.e-filemanager .e-grid td.e-active { + background-color: #ffd939; + color: #000; +} + +.e-filemanager .e-grid .e-checkbox-wrapper .e-icons.e-check { + background-color: #000; + color: #ffd939; +} + +.e-filemanager .e-grid.e-gridhover tr[role='row'].e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-filemanager .e-dialog td { + color: #fff; +} + +.e-filemanager .e-dialog td:first-child { + color: #fff; +} + +.e-filemanager .e-large-icons .e-list-img { + border-color: white; +} + +.e-filemanager .e-large-icons .e-active { + color: #000; +} + +.e-filemanager .e-large-icons .e-large-icon { + border-color: transparent; +} + +.e-filemanager .e-large-icons .e-large-icon.e-active { + background: #ffd939; + border-color: #ffd939; +} + +.e-filemanager .e-large-icons .e-large-icon.e-hover { + background: #685708; + border-color: #685708; +} + +.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover { + background: #ffd939; + border-color: #ffd939; +} + +.e-filemanager .e-large-icons .e-large-icon.e-focus { + border-color: #685708; +} + +.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder { + border-color: #ffd939; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check { + background-color: #000; + color: #ffd939; +} + +.e-filemanager .e-fe-error { + color: #ff6161; +} + +.e-filemanager .e-upload .e-upload-actions { + border-bottom-color: #969696; +} + +.e-filemanager .e-fe-clone .e-fe-content { + background-color: #ffd939; + border-color: none; + color: #fff; + color: #000; +} + +.e-filemanager .e-fe-clone .e-fe-count { + background-color: #000; + border-color: #fff; + color: #fff; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover { + background: transparent; + border-color: transparent; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus { + border-color: transparent; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active { + background: #ffd939; + border-color: #ffd939; +} + +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot, +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick { + color: #ff6161; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-treegrid .e-treegridexpand::before, +.e-treegrid .e-treegridcollapse::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-expand::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-collapse::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-indent::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-outdent::before { + content: ""; +} + +.e-bigger .e-treegrid .e-treegridexpand, +.e-bigger .e-treegrid .e-treegridcollapse { + height: 18px; + width: 18px; +} + +.e-bigger .e-treegrid .e-rowcell.e-treerowcell { + padding-left: 9px; +} + +.e-bigger .e-treegrid .e-hierarchycheckbox { + padding-left: 2px; +} + +.e-treegrid .e-treegridexpand::before, +.e-treegrid .e-treegridcollapse::before { + vertical-align: middle; +} + +.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container { + display: block; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell { + display: inline; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-treegrid .e-treegridexpand:hover::before, +.e-treegrid .e-treegridcollapse:hover::before { + color: #fff; +} + +.e-treegrid .e-rowcell.e-treerowcell { + padding-left: 5px; +} + +.e-treegrid .e-rtl .e-treegridcollapse { + transform: scale(-1); +} + +.e-treegrid .e-treegridexpand { + transform: rotate(90deg); +} + +.e-treegrid .e-treerowexpanded { + display: table-row; +} + +.e-treegrid .e-treerowcollapsed { + display: none; +} + +.e-treegrid .e-treecolumn-container span { + display: inline-block; + vertical-align: middle; +} + +.e-treegrid .e-treecolumn-container .e-hierarchycheckbox .e-frame { + height: 16px; +} + +.e-treegrid .e-checkselection .e-frozenheader .e-rowcell, +.e-treegrid .e-checkselection .e-movableheader .e-rowcell, +.e-treegrid .e-checkselection .e-frozencontent .e-rowcell, +.e-treegrid .e-checkselection .e-movablecontent .e-rowcell { + line-height: 21px; +} + +.e-treegrid .e-treegridexpand, +.e-treegrid .e-treegridcollapse { + color: #fff; + cursor: pointer; + font-size: 10px; + height: 16px; + text-align: center; + vertical-align: bottom; + width: 16px; +} + +.e-treegrid .e-treecell { + display: table-cell; + line-height: normal; +} + +.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container { + white-space: nowrap; +} + +.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container .e-treecell { + display: inline-block; + white-space: normal; + word-wrap: break-word; +} + +.e-treegrid .e-summarycell { + pointer-events: none; +} + +.e-treegrid.e-grid.e-print-grid-layout .e-icons { + display: inline-block; +} + +.e-treegrid .e-treecheckselect, +.e-treegrid .e-treeselectall { + margin: 0; + opacity: 0; + position: absolute; + width: 0; +} + +.e-treegrid .e-detailheadercell, +.e-treegrid .e-headercontent .e-table .e-detail-intent, +.e-treegrid .e-gridcontent .e-table .e-detail-intent, +.e-treegrid .e-table .e-detailrow .e-detailindentcell, +.e-treegrid .e-table .e-detailrowexpand, +.e-treegrid .e-table .e-detailrowcollapse, +.e-treegrid .e-filterbarcell.e-mastercell { + display: none; +} + +.e-treegrid .e-icons.e-errorelem { + display: inline-block; + padding-left: 10px; + vertical-align: middle; +} + +.e-treegrid .e-errorelem::before { + color: #e3165b; + content: '\e22a'; + transform: rotate(180deg); +} + +.e-treegrid .e-gridcontent td.e-childborder { + border-color: #ffd939; + border-width: 1px 0 0; + box-shadow: 0 1px 0 0 #ffd939; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-childborder.e-dragborder, +.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom.e-dragborder td.e-rowdragdrop.e-dropbottom.e-dragborder { + box-shadow: 0 1px 0 0 #ffd939; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-dragborder, +.e-treegrid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-treegrid .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 0 0 0; +} + +.e-treegrid .e-gridcontent td.e-childborder:first-child { + border-left: 1px solid #ffd939; + box-shadow: 0 1px 0 0 #ffd939; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-childborder:last-child { + border-right: 1px solid #ffd939; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder { + border-width: 1px 0; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:last-child { + border-right: 1px solid #ffd939; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:first-child { + border-left: 1px solid #ffd939; +} + +.e-treegrid .e-gridcontent td.e-dropbottom:first-child, +.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom, +.e-treegrid .e-gridcontent td.e-dropbottom { + box-shadow: 0 1px 0 0 #ffd939; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-droptop:first-child, +.e-treegrid .e-gridcontent td.e-rowcell.e-droptop { + border-top-color: #ffd939; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-dropbottom { + border-bottom-color: #ffd939; +} + +.e-treegrid .e-gridcontent td.e-rowdragdrop.e-droptop.e-dragborder { + box-shadow: 0 0 0 0; +} + +.e-treegrid .e-gridcontent .e-gridheader .e-firstrow-dragborder { + height: 1px; +} + +.e-treegrid .e-gridcontent .e-lastrow-dragborder { + height: 0; +} + +.e-treegrid .e-gridheader .e-firstrow-dragborder { + height: 0; +} + +.e-treegrid .e-droptop .e-lastrow-dragborder { + height: 0; +} + +.e-treegrid .e-treegrid-relative { + position: relative; +} + +.e-treegrid .e-gridheader .e-firstrow-dragborder tr:first-child.e-dropbottom { + height: 0; +} + +.e-treegrid .e-gridheader .e-firstrow-border, +.e-treegrid .e-gridcontent .e-lastrow-border { + background-color: #ffd939; + bottom: 0; + height: 1px; + position: absolute; + z-index: 1; +} + +.e-btn-group, +.e-css.e-btn-group { + display: -ms-inline-flexbox; + display: inline-flex; + border-radius: 0; + -ms-flex-direction: row; + flex-direction: row; + position: relative; +} + +.e-btn-group input:focus + label.e-btn, +.e-btn-group .e-btn:focus, +.e-btn-group .e-btn:hover, +.e-css.e-btn-group input:focus + label.e-btn, +.e-css.e-btn-group .e-btn:focus, +.e-css.e-btn-group .e-btn:hover { + z-index: 2; +} + +.e-btn-group input + label.e-btn, +.e-css.e-btn-group input + label.e-btn { + margin-bottom: 0; +} + +.e-btn-group input, +.e-css.e-btn-group input { + -moz-appearance: none; + height: 1px; + margin: 0 0 0 -1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-btn-group input:disabled + label.e-btn, +.e-btn-group :disabled, +.e-css.e-btn-group input:disabled + label.e-btn, +.e-css.e-btn-group :disabled { + cursor: default; + pointer-events: none; +} + +.e-btn-group .e-btn-icon, +.e-css.e-btn-group .e-btn-icon { + font-size: 14px; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn { + margin-left: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-btn, +.e-css.e-btn-group.e-rtl .e-btn { + margin-left: 0; +} + +.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-rtl .e-btn:first-of-type { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-rtl .e-btn:last-of-type { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-vertical, +.e-css.e-btn-group.e-vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-btn-group.e-vertical input, +.e-css.e-btn-group.e-vertical input { + margin: -1px 0 0; +} + +.e-btn-group.e-vertical .e-btn:not(.e-outline), +.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) { + margin-top: -1px; +} + +.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group.e-vertical .e-btn:first-of-type, +.e-css.e-btn-group.e-vertical .e-btn:first-of-type { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +.e-btn-group.e-vertical .e-btn:last-of-type, +.e-css.e-btn-group.e-vertical .e-btn:last-of-type { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl), +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) { + border-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl { + border-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-bigger .e-btn-group .e-btn-icon, +.e-bigger.e-btn-group .e-btn-icon, +.e-bigger .e-css.e-btn-group .e-btn-icon, +.e-bigger.e-css.e-btn-group .e-btn-icon { + font-size: 16px; +} + +.e-btn-group:not(.e-outline), +.e-css.e-btn-group:not(.e-outline) { + box-shadow: none; +} + +.e-btn-group .e-btn:hover, +.e-css.e-btn-group .e-btn:hover { + box-shadow: none; +} + +.e-btn-group .e-btn:focus, +.e-btn-group input:focus + label.e-btn, +.e-css.e-btn-group .e-btn:focus, +.e-css.e-btn-group input:focus + label.e-btn { + background-color: #000; + border-color: #fff; + color: #fff; + outline: #fff 1px solid; + outline-offset: 2px; + box-shadow: none; + box-shadow: none; + outline-color: none; + outline-offset: -4px; +} + +.e-btn-group .e-btn:focus.e-primary, +.e-btn-group input:focus + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:focus.e-primary, +.e-css.e-btn-group input:focus + label.e-btn.e-primary { + background-color: #ffd939; + border-color: #ffd939; + color: #000; + outline: #ffd939 1px solid; + box-shadow: none; + box-shadow: none; + outline-color: #000; +} + +.e-btn-group .e-btn:focus.e-success, +.e-btn-group input:focus + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:focus.e-success, +.e-css.e-btn-group input:focus + label.e-btn.e-success { + background-color: #166600; + border-color: #166600; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-info, +.e-btn-group input:focus + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:focus.e-info, +.e-css.e-btn-group input:focus + label.e-btn.e-info { + background-color: #0056b3; + border-color: #0056b3; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-warning, +.e-btn-group input:focus + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:focus.e-warning, +.e-css.e-btn-group input:focus + label.e-btn.e-warning { + background-color: #944000; + border-color: #944000; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-danger, +.e-btn-group input:focus + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:focus.e-danger, +.e-css.e-btn-group input:focus + label.e-btn.e-danger { + background-color: #b30900; + border-color: #b30900; + color: #fff; + box-shadow: none; + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-link, +.e-btn-group input:focus + label.e-btn.e-link, +.e-css.e-btn-group .e-btn:focus.e-link, +.e-css.e-btn-group input:focus + label.e-btn.e-link { + border-radius: 0; + text-decoration: underline; + color: #8a8aff; + background-color: transparent; + border-color: transparent; + box-shadow: none; + outline: none; +} + +.e-btn-group .e-btn:focus.e-outline, +.e-btn-group input:focus + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:focus.e-outline, +.e-css.e-btn-group input:focus + label.e-btn.e-outline { + background-color: #000; + border-color: #fff; + color: #fff; + box-shadow: none; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-primary, +.e-btn-group input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary { + background-color: #ffd939; + border-color: #ffd939; + color: #000; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-success, +.e-btn-group input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success { + background-color: #166600; + border-color: #166600; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-info, +.e-btn-group input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info { + background-color: #0056b3; + border-color: #0056b3; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-warning, +.e-btn-group input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning { + background-color: #944000; + border-color: #944000; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-danger, +.e-btn-group input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger { + background-color: #b30900; + border-color: #b30900; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active, +.e-btn-group input:active + label.e-btn, +.e-btn-group input:checked + label.e-btn, +.e-css.e-btn-group .e-btn:active, +.e-css.e-btn-group input:active + label.e-btn, +.e-css.e-btn-group input:checked + label.e-btn { + background-color: #ffd939; + border-color: #ffd939; + color: #000; + outline: #fff 0 solid; + outline-offset: 0; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-primary, +.e-btn-group input:active + label.e-btn.e-primary, +.e-btn-group input:checked + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:active.e-primary, +.e-css.e-btn-group input:active + label.e-btn.e-primary, +.e-css.e-btn-group input:checked + label.e-btn.e-primary { + background-color: #ffd939; + border-color: #ffd939; + color: #000; + outline: #fff 0 solid; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-success, +.e-btn-group input:active + label.e-btn.e-success, +.e-btn-group input:checked + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:active.e-success, +.e-css.e-btn-group input:active + label.e-btn.e-success, +.e-css.e-btn-group input:checked + label.e-btn.e-success { + background-color: #fff; + border-color: #fff; + color: #166600; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-info, +.e-btn-group input:active + label.e-btn.e-info, +.e-btn-group input:checked + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:active.e-info, +.e-css.e-btn-group input:active + label.e-btn.e-info, +.e-css.e-btn-group input:checked + label.e-btn.e-info { + background-color: #fff; + border-color: #fff; + color: #0056b3; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-warning, +.e-btn-group input:active + label.e-btn.e-warning, +.e-btn-group input:checked + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:active.e-warning, +.e-css.e-btn-group input:active + label.e-btn.e-warning, +.e-css.e-btn-group input:checked + label.e-btn.e-warning { + background-color: #fff; + border-color: #fff; + color: #944000; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-danger, +.e-btn-group input:active + label.e-btn.e-danger, +.e-btn-group input:checked + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:active.e-danger, +.e-css.e-btn-group input:active + label.e-btn.e-danger, +.e-css.e-btn-group input:checked + label.e-btn.e-danger { + background-color: #fff; + border-color: #fff; + color: #b30900; + box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline, +.e-btn-group input:active + label.e-btn.e-outline, +.e-btn-group input:checked + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:active.e-outline, +.e-css.e-btn-group input:active + label.e-btn.e-outline, +.e-css.e-btn-group input:checked + label.e-btn.e-outline { + background-color: #ffd939; + border-color: #ffd939; + box-shadow: none; + color: #000; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-primary, +.e-btn-group input:active + label.e-btn.e-outline.e-primary, +.e-btn-group input:checked + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:active.e-outline.e-primary, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary { + background-color: #ffd939; + border-color: #ffd939; + box-shadow: none; + color: #000; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-success, +.e-btn-group input:active + label.e-btn.e-outline.e-success, +.e-btn-group input:checked + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:active.e-outline.e-success, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success { + background-color: #fff; + border-color: #fff; + box-shadow: none; + color: #166600; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-info, +.e-btn-group input:active + label.e-btn.e-outline.e-info, +.e-btn-group input:checked + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:active.e-outline.e-info, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info { + background-color: #fff; + border-color: #fff; + box-shadow: none; + color: #0056b3; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-warning, +.e-btn-group input:active + label.e-btn.e-outline.e-warning, +.e-btn-group input:checked + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:active.e-outline.e-warning, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning { + background-color: #fff; + border-color: #fff; + box-shadow: none; + color: #944000; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-danger, +.e-btn-group input:active + label.e-btn.e-outline.e-danger, +.e-btn-group input:checked + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:active.e-outline.e-danger, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger { + background-color: #fff; + border-color: #fff; + box-shadow: none; + color: #b30900; + box-shadow: none; +} + +.e-btn-group .e-btn:disabled, +.e-btn-group input:disabled + label.e-btn, +.e-css.e-btn-group .e-btn:disabled, +.e-css.e-btn-group input:disabled + label.e-btn { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #fff; +} + +.e-btn-group .e-btn:disabled.e-primary, +.e-btn-group input:disabled + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:disabled.e-primary, +.e-css.e-btn-group input:disabled + label.e-btn.e-primary { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #ffd939; +} + +.e-btn-group .e-btn:disabled.e-success, +.e-btn-group input:disabled + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:disabled.e-success, +.e-css.e-btn-group input:disabled + label.e-btn.e-success { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #166600; +} + +.e-btn-group .e-btn:disabled.e-info, +.e-btn-group input:disabled + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:disabled.e-info, +.e-css.e-btn-group input:disabled + label.e-btn.e-info { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #0056b3; +} + +.e-btn-group .e-btn:disabled.e-warning, +.e-btn-group input:disabled + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:disabled.e-warning, +.e-css.e-btn-group input:disabled + label.e-btn.e-warning { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #944000; +} + +.e-btn-group .e-btn:disabled.e-danger, +.e-btn-group input:disabled + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:disabled.e-danger, +.e-css.e-btn-group input:disabled + label.e-btn.e-danger { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #b30900; +} + +.e-btn-group .e-btn:disabled.e-link, +.e-btn-group input:disabled + label.e-btn.e-link, +.e-css.e-btn-group .e-btn:disabled.e-link, +.e-css.e-btn-group input:disabled + label.e-btn.e-link { + color: #757575; + background-color: transparent; + box-shadow: none; + text-decoration: none; + border-color: transparent; +} + +.e-btn-group .e-btn:disabled.e-outline, +.e-btn-group input:disabled + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:disabled.e-outline, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #fff; +} + +.e-btn-group .e-btn:disabled.e-outline.e-primary, +.e-btn-group input:disabled + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #ffd939; +} + +.e-btn-group .e-btn:disabled.e-outline.e-success, +.e-btn-group input:disabled + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-success, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #166600; +} + +.e-btn-group .e-btn:disabled.e-outline.e-info, +.e-btn-group input:disabled + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-info, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #0056b3; +} + +.e-btn-group .e-btn:disabled.e-outline.e-warning, +.e-btn-group input:disabled + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #944000; +} + +.e-btn-group .e-btn:disabled.e-outline.e-danger, +.e-btn-group input:disabled + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger { + background-color: #000; + border-color: #757575; + box-shadow: none; + color: #757575; + border-color: #b30900; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type) { + border-left: transparent; + border-right: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type { + border-right: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type { + border-left: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:not(:first-of-type):not(:last-of-type) { + border-bottom: transparent; + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:first-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:first-of-type { + border-bottom: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:last-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:last-of-type { + border-top: transparent; +} + +.e-btn-group .e-btn:hover, +.e-css.e-btn-group .e-btn:hover { + border-color: #fff; +} + +.e-btn-group .e-btn:hover.e-primary, +.e-css.e-btn-group .e-btn:hover.e-primary { + border-color: #ffd939; +} + +.e-btn-group .e-btn:hover.e-success, +.e-css.e-btn-group .e-btn:hover.e-success { + border-color: #166600; +} + +.e-btn-group .e-btn:hover.e-info, +.e-css.e-btn-group .e-btn:hover.e-info { + border-color: #0056b3; +} + +.e-btn-group .e-btn:hover.e-warning, +.e-css.e-btn-group .e-btn:hover.e-warning { + border-color: #944000; +} + +.e-btn-group .e-btn:hover.e-danger, +.e-css.e-btn-group .e-btn:hover.e-danger { + border-color: #b30900; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) { + border-left: transparent; + border-right: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type { + border-right: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type { + border-left: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline { + border-color: #fff; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary { + border-color: transparent; + outline-color: #000; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success { + border-color: transparent; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info { + border-color: transparent; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning { + border-color: transparent; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) { + border-bottom: transparent; + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type { + border-bottom: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type { + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline { + border-color: #fff; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary { + border-color: transparent; + outline-color: #000; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) { + border-left: transparent; + border-right: transparent; +} + +.e-btn-group.e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-rtl .e-btn:first-of-type { + border-left: transparent; +} + +.e-btn-group.e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-rtl .e-btn:last-of-type { + border-right: transparent; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! Progress Button Layout */ +.e-progress-btn { + position: relative; +} + +.e-progress-btn .e-progress { + height: 100%; + left: 0; + opacity: 0; + position: absolute; + top: 0; + transition: opacity .3s linear; +} + +.e-progress-btn .e-spinner { + transition: all 0.3s linear; +} + +.e-progress-btn .e-btn-content { + display: inline-block; + position: relative; + z-index: 1; +} + +.e-progress-btn.e-vertical .e-progress { + bottom: 0; + height: 0%; + top: auto; + width: 100%; +} + +.e-progress-btn.e-progress-top .e-progress { + height: 10%; +} + +.e-progress-btn.e-progress-bottom .e-progress { + bottom: -1px; + height: 10%; + top: auto; +} + +.e-progress-btn.e-progress-active { + overflow: hidden; +} + +.e-progress-btn.e-progress-active .e-progress { + opacity: 1; +} + +.e-progress-btn.e-progress-active .e-animate-end { + opacity: 0; +} + +.e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom { + transition: padding .3s linear; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content, +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-btn-content, +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + display: block; + line-height: 1; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner { + padding-right: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner .e-spinner-inner { + top: -1px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 12px; + padding-right: 0; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner { + padding-left: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner .e-spinner-inner { + top: -1px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top { + padding-bottom: 20px; + padding-top: 20px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner { + padding-bottom: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom { + padding-bottom: 20px; + padding-top: 20px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + padding-top: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner { + padding-right: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 10px; + padding-right: 0; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner { + padding-left: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner { + padding-bottom: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner { + padding-top: 10px; +} + +.e-progress-btn.e-round-corner { + border-radius: 5em; + outline: none; + overflow: hidden; +} + +.e-progress-btn.e-rtl .e-progress { + left: auto; + right: 0; +} + +.e-progress-btn.e-rtl.e-vertical .e-progress { + bottom: auto; + top: 0; +} + +.e-progress-btn .e-spinner-pane { + height: auto; + position: relative; + width: auto; +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner { + left: auto; + position: relative; + top: auto; + transform: none; +} + +.e-progress-btn .e-cont-animate { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +@keyframes ProgressSlideLeft { + from { + left: 0%; + opacity: 1; + } + to { + left: -100%; + opacity: 0; + } +} + +@keyframes ProgressSlideRight { + from { + left: 0%; + opacity: 1; + } + to { + left: 100%; + opacity: 0; + } +} + +@keyframes ProgressSlideUp { + from { + height: auto; + opacity: 1; + top: 0; + } + to { + height: auto; + opacity: 0; + top: -100px; + } +} + +@keyframes ProgressSlideDown { + from { + height: auto; + opacity: 1; + top: 0; + } + to { + height: auto; + opacity: 0; + top: 100px; + } +} + +@keyframes ProgressZoomIn { + from { + opacity: 1; + transform: translate(0, 0) scale(1); + } + to { + opacity: 0; + transform: translate(0, 0) scale(3); + } +} + +@keyframes ProgressZoomOut { + from { + transform: translate(0, 0) scale(1); + } + to { + transform: translate(0, 0) scale(0); + } +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner { + padding-right: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 14px; + padding-right: 0; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner { + padding-left: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top { + padding-bottom: 24px; + padding-top: 24px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner { + padding-bottom: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom { + padding-bottom: 24px; + padding-top: 24px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + padding-top: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner { + padding-right: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner { + padding-left: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top { + padding-bottom: 22px; + padding-top: 22px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner { + padding-bottom: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom { + padding-bottom: 22px; + padding-top: 22px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner { + padding-top: 12px; +} + +/*! Progress Button Theme */ +.e-progress-btn .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #000; + stroke: #000; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: transparent; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #000; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #000; + stroke: #000; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: transparent; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #000; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 255, 255, 0); +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg { + fill: #ffd939; + stroke: #ffd939; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(255, 217, 57, 0); +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #ffd939; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg { + fill: #166600; + stroke: #166600; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(22, 102, 0, 0); +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #166600; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg { + fill: #0056b3; + stroke: #0056b3; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(0, 86, 179, 0); +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #0056b3; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg { + fill: #944000; + stroke: #944000; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(148, 64, 0, 0); +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #944000; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg { + fill: #b30900; + stroke: #b30900; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(179, 9, 0, 0); +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #b30900; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg { + fill: #8a8aff; + stroke: #8a8aff; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(138, 138, 255, 0); +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #8a8aff; +} + +.e-progress { + background-color: rgba(255, 255, 255, 0.3); +} + +.e-primary .e-progress, +.e-success .e-progress, +.e-danger .e-progress, +.e-info .e-progress { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-warning .e-progress { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-flat.e-primary .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-flat.e-success .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-flat.e-info .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-flat.e-warning .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-flat.e-danger .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-outline:not(:focus).e-primary .e-progress { + background-color: rgba(255, 217, 57, 0.2); +} + +.e-outline:not(:focus).e-success .e-progress { + background-color: rgba(22, 102, 0, 0.2); +} + +.e-outline:not(:focus).e-info .e-progress { + background-color: rgba(0, 86, 179, 0.2); +} + +.e-outline:not(:focus).e-warning .e-progress { + background-color: rgba(148, 64, 0, 0.2); +} + +.e-outline:not(:focus).e-danger .e-progress { + background-color: rgba(179, 9, 0, 0.2); +} + +/*! component's theme wise override definitions and variables */ +/*! richtexteditor icons */ +.e-rte-toolbar .e-alignments::before, +.e-rte-dropdown-popup .e-alignments::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-justify-left::before, +.e-rte-dropdown-popup .e-justify-left::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-justify-center::before, +.e-rte-dropdown-popup .e-justify-center::before { + content: '\e35e'; +} + +.e-rte-toolbar .e-justify-right::before, +.e-rte-dropdown-popup .e-justify-right::before { + content: '\e34d'; +} + +.e-rte-toolbar .e-justify-full::before, +.e-rte-dropdown-popup .e-justify-full::before { + content: '\e334'; +} + +.e-rte-toolbar .e-font-name::before, +.e-rte-dropdown-popup .e-font-name::before { + content: '\e35f'; +} + +.e-rte-toolbar .e-font-color::before, +.e-rte-dropdown-popup .e-font-color::before { + content: '\e34c'; +} + +.e-rte-toolbar .e-background-color::before, +.e-rte-dropdown-popup .e-background-color::before { + content: '\e35c'; +} + +.e-rte-toolbar .e-bold::before, +.e-rte-dropdown-popup .e-bold::before { + content: '\e339'; +} + +.e-rte-toolbar .e-italic::before, +.e-rte-dropdown-popup .e-italic::before { + content: '\e35a'; +} + +.e-rte-toolbar .e-underline::before, +.e-rte-dropdown-popup .e-underline::before { + content: '\e343'; +} + +.e-rte-toolbar .e-strike-through::before, +.e-rte-dropdown-popup .e-strike-through::before { + content: '\e332'; +} + +.e-rte-toolbar .e-clear-format::before, +.e-rte-dropdown-popup .e-clear-format::before { + content: '\e331'; +} + +.e-rte-toolbar .e-clear-all::before, +.e-rte-dropdown-popup .e-clear-all::before { + content: '\e340'; +} + +.e-rte-toolbar .e-cut::before, +.e-rte-dropdown-popup .e-cut::before { + content: '\e33b'; +} + +.e-rte-toolbar .e-copy::before, +.e-rte-dropdown-popup .e-copy::before { + content: '\e33d'; +} + +.e-rte-toolbar .e-paste::before, +.e-rte-dropdown-popup .e-paste::before { + content: '\e355'; +} + +.e-rte-toolbar .e-unorder-list::before, +.e-rte-dropdown-popup .e-unorder-list::before { + content: '\e344'; +} + +.e-rte-toolbar .e-order-list::before, +.e-rte-dropdown-popup .e-order-list::before { + content: '\e346'; +} + +.e-rte-toolbar .e-indent::before, +.e-rte-dropdown-popup .e-indent::before { + content: '\e33f'; +} + +.e-rte-toolbar .e-outdent::before, +.e-rte-dropdown-popup .e-outdent::before { + content: '\e35d'; +} + +.e-rte-toolbar .e-undo::before, +.e-rte-dropdown-popup .e-undo::before { + content: '\e341'; +} + +.e-rte-toolbar .e-redo::before, +.e-rte-dropdown-popup .e-redo::before { + content: '\e354'; +} + +.e-rte-toolbar .e-super-script::before, +.e-rte-dropdown-popup .e-super-script::before { + content: '\e352'; +} + +.e-rte-toolbar .e-sub-script::before, +.e-rte-dropdown-popup .e-sub-script::before { + content: '\e357'; +} + +.e-rte-toolbar .e-create-link::before, +.e-rte-dropdown-popup .e-create-link::before { + content: '\e34e'; +} + +.e-rte-toolbar .e-open-link::before, +.e-rte-dropdown-popup .e-open-link::before { + content: '\e34a'; +} + +.e-rte-toolbar .e-edit-link::before, +.e-rte-dropdown-popup .e-edit-link::before { + content: '\e338'; +} + +.e-rte-toolbar .e-remove-link::before, +.e-rte-dropdown-popup .e-remove-link::before { + content: '\e348'; +} + +.e-rte-toolbar .e-image::before, +.e-rte-dropdown-popup .e-image::before { + content: '\e335'; +} + +.e-rte-toolbar .e-replace::before, +.e-rte-dropdown-popup .e-replace::before { + content: '\e359'; +} + +.e-rte-toolbar .e-align::before, +.e-rte-dropdown-popup .e-align::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-caption::before, +.e-rte-dropdown-popup .e-caption::before { + content: '\e35b'; +} + +.e-rte-toolbar .e-remove::before, +.e-rte-dropdown-popup .e-remove::before { + content: '\e33e'; +} + +.e-rte-toolbar .e-insert-link::before, +.e-rte-dropdown-popup .e-insert-link::before { + content: '\e34e'; +} + +.e-rte-toolbar .e-display::before, +.e-rte-dropdown-popup .e-display::before { + content: '\e358'; +} + +.e-rte-toolbar .e-alt-text::before, +.e-rte-dropdown-popup .e-alt-text::before { + content: '\e33c'; +} + +.e-rte-toolbar .e-dimension::before, +.e-rte-dropdown-popup .e-dimension::before { + content: '\e336'; +} + +.e-rte-toolbar .e-maximize::before, +.e-rte-dropdown-popup .e-maximize::before { + content: '\e342'; +} + +.e-rte-toolbar .e-minimize::before, +.e-rte-dropdown-popup .e-minimize::before { + content: '\e337'; +} + +.e-rte-toolbar .e-zoom-in::before, +.e-rte-dropdown-popup .e-zoom-in::before { + content: '\e349'; +} + +.e-rte-toolbar .e-zoom-out::before, +.e-rte-dropdown-popup .e-zoom-out::before { + content: '\e351'; +} + +.e-rte-toolbar .e-lower-case::before, +.e-rte-dropdown-popup .e-lower-case::before { + content: '\e347'; +} + +.e-rte-toolbar .e-upper-case::before, +.e-rte-dropdown-popup .e-upper-case::before { + content: '\e333'; +} + +.e-rte-toolbar .e-print::before, +.e-rte-dropdown-popup .e-print::before { + content: '\e34b'; +} + +.e-rte-toolbar .e-formats::before, +.e-rte-dropdown-popup .e-formats::before { + content: '\e353'; +} + +.e-rte-toolbar .e-source-code::before, +.e-rte-dropdown-popup .e-source-code::before { + content: '\e350'; +} + +.e-rte-toolbar .e-preview::before, +.e-rte-dropdown-popup .e-preview::before { + content: '\e345'; +} + +.e-rte-toolbar .e-view-side::before, +.e-rte-dropdown-popup .e-view-side::before { + content: '\e34f'; +} + +.e-rte-toolbar .e-insert-code::before, +.e-rte-dropdown-popup .e-insert-code::before { + content: '\e356'; +} + +.e-rte-toolbar .e-table-header::before, +.e-rte-dropdown-popup .e-table-header::before { + content: '\eb03'; +} + +.e-rte-toolbar .e-table-remove::before, +.e-rte-dropdown-popup .e-table-remove::before { + content: '\eb00'; +} + +.e-rte-toolbar .e-table-rows::before, +.e-rte-dropdown-popup .e-table-rows::before { + content: '\eb02'; +} + +.e-rte-toolbar .e-table-columns::before, +.e-rte-dropdown-popup .e-table-columns::before { + content: '\ea9e'; +} + +.e-rte-toolbar .e-table-cell-ver-align::before, +.e-rte-dropdown-popup .e-table-cell-ver-align::before { + content: '\ea9b'; +} + +.e-rte-toolbar .e-table-edit-properties::before, +.e-rte-dropdown-popup .e-table-edit-properties::before { + content: '\ea9a'; +} + +.e-rte-toolbar .e-create-table::before, +.e-rte-dropdown-popup .e-create-table::before { + content: '\e705'; +} + +.e-rte-toolbar .e-align-bottom::before, +.e-rte-dropdown-popup .e-align-bottom::before { + content: '\ea91'; +} + +.e-rte-toolbar .e-align-middle::before, +.e-rte-dropdown-popup .e-align-middle::before { + content: '\ea94'; +} + +.e-rte-toolbar .e-align-top::before, +.e-rte-dropdown-popup .e-align-top::before { + content: '\ea98'; +} + +.e-rte-toolbar .e-insert-column-left::before, +.e-rte-dropdown-popup .e-insert-column-left::before { + content: '\ea97'; +} + +.e-rte-toolbar .e-insert-column-right::before, +.e-rte-dropdown-popup .e-insert-column-right::before { + content: '\ea99'; +} + +.e-rte-toolbar .e-delete-column::before, +.e-rte-dropdown-popup .e-delete-column::before { + content: '\ea95'; +} + +.e-rte-toolbar .e-insert-row-before::before, +.e-rte-dropdown-popup .e-insert-row-before::before { + content: '\ea92'; +} + +.e-rte-toolbar .e-insert-row-after::before, +.e-rte-dropdown-popup .e-insert-row-after::before { + content: '\ea93'; +} + +.e-rte-toolbar .e-delete-row::before, +.e-rte-dropdown-popup .e-delete-row::before { + content: '\ea96'; +} + +.e-rte-toolbar .e-style::before, +.e-rte-dropdown-popup .e-style::before { + content: '\ea9f'; +} + +.e-richtexteditor .e-south-east::before, +.e-richtexteditor .e-south-west::before { + content: '\eb06'; +} + +/*! tab layout */ +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 1px; +} + +.e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended { + padding-left: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before { + top: -20px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn { + padding-left: 10px; + padding-right: 6px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active { + padding-left: 10px; + padding-right: 6px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn { + padding: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content { + line-height: 35px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret { + font-size: 12px; +} + +.e-richtexteditor { + color: #fff; + display: block; + position: relative; +} + +.e-richtexteditor textarea.e-content { + border: 0; + display: block; + height: 100%; + margin: 0; + outline: 0; + padding: 8px; + resize: none; + width: 100%; +} + +.e-richtexteditor .e-rte-hidden { + border: 0; + display: block; + height: 0; + margin: 0; + outline: 0; + padding: 0; + resize: none; + visibility: hidden; + width: 0; +} + +.e-richtexteditor.e-disabled { + pointer-events: none; +} + +.e-richtexteditor.e-rte-full-screen { + bottom: 0; + height: 100% !important; + left: 0; + position: fixed; + right: 0; + top: 0; + width: 100% !important; + z-index: 999; +} + +.e-richtexteditor.e-rtl .e-rte-character-count { + left: 0; + padding-left: 30px; + padding-right: unset; + right: unset; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 5px; +} + +.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 5px; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow { + margin-left: 0; + margin-right: 0; + overflow-x: auto; + white-space: nowrap; + width: 100%; +} + +.e-richtexteditor .e-rte-toolbar, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar { + z-index: 101; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended { + margin-left: 0; + padding-left: 5px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child { + min-width: 72px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child { + min-width: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child { + min-width: 37px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn { + padding-left: 8px; + padding-right: 5.5px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active { + padding-left: 8px; + padding-right: 5.5px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before { + font-size: 12px; + position: relative; + top: -18px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before { + font-size: 13px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before { + display: inline; + font-size: 14px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content { + line-height: 25px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn { + padding: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'], +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] { + box-sizing: border-box; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible { + display: block; + visibility: hidden; +} + +.e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed { + top: 0; + transform: translate3d(0, 0, 0); +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) { + bottom: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed { + display: none; + left: 0; + position: fixed; + right: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show { + display: block; + z-index: 101; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float { + position: fixed; + top: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float { + position: absolute; +} + +.e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret { + font-size: 12px; +} + +.e-richtexteditor .rte-placeholder { + color: #fff; + line-height: 15px; + opacity: 00.54; + overflow: hidden; + position: absolute; + text-align: start; + top: 0; + z-index: 1; +} + +.e-richtexteditor .e-rte-content { + position: relative; + z-index: 1; +} + +.e-richtexteditor .e-rte-content, +.e-richtexteditor .e-source-content { + -webkit-overflow-scrolling: touch; + overflow: auto; + transition: 100ms ease-out; + width: 100%; +} + +.e-richtexteditor .e-rte-content .e-content, +.e-richtexteditor .e-source-content .e-content { + background: unset; + box-sizing: border-box; + height: 100%; + min-height: 100px; + outline: 0 solid transparent; + overflow-x: auto; + padding: 16px; + position: relative; + text-align: inherit; + z-index: 2; +} + +@media screen and (min-width: 992px) { + .e-richtexteditor .e-rte-content .e-content, + .e-richtexteditor .e-source-content .e-content { + font-size: 14px; + } +} + +.e-richtexteditor .e-rte-content .e-content p, +.e-richtexteditor .e-source-content .e-content p { + margin: 0 0 10px; + margin-bottom: 10px; +} + +.e-richtexteditor .e-rte-content .e-content li, +.e-richtexteditor .e-source-content .e-content li { + margin-bottom: 10px; +} + +.e-richtexteditor .e-rte-content .e-content h1, +.e-richtexteditor .e-source-content .e-content h1 { + font-size: 2.17em; + font-weight: 400; + line-height: 1; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h2, +.e-richtexteditor .e-source-content .e-content h2 { + font-size: 1.74em; + font-weight: 400; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h3, +.e-richtexteditor .e-source-content .e-content h3 { + font-size: 1.31em; + font-weight: 400; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h4, +.e-richtexteditor .e-source-content .e-content h4 { + font-size: 1em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content h5, +.e-richtexteditor .e-source-content .e-content h5 { + font-size: 00.8em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content h6, +.e-richtexteditor .e-source-content .e-content h6 { + font-size: 00.65em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content blockquote, +.e-richtexteditor .e-source-content .e-content blockquote { + margin: 10px 0; + margin-left: 0; + padding-left: 5px; +} + +.e-richtexteditor .e-rte-content .e-content pre, +.e-richtexteditor .e-source-content .e-content pre { + background-color: inherit; + border: 0; + border-radius: 0; + color: #fff; + font-size: inherit; + line-height: inherit; + margin: 0 0 10px; + overflow: visible; + padding: 0; + white-space: pre-wrap; + word-break: inherit; + word-wrap: break-word; +} + +.e-richtexteditor .e-rte-content .e-content strong, +.e-richtexteditor .e-rte-content .e-content b, +.e-richtexteditor .e-source-content .e-content strong, +.e-richtexteditor .e-source-content .e-content b { + font-weight: 700; +} + +.e-richtexteditor .e-rte-content .e-content a, +.e-richtexteditor .e-source-content .e-content a { + text-decoration: none; + -webkit-user-select: auto; + -ms-user-select: auto; + user-select: auto; +} + +.e-richtexteditor .e-rte-content .e-content a:hover, +.e-richtexteditor .e-source-content .e-content a:hover { + text-decoration: underline; +} + +.e-richtexteditor .e-rte-content .e-content p:last-child, +.e-richtexteditor .e-rte-content .e-content pre:last-child, +.e-richtexteditor .e-rte-content .e-content blockquote:last-child, +.e-richtexteditor .e-source-content .e-content p:last-child, +.e-richtexteditor .e-source-content .e-content pre:last-child, +.e-richtexteditor .e-source-content .e-content blockquote:last-child { + margin-bottom: 0; +} + +.e-richtexteditor .e-rte-content .e-content h3 + h4, +.e-richtexteditor .e-rte-content .e-content h4 + h5, +.e-richtexteditor .e-rte-content .e-content h5 + h6, +.e-richtexteditor .e-source-content .e-content h3 + h4, +.e-richtexteditor .e-source-content .e-content h4 + h5, +.e-richtexteditor .e-source-content .e-content h5 + h6 { + margin-top: 00.6em; +} + +.e-richtexteditor .e-rte-content .e-content ul:last-child, +.e-richtexteditor .e-source-content .e-content ul:last-child { + margin-bottom: 0; +} + +.e-richtexteditor .e-rte-character-count { + bottom: 0; + color: #fff; + font-family: 'Times New Roman', Georgia, Serif; + font-size: 14px; + opacity: 00.54; + padding-bottom: 2px; + padding-right: 30px; + position: absolute; + right: 0; + z-index: 100; +} + +.e-richtexteditor .e-rte-character-count.e-warning { + color: #ffb74d; + opacity: unset; +} + +.e-richtexteditor .e-rte-character-count.e-error { + color: #c62828; + opacity: unset; +} + +.e-richtexteditor .e-rte-srctextarea { + background-color: transparent; + border: 0; + color: #fff; + display: block; + height: 100%; + line-height: 22px; + min-height: 200px; + overflow: auto; + padding: 16px; + resize: none; + transition: 100ms ease-out; + width: 100%; +} + +.e-richtexteditor img::selection { + background: transparent; + color: transparent; +} + +.e-richtexteditor .e-resize-handle { + height: 15px; + position: absolute; + width: 15px; +} + +.e-richtexteditor .e-resize-handle.e-south-east { + bottom: 0; + cursor: nwse-resize; + right: 0; + z-index: 100; +} + +.e-rte-linkcontent .e-rte-label { + padding-top: 20px; +} + +.e-rte-label label { + font-weight: normal; +} + +.e-rte-linkcontent .e-rte-label:first-child { + padding-top: 0; +} + +.e-bigger .e-rte-dropdown-popup ul { + min-width: 84px; +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-inline-dropdown ul { + padding: 7px 0; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown ul li.e-item { + height: 34px; + line-height: 34px; + padding: 0 6.5px; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown ul .e-item .e-menu-icon { + float: none; + } +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup { + max-height: 280px; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup ul { + display: -ms-inline-flexbox; + display: inline-flex; + } +} + +.e-rte-dropdown-popup ul { + min-width: 82px; +} + +.e-rte-dropdown-popup ul .e-item .e-menu-icon { + margin: 0 6px; + width: auto; +} + +.e-rte-dropdown-popup ul .e-item.e-h1 { + font-size: 2em; + font-weight: bold; + height: 40px; + line-height: 40px; +} + +.e-rte-dropdown-popup ul .e-item.e-h2 { + font-size: 1.5em; + font-weight: bold; + height: 40px; + line-height: 40px; +} + +.e-rte-dropdown-popup ul .e-item.e-h3 { + font-size: 1.16em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h4 { + font-size: 1em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h5 { + font-size: .83em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h6 { + font-size: .7em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-segoe-ui { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-arial { + font-family: Arial, Helvetica, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-courier-new { + font-family: Courier New, Courier, monospace; +} + +.e-rte-dropdown-popup ul .e-item.e-georgia { + font-family: Georgia, 'Times New Roman', Times, serif; +} + +.e-rte-dropdown-popup ul .e-item.e-helvetica-neue { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-impact { + font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-lucida-console { + font-family: Lucida Console, Monaco, monospace; +} + +.e-rte-dropdown-popup ul .e-item.e-tahoma { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-times-new-roman { + font-family: 'Times New Roman', Times, serif; +} + +.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms { + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-verdana { + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-roboto { + font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif; +} + +.e-rte-dropdown-popup.e-rte-dropdown-icons ul { + min-width: auto; +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-dropdown-icons ul { + min-width: 30px; + } +} + +.e-rte-content .e-content .e-imgbreak { + border: 0; + cursor: pointer; + display: block; + float: none; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-rte-image { + border: 0; + cursor: pointer; + display: ''; + float: none; + margin: auto; + max-width: 100%; + position: relative; +} + +.e-rte-content .e-content .e-imginline { + display: inline-block; + float: none; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); + vertical-align: bottom; +} + +.e-rte-content .e-content .e-imgcenter { + cursor: pointer; + display: block; + float: none; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-rte-content .e-content .e-imgleft { + float: left; + margin: 0 5px 0 0; + text-align: left; +} + +.e-rte-content .e-content .e-imgright { + float: right; + margin: 0 0 0 5px; + text-align: right; +} + +.e-rte-img-popup .e-item { + height: 106px; + width: 300px; +} + +.e-richtexteditor .e-content .e-img-caption { + display: inline-block; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-richtexteditor .e-img-caption.e-caption-inline { + display: inline-block; + margin: 5px auto; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); + position: relative; + text-align: center; + vertical-align: bottom; +} + +.e-richtexteditor .e-img-caption.e-caption-inline.e-imgcenter { + display: block; +} + +.e-richtexteditor .e-img-caption.e-imgcenter { + display: block; +} + +.e-richtexteditor .e-img-inner { + box-sizing: border-box; + display: block; + font-size: 16px; + font-weight: initial; + margin: auto; + opacity: .9; + position: relative; + text-align: center; + width: 100%; +} + +.e-richtexteditor .e-content .e-img-wrap { + display: inline-block; + margin: auto; + padding: 0; + width: 100%; +} + +.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgright, +.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgleft { + float: none; + margin: 0; +} + +.e-richtexteditor .e-linkheader { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + opacity: .87; + padding-bottom: 20px; + padding-top: 20px; +} + +.e-richtexteditor .e-rte-img-dialog .e-rte-label { + padding-top: 20px; +} + +.e-richtexteditor .e-rte-img-dialog .e-rte-label:first-child { + padding-top: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons { + margin-top: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list { + border-bottom: 0 solid transparent; + min-height: initial; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files { + border-top: 0 solid transparent; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap { + display: none; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload { + border: 0 solid transparent; + float: none; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn { + display: block; + height: 36px; + margin: -50px auto; + padding: 0 18px; +} + +.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn { + display: none; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea { + line-height: 10; + min-height: 50px; + position: relative; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text { + display: inline-block; + line-height: normal; +} + +.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea { + line-height: 4; +} + +.e-richtexteditor .e-rte-inline-dropdown ul { + max-height: 200px; + overflow-y: auto; +} + +.e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul { + max-height: 280px; + overflow-y: auto; +} + +.e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul { + max-height: 360px; + overflow-y: auto; +} + +.e-richtexteditor .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown, +.e-richtexteditor .e-rte-inline-dropdown.e-rte-fontcolor-dropdown { + line-height: 0; +} + +.e-richtexteditor .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements { + border-bottom-style: solid; + border-bottom-width: 3px; + line-height: 2.25; + padding-bottom: 1px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open { + border-radius: 0; + box-shadow: 0 3px 8px 0 rgba(191, 191, 191, 0.26); + font-size: 14px; + font-weight: normal; + min-width: 120px; + overflow: hidden; + padding: 10px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell { + border: 1px solid #fff; + display: inline-block; + height: 14px; + margin: 1px; + overflow: hidden; + vertical-align: top; + width: 14px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row { + height: 16px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn { + width: 100%; +} + +.e-richtexteditor .e-rte-edit-table .e-rte-field { + padding-top: 20px; +} + +.e-richtexteditor .e-rte-edit-table .e-rte-field:first-child { + padding-top: 0; +} + +.e-richtexteditor .e-rte-content .e-content table { + border-collapse: collapse; + empty-cells: show; +} + +.e-richtexteditor .e-rte-content .e-content table td, +.e-richtexteditor .e-rte-content .e-content table th { + border: 1px solid #bdbdbd; + height: 20px; + min-width: 20px; + padding: 2px 5px; + vertical-align: middle; +} + +.e-richtexteditor .e-rte-content .e-content table.e-dashed-border td, +.e-richtexteditor .e-rte-content .e-content table.e-dashed-border th { + border-style: dashed; +} + +.e-richtexteditor .e-rte-content .e-content table td.e-cell-select, +.e-richtexteditor .e-rte-content .e-content table th.e-cell-select { + border: 1px double #0478d7; + height: 24.67px; +} + +.e-richtexteditor span.e-table-box { + cursor: nwse-resize; + display: block; + height: 10px; + position: absolute; + width: 10px; +} + +.e-richtexteditor span.e-table-box.e-rmob { + height: 14px; + width: 14px; +} + +.e-richtexteditor .e-row-resize, +.e-richtexteditor .e-column-resize { + background-color: transparent; + background-repeat: repeat; + bottom: 0; + cursor: col-resize; + height: 1px; + overflow: visible; + position: absolute; + width: 1px; +} + +.e-richtexteditor .e-row-resize { + cursor: row-resize; + height: 1px; +} + +.e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-right: 50px; +} + +.e-richtexteditor .e-rte-upload-popup { + width: 250px; +} + +.e-richtexteditor .e-rte-dialog-upload .e-upload-files { + border-top: 0; +} + +.e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list { + border-bottom: 0; +} + +.e-richtexteditor.e-rte-readonly .e-rte-toolbar { + pointer-events: none; +} + +.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette, +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette { + padding: 0; +} + +.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn { + padding: 5px; +} + +.e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, .e-bigger +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn { + padding: 5px; +} + +.e-rte-quick-popup { + border-radius: 2px; + overflow: hidden; +} + +.e-rte-quick-popup .e-rte-quick-toolbar { + border-radius: 2px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow { + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow { + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) { + border-radius: 2px; + margin: 0 6px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator { + display: block; + height: 1px; + margin: 0; + min-height: 1px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item { + margin: 0 6px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 6px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) { + line-height: 20px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons { + min-width: 20px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover { + min-height: 26px; + min-width: 27px; + padding: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons::before { + display: inline; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret { + font-size: 10px; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn { + line-height: 24px; + margin: 4px 0; + padding: 1px 0; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) { + font-size: 14px; + margin-left: -3px; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret { + font-size: 10px; + width: 12px; +} + +.e-rte-quick-popup.e-hide { + display: block; + visibility: hidden; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar { + min-height: 48px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) { + margin: 0 6px; + min-height: 48px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) { + margin: 0 6px; + min-height: 48px; + min-width: 36px; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) { + line-height: normal; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn, +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover { + min-height: 34px; + min-width: 39px; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 6px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: 34px; + line-height: normal; + margin: 0; + min-height: 34px; + min-width: 39px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn { + line-height: 33px; + margin: 4px 0; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) { + font-size: 16px; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret { + font-size: 10px; + width: 20px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control { + display: -ms-flexbox; + display: flex; + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content { + position: relative; + vertical-align: middle; + width: 30px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements { + border-bottom-style: solid; + border-bottom-width: 3px; + line-height: 2.25; + padding-bottom: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after { + content: ''; + height: 100%; + position: absolute; + right: 0; + width: 1.5px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-width: 18px; + text-align: center; + width: 18px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon { + min-width: 20px; + width: 20px; +} + +.e-popup-modal.e-popup.e-popup-open { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-rte-modal-popup.e-popup-container.e-center { + -ms-flex-pack: center; + justify-content: center; +} + +.e-rte-modal-popup.e-popup-container { + -ms-flex-align: center; + align-items: center; + display: none; + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; + z-index: 10000; +} + +.e-popup-overlay { + height: 100%; + left: 0; + opacity: .5; + position: absolute; + top: 0; + width: 100%; +} + +.e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell { + height: 16px; + width: 16px; +} + +.e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row { + height: 18px; +} + +.e-table-rhelper { + cursor: col-resize; + opacity: .87; + position: absolute; +} + +.e-table-rhelper.e-column-helper { + width: 1px; +} + +.e-table-rhelper.e-row-helper { + height: 1px; +} + +.e-reicon::before { + border-bottom: 6px solid transparent; + border-right: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + position: absolute; + right: 4px; + top: 4px; + width: 20px; +} + +.e-reicon::after { + border-bottom: 6px solid transparent; + border-left: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + left: 4px; + position: absolute; + top: 4px; + width: 20px; + z-index: 3; +} + +.e-row-helper.e-reicon::after { + top: 10px; + transform: rotate(90deg); +} + +.e-row-helper.e-reicon::before { + left: 4px; + top: -20px; + transform: rotate(90deg); +} + +.e-rte-overflow { + overflow: hidden; +} + +.e-rte-dialog-minheight { + min-height: 296px; +} + +.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor { + background-size: 700px 190px; + min-height: 190px; +} + +.e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor, +.e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor { + background-size: 700px 190px; + min-height: 190px; +} + +.e-richtexteditor .e-rte-content .e-content table.e-rte-table-border { + border: 1px solid #bdbdbd; + border-collapse: separate; +} + +/*! tab layout */ +.e-richtexteditor .e-rte-toolbar { + border: 1px solid #fff; + border-bottom: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus { + background: #ffd939; + border: 2px solid #ffd939; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons { + color: #fff; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active { + background: #ffd939; + border-color: #ffd939; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after { + background: #fff; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons { + color: #fff; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover { + background: inherit; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover { + background: #685708; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus { + background: inherit; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active { + background: #ffd939; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover { + background: #685708; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus { + background: inherit; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active { + background: #ffd939; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active { + background: #ffd939; + border: 2px solid #ffd939; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after { + background: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover { + background: transparent; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #fff; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons { + color: #fff; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active { + background: #ffd939; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float { + border: 1px solid #fff; +} + +.e-richtexteditor .e-rte-toolbar.e-tb-static { + border-bottom: 1px solid #fff; +} + +.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) { + border: 0; +} + +.e-richtexteditor .e-rte-content, +.e-richtexteditor .e-source-content { + background: #000; + border: 1px solid #fff; + color: #fff; +} + +.e-richtexteditor .e-rte-content .e-content blockquote, +.e-richtexteditor .e-source-content .e-content blockquote { + border-left: solid 2px #fff; +} + +.e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize), +.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize) { + border: solid 2px #4a90e2; +} + +.e-richtexteditor .e-rte-content .e-content a, +.e-richtexteditor .e-source-content .e-content a { + color: #8a8aff; +} + +.e-richtexteditor.e-rte-resize { + background: #000; +} + +.e-richtexteditor .e-input.e-rte-linkurl.e-error, +.e-richtexteditor .e-input.e-img-link.e-error { + color: #f00; +} + +.e-richtexteditor.e-rte-full-screen { + background: #000; +} + +.e-richtexteditor.e-rte-inline .e-rte-content { + border: 0; +} + +.e-richtexteditor.e-rte-tb-expand { + border: 1px solid #fff; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar { + border: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar, +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended { + border: 0; + border-bottom: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content { + border-top: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float { + border-bottom: 1px solid #fff; + border-right: 1px solid #fff; + border-top: 1px solid #fff; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open { + border-bottom: 1px solid black; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended { + border-bottom: 1px solid #fff; + border-right: 1px solid #fff; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-content, +.e-richtexteditor.e-rte-tb-expand .e-source-content { + border: 0; + border-bottom: 1px solid #fff; + border-top: 1px solid #fff; +} + +.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content, +.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content { + border-bottom: 0; +} + +.e-rte-quick-popup { + border: 1px solid #fff; + border-radius: 2px; + box-shadow: 0 2px 6px rgba(255, 255, 255, 0.26); +} + +.e-rte-quick-popup .e-rte-quick-toolbar { + background: #000; + border: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items { + background: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator { + border: 0.5px solid rgba(255, 255, 255, 0.05); +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn { + background: #000; + border: 2px solid transparent; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover { + background: #685708; + border-color: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active { + background: #ffd939; + border-color: #ffd939; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus { + background: #ffd939; + border: 2px solid #ffd939; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons { + color: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #fff; +} + +.e-rte-quick-popup .e-rte-dropdown-btn { + background: #000; + border-color: #000; +} + +.e-rte-quick-popup .e-rte-dropdown-btn:focus, .e-rte-quick-popup .e-rte-dropdown-btn:hover { + background: #685708; +} + +.e-rte-quick-popup .e-rte-dropdown-btn:hover { + border-color: #fff; + border-width: 2px; +} + +.e-dialog .e-img-uploadwrap .e-droptext { + border: dashed 2px #969696; + border-radius: 4px; + color: #fff; + display: block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + height: 185px; + margin: 0 auto; + text-align: center; + width: 300px; +} + +.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext { + height: 66px; + margin: 0 auto; + width: 168px; +} + +.e-linkheader { + color: #fff; +} + +.e-rte-img-popup.e-popup { + background: #000; + border: 1px solid #ccc; + box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21); + color: #000; + padding: 10px; +} + +.e-rte-content .e-content img:not(.e-resize) { + z-index: 1000; +} + +span.e-rte-imageboxmark { + background: #4a90e2; + border: 1px solid #fff; + display: block; + height: 10px; + position: absolute; + width: 10px; + z-index: 1000; +} + +.e-mob-rte span.e-rte-imageboxmark { + background: #fff; + border: 1px solid #4a90e2; + border-radius: 15px; + height: 20px; + width: 20px; +} + +.e-mob-rte.e-mob-span span.e-rte-imageboxmark { + background: #4a90e2; + border: 1px solid #fff; +} + +.e-rte-content .e-content img.e-resize { + z-index: 1000; +} + +.e-disabled { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-disabled .e-rte-toolbar .e-toolbar-item { + cursor: default; +} + +.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:hover, .e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active, .e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus { + background: transparent; + cursor: default; +} + +.e-dropdown-popup ul .e-item.e-active { + background-color: #ffd939; + color: #000; +} + +.e-popup-overlay { + background-color: #383838; +} + +.e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn { + color: #757575; +} + +.e-rte-table-popup.e-popup.e-popup-open { + background-color: #000; + color: #fff; +} + +.e-rte-table-popup .e-span-border { + border: 1px solid #fff; + display: block; + margin-bottom: 8px; + margin-top: 12px; +} + +.e-rte-table-popup .e-rte-popup-header { + color: rgba(0, 0, 0, 0.87); + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + text-align: center; +} + +.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default { + background-color: #000; +} + +.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active { + background-color: rgba(255, 217, 57, 0.2); + border: 1px solid #ffd939; +} + +.e-richtexteditor .e-rte-content .e-content table.e-alternate-border tbody tr:nth-child(2n) { + background-color: #f5f5f5; +} + +.e-richtexteditor .e-rte-content .e-content table th { + background-color: #e0e0e0; +} + +.e-rte-table-popup.e-popup.e-popup-open { + background-color: #000; + color: #fff; +} + +span.e-table-box { + background-color: #000; + border: 1px solid #bdbdbd; +} + +span.e-table-box.e-rbox-select { + background-color: #bdbdbd; + border: 1px solid #bdbdbd; +} + +.e-table-rhelper { + background-color: #ffd939; +} + +.e-rte-dialog-upload.e-upload.e-lib.e-keyboard { + background: #000; +} + +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons { + color: #000; +} + +/*! Fabric theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +/*! HighContrast specific themes definition's */ +/*! Vertical Tab */ +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-gantt .e-add::before { + content: '\e7d5'; +} + +.e-gantt .e-edit::before { + content: '\e97c'; +} + +.e-gantt .e-delete::before { + content: '\e965'; +} + +.e-gantt .e-cancel::before { + content: '\e953'; +} + +.e-gantt .e-save::before { + content: '\e954'; +} + +.e-gantt .e-update::before { + content: '\e735'; +} + +.e-gantt .e-search-icon::before { + content: '\ebe6'; +} + +.e-gantt .e-cancel-icon::before { + content: '\e953'; +} + +.e-gantt .e-notes-info::before { + content: '\1F6C8'; +} + +.e-gantt .e-expandall::before { + content: '\e557'; +} + +.e-gantt .e-collapseall::before { + content: '\e558'; +} + +.e-gantt .e-prevtimespan::before { + content: '\e85b'; +} + +.e-gantt .e-nexttimespan::before { + content: '\e85f'; +} + +.e-gantt .e-left-resize-gripper::before, +.e-gantt .e-right-resize-gripper::before { + content: '\ebef'; +} + +.e-gantt .e-zoomin::before { + content: '\e349'; +} + +.e-gantt .e-zoomout::before { + content: '\e351'; +} + +.e-gantt .e-zoomtofit::before { + content: '\e657'; +} + +.e-gantt .e-add-above::before { + content: '\e658'; +} + +.e-gantt .e-csvexport::before { + content: '\e241'; +} + +.e-gantt .e-excelexport::before { + content: '\e242'; +} + +.e-gantt .e-add-below::before { + content: '\e659'; +} + +.e-gantt.e-device .e-backarrowspan::before, +.e-gantt.e-device .e-icon-dlg-close::before { + content: '\e85b'; +} + +.e-gantt.e-device .e-left-resize-gripper::before, +.e-gantt.e-device .e-right-resize-gripper::before { + content: '\e903'; +} + +.e-gantt { + display: block; + width: 100%; +} + +.e-gantt .e-cloneproperties { + padding: 4px 5px; +} + +.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + left: -5px; + position: relative; +} + +.e-gantt .e-cloneproperties { + border-style: solid; + border-width: 1px; + box-shadow: 0 0; + font-size: 12px; + font-weight: 500; + opacity: 1; + overflow: hidden; + padding: 4px 5px; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; + z-index: 100; +} + +.e-gantt .e-cloneproperties.e-draganddrop { + border-spacing: 0; + font-size: 12px; + font-weight: normal; + overflow: visible; +} + +.e-gantt .e-cloneproperties .e-bothganttlines { + border-width: 1px 0 0 1px; +} + +.e-gantt .e-draganddrop { + border-width: 0 1px 1px; + font-weight: normal; + padding: 0; +} + +.e-gantt .e-draganddrop .e-rowcell { + opacity: .95; +} + +.e-gantt .e-cloneproperties.e-draganddrop table { + border-spacing: 0; +} + +.e-gantt .e-icons.e-errorelem { + display: inline-block; + padding-left: 10px; + vertical-align: middle; +} + +.e-gantt .e-errorelem::before { + color: #e3165b; + content: '\e22a'; + transform: rotate(180deg); +} + +.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, +.e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop { + border-bottom: 0; + border-right: 1px solid #969696; + border-top: 1px solid #969696; +} + +.e-gantt .e-gantt-toolbar { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-style: solid; + border-width: 1px 1px 0; +} + +.e-gantt .e-flmenu-valuediv { + padding-top: 24px; +} + +.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar { + margin: 0; +} + +.e-gantt .e-gantt-splitter .e-pane { + overflow: hidden !important; +} + +.e-gantt .e-temp-content { + border-left: 1px solid; +} + +.e-gantt .e-tab { + border: 0; +} + +.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active { + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header { + padding-left: 13px; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator { + display: block; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-style: solid; + border-width: 0px; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before { + border: 0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid { + border-width: 0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header { + border-bottom-style: solid; + border-bottom-width: 1px; + height: 45px; +} + +.e-gantt .e-gantt-tree-grid-pane .e-headercontent { + border-right-width: 0 !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridheader { + border-top-style: none; + border-top-width: 0; + padding-right: 0 !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-columnheader, +.e-gantt .e-gantt-tree-grid-pane .e-headercell { + height: 63px !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content { + overflow-x: scroll !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding { + width: calc(100% + 17px); +} + +.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info { + text-align: center; +} + +.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info { + display: inline-block; + font-size: 18px; + height: 15px; + line-height: 10px; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart { + height: 100%; + overflow: hidden; + position: relative; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-chart-root-container { + border-right: 0 solid; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-content { + -webkit-overflow-scrolling: touch; + overflow-x: scroll; + overflow-y: auto; + position: relative; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-timeline-header-container { + border-bottom-style: solid; + border-right-width: 0; + overflow: hidden; + position: relative; + z-index: 6; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th { + border-left: 0; + padding: 0 3px; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-container { + border-collapse: collapse; + border-spacing: 0; + border-width: 0; + box-sizing: border-box; + margin: 0; + padding: 0; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-body { + border-collapse: collapse; + box-sizing: border-box; + display: inline-block; + white-space: nowrap; + zoom: 1; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + border-spacing: 0; + border-style: solid; + border-top: 0; + border-width: 1px; + box-sizing: border-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 14px; + font-weight: 400; + margin: 0; + padding: 0; + position: static; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label { + box-sizing: border-box; + margin: auto; + overflow: hidden; + position: static; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text { + padding-left: 8px; + text-align: left; +} + +.e-gantt .e-gantt-chart .e-gantt-grid-lines { + border-bottom-style: solid; + border-bottom-width: 1px; + border-collapse: collapse; + border-spacing: 0; + box-sizing: border-box; +} + +.e-gantt .e-gantt-chart .e-zero-spacing { + border-spacing: none; +} + +.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border { + border-top-color: transparent; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border { + border-collapse: separate; + border-style: solid; + border-width: 1px 0 0; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell { + font-size: 0; + padding: 0; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-chart .e-line-container-cell { + border-right-style: solid; + border-right-width: 1px; + height: 100%; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-taskbar-main-container { + cursor: move; + display: inline-block; + position: absolute; + vertical-align: middle; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: end; + justify-content: flex-end; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + outline: none; + overflow: hidden; + position: absolute; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-left-label-container { + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div, +.e-gantt .e-gantt-chart .e-right-label-container { + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: end; + justify-content: flex-end; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-label { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-right-label-container { + background-color: transparent; + display: inline-block; + margin: 0; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-right-label-inner-div { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + outline: none; + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-indicator-span { + display: inline-block; + font-size: 13px; + font-weight: 400; + overflow: hidden; + position: absolute; + text-overflow: ellipsis; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar, +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar, +.e-gantt .e-gantt-chart .e-gantt-child-progressbar, +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar, +.e-gantt .e-gantt-chart .e-gantt-milestone { + display: inline-block; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div, +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div { + border-spacing: 0; + box-sizing: border-box; + margin: auto; + overflow: hidden; + padding: 0; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div, +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + box-sizing: border-box; + text-align: right; +} + +.e-gantt .e-gantt-chart .e-chart-scroll-container, +.e-gantt .e-gantt-chart .e-chart-rows-container { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-gantt .e-gantt-chart .e-taskbar-left-resizer, +.e-gantt .e-gantt-chart .e-taskbar-right-resizer { + display: inline-block; + position: absolute; + top: 0; + width: 10px; + z-index: 4; +} + +.e-gantt .e-gantt-chart .e-child-progress-resizer { + display: inline-block; + height: 15px; + position: absolute; + top: 0; + width: 20px; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper { + cursor: col-resize; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler { + border-style: solid; + border-width: 1px; + box-sizing: content-box; + cursor: col-resize; + height: 2px; + position: absolute; + top: 7px; + width: 12px; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element { + border-bottom-style: solid; + border-bottom-width: 6px; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + cursor: col-resize; + height: 0; + left: -1px; + position: absolute; + top: -7px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after { + border-bottom-style: solid; + border-bottom-width: 6px; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + cursor: col-resize; + height: 0; + left: -1; + position: absolute; + top: -6px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-baseline-bar { + box-sizing: border-box; + position: absolute; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-milestone-top { + border-style: none solid solid; + border-top: 0; +} + +.e-gantt .e-gantt-chart .e-milestone-top, +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-left-color: transparent; + border-right-color: transparent; +} + +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-bottom: 0; + border-style: solid solid none; +} + +.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container { + position: absolute; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-task-label { + display: inline; + font-weight: normal; + margin-left: 8px; + margin-right: 15px; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart .e-task-table { + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-left-resize-gripper, +.e-gantt .e-gantt-chart .e-right-resize-gripper { + -ms-flex-align: center; + align-items: center; + cursor: e-resize; + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-gantt .e-gantt-chart .e-holiday { + display: inline-block; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-holiday .e-span { + font-size: 13px; + position: absolute; + transform: rotate(-90deg); + white-space: nowrap; + width: 0; +} + +.e-gantt .e-gantt-chart .e-weekend { + display: inline-block; + position: absolute; + z-index: 0; +} + +.e-gantt .e-gantt-chart .e-event-markers { + border-left: 1px dashed; + position: absolute; + width: 1px; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-span-label { + border-radius: 3px; + font-weight: 500; + height: 30px; + left: 5px; + line-height: 1.2; + padding: 7px 12px; + position: absolute; + top: 50px; + white-space: nowrap; + width: auto; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow { + border-bottom: 5px solid transparent; + border-right: 5px solid; + border-top: 5px solid transparent; + height: 0; + position: absolute; + top: 60px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar { + border-radius: 0; + border-style: none; + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow { + border-left-style: solid; + border-left-width: 10px; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-right-style: solid; + border-right-width: 10px; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow, +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-bottom: 5px solid transparent; + border-top: 5px solid transparent; +} + +.e-gantt .e-gantt-chart .e-connector-line-container { + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-connector-line-z-index { + z-index: 1; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover { + outline: 1px solid; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover-z-index { + z-index: 100; +} + +.e-gantt .e-gantt-chart .e-connectortouchpoint { + background-color: transparent; + display: block; + position: absolute; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-right, +.e-gantt .e-gantt-chart .e-connectorpoint-left, +.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div, +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + border-radius: 50%; + display: inline-block; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover { + border-style: solid; + border-width: 1px; + box-sizing: content-box; + cursor: pointer; + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-allow-block { + cursor: no-drop; +} + +.e-gantt .e-gantt-chart .e-icon { + font-family: 'e-icons'; + font-size: 13px; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + text-transform: none; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart .e-active-container { + border: 1px solid !important; +} + +.e-gantt .e-gantt-dialog { + border: 0; +} + +.e-gantt .e-gantt-dialog .e-gridform .e-table { + border-spacing: 0; +} + +.e-gantt .e-gantt-dialog .e-item { + height: 241px; +} + +.e-gantt .e-gantt-dialog .e-dependent-div { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-dialog .e-icon-dlg-close { + opacity: initial; +} + +.e-gantt .e-gantt-dialog .e-toolbar { + border-top-width: 0; +} + +.e-gantt .e-gantt-dialog .e-resource-div { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-dialog .e-resource-div .e-gridheader { + border-top-width: 0; +} + +.e-gantt .e-gantt-dialog .e-edit-form-row { + height: 241px; + overflow-y: auto; + padding-bottom: 16px; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) { + float: left; + padding: 16px 18px 0 18px; + width: 50%; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) { + float: left; + padding: 16px 16px 0 0; + width: 50%; +} + +.e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) { + padding: 16px 16px 0 0; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column { + height: 75px; +} + +.e-gantt .e-gantt-dialog .e-dependent-div .e-content { + height: 161px; +} + +.e-gantt .e-gantt-dialog .e-resource-div .e-content { + height: 202px; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor { + border-bottom-width: 1px; + height: 241px !important; + overflow: hidden; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand { + border-top: 0; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content { + border-bottom-width: 0px; + height: 200px; +} + +.e-gantt .e-gantt-dialog > .e-dlg-content { + padding: 0 !important; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + border-bottom: 0 !important; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + border-radius: 0px; + padding-bottom: 4px; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + border-radius: 50%; +} + +.e-icon-rowselect::before { + content: '\e930'; +} + +.e-ganttpopup { + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + font-weight: normal; + position: absolute; + user-select: none; + z-index: 99999; +} + +.e-ganttpopup .e-rowselect { + line-height: 18px; + text-indent: 7%; +} + +.e-ganttpopup span { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + padding: 4px; + width: 26px; +} + +.e-ganttpopup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-ganttpopup .e-tail::after, +.e-ganttpopup .e-tail::before, +.e-ganttpopup .e-ganttpopup { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-ganttpopup .e-downtail::after { + top: 34px; +} + +.e-gantt-tooltip.e-tooltip-wrap { + opacity: 1; +} + +.e-gantt-tooltip-label { + padding-bottom: 2px; + padding-right: 2px; + text-align: right; +} + +.e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) { + float: none; + padding: 16px 18px 0 18px; + width: 100%; +} + +.e-gantt.e-device .e-edit-form-row { + height: auto; +} + +.e-gantt.e-device .e-adaptive-searchbar { + padding: 5px 10px; + width: 90%; +} + +.e-gantt.e-device .e-backarrowspan { + font-size: 16px; + padding: 5px 10px; +} + +.e-gantt.e-device .e-gantt-dialog { + max-height: auto; +} + +.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn { + float: left; + left: -4px; +} + +.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close { + font-size: 16px; +} + +.e-gantt.e-device .e-gantt-dialog .e-dlg-header { + display: inline-block; +} + +.e-gantt.e-device .e-toolbar-item { + padding: 7px; +} + +.e-gantt.e-device .e-toolbar .e-icons { + font-size: 18px; +} + +.e-gantt.e-device .e-gridheader .e-icons { + font-size: 12px; +} + +.e-gantt.e-device .e-right-resize-gripper, +.e-gantt.e-device .e-left-resize-gripper { + border: 7px solid; + z-index: -1; +} + +.e-gantt.e-device .e-right-resize-gripper::before, +.e-gantt.e-device .e-left-resize-gripper::before { + font-size: 14px; + margin-left: -7px; +} + +.e-gantt.e-device .e-dependent-div .e-content { + height: 100%; +} + +.e-gantt.e-device .e-resource-div .e-content { + height: 100%; +} + +.e-gantt.e-device .e-richtexteditor { + height: 100%; +} + +.e-gantt.e-device .e-richtexteditor .e-rte-content { + height: 100%; +} + +/*! Gantt theme */ +.e-gantt .e-gantt-splitter { + border-color: #969696; + border-radius: 0px; +} + +.e-gantt .e-cloneproperties.e-draganddrop { + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); + opacity: .95; + overflow: visible; +} + +.e-gantt .e-cloneproperties { + background-color: #ffd939; + border-color: #969696; + color: #000; +} + +.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell { + color: #fff; +} + +.e-gantt .e-cloneproperties.e-draganddrop table, +.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground { + background-color: #000; + height: 30px; +} + +.e-gantt .e-gantt-toolbar + .e-gantt-splitter { + border-top-left-radius: 0px; + border-top-right-radius: 0px; +} + +.e-gantt .e-gantt-dialog .e-dlg-header { + color: #000; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + background: #ffd939; +} + +.e-gantt .e-gantt-dialog .e-icon-dlg-close { + color: #000; +} + +.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover { + background-color: rgba(104, 87, 8, 0.4); +} + +.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close { + color: #000; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header { + background: #ffd939; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator { + background: #000; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active { + background-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text { + color: #000; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text { + color: rgba(0, 0, 0, 0.7); +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover { + background: transparent; + border-bottom: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text { + color: black; +} + +.e-gantt .e-temp-content { + border-color: #969696; +} + +.e-gantt .e-splitter-box { + border-color: #969696; +} + +.e-gantt .e-gantt-temp-header { + border-color: #969696; +} + +.e-gantt .e-gantt-chart-pane { + border-color: #969696; +} + +.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div { + height: 45px !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active { + background: #ffd939; +} + +.e-gantt .e-gantt-chart .e-timeline-header-container { + background: #000; + border-bottom-color: #969696; + border-bottom-width: 1px; + border-right-color: #969696; + color: #fff; + height: 64px; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + border-color: #969696; + color: #fff; +} + +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + height: 46px; + line-height: 46px; +} + +.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div { + height: 46px !important; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell { + height: 32px; +} + +.e-gantt .e-gantt-chart .e-chart-root-container { + background-color: #000; + border-color: #969696; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-body { + border-spacing: 0; +} + +.e-gantt .e-gantt-chart .e-chart-row-border { + border-top-color: #969696; +} + +.e-gantt .e-gantt-chart .e-chart-row-cell { + color: black; +} + +.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow { + border-bottom-color: #969696; +} + +.e-gantt .e-gantt-chart .e-line-container-cell { + border-color: #969696; +} + +.e-gantt .e-gantt-chart .e-active-container { + border-color: #969696 !important; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div { + background-color: #6e06f1; + border: 1px solid #fff; + border-radius: 0px; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div { + background-color: #007d01; + border: 1px solid #fff; + border-radius: 0px; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + background-color: #005201; + border: 0px; +} + +.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div { + background-color: #3e047d; + border: 0px; +} + +.e-gantt .e-gantt-chart .e-holiday { + background: #333; +} + +.e-gantt .e-gantt-chart .e-holiday .e-span { + color: #fff; + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-weekend { + background: #1a1a1a; +} + +.e-gantt .e-gantt-chart .e-weekend-header-cell { + background: #1a1a1a; +} + +.e-gantt .e-gantt-chart .e-event-markers { + border-left-color: #29c400; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-span-label { + background-color: #fff; + color: #000; + font-size: 12px; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow { + border-right-color: #fff; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar { + background: linear-gradient(to right, rgba(62, 4, 125, 0.2), #3e047d 30%, #3e047d 70%, #3e047d 70%, rgba(62, 4, 125, 0.2) 100%); + background-color: rgba(255, 207, 6, 0.2); + border: 0px; + border-radius: 0px; +} + +.e-gantt .e-gantt-chart .e-unscheduled-milestone-top { + border-bottom-color: rgba(51, 51, 51, 0.6); +} + +.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom { + border-top-color: rgba(51, 51, 51, 0.6); +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler { + background: #222; + border-color: #fff; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element { + border-bottom-color: #fff; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after { + border-bottom-color: #222; +} + +.e-gantt .e-gantt-chart .e-gantt-dependency-view-container { + display: block; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-line { + border-color: #29c400; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow { + border-left-color: #29c400; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-right-color: #29c400; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover { + border-left-color: #29c400; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover { + border-right-color: #29c400; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover { + border-color: #29c400; + outline-color: #29c400; +} + +.e-gantt .e-gantt-chart .e-gantt-false-line { + border-top-color: #29c400; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover { + background-color: #bfbfbf; + border-color: #000; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover { + background-color: #000; + border-color: #ffd939; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div, +.e-gantt .e-gantt-chart .e-right-label-inner-div { + color: rgba(255, 255, 255, 0.87); + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-left-label-temp-container { + color: #fff; + font-size: 13px; + padding-right: 25px; +} + +.e-gantt .e-gantt-chart .e-right-label-temp-container { + color: #fff; + font-size: 13px; + margin-left: 25px; +} + +.e-gantt .e-gantt-chart .e-right-label-container { + margin-left: 25px; +} + +.e-gantt .e-gantt-chart .e-left-label-container { + padding-right: 25px; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-right { + margin-left: 2px; +} + +.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div, +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + height: 8px; + width: 12px; +} + +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + left: -12px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left, +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right { + border-right: transparent; + border-width: 3px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right { + border-bottom-left-radius: 0px; + border-bottom-right-radius: 2px; + border-top-left-radius: 0px; + border-top-right-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left { + border-bottom-left-radius: 2px; + border-top-left-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-task-label { + color: #fff; + font-size: 12px; +} + +.e-gantt .e-gantt-chart .e-icon { + color: #fff; +} + +.e-gantt .e-gantt-chart .e-milestone-top { + border-bottom-color: #fff; +} + +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-top-color: #fff; +} + +.e-gantt .e-gantt-chart .e-label { + color: #fff; + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-active { + background: #ffd939; + color: #000; + opacity: 1; +} + +.e-gantt .e-gantt-chart .e-active .e-label { + color: #000; +} + +.e-gantt .e-gantt-chart .e-baseline-bar { + background-color: #ff7d1a; +} + +.e-gantt .e-gantt-chart .e-baseline-milestone-top { + border-bottom-color: #ff7d1a; +} + +.e-gantt .e-gantt-chart .e-baseline-milestone-bottom { + border-top-color: #ff7d1a; +} + +.e-gantt .e-gantt-chart .e-uptail::before { + border-bottom-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-downtail::after { + border-top-color: #fff; +} + +.e-gantt .e-gantt-chart .e-downtail::before { + border-top-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-ganttpopup .e-content { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-spanclicked, +.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked { + border-color: #000; +} + +.e-gantt .e-gantt-chart .e-active-parent-task { + border-radius: 4px; + box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5); +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div { + background: #1a1a1a; + border: #1a1a1a; +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div { + background-color: transparent; + border: transparent; +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label { + color: transparent; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label { + color: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line { + border-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow { + border-left-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow { + border-right-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div { + background: #D5D5D5 !important; + border: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div { + background-color: transparent !important; + border: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top { + border-bottom-color: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom { + border-top-color: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div { + background-color: #8A8A8A !important; + border: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div { + background-color: transparent !important; + border: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div { + background: #3e047d !important; + border: #3e047d !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top { + border-bottom-color: #3e047d !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom { + border-top-color: #3e047d !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div { + background: #a662fb !important; + border: #a662fb !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top { + border-bottom-color: #a662fb !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom { + border-top-color: #a662fb !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line { + border-color: #3e047d !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow { + border-left-color: #3e047d !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow { + border-right-color: #3e047d !important; +} + +.e-gantt .e-grid .e-icons { + color: #fff !important; +} + +.e-gantt.e-device .e-left-resize-gripper, +.e-gantt.e-device .e-right-resize-gripper { + border-color: #9e9e9e; + color: #eee; +} + +.e-gantt.e-device .e-backarrowspan { + color: #000; +} + +@font-face { + font-family: "e-icons"; + font-style: normal; + font-weight: normal; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjiLTxEAAAEoAAAAVmNtYXA56jRVAAAIYAAACCpnbHlmZ+yPLwAAFAAAAVZMaGVhZBc8dS8AAADQAAAANmhoZWEIXgV5AAAArAAAACRobXR44Af+igAAAYAAAAbgbG9jYXUwInoAABCMAAADcm1heHAC3gGWAAABCAAAACBuYW1lc0cOBgABakwAAAIlcG9zdI5ECw0AAWx0AAAXvwABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAABuAABAAAAAQAA/liPA18PPPUACwQAAAAAANoOmBkAAAAA2g6YGf/A/+QEQAQcAAAACAACAAAAAAAAAAEAAAG4AYoAHAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4gLsAwQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/eBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/5AQA/+QEAAAABAD/5AQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAAAABAAAAAQAAAAEAAAABAD/wAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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AIUAhgCHAIgAiQCKAIsAjACNAI4AjwCQAJEAkgCTAQkBCgELAQwBDQEOAQ8BEAESARMBFAEVARYBYwFlAWQBaQFqAWsBbAFtAW4BHgEfASABIQEiASMBJAElASYBJwEoASkBKgErASwBLQEuAS8BMAExATIBMwFwAXEBcgFzAXQBdQF2AXcBeAGaAZkBmAGXAZwBnQGeAZsBnwGgAaEBogGjAXkBegF7AXwBfQF+AX8BgAGBAYIBgwGEAYUBhgGHAYgBNAE1ATYBNwAlATkBOgE7ATwAJgE+AT8BQAFBAUIBQwE9ATgBiQAnAYoBjAGNAY4BiwGPAZABlAGRAZIBkwGVAZYBpAGlAaYBpwAoAa0BtAGsAa4BrwGwAbEBsgGzAbYBtwApACoAKwAsAC0ALgAvADABqAGpAaoBqwG1ADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgA/AEAAQQBCAEMBEQBEAR0ARQBGAEcASABJAEoASwBMAE0AWABOAFkATwBQAFEAUgBTAFQAVQBaAFsAXABWAF0AVwDFAMYAxwDIAMkAygDLAMwAzQDOACEAIgAjACQAzwDQANEA0gDTANQA1QDWANcA2ADZANoA2wDcAN0A3gDfAOAA4QFRAVQBUwFfAUgBWgFQAUsBVwFKAVUBTAFdAUYBVgFSAV4BXAFPAWEBRQFbAVkBYgFgAU0BSQFHAVgBTgFmAWcBaAEXARgBGQEaARsBHADiAOMA5ADlAOYA5wDoAOkA6gDrAOwA7QDuAO8A8ADxAPIA8wD0APUA9gD3APgA+QD6APsA/AD9AP4A/wEAAQEBAgEDAQQBBQEGAQcBCAAAAAAAAAEIAjgCdAKwAuYDCgMgA7IEugTMBaAGdAaYBuYG9AcYBzoHXgeACGQJQAr6C2wMWgykDOQNHg1KDogO1A/oEYoSFhK4E4wULhRwFSwVlBXMFfgWMBZSFtIW6hcsF9YX7BgEGCIYNhhEGFoYaBlEGVIZbBmEGZIZoBnMGeIZ+hoQGiQaPhpcGnAahhqUGqIbABtgG3AbhBuYG7QcGhw8HJQcrB0wHUYdVB4sHwQfIB+cH7YgRCFaIlgibCNKI2IjeCOcI84k7CWAJhwmPiZUJmomgCaUJqwm7CgMKK4pwCsYLAosNizgLRYtSi2ELcAvIi/EMGwxmjLOM3YzwjQENWo2FDaA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PQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JJRUfCTsBPwk9AS8JKwEPCQUVHwk7AT8JPQEvCSsBDwklFR8JOwE/CT0BLwkrAQ8JBRUfCTsBPwk9AS8JKwEPCSUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JAmABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBQAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIB/sABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQFAAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgH+wAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAUABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgGABwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYG+QcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBvkHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgb5BwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGAAEAAAAAA/gC/AACAAATIQEIA/D+CAEEAfgAAAABAAAAAAP4AvwAAgAACQEhAgAB+PwQAQQB+AAAAQAA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AYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBuAG5AboBuwG8Ab0BvgG/AcABwQHCAcMBxAHFAcYBxwHIAckBygHLAcwBzQHOAc8B0AHRAdIB0wHUAdUB1gHXAdgB2QHaAdsB3AHdAd4B3wHgAeEB4gHjAeQB5QHmAecB6AHpAeoB6wHsAe0B7gHvAfAB8QHyAfMB9AH1AfYB9wH4AfkB+gH7AfwB/QH+Af8CAAIBAgICAwIEAgUCBgIHAggCCQIKAgsCDAINAg4CDwIQAhECEgITAhQCFQIWAhcCGAIZAhoCGwIcAh0CHgIfAiACIQIiAiMCJAIlAiYCJwIoAikCKgIrAiwCLQIuAi8CMAIxAjICMwI0AjUCNgI3AjgCOQI6AjsCPAI9Aj4CPwJAAkECQgJDAkQCRQJGAkcCSAJJAkoCSwJMAk0CTgJPAlACUQJSAlMCVAJVAlYCVwJYAlkCWgJbAlwCXQJeAl8CYAJhAmICYwJkAmUCZgJnAmgCaQJqAmsCbAJtAm4CbwJwAnECcgJzAnQCdQJ2AncCeAJ5AnoCewJ8An0CfgJ/AoACgQKCAoMChAKFAoYChwKIAokCigKLAowCjQKOAo8CkAKRApICkwKUApUClgKXApgCmQKaApsCnAKdAp4CnwKgAqECogKjAqQCpQKmAqcCqAKpAqoCqwKsAq0CrgKvArACsQKyArMCtAK1ArYCtwK4ArkAClBkZl9FeHBvcnQKQ1NWX0V4cG9ydAxFeGNlbF9FeHBvcnQMRlRfRGF0ZXJhbmdlDUZUX0V4Y2VsY2xlYXIORlRfRXhjZWxmaWx0ZXIMQnVsbGV0X0Fycm93DUJ1bGxldF9DaXJjbGUFTm9uZTILQnVsbGV0X1RpY2sRQm9yZGVyX0RpYWdvbmFsVXATQm9yZGVyX0RpYWdvbmFsRG93bg1CdWxsZXRfRmxvd2VyCkJ1bGxldF9Eb3QNQnVsbGV0X1NxdWFyZQ1GVF9SaWdodEFycm93DEZUX0xlZnRBcnJvdwxGVF9Eb3duQXJyb3cKRlRfVXBhcnJvdw1GVF9SZWN1cnJlbmNlE0ZUX1JlY3VycmVuY2VFZGl0ZWQLRlRfTG9jYXRpb24ORlRfRGVzY3JpcHRpb24LRlRfVGltZXpvbmUIRlRfVG9kYXkLRlRfV29ya1dlZWsJRlRfQWdlbmRhCkZUX0RheVZpZXcORlRfTW9udGhBZ2VuZGELRlRfV2Vla1ZpZXcLRlRfRGF0ZVRpbWULRlRfUmVzb3VyY2UORlRfVGltZUxpbmVEYXkPRlRfVGltZUxpbmVXZWVrE0ZCX1RpbWVMaW5lV29ya1dlZWsQRlRfVGltZUxpbmVNb250aAh0YWJsZS0wMgRjb3B5CHRoLXNtYWxsB3NhdmUtMDIKYWxpZ24tbGVmdAdlZGl0LTA2CGNsb3NlLXdmC3dvcmQtZXhwb3J0CmFkZC1uZXctMDEKcHJpbnRlci0wMgVjbG9zZQ1jaGVjay1tYXJrLTAxB2FkZC1uZXcIY2xvc2UtMDEMY2hldnJvbi1sZWZ0EWFycm93aGVhZC1kb3duLTAxDWNoZXZyb24tcmlnaHQMYXJyb3doZWFkLXVwBnJlbG9hZA5hcnJvd2hlYWQtZG93bg1hcnJvdy1kb3duLTAyC2Fycm93LXVwLTAxD2Fycm93aGVhZC1yaWdodA5hcnJvd2hlYWQtbGVmdAlkZWxldGUtMDUMZG93bi1hcnJvdy0xDWFyb293LWxlZnQtMDEQY2hldnJvbi1yaWdodC0wMwp1cC1hcnJvdy0xEG5hdmlnYXRpb24tcmlnaHQJU29ydGluZy1tC0JvdHRvbS1pY29uC254dC1wZy1pY29uCFVwLWFycm93CkR3bi1hcnJvdzMJR3JvdXBpY29uC1NlbGVjdGlvbi1tDEludGVybWVkaWF0ZQlTZWxlY3Rpb24NTVRfTGVmdF9BcnJvdwxGQl9GaXJzdHBhZ2UHQlRfRWRpdAhGQl9DbGVhcgdGQl9TYXZlC0ZCX0JhY2t3YXJkCUZCX0RlbGV0ZQ9GQl9Cb3R0b21fQXJyb3cMTVRfQm90dG9tZmlsB0ZCX01lbnUHTVRfTWVudQtGQl9MYXN0cGFnZQtGQl9DYWxlbmRhcghGQl9tZW51MQdGQl9FZGl0CUZCX1NlYXJjaAdGQl9UaW1lDUZCX0xlZnRfQXJyb3cJRkJfcmVtb3ZlCkZCX0FkZGZsYXQORkJfUmlnaHRfQXJyb3cJRkJfZmlsdGVyDkNvbHVtbl9jaG9vc2VyCFRyZWV2aWV3CVRyZWV2aWV3MglUcmVldmlldzEJVHJlZXZpZXczDkZUX1RyZWVfZXhwYW5kDk1UX1RyZWVfZXhwYW5kBkZhYnJpYwxGYWJyaWNfUGF1c2ULRmFicmljX1BsYXkPUGFyYU9wdGlvbmRvd24xClRleHRTZWFyY2gXSW5zaWRlSG9yaXpvbmRhbEJvcmRlcnMKUmVzdGFydEF0MQ1PcGVuSHlwZXJsaW5rB0N1dERhdGEIQ29weURhdGEJVG9wQm9yZGVyDURlbGV0ZUNvbHVtbnMKRGVsZXRlUm93cwtJbnNlcnRSaWdodApJbnNlcnRMZWZ0D1JlbW92ZUh5cGVybGluaxVJbnNpZGVWZXJ0aWNhbEJvcmRlcnMLUmlnaHRCb3JkZXINRWRpdEh5cGVybGluawlIeXBlcmxpbmsLTGVmdEJvcmRlcnMLRGVsZXRlVGFibGUPVGFibGVQcm9wZXJ0aWVzDUNvcHlIeXBlcmxpbmsMQm90dG9tQm9yZGVyDkNsaXBib2FyZFBhc3RlEUNvbnRpbnVlTnVtYmVyaW5nC0luc2VydEJlbG93C0luc2VydEFib3ZlCkJvcmRlck5vbmUJQm9yZGVyQm94A0FsbA9UYWJsZUFsaWduUmlnaHQMQ3VzdG9tQm9yZGVyDlRhYmxlQWxpZ25MZWZ0EFRhYmxlQWxpZ25DZW50ZXINTGluZVZlcnlzbWFsbApMaW5lbm9ybWFsCUxpbmVzbWFsbA1QYXJhT3B0aW9udXAxClRleHRCb3R0b20KVGV4dENlbnRlcgdUZXh0VG9wDk1UX0NsZWFyRm9ybWF0EE1UX1N0cmlrZXRocm91Z2gMTVRfVXBwZXJjYXNlCk1UX0p1c3RpZnkITVRfSW1hZ2UJTVRfUmVzaXplC01UX01pbmltaXNlC01UX0VkaXRMaW5rB01UX0JvbGQMTVRfQWxpZ25MZWZ0Bk1UX0N1dBJNVF9BbHRlcm5hdGl2ZVRleHQHTVRfQ29weQlNVF9SZW1vdmURTVRfSW5jcmVhc2VJbmRlbnQLTVRfQ2xlYXJBbGwHTVRfVW5kbw1NVF9GdWxsU2NyZWVuDE1UX1VuZGVybGluZRBNVF9Vbm9yZGVyZWRMaXN0Ck1UX1ByZXZpZXcOTVRfT3JkZXJlZExpc3QMTVRfTG93ZXJjYXNlDU1UX1JlbW92ZUxpbmsJTVRfWm9vbUluC01UX09wZW5MaW5rCE1UX1ByaW50DE1UX0ZvbnRDb2xvcg1NVF9BbGlnblJpZ2h0DU1UX0NyZWF0ZUxpbmsLTVRfVmlld1NpZGULTVRfQ29kZVZpZXcKTVRfWm9vbU91dA5NVF9TdXBlcnNjcmlwdAdNVF9QYXJhB01UX1JlZG8ITVRfUGFzdGUNTVRfSW5zZXJ0Q29kZQxNVF9TdWJzY3JpcHQKTVRfRGlzcGxheQpNVF9SZXBsYWNlCU1UX0l0YWxpYwpNVF9DYXB0aW9uEk1UX0JhY2tncm91bmRjb2xvchFNVF9EZWNyZWFzZUluZGVudA5NVF9BbGlnbkNlbnRlcgtNVF9Gb250TmFtZQtEcmFnQW5kRHJvcAxGaWx0ZXJGaWVsZHMKTmV3X0NvbHVtbgdOZXdfUm93A1N1bQhGaWx0ZXJfQg1GaWx0ZXJDbG9zZV9GBlNvcnRfRghGaWx0ZXJfRgdDbG9zZV9GDUNsZWFyZmlsdGVyX0YCT2sLQWxpZ25Cb3R0b20OSW5zZXJ0Um93QWJvdmUOSW5zZXJ0Um93QmVsb3cLQWxpZ25DZW50ZXIMRGVsZXRlQ29sdW1uCURlbGV0ZVJvdxBJbnNlcnRDb2x1bW5MZWZ0CEFsaWduVG9wEUluc2VydENvbHVtblJpZ2h0DkVkaXRQcm9wZXJ0aWVzEVZlcnRpY2FsQWxpZ25tZW50CUFkZENvbHVtbgVTdHlsZQlUYl9EZWxldGUGQWRkUm93BkhlYWRlcglUYWJfTW9yZTEJVGFiX01vcmUyBlJlc2l6ZQlGX1BWX09wZW4ORl9QVl9GaXJzdFBhZ2UNRl9QVl9QcmV2aW91cwlGX1BWX05leHQNRl9QVl9MYXN0UGFnZQxGX1BWX1pvb21vdXQLRl9QVl9ab29taW4NRl9QVl9Eb3dubG9hZA1GX1BWX0Jvb2ttYXJrC0ZfUFZfU2VhcmNoEkZfUFZfVGV4dGFubm90YWlvbgpGX1BWX0Nsb3NlDEZfUFZfQ29tbWVudAlGX1BWX1NhdmUORl9QVl9BbGlnbmxlZnQNRl9QVl9GcmVlaGFuZAlGX1BWX1VuZG8ORl9QVl9IaWdobGlnaHQJRl9QVl9Nb3JlDkZfUFZfVW5kZXJsaW5lEkZfUFZfU3RyaWtldGhyb3VnaApGX1BWX1BhaW50CEZfUFZfUGFuDEZfUFZfT3BhY2l0eQtGX1BWX0RlbGV0ZQtGX1BWX2N1cnNvcg9GX1BWX3JpZ2h0YXJyb3cQRl9QVl9TdHJva2Vjb2xvcgpGX1BWX1ByaW50CUZfUFZfUmVkbwlGX1BWX0ZvbnQLRl9QVl9TaGFwZXMORl9QVl9sZWZ0YXJyb3cRRl9QVl9TdHJva2V3ZWlnaHQTRl9QVl9Bbm5vdGF0aW9uRWRpdA5GX1BWX1RodW1ibmFpbApGX1BWX1N0YW1wDkZfUFZfUGFnZUJyZWFrD0ZfUFZfU2luZ2xlUGFnZQhGX0V4cGFuZApGX0NvbGxhcHNlDkRvdWJsZVJlc2l6ZV8yDkRvdWJsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8zDlNpbmdsZVJlc2l6ZV8yDlNpbmdsZVJlc2l6ZV80C0RyYWdhbmREcm9wB0Fycm93VXAJQXJyb3dEb3duCkFycm93cmlnaHQJQXJyb3dMZWZ0B0dyaXBwZXIQTmV3X0ZpbHRlckFjdGl2ZQlOZXdfU2lnbWEPTmV3X0ZpbHRlckNsZWFyDU5ld19QVl9Db2x1bW4KTmV3X1BWX1JvdwpOZXdfRmlsdGVyB0ZUX0NvZGUHRlRfR3JpZAhGVF9wYXN0ZQlGVF9kZWxldGULRlRfZG93bmxvYWQGRlRfY3V0B0ZUX0xpc3QKRlRfcmVmcmVzaAdGVF9pbmZvDUZUX3JpZ2h0YXJyb3cNRlRfb3BlbmZvbGRlcghGVF9jbG9zZQxGVF9uZXdmb2xkZXIJRlRfcmVuYW1lB0ZUX2NvcHkJRlRfc2VhcmNoCUZUX3VwbG9hZAdGVF9iYWNrDEZUX3NlbGVjdGFsbAdGVF9zb3J0CUZUX29wdGlvbgdGVF90aWNrDEZfQnJlYWRjcnVtYghGX1NhdmVhcwZGX0dyaWQMRl9HcmFuZHRvdGFsCEZfRGVsZXRlCEZfRXhwb3J0B0ZfQ2hhcnQGRl9Mb2FkCEZfUmVuYW1lDEZfRnVsbHNjcmVlbgpGX1N1YnRvdGFsC0ZfTmV3UmVwb3J0EkZfTnVtYmVyRm9ybWF0dGluZwtGX0NTVmV4cG9ydAtGX1BERmV4cG9ydA1GX0V4Y2VsRXhwb3J0BkZfU2F2ZQhGb250VHlwZQtMaW5lU3BhY2luZwRMb2NrBkl0YWxpYwdKdXN0aWZ5DlRhYmxlT2ZDb250ZW50ClBhZ2VOdW1iZXIOSGlnaGxpZ2h0Q29sb3IEQm9sZAlTdWJzY3JpcHQNRl9BbGlnbkNlbnRlcglGb250Q29sb3IJUGFnZVNldHVwC1N0cm9rZVN0eWxlDVN0cmlrZXRocm91Z2gHUGljdHVyZQhCb29rbWFyaw5JbmNyZWFzZUluZGVudAhGX0hlYWRlcgtTdXBlcnNjcmlwdAlOdW1iZXJpbmcHQnVsbGV0cw5EZWNyZWFzZUluZGVudAxTaG93SGlkZVBhbmUKQWxpZ25SaWdodAZGb290ZXIIQ2xlYXJBbGwNT3V0c2lkZUJvcmRlcgpBbGxCb3JkZXJzDUluc2lkZUJvcmRlcnMEQ2VsbAdGX0JyZWFrC0ZfUGFnZUJyZWFrCkZfTmV4dFBhZ2UHQXV0b0ZpdBBGaXhlZENvbHVtbldpZHRoDUF1dG9GaXRXaW5kb3cMQnJpbmdGb3J3YXJkCkJyaW5nRnJvbnQIU2VuZGJhY2sMU2VuZEJhY2t3YXJkB1VuZ3JvdXAFR3JvdXAFT3JkZXIPRl9TaW5nbGVVcEFycm93EUZfU2luZ2xlRG93bkFycm93EkZfU2luZ2xlUmlnaHRBcnJvdxFGX1NpbmdsZUxlZnRBcnJvdxJGX0RvdWJsZVJpZ2h0QXJyb3cRRl9Eb3VibGVMZWZ0QXJyb3cJWm9vbVRvRml0CEFkZEFib3ZlCEFkZEJlbG93BkZfTGluZQdGX0Fycm93C0ZfUmVjdGFuZ2xlCEZfQ2lyY2xlCkZfUGVudGFnYW4IRl9MZW5ndGgLRl9QZXJpbWV0ZXIGRl9BcmVhCEZfUmFkaXVzCEZfVm9sdW1lEkZfQ2hhbmdlU2NhbGVSYXRpbwxGX1Byb3BlcnRpZXMJRl9Db21tZW50ClRodW1ic0Rvd24IVGh1bWJzVXALVGh1bWJzRG93bjEJSlBHRXhwb3J0CVBOR0V4cG9ydAlTVkdFeHBvcnQRRl9Gb3JtdWxhRnVuY3Rpb24MSGlkZWhlYWRpbmdzDUhpZGVHcmlkbGluZXMGRl9IaWRlC0ZfRHVwbGljYXRlB01zRXhjZWwJRXhwb3J0Q1NWCU1zRXhjZWw5NwNNRFgXRl9Db25kaXRpb25hbEZvcm1hdHRpbmcIRm9ybWF0X0YITmFtZWRzZXQLTy1BdHRyaWJ1dGUJRGltZW5zaW9uBkxldmVsMQZMZXZlbDIGTGV2ZWwzBkxldmVsNAZMZXZlbDULVXNlckRlZmluZWQDS1BJCkZfU29ydERvd24KRl9Tb3J0Tm9uZQhGX1NvcnRVcBBDYWxjdWxhdGVkTWVtYmVyCkN1c3RvbVNvcnQOU29ydERlc2NlbmRpbmcNU29ydEFzY2VuZGluZwpBZGRDb21tZW50BVJlcGx5CVNlbmRBcnJvdwtDb21tZW50TWFyaxJGVF9IYW5kV3JpdHRlblNpZ24MRl9NYWluRmlsdGVyClVuZmlsdGVyZWQQRmlsdGVyZWRTb3J0RGVzYwpGX1NvcnREZXNjCkZfU29ydEFzY2UQRmlsdGVyZWRTb3J0QXNjZQhGaWx0ZXJlZAlGX1JlYXBwbHkIRl9SZW9wZW4HRl9Hcm91cAlGX1VuZ3JvdXAAAAA=) format("truetype"); +} + +.e-icons { + font-family: "e-icons"; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +/*! calendar fabric theme variables */ +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +/*! High contrast theme definitions and variables */ +/*! Value element styles */ +/*! Tooltip styles */ +/*! Tip Content styles */ +/*! Title styles */ +/*! Wrapper styles */ +/*! Component group styles */ +/*! Button styles */ +/*! inplaceeditor icons */ +.e-inplaceeditor .e-save-icon::before, +.e-inplaceeditor-tip .e-save-icon::before { + content: '\e614'; +} + +.e-inplaceeditor .e-cancel-icon::before, +.e-inplaceeditor-tip .e-cancel-icon::before { + content: '\ebe8'; +} + +.e-inplaceeditor .e-editable-overlay-icon::before, +.e-inplaceeditor-tip .e-editable-overlay-icon::before { + content: '\e97c'; +} + +/*! inplaceeditor layout */ +.e-bigger .e-inplaceeditor .e-editable-value-wrapper, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper { + padding: 8px 12px; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value { + font-size: 15px; + margin: 0 32px 0 0; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon { + right: 12px; + width: 20px; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before { + font-size: 16px; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save { + margin: 0 4px 0 0; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel { + margin: 0 0 0 4px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value { + margin: 0 0 0 32px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon { + left: 12px; + right: auto; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save { + margin: 0 0 0 4px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel { + margin: 0 4px 0 0; +} + +.e-inplaceeditor { + display: inline-block; + position: relative; + width: auto; +} + +.e-inplaceeditor .e-editable-value-wrapper { + display: inline-block; + padding: 6px 10px; + position: relative; + width: auto; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + display: inline-block; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + margin: 0 30px 0 0; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + bottom: 0; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + height: inherit; + position: absolute; + right: 10px; + top: 0; + visibility: hidden; + width: 18px; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-size: 14px; +} + +.e-inplaceeditor .e-editable-value-wrapper.e-hide { + display: none; +} + +.e-inplaceeditor .e-editable-value-wrapper.e-editable-open { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon { + visibility: visible; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon { + visibility: hidden; +} + +.e-inplaceeditor .e-editable-action-buttons { + margin-top: 4px; + position: absolute; + right: 0; + z-index: 100; +} + +.e-inplaceeditor.e-overlay { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value { + margin: 0 0 0 30px; +} + +.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon { + left: 10px; + right: auto; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons { + left: 0; + right: auto; +} + +.e-bigger .e-inplaceeditor, +.e-inplaceeditor.e-bigger, +.e-bigger .e-inplaceeditor-tip, +.e-inplaceeditor-tip.e-bigger { + width: auto; +} + +.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle, +.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: inherit; +} + +.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle, +.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: inherit; +} + +.e-inplaceeditor .e-editable-loading, +.e-inplaceeditor-tip .e-editable-loading { + display: none; + min-height: 100%; + position: absolute; + top: 0; +} + +.e-inplaceeditor .e-editable-loading.e-show, +.e-inplaceeditor-tip .e-editable-loading.e-show { + display: block; +} + +.e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner, +.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner { + left: auto; + right: 5px; + transform: translateX(-30%) translateY(-50%); +} + +.e-inplaceeditor .e-editable-form, +.e-inplaceeditor-tip .e-editable-form { + width: 100%; +} + +.e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon, +.e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon { + visibility: hidden; +} + +.e-inplaceeditor .e-component-group, +.e-inplaceeditor-tip .e-component-group { + margin-bottom: 4px; +} + +.e-inplaceeditor .e-component-group .e-editable-component, +.e-inplaceeditor-tip .e-component-group .e-editable-component { + min-width: 150px; + position: relative; +} + +.e-inplaceeditor .e-control-overlay, +.e-inplaceeditor-tip .e-control-overlay { + visibility: hidden; +} + +.e-inplaceeditor .e-control-overlay.e-richtexteditor, +.e-inplaceeditor-tip .e-control-overlay.e-richtexteditor { + opacity: .5; + pointer-events: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + visibility: visible; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save { + margin: 0 4px 0 0; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons { + font-size: 16px; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel { + margin: 0 0 0 4px; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons { + font-size: 16px; +} + +.e-inplaceeditor .e-editable-action-buttons.e-hide, +.e-inplaceeditor-tip .e-editable-action-buttons.e-hide { + visibility: hidden; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save { + margin: 0 0 0 4px; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel { + margin: 0 4px 0 0; +} + +.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper, +.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper { + padding: 12px; +} + +.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper, +.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper { + padding: 10px 12px 12px 12px; +} + +.e-bigger .e-inplaceeditor-tip .e-editable-title, +.e-inplaceeditor-tip.e-bigger .e-editable-title { + font-size: 14px; + min-height: 36px; + padding: 0 0 0 12px; +} + +.e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title, +.e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title { + padding: 0 12px 0 0; +} + +.e-inplaceeditor-tip { + opacity: 1; + width: auto; +} + +.e-inplaceeditor-tip.e-tooltip-wrap { + max-width: 100%; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content { + padding: 0; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title { + -ms-flex-line-pack: center; + align-content: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: 600; + height: 30px; + -ms-flex-pack: center; + justify-content: center; + padding: 0 0 0 12px; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper { + display: -ms-flexbox; + display: flex; + padding: 12px; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons { + float: right; + margin-top: 4px; + position: relative; + right: auto; + top: auto; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper { + padding: 10px 12px 12px 12px; +} + +.e-inplaceeditor-tip.e-hide { + visibility: hidden; +} + +.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title { + padding: 0 12px 0 0; +} + +.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons { + float: left; +} + +.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor { + background-size: 150px 60px; + min-height: 60px; +} + +.e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor, +.e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor { + background-size: 150px 70px; + min-height: 70px; +} + +/*! inplaceeditor theme */ +.e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + border-bottom: 1px dashed #fff; + color: #fff; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + color: #fff; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover { + background: #685708; + border-radius: 0; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value { + border-bottom-color: transparent; +} + +.e-inplaceeditor[data-underline='false'] .e-editable-value-wrapper .e-editable-value { + border-bottom: 0; +} + +.e-inplaceeditor.e-disable { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value { + border-bottom-color: transparent; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn { + background-color: ""; + border: ""; + box-shadow: none; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons { + color: #fff; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons { + color: ""; +} + +.e-inplaceeditor-tip.e-tooltip-wrap { + background: #000; + box-shadow: none; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content { + border-radius: 0; + color: #fff; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-inner { + color: #000; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #fff; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { + border-top-color: #fff; +} + +.e-inplaceeditor-tip.e-tooltip-wrap.e-popup { + border: 1px solid #fff; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-editable-title { + background: transparent; + border-bottom: 1px solid #fff; + color: #ffd939; +} + +.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #fff; +} + +.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { + color: #000; +} + +.e-toast .e-toast-close-icon::before { + content: ""; +} + +/*! toast layout */ +.e-bigger .e-toast-container.e-toast-top-left, +.e-toast-container.e-bigger.e-toast-top-left { + left: 10px; + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-left, +.e-toast-container.e-bigger.e-toast-bottom-left { + bottom: 10px; + left: 10px; +} + +.e-bigger .e-toast-container.e-toast-top-right, +.e-toast-container.e-bigger.e-toast-top-right { + right: 10px; + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-right, +.e-toast-container.e-bigger.e-toast-bottom-right { + bottom: 10px; + right: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-center, +.e-toast-container.e-bigger.e-toast-bottom-center { + bottom: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-center .e-toast, +.e-toast-container.e-bigger.e-toast-bottom-center .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-toast-top-center, +.e-toast-container.e-bigger.e-toast-top-center { + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-top-center .e-toast, +.e-toast-container.e-bigger.e-toast-top-center .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-toast-full-width, +.e-toast-container.e-bigger.e-toast-full-width { + left: 0; + right: 0; +} + +.e-bigger .e-toast-container.e-toast-full-width .e-toast, +.e-toast-container.e-bigger.e-toast-full-width .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions { + text-align: left; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions > *, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions > * { + margin-left: initial; + margin-right: 10px; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-close-icon, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-close-icon { + margin-left: initial; + margin-right: auto; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-icon, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-icon { + margin-left: 8px; + margin-right: initial; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-progress, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-progress { + left: auto; + right: 0; +} + +.e-bigger .e-toast-container .e-toast, +.e-toast-container.e-bigger .e-toast { + border-radius: 0; + font-size: 14px; + margin: 0 0 10px; + min-height: 48px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content { + padding: 8px 0 8px 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:first-child { + padding: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:last-child { + padding-bottom: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content + .e-toast-actions { + padding: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions { + padding: 8px 0 0 0; + text-align: right; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions > *, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions > * { + margin-left: 10px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-close-icon, +.e-toast-container.e-bigger .e-toast .e-toast-close-icon { + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-icon, +.e-toast-container.e-bigger .e-toast .e-toast-icon { + font-size: 16px; + height: 24px; + margin-right: 8px; + width: 24px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-progress, +.e-toast-container.e-bigger .e-toast .e-toast-progress { + height: 2px; +} + +.e-toast-container { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-direction: column; + flex-direction: column; + position: relative; +} + +.e-toast-container.e-toast-top-left { + left: 10px; + top: 10px; +} + +.e-toast-container.e-toast-bottom-left { + bottom: 10px; + left: 10px; +} + +.e-toast-container.e-toast-top-right { + right: 10px; + top: 10px; +} + +.e-toast-container.e-toast-bottom-right { + bottom: 10px; + right: 10px; +} + +.e-toast-container.e-toast-bottom-center { + bottom: 10px; + pointer-events: none; + right: 0; + width: 100%; +} + +.e-toast-container.e-toast-bottom-center .e-toast { + margin: 0 auto 10px; + pointer-events: auto; +} + +.e-toast-container.e-toast-top-center { + pointer-events: none; + right: 0; + top: 10px; + width: 100%; +} + +.e-toast-container.e-toast-top-center .e-toast { + margin: 0 auto 10px; + pointer-events: auto; +} + +.e-toast-container.e-toast-full-width { + left: 0; + right: 0; + width: 100%; +} + +.e-toast-container.e-toast-full-width .e-toast { + margin: 0 auto 10px; + width: 96%; +} + +.e-toast-container.e-rtl .e-toast .e-toast-actions { + text-align: left; +} + +.e-toast-container.e-rtl .e-toast .e-toast-actions > * { + margin-left: initial; + margin-right: 10px; +} + +.e-toast-container.e-rtl .e-toast .e-toast-close-icon { + margin-left: initial; + margin-right: auto; +} + +.e-toast-container.e-rtl .e-toast .e-toast-icon { + margin-left: 8px; + margin-right: initial; +} + +.e-toast-container.e-rtl .e-toast .e-toast-progress { + left: auto; + right: 0; +} + +.e-toast-container .e-toast { + border-radius: 0; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 14px; + margin: 0 0 10px; + overflow: hidden; + padding: 16px; + position: relative; +} + +.e-toast-container .e-toast .e-toast-icon, +.e-toast-container .e-toast .e-toast-message { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toast-container .e-toast > * { + word-break: break-word; + word-wrap: break-word; +} + +.e-toast-container .e-toast .e-toast-message { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + width: inherit; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title, +.e-toast-container .e-toast .e-toast-message .e-toast-content { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title:first-child, +.e-toast-container .e-toast .e-toast-message .e-toast-content:first-child { + padding: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title:last-child, +.e-toast-container .e-toast .e-toast-message .e-toast-content:last-child { + padding-bottom: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title > *, +.e-toast-container .e-toast .e-toast-message .e-toast-content > * { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title { + font-size: 14px; + font-weight: bold; + letter-spacing: .5px; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content { + padding: 8px 0 8px 0; + word-break: break-word; + word-wrap: break-word; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions { + padding-top: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-actions { + margin: 1px 0 0 3px; + padding: 8px 0 0 0; + text-align: right; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-actions > * { + margin-left: 10px; +} + +.e-toast-container .e-toast .e-toast-close-icon { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + font-size: 16px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + margin-left: auto; + width: 24px; +} + +.e-toast-container .e-toast .e-toast-icon { + -ms-flex-align: center; + align-items: center; + font-size: 16px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + margin-right: 8px; + width: 24px; +} + +.e-toast-container .e-toast .e-toast-progress { + bottom: 0; + height: 2px; + left: 0; + position: absolute; +} + +.e-content-placeholder.e-toast.e-placeholder-toast { + background-size: 400px 100px; + min-height: 100px; +} + +.e-bigger .e-content-placeholder.e-toast.e-placeholder-toast, +.e-bigger.e-content-placeholder.e-toast.e-placeholder-toast { + background-size: 400px 100px; + min-height: 100px; +} + +.e-toast-container .e-toast { + background-color: #333; + box-shadow: none; + color: #fff; + border: 1px solid #969696; +} + +.e-toast-container .e-toast.e-toast-success { + background-color: #7fde7d; + color: #000; + border-color: #969696; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title { + color: #000; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content { + color: #000; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-icon { + color: #000; +} + +.e-toast-container .e-toast.e-toast-success:hover { + background-color: #69cd67; + box-shadow: none; + color: #000; + border-color: #fff; +} + +.e-toast-container .e-toast.e-toast-info { + background-color: #47a0ff; + color: #000; + border-color: #969696; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title { + color: #000; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content { + color: #000; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-icon { + color: #000; +} + +.e-toast-container .e-toast.e-toast-info:hover { + background-color: #308df0; + box-shadow: none; + color: #000; + border-color: #fff; +} + +.e-toast-container .e-toast.e-toast-warning { + background-color: #ffb63e; + color: #000; + border-color: #969696; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title { + color: #000; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content { + color: #000; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-icon { + color: #000; +} + +.e-toast-container .e-toast.e-toast-warning:hover { + background-color: #f1a529; + box-shadow: none; + color: #000; + border-color: #fff; +} + +.e-toast-container .e-toast.e-toast-danger { + background-color: #ff6161; + color: #000; + border-color: #969696; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title { + color: #000; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content { + color: #000; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-icon { + color: #000; +} + +.e-toast-container .e-toast.e-toast-danger:hover { + background-color: #ed4848; + box-shadow: none; + color: #000; + border-color: #fff; +} + +.e-toast-container .e-toast:hover { + background-color: #333; + box-shadow: none; + border-color: #fff; +} + +.e-toast-container .e-toast .e-toast-icon { + color: #fff; +} + +.e-toast-container .e-toast .e-toast-close-icon { + color: #fff; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title { + color: #fff; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content { + color: #fff; +} + +.e-toast-container .e-toast .e-toast-progress { + background-color: #ffd939; +} + +/*! PdfViewer's high contrast theme override definitions and variables */ +.e-pdfviewer .e-pv-icon::before { + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-icon-search::before { + font-family: 'e-icons'; + font-size: 12px; +} + +.e-pdfviewer .e-pv-open-document-icon::before { + content: '\ebdd'; +} + +.e-pdfviewer .e-pv-download-document-icon::before { + content: '\ebe4'; +} + +.e-pdfviewer .e-pv-print-document-icon::before { + content: '\ebf9'; +} + +.e-pdfviewer .e-pv-first-page-navigation-icon::before { + content: '\ebde'; +} + +.e-pdfviewer .e-pv-previous-page-navigation-icon::before, +.e-pdfviewer .e-pv-prev-search-icon::before { + content: '\ebdf'; +} + +.e-pdfviewer .e-pv-next-page-navigation-icon::before, +.e-pdfviewer .e-pv-next-search-icon::before { + content: '\ebe0'; +} + +.e-pdfviewer .e-pv-last-page-navigation-icon::before { + content: '\ebe1'; +} + +.e-pdfviewer .e-pv-zoom-out-icon::before { + content: '\ebe2'; +} + +.e-pdfviewer .e-pv-zoom-in-icon::before { + content: '\ebe3'; +} + +.e-pdfviewer .e-pv-thumbnail-view-icon::before { + content: '\ec00'; +} + +.e-pdfviewer .e-pv-thumbnail-view-disable-icon::before { + color: #757575; + content: '\ec00'; +} + +.e-pdfviewer .e-pv-thumbnail-view-selection-icon::before { + color: rgba(0, 0, 0, 0.87); + content: '\ec00'; +} + +.e-pdfviewer .e-pv-bookmark-icon::before { + content: '\ebe5'; +} + +.e-pdfviewer .e-pv-bookmark-disable-icon::before { + color: #757575; + content: '\ebe5'; +} + +.e-pdfviewer .e-pv-bookmark-selection-icon::before { + color: rgba(0, 0, 0, 0.87); + content: '\ebe5'; +} + +.e-pdfviewer .e-pv-title-close-icon::before, +.e-pdfviewer .e-pv-annotation-tools-close-icon::before, +.e-pdfviewer .e-pv-annotation-popup-close::before { + content: '\ebe8'; + font-size: 12px; +} + +.e-pdfviewer .e-pv-resize-icon::before { + content: '\e84b'; + font-size: 10px; +} + +.e-pdfviewer .e-pv-text-select-tool-icon::before { + content: '\ebf6'; +} + +.e-pdfviewer .e-pv-pan-tool-icon::before { + content: '\ebf3'; +} + +.e-pdfviewer .e-pv-text-search-icon::before { + content: '\ebe6'; +} + +.e-pdfviewer .e-pv-search-icon::before { + content: '\ebe6'; + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-search-close::before { + content: '\ebe8'; + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-annotation-icon::before { + content: '\ebff'; +} + +.e-pdfviewer .e-pv-annotation-color-icon::before { + content: '\ebf2'; +} + +.e-pdfviewer .e-pv-annotation-stroke-icon::before { + content: '\e668'; +} + +.e-pdfviewer .e-pv-annotation-opacity-icon::before { + content: '\ebf4'; +} + +.e-pdfviewer .e-pv-annotation-thickness-icon::before { + content: '\ebfe'; +} + +.e-pdfviewer .e-pv-annotation-delete-icon::before { + content: '\ebf5'; +} + +.e-pdfviewer .e-pv-undo-icon::before { + content: '\ebed'; +} + +.e-pdfviewer .e-pv-redo-icon::before { + content: '\ebfa'; +} + +.e-pdfviewer .e-pv-more-icon::before { + content: '\ebef'; +} + +.e-pdfviewer .e-pv-backward-icon::before { + content: '\e962'; +} + +.e-pdfviewer .e-pv-notification-icon { + background-image: none; + background-repeat: no-repeat; + background-size: auto; + height: auto; +} + +.e-pdfviewer .e-pv-notification-icon-rtl { + background-image: none; + background-position: right; + background-repeat: no-repeat; + background-size: auto; + height: auto; +} + +.e-pdfviewer .e-pv-annotation-calibrate-icon::before { + content: '\e678'; +} + +.e-pv-download-document-icon.e-menu-icon::before { + content: '\ebe4'; +} + +.e-pv-bookmark-icon.e-menu-icon::before { + content: '\ebe5'; +} + +.e-pv-highlight-icon::before { + content: '\ebee'; + font-family: 'e-icons'; +} + +.e-pv-underline-icon::before { + content: '\ebf0'; + font-family: 'e-icons'; +} + +.e-pv-strikethrough-icon::before { + content: '\ebf1'; + font-family: 'e-icons'; +} + +.e-pv-copy-icon::before { + content: '\e70a'; + font-family: 'e-icons'; +} + +.e-pv-stamp-icon::before { + content: '\ec01'; +} + +.e-pv-shape-line-icon::before { + content: '\e668'; + font-family: 'e-icons'; +} + +.e-pv-shape-arrow-icon::before { + content: '\e669'; + font-family: 'e-icons'; +} + +.e-pv-shape-rectangle-icon::before { + content: '\e670'; + font-family: 'e-icons'; +} + +.e-pv-shape-circle-icon::before { + content: '\e671'; + font-family: 'e-icons'; +} + +.e-pv-shape-pentagon-icon::before { + content: '\e672'; + font-family: 'e-icons'; +} + +.e-pv-annotation-shape-icon::before { + content: '\ebfc'; +} + +.e-pv-cut-icon::before { + content: '\e33b'; + font-family: 'e-icons'; +} + +.e-pv-paste-icon::before { + content: '\e355'; + font-family: 'e-icons'; +} + +.e-pv-delete-icon::before { + content: '\ebf5'; + font-family: 'e-icons'; +} + +.e-pv-properties-fill-color-icon::before { + content: '\ebf2'; + font-family: 'e-icons'; +} + +.e-pv-properties-stroke-color-icon::before { + content: '\e668'; + font-family: 'e-icons'; +} + +.e-pv-comment-icon::before { + content: '\e680'; + font-family: 'e-icons'; +} + +.e-pv-comment-selection-icon::before { + color: rgba(0, 0, 0, 0.87); + content: '\e680'; + font-family: 'e-icons'; +} + +.e-pv-comment-panel-icon::before { + content: '\eb8b'; + font-family: 'e-icons'; +} + +.e-pv-accepted-icon::before { + color: #fff; + content: '\e682'; + font-family: 'e-icons'; + font-size: 14px; + padding: 1px 1px 1px 4px; + position: absolute; +} + +.e-pv-rejected-icon::before { + color: #fff; + content: '\e683'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 4px; + position: absolute; +} + +.e-pv-completed-icon::before { + color: #fff; + content: '\e614'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 3.5px; + position: absolute; +} + +.e-pv-cancelled-icon::before { + color: #fff; + content: '\e60a'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 3.5px; + position: absolute; +} + +.e-pv-scale-ratio-icon::before { + content: '\e678'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-distance-icon::before { + content: '\e673'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-perimeter-icon::before { + content: '\e674'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-area-icon::before { + content: '\e675'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-radius-icon::before { + content: '\e676'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-volume-icon::before { + content: '\e677'; + font-family: 'e-icons'; +} + +.e-pv-freetext-icon::before { + content: '\ebe7'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textalign-icon::before { + content: '\ebeb'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textcolor-icon::before { + content: '\e34c'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textprop-icon::before { + content: '\eb04'; + font-family: 'e-icons'; +} + +.e-pv-left-align-icon::before { + content: '\ebeb'; + font-family: 'e-icons'; +} + +.e-pv-right-align-icon::before { + content: '\eb82'; + font-family: 'e-icons'; +} + +.e-pv-center-align-icon::before { + content: '\eb9e'; + font-family: 'e-icons'; +} + +.e-pv-justfiy-align-icon::before { + content: '\eb67'; + font-family: 'e-icons'; +} + +.e-pv-bold-icon::before { + content: '\eb77'; + font-family: 'e-icons'; +} + +.e-pv-italic-icon::before { + content: '\eb99'; + font-family: 'e-icons'; +} + +.e-pv-strikeout-icon::before { + content: '\eb7f'; + font-family: 'e-icons'; +} + +.e-pv-underlinetext-icon::before { + content: '\ebf0'; + font-family: 'e-icons'; +} + +.e-pv-superscript-icon::before { + content: '\e352'; + font-family: 'e-icons'; +} + +.e-pv-subscript-icon::before { + content: '\e357'; + font-family: 'e-icons'; +} + +.e-pv-handwritten-icon::before { + content: '\e739'; + font-family: 'e-icons'; +} + +/*! component layout */ +.e-pdfviewer .e-pv-viewer-container { + border-style: solid; + border-width: 0 1px 1px 1px; +} + +.e-pdfviewer .e-pv-text-layer { + position: absolute; + top: 0; + z-index: 2; +} + +.e-pdfviewer .e-pv-annotation-canvas { + left: 0; + position: absolute; + top: 0; +} + +.e-pdfviewer .e-pv-text { + background: transparent; + color: transparent; + line-height: normal; + opacity: 0.6; + position: absolute; +} + +.e-pdfviewer .e-pv-search-text-highlight, +.e-pdfviewer .e-pv-search-text-highlightother { + line-height: normal; + opacity: 0.6; + position: absolute; +} + +.e-pdfviewer .e-pv-hyperlink { + z-index: 2; +} + +.e-pdfviewer .e-pv-hyperlink.e-pv-onselection { + z-index: 1; +} + +.e-pdfviewer .e-enable-text-selection { + -ms-user-select: text; + -webkit-user-select: text; + user-select: text; +} + +.e-pdfviewer .e-disable-text-selection { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; +} + +.e-pdfviewer .e-enable-text-selection .e-pv-text { + display: inline-block; +} + +.e-pdfviewer .e-disable-text-selection .e-pv-text { + display: none; +} + +.e-pdfviewer .e-pv-cursor { + cursor: text; +} + +.e-pdfviewer .e-pv-crosshair-cursor { + cursor: crosshair; +} + +.e-pdfviewer .e-pv-touch-select-drop { + display: inline-block; + height: 30px; + position: absolute; + width: 30px; + z-index: 1000; +} + +.e-pdfviewer .e-pv-touch-ellipse { + background-color: #3088ed; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + border-color: #3088ed; + border-style: solid; + border-top-left-radius: 50%; + border-width: 2px; + height: 20px; + margin: 0 0 0 9px; + position: absolute; + width: 20px; +} + +.e-pdfviewer .e-pv-annotation-note { + border-radius: 2px; + cursor: auto; + font-size: 14px; + height: auto; + max-width: 200px; + min-height: 10px; + min-width: 30px; + overflow-wrap: break-word; + padding: 5px; + position: absolute; + width: auto; + z-index: 10000; +} + +.e-pdfviewer .e-pv-annotation-note-author { + border-bottom: 1px solid #000; + font-weight: bold; +} + +.e-pdfviewer .e-pv-annotation-popup-menu { + cursor: auto; + min-width: 396px; + padding-bottom: 6px; + position: absolute; + width: auto; + z-index: 10000; +} + +.e-pdfviewer .e-pv-annotation-popup-header { + height: auto; + min-height: 29px; + padding-top: 14px; +} + +.e-pdfviewer .e-pv-annotation-popup-author { + float: left; + font-size: 16px; + font-weight: bold; + margin-left: 14px; +} + +.e-pdfviewer .e-pv-annotation-popup-close { + float: right; + height: 20px; + margin-right: 14px; + width: 20px; +} + +.e-pdfviewer .e-pv-annotation-modified-time { + height: 14px; + margin-left: 14px; + padding-top: 8px; +} + +.e-pdfviewer .e-pv-annotation-popup-note-container { + height: auto; + padding: 14px; + width: auto; +} + +.e-pdfviewer .e-pv-annotation-popup-content { + background-color: #fff; + border: 1px solid; + font-size: 16px; + min-height: 132.08px; + overflow: hidden auto; + width: 368px; +} + +.e-pdfviewer .e-pv-properties-fill-color-icon, +.e-pdfviewer .e-pv-properties-stroke-color-icon { + border-bottom: 2px solid; +} + +.e-pdfviewer .e-pv-drop { + color: #3088ed; + display: inline-block; + height: 20px; + position: absolute; + width: 20px; + z-index: 1000; +} + +.e-pdfviewer .e-pv-droplet { + background-color: #3088ed; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + border-color: #3088ed; + border-style: solid; + border-top-left-radius: 50%; + border-width: 2px; + height: 20px; + margin: 0 0 0 9px; + position: absolute; + width: 20px; +} + +.e-pv-viewer-container { + background-color: #000; + border-color: #969696; + height: calc(100% - 50px); + overflow: auto; + position: relative; + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; +} + +.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar { + display: none; +} + +.e-pv-page-container { + margin: 0; + padding: 0; + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; +} + +.e-pv-mobilespanscroll-container { + color: #fff; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger .e-pv-icon-search, +.e-pv-icon { + font-size: 16px; +} + +.e-pv-mobilescroll-container { + background-color: #000; + border: 1px solid #757575; + border-radius: 56px 0 0 56px; + line-height: 27px; + position: absolute; + text-align: center; +} + +.e-pv-viewer-container .e-pv-page-div { + border-color: #fff; + border-style: solid; + border-width: 1px; + box-shadow: none; + box-sizing: content-box; + position: absolute; +} + +.e-pv-toolbar, +.e-pv-nav-toolbar, +.e-pv-annotation-toolbar { + border: 1px solid #969696; + border-radius: 0; + border-width: 1px; +} + +.e-pv-toolbar, +.e-pv-annotation-toolbar { + height: 52px; +} + +.e-pv-nav-toolbar, +.e-bigger .e-pv-toolbar, +.e-pv-toolbar.e-pv-mobile-toolbar, +.e-bigger .e-pv-annotation-toolbar, +.e-pv-mobile-view .e-pv-annotation-toolbar { + height: 52px; +} + +.e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container { + height: 32px; + width: 81px; +} + +.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container { + display: none; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text, +.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-pv-current-page-box.e-input-group.e-control-wrapper { + height: 28px; + margin-top: 0; + width: 35px; +} + +.e-pv-mobilepagenoscroll-container { + background: #333; + border: 1px solid #757575; + border-radius: 10px; + padding: 6px; + text-align: center; + vertical-align: middle; +} + +.e-pv-mobilecurrentpage-container { + color: #fff; + display: block; + font-family: Roboto-Regular; + font-size: 24px; +} + +.e-pv-mobiledashedline-container { + color: #fff; + display: block; + padding: 10px; +} + +.e-pv-number-ofpages { + width: 10%; +} + +.e-pv-gotopage-popup { + max-width: 500px; + padding-left: 16px; + padding-top: 16px; +} + +.e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled { + background-color: transparent; +} + +.e-pv-mobiletotalpage-container { + color: #fff; + display: block; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-password-input { + margin-top: 14px; +} + +.e-pv-password-error { + color: #ff6161; +} + +.e-pv-corrupted-popup-header { + color: #fff; + opacity: 1; +} + +.e-pv-corrupted-popup-content { + color: #fff; + font-size: 14px; + line-height: 24px; + margin-left: 0; + opacity: 1; + padding-top: 0; + text-align: left; +} + +.e-pv-corrupted-popup-content-rtl { + color: #fff; + font-size: 14px; + line-height: 24px; + margin-right: 53px; + opacity: 1; + padding-top: 0; + text-align: right; +} + +.e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) { + height: auto; + margin-left: 1.5px; + margin-right: 1.5px; + padding-bottom: 0; + padding-top: 0; +} + +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + margin-left: 1.5px; + margin-right: 1.5px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-right-width: 1px; + height: 24px; + margin-left: 5.5px; + margin-right: 5.5px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child { + margin-left: 4px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child { + margin-right: 4px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child { + margin-right: 4px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child { + margin-left: 4px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn, +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn { + height: 50px; + min-width: 20px; + width: 36px; +} + +.e-pv-open-document-icon { + font-size: 16px; + height: 16px; + line-height: 16px; + width: 18px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-download-document-icon { + line-height: 16px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-print-document-icon { + line-height: 16px; +} + +.e-pv-first-page-navigation-icon { + line-height: 14px; +} + +.e-pv-previous-page-navigation-icon { + line-height: 14px; +} + +.e-pv-next-page-navigation-icon { + line-height: 14px; +} + +.e-pv-last-page-navigation-icon { + line-height: 14px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-out-icon, +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-in-icon { + line-height: 16px; + size: 16px; +} + +.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container { + padding-left: 8px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-pv-pan-tool .e-pv-icon { + margin-right: 2px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container { + margin: 0 2.5px; + padding: 0; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator) { + color: #fff; + cursor: default; + font-size: 14px; + margin-left: 1.5px; + margin-right: 1.5px; + min-width: unset; + padding-bottom: 2px; + padding-left: 0; + position: relative; +} + +.e-pv-total-page { + color: #fff; + font-size: inherit; +} + +.e-pv-total-page-ms { + -ms-transform: translateY(-50%); + margin: 0; + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error), +.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error) { + background-color: transparent; + border: 1px solid #000; + height: inherit; + margin-top: -1px; + padding: 0 0 0 3px; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) { + background-color: transparent; + border: 1px solid #ffd939; + border-radius: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon { + color: inherit; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + height: inherit; + margin-top: -1px; + padding-bottom: 0; + padding-top: 0; +} + +.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + padding-left: 0; +} + +.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + padding-right: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon { + background-color: transparent; + border-left: 0; + margin-bottom: 0; + margin-left: -6px; + margin-top: 2px; + padding-right: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control, +.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input { + text-align: center; +} + +.e-pv-zoom-drop-down.e-ddl.e-popup.e-popup-open, +.e-pv-prop-dropdown.e-ddl.e-popup.e-popup-open { + text-align: left; +} + +.e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active +.e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active { + color: #000; +} + +.e-pv-zoom-drop-down.e-popup.e-popup-open { + min-height: 300px; + min-width: 110px; +} + +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) { + border: 1px solid #969696; + border-radius: 2px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header, +.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header, +.e-pv-notification-popup.e-dialog .e-dlg-header { + font-size: 21px; + font-weight: normal; + letter-spacing: -0.21px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-notification-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + padding-top: 8px; +} + +.e-pv-password-popup.e-dialog { + height: 216px; + margin: 0 10px; + max-width: 425px; +} + +.e-pv-corrupted-popup.e-dialog { + height: 175px; + margin: 0 10px; + max-width: 346px; +} + +.e-pv-corrupted-popup.e-dialog .e-dlg-header-content, +.e-pv-notification-popup.e-dialog .e-dlg-header-content { + border-bottom: 0; +} + +.e-pv-corrupted-popup.e-dialog .e-footer-content, +.e-pv-notification-popup.e-dialog .e-footer-content { + border-top: 0; +} + +.e-pv-corrupted-popup.e-dialog .e-dlg-content { + padding-bottom: 0; + padding-top: 1px; +} + +.e-pv-password-popup.e-dialog span[id*='_prompt'] { + font-size: 14px; + letter-spacing: -0.16px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header-content { + border-bottom: 0; +} + +.e-pv-password-popup.e-dialog .e-footer-content { + border-top: 0; +} + +.e-pv-password-popup.e-dialog .e-dlg-content { + padding-bottom: 0; + padding-top: 1px; +} + +.e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + max-height: 28px; + padding-bottom: 5px; +} + +.e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-left: 0; +} + +.e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-right: 0; +} + +.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before, +.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before { + transform: 0deg; +} + +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::after, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::before, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::after, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::before, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before { + background: none; +} + +.e-pv-sidebar-container { + background: #000; + border-top: 1px solid #fff; + bottom: 0; + position: absolute; + top: 56px; + transition: transform .3s ease; + transition-duration: 200ms; + transition-timing-function: ease; + width: 250px; + z-index: 100; +} + +.e-pv-main-container { + height: 100%; + overflow: hidden; + position: relative; + width: 100%; +} + +.e-pv-viewer-main-container { + background-color: #000; + bottom: 0; + left: 0; + position: absolute; + right: 0.2px; + top: 0; +} + +.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container { + min-width: 400px; +} + +.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container { + min-height: 500px; +} + +.e-pv-sidebar-content-container { + border-top: 1px solid #e0e0e0; + display: none; + float: left; + height: calc(100% - 51px); + position: absolute; + transition-duration: 200ms; + transition-timing-function: ease; + width: 202px; +} + +.e-pv-sidebar-content-container.e-thumbnail { + height: 100%; + left: 1px; + position: unset; +} + +.e-pv-sidebar-title-container { + background: #000; + height: 50px; + position: absolute; + top: 0; + width: 202px; +} + +.e-pv-sidebar-title { + color: #fff; + font-size: 14px; + height: 16px; + margin: 0; + position: absolute; + text-align: left; + top: 15px; +} + +.e-pv-sidebar-title.e-left { + left: 8px; + width: 160px; +} + +.e-pv-sidebar-title.e-right { + right: 8px; +} + +.e-pv-sidebar-toolbar { + background: #000; + border: 0 solid #969696; + border-width: 0 0 1px 1px; + bottom: 0; + height: calc(100% - 51px); + position: absolute; + width: 47px; + z-index: 100; +} + +.e-pv-sidebar-content { + -webkit-overflow-scrolling: touch; + background: #000; + bottom: 0; + overflow: auto; + overflow-x: hidden; + position: absolute; + top: 48px; + width: 202px; + z-index: 103; +} + +.e-pv-sidebar-content.e-thumbnail { + top: 1px; +} + +.e-pv-sidebar-resizer { + background: #333; + border: 0; + border-width: 0; + color: inherit; + cursor: ew-resize; + height: calc(100%); + position: absolute; + width: 8px; + z-index: 105; +} + +.e-pv-sidebar-content::-webkit-scrollbar { + width: 16px; +} + +.e-pv-sidebar-content::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3); + background: #1a1a1a; + border: none; +} + +.e-pv-sidebar-content::-webkit-scrollbar-thumb { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5); + background: #c1c1c1; + background-clip: content-box; + border: 4px solid transparent; + border-radius: 100px; +} + +.e-pv-thumbnail-view-button.e-btn { + background: transparent; + border: none; + border-radius: none; + box-shadow: none; + font-weight: 400; + height: 32px; + line-height: 1.1em; + margin: 8px; + outline: none; + padding: 10px; + width: 32px; +} + +.e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn, +.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn { + background: #ffd939; + border: none; + border-radius: none; + line-height: 1.1em; + padding: 10px; +} + +.e-pv-bookmark-button.e-btn { + background: transparent; + border: none; + box-shadow: none; + font-weight: 400; + height: 34px; + margin: 8px; + outline: none; + padding: 10px; + width: 34px; +} + +.e-pv-title-close-div.e-btn { + background: transparent; + border: none; + box-shadow: none; + height: 32px; + left: 170px; + padding: 0 18px 3px 0; + position: absolute; + right: 21px; + top: 11px; + width: 32px; +} + +.e-pv-sidebar-toolbar-splitter { + background: #969696; + bottom: 0; + height: calc(100% - 51px); + position: absolute; + width: 1px; + z-index: 104; +} + +.e-pv-sidebar-content-splitter { + background: #fff; + height: 1px; + position: absolute; + top: 47px; + width: 201px; + z-index: 104; +} + +.e-pv-thumbnail-view { + bottom: 0; + height: 50%; + padding: 8px 30px 0; + position: absolute; + top: 0; +} + +.e-pv-thumbnail { + height: 140px; + margin: 0 20px 40px; + width: 100px; +} + +.e-pv-thumbnail-number { + color: #fff; + font-family: Roboto; + padding-left: 50px; + padding-right: 50px; + padding-top: 8px; +} + +.e-pv-thumbnail-selection-ring { + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); + padding: 6px; +} + +.e-pv-thumbnail-image { + background-clip: content-box; + background-color: #000; + height: 126px; + width: 88px; +} + +.e-pv-thumbnail-hover { + border: 1px solid #757575; + border-radius: 2px; + box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); + cursor: pointer; + padding: 5px; +} + +.e-pv-thumbnail-focus { + border: 2px solid #757575; + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); + cursor: pointer; + padding: 4px; +} + +.e-pv-thumbnail-selection { + border: 6px solid #ffd939; + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); + cursor: pointer; + padding: 0; +} + +.e-pv-thumbnail-row { + -ms-flex-wrap: wrap; + display: -ms-flexbox; + display: flex; + flex-wrap: wrap; +} + +.e-pv-thumbnail-row { + display: -ms-flexbox; +} + +.e-pv-thumbnail-column { + -ms-flex: 25%; + flex: 25%; +} + +.e-pv-thumbnail-column img { + display: block; + margin-left: auto; + margin-right: auto; +} + +.e-pv-bookmark-view { + height: 100%; + overflow: auto; + padding-top: 15px; + position: relative; +} + +div > .e-pv-bookmark-icon.e-pv-icon { + float: left; + font-size: 14px; + padding-left: 6px; + padding-right: 18px; +} + +.e-pv-sidebar-bookmark-title { + color: #000 87%; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-bookmark-view::-webkit-scrollbar { + height: 16px; + width: 16px; +} + +.e-pv-bookmark-view::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3); + background: #1a1a1a; + border: none; +} + +.e-pv-bookmark-view::-webkit-scrollbar-thumb { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5); + background: #c1c1c1; + background-clip: content-box; + border: 4px solid transparent; + border-radius: 100px; +} + +.e-pv-bookmark-view > .e-ul { + height: inherit; + overflow: unset; +} + +.e-pv-bookmark-view .e-fullrow { + height: 34px; +} + +.e-pv-bookmark-view .e-icon-collapsible::before, +.e-pv-bookmark-view .e-icon-expandable::before { + display: inline-block; + height: 13px; + padding: 7px; + width: 13px; +} + +.e-pv-bookmark-view .e-list-item .e-ul { + padding-left: 32px; +} + +.e-pv-bookmark-view .e-ul { + padding: 0 0 0 16px; +} + +.e-pv-text::selection { + background: #247796; +} + +.e-pv-text .e-pv-maintaincontent { + background: #247796; +} + +.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn, +.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn, +.e-pv-annotation-toolbar .e-dropdown-btn.e-btn, +.e-pv-shapes-toolbar .e-pv-tbar-btn, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret { + color: #fff; +} + +.e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon, +.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon, +.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon { + color: #757575; +} + +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item { + height: inherit; +} + +.e-pv-print-popup-container { + height: 100%; + left: 0; + overflow: auto; + position: absolute; + top: 0; + width: 100%; + z-index: 2000; +} + +.e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon { + padding: 0 10px; +} + +.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon { + padding: 0 10px; +} + +.e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select, +.e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select { + background: #ffd939; + border: 0; + border-radius: 0; + color: rgba(0, 0, 0, 0.87); +} + +.e-pv-sidebar-toolbar .e-pv-tbar-btn { + color: #fff; +} + +.e-pv-search-bar { + background-color: #000; + border: 1px solid #969696; + border-radius: 0; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + height: 114px; + padding: 24px 21.5px 26.5px 23px; + position: absolute; + top: 50px; + width: 355px; + z-index: 100; +} + +.e-pv-search-input { + height: 30px; + width: 242px; +} + +.e-pv-search-input-mobile { + height: 30px; +} + +.e-pv-match-case-container { + margin-top: 17.5px; +} + +.e-pv-search-btn.e-btn { + background-color: transparent; + border: 0; + box-shadow: none; + height: 24px; + margin-top: -6px; + width: 24px; +} + +.e-pv-search-btn.e-btn:active { + background-color: transparent; +} + +.e-pv-search-bar:not(.e-rtl) .e-pv-prev-search { + margin-left: 10.5px; +} + +.e-pv-search-bar:not(.e-rtl) .e-pv-next-search { + margin-left: 8px; +} + +.e-pv-search-bar.e-rtl .e-pv-prev-search { + margin-right: 10.5px; +} + +.e-pv-search-bar.e-rtl .e-pv-next-search { + margin-right: 8px; +} + +.e-pv-search-bar.e-rtl .e-pv-prev-search .e-pv-icon-search { + padding-right: 5px; +} + +.e-pv-notification-popup { + height: 198px; + margin: 0 10px; + max-width: 346px; +} + +.e-pv-notification-popup.e-pv-notification-large-content { + height: 218px; + max-width: 368px; +} + +.e-pv-notification-popup .e-pv-notification-popup-content { + font-size: 14px; +} + +.e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon { + background: transparent; +} + +.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active { + background: #ffd939; + color: #000; +} + +.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover { + color: #fff; +} + +.e-pv-bookmark-container { + background-color: transparent; + border: 1px solid #969696; +} + +.e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item { + border-bottom: 1px solid #969696; + height: 48px; +} + +.e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child { + border-bottom-width: 0; +} + +.e-pv-bookmark-container .e-listview .e-list-text { + -ms-transform: translateY(-50%); + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text { + color: #fff; +} + +.e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt { + background-color: transparent; + border-width: 0; + box-shadow: none; +} + +.e-pv-bookmark-container .e-pv-bookmark-view { + padding-top: 0; +} + +.e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul { + padding-left: 0; +} + +.e-pv-annotation-color-icon, +.e-pv-annotation-stroke-icon, +.e-pv-annotation-textcolor-icon { + border-bottom: 2px solid; +} + +.e-pv-annotation-opacity-popup-container, +.e-pv-annotation-thickness-popup-container { + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + height: auto; + min-height: 48px; + padding: 16px; + width: auto; +} + +.e-pv-annotation-opacity-label, +.e-pv-annotation-opacity-indicator, +.e-pv-annotation-thickness-label, +.e-pv-annotation-thickness-indicator { + float: left; + font-family: inherit; + font-size: inherit; +} + +.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + float: left; + height: auto; + margin-left: 11px; + margin-right: 10px; +} + +.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + width: 172px; +} + +.e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + width: 115px; +} + +.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider, +.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider { + height: 16px; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret, +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret, +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret { + font-size: 12px; +} + +.e-pv-annotation-color-container, +.e-pv-annotation-opacity-container, +.e-pv-annotation-stroke-container, +.e-pv-annotation-thickness-container, +.e-pv-annotation-textcolor-container, +.e-pv-annotation-textalign-container, +.e-pv-annotation-textprop-container { + height: 50px; + width: 56px; +} + +.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn { + padding-top: 19px; +} + +.e-pv-shapes-toolbar { + box-shadow: none; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 4px; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow { + margin-bottom: 0; + margin-left: 4px; + margin-right: 4px; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + height: 32px; + width: 32px; +} + +.e-pv-annotation-thickness-slider-container { + margin-top: -6px; +} + +.e-pv-annotation-opacity-icon { + padding-top: 1px; +} + +.e-pv-annotation-stamp-container .e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0; +} + +.e-pv-annotation-color-container.e-btn, +.e-pv-annotation-opacity-container.e-btn, +.e-pv-annotation-stroke-container.e-btn, +.e-pv-annotation-thickness-container.e-btn, +.e-pv-annotation-shapes-container.e-btn, +.e-pv-annotation-calibrate-container.e-btn, +.e-pv-annotation-textcolor-container.e-btn, +.e-pv-annotation-textalign-container.e-btn, +.e-pv-annotation-textprop-container.e-btn, +.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) { + background-color: #000; + border-color: transparent; +} + +.e-pv-annotation-color-container.e-btn:hover, +.e-pv-annotation-opacity-container.e-btn:hover, +.e-pv-annotation-stroke-container.e-btn:hover, +.e-pv-annotation-thickness-container.e-btn:hover, +.e-pv-annotation-shapes-container.e-btn:hover, +.e-pv-annotation-calibrate-container.e-btn:hover, +.e-pv-annotation-textcolor-container.e-btn:hover, +.e-pv-annotation-textalign-container.e-btn:hover, +.e-pv-annotation-textprop-container.e-btn:hover, +.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover { + background-color: #685708; + border-color: #fff; +} + +.e-pv-annotation-color-container.e-btn:active, +.e-pv-annotation-opacity-container.e-btn:active, +.e-pv-annotation-stroke-container.e-btn:active, +.e-pv-annotation-thickness-container.e-btn:active, +.e-pv-annotation-shapes-container.e-btn:active, +.e-pv-annotation-calibrate-container.e-btn:active, +.e-pv-annotation-textcolor-container.e-btn:active, +.e-pv-annotation-textalign-container.e-btn:active, +.e-pv-annotation-textprop-container.e-btn:active { + background-color: #ffd939; + border-color: #ffd939; + box-shadow: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover), +.e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover) { + background-color: #ffd939; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn, +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn, +.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn, +.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn { + line-height: 18px; + padding: 17px 8px; +} + +.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn, +.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn { + height: 50px; + min-width: 50px; +} + +.e-pv-annotation-popup-menu { + background-color: #000; + border-color: #969696; + color: #fff; +} + +.e-pv-properties-window { + max-width: 438px; +} + +.e-pv-scale-ratio-window { + max-width: 436px; +} + +.e-pv-line-styles-content, +.e-pv-line-styles-item { + border-bottom-color: #fff; +} + +.e-pv-line-styles-container:hover { + background-color: #685708; +} + +.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn, +.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn { + height: 32px; + line-height: 16px; +} + +.e-pv-properties-window .e-dlg-content { + padding-top: 6px; +} + +.e-pv-scale-ratio-text, +.e-pv-depth-text { + margin-bottom: 8px; +} + +.e-pv-properties-line-start-container, +.e-pv-properties-line-end-container, +.e-pv-properties-line-style-container, +.e-pv-properties-line-thickness-container, +.e-pv-properties-line-fill-color-container, +.e-pv-properties-line-stroke-color-container, +.e-pv-properties-line-leader-length-container { + float: left; + height: 52px; + margin-bottom: 16px; +} + +.e-pv-properties-line-opacity-container { + float: left; + height: auto; +} + +.e-pv-scale-ratio-src-input-container, +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-input-container, +.e-pv-scale-ratio-dest-unit-container, +.e-pv-depth-input-container, +.e-pv-depth-unit-container { + float: left; + height: 24px; +} + +.e-pv-scale-ratio-src-input-container, +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-input-container, +.e-pv-scale-ratio-dest-unit-container { + margin-bottom: 24px; +} + +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-unit-container, +.e-pv-depth-unit-container { + margin-left: 24px; +} + +.e-pv-scale-ratio-src-unit.e-btn, +.e-pv-scale-ratio-dest-unit.e-btn, +.e-pv-depth-unit.e-btn { + padding: 2px 20px; +} + +.e-pv-scale-unit-content { + float: left; + width: 33px; +} + +.e-pv-scale-ratio-src-unit .e-caret, +.e-pv-scale-ratio-dest-unit .e-caret, +.e-pv-depth-unit .e-caret { + margin-left: 91px; + margin-top: 10px; +} + +.e-pv-properties-line-opacity { + margin-top: -10px; +} + +.e-pv-properties-line-start-label, +.e-pv-properties-line-end-label, +.e-pv-properties-line-style-label, +.e-pv-properties-line-thickness-label, +.e-pv-properties-line-fill-color-label, +.e-pv-properties-line-stroke-color-label, +.e-pv-properties-line-opacity-label, +.e-pv-properties-line-leader-length-label { + font-size: 14px; + margin-bottom: 8px; +} + +.e-pv-properties-line-end-container, +.e-pv-properties-line-thickness-container { + margin-left: 24px; +} + +.e-pv-properties-line-leader-length-container { + margin-left: 21px; +} + +.e-pv-properties-line-stroke-color-container { + margin-left: 154px; + margin-right: 87px; +} + +.e-pv-properties-line-start, +.e-pv-properties-line-end, +.e-pv-properties-line-style, +.e-pv-properties-line-thickness, +.e-pv-properties-line-opacity, +.e-pv-properties-line-leader-length, +.e-pv-scale-ratio-src-input, +.e-pv-scale-ratio-dest-input, +.e-pv-depth-input { + max-width: 180px; +} + +.e-pv-properties-line-start, +.e-pv-properties-line-end, +.e-pv-properties-line-style, +.e-pv-scale-ratio-src-unit, +.e-pv-scale-ratio-dest-unit, +.e-pv-depth-unit { + width: 180px; +} + +.e-pv-line-styles-container { + line-height: 0; + padding: 17px; +} + +.e-pv-line-styles-item { + border-bottom-width: 2px; + box-sizing: border-box; + display: inline-block; + width: 100%; +} + +.e-pv-line-styles-content { + border-bottom-width: 2px; + display: inline-block; + width: 100%; +} + +.e-pv-properties-line-style-content { + float: left; + line-height: 16px; + width: 44px; +} + +.e-pv-properties-line-start.e-btn, +.e-pv-properties-line-end.e-btn { + height: 32px; + padding: 2px 20px; +} + +.e-pv-properties-line-style.e-btn { + height: 32px; + line-height: 0; + padding: 8px; + white-space: pre; +} + +.e-pv-properties-line-start.e-btn .e-caret, +.e-pv-properties-line-end.e-btn .e-caret { + display: inline; + line-height: 16px; + margin-left: 80px; +} + +.e-pv-line-styles-content-container { + float: left; + font-size: 0; + margin-right: 7.5px; + margin-top: 1px; + width: 138px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn, +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul { + height: 50px; + width: 72px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn { + padding-top: 2px; +} + +.e-pv-annotation-shape-icon, +.e-pv-annotation-calibrate-icon { + margin-right: 10px; +} + +.e-pv-properties-opacity-indicator { + margin-left: 153px; +} + +.e-pv-annotation-stamp-container .e-menu-parent.e-menu { + border-radius: 0; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret { + line-height: 50px; +} + +.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn { + height: 50px; + line-height: 25px; + margin: 0; + padding: 0; + width: 36px; +} + +.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-top: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container { + width: 91px; +} + +.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus { + padding-left: 0; +} + +.e-bigger .e-pv-password-popup.e-dialog, +.e-pv-mobile-view .e-pv-password-popup.e-dialog { + height: 245px; +} + +.e-bigger .e-pv-notification-popup.e-dialog, +.e-pv-mobile-view .e-pv-notification-popup.e-dialog { + height: 224px; +} + +.e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog, +.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog { + height: 243px; +} + +.e-bigger .e-pv-corrupted-popup.e-dialog, +.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog { + height: 216px; +} + +.e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + padding-top: 8px; +} + +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + top: 0; +} + +.e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-right: 12px; +} + +.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard, +.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard { + padding-left: 0; + padding-right: 12px; +} + +.e-pv-sidebar-content-container.e-left { + left: 47px; +} + +.e-pv-sidebar-content-container.e-right { + right: 47px; +} + +.e-pv-sidebar-toolbar-splitter.e-left { + left: 47px; +} + +.e-pv-sidebar-toolbar-splitter.e-right { + right: 47px; +} + +.e-pv-sidebar-resizer.e-left { + left: 202px; +} + +.e-pv-sidebar-resizer.e-right { + right: 202px; +} + +.e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label, +.e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label { + margin-right: 10px; +} + +div > .e-pv-bookmark-icon.e-pv-icon.e-right { + float: left; + font-size: 14px; + padding-left: 1px; + padding-right: 1px; + position: absolute; +} + +.e-bigger .e-pv-properties-window { + max-width: 449px; +} + +.e-bigger .e-pv-scale-ratio-window { + max-width: 467px; +} + +.e-pdfviewer .e-treeview .e-list-item { + white-space: pre-wrap; + word-break: break-word; +} + +.e-pdfviewer .e-treeview .e-list-text { + width: 100%; +} + +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-input, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url { + margin-top: 3px; + position: absolute; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper.e-hide { + display: none; +} + +.e-pdfviewer .e-editable-inline { + padding: 7px 8px 42px; +} + +.e-pv-comment-textbox { + min-height: 22px; +} + +.e-pdfviewer .e-editable-value-wrapper { + color: rgba(255, 255, 255, 0.9); + font-size: 14px; + line-height: normal; + min-height: 22px; + padding: 2px 8px 3px; +} + +.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper { + color: rgba(255, 255, 255, 0.9); + font-size: 14px; + line-height: normal; + min-height: 24px; + padding: 2px 8px 3px 32px; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons { + float: right; + padding-bottom: 7px; + padding-top: 5px; + position: relative; + right: 8px; +} + +.e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons { + float: right; + padding-bottom: 7px; + padding-top: 5px; + position: relative; + right: 8px; +} + +.e-pv-comment-title-container { + height: 36px; +} + +.e-pv-reply-title-container { + height: 36px; +} + +.e-pv-more-options-button.e-btn { + background: transparent; + border: none; + border-radius: none; + box-shadow: none; + float: right; + padding: 5px 7px 1px 1px; +} + +.e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary, +.e-pdfviewer .e-editable-inline .e-btn.e-outline { + border-color: transparent; +} + +.e-pdfviewer .e-editable-inline .e-editable-form { + margin-bottom: 1px; +} + +.e-pdfviewer .e-editable-inline .e-clear-icon { + padding-right: 2px; +} + +.e-pdfviewer .e-btn-cancel { + font-size: 14px; + padding-left: 5px; + padding-right: 5px; +} + +.e-pdfviewer .e-btn-save { + font-size: 14px; + margin-right: 12px; + padding-left: 7px; + padding-right: 7px; +} + +.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled { + background-color: #685708; + border-radius: 2px; + color: rgba(255, 255, 255, 0.6); +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + box-shadow: 0 0 0 8px black inset; + padding: 8px; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header { + line-height: 32px; + min-height: 32px; +} + +.e-pv-comment-panel { + background-color: black; + border: 0 solid #969696; + border-width: 1px 1px 0; + opacity: 1; + overflow: hidden; + position: absolute; + top: 57px; + width: 300px; + z-index: 100; +} + +.e-pv-comment-panel-title-container { + background-color: black; + border-color: #969696; + border-style: double; + border-width: 0 1px 1px 0; + height: 45px; + position: relative; +} + +.e-pv-comment-panel-title { + color: rgba(255, 255, 255, 0.9); + font-size: 14px; + left: 15px; + position: absolute; + text-align: left; + top: 14px; +} + +.e-pv-comment-panel-title-close-div.e-btn { + background: transparent; + border: none; + box-shadow: none; + height: 32px; + position: absolute; + right: 11px; + top: 5px; + width: 32px; +} + +.e-pv-title-close-icon { + color: rgba(255, 255, 255, 0.6); +} + +.e-pv-comments-panel-text { + font-size: 15px; + padding-left: 85px; +} + +.e-pv-comments-content-container { + background-color: black; + border-color: #969696; + border-style: double; + border-width: 0 1px 1px 0; + height: calc(100% - 45px); + overflow: auto; +} + +.e-pv-comments-container { + background-color: black; + border-radius: 2px; + left: 7px; + right: 7px; +} + +.e-pv-comments-border { + border: 2px; + border-color: white; + border-radius: 4px; + border-style: groove; +} + +.e-pv-comment-title { + color: rgba(255, 255, 255, 0.6); + font-size: 14px; + max-width: 237px; + padding-left: 32px; + padding-top: 6px; + position: absolute; +} + +.e-pv-reply-title { + color: rgba(255, 255, 255, 0.6); + font-size: 14px; + max-width: 212px; + padding-left: 8px; + padding-top: 6px; + position: absolute; +} + +.e-pv-comments-hover { + background-color: #685708; +} + +.e-pv-comments-select { + background-color: #ffd939; +} + +.e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper { + color: black; +} + +.e-pv-comments-leave { + background-color: black; +} + +.e-pdfviewer .e-accordion { + background-color: black; + border: transparent; +} + +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp { + border: 0; + display: block; +} + +.e-menu-icon.e-pv-stamp-icon.e-pv-icon { + padding-left: 7px; +} + +.e-pdfviewer .e-inplaceeditor { + display: block; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + display: none; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + border-bottom: 0; + word-break: break-all; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper { + display: block; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover { + background: transparent; +} + +.e-pv-status-div { + height: 20px; + left: 8px; + position: relative; + width: 20px; +} + +.e-pv-status-container { + padding-bottom: 5px; + padding-top: 2px; +} + +.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus { + caret-color: #685708; +} + +.e-pv-reply-div { + margin-top: 3px; +} + +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header { + background: black; + border: #969696; +} + +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: rgba(255, 255, 255, 0.6); + font-size: 14px; +} + +.e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer { + background-size: 100%; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + line-height: normal; +} + +.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper { + margin-top: 10px; +} + +.e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn { + float: left; +} + +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-left-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active { + background: #bdbdbd; + border-color: #bdbdbd; +} + +.e-pv-comment-panel-resizer { + background: #333; + border: 0; + border-width: 0; + color: inherit; + cursor: ew-resize; + height: calc(100%); + position: absolute; + width: 8px; + z-index: 105; +} + +.e-pv-comment-panel-resizer.e-left { + left: 300px; +} + +.e-pv-comment-panel-resizer.e-right { + right: 300px; +} + +/*! component icons */ +.e-time-wrapper .e-time-icon.e-icons::before, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before { + content: '\e97f'; +} + +.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-time-wrapper, +.e-control-wrapper.e-time-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons { + font-size: 16px; +} + +.e-time-wrapper .e-time-icon.e-icons.e-disabled, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled { + pointer-events: none; +} + +.e-time-wrapper span, +.e-control-wrapper.e-time-wrapper span { + cursor: pointer; +} + +.e-timepicker.e-time-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-timepicker.e-popup { + border-style: solid; + border-width: 1px; + overflow: auto; +} + +.e-timepicker.e-popup .e-content { + position: relative; +} + +.e-timepicker.e-popup .e-list-parent.e-ul { + margin: 0; + padding: 0 0; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + cursor: default; + font-size: 14px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover { + cursor: pointer; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + line-height: 36px; + text-indent: 10px; +} + +.e-bigger .e-time-wrapper .e-time-icon.e-icons, +.e-bigger.e-time-wrapper .e-time-icon.e-icons, +.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul, +.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul { + padding: 0 0; +} + +.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 48px; + text-indent: 12px; +} + +.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 13px; + line-height: 26px; + text-indent: 10px; +} + +.e-small .e-time-wrapper .e-time-icon.e-icons, +.e-small.e-time-wrapper .e-time-icon.e-icons, +.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons { + font-size: 14px; +} + +.e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 40px; + text-indent: 16px; +} + +.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons, +.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons, +.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons { + font-size: 18px; +} + +.e-content-placeholder.e-timepicker.e-placeholder-timepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker, +.e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker { + background-size: 250px 40px; + min-height: 40px; +} + +.e-time-overflow { + overflow: hidden; +} + +.e-timepicker-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open { + left: 0 !important; + position: relative; + top: 0 !important; +} + +/*! timepicker theme */ +.e-time-wrapper .e-input-group-icon.e-icons.e-active { + color: #fff; +} + +.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #000; +} + +.e-timepicker.e-popup { + border: 1px solid #969696; + border-radius: 0; + box-shadow: none; +} + +.e-timepicker.e-popup .e-list-parent.e-ul { + background-color: #000; +} + +.e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item { + border: 1px solid transparent; + color: #fff; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled { + color: #757575; + opacity: 1; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus { + background-color: #685708; + border: 1px solid #fff; + color: #fff; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active { + background-color: #ffd939; + color: #000; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover { + background-color: #685708; + color: #fff; +} + +.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + color: #fff; +} + +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +/*! field-list component icons */ +.e-pivotfieldlist .e-select-table::before { + content: '\e434'; +} + +.e-pivot-formatting-dialog .e-format-delete-icon::before { + content: '\ea7f'; +} + +.e-pivot-formatting-dialog .e-add-icon::before { + content: '\e823'; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before { + content: '\e35c'; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before { + content: '\e35f'; +} + +.e-level-options .e-selected-level-icon::before { + content: '\e614'; +} + +.e-pivot-calc-dialog-div .e-drag::before { + content: '\e330'; +} + +.e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before { + content: '\e607'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before { + content: '\e7a3'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before { + content: '\e944'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before { + content: '\e22f'; +} + +.e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before { + content: '\ebad' !important; +} + +.e-pivot-calc-dialog-div .e-measure-icon::before { + content: '\ebad' !important; +} + +.e-pivot-calc-dialog-div .e-folderCDB-icon::before { + content: '\e60b' !important; +} + +.e-pivot-calc-dialog-div .e-folderCDB-open-icon::before { + content: '\e609' !important; +} + +.e-pivot-calc-dialog-div .e-dimensionCDB-icon::before { + content: '\e65b' !important; +} + +.e-pivot-calc-dialog-div .e-kpiCDB-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiGoal-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiStatus-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiTrend-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiValue-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-namedSetCDB-icon::before { + content: '\e65d' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before { + content: '\e663' !important; +} + +.e-pivot-calc-dialog-div .e-attributeCDB-icon::before { + content: '\e65c' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before { + content: '\e65a' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before { + content: '\e65a' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before { + content: '\e662' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before { + content: '\e65e' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before { + content: '\e660' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before { + content: '\e661' !important; +} + +.e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before { + content: '\e731' !important; +} + +.e-pivot-calc-dialog-div .e-calc-measure-icon::before { + content: '\ebad' !important; +} + +.e-pivot-calc-dialog-div .e-calc-dimension-icon::before { + content: '\e65b' !important; +} + +.e-pivot-calc-dialog-div .e-sort-none::before { + content: '\e666' !important; +} + +.e-pivot-calc-dialog-div .e-sort-ascend::before { + content: '\e667' !important; +} + +.e-pivot-calc-dialog-div .e-sort-descend::before { + content: '\e665' !important; +} + +.e-pivotfieldlist-wrapper .e-field-list-back-icon::before { + content: '\e977'; +} + +.e-pivotfieldlist-wrapper .e-sort::before { + content: '\ea7c'; +} + +.e-pivotfieldlist-wrapper .e-pv-filter::before { + content: '\ebb4'; +} + +.e-pivotfieldlist-wrapper .e-pv-filtered::before { + color: #ffd939; + content: '\ebac'; +} + +.e-pivotfieldlist-wrapper .e-drag::before { + content: '\e330'; +} + +.e-pivotfieldlist-wrapper .e-add-icon::before { + content: '\e823'; +} + +.e-pivotfieldlist-wrapper .e-remove::before { + content: '\ea7f'; +} + +.e-pivotfieldlist-wrapper .e-axis-rows::before { + content: '\ebb1'; +} + +.e-pivotfieldlist-wrapper .e-axis-columns::before { + content: '\ebaf'; +} + +.e-pivotfieldlist-wrapper .e-axis-values::before { + content: '\ebad'; +} + +.e-pivotfieldlist-wrapper .e-axis-filters::before { + content: '\ebb4'; +} + +.e-pivotfieldlist-wrapper .e-selected-option-icon::before { + content: '\ea84'; +} + +.e-pivotfieldlist-wrapper .e-clear-filter-icon::before { + content: '\ebae'; +} + +.e-pivotfieldlist-wrapper .e-dropdown-icon::before { + content: '\e84f'; +} + +.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before { + content: '\ebad' !important; +} + +.e-pivotfieldlist-wrapper .e-measure-icon::before { + content: '\ebad' !important; +} + +.e-pivotfieldlist-wrapper .e-folderCDB-icon::before { + content: '\e60b' !important; +} + +.e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before { + content: '\e609' !important; +} + +.e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before { + content: '\e65b' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiCDB-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiGoal-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiStatus-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiTrend-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiValue-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before { + content: '\e65d' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before { + content: '\e663' !important; +} + +.e-pivotfieldlist-wrapper .e-attributeCDB-icon::before { + content: '\e65c' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before { + content: '\e65a' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before { + content: '\e65a' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before { + content: '\e662' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before { + content: '\e65e' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before { + content: '\e660' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before { + content: '\e661' !important; +} + +.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before { + content: '\e731' !important; +} + +.e-pivotfieldlist-wrapper .e-calc-measure-icon::before { + content: '\ebad' !important; +} + +.e-pivotfieldlist-wrapper .e-calc-dimension-icon::before { + content: '\e65b' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-none::before { + content: '\e666' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-ascend::before { + content: '\e667' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-descend::before { + content: '\e665' !important; +} + +/*! field-list theme */ +.e-pivotfieldlist .e-disable { + display: none; +} + +.e-pivotfieldlist .e-hide { + visibility: hidden; +} + +.e-pivot-formatting-dialog { + max-height: 480px !important; + min-width: 640px !important; + width: 640px !important; +} + +.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td { + padding-bottom: 10px; +} + +.e-pivot-formatting-dialog .e-format-delete-icon { + font-weight: normal; +} + +.e-pivot-formatting-dialog .e-format-delete-icon:hover { + font-weight: 600; +} + +.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td { + padding-bottom: 14px; + padding-right: 18px; +} + +.e-pivot-formatting-dialog .e-format-value-span { + vertical-align: bottom; +} + +.e-pivot-formatting-dialog .e-format-value1, +.e-pivot-formatting-dialog .e-format-value2, +.e-pivot-formatting-dialog .e-format-value-span { + margin-right: 10px; +} + +.e-pivot-formatting-dialog .e-format-color-picker { + margin-right: 18px; +} + +.e-pivot-formatting-dialog .e-format-inner-div { + padding-left: 14px; + padding-top: 14px; +} + +.e-pivot-formatting-dialog .e-format-outer-div { + background-color: #000; + border: 1px solid #969696; + border-radius: 0; + margin-bottom: 14px; +} + +.e-pivot-formatting-dialog .e-format-condition-button { + float: left; +} + +.e-pivot-formatting-dialog .e-format-delete-button { + background-color: transparent; + border-color: transparent; + float: right; + padding-right: 12px; + padding-top: 12px; +} + +.e-pivot-formatting-dialog .e-format-delete-button:hover, +.e-pivot-formatting-dialog .e-format-delete-button:focus, +.e-pivot-formatting-dialog .e-format-delete-button:active { + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-pivot-formatting-dialog .e-format-delete-icon { + font-size: 10px; +} + +.e-pivot-formatting-dialog .e-format-label, +.e-pivot-formatting-dialog .e-format-value-label { + color: #fff; + font-size: 13px; + font-weight: 600; + opacity: 1; +} + +.e-pivot-formatting-dialog .e-format-value-preview { + border: 1px solid #fff; + border-radius: 0; + height: 28px; + margin: 0 !important; + padding-left: 6px; + padding-top: 6px; + width: 80px; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color { + background: none; + margin: 0 2px; + width: 14px; +} + +.e-pivot-formatting-dialog .e-split-preview, +.e-pivot-formatting-dialog .e-tip-transparent { + border: 1px solid #fff; + border-radius: 0 !important; + height: 40%; + left: -3px; + position: absolute; + top: 16px; + width: 150%; +} + +.e-pivot-formatting-dialog.e-device { + min-width: 320px !important; + width: 100% !important; +} + +.e-pivot-formatting-dialog.e-device .e-format-value1, +.e-pivot-formatting-dialog.e-device .e-format-value2, +.e-pivot-formatting-dialog.e-device .e-format-value-span { + margin-right: 2px; +} + +.e-pivot-formatting-dialog.e-device .e-format-color-picker { + width: 33%; +} + +.e-pivot-formatting-dialog.e-device .e-format-delete-button { + font-size: 12px; + padding-right: 16px; + padding-top: 16px; +} + +.e-pivot-formatting-dialog.e-device .e-format-apply-button, +.e-pivot-formatting-dialog.e-device .e-format-cancel-button { + max-width: 40%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-condition-button { + float: right; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-condition-button .e-add-icon { + margin-left: auto; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-inner-div { + padding-left: 0; + padding-right: 14px; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-delete-button { + float: left; + padding-left: 12px; +} + +.e-bigger.e-pivot-formatting-dialog, +.e-bigger .e-pivot-formatting-dialog, +.e-bigger.e-pivot-formatting-dialog, +.e-bigger .e-pivot-formatting-dialog { + min-width: 707px !important; + width: 707px !important; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-label, +.e-bigger.e-pivot-formatting-dialog .e-format-value-label, +.e-bigger .e-pivot-formatting-dialog .e-format-label, +.e-bigger .e-pivot-formatting-dialog .e-format-value-label, +.e-bigger.e-pivot-formatting-dialog .e-format-label, +.e-bigger.e-pivot-formatting-dialog .e-format-value-label, +.e-bigger .e-pivot-formatting-dialog .e-format-label, +.e-bigger .e-pivot-formatting-dialog .e-format-value-label { + font-size: 14px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-value1, .e-bigger.e-pivot-formatting-dialog .e-format-value2, +.e-bigger .e-pivot-formatting-dialog .e-format-value1, +.e-bigger .e-pivot-formatting-dialog .e-format-value2, +.e-bigger.e-pivot-formatting-dialog .e-format-value1, +.e-bigger.e-pivot-formatting-dialog .e-format-value2, +.e-bigger .e-pivot-formatting-dialog .e-format-value1, +.e-bigger .e-pivot-formatting-dialog .e-format-value2 { + margin-bottom: 3px !important; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger .e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger.e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger .e-pivot-formatting-dialog .e-format-inner-div { + padding-left: 16px; + padding-top: 16px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger .e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger.e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger .e-pivot-formatting-dialog .e-format-outer-div { + margin-bottom: 16px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td { + padding-bottom: 12px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td { + padding-bottom: 16px; + padding-right: 20px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger.e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog .e-format-color-picker { + margin-right: 20px; +} + +.e-bigger.e-pivot-formatting-dialog.e-device, +.e-bigger .e-pivot-formatting-dialog.e-device, +.e-bigger.e-pivot-formatting-dialog.e-device, +.e-bigger .e-pivot-formatting-dialog.e-device { + min-width: 320px !important; + width: 100% !important; +} + +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker { + width: 33%; +} + +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button { + font-size: 12px; + padding-right: 16px; + padding-top: 16px; +} + +.e-pivot-calc-dialog-div { + min-width: 290px; +} + +.e-pivot-calc-dialog-div.e-dialog { + max-height: 500px !important; +} + +.e-pivot-calc-dialog-div .e-dlg-header-content, +.e-pivot-calc-dialog-div .e-footer-content { + border: 0; +} + +.e-pivot-calc-dialog-div .e-dlg-content { + padding-bottom: auto; +} + +.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-pivot-calc-dialog-div .e-olap-format-title, +.e-pivot-calc-dialog-div .e-olap-member-title { + color: #fff; + font-size: 13px; + margin-top: 15px; + overflow: hidden; + padding: 4px; + padding-bottom: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivot-calc-dialog-div .e-treeview .e-sibling { + display: none; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-selected { + opacity: .5; +} + +.e-pivot-calc-dialog-div .e-treeview ul { + overflow: hidden; +} + +.e-pivot-calc-dialog-div .e-treeview ul li { + padding: 0; +} + +.e-pivot-calc-dialog-div .e-treeview ul li .e-list-text { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon { + color: #fff; + margin: 0; +} + +.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow { + cursor: default; +} + +.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content { + height: 36px; + margin-left: -10px; + padding: 0; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons { + cursor: pointer; + font-size: 12px; + height: 24px; + opacity: 1; + padding: 2px 4px 4px; + pointer-events: auto; + width: 24px; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons { + color: #fff; + cursor: move; + display: inline-block; + font-size: 14px; + height: 24px; + margin-right: 4px; + margin-top: 4px; + padding: 5px; + pointer-events: auto; + width: 24px; +} + +.e-pivot-calc-dialog-div .e-dlg-header { + font-size: 18px; + font-weight: 500; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 74%; +} + +.e-pivot-calc-dialog-div .e-contextmenu { + background-color: #000; + border-radius: 4px; +} + +.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item { + color: #fff; + font-size: 14x; + height: 48px; + opacity: .87; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons { + font-size: 14px; + height: 24px; + padding: 5px; + width: 24px; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul { + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li { + margin-left: 0; + margin-right: -40px; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li .e-text-content { + padding: 0 24px 0 0; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-webkit-input-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-moz-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-moz-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-ms-input-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-formula { + background-color: #000; + border: 1px solid #969696; + border-radius: 4px; + color: #fff; + font-size: 12px; + height: 70px; + margin-top: 5px; + padding: 5px 10px; + resize: none; + width: 100%; +} + +.e-pivot-calc-dialog-div .e-pivot-formula.e-copy-drop { + cursor: copy; +} + +.e-pivot-calc-dialog-div .e-list-parent .e-list-text { + margin-bottom: 8px; + min-width: 100px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 75%; +} + +.e-pivot-calc-dialog-div .e-pivot-treeview-outer { + background-color: #000; + border: 1px solid #969696; + border-radius: 4px; + height: 120px; + margin-top: 5px; + overflow: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div { + min-width: 550px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div { + display: -ms-flexbox; + display: flex; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div { + height: 458px; + width: 50%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer { + height: 100%; + margin-top: 0; + overflow: hidden; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div { + display: inline-block; + height: 428px; + overflow: auto; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow { + cursor: move; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-text { + margin-bottom: 0; + overflow: unset; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item .e-text-content { + height: 30px; + margin: 0; + padding: 0 0 0 24px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon { + cursor: auto; + font-size: 14px; + width: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edit { + cursor: pointer; + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edited { + cursor: pointer; + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons { + padding: 0; + height: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-item .e-text-content { + padding: 0 24px 0 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title { + color: #fff; + -ms-flex: auto; + flex: auto; + margin-top: 0; + padding-bottom: 4px; + padding-left: 15px; + padding-right: 15px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper { + background-color: #262626; + color: #fff; + display: -ms-flexbox; + display: flex; + font-size: 13px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info { + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info:hover { + color: #ffd939; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div { + -ms-flex: auto; + flex: auto; + margin-left: 18px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula { + height: 100px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-calc-custom-format-div { + margin-top: 15px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-hierarchy-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-format-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-member-title { + padding-left: 0; + padding-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title { + margin-top: 0; + padding-top: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog { + max-height: 700px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog .e-calc-clear-btn { + float: left; + margin: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 0; + margin-right: 18px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl.e-dialog .e-calc-clear-btn { + float: right; +} + +.e-bigger.e-pivot-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div, +.e-bigger.e-pivot-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div { + min-width: 310px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title { + font-size: 14px; + padding: 6px; + padding-bottom: 0; +} + +.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li { + padding: 2px 0; +} + +.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons { + font-size: 16px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula { + font-size: 13px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-footer-content, +.e-bigger .e-pivot-calc-dialog-div .e-footer-content, +.e-bigger.e-pivot-calc-dialog-div .e-footer-content, +.e-bigger .e-pivot-calc-dialog-div .e-footer-content { + padding-right: 25px; + padding-top: auto; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div { + min-width: 580px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div { + height: 513px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div { + height: 478px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title { + padding-bottom: 6px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper { + font-size: 14px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon { + font-size: 16px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 24px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 0; + margin-right: 24px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog, +.e-pivotfieldlist-wrapper .e-member-editor-dialog, +.e-pivotfieldlist-wrapper .e-value-field-settings { + border-radius: 0; + width: auto; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content { + border-radius: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content { + border: 0; + font-weight: normal; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content { + border-top: 1px solid #969696; + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button { + float: left; + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content { + overflow: hidden; + padding: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper { + background-color: #1a1a1a; + padding: 5px 10px 16px 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label { + color: #fff; + font: 700 13px Segoe UI; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content { + padding: 0 20px 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 13px; + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title { + -ms-flex: none; + flex: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + -ms-flex: auto; + flex: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text { + font-size: 13px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper { + padding: 0 20px 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt { + padding: 25px 20px; + text-align: center; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + display: inline-block; + height: 135px; + max-width: 400px; + overflow: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: -35px; + overflow: hidden; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon { + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable { + display: none !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper { + border: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon { + height: 14px; + min-width: 14px; + width: 14px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before { + font-size: 14px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 115px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter { + height: 212px; + overflow: auto; + padding: 20px; + padding-bottom: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 13px; + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 8px 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter .e-editor-label-wrapper { + padding: 11px 10px 7px 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-member-editor-wrapper ul { + margin-left: 0; + margin-right: -35px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button { + float: right; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop { + margin: 0 5px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled { + opacity: .5; + pointer-events: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-member-editor-dialog { + max-width: 400px; +} + +.e-pivotfieldlist-wrapper .e-value-field-settings { + max-width: 400px; + min-width: 300px; +} + +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content { + overflow: auto; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 200px; +} + +.e-field-list-tree.e-drag-item.e-treeview, +.e-pivot-calc.e-drag-item.e-treeview { + background-color: #ffd939; + border: 1px solid #969696; + border-radius: 0; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12); + height: 28px; + min-width: 100px; + padding: 5px 10px; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content { + padding: 0; + text-align: center; + width: 100%; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text { + color: #000; + font-size: 14px; + line-height: 1em; + width: 100%; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons, +.e-field-list-tree.e-drag-item.e-treeview .e-checkbox-wrapper, +.e-field-list-tree.e-drag-item.e-treeview .e-list-icon, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content > .e-icons, +.e-pivot-calc.e-drag-item.e-treeview .e-checkbox-wrapper, +.e-pivot-calc.e-drag-item.e-treeview .e-list-icon { + display: none; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-rtl .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content { + padding-right: 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content { + padding-left: 24px; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text { + padding: 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop { + display: inline-block !important; + line-height: 0em; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before { + float: left; + font-size: 14px; + padding: 5px 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content { + padding-left: 0; + padding-right: 24px; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons { + transform: rotateY(180deg); +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview { + height: 36px; + padding: 6px 12px; +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text { + line-height: 1.5em; +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before { + padding: 4px; +} + +.e-button-drag-clone { + background-color: #ffd939 !important; + border: 1px solid #969696; + border-radius: 0; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12); + color: #000; + font-size: 14px; + height: 28px; + line-height: 1.0em; + min-width: 100px; + overflow: hidden; + padding: 5px 10px; + text-align: center; + width: auto; + z-index: 100000; +} + +.e-button-drag-clone .e-text-content { + width: 100%; +} + +.e-bigger .e-button-drag-clone, +.e-bigger.e-button-drag-clone, +.e-bigger .e-button-drag-clone, +.e-bigger.e-button-drag-clone { + height: 36px !important; + line-height: 1.5em; + padding: 6px 12px; +} + +.e-pivot-error-dialog { + max-width: 400px; + width: auto; +} + +.e-pivot-error-dialog .e-dlg-header-content, +.e-pivot-error-dialog .e-footer-content { + border: 0; +} + +.e-pivot-error-dialog .e-dlg-header { + font-weight: normal; + opacity: 1; +} + +.e-pivot-error-dialog .e-dlg-content { + font-weight: normal; + opacity: 1; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 105px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small { + font-size: 14px; + top: 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 78px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter { + height: 191px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 10px 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter { + min-width: 380px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper { + padding-top: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text { + font-size: 14px; +} + +/*! field-list theme */ +.e-pivotfieldlist .e-select-table { + background-color: #000; + border: 0.5px solid #969696; + box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12); + color: #fff; + font-size: 20px; + height: 38px; + max-height: 38px; + max-width: 38px; + min-height: 38px; + min-width: 38px; + padding: 10px; + position: relative; + width: 38px; + z-index: 1000; +} + +.e-pivotfieldlist .e-select-table.e-fieldlist-left { + box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12); +} + +.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active { + background-color: #969696; +} + +.e-pivotfieldlist .e-select-table:hover { + background-color: #969696; +} + +.e-bigger .e-pivotfieldlist .e-select-table, +.e-bigger.e-pivotfieldlist .e-select-table, +.e-bigger .e-pivotfieldlist .e-select-table, +.e-bigger.e-pivotfieldlist .e-select-table { + font-size: 20px; + height: 40px; + max-height: 40px; + max-width: 40px; + min-height: 40px; + min-width: 40px; +} + +.e-pivotfieldlist-wrapper { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + max-width: 700px; + min-width: 300px; +} + +.e-pivotfieldlist-wrapper .e-layout-footer { + padding: 10px 2px 2px; + text-align: right; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button { + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button, +.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout { + max-width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout { + max-width: 45%; +} + +.e-pivotfieldlist-wrapper .e-checkbox-layout { + float: left; + margin-top: 6px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer { + text-align: left; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-dialog { + max-height: 550px !important; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-layout-footer { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-checkbox-layout { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-button-layout { + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-footer-content { + border: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-title { + display: -ms-flexbox; + display: flex; + font-size: 18px; + min-height: 25px; + padding: 0 2px 20px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-title .e-title-content { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-title-header { + display: -ms-flexbox; + display: flex; + padding: 2px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-title-header .e-title-content { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container { + display: -ms-flexbox; + display: flex; + height: 342px; + padding: 1px; + position: relative; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table { + border: 1px solid #969696; + border-radius: 0; + display: inline-block; + overflow: hidden; + width: 30%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree .e-sibling { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list { + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header { + background-color: #262626; + color: #fff; + font-size: 13px; + font-weight: normal; + height: 28px; + overflow: hidden; + padding: 5px 0 0 15px; + text-align: left; + text-overflow: ellipsis; + word-break: break-all; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper { + background-color: #262626; + color: #fff; + display: -ms-flexbox; + display: flex; + padding-right: 15px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend { + color: #fff; + cursor: pointer; + font-size: 14px; + height: 20px; + padding: 5px 0 0 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none.e-selected::before, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend.e-selected::before, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend.e-selected::before { + color: #ffd939; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:hover { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:focus { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree-outer-div { + display: inline-block; + height: 310px; + overflow: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list { + display: inline-table; + height: 100%; + padding-left: 2px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul { + overflow: hidden; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li { + margin-left: -40px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow { + cursor: default; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-drag { + color: #fff; + cursor: move; + display: inline-block; + font-size: 14px; + height: 20px; + margin-bottom: 2px; + margin-right: 6px; + pointer-events: all; + text-align: center; + vertical-align: bottom; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-icon { + color: #fff; + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-selected { + opacity: .5; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-selected-node { + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-text { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon { + font-size: 14px; + height: auto; + width: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table.e-olap-field-table { + width: 40%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table { + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 70%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 8px; + width: 50%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + background-color: #262626; + border: 1px solid #969696; + border-radius: 0; + fill: #262626; + font-weight: normal; + min-height: 165px; + position: relative; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper { + background-color: #262626; + border-bottom: 1px solid #969696; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 28px; + padding: 2px 15px 5px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + height: 20px; + padding-top: 3px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters { + color: #fff; + font-size: 14px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header { + -ms-flex: auto; + flex: auto; + font-size: 13px; + line-height: 1.5em; + margin-top: 2px; + padding: 0 8px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + cursor: default; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content.e-drag-restrict { + cursor: no-drop; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator { + display: block; + pointer-events: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover { + border-top: 2px dashed #fff; + margin-top: -2px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover { + position: absolute; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button { + background-color: #000; + border-bottom: 1px solid #969696; + border-left: 0; + border-radius: 0; + border-right: 0; + border-top: 0; + box-shadow: none; + cursor: default; + display: -ms-flexbox; + display: flex; + font-weight: normal; + height: 32px; + line-height: 1em; + padding: 9px 12px; + text-transform: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected { + color: #fff; + opacity: .5; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover { + background-color: #685708; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content { + background-color: transparent; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active { + background-color: #ffd939; + color: #000; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content { + background-color: transparent; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon { + color: #000; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content { + background-color: transparent; + -ms-flex: auto; + flex: auto; + font-size: 13px; + height: 16px; + line-height: 1em; + overflow: hidden; + padding: 0 8px; + text-align: left; + text-overflow: ellipsis; + width: 70%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable { + height: 20px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag { + color: #fff; + cursor: move; + font-size: 14px; + height: 20px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + color: #fff; + cursor: pointer; + display: inline-block; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover { + color: #000; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content { + text-align: right; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon { + padding-left: 0; + padding-right: 4px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort { + height: -webkit-fit-content; + height: fit-content; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + height: 129px; + overflow: auto; + scroll-behavior: smooth; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt { + bottom: 32%; + color: #969696; + font-size: 12px; + height: 25px; + pointer-events: none; + position: absolute; + text-align: center; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 8px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table.e-olap-axis-table { + width: 60%; +} + +.e-pivotfieldlist-wrapper .e-calculated-field { + color: #fff; + font-size: 13px; + font-weight: 500; + max-width: 160px; + min-width: 145px; +} + +.e-pivotfieldlist-wrapper .e-calculated-field.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list { + padding-left: 0; + padding-right: 2px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li { + margin-left: 0; + margin-right: -40px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-list-text { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-drag { + margin-left: 6px !important; + margin-right: 0 !important; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-level-members, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-measure-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header { + padding-left: 0; + padding-right: 15px; + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper { + padding-left: 15px; + padding-right: 0; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend { + padding: 5px 4px 0 0; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields { + padding-left: 0; + padding-right: 8px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header { + float: right; +} + +.e-pivotfieldlist-wrapper.e-static { + background-color: #000; + border: 1px solid #969696; + max-height: 700px; + padding: 10px; + position: relative; +} + +.e-pivotfieldlist-wrapper.e-static .e-title-content { + color: #fff; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container { + display: inline-block; + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table { + height: 210px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div { + height: 175px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-div { + display: none; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title { + color: #fff; + font-size: 13px; + height: 25px; + margin-top: 5px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table { + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 8px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 8px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + padding-top: 5px; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title { + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields { + padding-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-device { + height: 100%; + max-height: 100% !important; + max-width: 100% !important; + min-height: 500px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content { + background-color: #262626; + color: #fff; + font-size: 14px; + height: 48px; + padding-bottom: 9px; + padding-top: 9px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content { + background-color: transparent; + color: #fff; +} + +.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper.e-device .e-title-mobile-content { + margin-top: 0; +} + +.e-pivotfieldlist-wrapper.e-device .e-field-list-back-icon { + color: #fff; + font-size: 16px; + height: 24px; + margin-left: 0; + margin-right: 12px; + padding-top: 7px; + text-align: center; + width: 24px; +} + +.e-pivotfieldlist-wrapper.e-device .e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container { + height: 100%; + position: relative; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header { + background-color: #262626; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header .e-toolbar-item .e-tab-wrap { + border: 0; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content { + display: initial; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values { + display: inline-block; + height: 100%; + min-height: 250px; + padding-top: 20px; + position: relative; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content { + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div { + display: -ms-grid; + display: grid; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-drop-indicator { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button { + border: 1px solid #969696; + border-left: 0; + border-radius: 0; + border-right: 0; + border-top: 0; + border-width: 1px 0; + box-shadow: none; + display: -ms-flexbox; + display: flex; + font-size: 14px; + font-weight: normal; + height: 36px; + line-height: normal; + padding: 9px 16px; + text-transform: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-list-selected { + opacity: .5; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-content { + -ms-flex: auto; + flex: auto; + font-size: 14px; + height: 100%; + margin-top: -2px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; + width: 70%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-drag { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + color: #fff; + cursor: pointer; + display: inline-block; + font-size: 16px; + height: 24px; + padding-left: 10px; + width: 24px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover { + color: #000; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort { + height: -webkit-fit-content; + height: fit-content; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove { + display: inline-block; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-content { + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon { + padding-left: 0; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content { + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-draggable-prompt { + border: 1px dashed #262626; + color: #262626; + font-size: 14px; + height: 200px; + left: 15%; + line-height: 200px; + pointer-events: none; + position: absolute; + text-align: center; + top: 25%; + vertical-align: middle; + width: 70%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula { + background-color: #000; + border: 1px solid #969696; + border-radius: 4px; + color: #fff; + height: 200px; + margin-left: 20px; + margin-right: 20px; + margin-top: 25px; + padding: 2px 3px; + resize: none; + width: 90%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-olap-calc-custom-format-div { + margin-left: 20px; + margin-right: 20px; + margin-top: 20px; + width: 90% !important; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion { + margin-top: 20px; + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame { + margin-right: 12px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper { + margin-bottom: 24px; + margin-right: 20px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label { + color: #fff; + font-family: Roboto-Reguar; + font-size: 14px; + opacity: .87; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button { + float: right; + margin-right: 20px; + margin-top: 32px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button { + bottom: 0; + position: -webkit-sticky; + position: sticky; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord { + max-height: 290px; + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons { + height: 18px; + width: 18px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div { + max-height: 350px; + overflow: hidden; + overflow-y: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer { + bottom: 20px; + display: inline-block; + position: absolute; + vertical-align: bottom; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content { + display: inline-block; + padding: 15px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn { + float: right; + height: 52px; + pointer-events: all; + width: 52px; + z-index: 1000; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn .e-add-icon { + font-size: 18px; + line-height: 50px; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer { + background-color: transparent; + bottom: 0; + display: inline-block; + padding: 15px; + pointer-events: none; + position: absolute; + vertical-align: bottom; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button { + float: right; + height: 52px; + pointer-events: all; + width: 52px; + z-index: 1000; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button .e-add-icon { + font-size: 18px; + line-height: 50px; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button { + float: left; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout { + max-width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout { + max-width: 45%; +} + +.e-pivotfieldlist-wrapper.e-device.e-static { + border: 0; + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-values .e-axis-content { + max-height: 600px; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-back-icon { + margin-left: 12px; + margin-right: 0; + transform: rotateY(180deg); +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-calculated-field-btn { + float: left; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-defer-apply-button { + float: right; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-ok-button, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-add-button, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-cancel-button { + float: left !important; + margin-left: 20px; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame { + margin-left: 12px !important; + margin-right: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header { + background-color: #262626; + color: #fff; + font-size: 14px; + font-weight: normal; + height: 30px; + overflow: hidden; + padding: 5px 0 0 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper { + padding-right: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend { + font-size: 16px; + height: 24px; + padding: 5px 0 0 4px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list { + padding-left: 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li { + padding: 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag { + font-size: 16px !important; + height: 24px !important; + margin-bottom: 3px !important; + margin-right: 4px !important; + width: 24px !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values { + margin-top: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper { + height: 30px; + padding: 0 20px 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + height: 24px; + padding-top: 6px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header { + font-size: 14px; + line-height: 1.5em; + margin-top: 4px; + padding: 0 12px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button { + font-size: 14px; + height: 36px !important; + padding: 9px 16px !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + line-height: 1em; + padding: 0 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable { + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + cursor: pointer; + display: inline-block; + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag { + font-size: 16px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static, +.e-bigger.e-pivotfieldlist-wrapper.e-static, +.e-bigger .e-pivotfieldlist-wrapper.e-static, +.e-bigger.e-pivotfieldlist-wrapper.e-static { + max-height: 720px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title { + color: #fff; + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + padding-top: 6px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields { + padding: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list { + padding-left: 0; + padding-right: 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag { + margin-left: 4px !important; + margin-right: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header { + padding-right: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper { + padding-left: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend { + padding: 5px 4px 0 0; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields { + padding-left: 0; + padding-right: 8px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon { + padding-left: 0; + padding-right: 4px; +} + +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +.e-pivotview .e-expand::before { + content: '\e219'; +} + +.e-pivotview .e-collapse::before { + content: '\e84f'; +} + +.e-pivotview.e-rtl .e-expand::before { + content: '\e98f'; +} + +.e-pivotview .e-sort::before { + content: '\ea7c'; +} + +.e-pivotview .e-pv-filter::before { + content: '\ebb4'; +} + +.e-pivotview .e-pv-filtered::before { + color: #ffd939; + content: '\ebac'; +} + +.e-pivotview .e-remove::before { + content: '\ea7f'; +} + +.e-pivotview .e-selected-option-icon::before { + content: '\ea84'; +} + +.e-pivotview .e-clear-filter-icon::before { + content: '\ebae'; +} + +.e-pivotview .e-dropdown-icon::before { + content: '\e84f'; +} + +.e-pivotview .e-export::before { + content: '\e710'; +} + +.e-pivotview .e-new-report::before { + content: '\e711'; +} + +.e-pivotview .e-save-report::before { + content: '\e70f'; +} + +.e-pivotview .e-saveas-report::before { + content: '\e700'; +} + +.e-pivotview .e-rename-report::before { + content: '\e707'; +} + +.e-pivotview .e-remove-report::before { + content: '\e704'; +} + +.e-pivotview .e-sub-total::before { + content: '\e709'; +} + +.e-pivotview .e-grand-total::before { + content: '\e703'; +} + +.e-pivotview .e-toolbar-fieldlist::before { + content: '\e434'; +} + +.e-pivotview .e-toolbar-grid::before { + content: '\e702'; +} + +.e-pivotview .e-toolbar-chart::before { + content: '\e712'; +} + +.e-pivotview .e-toolbar-formatting::before { + content: '\e729'; +} + +.e-pivotview-pdf-export::before { + content: '\e70d'; +} + +.e-pivotview-excel-export::before { + content: '\e70e'; +} + +.e-pivotview-csv-export::before { + content: '\e70c'; +} + +.e-pivotview-png-export::before { + content: '\e715'; +} + +.e-pivotview-jpeg-export::before { + content: '\e713'; +} + +.e-pivotview-svg-export::before { + content: '\e720'; +} + +.e-mdx::before { + content: '\e724'; +} + +.e-pivotview-select-icon::before { + content: '\e614'; +} + +.e-pivotview-export::before { + content: '\e710'; +} + +.e-pivotview-grid::before { + content: '\e702'; +} + +.e-pivotview-expand::before { + content: '\e557'; +} + +.e-pivotview-collapse::before { + content: '\e558'; +} + +.e-pivot-format-menu::before { + content: '\e730'; +} + +.e-pivot-number-format-menu::before { + content: '\e70b'; +} + +.e-pivot-conditional-format-menu::before { + content: '\e729'; +} + +.e-pivot-format-toolbar::before { + content: '\e70b'; +} + +.e-pivotview-group::before { + content: '\e740'; +} + +.e-pivotview-ungroup::before { + content: '\e741'; +} + +.e-level-options .e-selected-level-icon::before { + content: '\e614'; +} + +/*! PivotView layout */ +.e-pivotview .e-value-field-settings, +.e-pivotview .e-member-editor-dialog, +.e-pivotview .e-group-field-settings { + max-height: 450px !important; +} + +.e-pivotview .e-value-field-settings, +.e-pivotview .e-member-editor-dialog, +.e-pivotview .e-pivot-format-dialog, +.e-pivotview .e-group-field-settings { + border-radius: 4px; + max-width: 400px; + width: auto; +} + +.e-pivotview .e-value-field-settings .e-dlg-header-content, +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-dlg-header-content, +.e-pivotview .e-member-editor-dialog .e-footer-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-header-content, +.e-pivotview .e-pivot-format-dialog .e-footer-content, +.e-pivotview .e-group-field-settings .e-dlg-header-content, +.e-pivotview .e-group-field-settings .e-footer-content { + border-radius: 4px; +} + +.e-pivotview .e-value-field-settings .e-dlg-header-content, +.e-pivotview .e-member-editor-dialog .e-dlg-header-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-header-content, +.e-pivotview .e-group-field-settings .e-dlg-header-content { + border: 0; + font-weight: normal; +} + +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-footer-content, +.e-pivotview .e-pivot-format-dialog .e-footer-content, +.e-pivotview .e-group-field-settings .e-footer-content { + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-bottom: 8px; + padding-top: 8px; +} + +.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button, +.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button, +.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button, +.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button { + float: left; +} + +.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button.e-disable { + display: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content, +.e-pivotview .e-group-field-settings .e-dlg-content { + overflow: hidden; + padding: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper { + background-color: #1a1a1a; + padding: 5px 10px 16px 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label { + color: #fff; + font: 700 13px Segoe UI; + opacity: 1; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content { + padding: 0 20px 10px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 13px; + font-weight: 500; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title { + -ms-flex: none; + flex: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + -ms-flex: auto; + flex: auto; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame { + height: 18px; + width: 18px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text { + font-size: 13px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper { + padding: 0 20px 10px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt { + padding: 15px 20px; + text-align: center; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + display: inline-block; + height: 151px; + max-width: 400px; + overflow: auto; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree { + overflow-x: auto; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: -35px; + overflow: hidden; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text { + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon { + margin: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable { + display: none !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper { + border: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon { + height: 14px; + min-width: 14px; + width: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before { + font-size: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 115px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter { + height: 212px; + overflow: auto; + padding: 20px; + padding-bottom: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 13px; + font-weight: 500; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 8px 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-disable { + display: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-moz-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-moz-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder { + color: #ff6161 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings.e-excel-filter, +.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-pivotview .e-group-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-pivotview .e-value-field-settings.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-pivot-format-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-group-field-settings.e-excel-filter .e-editor-label-wrapper { + padding: 11px 10px 7px 20px; +} + +.e-pivotview .e-value-field-settings.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-group-field-settings.e-rtl .e-member-editor-wrapper ul { + margin-left: 0; + margin-right: -35px; +} + +.e-pivotview .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-pivot-format-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-group-field-settings.e-rtl .e-footer-content .e-clear-filter-button { + float: right; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: 0; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop { + margin: 0 5px; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret { + display: none; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled { + opacity: .5; + pointer-events: none; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: 0; +} + +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-footer-content { + border-top: 1px solid #969696; +} + +.e-pivotview .e-value-field-settings, +.e-pivotview .e-pivot-format-dialog { + min-width: 300px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content { + overflow: auto; +} + +.e-pivotview .e-pivot-format-dialog { + max-height: 500px !important; + max-width: 350px; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer { + padding: 0 20px; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable { + color: white; + font-weight: 500; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-text, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop { + margin-bottom: 20px; +} + +.e-pivotview .e-pivot-toolbar { + border-bottom: 0; + border-style: solid; +} + +.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + font-size: 16px; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper { + background-color: transparent; + border: none; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item { + height: 38px; + padding-left: 10px; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 0; + margin-right: 0; + font-size: 16px; +} + +.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template { + padding: 0 !important; +} + +.e-pivotview .e-pivot-toolbar .e-reportlist-label { + float: left; + font-weight: 500; +} + +.e-pivotview .e-pivot-toolbar .e-reportlist-drop { + float: right; + margin: 0 8px; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-label { + float: right; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-drop { + float: left; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-menu-wrapper ul .e-menu-item { + padding-left: 30px; + padding-right: 10px; +} + +.e-pivotview-disable-icon { + visibility: hidden; +} + +.e-pivotview-report-inner { + padding-top: 10px; +} + +.e-pivotview-report-dialog { + max-width: 350px; +} + +.e-mdx-query-content { + background-color: #1a1a1a; + color: #fff; + font-size: #fff; + font-weight: 500; + height: 200px; + margin-top: 5px; + padding: 5px 10px; + resize: none; + width: 100%; +} + +.e-pivotview-mdx-dialog { + max-width: 500px; +} + +.e-pivotview-report-label { + float: left; + margin-top: 10px; + width: 40%; +} + +.e-pivotview-report-input { + float: right; + width: 60% !important; +} + +.e-rtl .e-pivotview-report-input { + float: left; +} + +.e-rtl .e-pivotview-report-label { + float: right; +} + +.e-pivotview-pdf-export, +.e-pivotview-excel-export, +.e-pivotview-csv-export { + font-size: 18px !important; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-container { + margin-bottom: 20px; +} + +.e-drillthrough-dialog .e-drillthrough-body-header { + color: #fff; + font-weight: 600; + opacity: 1; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-value { + color: white; + margin-left: 10px; + margin-right: 20px; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-common { + -webkit-flex-wrap: wrap; + -moz-flex-wrap: wrap; + -ms-flex-wrap: wrap; + display: inline-block; + flex-wrap: wrap; +} + +.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item { + height: 46px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 131px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small { + font-size: 14px; + top: 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 78px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter { + height: 191px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 24px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div { + padding: 10px 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter { + min-width: 380px; +} + +.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame { + height: 22px; + width: 22px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper { + padding-top: 24px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text { + font-size: 14px; +} + +/*! PivotView theme */ +.e-pivotview .e-nextspan { + display: inline-block; + width: 24px; +} + +.e-pivotview .e-lastspan { + display: inline-block; + width: 12px; +} + +.e-pivotview .e-grid.e-gridhover tr[role='row']:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-pivotview .e-rowsheader .e-cellvalue { + margin-left: 10px; +} + +.e-pivotview .e-valuescontent { + text-align: right; +} + +.e-pivotview .e-summary, +.e-pivotview .e-summary.e-active { + font-weight: 600; +} + +.e-pivotview .e-grid .e-rowsheader.e-active, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground, +.e-pivotview .e-grid .e-columnsheader.e-active, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground, +.e-pivotview .e-grid .e-rowsheader.e-active, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground, +.e-pivotview .e-grid .e-columnsheader.e-active, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground { + background: #ffd939 !important; + color: #000 !important; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-active .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-active .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons { + color: #000 !important; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext { + color: #000 !important; +} + +.e-pivotview .e-drop-indicator { + display: block; +} + +.e-pivotview div.e-cellvalue { + margin-top: -2px; +} + +.e-pivotview .e-sortfilterdiv { + margin: -21px 0 !important; +} + +.e-pivotview .e-pivotchart > svg { + border: 1px solid #969696; +} + +.e-pivotview .e-pivotchart.e-ltr { + direction: ltr; +} + +.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -18px 0 !important; +} + +.e-pivotview .e-grid .e-icons { + color: #fff !important; +} + +.e-pivotview .e-grid .e-icons:hover { + color: #fff !important; +} + +.e-pivotview .e-grid { + border-color: #969696; +} + +.e-pivotview .e-grid .e-rowsheader { + padding-left: 8px; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons { + color: #000 !important; +} + +.e-pivotview .e-grid .e-columnsheader { + padding-left: 12px !important; +} + +.e-pivotview .e-frozenheader > .e-table, +.e-pivotview .e-frozencontent > .e-table { + border-left-color: #969696 !important; + border-right-color: #969696 !important; +} + +.e-pivotview .e-stackedheadercelldiv.e-cellvalue { + padding-left: 6px !important; +} + +.e-pivotview .e-stackedheadercelldiv { + padding: 0 0 0 1px !important; +} + +.e-pivotview .e-stackedheadercelldiv, +.e-pivotview .e-headertext, +.e-pivotview .e-rowsheader .e-cellvalue { + color: white !important; + font-size: 14px !important; + font-weight: 400 !important; +} + +.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell, +.e-pivotview .e-headertext .e-hyperlinkcell, +.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell { + cursor: pointer; +} + +.e-pivotview .e-valuescontent .e-cellvalue .e-hyperlinkcell { + cursor: pointer; +} + +.e-pivotview .e-valuescontent { + opacity: 1 !important; +} + +.e-pivotview .e-rowcell { + opacity: 1; +} + +.e-pivotview .e-rowcell .e-cellvalue { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-pivotview .e-grouping-bar { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields { + -ms-flex: auto; + flex: auto; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields, +.e-pivotview .e-grouping-bar .e-right-axis-fields { + height: auto; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields { + min-width: 250px; +} + +.e-pivotview .e-grouping-bar .e-axis-row, +.e-pivotview .e-grouping-bar .e-axis-column, +.e-pivotview .e-grouping-bar .e-axis-value, +.e-pivotview .e-grouping-bar .e-axis-filter { + background: #262626; + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields { + border: 1px solid #969696; + border-bottom-width: 0; + border-right-width: 0; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields { + border: 1px solid #969696; + border-bottom-width: 0; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter { + border-bottom: 1px solid #969696; +} + +.e-pivotview .e-group-values, +.e-pivotview .e-group-columns, +.e-pivotview .e-group-filters, +.e-pivotview .e-group-rows { + background: #262626; + vertical-align: top; +} + +.e-pivotview .e-group-values.e-drag-restrict, +.e-pivotview .e-group-columns.e-drag-restrict, +.e-pivotview .e-group-filters.e-drag-restrict, +.e-pivotview .e-group-rows.e-drag-restrict { + cursor: no-drop; +} + +.e-pivotview .e-group-values .e-draggable-prompt, +.e-pivotview .e-group-columns .e-draggable-prompt, +.e-pivotview .e-group-filters .e-draggable-prompt, +.e-pivotview .e-group-rows .e-draggable-prompt { + color: #fff; + line-height: 50px; + padding-left: 8px; + pointer-events: none; + position: relative; + text-align: center; + vertical-align: middle; +} + +.e-pivotview .e-group-filters, +.e-pivotview .e-group-values, +.e-pivotview .e-group-columns, +.e-pivotview .e-group-rows { + display: inline-table; + -ms-flex: auto; + flex: auto; + height: 36px; + min-height: 36px; + overflow: hidden; + padding-left: 12px; + scroll-behavior: smooth; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div, +.e-pivotview .e-group-values .e-pvt-btn-div, +.e-pivotview .e-group-columns .e-pvt-btn-div, +.e-pivotview .e-group-rows .e-pvt-btn-div { + display: -ms-inline-flexbox; + display: inline-flex; + padding: 6px; + padding-bottom: 0; + padding-left: 0; + padding-right: 8px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-values .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-indent-div { + pointer-events: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator { + pointer-events: none; + width: 2px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover { + border-left: 1px dashed #000; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button { + background-color: #000; + border: 1px solid #fff; + border-radius: 0; + box-shadow: none; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + font-weight: normal; + height: 26px; + line-height: .9em; + padding: 5px 10px; + text-transform: none; + vertical-align: bottom; + z-index: 1; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button.e-list-selected { + opacity: .5; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover { + background-color: #685708; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove { + color: #fff !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active { + background-color: #ffd939; + color: #000; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-remove, .e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove { + color: #000 !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + background-color: transparent; + cursor: move; + -ms-flex: auto; + flex: auto; + font-size: 13px; + margin-right: 4px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag { + cursor: auto; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-draggable { + height: inherit; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-drag { + display: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + color: #fff !important; + cursor: pointer; + display: inline-block; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover { + color: #fff !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable { + display: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button { + max-width: 230px; +} + +.e-pivotview .e-group-filters, +.e-pivotview .e-group-columns { + width: 100%; +} + +.e-pivotview .e-group-row { + padding: 0 !important; +} + +.e-pivotview .e-group-row .e-group-rows { + display: table; + -ms-flex: none; + flex: none; + width: 100%; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div { + max-width: unset; + width: 100%; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div { + pointer-events: none; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button { + padding: 5px 10px; + width: 180px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover { + background-color: #685708; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove { + color: #fff !important; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active { + background-color: #ffd939; + color: #000; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove { + color: #000 !important; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + color: #fff !important; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover { + color: #fff; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable { + display: none; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; + width: 20px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-pivotview .e-axis-value { + display: inline-block; + height: 100%; +} + +.e-pivotview .e-axis-value .e-group-values { + height: 100%; + padding-bottom: 0; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-row { + height: 50% !important; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-value { + height: auto !important; + padding-left: 6px; + border-bottom: 1px solid #969696; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-multi-values { + padding-left: 2px; +} + +.e-pivotview .e-icons { + height: auto; + width: auto; +} + +.e-pivotview .e-collapse::before { + font-size: 12px; +} + +.e-pivotview .e-expand, +.e-pivotview .e-collapse { + cursor: pointer; + display: inline-block; + height: 16px; + text-align: center; + width: 24px; +} + +.e-pivotview th .e-expand, +.e-pivotview th .e-collapse { + float: left; + font-size: 13px !important; + margin-left: -6px; + margin-top: 2px; +} + +.e-pivotview .e-expand::before { + font-size: 12px; +} + +.e-pivotview.e-rtl .e-expand::before, +.e-pivotview.e-rtl .e-collapse::before { + margin-left: 0; +} + +.e-pivotview.e-rtl th .e-expand, +.e-pivotview.e-rtl th .e-collapse { + float: right; + margin-right: -8px; +} + +.e-pivotview.e-rtl .e-grid .e-rowsheader { + padding-right: 8px !important; +} + +.e-pivotview.e-rtl .e-grid .e-columnsheader { + padding-right: 12px !important; +} + +.e-pivotview.e-rtl .e-rowsheader .e-cellvalue { + margin-left: 0; + margin-right: 7px; +} + +.e-pivotview.e-rtl .e-valuescontent { + text-align: left; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-left-axis-fields { + border-left-width: 0; + border-right-width: 1px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-right-axis-fields { + border-left-width: 1px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters { + padding-left: 0; + padding-right: 12px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content { + text-align: right; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove { + padding-left: 0; + padding-right: 4px; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows { + padding-left: 0; + padding-right: 12px; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + text-align: right; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + padding-left: 0; + padding-right: 7px; +} + +.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue { + padding-right: 13px !important; +} + +.e-pivotview.e-device .e-grouping-bar .e-pivot-button { + line-height: 1em !important; +} + +.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button { + max-width: 155px; +} + +.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button { + max-width: 200px; +} + +.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div { + width: 0 !important; +} + +.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button { + width: 155px; +} + +.e-pivottooltipwrap { + opacity: 1; +} + +.e-pivottooltip { + border-radius: 2px; + padding: 0 0; +} + +.e-pivottooltip p { + color: #000; + display: inline-block; + font-family: Segoe UI; + font-size: 13px; + line-height: 21px; + margin: 0; +} + +.e-pivottooltip p.e-tooltipcontent { + margin-left: 5px; +} + +.e-rtl .e-pivottooltip p.e-tooltipcontent { + margin-left: 0; + margin-right: 5px; +} + +.e-bigger .e-pivotview .e-grid .e-rowsheader, +.e-bigger.e-pivotview .e-grid .e-rowsheader, +.e-bigger .e-pivotview .e-grid .e-rowsheader, +.e-bigger.e-pivotview .e-grid .e-rowsheader { + padding-left: 10px !important; +} + +.e-bigger .e-pivotview .e-grid .e-columnsheader, +.e-bigger.e-pivotview .e-grid .e-columnsheader, +.e-bigger .e-pivotview .e-grid .e-columnsheader, +.e-bigger.e-pivotview .e-grid .e-columnsheader { + padding-left: 16px !important; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button { + height: 30px; + line-height: 0.9em; + padding: 6px 12px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + margin-right: 8px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove { + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows { + height: 40px; + min-height: 40px; + padding-left: 16px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values { + height: 100%; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper { + width: 24px; +} + +.e-bigger .e-pivotview .e-group-rows, +.e-bigger.e-pivotview .e-group-rows, +.e-bigger .e-pivotview .e-group-rows, +.e-bigger.e-pivotview .e-group-rows { + padding-left: 16px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button { + height: 30px; + line-height: 0.9em; + padding: 6px 12px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + margin-right: 8px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-bigger .e-pivotview .e-sortfilterdiv, +.e-bigger.e-pivotview .e-sortfilterdiv, +.e-bigger .e-pivotview .e-sortfilterdiv, +.e-bigger.e-pivotview .e-sortfilterdiv { + margin: -23px -6px !important; +} + +.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -18px -6px !important; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + height: 131px; +} + +.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader { + padding-right: 10px !important; +} + +.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader { + padding-right: 16px !important; +} + +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters { + padding-left: 0; + padding-right: 16px; +} + +.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows { + padding-left: 0; + padding-right: 16px; +} + +.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue { + padding-right: 13px !important; +} + +.e-content-placeholder.e-pivotview.e-placeholder-pivotview { + background-size: 100% 200px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0); + } + 100% { + transform: rotate(360deg); + } +} + +.e-query-builder .e-collapse-rule::before { + content: '\e906'; +} + +.e-query-builder { + border: 1px solid; + border-radius: 0; + height: auto; + width: auto; +} + +.e-query-builder .e-multiselect .e-qb-spinner .e-spinner-inner { + left: auto; + right: 5px; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-not { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-query-builder.e-rtl .e-multiselect .e-qb-spinner .e-spinner-inner { + left: 5px; + right: auto; +} + +.e-query-builder.e-rtl.e-bigger.e-device .e-group-body .e-rule-container .e-rule-delete, +.e-query-builder.e-rtl.e-bigger .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + padding-left: 22px; +} + +.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-value-delete, +.e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete { + text-align: left; +} + +.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-delete, +.e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + padding-left: 16px; +} + +.e-query-builder.e-rtl .e-group-header .e-group-action .e-btn { + margin-left: 0; + margin-right: 12px; +} + +.e-query-builder.e-rtl .e-horizontal-mode .e-rule-delete { + margin-left: 0; + margin-right: 12px; +} + +.e-query-builder.e-rtl .e-group-body { + padding-left: 0; + padding-right: 20px; +} + +.e-query-builder.e-rtl .e-rule-list > ::before { + border-width: 0 2px 2px 0; +} + +.e-query-builder.e-rtl .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder.e-rtl .e-rule-list > ::after, +.e-query-builder.e-rtl .e-rule-list > ::before { + right: -12px; +} + +.e-query-builder.e-rtl .e-rule-list > ::after { + border-width: 0 2px 0 0; +} + +.e-query-builder.e-rtl .e-rule-list .e-group-container::before { + right: -11px; +} + +.e-query-builder.e-rtl .e-rule-list > .e-group-container { + padding-right: 0; +} + +.e-query-builder .e-group-container, +.e-query-builder .e-rule-container { + position: relative; +} + +.e-query-builder .e-rule-list > :first-child::before { + top: -12px; +} + +.e-query-builder .e-rule-list > :last-child::after { + display: none; +} + +.e-query-builder .e-rule-list > ::before { + border-width: 0 0 2px 2px; + height: 25px; + top: -10px; +} + +.e-query-builder .e-rule-list > ::after, +.e-query-builder .e-rule-list > ::before { + border-style: dotted; + content: ''; + left: -12px; + position: absolute; + width: 10px; +} + +.e-query-builder .e-rule-list > ::after { + border-width: 0 0 0 2px; + height: calc(100% - 17px); + top: 17px; +} + +.e-query-builder .e-rule-list > .e-rule-container::before { + height: calc(50% + 8px); +} + +.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before { + height: calc(50% + 10px); +} + +.e-query-builder .e-rule-list > .e-rule-container::after { + height: calc(50% + 6px); + top: calc(50% - 3px); +} + +.e-query-builder .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder .e-rule-list .e-group-container::before { + left: -11px; +} + +.e-query-builder .e-rule-list .e-group-container::after { + left: -11px; +} + +.e-query-builder .e-group-header .e-group-action .e-btn { + margin-left: 12px; +} + +.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small { + border-bottom-right-radius: 0; + border-radius: 0; + border-top-right-radius: 0; +} + +.e-query-builder .e-group-header .e-btn-group { + border: none; + box-shadow: none; + display: inline-block; +} + +.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-not { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-query-builder .e-group-header .e-group-action { + display: inline-block; + margin-top: 5px; +} + +.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn, +.e-query-builder .e-group-header .e-deletegroup { + margin-bottom: 2px; +} + +.e-query-builder .e-group-header button.e-button-hide { + display: none; +} + +.e-query-builder .e-group-header.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder .e-rule-list .e-group-container { + margin-left: 0; + margin-top: 12px; + width: 100%; +} + +.e-query-builder .e-rule-list { + padding: 12px 0 12px 0; + padding-bottom: 0; +} + +.e-query-builder .e-group-container { + padding: 12px; +} + +.e-query-builder .e-rule-container { + border: 1px solid; + border-radius: 0; +} + +.e-query-builder .e-rule-list > .e-group-container { + padding: 0; + padding-bottom: 12px; +} + +.e-query-builder .e-group-container .e-rule-list > .e-group-container { + padding-bottom: 0; +} + +.e-query-builder .e-group-body { + padding-left: 20px; +} + +.e-query-builder .e-group-body .e-rule-container { + box-shadow: none; + height: auto; + margin-top: -1px; + padding-right: 12px; +} + +.e-query-builder .e-group-body .e-rule-container.e-prev-joined-rule { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-query-builder .e-group-body .e-rule-container.e-joined-rule { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-top-style: dotted; + border-top-width: 2px; + margin-top: 0; +} + +.e-query-builder .e-group-body .e-rule-container.e-separate-rule { + margin-top: 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-filter { + padding: 12px 0 12px 12px; + width: auto; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-numeric:not(:first-child), +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-date-wrapper:not(:first-child), +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-input-group:not(:first-child) { + float: right; + margin-top: 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + min-width: 190px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multiselect, +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + max-width: 200px; +} + +.e-query-builder .e-group-body .e-rule-container .e-operator, +.e-query-builder .e-group-body .e-rule-container .e-value { + padding: 12px 0 12px 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-operator .e-radio-wrapper, +.e-query-builder .e-group-body .e-rule-container .e-value .e-radio-wrapper { + margin-right: 15px; +} + +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete { + display: inline-block; + margin-left: 12px; +} + +.e-query-builder .e-group-body .e-rule-container button.e-button-hide { + display: none; +} + +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete { + display: inline-block; +} + +.e-query-builder .e-group-body .e-rule-value.e-hide { + display: none; +} + +.e-query-builder .e-group-body .e-rule-value.e-show { + display: inline-block; +} + +.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + margin-bottom: 12px; + padding-right: none; + right: 0; +} + +.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder .e-group-body .e-vertical-mode .e-removerule.e-rule-delete { + box-shadow: none; + right: 0; +} + +.e-query-builder .e-dropdown-btn { + box-shadow: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-filter { + padding: 16px; +} + +.e-query-builder.e-device .e-removerule.e-rule-delete { + box-shadow: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multiselect, +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + max-width: 100; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value-delete, +.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete { + text-align: right; +} + +.e-query-builder .e-delete-icon::before { + content: ""; +} + +.e-query-builder .e-edit-rule.e-btn.e-small { + box-shadow: none; +} + +.e-query-builder .e-edit-rule { + right: 0; +} + +.e-query-builder .e-collapse-rule { + border: 1px solid; + border-right: 0; + border-top: 0; + box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12); + font-size: 20px; + padding: 5px; + position: absolute; + right: 0; + top: 0; +} + +.e-query-builder .e-summary-text { + border-style: none; + font-family: "Segoe UI", "GeezaPro", "DejaVu Serif", sans-serif, "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + line-height: 1.5em; + padding: 12px; + resize: none; + width: 100%; +} + +.e-query-builder .e-summary-btndiv { + padding: 12px; + text-align: right; +} + +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-filter, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-operator, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-value, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-value-delete, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-filter, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-operator, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-value, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-value-delete { + padding: 15px 0 0 15px; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid; +} + +.e-dropdown-popup .e-addgroup { + float: right; +} + +.e-dropdown-popup ul .e-item.e-button-hide { + display: none; +} + +.e-addrule.e-add-icon::before, +.e-addgroup.e-add-icon::before, +.e-query-builder .e-add-icon::before { + content: ""; +} + +.e-query-builder.e-device .e-group-container, +.e-bigger.e-query-builder .e-group-container, +.e-bigger .e-query-builder .e-group-container { + padding: 16px; +} + +.e-query-builder.e-device .e-rule-list > .e-group-container, +.e-bigger.e-query-builder .e-rule-list > .e-group-container, +.e-bigger .e-query-builder .e-rule-list > .e-group-container { + padding: 0; +} + +.e-query-builder.e-device .e-rule-list > .e-rule-container:not(:first-child)::before, +.e-bigger.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before, +.e-bigger .e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before { + height: calc(50% + 12px); +} + +.e-query-builder.e-device .e-rule-list > .e-group-container:first-child, +.e-bigger.e-query-builder .e-rule-list > .e-group-container:first-child, +.e-bigger .e-query-builder .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder.e-device .e-rule-list > ::before, +.e-bigger.e-query-builder .e-rule-list > ::before, +.e-bigger .e-query-builder .e-rule-list > ::before { + top: -12px; +} + +.e-query-builder.e-device .e-group-action .e-btn, +.e-bigger.e-query-builder .e-group-action .e-btn, +.e-bigger .e-query-builder .e-group-action .e-btn { + margin-left: 15px; +} + +.e-query-builder.e-device .e-rule-list > :first-child::before, +.e-bigger.e-query-builder .e-rule-list > :first-child::before, +.e-bigger .e-query-builder .e-rule-list > :first-child::before { + top: -14px; +} + +.e-query-builder.e-device .e-rule-list, +.e-bigger.e-query-builder .e-rule-list, +.e-bigger .e-query-builder .e-rule-list { + padding: 15px 0 15px 0; + padding-bottom: 0; +} + +.e-query-builder.e-device .e-rule-list .e-group-container, +.e-bigger.e-query-builder .e-rule-list .e-group-container, +.e-bigger .e-query-builder .e-rule-list .e-group-container { + margin-top: 16px; +} + +.e-query-builder.e-device .e-group-body, +.e-bigger.e-query-builder .e-group-body, +.e-bigger .e-query-builder .e-group-body { + padding-left: 24px; +} + +.e-query-builder.e-device .e-group-body .e-rule-container, +.e-bigger.e-query-builder .e-group-body .e-rule-container, +.e-bigger .e-query-builder .e-group-body .e-rule-container { + margin-top: -1px; + padding-right: 15px; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode { + width: auto; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-separate-rule, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-separate-rule, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-separate-rule { + margin-top: 15px; +} + +.e-query-builder.e-device .e-group-body .e-rule-delete, +.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + margin-bottom: 16px; + padding-right: none; + right: 0; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete { + margin-bottom: 0; +} + +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete { + display: inline-block; + margin-left: 7.5px; +} + +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-filter, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-operator, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value-delete, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete { + display: inline-block; +} + +.e-query-builder.e-device .e-group-body .e-rule-value.e-hide, +.e-bigger.e-query-builder .e-group-body .e-rule-value.e-hide, +.e-bigger .e-query-builder .e-group-body .e-rule-value.e-hide { + display: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-value.e-show, +.e-bigger.e-query-builder .e-group-body .e-rule-value.e-show, +.e-bigger .e-query-builder .e-group-body .e-rule-value.e-show { + display: inline-block; +} + +.e-query-builder.e-device .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-query-builder.e-device .e-group-body .e-rule-delete.e-btn.e-small.e-round, +.e-bigger.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-bigger.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round, +.e-bigger .e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-bigger .e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder.e-device .e-summary-text, +.e-bigger.e-query-builder .e-summary-text, +.e-bigger .e-query-builder .e-summary-text { + font-size: 16px; + line-height: 1.5em; + padding: 15px; +} + +.e-query-builder.e-device .e-summary-btndiv, +.e-bigger.e-query-builder .e-summary-btndiv, +.e-bigger .e-query-builder .e-summary-btndiv { + padding: 15px; + text-align: right; +} + +.e-device .e-rule-value { + width: 100%; +} + +.e-bigger .e-group-body .e-rule-container .e-rule-filter, +.e-bigger .e-group-body .e-rule-container .e-operator, +.e-bigger .e-group-body .e-rule-container .e-value { + padding: 15px 0 15px 15px; +} + +.e-query-builder { + background-color: #000; + border-color: #969696; +} + +.e-query-builder .e-group-header .e-btn-group { + border-color: #969696; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small { + border-right: 1px solid #969696; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small.e-active-toggle { + border-right: 1px solid #ffd939; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-not { + border-right: transparent; +} + +.e-query-builder .e-group-container { + border-color: #969696; +} + +.e-query-builder .e-rule-container { + background-color: #000; + border-color: #969696; +} + +.e-query-builder .e-rule-container.e-joined-rule { + border-top-color: #ccc; +} + +.e-query-builder .e-rule-list .e-group-container { + background-color: #000; +} + +.e-query-builder .e-rule-list > ::after, +.e-query-builder .e-rule-list > ::before { + border-color: #ccc; +} + +.e-query-builder .e-btn-group input:checked + label.e-btn, +.e-query-builder .e-btn-group .e-btn.e-qb-toggle.e-active-toggle { + background: #ffd939; + border-color: #ffd939; + color: #000; +} + +.e-query-builder .e-btn-group:not(.e-rtl) .e-qb-toggle.e-btn.e-small { + border-right: transparent; +} + +.e-query-builder .e-btn-group:not(.e-rtl) .e-btn.e-btngroup-and-lbl.e-not { + border-left: transparent; +} + +.e-query-builder .e-group-header .e-btn-group:not(.e-rtl) .e-qb-toggle:last-of-type { + border-left: 1px solid; +} + +.e-query-builder .e-group-header .e-btn-group .e-qb-toggle.e-active-toggle:last-of-type { + border-left-color: #ffd939; +} + +.e-query-builder .e-removerule.e-btn.e-round { + background-color: #000; +} + +.e-query-builder .e-summary-content textarea { + background-color: #000; + color: #fff; +} + +.e-query-builder .e-collapse-rule { + background-color: #000; + border-color: #969696; + color: #fff; +} + +.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover { + background-color: #969696; +} + +.e-tooltip-wrap.e-querybuilder-error, +.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error { + background-color: #b30900; + border-color: #b30900; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #b30900; + color: #b30900; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom { + border-top-color: #b30900; + color: #b30900; +} + +.e-tooltip-wrap.e-querybuilder-error .e-tip-content, +.e-tooltip-wrap.e-querybuilder-error .e-tip-content label { + color: #fff; +} + +/*! recurrence editor theme wise definitions*/ +/*! Recurrence-Editor component layout */ +.e-recurrenceeditor .e-editor { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + margin-left: auto; + margin-right: auto; + max-width: 1240px; +} + +.e-recurrenceeditor .e-recurrence-table { + table-layout: fixed; + width: 100%; +} + +.e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child { + width: 27%; +} + +.e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 24%; +} + +.e-recurrenceeditor .e-recurrence-table .e-repeat-content { + display: inline-block; + font-weight: normal; + padding: 18px 0 0 8px; +} + +.e-recurrenceeditor .e-recurrence-table .e-input-wrapper { + float: none; + width: 100%; +} + +.e-recurrenceeditor .e-recurrence-table .e-week-position { + position: relative; + right: 16px; +} + +.e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 10px; +} + +.e-recurrenceeditor .e-icons { + height: 0; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 8px 10px 0; +} + +.e-recurrenceeditor .e-form-left { + padding: 0 8px 16px 0; +} + +.e-recurrenceeditor .e-form-right, +.e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px 8px; +} + +.e-recurrenceeditor .e-input-wrapper { + float: left; + width: 50%; +} + +.e-recurrenceeditor .e-input-wrapper div { + margin-bottom: 2.5%; +} + +.e-recurrenceeditor .e-input-wrapper.e-end-on-date, +.e-recurrenceeditor .e-input-wrapper.e-end-on-count { + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-end-on > div, +.e-recurrenceeditor.e-rtl .e-month-expander > div > div { + float: right; +} + +.e-recurrenceeditor.e-rtl .e-form-left, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left { + padding: 0 0 10px 8px; +} + +.e-recurrenceeditor.e-rtl .e-form-right, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right { + padding: 0 8px 10px 0; +} + +.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; +} + +.e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 16px; + right: 0; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label { + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-end-on-label { + margin-bottom: 5px; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-left: 8px; + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 8px; +} + +.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 0; +} + +.e-recurrenceeditor .e-days .e-week-expander-label { + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; +} + +.e-recurrenceeditor .e-days button { + border-radius: 50%; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + height: 35px; + margin: 0 8px 10px; + width: 35px; +} + +.e-recurrenceeditor .e-hide-recurrence-element { + display: none; +} + +.e-recurrenceeditor .e-half-space { + width: 20%; +} + +.e-recurrenceeditor .e-year-expander { + margin-bottom: 11px; +} + +.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper { + margin-bottom: 11px; +} + +.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper { + margin-top: -3px; +} + +.e-recurrenceeditor .e-input-wrapper-side { + float: left; + padding: 16px 20px 0; + width: 50%; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label { + float: none; + font-size: 12px; + font-weight: 400; + margin-bottom: 7px; + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper { + margin: 0; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label { + font-size: 12px; + font-weight: 400; + margin-bottom: 7px; + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left { + padding-bottom: 6px; +} + +.e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left { + padding-bottom: 12px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-form-right { + margin-bottom: 11px; +} + +.e-bigger .e-recurrenceeditor { + padding: 0; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 12px 11px 0; +} + +.e-bigger .e-recurrenceeditor .e-form-left { + padding: 0 12px 14px 0; +} + +.e-bigger .e-recurrenceeditor .e-form-right, +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px 12px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position { + right: 24px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left { + padding-bottom: 6px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 70px; +} + +.e-bigger .e-recurrenceeditor .e-week-position { + padding-left: 55px; + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label { + font-size: 12px; + margin-bottom: 0; +} + +.e-bigger .e-recurrenceeditor .e-end-on-label { + margin-bottom: 0; +} + +.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label { + font-size: 12px; + margin-bottom: 8px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left { + padding-bottom: 12px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label { + font-size: 12px; + margin-bottom: 1px; +} + +.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper, +.e-bigger .e-recurrenceeditor .e-year-expander, +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + margin-bottom: 11px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 0; +} + +.e-bigger .e-recurrenceeditor .e-days button { + height: 40px; + width: 40px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-form-left, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left { + padding: 0 0 10px 12px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-form-right, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right { + padding: 0 12px 10px 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; + padding-right: 64px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label { + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label { + margin-bottom: 5px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position { + right: 33px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 46px; +} + +.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child { + width: 25%; +} + +.e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 20%; +} + +.e-device .e-recurrenceeditor .e-week-expander-label { + margin-bottom: 6px; +} + +.e-device .e-recurrenceeditor .e-month-expander-label { + font-size: 12px; + margin-bottom: 5px; +} + +.e-device .e-recurrenceeditor .e-footer-content { + padding: 12px; +} + +.e-device .e-recurrenceeditor .e-form-left, +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 0 10px; +} + +.e-device .e-recurrenceeditor .e-form-right, +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px; +} + +.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date, +.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count { + padding-left: 10px; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 10px; +} + +.e-device .e-recurrenceeditor.e-end-on { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-end-on .e-end-on-label { + float: none; + font-size: 12px; + font-weight: 400; + margin-bottom: 7px; +} + +.e-device .e-recurrenceeditor.e-end-on .e-end-on-left { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 10px; +} + +.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 16px; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 20px; +} + +.e-device .e-recurrenceeditor .e-week-position { + padding-left: 0; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-week-position { + padding-left: 0; +} + +.e-device.e-recurrence-dialog .e-dlg-header-content { + background: none; + box-shadow: none; + padding-bottom: 10px; +} + +.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label { + margin-bottom: 7px; +} + +.e-device.e-recurrence-dialog .e-footer-content { + padding: 16px 8px; +} + +@media (max-width: 580px) { + .e-recurrenceeditor { + margin-left: auto; + margin-right: auto; + width: 100%; + } + .e-recurrenceeditor .e-editor { + -ms-flex-direction: column; + flex-direction: column; + } + .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left { + margin-top: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label { + margin-bottom: 7px; + } + .e-recurrenceeditor .e-editor > div { + margin-top: 20px; + } + .e-recurrenceeditor .e-editor > .e-input-wrapper { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper { + width: 50%; + } + .e-recurrenceeditor .e-editor .e-form-left, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left { + padding: 0 0 10px; + } + .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date, + .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count { + padding-left: 10px; + padding-right: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 10px; + } + .e-recurrenceeditor .e-editor .e-form-right, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right { + padding-left: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week { + width: 100%; + } + .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 0; + } + .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, + .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 10px; + } +} + +/*! Recurrence-Editor component theme */ +.e-ribbon .e-drop-icon::before { + content: '\e966'; +} + +.e-ribbon { + border: 1px solid #fff; +} + +.e-ribbon .e-tab { + border-width: 0; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-left-width: 0; + border-right-width: 0; +} + +.e-ribbon .e-tab .e-tab-header { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 33px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-hscroll { + display: inline-block !important; + width: calc(100% - 28px); +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap { + padding: 0; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-text-wrap { + vertical-align: top; +} + +.e-ribbon .e-tab .e-tab-header .e-indicator { + z-index: 1; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + text-transform: none; +} + +.e-ribbon .e-tab.e-sheet-tab .e-tab-header .e-tab-text { + white-space: pre; +} + +.e-ribbon .e-drop-icon { + cursor: pointer; + float: right; + font-family: 'e-icons'; + margin: 15px 4px; + text-align: center; + transform: rotate(180deg); + transition: transform 300ms ease; + width: 18px; + font-size: 10px; +} + +.e-ribbon.e-collapsed .e-content, +.e-ribbon.e-collapsed .e-indicator, +.e-ribbon.e-collapsed .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + display: none; +} + +.e-ribbon.e-collapsed .e-drop-icon { + transform: rotate(0deg); +} + +.e-ribbon .e-tab-header .e-menu-wrapper.e-file-menu ul.e-menu { + font-size: 14px; +} + +.e-ribbon .e-content .e-toolbar { + border-color: transparent; +} + +.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay { + opacity: .5; +} + +.e-ribbon .e-content .e-toolbar.e-overlay .e-toolbar-items .e-toolbar-item.e-overlay { + opacity: 1; +} + +.e-ribbon .e-menu-wrapper { + border-width: 0; +} + +.e-ribbon .e-menu-wrapper ul.e-menu { + padding: 0; +} + +.e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + height: 35px; + line-height: 35px; +} + +.e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon .e-caret { + line-height: 35px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu { + padding: 0; + font-size: 15px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon { + height: 41px; + line-height: 41px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret { + line-height: 41px; +} + +.e-bigger .e-ribbon .e-drop-icon, +.e-bigger.e-ribbon .e-drop-icon { + font-size: 12px; + margin: 19px 5px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header, +.e-bigger.e-ribbon .e-tab .e-tab-header { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 39px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 41px; + min-height: 41px; +} + +.e-ribbon { + background-color: #000; +} + +.e-ribbon .e-tab .e-tab-header { + background-color: inherit; +} + +.e-ribbon .e-tab .e-tab-header .e-drop-icon { + color: #fff; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-ribbon .e-menu-wrapper { + background-color: transparent; +} + +/*! recurrence editor theme wise definitions*/ +/*! Schedule component's highcontrast theme definitions and variables */ +.e-schedule .e-schedule-toolbar .e-icon-prev::before { + content: '\e98f'; +} + +.e-schedule .e-schedule-toolbar .e-icon-next::before { + content: '\e219'; +} + +.e-schedule .e-schedule-toolbar .e-icon-add::before { + content: '\e20f'; +} + +.e-schedule .e-schedule-toolbar .e-icon-today::before { + content: '\e321'; +} + +.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before { + content: '\e966'; +} + +.e-schedule .e-schedule-toolbar .e-icon-day::before { + content: '\e317'; +} + +.e-schedule .e-schedule-toolbar .e-icon-week::before { + content: '\e31f'; +} + +.e-schedule .e-schedule-toolbar .e-icon-workweek::before { + content: '\e323'; +} + +.e-schedule .e-schedule-toolbar .e-icon-month::before { + content: '\e93a'; +} + +.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before { + content: '\e31e'; +} + +.e-schedule .e-schedule-toolbar .e-icon-agenda::before { + content: '\e316'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before { + content: '\ea86'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before { + content: '\ea89'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before { + content: '\ea8c'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before { + content: '\ea90'; +} + +.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before { + content: '\e976'; +} + +.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before { + content: '\e976'; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before { + content: '\e219'; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before { + content: '\e98f'; +} + +.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before { + content: '\e94c'; +} + +.e-schedule .e-schedule-resource-toolbar .e-icon-next::before { + content: '\e219'; +} + +.e-schedule .e-close-icon::before { + content: '\e953'; +} + +.e-schedule .e-block-indicator::before { + content: '\e22a'; +} + +.e-schedule .e-appointment .e-recurrence-icon::before { + content: '\e309'; +} + +.e-schedule .e-appointment .e-recurrence-edit-icon::before { + content: '\e30b'; +} + +.e-schedule .e-appointment .e-up-icon::before { + content: '\e307'; +} + +.e-schedule .e-appointment .e-down-icon::before { + content: '\e305'; +} + +.e-schedule .e-appointment .e-left-icon::before { + content: '\e303'; +} + +.e-schedule .e-appointment .e-right-icon::before { + content: '\e301'; +} + +.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before { + content: '\e966'; +} + +.e-schedule.e-rtl .e-appointment .e-left-icon::before { + content: '\e301'; +} + +.e-schedule.e-rtl .e-appointment .e-right-icon::before { + content: '\e303'; +} + +.e-schedule .e-resource-tree-icon::before { + content: '\e22e'; +} + +.e-schedule-dialog.e-device .e-back-icon::before { + content: '\e962'; +} + +.e-schedule-dialog.e-device .e-save-icon::before { + content: '\e954'; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before { + content: '\e97c'; +} + +.e-schedule-dialog.e-device.e-rtl .e-back-icon::before { + content: '\e301'; +} + +.e-quick-popup-wrapper .e-edit-icon::before { + content: '\e97c'; +} + +.e-quick-popup-wrapper .e-delete-icon::before { + content: '\e965'; +} + +.e-quick-popup-wrapper .e-close-icon::before { + content: '\e953'; +} + +.e-quick-popup-wrapper .e-time-icon::before { + content: '\e97f'; +} + +.e-quick-popup-wrapper .e-location-icon::before { + content: '\e30f'; +} + +.e-quick-popup-wrapper .e-time-zone-icon::before { + content: '\e311'; +} + +.e-quick-popup-wrapper .e-description-icon::before { + content: '\e310'; +} + +.e-quick-popup-wrapper .e-resource-icon::before { + content: '\e425'; +} + +.e-quick-popup-wrapper .e-date-time-icon::before { + content: '\e422'; +} + +.e-more-popup-wrapper.e-device .e-close-icon::before { + content: '\e953'; +} + +/*! schedule component layout */ +.e-schedule { + display: block; + outline: medium none; + overflow: hidden; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-schedule .e-schedule-toolbar { + background: #000; + border: 0; + border-bottom: 1px solid #969696; + box-shadow: none; + margin-bottom: 0; + min-height: 43px; +} + +.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text, +.e-schedule .e-schedule-toolbar .e-active-view .e-icons { + color: #ffd939; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-pop { + background: #000; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn { + background: #000; + border-color: #000; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus { + background-color: #685708; + border-color: #fff; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn:active { + background: #ffd939; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + cursor: pointer; + font-size: 14px; + text-transform: uppercase; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items { + background: #000; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos { + height: 43px; + min-height: 43px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div { + height: inherit; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow { + font-size: 12px; + padding-top: 4px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover { + background: #685708; + border-radius: 0%; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus { + background: #685708; + border-radius: 0%; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text { + display: none; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden { + display: none; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next { + font-size: 14px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-right: 1px solid #fff; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text { + font-size: 16px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text { + cursor: pointer; + font-size: 14px; + text-transform: uppercase; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav { + background: #000; + border-left: 0; + border-right: 1px solid #ffd939; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover { + background-color: #685708; + color: #fff; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav { + background: #000; + border-left: 1px solid #ffd939; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav::after { + content: ''; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:active { + color: #fff; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:active::after { + content: ''; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:hover { + background: #685708; + color: #fff; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:focus { + background: #685708; + color: #fff; +} + +.e-schedule.e-device .e-schedule-toolbar { + height: 56px; + min-height: 56px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus { + height: calc(100% - 20px); +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos { + height: 56px; + min-height: 56px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div { + height: inherit; +} + +.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + font-size: 15px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text { + font-size: 20px; +} + +.e-schedule .e-schedule-resource-toolbar { + background: #000; + border-bottom: 1px solid #969696; + box-shadow: none; + display: -ms-flexbox; + display: flex; + margin-bottom: 0; + min-height: 43px; + padding: 10px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu { + color: #fff; + font-size: 14px; + padding: 7px; + padding-left: 4px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable { + display: none; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name { + font-size: 14px; + padding: 5px; + color: #fff; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child) { + opacity: .6; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next { + color: #fff; + font-size: 10px; + line-height: 18px; + opacity: .4; + padding: 5px; +} + +.e-schedule .e-schedule-resource-toolbar.e-popup-close { + display: none; +} + +.e-schedule .e-schedule-resource-toolbar.e-popup-open { + display: block; +} + +.e-schedule .e-text-ellipsis { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-text-center { + text-align: center; +} + +.e-schedule .e-table-container { + display: -ms-inline-flexbox; + display: inline-flex; + position: relative; + vertical-align: top; +} + +.e-schedule .e-table-container.e-translate { + transition: transform .3s ease 0s; +} + +.e-schedule .e-resource-tree-popup { + background: #333; + box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4); + height: 100%; + position: absolute; + width: 250px; +} + +.e-schedule .e-resource-tree-popup .e-resource-tree { + height: 100%; + overflow-y: auto; +} + +.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content { + padding: 0 0 0 12px; +} + +.e-schedule .e-resource-tree-popup-overlay.e-enable { + background-color: #383838; + height: 100%; + left: 0; + opacity: .5; + position: absolute; + top: 0; + width: 100%; +} + +.e-schedule .e-new-event { + background-color: #1c8000; + border: 1px solid #fff; + border-radius: 5px; + height: 100%; + opacity: .9; + position: relative; + width: 100%; + z-index: 1; +} + +.e-schedule .e-new-event .e-title { + color: #fff; + font-size: 12px; + line-height: 1.2; + margin: 0; + overflow-wrap: break-word; + padding: 3px; + position: absolute; + text-align: left; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-month-view .e-new-event { + height: calc(100% - 25px); +} + +.e-schedule .e-schedule-table { + border: 0 none; + border-collapse: separate; + border-spacing: 0; + margin: 0; + table-layout: fixed; + width: 100%; +} + +.e-schedule .e-schedule-table > tbody > tr > th, +.e-schedule .e-schedule-table > tbody > tr > td { + box-sizing: border-box; + font-weight: normal; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-schedule .e-outer-table > tbody > tr > td { + padding: 0; + vertical-align: top; +} + +.e-schedule .e-content-wrap { + position: relative; +} + +.e-schedule .e-content-wrap .e-day-wrapper { + width: 100%; +} + +.e-schedule .e-content-wrap, +.e-schedule .e-scroll-container { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.e-schedule .e-hide-childs > * { + display: none; +} + +.e-schedule .e-recurrence-icon, +.e-schedule .e-recurrence-edit-icon { + font-size: 9px; +} + +.e-schedule .e-left-icon, +.e-schedule .e-right-icon { + font-size: 8px; +} + +.e-schedule .e-m-date { + cursor: pointer; + font-size: 20px; +} + +.e-schedule .e-m-date:hover { + text-decoration: underline; +} + +.e-schedule .e-m-day { + font-size: 12px; +} + +.e-schedule.e-device .e-m-date:hover { + text-decoration: none; +} + +.e-schedule .e-block-appointment { + background: rgba(255, 255, 255, 0.2); + border-radius: 2px; + color: #bfbfbf; + cursor: default; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-block-appointment .e-subject { + overflow: hidden; + overflow-wrap: break-word; + padding: 4px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-block-indicator { + color: #bfbfbf; + float: right; + padding: 0 6px; + z-index: 1; +} + +.e-schedule.e-rtl .e-block-indicator { + float: left; +} + +.e-schedule .e-month-view .e-block-indicator { + margin-top: -20px; +} + +.e-schedule .e-timeline-view .e-block-indicator, +.e-schedule .e-timeline-month-view .e-block-indicator { + position: absolute; + top: 3px; +} + +.e-schedule .e-appointment { + opacity: 1; + transition: opacity 100ms linear; +} + +.e-schedule .e-appointment.e-event-action { + opacity: .4; +} + +.e-schedule .e-read-only { + opacity: .8; +} + +.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone), +.e-schedule.e-event-action .e-block-appointment { + pointer-events: none; +} + +.e-schedule.e-event-action .e-drag-clone, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone { + cursor: move; +} + +.e-schedule.e-event-action .e-drag-clone .e-top-handler, +.e-schedule.e-event-action .e-drag-clone .e-bottom-handler, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler { + pointer-events: none; +} + +.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone { + cursor: ns-resize; +} + +.e-schedule.e-event-action .e-timeline-view .e-resize-clone, +.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone, +.e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone { + cursor: ew-resize; +} + +.e-schedule.e-device .e-appointment { + overflow: hidden; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize { + height: 10px; + left: 50%; + position: absolute; + transform: translateX(-50%); + width: 100%; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize { + border-radius: 50%; + height: 100%; + position: absolute; + top: 50%; + transform: translateY(-50%); + width: 10px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize { + margin-top: -8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize { + margin-top: 8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize { + margin-left: -8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize { + margin-left: 8px; +} + +.e-schedule .e-event-resize { + position: absolute; +} + +.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler { + height: 100%; + width: 10px; +} + +.e-schedule .e-event-resize.e-left-handler { + cursor: ew-resize; + float: left; + left: 0; +} + +.e-schedule .e-event-resize.e-right-handler { + cursor: e-resize; + float: right; + right: 0; +} + +.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler { + height: 10px; + width: 100%; +} + +.e-schedule .e-event-resize.e-top-handler { + cursor: ns-resize; + top: 0; +} + +.e-schedule .e-event-resize.e-bottom-handler { + bottom: 0; + cursor: ns-resize; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-content-table, +.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap { + height: 100%; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment { + background: #1c8000; + border: 1px solid #1a1a1a; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 54px; + margin-bottom: 2px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + padding: 2px 4px 0 2px; + text-align: left; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + overflow-wrap: break-word; + padding-top: 1px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon { + line-height: 54px; + padding: 0 5px; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon { + line-height: 54px; + padding: 0 2px; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper { + position: absolute; + width: 0; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells { + height: auto; + vertical-align: top; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator { + color: #969696; + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-left-indent { + width: 85px; +} + +.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells { + position: relative; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table col, +.e-schedule .e-vertical-view .e-content-wrap table col { + width: 36px; +} + +.e-schedule .e-vertical-view .e-resource-cells { + color: #fff; + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-vertical-view .e-header-cells { + font-size: 12px; + height: 60px; + padding: 5px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-day { + display: table; + font-size: 13px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-date { + cursor: pointer; + display: table; + font-size: 18px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day { + cursor: default; + opacity: .35; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date { + cursor: default; + opacity: .35; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover { + text-decoration: none; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper { + display: block; + height: 100%; + pointer-events: none; + position: relative; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator { + bottom: 0; + color: #969696; + cursor: pointer; + overflow: hidden; + overflow-wrap: normal; + padding: 2px 4px; + pointer-events: visible; + position: absolute; + text-overflow: ellipsis; + width: 100%; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper.e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section { + bottom: 4px; + color: #fff; + cursor: pointer; + display: block; + font-size: 11px; + height: 25px; + left: 0; + line-height: 25px; + margin: 0 auto; + position: absolute; + right: 0; + transform: rotate(0deg); + transition: transform 300ms ease-in-out; + width: 25px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand { + transform: rotate(0deg); +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse { + transform: rotate(180deg); +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus { + background: #685708; + border-radius: 100%; +} + +.e-schedule .e-vertical-view .e-appointment-hide { + opacity: 0; +} + +.e-schedule .e-vertical-view .e-all-day-cells { + height: 0; + padding: 0; + text-align: center; + vertical-align: top; +} + +.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate { + transition: 250ms ease-out; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td, +.e-schedule .e-vertical-view .e-work-cells { + font-size: 13px; + height: 36px; + text-align: center; +} + +.e-schedule .e-vertical-view .e-work-cells { + width: 36px; +} + +.e-schedule .e-vertical-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-vertical-view .e-current-time { + font-size: 12px; +} + +.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-schedule .e-vertical-view .e-current-time, +.e-schedule .e-vertical-view .e-previous-timeline, +.e-schedule .e-vertical-view .e-current-timeline { + left: 0; + position: absolute; + right: 0; + text-align: center; + top: 0; + width: 100%; +} + +.e-schedule .e-vertical-view .e-previous-timeline, +.e-schedule .e-vertical-view .e-current-timeline { + z-index: 1; +} + +.e-schedule .e-vertical-view .e-date-header-wrap, +.e-schedule .e-vertical-view .e-time-cells-wrap { + overflow: hidden; +} + +.e-schedule .e-vertical-view .e-content-wrap, +.e-schedule .e-vertical-view .e-time-cells-wrap { + position: relative; +} + +.e-schedule .e-vertical-view .e-timeline-wrapper, +.e-schedule .e-vertical-view .e-day-wrapper, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper { + height: 0; + margin: 0; + padding: 0; + position: relative; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) { + cursor: default; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment { + background: #1c8000; + border: 1px solid #1a1a1a; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 18px; + overflow: hidden; + padding: 1px 0 1px 4px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time { + display: block; + font-size: 11px; + padding: 1px 4px 2px 0; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-right-icon { + line-height: 20px; + padding: 0 2px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) { + cursor: default; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment { + background: #1c8000; + border: 1px solid #1a1a1a; + border-radius: 2px; + color: #fff; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details { + -ms-flex: auto; + flex: auto; + padding: 0 4px; + text-align: left; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + overflow-wrap: break-word; + padding-top: 4px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time { + display: block; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon { + bottom: 5px; + display: block; + float: right; + height: auto; + left: auto; + position: absolute; + right: 5px; + width: auto; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator { + display: block; + margin: 0 45%; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon { + font-size: 8px; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon { + margin-top: 3px; + top: 0; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon { + bottom: 6px; + position: absolute; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view.e-day-view .e-header-date { + cursor: default; +} + +.e-schedule .e-vertical-view.e-day-view .e-header-date:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day { + font-size: 14px; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date { + font-size: 20px; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-vertical-view .e-left-indent { + width: 35px; +} + +.e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-schedule.e-device .e-vertical-view .e-current-time { + font-size: 9px; +} + +.e-schedule.e-device .e-vertical-view .e-time-cells-wrap { + float: left; + width: 35px; +} + +.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td { + font-size: 11px; +} + +.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-weight: 500; + min-height: auto; +} + +.e-schedule.e-rtl { + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details { + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details { + padding: 1px 4px 1px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details { + line-height: 15px; + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-weight: 500; + margin-left: 15px; + margin-right: auto; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon, +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon { + float: left; + left: 5px; + right: auto; +} + +.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap { + float: right; +} + +@media screen and (max-width: 480px) { + .e-schedule .e-vertical-view .e-left-indent { + width: 35px; + } +} + +.e-schedule .e-month-view .e-left-indent, +.e-schedule .e-month-agenda-view .e-left-indent { + border-right: 1px solid #969696; + width: 36px; +} + +.e-schedule .e-month-view .e-week-number-wrapper, +.e-schedule .e-month-agenda-view .e-week-number-wrapper { + overflow: hidden; + position: relative; +} + +.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table, +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table { + height: 100%; +} + +.e-schedule .e-month-view .e-week-number-wrapper .e-week-number, +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number { + color: #969696; + padding-top: 4px; + text-align: center; + vertical-align: top; + width: 36px; +} + +.e-schedule .e-month-view .e-content-wrap table tr:last-child td { + border-bottom-width: 0; +} + +.e-schedule .e-month-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-month-view .e-week-number { + border-bottom: 1px solid #969696; + border-right: 1px solid #969696; + height: 70px; +} + +.e-schedule .e-month-view .e-content-wrap { + display: -ms-flexbox; + display: flex; + font-size: 13px; +} + +.e-schedule .e-month-view .e-date-header-wrap table col { + width: 36px; +} + +.e-schedule .e-month-view .e-resource-cells { + color: #fff; + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-month-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 3px; +} + +.e-schedule .e-month-view .e-content-table { + height: 100%; +} + +.e-schedule .e-month-view .e-work-cells { + height: 70px; + vertical-align: top; + width: 36px; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header { + visibility: hidden; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header { + cursor: default; + opacity: .35; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover { + text-decoration: none; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-view .e-date-header { + cursor: pointer; + display: table; + height: 20px; + line-height: 20px; + margin: 3px 3px 2px; + text-align: center; +} + +.e-schedule .e-month-view .e-date-header:hover { + text-decoration: underline; +} + +.e-schedule .e-month-view .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-month-view .e-appointment { + background: #1c8000; + border: 1px solid #1a1a1a; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-month-view .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 18px; + overflow: hidden; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 1px 2px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time { + font-size: 11px; + padding: 1.5px; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon { + line-height: 22px; + padding: 0 2px; +} + +.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-month-view .e-appointment .e-subject { + padding: 2px; + width: 100%; +} + +.e-schedule .e-month-view .e-more-indicator { + color: #969696; + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-month-view .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule.e-rtl .e-month-view .e-left-indent { + border-left: 1px solid #969696; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-view .e-week-number { + border-left: 1px solid #969696; + border-right-width: 0; +} + +.e-schedule .e-year-view .e-calendar-wrapper { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar { + border: 0; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title { + cursor: default; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day { + display: block; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month { + color: #969696; + pointer-events: visible; + -ms-touch-action: auto; + touch-action: auto; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today { + opacity: .5; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment { + background-color: #1c8000; + border-radius: 50%; + height: 5px; + margin-left: 13px; + margin-top: -6px; + position: absolute; + width: 5px; +} + +.e-schedule .e-year-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-year-view .e-date-header-wrap table col { + width: 36px; +} + +.e-schedule .e-year-view .e-date-header-wrap table td { + background-color: #000; + border-color: #969696; + border-style: solid; + border-width: 0 0 1px; + color: #fff; + text-align: left; +} + +.e-schedule .e-year-view .e-date-header-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-year-view .e-resource-cells { + color: #fff; + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-year-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) { + border-left: 1px solid #969696; +} + +.e-schedule .e-year-view .e-resource .e-month-calendar { + max-width: 100%; + min-width: 100%; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap, +.e-schedule .e-timeline-year-view .e-month-header-wrapper { + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap table td { + background-color: #000; + border-color: #969696; + border-style: solid; + border-width: 0 1px 1px 0; + color: #fff; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day { + color: #ffd939; +} + +.e-schedule .e-timeline-year-view .e-work-cells { + background-color: #1a1a1a; + border-color: #969696; + border-style: solid; + border-width: 0 1px 1px 0; + color: #fff; +} + +.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) { + background: #685708; + color: #fff; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-work-days { + background-color: #000; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-other-month { + color: #969696; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header { + background-color: transparent; + border-radius: 50%; + color: #000; + margin: 2px; + width: 20px; + color: #ffd939; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell { + background-color: #ffd939; + color: #000; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-date-header { + color: #000; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator { + color: #000; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover { + background-color: #ffd939; +} + +.e-schedule .e-timeline-year-view .e-content-table { + height: 100%; +} + +.e-schedule .e-timeline-year-view .e-left-indent { + border-color: #969696; + border-style: solid; + border-width: 0 1px 1px 0; + vertical-align: middle; +} + +.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent { + width: 100px; +} + +.e-schedule .e-timeline-year-view.e-vertical .e-left-indent { + width: 50px; +} + +.e-schedule .e-timeline-year-view .e-month-header { + border-bottom: 1px solid #969696; + border-right: 1px solid #969696; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-month-header.e-current-day { + color: #ffd939; +} + +.e-schedule .e-timeline-year-view .e-left-indent, +.e-schedule .e-timeline-year-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 3px; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-month-header, +.e-schedule .e-timeline-year-view .e-work-cells { + height: 70px; +} + +.e-schedule .e-timeline-year-view .e-header-cells, +.e-schedule .e-timeline-year-view .e-work-cells { + width: 60px; +} + +.e-schedule .e-timeline-year-view .e-work-cells { + vertical-align: top; +} + +.e-schedule .e-timeline-year-view .e-work-cells .e-date-header { + cursor: pointer; + display: table; + height: 20px; + line-height: 20px; + margin: 3px 3px 2px; + text-align: center; + width: 10px; +} + +.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover { + text-decoration: underline; +} + +.e-schedule .e-timeline-year-view .e-event-table { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment { + background: #1c8000; + border: 1px solid #1a1a1a; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 20px; + overflow: hidden; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 1px 2px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding: 1.5px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon { + line-height: 38px; + padding: 0 5px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator { + display: block; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon { + font-size: 10px; + line-height: 38px; + padding-right: 7px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon { + padding-right: 5px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator { + color: #969696; + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule.e-device .e-year-view .e-month-calendar { + max-width: 100%; + min-width: 100%; +} + +.e-schedule .e-timeline-view .e-content-wrap, +.e-schedule .e-timeline-view .e-content-table, +.e-schedule .e-timeline-month-view .e-content-wrap, +.e-schedule .e-timeline-month-view .e-content-table { + height: 100%; +} + +.e-schedule .e-timeline-view .e-date-header-wrap, +.e-schedule .e-timeline-month-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-view .e-event-table, +.e-schedule .e-timeline-month-view .e-event-table { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table col, +.e-schedule .e-timeline-view .e-content-wrap table col, +.e-schedule .e-timeline-month-view .e-date-header-wrap table col, +.e-schedule .e-timeline-month-view .e-content-wrap table col { + width: 50px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td { + height: 36px; + overflow: hidden; + padding: 5px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots { + overflow: inherit; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td > span { + position: relative; +} + +.e-schedule .e-timeline-view .e-navigate:hover, +.e-schedule .e-timeline-month-view .e-navigate:hover { + cursor: pointer; + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-navigate:focus, +.e-schedule .e-timeline-month-view .e-navigate:focus { + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-work-cells, +.e-schedule .e-timeline-month-view .e-work-cells { + height: 60px; +} + +.e-schedule .e-timeline-view .e-work-cells.e-disable-dates, +.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover, +.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-timeline-view .e-resource-text, +.e-schedule .e-timeline-month-view .e-resource-text { + color: #fff; + font-size: 13px; + overflow: hidden; + padding: 0 15px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-resource-left-td, +.e-schedule .e-timeline-month-view .e-resource-left-td { + background-color: #000; + border-color: #969696; + border-style: solid; + border-width: 0 1px 1px 0; + color: #fff; + vertical-align: middle; + width: 200px; +} + +.e-schedule .e-timeline-view .e-resource-cells, +.e-schedule .e-timeline-month-view .e-resource-cells { + background-color: #1a1a1a; + border-color: #969696; + border-style: solid; + border-width: 0 1px 1px 0; + color: #fff; + height: 60px; + padding-left: 15px; + padding-right: 0; + vertical-align: middle; +} + +.e-schedule .e-timeline-view .e-resource-column-wrap, +.e-schedule .e-timeline-month-view .e-resource-column-wrap { + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-view .e-resource-column-table, +.e-schedule .e-timeline-month-view .e-resource-column-table { + height: 100%; +} + +.e-schedule .e-timeline-view .e-auto-height, +.e-schedule .e-timeline-month-view .e-auto-height { + height: auto; +} + +.e-schedule .e-timeline-view .e-resource-tree-icon, +.e-schedule .e-timeline-month-view .e-resource-tree-icon { + color: #fff; + cursor: pointer; + float: left; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-schedule .e-timeline-view .e-resource-collapse, +.e-schedule .e-timeline-month-view .e-resource-collapse { + transform: rotate(90deg); +} + +.e-schedule .e-timeline-view .e-child-node, +.e-schedule .e-timeline-month-view .e-child-node { + background-color: #000; +} + +.e-schedule .e-timeline-view .e-appointment-wrapper, +.e-schedule .e-timeline-month-view .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-timeline-view .e-appointment, +.e-schedule .e-timeline-month-view .e-appointment { + background: #1c8000; + border: 1px solid #1a1a1a; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 38px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-timeline-view .e-appointment .e-appointment-details, +.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + overflow: hidden; + padding: 0 4px; +} + +.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap, +.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-schedule .e-timeline-view .e-appointment .e-subject, +.e-schedule .e-timeline-month-view .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + padding-top: 4px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-appointment .e-time, +.e-schedule .e-timeline-view .e-appointment .e-location, +.e-schedule .e-timeline-month-view .e-appointment .e-time, +.e-schedule .e-timeline-month-view .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-appointment .e-time, +.e-schedule .e-timeline-month-view .e-appointment .e-time { + display: block; +} + +.e-schedule .e-timeline-view .e-appointment .e-disable, +.e-schedule .e-timeline-month-view .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon { + line-height: 38px; + padding: 0 5px; +} + +.e-schedule .e-timeline-view .e-appointment .e-indicator, +.e-schedule .e-timeline-month-view .e-appointment .e-indicator { + display: block; +} + +.e-schedule .e-timeline-view .e-appointment .e-left-icon, +.e-schedule .e-timeline-view .e-appointment .e-right-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-left-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-right-icon { + font-size: 10px; + line-height: 38px; + padding-right: 7px; +} + +.e-schedule .e-timeline-view .e-appointment .e-right-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-right-icon { + padding-right: 5px; +} + +.e-schedule .e-timeline-view .e-appointment.e-appointment-border, .e-schedule .e-timeline-view .e-appointment:focus, +.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border, +.e-schedule .e-timeline-month-view .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-timeline-view .e-more-indicator, +.e-schedule .e-timeline-month-view .e-more-indicator { + color: #969696; + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-more-indicator:focus, +.e-schedule .e-timeline-month-view .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-navigate { + font-size: 13px; +} + +.e-schedule .e-timeline-view .e-clone-time-indicator, +.e-schedule .e-timeline-view .e-current-time { + bottom: 0; + position: absolute; +} + +.e-schedule .e-timeline-view .e-current-timeline { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-month-view .e-date-header-wrap table col, +.e-schedule .e-timeline-month-view .e-content-wrap table col { + width: 70px; +} + +.e-schedule .e-virtual-scroll .e-content-table { + position: absolute; + transform: translateY(0); +} + +.e-schedule .e-virtual-scroll .e-content-wrap.e-transition { + transition: all 1000ms linear; +} + +.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon, +.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon { + padding: 0 0 0 5px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-left-td, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td { + border-width: 0 0 1px 1px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-cells, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells { + border-width: 0 0 1px 1px; + padding-right: 15px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon { + float: right; +} + +.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap { + text-align: right; +} + +.e-schedule.e-device .e-month-view .e-date-header-wrap, +.e-schedule.e-device .e-timeline-view .e-date-header-wrap, +.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap { + font-size: 13px; +} + +.e-schedule.e-device .e-month-view .e-date-header-wrap td, +.e-schedule.e-device .e-timeline-view .e-date-header-wrap td, +.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td { + border-left-width: 0; + border-right-width: 0; +} + +.e-schedule.e-device .e-month-view .e-content-wrap, +.e-schedule.e-device .e-timeline-view .e-content-wrap, +.e-schedule.e-device .e-timeline-month-view .e-content-wrap { + font-size: 14px; +} + +.e-schedule.e-device .e-month-view .e-date-header:hover, +.e-schedule.e-device .e-timeline-view .e-date-header:hover, +.e-schedule.e-device .e-timeline-month-view .e-date-header:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-month-view .e-more-indicator, +.e-schedule.e-device .e-timeline-view .e-more-indicator, +.e-schedule.e-device .e-timeline-month-view .e-more-indicator { + font-size: 12px; +} + +.e-schedule.e-device .e-month-view .e-navigate:hover, +.e-schedule.e-device .e-timeline-view .e-navigate:hover, +.e-schedule.e-device .e-timeline-month-view .e-navigate:hover { + text-decoration: none; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu { + margin-top: 6px; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable { + display: none; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next { + margin-top: 4px; +} + +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number { + border-right: 1px solid #969696; + padding-top: 8px; +} + +.e-schedule .e-month-agenda-view .e-wrapper-container { + position: relative; +} + +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table, +.e-schedule .e-month-agenda-view .e-content-table { + border-bottom: 1px solid #969696; + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); +} + +.e-schedule .e-month-agenda-view .e-resource-column { + border-bottom: 1px solid #969696; + border-right: 1px solid #969696; + vertical-align: top; + width: 75px; +} + +.e-schedule .e-month-agenda-view .e-resource-name { + color: #fff; + font-size: 13px; + line-height: 26px; + overflow: hidden; + padding: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-day-padding { + padding-left: 8px; +} + +.e-schedule .e-month-agenda-view .e-day-border { + border-bottom: 1px solid #969696; +} + +.e-schedule .e-month-agenda-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-month-agenda-view .e-content-wrap { + font-size: 13px; +} + +.e-schedule .e-month-agenda-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 5px; + text-align: center; +} + +.e-schedule .e-month-agenda-view .e-work-cells { + height: 40px; + position: relative; + vertical-align: top; +} + +.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-agenda-view .e-date-header { + height: 24px; + line-height: 24.5px; + margin: 4px auto 0; + text-align: center; + width: 24px; +} + +.e-schedule .e-month-agenda-view .e-appointment-container { + min-height: 40px; +} + +.e-schedule .e-month-agenda-view .e-appointment-wrap { + background-color: #1a1a1a; + overflow: auto; + padding: 0 8px; +} + +.e-schedule .e-month-agenda-view .e-appointment { + border-left: 3px solid #1c8000; + border-right: 0; + cursor: default; + padding: 0 8px; +} + +.e-schedule .e-month-agenda-view .e-appointment:hover { + background: #685708; +} + +.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus { + background: #ffd939; +} + +.e-schedule .e-month-agenda-view .e-subject-wrap { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-month-agenda-view .e-subject { + color: #fff; + font-size: 14px; + line-height: 26px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-recurrence-icon, +.e-schedule .e-month-agenda-view .e-recurrence-edit-icon { + color: #969696; + line-height: 26px; + padding: 0 10px; +} + +.e-schedule .e-month-agenda-view .e-date-time { + color: #969696; + font-size: 12px; + line-height: 26px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-location { + color: #969696; + font-size: 12px; + line-height: 26px; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-no-event { + color: #969696; + cursor: default; + font-size: 14px; + height: 100%; + padding: 8px 4px; +} + +.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view { + padding: 10px 0; +} + +.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view { + margin: 0; + padding: 0; +} + +.e-schedule .e-month-agenda-view .e-appointment-indicator { + background: #1c8000; + border-radius: 50%; + height: 6px; + left: 0; + margin: 1px auto; + width: 6px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-left-indent { + border-left: 1px solid #969696; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-week-number { + border-left: 1px solid #969696; + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-appointment { + border-left: 0; + border-right: 3px solid #1c8000; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-resource-column { + border-bottom: 1px solid #969696; + border-left: 1px solid #969696; + border-right: 0; + vertical-align: top; + width: 75px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-day-padding { + padding-right: 8px; +} + +.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap { + font-size: 13px; +} + +.e-schedule.e-device .e-month-agenda-view .e-content-wrap { + font-size: 14px; +} + +.e-schedule .e-agenda-view { + background-color: #1a1a1a; +} + +.e-schedule .e-agenda-view .e-content-wrap table td:first-child, +.e-schedule .e-agenda-view .e-date-column { + vertical-align: top; + width: 75px; +} + +.e-schedule .e-agenda-view .e-resource-column { + border-bottom: 1px solid #969696; + border-right: 1px solid #969696; + color: #fff; + vertical-align: top; + width: 75px; +} + +.e-schedule .e-agenda-view .e-month-header { + background: #1c8000; + height: 100px; + padding-top: 12px; + vertical-align: top; +} + +.e-schedule .e-agenda-view .e-month-header .e-date-header { + color: #fff; + font-size: 18px; +} + +.e-schedule .e-agenda-view .e-day-date-header { + color: #fff; + cursor: default; + padding: 10px 32px 0 16px; +} + +.e-schedule .e-agenda-view .e-day-date-header .e-m-date { + font-size: 18px; +} + +.e-schedule .e-agenda-view .e-day-date-header .e-m-day { + font-size: 13px; +} + +.e-schedule .e-agenda-view .e-day-date-header.e-current-day { + color: #ffd939; +} + +.e-schedule .e-agenda-view .e-day-border { + border-bottom: 1px solid #969696; +} + +.e-schedule .e-agenda-view .e-date-border { + border-bottom: 1px solid #969696; + border-right: 1px solid #969696; +} + +.e-schedule .e-agenda-view .e-day-padding { + padding-left: 8px; +} + +.e-schedule .e-agenda-view .e-date-header { + font-size: 20px; +} + +.e-schedule .e-agenda-view .e-day-header { + font-size: 12px; +} + +.e-schedule .e-agenda-view .e-subject-wrap { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject { + color: #000; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time { + color: #000; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name { + color: #000; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon, +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon { + color: #000; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location { + color: #000; +} + +.e-schedule .e-agenda-view .e-subject { + color: #fff; + font-size: 14px; + line-height: 23px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-resource-name { + color: #fff; + font-size: 13px; + line-height: 26px; + overflow: hidden; + padding: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-recurrence-icon, +.e-schedule .e-agenda-view .e-recurrence-edit-icon { + color: #fff; + line-height: 21px; + padding: 0 10px; +} + +.e-schedule .e-agenda-view .e-date-time { + color: #969696; + font-size: 12px; + line-height: 21px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-location { + color: #969696; + font-size: 12px; + line-height: 23px; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-agenda-item { + padding: 10px 0; +} + +.e-schedule .e-agenda-view .e-agenda-parent { + margin: 0; + padding: 0; +} + +.e-schedule .e-agenda-view .e-appointment { + border-left: 3px solid #1c8000; + border-right: 0; + cursor: default; + padding: 0 8px; +} + +.e-schedule .e-agenda-view .e-appointment:hover { + background: #685708; +} + +.e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus { + background: #ffd939; +} + +.e-schedule .e-agenda-view .e-appointment.e-template { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-schedule .e-agenda-view .e-no-event { + color: #969696; + cursor: default; + font-size: 14px; + line-height: 52px; + padding: 0 11px; +} + +.e-schedule .e-agenda-view .e-empty-event { + color: #969696; + cursor: default; + font-size: 14px; + line-height: 52px; + padding: 0 11px; +} + +.e-schedule.e-device .e-agenda-view .e-m-date, +.e-schedule.e-device .e-month-agenda-view .e-m-date { + font-size: 20px; +} + +.e-schedule.e-device .e-agenda-view .e-resource-name, +.e-schedule.e-device .e-agenda-view .e-m-day, +.e-schedule.e-device .e-month-agenda-view .e-resource-name, +.e-schedule.e-device .e-month-agenda-view .e-m-day { + color: #fff; + font-size: 14px; +} + +.e-schedule.e-rtl .e-agenda-view .e-appointment { + border-left: 0; + border-right: 3px solid #1c8000; +} + +.e-schedule.e-rtl .e-agenda-view .e-resource-column { + border-bottom: 1px solid #969696; + border-left: 1px solid #969696; + border-right: 0; + vertical-align: top; + width: 75px; +} + +.e-schedule.e-rtl .e-agenda-view .e-day-padding { + padding-right: 8px; +} + +.e-schedule.e-rtl .e-agenda-view .e-date-border { + border-bottom: 1px solid #969696; + border-left: 1px solid #969696; + border-right: 0; +} + +.e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show { + display: none; +} + +.e-bigger .e-schedule .e-schedule-toolbar, +.e-bigger.e-schedule .e-schedule-toolbar { + height: 56px; + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + font-size: 15px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text { + font-size: 18px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow, +.e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow { + font-size: 12px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav, +.e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav { + min-height: 56px; + min-width: 32px; + z-index: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text { + line-height: inherit; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items { + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item { + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 34px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + height: calc(100% - 15px); + margin: 7.5px 3px; + min-height: 27px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons { + min-width: 24px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: auto; + line-height: 25px; + margin: 4px 0; + min-height: 0; + min-width: 34px; + padding: 0 1.5px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons { + padding: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right { + padding: 3px 12px 0 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon { + height: 25px; +} + +.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day, +.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day, +.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date, +.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date { + font-size: 20px; +} + +.e-bigger .e-schedule .e-vertical-view .e-resource-cells, +.e-bigger.e-schedule .e-vertical-view .e-resource-cells { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td, +.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator, +.e-bigger .e-schedule .e-vertical-view .e-current-time, +.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-bigger.e-schedule .e-vertical-view .e-current-time { + font-size: 13px; +} + +.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td, +.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td { + font-size: 11px; +} + +.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time, +.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time { + font-size: 9px; +} + +.e-bigger .e-schedule .e-month-view .e-header-cells, +.e-bigger.e-schedule .e-month-view .e-header-cells { + height: 35px; +} + +.e-bigger .e-schedule .e-month-view .e-resource-cells, +.e-bigger .e-schedule .e-month-view .e-date-header-wrap, +.e-bigger.e-schedule .e-month-view .e-resource-cells, +.e-bigger.e-schedule .e-month-view .e-date-header-wrap { + font-size: 14px; +} + +.e-bigger .e-schedule .e-month-view .e-content-wrap, +.e-bigger.e-schedule .e-month-view .e-content-wrap { + font-size: 14px; +} + +.e-bigger .e-schedule .e-month-view .e-m-date, +.e-bigger.e-schedule .e-month-view .e-m-date { + font-size: 20px; +} + +.e-bigger .e-schedule .e-month-view .e-resource-name, +.e-bigger .e-schedule .e-month-view .e-m-day, +.e-bigger.e-schedule .e-month-view .e-resource-name, +.e-bigger.e-schedule .e-month-view .e-m-day { + font-size: 14px; +} + +/*! schedule event tooltip */ +.e-schedule-event-tooltip .e-subject { + font-size: 12px; +} + +.e-bigger .e-schedule-event-tooltip .e-subject, +.e-schedule-event-tooltip.e-bigger .e-subject { + font-size: 14px; + font-weight: 500; +} + +.e-dialog.e-quick-dialog.e-following-events-dialog { + width: 420px; +} + +.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content { + padding: 2%; +} + +@media screen and (max-width: 767px) { + .e-dialog.e-quick-dialog.e-following-events-dialog { + width: 289px; + } + .e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content { + padding: 5%; + } + .e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button { + margin-bottom: 5%; + } +} + +.e-dialog.e-quick-dialog { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 320px; +} + +.e-dialog.e-quick-dialog .e-disable { + display: none; +} + +.e-dialog.e-quick-dialog .e-quick-dialog-cancel { + box-shadow: none; +} + +.e-dialog.e-quick-dialog.e-rtl { + text-align: right; +} + +.e-bigger .e-dialog.e-quick-dialog { + min-width: 370px; +} + +/*! schedule event window */ +.e-schedule-dialog .e-disable { + display: none; +} + +.e-schedule-dialog .e-icon-disable { + opacity: .5; +} + +.e-schedule-dialog .e-dlg-header-content { + padding-bottom: 8px; +} + +.e-schedule-dialog .e-dlg-content { + padding-bottom: 12px; + position: relative; +} + +.e-schedule-dialog .e-event-delete { + float: left; +} + +.e-schedule-dialog .e-subject-container, +.e-schedule-dialog .e-start-container, +.e-schedule-dialog .e-start-time-zone-container, +.e-schedule-dialog .e-description-label { + padding-right: 8px; +} + +.e-schedule-dialog .e-location-container, +.e-schedule-dialog .e-end-container, +.e-schedule-dialog .e-end-time-zone-container { + padding-left: 8px; +} + +.e-schedule-dialog .e-all-day-container { + padding-right: 16px; +} + +.e-schedule-dialog .e-time-zone-row { + display: -ms-flexbox; + display: flex; + height: 0; + margin-bottom: 0; + overflow: hidden; + padding-bottom: 0; + transition: .3s ease-in-out; + width: 100%; +} + +.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container, +.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container { + display: none; + transform: translateY(-100%); +} + +.e-schedule-dialog .e-time-zone-row.e-enable { + height: 60px; + margin-bottom: 12px; +} + +.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container, +.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container { + display: block; + transform: translateY(0); +} + +.e-schedule-dialog .e-title-location-row, +.e-schedule-dialog .e-start-end-row, +.e-schedule-dialog .e-start-input-container, +.e-schedule-dialog .e-end-input-container { + display: -ms-flexbox; + display: flex; + padding-bottom: 12px; + width: 100%; +} + +.e-schedule-dialog .e-resources { + padding-bottom: 12px; + width: 100%; +} + +.e-schedule-dialog .e-all-day-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 14px; + padding-top: 8px; + width: 100%; +} + +.e-schedule-dialog .e-subject-container, +.e-schedule-dialog .e-location-container, +.e-schedule-dialog .e-start-container, +.e-schedule-dialog .e-end-container, +.e-schedule-dialog .e-start-time-zone-container, +.e-schedule-dialog .e-end-time-zone-container { + width: 50%; +} + +.e-schedule-dialog .e-description, +.e-schedule-dialog .e-float-input .e-description { + height: 50px; + resize: vertical; +} + +.e-schedule-dialog .e-repeat-container, +.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-schedule-dialog .e-footer-content { + margin-top: 4px; +} + +.e-schedule-dialog.e-rtl { + text-align: right; +} + +.e-schedule-dialog.e-rtl .e-all-day-container { + margin-left: 16px; + margin-right: 0; +} + +.e-schedule-dialog.e-rtl .e-subject-container, +.e-schedule-dialog.e-rtl .e-start-container, +.e-schedule-dialog.e-rtl .e-start-time-zone-container, +.e-schedule-dialog.e-rtl .e-description-label { + padding-left: 8px; + padding-right: 0; +} + +.e-schedule-dialog.e-rtl .e-location-container, +.e-schedule-dialog.e-rtl .e-end-container, +.e-schedule-dialog.e-rtl .e-end-time-zone-container { + padding-left: 0; + padding-right: 8px; +} + +.e-schedule-dialog.e-rtl .e-event-delete { + float: right; +} + +.e-ddl.e-popup .e-resource-template { + display: -ms-flexbox; + display: flex; + padding: 0 10px; + text-indent: 10px; +} + +.e-ddl.e-popup .e-resource-template .e-resource-color { + height: 14px; + margin-top: 12px; + width: 14px; +} + +.e-bigger .e-ddl.e-popup .e-resource-template { + padding: 0 15px; +} + +.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color { + height: 16px; + margin-top: 14px; + width: 16px; +} + +.e-bigger .e-schedule-dialog .e-disable { + display: none; +} + +.e-bigger .e-schedule-dialog .e-dlg-header-content { + padding-bottom: 8px; +} + +.e-bigger .e-schedule-dialog .e-dlg-content { + padding-bottom: 12px; + position: relative; +} + +.e-bigger .e-schedule-dialog .e-event-cancel, +.e-bigger .e-schedule-dialog .e-event-delete { + border: 1px solid #fff; + box-shadow: none; +} + +.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete { + float: left; + margin-left: 0; +} + +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-description-label { + padding-right: 12px; +} + +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container { + padding-left: 12px; +} + +.e-bigger .e-schedule-dialog .e-all-day-container { + padding-right: 16px; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row { + display: none; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable { + display: -ms-flexbox; + display: flex; + height: 70px; +} + +.e-bigger .e-schedule-dialog .e-title-location-row, +.e-bigger .e-schedule-dialog .e-start-end-row, +.e-bigger .e-schedule-dialog .e-start-input-container, +.e-bigger .e-schedule-dialog .e-end-input-container, +.e-bigger .e-schedule-dialog .e-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 12px; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-resources { + padding-bottom: 12px; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-all-day-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 20px; + padding-top: 0; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container { + width: 50%; +} + +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-description-row, +.e-bigger .e-schedule-dialog .e-repeat-container { + padding-top: 0; +} + +.e-bigger .e-schedule-dialog .e-all-day-time-zone-row { + padding-bottom: 16px; + padding-top: 10px; +} + +.e-bigger .e-schedule-dialog .e-description, +.e-bigger .e-schedule-dialog .e-float-input .e-description { + height: 50px; + resize: vertical; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row, +.e-bigger .e-schedule-dialog .e-repeat-container, +.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-bigger .e-schedule-dialog .e-footer-content { + padding-right: 26px; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container { + margin-left: 20px; + margin-right: 0; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-subject-container, +.e-bigger .e-schedule-dialog.e-rtl .e-start-container, +.e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container, +.e-bigger .e-schedule-dialog.e-rtl .e-description-label { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-location-container, +.e-bigger .e-schedule-dialog.e-rtl .e-end-container, +.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-event-delete { + float: right; +} + +.e-schedule-dialog.e-device .e-dlg-header, +.e-schedule-dialog.e-device .e-dlg-header * { + width: 100%; +} + +.e-schedule-dialog.e-device .e-dlg-header-content { + background: #1a1a1a; + box-shadow: none; + margin-bottom: 0; +} + +.e-schedule-dialog.e-device .e-title-location-row, +.e-schedule-dialog.e-device .e-start-end-row, +.e-schedule-dialog.e-device .e-time-zone-row, +.e-schedule-dialog.e-device .e-start-input-container, +.e-schedule-dialog.e-device .e-end-input-container { + display: inline; +} + +.e-schedule-dialog.e-device .e-time-zone-row.e-enable { + display: inline; +} + +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-location-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-end-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-end-time-zone-container { + padding-left: 0; + width: 100%; +} + +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-description-label { + padding-right: 0; +} + +.e-schedule-dialog.e-device .e-location-container, +.e-schedule-dialog.e-device .e-end-container, +.e-schedule-dialog.e-device .e-end-time-zone-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-description-row, +.e-schedule-dialog.e-device .e-repeat-container { + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-all-day-time-zone-row { + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-resources { + padding-bottom: 0; + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-description, +.e-schedule-dialog.e-device .e-float-input .e-description { + height: 60px; + resize: vertical; +} + +.e-schedule-dialog.e-device .e-all-day-time-zone-row { + margin-top: 0; + padding-bottom: 0; +} + +.e-schedule-dialog.e-device .e-repeat-parent-row { + padding-top: 8px; +} + +.e-schedule-dialog.e-device .e-all-day-container { + margin-right: 20px; +} + +.e-schedule-dialog.e-device .e-title-header { + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-schedule-dialog.e-device .e-save-icon, +.e-schedule-dialog.e-device .e-back-icon, +.e-schedule-dialog.e-device .e-forward-icon { + cursor: pointer; + line-height: normal; +} + +.e-schedule-dialog.e-device .e-save-icon { + text-align: right; +} + +.e-schedule-dialog.e-device .e-time-zone-row, +.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-schedule-dialog.e-device .e-repeat-container { + display: block; +} + +.e-schedule-dialog.e-device .e-icon-down-arrow { + font-size: 12px; +} + +.e-schedule-dialog.e-device.e-rtl .e-save-icon { + text-align: left; +} + +.e-schedule-dialog.e-device.e-rtl .e-all-day-container { + margin-left: 20px; + margin-right: 0; +} + +.e-schedule-dialog.e-device.e-rtl .e-subject-container, +.e-schedule-dialog.e-device.e-rtl .e-start-container, +.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container, +.e-schedule-dialog.e-device.e-rtl .e-description-label { + padding-left: 0; +} + +.e-schedule-dialog.e-device.e-rtl .e-location-container, +.e-schedule-dialog.e-device.e-rtl .e-end-container, +.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container, +.e-schedule-dialog.e-device.e-rtl .e-all-day-container { + padding-right: 0; +} + +.e-schedule-dialog.e-device .e-recurrence-container { + position: relative; +} + +.e-schedule-dialog.e-device .e-recurrence-container.e-hide { + display: none; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button { + background: none; + border: 0; + box-shadow: none; + margin: -3px 5px; + position: absolute; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons { + font-size: 12px; + position: relative; + top: 1px; +} + +/*! schedule quick popup */ +.e-quick-popup-wrapper { + background-color: #000; + border-radius: 2px; + box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); + color: #fff; + max-width: 365px; + min-width: 320px; + opacity: 1; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; + border: 1px solid #e0e0e0; + box-shadow: none; +} + +.e-quick-popup-wrapper .e-hidden { + display: none; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper { + position: absolute; + right: 6px; + top: 4px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close { + color: #fff; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: #685708; + color: #fff; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon { + font-size: 11px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content { + padding: 38px 18px 12px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table { + width: 100%; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span { + margin-bottom: 4px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject { + font-size: 22px; + height: 40px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper { + padding: 5px 5px 2px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete { + display: none; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close { + position: relative; + right: 2px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close { + color: #fff; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: #685708; + color: #fff; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon { + font-size: 11px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover { + background: none; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-delete-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-delete-icon { + opacity: .5; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap { + padding: 0 18px 8px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject { + cursor: default; + font-size: 20px; + font-weight: 500; + line-height: 1.5; + max-height: 87px; + color: #fff; + background-color: rgba(28, 128, 0, 0.3); + border-left: 6px solid #1c8000; + padding: 8px 0 8px 10px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-content { + padding: 0 18px 16px 26px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close { + background-color: transparent; + border: 0; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time, +.e-quick-popup-wrapper .e-cell-popup .e-location, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone, +.e-quick-popup-wrapper .e-cell-popup .e-description, +.e-quick-popup-wrapper .e-cell-popup .e-resource, +.e-quick-popup-wrapper .e-event-popup .e-date-time, +.e-quick-popup-wrapper .e-event-popup .e-location, +.e-quick-popup-wrapper .e-event-popup .e-time-zone, +.e-quick-popup-wrapper .e-event-popup .e-description, +.e-quick-popup-wrapper .e-event-popup .e-resource { + color: #fff; + display: -ms-flexbox; + display: flex; + padding-top: 12px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon, +.e-quick-popup-wrapper .e-cell-popup .e-location-icon, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon, +.e-quick-popup-wrapper .e-cell-popup .e-description-icon, +.e-quick-popup-wrapper .e-cell-popup .e-resource-icon, +.e-quick-popup-wrapper .e-event-popup .e-date-time-icon, +.e-quick-popup-wrapper .e-event-popup .e-location-icon, +.e-quick-popup-wrapper .e-event-popup .e-time-zone-icon, +.e-quick-popup-wrapper .e-event-popup .e-description-icon, +.e-quick-popup-wrapper .e-event-popup .e-resource-icon { + color: #fff; + font-size: 18px; + padding-right: 13px; + padding-top: 4px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time-details, +.e-quick-popup-wrapper .e-cell-popup .e-location-details, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details, +.e-quick-popup-wrapper .e-cell-popup .e-description-details, +.e-quick-popup-wrapper .e-cell-popup .e-resource-details, +.e-quick-popup-wrapper .e-event-popup .e-date-time-details, +.e-quick-popup-wrapper .e-event-popup .e-location-details, +.e-quick-popup-wrapper .e-event-popup .e-time-zone-details, +.e-quick-popup-wrapper .e-event-popup .e-description-details, +.e-quick-popup-wrapper .e-event-popup .e-resource-details { + color: #fff; + cursor: default; + font-size: 14px; +} + +.e-quick-popup-wrapper .e-popup-table td:last-child { + padding-top: 0; +} + +.e-quick-popup-wrapper .e-popup-footer { + display: block; + padding: 8px 18px 8px 22px; + text-align: right; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit { + margin-right: 8px; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit, +.e-quick-popup-wrapper .e-popup-footer .e-event-delete { + right: auto; + margin-right: 10px; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled, +.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled { + color: rgba(255, 255, 255, 0.26); +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-details { + border: 1px solid #fff; + margin-right: 8px; + right: auto; + text-transform: capitalize; +} + +.e-quick-popup-wrapper.e-rtl { + text-align: right; +} + +.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper { + left: 6px; + right: auto; +} + +.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer { + padding: 8px 18px 8px 8px; + text-align: left; +} + +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details { + margin-right: 10px; +} + +.e-quick-popup-wrapper.e-device { + bottom: 0; + height: 100%; + left: 0; + margin: 0; + max-width: 100%; + overflow: hidden; + padding: 0; + position: fixed; + right: 0; + top: 0; + width: 100%; + z-index: 1004; + background-color: #000; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper { + background-color: #1a1a1a; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: none; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round { + height: 2.5em; + width: 2.5em; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete { + display: block; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close { + margin-left: 0; + margin-right: auto; + -ms-flex-order: -1; + order: -1; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap { + padding: 12px 24px; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content { + padding: 12px 24px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header { + display: -ms-flexbox; + display: flex; + padding: 15px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete { + background-color: transparent; + border: 0; + height: 40px; + width: 40px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:focus, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover { + background: none; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject { + font-size: 15px; + font-weight: 500; + height: 40px; + line-height: 2.25; + padding: 4px 5px; + width: calc(100% - 95px); +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon { + font-size: 14px; +} + +.e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close { + margin-left: auto; + margin-right: 0; +} + +.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject { + font-size: 24px; +} + +.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round, +.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round, +.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round { + height: 2em; + width: 2em; +} + +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon { + font-size: 14px; +} + +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon, +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon { + font-size: 14px; +} + +.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject { + padding: 0 5px 0 8px; +} + +.e-appointment.e-schedule-event-clone { + background: #1c8000; + border-radius: 2px; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); + color: #fff; + display: -ms-flexbox; + display: flex; + height: 38px; + width: 100px; + z-index: 9; +} + +.e-appointment.e-schedule-event-clone.e-drag-clone { + cursor: move; +} + +.e-appointment.e-schedule-event-clone .e-recurrence-icon, +.e-appointment.e-schedule-event-clone .e-recurrence-edit-icon, +.e-appointment.e-schedule-event-clone .e-indicator.e-left-icon, +.e-appointment.e-schedule-event-clone .e-indicator.e-right-icon, +.e-appointment.e-schedule-event-clone .e-event-resize.e-left-handler, +.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler { + display: none; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details { + -ms-flex: auto; + flex: auto; + overflow: hidden; + padding: 0 4px; + text-align: left; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + padding-top: 4px; + text-overflow: ellipsis; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-time { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-location { + display: none; +} + +.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject { + padding: 3px 2px; +} + +.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time { + display: none; +} + +.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject { + padding: 3px 0 1px 4px; +} + +.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time { + display: none; +} + +.e-bigger .e-schedule .e-month-view .e-current-date .e-date-header { + width: 26px; +} + +.e-more-popup-wrapper { + background-color: #000; + border: 1px solid #e0e0e0; + border-radius: 2px; + box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4); + opacity: 1; + padding: 8px 0; + width: 225px; +} + +.e-more-popup-wrapper .e-more-appointment-wrapper { + margin: 0 4px; +} + +.e-more-popup-wrapper .e-more-event-popup { + height: 100%; + position: relative; + width: 100%; +} + +.e-more-popup-wrapper .e-more-event-header { + height: 35px; + margin: 0 8px 4px 14px; +} + +.e-more-popup-wrapper .e-more-event-content { + height: calc(100% - 35px); + max-height: 300px; + overflow-y: auto; + padding-left: 10px; + padding-right: 10px; +} + +.e-more-popup-wrapper .e-more-event-content .e-appointment-border { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-more-popup-wrapper .e-more-event-date-header { + height: 100%; + width: calc(100% - 25px); +} + +.e-more-popup-wrapper .e-more-event-date-header .e-current-date { + color: #ffd939; +} + +.e-more-popup-wrapper .e-header-day { + color: #fff; + font-size: 13px; + line-height: 1; + padding-bottom: 2px; +} + +.e-more-popup-wrapper .e-header-date { + color: #fff; + font-size: 18px; + line-height: 1; + max-width: 15%; +} + +.e-more-popup-wrapper .e-header-date:hover { + cursor: pointer; + text-decoration: underline; +} + +.e-more-popup-wrapper .e-header-date:focus { + text-decoration: underline; +} + +.e-more-popup-wrapper .e-more-event-close { + background-color: transparent; + border: 0; + box-shadow: none; + color: #fff; + cursor: pointer; + height: 25px; + position: absolute; + right: 6px; + width: 25px; +} + +.e-more-popup-wrapper .e-more-event-close .e-close-icon { + font-size: 9px; +} + +.e-more-popup-wrapper .e-more-event-close .e-btn-icon { + margin-top: 3px; +} + +.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover { + background-color: #685708; + border-radius: 50%; + color: #fff; +} + +.e-more-popup-wrapper .e-appointment { + background: #1c8000; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 22px; + line-height: 20px; + margin-bottom: 2px; + padding: 2px 0; + width: 100%; +} + +.e-more-popup-wrapper .e-appointment .e-subject { + color: #fff; + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 0 2px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-more-popup-wrapper .e-appointment .e-recurrence-icon, +.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon { + line-height: 22px; + padding: 0 2px; +} + +.e-more-popup-wrapper .e-appointment:focus { + border: 1px solid #ffd939; +} + +.e-more-popup-wrapper.e-device { + bottom: 0; + height: 100%; + left: 0; + margin: 0; + max-width: 100%; + overflow: hidden; + right: 0; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-more-popup-wrapper.e-device .e-more-event-content { + max-height: unset; +} + +.e-more-popup-wrapper.e-rtl .e-more-event-close { + left: 6px; + right: auto; +} + +/*! schedule component theme */ +.e-schedule { + background-color: #000; + border: 1px solid #969696; +} + +.e-schedule .e-date-header-wrap { + border-color: #969696; + border-style: solid; + border-width: 0; + position: relative; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child, +.e-schedule .e-vertical-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells { + background-color: #000; +} + +.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover { + background: #685708; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td { + background-color: #000; + border-color: #969696; + border-style: solid; + border-width: 0 1px 1px 0; + color: #fff; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells { + border-bottom-width: 0; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number { + color: #969696; + font-size: 13px; + padding-top: 10px; + text-align: center; + vertical-align: top; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells { + border-bottom-color: transparent; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td { + background-color: #000; + border-color: #969696; + border-style: solid; + border-width: 0 0 1px 1px; + color: #fff; + text-align: left; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells { + border-bottom-width: 0; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td { + background-color: #000; + border-color: #969696; + border-style: solid; + border-width: 0 1px 1px 0; + color: #969696; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td { + border-bottom-color: transparent; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap .e-time-cells { + border-bottom-color: #969696; +} + +.e-schedule .e-vertical-view .e-header-cells { + background-color: #000; +} + +.e-schedule .e-vertical-view .e-header-cells.e-current-day { + color: #ffd939; +} + +.e-schedule .e-vertical-view .e-work-cells { + background-color: #1a1a1a; + border-color: #969696; + border-style: solid; + border-width: 0 0 1px 1px; +} + +.e-schedule .e-vertical-view .e-work-cells:hover { + background: #685708; + color: #fff; +} + +.e-schedule .e-vertical-view .e-alternate-cells { + border-bottom-style: dashed; +} + +.e-schedule .e-vertical-view .e-work-hours { + background-color: #000; +} + +.e-schedule .e-vertical-view .e-all-day-cells { + background-color: #000; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-current-day { + color: #ffd939; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell { + background-color: #ffd939; + color: #fff; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover { + background-color: #ffd939; +} + +.e-schedule .e-vertical-view .e-selected-cell { + background-color: #ffd939; + color: #fff; +} + +.e-schedule .e-vertical-view .e-selected-cell:hover { + background-color: #ffd939; +} + +.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-schedule .e-vertical-view .e-current-time { + color: #ffd939; +} + +.e-schedule .e-vertical-view .e-current-timeline { + border-top: 1px solid #ffd939; +} + +.e-schedule .e-vertical-view .e-previous-timeline { + border-top: 1px dotted #ffd939; +} + +.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells { + border-bottom-width: 1px; +} + +.e-schedule .e-month-view .e-date-header-wrap table td:first-child, +.e-schedule .e-month-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-month-view .e-date-header-wrap table td, +.e-schedule .e-month-agenda-view .e-date-header-wrap table td { + background-color: #000; + border-color: #969696; + border-style: solid; + border-width: 0 0 1px; + color: #fff; + text-align: left; +} + +.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day, +.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day { + color: #ffd939; +} + +.e-schedule .e-month-view .e-work-cells, +.e-schedule .e-month-agenda-view .e-work-cells { + background-color: #1a1a1a; + border-color: #969696; + border-style: solid; + border-width: 0 0 1px; + color: #fff; +} + +.e-schedule .e-month-view .e-work-cells:hover, +.e-schedule .e-month-agenda-view .e-work-cells:hover { + background: #685708; + color: #fff; +} + +.e-schedule .e-month-view .e-work-days, +.e-schedule .e-month-agenda-view .e-work-days { + background-color: #000; +} + +.e-schedule .e-month-view .e-other-month, +.e-schedule .e-month-agenda-view .e-other-month { + color: #969696; +} + +.e-schedule .e-month-view .e-current-date .e-date-header, +.e-schedule .e-month-agenda-view .e-current-date .e-date-header { + background-color: transparent; + border-radius: 50%; + color: #000; + width: 20px; + color: #ffd939; +} + +.e-schedule .e-month-view .e-selected-cell, +.e-schedule .e-month-agenda-view .e-selected-cell { + background-color: #ffd939; + color: #000; +} + +.e-schedule .e-month-view .e-selected-cell .e-date-header, +.e-schedule .e-month-agenda-view .e-selected-cell .e-date-header { + color: #000; +} + +.e-schedule .e-month-view .e-selected-cell .e-more-indicator, +.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator { + color: #000; +} + +.e-schedule .e-month-view .e-selected-cell:hover, +.e-schedule .e-month-agenda-view .e-selected-cell:hover { + background-color: #ffd939; +} + +.e-schedule .e-month-agenda-view .e-date-header-wrap table td { + border-width: 0 0 1px 0; + text-align: center; +} + +.e-schedule .e-month-agenda-view .e-work-cells { + border-width: 0; +} + +.e-schedule .e-month-agenda-view .e-current-date .e-date-header { + width: 24px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child, +.e-schedule .e-timeline-view .e-content-wrap table td:first-child, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child, +.e-schedule .e-timeline-month-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-timeline-view .e-content-wrap table tr:last-child td, +.e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td { + border-bottom-width: 0; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td { + background-color: #000; + border-color: #969696; + border-style: solid; + border-width: 0 0 1px 1px; + color: #fff; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day { + color: #ffd939; +} + +.e-schedule .e-timeline-view .e-work-cells, +.e-schedule .e-timeline-month-view .e-work-cells { + background-color: #1a1a1a; + border-color: #969696; + border-style: solid; + border-width: 0 0 1px 1px; + color: #fff; +} + +.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells), +.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) { + background: #685708; + color: #fff; +} + +.e-schedule .e-timeline-view .e-work-days, +.e-schedule .e-timeline-month-view .e-work-days { + background-color: #000; +} + +.e-schedule .e-timeline-view .e-resource-group-cells, +.e-schedule .e-timeline-month-view .e-resource-group-cells { + background-color: #1a1a1a; +} + +.e-schedule .e-timeline-view .e-selected-cell, +.e-schedule .e-timeline-month-view .e-selected-cell { + background-color: #ffd939; + color: #000; +} + +.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells), +.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) { + background-color: #ffd939; +} + +.e-schedule .e-timeline-view .e-work-hours { + background-color: #000; +} + +.e-schedule .e-timeline-view .e-resource-group-cells { + background-color: #1a1a1a; +} + +.e-schedule .e-timeline-view .e-selected-cell { + background-color: #ffd939; + color: #fff; +} + +.e-schedule .e-timeline-view .e-selected-cell:hover { + background-color: #ffd939; +} + +.e-schedule .e-timeline-view .e-alternate-cells { + border-left-style: dashed; +} + +.e-schedule .e-timeline-view .e-header-row .e-time-cells { + border-left-width: 0; +} + +.e-schedule .e-timeline-view .e-clone-time-indicator, +.e-schedule .e-timeline-view .e-current-time { + color: #ffd939; + font-size: 12px; +} + +.e-schedule .e-timeline-view .e-current-timeline { + border-left: 1px solid #ffd939; +} + +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child, +.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td, +.e-schedule.e-rtl .e-vertical-view .e-work-cells { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells, +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells { + border-bottom-width: 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td, +.e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td { + border-width: 0 0 1px 1px; +} + +.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td { + border-width: 0 0 1px; +} + +.e-schedule.e-rtl .e-month-view .e-work-cells, +.e-schedule.e-rtl .e-month-agenda-view .e-work-cells { + border-width: 0 0 1px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-work-cells { + border-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child { + border-left-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-alternate-cells { + border-right-style: dashed; +} + +.e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells { + border-right-width: 0; +} + +.e-tooltip-wrap.e-schedule-error { + background-color: #b30900; + border-color: #b30900; + z-index: 1000; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top { + left: 44%; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #b30900; + color: #b30900; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid #b30900; + color: #b30900; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content { + padding: 3px 6px; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content, +.e-tooltip-wrap.e-schedule-error .e-tip-content label { + color: #ff6161; +} + +/*! Fabric theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +/*! HighContrast specific themes definition's */ +/*! Vertical Tab */ +.e-spreadsheet .e-ribbon .e-bold-icon::before { + content: '\eb77'; +} + +.e-spreadsheet .e-ribbon .e-italic-icon::before { + content: '\eb99'; +} + +.e-spreadsheet .e-ribbon .e-underline-icon::before { + content: '\ebf0'; +} + +.e-spreadsheet .e-ribbon .e-line-through-icon::before { + content: '\ebf1'; +} + +.e-spreadsheet .e-ribbon .e-font-color::before { + content: '\e273'; +} + +.e-spreadsheet .e-ribbon .e-fill-color::before { + content: '\ebf2'; +} + +.e-spreadsheet .e-ribbon .e-hide-headers::before { + content: '\e718'; +} + +.e-spreadsheet .e-ribbon .e-hide-gridlines::before { + content: '\e719'; +} + +.e-spreadsheet .e-ribbon .e-insert-function::before { + content: '\e717'; +} + +.e-spreadsheet .e-ribbon .e-hyperlink-icon::before { + content: '\e290'; +} + +.e-spreadsheet .e-insert-function .e-btn-icon::before { + content: '\e717'; +} + +.e-spreadsheet .e-add-icon::before { + content: '\e823'; +} + +.e-spreadsheet .e-sheets-list .e-btn-icon::before { + content: '\e94c'; +} + +.e-spreadsheet .e-formula-bar-panel .e-drop-icon::before { + content: '\e966'; +} + +.e-spreadsheet .e-file-menu-icon::before { + content: '\e976'; +} + +.e-spreadsheet .e-tick-icon::before { + content: '\e935'; +} + +.e-spreadsheet-contextmenu.e-contextmenu-wrapper .e-delete::before { + content: '\e602'; +} + +.e-dropdown-popup .e-selected-icon::before, +.e-numformat-ddb.e-dropdown-popup .e-active-item::before { + content: '\e935'; +} + +.e-align-ddb .e-left-icon::before { + content: '\ebeb'; +} + +.e-align-ddb .e-center-icon::before { + content: '\eb9e'; +} + +.e-align-ddb .e-right-icon::before { + content: '\eb82'; +} + +.e-align-ddb .e-bottom-icon::before { + content: '\ea91'; +} + +.e-align-ddb .e-middle-icon::before { + content: '\ea94'; +} + +.e-align-ddb .e-top-icon::before { + content: '\ea98'; +} + +.e-menu-wrapper.e-file-menu .e-new::before { + content: '\e711'; +} + +.e-menu-wrapper.e-file-menu .e-open::before { + content: '\ebdd'; +} + +.e-menu-wrapper.e-file-menu .e-save::before { + content: '\e700'; +} + +.e-menu-wrapper.e-file-menu .e-xls::before { + content: '\e728'; +} + +.e-menu-wrapper.e-file-menu .e-xlsx::before { + content: '\e726'; +} + +.e-menu-wrapper.e-file-menu .e-csv::before { + content: '\e727'; +} + +.e-spreadsheet .e-cut-icon::before, +.e-spreadsheet-contextmenu .e-cut-icon::before { + content: '\e604'; +} + +.e-spreadsheet .e-copy-icon::before, +.e-spreadsheet-contextmenu .e-copy-icon::before { + content: '\e60d'; +} + +.e-spreadsheet .e-paste-icon::before, +.e-spreadsheet-contextmenu .e-paste-icon::before { + content: '\e601'; +} + +.e-undo-icon::before { + content: '\ebed'; +} + +.e-redo-icon::before { + content: '\ebfa'; +} + +.e-sort-filter-ddb .e-sort-icon::before, +.e-spreadsheet-contextmenu .e-sort-icon::before { + content: '\e734'; +} + +.e-sort-filter-ddb .e-sort-asc::before, +.e-spreadsheet-contextmenu .e-sort-asc::before { + content: '\e734'; +} + +.e-sort-filter-ddb .e-sort-desc::before, +.e-spreadsheet-contextmenu .e-sort-desc::before { + content: '\e733'; +} + +.e-sort-filter-ddb .e-sort-custom::before, +.e-spreadsheet-contextmenu .e-sort-custom::before { + content: '\e732'; +} + +.e-spreadsheet-contextmenu .e-hyperlink-icon::before { + content: '\e290'; +} + +.e-spreadsheet-contextmenu .e-edithyperlink-icon::before { + content: '\e289'; +} + +.e-spreadsheet-contextmenu .e-openhyperlink-icon::before { + content: '\e278'; +} + +.e-spreadsheet-contextmenu .e-removehyperlink-icon::before { + content: '\e286'; +} + +.e-spreadsheet .e-sort-delete::before { + content: '\e602'; +} + +.e-spreadsheet .e-filter-icon::before, +.e-sort-filter-ddb .e-filter-icon::before, +.e-spreadsheet-contextmenu .e-filter-icon::before { + content: '\e73a'; +} + +.e-spreadsheet .e-filter-icon.e-filtered::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered::before { + content: '\e73f'; +} + +.e-spreadsheet .e-filter-icon.e-sortasc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-sortasc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-sortasc-filter::before { + content: '\e73d'; +} + +.e-spreadsheet .e-filter-icon.e-sortdesc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-sortdesc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-sortdesc-filter::before { + content: '\e73c'; +} + +.e-spreadsheet .e-filter-icon.e-filtered.e-sortasc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortasc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortasc-filter::before { + content: '\e73e'; +} + +.e-spreadsheet .e-filter-icon.e-filtered.e-sortdesc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortdesc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortdesc-filter::before { + content: '\e73b'; +} + +.e-spreadsheet .e-filter-apply::before, +.e-sort-filter-ddb .e-filter-apply::before, +.e-spreadsheet-contextmenu .e-filter-apply::before { + content: '\e250'; +} + +.e-spreadsheet .e-filter-clear::before, +.e-sort-filter-ddb .e-filter-clear::before, +.e-spreadsheet-contextmenu .e-filter-clear::before { + content: '\e247'; +} + +.e-spreadsheet .e-filter-reapply::before, +.e-sort-filter-ddb .e-filter-reapply::before, +.e-spreadsheet-contextmenu .e-filter-reapply::before { + content: '\e737'; +} + +.e-spreadsheet .e-sort-filter-icon::before, +.e-sort-filter-ddb .e-sort-filter-icon::before, +.e-spreadsheet-contextmenu .e-sort-filter-icon::before { + content: '\e736'; +} + +/*! spreadsheet layout */ +.e-spreadsheet { + display: block; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet .e-center-align { + text-align: center; +} + +.e-spreadsheet .e-formula-bar-panel { + -ms-flex-align: center; + align-items: center; + border: 1px solid #fff; + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit { + border: 0; + border-radius: 0; + padding-bottom: 0; + padding-top: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon { + font-size: 16px; + margin-top: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function.e-btn:focus, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-btn:focus { + box-shadow: none; + outline: 0; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box { + -ms-flex-item-align: start; + align-self: flex-start; + border: 0; + margin-bottom: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box .e-clear-icon { + display: none; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl { + border: 0; + z-index: 1; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::after, .e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::before { + height: 0; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box { + width: 112px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input { + height: 23px; + min-height: 15px; + padding: 0 0 0 8px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon { + font-size: 8px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon { + border-left-width: 0; + min-height: 15px; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-style: solid; + border-left-width: 1px; + height: 12px; + width: 1px; +} + +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + border: 0; + font-size: 14px; + overflow: auto; + padding: 0 4px; + resize: none; +} + +.e-spreadsheet .e-formula-bar-panel .e-drop-icon { + -ms-flex-item-align: start; + align-self: flex-start; + cursor: pointer; + float: right; + line-height: 23px; + margin-right: 4px; + text-align: center; + transition: transform 300ms ease; + width: 18px; + font-size: 10px; +} + +.e-spreadsheet.e-hide-row-header .e-row-header, +.e-spreadsheet.e-hide-row-header .e-selectall-container { + display: none; +} + +.e-spreadsheet.e-hide-row-header .e-column-header, +.e-spreadsheet.e-hide-row-header .e-main-content { + width: 100% !important; +} + +.e-spreadsheet.e-hide-column-header .e-header-panel { + display: none; +} + +.e-spreadsheet.e-hide-column-header .e-main-panel { + height: 100%; +} + +.e-spreadsheet .e-sheet { + height: 100%; +} + +.e-spreadsheet .e-sheet .e-virtualable { + will-change: transform; + z-index: 1; +} + +.e-spreadsheet .e-ss-atc { + display: none; +} + +.e-spreadsheet .e-main-panel { + height: calc(100% - 30px); +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit { + border: 0; + cursor: text; + display: none; + font-family: 'Calibri'; + font-size: 11pt; + height: auto; + line-height: normal; + outline: none; + overflow-wrap: break-word; + padding: 0 1px; + position: absolute; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; + vertical-align: bottom; + white-space: pre-wrap; + z-index: 2; +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit.e-right-align { + text-align: right; +} + +.e-spreadsheet .e-main-panel .e-virtualable { + position: absolute; +} + +.e-spreadsheet .e-main-panel .e-virtualtrack { + position: relative; +} + +.e-spreadsheet .e-main-panel .e-row.e-hide { + height: 0 !important; +} + +.e-spreadsheet .e-table { + border: 0 none; + border-collapse: separate; + border-spacing: 0; + cursor: cell; + table-layout: fixed; +} + +.e-spreadsheet .e-table tr { + line-height: normal; +} + +.e-spreadsheet .e-table tr .e-cell, +.e-spreadsheet .e-table tr .e-header-cell, +.e-spreadsheet .e-table tr .e-select-all-cell { + border-style: solid; + border-width: 0 1px 1px 0; + line-height: inherit; + overflow: hidden; +} + +.e-spreadsheet .e-table tr .e-cell { + font-family: 'Calibri'; + font-size: 11pt; + padding: 0 2px; + position: relative; + text-align: left; + vertical-align: bottom; + white-space: pre; +} + +.e-spreadsheet .e-table tr .e-cell.e-right-align { + text-align: right; +} + +.e-spreadsheet .e-table tr .e-cell .e-hyperlink { + color: #00e; + cursor: pointer; + text-decoration: underline; +} + +.e-spreadsheet .e-table tr .e-header-cell { + font-size: 12px; + font-weight: 500; + letter-spacing: 0; + text-align: center; +} + +.e-spreadsheet .e-select-all-cell { + border-style: solid; + border-width: 0 1px 1px 0; + padding: 1px; +} + +.e-spreadsheet .e-select-all-cell .e-selectall { + border-style: solid; + border-width: 13px; + cursor: cell; + float: right; + height: 26px; + padding: 0; + width: 26px; +} + +.e-spreadsheet .e-row-header .e-table .e-header-cell { + padding-bottom: 2px; + vertical-align: bottom; +} + +.e-spreadsheet .e-column-header .e-table .e-header-cell { + padding: 1px 0 0 1px; + vertical-align: middle; +} + +.e-spreadsheet .e-row-header .e-table .e-zero .e-header-cell, +.e-spreadsheet .e-row-header .e-table .e-zero-start .e-header-cell, +.e-spreadsheet .e-row-header .e-table .e-zero-end .e-header-cell { + border-bottom-width: 0; + padding-bottom: 0; + padding-top: 0; + vertical-align: bottom; +} + +.e-spreadsheet .e-row-header .e-table .e-reach-fntsize .e-header-cell { + padding-bottom: 0; + padding-top: 0; + vertical-align: bottom; +} + +.e-spreadsheet .e-row-header .e-table .e-zero-last .e-header-cell { + border-bottom-width: 1px; +} + +.e-spreadsheet .e-main-content .e-table .e-zero .e-cell, +.e-spreadsheet .e-main-content .e-table .e-zero-start .e-cell, +.e-spreadsheet .e-main-content .e-table .e-zero-end .e-cell { + border-bottom-width: 0; +} + +.e-spreadsheet .e-column-header .e-table tr .e-header-cell.e-colresize { + cursor: col-resize; +} + +.e-spreadsheet .e-row-header .e-table tr .e-header-cell.e-rowresize { + cursor: row-resize; +} + +.e-spreadsheet .e-sheet { + border: 1px solid #fff; +} + +.e-spreadsheet .e-sheet.e-hide-headers .e-main-panel { + height: 100%; +} + +.e-spreadsheet .e-sheet colgroup .e-hide { + width: 0 !important; +} + +.e-spreadsheet .e-header-panel, +.e-spreadsheet .e-main-panel { + display: -ms-flexbox; + display: flex; +} + +.e-spreadsheet .e-main-content { + overflow: scroll; + position: relative; +} + +.e-spreadsheet .e-row-header { + border-bottom: 1px solid; + overflow-y: hidden; + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before { + content: ''; + left: 0; + position: absolute; + width: 100%; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell { + border-bottom-color: transparent; + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after { + border-top: 1px solid #fff; + bottom: .5px; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell { + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before { + border-bottom: 1px solid #fff; + top: .5px; +} + +.e-spreadsheet .e-main-content .e-table, +.e-spreadsheet .e-column-header .e-table { + width: 100%; +} + +.e-spreadsheet .e-column-header { + border-style: solid; + border-width: 0; + overflow: hidden; +} + +.e-spreadsheet .e-header-panel .e-header-row, +.e-spreadsheet .e-header-panel .e-selectall-container, +.e-spreadsheet .e-header-panel .e-column-header { + height: 30px; +} + +.e-spreadsheet .e-header-panel .e-virtualtrack { + height: 1px; +} + +.e-spreadsheet .e-sheet-tab-panel { + -ms-flex-align: center; + align-items: center; + border: 1px solid #fff; + border-top-width: 0; + display: -ms-flexbox; + display: flex; + padding: 0 8px; +} + +.e-spreadsheet .e-sheet-tab { + display: inline-block; + line-height: 0; +} + +.e-spreadsheet .e-sheet-tab > div { + display: inline-block; +} + +.e-spreadsheet .e-sheet-tab.e-tab { + border: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-hscroll .e-scroll-nav.e-scroll-left-nav { + left: auto; + right: 40px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 33px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator { + display: block; + transition: none; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item { + border-right: 1px solid #fff; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item { + margin: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item input.e-input.e-sheet-rename { + background: transparent; + border: 0; + box-shadow: none; + min-width: 20px; + padding: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:nth-child(2) { + border-left: 1px solid #fff; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + border-width: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator { + z-index: 1; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-content { + display: none; +} + +.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + text-transform: none; +} + +.e-spreadsheet .e-tab.e-sheet-tab .e-tab-header .e-tab-text { + white-space: pre; +} + +.e-spreadsheet .e-sheets-list { + margin-right: 8px; +} + +.e-spreadsheet .e-hide { + display: none; +} + +.e-spreadsheet .e-selection { + border-style: solid; + cursor: cell; + pointer-events: none; + position: absolute; + z-index: 1; + border-width: 2px; +} + +.e-spreadsheet .e-active-cell, +.e-spreadsheet .e-copy-indicator { + cursor: cell; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-active-cell { + border: 2px solid #685708; + pointer-events: none; +} + +.e-spreadsheet .e-active-cell[style*='height: 1px;'] { + border-width: 1px; +} + +.e-spreadsheet .e-copy-indicator div { + position: absolute; +} + +.e-spreadsheet .e-copy-indicator div.e-top, .e-spreadsheet .e-copy-indicator div.e-bottom { + height: 2px; + width: 100%; +} + +.e-spreadsheet .e-copy-indicator div.e-left, .e-spreadsheet .e-copy-indicator div.e-right { + height: 100%; + width: 2px; +} + +.e-spreadsheet .e-copy-indicator div.e-top { + top: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-bottom { + bottom: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-left { + left: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-right { + right: 0; +} + +.e-spreadsheet .e-clipboard { + height: 1px; + opacity: 0; + overflow: hidden; + position: absolute; + width: 1px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn .e-tbar-btn-text { + float: left; + overflow: hidden; + padding: 0; + text-align: left; + text-overflow: ellipsis; + white-space: nowrap; + width: 80px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: left; + justify-content: left; + width: 68px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb .e-caret { + -ms-flex: 1; + flex: 1; + text-align: right; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) { + font-weight: 400; + padding-bottom: 0; + padding-top: 0; + border-width: 2px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-dropdown-btn { + text-overflow: initial; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) { + line-height: 35px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) { + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) .e-btn-icon { + min-width: 36px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) .e-btn-icon { + margin-top: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon { + line-height: 35px; + min-height: 35px; + vertical-align: bottom; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker { + line-height: 34px; + padding-bottom: 1px; + padding-left: 0; + padding-right: 0; + width: 37px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-font-color { + font-size: 13px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-fill-color { + font-size: 14px; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color { + background: none; + border-bottom-style: solid; + border-bottom-width: 3px; + border-radius: 0; + height: auto; + padding-bottom: 1px; + width: auto; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color .e-split-preview { + display: none; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-dropdown-btn { + margin-left: 0; + padding-left: 3px; + padding-right: 3px; +} + +.e-spreadsheet.e-mobile-view .e-header-toolbar { + border: 1px solid #fff; + border-bottom-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-header-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:last-child { + min-width: auto; + padding: 0; +} + +.e-spreadsheet.e-mobile-view .e-add-sheet-tab, +.e-spreadsheet.e-mobile-view .e-sheets-list { + height: 48px; + width: 40px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel { + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit { + height: 39px; + line-height: 38px; + padding-left: 9px; + padding-right: 9px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon { + font-size: 18px; + line-height: 40px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar { + height: 39px; + line-height: 39px; + white-space: nowrap; + width: calc(100% - 36px); +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar:-ms-input-placeholder { + font-style: italic; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar::placeholder { + font-style: italic; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel.e-focused .e-formula-bar { + border-right: 1px solid #fff; + width: calc(100% - 72px); +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu { + height: 100%; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul { + height: 100%; + padding: 0; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon { + height: 100%; + line-height: 1; + padding: 0 6px; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-menu-icon.e-file-menu-icon { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + line-height: 1; + margin: 0; + width: auto; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-caret { + display: none; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu.e-rtl { + direction: ltr; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel { + border-top-width: 0; + display: none; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-dropdown-btn.e-btn { + border-bottom-width: 0; + border-right-width: 0; + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-toolbar-items.e-hscroll.e-scroll-device { + padding: 0; + width: 100%; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-scroll-nav { + display: none; +} + +.e-spreadsheet.e-mobile-view .e-sheet-tab { + max-width: calc(100% - 104px); +} + +.e-spreadsheet.e-mobile-view.e-mobile-focused .e-toolbar-panel { + display: -ms-flexbox; + display: flex; +} + +.e-spreadsheet.e-mobile-view.e-mobile-focused .e-sheet-tab-panel { + display: none; +} + +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-active-cell, +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-focused-tick, +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-formula-bar-panel { + display: none; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-cell, +.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-header-cell { + border-width: 0 0 1px 1px; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell { + border-width: 0 0 1px 1px; +} + +.e-spreadsheet .e-sheet-panel { + position: relative; +} + +.e-spreadsheet .e-colresize-handler { + border-right: 1px solid; + cursor: col-resize; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-rowresize-handler { + border-top: 1px solid; + cursor: row-resize; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-rtl .e-spreadsheet-edit { + direction: ltr; + text-align: left; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection { + padding-top: 18px; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection .e-input-group { + min-width: 220px; +} + +.e-spreadsheet .e-customsort-dlg .e-footer-content .e-sort-addbtn { + float: left; + margin-left: 0; +} + +.e-spreadsheet .e-hyperlink-dlg, +.e-spreadsheet .e-edithyperlink-dlg { + max-height: 640px !important; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content { + padding: 24px 24px 16px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content .e-dlg-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content .e-dlg-header { + font-size: 18px; + line-height: 21px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header { + padding: 0 24px 0 25px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items { + height: 100%; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item { + text-align: center; + width: 136px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 13px; + line-height: 15px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content { + padding-top: 24px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont { + margin: 0 0 15.5px 24px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header { + font-size: 14px; + line-height: 16px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text { + margin-top: 8px; + font-size: 14px; + height: 32px; + line-height: 16px; + width: 275px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled { + border-bottom-width: 2px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont { + border: 1px solid #c8c8c8; + height: 165px; + margin: 8px 24px 0 0; + overflow: auto; + width: 273px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-footer-content, +.e-spreadsheet .e-edithyperlink-dlg .e-footer-content { + margin: 4px 0; +} + +.e-spreadsheet .e-filter-popup { + position: absolute; +} + +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul { + border: 0; + box-shadow: none; + display: block; + max-width: 300px; + padding-bottom: 4px; + position: static; +} + +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul li, +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul .e-caret { + height: 36px; + line-height: 36px; +} + +.e-spreadsheet .e-filter-popup .e-dlg-content { + padding-top: 0; +} + +.e-spreadsheet .e-filter-icon { + margin-bottom: 10px; +} + +.e-spreadsheet .e-filter-icon::before { + font-size: 20px; + margin-left: -3px; +} + +.e-spreadsheet .e-btn.e-icon-btn.e-filter-btn { + bottom: 0; + height: 18px; + margin-right: 1px; + padding: 0; + position: absolute; + right: 0; + width: 20px; + z-index: 2; +} + +.e-spreadsheet.e-col-resizing { + cursor: col-resize; +} + +.e-spreadsheet.e-row-resizing { + cursor: row-resize; +} + +.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text { + font-size: 13px; + max-width: 200px; + overflow: hidden; + text-align: right; + text-overflow: ellipsis; +} + +.e-dropdown-popup.e-font-size-ddb ul { + min-width: 60px; +} + +.e-dropdown-popup.e-align-ddb ul { + min-width: auto; + padding: 7px 6px; +} + +.e-dropdown-popup.e-align-ddb ul .e-item { + display: -ms-inline-flexbox; + display: inline-flex; + height: 26px; + line-height: 26px; + margin: 0 6px; + padding: 0 5px; +} + +.e-dropdown-popup.e-align-ddb ul .e-item .e-menu-icon { + line-height: 26px; + margin-right: 0; +} + +.e-dropdown-popup.e-colorpicker-popup .e-container .e-custom-palette .e-palette { + padding: 0; +} + +.e-dropdown-popup.e-colorpicker-popup .e-container .e-switch-ctrl-btn { + padding-top: 12px; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(1) { + font-family: "Arial"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(2) { + font-family: "Arial Black"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(3) { + font-family: "Axettac Demo"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(4) { + font-family: "Batang"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(5) { + font-family: "Book Antiqua"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(6) { + font-family: "Calibri"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) { + font-family: "Courier"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) { + font-family: "Courier New"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) { + font-family: "Din Condensed"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) { + font-family: "Georgia"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) { + font-family: "Helvetica"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) { + font-family: "Helvetica New"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) { + font-family: "Roboto"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) { + font-family: "Tahoma"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) { + font-family: "Times New Roman"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) { + font-family: "Verdana"; +} + +.e-dropdown-popup .e-aggregate-list { + margin-left: auto; +} + +.e-menu-wrapper.e-file-menu ul .e-menu-item div { + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension { + font-size: 13px; + margin-left: auto; + opacity: .7; + padding-left: 10px; +} + +.e-spreadsheet-function-dlg { + min-height: 510px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet-function-dlg .e-dlg-header-content { + padding: 18px; +} + +.e-spreadsheet-function-dlg .e-dlg-header-content .e-dlg-header { + font-size: 16px; + font-weight: 450; +} + +.e-spreadsheet-function-dlg .e-dlg-content { + overflow: hidden; + padding-left: 18px; + padding-right: 18px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-category-content { + font-size: 12px; + font-weight: 550; + margin-bottom: 5px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-formula-description { + margin-left: -4px; + margin-top: 5px; + padding: 4px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-description-content { + font-size: 14px; + font-weight: 550; + padding-top: 10px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-formula-list { + border: 1px solid #fff; + cursor: default; + margin-top: 6px; + overflow-y: auto; +} + +.e-name-box .e-dropdownbase .e-list-item { + line-height: 25px; + min-height: 25px; + text-indent: 10px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel { + border-bottom-width: 0; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function { + border-left: 1px solid #fff; + height: 23px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon { + line-height: 24px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar { + height: 23px; + line-height: 23px; + width: calc(100% - 168px); +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + height: 71px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + line-height: 71px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-drop-icon { + transform: rotate(180deg); +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator { + height: 60px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab { + max-width: 60%; +} + +.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab .e-hscroll-bar { + margin-left: -40px; + margin-right: 40px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn { + height: 33px; + padding: 0; + width: 32px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn .e-btn-icon { + line-height: 33px; + margin-top: 0; +} + +.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list { + margin-left: auto; +} + +.e-spreadsheet:not(.e-mobile-view) .e-ribbon { + border-bottom-width: 0; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) { + line-height: 45px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker, +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker { + line-height: 43px; + padding-bottom: 2px; + width: 45px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) { + padding-left: 5px; + padding-right: 5px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon, +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon { + line-height: 45px; + min-height: 45px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb, +.e-bigger.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb { + width: 85px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color, +.e-bigger.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + height: auto; + width: auto; +} + +.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon, +.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon { + font-size: 10px; + margin: 0; +} + +.e-bigger .e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn, +.e-bigger.e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn { + padding-left: 8px; + padding-right: 8px; +} + +.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn, +.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn { + height: 39px; + width: 39px; +} + +.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon, +.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon { + line-height: 39px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-active .e-text-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 39px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 16px; +} + +.e-bigger .e-spreadsheet .e-drop-icon, +.e-bigger.e-spreadsheet .e-drop-icon { + font-size: 12px; + margin-right: 5px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function { + height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon { + font-size: 18px; + line-height: 30px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input { + height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon { + line-height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator { + height: 15px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar { + font-size: 15px; + height: 29px; + line-height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + height: 89px; + line-height: 89px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator { + height: 78px; +} + +.e-bigger .e-spreadsheet .e-customsort-dlg, +.e-bigger.e-spreadsheet .e-customsort-dlg { + width: 590px !important; +} + +.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item, +.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item { + height: auto; + line-height: 1; +} + +.e-bigger .e-spreadsheet .e-filter-icon, +.e-bigger.e-spreadsheet .e-filter-icon { + margin-bottom: 18px; +} + +.e-bigger.e-dropdown-popup.e-font-size-ddb ul, +.e-bigger .e-dropdown-popup.e-font-size-ddb ul { + min-width: 70px; +} + +.e-sort-dialog { + height: 100%; + position: relative; +} + +.e-sort-dialog .e-sort-listsection { + height: calc(100% - 28px); + margin: 0 auto; + overflow: auto; + width: 100%; +} + +.e-sort-dialog .e-sort-listwrapper { + padding-left: 2px; +} + +.e-sort-dialog .e-sort-listwrapper .text { + font-size: 12px; + padding: 10px 0 5px; +} + +.e-sort-dialog .e-list-sort { + height: 100%; +} + +.e-sort-dialog .e-sort-row { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + padding: 5px 0 10px; +} + +.e-sort-dialog .e-sort-error, +.e-sort-dialog .e-sort-header, +.e-sort-dialog .e-sort-casecheckbox, +.e-sort-dialog .e-sort-listsection { + padding-left: 18px; + padding-right: 18px; +} + +.e-sort-dialog .e-sort-error { + bottom: 0; + display: none; + font-size: 12px; + height: 20px; + line-height: 20px; + position: absolute; + width: 100%; +} + +.e-sort-dialog .e-sort-template { + border: 0; +} + +.e-sort-dialog .e-sort-template .e-list-item { + height: auto; + line-height: unset; +} + +.e-sort-dialog .e-sort-template .e-list-item:not(:first-child) { + padding: 5px 0 0; +} + +.e-sort-dialog .e-sort-template .e-list-item:first-child { + padding: 0; +} + +.e-sort-dialog .e-sort-template .e-content { + height: 100%; + overflow: auto; +} + +.e-sort-dialog .e-sort-field { + width: auto; +} + +.e-sort-dialog .e-radio-wrapper { + margin-left: 16px; +} + +.e-sort-dialog li:first-of-type .e-sort-delete { + display: none; +} + +.e-sort-dialog .e-sort-delete { + border-left-style: solid; + border-left-width: 1px; + line-height: 32px; + margin-left: auto; + margin-right: 5px; + padding-left: 22px; + vertical-align: middle; +} + +.e-sort-dialog .e-sort-delete::before { + cursor: pointer; +} + +/*! spreadsheet theme */ +.e-spreadsheet .e-sheet-tab-panel { + background: #000; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item { + background: #000; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap { + border-color: transparent; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover { + background: #685708; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active { + background: #000; +} + +.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn, +.e-spreadsheet .e-sheet-tab-panel .e-aggregate-list.e-flat { + border-color: transparent; + box-shadow: none; +} + +.e-spreadsheet .e-sheets-list, +.e-spreadsheet .e-aggregate-list, +.e-spreadsheet .e-add-sheet-tab.e-flat { + background-color: transparent; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) { + background-color: transparent; + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):hover:not(.e-active) { + background: #685708; + border-color: #fff; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus { + background: #ffd939; + border-color: #ffd939; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus { + color: #000; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active .e-icons, +.e-spreadsheet .e-ribbon .e-toolbar .e-btn.e-active.e-dropdown-btn .e-tbar-btn-text, .e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus .e-icons, +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:focus.e-dropdown-btn .e-tbar-btn-text { + color: inherit; +} + +.e-spreadsheet .e-formula-bar-panel { + background-color: #000; +} + +.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat, +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + background-color: transparent; +} + +.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-drop-icon { + color: #fff; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-color: #fff; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-color: #fff; +} + +.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-name-box, +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + color: #fff; +} + +.e-spreadsheet .e-header-panel, +.e-spreadsheet .e-main-panel, +.e-spreadsheet .e-header-row, +.e-spreadsheet .e-row-header .e-header-cell { + background-color: inherit; +} + +.e-spreadsheet .e-main-panel .e-main-content { + background-color: #fff; +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit { + background-color: #fff; + color: #000; +} + +.e-spreadsheet .e-row-header { + border-bottom-color: #fff; +} + +.e-spreadsheet .e-column-header { + border-color: #fff; +} + +.e-spreadsheet .e-header-cell { + color: #fff; +} + +.e-spreadsheet .e-cell { + background-color: #fff; + border-bottom-color: #969696; + color: #000; +} + +.e-spreadsheet .e-column-header .e-header-cell, +.e-spreadsheet .e-select-all-cell { + border-bottom-color: #fff; +} + +.e-spreadsheet .e-row-header .e-header-cell { + border-bottom-color: #969696; +} + +.e-spreadsheet .e-hide-gridlines .e-cell { + border-bottom-color: transparent; +} + +.e-spreadsheet.e-hide-row-gridlines .e-cell { + border-bottom-color: transparent; +} + +.e-spreadsheet .e-selectall { + background-color: transparent; + border-color: #969696; + border-top-color: transparent; +} + +.e-spreadsheet .e-selectall:hover { + border-bottom-color: #685708; +} + +.e-spreadsheet .e-selectall.e-highlight { + border-bottom-color: #ffd939; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell { + border-right-color: #969696; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell { + border-right-color: #969696; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-row-header .e-header-cell, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell { + border-right-color: #fff; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-hide-gridlines .e-cell { + border-right-color: transparent; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall { + border-left-color: transparent; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall:hover { + border-right-color: #685708; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall.e-highlight { + border-right-color: #ffd939; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-prev-highlight, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-highlight, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell.e-prev-highlight-right { + border-right-color: #969696; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-cell { + border-left-color: #969696; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell { + border-left-color: #969696; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-row-header .e-header-cell, +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell { + border-left-color: #fff; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-hide-gridlines .e-cell { + border-left-color: transparent; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall { + border-right-color: transparent; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall:hover { + border-left-color: #685708; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall.e-highlight { + border-left-color: #ffd939; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right { + border-left-color: #969696; +} + +.e-spreadsheet .e-copy-indicator div.e-top { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/t_b_highcontrast.gif") repeat-x left top; +} + +.e-spreadsheet .e-copy-indicator div.e-bottom { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/t_b_highcontrast.gif") repeat-x left bottom; +} + +.e-spreadsheet .e-copy-indicator div.e-left { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/l_r_highcontrast.gif") repeat-y left top; +} + +.e-spreadsheet .e-copy-indicator div.e-right { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/l_r_highcontrast.gif") repeat-y right top; +} + +.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel:not(.e-rtl) .e-cell { + border-right-color: transparent; +} + +.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel.e-rtl .e-cell { + border-left-color: transparent; +} + +.e-spreadsheet .e-selection { + background-color: rgba(255, 217, 57, 0.24); + border-color: #685708; +} + +.e-spreadsheet .e-row-header .e-header-cell:hover, +.e-spreadsheet .e-column-header .e-header-cell:hover { + background-color: #685708; +} + +.e-spreadsheet .e-row-header .e-header-cell.e-highlight, +.e-spreadsheet .e-column-header .e-header-cell.e-highlight { + background-color: #ffd939; + color: #000; +} + +.e-spreadsheet .e-row-header .e-prev-highlight .e-header-cell, +.e-spreadsheet .e-row-header .e-header-cell.e-highlight, +.e-spreadsheet .e-select-all-cell.e-prev-highlight-bottom, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end.e-prev-highlight .e-header-cell::before, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell.e-highlight::before { + border-bottom-color: #969696; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start.e-prev-highlight .e-header-cell::after, +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell.e-highlight::after { + border-top-color: #969696; +} + +.e-spreadsheet .e-toolbar-panel .e-dropdown-btn.e-btn { + border-color: #fff; +} + +.e-spreadsheet .e-menu-wrapper.e-mobile.e-file-menu { + background-color: inherit; + border-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover, .e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-active { + background-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover { + border-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-sort-delete { + border-left-color: #fff; +} + +.e-spreadsheet .e-colresize-handler, +.e-spreadsheet .e-rowresize-handler { + border-color: #685708; +} + +.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons { + color: #fff; +} + +.e-dropdown-popup ul .e-item .e-menu-icon.e-selected-icon { + color: #ffd939; +} + +.e-dropdown-popup.e-align-ddb ul .e-item:not(.e-selected) .e-menu-icon { + color: #fff; +} + +.e-numformat-ddb.e-dropdown-popup ul .e-item .e-numformat-preview-text { + opacity: .5; +} + +.e-sort-dialog .e-sort-listwrapper { + border-bottom: 1px dashed #fff; +} + +.e-sort-dialog .e-sort-error { + background-color: #fce7e9; + color: #333; +} diff --git a/styles/images/sb-icons/Syncfusion-logo.svg b/styles/images/sb-icons/Syncfusion-logo.svg index 90ad88f4..22fdc6a0 100644 --- a/styles/images/sb-icons/Syncfusion-logo.svg +++ b/styles/images/sb-icons/Syncfusion-logo.svg @@ -1,34 +1,34 @@ - - - - - Artboard 2 - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Artboard 2 + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/styles/images/sb-icons/Syncfusion-mobile-logo.svg b/styles/images/sb-icons/Syncfusion-mobile-logo.svg index e3efbac1..7308b41e 100644 --- a/styles/images/sb-icons/Syncfusion-mobile-logo.svg +++ b/styles/images/sb-icons/Syncfusion-mobile-logo.svg @@ -1,21 +1,21 @@ - - - - - Sync-logo - - - - - - - - - - - - + + + + + Sync-logo + + + + + + + + + + + + diff --git a/styles/images/sb-icons/fonts/icons.svg b/styles/images/sb-icons/fonts/icons.svg index 1a690eb4..6fda1caf 100644 --- a/styles/images/sb-icons/fonts/icons.svg +++ b/styles/images/sb-icons/fonts/icons.svg @@ -1,58 +1,58 @@ - - - -Generated by IcoMoon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/styles/images/sb-icons/new-light.svg b/styles/images/sb-icons/new-light.svg index 954f8e37..fcbc5269 100644 --- a/styles/images/sb-icons/new-light.svg +++ b/styles/images/sb-icons/new-light.svg @@ -1,84 +1,84 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/styles/images/sb-icons/preview-light.svg b/styles/images/sb-icons/preview-light.svg index eabd3b0d..0a659c95 100644 --- a/styles/images/sb-icons/preview-light.svg +++ b/styles/images/sb-icons/preview-light.svg @@ -1,68 +1,68 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/styles/images/sb-icons/updated-light.svg b/styles/images/sb-icons/updated-light.svg index 8d478ad2..ae6f9694 100644 --- a/styles/images/sb-icons/updated-light.svg +++ b/styles/images/sb-icons/updated-light.svg @@ -1,3000 +1,3000 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/styles/index.css b/styles/index.css index 3ba6efc8..e3c67558 100644 --- a/styles/index.css +++ b/styles/index.css @@ -1,2093 +1,2093 @@ -.body { - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; -} - -.e-view { - bottom: 0; - left: 0; - overflow: hidden; - position: absolute; - right: 0; - top: 0; -} - -.sb-left { - float: left; -} - -.sb-right { - float: right; -} - -.sb-block { - display: block; -} - -.sb-table { - display: table; -} - -.sb-table-cell { - display: table-cell; - vertical-align: middle; -} - - -/*sb-icons declaration*/ - -@font-face { - font-family: 'sbicons'; - src: url('images/sb-icons/fonts/icons.ttf?gcjn6a') format('truetype'), url('images/sb-icons/fonts/icons.woff?gcjn6a') format('woff'), url('images/sb-icons/fonts/icons.svg?gcjn6a#sbicons') format('svg'); - font-weight: normal; - font-style: normal; -} - -.sb-icons { - font-family: 'sbicons'; - speak: none; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.sb-icon-Hamburger:before { - content: "\e914"; -} - -.sb-icon-icon-selection:before { - content: "\e922"; - padding-left: 4px; - font-size: 20px; -} - -.sb-icon-Dropdown:before { - content: '\e90f'; -} - -.sb-icon-Settings-Preferences:before { - content: '\e923'; -} - -.sb-icon-Search:before { - content: '\e921'; -} - -.sb-icon-Responsive:before { - content: '\e920'; -} - -.sb-icon-Palette:before { - content: '\e92c'; -} - -.sb-icon-Chart:before { - content: '\e906'; -} - -#sb-content-header .e-tab-text { - display: table; -} - -.sb-icon-Code:before { - content: '\e92d'; - font-size: 20px; - display: table-cell; -} - -.sb-icon-Demo:before { - content: '\e92e'; - font-size: 20px; - display: table-cell; -} - -.sb-icon-API:before { - content: '\e902'; - font-size: 20px; - display: table-cell; -} - -.sb-tab-title { - display: table-cell; - vertical-align: middle; - padding-left: 4px; -} - -.sb-icon-Home:before { - content: '\e915'; - font-size: 30px; -} - -.sb-icon-Next:before { - content: '\e91b'; -} - -.sb-icons-plnkr:before { - content: '\e911'; -} - -.sb-icon-Back:before { - content: '\e962'; - font-size: 17px; -} -.sb-icon-Popout:before { - content: '\e91d'; -} - -.sb-icon-Previous:before { - content: '\e91f'; -} - -.sb-icon-Localization:before { - content: '\e918'; -} - -.sb-icons.sb-icon-Back { - vertical-align: middle; - display: table-cell; - width: 17px; -} - -.sb-icon-Currency:before { - content: '\e90b'; -} - -.sb-mobile-setting:before { - content: '\e901'; - color: #333333; - font-size: 25px; -} - -.highcontrast .sb-mobile-setting:before { - color: #fff; -} - - -/**sb-switcher*/ - -.sb-switch-popup { - background-color: #FFFFFF; - border: 1px solid #CCCCCC; - opacity: 100%; - border-radius: 4px; - box-shadow: 0 0px 1px -3PX; - ; - /* // outer* x, y - 0px, 1px* blur - 3px; */ - color: #000000; - opacity: 100; - font-size: 13px; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; -} - - -/*sample header*/ - -.sb-header-settings { - display: none; -} - -.sb-header div, -.sb-header span { - outline: none; -} - -.sb-header-text { - cursor: default; -} - -.sb-header-text-right { - cursor: pointer; -} - -.sb-header-preview { - background: url(images/Preview-label.svg) no-repeat right; - height: 100%; - width: 75px; -} - -.sb-header { - height: 48px; - background: #FFFFFF; - box-shadow: 0 8px 11px -6px rgba(0, 0, 0, 0.12); - z-index: 1001; - opacity: 100; -} - -.sb-header-left, -.sb-header-right { - height: 100%; -} - -.sb-settings-wrapper { - padding: 0 20px 0px 10px; -} - -.sb-search-wrapper { - padding: 0px 10px 0px 24px; -} - -.sb-search-btn, -.sb-setting-btn { - width: 32px; - height: 27px; - text-align: center; - border-radius: 2px; -} - -.sb-search-btn:hover, -.sb-search-btn.active, -.sb-setting-btn:hover, -.sb-setting-btn.active { - background-color: #d8d8d8; -} - -#sb-toggle-left { - padding-left: 15px; - font-size: 24px; -} - -#sb-header-text { - padding-left: 22px; - font-size: 15px; - color: #000000; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - opacity: 87%; -} - -.sb-lang-toggler { - font-size: 20px; -} - -.sb-lang-toggler-wrapper { - padding-top: 1px; -} - -.sb-theme-text { - font-size: 13px; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - opacity: 54; -} - -.sb-header-right .sb-icons { - font-size: 20px; -} - -.sb-header-splitter { - float: left; - border-left: 1px solid rgb(196, 196, 196); - height: 32px; - margin-top: 8px; - padding-right: 22px; -} - -#search-input-wrapper .sb-reset-icon { - cursor: pointer; - position: absolute; - top: 0px; - right: 0px; - padding: 13px 13px; - display: none; -} - -#search-input-wrapper:not([data-value='']) .sb-reset-icon { - display: block; -} - -#search-input-wrapper .sb-reset-icon:before { - content: '\e7e9'; -} - -.sb-reset-icon { - color: rgba(0, 0, 0, 0.56); -} - -.toggle-active { - color: #3C78EF; -} - -.control-animate { - transform: translateX(-280px); -} - -.control-reverse-animate { - transform: translateX(280px); -} - -.control-transition {} - -.control-fullview { - left: 0px !important; -} - -.sb-download-btn a { - text-decoration: none; -} - -.sb-download-text { - color: #FFFFFF; -} - -.sb-download-wrapper { - padding-right: 27px; -} - -.sb-download-btn:hover .sb-download-btn:focus .sb-download-btn.active { - border-radius: 2px; - font-family: "Roboto"; - font-weight: bold; - color: #FFFFFF; -} - -.sb-download-btn:hover { - background: #006CE6; -} - -.sb-download-btn:focus { - background: #0051CB; -} - -.sb-download-btn.active { - background: #0036B1; -} - -.theme-wrapper:hover, -.theme-wrapper.active { - background-color: rgb(216, 216, 216); -} - -.theme-wrapper { - height: 32px; - width: 150px; - margin-top: 5px; - cursor: default; - padding-left: 10px; - padding-right: 10px; - border-radius: 2px; -} - -.theme-wrapper>div { - float: left; - padding-left: 3px; - line-height: 32px; - letter-spacing: .5px; -} - -.sb-download-btn { - background-color: #3C78EF; - opacity: 100; - border-radius: 2px; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - font-weight: 500; - line-height: 18px; - height: 32px; - border-color: transparent; -} - -.sb-header-settings { - display: none; -} - - -/*sb-header-popup*/ - - -/*common for popups*/ - -#search-input_popup ul, -.sb-popups ul { - list-style: none; - margin: 0px; - padding: 0px; -} - -.sb-popups li { - font-size: 14px; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; -} - -.switch-text { - padding-left: 8px; -} - -.sb-switch-popup ul { - padding: 5px 0px; - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36); - border-radius: 4px; -} - -.sb-switch-popup { - border-top: none; - border-top-left-radius: 0px; - border-top-right-radius: 0px; - z-index: 1001; -} - -.sb-switch-popup li { - padding: 10px 38px 12px 15px; -} - -.sb-switch-popup li:first-child { - color: #3C78EF; -} - -.sb-switch-popup li:hover { - background: rgb(238, 238, 238); -} - -.sb-switch-popup a { - text-decoration: none; - color: black; - cursor: default; -} - -.sb-theme-popup { - background: #FFFFFF; - border: 1px solid #CCCCCC; - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36); - border-radius: 4px; - width: 175px; - z-index: 1001; -} - -.sb-theme-popup li { - line-height: 40px; - cursor: default; - padding-top: 4px; -} - -.sb-theme-select { - padding-left: 12px; - vertical-align: middle; - font-size: 24 px; - color: #ffffff; -} - -.sb-theme-popup li:hover { - background: rgb(238, 238, 238); -} - -.sb-theme-popup li:hover .sb-theme-select { - color: rgb(238, 238, 238); -} - -.sb-theme-popup li.active .sb-theme-select { - color: rgb(255, 109, 63); -} - -.sb-theme-popup li:hover.active .sb-theme-select { - color: rgb(255, 109, 63); -} - -.e-search-overlay { - z-index: 10000022; - display: block; - position: absolute; - width: 100%; - height: 100%; - background-color: rgba(126, 125, 125, 0.78); -} - -#search-input-wrapper { - width: 75%; - height: 38px; - margin-top: 50px; - margin-left: 13.5%; - position: relative; -} - -#search-input-wrapper input { - border-radius: 4px; - border-color: transparent; - padding-left: 6px; - outline: none; - width: 100%; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - background: #fff; - min-height: 23px; -} - -#search-input-wrapper .e-input-group.e-control-wrapper.e-ddl { - border: none; -} - -#search-input-wrapper .e-input-group.e-control-wrapper.e-ddl.e-input-focus::before, -#search-input-wrapper .e-input-group.e-control-wrapper.e-ddl.e-input-focus::after { - background: none; -} - -.search-input_popup { - background: #FFFFFF; - border: 1px solid #CCCCCC; - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36); - border-radius: 4px; - width: 75%; - overflow-y: auto; - max-height: 75%; - border-collapse: separate; -} - -#search-input_popup .e-list-group-item { - background-color: #f7f7f7; - font-size: 13px; - vertical-align: middle; - line-height: 28px; - min-height: 28px; - border-left: none; - border-right: none; - text-transform: uppercase; - font-weight: 500; - color: #2c2c2c; - padding-left: 0px; - text-indent: 6px; -} - -#search:hover { - background-color: #007dd1; -} - -#search-input_popup .e-list-item { - line-height: 36px; -} - -#search-input_popup .e-list-item:hover { - background-color: #e2f2ff; - cursor: default; -} - -#search-input_popup li.e-list-item { - padding-left: 0px; - text-indent: 6px; - font-size: 13px; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - font-weight: 400; - color: #2c2c2c; -} - -.highcontrast #search-input_popup li.e-list-item { - color: #fff; -} - -.highcontrast #search-input_popup li.e-list-item:hover { - background: #685708; -} - -.sb-search-input .e-ddl .e-clear-icon { - background: #fff; - margin-left: -5px; - border-radius: 4px; - border: none; -} - -.highcontrast .sb-search-input .e-ddl .e-clear-icon { - background: #000; -} - -.search-no-record { - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - font-weight: 500; - cursor: default; -} - - -/*settings popup*/ - -.sb-setting-popup .sb-setting-header { - padding-top: 12px; - padding-left: 16px; - padding-bottom: 12px; - line-height: 15px; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - font-weight: 500; - font-size: 16px; - border-bottom: 1px solid #CCCCCC; -} - -.sb-setting-popup { - width: 242px; - background-color: #FFFFFF; - border: 1px solid #CCCCCC; - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36); - border-radius: 4px; - cursor: default; -} - -.setting-label { - padding-bottom: 5px; -} - -.sb-setting-content { - padding: 4px 16px 4px 16px; -} - -.sb-setting-translate { - font-size: 10px; - color: #696463; -} - -.setting-label { - font-size: 14px; - display: table; -} - -.setting-label div { - display: table-cell; -} - -.sb-setting-text { - position: relative; - top: -2px; -} - -.sb-setting-icons { - padding-right: 14px; - font-size: 18px; - color: #9e9e9e; -} - -.set-border-radious-touch { - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; -} - -.set-border-radious-mouse { - border-bottom-right-radius: 4px; - border-top-right-radius: 4px; -} - -.setting-responsive { - display: table; -} - -.setting-responsive .sb-responsive-items:hover { - border-color: rgba(239, 230, 230, 0.2); -} - -.setting-responsive .sb-responsive-items { - width: 104px; - background-color: #e8e8e8; - font-weight: 500; - line-height: 30px; - text-align: center; - border: 1px solid transparent; - display: table-cell; - cursor: pointer; -} - -.setting-responsive .sb-responsive-items:first-child { - border-right: none; -} - -.setting-responsive .sb-responsive-items:last-child { - border-left: none; -} - -.setting-responsive .sb-responsive-items.active { - background-color: #1783ff; - color: white; -} - -.sb-setting-theme-section { - display: none; -} - -.sb-setting-item { - padding-bottom: 12px; -} - - -/*sample-content*/ - -.sb-content { - top: 48px; - background: #F8F8F8; -} - -.copycode::before { - content: '\e70a'; - font-size: 25px; -} - -.copy-tooltip { - height: 32px; - width: 32px; - position: absolute; - cursor: pointer; - right: 12px; - top: 12px; - background: #f4f4f4; - border-radius: 2px; -} - -.copy-tooltip.e-control.e-tooltip:hover { - background: #D8D8D8; -} - -.e-icons.copycode { - padding-left: 3px; - padding-top: 4px; - color: rgba(0, 0, 0, .54); -} - - -/* -* SB-Home -*/ - -.sb-home { - display: table; - width: 100%; - padding: 12px 14px; - height: 66px; - position: relative; -} - -.sb-home:hover { - cursor: pointer; -} - -.sb-home-link { - display: table-cell; - width: 14px; - color: #717171; -} - -.sb-home-text { - color: #272727; - position: absolute; - top: 27px; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - font-size: 15px; - font-weight: 500; - padding-left: 16px; -} - -.highcontrast .sb-home-text { - color: #fff; -} - - -/*left-pane*/ - -.sb-left-pane { - height: 100%; -} - -.sb-left-footer { - display: none; -} - -.sb-left-pane .e-listview, -.sb-left-pane .e-treeview { - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; -} - -.sb-left-pane .e-listview .e-list-item { - background: transparent; - border: none; -} - -.sb-left-pane .e-listview .e-list-item.e-hover, -.sb-left-pane .e-listview .e-list-item.e-active { - background-color: #d2ebff; -} - -.highcontrast .sb-left-pane .e-listview .e-list-item.e-active:hover { - color: #ffffff; -} - -.sb-left-pane .e-listview .e-list-group-item { - border: none; - color: #000000; - opacity: 87; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - font-weight: 700; - background: transparent; -} - -#controlTree ul.e-list-parent.e-ul { - overflow-y: hidden; -} - -.sb-left-pane .e-treeview .e-list-item.e-hover > .e-fullrow { - background-color: #d2ebff; -} - -.highcontrast .sb-left-pane .e-treeview .e-list-item.e-hover>.e-fullrow { - background-color: #ffd939; -} - -.highcontrast .sb-control-navigation .e-treeview .e-list-item.e-hover > .e-text-content .e-list-text, -.highcontrast .sb-control-navigation .e-treeview .e-list-item.e-hover .e-icons.e-icon-collapsible { - color: #000; -} - -#controlList .e-list-group-item .e-list-text { - font-size: 16px; - font-weight: 800; -} - -#controlTree ul.e-list-parent { - padding-left: 10px; -} - -#sb-left-back { - outline: none; -} - -.sb-left-pane #sb-left-back { - padding: 12px 18px; - width: 100%; - display: table; - cursor: pointer; -} - -.sb-adjust-juggle { - top: 50px; -} - -#controlList { - overflow-y: auto; - position: absolute; - padding-left: 5px; - -webkit-overflow-scrolling: touch; - border: none; -} - -.sb-control-list-top { - top: 116px; -} - -.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-indicator - { - background: #0278d7; - display: block; -} - -.bootstrap #sb-content-header.e-tab-header::before{ - border: none; -} - -.highcontrast .sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-indicator - { - background: #ffd939; -} - -.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-ripple-element - { - background: rgba(2,120,215, 0.1); - } - -.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap > .e-tab-text, -.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text:hover { - color: #0278d7; -} - -.highcontrast .sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap > .e-tab-text, -.highcontrast .sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text:hover { - color: #ffd939; -} - -.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text { - color: #333333; - font-size: 16px; - font-weight: 500; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; -} - -.highcontrast .sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text { - color: #ffffff; -} - -.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active, -.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap::before { - border: none; -} - -.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap { - padding-left: 12px; - padding-right: 12px; -} - -.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text > .sb-tab-title { - padding-left: 8px; -} - -.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap:hover { - background: transparent; -} - -#controlTree { - overflow-y: auto; - top: 66px; - height: calc(100% - 66px); - -webkit-overflow-scrolling: touch; -} - -.sb-left-back { - height: 50px; -} - -#controlList .e-content { - background-color: transparent; -} - -.back-icon::before { - content: '\e962'; - font-size: 17px; -} - -.back-icon { - vertical-align: middle; - display: table-cell; - width: 17px; -} -.sb-badge.e-samplestatus { - cursor: pointer; -} -.e-samplestatus.new { - background-color: #29bc4f; -} - -.e-samplestatus.update { - background-color: #fbaa33; -} - -.e-samplestatus.preview { - background-color: #0275d8; -} - -.sb-component-name h1 { - font-size: 18px; - margin: 0px; - font-weight: bold; -} - -.sb-badge { - border-radius: 2px; - font-size: 10px; - color: #ffffff; - padding: 6px 8px; - float: right; - align-items: center; - cursor: pointer; - text-transform: capitalize; -} - -.e-samplestatus.new, -.e-samplestatus.update, -.e-samplestatus.preview { - margin-top: 6.5px; - margin-right: -3px; -} - -.e-bigger .e-samplestatus.new, -.e-bigger .e-samplestatus.update, -.e-bigger .e-samplestatus.preview { - margin-top: 11px; -} - -.e-samplestatus.new.tree, -.e-samplestatus.update.tree, -.e-samplestatus.preview.tree { - margin-top: 4px; - margin-bottom: 4.5px; - margin-right: -15px; -} - -.e-bigger .e-samplestatus.new.tree, -.e-bigger .e-samplestatus.update.tree, -.e-bigger .e-samplestatus.preview.tree { - margin-top: 8px; - margin-bottom: 10px; - margin-right: -15px; -} - -.sb-left-pane { - overflow-x: hidden; - position: relative; -} - -.property-section { - padding-bottom: 15px; -} - -.control-name { - display: table-cell; - padding-left: 25px; - font-weight: 400; - font-size: 16px; - color: #1763ff; -} - -.sb-control-navigation .e-treeview .e-list-item.e-active>.e-fullrow { - background-color: #F1F1F1; - border-color: #F1F1F1; -} - -.highcontrast .sb-control-navigation .e-treeview .e-list-item.e-active>.e-fullrow { - background-color: #ffd939; - border-color: #ffd939; -} - -.sb-control-navigation .e-treeview .e-list-item.e-active > .e-text-content .e-list-text { - color: #000; -} - -.sb-left-pane-header { - display: none; -} - -#left-sidebar { - border: none; - background-color: #f8f8f8; -} - - -/*right -pane*/ - -.sb-right-pane { - /* left: 280px; */ - padding-left: 26px; - padding-right: 36px; - overflow-y: auto; - -webkit-overflow-scrolling: touch; -} - -.sb-content-section { - background: #FFFFFF; - border: 1px solid #D7D7D7; - opacity: 100; - height: 100%; -} - -.sb-content-section .sb-content-tab-header { - border-bottom: 1px solid #D7D7D7; -} - -.sb-source-section .e-tab .e-tab-header .e-indicator { - display: none; -} - -.sb-source-section .e-tab .e-tab-header { - border-top: 1px solid #D7D7D7; -} - -.sb-source-section .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { - color: #3C78EF; -} - -.sb-right-pane-overlay { - pointer-events: none; -} - -.description-section { - padding-top: 32px; -} - -.description-section a.code:link, -a.code:visited { - text-decoration: inherit; - color: inherit; - cursor: auto; -} - -#sb-source-tab .e-tab-text { - text-transform: lowercase; -} - -.description-header { - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - padding-bottom: 10px; - opacity: 87; - font-weight: 500; - line-height: 21px; - color: #000000; -} - -.control-section { - padding-top: 20px; - padding-bottom: 20px; - min-height: 350px; -} - -.sb-sample-content-area { - min-height: 350px; -} - -.sb-src-code { - white-space: pre; - padding: 10px; - overflow-x: auto; - min-height: 320px; -} - -.sb-bread-crumb { - padding-top: 6px; - padding-bottom: 24px; -} - -.sb-action-description { - padding-bottom: 16px; -} - -.sb-component-name { - padding-top: 24px; - color: #000000; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - font-weight: 600; - line-height: 24px; - font-size: 18px; -} - -.sb-bread-crumb-text { - display: table; -} - -.sb-bread-crumb .sb-bread-crumb-text>div { - font-size: 13px; - font-weight: 400; - padding-right: 8px; - cursor: default; - display: table-cell; - color: #898989; -} - -.highcontrast .sb-bread-crumb .sb-bread-crumb-text>div { - color: #ffffff; -} - -.sb-bread-crumb-text { - line-height: 21px; -} - -.sb-plnr-section { - padding-right: 17px; - font-size: 15px; - height: 38px; - line-height: 35px; - color: #3C78EF; - border: none; - background: none; -} - -.sb-desktop-setting { - display: inline-flex; -} - -.sb-mobile-setting { - display: none; -} - -.sb-plnkr-text { - font-size: 15px; -} - -.sb-icons-plnkr { - padding-right: 3px; - top: 1px; - position: relative -} - -.sb-plnr-section:hover { - cursor: pointer; -} - -.sb-toolbar-splitter { - border-left: 1px solid rgb(196, 196, 196); - height: 31px; - margin-top: 3px; -} - -.e-bigger .sb-content-toolbar { - padding: 5px 0px; -} - -.e-bigger .sb-toolbar-splitter { - height: 34px; -} - -.sb-content-toolbar>div { - padding-right: 15px; -} - -.sample-navigation button:disabled { - cursor: not-allowed; - color: #5a5a5a; -} - -.sample-navigation, -.sb-open-new-wrapper { - font-size: 25px; - line-height: 40px; - color: #5a5a5a; - cursor: pointer; -} - -.sample-navigation>button { - background: transparent; - border: none; -} - -#next-sample, -#prev-sample { - font-size: 25px; -} - -.sample-navigation>button:hover { - color: #1783ff; -} - -button#tab-navigation-prev { - padding-right: 15px; -} - -.sb-custom-item.back-navigation { - line-height: 37px; -} - -.sb-custom-item.back-navigation { - display: inline-flex; -} - -.sb-open-new-wrapper { - padding: 0px 16px; -} - -.sb-open-new-wrapper a { - color: #5a5a5a; - text-decoration: none; -} - -.sb-open-new-wrapper a:hover { - color: #1783ff; -} - -.sb-content-toolbar { - position: absolute; - right: 0px; - top: 0px; - display: inline-flex; -} - -.sb-bread-crumb-text>div.seperator { - font-weight: 500; - font-size: 13px; - font-family: 'sbicons'; - vertical-align: bottom; -} - -.sb-source-code-section .e-tab-header .sb-api-section { - padding: 20px; -} - -#showtag, #hidetag { - cursor: pointer; -} - -.e-custDesription { - max-height: 45px; - text-overflow: ellipsis; - white-space: normal; -} - -.e-custDesription .sb-api-content { - overflow: hidden; - height: 36px; -} - -.e-display { - display: none; -} - -.sb-sample-description { - white-space: normal; -} - - -/* -propertye pane -*/ - -.property-panel-header { - padding-top: 22px; - padding-bottom: 20px; - font-weight: 600; - font-size: 15px; -} - -.property-panel-section { - padding-left: 12px; -} - -.sb-property-border { - border-right: 1px solid #D7D7D7; -} - -.property-panel-table td { - width: 50%; - margin-top: 3px; -} - -.property-panel-table { - width: 100%; -} - -.property-panel-table div { - padding-left: 10px; - padding-top: 10px; -} - - -/*sb-footer*/ - -.sb-footer { - height: 100px; - width: calc(100% + 36px); - position: relative; - border-top: 1px solid #D5D5D5; - margin-top: 24px; -} - -.sb-footer-left { - position: absolute; -} - -.sb-footer-links a { - color: #1783FF; - text-decoration: none; - cursor: pointer; -} - -.sb-footer-links { - display: table; -} - -.sb-footer-link { - display: table-cell; - padding: 20px 30px 12px 0px; -} - -.sb-footer-copyright { - padding-bottom: 24px; -} - -.sb-footer-logo { - padding: 36px 36px 27px 0px; - right: 0px; - position: absolute; -} - -.sb-footer-logo-icon { - background: url(images/sb-icons/Syncfusion-logo.svg) no-repeat right; - height: 40px; - width: 140px; -} - -.sb-highlight { - font-weight: bold; - vertical-align: baseline !important; -} - - -/*Hide property pane */ - -@media (max-width: 1200px) { - .sb-property-border { - border: none; - } -} - - -/*Tab view*/ - -@media (max-width: 900px) { - .e-sb-header-text>.sb-header-text-left { - display: none; - } - .sb-desktop-setting { - display: inline-flex; - } - .sb-desktop-setting.sb-hide { - display: block; - } - .sb-toolbar-splitter { - display: none; - } - .sb-plnr-section { - display: none; - } - .copy-tooltip { - display: none; - } - .control-section { - min-height: auto; - } -} - -@media (max-width: 764px) { - .theme-wrapper { - display: none; - } - .sb-setting-theme-section { - display: block; - } - .sb-responsive-section { - display: none; - } -} - -.sb-mobilefooter { - display: none; -} - - -/* Mobile View */ - -@media (max-width: 550px) { - .e-ddl.e-popup, - #sb-setting-theme_popup { - z-index: 100001; - } - .sb-left-pane { - position: absolute; - overflow-y: auto; - -webkit-overflow-scrolling: touch; - } - .sb-left-footer { - padding-top: 20px; - margin-top: 20px; - border-top: 1px solid #CCCCCC; - display: block; - } - #controlList { - top: 0px; - position: unset; - } - #controlTree { - top: 0px; - position: unset; - overflow: hidden; - } - .sb-component-name { - padding-top: 12px; - padding-bottom: 5px; - } - .sb-bread-crumb { - padding-top: 6px; - padding-bottom: 24px; - font-size: 13px; - } - .sb-right-pane { - padding-left: 0px; - padding-right: 0px; - } - .sb-rightpane-padding { - padding-left: 10px; - padding-right: 5px; - } - .sb-content-section { - border-left: none; - border-right: none; - } - .sb-download-splitter, - .sb-download-wrapper { - display: none; - } - .sb-header-text-left { - display: none; - } - #search-input-wrapper { - width: calc(100% - 24px); - margin-left: 12px; - } - .sb-header-settings { - display: block; - padding-right: 24px; - padding-top: 6px; - } - .sb-header-settings:before { - content: '\e923'; - font-size: 24px; - } - .sb-settings-wrapper { - display: none; - } - .sb-mobile-left-pane { - z-index: 10000; - height: 100%; - width: 280px; - } - .sb-mobile-overlay { - width: 100%; - position: fixed; - height: 100%; - background-color: rgba(0, 0, 0, 0.5); - z-index: 110; - } - .sb-search-result { - width: calc(100% - 24px); - } - /*sb-mobile-right-pane*/ - .sb-mobile-right-pane { - background: #fbfbfb; - position: relative; - width: 280px; - height: 100%; - float: right; - z-index: 10000; - } - .highcontrast .sb-mobile-right-pane { - background: #000000; - } - .sb-mobile-preference { - width: 100%; - height: 100%; - position: absolute; - } - .sb-setting-header { - padding: 16px 0px 16px 18px; - font-weight: 600 !important; - line-height: 35px !important; - } - .sb-setting-content { - padding-left: 18px; - padding-top: 0px; - } - .sb-setting-theme-section { - display: block; - padding: 16px 0px; - } - .sb-icon-Palette { - padding-right: 10px; - } - .sb-icon-Palette:before { - font-size: 25px; - } - .sb-setting-text { - font-size: 16px; - } - #sb-setting-theme { - width: 100%; - height: 32px; - border-radius: 3px; - } - .sb-setting-item { - padding: 16px 0px; - } - .sb-icon-Responsive { - padding-right: 10px; - } - .sb-icon-Responsive:before { - font-size: 25px; - } - .setting-content.btn-group.setting-responsive { - width: 244px; - } - #settings-popup { - left: 0px !important; - top: 0px !important; - background: transparent; - border: none; - box-shadow: none; - width: 280px; - height: 100%; - } - .property-panel-section, - .property-section { - padding-left: 0px; - padding-right: 0px; - } - .property-panel-header { - padding: 22px 0px 0px 20px; - font-size: 16px; - font-weight: 600; - height: 60px; - border-bottom: 1px solid #CCCCCC; - } - .property-panel-content { - padding-left: 20px !important; - padding-right: 20px !important; - padding-top: 12px !important; - } - /*sb-left-pane*/ - .sb-left-pane-header { - display: block; - } - /*source tab header*/ - .sb-desktop-setting { - display: inline-flex; - } - .sb-desktop-setting.sb-hide { - display: block; - } - .sb-toolbar-splitter { - display: none; - } - .sb-plnr-section { - display: none; - } - .sb-right-pane { - left: 0px; - padding-bottom: 32px; - height: 93%; - } - .sample-navigation { - display: none; - } - .sb-mobilefooter>.e-btn.e-flat { - color: #5a5a5a; - border: none; - background-color: transparent; - width: 50%; - text-align: center; - height: 100%; - } - .highcontrast .sb-mobilefooter>.e-btn.e-flat { - background: #000; - color: #fff; - } - .sb-mobilefooter>.e-btn.e-disabled:hover { - color: #5a5a5a; - } - .sb-mobilefooter>.e-btn.e-flat:hover { - color: #1783ff; - } - .highcontrast .sb-mobilefooter>.e-btn.e-flat:hover { - color: #ffd939; - } - .sb-mobilefooter>.e-btn.e-disabled:hover { - color: #5a5a5a; - } - .sb-mobilefooter { - top: 91%; - background-color: #e6e4e4; - font-size: 15px; - display: inline-block; - z-index: 20; - } - .sb-mobilefooter>button:focus { - outline: none; - } - .sb-mobile-setting { - display: block; - padding-top: 5px; - } - .sb-open-new-wrapper { - padding-top: 3px; - } - .sb-icon-Demo, - .sb-icon-API { - display: none; - } - /*sb-right-pane*/ - .sb-right-pane { - left: 0px; - padding-bottom: 32px; - } - .sb-left-pane { - z-index: 10010; - background: #f8f8f8; - } - .highcontrast .sb-left-pane { - background: #000000; - } - .sb-footer-link { - padding: 20px 16px 0px 16px; - } - .sb-footer-copyright { - padding: 16px 16px 10px; - } - .sb-ej2 { - display: table; - padding: 16px 16px 22px; - padding-bottom: 5px; - } - .sb-mobile-logo { - background: url(images/sb-icons/Syncfusion-mobile-logo.svg) no-repeat; - width: 27px; - height: 27px; - display: table-cell; - } - .sb-name { - display: table-cell; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; - font-size: 21px; - font-weight: 500; - padding-left: 10px; - } - .sb-mobile-header-buttons { - display: table; - } - .sb-mobile-header-price { - width: 114px; - background-color: #3C78EF; - font-weight: 500; - line-height: 24px; - text-align: center; - border: 1px solid transparent; - cursor: pointer; - display: inline-table; - margin-left: 16px; - padding: 6px 12px; - color: #ffffff; - border-radius: 2px; - } - .sb-mobile-header-about { - width: 114px; - background-color: #ffffff; - font-weight: 500; - line-height: 24px; - text-align: center; - border: 1px solid; - cursor: pointer; - display: inline-table; - margin-left: 16px; - padding: 6px 12px; - color: #3C78EF; - border-radius: 2px; - } - .sb-mobile-header-button:active { - background-color: #1783FF; - } - .sb-footer { - display: none; - } - .atlwdg-trigger.atlwdg-SUBTLE { - bottom: 43px!important; - } - .atlwdg-popup { - width: 100% !important - } - span.sb-icon-Next, - span.sb-icon-Previous { - font-size: 18px !important; - } -} - -@media (max-width: 350px) { - #sb-toggle-left { - padding-left: 12px; - } - #sb-header-text { - padding-left: 12px; - } - .sb-search-wrapper { - padding: 0 12px; - } - .sb-header-settings { - padding-right: 14px; - } -} - - -/* #sb-content.e-tab>.e-header .e-indicator{ - background-color:rgb(255, 109, 63); -} -#sb-content.e-tab>.e-header .e-toolbar-item.e-active .e-tab-text{ - color:rgb(255, 109, 63); -} */ - -.sb-body-overlay { - z-index: 10000023; - display: block; - position: absolute; - width: 100%; - height: 100%; - background-color: rgba(255, 255, 255, 1); - overflow: hidden; - pointer-events: none; -} - -.sb-content-overlay { - z-index: 10000022; - display: block; - position: absolute; - width: 100%; - height: 100%; - background-color: transparent; - overflow: hidden; - pointer-events: none; - left: 0px; -} - -.sb-loading { - width: 56px; - height: 56px; - position: absolute; - top: calc(50% - 28px); - left: calc(50% - 28px); - z-index: 10000; - border-radius: 50%; - padding: 3px; - box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); - overflow: hidden; - display: inline-block; - background: white; -} - -.circular { - animation: rotate 2s linear infinite; - height: 50px; - width: 50px; - border-radius: 50%; -} - -.path { - stroke-dasharray: 1, 200; - stroke-dashoffset: 0; - animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; - stroke-linecap: round; - stroke: #ff4081; -} - -@keyframes rotate { - 100% { - transform: rotate(360deg); - } -} - -@keyframes dash { - 0% { - stroke-dasharray: 1, 200; - stroke-dashoffset: 0; - } - 50% { - stroke-dasharray: 89, 200; - stroke-dashoffset: -35; - } - 100% { - stroke-dasharray: 89, 200; - stroke-dashoffset: -124; - } -} - - -/*sb-hide */ - -.sb-hide { - display: none; -} - -aside#settings { - background: #fbfbfb; -} - - -/* high-contrast theme */ - -.highcontrast .sb-content { - background: #000000; -} - -.highcontrast .sb-search-result .e-list-item { - background: black; - height: 45px; - line-height: 38px; -} - -.highcontrast .sb-search-result .e-list-group-item { - color: #ffd939; - background: black; - height: 45px; - line-height: 38px; - border-top: 2px solid #969696; -} - -.highcontrast code, -.highcontrast .sb-switch-popup, -.highcontrast .sb-header, -.highcontrast .sb-setting-popup, -.highcontrast .sb-search-result, -.highcontrast .sb-src-code, -.highcontrast .sb-api-section, -.highcontrast .sb-theme-popup, -.highcontrast .copy-tooltip, -.highcontrast .e-icons.copycode, -.highcontrast #search-input-wrapper input, -.highcontrast #search-input-wrapper input::placeholder { - color: #ffffff; - background: #000000; - border-bottom: 1px solid #969696; -} - -.highcontrast .sb-theme-select { - color: #000000; -} - -body.highcontrast, -.highcontrast #sb-header-text, -.highcontrast .control-name, -.highcontrast .sample-navigation, -.highcontrast .sb-icon-Popout, -.highcontrast .sb-switch-popup a { - color: #ffffff; -} - -.highcontrast .sb-body-overlay { - background-color: #000000 -} - -.highcontrast a, -.highcontrast a:hover { - color: #1783FF; -} - -.highcontrast #search-input-wrapper input { - background: #000000; - border-bottom: 1px solid #969696; -} - -.highcontrast .sb-header { - background: #000000; - border-bottom: 1px solid #969696; -} - -.highcontrast .sb-switch-popup { - background: #000000; -} - -.highcontrast .sb-theme-popup { - background: #000000; -} - -.highcontrast .hljs-string, -.highcontrast .hljs-title, -.highcontrast .hljs-section, -.highcontrast .hljs-attribute, -.highcontrast .hljs-literal, -.highcontrast .hljs-template-tag, -.highcontrast .hljs-template-variable, -.highcontrast .hljs-type, -.highcontrast .hljs-addition, -.highcontrast .e-icons.back-icon, -.highcontrast .sb-plnr-section, -.highcontrast .sb-bread-crumb, -.highcontrast .sb-component-name, -.highcontrast .sb-icon-Hamburger, -.highcontrast .sb-icon-Home, -.highcontrast .description-header, -.highcontrast .sb-setting-translate, -.highcontrast .sample-navigation>button:hover, -.highcontrast .sb-switch-popup li:first-child, -.highcontrast .sb-left-pane .e-listview .e-list-group-item, -.highcontrast .sb-theme-popup li.active .sb-theme-select { - color: #ffd939; -} - -.highcontrast .sb-left-pane .e-listview .e-list-item.e-active { - background: #ffd939; - color: #000000; -} - -.highcontrast .theme-wrapper>div { - padding-left: 2px; -} - -.highcontrast #left-sidebar { - color: #ffffff; - background: #000000; -} - -.highcontrast #left-sidebar { - border: none; -} - -.highcontrast .sb-content-section, -.highcontrast .sb-switch-popup .highcontrast .sb-content-tab-header, -.highcontrast .sb-content-section .sb-content-tab-header { - background: #000000; - border-color: #969696; -} - -.highcontrast .sb-footer { - border-color: #969696; - background-color: #000000; -} - -.highcontrast .sb-search-btn:hover, -.highcontrast .sb-search-btn.active, -.highcontrast .sb-setting-btn:hover, -.highcontrast .sb-setting-btn.active, -.highcontrast .sb-switch-popup li:hover, -.highcontrast .theme-wrapper:hover, -.highcontrast .theme-wrapper.active, -.highcontrast .sb-theme-popup li:hover, -.highcontrast .sb-search-result .e-list-item:hover, -.highcontrast .sb-left-pane .e-listview .e-list-item:hover { - background-color: #685708; -} - -.highcontrast .sb-search-btn:hover, -.highcontrast .sb-search-btn.active, -.highcontrast .sb-setting-btn:hover, -.highcontrast .sb-setting-btn.active { - border: 1px solid #969696; -} - -.highcontrast .sb-switch-popup li:hover, -.highcontrast .sb-search-result .e-list-item:hover { - border-left: none; - border-right: none; - border-bottom: 2px solid white; - border-top: 2px solid white; -} - -.highcontrast .setting-responsive .sb-responsive-items.active { - background: #ffd939; - color: #000000; -} - -.highcontrast .setting-responsive .sb-responsive-items { - background: #333333; - color: #ffffff; -} - -.highcontrast .hljs-keyword, -.highcontrast .hljs-selector-tag, -.highcontrast .hljs-built_in, -.highcontrast .hljs-name, -.highcontrast .hljs-tag, -.highcontrast .sb-source-section .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { - color: #00ff00; -} - -.highcontrast #search-input_popup .e-list-group-item, -#search-input_popup .e-fixed-head { - background-color: #ffd939; - color: #000; -} - -.highcontrast #controlList li.e-list-item { - line-height: 36px; -} - -.sb-left-pane .e-treeview .e-list-text { - width: 100%; - font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; -} - -.sb-left-pane .e-treeview .e-text-content { - padding-right: 16px; -} - -.tree-text { - float: left; -} - -.tree-badge { - float: right; -} - -.highcontrast .sb-setting-popup { - background: #000000; -} - -.highcontrast .sb-src-code { - background: #000000; - color: #ffffff; -} -.sb-left-pane .e-listview .e-list-item.e-active { - color: #000000; -} +.body { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; +} + +.e-view { + bottom: 0; + left: 0; + overflow: hidden; + position: absolute; + right: 0; + top: 0; +} + +.sb-left { + float: left; +} + +.sb-right { + float: right; +} + +.sb-block { + display: block; +} + +.sb-table { + display: table; +} + +.sb-table-cell { + display: table-cell; + vertical-align: middle; +} + + +/*sb-icons declaration*/ + +@font-face { + font-family: 'sbicons'; + src: url('images/sb-icons/fonts/icons.ttf?gcjn6a') format('truetype'), url('images/sb-icons/fonts/icons.woff?gcjn6a') format('woff'), url('images/sb-icons/fonts/icons.svg?gcjn6a#sbicons') format('svg'); + font-weight: normal; + font-style: normal; +} + +.sb-icons { + font-family: 'sbicons'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.sb-icon-Hamburger:before { + content: "\e914"; +} + +.sb-icon-icon-selection:before { + content: "\e922"; + padding-left: 4px; + font-size: 20px; +} + +.sb-icon-Dropdown:before { + content: '\e90f'; +} + +.sb-icon-Settings-Preferences:before { + content: '\e923'; +} + +.sb-icon-Search:before { + content: '\e921'; +} + +.sb-icon-Responsive:before { + content: '\e920'; +} + +.sb-icon-Palette:before { + content: '\e92c'; +} + +.sb-icon-Chart:before { + content: '\e906'; +} + +#sb-content-header .e-tab-text { + display: table; +} + +.sb-icon-Code:before { + content: '\e92d'; + font-size: 20px; + display: table-cell; +} + +.sb-icon-Demo:before { + content: '\e92e'; + font-size: 20px; + display: table-cell; +} + +.sb-icon-API:before { + content: '\e902'; + font-size: 20px; + display: table-cell; +} + +.sb-tab-title { + display: table-cell; + vertical-align: middle; + padding-left: 4px; +} + +.sb-icon-Home:before { + content: '\e915'; + font-size: 30px; +} + +.sb-icon-Next:before { + content: '\e91b'; +} + +.sb-icons-plnkr:before { + content: '\e911'; +} + +.sb-icon-Back:before { + content: '\e962'; + font-size: 17px; +} +.sb-icon-Popout:before { + content: '\e91d'; +} + +.sb-icon-Previous:before { + content: '\e91f'; +} + +.sb-icon-Localization:before { + content: '\e918'; +} + +.sb-icons.sb-icon-Back { + vertical-align: middle; + display: table-cell; + width: 17px; +} + +.sb-icon-Currency:before { + content: '\e90b'; +} + +.sb-mobile-setting:before { + content: '\e901'; + color: #333333; + font-size: 25px; +} + +.highcontrast .sb-mobile-setting:before { + color: #fff; +} + + +/**sb-switcher*/ + +.sb-switch-popup { + background-color: #FFFFFF; + border: 1px solid #CCCCCC; + opacity: 100%; + border-radius: 4px; + box-shadow: 0 0px 1px -3PX; + ; + /* // outer* x, y - 0px, 1px* blur - 3px; */ + color: #000000; + opacity: 100; + font-size: 13px; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; +} + + +/*sample header*/ + +.sb-header-settings { + display: none; +} + +.sb-header div, +.sb-header span { + outline: none; +} + +.sb-header-text { + cursor: default; +} + +.sb-header-text-right { + cursor: pointer; +} + +.sb-header-preview { + background: url(images/Preview-label.svg) no-repeat right; + height: 100%; + width: 75px; +} + +.sb-header { + height: 48px; + background: #FFFFFF; + box-shadow: 0 8px 11px -6px rgba(0, 0, 0, 0.12); + z-index: 1001; + opacity: 100; +} + +.sb-header-left, +.sb-header-right { + height: 100%; +} + +.sb-settings-wrapper { + padding: 0 20px 0px 10px; +} + +.sb-search-wrapper { + padding: 0px 10px 0px 24px; +} + +.sb-search-btn, +.sb-setting-btn { + width: 32px; + height: 27px; + text-align: center; + border-radius: 2px; +} + +.sb-search-btn:hover, +.sb-search-btn.active, +.sb-setting-btn:hover, +.sb-setting-btn.active { + background-color: #d8d8d8; +} + +#sb-toggle-left { + padding-left: 15px; + font-size: 24px; +} + +#sb-header-text { + padding-left: 22px; + font-size: 15px; + color: #000000; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + opacity: 87%; +} + +.sb-lang-toggler { + font-size: 20px; +} + +.sb-lang-toggler-wrapper { + padding-top: 1px; +} + +.sb-theme-text { + font-size: 13px; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + opacity: 54; +} + +.sb-header-right .sb-icons { + font-size: 20px; +} + +.sb-header-splitter { + float: left; + border-left: 1px solid rgb(196, 196, 196); + height: 32px; + margin-top: 8px; + padding-right: 22px; +} + +#search-input-wrapper .sb-reset-icon { + cursor: pointer; + position: absolute; + top: 0px; + right: 0px; + padding: 13px 13px; + display: none; +} + +#search-input-wrapper:not([data-value='']) .sb-reset-icon { + display: block; +} + +#search-input-wrapper .sb-reset-icon:before { + content: '\e7e9'; +} + +.sb-reset-icon { + color: rgba(0, 0, 0, 0.56); +} + +.toggle-active { + color: #3C78EF; +} + +.control-animate { + transform: translateX(-280px); +} + +.control-reverse-animate { + transform: translateX(280px); +} + +.control-transition {} + +.control-fullview { + left: 0px !important; +} + +.sb-download-btn a { + text-decoration: none; +} + +.sb-download-text { + color: #FFFFFF; +} + +.sb-download-wrapper { + padding-right: 27px; +} + +.sb-download-btn:hover .sb-download-btn:focus .sb-download-btn.active { + border-radius: 2px; + font-family: "Roboto"; + font-weight: bold; + color: #FFFFFF; +} + +.sb-download-btn:hover { + background: #006CE6; +} + +.sb-download-btn:focus { + background: #0051CB; +} + +.sb-download-btn.active { + background: #0036B1; +} + +.theme-wrapper:hover, +.theme-wrapper.active { + background-color: rgb(216, 216, 216); +} + +.theme-wrapper { + height: 32px; + width: 150px; + margin-top: 5px; + cursor: default; + padding-left: 10px; + padding-right: 10px; + border-radius: 2px; +} + +.theme-wrapper>div { + float: left; + padding-left: 3px; + line-height: 32px; + letter-spacing: .5px; +} + +.sb-download-btn { + background-color: #3C78EF; + opacity: 100; + border-radius: 2px; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + font-weight: 500; + line-height: 18px; + height: 32px; + border-color: transparent; +} + +.sb-header-settings { + display: none; +} + + +/*sb-header-popup*/ + + +/*common for popups*/ + +#search-input_popup ul, +.sb-popups ul { + list-style: none; + margin: 0px; + padding: 0px; +} + +.sb-popups li { + font-size: 14px; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; +} + +.switch-text { + padding-left: 8px; +} + +.sb-switch-popup ul { + padding: 5px 0px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36); + border-radius: 4px; +} + +.sb-switch-popup { + border-top: none; + border-top-left-radius: 0px; + border-top-right-radius: 0px; + z-index: 1001; +} + +.sb-switch-popup li { + padding: 10px 38px 12px 15px; +} + +.sb-switch-popup li:first-child { + color: #3C78EF; +} + +.sb-switch-popup li:hover { + background: rgb(238, 238, 238); +} + +.sb-switch-popup a { + text-decoration: none; + color: black; + cursor: default; +} + +.sb-theme-popup { + background: #FFFFFF; + border: 1px solid #CCCCCC; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36); + border-radius: 4px; + width: 175px; + z-index: 1001; +} + +.sb-theme-popup li { + line-height: 40px; + cursor: default; + padding-top: 4px; +} + +.sb-theme-select { + padding-left: 12px; + vertical-align: middle; + font-size: 24 px; + color: #ffffff; +} + +.sb-theme-popup li:hover { + background: rgb(238, 238, 238); +} + +.sb-theme-popup li:hover .sb-theme-select { + color: rgb(238, 238, 238); +} + +.sb-theme-popup li.active .sb-theme-select { + color: rgb(255, 109, 63); +} + +.sb-theme-popup li:hover.active .sb-theme-select { + color: rgb(255, 109, 63); +} + +.e-search-overlay { + z-index: 10000022; + display: block; + position: absolute; + width: 100%; + height: 100%; + background-color: rgba(126, 125, 125, 0.78); +} + +#search-input-wrapper { + width: 75%; + height: 38px; + margin-top: 50px; + margin-left: 13.5%; + position: relative; +} + +#search-input-wrapper input { + border-radius: 4px; + border-color: transparent; + padding-left: 6px; + outline: none; + width: 100%; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + background: #fff; + min-height: 23px; +} + +#search-input-wrapper .e-input-group.e-control-wrapper.e-ddl { + border: none; +} + +#search-input-wrapper .e-input-group.e-control-wrapper.e-ddl.e-input-focus::before, +#search-input-wrapper .e-input-group.e-control-wrapper.e-ddl.e-input-focus::after { + background: none; +} + +.search-input_popup { + background: #FFFFFF; + border: 1px solid #CCCCCC; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36); + border-radius: 4px; + width: 75%; + overflow-y: auto; + max-height: 75%; + border-collapse: separate; +} + +#search-input_popup .e-list-group-item { + background-color: #f7f7f7; + font-size: 13px; + vertical-align: middle; + line-height: 28px; + min-height: 28px; + border-left: none; + border-right: none; + text-transform: uppercase; + font-weight: 500; + color: #2c2c2c; + padding-left: 0px; + text-indent: 6px; +} + +#search:hover { + background-color: #007dd1; +} + +#search-input_popup .e-list-item { + line-height: 36px; +} + +#search-input_popup .e-list-item:hover { + background-color: #e2f2ff; + cursor: default; +} + +#search-input_popup li.e-list-item { + padding-left: 0px; + text-indent: 6px; + font-size: 13px; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + font-weight: 400; + color: #2c2c2c; +} + +.highcontrast #search-input_popup li.e-list-item { + color: #fff; +} + +.highcontrast #search-input_popup li.e-list-item:hover { + background: #685708; +} + +.sb-search-input .e-ddl .e-clear-icon { + background: #fff; + margin-left: -5px; + border-radius: 4px; + border: none; +} + +.highcontrast .sb-search-input .e-ddl .e-clear-icon { + background: #000; +} + +.search-no-record { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + font-weight: 500; + cursor: default; +} + + +/*settings popup*/ + +.sb-setting-popup .sb-setting-header { + padding-top: 12px; + padding-left: 16px; + padding-bottom: 12px; + line-height: 15px; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + font-weight: 500; + font-size: 16px; + border-bottom: 1px solid #CCCCCC; +} + +.sb-setting-popup { + width: 242px; + background-color: #FFFFFF; + border: 1px solid #CCCCCC; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.36); + border-radius: 4px; + cursor: default; +} + +.setting-label { + padding-bottom: 5px; +} + +.sb-setting-content { + padding: 4px 16px 4px 16px; +} + +.sb-setting-translate { + font-size: 10px; + color: #696463; +} + +.setting-label { + font-size: 14px; + display: table; +} + +.setting-label div { + display: table-cell; +} + +.sb-setting-text { + position: relative; + top: -2px; +} + +.sb-setting-icons { + padding-right: 14px; + font-size: 18px; + color: #9e9e9e; +} + +.set-border-radious-touch { + border-bottom-left-radius: 4px; + border-top-left-radius: 4px; +} + +.set-border-radious-mouse { + border-bottom-right-radius: 4px; + border-top-right-radius: 4px; +} + +.setting-responsive { + display: table; +} + +.setting-responsive .sb-responsive-items:hover { + border-color: rgba(239, 230, 230, 0.2); +} + +.setting-responsive .sb-responsive-items { + width: 104px; + background-color: #e8e8e8; + font-weight: 500; + line-height: 30px; + text-align: center; + border: 1px solid transparent; + display: table-cell; + cursor: pointer; +} + +.setting-responsive .sb-responsive-items:first-child { + border-right: none; +} + +.setting-responsive .sb-responsive-items:last-child { + border-left: none; +} + +.setting-responsive .sb-responsive-items.active { + background-color: #1783ff; + color: white; +} + +.sb-setting-theme-section { + display: none; +} + +.sb-setting-item { + padding-bottom: 12px; +} + + +/*sample-content*/ + +.sb-content { + top: 48px; + background: #F8F8F8; +} + +.copycode::before { + content: '\e70a'; + font-size: 25px; +} + +.copy-tooltip { + height: 32px; + width: 32px; + position: absolute; + cursor: pointer; + right: 12px; + top: 12px; + background: #f4f4f4; + border-radius: 2px; +} + +.copy-tooltip.e-control.e-tooltip:hover { + background: #D8D8D8; +} + +.e-icons.copycode { + padding-left: 3px; + padding-top: 4px; + color: rgba(0, 0, 0, .54); +} + + +/* +* SB-Home +*/ + +.sb-home { + display: table; + width: 100%; + padding: 12px 14px; + height: 66px; + position: relative; +} + +.sb-home:hover { + cursor: pointer; +} + +.sb-home-link { + display: table-cell; + width: 14px; + color: #717171; +} + +.sb-home-text { + color: #272727; + position: absolute; + top: 27px; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + font-size: 15px; + font-weight: 500; + padding-left: 16px; +} + +.highcontrast .sb-home-text { + color: #fff; +} + + +/*left-pane*/ + +.sb-left-pane { + height: 100%; +} + +.sb-left-footer { + display: none; +} + +.sb-left-pane .e-listview, +.sb-left-pane .e-treeview { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; +} + +.sb-left-pane .e-listview .e-list-item { + background: transparent; + border: none; +} + +.sb-left-pane .e-listview .e-list-item.e-hover, +.sb-left-pane .e-listview .e-list-item.e-active { + background-color: #d2ebff; +} + +.highcontrast .sb-left-pane .e-listview .e-list-item.e-active:hover { + color: #ffffff; +} + +.sb-left-pane .e-listview .e-list-group-item { + border: none; + color: #000000; + opacity: 87; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + font-weight: 700; + background: transparent; +} + +#controlTree ul.e-list-parent.e-ul { + overflow-y: hidden; +} + +.sb-left-pane .e-treeview .e-list-item.e-hover > .e-fullrow { + background-color: #d2ebff; +} + +.highcontrast .sb-left-pane .e-treeview .e-list-item.e-hover>.e-fullrow { + background-color: #ffd939; +} + +.highcontrast .sb-control-navigation .e-treeview .e-list-item.e-hover > .e-text-content .e-list-text, +.highcontrast .sb-control-navigation .e-treeview .e-list-item.e-hover .e-icons.e-icon-collapsible { + color: #000; +} + +#controlList .e-list-group-item .e-list-text { + font-size: 16px; + font-weight: 800; +} + +#controlTree ul.e-list-parent { + padding-left: 10px; +} + +#sb-left-back { + outline: none; +} + +.sb-left-pane #sb-left-back { + padding: 12px 18px; + width: 100%; + display: table; + cursor: pointer; +} + +.sb-adjust-juggle { + top: 50px; +} + +#controlList { + overflow-y: auto; + position: absolute; + padding-left: 5px; + -webkit-overflow-scrolling: touch; + border: none; +} + +.sb-control-list-top { + top: 116px; +} + +.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-indicator + { + background: #0278d7; + display: block; +} + +.bootstrap #sb-content-header.e-tab-header::before{ + border: none; +} + +.highcontrast .sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-indicator + { + background: #ffd939; +} + +.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-ripple-element + { + background: rgba(2,120,215, 0.1); + } + +.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap > .e-tab-text, +.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text:hover { + color: #0278d7; +} + +.highcontrast .sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap > .e-tab-text, +.highcontrast .sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text:hover { + color: #ffd939; +} + +.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text { + color: #333333; + font-size: 16px; + font-weight: 500; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; +} + +.highcontrast .sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text { + color: #ffffff; +} + +.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active, +.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item.e-active > .e-tab-wrap > .e-text-wrap::before { + border: none; +} + +.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap { + padding-left: 12px; + padding-right: 12px; +} + +.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap > .e-text-wrap > .e-tab-text > .sb-tab-title { + padding-left: 8px; +} + +.sb-content-tab > .e-tab > .e-tab-header > .e-items.e-toolbar-items > .e-toolbar-item > .e-tab-wrap:hover { + background: transparent; +} + +#controlTree { + overflow-y: auto; + top: 66px; + height: calc(100% - 66px); + -webkit-overflow-scrolling: touch; +} + +.sb-left-back { + height: 50px; +} + +#controlList .e-content { + background-color: transparent; +} + +.back-icon::before { + content: '\e962'; + font-size: 17px; +} + +.back-icon { + vertical-align: middle; + display: table-cell; + width: 17px; +} +.sb-badge.e-samplestatus { + cursor: pointer; +} +.e-samplestatus.new { + background-color: #29bc4f; +} + +.e-samplestatus.update { + background-color: #fbaa33; +} + +.e-samplestatus.preview { + background-color: #0275d8; +} + +.sb-component-name h1 { + font-size: 18px; + margin: 0px; + font-weight: bold; +} + +.sb-badge { + border-radius: 2px; + font-size: 10px; + color: #ffffff; + padding: 6px 8px; + float: right; + align-items: center; + cursor: pointer; + text-transform: capitalize; +} + +.e-samplestatus.new, +.e-samplestatus.update, +.e-samplestatus.preview { + margin-top: 6.5px; + margin-right: -3px; +} + +.e-bigger .e-samplestatus.new, +.e-bigger .e-samplestatus.update, +.e-bigger .e-samplestatus.preview { + margin-top: 11px; +} + +.e-samplestatus.new.tree, +.e-samplestatus.update.tree, +.e-samplestatus.preview.tree { + margin-top: 4px; + margin-bottom: 4.5px; + margin-right: -15px; +} + +.e-bigger .e-samplestatus.new.tree, +.e-bigger .e-samplestatus.update.tree, +.e-bigger .e-samplestatus.preview.tree { + margin-top: 8px; + margin-bottom: 10px; + margin-right: -15px; +} + +.sb-left-pane { + overflow-x: hidden; + position: relative; +} + +.property-section { + padding-bottom: 15px; +} + +.control-name { + display: table-cell; + padding-left: 25px; + font-weight: 400; + font-size: 16px; + color: #1763ff; +} + +.sb-control-navigation .e-treeview .e-list-item.e-active>.e-fullrow { + background-color: #F1F1F1; + border-color: #F1F1F1; +} + +.highcontrast .sb-control-navigation .e-treeview .e-list-item.e-active>.e-fullrow { + background-color: #ffd939; + border-color: #ffd939; +} + +.sb-control-navigation .e-treeview .e-list-item.e-active > .e-text-content .e-list-text { + color: #000; +} + +.sb-left-pane-header { + display: none; +} + +#left-sidebar { + border: none; + background-color: #f8f8f8; +} + + +/*right -pane*/ + +.sb-right-pane { + /* left: 280px; */ + padding-left: 26px; + padding-right: 36px; + overflow-y: auto; + -webkit-overflow-scrolling: touch; +} + +.sb-content-section { + background: #FFFFFF; + border: 1px solid #D7D7D7; + opacity: 100; + height: 100%; +} + +.sb-content-section .sb-content-tab-header { + border-bottom: 1px solid #D7D7D7; +} + +.sb-source-section .e-tab .e-tab-header .e-indicator { + display: none; +} + +.sb-source-section .e-tab .e-tab-header { + border-top: 1px solid #D7D7D7; +} + +.sb-source-section .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { + color: #3C78EF; +} + +.sb-right-pane-overlay { + pointer-events: none; +} + +.description-section { + padding-top: 32px; +} + +.description-section a.code:link, +a.code:visited { + text-decoration: inherit; + color: inherit; + cursor: auto; +} + +#sb-source-tab .e-tab-text { + text-transform: lowercase; +} + +.description-header { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + padding-bottom: 10px; + opacity: 87; + font-weight: 500; + line-height: 21px; + color: #000000; +} + +.control-section { + padding-top: 20px; + padding-bottom: 20px; + min-height: 350px; +} + +.sb-sample-content-area { + min-height: 350px; +} + +.sb-src-code { + white-space: pre; + padding: 10px; + overflow-x: auto; + min-height: 320px; +} + +.sb-bread-crumb { + padding-top: 6px; + padding-bottom: 24px; +} + +.sb-action-description { + padding-bottom: 16px; +} + +.sb-component-name { + padding-top: 24px; + color: #000000; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + font-weight: 600; + line-height: 24px; + font-size: 18px; +} + +.sb-bread-crumb-text { + display: table; +} + +.sb-bread-crumb .sb-bread-crumb-text>div { + font-size: 13px; + font-weight: 400; + padding-right: 8px; + cursor: default; + display: table-cell; + color: #898989; +} + +.highcontrast .sb-bread-crumb .sb-bread-crumb-text>div { + color: #ffffff; +} + +.sb-bread-crumb-text { + line-height: 21px; +} + +.sb-plnr-section { + padding-right: 17px; + font-size: 15px; + height: 38px; + line-height: 35px; + color: #3C78EF; + border: none; + background: none; +} + +.sb-desktop-setting { + display: inline-flex; +} + +.sb-mobile-setting { + display: none; +} + +.sb-plnkr-text { + font-size: 15px; +} + +.sb-icons-plnkr { + padding-right: 3px; + top: 1px; + position: relative +} + +.sb-plnr-section:hover { + cursor: pointer; +} + +.sb-toolbar-splitter { + border-left: 1px solid rgb(196, 196, 196); + height: 31px; + margin-top: 3px; +} + +.e-bigger .sb-content-toolbar { + padding: 5px 0px; +} + +.e-bigger .sb-toolbar-splitter { + height: 34px; +} + +.sb-content-toolbar>div { + padding-right: 15px; +} + +.sample-navigation button:disabled { + cursor: not-allowed; + color: #5a5a5a; +} + +.sample-navigation, +.sb-open-new-wrapper { + font-size: 25px; + line-height: 40px; + color: #5a5a5a; + cursor: pointer; +} + +.sample-navigation>button { + background: transparent; + border: none; +} + +#next-sample, +#prev-sample { + font-size: 25px; +} + +.sample-navigation>button:hover { + color: #1783ff; +} + +button#tab-navigation-prev { + padding-right: 15px; +} + +.sb-custom-item.back-navigation { + line-height: 37px; +} + +.sb-custom-item.back-navigation { + display: inline-flex; +} + +.sb-open-new-wrapper { + padding: 0px 16px; +} + +.sb-open-new-wrapper a { + color: #5a5a5a; + text-decoration: none; +} + +.sb-open-new-wrapper a:hover { + color: #1783ff; +} + +.sb-content-toolbar { + position: absolute; + right: 0px; + top: 0px; + display: inline-flex; +} + +.sb-bread-crumb-text>div.seperator { + font-weight: 500; + font-size: 13px; + font-family: 'sbicons'; + vertical-align: bottom; +} + +.sb-source-code-section .e-tab-header .sb-api-section { + padding: 20px; +} + +#showtag, #hidetag { + cursor: pointer; +} + +.e-custDesription { + max-height: 45px; + text-overflow: ellipsis; + white-space: normal; +} + +.e-custDesription .sb-api-content { + overflow: hidden; + height: 36px; +} + +.e-display { + display: none; +} + +.sb-sample-description { + white-space: normal; +} + + +/* +propertye pane +*/ + +.property-panel-header { + padding-top: 22px; + padding-bottom: 20px; + font-weight: 600; + font-size: 15px; +} + +.property-panel-section { + padding-left: 12px; +} + +.sb-property-border { + border-right: 1px solid #D7D7D7; +} + +.property-panel-table td { + width: 50%; + margin-top: 3px; +} + +.property-panel-table { + width: 100%; +} + +.property-panel-table div { + padding-left: 10px; + padding-top: 10px; +} + + +/*sb-footer*/ + +.sb-footer { + height: 100px; + width: calc(100% + 36px); + position: relative; + border-top: 1px solid #D5D5D5; + margin-top: 24px; +} + +.sb-footer-left { + position: absolute; +} + +.sb-footer-links a { + color: #1783FF; + text-decoration: none; + cursor: pointer; +} + +.sb-footer-links { + display: table; +} + +.sb-footer-link { + display: table-cell; + padding: 20px 30px 12px 0px; +} + +.sb-footer-copyright { + padding-bottom: 24px; +} + +.sb-footer-logo { + padding: 36px 36px 27px 0px; + right: 0px; + position: absolute; +} + +.sb-footer-logo-icon { + background: url(images/sb-icons/Syncfusion-logo.svg) no-repeat right; + height: 40px; + width: 140px; +} + +.sb-highlight { + font-weight: bold; + vertical-align: baseline !important; +} + + +/*Hide property pane */ + +@media (max-width: 1200px) { + .sb-property-border { + border: none; + } +} + + +/*Tab view*/ + +@media (max-width: 900px) { + .e-sb-header-text>.sb-header-text-left { + display: none; + } + .sb-desktop-setting { + display: inline-flex; + } + .sb-desktop-setting.sb-hide { + display: block; + } + .sb-toolbar-splitter { + display: none; + } + .sb-plnr-section { + display: none; + } + .copy-tooltip { + display: none; + } + .control-section { + min-height: auto; + } +} + +@media (max-width: 764px) { + .theme-wrapper { + display: none; + } + .sb-setting-theme-section { + display: block; + } + .sb-responsive-section { + display: none; + } +} + +.sb-mobilefooter { + display: none; +} + + +/* Mobile View */ + +@media (max-width: 550px) { + .e-ddl.e-popup, + #sb-setting-theme_popup { + z-index: 100001; + } + .sb-left-pane { + position: absolute; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + } + .sb-left-footer { + padding-top: 20px; + margin-top: 20px; + border-top: 1px solid #CCCCCC; + display: block; + } + #controlList { + top: 0px; + position: unset; + } + #controlTree { + top: 0px; + position: unset; + overflow: hidden; + } + .sb-component-name { + padding-top: 12px; + padding-bottom: 5px; + } + .sb-bread-crumb { + padding-top: 6px; + padding-bottom: 24px; + font-size: 13px; + } + .sb-right-pane { + padding-left: 0px; + padding-right: 0px; + } + .sb-rightpane-padding { + padding-left: 10px; + padding-right: 5px; + } + .sb-content-section { + border-left: none; + border-right: none; + } + .sb-download-splitter, + .sb-download-wrapper { + display: none; + } + .sb-header-text-left { + display: none; + } + #search-input-wrapper { + width: calc(100% - 24px); + margin-left: 12px; + } + .sb-header-settings { + display: block; + padding-right: 24px; + padding-top: 6px; + } + .sb-header-settings:before { + content: '\e923'; + font-size: 24px; + } + .sb-settings-wrapper { + display: none; + } + .sb-mobile-left-pane { + z-index: 10000; + height: 100%; + width: 280px; + } + .sb-mobile-overlay { + width: 100%; + position: fixed; + height: 100%; + background-color: rgba(0, 0, 0, 0.5); + z-index: 110; + } + .sb-search-result { + width: calc(100% - 24px); + } + /*sb-mobile-right-pane*/ + .sb-mobile-right-pane { + background: #fbfbfb; + position: relative; + width: 280px; + height: 100%; + float: right; + z-index: 10000; + } + .highcontrast .sb-mobile-right-pane { + background: #000000; + } + .sb-mobile-preference { + width: 100%; + height: 100%; + position: absolute; + } + .sb-setting-header { + padding: 16px 0px 16px 18px; + font-weight: 600 !important; + line-height: 35px !important; + } + .sb-setting-content { + padding-left: 18px; + padding-top: 0px; + } + .sb-setting-theme-section { + display: block; + padding: 16px 0px; + } + .sb-icon-Palette { + padding-right: 10px; + } + .sb-icon-Palette:before { + font-size: 25px; + } + .sb-setting-text { + font-size: 16px; + } + #sb-setting-theme { + width: 100%; + height: 32px; + border-radius: 3px; + } + .sb-setting-item { + padding: 16px 0px; + } + .sb-icon-Responsive { + padding-right: 10px; + } + .sb-icon-Responsive:before { + font-size: 25px; + } + .setting-content.btn-group.setting-responsive { + width: 244px; + } + #settings-popup { + left: 0px !important; + top: 0px !important; + background: transparent; + border: none; + box-shadow: none; + width: 280px; + height: 100%; + } + .property-panel-section, + .property-section { + padding-left: 0px; + padding-right: 0px; + } + .property-panel-header { + padding: 22px 0px 0px 20px; + font-size: 16px; + font-weight: 600; + height: 60px; + border-bottom: 1px solid #CCCCCC; + } + .property-panel-content { + padding-left: 20px !important; + padding-right: 20px !important; + padding-top: 12px !important; + } + /*sb-left-pane*/ + .sb-left-pane-header { + display: block; + } + /*source tab header*/ + .sb-desktop-setting { + display: inline-flex; + } + .sb-desktop-setting.sb-hide { + display: block; + } + .sb-toolbar-splitter { + display: none; + } + .sb-plnr-section { + display: none; + } + .sb-right-pane { + left: 0px; + padding-bottom: 32px; + height: 93%; + } + .sample-navigation { + display: none; + } + .sb-mobilefooter>.e-btn.e-flat { + color: #5a5a5a; + border: none; + background-color: transparent; + width: 50%; + text-align: center; + height: 100%; + } + .highcontrast .sb-mobilefooter>.e-btn.e-flat { + background: #000; + color: #fff; + } + .sb-mobilefooter>.e-btn.e-disabled:hover { + color: #5a5a5a; + } + .sb-mobilefooter>.e-btn.e-flat:hover { + color: #1783ff; + } + .highcontrast .sb-mobilefooter>.e-btn.e-flat:hover { + color: #ffd939; + } + .sb-mobilefooter>.e-btn.e-disabled:hover { + color: #5a5a5a; + } + .sb-mobilefooter { + top: 91%; + background-color: #e6e4e4; + font-size: 15px; + display: inline-block; + z-index: 20; + } + .sb-mobilefooter>button:focus { + outline: none; + } + .sb-mobile-setting { + display: block; + padding-top: 5px; + } + .sb-open-new-wrapper { + padding-top: 3px; + } + .sb-icon-Demo, + .sb-icon-API { + display: none; + } + /*sb-right-pane*/ + .sb-right-pane { + left: 0px; + padding-bottom: 32px; + } + .sb-left-pane { + z-index: 10010; + background: #f8f8f8; + } + .highcontrast .sb-left-pane { + background: #000000; + } + .sb-footer-link { + padding: 20px 16px 0px 16px; + } + .sb-footer-copyright { + padding: 16px 16px 10px; + } + .sb-ej2 { + display: table; + padding: 16px 16px 22px; + padding-bottom: 5px; + } + .sb-mobile-logo { + background: url(images/sb-icons/Syncfusion-mobile-logo.svg) no-repeat; + width: 27px; + height: 27px; + display: table-cell; + } + .sb-name { + display: table-cell; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; + font-size: 21px; + font-weight: 500; + padding-left: 10px; + } + .sb-mobile-header-buttons { + display: table; + } + .sb-mobile-header-price { + width: 114px; + background-color: #3C78EF; + font-weight: 500; + line-height: 24px; + text-align: center; + border: 1px solid transparent; + cursor: pointer; + display: inline-table; + margin-left: 16px; + padding: 6px 12px; + color: #ffffff; + border-radius: 2px; + } + .sb-mobile-header-about { + width: 114px; + background-color: #ffffff; + font-weight: 500; + line-height: 24px; + text-align: center; + border: 1px solid; + cursor: pointer; + display: inline-table; + margin-left: 16px; + padding: 6px 12px; + color: #3C78EF; + border-radius: 2px; + } + .sb-mobile-header-button:active { + background-color: #1783FF; + } + .sb-footer { + display: none; + } + .atlwdg-trigger.atlwdg-SUBTLE { + bottom: 43px!important; + } + .atlwdg-popup { + width: 100% !important + } + span.sb-icon-Next, + span.sb-icon-Previous { + font-size: 18px !important; + } +} + +@media (max-width: 350px) { + #sb-toggle-left { + padding-left: 12px; + } + #sb-header-text { + padding-left: 12px; + } + .sb-search-wrapper { + padding: 0 12px; + } + .sb-header-settings { + padding-right: 14px; + } +} + + +/* #sb-content.e-tab>.e-header .e-indicator{ + background-color:rgb(255, 109, 63); +} +#sb-content.e-tab>.e-header .e-toolbar-item.e-active .e-tab-text{ + color:rgb(255, 109, 63); +} */ + +.sb-body-overlay { + z-index: 10000023; + display: block; + position: absolute; + width: 100%; + height: 100%; + background-color: rgba(255, 255, 255, 1); + overflow: hidden; + pointer-events: none; +} + +.sb-content-overlay { + z-index: 10000022; + display: block; + position: absolute; + width: 100%; + height: 100%; + background-color: transparent; + overflow: hidden; + pointer-events: none; + left: 0px; +} + +.sb-loading { + width: 56px; + height: 56px; + position: absolute; + top: calc(50% - 28px); + left: calc(50% - 28px); + z-index: 10000; + border-radius: 50%; + padding: 3px; + box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + overflow: hidden; + display: inline-block; + background: white; +} + +.circular { + animation: rotate 2s linear infinite; + height: 50px; + width: 50px; + border-radius: 50%; +} + +.path { + stroke-dasharray: 1, 200; + stroke-dashoffset: 0; + animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; + stroke-linecap: round; + stroke: #ff4081; +} + +@keyframes rotate { + 100% { + transform: rotate(360deg); + } +} + +@keyframes dash { + 0% { + stroke-dasharray: 1, 200; + stroke-dashoffset: 0; + } + 50% { + stroke-dasharray: 89, 200; + stroke-dashoffset: -35; + } + 100% { + stroke-dasharray: 89, 200; + stroke-dashoffset: -124; + } +} + + +/*sb-hide */ + +.sb-hide { + display: none; +} + +aside#settings { + background: #fbfbfb; +} + + +/* high-contrast theme */ + +.highcontrast .sb-content { + background: #000000; +} + +.highcontrast .sb-search-result .e-list-item { + background: black; + height: 45px; + line-height: 38px; +} + +.highcontrast .sb-search-result .e-list-group-item { + color: #ffd939; + background: black; + height: 45px; + line-height: 38px; + border-top: 2px solid #969696; +} + +.highcontrast code, +.highcontrast .sb-switch-popup, +.highcontrast .sb-header, +.highcontrast .sb-setting-popup, +.highcontrast .sb-search-result, +.highcontrast .sb-src-code, +.highcontrast .sb-api-section, +.highcontrast .sb-theme-popup, +.highcontrast .copy-tooltip, +.highcontrast .e-icons.copycode, +.highcontrast #search-input-wrapper input, +.highcontrast #search-input-wrapper input::placeholder { + color: #ffffff; + background: #000000; + border-bottom: 1px solid #969696; +} + +.highcontrast .sb-theme-select { + color: #000000; +} + +body.highcontrast, +.highcontrast #sb-header-text, +.highcontrast .control-name, +.highcontrast .sample-navigation, +.highcontrast .sb-icon-Popout, +.highcontrast .sb-switch-popup a { + color: #ffffff; +} + +.highcontrast .sb-body-overlay { + background-color: #000000 +} + +.highcontrast a, +.highcontrast a:hover { + color: #1783FF; +} + +.highcontrast #search-input-wrapper input { + background: #000000; + border-bottom: 1px solid #969696; +} + +.highcontrast .sb-header { + background: #000000; + border-bottom: 1px solid #969696; +} + +.highcontrast .sb-switch-popup { + background: #000000; +} + +.highcontrast .sb-theme-popup { + background: #000000; +} + +.highcontrast .hljs-string, +.highcontrast .hljs-title, +.highcontrast .hljs-section, +.highcontrast .hljs-attribute, +.highcontrast .hljs-literal, +.highcontrast .hljs-template-tag, +.highcontrast .hljs-template-variable, +.highcontrast .hljs-type, +.highcontrast .hljs-addition, +.highcontrast .e-icons.back-icon, +.highcontrast .sb-plnr-section, +.highcontrast .sb-bread-crumb, +.highcontrast .sb-component-name, +.highcontrast .sb-icon-Hamburger, +.highcontrast .sb-icon-Home, +.highcontrast .description-header, +.highcontrast .sb-setting-translate, +.highcontrast .sample-navigation>button:hover, +.highcontrast .sb-switch-popup li:first-child, +.highcontrast .sb-left-pane .e-listview .e-list-group-item, +.highcontrast .sb-theme-popup li.active .sb-theme-select { + color: #ffd939; +} + +.highcontrast .sb-left-pane .e-listview .e-list-item.e-active { + background: #ffd939; + color: #000000; +} + +.highcontrast .theme-wrapper>div { + padding-left: 2px; +} + +.highcontrast #left-sidebar { + color: #ffffff; + background: #000000; +} + +.highcontrast #left-sidebar { + border: none; +} + +.highcontrast .sb-content-section, +.highcontrast .sb-switch-popup .highcontrast .sb-content-tab-header, +.highcontrast .sb-content-section .sb-content-tab-header { + background: #000000; + border-color: #969696; +} + +.highcontrast .sb-footer { + border-color: #969696; + background-color: #000000; +} + +.highcontrast .sb-search-btn:hover, +.highcontrast .sb-search-btn.active, +.highcontrast .sb-setting-btn:hover, +.highcontrast .sb-setting-btn.active, +.highcontrast .sb-switch-popup li:hover, +.highcontrast .theme-wrapper:hover, +.highcontrast .theme-wrapper.active, +.highcontrast .sb-theme-popup li:hover, +.highcontrast .sb-search-result .e-list-item:hover, +.highcontrast .sb-left-pane .e-listview .e-list-item:hover { + background-color: #685708; +} + +.highcontrast .sb-search-btn:hover, +.highcontrast .sb-search-btn.active, +.highcontrast .sb-setting-btn:hover, +.highcontrast .sb-setting-btn.active { + border: 1px solid #969696; +} + +.highcontrast .sb-switch-popup li:hover, +.highcontrast .sb-search-result .e-list-item:hover { + border-left: none; + border-right: none; + border-bottom: 2px solid white; + border-top: 2px solid white; +} + +.highcontrast .setting-responsive .sb-responsive-items.active { + background: #ffd939; + color: #000000; +} + +.highcontrast .setting-responsive .sb-responsive-items { + background: #333333; + color: #ffffff; +} + +.highcontrast .hljs-keyword, +.highcontrast .hljs-selector-tag, +.highcontrast .hljs-built_in, +.highcontrast .hljs-name, +.highcontrast .hljs-tag, +.highcontrast .sb-source-section .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { + color: #00ff00; +} + +.highcontrast #search-input_popup .e-list-group-item, +#search-input_popup .e-fixed-head { + background-color: #ffd939; + color: #000; +} + +.highcontrast #controlList li.e-list-item { + line-height: 36px; +} + +.sb-left-pane .e-treeview .e-list-text { + width: 100%; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif"; +} + +.sb-left-pane .e-treeview .e-text-content { + padding-right: 16px; +} + +.tree-text { + float: left; +} + +.tree-badge { + float: right; +} + +.highcontrast .sb-setting-popup { + background: #000000; +} + +.highcontrast .sb-src-code { + background: #000000; + color: #ffffff; +} +.sb-left-pane .e-listview .e-list-item.e-active { + color: #000000; +} diff --git a/styles/material.css b/styles/material.css new file mode 100644 index 00000000..937f58da --- /dev/null +++ b/styles/material.css @@ -0,0 +1,76939 @@ +@charset "UTF-8"; +/** + * ej2 styles + */ +@import url("https://fonts.googleapis.com/css?family=Roboto:400,500"); +@font-face { + font-family: "e-icons"; + font-style: normal; + font-weight: normal; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjiRTzgAAAEoAAAAVmNtYXB/lYpJAAAIVAAACGxnbHlmxhVT5AAAFCwAAVWAaGVhZBc8dWUAAADQAAAANmhoZWEIXgV2AAAArAAAACRobXR41Ab+rAAAAYAAAAbUbG9jYSh/giQAABDAAAADbG1heHAC2wGMAAABCAAAACBuYW1lc0cOBgABaawAAAIlcG9zdIp9SkEAAWvUAAAX0gABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAABtQABAAAAAQAAb5schl8PPPUACwQAAAAAANoOmDQAAAAA2g6YNP/A/+QEQAQcAAAACAACAAAAAAAAAAEAAAG1AYAAHAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4gjsKgQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/kBAD/5AQAAAAEAP/kBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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ALgAuQC6ALsAvAC9AL4AvwDAAMEAwgDDAMQAxQDGAMcAyADJAMoANgAfACAAcQDMAWwAigCLAIwAjQCOAI8AkACRAJIAkwCUAJUAlgCXAJgAmQCaAJsBDQEOAQ8BEAERARIBEwEUARYBFwEYARkBGgFmAWcBaAFpAWoBawEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyAW0BbgFvAXABcQFyAXMBdAF1AZYBlQGUAZMBmAGSAZkBmgGXAZsBnAGdAZ4BnwF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFATMBNAE1ATYAJQE4ATkBOgE7ACYBPQE+AT8BQAFBAUIBNwE8AYYAJwGHAYgBigGLAYwBjQGQAYkBjgGPAZEBoAGhAaIBowAoAakBqAGwAaoBqwGsAa0BrgGvAbEBswG0ACkAKgArACwALQAuAC8AMAAxADIBpAGlAaYBpwGyADMANAA1ADcAOAA5ADoAOwA8AD0APgA/AEAAQQBCAEMARABFAEYARwBIAEkBFQBKARwASwBMAE0ATgBPAFAAUQBSAFMAVABVAFYAVwBYAV8AWQBjAFoAWwBkAGUAXABdAF4AXwBgAGEAZgBiAGcAaADNAM4AzwDQANEA0gDTACEAIgAjACQA1ADVANYA1wDYANkA2gDbANwA3QDeAN8A4ADhAOIA4wDkAOUBXgFdAVwBRAFFAUYBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAUcBWgFbAVkBYQFiAWABYwFkAWUBGwDmAOcA6ADpAOoA6wDsAO0A7gDvAPAA8QDyAPMA9AD1APYA9wD4APkA+gD7APwA/QD+AP8BAAEBAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAAAAAABCAI4AnQC6ANyA6IDuARKBVIFZAY4BwwHMAd+B4wHsAfSB/YIFgjWCXQKugtkDGwM1A4EDngO9g9YD8gQ3hHWEpITZhR2FVAVkhZOFrYW7hcaF1IXdBf0GJQYsBjOGXgZjhpQGpIaqhrIGt4a7Br6GwgbFhswG0gbXBtqG3gbpBu2G8Qb3Bv2HBQcPhxaHHYc4Bz0HQ4dIh04HU4d7h38HgoeNh5KHqgfCB8qHz4fTh9iH8gf6iAAIBggJiC6INIhqiKyIzYjcCOGJBYkMCUYJbgm1icIKCYouilWKXgpjimkKbIpyCoIKygryizcLjQvJi9SL/wwMjBmMKAw3DI+MuAziDS2Neo2kjbeNyA4hjkwOZw6BDo8OnQ66jt0PBA8UDzoPSY9ZD1+PZg9sj3yPho+RD5sPpA/RD9kP4I/5kA0QFZAfkEmQURCckKEQvhDEkM4Q3BD5EQIRIJFcEbKRwhHikhaSXhJ0EoYSjRKVksoS0RLakyATNJNHk2SThBOLk6ATsJO3k72TwpPlE+8T9xP+FGkUqpS/lNSU25TgFOiU8xUZlSCVLhU8FUaVVJVhlXAVd5WGFZAVmpWnlcYVzBXYld6WFRYfljcWPhZDFkiWT5aWFt6W5Zb5FzsXUZdYF6qXzxfWl/UYEhgbmFGYcBidmLyY6pj/GRAZJBknmTCZQplfmWaZmhmdmaQZtpnCmfEZ/JoGmhAaG5ogmiWaKJormi8aMpqgGqOapxqqmq4a5Br+mwebNZtTm2IbaJu0G78b95weHCOcOxxDnFkceJySHNIc2BzeHPmdAp04nT2ddB2NneoeDh4znmOech6onsWe/x8Un0KfYh+0n/ygF6AdoCagLyA7IHQghqCvoLcgwiDRoOYhDaEVISghdKGLIaIhrqHBIfyiDyIXoioiNSJYomaibiJ1ooiijaKVIqCiriLFotUjBSMMoxajIaMpIz8jUSN4o32jgyOIo42jlqOfI60jtiO/I8KjyKPOpBOkG6QnJDakSSRepGikcSSspOylGSVGJXMloSXEJiwmaqampsem6Ccwp1Inc6eLp7Cn16gbqCioSShMqFIoWahjKG6oe6jYqPQpHik5qWIpcimAKY4poqm2KbspzaoNqh6qIiopqi+qNao8qkKqTKp0qo+qoCqwAAHAAAAAAPUA/QAGQAiADcAQwBYAMYA0gAAAQ8GKwEvAT0BPwozBRcjFTMHFzcvAR8FFQ8EIy8ENzMnDwQ/AR8DJw8BLwI1PwYzHwUnIw8JHwMPER8HOwE/Dx8GOwE/BzUvCg8CLwY/AS8IASE1IREhFxEzESchASMEAxcJCAcEAwMFAwIEBAUGBg0GBwYGBAH6N/PzODmDg68EAwYDAgEBBQQGBg0ODxAPECQgmRMTIyEfKRUECRIMGwERDAQBAQECAwMDAwQEAwMCAgEWBgcGBgUFBAEDAQEBAgMaAiAWDgsEKxoNDAwLBQkGAgIBAQQFBgQEBQUGBgYHBgcHBw4QEBITFi4tLRcLFhcXFxUSCAgGAwwGBgICAQECAgIHCQwMDg4OHSAWFRgaEA0FBBkDAQICAwQECAkI/n8DLf0SAgapP879oQGWCAcuDgoGAgEGBwcIBwgIBwcMBgQDAhs3XTYxlZc8AQEDBAMEAwMCAgEBAwQGBwoBEQQFCwsMWzYHEBkQ/gVbPhsNBQUEBAICAQECAgMEBgZAAQMDBQYIBA8LCgoTFGMJWDQdEwUWEQkLCwwGDA4GBwcICwgIAwICAQICBAQFBw8VGR4lCA4NCgUHDAsIBwUCAgEHBgkFBQYHCAgEAwYGBQQDAgEBAwQWHiMZFwsJeh4JBwYFBAQFBAH8pj4DbKz+1wFD0AAAAAAFAAAAAAPUA/QACAASAJAA+AEEAAABFyMVMwcXNy8BMzcjDwExLwEjDwcVHw4dAQ8FKwEvBiMVHwwzFz8MNS8PPwcfBzM1Lw0PDR0BHw4zPw4jDwcjLwk/CjMfBjMvDisBDwUDITUhESEXETMRJyEDGjfz8zg5g4P1M0Q4IQQEITifBQQEAwICAQECAgIDBAQKDA4lCQYDAgICBAQFBgcIBwYFBQMCATIBAgMDBAQGBQcHCAgJCRMRCAcHBwUGBAQDAwIBAQECAwMDBAoNDyUKBQMBAQEBAgQEBAYGBwYFBQMCAQE1AQICAwQFBQYGBwcICRIJEAgHBgbLBQUEAwMCAQECAwMEBQUGBwcJCQkLCwgICAgHBwYGBgUEAwICAQEyAQIDBAUFBwcFCQQDAwMCBAIBAQEBAwMCAwMDBAQKCAYGBQQCAgEyAQEBAwMEBAYGBgcHCAgJCQsKCggJBweRAy39EgIGqT/O/aEBezddNjGVlzXGfBQUfA4FBAUGBQYGBwsGBQQFBAMHBQUJBQUDBAUEBQMDAwIBAgIDBAUGCAcGBgYGBQYFBQQDAwICAQMBAwMDBAQFBQUGBgYHDAUFBQQEBAcFBQkEBQMEBQQFAwQCAgEBAQECBAQEBQYHBgcGBQUFBQQEAwICAgEBAgICAwQOBwgICQkKCwsQCgoKCAkHBwcFBQQDAgEBAQICAwMEBQUGBgYHBwcHBgYFBQMDAQECAgIDAwQICgwNEgwKCAQDAwICAQECAwUFBgcHCAgIBwcGBgYFBAMDAgIBAQIDBAUG/Xc+A2ys/tcBQ9AAAAMAAAAAA9QD9AAIABQAIAAAARcjFTMHFzcnAQcnBxcHFzcfASc3ASE1IREhFxEzESchAxo38/M4OYOD/nNDOVtfZlhAQV9ubv4MAy39EgIGqT/O/aEBezddNjGVlwFropwF0sUIo6kH39787z4DbKz+1wFD0AAAAAUAAAAAA8AD9AADAAcACwAPAFsAAAEzNSMHMzUjBzM1IyURIRE3Iw8OFQMfDyE/DxEvDyM1IxUhNSMClmNjyGRkx2NjAlb9RjIyCgoKCQkIBwcHBgQFAwICAQEBAwMEBQYGBwgICQkKCgoCugoKCgkJCAcIBgYFBAMDAQEBAQMDBAUGBggHCAkJCgoKMmP+cGMBzmRkZGRkZP3aAib6AQEDAwQFBgYHCAgJCQoKCv1ECgoKCQkICAcGBgUEAwMBAQEBAwMEBQYGBwgICQkKCgoCvAoKCgkJCAgHBgYFBAMDAQFkZGQAAAACAAAAAANuA14ASQBoAAABDwQfBA8EHwc7AT8DHwM7AT8EPQEvAz8DPQEvBisBDwMvAysBDwEBDwYVHwIBETMRAT8DLwYjISMCpRsCAgEBAQECAjo6AgIBAQEBAgIbAwMDBAQDBAM5OgMDBAMEBAMgAgEBAgM5OQMCAQECAxoDAwQEAwQDAzo5AwQDBAQDA/4EBQQJAwMBAQMFBwEldAEgCQYEAQEBAwMJCQkK/X4KAYYbAwMDBAQDBAM5OgMDBAMEBAMDGgMCAQECAzk5AwIBAQIgAwQEAwQDAzo5AwQDBAQDAwMbAgIBAQICOjoCAgEBAgHUAQIFAwQEBQQJCQn+2/6iAV4BIAoJCAkFBAQDBQMCAAABAAAAAANtA10AHgAAEw8GFR8CAREzEQE/Ay8HISOsBQQJAwMBAQMFBwEldAEgCQYEAQEBAwMJCQkK/X4KA1wBAgUDBAQFBAkJCf7b/qIBXgEgCgkICQUEBAMFAwEBAAACAAAAAALRAucAAwAHAAABMQcnFwctAQKm42BIfAGi/l4CAgKzs+fp5QAAAAIAAAAAAn0CfQA/AH8AAAEVDw0rAS8NPQE/DTsBHw0HHw8/Dy8PDw4CUwECAwQEBQUGBgcIBwgJCAgJCAcIBwYGBQUEBAMCAQECAwQEBQUGBgcIBwgICQkICAcIBwYGBQUEBAMCAdABAgMEBQYICAkJCgsMDAwNDQwMDAsKCQkICAYFBAMCAQECAwQFBggICQkKCwwMDA0NDAwMCwoJCQgIBgUEAwICAAkICAcIBwYGBQUEBAMCAQECAwQEBQUGBgcIBwgJCAgJCAcIBwYGBQUEBAMCAQECAwQEBQUGBgcIBwgJCA0MDAwLCgkJCAgGBQQDAgEBAgMEBQYICAkJCgsMDAwNDQwMDAsKCQkICAYFBAMCAQECAwQFBggICQkKCwwMDAAGAAAAAANrAmcAEAAwAFMAmQDRANsAAAEfAyM/Bx8CBR8CHQEPBi8GPQE/Bh8CNycjFTM1PwQfBh0BMzUvBiMPBDcPBxUfDj8HJw8HLwczNS8NIw8CBQ8HHw8/CjUvDiMPAgUzNRczNSMVJyMDPAQDAgFHAgMDBAUGBwcHBwX+pAQEAgIDBQUHBwgJBwcFBQMCAgMFBQcHCAkHBoIBISMFBQMDCQYGBQQDAgEjAgMFBggJCwwGBQQEBJ4JBwYFBQICAQECAwMDBQUGBgYHCAgICAsJCQkIBwYFFAQEBQUGBQYGCQgHBwUEAwFsAQICAgMEBQQGBgYHBwgICgoK/pMHBwYFBAMCAQEBAQIDBAQEBgUGBwYIBwkKCgkJCAYGBQQDAgEBAgIDBAQEBgUGBgcHBwgKCgn+8yVwJSVwJQIWBQcHCwkHBwUFAwIBAQICCQgJCgsNCwkIBgQDAQEDBAYICAsLDQsJCAYEAwEBAwQPEp1wCAUCAgEBAQIDBQUGB2VuDAsJBwUEAQEBAgMDAgYHBwkKCgsLDQgIBwcGBgYFBAQDAgEBAQEBAwMEBQYHEgUEAwMCAQEBAQIEBQYHCAkYCAgIBwYGBQUEBAMCAgEBAgMEBgYICAoKCwsLCAgIBwcGBgUEBAMDAQEBAQIDBAYGCAkJCgsLEQcIBwYGBgUFBAQDAgIBAQIDnZOT0JSUAAABAAAAAALGApwABQAAAScHFwEnAb5YLIQBCCwBvVkshgEMLAAXAAAAAAKHAocAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwCfAAABMzUjBzM1IwczNSMHMzUjBzM1IzczNSMHMzUjNzM1IwczNSM3MzUjBzM1IwczNSMHMzUjNzM1IwczNSM1MzUjFzM1IzczNSMHMzUjBzM1IwczNSMHMzUjFwc1IxUzBzUjFTMHNSMVMwc1IxUzDwMdAR8FOwE/AhUzNSM3FTM1IzcVMzUjNxUzNSM/Aj0BLwUrAQ8BAnMUFCoVFSoVFSkUFCoVFacUFH0UFH0UFPoUFPoUFCoVFacVFSkUFPoUFPoUFBQUfRQUKRUVKRQUKhUVKhUVKRQU6wYVDEsUDCEVDEsUDAYDAgEBAgMDBAMEBAQECRUMSxQMIRUMShUMCQIBAQIDAwQEBAMEBAF5FBQUFBQUFBQUFRUVFRUVFRUVFBQUFBQUFBUVFRUVFRUVFBUVFRUVFRUVFQYGDBRLDBUhDBRLDBUGAwQEBAQDBAMDAgEBAgkMFEsMFSEMFEsMFQkEAwQEBAQDAwIBAQIAAAAAFwAAAAAChwKHAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwCKAI4AkgCWAJoAngAAATM1IwczNSMHMzUjBzM1IwczNSM3MzUjBzM1IzczNSMHMzUjNzM1IwczNSMHMzUjBzM1IzczNSMHMzUjNzM1IwczNSMnDwIdAR8CIxUzNRcjFTM1FyMVMzUXIxUzNR8COwE/BT0BLwMzNSMVJzM1IxUnMzUjFSczNSMVLwIrAQ8BFzM1IwczNSMHMzUjBzM1IwczNSMCHxUVKRQUKhUVKhUVKRQUfRQUfRQU+hQU+hQU+hQUKhUVpxUVKRQU+hQU+hQU+hQUfRQUdwMCAQECCQwUSwwVIQwUSwwVCQQEAwQEBAMDAgEBAgMGDBRLDBUhDBRLDBUJBAQDBAQE8RQUKhUVKhUVKRQUKhUVAXkUFBQUFBQUFBQVFRUVFRUVFRUUFBQUFBQUFRUVFRUVFRUjAwQDBAQEBAkVDEsUDCEVDEoVDAkCAQECAwMEBAQEAwQDBhUMSxUNIRUMSxQMCQIBAQIRFBQUFBQUFBQUAAAAAAQAAAAAAtoC2gADAAcACwAPAAABFzcnNxc3JwUXNyc3FzcnAaJeXl4fXl5e/qheXl4fXl5eAYNeXl4fXl5eXl5eXh9eXl4AAAEAAAAAAn0CfQA/AAABHw8/Dy8PDw4BgwECAwQFBggICQkKCwwMDA0NDAwMCwoJCQgIBgUEAwIBAQIDBAUGCAgJCQoLDAwMDQ0MDAwLCgkJCAgGBQQDAgIADQwMDAsKCQkICAYFBAMCAQECAwQFBggICQkKCwwMDA0NDAwMCwoJCQgIBgUEAwIBAQIDBAUGCAgJCQoLDAwMAAAAAAEAAAAAAmgCaAADAAABMzUjAZjQ0AGY0AAAAAACAAAAAAP0A7UABQALAAAJAhcJAQUJARcJAQHMAVb+qmgBwP5A/dgBV/6paQG//kEDT/6x/rFnAbYBtmf+sf6xZwG2AbYAAAACAAAAAAP0A7UABQALAAAJATcJAScJATcJAScBzAG/af6pAVdp/IEBwGj+qgFWaAIA/kpnAU8BT2f+Sv5KZwFPAU9nAAIAAAAAA7UD9AAFAAsAABMJAScJAQMJAScJAUoBtgG2Z/6x/rFnAbYBtmf+sf6xAcz+QAHAaP6qAVYBV/5BAb9p/qkBVwAAAAIAAAAAA7UD9AAFAAsAADcXCQE3ASEXCQE3AUpnAU8BT2f+Sv5KZwFPAU9n/kp1aQFX/qlpAb9oAVb+qmgBwAACAAAAAAN3A/QAVACpAAABHwcPHiM1Bxc1Px8vByUPHx8HNy8HPx4zFTcnAvgHBwYEBAMBAQEBAgIDBAQFBQcGBwgJCQoKCgsLCwwMDA0NDQ0ODg4PuroUExMTEhESEBEQDw8PDg4NDQwLCwkJCAcHBQUEBAICAQEEBAcICgwN/sQUExMTEhESEBEQDw8PDg4NDQwLCwkJCAcHBgQFAwICAQEDBQcICgwNRAgGBgQEAwEBAQECAgMEBAUFBgcHCAkJCgoKCwsLDAwMDQ0NDQ4ODg+6ugKADxAPEBAQEREODg4NDQ0MDQsMCwsLCwoKCQkICAcGBgUFBAQDAgIBiLW3iAECAgMEBQYGBwgICgoLCw0NDQ4ODw8PEBARERISEhMTGxoZGRcYFhaqAQICAwQFBgYHCAgKCgoMDA0ODg4PDw8QEBEREhISExMbGhkZFxgWFkIPDw8QEBEREQ4ODg0NDQ0MDAsMCwoLCgoJCQgIBwYGBQUEBAMCAgGItbcAAAADAAAAAAOcA/QAKQBlAHsAAAEfBw8HFz8PLwclFw8HHwc3LwY1PwcBDwcjNQcXNT8HFzcBBQ8IFz8HFTcnAxEIBwUFAwMBAQEDBQYHCgoNQgoJCAgHBwYGBQQEAwICAQEBAwUHCAoMDf0Pfw8NCgkHBQQCAgMFBggKDA5ECAcFBQQCAgEBAwQGBgcJAXMLDQ4ODg8PEBC6uhoaGBgXFxUbiTj9AAF9DxAeHRwbGRkYQhERExIUFBUVu7sCgA8QDxAQERARFxYVFRMTExFEDAwNDQ0ODQ8ODw8PEBAQERsaGRkXFxcWjIIXFxgZGhsbHRsaGRkYFxYWQg8PDxAQERERExIREREQEBD+hQUFBQQEAgMBiLW3iAICBAYHCAkPjDkDERsBAQQFCAoLDRBDCgkHBgUEAgGItbcAAAAAAwAAAAADhgPzAIsAywElAAATDwcfFj8WLw8HHwkdAQ8RLxI/CicPBgEVDw0rAS8NPQE/DTsBHw0lDwoVHxA/EDUvGg8OpAoIBwYFAwICAQIDAwQGBQcICAkKCwwaHB4gIiMlJykpJyUjIiAeHBoMCwoJCAgHBQYEAwMCAQICAwUGBwgKCgwMDQ8PEBEeChIPDgoIAwMCAQECAwMECQwPERMWFxgZGhwdHh4dHBoaGBYWChIQDQsIAwMCAQEBAQIDAwMKDA4REx4REA8PDQwMAb8CAgQFBQcHBwkJCQoLCwsLCwoLCQkJBwcHBQUDAwICAwMFBQcHBwkJCQsKCwsLCwsKCQkJBwcHBQUEAgL+xA0NDAwKCAgFBQICAgIDBAUFBgYPEBMVIzhJFwYDDR5kJBYUEg8OBgUEBAQCAQEDBAYHCQoLDQ0NCwsLCwwMDQ0NDQ4ODg8PDw8PDw4ODg0NDQ0MCwwLCwEeCgoKCwoLCwsKCgoJCgkJCAkICAgHBw4NCwkIBQUCAQECBQUICQsNDgcHCAgICQgJCQoJCgoKCwsLCgsKCgoKCQkICAgHByoFCQkKCwsGBgYGBgcGBQYGBQsKCQoICAcGBAQDAQEBAQMEBAYHCAQJCQoLCgYGBQYHBgYGBgYGCwoKCQkqBwcICAgJCQGjCwsKCwkJCQcHBwUFAwMCAgMDBQUHBwcJCQkLCgsLCwsLCgkJCQcHBwUFBAICAgIEBQUHBwcJCQkKCwvLDg8QEREREhITExMTExMTEhEREBAhICAhMUtdGgUCDiODMiAhICAhEBEQExMTExMTExMREhIRERAPDgoJCQgHBwYFBQQEAwICAQEBAQICAwQEBQUGBwcICQkAAAUAAAAAA7UD8wADAAcACwAsAIkAAAEVITUlFSE1JRUhNSUfBA8HLwc/Bx8CJw8HIw8NER8NIT8NES8NIy8PIw8FAl7+qAH0/gwB9P4MARwDAwQDAQEDBAYHCAkKCgkIBwYEAwEBAwQGBwgJCgoJCG8JCAgHBgUFBdEQCAcHBwYKCAcGBAMCAQECAwQGBwgKBgcHCAcQArQQCAcHBwYKCAcGBAMCAQECAwQGBwgJBwcHBwgQ0QUFBQYHCAgJCQoKCgsLCwwMCwsLCgoKAUNdXbpdXbtdXcIEBAgJCgoJCAgGBAMBAQMEBggICQoKCQkHBgQDAQEDBFkHCAgICgkLCwICAwMEBAkJCQoKDAsN/UUMDAsLCgkJCAUEAwICAwMCAgMEBQgJCQoLCwwMArsNCwsLCgkJCAUEAwMCAgsKCgkJCAgHBgYEBAMCAQECAgMEBAYAAAAFAAAAAAP0A9QABQBFAIYAigDaAAAlFzcnNSMXDw4rAS8NPQE/Dh8OBRcVHw4/Dy8PDw4DESURJQ8BLwElLwEjBwUPBREfBzM/ATsBFwUXOwE/AS8FNT8VMx8BES8HIwM4Tw8+IJ0BAgQEBgcICQoLDAwNDg0PDg4ODA0LCwoJCAcGBQQCAgQFBgcICQoLCwwNDg4ODg4ODQwMCwoJCAcGBAQC/sgBAwQGBwkKCwwNDg8QEREREhEQEA8ODQ0LCggIBQUCAQECBQUICAoLDQ0ODxAQERIREREQDw4NDAsKCQcGBANf/ucBOQUGBQb+8gUFBgX+9QQDAwIBAQEBAgMEBAUFA/0FBgUFAQ8FBQUGMwYFBAICAQICAwQEBQYHBwcICQkJCgsLEhIREhEQEBABAQMCBAQFBQe3LhskXU4ODg4MDQsLCgkIBwYFBAICBAUGBwgJCgsLDQwODg4PDQ4NDAwLCgkIBwYEBAIBAQIEBAYHCAkKCwwMDQ0ODwkIEREQDw4NDAsKCQcGBAMBAQMEBgcJCgsMDQ4PEBERERIREBAPDg0NCwoICAUFAgEBAgUFCAgKCw0NDg8QEBECG/3UYwIsCwEBAQFfAQECWwICAwMDBP0eBQUEBAMCAQFiAgJfAQESDQ4ODw8PEBAMDAsMCwoKCgoJCAkHBwcGCAYFAgECAwIfBQUEAwMCAgEAAAADAAAAAAPBA/QAAwAHAFMAACUzNSMlESERNysBDw4RHw4zITM/DhEvDisBNSMVITUjAgD7+wFd/UYxMQsKCgkJCAgIBgYFBAMCAQEBAQIEBAUGBwcICAkJCgoKAroKCgoJCQgIBwcGBQQEAgEBAQECBAQFBgcHCAgJCQoKCjFl/nJl0/vH/dwCJPoBAwMEBQUHBwgICQkKCwr9RgsKCQkJCAgIBwYFBAMCAgICAwQFBgcICAgJCQkKCwK6CgsKCQkICAcHBQUEAwMBZWVlAAAABgAAAAADxgP0AAcADQBOAFkAjQEJAAATMyc/AyMFFzcnNSM3HwgPDy8PPw8fBgUzPwcjJRUvBiMPHx8HIxE3KwEPDRURFR8NMyEfDz8fLw8RLw4rATUjFSE1I+gnAgEBAgMsAXKRIm5FyQgHDQsJBwUEAQEEBQcJCw0PEBESExQVFhcXFhUUExEREA8MCwkHBQQBAQQFBwkLDA8QERETFBUWFxcWFRQTEhH91U4ICAgJCgoKC5gCJw8QEREREhISERAQDw8PDw4ODQ0NDAwMCwsKCgkIBwcGBgUEBAIDAQEBAQIDBQUGB9MtLQoJCQgICAcHBgUEBAMCAQECAwQEBQYHBwcJCAkJCgEVCwsMDA0NDg4ODw8PDxAPEBEQEQ8QDw4PDg0NDQ0MCwwKCwkJCAgHBgUFBAQDAgEBAQECAwQEBQUGBwgHCQkKCgEBAgMEBAYGBwcHCAkICQosXP6WWwEpHhESERFhUzpCfxMHCBESExQVFhcXFhUUExIREA8NCwkHBQQBAQQFBwkLDQ8QERITFBUWFxcWFRQTEhEPDw0KCQcGAwEBAwYHCQoNBQ4ODQ0MDAwLYEsHBgUFAwICAQECAwQEBQUHBggICQkLCwsMDAwNDQ0ODg8OEA8QEBESEhIRERAQEAHy4wECAwMFBQYHBwcICQkJCv2GCQkJCAgIBwcGBgQEAwIBCwoJCAgIBgYGBQQEAgMBAQEBAwIEBAUGBgcHCAkKCgsLDAwMDQ0ODg4PDw8QEBAREBAPDw8PDw4PDQ0NDAwMCgEVCQkJCAgIBwcGBgQEAwIBXFxcAAAFAAAAAAPBA/QAAwAHAAsADwBbAAABMzUjBzM1IwczNSMlESERNysBDw4RHw4zITM/DhEvDisBNSMVITUjAqVWVsdVVchVVQJH/UYxMQsKCgkJCAgIBgYFBAMCAQEBAQIEBAUGBwcICAkJCgoKAroKCgoJCQgIBwcGBQQEAgEBAQECBAQFBgcHCAgJCQoKCjFl/nJlAWZVVVVVVdr93AIk+gEDAwQEBgcHCAgJCQoLCv1GCwoJCQkICAgHBgUEAwICAgIDBAUGBwgICAkJCQoLAroKCwoJCQgIBwcFBQQDAwFlZWUAAAAABwAAAAADwQP0AAMABwALAA8AEwAXAGMAAAEzNSMHMzUjBzM1IwczNSMHMzUjJREhETcrAQ8OER8OMyEzPw4RLw4rATUjFSE1IwLkVlaJVVWKVlaJVVWJVVUCnv1GMTELCgoJCQgICAYGBQQDAgEBAQECBAQFBgcHCAgJCQoKCgK6CgoKCQkICAcHBgUEBAIBAQEBAgQEBQYHBwgICQkKCgoxZf5yZQFmVVVVVVVVVVVV2v3cAiT6AQMDBAUFBwcICAkJCgsK/UYLCgkJCQgICAcGBQQDAgICAgMEBQYHCAgICQkJCgsCugoLCgkJCAgHBwUFBAMDAWVlZQAAAgAAAAADwQP0AAMATwAAAREhETcrAQ8OER8OMyEzPw4RLw4rATUjFSE1IwNd/UYxMQsKCgkJCAgIBgYFBAMCAQEBAQIEBAUGBwcICAkJCgoKAroKCgoJCQgIBwcGBQQEAgEBAQECBAQFBgcHCAgJCQoKCjFl/nJlApX93AIk+gEDAwQEBgcHCAgJCQoLCv1GCwoJCQkICAgHBgUEAwICAgIDBAUGBwgICAkJCQoLAroKCwoJCQgIBwcGBAQDAwFlZWUAAAQAAAAAA8ED9AADAAcACwBXAAABITUhNSE1ISURIRE3KwEPDhEfDjMhMz8OES8OKwE1IxUhNSMBBQFg/qAB9v4KAlj9RjExCwoKCQkICAgGBgUEAwIBAQEBAgQEBQYHBwgICQkKCgoCugoKCgkJCAgHBwYFBAQCAQEBAQIEBAUGBwcICAkJCgoKMWX+cmUBB2JlZGP93AIk+gICAwQFBgcIBwkICgkKCv1GCwoJCQkICAgHBgUEAwICAgIDBAUGBwgICAkJCQoLAroKCgkKCAkHCAcGBQQDAgJlZWUAAAAABAAAAAADxgP0AAUARgB6APYAAAEXNyc1IzcfCA8PLw8/Dx8GJxUvBiMPHx8HIxE3KwEPDRURFR8NMyEfDz8fLw8RLw4rATUjFSE1IwJakSJuRcoHBw0LCQcGAwEBAwYHCQsNDhEREhMUFRYXFxYVExMSERAPDAsJBwUDAgIDBQcJCwwPEBESExMVFhcXFhUUExIRBA8QERERERITEBEQDw8PDw4ODQ0NDAwMCwsKCgkIBwcGBgUEAwMCAgEBAQIEBAUGB9MtLQoJCQgICAcHBgUEBAMCAQECAwQEBQYHBwcICQkJCgEVCwsMDA0NDg4ODw8PDxAPEBEQEQ8QDw4PDQ4NDQwNCwwKCwkJCAgHBgUFBAQDAgEBAQECAwQEBQUGBwcICQkKCgEBAgMEBAYGBwcHCAkICQosXP6WWwErUzpCfxMHCBESExQVFhcXFhUUExIREA8NCwkHBQQBAQQFBwkLDQ8QERITFBUWFxcWFRQTEhEPDw0KCQcGAwEBAwYHCQoNwEsHBgUFAwICAQECAwQEBQUHBggICQkLCwsMDAwNDQ0ODg8OEA8QEBESEhIRERAQEAHy4wECAwMFBQYHBwcICQkJCv2GCQkJCAgIBwcGBgQEAwIBCwoJCAgIBgYGBQQEAgMBAQEBAwIEBAUGBgcHCAkKCgsLDAwMDQ0ODg4PDw8QEBAREBAPDw8PDw4PDQ0NDAwMCgEVCQkJCAgIBwcGBgQEAwIBXFxcAAQAAAAAA/QDPQAnAFgAmADYAAABHwwVITUvFSMFDw4VITUvFSsBDwUBDwYdAR8OPw8vDw8GBQ8HHw8/Dj0BLw4PBgKKCgkRDw0GBAUDAwICAQEQAgIDBQQGBgcICQkLCwsaGxsaGRgYFyH92Q0YCwsJCQgHBgYEBQMCAgJ8AgIDBAUGBgcICAoKCwsaGxoaGRgYFxcWGBgYGRobAbYJCAYGBAMCAgMEBgYICQoKCwwMDQ4ODg4NDQwLCwoJBwcFBQMBAQEBAwUFBwcJCgsLDAwNDg4ODg0NCwwK/ooJBwcFBQMBAQEBAwUFBwcJCgsLDAwODg4ODg0MDAsKCgkIBgYEAwICAwQGBggJCgoMCw0NDg4ODg0MDAsLAdEHCBEREwoKCgsMDAwMcXEJCgkJCAgICAcHBwYGBgsJCQcFBQMCKAUMBgYHBwcICAgICQkKCXFxCQoJCQgICAgHBwcGBgYLCQkHBQUDAgIDBQUHCQFjCgsLDAwNDg4ODg0NCwwKCgkIBwUFAwIBAQIDBQUHCAkKCgwLDQ0ODg4ODQwMCwsKCQcHBQUDAQEBAQMFBQcHCQoLCwwMDQ4ODg4NDQsMCgoJCAcFBQMCAQECAwUFBwgJCgoMCw0NDg4ODg0MDAsLCgkHBwUFAwEBAQEDBQUHBwAEAAAAAAQABAAABQBGAEoAmwAAARUXByc1BxUfDz8PLw8PDgEhNSEDKwEPDRURFR8NMyEvAyEvBjURFSERHwMRLw4rATUjFSE1IwNAWy5twAEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQQBAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBP5/AgD+AEAgCgoJCQgIBwcGBgQEBAICAgIEBAQGBgcHCAgJCQoKAbIFBAMD/l0HBgUFBAMCAwAREA8QAQEDAwQFBQYHBwgJCAoJCiCA/oCAAWBzWi5ujYAMCxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQQBAQQFCAkLDQ8QERIUFBYWAYlAAQACAgQEBAYGBwcICQgKCQr9gAoJCggJCAcHBgYEBAQCAg8QERABAgIEBQYGBgKEJP69AwMEBQFyCgkKCAkIBwcGBgQEBAICQEBAAAAABAAAAAAEAAQAAAUARgBeALEAAAEVFwcnNQcVHw8/Dy8PDw4BMw8JMz8INSEDKwEPDRURFR8NMyEvAyEvBjURNRUhNREfAxEvDisBNSMVITUjA0BbLm3AAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUE/v+pFRMJEQ8OCwUFA1UIBAUMDQgRFCL/AMAgCgoJCQgIBwcGBgQEBAICAgIEBAQGBgcHCAgJCQoKAbIFBAMD/l0HBgUFBAMCAwAREA8QAQEDAwQFBQYHBwgJCAoJCiCA/oCAAWBzWi5ujYAMCxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQQBAQQFCAkLDQ8QERIUFBYWAYAjJRIlJygpFRUWLhUVKCgUKClCMQEAAgIEBAQGBgcHCAkICgkK/YAKCQoICQgHBwYGBAQEAgIPEBEQAQICBAUGBgYCgAQkIP6dAwMEBQFyCgkKCAkIBwcGBgQEBAICQEBAAAAAAAQAAAAABAAEAAAFAEYAmQDqAAABFRcHJzUHFR8PPw8vDw8OJz8BMx8LHQEPDCMvBhUfBT8PNS8NIwc3MzUjAysBDw0VERUfDTMhLwMhLwY1ERUhER8DES8OKwE1IxUhNSMDQFsubcABBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQT7FCUaExAHBgYFBAQDAgIBAQEDAgQEBQUFBwYIDxULDAsLCwoLCgsMDBocEhAQDw4NDAsKCAgFBQMCAQIDBAUGBwgKCgsMDA4OECYGk9fWIAoKCQkICAcHBgYEBAQCAgICBAQEBgYHBwgICQkKCgGyBQQDA/5dBwYFBQQDAgMAERAPEAEBAwMEBQUGBwcICQgKCQoggP6AgAFgc1oubo2ADAsWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFvYCAwIEAgMDBAQFBQUGBgcHBgYFBQUFBAMEAgICAgECAwMEBQVHBAMDAgMBAQEDBAUGCAgKCgoMDAwODgwMCwsKCQkIBwYFBAQCAgFLRAEAAgIEBAQGBgcHCAkICgkK/YAKCQoICQgHBwYGBAQEAgIPEBEQAQICBAUGBgYChCT+vQMDBAUBcgoJCggJCAcHBgYEBAQCAkBAQAAJAAAAAAQABAAABQBGAEoATgBUAFgAXABgALMAAAEVFwcnNQcVHw8/Dy8PDw4nMzUjBzM1IwU/AyM1MzUjBzM1IwczNSMDKwEPDRURFR8NMyEvAyEvBjURNRUhNREfAxEvDisBNSMVITUjA0BbLm3AAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEwYCAwICAAYAKCwwMLYCAwICAwICAQCAKCgkJCAgHBwYGBAQEAgICAgQEBAYGBwcICAkJCgoBsgUEAwP+XQcGBQUEAwIDABEQDxABAQMDBAUFBgcHCAkICgkKIID+gIABYHNaLm6NgAwLFhYUFBIREA8NCwkIBQQBAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhZJgICALQwMCwqAgICAgIABAAICBAQEBgYHBwgJCAoJCv2ACgkKCAkIBwcGBgQEBAICDxAREAECAgQFBgYGAoAEJCD+nQMDBAUBcgoJCggJCAcHBgYEBAQCAkBAQAAACgAAAAAD6gPqAAMABwALAA8AEwAXABsAHwAjACcAAAEVMzUhFTM1IRUzNSUVMzUhFTM1IRUzNSUVMzUhFTM1IRUzNSUhESECuPX92Pb92PUBcPX92Pb92PUBcPX92Pb92PX+zQPW/CoBC7i4uLi4uPW4uLi4uLj1uLi4uLi49vwqAAAAAwAAAAADgwPqABoAQQCbAAABFQ8KKwETHwIhPwIRLwIBFQ8KKwERFR8GMzU3MTczNS8HJSEfDh0BMx8NFREVDw4hLw49ASMvDjURNzMCYwIEAwQFBwcJCwwPEGwBAgQFAZoFBAICBAX+egMEBAUGCAkLDQ8RFIIBAgICAwQDi7Q1iAEBAQIDAwME/tkBJwkJCAkHBwcGBgUEBAMCAi0HBwYHBQYFBQQEAwICAQECAgMEBAUFBgUHBgcHCP5sCAcHBgcFBgUFBAQDAgIBiwkICQgHCAYHBQUFAwMDAdoBAoh/DQ0HBwgHBgYEBAH+ngYDAwMDBgIiBQQCAR2aEBAJCQkICAcFBAL+VgQDAwMCAQEB2r830QQDAwMCAQEBRgEBAgMEBAUGBgcHCAgICQnRAQIDAwMFBAUGBgYHBwcH/eQIBwcHBgYFBgQEBAMCAgEBAQECAgMEBAUFBQYGBwcHCE4BAQIDBAQFBgYHBwgICAkJAbznAAAAABAAAAAAA+oD6gADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AAAlMxUjJTMVIyUzFSMlMxUjATMVIyUzFSMlMxUjJTMVIwEzFSMlMxUjJTMVIyUzFSMBMxUjJTMVIyUzFSMlMxUjAybFxf77xMT++sTE/vrFxQMRxcX++8TE/vrExP76xcUDEcXF/vvExP76xMT++sXFAxHFxf77xMT++sTE/vrFxdrFxcXFxcXFAcrExMTExMTEAcrExMTExMTEAcrFxcXFxcXFAAAEAAAAAAPqA+oAAwALABkAIQAAExEhEQEVITUjFSM1IREzESERMxEjNSMRIREnIRUzFTMRIegCMP4WAV5GRv5bRwK8R0eM/hbTA0lHRvwqAXT+5wEZAjHT042N/LYBX/6hAwNH/ucBGUZGR/y3AAAABgAAAAADrQPqAAMABwALAA8AEwAXAAA3IRUhNSEVITUhFSE1IRUhNSEVITUhFSFTAij92ANa/KYCKP3YA1r8pgIo/dgDWvymUz72PvY+9j72PvY+AAAAAAQAAAAAA+oD6gADAAYADAAgAAAlIRUhATMjJRcBIzUJAR8HFQ8EJz8DAckCIv3eAbQBAf7wz/2p0AHPAVMFCgoJhQYEAgIEBlgJz2MICgpMNwKUmdD9o8oB0wE5AQIEBoUJCgoKCgoJYAzPYgcGAwABAAAAAAPqA+oACwAAARcJAQcJAScJATcBA6tA/lIBrkD+Uv5YQAGo/lhAAagD60D+Vf5VQAGs/lpAAaUBpUD+WwAAAAMAAAAAA+oD6gAGABUAYAAAAQ0BNSM1MwEzGwEfATcjNTMDIwsBIwEzHw0VEScRIREhNxUPDyEvDjURPw8CzAEf/uH19f3tUilRVFAbRKRSUlJSUQHsASEKCwsFCgoJCAYCAgIBUv1JArdSAwMDBQMHCQsNCAgICgoKDP2cHAsRCwwLCgQEBAMDAgIBAQIGBQcJCwYHCAgJCgoLDAIAzMtQ9AHD/uIBHgPyo1L+ZwEe/uICFAUDBAYDCAkLDRAICQoLC/5CMgG5/M5SGS4KCwsGCwsJCQMEAgMBAQECAwUFBwkLBgcICAkKCgsMAuAcCxELCwsKBAUDBAIDAQEBAAACAAAAAAPqA+oACwCLAAABBxcHFzcXNyc3JwcRHx8PHy8fPx4BXF6kpF6kpV6kpF+kGRkZGBgXFxYWFRQUExMSERAQDg4NCwsKCQgGBgQDAgEBAgMEBgYICQoLCw0ODhAQERITExQUFRYWFxcYGBkZGRkZGRgYFxcWFhUUFBQSEhEQEA4ODQsLCgkIBgYEAwIBAQIDBAYGCAkKCwsNDg4QEBESEhQUFBUWFhcXGBgZGQMDX6SkXqSkXqSkXqQBjQECAwQGBggJCgsLDQ4PDxAREhMTFBQVFhYXGBcYGRkZGRkZGBgXFxYWFRQUExMSERAQDg4NCwsKCQgGBgQDAgEBAgMEBgYICQoLCw0ODhAQERITExQUFRYWFxcYGBkZGRkZGRgXGBcWFhUUFBMTEhEQDw8ODQsLCgkIBgYEAwIAAAMAAAAAA+oDRwADAAcACwAAATMVIwMhFSEDIRUhAZPa2toCjv1ypAPW/CoBJm0Bfm0BfW0AAAAAAQAAAAAD6gPqAAsAAAETIREhEwUDIREhAwKLAgFe/qMB/vYC/pIBbQED6/6X/vb+ngEBYwEKAWgAAAAAAQAAAAAD6gPqAIcAAAEfDw8HCQEfBw8PLwcJAQ8HLw8/BwkBLwc/Dx8HCQE/BgOhBwcHBwYGBgYFBAQDAwEBAQEBAQMDBAQF/pMBbQUEBAMDAQEBAQEBAwMEBAUGBgYGBwcHBwcHBwcGBwYF/pP+kwUGBwYHBwcHBwcHBwYGBgYFBAQDAwEBAQEBAQMDBAQFAW3+kwUEBAMDAQEBAQEBAwMEBAUGBgYGBwcHBwcHBwcGBwYFAW0BbQUGBwYHBwcD6wEBAQMDAwUFBQYHBgcHBwcHBwcHBgcFBv6T/pMFBgcGBwcHBwcHBwcGBgYGBQQEAwMBAQEBAQEDAwQEBQFt/pMFBQMDAwEBAQEBAQMDAwUFBgYGBgcHBwcHBwcHBgcGBQFtAW0FBgcGBwcHBwcHBwcGBgYGBQQEAwMBAQEBAQEDAwQEBf6TAW0FBQMDAwEBAAAAAAEAAAAAA+oDdwAGAAABFwEHATcXA21+/aYV/pl06AN4fv2mGAE1h8gAAAAABwAAAAAD6gPhAAMABwAnAEcASwBPAJoAACUhFSE1IRUhJQ8HHwczPwYvBiUPBh0BHwYzPwU9AS8FNxEhEQERIRElIRU7AR8NEQ8PIxUhNSMvDxE/DjsBAVoBT/6xAU/+sQItBgcFBQQCAgEBAgIEBQUHBgcGBgUDAwIBAQIDAwUGBvz4BwYFBQQDAgIDBAUFBgcHBgUFBAMCAgMEBQUGbwIL/goB3v31Aj5rCgkKCAkIBwcGBQUEAwIBAQEDAwUFBQcHCAgICgkKClX9nFUKCgkKCAgIBwcFBQUDAwEBAQEDAwUFBQcHCAgICgkKCmvIKZwoVgEBAgMEBAYGBQUFBAMDAQEBAgMEBQUHBQUEBAQCAgEBAQIDBAQGBgUFBQQDAwEBAQIDBAUFBwUFBAQEAgIe/swBNAIw/oEBfyvJAgIDBQQGBgcICAkJCgr+fwoKCQkJCAgHBwUFBQMDAQG7uwEBAwMFBQUHBwgICQkJCgoBdwoKCQkJCAgHBgYFBAQCAgAAAAMAAAAAA+oDwgACAAsAKAAAExcHCQIvATcvAgEzHwkVDwYBPwdBos4CGQEJ/n8BXANcBk0CTgULCgm/BAMDAgEBAQIEBwUEMP7yKgcHBwgHCAcBCLEaAuj+4P6ePShBIUkQAgADBAbQBAYFBgYHBgcGDQ0GBiwBJScGBQQDAwIBAAAAAAEAAAAAA+oD6gALAAABMxEhFSERIxEhNSEBw3oBrv5Sev5SAa4D6/5Sev5SAa56AAEAAAAAA+oDeAALAAATIRc3IQkBIScHIQEVARLZ2QES/p4BYP7u19f+7gFgA3no6P6G/ojm5gF4AAAAAAEAAAAAA/QDLAAFAAATCQEnCQEMAfQB9En+Vf5VAuf97QITRf46AcYAAAAAAQAAAAAD6gL1AAIAAAkBIQIAAev8KgL1/hYAAAEAAAAAA+oDWwACAAATIQEVA9b+FQNb/UoAAAABAAAAAAPqAvUAAgAACQEhAgAB6/wqAvX+FgAAAQAAAAAD6gL1AAIAABMhARUD1v4VAvX+FgAAAAEAAAAAA5QD6gAIAAABMxEBFwkBNwEBy1IBPzn+Z/5vMQEvA+v8uwEpQv6IAXhC/uYAAAABAAAAAAOUA+oACAAACQEHAREjEQEnAgQBkTH+0VL+wTkD6/6IQgEa/MoDRf7XQgABAAAAAAOYA+oABQAAEyEJASEBZwFDAe/+Fv69AegD6/4U/hYB6QAAAQAAAAAC9QPqAAIAAAkCAQsB6v4WA+v+Ff4VAAEAAAAAAvUD6gACAAABEQEC9f4WA+v8KgHrAAAEAAAAAANvA+oAAwAHAAsAFwAAATMRIwMzESMDESERASEVMxUjESERIzUzAj0+Prg+PnoB6v5TAXC4Pf2aPbgCe/4VAev+FQIo/ZsCZQEze7j9XQKjuAAAAQAAAAADXQPqAAYAAAERMRExEQEDXf1GA+v+uv62/roB4AAAAQAAAAADWwPqAAIAABMJAaUCtv1KA+v+Ff4VAAEAAAAAA+oDeQAIAAABFwEhFSEBBwEBcTz+9QNJ/LcBCzz+pAN5NP7hTP7hNAF5AAEAAAAAA+oDiAAIAAAJAicBITUhAQKCAWn+lz8BFfy9A0P+6wOJ/nf+dzcBK04BKwAAAAACAAAAAAPqA8IABgANAAABMxEzATEjAzMDIxEjAQJVovT+vFP7UwGi9AFEA7v9x/68A4T8gwI5AUQAAAACAAAAAAPqA+oABAAXAAABFwEjNQEfBxUPAyc/AwJwzf2lzQMgBQoKCYcGBAICBAZnzGMJCQoDPc39pc0DCQECBAaHCQoKCgsKCWfMZAcFAwAAAAACAAAAAAPqA9oABQAJAAABFwkBBwkBMxEjA3tw/pUBa3D+Jv50np4D2m/+lf6VbwHaAdr8TAAAAAIAAAAAA+oD2gADAAkAAAEzESMJAicJAQNNnp79OAHa/iZwAWv+lQPa/EwDtP4m/iZvAWsBawAAAwAAAAADuQPqAAMABwBTAAABMxUjAREhEQEzFSE1MxUzHw8RDw8hLw8TNT8OMwIA9fX+qQKu/YNiAYhiMQoKCgkICAgHBgYFBAMDAQEBAQMDBAUGBgcICAgJCgoK/VILCQoJCAgIBwYGBQQDAwEBAQICAwUEBgYHCAgICQoJCzEBz/UBuf3kAhwBWGJiYgEBAwMEBQYGBwgICAoJCgr9UQoJCgkICAgHBgYFBAMDAQEBAQMDBAUGBgcICAgJCgkKAq8KCgkKCAgIBwYGBQQDAwEBAAABAAAAAAMuA+oABQAAARcJAQcBArxz/okBd3P+FQPrdP6J/ol0AesAAwAAAAAD8wNNAAMABwALAAAlMzUjJyE1ISchNSEBkd7e3gKa/WanA+j8GLNvpm+nbwAAAAEAAAAAA+oDLgAFAAAJAQcJAScCAAHrdP6J/ol0Ay/+FXMBd/6JcwABAAAAAAMuA+oABQAACQInCQEBRAHr/hVzAXf+iQPr/hX+FXQBdwF3AAAAAAEAAAAAA+oDLgAFAAATCQEXCQGJAXcBd3T+Ff4VAy/+iQF3c/4VAesAAAAAAgAAAAAD6gPqAAsAiwAAAQcXBxc3FzcnNycHER8fDx8vHz8eAVBFsLBFsLBFsLBFsBkZGRgYFxcWFhUVExQSEhEQEA4ODQwKCgkIBgYEAwIBAQIDBAYGCAkKCgwNDg4QEBESEhQTFRUWFhcXGBgZGRkZGRkYGBcXFhYVFRMUEhIREBAODg0MCgoJCAYGBAMCAQECAwQGBggJCgoMDQ4OEBAREhIUExUVFhYXFxgYGRkC9UWwsEWwsEWwsEWwAaYBAgMEBgYICQoKDA0ODhAQERISFBMVFRYWFxcYGBkZGRkZGRgYFxcWFhUVExQSEhEQEA4ODQwKCgkIBgYEAwIBAQIDBAYGCAkKCgwNDg4QEBESEhQTFRUWFhcXGBgZGRkZGRkYGBcXFhYVFRMUEhIREBAODg0MCgoJCAYGBAMCAAABAAAAAAPqAvUAAgAACQEhAgAB6/wqAvX+FgAAAQAAAAAD6gL1AAIAABMhARUD1v4VAvX+FgAAAAMAAAAAA+oDlgADAAcAGAAAATMVIwEhFSElAQcnFSM1MycjNTMnIzUzJwJ/yFv+ggJ9/fD+lwLgTZjatqTsf6OAEwMCN24Bfm29/SBOmUlto26jbQIAAAABAAAAAAMuA+oABQAAARcJAQcBArxz/okBd3P+FQPrdP6J/ol0AesAAQAAAAAD6gO3AEoAAAEXNwEjESE/Dx8PDw8jLw4hESM3ARICBgEE2AF1BQUGBwcJCAoJCwsLDAwMDRAPDw4ODQwLCgkIBgYDAwEBAwMGBggJCgsMDQ4ODw8QDQwMDAsLCwkKCAkHBwYFBf4jyfoDtwYG/v7+YwsKCgoJCQgHBgYFBAMDAQEBAgQFBwgJCgsLDQ4ODw8QEA8PDg4NDAsKCQcHBQQCAQICBAQFBgYHCAkJCQsKCwIF+AAAAAAPAAAAAAPqA+oAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAACUVMzUhFTM1IRUzNSUzFSMlMxUjJTMVIwEzFSMlMxUjJTMVIwEVMzUhFTM1IRUzNSUzFSMlMxUjJTMVIwMzev4Wev4WegIo9vb+kPb2/pD29gLg9vb+kPb2/pD29gMeev4Wev4WegIo9vb+kPb2/pD29s16enp6eno+9vb29vYCZvb29vb2Aih6enp6eno+9vb29vYAAAABAAAAAAP0A/QACwAAEwkBFwkBNwkBJwkBDAGP/nFlAY8Bj2X+cQGPZf5x/nEDj/5x/nFlAY/+cWUBjwGPZf5xAY8AAAEAAAAAA/QDdwAFAAAJAQcJAScBcf8AZQFlAoNlAVUBAmb+mAKIZgABAAAAAAP0Al0ABAAAEyE1JyEMA+gG/B4BorsBAAAAAAEAAAAAAzYD8wAFAAATATcJASfKAfN5/oYBenkCAP4NeQF6AXp5AAAEAAAAAAPzA/MABgAdACIAQwAAJQcjNSM1NwEHFQcBDwEjLwM1PwEBPwEzHwMBESEJATcHAT8HPQEvDCMPBQE4PEZVPAG4AQL+lgIDBwUCAgIBBAFnAwMHBQICAf25ARICJP7umG4BE20GBQQDAwIBAQIDAwQFBqALDAYHDA4JCAgHBwedPFVGPAGNAwMD/pYBAQIBAgYGAwUBaAEBAgECA/5U/u4CJAESl2z+7W4GBwYIBwgICQgJCAcIBwYHnwgGAwECAQIDAwUFAAABAAAAAAPzA/MACwAAEwkBFwkBNwkBJwkBDQGO/nJkAY8Bj2T+cgGOZP5x/nEDj/5x/nFkAY7+cmQBjwGPZP5xAY8AAAEAAAAAAzYD8wAFAAATCQEXCQHKAXr+hnkB8/4NA3r+hv6GeQHzAfMAAAAAAQAAAAAD8wPzAAsAAAEhFSERMxEhNSERIwG5/lQBrI4BrP5UjgJHjv5UAayOAawAAQAAAAAD8wL5AAIAAAkBIQIAAfP8GgEGAfQAAAIAAAAAA/MD8wADAIMAAAEVITUDDw8fHz8fLx8PDgL7/gpnERAPDgwMCwoICAYFBQMCAQECAwUFBggICgsLDQ4PEBESEhMUFBUVFhYXGBgZGRoaGhoZGRgYFxYWFRUUFBMSEhEQDw4NCwsKCAgGBQUDAgEBAgMFBQYICAoLCw0ODxAREhITFBQVFRYWFxgYGRkaGhoaGRkYGBcWFhUVFBQTEgIxYmIBMRISExQUFRUWFhcYGBgaGhoaGhkZGBgXFhYVFRQUExISERAPDgwMCwkJCAYFBQMCAQECAwUFBggICgsLDQ4PEBESEhMUFBUVFhYXGBgZGRoaGhoZGRgYFxYWFRUUFBMSEhEQDw4NCwsKCAgGBQUDAgEBAgMFBQYICAoLCw0ODxAAAQAAAAAD8wOnAAgAABMBNwEhNSEBJw0Bplj+8QL3/QkBElkB//5ZWAERfAETWAAAAwAAAAACgQPzAD8AfwC/AAAlFR8NOwE/DT0BLw4PDhEVHw07AT8NPQEvDSsBDw0RFR8OPw49AS8NKwEPDQF/AgMFBQcHCAoKCgwMDA0NDQ0NCwwKCgoIBwcFBQMCAgMFBQcHCAoKCgwLDQ0NDQ0MDAwKCgoIBwcFBQMCAgMFBQcHCAoKCgwMDA0NDQ0NCwwKCgoIBwcFBQMCAgMFBQcHCAoKCgwLDQ0NDQ0MDAwKCgoIBwcFBQMCAgMFBQcHCAoKCgwMDA0NDQ0NCwwKCgoIBwcFBQMCAgMFBQcHCAoKCgwLDQ0NDQ0MDAwKCgoIBwcFBQMCjg0NDAwLCwoJCQcHBQQEAgIEBAUHBwkJCgsLDAwNDQ0NDQwLCwoJCAgGBgQDAgEBAgMEBgYICAkKCwsMDQ0BZQ0NDAwMCgoKCAcHBQUDAgIDBQUHBwgKCgoMDAwNDQ0NDAwMCgoKCAcHBQUDAgIDBQUHBwgKCgoMCw0NAWUNDQ0MCwsKCQgIBgYEAwIBAQIDBAYGCAgJCgsLDA0NDQ0NDAwLCwoJCQcHBQQEAgIEBAUHBwkJCgoMDAwNAAAAAgAAAAAD8wPzAGcA7gAAAQ8ZLxg9AT8XOwEfFwUVHx4zPw4XFQE3ASMnPw41Lx4rAQ8dAoEBAQEDAgQEBAYFDQ8QExMWCwsMDAwMDQ0NDQ0ODA0NDAwLDAsVFBIRDg0GBQUEAwMCAgEBAgIDAwQFBQYNDhESFBULDAsMDA0NDA4NDQ0NDQwMDAwLCxYTExAPDQUGBAQEAgMBAf2NAgIDBAUGBwcJCAoKCwwMDQ4ODg8QEBARERISEhMTExERERAQEBAQDw8ODg4NDQwQAR1V/uMtEAsJCQkIBwcGBgQEBAICAgEBAgQEBQYGCAgJCQsLDAwNDQ4PDw8QERERERITEhMTExMTEhISEREQEBAPDg4ODQwMCwoKCAkHBwYFBAMCAgKADQ0NDQwMDAwLCxYTExAPDQUGBAQEAgMBAQEBAQEDAgQEBAYFDQ8QExMWCwsMDAwMDQ0NDQ0ODA0NDAwLDAsVFBIRDg0GBQUEAwMCAgEBAgIDAwQFBQYNDhESFBULDAsMDQwNDA4NExMSExIREREREA8PDw4NDQwMCwsJCQgIBgYFBAQCAQECAgIEBAQGBgcHCAkJCQsQLf7jVQEdEAwNDQ4ODg8PEBAQEBARERETExMSEhIRERAQEA8ODg4NDAwLCgoJCAcHBgUEAwICAgIDBAUGBwcJCAoKCwwMDQ4ODg8QEBARERISEhMTAAAACAAAAAADwQPzAAMABwALAA8AEwAXABsAZwAAATM1IwczNSMHMzUjJTM1IwczNSMHMzUjJREhETcrAQ8NFQMfDjMhMz8OES8OKwE1IxUhNSMClmRkyGRkx2NjAY9kZMhkZMdjYwJX/UUyMwoKCQoICAgHBwUFBAQCAgEBAQMDBAUGBwcHCQgKCQoKArwKCgkJCQgIBwcFBQUDAwEBAQEDAwUFBQcHCAgJCQkKCjJk/nBjAQZkZGRkZGRkZGRkZGT92wIl+QICAwUFBQcHCAgJCQkKCv1FCwoJCQkICAcGBgUEBAICAgIEBAUGBgcICAkJCQoLArsKCgkJCQgIBwcFBQUDAgJkZGQAAgAAAAADhAPzACMAKwAANx8OMyEzPw4RITcjFSE1IychswEBAwQFBQcHCAgJCgoLCwsBvAsLCwoKCQgIBwcFBQQDAQH9ZovCAwjCN/7qfAwLCgoKCQkIBwYGBAQDAgIDBAQGBgcICQkKCgoLDAKZp29vNwABAAAAAAPzAzYABQAAEwkBJwkBDQHzAfN5/ob+hgK9/g0B83n+hgF6AAAAAAMAAAAAA/MD8wBAAEQAeQAAAR0BDw4vDz8OOwEfDREVITUjERUfDTMhMz8NNREnISMPDQKmAwQGBwgKCgwNDg4PEBEREREPEA4ODQwKCggHBgQCAQECBAYHCAoKDA0ODg8QERERERAPDg4NDAsJCAcGBAP91m8CAwMFBgYHCAkJCQsKCwwDCAwLCgoKCQkIBwYGBAQDAt79ZwwLCgsJCQkIBwYGBQMDAgEiCAkQEBAODg0MCgoIBwYEAgEBAgQGBwgKCgwNDg4QEBAREREQDw8NDQwLCQgHBgQDAwQGBwgJCwwNDQ8PEBECUd7e/PgMCwoKCgkJCAcGBgUDAwICAwMFBgYHCAkJCgoKCwwCmd4CAwMFBgYHCAkJCgoKCwAAAAMAAAAAA/MDTQADAAcACwAANyE1ITUhNSE1ITUhDQPm/BoD5vwaA+b8GrNvpnCmbwAAAAABAAAAAAPzA/MA1QAAEx8eOwE/HiMPDysBLx4/Hx8PByERBy8OKwEPHQ0BAgMEBgYICQoLDA0ODw8RERITFBQVFRYXFxgYGRkZGhUWFRUVFBQTFBMSEhIREBAQDw8NDg0MCwsKCQkIBwYGggULDg8RExQWFxgaGhwcHR4PFBMSExISEREREA8QDg4ODQwMCwsKCQgHBwYFBAMDAQEBAQMDBAUGBwcICQoLCwwMDQ4ODhAPEBERERISExITFBMTExISEhEREBAQDw8ODQ3JAbWTERITFBQVFRYXFxgYGBkaGRoZGRkYGBcXFhUVFBQTEhERDw8ODQwLCgkIBgYEAwICABoZGRkYGBcWFxUVFBQTEhERDw8ODQwLCgkIBwUFAwIBAwMEBQUHBwgJCQsKDAwNDQ4PDxAQERESEhITExQUDRsZGBYWExMQDw0LCQcFAgEDAwQFBgcICAkKCgsMDA0ODg8PEBAQERISEhITExMTExMSExESERAQEA8PDg4NDAwLCwkJCQcHBgUEAwMBAQEBAwMFBQYHBwkJCgoLDA3JAbWSEBAPDg0MCwoJCAYGBAQCAgQEBQcICQoLDA0ODw8RERITFBQVFhYWGBcYGRkZAAIAAAAAA/MD8wALAIsAAAE3FwcXBycHJzcnNwUVHx07AT8dPQEvHSsBDx0CALNHs7NHs7NHs7NH/sACAwUFBwgJCgsMDQ4PDxEREhMUFBUVFxYXGBgZGRkaGhkZGRgYFxYXFRUUFBMSEREPDw4NDAsKCQgHBQUDAgIDBQUHCAkKCwwNDg8PERESExQUFRUXFhcYGBkZGRoaGRkZGBgXFhcVFRQUExIREQ8PDg0MCwoJCAcFBQMCAkezR7OzR7OzR7OzR/oaGRkZGBgXFhcVFRQUExIREQ8PDg0MCwoJCAcFBQMCAgMFBQcICQoLDA0ODw8RERITFBQVFRcWFxgYGRkZGhoZGRkYGBcWFxUVFBQTEhERDw8ODQwLCgkIBwUFAwICAwUFBwgJCgsMDQ4PDxEREhMUFBUVFxYXGBgZGRkAAwAAAAAD8wPzAAUAhQEFAAABFzcnESMBFQ8dKwEvHT0BPx07AR8dBRUfHTsBPx09AS8dKwEPHQHA0zW7TQHmAgIEBQYGCAgKCgsMDA0ODw8QERESEhMTExUUFRUVFhYVFRUUFBQTExISEREQDw8ODQwMCwoKCAgGBgUEAgICAgQFBgYICAoKCwwMDQ4PDxARERISExMTFRQVFRUWFhUVFRQUFBMTEhIRERAPDw4NDAwLCgoICAYGBQQCAvxnAgMFBQcICQoLDA0ODxAQERMSFBQVFhYXFxcZGBkZGhoZGRgZFxcXFhYVFBQSExEQEA8ODQwLCgkIBwUFAwICAwUFBwgJCgsMDQ4PEBARExIUFBUWFhcXFxkYGRkaGhkZGBkXFxcWFhUUFBITERAQDw4NDAsKCQgHBQUDAgHwyjiyASD+0BYVFRUUFBQTExISEREQDw8ODQwMCwoKCAgGBgUEAgICAgQFBgYICAoKCwwMDQ4PDxARERISExMUFBQVFRUWFhUVFRQUFBMTEhIRERAPDw4NDAwLCgoICAYGBQQCAgICBAUGBggICgoLDAwNDg8PEBEREhITExQUFBUVFRYaGRkYGRcXFxYWFRQUEhMREBAPDg0MCwoJCAcFBQMCAgMFBQcICQoLDA0ODxAQERMSFBQVFhYXFxcZGBkZGhoZGRgZFxcXFhYVFBQSExEQEA8ODQwLCgkIBwUFAwICAwUFBwgJCgsMDQ4PEBARExIUFBUWFhcXFxkYGRkAAAAHAAAAAAP0A/QAAwAHAAsADwATABcAGwAAATUzFSE1MxUBNTMVITUzFQE1MxUhNTMVBSERIQLIyPzgyAGQyPzgyAGQyPzgyP7UA+j8GALIyMjIyP7UyMjIyP7UyMjIyGQD6AAAAwAAAAAD9AP0AEAAgQEBAAABHwYVDx8jLw4BHwYnHwcBLw41Px8zHwUFDw8fHz8fLx8PDgOIBQUEBAMBAgECAgQFBQYHCAkKCwsNDQ4PDxAQERESEhMTFBQUFhUWExITEhESEREQEBAPDw8ODgJKCwoKCQgIB/IQEBAPDw8ODv22CwoKCQgIBwcFBQQEAwECAQICBAUFBgcICQoLCw0NDg8PEBARERISExMUFBQWFRYTEhMSERIR/iAREA4ODQwLCQkIBgYEAwMBAQMDBAYGCAkJCwwNDg4QERITExMUFRUWFxYYGBkZGhoaGhkZGBgWFxYVFRQTExMSERAODg0MCwkJCAYGBAMDAQEDAwQGBggJCQsMDQ0PEBESExMTFBUVFhcXFxgZGRoaGhoZGRgXFxcWFRUUExMTAo8RERIREhMSExYVFhQUFBMTEhIRERAQDw8ODQ0LCwoJCAcGBQUEAgIBAgEDBAQFBQcHCAgJCgoLAkoODg8PDxAQ6QcHCAgJCgoL/bYODg8PDxAQERAREhESExITFhUWFBQUExMSEhEREBAPDw4NDQsLCgkIBwYFBQQCAgECAQMEBAUrEhMTExQVFRYXFhgYGRkaGhoaGRkYGBYXFhUVFBMTExIREA4ODQwLCQkIBgYEAwMBAQMDBAYGCAkJCwwNDQ8QERITExMUFRUWFxcXGBkZGhoaGhkZGBgWFxYVFRQTExMSERAODg0MCwkJCAYGBAMDAQEDAwQGBggJCQsMDQ0PEAACAAAAAAP0A/QAAwCDAAABFSE1Aw8PHx8/Hy8fDw4C+/4KZxEQDw4NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODxARERMTFBQUFhYWFxgYGBoaGhoaGhgYGBcWFhYUFRMTExESEA8NDQwLCQkHBwUEBAIBAQIEBAUHBwkJCwwNDg4QEhETExMVFBYWFhcYGBgaGhoaGhoYGBgXFhYWFBQUExMCMWJiATERExMTFRQWFhYXGBgYGhoaGhoaGBgYFxYWFhQUFBMTEREQDw4NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODxARERMTFBQUFhYWFxgYGBoaGhoaGhgYGBcWFhYUFRMTExESEA4ODQwLCQkHBwUEBAIBAQIEBAUHBwkJCwwNDg4QAAIAAAAAA/QD9AALAIsAAAEVMxUjFSM1IzUzNSUPDx8fPx8vHw8OAjHKymLKyv7PERAPDg0MCwkJBwcFBAQCAQECBAQFBwcJCQsMDQ4PEBERExMUFBQWFhYXGBgYGhoaGhoaGBgYFxYWFhQVExMTERIQDw0NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODhASERMTExUUFhYWFxgYGBoaGhoaGhgYGBcWFhYUFBQTEwL7ymLKymLKZxETExMVFBYWFhcYGBgaGhoaGhoYGBgXFhYWFBQUExMRERAPDg0MCwkJBwcFBAQCAQECBAQFBwcJCQsMDQ4PEBERExMUFBQWFhYXGBgYGhoaGhoaGBgYFxYWFhQVExMTERIQDg4NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODhAAAAQAAAAAA/QDYAADAAcACgAOAAA3ITUhNyE1IQEtATchNSGiA1L8rtoCeP2I/pABGP7olgNS/K6gUuVT/tP+3zRSAAAAAQAAAAADNAP0AAUAABMJARcJAcsBfv6CdgH0/gwDfv6C/oJ2AfQB9AAAAAABAAAAAAMrA+QABQAAEwkBFwkB1QFy/o5xAeX+GwNz/o3+jXIB5QHlAAAAAAEAAAAAA3cD9AACAAA3CQGJAu79EgwB9AH0AAACAAAAAAO1A/QAAwAHAAAlIREhASERIQJ9ATn+x/3NATn+xwwD6PwYA+gAAAYAAAAABAAEAAADAAcAEAAUABgAIQAAJSE1ISUhNSEFFzcRMxEXNycTITUhJSE1IQUnBxc3JwcRIwGAAoD9gAEAAYD+gP2AK1VAVSug4AKA/YABAAGA/oD+AFUroKArVUBAQIBAUS9N/vMBDU0vkQFAQIBAzU0vkZEvTQENAAAAAgAAAAAD8wP0AH8BBQAAARUPHi8fPx8fHgUVHwcBDwMfCDM/BAEfBzM/HT0BLx0rAQ8dA7UBAgMDBQUFBgcICAkJCgoLCwwMDQ0ODQ8ODw8PEBAQEBAQDw8PDg8NDg0NDAwLCwoKCQkICAcGBgQFAwMCAQEBAQIDAwUEBgYHCAgJCQoKCwsMDA0NDg0PDg8PDxAQEBAQEA8PDw4PDQ4NDQwMCwsKCgkJCAgHBgUFBQMDAgH9UQEEBQgKDA4P/s8DBgMCAQIFBgkFBQwLDAwMBQUFAS0YGBobHB0dHhMTExITERIREBEPEA4ODg0MDAsLCgkIBwcGBQQEAgICAgQEBQYHBwgJCgsLDAwNDg4OEA8REBESERMSExMTExMTEhMREhEQEQ8QDg4ODQwMCwsKCQgHBwYFBAQCAgJ9EBAQDw8PDg8NDg0NDAwLCwoKCQkICAcGBgQFAwMCAQEBAQIDAwUEBgYHCAgJCQoKCwsMDA0NDg0PDg8PDxAQEBAQEA8PDw4PDQ4NDQwMCwsKCgkJCAgHBgYEBQMDAgEBAQECAwMFBAYGBwgICQkKCgsLDAwNDQ4NDw4PDw8QEBAPDx0dHBsaGBj+zgUKCwsLCwsJCQQDBAMDBAMEBAEtDw4MCggFBAECAgQEBQYHBwgJCgsLDAwNDg4OEA8REBESERMSExMTExMTEhMREhEQEQ8QDg4ODQwMCwsKCQgHBwYFBAQCAgICBAQFBgcHCAkKCwsMDA0ODg4QDxEQERIRExITEwAAGwAAAAAD1APUAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAAlMzUjBzM1IwczNSMHMzUjBzM1IwczNSMHMzUjJTM1IwUzNSMFMzUjJTM1IwUzNSMFMzUjNSE1ISUzNSMFMzUjBTM1IyUzNSMFMzUjBTM1IyUzNSMHMzUjBzM1IwczNSMHMzUjBzM1IwczNSMDlj8/fT8/fT8/uz4+vD8/fT8/fT8/A2s/P/5LPj7+Sj8/A2s/P/5LPj7+Sj8/A6r8VgNrPz/+Sz4+/ko/PwNrPz/+Sz4+/ko/PwNrPz99Pz99Pz+7Pj68Pz99Pz99Pz8rPz8/Pz8/Pz8/Pz8/Pz4/Pz8/Pz4/Pz8/P30+fT8/Pz8/Pj8/Pz8/Pj8/Pz8/Pz8/Pz8/Pz8ABQAAAAAD8wPzACEAVwB5AJsA4AAAJR8HIT8HLwchDwYDES8EIw8HHwM/Ay8GKwEPBBEvBw8GNx8HIT8HLwchDwYDHwchPwcvByEPBicPBBUfBjM/AxUjDwcfBzM/Bj0BLwUrAREvCQ8CAYMBAgIEBQUGBgIzBgYFBQQCAgEBAgIEBQUGBv3NBgYFBQQCAvtFBAUGBQYGBgUFBAIBAQECBJmTAwIBAQEDAwUGBQYGBgYFBEQBAgMDBQUGBwYGBQUEAgL5AQICBAUFBgYCMwYGBQUEAgIBAQICBAUFBgb9zQYGBQUEAgIBAQICBAUFBgYCMwYGBQUEAgIBAQICBAUFBgb9zQYGBQUEAgLxfQQDAgECAwMFBgUGBgYGBUheBgYFBQQCAgEBAgIEBQUGBvoHBQYEBAMCAgMEBAYFB10BAQEDAgMEBAcGBgUFqAYGBQUDAwIBAQIDAwUFBgYHBgUFAwMCAQECAwQEBQYBL/7QeAUEAwEBAgQEBgYGBwYGBvHxBgYHBgcGBQUDAwICBAV+ATYHBgYFBAMCAQECAwQFBgY6BgYFBQQCAgEBAgIEBQUGBgcGBQUDAwIBAQIDBAQFBgFwBgYFBQMDAgEBAgMDBQUGBgcGBQUDAwIBAQIDBAQFBk91BQUGBgYFBgUEAwIBAgMDRNEBAgMEBAUGBwYGBQUEAgIBAQICBAUFBgYHBQYEBAMCARoEBQQEAwQCAgIBAQEDAAAEAAAAAAPzA3cAPQByAKUBLAAAAR8GOwEBDwMfBz8DAR0BHwY/BzUvByMPBiUVHw8zNSsBLw09AS8HDwYlFR8GOwEfDRUzLw8jDwYFFR8PMz8GPQEvBisBLw09Aj8NMyEzHxU7AT8GLxAhDw4C+gEBAwQFBQYGcP79BAMBAQEBAwQFBQYGBgYFBQEEAgMEBAYFBwYGBQUEAgIBAQEDBAUFBga8BgYFBQQDAf6IAQMEBwgJCwwNDw8IERISE4d9DQ0MCwsKCgkIBwYGBAMCAQIDBAQGBQcGBgUFBAICATgCAwQEBgUHXQ0NDAsLCgoJCAcGBgQDAj8BAwQHCAkLDA0PDwgREhITZwcFBgQEAwL9UAEDBAYICQsMDQ4HEBAREhJsBwUGBAQDAgIDBAQGBQdiDAwMCwoKCggIBwYFBAMCAgMEBQYHCAgKCgoLDAwMAQoLCwsLCQoJCAgHBgYEBAMBAgICBAUFBgYHBgUEBAMCAQEDBAYHCAoKDAwODhAHERAR/u0TEhEREA8ODQwLCQgGBAMB4QYGBgQEAwL+/AUFBgYGBQYFBAMBAQEBAwQBA3AGBgUFBAMBAQEBAwQFBQYGvAYGBQUEAwEBAQEDBAUFBp1GExISEREPDw0MCwkECAUEAj8CAwQGBgcICQoKCwsMDQxGBwYFBQMDAgEBAgMEBAUGzQcFBgQEAwIBAgMEBgYHCAkKCgsLDA0NFBISEREPDw0MCwkECAUEAgECAgQFBQandBQTEhIQEA8ODAsFCQcGBAIBAQMEBQUGBgcFBgQEAwIBAgMFBQcHCQkKCgwMDA0NdA0NDQsMCgoKCAcHBQUDAgIDAwUGBgcJCAoKCwsMDBQGBgQEAwICAwQEBgYGFRIRERAPDg0MCwoIBwMFAwIBAwUGCAoLDA4PEBASEhMAAwAAAAADdwP0ACUASwDLAAAlHwcVDwgvBzU/BzMXBR8IDwgvBzU/BzMXAxMDDw8fDz8OLwkbAQ8NFR8OPw4vDwMTJwsBAwEDCgUNBAIDAwMGBQQOBgcXCw0WDA0EAQMDAwUGBA4GAxoMDf5NAwMMDQQCAwIBAwYFBA4GBxcLDRYMDQQBAwMDBQYEDgYDGgwNIsO8Dw0ODQ0LCwUOCAcGBQMBAQECBAYGCAkEChEMDg0ODw8PDw4NDgwMDw0IBgYEAgEBAQMMBgsHDggRm5sJCAgIBgcGCwQEAwMCAQECBAYGCAkOEQwODQ4PDw8PDg0ODBEKDQgGBgQCAQEBAgMJBgQJBRcMDQ0ODw+5xSLQ0MQBBAQLBgMJDQkMDwgFCwMDAwEDBgcLBgIKDQkLEAgFCwMBBQIEAQEHCwYDCQ0JDA8IBQsDAwMBAwYHCwYCCg0JCxAIBQsDAQUCAtX+r/7AAgIEBAYGBwQPCQoLDAwMDQ0MDAwLCgoFCAsHBgQDAgEBAgMEBgcHDA8KCwwMDA0SCAgYCA4HDAYKAQb+9wQEBgUGBwcPCAgICQgICQ0MDAwLCgoNCwcGBAMCAQECAwQGBwsIDwoLDAwMDQ0MBgwRCwUJBA8HBgQDAgEBQgFRV/6gAWAAAAQAAAAAA7UD9AACAAgADgAXAAABIzUnFTMRIRE3FyMRIxEDMxUhEQEjJyEDS48/+v4ME33Puz/6AnL+8z+7/psCPpAs+v5KArC8fv3OArD9ErwCIgEKvAAcAAAAAAPUA9QAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAbwAAJTM1IwUzNSMFMzUjBzM1IwczNSMFMzUjBzM1IyUzNSMFMzUjBTM1IyUzNSMFMzUjBTM1IyUzNSMhMzUjBzM1IwczNSMFMzUjBzM1IwczNSMhMzUjJTM1IwUzNSMFMzUjJTM1IwUzNSMFMzUjNSE1IQHhPj7+Sj8/A2s/P30/P30/P/6JPz99Pz8C7j8//ks+Pv5KPz8Daz8//ks+Pv5KPz8Btj4+AbU/P30/P30/P/6JPz99Pz99Pz8Btj4+AbU/P/5LPj7+Sj8/A2s/P/5LPj7+Sj8/A6r8Vis/Pz8/Pz8/Pz8/Pz8/Pj8/Pz8/Pj8/Pz8/Pj8+Pj4+Pj4+Pj4+Pj8+Pz8/Pz8+Pz8/Pz8+PwAABAAAAAAD9AP0AAsADwATABsAAAEXBxc3FzcnNycHJwERIxEhESMRAyEVITUhESEBg3BwLHBwLHBwLHBwAgf6/oj6PgE4AXgBOPwYARhwcCxwcCxwcC1xcQJx/scBOf7HATn+iHx8AbYAAAAABAAAAAAD9AP0AAMADwATABsAAAEVITUBFwcXNxc3JzcnBycBFSE1ByMRMxEhESEDtv7H/Y9wcCxwcC1xcS1wcAN+/sc/fHwBtv5KAUT6+gENcHAtcXEtcHAscHABOfr6+v6I/sgD6AAFAAAAAAP0A/QAAwAHABMAFwAnAAABFSM1ExUjNQUjFTMVMzUzNSM1IycVIzUhMxUjFTMVIxUzFSMVIREhAj76+voB9Hx8P319P/r6/sj6+vr6+voCcf2PAUT6+gE5+vo/Pn19Pn76+vr6P/o/+j4D6AAAAAUAAAAAA/QD9AADAAcAEwAXACgAAAEVIzUTFSM1BSMVMxUzNTM1IzUjJRUjNQMpATUjNTM1IzUzNSM1MzUhArz6+vr+x319P3x8PwIz+j8BOQE4+vr6+vr6/Y8BRPr6ATn6+j8+fX0+fvr6+vxWPvo/+j/6PgAAAAQAAAAAA/MDdwBHAHoArQE0AAABDwMVHwMPBB8GOwE/Ax8EPwcvBD8DPQEvBg8ELwQPAiUVHw81Lw49AS8HDwYlFR8FOwEfDhUzLw8jDwYFFR8PMz8GPQEvBSsBLw49Aj8NMyEzHxU7AT8GLxAhDw4CiwQDAQECAwSBhgQDAQEBAQMEBQYFBgYGBgWFhgUGBgYGBQYFBAMBAQEBAwSHgQQDAgIDBAUFBgYGBgUFgYEEBgYGBgUG/vMBAwQHCAkLDA0PDxEREhIUDQ0MCwsKCgkIBwYGBAMCAQIDBAQGBQcGBgUFBAICATgCAwQEBgUHXQ0NDAsLCgoJCAcGBgQDAj8BAwQHCAkLDA0PDwgREhITZwcFBgQEAwL9UAEDBAYICQsMDQ4HEBAREhJsBwUGBAQDAgIDBAQGBQdiDAwMCwoKCggIBwYFBAMCAgMEBQYHCAgKCgoLDAwMAQoLCwsLCQoJCAgHBgYEBAMBAgICBAUFBgYHBgUEBAMCAQEDBAYHCAoKDA0NDhAHERAR/u0TEhEREA8ODQwLCQgGBAMB9wUFBgYGBgUFhIgFBQYGBgYFBQQDAgIDBIiJBAMBAQEBAwQFBQYGBgYFBYmEBQUGBgYGBQUEAwEBAQEDBIODBAMBAQEBA4lGExISEREPDw0MCwkIBwQDAT4BAgMEBgYHCAkKCgsLDA0MRgcFBgQEAwIBAQIDBAQGBc0HBQYEBAMCAQIDBAYGBwgJCgoLCwwNDBMSEhERDw8NDAsJBQcFBAIBAQMEBQUGp3QUExISEBAPDgwLBQkHBgQCAQEDBAUFBgYGBgYEBAMCAQIDBQUHBwgKCgoMCw0NDXQNDQwMDAoKCQkHBwUFAwICAwMFBgYICAkJCgsLDAwUBgYEBAMCAgMEBAYGBhQSEhEQDw4NDAsJCQcDBQMCAQMFBggKCwwODxAQEhITABsAAAAAA9QD1AADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAJTM1IwczNSMHMzUjBTM1IwczNSMHMzUjJTM1IwUzNSMlMzUjBTM1IyUzNSMHMzUjBTM1IwczNSMHMzUjBTM1IzUzNSMFMzUjJTM1IwUzNSMlMzUjBzM1IwczNSMDMxEjBzM1IwczNSMHMzUjA5Y/P30/P30/P/6JPz99Pz99Pz8Daz8//JU/PwNrPz/8lT8/Au4/P30/P/6JPz99Pz99Pz8Daz8/Pz/8lT8/A2s/P/yVPz8Daz8/fT8/fT8/uz4+vD8/fT8/fT8/Kz8/Pz8/Pz8/Pz8/Pj8/Pz4/Pz99Pj4+Pj4+Pj4+Pj59Pz8/Pj8/Pz4/Pz8/P/xWA6o/Pz8/Pz8AABwAAAAAA9QD1AADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawBvAAAlMzUjBzM1IwczNSMHMzUjBzM1IwczNSMlMzUjBTM1IyUzNSMFMzUjJTM1IwczNSMHMzUjBzM1IwczNSMHMzUjBzM1IyUzNSMFMzUjJTM1IwUzNSMBMxEjBzM1IwczNSMHMzUjBzM1IwczNSMHMzUjAxk/P30/P7s+Prw/P30/P30/PwG2Pj7+Sj8/AbY+Pv5KPz8C7j8/fT8/fT8/fT8/fT8/fT8/fT8/AbY+Pv5KPz8Btj4+/ko/PwNrPz99Pz99Pz+7Pj68Pz99Pz99Pz8rPz8/Pz8/Pz8/Pz8+Pz8/Pj8/P30+Pj4+Pj4+Pj4+Pj4+fT8/Pz4/Pz/80wOqPz8/Pz8/Pz8/Pz8/AAAAAAUAAAAAA/MDtQACABwARwB6AQEAAC0BJwkBFwE/BDUvCiMPAyUVHw81Lwc1LwYrAQ8FJRUfBjMfDhUzLxAPBgUVHw87AT8FPQEvBSsBLw49Aj8OITMfFj8HLxAlDw4BgwEErgFb/tGtATAEBAMEAwMEAwQEVwQFBgsLDAwLBQX+SgEBAwQFBgcICQoKCwwMDQ0HDQsKCAYFAgECAwQEBgUHBgYFBQQCAgE4AgMEBAYFB10NDQwLCwoKCQgHBgYEAwI/AQMFBggJCwwNDw8IERISE2cHBQYEBAMC/VABAwQGCAkLDA0OBxAQERISbAcFBgQEAwICAwQEBgUHYgwMDAsKCgoICAcGBQQDAgIDBAUGBwgICgoKCwwMDAEKCwsLCwkKCQgIBwYGBAQDAQICAgQFBQYGBwYFBAQDAgEBAwQGBwgKCgwNDQ8PCBAQEv7uExISEBAPDg0MCwkIBgQDSk2xAWH+y7EBNgQFBgsMDAwLBQUFWAUDBAQCAgQEAxVGDw8ODg4NDAwLCgoJCAcHBUUECgsMDg8QEU4GBgUFBAMCAgMEBQUGzQYGBQUEAwEBAQIDBAUGCAgJCQoLDAwMDRMTEhEQEA4ODAoKBAcGAwIBAQIDBAQGBad0FBMSEhEQDg4NCwUICAUEAgIDBAQGBgYGBgUFBAMCAQIDBAYGCAgJCgsLDA0MDnQNDQwMCwsKCQkHBgYEAwIBAgMEBAYHBwgJCQoLCwwMFQYFBQMDAgEBAgMDBQUGBxQSEhAQDw4NDQoKCQcDBAQBAQEDBQcICQsNDQ8QERETEwAAAAACAAAAAAP0AvoAhwEUAAABFR8GOwEfDR0CDw4jLw89AS8FKwEPBhUfDyE/DzUvDyMPBgUVHw8zPwY9AS8FKwEvDzU/DzMfGj8HLxMjDw4CvAIDBAQGBQddDQ0MCwsKCgkIBwYGBAMCAgMEBgYHCAkKCgsLDA0N+gwNDAsLCgoJCAcHBQQDAgECAwQEBgYGBgYFBQQDAQEBAwQHCAkLDA0PDwgREhITAQMUEhIREQ8PDQwLCQQIBQQCAQMEBwgJCwwNDw8IERISE2cHBQYEBAMC/VABAwQHCAkLDA0PDwgREhITZwYGBgQEAwICAwQEBgYGXQ0NDAsLCgoJCAcGBgQDAgEBAgMEBgYHCAkKCgsLDA0N+gkJCQkJCAgIBwcGBwUFBQQEAwIBAgMEBAUGBwYGBQUDAwIBAQMEBwYHBwkJCQsLCwwNDQ0ODQ76FBISEREPDw0MCwkIBwQDAtsHBQYEBAMCAQIDBAYGBwgJCgoLCwwNDX0MDQwLCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLCwwNDEYHBQYEBAMCAgMEBAUGB0UUEhIREQ8PDQwLCQQIBQQCAQMEBwgJCwwNDw8IERISE4YUEhIREQ8PDQwLCQQIBQQCAQEDBAUFBqN8FBISEREPDw0MCwkECAUEAgEBAwQFBQYGBwUGBAQDAgECAwQGBgcICQoKCwsMDQ18DQ0MCwsKCgkIBwYGBAMCAQEBAgIDAwUEBgUHBggHCAkMDAwTBgUFAwMCAQECAwMFBQYGExMSEgwMDAsKCQkIBwYFBQMDAQEBAwQHCAkLDA0PDxEREhIAAAAAHAAAAAAD1APUAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAG8AACUzNSMHMzUjBzM1IwczNSMHMzUjBzM1IyUzNSMFMzUjJTM1IwUzNSMlMzUjBzM1IwczNSMHMzUjBzM1IwczNSMHMzUjJTM1IwUzNSMlMzUjBTM1IyUzNSMHMzUjBzM1IwczNSMHMzUjBzM1IwMzESMDlj8/fT8/fT8/uz4+vD8/fT8/Au4/P/5LPj4BtT8//ks+PgG1Pz99Pz99Pz99Pz99Pz99Pz99Pz8C7j8//ks+PgG1Pz/+Sz4+AbU/P30/P30/P7s+Prw/P30/P30/Pys/Pz8/Pz8/Pz8/Pz4/Pz8+Pz8/fT4+Pj4+Pj4+Pj4+Pj59Pz8/Pj8/Pz4/Pz8/Pz8/Pz8/P/xWA6oAAAAABwAAAAAD9AP0AAMABwALAA8AEwAlADEAAAEVIzUjFSM1IxUjNQEVIzUTFSM1ITMVIxUzFSM1IxUjNSMRIREhBRcHFzcXNyc3JwcnA7b6P/o/+gNs+vr6/ujZ+vr6P/o+A+j9sP5ocHAscHAtcXEtcHABRPr6+vr6+gE5+voBOfr6+j/6+vrd/awD6CxwcCxwcCxwcCxwcAAKAAAAAAP0A/QAAwAHAAsADwATABcAGwAfACMAKAAAARUjNSMVIzUjFSM1ARUjNSMVIzUjFSM1ARUjNSMVIzUjFSM1AykBESEDtvo/+j/6A2z6P/o/+gNs+j/6P/o+ATgCsPwYAUT6+vr6+voBOfr6+vr6+gE5+vr6+vr6/FYD6AAAAAAFAAAAAAPzA7UAIwBSAH0AsAE3AAABERUfBTMXPwcRLwcjDwYnERUfBj8HETM/Bj0BLwYrAQ8IJxUfDzUvBzUvBw8GJRUfBjMfDhUzLxAPBgUVHw87AT8FPQEvBiMvDj0CPw4hHxc/By8QJQ8OArwDAwUFBwcE8AcIBgYEBAIBAQIEBAYGCAPwCAcHBQUDA30CAwQEBgUHBgYFBQQCAgH6BgYFBQQDAgIDBAUFBgb6BgcGCwoIBwUBAbwBAQMEBQYHCAkKCgsMDA0NBw0LCggGBQIBAgMEBAYFBwYGBQUEAgIBOAIDBAQGBQddDQ0MCwsKCgkIBwYGBAMCPwEDBAcICQsMDQ8PCBESEhNnBwUGBAQDAv1QAQMEBggJCwwNDgcQEBESEmwHBQYEBAMCAgMEBAYFB2IMDAwLCgoKCAgHBgUEAwICAwQFBgcICAoKCgsMDAwBCgsLCwsJCgkICAcGBgQEAwECAgIEBQUGBgcGBQQEAwIBAQMEBgcICgoMDQ0PDwgQEBL+7hMSEhAQDw4NDAsJCAYEAwHa/pcIBwcFBQMDAQEDAwUFBwcEAW0HCAYGBAQCAQECBAQGBghd/ooHBgUFAwMCAQECAwMFBQYHAXYBAgMEBAYFBwYGBQUEAwEBAQIFBgkKCwYGfkYPDw4ODg0MDAsKCgkIBwcFRAUJDAwODxAQTwYGBQUEAwEBAQEDBAUFBs0GBgUFBAMBAQECAwQFBggICQkKCwwMDA0TExIREBAODgwKCgQHBgMCAQECAwQEBgWndRMTExEREA8NDQsFCQcFBAICAwQEBgUHBgYFBQQDAQEBAgMEBgYICAkKCwsMDA0OdA0NDAwLCwoJCAgGBgQDAgEBAQMEBQUHBwgJCQsKCwwMFQYFBQMDAgEBAgMDBQUGBxQSEhAQDw4NDAsKCAcDBQQBAQEDBQcICQsNDQ8QERETEwAAABwAAAAAA9QD1AADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawBvAAA3ITUhJTM1IwUzNSMFMzUjJTM1IwUzNSMFMzUjJTM1IyEzNSMHMzUjBzM1IwUzNSMHMzUjBzM1IyEzNSMlMzUjBTM1IwUzNSMlMzUjBTM1IwUzNSMlMzUjBzM1IwczNSMHMzUjBzM1IwczNSMHMzUjKwOq/FYDaz8//ks+Pv5KPz8Daz8//ks+Pv5KPz8Btj4+AbU/P30/P30/P/6JPz99Pz99Pz8Btj4+AbU/P/5LPj7+Sj8/A2s/P/5LPj7+Sj8/A2s/P30/P30/P7s+Prw/P30/P30/Pys/Pj8/Pz8/Pj8/Pz8/Pj8+Pj4+Pj4+Pj4+Pj8+Pz8/Pz8+Pz8/Pz8+Pz8/Pz8/Pz8/Pz8/PwAAAAAEAAAAAAO1A/QAAwANACoAUAAAAREhESUVITUzFSERIRElHwcVMxUhNTM1PwofAScPCiMRIRUhESM1IzUvDA8CA3f+if7IAfQ+/sj+xwFWBQYEBwUCAwF9/ol9AQECBAQFBgcJCw0QBkYGBQsJDQsKBgQCAfoBeAH0fvoCBAQFBwcMDhARDAwMDQwMAj7+DAH0+nx8u/4MAq95AwQFCQwGDg03Pj4oFgoKCQgHBwYDAwEBATYDAwYIDA4QEAwNDPzTPgJx+gwNDAsLCgoMDAkHAwIBAQIDAAAFAAAAAAP0A/MACQANABEARABKAAATMxUjFSE1IxEjATM1IycVIzUlDwMdAR8GOwE/Bi8EIREhFSERIT8ELwcjDwEFMxUzESMMfX0BOHy8ATi8vHx+ArrCBAMCAgMEwgQGBQYGBgYFBAICAQECAwSKARH9zQJx/rGKBAMCAQECAgQFBQYGBgYG/QS8PvoBRPo+PgE5AXc+fX19NrsFBgUHBgYFBbwDAwICAwQFBgUGBgYFBYb9jz8C7oYFBgUGBgYGBAUDAQECA/W8AbYAAAAABQAAAAAD9AP0AAsADwATABcAJwAAJSMVMxUzNTM1IzUjARUjNSMVIzUjFSM1AyERIxUjNSMVIzUjFSM1IwHCfn4+fX0+AfT6P/o/+j4D6D76P/o/+j7IP319P3wBePr6+vr6+v7HAnH6+vr6+voAAAUAAAAAA/QD9AADAAcACwAbACcAAAEVIzUjFSM1IxUjNQMzNTMVMzUzFTM1MxUzESElIxUzFTM1MzUjNSMDtvo/+j/6Pj76P/o/+j78GAG2fn4+fX0+Aj76+vr6+vr9zvr6+vr6+gJx+j98fD99AAAQAAAAAAOkA6QAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwAAJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1IQJ4ASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1FweHh48Hh4ePB4eHjweHh7wHh4ePB4eHjweHh48Hh4eABL/5P/kBBwEHAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEUASgAAJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUzIREhEQMpAREhAngBLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAYYeAeD8BB4CHAIc+8h6Hh4ePB4eHjweHh48Hh4e0h4eHjweHh48Hh4ePB4eHlr8BAP8++YEOAAAABX/5P/kBBwEHAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AVAAAJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElESERIxEhESUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJREhESMRIREDKQERIQJ4ASz+1P4CASz+1AH+ASz+1P4CASz+1AH+ASz+1P4CASz+1AH+ASz+1P4CASz+1AOE/iAe/gICdgEs/tT+AgEs/tQB/gEs/tT+AgEs/tQB/gEs/tT+AgEs/tQB/gEs/tT+AgEs/tQDhP4gHv4CHgIcAhz7yHoeHh48Hh4ePB4eHjweHh5a/gIB/v4CAf54Hh4ePB4eHjweHh48Hh4eWv4gAeD+IAHg++YEOAAAAAkAAAAAA2gDpAADAAcACwAPABMAFwAbAB8AJQAAJSE1ISUhNSE1ITUhNSE1IQEVIzUjFSM1JRUjNSMVIzUHHQEhESEB4gGG/nr+tgLQ/TAC0P0wAtD9MAKylh6WAUqWHpYeAYb+elwePB48HjweAUqWlpaWtJaWlpaoGKgBhgAAEv/kAAAEHAPgAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBVAAAlITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJREhESkBESEVIREzESERMxEzETMRIQI8AQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gNI/j7+AgHg/iAB4B4Bwh48HvvIXB4eHjweHh48Hh4ePB4eHtIeHh48Hh4ePB4eHjweHh48/j4Bwv4+Hv4+AcL+PgOi/JoDhAAAAAkAAAAAA2gDpAADAAcACwAPABMAFwAbAB8AJQAANyE1ITUhNSE1ITUhNSE1IQEVIzUjFSM1JRUjNSMVIzUHHQEhESGYAYb+egLQ/TAC0P0wAtD9MAFolh6WAUqWHpYeAYb+elwePB48HjweAUqWlpaWtJaWlpaoGKgBhgAJAAAAAANoA6QAAwAHAAsADwATABcAGwAfACUAADchNSE1ITUhNSE1ITUhNSEBFSM1IxUjNSUVIzUjFSM1Bx0BIREhmAGG/noC0P0wAtD9MALQ/TAB/pYelgFKlh6WHgGG/npcHjwePB48HgFKlpaWlrSWlpaWqBioAYYAAwAAAAAEAAMAAAMABwALAAARITUhNSE1ITUhNSEEAPwABAD8AAQA/AABAEDAQIBAAAAAAAMAAAAABAADwAADAAcACwAANSE1IREhNSERITUhBAD8AAQA/AAEAPwAQEABgEABQEAAAAADAAAAAAQAA0AAAwAHAAsAADUhNSERITUhNSE1IQQA/AAEAPwABAD8AMBAAQBAwEAAAAAABgAAAAAEAAQAAAMABwAQABQAGAAhAAAlITUhJSE1IQUnBxc3JwcRIwEhNSElITUhBRc3ETMRFzcnAYACgP2AAQABgP6A/gBVK6CgK1VAAQACgP2AAQABgP6A/YArVUBVK6BAQIBAzU0vkZEvTQENAUBAgEBRL03+8wENTS+RAAAFAAAAAAOkA6QAAwAHAAsADwATAAA3ITUhNSE1ITUhNSEBESERAyERIbYClP1sApT9bAKU/WwC0Pz0HgNI/Li2HjwePB4B/vz0Awz81gNIAAUAAAAAA6QDpAADAAcACwAPABMAABMhNSE1ITUhNSE1IQERIREDIREhtgKU/WwClP1sApT9bALQ/PQeA0j8uAGmHjwePB4BDvz0Awz81gNIAAAAAAUAAAAAA6QDpAADAAcACwAPABMAABMhNSE1ITUhNSE1ISURIREDIREhtgKU/WwClP1sApT9bALQ/PQeA0j8uAJ4HjwePB48/PQDDPzWA0gAAgAAAAADwAO/AAcADwAAEwEDMxMBNwEFMwcXNzM1IUABXaujeQFeU/zVASBxI21W+/10A2r+qP5vARj+p1MDKn1NbbqAAAAAAwAAAAADwAPAAE0AUQCXAAABHwQPDyMvCxUfCD8YNS8DIx8BJSE1IQEPFB8DMy8HPw47AR8GNS8GDwICfgQCBQMBAQIEBAYICQoMDQ4QERMUFg0NHh4eDw4PDQ0MDAoKCwwdHyAgLBggHx4dHBoMDQsLCwoKCQkIBwcGBQUDAwICAQMEB6sGDP3HA4D8gAGHDg0aGBcLCgoJCQgHBwcFBQQDAgEBAQMEBrAJBwcGBQQCAQEDBQYJCQsLDQ4ODxAQDxAcGhoYFhYUEhATFRcZKzAdHRwBXQUGDQ0PDg0MCwoKCAgHBgUEBAIBAQEEBwkFBgYHBwgICZIFBgUICAYFBAEBAgQFCAkFBgYHBwgICQkKCgsMDA0NDg8PEBQUExIHDVyAAXIEBAoLDgcICAkKCgoLCwwMDQ0ODg8WFBMRBwkICQsMDA4PDQwMCgkICAYGBAMDAgEDBAYHCQsMjAcGBQQEAwEBAgUAAgAAAAAEAAO/AAcADwAAATMRMxEzNSElIREzESE1IQIAwIDA/gD+AAEAgAEA/YACQP4AAgCAgP0AAwCAAAAAAAQAAAAABAADvwADAAcACwAPAAA1ITUhNSE1ITUhNSE1ITUhBAD8AAQA/AAEAPwABAD8AECAgICAgICAAAMAAAAABAAD/wAEAAgATAAAAScDIQMTESERJxEfDyE/DxEvDyEPDgHigaECgL7+/QCAAQEDBAUHBggJCQoKCwwMDAMQDAwMCwoKCQkIBgcFBAMBAQEBAwQFBwYICQkKCgsMDAz88AwMDAsKCgkJCAYHBQQDAQFbp/7+AYABAP0AAwAI/PAMDAwLCgoJCQgGBgYEAwEBAQEDBAYGBggJCQoKCwwMDAMQDAwMCwoKCQkIBgYGBAMBAQEBAwQGBgYICQkKCgsMDAAADAAAAAADwAO/AAMABwALAA8AFQAZAB0AIQAlACkALQAxAAAlMzUjBzM1IzczNSM1MzUjBRURIREhJTM1IwUzNSMlMzUjBzM1IwczNSMHMzUjBzM1IwNAgIDAgIDAgICAgP0AAgD+AAMAgID9AICAAwCAgMCAgMCAgMCAgMCAgECAgIBAgECAgED+wAIAQICAgECAgICAgICAgIAAAgAAAAAEAAP/AAgAEQAAEzMHFzcVMxEhATUjESE1IzcnQKbmWuaA/oACgIABgKXlWgFA5VvmpgGAAVqm/oCA5VsAAAACAAAAAAQAA/8ABAAXAAA1FTMBJzcHFz8DNS8GIw8C4gJb4bF24noGBQICBQaVCgoMDQsLBeLiAlzhsnbiewkLCw0LCwqVBgUCAgUDAAAAAAMAAAAAA0ADwAAiAEUAkAAAATMfDR0BDw4jNRMzHw4PDyM1AyEzPxAvDz8OPQEvEyMhAjwKCgoJCQkHCAYGBQQEAgICAgQEBQYGCAcJCQkKCgq8mgsKCQoJCAgHBgYFBQMCAgEBAgIDBQUGBgcICAkJCgoLmsABpQsLCwsVFBMSERAODQsJBwYDAQEBAwQFBgcICQoKCwwMDQ4KCgkJCAgHBgYFBAQDAgEBAQUHCQsNDhASEhQLCwoMCwwLDA3+jgG1AgMDBQYGBwgJCQoKCwsMCwsLCgoJCQgHBwUFBAICAeABdQIDAwUGBgcICQkKCgsLDAsLCwoKCQkIBwYGBQMDAgHg/RYBAgIGCAoNDg8RExQVFxcYGRIREhARDw8PDg0MCwsKCQcJCQkKCgoLCwsLDAwMDAwNDQ0NGhgYFhUTEhAODAUFBAQDAgIBAAAAAAQAAAAABAADvwADAAcACwAPAAA1ITUhNSE1ITUhNSE1ITUhAwD9AAQA/AADAP0ABAD8AECAgICAgICAAAQAAAAABAAD/wA/AH8AhAEGAAAlFQ8OLw49AT8NOwEfDREVDw0rAS8NPQE/Dh8OJQcXATUFFR8QPwcXBy8GIw8PHw8/Dy8HNwEzNQE1Lw8PDgFAAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAf//gAFA/AABBAUHCQsMDg8IERITFBUWFRINDAwMDAsLOzsLDA0MDQ0NDhcWFhQUEhIPDw0LCQgFBAEBBAUICQsNDhARExMVFRcWGBYWFBQSERAPDAwJCAUEAQEBAwMEBQYHXgFAwP3AAwQGCAoLDQ4QERISFBUVFhsWFRQTExEPDwwLCgcGBOAKCQkJCQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCQkJCgoJCggJCAcHBgYEBQMCAgICAwUEBgYHBwgJCAoJAjYKCQoICQgHBwYGBAUDAgICAgMFBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCAoJk/2AAUBAnQMZFRUUExIQEA4HDAoJBwUDAQEBAgMDBAUFWFgFBQQEAgICAQQFCAkLDQ8PEhIUFBYWFxcWFRUUEhEQDw0LCQgFBAEBBAUICQsNDw8SEhMVFRYXEQ4PDg4ODQww/sBAAmBHHBUUExMREA8ODAoJBwUEAQEEBgcJDAwPDxESFBQVFgAAAAACAAAAAAJgA/8AAwAHAAAhMxEjNTM1IwGgwMDAwAKAwMAAAAADAAAAAAQAA/8AAwBHAF0AAAERIREjER8PIT8PES8PIQ8OJxEzESE1IQ8OA4D9wIABAgMEBQcHCQkJCwsMDA0NAkANDQwMCwsJCQkHBwUEAwIBAQIDBAUHBwkJCQsLDAwNDf3ADQ0MDAsLCQkJBwcFBAMCwYACgP2ADQ0MDAsLCQkJBwcFBAMCAsD9wAJA/cANDQwMCwoKCQkHBgYEAwIBAQIDBAYGBwkJCgoLDAwNDQJADQ0MDAsKCgkJBwYGBAMCAQECAwQGBgcJCQoKCwwMDbP9QALAgAECAwQGBgcJCQoKCwwMDQAAAgAAAAADgAO/AAMACwAANyERITchFSE1ITUhwAKA/YDA/wADAP8A/wBAAoDAgIBAAAAAAAUAAAAABAADvwADAAcACwAOABIAADUhNSElITUhNSE1IQE3JzUhNSEEAPwAAYACgP2AAoD9gP6AwMAEAPwAQICAgICA/oDAwICAAAADAAAAAAP/A/8AAwAeACIAACkBNSEBDwcVHwozPwMBNwkCAYACgP2A/rALCQgGBgQCAgICBAYHBArYCAgICQgICFj+qjkBVgG7/qqAAZ4LDAwNDQ4NDg4ODQ4MDQUMzQUDAgIDBVQBRjT+ugGnAUcAAQAAAAAEAAMAAGQAABEhJz8OOwEfHjcvHiMPDycBwLcNDg4PDw8QEBARERIREhISERAREBAQDw8PDw4ODg4NDA0LDAsLCgoJCQgIBwcGBgV4BwcJCAoKCwwMDQ0ODw8PEBEREhETEhQTFBQVFBUWFRYZGBgXFxcXFhUVFRQUExIStAEA0AwLCgoJCAcHBgYFAwMDAQECAgMEBQUFBwcHCAgKCQoLCwsMDA0NDg4ODg8PEBAqFRQUFBMSExERERAQDw4ODgwMCwsJCQkHBwUFBQMCAgEBBAQFBggJCQsLDA4ODxDRAAAAAAIAAAAABAAD/wAIABEAADc1IxEhNSM3JwEzARcBFTMRIYCAAYCm41oBHab+/VoBA4D+gNul/oCA41oBw/79WgECpQGAAAAAAAIAAAAAA4AD/wADAGkAADMhNSETFR8dOwE/HTURIxEPDy8PESOAAwD9AEACAgMDBAUGBwcHCQkJCgsLDAwMDQ4NDg8PDxAPEBEQEBEQDxAPDw8ODQ4NDAwMCwsKCQkJBwcHBgUEAwMCAoABAwYHCAoMDQ4PEBERERISEhIREREQDw4NDAUJCAYFAoCAAYAQERAPEA8PDw4NDg0MDAwLCwoJCQkHBwcGBQQDAwICAgIDAwQFBgcHBwkJCQoLCwwMDA0ODQ4PDw8QDxAREAIA/gAVExMSERAPDQwLCQgGBAMBAQMEBggJCwwNDwgQERMTFQIKAAAGAAAAAAQAA78AAwBDAEcAhwCLAMsAACUhNSEFFR8OPw49AS8NKwEPDQEhNSEFFR8NOwE/DT0BLw4PDiUhNSEFFR8NOwE/DT0BLw4PDgFAAsD9QP7AAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAUACwP1A/sACAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgICAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgIBQALA/UD+wAICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAoCAYAoJCQkJCAcHBgYEBAQCAQEBAQIEBAQGBgcHCAkJCQkKCgkKCAkIBwcGBgQFAwICAgIDBQQGBgcHCAkICgkBFoBACgkKCAkIBwcGBgQFAwICAgIDBQQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAIBAQEBAgQEBAYGBwcICQgKCfaAIAoJCggJCAcHBgYEBQMCAgICAwUEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAQEBAQIEBAQGBgcHCAkICgkAAAMAAAAABAADgABAAMABQAAAARUfDz8PLw8PDgUVDx0rAS8dPQE/HTsBHx0FHx47AT8eLx4rAQ8dAWABAgQGBggKCgsNDQ4OEBAQEBAQDg4NDQsKCggGBgQCAQECBAYGCAoKCw0NDg4QEBAQEBAODg0NCwoKCAYGBAIBvwECAwMEBAYFBwcHCAkJCQoLCwsMDAwNDQ0ODg4PDg8PDg8ODg4NDQ0MDAwLCwsKCQkJCAcHBwUGBAQDAwIBAQIDAwQEBgUHBwcICQkJCgsLCwwMDA0NDQ4ODg8ODw8ODw4ODg0NDQwMDAsLCwoJCQkIBwcHBQYEBAMDAgH84AgICQoKCwwMDQ0ODw8PEBAREhETEhMTFBQUFRUVFRYWFhYVFRUVFBQUExMSEhIREREQDw8ODg4NDAsLCwoJCAgICAkKCwsLDA0ODQ8PDxAREBISEhITExQUFBUVFRUWFhYWFRUVFRQUFBMTEhMREhEQEA8PDw4NDQwMCwoKCQgCAAgIEBAODg0NCwoKCAYGBAIBAQIEBgYICgoLDQ0ODhAQEBAQEA4ODQ0LCgoIBgYEAgEBAgQGBggKCgsNDQ4OEBAQDw4PDg4ODQ0NDAwMCwsLCgkJCQgHBwcFBgQEAwMCAQECAwMEBAYFBwcHCAkJCQoLCwsMDAwNDQ0ODg4PDg8PDg8ODg4NDQ0MDAwLCwsKCQkJCAcHBwUGBAQDAwIBAQIDAwQEBgUHBwcICQkJCgsLCwwMDA0NDQ4ODg8ODxUUFBQTExISERARDw8ODg0NCwsLCQkICAYGBQQDAgICAgMEBQYGCAgJCQsLCw0NDg4PDxEQERISExMUFBQVFRQUFBMTEhIREBEPDw4ODQ0LCwsJCQgIBgYFBAMCAgICAwQFBgYICAkJCwsLDQ0ODg8PERAREhITExQUFAAABgAAAAAEAAO/AAMADQARAB0AIQAnAAAlITUpATMVIxUjFTMRIyUhNSkBMwcjFTM1IzczNSMlITUpATMVMxEjAUACwP1A/sCAQEDAwAFAAsD9QP7AZFUPwGRVD8ABQALA/UD+wEBAgICAQEBAAQCAgIBAQIBAgIDAAQAAAAIAAAAABAADwAA1AGsAAAEjFTMVHw8zPwUnDwMjLw01MzUjNSMlIxUzER8PPwYnDwMvDhEzNSM1IwLAwMABAgMFBggJCgwMDg4QERITEBAQFxUMCREPEBEQCAgHBgcFBgQFBAMCAgIBwMCA/gDAwAECAwUGCAkKDAwODhAREhMQEBAXFQwJEQ8QERAICAcGBwUGBAUEAwICAgHAwIACAIBgHBsYFxQTEA4NCgkIBgQCAQICBgcFBmMEAwIBAgEDAwQFBgYICAoLDQ1ugMBAgP6mHBsYFxQSEQ4MCwkIBQQDAQEBAwUHBgZiBAMCAQEBAgIEBAQGBwcJCgsMDQFogMAAAAAAA//AAAAEQAOfAAIAUQCzAAABNSMnIR8OHQEPDiMXPw81LxghJRcPDxUfFzMhNSEvDj0BPw4zFyMVMxcVMxc3JzEnIycxJzEBAsBoGAEADg0NDAwLCgoJBwcGBAQCAgQEBgcHCQoKCwwMDQ0OIm4TEhIREA4ODQsKCQQHBQMCAQICAwQEBAUGBg4PEhMUFgsMDAwMDQ0NDf8A/epjFhUUExIRDw8NBgoJCAYEAgECAgMEBAQFBgYODxITFBYLDAwMDA0NDQ0BAP8ADg0NDAwLCgoJBwcGBAQCAgQEBgcHCQoKCwwMDQ0OQkYIiHhIokReeQFGgP6eAdhoRgECAwUFBwgICgoLDAwNDQ4ODQ0MDAsKCggIBwUFAwIBbAcICQsMDQ8PEBISCRMUFBUYDQ0MDQwMCwsLCxQTEg8ODAUEBAQDAgEBAV1iBgcJCgwNDxARCRMTFRUWFxgNDQwNDAwLDAsKFRISDw4MBQQEBAMCAgF5AQIDBQUHCAgKCgsMDA0NDg4NDQwMCwoKCAgHBQUDAgFGgHdIoURdeUaAAWAAAAADAAAAAAPgA+AACwB7AQIAAAEjFTMVMzUzNSM1IwUVDxkrAS8ZPQE/GTsBHxkFFR8ePw8XFQE3ASMnPw8vHisBDx0BYICAQICAQAEqAQICAwQEBQUGBgcPEBMUCgsLDAwMDA0NDQ0NDg0NDQwNDAwLCwsLFBIRDwcGBgUFBAMDAwEBAQEDAwMEBQUGBgcPERIUCwsLCwwMDQwNDQ0ODQ0NDQ0MDAwMCwsKFBMQDwcGBgUFBAQDAgIB/ZYCAgMEBQYGBwgJCQoLCwwMDQ4ODg8QDxEQERIREhITEBAQDxAPDw4PDg4NDQ0MDBABBGH+/DMQCQkJBwgHBgUGBAQDAgIBAQEBAwMEBQUHBwgICgoKCwwNDQ0ODw8PEBARERESEhISExISERIREBAQEA8ODg4NDAwLCwoJCQgHBgYFBAMCAgKgQICAQICmDQ4NDA0MDAwMCwsKFBMRDwYHBQYEBAQDAgIBAQICAwQEBAYFBwYPERMUCgsLDAwMDA0MDQ4NDQ4NDQwMDQsMCwsLFBIRDwcGBgUFBAMDAgIBAQICAwMEBQUGBgcPERIUCwsLDAsNDAwNDQ4NEhMREhERERAQDw8PDg0NDQwLCwkKCAgHBwUFBAMDAQEBAQICAwQEBQYGBwcICQkJEDT+/WEBBBAMDA0NDQ4ODg8PDxAPEBAQExISERIREBEPEA8ODg4NDAwLCwoJCQgHBgYFBAMCAgICAwQFBgYHCAkJCgsLDAwNDg4ODxAQEBAREhESEwAAAAIAAAAAA8ADvwAIAEIAAAEzARcBFTMRIQURHw8hPw81IxUhETM1Iw8OAgDm/otaAXWA/kD+QAECAwQFBwcICQoLCwwMDQ0CgA0NDAwLCgoJCQcGBgQDAgGA/YDAwA0NDAwLCwoJCAcHBQQDAgNA/otaAXXmAcCA/YANDQwMCwoKCQkHBgYEAwIBAQIDBAYGBwkJCgoLDAwNDcDAAoCAAQIDBAYGBwkJCgoLDAwNAAAABAAAAAAEAAO/AAMABwAvADMAAAEVITUlFSM1IREzFSE1MxEvDyEPDjchNSECwP6AAkCA/QDAAoDAAQIDBAUHBwgJCgsLDAwNDf0ADQ0MDAsLCQoIBwcFBAMCvwKA/YABgMDAwICA/sDAwAFADQ0MDAsLCgkIBwcFBAMCAQECAwQGBgcJCQoKCwwNDLPAAAAAAgAAAAADgAO/AAIACgAAAQUTATMTIRMzASMCgP8AgP6AgGIBO2OA/sCAAcABAYH9AAEA/wADgAAEAAAAAAQAA78AAwAHAAsADwAAJSE1ISUhNSElITUhJSE1IQEAAwD9AP8ABAD8AAEAAwD9AP8ABAD8AECAgICAgICAAAP/wAAABEADAAADAF0AtwAAASE1ISUhMx8NHQEPDSMhFSEzPxc9AS8XIyEBFR8XMyE1ISMvDT0BPw0zITUhIw8XAUABgP6AAQABAA4NDQwMCwoKCQcHBgQEAgIEBAYHBwkKCgsMDA0NDv8AAQANDQ0NDAwMDAsLFRQSEQ4NBgUEBAQDAgIBAQICAwQEBAUGDQ4REhQVCwsMDAwMDQ0NDf8A/YABAgIDBAQEBQYNDhESFBULCwwMDAwNDQ0NAQD/AA4NDQwMCwoKCQcHBgQEAgIEBAYHBwkKCgsMDA0NDgEA/wANDQ0NDAwMDAsLFRQSEQ4NBgUEBAQDAgIBAcCARgIEBAYHBwkKCgsMDA0NDg4NDQwMCwoKCQcHBgQEAnoBAgIDBAQEBQYNDhESFBULCwwMDAwNDQ0NDQ0NDQwMDAwLCxUUEhEODQYFBAQEAwICAf8ADQ0NDQwMDAwLCxUUEhEODQYFBAQEAwICAXoCBAQGBwcJCgoLDAwNDQ4ODQ0MDAsKCgkHBwYEBAJ6AQICAwQEBAUGDQ4REhQVCwsMDAwMDQ0NAAMAAAAABAADvwADAAcACwAAAREhESMRIREDIREhA4D+wID+wIAEAPwAAwD9wAJA/cACQP1AA4AAA//AAAAEQAP/AAUACwAPAAABFwcXCQM3JzcnExcTJwKj6elaAUP+vvzCAUNa6elbQHz5fAL46+laAUIBRv66/r5a6eta/M0fA+EfAAMAAAAAA+AD4AADAHMA+gAAEyE1IQUVDxkrAS8ZPQE/GTsBHxkFFR8ePw8XFQE3ASMnPw8vHisBDx3gAUD+wAGqAQICAwQEBQUGBgcPEBMUCgsLDAwMDA0NDQ0NDg0NDQwNDAwLCwsLFBIRDwcGBgUFBAMDAwEBAQEDAwMEBQUGBgcPERIUCwsLCwwMDQwNDQ0ODQ0NDQ0MDAwMCwsKFBMQDwcGBgUFBAQDAgIB/ZYCAgMEBQYGBwgJCQoLCwwMDQ4ODg8QDxEQERIREhITEBAQDxAPDw4PDg4NDQ0MDBABBGH+/DMQCQkJBwgHBgUGBAQDAgIBAQEBAwMEBQUHBwgICgoKCwwNDQ0ODw8PEBARERESEhISExISERIREBAQEA8ODg4NDAwLCwoJCQgHBgYFBAMCAgJgQCYNDg0MDQwMDAwLCwoUExEPBgcFBgQEBAMCAgEBAgIDBAQEBgUHBg8RExQKCwsMDAwMDQwNDg0NDg0NDAwNCwwLCwsUEhEPBwYGBQUEAwMCAgEBAgIDAwQFBQYGBw8REhQLCwsMCw0MDA0NDg0SExESEREREBAPDw8ODQ0NDAsLCQoICAcHBQUEAwMBAQEBAgIDBAQFBgYHBwgJCQkQNP79YQEEEAwMDQ0NDg4ODw8PEA8QEBATEhIREhEQEQ8QDw4ODg0MDAsLCgkJCAcGBgUEAwICAgIDBAUGBgcICQkKCwsMDA0ODg4PEBAQEBESERITAAACAAAAAAPAA4AALwA7AAABMxUjDwodATM1IzUzPwo9AS8KKwEBAzMbATMDEyMLASMDAIBHBgYGBQsIBwMCAgHAgEcGBgYGCggHAwICAQECAgMHCAoGBgYGB4D+IOCAwMB52eCAwMCAA0BAAQICAwcICgYGBgYHgEBAAQICAwcICgYGBgYHRwYGBgYKCAcDAgIB/oD+gAE6/sYBgAGA/sYBOgAAAAEAAAAAA4ADvwA9AAATFR8XMxEzETMRMxEzNSEjDxeAAQICAwQEBAUGDQ4REhQVCwsMDAwMDQ0NDYCAgID+AA0NDQ0MDAwMCwsVFBIRDg0GBQQEBAMCAgECwA0NDQ0MDAwMCwsVFBIRDg0GBQUEAwMCAgH+gAMA/QADAIABAgIDBAQEBQYNDxASFBULCwwMDAwNDQ0AAAAAAQAAAAAEAAL/AGQAAAEvDisBDx4XPx8fDwchEQNMEhITFBQVFRUWFxcXFxgYGRYVFhUUFRQUExQSExESEREQDw8PDg0NDAwLCgoICQcHeAUGBgcHCAgJCQoKCwsMCw0MDQ4ODg4PDw8PEBAQERAREhISERIRERAQEA8PDw4ODbcBwAIwDw8ODgwMCgoICAYFBQMCAgIDBAUGBwcJCQkLCwwMDg0PDxAQEBIRExITFBQUFSkPEA8PDg8NDg0NDAwLCwsKCgkICAgGBwUFBQQDAgIBAQEBAgMEBQUHBggICQoKCwvRAgAAAAMAAAAAA8AD/wAHAAsAZgAAARUhNTMRIRElFSM1IyEPCxURFR8LMyEzPwo1ETUvCyEvDisBDw4BAAIAQP2AAYCAQP8ABwYGBgYKCAcDAgIBAQICAwMICQUGBgYGBwLgJgcGBgULCAcDAgIBAQICAwcICgYGBgYH/wADAwQFBwkKDQcHCQkJCgsMDAsKCQkICAcMCwgHBQQDAgMAQED9gAKAgEBAAQEBAwIHCQoGBgYGB/0BBgcGBgUGCQgDAwICAQECAgMHCAsFBgYHBgLgJgcGBgUKCQcDAgEBAR4KDAwMCwsKBAQEAgMCAQECAwIEBAQKCwsMDAsLCgAAAAL/wAAABEADPwAFAAsAAAMBNyc3JwUXBxcJAUABQ1rn51oBoOfnWgFD/r0B/v7CW+TmW1vm5FsBPgFCAAIAAAAAA8ADfwAvADsAAAEzFSMPCh0BMzUjNTM/Cj0BLworASUDMxsBMwMTIwsBIwMAgEcGBgYFCwgHAwICAcCARwYGBgYKCAcDAgIBAQICAwcICgYGBgYHgP4g4IDAwHnZ4IDAwIABgEABAgIDBwgLBQYGBgeAQEABAgIDBwgLBQYGBgdHBgYGBgoIBwMCAgFA/oABOv7GAYABgP7GAToAAAAAAwAAAAAEAAO/ACMAJwArAAABERUfBTMhMz8GES8GIyEjDwUlESERAyERIQEAAgICAwQEBAFVBQQDBAICAQEBAQICBAMEBf6rBAQEAwICAgKA/QCABAD8AAKr/uoEBAQDAgICAgICAwQEBAEWBAQEAwICAgICAgMEBJH9gAKA/QADgAAAAgAAAAAEAAN/AAYADQAAERc1ITUhNQEhFSEVNyfAAkD9wAKA/YACgMDAAUDAgICAAQCAgMDAAAABAAAAAAOAA78ACwAAATMDIxUhNSMTMzUhAYCl6rsCAKXqu/4AA0D9gICAAoCAAAABAAAAAAOAA78ABwAAEyERMxEhNSGAAUCAAUD9AANA/QADAIAAAAAAAwAAAAADwAO/ADEANABqAAAlFR8NOwE/DT0BLwgPBgMhEycXAQ8GHQEfBgEfBjsBPwYBPwY9AS8GAQMBAgIDBAUGBgcHCAgJCQoJCgoJCQgIBwcGBgUEAwICAgQJBwgJEhAXLxIIBwYFA0D+Av/Abf7kBQQDAwICAQECAgMDBAUBNQUFBgYHBgcGBwYHBgYGBgUBNAUEBAIDAQEBAQMCBAQF/i6oCgsKCQkJCAcHBgUEBAICAgIEBAUGBwcICQkJCgsKBw0PFg8PDxsYHEEcDw8PDw4BCgEAt27+4wUGBgYGBgcHBgcGBgYGBgX+ygUEBAMCAgEBAgIDAwQFATYFBgYGBgcGBwcGBwYGBgYFAdQAAAAABQAAAAAEAAO/AAMABwALAA4AEgAANSE1ISUhNSE1ITUhDQERJSE1IQQA/AABgAKA/YACgP2A/oABAP8ABAD8AECAgICAgMDAAYCAgAAAAAAEAAAAAAQAA78AAwAHAAsADwAANyE1ISchNSE3ITUhJyE1IYADAP0AgAQA/ACAAwD9AIAEAPwAQICAgICAgIAAAgAAAAADgAO/AAIACgAAAQUTATMTIRMzASMCgP8AgP6AgGIBO2OA/sCAAcABAYH9AAEA/wADgAAGAAAAAAMzA/QAPwB/AL8A/wE/AX8AACUVHw4/Dy8PDw4FHw8/Dj0BLw4PDgEVHw07AT8OLw4rAQ8NBR8OOwE/DT0BLw0rAQ8NARUfDj8PLw8PDgUfDz8OPQEvDg8OAk0CAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAgGAAgMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgIBgAIDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICfwsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwBdQwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLAXUMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMAAAACAAAAAAD5wP0AD8AQwCSAJYAmgCeAKIA0AAAAQ8OKwEvDT0BPw07AR8NJRUjNSUPBCcjDwIVHwIPAR8BDwIfAzM3HwczPwcXMz8DLwI/AS8BPwE9AS8CDwEvByMPAiUVIzUlFSM1IxUjNSMVIzUnERUfBiEnPQEzPwIjNTMVPwE1MxUfAREvByEPBgMgAQECAgQDBQQGBgYGBwcIBwgIBwcGBgYFBQUDBAICAQECAgQDBQUFBgYGBwcICAcIBwcGBgYGBAUDBAICAf30yAJDCwwMDAtJBQUDPAECPQEBAQE9AwEBOwQFBUgMCwwNCwMEBHYFBAILDQwMC0gGBAQ7AQECPQEBAQE9AzsEBQVJCwsNDAwCBAR0BQQD/oPIArzIMsgyyDICAgMEBAUFARYDNgcRCljIGBrIGRkBAQMDAwUEBf0SBQUEBAMCAgEfCAcHBwcGBgUFBAQDAwECAgEDAwQEBQUGBgcHBwcICAcHBwcGBgUFBAQDAwECAgEDAwQEBQUGBgcHBwenyMhYSAYGCAccAgNjBQUELw0ODg0vBAUFYwMCHAcIBgZLBAMCAgMESwYGCAccAgNjBQUELw0ODg0vBAUFYwMCARwICAYGSwQDAgECBJ3IyPrIyMjIyMgZ/RIFBQQEAwIBARkM1Q0ZDMhoDQxPNgQFAVIFBQQEAwIBAQEBAgMEBAUAAAADAAAAAAPABAAAAwAHAD8AAAERIREjESERJxEVHwozITM/CjURNS8KIyEjDwoDQP8AgP8AgAECAgMHCAoGBgYGBwMABwYGBgYKCAcDAgIBAQICAwcICgYGBgYH/QAHBgYGBgoIBwMCAgEDgP0AAwD9AAMAQPyABwYGBgYKCAcDAgIBAQICAwcICgYGBgYHA4AHBgYGBgoIBwMCAgEBAgIDBwgKBgYGBgADAAAAAAQAA4AAAwAHAD8AAAEVITUBFSE1JxEVHwozITM/CjURNS8KIyEjDwoDgP0AAwD9AIABAgIDBwgKBgYGBgcDgAcGBgYGCggHAwICAQECAgMHCAoGBgYGB/yABwYGBgYKCAcDAgIBAcDAwAFAwMBA/YAHBgYGBgoIBwMCAgEBAgIDBwgKBgYGBgcCgAcGBgYGCggHAwICAQECAgMHCAoGBgYGAAABAAAAAAOABAAACwAAEwkBFSE1IQkBITUhgAFb/qUDAP4LAQr+9gH1/QADkP5w/nBwqAFYAVioAAEAAAAAA+AD/wAFAAABERcRASEBoMABgPxAAkD+gMACQAHAAAEAAAAAA8ADvwALAAAJAQcJARcJATcJAScCAP5tLQGT/m0tAZMBky3+bQGTLQItAZMt/m3+bS0Bk/5tLQGTAZMtAAAAAgAAAAAD/gP/AAsAEwAAARcHFzcXNyc3JwcnCQERFxEBNSECZ4eHQ4eKQ4eHQ4qH/VgBP78BP/zDAXuKiUWJiUWJikWIiAHA/sD+gMACQAFAgAAAAgAAAAAD/gP/AAUAhQAACQEDNxcJARUfHj8ePQEvHg8eA2X+Nf9ItwGD/OUCBAQGBwgJCgsNDQ4PEBESExMUFRUWFhgXGRgZGhoaGhoaGRgZFxgWFhUVFBMTEhEQDw4NDQsKCQgHBgQEAgIEBAYHCAkKCw0NDg8QERITExQVFRYWGBcZGBkaGhoaGhoZGBkXGBYWFRUUExMSERAPDg0NCwoJCAcGBAQCAs3+MwEASLcBhf7qGhoaGRkYGBcXFhUVFBMTEhEQDw4ODAsLCQgHBQUDAgEBAgMFBQcICQsLDA4ODxAREhMTFBUVFhcXGBgZGRoaGhoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwUFAwIBAQIDBQUHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGgACAAAAAAP/A/8AAwAMAAAxITUhJScHCQEnBxEjBAD8AAIA6S0BNgE3LepAQOvrLf7HATkt6wLVAAYAAAAABAAEAAADAAcACwAXABsAHwAAARUhNSMVITUjFSE1ASMVMxUzNTM1IzUjJREhEQMhESEDwP8AQP8AQP8AAcDAwEDAwEABwPyAQAQA/AABAMDAwMDAwAGAQMDAQMBA/cACQPyABAAAAAYAAAAABAAEAAALABEAFQAZAB0AIQAAASMVMxUzNTM1IzUjJzMhESERARUhNSMVITUjFSE1AyERIQIAwMBAwMBAwEACQPyAA4D/AED/AED/AEAEAPwAAYBAwMBAwED9wAJAAQDAwMDAwMD8gAQAAAADAAAAAAPfA/8ACAAMABUAACUXNxEzERc3JyUhNSElJwcXNycHESMBYCtVQFUroP4gA8D8QAHAVSugoCtVQO8vTf7zAQ1NL5GAQLNNL5GRL00BDQAFAAAAAAQABAAAAgAGAAoAGQAdAAAlITcTMxEjATMRIyERIzcnNycHJwcXBxchEQMhESEC0v6csmBAQP7AQEACgO0ts7Mts7Mts7Mt/tNABAD8AECzAU0BQP7AAUD8wC2zsy2zsy2zsy0DQPyABAAAAwAAAAAEAAQAAAsAFwAbAAABFwcXNxc3JzcnByclESERMzchNSEnIxEDIREhAcCzsy2zsy2zsy2zswHT/ID4QP7IAThA+EAEAPwAApOzsy2zsy2zsy2zs8D8wAEAQMBAAQD8gAQAAAAGAAAAAAQABAAAAwAHABMAFwAcACAAAAERIREBFSE1BSMVMxUzNTM1IzUjJREhESMZASERAyERIQPA/wABAP8A/oDAwEDAwEACgP8AQP3AQAQA/AABQP8AAQABAMDAQEDAwEDAwP8AAQD/AP3AA0D8gAQAAAIAAAAAA/8D/wAIAAwAABMXNxEzERc3ASUhNSGpLepA6S3+yv4gBAD8AAIWLOr9LALU6i0BOXBAAAAAAAYAAAAABAAEAAADAAcAEwAXABsAHwAAAREhEQEVITUFIxUzFTM1MzUjNSMlESERIxEhEQMhESEBQP8AAQD/AAJAwMBAwMBAAUD9wED/AEAEAPwAAUD/AAEAAQDAwEBAwMBAwMD8wANA/wABAPyABAAAAAAAAgAAAAAD9wP4AAQAFwAANxUzASc3Bxc/AzUvBw8CCN4CUt6vdN54BgUCAgUGjgkKCwwMCwrm3gJS3q903ngKCgwMCwsJjwgFAwEBAwUAAAADAAAAAAPaA/gACAAMABUAACUXNxEzERc3JyUhNSElJwcXNycHESMBZCtTP1Qqnf4kA7T8TAG8UyuenSpUP/MuTP73AQlMLo9+P7BMLo+PLkwBCQAHAAAAAAP4A/gAAwAHAAsADwATABgAHgAAARUjNSEVIzUBFSM1IRUjNQEVIzUhMxUjNSMVESERIQO5/P6G/ANy/P6G/ANy/P2L+/w/A/D8EAFD/Pz8/AE7/Pz8/AE7/Pz8/Pz9SwPwAAIAAAAAA/gD3QBOAGIAABMPFh8PPw81Lw4PBgkBFwE/AzUvBw8CoAsJCAYGBAIDAgMEBQYHCAgICQkICQgJCgoLCwwNDg4ODg8ODw8PDxYVFBMSEREPDgwLCAcFBAEDAwUGCAkLCw0NDg4QEBERDw8PDQ0NAqv+JZMB2wQFBAICBAVMCAkJCgsJCgFoCw0NDg8PEB4MCwoJCQgHBgUFAwMCAQEMCwsKCgkIBwcGBQQDAgEBAgMFBwkKDA4QEBETExQVFhEQDw8ODQ0LCwkIBgUDAgEBAgMFBwcJAlz+JZMB2wQKCQoLCgkITAYFAwEBAwUAAAACAAAAAAN6A7kAAwALAAA3IREhNyMVITUjNSPFAnb9ir38AvT8/EcCdr1+fj8AAAAHAAAAAAP4A/gAAwAHAAsADwATABgAHgAAARUjNSMVIzUjFSM1ARUjNSMVIzUhMxUjNSMVESERIQO5/D/8P/wDcvw//P7M9fw/A/D8EAFD/Pz8/Pz8Anb8/Pz8/Pz8/UsD8AAAAQAAAAADOwO5AAsAADczESERMxEjESERI8V+AXp+fv6GfkcBev6GA3L+hgF6AAAAAwAAAAAD+AJ+AD8AfwC/AAABHw8/Dy8PDw4FHw8/Dy8PDw4FHw8/Dy8PDw4C/AECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAv6FAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMC/oUBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwICAA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAAAAAYAAAAAA5kDmQADAAcACwAPABMAFwAAJTM1IwUzNSMFMzUjJTM1IwUzNSM1MzUjAty+vv7GvLz+xL6+ATy8vAE6vr6+vma+vr6+vn68vLx+vgAAAAIAAAAABAADvwADAEkAAAERIREnDwYVERUfDiE/DjURNS8OISchDwYDgP0AYgcGBQQEAgICAgQEBQYHCAgJCQkKCwsDLgsLCgkJCQgIBwYFBAQCAgICBAQFBgcICAkJCQoLC/5pa/7UCwsKCQkJCALA/gACAN8HCQgKCQoLC/1YCwsKCQoICAgHBwUEBAMCAQECAwMFBQcHBwkICgkKCwsCKAsMCgoKCAkIBwYFBAQCAQGAAQIDAwUFBwAAAgAAAAADYAOAAAUACQAACQE3CQEnATMRIwGgAWFe/u8BEl79noCAAf/+gVYBKQEqV/0AAwAAAAABAAAAAAMgA58ABQAAEwE3CQEn4AHsU/6HAXpTAf/+YWIBPQE/YgAAAQAAAAADIAOfAAUAABMJARcJAeABev6HUwHs/hMDPv7B/sNiAZ8BoQAAAAACAAAAAANfA4AABQAJAAATCQEXCQIzESOgARL+714BYf6eAeKAgAMp/tb+11YBfwGB/QADAAAAAAMAAAAABAAD/wADAIMBAwAAASE1IQUPHy8fPx47AR8dBR8fPx8vHw8eAQACAP4AAoABAQIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBQTExMTEhIREREQEA8ODg0NDAwKCgoICAcGBQQEAgEBAQECBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAIB/IEBAgMEBgcICQsLDA4ODxAREhMTFBUVFhcXGBgZGRoaGhoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwYEAwIBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGhoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcGBAMCAcCAQBQTExMTEhIREREQDxAODg0NDAwKCgoICAcGBQQEAgEBAQECBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAICAgIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwYEAwIBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGhoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcGBAMCAQECAwQGBwgJCwsMDg4PEBESExMUFRUWFxcYGBkZGhoAAAMAAAAABAAD/wALAIsBCwAAASMVMxUzNTM1IzUjAQ8fLx8/HjsBHx0FHx8/Hy8fDx4BwMDAgMDAgAHAAQECBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAIBAQEBAgQEBQYHCAgKCgoMDA0NDg4PEBARERESEhMTExMUFBMTExMSEhERERAQDw4ODQ0MDAoKCggIBwYFBAQCAfyBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGhoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcGBAMCAQECAwQGBwgJCwsMDg4PEBESExMUFRUWFxcYGBkZGhoaGhoaGRkYGBcXFhUVFBMTEhEQDw4ODAsLCQgHBgQDAgJAgMDAgMD/ABQTExMTEhIREREQDxAODg0NDAwKCgoICAcGBQQEAgEBAQECBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAICAgIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwYEAwIBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGhoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcGBAMCAQECAwQGBwgJCwsMDg4PEBESExMUFRUWFxcYGBkZGhoAAAACAAAAAAOAA/8AAwAKAAAzITUhASEJASERIYADAP0AAQD/AAGAAYD/AP8AgAIA/oABgAGAAAAAAAIAAAAAA6AD/wASADcAAAEzHwURJQURPwYnDwcRJQURLw8hDwYC/QUJBgcEAwH+4P7gAQEDBAcGCG8LCQgHBQQBAgGgAaABAgQFBwgKCwwNDQ8OEBAQ/gYQEQ8PDg4NA4ACAwUFBgf9W3Z2AqAHBgUFBQMCUQwNDQ4PDwgQ/JmqqgNfERAQDw4ODAwKCQgGBQQCAQECBAUHCAkAAAIAAAAAA/8D/wBnAO4AAAEVDxcrAS8XPQE/FzsBHxcFHx47AT8OFxUBNwEjJz8OPQEvHg8eAoABAgIDAwUEBQYNDhESFBULCwwMDAwNDQ0NDQ0NDA0MDAwLCwsUExEQDgwFBAQEAwICAQECAgMEBAQFBg0PEBIUFQsLDAwMDQwNDQ0NDQ0NDAwMDAsLFRQSEQ4NBgUEBQMDAgIB/YABAQIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBEREREQEQ8QDw8PDg4NDRAkAQRh/v00IwwKCQgIBwcGBQUEAwMCAQICBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAIBAoANDQ0NDAwMDAsLFRQSEQ4NBgUFBAMDAgIBAQICAwMEBQUGBg4QERMUFgsMDAwMDQ0NDQ0NDQwNDAwLDAsVFBIQDw0GBQQEBAMCAgEBAgIDBAQEBQYNDxASFBULDAsMDA0MDQ0NFBMTExMSEhERERAQDw4ODQ0MDAoKCggIBwYFBAQCAgECAwMEBQUGBwcICAkKDCMz/vxhAQQkDw4NDg4PDw8QDxEQERERERQTExMTEhIREREQDw8PDg0NDAwKCgkJCAcGBQQDAwEBAQEDAwQFBgcICQkKCgwMDQ0ODhAPEBERERISExMTEwAAAAMAAAAABAAD/wAkADAARQAAATU/DBEjFSE1IxEzHws1ISUVMxEjFSE1IxEzNScVMxEjFTM1IRUzNSMRMzUjFSE1IwEAAQQDAwUGBwQKCw0Ob2YBDGZmEA4MCgkHBgUDAwQB/kACQEBA/YBAQMBAQMACgMBAQMD9gMACdAENDggICQgHBAYFAwIB/p8sLAFhAQMFBQcHCAkICA4OjIBA/YBAQAKAQCBg/YDAQEDAAoDAQEAAAAEAAAAAA0ADPwALAAATFwcXNxc3JzcnByfA9PRL9fVL9fVL9fUC9fX1S/X1S/X0TPX1AAAEAAAAAAQAA8AAAwAHAIwBKQAAASE1ITUhNSEFDxorAS8CIw8PPwUvDT8eOwEfHQUVHxAVDw8VHwozPwwfATM/HC8fDx4BQAGA/oABgP6AAkABAgMEBgYICQkLDA0NDhAPERESExMUFBUVFhYWFhcXIAkICAgHBgYJCQoKFBUVFRUUBQQDAwQBAQIEBwMFFQ4LCQcGAwEBAQIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBQTExMTEhIREREQEA8ODg0NDAwKCgoICAcGBQQEAgL8gAECAwMEBAYGBggICAoKCgMCAQICBAQGCAkKFQcHBQQDAQIDBAYGCAgJKCckHB8gERAREREREREQEBAeHRwdHBsbGxoZGRgXFhYVExMSEQ8PDQwLCggHBQQCAQECAwQGBwgJCwsMDg4PEBESEhQUFRUWFxcYGBkZGhoaGhoaGRkYGBcXFhUVFBMTEhEQDw4ODAsLCQgHBgQDAgHAQEBAVxAQEBAPDw4ODg0NDAwLCgoKCAgHBwYEBQMCAgICBAEDAwUFBwgHBwYLCQYFBAIMDAsMFxcWFRMbCAgZEhMTFBQUFQ4ODg4ODQ0MDQwMCwsKCgoJCQgICAYGBgUEBAMDAgEBAgMDBAQFBgYGCAgICQkKCgoLCwwMDQwNDQ4ODg4OEA8PDw8PDw8ODg4ODg0NDQsOEAgJCQkJCQgICAwGBwgICQoKCQkJCAYGBQMJBQICBAMEBAYGBwgJCgsNAwIBAgQEBgcICQoLDAwODg8QERISEhQTFRUVFhYWFxUUFRQUExMSEhIREBAQDg8NDQwLCwoJCAcHBQUDAwEBAQEDAwUFBwcICQoLCwwNDQ8OEBAQERISEhMTFBQVFAAAAAADAAAAAAPAA/8AQABEAHkAAAEHFQ8OLw8/Dx8OAxUhNScRHw8hPw8RJyEPDgKrAQMEBgcICgsMDQ8OEBERERERERAODw0MCwoIBwYEAwEBAwQGBwgKCwwNDw4QEREREREREA4PDQwLCggHBgQDKv5AgAEBAwQFBQcHCAkJCgsLCwwCnAwLCwoKCggJBwYGBQQDAQHk/dYMCwsLCgkJCAcHBQUEAwEBHAgJERAQDw4NDAsKCQcFBQIBAQIFBQcJCgsMDQ4PEBARERIREBAPDg0MCwoJBwUFAgEBAgUFBwkKCwwNDg8QEBECUsDADvzkDAsLCgoKCAkHBgYFBAMBAQEBAwQFBgYHCQgKCgoLCwwCquQBAQMEBQYGBwkICgoKCwsAAAAABAAAAAAEAAO/AAMABwALAA8AADUhNSE1ITUhNSE1ITUhNSEDAP0ABAD8AAMA/QAEAPwAQICAgICAgIAAAgAAAAAEAAPfAE4AYgAAEw8VIx8PPw8vDw8GCQEXAT8DNS8HDwKaCgoIBwUEAwICAwQFBgcJCAkICQkICQkKCgsMDA0ODg8ODw8PDw8PFhUVExMRERAODAsJBwUDAgECBAUGCAkLDAwNDw8PEREREA8PDQ4MArb+HZUB4wMGBAICBAZMCAkKCgsKCQFoDA0NDg4QEB4MCwoKCAgHBgYEBAMCAQ0LCwoKCAkHBwYFBAMCAQECAwUHCQoNDg8RERITFRUWERAQDg4ODAwKCQgGBQQCAQECBAUGCAkCX/4ikwHdBQkKCgoKCQlMBgUDAQEDBQAAAAEAAAAABAAC/wBkAAARISc/DjsBHx43Lx4jDw8nAcC3DQ4ODw8PEBAQERESERISEhEQERAQEA8PDw8ODg4ODQwNCwwLCwoKCQkICAcHBgYFeAcHCQgKCgsMDA0NDg8PDxARERIRExIUExQUFRQVFhUWGRgYFxcXFxYVFRUUFBMSErQBANELCwoKCQgHBwcFBQMDAwEBAgIDBAUFBQcGCAgICQoKCwsLDAwNDQ4NDw4PDxAPKRUUFBQTEhMREhAQEA8PDQ4MDAsLCQkJBwcGBAUDAgIBAQMFBQYICAoLCwwODg8Q0QAAAAADAAAAAAOgBAAAAwAHABAAACkBNSEBAycJATERBzM3JQElAWABwP5AAZn1ywFN/hpAwx8BIQE9/tRAAr7+UocBfP6t/oCASYsCTOAAAwAAAAACYAPfAD8AfwC/AAAlFR8OPw49AS8NKwEPDREVHw4/Dj0BLw0rAQ8NERUfDTsBPw09AS8ODw4BoAICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAoAKCQkJCQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCQkJCgoJCggJCAcHBgYEBQMCAgICAwUEBgYHBwgJCAoJAXYKCQkJCQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCQkJCgoJCggJCAcHBgYEBQMCAgICBAQEBgYHBwgJCAoJAXYKCQoICQgHBwYGBAUDAgICAgMFBAYGBwcICQgKCQoKCQkJCQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCQkJAAAAAgAAAAADgAP/AAMAaQAAMyE1IRMVHx07AT8dNREjEQ8PLw8RI4ADAP0AQAICAwMEBQYHBwcJCQkKCwsMDAwNDg0ODw8PEA8QERAQERAPEA8PDw4NDg0MDAwLCwoJCQkHBwcGBQQDAwICgAEDBgcICgwNDg8QEREREhISEhERERAPDg0MBQkIBgUCgIABgBAREA8QDw8ODw0ODQwMDAsLCgkJCQcHBwYFBAMDAgICAgMDBAUGBwcHCQkJCgsLDAwMDQ4NDw4PDxAPEBEQAgD+ABUTExIREA8NDAsJCAYEAwEBAwQGCAkLDA0PCBARExMVAgoAAAMAAAAAA8ADvwBPAFMAmQAAAR8EDw8jLwwVHwk/GDUvAyMfASUhNSEBDxQfAzMvBz8OMx8HNS8GDwICfgQCBQMBAQIEBAYICQoMDQ4QERMUFg0NDw8eHg8ODw0NDAwKCgsMDh4gIB8dGCAfHh0cGg0MCwwKCwkJCQgHBwYFBQMDAgIBAwQHqwYM/ccDgPyAAYcODRoYFwsKCgkJCAcHBwUFBAMCAQEBAwQGsAkHBwYFBAIBAQMFBgkJCwsNDg4PEBAPEBwaGhgWFhQSEBMVFxkrMB0dHAFdBQYNDQ8ODQwLCgoICAcGBQQEAgEBAQICBwkFBgYHBwgICZIFBQUFCAcGBAIBAQIEBgcJBQYGBwcICAkJCgsKDAwNDQ4PDxAUFBMSBw1cgAFyBAQKCw4HCAkJCQoKCwsMDA0NDg4PFhQTEggICQkLCw0ODw0MDAoJCAgGBQUDAwIBAQIEBgcJCwyMBwYFBAQDAQEDBAADAAAAAAOgA58AMQA0AF4AACUVHw07AT8NPQEvCA8GJyE3JxcBDwUfBQEfBT8FAT8FLwUBAu8BAwMDBQUGBgcHCAgICQkJCQkICAcHBgYFBAQDAgICBAgHBwgRDxUsEAgGBgQDPP4n7LFl/vgFBAMCBAEBBAIDBAUBIwUGBQYGDA0LBgUGBQEeBAQDAwMCAgMDAwQE/k/BCgoJCQgIBwcGBgUEAwICAgIDBAUGBgcHCAgJCQoKBgwOFQ4ODRoVGjwaDg4ODg347apm/vcEBgUGDAwMDAUGBQX+3AQDAwICAQEEAgQDBQEgBAYFBgwMDAwGBQYFAbIAAAEAAAAAA+AD/wCdAAABESMRNS8LKwEPDBEvAw8EAR8HIT8PETUvCysBDwsdASMRLwwrAQ8LFREjETUvCysBDwsCACwBAgIDAwQICwYGBgYHBwYHBgUGCQgEAgMBAQHCBgcHCQkJBzkBVwwODwcQERERAUcSEhAQDw8NDQsKCQcDBgMCAQICAwMECQoGBgYHBgcHBgYGBQoIAwMCAgErAQEBAwIEAwkLBQYHBgcHBgYGBgUKCAMDAgIBLAECAgMDBAkKBgYGBwYHBwYGBgUKCAMDAgIBA8D+awEqBwYGBgYFBQkHAgICAQECAgIEBwoFBgYGBgf+BGwCAQEBAgQGNf6sDAoIBAcFAwIBAwQGBwgKCwwODg4IEBERAnMHBgYGBgUFCQcCAgIBAQICAgQHCgUGBgYGB+oBagcGBgYGBQUJBgMCAgEBAgIDAwgJBQYGBgYH/pYBlQYHBgYFBgUIBwMCAgEBAgIDAwgJBgUGBgcADQAAAAAD4APfAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMAACUzNSMFMzUjBTM1IyEzNSMFMzUjITM1IwUzNSMFMzUjITM1IwUzNSMhMzUjBTM1IwUzNSMDIMDA/oDAwP6AwMACQMDA/oDAwAJAwMD+gMDA/oDAwAJAwMD+gMDAAkDAwP6AwMD+gMDAIMDAwMDAwMDAwMDAwMDAwMDAwMDAwAADAAAAAAPAA/8AAwAnAC8AAAERIREDHw8hPw8RITchFSE1IScjAwD+AIABAgMEBQcHCQkJCwsMDA0NAgANDQwMCwsJCQkHBwUEAwIB/QDg/uADgP7gQMACgP4AAgD+AA0NDAwLCgoJCQcGBgQDAgEBAgMEBgYHCQkKCgsMDA0NAoDAgIBAAAAAAQAAAAADXwP/ADoAABMPAxEfBz8EHwY/BzUvAj8HLwMBFS8DDwKvBAUEAgEDBAcHCQkKCgkJCIFzBQcICQoKCgm8CQgGBAMBBHGoCAgHBwQDAQEDBQf9pggJCQoKCQkD8gQICQr8/AoJCQcHBAMBAQIDBGfyCQcFBAIBAQNWBgYICQoKCgvvIgMFBgcJCQkKCggIAfECBQQCAQEDBAAAAAEAAAAAAoAC3wACAAABLQEBgAEA/wABIODgAAADAAAAAAPAA58AAwAHABEAAAEVIzUBFSM1BwEjESE1ATMRIQEAgAMAgED+KKgBAAHYqP8AASCAgAJAgIBj/mP/AKMBnQEAAAAEAAAAAAQAA78AAwAHAC8AMwAAARUhNSUVIzUhETMVITUzES8PIQ8ONyE1IQLA/oACQID9AMACgMABAgMEBQcHCAkKCwsMDA0N/QANDQwMCwsJCggHBwUEAwK/AoD9gAGAwMDAgID+wMDAAUANDQwMCwsKCQgHBwUEAwIBAQIDBAUHBwkJCgoLDAwNs8AAAAABAAAAAAQAAv8AZAAAAS8PIw8eFz8eOwEfDgchEQNMEhITFBQVFRUWFxcXFxgYGRYVFhUUFRQUExQSExESEREQDw8PDg0NDAwLCgoICQcHeAUGBgcHCAgJCQoKCwsMCw0MDQ4ODg4PDw8PEBAQERAREhISERIRERAQEA8PDw4ODbcBwAIvEA8ODgwLCwoICAYFBQMBAQICAwUEBgcHCQkJCwsMDA4NDw8QEBASERMSExQUFBUpDxAPDw4PDQ4NDQwMCwsLCgoJCAgIBgcFBQUEAwICAQEDAwMFBQcHBwgJCgoLC9ECAAAAAgAAAAADQAN/AAIACgAAAQcTATM3IRczASMCa9Zr/sBrUQEHUmv+9WoByQEBSv1u29sDAAAAAAADAAAAAAQAA/8AQABMALQAAAEVDw8vDz8PHw4BESMvBzUHIycPHh0BHx4/Hj0BJyERIQJAAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAUHmDg8RExQWFxiABRsSEhIREREQEA8QDg8NDg0MCwwKCgkICAcHBQUEAwICAgIDBAUFBwcICAkKCgwLDA0ODQ8OEA8QEBERERISEhISEhERERAQDxAODw0ODQwLDAoKCQgIBwcFBQQDAgIBAUH9gAFgCwwWFRUUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQVFRYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFgIJ/oAYFxYUEhEQDefBAQEBAgMEBQUHBwgICQoLCwsMDQ4NDw4QDxAQEREREhISEhIREhEQERAPEA4PDQ4MDQsLCwoJCAgHBwUFBAMCAQEBAQIDBAUFBwcICAkKCwsLDA0ODQ8OEA8QEBEREhESEg4SAoAAAAAAAQAAAAACgALgAAIAAAEFEQGAAQACAOABwAAAAAMAAAAABAAD/wADAAcACwAAMSE1IREhNSERIREhBAD8AAQA/AAEAPwAQAEAwAEAAQAAAAAFAAAAAAQAA/sAAwAHAAwAGAAsAAATMzUjNSE1IQUVMwEnASEFESMRJyERITUhJQcXPwM9AS8HDwLAwMABQP7AAUBjAT5j/MICbAEUgGz97AIA/YADlTFkMAQCAgICBD4EBQQGBQQFAbxAgEBcZAFDZP0ZuAH4/vhIAgCAODFkMQQFBQUFBQQEPwQCAQEBAQIAAAAAAwAAAAADwAP/AAUAGAAdAAAzITUhESMlHQEfCjsBESERAyERASFAAoD+AIACQAECAgMHCAsFBgYGB4D+QIACwP79/kOAAoCAgAcGBgYGCggHAwICAf6AAkD9QAI6AQYAAwAAAAAEAAP/AAMARwCgAAAzITUhAR8GFQ8RIzUvDzU/Dh8GJQ8IFR8QIRUhNSE1Pw41LxYrAQ8NgAMA/QAB5QcGBAQDAgEBAQIDBAQEDhAODAoJCgUIBAEMBwgJCAoLDQ4XBAQEAwIBAQECAwQEBgcKCgsMDQ4PEBAPDg0MCwr+4QcGCwoIBwUEAgEDBQYICRkMCgkIBgUFAwYB/oYEAP6GBgkFBggJCgwUCggHBgMDAQMEBggJCg0PCgoLCwsMDA0NDQ0ODw4PDw4PDg0NDQ0MDAsLCwoKgALZCQkKCgoLCwsLCwsKCwoKGB4eHh4cKhkuLDUaUi8pHB0eHh4nCgoLCgsLCwsLCwoKCgkJCQgHBQUDAQEBAQMFBQcITQgIERISFBQUFRUVFRUVFRQsGRgZGBcWFRQvNICAGUEyFhcYGRgZIhQUFRUVFhUVFBQUExIREREJCQgHBwYFBQQEAwICAQECAgMEBAUFBgcHCAkJAAAAAgAAAAADwAP/ABcAHwAAOwERIR0BHwo7AREzESchNSERIxUhNSNAgAHAAQICAwcICgYGBgYHgIDm/WYDgID9gIABwIAHBgYGBgoIBwMCAgH/AAFb5YABQMDAAAACAAAAAAPAA/8AEgAXAAABHQEfCjsBESERAyERJyECgAECAgMHCAoGBgYGB4D9gIADgOb9ZgOAgAcGBgYGCggHAwICAf3AAwD8gAMa5gAAAAQAAAAAA/gD+AADAAcACwARAAATITUhJREhEQMhESE3IREzESHFAXr+hgG5/gh+AvT9DPwCdn79DAFDfr3+CAH4/YoC9H79SwMzAAAEAAAAAAP4A/gACwAPABMAGQAAASMVMxUzNTM1IzUjJREhEQMhESE3IREzESEBQ35+fn5+fgE7/gh+AvT9DPwCdn79DAHBfn5+fn4//ggB+P2KAvR+/UsDMwAAAAIAAAAAA/gD+AACAAUAACUhEQkBIQEEAvT8EAL0/QwIAvT+CAL0AAACAAAAAAP4A/gAAgAFAAA3IQkBESEIAvT9DAPw/QwIAvT+CAL0AAAAAQAAAAADegN6AAIAADchEYYC9IYC9AAAAQAAAAADegN6AAIAACURIQN6/QyGAvQAAQAAAAADegN6AAIAADchAYYC9P0MhgL0AAAAAAEAAAAAA3oDegACAAA3ASGGAvT9DIYC9AAAAAAIAAAAAALgA8AALwBfAI8AvwDvAR8BTwF/AAAlFR8JOwE/CT0BLwkrAQ8JBRUfCTsBPwk9AS8JKwEPCSUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JJRUfCTsBPwk9AS8JKwEPCQUVHwk7AT8JPQEvCSsBDwklFR8JOwE/CT0BLwkrAQ8JBRUfCTsBPwk9AS8JKwEPCQJgAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgH+wAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAUABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBQAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIB/sABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQFAAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgH+wAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBgAcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBvkHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgb5BwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYG+QcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgABAAAAAAP4AvwAAgAAEyEBCAPw/ggBBAH4AAAAAQAAAAAD+AL8AAIAAAkBIQIAAfj8EAEEAfgAAAEAAAAAAvwD+AACAAAlCQEBBAH4/ggIAfgB+AABAAAAAAL8A/gAAgAACQERAQQB+AIA/ggD8AAAAwAAAAACfgP4AD8AfwC/AAAlHw8/Dy8PDw4DHw8/Dy8PDw4DHw8/Dy8PDw4BggECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMChg0MDQsLCgoJCAgGBQQDAgEBAgMEBQYICAkKCgsLDQwNDQwNCwsKCgkICAYFBAMCAQECAwQFBggICQoKCwsNDAFtDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAW0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwABAAAAAAD+AO4AAMABwATAFQAACUzNSMnITUhJyEvBT0BNyEFFR8PPw8vDw8OAYL8/L0Cdv2KvQKMCQQDAwECA/2HArUBAgQFBwgJCgsMDQ4PDw8QEQ8PDw4NDAsKCQgHBQQCAQECBAUHCAkKCwwNDg8PDxEQDw8PDg0MCwoJCAcFBAJHfr1+vRYMCwwMDQwIGCAICA8PDw4NDAsKCQgHBQQCAQECBAUHCAkKCwwNDg8PDxARDw8PDg0MCwoJCAcFBAIBAQIEBQcICQoLDA0ODw8PAAADAAAAAAPlA0QABQALAA8AAAEXBxc3JwUXNyc3JxMXEycCtMDAOvj4/Sz4Or+/Olo8zT0Cvr6+Ovj4+Pg6vr46/dcTAnUTAAAEAAAAAAO5A7gAIwBHAGsAjwAAAREfByE/BxEvByEPBgURHwchPwcRLwchDwYBER8HIT8HES8HIQ8GBREfByE/BxEvByEPBgI/AQEDBAUFBgYBPAYGBQUEAwEBAQEDBAUFBgb+xAYGBQUEAwH+BwEBAwQFBQYGATwGBgUFBAMBAQEBAwQFBQYG/sQGBgUFBAMBAfcBAQMEBQUGBgE8BgYFBQQDAQEBAQMEBQUGBv7EBgYFBQQDAf4HAQEDBAUFBgYBPAYGBQUEAwEBAQEDBAUFBgb+xAYGBQUEAwEBov7FBwYFBQMDAgEBAgMDBQUGBwE7BgYFBQQDAQEBAQMEBQUGBv7FBwYFBQMDAgEBAgMDBQUGBwE7BgYFBQQDAQEBAQMEBQUGAfH+xQYGBQUEAwEBAQEDBAUFBgYBOwcGBQUDAwIBAQIDAwUFBgf+xQYGBQUEAwEBAQEDBAUFBgYBOwcGBQUDAwIBAQIDAwUFBgAAAAMAAAAAA3oD+AAHAAsAYgAAARUhNTMRIRElFSM1KwEPChURFR8KMyEzPwk1ETUvCiMvDisBDw4BQwF6P/4IATt+P70GBwYGCgoHBgICAQECAgMGCQoFBgYGBwJXJQcGBQsKBwYCAgEBAgIGBwoKBgYHBr0DAwQFBwgKDQcHCQgKCgsLCwsKCggICAcMCgkGBQQDAgL8Pz/9igJ2fj8/AQEBAgYICQsGBgYH/Q0GBgYGBgoJBgMCAgEBAgIGBwoKBgYHBgLVJQcGBQsJCAYCAQEBHQsLDAwLCwkFAwQDAgIBAQICAwQDBQkLCwwMCwsJAAIAAAAAA3oD9wAjACsAADcVHw4hPw8RITcjFSE1IychxQICBAQFBggICAkJCQoLCwGiCwoKCgkJCAgHBwUEBAIBAf2Kfr0C9L04/vZ1CwsKCgoJCAgIBgUFAwMBAQEBAwMFBQYICAgJCgoKCwsCh71+fj8AAgAAAAADegP3AAMACgAANyE1IRMjCQEjESOGAvT9DPz8AXoBevz8CH4B+P6GAXoBegAAAAQAAAAAA/gD9wA/AH8AhAEGAAAlFQ8OLw49AT8NOwEfDREVDw0rAS8NPQE/Dh8OJQcXATUFFR8QPwcXBy8GIw8PHw8/Dy8HNwEzNQE1Lw8PDgFDAgIDBAUGBgYIBwkICQoKCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJCgoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoKCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJCgoJCAkHCAYGBgUEAwICAff7fgE7/BABBAUHCQsMDQ8IERETFBQVFRINDAwMCwsLOjoLDAwMDQ0NDhYWFRQUEhEPDwwLCgcGAwEBAwYHCgsMDhAREhMVFRYWGBUVFRMSEQ8ODQsJCAUEAQEBAgQEBQYHXQE7vf3JAwQGCAoLDA4QEBISFBQVFRsWFBQTEhEPDg0LCQgFBOUKCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYHBwgICQkJCgkKCQgJBwgGBwUFBAMCAgICAwQFBQcGCAcJCAkKAi0JCgkICQcIBgcFBQQDAgICAgMEBQUHBggHCQgJCgkKCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYHBwgICQkJkfl+ATs/mwIZFRUTExERDw4GDAsIBwUDAQEBAgMDBAUFV1cGBAQEAgICAQMGBwoLDA8PERIUFBUWFhcWFRQTEhEQDg0LCQgFBAEBBAUICQsNDg8REhMUFRYXEA4PDg4NDQwv/sY+AlZGHBUTExIREA8NDAoJBwUDAgIDBgcJCw0ODxESExMVFgAAAAAGAAAAAAP4A7gAAwAHAAsADwATABcAACUhNSEHMzUjNyE1IQczNSM3ITUhBzM1IwEEAvT9DPx+fvwC9P0M/H5+/AL0/Qz8fn5Hfn5+/H5+fvx+fn4AAAAAAgAAAAAD+AP3AGQAyQAAJSMvDjchETcfDz8fIxUPHQEzNT8eMx8OByERBy8PDx4CABAQDxAPDw8PDg8ODQ4NDQ9s/sV1FRESExMTFBQUFRUVFhYWFhoZGhgZGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwIBfgICBAQFBgcHCQkKCgsMDQ0ODg8PEBARERISEhITFP31fgICBAQFBgcHCQkKCgsMDQ0ODg8PEBARERISEhITFBMQDw8QDw4PDw4ODg0NDQ0TbAE7dRoREhITExMUFBQVFRUWFRYaGRoYGRgXFxYWFRUTExMRERAPDg0MCwoJCAcGBAMChgECAgMEBAUFBgYHCAgIDGz+xXYRDAwLCgoICAcGBQQDAwEBAQIDBQUHCAkKCwwNDg8QERETExQUFRYWFxcYGRgaGRoTFBMSEhISEREQEA8PDg4NDQsMCgoJCQcHBgUEAwMBAXkTFBMSEhISEREQEA8PDg4NDQsMCgoJCQcHBgUEAwMBAQECAgMDBAUFBgYHBwgIDmwBO3YUDAwKCgkJBwcFBQQEAgEBAQIDBQUHCAkKCwwNDg8QERETExQUFRYWFxcYGRgaGQAAAAADAAAAAAP4A/cAAwAHAIcAAAERIxE3FSM1JQ8PHx8/Hy8fDw4CP35+fv7aEhAPDg0MCgoJBwcFBAQCAQECBAQFBwcJCgoMDQ4PEBISEhQTFRUVFhcXGBgZGRobGxoZGRgYFxcWFRUVExQSEhIQDw4NDAoKCQcHBQQEAgEBAgQEBQcHCQoKDA0ODxASEhIUExUVFRYXFxgYGRkaGxsaGRkYGBcXFhUVFRMUEgI//oYBevx+fioSExMTFRUVFhcXGBgZGRobGxoZGRgYFxcWFRUVExMTEhEQDw4NDAsKCAgGBgQDAwEBAwMEBgYICAoLDA0ODxAREhMTExUVFRYXFxgYGRkaGxsaGRkYGBcXFhUVFRMUEhIREBAODAwLCggIBgYEAwMBAQMDBAYGCAgKCwwNDg8QAAEAAAAAAzoD9wAFAAATCQEXCQHFAb3+Q1YCIP3gA5v+Zf5lXQH4AfgAAAAAAgAAAAAD9wO4AAMASQAAAREhEScPBxEfDyE/DxEvDyEnIQ8GA3r9DGAHBgUFAwIBAQEBAgMFBQYHBwgJCQkKCwoDIgoLCgkJCQgHBwYFBQMCAQEBAQIDBQUGBwcICQkJCgsK/m9q/toLCwoJCQkIAr3+CAH43AgICQkJCgsK/WMLCwoJCQkICAcGBQQEAwIBAQIDAwUFBgcICAkJCQoLCgIfDAsKCgkJCAgHBgUEAwMBAX4BAgMDBQUGAAABAAAAAAOWA5kACwAACQEHCQEXCQE3CQEnAgD+w1kBPf7DWQE9AT1Z/sMBPVkCWgE/Wf7A/sBZAT/+wVkBQAFAWQAAAAEAAAAAA/cDuABFAAATDwcRHw8hPw8RLw8hJyEPBiYHBgUFAwIBAQEBAgMFBQYHBwgJCQkKCwoDIgoLCgkJCQgHBwYFBQMCAQEBAQIDBQUGBwcICQkJCgsK/m9q/tkKCwoJCQkIA5kICAkJCQoLCv1jCwsKCQkJCAgHBgUEBAMCAQECAwMFBQYHCAgJCQkKCwoCHwwLCgoJCQgIBwYFBAQCAQF+AQIDAwUFBgAEAAAAAAO5A7gAAwAIABwAYAAAARUhNxMBIzUBNx8EDwQnPwQfAiURHw8hPw8RLw8hDw4DO/5HP5/+x2IBOXo9AwMBAQEBAwMwYS8EBQUFBQQF/dMBAgMEBQcHCAkKCgsMDAwNAnYNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf2KDQwMDAsKCgkIBwcFBAMCAUM/PwEA/sNjATxPPQQFBQUFBQQEMGIwBAIBAQEBAkP9ig0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAnYNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAADAAAAAAO5A/cABQA6AFAAAAEVMxEhESMRHw8hPw8RJyEPDicRMxEhNSEPDgJ+vf5HfgECAwQFBwcICQoKCwwMDA0BuQ0MDAwLCgoJCAcHBQQDAgH8/sUNDAwMCwoKCQgHBwUEAwK+fgH4/ggNDAwMCwoKCQgHBwUEAwICvb3+hgI3/ckNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQG5/AECAwQFBwcICQoKCwwMDLD9igJ2fgECAwQFBwcICQoKCwwMDAACAAAAAAP4A/cAXwDmAAABFQ8VKwEvFT0BPxU7AR8VBRUfHj8PFxUBNwMjJz8OPQEvHg8eAn4BAgIDAwQFCg0PEBITFRYLDAwMDQwNDQ0NDA0MDAwLFhUTEhAPDQoFBAMDAgIBAQICAwMEBQoNDxASExUWCwwMDA0MDQ0NDQwNDAwMCxYVExIQDw0KBQQDAwICAf2KAgIEBAUGBwcJCQoKCwwNDQ4ODw8QEBEREhISEhMUExEREBEQEBAPDw8ODg4NDRAiAQFf/zMjDAoJCAgHBgYFBQQDAwIBAgIEBAUGBwcJCQoKCwwNDQ4ODw8QEBEREhISEhMUExMUExISEhIRERAQDw8ODg0NDAsKCgkJBwcGBQQEAgICfg0NDA0MDAwLFhUTEhAPDQoFBAMDAgIBAQICAwMEBQoNDxASExUWCwwMDA0MDQ0NDQwNDAwLDBYVExIQDwwLBQQDAwICAQECAgMDBAULDA8QEhMVFgwLDAwNDA0NExQTEhISEhEREBAPDw4ODQ0LDAoKCQkHBwYFBAMDAQEBAQEDAwQFBQYGCAcJCAoMIzL/AGABACMPDQ0ODg4PDw8QEBAREBERExQSExISEhEREBAPDw4ODQ0LDAoKCQgIBwYFBAMDAQEBAQMDBAUGBwgICQoKDAsNDQ4ODw8QEBEREhISExIUAAAAAAIAAAAAA3oD9wADAAoAADchNSERMxEzETMBhgL0/Qz8/Pz+hgh+Afj+hgF6AXoAAAEAAAAAA/cDmQAIAAATATcDITUhEycIAYZb9wMG/Pr3WwIA/mdXAQN+AQNXAAAAAAMAAAAAA/gD9wAVABsAVQAANx8PITUhESMFJwcXAScFER8PIT8PNSMVIREhNSEPDggBAgMEBQcHCAkKCgsMDAwNAnb9in4CN1FaqwG5Wf0mAQIDBAUHBwgJCgoLDAwMDQI3DQwMDAsKCgkIBwcFBAMCAX79yQF6/oYNDAwMCwoKCQgHBwUEAwKGDQwMDAsKCgkIBwcFBAMCAX4CdqNRWaoBuVk//ckNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDfz8Ajd+AQIDBAUHBwgJCgoLDAwMAAAEAAAAAAP4A9gAAwAHAAsAEgAAJTM1IzUhNSE1ITUhASMXNyMRIwHB/PwBev6GAjf9yf7Ffr29fn6mfr19vX79TL29AvMAAAADAAAAAAJeA9gAPwB/AL8AACUVHw07AT8NPQEvDg8OERUfDTsBPw09AS8NKwEPDREVHw4/Dj0BLw0rAQ8NAaIBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwGGCQoJCQgIBwcGBQUEAwICAgIDBAUFBgcHCAgJCQoJCgkJCQgIBwcGBgQEAwMBAQEBAwMEBAYGBwcICAkJCQFwCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkBcAoJCQkICAcHBgYEBAMDAQEBAQMDBAQGBgcHCAgJCQkKCQoJCQgIBwcGBQUEAwICAgIDBAUFBgcHCAgJCQoAAAABAAAAAAP3A3kABQAAAScHCQEnAVX0WQFNAqNZATfxWv64AppaAAAAAwAAAAAD2AJeAD8AfwC/AAABFR8NOwE/DT0BLw0rAQ8NBRUfDTsBPw09AS8NKwEPDQUVHw07AT8NPQEvDSsBDw0DHAEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAf6GAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMB/oYBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwECAAoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJAAAAAAIAAAAAA/gD9wALAE8AAAEXNzMHFyMnByM3JyURFR8OIT8ONRE1Lw4hDw4Bd4mJbsXKcIyMcM3H/v4CAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwICAvyurvr+sbH8/J38zgoJCggICAgGBgYFBAMCAQEBAQIDBAUGBgYICAgICgkKAzIKCQoICAgIBgYGBQQDAgEBAQECAwQFBgYGCAgICAoJAAAAAAQAAAAAA/gD9wAJAJQBAAFEAAABHwEzPwEzAyMDBx8HIzUvBg8GHQEfEQ8PLw41Mx8KPwY1LxE9AT8NOwEfBQUfByM1LwYjDwsVHws/BzMPDisBLw4/DjsBHwUBERUfDiE/DjURNS8OIQ8OAug9BQEGO0ZqO2tEBwcFBQMDAQFEAwQGCAkLCwwKCQcFBAMCBAUIETQXEwgHBgYEBAMCAQEBAQMDBQYGCAkJCgsLDA0ODg4NDAsKCgkIBgYFBAICQQECAgMDBAQJCgwMEgoJBwUEAQEDBQcJDTIWEwgHBwUFBAMCAQEDAwUFBwcICQoKCwsNDQ0NDAwKCgn+6ggHBgQEAwEBQAIEBggKCwwQCAgHBwUFBAQDAgQCAgQFBAQEBgYHCAkJDQsKCQcGAwFAAQICBAUGCAgJCgoLCwsMDRAQDg0NCwoJCAcGBQQCAgEBAgIEBQYHCAkKDAwNDhAQDQ0MDAsKCf7SAgIDBAUGBgYIBwkICQoJAzQJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgn8zAkKCQgJBwgGBgYFBAMCAgJ5tBcXtP7xAQ8TBgcHCAgICQkIBwcHBQQCAQECAwQFBgcHBgcFBAQGCwcIBAUFBQYGBwcICAkJCAgHBwYGBQUEAwICAQEBAQIDBAUFBgcHCAgICAkJBgoFBAMEAgUDAgEBAwMEBgYHBwYGBQUEBAwHBwUEBQUGBgcHCAgICQgHBwcGBwUFBAMDAgEBAgMDBAUKBwgICQoKCwsGCgoICAUEAgECAwMEBQYGBwcQEhwREA4HBQUEBAICAQEBAgUFBwgJCgoKCQgJCAcHBwUFBAMCAQIDBAUHCAgKCwsMDQ0ODxcODgwMDAoKCQgGBgQDAgEDAwQEBgEw/M4KCQoICAgIBgYGBQQDAgEBAQECAwQFBgYGCAgICAoJCgMyCgkKCAgICAYGBgUEAwIBAQEBAgMEBQYGBggICAgKCQAAAwAAAAADuQP4AEAARAB5AAABFQ8PLw8/Dx8OAxUhNSMRHw8hPw8RJyEPDgKoAQIFBQcJCQsMDQ4PDxAREREREA8PDg0MCwkJBwUFAgEBAgUFBwkJCwwNDg8PEBEREREQDw8ODQwLCQkHBQUCKf5HfgECAwQFBwcICQoKCwwMDA0Cdg0MDAwLCgoJCAcHBQQDAgHg/ewNDAwMCwoKCQgHBwUEAwIBIAkIERAPDw4NDAsJCQcFBAMBAQMEBQcJCQsMDQ4PDxAREREREA8PDg0MCwkJBwUFAgEBAgUFBwkJCwwNDg8PEBECSb29/QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQKS4AECAwQFBwcICQoKCwwMDAAABAAAAAAD9wP4AAQAGAAcAHgAACUVMwEnNwcXPwM9AS8GKwEPAQEVITUjER8PITUvDz8PHw83MT8DNSchDw4CAGEBNmFaMGEvBAICAgIEPAQEBQUFBQT+q/5HfgECAwQFBwcICQoKCwwMDA0BOxEREA8PDg0MCwkJBwUFAgEBAgUFBwkJCwwNDg8PEBERERAPDw4ODAwLCQkHBgUDAs4tBQYM4P3sDQwMDAsKCgkIBwcFBAMCaWEBN2BZL2AvBAQFBQUFBAQ8BAICAgIBfr29/QwNDAwMCwoKCQgHBwUEAwIBcAECBQUHCQkLDA0ODhAQERERERAPDw4NDAsJCQcFBAMBAQIEBQcICQoLDA0ODw8QEM4tBAQH5OABAgMEBQcHCAkKCgsMDAwAAAAAAgAAAAAD+AP4AGcAoQAAAQ8GHQEPIBUfBz8THQEfCT8EAT8DLwMBLwMHBREfDyE/DzUjFSERITUhDw4CngQDBAICAgEXFxYVFRQTExMSEREQEA8ODg4MDQsLCwoJCQgIBwYGBQEBAgMDBAUGBwcHBgUTFBQVFhYYGBkaGxwcHh8gAQEDAgMEBAQFBAUEBAQEAS0FAwIBAQIDBP7SBQUFBQf9YwECAwQFBwcICQoKCwwMDA0CtQ0MDAwLCgoJCAcHBQQDAgF+/UsBO/7FDQwMDAsKCgkIBwcFBAMCA7YCAwMDBAQFBJMEBQUGBgcICAgJCgsKDAwNDQ4ODxAQEBESExIUFBUVFgUFBQUFBAMDAgEBAgQFFhUTEhEPDg0LCQkHBgQDAo4FBAQEBAMDAgEBAQEBAQMCAQ0EBgYHBwYGBQEOAwMBAQE+/QwNDAwMCwoKCQgIBgUEAwIBAQIDBAUGCAgJCQsLCw0MDaSkAvR+AQIDBAUHBwgJCgoLDAwMAAAAAgAAAAADegP3ACMAKwAANx8PIT8PESE3IxUhNSMnIcUBAgMEBQcHCAkKCgsMDAwNAXoNDAwMCwoKCQgHBwUEAwIB/Yp+vQL0vTj+9oYNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQJ2vX5+PwAFAAAAAAP4A/gAMwA/AHMAhQC5AAATHQEfCTMhMz8JPQIvCSMhIw8JExUzFSMVIzUjNTM1JxEVHwkzITM/CTURNS8JIyEjDwk3FTM1ITUhIw8JBREVHwk7Aj8JNRE1LwkrAg8JCAECAgYHCgoGBgcGA3IGBwYGCgoHBgICAQECAgYHCgoGBgcG/I4GBwYGCgoHBgICAfw/Pz8/P70BAgIGBwoKBgYHBgE7BgcGBgoKBwYCAgEBAgIGBwoKBgYHBv7FBgcGBgoKBwYCAgG9PwF6/oYGBwYGCgoHBgICAQH4AQICBgcKCgYGBwa9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBr0GBwYGCgoHBgICAQEEvQYHBgYKCgcGAgIBAQICBgcKCgYGBwa9BgcGBgoKBwYCAgEBAgIGBwoKBgYHAbM/Pz8/Pz8//sUGBwYGCgoHBgICAQECAgYHCgoGBgcGATsGBwYGCgoHBgICAQECAgYHCgoGBge3Pz8/AQICBgcKCgYGBwb+CAYHBgYKCgcGAgIBAQICBgcKCgYGBwYB+AYHBgYKCgcGAgIBAQICBgcKCgYGBwAACgAAAAAD+AP4AAMABwALAA8AEwAXABsAHwAjAFcAAAEVIzUjFSM1IxUjNSUVIzUjFSM1IxUjNSUVIzUjFSM1BSM1MyURFR8JMyEzPwk1ETUvCSMhIw8JA7n8P/w//ANy/D/8P/wCN/w//ANy/Pz8TwECAgYHCgoGBgcGA3IGBwYGCgoHBgICAQECAgYHCgoGBgcG/I4GBwYGCgoHBgICAQEEvb29vb29/L29vb29vfy9vb29vb29/I4GBwYGCgoHBgICAQECAgYHCgoGBgcGA3IGBwYGCgoHBgICAQECAgYICQsFBgcAAAYAAAAAA/gD+AALAD8ASwB/AJEAxQAAARUzFSMVIzUjNTM1Ix0BHwkzITM/CT0CLwkjISMPCRMVMxUjFSM1IzUzNSMdAR8JMyEzPwk9Ai8JIyEjDwk3FTM1MzUrAQ8JBREVHwkzITM/CTURNS8JIyEjDwkBBD8/Pz8/vQECAgYHCgoGBgcGATsGBwYGCgoHBgICAQECAgYHCgoGBgcG/sUGBwYGCgoHBgICAfw/Pz8/P70BAgIGBwoKBgYHBgE7BgcGBgoKBwYCAgEBAgIGBwoKBgYHBv7FBgcGBgoKBwYCAgG9P/z8BgcGBgoKBwYCAgEBegECAgYHCgoGBgcGATsGBwYGCgoHBgICAQECAgYHCgoGBgcG/sUGBwYGCgoHBgICAQEEPz8/Pz8/vQYHBgYKCgcGAgIBAQICBgcKCgYGBwa9BgcGBgoKBwYCAgEBAgIGBwoKBgYHAbM/Pz8/Pz+9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBr0GBwYGCgoHBgICAQECAgYHCgoGBgf2fn4/AQICBgcKCgYGBwb8jgYHBgULCQgGAgIBAQICBggJCwUGBwYDcgYHBgYKCgcGAgIBAQICBgcKCgYGBwACAAAAAAO5A/gACwBEAAABIxUzFTM1MzUjNSMBER8PMzUjESEdAR8JOwEVMzUnIQ8OAr1+fn5+fn79igECAwQFBwcICQoKCwwMDA38/AG5AQICBgcKCgYGBwZ+fuL97g0MDAwLCgoJCAcHBQQDAgFDfn5+fn4Buf0MDQwMDAsKCgkIBwcFBAMCAX4C9H4GBwYGCgoHBgICAX7X4gECAwQFBwcICQoKCwwMDAAABQAAAAAD+AP4AAQAGAAnADYAlAAAJRUzASc3Bxc/Az0BLwYrAQ8BJQ8CFT8EFTMRIw8EFT8EFTMRIwclER8PMzUrAS8JNRE1PwkzITMfCR0BMzUvDyEPDgIAYQE2YVowYS8EAgICAgQ8BAQFBQUFBP5cCwwYCREQDgZAJxPSCwwYCREQDgZAJxP+wAEDBQYICQsMDg4IEBESEhPBtwYHBgYKCgcGAgIBAQICBgcKCgYGBwYCdgYHBgYKCgcGAgIBfgEDBQYICQsMDg4IEBESEhP9gBMTEhIQEA4ODAsJCAYFA2lhATdgWS9gLwQEBQUFBQQEPAQCAgICtAUFBzEBBAYHBc0BDgwKBQUHMQEEBgcFzQEODIH9ihMTEhEREA4NDQsECQcGBAJ+AQICBggJCwUGBwYCdgcGBgYKCgcGAgIBAQICBgcKCgYGBge9vRMTEhEREA4ODAsFCAgFBAIBAwUGCAkLDA4OEBEREhMAAAAEAAAAAAP4A/gAAwAIABwAYAAAARUhNxMBIzUBNx8EDwQnPwM7AR8BJREfDyE/DxEvDyEPDgM7/kc/n/7HYgE5ej0DAwEBAQEDAzBhLwQFBQUFBAX9lAECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/QwNDAwMCwoKCQgHBwUEAwIBQz8/AQD+w2MBPE89BAUFBQUEBQQwYjAEAgICAoL9DA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAAGAAAAAAP4A/cAGAAvADsAVgDUARgAAAEPCB8HMz8FJR8FPwY1LwYHJw8CPwMvBA8FFR8FPwE9AS8HIx8DFQ8EHwM/AjMfChUPDS8HDw0vCj0BPxEvBj0BPwwfBiURFR8OIT8ONRE1Lw4hDw4BSRAUFQkIBwQBAQECAgQEBQUFBQYEBAQGKgFIDSMNBgYFBwgGBgIEAgEDBAkNEw8Y4AkKFSUlJCMYFxcWKQMEBgYDAgECAgMTEw8DAgIDBAQFBQUFTAIBAQECAwoNHiAhIx8fEBAQEAkQDQsIBwQEAQEBAwQEBQYHBwcICQgJDAwLCgoJGC5HLS8vDBkhBgYICAoMDAsLCgkJCAYDBQIBAQICBAQEBQwMDg1IHRAODhIQEBAPDwYFAwECAgMEBQYGCAgJCAsNDAwLCQkG/gICAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwICAUkGCAkGBgYHAwQGBwUFAwMCAQICAwMJSVkMIAkEAgEBAwQGAwcHBwYFBQQEAgECWxoaMwwJCQcZGxsb4QEBBAUHBwcIBwcGHx43EgkICAUFBAMDAgEKBgYNDA0MDCQyKCYlJAYEAgEBAgUGBwgICQ0ICQgICQcIBwcGBQUDAwEBAQMFBgcIFyoOCw4QFy05CAcGBgQEAQEDBAUHCAkFDQcHBwcGBwYHBgYFCggHBxwLIiIjNDYYGBgZDg8PCAcIBwcHBwYGBQUEAwIBAQMEBwgJC4n8zgoJCggICAgGBgYFBAMCAQEBAQIDBAUGBgYICAgICgkKAzIKCQoICAgIBgYGBQQDAgEBAQECAwQFBgYGCAgICAoJAAAEAAAAAAP4A/gAPwB/AL8A/wAAARUrAQ8JHQEfCTsCPwk9Ai8JKwEPCQUdAR8JOwI/CT0BLwkrAT0BLwkrAQ8JER0BHwk7AT8JPQE7AT8JPQEvCSsCDwkFFR8JOwEdAR8JOwE/CT0CLwkrAg8JA3q9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBvwGBwYGCgoHBgICAQECAgYHCgoGBgcGBgcGBgoKBwYCAgH8jgECAgYHCgoGBgcG/AYHBgYKCgcGAgIBAQICBgcKCgYGBwa9AQICBgcKCgYGBwYGBwYGCgoHBgICAQECAgYHCgoGBgcGBgcGBgoKBwYCAgG9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBvwGBwYGCgoHBgICAQJ2AQICBgcKCgYGBwa9AQICBgcKCgYGBwYGBwYGCgoHBgICAQECAgYHCgoGBgcG/AYHBgYKCgcGAgIBAUO9AQICBgcKCgYGBwYGBwYGCgoHBgICAQECAgYHCgoGBgcG/AYHBgYKCgcGAgIBAQICBgcKCgYGBwb8BgcGBgoKBwYCAgEBAgIGBwoKBgYHBgYHBgYKCgcGAgIBvQYHBgYKCgcGAgIBAQICBgcKCgYGBwJw/AYHBgYKCgcGAgIBAQICBgcKCgYGBwa9AQICBgcKCgYGBwYGBwYGCgoHBgICAQECAgYHCgoGBgcGBgcGBgoKBwYCAgG9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBvwGBwYGCgoHBgICAQECAgYHCgoGBgcAAAAFAAAAAAP4A/gAAwAHAAsADwBTAAABMzUjBTMRIxMzESMlESERIxEfDyE/DxEvDyEPDgJ+fn7+hn5+vX5+Abn9DH4BAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf0MDQwMDAsKCgkIBwcFBAMCAQT8/AF6/oYB+H79DAL0/QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAACAAAAAAN6A/cAAwAKAAA3ITUhETMRMxEzAYYC9P0M/Pz8/oYIfgH4/oYBegF6AAACAAAAAAN3A7UABwAPAAABHwETBRM/AQEzNwUXMwEjAgEJCKr+iKUIDf6LRmEBn2FH/qk8A2keG/5TAQGmFSz84fsB+gNsAAABAAAAAAO5A7gACwAAEwkBFwkBNwkBJwkBRwFg/qBZAWABYFn+oAFgWf6g/qADYP6g/qBZAWD+oFkBYAFgWf6gAWAAAAQAAAAAA/cD9wADAAcACwAZAAAlITUhNSE1ITUhNSEFFzcRJwcXNycHERc3JwIAAfj+CAH4/ggB+P4I/ghUKipUvb1UKipUvYZ+vX69fiteJv3SJl6pqV4mAi4mXqkAAAMAAAAAA5kD+AA/AGIAyQAAARUPDSsBLw09AT8NOwEfDREVIz0BPw07AR8NBRUrAQ8OER8OMyEzPw4RLw4rATUvDw8OAl4BAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwG8AQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMB/sZXCwoKCQkICAcHBgUEBAICAQECAgQEBQYHBwgICQkKCgsCZgsKCgkJCAgIBgYFBAQCAgEBAgIEBAUGBwcICAkJCgoLVwEDBQgJCw0OEBESExQWFRcXFRYUExIREA4NCwkIBQMBYgkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCQoKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKAbBfXwkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCV8CAgMEBQYGBggHCQgJCgr+CAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCQH4CgoJCAkHCAYGBgUEAwICXxYWFRQUEhEPDwwLCgcGAwEBAwYHCgsMDw8REhQUFRYAAAsAAAAAA9QD1AADAAcACwAPABMAFwAbAB8AIwApAC8AACUzNSM1MzUjNzM1IwczNSMHMzUjBzM1IwczNSM3MzUjNTM1IyczIREhESMRFSERIQHhPj4+Pvo+Pn0+Pn0+Pn0+Pn0+Pvo+Pj4++j4CcfzUPwOq/FbnPj8+Pz4+Pj4+Pj4+Pj8+Pz59/NQDLPzUPgOoAAADAAAAAAP4AuAAAwBIAI4AAAEhNSE3Mx8PDw8jFTM/DjUvDiMFFR8OMzUjLw8/DzM1Iw8OAVgBUP6w4OAMDAsLCgoJCAgHBQUEAwIBAQIDBAUFBwgICQoKCwsMDODsFhYVFBMSEQ8ODAoIBwQDAwQHCAoMDg8REhMUFRYW7P3QAwQHCAoMDg8REhMUFRYW7OAMDAsLCgoJCAgHBQUEAwIBAQIDBAUFBwgICQoKCwsMDODgFxYWFBQSEg8PDQsJCAUEAchwPgECAwQFBQcICAkKCgsLDAwMDAsLCgoJCAgHBQUEAwIBagMEBwgKDA4PERITFBUWFhgWFhUUExIRDw4MCggHBAPgDBYWFRQTEhEPDgwKCAcEA2oBAgMEBQUHCAgJCgoLCwwMDAwLCwoKCQgIBwUFBAMCAWoBBAUICQsNDw8SEhQUFhYAAgAAAAAD+AP4AAMADAAANyE1IQEnBwkBJwcRIwgD8PwQAbnQWAFnAWdY0H4IfgEcylr+owFdWsoCVgAABQAAAAAD+AP4AAMABwALAA8AEwAAAREhESMRIREBESERIxEhEQMhESEDev7Ffv7FAvT+xX7+xX4D8PwQAcH+xQE7/sUBOwG5/sUBO/7FATv8jgPwAAAAAAgAAAAAA/gDuQADAAcACwAQABQAGQAdACIAACUzNSMFITUhJTM1IwUVITUhJTM1IwUVITUhJTM1IwUVITUhA3p+fvyOAzP8zQNyfn78jgH4/ggDcn5+/I4Ctf1LA3J+fvyOAzP8zUd+fn5+fj8/fn5+Pz9+fn4/P34AAAAEAAAAAAO5A/gAAwAfADEANgAAAQcjNycjFTMHIxUzBxc3MwcXNzM1IzczNSM3JwcjNyc3HQEfCTsBESERAyERJyECYw59DTZsYw5VTA0/DX4NPw5wZw1aUBE/En0RP70BAgIGBwoKBgYHBn79in4DcuL9cAHBX18/P18+VglfVglfPl8/dQl+dQn8fgYHBgYKCgcGAgIB/ckC9PyOAw7iAAAAAAMAAAAAAzsDegAiAEUAhwAAAR8PDw4rATUTHw8PDisBNQMhPw8vDz8OLw8hAjsKCgoJCQgIBwYGBQQDAwEBAQEDAwQFBgYHCAgJCQoKCrmYCgoKCQgJBwcHBgUEAwICAQECAgMEBQYHBwcJCAkKCgqYvQGfFRYUFBMSEBAODAsJBwYDAQEBAwQFBgcICAoKCwsNDQ0KEwgICAcGBgUEAwMCAQEBAgUGCQsMDw8SEhQVFRcX/ocBwQEBAgMEBQYGBggHCQgJCgoJCgkICQcIBgcFBQQDAgK9ATsBAQIDBAUGBgYIBwkICQoKCQoJCAkHCAYHBQUEAwICvf2KAQMFBwkKDA0PDxESExQUFQ8PDg8NDgwMDAsKCgkICAYHEAgICQkJCgoJCgsKCgsLFhYUFBMREQ8NDAoJBgUCAAACAAAAAAP4A/gACAAMAAATFzcRMxEXNwElITUhmVjQftBY/pn+CAPw/BAB7lrK/aoCVspaAV0vfgAAAAADAAAAAAP4A/gAGAAcADUAAAEHFzcVMzUXNy8HKwEPBSUhNSElJwcfBzsBPwcnBzUjAaiiWGN+Y1iiCgoKCwwLDAwMDAsMCwoK/lYD8PwQAblfW54JCgsMCw0MDQ0MDQsMCwoJnltffgGFnVtg5eVgW50ICAYFAwMCAgMEBQYHNH7cYlekCQgGBgQEAgIEBAYGCAmkV2LdAAUAAAAAA/cD+AAfAF8AnwDjAPwAAAEPBisBLwU9AT8FOwEfBQcVHw07AT8OLw8PDhcPDisBLw09AT8NOwEfDScPBCcHFw8EJwcfBAcXNx8DBxc3HwEzPwEXNyc/Axc3Jz8DNTcnBy8DNycHLwQ1IwEhNSERIR0BHwk7ARUzNSchAxUBAQMDAwQFBQUEBQMDAgICAgMDBQQFBQUEAwMDAW8BAwIEBQUFBgcHCAgICQkJCQgICAcHBgYFBAQDAgEBAQECAwQEBQYGBwcICAgJCQkJCAgIBwcGBQUFBAIDAeABAgQEBgcICAoLCwwMDQ4ODg0NDQwLCwkJCAcGBAQCAgQEBgcICQkLCwwNDQ0ODg4NDAwLCwoICAcGBAQCpAIUExITIioiCQsKCAQ0CjUBAwUGLxsxDg4PFBQ0FBQUDw8JFDUUEg8ODzEcLwUFAwI1CjQHCQoPIisiDRESEgw4/SgB+P6GAbkBAgIGCAkLBQYHBn5+4v1wAQQFBQQDAwICAgIDAwUEBQUFBAMDAwEBAwMDBAUFCQkICAgHBwYFBQUEAgMBAQMCBAUFBQYHBwgICAkJCQkICAgHBwYGBQQEAwIBAQEBAgMEBAUGBgcHCAgICQkODQ4MDAsLCQkIBwYEBAICBAQGBwgJCQsLDAwODQ4ODQ4MDAsLCQkIBwYEBAICBAQGBwgJCQsLDAwODbgBBAYICiolKQoQERIMCjgKGBQTExwwHA8MDAw3FDgCAQIBOBQ3CwsMER0xHA0SEhMOCTgJFBEQFCklKgcIBwUCNv4IfgL0fgYHBgYKCgcGAgIBftfiAA4AAAAAA/gDuQADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAACUzNSMHMzUjBzM1IwczNSMHMzUjJTM1IwUzNSMFMzUjJSE1IQUhNSElMzUjBTM1IwczNSMHMzUjA7k/P71+fvx+fvx+fvx+fgL0/Pz+hvz8/ob8/AH4Afj+CP4IAXr+hgL0/Pz+xb29/H5+vT8/R35+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fgAAAAIAAAAAA9gD2AAEAEgAACUhNxc3AREVHw0zITM/DTURNS8NIyEjDw0Dev0M3H6+/YoCAwQGBgcICQoKCwwMDQ0CtA0NDAwLCgoJCAcGBgQDAgIDBAYGBwgJCgoLDAwNDf1MDQ0MDAsKCgkIBwYGBAMCpvy+/AF6/UwNDQwMCwoKCQgHBgYEAwICAwQGBgcICQoKCwwMDQ0CtA0NDAwLCgoJCAcGBgQDAgIDBAYGBwgJCgoLDAwNAAABAAAAAAN6A7kAIgAAExElBRE1LwwjISMPDIYBegF6AQICAwQEBAoGBgYHBwf9lgcHBwYGBgoEBAQDAgIBA3r8zb29AzMGBwYGBQUFBQcDAwICAQECAgMDBwUFBQUGBgcAAAAAAgAAAAADuQP4AAMANwAAARUhNScRFR8JMyEzPwk1ETUvCSMhIw8JAzv9in4BAgIGBwoKBgYHBgL0BgcGBgoKBwYCAgEBAgIGBwoKBgYHBv0MBgcGBgoKBwYCAgEDO729fvyOBgcGBgoKBwYCAgEBAgIGBwoKBgYHBgNyBgcGBgoKBwYCAgEBAgIGBwoKBgYHAAAAAAYAAAAAA/gDuQADAEMARwCHAIsAywAAJSE1IQUVHw07AT8NPQEvDSsBDw0BITUhBRUfDTsBPw09AS8NKwEPDSUhNSEFFR8NOwE/DT0BLw0rAQ8NAUMCtf1L/sUCAgMEBQYGBggHCQgJCgkKCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgoJCgkICQcIBgYGBQQDAgIBOwK1/Uv+xQICAwQFBgYGCAcJCAkKCQoKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCgkKCQgJBwgGBgYFBAMCAgE7ArX9S/7FAgIDBAUGBgYIBwkICQoJCgoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoKCQoJCAkHCAYGBgUEAwIChn5eCgoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoKCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoBEn4/CgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyfiAJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgkKCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgAAAgAAAAAD+AO5AAMANwAAAREhEScRFR8JMyEzPwk1ETUvCSMhIw8JAj/+R34BAgIGBwoKBgYHBgNyBgcGBgoKBwYCAgEBAgIGBwoKBgYHBvyOBgcGBgoKBwYCAgEDO/2KAnY//QwGBwYGCgoHBgICAQECAgYHCgoGBgcGAvQGBwYGCgoHBgICAQECAgYHCgoGBgcAAAQAAAAAA/gDuQADAAcACwAPAAAlITUhJyE1ITchNSEnITUhAQQC9P0M/APw/BD8AvT9DPwD8PwQR35+fn5+fn4AAAAAAgAAAAADuQP4AAMANwAAARUhNQMRFR8JMyEzPwk1ETUvCSMhIw8JAzv9in4BAgIGBwoKBgYHBgL0BgcGBgoKBwYCAgEBAgIGBwoKBgYHBv0MBgcGBgoKBwYCAgEBgr29Ajf8jgYHBgYKCgcGAgIBAQICBgcKCgYGBwYDcgYHBgYKCgcGAgIBAQICBgcKCgYGBwAAAAUAAAAAA9QD1AADAAcACwAPABMAAAERIREjESERAREhESMRIREDIREhA5b+iT7+iQMs/ok+/ok/A6r8VgHh/okBd/6JAXcBtf6JAXf+iQF3/JYDqAAAAAAVAAAAAAPUA9QAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAFEAVQBZAF0AACUzNSMHMzUjBzM1IwUzNSMHMzUjBzM1IyUzNSMFMzUjJTM1IwUzNSMBMzUjBTM1IyUzNSMFMzUjJTM1IwczNSMHMzUjBx0BIRUhETMRITUhESMHMzUjBzM1IwczNSMDlj8/fT8/fT8//ok/P30/P30/PwNrPz/8lT8/A2s/P/yVPz8Daz8//JU/PwNrPz/8lT8/A2s/P30/P30/P7v+SgG2PgG2/ko+vD8/fT8/fT8/LD4+Pj4+Pj4+Pj4+Pj8/Pz4/Pz8BOD8/Pz4/Pz8+Pj4+Pj4+ffo+/ksBtT4BtT4+Pj4+PgAAAAgAAAAAA/QD8wADAAcACwARABUAGQAdACEAAAEVIzUjFSM1IxUjNRMzIRUhNQEVIzUjFSM1IxUjNQMhESEDtvo/+j/6+j8CM/yUA2z6P/o/+j4D6PwYAUX6+vr6+voBOPr6ATj6+vr6+vr8VwPoAAACAAAAAAP4A/cACAAMAAATFzcRMxEXNwElITUhmVjQftBY/pn+CAPw/BAB7lrK/aoCVspaAV0vfgAAAAACAAAAAAP4A/cAAwAMAAA3ITUhAScHCQEnBxEjCAPw/BABudBYAWcBZ1jQfgh+ARzKWv6jAV1aygJWAAADAAAAAAP4A/cAGAAcADUAAAEHFzcVMzUXNy8HKwEPBSUhNSElJwcfBzsBPwcnBzUjAaiiWGN+Y1iiCgoKCwwLDAwMDAsMCwoK/lYD8PwQAblfW54JCgsMCw0MDQ0MDQsMCwoJnltffgGFnVtg5eVgW50IBwYFBAMCAgMEBQYHNH7cYlekCQgHBQQEAgIEBAUHCAmkV2LdAAEAAAAAA/UDdwAFAAABJwcJAScBRfhCAToCsEIBDfZB/scCrUEAAAACAAAAAAO5A/gABwAPAAA3MxEhETMRITUhESMVITUjR34Cdn78jgNyfv2KfggBuf5HAjd+ATu9vQAAAAADAAAAAAP4A/gACQAVAB0AADczESEXETMRJyEHMzUzNTM1IzUjNSMXIREjFSE1I8V+AZ+YfuL9r70/Pz8/Pz+9AzN+/cl+CAG5mP7fAVXiX0A+QD4/XgE7vb0AAAQAAAAAA/gD+AADAA0AGQAhAAAlITUhBzMRIRcRMxEnIQczNTM1MzUjNSM1IxchESMVITUjAcEBO/7F/H4Bn5h+4v2vvT8/Pz8/P70DM379yX5Hfr0BuZj+3wFV4l9APkA+P14BO729AAAAAAoAAAAAA/gD+AADAAcACwAbAB8AIwArADUAOQA9AAABFSM1IxUjNSMVIzUDMzUzFTM1MxUzNTMVMxEhJRc3JwcXNyclIxUzFTMRIwUdATM1MzUjNSMFFzcnBRc3JwO5/D/8P/w/P/w//D/8P/wQAhBvLXD4LW8tAf69vT8//E8/vb0/AhAscC3+xW8tbwGCvb29vb29/oZ+fn5+fn4CN8FwLW9vLXAsTj9+ATt+P35+P35vLXAsLHAtbwAABQAAAAAD+AP4AAMABwALABsAKwAAARUjNSMVIzUjFSM1AzM1MxUzNTMVMzUzFTMRITUhESMRIzUjFSM1IxUjESMDufw//D/8Pz/8P/w//D/8EAPwP/w//D/8PwGCvb29vb29/oZ+fn5+fn4CNz8Bev7Fvb29vQE7AAAAAAkAAAAAA/gD+AADAAcACwAbAFAAhQCNAJEAmwAAARUjNSMVIzUjFSM1AzM1MxUzNTMVMzUzFTMRISUPBhUfCz8NLwsjDwQlDwYVHws/DS8LIw8EBSMVMxUzESMBMxMjBR0BMzUzNSM1IwO5/D/8P/w/P/w//D/8P/wQAkkEBAMDAgEBAgIDAgQEBAUFBQwNDgYHBQYFBAQEAwMBAgEBAwIDAwQEBQUFBg0ODQYGBgX/AAQEAwMCAQECAgMCBAQEBQUFDA0OBgcFBgUEBAQDAwECAQEDAgMDBAQFBQUGDQ4NBgYGBQJgvb0/P/2pQvlB/aw/vb0/AYK9vb29vb3+hn5+fn5+fgI3qwQFBgYGBgcODQYFBQQFBAMDAgMBAQECAwMEBAQFBgUHBg4ODAUFBQQEAwMCAgIDAQMDBPgEBQYGBgYHDg0GBQUEBQQDAwIDAQEBAgMDBAQEBQYFBwYODgwFBQUEBAMDAgICAwEDAwRwP34BO/6GAXp+P35+P34AAAIAAAAAA/MD8wAJAA0AAAEzESE1IxUhESMBIREhAxl9/gxdAq/b/PMCr/1RAl7+DH3bAq/+igKvAAAAAAMAAAAAA+QD5AAJAA0AFwAAATMVIzUjFSERIwUhESEFMzUjNTMVMzUhAyld+V4Btbv+DAGW/mr+57td+V7+SwFz+V27AbWcAZacXvlduwAABgAAAAAD5APkAAMABwALAA8AEwAXAAABFSM1AyERIQczNSM3MzUjJxUjNQMhESEDhvleAbX+S/qcnPqcnLz5XgG1/ksBc/n5/qkBtZycXpy7+fn+qQG1AAMAAAAAA/MD8wAFAAkADQAAJSEVIREjJxEhEQMhESEDGf4MAs/bu/4MXgKv/VHn2wLPu/4MAfT9rwKvAAQAAAAAA/MD5AAPABcAJwBHAAABFTMRIxUhNSM1MxUzNSM1IxUjFSM1MzU3FTMVIzUjFTMVIzUjETM1BzMRIxUzNTMVIxUzNSEVMzUjETM1IxUjNTM1IxUhNSMDGT8//sg/fds/XT99Pz4/fds/Xj8/2z8/214/2wE42z8/210+2/7I2wJOPv7nPz9dPtpeXj5ePvo+Xj7aXj4BGj4+/ubaHz7bPj7bARnaPl3bPj4ABQAAAAAD8wPzAAUACQARAB0AMQAAARUhNTM1JxUjNQMzFSERIzUhJRUzESMVITUjETM1JSE1IxUzESMVMzUhFTM1IxEzNSMCvv7k3l7dXl4B15z+ZwI4Ozv9yD8/Ajj9xdg/P9gCO9U8PNUCA75Bfbva2v7InwF6uz4+/cg8PAI7O1482P3I2Dw82AI42AAAAwAAAAAD8wPzAAMARwCBAAABESERJw8HER8PIT8PES8OIyEjDwUBDwcRHw8zNSMRIRUzNS8PIQ8GA5b97UAHBQUEAwMCAQECAwMEBQUHBwcICAkJCQoCEAkKCQkICAcHBgYEBAMCAQEBAQIDBAQGBgcIBwkICQoJ/fAKCQkJCAgH/t8GBgQEBAICAQECAgMEBQYGBggHCAgJCQpeXgITXgEBAgMEBQUGBwcICAkJCQr97woJCQkIBwgCff3tAhNABwcICAkJCQr98QoKCQkICAcHBgYEBAMCAQEBAQIDBAQGBgcHCAgJCQoJAhAKCQkJCAgHBwcFBQQDAwICAwMEBQUBEwcIBwgJCQkK/e8KCQkJCAgHBwYFBQQDAgEBXgITXl4KCQkICAgHBgcFBQQDAgIBAQICBAQEBgAAAAEAAAAAA7kDCgAFAAATFwkBNwFHWQFhAV5a/kgBTlkBY/6dWQG9AAABAAAAAAO5AwoABQAAEwkBJwkBRwG6Abha/qL+nwKy/kMBvVn+nQFjAAAAAAEAAAAAAwoDuQAFAAATCQEXCQH1AWP+nVkBvf5DA1/+ov6fWQG6AbgAAAAAAQAAAAADCgO5AAUAABMBNwkBJ/UBvVn+nQFjWQIB/kZZAWEBXloAAAIAAAAAA/gDuQAFAAsAABMJARcJAQUJARcJAQgBY/6dWQG9/kMBgQFj/p1ZAb3+QwNf/qL+n1kBugG4Wv6i/p9ZAboBuAAAAAIAAAAAA/cDuQAFAAsAABMBNwkBJxMBNwkBJwgBvVn+nQFjWR0BvVn+nQFjWQIB/kZZAWEBX1n+SP5GWQFhAV9ZAAAABAAAAAADuQO5AAYADQAUABsAAAEXByERBycFJxEhJzcnAQcXNxcRIQE3FzcnNyECNL50ATttv/4nbQE7dL5ZAX++Wb9t/sX9yW2/Wb91/sUBdrp1ATttu7tt/sV1uloBdLpavG4BO/7FbbtZu3UAAAMAAAAAA/gDuQADAAcAEwAAARUhNQMhESEBIxUzFTM1MzUjNSMDev0MfgPw/BABuX5+fn5+fgGCvb3+xQG5ATt+fn5+fgAAAAMAAAAAA/gDuQALAA8AEwAAASMVMxUzNTM1IzUjARUhNQMhESEBwX5+fn5+fgG5/Qx+A/D8EAFDfn5+fn4Ber29/sUBuQAAAAEAAAAAA7gDuQADAAA3FwEnR1kDGVmgWQMZWQABAAAAAAO5A7kACAAAASEBFwERMxEhAcEBIf1lWQKbfv4IAzv9ZVkCnP7fAfcAAAACAAAAAAP4A3oAAwAIAAABESERAykBESEDev0MfgJ+AXL8EAL8/ggB+P2KAvQAAAACAAAAAAP4A/gAfwD/AAABFQ8dKwEvHT0BPx07AR8dBR8fPx8vHw8eA3oCAgQEBQYHBwkJCgoLDA0NDg4PDxAQERESEhISExQTExQTEhISEhEREBAPDw4ODQ0MCwoKCQkHBwYFBAQCAgICBAQFBgcHCQkKCgsMDQ0ODg8PEBARERISEhITFBMTFBMSEhISEREQEA8PDg4NDQwLCgoJCQcHBgUEBAIC/I4BAgMEBgcICQoLDA0ODxARERMTExUVFhYXFxgZGBoZGhoZGhgZGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwIBAQIDBAYHCAkKCwwNDg8QERETExMVFRYWFxcYGRgaGRoaGRoYGRgXFxYWFRUTExMRERAPDg0MCwoJCAcGBAMCAgATFBMSEhISEREQEA8PDg4NDQwLCgoJCQcHBgUEBAICAgIEBAUGBwcJCQoKCwwNDQ4ODw8QEBEREhISEhMUExMUExISEhIRERAQDw8ODg0NDAsKCgkJBwcGBQQEAgICAgQEBQYHBwkJCgoLDA0NDg4PDxAQERESEhISExQTGhkaGBkYFxcWFhUVExMTEREQDw4NDAsKCQgHBgQDAgEBAgMEBgcICQoLDA0ODxARERMTExUVFhYXFxgZGBoZGhoZGhgZGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwIBAQIDBAYHCAkKCwwNDg8QERETExMVFRYWFxcYGRgaGQAAAAACAAAAAAP4A7kABQALAAABEwMhAxMBEyETAyECs7S0/pq0tP67/AH4/Pz+CAM7/sX+xQE7ATv+xf5HAbkBuQAAAwAAAAAD+AKdAAMABwAfAAABFSM1IRUjNSUjFSE1IxUzNSEVMxUzNTM1MzUjNSM1IwN6P/1LPwL0P/3Jvb0CNz8/Pz8/Pz8CIEBAQEA+Pj68Pj5AQD5APkAAAAAFAAAAAAP4A/gAAwAKAA4AEgApAAAlFSM1AxUzESMBNSUVIzUhFSM1JSMVITUjFTMBFTM1IxEzNTM1IzUjNSMDej8/PxP9nQK1P/1LPwL0P/3JvZACZL0/Pz8/Pz+GPz8CtT/9yQJjEz8/Pz8/Pz8/vf2ckL0CNz8/Pz8ABwAAAAAD+AP4AAMABwALABIAFgAaADEAACUVIzURFSMnJRUhJyUVMxUhJzUlFSM1IRUjNSUjFSE1IxUzARUzNSMRMzUzNSM1IzUjA3o/E/wBD/6zfgGMP/31awK1P/1LPwL0P/3JvZACZL0/Pz8/Pz+GPz8BO/z8vX5+vT8/axM/Pz8/Pz8/P739nJC9Ajc/Pz8/AAIAAAAAA/cD2AAhAEQAACUhAR8VFQ8HBSE/CS8WA4X8/gI9FRQUEhIREA8ODAwLCgoIBwYEBAMCAQICBAQGBwgJ/HkDphUMCQkHBgQEAQEBAgMFBgcICgsMDQ4QERITFBYWGBgaGmcDFxIUExUVFhYXFxgYGBkaGRoaGxobGxsbGxsbGxsbGhtZMR4fHx8fHyAfHx8fHx8eHh4eHRwcHBsbGRoYGBcWFRUTAAAEAAAAAAO5A7kAAwAHAAsAEQAAAREhEQEHETcnByE3BREhNxEhAn7+CAL0vb0svv4lwf7RAnb8/aQCfv4IAfj+4LwB7r0tvb3Q/Z39AnUAAAIAAAAAA/gDegAPABMAAAERIzUjFSM1IxUjNSMVIxEDIREhA3p+fj9+P35+fgPw/BAC/P4I/Px+fvz8Afj9igL0AAAAAgAAAAAD+AP4AD8AyQAAARUPDi8PPw47AR8NAQ8ELwIPCBUfBQ8BHwEPBB0BHwg/Ah8LOwI/Cx8CPwg9AS8EPwEvAT8FNS8IDwIvCysCDwUCiQIEBAYHCAkKCgwMDA0ODg4ODQwNCwoKCQgHBgQEAgEBAgQEBgcICQoKCw0MDQ4ODg4NDAwMCgoJCAcGBAQC/vYUFxYWFIAFBQQFBAQDA2cCAgEBAgMDbQMBAQNtAwMCAgECaAMDBAQFBAUFgBQWFhcUAQICBAMEBQXOBQUEAwQCAgEUFxYWFIAFBQQFBAQDA2cDAQICAwNtAwEBA20DAwIBAQICZwMDBAQFBQQFgBQWFhcUAQICBAMEBQXOBQUEAwQCAgIADg4NDAwMCgoJCAcGBAQCAQECBAQGBwgJCgoMDAwNDg4ODg0MDAwKCgkIBwYEBAICBAQGBwgJCgoMDAwNDgHUhQoMDQ4yAQEBAQICAwSuBAUEBQQEBANTGBkZGVIDBAQEBQQFBK4EAwICAQEBATIODQwKhQUEBAMCAgICAgIDBAQFhQoMDQ4yAQEBAQICAwSuBAUEBQQEBANSGRkZGFMDBAQEBQQFBK4EAwICAQEBATIODQwKhQUEBAMCAgICAgIDBAQAAAACAAAAAAP4A7gAZwDjAAABHw8PFisBLwMPBz8CLw41PxY7AR8FJQ8PFR8ODwofCT8KHwIzPxcvFw8GAsUVFBISEBAODQoKBwcFAwIBAQIDBQcHCgoNDhAQEhIUFRcXGBgZGhoaGBcXFyAiCwsMDAwNDQUKCTEODQwLCwkJBwcFBAQCAgECAwUHBwoKDQ4PERETFBUXFxgYGRoaGhsZGhkYGBf+XBwbGRgXFQoSEhAOCwkHBAMCAwUGCAoLEAoLDA0NDg4CBQMJByUJBgQCAQECAgUICgoLDAwOFRwgHx0dGxoZFxQVFRUhICAfHh4dHRwbGRgXFRMSEQ8NCggFBAEBBAUICg0PERITFRcYGRscHR0eHx8gICAgICAfHx4dAxUJCwsMDQ0ODw8ODw8QDxAREBAPEA8PDg8PDg0NDAsLCQkIBgYEAwICAgQGIgoJCQgIBwcRLj0fCgsLDAsNDA0MDA0MDQ0OEBAQDw8PDg8PDg4MDAsLCQkIBgYEAwICAwQGBghrDQ4PEBITCRUWFxgZGRoaGxkWFhUWFRQUGA4ODQ0MDAsLDwYQCiQLCwsKDggHBwwLCggFBAIBAgUICgsNDhERFAICAQECBAUHCAoLDQ4PEBITFBUXFxkYGhoaGxsbGhkZGBgXFRQTEhAPDg0LCggHBQQCAQECBAUHCAoAAAIAAAAAA/gDrQADAJcAAAEzESMhIw8MHwknDwsfCTMPCh8JMw8LHwkzIQ8DFR8NOwE/BjUnPw0RKwEvBCMC/Pz8/eIKCQgIBwYGBQQEBAUDAQEDBQYIBQQGBQY9BgYGBQUFCAcFAwIBAgMFBAQEBQUGBgclBQUFCAcGBAICAQEDBQYEBAUFBgYHHgYHBQYFBAgGBAIBAQMFBwQFBQUGBgcBRBYEBgICAwQFBwQFBQUGBwYIBwcIDg0KBAMCAgQBAgUJDQsWFxEVDQcYMBQEBQkkCwsGAfQBuQECAgMDBAQFBQULDAwLCwoJBwMDAQEBAQEBAQMCBAgJCwsMDAsLCgQEAwMCAgEBAQICBggKCgYLDAwLCgkDBAMCAgEBAQICAwMECQoLCwwLCwoJBAMDAgIBWRolGBUiFhcUEwgIBgYEBAICAQIFBQMDAwkPWRcQEh4hFy4sHSAQBxEeAUcBBBQFAwAAAgAAAAAD9wOtAAMAmAAANzMRIwEPAhcVDwwROwEfBDMhMz8MLwkXPwo1LwkjPwk1LwkjPwsvCSMhPwM1LwwrAQ8FCPz8AhEBAQEEAwQKDQoWGBEUDQcYMBQEBAokCwsGAXkJCQkHBwcFBgQEAwYCAQEDBAcHBQUFBQY9BgYGBQUECQYFBAIBBAUDBAQFBQYHByUGBQUIBwYEAgIBAgUGBAQFBQYGBx0HBgYGBQQIBgQCAQIDBQYEBQUFBgcG/rwVBQYBAgIEBgcEBAUGBAUKCwsJCQkHBwYEUwG5AYwCBw9ZFxASHiEXLiseIBAHER7+uQEEFQQDAQICAwMEBAUFBQsMDAsLCwgIAgMBAQEBAQEBAwMDCAoKDAsMDAoKBAQDAwICAQEBAgIGCAoKBgwLDAsKCQQDAwICAQEBAgIDBAMJCgsMCwwKCgkEAwMCAgFZGiYXFSIXFhUSCQcGBgMDBAMCAgIEAwQAAgAAAAAD9wOtAAMAmAAAEzMRIwUjER8NBxUfBzM/Di8EITM/CS8LMz8KLwkzPwovCgc/CS8MIyEjDwQI/PwBTxQnGgoIDhsdFgoNCgUCAQQBAwMEBQsODwcHCAYHBgUFBQQHBQQDAQECBgQGEAFEBwYGBQUFBAcFAwEBAgQGCAQFBgUHBh4HBgYFBQQEAwYDAgECAwQGBwgFBQUlBwYGBQUEBAMDBQIBAgIFBgcJBQUGBgY9BgUFBQUIBgUDAQEDBQQEBAUGBgcICAkK/ocGCwsaDwkB9AG5If65GBIICRIsNi4XIR4SEA5aFwcFAwMDBQMBAQICBAQGBggIExQWFxcgGCUaGUABAgIDAwQJCgsLDAsLCgkEAwMCAgEBAQICAwQDBQkLCwwLDAoKCAYCAgEBAQICAwMEBAUKCwwMCwsKCQgCAwEBAQEBAQEDAwcJCgsLDAwLBQUEBQMEAwICAQMFDwcDAAAAAwAAAAAD+AP4ABYAVgCaAAAlFQ8HIS8HNRMXASUPDisBLw09AT8NOwEfDSURFR8NMyEzPw01ETUvDSMhIw8NA7kBAQMEBQUGBvzMBgYFBQQDAQHNvQE7/nQBAQIDBAUFBgYHBwgJCAkJCggJCAgIBwYGBQQEAwICAgIDBAQFBgYHCAgICQgKCQkICQgHBwYGBQUEAwIB/okCAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwIC+JIGBgUFBAMBAQEBAwQFBQYGHAEA/AH4JAkJCQgIBwcHBQYEBAMCAgICAwQEBgUHBwcICAkJCQkJCQgIBwcHBQYEBAMCAgICAwQEBgUHBwcICAkJ7/zMCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJAzQJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgAAAAAEAAAAAAP4A/gAAwAHADMAdwAAATM1IxMVIzUjFTMVMzUzNTMVIxUjFTM1MxUjFTMVIzUjFSM1IxUjNTM1IzUzFTM1IzUjNScRFR8NMyEzPw01ETUvDSMhIw8NAcF+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fr0CAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwICAUN+AXp+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5f/MwJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKAAAABQAAAAAD+AP4ACwANgCYASQBaAAAAQ8FHw0/BzUvBw8GJR8BMz8BMwMjAwUfAzczEQ8PLwc3HwQzPw01Iw8GKwEvDj8PHwIFHwYVIy8HDwcfEg8PLw41Mx8KMz8GNS8SPw8fBgERFR8NMyEzPw01ETUvDSMhIw8NAuwEAwMCAwEBAwIDAwQEBQYGBwcICQoKCAgHBgYFBQYGBwgICgoICAgHBgUF/sI9BgEFPEZrOmsB0AoICQcGOgECAgQFBggICQsLDA0ODxAMDA0MDQwLCw4JFBMLCgoSBwcHBgUEBQMDAwIBAQEHCAgKCQsLDQ0NDAwKCgkIBwYGBAMDAQEBAQMDBAYGBwgJCgoMDA0ODQwM/fUIBgYEBAICQwECBQYHCQsMCwsIBwYEAgEBAgQFBxIzFxQIBwYFBQQDAgEBAQEDBAQGBwcJCQoLCw0MDg8NDQwLCwkJCAcFBQQCAkEBAgICBAMECgoLDQYMCgkHBQMCAgMFBgoMMhcSCAgGBgQEAwIBAQEBAwMFBQYICAkJCwsLDA0ODQwLCwoJ/ucCAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwICAjIGCAcJEhQYEAcHBgYFBAQDAwEBAQEBAwMFBQYIdwcGBgQEAgIBAQECAwQEBUG0GBi0/vABEAYFBwgJI/72DgwMCwoJCQgHBwUEBAIBAQEBAQMDBAQFLAQGBQEBAQECAwMDBAUFBgYGBwcdBwcGBAQCAgIDBAUGBwkJCgsMDA0ODxUPDw0NDAsKCggGBgQDAgEBAgMTBgcHCAgICQkICAYHBQQCAQECAwQFBgcHBgYGBAQGCwcIBAUFBQYGBwcICAkJCAgHBwYGBQUEAwICAQEBAQIDBAUFBwYIBwgICAkJCwUEBAQDAwUDAgECAgMEBgYHBwYGBQUEBAwHCAQEBQYFBwYHCAgJCAgHBwcHBgUFBAQCAgEBAQECAwMEBQEu/MwJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKAAAAAAUAAAAAA/gD+AAEABgARABwAM4AACUVMwEnNwcXPwM9AS8GKwEPASUPAx8EDwQfBz8HPQEvBiMPBx0BHwc/By8EPwQvByMPASURHw8zNSsBLwk1ETU/CTMhMx8JHQEzNS8PIQ8OAgBhATZhWjBhLwQCAgICBDwEBQQFBQUE/rAEAwEBAQIDBHBwBAMCAQEBAwQFBQYHBQYFBYgFAwICAwWIBQYFBwUGBriIBQMCAgMFiAUFBgUHBgUFBAMBAQECAwRwbwUDAgEBAQMEBQUGBgYGBf5zAQMEBwgJCwwODggQERISE8G3BgcGBgoKBwYCAgEBAgIGBwoKBgYHBgJ2BgcGBQsJCAYCAgF+AQMFBggJCwwODggQERISE/2AExMSEhAQDg4MCwkIBwQDaWEBN2BZL2AvBAQFBQUFBAQ8BAICAgLMBQYGBgYFBgRnZwUFBgYGBgYFBAMCAQEBAwR+BQUGBwYGBgV+BAICAQIDAn4FBgYGBwYFBX4EAwEBAQIDBAUGBgYGBgUFZ2cEBgYGBgUGBQQDAgECAm39ihMTEhEREA4ODAsFCAgFBAJ+AQICBgcKCwUGBwYCdgYHBgULCgcGAgIBAQICBgcKCwUGBwa9vRMTEhEREA4ODAsFCAgFBAIBAwUGCAkLDA4OEBEREhMAAAAAAgAAAAAD9wPcADUAzQAAATMfCA8FKwEVMzUjNxcjFTM1KwEvBz8FNSMVMwcnMzUjJw8CIxUzAw8NJz8HLwcPBxUfDT8REzM1Iz8OHwIPAhUfBzM/BzUvDA8OAjUaBgYFBgUEBANRmwQFBQwMBhqfIH1CG60bBQYFBgQFAwNSmAULDA0TnzeHRBys6wIFHUpFURULBgcHBwgJCgkKCggICgoICQYGBAMBAgQFBQcICAsOCgkHBwUDAQICAwQHCgUHCAoKDA0ODw0NDAsLCQoICAcHDQ8JBQkLTp+QDgYIBAUFBgYHCAgJCQsLDAsLAgMBAQMFBggJCgsICQgHBgUFAwEBAQUHCAsMDQ4QCgoZERAQDw8NDgwLCwoICAYFAp8BAQIDBAQEBaKmBAMEBQM1NYWFNTUCAgMEBAQFvI0DBwUCATU1eno1lAYOgDX+cUodDg4MCwkGBgQDAgEBAQIEBQYICAoKEAgIBgYEAwIBAwUHCAkKChYKCQkIDAkFBQQEAwMBAQEBAwQFBQcHBwkIChMcFQ8gLAGaNUQeGQsKCQgHBgUEAwIBAQEBAwYGBwcLCgkIBgUDAQIEBAYHBwsHDAgHDw0MCwoIBgUCAQEBAgIEBQYHBwgJCgoLCwwAAAAACgAAAAADuAO4AAMABwALAA8AEwAXABsAHwAjAGcAAAEVIzUjFSM1IxUjNSUVIzUjFSM1IxUjNSUVIzUjFSM1IxUjNScPBhURFR8OIT8ONRE1Lw4hDwYDer0/vT+9ArW9P70/vQK1vT+9P71nBQUEAwMBAgICAgQEBQUGBwcHBwcICALQCAgICAcGBwYFBQQDAwECAgEDAwQFBQYHBgcICAgI/TAICAgIBwYHAUO9vb29vb38vb29vb29/L29vb29vWYGBgcHBwgICf0yCQgIBwcHBgYGBAQEAgIBAQEBAgIDBAUGBgYHBwcICAkCzgkICAcHBwYGBgQEBAICAQEBAQICBAQEAAAADQAAAAAD9wP3AAIABQAJAA0AEAAUABcAGwAeACIAJgApAFsAACUjNTcVJyMVIzUjFSM1JSM1JRUjNSMVJyMVIzU3IzUlFSM1IxUjNSMVLwEXDwERFR8OJT8BFzcnPwERNS8NIyEPAScDTZC9kGy9P70BjZEBub0/kGy9kZECtb0/vT+Q6kUDAwICAgQEBQUGBwcHBwcICALXDgpELUUDAwIBAwMEBQUGBwYHCAgICP0pDgpEhpEskJC9vb29P5Atvb2QkL29P5Atvb29vZGRkEUJDv0pCAgIBwcHBgYGBQQDAgIBAQECA0UtRAoOAtYJCAgHBwcGBgYEBAQCAgECA0UAAAADAAAAAAP4A/cASgCVAP4AAAEfBh0BDx0rAS8GNx8COwE/DT0BLwI3JxcHLwIjDw8fAwcvBj0BPx0zHwY3Iy8HDx8fCAcXNx8HPx8vCDcnAvIKCAcGBAQCAQICBAMFBQYGBwcICAkKCgoLCwsMDA0NDQ0ODg4PDhQUExMSEhEUXRENDg4QEA8ODg0MCwoJCAcFBAMCAwZeXQReEA0ODhAQDw4ODQwMCgkIBgYDAwEBAgMFXQwIBwYEBAIBAgIDBAUFBgYHBwgICQoJCwoMCwwMDQ0NDQ4ODg4PFBQTExIREmUBGhwcHB4eHh8WFRUVFRQUExQTEhMREhEREA8QDg4ODQ0MCwsKCgkICAcPEBMVFhgZEaZZtxscHBweHh4fFhUVFRQVFBMUExISEhIREBEPDw8ODg0NDAsLCgoJCAgHDxATFRYYGRGmWQKTERERExITFBQPDg4ODg0NDQ0MDAsLCwoKCgkICAcHBgYFBQMDAwIBAwMFBQcJC10FAwIDBAUHBwkLCwwNDg4PEBAODg0QXlsCXgYDAgECBAUHCAkKCwwNDg4PEBAODg0RXRURERITExQUDw4ODg4NDQ0NDAwLCwsKCgoICQgHBwYGBQQEAwMCAQECAwUGBwhGDQsKCAYFAwEBAQMDBAQGBggICAoKCwsNDA4ODw8QEBEREhMSFBMVFBIjIiAfHRwaD6ZZtg0LCggGBQMBAQECBAMFBgYIBwkKCgsLDA0ODg4QEBARERITEhQTFBUSIyIgHx0cGg+mWQAABAAAAAAD+AP4ABMAGQAtAHEAAAEVIxUzFTMVIxUjNTM1IzUjNTM1IxEzFSMRIxUzNTMVIxUzFSM1IxUjNTM1IzUDERUfDTMhMz8NNRE1Lw0jISMPDQNokEhISJCQSEhI2EiQ2EhISEhISEhISJABAgMDAwQFBQYGBgcGCAcDYAcIBgcGBgYFBQQDAwMCAQECAwMDBAUFBgYGBwYIB/ygBwgGBwYGBgUFBAMDAwIBApBISEhISEhISEhI/uBIAWhISEjYSEhISNhIASD8oAcHBwcGBgYFBQQDAwMCAQECAwMDBAUFBgYGBwcHBwNgBwcHBwYGBgUFBAMDAwIBAQIDAwMEBQUGBgYHBwcAAAQAAAAAA/gD+AALAB8AKwBvAAABETMRMxEjFSM1IxEjFSMVMxUzFSMVIzUzNSM1IzUzNSMVIxUzFSM1IzUzNQMRFR8NMyEzPw01ETUvDSMhIw8NAthISEhISEiQSEhIkJBISEiQSEhISEjYAQIDAwMEBQUGBgYHBggHA2AHCAYHBgYGBQUEAwMDAgEBAgMDAwQFBQYGBgcGCAf8oAcIBgcGBgYFBQQDAwMCAQKQ/uABIP7gSEgBIEhISEhISEhISEhI2EhI2EgBIPygBwcHBwYGBgUFBAMDAwIBAQIDAwMEBQUGBgYHBwcHA2AHBwcHBgYGBQUEAwMDAgEBAgMDAwQFBQYGBgcHBwAAAAAHAAAAAAP4A/gAAwAHABsAJAA1ADoAQwAAJRUhNTczNSMlFTM1MxUjFTMVIzUjFSM1MzUjNSMzFTMVIxUjESEzFTM1MxEjESMVIzUjESMRARcVIREDIxEzFSERASEDuf1L/H5+ATs/Pz8/Pz8/Pz/8fj8/vf7FPz9+Pz8/Pz8Cien9Sz+9vQMz/vL924Y/P378Pz8/P/w/Pz8//D8//D8Bej8//oYBO729/sUBegF66VIBO/7F/gh+AuIBDgAAAAADAAAAAAP4A/gABAAYAHYAAAEVMwEnNwcXPwQvCA8CBREfDyE/DxEjERUPCSMhIy8JNRE1PwkzITUhDw4BQ4UBq4V7QYVBBAMCAQECAwRTBgYGBwcHBvyaAQMEBwgJCwwODggQERISEwKAExMSEREQDg4MCwUIBwYEAn4BAgIGCAkLBQYHBv2KBgcGBgoKBwYCAgEBAgIGBwoKBgYHBgF0/owTExISEBAODgwLCQgHBAMByIUBqoV8QYZBBgYHBgcHBgVUBAMCAQECA7f9ihMTEhEREA4ODAsFCAgFBAIBAwUGCAkLDA4OCBAREhITAYT+hgYHBgULCgcGAgIBAQICBgcKCwUGBwYCdgYHBgULCgcGAgIBfgEDBQYICQsMDg4QERESEwAAAAIAAAAAA/cDuQAqAIEAAAEzHwozIR8HFSEPBwMRPwcHERUfCTMhPwcTPwE1LwsjNS8OIyEvCysCDw0BCAUFBQV8BgcHBwgIBwgBCwYGBgQEAwIB/k4ODA0LCwkIBLIBAQMEBQUGB18BAgIGBwoKBgYHBgLBCQkICAcHBQSyAwIBAwQGBwgKCgoMBQxkAQECBAQEBgYHBwgICQkJCv71BQUFBHwHBwcHBwgICKEKCgkICQcIBgYGBQQDAgIDegICA2MEBAQDAgIBAQEDBAUFBgdeAQMEBggICwX+nAJuBwYFBQQDAQEg/SwGBwYGCgoHBgICAQECAwQGBgcJAZQLDAwMCwsLCgkIBgUEAQJeCgoJCAkHCAYGBgUEAwICAQECA2MEBAQDAgIBAgIDBAUGBgYIBwkICQoAAAQAAAAAA/cDmQADAAcAewDvAAABMzUjBTM1IzcfDBUfCxUPCxUPCyMVPw81Pww1Lww1Lw8FDwcVDwwVHwwdAR8ONSMvCzUvCzU/CzU/CzM1Iw8FAQK7uwE4u7vyBwYGBgUFBAQDAwMDAgIEBQMEBAQFBgUHBgYHBQYFBAQEAwUEAgIDAwIEAwQFBQYGBwgTEhAPDgwLCgQIBgYEAwMBAgMDAgQDBAUFBQYGBwcGBgUFBQQDBAIDAwIBAQMEBQYHCQkLDA4PEBIT/TcECAYGBAQCAQIEAgMDBAQEBQUGBgcHBgYFBQQEBAMDAgQCAgMEBQYHCQkLDA4PEBITCAYHBgUFBAMDAwMDAgIDBQQDBQQFBQYHBgYHBgUFBAUDBAUDAgIEAgMEAwUEBgUGBwcTEhAPDgwLAaS7u7vkAQEBAwIEBAUFBgcPEncaGBUJCQgIBgYGBQQBBAUFBgYHCAgJFBcZfBMQBwYFBAQDAwIBAVgBAgMEBQYICQULDQ8RExQXghMRBwYGBQQEAwMBAQFVAQEBAwMEBAUGBwcQFHUWFRQREA4MCwkIBgYEAwIBJwYLDQ8RExQWfxMRBwcGBQQEAwMBAQFVAQEBAwMDBQUFBwcQE3oXFRMSDw4MCgkIBgUEAwIBWAEBAgMDBAUFBgcQE3kZGBQJCQgHBwYFBQQBBAUFBgcHCAgJFRYaehIPBwYFBQQEAgMBAVcCAwQGBggAAAAGAAAAAANABAAAAwAHAAsADwATABcAACkBESEBIREhJSERIQEhESElIREhASERIQJAAQD/AP6AAQD/AAGAAQD/AP6AAQD/AAGAAQD/AP6AAQD/AAEA/wABAIABAP8AAQCAAQD/AAEAAAEAAAAAA/gD+ABqAAATMxEVHwUFFTcnFSE3HwczPxU1Lwc3FzcHFwcvByMPFRUfBwcRMycIfgIDBAUGBQKcvb39t7MUERISChQUFRcNDA0MDAwLFhUTEhEODQoFBAMDAgIBAQIEBgcJCg5/WRf1WYATEhETChMVFBgNDA0MDAwLFhUTEhAPDQoFBAMDAgIBAQIFBQcJCg6zfp0DO/1sCAUGBQQDAQF+np1+sw4KCQcDBQMCAQICAwMEBQoNDxASExUWCwwMDA0MDQ0VFBQUEhISFH9Z9BZZfw4KCQcDBQMCAQICAwMEBQoNDhESExUWCwwMDA0MDQ0VFBQUEhIRFLMCSb0AAQAAAAACgAKAAAMAAAEhESEBgAEA/wABgAEAAAIAAAAAA0ACgAADAAcAAAEhESEBIREhAkABAP8A/oABAP8AAYABAP8AAQAAAwAAAAADQANAAAMABwALAAAlIREhASERITchESECQAEA/wD+gAEA/wDAAQD/AMABAP8AAQCAAQAAAAAABAAAAAADQANAAAMABwALAA8AACUhESEBIREhJSERIQEhESECQAEA/wD+gAEA/wABgAEA/wD+gAEA/wDAAQD/AAEAgAEA/wABAAAAAAUAAAAABAADQAADAAcACwAPABMAACUhESEBIREhASERISUhESEBIREhAwABAP8A/oABAP8A/oABAP8AAkABAP8A/oABAP8AwAEA/wABAP8AAQCAAQD/AAEAAAAABgAAAAAEAAQAAAMABwALAA8AEwAXAAApAREhASERIQEhESElIREhASERITchESEDAAEA/wD+gAEA/wD+gAEA/wACQAEA/wD+gAEA/wDAAQD/AAEA/wABAP8AAQCAAQD/AAEAgAEAAAAFAAAAAAO5A/gAPwB/AL8AxAFFAAABFR8NOwE/DT0BLw0rAQ8NNRUfDTsBPw09AS8NKwEPDTUVHw07AT8NPQEvDSsBDw0lFREhEScVIw8HFR8DFSMPBxUfAxUjDwcVHwMVHwchPwc1PwQ1LwcjNT8ENS8HIzU/BDUvByM1LwchDwYBogEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEb/oY/ngYGBQUEAwEBAgQFsp4GBgUFBAMBAQIEBbKeBgYFBQQDAQECBAWyAQEDBAUFBgcBuAcGBQUEAwEBrwYCBAIBAQMEBQUGBp6vBgIEAgEBAwQFBQYGnq8GAgQCAQEDBAUFBgaeAQEDBAUFBgf+SAcGBQUEAwEBBAoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJ8goJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJ8goJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJsx/8rQNyHx8BAQMEBQUGBkMIBwV3TgEBAwQFBQYHQggHBXdOAQEDBAUFBgZDCAcFdy4HBgUFBAMBAQEBAwQFBQYHLnQFAwcIQwYGBQUEAwEBTnQFAwcIQgcGBQUEAwEBTnQFAwcIQwYGBQUEAwEBHwcGBQUEAwEBAQEDBAUFBgAAAAABAAAAAAN5A/gAVgAAAREvBg8LHwUBHwIzPwQBPwUvCw8GETUvCSsBDwkBwdAEBgUGCwwMDAYFBQUEBAMCBAEBBAIEAwUBOwcTDAwMBgYFBQE/BQMEAgQBAQQCAwQEBQUFBgwMDAsGBQYE0AECAgYHCgoGBgcGBgcGBQsJCAYCAgEDuf0lzQQEAwMDAQEDAwMEBAUFBgUMDAwMBQYFBP7JBwkDAwICAwQBOwUFBgUMDAwMBQYFBQQEAwIEAQEDAwMEBM0C2wYHBgYKCgcGAgIBAQICBgcKCgYGBwAAAgAAAAAD+AP4AEUAiQAACQEPBR8LPwYRFR8JOwE/CTURLwoPBRcRHwozPwMBPwUvCw8GETUvCSsBDwkBVv7F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AdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAIJAgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/AkACQQJCAkMCRAJFAkYCRwJIAkkCSgJLAkwCTQJOAk8CUAJRAlICUwJUAlUCVgJXAlgCWQJaAlsCXAJdAl4CXwJgAmECYgJjAmQCZQJmAmcCaAJpAmoCawJsAm0CbgJvAnACcQJyAnMCdAJ1AnYCdwJ4AnkCegJ7AnwCfQJ+An8CgAKBAoICgwKEAoUChgKHAogCiQKKAosCjAKNAo4CjwKQApECkgKTApQClQKWApcCmAKZApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0ArUCtgAKUGRmX0V4cG9ydApDU1ZfRXhwb3J0DEV4Y2VsX0V4cG9ydAxNVF9EYXRlcmFuZ2UNQlRfRXhjZWxjbGVhcg5CVF9FeGNlbGZpbHRlcgxCdWxsZXRfQXJyb3cNQnVsbGV0X0NpcmNsZQVOb25lMgtCdWxsZXRfVGljaxFCb3JkZXJfRGlhZ29uYWxVcBNCb3JkZXJfRGlhZ29uYWxEb3duDUJ1bGxldF9GbG93ZXIKQnVsbGV0X0RvdA1CdWxsZXRfU3F1YXJlDU1UX1JpZ2h0QXJyb3cMTVRfTGVmdEFycm93DE1UX0Rvd25BcnJvdwpNVF9VcGFycm93DU1UX1JlY3VycmVuY2UTTVRfUmVjdXJyZW5jZUVkaXRlZAtNVF9Mb2NhdGlvbg5NVF9EZXNjcmlwdGlvbgtNVF9UaW1lem9uZQhNVF9Ub2RheQ5NVF9Nb250aEFnZW5kYQtNVF9Xb3Jrd2VlawtNVF9XZWVrVmlldwpNVF9EYXlWaWV3DU1UX0FnZW5kYVZpZXcLTVRfRGF0ZVRpbWULTVRfUmVzb3VyY2UOTVRfVGltZUxpbmVEYXkPTVRfVGltZUxpbmVXZWVrE01UX1RpbWVMaW5lV29ya1dlZWsQTVRfVGltZUxpbmVNb250aAh0YWJsZS0wMgRjb3B5CHRoLXNtYWxsB3NhdmUtMDIKYWxpZ24tbGVmdAdlZGl0LTA2CGNsb3NlLXdmC3dvcmQtZXhwb3J0C2Nyb3NzLWNsb3NlBmZpbHRlcgRwbHVzBWNsb3NlDWNoZWNrLW1hcmstMDEKcHJpbnRlci0wMQdlZGl0LTA0B2FkZC1uZXcIY2xvc2UtMDERRlRfRHJvcGRvd25fQXJyb3cPYXJyb3doZWFkLXVwLTAxEWFycm93aGVhZC1kb3duLTAxDGFycm93aGVhZC11cA5hcnJvd2hlYWQtZG93bg1hcnJvdy1kb3duLTAyC2Fycm93LXVwLTAxE2Fycm93LWhlYWQtcmlnaHQtMDIPYXJyb3doZWFkLXJpZ2h0DmFycm93aGVhZC1sZWZ0CWRlbGV0ZS0wNRJhcnJvdy1zYW5zLWxlZnQtMDETYXJyb3ctc2Fucy1yaWdodC0wMQ1hcm9vdy1sZWZ0LTAxEG5hdmlnYXRpb24tcmlnaHQJU29ydGluZy1tCmVkaXQtaWNvbjENZmlyc3QtcGFnZW5hdgxsc3QtcGFnZS1uYXYHdGVtcC1kdAtCb3R0b20taWNvbgZGaWx0ZXIIVG9wLWljb24Lbnh0LXBnLWljb24LZG93bi1hcnJvdzIHZ3JwLWRlbAhVcC1hcnJvdwpEd24tYXJyb3czCWZsdHItY2FuMglwcmV2LWljb24JR3JvdXBpY29uC1NlbGVjdGlvbi1tD0NsZWFyX2lucHV0XzAwMRFDaGVjYm94X3NlbGVjdGlvbgxJbnRlcm1lZGlhdGUNTVRfTGVmdF9BcnJvdwdCVF9FZGl0CE1UX0NsZWFyDk1UX1JpZ2h0X0Fycm93Ck1UX0FkZGZsYXQMTVRfQm90dG9tZmlsCU1UX3JlbW92ZQtNVF9CYWNrd2FyZAdNVF9NZW51CU1UX1NlYXJjaAhNVF9tb250aAlNVF9EZWxldGUPTVRfQm90dG9tX0Fycm93B01UX1NhdmUITVRfbWVudTEJTVRfcmVsb2FkCE1UX0Nsb3NlB01UX1RpbWUOQ29sdW1uX2Nob29zZXIIVHJlZXZpZXcJVHJlZXZpZXcyCVRyZWV2aWV3MQlUcmVldmlldzMOTVRfVHJlZV9leHBhbmQITWF0ZXJhaWwNTWF0ZXJpYWxfUGxheQ5NYXRlcmlhbF9QYXVzZQ9QYXJhT3B0aW9uZG93bjEKVGV4dFNlYXJjaBdJbnNpZGVIb3Jpem9uZGFsQm9yZGVycwpSZXN0YXJ0QXQxDU9wZW5IeXBlcmxpbmsHQ3V0RGF0YQhDb3B5RGF0YQlUb3BCb3JkZXINRGVsZXRlQ29sdW1ucwpEZWxldGVSb3dzC0luc2VydFJpZ2h0Ckluc2VydExlZnQPUmVtb3ZlSHlwZXJsaW5rFUluc2lkZVZlcnRpY2FsQm9yZGVycwtSaWdodEJvcmRlcg1FZGl0SHlwZXJsaW5rCUh5cGVybGluawtMZWZ0Qm9yZGVycwtEZWxldGVUYWJsZQ9UYWJsZVByb3BlcnRpZXMNQ29weUh5cGVybGluawxCb3R0b21Cb3JkZXIOQ2xpcGJvYXJkUGFzdGURQ29udGludWVOdW1iZXJpbmcLSW5zZXJ0QmVsb3cLSW5zZXJ0QWJvdmUKQm9yZGVyTm9uZQlCb3JkZXJCb3gDQWxsD1RhYmxlQWxpZ25SaWdodAxDdXN0b21Cb3JkZXIOVGFibGVBbGlnbkxlZnQQVGFibGVBbGlnbkNlbnRlcg1MaW5lVmVyeXNtYWxsCkxpbmVub3JtYWwJTGluZXNtYWxsDVBhcmFPcHRpb251cDEKVGV4dEJvdHRvbQpUZXh0Q2VudGVyB1RleHRUb3AOTVRfQ2xlYXJGb3JtYXQQTVRfU3RyaWtldGhyb3VnaAxNVF9VcHBlcmNhc2UKTVRfSnVzdGlmeQhNVF9JbWFnZQlNVF9SZXNpemULTVRfTWluaW1pc2ULTVRfRWRpdExpbmsHTVRfQm9sZAxNVF9BbGlnbkxlZnQGTVRfQ3V0Ek1UX0FsdGVybmF0aXZlVGV4dAdNVF9Db3B5CU1UX1JlbW92ZRFNVF9JbmNyZWFzZUluZGVudAtNVF9DbGVhckFsbAdNVF9VbmRvDU1UX0Z1bGxTY3JlZW4MTVRfVW5kZXJsaW5lEE1UX1Vub3JkZXJlZExpc3QKTVRfUHJldmlldw5NVF9PcmRlcmVkTGlzdAxNVF9Mb3dlcmNhc2UNTVRfUmVtb3ZlTGluawlNVF9ab29tSW4LTVRfT3BlbkxpbmsITVRfUHJpbnQMTVRfRm9udENvbG9yDU1UX0FsaWduUmlnaHQNTVRfQ3JlYXRlTGluawtNVF9WaWV3U2lkZQtNVF9Db2RlVmlldwpNVF9ab29tT3V0Dk1UX1N1cGVyc2NyaXB0B01UX1BhcmEHTVRfUmVkbwhNVF9QYXN0ZQ1NVF9JbnNlcnRDb2RlDE1UX1N1YnNjcmlwdApNVF9EaXNwbGF5Ck1UX1JlcGxhY2UJTVRfSXRhbGljCk1UX0NhcHRpb24STVRfQmFja2dyb3VuZGNvbG9yEU1UX0RlY3JlYXNlSW5kZW50Dk1UX0FsaWduQ2VudGVyC01UX0ZvbnROYW1lC0RyYWdBbmREcm9wDEZpbHRlckZpZWxkcwpOZXdfQ29sdW1uB05ld19Sb3cDU3VtCEZpbHRlcl9CB0Nsb3NlX0YNQ2xlYXJmaWx0ZXJfTQJPawtBbGlnbkJvdHRvbQ5JbnNlcnRSb3dBYm92ZQ5JbnNlcnRSb3dCZWxvdwtBbGlnbkNlbnRlcgxEZWxldGVDb2x1bW4JRGVsZXRlUm93EEluc2VydENvbHVtbkxlZnQIQWxpZ25Ub3ARSW5zZXJ0Q29sdW1uUmlnaHQORWRpdFByb3BlcnRpZXMRVmVydGljYWxBbGlnbm1lbnQJQWRkQ29sdW1uBVN0eWxlCVRiX0RlbGV0ZQZBZGRSb3cGSGVhZGVyCFRhYl9Nb3JlBlJlc2l6ZQlNX1BWX09wZW4OTV9QVl9GaXJzdHBhZ2UNTV9QVl9QcmV2aW91cwlNX1BWX05leHQNTV9QVl9MYXN0cGFnZQxNX1BWX1pvb21vdXQLTV9QVl9ab29taW4NTV9QVl9Eb3dubG9hZA1NX1BWX0Jvb2ttYXJrC01fUFZfU2VhcmNoE01fUFZfVGV4dEFubm90YXRpb24KTV9QVl9DbG9zZQxNX1BWX0NvbW1lbnQJTV9QVl9TYXZlDk1fUFZfQWxpZ25MZWZ0DU1fUFZfRnJlZWhhbmQJTV9QVl9VbmRvDk1fUFZfSGlnaGxpZ2h0CU1fUFZfTW9yZQ5NX1BWX1VuZGVybGluZRJNX1BWX1N0cmlrZXRocm91Z2gKTV9QVl9QYWludAhNX1BWX1BhbgxNX1BWX09wYWNpdHkLTV9QVl9EZWxldGULTV9QVl9DdXJzb3IPTV9QVl9SaWdodEFycm93EE1fUFZfU3Ryb2tlY29sb3IKTV9QVl9QcmludAlNX1BWX1JlZG8OTV9QVl9Gb250Y29sb3ILTV9QVl9TaGFwZXMOTV9QVl9MZWZ0QXJyb3cRTV9QVl9TdHJva2V3ZWlnaHQSTV9QVl9Bbm5vdGFpb25FZGl0Dk1fUFZfVGh1bWJuYWlsCk1fUFZfU3RhbXAOTV9QVl9QYWdlYnJlYWsQTV9QVl9OZXdEb2N1bWVudApNX0NvbGxhcHNlCE1fRXhwYW5kDkRvdWJsZVJlc2l6ZV8yDkRvdWJsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8zDlNpbmdsZVJlc2l6ZV8yDlNpbmdsZVJlc2l6ZV80C0RyYWdhbmREcm9wB0Fycm93VXAJQXJyb3dEb3duCkFycm93cmlnaHQJQXJyb3dMZWZ0B0dyaXBwZXIQTmV3X0ZpbHRlckFjdGl2ZQdNVF9Db2RlB01UX0dyaWQFUGFzdGUGRGVsZXRlC01UX0Rvd25sb2FkA0N1dAdNVF9MaXN0Ck1UX1JlZnJlc2gHTVRfaW5mbw1NVF9SaWdodGFycm93DU1UX09wZW5Gb2xkZXIFQ2xlYXIMTVRfTmV3Rm9sZGVyCU1UX1JlbmFtZQRDb3B5BlNlYXJjaAlNVF9VcGxvYWQHTVRfQmFjawxNVF9TZWxlY3RBbGwHTVRfU29ydAlNVF9PcHRpb24HTVRfVGljawxNX0JyZWFkY3J1bWINTV9FeGNlbEV4cG9ydAtNX0NTVkV4cG9ydAZNX1NhdmUITV9TYXZlYXMITV9FeHBvcnQITV9EZWxldGUMTV9HcmFuZFRvdGFsBk1fR3JpZApNX1N1YnRvdGFsC01fTmV3UmVwb3J0Ek1fTnVtYmVyRm9ybWF0dGluZwhNX1JlbmFtZQtNX1BERkV4cG9ydAxNX0Z1bGxzY3JlZW4HTV9DaGFydAZNX0xvYWQIRm9udFR5cGUHTV9DbG9zZQ1NX0xpbmVTcGFjaW5nBk1fTG9jaw1PdXRzaWRlQm9yZGVyBk1fTGluaw1NX0FsaWduQm90dG9tB01fVGFibGUQTV9UYWJsZU9mQ29udGVudAxNX1BhZ2VOdW1iZXIGTV9Cb2xkCk1fQWxpZ25Ub3ASTV9BbGlnbkNlbnRlclRhYmxlC01fUGFnZVNldHVwDU1fU3Ryb2tlU3R5bGUHTV9JbWFnZQpNX0Jvb2ttYXJrCE1fSGVhZGVyCU1fQnVsbGV0cxJNX1Nob3dIaWRlUHJvcGVydHkMTV9BbGlnblJpZ2h0CE1fRm9vdGVyCkFsbEJvcmRlcnMNSW5zaWRlQm9yZGVycwRDZWxsD01fQWxpZ25Ub3B0YWJsZRJNX0FsaWduQm90dG9tdGFibGUSTV9BbGlnbkNlbnRlcnRhYmxlCVNlbGVjdGlvbgdNX0JyZWFrC01fUGFnZUJyZWFrDk1fU2VjdGlvbkJyZWFrB0F1dG9GaXQQRml4ZWRDb2x1bW5XaWR0aA1BdXRvRml0V2luZG93DEJyaW5nRm9yd2FyZApCcmluZ0Zyb250CFNlbmRiYWNrDFNlbmRCYWNrd2FyZAdVbmdyb3VwBUdyb3VwBU9yZGVyD01fU2luZ2xlVXBBcnJvdxFNX1NpbmdsZURvd25BcnJvdxJNX1NpbmdsZVJpZ2h0QXJyb3cRTV9TaW5nbGVMZWZ0QXJyb3cSTV9Eb3VibGVSaWdodEFycm93EU1fRG91YmxlTGVmdEFycm93CVpvb21Ub0ZpdAhBZGRBYm92ZQhBZGRCZWxvdwZNX0xpbmUHTV9BcnJvdwtNX1JlY3RhbmdsZQhNX0NpcmNsZQpNX1BlbnRhZ2FuCE1fTGVuZ3RoC01fUGVyaW1ldGVyBk1fQXJlYQhNX1JhZGl1cwhNX1ZvbHVtZRJNX0NoYW5nZVNjYWxlUmF0aW8MTV9Qcm9wZXJ0aWVzCU1fQ29tbWVudApUaHVtYnNEb3duCFRodW1ic1VwC1RodW1ic0Rvd24xCUpQR0V4cG9ydAlQTkdFeHBvcnQJU1ZHRXhwb3J0F01fQ29uZGl0aW9uYWxGb3JtYXR0aW5nEU1fRm9ybXVsYUZ1bmN0aW9uDEhpZGVoZWFkaW5ncw1IaWRlR3JpZGxpbmVzBk1fSGlkZQlNc0V4Y2VsOTcJRXhwb3J0Q1NWA01EWAhGb3JtYXRfTQtPcGVuZm9sZGVyMQhOYW1lZHNldAtPLUF0dHJpYnV0ZQlEaW1lbnNpb24GTGV2ZWwxBkxldmVsMgZMZXZlbDMGTGV2ZWw0BkxldmVsNQtVc2VyRGVmaW5lZANLUEkKTV9Tb3J0RG93bgpNX1NvcnROb25lCE1fU29ydFVwEENhbGN1bGF0ZWRNZW1iZXIKQ3VzdG9tU29ydA5Tb3J0RGVzY2VuZGluZw1Tb3J0QXNjZW5kaW5nCkFkZENvbW1lbnQFUmVwbHkJU2VuZEFycm93C0NvbW1lbnRNYXJrEU1fSGFuZFdyaXR0ZW5TaWduDE1fTWFpbkZpbHRlcgpVbmZpbHRlcmVkEEZpbHRlcmVkU29ydERlc2MKRl9Tb3J0RGVzYwpGX1NvcnRBc2NlEEZpbHRlcmVkU29ydEFzY2UIRmlsdGVyZWQNTV9DbGVhcmZpbHRlcglNX1JlYXBwbHkITV9SZW9wZW4HTV9Hcm91cAlNX1VuZ3JvdXAAAAAA) format("truetype"); +} + +.e-icons { + font-family: "e-icons"; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +/*! common core */ +.e-control, +.e-css { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + font-weight: normal; +} + +.e-error { + color: #f44336; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + font-weight: normal; +} + +.e-control, +.e-control [class^='e-'], +.e-control [class*=' e-'] { + box-sizing: border-box; +} + +.e-control:focus, +.e-control *:focus { + outline: none; +} + +.e-rtl { + direction: rtl; + text-align: right; +} + +.e-overlay { + background-color: #383838; + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-hidden { + display: none; +} + +.e-blazor-hidden { + visibility: hidden; +} + +.e-disabled { + background-image: none; + cursor: default; + filter: alpha(Opacity=35); + opacity: .35; +} + +.e-ul { + list-style-type: none; +} + +.e-prevent-select { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-warning { + color: #ffca1c; +} + +.e-success { + color: #22b24b; +} + +.e-information { + color: #489bd5; +} + +.e-block-touch { + -ms-touch-action: pinch-zoom; + touch-action: pinch-zoom; +} + +/*! animation keyframes */ +@keyframes SlideLeftOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(-100%, 0); + } +} + +@keyframes SlideLeftIn { + from { + transform: translate(-100%, 0); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideRightIn { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideRightOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(100%, 0); + } +} + +@keyframes SlideBottomIn { + from { + transform: translate(0, 100%); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideBottomOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(0, 100%); + } +} + +@keyframes SlideTopIn { + from { + transform: translate(0, -100%); + } + to { + transform: translate(0, 0); + } +} + +@keyframes SlideTopOut { + from { + transform: translate(0, 0); + } + to { + transform: translate(0, -100%); + } +} + +@keyframes SlideRight { + from { + width: 0; + } + to { + width: 100%; + } +} + +@keyframes SlideLeft { + from { + width: 100%; + } + to { + width: 0; + } +} + +@keyframes SlideDown { + from { + height: 0; + } + to { + height: 100%; + } +} + +@keyframes SlideUp { + from { + height: 100%; + } + to { + height: 0; + } +} + +@keyframes FadeIn { + 0% { + filter: alpha(opacity=0); + opacity: 0; + } + 100% { + filter: alpha(opacity=100); + opacity: 1; + } +} + +@keyframes FadeOut { + from { + filter: alpha(opacity=100); + opacity: 1; + } + to { + filter: alpha(opacity=0); + opacity: 0; + } +} + +@keyframes ZoomIn { + from { + transform: translate(0, 0) scale(0); + } + to { + transform: translate(0, 0) scale(1); + } +} + +@keyframes ZoomOut { + from { + transform: translate(0, 0) scale(1); + } + to { + transform: translate(0, 0) scale(0); + } +} + +@keyframes FadeZoomIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: scale(0); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: scale(1); + } +} + +@keyframes FadeZoomOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: scale(1); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: scale(0); + } +} + +@keyframes FlipRightDownIn { + from { + transform: perspective(400px) rotateY(-180deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightDownOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(-180deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightUpIn { + from { + transform: perspective(400px) rotateY(135deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipRightUpOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: right center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg); + transform-origin: right center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftDownIn { + from { + transform: perspective(400px) rotateY(-180deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftDownOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftUpIn { + from { + transform: perspective(400px) rotateY(-135deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipLeftUpOut { + from { + transform: perspective(400px) rotateY(0deg); + transform-origin: left center; + transform-style: preserve-3d; + } + to { + transform: rotateY(135deg) perspective(200px); + transform-origin: left center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYLeftIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateY(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYLeftOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(90deg); + } + 75% { + transform: perspective(850px) rotateY(125deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateY(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYRightIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateY(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(-90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipYRightOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateY(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateY(-90deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateY(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXDownIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateX(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXDownOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(90deg); + } + 75% { + transform: perspective(850px) rotateX(125deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateX(180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXUpIn { + from { + filter: alpha(opacity=0); + opacity: 0; + transform: perspective(400px) rotateX(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(-90deg); + } + to { + filter: alpha(opacity=100); + opacity: 1; + transform: rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +@keyframes FlipXUpOut { + from { + filter: alpha(opacity=100); + opacity: 1; + transform: perspective(400px) rotateX(0deg); + transform-origin: center center; + transform-style: preserve-3d; + } + 50% { + transform: perspective(700px) rotateX(-90deg); + } + to { + filter: alpha(opacity=0); + opacity: 0; + transform: rotateX(-180deg); + transform-origin: center center; + transform-style: preserve-3d; + } +} + +.e-ripple, +.e-ripple-style { + overflow: hidden; + position: relative; + transform: translate3d(0, 0, 0); +} + +.e-ripple-element, +.e-ripple-style::after { + background-color: rgba(0, 0, 0, 0.1); + border-radius: 100%; + overflow: hidden; + pointer-events: none; + position: absolute; + transform: scale(0); + transition: opacity, transform 0ms cubic-bezier(0, 0.1, 0.2, 1); +} + +.e-ripple-style::after { + background: rgba(0, 0, 0, 0.3); + content: ''; + display: block; + height: 50%; + left: 25%; + opacity: 0; + top: 25%; + transform: scale(3); + transition: transform .5s, opacity .5s; + width: 50%; +} + +.e-ripple-style:active::after { + opacity: 1; + transform: scale(0); + transition: 0s; +} + +/*! component's theme wise override material-definitions and variables */ +/*! accordion icons */ +.e-accordion .e-tgl-collapse-icon::before { + content: '\e916'; +} + +.e-accordion .e-tgl-collapse-icon.e-expand-icon { + transform: rotate(-180deg); +} + +/*! accordion layout */ +.e-bigger .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content, +.e-accordion.e-bigger .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-size: 16px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel { + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-acrdn-content .e-accordion { + border: 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 46px 0 48px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header { + padding: 0 46px 0 32px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-header .e-acrdn-header-content { + font-size: 14px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header { + line-height: 47px; + min-height: 48px; + padding: 0 46px 0 16px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-toggle-icon { + height: 48px; + min-height: 48px; + min-width: 30px; + right: 16px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-header .e-acrdn-header-icon { + display: inline-block; + padding: 0 14px 0 0; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content { + padding: 16px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content { + padding: 16px 16px 16px 48px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 16px 16px 16px 64px; +} + +.e-bigger .e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 46px 0 32px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-content { + padding: 16px 48px 16px 16px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested > .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 16px 64px 16px 16px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 48px 0 46px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item.e-select .e-acrdn-panel.e-nested .e-accordion .e-acrdn-item.e-select .e-acrdn-header { + padding: 0 32px 0 46px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header { + padding: 0 16px 0 46px; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon { + left: 16px; + right: auto; +} + +.e-bigger .e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon, +.e-accordion.e-bigger.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + padding: 0 0 0 14px; +} + +.e-accordion { + display: block; + position: relative; +} + +.e-accordion .e-acrdn-item.e-select.e-selected:first-child { + border-top: 0; +} + +.e-accordion .e-acrdn-item.e-select.e-selected:last-child { + border-bottom: 0; +} + +.e-accordion .e-acrdn-item > .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item.e-selected { + padding-top: 0; +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item { + overflow: hidden; + padding-top: ""; + position: relative; +} + +.e-accordion .e-acrdn-item.e-hide { + display: none; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-size: 15px; +} + +.e-accordion .e-acrdn-item.e-select > .e-acrdn-header { + cursor: pointer; +} + +.e-accordion .e-acrdn-item .e-acrdn-header { + line-height: 35px; + min-height: 36px; + overflow: hidden; + padding: 0 40px 0 16px; + text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-accordion .e-acrdn-item .e-acrdn-header > * { + display: inline-block; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon { + display: table; + font-size: 12px; + height: 36px; + min-height: 36px; + min-width: 24px; + position: absolute; + right: 16px; + top: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-icon .e-tgl-collapse-icon.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-toggle-animation { + transition: .5s ease 0s; +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + display: inline-block; + padding: 0 8px 0 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel { + font-size: 13px; + overflow-y: hidden; + text-decoration: none; + width: 100%; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-acrdn-panel.e-nested > .e-acrdn-content { + padding: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion { + border: 0; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 40px 0 48px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-item.e-select.e-selected .e-acrdn-header > .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-nested .e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + font-weight: normal; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 16px 16px 16px 48px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 16px 16px 16px 64px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + line-height: 1.5; + overflow: hidden; + padding: 16px; + text-overflow: ellipsis; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content > * { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 40px 0 32px; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header-content { + font-size: 14px; +} + +.e-accordion .e-acrdn-item .e-content-hide { + display: none; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel.e-nested > .e-acrdn-content .e-accordion .e-acrdn-panel.e-nested .e-acrdn-content .e-acrdn-header { + padding: 0 48px 0 40px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-content .e-acrdn-header { + padding: 0 32px 0 40px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 16px 48px 16px 16px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-panel .e-acrdn-panel .e-acrdn-panel .e-acrdn-content { + padding: 16px 64px 16px 16px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header { + padding: 0 16px 0 40px; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-toggle-icon { + left: 16px; + right: auto; +} + +.e-accordion.e-rtl .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + padding: 0 0 0 8px; +} + +/*! accordion theme */ +.e-accordion { + -webkit-tap-highlight-color: transparent; + background: #fff; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-accordion .e-active { + background: #fff; +} + +.e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state { + border-top: 1px solid #fff; +} + +.e-accordion .e-acrdn-item.e-item-focus.e-expand-state.e-select, .e-accordion .e-acrdn-item.e-item-focus.e-select.e-selected.e-expand-state { + border-color: #eee; +} + +.e-accordion .e-acrdn-item.e-expand-state.e-select { + border-bottom: 1px solid #fff; + border-top: 1px solid #fff; +} + +.e-accordion .e-acrdn-item.e-overlay { + background: #fff; +} + +.e-accordion .e-acrdn-item.e-selected.e-select.e-expand-state > .e-acrdn-header:focus { + background: #eee; +} + +.e-accordion .e-acrdn-item .e-acrdn-panel.e-nested .e-acrdn-header .e-acrdn-header-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-accordion .e-acrdn-item.e-select .e-acrdn-panel .e-acrdn-content .e-content-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-accordion .e-acrdn-item .e-acrdn-header .e-acrdn-header-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-accordion .e-acrdn-item.e-expand-state.e-select:not(.e-selected) > .e-acrdn-header:focus { + background: #eee; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:hover { + background: transparent; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:active { + background: transparent; +} + +.e-accordion .e-acrdn-item .e-acrdn-header:focus { + background: #eee; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header { + background: #fff; +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header > .e-toggle-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header > .e-toggle-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: #e3165b; +} + +.e-accordion .e-acrdn-item.e-select { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; +} + +.e-accordion .e-acrdn-item.e-select.e-item-focus { + border-color: #eee; +} + +.e-accordion .e-acrdn-item.e-selected.e-select { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-accordion .e-acrdn-item.e-selected + .e-selected { + border-top: 1px solid transparent; +} + +.e-accordion .e-acrdn-item.e-selected .e-selected:last-child { + border-bottom: 1px none rgba(0, 0, 0, 0.12); +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-accordion .e-acrdn-item.e-selected > .e-acrdn-panel .e-acrdn-header-content { + color: rgba(0, 0, 0, 0.54); +} + +.e-accordion .e-acrdn-item .e-toggle-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-accordion .e-acrdn-item .e-acrdn-panel { + font-size: 13px; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +.e-dropdownbase .e-list-item .e-list-icon { + padding: 0 16px 0 0; +} + +.e-small .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 12px 0 0; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon { + padding: 0 16px 0 0; +} + +.e-ddl.e-control-wrapper .e-ddl-icon::before { + transform: rotate(0deg); + transition: transform 300ms ease; +} + +.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before { + transform: rotate(180deg); + transition: transform 300ms ease; +} + +.e-dropdownbase .e-list-item.e-active.e-hover { + color: #e3165b; +} + +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active, +.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover, +.e-input-group:not(.e-disabled) .e-back-icon:active, +.e-input-group:not(.e-disabled) .e-back-icon:hover, +.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active, +.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover { + background: transparent; +} + +.e-input-group .e-ddl-icon:not(:active)::after { + animation: none; +} + +.e-ddl.e-popup { + border: 0; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + margin-top: 2px; +} + +.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #e0e0e0; +} + +.e-bigger .e-popup.e-ddl-device-filter { + margin-top: 0; +} + +.e-bigger .e-ddl-device .e-input-group, +.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) { + background: #f5f5f5; + border-width: 0; + box-shadow: 0; + margin-bottom: 0; +} + +.e-bigger .e-ddl-device .e-input-group .e-back-icon, +.e-bigger .e-ddl-device .e-input-group input.e-input, +.e-bigger .e-ddl-device .e-input-group .e-clear-icon { + background-color: #f5f5f5; +} + +.e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon { + margin: 6px 6px 5px; + min-height: 12px; + min-width: 12px; + padding: 6px; +} + +.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon { + min-height: 16px; + min-width: 16px; +} + +.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-filter { + padding: 8px 16px 8px 0; +} + +.e-input-group.e-ddl, +.e-input-group.e-ddl .e-input, +.e-input-group.e-ddl .e-ddl-icon { + background: transparent; +} + +.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left), +.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) { + border-bottom-width: 0; +} + +.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon, +.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon, +.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus.e-small .e-clear-icon, +.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-input-focus .e-clear-icon { + margin: 0; +} + +.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter, +.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter, +.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-input-focus .e-input-filter, +.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small.e-input-focus .e-input-filter { + padding: 5px 5px 5px 12px; +} + +.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group .e-clear-icon, +.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-small .e-clear-icon, +.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger .e-clear-icon, +.e-popup.e-ddl:not(.e-ddl-device) .e-input-group.e-bigger.e-small .e-clear-icon { + min-height: 18px; + min-width: 18px; +} + +.e-bigger.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group .e-input-filter, +.e-bigger .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-small .e-input-filter, +.e-small .e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger .e-input-filter, +.e-popup.e-ddl:not(.e-ddl-device) .e-filter-parent .e-input-group.e-bigger.e-small .e-input-filter { + padding: 8px 16px; +} + +.e-ddl .e-search-icon::before { + content: '\e993'; +} + +.e-ddl .e-back-icon::before { + content: '\e977'; +} + +.e-ddl.e-input-group.e-control-wrapper .e-ddl-icon::before { + content: '\e969'; + font-family: 'e-icons'; +} + +.e-bigger .e-input-group.e-ddl .e-input-filter, +.e-bigger .e-input-group.e-ddl .e-input-filter:focus { + margin-left: -20px; +} + +.e-bigger .e-ddl.e-popup .e-list-item, +.e-bigger .e-ddl.e-popup .e-list-group-item { + font-size: 14px; +} + +.e-bigger .e-ddl.e-popup .e-input-group { + padding: 4px 0; +} + +.e-popup-full-page { + bottom: 0; + left: 0; + margin: 0; + overflow: hidden; + padding: 0; + right: 0; + top: 0; +} + +.e-ddl.e-control-wrapper .e-ddl-disable-icon { + position: relative; +} + +.e-ddl.e-control-wrapper .e-ddl-disable-icon::before { + content: ''; +} + +.e-ddl-device-filter .e-filter-parent { + background-color: #f5f5f5; +} + +.e-ddl input.e-input::-webkit-contacts-auto-fill-button { + display: none; + pointer-events: none; + position: absolute; + right: 0; + visibility: hidden; +} + +.e-filter-parent { + border: 0; + border-top-width: 0; + box-shadow: 0 1.5px 5px -2px rgba(0, 0, 0, 0.3); + display: block; + padding: 0; +} + +.e-ddl.e-input-group:not(.e-disabled) { + cursor: pointer; +} + +.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::before, +.e-ddl.e-popup.e-ddl-device-filter .e-input-group.e-input-focus::after { + width: 0; +} + +.e-ddl.e-popup { + background: #fff; + position: absolute; +} + +.e-ddl.e-popup .e-search-icon { + margin: 0; + opacity: .57; + padding: 12px 8px 8px; +} + +.e-ddl.e-popup .e-filter-parent .e-back-icon { + padding: 0 8px; +} + +.e-ddl.e-popup.e-rtl .e-filter-parent .e-input-group.e-control-wrapper .e-input-filter, +.e-ddl.e-popup .e-filter-parent .e-input-filter, +.e-ddl.e-popup .e-filter-parent .e-input-filter:focus { + padding: 8px 16px 8px; +} + +.e-ddl.e-popup .e-input-group { + margin-bottom: 0; +} + +.e-ddl.e-popup .e-ddl-footer, +.e-ddl.e-popup .e-ddl-header { + cursor: default; +} + +.e-ddl.e-input-group .e-ddl-hidden { + border: 0; + height: 0; + visibility: hidden; + width: 0; +} + +.e-ddl.e-input-group, +.e-ddl.e-input-group.e-input-focus:focus { + outline: none; +} + +.e-dropdownbase .e-list-item .e-highlight { + display: inline; + font-weight: bold; + vertical-align: baseline; +} + +.e-ddl.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide), +.e-float-input input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide), +.e-float-input.e-input-group input[readonly] ~ .e-clear-icon:not(.e-clear-icon-hide) { + opacity: 1; +} + +.e-ddl.e-input-group .e-input-value, +.e-ddl.e-input-group .e-input-value:focus { + font-family: inherit; + font-size: 14px; + height: auto; + margin: 0; + outline: none; + width: 100%; +} + +.e-ddl.e-input-group input[readonly].e-input, +.e-ddl.e-input-group input[readonly], +.e-ddl.e-input-group .e-dropdownlist { + pointer-events: none; +} + +ejs-autocomplete, +ejs-combobox, +ejs-dropdownlist { + display: block; +} + +.e-small .e-ddl.e-popup .e-list-item, +.e-small .e-ddl.e-popup .e-list-group-item, +.e-input-group.e-ddl.e-small .e-list-item, +.e-input-group.e-ddl.e-small .e-list-group-item { + font-size: 12px; +} + +.e-bigger.e-small .e-ddl.e-popup .e-list-item, +.e-bigger.e-small .e-ddl.e-popup .e-list-group-item, +.e-bigger .e-input-group.e-ddl.e-small .e-list-item, +.e-bigger .e-input-group.e-ddl.e-small .e-list-group-item { + font-size: 13px; +} + +.e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-content-placeholder.e-combobox.e-placeholder-combobox { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-bigger.e-content-placeholder.e-ddl.e-placeholder-ddl, +.e-bigger .e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-bigger.e-content-placeholder.e-autocomplete.e-placeholder-autocomplete, +.e-bigger .e-content-placeholder.e-combobox.e-placeholder-combobox, +.e-bigger.e-content-placeholder.e-combobox.e-placeholder-combobox { + background-size: 300px 40px; + min-height: 40px; +} + +.e-popup { + border-color: #e0e0e0; +} + +.e-float-input.e-input-group.e-ddl.e-control.e-icon-anim > .e-float-text, +.e-float-input.e-input-focus.e-input-group.e-ddl.e-control.e-keyboard > .e-float-text { + color: #e3165b; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +.e-float-input .e-clear-icon::before, +.e-float-input.e-control-wrapper .e-clear-icon::before { + content: '\e932'; + font-family: 'e-icons'; +} + +.e-input-group .e-clear-icon::before, +.e-input-group.e-control-wrapper .e-clear-icon::before { + content: '\e932'; + font-family: 'e-icons'; +} + +.e-filled.e-float-input .e-clear-icon::before, +.e-filled.e-float-input.e-control-wrapper .e-clear-icon::before { + content: '\e208'; + font-family: 'e-icons'; +} + +.e-filled.e-input-group .e-clear-icon::before, +.e-filled.e-input-group.e-control-wrapper .e-clear-icon::before { + content: '\e208'; + font-family: 'e-icons'; +} + +.e-outline.e-float-input .e-clear-icon::before, +.e-outline.e-float-input.e-control-wrapper .e-clear-icon::before { + content: '\e208'; + font-family: 'e-icons'; +} + +.e-outline.e-input-group .e-clear-icon::before, +.e-outline.e-input-group.e-control-wrapper .e-clear-icon::before { + content: '\e208'; + font-family: 'e-icons'; +} + +/*! input layout */ +.e-input-group, +.e-input-group.e-control-wrapper { + display: table; + line-height: 1.4; + margin-bottom: 4px; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + border: 0 solid; + border-width: 0 0 1px 0; + height: auto; + line-height: inherit; + margin: 0; + margin-bottom: 4px; + outline: none; + padding: 4px 0 4px; + text-indent: 0; + width: 100%; +} + +input.e-input, +textarea.e-input, +.e-input-group, +.e-input-group.e-control-wrapper { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: 400; +} + +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: 400; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + font: inherit; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group input, +input.e-input:focus, +.e-input-group input.e-input:focus, +.e-input-group input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-input-group.e-control-wrapper input:focus, +.e-float-input input:focus, +.e-float-input.e-input-group input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input.e-control-wrapper.e-input-group input:focus { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-input-focus input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input, +.e-float-input.e-input-focus input, +.e-float-input.e-input-group.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-group.e-input-focus input { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group input, +.e-input-group, +.e-input-group.e-control-wrapper, +.e-float-input, +.e-float-input.e-control-wrapper { + border-radius: 0; +} + +.e-input:focus { + border-width: 0 0 2px 0; + padding-bottom: 4px; +} + +.e-input.e-small:focus { + border-width: 0 0 2px 0; + padding-bottom: 4px; +} + +.e-input.e-bigger:focus, +.e-bigger .e-input:focus { + padding-bottom: 5px; +} + +.e-input.e-small.e-bigger:focus, +.e-bigger .e-input.e-small:focus { + padding-bottom: 4px; +} + +.e-input:focus { + padding-bottom: 3px; +} + +.e-input.e-small:focus { + padding-bottom: 3px; +} + +.e-input.e-bigger:focus, +.e-bigger .e-input:focus { + padding-bottom: 4px; +} + +.e-input.e-small.e-bigger:focus, +.e-bigger .e-input.e-small:focus { + padding-bottom: 3px; +} + +.e-input-group input.e-input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-input-group textarea.e-input:focus, +.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input { + padding: 4px 0 4px; +} + +input.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-bigger input.e-input, +.e-bigger textarea.e-input, +.e-input-group.e-bigger, +.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-input-group.e-control-wrapper, +.e-input-group.e-bigger.e-disabled, +.e-bigger .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-input-group.e-control-wrapper.e-disabled { + font-size: 14px; +} + +.e-input-group.e-bigger .e-input, +.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + font: inherit; +} + +input.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-input-group.e-bigger .e-input, +.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger input.e-input, +.e-bigger textarea.e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + line-height: inherit; + margin-bottom: 8px; + padding: 5px 0 5px; +} + +.e-input-group.e-bigger .e-input:focus, +.e-bigger .e-input-group .e-input:focus, +.e-input-group.e-control-wrapper.e-bigger .e-input:focus, +.e-bigger .e-input-group.e-control-wrapper .e-input:focus, +.e-input-group.e-bigger.e-input-focus .e-input, +.e-bigger .e-input-group.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus .e-input { + padding: 5px 0 5px; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + -ms-flex-align: center; + align-items: center; + border: 0 solid; + border-width: 0; + box-sizing: content-box; + cursor: pointer; + -ms-flex-direction: column; + flex-direction: column; + font-size: 12px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-height: 18px; + min-width: 18px; + padding: 0; + text-align: center; +} + +.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon { + font-size: 20px; + margin: 0; + min-height: 30px; + min-width: 30px; + padding: 0; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + min-height: 20px; + min-width: 20px; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 12px; + padding: 0; +} + +.e-input-group.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-input-group.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-input-group.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon { + font-size: 20px; + margin: 0; + min-height: 32px; + min-width: 32px; + padding: 0; +} + +.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-input-group.e-float-icon-left > .e-input-group-icon.e-small, +.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon, +.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-small, +.e-small .e-input-group.e-float-icon-left > .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon.e-small, +.e-small .e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon.e-small, +.e-small .e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon { + font-size: 20px; + margin: 0; + min-height: 28px; + min-width: 28px; + padding: 0; +} + +.e-input-group.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-input-group.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-input-group.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-input-group.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-small.e-float-icon-left > .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left > .e-input-group-icon { + font-size: 20px; + margin: 0; + min-height: 30px; + min-width: 30px; + padding: 0; +} + +.e-input-group.e-float-icon-left:not(.e-disabled) > .e-input-group-icon:active, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) > .e-input-group-icon:active { + background: transparent; +} + +.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon { + cursor: auto; +} + +.e-input[disabled], +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-disabled input, +.e-input-group.e-disabled input.e-input, +.e-input-group.e-disabled textarea, +.e-input-group.e-disabled textarea.e-input, +.e-input-group.e-control-wrapper.e-disabled, +.e-input-group.e-control-wrapper.e-disabled input, +.e-input-group.e-control-wrapper.e-disabled input.e-input, +.e-input-group.e-control-wrapper.e-disabled textarea, +.e-input-group.e-control-wrapper.e-disabled textarea.e-input, +.e-float-input.e-disabled input, +.e-float-input.e-disabled textarea, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled textarea, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled, +.e-input-group.e-disabled span, +.e-input-group.e-control-wrapper.e-disabled span { + cursor: not-allowed; +} + +.e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input.e-disabled, +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled input { + filter: alpha(opacity=100); + opacity: 1; +} + +.e-input.e-rtl, +.e-input-group.e-rtl, +.e-input-group.e-control-wrapper.e-rtl { + direction: rtl; +} + +.e-input.e-corner { + border-radius: 0; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.e-float-input:not(.e-input-group), +.e-float-input.e-control-wrapper:not(.e-input-group) { + display: inline-block; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + display: -ms-flexbox; + display: flex; +} + +.e-input-group .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper .e-input-group-icon:first-child { + border-left-width: 0; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + white-space: nowrap; +} + +.e-input-group .e-input-group-icon:not(:last-child), +.e-input-group.e-control-wrapper .e-input-group-icon:not(:last-child) { + border-right-width: 0; +} + +.e-input + .e-input-group-icon, +.e-input-group .e-input + .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input + .e-input-group-icon { + border-left-width: 0; +} + +.e-input-group.e-corner .e-input:first-child, +.e-input-group.e-corner .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-corner .e-input:first-child, +.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-input-group.e-corner .e-input:last-child, +.e-input-group.e-corner .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-corner .e-input:last-child, +.e-input-group.e-control-wrapper.e-corner .e-input-group-icon:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-input-group.e-rtl .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:first-child { + border-left-width: 0; + border-right-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child { + border-left-width: 0; + border-right-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon:not(:last-child), +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:not(:last-child) { + border-left-width: 0; +} + +.e-input-group.e-rtl .e-input-group-icon + .e-input, +.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon + .e-input { + border-right-width: 0; +} + +input.e-input.e-small, +textarea.e-input.e-small, +.e-small input.e-input, +.e-small textarea.e-input, +.e-input-group.e-small, +.e-small .e-input-group, +.e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-control-wrapper, +.e-input-group.e-small.e-disabled, +.e-small .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-input-group.e-control-wrapper.e-disabled { + font-size: 12px; +} + +.e-input-group.e-small .e-input, +.e-input-group.e-small.e-control-wrapper .e-input, +.e-small .e-input-group .e-input, +.e-small .e-input-group.e-control-wrapper .e-input { + font: inherit; +} + +.e-input.e-small, +.e-input-group.e-small .e-input, +.e-input-group.e-control-wrapper.e-small .e-input { + line-height: inherit; + padding: 4px 0 4px; +} + +.e-input-group.e-small .e-input:focus, +.e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-input-group.e-small.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 4px 0 4px; +} + +.e-input.e-small.e-bigger, +.e-input-group.e-small.e-bigger, +.e-small.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-input-group.e-control-wrapper, +.e-bigger .e-input.e-small, +.e-small .e-input.e-bigger, +.e-bigger .e-input-group.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-bigger, +.e-small .e-input-group.e-control-wrapper.e-bigger { + font-size: 13px; +} + +.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-input.e-small.e-disabled, +.e-small .e-input.e-bigger.e-disabled, +.e-bigger .e-input-group.e-small.e-disabled, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-input-group.e-bigger.e-disabled, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 13px; +} + +.e-input.e-small.e-bigger, +.e-bigger .e-input.e-small, +.e-small .e-input.e-bigger { + padding: 4px 0 4px; +} + +.e-input-group.e-small.e-bigger .e-input, +.e-input-group.e-small .e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input, +.e-input-group.e-control-wrapper.e-small .e-input.e-bigger, +.e-bigger .e-input-group.e-small .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input { + font: inherit; + padding: 4px 0 4px; +} + +.e-input-group.e-small.e-bigger .e-input:focus, +.e-input-group.e-small .e-input.e-bigger:focus, +.e-bigger .e-input-group.e-small .e-input:focus, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus, +.e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-input-group.e-small.e-bigger.e-input-focus .e-input, +.e-input-group.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-input-group.e-small.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 4px 0 4px; +} + +.e-input-group.e-small .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-input-group .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 12px; + min-height: 16px; + min-width: 16px; + padding: 0; +} + +.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon { + font-size: 12px; + min-height: 18px; + min-width: 18px; + padding: 0; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; + font-style: normal; + font-weight: 400; + left: 0; + overflow: hidden; + padding-left: 0; + pointer-events: none; + position: absolute; + text-overflow: ellipsis; + top: -11px; + transform: translate3d(0, 16px, 0) scale(1); + transform-origin: left top; + transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: -11px; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + content: ''; + font-style: normal; +} + +.e-float-input.e-bigger label.e-float-text, +.e-float-input label.e-float-text.e-bigger, +.e-float-input input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input label.e-float-text, +.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + top: -8px; +} + +.e-float-input.e-small label.e-float-text, +.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 12px; + top: -11px; +} + +.e-float-input.e-small.e-bigger label.e-float-text, +.e-bigger .e-float-input.e-small label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; + top: -9px; + font-style: normal; +} + +.e-float-input .e-input-in-wrap label.e-float-text, +.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: -11px; +} + +.e-float-input.e-bigger .e-input-in-wrap label.e-float-text, +.e-float-input .e-input-in-wrap label.e-float-text.e-bigger, +.e-float-input .e-input-in-wrap input.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input .e-input-in-wrap label.e-float-text, +.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper .e-input-in-wrap input.e-bigger ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: -8px; +} + +.e-float-input.e-small .e-input-in-wrap label.e-float-text, +.e-small .e-float-input .e-input-in-wrap label.e-float-text, +.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text, +.e-small .e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: -10px; +} + +.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text, +.e-bigger .e-float-input.e-small .e-input-in-wrap label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: -10px; +} + +.e-float-input input:focus ~ label.e-float-text, +.e-float-input input:valid ~ label.e-float-text, +.e-float-input input ~ label.e-label-top.e-float-text, +.e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text, +.e-float-input.e-input-focus input ~ label.e-float-text { + font-size: 13px; + top: -9px; + transform: translate3d(0, -6px, 0) scale(0.92); +} + +.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-bigger .e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + transform: translate3d(0, -6px, 0) scale(0.86); +} + +.e-float-input.e-bigger.e-small input:focus ~ label.e-float-text, +.e-float-input.e-bigger.e-small input:valid ~ label.e-float-text, +.e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input label.e-float-text.e-label-top, +.e-small .e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-small .e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-small .e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text, +.e-small .e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text { + transform: translate3d(0, -6px, 0) scale(0.92); +} + +.e-float-input .e-input-in-wrap input:focus ~ label.e-float-text, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-float-input .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input .e-input-in-wrap input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap input label.e-float-text.e-label-top { + top: -9px; +} + +.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-size: 14px; + top: -9px; +} + +.e-float-input.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text, +.e-float-input.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input .e-input-in-wrap input:focus ~ label.e-float-text, +.e-bigger .e-float-input .e-input-in-wrap input:valid ~ label.e-float-text, +.e-bigger .e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text { + top: -9px; +} + +.e-float-input.e-small input:focus ~ label.e-float-text, +.e-float-input.e-small input:valid ~ label.e-float-text, +.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-float-input input ~ label.e-label-top.e-float-text, +.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-input-focus input-group-animation ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 12px; + top: -8px; +} + +.e-float-input.e-small .e-input-in-wrap input:focus ~ label.e-float-text, +.e-float-input.e-small .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-small .e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-float-input.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text { + top: -8px; +} + +.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-small input[disabled] ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input[readonly] ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 13px; + top: -10px; +} + +.e-float-input.e-small.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger .e-input-in-wrap input[readonly] ~ label.e-float-text, +.e-float-input.e-small.e-bigger .e-input-in-wrap input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-small .e-input-in-wrap input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small .e-input-in-wrap input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small .e-input-in-wrap input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-small .e-input-in-wrap input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[disabled] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-float-text { + top: -10px; +} + +.e-float-input, +.e-float-input.e-control-wrapper { + line-height: 1.4; + margin-bottom: 4px; + margin-top: 16px; + padding-top: 0; + position: relative; + width: 100%; +} + +.e-float-input.e-bigger, +.e-bigger .e-float-input, +.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-float-input.e-control-wrapper { + line-height: 1.5; + margin-bottom: 8px; + margin-top: 17px; + padding-top: 0; + position: relative; + width: 100%; +} + +.e-float-input.e-small, +.e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper { + line-height: 1.35; + margin-bottom: 4px; + margin-top: 16px; + padding-top: 0; +} + +.e-float-input.e-small.e-bigger, +.e-bigger.e-small .e-float-input.e-small, +.e-bigger .e-float-input.e-small, +.e-small .e-float-input.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-small, +.e-bigger .e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper.e-bigger { + line-height: 1.4; + margin-bottom: 4px; + margin-top: 17px; + padding-top: 0; +} + +.e-input-group.e-bigger, +.e-bigger .e-input-group, +.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-input-group.e-control-wrapper { + line-height: 1.5; +} + +.e-input-group.e-small, +.e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group, +.e-small .e-input-group.e-control-wrapper, +.e-input-group.e-small.e-bigger, +.e-bigger.e-small .e-input-group.e-small, +.e-bigger .e-input-group.e-small, +.e-small .e-input-group.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-input-group.e-control-wrapper.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small, +.e-small .e-input-group.e-control-wrapper.e-bigger { + line-height: normal; +} + +.e-float-input.e-no-float-label, +.e-float-input.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-no-float-label, +.e-float-input.e-small.e-no-float-label, +.e-small .e-float-input.e-no-float-label, +.e-float-input.e-small.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-small.e-no-float-label, +.e-small .e-float-input.e-bigger.e-no-float-label, +.e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-small.e-no-float-label, +.e-small .e-float-input.e-control-wrapper.e-no-float-label, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-no-float-label, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-no-float-label, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-no-float-label { + margin-top: 0; +} + +.e-float-input, +.e-float-input.e-control-wrapper, +.e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: 400; +} + +.e-float-input input, +.e-float-input textarea, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper textarea { + border: 0 solid; + border-width: 0 0 1px 0; + display: block; + font: inherit; + width: 100%; +} + +.e-float-input input, +.e-float-input.e-control-wrapper input { + min-width: 0; + padding: 4px 0 4px; +} + +.e-float-input input, +.e-input-group input, +.e-float-input.e-control-wrapper input, +.e-input-group.e-control-wrapper input { + text-indent: 0; +} + +.e-float-input textarea, +.e-input-group textarea, +.e-float-input.e-control-wrapper textarea, +.e-input-group.e-control-wrapper textarea { + text-indent: 0; +} + +.e-float-input.e-bigger, +.e-bigger .e-float-input, +.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-float-input.e-control-wrapper { + font-size: 14px; +} + +.e-float-input.e-bigger.e-disabled, +.e-bigger .e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-bigger.e-disabled, +.e-bigger .e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 14px; +} + +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-bigger .e-float-input input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input { + font: inherit; + line-height: inherit; + padding: 5px 0 5px; +} + +.e-float-input.e-small, +.e-small .e-float-input, +.e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper { + font-size: 12px; +} + +.e-float-input.e-small.e-disabled, +.e-small .e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-control-wrapper.e-disabled, +.e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 12px; +} + +.e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small input { + font: inherit; + line-height: inherit; + padding: 4px 0 4px; +} + +.e-float-input.e-small.e-bigger, +.e-small.e-bigger .e-float-input, +.e-bigger .e-float-input.e-small, +.e-small .e-float-input.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-float-input.e-control-wrapper, +.e-bigger .e-float-input.e-control-wrapper.e-small, +.e-small .e-float-input.e-control-wrapper.e-bigger { + font-size: 13px; +} + +.e-float-input.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-disabled, +.e-bigger .e-float-input.e-small.e-disabled, +.e-small .e-float-input.e-bigger.e-disabled, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-disabled, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-float-input.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-input-group.e-disabled, +.e-bigger .e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-bigger.e-disabled, +.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 13px; +} + +.e-float-input.e-small.e-bigger input, +.e-float-input.e-small input.e-bigger, +.e-bigger .e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small input { + font: inherit; + line-height: inherit; + padding: 4px 0 4px; +} + +.e-float-input input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input textarea:focus, +.e-float-input.e-control-wrapper textarea:focus, +.e-float-input.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus input { + outline: none; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text { + font-family: inherit; +} + +.e-float-input input:valid ~ label.e-float-text, +.e-float-input input:focus ~ label.e-float-text, +.e-float-input input:valid ~ label.e-float-text.e-label-top, +.e-float-input input ~ label.e-float-text.e-label-top, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, +.e-float-input .e-input-in-wrap input ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper input:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper input ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-float-text.e-label-top, +.e-float-input.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.e-float-input textarea:valid ~ label.e-float-text, +.e-float-input textarea:focus ~ label.e-float-text, +.e-float-input textarea:valid ~ label.e-float-text.e-label-top, +.e-float-input textarea ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-label-top { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +label.e-float-text, +.e-float-input label.e-float-text, +.e-float-input.e-control-wrapper label.e-float-text, +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-weight: 400; +} + +.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-weight: 400; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + bottom: 0; + content: ''; + height: 2px; + position: absolute; + transition: .2s ease; + width: 0; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before { + left: 50%; +} + +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + right: 50%; +} + +.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::before, +.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::before, +.e-float-input:not(.e-input-group) input:focus ~ .e-float-line::after, +.e-float-input:not(.e-input-group) textarea:focus ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) input:focus ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) textarea:focus ~ .e-float-line::after, +.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::before, +.e-float-input:not(.e-input-group).e-input-focus input ~ .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group).e-input-focus input ~ .e-float-line::after { + width: 50%; +} + +.e-float-input .e-float-line, +.e-float-input.e-control-wrapper .e-float-line { + display: block; + position: relative; + width: 100%; +} + +.e-float-input.e-rtl, +.e-float-input.e-control-wrapper.e-rtl { + direction: rtl; +} + +.e-float-input.e-rtl label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl label.e-float-text, +.e-rtl .e-float-input label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper label.e-float-text { + right: 0; + transform-origin: right top; +} + +.e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 0; +} + +.e-float-input.e-rtl.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 0; +} + +.e-float-input.e-rtl.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 0; +} + +.e-float-input.e-rtl.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-rtl.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper:not(.e-input-focus) label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small .e-float-input.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small.e-rtl .e-float-input input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-float-input.e-control-wrapper.e-rtl.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-rtl input:not(:focus):not(:valid) label.e-float-text.e-label-bottom, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text, +.e-bigger.e-small.e-rtl .e-float-input.e-control-wrapper input:not(:focus):not(:valid) label.e-float-text.e-label-bottom { + padding-right: 0; +} + +.e-input-group.e-corner.e-rtl .e-input:first-child, +.e-input-group.e-corner.e-rtl .e-input-group-icon:first-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:first-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:first-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-input-group.e-corner.e-rtl .e-input:last-child, +.e-input-group.e-corner.e-rtl .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input:last-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl .e-input-group-icon:last-child { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-input-group.e-warning::before, +.e-input-group.e-control-wrapper.e-warning::before { + content: ''; +} + +.e-float-input input[disabled], +.e-float-input input.e-disabled, +.e-float-input.e-control-wrapper input[disabled], +.e-float-input.e-control-wrapper input.e-disabled { + background: transparent; + background-image: none; + cursor: not-allowed; +} + +.e-input-group.e-corner.e-rtl input.e-input:only-child, +.e-input-group.e-control-wrapper.e-corner.e-rtl input.e-input:only-child { + border-radius: 0; +} + +.e-input-group.e-rtl .e-input:not(:first-child):focus, +.e-input-group.e-control-wrapper.e-rtl .e-input:not(:first-child):focus { + border-right-width: 0; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input { + min-width: 0; + width: 100%; +} + +.e-input-group input.e-input, +.e-input-group textarea.e-input, +.e-input-group input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +.e-input-group textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]), +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper input.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]):not(:focus), +.e-input-group.e-control-wrapper textarea.e-input:hover:not(.e-success):not(.e-warning):not(.e-error):not([disabled]) { + border: 0 solid; + border-width: 0; +} + +.e-input-group input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-bigger .e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger .e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input { + margin-bottom: 0; +} + +.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, +.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after, +.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after { + -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1); + bottom: 0; + content: ''; + height: 2px; + position: absolute; + transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1); + width: 0; +} + +.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before, +.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after, +.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before, +.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after { + -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1); + bottom: 0; + content: ''; + height: 2px; + position: absolute; + transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1); + width: 0; +} + +.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-float-icon-left .e-input-in-wrap:not(.e-float-input)::before, +.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap:not(.e-float-input)::before { + left: 50%; +} + +.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before, +.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before { + left: 50%; +} + +.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before, +.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after, +.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before, +.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after, +.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::before, +.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-input-focus::after, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after { + width: 50%; +} + +.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before, +.e-float-input.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after, +.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before, +.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-input-focus .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-input-in-wrap .e-float-line::after { + width: 50%; +} + +.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after, +.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after { + right: 50%; +} + +.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after, +.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after { + right: 50%; +} + +.e-input-group, +.e-input-group.e-control-wrapper { + position: relative; + width: 100%; +} + +.e-input-group .e-input-group-icon:hover, +.e-input-group.e-rtl.e-corner .e-input-group-icon:hover, +.e-input-group.e-control-wrapper .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-rtl.e-corner .e-input-group-icon:hover { + border-radius: 2px; +} + +.e-input.e-small, +.e-input-group.e-small, +.e-input-group.e-control-wrapper.e-small { + margin-bottom: 4px; +} + +.e-input.e-small.e-bigger, +.e-input-group.e-small.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger .e-input.e-small, +.e-bigger .e-input-group.e-small, +.e-bigger .e-input-group.e-control-wrapper.e-small { + line-height: inherit; + margin-bottom: 4px; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 4px; + margin-right: 4px; + margin-top: 4px; +} + +.e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 2px; +} + +.e-input-group.e-bigger .e-input-group-icon, +.e-input-group .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-input-group .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 5px; + margin-right: 8px; + margin-top: 6px; +} + +.e-float-input.e-input-group.e-bigger .e-input-group-icon, +.e-float-input.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 6px; +} + +.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-input-group-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon { + margin-bottom: 4px; + margin-right: 4px; + margin-top: 4px; +} + +.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-input-group.e-small .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon { + margin-top: 4px; +} + +.e-input-group.e-small .e-input-group-icon, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-input-group .e-input-group-icon, +.e-small .e-input-group.e-control-wrapper .e-input-group-icon { + margin-bottom: 4px; + margin-right: 4px; + margin-top: 4px; +} + +.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small .e-float-input.e-input-group .e-input-group-icon, +.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small .e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 4px; +} + +.e-input-group .e-input-group-icon:last-child, +.e-input-group.e-bigger .e-input-group-icon:last-child, +.e-input-group .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-input-group .e-input-group-icon:last-child, +.e-input-group.e-small .e-input-group-icon:last-child, +.e-input-group.e-small.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-small .e-input-group-icon.e-bigger:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger:last-child, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon:last-child, +.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon:last-child, +.e-bigger .e-input-group.e-small .e-input-group-icon:last-child { + margin-right: 0; +} + +.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) { + border-style: solid; + border-width: 0 0 1px 0; +} + +.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error), +.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning), +.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error), +.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input, +.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning), +.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error), +.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input, +.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap { + border-style: solid; + border-width: 0 0 1px 0; +} + +.e-input-group:not(.e-float-icon-left), +.e-input-group.e-control-wrapper:not(.e-float-icon-left) { + border-bottom: 1px solid; +} + +.e-input-group:not(.e-float-icon-left), +.e-input-group.e-success:not(.e-float-icon-left), +.e-input-group.e-warning:not(.e-float-icon-left), +.e-input-group.e-error:not(.e-float-icon-left), +.e-input-group.e-control-wrapper:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) { + border: 1px solid; + border-width: 0 0 1px 0; +} + +.e-input-group.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus, +.e-input-group.e-control-wrapper.e-rtl.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:not(:first-child):focus { + border-right-width: 0; +} + +.e-input-group.e-input-focus.e-corner, +.e-input-group.e-control-wrapper.e-input-focus.e-corner { + border-radius: 0; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap { + background: transparent; + color: rgba(0, 0, 0, 0.42); + background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0); + background-position: bottom -1px left 0; + background-repeat: repeat-x; + background-size: 4px 1px; + border-bottom-color: transparent; + color: rgba(0, 0, 0, 0.42); +} + +.e-float-custom-tag, +.e-float-custom-tag.e-control-wrapper { + display: inline-block; +} + +.e-float-custom-tag.e-input-group, +.e-float-custom-tag.e-input-group.e-control-wrapper, +.e-input-custom-tag, +.e-input-custom-tag.e-input-group, +.e-input-custom-tag.e-input-group.e-control-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + vertical-align: middle; +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + position: relative; +} + +.e-input-group:not(.e-filled) .e-input-group-icon::after, +.e-input-group.e-control-wrapper:not(.e-filled) .e-input-group-icon::after { + background: #bdbdbd; + border-radius: 100%; + content: ''; + display: block; + filter: alpha(opacity=75); + height: 50%; + left: 25%; + opacity: .75; + position: absolute; + top: 25%; + transform: scale(0); + width: 50%; +} + +.e-input-group .e-input-group-icon.e-input-btn-ripple::after, +.e-input-group.e-control-wrapper .e-input-group-icon.e-input-btn-ripple::after { + animation: e-input-ripple .45s linear; +} + +input.e-input::-ms-clear, +.e-float-input input::-ms-clear, +.e-float-input.e-control-wrapper input::-ms-clear { + display: none; +} + +.e-float-input.e-input-group .e-float-line, +.e-float-input.e-input-group.e-control-wrapper .e-float-line, +.e-float-input.e-control-wrapper.e-input-group .e-float-line, +.e-float-input.e-control-wrapper.e-input-group.e-control-wrapper .e-float-line { + bottom: -1px; + position: absolute; +} + +.e-float-input.e-input-group input, +.e-float-input.e-input-group textarea, +.e-float-input.e-input-group.e-control-wrapper input, +.e-float-input.e-input-group.e-control-wrapper textarea { + border: 0; +} + +.e-float-input.e-input-group .e-float-line, +.e-float-input.e-input-group .e-float-text, +.e-float-input.e-input-group.e-control-wrapper .e-float-line, +.e-float-input.e-input-group.e-control-wrapper .e-float-text { + right: 0; +} + +input.e-input::-webkit-input-placeholder, +input.e-input:-moz-placeholder, +input.e-input:-ms-input-placeholder, +input.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +textarea.e-input::-webkit-input-placeholder, +textarea.e-input:-moz-placeholder, +textarea.e-input:-ms-input-placeholder, +textarea.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +.e-bigger input.e-input::-webkit-input-placeholder, +input.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger input.e-input:-moz-placeholder, +input.e-bigger.e-input:-moz-placeholder, +.e-bigger input.e-input:-ms-input-placeholder, +input.e-bigger.e-input:-ms-input-placeholder, +.e-bigger input.e-input::-moz-placeholder, +input.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-bigger textarea.e-input::-webkit-input-placeholder, +textarea.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger textarea.e-input:-moz-placeholder, +textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-input:-ms-input-placeholder, +textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-input::-moz-placeholder, +textarea.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-small input.e-input::-webkit-input-placeholder, +input.e-small.e-input::-webkit-input-placeholder, +.e-small input.e-input:-moz-placeholder, +input.e-small.e-input:-moz-placeholder, +.e-small input.e-input:-ms-input-placeholder, +input.e-small.e-input:-ms-input-placeholder, +.e-small input.e-input::-moz-placeholder, +input.e-small.e-input::-moz-placeholder { + font-size: 12px; + font-style: normal; +} + +.e-small textarea.e-input::-webkit-input-placeholder, +textarea.e-small.e-input::-webkit-input-placeholder, +.e-small textarea.e-input:-moz-placeholder, +textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-input:-ms-input-placeholder, +textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-input::-moz-placeholder, +textarea.e-small.e-input::-moz-placeholder { + font-size: 12px; + font-style: normal; +} + +.e-bigger input.e-small.e-input::-webkit-input-placeholder, +.e-small input.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger input.e-small.e-input:-moz-placeholder, +.e-small input.e-bigger.e-input:-moz-placeholder, +.e-bigger input.e-small.e-input:-ms-input-placeholder, +.e-small input.e-bigger.e-input:-ms-input-placeholder, +.e-bigger input.e-small.e-input::-moz-placeholder, +.e-small input.e-bigger.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +.e-bigger textarea.e-small.e-input::-webkit-input-placeholder, +.e-small textarea.e-bigger.e-input::-webkit-input-placeholder, +.e-bigger textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger intextareaput.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-small.e-input::-moz-placeholder, +.e-small textarea.e-bigger.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input:-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input::-moz-placeholder { + font-style: normal; + user-select: none; +} + +textarea.e-input::-moz-placeholder { + font-style: normal; + user-select: none; +} + +input.e-input:-ms-input-placeholder { + font-style: normal; +} + +textarea.e-input:-ms-input-placeholder { + font-style: normal; +} + +input.e-input::-webkit-input-placeholder { + font-style: normal; + -webkit-user-select: none; + user-select: none; +} + +textarea.e-input::-webkit-input-placeholder { + font-style: normal; + -webkit-user-select: none; + user-select: none; +} + +input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input { + box-sizing: content-box; + content: ''; +} + +.e-float-input:not(.e-input-group) input, +.e-float-input.e-control-wrapper:not(.e-input-group) input { + box-sizing: content-box; + content: ''; +} + +.e-control input.e-input, +.e-control .e-input-group input, +.e-control .e-input-group input.e-input, +.e-control .e-input-group.e-control-wrapper input, +.e-control .e-input-group.e-control-wrapper input.e-input, +.e-control .e-float-input input, +.e-control .e-float-input.e-control-wrapper input, +.e-control.e-input-group input, +.e-control.e-input-group input.e-input, +.e-control.e-input-group.e-control-wrapper input, +.e-control.e-input-group.e-control-wrapper input.e-input, +.e-control.e-float-input input, +.e-control.e-float-input.e-control-wrapper input { + box-sizing: content-box; +} + +input.e-input.e-bigger, +.e-input-group.e-bigger input, +.e-input-group.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-bigger input, +.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-input-group input, +.e-bigger .e-input-group input.e-input, +.e-bigger .e-input-group.e-control-wrapper input, +.e-bigger .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-bigger input, +.e-float-input.e-bigger input.e-input, +.e-bigger .e-float-input input, +.e-bigger .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-float-input.e-control-wrapper input, +.e-bigger .e-float-input.e-control-wrapper input.e-input { + box-sizing: content-box; + content: ''; +} + +.e-float-input.e-bigger:not(.e-input-group) input, +.e-float-input.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-float-input:not(.e-input-group) input, +.e-bigger .e-float-input:not(.e-input-group) input.e-input, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: content-box; + content: ''; +} + +input.e-input.e-small, +.e-input-group.e-small input, +.e-input-group.e-small input.e-input, +.e-small .e-input-group input, +.e-small .e-input-group input.e-input, +.e-input-group.e-control-wrapper.e-small input, +.e-input-group.e-control-wrapper.e-small input.e-input, +.e-small .e-input-group.e-control-wrapper input, +.e-small .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-small input, +.e-float-input.e-small input.e-input, +.e-small .e-float-input input, +.e-small .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-small input, +.e-float-input.e-control-wrapper.e-small input.e-input, +.e-small .e-float-input.e-control-wrapper input, +.e-small .e-float-input.e-control-wrapper input.e-input { + box-sizing: content-box; + content: ''; +} + +.e-float-input.e-small:not(.e-input-group) input, +.e-float-input.e-small:not(.e-input-group) input.e-input, +.e-small .e-float-input:not(.e-input-group) input, +.e-small .e-float-input:not(.e-input-group) input.e-input +.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input, +.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: content-box; + content: ''; +} + +input.e-input.e-small.e-bigger, +.e-input-group.e-bigger.e-small input, +.e-input-group.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-input-group input, +.e-bigger.e-small .e-input-group input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small input, +.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper input, +.e-bigger.e-small .e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-bigger.e-small input, +.e-float-input.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-float-input input, +.e-bigger.e-small .e-float-input input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small input, +.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper input, +.e-bigger.e-small .e-float-input.e-control-wrapper input.e-input { + box-sizing: content-box; + content: ''; +} + +.e-float-input.e-bigger.e-small:not(.e-input-group) input, +.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-float-input:not(.e-input-group) input, +.e-bigger.e-small .e-float-input:not(.e-input-group) input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input, +.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger.e-small .e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: content-box; + content: ''; +} + +textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + box-sizing: content-box; + content: ''; +} + +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +textarea.e-input.e-bigger, +.e-input-group.e-bigger textarea, +.e-input-group.e-bigger textarea.e-input, +.e-bigger .e-input-group textarea, +.e-bigger .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger textarea, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger textarea, +.e-float-input.e-bigger textarea.e-input, +.e-bigger .e-float-input textarea, +.e-bigger .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-float-input.e-control-wrapper textarea, +.e-bigger .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: content-box; + content: ''; +} + +textarea.e-input.e-small, +.e-input-group.e-small textarea, +.e-input-group.e-small textarea.e-input, +.e-small .e-input-group textarea, +.e-small .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea, +.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-small textarea, +.e-float-input.e-small textarea.e-input, +.e-small .e-float-input textarea, +.e-small .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-input, +.e-small .e-float-input.e-control-wrapper textarea, +.e-small .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: content-box; + content: ''; +} + +textarea.e-input.e-small.e-bigger, +.e-input-group.e-bigger.e-small textarea, +.e-input-group.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-input-group textarea, +.e-bigger.e-small .e-input-group textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger.e-small textarea, +.e-float-input.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-float-input textarea, +.e-bigger.e-small .e-float-input textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea.e-input { + box-sizing: content-box; + content: ''; +} + +input.e-input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-input-group.e-bigger .e-input, +.e-input-group.e-control-wrapper.e-bigger .e-input, +.e-bigger input.e-input, +.e-bigger .e-input-group .e-input, +.e-bigger .e-input-group.e-control-wrapper .e-input, +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-bigger .e-float-input input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input { + text-indent: 0; +} + +input.e-input.e-small, +.e-input-group input.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input.e-small, +.e-input-group.e-small .e-input, +.e-input-group.e-control-wrapper.e-small .e-input, +.e-small input.e-input, +.e-small .e-input-group .e-input, +.e-small .e-input-group.e-control-wrapper .e-input, +.e-float-input.e-small input, +.e-float-input input.e-small, +.e-small .e-float-input input, +.e-float-input.e-control-wrapper.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-small .e-float-input.e-control-wrapper input { + text-indent: 0; +} + +textarea.e-input.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input-group textarea.e-input.e-small, +.e-small input.e-input, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-small .e-float-input textarea, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-float-input.e-control-wrapper textarea { + text-indent: 0; +} + +input.e-input, +.e-input-group input.e-input, +.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-control-wrapper input, +.e-float-input input.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input.e-input, +.e-float-input.e-control-wrapper input, +.e-input-group input.e-input:focus, +.e-input-group.e-control-wrapper input.e-input:focus, +.e-float-input.e-control-wrapper input:focus, +.e-float-input input:focus, +.e-input-group.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-control-wrapper.e-input-focus input, +.e-float-input.e-input-focus input { + padding-left: 0; + text-indent: 0; +} + +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea.e-input, +.e-float-input.e-control-wrapper textarea, +.e-input-group textarea.e-input:focus, +.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-float-input.e-control-wrapper textarea:focus, +.e-float-input textarea:focus { + padding-left: 0; + text-indent: 0; +} + +input.e-input.e-rtl, +.e-input-group.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-float-input.e-rtl input, +.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-input-group input.e-input, +.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-rtl .e-float-input input, +.e-rtl .e-float-input.e-control-wrapper input, +.e-input-group.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-float-input.e-rtl input, +.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-input-group input.e-input, +.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-rtl .e-float-input input, +.e-rtl .e-float-input.e-control-wrapper input, +.e-input-group.e-rtl input.e-input:focus, +.e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-float-input.e-rtl input:focus, +.e-float-input.e-control-wrapper.e-rtl input:focus, +.e-rtl .e-input-group input.e-input:focus, +.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-rtl .e-float-input input:focus, +.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-input-group.e-rtl.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-rtl .e-input-group.e-input-focus input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-rtl.e-input-focus input, +.e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-rtl .e-float-input.e-input-focus input, +.e-rtl .e-float-input.e-control-wrapper.e-input-focus input { + padding-left: 0; + padding-right: 0; + text-indent: 0; +} + +textarea.e-input.e-rtl, +.e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-rtl .e-float-input:not(.e-outline) textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-rtl .e-float-input:not(.e-outline) textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-float-input:not(.e-outline).e-rtl textarea:focus, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus { + padding-right: 0; + text-indent: 0; +} + +input.e-input.e-small, +.e-small input.e-input, +.e-input-group.e-small input.e-input, +.e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-float-input.e-small input, +.e-float-input.e-control-wrapper input.e-small, +.e-input-group input.e-input.e-small, +.e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-float-input input, +.e-small .e-float-input.e-control-wrapper input, +.e-small .e-input-group input.e-input, +.e-small .e-input-group.e-control-wrapper input.e-input, +.e-input-group.e-small input.e-input:focus, +.e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-float-input.e-small input:focus, +.e-float-input.e-control-wrapper.e-small input:focus, +.e-small .e-input-group.e-control-wrapper input.e-input:focus, +.e-small .e-input-group input.e-input:focus, +.e-small .e-float-input input:focus, +.e-small .e-float-input.e-control-wrapper input:focus, +.e-input-group.e-small.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small .e-input-group.e-input-focus input.e-input, +.e-float-input.e-small.e-input-focus input, +.e-float-input.e-control-wrapper.e-input-focus.e-small input, +.e-small .e-float-input.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-input-focus input { + padding-left: 0; + text-indent: 0; +} + +textarea.e-input.e-small, +.e-small textarea.e-input, +.e-input-group.e-small textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper textarea.e-input.e-small, +.e-small .e-float-input.e-control-wrapper textarea, +.e-small .e-float-input textarea, +.e-small .e-input-group textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-small textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-float-input.e-small textarea:focus, +.e-float-input.e-control-wrapper.e-small textarea:focus, +.e-small .e-input-group textarea.e-input:focus, +.e-small .e-input-group.e-control-wrapper textarea.e-input:focus, +.e-small .e-float-input.e-control-wrapper textarea:focus, +.e-small .e-float-input textarea:focus { + padding-left: 0; + text-indent: 0; +} + +.e-rtl input.e-input.e-small, +input.e-input.e-small.e-rtl, +.e-small.e-rtl input.e-input, +.e-small input.e-input.e-rtl, +.e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-float-input.e-small.e-rtl input, +.e-input-group.e-small.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-rtl .e-float-input.e-small input, +.e-rtl .e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-input-group.e-small input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-rtl input.e-small, +.e-float-input.e-control-wrapper.e-rtl input.e-small, +.e-input-group.e-rtl input.e-input.e-small, +.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small, +.e-rtl .e-float-input input.e-small, +.e-rtl .e-float-input.e-control-wrapper input.e-small, +.e-rtl .e-input-group input.e-input.e-small, +.e-rtl .e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-float-input.e-rtl input, +.e-small .e-float-input.e-control-wrapper.e-rtl input, +.e-small .e-input-group.e-rtl input.e-input, +.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-small.e-rtl .e-float-input.e-control-wrapper input, +.e-small.e-rtl .e-float-input input, +.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-small.e-rtl .e-input-group input.e-input, +.e-small.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-small.e-rtl .e-input-group input.e-input:focus, +.e-small.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-small.e-rtl .e-float-input input:focus, +.e-small .e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-small .e-input-group.e-rtl input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-rtl input:focus, +.e-small .e-float-input.e-rtl input:focus, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-rtl.e-input-focus input.e-input, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-input-focus input, +.e-small.e-rtl .e-float-input.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-small .e-float-input.e-rtl.e-input-focus input { + padding-left: 0; + padding-right: 0; + text-indent: 0; +} + +.e-rtl textarea.e-input.e-small, +textarea.e-input.e-small.e-rtl, +.e-small.e-rtl textarea.e-input, +.e-small textarea.e-input.e-rtl, +.e-float-input:not(.e-outline).e-small.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea, +.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea, +.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-small, +.e-float-input:not(.e-outline).e-rtl textarea.e-small, +.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-small, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-small, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-small, +.e-rtl .e-float-input:not(.e-outline) textarea.e-small, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-small, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-small, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-small .e-float-input:not(.e-outline).e-rtl textarea, +.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-small.e-rtl .e-float-input:not(.e-outline) textarea, +.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-small.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus, +.e-small.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-small .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus, +.e-small .e-float-input:not(.e-outline).e-rtl textarea:focus { + padding-right: 0; + text-indent: 0; +} + +input.e-input.e-bigger, +.e-bigger input.e-input, +.e-input-group.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper input.e-bigger, +.e-float-input.e-bigger input, +.e-float-input input.e-bigger, +.e-input-group input.e-input.e-bigger, +.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper input, +.e-bigger .e-float-input input, +.e-bigger .e-input-group.e-control-wrapper input.e-input, +.e-bigger .e-input-group input.e-input, +.e-input-group.e-bigger input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger input:focus, +.e-float-input.e-bigger input:focus, +.e-bigger .e-input-group input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper input:focus, +.e-bigger .e-float-input input:focus, +.e-input-group.e-bigger.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-bigger .e-input-group.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-float-input.e-bigger.e-input-focus input, +.e-bigger .e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger .e-float-input.e-input-focus input { + padding-left: 0; + text-indent: 0; +} + +.e-rtl input.e-input.e-bigger, +input.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl input.e-input, +.e-bigger input.e-input.e-rtl, +.e-float-input.e-control-wrapper.e-bigger.e-rtl input, +.e-float-input.e-bigger.e-rtl input, +.e-input-group.e-bigger.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input, +.e-rtl .e-float-input.e-control-wrapper.e-bigger input, +.e-rtl .e-float-input.e-bigger input, +.e-rtl .e-input-group.e-bigger input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-float-input.e-control-wrapper.e-rtl input.e-bigger, +.e-float-input.e-rtl input.e-bigger, +.e-input-group.e-rtl input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger, +.e-rtl .e-float-input.e-control-wrapper input.e-bigger, +.e-rtl .e-float-input input.e-bigger, +.e-rtl .e-input-group input.e-input.e-bigger, +.e-rtl .e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input, +.e-bigger .e-float-input.e-rtl input, +.e-bigger .e-input-group.e-rtl input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input, +.e-bigger.e-rtl .e-float-input input, +.e-bigger.e-rtl .e-input-group input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input, +.e-bigger.e-rtl .e-input-group input.e-input:focus, +.e-bigger.e-rtl .e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger.e-rtl .e-float-input.e-control-wrapper input:focus, +.e-bigger.e-rtl .e-float-input input:focus, +.e-bigger .e-input-group.e-rtl input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-bigger .e-float-input.e-rtl input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-rtl input:focus, +.e-bigger.e-rtl .e-input-group.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-bigger .e-input-group.e-rtl.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-input-focus input, +.e-bigger .e-float-input.e-rtl.e-input-focus input, +.e-bigger .e-float-input.e-control-wrapper.e-rtl.e-input-focus input { + padding-left: 0; + padding-right: 0; + text-indent: 0; +} + +textarea.e-input.e-bigger, +.e-bigger textarea.e-input, +.e-input-group.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper textarea.e-bigger, +.e-float-input.e-bigger textarea, +.e-float-input textarea.e-bigger, +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper textarea, +.e-bigger .e-float-input textarea, +.e-bigger .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-bigger textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger textarea:focus, +.e-float-input.e-bigger textarea:focus, +.e-bigger .e-input-group textarea.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper textarea:focus, +.e-bigger .e-float-input textarea:focus { + padding-left: 0; + text-indent: 0; +} + +.e-rtl textarea.e-input.e-bigger, +textarea.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl textarea.e-input, +.e-bigger textarea.e-input.e-rtl, +.e-float-input.e-control-wrapper:not(.e-outline).e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-bigger.e-rtl textarea, +.e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-bigger textarea, +.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input, +.e-float-input:not(.e-outline).e-rtl textarea.e-bigger, +.e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea.e-bigger, +.e-input-group:not(.e-outline).e-rtl textarea.e-input.e-bigger, +.e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input.e-bigger, +.e-rtl .e-float-input:not(.e-outline) textarea.e-bigger, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea.e-bigger, +.e-rtl .e-input-group:not(.e-outline) textarea.e-input.e-bigger, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-rtl textarea, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea, +.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input, +.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea, +.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline) textarea.e-input:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper textarea.e-input:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline) textarea:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper textarea:focus, +.e-bigger .e-input-group:not(.e-outline).e-rtl textarea.e-input:focus, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-rtl textarea.e-input:focus, +.e-bigger .e-float-input:not(.e-outline).e-rtl textarea:focus, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-rtl textarea:focus { + padding-right: 0; + text-indent: 0; +} + +input.e-input.e-bigger.e-small, +.e-bigger input.e-input.e-small, +.e-input-group.e-small.e-bigger input.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-input-group.e-small input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger .e-input-group.e-small input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input, +.e-float-input.e-small.e-bigger input, +.e-float-input.e-small input.e-bigger, +.e-bigger .e-float-input.e-small input, +.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small input, +.e-bigger .e-input-group.e-small input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger .e-float-input.e-small input:focus, +.e-small .e-input-group.e-bigger input.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small .e-float-input.e-bigger input:focus, +.e-input-group.e-bigger.e-small input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-input-group.e-small.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-input-group.e-bigger.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger .e-float-input.e-small.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small .e-float-input.e-bigger.e-input-focus input, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-float-input.e-bigger.e-small.e-input-focus input { + padding-left: 0; + text-indent: 0; +} + +.e-bigger input.e-input.e-small.e-rtl, +.e-input-group.e-small.e-bigger.e-rtl input.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input, +.e-input-group.e-small.e-rtl input.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger, +.e-bigger .e-input-group.e-small.e-rtl input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-float-input.e-small.e-bigger.e-rtl input, +.e-float-input.e-small.e-rtl input.e-bigger, +.e-bigger .e-float-input.e-small.e-rtl input, +.e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input, +.e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-bigger.e-rtl input.e-input.e-small, +.e-rtl .e-input-group.e-small.e-bigger input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-rtl .e-input-group.e-small input.e-input.e-bigger, +.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger.e-rtl .e-input-group.e-small input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input, +.e-rtl .e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-rtl .e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-float-input.e-small.e-bigger input, +.e-rtl .e-float-input.e-small input.e-bigger, +.e-bigger.e-rtl .e-float-input.e-small input, +.e-bigger .e-input-group.e-small.e-rtl input.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl input:focus, +.e-bigger .e-float-input.e-small.e-rtl input:focus, +.e-small .e-input-group.e-bigger.e-rtl input.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus, +.e-small .e-float-input.e-bigger.e-rtl input:focus, +.e-input-group.e-bigger.e-small.e-rtl input.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus, +.e-float-input.e-bigger.e-small.e-rtl input:focus, +.e-bigger.e-rtl .e-input-group.e-small input.e-input:focus, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger.e-rtl .e-float-input.e-small input:focus, +.e-small.e-rtl .e-input-group.e-bigger input.e-input:focus, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small.e-rtl .e-float-input.e-bigger input:focus, +.e-rtl .e-input-group.e-bigger.e-small input.e-input:focus, +.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-rtl .e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input, +.e-bigger .e-float-input.e-small.e-rtl.e-input-focus input, +.e-small .e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input, +.e-small .e-float-input.e-bigger.e-rtl.e-input-focus input, +.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input, +.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger.e-rtl .e-float-input.e-small.e-input-focus input, +.e-small.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small.e-rtl .e-float-input.e-bigger.e-input-focus input, +.e-rtl .e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-rtl .e-float-input.e-bigger.e-small.e-input-focus input, +.e-bigger .e-input-group.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-bigger.e-rtl.e-input-focus input.e-input, +.e-small .e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input, +.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-small.e-input-focus input.e-input, +.e-bigger.e-rtl .e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-bigger.e-input-focus input.e-input, +.e-small.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-rtl .e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-rtl .e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input { + padding-left: 0; + padding-right: 0; + text-indent: 0; +} + +textarea.e-input.e-bigger.e-small, +.e-bigger textarea.e-input.e-small, +.e-input-group.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-input-group.e-small textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger .e-input-group.e-small textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-float-input.e-small.e-bigger textarea, +.e-float-input.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-small textarea, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea, +.e-bigger .e-input-group.e-small textarea.e-input:focus, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus, +.e-bigger .e-float-input.e-small textarea:focus, +.e-small .e-input-group.e-bigger textarea.e-input:focus, +.e-small .e-input-group.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus, +.e-small .e-float-input.e-bigger textarea:focus, +.e-input-group.e-bigger.e-small textarea.e-input:focus, +.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input:focus, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus, +.e-float-input.e-bigger.e-small textarea:focus { + padding-left: 0; + text-indent: 0; +} + +.e-bigger textarea.e-input.e-small.e-rtl, +.e-input-group:not(.e-outline).e-small.e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input, +.e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input.e-bigger, +.e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger, +.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-float-input:not(.e-outline).e-small.e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-small.e-rtl textarea.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger.e-rtl textarea, +.e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-bigger, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea, +.e-bigger.e-rtl textarea.e-input.e-small, +.e-rtl .e-input-group:not(.e-outline).e-small.e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input.e-bigger, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-float-input:not(.e-outline).e-small textarea.e-bigger, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small.e-control-wrapper textarea, +.e-bigger .e-input-group:not(.e-outline).e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-input-group:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-float-input:not(.e-outline).e-control-wrapper.e-small.e-rtl textarea:focus, +.e-bigger .e-float-input:not(.e-outline).e-small.e-rtl textarea:focus, +.e-small .e-input-group:not(.e-outline).e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-rtl textarea:focus, +.e-small .e-float-input:not(.e-outline).e-bigger.e-rtl textarea:focus, +.e-input-group:not(.e-outline).e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus, +.e-float-input:not(.e-outline).e-bigger.e-small.e-rtl textarea:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-small textarea:focus, +.e-bigger.e-rtl .e-float-input:not(.e-outline).e-small textarea:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger textarea:focus, +.e-small.e-rtl .e-float-input:not(.e-outline).e-bigger textarea:focus, +.e-rtl .e-input-group:not(.e-outline).e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-input-group:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-float-input:not(.e-outline).e-control-wrapper.e-bigger.e-small textarea:focus, +.e-rtl .e-float-input:not(.e-outline).e-bigger.e-small textarea:focus { + padding-right: 0; + text-indent: 0; +} + +.e-float-input .e-clear-icon, +.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + background: transparent; + border: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-width: 24px; + outline: none; + padding: 0; + text-align: center; +} + +.e-float-input .e-clear-icon::before, +.e-float-input.e-control-wrapper .e-clear-icon::before, +.e-input-group .e-clear-icon::before, +.e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 12px; + padding: 0; + text-align: center; + vertical-align: middle; +} + +.e-float-input.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-float-input.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide { + cursor: pointer; + display: -ms-flexbox; + display: flex; +} + +.e-float-input.e-small.e-bigger .e-clear-icon, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon, +.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon, +.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon, +.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon, +.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon, +.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon, +.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon, +.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon { + padding-bottom: 0; +} + +.e-float-input.e-small .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-small .e-clear-icon::before, +.e-input-group.e-small .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-small .e-clear-icon::before, +.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-float-input input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-float-input .e-clear-icon::before, +.e-small .e-input-group .e-clear-icon::before, +.e-small .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 10px; +} + +.e-float-input.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-input-group.e-bigger .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-float-input input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input .e-clear-icon::before, +.e-bigger .e-input-group .e-clear-icon::before, +.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 12px; +} + +.e-float-input.e-small.e-bigger .e-clear-icon::before, +.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-input-group.e-small.e-bigger .e-clear-icon::before, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before { + font-size: 12px; +} + +.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper input:not(:valid):first-child ~ .e-clear-icon { + display: none; +} + +.e-input-group .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper .e-clear-icon.e-clear-icon-hide { + display: none; +} + +.e-input-group.e-static-clear .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-static-clear .e-clear-icon.e-clear-icon-hide { + cursor: pointer; +} + +.e-input-group.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper.e-disabled input.e-input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-disabled input:not(:valid):first-child ~ .e-clear-icon, +.e-input-group.e-disabled .e-clear-icon.e-clear-icon-hide, +.e-input-group.e-control-wrapper.e-disabled .e-clear-icon.e-clear-icon-hide { + cursor: not-allowed; +} + +.e-float-input.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-float-input input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-input-group input[readonly]:first-child ~ .e-clear-icon.e-clear-icon-hide, +.e-float-input.e-control-wrapper.e-input-group input[readonly]:first-child ~ .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper input[readonly]:first-child ~ .e-clear-icon, +.e-input-group.e-control-wrapper input[readonly]:first-child .e-clear-icon.e-clear-icon-hide { + cursor: auto; +} + +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + min-height: 18px; + min-width: 18px; + padding-bottom: 4px; + padding-left: 4px; + padding-right: 4px; + padding-top: 4px; +} + +.e-float-input.e-input-group .e-clear-icon, +.e-float-input.e-input-group.e-control-wrapper .e-clear-icon { + padding-right: 4px; + padding-top: 4px; +} + +.e-input-group.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-input-group .e-clear-icon.e-bigger, +.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger .e-input-group .e-clear-icon, +.e-bigger .e-input-group.e-control-wrapper .e-clear-icon { + min-height: 20px; + min-width: 20px; + padding-bottom: 5px; + padding-right: 8px; + padding-top: 6px; +} + +.e-input-group.e-float-input.e-bigger .e-clear-icon, +.e-input-group.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding-right: 8px; + padding-top: 6px; +} + +.e-input-group.e-small.e-bigger .e-clear-icon, +.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-small .e-clear-icon { + min-height: 18px; + min-width: 18px; + padding-bottom: 4px; + padding-right: 4px; + padding-top: 4px; +} + +.e-input-group.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon { + padding-right: 4px; + padding-top: 4px; +} + +.e-input-group.e-small .e-clear-icon, +.e-input-group .e-clear-icon.e-small, +.e-small .e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper .e-clear-icon { + min-height: 16px; + min-width: 16px; + padding-bottom: 4px; + padding-right: 4px; + padding-top: 4px; +} + +.e-input-group.e-float-input.e-small .e-clear-icon, +.e-input-group.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-float-input .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-input-group.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding-right: 4px; + padding-top: 4px; +} + +.e-input:not(:valid), +.e-input:valid, +.e-float-input.e-control-wrapper input:not(:valid), +.e-float-input.e-control-wrapper input:valid, +.e-float-input input:not(:valid), +.e-float-input input:valid, +.e-input-group input:not(:valid), +.e-input-group input:valid, +.e-input-group.e-control-wrapper input:not(:valid), +.e-input-group.e-control-wrapper input:valid, +.e-float-input.e-control-wrapper textarea:not(:valid), +.e-float-input.e-control-wrapper textarea:valid, +.e-float-input textarea:not(:valid), +.e-float-input textarea:valid, +.e-input-group.e-control-wrapper textarea:not(:valid), +.e-input-group.e-control-wrapper textarea:valid, +.e-input-group textarea:not(:valid), +.e-input-group textarea:valid { + box-shadow: none; +} + +.e-input-group .e-input-in-wrap, +.e-input-group.e-control-wrapper .e-input-in-wrap, +.e-float-input .e-input-in-wrap, +.e-float-input.e-control-wrapper .e-input-in-wrap { + width: 100%; +} + +.e-float-input .e-input-in-wrap label.e-float-text, +.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text { + right: 0; +} + +.e-input-group .e-input-in-wrap, +.e-input-group.e-control-wrapper .e-input-in-wrap, +.e-float-input .e-input-in-wrap, +.e-float-input.e-control-wrapper .e-input-in-wrap { + display: -ms-flexbox; + display: flex; + position: relative; + width: 100%; +} + +.e-float-input.e-float-icon-left .e-input-in-wrap, +.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-input-group.e-float-icon-left .e-input-in-wrap, +.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap { + border: 1px solid; + border-width: 0 0 1px 0; + margin-left: 16px; +} + +.e-rtl .e-float-input.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-input-group.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap +.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap { + margin-left: 0; + margin-right: 16px; +} + +.e-float-input input.e-input, +.e-float-input.e-bigger .e-input, +.e-bigger .e-float-input .e-input, +.e-float-input.e-control-wrapper input.e-input, +.e-float-input.e-control-wrapper.e-bigger .e-input, +.e-bigger .e-float-input.e-control-wrapper .e-input { + margin-bottom: 0; +} + +.e-float-input label.e-float-text.e-label-bottom, +.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + transform: translate3d(0, 16px, 0) scale(1); +} + +.e-float-input textarea:focus ~ label.e-float-text, +.e-float-input textarea:valid ~ label.e-float-text, +.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + font-size: 13px; + top: -22px; + transform: translate3d(0, 6px, 0) scale(0.92); +} + +.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 14px; + top: -20px; +} + +.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 12px; + top: -21px; +} + +.e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text { + font-size: 13px; + top: -20px; +} + +.e-float-input textarea ~ .e-float-text, +.e-float-input.e-control-wrapper textarea ~ .e-float-text { + top: -11px; +} + +.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 12px; + top: -11px; +} + +.e-float-input.e-bigger textarea ~ label.e-float-text, +.e-float-input textarea ~ label.e-float-text.e-bigger, +.e-float-input textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-float-text, +.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger, +.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + top: -8px; +} + +.e-float-input.e-small textarea ~ label.e-float-text, +.e-float-input textarea ~ label.e-float-text.e-small, +.e-float-input textarea.e-small ~ label.e-float-text, +.e-small .e-float-input textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small, +.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper textarea ~ label.e-float-text { + font-size: 12px; + top: -11px; +} + +.e-input-group.e-bigger:not(.e-float-input) .e-input, +.e-bigger .e-input-group:not(.e-float-input) .e-input, +.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input, +.e-bigger .e-input-group.e-control-wrapper:not(.e-float-input) .e-input, +.e-float-input.e-bigger input, +.e-bigger .e-float-input input, +.e-float-input.e-input-group.e-bigger input, +.e-bigger .e-float-input.e-input-group input, +.e-float-input.e-input-group.e-control-wrapper.e-bigger input, +.e-bigger .e-float-input.e-input-group.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-bigger input, +.e-bigger .e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group.e-bigger input, +.e-bigger .e-float-input.e-control-wrapper.e-input-group input, +.e-float-input.e-control-wrapper.e-input-group.e-bigger input, +.e-bigger .e-float-input.e-control-wrapper.e-input-group input { + min-height: 27px; +} + +.e-input-group.e-small:not(.e-float-input) .e-input, +.e-small .e-input-group:not(.e-float-input) .e-input, +.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input, +.e-small .e-input-group.e-control-wrapper:not(.e-float-input) .e-input, +.e-float-input.e-small input, +.e-small .e-float-input input, +.e-float-input.e-input-group.e-small input, +.e-small .e-float-input.e-input-group input, +.e-float-input.e-input-group.e-control-wrapper.e-small input, +.e-small .e-float-input.e-input-group.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-small input, +.e-small .e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper.e-input-group.e-small input, +.e-small .e-float-input.e-control-wrapper.e-input-group input, +.e-float-input.e-control-wrapper.e-input-group.e-small input, +.e-small .e-float-input.e-control-wrapper.e-input-group input { + min-height: 18px; +} + +.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input, +.e-bigger .e-input-group.e-small:not(.e-float-input) .e-input +.e-small .e-input-group.e-bigger:not(.e-float-input) .e-input, +.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input +.e-small .e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input, +.e-float-input.e-bigger.e-small input, +.e-bigger .e-float-input.e-small input, +.e-small .e-float-input.e-bigger input, +.e-float-input.e-input-group.e-bigger.e-small input, +.e-bigger .e-float-input.e-input-group.e-small input, +.e-small .e-float-input.e-input-group.e-bigger input, +.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-small input, +.e-bigger .e-float-input.e-input-group.e-control-wrapper.e-small input, +.e-small .e-float-input.e-input-group.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper.e-bigger.e-small input, +.e-bigger .e-float-input.e-control-wrapper.e-small input, +.e-small .e-float-input.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input, +.e-bigger .e-float-input.e-control-wrapper.e-input-group.e-small input, +.e-small .e-float-input.e-control-wrapper.e-input-group.e-bigger input { + min-height: 22px; +} + +.e-input-group input.e-input, +.e-float-input.e-input-group input, +.e-input-group.e-control-wrapper input.e-input, +.e-float-input.e-input-group.e-control-wrapper input, +.e-float-input input, +.e-float-input.e-control-wrapper input { + min-height: 22px; +} + +.e-input-group:hover:not(.e-disabled):not(.e-float-icon-left), +.e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left), +.e-float-input:hover:not(.e-disabled):not(.e-float-icon-left), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) { + border-bottom-width: 1px; +} + +.e-input-group.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover, +.e-float-input.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover, +.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover { + border-bottom-width: 1px; +} + +.e-input-group:not(.e-disabled):not(.e-float-icon-left)::before, +.e-input-group:not(.e-disabled):not(.e-float-icon-left)::after, +.e-input-group.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::before, +.e-input-group.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::after, +.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::before, +.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::after, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::before, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled) .e-input-in-wrap::after { + bottom: -2px; +} + +.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error), +.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error, +.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error), +.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea, +.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea, +.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea, +.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error), +.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning), +.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap, +.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap { + border-style: solid; + border-width: 0 0 1px; +} + +.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + top: -9px; + transform: translate3d(0, -6px, 0) scale(0.92); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; + top: -8px; + transform: translate3d(0, -6px, 0) scale(0.86); + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + top: -8px; + transform: translate3d(0, -6px, 0) scale(0.92); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + top: -10px; + transform: translate3d(0, -6px, 0) scale(0.92); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; + top: -10px; + font-style: normal; +} + +.e-float-input.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small textarea label.e-float-text.e-label-top, +.e-small .e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top { + transform: translate3d(0, 6px, 0) scale(0.92); +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + transform: translate3d(0, 16px, 0) scale(1); +} + +.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; + font-style: normal; + font-weight: 400; + left: 0; + overflow: hidden; + padding-left: 0; + pointer-events: none; + position: absolute; + text-overflow: ellipsis; + top: -11px; + transform: translate3d(0, 16px, 0) scale(1); + transform-origin: left top; + transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 100%; +} + +textarea.e-input::-webkit-textarea-placeholder, +textarea.e-input:-moz-placeholder, +textarea.e-input:-ms-textarea-placeholder, +textarea.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +.e-small textarea.e-input::-webkit-textarea-placeholder, +textarea.e-small.e-input::-webkit-textarea-placeholder, +.e-small textarea.e-input:-moz-placeholder, +textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-input:-ms-input-placeholder, +textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-input::-moz-placeholder, +textarea.e-small.e-input::-moz-placeholder { + font-size: 12px; + font-style: normal; +} + +.e-bigger textarea.e-small.e-input::-webkit-textarea-placeholder, +.e-small textarea.e-bigger.e-input::-webkit-textarea-placeholder, +.e-bigger textarea.e-small.e-input:-moz-placeholder, +.e-small textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-small.e-input:-ms-input-placeholder, +.e-small textarea.e-bigger.e-input:-ms-input-placeholder, +.e-bigger textarea.e-small.e-input::-moz-placeholder, +.e-small textarea.e-bigger.e-input::-moz-placeholder { + font-size: 13px; + font-style: normal; +} + +.e-bigger textarea.e-input::-webkit-textarea-placeholder, +textarea.e-bigger.e-input::-webkit-textarea-placeholder, +.e-bigger textarea.e-input:-moz-placeholder, +textarea.e-bigger.e-input:-moz-placeholder, +.e-bigger textarea.e-input:-ms-textarea-placeholder, +textarea.e-bigger.e-input:-ms-textarea-placeholder, +.e-bigger textarea.e-input::-moz-placeholder, +textarea.e-bigger.e-input::-moz-placeholder { + font-size: 14px; + font-style: normal; +} + +.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + top: -9px; + transform: translate3d(0, -6px, 0) scale(0.92); + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 12px; + top: -8px; + transform: translate3d(0, -6px, 0) scale(0.92); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + top: -10px; + transform: translate3d(0, -6px, 0) scale(0.92); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; + top: -8px; + transform: translate3d(0, -6px, 0) scale(0.86); + -webkit-user-select: text; + user-select: text; +} + +.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top, +.e-bigger .e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + transform: translate3d(0, 6px, 0) scale(0.86); +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-disabled textarea, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled, +.e-float-input.e-control-wrapper.e-disabled textarea { + filter: alpha(opacity=100); + opacity: 1; +} + +.e-float-input textarea[disabled], +.e-float-input textarea.e-disabled, +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-control-wrapper textarea.e-disabled { + background: transparent; + background-image: none; + cursor: not-allowed; +} + +textarea.e-input, +.e-input-group textarea.e-input, +.e-input-group textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-float-input textarea, +.e-float-input.e-input-group textarea, +.e-float-input.e-control-wrapper textarea, +.e-float-input.e-control-wrapper.e-input-group textarea { + border-radius: 0; +} + +textarea.e-input, +.e-input-group textarea, +.e-input-group textarea.e-input, +.e-input-group.e-input-focus textarea, +.e-input-group.e-input-focus textarea.e-input, +.e-input-group.e-control-wrapper textarea, +.e-input-group.e-control-wrapper.e-input-focus textarea, +.e-input-group.e-control-wrapper textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + line-height: 1.5; + min-height: 15px; + min-width: 0; + padding: 4px 0 4px; + resize: vertical; +} + +.e-input-group.e-bigger textarea, +.e-input-group.e-bigger textarea.e-input, +.e-input-group textarea.e-bigger, +.e-input-group textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-bigger textarea, +.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-input-group textarea, +.e-bigger .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-bigger textarea, +.e-float-input textarea.e-bigger, +.e-float-input.e-control-wrapper.e-bigger textarea, +.e-float-input.e-control-wrapper textarea.e-bigger, +.e-bigger .e-float-input textarea, +.e-bigger .e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 17px; + padding: 5px 0 5px; +} + +.e-input-group.e-input-focus.e-bigger textarea, +.e-input-group.e-input-focus.e-bigger textarea.e-input, +.e-input-group.e-input-focus textarea.e-bigger, +.e-input-group.e-input-focus textarea.e-input.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea, +.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-bigger .e-input-group.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 17px; + padding: 5px 0 5px; +} + +.e-input-group.e-small textarea, +.e-input-group.e-small textarea.e-input, +.e-input-group textarea.e-small, +.e-input-group textarea.e-input.e-small, +.e-input-group.e-control-wrapper.e-small textarea, +.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-bigger, +.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-input-group textarea, +.e-small .e-input-group textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper textarea, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-input-group.e-control-wrapper textarea.e-input, +.e-float-input.e-small textarea, +.e-float-input textarea.e-small, +.e-float-input.e-control-wrapper.e-small textarea, +.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-float-input textarea, +.e-small .e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 14px; + padding: 4px 0 4px; +} + +.e-input-group.e-input-focus.e-small textarea, +.e-input-group.e-input-focus.e-small textarea.e-input, +.e-input-group.e-input-focus textarea.e-small, +.e-input-group.e-input-focus textarea.e-input.e-small, +.e-input-group.e-input-focus textarea.e-input.e-small, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-small .e-input-group.e-input-focus textarea, +.e-small .e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 14px; + padding: 4px 0 4px; +} + +.e-input-group.e-small.e-bigger textarea.e-input, +.e-input-group.e-small textarea.e-input.e-bigger, +.e-input-group textarea.e-input.e-bigger.e-small, +.e-input-group.e-bigger textarea.e-small, +.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-input-group textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper textarea.e-input, +.e-bigger .input-group textarea.e-small, +.e-bigger .e-input-group.e-small textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-bigger .e-small.e-input-group.e-control-wrapper textarea.e-input, +.e-small .input-group textarea.e-bigger, +.e-small .e-input-group.e-bigger textarea.e-input, +.e-small .e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-float-input textarea.e-bigger.e-small, +.e-float-input.e-small.e-bigger textarea, +.e-float-input.e-small textarea.e-bigger, +.e-float-input.e-bigger textarea.e-small, +.e-bigger .e-float-input.e-small textarea, +.e-bigger.e-small .e-float-input textarea, +.e-bigger .float-input textarea.e-small, +.e-small .e-float-input.e-bigger textarea, +.e-small .float-input textarea.e-bigger, +.e-small .e-float-input.e-control-wrapper textarea.e-bigger, +.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-float-input.e-control-wrapper.e-small textarea, +.e-bigger.e-small .e-float-input.e-control-wrapper textarea, +.e-bigger .e-small.e-float-input.e-control-wrapper textarea { + font: inherit; + line-height: 1.5; + min-height: 15px; + padding: 4px 0 4px; +} + +.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small, +.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input, +.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger, +.e-input-group.e-input-focus.e-bigger textarea.e-small, +.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input, +.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-bigger.e-small .e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-bigger .e-small.e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + font: inherit; + line-height: 1.5; + min-height: 15px; + padding: 4px 0 4px; +} + +input.e-input.e-small, +textarea.e-input.e-small, +.e-small input.e-input, +.e-small textarea.e-input { + min-height: 16px; +} + +input.e-input, +textarea.e-input { + min-height: 19px; +} + +.e-bigger input.e-input, +.e-bigger textarea.e-input, +input.e-input.e-bigger, +textarea.e-input.e-bigger { + min-height: 23px; +} + +.e-bigger input.e-input.e-small, +.e-bigger .e-small input.e-input, +.e-bigger.e-small input.e-input, +.e-small input.e-input.e-bigger, +input.e-input.e-bigger.e-small, +.e-small .e-bigger input.e-input { + min-height: 19px; +} + +.e-outline.e-input-group.e-control-wrapper, +.e-outline.e-input-group, +.e-outline.e-input-group:not(.e-float-icon-left), +.e-outline.e-float-input, +.e-outline.e-float-input.e-control-wrapper, +.e-outline.e-input-group:not(.e-float-icon-left), +.e-outline.e-input-group.e-success:not(.e-float-icon-left), +.e-outline.e-input-group.e-warning:not(.e-float-icon-left), +.e-outline.e-input-group.e-error:not(.e-float-icon-left), +.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left), +.e-outline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left), +.e-outline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left), +.e-outline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) { + border: 1px solid rgba(0, 0, 0, 0.24); + border-radius: 4px; + border-width: 1px; + fill: transparent; + transition: border .2s, box-shadow .2s; +} + +.e-outline.e-float-input, +.e-outline.e-float-input.e-control-wrapper { + margin-top: 0; +} + +.e-outline.e-float-input.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-valid-input.e-control-wrapper:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-valid-input.e-control-wrapper:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-valid-input.e-control-wrapper:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left):not(.e-disabled), +.e-outline.e-float-input.e-valid-input.e-control-wrapper:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left):not(.e-disabled), +.e-outline.e-float-input.e-input-group.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-valid-input:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-success):not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:hover:not(.e-error):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:hover:not(.e-success):not(.e-warning):not(.e-float-icon-left), +.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left), +.e-outline.e-float-input.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left), +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-float-icon-left), +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:hover:not(.e-success):not(.e-error):not(.e-float-icon-left) { + border-top-color: transparent; +} + +.e-outline.e-input-group, +.e-outline .e-input-group, +.e-outline .e-input-group.e-control-wrapper, +.e-outline.e-float-input, +.e-outline.e-float-input.e-control-wrapper { + font-size: 14px; +} + +input.e-input.e-bigger.e-outline, +textarea.e-input.e-bigger.e-outline, +.e-outline.e-bigger input.e-input, +.e-outline.e-bigger textarea.e-input, +.e-outline.e-input-group.e-bigger, +.e-bigger .e-input-group.e-outline, +.e-outline.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-outline.e-input-group.e-control-wrapper, +.e-outline.e-input-group.e-bigger.e-disabled, +.e-bigger .e-outline.e-input-group.e-disabled, +.e-outline.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-disabled { + font-size: 16px; +} + +.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-bigger .e-outline.e-input-group.e-control-wrapper .e-input-group-icon, +.e-outline.e-input-group.e-bigger.e-disabled .e-input-group-icon, +.e-bigger .e-outline.e-input-group.e-disabled .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-bigger.e-disabled .e-input-group-icon, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + font-size: 20px; +} + +.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error), +.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error), +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error, +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error), +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error), +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error), +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error, +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error), +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error), +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error), +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error, +.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error), +.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error), +.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left).e-warning:not(.e-success):not(.e-error), +.e-outline.e-input-group.e-input-focus:not(.e-float-icon-left).e-error:not(.e-success):not(.e-warning), +.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), +.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error), +.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error), +.e-outline.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) { + border-width: 1px; +} + +input.e-outline.e-input, +.e-outline.e-input-group input.e-input, +.e-outline.e-input-group input, +.e-outline.e-input-group.e-control-wrapper input.e-input, +.e-outline.e-input-group.e-control-wrapper input, +.e-outline.e-float-input input.e-input, +.e-outline.e-float-input input, +.e-outline.e-float-input.e-control-wrapper input.e-input, +.e-outline.e-float-input.e-control-wrapper input, +.e-outline.e-input-group:not(.e-float-icon-left) input.e-input:focus, +.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input:focus, +.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input:focus, +.e-outline.e-float-input:not(.e-float-icon-left) input:focus, +.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left).e-input-focus input, +.e-outline.e-float-input:not(.e-float-icon-left).e-input-focus input, +.e-outline.e-input-group:not(.e-float-icon-left).e-input-focus input.e-input, +.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-input-focus input.e-input { + box-sizing: border-box; + padding: 10px 12px 9px; +} + +textarea.e-outline.e-input, +.e-outline.e-input-group textarea.e-input, +.e-outline.e-input-group textarea, +.e-outline.e-input-group.e-control-wrapper textarea.e-input, +.e-outline.e-input-group.e-control-wrapper textarea, +.e-outline.e-float-input textarea.e-input, +.e-outline.e-float-input textarea, +.e-outline.e-float-input.e-control-wrapper textarea.e-input, +.e-outline.e-float-input.e-control-wrapper textarea, +.e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input:focus, +.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input:focus { + box-sizing: border-box; + margin: 8px 0; + padding: 0 12px; +} + +.e-outline.e-input-group input.e-input, +.e-outline.e-float-input.e-input-group input, +.e-outline.e-input-group.e-control-wrapper input.e-input, +.e-outline.e-float-input.e-input-group.e-control-wrapper input, +.e-outline.e-float-input input, +.e-outline.e-float-input.e-control-wrapper input { + box-sizing: border-box; + min-height: 38px; +} + +.e-outline.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before, +.e-outline.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after, +.e-outline.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, +.e-outline.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after, +.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before, +.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after, +.e-outline.e-float-input:not(.e-input-group) .e-float-line::before, +.e-outline.e-float-input:not(.e-input-group) .e-float-line::after, +.e-outline.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before, +.e-outline.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + content: none; +} + +.e-outline.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-outline.e-input-group.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-outline.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-input-group.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-float-input.e-input-focus.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-float-input.e-input-focus.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-input-group.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error), +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error), +.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-float-input.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) { + border-color: #e3165b; + box-shadow: inset 1px 1px #e3165b, inset -1px 0 #e3165b, inset 0 -1px #e3165b; +} + +.e-outline.e-float-input.e-float-icon-left .e-input-in-wrap, +.e-outline.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-outline.e-input-group.e-float-icon-left .e-input-in-wrap, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap { + border: 0; + border-width: 0; + margin-left: 0; +} + +.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon { + margin: 9px 12px 9px 0; +} + +.e-outline.e-float-input .e-clear-icon, +.e-outline.e-float-input.e-control-wrapper .e-clear-icon, +.e-outline.e-input-group .e-clear-icon, +.e-outline.e-input-group.e-control-wrapper .e-clear-icon { + font-size: 16px; + padding: 9px 12px 9px 0; +} + +.e-outline.e-input-group.e-float-icon-left .e-input, +.e-outline.e-float-input.e-input-group.e-float-icon-left .e-input, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left .e-input, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left .e-input { + padding-left: 0; +} + +.e-outline.e-input-group .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 16px; + margin: 9px 12px 9px 0; +} + +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input, +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input, +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input, +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input, +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea, +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea, +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea, +.e-outline.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea, +.e-outline.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input, +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input, +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input, +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap { + border: 0; +} + +.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-outline.e-input-group.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-outline.e-input-group .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child, +.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child { + margin-left: 0; +} + +.e-outline.e-input-group.e-small:not(.e-float-input) .e-input, +.e-small .e-outline.e-input-group:not(.e-float-input) .e-input, +.e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input, +.e-small .e-outline.e-input-group.e-control-wrapper:not(.e-float-input) .e-input, +.e-outline.e-float-input.e-small input, +.e-small .e-outline.e-float-input input, +.e-outline.e-float-input.e-input-group.e-small input, +.e-small .e-outline.e-float-input.e-input-group input, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-small input, +.e-small .e-outline.e-float-input.e-input-group.e-control-wrapper input, +.e-outline.e-float-input.e-control-wrapper.e-small input, +.e-small .e-outline.e-float-input.e-control-wrapper input, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small input, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small input, +.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group input { + box-sizing: border-box; + min-height: 34px; +} + +.e-outline.e-float-input.e-small input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small input:valid ~ label.e-float-text, +.e-outline.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input input ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 11px; +} + +.e-outline.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-outline.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input input ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text { + font-size: 12px; +} + +.e-outline.e-input-group, +.e-outline.e-input-group.e-control-wrapper, +.e-outline.e-float-input, +.e-outline.e-float-input.e-control-wrapper { + font-size: 14px; +} + +.e-outline.e-input-group.e-bigger, +.e-bigger .e-outline.e-input-group, +.e-outline.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-outline.e-input-group.e-control-wrapper, +.e-outline.e-float-input.e-bigger, +.e-bigger .e-outline.e-float-input, +.e-outline.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-outline.e-float-input.e-control-wrapper { + font-size: 16px; +} + +.e-outline.e-input-group.e-small, +.e-small .e-outline.e-input-group, +.e-outline.e-input-group.e-control-wrapper.e-small, +.e-small .e-outline.e-input-group.e-control-wrapper, +.e-outline.e-float-input.e-small, +.e-small .e-outline.e-float-input, +.e-outline.e-float-input.e-control-wrapper.e-small, +.e-small .e-outline.e-float-input.e-control-wrapper { + font-size: 13px; +} + +.e-outline.e-input-group.e-small.e-bigger, +.e-small .e-outline.e-input-group.e-bigger, +.e-bigger .e-outline.e-input-group.e-small, +.e-bigger.e-small .e-outline.e-input-group, +.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small, +.e-bigger.e-small .e-outline.e-input-group.e-control-wrapper, +.e-outline.e-float-input.e-small.e-bigger, +.e-small .e-outline.e-float-input.e-bigger, +.e-bigger .e-outline.e-float-input.e-small, +.e-bigger.e-small .e-outline.e-float-input, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small, +.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper { + font-size: 14px; +} + +.e-small.e-outline.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-bigger .e-small.e-outline.e-float-input input ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-bigger.e-outline.e-float-input input ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-bigger .e-small.e-outline.e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-small.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-bigger.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-small.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small.e-outline.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text { + font-size: 12px; +} + +input.e-input.e-small.e-outline, +.e-small input.e-input.e-outline, +.e-input-group.e-small.e-outline input.e-input, +.e-outline.e-input-group.e-control-wrapper.e-small input.e-input, +.e-outline.e-float-input.e-small input, +.e-outline.e-float-input.e-control-wrapper input.e-small, +.e-outline.e-float-input.e-small input, +.e-outline.e-float-input.e-control-wrapper input.e-small, +.e-outline.e-input-group input.e-input.e-small, +.e-outline.e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-outline.e-float-input input, +.e-small .e-outline.e-float-input.e-control-wrapper input, +.e-small .e-outline.e-input-group input.e-input, +.e-small .e-outline.e-input-group.e-control-wrapper input.e-input, +.e-outline.e-input-group.e-small input.e-input:focus, +.e-outline.e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-outline.e-float-input.e-small input:focus, +.e-outline.e-float-input.e-control-wrapper.e-small input:focus, +.e-small .e-outline.e-input-group.e-control-wrapper input.e-input:focus, +.e-small .e-outline.e-input-group input.e-input:focus, +.e-small .e-outline.e-float-input input:focus, +.e-small .e-outline.e-float-input.e-control-wrapper input:focus, +textarea.e-input.e-small.e-outline, +.e-small textarea.e-input.e-outline, +.e-input-group.e-small.e-outline textarea.e-input, +.e-outline.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-outline.e-float-input.e-small.e-input-focus input, +.e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-small .e-outline.e-float-input.e-input-focus input, +.e-small .e-outline.e-float-input.e-control-wrapper.e-input-focus input, +.e-outline.e-input-group.e-small.e-input-focus input.e-input, +.e-outline.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small .e-outline.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small .e-outline.e-input-group.e-input-focus input.e-input { + padding: 7px 10px; +} + +.e-outline.e-float-input.e-control-wrapper textarea.e-small, +.e-outline.e-float-input.e-small textarea, +.e-outline.e-input-group textarea.e-input.e-small, +.e-outline.e-input-group.e-control-wrapper textarea.e-input.e-small, +.e-small .e-outline.e-float-input textarea, +.e-small .e-outline.e-float-input.e-control-wrapper textarea, +.e-small .e-outline.e-input-group textarea.e-input, +.e-small .e-outline.e-input-group.e-control-wrapper textarea.e-input, +.e-outline.e-input-group.e-small textarea.e-input:focus, +.e-outline.e-input-group.e-control-wrapper.e-small textarea.e-input:focus, +.e-outline.e-float-input.e-small textarea:focus, +.e-outline.e-float-input.e-control-wrapper.e-small textarea:focus, +.e-small .e-outline.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-small .e-outline.e-input-group textarea.e-input:focus, +.e-small .e-outline.e-float-input textarea:focus, +.e-small .e-outline.e-float-input.e-control-wrapper textarea:focus { + box-sizing: border-box; + margin: 8px 0; + padding: 0 10px; +} + +.e-outline.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon.e-small, +.e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-small, +.e-small .e-outline.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-small .e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon.e-small, +.e-small .e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon.e-small, +.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon { + margin-left: 0; + margin-right: 6px; +} + +.e-outline.e-input-group.e-small .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-outline.e-input-group .e-input-group-icon, +.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-outline.e-input-group.e-small .e-clear-icon, +.e-outline.e-input-group .e-clear-icon.e-small, +.e-small .e-outline.e-input-group .e-clear-icon, +.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon { + font-size: 14px; + padding: 7px 10px 7px 0; +} + +.e-outline.e-input-group.e-bigger:not(.e-float-input) .e-input, +.e-bigger .e-outline.e-input-group:not(.e-float-input) .e-input, +.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input, +.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-input) .e-input, +.e-outline.e-float-input.e-bigger input, +.e-bigger .e-outline.e-float-input input, +.e-outline.e-float-input.e-input-group.e-bigger input, +.e-bigger .e-outline.e-float-input.e-input-group input, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger input, +.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper input, +.e-outline.e-float-input.e-control-wrapper.e-bigger input, +.e-bigger .e-outline.e-float-input.e-control-wrapper input, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger input, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-input-group input, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger input, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-input-group input { + box-sizing: border-box; + min-height: 54px; +} + +.e-outline.e-input-group.e-bigger .e-clear-icon, +.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-outline.e-input-group .e-clear-icon.e-bigger, +.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger .e-outline.e-input-group .e-clear-icon, +.e-bigger .e-outline.e-input-group.e-control-wrapper .e-clear-icon { + font-size: 20px; + padding: 15px 16px 15px 0; +} + +.e-outline.e-input-group.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-outline.e-input-group.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-input-group.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon { + margin-left: 0; + margin-right: 8px; +} + +.e-outline.e-input-group.e-bigger .e-input-group-icon, +.e-outline.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-input-group .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-input-group.e-control-wrapper .e-input-group-icon { + margin: 15px 16px 15px 0; +} + +input.e-input.e-bigger.e-outline, +.e-bigger input.e-input.e-outline, +.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input, +.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) input.e-input, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input, +.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input.e-bigger, +.e-outline.e-float-input.e-bigger:not(.e-float-icon-left) input, +.e-outline.e-float-input:not(.e-float-icon-left) input.e-bigger, +.e-outline.e-input-group:not(.e-float-icon-left) input.e-input.e-bigger, +.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input.e-bigger, +.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) input, +.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) input, +.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) input.e-input, +.e-bigger .e-outline.e-input-group:not(.e-float-icon-left) input.e-input, +.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input:focus, +.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) input.e-input:focus, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input:focus, +.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left) input:focus, +.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left) input.e-input:focus, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left) input.e-input:focus, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left) input:focus, +.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) input:focus, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input, +.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left).e-input-focus input, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left).e-input-focus input, +.e-bigger .e-outline.e-float-input:not(.e-float-icon-left).e-input-focus input, +.e-outline.e-input-group.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input, +.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input, +.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left).e-input-focus input.e-input, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left).e-input-focus input.e-input { + padding: 15px 16px; +} + +textarea.e-input.e-bigger.e-outline, +.e-bigger textarea.e-input.e-outline, +.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input, +.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea, +.e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) textarea.e-bigger, +.e-outline.e-float-input.e-bigger:not(.e-float-icon-left) textarea, +.e-outline.e-float-input:not(.e-float-icon-left) textarea.e-bigger, +.e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input.e-bigger, +.e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input.e-bigger, +.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-float-icon-left) textarea, +.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) textarea, +.e-bigger .e-outline.e-input-group.e-control-wrapper:not(.e-float-icon-left) textarea.e-input, +.e-bigger .e-outline.e-input-group:not(.e-float-icon-left) textarea.e-input, +.e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input:focus, +.e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input:focus, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea:focus, +.e-outline.e-float-input.e-bigger.e-float-input:not(.e-float-icon-left) textarea:focus, +.e-bigger .e-outline.e-input-group.e-float-input:not(.e-float-icon-left) textarea.e-input:focus, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input:not(.e-float-icon-left) textarea.e-input:focus, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-float-input:not(.e-float-icon-left) textarea:focus, +.e-bigger .e-outline.e-float-input:not(.e-float-icon-left) textarea:focus { + margin: 8px 0; + padding: 0 16px; +} + +.e-outline.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input, +.e-bigger .e-outline.e-input-group.e-small:not(.e-float-input) .e-input .e-small .e-input-group.e-bigger:not(.e-float-input) .e-input, +.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input, +.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input, +.e-outline.e-float-input.e-bigger.e-small input, +.e-bigger .e-outline.e-float-input.e-small input, +.e-small .e-outline.e-float-input.e-bigger input, +.e-outline.e-float-input.e-input-group.e-bigger.e-small input, +.e-bigger .e-outline.e-float-input.e-input-group.e-small input, +.e-small .e-outline.e-float-input.e-input-group.e-bigger input, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-small input, +.e-bigger .e-outline.e-float-input.e-input-group.e-control-wrapper.e-small input, +.e-small .e-outline.e-float-input.e-input-group.e-control-wrapper.e-bigger input, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger.e-small input, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-input-group.e-small input, +.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group.e-bigger input { + box-sizing: border-box; + min-height: 38px; +} + +input.e-input.e-bigger.e-small.e-outline, +.e-bigger input.e-input.e-small.e-outline, +.e-outline.e-input-group.e-small.e-bigger:not(.e-float-icon-left) input.e-input, +.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) input.e-input, +.e-outline.e-input-group.e-small:not(.e-float-icon-left) input.e-input.e-bigger, +.e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-input.e-bigger, +.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) input.e-input, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-input, +.e-outline.e-float-input.e-small.e-bigger:not(.e-float-icon-left) input, +.e-outline.e-float-input.e-small:not(.e-float-icon-left) input.e-bigger, +.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) input, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) input, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-bigger, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) input, +.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) input.e-input:focus, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) input.e-input:focus, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) input:focus, +.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) input:focus, +.e-small .e-outline.e-input-group.e-bigger:not(.e-float-icon-left) input.e-input:focus, +.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) input.e-input:focus, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) input:focus, +.e-small .e-outline.e-float-input.e-bigger:not(.e-float-icon-left) input:focus, +.e-outline.e-input-group.e-bigger.e-small:not(.e-float-icon-left) input.e-input:focus, +.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) input.e-input:focus, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) input:focus, +.e-outline.e-float-input.e-bigger.e-small:not(.e-float-icon-left) input:focus, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left).e-input-focus input, +.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left).e-input-focus input, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input, +.e-small .e-outline.e-float-input.e-bigger:not(.e-float-icon-left).e-input-focus input, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input, +.e-outline.e-float-input.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input, +.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left).e-input-focus input.e-input, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left).e-input-focus input.e-input, +.e-small .e-outline.e-input-group.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input, +.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left).e-input-focus input.e-input, +.e-outline.e-input-group.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input.e-input, +.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left).e-input-focus input.e-input { + padding: 10px 12px 9px; +} + +textarea.e-input.e-bigger.e-small.e-outline, +.e-bigger textarea.e-input.e-small.e-outline, +.e-outline.e-input-group.e-small.e-bigger:not(.e-float-icon-left) textarea.e-input, +.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) textarea.e-input, +.e-outline.e-input-group.e-small:not(.e-float-icon-left) textarea.e-input.e-bigger, +.e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-input.e-bigger, +.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) textarea.e-input, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-input, +.e-outline.e-float-input.e-small.e-bigger:not(.e-float-icon-left) textarea, +.e-outline.e-float-input.e-small:not(.e-float-icon-left) textarea.e-bigger, +.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) textarea, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-float-icon-left) textarea, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-bigger, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) textarea, +.e-bigger .e-outline.e-input-group.e-small:not(.e-float-icon-left) textarea.e-input:focus, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small:not(.e-float-icon-left) textarea.e-input:focus, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-float-icon-left) textarea:focus, +.e-bigger .e-outline.e-float-input.e-small:not(.e-float-icon-left) textarea:focus, +.e-small .e-outline.e-input-group.e-bigger:not(.e-float-icon-left) textarea.e-input:focus, +.e-small .e-outline.e-input-group.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea.e-input:focus, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-float-icon-left) textarea:focus, +.e-small .e-outline.e-float-input.e-bigger:not(.e-float-icon-left) textarea:focus, +.e-outline.e-input-group.e-bigger.e-small:not(.e-float-icon-left) textarea.e-input:focus, +.e-outline.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) textarea.e-input:focus, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-float-icon-left) textarea:focus, +.e-outline.e-float-input.e-bigger.e-small:not(.e-float-icon-left) textarea:focus { + box-sizing: border-box; + margin: 8px 0; + padding: 0 12px; +} + +.e-outline.e-input-group.e-small.e-bigger .e-clear-icon, +.e-outline.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger .e-outline.e-input-group.e-small .e-clear-icon, +.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon { + font-size: 18px; + padding: 9px 12px 9px 0; +} + +.e-outline.e-input-group.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-outline.e-input-group.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-input-group.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-input-group.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-input-group.e-float-input.e-small.e-float-icon-left > .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left > .e-input-group-icon { + margin-left: 0; + margin-right: 8px; +} + +.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon, +.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon { + margin: 9px 12px 9px 0; +} + +.e-outline.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small .e-outline.e-float-input.e-input-group .e-input-group-icon, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small .e-outline.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + margin-top: 9px; +} + +.e-outline.e-float-input input, +.e-outline.e-float-input textarea, +.e-outline.e-float-input.e-control-wrapper input, +.e-outline.e-float-input.e-control-wrapper textarea { + border: 0; + border-width: 0; +} + +.e-outline label.e-float-text, +.e-outline.e-float-input label.e-float-text, +.e-outline.e-float-input.e-control-wrapper label.e-float-text, +.e-outline.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + left: 0; + line-height: 13px; + position: absolute; + top: -7px; + transform: translate3d(0, 0, 0) scale(1); + transition: color .2s, font-size .2s, line-height .2s; +} + +.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text, +.e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text, +.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text { + line-height: 70px; +} + +.e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text, +.e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text, +.e-bigger.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-bigger .e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text { + line-height: 66px; +} + +.e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text, +.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text { + line-height: 46px; +} + +.e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text, +.e-small.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text { + line-height: 60px; +} + +.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:valid ~ label.e-float-text.e-label-bottom, +.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text, +.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text { + line-height: 50px; +} + +.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text, +.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text { + line-height: 50px; +} + +.e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text, +.e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text, +.e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid) ~ label.e-float-text, +.e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) input:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + line-height: 53px; +} + +.e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text, +.e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text, +.e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text, +.e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + line-height: 60px; +} + +.e-outline label.e-float-text::before, +.e-outline label.e-float-text::after, +.e-outline.e-float-input label.e-float-text::before, +.e-outline.e-float-input label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper label.e-float-text::after { + border-top: solid 2px; + border-top-color: transparent; + box-shadow: inset 0 1px transparent; + box-sizing: border-box; + content: ' '; + display: block; + height: 8px; + margin-top: 6px; + min-width: 9px; + pointer-events: none; + position: relative; + transition: border-color .1s, box-shadow .2s; +} + +.e-bigger.e-outline label.e-float-text::before, +.e-bigger.e-outline label.e-float-text::after, +.e-bigger.e-outline.e-float-input label.e-float-text::before, +.e-bigger.e-outline.e-float-input label.e-float-text::after, +.e-bigger.e-outline.e-float-input.e-control-wrapper label.e-float-text::before, +.e-bigger.e-outline.e-float-input.e-control-wrapper label.e-float-text::after, +.e-bigger .e-outline label.e-float-text::before, +.e-bigger .e-outline label.e-float-text::after, +.e-bigger .e-outline.e-float-input label.e-float-text::before, +.e-bigger .e-outline.e-float-input label.e-float-text::after, +.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text::before, +.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text::after { + min-width: 13px; +} + +.e-small.e-outline label.e-float-text::before, +.e-small.e-outline label.e-float-text::after, +.e-small.e-outline.e-float-input label.e-float-text::before, +.e-small.e-outline.e-float-input label.e-float-text::after, +.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text::before, +.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text::after, +.e-small .e-outline label.e-float-text::before, +.e-small .e-outline label.e-float-text::after, +.e-small .e-outline.e-float-input label.e-float-text::before, +.e-small .e-outline.e-float-input label.e-float-text::after, +.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text::before, +.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text::after { + min-width: 7px; +} + +.e-bigger.e-small.e-outline label.e-float-text::before, +.e-bigger.e-small.e-outline label.e-float-text::after, +.e-bigger.e-small.e-outline.e-float-input label.e-float-text::before, +.e-bigger.e-small.e-outline.e-float-input label.e-float-text::after, +.e-bigger.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text::before, +.e-bigger.e-small.e-outline.e-float-input.e-control-wrapper label.e-float-text::after, +.e-bigger.e-small .e-outline label.e-float-text::before, +.e-bigger.e-small .e-outline label.e-float-text::after, +.e-bigger.e-small .e-outline.e-float-input label.e-float-text::before, +.e-bigger.e-small .e-outline.e-float-input label.e-float-text::after, +.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text::before, +.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper label.e-float-text::after { + min-width: 9px; +} + +.e-outline.e-valid-input:not(.e-input-focus) label.e-float-text::before, +.e-outline.e-valid-input:not(.e-input-focus) label.e-float-text::after, +.e-outline.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::after { + border-top-color: rgba(0, 0, 0, 0.24); + border-width: 1px; +} + +.e-outline.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::after, +.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-error):not(.e-warning):not(.e-input-focus) label.e-float-text::after { + border-top-color: #22b24b; +} + +.e-outline.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::before, +.e-outline.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::after, +.e-outline.e-float-input.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::before, +.e-outline.e-float-input.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus:not(.e-error):not(.e-warning) label.e-float-text::after { + border-color: #22b24b; +} + +.e-outline.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::after, +.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-success):not(.e-warning):not(.e-input-focus) label.e-float-text::after { + border-top-color: #f44336; +} + +.e-outline.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::before, +.e-outline.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::after, +.e-outline.e-float-input.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::before, +.e-outline.e-float-input.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus:not(.e-success):not(.e-warning) label.e-float-text::after { + border-color: #f44336; +} + +.e-outline.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::after, +.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-success):not(.e-error):not(.e-input-focus) label.e-float-text::after { + border-top-color: #ffca1c; +} + +.e-outline.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::before, +.e-outline.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::after, +.e-outline.e-float-input.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::before, +.e-outline.e-float-input.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus:not(.e-success):not(.e-error) label.e-float-text::after { + border-color: #ffca1c; +} + +.e-outline label.e-float-text::before, +.e-outline.e-float-input label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper label.e-float-text::before { + border-left: solid 1px transparent; + border-radius: 4px 0; + left: -1px; + margin-right: 4px; +} + +.e-rtl.e-outline label.e-float-text::before, +.e-rtl.e-outline.e-float-input label.e-float-text::before, +.e-rtl.e-outline.e-float-input.e-control-wrapper label.e-float-text::before { + border-left: 0; + border-radius: 0 4px; + left: 5px; +} + +.e-rtl.e-outline label.e-float-text::after, +.e-rtl.e-outline.e-float-input label.e-float-text::after, +.e-rtl.e-outline.e-float-input.e-control-wrapper label.e-float-text::after { + border-radius: 5px 0; + border-right: 0; + left: -6px; +} + +.e-outline label.e-float-text::after, +.e-outline.e-float-input label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper label.e-float-text::after { + border-radius: 0 5px; + border-right: solid 1px transparent; + -ms-flex-positive: 1; + flex-grow: 1; + left: 2px; + margin-left: 4px; +} + +.e-outline.e-input-focus label.e-float-text::before, +.e-outline.e-input-focus label.e-float-text::after, +.e-outline.e-float-input.e-input-focus label.e-float-text::before, +.e-outline.e-float-input.e-input-focus label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper.e-input-focus label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper.e-input-focus label.e-float-text::after { + border-top-color: #e3165b; +} + +.e-outline.e-float-input.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled), +.e-outline.e-float-input.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled), +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left), +.e-outline.e-float-input.e-control-wrapper.e-input-focus:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled), +.e-outline.e-float-input.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled), +.e-outline.e-float-input.e-input-group.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled), +.e-outline.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled), +.e-outline.e-float-input.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left), +.e-outline.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-error):not(.e-success):not(.e-warning):not(.e-disabled):not(.e-float-icon-left) { + border-top-color: transparent; + box-shadow: inset 1px 0 #e3165b, inset -1px 0 #e3165b, inset 0 -1px #e3165b; +} + +.e-outline.e-float-input input:focus ~ label.e-float-text, +.e-outline.e-float-input input:valid ~ label.e-float-text, +.e-outline.e-float-input input ~ label.e-label-top.e-float-text, +.e-outline.e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input input label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-outline.e-float-input textarea:focus ~ label.e-float-text, +.e-outline.e-float-input textarea:valid ~ label.e-float-text, +.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input textarea label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top, +.e-outline.e-float-input.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-size: 12px; + top: -7px; + transform: translate3d(0, 0, 0) scale(1); +} + +.e-outline.e-float-input.e-rtl .e-clear-icon, +.e-rtl .e-outline.e-float-input .e-clear-icon, +.e-outline.e-float-input.e-control-wrapper.e-rtl .e-clear-icon, +e-rtl .e-outline.e-float-input.e-control-wrapper .e-clear-icon, +.e-outline.e-input-group.e-rtl .e-clear-icon, +.e-rtl .e-outline.e-input-group .e-clear-icon, +.e-outline.e-input-group.e-control-wrapper.e-rtl .e-clear-icon, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-rtl .e-clear-icon { + padding-left: 12px; + padding-right: 0; +} + +.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-bigger.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child +.e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child { + margin-right: 0; +} + +.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child { + margin-left: 12px; +} + +.e-rtl.e-outline.e-input-group .e-input-group-icon, +.e-rtl .e-outline.e-input-group .e-input-group-icon, +.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon +.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon { + margin-left: 12px; + margin-right: 0; +} + +.e-rtl.e-outline.e-input-group.e-small .e-clear-icon, +.e-rtl .e-outline.e-input-group.e-small .e-clear-icon, +.e-rtl.e-outline.e-input-group .e-clear-icon.e-small, +.e-rtl .e-outline.e-input-group .e-clear-icon.e-small, +.e-rtl.e-small .e-outline.e-input-group .e-clear-icon, +.e-small .e-rtl.e-outline.e-input-group .e-clear-icon, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon +.e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-clear-icon { + padding-left: 10px; + padding-right: 0; +} + +.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon, +.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-rtl.e-outline.e-input-group .e-input-group-icon, +.e-rtl.e-small .e-outline.e-input-group .e-input-group-icon, +.e-small .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon +.e-rtl.e-small .e-outline.e-input-group.e-control-wrapper .e-input-group-icon { + margin-left: 10px; + margin-right: 0; +} + +.e-rtl.e-outline.e-input-group.e-bigger .e-clear-icon, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-rtl.e-outline.e-input-group .e-clear-icon.e-bigger, +.e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger .e-rtl.e-outline.e-input-group .e-clear-icon, +.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-clear-icon +.e-rtl .e-outline.e-input-group.e-bigger .e-clear-icon, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-rtl .e-outline.e-input-group .e-clear-icon.e-bigger, +.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger.e-rtl .e-outline.e-input-group .e-clear-icon, +.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper .e-clear-icon { + padding-left: 16px; + padding-right: 0; +} + +.e-rtl.e-outline.e-input-group.e-bigger .e-input-group-icon, +.e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon, +.e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon, +.e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger, +.e-bigger.e-rtl .e-outline.e-input-group .e-input-group-icon, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon, +.e-bigger .e-rtl.e-outline.e-input-group.e-small .e-input-group-icon, +.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon { + margin-left: 12px; + margin-right: 0; +} + +.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-clear-icon, +.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-clear-icon, +.e-rtl.e-outline.e-input-group.e-small .e-clear-icon.e-bigger, +.e-rtl .e-outline.e-input-group.e-small .e-clear-icon.e-bigger, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger.e-rtl .e-outline.e-input-group.e-small .e-clear-icon, +.e-bigger .e-rtl.e-outline.e-input-group.e-small .e-clear-icon, +.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-bigger.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon { + padding-left: 12px; + padding-right: 0; +} + +.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon + .e-input-group-icon:last-child { + margin-left: 12px; + margin-right: 0; +} + +.e-rtl .e-outline.e-input-group.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl.e-outline.e-input-group .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-bigger .e-rtl.e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-bigger.e-rtl .e-outline.e-input-group .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child { + margin-left: 16px; + margin-right: 0; +} + +.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child { + margin-left: 10px; + margin-right: 0; +} + +.e-rtl.e-outline.e-input-group.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl .e-outline.e-input-group.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger + .e-input-group-icon.e-bigger:last-child, +.e-rtl.e-bigger .e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-bigger .e-rtl.e-outline.e-input-group.e-control-wrapper.e-small .e-input-group-icon + .e-input-group-icon:last-child, +.e-rtl.e-bigger .e-outline.e-input-group.e-small .e-input-group-icon + .e-input-group-icon:last-child .e-bigger { + margin-left: 12px; + margin-right: 0; +} + +.e-outline.e-float-input.e-small.e-bigger label.e-float-text, +.e-bigger .e-small .e-outline.e-float-input label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small label.e-float-text, +.e-outline.e-float-input.e-bigger.e-small input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-small input:valid ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-outline.e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-small input label.e-float-text.e-label-top, +.e-small .e-outline.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-outline.e-float-input.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-outline.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-small textarea label.e-float-text.e-label-top, +.e-small .e-outline.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top, +.e-outline.e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text { + top: -7px; + transform: translate3d(0, 0, 0) scale(1); +} + +.e-outline.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger input:valid ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-small.e-bigger textarea[readonly] ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger textarea[disabled] ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-small textarea[readonly] ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea[readonly] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger textarea[disabled] ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 12px; +} + +.e-outline.e-float-input textarea:focus ~ label.e-float-text, +.e-outline.e-float-input textarea:valid ~ label.e-float-text, +.e-outline.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input textarea label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + top: -7px; + transform: translate3d(0, 0, 0) scale(1); +} + +.e-outline textarea, +textarea.e-outline, +.e-outline.e-float-input textarea, +.e-outline.e-float-input.e-control-wrapper textarea, +.e-outline.e-float-input.e-input-group textarea { + box-sizing: border-box; +} + +.e-outline.e-float-input.e-valid-input:not(.e-input-focus) input:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-valid-input:not(.e-input-focus) textarea:valid ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) textarea:focus ~ label.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-rtl.e-outline.e-float-input.e-small textarea ~ label.e-float-text, +.e-rtl.e-outline.e-float-input textarea ~ label.e-float-text.e-small, +.e-rtl.e-outline.e-float-input textarea.e-small ~ label.e-float-text, +.e-small .e-rtl.e-outline.e-float-input textarea ~ label.e-float-text, +.e-rtl.e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text, +.e-rtl.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small, +.e-rtl.e-outline.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text, +.e-small .e-rtl.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text { + top: -7px; +} + +.e-outline.e-float-input.e-small .e-clear-icon::before, +.e-outline.e-float-input.e-control-wrapper.e-small .e-clear-icon::before, +.e-outline.e-input-group.e-small .e-clear-icon::before, +.e-outline.e-input-group.e-control-wrapper.e-small .e-clear-icon::before, +.e-outline.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before, +.e-outline.e-small .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-outline.e-float-input input.e-small:first-child ~ .e-clear-icon::before, +.e-outline.e-small .e-float-input .e-clear-icon::before, +.e-outline.e-small .e-input-group .e-clear-icon::before, +.e-outline.e-small .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 14px; +} + +.e-outline.e-float-input .e-clear-icon::before, +.e-outline.e-float-input.e-control-wrapper .e-clear-icon::before, +.e-outline.e-input-group .e-clear-icon::before, +.e-outline.e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 16px; +} + +.e-outline.e-float-input.e-bigger .e-clear-icon::before, +.e-outline.e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-outline.e-input-group.e-bigger .e-clear-icon::before, +.e-outline.e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-outline.e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before, +.e-outline.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before, +.e-outline.e-float-input input.e-bigger:first-child ~ .e-clear-icon::before, +.e-outline.e-bigger .e-float-input .e-clear-icon::before, +.e-outline.e-bigger .e-input-group .e-clear-icon::before, +.e-outline.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 20px; +} + +.e-outline.e-float-input.e-small.e-bigger .e-clear-icon::before, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-outline.e-input-group.e-small.e-bigger .e-clear-icon::before, +.e-outline.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-outline.e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before, +.e-outline.e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-outline.e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before, +.e-outline.e-bigger .e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-outline.e-small .e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-outline.e-small .e-float-input.e-bigger input:first-child ~ .e-clear-icon::before, +.e-outline.e-bigger .e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-outline.e-bigger .e-float-input.e-small input:first-child ~ .e-clear-icon::before { + font-size: 18px; +} + +.e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; +} + +.e-outline.e-float-input.e-bigger textarea ~ label.e-float-text, +.e-outline.e-float-input textarea ~ label.e-float-text.e-bigger, +.e-outline.e-float-input textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-outline.e-float-input textarea ~ label.e-float-text, +.e-outline.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger, +.e-outline.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 16px; +} + +.e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-bigger .e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; +} + +.e-outline label.e-float-text, +.e-outline.e-float-input label.e-float-text, +.e-outline.e-float-input.e-control-wrapper label.e-float-text, +.e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; +} + +.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; +} + +.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; +} + +.e-bigger .e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 16px; +} + +.e-bigger .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 16px; +} + +.e-small .e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small.e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-bigger .e-outline.e-float-input.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-outline.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; +} + +.e-bigger .e-outline.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-outline.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-outline.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; +} + +.e-outline.e-float-input.e-bigger label.e-float-text, +.e-outline.e-float-input label.e-float-text.e-bigger, +.e-outline.e-float-input input.e-bigger ~ label.e-float-text, +.e-bigger .e-outline.e-float-input label.e-float-text, +.e-outline.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger label.e-float-text, +.e-outline.e-float-input.e-control-wrapper label.e-float-text.e-bigger, +.e-outline.e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 16px; +} + +.e-outline.e-float-input.e-bigger textarea ~ label.e-float-text, +.e-outline.e-float-input textarea ~ label.e-float-text.e-bigger, +.e-outline.e-float-input textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-outline.e-float-input textarea ~ label.e-float-text, +.e-outline.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger, +.e-outline.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 16px; +} + +.e-outline.e-float-input.e-small label.e-float-text, +.e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; +} + +.e-outline.e-float-input.e-small textarea ~ label.e-float-text, +.e-outline.e-float-input textarea ~ label.e-float-text.e-small, +.e-outline.e-float-input textarea.e-small ~ label.e-float-text, +.e-small .e-outline.e-float-input textarea ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small, +.e-outline.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper textarea ~ label.e-float-text { + font-size: 13px; +} + +.e-outline.e-float-input.e-small.e-bigger label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-outline.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; +} + +.e-bigger .e-outline.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-outline.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-outline.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-outline.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; +} + +.e-filled.e-input-group, +.e-filled.e-input-group.e-control-wrapper, +.e-filled.e-float-input, +.e-filled.e-float-input.e-control-wrapper { + line-height: 1; +} + +.e-filled input.e-input, +.e-filled.e-input-group input, +.e-filled.e-input-group.e-control-wrapper input, +.e-filled.e-input-group input.e-input, +.e-filled.e-input-group.e-control-wrapper input.e-input { + box-sizing: border-box; +} + +.e-filled.e-float-input:not(.e-input-group) input, +.e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input { + box-sizing: border-box; +} + +.e-control .e-filled input.e-input, +.e-control .e-filled.e-input-group input, +.e-control .e-filled.e-input-group input.e-input, +.e-control .e-filled.e-input-group.e-control-wrapper input, +.e-control .e-filled.e-input-group.e-control-wrapper input.e-input, +.e-control .e-filled.e-float-input input, +.e-control .e-filled.e-float-input.e-control-wrapper input, +.e-control.e-filled.e-input-group input, +.e-control.e-filled.e-input-group input.e-input, +.e-control.e-filled.e-input-group.e-control-wrapper input, +.e-control.e-filled.e-input-group.e-control-wrapper input.e-input, +.e-control.e-filled.e-float-input input, +.e-control.e-filled.e-float-input.e-control-wrapper input { + box-sizing: border-box; +} + +.e-filled input.e-input.e-bigger, +.e-filled.e-input-group.e-bigger input, +.e-filled.e-input-group.e-bigger input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-bigger input, +.e-filled.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-filled.e-input-group input, +.e-bigger .e-filled.e-input-group input.e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper input, +.e-bigger .e-filled.e-input-group.e-control-wrapper input.e-input, +.e-filled.e-float-input.e-bigger input, +.e-filled.e-float-input.e-bigger input.e-input, +.e-bigger .e-filled.e-float-input input, +.e-bigger .e-filled.e-float-input input.e-input, +.e-filled.e-float-input.e-control-wrapper.e-bigger input, +.e-filled.e-float-input.e-control-wrapper.e-bigger input.e-input, +.e-bigger .e-filled.e-float-input.e-control-wrapper input, +.e-bigger .e-filled.e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; +} + +.e-filled.e-float-input.e-bigger:not(.e-input-group) input, +.e-filled.e-float-input.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-filled.e-float-input:not(.e-input-group) input, +.e-bigger .e-filled.e-float-input:not(.e-input-group) input.e-input, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-group) input.e-input, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; +} + +.e-filled input.e-input.e-small, +.e-filled.e-input-group.e-small input, +.e-filled.e-input-group.e-small input.e-input, +.e-small .e-filled.e-input-group input, +.e-small .e-filled.e-input-group input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-small input, +.e-filled.e-input-group.e-control-wrapper.e-small input.e-input, +.e-small .e-filled.e-input-group.e-control-wrapper input, +.e-small .e-filled.e-input-group.e-control-wrapper input.e-input, +.e-filled.e-float-input.e-small input, +.e-filled.e-float-input.e-small input.e-input, +.e-small .e-filled.e-float-input input, +.e-small .e-filled.e-float-input input.e-input, +.e-filled.e-float-input.e-control-wrapper.e-small input, +.e-filled.e-float-input.e-control-wrapper.e-small input.e-input, +.e-small .e-filled.e-float-input.e-control-wrapper input, +.e-small .e-filled.e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; +} + +.e-filled.e-float-input.e-small:not(.e-input-group) input, +.e-filled.e-float-input.e-small:not(.e-input-group) input.e-input, +.e-small .e-filled.e-float-input:not(.e-input-group) input, +.e-small .e-filled.e-float-input:not(.e-input-group) input.e-input +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-group) input.e-input, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; +} + +.e-filled input.e-input.e-small.e-bigger, +.e-filled.e-input-group.e-bigger.e-small input, +.e-filled.e-input-group.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-filled.e-input-group input, +.e-bigger.e-small .e-filled.e-input-group input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper input, +.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper input.e-input, +.e-filled.e-float-input.e-bigger.e-small input, +.e-filled.e-float-input.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-filled.e-float-input input, +.e-bigger.e-small .e-filled.e-float-input input.e-input, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input.e-input, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper input, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper input.e-input { + box-sizing: border-box; +} + +.e-filled.e-float-input.e-bigger.e-small:not(.e-input-group) input, +.e-filled.e-float-input.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-filled.e-float-input:not(.e-input-group) input, +.e-bigger.e-small .e-filled.e-float-input:not(.e-input-group) input.e-input, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-group) input.e-input, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-group) input.e-input { + box-sizing: border-box; +} + +.e-filled textarea.e-input, +.e-filled.e-input-group textarea, +.e-filled.e-input-group.e-control-wrapper textarea, +.e-filled.e-float-input textarea, +.e-filled.e-float-input.e-control-wrapper textarea { + box-sizing: border-box; +} + +.e-filled.e-input-group textarea.e-input.e-bigger, +.e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-filled textarea.e-input.e-bigger, +.e-filled.e-input-group.e-bigger textarea, +.e-filled.e-input-group.e-bigger textarea.e-input, +.e-bigger .e-filled.e-input-group textarea, +.e-bigger .e-filled.e-input-group textarea.e-input, +.e-filled.e-input-group.e-control-wrapper.e-bigger textarea, +.e-filled.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper textarea, +.e-bigger .e-filled.e-input-group.e-control-wrapper textarea.e-input, +.e-filled.e-float-input.e-bigger textarea, +.e-filled.e-float-input.e-bigger textarea.e-input, +.e-bigger .e-filled.e-float-input textarea, +.e-bigger .e-filled.e-float-input textarea.e-input, +.e-filled.e-float-input.e-control-wrapper.e-bigger textarea, +.e-filled.e-float-input.e-control-wrapper.e-bigger textarea.e-input, +.e-bigger .e-filled.e-float-input.e-control-wrapper textarea, +.e-bigger .e-filled.e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; +} + +.e-filled textarea.e-input.e-small, +.e-filled.e-input-group.e-small textarea, +.e-filled.e-input-group.e-small textarea.e-input, +.e-small .e-filled.e-input-group textarea, +.e-small .e-filled.e-input-group textarea.e-input, +.e-filled.e-input-group.e-control-wrapper.e-small textarea, +.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-small .e-filled.e-input-group.e-control-wrapper textarea, +.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input, +.e-filled.e-float-input.e-small textarea, +.e-filled.e-float-input.e-small textarea.e-input, +.e-small .e-filled.e-float-input textarea, +.e-small .e-filled.e-float-input textarea.e-input, +.e-filled.e-float-input.e-control-wrapper.e-small textarea, +.e-filled.e-float-input.e-control-wrapper.e-small textarea.e-input, +.e-small .e-filled.e-float-input.e-control-wrapper textarea, +.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; +} + +.e-filled textarea.e-input.e-small.e-bigger, +.e-filled.e-input-group.e-bigger.e-small textarea, +.e-filled.e-input-group.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-filled.e-input-group textarea, +.e-bigger.e-small .e-filled.e-input-group textarea.e-input, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small textarea, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea, +.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input, +.e-filled.e-float-input.e-bigger.e-small textarea, +.e-filled.e-float-input.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-filled.e-float-input textarea, +.e-bigger.e-small .e-filled.e-float-input textarea.e-input, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea.e-input, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-input { + box-sizing: border-box; +} + +.e-filled.e-float-input input, +.e-filled.e-float-input textarea, +.e-filled.e-float-input.e-control-wrapper input, +.e-filled.e-float-input.e-control-wrapper textarea { + border: 0 solid; + border-width: 0; +} + +.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-filled.e-float-input:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]), +.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) input:not([disabled]), +.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-disabled) textarea:not([disabled]) { + border-bottom-width: 0; +} + +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) input, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) input, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) input, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error input, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning):not(.e-error) textarea, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled).e-success:not(.e-warning):not(.e-error) textarea, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success).e-warning:not(.e-error) textarea, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-disabled):not(.e-success):not(.e-warning).e-error textarea, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input, +.e-filled.e-float-input.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) input, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left).e-success:not(.e-warning):not(.e-error) input, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success).e-warning:not(.e-error) input, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:not(.e-input-group):not(.e-float-icon-left):not(.e-success):not(.e-warning).e-error input { + border-width: 0; +} + +.e-filled.e-input-group, +.e-filled.e-input-group.e-control-wrapper { + border-radius: 4px 4px 0 0; + padding: 0 10px 0 12px; +} + +.e-filled.e-input-group.e-bigger, +.e-bigger .e-filled.e-input-group, +.e-filled.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-filled.e-input-group.e-control-wrapper { + margin-top: 0; + padding: 0 12px 0 16px; +} + +.e-filled.e-input-group.e-small, +.e-filled.e-input-group.e-control-wrapper.e-small, +.e-small .e-filled.e-input-group.e-control-wrapper { + margin-top: 0; + padding: 0 6px 0 8px; +} + +.e-filled.e-input-group.e-small.e-bigger, +.e-bigger.e-small .e-filled.e-input-group.e-small, +.e-bigger .e-filled.e-input-group.e-small, +.e-small .e-filled.e-input-group.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-small, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small, +.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger { + margin-top: 0; + padding: 0 10px 0 12px; +} + +.e-filled.e-float-input, +.e-filled.e-float-input.e-control-wrapper { + border: 1px solid; + border-radius: 4px 4px 0 0; + border-width: 0 0 1px 0; + margin-top: 0; + padding: 0 10px 0 12px; +} + +.e-filled.e-float-input.e-bigger, +.e-bigger .e-filled.e-float-input, +.e-filled.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper { + margin-top: 0; + padding: 0 12px 0 16px; +} + +.e-filled.e-float-input.e-small, +.e-filled.e-float-input.e-control-wrapper.e-small, +.e-small .e-filled.e-float-input.e-control-wrapper { + margin-top: 0; + padding: 0 6px 0 8px; +} + +.e-filled.e-float-input.e-small.e-bigger, +.e-bigger.e-small .e-filled.e-float-input.e-small, +.e-bigger .e-filled.e-float-input.e-small, +.e-small .e-filled.e-float-input.e-bigger, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-small, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger { + margin-top: 0; + padding: 0 10px 0 12px; +} + +.e-rtl.e-filled.e-input-group, +.e-rtl.e-filled.e-input-group.e-control-wrapper, +.e-rtl .e-filled.e-input-group, +.e-rtl .e-filled.e-input-group.e-control-wrapper { + padding: 0 12px 0 10px; +} + +.e-rtl.e-filled.e-input-group.e-bigger, +.e-bigger .e-rtl.e-filled.e-input-group, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger, +.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper, +.e-rtl .e-filled.e-input-group.e-bigger, +.e-bigger.e-rtl .e-filled.e-input-group, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper { + padding: 0 16px 0 12px; +} + +.e-rtl.e-filled.e-input-group.e-small, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small, +.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper, +.e-rtl .e-filled.e-input-group.e-small, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper { + padding: 0 8px 0 6px; +} + +.e-rtl.e-filled.e-input-group.e-small.e-bigger, +.e-bigger.e-small .e-rtl.e-filled.e-input-group.e-small, +.e-bigger .e-rtl.e-filled.e-input-group.e-small, +.e-small .e-rtl.e-filled.e-input-group.e-bigger, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small, +.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small, +.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger, +.e-rtl .e-filled.e-input-group.e-small.e-bigger, +.e-bigger.e-small.e-rtl .e-filled.e-input-group.e-small, +.e-bigger.e-rtl .e-filled.e-input-group.e-small, +.e-small.e-rtl .e-filled.e-input-group.e-bigger, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger { + padding: 0 12px 0 10px; +} + +.e-rtl.e-filled.e-float-input, +.e-rtl.e-filled.e-float-input.e-control-wrapper, +.e-rtl .e-filled.e-float-input, +.e-rtl .e-filled.e-float-input.e-control-wrapper { + padding: 0 12px 0 10px; +} + +.e-rtl.e-filled.e-float-input.e-bigger, +.e-bigger .e-rtl.e-filled.e-float-input, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper, +.e-rtl .e-filled.e-float-input.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper { + padding: 0 16px 0 12px; +} + +.e-rtl.e-filled.e-float-input.e-small, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-small, +.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper, +.e-rtl .e-filled.e-float-input.e-small, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper { + padding: 0 8px 0 6px; +} + +.e-rtl.e-filled.e-float-input.e-small.e-bigger, +.e-bigger.e-small .e-rtl.e-filled.e-float-input.e-small, +.e-bigger .e-rtl.e-filled.e-float-input.e-small, +.e-small .e-rtl.e-filled.e-float-input.e-bigger, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-small, +.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-small, +.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-bigger, +.e-rtl .e-filled.e-float-input.e-small.e-bigger, +.e-bigger.e-small.e-rtl .e-filled.e-float-input.e-small, +.e-bigger.e-rtl .e-filled.e-float-input.e-small, +.e-small.e-rtl .e-filled.e-float-input.e-bigger, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-bigger.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger { + padding: 0 12px 0 10px; +} + +.e-filled input.e-input, +.e-filled.e-input-group input.e-input, +.e-filled.e-input-group.e-control-wrapper input.e-input, +.e-filled textarea.e-input, +.e-filled.e-input-group textarea.e-input, +.e-filled.e-input-group.e-control-wrapper textarea.e-input { + padding: 10px 2px 10px 0; +} + +.e-filled .e-input:focus { + padding-bottom: 10px; +} + +.e-filled.e-input-group input.e-input:focus, +.e-filled.e-input-group.e-control-wrapper input.e-input:focus, +.e-filled.e-input-group textarea.e-input:focus, +.e-filled.e-input-group.e-control-wrapper textarea.e-input:focus, +.e-filled.e-input-group.e-input-focus input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input { + padding: 10px 2px 10px 0; +} + +.e-filled input.e-input.e-bigger, +.e-filled textarea.e-input.e-bigger, +.e-filled.e-input-group.e-bigger .e-input, +.e-filled.e-input-group.e-bigger.e-control-wrapper .e-input, +.e-bigger .e-filled input.e-input, +.e-bigger .e-filled textarea.e-input, +.e-bigger .e-filled.e-input-group .e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input { + padding: 16px 4px 16px 0; +} + +.e-filled.e-input-group.e-bigger .e-input:focus, +.e-bigger .e-filled.e-input-group .e-input:focus, +.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input:focus, +.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input:focus, +.e-filled.e-input-group.e-bigger.e-input-focus .e-input, +.e-bigger .e-filled.e-input-group.e-input-focus .e-input, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-input-focus .e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus .e-input { + padding: 16px 4px 16px 0; +} + +.e-filled .e-input.e-bigger:focus, +.e-bigger .e-filled .e-input:focus { + padding-bottom: 16px; +} + +.e-filled .e-input.e-small:focus { + padding-bottom: 7px; +} + +.e-filled .e-input.e-small, +.e-filled.e-input-group.e-small .e-input, +.e-filled.e-input-group.e-control-wrapper.e-small .e-input { + padding: 7px 2px 7px 0; +} + +.e-filled.e-input-group.e-small .e-input:focus, +.e-filled.e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-filled.e-input-group.e-small.e-input-focus .e-input, +.e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 7px 2px 7px 0; +} + +.e-filled .e-input.e-small.e-bigger:focus, +.e-bigger .e-filled .e-input.e-small:focus { + padding-bottom: 10px; +} + +.e-filled .e-input.e-small.e-bigger, +.e-bigger .e-filled .e-input.e-small, +.e-small .e-filled .e-input.e-bigger { + padding: 10px 2px 10px 0; +} + +.e-filled.e-input-group.e-small.e-bigger .e-input, +.e-filled.e-input-group.e-small .e-input.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input, +.e-filled.e-input-group.e-control-wrapper.e-small .e-input.e-bigger, +.e-bigger .e-filled.e-input-group.e-small .e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input { + padding: 10px 2px 10px 0; +} + +.e-filled.e-input-group.e-small.e-bigger .e-input:focus, +.e-filled.e-input-group.e-small .e-input.e-bigger:focus, +.e-bigger .e-filled.e-input-group.e-small .e-input:focus, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input:focus, +.e-filled.e-input-group.e-control-wrapper.e-small .e-input.e-bigger:focus, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input:focus, +.e-filled.e-input-group.e-small.e-bigger.e-input-focus .e-input, +.e-filled.e-input-group.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-filled.e-input-group.e-small.e-input-focus .e-input, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-input-focus .e-input, +.e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input.e-bigger, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus .e-input { + padding: 10px 2px 10px 0; +} + +.e-filled.e-float-input input, +.e-filled.e-float-input.e-control-wrapper input { + padding: 14px 2px 5px 0; +} + +.e-filled.e-float-input.e-bigger input, +.e-filled.e-float-input input.e-bigger, +.e-bigger .e-filled.e-float-input input, +.e-filled.e-float-input.e-control-wrapper.e-bigger input, +.e-filled.e-float-input.e-control-wrapper input.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper input { + padding: 20px 4px 6px 0; +} + +.e-filled.e-float-input.e-small.e-bigger input, +.e-filled.e-float-input.e-small input.e-bigger, +.e-bigger .e-filled.e-float-input.e-small input, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-filled.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input { + padding: 14px 2px 5px 0; +} + +.e-filled.e-float-input.e-small input, +.e-filled.e-float-input.e-control-wrapper.e-small input { + padding: 12px 2px 4px 0; +} + +.e-filled input.e-input.e-rtl, +.e-filled.e-input-group.e-rtl input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-rtl .e-filled.e-input-group input.e-input, +.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input, +.e-filled.e-input-group.e-rtl input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-rtl .e-filled.e-input-group input.e-input, +.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input, +.e-filled.e-input-group.e-rtl input.e-input:focus, +.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-rtl .e-filled.e-input-group input.e-input:focus, +.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus, +.e-filled.e-input-group.e-rtl.e-input-focus input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-rtl .e-filled.e-input-group.e-input-focus input.e-input, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input { + padding: 10px 0 10px 2px; + text-indent: 0; +} + +.e-filled.e-float-input.e-rtl input, +.e-filled.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-filled.e-float-input input, +.e-rtl .e-filled.e-float-input.e-control-wrapper input, +.e-filled.e-float-input.e-rtl input, +.e-filled.e-float-input.e-control-wrapper.e-rtl input, +.e-rtl .e-filled.e-float-input input, +.e-rtl .e-filled.e-float-input.e-control-wrapper input, +.e-filled.e-float-input.e-rtl input:focus, +.e-filled.e-float-input.e-control-wrapper.e-rtl input:focus, +.e-rtl .e-filled.e-float-input input:focus, +.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus, +.e-filled.e-float-input.e-rtl.e-input-focus input, +.e-filled.e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-rtl .e-filled.e-float-input.e-input-focus input, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input { + padding: 14px 0 5px 2px; + text-indent: 0; +} + +.e-rtl .e-filled input.e-input.e-small, +.e-filled input.e-input.e-small.e-rtl, +.e-small.e-rtl .e-filled input.e-input, +.e-small .e-filled input.e-input.e-rtl, +.e-filled.e-input-group.e-small.e-rtl input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-rtl .e-filled.e-input-group.e-small input.e-input, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input, +.e-filled.e-input-group.e-rtl input.e-input.e-small, +.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input.e-small, +.e-rtl .e-filled.e-input-group input.e-input.e-small, +.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input.e-small, +.e-small .e-filled.e-input-group.e-rtl input.e-input, +.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input, +.e-small.e-rtl .e-filled.e-input-group input.e-input, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus, +.e-small.e-rtl .e-filled.e-input-group input.e-input:focus, +.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-small .e-filled.e-input-group.e-rtl input.e-input:focus, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-small.e-rtl .e-filled.e-input-group.e-input-focus input.e-input, +.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input, +.e-small .e-filled.e-input-group.e-rtl.e-input-focus input.e-input { + padding: 7px 0 7px 2px; + text-indent: 0; +} + +.e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-filled.e-float-input.e-small.e-rtl input, +.e-rtl .e-filled.e-float-input.e-small input, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input, +.e-filled.e-float-input.e-rtl input.e-small, +.e-filled.e-float-input.e-control-wrapper.e-rtl input.e-small, +.e-rtl .e-filled.e-float-input input.e-small, +.e-rtl .e-filled.e-float-input.e-control-wrapper input.e-small, +.e-small .e-filled.e-float-input.e-rtl input, +.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl input, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper input, +.e-small.e-rtl .e-filled.e-float-input input, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus, +.e-small.e-rtl .e-filled.e-float-input input:focus, +.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl input:focus, +.e-small .e-filled.e-float-input.e-rtl input:focus, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input, +.e-small.e-rtl .e-filled.e-float-input.e-input-focus input, +.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl.e-input-focus input, +.e-small .e-filled.e-float-input.e-rtl.e-input-focus input { + padding: 12px 0 4px 2px; + text-indent: 0; +} + +.e-rtl .e-filled input.e-input.e-bigger, +.e-filled input.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl .e-filled input.e-input, +.e-bigger .e-filled input.e-input.e-rtl, +.e-filled.e-input-group.e-bigger.e-rtl input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input, +.e-rtl .e-filled.e-input-group.e-bigger input.e-input, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger input.e-input, +.e-filled.e-input-group.e-rtl input.e-input.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input.e-bigger, +.e-rtl .e-filled.e-input-group input.e-input.e-bigger, +.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input.e-bigger, +.e-bigger .e-filled.e-input-group.e-rtl input.e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input, +.e-bigger.e-rtl .e-filled.e-input-group input.e-input, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input, +.e-bigger.e-rtl .e-filled.e-input-group input.e-input:focus, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper input.e-input:focus, +.e-bigger .e-filled.e-input-group.e-rtl input.e-input:focus, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl input.e-input:focus, +.e-bigger.e-rtl .e-filled.e-input-group.e-input-focus input.e-input, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-input-focus input.e-input, +.e-bigger .e-filled.e-input-group.e-rtl.e-input-focus input.e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl.e-input-focus input.e-input { + padding: 16px 0 16px 4px; + text-indent: 0; +} + +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-rtl input, +.e-filled.e-float-input.e-bigger.e-rtl input, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger input, +.e-rtl .e-filled.e-float-input.e-bigger input, +.e-filled.e-float-input.e-control-wrapper.e-rtl input.e-bigger, +.e-filled.e-float-input.e-rtl input.e-bigger, +.e-rtl .e-filled.e-float-input.e-control-wrapper input.e-bigger, +.e-rtl .e-filled.e-float-input input.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl input, +.e-bigger .e-filled.e-float-input.e-rtl input, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper input, +.e-bigger.e-rtl .e-filled.e-float-input input, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper input:focus, +.e-bigger.e-rtl .e-filled.e-float-input input:focus, +.e-bigger .e-filled.e-float-input.e-rtl input:focus, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl input:focus, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-focus input, +.e-bigger.e-rtl .e-filled.e-float-input.e-input-focus input, +.e-bigger .e-filled.e-float-input.e-rtl.e-input-focus input, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl input { + padding: 20px 0 6px 4px; + text-indent: 0; +} + +.e-bigger .e-filled input.e-input.e-small.e-rtl, +.e-filled.e-input-group.e-small.e-bigger.e-rtl input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-rtl input.e-input, +.e-filled.e-input-group.e-small.e-rtl input.e-input.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input.e-bigger, +.e-bigger .e-filled.e-input-group.e-small.e-rtl input.e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input, +.e-bigger.e-rtl input.e-input.e-small, +.e-rtl .e-filled.e-input-group.e-small.e-bigger input.e-input, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger input.e-input, +.e-rtl .e-filled.e-input-group.e-small input.e-input.e-bigger, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input.e-bigger, +.e-bigger.e-rtl .e-filled.e-input-group.e-small input.e-input, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input, +.e-bigger .e-filled.e-input-group.e-small.e-rtl input.e-input:focus, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-rtl input.e-input:focus, +.e-small .e-filled.e-input-group.e-bigger.e-rtl input.e-input:focus, +.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger.e-rtl input.e-input:focus, +.e-filled.e-input-group.e-bigger.e-small.e-rtl input.e-input:focus, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl input.e-input:focus, +.e-bigger.e-rtl .e-filled.e-input-group.e-small input.e-input:focus, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small input.e-input:focus, +.e-small.e-rtl .e-filled.e-input-group.e-bigger input.e-input:focus, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger input.e-input:focus, +.e-rtl .e-filled.e-input-group.e-bigger.e-small input.e-input:focus, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input.e-input:focus, +.e-bigger .e-filled.e-input-group.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-rtl.e-input-focus input.e-input, +.e-small .e-filled.e-input-group.e-bigger.e-rtl.e-input-focus input.e-input, +.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger.e-rtl.e-input-focus input.e-input, +.e-filled.e-input-group.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input.e-input, +.e-bigger.e-rtl .e-filled.e-input-group.e-small.e-input-focus input.e-input, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-input-focus input.e-input, +.e-small.e-rtl .e-filled.e-input-group.e-bigger.e-input-focus input.e-input, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger.e-input-focus input.e-input, +.e-rtl .e-filled.e-input-group.e-bigger.e-small.e-input-focus input.e-input, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger.e-small.e-input-focus input.e-input { + padding: 10px 0 10px 2px; + text-indent: 0; +} + +.e-filled.e-float-input.e-small.e-bigger.e-rtl input, +.e-filled.e-float-input.e-small.e-rtl input.e-bigger, +.e-bigger .e-filled.e-float-input.e-small.e-rtl input, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-rtl input, +.e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input, +.e-rtl .e-filled.e-float-input.e-small.e-bigger input, +.e-rtl .e-filled.e-float-input.e-small input.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-small input, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-rtl input:focus, +.e-bigger .e-filled.e-float-input.e-small.e-rtl input:focus, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-rtl input:focus, +.e-small .e-filled.e-float-input.e-bigger.e-rtl input:focus, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl input:focus, +.e-filled.e-float-input.e-bigger.e-small.e-rtl input:focus, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small input:focus, +.e-bigger.e-rtl .e-filled.e-float-input.e-small input:focus, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger input:focus, +.e-small.e-rtl .e-filled.e-float-input.e-bigger input:focus, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:focus, +.e-rtl .e-filled.e-float-input.e-bigger.e-small input:focus, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-rtl.e-input-focus input, +.e-bigger .e-filled.e-float-input.e-small.e-rtl.e-input-focus input, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-rtl.e-input-focus input, +.e-small .e-filled.e-float-input.e-bigger.e-rtl.e-input-focus input, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-rtl.e-input-focus input, +.e-filled.e-float-input.e-bigger.e-small.e-rtl.e-input-focus input, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input, +.e-bigger.e-rtl .e-filled.e-float-input.e-small.e-input-focus input, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger.e-input-focus input, +.e-small.e-rtl .e-filled.e-float-input.e-bigger.e-input-focus input, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input, +.e-rtl .e-filled.e-float-input.e-bigger.e-small.e-input-focus input { + padding: 14px 0 5px 2px; + text-indent: 0; +} + +.e-filled.e-float-input, +.e-filled.e-float-input.e-control-wrapper, +.e-filled.e-float-input.e-disabled, +.e-filled.e-float-input.e-control-wrapper.e-disabled, +.e-filled.e-float-input.e-input-group.e-disabled, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 14px; +} + +.e-filled.e-float-input.e-bigger, +.e-bigger .e-filled.e-float-input, +.e-filled.e-float-input.e-control-wrapper.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper { + font-size: 16px; +} + +.e-filled.e-float-input.e-bigger.e-disabled, +.e-bigger .e-filled.e-float-input.e-disabled, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-disabled, +.e-filled.e-float-input.e-input-group.e-bigger.e-disabled, +.e-bigger .e-filled.e-float-input.e-input-group.e-disabled, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled, +.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 16px; +} + +.e-filled.e-float-input.e-small, +.e-small .e-filled.e-float-input, +.e-filled.e-float-input.e-control-wrapper.e-small, +.e-small .e-filled.e-float-input.e-control-wrapper { + font-size: 13px; +} + +.e-filled.e-float-input.e-small.e-disabled, +.e-small .e-filled.e-float-input.e-disabled, +.e-filled.e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-filled.e-float-input.e-control-wrapper.e-disabled, +.e-filled.e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-filled.e-float-input.e-input-group.e-disabled, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled { + font-size: 13px; +} + +.e-filled.e-float-input.e-small.e-bigger, +.e-small.e-bigger .e-filled.e-float-input, +.e-bigger .e-filled.e-float-input.e-small, +.e-small .e-filled.e-float-input.e-bigger, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger { + font-size: 14px; +} + +.e-filled.e-float-input.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-filled.e-float-input.e-disabled, +.e-bigger .e-filled.e-float-input.e-small.e-disabled, +.e-small .e-filled.e-float-input.e-bigger.e-disabled, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-disabled, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-disabled, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-disabled, +.e-filled.e-float-input.e-input-group.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-filled.e-float-input.e-input-group.e-disabled, +.e-bigger .e-filled.e-float-input.e-input-group.e-small.e-disabled, +.e-small .e-filled.e-float-input.e-input-group.e-bigger.e-disabled, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small.e-bigger.e-disabled, +.e-small.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-disabled, +.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-small.e-disabled, +.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-disabled { + font-size: 14px; +} + +.e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input, +.e-bigger .e-filled.e-input-group:not(.e-float-input) .e-input, +.e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-input { + min-height: 55px; +} + +.e-filled.e-float-input.e-bigger input, +.e-bigger .e-filled.e-float-input input, +.e-filled.e-float-input.e-input-group.e-bigger input, +.e-bigger .e-filled.e-float-input.e-input-group input, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger input, +.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper input, +.e-filled.e-float-input.e-control-wrapper.e-bigger input, +.e-bigger .e-filled.e-float-input.e-control-wrapper input, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger input, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group input, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger input, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group input { + min-height: 55px; +} + +.e-filled.e-input-group.e-small:not(.e-float-input) .e-input, +.e-small .e-filled.e-input-group:not(.e-float-input) .e-input, +.e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input, +.e-small .e-filled.e-input-group.e-control-wrapper:not(.e-float-input) .e-input { + min-height: 35px; +} + +.e-filled.e-float-input.e-small input, +.e-small .e-filled.e-float-input input, +.e-filled.e-float-input.e-input-group.e-small input, +.e-small .e-filled.e-float-input.e-input-group input, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-small input, +.e-small .e-filled.e-float-input.e-input-group.e-control-wrapper input, +.e-filled.e-float-input.e-control-wrapper.e-small input, +.e-small .e-filled.e-float-input.e-control-wrapper input, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small input, +.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group input, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small input, +.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group input { + min-height: 35px; +} + +.e-filled.e-input-group.e-bigger.e-small:not(.e-float-input) .e-input, +.e-bigger .e-filled.e-input-group.e-small:not(.e-float-input) .e-input +.e-small .e-filled.e-input-group.e-bigger:not(.e-float-input) .e-input, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small:not(.e-float-input) .e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small:not(.e-float-input) .e-input +.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger:not(.e-float-input) .e-input { + min-height: 39px; +} + +.e-float-input.e-bigger.e-small.e-filled input, +.e-bigger .e-float-input.e-filled.e-small input, +.e-small .e-float-input.e-filled.e-bigger input, +.e-float-input.e-filled.e-input-group.e-bigger.e-small input, +.e-bigger .e-float-input.e-filled.e-input-group.e-small input, +.e-small .e-float-input.e-filled.e-input-group.e-bigger input, +.e-float-input.e-filled.e-input-group.e-control-wrapper.e-bigger.e-small input, +.e-bigger .e-float-input.e-filled.e-input-group.e-control-wrapper.e-small input, +.e-small .e-float-input.e-filled.e-input-group.e-control-wrapper.e-bigger input, +.e-float-input.e-filled.e-control-wrapper.e-bigger.e-small input, +.e-bigger .e-float-input.e-filled.e-control-wrapper.e-small input, +.e-small .e-float-input.e-filled.e-control-wrapper.e-bigger input, +.e-float-input.e-control-wrapper.e-filled.e-input-group.e-bigger.e-small input, +.e-bigger .e-float-input.e-control-wrapper.e-filled.e-input-group.e-small input, +.e-small .e-float-input.e-control-wrapper.e-filled.e-input-group.e-bigger input { + min-height: 39px; +} + +.e-filled.e-input-group input.e-input, +.e-filled.e-input-group.e-control-wrapper input.e-input { + min-height: 39px; +} + +.e-filled.e-input-group:not(.e-float-input) input.e-input, +.e-filled.e-input-group:not(.e-float-input).e-control-wrapper input.e-input { + min-height: 39px; +} + +.e-float-input.e-filled.e-input-group.e-control-wrapper input, +.e-float-input.e-filled input, +.e-float-input.e-filled.e-control-wrapper input { + min-height: 39px; +} + +.e-filled label.e-float-text, +.e-filled.e-float-input label.e-float-text, +.e-filled.e-float-input.e-control-wrapper label.e-float-text, +.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + left: 12px; + letter-spacing: .009375em; + line-height: 1.15; + padding-left: 0; + pointer-events: none; + right: auto; + top: 12px; + transform: none; + transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1); + width: 100%; +} + +.e-filled.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + padding-left: 0; + top: 12px; + transform: none; + width: 100%; +} + +.e-filled.e-float-input input:focus ~ label.e-float-text, +.e-filled.e-float-input input:valid ~ label.e-float-text, +.e-filled.e-float-input input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-size: 14px; + top: 12px; + transform: translateY(-50%) scale(0.75); +} + +.e-filled.e-float-input textarea:focus ~ label.e-float-text, +.e-filled.e-float-input textarea:valid ~ label.e-float-text, +.e-filled.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input textarea label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper textarea label.e-float-text.e-label-top { + font-size: 14px; + top: 12px; + transform: translateY(-50%) scale(0.75); +} + +.e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; + top: 12px; + transform: translateY(-50%) scale(0.75); + -webkit-user-select: text; + user-select: text; +} + +.e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; + top: 12px; + transform: translateY(-50%) scale(0.75); + -webkit-user-select: text; + user-select: text; +} + +.e-filled.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-focus input ~ label.e-float-text { + font-size: 16px; + top: 18px; +} + +.e-filled.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 16px; + top: 18px; +} + +.e-bigger .e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 16px; + top: 18px; + transform: translateY(-50%) scale(0.75); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 16px; + top: 18px; + transform: translateY(-50%) scale(0.75); + -webkit-user-select: text; + user-select: text; +} + +.e-filled.e-float-input.e-small input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 13px; + top: 10px; +} + +.e-filled.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper textarea ~ label.e-label-top.e-float-text { + font-size: 13px; + top: 10px; +} + +.e-small .e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + top: 10px; + transform: translateY(-50%) scale(0.75); + -webkit-user-select: text; + user-select: text; +} + +.e-small .e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 13px; + top: 10px; + transform: translateY(-50%) scale(0.75); + -webkit-user-select: text; + user-select: text; +} + +.e-filled.e-float-input.e-small.e-bigger input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger input[disabled] ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text { + font-size: 14px; + top: 12px; +} + +.e-filled.e-float-input.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text { + font-size: 14px; + top: 12px; +} + +.e-bigger .e-filled.e-float-input.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input input:-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small input:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill input:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-input-focus) input:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; + top: 12px; + transform: translateY(-50%) scale(0.75); + -webkit-user-select: text; + user-select: text; +} + +.e-bigger .e-filled.e-float-input.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input textarea:-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill textarea:-webkit-autofill ~ label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill textarea:not(:focus):valid:-webkit-autofill ~ label.e-float-text.e-label-bottom { + font-size: 14px; + top: 12px; + transform: translateY(-50%) scale(0.75); + -webkit-user-select: text; + user-select: text; +} + +.e-filled.e-float-input.e-bigger label.e-float-text, +.e-filled.e-float-input label.e-float-text.e-bigger, +.e-filled.e-float-input input.e-bigger ~ label.e-float-text, +.e-bigger .e-filled.e-float-input label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text, +.e-filled.e-float-input.e-control-wrapper label.e-float-text.e-bigger, +.e-filled.e-float-input.e-control-wrapper input.e-bigger ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 16px; + top: 18px; +} + +.e-filled.e-float-input.e-bigger textarea ~ label.e-float-text, +.e-filled.e-float-input textarea ~ label.e-float-text.e-bigger, +.e-filled.e-float-input textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-filled.e-float-input textarea ~ label.e-float-text, +.e-filled.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-bigger, +.e-filled.e-float-input.e-control-wrapper textarea.e-bigger ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper textarea ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 16px; + top: 18px; +} + +.e-filled.e-float-input.e-small label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; + top: 10px; +} + +.e-filled.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 13px; + top: 10px; +} + +.e-filled.e-float-input.e-small textarea ~ label.e-float-text, +.e-filled.e-float-input textarea ~ label.e-float-text.e-small, +.e-filled.e-float-input textarea.e-small ~ label.e-float-text, +.e-small .e-filled.e-float-input textarea ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small textarea ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper textarea ~ label.e-float-text.e-small, +.e-filled.e-float-input.e-control-wrapper textarea.e-small ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper textarea ~ label.e-float-text { + font-size: 13px; + top: 10px; +} + +.e-filled.e-float-input.e-small.e-bigger label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + top: 12px; + transform: none; +} + +.e-filled.e-float-input.e-bigger.e-small input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-filled.e-float-input.e-small input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small input label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-bigger input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-bigger input:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-bigger input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small input label.e-float-text.e-label-top, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-bigger.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-input-focus input ~ label.e-float-text { + transform: translateY(-50%) scale(0.75); +} + +.e-bigger .e-filled.e-float-input.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-filled.e-float-input textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + font-size: 14px; + top: 12px; +} + +.e-float-input.e-filled.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-filled.e-float-input.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small textarea label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-bigger textarea label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small textarea label.e-float-text.e-label-top, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea[readonly] ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea[disabled] ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger textarea label.e-float-text.e-label-top { + transform: translateY(-50%) scale(0.75); +} + +.e-filled.e-float-input label.e-float-text, +.e-filled.e-float-input label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper label.e-float-text, +.e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom, +.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 12px; +} + +.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 12px; +} + +.e-filled.e-float-input.e-rtl label.e-float-text, +.e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input label.e-float-text +.e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text, +.e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper label.e-float-text, +.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 12px; +} + +.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 12px; +} + +.e-filled.e-float-input.e-bigger label.e-float-text, +.e-filled.e-float-input.e-bigger label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input label.e-float-text, +.e-bigger .e-filled.e-float-input label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 16px; +} + +.e-filled.e-float-input.e-bigger:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 16px; +} + +.e-filled.e-float-input.e-bigger.e-rtl label.e-float-text, +.e-filled.e-float-input.e-rtl.e-bigger label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-bigger label.e-float-text +.e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger label.e-float-text, +.e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger label.e-float-text, +.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text, +.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom, +.e-rtl.e-bigger .e-filled.e-float-input label.e-float-text +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text, +.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom, +.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text, +.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 16px; +} + +.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 16px; +} + +.e-filled.e-float-input.e-small label.e-float-text, +.e-filled.e-float-input.e-small label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-bigger label.e-float-text, +.e-small .e-filled.e-float-input label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 8px; +} + +.e-filled.e-float-input.e-small:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 8px; +} + +.e-filled.e-float-input.e-small.e-rtl label.e-float-text, +.e-filled.e-float-input.e-rtl.e-small label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-small label.e-float-text +.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small label.e-float-text, +.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small label.e-float-text, +.e-small .e-filled.e-float-input.e-rtl label.e-float-text, +.e-small .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom, +.e-rtl.e-small .e-filled.e-float-input label.e-float-text +.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text, +.e-small .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom, +.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper label.e-float-text, +.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 8px; +} + +.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 8px; +} + +.e-filled.e-float-input.e-small.e-bigger label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger .e-filled.e-float-input label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input label.e-float-text.e-label-bottom, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom, +.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 12px; +} + +.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 12px; +} + +.e-filled.e-float-input.e-small.e-bigger.e-rtl label.e-float-text, +.e-filled.e-float-input.e-rtl.e-small.e-bigger label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-small.e-bigger label.e-float-text +.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger label.e-float-text, +.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input.e-rtl label.e-float-text.e-label-bottom, +.e-rtl.e-small.e-bigger .e-filled.e-float-input label.e-float-text +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper label.e-float-text.e-label-bottom, +.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper label.e-float-text, +.e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-bigger.e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 12px; +} + +.e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-bigger.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 12px; +} + +.e-filled.e-float-input .e-float-line, +.e-float-input.e-filled.e-control-wrapper .e-float-line { + bottom: -1px; + position: absolute; +} + +.e-float-input.e-filled .e-float-line, +.e-float-input.e-filled .e-float-text, +.e-float-input.e-filled.e-control-wrapper .e-float-line, +.e-float-input.e-filled.e-control-wrapper .e-float-text { + right: 0; +} + +.e-filled.e-input-group:not(.e-disabled):not(.e-float-icon-left)::before, +.e-filled.e-filled.e-input-group:not(.e-disabled):not(.e-float-icon-left)::after, +.e-filled.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::before, +.e-filled.e-input-group.e-control-wrapper:not(.e-disabled):not(.e-float-icon-left)::after { + bottom: -1px; +} + +.e-filled.e-input-group .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-filled.e-input-group.e-bigger .e-input-group-icon, +.e-filled.e-input-group .e-input-group-icon.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group .e-input-group-icon, +.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-filled.e-input-group.e-small .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-filled.e-input-group .e-input-group-icon, +.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 16px; + margin-bottom: 0; + margin-top: 0; + min-height: 20px; + min-width: 20px; + padding: 0 0 0 8px; +} + +.e-rtl.e-filled.e-input-group .e-input-group-icon, +.e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-rtl.e-filled.e-input-group.e-bigger .e-input-group-icon, +.e-rtl.e-filled.e-input-group .e-input-group-icon.e-bigger, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-input-group .e-input-group-icon, +.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-rtl.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-input-group.e-small .e-input-group-icon, +.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-rtl.e-filled.e-input-group .e-input-group-icon, +.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-rtl .e-filled.e-input-group .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-bigger .e-input-group-icon, +.e-rtl .e-filled.e-input-group .e-input-group-icon.e-bigger, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-input-group .e-input-group-icon, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small.e-rtl .e-filled.e-input-group .e-input-group-icon, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon { + padding: 0 8px 0 0; +} + +.e-filled.e-input-group.e-small .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-filled.e-input-group .e-input-group-icon, +.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 14px; + min-height: 18px; + min-width: 18px; + padding: 0 0 0 4px; +} + +.e-rtl.e-filled.e-input-group.e-small .e-input-group-icon, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-rtl.e-filled.e-input-group .e-input-group-icon, +.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small.e-rtl .e-filled.e-input-group .e-input-group-icon, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon { + padding: 0 4px 0 0; +} + +.e-filled.e-input-group.e-bigger .e-input-group-icon, +.e-filled.e-input-group .e-input-group-icon.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-bigger .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group .e-input-group-icon, +.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon { + font-size: 20px; + min-height: 24px; + min-width: 24px; + padding: 0 0 0 8px; +} + +.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-filled.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon { + font-size: 18px; + min-height: 20px; + min-width: 20px; + padding: 0 0 0 8px; +} + +.e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + padding: 0 8px 0 0; +} + +.e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon, +.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small .e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + font-size: 16px; + margin-bottom: 0; + margin-top: 0; + padding: 0 0 0 8px; +} + +.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small .e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + font-size: 14px; + padding: 0 0 0 4px; +} + +.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + padding: 0 4px 0 0; +} + +.e-filled.e-float-input.e-input-group.e-bigger .e-input-group-icon, +.e-filled.e-float-input.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-float-input.e-input-group .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group .e-input-group-icon { + font-size: 20px; + padding: 0 0 0 8px; +} + +.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-float-input.e-input-group.e-small .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-input-group-icon { + font-size: 18px; + padding: 0 0 0 8px; +} + +.e-filled.e-float-input .e-clear-icon, +.e-filled.e-float-input.e-control-wrapper .e-clear-icon, +.e-filled.e-input-group .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper .e-clear-icon { + font-size: 16px; + padding: 0 0 0 8px; +} + +.e-filled.e-input-group .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper .e-clear-icon { + min-height: 20px; + min-width: 20px; + padding: 0 0 0 8px; +} + +.e-filled.e-float-input.e-input-group .e-clear-icon, +.e-filled.e-float-input.e-input-group.e-control-wrapper .e-clear-icon { + padding: 0 0 0 8px; +} + +.e-filled.e-input-group.e-bigger .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-filled.e-input-group .e-clear-icon.e-bigger, +.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger .e-filled.e-input-group .e-clear-icon, +.e-bigger .e-filled.e-input-group.e-control-wrapper .e-clear-icon { + font-size: 20px; + min-height: 24px; + min-width: 24px; + padding: 0 0 0 8px; +} + +.e-filled.e-input-group.e-float-input.e-bigger .e-clear-icon, +.e-filled.e-input-group.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-float-input .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-input.e-bigger .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding: 0 0 0 8px; +} + +.e-filled.e-input-group.e-small.e-bigger .e-clear-icon, +.e-filled.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-small .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon { + font-size: 18px; + min-height: 20px; + min-width: 20px; + padding: 0 0 0 8px; +} + +.e-filled.e-input-group.e-float-input.e-small.e-bigger .e-clear-icon, +.e-filled.e-input-group.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-float-input.e-small .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-filled.e-input-group.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-filled.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small.e-bigger .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon { + padding: 0 0 0 8px; +} + +.e-filled.e-input-group.e-small .e-clear-icon, +.e-filled.e-input-group .e-clear-icon.e-small, +.e-small .e-filled.e-input-group .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-filled.e-input-group.e-control-wrapper .e-clear-icon { + font-size: 14px; + min-height: 18px; + min-width: 18px; + padding: 0 0 0 4px; +} + +.e-filled.e-input-group.e-float-input.e-small .e-clear-icon, +.e-filled.e-input-group.e-float-input .e-clear-icon.e-small, +.e-small .e-filled.e-input-group.e-float-input .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon, +.e-filled.e-input-group.e-float-input.e-control-wrapper.e-small .e-clear-icon, +.e-filled.e-input-group.e-float-input.e-control-wrapper .e-clear-icon.e-small, +.e-small .e-filled.e-input-group.e-float-input.e-control-wrapper .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-input.e-small .e-clear-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon.e-small, +.e-small .e-filled.e-input-group.e-control-wrapper.e-float-input .e-clear-icon { + padding: 0 0 0 4px; +} + +.e-rtl.e-filled.e-input-group .e-clear-icon, +.e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon, +.e-rtl.e-filled.e-input-group.e-bigger .e-clear-icon, +.e-rtl.e-filled.e-input-group .e-clear-icon.e-bigger, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-input-group .e-clear-icon, +.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon, +.e-rtl.e-filled.e-input-group.e-small.e-bigger .e-clear-icon, +.e-rtl.e-filled.e-input-group.e-small .e-clear-icon.e-bigger, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-input-group.e-small .e-clear-icon, +.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-rtl.e-filled.e-input-group.e-small .e-clear-icon, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-small .e-rtl.e-filled.e-input-group .e-clear-icon, +.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon, +.e-rtl .e-filled.e-input-group .e-clear-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon, +.e-rtl .e-filled.e-input-group.e-bigger .e-clear-icon, +.e-rtl .e-filled.e-input-group .e-clear-icon.e-bigger, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-input-group .e-clear-icon, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon, +.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-clear-icon, +.e-rtl .e-filled.e-input-group.e-small .e-clear-icon.e-bigger, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-input-group.e-small .e-clear-icon, +.e-bigger.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-rtl .e-filled.e-input-group.e-small .e-clear-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-small.e-rtl .e-filled.e-input-group .e-clear-icon, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon { + padding: 0 8px 0 0; +} + +.e-rtl.e-filled.e-input-group.e-small .e-clear-icon, +.e-rtl.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-small .e-rtl.e-filled.e-input-group .e-clear-icon, +.e-small .e-rtl.e-filled.e-input-group.e-control-wrapper .e-clear-icon, +.e-rtl .e-filled.e-input-group.e-small .e-clear-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon, +.e-small.e-rtl .e-filled.e-input-group .e-clear-icon, +.e-small.e-rtl .e-filled.e-input-group.e-control-wrapper .e-clear-icon { + padding: 0 4px 0 0; +} + +.e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-input-group.e-bigger .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-input-group.e-small.e-bigger .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon, +.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon, +.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-input-group.e-bigger .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-bigger .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-input-group.e-small.e-bigger .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon, +.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon { + padding: 0 8px 0 0; +} + +.e-rtl.e-filled.e-float-input.e-input-group.e-small .e-clear-icon, +.e-small .e-rtl.e-filled.e-float-input.e-input-group .e-clear-icon, +.e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon, +.e-small .e-rtl.e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-input-group.e-small .e-clear-icon, +.e-small.e-rtl .e-filled.e-float-input.e-input-group .e-clear-icon, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group.e-small .e-clear-icon, +.e-small.e-rtl .e-filled.e-float-input.e-control-wrapper.e-input-group .e-clear-icon { + padding: 0 4px 0 0; +} + +.e-filled.e-float-input .e-clear-icon::before, +.e-filled.e-float-input.e-control-wrapper .e-clear-icon::before, +.e-filled.e-input-group .e-clear-icon::before, +.e-filled.e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 16px; +} + +.e-filled.e-float-input.e-small .e-clear-icon::before, +.e-filled.e-float-input.e-control-wrapper.e-small .e-clear-icon::before, +.e-filled.e-input-group.e-small .e-clear-icon::before, +.e-filled.e-input-group.e-control-wrapper.e-small .e-clear-icon::before, +.e-filled.e-float-input.e-control-wrapper input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-filled.e-float-input.e-control-wrapper .e-clear-icon::before, +.e-filled.e-float-input input.e-small:first-child ~ .e-clear-icon::before, +.e-small .e-filled.e-float-input .e-clear-icon::before, +.e-small .e-filled.e-input-group .e-clear-icon::before, +.e-small .e-filled.e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 14px; +} + +.e-filled.e-float-input.e-bigger .e-clear-icon::before, +.e-filled.e-float-input.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-filled.e-input-group.e-bigger .e-clear-icon::before, +.e-filled.e-input-group.e-control-wrapper.e-bigger .e-clear-icon::before, +.e-filled.e-float-input.e-control-wrapper input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-filled.e-float-input.e-control-wrapper .e-clear-icon::before, +.e-filled.e-float-input input.e-bigger:first-child ~ .e-clear-icon::before, +.e-bigger .e-filled.e-float-input .e-clear-icon::before, +.e-bigger .e-filled.e-input-group .e-clear-icon::before, +.e-bigger .e-filled.e-input-group.e-control-wrapper .e-clear-icon::before { + font-size: 20px; +} + +.e-filled.e-float-input.e-small.e-bigger .e-clear-icon::before, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-filled.e-input-group.e-small.e-bigger .e-clear-icon::before, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before, +.e-small .e-filled.e-input-group.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-filled.e-input-group.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before, +.e-small .e-filled.e-float-input.e-bigger input:first-child ~ .e-clear-icon::before, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small input:first-child ~ .e-clear-icon::before, +.e-bigger .e-filled.e-float-input.e-small input:first-child ~ .e-clear-icon::before { + font-size: 18px; +} + +.e-filled.e-float-input .e-input-in-wrap input:focus ~ label.e-float-text, +.e-filled.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text, +.e-filled.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input .e-input-in-wrap input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input label.e-float-text.e-label-top { + top: 12px; +} + +.e-filled.e-float-input.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input .e-input-in-wrap input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input .e-input-in-wrap input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text { + top: 18px; +} + +.e-filled.e-float-input.e-small .e-input-in-wrap input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small .e-input-in-wrap input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-label-top.e-float-text { + top: 10px; +} + +.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap input[disabled] ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input[readonly] ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap input[disabled] ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[readonly] ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap input[disabled] ~ label.e-float-text { + top: 12px; +} + +.e-filled.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap, +.e-filled.e-input-group.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-success:not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-warning:not(.e-success):not(.e-error) .e-input-in-wrap, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus.e-error:not(.e-success):not(.e-warning) .e-input-in-wrap { + border-style: none; + border-width: 0; +} + +.e-filled.e-float-input .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: 12px; +} + +.e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-bigger, +.e-filled.e-float-input .e-input-in-wrap input.e-bigger ~ label.e-float-text, +.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-bigger, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap input.e-bigger ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: 18px; +} + +.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text, +.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: 10px; +} + +.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + top: 12px; +} + +.e-filled.e-input-group:not(.e-float-input).e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left > .e-input-group-icon { + font-size: 16px; + margin: 0; + min-height: 20px; + min-width: 20px; + padding: 0; +} + +.e-filled.e-input-group:not(.e-float-input).e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group:not(.e-float-input).e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group:not(.e-float-input).e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left > .e-input-group-icon { + font-size: 20px; + margin: 0; + min-height: 24px; + min-width: 24px; + padding: 0; +} + +.e-filled.e-input-group:not(.e-float-input).e-small.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group:not(.e-float-input).e-float-icon-left > .e-input-group-icon.e-small, +.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-small, +.e-small .e-filled.e-input-group:not(.e-float-input).e-float-icon-left > .e-input-group-icon, +.e-small .e-filled.e-input-group:not(.e-float-input).e-control-wrapper.e-float-icon-left > .e-input-group-icon { + font-size: 14px; + margin: 0; + min-height: 18px; + min-width: 18px; + padding: 0; +} + +.e-filled.e-input-group:not(.e-float-input).e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group:not(.e-float-input).e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group:not(.e-float-input).e-small.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-control-wrapper:not(.e-float-input).e-small.e-float-icon-left > .e-input-group-icon { + font-size: 18px; + margin: 0; + min-height: 20px; + min-width: 20px; + padding: 0; +} + +.e-filled.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon { + margin: 0; + min-height: 20px; + min-width: 20px; + padding: 0; +} + +.e-filled.e-input-group.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon { + margin: 0; + min-height: 24px; + min-width: 24px; + padding: 0; +} + +.e-filled.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-float-icon-left > .e-input-group-icon.e-small, +.e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon.e-small, +.e-small .e-filled.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon.e-small, +.e-small .e-filled.e-float-input.e-input-group.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon.e-small, +.e-small .e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left > .e-input-group-icon { + margin: 0; + min-height: 18px; + min-width: 18px; + padding: 0; +} + +.e-filled.e-input-group.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-small.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-input-group.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-float-input.e-small.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-bigger.e-float-icon-left > .e-input-group-icon, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-small.e-float-icon-left > .e-input-group-icon.e-bigger, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-float-input.e-small.e-float-icon-left > .e-input-group-icon { + margin: 0; + min-height: 20px; + min-width: 20px; + padding: 0; +} + +.e-filled.e-float-input .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 0; +} + +.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input .e-input-in-wrap label.e-float-text +.e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 0; +} + +.e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom +.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text, +.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 0; +} + +.e-filled.e-float-input.e-bigger.e-rtl .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-rtl.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text +.e-filled.e-float-input.e-control-wrapper.e-rtl.e-bigger .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-rtl.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-bigger .e-input-in-wrap label.e-float-text, +.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text, +.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text, +.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-bigger.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 0; +} + +.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom +.e-small .e-filled.e-float-input.e-bigger .e-input-in-wrap label.e-float-text, +.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 0; +} + +.e-filled.e-float-input.e-small.e-rtl .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-rtl.e-small .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-small .e-input-in-wrap label.e-float-text +.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small .e-input-in-wrap label.e-float-text, +.e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text, +.e-small .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl.e-small .e-filled.e-float-input .e-input-in-wrap label.e-float-text +.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text, +.e-small .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 0; +} + +.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom +.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + left: 0; +} + +.e-filled.e-float-input.e-small.e-bigger.e-rtl .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-small.e-bigger .e-input-in-wrap label.e-float-text +.e-filled.e-float-input.e-control-wrapper.e-rtl.e-small.e-bigger .e-input-in-wrap label.e-float-text, +.e-filled.e-float-input.e-rtl.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-small.e-bigger .e-input-in-wrap label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input.e-rtl .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl.e-small.e-bigger .e-filled.e-float-input .e-input-in-wrap label.e-float-text +.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper.e-rtl .e-input-in-wrap label.e-float-text, +.e-small.e-bigger .e-filled.e-float-input.e-rtl.e-control-wrapper .e-input-in-wrap label.e-float-text.e-label-bottom, +.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper .e-input-in-wrap label.e-float-text, +.e-small.e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small.e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-bigger.e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl .e-small.e-bigger.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-bigger.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-filled.e-float-input.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper.e-rtl:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small.e-bigger .e-filled.e-float-input:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-rtl.e-small.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-input-focus) .e-input-in-wrap input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + right: 0; +} + +.e-filled.e-input-group .e-input-group-icon:last-child, +.e-filled.e-input-group.e-bigger .e-input-group-icon:last-child, +.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child, +.e-filled.e-input-group.e-small .e-input-group-icon:last-child, +.e-small .e-filled.e-input-group .e-input-group-icon:last-child, +.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon:last-child, +.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child, +.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon:last-child, +.e-small .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child, +.e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child, +.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child, +.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-filled.e-input-group.e-small.e-bigger.e-control-wrapper .e-input-group-icon:last-child, +.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child, +.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child { + margin-right: 0; +} + +.e-filled.e-input-group.e-rtl .e-input-group-icon:last-child, +.e-filled.e-input-group.e-bigger.e-rtl .e-input-group-icon:last-child, +.e-bigger .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child, +.e-filled.e-input-group.e-small.e-rtl .e-input-group-icon:last-child, +.e-small .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child, +.e-filled.e-input-group.e-small.e-bigger.e-rtl .e-input-group-icon:last-child, +.e-small.e-bigger .e-filled.e-input-group.e-rtl .e-input-group-icon:last-child, +.e-bigger .e-filled.e-input-group.e-small.e-rtl .e-input-group-icon:last-child, +.e-small .e-filled.e-input-group.e-bigger.e-rtl .e-input-group-icon:last-child, +.e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-filled.e-input-group.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-filled.e-input-group.e-small.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-filled.e-input-group.e-small.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper.e-rtl .e-input-group-icon:last-child, +.e-rtl .e-filled.e-input-group .e-input-group-icon:last-child, +.e-rtl .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child, +.e-rtl.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child, +.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon:last-child, +.e-rtl.e-small .e-filled.e-input-group .e-input-group-icon:last-child, +.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-input-group-icon:last-child, +.e-rtl.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon:last-child, +.e-rtl.e-bigger .e-filled.e-input-group.e-small .e-input-group-icon:last-child, +.e-rtl.e-small .e-filled.e-input-group.e-bigger .e-input-group-icon:last-child, +.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-rtl .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child, +.e-rtl.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-rtl .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child, +.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-rtl .e-filled.e-input-group.e-small.e-bigger.e-control-wrapper .e-input-group-icon:last-child, +.e-rtl.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon:last-child, +.e-rtl.e-bigger .e-filled.e-input-group.e-small.e-control-wrapper .e-input-group-icon:last-child, +.e-rtl.e-small .e-filled.e-input-group.e-bigger.e-control-wrapper .e-input-group-icon:last-child { + margin-left: 0; +} + +.e-filled.e-input-group .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-filled.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon, +.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon { + margin-right: 0; +} + +.e-filled.e-rtl.e-input-group .e-input-group-icon, +.e-filled.e-rtl.e-input-group.e-control-wrapper .e-input-group-icon, +.e-filled.e-rtl.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-filled.e-rtl.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-small.e-bigger .e-rtl.e-filled.e-input-group .e-input-group-icon, +.e-small.e-bigger .e-rtl.e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-rtl .e-filled.e-input-group .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-small.e-bigger .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon, +.e-rtl.e-small.e-bigger .e-filled.e-input-group .e-input-group-icon, +.e-rtl.e-small.e-bigger .e-filled.e-input-group.e-control-wrapper .e-input-group-icon { + margin-left: 0; + margin-right: 0; +} + +.e-filled.e-input-group.e-small .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-small .e-filled.e-input-group .e-input-group-icon, +.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon { + margin-right: 0; +} + +.e-filled.e-input-group.e-small.e-rtl .e-input-group-icon, +.e-filled.e-input-group.e-control-wrapper.e-small.e-rtl .e-input-group-icon, +.e-small .e-filled.e-input-group.e-rtl .e-input-group-icon, +.e-small .e-filled.e-input-group.e-control-wrapper.e-rtl .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-small .e-input-group-icon, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-small .e-input-group-icon, +.e-rtl.e-small .e-filled.e-input-group .e-input-group-icon, +.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper .e-input-group-icon { + margin-left: 0; + margin-right: 0; +} + +.e-filled textarea.e-input, +.e-filled.e-input-group.e-multi-line-input textarea, +.e-filled.e-input-group.e-control-wrapper.e-multi-line-input textarea, +.e-filled.e-float-input.e-multi-line-input textarea, +.e-filled.e-float-input.e-control-wrapper.e-multi-line-input textarea { + box-sizing: border-box; +} + +.e-filled textarea.e-input, +.e-filled.e-input-group textarea, +.e-filled.e-input-group textarea.e-input, +.e-filled.e-input-group.e-input-focus textarea, +.e-filled.e-input-group.e-input-focus textarea.e-input, +.e-filled.e-input-group.e-control-wrapper textarea, +.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea, +.e-filled.e-input-group.e-control-wrapper textarea.e-input, +.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + padding: 0 12px 10px; +} + +.e-filled.e-float-input textarea, +.e-filled.e-float-input.e-control-wrapper textarea { + padding: 0 12px 5px; +} + +.e-filled.e-input-group.e-bigger textarea, +.e-filled.e-input-group.e-bigger textarea.e-input, +.e-filled.e-input-group textarea.e-bigger, +.e-filled.e-input-group textarea.e-input.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-bigger textarea, +.e-filled.e-input-group.e-control-wrapper.e-bigger textarea.e-input, +.e-filled.e-input-group.e-control-wrapper textarea.e-bigger, +.e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-filled.e-input-group textarea, +.e-bigger .e-filled.e-input-group textarea.e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper textarea, +.e-bigger .e-filled.e-input-group.e-control-wrapper textarea.e-input { + padding: 0 16px 16px; +} + +.e-filled.e-float-input.e-bigger textarea, +.e-filled.e-float-input textarea.e-bigger, +.e-filled.e-float-input.e-control-wrapper.e-bigger textarea, +.e-filled.e-float-input.e-control-wrapper textarea.e-bigger, +.e-bigger .e-filled.e-float-input textarea, +.e-bigger .e-filled.e-float-input.e-control-wrapper textarea { + padding: 0 16px 5px; +} + +.e-filled.e-input-group.e-input-focus.e-bigger textarea, +.e-filled.e-input-group.e-input-focus.e-bigger textarea.e-input, +.e-filled.e-input-group.e-input-focus textarea.e-bigger, +.e-filled.e-input-group.e-input-focus textarea.e-input.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea, +.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-bigger textarea.e-input, +.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-bigger, +.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger, +.e-bigger .e-filled.e-input-group.e-input-focus textarea, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + padding: 0 16px 16px; +} + +.e-filled.e-input-group.e-small textarea, +.e-filled.e-input-group.e-small textarea.e-input, +.e-filled.e-input-group textarea.e-small, +.e-filled.e-input-group textarea.e-input.e-small, +.e-filled.e-input-group.e-control-wrapper.e-small textarea, +.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-small .e-filled.e-input-group textarea, +.e-small .e-filled.e-input-group textarea.e-input { + padding: 0 8px 7px; +} + +.e-filled.e-float-input.e-small textarea, +.e-filled.e-float-input textarea.e-small, +.e-filled.e-float-input.e-control-wrapper.e-small textarea, +.e-filled.e-float-input.e-control-wrapper textarea.e-small, +.e-small .e-filled.e-float-input textarea, +.e-small .e-filled.e-float-input.e-control-wrapper textarea { + padding: 0 8px 4px; +} + +.e-filled.e-input-group.e-input-focus.e-small textarea, +.e-filled.e-input-group.e-input-focus.e-small textarea.e-input, +.e-filled.e-input-group.e-input-focus textarea.e-small, +.e-filled.e-input-group.e-input-focus textarea.e-input.e-small, +.e-filled.e-input-group.e-input-focus textarea.e-input.e-small, +.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea, +.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-small .e-filled.e-input-group.e-input-focus textarea, +.e-small .e-filled.e-input-group.e-input-focus textarea.e-input { + padding: 0 8px 7px; +} + +.e-filled.e-input-group.e-small.e-bigger textarea.e-input, +.e-filled.e-input-group.e-small textarea.e-input.e-bigger, +.e-filled.e-input-group textarea.e-input.e-bigger.e-small, +.e-filled.e-input-group.e-bigger textarea.e-small, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-filled.e-input-group textarea.e-input, +.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input, +.e-bigger .input-group textarea.e-small, +.e-bigger .e-filled.e-input-group.e-small textarea.e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small textarea.e-input, +.e-bigger .e-small.e-filled.e-input-group.e-control-wrapper textarea.e-input, +.e-small .input-group textarea.e-bigger, +.e-small .e-filled.e-input-group.e-bigger textarea.e-input, +.e-small .e-filled.e-input-group.e-control-wrapper textarea.e-input.e-bigger, +.e-small .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input.e-bigger { + padding: 0 12px 10px; +} + +.e-filled.e-float-input textarea.e-bigger.e-small, +.e-filled.e-float-input.e-small.e-bigger textarea, +.e-filled.e-float-input.e-small textarea.e-bigger, +.e-filled.e-float-input.e-bigger textarea.e-small, +.e-bigger .e-filled.e-float-input.e-small textarea, +.e-bigger.e-small .e-filled.e-float-input textarea, +.e-bigger .e-float-input textarea.e-small, +.e-small .e-filled.e-float-input.e-bigger textarea, +.e-small .float-input textarea.e-bigger, +.e-small .e-filled.e-float-input.e-control-wrapper textarea.e-bigger, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger textarea, +.e-filled.e-float-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small textarea, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper textarea, +.e-bigger .e-small.e-filled.e-float-input.e-control-wrapper textarea { + padding: 0 12px 5px; +} + +.e-filled.e-input-group.e-input-focus textarea.e-input.e-bigger.e-small, +.e-filled.e-input-group.e-input-focus.e-small.e-bigger textarea.e-input, +.e-filled.e-input-group.e-input-focus.e-small textarea.e-input.e-bigger, +.e-filled.e-input-group.e-input-focus.e-bigger textarea.e-small, +.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small.e-bigger textarea.e-input, +.e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input.e-bigger, +.e-bigger.e-small .e-filled.e-input-group.e-input-focus textarea.e-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-input-focus.e-small textarea.e-input, +.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input, +.e-bigger .e-small.e-filled.e-input-group.e-control-wrapper.e-input-focus textarea.e-input { + padding: 0 12px 10px; +} + +.e-filled.e-input-group.e-multi-line-input, +.e-filled.e-input-group.e-control-wrapper.e-multi-line-input { + padding: 10px 0 0; +} + +.e-filled.e-input-group.e-multi-line-input.e-bigger, +.e-bigger .e-filled.e-input-group.e-multi-line-input, +.e-filled.e-input-group.e-control-wrapper.e-bigger.e-multi-line-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-multi-line-input { + padding: 16px 0 0; +} + +.e-filled.e-input-group.e-small.e-multi-line-input, +.e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input, +.e-small .e-filled.e-input-group.e-control-wrapper.e-multi-line-input { + padding: 7px 0 0; +} + +.e-filled.e-input-group.e-small.e-bigger.e-multi-line-input, +.e-bigger.e-small .e-filled.e-input-group.e-small.e-multi-line-input, +.e-bigger .e-filled.e-input-group.e-small.e-multi-line-input, +.e-small .e-filled.e-input-group.e-bigger.e-multi-line-input, +.e-filled.e-input-group.e-control-wrapper.e-small.e-bigger.e-multi-line-input, +.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input, +.e-bigger .e-filled.e-input-group.e-control-wrapper.e-small.e-multi-line-input, +.e-small .e-filled.e-input-group.e-control-wrapper.e-bigger.e-multi-line-input { + padding: 10px 0 0; +} + +.e-filled.e-float-input.e-multi-line-input, +.e-filled.e-float-input.e-control-wrapper.e-multi-line-input { + padding: 14px 0 0; +} + +.e-filled.e-float-input.e-bigger.e-multi-line-input, +.e-bigger .e-filled.e-float-input.e-multi-line-input, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-multi-line-input, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-multi-line-input { + padding: 20px 0 0; +} + +.e-filled.e-float-input.e-small.e-multi-line-input, +.e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input, +.e-small .e-filled.e-float-input.e-control-wrapper.e-multi-line-input { + padding: 12px 0 0; +} + +.e-filled.e-float-input.e-small.e-bigger.e-multi-line-input, +.e-bigger.e-small .e-filled.e-float-input.e-small.e-multi-line-input, +.e-bigger .e-filled.e-float-input.e-small.e-multi-line-input, +.e-small .e-filled.e-float-input.e-bigger.e-multi-line-input, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-multi-line-input, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-multi-line-input, +.e-small .e-filled.e-float-input.e-control-wrapper.e-bigger.e-multi-line-input { + padding: 14px 0 0; +} + +.e-filled textarea.e-input.e-rtl, +.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input, +.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input, +.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input, +.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input, +.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input, +.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input, +.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus, +.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus, +.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus { + padding: 0 12px 10px; + text-indent: 0; +} + +.e-filled.e-float-input.e-multi-line-input.e-rtl textarea, +.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea, +.e-filled.e-float-input.e-multi-line-input.e-rtl textarea, +.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea, +.e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus, +.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus, +.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus { + padding: 0 12px 5px; + text-indent: 0; +} + +.e-rtl .e-filled textarea.e-input.e-small, +.e-filled textarea.e-input.e-small.e-rtl, +.e-small.e-rtl .e-filled textarea.e-input, +.e-small .e-filled textarea.e-input.e-rtl, +.e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input, +.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input, +.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input.e-small, +.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input.e-small, +.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input.e-small, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input.e-small, +.e-small .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input, +.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input, +.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input, +.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input, +.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus, +.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus, +.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus, +.e-small .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus { + padding: 0 8px 7px; + text-indent: 0; +} + +.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea, +.e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea, +.e-filled.e-float-input.e-multi-line-input.e-rtl textarea.e-small, +.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-small, +.e-rtl .e-filled.e-float-input.e-multi-line-input textarea.e-small, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea.e-small, +.e-small .e-filled.e-float-input.e-multi-line-input.e-rtl textarea, +.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea, +.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea, +.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input textarea, +.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus, +.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus, +.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus, +.e-small .e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus { + padding: 0 8px 4px; + text-indent: 0; +} + +.e-rtl .e-filled textarea.e-input.e-bigger, +.e-filled textarea.e-input.e-bigger.e-rtl, +.e-bigger.e-rtl .e-filled textarea.e-input, +.e-bigger .e-filled textarea.e-input.e-rtl, +.e-filled.e-input-group.e-multi-line-input.e-bigger.e-rtl textarea.e-input, +.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea.e-input, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger textarea.e-input, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger textarea.e-input, +.e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input.e-bigger, +.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input.e-bigger, +.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input.e-bigger, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input.e-bigger, +.e-bigger .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input, +.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input, +.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input, +.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input, +.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input textarea.e-input:focus, +.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper textarea.e-input:focus, +.e-bigger .e-filled.e-input-group.e-multi-line-input.e-rtl textarea.e-input:focus, +.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-input:focus { + padding: 0 16px 16px; + text-indent: 0; +} + +.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea, +.e-filled.e-float-input.e-multi-line-input.e-bigger.e-rtl textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-bigger textarea, +.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea.e-bigger, +.e-filled.e-float-input.e-multi-line-input.e-rtl textarea.e-bigger, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea.e-bigger, +.e-rtl .e-filled.e-float-input.e-multi-line-input textarea.e-bigger, +.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea, +.e-bigger .e-filled.e-float-input.e-multi-line-input.e-rtl textarea, +.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea, +.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input textarea, +.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper textarea:focus, +.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input textarea:focus, +.e-bigger .e-filled.e-float-input.e-multi-line-input.e-rtl textarea:focus, +.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-rtl textarea:focus { + padding: 0 16px 5px; + text-indent: 0; +} + +.e-bigger .e-filled textarea.e-input.e-small.e-rtl, +.e-filled.e-input-group.e-multi-line-input.e-small.e-bigger.e-rtl textarea.e-input, +.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-bigger.e-rtl textarea.e-input, +.e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input.e-bigger, +.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input.e-bigger, +.e-bigger .e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input, +.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input, +.e-bigger.e-rtl textarea.e-input.e-small, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small.e-bigger textarea.e-input, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-bigger textarea.e-input, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input.e-bigger, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input.e-bigger, +.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input, +.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input, +.e-bigger .e-filled.e-input-group.e-multi-line-input.e-small.e-rtl textarea.e-input:focus, +.e-bigger .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-input:focus, +.e-small .e-filled.e-input-group.e-multi-line-input.e-bigger.e-rtl textarea.e-input:focus, +.e-small .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea.e-input:focus, +.e-filled.e-input-group.e-multi-line-input.e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-small.e-rtl textarea.e-input:focus, +.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-small textarea.e-input:focus, +.e-bigger.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-small textarea.e-input:focus, +.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger textarea.e-input:focus, +.e-small.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger textarea.e-input:focus, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-bigger.e-small textarea.e-input:focus, +.e-rtl .e-filled.e-input-group.e-multi-line-input.e-control-wrapper.e-bigger.e-small textarea.e-input:focus { + padding: 0 12px 10px; + text-indent: 0; +} + +.e-filled.e-float-input.e-multi-line-input.e-small.e-bigger.e-rtl textarea, +.e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea.e-bigger, +.e-bigger .e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea, +.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-bigger.e-rtl textarea, +.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea.e-bigger, +.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-bigger textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small.e-bigger textarea, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea.e-bigger, +.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea, +.e-bigger .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small.e-rtl textarea:focus, +.e-bigger .e-filled.e-float-input.e-multi-line-input.e-small.e-rtl textarea:focus, +.e-small .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-rtl textarea:focus, +.e-small .e-filled.e-float-input.e-multi-line-input.e-bigger.e-rtl textarea:focus, +.e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-small.e-rtl textarea:focus, +.e-filled.e-float-input.e-multi-line-input.e-bigger.e-small.e-rtl textarea:focus, +.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-small textarea:focus, +.e-bigger.e-rtl .e-filled.e-float-input.e-multi-line-input.e-small textarea:focus, +.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger textarea:focus, +.e-small.e-rtl .e-filled.e-float-input.e-multi-line-input.e-bigger textarea:focus, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-control-wrapper.e-bigger.e-small textarea:focus, +.e-rtl .e-filled.e-float-input.e-multi-line-input.e-bigger.e-small textarea:focus { + padding: 0 12px 5px; + text-indent: 0; +} + +.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap, +.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap { + border: 1px solid; + border-width: 0; + margin-left: 8px; +} + +.e-rtl .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap +.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap { + margin-left: 0; + margin-right: 8px; +} + +.e-filled.e-float-input.e-float-icon-left.e-bigger.e-small .e-input-in-wrap, +.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-bigger.e-small .e-input-in-wrap, +.e-filled.e-input-group.e-float-icon-left.e-bigger.e-small .e-input-in-wrap, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-bigger.e-small .e-input-in-wrap, +.e-bigger.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-bigger.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap, +.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap { + border: 1px solid; + border-width: 0; + margin-left: 8px; +} + +.e-filled.e-float-input.e-float-icon-left.e-small .e-input-in-wrap, +.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-small .e-input-in-wrap, +.e-filled.e-input-group.e-float-icon-left.e-small .e-input-in-wrap, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-small .e-input-in-wrap, +.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap, +.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap, +.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap { + margin-left: 4px; +} + +.e-rtl.e-bigger.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap, +.e-rtl.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-rtl.e-bigger.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap, +.e-rtl.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-bigger.e-small.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-bigger.e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-bigger.e-small.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-bigger.e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-bigger.e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-bigger.e-small.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-bigger.e-small.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-bigger.e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-bigger.e-small .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-bigger.e-small .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-bigger.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap { + margin-left: 0; + margin-right: 8px; +} + +.e-rtl.e-small .e-filled.e-float-input.e-float-icon-left .e-input-in-wrap, +.e-rtl.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-rtl.e-small .e-filled.e-input-group.e-float-icon-left .e-input-in-wrap, +.e-rtl.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-small.e-filled.e-float-input.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-small.e-filled.e-input-group.e-float-icon-left .e-input-in-wrap, +.e-rtl .e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left .e-input-in-wrap, +.e-small.e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-small.e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-small.e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-small.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-small .e-filled.e-float-input.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-small .e-filled.e-float-input.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-small .e-filled.e-input-group.e-float-icon-left.e-rtl .e-input-in-wrap, +.e-small .e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-rtl .e-input-in-wrap { + margin-left: 0; + margin-right: 4px; +} + +.e-filled.e-input-group.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover, +.e-filled.e-float-input.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover, +.e-filled.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-disabled):not(.e-input-focus) .e-input-in-wrap:hover { + border-bottom-width: 0; +} + +.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::before, +.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::before, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after { + -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1); + bottom: 0; + content: ''; + height: 2px; + position: absolute; + transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1); + width: 0; + bottom: -1px; +} + +.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before, +.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after { + -moz-transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1); + bottom: 0; + content: ''; + height: 2px; + position: absolute; + transition: 0.2s cubic-bezier(0.4, 0, 0.4, 1); + width: 0; +} + +.e-filled.e-input-group.e-float-icon-left::before, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left::before { + left: 50%; +} + +.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before { + left: 50%; +} + +.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus::before, +.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus::after, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus::before, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus::after { + width: 50%; + bottom: -1px; +} + +.e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line::before, +.e-filled.e-float-input.e-input-group.e-float-icon-left.e-input-focus .e-float-line::after, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-float-line::before, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-input-focus .e-float-line::after { + width: 50%; +} + +.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after { + right: 50%; +} + +.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after { + right: 50%; +} + +.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after { + right: 50%; +} + +.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before, +.e-filled.e-input-group.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::before, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input).e-input-focus .e-input-in-wrap::after { + width: 0; +} + +.e-filled.e-input-group.e-float-icon-left, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left { + border-bottom: 1px solid; +} + +.e-filled.e-input-group.e-float-icon-left, +.e-filled.e-input-group.e-success.e-float-icon-left, +.e-filled.e-input-group.e-warning.e-float-icon-left, +.e-filled.e-input-group.e-error.e-float-icon-left, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left, +.e-filled.e-input-group.e-control-wrapper.e-success.e-float-icon-left, +.e-filled.e-input-group.e-control-wrapper.e-warning.e-float-icon-left, +.e-filled.e-input-group.e-control-wrapper.e-error.e-float-icon-left { + border: 1px solid; + border-width: 0 0 1px 0; +} + +/*! input theme */ +input.e-input, +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +textarea.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea { + background: transparent; + border-color: rgba(0, 0, 0, 0.42); + color: rgba(0, 0, 0, 0.87); +} + +.e-input-group, +.e-input-group.e-control-wrapper, +.e-float-input, +.e-float-input.e-input-group, +.e-float-input.e-control-wrapper, +.e-float-input.e-input-group.e-control-wrapper { + background: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-input-group .e-input-group-icon, +.e-input-group.e-control-wrapper .e-input-group-icon { + background: transparent; + border-color: rgba(0, 0, 0, 0.42); + color: rgba(0, 0, 0, 0.54); +} + +.e-input-group.e-disabled .e-input-group-icon, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + color: rgba(0, 0, 0, 0.26); +} + +.e-input[disabled], +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled, +.e-input-group.e-control-wrapper.e-disabled, +.e-float-input input[disabled], +.e-float-input.e-control-wrapper input[disabled], +.e-float-input textarea[disabled], +.e-float-input.e-control-wrapper textarea[disabled], +.e-float-input.e-disabled, +.e-float-input.e-control-wrapper.e-disabled { + -webkit-text-fill-color: rgba(0, 0, 0, 0.42); + background: transparent; + color: rgba(0, 0, 0, 0.42); + background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.42) 33%, transparent 0); + background-position: bottom -1px left 0; + background-repeat: repeat-x; + background-size: 4px 1px; + border-bottom-color: transparent; +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-float-input input, +.e-float-input.e-control-wrapper input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input, +.e-float-input textarea, +.e-float-input.e-control-wrapper textarea, +.e-input-group .e-input[disabled], +.e-input-group.e-control-wrapper .e-input[disabled], +.e-input-group.e-disabled input.e-input, +.e-input-group.e-control-wrapper.e-disabled input.e-input, +.e-input-group.e-disabled textarea.e-input, +.e-input-group.e-control-wrapper.e-disabled textarea.e-input { + background: none; + color: inherit; +} + +.e-input-group .e-input[readonly], +.e-input-group.e-control-wrapper .e-input[readonly], +.e-float-input input[readonly], +.e-float-input.e-control-wrapper input[readonly], +.e-float-input textarea[readonly], +.e-float-input.e-control-wrapper textarea[readonly] { + background: none; + color: inherit; +} + +.e-float-input.e-disabled input, +.e-float-input.e-control-wrapper.e-disabled input, +.e-float-input.e-disabled textarea, +.e-float-input.e-control-wrapper.e-disabled textarea, +.e-float-input input[disabled], +.e-float-input.e-control-wrapper input[disabled], +.e-float-input textarea[disabled], +.e-float-input.e-control-wrapper textarea[disabled] { + color: inherit; +} + +/*! Added color to textbox for disbaled state */ +.e-float-input:not(.e-disabled) input[disabled], +.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled], +.e-float-input:not(.e-disabled) textarea[disabled], +.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] { + -webkit-text-fill-color: rgba(0, 0, 0, 0.42); + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-disabled .e-input-group-icon, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + background: transparent; + border-color: rgba(0, 0, 0, 0.42); +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover { + color: rgba(0, 0, 0, 0.54); +} + +.e-input-group.e-disabled .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon:hover { + background: transparent; +} + +.e-input.e-success, +.e-input.e-success:focus, +.e-input-group.e-success input.e-input, +.e-input-group.e-control-wrapper.e-success input.e-input, +.e-input-group.e-success .e-input-group-icon, +.e-input-group.e-control-wrapper.e-success .e-input-group-icon, +.e-input-group.e-success textarea.e-input, +.e-input-group.e-control-wrapper.e-success textarea.e-input { + border-color: #22b24b; +} + +.e-input.e-warning, +.e-input.e-warning:focus, +.e-input-group.e-warning input.e-input, +.e-input-group.e-control-wrapper.e-warning input.e-input, +.e-input-group.e-warning .e-input-group-icon, +.e-input-group.e-control-wrapper.e-warning .e-input-group-icon, +.e-input-group.e-warning textarea.e-input, +.e-input-group.e-control-wrapper.e-warning textarea.e-input { + border-color: #ffca1c; +} + +.e-input.e-error, +.e-input.e-error:focus, +.e-input-group.e-error input.e-input, +.e-input-group.e-control-wrapper.e-error input.e-input, +.e-input-group.e-control-wrapper.e-error .e-input-group-icon, +.e-input-group.e-error .e-input-group-icon, +.e-input-group.e-error textarea.e-input, +.e-input-group.e-control-wrapper.e-error textarea.e-input { + border-color: #f44336; +} + +label.e-float-text, +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: rgba(0, 0, 0, 0.42); +} + +.e-float-input.e-error label.e-float-text, +.e-float-input.e-control-wrapper.e-error label.e-float-text, +.e-float-input.e-error input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text, +.e-float-input.e-error.e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text, +.e-float-input.e-error textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text { + color: #f44336; +} + +.e-float-input input, +.e-float-input textarea, +.e-float-input.e-control-wrapper input, +.e-float-input.e-control-wrapper textarea { + border-bottom-color: rgba(0, 0, 0, 0.42); +} + +.e-float-input.e-success input, +.e-float-input.e-success textarea, +.e-float-input.e-control-wrapper.e-success input, +.e-float-input.e-control-wrapper.e-success textarea { + border-bottom-color: #22b24b; +} + +.e-float-input.e-warning input, +.e-float-input.e-control-wrapper.e-warning input, +.e-float-input.e-warning textarea, +.e-float-input.e-control-wrapper.e-warning textarea { + border-bottom-color: #ffca1c; +} + +.e-float-input.e-error input, +.e-float-input.e-control-wrapper.e-error input, +.e-float-input.e-error textarea, +.e-float-input.e-control-wrapper.e-error textarea { + border-bottom-color: #f44336; +} + +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input:not(.e-input-group) .e-float-line::before, +.e-float-input:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper:not(.e-input-group) .e-float-line::after { + background: #e3165b; +} + +.e-float-input.e-success:not(.e-input-group) .e-float-line::before, +.e-float-input.e-success:not(.e-input-group) .e-float-line::after, +.e-float-input.e-success:not(.e-input-group) .e-float-line::before, +.e-float-input.e-success:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper.e-success:not(.e-input-group) .e-float-line::after { + background: #22b24b; +} + +.e-float-input.e-warning:not(.e-input-group) .e-float-line::before, +.e-float-input.e-warning:not(.e-input-group) .e-float-line::after, +.e-float-input.e-warning:not(.e-input-group) .e-float-line::before, +.e-float-input.e-warning:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper.e-warning:not(.e-input-group) .e-float-line::after { + background: #ffca1c; +} + +.e-float-input:not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) input:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: rgba(0, 0, 0, 0.42); +} + +.e-float-input.e-error:not(.e-input-group) .e-float-line::before, +.e-float-input.e-error:not(.e-input-group) .e-float-line::after, +.e-float-input.e-error:not(.e-input-group) .e-float-line::before, +.e-float-input.e-error:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::after, +.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::before, +.e-float-input.e-control-wrapper.e-error:not(.e-input-group) .e-float-line::after { + background: #f44336; +} + +.e-input-group:not(.e-disabled) .e-input-group-icon:active, +.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active { + background: transparent; + color: rgba(0, 0, 0, 0.54); +} + +input.e-input::selection, +textarea.e-input::selection, +.e-input-group input.e-input::selection, +.e-input-group.e-control-wrapper input.e-input::selection, +.e-float-input input::selection, +.e-float-input.e-control-wrapper input::selection, +.e-input-group textarea.e-input::selection, +.e-input-group.e-control-wrapper textarea.e-input::selection, +.e-float-input textarea::selection, +.e-float-input.e-control-wrapper textarea::selection { + background: #e3165b; + color: #fff; +} + +.e-float-input.e-small textarea::selection, +.e-float-input textarea::selection { + background: #e3165b; + color: #fff; +} + +input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group input.e-input:-moz-placeholder, +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-control-wrapper input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +textarea.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group textarea.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-control-wrapper textarea.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +input.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group input.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-control-wrapper input.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +textarea.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group textarea.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-control-wrapper textarea.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +input.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group input.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-control-wrapper input.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +textarea.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-control-wrapper textarea.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group textarea.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +input.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-control-wrapper input.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group input.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +textarea.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group textarea.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-control-wrapper textarea.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-input-group:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, +.e-input-group.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after, +.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::before, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input) .e-input-in-wrap::after { + background: #e3165b; +} + +.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::before, +.e-float-input.e-input-group:not(.e-float-icon-left) .e-float-line::after, +.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before, +.e-float-input.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left) .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-input-in-wrap .e-float-line::after { + background: #e3165b; +} + +.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::before, +.e-input-group:not(.e-float-icon-left):not(.e-float-input).e-success::after, +.e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::before, +.e-input-group.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::after, +.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::before, +.e-input-group.e-control-wrapper:not(.e-float-icon-left):not(.e-float-input).e-success::after, +.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::before, +.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input) .e-input-in-wrap::after { + background: #22b24b; +} + +.e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line::before, +.e-float-input.e-input-group:not(.e-float-icon-left).e-success .e-float-line::after, +.e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before, +.e-float-input.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group:not(.e-float-icon-left).e-success .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after, +.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line::before, +.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-success .e-float-line::after, +.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::before, +.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap .e-float-line::after { + background: #22b24b; +} + +.e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input)::before, +.e-input-group:not(.e-float-icon-left).e-warning:not(.e-float-input)::after, +.e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::before, +.e-input-group.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::after, +.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input)::before, +.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-warning:not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::before, +.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input) .e-input-in-wrap::after { + background: #ffca1c; +} + +.e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line::before, +.e-float-input.e-input-group:not(.e-float-icon-left).e-warning .e-float-line::after, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line::before, +.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap .e-float-line::after { + background: #ffca1c; +} + +.e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input)::before, +.e-input-group:not(.e-float-icon-left).e-error:not(.e-float-input)::after, +.e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::before, +.e-input-group.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::after, +.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input)::before, +.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error:not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::before, +.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input) .e-input-in-wrap::after { + background: #f44336; +} + +.e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line::before, +.e-float-input.e-input-group:not(.e-float-icon-left).e-error .e-float-line::after, +.e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::before, +.e-float-input.e-input-group.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::after, +.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::before, +.e-float-input.e-input-group.e-control-wrapper:not(.e-float-icon-left).e-error .e-float-line::after, +.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::before, +.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap .e-float-line::after { + background: #f44336; +} + +.e-input-group.e-success .e-input-group-icon, +.e-input-group.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-success .e-input-group-icon, +.e-input-group.e-control-wrapper.e-success:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: rgba(0, 0, 0, 0.54); +} + +.e-input-group.e-warning .e-input-group-icon, +.e-input-group.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-warning .e-input-group-icon, +.e-input-group.e-control-wrapper.e-warning:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: rgba(0, 0, 0, 0.54); +} + +.e-input-group.e-error .e-input-group-icon, +.e-input-group.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover, +.e-input-group.e-control-wrapper.e-error .e-input-group-icon, +.e-input-group.e-control-wrapper.e-error:not(.e-disabled):not(:active) .e-input-group-icon:hover { + color: rgba(0, 0, 0, 0.54); +} + +.e-input-group.e-success:not(.e-disabled) .e-input-group-icon:active, +.e-input-group.e-control-wrapper.e-success:not(.e-disabled) .e-input-group-icon:active { + color: rgba(0, 0, 0, 0.54); +} + +.e-input-group.e-warning:not(.e-disabled) .e-input-group-icon:active, +.e-input-group.e-control-wrapper.e-warning:not(.e-disabled) .e-input-group-icon:active { + color: rgba(0, 0, 0, 0.54); +} + +.e-input-group.e-error:not(.e-disabled) .e-input-group-icon:active, +.e-input-group.e-control-wrapper.e-error:not(.e-disabled) .e-input-group-icon:active { + color: rgba(0, 0, 0, 0.54); +} + +.e-input-group input.e-input, +.e-input-group.e-control-wrapper input.e-input, +.e-input-group textarea.e-input, +.e-input-group.e-control-wrapper textarea.e-input { + border-color: rgba(0, 0, 0, 0.42); +} + +.e-input:focus:not(.e-success):not(.e-warning):not(.e-error), +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) input:focus, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group) textarea:focus, +.e-float-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input, +.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-input-group).e-input-focus input { + border-color: #e3165b; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) input.e-input:focus, +.e-input-group:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error).e-input-focus input.e-input, +.e-input-group:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) textarea.e-input:focus { + border-color: transparent; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) { + border-color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input { + border-color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:last-child.e-input-group-icon { + border-color: transparent; +} + +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon, +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-focus.e-control-wrapper.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:first-child:focus, +.e-input-focus.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span.e-input-group-icon { + border-color: transparent; +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-group.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon, +.e-input-group.e-control-wrapper.e-input-focus.e-rtl:not(.e-success):not(.e-warning):not(.e-error) .e-input:last-child:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) span:first-child.e-input-group-icon { + border-color: transparent; +} + +.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left), +.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap { + border-color: rgba(0, 0, 0, 0.42); +} + +.e-input-group, +.e-input-group.e-control-wrapper { + border-bottom-color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus, +.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input:focus, +.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input:focus, +.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input, +.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input, +.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) .e-input, +.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-input-group.e-success, +.e-input-group.e-control-wrapper.e-success, +.e-float-icon-left.e-input-group.e-success, +.e-float-icon-left.e-control-wrapper.e-input-group.e-success, +.e-input-group.e-warning, +.e-input-group.e-control-wrapper.e-warning, +.e-float-icon-left.e-input-group.e-warning, +.e-float-icon-left.e-input-group.e-control-wrapper.e-warning, +.e-input-group.e-error, +.e-input-group.e-control-wrapper.e-error, +.e-float-icon-left.e-input-group.e-error, +.e-float-icon-left.e-input-group.e-control-wrapper.e-error, +.e-input-group.e-float-icon-left, +.e-input-group.e-control-wrapper.e-float-icon-left { + border-color: transparent; +} + +.e-input-group.e-success, +.e-input-group.e-control-wrapper.e-success, +.e-input-group.e-success:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left) { + border-bottom-color: #22b24b; +} + +.e-input-group.e-float-icon-left.e-success .e-input-in-wrap, +.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-input-in-wrap { + border-bottom-color: #22b24b; +} + +.e-input-group.e-warning, +.e-input-group.e-control-wrapper.e-warning, +.e-input-group.e-warning:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left) { + border-bottom-color: #ffca1c; +} + +.e-input-group.e-float-icon-left.e-warning .e-input-in-wrap, +.e-input-group.e-control-wrapper.e-float-icon-left.e-warning .e-input-in-wrap { + border-bottom-color: #ffca1c; +} + +.e-input-group.e-error, +.e-input-group.e-control-wrapper.e-error, +.e-input-group.e-error:not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) { + border-bottom-color: #f44336; +} + +.e-input-group.e-float-icon-left.e-error .e-input-in-wrap, +.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-input-in-wrap { + border-bottom-color: #f44336; +} + +.e-float-input .e-clear-icon, +.e-float-input.e-control-wrapper .e-clear-icon, +.e-input-group .e-clear-icon, +.e-input-group.e-control-wrapper .e-clear-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-float-input.e-disabled .e-clear-icon, +.e-float-input.e-control-wrapper.e-disabled .e-clear-icon, +.e-input-group.e-disabled .e-clear-icon, +.e-input-group.e-control-wrapper.e-disabled .e-clear-icon { + color: rgba(0, 0, 0, 0.26); +} + +.e-float-input.e-input-focus .e-input:focus, +.e-float-input.e-control-wrapper.e-input-focus .e-input:focus { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) input label.e-float-text.e-label-top, +.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: rgba(0, 0, 0, 0.42); +} + +.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: rgba(0, 0, 0, 0.42); +} + +.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top, +.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-float-input.e-input-group.e-disabled .e-float-text, +.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top, +.e-float-input input[disabled] ~ label.e-float-text, +.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-disabled label.e-float-text, +.e-float-input.e-disabled label.e-float-text.e-label-top, +.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.42); +} + +.e-float-input textarea[disabled] ~ label.e-float-text, +.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.42); +} + +.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text, +.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.42); +} + +.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.42); +} + +.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text, +.e-small .e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top, +.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text +.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #e3165b; +} + +.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-float-input.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover { + border-color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-float-input.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-float-input.e-control-wrapper.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap, +.e-input-group.e-control-wrapper.e-float-icon-left.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) .e-input-in-wrap { + border-color: rgba(0, 0, 0, 0.42); +} + +.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-input-group.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-input-group.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-float-input.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) .e-input-in-wrap:hover, +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) input:not([disabled]), +.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) textarea:not([disabled]) { + border-color: rgba(0, 0, 0, 0.42); +} + +.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-outline.e-input-group, +.e-outline.e-input-group.e-control-wrapper, +.e-outline.e-float-input, +.e-outline.e-float-input.e-input-group, +.e-outline.e-float-input.e-control-wrapper, +.e-outline.e-float-input.e-input-group.e-control-wrapper { + color: rgba(0, 0, 0, 0.87); +} + +.e-outline.e-input-group.e-disabled, +.e-outline.e-input-group.e-control-wrapper.e-disabled, +.e-outline.e-float-input.e-disabled, +.e-outline.e-float-input.e-input-group.e-disabled, +.e-outline.e-float-input.e-control-wrapper.e-disabled, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled { + color: rgba(0, 0, 0, 0.38); +} + +.e-outline.e-input-group:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-input-group.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-float-input.e-control-wrapper:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-input-group.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-float-input.e-float-icon-left:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-float-input.e-control-wrapper.e-float-icon-left:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-outline.e-float-input:hover:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) { + border-color: rgba(0, 0, 0, 0.87); + color: rgba(0, 0, 0, 0.87); +} + +.e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before, +.e-outline.e-input-group.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after, +.e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before, +.e-outline.e-input-group.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after, +.e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before, +.e-outline.e-input-group.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left.e-valid-input:hover:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after, +.e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before, +.e-outline.e-float-input.e-float-icon-left:hover.e-valid-input:not(.e-input-focus):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after, +.e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before, +.e-outline.e-float-input.e-control-wrapper.e-float-icon-left.e-valid-input:not(.e-input-focus):hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after, +.e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::before, +.e-outline.e-float-input:hover.e-valid-input:not(.e-input-focus):not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) label.e-float-text::after { + border-color: rgba(0, 0, 0, 0.87); +} + +.e-outline.e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error), +.e-outline.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) { + border-color: #e3165b; + box-shadow: inset 1px 1px #e3165b, inset -1px 0 #e3165b, inset 0 -1px #e3165b; +} + +.e-outline.e-input-group:not(.e-input-focus), +.e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus), +.e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus), +.e-outline.e-input-group.e-float-icon-left:not(.e-input-focus), +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-input-focus) { + border-color: rgba(0, 0, 0, 0.24); +} + +.e-outline.e-input-group.e-error, +.e-outline.e-input-group.e-control-wrapper.e-error, +.e-outline.e-input-group.e-error:not(.e-float-icon-left), +.e-outline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left), +.e-outline.e-float-input.e-error, +.e-outline.e-float-input.e-input-group.e-error, +.e-outline.e-float-input.e-control-wrapper.e-error, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error { + border-color: #f44336; +} + +.e-outline.e-float-input.e-success.e-input-focus, +.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus, +.e-outline.e-float-input.e-input-group.e-success.e-input-focus, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus, +.e-outline.e-float-input.e-input-group.e-success.e-input-focus:not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success.e-input-focus:not(.e-float-icon-left), +.e-outline.e-float-input.e-warning.e-input-focus, +.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus, +.e-outline.e-float-input.e-input-group.e-warning.e-input-focus, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus, +.e-outline.e-float-input.e-input-group.e-warning.e-input-focus:not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning.e-input-focus:not(.e-float-icon-left), +.e-outline.e-float-input.e-error.e-input-focus, +.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus, +.e-outline.e-float-input.e-input-group.e-error.e-input-focus, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus, +.e-outline.e-float-input.e-input-group.e-error.e-input-focus:not(.e-float-icon-left), +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-error.e-input-focus:not(.e-float-icon-left) { + border-top-color: transparent; +} + +.e-outline.e-input-group.e-success, +.e-outline.e-input-group.e-control-wrapper.e-success, +.e-outline.e-input-group.e-success:not(.e-float-icon-left), +.e-outline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left), +.e-outline.e-float-input.e-success, +.e-outline.e-float-input.e-input-group.e-success, +.e-outline.e-float-input.e-control-wrapper.e-success, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-success { + border-color: #22b24b; +} + +.e-outline.e-input-group.e-warning, +.e-outline.e-input-group.e-control-wrapper.e-warning, +.e-outline.e-input-group.e-warning:not(.e-float-icon-left), +.e-outline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left), +.e-outline.e-float-input.e-warning, +.e-outline.e-float-input.e-input-group.e-warning, +.e-outline.e-float-input.e-control-wrapper.e-warning, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-warning { + border-color: #ffca1c; +} + +.e-outline.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning), +.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning) { + box-shadow: inset 1px 1px #f44336, inset -1px 0 #f44336, inset 0 -1px #f44336; +} + +.e-outline.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning), +.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning) { + box-shadow: inset 1px 1px #22b24b, inset -1px 0 #22b24b, inset 0 -1px #22b24b; +} + +.e-outline.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success), +.e-outline.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success) { + box-shadow: inset 1px 1px #ffca1c, inset -1px 0 #ffca1c, inset 0 -1px #ffca1c; +} + +.e-outline.e-float-input.e-input-focus.e-error:not(.e-success):not(.e-warning), +.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning), +.e-outline.e-float-input.e-input-group.e-input-focus.e-error:not(.e-success):not(.e-warning), +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-error:not(.e-success):not(.e-warning) { + box-shadow: inset 1px 0 #f44336, inset -1px 0 #f44336, inset 0 -1px #f44336; +} + +.e-outline.e-float-input.e-input-focus.e-success:not(.e-error):not(.e-warning), +.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning), +.e-outline.e-float-input.e-input-group.e-input-focus.e-success:not(.e-error):not(.e-warning), +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-success:not(.e-error):not(.e-warning) { + box-shadow: inset 1px 0 #22b24b, inset -1px 0 #22b24b, inset 0 -1px #22b24b; +} + +.e-outline.e-float-input.e-input-focus.e-warning:not(.e-error):not(.e-success), +.e-outline.e-float-input.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success), +.e-outline.e-float-input.e-input-group.e-input-focus.e-warning:not(.e-error):not(.e-success), +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-input-focus.e-warning:not(.e-error):not(.e-success) { + box-shadow: inset 1px 0 #ffca1c, inset -1px 0 #ffca1c, inset 0 -1px #ffca1c; +} + +.e-outline.e-input-group.e-disabled:not(.e-input-focus), +.e-outline.e-input-group.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus), +.e-outline.e-input-group.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus), +.e-outline.e-input-group.e-disabled.e-float-icon-left:not(.e-input-focus), +.e-outline.e-input-group.e-disabled.e-control-wrapper.e-float-icon-left:not(.e-input-focus) { + border-color: rgba(0, 0, 0, 0.06); +} + +.e-outline.e-float-input.e-success.e-input-focus input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-input-group.e-success.e-valid-input label.e-float-text.e-label-top, +.e-outline.e-float-input.e-bigger.e-success.e-input-focus input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-success.e-input-focus input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-success.e-input-focus input:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-success input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger.e-success input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small:not(.e-success) input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-success textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-success label.e-float-text.e-label-top, +.e-outline.e-float-input.e-input-group.e-success label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-success label.e-float-text.e-label-top, +.e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-valid-input.e-success:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-success:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-success.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small:not(.e-success).e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text { + color: #22b24b; +} + +.e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-error label.e-float-text.e-label-top, +.e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top, +.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text { + color: #f44336; +} + +.e-outline.e-float-input.e-warning.e-input-focus input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-input-group.e-warning.e-valid-input label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger.e-warning.e-input-focus input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-warning.e-input-focus input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-warning.e-input-focus input:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-warning input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small:not(.e-warning) input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-warning textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-outline.e-float-input.e-warning label.e-float-text.e-label-top, +.e-outline.e-float-input.e-input-group.e-warning label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-warning label.e-float-text.e-label-top, +.e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-valid-input.e-warning:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-warning:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-warning.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-small:not(.e-warning).e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text, +.e-small .e-outline.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text { + color: #ffca1c; +} + +.e-outline.e-float-input.e-input-group.e-valid-input.e-input-focus label.e-label-top, +.e-outline.e-float-input.e-input-group.e-input-focus label.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-valid-input.e-input-focus label.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-input-focus label.e-label-top { + color: #e3165b; +} + +.e-outline.e-input[disabled], +.e-outline.e-input-group .e-input[disabled], +.e-outline.e-input-group.e-control-wrapper .e-input[disabled], +.e-outline.e-input-group.e-disabled, +.e-outline.e-input-group.e-control-wrapper.e-disabled, +.e-outline.e-float-input input[disabled], +.e-outline.e-float-input.e-control-wrapper input[disabled], +.e-outline.e-float-input textarea[disabled], +.e-outline.e-float-input.e-control-wrapper textarea[disabled], +.e-outline.e-float-input.e-disabled, +.e-outline.e-float-input.e-control-wrapper.e-disabled, +.e-outline.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-outline.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap, +.e-outline.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-outline.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap { + background-image: none; + border-bottom-color: rgba(0, 0, 0, 0.06); + border-color: rgba(0, 0, 0, 0.06); +} + +.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus), +.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus), +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) { + border-top-color: transparent; +} + +.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::after, +.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-input-group.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::after, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::before, +.e-outline.e-float-input.e-input-group.e-control-wrapper.e-disabled.e-valid-input:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left):not(.e-input-focus) label.e-float-text::after, +.e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::before, +.e-outline.e-disabled.e-valid-input:not(.e-input-focus) label.e-float-text::after, +.e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::before, +.e-outline.e-disabled.e-float-input.e-valid-input:not(.e-input-focus) label.e-float-text::after, +.e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::before, +.e-outline.e-disabled.e-float-input.e-control-wrapper.e-valid-input:not(.e-input-focus) label.e-float-text::after { + border-color: rgba(0, 0, 0, 0.06); +} + +.e-outline.e-float-input.e-input-group.e-disabled .e-float-text, +.e-outline.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top, +.e-outline.e-float-input input[disabled] ~ label.e-float-text, +.e-outline.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-disabled label.e-float-text, +.e-outline.e-float-input.e-disabled label.e-float-text.e-label-top, +.e-outline.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.38); +} + +.e-outline.e-float-input textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.38); +} + +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.38); +} + +.e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-outline.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.38); +} + +.e-outline.e-input-group.e-disabled .e-input-group-icon, +.e-outline.e-input-group.e-control-wrapper.e-disabled .e-input-group-icon { + color: rgba(0, 0, 0, 0.38); +} + +.e-outline.e-float-input:not(.e-disabled) .e-clear-icon:hover, +.e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover, +.e-outline.e-input-group:not(.e-disabled) .e-clear-icon:hover, +.e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover { + color: rgba(0, 0, 0, 0.87); +} + +.e-outline.e-float-input:not(.e-disabled) .e-clear-icon:active, +.e-outline.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active, +.e-outline.e-input-group:not(.e-disabled) .e-clear-icon:active, +.e-outline.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active { + color: rgba(0, 0, 0, 0.87); +} + +.e-filled.e-input-group, +.e-filled.e-input-group.e-control-wrapper, +.e-filled.e-float-input, +.e-filled.e-float-input.e-input-group, +.e-filled.e-float-input.e-control-wrapper, +.e-filled.e-float-input.e-input-group.e-control-wrapper { + background: #f5f5f5; + transition: opacity 15ms linear, background-color 15ms linear; +} + +.e-filled.e-input-group:hover, +.e-filled.e-input-group.e-control-wrapper:hover, +.e-filled.e-float-input:hover, +.e-filled.e-float-input.e-input-group:hover, +.e-filled.e-float-input.e-control-wrapper:hover, +.e-filled.e-float-input.e-input-group.e-control-wrapper:hover { + background: #ececec; + transition: opacity 15ms linear, background-color 15ms linear; +} + +.e-filled.e-input-group.e-input-focus, +.e-filled.e-input-group.e-control-wrapper.e-input-focus, +.e-filled.e-float-input.e-input-focus, +.e-filled.e-float-input.e-input-group.e-input-focus, +.e-filled.e-float-input.e-control-wrapper.e-input-focus, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-input-focus, +.e-filled.e-input-group:hover.e-input-focus, +.e-filled.e-input-group:hover.e-control-wrapper.e-input-focus, +.e-filled.e-float-input:hover.e-input-focus, +.e-filled.e-float-input:hover.e-input-group.e-input-focus, +.e-filled.e-float-input:hover.e-control-wrapper.e-input-focus, +.e-filled.e-float-input:hover.e-input-group.e-control-wrapper.e-input-focus { + background: #dcdcdc; + transition: opacity 15ms linear, background-color 15ms linear; +} + +.e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-float-input:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-filled.e-float-input.e-control-wrapper:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) { + border-color: rgba(0, 0, 0, 0.87); +} + +.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) { + border-color: rgba(0, 0, 0, 0.87); +} + +.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled):not(.e-float-icon-left), +.e-filled.e-float-input.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled), +.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-input-group):not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled) { + border-color: rgba(0, 0, 0, 0.87); +} + +.e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error), +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error) { + border-color: rgba(0, 0, 0, 0.42); +} + +.e-filled.e-float-input:not(.e-success):not(.e-warning):not(.e-error), +.e-filled.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) { + border-color: rgba(0, 0, 0, 0.42); +} + +.e-filled.e-float-input.e-success, +.e-filled.e-float-input.e-control-wrapper.e-success, +.e-filled.e-input-group.e-float-icon-left.e-success, +.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-success { + border-bottom-color: #22b24b; +} + +.e-filled.e-float-input.e-warning, +.e-filled.e-float-input.e-control-wrapper.e-warning, +.e-filled.e-input-group.e-float-icon-left.e-warning, +.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-warning { + border-bottom-color: #ffca1c; +} + +.e-filled.e-float-input.e-error, +.e-filled.e-float-input.e-control-wrapper.e-error, +.e-filled.e-input-group.e-float-icon-left.e-error, +.e-filled.e-input-group.e-float-icon-left.e-control-wrapper.e-error { + border-bottom-color: #f44336; +} + +.e-filled label.e-float-text, +.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input.e-error label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text, +.e-filled.e-float-input.e-error input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text { + color: #f44336; +} + +.e-filled.e-float-input.e-success label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success label.e-float-text, +.e-filled.e-float-input.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-warning label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning label.e-float-text, +.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input .e-control-wrapper:not(.e-error) input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-filled.e-float-input:not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top), +.e-filled.e-float-input.e-control-wrapper:not(.e-input-focus):not(.e-disabled) textarea:not(:focus):not(:valid) ~ label.e-float-text:not(.e-label-top) { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) textarea label.e-float-text.e-label-top, +.e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-float-text, +.e-small .e-float-input.e-control-wrapper:not(.e-error) input[readonly]:focus ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input[readonly] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[readonly]:focus ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[readonly]:focus ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus textarea[readonly] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea:focus ~ label.e-float-text, +.e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error).e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error).e-input-focus input ~ label.e-float-text { + color: #e3165b; +} + +.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error):not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill:not(.e-error) textarea:not(:focus):-webkit-autofill ~ label.e-float-text { + color: rgba(0, 0, 0, 0.6); +} + +input.e-filled.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled input.e-input:-moz-placeholder, +.e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +input.e-filled.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled.e-control-wrapper input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +textarea.e-filled.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled textarea.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled.e-control-wrapper textarea.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +input.e-filled.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled input.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled.e-control-wrapper input.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +textarea.e-filled.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled textarea.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled.e-control-wrapper textarea.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +input.e-filled.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled input.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled.e-control-wrapper input.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +textarea.e-filled.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled.e-control-wrapper textarea.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled textarea.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +input.e-filled.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled.e-control-wrapper input.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled input.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +textarea.e-filled.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled textarea.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-input-group.e-filled.e-control-wrapper textarea.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.6); +} + +.e-filled.e-float-input:not(.e-disabled) .e-clear-icon:hover, +.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover, +.e-filled.e-input-group:not(.e-disabled) .e-clear-icon:hover, +.e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:hover { + color: rgba(0, 0, 0, 0.87); +} + +.e-filled.e-float-input:not(.e-disabled) .e-clear-icon:active, +.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) .e-clear-icon:active, +.e-filled.e-input-group:not(.e-disabled) .e-clear-icon:active, +.e-filled.e-input-group.e-control-wrapper:not(.e-disabled) .e-clear-icon:active { + color: rgba(0, 0, 0, 0.87); +} + +.e-filled.e-float-input.e-disabled .e-clear-icon, +.e-filled.e-float-input.e-control-wrapper.e-disabled .e-clear-icon, +.e-input-group.e-filled.e-disabled .e-clear-icon, +.e-input-group.e-filled.e-control-wrapper.e-disabled .e-clear-icon, +.e-input-group.e-filled.e-disabled .e-input-group-icon, +.e-input-group.e-filled.e-control-wrapper.e-disabled .e-input-group-icon { + color: rgba(0, 0, 0, 0.38); +} + +.e-filled.e-input[disabled], +.e-input-group.e-filled .e-input[disabled], +.e-input-group.e-filled.e-control-wrapper .e-input[disabled], +.e-input-group.e-filled.e-disabled, +.e-input-group.e-filled.e-control-wrapper.e-disabled, +.e-filled.e-float-input input[disabled], +.e-filled.e-float-input.e-control-wrapper input[disabled], +.e-filled.e-float-input textarea[disabled], +.e-filled.e-float-input.e-control-wrapper textarea[disabled], +.e-filled.e-float-input.e-disabled, +.e-filled.e-float-input.e-control-wrapper.e-disabled { + background: #fafafa; + background-image: none; + background-position: none; + background-repeat: no-repeat; + background-size: 0; + border-color: rgba(0, 0, 0, 0.06); + color: rgba(0, 0, 0, 0.38); +} + +.e-filled.e-float-input.e-disabled:not(.e-success):not(.e-warning):not(.e-error), +.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-success):not(.e-warning):not(.e-error) { + border-color: rgba(0, 0, 0, 0.06); +} + +.e-filled.e-input-group:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-filled.e-input-group.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap, +.e-filled.e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left).e-disabled, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-success):not(.e-warning):not(.e-error).e-disabled .e-input-in-wrap { + background: #fafafa; + background-image: none; + background-position: none; + background-repeat: no-repeat; + background-size: 0; + border-color: rgba(0, 0, 0, 0.06); + color: rgba(0, 0, 0, 0.38); +} + +.e-filled.e-float-input:not(.e-disabled) input[disabled], +.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) input[disabled], +.e-filled.e-float-input:not(.e-disabled) textarea[disabled], +.e-filled.e-float-input.e-control-wrapper:not(.e-disabled) textarea[disabled] { + color: rgba(0, 0, 0, 0.38); +} + +.e-filled.e-float-input.e-input-group.e-disabled .e-float-text, +.e-filled.e-float-input.e-input-group.e-disabled .e-float-text.e-label-top, +.e-filled.e-float-input input[disabled] ~ label.e-float-text, +.e-filled.e-float-input input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-disabled label.e-float-text, +.e-filled.e-float-input.e-disabled label.e-float-text.e-label-top, +.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.38); +} + +.e-filled.e-float-input textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.38); +} + +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-disabled .e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) input[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.38); +} + +.e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled:not(.e-error) textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-disabled.e-small.e-bigger:not(.e-error) textarea[disabled] ~ label.e-float-text.e-label-top { + color: rgba(0, 0, 0, 0.38); +} + +input.e-filled.e-disabled.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder, +.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +input.e-filled.e-disabled.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +textarea.e-filled.e-disabled.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled textarea.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +input.e-filled.e-disabled.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled input.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +textarea.e-filled.e-disabled.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled textarea.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-moz-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +input.e-filled.e-disabled.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled input.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +textarea.e-filled.e-disabled.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled textarea.e-input:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +input.e-filled.e-disabled.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled.e-control-wrapper input.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled input.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +textarea.e-filled.e-disabled.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled textarea.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-input-group.e-filled.e-disabled.e-control-wrapper textarea.e-input::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.38); +} + +.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::before, +.e-filled.e-input-group.e-float-icon-left:not(.e-float-input)::after, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::before, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left:not(.e-float-input)::after { + background: #e3165b; +} + +.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::before, +.e-filled.e-float-input.e-input-group.e-float-icon-left .e-float-line::after, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::before, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left .e-float-line::after { + background: #e3165b; +} + +.e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input)::before, +.e-filled.e-input-group.e-float-icon-left.e-success:not(.e-float-input)::after, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input)::before, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-success:not(.e-float-input)::after { + background: #22b24b; +} + +.e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line::before, +.e-filled.e-float-input.e-input-group.e-float-icon-left.e-success .e-float-line::after, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line::before, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-success .e-float-line::after, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line::before, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-success .e-float-line::after { + background: #22b24b; +} + +.e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input)::before, +.e-filled.e-input-group.e-float-icon-left.e-warning:not(.e-float-input)::after, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input)::before, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-warning:not(.e-float-input)::after, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line::before, +.e-filled.e-float-input.e-control-wrapper.e-input-group.e-float-icon-left.e-warning .e-float-line::after { + background: #ffca1c; +} + +.e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input)::before, +.e-filled.e-input-group.e-float-icon-left.e-error:not(.e-float-input)::after, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input)::before, +.e-filled.e-input-group.e-control-wrapper.e-float-icon-left.e-error:not(.e-float-input)::after { + background: #f44336; +} + +.e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line::before, +.e-filled.e-float-input.e-input-group.e-float-icon-left.e-error .e-float-line::after, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line::before, +.e-filled.e-float-input.e-input-group.e-control-wrapper.e-float-icon-left.e-error .e-float-line::after { + background: #f44336; +} + +.e-filled.e-input-group:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left, +.e-filled.e-input-group.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left, +.e-filled.e-float-input.e-control-wrapper:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left, +.e-filled.e-float-input:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left { + border-color: rgba(0, 0, 0, 0.87); +} + +.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left, +.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left, +.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left { + border-color: rgba(0, 0, 0, 0.87); +} + +.e-filled.e-input-group.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left, +.e-filled.e-input-group.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left, +.e-filled.e-float-input.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left, +.e-filled.e-float-input.e-control-wrapper.e-input-focus:hover:not(.e-success):not(.e-warning):not(.e-error):not(.e-disabled).e-float-icon-left { + border-color: rgba(0, 0, 0, 0.87); +} + +.e-filled.e-float-input.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-success input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-bigger.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-warning input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-success input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-bigger.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-warning input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input .e-control-wrapper.e-success input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-success input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-success input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-success input[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-success input[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success input:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-success input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-success input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #22b24b; +} + +.e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-success textarea label.e-float-text.e-label-top, +.e-filled.e-float-input.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-success textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-success textarea[disabled] ~ label.e-label-top.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success textarea label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-label-top.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-success textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-success textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-success textarea[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-success textarea[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success textarea:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success textarea ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-success textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-success textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success textarea[disabled] ~ label.e-label-top.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea[disabled] ~ label.e-label-top.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-success.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-success.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-success.e-input-focus input ~ label.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill.e-success:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-success textarea:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #22b24b; +} + +.e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input .e-control-wrapper.e-warning input label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-warning input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-warning input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-warning input[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-warning input[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning input:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-warning input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-warning input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom { + color: #ffca1c; +} + +.e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-warning textarea label.e-float-text.e-label-top, +.e-filled.e-float-input.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-label-top.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning textarea label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-label-top.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-warning textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-warning textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-warning textarea[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-warning textarea[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning textarea:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning textarea ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-warning textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-warning textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning textarea[disabled] ~ label.e-label-top.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly] ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled] ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:valid ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea ~ label.e-label-top.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[readonly] ~ label.e-float-text.e-label-top, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea[disabled] ~ label.e-float-text.e-label-top, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:valid ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea[readonly] ~ label.e-label-top.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea[disabled] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:valid ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[readonly] ~ label.e-label-top.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea[disabled] ~ label.e-label-top.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning input:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning input:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning textarea:focus ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning textarea:focus ~ label.e-float-text, +.e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus inputs ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-warning.e-input-focus input ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-small.e-bigger.e-warning.e-input-focus input ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-small.e-warning.e-input-focus input ~ label.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning:not(.e-input-focus) input:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #ffca1c; +} + +.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-bigger.e-small.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-small.e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger .e-filled.e-float-input.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-bigger.e-small .e-filled.e-float-input.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text, +.e-filled.e-bigger.e-small.e-control-wrapper.e-autofill.e-warning textarea:not(:focus):-webkit-autofill ~ label.e-float-text { + color: #ffca1c; +} + +/*! popup layout */ +.e-popup { + height: auto; + position: absolute; + width: auto; + z-index: 1000; +} + +.e-popup.e-popup-open { + display: block; +} + +.e-popup.e-popup-close { + display: none; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +.e-spinner-pane { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + text-align: center; + top: 0; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + width: 100%; + z-index: 1000; +} + +.e-spinner-pane::after { + content: "Material"; + display: none; +} + +.e-spinner-pane.e-spin-left .e-spinner-inner { + -webkit-transform: translateX(0%) translateY(-50%); + left: 0; + padding-left: 10px; + transform: translateX(0%) translateY(-50%); +} + +.e-spinner-pane.e-spin-right .e-spinner-inner { + -webkit-transform: translateX(-100%) translateY(-50%); + left: 100%; + padding-right: 10px; + transform: translateX(-100%) translateY(-50%); +} + +.e-spinner-pane.e-spin-center .e-spinner-inner { + -webkit-transform: translateX(-50%) translateY(-50%); + left: 50%; + transform: translateX(-50%) translateY(-50%); +} + +.e-spinner-pane.e-spin-hide { + display: none; +} + +.e-spinner-pane.e-spin-show { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-spinner-pane .e-spinner-inner { + -webkit-transform: translateX(-50%) translateY(-50%); + left: 50%; + margin: 0; + position: absolute; + text-align: center; + top: 50%; + transform: translateX(-50%) translateY(-50%); + z-index: 1000; +} + +.e-spinner-pane .e-spinner-inner .e-spin-label { + font-family: "Roboto", Segoe UI; + font-size: 13px; + margin-top: 16px; + text-align: center; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material { + animation: material-spinner-rotate 1568.63ms linear infinite; + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material .e-path-circle { + fill: none; + stroke-linecap: square; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 { + animation: material-spinner-rotate .75s linear infinite; + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + fill: none; + stroke-linecap: square; + stroke-width: 4; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric { + animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); + display: block; + margin: 0 auto; + overflow: visible; +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc, +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle { + fill: none; + stroke-width: 1.5; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap { + display: block; + margin: 0 auto; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast { + animation: fabric-spinner-rotate 1.3s infinite cubic-bezier(0.53, 0.21, 0.29, 0.67); + display: block; + margin: 0 auto; + overflow: visible; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc, +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle { + fill: none; + stroke-width: 1.5; +} + +.e-spinner-pane { + background-color: transparent; +} + +.e-spinner-pane.e-spin-overlay { + background-color: rgba(0, 0, 0, 0.4); +} + +.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-label { + color: #fff; +} + +.e-spinner-pane.e-spin-overlay .e-spinner-inner .e-spin-bootstrap { + fill: #e3165b; + stroke: #e3165b; +} + +.e-spinner-pane .e-spinner-inner .e-spin-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle { + stroke: rgba(227, 22, 91, 0.4); +} + +.e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc { + stroke: #e3165b; +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-circle { + stroke: rgba(227, 22, 91, 0.4); +} + +.e-spinner-pane .e-spinner-inner .e-spin-high-contrast .e-path-arc { + stroke: #e3165b; +} + +.e-spinner-pane .e-spinner-inner .e-spin-material { + stroke: #e3165b; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 { + stroke: #e3165b; +} + +.e-spinner-pane .e-spinner-inner .e-spin-bootstrap { + fill: #e3165b; + stroke: #e3165b; +} + +.e-bigger .e-dropdownbase, +.e-dropdownbase.e-bigger { + min-height: 45px; +} + +.e-bigger .e-dropdownbase .e-list-item, +.e-bigger .e-dropdownbase .e-list-group-item, +.e-bigger .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-bigger .e-list-item, +.e-dropdownbase.e-bigger .e-list-group-item, +.e-dropdownbase.e-bigger .e-fixed-head { + line-height: 48px; +} + +.e-bigger .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-bigger .e-list-item .e-list-icon { + font-size: 20px; +} + +.e-dropdownbase { + display: block; + height: 100%; + min-height: 36px; + position: relative; + width: 100%; +} + +.e-dropdownbase .e-list-parent { + margin: 0; + padding: 0; +} + +.e-dropdownbase .e-list-group-item, +.e-dropdownbase .e-fixed-head { + cursor: default; +} + +.e-dropdownbase .e-list-item { + cursor: pointer; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-dropdownbase .e-list-item .e-list-icon { + font-size: 16px; + vertical-align: middle; +} + +.e-dropdownbase .e-fixed-head { + position: absolute; + top: 0; +} + +.e-rtl .e-dropdownbase .e-fixed-head { + left: 33px; +} + +.e-dropdownbase.e-content { + overflow: auto; + position: relative; +} + +.e-popup.e-ddl .e-dropdownbase.e-nodata { + color: #000; + cursor: default; + font-family: inherit; + font-size: 14px; + padding: 14px 16px; + text-align: center; +} + +.e-rtl .e-dropdownbase.e-dd-group .e-list-item { + padding-right: 2em; +} + +.e-dropdownbase.e-dd-group .e-list-item { + padding-left: 2em; + text-indent: 0; +} + +.e-small .e-dropdownbase.e-dd-group .e-list-item { + text-indent: 0; +} + +.e-small.e-bigger .e-dropdownbase.e-dd-group .e-list-item { + text-indent: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + text-indent: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + cursor: pointer; + font-weight: normal; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-rtl.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-item { + padding-right: 2em; +} + +.e-rtl .e-dropdownbase .e-list-item { + padding-left: 16px; + padding-right: 0; +} + +.e-small.e-rtl .e-dropdownbase .e-list-item, +.e-small .e-rtl .e-dropdownbase .e-list-item, +.e-rtl .e-small .e-dropdownbase .e-list-item { + padding-left: 16px; + padding-right: 0; +} + +.e-small.e-bigger.e-rtl .e-dropdownbase .e-list-item, +.e-small.e-bigger .e-rtl .e-dropdownbase .e-list-item, +.e-rtl .e-small.e-bigger .e-dropdownbase .e-list-item, +.e-small .e-rtl.e-bigger .e-dropdownbase .e-list-item, +.e-bigger .e-rtl.e-small .e-dropdownbase .e-list-item { + padding-left: 16px; + padding-right: 0; +} + +.e-dropdownbase { + border-color: #e0e0e0; +} + +.e-dropdownbase .e-list-item { + background-color: #fff; + border-bottom: 0; + border-color: #fff; + color: rgba(0, 0, 0, 0.87); + font-family: inherit; + font-size: 13px; + line-height: 36px; + min-height: 36px; + padding-right: 16px; + text-indent: 16px; +} + +.e-dropdownbase .e-list-group-item, .e-fixed-head { + background-color: #fff; + border-color: #fff; + color: rgba(0, 0, 0, 0.54); + font-family: inherit; + font-size: 13px; + font-weight: 600; + line-height: 36px; + min-height: 36px; + padding-left: 16px; + padding-right: 16px; +} + +.e-dropdownbase .e-list-item.e-active, +.e-dropdownbase .e-list-item.e-active.e-hover { + background-color: #eee; + border-color: #fff; + color: #e3165b; +} + +.e-dropdownbase .e-list-item.e-hover { + background-color: #eee; + border-color: #fff; + color: rgba(0, 0, 0, 0.87); +} + +.e-dropdownbase .e-list-item:last-child { + border-bottom: 0; +} + +.e-dropdownbase .e-list-item.e-item-focus { + background-color: #eee; +} + +.e-bigger .e-dropdownbase .e-list-group-item, +.e-bigger .e-dropdownbase .e-fixed-head { + font-size: 14px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open table { + border-collapse: collapse; + table-layout: fixed; + width: 100%; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open th, +.e-multi-column.e-ddl.e-popup.e-popup-open td { + display: table-cell; + overflow: hidden; + padding-right: 16px; + text-indent: 10px; + text-overflow: ellipsis; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open th { + line-height: 36px; + text-align: left; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header { + background-color: #fff; + border-color: #e0e0e0; + border-style: solid; + border-width: 0 0 1px 0; + color: rgba(0, 0, 0, 0.54); + font-family: inherit; + font-size: 13px; + font-weight: 600; + text-indent: 10px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-dropdownbase .e-list-item { + padding-right: 0; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open.e-scroller .e-ddl-header { + padding-right: 16px; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-ddl-header, +.e-multi-column.e-ddl.e-popup.e-popup-open.e-ddl-device .e-ddl-header { + padding-right: 0; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-center { + text-align: center; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-right { + text-align: right; +} + +.e-multi-column.e-ddl.e-popup.e-popup-open .e-text-left { + text-align: left; +} + +.e-small .e-dropdownbase .e-list-item, +.e-dropdownbase.e-small .e-list-item { + color: #000; + line-height: 26px; + min-height: 26px; + text-indent: 12px; +} + +.e-small .e-dropdownbase .e-list-group-item, +.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-small .e-list-group-item, +.e-dropdownbase.e-small .e-fixed-head { + line-height: 26px; + min-height: 26px; +} + +.e-small .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-small .e-list-item .e-list-icon { + font-size: 14px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item, +.e-dropdownbase.e-small.e-bigger .e-list-item { + color: #000; + line-height: 40px; + min-height: 40px; + text-indent: 16px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-group-item, +.e-bigger.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-small.e-bigger .e-list-group-item, +.e-dropdownbase.e-small.e-bigger .e-fixed-head { + line-height: 40px; + min-height: 40px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon, +.e-dropdownbase.e-small.e-bigger .e-list-item .e-list-icon { + font-size: 18px; +} + +.e-bigger.e-small .e-dropdownbase .e-list-group-item, +.e-bigger.e-small .e-dropdownbase .e-fixed-head, +.e-dropdownbase.e-bigger.e-small .e-list-group-item, +.e-dropdownbase.e-bigger.e-small .e-fixed-head { + font-size: 13px; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item { + background-color: #fff; + border-bottom: 0; + border-color: #fff; + color: rgba(0, 0, 0, 0.87); + font-family: inherit; + font-size: 13px; + padding-right: 16px; + text-indent: 16px; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-item-focus { + background-color: #eee; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active, +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-active.e-hover { + background-color: #eee; + border-color: #fff; + color: #e3165b; +} + +.e-ddl.e-popup.e-multiselect-group .e-list-group-item.e-hover { + background-color: #eee; + border-color: #fff; + color: rgba(0, 0, 0, 0.87); +} + +.e-avatar { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + background-color: #bcbcbc; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + border-radius: 5px; + color: #fff; + display: -ms-inline-flexbox; + display: inline-flex; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 1em; + font-weight: 400; + height: 3em; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + position: relative; + width: 3em; +} + +.e-avatar img { + height: 100%; + width: auto; +} + +.e-avatar.e-avatar-circle { + border-radius: 50%; +} + +.e-avatar.e-avatar-xsmall { + font-size: 0.6em; +} + +.e-avatar.e-avatar-small { + font-size: 0.8em; +} + +.e-avatar.e-avatar-large { + font-size: 1.2em; +} + +.e-avatar.e-avatar-xlarge { + font-size: 1.4em; +} + +.e-badge { + background: #fafafa; + border-color: transparent; + border-radius: 0.25em; + box-shadow: 0 0 0 2px transparent; + box-sizing: border-box; + color: rgba(0, 0, 0, 0.87); + display: inline-block; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 0.75em; + font-weight: 500; + line-height: 1; + overflow: hidden; + padding: 0.25em 0.4em 0.25em 0.4em; + text-align: center; + text-decoration: none; + text-indent: 0; + vertical-align: middle; +} + +.e-badge:hover { + text-decoration: none; +} + +.e-badge.e-badge-pill { + border-radius: 5em; +} + +.e-badge.e-badge-notification { + border-radius: 1em; + font-size: 12px; + height: 18px; + left: 100%; + line-height: 18px; + min-width: 24px; + padding: 0 8px 0 8px; + position: absolute; + top: -10px; + width: auto; +} + +.e-badge.e-badge-notification.e-badge-ghost { + line-height: 16px; +} + +.e-badge.e-badge-circle { + border-radius: 50%; + height: 1.834em; + line-height: 1.834em; + min-width: 0; + padding: 0; + width: 1.834em; +} + +.e-badge.e-badge-circle.e-badge-ghost { + line-height: 1.8em; +} + +.e-badge.e-badge-overlap { + position: absolute; + top: -10px; + transform: translateX(-50%); +} + +.e-badge.e-badge-dot { + border-radius: 100%; + box-shadow: 0 0 0 1px #fff; + height: 6px; + left: 100%; + line-height: 1; + margin: 0; + min-width: 0; + overflow: visible; + padding: 0; + position: absolute; + top: -3px; + width: 6px; +} + +.e-badge.e-badge-bottom.e-badge-dot { + bottom: 3px; + position: absolute; + top: auto; +} + +.e-badge.e-badge-bottom.e-badge-notification { + bottom: -3px; + position: absolute; + top: auto; +} + +button .e-badge { + line-height: .9; + position: relative; + top: -2px; +} + +button .e-badge.e-badge-circle { + height: 2em; + line-height: 2em; + width: 2em; +} + +button .e-badge.e-badge-circle.e-badge-ghost { + line-height: 1.9em; +} + +.e-badge.e-badge-primary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-primary[href]:not(.e-badge-ghost) { + background-color: #3f51b5; + color: #fff; +} + +.e-badge.e-badge-secondary:not(.e-badge-ghost):not([href]), .e-badge.e-badge-secondary[href]:not(.e-badge-ghost) { + background-color: #e3165b; + color: #fff; +} + +.e-badge.e-badge-success:not(.e-badge-ghost):not([href]), .e-badge.e-badge-success[href]:not(.e-badge-ghost) { + background-color: #4d841d; + color: #fff; +} + +.e-badge.e-badge-danger:not(.e-badge-ghost):not([href]), .e-badge.e-badge-danger[href]:not(.e-badge-ghost) { + background-color: #d64113; + color: #fff; +} + +.e-badge.e-badge-warning:not(.e-badge-ghost):not([href]), .e-badge.e-badge-warning[href]:not(.e-badge-ghost) { + background-color: #c15700; + color: #fff; +} + +.e-badge.e-badge-info:not(.e-badge-ghost):not([href]), .e-badge.e-badge-info[href]:not(.e-badge-ghost) { + background-color: #0378d5; + color: #fff; +} + +.e-badge.e-badge-light:not(.e-badge-ghost):not([href]), .e-badge.e-badge-light[href]:not(.e-badge-ghost) { + background-color: #fff; + color: #000; +} + +.e-badge.e-badge-dark:not(.e-badge-ghost):not([href]), .e-badge.e-badge-dark[href]:not(.e-badge-ghost) { + background-color: #303030; + color: #fff; +} + +.e-badge.e-badge-primary[href]:not(.e-badge-ghost):hover { + background-color: #32408f; +} + +.e-badge.e-badge-secondary[href]:not(.e-badge-ghost):hover { + background-color: #b51148; +} + +.e-badge.e-badge-success[href]:not(.e-badge-ghost):hover { + background-color: #355a14; +} + +.e-badge.e-badge-danger[href]:not(.e-badge-ghost):hover { + background-color: #a7330f; +} + +.e-badge.e-badge-warning[href]:not(.e-badge-ghost):hover { + background-color: #8e4000; +} + +.e-badge.e-badge-info[href]:not(.e-badge-ghost):hover { + background-color: #025ca3; +} + +.e-badge.e-badge-light[href]:not(.e-badge-ghost):hover { + background-color: #e6e6e6; +} + +.e-badge.e-badge-dark[href]:not(.e-badge-ghost):hover { + background-color: #171717; +} + +.e-badge.e-badge-primary[href].e-badge-ghost:hover { + border-color: #2b387c; + color: #2b387c; +} + +.e-badge.e-badge-secondary[href].e-badge-ghost:hover { + border-color: #9d0f3f; + color: #9d0f3f; +} + +.e-badge.e-badge-success[href].e-badge-ghost:hover { + border-color: #28450f; + color: #28450f; +} + +.e-badge.e-badge-danger[href].e-badge-ghost:hover { + border-color: #902c0d; + color: #902c0d; +} + +.e-badge.e-badge-warning[href].e-badge-ghost:hover { + border-color: #753500; + color: #753500; +} + +.e-badge.e-badge-info[href].e-badge-ghost:hover { + border-color: #024e8a; + color: #024e8a; +} + +.e-badge.e-badge-light[href].e-badge-ghost:hover { + border-color: #d9d9d9; + color: #d9d9d9; +} + +.e-badge.e-badge-dark[href].e-badge-ghost:hover { + border-color: #0a0a0a; + color: #0a0a0a; +} + +.e-badge.e-badge-ghost.e-badge-primary { + background-color: transparent; + border: 1px solid #3f51b5; + color: #3f51b5; +} + +.e-badge.e-badge-ghost.e-badge-secondary { + background-color: transparent; + border: 1px solid #e3165b; + color: #e3165b; +} + +.e-badge.e-badge-ghost.e-badge-success { + background-color: transparent; + border: 1px solid #4d841d; + color: #4d841d; +} + +.e-badge.e-badge-ghost.e-badge-danger { + background-color: transparent; + border: 1px solid #d64113; + color: #d64113; +} + +.e-badge.e-badge-ghost.e-badge-warning { + background-color: transparent; + border: 1px solid #c15700; + color: #c15700; +} + +.e-badge.e-badge-ghost.e-badge-info { + background-color: transparent; + border: 1px solid #0378d5; + color: #0378d5; +} + +.e-badge.e-badge-ghost.e-badge-light { + background-color: transparent; + border: 1px solid #fff; + color: #fff; +} + +.e-badge.e-badge-ghost.e-badge-dark { + background-color: transparent; + border: 1px solid #303030; + color: #303030; +} + +.e-barcode { + display: block; +} + +.e-datamatrix { + display: block; +} + +.e-qrcode { + display: block; +} + +.e-content-placeholder.e-barcode.e-placeholder-barcode { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +.e-content-placeholder.e-datamatrixgenerator.e-placeholder-datamatrixgenerator { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +.e-content-placeholder.e-qrcodegenerator.e-placeholder-qrcodegenerator { + background-size: 100% 100%; + max-height: 100px; + max-width: 100px; +} + +/*! button layout */ +.e-btn, +.e-css.e-btn { + -webkit-font-smoothing: antialiased; + border: 1px solid; + border-radius: 2px; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 500; + -ms-flex-pack: center; + justify-content: center; + line-height: 1.143em; + outline: none; + padding: 6px 12px 4px; + text-align: center; + text-decoration: none; + text-transform: uppercase; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; +} + +.e-btn:disabled, +.e-css.e-btn:disabled { + cursor: default; +} + +.e-btn:hover, .e-btn:focus, +.e-css.e-btn:hover, +.e-css.e-btn:focus { + text-decoration: none; +} + +.e-btn::-moz-focus-inner, +.e-css.e-btn::-moz-focus-inner { + border: 0; + padding: 0; +} + +.e-btn .e-btn-icon, +.e-css.e-btn .e-btn-icon { + display: inline-block; + font-size: 12px; + margin-top: -2px; + vertical-align: middle; + width: 1em; +} + +.e-btn .e-btn-icon.e-icon-left, +.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.6667em; + width: 2.25em; +} + +.e-btn .e-btn-icon.e-icon-right, +.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.6667em; + width: 2.25em; +} + +.e-btn .e-btn-icon.e-icon-top, +.e-css.e-btn .e-btn-icon.e-icon-top { + display: block; + margin-top: 0; + padding-bottom: 6px; + width: auto; +} + +.e-btn .e-btn-icon.e-icon-bottom, +.e-css.e-btn .e-btn-icon.e-icon-bottom { + display: block; + margin-top: 0; + padding-top: 6px; + width: auto; +} + +.e-btn.e-icon-btn, +.e-css.e-btn.e-icon-btn { + padding: 6px 7px 4px; +} + +.e-btn.e-top-icon-btn, .e-btn.e-bottom-icon-btn, +.e-css.e-btn.e-top-icon-btn, +.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 12px 12px; +} + +.e-btn.e-round, +.e-css.e-btn.e-round { + border-radius: 50%; + height: 3em; + line-height: 1; + padding: 0; + width: 3em; +} + +.e-btn.e-round .e-btn-icon, +.e-css.e-btn.e-round .e-btn-icon { + font-size: 14px; + line-height: 2.8572em; + margin-top: 0; + width: auto; +} + +.e-btn.e-rtl .e-icon-right, +.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.6667em; + margin-right: 0; +} + +.e-btn.e-rtl .e-icon-left, +.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -0.6667em; +} + +.e-btn.e-flat, +.e-css.e-btn.e-flat { + border: 1px solid; +} + +.e-btn.e-small, +.e-css.e-btn.e-small { + font-size: 12px; + line-height: 1.5834em; + padding: 2px 12px 1px; +} + +.e-btn.e-small .e-btn-icon, +.e-css.e-btn.e-small .e-btn-icon { + font-size: 11px; + width: 1.091em; +} + +.e-btn.e-small .e-btn-icon.e-icon-left, +.e-css.e-btn.e-small .e-btn-icon.e-icon-left { + margin-left: -0.7273em; + width: 2.182em; +} + +.e-btn.e-small .e-btn-icon.e-icon-right, +.e-css.e-btn.e-small .e-btn-icon.e-icon-right { + margin-right: -0.7273em; + width: 2.182em; +} + +.e-btn.e-small .e-btn-icon.e-icon-top, +.e-css.e-btn.e-small .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-btn.e-small.e-icon-btn, +.e-css.e-btn.e-small.e-icon-btn { + padding: 2px 5px 1px; +} + +.e-btn.e-small.e-top-icon-btn, .e-btn.e-small.e-bottom-icon-btn, +.e-css.e-btn.e-small.e-top-icon-btn, +.e-css.e-btn.e-small.e-bottom-icon-btn { + line-height: 1; + padding: 12px 12px; +} + +.e-btn.e-small.e-round, +.e-css.e-btn.e-small.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-btn.e-small.e-round .e-btn-icon, +.e-css.e-btn.e-small.e-round .e-btn-icon { + font-size: 12px; + line-height: 2.3334em; + width: auto; +} + +.e-btn.e-small.e-rtl .e-icon-right, +.e-css.e-btn.e-small.e-rtl .e-icon-right { + margin-left: -0.7273em; + margin-right: 0; +} + +.e-btn.e-small.e-rtl .e-icon-left, +.e-css.e-btn.e-small.e-rtl .e-icon-left { + margin-left: 0; + margin-right: btn-small-icon-margin; +} + +.e-btn.e-block, +.e-css.e-btn.e-block { + display: block; + width: 100%; +} + +.e-small .e-btn, +.e-small.e-btn, +.e-small .e-css.e-btn, +.e-small.e-css.e-btn { + font-size: 12px; + line-height: 1.5834em; + padding: 2px 12px 1px; +} + +.e-small .e-btn .e-btn-icon, +.e-small.e-btn .e-btn-icon, +.e-small .e-css.e-btn .e-btn-icon, +.e-small.e-css.e-btn .e-btn-icon { + font-size: 11px; + width: 1.091em; +} + +.e-small .e-btn .e-btn-icon.e-icon-left, +.e-small.e-btn .e-btn-icon.e-icon-left, +.e-small .e-css.e-btn .e-btn-icon.e-icon-left, +.e-small.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -0.7273em; + width: 2.182em; +} + +.e-small .e-btn .e-btn-icon.e-icon-right, +.e-small.e-btn .e-btn-icon.e-icon-right, +.e-small .e-css.e-btn .e-btn-icon.e-icon-right, +.e-small.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -0.7273em; + width: 2.182em; +} + +.e-small .e-btn .e-btn-icon.e-icon-top, +.e-small.e-btn .e-btn-icon.e-icon-top, +.e-small .e-css.e-btn .e-btn-icon.e-icon-top, +.e-small.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-small .e-btn .e-btn-icon.e-icon-bottom, +.e-small.e-btn .e-btn-icon.e-icon-bottom, +.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-small .e-btn.e-icon-btn, +.e-small.e-btn.e-icon-btn, +.e-small .e-css.e-btn.e-icon-btn, +.e-small.e-css.e-btn.e-icon-btn { + padding: 2px 5px 1px; +} + +.e-small .e-btn.e-top-icon-btn, .e-small .e-btn.e-bottom-icon-btn, +.e-small.e-btn.e-top-icon-btn, +.e-small.e-btn.e-bottom-icon-btn, +.e-small .e-css.e-btn.e-top-icon-btn, +.e-small .e-css.e-btn.e-bottom-icon-btn, +.e-small.e-css.e-btn.e-top-icon-btn, +.e-small.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 12px 12px; +} + +.e-small .e-btn.e-round, +.e-small.e-btn.e-round, +.e-small .e-css.e-btn.e-round, +.e-small.e-css.e-btn.e-round { + height: 2.5em; + line-height: 1; + padding: 0; + width: 2.5em; +} + +.e-small .e-btn.e-round .e-btn-icon, +.e-small.e-btn.e-round .e-btn-icon, +.e-small .e-css.e-btn.e-round .e-btn-icon, +.e-small.e-css.e-btn.e-round .e-btn-icon { + font-size: 12px; + line-height: 2.3334em; + width: auto; +} + +.e-small .e-btn.e-rtl .e-icon-right, +.e-small.e-btn.e-rtl .e-icon-right, +.e-small .e-css.e-btn.e-rtl .e-icon-right, +.e-small.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -0.7273em; + margin-right: 0; +} + +.e-small .e-btn.e-rtl .e-icon-left, +.e-small.e-btn.e-rtl .e-icon-left, +.e-small .e-css.e-btn.e-rtl .e-icon-left, +.e-small.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: btn-small-icon-margin; +} + +.e-bigger.e-small .e-btn, +.e-bigger.e-small.e-btn, +.e-bigger.e-small .e-css.e-btn, +.e-bigger.e-small.e-css.e-btn { + font-size: 14px; + line-height: 2em; + padding: 3px 16px 1px; +} + +.e-bigger.e-small .e-btn .e-btn-icon, +.e-bigger.e-small.e-btn .e-btn-icon, +.e-bigger.e-small .e-css.e-btn .e-btn-icon, +.e-bigger.e-small.e-css.e-btn .e-btn-icon { + font-size: 12px; + width: 1em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -1em; + width: 2.6667em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -1em; + width: 2.6667em; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-bigger.e-small .e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-small.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-bigger.e-small .e-btn.e-icon-btn, +.e-bigger.e-small.e-btn.e-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-icon-btn { + padding: 3px 10px 1px; +} + +.e-bigger.e-small .e-btn.e-top-icon-btn, .e-bigger.e-small .e-btn.e-bottom-icon-btn, +.e-bigger.e-small.e-btn.e-top-icon-btn, +.e-bigger.e-small.e-btn.e-bottom-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-top-icon-btn, +.e-bigger.e-small .e-css.e-btn.e-bottom-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-top-icon-btn, +.e-bigger.e-small.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 16px 16px; +} + +.e-bigger.e-small .e-btn.e-round, +.e-bigger.e-small.e-btn.e-round, +.e-bigger.e-small .e-css.e-btn.e-round, +.e-bigger.e-small.e-css.e-btn.e-round { + height: 2.8572em; + line-height: 1; + padding: 0; + width: 2.8572em; +} + +.e-bigger.e-small .e-btn.e-round .e-btn-icon, +.e-bigger.e-small.e-btn.e-round .e-btn-icon, +.e-bigger.e-small .e-css.e-btn.e-round .e-btn-icon, +.e-bigger.e-small.e-css.e-btn.e-round .e-btn-icon { + font-size: 14px; + line-height: 2.7143em; + width: auto; +} + +.e-bigger.e-small .e-btn.e-rtl .e-icon-right, +.e-bigger.e-small.e-btn.e-rtl .e-icon-right, +.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-right, +.e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -1em; + margin-right: 0; +} + +.e-bigger.e-small .e-btn.e-rtl .e-icon-left, +.e-bigger.e-small.e-btn.e-rtl .e-icon-left, +.e-bigger.e-small .e-css.e-btn.e-rtl .e-icon-left, +.e-bigger.e-small.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -1em; +} + +.e-bigger .e-btn, +.e-bigger.e-btn, +.e-bigger .e-css.e-btn, +.e-bigger.e-css.e-btn { + font-size: 14px; + line-height: 2em; + padding: 4px 16px 2px; +} + +.e-bigger .e-btn .e-btn-icon, +.e-bigger.e-btn .e-btn-icon, +.e-bigger .e-css.e-btn .e-btn-icon, +.e-bigger.e-css.e-btn .e-btn-icon { + font-size: 12px; + width: 1em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-btn .e-btn-icon.e-icon-left, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-left, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-left { + margin-left: -1em; + width: 3em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-btn .e-btn-icon.e-icon-right, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-right, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-right { + margin-right: -1em; + width: 3em; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-btn .e-btn-icon.e-icon-top, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-top, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-top { + padding-bottom: 8px; + width: auto; +} + +.e-bigger .e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger .e-css.e-btn .e-btn-icon.e-icon-bottom, +.e-bigger.e-css.e-btn .e-btn-icon.e-icon-bottom { + padding-top: 8px; + width: auto; +} + +.e-bigger .e-btn.e-icon-btn, +.e-bigger.e-btn.e-icon-btn, +.e-bigger .e-css.e-btn.e-icon-btn, +.e-bigger.e-css.e-btn.e-icon-btn { + padding: 4px 11px 2px; +} + +.e-bigger .e-btn.e-top-icon-btn, .e-bigger .e-btn.e-bottom-icon-btn, +.e-bigger.e-btn.e-top-icon-btn, +.e-bigger.e-btn.e-bottom-icon-btn, +.e-bigger .e-css.e-btn.e-top-icon-btn, +.e-bigger .e-css.e-btn.e-bottom-icon-btn, +.e-bigger.e-css.e-btn.e-top-icon-btn, +.e-bigger.e-css.e-btn.e-bottom-icon-btn { + line-height: 1; + padding: 16px 16px; +} + +.e-bigger .e-btn.e-round, +.e-bigger.e-btn.e-round, +.e-bigger .e-css.e-btn.e-round, +.e-bigger.e-css.e-btn.e-round { + height: 3.7143em; + line-height: 1; + padding: 0; + width: 3.7143em; +} + +.e-bigger .e-btn.e-round .e-btn-icon, +.e-bigger.e-btn.e-round .e-btn-icon, +.e-bigger .e-css.e-btn.e-round .e-btn-icon, +.e-bigger.e-css.e-btn.e-round .e-btn-icon { + font-size: 16px; + line-height: 3.125em; + width: auto; +} + +.e-bigger .e-btn.e-rtl .e-icon-right, +.e-bigger.e-btn.e-rtl .e-icon-right, +.e-bigger .e-css.e-btn.e-rtl .e-icon-right, +.e-bigger.e-css.e-btn.e-rtl .e-icon-right { + margin-left: -1em; + margin-right: 0; +} + +.e-bigger .e-btn.e-rtl .e-icon-left, +.e-bigger.e-btn.e-rtl .e-icon-left, +.e-bigger .e-css.e-btn.e-rtl .e-icon-left, +.e-bigger.e-css.e-btn.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -1em; +} + +.e-bigger .e-btn.e-small, +.e-bigger.e-btn.e-small, +.e-bigger .e-css.e-btn.e-small, +.e-bigger.e-css.e-btn.e-small { + font-size: 14px; + line-height: 2em; + padding: 3px 16px 1px; +} + +.e-bigger .e-btn.e-small .e-btn-icon, +.e-bigger.e-btn.e-small .e-btn-icon, +.e-bigger .e-css.e-btn.e-small .e-btn-icon, +.e-bigger.e-css.e-btn.e-small .e-btn-icon { + font-size: 12px; + width: 1em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-left, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-left { + margin-left: -1em; + width: 2.6667em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-right, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-right { + margin-right: -1em; + width: 2.6667em; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-top, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-top { + padding-bottom: 6px; + width: auto; +} + +.e-bigger .e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger .e-css.e-btn.e-small .e-btn-icon.e-icon-bottom, +.e-bigger.e-css.e-btn.e-small .e-btn-icon.e-icon-bottom { + padding-top: 6px; + width: auto; +} + +.e-bigger .e-btn.e-small.e-icon-btn, +.e-bigger.e-btn.e-small.e-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-icon-btn { + padding: 3px 10px 1px; +} + +.e-bigger .e-btn.e-small.e-top-icon-btn, .e-bigger .e-btn.e-small.e-bottom-icon-btn, +.e-bigger.e-btn.e-small.e-top-icon-btn, +.e-bigger.e-btn.e-small.e-bottom-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-top-icon-btn, +.e-bigger .e-css.e-btn.e-small.e-bottom-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-top-icon-btn, +.e-bigger.e-css.e-btn.e-small.e-bottom-icon-btn { + line-height: 1; + padding: 16px 16px; +} + +.e-bigger .e-btn.e-small.e-round, +.e-bigger.e-btn.e-small.e-round, +.e-bigger .e-css.e-btn.e-small.e-round, +.e-bigger.e-css.e-btn.e-small.e-round { + height: 2.8572em; + line-height: 1; + padding: 0; + width: 2.8572em; +} + +.e-bigger .e-btn.e-small.e-round .e-btn-icon, +.e-bigger.e-btn.e-small.e-round .e-btn-icon, +.e-bigger .e-css.e-btn.e-small.e-round .e-btn-icon, +.e-bigger.e-css.e-btn.e-small.e-round .e-btn-icon { + font-size: 14px; + line-height: 2.7143em; + width: auto; +} + +.e-bigger .e-btn.e-small.e-rtl .e-icon-right, +.e-bigger.e-btn.e-small.e-rtl .e-icon-right, +.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-right, +.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-right { + margin-left: -1em; + margin-right: 0; +} + +.e-bigger .e-btn.e-small.e-rtl .e-icon-left, +.e-bigger.e-btn.e-small.e-rtl .e-icon-left, +.e-bigger .e-css.e-btn.e-small.e-rtl .e-icon-left, +.e-bigger.e-css.e-btn.e-small.e-rtl .e-icon-left { + margin-left: 0; + margin-right: -1em; +} + +/*! button theme */ +.e-btn, +.e-css.e-btn { + -webkit-tap-highlight-color: transparent; + background-color: #fafafa; + border-color: transparent; + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); +} + +.e-btn:hover, +.e-css.e-btn:hover { + background-color: rgba(226, 226, 226, 0.9844); + border-color: transparent; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.e-btn:focus, +.e-css.e-btn:focus { + background-color: rgba(0, 0, 0, 0.18); + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); +} + +.e-btn:active, +.e-css.e-btn:active { + background-color: rgba(184, 184, 184, 0.9584); + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-btn.e-active, +.e-css.e-btn.e-active { + background-color: rgba(184, 184, 184, 0.9584); + border-color: transparent; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.e-btn:disabled, +.e-css.e-btn:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn .e-ripple-element, +.e-css.e-btn .e-ripple-element { + background-color: rgba(0, 0, 0, 0.24); +} + +.e-btn.e-round, +.e-css.e-btn.e-round { + background-color: #fafafa; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-btn.e-round:hover, +.e-css.e-btn.e-round:hover { + background-color: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.e-btn.e-round:focus, +.e-css.e-btn.e-round:focus { + background-color: rgba(0, 0, 0, 0.18); + border-color: transparent; + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + outline: #fafafa 0 solid; + outline-offset: 0; +} + +.e-btn.e-round:active, +.e-css.e-btn.e-round:active { + background-color: rgba(184, 184, 184, 0.9584); + border-color: transparent; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + outline: #fafafa 0 solid; + outline-offset: 0; +} + +.e-btn.e-round:disabled, +.e-css.e-btn.e-round:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-round.e-primary:focus, +.e-css.e-btn.e-round.e-primary:focus { + outline: #fafafa 0 solid; +} + +.e-btn.e-round.e-success:focus, +.e-css.e-btn.e-round.e-success:focus { + outline: #fafafa 0 solid; +} + +.e-btn.e-round.e-info:focus, +.e-css.e-btn.e-round.e-info:focus { + outline: #fafafa 0 solid; +} + +.e-btn.e-round.e-warning:focus, +.e-css.e-btn.e-round.e-warning:focus { + outline: #fafafa 0 solid; +} + +.e-btn.e-round.e-danger:focus, +.e-css.e-btn.e-round.e-danger:focus { + outline: #fafafa 0 solid; +} + +.e-btn.e-primary, +.e-css.e-btn.e-primary { + background-color: #e3165b; + border-color: transparent; + color: #fff; +} + +.e-btn.e-primary:hover, +.e-css.e-btn.e-primary:hover { + background-color: #e6326f; + border-color: transparent; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + color: #fff; +} + +.e-btn.e-primary:focus, +.e-css.e-btn.e-primary:focus { + background-color: #ea4e82; + border-color: transparent; + color: #fff; + outline: #fafafa 0 solid; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); +} + +.e-btn.e-primary:active, +.e-css.e-btn.e-primary:active { + background-color: #ec618f; + border-color: transparent; + color: #fff; + outline: #fafafa 0 solid; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-btn.e-primary.e-active, +.e-css.e-btn.e-primary.e-active { + background-color: #ec618f; + border-color: transparent; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + color: #fff; +} + +.e-btn.e-primary:disabled, +.e-css.e-btn.e-primary:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-primary .e-ripple-element, +.e-css.e-btn.e-primary .e-ripple-element { + background-color: rgba(255, 255, 255, 0.24); +} + +.e-btn.e-success, +.e-css.e-btn.e-success { + background-color: #4d841d; + border-color: transparent; + color: #fff; +} + +.e-btn.e-success:hover, +.e-css.e-btn.e-success:hover { + background-color: #629338; + border-color: transparent; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + color: #fff; +} + +.e-btn.e-success:focus, +.e-css.e-btn.e-success:focus { + background-color: #78a253; + border-color: transparent; + color: #fff; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); +} + +.e-btn.e-success:active, .e-btn.e-success.e-active, +.e-css.e-btn.e-success:active, +.e-css.e-btn.e-success.e-active { + background-color: #86ab65; + border-color: transparent; + color: #fff; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-btn.e-success:disabled, +.e-css.e-btn.e-success:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-success .e-ripple-element, +.e-css.e-btn.e-success .e-ripple-element { + background-color: rgba(255, 255, 255, 0.24); +} + +.e-btn.e-info, +.e-css.e-btn.e-info { + background-color: #0378d5; + border-color: transparent; + color: #fff; +} + +.e-btn.e-info:hover, +.e-css.e-btn.e-info:hover { + background-color: #2188da; + border-color: transparent; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + color: #fff; +} + +.e-btn.e-info:focus, +.e-css.e-btn.e-info:focus { + background-color: #3f98df; + border-color: transparent; + color: #fff; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); +} + +.e-btn.e-info:active, .e-btn.e-info.e-active, +.e-css.e-btn.e-info:active, +.e-css.e-btn.e-info.e-active { + background-color: #54a3e2; + border-color: transparent; + color: #fff; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-btn.e-info:disabled, +.e-css.e-btn.e-info:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-info .e-ripple-element, +.e-css.e-btn.e-info .e-ripple-element { + background-color: rgba(255, 255, 255, 0.24); +} + +.e-btn.e-warning, +.e-css.e-btn.e-warning { + background-color: #c15700; + border-color: transparent; + color: #fff; +} + +.e-btn.e-warning:hover, +.e-css.e-btn.e-warning:hover { + background-color: #c86b1f; + border-color: transparent; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + color: #fff; +} + +.e-btn.e-warning:focus, +.e-css.e-btn.e-warning:focus { + background-color: #d07f3d; + border-color: transparent; + color: #fff; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); +} + +.e-btn.e-warning:active, .e-btn.e-warning.e-active, +.e-css.e-btn.e-warning:active, +.e-css.e-btn.e-warning.e-active { + background-color: #d58d52; + border-color: transparent; + color: #fff; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-btn.e-warning:disabled, +.e-css.e-btn.e-warning:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-warning .e-ripple-element, +.e-css.e-btn.e-warning .e-ripple-element { + background-color: rgba(255, 255, 255, 0.24); +} + +.e-btn.e-danger, +.e-css.e-btn.e-danger { + background-color: #d64113; + border-color: transparent; + color: #fff; +} + +.e-btn.e-danger:hover, +.e-css.e-btn.e-danger:hover { + background-color: #db582f; + border-color: transparent; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + color: #fff; +} + +.e-btn.e-danger:focus, +.e-css.e-btn.e-danger:focus { + background-color: #e06f4c; + border-color: transparent; + color: #fff; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); +} + +.e-btn.e-danger:active, +.e-css.e-btn.e-danger:active { + background-color: #e37e5f; + border-color: transparent; + color: #fff; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-btn.e-danger.e-active, +.e-css.e-btn.e-danger.e-active { + background-color: #e37e5f; + border-color: transparent; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + color: #fff; +} + +.e-btn.e-danger:disabled, +.e-css.e-btn.e-danger:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-danger .e-ripple-element, +.e-css.e-btn.e-danger .e-ripple-element { + background-color: rgba(255, 255, 255, 0.24); +} + +.e-btn.e-flat, +.e-css.e-btn.e-flat { + background-color: transparent; + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-btn.e-flat:hover, +.e-css.e-btn.e-flat:hover { + background-color: rgba(0, 0, 0, 0.0348); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-btn.e-flat:focus, +.e-css.e-btn.e-flat:focus { + background-color: rgba(0, 0, 0, 0.1044); + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + box-shadow: none; +} + +.e-btn.e-flat:active, .e-btn.e-flat.e-active, +.e-css.e-btn.e-flat:active, +.e-css.e-btn.e-flat.e-active { + background-color: rgba(0, 0, 0, 0.2088); + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + box-shadow: none; +} + +.e-btn.e-flat:disabled, +.e-css.e-btn.e-flat:disabled { + background-color: transparent; + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-flat .e-ripple-element, +.e-css.e-btn.e-flat .e-ripple-element { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-btn.e-flat.e-primary, +.e-css.e-btn.e-flat.e-primary { + background-color: transparent; + border-color: transparent; + color: #e3165b; +} + +.e-btn.e-flat.e-primary:hover, +.e-css.e-btn.e-flat.e-primary:hover { + background-color: rgba(227, 22, 91, 0.04); + border-color: transparent; + color: #e3165b; +} + +.e-btn.e-flat.e-primary:focus, +.e-css.e-btn.e-flat.e-primary:focus { + background-color: rgba(227, 22, 91, 0.12); + border-color: transparent; + color: #e3165b; +} + +.e-btn.e-flat.e-primary:active, .e-btn.e-flat.e-primary.e-active, +.e-css.e-btn.e-flat.e-primary:active, +.e-css.e-btn.e-flat.e-primary.e-active { + background-color: rgba(227, 22, 91, 0.24); + border-color: transparent; + color: #e3165b; +} + +.e-btn.e-flat.e-primary:disabled, +.e-css.e-btn.e-flat.e-primary:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-flat.e-primary .e-ripple-element, +.e-css.e-btn.e-flat.e-primary .e-ripple-element { + background-color: rgba(227, 22, 91, 0.12); +} + +.e-btn.e-flat.e-success, +.e-css.e-btn.e-flat.e-success { + background-color: transparent; + border-color: transparent; + color: #4d841d; +} + +.e-btn.e-flat.e-success:hover, +.e-css.e-btn.e-flat.e-success:hover { + background-color: rgba(77, 132, 29, 0.04); + border-color: transparent; + box-shadow: none; + color: #4d841d; +} + +.e-btn.e-flat.e-success:focus, +.e-css.e-btn.e-flat.e-success:focus { + background-color: rgba(77, 132, 29, 0.12); + border-color: transparent; + color: #4d841d; + box-shadow: none; +} + +.e-btn.e-flat.e-success:active, .e-btn.e-flat.e-success.e-active, +.e-css.e-btn.e-flat.e-success:active, +.e-css.e-btn.e-flat.e-success.e-active { + background-color: rgba(77, 132, 29, 0.24); + border-color: transparent; + color: #4d841d; + box-shadow: none; +} + +.e-btn.e-flat.e-success:disabled, +.e-css.e-btn.e-flat.e-success:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-flat.e-success .e-ripple-element, +.e-css.e-btn.e-flat.e-success .e-ripple-element { + background-color: rgba(77, 132, 29, 0.12); +} + +.e-btn.e-flat.e-info, +.e-css.e-btn.e-flat.e-info { + background-color: transparent; + border-color: transparent; + color: #0378d5; +} + +.e-btn.e-flat.e-info:hover, +.e-css.e-btn.e-flat.e-info:hover { + background-color: rgba(3, 120, 213, 0.04); + border-color: transparent; + box-shadow: none; + color: #0378d5; +} + +.e-btn.e-flat.e-info:focus, +.e-css.e-btn.e-flat.e-info:focus { + background-color: rgba(3, 120, 213, 0.12); + border-color: transparent; + color: #0378d5; + box-shadow: none; +} + +.e-btn.e-flat.e-info:active, .e-btn.e-flat.e-info.e-active, +.e-css.e-btn.e-flat.e-info:active, +.e-css.e-btn.e-flat.e-info.e-active { + background-color: rgba(3, 120, 213, 0.24); + border-color: transparent; + color: #0378d5; + box-shadow: none; +} + +.e-btn.e-flat.e-info:disabled, +.e-css.e-btn.e-flat.e-info:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-flat.e-info .e-ripple-element, +.e-css.e-btn.e-flat.e-info .e-ripple-element { + background-color: rgba(3, 120, 213, 0.12); +} + +.e-btn.e-flat.e-warning, +.e-css.e-btn.e-flat.e-warning { + background-color: transparent; + border-color: transparent; + color: #c15700; +} + +.e-btn.e-flat.e-warning:hover, +.e-css.e-btn.e-flat.e-warning:hover { + background-color: rgba(193, 87, 0, 0.04); + border-color: transparent; + box-shadow: none; + color: #c15700; +} + +.e-btn.e-flat.e-warning:focus, +.e-css.e-btn.e-flat.e-warning:focus { + background-color: rgba(193, 87, 0, 0.12); + border-color: transparent; + color: #c15700; + box-shadow: none; +} + +.e-btn.e-flat.e-warning:active, .e-btn.e-flat.e-warning.e-active, +.e-css.e-btn.e-flat.e-warning:active, +.e-css.e-btn.e-flat.e-warning.e-active { + background-color: rgba(193, 87, 0, 0.24); + border-color: transparent; + color: #c15700; + box-shadow: none; +} + +.e-btn.e-flat.e-warning:disabled, +.e-css.e-btn.e-flat.e-warning:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-flat.e-warning .e-ripple-element, +.e-css.e-btn.e-flat.e-warning .e-ripple-element { + background-color: rgba(193, 87, 0, 0.12); +} + +.e-btn.e-flat.e-danger, +.e-css.e-btn.e-flat.e-danger { + background-color: transparent; + border-color: transparent; + color: #d64113; +} + +.e-btn.e-flat.e-danger:hover, +.e-css.e-btn.e-flat.e-danger:hover { + background-color: rgba(214, 65, 19, 0.04); + border-color: transparent; + box-shadow: none; + color: #d64113; +} + +.e-btn.e-flat.e-danger:focus, +.e-css.e-btn.e-flat.e-danger:focus { + background-color: rgba(214, 65, 19, 0.12); + border-color: transparent; + color: #d64113; + box-shadow: none; +} + +.e-btn.e-flat.e-danger:active, .e-btn.e-flat.e-danger.e-active, +.e-css.e-btn.e-flat.e-danger:active, +.e-css.e-btn.e-flat.e-danger.e-active { + background-color: rgba(214, 65, 19, 0.24); + border-color: transparent; + color: #d64113; + box-shadow: none; +} + +.e-btn.e-flat.e-danger:disabled, +.e-css.e-btn.e-flat.e-danger:disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-flat.e-danger .e-ripple-element, +.e-css.e-btn.e-flat.e-danger .e-ripple-element { + background-color: rgba(214, 65, 19, 0.12); +} + +.e-btn.e-outline, +.e-css.e-btn.e-outline { + background-color: transparent; + border-color: #adadad; + box-shadow: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-btn.e-outline:hover, +.e-css.e-btn.e-outline:hover { + background-color: rgba(0, 0, 0, 0.12); + border-color: #adadad; + box-shadow: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-btn.e-outline:focus, +.e-css.e-btn.e-outline:focus { + background-color: rgba(0, 0, 0, 0.24); + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); +} + +.e-btn.e-outline:active, .e-btn.e-outline.e-active, +.e-css.e-btn.e-outline:active, +.e-css.e-btn.e-outline.e-active { + background-color: rgba(0, 0, 0, 0.32); + border-color: #adadad; + box-shadow: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-btn.e-outline:disabled, +.e-css.e-btn.e-outline:disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-outline.e-primary, +.e-css.e-btn.e-outline.e-primary { + background-color: transparent; + border-color: #e3165b; + color: #e3165b; +} + +.e-btn.e-outline.e-primary:hover, +.e-css.e-btn.e-outline.e-primary:hover { + background-color: #e6326f; + border-color: transparent; + color: #fff; +} + +.e-btn.e-outline.e-primary:focus, +.e-css.e-btn.e-outline.e-primary:focus { + background-color: #ea4e82; + border-color: transparent; + color: #fff; +} + +.e-btn.e-outline.e-primary:active, .e-btn.e-outline.e-primary.e-active, +.e-css.e-btn.e-outline.e-primary:active, +.e-css.e-btn.e-outline.e-primary.e-active { + background-color: #ec618f; + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline.e-primary:disabled, +.e-css.e-btn.e-outline.e-primary:disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-outline.e-success, +.e-css.e-btn.e-outline.e-success { + background-color: transparent; + border-color: #4d841d; + color: #4d841d; +} + +.e-btn.e-outline.e-success:hover, +.e-css.e-btn.e-outline.e-success:hover { + background-color: #629338; + border-color: transparent; + color: #fff; +} + +.e-btn.e-outline.e-success:focus, +.e-css.e-btn.e-outline.e-success:focus { + background-color: #78a253; + border-color: transparent; + color: #fff; +} + +.e-btn.e-outline.e-success:active, .e-btn.e-outline.e-success.e-active, +.e-css.e-btn.e-outline.e-success:active, +.e-css.e-btn.e-outline.e-success.e-active { + background-color: #86ab65; + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline.e-success:disabled, +.e-css.e-btn.e-outline.e-success:disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-outline.e-info, +.e-css.e-btn.e-outline.e-info { + background-color: transparent; + border-color: #0378d5; + color: #0378d5; +} + +.e-btn.e-outline.e-info:hover, +.e-css.e-btn.e-outline.e-info:hover { + background-color: #2188da; + border-color: transparent; + color: #fff; +} + +.e-btn.e-outline.e-info:focus, +.e-css.e-btn.e-outline.e-info:focus { + background-color: #2188da; + border-color: transparent; + color: #fff; +} + +.e-btn.e-outline.e-info:active, .e-btn.e-outline.e-info.e-active, +.e-css.e-btn.e-outline.e-info:active, +.e-css.e-btn.e-outline.e-info.e-active { + background-color: #54a3e2; + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline.e-info:disabled, +.e-css.e-btn.e-outline.e-info:disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-outline.e-warning, +.e-css.e-btn.e-outline.e-warning { + background-color: transparent; + border-color: #c15700; + color: #c15700; +} + +.e-btn.e-outline.e-warning:hover, +.e-css.e-btn.e-outline.e-warning:hover { + background-color: #c86b1f; + border-color: transparent; + color: #fff; +} + +.e-btn.e-outline.e-warning:focus, +.e-css.e-btn.e-outline.e-warning:focus { + background-color: #c86b1f; + border-color: transparent; + color: #fff; +} + +.e-btn.e-outline.e-warning:active, .e-btn.e-outline.e-warning.e-active, +.e-css.e-btn.e-outline.e-warning:active, +.e-css.e-btn.e-outline.e-warning.e-active { + background-color: #d58d52; + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline.e-warning:disabled, +.e-css.e-btn.e-outline.e-warning:disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-outline.e-danger, +.e-css.e-btn.e-outline.e-danger { + background-color: transparent; + border-color: #d64113; + color: #d64113; +} + +.e-btn.e-outline.e-danger:hover, +.e-css.e-btn.e-outline.e-danger:hover { + background-color: #db582f; + border-color: transparent; + color: #fff; +} + +.e-btn.e-outline.e-danger:focus, +.e-css.e-btn.e-outline.e-danger:focus { + background-color: #db582f; + border-color: transparent; + color: #fff; +} + +.e-btn.e-outline.e-danger:active, .e-btn.e-outline.e-danger.e-active, +.e-css.e-btn.e-outline.e-danger:active, +.e-css.e-btn.e-outline.e-danger.e-active { + background-color: #e37e5f; + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-btn.e-outline.e-danger:disabled, +.e-css.e-btn.e-outline.e-danger:disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); +} + +.e-btn.e-link, +.e-css.e-btn.e-link { + background-color: transparent; + border-color: transparent; + border-radius: 0; + box-shadow: none; + color: #0d47a1; +} + +.e-btn.e-link:hover, +.e-css.e-btn.e-link:hover { + border-radius: 0; + color: #0a3576; + text-decoration: underline; +} + +.e-btn.e-link:focus, +.e-css.e-btn.e-link:focus { + border-radius: 0; + text-decoration: underline; + color: #0a3576; +} + +.e-btn.e-link:disabled, +.e-css.e-btn.e-link:disabled { + color: rgba(0, 0, 0, 0.26); + background-color: transparent; + box-shadow: none; + text-decoration: none; +} + +/*! calendar material theme variables */ +/*! component icons */ +.e-calendar .e-header .e-date-icon-prev::before { + content: '\e910'; +} + +.e-calendar .e-header .e-date-icon-next::before { + content: '\e916'; +} + +/*! calendar layout */ +ejs-calendar { + display: block; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + -webkit-tap-highlight-color: transparent; + border-radius: 2px; + display: block; + overflow: auto; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-calendar.e-rtl .e-header .e-title, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title { + float: right; + text-align: right; +} + +.e-calendar.e-rtl .e-header .e-icon-container, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-icon-container { + float: left; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + background: none; + display: table; + font-weight: 500; + position: relative; + text-align: center; + width: 100%; +} + +.e-calendar .e-header button, +.e-bigger.e-small .e-calendar .e-header button { + background: transparent; + border: 0; + padding: 0; + text-decoration: none; +} + +.e-calendar .e-header span, +.e-bigger.e-small .e-calendar .e-header span { + cursor: pointer; + display: inline-block; + font-size: 15px; + font-weight: 500; + line-height: 16px; + padding: 10px; + vertical-align: middle; +} + +.e-calendar .e-header span.e-disabled, +.e-bigger.e-small .e-calendar .e-header span.e-disabled { + cursor: default; +} + +.e-calendar .e-week-header, +.e-bigger.e-small .e-calendar .e-week-header { + padding: 0; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + cursor: default; + font-size: 13px; + font-weight: normal; + text-align: center; +} + +.e-calendar .e-content .e-selected, +.e-calendar .e-content .e-state-hover, +.e-bigger.e-small .e-calendar .e-content .e-selected, +.e-bigger.e-small .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-calendar .e-content span.e-day, +.e-bigger.e-small .e-calendar .e-content span.e-day { + border-radius: 0; + cursor: pointer; + display: inline-block; + font-size: 13px; + overflow: hidden; + padding: 0; + text-align: center; + text-decoration: none; + vertical-align: middle; +} + +.e-calendar .e-content th, +.e-calendar .e-content td, +.e-bigger.e-small .e-calendar .e-content th, +.e-bigger.e-small .e-calendar .e-content td { + box-sizing: border-box; +} + +.e-calendar .e-content td.e-disabled, +.e-bigger.e-small .e-calendar .e-content td.e-disabled { + opacity: 0.35; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content td, +.e-bigger.e-small .e-calendar .e-content td { + cursor: pointer; + padding: 2px; + text-align: center; +} + +.e-calendar .e-content td.e-week-number, +.e-bigger.e-small .e-calendar .e-content td.e-week-number { + color: rgba(0, 0, 0, 0.87); + font-size: 12px; + font-style: italic; + font-weight: 500; +} + +.e-calendar .e-content td.e-overlay, +.e-bigger.e-small .e-calendar .e-content td.e-overlay { + background: none; + width: initial; +} + +.e-calendar .e-content table, +.e-bigger.e-small .e-calendar .e-content table { + border-collapse: separate; + border-spacing: 0; + border-width: 0; + float: left; + margin: 0; + outline: 0; + padding: 0 10px 10px; + table-layout: fixed; + width: 100%; +} + +.e-calendar .e-content td.e-other-month > span.e-day, +.e-calendar .e-content td.e-other-year > span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day { + display: none; + font-weight: normal; +} + +.e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide { + display: none; + font-weight: normal; +} + +.e-calendar .e-content tr.e-month-hide, +.e-calendar .e-content td.e-other-month, +.e-calendar .e-content td.e-other-year, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content td.e-other-month, +.e-bigger.e-small .e-calendar .e-content td.e-other-year { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content tr.e-month-hide, +.e-calendar .e-content td.e-other-month.e-disabled, +.e-calendar .e-content td.e-other-year.e-disabled, +.e-bigger.e-small .e-calendar .e-content tr.e-month-hide, +.e-bigger.e-small .e-calendar .e-content td.e-other-month.e-disabled, +.e-bigger.e-small .e-calendar .e-content td.e-other-year.e-disabled { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-calendar .e-content td.e-week-number:hover span.e-day, +.e-calendar .e-content td.e-week-number:hover, +.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-week-number:hover { + background-color: #fff; + cursor: default; +} + +.e-calendar .e-header .e-prev, +.e-calendar .e-header .e-next, +.e-bigger.e-small .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-calendar .e-header .e-next { + border-radius: 50%; + display: inline-block; + font-size: 14px; + vertical-align: middle; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + cursor: pointer; + display: inline-block; + float: left; + font-size: 14px; + font-weight: 500; + text-align: left; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + margin-left: 5px; +} + +.e-calendar .e-header .e-prev:hover, +.e-calendar .e-header .e-next:hover, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover, +.e-bigger.e-small .e-calendar .e-header .e-next:hover { + cursor: pointer; +} + +.e-calendar .e-header .e-prev.e-overlay, +.e-calendar .e-header .e-next.e-overlay, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-overlay, +.e-bigger.e-small .e-calendar .e-header .e-next.e-overlay { + background: none; +} + +.e-calendar .e-header.e-decade .e-title, +.e-calendar .e-header.e-year .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-year .e-title { + margin-left: 5px; +} + +.e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title { + cursor: default; +} + +.e-calendar .e-header .e-icon-container, +.e-bigger.e-small .e-calendar .e-header .e-icon-container { + display: inline-block; + float: right; +} + +.e-calendar .e-footer-container, +.e-bigger.e-small .e-calendar .e-footer-container { + text-transform: uppercase; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + max-width: 246px; + min-width: 240px; + padding: 0; +} + +.e-calendar.e-calendar-day-header-lg, +.e-bigger.e-small .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-calendar.e-week-number, +.e-bigger.e-small .e-calendar.e-week-number { + min-width: 262px; +} + +.e-calendar.e-week, +.e-bigger.e-small .e-calendar.e-week { + max-width: 246px; + min-width: 240px; +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + line-height: 40px; +} + +.e-calendar.e-rtl .e-header .e-title, +.e-bigger.e-small .e-calendar.e-rtl .e-header .e-title { + text-align: right; + text-indent: 4px; +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + height: 40px; +} + +.e-calendar .e-header.e-month, +.e-bigger.e-small .e-calendar .e-header.e-month { + padding: 10px 10px 0 10px; +} + +.e-calendar .e-header.e-year, .e-calendar .e-header.e-decade, +.e-bigger.e-small .e-calendar .e-header.e-year, +.e-bigger.e-small .e-calendar .e-header.e-decade { + padding: 10px 10px 0 10px; +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + font-weight: normal; + height: 30px; +} + +.e-calendar .e-content .e-selected, +.e-calendar .e-content .e-state-hover, +.e-bigger.e-small .e-calendar .e-content .e-selected, +.e-bigger.e-small .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-calendar .e-content span.e-day, +.e-bigger.e-small .e-calendar .e-content span.e-day { + border: none; + font-size: 13px; + font-weight: normal; + height: 30px; + line-height: 30px; + width: 30px; +} + +.e-calendar .e-content.e-year table, +.e-calendar .e-content.e-decade table, +.e-bigger.e-small .e-calendar .e-content.e-year table, +.e-bigger.e-small .e-calendar .e-content.e-decade table { + border-spacing: 0; + padding: 10px; +} + +.e-calendar .e-content.e-month td, +.e-bigger.e-small .e-calendar .e-content.e-month td { + height: 30px; + padding: 2px; +} + +.e-calendar .e-content .tfooter > tr > td, +.e-bigger.e-small .e-calendar .e-content .tfooter > tr > td { + height: 36px; + line-height: 36px; +} + +.e-calendar .e-content.e-year td, +.e-calendar .e-content.e-decade td, +.e-bigger.e-small .e-calendar .e-content.e-year td, +.e-bigger.e-small .e-calendar .e-content.e-decade td { + height: 45px; + padding: 6px; +} + +.e-calendar .e-content.e-year td > span.e-day, +.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day { + font-weight: normal; + height: 45px; + line-height: 45px; + width: 45px; +} + +.e-calendar .e-header .e-icon-container .e-prev, +.e-calendar .e-header .e-icon-container .e-next, +.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-prev, +.e-bigger.e-small .e-calendar .e-header .e-icon-container .e-next { + height: 36px; + width: 36px; +} + +.e-calendar .e-footer-container, +.e-bigger.e-small .e-calendar .e-footer-container { + border-top: none; + cursor: default; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: end; + justify-content: flex-end; + padding: 0 10px 10px 10px; + text-align: center; + width: 100%; +} + +.e-small.e-bigger.e-calendar .e-content.e-year span.e-day, +.e-small.e-bigger .e-calendar .e-content.e-year span.e-day { + font-size: 13px; +} + +.e-small.e-bigger.e-calendar .e-content.e-month table, +.e-small.e-bigger .e-calendar .e-content.e-month table { + padding: 0 10px 10px; +} + +.e-bigger.e-calendar, +.e-bigger .e-calendar { + max-width: 296px; + min-width: 296px; + padding: 0; +} + +.e-bigger.e-calendar.e-calendar-day-header-lg, +.e-bigger .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-bigger.e-calendar.e-week, +.e-bigger .e-calendar.e-week { + max-width: 296px; + min-width: 296px; +} + +.e-bigger.e-calendar.e-week-number, +.e-bigger .e-calendar.e-week-number { + min-width: 320px; +} + +.e-bigger.e-calendar .e-header .e-title, +.e-bigger .e-calendar .e-header .e-title { + font-size: 16px; + line-height: 48px; + width: 60%; +} + +.e-bigger.e-calendar.e-rtl .e-header .e-title, +.e-bigger .e-calendar.e-rtl .e-header .e-title { + line-height: 48px; + text-indent: 6px; +} + +.e-bigger.e-calendar .e-header, +.e-bigger .e-calendar .e-header { + height: 48px; + padding: 10px 10px 0 16px; +} + +.e-bigger.e-calendar .e-header span, +.e-bigger .e-calendar .e-header span { + font-size: 16px; + padding: 15px; +} + +.e-bigger.e-calendar .e-header.e-year, .e-bigger.e-calendar .e-header.e-decade, +.e-bigger .e-calendar .e-header.e-year, +.e-bigger .e-calendar .e-header.e-decade { + padding: 10px 10px 0 16px; +} + +.e-bigger.e-calendar th, +.e-bigger .e-calendar th { + font-size: 14px; + height: 36px; +} + +.e-bigger.e-calendar .e-content.e-year span.e-day, +.e-bigger .e-calendar .e-content.e-year span.e-day { + font-size: 13px; + font-weight: normal; +} + +.e-bigger.e-calendar .e-content.e-month table, +.e-bigger .e-calendar .e-content.e-month table { + padding: 0 10px 10px; +} + +.e-bigger.e-calendar .e-content.e-year table, +.e-bigger.e-calendar .e-content.e-decade table, +.e-bigger .e-calendar .e-content.e-year table, +.e-bigger .e-calendar .e-content.e-decade table { + padding: 0 10px 10px; +} + +.e-bigger.e-calendar .e-content .e-selected, +.e-bigger.e-calendar .e-content .e-state-hover, +.e-bigger .e-calendar .e-content .e-selected, +.e-bigger .e-calendar .e-content .e-state-hover { + border-radius: 0; +} + +.e-bigger.e-calendar .e-content span.e-day, +.e-bigger .e-calendar .e-content span.e-day { + font-size: 13px; + height: 36px; + line-height: 36px; + width: 36px; +} + +.e-bigger.e-calendar .e-content.e-month td, +.e-bigger .e-calendar .e-content.e-month td { + height: 2px; + padding: 2px; +} + +.e-bigger.e-calendar .e-content.e-year td, +.e-bigger.e-calendar .e-content.e-decade td, +.e-bigger .e-calendar .e-content.e-year td, +.e-bigger .e-calendar .e-content.e-decade td { + height: 60px; + padding: 2px; +} + +.e-bigger.e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger .e-calendar .e-content.e-year td > span.e-day, +.e-bigger .e-calendar .e-content.e-decade td > span.e-day { + height: 60px; + line-height: 60px; + width: 60px; +} + +.e-bigger.e-calendar .e-header .e-icon-container .e-prev, +.e-bigger.e-calendar .e-header .e-icon-container .e-next, +.e-bigger .e-calendar .e-header .e-icon-container .e-prev, +.e-bigger .e-calendar .e-header .e-icon-container .e-next { + height: 48px; + width: 48px; +} + +.e-bigger.e-calendar .e-footer-container, +.e-bigger .e-calendar .e-footer-container { + border-top: none; + padding: 0 10px 10px 10px; +} + +.e-small.e-calendar, +.e-small .e-calendar { + max-width: 246px; + min-width: 240px; + padding: 0; +} + +.e-small.e-calendar.e-calendar-day-header-lg, +.e-small .e-calendar.e-calendar-day-header-lg { + max-width: 100%; + min-width: 540px; +} + +.e-small.e-calendar .e-content span.e-day, +.e-small .e-calendar .e-content span.e-day { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +.e-small.e-calendar .e-content.e-month td, +.e-small .e-calendar .e-content.e-month td { + height: 24px; +} + +.e-small.e-calendar .e-header, +.e-small .e-calendar .e-header { + height: 32px; +} + +.e-small.e-calendar .e-header span, +.e-small .e-calendar .e-header span { + font-size: 12px; + padding: 6px; +} + +.e-small.e-calendar .e-header .e-title, +.e-small .e-calendar .e-header .e-title { + font-size: 13px; + line-height: 32px; +} + +.e-small.e-calendar .e-header .e-icon-container .e-prev, +.e-small.e-calendar .e-header .e-icon-container .e-next, +.e-small .e-calendar .e-header .e-icon-container .e-prev, +.e-small .e-calendar .e-header .e-icon-container .e-next { + height: 28px; + width: 28px; +} + +.e-small.e-calendar th, +.e-small .e-calendar th { + font-size: 12px; + height: 24px; +} + +.e-calendar .e-btn.e-today.e-flat.e-disabled, +.e-calendar .e-btn.e-today.e-flat.e-disabled:hover, +.e-calendar .e-btn.e-today.e-flat.e-disabled:active, +.e-calendar .e-btn.e-today.e-flat.e-disabled:focus, +.e-calendar .e-btn.e-today.e-flat.e-disabled:hover:active { + background: transparent; + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + cursor: default; + opacity: 0.35; + outline: none; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-content-placeholder.e-calendar.e-placeholder-calendar { + background-size: 250px 336px; + min-height: 336px; +} + +.e-bigger .e-content-placeholder.e-calendar.e-placeholder-calendar, +.e-bigger.e-content-placeholder.e-calendar.e-placeholder-calendar { + background-size: 300px 392px; + min-height: 392px; +} + +.e-calendar, +.e-bigger.e-small .e-calendar { + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.12); + box-shadow: #e0e0e0; +} + +.e-calendar .e-date-icon-prev, +.e-calendar .e-date-icon-next, +.e-bigger.e-small .e-calendar .e-date-icon-prev, +.e-bigger.e-small .e-calendar .e-date-icon-next { + color: rgba(0, 0, 0, 0.54); +} + +.e-calendar th, +.e-bigger.e-small .e-calendar th { + border-bottom: 0; + color: rgba(0, 0, 0, 0.54); +} + +.e-calendar .e-header, +.e-bigger.e-small .e-calendar .e-header { + border-bottom: 0; +} + +.e-calendar .e-header a span, +.e-bigger.e-small .e-calendar .e-header a span { + border: none; + color: rgba(0, 0, 0, 0.75); +} + +.e-calendar .e-header .e-title, +.e-bigger.e-small .e-calendar .e-header .e-title { + color: rgba(0, 0, 0, 0.75); +} + +.e-calendar .e-header .e-title:hover, +.e-bigger.e-small .e-calendar .e-header .e-title:hover { + color: rgba(0, 0, 0, 0.75); + cursor: pointer; + text-decoration: none; +} + +.e-calendar .e-header .e-prev:hover > span, +.e-calendar .e-header .e-next:hover > span, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover > span, +.e-bigger.e-small .e-calendar .e-header .e-next:hover > span { + border: none; + color: rgba(0, 0, 0, 0.75); + cursor: pointer; +} + +.e-calendar .e-header .e-prev:hover, +.e-calendar .e-header .e-next:hover, +.e-bigger.e-small .e-calendar .e-header .e-prev:hover, +.e-bigger.e-small .e-calendar .e-header .e-next:hover { + background: none; +} + +.e-calendar .e-header .e-prev:active, +.e-calendar .e-header .e-next:active, +.e-bigger.e-small .e-calendar .e-header .e-prev:active, +.e-bigger.e-small .e-calendar .e-header .e-next:active { + background: #fff; + color: #fff; +} + +.e-calendar .e-header button.e-prev:active span, +.e-calendar .e-header button.e-next:active span, +.e-bigger.e-small .e-calendar .e-header button.e-prev:active span, +.e-bigger.e-small .e-calendar .e-header button.e-next:active span { + border: none; + color: rgba(0, 0, 0, 0.75); +} + +.e-calendar .e-header.e-decade .e-title, +.e-bigger.e-small .e-calendar .e-header.e-decade .e-title { + color: rgba(0, 0, 0, 0.87); + cursor: default; +} + +.e-calendar .e-header .e-next.e-disabled span, +.e-calendar .e-header .e-prev.e-disabled span, +.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span { + color: rgba(0, 0, 0, 0.87); + font-weight: normal; +} + +.e-calendar .e-header .e-next.e-disabled, +.e-calendar .e-header .e-prev.e-disabled, +.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled, +.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled { + opacity: 0.35; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child span.e-day { + color: rgba(0, 0, 0, 0.38); +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell:first-child.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell:last-child.e-selected span.e-day { + color: #fff; +} + +.e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, +.e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:first-child .e-cell.e-disabled:first-child span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade tr:last-child .e-cell.e-disabled:last-child span.e-day { + color: rgba(0, 0, 0, 0.87); +} + +.e-calendar .e-content.e-year td:hover span.e-day, +.e-calendar .e-content.e-decade td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td:hover span.e-day { + background-color: #eee; +} + +.e-calendar .e-content.e-year td.e-selected:hover span.e-day, +.e-calendar .e-content.e-decade td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td.e-selected:hover span.e-day { + background-color: #e3165b; +} + +.e-calendar .e-content.e-year td > span.e-day, +.e-calendar .e-content.e-decade td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day, +.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day { + background: #fff; +} + +.e-calendar .e-content .e-week-number span, +.e-bigger.e-small .e-calendar .e-content .e-week-number span { + color: rgba(0, 0, 0, 0.54); +} + +.e-calendar .e-content td.e-focused-date span.e-day, +.e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-calendar .e-content td.e-focused-date:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:focus span.e-day { + background: #eee; + border: none; + border-radius: 50%; +} + +.e-calendar .e-content td.e-focused-date:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date:hover span.e-day { + background-color: #eee; + border: none; + border-radius: 50%; + color: rgba(0, 0, 0, 0.87); +} + +.e-calendar .e-content td.e-today span.e-day, +.e-calendar .e-content td.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day { + background: none; + border: 1px solid #e3165b; + border-radius: 50%; + color: #e3165b; +} + +.e-calendar .e-content td.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today span.e-day { + background: #eee; + border: 1px solid #e3165b; + color: #e3165b; +} + +.e-calendar .e-content td.e-today:focus span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day { + background-color: #eee; + border: none; + border-radius: 50%; + color: #e3165b; +} + +.e-calendar .e-content td.e-today:hover span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, +.e-calendar .e-content td.e-focused-date.e-today:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-focused-date.e-today:focus span.e-day { + background-color: #eee; + border: 1px solid #e3165b; + color: #e3165b; +} + +.e-calendar .e-content td.e-today.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected span.e-day { + background-color: #e3165b; + border: 1px solid #e3165b; + box-shadow: inset 0 0 0 2px #fff; + color: #fff; +} + +.e-calendar .e-content td.e-today.e-selected:hover span.e-day, +.e-calendar .e-content td.e-selected:hover span.e-day, +.e-calendar .e-content td.e-selected.e-focused-date span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-today.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected.e-focused-date span.e-day { + background-color: #b51148; + color: #fff; +} + +.e-calendar .e-content span, +.e-bigger.e-small .e-calendar .e-content span { + color: rgba(0, 0, 0, 0.87); +} + +.e-calendar .e-content .e-disabled span.e-day:hover, +.e-bigger.e-small .e-calendar .e-content .e-disabled span.e-day:hover { + background: none; + border: 0; + color: rgba(0, 0, 0, 0.87); +} + +.e-calendar .e-content .e-other-month:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month:hover span.e-day { + color: rgba(0, 0, 0, 0.38); +} + +.e-calendar .e-content .e-other-month span.e-day, +.e-calendar .e-content .e-other-month.e-today span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today span.e-day { + color: rgba(0, 0, 0, 0.38); +} + +.e-calendar .e-content .e-other-month.e-today:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content .e-other-month.e-today:hover span.e-day { + background-color: #eee; + color: rgba(0, 0, 0, 0.38); +} + +.e-calendar .e-content thead, +.e-bigger.e-small .e-calendar .e-content thead { + background: none; + border-bottom: 0; +} + +.e-calendar .e-content td:hover span.e-day, +.e-calendar .e-content td:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td:focus span.e-day { + background-color: #eee; + border: none; + border-radius: 50%; + color: rgba(0, 0, 0, 0.87); +} + +.e-calendar .e-content td:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td:focus span.e-day { + background-color: #eee; + border: none; + border-radius: 50%; + color: rgba(0, 0, 0, 0.87); +} + +.e-calendar .e-content td.e-disabled span.e-day, +.e-calendar .e-content td.e-disabled:hover span.e-day, +.e-calendar .e-content td.e-disabled:focus span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled:hover span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-disabled:focus span.e-day { + background: none; + border: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-calendar .e-content td.e-selected span.e-day, +.e-bigger.e-small .e-calendar .e-content td.e-selected span.e-day { + background-color: #e3165b; + border: none; + border-radius: 50%; + color: #fff; +} + +.e-calendar .e-content .e-footer, +.e-bigger.e-small .e-calendar .e-content .e-footer { + color: #e3165b; +} + +.e-calendar.e-device .e-prev:hover, +.e-calendar.e-device .e-next:hover, +.e-calendar.e-device .e-prev:active, +.e-calendar.e-device .e-next:active, +.e-calendar.e-device .e-prev:focus, +.e-calendar.e-device .e-next:focus, +.e-bigger.e-small .e-calendar.e-device .e-prev:hover, +.e-bigger.e-small .e-calendar.e-device .e-next:hover, +.e-bigger.e-small .e-calendar.e-device .e-prev:active, +.e-bigger.e-small .e-calendar.e-device .e-next:active, +.e-bigger.e-small .e-calendar.e-device .e-prev:focus, +.e-bigger.e-small .e-calendar.e-device .e-next:focus { + background: none; +} + +.e-calendar.e-device button.e-prev:active span, +.e-calendar.e-device button.e-next:active span, +.e-bigger.e-small .e-calendar.e-device button.e-prev:active span, +.e-bigger.e-small .e-calendar.e-device button.e-next:active span { + color: rgba(0, 0, 0, 0.54); +} + +.e-small.e-calendar .e-header .e-title, +.e-small .e-calendar .e-header .e-title { + color: rgba(0, 0, 0, 0.87); +} + +.e-zoomin { + animation: animatezoom .3s; +} + +@keyframes animatezoom { + from { + transform: scale(0); + } + to { + transform: scale(1); + } +} + +/*! component's theme wise override material-definitions and variables */ +/*! card layout */ +.e-bigger .e-card, +.e-bigger.e-card { + line-height: 48px; + min-height: 48px; +} + +.e-bigger .e-card > .e-card-header-title, +.e-bigger.e-card > .e-card-header-title { + line-height: normal; + padding: 16px; +} + +.e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title), +.e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) { + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-card > .e-card-title, +.e-bigger.e-card > .e-card-title { + line-height: normal; + padding: 24px 16px 16px; +} + +.e-bigger .e-card > .e-card-title + :not(.e-card-title), +.e-bigger.e-card > .e-card-title + :not(.e-card-title) { + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-card.e-card-horizontal .e-card-image, +.e-bigger .e-card.e-card-horizontal img, +.e-bigger .e-card .e-card-horizontal .e-card-image, +.e-bigger .e-card .e-card-horizontal img, +.e-bigger.e-card.e-card-horizontal .e-card-image, +.e-bigger.e-card.e-card-horizontal img, +.e-bigger.e-card .e-card-horizontal .e-card-image, +.e-bigger.e-card .e-card-horizontal img { + margin: 2px; +} + +.e-bigger .e-card .e-card-header, +.e-bigger.e-card .e-card-header { + min-height: 30px; + padding: 16px; +} + +.e-bigger .e-card .e-card-header .e-card-content, +.e-bigger.e-card .e-card-header .e-card-content { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption, +.e-bigger.e-card .e-card-header .e-card-header-caption { + padding: 0 0 0 16px; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption:first-child, +.e-bigger.e-card .e-card-header .e-card-header-caption:first-child { + padding: 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-header-title, +.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-header-title { + font-size: 15px; + line-height: normal; +} + +.e-bigger .e-card .e-card-header .e-card-header-caption .e-card-sub-title, +.e-bigger.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + font-size: 14px; + line-height: normal; + padding: 8px 0 0; +} + +.e-bigger .e-card .e-card-header .e-card-header-image, +.e-bigger.e-card .e-card-header .e-card-header-image { + background-size: cover; + height: 40px; + width: 40px; +} + +.e-bigger .e-card .e-card-image, +.e-bigger.e-card .e-card-image { + min-height: 150px; +} + +.e-bigger .e-card .e-card-image .e-card-title, +.e-bigger.e-card .e-card-image .e-card-title { + font-size: 24px; + line-height: 40px; + min-height: 40px; + padding: 0 16px; +} + +.e-bigger .e-card .e-card-actions, +.e-bigger.e-card .e-card-actions { + padding: 16px 8px 8px 8px; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical, +.e-bigger.e-card .e-card-actions.e-card-vertical { + padding: 16px 8px 8px 8px; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-bigger .e-card .e-card-actions.e-card-vertical a, +.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-bigger.e-card .e-card-actions.e-card-vertical a { + margin: 0 0 8px 0; +} + +.e-bigger .e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-bigger .e-card .e-card-actions.e-card-vertical a:last-child, +.e-bigger.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-bigger.e-card .e-card-actions.e-card-vertical a:last-child { + margin-bottom: 0; +} + +.e-bigger .e-card .e-card-actions .e-card-btn span, +.e-bigger .e-card .e-card-actions .e-card-btn span.e-icons, +.e-bigger.e-card .e-card-actions .e-card-btn span, +.e-bigger.e-card .e-card-actions .e-card-btn span.e-icons { + height: 24px; + width: 24px; +} + +.e-bigger .e-card .e-card-actions .e-card-btn, +.e-bigger .e-card .e-card-actions a, +.e-bigger.e-card .e-card-actions .e-card-btn, +.e-bigger.e-card .e-card-actions a { + line-height: 36px; + margin: 0 0 0 8px; + min-height: 36px; + padding: 0 6px; +} + +.e-bigger .e-card .e-card-actions .e-card-btn:first-child, +.e-bigger .e-card .e-card-actions a:first-child, +.e-bigger.e-card .e-card-actions .e-card-btn:first-child, +.e-bigger.e-card .e-card-actions a:first-child { + margin-left: 0; +} + +.e-bigger .e-card .e-card-content, +.e-bigger.e-card .e-card-content { + padding: 16px; +} + +.e-bigger .e-card .e-card-content + :not(.e-card-content), +.e-bigger .e-card .e-card-content + .e-card-actions.e-card-vertical, +.e-bigger.e-card .e-card-content + :not(.e-card-content), +.e-bigger.e-card .e-card-content + .e-card-actions.e-card-vertical { + margin-top: 0; + padding-top: 0; +} + +.e-card { + border-radius: 2px; + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + -ms-flex-pack: center; + justify-content: center; + line-height: 36px; + min-height: 36px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + width: 100%; +} + +.e-card > * { + -ms-flex-pack: center; + justify-content: center; +} + +.e-card > .e-card-header-title { + box-sizing: border-box; + font-size: 15px; + line-height: normal; + padding: 12px; +} + +.e-card > .e-card-header-title + :not(.e-card-header-title) { + margin-top: 0; + padding-top: 0; +} + +.e-card > .e-card-title { + font-size: 18px; + line-height: normal; + padding: 18px 12px 12px; +} + +.e-card > .e-card-title + :not(.e-card-title) { + margin-top: 0; + padding-top: 0; +} + +.e-card > .e-card-header-title, +.e-card > .e-card-title { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-card .e-card-header-caption { + line-height: normal; +} + +.e-card .e-card-header-caption .e-card-header-title { + font-size: 15px; +} + +.e-card .e-card-header-caption .e-card-sub-title { + font-size: 14px; +} + +.e-card .e-card-stacked { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; +} + +.e-card.e-card-horizontal, +.e-card .e-card-horizontal { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: center; + justify-content: center; +} + +.e-card.e-card-horizontal .e-card-image, +.e-card.e-card-horizontal img, +.e-card .e-card-horizontal .e-card-image, +.e-card .e-card-horizontal img { + margin: 2px; +} + +.e-card .e-card-horizontal { + line-height: normal; + padding: 2px; +} + +.e-card.e-card-horizontal > * { + -ms-flex: 1; + flex: 1; +} + +.e-card.e-card-horizontal .e-card-stacked { + display: -ms-flexbox; + display: flex; + -ms-flex: 1; + flex: 1; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; +} + +.e-card.e-card-horizontal .e-card-stacked > :first-child { + -ms-flex-positive: 1; + flex-grow: 1; +} + +.e-card .e-card-separator { + display: block; +} + +.e-card .e-card-corner { + border-radius: 50%; +} + +.e-card .e-card-header { + box-sizing: border-box; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: center; + justify-content: center; + line-height: normal; + min-height: 22.5px; + padding: 12px; + width: inherit; +} + +.e-card .e-card-header .e-card-content { + padding-left: 0; + padding-right: 0; +} + +.e-card .e-card-header .e-card-actions { + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-card .e-card-header .e-card-header-image { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; +} + +.e-card .e-card-header .e-card-header-caption { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + -ms-flex: 1; + flex: 1; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + padding: 0 0 0 12px; +} + +.e-card .e-card-header .e-card-header-caption:first-child { + padding: 0; +} + +.e-card .e-card-header .e-card-header-caption .e-card-header-title, +.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-card .e-card-header .e-card-header-caption .e-card-header-title { + font-size: 13px; + font-weight: 400; + line-height: normal; +} + +.e-card .e-card-header .e-card-header-caption .e-card-sub-title { + font-size: 12px; + font-weight: 400; + line-height: normal; + padding: 6px 0 0; +} + +.e-card .e-card-header .e-card-header-image { + background-repeat: no-repeat; + background-size: cover; + height: 30px; + width: 30px; +} + +.e-card .e-card-header .e-card-corner { + border-radius: 50%; +} + +.e-card .e-card-image { + background-size: cover; + min-height: 112.5px; + position: relative; + width: 100%; +} + +.e-card .e-card-image .e-card-title { + bottom: 0; + box-sizing: border-box; + font-size: 18px; + line-height: 30px; + min-height: 30px; + overflow: hidden; + padding: 0 12px; + position: absolute; + text-overflow: ellipsis; + width: inherit; +} + +.e-card .e-card-image .e-card-title.e-card-top-left, .e-card .e-card-image .e-card-title.e-card-top-right { + bottom: auto; + top: 0; +} + +.e-card .e-card-image .e-card-title.e-card-top-right { + text-align: right; +} + +.e-card .e-card-image .e-card-title.e-card-bottom-right { + text-align: right; +} + +.e-card .e-card-actions { + box-sizing: border-box; + display: inline-block; + -ms-flex-pack: start; + justify-content: flex-start; + padding: 12px 6px 6px 6px; +} + +.e-card .e-card-actions.e-card-vertical { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + padding: 12px 6px 6px 6px; +} + +.e-card .e-card-actions.e-card-vertical .e-card-btn, +.e-card .e-card-actions.e-card-vertical a { + -ms-flex-item-align: initial; + -ms-grid-row-align: initial; + align-self: initial; + box-sizing: border-box; + display: inline-block; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 6px 0; + text-align: center; + width: 100%; +} + +.e-card .e-card-actions.e-card-vertical .e-card-btn:last-child, +.e-card .e-card-actions.e-card-vertical a:last-child { + margin-bottom: 0; +} + +.e-card .e-card-actions button, +.e-card .e-card-actions a { + -ms-flex-align: center; + align-items: center; + -ms-flex-item-align: center; + align-self: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + overflow: hidden; + vertical-align: middle; + white-space: nowrap; +} + +.e-card .e-card-actions .e-card-btn span, +.e-card .e-card-actions .e-card-btn span.e-icons { + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 24px; + width: 24px; +} + +.e-card .e-card-actions .e-card-btn span::before, +.e-card .e-card-actions .e-card-btn span.e-icons::before { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; + width: inherit; +} + +.e-card .e-card-actions .e-card-btn > * { + overflow: hidden; + text-overflow: ellipsis; + width: inherit; +} + +.e-card .e-card-actions .e-card-btn, +.e-card .e-card-actions a { + border-radius: 2px; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + line-height: 27px; + margin: 0 0 0 6px; + min-height: 27px; + padding: 0 6px; + text-decoration: none; + text-transform: uppercase; +} + +.e-card .e-card-actions .e-card-btn:first-child, +.e-card .e-card-actions a:first-child { + margin-left: 0; +} + +.e-card .e-card-content { + font-size: 14px; + line-height: normal; + padding: 12px; +} + +.e-card .e-card-content + :not(.e-card-content), +.e-card .e-card-content + .e-card-actions.e-card-vertical { + margin-top: 0; + padding-top: 0; +} + +.e-card .e-card-content, +.e-card .e-card-content p { + line-height: normal; + overflow: hidden; + text-overflow: ellipsis; +} + +/*! card theme */ +.e-card { + -webkit-tap-highlight-color: transparent; + background-color: #fff; + border: 1px none #000; + box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.87); + outline: none; +} + +.e-card:hover { + background-color: #fff; + border-color: #000; + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.22); +} + +.e-card:focus { + background-color: #fff; + border-color: #000; +} + +.e-card:active { + background-color: #fff; + border-color: #000; +} + +.e-card .e-card-separator { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-card .e-card-header-caption .e-card-header-title { + color: rgba(0, 0, 0, 0.87); +} + +.e-card .e-card-header-caption .e-card-sub-title { + color: rgba(0, 0, 0, 0.54); +} + +.e-card .e-card-image .e-card-title { + background-color: rgba(0, 0, 0, 0.35); + color: #fff; +} + +.e-card .e-card-actions .e-card-btn span, +.e-card .e-card-actions .e-card-btn span.e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-card .e-card-actions .e-card-btn, +.e-card .e-card-actions a { + background-color: #fff; + border: 0; + color: #e3165b; + outline: 0; +} + +.e-card .e-card-actions .e-card-btn:hover, +.e-card .e-card-actions a:hover { + background-color: rgba(0, 0, 0, 0.12); + border: 0; + color: #e3165b; +} + +.e-card .e-card-actions .e-card-btn:focus, +.e-card .e-card-actions a:focus { + background-color: rgba(0, 0, 0, 0.12); + border: 0; + color: #e3165b; +} + +.e-card .e-card-actions .e-card-btn:active, +.e-card .e-card-actions a:active { + background-color: rgba(0, 0, 0, 0.12); + border: 0; + color: #e3165b; +} + +.e-card .e-card-content { + color: rgba(0, 0, 0, 0.54); +} + +.e-checkbox-wrapper .e-check::before, +.e-css.e-checkbox-wrapper .e-check::before { + content: '\e933'; +} + +.e-checkbox-wrapper .e-stop::before, +.e-css.e-checkbox-wrapper .e-stop::before { + content: '\e934'; +} + +/*! checkbox layout */ +.e-checkbox-wrapper, +.e-css.e-checkbox-wrapper { + cursor: pointer; + display: inline-block; + line-height: 1; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-checkbox-wrapper label, +.e-css.e-checkbox-wrapper label { + cursor: pointer; + display: inline-block; + line-height: 0; + margin: 0; + position: relative; + white-space: nowrap; +} + +.e-checkbox-wrapper:focus .e-frame, +.e-css.e-checkbox-wrapper:focus .e-frame { + box-shadow: none; +} + +.e-checkbox-wrapper .e-ripple-container, +.e-css.e-checkbox-wrapper .e-ripple-container { + border-radius: 50%; + bottom: -9px; + height: 36px; + left: -9px; + pointer-events: none; + position: absolute; + right: -9px; + top: -9px; + width: 36px; + z-index: 1; +} + +.e-checkbox-wrapper .e-label, +.e-css.e-checkbox-wrapper .e-label { + cursor: pointer; + display: inline-block; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: normal; + line-height: 18px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: normal; +} + +.e-checkbox-wrapper .e-checkbox, +.e-css.e-checkbox-wrapper .e-checkbox { + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-checkbox-wrapper .e-checkbox + .e-label, +.e-css.e-checkbox-wrapper .e-checkbox + .e-label { + margin-right: 10px; +} + +.e-checkbox-wrapper .e-frame, +.e-css.e-checkbox-wrapper .e-frame { + border: 2px solid; + border-radius: 2px; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + font-family: 'e-icons'; + height: 18px; + line-height: 10px; + padding: 2px 0; + text-align: center; + vertical-align: middle; + width: 18px; +} + +.e-checkbox-wrapper .e-frame + .e-label, +.e-css.e-checkbox-wrapper .e-frame + .e-label { + margin-left: 10px; +} + +.e-checkbox-wrapper .e-frame + .e-ripple-container, +.e-css.e-checkbox-wrapper .e-frame + .e-ripple-container { + left: auto; +} + +.e-checkbox-wrapper .e-check, +.e-css.e-checkbox-wrapper .e-check { + font-size: 12px; +} + +.e-checkbox-wrapper .e-stop, +.e-css.e-checkbox-wrapper .e-stop { + font-size: 10px; + line-height: 10px; +} + +.e-checkbox-wrapper.e-checkbox-disabled, +.e-css.e-checkbox-wrapper.e-checkbox-disabled { + cursor: default; + pointer-events: none; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame { + cursor: default; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-label, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label { + cursor: default; +} + +.e-checkbox-wrapper.e-rtl .e-ripple-container, +.e-css.e-checkbox-wrapper.e-rtl .e-ripple-container { + right: -9px; +} + +.e-checkbox-wrapper.e-rtl .e-frame, +.e-css.e-checkbox-wrapper.e-rtl .e-frame { + margin: 0; +} + +.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container { + left: -9px; + right: auto; +} + +.e-checkbox-wrapper.e-rtl .e-label, +.e-css.e-checkbox-wrapper.e-rtl .e-label { + margin-left: 0; + margin-right: 10px; +} + +.e-checkbox-wrapper.e-rtl .e-label + .e-frame, +.e-css.e-checkbox-wrapper.e-rtl .e-label + .e-frame { + margin: 0; +} + +.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label, +.e-css.e-checkbox-wrapper.e-rtl .e-checkbox + .e-label { + margin-left: 10px; + margin-right: 0; +} + +.e-checkbox-wrapper.e-small .e-frame, +.e-css.e-checkbox-wrapper.e-small .e-frame { + height: 14px; + line-height: 6px; + width: 14px; +} + +.e-checkbox-wrapper.e-small .e-check, +.e-css.e-checkbox-wrapper.e-small .e-check { + font-size: 10px; +} + +.e-checkbox-wrapper.e-small .e-stop, +.e-css.e-checkbox-wrapper.e-small .e-stop { + font-size: 8px; + line-height: 6px; +} + +.e-checkbox-wrapper.e-small .e-label, +.e-css.e-checkbox-wrapper.e-small .e-label { + font-size: 13px; + line-height: 14px; +} + +.e-checkbox-wrapper.e-small .e-ripple-container, +.e-css.e-checkbox-wrapper.e-small .e-ripple-container { + bottom: -9px; + height: 32px; + left: -9px; + right: -9px; + top: -9px; + width: 32px; +} + +.e-small .e-checkbox-wrapper .e-frame, +.e-small.e-checkbox-wrapper .e-frame, +.e-small .e-css.e-checkbox-wrapper .e-frame, +.e-small.e-css.e-checkbox-wrapper .e-frame { + height: 14px; + line-height: 6px; + width: 14px; +} + +.e-small .e-checkbox-wrapper .e-check, +.e-small.e-checkbox-wrapper .e-check, +.e-small .e-css.e-checkbox-wrapper .e-check, +.e-small.e-css.e-checkbox-wrapper .e-check { + font-size: 10px; +} + +.e-small .e-checkbox-wrapper .e-stop, +.e-small.e-checkbox-wrapper .e-stop, +.e-small .e-css.e-checkbox-wrapper .e-stop, +.e-small.e-css.e-checkbox-wrapper .e-stop { + font-size: 8px; + line-height: 6px; +} + +.e-small .e-checkbox-wrapper .e-label, +.e-small.e-checkbox-wrapper .e-label, +.e-small .e-css.e-checkbox-wrapper .e-label, +.e-small.e-css.e-checkbox-wrapper .e-label { + font-size: 13px; + line-height: 14px; +} + +.e-small .e-checkbox-wrapper .e-ripple-container, +.e-small.e-checkbox-wrapper .e-ripple-container, +.e-small .e-css.e-checkbox-wrapper .e-ripple-container, +.e-small.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -9px; + height: 32px; + left: -9px; + right: -9px; + top: -9px; + width: 32px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-frame, +.e-bigger.e-small.e-checkbox-wrapper .e-frame, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-frame, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-frame { + height: 20px; + line-height: 12px; + width: 20px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-check, +.e-bigger.e-small.e-checkbox-wrapper .e-check, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-check, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-check { + font-size: 12px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-stop, +.e-bigger.e-small.e-checkbox-wrapper .e-stop, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-stop, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-stop { + font-size: 10px; + line-height: 12px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-label, +.e-bigger.e-small.e-checkbox-wrapper .e-label, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-label, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-label { + font-size: 14px; + line-height: 20px; +} + +.e-bigger.e-small .e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small .e-css.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-small.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -9px; + height: 38px; + left: -9px; + right: -9px; + top: -9px; + width: 38px; +} + +.e-bigger .e-checkbox-wrapper .e-frame, +.e-bigger.e-checkbox-wrapper .e-frame, +.e-bigger .e-css.e-checkbox-wrapper .e-frame, +.e-bigger.e-css.e-checkbox-wrapper .e-frame { + height: 22px; + line-height: 14px; + width: 22px; +} + +.e-bigger .e-checkbox-wrapper .e-frame + .e-label, +.e-bigger.e-checkbox-wrapper .e-frame + .e-label, +.e-bigger .e-css.e-checkbox-wrapper .e-frame + .e-label, +.e-bigger.e-css.e-checkbox-wrapper .e-frame + .e-label { + font-size: 14px; + line-height: 22px; + margin-left: 12px; +} + +.e-bigger .e-checkbox-wrapper .e-check, +.e-bigger.e-checkbox-wrapper .e-check, +.e-bigger .e-css.e-checkbox-wrapper .e-check, +.e-bigger.e-css.e-checkbox-wrapper .e-check { + font-size: 16px; +} + +.e-bigger .e-checkbox-wrapper .e-stop, +.e-bigger.e-checkbox-wrapper .e-stop, +.e-bigger .e-css.e-checkbox-wrapper .e-stop, +.e-bigger.e-css.e-checkbox-wrapper .e-stop { + font-size: 12px; + line-height: 14px; +} + +.e-bigger .e-checkbox-wrapper .e-label, +.e-bigger.e-checkbox-wrapper .e-label, +.e-bigger .e-css.e-checkbox-wrapper .e-label, +.e-bigger.e-css.e-checkbox-wrapper .e-label { + font-size: 14px; +} + +.e-bigger .e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-checkbox-wrapper .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper .e-ripple-container { + bottom: -9px; + height: 40px; + left: -9px; + right: -9px; + top: -9px; + width: 40px; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame { + margin: 0; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-label { + margin-left: 0; + margin-right: 12px; +} + +.e-bigger .e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper.e-rtl .e-frame + .e-ripple-container { + right: auto; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-frame, +.e-bigger.e-checkbox-wrapper.e-small .e-frame, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-frame, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-frame { + height: 20px; + line-height: 12px; + width: 20px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-check, +.e-bigger.e-checkbox-wrapper.e-small .e-check, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-check, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-check { + font-size: 12px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-stop, +.e-bigger.e-checkbox-wrapper.e-small .e-stop, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-stop, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-stop { + font-size: 10px; + line-height: 12px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-label, +.e-bigger.e-checkbox-wrapper.e-small .e-label, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-label, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-label { + font-size: 14px; + line-height: 20px; +} + +.e-bigger .e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger.e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger .e-css.e-checkbox-wrapper.e-small .e-ripple-container, +.e-bigger.e-css.e-checkbox-wrapper.e-small .e-ripple-container { + bottom: -9px; + height: 38px; + left: -9px; + right: -9px; + top: -9px; + width: 38px; +} + +/*! checkbox theme */ +.e-checkbox-wrapper, +.e-css.e-checkbox-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-checkbox-wrapper .e-frame, +.e-css.e-checkbox-wrapper .e-frame { + background-color: #fff; + border-color: #757575; +} + +.e-checkbox-wrapper .e-frame.e-check, +.e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #e3165b; + border-color: transparent; + color: #fff; +} + +.e-checkbox-wrapper .e-frame.e-stop, +.e-css.e-checkbox-wrapper .e-frame.e-stop { + background-color: #fff; + border-color: #757575; + color: #757575; +} + +.e-checkbox-wrapper .e-ripple-element, +.e-css.e-checkbox-wrapper .e-ripple-element { + background: rgba(227, 22, 91, 0.26); +} + +.e-checkbox-wrapper .e-ripple-check .e-ripple-element, +.e-css.e-checkbox-wrapper .e-ripple-check .e-ripple-element { + background: rgba(0, 0, 0, 0.26); +} + +.e-checkbox-wrapper:active .e-ripple-element, +.e-css.e-checkbox-wrapper:active .e-ripple-element { + background: rgba(0, 0, 0, 0.26); +} + +.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element, +.e-css.e-checkbox-wrapper:active .e-ripple-check .e-ripple-element { + background: rgba(227, 22, 91, 0.26); +} + +.e-checkbox-wrapper .e-label, +.e-css.e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame { + background-color: #fff; + border-color: #757575; + box-shadow: none; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-check { + background-color: #e3165b; + border-color: transparent; + box-shadow: none; + color: #fff; +} + +.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop, +.e-css.e-checkbox-wrapper .e-checkbox:focus + .e-frame.e-stop { + box-shadow: none; + color: #757575; +} + +.e-checkbox-wrapper:hover .e-frame, +.e-css.e-checkbox-wrapper:hover .e-frame { + background-color: #fff; + border-color: #757575; +} + +.e-checkbox-wrapper:hover .e-frame.e-check, +.e-css.e-checkbox-wrapper:hover .e-frame.e-check { + background-color: #e3165b; + border-color: transparent; + color: #fff; +} + +.e-checkbox-wrapper:hover .e-frame.e-stop, +.e-css.e-checkbox-wrapper:hover .e-frame.e-stop { + color: #757575; +} + +.e-checkbox-wrapper:hover .e-label, +.e-css.e-checkbox-wrapper:hover .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame { + background-color: #fff; + border-color: #bdbdbd; + color: #bdbdbd; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-check { + background-color: #bdbdbd; + border-color: #bdbdbd; + color: #fff; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-frame.e-stop { + background-color: #fff; + border-color: #bdbdbd; + color: #bdbdbd; +} + +.e-checkbox-wrapper.e-checkbox-disabled .e-label, +.e-css.e-checkbox-wrapper.e-checkbox-disabled .e-label { + color: #bdbdbd; +} + +.e-checkbox-wrapper.e-focus .e-ripple-container, +.e-css.e-checkbox-wrapper.e-focus .e-ripple-container { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check, +.e-css.e-checkbox-wrapper.e-focus .e-ripple-container.e-ripple-check { + background-color: rgba(227, 22, 91, 0.26); +} + +.e-checkbox-wrapper.e-focus .e-frame, +.e-css.e-checkbox-wrapper.e-focus .e-frame { + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-checkbox-wrapper.e-focus .e-frame.e-check, +.e-css.e-checkbox-wrapper.e-focus .e-frame.e-check { + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-chip-list .e-chip-delete.e-dlt-btn::before { + content: '\e208'; +} + +.e-chip-list.e-multi-selection .e-chip::before { + content: '\e933'; +} + +.e-chip-list { + display: -ms-flexbox; + display: flex; + padding: 4px; +} + +.e-chip-list.e-chip, +.e-chip-list .e-chip { + -webkit-tap-highlight-color: transparent; + -ms-flex-align: center; + align-items: center; + border: 0 solid; + border-radius: 14px; + box-shadow: none; + box-sizing: border-box; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + font-weight: 400; + height: 28px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1.5em; + margin: 4px; + outline: none; + overflow: hidden; + padding: 0 10px; + position: relative; + transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1); + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-chip-list.e-chip .e-chip-avatar, +.e-chip-list .e-chip .e-chip-avatar { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 50%; + display: -ms-flexbox; + display: flex; + font-size: 13px; + height: 28px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -10px; + overflow: hidden; + width: 28px; +} + +.e-chip-list.e-chip .e-chip-avatar-wrap, .e-chip-list.e-chip.e-chip-avatar-wrap, +.e-chip-list .e-chip .e-chip-avatar-wrap, +.e-chip-list .e-chip.e-chip-avatar-wrap { + border-radius: 14px; +} + +.e-chip-list.e-chip .e-chip-icon, +.e-chip-list .e-chip .e-chip-icon { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 50%; + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 20px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -6px; + overflow: hidden; + width: 20px; +} + +.e-chip-list.e-chip .e-chip-text, +.e-chip-list .e-chip .e-chip-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-chip-list.e-chip .e-chip-delete, +.e-chip-list .e-chip .e-chip-delete { + -ms-flex-align: center; + align-items: center; + background-size: cover; + border-radius: 50%; + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 14px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 -2px 0 8px; + overflow: hidden; + width: 14px; +} + +.e-chip-list.e-chip .e-chip-delete.e-dlt-btn::before, +.e-chip-list .e-chip .e-chip-delete.e-dlt-btn::before { + font-family: 'e-icons'; +} + +.e-chip-list:not(.e-chip) { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.e-chip-list.e-multi-selection .e-chip::before { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-family: 'e-icons'; + height: 20px; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + margin: 0 8px 0 -6px; + margin-top: 0; + overflow: hidden; + transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1); + width: 20px; +} + +.e-chip-list.e-multi-selection .e-chip:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 0; +} + +.e-chip-list.e-multi-selection .e-chip.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + display: none; +} + +.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + height: 28px; + margin: 0 8px 0 -10px; + margin-top: 0; + width: 28px; +} + +.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-icon, +.e-chip-list.e-multi-selection .e-chip.e-active .e-chip-avatar { + display: none; +} + +.e-chip-list.e-multi-selection .e-chip.e-active.e-chip-icon-wrap::before, .e-chip-list.e-multi-selection .e-chip.e-active.e-chip-avatar-wrap::before { + display: -ms-flexbox; + display: flex; +} + +.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 20px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-chip-list.e-rtl .e-chip .e-chip-avatar { + margin: 0 -10px 0 8px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-chip-list.e-rtl .e-chip .e-chip-icon { + margin: 0 -6px 0 8px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-chip-list.e-rtl .e-chip .e-chip-delete { + margin: 0 8px 0 -2px; +} + +.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap { + border-radius: 14px; +} + +.e-chip-list.e-rtl.e-multi-selection .e-chip::before { + margin: 0 -6px 0 8px; + margin-top: 0; +} + +.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + margin: 0 -10px 0 8px; + margin-top: 0; +} + +.e-bigger .e-chip-list.e-chip, +.e-bigger .e-chip-list .e-chip, +.e-bigger.e-chip-list.e-chip, +.e-bigger.e-chip-list .e-chip { + border-radius: 16px; + font-size: 14px; + height: 32px; + padding: 0 12px; +} + +.e-bigger .e-chip-list .e-chip-avatar, +.e-bigger.e-chip-list .e-chip-avatar { + font-size: 15px; + height: 32px; + margin: 0 8px 0 -12px; + width: 32px; +} + +.e-bigger .e-chip-list .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-chip-avatar-wrap, +.e-bigger.e-chip-list .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-chip-avatar-wrap { + border-radius: 16px; +} + +.e-bigger .e-chip-list .e-chip-icon, +.e-bigger.e-chip-list .e-chip-icon { + font-size: 16px; + height: 24px; + margin: 0 8px 0 -8px; + width: 24px; +} + +.e-bigger .e-chip-list .e-chip-delete, +.e-bigger.e-chip-list .e-chip-delete { + font-size: 16px; + height: 18px; + margin: 0 -4px 0 8px; + width: 18px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip::before { + height: 24px; + margin: 0 8px 0 -8px; + margin-top: 0; + width: 24px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + height: 32px; + margin: 0 8px 0 -12px; + margin-top: 0; + width: 32px; +} + +.e-bigger .e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before, +.e-bigger.e-chip-list.e-multi-selection .e-chip.e-active:not(.e-chip-icon-wrap):not(.e-chip-avatar-wrap)::before { + width: 24px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar { + margin: 0 -12px 0 8px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-icon, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-icon, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-icon { + margin: 0 -8px 0 8px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-delete, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-delete, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-delete { + margin: 0 8px 0 -4px; +} + +.e-bigger .e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, .e-bigger .e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-bigger .e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-bigger .e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl.e-chip .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl.e-chip.e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl .e-chip .e-chip-avatar-wrap, +.e-bigger.e-chip-list.e-rtl .e-chip.e-chip-avatar-wrap { + border-radius: 16px; +} + +.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip::before, +.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip::before { + margin: 0 -8px 0 8px; + margin-top: 0; +} + +.e-bigger .e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before, +.e-bigger.e-chip-list.e-rtl.e-multi-selection .e-chip.e-chip-avatar-wrap::before { + margin: 0 -12px 0 8px; + margin-top: 0; +} + +.e-chip-list.e-chip, +.e-chip-list .e-chip { + background-color: #e0e0e0; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-chip .e-chip-icon, +.e-chip-list.e-chip .e-chip-delete, +.e-chip-list .e-chip .e-chip-icon, +.e-chip-list .e-chip .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip .e-chip-delete.e-dlt-btn { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip .e-chip-avatar, +.e-chip-list .e-chip .e-chip-avatar { + background-color: #c1c1c1; + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: rgba(0, 0, 0, 0.7); +} + +.e-chip-list.e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #000; +} + +.e-chip-list.e-chip:hover, +.e-chip-list .e-chip:hover { + background-color: #d6d6d6; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-chip:hover .e-chip-icon, +.e-chip-list.e-chip:hover .e-chip-delete, +.e-chip-list .e-chip:hover .e-chip-icon, +.e-chip-list .e-chip:hover .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip:hover .e-chip-avatar, +.e-chip-list .e-chip:hover .e-chip-avatar { + background-color: #b7b7b7; + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-focused, +.e-chip-list .e-chip.e-focused { + background-color: #c1c1c1; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + box-shadow: none; +} + +.e-chip-list.e-chip.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-focused .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-focused .e-chip-avatar { + background-color: #b7b7b7; + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-active, +.e-chip-list .e-chip.e-active { + background-color: #bcbcbc; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + box-shadow: none; +} + +.e-chip-list.e-chip.e-active .e-chip-icon, +.e-chip-list.e-chip.e-active .e-chip-delete, +.e-chip-list .e-chip.e-active .e-chip-icon, +.e-chip-list .e-chip.e-active .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-active .e-chip-avatar { + background-color: #9e9e9e; + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-focused.e-active, +.e-chip-list .e-chip.e-focused.e-active { + background-color: #c1c1c1; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + box-shadow: none; +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-focused.e-active .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-focused.e-active .e-chip-avatar { + background-color: #a3a3a3; + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip:active, +.e-chip-list .e-chip:active { + background-color: #b7b7b7; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + box-shadow: 0 2px 1px -6px rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 1px 8px 0 rgba(0, 0, 0, 0.12); +} + +.e-chip-list.e-chip:active .e-chip-icon, +.e-chip-list.e-chip:active .e-chip-delete, +.e-chip-list .e-chip:active .e-chip-icon, +.e-chip-list .e-chip:active .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip:active .e-chip-avatar, +.e-chip-list .e-chip:active .e-chip-avatar { + background-color: #999999; + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-disabled, +.e-chip-list .e-chip.e-disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); + opacity: 1; + pointer-events: none; +} + +.e-chip-list.e-chip.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-disabled .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-outline, +.e-chip-list .e-chip.e-outline { + background-color: transparent; + border-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); + border-width: 1px; +} + +.e-chip-list.e-chip.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-outline .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-outline .e-chip-avatar { + background-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: rgba(0, 0, 0, 0.7); +} + +.e-chip-list.e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #000; +} + +.e-chip-list.e-chip.e-outline:hover, +.e-chip-list .e-chip.e-outline:hover { + background-color: rgba(0, 0, 0, 0.04); + border-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-chip.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-outline:hover .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-outline:hover .e-chip-avatar { + background-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-chip.e-outline.e-focused, +.e-chip-list .e-chip.e-outline.e-focused { + background-color: rgba(0, 0, 0, 0.12); + border-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-chip.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-focused .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline.e-active, +.e-chip-list .e-chip.e-outline.e-active { + background-color: rgba(0, 0, 0, 0.14); + border-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-chip.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-active .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.14); + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-outline.e-focused.e-active { + background-color: rgba(0, 0, 0, 0.12); + border-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-focused.e-active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline:active, +.e-chip-list .e-chip.e-outline:active { + background-color: rgba(0, 0, 0, 0.16); + border-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-chip.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-outline:active .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-outline:active .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-outline.e-disabled, +.e-chip-list .e-chip.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-selection .e-chip.e-active { + background-color: #e3165b; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active .e-chip-avatar { + background-color: #ab1145; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused { + background-color: #ed4980; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-focused .e-chip-avatar { + background-color: #e3165b; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-selection .e-chip.e-active.e-disabled .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline { + background-color: #e3165b; + border-color: #e3165b; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline .e-chip-avatar { + background-color: #ab1145; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused { + background-color: #ed4980; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-focused .e-chip-avatar { + background-color: #e3165b; + color: #fff; +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-selection .e-chip.e-active.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-selection .e-chip:active { + background-color: rgba(227, 22, 91, 0.16); + border-color: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-selection .e-chip:active .e-chip-icon, +.e-chip-list.e-selection .e-chip:active .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-selection .e-chip:active .e-chip-avatar { + background-color: rgba(171, 17, 69, 0.16); + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-selection .e-chip:active.e-outline { + background-color: rgba(227, 22, 91, 0.16); + border-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-icon, +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-delete { + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-selection .e-chip:active.e-outline .e-chip-avatar { + background-color: rgba(171, 17, 69, 0.16); + color: rgba(0, 0, 0, 0.54); +} + +.e-chip-list.e-chip.e-primary, +.e-chip-list .e-chip.e-primary { + background-color: #e3165b; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary .e-chip-icon, +.e-chip-list.e-chip.e-primary .e-chip-delete, +.e-chip-list .e-chip.e-primary .e-chip-icon, +.e-chip-list .e-chip.e-primary .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-primary .e-chip-avatar, +.e-chip-list .e-chip.e-primary .e-chip-avatar { + background-color: #ab1145; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-primary:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover, +.e-chip-list .e-chip.e-primary:hover { + background-color: #ec3673; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover .e-chip-icon, +.e-chip-list.e-chip.e-primary:hover .e-chip-delete, +.e-chip-list .e-chip.e-primary:hover .e-chip-icon, +.e-chip-list .e-chip.e-primary:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:hover .e-chip-avatar, +.e-chip-list .e-chip.e-primary:hover .e-chip-avatar { + background-color: #d01454; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused, +.e-chip-list .e-chip.e-primary.e-focused { + background-color: #ed4980; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-focused .e-chip-avatar { + background-color: #e3165b; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active, +.e-chip-list .e-chip.e-primary.e-active { + background-color: #ef5b8d; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-active .e-chip-avatar { + background-color: #ea2466; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active, +.e-chip-list .e-chip.e-primary.e-focused.e-active { + background-color: #ed4980; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-focused.e-active .e-chip-avatar { + background-color: #e3165b; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active, +.e-chip-list .e-chip.e-primary:active { + background-color: #ef5b8d; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active .e-chip-icon, +.e-chip-list.e-chip.e-primary:active .e-chip-delete, +.e-chip-list .e-chip.e-primary:active .e-chip-icon, +.e-chip-list .e-chip.e-primary:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary:active .e-chip-avatar, +.e-chip-list .e-chip.e-primary:active .e-chip-avatar { + background-color: #ea2466; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-disabled, +.e-chip-list .e-chip.e-primary.e-disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-primary.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-disabled .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-primary.e-outline, +.e-chip-list .e-chip.e-primary.e-outline { + background-color: transparent; + border-color: #e3165b; + color: #e3165b; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete { + color: #e3165b; +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(227, 22, 91, 0.8); +} + +.e-chip-list.e-chip.e-primary.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline .e-chip-avatar { + background-color: #e3165b; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #e3165b; +} + +.e-chip-list.e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-primary.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover, +.e-chip-list .e-chip.e-primary.e-outline:hover { + background-color: rgba(227, 22, 91, 0.12); + border-color: #e3165b; + color: #e3165b; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-delete { + color: #e3165b; +} + +.e-chip-list.e-chip.e-primary.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline:hover .e-chip-avatar { + background-color: #e3165b; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused, +.e-chip-list .e-chip.e-primary.e-outline.e-focused { + background-color: #ed4980; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-focused .e-chip-avatar { + background-color: #e3165b; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active, +.e-chip-list .e-chip.e-primary.e-outline.e-active { + background-color: #ef5b8d; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-active .e-chip-avatar { + background-color: #ea2466; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active { + background-color: #ed4980; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #e3165b; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active, +.e-chip-list .e-chip.e-primary.e-outline:active { + background-color: #ef5b8d; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline:active .e-chip-avatar { + background-color: #ea2466; + color: #fff; +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-primary.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-primary.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-success, +.e-chip-list .e-chip.e-success { + background-color: #4d841d; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success .e-chip-icon, +.e-chip-list.e-chip.e-success .e-chip-delete, +.e-chip-list .e-chip.e-success .e-chip-icon, +.e-chip-list .e-chip.e-success .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-success .e-chip-avatar, +.e-chip-list .e-chip.e-success .e-chip-avatar { + background-color: #305212; + color: #fff; +} + +.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-success:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover, +.e-chip-list .e-chip.e-success:hover { + background-color: #61a524; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover .e-chip-icon, +.e-chip-list.e-chip.e-success:hover .e-chip-delete, +.e-chip-list .e-chip.e-success:hover .e-chip-icon, +.e-chip-list .e-chip.e-success:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success:hover .e-chip-avatar, +.e-chip-list .e-chip.e-success:hover .e-chip-avatar { + background-color: #437319; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused, +.e-chip-list .e-chip.e-success.e-focused { + background-color: #6ab628; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-success.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-success.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-success.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-focused .e-chip-avatar { + background-color: #4d841d; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active, +.e-chip-list .e-chip.e-success.e-active { + background-color: #74c72c; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-active .e-chip-avatar { + background-color: #579521; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active, +.e-chip-list .e-chip.e-success.e-focused.e-active { + background-color: #6ab628; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-focused.e-active .e-chip-avatar { + background-color: #4d841d; + color: #fff; +} + +.e-chip-list.e-chip.e-success:active, +.e-chip-list .e-chip.e-success:active { + background-color: #74c72c; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success:active .e-chip-icon, +.e-chip-list.e-chip.e-success:active .e-chip-delete, +.e-chip-list .e-chip.e-success:active .e-chip-icon, +.e-chip-list .e-chip.e-success:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success:active .e-chip-avatar, +.e-chip-list .e-chip.e-success:active .e-chip-avatar { + background-color: #579521; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-disabled, +.e-chip-list .e-chip.e-success.e-disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-success.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-success.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-success.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-disabled .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-success.e-outline, +.e-chip-list .e-chip.e-success.e-outline { + background-color: transparent; + border-color: #4d841d; + color: #4d841d; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline .e-chip-delete { + color: #4d841d; +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-success.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(77, 132, 29, 0.8); +} + +.e-chip-list.e-chip.e-success.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline .e-chip-avatar { + background-color: #4d841d; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #4d841d; +} + +.e-chip-list.e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-success.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:hover, +.e-chip-list .e-chip.e-success.e-outline:hover { + background-color: rgba(77, 132, 29, 0.12); + border-color: #4d841d; + color: #4d841d; +} + +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-delete { + color: #4d841d; +} + +.e-chip-list.e-chip.e-success.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline:hover .e-chip-avatar { + background-color: #4d841d; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused, +.e-chip-list .e-chip.e-success.e-outline.e-focused { + background-color: #6ab628; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-focused .e-chip-avatar { + background-color: #4d841d; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active, +.e-chip-list .e-chip.e-success.e-outline.e-active { + background-color: #74c72c; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-active .e-chip-avatar { + background-color: #579521; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active { + background-color: #6ab628; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #4d841d; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active, +.e-chip-list .e-chip.e-success.e-outline:active { + background-color: #74c72c; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline:active .e-chip-avatar { + background-color: #579521; + color: #fff; +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled, +.e-chip-list .e-chip.e-success.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-success.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-success.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-info, +.e-chip-list .e-chip.e-info { + background-color: #0378d5; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info .e-chip-icon, +.e-chip-list.e-chip.e-info .e-chip-delete, +.e-chip-list .e-chip.e-info .e-chip-icon, +.e-chip-list .e-chip.e-info .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-info .e-chip-avatar, +.e-chip-list .e-chip.e-info .e-chip-avatar { + background-color: #025699; + color: #fff; +} + +.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-info:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover, +.e-chip-list .e-chip.e-info:hover { + background-color: #058efb; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover .e-chip-icon, +.e-chip-list.e-chip.e-info:hover .e-chip-delete, +.e-chip-list .e-chip.e-info:hover .e-chip-icon, +.e-chip-list .e-chip.e-info:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info:hover .e-chip-avatar, +.e-chip-list .e-chip.e-info:hover .e-chip-avatar { + background-color: #036dc1; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused, +.e-chip-list .e-chip.e-info.e-focused { + background-color: #1998fc; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-info.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-info.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-info.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-focused .e-chip-avatar { + background-color: #0378d5; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active, +.e-chip-list .e-chip.e-info.e-active { + background-color: #2ea1fc; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-active .e-chip-avatar { + background-color: #0383e9; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active, +.e-chip-list .e-chip.e-info.e-focused.e-active { + background-color: #1998fc; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-focused.e-active .e-chip-avatar { + background-color: #0378d5; + color: #fff; +} + +.e-chip-list.e-chip.e-info:active, +.e-chip-list .e-chip.e-info:active { + background-color: #2ea1fc; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info:active .e-chip-icon, +.e-chip-list.e-chip.e-info:active .e-chip-delete, +.e-chip-list .e-chip.e-info:active .e-chip-icon, +.e-chip-list .e-chip.e-info:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info:active .e-chip-avatar, +.e-chip-list .e-chip.e-info:active .e-chip-avatar { + background-color: #0383e9; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-disabled, +.e-chip-list .e-chip.e-info.e-disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-info.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-info.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-info.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-disabled .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-info.e-outline, +.e-chip-list .e-chip.e-info.e-outline { + background-color: transparent; + border-color: #0378d5; + color: #0378d5; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline .e-chip-delete { + color: #0378d5; +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-info.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(3, 120, 213, 0.8); +} + +.e-chip-list.e-chip.e-info.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline .e-chip-avatar { + background-color: #0378d5; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #0378d5; +} + +.e-chip-list.e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-info.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:hover, +.e-chip-list .e-chip.e-info.e-outline:hover { + background-color: rgba(3, 120, 213, 0.12); + border-color: #0378d5; + color: #0378d5; +} + +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-delete { + color: #0378d5; +} + +.e-chip-list.e-chip.e-info.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline:hover .e-chip-avatar { + background-color: #0378d5; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused, +.e-chip-list .e-chip.e-info.e-outline.e-focused { + background-color: #1998fc; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-focused .e-chip-avatar { + background-color: #0378d5; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active, +.e-chip-list .e-chip.e-info.e-outline.e-active { + background-color: #2ea1fc; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-active .e-chip-avatar { + background-color: #0383e9; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active { + background-color: #1998fc; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #0378d5; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active, +.e-chip-list .e-chip.e-info.e-outline:active { + background-color: #2ea1fc; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline:active .e-chip-avatar { + background-color: #0383e9; + color: #fff; +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled, +.e-chip-list .e-chip.e-info.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-info.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-info.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-warning, +.e-chip-list .e-chip.e-warning { + background-color: #c15700; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning .e-chip-icon, +.e-chip-list.e-chip.e-warning .e-chip-delete, +.e-chip-list .e-chip.e-warning .e-chip-icon, +.e-chip-list .e-chip.e-warning .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-warning .e-chip-avatar, +.e-chip-list .e-chip.e-warning .e-chip-avatar { + background-color: #843b00; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-warning:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover, +.e-chip-list .e-chip.e-warning:hover { + background-color: #ea6900; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover .e-chip-icon, +.e-chip-list.e-chip.e-warning:hover .e-chip-delete, +.e-chip-list .e-chip.e-warning:hover .e-chip-icon, +.e-chip-list .e-chip.e-warning:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:hover .e-chip-avatar, +.e-chip-list .e-chip.e-warning:hover .e-chip-avatar { + background-color: #ad4e00; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused, +.e-chip-list .e-chip.e-warning.e-focused { + background-color: #fe7300; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-focused .e-chip-avatar { + background-color: #c15700; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active, +.e-chip-list .e-chip.e-warning.e-active { + background-color: #ff7e14; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-active .e-chip-avatar { + background-color: #d56000; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active, +.e-chip-list .e-chip.e-warning.e-focused.e-active { + background-color: #fe7300; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-focused.e-active .e-chip-avatar { + background-color: #c15700; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:active, +.e-chip-list .e-chip.e-warning:active { + background-color: #ff7e14; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning:active .e-chip-icon, +.e-chip-list.e-chip.e-warning:active .e-chip-delete, +.e-chip-list .e-chip.e-warning:active .e-chip-icon, +.e-chip-list .e-chip.e-warning:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning:active .e-chip-avatar, +.e-chip-list .e-chip.e-warning:active .e-chip-avatar { + background-color: #d56000; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-disabled, +.e-chip-list .e-chip.e-warning.e-disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-warning.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-disabled .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-warning.e-outline, +.e-chip-list .e-chip.e-warning.e-outline { + background-color: transparent; + border-color: #c15700; + color: #c15700; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete { + color: #c15700; +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(193, 87, 0, 0.8); +} + +.e-chip-list.e-chip.e-warning.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline .e-chip-avatar { + background-color: #c15700; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #c15700; +} + +.e-chip-list.e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-warning.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover, +.e-chip-list .e-chip.e-warning.e-outline:hover { + background-color: rgba(193, 87, 0, 0.12); + border-color: #c15700; + color: #c15700; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-delete { + color: #c15700; +} + +.e-chip-list.e-chip.e-warning.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline:hover .e-chip-avatar { + background-color: #c15700; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused, +.e-chip-list .e-chip.e-warning.e-outline.e-focused { + background-color: #fe7300; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-focused .e-chip-avatar { + background-color: #c15700; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active, +.e-chip-list .e-chip.e-warning.e-outline.e-active { + background-color: #ff7e14; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-active .e-chip-avatar { + background-color: #d56000; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active { + background-color: #fe7300; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #c15700; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:active, +.e-chip-list .e-chip.e-warning.e-outline:active { + background-color: #ff7e14; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline:active .e-chip-avatar { + background-color: #d56000; + color: #fff; +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-warning.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-warning.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-danger, +.e-chip-list .e-chip.e-danger { + background-color: #d64113; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger .e-chip-icon, +.e-chip-list.e-chip.e-danger .e-chip-delete, +.e-chip-list .e-chip.e-danger .e-chip-icon, +.e-chip-list .e-chip.e-danger .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger .e-chip-delete.e-dlt-btn { + color: rgba(255, 255, 255, 0.8); +} + +.e-chip-list.e-chip.e-danger .e-chip-avatar, +.e-chip-list .e-chip.e-danger .e-chip-avatar { + background-color: #9e300e; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-danger:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover, +.e-chip-list .e-chip.e-danger:hover { + background-color: #ec5526; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover .e-chip-icon, +.e-chip-list.e-chip.e-danger:hover .e-chip-delete, +.e-chip-list .e-chip.e-danger:hover .e-chip-icon, +.e-chip-list .e-chip.e-danger:hover .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:hover .e-chip-avatar, +.e-chip-list .e-chip.e-danger:hover .e-chip-avatar { + background-color: #c33b11; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused, +.e-chip-list .e-chip.e-danger.e-focused { + background-color: #ed6339; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-focused .e-chip-avatar { + background-color: #d64113; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active, +.e-chip-list .e-chip.e-danger.e-active { + background-color: #ef724c; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-active .e-chip-avatar { + background-color: #e94715; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active, +.e-chip-list .e-chip.e-danger.e-focused.e-active { + background-color: #ed6339; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-focused.e-active .e-chip-avatar { + background-color: #d64113; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active, +.e-chip-list .e-chip.e-danger:active { + background-color: #ef724c; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active .e-chip-icon, +.e-chip-list.e-chip.e-danger:active .e-chip-delete, +.e-chip-list .e-chip.e-danger:active .e-chip-icon, +.e-chip-list .e-chip.e-danger:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger:active .e-chip-avatar, +.e-chip-list .e-chip.e-danger:active .e-chip-avatar { + background-color: #e94715; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-disabled, +.e-chip-list .e-chip.e-danger.e-disabled { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-danger.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-disabled .e-chip-avatar { + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-danger.e-outline, +.e-chip-list .e-chip.e-danger.e-outline { + background-color: transparent; + border-color: #d64113; + color: #d64113; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete { + color: #d64113; +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-delete.e-dlt-btn { + color: rgba(214, 65, 19, 0.8); +} + +.e-chip-list.e-chip.e-danger.e-outline .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline .e-chip-avatar { + background-color: #d64113; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover, +.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:hover { + color: #d64113; +} + +.e-chip-list.e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active, +.e-chip-list .e-chip.e-danger.e-outline:not(.e-active) .e-chip-delete.e-dlt-btn:active { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover, +.e-chip-list .e-chip.e-danger.e-outline:hover { + background-color: rgba(214, 65, 19, 0.12); + border-color: #d64113; + color: #d64113; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-delete { + color: #d64113; +} + +.e-chip-list.e-chip.e-danger.e-outline:hover .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline:hover .e-chip-avatar { + background-color: #d64113; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused, +.e-chip-list .e-chip.e-danger.e-outline.e-focused { + background-color: #ed6339; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-focused .e-chip-avatar { + background-color: #d64113; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active, +.e-chip-list .e-chip.e-danger.e-outline.e-active { + background-color: #ef724c; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-active .e-chip-avatar { + background-color: #e94715; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active { + background-color: #ed6339; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-focused.e-active .e-chip-avatar { + background-color: #d64113; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active, +.e-chip-list .e-chip.e-danger.e-outline:active { + background-color: #ef724c; + border-color: transparent; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-delete { + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline:active .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline:active .e-chip-avatar { + background-color: #e94715; + color: #fff; +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-icon, +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-delete, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-icon, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-delete { + color: rgba(0, 0, 0, 0.26); +} + +.e-chip-list.e-chip.e-danger.e-outline.e-disabled .e-chip-avatar, +.e-chip-list .e-chip.e-danger.e-outline.e-disabled .e-chip-avatar { + background-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-dropdown-btn .e-caret::before, +.e-dropdown-btn.e-btn .e-caret::before { + content: '\e969'; +} + +/*! drop-down button layout */ +.e-dropdown-btn, +.e-dropdown-btn.e-btn { + box-shadow: none; + text-transform: none; + white-space: normal; +} + +.e-dropdown-btn:hover, .e-dropdown-btn:focus, +.e-dropdown-btn.e-btn:hover, +.e-dropdown-btn.e-btn:focus { + box-shadow: none; +} + +.e-dropdown-btn:active, +.e-dropdown-btn.e-btn:active { + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-dropdown-btn .e-btn-icon, +.e-dropdown-btn.e-btn .e-btn-icon { + font-size: 14px; +} + +.e-dropdown-btn .e-caret, +.e-dropdown-btn.e-btn .e-caret { + font-size: 8px; +} + +.e-dropdown-btn.e-vertical, +.e-dropdown-btn.e-btn.e-vertical { + line-height: 1; + padding: 12px 12px; +} + +.e-dropdown-btn.e-caret-hide .e-caret, +.e-dropdown-btn.e-btn.e-caret-hide .e-caret { + display: none; +} + +.e-dropdown-btn.e-small .e-dropdown-btn.e-small, .e-dropdown-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-small, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul { + padding: 8px 0; +} + +.e-dropdown-btn.e-small .e-dropdown-btn.e-small .e-item, .e-dropdown-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-small .e-item, +.e-dropdown-btn.e-btn.e-small .e-dropdown-btn.e-btn.e-small.e-dropdown-popup ul .e-item { + padding: 0 16px; +} + +.e-dropdown-btn.e-small.e-vertical, +.e-dropdown-btn.e-btn.e-small.e-vertical { + line-height: 1; + padding: 12px 12px; +} + +.e-bigger .e-dropdown-btn .e-btn-icon, +.e-bigger.e-dropdown-btn .e-btn-icon { + font-size: 16px; +} + +.e-bigger .e-dropdown-btn .e-caret, +.e-bigger.e-dropdown-btn .e-caret { + font-size: 10px; +} + +.e-bigger .e-dropdown-btn.e-vertical, +.e-bigger.e-dropdown-btn.e-vertical { + line-height: 1; + padding: 16px 16px; +} + +.e-bigger .e-dropdown-btn.e-small.e-vertical, +.e-bigger.e-dropdown-btn.e-small.e-vertical { + line-height: 1; + padding: 16px 16px; +} + +.e-dropdown-popup { + position: absolute; +} + +.e-dropdown-popup ul { + border: none; + border-radius: 0; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + box-sizing: border-box; + font-size: 14px; + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + min-width: 120px; + overflow: hidden; + padding: 8px 0; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-dropdown-popup ul .e-item { + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 36px; + line-height: 36px; + padding: 0 16px; +} + +.e-dropdown-popup ul .e-item .e-menu-url { + display: inline-block; + text-decoration: none; +} + +.e-dropdown-popup ul .e-item .e-menu-icon { + float: left; + font-size: 14px; + line-height: 36px; + margin-right: 10px; + vertical-align: middle; + width: 1em; +} + +.e-dropdown-popup ul .e-item.e-disabled { + cursor: auto; + pointer-events: none; +} + +.e-dropdown-popup ul .e-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + cursor: auto; + height: auto; + line-height: normal; + margin: 8px 0; + pointer-events: none; +} + +.e-rtl.e-dropdown-popup .e-item .e-menu-icon { + float: right; + margin-left: 10px; + margin-right: 0; +} + +.e-bigger .e-dropdown-popup ul, +.e-bigger.e-dropdown-popup ul { + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + font-size: 15px; + max-width: 280px; + min-width: 112px; + padding: 8px 0; +} + +.e-bigger .e-dropdown-popup ul .e-item, +.e-bigger.e-dropdown-popup ul .e-item { + height: 48px; + line-height: 48px; + padding: 0 16px; +} + +.e-bigger .e-dropdown-popup ul .e-item .e-menu-icon, +.e-bigger.e-dropdown-popup ul .e-item .e-menu-icon { + font-size: 16px; + line-height: 48px; +} + +.e-bigger .e-dropdown-popup ul .e-item.e-separator, +.e-bigger.e-dropdown-popup ul .e-item.e-separator { + height: auto; + line-height: normal; +} + +/*! drop-down button theme */ +.e-dropdown-popup { + background-color: #fff; + color: rgba(0, 0, 0, 0.87); +} + +.e-dropdown-popup ul .e-item .e-menu-url { + color: rgba(0, 0, 0, 0.87); +} + +.e-dropdown-popup ul .e-item .e-menu-icon { + color: rgba(0, 0, 0, 0.87); +} + +.e-dropdown-popup ul .e-item.e-focused { + background-color: #e0e0e0; + box-shadow: none; +} + +.e-dropdown-popup ul .e-item:hover { + background-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); +} + +.e-dropdown-popup ul .e-item:active, .e-dropdown-popup ul .e-item.e-selected { + background-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); +} + +.e-dropdown-popup ul .e-item:active .e-menu-url, .e-dropdown-popup ul .e-item.e-selected .e-menu-url { + color: rgba(0, 0, 0, 0.87); +} + +.e-dropdown-popup ul .e-item:active .e-menu-icon, .e-dropdown-popup ul .e-item.e-selected .e-menu-icon { + color: rgba(0, 0, 0, 0.87); +} + +.e-dropdown-popup ul .e-separator { + border-bottom-color: rgba(0, 0, 0, 0.12); +} + +/*! splitbutton layout */ +.e-split-btn-wrapper { + display: -ms-inline-flexbox; + display: inline-flex; + white-space: nowrap; + width: -webkit-min-content; + width: min-content; +} + +.e-split-btn-wrapper .e-split-btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + text-transform: none; + z-index: 1; + padding-left: 10px; + padding-right: 4px; +} + +.e-split-btn-wrapper .e-split-btn:focus { + outline-offset: 0; +} + +.e-split-btn-wrapper .e-split-btn:focus, .e-split-btn-wrapper .e-split-btn:hover, .e-split-btn-wrapper .e-split-btn:active { + z-index: 2; +} + +.e-split-btn-wrapper .e-split-btn.e-top-icon-btn { + padding-bottom: 10px; + padding-top: 10px; +} + +.e-split-btn-wrapper .e-split-btn .e-btn-icon { + font-size: 14px; + margin-left: 0; + padding-right: 8px; + width: auto; +} + +.e-split-btn-wrapper .e-split-btn .e-icon-top { + padding-bottom: 4px; + padding-right: 0; +} + +.e-split-btn-wrapper .e-split-btn.e-icon-btn { + padding-left: 6px; + padding-right: 6px; +} + +.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon { + padding-right: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + margin-left: 0; + padding-left: 4px; + padding-right: 4px; +} + +.e-split-btn-wrapper .e-dropdown-btn:focus, .e-split-btn-wrapper .e-dropdown-btn:hover, .e-split-btn-wrapper .e-dropdown-btn:active { + z-index: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn:disabled:focus, .e-split-btn-wrapper .e-dropdown-btn:disabled:hover, .e-split-btn-wrapper .e-dropdown-btn:disabled:active { + z-index: 0; +} + +.e-split-btn-wrapper .e-dropdown-btn:focus { + outline-offset: 0; +} + +.e-split-btn-wrapper .e-btn { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:hover, .e-split-btn-wrapper .e-btn:focus { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:active { + box-shadow: none; +} + +.e-split-btn-wrapper .e-btn:disabled { + box-shadow: none; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn { + border-bottom-left-radius: 0; + border-bottom-right-radius: 2px; + border-top-left-radius: 0; + border-top-right-radius: 2px; + margin-left: 0; + padding-left: 4px; + padding-right: 10px; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon { + margin-right: 0; + padding-left: 8px; + padding-right: 0; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top { + padding-left: 0; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn { + padding-left: 6px; + padding-right: 6px; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon { + padding-left: 0; +} + +.e-split-btn-wrapper.e-rtl .e-dropdown-btn { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 0; + border-top-left-radius: 2px; + border-top-right-radius: 0; + margin-left: 0; +} + +.e-split-btn-wrapper.e-vertical { + display: inline-block; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn, +.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + display: block; + width: 100%; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn { + border-bottom-left-radius: 0; + border-top-right-radius: 2px; + line-height: 1; + padding-bottom: 4px; + padding-right: 10px; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn .e-icon-top { + padding-bottom: 4px; +} + +.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + border-bottom-left-radius: 2px; + border-top-right-radius: 0; + line-height: 0.417em; + margin-left: 0; + margin-top: 0; + padding-bottom: 4px; + padding-top: 4px; +} + +.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom { + padding-top: 0; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn { + border-bottom-right-radius: 0; + border-top-left-radius: 2px; + margin-left: 0; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-dropdown-btn { + border-bottom-right-radius: 2px; + border-top-left-radius: 0; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn { + padding-left: 12px; + padding-right: 6px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-top-icon-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-top-icon-btn { + padding-bottom: 12px; + padding-top: 12px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper .e-split-btn .e-btn-icon { + font-size: 16px; + margin-left: 0; + padding-right: 10px; + width: auto; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn .e-icon-top, +.e-bigger.e-split-btn-wrapper .e-split-btn .e-icon-top { + padding-bottom: 6px; + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn { + padding-left: 9px; + padding-right: 9px; +} + +.e-bigger .e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper .e-split-btn.e-icon-btn .e-btn-icon { + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper .e-dropdown-btn, +.e-bigger.e-split-btn-wrapper .e-dropdown-btn { + padding-left: 4px; + padding-right: 4px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn { + padding-left: 6px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-btn-icon { + padding-left: 10px; + padding-right: 0; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn .e-icon-top { + padding-left: 0; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn { + padding-left: 9px; + padding-right: 9px; +} + +.e-bigger .e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon, +.e-bigger.e-split-btn-wrapper.e-rtl .e-split-btn.e-icon-btn .e-btn-icon { + padding-left: 0; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-split-btn, +.e-bigger.e-split-btn-wrapper.e-vertical .e-split-btn { + padding-bottom: 6px; + padding-right: 12px; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn, +.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-bigger .e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom, +.e-bigger.e-split-btn-wrapper.e-vertical .e-dropdown-btn .e-icon-bottom { + padding-top: 0; +} + +/*! splitbutton theme */ +.e-split-btn-wrapper .e-split-btn { + border-right-color: transparent; +} + +.e-split-btn-wrapper .e-split-btn:focus { + border-right-color: transparent; +} + +.e-split-btn-wrapper .e-split-btn:active { + border-right-color: transparent; +} + +.e-split-btn-wrapper .e-split-btn:disabled { + border-right-color: rgba(0, 0, 0, 0.12); +} + +.e-split-btn-wrapper:hover .e-split-btn { + border-right-color: transparent; +} + +.e-split-btn-wrapper:hover .e-split-btn:disabled { + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn { + border-color: transparent; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:focus { + border-color: transparent; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:active { + border-color: transparent; +} + +.e-split-btn-wrapper.e-rtl .e-split-btn:disabled { + border-left-color: transparent; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-rtl:hover .e-split-btn { + border-left-color: transparent; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-rtl:hover .e-split-btn:disabled { + border-left-color: transparent; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn { + border-bottom-color: transparent; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:focus { + border-bottom-color: transparent; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:active { + border-bottom-color: transparent; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-vertical .e-split-btn:disabled { + border-bottom-color: transparent; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-vertical:hover .e-split-btn { + border-bottom-color: transparent; + border-right-color: transparent; +} + +.e-split-btn-wrapper.e-vertical:hover .e-split-btn:disabled { + border-bottom-color: transparent; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn { + border-left-color: transparent; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:focus { + border-left-color: transparent; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:active { + border-left-color: transparent; +} + +.e-split-btn-wrapper.e-vertical.e-rtl .e-split-btn:disabled { + border-left-color: transparent; +} + +.e-split-btn-wrapper.e-vertical.e-rtl:hover .e-split-btn { + border-left-color: transparent; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +.e-input-group-icon.e-spin-up::before { + content: '\e834'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-spin-down::before { + content: '\e83d'; + font-family: 'e-icons'; +} + +.e-numeric-container { + width: 100%; +} + +.e-content-placeholder.e-numeric.e-placeholder-numeric { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger.e-content-placeholder.e-numeric.e-placeholder-numeric, +.e-bigger .e-content-placeholder.e-numeric.e-placeholder-numeric { + background-size: 300px 40px; + min-height: 40px; +} + +.e-float-input.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-input-group.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-float-input.e-control-wrapper.e-numeric .e-numeric-hidden, +.e-float-input.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden, +.e-input-group.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden, +.e-float-input.e-control-wrapper.e-numeric.e-input-focus .e-numeric-hidden { + border: 0; + height: 0; + margin: 0; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-numeric.e-control-wrapper.e-input-group .e-input-group-icon { + font-size: 12px; +} + +.e-bigger .e-control-wrapper.e-numeric.e-input-group .e-input-group-icon, +.e-bigger.e-control-wrapper.e-numeric.e-input-group .e-input-group-icon { + font-size: 12px; +} + +.e-tooltip-close::before { + content: '\e7e9'; + font-size: 16px; +} + +.e-arrow-tip-inner.e-tip-right::before { + content: '\e848'; +} + +.e-arrow-tip-inner.e-tip-top::before { + content: '\e918'; +} + +.e-arrow-tip-inner.e-tip-bottom::before { + content: '\e919'; +} + +.e-arrow-tip-inner.e-tip-left::before { + content: '\e84b'; +} + +/*! tooltip layout */ +.e-tooltip-wrap { + max-width: 350px; + min-width: 30px; + padding: 0; + position: absolute; + visibility: visible; + /*! tooltip arrow */ + /*! tooltip sticky mode close icon */ + /*! tooltip content area */ +} + +.e-tooltip-wrap .e-arrow-tip { + overflow: hidden; + position: absolute; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-bottom { + height: 8px; + left: 50%; + top: 100%; + width: 16px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-top { + height: 8px; + left: 50%; + top: -9px; + width: 16px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-left { + height: 16px; + left: -9px; + top: 48%; + width: 8px; +} + +.e-tooltip-wrap .e-arrow-tip.e-tip-right { + height: 16px; + left: 100%; + top: 50%; + width: 8px; +} + +.e-tooltip-wrap .e-tooltip-close { + float: right; + position: absolute; + right: -9px; + top: -9px; + z-index: inherit; +} + +.e-tooltip-wrap .e-tip-content { + background-color: inherit; + height: 100%; + line-height: 16px; + overflow-wrap: break-word; + overflow-x: hidden; + padding: 3px 6px; + position: relative; + white-space: normal; + width: 100%; + word-break: break-word; + z-index: 1; +} + +/*! Bigger Style */ +.e-bigger .e-tooltip-wrap .e-tip-content, +.e-tooltip-wrap.e-bigger .e-tip-content { + line-height: 20px; + padding: 5px 8px; +} + +/*! Tooltip theme */ +.e-tooltip-wrap { + border-radius: 2px; + filter: none; + opacity: 0.9; + /*! tooltip arrow */ + /*! tooltip sticky mode close icon */ + /*! tooltip content area */ +} + +.e-tooltip-wrap.e-popup { + background-color: #616161; + border: 1px solid #616161; +} + +.e-tooltip-wrap .e-arrow-tip-outer { + height: 0; + left: 0; + position: absolute; + top: 0; + width: 0; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { + border-left: 8px solid transparent; + border-right: 8px solid transparent; + border-top: 8px solid #616161; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #616161; + border-left: 8px solid transparent; + border-right: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-left { + border-bottom: 8px solid transparent; + border-right: 8px solid #616161; + border-top: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-outer.e-tip-right { + border-bottom: 8px solid transparent; + border-left: 8px solid #616161; + border-top: 8px solid transparent; +} + +.e-tooltip-wrap .e-arrow-tip-inner { + height: 0; + position: absolute; + width: 0; + z-index: 10; +} + +.e-tooltip-wrap .e-arrow-tip-inner.e-tip-right, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-left, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-bottom, .e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { + color: #616161; + font-family: 'e-icons'; + font-size: 16px; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + text-transform: none; +} + +.e-tooltip-wrap .e-tooltip-close { + background-color: #fff; + border-color: transparent; + border-radius: 8px; + color: #616161; +} + +.e-tooltip-wrap .e-tooltip-close:hover { + background-color: #fff; + color: #616161; +} + +.e-tooltip-wrap .e-tip-content { + color: #fff; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 11px; +} + +/*! bigger style */ +.e-bigger .e-tooltip-wrap .e-tip-content, +.e-tooltip-wrap.e-bigger .e-tip-content { + font-size: 14px; +} + +.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-material-handle { + cursor: default; + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); + z-index: 3; +} + +.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-tab-handle::after { + background-color: transparent; +} + +.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-start.e-tab-handle::after { + background-color: transparent; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup { + background-color: #e3165b; + border: 0; + border-radius: 8px; + cursor: grab; + opacity: 1; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-popup.e-popup-close { + display: block; + opacity: 0; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start { + background-color: rgba(0, 0, 0, 0.26); +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-inner { + color: #000; + opacity: 0; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-bottom { + border-top-color: rgba(0, 0, 0, 0.26); +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-top { + border-bottom-color: rgba(0, 0, 0, 0.26); +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-right { + border-left-color: rgba(0, 0, 0, 0.26); +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-material-tooltip-start .e-arrow-tip-outer.e-tip-left { + border-right-color: rgba(0, 0, 0, 0.26); +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-active { + cursor: grabbing; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip { + visibility: visible; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + background-color: transparent; + height: 16px; + overflow: hidden; + padding: 0 8px; + text-align: center; + top: calc(50% - 8px); + width: 100%; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-show { + color: #fff; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content.e-material-tooltip-hide { + color: transparent; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-inner { + color: #e3165b; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-bottom { + border-top-color: #e3165b; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #e3165b; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-right { + border-left-color: #e3165b; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup .e-arrow-tip-outer.e-tip-left { + border-right-color: #e3165b; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default { + background-color: #e3165b; + border: 0; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 0%; + border-top-left-radius: 50%; + border-top-right-radius: 50%; + cursor: grab; + opacity: 1; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-material-tooltip-start { + background-color: rgba(0, 0, 0, 0.26); +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-tooltip-active { + cursor: grabbing; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-arrow-tip { + visibility: hidden; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-before .e-tip-content { + transform: rotate(-45deg); +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-horizontal-after .e-tip-content { + transform: rotate(-225deg); +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-before .e-tip-content { + transform: rotate(45deg); +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default.e-slider-vertical-after .e-tip-content { + transform: rotate(225deg); +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content { + background-color: transparent; + height: 16px; + overflow: hidden; + padding: 0; + text-align: center; + top: calc(50% - 8px); + width: 100%; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content.e-material-tooltip-show { + color: #fff; +} + +.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default .e-tip-content.e-material-tooltip-hide { + color: transparent; +} + +.e-slider-horizantal-color { + height: 100%; + position: absolute; + top: -1px; +} + +.e-slider-vertical-color { + left: -1px; + position: absolute; + width: 100%; +} + +.e-bigger.e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + font-size: 11px; + line-height: 16px; +} + +.e-bigger .e-slider-tooltip.e-tooltip-wrap.e-popup .e-tip-content { + font-size: 11px; + line-height: 16px; +} + +.e-bigger .e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value, +.e-control-wrapper.e-slider-container.e-bigger .e-scale .e-tick .e-tick-value { + font-size: 12px; +} + +.e-control-wrapper.e-slider-container { + -moz-user-select: none; + -ms-user-select: none; + -webkit-tap-highlight-color: transparent; + -webkit-touch-callout: none; + -webkit-user-select: none; + box-sizing: border-box; + display: inline-block; + height: 18px; + line-height: normal; + outline: none; + position: relative; + user-select: none; +} + +.e-control-wrapper.e-slider-container::after { + content: "material"; + display: none; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-large-thumb-size { + transform: scale(1.5); +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-slider .e-handle { + margin: 0 -6px 0 0; + top: calc(50% - 6px); +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-first-tick { + background-position-x: right; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-horizontal .e-scale.e-h-scale .e-tick.e-last-tick { + background-position-x: left; +} + +.e-control-wrapper.e-slider-container.e-rtl.e-vertical { + direction: ltr; +} + +.e-control-wrapper.e-slider-container.e-disabled.e-material-slider .e-slider .e-handle.e-handle-first { + background-color: #757575; +} + +.e-control-wrapper.e-slider-container.e-disabled:hover .e-scale .e-tick { + visibility: hidden; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-range { + background: rgba(0, 0, 0, 0.26); +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle { + background: #757575; + transform: scale(0.5) !important; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-first { + background-color: #757575; + border: 0; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle::after { + -ms-transform: scale(0); + -webkit-transform: scale(0); + background: transparent; + border: 7px solid #fff; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 26px; + left: calc(50% - 13px); + opacity: 1; + position: absolute; + top: calc(50% - 13px); + transform: scale(1); + transition: none; + width: 26px; + z-index: -1; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-btn { + cursor: default; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle { + cursor: default; +} + +.e-control-wrapper.e-slider-container.e-disabled .e-slider .e-handle.e-handle-disable { + display: block; +} + +.e-control-wrapper.e-slider-container.e-horizontal { + height: 48px; + width: 100%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button { + left: 0; + margin-top: -9px; + top: 50%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-first-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAkFBMVEUAAAD////////////////////////+/v7////+/v7////////+/v7+/v7////////+/v7+/v7+/v7////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///8G+5iqAAAAL3RSTlMABAgMEBQYHCAkKDA0ODxETFRYYGRsdHyAh4uTm6Onr7O/w8fL09ff4+fr7/P3+/6nVicAAADJSURBVHgBldJHdoNgAANhQUjvPTHuxbgAuv/t/J5O8I82Wn27UfGaVmjvBwvsdmEDUH33JuBxYwNQ/48m4LWzAbie2QR8nkzA/coGoPodTMDzzgagae1ykHAASDgAJBwAEk4xSDgAJBwAEg4ACacYJBwAEg4ACYeAjyMEaqYQSC97CFT/DQxID2sIpK8zBLqZQyC9dRDoajIyID1tIVD10zMg3S0ZSF4IJC8GkhcDyQuB5MVA8kIgeTGQvBhIXggkLwaSFwLJK3cBRvanB71ijlkAAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-size: cover; + display: inline-block; + height: 7px; + left: calc(50% - 4.6px); + position: absolute; + top: calc(50% - 3.6px); + width: 7px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button { + margin-top: -9px; + right: 0; + top: 50%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-second-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAkFBMVEUAAAD////////////////////////+/v7////////+/v7+/v7+/v7////////+/v7////+/v7+/v7+/v7+/v7+/v7////////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7///9VYKa9AAAAL3RSTlMABAgMEBQYHCAoLDQ4PEBMUFhcZGx0eICDi5Obn6ers7vDx8vP19vf4+fr7/P3++LF0fAAAADNSURBVHgBldNHbsNAGEPhkZSi9F4S915k6d3/dga8Jgjw7bkYzPeXS5ObkkX3EQ5gcRcO6H/qbACbp3AAo6twwOEtHMCsDQecvqpsAKuHcMDw12QD2L2EA/C8EFleiCwvRJYXIssLmeGFzPBCZnghM7yQGV7IDC9Eglc26D6zwfS2JIP9a/To4b8pyWD9GH1c/11FNOZthO/4nvEeX5dksH2OTnT4rUsyWN4Xk4cj8nBEHo7IwxF5OCIPR+ThiDwckYcj8nBEHo5Iw5GdAVm8p9sPUXNKAAAAAElFTkSuQmCC"); + background-repeat: no-repeat; + background-size: cover; + display: inline-block; + height: 7px; + left: calc(50% - 2.6px); + position: absolute; + top: calc(50% - 3.6px); + width: 7px; +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-slider-btn { + padding: 0 30px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-slider { + height: 32px; + position: relative; + top: calc(50% - 16px); + width: 100%; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-slider-track { + height: 2px; + left: 0; + position: absolute; + width: 100%; + background: rgba(0, 0, 0, 0.26); + overflow: hidden; + top: calc(50% - 1px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-handle { + margin-left: -6px; + top: calc(50% - 6px); +} + +.e-control-wrapper.e-slider-container.e-horizontal.e-scale-both .e-range { + height: 2px; +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-range { + height: 2px; + top: calc(50% - 1px); +} + +.e-control-wrapper.e-slider-container.e-horizontal .e-limits { + background-color: rgba(0, 0, 0, 0.26); + height: 2px; + position: absolute; + top: calc(50% - 1px); +} + +.e-control-wrapper.e-slider-container.e-vertical { + height: inherit; + padding: 38px 0; + width: 48px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider { + height: 100%; + left: calc(50% - 16px); + position: relative; + width: 32px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider-track { + background: rgba(0, 0, 0, 0.26); + bottom: 0; + height: 100%; + position: absolute; + left: calc(50% - 1px); + overflow: hidden; + width: 2px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn { + height: 100%; + padding: 30px 0; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-small-size.e-slider-btn .e-slider { + height: 100%; + width: 2px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button { + bottom: 0; + margin-right: -9px; + right: 50%; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-first-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD////////////////////////+/v7////+/v7////////+/v7////////+/v7+/v7+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////1kjJ6AAAALnRSTlMABAgMEBQYHCAkKDA4QERITFRcYGRodHyDj5OXn6Ons7e7v8vP09ff5+vv8/f7zZvJMAAAAItJREFUeAHdyVcagjAQBsAfUVTAXsTeSTRm7388i/kUQjYHYF4H9bAUXjuEV/KQEdC98f9I8dLXxJngY879CsbG/ccARuPsetHCT1tWXyUoSDXZRiiZ2p/Bsi7/HrbgVPw8REUk/n+P4ZAoMvQATmMyFmBk39+CExzefwnBauZEsgOPWOkevIYz1NEToo45F58KJy0AAAAASUVORK5CYII="); + background-repeat: no-repeat; + background-size: cover; + display: inline-block; + height: 8px; + left: calc(50% - 3.8px); + position: absolute; + top: calc(50% - 2.7px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button { + margin-right: -9px; + right: 50%; + top: 0; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-second-button .e-button-icon { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAjVBMVEUAAAD////////////////////////////////+/v7////+/v7+/v7////////+/v7+/v7////+/v7////+/v7+/v7////+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7+/v7////wrNfvAAAALnRSTlMABAgMEBQYICgsMDQ4QERITFBcYGhseHyDi5Obn6Ort7u/x8/X29/j5+vv8/f77y3LJgAAAI1JREFUeAHdyVeagjAUBtCbYQTsXewFENGYf//LsyB8kORmAZzXQ600mLrfz2XX9X8xcO0Qb4+3s2B/ia8N9yOFwtz+wR0/z77tvQSVm0+mI2piYXyEhp3+E2gWzQ8lNGpY//8UhjygijjBIvGotIbVofwZGFHxPQmGGn/ez8B6hETiAofUo1XmtKVWeAEhzjgqqZr/lwAAAABJRU5ErkJggg=="); + background-repeat: no-repeat; + background-size: cover; + display: inline-block; + height: 8px; + left: calc(50% - 3.8px); + position: absolute; + top: calc(50% - 4.7px); + width: 8px; +} + +.e-control-wrapper.e-slider-container.e-vertical.e-scale-both .e-slider .e-handle { + margin-bottom: -6px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-handle { + margin-bottom: -6px; + left: calc(50% - 6px); +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-range { + left: calc(50% - 1px); + width: 2px; +} + +.e-control-wrapper.e-slider-container.e-vertical .e-slider .e-limits { + background-color: rgba(0, 0, 0, 0.26); + left: calc(50% - 1px); + position: absolute; + width: 2px; +} + +.e-control-wrapper.e-slider-container .e-range { + border-radius: 2px; + position: absolute; + transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, width 300ms ease-out, height 300ms ease-out; +} + +.e-control-wrapper.e-slider-container .e-range.e-drag-horizontal { + cursor: ew-resize; +} + +.e-control-wrapper.e-slider-container .e-range.e-drag-vertical { + cursor: ns-resize; +} + +.e-control-wrapper.e-slider-container .e-slider { + box-sizing: border-box; + cursor: default; + display: block; + outline: 0 none; + padding: 0; + position: relative; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle { + border-radius: 50%; + box-sizing: border-box; + cursor: grab; + height: 12px; + outline: none; + position: absolute; + -ms-touch-action: none; + touch-action: none; + transition: left 300ms ease-out, right 300ms ease-out, bottom 300ms ease-out, transform 300ms ease-out; + width: 12px; + z-index: 10; + cursor: grab; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-active { + cursor: grabbing; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-handle-start { + background-color: #fff; + border: 2px solid rgba(0, 0, 0, 0.26); +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle::after { + -moz-box-sizing: content-box; + -ms-transform: scale(0); + -webkit-box-sizing: content-box; + -webkit-transform: scale(0); + border: 0 solid; + border-radius: 50%; + box-sizing: content-box; + content: ''; + filter: alpha(opacity=26); + height: 32px; + left: calc(50% - 16px); + opacity: .26; + position: absolute; + top: calc(50% - 16px); + transform: scale(0); + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); + width: 32px; + z-index: -1; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle.e-handle-start::after { + background-color: #e0e0e0; + opacity: .38; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-tab-handle::after { + -ms-transform: scale(1); + -webkit-transform: scale(1); + background-color: #e3165b; + transform: scale(1); +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-h-scale .e-tick { + background-position: bottom; + height: 50%; + top: 1px; +} + +.e-control-wrapper.e-slider-container .e-tick-before.e-scale.e-v-scale .e-tick { + background-position: right; + left: 1px; + width: 50%; +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-h-scale .e-tick { + background-position-x: center; + height: 50%; + top: calc(50% - 1px); +} + +.e-control-wrapper.e-slider-container .e-tick-after.e-scale.e-v-scale .e-tick { + background-position: left; + left: calc(50% - 1px); + width: 50%; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-h-scale .e-tick { + background-position: center; + height: 99%; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-tick { + background-position: center; + width: 100%; +} + +.e-control-wrapper.e-slider-container .e-tick-both.e-scale.e-v-scale .e-large { + width: 100%; +} + +.e-control-wrapper.e-slider-container .e-scale { + box-sizing: content-box; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + height: 28px; + line-height: normal; + list-style: none outside none; + margin: 0; + outline: 0 none; + padding: 0; + position: absolute; + top: calc(50% - 14px); + width: 100%; + z-index: 1; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFElEQVQI12NkYGAIZ2BgYGBigAIABPgAW+yfXroAAAAASUVORK5CYII="); + cursor: default; + outline: none; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value { + color: #000; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 10px; + outline: none; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale { + height: 100%; + left: calc(50% - 14px); + top: 0; + width: 28px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick { + background-repeat: no-repeat; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-first-tick { + background-position-y: top; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick.e-last-tick { + background-position-y: bottom; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick { + display: inline-block; + background-repeat: no-repeat; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-before { + top: -18px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-after { + bottom: -20px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both { + bottom: -20px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick .e-tick-value.e-tick-both:first-child { + top: -18px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-first-tick { + background-position-x: left; +} + +.e-control-wrapper.e-slider-container .e-scale.e-h-scale .e-tick.e-last-tick { + background-position-x: right; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-before { + right: 26px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-after { + left: 27px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both { + right: 41px; +} + +.e-control-wrapper.e-slider-container .e-scale.e-v-scale .e-tick .e-tick-value.e-tick-both:first-child { + left: 39px; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick { + visibility: hidden; +} + +.e-control-wrapper.e-slider-container .e-scale .e-tick .e-tick-value { + visibility: visible; +} + +.e-control-wrapper.e-slider-container:hover .e-scale .e-tick { + visibility: visible; +} + +.e-control-wrapper.e-slider-container:active .e-scale .e-tick { + visibility: visible; +} + +.e-slider-hover .e-scale .e-tick { + visibility: visible; +} + +/*! component theme */ +.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-first { + background: transparent; + border-color: transparent; +} + +.e-control-wrapper.e-slider-container.e-material-slider .e-slider .e-handle.e-handle-second { + background: transparent; + border-color: transparent; +} + +.e-control-wrapper.e-slider-container .e-slider-button { + background-color: rgba(0, 0, 0, 0.54); + border: 1px solid transparent; + border-radius: 50%; + box-sizing: border-box; + cursor: pointer; + height: 18px; + outline: none; + padding: 0; + position: absolute; + width: 18px; +} + +.e-control-wrapper.e-slider-container .e-slider .e-range { + background-color: #e3165b; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle { + background-color: #e3165b; + border-color: #e3165b; +} + +.e-control-wrapper.e-slider-container .e-slider .e-handle.e-material-tooltip { + background-color: transparent; + border-color: transparent; +} + +.e-control-wrapper.e-slider-container.e-slider-hover .e-slider-track { + background-color: rgba(0, 0, 0, 0.26); +} + +.e-control-wrapper.e-slider-container.e-slider-hover .e-range { + background-color: #e3165b; +} + +.e-control-wrapper.e-slider-container.e-slider-hover .e-handle { + border-color: #e3165b; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +.e-container .e-value-switch-btn::before { + content: '\e430'; +} + +.e-colorpicker-wrapper { + display: inline-block; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-colorpicker-wrapper .e-colorpicker { + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + font-family: initial; + line-height: 14px; + padding: 0 4px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; + border-radius: 2px; + height: 18px; + margin-top: 0; + position: relative; + width: 18px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color .e-split-preview { + border-radius: 2px; +} + +.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn { + padding: 0 4px; +} + +.e-colorpicker-wrapper * { + box-sizing: border-box; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile { + cursor: default; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile:hover { + border: 0; + box-shadow: none; +} + +.e-colorpicker-wrapper.e-disabled .e-palette .e-tile.e-selected { + border: 0; +} + +.e-colorpicker-wrapper.e-disabled .e-container .e-handler, +.e-colorpicker-wrapper.e-disabled .e-container .e-preview-container { + cursor: default; +} + +.e-colorpicker-popup { + line-height: 0; +} + +.e-colorpicker.e-modal { + -webkit-overflow-scrolling: touch; + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; +} + +body.e-colorpicker-overflow { + overflow: visible; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn { + line-height: 18px; + padding: 0 6px; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + height: 22px; + width: 22px; +} + +.e-bigger .e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn, +.e-bigger.e-colorpicker-wrapper .e-split-btn-wrapper.e-rtl .e-split-colorpicker.e-split-btn { + padding: 0 6px; +} + +.e-container { + border: 0; + border-radius: 0; + display: inline-block; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-container.e-color-picker { + width: 270px; +} + +.e-container.e-color-picker .e-mode-switch-btn { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUwLjIgKDU1MDQ3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0IENvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0Ym9hcmQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNC1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS04IiBmaWxsPSIjNDU5NkNFIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS05IiBmaWxsPSIjNUNDMTVCIiB4PSIwIiB5PSIxMiIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIj48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTI1LUNvcHktMTAiIGZpbGw9IiNGQkQ1MDYiIHg9IjEyIiB5PSIwIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMjUtQ29weS0xMSIgZmlsbD0iI0VDNEU0MyIgeD0iMTIiIHk9IjEyIiB3aWR0aD0iMTIiIGhlaWdodD0iMTIiPjwvcmVjdD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat 100% 100%; +} + +.e-container.e-color-palette { + width: auto; +} + +.e-container.e-color-palette .e-mode-switch-btn { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE4IDE4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MS40MTQyMTsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgc3R5bGU9ImZpbGw6dXJsKCNfTGluZWFyMSk7Ii8+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4IiBzdHlsZT0iZmlsbDp1cmwoI19MaW5lYXIyKTsiLz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLDAsMTgpIj4KICAgICAgICA8Y2xpcFBhdGggaWQ9Il9jbGlwMyI+CiAgICAgICAgICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgICAgIDwvY2xpcFBhdGg+CiAgICAgICAgPGcgY2xpcC1wYXRoPSJ1cmwoI19jbGlwMykiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwtMCwxOCkiPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsMCwxOCkiPgogICAgICAgIDxjbGlwUGF0aCBpZD0iX2NsaXA0Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ii8+CiAgICAgICAgPC9jbGlwUGF0aD4KICAgICAgICA8ZyBjbGlwLXBhdGg9InVybCgjX2NsaXA0KSI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDEsMCwwLC0xLC0wLDE4KSI+CiAgICAgICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNfSW1hZ2U1IiB4PSIwIiB5PSIwIiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwtMSwwLDE4KSI+CiAgICAgICAgPGNsaXBQYXRoIGlkPSJfY2xpcDYiPgogICAgICAgICAgICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgICAgIDxnIGNsaXAtcGF0aD0idXJsKCNfY2xpcDYpIj4KICAgICAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsLTEsLTAsMTgpIj4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxsaW5lYXJHcmFkaWVudCBpZD0iX0xpbmVhcjEiIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIwIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCg2LjI3MDE5ZS0xNCwtMTAyNCwtMTAyNCwtNi4yNzAxOWUtMTQsMCwxOCkiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6cmdiKDAsMTgyLDI1NSk7c3RvcC1vcGFjaXR5OjAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOmJsYWNrO3N0b3Atb3BhY2l0eTowIi8+PC9saW5lYXJHcmFkaWVudD4KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9Il9MaW5lYXIyIiB4MT0iMCIgeTE9IjAiIHgyPSIxIiB5Mj0iMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMS4xMDIxOGUtMTUsLTE4LC0xOCwtMS4xMDIxOGUtMTUsMTgsMTgpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOnJnYigwLDE4MiwyNTUpO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjpibGFjaztzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+CiAgICAgICAgPGltYWdlIGlkPSJfSW1hZ2U1IiB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUJJQUFBQVNDQVlBQUFCV3pvNVhBQUFBQ1hCSVdYTUFBQTdFQUFBT3hBR1ZLdzRiQUFBQmUwbEVRVlE0alcyUjIyNGNNUXhER2NBbyt2OC8yU0lYZE9wTk5iSXVWaDlrZXp6SlBoaWlTT3JNQXZ2eTBBanlBSGVBSEdBSHlDUDE4dTQ3ZVl6ZTlBS2xhaDlCZ0F5WG5tVUxjQStRYmQ3cWp4OWdnVkxGUWRiVDlBQlpYNlZkWHpNLy9MVmZqbE11dy9xQWR2QUMzZmR2bVE1UVpVbUErZ1ZUWDZWZDh3Sjk3NWRLbkdYek1VZnBpVGYzdXpkQi93Z2tsaVZ4a0U1dFdSSkxiNGMvNlplamZvTE5NdFJaeXYyWk4zZFNCYXREVlFGWGxQcDRnTlZBb3FPa1F4dW8yY3Iybk5Wd2lnSnVnQ2xnaWxMclgxQ2Jod3BXdmUwa3NtVTUzUXh3SGM4QU01UjZIQnRBUUUzQVlqa25WREpyb2tDM1BIYlBPZlpTano4SjRMWU9XRFIzVlJBblBOeUE3dm1tZGs5UWQ1VGo0dzBzRzRqYjBPbXBUa0FmMHpiZDExN3FCSjBOeEx3MGl5RGNnZGlPcG80K0lCMElINkQzMXdTMEJqb1ozQ1QvMHBpSGNla0ppTmgwdmxMZmZnOUF3OGs4Z3RoZXYyczh6MHA5L1FVNlQ3Z2JFTWhnbGhIcDdjZDQzbm5CajU4ekhVZERiMk1URit6TC9oOXIveU91c0ZQS093QUFBQUJKUlU1RXJrSmdnZz09Ii8+CiAgICA8L2RlZnM+Cjwvc3ZnPgo=") no-repeat 100% 100%; +} + +.e-container .e-custom-palette { + display: inline-block; +} + +.e-container .e-custom-palette .e-palette { + padding: 10px; +} + +.e-container .e-custom-palette.e-palette-group { + height: 270px; + overflow-y: scroll; +} + +.e-container .e-palette { + border-bottom: 0; + display: table; + line-height: 0; + outline: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-container .e-palette .e-row { + display: table-row; + white-space: nowrap; +} + +.e-container .e-palette .e-tile { + border: 0.5px solid transparent; + box-sizing: border-box; + cursor: pointer; + display: inline-block; + height: 27px; + text-align: center; + vertical-align: middle; + width: 27px; +} + +.e-container .e-palette .e-tile.e-selected { + outline: #000 0.5px solid; + position: relative; +} + +.e-container .e-palette .e-tile:hover { + box-shadow: 2px 2px 7px 2px rgba(0, 0, 0, 0.3); + position: relative; +} + +.e-container .e-palette .e-tile.e-nocolor-item { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; +} + +.e-container .e-hsv-container { + border-bottom: 0; + position: relative; + -ms-touch-action: none; + touch-action: none; +} + +.e-container .e-hsv-container .e-hsv-color { + background: linear-gradient(to bottom, transparent 0, #000 100%), linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%); + height: 170px; +} + +.e-container .e-hsv-container .e-handler { + border: 1px solid #fff; + border-radius: 6px; + box-shadow: 0 0 3px rgba(0, 0, 0, 0.7), inset 0 0 2px rgba(0, 0, 0, 0.7); + cursor: pointer; + display: inline-block; + height: 8px; + margin-left: -4px; + margin-top: -4px; + position: absolute; + -ms-touch-action: none; + touch-action: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 8px; +} + +.e-container .e-slider-preview { + display: inline-block; + width: 100%; + padding: 10px 16px; +} + +.e-container .e-slider-preview .e-colorpicker-slider { + display: inline-block; + width: 82.34%; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container { + height: 18px; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider { + height: 18px; + top: calc(50% - 9px); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-slider-track { + border-radius: 0; + height: 6px; + top: calc(50% - 3px); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle { + border-radius: 6px; + cursor: pointer; + height: 14px; + top: calc(50% - 7px); + width: 14px; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-handle-active { + cursor: pointer; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle.e-large-thumb-size { + transform: scale(1); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-hue-slider .e-slider-track { + background: linear-gradient(to right, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-slider-track { + border: 0; + z-index: 1; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-opacity-slider .e-opacity-empty-track { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: contain; + border: 0; + height: 6px; + position: absolute; + top: calc(50% - 3px); + width: 100%; + z-index: 0; +} + +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-hue-slider .e-handle-start, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle, +.e-container .e-slider-preview .e-colorpicker-slider .e-slider.e-opacity-slider .e-handle-start { + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); +} + +.e-container .e-slider-preview .e-preview-container { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 10px; + border: 1px solid #e0e0e0; + cursor: pointer; + display: inline-block; + height: 32px; + margin-left: 4.205%; + position: relative; + top: -2px; + width: 13.45%; +} + +.e-container .e-slider-preview .e-preview-container .e-preview { + display: block; + height: 16px; + position: absolute; + width: 100%; +} + +.e-container .e-slider-preview .e-preview-container .e-preview.e-current { + border-bottom: 1px solid #e0e0e0; + top: 0; +} + +.e-container .e-slider-preview .e-preview-container .e-preview.e-previous { + height: 14px; + top: 16px; +} + +.e-container .e-selected-value { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + padding: 0 16px 16px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-container .e-selected-value .e-input-container .e-float-input input { + padding-left: 0; + text-align: center; +} + +.e-container .e-selected-value .e-input-container .e-numeric-hidden { + display: none; +} + +.e-container .e-selected-value .e-value-switch-btn { + font-family: 'e-icons'; + font-size: 16px; + line-height: 16px; + margin-top: 0; + padding: 2px 3px; +} + +.e-container .e-input-container { + display: inline-block; + width: 89.8%; +} + +.e-container .e-input-container .e-float-input { + display: inline-block; + margin-right: 3.75%; + vertical-align: baseline; +} + +.e-container .e-input-container .e-float-input:first-child { + width: 33%; +} + +.e-container .e-input-container .e-float-input:first-child input { + height: auto; +} + +.e-container .e-input-container .e-float-input.e-numeric { + height: auto; + width: 12%; +} + +.e-container .e-input-container .e-float-input.e-numeric input { + height: auto; +} + +.e-container .e-input-container .e-float-input .e-float-text { + text-align: center; +} + +.e-container .e-switch-ctrl-btn { + display: inline-block; + padding: 0 16px 16px; + white-space: nowrap; + width: 100%; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn { + float: right; + text-align: right; + white-space: nowrap; + width: 89.913%; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn { + max-width: 50%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-container .e-switch-ctrl-btn .e-ctrl-btn .e-btn.e-cancel { + margin-left: 0; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn { + background-origin: border-box; + background-position: center; + background-size: cover; + float: left; + margin-top: 0; + overflow: hidden; + white-space: nowrap; +} + +.e-container .e-switch-ctrl-btn .e-mode-switch-btn:focus { + box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2); +} + +.e-container .e-value-switch-btn, +.e-container .e-mode-switch-btn { + background-color: transparent; + border-color: transparent; + position: relative; + width: 10.09%; + height: 24px; +} + +.e-container.e-color-picker .e-value-switch-btn:focus, .e-container.e-color-picker .e-value-switch-btn:hover, .e-container.e-color-picker .e-value-switch-btn:active { + border-color: transparent; + box-shadow: none; + outline: none; +} + +.e-container.e-color-picker .e-value-switch-btn:focus { + outline: none; +} + +.e-container.e-color-palette .e-palette + .e-selected-value, +.e-container.e-color-palette .e-palette-group + .e-selected-value { + padding: 16px 16px; +} + +.e-container.e-color-palette .e-palette + .e-switch-ctrl-btn, +.e-container.e-color-palette .e-palette-group + .e-switch-ctrl-btn { + padding: 23px 16px 16px; +} + +.e-hide-opacity .e-container .e-slider-preview .e-colorpicker-slider { + vertical-align: super; +} + +.e-hide-opacity .e-container .e-slider-preview .e-preview-container { + top: 0; +} + +.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 16.3%; +} + +.e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 21.25%; +} + +.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 29.59%; +} + +.e-hide-valueswitcher .e-container .e-input-container { + width: 100%; +} + +.e-hide-valueswitcher .e-container .e-float-input:first-child { + width: 33%; +} + +.e-hide-valueswitcher .e-container .e-float-input.e-numeric { + width: 13%; +} + +.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-right: 0; +} + +.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 17.58%; +} + +.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 22.18%; +} + +.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 30.82%; +} + +.e-rtl .e-container .e-hsv-container .e-hsv-color { + background: linear-gradient(to bottom, transparent 0, #000 100%), linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%); +} + +.e-rtl .e-container .e-slider-preview .e-hue-slider .e-slider-track { + background: linear-gradient(to left, #f00 0, #ff0 16%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 84%, #ff0004 100%); +} + +.e-rtl .e-container .e-slider-preview .e-preview-container { + margin-left: 0; + margin-right: 4.205%; +} + +.e-rtl .e-container .e-selected-value .e-float-input { + margin-left: 3.75%; + margin-right: 0; +} + +.e-rtl .e-container .e-selected-value .e-float-input input { + padding-right: 0; +} + +.e-rtl .e-container .e-selected-value .e-value-switch-btn { + transform: rotate(180deg); +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-mode-switch-btn { + float: right; +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn { + float: left; + text-align: left; +} + +.e-rtl .e-container .e-switch-ctrl-btn .e-ctrl-btn .e-cancel { + margin-left: 0; + margin-right: 0; +} + +.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-left: 0; +} + +.e-bigger .e-container.e-color-picker { + width: 290px; +} + +.e-bigger .e-container .e-palette .e-tile { + height: 29px; + width: 29px; +} + +.e-bigger .e-container .e-hsv-container .e-hsv-color { + height: 180px; +} + +.e-bigger .e-container .e-custom-palette.e-palette-group { + height: 290px; +} + +.e-bigger .e-container .e-slider-preview { + padding: 8px 16px; +} + +.e-bigger .e-container .e-slider-preview .e-preview-container { + margin-left: 4.657%; + top: 0; + vertical-align: super; + width: 12.408%; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider { + width: 82.944%; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container { + height: 20px; +} + +.e-bigger .e-container .e-slider-preview .e-colorpicker-slider .e-slider-container .e-handle { + border-radius: 8px; + height: 16px; + top: calc(50% - 8px); + width: 16px; +} + +.e-bigger .e-container .e-slider-preview .e-switch-ctrl-btn .e-ctrl-btn { + width: 90.6%; +} + +.e-bigger .e-container.e-color-palette .e-palette + .e-switch-ctrl-btn { + padding: 25px 16px 16px; +} + +.e-bigger .e-container .e-input-container { + width: 90.7%; +} + +.e-bigger .e-container .e-input-container .e-float-input { + margin-right: 3.425%; +} + +.e-bigger .e-container .e-input-container .e-float-input:first-child { + width: 33.5%; +} + +.e-bigger .e-container .e-input-container .e-float-input:first-child input { + height: auto; +} + +.e-bigger .e-container .e-input-container .e-float-input.e-numeric { + height: auto; + width: 12.34%; +} + +.e-bigger .e-container .e-input-container .e-float-input.e-numeric input { + height: auto; +} + +.e-bigger .e-container .e-css.e-value-switch-btn, +.e-bigger .e-container .e-mode-switch-btn { + font-size: 18px; + line-height: 18px; + padding: 2px 3px; + width: 9.306%; +} + +.e-bigger .e-container .e-mode-switch-btn { + margin-top: 5px; +} + +.e-bigger .e-hide-opacity .e-container .e-slider-preview, .e-bigger.e-hide-opacity .e-container .e-slider-preview { + padding: 8px 16px; +} + +.e-bigger .e-hide-opacity .e-container .e-slider-preview .e-preview-container, .e-bigger.e-hide-opacity .e-container .e-slider-preview .e-preview-container { + vertical-align: initial; +} + +.e-bigger .e-hide-opacity .e-container .e-float-input:first-child, .e-bigger.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-bigger .e-hide-opacity .e-container .e-float-input.e-numeric, .e-bigger.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 16.76%; +} + +.e-bigger.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 21.58%; +} + +.e-bigger.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 29.59%; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-input-container, +.e-bigger .e-hide-valueswitcher .e-container .e-input-container { + width: 100%; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-float-input:last-child, +.e-bigger .e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-right: 0; +} + +.e-bigger.e-hide-valueswitcher .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-container .e-float-input.e-numeric { + width: 13.2%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child, +.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input:first-child { + width: 36%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 17.9%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger.e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-hex-value .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-hide-hex-value .e-container .e-float-input.e-numeric { + width: 21.58%; +} + +.e-bigger.e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger.e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher.e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric, +.e-bigger .e-hide-valueswitcher .e-hide-hex-value.e-hide-opacity .e-container .e-float-input.e-numeric { + width: 31%; +} + +.e-bigger .e-rtl .e-container .e-slider-preview .e-preview-container, +.e-bigger.e-rtl .e-container .e-slider-preview .e-preview-container { + margin-left: 0; + margin-right: 4.657%; +} + +.e-bigger .e-rtl .e-container .e-selected-value .e-float-input, +.e-bigger.e-rtl .e-container .e-selected-value .e-float-input { + margin-left: 3.425%; + margin-right: 0; +} + +.e-bigger .e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child, +.e-bigger.e-rtl.e-hide-valueswitcher .e-container .e-float-input:last-child { + margin-left: 0; +} + +.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child, +.e-bigger.e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child, +.e-bigger .e-hide-switchable-value .e-container .e-input-container .e-float-input:first-child { + width: 100%; +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + border-bottom-left-radius: 50%; + border-bottom-right-radius: 0%; + border-top-left-radius: 50%; + border-top-right-radius: 50%; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); + cursor: pointer; + min-width: 26px; + transform: translateY(18px) rotate(45deg) scale(0.01); + transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content { + background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNnB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTAgKDU0OTgzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiPgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExIiBmaWxsPSIjRTBFMEUwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weS0yIiBmaWxsPSIjRkZGRkZGIiB4PSIwIiB5PSIzIiB3aWR0aD0iMyIgaGVpZ2h0PSIzIj48L3JlY3Q+CiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUtMTEtQ29weSIgZmlsbD0iI0ZGRkZGRiIgeD0iMyIgeT0iMCIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLTExLUNvcHktMyIgZmlsbD0iI0UwRTBFMCIgeD0iMyIgeT0iMyIgd2lkdGg9IjMiIGhlaWdodD0iMyI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+"); + background-size: 8px; + border-radius: 50%; + height: 24px; + position: relative; + transform: rotate(45deg); + width: 24px; +} + +.e-split-preview, +.e-tip-transparent { + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip, +.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + min-width: 32px; +} + +.e-bigger .e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content, +.e-bigger.e-popup.e-tooltip-wrap.e-color-picker-tooltip .e-tip-content { + height: 30px; + width: 30px; +} + +.e-container { + background-color: #fff; +} + +.e-container .e-palette .e-tile:hover { + border-color: #eee; +} + +.e-container .e-palette .e-tile.e-selected { + border-color: #eee; +} + +.e-container .e-handler.e-hide-handler, +.e-container .e-handle.e-hide-handler { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle), +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle) { + background-color: #fff; + border-color: #fff; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle), +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle:not(.e-tab-handle).e-handle-start:not(.e-tab-handle) { + background-color: #fff; + border-color: #fff; +} + +.e-container .e-control-wrapper.e-slider-container .e-slider.e-hue-slider .e-handle.e-tab-handle, +.e-container .e-control-wrapper.e-slider-container .e-slider.e-opacity-slider .e-handle.e-tab-handle { + background-color: #fff; + border-color: #fff; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn { + color: rgba(0, 0, 0, 0.26); +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:focus, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:focus { + background-color: transparent; + color: rgba(0, 0, 0, 0.26); + outline: none; + outline-offset: none; +} + +.e-colorpicker-wrapper.e-disabled .e-value-switch-btn:active, +.e-colorpicker-wrapper.e-disabled .e-mode-switch-btn:active { + background-color: transparent; + color: rgba(0, 0, 0, 0.26); +} + +.e-popup.e-tooltip-wrap.e-color-picker-tooltip { + background-color: #fff; + border-color: #fff; +} + +/*! contextmenu layout */ +.e-contextmenu-wrapper ul .e-menu-item .e-previous::before { + content: '\e977'; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret::before { + content: '\e956'; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret::before { + content: '\e937'; +} + +/*! contextmenu layout */ +.e-contextmenu-wrapper ul { + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + overflow: hidden; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + font-size: 14px; + padding: 8px 0; + border: none; + border-radius: 0; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + display: none; + min-width: 120px; + position: absolute; +} + +.e-contextmenu-wrapper ul.e-ul, +.e-contextmenu-wrapper ul.e-ul * { + box-sizing: border-box; +} + +.e-contextmenu-wrapper ul.e-ul:focus, +.e-contextmenu-wrapper ul.e-ul *:focus { + outline: none; +} + +.e-contextmenu-wrapper ul.e-contextmenu { + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-contextmenu-wrapper ul.e-ul { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; +} + +.e-contextmenu-wrapper ul .e-menu-item { + cursor: pointer; + position: relative; + height: 36px; + line-height: 36px; + padding: 0 16px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-hide { + display: none; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + text-decoration: none; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + display: inline-block; + vertical-align: middle; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-separator { + cursor: auto; + line-height: normal; + pointer-events: none; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 14px; + line-height: 36px; + margin-right: 10px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + line-height: 36px; + margin-left: 16px; + margin-right: 0; + position: absolute; + right: 8px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; + margin: 8px 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-blankicon { + padding-left: 40px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + font-size: 11px; +} + +.e-contextmenu-wrapper ul .e-menu-item .e-previous { + margin-right: 16px; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-disabled { + cursor: auto; + pointer-events: none; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon { + float: right; + margin-right: 0; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret { + margin-left: 0; + right: auto; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-menu-icon { + margin-left: 10px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item .e-caret { + left: 8px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 16px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon { + padding-left: 16px; + padding-right: 40px; +} + +.e-rtl.e-contextmenu-wrapper .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-bigger .e-contextmenu-wrapper ul, +.e-bigger.e-contextmenu-wrapper ul { + font-size: 15px; + padding: 8px 0; + white-space: nowrap; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + max-width: 280px; + min-width: 112px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item { + height: 48px; + line-height: 48px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 48px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret { + line-height: 48px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-separator, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item.e-blankicon, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item.e-blankicon { + padding-left: 42px; +} + +.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-contextmenu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; +} + +.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon, +.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon { + padding-left: 16px; + padding-right: 42px; +} + +.e-bigger .e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon, +.e-bigger.e-contextmenu-wrapper.e-rtl ul .e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +/*! contextmenu theme */ +.e-contextmenu-wrapper ul { + background-color: #fff; + color: rgba(0, 0, 0, 0.87); +} + +.e-contextmenu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: rgba(0, 0, 0, 0.12); +} + +.e-contextmenu-wrapper ul .e-menu-item .e-caret { + color: rgba(0, 0, 0, 0.54); +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-contextmenu-wrapper ul .e-menu-item .e-menu-url { + color: rgba(0, 0, 0, 0.87); +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused { + background-color: #eee; + color: rgba(0, 0, 0, 0.87); + outline: 0 solid rgba(0, 0, 0, 0.12); + outline-offset: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-caret { + color: rgba(0, 0, 0, 0.54); +} + +.e-contextmenu-wrapper ul .e-menu-item.e-focused .e-menu-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected { + background-color: #eee; + color: rgba(0, 0, 0, 0.87); + outline: 0 solid #eee; + outline-offset: 0; +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-caret { + color: rgba(0, 0, 0, 0.54); +} + +.e-contextmenu-wrapper ul .e-menu-item.e-selected .e-menu-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-contextmenu-wrapper ul .e-disabled { + color: rgba(0, 0, 0, 0.38); + opacity: 1; +} + +.e-contextmenu-wrapper ul .e-disabled .e-menu-icon { + color: rgba(0, 0, 0, 0.38); +} + +.e-contextmenu-wrapper ul .e-disabled .e-caret { + color: rgba(0, 0, 0, 0.38); +} + +.e-contextmenu-wrapper ul .e-disabled .e-menu-url { + color: rgba(0, 0, 0, 0.38); +} + +.e-contextmenu-wrapper ul .e-separator { + border-bottom-color: rgba(0, 0, 0, 0.12); +} + +/*! component's theme wise override material-definitions and variables */ +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east { + height: 100%; + padding: 20px 0; + right: 1px; + top: 0; + width: 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west { + height: 100%; + left: 0; + padding: 20px 0; + top: 0; + width: 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north { + height: 12px; + padding: 0 20px; + top: 1px; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south { + bottom: 1px; + height: 12px; + padding: 0 20px; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east { + bottom: 0; + right: 1px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west { + left: 2px; + top: 2px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east { + right: 2px; + top: 2px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west { + bottom: 1px; + left: 1px; + z-index: 10; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east::before { + bottom: 0; + content: '\eb05'; + font-size: 12px; + position: absolute; + right: 0; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west::before { + bottom: 0; + content: '\eb05'; + font-size: 12px; + left: 0; + position: absolute; + transform: rotateY(180deg); +} + +.e-dashboardlayout.e-control .e-dashboard-gridline-table { + background: #f5f5f5; + border-collapse: collapse; + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control .e-dashboard-gridline-table tbody tr td.e-dashboard-gridline { + border: 1px dotted #bdbdbd; + position: absolute; +} + +.e-dashboardlayout.e-control.e-responsive { + width: 100% !important; +} + +.e-dashboardlayout.e-control.e-prevent { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-dashboardlayout.e-control .e-panel { + border-radius: 2px; +} + +.e-dashboardlayout.e-control .e-panel:hover { + border: 1px #bdbdbd solid; +} + +.e-dashboardlayout.e-control .e-panel:hover .e-panel-container .e-resize { + display: block; +} + +.e-dashboardlayout.e-control .e-panel:active { + border: 1px #3f51b5 solid; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize { + display: none; +} + +.e-dashboardlayout.e-control .e-panel.e-panel-transition { + transition: top .5s, left .5s; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header { + border-bottom: none; + color: rgba(0, 0, 0, 0.54); + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: 500; + height: 28px; + padding: 2px 12px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header div { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-content { + display: inline-block; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-header .e-header-template { + float: right; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container { + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content .e-blazor-template { + height: inherit; + width: inherit; +} + +.e-dashboardlayout.e-control .e-panel { + border: 1px #e0e0e0 solid; + height: 100%; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double { + position: absolute; + -ms-touch-action: none; + touch-action: none; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north, .e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south { + border: none; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-east:hover { + cursor: e-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-west:hover { + cursor: w-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north:hover { + cursor: n-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south:hover { + cursor: s-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-west:hover { + cursor: nw-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-north-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-north-east:hover { + cursor: ne-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-west:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-west:hover { + cursor: sw-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single.e-south-east:hover, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double.e-south-east:hover { + cursor: se-resize; +} + +.e-dashboardlayout.e-control .e-panel .e-resize.e-single::before, +.e-dashboardlayout.e-control .e-panel .e-resize.e-double::before { + font-family: 'e-icons'; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel.e-draggable:hover { + cursor: move; +} + +.e-dashboardlayout.e-control .e-panel.e-dragging, +.e-dashboardlayout.e-control .e-panel.e-item-moving { + cursor: move; + z-index: 1111 !important; +} + +.e-dashboardlayout.e-control .e-panel.e-rtl .e-panel-header .e-header-template { + float: left; +} + +.e-dashboardlayout.e-control .e-holder { + background: rgba(63, 81, 181, 0.2); + border: 1px #3f51b5 dotted; + border-radius: 2px; + position: absolute; + border-radius: 2px; +} + +.e-dashboardlayout.e-control .e-holder.e-holder-transition { + transition: top .3s, left .3s; +} + +.e-dashboardlayout.e-control .e-panel.e-bigger.e-panel-header { + font-size: 13px; + font-weight: 500; + height: 30; + padding: 0 12px; +} + +.e-content-placeholder.e-dashboardlayout.e-placeholder-dashboardlayout { + height: 100%; + width: 100%; +} + +.e-dashboardlayout.e-control { + display: block; + position: relative; +} + +.e-dashboardlayout.e-control .e-panel { + background: #fff; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); + box-sizing: border-box; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header { + color: rgba(0, 0, 0, 0.54); +} + +.e-dashboardlayout.e-control .e-panel { + background: #fff; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15); + box-sizing: border-box; + position: absolute; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-header { + color: rgba(0, 0, 0, 0.54); +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-single { + background: none; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double { + color: #000; + font-size: 20px; + height: 20px; + width: 20px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-double { + bottom: 1px; + right: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-double { + bottom: 1px; + left: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-double { + left: 1px; + top: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-double { + right: 1px; + top: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-shrink { + right: 1px; + top: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-shrink { + left: 1px; + top: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-shrink { + bottom: 1px; + left: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-shrink { + bottom: 1px; + right: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-east-expand { + right: 1px; + top: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-north-west-expand { + left: 1px; + top: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-west-expand { + bottom: 1px; + left: 1px; +} + +.e-dashboardlayout.e-control .e-panel .e-panel-container .e-resize.e-double.e-south-east-expand { + bottom: 1px; + right: 1px; +} + +.e-dashboardlayout.e-control .e-panel.e-bigger .e-panel-header { + color: rgba(0, 0, 0, 0.54); +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +/*! calendar material theme variables */ +/*! component icons */ +.e-input-group-icon.e-date-icon, +.e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 16px; + margin: 0 0 4px 0; + min-height: 24px; + min-width: 24px; + outline: none; +} + +.e-input-group-icon.e-date-icon::before, +.e-control-wrapper .e-input-group-icon.e-date-icon::before { + content: '\e901'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-date-icon:focus, +.e-control-wrapper .e-input-group-icon.e-date-icon:focus { + background: #eee; + border-radius: 50%; +} + +.e-bigger .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 20px; + margin: 5px 0 6px 0; + min-height: 26px; + min-width: 26px; +} + +.e-bigger .e-input-group-icon.e-date-icon::before, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon::before, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon::before { + content: '\e901'; + font-family: 'e-icons'; +} + +.e-bigger .e-input-group-icon.e-date-icon:focus, +.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon:focus, +.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon:focus { + background: #eee; + border-radius: 50%; +} + +.e-small .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-small .e-input-group-icon.e-date-icon, +.e-small .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 14px; +} + +.e-small.e-bigger .e-input-group-icon.e-date-icon, +.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-date-icon, +.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon { + font-size: 18px; +} + +.e-date-wrapper.e-outline .e-input-group-icon.e-date-icon, +.e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon { + min-height: 0; + min-width: 20px; +} + +.e-bigger .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon, +.e-date-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon, +.e-bigger .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon { + min-height: 0; + min-width: 24px; +} + +.e-small .e-date-wrapper.e-outline .e-input-group-icon.e-date-icon, +.e-date-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon, +.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon { + min-height: 0; + min-width: 18px; +} + +.e-bigger.e-small .e-outline.e-date-wrapper .e-input-group-icon.e-date-icon, +.e-bigger.e-small.e-outline.e-date-wrapper .e-input-group-icon.e-date-icon, +.e-date-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon, +.e-bigger.e-small .e-date-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon { + min-height: 0; + min-width: 20px; +} + +.e-input-group.e-control-wrapper.e-date-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-date-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-date-wrapper:not(.e-filled) .e-date-icon.e-icons { + box-sizing: border-box; +} + +.e-datepicker .e-calendar .e-content table tbody tr.e-month-hide:last-child { + display: none; +} + +.e-datepicker.e-popup-wrapper { + border-radius: 0; + overflow-y: hidden; + pointer-events: auto; +} + +.e-datepicker.e-date-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-datepicker .e-model-header { + background-color: #e3165b; + color: #fff; + cursor: default; + display: block; + padding: 10px 10px 10px 15px; +} + +.e-datepicker .e-model-header .e-model-year { + font-size: 14px; + font-weight: 500; + line-height: 32px; + margin: 0; +} + +.e-datepicker .e-model-month, +.e-datepicker .e-model-day { + font-size: 20px; + font-weight: 500; + line-height: 32px; + margin: 0; +} + +.e-date-overflow { + overflow: hidden !important; +} + +.e-datepick-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-lib.e-popup.e-control.e-popup-open { + position: relative; + top: 0 !important; + left: 0 !important; +} + +.e-content-placeholder.e-datepicker.e-placeholder-datepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-datepicker.e-placeholder-datepicker, +.e-bigger.e-content-placeholder.e-datepicker.e-placeholder-datepicker { + background-size: 250px 40px; + min-height: 40px; +} + +@media screen and (orientation: landscape) and (max-device-height: 360px) { + .e-datepicker .e-calendar .e-month table tbody { + display: inline-block; + height: 130px; + overflow: auto; + } +} + +.e-datepicker.e-popup-wrapper, +.e-bigger.e-small .e-datepicker.e-popup-wrapper { + border: none; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-datepicker .e-calendar, +.e-bigger.e-small .e-datepicker .e-calendar { + background-color: #fff; + border: none; +} + +.e-input-group.e-date-wrapper.e-dateinput-active:active:not(.e-success):not(.e-warning):not(.e-error) { + border: none; +} + +.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active { + color: #e3165b; +} + +.e-date-wrapper span.e-input-group-icon.e-date-icon.e-icons.e-active { + color: #e3165b; +} + +/*! radiobutton layout */ +.e-radio-wrapper { + display: inline-block; + line-height: 1; +} + +.e-radio { + -webkit-appearance: none; + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-radio + label { + -webkit-tap-highlight-color: transparent; + cursor: pointer; + display: inline-block; + margin: 0; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; +} + +.e-radio + label .e-label { + display: inline-block; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: normal; + line-height: 18px; + padding-left: 28px; + vertical-align: text-top; + white-space: normal; +} + +.e-radio + label::before { + border: 2px solid; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 18px; + left: 0; + position: absolute; + top: 0; + width: 18px; +} + +.e-radio + label:focus::before { + box-shadow: none; +} + +.e-radio + label::after { + border: 1px solid; + border-radius: 50%; + box-sizing: border-box; + content: ''; + height: 8px; + left: 5px; + position: absolute; + top: 5px; + transform: scale(0); + width: 8px; +} + +.e-radio + label .e-ripple-container { + border-radius: 50%; + height: 34px; + left: -8px; + position: absolute; + top: -8px; + width: 34px; + z-index: 1; +} + +.e-radio + label.e-right .e-label, .e-radio + label.e-rtl .e-label { + padding-left: 0; + padding-right: 28px; +} + +.e-radio + label.e-right::before, .e-radio + label.e-rtl::before { + left: auto; + right: 0; +} + +.e-radio + label.e-right::after, .e-radio + label.e-rtl::after { + left: auto; + right: 5px; +} + +.e-radio + label.e-right .e-ripple-container, .e-radio + label.e-rtl .e-ripple-container { + left: auto; + right: -8px; +} + +.e-radio + label.e-right.e-rtl .e-label { + padding-left: 28px; + padding-right: 0; +} + +.e-radio + label.e-right.e-rtl::before { + left: 0; + right: auto; +} + +.e-radio + label.e-right.e-rtl::after { + left: 5px; + right: auto; +} + +.e-radio + label.e-right.e-rtl .e-ripple-container { + left: -8px; + right: auto; +} + +.e-radio + label.e-small .e-label { + line-height: 14px; + padding-left: 24px; +} + +.e-radio + label.e-small::before { + height: 14px; + width: 14px; +} + +.e-radio + label.e-small::after { + height: 6px; + left: 4px; + top: 4px; + width: 6px; +} + +.e-radio + label.e-small .e-ripple-container { + left: -10px; + top: -10px; +} + +.e-radio + label.e-small.e-right .e-label, .e-radio + label.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 24px; +} + +.e-radio + label.e-small.e-right::after, .e-radio + label.e-small.e-rtl::after { + left: auto; + right: 4px; +} + +.e-radio + label.e-small.e-right .e-ripple-container, .e-radio + label.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-radio + label.e-small.e-right.e-rtl .e-label { + padding-left: 24px; + padding-right: 0; +} + +.e-radio + label.e-small.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-radio + label.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-radio:checked + label::after { + transform: scale(1); + transition: transform ease 280ms, background-color ease 280ms; +} + +.e-small .e-radio + label .e-label, +.e-radio + label.e-small .e-label { + line-height: 14px; + padding-left: 24px; +} + +.e-small .e-radio + label::before, +.e-radio + label.e-small::before { + height: 14px; + width: 14px; +} + +.e-small .e-radio + label::after, +.e-radio + label.e-small::after { + height: 6px; + left: 4px; + top: 4px; + width: 6px; +} + +.e-small .e-radio + label .e-ripple-container, +.e-radio + label.e-small .e-ripple-container { + left: -10px; + top: -10px; +} + +.e-small .e-radio + label.e-right .e-label, .e-small .e-radio + label.e-rtl .e-label, +.e-radio + label.e-small.e-right .e-label, +.e-radio + label.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 24px; +} + +.e-small .e-radio + label.e-right::after, .e-small .e-radio + label.e-rtl::after, +.e-radio + label.e-small.e-right::after, +.e-radio + label.e-small.e-rtl::after { + left: auto; + right: 4px; +} + +.e-small .e-radio + label.e-right .e-ripple-container, .e-small .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-small.e-right .e-ripple-container, +.e-radio + label.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-small .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-small.e-right.e-rtl .e-label { + padding-left: 24px; + padding-right: 0; +} + +.e-small .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-small.e-right.e-rtl::after { + left: 4px; + right: auto; +} + +.e-small .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-bigger.e-small .e-radio + label .e-label, +.e-radio + label.e-bigger.e-small .e-label { + line-height: 20px; + padding-left: 32px; +} + +.e-bigger.e-small .e-radio + label::before, +.e-radio + label.e-bigger.e-small::before { + height: 20px; + width: 20px; +} + +.e-bigger.e-small .e-radio + label::after, +.e-radio + label.e-bigger.e-small::after { + height: 8px; + left: 6px; + top: 6px; + width: 8px; +} + +.e-bigger.e-small .e-radio + label .e-ripple-container, +.e-radio + label.e-bigger.e-small .e-ripple-container { + height: 40px; + left: -10px; + top: -10px; + width: 40px; +} + +.e-bigger.e-small .e-radio + label.e-right .e-label, .e-bigger.e-small .e-radio + label.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right .e-label, +.e-radio + label.e-bigger.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 32px; +} + +.e-bigger.e-small .e-radio + label.e-right::after, .e-bigger.e-small .e-radio + label.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right::after, +.e-radio + label.e-bigger.e-small.e-rtl::after { + left: auto; + right: 6px; +} + +.e-bigger.e-small .e-radio + label.e-right .e-ripple-container, .e-bigger.e-small .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label { + padding-left: 32px; + padding-right: 0; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right.e-rtl::after { + left: 6px; + right: auto; +} + +.e-bigger.e-small .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +.e-bigger .e-radio + label .e-label, +.e-radio + label.e-bigger .e-label { + font-size: 14px; + line-height: 22px; + padding-left: 34px; +} + +.e-bigger .e-radio + label::before, +.e-radio + label.e-bigger::before { + height: 22px; + width: 22px; +} + +.e-bigger .e-radio + label::after, +.e-radio + label.e-bigger::after { + height: 10px; + left: 6px; + top: 6px; + width: 10px; +} + +.e-bigger .e-radio + label .e-ripple-container, +.e-radio + label.e-bigger .e-ripple-container { + height: 42px; + left: -10px; + top: -10px; + width: 42px; +} + +.e-bigger .e-radio + label.e-right .e-label, .e-bigger .e-radio + label.e-rtl .e-label, +.e-radio + label.e-bigger.e-right .e-label, +.e-radio + label.e-bigger.e-rtl .e-label { + padding-left: 0; + padding-right: 34px; +} + +.e-bigger .e-radio + label.e-right::after, .e-bigger .e-radio + label.e-rtl::after, +.e-radio + label.e-bigger.e-right::after, +.e-radio + label.e-bigger.e-rtl::after { + left: auto; + right: 6px; +} + +.e-bigger .e-radio + label.e-right .e-ripple-container, .e-bigger .e-radio + label.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger .e-radio + label.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-right.e-rtl .e-label { + padding-left: 34px; + padding-right: 0; +} + +.e-bigger .e-radio + label.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-right.e-rtl::after { + left: 6px; + right: auto; +} + +.e-bigger .e-radio + label.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-right.e-rtl .e-ripple-container { + left: -12px; + right: auto; +} + +.e-bigger .e-radio + label.e-small .e-label, +.e-radio + label.e-bigger.e-small .e-label { + line-height: 20px; + padding-left: 32px; +} + +.e-bigger .e-radio + label.e-small::before, +.e-radio + label.e-bigger.e-small::before { + height: 20px; + width: 20px; +} + +.e-bigger .e-radio + label.e-small::after, +.e-radio + label.e-bigger.e-small::after { + height: 8px; + left: 6px; + top: 6px; + width: 8px; +} + +.e-bigger .e-radio + label.e-small .e-ripple-container, +.e-radio + label.e-bigger.e-small .e-ripple-container { + height: 40px; + left: -10px; + top: -10px; + width: 40px; +} + +.e-bigger .e-radio + label.e-small.e-right .e-label, .e-bigger .e-radio + label.e-small.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right .e-label, +.e-radio + label.e-bigger.e-small.e-rtl .e-label { + padding-left: 0; + padding-right: 32px; +} + +.e-bigger .e-radio + label.e-small.e-right::after, .e-bigger .e-radio + label.e-small.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right::after, +.e-radio + label.e-bigger.e-small.e-rtl::after { + left: auto; + right: 6px; +} + +.e-bigger .e-radio + label.e-small.e-right .e-ripple-container, .e-bigger .e-radio + label.e-small.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-rtl .e-ripple-container { + left: auto; + right: -10px; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-label, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-label { + padding-left: 32px; + padding-right: 0; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl::after, +.e-radio + label.e-bigger.e-small.e-right.e-rtl::after { + left: 6px; + right: auto; +} + +.e-bigger .e-radio + label.e-small.e-right.e-rtl .e-ripple-container, +.e-radio + label.e-bigger.e-small.e-right.e-rtl .e-ripple-container { + left: -10px; + right: auto; +} + +/*! radiobutton theme */ +.e-radio + label::before { + background-color: #fff; + border-color: #757575; +} + +.e-radio + label.e-focus .e-ripple-container { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-radio + label .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-radio + label .e-ripple-element { + background-color: rgba(227, 22, 91, 0.26); +} + +.e-radio + label:active .e-ripple-element { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-radio:focus + label::before { + border-color: #757575; + box-shadow: none; +} + +.e-radio:hover + label::before { + border-color: #757575; +} + +.e-radio:checked + label::before { + background-color: #fff; + border-color: #e3165b; +} + +.e-radio:checked + label::after { + background-color: #e3165b; + color: #e3165b; +} + +.e-radio:checked + label:active .e-ripple-element { + background-color: rgba(227, 22, 91, 0.26); +} + +.e-radio:checked + .e-focus .e-ripple-container { + background-color: rgba(227, 22, 91, 0.26); +} + +.e-radio:checked + .e-focus::before { + outline: #fff 0 solid; + outline-offset: 0; +} + +.e-radio:checked:focus + label::before { + border-color: #e3165b; +} + +.e-radio:checked:focus + label::after { + background-color: #e3165b; +} + +.e-radio:checked + label:hover::before { + border-color: #e3165b; +} + +.e-radio:checked + label:hover::after { + background-color: #e3165b; +} + +.e-radio:disabled + label { + cursor: default; + pointer-events: none; +} + +.e-radio:disabled + label::before { + border-color: #bdbdbd; + cursor: default; +} + +.e-radio:disabled + label .e-ripple-container { + background-color: transparent; +} + +.e-radio:disabled + label .e-ripple-container::after { + background-color: transparent; + cursor: default; +} + +.e-radio:disabled + label .e-label { + color: #bdbdbd; +} + +.e-radio:disabled:checked + label::before { + background-color: transparent; + border-color: #bdbdbd; +} + +.e-radio:disabled:checked + label::after { + background-color: #bdbdbd; + border-color: #bdbdbd; + cursor: default; +} + +.e-radio:disabled:checked + label .e-ripple-container { + background-color: transparent; +} + +.e-radio:disabled:checked + label .e-ripple-container::after { + background-color: transparent; +} + +/*! switch layout */ +.e-switch-wrapper, +.e-css.e-switch-wrapper { + cursor: pointer; + display: inline-block; + height: 12px; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 34px; +} + +.e-switch-wrapper .e-switch, +.e-css.e-switch-wrapper .e-switch { + -moz-appearance: none; + height: 1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-switch-wrapper .e-switch-inner, +.e-css.e-switch-wrapper .e-switch-inner { + -ms-transition: all 0.08s linear; + -webkit-transition: all 0.08s linear; + border: none; + border-radius: 20px; + box-sizing: border-box; + height: 100%; + left: 0; + overflow: hidden; + position: absolute; + top: 0; + transition: all 0.08s linear; + width: 100%; +} + +.e-switch-wrapper .e-switch-on, +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-off { + -ms-transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1); + -webkit-transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1); + -ms-flex-align: center; + align-items: center; + border-radius: inherit; + display: -ms-flexbox; + display: flex; + font-family: ""; + font-size: small; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1); + width: 100%; +} + +.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-on { + left: -100%; + text-indent: -9999px; +} + +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-off { + left: 0; + opacity: 0.42; + text-indent: -9999px; +} + +.e-switch-wrapper .e-switch-handle, +.e-css.e-switch-wrapper .e-switch-handle { + -ms-transition: all 0.2s linear; + -webkit-transition: all 0.2s linear; + border-radius: 50%; + bottom: 0; + height: 18px; + left: 0; + margin: auto 0; + position: absolute; + top: 0; + transition: all 0.2s linear; + width: 18px; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-on { + left: 0; + opacity: 0.54; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active .e-switch-off { + left: 100%; +} + +.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -18px; +} + +.e-switch-wrapper.e-switch-disabled, +.e-css.e-switch-wrapper.e-switch-disabled { + cursor: default; +} + +.e-switch-wrapper .e-ripple-container, +.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + bottom: -9px; + height: 52px; + left: -17px; + pointer-events: none; + position: absolute; + top: -17px; + width: 52px; + z-index: 1; +} + +.e-switch-wrapper.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -18px; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-switch-wrapper.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; +} + +.e-switch-wrapper.e-rtl .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + border-radius: 50%; + height: 18px; + left: 0; + margin: auto 0; + position: absolute; + top: 0; + transition: all 0.2s linear; + width: 18px; +} + +.e-switch-wrapper.e-small, +.e-css.e-switch-wrapper.e-small { + height: 10px; + width: 26px; +} + +.e-switch-wrapper.e-small .e-switch-handle, +.e-css.e-switch-wrapper.e-small .e-switch-handle { + height: 16px; + width: 16px; +} + +.e-switch-wrapper.e-small .e-ripple-container, +.e-css.e-switch-wrapper.e-small .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -16px; +} + +.e-switch-wrapper.e-small .e-switch-on, +.e-switch-wrapper.e-small .e-switch-off, +.e-css.e-switch-wrapper.e-small .e-switch-on, +.e-css.e-switch-wrapper.e-small .e-switch-off { + font-size: 9px; +} + +.e-switch-wrapper.e-small .e-switch-on, +.e-css.e-switch-wrapper.e-small .e-switch-on { + text-indent: -9999px; +} + +.e-switch-wrapper.e-small .e-switch-off, +.e-css.e-switch-wrapper.e-small .e-switch-off { + text-indent: -9999px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + left: 100%; + margin-left: -16px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + height: 16px; + width: 16px; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on { + left: 100%; + opacity: 0.54; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off { + left: 0; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-small .e-switch-wrapper, +.e-small.e-switch-wrapper, +.e-small .e-css.e-switch-wrapper, +.e-small.e-css.e-switch-wrapper { + height: 10px; + width: 26px; +} + +.e-small .e-switch-wrapper .e-switch-handle, +.e-small.e-switch-wrapper .e-switch-handle, +.e-small .e-css.e-switch-wrapper .e-switch-handle, +.e-small.e-css.e-switch-wrapper .e-switch-handle { + height: 16px; + width: 16px; +} + +.e-small .e-switch-wrapper .e-ripple-container, +.e-small.e-switch-wrapper .e-ripple-container, +.e-small .e-css.e-switch-wrapper .e-ripple-container, +.e-small.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + height: 36px; + left: -10px; + pointer-events: none; + position: absolute; + top: -10px; + width: 36px; + z-index: 1; +} + +.e-small .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -16px; +} + +.e-small .e-switch-wrapper .e-switch-on, +.e-small .e-switch-wrapper .e-switch-off, +.e-small.e-switch-wrapper .e-switch-on, +.e-small.e-switch-wrapper .e-switch-off, +.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-small.e-css.e-switch-wrapper .e-switch-on, +.e-small.e-css.e-switch-wrapper .e-switch-off { + font-size: 9px; +} + +.e-small .e-switch-wrapper .e-switch-on, +.e-small.e-switch-wrapper .e-switch-on, +.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-small.e-css.e-switch-wrapper .e-switch-on { + text-indent: -9999px; +} + +.e-small .e-switch-wrapper .e-switch-off, +.e-small.e-switch-wrapper .e-switch-off, +.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-small.e-css.e-switch-wrapper .e-switch-off { + text-indent: -9999px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -16px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 16px; + width: 16px; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-on, +.e-small.e-switch-wrapper.e-rtl .e-switch-on, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 0.54; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-off, +.e-small.e-switch-wrapper.e-rtl .e-switch-off, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 16px; +} + +.e-bigger.e-small .e-switch-wrapper, +.e-bigger.e-small.e-switch-wrapper, +.e-bigger.e-small .e-css.e-switch-wrapper, +.e-bigger.e-small.e-css.e-switch-wrapper { + height: 12px; + width: 34px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle { + height: 18px; + left: 0; + top: 0; + width: 18px; +} + +.e-bigger.e-small .e-switch-wrapper .e-ripple-container, +.e-bigger.e-small.e-switch-wrapper .e-ripple-container, +.e-bigger.e-small .e-css.e-switch-wrapper .e-ripple-container, +.e-bigger.e-small.e-css.e-switch-wrapper .e-ripple-container { + border-radius: 50%; + height: 50px; + left: -16px; + pointer-events: none; + position: absolute; + top: -16px; + width: 50px; + z-index: 1; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -18px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-switch-wrapper .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off { + font-size: 9px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-switch-wrapper .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-on { + text-indent: -9999px; +} + +.e-bigger.e-small .e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-switch-wrapper .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper .e-switch-off { + text-indent: -9999px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + left: 100%; + margin-left: -18px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 18px; + width: 18px; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 0.54; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger.e-small .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-small.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 18px; +} + +.e-bigger .e-switch-wrapper, +.e-bigger.e-switch-wrapper, +.e-bigger .e-css.e-switch-wrapper, +.e-bigger.e-css.e-switch-wrapper { + height: 14px; + width: 36px; +} + +.e-bigger .e-switch-wrapper .e-switch-handle, +.e-bigger.e-switch-wrapper .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper .e-switch-handle { + height: 20px; + left: 0; + top: 0; + width: 20px; +} + +.e-bigger .e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -20px; +} + +.e-bigger .e-switch-wrapper .e-switch-on, +.e-bigger .e-switch-wrapper .e-switch-off, +.e-bigger.e-switch-wrapper .e-switch-on, +.e-bigger.e-switch-wrapper .e-switch-off, +.e-bigger .e-css.e-switch-wrapper .e-switch-on, +.e-bigger .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-css.e-switch-wrapper .e-switch-off { + font-size: 0; +} + +.e-bigger .e-switch-wrapper .e-switch-on, +.e-bigger.e-switch-wrapper .e-switch-on, +.e-bigger .e-css.e-switch-wrapper .e-switch-on, +.e-bigger.e-css.e-switch-wrapper .e-switch-on { + text-indent: -9999px; +} + +.e-bigger .e-switch-wrapper .e-switch-off, +.e-bigger.e-switch-wrapper .e-switch-off, +.e-bigger .e-css.e-switch-wrapper .e-switch-off, +.e-bigger.e-css.e-switch-wrapper .e-switch-off { + text-indent: -9999px; +} + +.e-bigger .e-switch-wrapper .e-ripple-container, +.e-bigger.e-switch-wrapper .e-ripple-container, +.e-bigger .e-css.e-switch-wrapper .e-ripple-container, +.e-bigger.e-css.e-switch-wrapper .e-ripple-container { + height: 52px; + left: -16px; + top: -16px; + width: 52px; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + height: 20px; + left: 100%; + margin-left: -20px; + top: 0; + width: 20px; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-on { + left: 100%; + opacity: 0.54; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger .e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + left: 20px; +} + +.e-bigger .e-switch-wrapper.e-small, +.e-bigger.e-switch-wrapper.e-small, +.e-bigger .e-css.e-switch-wrapper.e-small, +.e-bigger.e-css.e-switch-wrapper.e-small { + height: 12px; + width: 34px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle { + height: 18px; + left: 0; + top: 0; + width: 18px; +} + +.e-bigger .e-switch-wrapper.e-small .e-ripple-container, +.e-bigger.e-switch-wrapper.e-small .e-ripple-container, +.e-bigger .e-css.e-switch-wrapper.e-small .e-ripple-container, +.e-bigger.e-css.e-switch-wrapper.e-small .e-ripple-container { + border-radius: 50%; + height: 50px; + left: -16px; + pointer-events: none; + position: absolute; + top: -16px; + width: 50px; + z-index: 1; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-handle.e-switch-active { + left: 100%; + margin-left: -18px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-switch-wrapper.e-small .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off { + font-size: 9px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-switch-wrapper.e-small .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-on { + text-indent: -9999px; +} + +.e-bigger .e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-switch-wrapper.e-small .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small .e-switch-off { + text-indent: -9999px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + left: 100%; + margin-left: -18px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle { + height: 18px; + width: 18px; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-on { + left: 100%; + opacity: 0.54; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-off { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-on { + left: 0; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + left: -100%; +} + +.e-bigger .e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger .e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active, +.e-bigger.e-css.e-switch-wrapper.e-small.e-rtl .e-switch-handle.e-switch-active { + left: 18px; +} + +/*! switch theme */ +.e-switch-wrapper, +.e-css.e-switch-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-switch-wrapper .e-switch-off, +.e-css.e-switch-wrapper .e-switch-off { + background-color: #000; + color: #fff; +} + +.e-switch-wrapper .e-switch-handle, +.e-css.e-switch-wrapper .e-switch-handle { + background-color: #f5f5f5; + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper .e-switch-on, +.e-css.e-switch-wrapper .e-switch-on { + background-color: #e3165b; + color: #fff; +} + +.e-switch-wrapper .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper .e-switch-handle.e-switch-active { + background-color: #e3165b; +} + +.e-switch-wrapper .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper .e-switch-inner.e-switch-active { + background-color: #fff; + border-color: transparent; +} + +.e-switch-wrapper .e-switch-inner, +.e-css.e-switch-wrapper .e-switch-inner { + background-color: initial; +} + +.e-switch-wrapper .e-ripple-element, +.e-css.e-switch-wrapper .e-ripple-element { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper .e-ripple-check .e-ripple-element, +.e-css.e-switch-wrapper .e-ripple-check .e-ripple-element { + background-color: rgba(227, 22, 91, 0.12); +} + +.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle.e-switch-active { + box-shadow: none; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-handle, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-handle { + background-color: #bdbdbd; + box-shadow: none; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-off { + background-color: #000; + border-color: #bdbdbd; + color: transparent; + opacity: 0.12; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner .e-switch-on { + background-color: #000; + color: transparent; + opacity: 0.12; +} + +.e-switch-wrapper.e-switch-disabled .e-switch-inner, +.e-css.e-switch-wrapper.e-switch-disabled .e-switch-inner { + background-color: #000; + border-color: transparent; + opacity: 0.12; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #000; + border-color: transparent; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner { + border-color: transparent; + color: transparent; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #000; + color: transparent; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle { + background-color: #bdbdbd; +} + +.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-switch-disabled:hover .e-switch-handle.e-switch-active { + background-color: #bdbdbd; +} + +.e-switch-wrapper:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active { + background-color: transparent; + border-color: transparent; +} + +.e-switch-wrapper:hover .e-switch-inner, +.e-css.e-switch-wrapper:hover .e-switch-inner { + background-color: none; + border-color: inherit; +} + +.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #e3165b; + color: #fff; +} + +.e-switch-wrapper:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper:hover .e-switch-handle.e-switch-active { + background-color: #e3165b; +} + +.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active), +.e-css.e-switch-wrapper:not(.e-switch-disabled):hover .e-switch-handle:not(.e-switch-active) { + background-color: #f5f5f5; +} + +.e-switch-wrapper.e-focus .e-switch-inner, +.e-css.e-switch-wrapper.e-focus .e-switch-inner { + background-color: transparent; + border-color: transparent; + box-shadow: none; + outline: none; + outline-offset: initial; +} + +.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-focus .e-switch-inner.e-switch-active { + background-color: transparent; + border-color: transparent; + outline: none; +} + +.e-switch-wrapper.e-focus .e-ripple-container, +.e-css.e-switch-wrapper.e-focus .e-ripple-container { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container, +.e-css.e-switch-wrapper.e-focus .e-ripple-check.e-ripple-container { + background-color: rgba(227, 22, 91, 0.12); +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-on { + background-color: rgba(227, 22, 91, 0.54); +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-off, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-off { + background-color: rgba(227, 22, 91, 0.54); +} + +.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-focus .e-switch-inner.e-switch-active { + background-color: transparent; + border-color: transparent; + outline: none; +} + +.e-switch-wrapper.e-rtl .e-switch-on, +.e-css.e-switch-wrapper.e-rtl .e-switch-on { + background-color: none; +} + +.e-switch-wrapper.e-rtl .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle { + background-color: #f5f5f5; + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active .e-switch-off { + background-color: #000; +} + +.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-handle.e-switch-active { + background-color: #e3165b; +} + +.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl .e-switch-inner.e-switch-active { + background-color: #fff; + border-color: transparent; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active { + background-color: transparent; + border-color: transparent; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner { + border-color: inherit; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #e3165b; +} + +.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl:hover .e-switch-handle.e-switch-active { + background-color: #e3165b; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-on { + background-color: #000; + color: transparent; + opacity: 0.12; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner .e-switch-off { + background-color: #000; + color: transparent; + opacity: 0.12; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle { + background-color: #bdbdbd; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-handle.e-switch-active { + background-color: #bdbdbd; + box-shadow: none; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled .e-switch-inner { + background-color: #000; + border-color: transparent; + opacity: 0.12; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active .e-switch-on { + background-color: #000; + color: transparent; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #000; + border-color: transparent; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-inner { + border-color: transparent; + color: transparent; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle.e-switch-active { + background-color: #bdbdbd; +} + +.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle, +.e-css.e-switch-wrapper.e-rtl.e-switch-disabled:hover .e-switch-handle { + background-color: #bdbdbd; +} + +.e-switch-wrapper .e-switch:focus, +.e-css.e-switch-wrapper .e-switch:focus { + box-shadow: none; +} + +.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active, +.e-css.e-switch-wrapper.e-small.e-rtl.e-switch-disabled:hover .e-switch-inner.e-switch-active { + background-color: #000; +} + +.e-icon-collapsible::before { + content: '\e844'; +} + +.e-icon-back::before { + content: '\e85b'; + font-size: auto; +} + +.e-bigger .e-listview .e-list-item, +.e-listview.e-bigger .e-list-item { + border-bottom: 0 solid transparent; + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; +} + +.e-bigger .e-listview:not(.e-list-template) .e-list-item, +.e-listview.e-bigger:not(.e-list-template) .e-list-item { + height: 48px; + line-height: 45px; + position: relative; +} + +.e-bigger .e-listview .e-text-content, +.e-listview.e-bigger .e-text-content { + font-size: 15px; +} + +.e-bigger .e-listview .e-list-group-item, +.e-listview.e-bigger .e-list-group-item { + height: 48px; + line-height: 45px; +} + +.e-bigger .e-listview .e-list-header, +.e-listview.e-bigger .e-list-header { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 64px; +} + +.e-bigger .e-listview .e-list-header .e-text.header, +.e-listview.e-bigger .e-list-header .e-text.header { + display: none; +} + +.e-bigger .e-listview .e-list-header .e-headertemplate-text.nested-header, +.e-listview.e-bigger .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-bigger .e-listview .e-list-header .e-text, +.e-listview.e-bigger .e-list-header .e-text { + font-size: 20px; +} + +.e-listview { + -webkit-overflow-scrolling: touch; + border: 0 solid; + border-color: none; + border-radius: 0; + display: block; + overflow: auto; + position: relative; + width: 100%; +} + +.e-listview:not(.e-list-template) .e-list-item { + height: 36px; + line-height: 36px; + padding: 0 16px; + position: relative; +} + +.e-listview .e-list-item { + border-bottom: 0 solid; +} + +.e-listview .e-list-parent { + margin: 0; + padding: 0; +} + +.e-listview .e-list-header .e-text.header { + display: none; +} + +.e-listview .e-icon-back { + margin-top: 2px; +} + +.e-listview .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-listview .e-list-header { + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 48px; + padding: 0 16px; +} + +.e-listview .e-has-header > .e-view { + top: 45px; +} + +.e-listview .e-but-back { + cursor: pointer; + padding-right: 30px; +} + +.e-listview .e-list-group-item:first-child { + border: 0; + border-bottom: 0 solid transparent; +} + +.e-listview .e-list-group-item { + border-bottom: 0 solid transparent; + border-top: 1px solid; + font-weight: 600; + height: 36px; + line-height: 36px; + padding: 0 16px; +} + +.e-listview .e-icon-collapsible { + cursor: pointer; + font-size: 12px; + position: absolute; + right: 0%; + top: 50%; + transform: translateY(-50%); +} + +.e-listview .e-text-content { + height: 100%; + position: relative; + vertical-align: middle; +} + +.e-listview .e-text-content * { + display: inline-block; + vertical-align: middle; +} + +.e-listview .e-text-content.e-checkbox .e-list-text { + width: calc(100% - 40px); +} + +.e-listview .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text { + width: calc(100% - 90px); +} + +.e-listview .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 80px); +} + +.e-listview .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 92px); +} + +.e-listview .e-checkbox .e-checkbox-left { + margin: -2px 10px 0 0; +} + +.e-listview .e-checkbox .e-checkbox-right { + margin: -2px 0 0 10px; +} + +.e-listview .e-list-text { + cursor: pointer; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + width: 100%; +} + +.e-listview .e-list-icon + .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-icon-wrapper .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-icon-wrapper.e-text-content.e-checkbox .e-list-text { + width: calc(100% - 60px); +} + +.e-listview .e-list-icon { + height: 30px; + margin-right: 16px; + width: 30px; +} + +.e-listview .e-content { + overflow: hidden; + position: relative; +} + +.e-listview .e-list-header .e-text { + cursor: pointer; + text-indent: 0; +} + +.e-listview .e-text .e-headertext { + display: inline-block; + line-height: inherit; +} + +.e-listview.e-rtl { + direction: rtl; +} + +.e-listview.e-rtl .e-list-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-listview.e-rtl .e-icon-collapsible { + left: 0%; + right: initial; + top: 50%; + transform: translateY(-50%) rotate(180deg); +} + +.e-listview.e-rtl .e-list-header .e-text { + cursor: pointer; +} + +.e-listview.e-rtl .e-but-back { + transform: rotate(180deg); +} + +.e-listview.e-rtl .e-icon-back { + margin-top: -2px; +} + +.e-listview.e-rtl .e-checkbox .e-checkbox-left { + margin: -2px 0 0 10px; +} + +.e-listview.e-rtl .e-checkbox .e-checkbox-right { + margin: -2px 10px 0 0; +} + +.e-listview { + border-color: #000; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; +} + +.e-listview .e-list-header { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + font-size: 20px; +} + +.e-listview .e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-listview .e-list-item { + background-color: #fff; + border-bottom: 0 solid transparent; + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-listview .e-list-item.e-hover, +.e-listview .e-list-item.e-hover.e-active.e-checklist { + background-color: #eee; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-listview .e-list-item.e-active { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.87); +} + +.e-listview .e-list-item.e-active.e-checklist { + background-color: #fff; + color: rgba(0, 0, 0, 0.87); +} + +.e-listview .e-list-item.e-focused, +.e-listview .e-list-item.e-focused.e-active.e-checklist { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.87); +} + +.e-listview .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, +.e-listview .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #e3165b; + border-color: transparent; + color: #fff; +} + +.e-listview .e-list-group-item { + background-color: #fafafa; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.54); + font-size: 15px; +} + +.e-listview.e-list-template .e-list-wrapper { + height: inherit; + position: relative; +} + +.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) { + padding: 0.2667em 1.0666em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line { + padding: 1.0666em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header { + color: rgba(0, 0, 0, 0.87); + display: block; + font-size: 15px; + font-weight: 500; + margin: 0; + overflow: hidden; + padding: 0.115em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content { + color: rgba(0, 0, 0, 0.54); + display: block; + font-size: 13px; + margin: 0; + padding: 0.115em 0; + word-wrap: break-word; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + height: 2.6667em; + left: 1.0667em; + position: absolute; + top: 0.2666em; + width: 2.6667em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 4.8em; + padding-right: 1.0666em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 1.0666em; + padding-right: 4.8em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + height: 2.6667em; + position: absolute; + right: 1.0667em; + top: 0.2666em; + width: 2.6667em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar { + top: 1.0666em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar { + top: 1.0666em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge .e-badge { + font-size: 12px; + height: 1.6666em; + line-height: 1.8666em; + padding: 0; + position: absolute; + right: 1.33em; + top: 50%; + transform: translateY(-50%); + width: 2.5em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.8em; + padding-right: 4.1333em; +} + +.e-listview.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 1.0666em; + padding-right: 4.1333em; +} + +.e-listview.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content { + display: block; + margin: 0; + overflow: hidden; + padding: 0.72em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listview.e-list-template .e-list-item.e-hover .e-list-item-header { + color: rgba(0, 0, 0, 0.87); +} + +.e-listview.e-list-template .e-list-item.e-hover .e-list-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-listview.e-list-template .e-list-item.e-active .e-list-item-header { + color: rgba(0, 0, 0, 0.87); +} + +.e-listview.e-list-template .e-list-item.e-active .e-list-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + left: inherit; + right: 1.0667em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 1.0666em; + padding-right: 4.8em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 4.8em; + padding-right: 1.0666em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + left: 1.0667em; + right: inherit; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge { + left: 1.33em; + right: inherit; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.1333em; + padding-right: 4.8em; +} + +.e-listview.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 4.1333em; + padding-right: 1.0666em; +} + +.e-sortable { + outline: none; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-sortable .e-disabled { + background-image: none; + cursor: default; + filter: alpha(Opacity=35); + opacity: .35; +} + +.e-sortable .e-sortableclone { + position: fixed !important; +} + +.e-sortable * { + box-sizing: border-box; +} + +.e-sortable *:focus { + outline: none; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +/*! calendar material theme variables */ +/*! component icons */ +.e-input-group-icon.e-range-icon, +.e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 16px; + margin: 0 0 4px 0; + min-height: 24px; + min-width: 24px; + outline: none; +} + +.e-input-group-icon.e-range-icon::before, +.e-control-wrapper .e-input-group-icon.e-range-icon::before { + content: '\e245'; + font-family: 'e-icons'; +} + +.e-input-group-icon.e-range-icon:focus, +.e-control-wrapper .e-input-group-icon.e-range-icon:focus { + background: #eee; + border-radius: 50%; +} + +.e-daterangepicker .e-calendar .e-header .e-date-icon-next::before { + content: '\e913'; +} + +.e-daterangepicker .e-calendar .e-header .e-date-icon-prev::before { + content: '\e921'; +} + +.e-daterangepicker .e-change-icon::before { + content: '\e85f'; +} + +.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-next::before { + content: '\e921'; +} + +.e-daterangepicker .e-calendar.e-rtl .e-header .e-date-icon-prev::before { + content: '\e913'; +} + +.e-daterangepicker.e-rtl .e-start-end .e-change-icon::before { + content: '\e85b'; +} + +.e-bigger .e-input-group-icon.e-range-icon, +.e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, +.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 20px; + margin: 0 0 2px 0; + min-height: 24px; + min-width: 24px; + outline: none; +} + +.e-small .e-input-group-icon.e-range-icon, +.e-control-wrapper.e-small .e-input-group-icon.e-range-icon, +.e-small .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 14px; +} + +.e-small.e-bigger .e-input-group-icon.e-range-icon, +.e-control-wrapper.e-small.e-bigger .e-input-group-icon.e-range-icon, +.e-small.e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon { + font-size: 18px; +} + +.e-date-range-wrapper.e-outline .e-input-group-icon.e-range-icon, +.e-date-range-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-range-icon { + min-height: 0; + min-width: 20px; +} + +.e-bigger .e-date-range-wrapper.e-outline .e-input-group-icon.e-range-icon, +.e-date-range-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-range-icon, +.e-bigger .e-date-range-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-range-icon { + min-height: 0; + min-width: 24px; +} + +.e-small .e-date-range-wrapper.e-outline .e-input-group-icon.e-range-icon, +.e-date-range-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-range-icon, +.e-small .e-date-range-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-range-icon { + min-height: 0; + min-width: 18px; +} + +.e-bigger.e-small .e-outline.e-date-range-wrapper .e-input-group-icon.e-range-icon, +.e-bigger.e-small.e-outline.e-date-range-wrapper .e-input-group-icon.e-range-icon, +.e-date-range-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-range-icon, +.e-bigger.e-small .e-date-range-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-range-icon { + min-height: 0; + min-width: 20px; +} + +/*! daterangepicker layout */ +.e-input-group.e-control-wrapper.e-date-range-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-date-range-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-input-group.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-float-input.e-control-wrapper.e-date-range-wrapper .e-daterange-hidden, +.e-float-input.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden, +.e-input-group.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden, +.e-float-input.e-control-wrapper.e-date-range-wrapper.e-input-focus .e-daterange-hidden { + border: 0; + height: 0; + margin: 0; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-daterangepicker.e-popup, +.e-bigger.e-small .e-daterangepicker.e-popup { + border: none; + border-radius: 0; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + max-height: 500px; + max-width: 730px; +} + +.e-daterangepicker.e-popup.e-daterange-day-header-lg, +.e-bigger.e-small .e-daterangepicker.e-popup.e-daterange-day-header-lg { + max-width: 100%; +} + +.e-daterangepicker.e-popup.e-preset-wrapper, +.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper { + min-width: 625px; +} + +.e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets { + max-height: none; +} + +.e-daterangepicker.e-popup .e-range-header, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header { + margin: 16px 16px 0 16px; + width: auto; +} + +.e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-daterangepicker.e-popup .e-range-header .e-end-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label { + cursor: default; + display: inline-block; + font-size: 18px; + overflow: hidden; + text-align: center; + text-decoration: none; + text-overflow: ellipsis; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; + width: 48%; +} + +.e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 15px; + font-weight: 500; + text-align: center; + width: 4%; +} + +.e-daterangepicker.e-popup .e-range-header .e-day-span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span { + direction: ltr; + font-size: 13px; + height: 14px; + margin: 0 0 15px 0; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 35px; +} + +.e-daterangepicker.e-popup .e-separator, +.e-bigger.e-small .e-daterangepicker.e-popup .e-separator { + height: 1px; + margin: 0 16px; +} + +.e-daterangepicker.e-popup .e-calendar, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar { + border: none; + margin: 0; + padding: 0; +} + +.e-daterangepicker.e-popup .e-calendar .e-content table, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content table { + padding: 0 10px 10px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title { + cursor: pointer; + float: none; + font-weight: normal; + line-height: 36px; + margin-left: 0; + width: auto; +} + +.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-month, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-year, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header.e-decade { + padding: 10px 5px 0 5px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next { + float: right; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev { + float: left; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev { + height: 36px; + width: 36px; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-next span, +.e-daterangepicker.e-popup .e-calendar .e-header .e-prev span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-next span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-prev span { + padding: 10px; +} + +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover { + border-radius: 50% 0 0 50%; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover { + border-radius: 0 50% 50% 0; +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day { + border: none; +} + +.e-daterangepicker.e-popup .e-footer, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer { + -ms-flex-align: center; + align-items: center; + border-top: 1px solid rgba(0, 0, 0, 0.12); + clear: both; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; + height: 48px; +} + +.e-daterangepicker.e-popup .e-footer .e-btn, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn { + font-weight: 500; + height: 27px; + line-height: 27px; + overflow: hidden; + padding: 0 16px; + text-overflow: ellipsis; +} + +.e-daterangepicker.e-popup .e-footer .e-btn.e-apply, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply { + margin: 0 8px 0 8px; +} + +.e-daterangepicker.e-popup .e-date-range-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container { + float: left; +} + +.e-daterangepicker.e-popup .e-date-range-container.e-range-border, +.e-bigger.e-small .e-daterangepicker.e-popup .e-date-range-container.e-range-border { + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-daterangepicker.e-popup .e-calendar-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container { + display: -ms-flexbox; + display: flex; +} + +.e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-daterangepicker.e-popup .e-calendar-container .e-right-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-right-container { + float: left; +} + +.e-daterangepicker.e-popup .e-calendar-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar-container .e-left-container { + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-daterangepicker.e-popup .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets { + max-height: 192px; + overflow: auto; + width: auto; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item { + border-radius: 0; + cursor: pointer; + line-height: 48px; + overflow: hidden; + padding: 0 24px; + white-space: nowrap; +} + +.e-daterangepicker.e-popup .e-presets .e-list-parent, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-parent { + margin: 0; + max-width: 160px; + padding: 0; +} + +.e-daterangepicker.e-popup .e-presets .e-text-content, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-text-content { + line-height: 47px; +} + +.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item { + font-size: 13px; + height: 36px; + line-height: 36px; +} + +.e-daterangepicker.e-popup .e-hide-range, +.e-bigger.e-small .e-daterangepicker.e-popup .e-hide-range { + display: none; +} + +.e-daterangepicker.e-rtl .e-date-range-container, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container { + float: right; +} + +.e-daterangepicker.e-rtl .e-date-range-container.e-range-border, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container.e-range-border { + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-left-container, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-left-container { + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right: 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-next { + float: left; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-prev { + float: right; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-start-date.e-selected.e-range-hover { + border-radius: 0 50% 50% 0; +} + +.e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-date-range-container .e-calendar .e-end-date.e-selected.e-range-hover { + border-radius: 50% 0 0 50%; +} + +.e-daterangepicker.e-rtl .e-footer, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer { + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-cancel { + margin: 0 8px 0 8px; +} + +.e-daterangepicker.e-rtl .e-footer .e-btn.e-apply, +.e-bigger.e-small .e-daterangepicker.e-rtl .e-footer .e-btn.e-apply { + margin-left: 0; +} + +.e-bigger .e-daterangepicker.e-range-modal, +.e-device.e-daterangepicker.e-range-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-bigger.e-small .e-daterangepicker .e-calendar { + max-width: 246px; +} + +.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper, +.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper, +.e-device.e-daterangepicker.e-popup.e-preset-wrapper { + max-width: 770px; + min-width: auto; +} + +.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper .e-presets, +.e-device.e-daterangepicker.e-popup.e-preset-wrapper .e-presets { + max-height: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header, +.e-bigger.e-daterangepicker.e-popup .e-range-header, +.e-device.e-daterangepicker.e-popup .e-range-header { + width: auto; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 36px; + -ms-flex-pack: center; + justify-content: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + border: 1px solid #3f51b5; + box-shadow: none; + font-size: 14px; + font-weight: 500; + height: 36px; + line-height: 34px; + max-width: 116px; + overflow: hidden; + padding: 1px 6px; + text-overflow: ellipsis; + width: 50%; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + border-left: 0; + border-radius: 0 2px 2px 0; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn { + border-radius: 2px 0 0 2px; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]), +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]), +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn:hover:not([disabled]) { + box-shadow: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:active:not([disabled]), +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn.e-active:hover, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn.e-active:hover { + box-shadow: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger .e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-popup .e-range-header .e-start-end .e-end-btn { + max-width: 141px; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets, +.e-bigger.e-daterangepicker.e-popup .e-presets, +.e-device.e-daterangepicker.e-popup .e-presets { + max-height: 240px; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets.e-preset-wrapper, +.e-bigger.e-daterangepicker.e-popup .e-presets.e-preset-wrapper, +.e-device.e-daterangepicker.e-popup .e-presets.e-preset-wrapper { + max-height: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets ul, +.e-bigger.e-daterangepicker.e-popup .e-presets ul, +.e-device.e-daterangepicker.e-popup .e-presets ul { + max-width: none; +} + +.e-bigger .e-daterangepicker.e-popup .e-presets ul li.e-list-item, +.e-bigger.e-daterangepicker.e-popup .e-presets ul li.e-list-item, +.e-device.e-daterangepicker.e-popup .e-presets ul li.e-list-item { + font-size: 14px; + height: 48px; + line-height: 48px; + padding: 0 16px; +} + +.e-bigger .e-daterangepicker .e-calendar, +.e-bigger.e-daterangepicker .e-calendar, +.e-device.e-daterangepicker .e-calendar { + max-width: 296px; + padding: 0; +} + +.e-bigger .e-daterangepicker .e-calendar .e-content table, +.e-bigger.e-daterangepicker .e-calendar .e-content table, +.e-device.e-daterangepicker .e-calendar .e-content table { + padding: 0 15px 15px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-next, +.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-next, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev, +.e-device.e-daterangepicker .e-calendar .e-header .e-next, +.e-device.e-daterangepicker .e-calendar .e-header .e-prev { + height: 48px; + width: 48px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-next span, +.e-bigger .e-daterangepicker .e-calendar .e-header .e-prev span, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-next span, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-prev span, +.e-device.e-daterangepicker .e-calendar .e-header .e-next span, +.e-device.e-daterangepicker .e-calendar .e-header .e-prev span { + padding: 15px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header .e-title, +.e-bigger.e-daterangepicker .e-calendar .e-header .e-title, +.e-device.e-daterangepicker .e-calendar .e-header .e-title { + cursor: pointer; + line-height: 48px; +} + +.e-bigger .e-daterangepicker .e-calendar .e-header.e-month, .e-bigger .e-daterangepicker .e-calendar .e-header.e-year, .e-bigger .e-daterangepicker .e-calendar .e-header.e-decade, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-month, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-year, +.e-bigger.e-daterangepicker .e-calendar .e-header.e-decade, +.e-device.e-daterangepicker .e-calendar .e-header.e-month, +.e-device.e-daterangepicker .e-calendar .e-header.e-year, +.e-device.e-daterangepicker .e-calendar .e-header.e-decade { + padding: 10px 5px 0 5px; +} + +.e-bigger .e-daterangepicker .e-footer, +.e-bigger.e-daterangepicker .e-footer, +.e-device.e-daterangepicker .e-footer { + height: 58px; +} + +.e-bigger .e-daterangepicker .e-footer .e-btn, +.e-bigger.e-daterangepicker .e-footer .e-btn, +.e-device.e-daterangepicker .e-footer .e-btn { + height: 36px; + line-height: 36px; + overflow: hidden; +} + +.e-bigger .e-daterangepicker .e-footer .e-btn.e-apply, +.e-bigger.e-daterangepicker .e-footer .e-btn.e-apply, +.e-device.e-daterangepicker .e-footer .e-btn.e-apply { + margin: 0 8px 0 8px; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn, +.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-end-btn { + border: 1px solid #3f51b5; + border-radius: 2px 0 0 2px; + border-right: 0; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn, +.e-device.e-daterangepicker.e-rtl.e-popup .e-range-header .e-start-end .e-start-btn { + border-radius: 0 2px 2px 0; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel, +.e-device.e-daterangepicker.e-rtl.e-popup .e-footer.e-btn.e-cancel { + margin: 0 8px 0 8px; +} + +.e-bigger .e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply, +.e-bigger.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply, +.e-device.e-daterangepicker.e-rtl.e-popup .e-footer .e-btn.e-apply { + margin-left: 0; +} + +.e-bigger .e-daterangepicker.e-device.e-popup, +.e-bigger.e-daterangepicker.e-device.e-popup, +.e-device.e-daterangepicker.e-device.e-popup { + max-width: 298px; +} + +.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header, +.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header, +.e-device.e-daterangepicker.e-device.e-popup .e-range-header { + margin: 20px 16px 0 16px; +} + +.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span, +.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span, +.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span { + margin: 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header, +.e-small.e-daterangepicker.e-popup .e-range-header { + margin: 10px 10px 0 10px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-small .e-daterangepicker.e-popup .e-range-header .e-end-label, +.e-small.e-daterangepicker.e-popup .e-range-header .e-start-label, +.e-small.e-daterangepicker.e-popup .e-range-header .e-end-label { + font-size: 16px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-change-icon, +.e-small.e-daterangepicker.e-popup .e-range-header .e-change-icon { + font-size: 12px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-start-end, +.e-small.e-daterangepicker.e-popup .e-range-header .e-start-end { + height: 32px; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span, +.e-small.e-daterangepicker.e-popup .e-range-header .e-day-span { + font-size: 12px; + margin: 0 0 10px 0; +} + +.e-small .e-daterangepicker.e-popup .e-range-header .e-separator, +.e-small.e-daterangepicker.e-popup .e-range-header .e-separator { + margin: 0 10px; +} + +.e-small .e-daterangepicker.e-popup .e-footer .e-btn.e-apply, +.e-small.e-daterangepicker.e-popup .e-footer .e-btn.e-apply { + margin: 10px 10px 10px 8px; +} + +.e-small .e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item, +.e-small.e-daterangepicker.e-popup.e-preset-wrapper .e-presets .e-list-parent.e-ul .e-list-item { + font-size: 12px; + height: 26px; + line-height: 26px; +} + +.e-range-overflow { + overflow: hidden; +} + +.e-daterangepick-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-control.e-lib.e-device.e-popup-open { + position: relative; + top: 0 !important; + left: 0 !important; +} + +.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker, +.e-bigger.e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker { + background-size: 250px 40px; + min-height: 40px; +} + +/*! daterangepicker theme */ +.e-date-range-wrapper .e-input-group-icon.e-icons.e-active { + color: #e3165b; +} + +.e-date-range-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #e3165b; +} + +.e-daterangepicker.e-popup, +.e-bigger.e-small .e-daterangepicker.e-popup { + background: #fff; +} + +.e-daterangepicker.e-popup .e-calendar, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar { + background-color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-header .e-title:hover { + color: rgba(0, 0, 0, 0.87); + text-decoration: none; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover { + background-color: #eee; + color: rgba(0, 0, 0, 0.87); +} + +.e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content.e-month .e-today.e-range-hover span { + background-color: #eee; + border: 1px solid #e3165b; + color: #e3165b; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-range-hover span { + background: #eee; + border: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover:not(.e-selected):hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date:not(.e-selected) span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day { + background-color: #c8c8c8; + border: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-today:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-focused-date.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-start-date.e-selected.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-end-date.e-selected.e-today span.e-day { + border: 1px solid #e3165b; +} + +.e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-range-hover.e-selected.e-today:hover span.e-day { + border: 1px solid #e3165b; +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-today.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover:hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected span { + background-color: #fff; + border: none; + color: rgba(0, 0, 0, 0.38); +} + +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-range-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-content .e-other-month.e-selected { + background-color: #fff; + border: none; + color: rgba(0, 0, 0, 0.38); +} + +.e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-end-date.e-selected.e-range-hover span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover span.e-day { + background-color: #e3165b; + color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-start-date.e-selected.e-range-hover.e-today span.e-day { + background-color: #e3165b; + color: #fff; +} + +.e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar .e-other-month.e-selected span { + color: #fff; +} + +.e-daterangepicker.e-popup .e-presets, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets { + background-color: #fff; + color: #000; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item.e-active, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-active { + background-color: #fff; + color: #e3165b; +} + +.e-daterangepicker.e-popup .e-presets .e-list-item.e-hover, +.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-list-item.e-hover { + background-color: #eee; + color: rgba(0, 0, 0, 0.87); +} + +.e-daterangepicker.e-popup .e-start-label, +.e-daterangepicker.e-popup .e-end-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-start-label, +.e-bigger.e-small .e-daterangepicker.e-popup .e-end-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-daterangepicker.e-popup .e-change-icon, +.e-bigger.e-small .e-daterangepicker.e-popup .e-change-icon { + color: rgba(0, 0, 0, 0.74); +} + +.e-daterangepicker.e-popup .e-day-span, +.e-bigger.e-small .e-daterangepicker.e-popup .e-day-span { + color: rgba(0, 0, 0, 0.54); +} + +.e-daterangepicker.e-popup .e-separator, +.e-bigger.e-small .e-daterangepicker.e-popup .e-separator { + background-color: rgba(0, 0, 0, 0.12); +} + +.e-daterangepicker.e-popup .e-footer, +.e-bigger.e-small .e-daterangepicker.e-popup .e-footer { + background-color: #fff; +} + +.e-bigger .e-daterangepicker, +.e-bigger.e-daterangepicker, +.e-device.e-daterangepicker { + background-color: #fff; + padding: 0; +} + +.e-bigger .e-daterangepicker .e-calendar th, +.e-bigger.e-daterangepicker .e-calendar th, +.e-device.e-daterangepicker .e-calendar th { + color: rgba(0, 0, 0, 0.38); +} + +.e-bigger .e-daterangepicker .e-start-btn, +.e-bigger .e-daterangepicker .e-end-btn, +.e-bigger.e-daterangepicker .e-start-btn, +.e-bigger.e-daterangepicker .e-end-btn, +.e-device.e-daterangepicker .e-start-btn, +.e-device.e-daterangepicker .e-end-btn { + background: #fff; +} + +.e-bigger .e-daterangepicker .e-start-btn.e-active, +.e-bigger .e-daterangepicker .e-start-btn.e-active:active, +.e-bigger .e-daterangepicker .e-end-btn.e-active, +.e-bigger .e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-bigger .e-daterangepicker .e-start-btn.e-active:hover, +.e-bigger .e-daterangepicker .e-end-btn.e-active:hover, +.e-bigger.e-daterangepicker .e-start-btn.e-active, +.e-bigger.e-daterangepicker .e-start-btn.e-active:active, +.e-bigger.e-daterangepicker .e-end-btn.e-active, +.e-bigger.e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-bigger.e-daterangepicker .e-start-btn.e-active:hover, +.e-bigger.e-daterangepicker .e-end-btn.e-active:hover, +.e-device.e-daterangepicker .e-start-btn.e-active, +.e-device.e-daterangepicker .e-start-btn.e-active:active, +.e-device.e-daterangepicker .e-end-btn.e-active, +.e-device.e-daterangepicker .e-end-btn.e-active:active:not([disabled]), +.e-device.e-daterangepicker .e-start-btn.e-active:hover, +.e-device.e-daterangepicker .e-end-btn.e-active:hover { + background: #3f51b5; + color: #fff; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +/*! component icons */ +.e-datetime-wrapper .e-time-icon.e-icons::before { + content: '\e20c'; + font-family: 'e-icons'; +} + +.e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon, +.e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon, +.e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon, +.e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon { + min-height: 0; + min-width: 20px; +} + +.e-bigger .e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon, +.e-datetime-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-date-icon, +.e-bigger .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon, +.e-bigger .e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon, +.e-datetime-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon { + min-height: 0; + min-width: 24px; +} + +.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-date-icon, +.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-date-icon, +.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon, +.e-small .e-datetime-wrapper.e-outline .e-input-group-icon.e-time-icon, +.e-datetime-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-time-icon, +.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon { + min-height: 0; + min-width: 18px; +} + +.e-bigger.e-small .e-outline.e-datetime-wrapper .e-input-group-icon.e-date-icon, +.e-bigger.e-small.e-outline.e-datetime-wrapper .e-input-group-icon.e-date-icon, +.e-datetime-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-date-icon, +.e-bigger.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-date-icon, +.e-bigger.e-small .e-outline.e-datetime-wrapper .e-input-group-icon.e-time-icon, +.e-bigger.e-small.e-outline.e-datetime-wrapper .e-input-group-icon.e-time-icon, +.e-datetime-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-time-icon, +.e-bigger.e-small .e-datetime-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon { + min-height: 0; + min-width: 20px; +} + +.e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon, +.e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon, +.e-rtl.e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon, +.e-rtl.e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon, +.e-rtl .e-datetime-wrapper.e-filled .e-input-group-icon.e-time-icon, +.e-rtl .e-datetime-wrapper.e-control-wrapper.e-filled .e-input-group-icon.e-time-icon { + margin: 0; +} + +.e-input-group.e-control-wrapper.e-datetime-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-datetime-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-datetime-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 16px; +} + +.e-datetime-wrapper.e-control-wrapper { + box-sizing: border-box; +} + +.e-datetime-wrapper .e-time-icon.e-icons.e-disabled, +.e-datetime-wrapper .e-date-icon.e-icons.e-disabled { + pointer-events: none; +} + +.e-datetime-wrapper .e-clear-icon { + box-sizing: content-box; +} + +.e-datetime-wrapper span { + cursor: pointer; +} + +.e-datetime-wrapper .e-input-group-icon.e-date-icon, +.e-datetime-wrapper .e-input-group-icon.e-time-icon { + font-size: 16px; + margin: 0 0 4px; + min-height: 24px; + min-width: 24px; + outline: none; +} + +.e-datetime-wrapper .e-input-group-icon.e-time-icon { + border: 0; + border-style: none; + margin: 0 0 4px 6px; +} + +.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon { + margin: 0 6px 4px 0; +} + +.e-datetimepicker.e-time-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-datetimepicker.e-popup { + border-style: solid; + border-width: 1px; + overflow: auto; +} + +.e-datetimepicker.e-popup .e-content { + position: relative; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul { + margin: 0; + padding: 8px 0; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + color: rgba(0, 0, 0, 0.87); + cursor: default; + font-size: 13px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover { + cursor: pointer; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + line-height: 36px; + text-indent: 16px; +} + +.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 20px; +} + +.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon { + margin: 5px 0 6px 8px; + min-height: 26px; + min-width: 26px; +} + +.e-bigger.e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon, +.e-bigger .e-datetime-wrapper:not(.e-outline).e-rtl .e-input-group-icon.e-time-icon { + margin: 5px 8px 6px 0; +} + +.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul, +.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul { + padding: 8px 0; +} + +.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 48px; + text-indent: 16px; +} + +.e-small .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 12px; + line-height: 26px; + text-indent: 12px; +} + +.e-small.e-bigger .e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-bigger.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 13px; + line-height: 40px; + text-indent: 16px; +} + +.e-small.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-small .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 14px; +} + +.e-small.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before, +.e-small.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before { + font-size: 18px; +} + +.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker, +.e-bigger.e-content-placeholder.e-datetimepicker.e-placeholder-datetimepicker { + background-size: 250px 40px; + min-height: 40px; +} + +/*! datetimepicker theme */ +.e-datetime-wrapper .e-input-group-icon.e-icons.e-active { + color: #e3165b; +} + +.e-datetime-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #e3165b; +} + +.e-datetimepicker.e-popup { + border: none; + border-radius: 2px; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul { + background-color: #fff; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul li.e-list-item { + border: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item:focus { + background-color: #eee; + border: none; + color: #000; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active { + background-color: #eee; + color: #e3165b; +} + +.e-datetimepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover { + background-color: #eee; + color: #e3165b; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +/*! maskedtextbox layout */ +.e-control-wrapper.e-mask .e-maskedtextbox { + font-family: Arial, "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 12.5px; +} + +.e-bigger .e-control-wrapper.e-mask .e-maskedtextbox { + font-size: 13px; +} + +.e-control-wrapper.e-mask.e-bigger .e-maskedtextbox { + font-size: 13px; +} + +.e-content-placeholder.e-mask.e-placeholder-mask { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-mask.e-placeholder-mask, +.e-bigger.e-content-placeholder.e-mask.e-placeholder-mask { + background-size: 300px 40px; + min-height: 40px; +} + +/*! maskedtextbox theme */ +.e-control-wrapper.e-mask.e-error .e-maskedtextbox { + color: #f44336; +} + +.e-utility-mask.e-error { + color: #f44336; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons::before { + content: '\e945'; +} + +.e-upload .e-upload-files .e-icons.e-file-pause-btn::before { + content: '\e326'; +} + +.e-upload .e-upload-files .e-icons.e-file-reload-btn::before { + content: '\e99d'; +} + +.e-upload .e-upload-files .e-icons.e-file-play-btn::before { + content: '\e324'; +} + +.e-upload .e-upload-files .e-file-delete-btn.e-icons::before { + content: '\e94a'; +} + +.e-upload .e-upload-files .e-file-abort-btn.e-icons::before { + content: '\e974'; +} + +.e-upload .e-upload-files .e-icons.e-msie::before { + position: relative; + right: 10px; +} + +.e-upload .e-upload-files .e-icons.e-file-abort-icon.e-msie::before { + right: 12px; +} + +.e-bigger .e-upload { + width: 100%; +} + +.e-bigger .e-upload .e-file-select-wrap { + padding: 20px 0 20px 16px; +} + +.e-bigger .e-upload .e-file-select-wrap .e-file-drop { + font-size: 15px; + margin-left: 16px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list { + font-size: 15px; + line-height: normal; + min-height: 100px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 16px; + top: 0; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + font-size: 15px; + padding-top: 16px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + font-size: 12px; + padding: 10px 0; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + font-size: 15px; + padding-top: 16px; + top: initial; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + font-size: 12px; + padding-bottom: 16px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + height: 10px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap { + height: 3px; + width: 98%; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar { + height: 3px; +} + +.e-bigger .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + font-size: 11px; + right: 10px; + top: -33px; +} + +.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + font-size: 12px; + height: 18px; + margin: 16px; + margin-top: -24px; + padding: 20px; + top: 50%; + width: 18px; +} + +.e-bigger .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons { + padding: 20px 17px 20px 26px; +} + +.e-bigger .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload .e-upload-files .e-file-pause-btn.e-icons { + right: 45px; +} + +.e-bigger .e-upload .e-upload-files .e-file-delete-btn.e-icons { + font-size: 13px; +} + +.e-bigger .e-upload .e-upload-files .e-file-abort-btn.e-icons { + font-size: 18px; +} + +.e-bigger .e-upload .e-upload-actions .e-btn { + margin-left: 16px; +} + +.e-bigger .e-upload .e-upload-actions .e-file-upload-btn { + margin: 15px; +} + +.e-bigger .e-upload .e-upload-actions .e-file-clear-btn { + margin: 15px; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap { + padding: 20px 16px 20px 0; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn { + margin-right: 0; +} + +.e-bigger .e-upload.e-rtl .e-file-select-wrap .e-file-drop { + margin-right: 16px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 60px; + margin-right: 16px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + top: 54px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + left: 10px; + right: initial; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + box-sizing: border-box; + left: 0; + margin-left: 16px; + margin-right: 16px; + padding: 20px; + top: 50%; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-msie.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-msie.e-icons { + padding: 20px 17px 20px 26px; +} + +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + left: 41px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 16px; + padding-top: 12px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #f44336; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: rgba(0, 0, 0, 0.54); + display: block; + font-size: 12px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #f44336; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #f44336; +} + +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 42px; +} + +.e-upload, +.e-bigger.e-small .e-upload { + width: 100%; +} + +.e-upload.e-control-wrapper, +.e-bigger.e-small .e-upload.e-control-wrapper { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; +} + +.e-upload .e-hidden-file-input, +.e-bigger.e-small .e-upload .e-hidden-file-input { + border: 0; + height: 0; + margin: 0; + outline: none; + padding: 0; + text-indent: 0; + visibility: hidden; + width: 0; +} + +.e-upload .e-file-select-wrap, +.e-bigger.e-small .e-upload .e-file-select-wrap { + padding: 16px 0 16px 12px; +} + +.e-upload .e-file-select-wrap .e-file-select, +.e-upload .e-file-select-wrap .e-file-select .e-uploader, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader { + display: inline-block; + width: 0; +} + +.e-upload .e-file-select-wrap .e-file-select .e-uploader, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-select .e-uploader { + opacity: 0; +} + +.e-upload .e-file-select-wrap .e-file-drop, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-file-drop { + font-family: inherit; + font-size: 14px; + margin-left: 12px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 12px; + padding-top: 8px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #f44336; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: rgba(0, 0, 0, 0.54); + display: block; + font-size: 11px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #f44336; +} + +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #f44336; +} + +.e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 32px; +} + +.e-upload .e-upload-files, +.e-bigger.e-small .e-upload .e-upload-files { + list-style-type: none; + margin: 0; + padding: 0; +} + +.e-upload .e-upload-files .e-icons:focus, +.e-bigger.e-small .e-upload .e-upload-files .e-icons:focus { + outline: none; +} + +.e-upload .e-upload-files .e-upload-file-list, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list { + font-family: inherit; + font-size: 14px; + height: 100%; + line-height: normal; + min-height: 90px; + position: relative; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container { + display: block; + height: 100%; + margin-left: 12px; + margin-right: 90px; + min-height: 35px; + position: relative; + top: 3px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + float: left; + font-family: inherit; + font-size: 14px; + max-width: 75%; + overflow: hidden; + padding-top: 12px; + position: relative; + text-overflow: ellipsis; + top: 0; + white-space: nowrap; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name::before { + content: attr(data-tail); + float: right; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + display: block; + font-family: inherit; + font-size: 14px; + padding-top: 12px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + display: block; + font-size: 11px; + padding: 8px 0; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + display: block; + font-family: inherit; + font-size: 11px; + padding-bottom: 12px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information.e-upload-progress { + display: none; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + display: block; + height: 8px; + padding-bottom: 6px; + padding-top: 6px; + position: absolute; + width: 98%; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap { + border-radius: 0; + display: block; + height: 2px; + width: 100%; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-inner-wrap .e-upload-progress-bar { + border-radius: 0; + display: inherit; + height: 2px; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text, +.e-bigger.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + float: right; + font-family: inherit; + font-size: 11px; + position: relative; + right: 6px; + top: -27px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons { + -ms-flex-align: center; + align-items: center; + box-sizing: border-box; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 11px; + height: 18px; + -ms-flex-pack: center; + justify-content: center; + margin: 0 12px; + margin-top: -18px; + padding: 18px; + position: absolute; + right: 0; + top: 50%; + vertical-align: middle; + width: 18px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, +.e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons.e-upload-progress, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons.e-upload-progress { + cursor: default; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-msie.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-msie.e-icons { + padding: 18px 13px 18px 23px; +} + +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons { + right: 36px; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, +.e-upload .e-upload-files .e-clear-icon-focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):hover, +.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + border-radius: 50%; + box-shadow: 0 0 0 transparent; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-upload .e-upload-files .e-clear-icon-focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-bigger.e-small .e-upload .e-upload-files .e-clear-icon-focus { + border-radius: 50%; +} + +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons { + font-size: 11px; + opacity: 1; +} + +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons { + font-size: 15px; + opacity: 1; +} + +.e-upload .e-file-select-wrap .e-btn, +.e-upload .e-upload-actions .e-btn, +.e-bigger.e-small .e-upload .e-file-select-wrap .e-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-btn { + font-family: inherit; +} + +.e-upload .e-upload-actions, +.e-bigger.e-small .e-upload .e-upload-actions { + position: relative; + text-align: right; +} + +.e-upload .e-upload-actions .e-file-upload-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-file-upload-btn { + margin: 12px; +} + +.e-upload .e-upload-actions .e-file-clear-btn, +.e-bigger.e-small .e-upload .e-upload-actions .e-file-clear-btn { + margin: 12px; +} + +.e-upload.e-rtl .e-file-select-wrap, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap { + padding: 16px 12px 16px 0; +} + +.e-upload.e-rtl .e-file-select-wrap .e-control.e-btn, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-control.e-btn { + margin-right: 10; +} + +.e-upload.e-rtl .e-file-select-wrap .e-file-drop, +.e-bigger.e-small .e-upload.e-rtl .e-file-select-wrap .e-file-drop { + margin-left: 60px; + margin-right: 12px; + position: relative; +} + +.e-upload.e-rtl .e-upload-actions, +.e-bigger.e-small .e-upload.e-rtl .e-upload-actions { + text-align: left; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container { + height: 100%; + margin-left: 60px; + margin-right: 12px; + position: relative; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-rtl-container { + direction: ltr; + float: right; + width: 100%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + float: right; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + float: right; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + direction: ltr; + float: right; + position: relative; + text-align: right; + width: 100%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + float: right; + position: initial; + top: 46px; + width: 89%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap .e-progress-bar-text { + float: left; + right: -8px; + top: -25px; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-remove-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-delete-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-abort-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons { + left: 0; + margin-left: 12px; + margin-right: 12px; + right: auto; + top: 50%; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons { + left: 36px; + right: auto; +} + +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-play-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-reload-btn.e-icons, +.e-bigger.e-small .e-upload.e-rtl .e-upload-files .e-upload-file-list .e-file-pause-btn.e-icons { + left: 36px; +} + +.e-upload.e-disabled .e-file-drop, +.e-bigger.e-small .e-upload.e-disabled .e-file-drop { + color: rgba(0, 0, 0, 0.38); +} + +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-type, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-size, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-bigger.e-small .e-upload.e-disabled .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: rgba(0, 0, 0, 0.38); +} + +.e-upload .e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-content-placeholder.e-upload.e-placeholder-upload { + background-size: 400px 65px; + min-height: 65px; +} + +.e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload, +.e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-bigger .e-content-placeholder.e-upload.e-placeholder-upload, +.e-bigger.e-small .e-upload .e-bigger.e-content-placeholder.e-upload.e-placeholder-upload { + background-size: 400px 80px; + min-height: 80px; +} + +.e-small .e-upload .e-file-select-wrap { + padding: 16px 0 16px 12px; +} + +.e-small .e-upload .e-file-select-wrap .e-file-drop { + font-size: 13px; + margin-left: 12px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list { + min-height: 76px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + font-size: 12px; + padding-top: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + font-size: 11px; + padding: 5px 0; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + font-size: 12px; + padding-top: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + padding-bottom: 10px; +} + +.e-small .e-upload .e-upload-files .e-upload-file-list .e-file-container .e-upload-progress-wrap { + padding-bottom: 3px; + padding-top: 3px; +} + +.e-small .e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-play-btn.e-icons, +.e-small .e-upload .e-upload-files .e-file-pause-btn.e-icons { + font-size: 10px; + height: 24px; + padding: 12px; + width: 24px; +} + +.e-small .e-upload.e-rtl .e-file-select-wrap { + padding: 16px 12px 16px 0; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list { + min-height: 35px; + padding-bottom: 10px; + padding-top: 6px; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container { + top: 0; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-hidden-input { + display: none; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + line-height: 1.5; + padding-top: 4px; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name.e-error, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type.e-error, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-error { + color: #f44336; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: rgba(0, 0, 0, 0.54); + display: block; + font-size: 11px; + line-height: 1.5; + padding-bottom: 0; + padding-top: 4px; + position: relative; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid { + color: #f44336; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-name, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-type, +.e-small .e-upload.e-form-upload .e-upload-files .e-upload-file-list.e-file-invalid .e-file-status { + color: #f44336; +} + +.e-small .e-upload.e-form-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-play-btn.e-icons, +.e-small .e-upload.e-form-upload .e-upload-files .e-file-pause-btn.e-icons { + box-sizing: border-box; + top: 34px; +} + +.e-upload { + border: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-upload .e-file-drop { + color: rgba(0, 0, 0, 0.87); +} + +.e-upload .e-upload-files { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-upload .e-upload-files .e-upload-file-list { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-name { + color: rgba(0, 0, 0, 0.87); +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-type { + color: rgba(0, 0, 0, 0.87); +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-size { + color: rgba(0, 0, 0, 0.54); +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status, +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-information { + color: rgba(0, 0, 0, 0.87); +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-success { + color: #22b24b; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-upload-fails { + color: #f44336; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-file-status.e-validation-fails { + color: #f44336; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap { + background-color: #e0e0e0; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-progress { + background: #e3165b; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-success { + background: #22b24b; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-inner-wrap .e-upload-progress-bar.e-upload-failed { + background: #f44336; +} + +.e-upload .e-upload-files .e-upload-file-list .e-file-container .e-progress-bar-text { + color: rgba(0, 0, 0, 0.87); +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons, +.e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-upload .e-upload-files .e-file-reload-btn.e-icons, +.e-upload .e-upload-files .e-file-abort-btn.e-icons, +.e-upload .e-upload-files .e-file-pause-btn.e-icons, +.e-upload .e-upload-files .e-file-play-btn.e-icons { + color: #000; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:hover, +.e-upload .e-upload-files .e-file-play-btn.e-icons:hover { + color: #000; +} + +.e-upload .e-upload-files .e-file-remove-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-delete-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-pause-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-play-btn.e-icons:not(.e-upload-progress):focus, +.e-upload .e-upload-files .e-file-reload-btn.e-icons:focus, +.e-upload .e-upload-files .e-file-abort-btn.e-icons:not(.e-disabled):focus, +.e-upload .e-upload-files .e-clear-icon-focus { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-upload-drag-hover { + outline: 2px dashed #9e9e9e; +} + +.e-dialog .e-icon-dlg-close::before { + content: '\e7fc'; + position: relative; +} + +.e-dialog .e-icon-dlg-close { + opacity: initial; +} + +.e-dialog .e-icon-dlg-close:active { + opacity: initial; +} + +.e-dialog .e-icon-dlg-close:hover { + opacity: initial; +} + +.e-dialog .e-south-east::before, +.e-dialog .e-south-west::before { + content: '\eb05'; +} + +/*! dialog layout */ +.e-dialog { + border: none; + border-radius: 2px; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; +} + +.e-dialog.e-popup { + width: 100%; +} + +.e-dialog.e-dlg-resizable { + -ms-touch-action: none; + touch-action: none; +} + +.e-dialog .e-dlg-header-content { + border-radius: 1px 1px 0 0; + line-height: 30px; +} + +.e-dialog .e-dlg-header-content + .e-dlg-content { + padding-top: 0; +} + +.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close { + font-size: 12px; + width: auto; +} + +.e-dialog .e-dlg-header { + display: block; + font-size: 18px; + font-weight: normal; + overflow: hidden; + text-overflow: ellipsis; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: top; + white-space: nowrap; + width: 80%; +} + +.e-dialog .e-dlg-modal { + position: fixed; +} + +.e-dialog .e-scroll-disabled { + overflow: hidden !important; +} + +.e-dialog .e-dlg-content { + display: block; + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-size: 13px; + font-weight: normal; + line-height: normal; + overflow: auto; + overflow-x: hidden; +} + +.e-dialog .e-footer-content { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top: none; + bottom: 0; + display: block; + right: 0; + width: 100%; +} + +.e-dialog .e-footer-content { + text-align: right; +} + +.e-dialog .e-resize-handle { + height: 15px; + position: absolute; + width: 15px; +} + +.e-dialog .e-resize-handle.e-south-east { + bottom: 0; + cursor: nwse-resize; + right: 0; +} + +.e-bigger.e-dialog .e-dlg-header-content, +.e-bigger .e-dialog .e-dlg-header-content { + padding: 24px 24px 20px; +} + +.e-bigger.e-dialog .e-dlg-header, +.e-bigger .e-dialog .e-dlg-header { + font-size: 18px; +} + +.e-bigger.e-dialog .e-dlg-content, +.e-bigger .e-dialog .e-dlg-content { + font-size: 13px; + padding: 24px; +} + +.e-bigger.e-dialog .e-footer-content, +.e-bigger .e-dialog .e-footer-content { + padding: 8px; +} + +.e-bigger.e-dialog .e-footer-content .e-btn, +.e-bigger .e-dialog .e-footer-content .e-btn { + margin-left: 8px; +} + +.e-bigger.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + bottom: 3px; + height: 36px; + left: 6px; + width: 36px; +} + +.e-bigger.e-dialog .e-btn .e-btn-icon.e-icon-dlg-close, +.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close { + font-size: 12px; + width: auto; +} + +.e-bigger.e-rtl .e-footer-content .e-btn, +.e-bigger .e-rtl .e-footer-content .e-btn { + margin-left: 0; + margin-right: 8px; +} + +.e-bigger .e-dlg-header-content + .e-dlg-content { + padding-top: 0; +} + +.e-dialog .e-dlg-header-content { + border-bottom: none; + padding: 18px; +} + +.e-dialog .e-dlg-content { + padding: 18px; +} + +.e-dialog .e-footer-content { + padding: 8px; +} + +.e-dialog .e-footer-content .e-btn { + margin-left: 6px; +} + +.e-rtl .e-footer-content .e-btn { + margin-right: 6px; +} + +.e-dialog.e-draggable .e-dlg-header-content { + cursor: move; +} + +.e-dialog { + max-height: 98%; + max-width: 100%; + min-width: 240px; +} + +.e-rtl .e-footer-content .e-btn { + margin-left: 0; +} + +.e-rtl .e-footer-content { + text-align: left; +} + +.e-rtl .e-footer-content { + text-align: left; +} + +.e-dialog.e-rtl .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + float: left; +} + +.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + background-color: none; + border-color: none; + border-radius: 50%; + bottom: 0; + float: right; + height: 30px; + left: 6px; + position: relative; + width: 30px; +} + +.e-rtl.e-dialog .e-resize-handle.e-south-west { + bottom: 2px; + cursor: sw-resize; + left: 2px; + transform: rotate(90deg); +} + +.e-dlg-overlay { + height: 100%; + left: 0; + opacity: 0.5; + position: fixed; + top: 0; + transition: opacity .15s linear; + width: 100%; +} + +.e-dlg-overlay.e-fade { + opacity: 0; +} + +.e-dlg-overflow-hidden { + overflow: auto; +} + +.e-dlg-fullscreen { + height: 100% !important; + left: 0 !important; + top: 0 !important; + width: 100% !important; +} + +.e-popup.e-popup-open.e-dialog { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-dlg-container { + -ms-flex-align: start; + align-items: flex-start; + display: none; + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; +} + +.e-dlg-center-center { + -webkit-align-items: center; + -webkit-justify-content: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: center; + justify-content: center; +} + +.e-dlg-left-center { + -webkit-align-items: center; + -webkit-justify-content: flex-start; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-center { + -webkit-align-items: center; + -webkit-justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-left-top { + -webkit-align-items: flex-start; + -webkit-justify-content: flex-start; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-top { + -webkit-align-items: flex-start; + -webkit-justify-content: flex-end; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-center-top { + -webkit-align-items: center; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; +} + +.e-dlg-left-bottom { + -webkit-align-items: flex-end; + -webkit-justify-content: flex-start; + -ms-flex-align: end; + align-items: flex-end; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.e-dlg-right-bottom { + -webkit-align-items: flex-end; + -webkit-justify-content: flex-end; + -ms-flex-align: end; + align-items: flex-end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dlg-center-bottom { + -webkit-align-items: center; + -webkit-justify-content: flex-end; + -ms-flex-align: center; + align-items: center; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-dialog .e-btn.e-dlg-closeicon-btn:hover, +.e-dialog .e-btn.e-dlg-closeicon-btn:focus, +.e-dialog .e-btn.e-dlg-closeicon-btn:active { + background-color: #e0e0e0; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-content-placeholder.e-dialog.e-placeholder-dialog { + background-size: 400px 210px; + min-height: 210px; +} + +.e-bigger .e-content-placeholder.e-dialog.e-placeholder-dialog, +.e-bigger.e-content-placeholder.e-dialog.e-placeholder-dialog { + background-size: 400px 220px; + min-height: 220px; +} + +@media (min-width: 768px) { + .e-alert-dialog.e-dialog.e-popup, + .e-confirm-dialog.e-dialog.e-popup { + margin: 30px auto; + width: 600px; + } +} + +@media (max-width: 768px) { + .e-alert-dialog.e-dialog.e-popup, + .e-confirm-dialog.e-dialog.e-popup { + margin: 30px auto; + width: auto; + } +} + +.e-dialog { + background-color: #fff; + box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); +} + +.e-dlg-overlay { + background-color: #383838; +} + +.e-footer-content { + background-color: #fff; +} + +.e-dlg-header, +.e-dlg-header * { + color: rgba(0, 0, 0, 0.87); + font-size: 18px; + font-weight: normal; +} + +.e-dlg-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-device .e-dlg-content, +.e-device .e-dlg-content * { + font-size: 14px; +} + +.e-dlg-header-content { + background-color: #fff; +} + +.e-dlg-content { + background-color: #fff; +} + +.e-icon-dlg-close { + color: #000; +} + +.e-dialog .e-btn.e-dlg-closeicon-btn:hover span { + color: #000; +} + +.e-icon-dlg-close:active { + border-radius: 50%; + color: #000; + opacity: 1; +} + +.e-icon-dlg-close:hover { + color: #000; +} + +.e-dlg-header-content .e-dlg-closeicon-btn:hover { + background-color: transparent; +} + +.e-dlg-header-content .e-dlg-closeicon-btn:active { + background-color: transparent; +} + +.e-south-east, +.e-south-west { + color: #000; +} + +/*! component's theme wise override definitions and variables */ +@keyframes hscroll-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*! hscroll icons */ +.e-hscroll.e-rtl.e-scroll-device .e-nav-right-arrow::before { + content: '\e904'; +} + +.e-hscroll.e-rtl.e-scroll-device .e-nav-left-arrow::before { + content: '\e913'; +} + +.e-hscroll.e-rtl .e-nav-left-arrow::before { + content: '\e913'; +} + +.e-hscroll.e-rtl .e-nav-right-arrow::before { + content: '\e904'; +} + +.e-hscroll.e-scroll-device .e-nav-right-arrow::before { + content: '\e913'; +} + +.e-hscroll.e-scroll-device .e-nav-left-arrow::before { + content: '\e904'; +} + +.e-hscroll .e-nav-left-arrow::before { + content: '\e904'; + line-height: normal; +} + +.e-hscroll .e-nav-right-arrow::before { + content: '\e913'; + line-height: normal; +} + +/*! h-scroll layout */ +.e-bigger .e-hscroll, +.e-hscroll.e-bigger { + min-height: 56px; +} + +.e-bigger .e-hscroll:not(.e-scroll-device), +.e-hscroll.e-bigger:not(.e-scroll-device) { + padding: 0 50px; +} + +.e-bigger .e-hscroll.e-scroll-device, +.e-hscroll.e-bigger.e-scroll-device { + padding-right: 50px; +} + +.e-bigger .e-hscroll.e-rtl.e-scroll-device, +.e-hscroll.e-bigger.e-rtl.e-scroll-device { + padding-left: 50px; + padding-right: initial; +} + +.e-bigger .e-hscroll .e-nav-arrow.e-icons, +.e-hscroll.e-bigger .e-nav-arrow.e-icons { + font-size: 14px; +} + +.e-bigger .e-hscroll.e-rtl .e-scroll-overlay.e-scroll-right-overlay, +.e-hscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-right-overlay { + left: 50px; +} + +.e-bigger .e-hscroll .e-scroll-overlay.e-scroll-right-overlay, +.e-hscroll.e-bigger .e-scroll-overlay.e-scroll-right-overlay { + right: 50px; +} + +.e-bigger .e-hscroll .e-scroll-nav, +.e-hscroll.e-bigger .e-scroll-nav { + min-height: 56px; + width: 50px; +} + +.e-hscroll { + display: block; + position: relative; + width: inherit; +} + +.e-hscroll.e-rtl.e-scroll-device { + padding-left: 50px; + padding-right: initial; +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(-6px); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay { + left: 56px; + right: auto; + transform: skewX(-16deg) translateX(-6px); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay { + left: auto; + right: 0; +} + +.e-hscroll:not(.e-scroll-device) { + padding: 0 40px; +} + +.e-hscroll.e-scroll-device { + padding-right: 50px; +} + +.e-hscroll.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(6px); + width: 56px; +} + +.e-hscroll.e-scroll-device .e-scroll-nav .e-nav-arrow { + font-size: 14px; + transform: skewX(16deg); +} + +.e-hscroll.e-scroll-device .e-scroll-overlay { + opacity: 0.5; + pointer-events: none; + position: absolute; + top: 0; + z-index: 100; +} + +.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-right-overlay { + left: auto; + right: 56px; + transform: skewX(-16deg) translateX(6px); +} + +.e-hscroll.e-scroll-device .e-scroll-overlay.e-scroll-left-overlay { + left: 0; + right: auto; +} + +.e-hscroll.e-overlay .e-hscroll-content > * { + pointer-events: none; +} + +.e-hscroll > * { + height: inherit; +} + +.e-hscroll .e-hscroll-content { + display: inline-block; + height: inherit; + position: relative; + -ms-touch-action: none; + touch-action: none; +} + +.e-hscroll .e-hscroll-content > * { + pointer-events: auto; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav { + left: 0; + right: auto; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav { + left: auto; + right: 0; +} + +.e-hscroll .e-scroll-nav { + -ms-flex-align: center; + align-items: center; + bottom: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 100%; + min-height: 42px; + overflow: hidden; + position: absolute; + top: 0; + width: 40px; +} + +.e-hscroll .e-scroll-nav.e-scroll-left-nav { + left: 0; +} + +.e-hscroll .e-scroll-nav.e-scroll-right-nav { + right: 0; +} + +.e-hscroll .e-scroll-nav.e-ie-align { + display: table; +} + +.e-hscroll .e-nav-arrow { + position: relative; +} + +.e-hscroll .e-nav-arrow.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +.e-hscroll .e-hscroll-bar .e-hscroll-content .e-overlay { + pointer-events: none; +} + +/*! h-scroll theme */ +.e-hscroll .e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-hscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + border-color: rgba(0, 0, 0, 0.12); + box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + background-color: #fafafa; + border-color: rgba(0, 0, 0, 0.12); + border-width: 1px; + box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-hscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow { + color: #e3165b; +} + +.e-hscroll .e-scroll-overlay { + background-color: transparent; + background-repeat: repeat-x; +} + +.e-hscroll .e-scroll-overlay.e-scroll-left-overlay { + background-image: linear-gradient(-270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%); +} + +.e-hscroll .e-scroll-overlay.e-scroll-right-overlay { + background-image: linear-gradient(-270deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%); +} + +.e-hscroll.e-rtl .e-scroll-nav { + background: #fafafa; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-left-nav { + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right: 0; +} + +.e-hscroll.e-rtl .e-scroll-nav.e-scroll-right-nav { + border-left: 0; + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-hscroll.e-rtl .e-scroll-nav:hover { + background: rgba(0, 0, 0, 0.12); + border: ""; + border-color: rgba(0, 0, 0, 0.12); + color: #000; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover { + background: rgba(0, 0, 0, 0.12); + border: ""; + color: #000; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus { + background: rgba(0, 0, 0, 0.12); + border: ""; + border-color: rgba(0, 0, 0, 0.12); + color: #000; +} + +.e-hscroll:not(.e-scroll-device) .e-scroll-nav:active { + background: #bdbdbd; + border: ""; + box-shadow: ""; + color: #000; +} + +.e-hscroll .e-scroll-nav { + background: #fafafa; +} + +.e-hscroll .e-scroll-nav.e-scroll-left-nav { + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-hscroll .e-scroll-nav.e-scroll-right-nav { + border-left: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-hscroll .e-scroll-nav::after { + background-color: transparent; + border-radius: 50%; + border-width: 1px; + box-sizing: border-box; + content: ''; + height: 1px; + left: 50%; + position: absolute; + top: 50%; + visibility: hidden; + width: 1px; +} + +.e-hscroll .e-scroll-nav:active::after { + animation: hscroll-popup-shadow .6s ease-out 0ms; + visibility: visible; +} + +/*! component's theme wise override definitions and variables */ +@keyframes vscroll-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*! vscroll icons */ +.e-vscroll.e-scroll-device .e-nav-up-arrow::before { + content: '\e85e'; +} + +.e-vscroll.e-scroll-device .e-nav-down-arrow::before { + content: '\e84f'; +} + +.e-vscroll .e-nav-up-arrow::before { + content: '\e910'; + line-height: normal; +} + +.e-vscroll .e-nav-down-arrow::before { + content: '\e916'; + line-height: normal; +} + +/*! v-scroll layout */ +.e-bigger .e-vscroll:not(.e-scroll-device), +.e-vscroll.e-bigger:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-vscroll .e-icons, +.e-vscroll.e-bigger .e-icons { + font-size: 18px; +} + +.e-bigger .e-vscroll.e-rtl .e-scroll-overlay.e-scroll-down-overlay, +.e-vscroll.e-bigger.e-rtl .e-scroll-overlay.e-scroll-down-overlay { + left: 24px; +} + +.e-bigger .e-vscroll .e-scroll-overlay.e-scroll-down-overlay, +.e-vscroll.e-bigger .e-scroll-overlay.e-scroll-down-overlay { + right: 24px; +} + +.e-bigger .e-vscroll .e-scroll-nav, +.e-vscroll.e-bigger .e-scroll-nav { + height: 24px; +} + +.e-vscroll { + display: block; + position: relative; + width: inherit; +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(-6px); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay { + left: 56px; + right: auto; + transform: skewX(-16deg) translateX(-6px); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay { + left: auto; + right: 0; +} + +.e-vscroll:not(.e-scroll-device) { + padding: 0 16px; +} + +.e-vscroll.e-scroll-device .e-scroll-nav { + transform: skewX(-16deg) translateX(6px); + width: 56px; + z-index: 1001; +} + +.e-vscroll.e-scroll-device .e-scroll-nav .e-nav-arrow { + font-size: 14px; + transform: skewX(16deg); +} + +.e-vscroll.e-scroll-device .e-scroll-overlay { + opacity: 0.5; + pointer-events: none; + position: absolute; + top: 0; + z-index: 100; +} + +.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-down-overlay { + left: auto; + right: 56px; + transform: skewX(-16deg) translateX(6px); +} + +.e-vscroll.e-scroll-device .e-scroll-overlay.e-scroll-up-overlay { + left: 0; + right: auto; +} + +.e-vscroll > * { + height: inherit; +} + +.e-vscroll .e-vscroll-content { + display: inline-block; + height: auto; + position: relative; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-vscroll .e-vscroll-content > * { + pointer-events: auto; +} + +.e-vscroll.e-rtl .e-scroll-nav.e-scroll-up-nav { + left: auto; + right: 0; +} + +.e-vscroll.e-rtl .e-scroll-nav.e-scroll-down-nav { + left: 0; + right: auto; +} + +.e-vscroll .e-scroll-nav { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 40px; + overflow: hidden; + position: absolute; + width: 100%; +} + +.e-vscroll .e-scroll-nav.e-scroll-up-nav { + top: 0; +} + +.e-vscroll .e-scroll-nav.e-scroll-down-nav { + bottom: 0; +} + +.e-vscroll .e-scroll-nav.e-ie-align { + display: table; +} + +.e-vscroll .e-nav-arrow { + position: relative; +} + +.e-vscroll .e-nav-arrow.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +/*! v-scroll theme */ +.e-vscroll .e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-vscroll.e-rtl.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + border-color: rgba(0, 0, 0, 0.12); + box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav { + background-color: #fafafa; + border-color: rgba(0, 0, 0, 0.12); + border-width: 1px; + box-shadow: -4px 0 8px 0 rgba(0, 0, 0, 0.06); +} + +.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-right-nav .e-nav-arrow { + color: #e3165b; +} + +.e-vscroll .e-scroll-overlay { + background-color: transparent; + background-repeat: repeat-x; +} + +.e-vscroll .e-scroll-overlay.e-scroll-up-overlay { + background-image: linear-gradient(-270deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%); +} + +.e-vscroll .e-scroll-overlay.e-scroll-down-overlay { + background-image: linear-gradient(-270deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%); +} + +.e-vscroll.e-rtl .e-scroll-nav { + background: #fafafa; +} + +.e-vscroll.e-rtl .e-scroll-nav:hover { + background: rgba(0, 0, 0, 0.12); + border: ""; + border-color: rgba(0, 0, 0, 0.12); + color: #000; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:hover { + background: rgba(0, 0, 0, 0.12); + border: ""; + color: #000; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:focus { + background: rgba(0, 0, 0, 0.12); + border: ""; + border-color: rgba(0, 0, 0, 0.12); + color: #000; +} + +.e-vscroll:not(.e-scroll-device) .e-scroll-nav:active { + background: #bdbdbd; + border: ""; + box-shadow: ""; + color: #000; +} + +.e-vscroll .e-scroll-nav { + background: #fafafa; +} + +.e-vscroll .e-scroll-nav.e-scroll-up-nav { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-vscroll .e-scroll-nav.e-scroll-down-nav { + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-vscroll .e-scroll-nav::after { + background-color: transparent; + border-radius: 50%; + border-width: 1px; + box-sizing: border-box; + content: ''; + height: 1px; + left: 50%; + position: absolute; + top: 50%; + visibility: hidden; + width: 1px; +} + +.e-vscroll .e-scroll-nav:active::after { + animation: vscroll-popup-shadow .6s ease-out 0ms; + visibility: visible; +} + +/*! component's theme wise override definitions and variables */ +@keyframes hscroll-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*! component's theme wise override definitions and variables */ +@keyframes vscroll-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*! component's theme wise override definitions and variables */ +@keyframes tbar-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*! toolbar icons */ +.e-toolbar .e-popup-down-icon::before { + content: '\e916'; + line-height: normal; +} + +.e-toolbar .e-popup-up-icon::before { + content: '\e910'; + line-height: normal; +} + +/*! toolbar layout */ +.e-bigger .e-toolbar, +.e-toolbar.e-bigger { + height: 56px; + min-height: 56px; +} + +.e-bigger .e-toolbar .e-tbar-btn .e-icons, +.e-toolbar.e-bigger .e-tbar-btn .e-icons { + font-size: 14px; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-tbar-extended .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-tbar-extended .e-toolbar-extended { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child { + margin: 0; + margin-left: 3px; +} + +.e-bigger .e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: initial; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-hor-nav, +.e-toolbar.e-bigger .e-hor-nav { + min-height: 56px; + min-width: 40px; +} + +.e-bigger .e-toolbar .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 35px; +} + +.e-bigger .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon { + line-height: 34px; + min-height: 34px; + min-width: 27px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + line-height: inherit; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item { + height: 48px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + min-width: 48px; + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + min-width: 27px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn { + min-height: 30px; + padding: 0 16px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin-left: 0; + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left { + padding-right: 16px; +} + +.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items, +.e-toolbar.e-bigger .e-toolbar-items { + min-height: 56px; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow { + margin-left: 24px; + margin-right: 24px; + white-space: normal; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator { + display: none; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item { + min-height: 56px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 48px; + padding: 5px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-separator { + height: calc(100% - 20px); + margin: 10px 5px; + min-height: 36px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: calc(100% - 11px); + margin: 5.5px 0; + min-height: 0; + min-width: ""; + padding: 0 6px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon { + padding: 0; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 2.5px 0 2.5px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended { + min-height: 56px; + padding-bottom: 0; + padding-left: 3px; + padding-right: 3px; + padding-top: 0; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-close { + display: none; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended.e-popup-open { + display: inline; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended { + width: inherit; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended { + box-shadow: none; + display: inline; + white-space: normal; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) { + min-width: 48px; + padding: 5px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator { + display: none; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 56px; + vertical-align: middle; + width: auto; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 2.5px 0 2.5px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: calc(100% - 11px); + margin: 5.5px 0; + min-height: 0; + min-width: ""; + padding: 0 6px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 35px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + height: calc(100% - 20px); + margin: 10px 5px; + min-height: 36px; +} + +.e-bigger .e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon, +.e-toolbar.e-bigger.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon { + line-height: 34px; + min-height: 34px; + min-width: 27px; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav, +.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; +} + +.e-bigger .e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended, +.e-toolbar.e-bigger.e-extended-toolbar.e-rtl .e-toolbar-extended { + padding-right: 3px; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-height: 38px; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + height: auto; + margin: 5px 10px; + min-height: auto; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + margin: 5.5px auto; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-toolbar.e-bigger.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-bigger .e-toolbar.e-vertical .e-hor-nav, +.e-toolbar.e-bigger.e-vertical .e-hor-nav { + min-height: 40px; + min-width: 50px; +} + +.e-toolbar { + border-radius: ""; + display: block; + height: 42px; + min-height: 42px; + position: relative; + -ms-touch-action: none; + touch-action: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended { + padding-right: 3px; +} + +.e-toolbar.e-extended-toolbar.e-rtl .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left { + padding-left: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar.e-extended-toolbar.e-extended-toolbar.e-tbar-extended { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-toolbar.e-extended-toolbar .e-hor-nav.e-ie-align { + display: table; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended { + border-top: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; + min-height: 42px; + padding-bottom: 0; + padding-left: 3px; + padding-right: 3px; + padding-top: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-toolbar-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-close { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-popup-open { + display: inline; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended { + width: inherit; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended { + box-shadow: none; + display: inline; + white-space: normal; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item:not(.e-separator) { + height: 100%; + min-width: 34px; + padding: 3.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator.e-extended-separator { + display: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 42px; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-tbar-btn-text { + padding: 0 2px 0 2px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text { + display: inline-block; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 14px; + line-height: inherit; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn, +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: calc(100% - 10px); + margin: 4px 0; + min-height: 0; + min-width: 0; + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 25px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0 1.5px; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + margin: 7.5px 3px; + min-height: 25px; + min-width: 1px; + vertical-align: middle; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-toolbar-pop) { + line-height: 25px; + min-height: 25px; + min-width: 24px; + padding: 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item:not(.e-separator) { + height: auto; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + font-size: 14px; + vertical-align: middle; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn { + cursor: pointer; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 14px; + font-weight: 400; + overflow: hidden; + padding: 0 1.5px; + text-align: center; + text-decoration: none; + text-transform: none; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-tbar-btn:first-child { + display: inline-block; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item > * { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + text-overflow: ellipsis; +} + +.e-toolbar.e-control[class*='e-toolbar'] { + box-sizing: content-box; +} + +.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar .e-tbar-btn-text, +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: inline-block; + padding: 0 2px 0 2px; +} + +.e-toolbar.e-hidden, +.e-toolbar .e-toolbar-items .e-toolbar-item.e-hidden { + display: none; +} + +.e-toolbar.e-corner { + border-radius: 0; +} + +.e-toolbar .e-toolbar-pop { + border-radius: ""; + overflow: hidden; + padding: 0; + position: absolute; +} + +.e-toolbar .e-toolbar-pop.e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + width: auto; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-toolbar-popup.e-hidden { + display: none; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: start; + justify-content: flex-start; + min-height: 24px; + padding: 0 16px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + padding: 0; + width: auto; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left { + padding-right: 16px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon { + min-width: 24px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + min-width: 34px; + padding: 0; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control { + text-align: center; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item.e-tbtn-align .e-btn.e-control .e-icons.e-btn-icon { + min-width: 100%; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: auto; + -ms-flex-pack: center; + justify-content: center; + height: 36px; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item > * { + height: 100%; + min-width: 100%; + text-overflow: ellipsis; +} + +.e-toolbar .e-toolbar-pop .e-toolbar-text .e-tbar-btn-text { + display: none; +} + +.e-toolbar .e-toolbar-pop .e-toolpopup { + text-align: center; +} + +.e-toolbar .e-toolbar-popup { + text-align: center; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:last-child { + margin: 0; + margin-left: 3px; +} + +.e-toolbar.e-toolpop.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: initial; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: auto; + right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items.e-tbar-pos .e-toolbar-right { + left: 0; + right: auto; +} + +.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child { + margin-left: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child { + margin-left: 3px; + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:last-child, +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-item:last-child:first-child, +.e-toolbar.e-rtl .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:first-child { + margin-right: 3px; +} + +.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-icon-left { + padding-left: 16px; + padding-right: 0; +} + +.e-toolbar.e-rtl .e-hor-nav { + left: 0; + right: auto; + border-radius: "" 0 0 ""; +} + +.e-toolbar .e-hor-nav { + -ms-flex-align: center; + align-items: center; + border-radius: 0 "" "" 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 100%; + min-height: 42px; + overflow: hidden; + position: absolute; + right: 0; + top: 0; + width: 32px; +} + +.e-toolbar .e-hor-nav.e-ie-align { + display: table; +} + +.e-toolbar .e-popup-down-icon.e-icons, +.e-toolbar .e-popup-up-icon.e-icons { + display: table-cell; + text-align: center; + vertical-align: middle; + width: 100%; +} + +.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn { + line-height: 25px; +} + +.e-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + line-height: 25px; + min-height: 25px; +} + +.e-toolbar .e-toolbar-items { + border-radius: "" 0 0 ""; + display: inline-block; + height: 100%; + min-height: 42px; + vertical-align: middle; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow { + margin-bottom: 1px; + margin-left: 18px; + margin-right: 18px; + white-space: normal; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator.e-multirow-separator { + display: none; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow .e-toolbar-item.e-separator { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-left, +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-center, +.e-toolbar .e-toolbar-items.e-multirow-pos .e-toolbar-right { + display: inline; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items.e-toolbar-multirow:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos { + display: block; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + display: table; + height: 100%; + top: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right, +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left { + position: absolute; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + right: 0; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: 0; + line-height: 35px; +} + +.e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-center { + margin: 0 auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-left, +.e-toolbar .e-toolbar-items .e-toolbar-center, +.e-toolbar .e-toolbar-items .e-toolbar-right { + display: inline-block; +} + +.e-toolbar .e-toolbar-items .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-right .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-left .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-center .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-right .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar .e-toolbar-items:first-child .e-hscroll-bar:first-child .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items:first-child > .e-toolbar-item:last-child, +.e-toolbar .e-toolbar-items:first-child > .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content > .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-center .e-toolbar-item { + margin: 0; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item:last-child { + margin-right: 3px; +} + +.e-toolbar .e-toolbar-items .e-hscroll-bar .e-hscroll-content .e-toolbar-right .e-toolbar-item { + margin: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + min-height: 42px; + vertical-align: middle; + width: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + height: 100%; + min-width: 34px; + padding: 3.5px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + margin: 7.5px 3px; + min-height: 27px; + min-width: 1px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item input[type='checkbox'] { + height: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + height: calc(100% - 10px); + margin: 4px 0; + min-height: 0; + min-width: 0; + padding: 0 1.5px; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon { + padding: 0; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + margin: 0; + min-width: 24px; + width: auto; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item > * { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + text-overflow: ellipsis; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + height: calc(100% - 15px); + vertical-align: middle; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator + .e-separator { + display: none; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:last-of-type, .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator:first-of-type { + display: none; +} + +.e-toolbar .e-tbar-btn > :first-child { + display: inline-block; +} + +.e-toolbar .e-tbar-btn { + border: none; + cursor: pointer; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 14px; + font-weight: 400; + overflow: hidden; + padding: 0 1.5px; + text-align: center; + text-decoration: none; + text-transform: none; +} + +.e-toolbar .e-tbar-btn .e-icons.e-btn-icon { + font-size: 14px; + vertical-align: middle; +} + +.e-toolbar .e-tbar-btn div { + vertical-align: middle; +} + +.e-toolbar .e-tbar-btn .e-tbar-btn-text { + display: inline-block; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif"; + font-size: 14px; + line-height: inherit; + vertical-align: middle; + width: auto; +} + +.e-toolbar.e-vertical { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; +} + +.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-left { + bottom: 0; + top: auto; +} + +.e-toolbar.e-vertical.e-rtl.e-tbar-pos .e-toolbar-right { + bottom: auto; + top: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-center, +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right { + height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-left { + left: auto; + right: auto; + top: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items.e-tbar-pos .e-toolbar-right { + bottom: 0; + left: auto; + right: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin-right: 0; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item { + display: -ms-flexbox; + display: flex; + height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 33px; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + height: auto; + margin: 3px 7.5px; + min-height: auto; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + margin: 4px auto; +} + +.e-toolbar.e-vertical .e-hor-nav { + bottom: 0; + height: auto; + left: 0; + min-height: 40px; + min-width: 50px; + right: auto; + top: auto; + width: auto; +} + +/*! toolbar theme */ +.e-toolbar { + -webkit-tap-highlight-color: transparent; + background: #fafafa; + border: 1px none rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.e-toolbar.e-vertical .e-hor-nav { + border: solid rgba(0, 0, 0, 0.12); + border-width: 1px 0 0 0; +} + +.e-toolbar.e-vertical.e-rtl .e-hor-nav { + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0 1px 0; +} + +.e-toolbar.e-vertical .e-toolbar-items .e-toolbar-item.e-separator { + border-width: 0 0 0.5px 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay { + background: #fafafa; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-separator { + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0.5px 0 0; +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn { + background: #fafafa; + box-shadow: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); + border-radius: ""; + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:hover { + background: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); + border-radius: ""; + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn:active { + background: #bdbdbd; + border-color: #bdbdbd; + border-radius: ""; + box-shadow: ""; + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn-text { + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar .e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-toolbar .e-toolbar-pop { + background: #fafafa; + border: 1px none rgba(0, 0, 0, 0.12); + box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21); +} + +.e-toolbar .e-toolbar-pop .e-toolbar-item .e-tbar-btn-text { + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) { + background: rgba(0, 0, 0, 0.12); + border: ""; + border-left: 1px "" rgba(0, 0, 0, 0.12); + box-shadow: ""; +} + +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active .e-icons, +.e-toolbar.e-toolpop .e-hor-nav.e-nav-active:not(.e-expended-nav) .e-icons { + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar .e-tbar-btn { + background: #fafafa; + box-shadow: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); + border-radius: ""; + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar .e-tbar-btn:hover { + background: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); + border-radius: ""; + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar .e-toolbar-items { + background: #fafafa; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay { + background: #fafafa; +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-tbar-btn-text { + color: rgba(0, 0, 0, 0.38); +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons { + color: rgba(0, 0, 0, 0.26); +} + +.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0.5px 0 0; +} + +.e-toolbar.e-rtl .e-hor-nav { + background: #fafafa; + border: solid rgba(0, 0, 0, 0.12); + border-left: 0; + border-width: 0 1px 0 0; +} + +.e-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover { + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar .e-hor-nav { + background: #fafafa; + border: solid rgba(0, 0, 0, 0.12); + border-width: 0 0 0 1px; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav)::after { + background-color: transparent; + border-radius: 50%; + border-width: 1px; + box-sizing: border-box; + content: ''; + height: 1px; + left: 50%; + position: absolute; + top: 50%; + visibility: hidden; + width: 1px; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active { + border: ""; + box-shadow: ""; + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):active::after { + animation: tbar-popup-shadow .6s ease-out 0ms; + visibility: visible; +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):hover { + background: rgba(0, 0, 0, 0.12); + border-left: ""; + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar .e-hor-nav:not(.e-expended-nav):focus { + background: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); + border-left: ""; + color: rgba(0, 0, 0, 0.87); +} + +.e-toolbar .e-tbar-btn:active { + background: #bdbdbd; + border-color: #bdbdbd; + border-radius: ""; + box-shadow: ""; + color: rgba(0, 0, 0, 0.87); +} + +/*! component's theme wise override definitions and variables */ +@keyframes tbar-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*! Material theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +@keyframes tbar-alt-popup-shadow { + 0% { + border-color: rgba(0, 0, 0, 0.12); + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12); + } + 100% { + box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12); + } +} + +@keyframes hscroll-alt-popup-shadow { + 0% { + border-color: rgba(0, 0, 0, 0.12); + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12); + } + 100% { + box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12); + } +} + +/*! Material specific themes definition's */ +/*! Vertical Tab */ +/*! tab icons */ +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-left-arrow::before { + content: '\e913'; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-rtl .e-nav-right-arrow::before { + content: '\e904'; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before { + content: '\e904'; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + content: '\e913'; +} + +.e-tab .e-tab-header .e-close-icon::before { + content: '\e7fc'; + position: relative; +} + +.e-tab .e-tab-header .e-popup-up-icon::before { + content: '\e916'; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-popup-up-icon::before { + content: '\e984'; + } +} + +.e-tab .e-tab-header .e-popup-down-icon::before { + content: '\e916'; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-popup-down-icon::before { + content: '\e984'; + } +} + +@media screen and (max-width: 480px) { + .e-tab.e-vertical-icon .e-tab-header .e-popup-up-icon::before { + content: '\e82a'; + } + .e-tab.e-vertical-icon .e-tab-header .e-popup-down-icon::before { + content: '\e83d'; + } +} + +.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-up-arrow::before { + content: '\e910'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-scroll-nav .e-nav-down-arrow::before { + content: '\e916'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::before { + content: 'More'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-up-icon::after { + content: '\e919'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::before { + content: 'More'; +} + +.e-tab.e-vertical-tab .e-tab-header .e-popup-down-icon::after { + content: '\e919'; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::before { + content: ''; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-up-icon::after { + content: '\ebb9'; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::before { + content: ''; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header .e-popup-down-icon::after { + content: '\ebb9'; +} + +/*! tab layout */ +.e-bigger .e-tab .e-tab-header, +.e-tab.e-bigger .e-tab-header { + height: 48px; + min-height: 48px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items, +.e-tab.e-bigger .e-tab-header .e-toolbar-items { + height: auto; + min-height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child, + .e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav, +.e-tab.e-bigger .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav { + width: 50px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 48px; + margin: 0; + min-height: 48px; + min-width: auto; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 48px; + padding: 0 24px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-text-wrap { + height: 48px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 14px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active, + .e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + margin-top: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 48px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap { + padding: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + cursor: pointer; + margin: 0 0 0 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + margin: 0 0 0 14px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 10px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-close-icon, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + height: 24px; + min-width: 24px; + width: 24px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon, +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 20px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + padding: 0 24px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 14px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap { + height: 72px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + right: 24px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 10px 0 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 10px; +} + +.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-right: 22px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 48px; + min-height: 48px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 48px; + padding: 0 16px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + padding: 0 16px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap { + height: 48px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'], +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'], + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before { + top: 0; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + right: 18px; +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 48px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 48px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 48px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 48px; + } +} + +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-bigger .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-bigger .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 0; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav { + height: 48px; + min-height: 48px; + padding: 0 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-scroll-nav, + .e-tab.e-bigger .e-tab-header .e-scroll-nav { + padding: 0 12px; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0 12px; +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-scroll-left-nav { + padding: 0 12px; +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, + .e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; + } +} + +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-bigger .e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-bigger .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + font-size: 12px; + line-height: 24px; + top: 0; + vertical-align: initial; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav, +.e-tab.e-bigger .e-tab-header .e-hor-nav { + height: 48px; + min-height: 48px; + padding: 0 12px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav, + .e-tab.e-bigger .e-tab-header .e-hor-nav { + padding: 0 12px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + line-height: 24px; + top: 0; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + } +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + top: 0; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + top: 0; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 15px; +} + +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 15px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active, + .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-text { + padding-top: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child, + .e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active:last-child { + margin: 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, .e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ileft.e-active .e-text-wrap { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + padding: 0; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-itop .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active.e-ibottom .e-text-wrap { + height: 48px; +} + +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, +.e-bigger .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, +.e-tab.e-bigger .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap { + height: initial; +} + +.e-bigger .e-tab .e-tab-header.e-vertical, +.e-tab.e-bigger .e-tab-header.e-vertical { + max-width: 150px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before, +.e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 23px; + top: 23px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before, + .e-tab.e-bigger .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 0; + top: 0; + } +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device), +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap { + padding: 0 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + right: -24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav, +.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav { + height: 24px; + min-height: 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow, +.e-tab.e-bigger .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav { + padding: 0 24px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + line-height: 46px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-bigger .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-bigger .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + font-size: 14px; + line-height: 46px; + margin: 0 0 0 10px; +} + +.e-bigger .e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items, +.e-tab.e-bigger .e-tab-header.e-vertical.e-toolpop .e-toolbar-items { + height: auto; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header, +.e-tab.e-bigger.e-vertical-icon .e-tab-header { + height: 72px; + min-height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-toolbar-items, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-toolbar-items { + height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-scroll-nav, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-scroll-nav { + height: 72px; +} + +.e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav, +.e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav { + height: 72px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-bigger .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before, + .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-bigger.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + } +} + +.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items, +.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-bigger .e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav, +.e-tab.e-bigger.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-scroll-nav { + height: 24px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 48px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 48px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 72px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus { + height: 48px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 48px; +} + +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-bigger .e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 48px; +} + +.e-bigger .e-tab.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-focused .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 48px; + padding: 0; +} + +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 15px; +} + +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 15px; +} + +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + line-height: 15px; +} + +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-bigger .e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-bigger.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + line-height: 13px; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-close-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-close-icon::before { + top: 0; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before { + top: 0; +} + +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-bigger .e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-bigger.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + top: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header, +.e-tab.e-bigger.e-fill .e-tab-header { + height: 46px; + min-height: 46px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header, + .e-tab.e-bigger.e-fill .e-tab-header { + height: 46px; + min-height: 46px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items { + height: auto; + min-height: 46px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items { + min-height: 46px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 46px; + margin: 0; + min-height: 46px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator), + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 46px; + min-height: 46px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 70px; + min-height: 70px; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 46px; + padding: 0 24px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 46px; + padding: 0 24px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 46px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 46px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 46px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 46px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 46px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 46px; + } +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 70px; +} + +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-bigger .e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-bigger.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + height: auto; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 24px; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 46px; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-bigger .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: 50px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 46px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 46px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 70px; +} + +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-bigger .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-bigger.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; + } +} + +.e-bigger .e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-fill.e-vertical-icon .e-tab-header, +.e-tab.e-bigger.e-fill.e-vertical-icon .e-tab-header { + height: 70px; + min-height: 70px; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 24px; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap, + .e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 24px; + } +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-bigger .e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-bigger.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 48px; +} + +.e-bigger .e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap, +.e-tab.e-bigger.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 24px; +} + +.e-bigger .e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 12px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 14px 0 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 12px 0 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 14px 0 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: 24px; + right: auto; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-bigger .e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap, +.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-bigger.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-left: 22px; + margin-right: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 12px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + left: 18px; + right: auto; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 12px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-bigger .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-bigger.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 0; + padding-right: 0; + } +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-hor-nav, +.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-right-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-hor-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-right-nav { + padding: 0 12px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header .e-scroll-left-nav, +.e-tab.e-bigger.e-rtl .e-tab-header .e-scroll-left-nav { + padding: 0 12px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator), +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + left: -24px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-hor-nav { + padding: 0 24px; +} + +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after, +.e-bigger .e-tab.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-up-icon::after, +.e-tab.e-bigger.e-rtl .e-tab-header.e-vertical .e-popup-down-icon::after { + margin: 0 10px 0 0; +} + +.e-tab { + display: block; + position: relative; +} + +.e-tab.e-hidden { + display: none; +} + +.e-tab.e-fill-mode .e-content, +.e-tab.e-fill-mode .e-content .e-item, +.e-tab.e-fill-mode .e-content .e-item > div, +.e-tab.e-fill-mode .e-content .e-item > div > .e-blazor-template { + height: 100%; +} + +.e-tab .e-tab-header { + height: 36px; + min-height: 36px; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header { + height: 48px; + min-height: 48px; + } +} + +.e-tab .e-tab-header::before { + content: ''; + position: absolute; +} + +.e-tab .e-tab-header:not(.e-vertical)::before { + bottom: 0; + top: 0; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-items { + height: auto; + margin: 0; + min-height: 36px; + position: relative; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items { + min-height: 48px; + } +} + +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device { + padding: 0; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll.e-scroll-device .e-scroll-right-nav { + display: none; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll .e-scroll-nav { + width: 40px; +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-items.e-hscroll:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + margin: 0; +} + +.e-tab .e-tab-header .e-hscroll-bar { + overflow: hidden; +} + +.e-tab .e-tab-header .e-indicator { + display: block; + position: absolute; +} + +.e-tab .e-tab-header .e-indicator.e-hidden { + display: none; +} + +.e-tab .e-tab-header:not(.e-vertical) .e-indicator { + bottom: 0; + height: 2px; + left: 0; + right: 0; + transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1); +} + +.e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; +} + +.e-tab .e-tab-header .e-toolbar-item.e-hidden { + display: none; +} + +.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 36px; + margin: 0; + min-height: 36px; + min-width: auto; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 48px; + min-height: 48px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 36px; + padding: 0 18px; + width: 100%; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 48px; + padding: 0 12px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-text-wrap { + -ms-flex-line-pack: center; + align-content: center; + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-text-wrap { + height: 48px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-text { + display: inherit; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: 500; + text-transform: uppercase; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 14px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active { + margin: 0; + padding-bottom: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active { + margin: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 36px; + margin-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 48px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 500; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 36px; + padding: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 48px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + display: none; + margin: 0 0 0 10px; + min-width: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icons.e-close-icon { + margin: 0 0 0 14px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon, +.e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-close-icon, + .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + font-size: 12px; + } +} + +@media screen\0 { + .e-tab .e-tab-header .e-toolbar-item .e-close-icon::before { + top: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + display: -ms-inline-flexbox; + display: inline-flex; + height: 20px; + min-width: 20px; + width: 20px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icons.e-tab-icon { + height: 20px; + width: 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 18px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-icon, + .e-tab .e-tab-header .e-toolbar-item .e-tab-icon::before { + font-size: 20px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + -ms-flex-pack: center; + justify-content: center; + padding: 0 18px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-icon .e-tab-wrap { + padding: 0 24px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 14px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom { + height: 62px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-item.e-ibottom { + height: 72px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 62px; + position: relative; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 72px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + display: block; + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap .e-text-wrap, .e-tab .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap .e-text-wrap { + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + position: absolute; + right: 18px; + top: calc(50% - 6px); +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-close-icon { + right: 12px; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 8px 0 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-itop .e-tab-text { + margin: 10px 0 0; + } +} + +.e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 8px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0 0 10px; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-top, +.e-tab .e-tab-header .e-toolbar-item .e-tab-icon.e-icon-bottom { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + margin: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop { + overflow-y: auto; + padding: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 36px; + min-height: 36px; + min-width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item { + height: 48px; + min-height: 48px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 36px; + padding: 0 16px; + text-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap { + height: 48px; + padding: 0 16px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-text-wrap { + height: 36px; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + display: -ms-inline-flexbox; + display: inline-flex; + width: 100%; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + margin: 0 0 0 8px; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon::before { + top: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text + .e-close-icon[style='display:block'] { + padding-right: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom { + height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom { + height: 48px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + min-height: 48px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 48px; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-text-wrap { + display: -ms-inline-flexbox; + display: inline-flex; + height: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + display: block; + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 0 10px; + padding-left: 0; + padding-right: 10px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + -ms-flex-pack: center; + justify-content: center; + margin: 0 0 0 12px; + padding-left: 0; + padding-right: 0; + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + right: 18px; + top: initial; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-top, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-icon.e-icon-bottom { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-tab .e-tab-header.e-close-show .e-icons.e-close-icon { + -ms-flex-align: center; + align-items: center; + -ms-flex-item-align: center; + align-self: center; + display: -ms-inline-flexbox; + display: inline-flex; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-close-show .e-icons.e-close-icon { + display: none; + } +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-close-show .e-toolbar-item.e-active .e-close-icon { + display: -ms-inline-flexbox; + display: inline-flex; + } +} + +.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-right: 20px; +} + +.e-tab .e-tab-header .e-scroll-nav { + height: 36px; + min-height: 36px; + min-width: auto; + width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav { + height: 48px; + min-height: 48px; + } +} + +.e-tab .e-tab-header .e-scroll-nav.e-scroll-left-nav { + padding: 0 9px; +} + +.e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0 9px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav.e-scroll-right-nav { + padding: 0 12px; + } +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + font-size: 12px; + line-height: 24px; + position: relative; + top: 0; + vertical-align: initial; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-scroll-nav .e-nav-arrow { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; + } +} + +.e-tab .e-tab-header .e-hor-nav { + height: 36px; + min-height: 36px; + min-width: auto; + padding: 0 9px; + width: auto; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav { + height: 48px; + min-height: 48px; + padding: 0 12px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + font-size: 12px; + height: 24px; + line-height: 24px; + width: 24px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + line-height: 24px; + position: relative; + top: 0; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 16px; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover::before, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover::before { + top: 0; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon { + transform: rotate(180deg); + transition: transform 0.1s ease; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-up-icon { + transform: none; + transition: none; + } +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + transform: rotate(0deg); + transition: transform 0.1s ease; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-hor-nav .e-popup-down-icon { + transform: none; + transition: none; + } +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon::before, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon::before { + top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom::before { + bottom: auto; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding-bottom: 0; + padding-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + } +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-indicator { + bottom: auto; + top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0; + padding-bottom: 0; + padding-top: 0; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0; + } +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 36px; + padding: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: initial; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap { + height: initial; + padding: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-text-wrap::before, .e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-text-wrap::before { + bottom: auto; + top: 0; +} + +.e-tab .e-tab-header.e-vertical { + max-width: 150px; + z-index: 1; +} + +.e-tab .e-tab-header.e-vertical::before { + bottom: 0; + height: 100%; + left: 0; + top: 0; +} + +.e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 15px; + height: auto; + top: 15px; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-vertical[style*='overflow: hidden']::before { + bottom: 0; + top: 0; + } +} + +.e-tab .e-tab-header.e-vertical .e-indicator { + display: block; + transition: top 0.125s cubic-bezier(0.35, 0, 0.25, 1), bottom 0.25s cubic-bezier(0.35, 0, 0.25, 1); + width: 2px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-items.e-vscroll:not(.e-scroll-device) { + padding: 16px 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-wrap { + padding: 0 18px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-text-wrap { + position: relative; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text, +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-icon::before { + text-align: center; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item .e-tab-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap::before { + display: none; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-itop .e-close-icon, .e-tab .e-tab-header.e-vertical .e-toolbar-item.e-ibottom .e-close-icon { + right: -18px; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-pop { + top: initial !important; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left { + float: left; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left::before { + right: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left .e-indicator { + left: auto; + right: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right { + float: right; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right::before { + right: auto; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-indicator { + left: 0; + right: auto; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-tab-wrap { + text-align: right; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-pop .e-tab-text { + width: auto; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav { + height: 16px; + -ms-flex-pack: center; + justify-content: center; + min-height: 16px; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + font-size: 10px; + height: 16px; + line-height: 16px; + margin: 0 auto; + width: 16px; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav { + padding: 0 18px; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + height: 100%; + transform: none; + transition: none; + width: 100%; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + float: left; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: 500; + line-height: 35px; + text-align: left; + text-transform: uppercase; + transform: none; + transition: none; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + float: left; + font-size: 12px; + line-height: 35px; + margin: 0 0 0 10px; + vertical-align: initial; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, + .e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + font-size: 14px; + } +} + +.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-nav, +.e-tab .e-tab-header.e-vertical .e-scroll-device .e-scroll-overlay { + display: none; +} + +.e-tab .e-tab-header.e-vertical.e-toolpop .e-toolbar-items { + height: auto; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: -18px; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav { + padding: 0 18px; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + float: right; +} + +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-rtl .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + float: right; + margin: 0 10px 0 0; +} + +.e-tab .e-content { + position: relative; +} + +.e-tab .e-content .e-item.e-view { + bottom: 0; + left: 0; + overflow: hidden; + position: absolute; + right: 0; + top: 0; +} + +.e-tab .e-content > .e-item { + display: none; +} + +.e-tab .e-content > .e-item.e-active { + background: inherit; + display: block; +} + +.e-tab .e-content.e-progress { + overflow-x: hidden; +} + +.e-tab.e-vertical-tab .e-content { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-vertical-tab .e-content .e-item.e-active { + display: -ms-flexbox; + display: flex; + -ms-flex: none; + flex: none; +} + +.e-tab.e-vertical-tab .e-content .e-item, +.e-tab.e-vertical-tab .e-content .e-item > :first-child { + width: 100%; +} + +.e-tab.e-vertical-icon .e-tab-header { + height: 62px; + min-height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-toolbar-items { + height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-scroll-nav { + height: 62px; +} + +.e-tab.e-vertical-icon .e-tab-header .e-hor-nav { + height: 62px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-up-icon::before, + .e-tab.e-vertical-icon .e-tab-header .e-hor-nav .e-popup-down-icon::before { + font-size: 12px; + } +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-tab-wrap::before, +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-tab-wrap::before { + display: none; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item.e-active .e-text-wrap, +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-toolbar-item:not(.e-separator):last-child.e-active .e-text-wrap { + position: relative; +} + +.e-tab.e-vertical-icon .e-tab-header.e-vertical .e-scroll-nav { + height: 16px; +} + +.e-tab.e-vertical-icon.e-vertical-tab .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 36px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 36px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 62px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus { + height: 36px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 36px; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-focused .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 36px; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap:focus .e-text-wrap { + height: 36px; + padding: 0; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-itop.e-active .e-tab-wrap:focus .e-text-wrap, .e-tab.e-focused .e-tab-header .e-horizontal-bottom .e-toolbar-item.e-ibottom.e-active .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +.e-tab.e-template .e-content > .e-item { + display: none; +} + +.e-tab.e-template .e-content > .e-item.e-active { + background: inherit; + display: block; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + display: block; + line-height: 15px; +} + +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-ie .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-ie .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + display: block; + line-height: 14px; +} + +.e-tab.e-ie .e-tab-header .e-popup-up-icon, +.e-tab.e-ie .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; +} + +.e-tab.e-ie .e-tab-header .e-popup-up-icon::before { + transform: rotate(180deg); + transition: transform 0.1s ease; +} + +@media screen and (max-width: 480px) { + .e-tab.e-ie .e-tab-header .e-popup-up-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-ie .e-tab-header .e-popup-down-icon::before { + transform: rotate(0deg); + transition: transform 0.1s ease; +} + +@media screen and (max-width: 480px) { + .e-tab.e-ie .e-tab-header .e-popup-down-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align { + display: -ms-flexbox; + display: flex; +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-popup-down-icon, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-up-icon, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-popup-down-icon { + display: block; + line-height: 14px; + position: relative; +} + +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-edge .e-tab-header .e-hor-nav.e-ie-align .e-nav-right-arrow, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-left-arrow, +.e-tab.e-edge .e-tab-header .e-scroll-nav.e-ie-align .e-nav-right-arrow { + display: block; + line-height: 11px; + position: relative; +} + +.e-tab.e-edge .e-tab-header .e-popup-up-icon { + transform: rotate(180deg); + transition: transform 0.1s ease; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-up-icon { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: rotate(0deg); + transition: transform 0.1s ease; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; + } +} + +@media screen and (max-width: 480px) and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-up-icon::before { + transform: rotate(180deg); + transition: transform 0.1s ease; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-up-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-edge .e-tab-header .e-popup-down-icon::before { + transform: rotate(0deg); + transition: transform 0.1s ease; +} + +@media screen and (max-width: 480px) { + .e-tab.e-edge .e-tab-header .e-popup-down-icon::before { + transform: none; + transition: none; + } +} + +.e-tab.e-safari .e-tab-header .e-close-icon::before { + top: -1px; +} + +.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-safari .e-tab-header .e-hor-nav .e-popup-down-icon::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-up-icon::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-popup-down-icon::before { + top: 0; +} + +.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-left-arrow::before, +.e-tab.e-safari .e-tab-header .e-hor-nav .e-nav-right-arrow::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-left-arrow::before, +.e-tab.e-safari .e-tab-header .e-scroll-nav .e-nav-right-arrow::before { + top: 0; +} + +.e-tab.e-disable { + pointer-events: none; +} + +.e-tab.e-fill .e-tab-header { + height: 34px; + min-height: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header { + height: 46px; + min-height: 46px; + } +} + +.e-tab.e-fill .e-tab-header .e-indicator { + display: none; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items { + height: auto; + min-height: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-items { + min-height: 46px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-fill .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 34px; + margin: 0; + min-height: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 46px; + min-height: 46px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-itop, .e-tab.e-fill .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom { + height: 60px; + min-height: 60px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 34px; + padding: 0 18px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + height: 46px; + padding: 0 18px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + height: 46px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 46px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 500; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 36px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-ileft .e-text-wrap, + .e-tab.e-fill .e-tab-header .e-toolbar-item.e-active.e-iright .e-text-wrap { + height: 46px; + } +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap { + height: 60px; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop:not(.e-separator), +.e-tab.e-fill .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom:not(.e-separator) { + height: auto; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + padding: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-itop, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-itop { + padding-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin-right: 0; + padding: 0; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 34px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + height: 46px; + } +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: 44px; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-itop .e-text-wrap, .e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-ibottom .e-text-wrap { + height: auto; +} + +.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items { + height: inherit; +} + +.e-tab.e-fill .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 18px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + height: 34px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-text-wrap { + height: 34px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus { + height: 60px; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; +} + +@media screen and (max-width: 480px) { + .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-itop .e-tab-wrap:focus .e-text-wrap, + .e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-ibottom .e-tab-wrap:focus .e-text-wrap { + height: auto; + } +} + +.e-tab.e-fill.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-fill.e-vertical-icon .e-tab-header { + height: 60px; + min-height: 60px; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-background .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 18px; +} + +@media screen and (max-width: 480px) { + .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 24px; + } +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active { + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + margin-bottom: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + height: 36px; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text { + font-weight: 500; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-toolbar-items .e-toolbar-item .e-tab-wrap { + padding: 0 18px; +} + +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child.e-active, +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child.e-active { + padding: 0; +} + +.e-tab.e-background .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + margin: 0; + padding: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item.e-active .e-text-wrap { + height: 36px; +} + +.e-tab.e-background.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-tab.e-rtl .e-tab-header .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icon-left + .e-tab-text { + margin: 0 10px 0 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator) .e-icons.e-close-icon { + margin: 0 10px 0 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header .e-toolbar-item:not(.e-separator).e-ibottom .e-close-icon { + left: 18px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-itop .e-text-wrap, +.e-tab.e-rtl .e-tab-header.e-close-show .e-toolbar-item.e-ibottom .e-text-wrap { + margin-left: 20px; + margin-right: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 10px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-text { + padding-left: 0; + } +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-icons.e-close-icon { + margin: 0; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item .e-close-icon { + left: 16px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-close-icon, +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-close-icon { + left: 18px; + right: auto; +} + +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, +.e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 10px; + padding-right: 0; +} + +@media screen and (max-width: 480px) { + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-itop .e-tab-text, + .e-tab.e-rtl .e-tab-header .e-toolbar-pop .e-toolbar-item.e-ibottom .e-tab-text { + margin: 0; + padding-left: 10px; + padding-right: 0; + } +} + +.e-tab.e-rtl .e-tab-header .e-hor-nav, +.e-tab.e-rtl .e-tab-header .e-scroll-right-nav { + padding: 0 9px; +} + +.e-tab.e-rtl .e-tab-header .e-scroll-left-nav { + padding: 0 9px; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::before, +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::before { + display: none; +} + +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon::after, +.e-tab.e-vertical-tab.e-icon-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon::after { + margin: 0; + width: 100%; +} + +/*! tab theme */ +.e-tab { + background: transparent; + border: none; +} + +.e-tab .e-tab-header { + background: inherit; + border: 0; + border-radius: 0; + border-bottom: 0; +} + +.e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active { + border-bottom: initial; +} + +.e-tab .e-tab-header .e-toolbar-items { + background: inherit; +} + +.e-tab .e-tab-header .e-indicator { + background: #e3165b; +} + +.e-tab .e-tab-header .e-toolbar-item { + background: inherit; + border: none; +} + +.e-tab .e-tab-header .e-toolbar-item .e-ripple-element { + background: rgba(227, 22, 91, 0.12); +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-radius: 0; + color: rgba(0, 0, 0, 0.54); +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: rgba(0, 0, 0, 0.54); +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + color: rgba(0, 0, 0, 0.54); + } + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: rgba(0, 0, 0, 0.54); + } + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-close-icon { + color: rgba(0, 0, 0, 0.87); + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: inherit; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: inherit; + } +} + +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: rgba(0, 0, 0, 0.87); +} + +.e-tab .e-tab-header .e-toolbar-item.e-active { + border: none; + border-radius: 0; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: #e3165b; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: #e3165b; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-icon, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-icon { + color: #e3165b; +} + +.e-tab .e-tab-header .e-toolbar-item.e-active.e-ileft .e-tab-text, .e-tab .e-tab-header .e-toolbar-item.e-active.e-iright .e-tab-text { + color: #e3165b; +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon:hover { + color: rgba(0, 0, 0, 0.87); +} + +.e-tab .e-tab-header .e-toolbar-item .e-close-icon:active { + color: rgba(0, 0, 0, 0.87); +} + +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay { + background: inherit; + opacity: 1; + pointer-events: none; +} + +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-text, +.e-tab .e-tab-header .e-toolbar-item.e-disable.e-overlay .e-tab-icon { + color: rgba(0, 0, 0, 0.38); +} + +.e-tab .e-tab-header .e-toolbar-pop { + background: #fff; + border: 0; + border-radius: 0; + box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21); + overflow-y: auto; +} + +.e-tab .e-tab-header .e-toolbar-pop[e-animate='true'] { + overflow-y: hidden; +} + +@media screen and (max-width: 480px) { + .e-tab .e-tab-header .e-toolbar-pop { + box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.21); + } +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover { + background: #eee; +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon, +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: rgba(0, 0, 0, 0.87); +} + +.e-tab .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:active { + background: #eee; +} + +.e-tab .e-tab-header .e-scroll-nav, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow { + color: rgba(0, 0, 0, 0.54); +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:hover { + background: initial; + color: rgba(0, 0, 0, 0.87); +} + +.e-tab .e-tab-header .e-scroll-nav .e-nav-arrow:active, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav .e-nav-arrow:active { + box-shadow: none; +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow { + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.e-tab .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus .e-nav-arrow:hover { + background: initial; + color: rgba(0, 0, 0, 0.87); +} + +.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow { + color: rgba(0, 0, 0, 0.54); +} + +.e-tab .e-tab-header .e-scroll-nav.e-overlay .e-nav-arrow:hover, +.e-tab .e-tab-header .e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-overlay .e-nav-arrow:hover { + color: rgba(0, 0, 0, 0.54); +} + +.e-tab .e-tab-header .e-hor-nav, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) { + background: transparent; + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover { + background: initial; + border: initial; + border-radius: 0; +} + +.e-tab .e-tab-header .e-hor-nav .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav) .e-popup-down-icon:hover { + color: rgba(0, 0, 0, 0.87); +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon { + background: rgba(0, 0, 0, 0.12); + border: initial; + border-radius: 0; + color: rgba(0, 0, 0, 0.87); +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:hover { + background: initial; + border: initial; + border-radius: 0; +} + +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-up-icon:active, +.e-tab .e-tab-header .e-hor-nav:focus .e-popup-down-icon:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-up-icon:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):focus .e-popup-down-icon:active { + background: initial; + border: 0; + border-radius: 0; + box-shadow: none; +} + +.e-tab .e-tab-header .e-hor-nav:hover, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover { + border: 0; +} + +.e-tab .e-tab-header .e-hor-nav:hover:active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav):hover:active { + background: transparent; +} + +.e-tab .e-tab-header .e-hor-nav.e-nav-active, +.e-tab .e-tab-header .e-hor-nav:not(.e-expended-nav).e-nav-active { + background: inherit; + border: 0; + box-shadow: none; +} + +.e-tab .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 0; +} + +.e-tab .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active { + border-bottom: 0; + border-radius: 0; + border-top: initial; + border-top-color: inherit; +} + +.e-tab .e-tab-header.e-vertical::before { + border-width: 0 1px 0 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-item.e-active { + border-bottom: 0; + border-top: 0; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-left .e-toolbar-item.e-active { + border-radius: 0; + border-right: initial; +} + +.e-tab .e-tab-header.e-vertical.e-vertical-right .e-toolbar-item.e-active { + border-left: initial; + border-radius: 0; +} + +.e-tab .e-tab-header.e-vertical .e-toolbar-pop { + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav { + background: inherit; + border: 1px solid transparent; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-up-nav { + border-bottom-color: rgba(0, 0, 0, 0.12); +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav.e-scroll-down-nav { + border-top-color: rgba(0, 0, 0, 0.12); +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow:hover { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow { + color: rgba(0, 0, 0, 0.87); +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow:hover { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus { + background: rgba(0, 0, 0, 0.12); +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + background: none; +} + +.e-tab .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover { + background: none; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + background: inherit; + border: 0; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active, .e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:active:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active, +.e-tab .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:active:hover { + background: inherit; + border: 0; + box-shadow: none; +} + +.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-up-icon, +.e-tab .e-tab-header.e-vertical .e-hor-nav:hover .e-popup-down-icon { + border: 0; +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + background: rgba(227, 22, 91, 0.12); +} + +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text { + color: #e3165b; +} + +.e-tab.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: rgba(0, 0, 0, 0.87); +} + +.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: rgba(0, 0, 0, 0.87); +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + border: 0; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon, +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon { + border: 0; +} + +.e-tab.e-focused .e-tab-header.e-vertical .e-hor-nav:focus { + outline: 0; +} + +.e-tab.e-disable { + pointer-events: none; +} + +.e-tab.e-disable .e-tab-header .e-indicator { + background: rgba(227, 22, 91, 0.38); +} + +.e-tab.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: rgba(0, 0, 0, 0.38); +} + +.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: rgba(227, 22, 91, 0.38); +} + +.e-tab.e-disable .e-content { + opacity: 0.38; +} + +.e-tab.e-fill .e-tab-header { + border-bottom: 2px Solid #e3165b; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-ripple-element { + background: rgba(0, 0, 0, 0.05); +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap { + color: rgba(0, 0, 0, 0.54); +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: rgba(0, 0, 0, 0.87); +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active { + border: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + background: #e3165b; + border-radius: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: white; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: white; +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon { + color: rgba(255, 255, 255, 0.7); +} + +.e-tab.e-fill .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover { + color: white; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 2px Solid #e3165b; +} + +.e-tab.e-fill .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-text-wrap { + margin-top: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical { + border-bottom: 0; +} + +.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-left { + border-right: 2px Solid #e3165b; +} + +.e-tab.e-fill .e-tab-header.e-vertical.e-vertical-right { + border-left: 2px Solid #e3165b; +} + +.e-tab.e-fill.e-corner .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + border-radius: 3px 3px 0 0; +} + +.e-tab.e-fill.e-corner .e-tab-header.e-horizontal-bottom .e-toolbar-item.e-active .e-tab-wrap { + border-radius: 0 0 3px 3px; +} + +.e-tab.e-fill.e-disable .e-tab-header { + border-bottom: 2px Solid rgba(227, 22, 91, 0.38); +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: rgba(0, 0, 0, 0.38); +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active { + opacity: 1; +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: rgba(227, 22, 91, 0.38); +} + +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: rgba(255, 255, 255, 0.38); +} + +.e-tab.e-fill.e-disable .e-tab-header.e-horizontal-bottom { + border-bottom: 0; + border-top: 2px Solid rgba(227, 22, 91, 0.38); +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon { + color: #e3165b; +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: rgba(227, 22, 91, 0.8); +} + +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-fill.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: white; +} + +.e-tab.e-background .e-tab-header { + background: #3f51b5; + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-items { + background: #3f51b5; +} + +.e-tab.e-background .e-tab-header .e-indicator { + background: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-ripple-element { + background: rgba(0, 0, 0, 0.1); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap { + background: #3f51b5; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover { + background: inherit; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-icon { + color: white; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:hover, .e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-close-icon:active { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon { + color: rgba(255, 255, 255, 0.7); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon { + color: rgba(255, 255, 255, 0.54); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item .e-close-icon:hover { + color: #e3165b; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active { + border: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap { + background: #3f51b5; + border-radius: 0; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:hover .e-tab-icon { + color: white; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: inherit; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: white; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-tab-icon { + color: white; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon { + color: rgba(255, 255, 255, 0.7); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active .e-close-icon:hover { + color: white; +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap { + background: rgba(63, 81, 181, 0); +} + +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-item.e-disable .e-close-icon { + color: rgba(255, 255, 255, 0.38); +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item { + background: #3f51b5; +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: rgba(255, 255, 255, 0.7); +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover { + background: rgba(255, 255, 255, 0.12); +} + +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-text, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-tab-icon, +.e-tab.e-background .e-tab-header .e-toolbar-pop .e-toolbar-item .e-tab-wrap:hover .e-close-icon { + color: white; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow { + color: rgba(255, 255, 255, 0.7); +} + +.e-tab.e-background .e-tab-header .e-scroll-nav .e-nav-arrow:hover { + background: inherit; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:focus .e-nav-arrow:hover { + background: inherit; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-scroll-nav:active::after { + animation: hscroll-alt-popup-shadow 1s ease-out 0ms; +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon { + color: rgba(255, 255, 255, 0.7); +} + +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header .e-hor-nav:active::after { + animation: tbar-alt-popup-shadow 1s ease-out 0ms; +} + +.e-tab.e-background .e-tab-header .e-hor-nav.e-nav-active .e-popup-up-icon { + color: #fff; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav .e-nav-arrow { + border: 0; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow { + border: 0; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:focus .e-nav-arrow:hover { + background: none; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-scroll-nav:hover .e-nav-arrow { + color: #fff; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav:focus .e-popup-down-icon:hover { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-up-icon:hover, +.e-tab.e-background .e-tab-header.e-vertical .e-hor-nav .e-popup-down-icon:hover { + background: inherit; + border-color: transparent; +} + +.e-tab.e-background.e-disable .e-tab-header .e-indicator { + background: rgba(255, 255, 255, 0.38); +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap { + color: rgba(255, 255, 255, 0.38); +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-icon { + color: rgba(255, 255, 255, 0.38); +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon { + color: rgba(255, 255, 255, 0.38); +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active { + opacity: 1; +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: #3f51b5; + color: rgba(255, 255, 255, 0.38); +} + +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-icon, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-disable .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: rgba(255, 255, 255, 0.38); +} + +.e-tab.e-background.e-accent .e-tab-header .e-indicator { + background: #e3165b; +} + +.e-tab.e-background.e-accent .e-tab-header.e-disable .e-indicator { + background: rgba(227, 22, 91, 0.38); +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus { + background: rgba(255, 255, 255, 0.12); +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-icon, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item .e-tab-wrap:focus .e-close-icon { + color: rgba(255, 255, 255, 0.7); +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus { + background: rgba(255, 255, 255, 0.12); +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-text, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active .e-tab-wrap:focus .e-tab-icon { + color: white; +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap { + background: rgba(63, 81, 181, 0); +} + +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-itop .e-tab-wrap:focus, +.e-tab.e-background.e-focused .e-tab-header .e-toolbar-item.e-active.e-ibottom .e-tab-wrap:focus { + background: rgba(255, 255, 255, 0.12); +} + +.e-tab.e-background.e-focused .e-tab-header .e-scroll-nav:focus .e-nav-arrow { + color: rgba(255, 255, 255, 0.87); +} + +.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-up-icon, +.e-tab.e-background.e-focused .e-tab-header .e-hor-nav:focus .e-popup-down-icon { + color: rgba(255, 255, 255, 0.87); +} + +.e-tab.e-rtl .e-tab-header .e-hscroll.e-rtl .e-scroll-nav { + border: 0; +} + +.e-tab .e-content { + background: inherit; +} + +.e-tab .e-content .e-item { + background: inherit; + color: #000; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +/*! TreeView's material theme wise override definitions and variables */ +.e-treeview .e-list-item div.e-icons.interaction { + -webkit-transition: -webkit-transform .3s ease-in-out; + border-radius: 15px; + transition: transform .3s ease-in-out; +} + +.e-treeview .e-list-item .e-icons.e-icon-collapsible { + transform: rotate(90deg); +} + +.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next { + transform: rotate(180deg); +} + +.e-treeview.e-rtl div.e-icons { + transform: rotate(180deg); +} + +/*! TreeView icons */ +.e-treeview .e-list-item div.e-icons::before { + content: '\e22f'; +} + +.e-treeview .e-sibling::before { + content: ''; +} + +.e-treeview .e-popup .e-icons::before { + content: '\e930'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-in::before { + content: '\e22c'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-out::before { + content: '\e22b'; +} + +.e-treeview.e-drag-item .e-icons.e-drop-next::before { + content: '\e22d'; +} + +.e-treeview.e-drag-item .e-icons.e-no-drop::before { + content: '\e22a'; +} + +@keyframes rotation { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} + +.e-bigger .e-treeview .e-fullrow, +.e-treeview.e-bigger .e-fullrow { + height: 40px; +} + +.e-bigger .e-treeview .e-list-text, +.e-treeview.e-bigger .e-list-text { + line-height: 38px; + min-height: 38px; + padding: 0 10px; +} + +.e-bigger .e-treeview .e-list-text .e-input-group, +.e-treeview.e-bigger .e-list-text .e-input-group { + height: 38px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper, +.e-treeview.e-bigger .e-checkbox-wrapper { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-icon, +.e-bigger .e-treeview .e-checkbox-wrapper + .e-list-img, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-bigger .e-checkbox-wrapper + .e-list-img { + margin: 0 0 0 16px; +} + +.e-bigger .e-treeview .e-list-icon, +.e-bigger .e-treeview .e-list-img, +.e-treeview.e-bigger .e-list-icon, +.e-treeview.e-bigger .e-list-img { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-list-icon + .e-list-icon, +.e-bigger .e-treeview .e-list-icon + .e-list-img, +.e-bigger .e-treeview .e-list-img + .e-list-icon, +.e-bigger .e-treeview .e-list-img + .e-list-img, +.e-treeview.e-bigger .e-list-icon + .e-list-icon, +.e-treeview.e-bigger .e-list-icon + .e-list-img, +.e-treeview.e-bigger .e-list-img + .e-list-icon, +.e-treeview.e-bigger .e-list-img + .e-list-img { + margin: 0 0 0 10px; +} + +.e-bigger .e-treeview .e-icon-collapsible::before, +.e-bigger .e-treeview .e-icon-expandable::before, +.e-treeview.e-bigger .e-icon-collapsible::before, +.e-treeview.e-bigger .e-icon-expandable::before { + padding: 6px; +} + +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper { + margin: 0 10px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-checkbox-wrapper + .e-list-img { + margin: 0 16px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-img { + margin: 0 10px 0 0; +} + +.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-icon + .e-list-img, +.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-icon, +.e-bigger .e-treeview.e-rtl .e-list-img + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-icon + .e-list-img, +.e-treeview.e-bigger.e-rtl .e-list-img + .e-list-icon, +.e-treeview.e-bigger.e-rtl .e-list-img + .e-list-img { + margin: 0 10px 0 0; +} + +.e-treeview { + display: block; + overflow: hidden; + position: relative; + white-space: nowrap; +} + +.e-treeview > .e-ul { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.e-treeview .e-ul { + margin: 0; + padding: 0 0 0 24px; +} + +.e-treeview li.e-node-collapsed .e-list-item .e-fullrow { + display: none; +} + +.e-treeview .e-list-item { + list-style: none; + padding: 2px 0; +} + +.e-treeview .e-list-item .e-ul { + margin: 2px 0 -2px; + padding: 0 0 0 24px; +} + +.e-treeview .e-list-item.e-disable > .e-text-content, +.e-treeview .e-list-item.e-disable > .e-fullrow { + -ms-touch-action: none; + filter: alpha(opacity=50); + opacity: .5; + pointer-events: none; + touch-action: none; +} + +.e-treeview .e-list-item .e-icons.e-icons-spinner::before { + content: none; +} + +.e-treeview .e-icons .e-spinner-pane { + position: relative; +} + +.e-treeview .e-text-content { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + cursor: pointer; + margin: 0; + padding: 0 0 0 24px; +} + +.e-treeview .e-fullrow { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + box-sizing: border-box; + cursor: pointer; + height: 32px; + left: 0; + overflow: hidden; + position: absolute; + width: 100%; +} + +.e-treeview .e-checkbox-wrapper { + margin: 0 0 0 5px; + pointer-events: all; + position: relative; +} + +.e-treeview .e-checkbox-wrapper + .e-list-icon, +.e-treeview .e-checkbox-wrapper + .e-list-img { + margin: 0 0 0 12px; +} + +.e-treeview .e-checkbox-wrapper + .e-list-text { + padding: 0 10px; +} + +.e-treeview .e-checkbox-wrapper .e-ripple-container { + bottom: -7px; + height: 32px; + left: -7px; + right: -7px; + top: -7px; + width: 32px; +} + +.e-treeview .e-list-text { + box-sizing: border-box; + display: inline-block; + line-height: 30px; + margin: 0; + min-height: 30px; + padding: 0 5px; + text-decoration: none; + vertical-align: middle; +} + +.e-treeview .e-list-text .e-input-group { + height: 30px; + margin-bottom: 0; + min-width: 150px; + vertical-align: bottom; +} + +.e-treeview .e-list-icon, +.e-treeview .e-list-img { + display: inline-block; + height: 18px; + margin: 0 0 0 5px; + vertical-align: middle; + width: 18px; +} + +.e-treeview .e-list-icon + .e-list-icon, +.e-treeview .e-list-icon + .e-list-img, +.e-treeview .e-list-img + .e-list-icon, +.e-treeview .e-list-img + .e-list-img { + margin: 0 0 0 10px; +} + +.e-treeview .e-list-icon + .e-list-text, +.e-treeview .e-list-img + .e-list-text { + padding: 0 10px; +} + +.e-treeview .e-icon-collapsible, +.e-treeview .e-icon-expandable { + display: inline-block; + height: 24px; + margin: 0 0 0 -24px; + vertical-align: middle; + width: 24px; +} + +.e-treeview .e-icon-collapsible::before, +.e-treeview .e-icon-expandable::before { + display: inline-block; + padding: 7px; +} + +.e-treeview .e-load { + animation: rotation .5s infinite linear; +} + +.e-treeview .e-sibling { + border-radius: 10px; + height: 6px; + margin-top: -5px; + position: absolute; + width: 6px; + z-index: 2; +} + +.e-treeview .e-text-content + .e-sibling { + margin-top: -1px; +} + +.e-treeview .e-sibling::before { + left: 6px; + top: 3px; + height: 1px; + position: absolute; + width: 144px; + z-index: 2; +} + +.e-treeview .e-popup { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + font-weight: normal; + position: absolute; + z-index: 99999; +} + +.e-treeview .e-popup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-treeview .e-popup .e-icons { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + line-height: 18px; + padding: 4px; + width: 26px; +} + +.e-treeview .e-popup .e-downtail::before, +.e-treeview .e-popup .e-downtail::after { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-treeview .e-popup .e-downtail::after { + bottom: -18px; +} + +.e-treeview.e-fullrow-wrap .e-text-content { + pointer-events: none; + position: relative; +} + +.e-treeview.e-fullrow-wrap .e-icon-collapsible, +.e-treeview.e-fullrow-wrap .e-icon-expandable, +.e-treeview.e-fullrow-wrap .e-input, +.e-treeview.e-fullrow-wrap .e-list-url { + pointer-events: auto; +} + +.e-treeview.e-drag-item { + overflow: visible; + z-index: 10000; +} + +.e-treeview.e-drag-item .e-text-content { + float: left; +} + +.e-treeview.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-drag-item .e-icon-expandable::before { + font-size: 12px; + padding: 6px; +} + +.e-treeview.e-drag-item .e-drop-count { + border: 1px solid; + border-radius: 15px; + box-sizing: content-box; + font-size: 13px; + line-height: normal; + min-width: 12px; + padding: 3px 5px 4px; + margin-left: -12px; + position: absolute; + text-align: center; + top: -10px; +} + +.e-treeview.e-dragging .e-text-content, +.e-treeview.e-dragging .e-fullrow { + cursor: default; +} + +.e-treeview.e-rtl .e-ul { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-list-item .e-ul { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-text-content { + padding: 0 24px 0 0; +} + +.e-treeview.e-rtl .e-checkbox-wrapper { + margin: 0 5px 0 0; +} + +.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-icon, +.e-treeview.e-rtl .e-checkbox-wrapper + .e-list-img { + margin: 0 12px 0 0; +} + +.e-treeview.e-rtl .e-list-icon, +.e-treeview.e-rtl .e-list-img { + margin: 0 5px 0 0; +} + +.e-treeview.e-rtl .e-list-icon + .e-list-icon, +.e-treeview.e-rtl .e-list-icon + .e-list-img, +.e-treeview.e-rtl .e-list-img + .e-list-icon, +.e-treeview.e-rtl .e-list-img + .e-list-img { + margin: 0 10px 0 0; +} + +.e-treeview.e-rtl .e-icon-collapsible, +.e-treeview.e-rtl .e-icon-expandable { + margin: 0 -24px 0 0; +} + +.e-treeview.e-rtl .e-sibling::before { + right: 6px; + top: 3px; +} + +.e-treeview.e-rtl.e-drag-item .e-text-content { + float: right; +} + +.e-treeview.e-rtl.e-drag-item .e-drop-count { + margin-right: -12px; +} + +.e-bigger .e-treeview .e-list-text, +.e-treeview.e-bigger .e-list-text { + font-size: 14px; +} + +.e-bigger .e-treeview .e-icon-collapsible::before, +.e-bigger .e-treeview .e-icon-expandable::before, +.e-treeview.e-bigger .e-icon-collapsible::before, +.e-treeview.e-bigger .e-icon-expandable::before { + font-size: 12px; +} + +.e-treeview { + -webkit-tap-highlight-color: transparent; +} + +.e-treeview .e-text-content, +.e-treeview .e-fullrow { + border-color: transparent; +} + +.e-treeview .e-list-text { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; +} + +.e-treeview .e-list-icon, +.e-treeview .e-list-img { + font-size: 18px; +} + +.e-treeview .e-icon-collapsible, +.e-treeview .e-icon-expandable { + color: rgba(0, 0, 0, 0.54); +} + +.e-treeview .e-icon-collapsible::before, +.e-treeview .e-icon-expandable::before { + font-size: 10px; +} + +.e-treeview .e-list-item.e-active, +.e-treeview .e-list-item.e-hover { + background: transparent; +} + +.e-treeview .e-list-item.e-hover > .e-text-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-treeview .e-list-item.e-hover > .e-text-content .e-list-text { + color: rgba(0, 0, 0, 0.87); +} + +.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-hover > .e-text-content .e-icon-expandable { + color: rgba(0, 0, 0, 0.54); +} + +.e-treeview .e-list-item.e-active > .e-text-content { + color: #e3165b; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-list-text { + color: #e3165b; +} + +.e-treeview .e-list-item.e-active > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-active > .e-text-content .e-icon-expandable { + color: rgba(0, 0, 0, 0.54); +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content { + color: #e3165b; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-list-text { + color: #e3165b; +} + +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-active.e-hover > .e-text-content .e-icon-expandable { + color: rgba(0, 0, 0, 0.54); +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-list-text, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-list-text { + color: rgba(0, 0, 0, 0.87); +} + +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-editing.e-active > .e-text-content .e-icon-expandable, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-collapsible, +.e-treeview .e-list-item.e-editing.e-hover > .e-text-content .e-icon-expandable { + color: rgba(0, 0, 0, 0.54); +} + +.e-treeview .e-list-item.e-hover > .e-fullrow { + background-color: #f5f5f5; + border-color: #f5f5f5; +} + +.e-treeview .e-list-item.e-active > .e-fullrow { + background-color: #eee; + border-color: #eee; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-fullrow { + background-color: transparent; + border-color: transparent; +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-treeview .e-list-item.e-active.e-animation-active > .e-text-content .e-list-text { + color: rgba(0, 0, 0, 0.87); +} + +.e-treeview .e-list-item.e-active.e-hover > .e-fullrow { + background-color: #e0e0e0; + border-color: #e0e0e0; +} + +.e-treeview .e-list-item.e-editing.e-active > .e-fullrow, +.e-treeview .e-list-item.e-editing.e-hover > .e-fullrow { + background-color: transparent; + border-color: transparent; +} + +.e-treeview .e-list-item.e-disable > .e-text-content, +.e-treeview .e-list-item.e-disable > .e-fullrow { + color: rgba(0, 0, 0, 0.54); +} + +.e-treeview .e-list-item.e-disable .e-icon-collapsible, +.e-treeview .e-list-item.e-disable .e-icon-expandable { + color: rgba(0, 0, 0, 0.87); +} + +.e-treeview .e-sibling { + background: #e3165b; +} + +.e-treeview .e-sibling::before { + background: rgba(0, 0, 0, 0.54); +} + +.e-treeview .e-popup .e-content { + background-color: #fff; + border-color: #eee; +} + +.e-treeview .e-popup.e-select .e-icons { + border-color: #eee; +} + +.e-treeview .e-popup .e-downtail::before { + border-top-color: #eee; +} + +.e-treeview .e-popup .e-downtail::after { + border-top-color: #fff; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-hover > .e-text-content { + background-color: #f5f5f5; + border-color: #f5f5f5; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active > .e-text-content { + background-color: #eee; + border-color: #eee; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-active.e-hover > .e-text-content { + background-color: #e0e0e0; + border-color: #e0e0e0; +} + +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-active > .e-text-content, +.e-treeview:not(.e-fullrow-wrap) .e-list-item.e-editing.e-hover > .e-text-content { + background-color: transparent; + border-color: transparent; +} + +.e-treeview.e-fullrow-wrap .e-text-content { + border-color: transparent; +} + +.e-treeview.e-drag-item { + background-color: #eee; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; +} + +.e-treeview.e-drag-item .e-icon-collapsible::before, +.e-treeview.e-drag-item .e-icon-expandable::before { + font-size: 12px; +} + +.e-treeview.e-drag-item .e-list-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-treeview.e-drag-item .e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-treeview.e-drag-item .e-drop-count { + background-color: #e3165b; + border-color: #fff; + color: #fff; +} + +.e-treeview.e-drag-item.e-rtl .e-sibling { + background: #e3165b; +} + +/*! Material theme definition's */ +/*! component's theme wise override definitions and variables */ +ejs-sidebar { + display: block; +} + +.e-sidebar { + -webkit-tap-highlight-color: transparent; + background: #fff; + height: 100%; + overflow: auto; + position: fixed; + top: 0; + transition: none; + vertical-align: middle; + visibility: hidden; + will-change: transform; +} + +.e-sidebar.e-right.e-open { + transform: translateX(0%); + transition: transform .5s ease; + visibility: visible; +} + +.e-sidebar.e-right.e-close { + box-shadow: none; + transform: translateX(100%); + transition: transform .5s ease, visibility 500ms; + visibility: hidden; +} + +.e-sidebar.e-left.e-open { + transform: translateX(0%); + transition: transform .5s ease; + visibility: visible; +} + +.e-sidebar.e-left.e-transition.e-close, .e-sidebar.e-right.e-transition.e-close { + transition: transform .5s ease, visibility 500ms; +} + +.e-sidebar.e-left.e-close { + box-shadow: none; + transform: translateX(-100%); + visibility: hidden; +} + +.e-sidebar.e-right.e-close { + box-shadow: none; + transform: translateX(100%); + transition: transform .5s ease, visibility 500ms; + visibility: hidden; +} + +.e-sidebar.e-right { + border-left: 1px solid rgba(0, 0, 0, 0.12); + left: auto; + right: 0; + top: 0; +} + +.e-sidebar.e-left { + border-right: 1px solid rgba(0, 0, 0, 0.12); + left: 0; + right: auto; + top: 0; +} + +.e-sidebar.e-left.e-close.e-dock { + transform: translateX(0%); + transition: width .5s ease, visibility 500ms; + visibility: visible; +} + +.e-sidebar.e-right.e-close.e-dock { + transform: translateX(0%); + transition: width .5s ease, visibility 500ms; + visibility: visible; +} + +.e-sidebar.e-left.e-open.e-disable-animation, .e-sidebar.e-right.e-open.e-disable-animation, .e-sidebar.e-right.e-close.e-disable-animation, .e-sidebar.e-left.e-close.e-disable-animation { + transition: none; +} + +.e-sidebar.e-visibility { + visibility: hidden; +} + +.e-sidebar.e-over { + box-shadow: 0 0 16px rgba(0, 0, 0, 0.18); +} + +.e-sidebar-absolute { + position: absolute; +} + +.e-sidebar-context { + overflow-x: hidden; + position: relative; +} + +.e-backdrop { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + top: 0; + width: auto; + z-index: 999; +} + +.e-content-animation { + transition: margin .5s ease, transform .5s ease; +} + +.e-content-animation.e-overlay { + box-sizing: border-box; + overflow: auto; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-disable-interaction { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-sidebar-overflow { + overflow-x: hidden !important; +} + +.e-sidebar-overlay { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-content-placeholder.e-sidebar.e-placeholder-sidebar { + left: 0; + position: fixed; + right: auto; + top: 0; + visibility: visible; +} + +/*! component's theme wise override definitions and variables */ +@keyframes hscroll-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*! component's theme wise override definitions and variables */ +@keyframes vscroll-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*! menu layout */ +.e-menu-wrapper ul.e-vertical .e-menu-item .e-caret::before { + content: '\e956'; +} + +.e-menu-wrapper ul .e-menu-item .e-caret::before { + content: '\e94d'; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret::before { + content: '\e956'; +} + +.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon::before { + content: '\e99a'; +} + +.e-menu-wrapper.e-hamburger.e-close-icon .e-menu-header .e-menu-icon::before { + content: '\eb36'; +} + +.e-menu-wrapper.e-hamburger .e-vertical .e-menu-item .e-caret::before, +.e-menu-wrapper.e-hamburger .e-menu-item .e-caret::before { + content: '\e94d'; +} + +.e-menu-wrapper.e-rtl.e-hamburger ul.e-ul .e-caret::before { + content: '\e94d'; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-left-arrow::before, +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-nav-right-arrow::before { + content: '\e956'; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-up-arrow::before, +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-nav-down-arrow::before { + content: '\e94d'; +} + +.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before { + content: '\e937'; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-caret::before { + content: '\e937'; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-ul .e-caret::before { + content: '\e94d'; +} + +/*! menu layout */ +.e-menu-wrapper { + border: none; + border-radius: 0; + display: inline-block; + line-height: 0; +} + +.e-menu-wrapper ul { + font-weight: normal; + list-style-image: none; + list-style-position: outside; + list-style-type: none; + margin: 0; + overflow: hidden; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + font-size: 13px; + padding: 0; + text-align: left; + white-space: nowrap; +} + +.e-menu-wrapper ul.e-ul, +.e-menu-wrapper ul.e-ul * { + box-sizing: border-box; +} + +.e-menu-wrapper ul.e-ul:focus, +.e-menu-wrapper ul.e-ul *:focus { + outline: none; +} + +.e-menu-wrapper ul.e-vertical { + min-width: 120px; +} + +.e-menu-wrapper ul.e-vertical .e-menu-item { + display: list-item; +} + +.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-left: 44px; +} + +.e-menu-wrapper ul.e-vertical .e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; +} + +.e-menu-wrapper ul.e-menu { + display: inline-block; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0; +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator { + border-right-style: solid; + border-right-width: 1px; + padding: 0; +} + +.e-menu-wrapper ul .e-menu-item { + cursor: pointer; + position: relative; + display: -ms-inline-flexbox; + display: inline-flex; + height: 42px; + line-height: 42px; + padding: 0 12px; + vertical-align: top; + white-space: nowrap; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-hide { + display: none; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-url { + text-decoration: none; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + display: inline-block; + vertical-align: middle; +} + +.e-menu-wrapper ul .e-menu-item.e-separator { + cursor: auto; + line-height: normal; + pointer-events: none; +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 14px; + height: auto; + line-height: 42px; + margin-right: 8px; + text-align: center; + width: 24px; +} + +.e-menu-wrapper ul .e-menu-item .e-caret { + font-size: 10px; + height: auto; + line-height: 42px; + position: absolute; + right: 12px; + width: auto; +} + +.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 30px; +} + +.e-menu-wrapper ul .e-menu-item.e-disabled { + cursor: auto; + opacity: 0.38; + pointer-events: none; +} + +.e-menu-wrapper .e-ul { + font-size: 14px; + padding: 8px 0; + min-width: 120px; +} + +.e-menu-wrapper .e-ul .e-menu-item { + height: 36px; + line-height: 36px; + padding: 0 16px; + display: list-item; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + font-size: 14px; + line-height: 36px; + margin-right: 10px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + line-height: 36px; + margin-left: 16px; + margin-right: 0; + position: absolute; + right: 8px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; + margin: 8px 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-blankicon { + padding-left: 40px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-caret { + font-size: 11px; +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-icon { + width: auto; +} + +.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-icon { + float: right; +} + +.e-menu-wrapper.e-menu-icon-right .e-menu-header .e-menu-title { + padding: 0 16px; +} + +.e-menu-wrapper .e-menu-header { + display: none; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + font-weight: normal; + height: 42px; + line-height: 42px; + text-align: left; + white-space: nowrap; +} + +.e-menu-wrapper .e-menu-header .e-menu-title, +.e-menu-wrapper .e-menu-header .e-menu-icon { + display: inline-block; + line-height: inherit; +} + +.e-menu-wrapper .e-menu-header .e-menu-icon { + cursor: pointer; + float: left; + outline: none; + padding: 0 16px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) { + padding: 0 30px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav { + width: 30px; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:focus, .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav:hover { + border: 0; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-right-nav { + border-left: none; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav.e-scroll-left-nav { + border-right: none; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-hscroll-bar { + overflow-y: hidden; +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow { + font-size: 10px; +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-left-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper .e-scroll-nav .e-nav-arrow.e-nav-up-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-left-arrow { + transform: rotate(0deg); +} + +.e-menu-wrapper.e-rtl .e-scroll-nav .e-nav-arrow.e-nav-right-arrow { + transform: rotate(180deg); +} + +.e-menu-wrapper.e-popup.e-menu-popup { + border: none; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + overflow: hidden; + position: absolute; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) { + padding: 16px 0; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav { + transform: none; + width: 100%; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll.e-scroll-device .e-scroll-nav.e-scroll-down-nav .e-nav-down-arrow { + transform: none; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar { + height: 100%; + width: inherit; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-vscroll-bar .e-vscroll-content { + width: inherit; +} + +.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav { + height: 16px; +} + +.e-menu-wrapper.e-scrollable { + display: block; +} + +.e-menu-wrapper.e-scrollable .e-menu { + display: block; + overflow: auto; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item { + text-align: right; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + float: right; + margin-right: 0; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + margin-left: 0; + right: auto; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 8px; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + left: 12px; +} + +.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-left: 30px; + padding-right: 12px; +} + +.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-right: 44px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-left: 10px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + left: 8px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 16px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 16px; + padding-right: 40px; +} + +.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-bigger .e-menu-wrapper ul, +.e-bigger.e-menu-wrapper ul { + font-size: 14px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-menu-wrapper ul .e-menu-item { + height: 56px; + line-height: 56px; + padding: 0 16px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 56px; + margin-right: 10px; + width: 24px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul .e-menu-item .e-caret { + font-size: 12px; + line-height: 56px; + right: 16px; +} + +.e-bigger .e-menu-wrapper ul .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul .e-menu-item.e-separator { + padding: 0; +} + +.e-bigger .e-menu-wrapper ul.e-menu:not(.e-vertical), +.e-bigger.e-menu-wrapper ul.e-menu:not(.e-vertical) { + padding: 0; +} + +.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper ul.e-menu.e-vertical .e-menu-item.e-blankicon { + padding-left: 50px; +} + +.e-bigger .e-menu-wrapper ul.e-ul, +.e-bigger.e-menu-wrapper ul.e-ul { + font-size: 15px; + padding: 8px 0; + white-space: nowrap; + max-width: 280px; + min-width: 112px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item { + height: 48px; + line-height: 48px; + padding: 0 16px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + font-size: 16px; + line-height: 48px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + line-height: 48px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-separator, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-separator { + height: auto; + line-height: normal; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 42px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + font-size: 12px; + right: 8px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-right: 36px; +} + +.e-bigger .e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-right: 10px; + width: auto; +} + +.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device), +.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) { + padding: 0 36px; +} + +.e-bigger .e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav, +.e-bigger.e-menu-wrapper .e-menu-hscroll.e-hscroll:not(.e-scroll-device) .e-scroll-nav { + width: 36px; +} + +.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device), +.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll:not(.e-scroll-device) { + padding: 24px 0; +} + +.e-bigger .e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav, +.e-bigger.e-menu-wrapper .e-menu-vscroll.e-vscroll .e-scroll-nav { + height: 24px; +} + +.e-bigger .e-menu-wrapper.e-menu-popup, +.e-bigger.e-menu-wrapper.e-menu-popup { + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-bigger .e-menu-wrapper .e-scroll-nav .e-icons, +.e-bigger.e-menu-wrapper .e-scroll-nav .e-icons { + font-size: 12px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item { + text-align: right; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 10px; + margin-right: 0; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item .e-caret { + left: 16px; + margin-left: 0; + right: auto; +} + +.e-bigger .e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 16px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-vertical .e-menu-item.e-blankicon { + padding-right: 50px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-menu-icon { + margin-left: 10px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item .e-caret { + left: 8px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-menu-caret-icon { + padding-left: 36px; + padding-right: 16px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon { + padding-left: 16px; + padding-right: 42px; +} + +.e-bigger .e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper ul.e-ul .e-menu-item.e-blankicon.e-menu-caret-icon { + padding-left: 36px; +} + +.e-menu-wrapper.e-hamburger { + border: 0; + display: block; + position: relative; +} + +.e-menu-wrapper.e-hamburger .e-menu-header:not(.e-vertical) { + border: none; + display: block; +} + +.e-menu-wrapper.e-hamburger .e-popup.e-menu-popup { + border: 0; + border-radius: 0; + box-shadow: none; + display: block; + position: relative; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul.e-menu { + border: none; + overflow-y: auto; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul.e-menu.e-menu-parent.e-hide-menu { + display: none; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + text-indent: 12px; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 34px; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon { + display: inline; + text-indent: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret { + transition: transform .3s ease-in-out; + text-indent: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-selected > .e-caret { + transform: rotate(-180deg); +} + +.e-menu-wrapper.e-hamburger ul.e-menu:not(.e-vertical) { + border-top: 0; + display: block; + padding: 0; + position: absolute; +} + +.e-menu-wrapper.e-hamburger ul.e-ul { + font-size: 13px; + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item { + line-height: 42px; + text-indent: inherit; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item.e-blankicon { + padding: 0; + text-indent: inherit; +} + +.e-menu-wrapper.e-hamburger ul.e-ul .e-menu-item .e-caret { + font-size: 10px; + right: 12px; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item { + display: list-item; + height: auto; + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-menu-caret-icon { + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-url { + display: inline-block; + min-width: 120px; + text-indent: 0; + width: 100%; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-blankicon { + padding: 0; +} + +.e-menu-wrapper.e-hamburger ul .e-menu-item.e-separator { + border-bottom-style: solid; + border-bottom-width: 1px; + height: auto; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-caret-icon { + padding-left: 0; + padding-right: 0; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-menu-icon { + margin-left: 0; + text-indent: inherit; +} + +.e-rtl.e-menu-wrapper.e-hamburger ul .e-menu-item .e-caret { + left: 12px; + right: auto; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul, +.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul { + max-width: 100%; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul .e-ul .e-menu-item { + height: auto; + line-height: 56px; + padding: 0; +} + +.e-bigger .e-menu-wrapper.e-hamburger .e-menu-header, +.e-bigger.e-menu-wrapper.e-hamburger .e-menu-header { + font-size: 16px; + height: 56px; + line-height: 56px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + text-indent: 16px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 42px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul { + font-size: 14px; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item { + text-indent: inherit; +} + +.e-bigger .e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret, +.e-bigger.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item .e-caret { + font-size: 12px; + right: 16px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item { + padding: 0; + text-indent: 16px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-blankicon { + text-indent: 42px; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-menu-icon { + margin-left: 0; + text-indent: inherit; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item.e-menu-caret-icon { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-menu-item .e-caret { + left: 12px; + right: auto; +} + +.e-bigger .e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item, +.e-bigger.e-rtl.e-menu-wrapper.e-hamburger ul.e-menu .e-ul .e-menu-item { + text-indent: inherit; +} + +/*! menu theme */ +.e-menu-wrapper { + background-color: #fafafa; +} + +.e-menu-wrapper ul { + background-color: inherit; + color: rgba(0, 0, 0, 0.87); +} + +.e-menu-wrapper ul.e-menu:not(.e-vertical) .e-separator { + border-right-color: rgba(0, 0, 0, 0.12); +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: rgba(0, 0, 0, 0.12); +} + +.e-menu-wrapper ul .e-menu-item .e-caret { + color: rgba(0, 0, 0, 0.54); +} + +.e-menu-wrapper ul .e-menu-item .e-menu-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-menu-wrapper ul .e-menu-item.e-menu-header { + border-bottom-color: rgba(0, 0, 0, 0.12); +} + +.e-menu-wrapper ul .e-menu-item .e-menu-url { + color: rgba(0, 0, 0, 0.87); +} + +.e-menu-wrapper ul .e-menu-item.e-focused { + color: none; + outline: 0 solid rgba(0, 0, 0, 0.12); + outline-offset: 0; + background-color: #eee; +} + +.e-menu-wrapper ul .e-menu-item.e-focused .e-caret { + color: rgba(0, 0, 0, 0.54); +} + +.e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-menu-wrapper ul .e-menu-item.e-selected { + color: rgba(0, 0, 0, 0.87); + outline: 0 solid #e0e0e0; + outline-offset: 0; + background-color: #e0e0e0; +} + +.e-menu-wrapper ul .e-menu-item.e-selected .e-caret { + color: none; +} + +.e-menu-wrapper ul .e-menu-item.e-selected .e-menu-icon { + color: none; +} + +.e-menu-wrapper ul .e-menu-item.e-separator { + border-bottom-color: rgba(0, 0, 0, 0.12); +} + +.e-menu-wrapper ul .e-disabled { + color: rgba(0, 0, 0, 0.38); + opacity: 1; +} + +.e-menu-wrapper ul .e-disabled .e-menu-icon { + color: rgba(0, 0, 0, 0.38); +} + +.e-menu-wrapper ul .e-disabled .e-caret { + color: rgba(0, 0, 0, 0.38); +} + +.e-menu-wrapper ul .e-disabled .e-menu-url { + color: rgba(0, 0, 0, 0.38); +} + +.e-menu-wrapper .e-ul { + background-color: inherit; + color: rgba(0, 0, 0, 0.87); +} + +.e-menu-wrapper .e-ul .e-menu-item .e-menu-url { + color: rgba(0, 0, 0, 0.87); +} + +.e-menu-wrapper .e-ul .e-menu-item.e-focused { + background-color: #eee; + color: rgba(0, 0, 0, 0.87); + outline: 0 solid rgba(0, 0, 0, 0.12); + outline-offset: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-selected { + background-color: #eee; + color: rgba(0, 0, 0, 0.87); + outline: 0 solid #eee; + outline-offset: 0; +} + +.e-menu-wrapper .e-ul .e-menu-item.e-separator { + border-bottom-color: rgba(0, 0, 0, 0.12); +} + +.e-menu-wrapper.e-menu-popup { + background-color: #fff; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav { + background: #fafafa; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav .e-nav-arrow.e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:hover { + background: #eee; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:focus { + background: #eee; +} + +.e-menu-wrapper .e-menu-hscroll.e-hscroll .e-scroll-nav:active { + background: #eee; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav { + background: #fff; + border-color: rgba(0, 0, 0, 0.12); +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav .e-icons { + color: rgba(0, 0, 0, 0.87); +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:hover, .e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:focus { + background: #eee; +} + +.e-menu-wrapper.e-menu-popup .e-menu-vscroll.e-vscroll .e-scroll-nav:active { + background: #eee; +} + +.e-menu-wrapper.e-hamburger .e-menu-header { + color: rgba(0, 0, 0, 0.87); +} + +.e-menu-wrapper.e-hamburger .e-menu-header .e-menu-icon { + color: rgba(0, 0, 0, 0.87); +} + +.e-menu-wrapper.e-hamburger ul { + color: rgba(0, 0, 0, 0.87); +} + +.e-icons { + font-family: 'e-icons'; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +.e-diagram-menu .e-bringforward::before { + content: '\e574'; +} + +.e-diagram-menu .e-bringfront::before { + content: '\e575'; +} + +.e-diagram-menu .e-sendback::before { + content: '\e576'; +} + +.e-diagram-menu .e-sendbackward::before { + content: '\e577'; +} + +.e-diagram-menu .e-delete::before { + content: '\e578'; +} + +.e-diagram-menu .e-ungroup::before { + content: '\e579'; +} + +.e-diagram-menu .e-group::before { + content: '\e57a'; +} + +.e-diagram-menu .e-undo::before { + content: '\e57c'; +} + +.e-diagram-menu .e-cut::before { + content: '\e57d'; +} + +.e-diagram-menu .e-save::before { + content: '\e57e'; +} + +.e-diagram-menu .e-paste::before { + content: '\e57f'; +} + +.e-diagram-menu .e-copy::before { + content: '\e580'; +} + +.e-diagram-menu .e-redo::before { + content: '\e581'; +} + +.e-diagram-menu .e-zoomin::before { + content: '\e582'; +} + +.e-diagram-menu .e-italic::before { + content: '\e583'; +} + +.e-diagram-menu .e-close::before { + content: '\e584'; +} + +.e-diagram-menu .e-pan::before { + content: '\e585'; +} + +.e-diagram-menu .e-bold::before { + content: '\e586'; +} + +.e-diagram-menu .e-underline::before { + content: '\e587'; +} + +.e-diagram-menu .e-zoomout::before { + content: '\e588'; +} + +.e-diagram-menu .e-export::before { + content: '\e589'; +} + +.e-diagram-menu .e-print::before { + content: '\e58a'; +} + +.e-diagram-menu .e-order::before { + content: '\e58b'; +} + +.e-symbolpalette .e-clear-searchtext::before { + content: '\e58c'; +} + +.e-icons { + font-family: 'e-icons'; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +.e-diagram-menu .e-bringforward::before { + content: '\e5a1'; +} + +.e-diagram-menu .e-bringfront::before { + content: '\e5a2'; +} + +.e-diagram-menu .e-sendback::before { + content: '\e5a3'; +} + +.e-diagram-menu .e-sendbackward::before { + content: '\e5a4'; +} + +.e-diagram-menu .e-delete::before { + content: '\e94a'; +} + +.e-diagram-menu .e-ungroup::before { + content: '\e5a6'; +} + +.e-diagram-menu .e-group::before { + content: '\e5a7'; +} + +.e-diagram-menu .e-undo::before { + content: '\e341'; +} + +.e-diagram-menu .e-cut::before { + content: '\e33b'; +} + +.e-diagram-menu .e-save::before { + content: '\e735'; +} + +.e-diagram-menu .e-paste::before { + content: '\e355'; +} + +.e-diagram-menu .e-copy::before { + content: '\e33d'; +} + +.e-diagram-menu .e-redo::before { + content: '\e354'; +} + +.e-diagram-menu .e-zoomin::before { + content: '\e349'; +} + +.e-diagram-menu .e-italic::before { + content: '\e35a'; +} + +.e-diagram-menu .e-close::before { + content: '\ec0f'; +} + +.e-diagram-menu .e-pan::before { + content: '\ec1a'; +} + +.e-diagram-menu .e-bold::before { + content: '\e339'; +} + +.e-diagram-menu .e-underline::before { + content: '\e343'; +} + +.e-diagram-menu .e-zoomout::before { + content: '\e351'; +} + +.e-diagram-menu .e-export::before { + content: '\e711'; +} + +.e-diagram-menu .e-print::before { + content: '\e34b'; +} + +.e-diagram-menu .e-order::before { + content: '\e4a4'; +} + +.e-symbolpalette .e-clear-searchtext::before { + content: '\ec0f'; +} + +.e-diagram { + background-color: transparent; + display: block; +} + +.e-symbolpalette { + display: block; +} + +.e-overview { + display: block; +} + +.e-content-placeholder.e-diagram.e-placeholder-diagram { + background-size: 100% 100%; + max-height: 500px; + max-width: 500px; +} + +.e-content-placeholder.e-symbolpalette.e-placeholder-symbolpalette { + background-size: 100% 100%; + max-height: 200px; + max-width: 200px; +} + +.e-diagram-endpoint-handle { + fill: #e3165b; + stroke: #fff; +} + +.e-diagram-endpoint-handle.e-disabled { + fill: #9e9e9e; + opacity: 1; + stroke: #fff; +} + +.e-diagram-endpoint-handle.e-connected { + fill: #fff; + stroke: #e3165b; +} + +.e-diagram-bezier-handle { + fill: #e3165b; + stroke: #fff; +} + +.e-diagram-bezier-line { + stroke: #e3165b; +} + +.e-diagram-resize-handle { + fill: #e3165b; + stroke: #fff; +} + +.e-diagram-resize-handle.e-disabled { + fill: #9e9e9e; + opacity: 1; + stroke: #fff; +} + +.e-diagram-rotate-handle { + fill: #000; + stroke: #fff; +} + +.e-diagram-border { + stroke: #e3165b; +} + +.e-diagram-border.e-disabled { + opacity: 1; + stroke: #bdbdbd; +} + +.e-diagram-border.e-thick-border { + stroke: #e3165b; + stroke-width: 2; +} + +.e-diagram-border.e-thick-border.e-diagram-lane { + stroke: #0078ff; + stroke-width: 2; +} + +.e-diagram-highlighter { + stroke: #e3165b; + stroke-width: 2; +} + +.e-diagram-selected-region { + stroke: #3f51b5; +} + +.e-diagram-pivot-line { + stroke: #e3165b; +} + +.e-symbolpalette .e-symbol-hover:hover { + background: #eee; +} + +.e-symbolpalette .e-symbol-selected { + background: #e0e0e0; +} + +.e-diagram-tooltip { + pointer-events: none; +} + +.e-diagram .e-ruler { + background-color: #fff; + color: #757575; + font-size: 10px; +} + +.e-diagram .e-ruler-overlap { + background-color: #fff; +} + +.e-diagram .e-d-ruler-marker { + stroke: #e3165b; +} + +.e-diagram .e-diagram-text-edit { + background: #fff; + border-color: #e3165b; + border-style: dashed; + border-width: 1px; + box-sizing: content-box; + color: #000; + min-width: 50px; +} + +.e-diagram-text-edit::selection { + background: #e3165b; + color: #fff; +} + +.e-ruler-tick-label { + fill: #616161; +} + +.e-ruler-tick { + stroke: #757575; +} + +.e-menu-item e-blankicon { + padding-left: 28px; +} + +.e-diagram-rotate { + cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsSAAALEgHS3X78AAAA60lEQVQ4jZ1SwQ2DMBAzlfLJI2KEjJAVukG7ARsxQkfoKHQDugHdgOoqh14oCaGWIpSTudzZRg2MdYOxrq0il2Csm411o7Eu5GinTN0D6AGMAGZVux9p1LGBrHIF0LD+4l3ql70thDABSFZYaeTJ6UqNWhL3ELhyyhUR98TcwI06Lk1aNonO1NocqGWy/6zOcGCq6OjiSCw22/wUfEzL8ND2P9duFXBmHMDvWVN7CliFkkGe69VM5RmVLDqG7ZMPOroWP5BTle5WjR6dkQayutyLqU6gsiU/ypHMiI41yf+CE01qov+R0egXAN5x6jng51I3yAAAAABJRU5ErkJggg==), auto !important; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +.e-multiselect.e-input-group .e-ddl-icon::before { + content: '\e969'; + font-family: 'e-icons'; +} + +.e-multi-select-wrapper .e-chips .e-chips-close::before { + content: '\e7e9'; + cursor: pointer; + left: 0; + position: relative; + top: 0; +} + +.e-multi-select-wrapper .e-close-hooker::before { + content: '\e7a7'; + cursor: pointer; + left: 6px; + position: relative; + top: 6px; +} + +.e-multiselect.e-input-group .e-ddl-disable-icon::before { + content: ''; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + height: 38px; + margin-top: -19px; + right: 18px; + top: 50%; + width: 16px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker { + right: 52px; +} + +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + height: 38px; + margin-top: -19px; + right: 12px; + top: 50%; + width: 18px; +} + +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker, +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker { + right: 48px; +} + +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + height: 54px; + margin-top: -27px; + right: 16px; + top: 50%; + width: 20px; +} + +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker { + right: 60px; +} + +.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + height: 34px; + margin-top: -17px; + right: 16px; + top: 50%; + width: 14px; +} + +.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker, +.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker { + right: 48px; +} + +.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + left: 52px; + right: auto; +} + +.e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + left: 48px; + right: auto; +} + +.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + left: 60px; + right: auto; +} + +.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, +.e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + left: 48px; + right: auto; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before { + content: '\e208'; + font-size: 16px; + height: 16px; + margin-top: -8px; + top: 50%; +} + +.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before, +.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before { + content: '\e208'; + font-size: 14px; + height: 14px; + margin-top: -7px; + top: 50%; +} + +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before { + content: '\e208'; + font-size: 20px; + height: 20px; + left: 0; + margin-top: -10px; + top: 50%; +} + +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before, +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-close-hooker::before { + content: '\e208'; + font-size: 18px; + height: 18px; + left: 0; + margin-top: -9px; + top: 50%; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 14px; +} + +.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before, +.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 13px; +} + +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before, +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 16px; +} + +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before, +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 14px; +} + +.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon { + margin: 7px 12px 9px 0; +} + +.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon { + margin: 10px 16px 10px 0; +} + +.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon { + margin: 6px 10px 8px 0; +} + +.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon { + margin: 6px 12px 8px 0; +} + +.e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl .e-multiselect.e-outline.e-input-group.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon { + margin: 7px 0 9px 12px; +} + +.e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger.e-rtl .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon { + margin: 10px 0 10px 16px; +} + +.e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon { + margin: 6px 0 8px 10px; +} + +.e-rtl.e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger.e-small .e-rtl.e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-small.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-bigger .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-small .e-rtl.e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl .e-multiselect.e-input-group.e-outline.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-bigger.e-small .e-multiselect.e-input-group.e-outline .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-small.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-bigger .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-small .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon, +.e-rtl.e-small .e-multiselect.e-input-group.e-outline.e-control-wrapper.e-bigger .e-multi-select-wrapper .e-input-group-icon.e-ddl-icon { + margin: 6px 0 8px 12px; +} + +.e-multi-select-wrapper { + box-sizing: border-box; + cursor: text; + line-height: normal; + min-height: 30px; + padding: 0 32px 0 0; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher { + height: 27px; + vertical-align: middle; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase { + height: 100%; + min-height: 100%; +} + +.e-multi-select-wrapper .e-delim-view { + white-space: nowrap; +} + +.e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total { + box-sizing: border-box; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + color: #fff; + font-size: 16px; + left: 12px; + top: 0; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + background-color: #3f51b5; + color: #fff; + padding: 12px 4px 11px 0; +} + +.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) { + width: 0; +} + +.e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type='text'] { + height: 1px; + min-height: 1px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent { + max-width: 100%; +} + +.e-multiselect.e-input-group, +.e-multiselect.e-float-input { + word-wrap: initial; +} + +.e-bigger .e-multi-select-wrapper { + min-height: 36px; +} + +.e-multi-select-wrapper.e-close-icon-hide { + padding-right: 0; +} + +.e-multi-select-wrapper .e-chips-collection { + cursor: default; + display: block; +} + +.e-multi-select-wrapper .e-multi-hidden { + border: 0; + height: 0; + position: absolute; + visibility: hidden; + width: 0; +} + +.e-multi-select-wrapper .e-chips { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + margin: 0 8px 6px 0; + max-width: 100%; + overflow: hidden; + padding: 0 4px 0 8px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-bigger .e-multi-select-wrapper .e-chips { + margin: 0 8px 6px 0; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent { + max-width: 100%; + overflow: hidden; + padding: 0 4px 0 0; + text-indent: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-multi-select-wrapper.e-delimiter .e-searcher { + display: inline-block; + float: none; +} + +.e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent, +.e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 8px 4px 8px 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent, +.e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 8px 0 8px 4px; +} + +.e-multi-select-wrapper .e-chips-close { + -ms-flex-item-align: center; + align-self: center; + display: -ms-flexbox; + display: flex; + float: right; + font-family: 'e-icons'; + height: 16px; + margin: 0 0 0; + width: 16px; +} + +.e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close { + margin: 3px 0 0; +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker { + cursor: default; + font-size: 10px; + height: 24px; + margin-top: -2.5em; + position: absolute; + right: 5px; + top: 100%; + width: 24px; +} + +.e-multiselect .e-down-icon .e-chips-close.e-close-hooker { + right: 22px; +} + +.e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -3em; +} + +.e-multi-select-wrapper input[type='text'] { + background: none; + border: 0; + font-family: inherit; + font-size: 13px; + font-weight: 400; + height: 28px; + min-height: 28px; + outline: none; + padding: 0; + text-indent: 0; +} + +.e-bigger .e-multi-select-wrapper input[type='text'], +.e-multi-select-wrapper.e-mob-wrapper input[type='text'] { + height: 28px; + min-height: 28px; +} + +.e-bigger .e-multi-select-wrapper input[type='text'] { + height: 34px; + min-height: 34px; +} + +.e-multi-select-wrapper input[type='text']::-ms-clear { + display: none; +} + +.e-multi-select-wrapper .e-searcher { + display: block; + float: left; + width: auto; +} + +.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 32px); +} + +.e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 38px); +} + +.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 30px); +} + +.e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 32px); +} + +.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 32px); +} + +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 38px); +} + +.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 30px); +} + +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { + width: calc(100% - 32px); +} + +.e-multi-select-wrapper .e-delim-values { + font-family: inherit; + font-size: 14px; + line-height: 28px; + max-width: 100%; + padding-left: 0; + padding-right: 6px; + vertical-align: middle; +} + +.e-bigger .e-multi-select-wrapper .e-delim-values { + line-height: 34px; +} + +.e-multi-select-list-wrapper .e-hide-listitem { + display: none; +} + +.e-multi-select-wrapper .e-delim-values .e-remain { + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + display: inline-block; + font-size: 13px; + padding-left: 16px; +} + +.e-multiselect.e-disabled .e-multi-select-wrapper, +.e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before { + cursor: not-allowed; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + height: 40px; + left: 0; + margin: 0 0 0 0; + margin-left: auto; + position: relative; + top: 0; + width: 40px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + -ms-flex-item-align: center; + align-self: center; + box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.21); + display: -ms-inline-flexbox; + display: inline-flex; + padding: 0 0 0 16px; + width: 92%; +} + +.e-multi-select-wrapper .e-ddl-disable-icon::before { + content: ''; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher { + float: none; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide { + padding-left: 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper { + padding: 0 2px 0 32px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + left: -12px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + margin: 0; + margin-right: auto; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher { + float: right; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips { + float: right; + margin: 0 0 8px 8px; + padding: 0 8px 0 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent { + padding: 5px 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close { + float: left; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before { + left: 0; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip { + padding: 0 4px 0 8px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent { + padding: 8px 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + padding: 0 8px 0 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + padding: 12px 4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker { + left: 22px; + position: absolute; + right: auto; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before { + left: -4px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain { + padding-right: 16px; +} + +.e-multiselect.e-rtl .e-down-icon .e-chips-close.e-icon.e-close-hooker { + left: 19px; +} + +.e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before { + left: -7px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper { + padding-left: 14px; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { + padding-right: 25px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { + padding-right: 25px; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 12px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-mulltiselect-group .e-list-group-item .e-checkbox-wrapper { + bottom: 1px; + margin-right: 12px; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item { + padding-right: 0; +} + +.e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item { + padding-right: 0; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { + padding-left: 16px; +} + +.e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper { + padding-left: 14px; +} + +.e-multi-select-list-wrapper .e-selectall-parent { + cursor: pointer; + display: block; + line-height: 36px; + overflow: hidden; + position: relative; + text-indent: 17px; + white-space: nowrap; + width: 100%; +} + +.e-multi-select-list-wrapper .e-selectall-parent .e-all-text { + color: rgba(0, 0, 0, 0.87); + font-family: inherit; + font-size: 14px; +} + +.e-bigger .e-multi-select-list-wrapper .e-selectall-parent { + font-size: 13px; + line-height: 48px; + text-indent: 17px; +} + +.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { + bottom: 1px; + margin-right: 10px; + position: relative; + text-indent: 0; + vertical-align: middle; +} + +.e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { + bottom: 1px; + margin-right: 12px; +} + +.e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper { + margin-left: 12px; + margin-right: 0; +} + +.e-multiselect .e-input-group-icon.e-ddl-icon { + float: right; + margin-top: 6px; +} + +.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon { + float: left; +} + +.e-multiselect .e-ddl-icon::before { + transform: rotate(0deg); + transition: transform 300ms ease; +} + +.e-multiselect.e-icon-anim .e-ddl-icon::before { + transform: rotate(180deg); + transition: transform 300ms ease; +} + +.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-multiselect .e-multi-select-wrapper.e-down-icon { + padding: 0; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter, +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter { + padding: 8px; +} + +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrappe .e-filter-parent .e-input-filter, +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus { + padding: 4px 0; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon, +.e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-clear-icon { + padding-left: 8px; + padding-right: 8px; +} + +.e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon { + padding: 0 8px; +} + +.e-bigger .e-checkbox .e-multi-select-wrapper .e-delim-values { + line-height: 34px; +} + +.e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain { + line-height: 20px; + padding-left: 10px; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame, +.e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame { + opacity: .3; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-disable, +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable { + opacity: .7; +} + +.e-multi-select-wrapper input[readonly='true'] { + pointer-events: none; +} + +.e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher { + pointer-events: none; +} + +ejs-multiselect { + display: block; +} + +.e-small .e-multi-select-list-wrapper .e-selectall-parent { + line-height: 26px; +} + +.e-small .e-multi-select-wrapper .e-chips-close { + height: 14px; + width: 14px; +} + +.e-small .e-multi-select-wrapper { + min-height: 24px; +} + +.e-small .e-multi-select-wrapper input[type='text'] { + height: 26px; + min-height: 26px; +} + +.e-small .e-multi-select-wrapper .e-delim-values { + font-size: 12px; + line-height: 28px; +} + +.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -2.5em; +} + +.e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent { + line-height: 40px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips-close { + height: 16px; + width: 16px; +} + +.e-bigger.e-small .e-multi-select-wrapper { + min-height: 28px; +} + +.e-bigger.e-small .e-multi-select-wrapper input[type='text'] { + height: 30px; + min-height: 30px; +} + +.e-small.e-bigger .e-multi-select-wrapper .e-delim-values { + font-size: 13px; + line-height: 30px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker { + margin-top: -2.5em; + right: 5px; +} + +.e-content-placeholder.e-multiselect.e-placeholder-multiselect { + background-size: 300px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect, +.e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect { + background-size: 300px 40px; + min-height: 40px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] { + font-size: inherit; + min-height: 34px; + padding: 8px 12px 9px; +} + +.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] { + padding: 8px 12px 9px; +} + +.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'], +.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] { + font-size: inherit; + min-height: 30px; + padding: 7px 10px; +} + +.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'], +.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] { + padding: 7px 10px; +} + +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'], +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'], +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'], +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] { + font-size: inherit; + min-height: 34px; + padding: 8px 12px 9px; +} + +.e-bigger.e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'], +.e-bigger.e-small .e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'], +.e-bigger .e-small.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'], +.e-small .e-bigger.e-multiselect.e-outline.e-input-focus .e-multi-select-wrapper input[type='text'] { + padding: 8px 12px 9px; +} + +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper input[type='text'], +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper input[type='text'] { + font-size: inherit; + min-height: 40px; +} + +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper, +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper { + min-height: 40px; + padding: 7px 42px 7px 0; +} + +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper { + min-height: 34px; + padding: 3px 38px 1px 0; +} + +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper, +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper { + min-height: 34px; + padding: 3px 38px 1px 0; +} + +.e-small .e-multiselect.e-outline .e-multi-select-wrapper, +.e-small.e-multiselect.e-outline .e-multi-select-wrapper { + min-height: 30px; + padding: 3px 38px 1px 0; +} + +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper { + min-height: 34px; + padding: 3px 38px 1px 0; +} + +.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper { + min-height: 34px; + padding: 3px 38px 1px 0; +} + +.e-multiselect.e-outline .e-multi-select-wrapper { + min-height: 34px; + padding: 3px 38px 1px 0; +} + +.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-bigger .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon { + padding-right: 0; +} + +.e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl .e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl.e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-bigger .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl .e-bigger.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl.e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-small .e-rtl.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl .e-small.e-outline.e-multiselect.e-checkbox .e-multi-select-wrapper, +.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl.e-bigger .e-small.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper, +.e-rtl.e-small .e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper, +.e-rtl .e-bigger .e-small.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper, +.e-rtl .e-small .e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper, +.e-rtl.e-small.e-bigger .e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper, +.e-rtl.e-small.e-bigger.e-multiselect.e-outline.e-checkbox .e-multi-select-wrapper, +.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon, +.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon { + padding-left: 0; +} + +.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper { + padding: 3px 0 1px 38px; +} + +.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper, +.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper { + padding: 7px 0 7px 42px; +} + +.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide { + padding-left: 0; +} + +.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-small.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-small.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide, +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-close-icon-hide { + padding-right: 0; +} + +.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher { + height: 34px; +} + +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher { + height: 40px; +} + +.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher, +.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher { + height: 30px; +} + +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher, +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper.e-delimiter .e-searcher { + height: 34px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values { + font-size: 14px; + line-height: 34px; + padding: 0 0 0 12px; +} + +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values { + font-size: 16px; + line-height: 40px; + padding: 0 0 0 16px; +} + +.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values { + font-size: 13px; + line-height: 30px; + padding: 0 0 0 8px; +} + +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values { + font-size: 14px; + line-height: 34px; + padding: 0 0 0 12px; +} + +.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values { + padding: 0 12px 0 0; +} + +.e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-bigger .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-bigger .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl .e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values { + padding: 0 16px 0 0; +} + +.e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-small .e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl .e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values { + padding: 0 8px 0 0; +} + +.e-rtl.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl .e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-bigger.e-small .e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl .e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-bigger .e-rtl.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-bigger .e-rtl .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-rtl .e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-small .e-rtl .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values, +.e-small .e-rtl.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values { + padding: 0 12px 0 0; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips { + height: 26px; + margin: 4px 0 4px 8px; + padding: 0 8px; +} + +.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips, +.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips { + margin: 4px 8px 4px 0; +} + +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips { + height: 32px; + padding: 0 12px; +} + +.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips, +.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips { + height: 24px; + padding: 0 8px; +} + +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips, +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips { + height: 26px; + padding: 0 8px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 0 8px 0 0; +} + +.e-rtl.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent, +.e-rtl .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent { + padding: 0 0 0 8px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent, +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent, +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 13px; +} + +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 14px; +} + +.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent, +.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 12px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close { + -ms-flex-align: center; + align-items: center; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + -ms-flex-align: normal; + align-items: normal; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain { + font-size: 14px; +} + +.e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain, +.e-bigger .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain { + font-size: 16px; +} + +.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain, +.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain { + font-size: 13px; +} + +.e-bigger.e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain, +.e-bigger.e-small .e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain, +.e-bigger .e-small.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain, +.e-small .e-bigger.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain { + font-size: 14px; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before { + color: #fff; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected { + background-color: #757575; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected:hover { + background-color: #757575; +} + +.e-multiselect { + box-sizing: border-box; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent { + color: rgba(0, 0, 0, 0.87); + font-family: inherit; + font-size: 13px; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent { + color: #fff; +} + +.e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover { + color: #fff; +} + +.e-multi-select-wrapper .e-chips { + background-color: #eee; + border-radius: 16px; + height: 24px; +} + +.e-multi-select-wrapper .e-chips:hover { + background-color: #eee; +} + +.e-multi-select-wrapper .e-chips > .e-chipcontent:hover { + color: rgba(0, 0, 0, 0.87); +} + +.e-multi-select-wrapper .e-chips .e-chips-close::before { + color: rgba(0, 0, 0, 0.54); + font-size: 16px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + background-color: #3f51b5; + border-radius: 2px; + color: #fff; + height: 40px; + line-height: 40px; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + color: #fff; +} + +.e-multi-select-wrapper .e-chips.e-mob-chip, +.e-bigger .e-multi-select-wrapper .e-chips { + height: 28px; +} + +.e-popup.e-multi-select-list-wrapper { + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + box-sizing: content-box; + overflow: initial; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active { + border-bottom: 1px solid transparent; + border-left: 1px solid #e0e0e0; + border-right: 1px solid #e0e0e0; + border-top: 1px solid #fff; +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active { + background-color: transparent; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active { + background-color: transparent; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-item-focus { + color: rgba(0, 0, 0, 0.87); +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-item-focus { + color: rgba(0, 0, 0, 0.87); +} + +.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover { + background-color: #eee; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover { + background-color: #eee; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child { + border-bottom: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus + li.e-active { + border-top: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus { + background-color: #e0e0e0; + border: 1px solid transparent; + box-shadow: none; + color: #e3165b; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus { + background-color: #e0e0e0; + border: 1px solid transparent; + box-shadow: none; + color: #e3165b; +} + +.e-popup.e-multi-select-list-wrapper .e-list-item { + border: 1px solid transparent; +} + +.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item { + border: 1px solid transparent; +} + +.e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { + color: rgba(0, 0, 0, 0.42); +} + +.e-ul.e-reorder { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-multi-select-list-wrapper .e-selectall-parent { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-multi-select-wrapper .e-delim-values { + color: rgba(0, 0, 0, 0.87); +} + +.e-multi-select-wrapper .e-chips-close.e-close-hooker { + color: #000; +} + +.e-small .e-multi-select-wrapper .e-chips { + height: 22px; +} + +.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 12px; +} + +.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 14px; +} + +.e-small .e-multi-select-wrapper .e-close-hooker::before { + left: 6px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips { + height: 24px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { + font-size: 13px; +} + +.e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { + font-size: 16px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips { + background-color: #e0e0e0; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips:hover { + background-color: #d6d6d6; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected { + background-color: #c7c7c7; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected:hover { + background-color: #c7c7c7; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent { + color: rgba(0, 0, 0, 0.87); +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover { + color: rgba(0, 0, 0, 0.87); +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker { + color: rgba(0, 0, 0, 0.54); +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker:hover { + color: rgba(0, 0, 0, 0.87); +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before { + color: rgba(0, 0, 0, 0.54); +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { + color: #fff; +} + +.e-multiselect.e-outline:not(.e-disabled) .e-multi-select-wrapper .e-chips:not(.e-chip-selected) .e-chips-close:hover::before { + color: rgba(0, 0, 0, 0.87); +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-delim-values .e-remain { + color: rgba(0, 0, 0, 0.6); +} + +.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values, +.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-delim-values .e-remain, +.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips > .e-chipcontent, +.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before, +.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips-close.e-close-hooker { + color: rgba(0, 0, 0, 0.38); +} + +.e-multiselect.e-outline.e-disabled .e-multi-select-wrapper .e-chips { + background-color: #f5f5f5; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { + background-color: #3f51b5; + border-radius: 4px; + box-sizing: border-box; + color: #fff; + height: 40px; + line-height: 40px; + margin-left: 0; + margin-right: 0; + width: 100%; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { + width: 33px; +} + +.e-multiselect.e-outline .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { + color: #fff; +} + +.e-listbox-tool .e-moveup::before { + content: '\e651'; +} + +.e-listbox-tool .e-movedown::before { + content: '\e652'; +} + +.e-listbox-tool .e-moveto::before { + content: '\e653'; +} + +.e-listbox-tool .e-movefrom::before { + content: '\e654'; +} + +.e-listbox-tool .e-moveallto::before { + content: '\e655'; +} + +.e-listbox-tool .e-moveallfrom::before { + content: '\e656'; +} + +.e-listbox-wrapper { + -webkit-overflow-scrolling: touch; + border: 0 solid; + cursor: pointer; + display: block; + overflow: auto; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-listbox-wrapper * { + box-sizing: border-box; +} + +.e-listbox-wrapper:focus { + outline: none; +} + +.e-listbox-wrapper.e-disabled { + cursor: default; + pointer-events: none; +} + +.e-listbox-wrapper:not(.e-list-template) .e-list-item, +.e-listbox-wrapper .e-selectall-parent { + height: 36px; + line-height: 36px; + padding: 0 16px; + position: relative; +} + +.e-listbox-wrapper .e-list-parent { + height: 100%; +} + +.e-listbox-wrapper .e-list-item { + border-bottom: 0 solid; + outline: none; +} + +.e-listbox-wrapper .e-list-item.e-disabled { + pointer-events: none; +} + +.e-listbox-wrapper .e-disable { + opacity: .7; +} + +.e-listbox-wrapper .e-list-parent { + margin: 0; + padding: 0; +} + +.e-listbox-wrapper .e-list-header .e-text.header { + display: none; +} + +.e-listbox-wrapper .e-icon-back { + margin-top: 2px; +} + +.e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-listbox-wrapper .e-list-header { + -ms-flex-align: center; + align-items: center; + border-bottom: 1px solid; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 48px; + padding: 0 16px; +} + +.e-listbox-wrapper .e-has-header > .e-view { + top: 45px; +} + +.e-listbox-wrapper .e-but-back { + cursor: pointer; + padding-right: 30px; +} + +.e-listbox-wrapper .e-list-group-item:first-child { + border: 0; + border-bottom: 0 solid transparent; +} + +.e-listbox-wrapper .e-list-group-item { + border-bottom: 0 solid transparent; + border-top: 1px solid; + font-weight: 600; + height: 36px; + line-height: 36px; + padding: 0 16px; +} + +.e-listbox-wrapper .e-icon-collapsible { + cursor: pointer; + font-size: 12px; + position: absolute; + right: 0%; + top: 50%; + transform: translateY(-50%); +} + +.e-listbox-wrapper .e-text-content { + height: 100%; + position: relative; + vertical-align: middle; +} + +.e-listbox-wrapper .e-text-content * { + display: inline-block; + vertical-align: middle; +} + +.e-listbox-wrapper .e-text-content.e-checkbox .e-list-text { + width: calc(100% - 40px); +} + +.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-left .e-list-icon + .e-list-text { + width: calc(100% - 90px); +} + +.e-listbox-wrapper .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 80px); +} + +.e-listbox-wrapper .e-list-item.e-checklist.e-has-child .e-text-content.e-checkbox.e-checkbox-right .e-list-icon + .e-list-text { + width: calc(100% - 92px); +} + +.e-listbox-wrapper .e-checkbox .e-checkbox-left { + margin: -2px 10px 0 0; +} + +.e-listbox-wrapper .e-checkbox .e-checkbox-right { + margin: -2px 0 0 10px; +} + +.e-listbox-wrapper .e-list-text { + cursor: pointer; + display: inline-block; + overflow: hidden; + text-overflow: ellipsis; + vertical-align: top; + white-space: nowrap; + width: 100%; +} + +.e-listbox-wrapper .e-list-icon + .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-icon-wrapper .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-icon-wrapper.e-text-content.e-checkbox .e-list-text { + width: calc(100% - 60px); +} + +.e-listbox-wrapper .e-list-icon { + height: 30px; + margin-right: 16px; + width: 30px; +} + +.e-listbox-wrapper .e-content { + overflow: hidden; + position: relative; +} + +.e-listbox-wrapper .e-list-header .e-text { + cursor: pointer; + text-indent: 0; +} + +.e-listbox-wrapper .e-text .e-headertext { + display: inline-block; + line-height: inherit; +} + +.e-listbox-wrapper.e-rtl { + direction: rtl; +} + +.e-listbox-wrapper.e-rtl .e-list-icon { + margin-left: 16px; + margin-right: 0; +} + +.e-listbox-wrapper.e-rtl .e-icon-collapsible { + left: 0%; + right: initial; + top: 50%; + transform: translateY(-50%) rotate(180deg); +} + +.e-listbox-wrapper.e-rtl .e-list-header .e-text { + cursor: pointer; +} + +.e-listbox-wrapper.e-rtl .e-but-back { + transform: rotate(180deg); +} + +.e-listbox-wrapper.e-rtl .e-icon-back { + margin-top: -2px; +} + +.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-left { + margin: -2px 0 0 10px; +} + +.e-listbox-wrapper.e-rtl .e-checkbox .e-checkbox-right { + margin: -2px 10px 0 0; +} + +.e-listbox-wrapper.e-rtl .e-checkbox-wrapper { + margin: -2px 0 0 10px; +} + +.e-listbox-wrapper .e-list-item .e-list-badge { + -ms-flex-align: center; + align-items: center; + background-color: #e3165b; + border: 1px solid #fff; + border-radius: 50%; + color: #fff; + display: -ms-flexbox; + display: flex; + font-size: 12px; + height: 22px; + -ms-flex-pack: center; + justify-content: center; + position: absolute; + right: -10px; + top: -10px; + width: 22px; +} + +.e-listbox-wrapper .e-checkbox-wrapper { + margin: -2px 10px 0 0; + text-indent: 0; + vertical-align: middle; +} + +.e-listbox-wrapper.e-right .e-checkbox-wrapper { + position: absolute; + right: 0; + top: 30%; +} + +.e-listbox-wrapper .e-input-group { + padding: 4px 8px; +} + +.e-listbox-wrapper .e-input-focus { + padding: 4px 4px 4px 8px; +} + +.e-listbox-wrapper .e-hidden-select { + height: 1px; + opacity: 0; + position: absolute; + width: 100%; +} + +.e-listbox-wrapper .e-placeholder { + background-color: #e3165b; + display: block; + height: 1px; +} + +.e-listbox-wrapper .e-sortableclone { + z-index: 10000; +} + +.e-listbox-wrapper .e-sortableclone.e-ripple { + overflow: visible; +} + +ejs-listbox { + display: block; +} + +.e-listboxtool-wrapper { + cursor: pointer; + display: -ms-flexbox; + display: flex; +} + +.e-listboxtool-wrapper * { + box-sizing: border-box; +} + +.e-listboxtool-wrapper.e-disabled { + cursor: default; + pointer-events: none; +} + +.e-listboxtool-wrapper .e-listbox-wrapper { + -ms-flex: 1; + flex: 1; +} + +.e-listboxtool-wrapper.e-right .e-listbox-tool { + margin-left: 15px; +} + +.e-listboxtool-wrapper.e-left .e-listbox-tool { + margin-right: 15px; +} + +.e-listboxtool-wrapper .e-listbox-tool { + border: 1px solid #e0e0e0; + overflow: auto; + padding: 8px; +} + +.e-listboxtool-wrapper .e-listbox-tool .e-btn { + display: list-item; + list-style-type: none; + margin-bottom: 10px; +} + +.e-rtl.e-listboxtool-wrapper.e-right .e-listbox-tool { + margin-right: 15px; +} + +.e-rtl.e-listboxtool-wrapper.e-left .e-listbox-tool { + margin-left: 15px; +} + +.e-bigger .e-listbox-wrapper .e-list-item, +.e-listbox-wrapper.e-bigger .e-list-item { + border-bottom: 0 solid transparent; + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; +} + +.e-bigger .e-listbox-wrapper:not(.e-list-template) .e-list-item, +.e-bigger .e-listbox-wrapper .e-selectall-parent, +.e-listbox-wrapper.e-bigger:not(.e-list-template) .e-list-item, +.e-listbox-wrapper.e-bigger .e-selectall-parent { + height: 48px; + line-height: 45px; + position: relative; +} + +.e-bigger .e-listbox-wrapper .e-text-content, +.e-listbox-wrapper.e-bigger .e-text-content { + font-size: 15px; +} + +.e-bigger .e-listbox-wrapper .e-list-group-item, +.e-listbox-wrapper.e-bigger .e-list-group-item { + height: 48px; + line-height: 45px; +} + +.e-bigger .e-listbox-wrapper .e-list-header, +.e-listbox-wrapper.e-bigger .e-list-header { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-weight: bold; + height: 64px; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-text.header, +.e-listbox-wrapper.e-bigger .e-list-header .e-text.header { + display: none; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-headertemplate-text.nested-header, +.e-listbox-wrapper.e-bigger .e-list-header .e-headertemplate-text.nested-header { + display: none; +} + +.e-bigger .e-listbox-wrapper .e-list-header .e-text, +.e-listbox-wrapper.e-bigger .e-list-header .e-text { + font-size: 20px; +} + +.e-listbox-wrapper { + border: 1px solid #e0e0e0; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; +} + +.e-listbox-wrapper .e-list-header { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + font-size: 20px; +} + +.e-listbox-wrapper .e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-listbox-wrapper .e-list-item { + background-color: #fff; + border-bottom: 0 solid transparent; + border-left: 0 solid transparent; + border-right: 0 solid transparent; + border-top: 0 solid transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-listbox-wrapper .e-list-item:hover:not(.e-disabled), +.e-listbox-wrapper .e-list-item:hover.e-selected.e-checklist:not(.e-disabled) { + background-color: #eee; + border-color: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-listbox-wrapper .e-list-item.e-selected { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.87); +} + +.e-listbox-wrapper .e-list-item.e-selected.e-checklist { + background-color: #fff; + color: rgba(0, 0, 0, 0.87); +} + +.e-listbox-wrapper .e-list-item.e-focused, +.e-listbox-wrapper .e-list-item.e-focused.e-selected.e-checklist { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.87); +} + +.e-listbox-wrapper .e-list-item.e-focused .e-checkbox-wrapper .e-frame.e-check, +.e-listbox-wrapper .e-list-item.e-focused .e-css.e-checkbox-wrapper .e-frame.e-check { + background-color: #e3165b; + border-color: transparent; + color: #fff; +} + +.e-listbox-wrapper .e-list-group-item { + background-color: #fafafa; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.54); + font-size: 15px; +} + +.e-listbox-wrapper .e-selectall-parent { + background-color: #fff; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.e-listbox-wrapper .e-sortableclone.e-ripple .e-ripple-element { + background-color: transparent; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper { + height: inherit; + position: relative; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) { + padding: 0.2667em 1.0666em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line { + padding: 1.0666em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-item-header { + color: rgba(0, 0, 0, 0.87); + display: block; + font-size: 15px; + font-weight: 500; + margin: 0; + overflow: hidden; + padding: 0.115em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content { + color: rgba(0, 0, 0, 0.54); + display: block; + font-size: 13px; + margin: 0; + padding: 0.115em 0; + word-wrap: break-word; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line .e-list-content:not(.e-text-overflow) { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + height: 2.6667em; + left: 1.0667em; + position: absolute; + top: 0.2666em; + width: 2.6667em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 4.8em; + padding-right: 1.0666em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 1.0666em; + padding-right: 4.8em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + height: 2.6667em; + position: absolute; + right: 1.0667em; + top: 0.2666em; + width: 2.6667em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar .e-avatar { + top: 1.0666em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-multi-line.e-list-avatar-right:not(.e-list-badge) .e-avatar { + top: 1.0666em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge .e-badge { + font-size: 12px; + height: 1.6666em; + line-height: 1.8666em; + padding: 0; + position: absolute; + right: 1.33em; + top: 50%; + transform: translateY(-50%); + width: 2.5em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.8em; + padding-right: 4.1333em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 1.0666em; + padding-right: 4.1333em; +} + +.e-listbox-wrapper.e-list-template .e-list-wrapper:not(.e-list-multi-line) .e-list-content { + display: block; + margin: 0; + overflow: hidden; + padding: 0.72em 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-item-header { + color: rgba(0, 0, 0, 0.87); +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-list-item:hover .e-list-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-item-header { + color: rgba(0, 0, 0, 0.87); +} + +.e-listbox-wrapper.e-list-template .e-list-item.e-selected .e-list-content { + color: rgba(0, 0, 0, 0.87); +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar .e-avatar { + left: inherit; + right: 1.0667em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar:not(.e-list-badge) { + padding-left: 1.0666em; + padding-right: 4.8em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) { + padding-left: 4.8em; + padding-right: 1.0666em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-avatar-right:not(.e-list-badge) .e-avatar { + left: 1.0667em; + right: inherit; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge .e-badge { + left: 1.33em; + right: inherit; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge.e-list-avatar { + padding-left: 4.1333em; + padding-right: 4.8em; +} + +.e-listbox-wrapper.e-rtl.e-list-template .e-list-wrapper.e-list-badge:not(.e-list-avatar) { + padding-left: 4.1333em; + padding-right: 1.0666em; +} + +.e-documenteditor .e-close::before { + content: '\e825'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-documenteditor .e-de-op-search-icon::before { + content: '\e275'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-documenteditor .e-arrow-up::before { + content: '\e834'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-documenteditor .e-arrow-down::before { + content: '\e83d'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-documenteditor .e-de-op .e-de-op-close-icon { + font-size: 12px; + height: 20px; + margin-left: -4px; + margin-top: -3px; + width: auto; +} + +.e-documenteditor .e-de-op-close-icon::before { + content: '\e7fc'; +} + +.e-documenteditor .e-de-op-search-close-icon::before { + content: '\e7fc'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-documenteditor .e-de-new-cmt::before { + content: '\e823'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-menu-icon::before { + content: '\e984'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-documenteditor .e-de-cmt-mark-icon::before { + content: '\e817'; + font-family: 'e-icons'; + font-size: 13px; +} + +.e-documenteditor .e-de-cmt-post::before { + content: '\e816'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-rply-icon::before { + content: '\e815'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-cancel::before { + content: '\e7fc'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-delete::before { + content: '\e602'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-cmt-reopen::before { + content: '\e818'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-nav-up::before { + content: '\e651'; + font-family: 'e-icons'; +} + +.e-documenteditor .e-de-nav-right-arrow::before { + content: '\e913'; +} + +.e-documenteditor .e-de-nav-left-arrow::before { + content: '\e904'; +} + +.e-de-table-properties-alignment:hover { + border-color: #f17eb8; +} + +.e-de-table-properties-alignment { + border: 1px solid transparent; +} + +.e-de-tablecell-alignment { + border: 1px solid transparent; +} + +.e-de-tablecell-alignment:hover { + border-color: #f17eb8; +} + +.e-de-table-left-alignment::before { + content: '\e517'; + font-size: 46px; +} + +.e-de-table-center-alignment::before { + content: '\e518'; + font-size: 46px; +} + +.e-de-table-right-alignment::before { + content: '\e515'; + font-size: 46px; +} + +.e-de-tablecell-top-alignment::before { + content: '\e527'; + font-size: 51px; +} + +.e-de-tablecell-center-alignment::before { + content: '\e526'; + font-size: 51px; +} + +.e-de-tablecell-bottom-alignment::before { + content: '\e525'; + font-size: 51px; +} + +.e-de-table-border-setting { + border: 1px solid black; + height: 48px; + left: 5px; + position: relative; + top: 5px; + width: 48px; +} + +.e-de-table-border-setting-genral { + border: 1px solid rgba(0, 0, 0, 0.26); + display: inline-block; + height: 60px; + width: 60px; +} + +.e-de-table-border-preview-genral { + border: 1px solid rgba(0, 0, 0, 0.26); + display: inline-block; + height: 25px; + width: 25px; +} + +.e-de-table-border-inside-setting:hover { + border: 1px solid #f17eb8; +} + +.e-de-table-border-preview { + height: 24px; + width: 24px; +} + +.e-de-table-border-inside-preview:hover { + border: 1px solid #f17eb8; +} + +.e-de-table-border-inside-setting-click { + border: 1px solid #ff4081; +} + +.e-de-table-border-inside-preview-click { + border: 1px solid #ff4081; +} + +.e-de-table-border-none-setting::before { + content: '\e507'; + font-size: 46px; + position: absolute; +} + +.e-de-table-border-box-setting::before { + content: '\e509'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-all-setting::before { + content: '\e511'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-custom-setting::before { + content: '\e516'; + font-size: 42px; + left: 2px; + position: absolute; + top: 2px; +} + +.e-de-table-border-toptop-alignment::before { + content: '\e281'; + font-size: 16px; + left: 4px; + position: absolute; + top: 4px; +} + +.e-de-table-border-topcenter-alignment::before { + content: '\e276'; + font-size: 16px; + left: 4px; + position: absolute; + top: 4px; +} + +.e-de-table-border-topbottom-alignment::before { + content: '\e298'; + font-size: 16px; + left: 4px; + position: absolute; + top: 4px; +} + +.e-de-table-border-diagionalup-alignment::before { + content: '\e262'; + font-size: 16px; + left: 4px; + position: absolute; + top: 4px; +} + +.e-de-table-border-diagionaldown-alignment::before { + content: '\e265'; + font-size: 16px; + left: 4px; + position: absolute; + top: 4px; +} + +.e-de-table-border-bottomleft-alignment::before { + content: '\e291'; + font-size: 16px; + left: 4px; + position: absolute; + top: 4px; +} + +.e-de-table-border-bottomcenter-alignment::before { + content: '\e287'; + font-size: 16px; + left: 4px; + position: absolute; + top: 4px; +} + +.e-de-table-border-bottomright-alignment::before { + content: '\e288'; + font-size: 16px; + left: 4px; + position: absolute; + top: 4px; +} + +.e-menu-item .e-de-cmt-add::before { + content: '\e814'; + font-family: 'e-icons'; +} + +.e-menu-item .e-de-cut::before { + content: '\e279'; +} + +.e-menu-item .e-de-spellcheck::before { + content: '\e689'; +} + +.e-menu-item .e-de-copy::before { + content: '\e280'; +} + +.e-icon-btn .e-de-paste::before, +.e-menu-item .e-de-paste::before { + content: '\e501'; +} + +.e-menu-item .e-de-continue-numbering::before { + content: '\e503'; +} + +.e-menu-item .e-de-restart-at::before { + content: '\e277'; +} + +.e-menu-item .e-de-insertlink::before { + content: '\e290'; +} + +.e-menu-item .e-de-open-hyperlink::before { + content: '\e278'; +} + +.e-menu-item .e-de-copy-hyperlink::before { + content: '\e295'; +} + +.e-menu-item .e-de-edit-hyperlink::before { + content: '\e289'; +} + +.e-menu-item .e-de-remove-hyperlink::before { + content: '\e286'; +} + +.e-menu-item .e-de-fonts::before { + content: '\e273'; +} + +.e-menu-item .e-de-paragraph::before { + content: '\e75e'; +} + +.e-menu-item .e-de-table::before { + content: '\e294'; +} + +.e-menu-item .e-de-insertabove::before { + content: '\e506'; +} + +.e-menu-item .e-de-insertbelow::before { + content: '\e505'; +} + +.e-menu-item .e-de-insertleft::before { + content: '\e285'; +} + +.e-menu-item .e-de-insertright::before { + content: '\e284'; +} + +.e-menu-item .e-de-delete-table::before { + content: '\e292'; +} + +.e-menu-item .e-de-deleterow::before { + content: '\e283'; +} + +.e-menu-item .e-de-deletecolumn::before { + content: '\e282'; +} + +.e-de-bold::before { + content: '\e339'; + font-family: 'e-icons'; +} + +.e-de-italic::before { + content: '\e35a'; + font-family: 'e-icons'; +} + +.e-de-underline::before { + content: '\e343'; + font-family: 'e-icons'; +} + +.e-de-indent::before { + content: '\e35d'; + font-family: 'e-icons'; +} + +.e-de-outdent::before { + content: '\e33f'; + font-family: 'e-icons'; +} + +.e-de-align-left::before { + content: '\e33a'; + font-family: 'e-icons'; +} + +.e-de-align-center::before { + content: '\e35e'; + font-family: 'e-icons'; +} + +.e-de-align-right::before { + content: '\e34d'; + font-family: 'e-icons'; +} + +.e-de-justify::before { + content: '\e334'; + font-family: 'e-icons'; +} + +.e-de-single-spacing::before { + content: '\e520'; + font-family: 'e-icons'; +} + +.e-de-double-spacing::before { + content: '\e521'; + font-family: 'e-icons'; +} + +.e-de-one-point-five-spacing::before { + content: '\e522'; + font-family: 'e-icons'; +} + +.e-de-before-spacing::before { + content: '\e523'; + font-family: 'e-icons'; +} + +.e-de-after-spacing::before { + content: '\e274'; + font-family: 'e-icons'; +} + +.e-de-icon-bullet-list-dot::before { + content: '\e270'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-circle::before { + content: '\e254'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-square::before { + content: '\e271'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-tick::before { + content: '\e259'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-flower::before { + content: '\e267'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-arrow::before { + content: '\e253'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-bullet-list-none::before { + content: '\e256'; + font-family: 'e-icons'; + font-size: 42px; +} + +.e-de-icon-autofit::before { + content: '\eba8'; + font-family: 'e-icons'; +} + +.e-de-icon-fixed-columnwidth::before { + content: '\eba9'; + font-family: 'e-icons'; +} + +.e-de-icon-auto-fitwindow::before { + content: '\ebaa'; + font-family: 'e-icons'; +} + +.e-item .e-de-paste-text::before { + content: '\e685'; +} + +.e-item .e-de-paste-source::before { + content: '\e686'; +} + +.e-item .e-de-paste-merge::before { + content: '\e688'; +} + +.e-de-blink-cursor { + border-left: 1px solid; + pointer-events: none; + position: absolute; + z-index: 3; +} + +.e-de-cursor-animation { + animation-duration: 1s; + animation-iteration-count: infinite; + animation-name: FadeInFadeOut; +} + +@keyframes FadeInFadeOut { + from { + opacity: 1; + } + 13% { + opacity: 0; + } + 50% { + opacity: 0; + } + 63% { + opacity: 1; + } + to { + opacity: 1; + } +} + +.e-de-text-target { + border: 0; + height: 1px; + opacity: 0; + outline-style: none; + overflow: hidden; + pointer-events: none; + position: absolute; + top: -10000px; + width: 625px; +} + +.e-documenteditor .e-checkbox-wrapper .e-frame { + height: 14px; + line-height: 6px; + width: 14px; +} + +.e-documenteditor .e-checkbox-wrapper .e-label { + font-size: 12px; +} + +.e-documenteditor .e-de-op-close-button { + height: 20px; + left: 267px; + position: absolute; + top: 18px; + width: 20px; +} + +.e-documenteditor .e-de-op-close-button.e-de-rtl { + left: 14px; +} + +.e-de-background { + background-color: #fff; +} + +.e-de-result-list-block .e-de-search-result-hglt { + background: transparent; + border-bottom: 2px solid #bdbdbd; + cursor: default; + padding: 20px 1px 20px 5px; +} + +.e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text { + color: #3f51b5; +} + +.e-de-search-result-item { + cursor: default; + padding: 20px 1px 20px 5px; + word-break: break-word; +} + +.e-de-search-result-item:hover { + border-bottom: 1px solid #bdbdbd; + cursor: default; +} + +.e-de-search-result-item:focus { + border-bottom: 2px solid #bdbdbd; + cursor: default; + padding: 20px 1px 20px 5px; +} + +.e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus { + border: 1px solid #ddd; +} + +.e-de-op-search-icon:hover { + background: #ddd; +} + +.e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-de-op-search-close-icon:hover { + background: #ddd; +} + +.e-spin-down:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-spin-down:hover { + background: #ddd; +} + +.e-spin-up:focus { + border: 1px solid #ddd; + border-right-width: none; +} + +.e-spin-up:hover { + background: #ddd; +} + +.e-de-para-dlg-heading { + color: rgba(0, 0, 0, 0.87); + display: block; + font-size: 14px; + font-weight: 400; + margin-bottom: 5px; +} + +.e-de-para-dlg-container { + height: auto; + width: 400px; +} + +.e-de-para-dlg-cs-check-box { + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-para-dlg-spacing-div { + margin-left: 40px; +} + +.e-de-para-dlg-spacing-div.e-de-rtl { + margin-left: 0; + margin-right: 40px; +} + +.e-de-toc-dlg-heading { + color: rgba(0, 0, 0, 0.87); + display: block; + font-size: 14px; + font-weight: 400; + margin-bottom: 5px; +} + +.e-de-toc-dlg-main-heading { + color: rgba(0, 0, 0, 0.87); + display: block; + font-size: 14px; + font-weight: 500; + margin-bottom: 5px; +} + +.e-content-placeholder.e-documenteditor.e-placeholder-documenteditor { + background-size: 100%; +} + +.e-de-toc-reset-button { + margin-top: 10px; +} + +.e-de-toc-reset-button.e-de-rtl { + margin-right: 0; +} + +.e-de-toc-modify-button { + margin-left: 156px; + margin-top: 10px; +} + +.e-de-toc-modify-button.e-de-rtl { + margin-left: 0; + margin-right: 174px; +} + +.e-de-toc-dlg-container { + height: 471px; + width: 469px; +} + +.e-de-toc-dlg-sub-container { + margin-bottom: 20px; +} + +.e-de-toc-list-view { + border: 1px solid #808080; + border-radius: 4px; + font-size: 12px; + height: 194px; + margin-left: 36px; + overflow-y: scroll; + width: 211px; +} + +.e-de-toc-list-view.e-de-rtl { + margin-left: 0; + margin-right: 36px; +} + +.e-de-toc-dlg-sub-heading { + color: rgba(0, 0, 0, 0.87); + display: block; + font-size: 14px; + font-weight: 400; + margin: 10px 15px 5px 15px; +} + +.e-de-toc-dlg-style-label { + margin-left: 45px; + margin-top: 58px; +} + +.e-de-toc-dlg-style-label .e-de-rtl { + margin-left: 0; + margin-right: 45px; +} + +.e-de-pagesetup-dlg-container { + height: 246px; + width: 356px; +} + +.e-de-page-setup-ppty-tab { + border: 0; +} + +.e-de-page-setup-dlg-sub-container { + margin-bottom: 25px; +} + +.e-de-page-setup-dlg-left-sub-container { + float: left; + position: relative; + top: 17px; +} + +.e-de-page-setup-dlg-left-sub-container.e-de-rtl { + float: right; +} + +.e-de-page-setup-dlg-right-sub-container { + float: right; + position: relative; + top: 17px; +} + +.e-de-page-setup-dlg-right-sub-container.e-de-rtl { + float: left; +} + +.e-de-page-setup-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 3px; + margin-top: 8px; +} + +.e-de-page-setup-dlg-sub-title-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 3px; + margin-top: 12px; +} + +.e-de-page-setup-dlg-sub-container-port { + height: 40px; + margin-bottom: 25px; +} + +.e-de-page-setup-dlg-sub-label { + font-size: 13px; + font-weight: 450; +} + +.e-de-page-setup-dlg-orientation-prop { + margin-top: 13px; +} + +.e-de-page-setup-dlg-sub-size-container { + height: 65px; + margin-bottom: 20px; +} + +.e-de-page-setup-dlg-layout-sub-container { + height: 60px; + margin-bottom: 20px; + position: relative; + top: 17px; +} + +.e-de-page-setup-dlg-first-page-prop .e-label, +.e-de-page-setup-dlg-odd-or-even-prop .e-label { + font-size: 12px; +} + +.e-de-page-setup-dlg-first-page-prop .e-frame, +.e-de-page-setup-dlg-odd-or-even-prop .e-frame { + height: 18px; + line-height: 10px; + width: 18px; +} + +.e-de-page-setup-dlg-left-layout-container { + float: left; + position: relative; + top: 10px; +} + +.e-de-page-setup-dlg-left-layout-container.e-de-rtl { + float: right; +} + +.e-de-page-setup-dlg-right-layout-container { + float: right; + position: relative; + top: 10px; +} + +.e-de-page-setup-dlg-right-layout-container.e-de-rtl { + float: left; +} + +.e-de-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 15px; + margin-top: 8px; +} + +.e-de-para-dlg-sub-container .e-input-group { + margin-bottom: 15px; +} + +.e-de-para-dlg-sub-container { + margin-bottom: 14px; +} + +.e-de-para-dlg-right-sub-container { + top: 17px; +} + +.e-de-dlg-footer .e-btn { + margin-left: 10px; +} + +.e-de-hyperlink-dlg-title { + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-hyperlink .e-de-hyperlink-dlg-input { + height: 16px; + margin-bottom: 20px; + width: 230px; +} + +.e-de-font-dlg-header { + display: -ms-flexbox; + display: flex; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; +} + +.e-de-font-dlg-header-effects, +.e-de-font-dlg-header-font-color { + display: -ms-flexbox; + display: flex; + font-size: 14px; + font-weight: normal; + margin-bottom: 8px; +} + +.e-de-font-dlg-main-header { + color: rgba(0, 0, 0, 0.87); + font-size: 14px; + font-weight: normal; + margin-right: 15px; +} + +.e-de-font-dlg-cb-right { + margin-left: 40px; +} + +.e-de-font-dlg-cb-right.e-de-rtl { + margin-left: 0; + margin-right: 40px; +} + +.e-de-font-dlg-cb-right-div { + margin-left: 20px; +} + +.e-de-dropdown { + margin-right: 40px; +} + +.e-de-restrict-pane, +.e-de-op { + border-right: 1px solid #e0e0e0; + padding-left: 16px; + padding-top: 24px; + position: relative; + width: 300px; +} + +.e-de-op.e-de-rtl { + padding-left: 0; + padding-right: 16px; +} + +.e-de-op-header { + color: rgba(0, 0, 0, 0.87); + font-family: "Roboto"; + font-size: 15px; + font-weight: 500; + margin-bottom: 20px; +} + +.e-de-op-header.e-de-rtl { + direction: rtl; +} + +.e-de-op-tab { + border: 0; + height: 36px; +} + +.e-de-op-icon { + color: rgba(0, 0, 0, 0.54); + height: 20px; + width: 20px; +} + +.e-de-op-close-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-de-op-nav-btn { + height: 20px; + width: 20px; +} + +.e-de-op-search-txt { + border-bottom: 1px solid #ddd; + color: rgba(0, 0, 0, 0.87); + font-size: 14px; +} + +.e-de-op-search-txt .e-de-op-search-word { + color: #3f51b5; +} + +.e-de-op-more-less { + display: block; + margin-top: 14px; +} + +.e-de-op-replacetabcontentdiv { + height: 82px; + margin-top: 14px; +} + +label[for*='_wholeWord_e-de-ltr'] { + left: 35px; +} + +label[for*='_wholeWord_e-de-rtl'] { + right: 35px; +} + +.e-de-cell-dia-label-common { + display: inline-block; + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; + width: 150px; +} + +.e-de-cell-dia-options-label { + font-size: 14px; + font-weight: 400; +} + +.e-de-table-border-heading { + font-size: 14px; + font-weight: 400; + padding-bottom: 20px; +} + +.e-de-table-setting-heading { + font-size: 14px; + font-weight: normal; + padding-bottom: 20px; +} + +.e-de-layout-setting-heading { + font-size: 14px; + font-weight: normal; + padding-bottom: 20px; +} + +.e-de-table-setting-labels-heading { + font-size: 12px; + font-weight: normal; +} + +.e-de-table-element-subheading { + font-size: 12px; + font-weight: normal; +} + +.e-de-border-dlg-preview-div { + border: 1px solid rgba(0, 0, 0, 0.54); +} + +.e-de-border-dlg-preview-inside-divs { + opacity: 0.54; +} + +.e-de-table-dia-align-div { + border: 1px solid #ddd; + display: inline-block; + height: 60px; + margin-right: 10px; + width: 60px; +} + +.e-de-table-dia-align-div.e-de-rtl { + margin-left: 10px; + margin-right: 0; +} + +.e-de-table-dia-align-label { + display: inline-block; + font-size: 12px; + font-weight: normal; + margin-left: 10px; + margin-top: 8px; +} + +.e-de-table-dialog-separator-line { + background-color: #e0e0e0; + bottom: 50px; + display: none; + height: 1px; + left: 1px; + margin-top: 0; + position: absolute; + width: 100%; +} + +.e-de-table-alignment-active { + border: 1px solid #ff4081; +} + +.e-de-table-dialog-options-label { + font-size: 14px; + font-weight: 400; + padding-bottom: 15px; + padding-top: 20px; +} + +.e-de-list-ddl-header { + font-size: 14px; + font-weight: normal; + margin-bottom: 20px; + margin-top: 20px; +} + +.e-de-list-ddl-header-list-level { + font-size: 14px; + font-weight: normal; + margin-bottom: 20px; +} + +.e-de-tbl-dlg-footer { + padding-top: 27px; +} + +.e-de-row-ht-top { + padding: 0 20px; +} + +.e-de-ht-wdth-type { + margin-top: -22px; +} + +.e-de-row-ht-top.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-cell-width-top { + margin-left: 20px; + margin-top: -23px; +} + +.e-de-cell-width-top.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-tbl-dlg-border-btn { + float: right; + margin-top: 12px; +} + +.e-de-tbl-dlg-border-btn.e-de-rtl { + margin-right: 0; +} + +.e-de-table-border-setting.e-de-rtl { + right: 5px; +} + +.e-de-tbl-dlg-op-btn { + left: 425px; + position: absolute; + top: 300px; +} + +.e-de-insert-table-dlg-sub-header { + display: block; + font-size: 12px; + font-weight: normal; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-insert-table-dlg-input { + margin-bottom: 15px; +} + +.e-de-list-ddl-subheader, +.e-de-list-ddl-subheaderbottom { + font-size: 12px; + font-weight: normal; + margin-bottom: 10px; + margin-top: 10px; +} + +.e-de-list-dlg-subdiv { + float: right; + margin-top: 51px; + position: relative; +} + +.e-de-list-dlg-subdiv.e-de-rtl { + float: left; + margin-top: -138px; +} + +.e-de-list-dlg-div { + float: right; + margin-top: 46px; + position: relative; +} + +.e-de-list-dlg-div.e-de-rtl { + float: left; + margin-top: -139px; +} + +.e-de-ok-button { + margin-right: 10px; +} + +.e-de-ok-button.e-de-rtl { + margin-left: 10px; +} + +.e-de-options-setter { + left: 415px; +} + +.e-de-op-close-icon:hover { + color: rgba(0, 0, 0, 0.54); +} + +.e-de-tooltip { + background-color: #fff; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + cursor: text; + max-width: 200px; + padding: 5px; + width: -webkit-fit-content; + width: fit-content; + word-wrap: break-word; +} + +.e-btn.e-de-op-icon-btn { + background-color: none; + border-color: none; +} + +.e-documenteditor .e-de-op-close-button { + height: 20px; + left: 267px; + position: absolute; + top: 18px; + width: 20px; +} + +.e-documenteditor .e-de-op-close-button.e-de-rtl { + right: 267px; +} + +.e-btn.e-de-op-close-button:hover { + background-color: none; + border-color: none; + color: rgba(0, 0, 0, 0.54); +} + +.e-btn.e-de-op-close-button:focus { + background-color: none; + border-color: none; + color: rgba(0, 0, 0, 0.54); +} + +.e-btn.e-de-op-close-button:active { + background-color: none; + border-color: none; + color: rgba(0, 0, 0, 0.54); +} + +.e-documenteditor .e-input { + color: #000; + font-size: 14px; +} + +.e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: 36px; +} + +.e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: auto; +} + +.e-de-op-result-container { + margin-top: 12px; +} + +.e-de-restrict-pane, +.e-de-op { + background-color: #fff; +} + +.e-de-restrict-pane .e-tab-header .e-toolbar-items, +.e-de-op .e-tab-header .e-toolbar-items { + margin-bottom: 20px; + margin-top: 1px; +} + +.e-de-font-dlg-color { + border: 1px #ddd; + border-radius: 4px; + font-size: 12px; + height: 16px; + margin-left: 15px; + width: 25px; +} + +.e-de-icon-table-row-above { + top: 7px; +} + +.e-de-icon-table-row-below { + top: 41px; +} + +.e-de-icon-table-column-left { + top: 75px; +} + +.e-de-icon-table-column-right { + top: 109px; +} + +.e-de-icon-table-delete { + top: 7px; +} + +.e-de-icon-table-row-delete { + top: 41px; +} + +.e-de-icon-table-column-delete { + top: 75px; +} + +.e-de-list-bullet-none { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-dot { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-circle { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-square { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-flower { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-arrow { + height: 40px; + width: 40px; +} + +.e-de-list-bullet-tick { + height: 40px; + width: 40px; +} + +.e-de-bullet:hover { + background: #ddd; +} + +.e-de-list-numbered-none { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-number-dot { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-number-brace { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-up-roman { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-up-letter { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-low-letter-brace { + height: 80px; + width: 80px; +} + +.e-de-numbered-low-letter-dot { + height: 80px; + width: 80px; +} + +.e-de-list-numbered-low-roman { + height: 80px; + width: 80px; +} + +.e-de-numbered:hover { + background: #ddd; +} + +.e-de-list-multilevel-none { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-normal { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-multilevel { + height: 80px; + width: 80px; +} + +.e-de-list-multilevel-list-bullets { + height: 80px; + width: 80px; +} + +.e-de-multilevel-list:hover { + background: #ddd; +} + +.e-de-list-dialog-open:hover { + background: #ddd; +} + +.e-de-cell-options { + left: 339px; + top: 290px; +} + +.e-de-cell-options.e-de-rtl { + left: 105px; +} + +.e-de-font-color-label { + margin-bottom: 7px; + margin-top: 18px; +} + +.e-de-font-content-label { + width: 115px; +} + +.e-de-font-color-margin { + margin-right: 10px; + margin-top: 6px; +} + +.e-de-font-color-margin.e-de-rtl { + margin-left: 10px; + margin-right: 0; +} + +.e-de-font-content-checkbox-label { + margin-left: 38px; +} + +.e-de-font-content-checkbox-label-rtl { + margin-right: 47px; +} + +.e-bigger .e-de-font-content-checkbox-label { + margin-left: 60px; +} + +.e-bigger .e-de-font-content-checkbox-label-rtl { + margin-right: 60px; +} + +.e-bigger .e-de-font-content-label { + width: 132px; +} + +.e-de-font-checkbox { + margin-left: 58px; +} + +.e-de-font-checkbox.e-de-rtl { + margin-left: 0; + margin-right: 58px; +} + +.e-de-font-checkbox.e-de-rtl { + margin-left: 0; + margin-right: 58px; +} + +.e-de-font-dlg-padding { + margin-top: 15px; +} + +.e-de-table-container-div { + margin-top: 20px; +} + +.e-de-table-header-div { + padding-top: 6px; +} + +.e-de-table-subheader-div { + float: right; + margin-right: 115px; + margin-top: -40px; +} + +.e-de-table-subheader-div.e-de-rtl { + float: left; + margin-left: 115px; + margin-right: 0; +} + +.e-de-table-cell-header-div { + padding-top: 6px; +} + +.e-de-table-cell-subheader-div { + top: 57px; +} + +.e-de-cell-margin-header { + left: -7px; + top: 310px; +} + +.e-de-font-dlg-display { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-de-tbl-margin-sub-header { + margin-top: 20px; +} + +.e-de-tbl-btn-seperator { + width: 57%; +} + +.e-de-op-msg { + color: #000; + top: 79px; +} + +.e-de-save-dlg-file-name { + height: 25px; + margin-bottom: 8px; +} + +.e-de-save-dlg-format-type { + height: 25px; + margin-bottom: 8px; + padding-top: 10px; +} + +.e-de-search-tab-content { + margin-right: 1px; + margin-top: 1px; + width: 267px; +} + +.e-de-font-dlg { + width: 380px; +} + +.e-de-hyperlink { + height: 175px; + width: 230px; +} + +.e-de-insert-table { + height: 131px; + width: 230px; +} + +.e-de-insert-spellchecker { + height: 350px; + width: 513px; +} + +.e-de-dlg-spellcheck-listview { + border: 1px solid #e4e4e4; + border-radius: 2px !important; + height: 132px !important; + margin-top: 8px; + position: relative; + float: left; + width: 343px; +} + +.e-de-spellcheck-error-container { + height: 140px; + margin-bottom: 25px; +} + +.e-de-spellcheck-suggestion-container { + height: 140px; +} + +.e-dlg-spellcheck-listitem { + font-size: 15px !important; +} + +.e-de-spellcheck-btncontainer { + margin-top: 8px; + position: relative; + width: 154px; + float: right; +} + +.e-de-spellcheck-btn { + height: 36px; + margin-bottom: 8px; + width: 154px; +} + +.e-de-dlg-spellchecker-subheader { + font-size: 15px; + margin-top: 8px; +} + +.e-de-dlg-spellchecker-subheaderbtm { + font-size: 15px; +} + +.e-de-list-dlg { + height: 400px; + width: 420px; +} + +.e-de-save-dlg { + height: 135px; + width: 230px; +} + +.e-de-table-properties-dlg { + width: 426px; +} + +.e-de-table-border-shading-dlg { + height: 415px; + width: 450px; +} + +.e-de-table-cell-margin-dlg { + height: 222px; + width: 342px; +} + +.e-de-table-options-dlg { + height: 242px; + width: 380px; +} + +.e-de-table-border-none { + position: absolute; + top: 25px; +} + +.e-de-table-border-box { + position: absolute; + top: 95px; +} + +.e-de-table-border-all { + position: absolute; + top: 165px; +} + +.e-de-table-border-custom { + position: absolute; + top: 235px; +} + +.e-de-table-shading-preview { + top: 385px; +} + +.e-de-font-content-label span.e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-label span.e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-content-label:hover .e-label, +.e-css.e-de-font-content-label:hover .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-font-label:hover .e-label, +.e-css.e-de-font-label:hover .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-documenteditor .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); + font-size: 14px; +} + +.e-documenteditor .e-checkbox-wrapper .e-frame { + height: 18px; + line-height: 10px; + width: 18px; +} + +.e-de-op-dlg-footer { + margin-top: 15px; +} + +.e-de-op-dlg-footer .e-btn { + padding-left: 6px; + padding-right: 6px; +} + +.e-de-search-tab-content .e-input-group .e-de-search-input { + width: 185px; +} + +.e-de-op-replacewith { + width: 95%; +} + +.e-de-table-ppty-tab { + border: 0; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-header-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-table-cell-header-div .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-tbl-margin-sub-header .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); +} + +.e-de-list-format-info { + border-radius: 50%; + cursor: default; + font-size: 12px; + height: 15px; + line-height: 1px; + padding: 3px 0 0 0; + text-transform: lowercase; + width: 16px; +} + +.e-button-custom { + height: 34px; + padding: 0; + width: 80px; +} + +.e-bigger .e-button-custom { + height: 37px; + width: 86px; +} + +.e-styles-listview, +.e-bookmark-listview { + border: 1px solid #c8c8c8; + border-radius: 5px; + height: 150px; + overflow-y: scroll; +} + +.e-bookmark-gotobutton, +.e-bookmark-addbutton, +.e-styles-addbutton, +.e-bookmark-deletebutton { + margin-bottom: 8px; +} + +.e-bookmark-list { + float: left; + margin-right: 20px; + width: 250px; +} + +.e-bookmark-list.e-de-rtl { + margin-left: 20px; + margin-right: 0; +} + +.e-bookmark-textboxdiv { + margin-bottom: 10px; +} + +.e-bookmark-listview .e-list-item { + font-size: 13px; + height: 30px; + line-height: 27px; +} + +.e-bookmark-common { + display: -ms-flexbox; + display: flex; +} + +.e-bookmark-button { + position: relative; + top: 15px; +} + +.e-font { + float: left; +} + +.e-font-rtl { + float: right; +} + +.e-de-table-border-toptop-alignment, +.e-de-table-border-topcenter-alignment, +.e-de-table-border-topbottom-alignment, +.e-de-table-border-diagionalup-alignment, +.e-de-table-border-diagionaldown-alignment, +.e-de-table-border-bottomleft-alignment, +.e-de-table-border-bottomcenter-alignment, +.e-de-table-border-bottomright-alignment { + left: 48%; + position: absolute; + top: 48%; + transform: translate(-50%, -50%); +} + +.e-de-style-properties, +.e-de-style-formatting { + font-size: 14px; + font-weight: 400; +} + +.e-de-style-formatting { + margin-bottom: 20px; +} + +.e-de-style-paragraph-indent-group-button .e-btn, +.e-de-style-paragraph-group-button .e-btn, +.e-de-style-font-group-button .e-btn { + box-shadow: none; +} + +.e-de-style-paragraph-indent-group-button .e-btn.e-active, +.e-de-style-paragraph-group-button .e-btn.e-active, +.e-de-style-font-group-button .e-btn.e-active { + background-color: #c8c8c8; + border-color: #c8c8c8; + box-shadow: none; + color: #000; +} + +.e-de-style-properties { + margin-bottom: 15px; +} + +.e-de-style-nametype-div { + margin-bottom: 20px; +} + +.e-de-style-based-para-div { + margin-bottom: 30px; +} + +.e-de-style-name, +.e-de-style-styletype, +.e-de-style-style-based-on, +.e-de-style-style-paragraph { + font-size: 13px; + font-weight: 400; + margin-bottom: 8px; + width: 180px; +} + +.e-de-style-left-div { + margin-right: 24px; +} + +.e-de-style-left-div.e-de-rtl { + margin-left: 24px; + margin-right: 0; +} + +.e-de-style-font-color-picker, +.e-de-style-icon-button-size, +.e-de-style-icon-button-first-size, +.e-de-style-icon-button-last-size { + height: 31px; +} + +.e-bigger .e-de-style-font-color-picker, +.e-bigger .e-de-style-icon-button-size, +.e-bigger .e-de-style-icon-button-first-size, +.e-bigger .e-de-style-icon-button-last-size { + height: 35px; +} + +.e-bigger .e-de-style-bold-button-size { + height: 35px; + margin-left: 6px; + margin-right: 8px; +} + +.e-de-style-bold-button-size { + height: 31px; + margin-left: 6px; + margin-right: 8px; +} + +.e-de-style-format-dropdwn .e-btn-icon { + margin-left: 8px; +} + +.e-de-style-font-color-picker, +.e-de-style-icon-button-size { + margin-right: 8px; +} + +.e-de-style-icon-button-first-size { + margin-left: 6px; + margin-right: 3px; +} + +.e-de-style-icon-button-last-size { + margin-right: 6px; +} + +.e-de-style-font-color-picker { + margin-left: 8px; +} + +.e-style-font-fmaily-right { + margin-right: 8px; +} + +.e-style-font { + margin-left: 5px; + margin-right: 15px; +} + +.e-de-style-left-div .e-de-style-dlg-name-input { + height: 18px; +} + +.e-style-list { + margin-left: 10px; +} + +.e-de-style-dialog .e-de-style-only-this-document { + margin-top: 25px; +} + +.e-de-style-format-dropdwn { + width: 135px; +} + +.e-de-style-options-div { + margin-bottom: 20px; +} + +.e-de-style-paragraph-group-button { + border-right: 2px solid #e0e0e0; +} + +.e-de-style-font-group-button { + border-left: 2px solid #e0e0e0; + border-right: 2px solid #e0e0e0; +} + +.e-de-op-replace-messagediv { + color: #000; + position: absolute; + top: 144px; +} + +.e-de-font-content-label .e-label, +.e-de-font-dlg-cb-right .e-label, +.e-de-font-checkbox .e-label { + font-size: 12px; +} + +.e-de-font-content-label .e-frame, +.e-de-font-dlg-cb-right .e-frame, +.e-de-font-checkbox .e-frame { + height: 18px; + line-height: 10px; + width: 18px; +} + +.e-de-op-input-group, +.e-de-op-replacewith { + height: 32px; +} + +.e-bigger .e-de-op-input-group, +.e-bigger .e-de-op-replacewith { + height: 40px; +} + +.e-de-hyperlink-bookmark-check { + margin-top: 20px; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-frame, +.e-de-table-header-div .e-checkbox-wrapper .e-frame, +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame, +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame, +.e-de-table-cell-header-div .e-checkbox-wrapper .e-frame, +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-frame, +.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame, +.e-de-tbl-margin-sub-header .e-frame { + height: 18px; + line-height: 10px; + width: 18px; +} + +.e-de-table-container-div .e-checkbox-wrapper .e-label, +.e-de-table-header-div .e-checkbox-wrapper .e-label, +.e-de-table-ppty-options-break .e-checkbox-wrapper .e-label, +.e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label, +.e-de-table-cell-header-div .e-checkbox-wrapper .e-label, +.e-de-tbl-btn-seperator .e-checkbox-wrapper .e-label, +.e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label, +.e-de-tbl-margin-sub-header .e-label { + font-size: 14px; +} + +.e-de-table-ppty-dlg-measure-div { + float: right; + margin-left: 40px; + margin-top: -18px; +} + +.e-de-table-ppty-dlg-measure-div.e-de-rtl { + float: left; + margin-left: 0; + margin-right: 40px; +} + +.e-de-table-ppty-dlg-measure-drop-down-div { + float: right; + margin-left: 40px; + margin-top: 6px; +} + +.e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl { + margin-left: 0; + margin-right: 40px; +} + +.e-de-table-ppty-dlg-left-indent-container { + bottom: 0; + left: 69px; + position: relative; +} + +.e-de-table-ppty-dlg-left-indent-container.e-de-rtl { + right: 69px; +} + +.e-de-table-ppty-dlg-row-height-label { + float: right; + margin-right: 161px; + margin-top: -62px; +} + +.e-de-table-ppty-dlg-row-height-label.e-de-rtl { + float: left; + margin-left: 161px; + margin-right: 0; +} + +.e-de-table-ppty-dlg-preferred-width-div { + float: right; + margin-left: 20px; + margin-top: 6px; +} + +.e-de-table-ppty-dlg-preferred-width-div.e-de-rtl { + margin-left: 0; + margin-right: 20px; +} + +.e-de-table-ppty-options-break { + margin-bottom: 15px; +} + +.e-de-table-cell-subheader-div { + margin-right: 105px; + margin-top: -40px; +} + +.e-de-table-cell-subheader-div.e-de-rtl { + margin-left: 105px; + margin-right: 0; +} + +.e-de-table-ppty-dlg-cell-tab-measure-label { + float: right; + margin-right: 172px; + margin-top: -64px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header { + padding-left: 24px; + padding-right: 24px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header { + padding-left: 24px; + padding-right: 24px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header { + padding-left: 1px; + padding-right: 24px; +} + +.e-styles-list { + float: left; + margin-right: 20px; + width: 250px; +} + +.e-styles-textboxdiv { + padding-bottom: 15px; +} + +.e-styles-listview .e-list-item { + font-size: 13px; + height: 30px; + line-height: 27px; +} + +.e-styles-common { + padding-top: 5px; +} + +.e-styles-button { + float: right; +} + +.e-de-toc-dlg-right-sub-container.e-de-rtl { + margin-left: 2px; + margin-right: 2px; +} + +.e-de-toc-dlg-styles { + margin-bottom: 11px; + margin-left: 38px; + margin-top: 30px; +} + +.e-de-toc-dlg-styles.e-de-rtl { + margin-left: 0; + margin-right: 38px; +} + +.e-de-toc-dlg-style-input.e-de-rtl { + margin-left: 0; + margin-right: 36px; +} + +.e-de-toc-dlg-build-table { + margin-top: 30px; +} + +.e-de-toc-table-div .e-de-toc-dlg-toc-level { + height: 24px; + margin-left: 36px; + width: 44px; +} + +.e-de-toc-styles-table-div { + border: 1px solid #808080; + border-radius: 4px; + margin-top: 15px; + width: 213px; +} + +.e-de-toc-dlg-sub-level-heading { + font-size: 12px; +} + +.e-de-toc-table-div { + height: 163px; + overflow-y: scroll; + width: 211px; +} + +.e-de-toc-dlg-style-input { + margin-bottom: 3px; + margin-left: 36px; + width: 210px; +} + +.e-de-toc-dlg-outline-levels { + margin-top: 15px; + width: 150px; +} + +.e-bookmark-textboxdiv .e-bookmark-textbox-input { + height: 34px; +} + +.e-styles-dlgfields { + font-weight: 400; + margin-bottom: 6px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header { + padding-left: 1px; + padding-right: 0 24px; +} + +.e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header { + padding-left: 0 24px; + padding-right: 0 24px; +} + +.e-de-dlg-target .e-footer-content .e-list-dlg-font { + margin-left: 16px; +} + +.e-bookmark-dlgfields { + font-weight: 400; + margin-bottom: 0; +} + +.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md { + height: 65px; + padding: 10px; + width: 70px; +} + +.e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md { + height: 45px; + width: 45px; +} + +.e-de-bullet-icon-size { + height: 45px; + width: 45px; +} + +.e-de-ui-list-header-presetmenu { + cursor: pointer; + font-size: 11px; + line-height: 14px; + min-width: 50px; + overflow: hidden; + text-align: left; + white-space: nowrap; + width: 100%; +} + +.e-de-ui-bullet { + font-size: 42px; +} + +.e-de-ui-list-header-presetmenu .e-de-ui-list-line { + border-bottom: 1px solid #ccc; + margin-left: 5px; + width: 100%; +} + +.e-de-ui-list-header-presetmenu div span { + color: #aaa; + display: inline-block; + vertical-align: middle; +} + +.e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem, +.e-de-ui-wfloating-menu .e-de-ui-menuitem-none { + border: 0; + box-shadow: inset 0 0 0 1px #ebebeb; + cursor: pointer; + height: 70px; + margin: 0 5px 5px 0; + padding: 0; + width: 70px; +} + +.e-de-ui-wfloating-menu { + padding: 10px 4px 5px 10px; +} + +.e-de-list-thumbnail .e-de-list-items { + float: left; +} + +.e-de-list-thumbnail .e-de-list-items { + background: #fff; + border: 1px solid transparent; + clear: initial; + display: inline-block; + height: auto; + margin: 5px; + text-align: center; + width: auto; +} + +.e-de-list-items { + background: #fff; + box-sizing: border-box; + cursor: pointer; + list-style: none; + padding: 7px 10px; + position: relative; +} + +.e-de-list-item-size { + font-size: 14px; +} + +.e-de-ui-wfloating-menu { + padding: 10px 4px 5px 10px; +} + +.e-de-table-border-fill.e-de-rtl { + margin-left: 15px; +} + +.e-de-table-border-fill:not(.e-de-rtl) { + margin-right: 15px; + margin-top: 5px; +} + +.e-de-table-ppty-dlg-tabs { + height: 320px; + position: relative; +} + +.e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active, +.e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active { + border-color: #ff4081; +} + +.e-de-bullet-icons { + left: 50%; + position: absolute; + top: 50%; + transform: translate(-43%, -43%); +} + +.e-de-header-footer-list { + color: #3f51b5; +} + +.e-de-rtl-btn-div { + font-size: 12px; + margin-right: 14px; + width: 200px; +} + +.e-de-rtl-btn-div.e-de-rtl { + margin-left: 14px; + margin-right: 0; +} + +.e-de-ltr-btn-div { + font-size: 12px; + width: 200px; +} + +.e-de-tbl-rtl-btn-div { + font-size: 12px; + margin-right: 14px; + width: 140px; +} + +.e-de-tbl-rtl-btn-div.e-de-rtl { + margin-left: 14px; + margin-right: 0; +} + +.e-de-tbl-ltr-btn-div { + font-size: 12px; + width: 140px; +} + +.e-para-dlg-sub-height { + height: 145px; +} + +.e-de-disabledbutton { + opacity: 0.4; + pointer-events: none; +} + +.e-bigger .e-de-insert-table { + height: auto; + width: auto; +} + +.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) { + height: auto; +} + +.e-bigger .e-de-font-dlg { + width: 375px; +} + +.e-bigger .e-para-dlg-sub-height { + height: 170px; +} + +.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl { + margin-right: 36px; +} + +.e-bigger .e-de-font-content-label-width { + width: 72px; +} + +.e-bigger .e-de-toc-label { + margin-left: 194px; +} + +.e-bigger .e-de-toc-label-rtl { + margin-left: 0; + margin-right: 180px; +} + +.e-bigger .e-de-outline-rtl { + width: 173px; +} + +.e-de-restrict-format { + margin-top: 16px; +} + +.e-de-rp-format { + font-size: 13px; + margin-bottom: 12px; + opacity: .65; +} + +.e-de-rp-checkbox { + font-size: 12px; +} + +.e-de-rp-border { + margin-bottom: 12px; + margin-top: 12px; +} + +.e-de-rp-header { + font-size: 15px; + font-weight: 500; + opacity: .87; +} + +.e-de-restrict-pane .e-checkbox-wrapper .e-label { + color: rgba(0, 0, 0, 0.87); + font-size: 12px; +} + +.e-de-restrict-pane .e-checkbox-wrapper .e-frame { + height: 16px; + width: 16px; +} + +.e-de-restrict-pane .e-checkbox-wrapper { + margin-bottom: 8px; +} + +.e-de-rp-user .e-checkbox-wrapper { + width: auto; +} + +.e-de-rp-nav-btn, +.e-de-rp-btn-enforce { + background: #fafafa; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5); + font-size: 13px; + height: 36px; + opacity: .87; +} + +.e-de-rp-nav-btn { + margin: 0 12px; + width: 210px; +} + +.e-de-rp-btn-stop-enforce { + background: #fafafa; + border-radius: 2px; + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5); + font-size: 13px; + height: 36px; + margin: 0 46px; + opacity: .87; +} + +.e-de-rp-nav-lbl { + font-size: 13px; + margin: 0 28px; +} + +.e-de-rp-sub-div { + border-bottom: 1px solid #e4e4e4; + padding: 12px; +} + +.e-de-restrict-pane { + padding-left: 0; + padding-top: 0; +} + +.e-de-rp-whole-header { + padding: 12px; +} + +.e-de-rp-user { + background: #fff; + border: 1px solid #e4e4e4; + border-radius: 2px; + font-size: 12px; + height: 110px; + width: 238px; +} + +.e-de-rp-enforce { + padding-top: 12px; +} + +.e-de-rp-enforce-nav { + margin: 12px 0; +} + +.e-de-enforce-dlg-title { + font-size: 14px; + font-weight: 400; + margin-bottom: 8px; + margin-top: 8px; +} + +.e-de-enforce .e-de-enforce-dlg-input { + height: 16px; + margin-bottom: 8px; + width: 300px; +} + +.e-de-user-add-btn { + background: #e0e0e0; + border-radius: 2px; + width: 74px; +} + +.e-de-user-dlg .e-de-user-dlg-textbox-input { + margin-right: 16px; + width: 304px; +} + +.e-de-user-dlg-list { + margin-bottom: 15px; +} + +.e-de-user-listview { + border: 1px solid #e4e4e4; + border-radius: 2px; + height: 106px; +} + +.e-de-user-dlg-user { + margin-bottom: 12px; +} + +.e-user-delete { + float: left; +} + +.e-de-unprotect-dlg-title { + font-size: 14px; + margin-bottom: 8px; +} + +.e-de-rp-stop-div1 { + opacity: .87; + padding: 12px 12px 6px 12px; + font-weight: 500; + border-bottom: 1px solid #E0E0E0; +} + +.e-de-rp-stop-div2 { + padding: 12px 12px 24px; +} + +.e-de-rp-stop-div3 { + padding: 0 0 12px 12px; +} + +.e-de-rp-close-icon { + float: right; + position: relative; + top: -7px; +} + +.e-de-restrict-pane { + height: 100%; + overflow: auto; + width: 268px; +} + +.e-de-rp-nav-lbl { + font-size: 13px; + margin: 0 28px; +} + +.e-documenteditor-optionspane { + height: 100%; +} + +.e-de-cmt-pane { + background-color: inherit; + border-left: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); + width: 264px; +} + +.e-de-cp-close { + background-color: inherit; + border: none; + float: right; + position: relative; + top: -7px; +} + +.e-de-cp-whole-header { + padding: 12px; +} + +.e-de-cp-header { + font-size: 13px; + font-weight: 500; + opacity: .87; + width: 75%; +} + +.e-de-cmt-container { + height: auto; + padding: 0px 8px; + overflow: auto; +} + +.e-de-cmt-sub-container { + background-color: #fff; + border: 1px solid #eee; + border-radius: 2px; + margin: 8px 0px; + padding: 8px; +} + +.e-de-cmt-view { + cursor: default; +} + +.e-de-cmt-sub-container.e-de-cmt-selection { + border-left: 3px solid #e3165b; + padding-left: 6px; +} + +.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 2px solid #e3165b; + padding-left: 7px; +} + +.e-de-cmt-author { + margin-bottom: 8px; +} + +.e-de-cmt-author-name { + font-size: 13px; + font-weight: 500; + width: 90%; +} + +.e-de-cp-option.e-btn.e-icon-btn { + background-color: inherit; + border: none; + color: inherit; + float: right; + height: 20px; + padding: 0px; + width: 20px; +} + +.e-de-cp-option.e-btn.e-icon-btn span { + margin-top: 0px; +} + +.e-de-cmt-view:hover .e-de-cp-option { + display: block; +} + +.e-de-cmt-readonly { + font-size: 13px; + padding-top: 4px; + word-break: break-word; +} + +.e-de-cmt-date { + font-size: 13px; + margin-top: 12px; + opacity: .67; +} + +.e-de-cmt-sub-container.e-de-cmt-reply { + border: none; + border-top: 1px solid #eee; + border-radius: 0px; + margin: 11.5px 8px 0px 8px; + padding: 0px; +} + +.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view { + margin-top: 11.5px; +} + +.e-de-cmt-textarea.e-input { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; + line-height: normal; + min-height: 30px; + overflow: hidden; + resize: none; +} + +.e-de-cmt-action-button { + text-align: right; + margin-top: 4.5px; +} + +.e-de-cmt-post-btn.e-btn.e-flat, .e-de-cmt-cancel-btn.e-btn.e-flat { + color: rgba(0, 0, 0, 0.54); + height: 28px; + margin-left: 8px; + width: 28px; +} + +.e-de-cmt-resolved .e-de-cmt-author-name, .e-de-cmt-resolved .e-de-cmt-readonly, .e-de-cmt-resolved e-de-cmt-date { + opacity: .67; +} + +.e-de-cmt-resolved .e-de-cmt-rply-view { + display: none; +} + +.e-de-cmt-resolved .e-de-cmt-resolve-btn { + display: block; + margin-top: 8px; + text-align: right; +} + +.e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection { + border-left: 3px solid rgba(227, 22, 91, 0.5); +} + +.e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 2px solid rgba(227, 22, 91, 0.5); +} + +.e-de-cmt-mark { + cursor: default; + color: #000; + font-size: 13px; + height: 13px; + pointer-events: all; + width: 13px; +} + +.e-de-cmt-mark :hover { + color: #e3165b; +} + +.e-de-cmt-mark.e-de-cmt-mark-selected, .e-de-cmt-mark.e-de-cmt-mark-hover { + color: #e3165b; +} + +.e-de-cmt-no-cmt { + margin-left: 6px; + margin-top: 24px; + font-size: 13px; +} + +.e-de-cmt-drawer-cnt { + font-size: 13px; + height: 20px; + margin-top: 8px; +} + +.e-de-cmt-drawer { + cursor: pointer; + float: right; + opacity: .54; + margin-right: 4px; + margin-top: 4px; +} + +.e-de-cmt-rply-view { + margin-top: 12px; +} + +.e-de-cmt-resolve-btn { + display: none; +} + +.e-rtl .e-de-cp-close { + float: left; +} + +.e-rtl .e-de-cmt-pane { + border-left: none; + border-right: 1px solid #e0e0e0; +} + +.e-rtl .e-de-rp-close-icon { + float: left; +} + +.e-rtl .e-de-cp-option.e-btn.e-icon-btn { + float: left; +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection { + border-left: 1px solid #eee; + border-right: 3px solid #e3165b; + padding-left: 8px; + padding-right: 6px; +} + +.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-left: 1px solid #eee; + border-right: 2px solid #e3165b; + padding-left: 8px; + padding-right: 7px; +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection { + border-right: 3px solid rgba(227, 22, 91, 0.5); +} + +.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover { + border-right: 2px solid rgba(227, 22, 91, 0.5); +} + +.e-rtl .e-de-cmt-action-button { + text-align: left; +} + +.e-rtl .e-de-cmt-no-cmt { + margin-left: auto; + margin-right: 6px; +} + +.e-rtl .e-de-cmt-drawer { + float: left; + margin-left: 8px; + margin-right: auto; +} + +.e-rtl .e-de-cmt-resolve-btn { + text-align: left; +} + +.e-bigger .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-de-cmt-cancel-btn.e-btn.e-flat { + height: 36px; + margin-left: 12px; + width: 36px; +} + +.e-bigger .e-de-cp-whole-header { + height: 56px; + padding: 16px; + padding-right: 8px; +} + +.e-bigger .e-de-cp-close { + margin-top: -3px; +} + +.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat, .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat { + margin-right: 12px; +} + +.e-de-ctnr-close::before { + content: '\eb36'; +} + +.e-de-ctnr-linespacing::before { + content: '\eb37'; +} + +.e-de-ctnr-lock::before { + content: '\eb3a'; +} + +.e-de-ctnr-link::before { + content: '\eb3c'; +} + +.e-de-ctnr-alignbottom::before { + content: '\eb3d'; +} + +.e-de-selected-spellcheck-item::before { + content: '\e935'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-de-selected-underline-item::before { + content: '\e935'; + font-family: 'e-icons'; + font-size: 10px; +} + +.e-de-ctnr-table::before { + content: '\eb3e'; +} + +.e-de-ctnr-tableofcontent::before { + content: '\eb41'; +} + +.e-de-ctnr-pagenumber::before { + content: '\eb43'; +} + +.e-de-ctnr-bold::before { + content: '\eb47'; +} + +.e-de-ctnr-aligntop::before { + content: '\eb49'; +} + +.e-de-ctnr-aligncenter::before { + content: '\eb4a'; +} + +.e-de-ctnr-pagesetup::before { + content: '\eb4c'; +} + +.e-de-ctnr-strokestyle::before { + content: '\eb4d'; +} + +.e-de-ctnr-image::before { + content: '\eb4f'; +} + +.e-de-ctnr-bookmark::before { + content: '\eb51'; +} + +.e-de-ctnr-header::before { + content: '\eb53'; +} + +.e-de-ctnr-bullets::before { + content: '\eb5b'; +} + +.e-de-ctnr-showhide::before { + content: '\eb5d'; + font-size: 16px; +} + +.e-de-flip { + transform: scaleX(-1); +} + +.e-de-ctnr-print::before { + content: '\eb5e'; +} + +.e-de-ctnr-alignright::before { + content: '\eb5f'; +} + +.e-de-ctnr-footer::before { + content: '\eb60'; +} + +.e-de-ctnr-outsideborder::before { + content: '\eb66'; +} + +.e-de-ctnr-allborders::before { + content: '\eb95'; +} + +.e-de-ctnr-insideborders::before { + content: '\eb88'; +} + +.e-de-ctnr-mergecell::before { + content: '\eb93'; +} + +.e-de-ctnr-aligntop::before { + content: '\eb35'; +} + +.e-de-ctnr-alignbottom::before { + content: '\eb0e'; +} + +.e-de-ctnr-aligncenter-table::before { + content: '\eb0d'; +} + +.e-de-ctnr-bullet-none::before { + content: '\e256'; +} + +.e-de-ctnr-bullet-dot::before { + content: '\e270'; +} + +.e-de-ctnr-bullet-circle::before { + content: '\e254'; +} + +.e-de-ctnr-bullet-square::before { + content: '\e271'; +} + +.e-de-ctnr-bullet-flower::before { + content: '\e267'; +} + +.e-de-ctnr-bullet-arrow::before { + content: '\e253'; +} + +.e-de-ctnr-bullet-tick::before { + content: '\e259'; +} + +.e-de-selected-item::before { + content: '\e935'; +} + +.e-de-ctnr-break::before { + content: '\eba6'; +} + +.e-de-ctnr-page-break::before { + content: '\eba0'; +} + +.e-de-ctnr-section-break::before { + content: '\eba2'; +} + +.e-de-ctnr-upload::before { + content: '\e60f'; +} + +.e-de-ctnr-undo::before { + content: '\e341'; +} + +.e-de-ctnr-find::before { + content: '\e60e'; +} + +.e-de-ctnr-italic::before { + content: '\e35a'; +} + +.e-de-ctnr-download::before { + content: '\e603'; +} + +.e-de-ctnr-justify::before { + content: '\e334'; +} + +.e-de-ctnr-highlight::before { + content: '\ec15'; +} + +.e-de-ctnr-new::before { + content: '\e823'; +} + +.e-de-ctnr-paste::before { + content: '\e355'; +} + +.e-de-ctnr-subscript::before { + content: '\e357'; +} + +.e-de-ctnr-fontcolor::before { + content: '\ec22'; +} + +.e-de-ctnr-strikethrough::before { + content: '\e332'; +} + +.e-de-ctnr-redo::before { + content: '\e354'; +} + +.e-de-ctnr-increaseindent::before { + content: '\e33f'; +} + +.e-de-ctnr-backgroundcolor::before { + content: '\e35c'; +} + +.e-de-ctnr-open::before { + content: '\e609'; +} + +.e-de-ctnr-underline::before { + content: '\e343'; +} + +.e-de-ctnr-superscript::before { + content: '\e352'; +} + +.e-de-ctnr-alignleft::before { + content: '\e33a'; +} + +.e-de-ctnr-numbering::before { + content: '\e346'; +} + +.e-de-ctnr-aligncenter::before { + content: '\e35e'; +} + +.e-de-ctnr-decreaseindent::before { + content: '\e35d'; +} + +.e-de-ctnr-clearall::before { + content: '\e340'; +} + +.e-de-ctnr-leftborders::before { + content: '\e291'; +} + +.e-de-ctnr-insideverticalborder::before { + content: '\e287'; +} + +.e-de-ctnr-rightborder::before { + content: '\e288'; +} + +.e-de-ctnr-topborder::before { + content: '\e281'; +} + +.e-de-ctnr-insidehorizondalborder::before { + content: '\e276'; +} + +.e-de-ctnr-bottomborder::before { + content: '\e298'; +} + +.e-de-ctnr-strokesize::before { + content: '\ec25'; +} + +.e-de-ctnr-highlightcolor::before { + content: '\ec15'; +} + +.e-de-ctnr-insertleft::before { + content: '\e285'; +} + +.e-de-ctnr-insertright::before { + content: '\e284'; +} + +.e-de-ctnr-insertabove::before { + content: '\e506'; +} + +.e-de-ctnr-insertbelow::before { + content: '\e505'; +} + +.e-de-ctnr-deleterows::before { + content: '\e283'; +} + +.e-de-ctnr-deletecolumns::before { + content: '\e282'; +} + +.e-de-ctnr-cellbg-clr-picker::before { + content: '\e35c'; + font-size: 15px; +} + +.e-de-cnt-cmt-add::before { + content: '\e814'; + font-family: 'e-icons'; +} + +.e-de-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap { + height: 0; + line-height: 0; +} + +.e-de-ctnr-file-picker { + left: -110em; + position: fixed; +} + +.e-de-ctnr-rtl { + direction: rtl; +} + +.e-de-ctnr-hglt-btn { + display: inline-block; + height: 25px; + margin: 3px; + width: 25px; +} + +.e-color-selected, +.e-de-ctnr-hglt-btn:hover { + border: 1px solid #ff8c00; +} + +.e-hglt-no-color { + height: 30px; + padding-top: 1px; + width: 157px; +} + +.e-hglt-no-color:hover { + background-color: #d3d3d3; + cursor: pointer; +} + +.e-de-ctnr-hglt-no-color { + font-size: 12px; + font-weight: 400; + left: 40px; + padding-top: 11px; + position: absolute; + top: 100px; +} + +.e-de-ctn-title { + background-color: #3f51b5; + color: #fff; +} + +.e-de-tool-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 113px); + width: 100%; +} + +.e-de-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 113px); + width: 100%; +} + +.e-de-statusbar-seperator { + border: 1px solid #ebebeb; + height: 16px; + margin-left: 15.5px; + margin-top: 10px; +} + +.e-de-statusbar-spellcheck { + border-radius: 2px; + height: 34px; + margin-left: 7.5px; + width: 91px; +} + +.e-de-ctn { + background-color: #fafafa; + border: 1px solid #eee; + height: calc(100%); + position: relative; + width: 100%; +} + +.e-bigger .e-de-statusbar-spellcheck { + border-radius: 2px; + height: 34px; + margin-left: 7.5px; + width: 110px; +} + +.e-de-ctnr-toolbar { + display: -ms-inline-flexbox; + display: inline-flex; + height: 77px; + width: 100%; +} + +.e-de-tlbr-wrapper .e-de-toolbar.e-toolbar, +.e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn { + border: 0; +} + +.e-de-pane { + border-left: 1px solid #eee; +} + +.e-de-pane-rtl { + border-right: 1px solid #eee; +} + +.e-de-pane > div button:not(.e-primary), +.e-de-pane-rtl > div button:not(.e-primary) { + background-color: #eee; +} + +.e-de-tool-ctnr-properties-pane { + background-color: #fafafa; + border-bottom: 1px solid #eee; + border-top: 1px solid #eee; +} + +.e-de-ctnr-segment { + margin-bottom: 12px; +} + +.e-de-ctnr-segment > div:first-child, +.e-de-ctnr-segment > button:first-child { + margin-right: 12px; +} + +.e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child, +.e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child { + margin-left: 12px; + margin-right: 0; +} + +.e-de-tlbr-wrapper { + background-color: #fafafa; + height: 77px; + width: calc(100% - 75px); +} + +.e-de-ctnr-prop-label { + color: rgba(0, 0, 0, 0.54); + display: inline-block; + font-size: 12px; + font-weight: 500; + letter-spacing: .05px; + margin-bottom: 12px; + opacity: .87; +} + +.e-de-table-prop-label { + margin-left: 12px; +} + +.e-de-table-prop-label.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-toolbar.e-toolbar { + border-radius: 0; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items { + height: 77px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator { + height: 59px; + margin: 0 5.5px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start { + margin-left: 12px; + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-first { + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle { + margin-left: 6px; + margin-right: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-last { + margin-left: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end { + margin-left: 6px; + margin-right: 12px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus { + background-color: rgba(184, 184, 184, 0.9584); +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-de-overlay { + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.de-split-button > div:first-child { + margin-right: 0; +} + +.e-de-ctnr-properties-pane-btn { + width: 75px; +} + +.e-de-ctnr-properties-pane-btn .e-btn { + background-color: #fafafa; + border-radius: 0; + box-shadow: none; + color: #000; + min-height: 100%; + min-width: 100%; +} + +.e-de-ctnr-properties-pane-btn .e-btn:focus { + box-shadow: none; +} + +.e-de-ctnr-properties-pane-btn .e-btn:active { + box-shadow: none; +} + +.e-de-ctnr-properties-pane-btn .e-btn:hover { + box-shadow: none; +} + +.e-de-showhide-btn { + border: 0; + height: 77px; +} + +.e-de-showhide-btn-rtl { + border: 0; + height: 77px; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 0; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: table; + font-size: 12px; + margin: 0 6.5px; + padding: 0; + white-space: normal; +} + +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + padding: 0; +} + +.e-de-cntr-pane-padding { + padding: 12px; +} + +.e-de-prop-pane { + height: 100%; + min-height: 200px; + overflow: auto; + width: 262px; +} + +.e-bigger .e-de-cntr-pane-padding { + padding: 16px; +} + +.e-bigger .e-de-prop-pane { + height: 100%; + min-height: 200px; + overflow: auto; + width: 270px; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline) { + box-shadow: none; + height: 28px; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus { + box-shadow: none; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active { + box-shadow: none; +} + +.e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover { + box-shadow: none; +} + +.e-de-ctnr-group-btn button { + box-shadow: none; + height: 28px; +} + +.e-de-ctnr-group-btn button:focus { + box-shadow: none; +} + +.e-de-ctnr-group-btn button:active { + box-shadow: none; +} + +.e-de-ctnr-group-btn button:hover { + box-shadow: none; +} + +.e-de-property-div-padding { + border-bottom: 0.5px solid #e0e0e0; + padding-bottom: 11.5px; + padding-top: 12.5px; +} + +.e-de-ctnr-dropdown-ftr { + border-top: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.54); + display: block; + font-size: 12px; + line-height: 40px; + text-indent: 1.2em; +} + +.e-de-char-fmt-btn-left > button { + width: 38.5px; +} + +.e-de-char-fmt-btn-right > button { + width: 36px; +} + +.e-de-panel-left-width { + width: 150px; +} + +.e-bigger .e-de-panel-left-width { + width: 150px; +} + +.e-bigger .e-de-char-fmt-btn-left > button { + width: 38.5px; +} + +.e-de-panel-right-width { + width: 72px; +} + +.e-de-cntr-highlight-pane { + border: 1px solid #eee; +} + +.e-de-btn-hghlclr > button:first-child { + padding: 1px !important; +} + +.e-de-ctnr-hglt-color { + font-size: 12px; + font-weight: 400; + height: 18px !important; + width: 18px !important; +} + +.e-de-font-clr-picker > div button, +.e-de-font-clr-picker > button { + width: 30.8px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md { + height: 55px; + padding: 4px !important; + width: 60px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-menuitem-md:hover { + border: 3px solid rgba(0, 0, 0, 0.12); + padding: 2px !important; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md { + height: 38px; + padding: 4px !important; + width: 38px; +} + +.e-de-floating-menu.e-de-bullets-menu .e-de-floating-bullet-menuitem-md:hover { + border: 3px solid rgba(0, 0, 0, 0.12); + padding: 2px !important; +} + +.e-de-list-header-presetmenu { + cursor: pointer; + font-size: 11px; + line-height: 14px; + overflow: hidden; + text-align: left; + min-width: 50px; + white-space: nowrap; + width: 100%; +} + +.e-de-bullet-list-header-presetmenu { + cursor: pointer; + font-size: 14px; + left: -11px; + line-height: 26px; + min-width: 50px; + overflow: hidden; + position: relative; + white-space: nowrap; + width: 100%; +} + +.e-rtl .e-de-bullet-list-header-presetmenu { + cursor: pointer; + font-size: 14px; + left: 10px; + line-height: 26px; + min-width: 50px; + overflow: hidden; + position: relative; + white-space: nowrap; + width: 100%; +} + +.e-de-bullet { + font-size: 42px; +} + +.e-de-list-header-presetmenu .e-de-list-line { + border-bottom: 1px solid #ccc; + margin-left: 5px; + width: 100%; +} + +.e-de-toc-optionsdiv { + margin-bottom: 11.5px; + margin-left: 5.5px; + margin-top: 15.5px; +} + +.e-de-toc-optionsdiv.e-de-rtl { + margin-right: 5.5px; + margin-left: 0; +} + +.e-de-list-header-presetmenu div span { + color: #aaa; + display: inline-block; + vertical-align: middle; +} + +.e-de-floating-menu .e-de-floating-menuitem, +.e-de-floating-menu .e-de-menuitem-none { + cursor: pointer; + height: 70px; + padding: 0 !important; + margin: 0 5px 5px 0 !important; + width: 70px; +} + +.e-de-list-thumbnail .e-de-list-items { + float: left; +} + +.e-de-list-thumbnail .e-de-list-items { + border: 1px solid #e4e4e4; + clear: initial; + display: inline-block; + height: auto; + margin: 5px; + padding: 2px; + text-align: center; + width: auto; +} + +.e-de-list-items { + cursor: pointer; + background: #fafafa; + box-sizing: border-box; + list-style: none; + padding: 7px 10px 7px 10px; + position: relative; +} + +.e-de-list-item-size { + font-size: 14px; +} + +.e-de-floating-menuitem.e-de-floating-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected, +.e-de-floating-menuitem.e-de-floating-bullet-menuitem-md.e-de-list-items.e-de-list-item-size.de-list-item-selected { + border: 3px solid #3f51b5; + padding: 2px !important; +} + +.e-de-floating-menu { + padding: 10px 4px 5px 10px !important; +} + +.e-de-list-container { + background: #fafafa; + border: 1px solid #ccc; + border-radius: 2px; + box-shadow: 0 0 14px rgba(0, 0, 0, 0.2); + box-sizing: border-box; + display: inline-block; + line-height: normal; + margin: 0; + outline: 0; + padding: 5px 0; + position: absolute; + width: auto; + z-index: 10020; +} + +.e-de-ctnr-list { + font-size: 29px; + vertical-align: top; +} + +.e-de-image-property { + padding-left: 32px; +} + +.e-de-img-prty-span { + color: #000; + left: 8px; + position: absolute; + top: 6px; +} + +.e-btn-toggle { + background-color: rgba(184, 184, 184, 0.9584) !important; + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: none !important; +} + +.e-btn-toggle:hover { + background-color: rgba(184, 184, 184, 0.9584) !important; + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: none !important; +} + +.e-de-toc-template1 { + background: #fafafa; + border: 1px solid #eee; + color: rgba(0, 0, 0, 0.54); + height: 129px; + margin-left: 78px; + width: 94px; +} + +.e-de-toc-template1.e-de-rtl { + margin-left: 0; + margin-right: 78px; +} + +.e-de-toc-template1-content1 { + font-size: 10px; + height: 11px; + margin-left: 5.4px; + margin-top: 6.7px; + width: 78px; +} + +.e-de-toc-template1-content2 { + font-size: 8px; + height: 9px; + margin-left: 20.4px; + margin-top: 5.7px; + width: 63px; +} + +.e-de-toc-template1-content3 { + font-size: 7px; + height: 8px; + margin-left: 28.4px; + margin-top: 6.7px; + width: 55px; +} + +.e-de-prop-sub-label { + color: #000; + font-size: 13px; + margin-bottom: 8px; +} + +.e-de-toc-checkbox1 { + height: 14px; + margin-top: 14px; +} + +.e-de-toc-checkbox2 { + height: 14px; + margin-top: 14px; +} + +.e-de-toc-checkbox3 { + height: 14px; + margin-top: 14px; +} + +.e-de-status-bar { + background-color: #fafafa; + border-bottom: 1px solid #eee; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + width: 100%; +} + +.e-de-ctnr-pg-no { + color: #000; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: 100px; +} + +.e-de-ctnr-pg-no-spellout { + color: #000; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: calc(100% - 75px); +} + +.e-bigger .e-de-ctnr-pg-no-spellout { + color: #000; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 13px; + height: 100%; + width: calc(100% - 90px); +} + +.e-de-statusbar-zoom-spell { + background-color: #fafafa; + border: 0; + color: #000; + float: right; + height: 34px; + margin-left: calc(100% - 292px); +} + +.e-bigger .e-de-statusbar-zoom-spell { + background-color: #fafafa; + border: 0; + color: #000; + float: right; + height: 34px; + margin-left: calc(100% - 325px); +} + +.e-de-btn-cancel { + margin-left: 10px; +} + +.e-de-btn-cancel-rtl { + margin-left: 0; + margin-right: 10px; +} + +.e-de-prop-header-label { + color: rgba(0, 0, 0, 0.54); + display: inline-block; + font-size: 13px; + font-weight: bold; + letter-spacing: .05px; + opacity: .87; +} + +.e-de-prop-separator-line { + border-bottom: 1px solid #eee; +} + +.e-de-status-bar > div label { + font-weight: normal; +} + +.e-de-stylediv { + padding-left: 12px; +} + +.e-de-stylediv-rtl { + padding-left: 0; + padding-right: 12px; +} + +.e-de-border-style-div { + margin-left: 12px; +} + +.e-de-border-style-div.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-insert-del-cell { + margin-left: 12px; +} + +.e-de-insert-del-cell.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-cell-margin { + margin-left: 12px; +} + +.e-de-align-text { + margin-left: 12px; +} + +.e-de-align-text.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-border-size-button { + height: 28px; + margin-top: 14px; + width: 100px; +} + +.e-de-color-picker { + height: 28px; + width: 100px; +} + +.e-de-cell-div { + margin-left: 12px; +} + +.e-de-cell-div.e-de-rtl { + margin-left: 0; + margin-right: 12px; +} + +.e-de-cell-text-box { + margin-right: 12px; +} + +.e-de-prop-fill-label { + margin-left: 10.3px; + margin-right: 8px; +} + +.e-de-prop-fill-label.e-de-rtl { + margin-left: 8px; + margin-right: 10.3px; +} + +.e-de-grp-btn-ctnr .e-de-ctnr-group-btn, +.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn { + height: 42px !important; +} + +.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button, +.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button { + height: 42px; + width: 42px; +} + +.e-de-border-clr-picker .e-split-btn-wrapper > button:first-child { + width: 70px; +} + +.e-bigger .de-split-button > div:first-child { + margin-right: 0; +} + +.e-bigger .e-de-border-clr-picker .e-split-btn-wrapper > button:first-child { + width: 66px; +} + +.e-bigger .e-de-prop-fill-label { + margin-left: 14.5px; + margin-right: 9.8px; +} + +.e-bigger .e-de-prop-fill-label.e-de-rtl { + margin-left: 9.8px; + margin-right: 14.5px; +} + +.e-bigger .e-de-cell-text-box { + margin-right: 16px; +} + +.e-bigger .e-de-cell-div { + margin-left: 16px; +} + +.e-bigger .e-de-cell-div.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-border-style-div { + margin-left: 16px; +} + +.e-bigger .e-de-border-style-div.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-color-picker { + height: 36px; + width: 96px; +} + +.e-bigger .e-de-border-size-button { + height: 36px; + margin-top: 14px; + width: 96px; +} + +.e-bigger .e-de-align-text { + margin-left: 16px; +} + +.e-bigger .e-de-align-text.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-insert-del-cell { + margin-left: 16px; +} + +.e-bigger .e-de-insert-del-cell.e-de-rtl { + margin-left: 0; + margin-right: 16px; +} + +.e-bigger .e-de-cell-margin { + margin-left: 14px; +} + +.e-bigger .e-de-cell-margin.e-de-rtl { + margin-left: 0; + margin-right: 14px; +} + +.e-bigger .e-de-stylediv { + padding-left: 16px; +} + +.e-bigger .e-de-stylediv-rtl { + padding-right: 16px; +} + +.e-bigger .e-de-tool-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + min-height: 200px; + width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane { + display: -ms-inline-flexbox; + display: inline-flex; + height: calc(100% - 118px); + width: 100%; +} + +.e-bigger .e-de-ctn { + background-color: #fafafa; + border: 1px solid #eee; + height: calc(100%); + position: relative; + width: 100%; +} + +.e-bigger .e-de-ctnr-toolbar { + display: -ms-inline-flexbox; + display: inline-flex; + height: 82px; + width: 100%; +} + +.e-bigger .e-de-tlbr-wrapper .e-de-toolbar.e-toolbar, +.e-bigger .e-de-tlbr-wrapper .e-de-ctnr-properties-pane-btn { + border: 0; +} + +.e-bigger .e-de-pane { + border-left: 1px solid #eee; +} + +.e-bigger .e-de-pane-rtl { + border-right: 1px solid #eee; +} + +.e-bigger .e-de-pane > div button:not(.e-primary), +.e-bigger .e-de-pane-rtl > div button:not(.e-primary) { + background-color: #eee; +} + +.e-bigger .e-de-ctnr-segment { + margin-bottom: 16px; +} + +.e-bigger .e-de-ctnr-segment > div:first-child, +.e-bigger .e-de-ctnr-segment > button:first-child { + margin-right: 12px; +} + +.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > div:first-child, +.e-bigger .e-de-ctnr-segment.e-de-ctnr-segment-rtl > button:first-child { + margin-left: 12px; + margin-right: 0; +} + +.e-bigger .e-de-tlbr-wrapper { + background-color: #fafafa; + height: 82px; + width: calc(100% - 75px); +} + +.e-bigger .e-de-ctnr-prop-label { + color: rgba(0, 0, 0, 0.54); + display: inline-block; + font-size: 12px; + font-weight: 500; + letter-spacing: .05px; + margin-bottom: 16px; + opacity: .87; +} + +.e-bigger .e-de-table-prop-label { + margin-left: 14.5px; +} + +.e-bigger .e-de-table-prop-label.e-de-rtl { + margin-left: 0; + margin-right: 14.5px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items { + height: 82px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-separator { + height: 25px; + margin: 0 7.5px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-start { + margin-left: 16px; + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-first { + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-middle { + margin-left: 8px; + margin-right: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-last { + margin-left: 8px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-toolbar-btn-end { + margin-left: 8px; + margin-right: 16px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-de-image-focus :focus { + background-color: rgba(184, 184, 184, 0.9584); +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:focus { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:active { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn:hover { + padding: 0; + padding-bottom: 6px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn .e-tbar-btn-text { + padding: 0; +} + +.e-bigger .e-de-overlay { + filter: alpha(opacity=50); + height: 100%; + opacity: .5; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane-btn { + width: 75px; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn { + background-color: #fafafa; + border-radius: 0; + box-shadow: none; + min-height: 100%; + min-width: 100%; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-properties-pane-btn .e-btn:hover { + box-shadow: none; +} + +.e-bigger .e-de-showhide-btn { + border: 0; + height: 82px; +} + +.e-bigger .e-de-showhide-btn-rtl { + border: 0; + height: 82px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 0; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + display: table; + font-size: 13px; + margin: 0 6px; + padding: 0; + white-space: normal; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-btn-icon, +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon { + font-size: 16px; + padding: 0; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline) { + box-shadow: none; + height: 36px; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn.e-btn-group:not(.e-outline):hover { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button { + box-shadow: none; + height: 36px; +} + +.e-bigger .e-de-ctnr-group-btn button:focus { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button:active { + box-shadow: none; +} + +.e-bigger .e-de-ctnr-group-btn button:hover { + box-shadow: none; +} + +.e-bigger .e-de-property-div-padding { + border-bottom: 0.5px solid #e0e0e0; + padding-bottom: 14.5px; + padding-top: 15.5px; +} + +.e-bigger .e-de-ctnr-dropdown-ftr { + border-top: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.54); + display: block; + font-size: 12px; + line-height: 40px; + text-indent: 1.2em; +} + +.e-bigger .e-de-char-fmt-btn > button { + width: 38.5px; +} + +.e-bigger .e-de-btn-hghlclr > button:first-child { + padding: 0 6px !important; +} + +.e-bigger .e-de-ctnr-hglt-color { + font-size: 12px; + font-weight: 400; + height: 25px !important; + width: 25px !important; + border-radius: 4px; +} + +.e-bigger .e-de-font-clr-picker > div button, +.e-bigger .e-de-font-clr-picker > button { + width: auto; +} + +.e-bigger .e-de-ctnr-list { + font-size: 29px; + vertical-align: top; +} + +.e-bigger .e-de-image-property { + padding-left: 32px; +} + +.e-bigger .e-de-img-prty-span { + color: #000; + left: 10px; + position: absolute; + top: 12px; +} + +.e-bigger .e-btn-toggle { + background-color: rgba(184, 184, 184, 0.9584) !important; + box-shadow: none !important; + outline: #fafafa 0 solid; + outline-offset: 0; +} + +.e-bigger .e-btn-toggle:hover { + background-color: rgba(184, 184, 184, 0.9584) !important; + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: none !important; +} + +.e-bigger .e-de-toc-template1 { + background: #fafafa; + border: 1px solid #eee; + color: rgba(0, 0, 0, 0.54); + height: 129px; + margin-left: 78px; + width: 94px; +} + +.e-bigger .e-de-toc-template1-content1 { + font-size: 10px; + height: 11px; + margin-left: 5.4px; + margin-top: 6.7px; + width: 78px; +} + +.e-bigger .e-de-toc-template1-content2 { + font-size: 8px; + height: 9px; + margin-left: 20.4px; + margin-top: 5.7px; + width: 63px; +} + +.e-bigger .e-de-toc-template1-content3 { + font-size: 7px; + height: 8px; + margin-left: 28.4px; + margin-top: 6.7px; + width: 55px; +} + +.e-bigger .e-de-toc-optionsdiv { + margin-bottom: 11.5px; + margin-left: 5.5px; + margin-top: 15.5px; +} + +.e-bigger .e-de-toc-optionsdiv.e-de-rtl { + margin-right: 5.5px; + margin-left: 0; +} + +.e-bigger .e-de-prop-sub-label { + font-size: 13px; + margin-bottom: 8.5px; +} + +.e-bigger .e-de-btn-cancel { + margin-left: 10px; +} + +.e-bigger .e-de-status-bar { + background-color: #fafafa; + border-bottom: 1px solid #eee; + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + width: 100%; +} + +.e-bigger .e-de-statusbar-zoom { + background-color: #fafafa; + border: 0; + float: right; + height: 34px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text { + line-height: 25px; +} + +.e-bigger .e-de-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text .e-de-text-wrap { + height: 6px; + line-height: 0; +} + +/*! component's default definitions and variables */ +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler::before { + content: '\e984'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler::before { + content: '\eb04'; + font-family: 'e-icons'; + font-size: 14px; +} + +.e-bigger .e-splitter .e-split-bar .e-resize-handler::before { + font-size: 16px; +} + +.e-bigger.e-splitter .e-split-bar .e-resize-handler::before { + font-size: 16px; +} + +.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical { + border-width: 1px; + display: -ms-flexbox; + display: flex; + overflow: hidden; + position: relative; + -ms-touch-action: none; + touch-action: none; + width: 100%; +} + +.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: normal; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-scrollable, .e-splitter.e-splitter-vertical .e-pane.e-scrollable { + overflow: auto; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-static-pane, .e-splitter.e-splitter-vertical .e-pane.e-static-pane { + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal { + overflow: auto; +} + +.e-splitter.e-splitter-horizontal .e-pane.e-pane-horizontal.e-pane-hidden, .e-splitter.e-splitter-vertical .e-pane.e-pane-horizontal.e-pane-hidden { + -ms-flex-preferred-size: 0 !important; + flex-basis: 0 !important; + overflow: hidden !important; +} + +.e-splitter.e-splitter-horizontal { + -ms-flex-direction: row; + flex-direction: row; +} + +.e-splitter.e-splitter-horizontal.e-pane.e-scrollable { + overflow: hidden; +} + +.e-splitter.e-splitter-horizontal.e-rtl { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before, +.e-splitter.e-splitter-horizontal.e-rtl .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after { + right: auto; +} + +.e-splitter.e-splitter-vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-splitter.e-splitter-vertical.e-pane.e-scrollable { + overflow: hidden; +} + +.e-splitter.e-splitter-vertical .e-pane-vertical { + overflow: auto; +} + +.e-splitter.e-splitter-vertical .e-pane-vertical.e-pane-hidden { + -ms-flex-preferred-size: 0 !important; + flex-basis: 0 !important; + overflow: hidden !important; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + right: auto; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) { + border-radius: 50%; + bottom: 18px; + right: 22px; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down { + border-radius: 50%; + left: 22px; + right: auto; + top: 18px; +} + +.e-splitter.e-splitter-vertical.e-rtl .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + right: auto; +} + +.e-splitter .e-split-bar.e-split-bar-active .e-navigate-arrow { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-hover.e-split-bar-active .e-navigate-arrow { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-pack: center; + justify-content: center; + min-width: 1px; + z-index: 15; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-icon-hidden { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar { + cursor: col-resize; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar::after { + content: ''; + cursor: col-resize; + display: block; + height: 100%; + position: absolute; + width: 16px; + z-index: 10; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 18px; + -ms-flex-pack: center; + justify-content: center; + position: relative; + width: 1px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler.e-hide-handler { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::before, +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right)::after { + left: 8px; + right: 3px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow { + border-image: none; + border-width: 1px; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + padding: 1px 12px; + position: relative; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + border-radius: 16px; + content: ''; + height: 8px; + position: absolute; + transform: rotate(0deg); + width: 2px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before { + top: 5px; + transform-origin: 1px 7px 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + top: 11px; + transform-origin: 1px 1px 0; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow:not(.e-arrow-right) { + border-radius: 50%; + right: 5px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right { + border-radius: 50%; + left: 5px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow.e-arrow-right::after { + right: 8px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-last-bar:not(.e-resizable-split-bar) { + margin: 0 3px; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal:not(.e-resizable-split-bar) { + margin: 0 0 0 3px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical { + -ms-flex-align: center; + align-items: center; + border: none; + display: -ms-flexbox; + display: flex; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + -ms-flex-pack: center; + justify-content: center; + min-height: 1px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-icon-hidden { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar { + cursor: row-resize; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-resizable-split-bar::after { + content: ''; + cursor: row-resize; + display: block; + height: 16px; + position: absolute; + width: 100%; + z-index: 12; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + height: 1px; + -ms-flex-pack: center; + justify-content: center; + width: 18px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler.e-hide-handler { + visibility: hidden; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + left: 10px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow { + border-image: none; + border-width: 0; + cursor: pointer; + display: -ms-flexbox; + display: flex; + height: 26px; + padding: 10px 3px 10px 18px; + position: relative; + width: 26px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after { + border-radius: 16px; + content: ''; + height: 8px; + position: absolute; + transform: rotate(90deg); + width: 2px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before { + top: 3px; + transform-origin: 2px 7px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + left: 11px; + top: 8px; + transform-origin: 1px 1px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before { + left: 12px; + top: 8px; + transform-origin: 1px 6px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + left: 10px; + top: 12px; + transform-origin: 1px 2px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down) { + border-radius: 50%; + bottom: 18px; + left: 22px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down { + border-radius: 50%; + right: 22px; + top: 18px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + right: 10px; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-last-bar:not(.e-resizable-split-bar) { + margin: 3px 0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical:not(.e-resizable-split-bar) { + margin: 3px 0 0; +} + +.e-bigger.e-splitter .e-pane { + font-size: 14px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + height: 20px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + width: 20px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::before, +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow:not(.e-arrow-down)::after { + margin-top: -2px; +} + +.e-bigger.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow.e-arrow-down::after { + margin-top: 2px; +} + +.e-rtl .e-splitter.e-splitter-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-bigger .e-splitter .e-pane { + font-size: 14px; +} + +.e-bigger .e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + height: 20px; +} + +.e-bigger .e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + width: 20px; +} + +.e-content-placeholder.e-splitter.e-placeholder-splitter { + background-size: 100px 110px; + min-height: 110px; +} + +.e-bigger .e-content-placeholder.e-splitter.e-placeholder-splitter, +.e-bigger.e-content-placeholder.e-splitter.e-placeholder-splitter { + background-size: 100px 110px; + min-height: 110px; +} + +.e-splitter.e-ie .e-navigate-arrow.e-arrow-left { + margin-left: -26px; +} + +.e-splitter.e-ie .e-split-bar-horizontal .e-resize-handler { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical { + border: solid 1px #e0e0e0; +} + +.e-splitter.e-splitter-horizontal .e-pane, .e-splitter.e-splitter-vertical .e-pane { + color: rgba(0, 0, 0, 0.87); +} + +.e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-horizontal .e-pane.e-splitter.e-splitter-vertical, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-horizontal, .e-splitter.e-splitter-vertical .e-pane.e-splitter.e-splitter-vertical { + border: transparent; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal { + background: #e0e0e0; + border: none; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-resize-handler { + background: #fff; + color: rgba(0, 0, 0, 0.54); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow { + background-color: transparent; + border-color: transparent; + color: transparent; + transition: background-color 500ms ease-out; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal .e-navigate-arrow::after { + background-color: #e3165b; + opacity: 0; + transition-duration: .3s; + transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover { + background: #e3165b; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-resize-handler { + background: #fff; + color: #e3165b; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-left, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right { + background-color: #fff; + border-color: rgba(227, 22, 91, 0.5); + border-width: 1px; + opacity: .9; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::before { + background-color: #e3165b; + opacity: 1; + transform: rotate(40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-hover .e-navigate-arrow::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover.e-split-bar-active .e-navigate-arrow::after { + background-color: #e3165b; + opacity: 1; + transform: rotate(-40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::before, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::before { + background-color: #e3165b; + opacity: 1; + transform: rotate(-40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-hover .e-navigate-arrow.e-arrow-right::after, .e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-navigate-arrow.e-arrow-right::after { + background-color: #e3165b; + opacity: 1; + transform: rotate(40deg); +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active { + background: #e3165b; +} + +.e-splitter .e-split-bar.e-split-bar-horizontal.e-split-bar-active .e-resize-handler { + background: #fff; + color: #e3165b; +} + +.e-splitter .e-split-bar.e-split-bar-vertical { + background: #e0e0e0; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-resize-handler { + background: #fff; + color: rgba(0, 0, 0, 0.54); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover { + background: #e3165b; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down { + background-color: #fff; + border-color: rgba(227, 22, 91, 0.5); + border-width: 1px; + opacity: .9; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-resize-handler { + background: #fff; + color: #e3165b; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::before { + background-color: #e3165b; + opacity: 1; + transform: rotate(125deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-up::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-up::after { + background-color: #e3165b; + opacity: 1; + transform: rotate(50deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::before, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::before { + background-color: #e3165b; + opacity: 1; + transform: rotate(55deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-hover .e-navigate-arrow.e-arrow-down::after, .e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-navigate-arrow.e-arrow-down::after { + background-color: #e3165b; + opacity: 1; + transform: rotate(125deg); +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow { + background-color: transparent; + border-color: transparent; + color: transparent; + transition: background-color 300ms ease-out; +} + +.e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::before, .e-splitter .e-split-bar.e-split-bar-vertical .e-navigate-arrow::after { + background-color: #e3165b; + opacity: 0; + transition-duration: .3s; + transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active { + background: #e3165b; +} + +.e-splitter .e-split-bar.e-split-bar-vertical.e-split-bar-active .e-resize-handler { + background: #fff; + color: #e3165b; +} + +.e-splitter.e-disabled { + opacity: 00.4; + pointer-events: none; +} + +/*! component icons */ +.e-pager .e-icon-last::before, +.e-grid-menu .e-icon-last::before { + content: '\e897'; +} + +.e-pager .e-icon-first::before, +.e-grid-menu .e-icon-first::before { + content: '\e896'; +} + +.e-pager .e-icon-prev::before, +.e-grid-menu .e-icon-prev::before { + content: '\e904'; +} + +.e-pager .e-icon-next::before, +.e-grid-menu .e-icon-next::before { + content: '\e913'; +} + +.e-pager.e-rtl .e-icon-last.e-lastpage::before, +.e-pager.e-rtl .e-icon-last.e-lastpage:hover, +.e-pager.e-rtl .e-icon-last.e-lastpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-last.e-lastpage::before, +.e-grid-menu.e-rtl .e-icon-last.e-lastpage:hover, +.e-grid-menu.e-rtl .e-icon-last.e-lastpagedisabled::before { + content: '\e896'; +} + +.e-pager.e-rtl .e-icon-first.e-firstpage::before, +.e-pager.e-rtl .e-icon-first.e-firstpage:hover, +.e-pager.e-rtl .e-icon-first.e-firstpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-first.e-firstpage::before, +.e-grid-menu.e-rtl .e-icon-first.e-firstpage:hover, +.e-grid-menu.e-rtl .e-icon-first.e-firstpagedisabled::before { + content: '\e897'; +} + +.e-pager.e-rtl .e-icon-prev.e-prevpage::before, +.e-pager.e-rtl .e-icon-prev.e-prevpage:hover, +.e-pager.e-rtl .e-icon-prev.e-prevpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpage::before, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpage:hover, +.e-grid-menu.e-rtl .e-icon-prev.e-prevpagedisabled::before { + content: '\e913'; +} + +.e-pager.e-rtl .e-icon-next.e-nextpage::before, +.e-pager.e-rtl .e-icon-next.e-nextpage:hover, +.e-pager.e-rtl .e-icon-next.e-nextpagedisabled::before, +.e-grid-menu.e-rtl .e-icon-next.e-nextpage::before, +.e-grid-menu.e-rtl .e-icon-next.e-nextpage:hover, +.e-grid-menu.e-rtl .e-icon-next.e-nextpagedisabled::before { + content: '\e904'; +} + +/*! Pager layout */ +.e-bigger .e-pager, +.e-pager.e-bigger { + font-size: 13px; + padding: 4px 0 2px; +} + +.e-bigger .e-pager div.e-icons, +.e-pager.e-bigger div.e-icons { + font-size: 13px; + vertical-align: ""; +} + +.e-bigger .e-pager div.e-parentmsgbar, +.e-pager.e-bigger div.e-parentmsgbar { + padding-bottom: 8px; + padding-right: 24px; + padding-top: 18.66667px; +} + +.e-bigger .e-pager .e-pagerdropdown, +.e-pager.e-bigger .e-pagerdropdown { + height: 40px; + margin: -40px 0 0 16px; + margin-top: -22px; +} + +.e-bigger .e-pager .e-pagerconstant, +.e-pager.e-bigger .e-pagerconstant { + margin-bottom: 15px; + margin-left: 16px; +} + +.e-bigger .e-pager .e-pagercontainer, +.e-pager.e-bigger .e-pagercontainer { + margin: 5px 8px 5px 24px; +} + +.e-bigger .e-pager.e-rtl .e-pagercontainer, +.e-pager.e-bigger.e-rtl .e-pagercontainer { + margin: 5 0 -4px 0; + margin-top: 5px; +} + +@media (max-width: 769px) { + .e-bigger .e-pager, + .e-pager.e-bigger { + padding: 19px 0; + } + .e-bigger .e-pager.e-rtl div.e-parentmsgbar, + .e-pager.e-bigger.e-rtl div.e-parentmsgbar { + margin-right: 0; + } + .e-bigger .e-pager div.e-parentmsgbar, + .e-pager.e-bigger div.e-parentmsgbar { + padding: 0; + } +} + +.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-bigger .e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default, +.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager.e-bigger .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 12px; +} + +.e-bigger .e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-bigger .e-pager.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default, +.e-pager.e-bigger.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager.e-bigger.e-rtl e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; + margin-right: 12px; +} + +.e-bigger .e-pager.e-rtl div.e-parentmsgbar, +.e-pager.e-bigger.e-rtl div.e-parentmsgbar { + margin-left: 6px; + margin-top: -3px; +} + +.e-bigger .e-pager .e-numericitem, +.e-pager.e-bigger .e-numericitem { + margin: 0 8px; +} + +.e-bigger .e-pager .e-pp.e-spacing, +.e-bigger .e-pager .e-np.e-spacing, +.e-bigger .e-pager .e-pp.e-spacing:hover, +.e-bigger .e-pager .e-np.e-spacing:hover, +.e-pager.e-bigger .e-pp.e-spacing, +.e-pager.e-bigger .e-np.e-spacing, +.e-pager.e-bigger .e-pp.e-spacing:hover, +.e-pager.e-bigger .e-np.e-spacing:hover { + padding: 10px 13px; +} + +.e-bigger .e-pager .e-spacing, +.e-bigger .e-pager .e-numericitem:hover, +.e-bigger .e-pager .e-currentitem, +.e-pager.e-bigger .e-spacing, +.e-pager.e-bigger .e-numericitem:hover, +.e-pager.e-bigger .e-currentitem { + border-radius: 16px; + padding: 10px 13px; +} + +.e-bigger .e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active), +.e-pager.e-bigger .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 10px 13px; +} + +.e-bigger .e-pager.e-rtl .e-spacing, +.e-bigger .e-pager.e-rtl .e-numericitem:hover, +.e-bigger .e-pager.e-rtl .e-currentitem, +.e-pager.e-bigger.e-rtl .e-spacing, +.e-pager.e-bigger.e-rtl .e-numericitem:hover, +.e-pager.e-bigger.e-rtl .e-currentitem { + margin: 0 8px; + padding: 10px 13px; +} + +.e-bigger .e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active), +.e-pager.e-bigger.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 10px 13px; +} + +.e-bigger .e-pager.e-rtl .e-pp, +.e-bigger .e-pager.e-rtl .e-np, +.e-bigger .e-pager.e-rtl .e-pp:hover, +.e-bigger .e-pager.e-rtl .e-np:hover, +.e-pager.e-bigger.e-rtl .e-pp, +.e-pager.e-bigger.e-rtl .e-np, +.e-pager.e-bigger.e-rtl .e-pp:hover, +.e-pager.e-bigger.e-rtl .e-np:hover { + margin-top: -10px; +} + +.e-bigger .e-pager.e-rtl .e-pagerdropdown, +.e-pager.e-bigger.e-rtl .e-pagerdropdown { + margin: -38px 18px 0 0; +} + +.e-bigger .e-pager.e-rtl .e-pagerconstant, +.e-pager.e-bigger.e-rtl .e-pagerconstant { + margin: 8px 16px 14px 0; +} + +.e-bigger .e-pager .e-pagercontainer .e-firstpage, +.e-bigger .e-pager .e-pagercontainer .e-prevpage, +.e-bigger .e-pager .e-pagercontainer .e-firstpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-prevpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-nextpage, +.e-bigger .e-pager .e-pagercontainer .e-lastpage, +.e-bigger .e-pager .e-pagercontainer .e-nextpagedisabled, +.e-bigger .e-pager .e-pagercontainer .e-lastpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-firstpage, +.e-pager.e-bigger .e-pagercontainer .e-prevpage, +.e-pager.e-bigger .e-pagercontainer .e-firstpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-prevpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-nextpage, +.e-pager.e-bigger .e-pagercontainer .e-lastpage, +.e-pager.e-bigger .e-pagercontainer .e-nextpagedisabled, +.e-pager.e-bigger .e-pagercontainer .e-lastpagedisabled { + margin-right: 16px; + padding: 6px; +} + +.e-pager { + border-style: solid; + border-width: 1px; + display: inline-block; + font-size: 13px; + padding: 0; + white-space: normal; + width: 100%; +} + +.e-pager [class^='e-'] { + box-sizing: border-box; +} + +.e-pager div.e-parentmsgbar { + float: right; + padding-bottom: 9px; + padding-right: 18px; + padding-top: 14px; +} + +.e-pager .e-pagesizes { + display: inline; +} + +.e-pager .e-pagerdropdown { + display: inline-block; + height: 32px; + margin-left: 12px; + margin-right: 0; + margin-top: -22px; + overflow: hidden; + vertical-align: middle; + width: 90px; +} + +.e-pager .e-pagerconstant { + display: inline-block; + margin: 0 0 11px 12px; + overflow: hidden; + width: auto; +} + +.e-pager .e-icons { + font-size: 9px; +} + +.e-pager .e-numericitem { + border-right-style: solid; + border-right-width: 0; + display: inline-block; + line-height: 1; + margin-right: 4px; + min-width: 26px; + padding: 5px 8px; + text-align: center; +} + +.e-pager div.e-pagermsgdiv { + padding-right: 6px; + padding-top: 4px; + text-align: right; +} + +.e-pager .e-firstpagedisabled, +.e-pager .e-prevpagedisabled, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled { + opacity: .3; +} + +.e-pager .e-spacing, +.e-pager .e-numericitem:hover, +.e-pager .e-currentitem { + border-radius: 12px; + cursor: pointer; + padding: 6px; + text-decoration: none; +} + +.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 6px; +} + +.e-pager .e-currentitem { + font-style: normal; + font-variant: normal; + font-weight: normal; +} + +.e-pager div, +.e-pager a { + display: inline; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-pager .e-icons::before { + display: inline-block; +} + +.e-pager .e-pagercontainer .e-firstpage, +.e-pager .e-pagercontainer .e-prevpage, +.e-pager .e-pagercontainer .e-firstpagedisabled, +.e-pager .e-pagercontainer .e-prevpagedisabled, +.e-pager .e-pagercontainer .e-nextpage, +.e-pager .e-pagercontainer .e-lastpage, +.e-pager .e-pagercontainer .e-nextpagedisabled, +.e-pager .e-pagercontainer .e-lastpagedisabled { + border-right-style: solid; + border-right-width: 0; + display: inline-block; + margin-right: 12px; + margin-top: 5px; + min-width: 26px; + padding: 11px 9px 8px; +} + +.e-pager .e-pagercontainer .e-lastpage, +.e-pager .e-pagercontainer .e-lastpagedisabled { + border-right: 0; +} + +.e-pager .e-firstpage:hover, +.e-pager .e-prevpage:hover, +.e-pager .e-lastpage:hover, +.e-pager .e-nextpage:hover { + cursor: pointer; + text-decoration: none; +} + +.e-pager a.e-nextprevitemdisabled { + display: none; + margin-left: 0; + margin-right: 0; + padding-left: 5px; + padding-right: 5px; + text-decoration: none; +} + +.e-pager .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, +.e-pager .e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 9px; +} + +.e-pager .e-pagercontainer { + border-radius: 4px; + border-style: solid; + border-width: 0; + display: inline-block; + margin: 5px 6px 5px 18px; + overflow: hidden; +} + +.e-pager .e-lastpage:Hover { + border-radius: 0 4px 4px 0; +} + +.e-pager .e-firstpage:Hover { + border-radius: 4px 0 0 4px; +} + +.e-pager .e-pagermessage, +.e-pager .e-pagerexternalmsg { + display: block; + margin: 6px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-pager .e-mfirst, +.e-pager .e-mprev, +.e-pager .e-mnext, +.e-pager .e-mlast { + display: none; +} + +.e-pager .e-mprev { + text-indent: -3px; +} + +.e-pager .e-mnext { + text-indent: -2px; +} + +.e-pager .e-mfirst, +.e-pager .e-mprev, +.e-pager .e-mnext, +.e-pager .e-mlast { + -webkit-tap-highlight-color: #fff; +} + +.e-pager .e-pp, +.e-pager .e-np, +.e-pager .e-pp:hover, +.e-pager .e-np:hover { + font-size: 22px; + font-weight: normal; + letter-spacing: -0.1em; + padding: 0 6px; +} + +@media (max-width: 769px) { + .e-pager { + padding: 13px 0; + } + .e-pager div.e-parentmsgbar { + box-sizing: border-box; + display: inline-block; + float: initial; + padding-bottom: 0; + padding-right: 0; + padding-top: 0; + text-align: center; + vertical-align: top; + width: calc(60% - 48px); + } + .e-pager .e-pagesizes { + display: none; + } + .e-pager .e-pagecountmsg { + display: none; + } + .e-pager .e-pagercontainer { + display: none; + } + .e-pager .e-icons { + font-size: 11px; + } + .e-pager .e-mfirst, + .e-pager .e-mprev, + .e-pager .e-mnext, + .e-pager .e-mlast { + border: 0; + box-sizing: border-box; + display: inline-block; + padding: 1% 5%; + } + .e-pager .e-mfirst { + margin-right: 4px; + text-align: right; + width: calc(10% + 11px); + } + .e-pager .e-mprev { + margin: 0 4px; + text-align: right; + width: 10%; + } + .e-pager .e-mnext { + margin: 0 4px; + text-align: left; + width: 10%; + } + .e-pager .e-mlast { + margin-left: 4px; + text-align: left; + width: calc(10% + 11px); + } +} + +.e-pager.e-rtl { + direction: rtl; +} + +.e-pager.e-rtl .e-pagercontainer, +.e-pager.e-rtl div, +.e-pager.e-rtl a { + float: initial; +} + +.e-pager.e-rtl .e-parentmsgbar { + float: left; + margin-left: 6px; +} + +.e-pager.e-rtl .e-pagerdropdown { + margin: -30px 18px 0 10px; +} + +.e-pager.e-rtl .e-pagerconstant { + margin: 14px; +} + +.e-pager.e-rtl .e-pagerexternalmsg { + float: none; +} + +.e-pager.e-rtl .e-pagercontainer { + float: none; + margin: 5px 6px 5px 18px; + padding: 0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-firstpagedisabled, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-lastpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-lastpagedisabled { + padding: 9px 8px; +} + +.e-pager.e-rtl .e-firstpage::before, +.e-pager.e-rtl .e-firstpage:hover, +.e-pager.e-rtl .e-firstpagedisabled::before { + content: '\e701'; +} + +.e-pager.e-rtl .e-prevpage::before, +.e-pager.e-rtl .e-prevpage:hover, +.e-pager.e-rtl .e-prevpagedisabled::before { + content: '\e848'; +} + +.e-pager.e-rtl .e-nextpage::before, +.e-pager.e-rtl .e-nextpage:hover, +.e-pager.e-rtl .e-nextpagedisabled::before { + content: '\e84b'; +} + +.e-pager.e-rtl .e-lastpage::before, +.e-pager.e-rtl .e-lastpage:hover, +.e-pager.e-rtl .e-lastpagedisabled::before { + content: '\e716'; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-firstpagedisabled { + border-left-style: solid; + border-left-width: 0; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-prevpagedisabled { + border-right-style: none; + border-right-width: 0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-firstpagedisabled { + border-right: medium none; +} + +.e-pager.e-rtl .e-firstpage:hover { + border-radius: 0 4px 4px 0; +} + +.e-pager.e-rtl .e-lastpage:hover { + border-radius: 4px 0 0 4px; +} + +.e-pager.e-rtl .e-numericcontainer { + float: none; +} + +.e-pager.e-rtl .e-numericitem { + border-left-style: solid; + border-left-width: 0; + border-right-style: none; + border-right-width: 0; + min-width: 26px; +} + +.e-pager.e-rtl .e-next.e-icons.e-icon-next.e-nextpagedisabled.e-disable, .e-pager.e-rtl.e-next.e-icons.e-icon-next.e-nextpage.e-pager-default { + margin-left: 0; + margin-right: 9px; +} + +.e-pager.e-rtl .e-spacing, +.e-pager.e-rtl .e-numericitem:hover, +.e-pager.e-rtl .e-currentitem { + margin: 11px 4px 0 0; + padding: 6px; +} + +.e-pager.e-rtl .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + padding: 6px; +} + +.e-pager.e-rtl .e-pp, +.e-pager.e-rtl .e-np, +.e-pager.e-rtl .e-pp:hover, +.e-pager.e-rtl .e-np:hover { + margin-top: -2px; + padding: 3px 11px 9px; +} + +@media (max-width: 769px) { + .e-pager.e-rtl .e-mfirst, + .e-pager.e-rtl .e-mprev, + .e-pager.e-rtl .e-mnext, + .e-pager.e-rtl .e-mlast { + border: 0; + } + .e-pager.e-rtl.e-rtl div.e-parentmsgbar { + float: initial; + margin-left: 0; + margin-top: 7px; + } + .e-pager.e-rtl .e-parentmsgbar { + float: right; + } +} + +/*! Pager theme */ +.e-pager { + background-color: #fff; + border-color: #e0e0e0; + color: #000; + opacity: 0.87; +} + +.e-pager div.e-icons { + color: #000; +} + +.e-pager .e-pager-default:hover { + background: #fff; + color: #000; + opacity: 0.87; +} + +.e-pager .e-parentmsgbar { + font-weight: normal; +} + +.e-pager .e-spacing { + color: #000; + opacity: 0.87; +} + +.e-pager .e-numericitem:hover { + color: #000; + opacity: 0.87; +} + +.e-pager .e-numericitem:hover:not(.e-np):not(.e-pp):not(.e-active) { + border: 0 solid #e0e0e0; +} + +.e-pager .e-numericitem:not(.e-active):not(.e-np):not(.e-pp):hover { + background-color: #eee; + opacity: 1; +} + +.e-pager .e-numericitem { + background: #fff; + border-right-color: #e0e0e0; + color: #000; +} + +.e-pager .e-prevpagedisabled, +.e-pager .e-prevpage, +.e-pager .e-nextpage, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled, +.e-pager .e-lastpage, +.e-pager .e-firstpage, +.e-pager .e-firstpagedisabled { + background-color: #fff; + color: #000; +} + +.e-pager .e-lastpage, +.e-pager .e-firstpage { + background-color: transparent; +} + +.e-pager .e-pagercontainer { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-pager .e-firstpage, +.e-pager .e-prevpage, +.e-pager .e-firstpagedisabled, +.e-pager .e-prevpagedisabled, +.e-pager .e-nextpage, +.e-pager .e-lastpage, +.e-pager .e-nextpagedisabled, +.e-pager .e-lastpagedisabled { + border-right-color: #e0e0e0; +} + +.e-pager .e-currentitem, +.e-pager .e-currentitem:hover { + background: #e3165b; + color: #fff; + opacity: 1; +} + +@media (max-width: 590px) { + .e-pager .e-pager-default:hover { + background: #fff; + color: #000; + opacity: 0.87; + } +} + +.e-pager.e-rtl .e-numericitem { + border-left-color: #e0e0e0; +} + +.e-pager.e-rtl .e-firstpage, +.e-pager.e-rtl .e-prevpage, +.e-pager.e-rtl .e-firstpagedisabled, +.e-pager.e-rtl .e-prevpagedisabled, +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-lastpage, +.e-pager.e-rtl .e-nextpagedisabled, +.e-pager.e-rtl .e-lastpagedisabled { + border-left-color: #e0e0e0; +} + +.e-pager.e-rtl .e-nextpage, +.e-pager.e-rtl .e-nextpagedisabled { + border-left-color: #e0e0e0; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +/*! component's theme wise override definitions and variables */ +@keyframes tbar-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*!componenticons*/ +.e-icon-check::before { + content: '\e7ff'; +} + +.e-grid .e-icon-ascending::before, +.e-grid-menu .e-icon-ascending::before { + content: '\e840'; +} + +.e-grid .e-icon-descending::before, +.e-grid-menu .e-icon-descending::before { + content: '\e83f'; +} + +.e-grid .e-icon-hide::before, +.e-grid-menu .e-icon-hide::before { + content: '\e825'; +} + +.e-grid .e-ungroupbutton.e-icon-hide::before, +.e-grid-menu .e-ungroupbutton.e-icon-hide::before { + content: '\e917'; +} + +.e-grid .e-icon-rowselect::before, +.e-grid-menu .e-icon-rowselect::before { + content: '\e930'; +} + +.e-grid .e-icon-sortdirect::before, +.e-grid-menu .e-icon-sortdirect::before { + content: '\e890'; +} + +.e-grid .e-icon-gdownarrow::before, +.e-grid-menu .e-icon-gdownarrow::before { + content: '\e83d'; +} + +.e-grid .e-icon-grightarrow::before, +.e-grid-menu .e-icon-grightarrow::before { + content: '\e859'; +} + +.e-grid .e-icon-filter::before, +.e-grid-menu .e-icon-filter::before { + content: '\e7ee'; +} + +.e-grid .e-excl-filter-icon::before, +.e-grid-menu .e-excl-filter-icon::before { + content: '\e251'; +} + +.e-grid .e-excl-filter-icon.e-filtered::before, +.e-grid-menu .e-excl-filter-icon.e-filtered::before { + content: '\e248'; +} + +.e-grid.e-rtl .e-icon-grightarrow::before, +.e-grid-menu.e-rtl .e-icon-grightarrow::before { + content: '\e854'; +} + +.e-grid .e-icon-group::before, +.e-grid-menu .e-icon-group::before { + content: '\e926'; +} + +.e-grid .e-icon-ungroup::before, +.e-grid-menu .e-icon-ungroup::before { + content: '\e926'; +} + +.e-grid .e-icon-reorderuparrow::before, +.e-grid-menu .e-icon-reorderuparrow::before { + content: '\e918'; +} + +.e-grid .e-icon-reorderdownarrow::before, +.e-grid-menu .e-icon-reorderdownarrow::before { + content: '\e919'; +} + +.e-grid .e-print::before, +.e-grid-menu .e-print::before { + content: '\e813'; +} + +.e-grid .e-add::before, +.e-grid-menu .e-add::before { + content: '\e7f9'; +} + +.e-grid .e-wordexport::before, +.e-grid-menu .e-wordexport::before { + content: '\e7b0'; +} + +.e-grid .e-pdfexport::before, +.e-grid-menu .e-pdfexport::before { + content: '\e240'; +} + +.e-grid .e-csvexport::before, +.e-grid-menu .e-csvexport::before { + content: '\e241'; +} + +.e-grid .e-excelexport::before, +.e-grid-menu .e-excelexport::before { + content: '\e242'; +} + +.e-grid .e-edit::before, +.e-grid-menu .e-edit::before { + content: '\e81e'; +} + +.e-grid .e-columnmenu::before, +.e-grid-menu .e-columnmenu::before { + content: '\e984'; +} + +.e-grid .e-delete::before, +.e-grid-menu .e-delete::before { + content: '\e84e'; +} + +.e-grid .e-cancel::before, +.e-grid-menu .e-cancel::before { + content: '\e825'; +} + +.e-grid .e-copy::before, +.e-grid-menu .e-copy::before { + content: '\e70a'; +} + +.e-grid .e-save::before, +.e-grid-menu .e-save::before { + content: '\e98e'; +} + +.e-grid .e-update::before, +.e-grid-menu .e-update::before { + content: '\e735'; +} + +.e-grid .e-search-icon::before, +.e-grid-menu .e-search-icon::before { + content: '\e993'; +} + +.e-grid .e-cancel-icon::before, +.e-grid-menu .e-cancel-icon::before { + content: '\e825'; +} + +.e-grid .e-columnchooserdiv::before, +.e-grid-menu .e-columnchooserdiv::before { + content: '\e714'; +} + +.e-grid .e-ccsearch-icon::before, +.e-grid-menu .e-ccsearch-icon::before { + content: '\e993'; +} + +.e-grid .e-columnchooser::before, +.e-grid-menu .e-columnchooser::before { + content: '\e21e'; +} + +.e-grid .e-columnchooser-btn::before, +.e-grid-menu .e-columnchooser-btn::before { + content: '\e969'; +} + +.e-grid .e-cc-icon::before, +.e-grid-menu .e-cc-icon::before { + content: '\e82e'; +} + +.e-grid .e-icon-rowdragicon::before, +.e-grid-menu .e-icon-rowdragicon::before { + content: '\e330'; +} + +.e-grid.e-rtl .e-icon-rowdragicon::before, +.e-grid-menu.e-rtl .e-icon-rowdragicon::before { + content: '\e330'; +} + +.e-grid .e-ccsearch-icon.e-cc-cancel::before, +.e-grid .e-chkcancel-icon::before, +.e-grid-menu .e-ccsearch-icon.e-cc-cancel::before, +.e-grid-menu .e-chkcancel-icon::before { + content: '\e7a7'; +} + +/*! Grid layout */ +.e-disableuserselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-emptyicon { + opacity: 0; +} + +.e-device .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-xlfl-dlgfields { + font-size: 17px; +} + +.e-xlfl-fieldset { + font-size: 14px; + padding-top: 15px; +} + +.e-xlfl-optr, +.e-xlfl-value { + padding-top: 12px; +} + +.e-xlfl-radio, +.e-xlfl-mtcase { + padding-top: 12px; +} + +.e-xlfl-optr:first-child { + padding-right: 12px; +} + +.e-xlflmenu.e-rtl .e-xlfl-optr:first-child { + padding-left: 12px; +} + +.e-xlflmenu { + min-height: 295px; +} + +.e-xlflmenu .e-xlfl-table { + border-spacing: 0; + table-layout: fixed; + width: 100%; +} + +.e-xlflmenu .e-radio + label .e-label { + padding-left: 23px; + padding-right: 13px; +} + +.e-xlflmenu.e-rtl .e-radio + label .e-label { + padding-left: 0; + padding-right: 25px; +} + +.e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label { + margin-left: 6px; +} + +.e-xlflmenu .e-dlg-content { + padding-bottom: 6px; +} + +.e-xlfl-radiodiv { + width: 117px; +} + +.e-xlfl-radio-or, +.e-xlfl-matchcasediv { + margin-left: 13px; +} + +.e-xlflmenu.e-rtl .e-xlfl-radio-or, +.e-xlfl-matchcasediv { + margin-left: 0; + margin-right: 13px; +} + +.e-bigger .e-xlflmenu .e-xlfl-table { + border-spacing: 0; + width: 100%; +} + +.e-bigger .e-xlflmenu .e-dlg-content { + padding-bottom: 8px; +} + +.e-bigger .e-xlflmenu .e-radio + label .e-label { + padding-left: 28px; + padding-right: 5px; +} + +.e-bigger .e-xlflmenu .e-checkbox-wrapper .e-frame + .e-label { + margin-left: 8px; +} + +.e-bigger .e-xlfl-radiodiv { + width: 137px; +} + +.e-bigger .e-xlfl-radio-or, +.e-bigger .e-xlfl-matchcasediv { + margin-left: 18px; +} + +.e-bigger .e-xlflmenu { + min-height: 396px; +} + +.e-bigger .e-xlfl-optr:first-child { + padding-right: 16px; +} + +.e-bigger .e-xlfl-dlgfields { + font-size: 18px; +} + +.e-bigger .e-xlfl-fieldset { + font-size: 15px; + padding-top: 20px; +} + +.e-bigger .e-xlfl-optr, +.e-bigger .e-xlfl-value { + padding-top: 16px; +} + +.e-bigger .e-xlfl-radio, +.e-bigger .e-xlfl-mtcase { + padding-top: 16px; +} + +.e-bigger .e-grid, +.e-grid.e-bigger { + font-size: 13px; +} + +.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper, +.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper { + padding-bottom: 8px; + padding-top: 2px; +} + +.e-bigger .e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon, +.e-grid.e-bigger .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon { + min-width: 20px; +} + +.e-bigger .e-grid .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons, +.e-grid.e-bigger .e-toolbar .e-toolbar-items .e-tbar-btn .e-icons { + font-size: 18px; +} + +.e-bigger .e-grid .e-xlflmenu, +.e-grid.e-bigger .e-xlflmenu { + min-height: 396px; +} + +.e-bigger .e-grid .e-flmenu-valuediv, +.e-grid.e-bigger .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li { + height: 48px; + line-height: 48px; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + height: 48px; + line-height: 48px; + margin-right: 15px; +} + +.e-bigger .e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret, +.e-grid.e-bigger .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret { + height: 48px; + line-height: 48px; +} + +.e-bigger .e-grid .e-headercell, +.e-grid.e-bigger .e-headercell { + height: 56px; + padding: 0 28px 0; +} + +.e-bigger .e-grid .e-headercelldiv, +.e-grid.e-bigger .e-headercelldiv { + font-size: 12px; + height: 29px; + line-height: 30px; +} + +.e-bigger .e-grid .e-headercell, +.e-bigger .e-grid .e-detailheadercell, +.e-grid.e-bigger .e-headercell, +.e-grid.e-bigger .e-detailheadercell { + font-size: 12px; +} + +.e-bigger .e-grid .e-icons, +.e-grid.e-bigger .e-icons { + font-size: 12px; +} + +.e-bigger .e-grid .e-gridheader thead .e-icons, +.e-grid.e-bigger .e-gridheader thead .e-icons { + font-size: 12px; +} + +.e-bigger .e-grid .e-icon-gdownarrow, +.e-grid.e-bigger .e-icon-gdownarrow { + font-size: 12px; +} + +.e-bigger .e-grid .e-icon-grightarrow, +.e-grid.e-bigger .e-icon-grightarrow { + font-size: 12px; +} + +.e-bigger .e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn, +.e-grid.e-bigger .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn { + font-size: 12px; +} + +.e-bigger .e-grid .e-gridheader tr th:last-child, +.e-grid.e-bigger .e-gridheader tr th:last-child { + padding-right: 28px; +} + +.e-bigger .e-grid .e-gridheader tr th:last-child.e-filterbarcell, +.e-grid.e-bigger .e-gridheader tr th:last-child.e-filterbarcell { + padding-left: 21px; +} + +.e-bigger .e-grid .e-gridheader tr th:first-child, +.e-grid.e-bigger .e-gridheader tr th:first-child { + padding-left: 28px; +} + +.e-bigger .e-grid .e-gridheader tr th:first-child.e-filterbarcell, +.e-grid.e-bigger .e-gridheader tr th:first-child.e-filterbarcell { + padding-left: 21px; +} + +.e-bigger .e-grid .e-headercelldiv, +.e-grid.e-bigger .e-headercelldiv { + font-size: 12px; +} + +.e-bigger .e-grid .e-rowcell, +.e-bigger .e-grid .e-summarycell, +.e-grid.e-bigger .e-rowcell, +.e-grid.e-bigger .e-summarycell { + font-size: 13px; + padding: 11px 28px; +} + +.e-bigger .e-grid .e-rowcell:first-child, +.e-bigger .e-grid .e-summarycell:first-child, +.e-grid.e-bigger .e-rowcell:first-child, +.e-grid.e-bigger .e-summarycell:first-child { + padding-left: 28px; +} + +.e-bigger .e-grid .e-rowcell:last-child, +.e-bigger .e-grid .e-summarycell:last-child, +.e-grid.e-bigger .e-rowcell:last-child, +.e-grid.e-bigger .e-summarycell:last-child { + padding-right: 28px; +} + +.e-bigger .e-grid .e-filterbarcell, +.e-bigger .e-grid .e-filterbarcelldisabled, +.e-grid.e-bigger .e-filterbarcell, +.e-grid.e-bigger .e-filterbarcelldisabled { + height: 56px; + padding: 0 28px; +} + +.e-bigger .e-grid .e-filterbarcell input, +.e-grid.e-bigger .e-filterbarcell input { + height: 26px; +} + +.e-bigger .e-grid .e-ftrchk, +.e-grid.e-bigger .e-ftrchk { + padding-bottom: 13px; + padding-top: 13px; +} + +.e-bigger .e-grid .e-columnmenu, +.e-grid.e-bigger .e-columnmenu { + bottom: 17px; +} + +.e-bigger .e-grid.e-device.e-noselect, +.e-grid.e-bigger.e-device.e-noselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-bigger .e-grid .e-dialog.e-checkboxfilter, +.e-bigger .e-grid .e-dialog.e-flmenu, +.e-grid.e-bigger .e-dialog.e-checkboxfilter, +.e-grid.e-bigger .e-dialog.e-flmenu { + min-width: 260px; +} + +.e-bigger .e-grid .e-dialog.e-checkboxfilter, +.e-grid.e-bigger .e-dialog.e-checkboxfilter { + min-height: 352px; +} + +.e-bigger .e-grid .e-filtermenudiv, +.e-grid.e-bigger .e-filtermenudiv { + margin: -18px -7px; +} + +.e-bigger .e-grid .e-sortfilterdiv, +.e-grid.e-bigger .e-sortfilterdiv { + margin: -17px 8px; +} + +.e-bigger .e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -15px 18px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-grid .e-wrap .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-sortfilterdiv, +.e-grid.e-bigger .e-wrap .e-sortfilterdiv { + margin: -20px 8px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv +.e-wrap .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv +.e-wrap .e-rightalign .e-sortfilterdiv { + margin: -20px 2px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv +.e-wrap .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv +.e-wrap .e-fltr-icon .e-sortfilterdiv { + margin: -10px 18px; +} + +.e-bigger .e-grid .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-bigger .e-grid .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-columnheader.e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-wrap .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -12px 2px; +} + +.e-bigger .e-grid.e-wrap .e-rowcell, +.e-bigger .e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-bigger .e-grid.e-wrap .e-columnheader .e-headercelldiv, +.e-grid.e-bigger.e-wrap .e-rowcell, +.e-grid.e-bigger.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-bigger.e-wrap .e-columnheader .e-headercelldiv { + line-height: 18px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -17px 2px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign .e-sortnumber, +.e-grid.e-bigger .e-gridheader .e-rightalign .e-sortnumber { + float: left; + margin: 8px 2px 0 5px; +} + +.e-bigger .e-grid .e-sortnumber, +.e-grid.e-bigger .e-sortnumber { + border-radius: 65%; + display: inline-block; + float: right; + font-size: 9px; + height: 15px; + line-height: 16px; + margin: 8px 5px 0 2px; + text-align: center; + width: 15px; +} + +.e-bigger .e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -17px 2px; +} + +.e-bigger .e-grid.e-rtl .e-headercell .e-sortfilterdiv, +.e-bigger .e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-headercell .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-detailheadercell .e-sortfilterdiv { + margin: -17px 10px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -17px 10px; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -15px 30px 0 0; +} + +.e-bigger .e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv, +.e-grid.e-bigger.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -16px 0; +} + +.e-bigger .e-grid.e-rtl .e-filtermenudiv, +.e-grid.e-bigger.e-rtl .e-filtermenudiv { + margin: -18px 0 -18px -11px; +} + +.e-bigger .e-grid.e-rtl .e-rightalign .e-filtermenudiv, +.e-grid.e-bigger.e-rtl .e-rightalign .e-filtermenudiv { + margin: -18px 0 -18px -11px; +} + +.e-bigger .e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-bigger .e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber, +.e-grid.e-bigger.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-grid.e-bigger.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber { + margin: 6px 0 0 5px; +} + +.e-bigger .e-grid .e-rowcell, +.e-bigger .e-grid .e-summarycell, +.e-bigger .e-grid .e-emptyrow td, +.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty, +.e-grid.e-bigger .e-rowcell, +.e-grid.e-bigger .e-summarycell, +.e-grid.e-bigger .e-emptyrow td, +.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty, +.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + line-height: 27px; +} + +.e-bigger .e-grid .e-filterbarcell input, +.e-grid.e-bigger .e-filterbarcell input { + font-size: 13px; +} + +.e-bigger .e-grid .e-groupdroparea, +.e-grid.e-bigger .e-groupdroparea { + font-size: 19px; + min-height: 64px; + padding: 22px 24px; +} + +.e-bigger .e-grid .e-cloneproperties, +.e-grid.e-bigger .e-cloneproperties { + padding: 4px 5px; +} + +.e-bigger .e-grid .e-headerclone, +.e-grid.e-bigger .e-headerclone { + font-size: 12px; +} + +.e-bigger .e-grid .e-groupdroparea.e-grouped, +.e-grid.e-bigger .e-groupdroparea.e-grouped { + padding: 11px 0 12px; +} + +.e-bigger .e-grid .e-frozenheader table tr td.e-rowcell, +.e-grid.e-bigger .e-frozenheader table tr td.e-rowcell { + height: 43px; +} + +.e-bigger .e-grid .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-grid .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-grid .e-frozenhdrcont table tr td:first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty, +.e-grid.e-bigger .e-frozencontent table tr td:first-child:empty, +.e-grid.e-bigger .e-movablecontent table tr td:first-child:empty, +.e-grid.e-bigger .e-frozenhdrcont table tr td:first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid.e-bigger:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 49px; +} + +.e-bigger .e-grid.e-bigger .e-columnmenu, +.e-grid.e-bigger.e-bigger .e-columnmenu { + bottom: 16px; + margin: 0 -7px; +} + +.e-bigger .e-grid .e-columnmenu, +.e-grid.e-bigger .e-columnmenu { + right: 10px; +} + +.e-bigger .e-grid .e-groupheadercell, +.e-bigger .e-grid .e-groupheadercell:hover, +.e-grid.e-bigger .e-groupheadercell, +.e-grid.e-bigger .e-groupheadercell:hover { + border-radius: 16px; + height: 32px; + margin: 4px 0 0 24px; + padding: 0 8px 0 12px; + font-size: 13px; +} + +.e-bigger .e-grid .e-groupheadercell:hover, +.e-grid.e-bigger .e-groupheadercell:hover { + padding: 0 8px 0 12px; +} + +.e-bigger .e-grid .e-gdclone, +.e-grid.e-bigger .e-gdclone { + border-radius: 17px; + padding: 6px; +} + +.e-bigger .e-grid .e-groupheadercell span, +.e-grid.e-bigger .e-groupheadercell span { + height: 32px; + line-height: 32px; + padding: 0; +} + +.e-bigger .e-grid .e-groupheadercell .e-ungroupbutton, +.e-grid.e-bigger .e-groupheadercell .e-ungroupbutton { + font-size: 16px; +} + +.e-bigger .e-grid .e-groupheadercell .e-grouptext, +.e-grid.e-bigger .e-groupheadercell .e-grouptext { + line-height: 32px; +} + +.e-bigger .e-grid .e-row .e-input-group .e-input.e-field, +.e-bigger .e-grid .e-row .e-input-focus .e-input.e-field, +.e-grid.e-bigger .e-row .e-input-group .e-input.e-field, +.e-grid.e-bigger .e-row .e-input-focus .e-input.e-field { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + padding-bottom: 9px; + padding-top: 13px; +} + +.e-bigger .e-grid.e-device .e-row .e-input-group .e-input.e-field, +.e-bigger .e-grid.e-device .e-row .e-input-focus .e-input.e-field, +.e-grid.e-bigger.e-device .e-row .e-input-group .e-input.e-field, +.e-grid.e-bigger.e-device .e-row .e-input-focus .e-input.e-field { + padding-bottom: 5px; + padding-top: 12px; +} + +.e-bigger .e-grid .e-row .e-input-group, +.e-grid.e-bigger .e-row .e-input-group { + margin-bottom: 5px; + vertical-align: middle; +} + +.e-bigger .e-grid.e-device .e-headercell, +.e-grid.e-bigger.e-device .e-headercell { + padding: 0 12px 0; +} + +.e-bigger .e-grid.e-device .e-headercell:first-child, +.e-grid.e-bigger.e-device .e-headercell:first-child { + padding: 0 12px 0 16px; +} + +.e-bigger .e-grid.e-device .e-headercell:last-child, +.e-grid.e-bigger.e-device .e-headercell:last-child { + padding: 0 16px 0 12px; +} + +.e-bigger .e-grid.e-device .e-groupheadercell span, +.e-grid.e-bigger.e-device .e-groupheadercell span { + line-height: 30px; +} + +.e-bigger .e-grid.e-device .e-rowcell, +.e-bigger .e-grid.e-device .e-summarycell, +.e-grid.e-bigger.e-device .e-rowcell, +.e-grid.e-bigger.e-device .e-summarycell { + padding: 8px 12px; +} + +.e-bigger .e-grid.e-device .e-rowcell:first-child, +.e-bigger .e-grid.e-device .e-summarycell:first-child, +.e-grid.e-bigger.e-device .e-rowcell:first-child, +.e-grid.e-bigger.e-device .e-summarycell:first-child { + padding: 8px 12px 8px 16px; +} + +.e-bigger .e-grid.e-device .e-rowcell:last-child, +.e-bigger .e-grid.e-device .e-summarycell:last-child, +.e-grid.e-bigger.e-device .e-rowcell:last-child, +.e-grid.e-bigger.e-device .e-summarycell:last-child { + padding: 8px 16px 8px 12px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell, +.e-grid.e-bigger.e-device .e-filterbarcell { + padding: 8px 12px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell:first-child, +.e-grid.e-bigger.e-device .e-filterbarcell:first-child { + padding: 8px 12px 8px 16px; +} + +.e-bigger .e-grid.e-device .e-filterbarcell:last-child, +.e-grid.e-bigger.e-device .e-filterbarcell:last-child { + padding: 8px 16px 8px 12px; +} + +.e-bigger .e-grid.e-device .e-groupheadercell .e-ungroupbutton, +.e-grid.e-bigger.e-device .e-groupheadercell .e-ungroupbutton { + line-height: 33px; +} + +.e-bigger .e-grid.e-device .e-normaledit .e-rowcell, +.e-grid.e-bigger.e-device .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-device .e-editedbatchcell.e-rowcell, +.e-grid.e-bigger.e-device .e-editedbatchcell.e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-unboundcell, +.e-bigger .e-grid .e-editedrow .e-normaledit .e-unboundcell, +.e-bigger .e-grid .e-addedrow .e-normaledit .e-unboundcell, +.e-grid.e-bigger .e-unboundcell, +.e-grid.e-bigger .e-editedrow .e-normaledit .e-unboundcell, +.e-grid.e-bigger .e-addedrow .e-normaledit .e-unboundcell { + padding-bottom: 6px; + padding-top: 6px; +} + +.e-bigger .e-grid .e-grouptext, +.e-grid.e-bigger .e-grouptext { + margin-right: 8px; + width: 76px; +} + +.e-bigger .e-grid .e-gridheader table th[rowspan], +.e-bigger .e-grid.e-device .e-gridheader table th[rowspan], +.e-grid.e-bigger .e-gridheader table th[rowspan], +.e-grid.e-bigger.e-device .e-gridheader table th[rowspan] { + padding-bottom: 20px; +} + +.e-bigger .e-grid .e-groupsort, +.e-bigger .e-grid span.e-ungroupbutton, +.e-bigger .e-grid .e-toggleungroup, +.e-grid.e-bigger .e-groupsort, +.e-grid.e-bigger span.e-ungroupbutton, +.e-grid.e-bigger .e-toggleungroup { + margin-left: 8px; + margin-top: 0; +} + +.e-bigger .e-grid span.e-ungroupbutton.e-icons, +.e-grid.e-bigger span.e-ungroupbutton.e-icons { + font-size: 16px; + margin-left: 0; + margin-top: 0; + margin-right: 0; +} + +.e-bigger .e-grid .e-groupsort, +.e-grid.e-bigger .e-groupsort { + margin-right: 0; + margin-top: 0; +} + +.e-bigger .e-grid.e-rtl .e-groupheadercell, +.e-bigger .e-grid.e-rtl .e-groupheadercell:hover, +.e-grid.e-bigger.e-rtl .e-groupheadercell, +.e-grid.e-bigger.e-rtl .e-groupheadercell:hover { + margin: 3px 24px 0 0; + padding: 0 12px 0 8px; +} + +.e-bigger .e-grid.e-rtl span.e-ungroupbutton.e-icons, +.e-grid.e-bigger.e-rtl span.e-ungroupbutton.e-icons { + margin-left: 0; + margin-right: 6px; + margin-top: 0; + padding-top: 0; +} + +.e-bigger .e-grid .e-groupcaption, +.e-grid.e-bigger .e-groupcaption { + line-height: 32px; +} + +.e-bigger .e-grid .e-ccdlg .e-dlg-content, +.e-grid.e-bigger .e-ccdlg .e-dlg-content { + margin: 20px 0 0; + padding: 17px 24px 5px 12px; +} + +.e-bigger .e-grid .e-ccdlg .e-ccul-ele, +.e-grid.e-bigger .e-ccdlg .e-ccul-ele { + padding: 0; +} + +.e-bigger .e-grid .e-ccdlg .e-cc-searchdiv, +.e-grid.e-bigger .e-ccdlg .e-cc-searchdiv { + padding-left: 6px; +} + +.e-bigger .e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard, +.e-grid.e-bigger .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard { + padding-left: 12px; +} + +.e-bigger .e-grid .e-ccdlg li.e-cclist, +.e-grid.e-bigger .e-ccdlg li.e-cclist { + padding: 11px 0; +} + +.e-bigger .e-grid .e-ccdlg .e-toolbar .e-ccdiv, +.e-grid.e-bigger .e-ccdlg .e-toolbar .e-ccdiv { + margin-top: 0; +} + +.e-grid { + border-radius: 0; + border-style: none solid solid; + border-width: 1px; + display: block; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + height: auto; + position: relative; +} + +.e-grid .e-gridheader { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-gridheader .e-firstrow-dragborder, +.e-grid.e-rtl .e-gridheader .e-firstrow-dragborder, +.e-grid .e-gridcontent .e-lastrow-dragborder, +.e-grid.e-rtl .e-gridcontent .e-lastrow-dragborder { + bottom: 0; + background-color: #e3165b; + height: 2px; + position: absolute; + z-index: 10; +} + +.e-grid .e-grid-relative { + position: relative; +} + +.e-grid .e-dropitemscount { + border: 1px solid #fff; + border-radius: 17px; + box-sizing: content-box; + font-size: 13px; + line-height: normal; + margin-left: -8px; + min-width: 12px; + padding: 3px 7px 4px; + position: absolute; + text-align: center; + top: -10px; + z-index: 5; +} + +.e-grid.e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, +.e-grid.e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop { + border-top: 1px solid #e0e0e0; + border-right: 1px solid #e0e0e0; + border-bottom: 0; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, +.e-grid .e-gridheader thead tr th.e-firstrowdragborder, +.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 2px 0 0 #e3165b; + position: relative; + z-index: 5; +} + +.e-grid .e-gridheader thead .e-icons:not(.e-check):not(.e-stop) { + font-size: 10px; +} + +.e-grid .e-row .e-icon-rowdragicon::before { + display: block; + text-indent: 10px; + font-size: 12px; + font-weight: bold; + color: #000; + opacity: 0.54; +} + +.e-grid .e-row .e-icon-rowdragmoveicon::before { + font-size: 12px; + font-weight: bold; +} + +.e-grid .e-row .e-icon-rowdragmoveicon { + padding-left: 10px; +} + +.e-grid .e-draganddrop .e-rowcell, .e-grid.e-rtl .e-draganddrop .e-rowcell { + padding-left: 6px; + padding-right: 6px; +} + +.e-grid .e-gridcontent .e-rowdragdrop { + border-style: solid; + border-width: 1px 0 0 0; + border-color: #e0e0e0; +} + +.e-grid .e-gridcontent .e-rowdragdrop.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + position: relative; + left: -5px; +} + +.e-grid .e-icon-rowdragicon { + font-size: 10px; + text-indent: 12px; +} + +.e-grid .e-toolbar { + border-bottom: 0; + border-left: 0; + border-right: 0; + border-top: 1px solid #e0e0e0; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper { + padding-bottom: 6px; + padding-top: 1px; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search { + margin-bottom: 0; + opacity: .6; + width: 230px; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search.e-input-focus { + opacity: 1; +} + +.e-grid .e-toolbar-items .e-toolbar-item.e-search-wrapper .e-search .e-search-icon { + min-width: 18px; +} + +.e-grid .e-groupdroparea.e-grouped { + padding: 9px 0 10px; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter .e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter .e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-bottom: 1px solid; +} + +.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-bottom: 0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-default.e-hidelines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-verticallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-default .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader { + border-left: 1px solid; +} + +.e-grid.e-default.e-hidelines .e-headercell.e-firstheader { + border-left: 0; +} + +.e-grid.e-default.e-verticallines .e-grouptopleftcell, +.e-grid.e-default.e-bothlines .e-grouptopleftcell, +.e-grid.e-default.e-hidelines .e-grouptopleftcell { + border-top-width: 0; +} + +.e-grid.e-default.e-verticallines .e-detailrowcollapse, +.e-grid.e-default.e-verticallines .e-detailrowexpand, +.e-grid.e-default.e-verticallines .e-rowdragdrop, .e-grid.e-default.e-hidelines .e-detailrowcollapse, +.e-grid.e-default.e-hidelines .e-detailrowexpand, +.e-grid.e-default.e-hidelines .e-rowdragdrop { + border-top-width: 0; +} + +.e-grid.e-default.e-horizontallines .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid .e-gridheader .e-headercell .e-rhandler, +.e-grid .e-gridheader .e-headercell .e-rsuppress { + height: 100%; + position: absolute; + right: 0; + top: 0; + width: 4px; +} + +.e-grid.e-device .e-gridheader .e-headercell .e-rhandler { + width: 14px; +} + +.e-grid.e-rtl .e-gridheader .e-headercell .e-rhandler, +.e-grid.e-rtl .e-gridheader .e-headercell .e-rsuppress { + left: 0; + right: auto; +} + +.e-grid.e-resize-lines .e-gridheader th.e-headercell.e-lastcell .e-rhandler { + border-right-width: 0; +} + +.e-grid .e-rhelper { + position: absolute; + width: 1px; +} + +.e-grid.e-device .e-ricon::before { + border-bottom: 6px solid transparent; + border-right: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + position: absolute; + right: 4px; + top: 4px; + width: 20px; +} + +.e-grid.e-device .e-ricon::after { + border-bottom: 6px solid transparent; + border-left: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + left: 4px; + position: absolute; + top: 4px; + width: 20px; + z-index: 3; +} + +.e-grid.e-rcursor, +.e-grid .e-gridheader .e-rcursor { + cursor: col-resize; +} + +.e-grid.e-editing .e-gridheader .e-rcursor { + cursor: default; +} + +.e-grid .e-table { + border-collapse: separate; + table-layout: fixed; + width: 100%; +} + +.e-grid .e-tableborder { + border-right: 1px solid; +} + +.e-grid .e-virtualtable { + will-change: transform; + z-index: 1; +} + +.e-grid .e-headercelldiv { + border: 0 none; + display: block; + font-size: 12px; + font-weight: 500; + height: 29px; + line-height: 30px; + margin: -7px; + overflow: hidden; + padding: 0 0.6em; + text-align: left; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-headercelldiv.e-headerchkcelldiv { + overflow: visible; +} + +.e-grid .e-gridheader .e-headercontent .e-rightalign .e-headercelldiv.e-headerchkcelldiv { + padding: 0 .6em; +} + +.e-grid .e-gridheader .e-headercontent .e-centeralign .e-headercelldiv.e-headerchkcelldiv { + padding: 0 .6em; +} + +.e-grid .e-headercell, +.e-grid .e-headercell.e-stackedheadercell, +.e-grid .e-headercell.e-defaultcursor { + cursor: default; +} + +.e-grid .e-headercell.e-mousepointer, +.e-grid .e-headercell.e-stackedheadercell.e-mousepointer { + cursor: pointer; +} + +.e-grid .e-gridheader .e-headercell, +.e-grid .e-gridheader .e-detailheadercell { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-gridcontent tr:first-child td { + border-top: 0 none; +} + +.e-grid .e-gridheader tr:first-child th { + border-top: 0 none; +} + +.e-grid .e-gridheader tr th:last-child.e-filterbarcell { + padding-right: 21px; +} + +.e-grid .e-gridheader tr th:last-child { + padding-right: 21px; +} + +.e-grid .e-gridheader tr th:first-child { + padding-left: 21px; +} + +.e-grid .e-gridheader tr th:first-child.e-filterbarcell { + padding-left: 21px; +} + +.e-grid .e-gridheader { + border-bottom-style: solid; + border-bottom-width: 1px; + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid .e-frozenhdrcont { + border-bottom-width: 0; +} + +.e-grid .e-frozenhdrcont table tr:not(.e-editedrow):first-child td { + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid.e-bothlines .e-filterbarcell, +.e-grid.e-bothlines .e-filterbarcelldisabled { + border-width: 1px 0 0 1px; +} + +.e-grid .e-headercell, +.e-grid .e-detailheadercell { + border-style: solid; + border-width: 0; + font-size: 12px; + font-weight: 500; + height: 42px; + overflow: hidden; + padding: 0 21px 0; + position: relative; + text-align: left; +} + +.e-grid.e-device .e-headercell { + padding: 0 12px 0; +} + +.e-grid.e-device .e-headercell:first-child { + padding: 0 12px 0 16px; +} + +.e-grid.e-device .e-headercell:last-child { + padding: 0 16px 0 12px; +} + +.e-grid .e-rowcell { + border-style: solid; + border-width: 1px 0 0 0; + display: table-cell; + font-size: 13px; + line-height: 20px; + overflow: hidden; + padding: 8px 21px; + vertical-align: middle; + white-space: nowrap; + width: auto; +} + +.e-grid .e-frozenheader table tr td.e-rowcell { + height: 36px; +} + +.e-grid .e-frozencontent table tr td:first-child:empty, +.e-grid .e-movablecontent table tr td:first-child:empty, +.e-grid .e-frozenhdrcont table tr td:first-child:empty, +.e-grid:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-grid:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 36px; +} + +.e-grid .e-rowcell:first-child, +.e-grid .e-summarycell:first-child { + padding-left: 21px; +} + +.e-grid .e-rowcell:last-child, +.e-grid .e-summarycell:last-child { + padding-right: 21px; +} + +.e-grid .e-unboundcell, +.e-grid .e-editedrow .e-normaledit .e-unboundcell, +.e-grid .e-addedrow .e-normaledit .e-unboundcell { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-grid .e-unboundcelldiv > button { + margin: 0 3.5px; +} + +.e-grid .e-unboundcelldiv { + margin: 0 -3.5px; +} + +.e-grid .e-summarycell { + border-style: solid; + border-width: 1px 0 0; + font-size: 13px; + font-weight: 500; + height: auto; + line-height: 18px; + padding: 8px 21px; + white-space: normal; + word-wrap: break-word; +} + +.e-grid .e-summarycontent .e-frozenfootercontent { + float: left; + width: -webkit-min-content; + width: min-content; +} + +.e-grid .e-summarycontent .e-movablefootercontent { + height: inherit; + overflow: hidden; +} + +.e-grid .e-summarycontent .e-indentcell { + border-width: 0; +} + +.e-grid .e-summarycontent .e-detailindentcelltop { + border-width: 1px 0 0; +} + +.e-grid.e-device .e-rowcell, +.e-grid.e-device .e-summarycell { + padding: 8px 12px; +} + +.e-grid.e-device .e-rowcell:first-child, +.e-grid.e-device .e-summarycell:first-child { + padding: 8px 12px 8px 16px; +} + +.e-grid.e-device .e-rowcell:last-child, +.e-grid.e-device .e-summarycell:last-child { + padding: 8px 16px 8px 12px; +} + +.e-grid td.e-rowcell.e-checkbox { + padding: 6px 21px; +} + +.e-grid td.e-rowcell.e-checkbox input[type='checkbox'] { + margin-top: 5px; +} + +.e-grid.e-default .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-bothlines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-bothlines .e-rowcell { + border-width: 1px 0 0 1px; +} + +.e-grid .e-gridheader table th[rowspan], +.e-grid.e-device .e-gridheader table th[rowspan] { + padding-bottom: 13px; + vertical-align: bottom; +} + +.e-grid .e-emptyrow td { + line-height: 20px; + padding: .7em; +} + +.e-grid.e-responsive .e-rowcell, +.e-grid.e-responsive .e-headercelldiv { + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-grid.e-responsive .e-rowcell.e-gridchkbox, +.e-grid.e-responsive .e-headercelldiv.e-headerchkcelldiv { + text-overflow: clip; +} + +.e-grid.e-default .e-headercell, +.e-grid.e-default .e-detailheadercell { + border-width: 0; +} + +.e-grid [aria-selected] + tr .e-detailindentcell { + border-top-style: solid; + border-top-width: 1px; +} + +.e-grid.e-default.e-verticallines .e-headercell, +.e-grid.e-default.e-verticallines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid; +} + +.e-grid.e-default .e-stackedheadercell { + border-width: 0 0 1px 1px; +} + +.e-grid.e-default.e-verticallines tr th:first-child:not(.e-firstcell) { + border-left-width: 0; +} + +.e-grid.e-default.e-bothlines .e-headercell, +.e-grid.e-default.e-bothlines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-default table th[rowspan] { + border-width: 0 0 0 1px; +} + +.e-grid tr th.e-firstcell { + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-default tr td:first-child, +.e-grid.e-default tr th.e-headercell:first-child:not(.e-firstcell), +.e-grid.e-default tr th.e-detailheadercell:first-child, +.e-grid.e-default tr th.e-filterbarcell:first-child { + border-left-width: 0; +} + +.e-grid.e-default .e-gridheader th.e-firstcell.e-movablefirst { + border-left-width: 0; +} + +.e-grid .e-hide { + display: none; +} + +.e-grid .e-rowcell, +.e-grid .e-gridcontent, +.e-grid .e-gridheader, +.e-grid .e-headercontent, +.e-grid .e-groupdroparea, +.e-grid .e-gridfooter, +.e-grid .e-summarycontent { + overflow: hidden; + vertical-align: middle; +} + +.e-grid .e-sortfilterdiv { + float: right; + height: 10px; + margin: -15px 10px; + padding: 3px; + width: 10px; +} + +.e-grid .e-gridheader .e-rightalign .e-sortfilterdiv { + float: left; + margin: -15px 5px; +} + +.e-grid .e-gridheader .e-sortfilter .e-rightalign .e-headercelldiv, +.e-grid .e-gridheader .e-rightalign .e-stackedheadercelldiv { + padding: 0 0.6em 0 1.9em; +} + +.e-grid .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv { + margin: -7px 15px -7px -7px; +} + +.e-grid .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv { + margin: -7px 15px -7px -7px; +} + +.e-grid .e-gridheader .e-sortfilter .e-headercelldiv, +.e-grid .e-gridheader .e-stackedheadercelldiv, +.e-grid .e-gridheader .e-headercell .e-headercelldiv.e-headerchkcelldiv { + padding: 0 1.8em 0 0.6em; +} + +.e-grid .e-filtermenudiv { + float: right; + margin: -18px -7px; + padding: 6px; + text-align: right; +} + +.e-grid .e-filtermenudiv:hover { + cursor: pointer; +} + +.e-grid.e-print-grid-layout .e-pager, .e-grid.e-print-grid-layout .e-filterbar, .e-grid.e-print-grid-layout .e-icons:not(.e-frame), .e-grid.e-print-grid-layout .e-grouptopleftcell, .e-grid.e-print-grid-layout .e-recordpluscollapse, .e-grid.e-print-grid-layout .e-indentcell, .e-grid.e-print-grid-layout .e-recordplusexpand { + display: none; +} + +.e-grid.e-print-grid-layout .e-indentcell.e-detailindentcelltop { + display: table-cell; +} + +.e-grid.e-print-grid-layout .e-content { + overflow-y: hidden; +} + +.e-grid.e-print-grid-layout .e-grouptext { + width: auto; +} + +.e-grid.e-print-grid-layout .e-detailcell { + padding: .8em .6em; +} + +.e-grid.e-print-grid { + left: -1000px; + top: -1000px; +} + +.e-grid .e-flmenu-valuediv { + padding: 24px 0 0; +} + +.e-grid .e-flbldcontent { + padding: 18px 18px 0; +} + +.e-grid .e-flblbtn { + width: 110px; +} + +.e-grid .e-sortnumber { + border-radius: 65%; + display: inline-block; + float: right; + font-size: 9px; + height: 15px; + line-height: 16px; + margin: 8px 5px 0 2px; + text-align: center; + width: 15px; +} + +.e-grid .e-gridheader .e-rightalign .e-sortnumber { + float: left; + margin: 8px 2px 0 5px; +} + +.e-grid .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -15px 24px; +} + +.e-grid .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -15px 5px; +} + +.e-grid.e-wrap .e-gridheader .e-rightalign .e-sortnumber { + margin: 3px 2px 0 5px; +} + +.e-grid.e-wrap .e-gridheader .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-wrap .e-gridheader .e-sortfilterdiv { + margin: -9px 10px; +} + +.e-grid .e-movableheader .e-editcell.e-normaledit, +.e-grid .e-frozenheader .e-editcell.e-normaledit { + border-top-color: transparent; +} + +.e-grid .e-columnmenu { + position: absolute; + right: 23px; + float: right; + margin: -18px; + padding: 6px; +} + +.e-grid.e-wrap .e-columnmenu { + margin: -13px -13px -23px -23px; +} + +.e-grid.e-rtl .e-columnmenu { + left: 5px; + right: auto; + margin: -17px -18px -18px 3px; +} + +.e-grid.e-wrap.e-rtl .e-columnmenu { + margin: -13px -13px -23px -3px; +} + +.e-grid [class^='e-'] { + box-sizing: border-box; +} + +.e-grid .e-detailrowcollapse, +.e-grid .e-detailrowexpand { + border-style: solid; + border-width: 1px 0 0 0; + cursor: pointer; +} + +.e-grid .e-detailindentcell { + border-right-style: solid; + border-right-width: 1px; +} + +.e-grid .e-detailcell { + border-top-style: solid; + border-top-width: 1px; + padding: .3em; +} + +.e-grid.e-verticallines .e-rowcell, +.e-grid.e-verticallines .e-filterbarcell { + border-width: 0 0 0 1px; +} + +.e-grid.e-hidelines .e-rowcell, +.e-grid.e-horizontallines .e-headercell, +.e-grid.e-hidelines .e-headercell, +.e-grid.e-horizontallines .e-detailheadercell, +.e-grid.e-hidelines .e-detailheadercell, +.e-grid.e-hidelines tr th.e-firstcell, +.e-grid.e-hidelines .e-filterbarcell { + border-width: 0; +} + +.e-grid.e-horizontallines .e-headercell.e-stackedheadercell { + border-width: 0 0 1px 1px; +} + +.e-grid.e-horizontallines .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-horizontallines .e-filterbarcell { + border-width: 1px 0 0; +} + +.e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-horizontallines .e-detailrowvisible, .e-grid.e-verticallines .e-detailrowvisible, .e-grid.e-hidelines .e-detailrowvisible, .e-grid.e-bothlines .e-detailrowvisible { + border-left-width: 0; +} + +.e-grid.e-verticallines .e-firstchildrow .e-rowcell, +.e-grid.e-verticallines .e-firstchildrow .e-detailrowcollapse, +.e-grid.e-verticallines .e-firstchildrow .e-detailrowexpand, .e-grid.e-hidelines .e-firstchildrow .e-rowcell, +.e-grid.e-hidelines .e-firstchildrow .e-detailrowcollapse, +.e-grid.e-hidelines .e-firstchildrow .e-detailrowexpand { + border-top-width: 1px; +} + +.e-grid .e-filterbarcell .e-icons::before { + display: block; + margin: 0 auto; +} + +.e-grid .e-filterbarcell .e-filtertext::-webkit-search-cancel-button, +.e-grid .e-search input::-webkit-search-cancel-button { + display: none; +} + +.e-grid .e-filterbarcell .e-filtertext::-ms-clear, +.e-grid .e-search input::-ms-clear { + display: none; +} + +.e-grid .e-filterbarcell, +.e-grid .e-filterbarcelldisabled { + border-collapse: collapse; + border-style: solid; + border-width: 1px 0 0; + cursor: default; + height: 42px; + overflow: hidden; + padding: 0 21px; + vertical-align: middle; +} + +.e-grid .e-rowdragheader { + border-color: #e0e0e0; + border-style: solid; + border-width: 1px 0 0; +} + +.e-grid .e-filterbarcell input { + border-radius: 0; + border-style: solid; + border-width: 0 0 2px 0; + font-size: 13px; + font-weight: normal; + height: 26px; + padding-right: 24px; + text-indent: 0; + width: 100%; +} + +.e-grid.e-device .e-filterbarcell { + padding: 8px 12px; +} + +.e-grid.e-device .e-filterbarcell:first-child { + padding: 8px 12px 8px 16px; +} + +.e-grid.e-device .e-filterbarcell:last-child { + padding: 8px 16px 8px 12px; +} + +.e-grid .e-searchclear { + float: right; + position: relative; +} + +.e-grid.e-rtl .e-searchclear { + float: left; + position: relative; + top: 10px; +} + +.e-grid .e-checkboxlist { + height: 200px; + margin-top: 5px; + min-height: 160px; + overflow-y: auto; +} + +.e-grid .e-chk-hidden { + -moz-appearance: none; + height: 1px; + opacity: 0; + width: 1px; +} + +.e-grid .e-checkselect, +.e-grid .e-checkselectall { + margin: 0; + opacity: 0; + position: absolute; + width: 0; +} + +.e-grid .e-rowcell .e-checkbox-wrapper, +.e-grid .e-rowcell .e-css.e-checkbox-wrapper { + height: 20px; + line-height: 20px; +} + +.e-grid .e-dialog.e-checkboxfilter, +.e-grid .e-dialog.e-flmenu { + min-width: 250px; +} + +.e-grid .e-dialog.e-checkboxfilter { + min-height: 322px; +} + +.e-grid .e-ftrchk { + padding-bottom: 9px; + padding-top: 9px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper, +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + display: block; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + padding-bottom: 4px; + position: static; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul li { + height: 36px; + line-height: 36px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + height: 36px; + line-height: 36px; + margin-right: 12px; +} + +.e-grid.e-rtl .e-excelfilter .e-contextmenu-wrapper ul li .e-menu-icon { + margin-right: 0; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret { + height: 36px; + line-height: 36px; +} + +.e-grid .e-excelfilter .e-contextmenu-wrapper ul { + border: 0; + box-shadow: none; + max-width: 300px; + padding-bottom: 4px; + position: static; +} + +.e-grid .e-excelfilter .e-footer-content { + border-style: solid; + border-width: 1px 0 0; +} + +.e-grid .e-excel-menu { + z-index: 1000; +} + +.e-grid .e-excelfilter .e-dlg-content { + padding-top: 0; +} + +.e-grid .e-filterdiv, +.e-grid .e-fltrtempdiv { + padding: 0; + position: relative; + text-align: center; + width: 100%; +} + +.e-grid .e-pager { + border-bottom: transparent; + border-left: transparent; + border-right: transparent; +} + +.e-grid .e-gridpopup { + font-weight: normal; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + z-index: 99999; +} + +.e-grid .e-gridpopup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-grid .e-lastsummarycell { + border-right: 1px solid; +} + +.e-grid .e-footerpadding { + padding-right: 14px; +} + +.e-grid .e-gridpopup span { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + padding: 4px; + width: 26px; +} + +.e-grid .e-gridpopup .e-tail::before, +.e-grid .e-gridpopup .e-tail::after { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-grid .e-gridpopup .e-downtail::after { + top: 34px; +} + +.e-grid .e-gridpopup .e-uptail::after { + top: -17px; +} + +.e-grid .e-gridpopup .e-uptail::before { + top: -19px; +} + +.e-grid .e-gridpopup .e-sortdirect, +.e-grid .e-gridpopup .e-rowselect { + line-height: 18px; + text-indent: 7%; +} + +.e-grid .e-cloneproperties { + border-style: solid; + border-width: 1px; + box-shadow: 0 0; + font-size: 12px; + font-weight: 500; + opacity: 1; + overflow: hidden; + padding: 4px 5px; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; + z-index: 10; +} + +.e-grid .e-cloneproperties.e-draganddrop { + border-spacing: 0; + font-size: 12px; + font-weight: normal; + overflow: visible; +} + +.e-grid .e-cloneproperties.e-draganddrop table { + border-spacing: 0; +} + +.e-grid .e-defaultcur { + cursor: default; +} + +.e-grid .e-notallowedcur { + cursor: not-allowed; +} + +.e-grid .e-cloneproperties.e-headerclone table { + border-spacing: 0; +} + +.e-grid .e-headerclone { + border-radius: 12px; + font-size: 12px; + font-weight: 500; + line-height: 29px; +} + +.e-grid .e-draganddrop { + border-width: 0 1px 1px; + font-weight: normal; + padding: 0; +} + +.e-grid .e-draganddrop .e-rowcell { + opacity: .95; +} + +.e-grid.e-default .e-gridheader th.e-firstcell { + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-bothlines .e-gridheader th.e-stackedheadercell { + border-bottom-style: solid; + border-bottom-width: 1px; + border-left-style: solid; + border-left-width: 1px; +} + +.e-grid.e-default.e-hidelines .e-gridheader th.e-firstcell { + border-left-width: 0; +} + +.e-grid .e-gridheader .e-headercontent .e-reorderuparrow, +.e-grid .e-gridheader .e-headercontent .e-reorderdownarrow { + font-size: 7px; + position: absolute; + z-index: 10; +} + +.e-grid td.e-active { + font-weight: normal; +} + +.e-grid td.e-cellselectionbackground { + font-weight: normal; +} + +.e-grid .e-groupdroparea { + height: auto; + min-height: 48px; +} + +.e-grid .e-griddragarea { + border: 1px solid; + opacity: .6; + position: absolute; +} + +.e-grid .e-gdclone { + border-radius: 13px; + padding: 2px; +} + +.e-grid .e-content { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + overflow-y: scroll; + position: relative; +} + +.e-grid.e-ungroupdrag .e-columnheader, +.e-grid.e-ungroupdrag .e-groupdroparea, +.e-grid.e-rowdrag .e-columnheader, +.e-grid.e-rowdrag .e-groupdroparea { + cursor: not-allowed; +} + +.e-grid .e-groupdroparea, +.e-grid.e-ungroupdrag .e-gridcontent, +.e-grid.e-rowdrag .e-gridcontent { + cursor: default; +} + +.e-grid .e-groupdroparea { + border-style: solid none; + border-width: 1px 0 0; +} + +.e-grid .e-groupdroparea { + border-top-width: 1px; + font-size: 14px; + font-weight: lighter; + opacity: 0.87; + padding: 14px 24px; + text-align: left; + text-indent: 1pt; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-grid .e-grouptext { + display: inline-block; + margin-right: 6px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 57px; +} + +.e-grid .e-grid-icon { + float: left; +} + +.e-grid .e-groupheadercell, +.e-grid .e-groupheadercell:hover { + border: 0; + border-collapse: collapse; + border-radius: 12px; + cursor: pointer; + font-size: 13px; + font-weight: normal; + height: 24px; + margin: 3px 0 0 18px; + overflow: hidden; + padding: 0 6px 0 9px; + vertical-align: middle; +} + +.e-grid .e-groupheadercell:hover { + border: 0; + padding: 0 6px 0 9px; +} + +.e-grid .e-groupheadercell span { + display: inline-block; + float: left; + height: 24px; + line-height: 26px; + padding: 0; + vertical-align: middle; +} + +.e-grid .e-groupheadercell .e-grouptext { + line-height: 24px; +} + +.e-grid .e-groupheadercell .e-ungroupbutton { + font-size: 13px; + line-height: 26px; +} + +.e-grid.e-device .e-groupheadercell span { + line-height: 26px; +} + +.e-grid.e-device .e-groupheadercell .e-ungroupbutton { + line-height: 28px; +} + +.e-grid .e-groupheadercell .e-cancel { + padding-right: 10px; +} + +.e-grid .e-groupheadercell .e-icons::before { + display: inline; +} + +.e-grid .e-groupsort, +.e-grid .e-ungroupbutton, +.e-grid .e-toggleungroup { + font-size: 10px; + margin-left: 6px; +} + +.e-grid .e-groupsort { + margin-right: 0; + margin-top: 0; +} + +.e-grid span.e-ungroupbutton.e-icons { + margin-left: 6px; + margin-top: 0; +} + +.e-grid .e-grptogglebtn { + padding: 7px; +} + +.e-grid .e-icon-gdownarrow { + font-size: 11px; + text-indent: 12px; +} + +.e-grid .e-icon-grightarrow { + font-size: 10px; + text-indent: 12px; +} + +.e-grid .e-recordplusexpand { + padding-top: 5px; +} + +.e-grid .e-indentcell { + border-style: solid; + border-width: 0 1px 0 0; +} + +.e-grid .e-indentcell.e-indentcelltop, .e-grid .e-indentcell.e-detailindentcelltop { + border-width: 1px 0 0; +} + +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse { + border-style: solid; + border-width: 1px 0 0; + cursor: pointer; +} + +.e-grid .e-groupcaption { + border-style: solid; + border-width: 1px 0 0; + display: table-cell; + font-size: 12px; + line-height: 20px; + overflow: hidden; + padding: .7em; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: auto; +} + +.e-grid .e-virtualtable .e-groupcaption { + line-height: 20px; + padding: 8px 21px; +} + +.e-grid .e-autofill { + border: 1px solid; + height: 8px; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 8px; +} + +.e-grid .e-xlsel { + border: 0 solid; + position: absolute; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-headercontent { + border-style: solid; + border-width: 0; +} + +.e-grid .e-stackedheadercell { + border-width: 0 0 1px 1px; + white-space: nowrap; +} + +.e-grid .e-noselect { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-grid .e-toolbar .e-btn-icon.e-icons.e-columnchooser-btn { + font-size: 9px; + line-height: 3; +} + +.e-grid .e-toolbar-item.e-cc.e-ccdiv.e-cc-toolbar { + margin-top: 0; + padding: 3px 0 0; +} + +.e-grid .e-edit-dialog .e-dlg-content { + position: relative; +} + +.e-grid .e-edit-dialog { + min-height: 350px; +} + +.e-grid .e-griderror label { + display: inline !important; +} + +.e-grid .e-tooltip-wrap.e-griderror { + z-index: 1000; +} + +.e-grid .e-tooltip-wrap.e-griderror .e-arrow-tip.e-tip-top { + left: 44%; +} + +.e-grid .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid.e-device .e-normaledit .e-rowcell { + padding-bottom: 4px; + padding-top: 4px; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell.e-lastrowadded { + border-bottom: 1px solid #e0e0e0; + border-top: 0 none #e0e0e0; +} + +.e-grid .e-normaledit { + border-top: 0; + padding: 0; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell { + border-top: 1px solid; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell { + border-top: 0; +} + +.e-grid.e-device .e-editedbatchcell.e-rowcell, +.e-grid .e-editedbatchcell.e-rowcell, +.e-grid.e-device .e-gridcontent .e-normaledit .e-rowcell { + padding-bottom: 0; + padding-top: 0; +} + +.e-grid .e-editedbatchcell, +.e-grid td.e-boolcell { + padding-left: 21px; + padding-right: 21px; +} + +.e-grid td.e-boolcell input { + margin: 3px 3px 3px 4px; +} + +.e-grid td.e-boolcell.e-rowcell { + padding-bottom: 5px; + padding-top: 5px; +} + +.e-grid .e-dialog .e-gridform .e-rowcell { + border: 0; + padding: 0; +} + +.e-grid .e-row .e-input-group .e-input.e-field, +.e-grid .e-row .e-input-focus .e-input.e-field { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + padding-bottom: 6px; + padding-top: 9px; +} + +.e-grid .e-row .e-input-group { + margin-bottom: 2px; + margin-top: 0; + vertical-align: middle; +} + +.e-grid .e-defaultcell.e-ralign, +.e-grid .e-editedrow .e-defaultcell.e-ralign, +.e-grid .e-defaultcell.e-ralign:focus, +.e-grid .e-editedrow .e-defaultcell.e-ralign:focus { + padding-right: 10px; +} + +.e-grid .e-dlg-content .e-defaultcell.e-ralign, +.e-grid .e-dlg-content .e-defaultcell.e-ralign:focus { + padding-right: 0; +} + +.e-grid .e-hiddenrow { + display: none; +} + +.e-grid .e-columnchooserdiv { + float: right; + margin: -12px; +} + +.e-grid .e-ccdlg .e-dlg-content { + margin: 20px 0 0; + overflow: visible; + padding: 16px 18px 13px 9px; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper.e-control.e-keyboard { + padding-left: 9px; +} + +.e-grid .e-ccdlg .e-main-div { + box-sizing: border-box; + position: relative; +} + +.e-grid .e-ccdlg .e-ccul-ele { + margin: 13px 0; + padding: 0; +} + +.e-grid .e-ccdlg li.e-cclist { + padding: 9px 0; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper .e-frame { + margin-left: 0; +} + +.e-grid .e-ccdlg label.e-cc { + margin: 0; +} + +.e-grid .e-ccdlg .e-footer-content { + border-style: solid; + border-width: 1px 0 0; +} + +.e-grid .e-ccdlg .e-cc-contentdiv { + height: 196px; + overflow-y: auto; +} + +.e-grid .e-ccdlg .e-cc-searchdiv { + border-style: solid; + border-width: 0 0 2px; + left: 4px; + opacity: 0.6; + position: absolute; + right: 0; + top: -46px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-icons { + float: right; + opacity: .6; + padding: 5px 2px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv span.e-ccsearch-icon.e-cc-cancel { + font-size: 11px; + padding: 5px 2px 6px; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus { + opacity: 1; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus span.e-ccsearch-icon.e-icons { + opacity: 1; +} + +.e-grid .e-ccdlg .e-innerdiv.e-ccnmdiv { + height: 60px; + padding: 23px; + text-align: center; +} + +.e-grid .e-ccdlg .e-checkbox-wrapper .e-label { + text-overflow: ellipsis; +} + +.e-grid .e-ccdlg .e-cc-chbox { + margin: 3px; + vertical-align: middle; +} + +.e-grid .e-ccdlg .e-cc-lab-name { + padding: 7px; + text-overflow: ellipsis; + vertical-align: middle; +} + +.e-grid .e-ccdlg .e-cc.e-input, +.e-grid .e-ccdlg .e-cc.e-input:focus { + border: 0; + padding-bottom: 8px; + padding-left: 4px; + padding-top: 4px; +} + +.e-grid .e-checkboxfiltertext { + width: 150px; + word-break: normal; +} + +.e-grid .e-frozenhdrcont .e-headercontent > .e-table, +.e-grid .e-frozenhdrcont .e-frozenheader > .e-table, +.e-grid .e-frozenhdrcont .e-movableheader > .e-table, +.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable > .e-table { + border-bottom: 1px solid; +} + +.e-grid .e-frozenheader > .e-table, +.e-grid .e-frozencontent > .e-table, +.e-grid .e-frozenheader .e-virtualtable > .e-table, +.e-grid .e-frozencontent .e-virtualtable > .e-table { + border-left: 0; + border-right: 1px solid; +} + +.e-grid .e-frozenheader { + float: left; + width: -webkit-min-content; + width: min-content; +} + +.e-grid.e-rtl .e-frozenheader > .e-table, +.e-grid.e-rtl .e-frozencontent > .e-table { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl .e-frozenheader { + float: right; +} + +.e-grid.e-rtl .e-frozencontent { + float: right; +} + +.e-grid .e-movableheader { + overflow: hidden; +} + +.e-grid .e-frozenhdrcont { + -ms-touch-action: none; +} + +.e-grid .e-frozencontent { + -ms-touch-action: none; + border-bottom-style: solid; + border-bottom-width: 1px; + float: left; + height: inherit; + overflow: hidden; + width: -webkit-min-content; + width: min-content; +} + +.e-grid .e-movablecontent { + height: inherit; + overflow: scroll; +} + +.e-grid .e-columnchooser::before { + line-height: 1.9; +} + +.e-grid .e-toolbar .e-ccdiv .e-columnchooser.e-cctbn-icon { + font-size: 15px; + vertical-align: middle; +} + +.e-grid .e-toolbar .e-ccdiv { + margin-top: -1px; + padding: 0 10px; +} + +.e-grid.e-rtl .e-tableborder { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl .e-headercell, +.e-grid.e-rtl .e-detailheadercell { + border-width: 0; + text-align: right; +} + +.e-grid.e-rtl .e-headercell .e-headercelldiv, +.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv { + padding: 0 0.6em 0 1.8em; + text-align: right; +} + +.e-grid.e-rtl .e-headercell .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-headercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell .e-headercelldiv.e-headerchkcelldiv .e-sortnumber { + float: left; + margin: 9px 0 0 5px; +} + +.e-grid.e-rtl .e-headercell .e-filterbarcell input, +.e-grid.e-rtl .e-detailheadercell .e-filterbarcell input { + border-width: 0 0 2px 0; +} + +.e-grid.e-rtl .e-headercell .e-sortfilterdiv, +.e-grid.e-rtl .e-detailheadercell .e-sortfilterdiv { + float: left; + margin: -14px 10px; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-sortfilterdiv, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-sortfilterdiv { + float: right; + margin: -14px 3px; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv { + padding: 0 25px 0 .7em; +} + +.e-grid.e-rtl .e-headercell.e-leftalign .e-headercelldiv .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell.e-leftalign .e-headercelldiv .e-sortnumber { + float: right; + margin: 6px 5px 0 0; +} + +.e-grid.e-rtl .e-headercell.e-rightalign .e-sortnumber, +.e-grid.e-rtl .e-detailheadercell.e-rightalign .e-sortnumber { + float: left; + margin: 9px 0 0 5px; +} + +.e-grid.e-rtl .e-rowcell:first-child, +.e-grid.e-rtl .e-summarycell:first-child { + padding-right: 21px; +} + +.e-grid.e-rtl .e-rowcell:last-child, +.e-grid.e-rtl .e-summarycell:last-child { + padding-left: 21px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-sortnumber { + margin: 3px 5px 0 2px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-sortfilterdiv { + margin: -17px 4px; +} + +.e-grid.e-rtl.e-wrap .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -17px 5px; +} + +.e-grid.e-rtl .e-gridheader .e-fltr-icon .e-sortfilterdiv { + margin: -14px 0 0 11px; +} + +.e-grid.e-rtl .e-gridheader .e-rightalign.e-fltr-icon .e-sortfilterdiv { + margin: -14px 0 0 11px; +} + +.e-grid.e-rtl .e-gridheader .e-sortfilter .e-rightalign.e-fltr-icon .e-headercelldiv { + margin: -7px; +} + +.e-grid.e-rtl .e-gridheader .e-sortfilter .e-fltr-icon .e-headercelldiv { + margin: -7px; +} + +.e-grid.e-rtl.e-verticallines .e-grouptopleftcell, +.e-grid.e-rtl.e-bothlines .e-grouptopleftcell, +.e-grid.e-rtl.e-hidelines .e-grouptopleftcell { + border-top: 0; +} + +.e-grid.e-rtl .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-rtl .e-grouptext { + margin-left: 18px; + margin-right: 0; +} + +.e-grid.e-rtl .e-groupheadercell span { + float: right; +} + +.e-grid.e-rtl.e-horizontallines .e-grouptopleftcell { + border-top: 1px solid; +} + +.e-grid.e-rtl .e-rowcell { + border-width: 1px 0 0 0; +} + +.e-grid.e-rtl .e-filterbarcell, +.e-grid.e-rtl .e-filterbarcelldisabled { + border-width: 1px 0 0; +} + +.e-grid.e-rtl .e-lastrowcell { + border-width: 1px 1px 1px 0; +} + +.e-grid.e-rtl .e-gridheader .e-rightalign .e-sortfilterdiv { + margin: -14px 10px; +} + +.e-grid.e-rtl .e-cloneproperties { + border-width: 1px 1px 3px; +} + +.e-grid.e-rtl tr td:first-child, +.e-grid.e-rtl tr th:first-child { + border-left-width: 0; +} + +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child:not(.e-summarycell), +.e-grid.e-rtl.e-default.e-bothlines tr th:first-child { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowcollapse, +.e-grid.e-rtl.e-default.e-bothlines tr td:first-child.e-detailrowexpand { + border-left-width: 0; +} + +.e-grid.e-rtl.e-default tr td:last-child, +.e-grid.e-rtl.e-default tr th:last-child { + border-left: 0; +} + +.e-grid.e-rtl.e-default.e-verticallines tr th:last-child { + border-left: 1px solid; +} + +.e-grid.e-rtl.e-default .e-gridheader tr th:last-child { + padding-left: 21px; + padding-right: 21px; +} + +.e-grid.e-rtl.e-default .e-gridheader tr th:first-child { + padding-left: 21px; + padding-right: 21px; +} + +.e-grid.e-rtl.e-default th:first-child +.e-grid.e-rtl.e-default .e-headercell, +.e-grid.e-rtl.e-default .e-detailheadercell { + border-width: 0; +} + +.e-grid.e-rtl.e-default .e-rowcell { + border-width: 1px 0 0 0; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-headercell, +.e-grid.e-rtl.e-default.e-verticallines .e-rowcell, +.e-grid.e-rtl.e-default.e-verticallines .e-filterbarcell, +.e-grid.e-rtl.e-default.e-verticallines .e-detailheadercell, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-firstcell { + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl.e-default.e-verticallines tr th:first-child:not(.e-firstcell) { + border-left-width: 1px; +} + +.e-grid.e-rtl.e-default .e-stackedheadercell, +.e-grid.e-rtl.e-default.e-horizontallines .e-stackedheadercell { + border-width: 0 1px 1px 0; +} + +.e-grid.e-rtl.e-default .e-gridheader th.e-firstcell, +.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader th.e-firstcell { + border-left-width: 0; + border-right-width: 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-firstcell { + border-left-width: 1px; + border-right-width: 0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader { + border-left: 0; +} + +.e-grid.e-rtl.e-default.e-hidelines .e-gridheader th.e-firstcell { + border-left: 0; + border-right: 0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-gridheader .e-headercell.e-firstheader { + border-right: 1px solid; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader { + border-right: 0; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-left: 1px solid; +} + +.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid; +} + +.e-grid.e-rtl.e-default .e-detailcell, +.e-grid.e-rtl.e-default.e-bothlines .e-detailcell { + border-right-style: solid; + border-right-width: 1px; +} + +.e-grid.e-rtl .e-cc-searchdiv span.e-ccsearch-icon.e-icons { + float: left; +} + +.e-grid.e-rtl .e-groupsort, +.e-grid.e-rtl .e-ungroupbutton, +.e-grid.e-rtl .e-toggleungroup { + margin-left: 0; + margin-right: 6px; +} + +.e-grid.e-rtl span.e-ungroupbutton.e-icons { + margin-left: 0; + margin-right: 6px; + padding-top: 0; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-headercell, +.e-grid.e-rtl.e-default.e-bothlines .e-detailheadercell { + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-dragheadercell, +.e-grid.e-rtl.e-default.e-bothlines .e-rowdragheader, +.e-grid.e-rtl.e-default.e-bothlines .e-cloneproperties.e-draganddrop td.e-rowdragdrop, +.e-grid.e-rtl.e-default.e-verticallines .e-cloneproperties.e-draganddrop td.e-rowdragdrop { + border-left: 1px solid #e0e0e0; + padding-left: 3px; +} + +.e-grid.e-rtl .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + left: 4px; + position: relative; +} + +.e-grid.e-rtl.e-default table th[rowspan] { + border-width: 0 1px 0 0; +} + +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-left: 1px solid; + border-right: 0; +} + +.e-grid.e-rtl.e-bothlines .e-gridheader th.e-stackedheadercell { + border-bottom-style: solid; + border-bottom-width: 1px; +} + +.e-grid.e-rtl.e-bothlines .e-filterbarcell, +.e-grid.e-rtl.e-bothlines .e-filterbarcelldisabled { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-bothlines .e-rowcell, +.e-grid.e-rtl.e-bothlines .e-rowcell.e-lastrowcell { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-verticallines .e-rowcell, +.e-grid.e-rtl.e-verticallines .e-filterbarcell { + border-width: 1px 0 0 1px; +} + +.e-grid.e-rtl.e-hidelines .e-rowcell, +.e-grid.e-rtl.e-hidelines .e-headercell, +.e-grid.e-rtl.e-hidelines .e-detailheadercell, +.e-grid.e-rtl.e-hidelines .e-filterbarcell { + border-width: 0; +} + +.e-grid.e-rtl.e-horizontallines .e-rowcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-horizontallines .e-filterbarcell { + border-width: 1px 0 0; +} + +.e-grid.e-rtl.e-horizontallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-verticallines .e-rowcell.e-lastrowcell, .e-grid.e-rtl.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 1px; +} + +.e-grid.e-rtl.e-verticallines .e-firstchildrow .e-rowcell, .e-grid.e-rtl.e-hidelines .e-firstchildrow .e-rowcell { + border-top-width: 1px; +} + +.e-grid.e-rtl .e-groupheadercell .e-icons::before { + display: inline-block; +} + +.e-grid.e-rtl .e-groupheadercell .e-cancel { + padding-left: 23px; + padding-right: 0; + padding-top: 2px; +} + +.e-grid.e-rtl .e-groupheadercell, +.e-grid.e-rtl .e-groupheadercell:hover { + margin-left: 10px; + margin-right: 18px; + padding: 0 9px 0 6px; +} + +.e-grid.e-rtl .e-groupheadercell, +.e-grid.e-rtl .e-groupheadercell:hover { + float: right; +} + +.e-grid.e-rtl .e-groupdroparea { + text-align: right; +} + +.e-grid.e-rtl .e-ungroupbutton { + float: left; +} + +.e-grid.e-rtl tr:not(.e-summaryrow) td.e-indentcell { + border-style: solid; + border-width: 0 0 0 1px; +} + +.e-grid.e-rtl .e-defaultcell.e-ralign, +.e-grid.e-rtl .e-row .e-input.e-defaultcell.e-ralign, +.e-grid.e-rtl .e-defaultcell.e-ralign:focus, +.e-grid.e-rtl .e-editedrow .e-defaultcell.e-ralign:focus { + padding-left: 10px; +} + +.e-grid.e-rtl .e-detailindentcell { + border-left-style: solid; + border-left-width: 1px; + border-right-width: 0; +} + +.e-grid.e-rtl .e-filtermenudiv { + float: left; + margin: -18px 0 -18px -11px; + padding: 6px; +} + +.e-grid.e-wrap .e-rowcell, +.e-grid.e-wrap .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-wrap .e-columnheader .e-headercelldiv { + height: Auto; + line-height: 18px; + overflow-wrap: break-word; + text-overflow: clip; + white-space: normal; + word-wrap: break-word; +} + +.e-grid.e-wrap .e-stackedheader .e-columnheader .e-stackedheadercelldiv, +.e-grid.e-wrap .e-stackedheader .e-columnheader .e-headercelldiv { + max-height: 36px; +} + +.e-grid.e-wrap .e-columnheader .e-headercelldiv, +.e-grid .e-columnheader.e-wrap .e-headercelldiv { + margin-bottom: 2px; + margin-top: 0; +} + +.e-grid.e-wrap .e-columnheader .e-filtermenudiv { + line-height: 18px; +} + +.e-grid .e-columnheader.e-wrap .e-filtermenudiv { + line-height: 18px; +} + +.e-grid .e-columnheader.e-wrap .e-headercelldiv, +.e-grid .e-columnheader.e-wrap .e-stackedheadercelldiv, +.e-grid .e-gridcontent.e-wrap .e-rowcell, +.e-grid .e-frozenhdrcont.e-wrap .e-rowcell { + height: Auto; + line-height: 18px; + overflow-wrap: break-word; + text-overflow: clip; + white-space: normal; + word-wrap: break-word; +} + +.e-grid .e-stackedheadercelldiv { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-grid .e-stackedheader .e-columnheader.e-wrap .e-headercelldiv, +.e-grid .e-stackedheader .e-columnheader.e-wrap .e-stackedheadercelldiv { + max-height: 36px; +} + +.e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -18px 10px; +} + +.e-grid .e-columnheader.e-wrap .e-rightalign .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-rightalign .e-sortfilterdiv { + margin: -18px 5px; +} + +.e-grid .e-columnheader.e-wrap .e-fltr-icon .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-fltr-icon .e-sortfilterdiv { + margin: -11px 24px; +} + +.e-grid .e-columnheader.e-wrap .e-fltr-icon.e-rightalign .e-sortfilterdiv, +.e-grid.e-wrap .e-columnheader .e-fltr-icon.e-rightalign .e-sortfilterdiv { + margin: -10px 5px; +} + +.e-grid .e-columnheader.e-wrap .e-icon-group::before, +.e-grid.e-wrap .e-columnheader .e-icon-group::before { + display: inline-block; +} + +.e-grid.e-responsive .e-rowcell.e-gridclip, +.e-grid.e-responsive .e-gridclip .e-headercelldiv, +.e-grid.e-responsive .e-stackedheadercelldiv.e-gridclip { + text-overflow: clip; +} + +.e-grid .e-clipboard { + cursor: default; + height: 1px; + left: -1000px; + overflow: hidden; + position: fixed; + resize: none; + top: -1000px; + width: 1px; +} + +.e-grid.e-resize-lines th.e-headercell.e-stackedheadercell, +.e-grid.e-resize-lines th.e-headercell.e-firstcell, .e-grid.e-resize-lines.e-rtl th.e-headercell.e-stackedheadercell, +.e-grid.e-resize-lines.e-rtl th.e-headercell.e-firstcell { + border-left: 0; + border-right: 0; + border-top: 0; +} + +.e-grid.e-resize-lines tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, .e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor { + border-right: 0; +} + +.e-grid.e-resize-lines.e-default table th[rowspan], .e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] { + border-left: 0; +} + +.e-grid.e-resize-lines.e-rtl tr.e-columnheader th:last-child.e-stackedheadercell .e-rhandler.e-rcursor, +.e-grid.e-resize-lines.e-rtl tr.e-columnheader th.e-lastcell .e-rhandler.e-rcursor { + border-left: 0; +} + +.e-grid.e-resize-lines.e-rtl.e-default table th[rowspan] { + border-right: 0; +} + +.e-grid-min-height .e-rowcell { + line-height: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-grid-min-height .e-gridheader .e-headercell, +.e-grid-min-height .e-gridheader .e-detailheadercell, +.e-grid-min-height .e-gridheader .e-headercell .e-headercelldiv { + height: auto; +} + +.e-grid-min-height .e-gridcontent .e-groupcaption { + line-height: normal; + padding: 0 .7em; +} + +.e-grid-min-height .e-summarycell { + line-height: normal; + padding: 0 8px; +} + +.e-device.e-grid-min-height .e-rowcell, +.e-device.e-grid-min-height .e-rowcell:first-child, +.e-device.e-grid-min-height .e-rowcell:last-child { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-grid.e-grid-min-height .e-rowcell, +.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child, +.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child { + line-height: 0; + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-wrap.e-grid-min-height .e-rowcell { + line-height: 18px; +} + +.e-bigger .e-wrap.e-grid-min-height .e-frozencontent table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height .e-movablecontent table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height .e-frozenhdrcont table tr td:first-child:empty, +.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr td:not(.e-indentcell):first-child:empty, +.e-bigger .e-wrap.e-grid-min-height:not(.e-grid-min-height) .e-gridcontent tr.e-row .e-rowcell:empty { + height: 18px; +} + +.e-rtl .e-grid .e-headercell, +.e-rtl .e-grid .e-detailheadercell, +.e-rtl .e-grid .e-headercelldiv, +.e-rtl .e-grid .e-headercelldiv.e-headerchkcelldiv { + text-align: right; +} + +.e-edit-dialog .e-gridform .e-table { + border-collapse: separate; + border-spacing: 11px; + width: 100%; +} + +.e-edit-dialog .e-dlg-content { + position: relative; +} + +/*! Grid theme */ +.e-grid { + border-color: #e0e0e0; +} + +.e-grid .e-content { + background-color: #fff; +} + +.e-grid .e-icons { + color: #000; +} + +.e-grid .e-unboundcelldiv .e-icons { + color: #000; +} + +.e-grid .e-table { + background-color: #fff; +} + +.e-grid .e-focused:not(.e-menu-item) { + box-shadow: 0 0 0 1px #9e9e9e inset; +} + +.e-grid .e-gridheader .e-icons:not(.e-icon-hide):not(.e-check):not(.e-stop) { + color: #212121; +} + +.e-grid .e-groupdroparea .e-icons { + color: #fff; +} + +.e-grid.e-default { + background-color: #fff; +} + +.e-grid .e-tableborder { + border-right-color: #e0e0e0; +} + +.e-grid .e-autofill, +.e-grid .e-xlsel { + background-color: #e3165b; + border-color: #e3165b; +} + +.e-grid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowcell.e-dragborder, +.e-grid .e-gridcontent .e-rowdragdrop.e-dragborder, +.e-grid .e-gridheader thead tr th.e-firstrowdragborder, +.e-grid.e-rtl .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowcell.e-dragborder, +.e-grid.e-rtl .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 2px 0 0 #e3165b; + position: relative; + z-index: 5; +} + +.e-grid .e-gridheader { + background-color: #fff; + border-bottom-color: #e0e0e0; + border-top-color: #e0e0e0; + color: rgba(0, 0, 0, 0.54); +} + +.e-grid .e-gridcontent tr:first-child td { + border-top-color: transparent; +} + +.e-grid th.e-headercell[aria-sort='ascending'] .e-headertext, +.e-grid th.e-headercell[aria-sort='descending'] .e-headertext, +.e-grid th.e-headercell[aria-sort='ascending'] .e-sortfilterdiv, +.e-grid th.e-headercell[aria-sort='descending'] .e-sortfilterdiv { + color: #000; + opacity: 1; +} + +.e-grid.e-default.e-verticallines .e-headercell.e-stackedheadercell { + border-color: #e0e0e0; +} + +.e-grid.e-default.e-horizontallines .e-grouptopleftcell { + border-color: #e0e0e0; +} + +.e-grid.e-default .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:last-child th.e-grouptopleftcell, +.e-grid.e-default .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell, +.e-grid.e-default.e-horizontallines .e-gridheader.e-stackedfilter tr:first-child th.e-grouptopleftcell { + border-color: #e0e0e0; +} + +.e-grid.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-default.e-horizontallines .e-headercell.e-firstheader { + border-color: #e0e0e0; +} + +.e-grid .e-filterbarcell input { + border-color: #e0e0e0; +} + +.e-grid .e-gridcontent { + background-color: #fff; +} + +.e-grid .e-gridfooter { + background-color: #f6f6f6; +} + +.e-grid .e-headercontent { + border-color: #e0e0e0; +} + +.e-grid .e-headercell, +.e-grid .e-detailheadercell { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-grid [aria-selected] + tr .e-detailindentcell { + border-color: #e0e0e0; +} + +.e-grid tr th.e-firstcell { + border-left-color: #e0e0e0; + border-right-color: #e0e0e0; +} + +.e-grid .e-rowcell:not(.e-editedbatchcell), +.e-grid .e-detailrowcollapse:not(.e-editedbatchcell), +.e-grid .e-detailrowexpand:not(.e-editedbatchcell), +.e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell), +.e-grid .e-emptyrow:not(.e-editedbatchcell) { + color: #000; + opacity: 0.87; +} + +.e-grid .e-summarycell { + background-color: #fafafa; + border-color: #e0e0e0; + color: rgba(0, 0, 0, 0.54); +} + +.e-grid .e-summaryrow .e-summarycell, +.e-grid .e-summaryrow .e-templatecell, +.e-grid .e-summarycontent .e-indentcell, +.e-grid .e-indentcell.e-detailindentcelltop { + background-color: #f6f6f6; + border-color: #e0e0e0; + color: rgba(0, 0, 0, 0.54); +} + +.e-grid .e-rowcell, +.e-grid .e-groupcaption, +.e-grid .e-indentcell, +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse, +.e-grid .e-detailrowcollapse, +.e-grid .e-detailrowexpand, +.e-grid .e-detailindentcell, +.e-grid .e-detailcell { + border-color: #e0e0e0; +} + +.e-grid.e-default .e-grouptopleftcell { + border-color: #e0e0e0; +} + +.e-grid .e-frozenhdrcont .e-headercontent > .e-table, +.e-grid .e-frozenhdrcont .e-frozenheader > .e-table, +.e-grid .e-frozenhdrcont .e-movableheader > .e-table, +.e-grid .e-frozenhdrcont .e-headercontent .e-virtualtable > .e-table { + border-bottom-color: #e3165b; +} + +.e-grid .e-frozencontent { + border-bottom-color: #e0e0e0; +} + +.e-grid .e-frozenheader > .e-table, +.e-grid .e-frozencontent > .e-table, +.e-grid .e-frozencontent .e-virtualtable > .e-table, +.e-grid .e-frozenheader .e-virtualtable > .e-table { + border-right-color: #e3165b; +} + +.e-grid.e-rtl .e-frozenheader > .e-table, +.e-grid.e-rtl .e-frozencontent > .e-table { + border-left-color: #e3165b; +} + +.e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: #eee; + color: #000; +} + +.e-grid tr[role='row']:hover .e-rowdragdrop { + cursor: move; +} + +.e-grid .e-sortnumber { + background-color: #bbbdc0; + color: #000; +} + +.e-grid .e-col-menu.e-filter-popup { + box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.24); +} + +.e-grid td.e-active .e-icon-rowdragicon::before { + color: #000; +} + +.e-grid td.e-active { + background: #e0e0e0; + color: #000; +} + +.e-grid td.e-cellselectionbackground { + background: #e0e0e0; + color: #000; +} + +.e-grid .e-filterbarcell, +.e-grid .e-filterbarcelldisabled { + background-color: #fff; + background-image: none; + border-color: #e0e0e0; +} + +.e-grid .e-filtered::before { + color: #e3165b; +} + +.e-grid .e-gridpopup .e-content { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-grid .e-gridpopup span:hover, +.e-grid .e-gridpopup .e-spanclicked { + border-color: #000; +} + +.e-grid .e-gridpopup .e-downtail::before, +.e-grid .e-gridpopup .e-downtail { + border-top-color: #e0e0e0; +} + +.e-grid .e-gridpopup .e-downtail::after { + border-top-color: #fff; +} + +.e-grid .e-gridpopup .e-uptail::before, +.e-grid .e-gridpopup .e-uptail { + border-bottom-color: #e0e0e0; +} + +.e-grid .e-gridpopup .e-uptail::after { + border-bottom-color: #fff; +} + +.e-grid .e-cloneproperties { + background-color: #eee; + border-color: #e0e0e0; + color: rgba(0, 0, 0, 0.54); +} + +.e-grid .e-rhelper { + background-color: #000; + cursor: col-resize; + opacity: 0.87; +} + +.e-grid.e-device .e-rcursor::before { + border-right-color: #000; + opacity: 0.87; +} + +.e-grid.e-device .e-rcursor::after { + border-left-color: #000; + opacity: 0.87; +} + +.e-grid.e-resize-lines .e-headercell .e-rhandler, +.e-grid.e-resize-lines .e-headercell .e-rsuppress { + border-right: 1px solid #e0e0e0; +} + +.e-grid.e-resize-lines .e-focused .e-rhandler { + border: 0 none; +} + +.e-grid.e-resize-lines .e-headercell.e-stackedheadercell { + border-bottom: 1px solid #e0e0e0; + border-right: 1px solid #e0e0e0; +} + +.e-grid.e-rtl.e-resize-lines .e-headercell.e-stackedheadercell, +.e-grid.e-rtl.e-resize-lines .e-headercell .e-rhandler, +.e-grid.e-rtl.e-resize-lines .e-headercell .e-rsuppress { + border-left: 1px solid #e0e0e0; + border-right-width: 0; +} + +.e-grid.e-resize-lines .e-filterbarcell, +.e-grid.e-rtl.e-resize-lines .e-filterbarcell { + border-top: 1px solid #e0e0e0; +} + +.e-grid .e-cloneproperties.e-draganddrop { + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + opacity: .95; + overflow: visible; +} + +.e-grid .e-row .e-dragstartrow::before, +.e-grid .e-row .e-selectionbackground .e-dragstartrow::before { + color: #e3165b; +} + +.e-grid .e-griddragarea { + background-color: #eee; + border-color: #eee; + color: #000; +} + +.e-grid .e-groupdroparea { + background-color: #e8eaf6; + border-top-color: #e0e0e0; + color: #000; +} + +.e-grid .e-groupdroparea.e-hover { + background-color: #c5cae9; +} + +.e-grid .e-groupdroparea.e-grouped { + background-color: #7986cb; +} + +.e-grid .e-groupheadercell { + background-color: #3f51b5; + border-color: #e0e0e0; + border-radius: 12px; + color: #fff; +} + +.e-grid .e-groupheadercell:hover { + background-color: #3f51b5; + border-color: #000; +} + +.e-grid .e-ungroupbutton:hover { + color: #fff; + opacity: 1; +} + +.e-grid .e-ungroupbutton { + opacity: 0.7; +} + +.e-grid .e-groupcaption, +.e-grid .e-indentcell, +.e-grid .e-recordplusexpand, +.e-grid .e-recordpluscollapse { + background-color: #fafafa; + color: #000; +} + +.e-grid .e-grouptopleftcell { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-grid .e-stackedheadercell { + border-bottom-color: #e0e0e0; +} + +.e-grid .e-verticallines tr th { + border-color: #e0e0e0; +} + +.e-grid td.e-updatedtd { + background-color: #d7f9c7; + color: #000; +} + +.e-grid .e-gridcontent .e-normaledit .e-rowcell { + border-top-color: #e0e0e0; +} + +.e-grid .e-gridcontent .e-normaledit .e-dragindentcell, +.e-grid .e-gridcontent .e-normaledit .e-detailrowcollapse { + border-top: 1px solid #e0e0e0; +} + +.e-grid .e-excelfilter .e-footer-content { + border-color: rgba(0, 0, 0, 0.12); + opacity: 1; +} + +.e-grid .e-ccdlg .e-footer-content { + border-color: rgba(0, 0, 0, 0.12); + opacity: 1; +} + +.e-grid .e-ccdlg .e-cc-searchdiv { + border-color: #212121; +} + +.e-grid .e-ccdlg .e-cc-searchdiv.e-input-focus { + border-color: #ff4081; +} + +.e-grid .e-cloneproperties.e-draganddrop .e-rowcell { + color: #000; +} + +.e-grid .e-cloneproperties.e-draganddrop table, +.e-grid .e-cloneproperties.e-draganddrop table .e-selectionbackground { + background-color: #fff; + height: 30px; +} + +.e-grid.e-rtl .e-verticallines tr th:first-child:not(.e-firstcell) { + border-color: #e0e0e0; +} + +.e-grid.e-rtl.e-default .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-horizontallines .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-verticallines .e-headercell.e-stackedheadercell, +.e-grid.e-rtl.e-default.e-verticallines tr th:last-child, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell, +.e-grid.e-rtl.e-default.e-verticallines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader .e-headercell.e-firstheader, +.e-grid.e-rtl.e-default.e-bothlines .e-gridheader th.e-grouptopleftcell.e-lastgrouptopleftcell { + border-color: #e0e0e0; +} + +.e-grid.e-rtl .e-tableborder { + border-left-color: #e0e0e0; +} + +.e-tooltip-wrap.e-griderror, +.e-control.e-tooltip-wrap.e-popup.e-griderror { + background-color: #fcdbe4; + border-color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-griderror .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-griderror .e-tip-content, +.e-tooltip-wrap.e-griderror .e-tip-content label { + color: #f44336; +} + +.e-dropitemscount { + background-color: #e3165b; + color: #fff; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +/*! TreeView's material theme wise override definitions and variables */ +.e-treeview .e-list-item div.e-icons.interaction { + -webkit-transition: -webkit-transform .3s ease-in-out; + border-radius: 15px; + transition: transform .3s ease-in-out; +} + +.e-treeview .e-list-item .e-icons.e-icon-collapsible { + transform: rotate(90deg); +} + +.e-treeview.e-drag-item.e-rtl .e-icons.e-drop-next { + transform: rotate(180deg); +} + +.e-treeview.e-rtl div.e-icons { + transform: rotate(180deg); +} + +/*! component's theme wise override definitions and variables */ +@keyframes tbar-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*! component's default definitions and variables */ +/*! FileManager's material theme wise override definitions and variables */ +.e-filemanager .e-fe-icon, +.e-filemanager .e-list-icon { + background-repeat: no-repeat; +} + +.e-filemanager .e-fe-access-error { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGQkUzRjtzdHJva2U6I0FDODkzODtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MXtmaWxsOiMwNjAyMDA7fTwvc3R5bGU+PGcgaWQ9ImNmdUt3Ri50aWYiPjxpbWFnZSBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiIHdpZHRoPSIxMjgiIGhlaWdodD0iMTQwIiBpZD0iTGF5ZXJfMF8xXyIgeGxpbms6aHJlZj0iQTQ5RUUwRjNGODFBNjdDMS5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgwLjI2NTYgMCAwIDAuMjY1NiAtODMuNTc3OSAtMi4yNzgyKSI+PC9pbWFnZT48L2c+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LDMuMUwxLjYsMjcuOWMtMC40LDAuNywwLjEsMS42LDAuOSwxLjZoMjYuOGMwLjgsMCwxLjMtMC45LDAuOS0xLjZMMTYuOSwzLjFDMTYuNSwyLjMsMTUuNCwyLjMsMTUsMy4xeiIvPjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMTcsMjIgMTUsMjIgMTQuNSwxMCAxNy4zLDEwICIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xNiwyNi41TDE2LDI2LjVjLTAuOCwwLTEuNS0wLjctMS41LTEuNXYwYzAtMC44LDAuNy0xLjUsMS41LTEuNWgwYzAuOCwwLDEuNSwwLjcsMS41LDEuNXYwQzE3LjUsMjUuOCwxNi44LDI2LjUsMTYsMjYuNXoiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-docx, +.e-filemanager .e-fe-doc { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDhmZTc7fS5jbHMtMntmaWxsOiNhN2RkZmY7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9Xb3JkPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMiwwSDRBMiwyLDAsMCwwLDIsMlYzMGEyLDIsMCwwLDAsMiwySDI4YTIsMiwwLDAsMCwyLTJWOFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMiwwVjZhMiwyLDAsMCwwLDIsMmg2WiIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3IiB5PSIxNiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjciIHk9IjEwIiB3aWR0aD0iMTEiIGhlaWdodD0iMiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-pptx, +.e-filemanager .e-fe-ppt { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZDY2MDA7fS5jbHMtMntmaWxsOiNmZmNkYWE7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9QUHQ8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyLDBWN2ExLDEsMCwwLDAsMSwxaDdaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3IiB5PSIyMiIgd2lkdGg9IjE3IiBoZWlnaHQ9IjIiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xNiw5aDBhNSw1LDAsMCwxLDUsNXYwYTAsMCwwLDAsMSwwLDBIMTZhMCwwLDAsMCwxLDAsMFY5QTAsMCwwLDAsMSwxNiw5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTE2LDE2SDE0VjEwLjNBNC44MSw0LjgxLDAsMSwwLDE5LjcsMTZaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-xlsx, +.e-filemanager .e-fe-xls { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyZWI5ODg7fS5jbHMtMntmaWxsOiM5MmVjY2E7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9FeGNlbDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjciIHk9IjE2IiB3aWR0aD0iMTciIGhlaWdodD0iMiIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iOSIgeT0iMTYiIHdpZHRoPSIxNCIgaGVpZ2h0PSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMyAxKSByb3RhdGUoOTApIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjUsMjRIN1YxMEgyNVpNOSwyMkgyM1YxMkg5WiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-pdf { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjNlM2U7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNmZmNjY2I7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9QREY8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLjI5LDE0LjgxQTIuNDcsMi40NywwLDAsMSwxMS40LDE1YTIsMiwwLDAsMSwuNzIuNTgsMi4yNCwyLjI0LDAsMCwxLC40LjgyLDMuODEsMy44MSwwLDAsMSwuMTIuOTUsMy4xMSwzLjExLDAsMCwxLS4yLDEuMTUsMiwyLDAsMCwxLS41NS44LDIuMjQsMi4yNCwwLDAsMS0uODYuNDdBMy44NiwzLjg2LDAsMCwxLDkuOTIsMjBIOXYzLjQySDcuMjZWMTQuODFabS0uNTMsMy44N2ExLjEyLDEuMTIsMCwwLDAsLjgzLS4zMSwxLjI4LDEuMjgsMCwwLDAsLjMyLTEsMS41MywxLjUzLDAsMCwwLS4yNy0xLDEuMTQsMS4xNCwwLDAsMC0uOTMtLjM0SDl2Mi42WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE2LjQxLDE0LjgxYTMuMTcsMy4xNywwLDAsMSwxLjQ1LjI5LDIuMTcsMi4xNywwLDAsMSwuODYuODQsMy44LDMuOCwwLDAsMSwuNDEsMS4zMkExMi42LDEyLjYsMCwwLDEsMTkuMjQsMTlhMTIuMzMsMTIuMzMsMCwwLDEtLjE0LDIsMy43OSwzLjc5LDAsMCwxLS40NywxLjM4LDIuMSwyLjEsMCwwLDEtLjkuOCwzLjMyLDMuMzIsMCwwLDEtMS40My4yN0gxMy41OFYxNC44MVptLS4zNCw3LjI5QTEuNSwxLjUsMCwwLDAsMTYuOCwyMmExLjA5LDEuMDksMCwwLDAsLjQ0LS41MiwzLDMsMCwwLDAsLjIyLS45NWMwLS4zOS4wNS0uODguMDUtMS40NmExMi4wOCwxMi4wOCwwLDAsMC0uMDUtMS4yOCwzLjA5LDMuMDksMCwwLDAtLjE5LS45MiwxLjEzLDEuMTMsMCwwLDAtLjQ1LS41NSwxLjQxLDEuNDEsMCwwLDAtLjc4LS4xOUgxNS4zdjZaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjUuMTcsMTQuODF2MS40MUgyMi4xMXYySDI1djEuNDJIMjIuMTF2My43MkgyMC4zOFYxNC44MVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-image { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMTAzMDA7fS5jbHMtMntmaWxsOiNmZmNjY2I7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9JbWFnZTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iNSAyNCAxMC41OSAxNy4zNSAxNC43NyAyMS44OCAyMS4zNSAxMy4yMyAyNyAyNCA1IDI0Ii8+PC9zdmc+"); +} + +.e-filemanager .e-fe-rar { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNjMzcxYmQ7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNmZmNjZmU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9SQVI8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuNzgsMTQuODFhMi40MiwyLjQyLDAsMCwxLDEuNjguNTQsMi4xNiwyLjE2LDAsMCwxLC42LDEuNjcsMi42MywyLjYzLDAsMCwxLS4zNCwxLjQxLDEuNjgsMS42OCwwLDAsMS0xLjA4Ljd2MGExLjYyLDEuNjIsMCwwLDEsLjk0LjQyQTEuODIsMS44MiwwLDAsMSwxMiwyMC42MmMwLC4xNiwwLC4zMywwLC41MnMwLC40LDAsLjYzYTEwLjQsMTAuNCwwLDAsMCwuMDcsMSwuNjYuNjYsMCwwLDAsLjMxLjQ5di4wOEgxMC41M2EuODcuODcsMCwwLDEtLjE3LS40MmMwLS4xNSwwLS4zMiwwLS40OGwtLjA1LTEuNjVBMS4zMywxLjMzLDAsMCwwLDEwLDIwYS45My45MywwLDAsMC0uNzctLjI5SDguMzJ2My42M0g2LjU5VjE0LjgxWk05LDE4LjU1YTEuNDMsMS40MywwLDAsMCwxLS4yOSwxLjI5LDEuMjksMCwwLDAsLjM0LTEsMS4wNiwxLjA2LDAsMCwwLTEuMi0xLjE5SDguMzJ2Mi40N1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNy4wNywxNC44MWwyLjI3LDguNTdoLTEuOGwtLjQtMS44MkgxNC44NmwtLjQsMS44MmgtMS44bDIuMjctOC41N1ptLS4yMyw1LjM0TDE2LDE2LjNoMGwtLjgzLDMuODVaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjMuMTMsMTQuODFhMi40MiwyLjQyLDAsMCwxLDEuNjguNTQsMi4xNiwyLjE2LDAsMCwxLC42LDEuNjcsMi42MywyLjYzLDAsMCwxLS4zNSwxLjQxLDEuNjMsMS42MywwLDAsMS0xLjA4Ljd2MGExLjY1LDEuNjUsMCwwLDEsLjk1LjQyLDEuODMsMS44MywwLDAsMSwuMzcsMS4wNWMwLC4xNiwwLC4zMywwLC41MnMwLC40LDAsLjYzYzAsLjQ1LDAsLjguMDcsMWEuNjYuNjYsMCwwLDAsLjMxLjQ5di4wOEgyMy44N0ExLDEsMCwwLDEsMjMuNywyM2EzLjczLDMuNzMsMCwwLDEsMC0uNDhsLS4wNS0xLjY1YTEuNCwxLjQsMCwwLDAtLjI1LS43OSwxLDEsMCwwLDAtLjc3LS4yOWgtLjkzdjMuNjNIMTkuOTRWMTQuODFabS0uNzUsMy43NGExLjQzLDEuNDMsMCwwLDAsMS0uMjksMS4yNSwxLjI1LDAsMCwwLC4zNC0xLDEuMDYsMS4wNiwwLDAsMC0xLjItMS4xOWgtLjgydjIuNDdaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-zip { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMjljMWY7fS5jbHMtMntmaWxsOiNmZmVmY2M7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9aaXA8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyLDBWN2ExLDEsMCwwLDAsMSwxaDdaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI2IiB5PSI3IiB3aWR0aD0iMTMiIGhlaWdodD0iMiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMyIgcG9pbnRzPSIxMi41IDI4IDYgMjIgMTkgMjIgMTIuNSAyOCIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNiIgeT0iMTIiIHdpZHRoPSIxMyIgaGVpZ2h0PSIyIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI2IiB5PSIxNyIgd2lkdGg9IjEzIiBoZWlnaHQ9IjIiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-txt { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNhYWE7fS5jbHMtMntmaWxsOiNlY2VjZWM7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9UZXh0PC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMiwwSDRBMiwyLDAsMCwwLDIsMlYzMGEyLDIsMCwwLDAsMiwySDI4YTIsMiwwLDAsMCwyLTJWOFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjxyZWN0IGNsYXNzPSJjbHMtMyIgeD0iNyIgeT0iMjIiIHdpZHRoPSIxOCIgaGVpZ2h0PSIyIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3IiB5PSIxNiIgd2lkdGg9IjE4IiBoZWlnaHQ9IjIiLz48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjciIHk9IjEwIiB3aWR0aD0iMTEiIGhlaWdodD0iMiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-music { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDhmZTc7fS5jbHMtMntmaWxsOiNhN2RkZmY7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9NdXNpYzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0xMiwxMy41M1YyMWEyLjUsMi41LDAsMCwwLTMuOSwxLjI4LDIuNTEsMi41MSwwLDAsMCwyLjc4LDMuMThBMi41OCwyLjU4LDAsMCwwLDEzLDIyLjg4VjE2LjU2bDEwLTEuODRWMTlhMi41LDIuNSwwLDAsMC0zLjksMS4yOCwyLjUxLDIuNTEsMCwwLDAsMi43OCwzLjE4QTIuNTgsMi41OCwwLDAsMCwyNCwyMC44OFYxMS43YTEsMSwwLDAsMC0xLjE4LTFsLTEwLDEuODNBMSwxLDAsMCwwLDEyLDEzLjUzWiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-video { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmMTAzMDA7fS5jbHMtMntmaWxsOiNmZmNjY2I7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9WaWRlbzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMTUgMTQuNSAxOSAxOCAxNSAyMS41IDE1IDE0LjUiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwyNUgxMGEzLDMsMCwwLDEtMy0zVjE0YTMsMywwLDAsMSwzLTNIMjJhMywzLDAsMCwxLDMsM3Y4QTMsMywwLDAsMSwyMiwyNVpNMTAsMTNhMSwxLDAsMCwwLTEsMXY4YTEsMSwwLDAsMCwxLDFIMjJhMSwxLDAsMCwwLDEtMVYxNGExLDEsMCwwLDAtMS0xWiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-js { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4MmJiMjI7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNlOWZmYjg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9KUzwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUuMTQsMjFhMi41NywyLjU3LDAsMCwxLS42NCwxLjk1LDIuODMsMi44MywwLDAsMS0xLjk0LjU4LDIuODQsMi44NCwwLDAsMS0xLjEzLS4xOSwxLjYsMS42LDAsMCwxLS42OS0uNTMsMiwyLDAsMCwxLS4zNi0uNzksNSw1LDAsMCwxLS4wOS0xdi0uMzhoMS41OHYuMjdhMi41OCwyLjU4LDAsMCwwLC4xNSwxLC42MS42MSwwLDAsMCwuNjIuMzMuNjEuNjEsMCwwLDAsLjYyLS4zMywyLjU4LDIuNTgsMCwwLDAsLjE1LTFWMTQuODFoMS43M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNy42NiwyMWEzLjE2LDMuMTYsMCwwLDAsMCwuNTUsMS4xOSwxLjE5LDAsMCwwLC4xOC40MSwxLDEsMCwwLDAsLjM2LjI3LDEuNDksMS40OSwwLDAsMCwuNTYuMDksMS4wNiwxLjA2LDAsMCwwLC43MS0uMjYsMSwxLDAsMCwwLC4zMi0uNzksMS40NiwxLjQ2LDAsMCwwLS4wOC0uNSwxLDEsMCwwLDAtLjI2LS4zOEEyLjI1LDIuMjUsMCwwLDAsMTksMjBjLS4yLS4wOS0uNDQtLjE4LS43My0uMjhhNi43LDYuNywwLDAsMS0xLS40MiwyLjgsMi44LDAsMCwxLS43MS0uNTMsMi4xLDIuMSwwLDAsMS0uNDEtLjcxLDIuOTQsMi45NCwwLDAsMS0uMTMtLjkzLDIuMzgsMi4zOCwwLDAsMSwuNzEtMS45LDIuODYsMi44NiwwLDAsMSwxLjk0LS42Miw0LDQsMCwwLDEsMS4wNi4xMywyLjE5LDIuMTksMCwwLDEsLjg0LjQsMS44NywxLjg3LDAsMCwxLC41NS43MiwyLjQ2LDIuNDYsMCwwLDEsLjIsMS4wNXYuMjRIMTkuN2ExLjc2LDEuNzYsMCwwLDAtLjIyLS45NC43OS43OSwwLDAsMC0uNzItLjMzLDEuMTQsMS4xNCwwLDAsMC0uNDguMDkuNzkuNzksMCwwLDAtLjMxLjIyLjg2Ljg2LDAsMCwwLS4xNS4zMiwxLjUsMS41LDAsMCwwLDAsLjM3LDEuMjQsMS4yNCwwLDAsMCwuMTYuNjYsMS41OCwxLjU4LDAsMCwwLC43Mi41bDEuMzQuNThhMy45MywzLjkzLDAsMCwxLC44LjQ1LDIuMTUsMi4xNSwwLDAsMSwuNS41LDEuNzksMS43OSwwLDAsMSwuMjYuNiwzLjgyLDMuODIsMCwwLDEsLjA3LjcyLDIuMzQsMi4zNCwwLDAsMS0uNzksMiwzLjQ2LDMuNDYsMCwwLDEtMi4xOS42MiwyLjg0LDIuODQsMCwwLDEtMi4wOS0uNjQsMi40NywyLjQ3LDAsMCwxLS42My0xLjgyVjIwLjdoMS43M1oiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-css { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjg2MmM7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNmZmNkYWI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9DU1M8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLjcsMTYuMzRhLjgzLjgzLDAsMCwwLS44MS0uNDMuNzkuNzksMCwwLDAtLjUzLjE4LDEuMTEsMS4xMSwwLDAsMC0uMzMuNTYsNC42Nyw0LjY3LDAsMCwwLS4xNywxYzAsLjQyLDAsLjkzLDAsMS41NGExMy4zLDEzLjMsMCwwLDAsLjA3LDEuNTcsMy40NCwzLjQ0LDAsMCwwLC4yLjkzLjg4Ljg4LDAsMCwwLC4zNS40NSwxLjA3LDEuMDcsMCwwLDAsLjQ5LjExLDEsMSwwLDAsMCwuNDItLjA4LjY3LjY3LDAsMCwwLC4zNC0uMzEsMS43NCwxLjc0LDAsMCwwLC4yMy0uNjZBNS42MSw1LjYxLDAsMCwwLDExLDIwLjFoMS43MmE4LDgsMCwwLDEtLjEsMS4zMiwzLDMsMCwwLDEtLjQxLDEuMDksMS45NCwxLjk0LDAsMCwxLS44Mi43MywzLjEsMy4xLDAsMCwxLTEuMzkuMjcsMy4zOCwzLjM4LDAsMCwxLTEuNTUtLjMxLDIuMTIsMi4xMiwwLDAsMS0uODgtLjksNC4xLDQuMSwwLDAsMS0uNC0xLjQxLDE3Ljk1LDE3Ljk1LDAsMCwxLDAtMy41OSw0LDQsMCwwLDEsLjQtMS40MUEyLjIzLDIuMjMsMCwwLDEsOC40NSwxNSwzLjEzLDMuMTMsMCwwLDEsMTAsMTQuNjRhMywzLDAsMCwxLDEuNDYuMywyLjEsMi4xLDAsMCwxLC44Ljc2LDIuODgsMi44OCwwLDAsMSwuMzMsMSw4LjkxLDguOTEsMCwwLDEsLjA2LDFIMTAuOTJBMy4wOCwzLjA4LDAsMCwwLDEwLjcsMTYuMzRaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUuMSwyMWEzLjEyLDMuMTIsMCwwLDAsLjA1LjU1LjkuOSwwLDAsMCwuMTguNDEsMSwxLDAsMCwwLC4zNS4yNywxLjUzLDEuNTMsMCwwLDAsLjU2LjA5QTEuMDYsMS4wNiwwLDAsMCwxNywyMmEuOTMuOTMsMCwwLDAsLjMyLS43OSwxLjI1LDEuMjUsMCwwLDAtLjA4LS41LjkzLjkzLDAsMCwwLS4yNS0uMzgsMi4xLDIuMSwwLDAsMC0uNDgtLjMxYy0uMTktLjA5LS40NC0uMTgtLjcyLS4yOGE2LjQxLDYuNDEsMCwwLDEtMS0uNDIsMi43NCwyLjc0LDAsMCwxLS43LS41MywyLDIsMCwwLDEtLjQyLS43MSwzLjI2LDMuMjYsMCwwLDEtLjEzLS45MywyLjQyLDIuNDIsMCwwLDEsLjcxLTEuOSwyLjg2LDIuODYsMCwwLDEsMS45NC0uNjIsNCw0LDAsMCwxLDEuMDcuMTMsMi4zNCwyLjM0LDAsMCwxLC44NC40LDIsMiwwLDAsMSwuNTUuNzIsMi42MiwyLjYyLDAsMCwxLC4yLDEuMDV2LjI0SDE3LjE0YTEuNjgsMS42OCwwLDAsMC0uMjItLjk0Ljc5Ljc5LDAsMCwwLS43Mi0uMzMsMS4xNCwxLjE0LDAsMCwwLS40OC4wOS43Ni43NiwwLDAsMC0uMy4yMi43NC43NCwwLDAsMC0uMTYuMzIsMS41LDEuNSwwLDAsMCwwLC4zNywxLjI0LDEuMjQsMCwwLDAsLjE3LjY2LDEuNDcsMS40NywwLDAsMCwuNzIuNWwxLjMzLjU4YTMuNDUsMy40NSwwLDAsMSwuOC40NSwyLDIsMCwwLDEsLjUuNSwxLjYxLDEuNjEsMCwwLDEsLjI2LjYsMy4xNCwzLjE0LDAsMCwxLC4wNy43MiwyLjM2LDIuMzYsMCwwLDEtLjc4LDIsMy41LDMuNSwwLDAsMS0yLjE5LjYyLDIuODUsMi44NSwwLDAsMS0yLjEtLjY0LDIuNDcsMi40NywwLDAsMS0uNjMtMS44MlYyMC43SDE1LjFaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjEuMzMsMjFhMi4zOSwyLjM5LDAsMCwwLC4wNS41NS45LjksMCwwLDAsLjE4LjQxLjg5Ljg5LDAsMCwwLC4zNS4yNywxLjQ5LDEuNDksMCwwLDAsLjU2LjA5LDEuMDYsMS4wNiwwLDAsMCwuNzEtLjI2LDEsMSwwLDAsMCwuMzItLjc5LDEuNDYsMS40NiwwLDAsMC0uMDgtLjUsMSwxLDAsMCwwLS4yNi0uMzgsMiwyLDAsMCwwLS40Ny0uMzFjLS4yLS4wOS0uNDQtLjE4LS43My0uMjhhNi43LDYuNywwLDAsMS0xLS40MiwyLjU4LDIuNTgsMCwwLDEtLjctLjUzLDIsMiwwLDAsMS0uNDItLjcxLDIuOTQsMi45NCwwLDAsMS0uMTMtLjkzLDIuNDIsMi40MiwwLDAsMSwuNzEtMS45LDIuODYsMi44NiwwLDAsMSwxLjk0LS42MiwzLjksMy45LDAsMCwxLDEuMDYuMTMsMi4xOSwyLjE5LDAsMCwxLC44NC40LDIsMiwwLDAsMSwuNTYuNzJBMi42MiwyLjYyLDAsMCwxLDI1LDE2Ljk0di4yNEgyMy4zN2ExLjY4LDEuNjgsMCwwLDAtLjIyLS45NC43OS43OSwwLDAsMC0uNzItLjMzQTEuMTQsMS4xNCwwLDAsMCwyMiwxNmEuNjkuNjksMCwwLDAtLjMuMjIuNzQuNzQsMCwwLDAtLjE2LjMyLDEuNSwxLjUsMCwwLDAsMCwuMzcsMS4xNiwxLjE2LDAsMCwwLC4xNy42NiwxLjQ3LDEuNDcsMCwwLDAsLjcyLjVsMS4zMy41OGEzLjY3LDMuNjcsMCwwLDEsLjguNDUsMiwyLDAsMCwxLC41LjUsMS43OSwxLjc5LDAsMCwxLC4yNi42LDMuMTQsMy4xNCwwLDAsMSwuMDcuNzIsMi4zNCwyLjM0LDAsMCwxLS43OSwyLDMuNDYsMy40NiwwLDAsMS0yLjE5LjYyLDIuODQsMi44NCwwLDAsMS0yLjA5LS42NCwyLjQ3LDIuNDcsMCwwLDEtLjYzLTEuODJWMjAuN2gxLjczWiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIyLDBWN2ExLDEsMCwwLDAsMSwxaDdaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-html { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4MjNhOWI7fS5jbHMtMntmaWxsOiNlY2JkZmY7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9IVE1MPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMiwwSDRBMiwyLDAsMCwwLDIsMlYzMGEyLDIsMCwwLDAsMiwySDI4YTIsMiwwLDAsMCwyLTJWOFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIwLjY0LDI2Ljc3bC0xLjI4LTEuNTRMMjQuNDQsMjFsLTUuMDgtNC4yMywxLjI4LTEuNTQsNiw1YTEsMSwwLDAsMSwwLDEuNTRaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMTEuMjgsMjYuNzdsLTYtNWExLDEsMCwwLDEsMC0xLjU0bDYtNSwxLjI4LDEuNTRMNy40OCwyMWw1LjA4LDQuMjNaIi8+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3Ljc1IiB5PSIyMCIgd2lkdGg9IjE2LjQ5IiBoZWlnaHQ9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04LjI2IDMxLjQyKSByb3RhdGUoLTc1Ljk1KSIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-php { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM3MzcxY2M7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNkY2RjZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9QSFA8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTEwLjA2LDE0LjgxYTIuNDcsMi40NywwLDAsMSwxLjExLjIyLDIuMTEsMi4xMSwwLDAsMSwuNzMuNTgsMi4zOSwyLjM5LDAsMCwxLC4zOS44MiwzLjgxLDMuODEsMCwwLDEsLjEyLjk1LDIuOTIsMi45MiwwLDAsMS0uMiwxLjE1LDIsMiwwLDAsMS0uNTUuOCwyLjE3LDIuMTcsMCwwLDEtLjg2LjQ3QTMuODEsMy44MSwwLDAsMSw5LjY5LDIwSDguNzZ2My40Mkg3VjE0LjgxWm0tLjUzLDMuODdhMS4xNSwxLjE1LDAsMCwwLC44NC0uMzEsMS4zMiwxLjMyLDAsMCwwLC4zMS0xLDEuNTMsMS41MywwLDAsMC0uMjctMSwxLjEzLDEuMTMsMCwwLDAtLjkzLS4zNEg4Ljc2djIuNloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0xNSwxNC44MXYzLjI3aDJWMTQuODFoMS43M3Y4LjU3SDE3VjE5LjU3SDE1djMuODFIMTMuMjZWMTQuODFaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjMsMTQuODFhMi40NywyLjQ3LDAsMCwxLDEuMTEuMjIsMi4xMSwyLjExLDAsMCwxLC43My41OCwyLjM5LDIuMzksMCwwLDEsLjM5LjgyLDMuODEsMy44MSwwLDAsMSwuMTIuOTUsMi45MiwyLjkyLDAsMCwxLS4yLDEuMTUsMiwyLDAsMCwxLS41NS44LDIuMTcsMi4xNywwLDAsMS0uODYuNDcsMy44MSwzLjgxLDAsMCwxLTEuMTEuMTZoLS45M3YzLjQySDE5Ljk0VjE0LjgxWm0tLjUzLDMuODdhMS4xNSwxLjE1LDAsMCwwLC44NC0uMzEsMS4zMiwxLjMyLDAsMCwwLC4zMS0xLDEuNTMsMS41MywwLDAsMC0uMjctMSwxLjEzLDEuMTMsMCwwLDAtLjkzLS4zNGgtLjcydjIuNloiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-exe { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM0YjQ4NGM7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNkNmQ2ZDY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9FeGU8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExLjgyLDE2LjIySDguNzZ2MmgyLjg4djEuNDJIOC43NlYyMmgzLjE4djEuNDJIN1YxNC44MWg0Ljc4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTE0LjM2LDE0LjgxbDEuMSwyLjc3LDEuMDktMi43N2gxLjg5bC0yLDQuMjMsMi4xNCw0LjM0SDE2LjY0TDE1LjQsMjAuNDdsLTEuMjIsMi45MWgtMS45TDE0LjQyLDE5bC0yLTQuMjNaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjQsMTYuMjJIMjF2MmgyLjg4djEuNDJIMjFWMjJoMy4xOHYxLjQySDE5LjI1VjE0LjgxSDI0WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTIyLDBWN2ExLDEsMCwwLDAsMSwxaDdaIi8+PC9zdmc+"); +} + +.e-filemanager .e-fe-msi { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM0ZGJjYzE7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNhZmVmZWQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9NU0k8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTkuNjQsMTQuODFsMS4yMiw2aDBsMS4yMy02aDIuNTZ2OC41N0gxMy4xVjE2LjU0aDBsLTEuNTIsNi44NEgxMC4yTDguNjgsMTYuNTRoMHY2Ljg0SDcuMDdWMTQuODFaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTcuMzEsMjFhMi4zOSwyLjM5LDAsMCwwLC4wNS41NS45LjksMCwwLDAsLjE4LjQxLjg5Ljg5LDAsMCwwLC4zNS4yNywxLjQ5LDEuNDksMCwwLDAsLjU2LjA5LDEuMDYsMS4wNiwwLDAsMCwuNzEtLjI2LDEsMSwwLDAsMCwuMzItLjc5LDEuNDYsMS40NiwwLDAsMC0uMDgtLjUsMSwxLDAsMCwwLS4yNi0uMzgsMiwyLDAsMCwwLS40Ny0uMzFjLS4yLS4wOS0uNDQtLjE4LS43My0uMjhhNi43LDYuNywwLDAsMS0xLS40MiwyLjU4LDIuNTgsMCwwLDEtLjctLjUzLDIsMiwwLDAsMS0uNDItLjcxLDIuOTQsMi45NCwwLDAsMS0uMTMtLjkzLDIuNDIsMi40MiwwLDAsMSwuNzEtMS45LDIuODYsMi44NiwwLDAsMSwxLjk0LS42MiwzLjksMy45LDAsMCwxLDEuMDYuMTMsMi4xOSwyLjE5LDAsMCwxLC44NC40LDIsMiwwLDAsMSwuNTYuNzJBMi42MiwyLjYyLDAsMCwxLDIxLDE2Ljk0di4yNEgxOS4zNWExLjY4LDEuNjgsMCwwLDAtLjIyLS45NC43OS43OSwwLDAsMC0uNzItLjMzLDEuMTQsMS4xNCwwLDAsMC0uNDguMDkuNjkuNjksMCwwLDAtLjMuMjIuNzQuNzQsMCwwLDAtLjE2LjMyLDEuNSwxLjUsMCwwLDAsMCwuMzcsMS4xNiwxLjE2LDAsMCwwLC4xNy42NiwxLjQ3LDEuNDcsMCwwLDAsLjcyLjVsMS4zMy41OGEzLjY3LDMuNjcsMCwwLDEsLjguNDUsMiwyLDAsMCwxLC41LjUsMS43OSwxLjc5LDAsMCwxLC4yNi42LDMuMTQsMy4xNCwwLDAsMSwuMDcuNzIsMi4zNCwyLjM0LDAsMCwxLS43OSwyLDMuNDYsMy40NiwwLDAsMS0yLjE5LjYyLDIuODQsMi44NCwwLDAsMS0yLjA5LS42NCwyLjQ3LDIuNDcsMCwwLDEtLjYzLTEuODJWMjAuN2gxLjczWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIyLjIzLDE0LjgxSDI0djguNTdIMjIuMjNaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-unknown { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZjg2MmM7fS5jbHMtMntvcGFjaXR5OjAuNDU7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9FeGNsYW1hdG9yeTwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjIsMEg0QTIsMiwwLDAsMCwyLDJWMzBhMiwyLDAsMCwwLDIsMkgyOGEyLDIsMCwwLDAsMi0yVjhaIi8+PGcgY2xhc3M9ImNscy0yIj48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjwvZz48cG9seWdvbiBjbGFzcz0iY2xzLTMiIHBvaW50cz0iMTcuNDcgMjAgMTQuNSAyMCAxNCA4IDE4IDggMTcuNDcgMjAiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMyIgY3g9IjE2IiBjeT0iMjQiIHI9IjIiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-rtf { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMDkwZDg7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNjNWVmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9SVEY8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExLjIzLDE0LjgxYTIuNDIsMi40MiwwLDAsMSwxLjY4LjU0LDIuMTYsMi4xNiwwLDAsMSwuNiwxLjY3LDIuNjMsMi42MywwLDAsMS0uMzUsMS40MSwxLjYzLDEuNjMsMCwwLDEtMS4wOC43djBhMS42NSwxLjY1LDAsMCwxLC45NS40MiwxLjgzLDEuODMsMCwwLDEsLjM3LDEuMDVjMCwuMTYsMCwuMzMsMCwuNTJzMCwuNCwwLC42M2MwLC40NSwwLC44LjA3LDFhLjY2LjY2LDAsMCwwLC4zMS40OXYuMDhIMTJBMSwxLDAsMCwxLDExLjgsMjNhMy43MywzLjczLDAsMCwxLDAtLjQ4bDAtMS42NWExLjQsMS40LDAsMCwwLS4yNS0uNzksMSwxLDAsMCwwLS43Ny0uMjlIOS43NnYzLjYzSDhWMTQuODFabS0uNzUsMy43NGExLjQzLDEuNDMsMCwwLDAsMS0uMjksMS4yNSwxLjI1LDAsMCwwLC4zNC0xLDEuMDYsMS4wNiwwLDAsMC0xLjItMS4xOUg5Ljc2djIuNDdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTkuNTEsMTYuMjJIMTcuNjR2Ny4xNkgxNS45MVYxNi4yMkgxNFYxNC44MWg1LjQ3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1LDE0LjgxdjEuNDFIMjJ2MmgyLjg4djEuNDJIMjJ2My43MkgyMC4yNVYxNC44MVoiLz48cGF0aCBjbGFzcz0iY2xzLTMiIGQ9Ik0yMiwwVjdhMSwxLDAsMCwwLDEsMWg3WiIvPjwvc3ZnPg=="); +} + +.e-filemanager .e-fe-xml { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMjc5NGE7fS5jbHMtMntmaWxsOiNmZmY7fS5jbHMtM3tmaWxsOiNjYWZmZTE7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9YTUw8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLDBINEEyLDIsMCwwLDAsMiwyVjMwYTIsMiwwLDAsMCwyLDJIMjhhMiwyLDAsMCwwLDItMlY4WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTcuNzEsMTQuODFsMS4xLDIuNzdMOS45LDE0LjgxaDEuODlMOS44LDE5bDIuMTMsNC4zNEgxMEw4Ljc1LDIwLjQ3LDcuNTMsMjMuMzhINS42M0w3Ljc3LDE5bC0yLTQuMjNaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMTUuMjEsMTQuODFsMS4yMiw2aDBsMS4yMy02aDIuNTZ2OC41N0gxOC42NlYxNi41NGgwbC0xLjUyLDYuODRIMTUuNzdsLTEuNTItNi44NGgwdjYuODRIMTIuNjRWMTQuODFaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjEuNDgsMTQuODFoMS43M1YyMmgzLjA2djEuNDJIMjEuNDhaIi8+PHBhdGggY2xhc3M9ImNscy0zIiBkPSJNMjIsMFY3YTEsMSwwLDAsMCwxLDFoN1oiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-folder { + background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4ZjhmOGY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5NdF9Gb2xkZXI8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTI5LjUsNy4xNGgtMTNMMTMuMDYsNEgyLjVBMi41LDIuNSwwLDAsMCwwLDYuNXYxOUEyLjUsMi41LDAsMCwwLDIuNSwyOGgyN0EyLjUsMi41LDAsMCwwLDMyLDI1LjVWOS42NEEyLjUsMi41LDAsMCwwLDI5LjUsNy4xNFoiLz48L3N2Zz4="); +} + +.e-filemanager .e-fe-locked > .e-text-content .e-fe-folder, +.e-filemanager .e-fe-locked > .e-fe-grid-icon .e-fe-folder { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzREQkNDMTt9LnN0MXtmaWxsOiNGRjNFM0U7fS5zdDJ7ZmlsbDojMDA5MEQ4O30uc3Qze2ZpbGw6I0MzNzFCRDt9LnN0NHtmaWxsOiNGRjg2MkM7fS5zdDV7ZmlsbDojNzM3MUNDO30uc3Q2e2ZpbGw6IzRCNDg0Qzt9LnN0N3tmaWxsOiMyMjc5NEE7fS5zdDh7ZmlsbDojODJCQjIyO30uc3Q5e2ZpbGw6I0FBQUFBQTt9LnN0MTB7ZmlsbDojOTk5OTk5O30uc3QxMXtmaWxsOiM4MTgxODE7fS5zdDEye2ZpbGw6I0YzRjNGMzt9LnN0MTN7ZmlsbDojRkZGRkZGO30uc3QxNHtmaWxsOiNFQUVBRUE7fS5zdDE1e2ZpbGw6bm9uZTtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTZ7ZmlsbDojMDI3OUQ3O30uc3QxN3tvcGFjaXR5OjAuNTtmaWxsOiM5NDk0OTQ7fS5zdDE4e2ZpbGw6bm9uZTtzdHJva2U6IzAyNzlENztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTl7ZmlsbDojQzhDOEM4O30uc3QyMHtmaWxsOiMwNDdBRDY7fS5zdDIxe2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk0OTQ5NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjJ7ZmlsbDpub25lO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyM3tmaWxsOm5vbmU7c3Ryb2tlOiNDNUM1QzU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI0e2ZpbGw6bm9uZTtzdHJva2U6I0QxNTczNztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjV7ZmlsbDojRDE1NzM3O30uc3QyNntmaWxsOm5vbmU7c3Ryb2tlOiNGRUZFRkU7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDI3e2ZpbGw6I0Y1QkE5RTt9LnN0Mjh7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QyOXtmaWxsOiNGRUZFRkU7fS5zdDMwe2ZpbGw6IzM4NjJBMTt9LnN0MzF7ZmlsbDpub25lO3N0cm9rZTojRDE1NzM3O3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzMntmaWxsOiMyQzdBNEY7fS5zdDMze2ZpbGw6bm9uZTtzdHJva2U6I0ZFRkVGRTtzdHJva2Utd2lkdGg6NTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MzR7ZmlsbDojRkZGRkZGO3N0cm9rZTojQzhDOEM4O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QzNXtmaWxsOm5vbmU7c3Ryb2tlOiM2RUFGREY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDM2e2ZpbGw6bm9uZTtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0Mzd7ZmlsbDojNkFCMEU1O30uc3QzOHtmaWxsOiNDNUM1QzU7fS5zdDM5e2ZpbGw6I0ZGRkZGRjtzdHJva2U6Izk5OTk5OTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDB7ZmlsbDpub25lO3N0cm9rZTojRjVCQjlFO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MXtmaWxsOiM4NkJFQjc7fS5zdDQye2ZpbGw6IzZFQUZERjt9LnN0NDN7ZmlsbDojNkJCMEU1O30uc3Q0NHtmaWxsOm5vbmU7c3Ryb2tlOiM2QUFGRTU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1e2ZpbGw6IzZBQUZFNTt9LnN0NDZ7ZmlsbDojMDA3OEQ3O30uc3Q0N3tmaWxsOiNGRjkyOTI7fS5zdDQ4e2ZpbGw6I0U4N0U3RTt9LnN0NDl7ZmlsbDojRkZDM0MzO30uc3Q1MHtmaWxsOiM5MUQ0RkU7fS5zdDUxe2ZpbGw6IzYzQTdEMzt9LnN0NTJ7ZmlsbDojQzFFN0ZGO30uc3Q1M3tmaWxsOiM4M0Q2Qjk7fS5zdDU0e2ZpbGw6IzQ2QzY4Qzt9LnN0NTV7ZmlsbDojQkJFOEQ4O30uc3Q1NntmaWxsOiNGRUIxN0Q7fS5zdDU3e2ZpbGw6I0REOTY2Njt9LnN0NTh7ZmlsbDojRkVENEI3O30uc3Q1OXtmaWxsOiNGMkEyQTI7fS5zdDYwe2ZpbGw6I0YxQzVDNTt9LnN0NjF7ZmlsbDojREJCNjYzO30uc3Q2MntmaWxsOiNDRUExNTE7fS5zdDYze2ZpbGw6I0VCRDdBOTt9LnN0NjR7ZmlsbDojQ0VDRUNFO30uc3Q2NXtmaWxsOiNCN0I3Qjc7fS5zdDY2e2ZpbGw6I0U0RTRFNDt9LnN0Njd7ZmlsbDojNjVBQUQxO30uc3Q2OHtmaWxsOiNFNTdBN0E7fS5zdDY5e2ZpbGw6I0U2QTZFODt9LnN0NzB7ZmlsbDojRDY4QUQ2O30uc3Q3MXtmaWxsOiNGRkNDRkU7fS5zdDcye2ZpbGw6Izk4Q0U1Rjt9LnN0NzN7ZmlsbDojOENBRjJDO30uc3Q3NHtmaWxsOiNDNkUzQTc7fS5zdDc1e2ZpbGw6I0ZGQjU3ODt9LnN0NzZ7ZmlsbDojRUQ5RjY0O30uc3Q3N3tmaWxsOiNGRkQ2QjU7fS5zdDc4e2ZpbGw6I0Y0QTFFRjt9LnN0Nzl7ZmlsbDojREQ4N0REO30uc3Q4MHtmaWxsOiNGOUNCRjY7fS5zdDgxe2ZpbGw6I0E4QTJGNDt9LnN0ODJ7ZmlsbDojODg4NUU4O30uc3Q4M3tmaWxsOiNDRkNDRjg7fS5zdDg0e2ZpbGw6I0JDQkNCQzt9LnN0ODV7ZmlsbDojQThBOEE4O30uc3Q4NntmaWxsOiNEQURBREE7fS5zdDg3e2ZpbGw6Izc3Q0NEQjt9LnN0ODh7ZmlsbDojQjRFM0VCO30uc3Q4OXtmaWxsOiNGRkI3QTQ7fS5zdDkwe2ZpbGw6I0Y2OUE3Qjt9LnN0OTF7ZmlsbDojRkZEN0NEO30uc3Q5MntmaWxsOiM3MUM4RjQ7fS5zdDkze2ZpbGw6IzhEQzk3Nzt9LnN0OTR7ZmlsbDojN0NBODUxO30uc3Q5NXtvcGFjaXR5OjAuNDU7ZmlsbDojRkZGRkZGO30uc3Q5NntmaWxsOm5vbmU7c3Ryb2tlOiM2QkIwRTU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDk3e2ZpbGw6IzAwOEZFNzt9LnN0OTh7ZmlsbDojQTdEREZGO30uc3Q5OXtmaWxsOiMyRUI5ODg7fS5zdDEwMHtmaWxsOiM5MkVDQ0E7fS5zdDEwMXtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEwMntmaWxsOiNGRDY2MDA7fS5zdDEwM3tmaWxsOiNGRkNEQUE7fS5zdDEwNHtmaWxsOiNGRkNDQ0I7fS5zdDEwNXtmaWxsOiNGMTAzMDA7fS5zdDEwNntmaWxsOiNFQ0VDRUM7fS5zdDEwN3tmaWxsOiNGMjlDMUY7fS5zdDEwOHtmaWxsOiNGRkVGQ0M7fS5zdDEwOXtmaWxsOiNEQ0RDRkY7fS5zdDExMHtmaWxsOiNENkQ2RDY7fS5zdDExMXtmaWxsOiNFOUZGQjg7fS5zdDExMntmaWxsOiNDNUVGRkY7fS5zdDExM3tmaWxsOiNDQUZGRTE7fS5zdDExNHtmaWxsOiNGRkNEQUI7fS5zdDExNXtmaWxsOiM4MjNBOUI7fS5zdDExNntmaWxsOiNFQ0JERkY7fS5zdDExN3tmaWxsOiNBRkVGRUQ7fS5zdDExOHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMTl7ZmlsbDojOEY4RjhGO30uc3QxMjB7b3BhY2l0eTowLjQ1O30uc3QxMjF7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDozO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjJ7ZmlsbDojOTFENUZGO30uc3QxMjN7ZmlsbDojMjY5RkU5O30uc3QxMjR7ZmlsbDojOTQ5NDk0O30uc3QxMjV7ZmlsbDojRjVCQjlFO30uc3QxMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30uc3QxMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzZfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOF8pO30uc3QxMzB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwXyk7ZmlsbDojRkZFMkUyO30uc3QxMzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTRfKTt9LnN0MTMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Xyk7ZmlsbDojMzAzMDMwO30uc3QxMzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMThfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MTYxNjE7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDEzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMF8pO30uc3QxMzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjJfKTtmaWxsOiNGRkZGRkY7fS5zdDEzNntvcGFjaXR5OjAuNDI7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjRfKTt9LnN0MTM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2Xyk7fS5zdDEzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOF8pO2ZpbGw6IzMwMzAzMDt9LnN0MTQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwXyk7ZmlsbDpub25lO3N0cm9rZTojNjE2MTYxO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyXyk7fS5zdDE0MntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Xyk7fS5zdDE0NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyXyk7fS5zdDE0NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF80NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Xyk7fS5zdDE0OHtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDE0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MF8pO30uc3QxNTB7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyXyk7ZmlsbDojRkZGRkZGO30uc3QxNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTRfKTt9LnN0MTUye29wYWNpdHk6MC4xODtjbGlwLXBhdGg6dXJsKCNTVkdJRF81Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4Xyk7fS5zdDE1NHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyXyk7fS5zdDE1NntvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Xyk7fS5zdDE1OHtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF82OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcwXyk7fS5zdDE2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83Ml8pO30uc3QxNjF7b3BhY2l0eTowLjE7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzRfKTtmaWxsOiNGRkZGRkY7fS5zdDE2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83Nl8pO30uc3QxNjN7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzhfKTtmaWxsOiNGRkZGRkY7fS5zdDE2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84Ml8pO30uc3QxNjV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODZfKTt9LnN0MTY3e29wYWNpdHk6MC43O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTJfKTt9LnN0MTY5e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2Xyk7fS5zdDE3MXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF85OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMl8pO30uc3QxNzN7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNl8pO30uc3QxNzV7b3BhY2l0eTowLjc7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyXyk7fS5zdDE3N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Xyk7ZmlsbDojRkZGRkZGO30uc3QxNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2Xyk7fS5zdDE3OXtvcGFjaXR5OjAuNztjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMThfKTtmaWxsOiNGRkZGRkY7fS5zdDE4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjJfKTt9LnN0MTgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNF8pO2ZpbGw6I0UwRERERDt9LnN0MTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNl8pO30uc3QxODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4Xyk7ZmlsbDojRTBEREREO30uc3QxODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwXyk7fS5zdDE4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzJfKTtmaWxsOiNFMEREREQ7fS5zdDE4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzRfKTt9LnN0MTg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNl8pO2ZpbGw6I0UwRERERDt9LnN0MTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOF8pO30uc3QxODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwXyk7ZmlsbDojRTBEREREO30uc3QxOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyXyk7fS5zdDE5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDRfKTtmaWxsOiNFMEREREQ7fS5zdDE5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDZfKTt9LnN0MTkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OF8pO2ZpbGw6I0UwRERERDt9LnN0MTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MF8pO30uc3QxOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyXyk7ZmlsbDojRTBEREREO30uc3QxOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Xyk7fS5zdDE5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTZfKTtmaWxsOiMyMTIxMjE7fS5zdDE5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNThfKTt9LnN0MTk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MF8pO2ZpbGw6bm9uZTtzdHJva2U6IzYxNjE2MTtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2Ml8pO30uc3QyMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY0Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4Xyk7fS5zdDIwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzBfKTtmaWxsOiNGRkZGRkY7fS5zdDIwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzJfKTt9LnN0MjA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3Nl8pO30uc3QyMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwXyk7fS5zdDIwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODJfKTtmaWxsOiNGRkZGRkY7fS5zdDIxMHtvcGFjaXR5OjAuMjQ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MjExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4Nl8pO30uc3QyMTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Xyk7ZmlsbDojRkZGRkZGO30uc3QyMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwXyk7fS5zdDIxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTJfKTtmaWxsOiMzMDMwMzA7fS5zdDIxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTRfKTt9LnN0MjE2e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTZfKTtmaWxsOiNEOEQ4RDg7fS5zdDIxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOThfKTt9LnN0MjE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIwMl8pO30uc3QyMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA0Xyk7ZmlsbDojMzAzMDMwO30uc3QyMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjA4Xyk7fS5zdDIyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjEyXyk7fS5zdDIyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMTRfKTt9LnN0MjI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxNl8pO2ZpbGw6I0UwRERERDt9LnN0MjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIxOF8pO30uc3QyMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjIwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIyMl8pO30uc3QyMjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjI0Xyk7fS5zdDIzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjZfKTtmaWxsOiNFMEREREQ7fS5zdDIzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMjhfKTt9LnN0MjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzMF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDIzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yMzJfKTt9LnN0MjM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzIzNF8pO30uc3QyMzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM2Xyk7ZmlsbDojRTBEREREO30uc3QyMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjM4Xyk7fS5zdDIzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjQyXyk7fS5zdDIzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNDRfKTt9LnN0MjQwe29wYWNpdHk6MC44MjI4O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MjQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI0OF8pO30uc3QyNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjUwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI1Ml8pO30uc3QyNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjU0Xyk7fS5zdDI0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNTZfKTtmaWxsOiNFMEREREQ7fS5zdDI0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNThfKTt9LnN0MjQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNjJfKTt9LnN0MjQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI2NF8pO30uc3QyNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY2Xyk7ZmlsbDojRTBEREREO30uc3QyNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjY4Xyk7fS5zdDI1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzBfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QyNTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjcyXyk7fS5zdDI1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yNzRfKTt9LnN0MjU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3Nl8pO2ZpbGw6I0UwRERERDt9LnN0MjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI3OF8pO30uc3QyNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjgwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MjU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI4Ml8pO30uc3QyNTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjg0Xyk7fS5zdDI2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODZfKTtmaWxsOiNFMEREREQ7fS5zdDI2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8yODhfKTt9LnN0MjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5MF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDI2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8yOTJfKTt9LnN0MjY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzI5NF8pO30uc3QyNjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk2Xyk7ZmlsbDojRTBEREREO30uc3QyNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMjk4Xyk7fS5zdDI2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDBfKTtmaWxsOiNGRjg2MkM7fS5zdDI2OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMDJfKTt9LnN0MjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMwNl8pO30uc3QyNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzA4Xyk7ZmlsbDojRkZGRkZGO30uc3QyNzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzEwXyk7fS5zdDI3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTJfKTtmaWxsOiNGRkZGRkY7fS5zdDI3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMTRfKTt9LnN0Mjc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxNl8pO2ZpbGw6I0ZGQ0RBQjt9LnN0Mjc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMxOF8pO30uc3QyNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIwXyk7ZmlsbDojRkY4NjJDO30uc3QyNzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzIyXyk7fS5zdDI3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjRfKTtmaWxsOiNGRkZGRkY7fS5zdDI4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMjZfKTt9LnN0Mjgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzMzMF8pO30uc3QyODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzMyXyk7ZmlsbDojRkZGRkZGO30uc3QyODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzM0Xyk7fS5zdDI4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzZfKTtmaWxsOiNGRkNEQUI7fS5zdDI4NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zMzhfKTt9LnN0Mjg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0MF8pO2ZpbGw6I0ZGODYyQzt9LnN0Mjg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM0Ml8pO30uc3QyODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QyOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzQ2Xyk7fS5zdDI5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNDhfKTtmaWxsOiNGRkZGRkY7fS5zdDI5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNTBfKTt9LnN0Mjkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mjk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM1NF8pO30uc3QyOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU2Xyk7ZmlsbDojRkZDREFCO30uc3QyOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzU4Xyk7fS5zdDI5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjBfKTtmaWxsOiM0QjQ4NEM7fS5zdDI5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNjJfKTt9LnN0Mjk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM2Nl8pO30uc3QzMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzY4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzcwXyk7fS5zdDMwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzJfKTtmaWxsOiNGRkZGRkY7fS5zdDMwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zNzRfKTt9LnN0MzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3Nl8pO2ZpbGw6I0Q2RDZENjt9LnN0MzA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM3OF8pO30uc3QzMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgwXyk7ZmlsbDojMkVCOTg4O30uc3QzMDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzgyXyk7fS5zdDMwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODRfKTtmaWxsOiM5MkVDQ0E7fS5zdDMxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8zODZfKTt9LnN0MzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM4OF8pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7fS5zdDMxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOTBfKTt9LnN0MzEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzM5Ml8pO30uc3QzMTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk0Xyk7ZmlsbDojRkZGRkZGO30uc3QzMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMzk2Xyk7fS5zdDMxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8zOThfKTtmaWxsOiNGRkZGRkY7fS5zdDMxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MDBfKTt9LnN0MzE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQwNF8pO30uc3QzMjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA2Xyk7ZmlsbDojRkY4NjJDO30uc3QzMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDA4Xyk7fS5zdDMyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDMyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80MTJfKTt9LnN0MzI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQxNl8pO30uc3QzMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDE4Xyk7ZmlsbDojRkZGRkZGO30uc3QzMjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDIwXyk7fS5zdDMyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjJfKTtmaWxsOiNBQUFBQUE7fS5zdDMyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MjRfKTt9LnN0MzMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyNl8pO2ZpbGw6I0VDRUNFQzt9LnN0MzMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQyOF8pO30uc3QzMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDMwXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0MzMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQzMl8pO30uc3QzMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDM0Xyk7fS5zdDMzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzZfKTtmaWxsOiNGRkZGRkY7fS5zdDMzNntjbGlwLXBhdGg6dXJsKCNTVkdJRF80MzhfKTt9LnN0MzM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ0Ml8pO30uc3QzMzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ0Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDQ2Xyk7fS5zdDM0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NDhfKTtmaWxsOiMwMDkwRDg7fS5zdDM0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF80NTBfKTt9LnN0MzQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ1NF8pO30uc3QzNDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDU4Xyk7fS5zdDM0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjBfKTtmaWxsOiNGRkZGRkY7fS5zdDM0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NjJfKTt9LnN0MzQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2NF8pO2ZpbGw6I0M1RUZGRjt9LnN0MzUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ2Nl8pO30uc3QzNTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDY4Xyk7ZmlsbDojMjI3OTRBO30uc3QzNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDcwXyk7fS5zdDM1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzJfKTtmaWxsOiNGRkZGRkY7fS5zdDM1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80NzRfKTt9LnN0MzU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ3OF8pO30uc3QzNTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgwXyk7ZmlsbDojRkZGRkZGO30uc3QzNTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDgyXyk7fS5zdDM1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODRfKTtmaWxsOiNDQUZGRTE7fS5zdDM2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF80ODZfKTt9LnN0MzYxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ4OF8pO2ZpbGw6I0YyOUMxRjt9LnN0MzYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzQ5MF8pO30uc3QzNjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDkyXyk7ZmlsbDojRkZFRkNDO30uc3QzNjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk0Xyk7fS5zdDM2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF80OTZfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30uc3QzNjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNDk4Xyk7fS5zdDM2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MDBfKTt9LnN0MzY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0MzY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUwNF8pO30uc3QzNzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA2Xyk7ZmlsbDojRkZGRkZGO30uc3QzNzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTA4Xyk7fS5zdDM3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTBfKTtmaWxsOiNGRkZGRkY7fS5zdDM3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81MTJfKTt9LnN0Mzc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUxNl8pO30uc3QzNzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTE4Xyk7ZmlsbDojRjEwMzAwO30uc3QzNzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTIwXyk7fS5zdDM3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjJfKTtmaWxsOiNGRkNDQ0I7fS5zdDM3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MjRfKTt9LnN0Mzgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUyOF8pO30uc3QzODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMwXyk7ZmlsbDojRkZGRkZGO30uc3QzODN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTMyXyk7fS5zdDM4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzRfKTtmaWxsOiMwMDhGRTc7fS5zdDM4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81MzZfKTt9LnN0Mzg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzUzOF8pO2ZpbGw6I0E3RERGRjt9LnN0Mzg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0MF8pO30uc3QzODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQyXyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9LnN0Mzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU0NF8pO30uc3QzOTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTQ2Xyk7fS5zdDM5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NDhfKTtmaWxsOiNGRkZGRkY7fS5zdDM5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF81NTBfKTt9LnN0Mzkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0Mzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU1NF8pO30uc3QzOTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU2Xyk7ZmlsbDojRkZGRkZGO30uc3QzOTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTU4Xyk7fS5zdDM5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjBfKTtmaWxsOiMzMDMwMzA7fS5zdDM5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NjRfKTt9LnN0Mzk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2Nl8pO2ZpbGw6IzI4MjcyNzt9LnN0NDAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU2OF8pO30uc3Q0MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcwXyk7ZmlsbDpub25lO3N0cm9rZTojNDE0MDQwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q0MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTcyXyk7fS5zdDQwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzRfKTtmaWxsOiNEQURBREE7fS5zdDQwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81NzZfKTt9LnN0NDA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU3OF8pO2ZpbGw6I0RBREFEQTt9LnN0NDA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU4MF8pO30uc3Q0MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTgyXyk7ZmlsbDojREFEQURBO30uc3Q0MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNTg2Xyk7fS5zdDQwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF81ODhfKTtmaWxsOiNEQURBREE7fS5zdDQxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF81OTJfKTt9LnN0NDExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzU5OF8pO30uc3Q0MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjAwXyk7ZmlsbDojREFEQURBO30uc3Q0MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjA0Xyk7fS5zdDQxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MDZfKTtmaWxsOiNEQURBREE7fS5zdDQxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MTBfKTt9LnN0NDE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxMl8pO2ZpbGw6I0RBREFEQTt9LnN0NDE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYxNl8pO30uc3Q0MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjE4Xyk7ZmlsbDojMjAxRjFGO30uc3Q0MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjIwXyk7fS5zdDQyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjJfKTtmaWxsOm5vbmU7c3Ryb2tlOiM0MTQwNDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF82MjRfKTt9LnN0NDIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyNl8pO2ZpbGw6IzUxNEY0Rjt9LnN0NDI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYyOF8pO30uc3Q0MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMwXyk7ZmlsbDojREFEQURBO30uc3Q0MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjMyXyk7fS5zdDQyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzRfKTtmaWxsOiNEQURBREE7fS5zdDQyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82MzZfKTt9LnN0NDI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzYzOF8pO2ZpbGw6I0RBREFEQTt9LnN0NDMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY0MF8pO30uc3Q0MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQyXyk7ZmlsbDojRkZGRkZGO30uc3Q0MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjQ0Xyk7fS5zdDQzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDZfKTtmaWxsOiNEQURBREE7fS5zdDQzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NDhfKTt9LnN0NDM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1MF8pO2ZpbGw6I0RBREFEQTt9LnN0NDM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY1Ml8pO30uc3Q0Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU0Xyk7ZmlsbDojREFEQURBO30uc3Q0Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjU2Xyk7fS5zdDQzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NThfKTtmaWxsOiNEQURBREE7fS5zdDQ0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NjBfKTt9LnN0NDQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Ml8pO2ZpbGw6I0RBREFEQTt9LnN0NDQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY2Nl8pO30uc3Q0NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjY4Xyk7ZmlsbDojNDE0MDQwO30uc3Q0NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjcwXyk7fS5zdDQ0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzJfKTtmaWxsOiMyMDFGMUY7fS5zdDQ0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF82NzRfKTt9LnN0NDQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzQxNDA0MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0NDQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY3OF8pO30uc3Q0NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgwXyk7ZmlsbDojMjAxRjFGO30uc3Q0NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjgyXyk7fS5zdDQ1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM5QTlBOUE7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF82ODhfKTt9LnN0NDUze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTBfKTtmaWxsOiNEOEQ4RDg7fS5zdDQ1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF82OTJfKTt9LnN0NDU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5NF8pO2ZpbGw6I0RBREFEQTt9LnN0NDU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzY5Nl8pO30uc3Q0NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNjk4Xyk7ZmlsbDojREFEQURBO30uc3Q0NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzAwXyk7fS5zdDQ1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDJfKTtmaWxsOiNEQURBREE7fS5zdDQ2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDZfKTt9LnN0NDYxe29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MDhfKTtmaWxsOiNGRjg0ODQ7fS5zdDQ2MntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MTRfKTt9LnN0NDYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzcxOF8pO30uc3Q0NjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzIyXyk7fS5zdDQ2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83MjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83MzBfKTt9LnN0NDY3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzczNF8pO30uc3Q0Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzM4Xyk7fS5zdDQ2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NDZfKTt9LnN0NDcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc1MF8pO30uc3Q0NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzU0Xyk7fS5zdDQ3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83NTZfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDQ3NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NThfKTt9LnN0NDc1e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjBfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjRfKTt9LnN0NDc3e29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NjZfKTtmaWxsOiNGRjkxOTE7fS5zdDQ3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83NzBfKTt9LnN0NDc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NDgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc3NF8pO30uc3Q0ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzc4Xyk7fS5zdDQ4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODBfKTtmaWxsOiM5NDk0OTQ7fS5zdDQ4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83ODJfKTt9LnN0NDg1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4NF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NDg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc4Nl8pO30uc3Q0ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzg4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q0ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNzkwXyk7fS5zdDQ4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTJfKTtmaWxsOiNDNUM1QzU7fS5zdDQ5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF83OTRfKTt9LnN0NDkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NDkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzc5OF8pO30uc3Q0OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODAwXyk7ZmlsbDojOTQ5NDk0O30uc3Q0OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA0Xyk7fS5zdDQ5NXtvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODA2Xyk7ZmlsbDojRURGRjhGO30uc3Q0OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEwXyk7fS5zdDQ5N3tvcGFjaXR5OjA7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODEyXyk7ZmlsbDojRkZCMUIxO30uc3Q0OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODE2Xyk7fS5zdDQ5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MThfKTtmaWxsOiNGRkZGRkY7fS5zdDUwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MjBfKTt9LnN0NTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgyNF8pO30uc3Q1MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODI4Xyk7fS5zdDUwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzBfKTtmaWxsOiM5NDk0OTQ7fS5zdDUwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84MzJfKTt9LnN0NTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzgzNl8pO30uc3Q1MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODM4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODQwXyk7fS5zdDUxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDJfKTtmaWxsOiNDNUM1QzU7fS5zdDUxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NDRfKTt9LnN0NTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0Nl8pO2ZpbGw6IzZFQUZERjt9LnN0NTE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg0OF8pO30uc3Q1MTV7b3BhY2l0eTowO2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1MF8pO2ZpbGw6I0ZGODQ4NDt9LnN0NTE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg1NF8pO30uc3Q1MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU2Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODU4Xyk7fS5zdDUxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjBfKTtmaWxsOiNGMUVERUQ7fS5zdDUyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NjJfKTt9LnN0NTIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2NF8pO2ZpbGw6I0RBRDhEODt9LnN0NTIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg2Nl8pO30uc3Q1MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODY4Xyk7ZmlsbDojQkRCQ0JDO30uc3Q1MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODcwXyk7fS5zdDUyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzJfKTtmaWxsOiNCREJDQkM7fS5zdDUyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF84NzRfKTt9LnN0NTI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg3OF8pO30uc3Q1Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgwXyk7ZmlsbDojRUFFQUVBO30uc3Q1MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODgyXyk7fS5zdDUzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODRfKTtmaWxsOiNCREJDQkM7fS5zdDUzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODZfKTt9LnN0NTMze29wYWNpdHk6MDtjbGlwLXBhdGg6dXJsKCNTVkdJRF84ODhfKTtmaWxsOiNERUVDRjk7fS5zdDUzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF84OTJfKTt9LnN0NTM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzg5Nl8pO30uc3Q1Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfODk4Xyk7ZmlsbDojOTQ5NDk0O30uc3Q1Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTAwXyk7fS5zdDUzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDJfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MDRfKTt9LnN0NTQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwNl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkwOF8pO30uc3Q1NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEwXyk7ZmlsbDojQzVDNUM1O30uc3Q1NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTEyXyk7fS5zdDU0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTRfKTtmaWxsOiM5NDk0OTQ7fS5zdDU0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MTZfKTt9LnN0NTQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkxOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkyMl8pO30uc3Q1NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q1NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTI2Xyk7fS5zdDU1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85MjhfKTtmaWxsOiM5NDk0OTQ7fS5zdDU1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85MzBfKTt9LnN0NTUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzMl8pO2ZpbGw6Izk0OTQ5NDt9LnN0NTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzkzNF8pO30uc3Q1NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTM4Xyk7fS5zdDU1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDBfKTtmaWxsOiNDNUM1QzU7fS5zdDU1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NDJfKTt9LnN0NTU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0NF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTYwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk0Nl8pO30uc3Q1NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTQ4Xyk7ZmlsbDojQzVDNUM1O30uc3Q1NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTUwXyk7fS5zdDU2M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTJfKTtmaWxsOiNDNUM1QzU7fS5zdDU2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NTRfKTt9LnN0NTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1Nl8pO2ZpbGw6I0M1QzVDNTt9LnN0NTY2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk1OF8pO30uc3Q1Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYwXyk7ZmlsbDojQzVDNUM1O30uc3Q1Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTYyXyk7fS5zdDU2OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjRfKTtmaWxsOiNDNUM1QzU7fS5zdDU3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NjZfKTt9LnN0NTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTcye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk3MF8pO30uc3Q1NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTcyXyk7ZmlsbDojQzVDNUM1O30uc3Q1NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTc0Xyk7fS5zdDU3NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzZfKTtmaWxsOiNDNUM1QzU7fS5zdDU3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF85NzhfKTt9LnN0NTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTc4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk4Ml8pO30uc3Q1Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg0Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTg2Xyk7fS5zdDU4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF85ODhfKTtmaWxsOiNDNUM1QzU7fS5zdDU4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF85OTBfKTt9LnN0NTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5Ml8pO2ZpbGw6I0M1QzVDNTt9LnN0NTg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzk5NF8pO30uc3Q1ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk2Xyk7ZmlsbDojQzVDNUM1O30uc3Q1ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfOTk4Xyk7fS5zdDU4N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDAwXyk7ZmlsbDojQzVDNUM1O30uc3Q1ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwMl8pO30uc3Q1ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAwNF8pO2ZpbGw6I0M1QzVDNTt9LnN0NTkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDZfKTt9LnN0NTkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMDhfKTtmaWxsOiMyQzdBNEY7fS5zdDU5MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEwXyk7fS5zdDU5M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDEyXyk7ZmlsbDojRkVGRUZFO30uc3Q1OTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNF8pO30uc3Q1OTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAxNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NTk2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMThfKTt9LnN0NTk3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMjBfKTtmaWxsOiNGMUVERUQ7fS5zdDU5OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDIyXyk7fS5zdDU5OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDI0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyNl8pO30uc3Q2MDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAyOF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjAye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzBfKTt9LnN0NjAze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwMzJfKTtmaWxsOiNGMUVERUQ7fS5zdDYwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM0Xyk7fS5zdDYwNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDM2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTAzOF8pO30uc3Q2MDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA0MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjA4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDJfKTt9LnN0NjA5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNDRfKTtmaWxsOiNGMUVERUQ7fS5zdDYxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ2Xyk7fS5zdDYxMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDQ4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1MF8pO30uc3Q2MTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA1Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0NjE0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTRfKTt9LnN0NjE1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNTZfKTtmaWxsOiNGMUVERUQ7fS5zdDYxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDU4Xyk7fS5zdDYxN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDYwXyk7ZmlsbDojREFEOEQ4O30uc3Q2MTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2Ml8pO30uc3Q2MTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA2NF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjIwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjZfKTt9LnN0NjIxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNjhfKTtmaWxsOiNGMUVERUQ7fS5zdDYyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcwXyk7fS5zdDYyM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDcyXyk7ZmlsbDojREFEOEQ4O30uc3Q2MjR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3NF8pO30uc3Q2MjV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA3Nl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjI2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwNzhfKTt9LnN0NjI3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwODBfKTtmaWxsOiNGMUVERUQ7fS5zdDYyOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDgyXyk7fS5zdDYyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDg0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4Nl8pO30uc3Q2MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA4OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjMye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTBfKTt9LnN0NjMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEwOTJfKTtmaWxsOiNGMUVERUQ7fS5zdDYzNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk0Xyk7fS5zdDYzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMDk2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTA5OF8pO30uc3Q2Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEwMF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDJfKTt9LnN0NjM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMDRfKTtmaWxsOiNGMUVERUQ7fS5zdDY0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA2Xyk7fS5zdDY0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTA4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMF8pO30uc3Q2NDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTExMl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTRfKTt9LnN0NjQ1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMTZfKTtmaWxsOiNGMUVERUQ7fS5zdDY0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTE4Xyk7fS5zdDY0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTIwXyk7ZmlsbDojREFEOEQ4O30uc3Q2NDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyMl8pO30uc3Q2NDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEyNF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjUwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjZfKTt9LnN0NjUxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMjhfKTtmaWxsOiNGMUVERUQ7fS5zdDY1MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMwXyk7fS5zdDY1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTMyXyk7ZmlsbDojREFEOEQ4O30uc3Q2NTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNF8pO30uc3Q2NTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTEzNl8pO2ZpbGw6I0JEQkNCQzt9LnN0NjU2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExMzhfKTt9LnN0NjU3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNDBfKTtmaWxsOiNGMUVERUQ7fS5zdDY1OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQyXyk7fS5zdDY1OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTQ0Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0Nl8pO30uc3Q2NjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE0OF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjYye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTBfKTt9LnN0NjYze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNTJfKTtmaWxsOiNGMUVERUQ7fS5zdDY2NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU0Xyk7fS5zdDY2NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTU2Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE1OF8pO30uc3Q2Njd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE2MF8pO2ZpbGw6I0JEQkNCQzt9LnN0NjY4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjJfKTt9LnN0NjY5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNjRfKTtmaWxsOiNGMUVERUQ7fS5zdDY3MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY2Xyk7fS5zdDY3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTY4Xyk7ZmlsbDojREFEOEQ4O30uc3Q2NzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3MF8pO30uc3Q2NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE3Ml8pO2ZpbGw6I0JEQkNCQzt9LnN0Njc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzRfKTt9LnN0Njc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExNzZfKTtmaWxsOiNGMUVERUQ7fS5zdDY3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTc4Xyk7fS5zdDY3N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTgwXyk7ZmlsbDojREFEOEQ4O30uc3Q2Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4Ml8pO30uc3Q2Nzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE4NF8pO2ZpbGw6I0JEQkNCQzt9LnN0Njgwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODZfKTt9LnN0Njgxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExODhfKTtmaWxsOiNGMUVERUQ7fS5zdDY4MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkwXyk7fS5zdDY4M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMTkyXyk7ZmlsbDojREFEOEQ4O30uc3Q2ODR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5NF8pO30uc3Q2ODV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTE5Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0Njg2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzExOThfKTt9LnN0Njg3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMDBfKTtmaWxsOiM5NDk0OTQ7fS5zdDY4OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjAyXyk7fS5zdDY4OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjA0Xyk7ZmlsbDojOTQ5NDk0O30uc3Q2OTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwNl8pO30uc3Q2OTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIwOF8pO2ZpbGw6Izk0OTQ5NDt9LnN0Njkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTBfKTt9LnN0Njkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDY5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE0Xyk7fS5zdDY5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjE2Xyk7ZmlsbDojQzVDNUM1O30uc3Q2OTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIxOF8pO30uc3Q2OTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIyMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Njk4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjJfKTt9LnN0Njk5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMjRfKTtmaWxsOiM5NDk0OTQ7fS5zdDcwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI2Xyk7fS5zdDcwMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjI4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3MDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMF8pO30uc3Q3MDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTIzMl8pO2ZpbGw6Izk5OTk5OTt9LnN0NzA0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzRfKTt9LnN0NzA1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyMzZfKTtmaWxsOiNFQUVBRUE7fS5zdDcwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjM4Xyk7fS5zdDcwN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjQwXyk7ZmlsbDojNkJCMEU1O30uc3Q3MDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0Ml8pO30uc3Q3MDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI0NF8pO2ZpbGw6Izk5OTk5OTt9LnN0NzEwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDZfKTt9LnN0NzExe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNDhfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUwXyk7fS5zdDcxM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjUyXyk7ZmlsbDojQzhDOEM4O30uc3Q3MTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1NF8pO30uc3Q3MTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI1Nl8pO2ZpbGw6I0M4QzhDODt9LnN0NzE2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNThfKTt9LnN0NzE3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDcxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjYyXyk7fS5zdDcxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjY0Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2Nl8pO30uc3Q3MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI2OF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzIye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzBfKTt9LnN0NzIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyNzJfKTtmaWxsOiNDNUM1QzU7fS5zdDcyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc0Xyk7fS5zdDcyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjc2Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI3OF8pO30uc3Q3Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI4MF8pO2ZpbGw6I0M1QzVDNTt9LnN0NzI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODJfKTt9LnN0NzI5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyODRfKTtmaWxsOiNDNUM1QzU7fS5zdDczMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg2Xyk7fS5zdDczMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjg4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5MF8pO30uc3Q3MzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTI5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTRfKTt9LnN0NzM1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEyOTZfKTtmaWxsOiM5NDk0OTQ7fS5zdDczNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMjk4Xyk7fS5zdDczN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzAwXyk7ZmlsbDojRkZGRkZGO30uc3Q3Mzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwMl8pO30uc3Q3Mzl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMwNF8pO2ZpbGw6Izk0OTQ5NDt9LnN0NzQwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDZfKTt9LnN0NzQxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMDhfKTtmaWxsOiNGRkZGRkY7fS5zdDc0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEwXyk7fS5zdDc0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzEyXyk7ZmlsbDojQzhDOEM4O30uc3Q3NDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNF8pO30uc3Q3NDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMxNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzQ2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMThfKTt9LnN0NzQ3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMjBfKTtmaWxsOiNDOEM4Qzg7fS5zdDc0OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzIyXyk7fS5zdDc0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzI0Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyNl8pO30uc3Q3NTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMyOF8pO2ZpbGw6I0M4QzhDODt9LnN0NzUye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzBfKTt9LnN0NzUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzMzJfKTtmaWxsOiNGRkZGRkY7fS5zdDc1NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM0Xyk7fS5zdDc1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzM2Xyk7ZmlsbDojQzhDOEM4O30uc3Q3NTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTMzOF8pO30uc3Q3NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM0MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0NzU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDJfKTt9LnN0NzU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNDRfKTtmaWxsOiNDOEM4Qzg7fS5zdDc2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ2Xyk7fS5zdDc2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzQ4Xyk7ZmlsbDojRkZGRkZGO30uc3Q3NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1MF8pO30uc3Q3NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM1Ml8pO2ZpbGw6I0M4QzhDODt9LnN0NzY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTRfKTt9LnN0NzY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNTZfKTtmaWxsOiNGRkZGRkY7fS5zdDc2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzU4Xyk7fS5zdDc2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzYwXyk7ZmlsbDojQzhDOEM4O30uc3Q3Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2Ml8pO30uc3Q3Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM2NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjZfKTt9LnN0Nzcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNjhfKTtmaWxsOiNDOEM4Qzg7fS5zdDc3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcwXyk7fS5zdDc3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzcyXyk7ZmlsbDojRkZGRkZGO30uc3Q3NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3NF8pO30uc3Q3NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM3Nl8pO2ZpbGw6I0M4QzhDODt9LnN0Nzc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzNzhfKTt9LnN0Nzc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzODBfKTtmaWxsOiNGRkZGRkY7fS5zdDc3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzgyXyk7fS5zdDc3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzg0Xyk7ZmlsbDojQzhDOEM4O30uc3Q3ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4Nl8pO30uc3Q3ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0Nzgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTBfKTt9LnN0Nzgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzEzOTJfKTtmaWxsOiM5NDk0OTQ7fS5zdDc4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk0Xyk7fS5zdDc4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xMzk2Xyk7ZmlsbDojOTQ5NDk0O30uc3Q3ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTM5OF8pO30uc3Q3ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQwMF8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDJfKTt9LnN0Nzg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MDRfKTtmaWxsOiNDNUM1QzU7fS5zdDc5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA2Xyk7fS5zdDc5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDA4Xyk7ZmlsbDojQzVDNUM1O30uc3Q3OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMF8pO30uc3Q3OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQxMl8pO2ZpbGw6I0M1QzVDNTt9LnN0Nzk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTRfKTt9LnN0Nzk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MTZfKTtmaWxsOiNDNUM1QzU7fS5zdDc5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDE4Xyk7fS5zdDc5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDIwXyk7ZmlsbDojMDI3OUQ3O30uc3Q3OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyMl8pO30uc3Q3OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQyNF8pO2ZpbGw6IzZBQUZFNTt9LnN0ODAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjZfKTt9LnN0ODAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MjhfKTtmaWxsOiM2QUFGRTU7fS5zdDgwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMwXyk7fS5zdDgwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDMyXyk7ZmlsbDojQzVDNUM1O30uc3Q4MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNF8pO30uc3Q4MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQzNl8pO2ZpbGw6IzZBQUZFNTt9LnN0ODA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0MzhfKTt9LnN0ODA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NDBfKTtmaWxsOiMwMDc4RDc7fS5zdDgwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQyXyk7fS5zdDgwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDQ0Xyk7ZmlsbDojMzAzMDMwO30uc3Q4MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ0OF8pO30uc3Q4MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ1MF8pO2ZpbGw6IzFBMUExQTt9LnN0ODEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTJfKTt9LnN0ODEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NTRfKTtmaWxsOm5vbmU7c3Ryb2tlOiM1MDUwNTA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU2Xyk7fS5zdDgxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDU4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2MF8pO30uc3Q4MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ2Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NjRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgxOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY2Xyk7fS5zdDgyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDY4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3MF8pO30uc3Q4MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ3Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODIze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0NzRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc2Xyk7fS5zdDgyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDc4Xyk7ZmlsbDojRjBGMEYwO30uc3Q4MjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4MF8pO30uc3Q4Mjd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ4Ml8pO2ZpbGw6IzkxRDVGRjt9LnN0ODI4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0ODRfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDgyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg2Xyk7fS5zdDgzMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDg4Xyk7ZmlsbDojMDA3MEYwO30uc3Q4MzF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5MF8pO30uc3Q4MzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTQ5Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0ODMze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTRfKTt9LnN0ODM0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE0OTZfKTtmaWxsOiM5MUQ1RkY7fS5zdDgzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNDk4Xyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4MzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMF8pO30uc3Q4Mzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUwMl8pO2ZpbGw6IzM5MzkzOTt9LnN0ODM4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDRfKTt9LnN0ODM5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MDZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTA4Xyk7fS5zdDg0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTEwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUxMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTRfKTt9LnN0ODQ0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MTZfKTtmaWxsOiNGMEYwRjA7fS5zdDg0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTE4Xyk7fS5zdDg0NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTIwXyk7ZmlsbDojOTFENUZGO30uc3Q4NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUyMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjRfKTt9LnN0ODQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MjZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTI4Xyk7fS5zdDg1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTMwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTUzMl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODUze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzRfKTt9LnN0ODU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1MzZfKTtmaWxsOiNGMEYwRjA7fS5zdDg1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTM4Xyk7fS5zdDg1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQwXyk7ZmlsbDojOTFENUZGO30uc3Q4NTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU0Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODU4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDRfKTt9LnN0ODU5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NDZfKTtmaWxsOiM0ODQ4NDg7fS5zdDg2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTQ4Xyk7fS5zdDg2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTUwXyk7ZmlsbDojMUExQTFBO30uc3Q4NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1Ml8pO30uc3Q4NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU1NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzQ4NDg0ODtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NTZfKTt9LnN0ODY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NThfKTtmaWxsOiMxQTFBMUE7fS5zdDg2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYwXyk7fS5zdDg2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTYyXyk7ZmlsbDpub25lO3N0cm9rZTojNzY3Njc2O3N0cm9rZS13aWR0aDoyO3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2Nl8pO30uc3Q4Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU2OF8pO2ZpbGw6IzkxRDVGRjt9LnN0ODcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg3MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTcyXyk7fS5zdDg3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTc0Xyk7ZmlsbDojOTFENUZGO30uc3Q4NzN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU3Nl8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODc0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1NzhfKTt9LnN0ODc1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODBfKTtmaWxsOiM5MUQ1RkY7fS5zdDg3NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTgyXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4Nzd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4NF8pO30uc3Q4Nzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU4Nl8pO2ZpbGw6IzkxRDVGRjt9LnN0ODc5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1ODhfKTtmaWxsOm5vbmU7c3Ryb2tlOiMyNjlGRTk7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg4MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkwXyk7fS5zdDg4MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNTkyXyk7ZmlsbDojOTFENUZGO30uc3Q4ODJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTU5NF8pO2ZpbGw6bm9uZTtzdHJva2U6IzI2OUZFOTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OTZfKTt9LnN0ODg0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE1OThfKTtmaWxsOiM5MUQ1RkY7fS5zdDg4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjAwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwNF8pO30uc3Q4ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYwOF8pO30uc3Q4ODh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxMl8pO30uc3Q4ODl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTYxNF8pO2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0ODkwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjBfKTt9LnN0ODkxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjRfKTt9LnN0ODkye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MjhfKTt9LnN0ODkze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2MzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fS5zdDg5NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjM2Xyk7fS5zdDg5NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQwXyk7fS5zdDg5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ0Xyk7fS5zdDg5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjQ2Xyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3Q4OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1MF8pO30uc3Q4OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY1Ml8pO2ZpbGw6I0ZGQjU3ODt9LnN0OTAwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTRfKTt9LnN0OTAxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NTZfKTtmaWxsOiNFRDlGNjQ7fS5zdDkwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjU4Xyk7fS5zdDkwM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjYwXyk7ZmlsbDojRkZENkI1O30uc3Q5MDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2Ml8pO30uc3Q5MDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY2NF8pO2ZpbGw6I0VEOUY2NDt9LnN0OTA2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjZfKTt9LnN0OTA3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2NjhfKTtmaWxsOiNGRkZGRkY7fS5zdDkwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcwXyk7fS5zdDkwOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjcyXyk7ZmlsbDojRkZGRkZGO30uc3Q5MTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3NF8pO30uc3Q5MTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY3Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTEye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODBfKTt9LnN0OTEze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2ODJfKTtmaWxsOiNGRkI1Nzg7fS5zdDkxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg0Xyk7fS5zdDkxNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjg2Xyk7ZmlsbDojRUQ5RjY0O30uc3Q5MTZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY4OF8pO30uc3Q5MTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTY5MF8pO2ZpbGw6I0ZGRDZCNTt9LnN0OTE4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTJfKTt9LnN0OTE5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE2OTRfKTtmaWxsOiNFRDlGNjQ7fS5zdDkyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk2Xyk7fS5zdDkyMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNjk4Xyk7ZmlsbDojRkZGRkZGO30uc3Q5MjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMF8pO30uc3Q5MjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcwMl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTI0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDRfKTt9LnN0OTI1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MDZfKTtmaWxsOiNGRkZGRkY7fS5zdDkyNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEwXyk7fS5zdDkyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzEyXyk7ZmlsbDojQ0VDRUNFO30uc3Q5Mjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNF8pO30uc3Q5Mjl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcxNl8pO2ZpbGw6I0I3QjdCNzt9LnN0OTMwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MThfKTt9LnN0OTMxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MjBfKTtmaWxsOiNFNEU0RTQ7fS5zdDkzMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzIyXyk7fS5zdDkzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzI0Xyk7ZmlsbDojQjdCN0I3O30uc3Q5MzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyNl8pO30uc3Q5MzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTcyOF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTM2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzBfKTt9LnN0OTM3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3MzJfKTtmaWxsOiNGRkZGRkY7fS5zdDkzOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM0Xyk7fS5zdDkzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzM2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5NDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0MF8pO30uc3Q5NDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc0Ml8pO2ZpbGw6IzcxQzhGNDt9LnN0OTQye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDRfKTt9LnN0OTQze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NDZfKTtmaWxsOiM2M0E3RDM7fS5zdDk0NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzQ4Xyk7fS5zdDk0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzUwXyk7ZmlsbDojQzFFN0ZGO30uc3Q5NDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1Ml8pO30uc3Q5NDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc1NF8pO2ZpbGw6IzYzQTdEMzt9LnN0OTQ4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NTZfKTt9LnN0OTQ5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NThfKTtmaWxsOiNGRkZGRkY7fS5zdDk1MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYwXyk7fS5zdDk1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzYyXyk7ZmlsbDojRkZGRkZGO30uc3Q5NTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2NF8pO30uc3Q5NTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc2Nl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTU0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzBfKTt9LnN0OTU1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3NzJfKTtmaWxsOiM4REM5Nzc7fS5zdDk1NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc0Xyk7fS5zdDk1N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzc2Xyk7ZmlsbDojN0NBODUxO30uc3Q5NTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc3OF8pO30uc3Q5NTl7b3BhY2l0eTowLjQ1O2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3ODBfKTtmaWxsOiNGRkZGRkY7fS5zdDk2MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzgyXyk7fS5zdDk2MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzg0Xyk7ZmlsbDojN0NBODUxO30uc3Q5NjJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4Nl8pO30uc3Q5NjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTc4OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTY0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTBfKTt9LnN0OTY1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE3OTJfKTtmaWxsOiNGRkZGRkY7fS5zdDk2NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk0Xyk7fS5zdDk2N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xNzk2Xyk7ZmlsbDojRkZGRkZGO30uc3Q5Njh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMF8pO30uc3Q5Njl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgwMl8pO2ZpbGw6I0RCQjY2Mzt9LnN0OTcwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDRfKTt9LnN0OTcxe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MDZfKTtmaWxsOiNDRUExNTE7fS5zdDk3MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODA4Xyk7fS5zdDk3M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODEwXyk7ZmlsbDojRUJEN0E5O30uc3Q5NzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxMl8pO30uc3Q5NzV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgxNF8pO2ZpbGw6I0NFQTE1MTt9LnN0OTc2e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MTZfKTt9LnN0OTc3e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MThfKTtmaWxsOiNGRkZGRkY7fS5zdDk3OHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIwXyk7fS5zdDk3OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODIyXyk7ZmlsbDojRkZGRkZGO30uc3Q5ODB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNF8pO30uc3Q5ODF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgyNl8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTgye2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MjhfKTt9LnN0OTgze2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4MzBfKTtmaWxsOiNGRkZGRkY7fS5zdDk4NHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM0Xyk7fS5zdDk4NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODM2Xyk7ZmlsbDojODNENkI5O30uc3Q5ODZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTgzOF8pO30uc3Q5ODd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg0MF8pO2ZpbGw6IzQ2QzY4Qzt9LnN0OTg4e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDJfKTt9LnN0OTg5e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NDRfKTtmaWxsOiNCQkU4RDg7fS5zdDk5MHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ2Xyk7fS5zdDk5MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODQ4Xyk7ZmlsbDojNDZDNjhDO30uc3Q5OTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1MF8pO30uc3Q5OTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg1Ml8pO2ZpbGw6I0ZGRkZGRjt9LnN0OTk0e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTRfKTt9LnN0OTk1e2NsaXAtcGF0aDp1cmwoI1NWR0lEXzE4NTZfKTtmaWxsOiNGRkZGRkY7fS5zdDk5NntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODU4Xyk7fS5zdDk5N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODYwXyk7ZmlsbDojRkZGRkZGO30uc3Q5OTh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2NF8pO30uc3Q5OTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg2Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODY4Xyk7fS5zdDEwMDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODcyXyk7fS5zdDEwMDN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAwNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODc2Xyk7fS5zdDEwMDV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg3OF8pO2ZpbGw6IzEzMTMxMzt9LnN0MTAwNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODgwXyk7fS5zdDEwMDd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Ml8pO2ZpbGw6bm9uZTtzdHJva2U6IzUwNTA1MDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAwOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg0Xyk7fS5zdDEwMDl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg4Nl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODg4Xyk7fS5zdDEwMTF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5MF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODkyXyk7fS5zdDEwMTN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTg5NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xODk4Xyk7fS5zdDEwMTV7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwMF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxNntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTA0Xyk7fS5zdDEwMTd7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkwNl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAxOHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTEwXyk7fS5zdDEwMTl7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTE2Xyk7fS5zdDEwMjF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkxOF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyMntjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTIwXyk7fS5zdDEwMjN7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyMl8pO2ZpbGw6I0YwRjBGMDt9LnN0MTAyNHtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI0Xyk7ZmlsbDpub25lO3N0cm9rZTojNTA1MDUwO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTAyNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTI2Xyk7fS5zdDEwMjZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkyOF8pO2ZpbGw6IzM5MzkzOTt9LnN0MTAyN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTMyXyk7fS5zdDEwMjh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzNF8pO2ZpbGw6I0JDQkNCQzt9LnN0MTAyOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTM2Xyk7fS5zdDEwMzB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTkzOF8pO2ZpbGw6I0E4QThBODt9LnN0MTAzMXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQwXyk7fS5zdDEwMzJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Ml8pO2ZpbGw6I0RBREFEQTt9LnN0MTAzM3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ0Xyk7fS5zdDEwMzR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk0Nl8pO2ZpbGw6I0E4QThBODt9LnN0MTAzNXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTQ4Xyk7fS5zdDEwMzZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1MF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzN3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTUyXyk7fS5zdDEwMzh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1NF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTAzOXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTU2Xyk7fS5zdDEwNDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk1OF8pO2ZpbGw6I0ZGRkZGRjt9LnN0MTA0MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTYwXyk7fS5zdDEwNDJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Ml8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY0Xyk7fS5zdDEwNDR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk2Nl8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA0NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTY4Xyk7fS5zdDEwNDZ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3MF8pO2ZpbGw6IzAwNzBGMDt9LnN0MTA0N3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc0Xyk7fS5zdDEwNDh7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk3Nl8pO2ZpbGw6IzFBMUExQTt9LnN0MTA0OXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTc4Xyk7fS5zdDEwNTB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4MF8pO2ZpbGw6bm9uZTtzdHJva2U6I0YwRjBGMDtzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9LnN0MTA1MXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTgyXyk7fS5zdDEwNTJ7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4NF8pO2ZpbGw6I0YwRjBGMDt9LnN0MTA1M3tjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTg2Xyk7fS5zdDEwNTR7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMTk4OF8pO2ZpbGw6I0ZGRTc5Mjt9LnN0MTA1NXtjbGlwLXBhdGg6dXJsKCNTVkdJRF8xOTkwXyk7ZmlsbDpub25lO3N0cm9rZTojMjY5RkU5O3N0cm9rZS1taXRlcmxpbWl0OjEwO30uc3QxMDU2e2ZpbGw6I0ZCRDEzRjt9LnN0MTA1N3tmaWxsOiNFMkI3MzA7fS5zdDEwNTh7ZmlsbDojRkZFNzkyO30uc3QxMDU5e2ZpbGw6IzVCQzFGRjt9LnN0MTA2MHtmaWxsOiNFMEREREQ7fS5zdDEwNjF7ZmlsbDojNkQ2RDZEO30uc3QxMDYye2ZpbGw6IzJDOTZEMTt9LnN0MTA2M3tmaWxsOiMxMjlCRTA7fS5zdDEwNjR7ZmlsbDojQTNBM0EzO30uc3QxMDY1e2ZpbGw6I0Q2QTUxRDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QxMDYxIiBkPSJNMzAuOSwxOEgyOXYtMy40YzAtMC45LTAuNy0xLjYtMS42LTEuNmgtMy44Yy0wLjksMC0xLjYsMC43LTEuNiwxLjZWMThoLTEuOWMtMC42LDAtMS4xLDAuNS0xLjEsMS4xdjcuOWMwLDAuNiwwLjUsMS4xLDEuMSwxLjFoMTAuOWMwLjYsMCwxLjEtMC41LDEuMS0xLjF2LTcuOUMzMiwxOC41LDMxLjUsMTgsMzAuOSwxOHogTTIzLjUsMTRoMy45YzAuMywwLDAuNSwwLjIsMC41LDAuNVYxOGgtNXYtMy41QzIzLDE0LjIsMjMuMiwxNCwyMy41LDE0eiIvPjxyZWN0IHg9IjI0IiB5PSIxNSIgY2xhc3M9InN0MTE5IiB3aWR0aD0iMyIgaGVpZ2h0PSIyIi8+PGc+PHBhdGggY2xhc3M9InN0MTE5IiBkPSJNMTgsMjYuOXYtNy45YzAtMS4xLDAuOS0yLjEsMi4xLTIuMUgyMXYtMi40YzAtMS40LDEuMi0yLjYsMi42LTIuNmgzLjhjMS40LDAsMi42LDEuMiwyLjYsMi42VjE3aDAuOWMwLjQsMCwwLjgsMC4xLDEuMSwwLjNWOS42YzAtMS40LTEuMS0yLjUtMi41LTIuNWgtMTNMMTMuMSw0SDIuNUMxLjEsNCwwLDUuMSwwLDYuNXYxOUMwLDI2LjksMS4xLDI4LDIuNSwyOGgxNS44QzE4LjEsMjcuNywxOCwyNy4zLDE4LDI2Ljl6Ii8+PC9nPjwvc3ZnPg=="); +} + +.e-filemanager .e-address .e-address-list-item .e-icons::before { + content: '\e608'; +} + +.e-filemanager .e-fe-open::before, +.e-fe-popup .e-fe-open::before { + content: '\e609'; +} + +.e-filemanager .e-fe-cut::before, +.e-fe-popup .e-fe-cut::before { + content: '\e604'; +} + +.e-filemanager .e-fe-copy::before, +.e-fe-popup .e-fe-copy::before { + content: '\e60d'; +} + +.e-filemanager .e-fe-paste::before, +.e-fe-popup .e-fe-paste::before { + content: '\e601'; +} + +.e-filemanager .e-fe-delete::before, +.e-fe-popup .e-fe-delete::before { + content: '\e602'; +} + +.e-filemanager .e-fe-rename::before, +.e-fe-popup .e-fe-rename::before { + content: '\e60c'; +} + +.e-filemanager .e-fe-newfolder::before, +.e-fe-popup .e-fe-newfolder::before { + content: '\e60b'; +} + +.e-filemanager .e-fe-refresh::before, +.e-fe-popup .e-fe-refresh::before { + content: '\e606'; +} + +.e-filemanager .e-fe-upload::before, +.e-fe-popup .e-fe-upload::before { + content: '\e60f'; +} + +.e-filemanager .e-fe-download::before, +.e-fe-popup .e-fe-download::before { + content: '\e603'; +} + +.e-filemanager .e-fe-grid::before, +.e-fe-popup .e-fe-grid::before { + content: '\e605'; +} + +.e-filemanager .e-fe-large::before, +.e-fe-popup .e-fe-large::before { + content: '\e600'; +} + +.e-filemanager .e-fe-select::before, +.e-fe-popup .e-fe-select::before { + content: '\e611'; +} + +.e-filemanager .e-fe-details::before, +.e-fe-popup .e-fe-details::before { + content: '\e607'; +} + +.e-filemanager .e-fe-sort::before, +.e-fe-popup .e-fe-sort::before { + content: '\e612'; +} + +.e-filemanager .e-fe-search::before, +.e-fe-popup .e-fe-search::before { + content: '\e60e'; +} + +.e-filemanager .e-fe-clear::before, +.e-fe-popup .e-fe-clear::before { + content: '\e60a'; +} + +.e-filemanager .e-fe-breadcrumb::before, +.e-fe-popup .e-fe-breadcrumb::before { + content: '\e615'; +} + +.e-filemanager .e-fe-drop-in::before, +.e-fe-popup .e-fe-drop-in::before { + content: '\e22c'; +} + +.e-filemanager .e-fe-drop-out::before, +.e-fe-popup .e-fe-drop-out::before { + content: '\e22d'; +} + +.e-filemanager .e-fe-no-drop::before, +.e-fe-popup .e-fe-no-drop::before { + content: '\e22a'; +} + +.e-filemanager .e-toolbar .e-hor-nav .e-popup-up-icon::before, +.e-fe-popup .e-toolbar .e-hor-nav .e-popup-up-icon::before { + content: '\e613'; +} + +.e-filemanager .e-toolbar .e-hor-nav .e-popup-down-icon::before, +.e-fe-popup .e-toolbar .e-hor-nav .e-popup-down-icon::before { + content: '\e613'; +} + +.e-filemanager.e-fe-m-filter .e-fe-search::before, +.e-fe-popup.e-fe-m-filter .e-fe-search::before { + content: '\e610'; +} + +.e-fe-popup .e-fe-dot::before { + content: '\e614'; +} + +.e-fe-popup .e-fe-tick::before { + content: '\e614'; +} + +ejs-filemanager { + display: block; +} + +.e-filemanager { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; + border: 1px solid; + position: relative; +} + +.e-filemanager .e-blur { + opacity: .5; +} + +.e-filemanager .e-display-none { + display: none; +} + +.e-filemanager.e-fe-drop, +.e-filemanager.e-fe-drop .e-treeview .e-text-content, +.e-filemanager.e-fe-drop .e-treeview .e-fullrow, +.e-filemanager.e-fe-drop .e-address .e-address-list-item:last-child .e-list-text, +.e-filemanager.e-fe-drop .e-grid .e-columnheader { + cursor: grab; +} + +.e-filemanager.e-no-drop { + cursor: no-drop; +} + +.e-filemanager .e-toolbar { + border-bottom-style: solid; + border-width: 0 0 1px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn { + border: 0; + box-shadow: none; + font-weight: 400; + height: calc(100% - 10px); + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons:not(.e-icon-left):not(.e-icon-right) { + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret { + font-size: 8px; + padding: 0 8px; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-tbar-btn-text.e-tbar-ddb-text { + padding-right: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + border: 0; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + border: 0; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + border: 0; + padding: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-icons.e-caret { + font-size: 8px; + min-width: 0; + padding: 0 8px; +} + +.e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-tbar-btn-text.e-tbar-ddb-text { + padding-right: 0; +} + +.e-filemanager .e-toolbar .e-toolbar-pop { + width: -webkit-max-content; + width: max-content; +} + +.e-filemanager .e-treeview > .e-ul { + overflow: initial; + padding-left: 8px; +} + +.e-filemanager .e-treeview .e-list-parent { + margin-bottom: 0; + margin-top: 0; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item { + padding-bottom: 0; + padding-top: 0; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow { + height: 34px; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text { + height: 32px; + line-height: 32px; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder > .e-fullrow { + border: 1px solid; + box-sizing: border-box; +} + +.e-filemanager .e-treeview .e-text-content { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager .e-treeview .e-list-text { + display: initial; +} + +.e-filemanager .e-splitter { + border-width: 0; +} + +.e-filemanager .e-splitter .e-split-bar .e-resize-handler { + display: none; +} + +.e-filemanager .e-splitter .e-display-none { + display: none; +} + +.e-filemanager .e-address { + border-bottom: 1px solid; + height: 34px; + position: relative; +} + +.e-filemanager .e-address .e-fe-breadcrumb.e-icons { + padding-bottom: 6px; +} + +.e-filemanager .e-address .e-search-wrap { + float: right; + padding: 1px 7px 0 16px; + position: absolute; + right: 0; + top: 0; + width: 200px; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group { + border-bottom-width: 1px; + height: 29px; + margin: 0; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group .e-input { + margin: 0 0 0 24px; + padding: 0; +} + +.e-filemanager .e-address .e-search-wrap .e-input-group .e-clear-icon { + margin: 8px 8px 0 8px; +} + +.e-filemanager .e-address .e-fe-search { + font-size: 14px; + margin: 3px 0; + padding: 5px; + position: absolute; + z-index: 1; +} + +.e-filemanager .e-address .e-fe-search::before { + display: inline-block; +} + +.e-filemanager .e-address .e-addressbar-ul { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + list-style: none; + margin: 0; + padding: 3px 8px; + visibility: visible; +} + +.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu { + display: inline; +} + +.e-filemanager .e-address .e-addressbar-ul .e-breadcrumb-menu .e-breadcrumb-submenu { + height: 26px; +} + +.e-filemanager .e-address .e-list-text { + cursor: pointer; + font-size: 14px; + line-height: 27px; + padding: 4px 4px 5px; + text-decoration: none; +} + +.e-filemanager .e-address .e-list-text:hover { + text-decoration: none; +} + +.e-filemanager .e-address .e-address-list-item { + display: inline-block; + height: 27px; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text { + cursor: default; +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text:hover { + text-decoration: none; +} + +.e-filemanager .e-address .e-address-list-item .e-icons { + font-size: 10px; + margin: 0 4px; +} + +.e-filemanager .e-address .e-address-list-item .e-icons::before { + padding: 5px; +} + +.e-filemanager .e-grid { + border-width: 0; + float: left; +} + +.e-filemanager .e-grid .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 9px; +} + +.e-filemanager .e-grid .e-spin-show { + display: none; +} + +.e-filemanager .e-grid .e-gridcontent tr.e-emptyrow td.e-lastrowcell:first-child:empty { + height: 0; + padding: 0; +} + +.e-filemanager .e-grid .e-gridheader { + border-width: 0 1px 1px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell { + height: 32px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-sortfilterdiv { + margin-right: 5px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell .e-headertext { + font-size: 14px; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell .e-rcursor { + border: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid .e-gridheader:hover .e-checkbox-wrapper, +.e-filemanager .e-grid .e-gridheader .e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid.e-headercheck .e-gridheader .e-headercontent .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid .e-content { + overflow-y: auto !important; +} + +.e-filemanager .e-grid .e-content .e-table { + border-spacing: 0; +} + +.e-filemanager .e-grid .e-content .e-rowcell { + border: 0; + font-size: 12px; +} + +.e-filemanager .e-grid .e-content .e-rowcell .e-fe-text { + font-size: 13px; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:first-child { + box-shadow: 1px 0 0 1px #e3165b inset; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell:last-child { + box-shadow: -1px 0 0 1px #e3165b inset; +} + +.e-filemanager .e-grid .e-content tr.e-row.e-fe-drop-folder .e-rowcell { + box-shadow: 0 2px 0 -1px #e3165b inset, 0 -2px 0 -1px #e3165b inset; +} + +.e-filemanager .e-grid .e-empty { + min-width: 200px; +} + +.e-filemanager .e-grid .e-empty-content { + font-size: 20px; + margin: 0 auto; + padding: 8px; + text-align: center; +} + +.e-filemanager .e-grid .e-empty-icon { + height: 82px; + margin: 0 auto; + width: 82px; +} + +.e-filemanager .e-grid .e-empty-inner-content { + font-size: 14px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-filemanager .e-grid .e-gridpopup { + display: none !important; +} + +.e-filemanager .e-grid .e-gridheader .e-emptyrow, +.e-filemanager .e-grid .e-gridcontent .e-emptyrow { + display: none; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager .e-grid .e-gridcontent .e-fe-checkbox { + overflow: inherit; + padding-left: 12px; + padding-right: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon { + padding: 0 0 0 12px; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon .e-headercelldiv, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon .e-headercelldiv { + text-overflow: unset; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell, +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell { + padding-left: 0; +} + +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name { + padding-left: 6px; +} + +.e-filemanager .e-grid .e-row .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid .e-row.e-focused { + box-shadow: none; +} + +.e-filemanager .e-grid .e-row.e-focused td { + box-shadow: inset 0 1px 0 0 #9e9e9e, inset 0 -1px 0 0 #9e9e9e; +} + +.e-filemanager .e-grid .e-row.e-focused td:first-child { + box-shadow: inset 1px 1px 0 0 #9e9e9e, inset 1px -1px 0 0 #9e9e9e; +} + +.e-filemanager .e-grid .e-row.e-focused td:last-child { + box-shadow: inset -1px 1px 0 0 #9e9e9e, inset -1px -1px 0 0 #9e9e9e; +} + +.e-filemanager .e-grid .e-row:hover .e-checkbox-wrapper, +.e-filemanager .e-grid .e-row .e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-grid .e-row.e-fe-drop-file:hover .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager .e-grid.e-horizontallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-verticallines .e-rowcell.e-lastrowcell, .e-filemanager .e-grid.e-hidelines .e-rowcell.e-lastrowcell { + border-bottom-width: 0; +} + +.e-filemanager .e-grid.e-resize-lines .e-headercell .e-rsuppress { + border-width: 0; +} + +.e-filemanager .e-grid .e-fe-icon { + display: inline-block; + height: 18px; + margin: 0 8px 0 0; + vertical-align: middle; + width: 18px; +} + +.e-filemanager .e-dialog td { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 14px; + max-width: 211px; + min-width: 51px; + padding: 8px 24px 8px 0; +} + +.e-filemanager .e-dialog td.e-fe-value { + white-space: unset; + word-break: break-word; +} + +.e-filemanager .e-dialog .e-fe-errorcontent { + white-space: normal; + word-break: break-word; +} + +.e-filemanager .e-dialog .e-fe-icon { + display: inline-block; + height: 18px; + margin: 0 8px -2px 0; + width: 18px; +} + +.e-filemanager .e-dialog .e-fe-access-header { + display: inline-block; +} + +.e-filemanager .e-dialog .e-fe-retrycontent { + padding: 16px 0; +} + +.e-filemanager .e-dialog .e-image { + height: 100%; + width: 100%; +} + +.e-filemanager .e-dialog.e-rtl td { + padding: 8px 0 8px 24px; +} + +.e-filemanager .e-dialog.e-rtl .e-fe-icon { + margin: 0 0 -2px 8px; +} + +.e-filemanager .e-large-icons { + float: left; + overflow: auto; + width: 100%; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 9px; +} + +.e-filemanager .e-large-icons .e-empty { + min-width: 200px; +} + +.e-filemanager .e-large-icons .e-empty-content { + font-size: 20px; + margin: 0 auto; + padding: 8px; + text-align: center; +} + +.e-filemanager .e-large-icons .e-empty-icon { + height: 82px; + margin: 0 auto; + width: 82px; +} + +.e-filemanager .e-large-icons .e-empty-inner-content { + font-size: 14px; + margin: 0 auto; + opacity: 0.5; + padding: 6px; + text-align: center; +} + +.e-filemanager .e-large-icons .e-list-parent { + display: block; + height: 100%; + margin: 0; + overflow: auto; + padding: 0 4px; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper { + float: left; + position: absolute; + top: 0; + visibility: hidden; +} + +.e-filemanager .e-large-icons .e-list-item { + border: 1px solid; + float: left; + height: 85px; + margin: 8px 4px; + overflow: hidden; + padding: 2px; + width: 80px; +} + +.e-filemanager .e-large-icons .e-list-item.e-active .e-checkbox-wrapper, .e-filemanager .e-large-icons .e-list-item.e-hover .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager .e-large-icons .e-text-content { + display: table-cell; + height: 79px; + position: relative; + vertical-align: bottom; +} + +.e-filemanager .e-large-icons .e-list-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: block; + font-size: 13px; + padding: 2px 0 0 0; + text-align: center; + width: 74px; +} + +.e-filemanager .e-large-icons .e-list-img { + border: 2px solid; + box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.05); + display: block; + margin: 0 auto; + max-height: 62px; + max-width: 100%; + min-height: 20px; +} + +.e-filemanager .e-large-icons .e-list-icon { + display: block; + height: 40px; + margin: 10px auto; + width: 40px; +} + +.e-filemanager .e-fe-error { + font-size: 12px; + line-height: 1.5; +} + +.e-filemanager .e-fe-clone { + pointer-events: none; + z-index: 20; +} + +.e-filemanager .e-fe-clone .e-fe-content { + border: none; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + display: -ms-inline-flexbox; + display: inline-flex; + height: 36px; + padding: 4px 8px; +} + +.e-filemanager .e-fe-clone .e-fe-content .e-fe-name { + display: inline-block; + font-size: 13px; + margin: auto 8px; + max-width: 70px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager .e-fe-clone .e-fe-content .e-fe-icon { + display: inline-block; + height: 18px; + margin: auto 8px; + width: 18px; +} + +.e-filemanager .e-fe-clone .e-fe-count { + border: 1px solid; + border-radius: 50%; + font-size: 12px; + height: 22px; + line-height: 22px; + margin-left: -12px; + position: absolute; + text-align: center; + top: 0; + width: 22px; +} + +.e-filemanager.e-rtl .e-treeview > .e-ul { + padding: 0 8px 0 0; +} + +.e-filemanager.e-rtl .e-toolbar .e-fe-grid { + display: inline-table; + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-splitter.e-splitter-horizontal { + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-filemanager.e-rtl .e-address .e-search-wrap { + float: left; + left: 0; + right: auto; +} + +.e-filemanager.e-rtl .e-address .e-search-wrap .e-input-group .e-input { + margin: 0 24px 0 0; + padding: 0; +} + +.e-filemanager.e-rtl .e-address .e-addressbar-ul { + display: -ms-flexbox; + display: flex; +} + +.e-filemanager.e-rtl .e-address .e-addressbar-ul .e-icons::before { + display: inline-block; + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:first-child { + box-shadow: inset -1px 1px 0 0 #9e9e9e, inset -1px -1px 0 0 #9e9e9e; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-row.e-focused td:last-child { + box-shadow: inset 1px 1px 0 0 #9e9e9e, inset 1px -1px 0 0 #9e9e9e; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-checkbox, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-checkbox { + padding-left: 0; + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon { + padding-left: 0; + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell { + padding-left: 21px; + padding-right: 0; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridheader .e-fe-grid-icon + .e-headercell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-rowcell.e-fe-grid-name, +.e-filemanager.e-rtl .e-grid.e-rtl .e-gridcontent .e-fe-grid-icon + .e-headercell.e-fe-grid-name { + padding-right: 12px; +} + +.e-filemanager.e-rtl .e-grid.e-rtl .e-fe-icon { + margin: 0 0 0 8px; +} + +.e-filemanager.e-rtl .e-large-icons .e-list-item { + float: right; +} + +.e-filemanager.e-rtl .e-fe-clone .e-fe-count { + margin-left: 0; + margin-right: -12px; +} + +.e-filemanager .e-upload { + border-bottom-width: 0; + border-top-width: 0; +} + +.e-filemanager .e-upload .e-file-select-wrap { + display: none; +} + +.e-filemanager .e-upload .e-icons.e-file-delete-btn { + display: none; +} + +.e-filemanager .e-upload .e-upload-actions { + border-bottom: 1px solid; +} + +.e-filemanager .e-layout-content { + position: relative; +} + +.e-filemanager .e-fe-overlay { + border: 3px dashed #e3165b; + bottom: 0; + display: block; + height: calc(100% - 34px); + pointer-events: none; + position: absolute; + visibility: hidden; + width: 100%; +} + +.e-filemanager .e-upload-drag-hover { + outline: none; +} + +.e-filemanager .e-upload-drag-hover .e-fe-overlay { + visibility: visible; +} + +.e-filemanager .e-dialog.e-popup.e-dlg-resizable { + min-height: 200px; +} + +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot, +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick { + font-size: 14px; +} + +.e-fe-popup.e-dlg-resizable .e-dlg-content { + overflow: hidden; +} + +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item.e-separator { + margin: 0 0; +} + +.e-fe-popup.e-rtl .e-fe-grid { + display: inline-table; + transform: rotate(180deg); +} + +.e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons { + font-size: 20px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-newfolder { + padding-top: 0; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-upload { + padding-left: 0; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-sort { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-refresh { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-select { + padding-top: 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-large { + padding: 4px 0 0 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-grid { + padding: 4px 2px 0 2px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-details { + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-delete { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-rename { + padding-left: 2px; + padding-top: 3px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-download { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-cut { + padding-left: 2px; + padding-top: 1px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon.e-fe-copy { + padding-left: 4px; +} + +.e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar .e-popup-down-icon.e-icons { + font-size: 20px; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-icons.e-fe-sort { + display: inline-block; + margin: 0; + width: 14px; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-tbar-ddb-text { + display: none; +} + +.e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text, +.e-bigger .e-filemanager.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text, +.e-filemanager.e-bigger.e-fe-mobile .e-toolbar-left .e-toolbar-item .e-tbar-btn-text { + display: none; +} + +.e-filemanager.e-fe-mobile .e-splitter .e-split-bar, +.e-bigger .e-filemanager.e-fe-mobile .e-splitter .e-split-bar, +.e-filemanager.e-bigger.e-fe-mobile .e-splitter .e-split-bar { + display: none; +} + +.e-filemanager.e-fe-mobile .e-address, +.e-bigger .e-filemanager.e-fe-mobile .e-address, +.e-filemanager.e-bigger.e-fe-mobile .e-address { + height: 40px; +} + +.e-filemanager.e-fe-mobile .e-address .e-addressbar-ul, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-addressbar-ul, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-addressbar-ul { + height: 40px; +} + +.e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-address-list-item .e-icons, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-address-list-item .e-icons { + font-size: 12px; +} + +.e-filemanager.e-fe-mobile .e-address .e-list-text, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-list-text, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-list-text { + font-size: 15px; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap { + min-width: 47px; + width: auto; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group { + display: none; + height: 40px; + width: 100%; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-clear-icon { + margin: 2px 8px 0; +} + +.e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-search-wrap .e-input-group .e-input { + margin: 0 0 0 24px; +} + +.e-filemanager.e-fe-mobile .e-address .e-fe-search, +.e-bigger .e-filemanager.e-fe-mobile .e-address .e-fe-search, +.e-filemanager.e-bigger.e-fe-mobile .e-address .e-fe-search { + font-size: 20px; + margin: 3px 0; + right: 13px; +} + +.e-filemanager.e-fe-mobile .e-dialog td.e-fe-value, +.e-bigger .e-filemanager.e-fe-mobile .e-dialog td.e-fe-value, +.e-filemanager.e-bigger.e-fe-mobile .e-dialog td.e-fe-value { + white-space: unset; + word-break: break-word; +} + +.e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-grid-icon .e-fe-icon { + height: 35px; + width: 35px; +} + +.e-filemanager.e-fe-mobile .e-grid .e-gridheader, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridheader, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridheader { + display: none; +} + +.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell { + border-bottom: 1px solid; + border-bottom-color: #e0e0e0; +} + +.e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-content .e-rowcell.e-fe-checkbox { + padding: 0; +} + +.e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-gridcontent .e-fe-grid-icon { + padding-left: 10px; + padding-right: 10px; +} + +.e-filemanager.e-fe-mobile .e-grid .e-fe-text, +.e-bigger .e-filemanager.e-fe-mobile .e-grid .e-fe-text, +.e-filemanager.e-bigger.e-fe-mobile .e-grid .e-fe-text { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent { + padding: 0; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + display: inline-table; + height: 155px; + margin: 8px 8px; + width: 155px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-hover .e-checkbox-wrapper { + visibility: hidden; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item.e-active .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-checkbox-wrapper { + z-index: 1000; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-text { + margin: 0 auto; + width: 110px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-img { + margin: 11px auto; + max-height: 110px; + max-width: 110px; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon, +.e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon, +.e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item .e-list-icon { + height: 110px; + margin: 11px auto 0; + width: 110px; +} + +.e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-m-select .e-large-icons .e-list-item.e-large-icon .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper, +.e-bigger .e-filemanager.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper, +.e-filemanager.e-bigger.e-fe-m-select .e-grid .e-content .e-row .e-rowcell .e-checkbox-wrapper { + visibility: visible; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap { + margin: 0; + padding: 0; + position: absolute; + width: 100%; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-input-group .e-input { + height: auto; + margin-left: 45px; +} + +.e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-search-wrap .e-fe-search, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-search-wrap .e-fe-search { + left: 0; + margin-left: 8px; + margin-top: 3px; + width: 30px; +} + +.e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul, +.e-bigger .e-filemanager.e-fe-m-filter .e-address .e-addressbar-ul, +.e-filemanager.e-bigger.e-fe-m-filter .e-address .e-addressbar-ul { + visibility: hidden; +} + +.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input, +.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input, +.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-input-group .e-input { + margin-right: 45px; +} + +.e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search, +.e-bigger .e-filemanager.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search, +.e-filemanager.e-bigger.e-fe-m-filter.e-rtl .e-address .e-search-wrap .e-fe-search { + transform: rotate(180deg); +} + +.e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-grid-icon { + padding-right: 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn .e-btn-icon.e-icons.e-caret { + padding: 0 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret, +.e-filemanager.e-bigger .e-toolbar .e-toolbar-pop .e-toolbar-item .e-dropdown-btn .e-btn-icon.e-icons.e-caret { + padding: 0 10px; +} + +.e-bigger .e-filemanager .e-toolbar .e-popup-up-icon.e-icons, +.e-bigger .e-filemanager .e-toolbar .e-popup-down-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-popup-up-icon.e-icons, +.e-filemanager.e-bigger .e-toolbar .e-popup-down-icon.e-icons { + font-size: 20px; +} + +.e-bigger .e-filemanager .e-treeview > .e-ul, +.e-filemanager.e-bigger .e-treeview > .e-ul { + padding-left: 12px; +} + +.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-fullrow, +.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-fullrow { + height: 40px; +} + +.e-bigger .e-filemanager .e-treeview .e-list-parent .e-list-item .e-list-text, +.e-filemanager.e-bigger .e-treeview .e-list-parent .e-list-item .e-list-text { + height: 38px; + line-height: 38px; +} + +.e-bigger .e-filemanager .e-address, +.e-filemanager.e-bigger .e-address { + height: 40px; +} + +.e-bigger .e-filemanager .e-address .e-breadcrumb-menu .e-breadcrumb-submenu, +.e-filemanager.e-bigger .e-address .e-breadcrumb-menu .e-breadcrumb-submenu { + height: 27px; +} + +.e-bigger .e-filemanager .e-address .e-address-list-item, +.e-filemanager.e-bigger .e-address .e-address-list-item { + height: 28px; +} + +.e-bigger .e-filemanager .e-address .e-address-list-item .e-icons, +.e-filemanager.e-bigger .e-address .e-address-list-item .e-icons { + font-size: 12px; +} + +.e-bigger .e-filemanager .e-address .e-addressbar-ul, +.e-filemanager.e-bigger .e-address .e-addressbar-ul { + padding: 6px 12px; +} + +.e-bigger .e-filemanager .e-address .e-list-text, +.e-filemanager.e-bigger .e-address .e-list-text { + font-size: 15px; + line-height: 28px; + padding: 5px 4px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap, +.e-filemanager.e-bigger .e-address .e-search-wrap { + min-width: 51px; + padding: 1px 10px 0 16px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group, +.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group { + height: 36px; +} + +.e-bigger .e-filemanager .e-address .e-search-wrap .e-input-group .e-input:focus, +.e-filemanager.e-bigger .e-address .e-search-wrap .e-input-group .e-input:focus { + padding: 0; +} + +.e-bigger .e-filemanager .e-address .e-fe-search, +.e-filemanager.e-bigger .e-address .e-fe-search { + margin: 7px 0; +} + +.e-bigger .e-filemanager .e-grid .e-checkbox-wrapper .e-frame, +.e-filemanager.e-bigger .e-grid .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 14px; +} + +.e-bigger .e-filemanager .e-grid .e-headercell, +.e-filemanager.e-bigger .e-grid .e-headercell { + height: 36px; +} + +.e-bigger .e-filemanager .e-grid .e-headertext, +.e-filemanager.e-bigger .e-grid .e-headertext { + font-size: 15px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell { + font-size: 13px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-rowcell .e-fe-text, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-rowcell .e-fe-text, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-rowcell .e-fe-text, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-rowcell .e-fe-text { + font-size: 14px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-checkbox, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-checkbox, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-checkbox { + padding-left: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-gridheader .e-fe-grid-icon, +.e-bigger .e-filemanager .e-grid .e-gridcontent .e-fe-grid-icon, +.e-filemanager.e-bigger .e-grid .e-gridheader .e-fe-grid-icon, +.e-filemanager.e-bigger .e-grid .e-gridcontent .e-fe-grid-icon { + padding-left: 16px; +} + +.e-bigger .e-filemanager .e-grid .e-fe-icon, +.e-filemanager.e-bigger .e-grid .e-fe-icon { + margin: 0 12px 0 0; +} + +.e-bigger .e-filemanager .e-grid .e-empty, +.e-filemanager.e-bigger .e-grid .e-empty { + min-width: 300px; +} + +.e-bigger .e-filemanager .e-grid .e-empty-content, +.e-filemanager.e-bigger .e-grid .e-empty-content { + font-size: 24px; + margin: 0 auto; + padding: 12px; + text-align: center; +} + +.e-bigger .e-filemanager .e-grid .e-empty-icon, +.e-filemanager.e-bigger .e-grid .e-empty-icon { + height: 92px; + margin: 0 auto; + width: 92px; +} + +.e-bigger .e-filemanager .e-grid .e-empty-inner-content, +.e-filemanager.e-bigger .e-grid .e-empty-inner-content { + font-size: 16px; + margin: 0 auto; + opacity: 0.5; + padding: 4px; + text-align: center; +} + +.e-bigger .e-filemanager .e-dialog .e-dlg-header-content, +.e-filemanager.e-bigger .e-dialog .e-dlg-header-content { + padding: 21px; +} + +.e-bigger .e-filemanager .e-dialog td, +.e-filemanager.e-bigger .e-dialog td { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + font-size: 15px; + max-width: 205px; + min-width: 45px; + padding: 8px 30px 8px 0; +} + +.e-bigger .e-filemanager .e-large-icons .e-checkbox-wrapper .e-frame, +.e-filemanager.e-bigger .e-large-icons .e-checkbox-wrapper .e-frame { + border-width: 1px; + line-height: 14px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-parent, +.e-filemanager.e-bigger .e-large-icons .e-list-parent { + padding: 0 6px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-item, +.e-filemanager.e-bigger .e-large-icons .e-list-item { + height: 106px; + margin: 12px 6px; + width: 100px; +} + +.e-bigger .e-filemanager .e-large-icons .e-text-content, +.e-filemanager.e-bigger .e-large-icons .e-text-content { + height: 100px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-text, +.e-filemanager.e-bigger .e-large-icons .e-list-text { + font-size: 14px; + padding: 4px 2px 2px; + width: 94px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-img, +.e-filemanager.e-bigger .e-large-icons .e-list-img { + max-height: 79px; + max-width: 94px; +} + +.e-bigger .e-filemanager .e-large-icons .e-list-icon, +.e-filemanager.e-bigger .e-large-icons .e-list-icon { + height: 52px; + margin: 11px auto; + width: 52px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty, +.e-filemanager.e-bigger .e-large-icons .e-empty { + min-width: 300px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-content, +.e-filemanager.e-bigger .e-large-icons .e-empty-content { + font-size: 24px; + margin: 0 auto; + padding: 12px; + text-align: center; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-icon, +.e-filemanager.e-bigger .e-large-icons .e-empty-icon { + height: 92px; + margin: 0 auto; + width: 92px; +} + +.e-bigger .e-filemanager .e-large-icons .e-empty-inner-content, +.e-filemanager.e-bigger .e-large-icons .e-empty-inner-content { + font-size: 16px; + margin: 0 auto; + opacity: 0.5; + padding: 4px; + text-align: center; +} + +.e-bigger .e-filemanager.e-rtl .e-treeview > .e-ul, +.e-filemanager.e-bigger.e-rtl .e-treeview > .e-ul { + padding: 0 12px 0 0; +} + +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridheader .e-fe-checkbox, +.e-bigger .e-filemanager.e-rtl .e-grid .e-gridcontent .e-fe-checkbox, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridheader .e-fe-checkbox, +.e-filemanager.e-bigger.e-rtl .e-grid .e-gridcontent .e-fe-checkbox { + padding-right: 16px; +} + +.e-bigger .e-filemanager .e-fe-overlay, +.e-filemanager.e-bigger .e-fe-overlay { + height: calc(100% - 41px); +} + +@media (max-width: 469px) { + .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, + .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + min-width: 140px; + width: calc(50% - 17px); + } +} + +@media (min-width: 470px) and (max-width: 625px) { + .e-bigger .e-filemanager.e-fe-mobile .e-large-icons .e-list-parent .e-list-item, + .e-filemanager.e-bigger.e-fe-mobile .e-large-icons .e-list-parent .e-list-item { + min-width: 140px; + width: calc(33.33% - 17px); + } +} + +.e-content-placeholder.e-filemanager.e-placeholder-filemanager { + height: 100%; + width: 100%; +} + +.e-filemanager { + background: transparent; + border-color: #e0e0e0; +} + +.e-filemanager .e-toolbar { + border-bottom-color: #e0e0e0; +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn.e-active { + background: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:hover { + background: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); +} + +.e-filemanager .e-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn.e-btn.e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); + border-color: rgba(0, 0, 0, 0.12); +} + +.e-filemanager .e-address { + border-bottom-color: #e0e0e0; +} + +.e-filemanager .e-address .e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-filemanager .e-address .e-list-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-filemanager .e-address .e-address-list-item { + color: rgba(0, 0, 0, 0.54); +} + +.e-filemanager .e-address .e-address-list-item:focus .e-list-text { + background: #eee; + color: rgba(0, 0, 0, 0.87); +} + +.e-filemanager .e-address .e-address-list-item:last-child .e-list-text { + color: rgba(0, 0, 0, 0.87); +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:hover { + background: #eee; + color: rgba(0, 0, 0, 0.87); +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:active { + background: #eee; + color: rgba(0, 0, 0, 0.87); +} + +.e-filemanager .e-address .e-address-list-item:not(:last-child) .e-list-text:focus { + background: #eee; + color: rgba(0, 0, 0, 0.87); +} + +.e-filemanager .e-address .e-search-wrap .e-input-group.e-control-wrapper:not(.e-success) { + background: rgba(250, 250, 250, 0.5); + border-color: #e0e0e0; +} + +.e-filemanager .e-treeview .e-list-item.e-active > .e-fullrow { + border: lightgray; +} + +.e-filemanager .e-treeview .e-list-parent .e-list-item.e-fe-drop-folder.e-hover > .e-fullrow { + border-color: #e3165b; +} + +.e-filemanager .e-grid .e-gridheader tr:first-child th { + background: #fff; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell:not(.e-fe-grid-icon):hover { + background: #eee; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-checkbox:hover { + background: #fff; +} + +.e-filemanager .e-grid .e-gridheader .e-headercell.e-fe-grid-icon .e-headercelldiv:hover { + background: #eee; +} + +.e-filemanager .e-grid td.e-active { + background-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); +} + +.e-filemanager .e-grid.e-gridhover tr[role='row'].e-fe-drop-file:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-filemanager .e-dialog td { + color: rgba(0, 0, 0, 0.87); +} + +.e-filemanager .e-dialog td:first-child { + color: rgba(0, 0, 0, 0.54); +} + +.e-filemanager .e-large-icons .e-list-img { + border-color: #fff; +} + +.e-filemanager .e-large-icons .e-active { + color: rgba(0, 0, 0, 0.87); +} + +.e-filemanager .e-large-icons .e-large-icon { + border-color: transparent; +} + +.e-filemanager .e-large-icons .e-large-icon.e-active { + background: #e0e0e0; + border-color: #e0e0e0; +} + +.e-filemanager .e-large-icons .e-large-icon.e-hover { + background: #eee; + border-color: #eee; +} + +.e-filemanager .e-large-icons .e-large-icon.e-active.e-hover { + background: lightgray; + border-color: lightgray; +} + +.e-filemanager .e-large-icons .e-large-icon.e-focus { + border-color: #eee; +} + +.e-filemanager .e-large-icons .e-large-icon.e-hover.e-fe-drop-folder { + border-color: #e3165b; +} + +.e-filemanager .e-large-icons .e-checkbox-wrapper .e-icons.e-check { + background-color: #e3165b; + color: #fff; +} + +.e-filemanager .e-fe-error { + color: #f44336; +} + +.e-filemanager .e-upload .e-upload-actions { + border-bottom-color: rgba(0, 0, 0, 0.12); +} + +.e-filemanager .e-fe-clone .e-fe-content { + background-color: #fff; + border-color: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-filemanager .e-fe-clone .e-fe-count { + background-color: #e3165b; + border-color: #e3165b; + color: #fff; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-hover { + background: transparent; + border-color: transparent; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-focus { + border-color: transparent; +} + +.e-filemanager.e-fe-mobile .e-large-icons .e-large-icon.e-active { + background: #e0e0e0; + border-color: #e0e0e0; +} + +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-dot, +.e-fe-popup.e-dropdown-popup ul .e-item .e-fe-tick, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-dot, +.e-fe-popup.e-contextmenu-wrapper ul .e-menu-item .e-fe-tick { + color: #e3165b; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +/*! component's theme wise override definitions and variables */ +@keyframes tbar-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +.e-treegrid .e-treegridexpand::before, +.e-treegrid .e-treegridcollapse::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-expand::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-collapse::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-indent::before { + content: ""; +} + +.e-treegrid .e-toolbar-item .e-outdent::before { + content: ""; +} + +.e-bigger .e-treegrid .e-treegridexpand, +.e-bigger .e-treegrid .e-treegridcollapse { + height: 18px; + width: 18px; +} + +.e-bigger .e-treegrid .e-rowcell.e-treerowcell { + padding-left: 25px; +} + +.e-bigger .e-treegrid .e-hierarchycheckbox { + padding-left: 2px; +} + +.e-treegrid .e-treegridexpand::before, +.e-treegrid .e-treegridcollapse::before { + vertical-align: middle; +} + +.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container { + display: block; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-treegrid .e-rowcell:not(.e-gridclip) .e-treecolumn-container span.e-treecell { + display: inline; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-treegrid .e-treegridexpand:hover::before, +.e-treegrid .e-treegridcollapse:hover::before { + color: #000; +} + +.e-treegrid .e-rowcell.e-treerowcell { + padding-left: 18px; +} + +.e-treegrid .e-rtl .e-treegridcollapse { + transform: scale(-1); +} + +.e-treegrid .e-treegridexpand { + transform: rotate(90deg); +} + +.e-treegrid .e-treerowexpanded { + display: table-row; +} + +.e-treegrid .e-treerowcollapsed { + display: none; +} + +.e-treegrid .e-treecolumn-container span { + display: inline-block; + vertical-align: middle; +} + +.e-treegrid .e-treecolumn-container .e-hierarchycheckbox .e-frame { + height: 18px; +} + +.e-treegrid .e-checkselection .e-frozenheader .e-rowcell, +.e-treegrid .e-checkselection .e-movableheader .e-rowcell, +.e-treegrid .e-checkselection .e-frozencontent .e-rowcell, +.e-treegrid .e-checkselection .e-movablecontent .e-rowcell { + line-height: 21px; +} + +.e-treegrid .e-treegridexpand, +.e-treegrid .e-treegridcollapse { + color: #000; + cursor: pointer; + font-size: 10px; + height: 16px; + text-align: center; + vertical-align: bottom; + width: 16px; +} + +.e-treegrid .e-treecell { + display: table-cell; + line-height: normal; +} + +.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container { + white-space: nowrap; +} + +.e-treegrid .e-grid.e-wrap .e-rowcell .e-treecolumn-container .e-treecell { + display: inline-block; + white-space: normal; + word-wrap: break-word; +} + +.e-treegrid .e-summarycell { + pointer-events: none; +} + +.e-treegrid.e-grid.e-print-grid-layout .e-icons { + display: inline-block; +} + +.e-treegrid .e-treecheckselect, +.e-treegrid .e-treeselectall { + margin: 0; + opacity: 0; + position: absolute; + width: 0; +} + +.e-treegrid .e-detailheadercell, +.e-treegrid .e-headercontent .e-table .e-detail-intent, +.e-treegrid .e-gridcontent .e-table .e-detail-intent, +.e-treegrid .e-table .e-detailrow .e-detailindentcell, +.e-treegrid .e-table .e-detailrowexpand, +.e-treegrid .e-table .e-detailrowcollapse, +.e-treegrid .e-filterbarcell.e-mastercell { + display: none; +} + +.e-treegrid .e-icons.e-errorelem { + display: inline-block; + padding-left: 10px; + vertical-align: middle; +} + +.e-treegrid .e-errorelem::before { + color: #e3165b; + content: '\e22a'; + transform: rotate(180deg); +} + +.e-treegrid .e-gridcontent td.e-childborder { + border-color: #e3165b; + border-width: 1px 0 0; + box-shadow: 0 1px 0 0 #e3165b; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-childborder.e-dragborder, +.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom.e-dragborder td.e-rowdragdrop.e-dropbottom.e-dragborder { + box-shadow: 0 1px 0 0 #e3165b; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-dragborder, +.e-treegrid .e-gridcontent tr.e-row:first-child .e-rowcell.e-dragborder, +.e-treegrid .e-gridcontent .e-rowdragdrop.e-dragborder { + box-shadow: 0 0 0 0; +} + +.e-treegrid .e-gridcontent td.e-childborder:first-child { + border-left: 1px solid #e3165b; + box-shadow: 0 1px 0 0 #e3165b; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-rowcell.e-childborder:last-child { + border-right: 1px solid #e3165b; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder { + border-width: 1px 0; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:last-child { + border-right: 1px solid #e3165b; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-childborder:first-child { + border-left: 1px solid #e3165b; +} + +.e-treegrid .e-gridcontent td.e-dropbottom:first-child, +.e-treegrid .e-gridcontent td.e-rowcell.e-dropbottom, +.e-treegrid .e-gridcontent td.e-dropbottom { + box-shadow: 0 1px 0 0 #e3165b; + position: relative; + z-index: 1; +} + +.e-treegrid .e-gridcontent td.e-droptop:first-child, +.e-treegrid .e-gridcontent td.e-rowcell.e-droptop { + border-top-color: #e3165b; +} + +.e-treegrid .e-gridcontent td.e-lastrowcell.e-dropbottom { + border-bottom-color: #e3165b; +} + +.e-treegrid .e-gridcontent td.e-rowdragdrop.e-droptop.e-dragborder { + box-shadow: 0 0 0 0; +} + +.e-treegrid .e-gridcontent .e-gridheader .e-firstrow-dragborder { + height: 1px; +} + +.e-treegrid .e-gridcontent .e-lastrow-dragborder { + height: 0; +} + +.e-treegrid .e-gridheader .e-firstrow-dragborder { + height: 0; +} + +.e-treegrid .e-droptop .e-lastrow-dragborder { + height: 0; +} + +.e-treegrid .e-treegrid-relative { + position: relative; +} + +.e-treegrid .e-gridheader .e-firstrow-dragborder tr:first-child.e-dropbottom { + height: 0; +} + +.e-treegrid .e-gridheader .e-firstrow-border, +.e-treegrid .e-gridcontent .e-lastrow-border { + background-color: #e3165b; + bottom: 0; + height: 1px; + position: absolute; + z-index: 1; +} + +.e-btn-group, +.e-css.e-btn-group { + display: -ms-inline-flexbox; + display: inline-flex; + border-radius: 2px; + -ms-flex-direction: row; + flex-direction: row; + position: relative; +} + +.e-btn-group input:focus + label.e-btn, +.e-btn-group .e-btn:focus, +.e-btn-group .e-btn:hover, +.e-css.e-btn-group input:focus + label.e-btn, +.e-css.e-btn-group .e-btn:focus, +.e-css.e-btn-group .e-btn:hover { + z-index: 2; +} + +.e-btn-group input + label.e-btn, +.e-css.e-btn-group input + label.e-btn { + margin-bottom: 0; +} + +.e-btn-group input, +.e-css.e-btn-group input { + -moz-appearance: none; + height: 1px; + margin: 0 0 0 -1px; + opacity: 0; + position: absolute; + width: 1px; +} + +.e-btn-group input:disabled + label.e-btn, +.e-btn-group :disabled, +.e-css.e-btn-group input:disabled + label.e-btn, +.e-css.e-btn-group :disabled { + cursor: default; + pointer-events: none; +} + +.e-btn-group .e-btn-icon, +.e-css.e-btn-group .e-btn-icon { + font-size: 14px; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn { + margin-left: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper + .e-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group:not(.e-rtl):not(.e-vertical) .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-btn, +.e-css.e-btn-group.e-rtl .e-btn { + margin-left: 0; +} + +.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-rtl .e-btn:first-of-type { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-rtl .e-btn:last-of-type { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-rtl .e-btn:last-of-type:not(:last-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper + .e-btn { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:not(:first-child):not(:last-child) .e-btn:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group.e-rtl .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-vertical, +.e-css.e-btn-group.e-vertical { + -ms-flex-direction: column; + flex-direction: column; +} + +.e-btn-group.e-vertical input, +.e-css.e-btn-group.e-vertical input { + margin: -1px 0 0; +} + +.e-btn-group.e-vertical .e-btn:not(.e-outline), +.e-css.e-btn-group.e-vertical .e-btn:not(.e-outline) { + margin-top: -1px; +} + +.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical .e-btn:not(:first-of-type):not(:last-of-type) { + border-radius: 0; +} + +.e-btn-group.e-vertical .e-btn:first-of-type, +.e-css.e-btn-group.e-vertical .e-btn:first-of-type { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 2px; + border-top-right-radius: 2px; +} + +.e-btn-group.e-vertical .e-btn:last-of-type, +.e-css.e-btn-group.e-vertical .e-btn:last-of-type { + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl), +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) { + border-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:first-of-type { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-btn:last-of-type:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper + .e-btn { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:first-child { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:first-child .e-btn:last-child { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:first-child { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child, +.e-css.e-btn-group.e-round-corner:not(.e-vertical):not(.e-rtl) .e-split-btn-wrapper:last-child .e-btn:last-child { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl { + border-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type { + border-bottom-right-radius: 20px; + border-top-right-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type { + border-bottom-left-radius: 20px; + border-top-left-radius: 20px; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:last-of-type:not(:last-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child), +.e-css.e-btn-group.e-round-corner:not(.e-vertical).e-rtl .e-btn:first-of-type:not(:first-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-bigger .e-btn-group .e-btn-icon, +.e-bigger.e-btn-group .e-btn-icon, +.e-bigger .e-css.e-btn-group .e-btn-icon, +.e-bigger.e-css.e-btn-group .e-btn-icon { + font-size: 16px; +} + +.e-btn-group:not(.e-outline), +.e-css.e-btn-group:not(.e-outline) { + box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); +} + +.e-btn-group .e-btn, +.e-css.e-btn-group .e-btn { + box-shadow: none; +} + +.e-btn-group .e-btn:hover, +.e-css.e-btn-group .e-btn:hover { + box-shadow: none; +} + +.e-btn-group .e-btn:focus, +.e-btn-group input:focus + label.e-btn, +.e-css.e-btn-group .e-btn:focus, +.e-css.e-btn-group input:focus + label.e-btn { + background-color: rgba(0, 0, 0, 0.18); + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-primary, +.e-btn-group input:focus + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:focus.e-primary, +.e-css.e-btn-group input:focus + label.e-btn.e-primary { + background-color: #ea4e82; + border-color: transparent; + color: #fff; + outline: #fafafa 0 solid; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-success, +.e-btn-group input:focus + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:focus.e-success, +.e-css.e-btn-group input:focus + label.e-btn.e-success { + background-color: #78a253; + border-color: transparent; + color: #fff; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-info, +.e-btn-group input:focus + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:focus.e-info, +.e-css.e-btn-group input:focus + label.e-btn.e-info { + background-color: #3f98df; + border-color: transparent; + color: #fff; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-warning, +.e-btn-group input:focus + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:focus.e-warning, +.e-css.e-btn-group input:focus + label.e-btn.e-warning { + background-color: #d07f3d; + border-color: transparent; + color: #fff; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-danger, +.e-btn-group input:focus + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:focus.e-danger, +.e-css.e-btn-group input:focus + label.e-btn.e-danger { + background-color: #e06f4c; + border-color: transparent; + color: #fff; + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + box-shadow: none; + outline-color: none; +} + +.e-btn-group .e-btn:focus.e-link, +.e-btn-group input:focus + label.e-btn.e-link, +.e-css.e-btn-group .e-btn:focus.e-link, +.e-css.e-btn-group input:focus + label.e-btn.e-link { + border-radius: 0; + text-decoration: underline; + color: #0a3576; + background-color: transparent; + border-color: transparent; + box-shadow: none; + outline: none; +} + +.e-btn-group .e-btn:focus.e-outline, +.e-btn-group input:focus + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:focus.e-outline, +.e-css.e-btn-group input:focus + label.e-btn.e-outline { + background-color: rgba(0, 0, 0, 0.24); + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-primary, +.e-btn-group input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-primary { + background-color: #ea4e82; + border-color: transparent; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-success, +.e-btn-group input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-success { + background-color: #78a253; + border-color: transparent; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-info, +.e-btn-group input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-info { + background-color: #2188da; + border-color: transparent; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-warning, +.e-btn-group input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-warning { + background-color: #c86b1f; + border-color: transparent; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:focus.e-outline.e-danger, +.e-btn-group input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group input:focus + label.e-btn.e-outline.e-danger { + background-color: #db582f; + border-color: transparent; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active, +.e-btn-group input:active + label.e-btn, +.e-btn-group input:checked + label.e-btn, +.e-css.e-btn-group .e-btn:active, +.e-css.e-btn-group input:active + label.e-btn, +.e-css.e-btn-group input:checked + label.e-btn { + background-color: rgba(184, 184, 184, 0.9584); + border-color: transparent; + color: rgba(0, 0, 0, 0.87); + outline: #fafafa 0 solid; + outline-offset: 0; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-primary, +.e-btn-group input:active + label.e-btn.e-primary, +.e-btn-group input:checked + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:active.e-primary, +.e-css.e-btn-group input:active + label.e-btn.e-primary, +.e-css.e-btn-group input:checked + label.e-btn.e-primary { + background-color: #ec618f; + border-color: transparent; + color: #fff; + outline: #fafafa 0 solid; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-success, +.e-btn-group input:active + label.e-btn.e-success, +.e-btn-group input:checked + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:active.e-success, +.e-css.e-btn-group input:active + label.e-btn.e-success, +.e-css.e-btn-group input:checked + label.e-btn.e-success { + background-color: #86ab65; + border-color: transparent; + color: #fff; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-info, +.e-btn-group input:active + label.e-btn.e-info, +.e-btn-group input:checked + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:active.e-info, +.e-css.e-btn-group input:active + label.e-btn.e-info, +.e-css.e-btn-group input:checked + label.e-btn.e-info { + background-color: #54a3e2; + border-color: transparent; + color: #fff; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-warning, +.e-btn-group input:active + label.e-btn.e-warning, +.e-btn-group input:checked + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:active.e-warning, +.e-css.e-btn-group input:active + label.e-btn.e-warning, +.e-css.e-btn-group input:checked + label.e-btn.e-warning { + background-color: #d58d52; + border-color: transparent; + color: #fff; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-danger, +.e-btn-group input:active + label.e-btn.e-danger, +.e-btn-group input:checked + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:active.e-danger, +.e-css.e-btn-group input:active + label.e-btn.e-danger, +.e-css.e-btn-group input:checked + label.e-btn.e-danger { + background-color: #e37e5f; + border-color: transparent; + color: #fff; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline, +.e-btn-group input:active + label.e-btn.e-outline, +.e-btn-group input:checked + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:active.e-outline, +.e-css.e-btn-group input:active + label.e-btn.e-outline, +.e-css.e-btn-group input:checked + label.e-btn.e-outline { + background-color: rgba(0, 0, 0, 0.32); + border-color: #adadad; + box-shadow: none; + color: rgba(0, 0, 0, 0.87); + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-primary, +.e-btn-group input:active + label.e-btn.e-outline.e-primary, +.e-btn-group input:checked + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:active.e-outline.e-primary, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-primary { + background-color: #ec618f; + border-color: transparent; + box-shadow: none; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-success, +.e-btn-group input:active + label.e-btn.e-outline.e-success, +.e-btn-group input:checked + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:active.e-outline.e-success, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-success, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-success { + background-color: #86ab65; + border-color: transparent; + box-shadow: none; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-info, +.e-btn-group input:active + label.e-btn.e-outline.e-info, +.e-btn-group input:checked + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:active.e-outline.e-info, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-info, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-info { + background-color: #54a3e2; + border-color: transparent; + box-shadow: none; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-warning, +.e-btn-group input:active + label.e-btn.e-outline.e-warning, +.e-btn-group input:checked + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:active.e-outline.e-warning, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-warning { + background-color: #d58d52; + border-color: transparent; + box-shadow: none; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:active.e-outline.e-danger, +.e-btn-group input:active + label.e-btn.e-outline.e-danger, +.e-btn-group input:checked + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:active.e-outline.e-danger, +.e-css.e-btn-group input:active + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group input:checked + label.e-btn.e-outline.e-danger { + background-color: #e37e5f; + border-color: transparent; + box-shadow: none; + color: #fff; + box-shadow: none; +} + +.e-btn-group .e-btn:disabled, +.e-btn-group input:disabled + label.e-btn, +.e-css.e-btn-group .e-btn:disabled, +.e-css.e-btn-group input:disabled + label.e-btn { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: transparent; +} + +.e-btn-group .e-btn:disabled.e-primary, +.e-btn-group input:disabled + label.e-btn.e-primary, +.e-css.e-btn-group .e-btn:disabled.e-primary, +.e-css.e-btn-group input:disabled + label.e-btn.e-primary { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: transparent; +} + +.e-btn-group .e-btn:disabled.e-success, +.e-btn-group input:disabled + label.e-btn.e-success, +.e-css.e-btn-group .e-btn:disabled.e-success, +.e-css.e-btn-group input:disabled + label.e-btn.e-success { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: transparent; +} + +.e-btn-group .e-btn:disabled.e-info, +.e-btn-group input:disabled + label.e-btn.e-info, +.e-css.e-btn-group .e-btn:disabled.e-info, +.e-css.e-btn-group input:disabled + label.e-btn.e-info { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: transparent; +} + +.e-btn-group .e-btn:disabled.e-warning, +.e-btn-group input:disabled + label.e-btn.e-warning, +.e-css.e-btn-group .e-btn:disabled.e-warning, +.e-css.e-btn-group input:disabled + label.e-btn.e-warning { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: transparent; +} + +.e-btn-group .e-btn:disabled.e-danger, +.e-btn-group input:disabled + label.e-btn.e-danger, +.e-css.e-btn-group .e-btn:disabled.e-danger, +.e-css.e-btn-group input:disabled + label.e-btn.e-danger { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: transparent; +} + +.e-btn-group .e-btn:disabled.e-link, +.e-btn-group input:disabled + label.e-btn.e-link, +.e-css.e-btn-group .e-btn:disabled.e-link, +.e-css.e-btn-group input:disabled + label.e-btn.e-link { + color: rgba(0, 0, 0, 0.26); + background-color: transparent; + box-shadow: none; + text-decoration: none; + border-color: transparent; +} + +.e-btn-group .e-btn:disabled.e-outline, +.e-btn-group input:disabled + label.e-btn.e-outline, +.e-css.e-btn-group .e-btn:disabled.e-outline, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: #adadad; +} + +.e-btn-group .e-btn:disabled.e-outline.e-primary, +.e-btn-group input:disabled + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-primary, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-primary { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: #e3165b; +} + +.e-btn-group .e-btn:disabled.e-outline.e-success, +.e-btn-group input:disabled + label.e-btn.e-outline.e-success, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-success, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-success { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: #4d841d; +} + +.e-btn-group .e-btn:disabled.e-outline.e-info, +.e-btn-group input:disabled + label.e-btn.e-outline.e-info, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-info, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-info { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: #0378d5; +} + +.e-btn-group .e-btn:disabled.e-outline.e-warning, +.e-btn-group input:disabled + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-warning, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-warning { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: #c15700; +} + +.e-btn-group .e-btn:disabled.e-outline.e-danger, +.e-btn-group input:disabled + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group .e-btn:disabled.e-outline.e-danger, +.e-css.e-btn-group input:disabled + label.e-btn.e-outline.e-danger { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.26); + box-shadow: none; + color: rgba(0, 0, 0, 0.26); + border-color: #d64113; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) { + border-left: transparent; + border-right: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:first-of-type { + border-right: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-outline:last-of-type { + border-left: transparent; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline { + border-color: transparent; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary { + border-color: transparent; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-success { + border-color: transparent; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-info { + border-color: transparent; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning { + border-color: transparent; + outline-color: none; +} + +.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group:not(.e-vertical):not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:not(:first-of-type):not(:last-of-type) { + border-bottom: transparent; + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:first-of-type { + border-bottom: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-outline:last-of-type { + border-top: transparent; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-primary, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-primary { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-success, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-success { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-info, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-info { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-warning, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-warning { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger, +.e-css.e-btn-group.e-vertical:not(.e-rtl) .e-btn:focus.e-outline.e-danger, +.e-css.e-btn-group.e-vertical:not(.e-rtl) input:focus + label.e-btn.e-outline.e-danger { + border-color: transparent; + outline-color: none; +} + +.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type), +.e-css.e-btn-group.e-rtl .e-btn:not(:first-of-type):not(:last-of-type) { + border-left: transparent; + border-right: transparent; +} + +.e-btn-group.e-rtl .e-btn:first-of-type, +.e-css.e-btn-group.e-rtl .e-btn:first-of-type { + border-left: transparent; +} + +.e-btn-group.e-rtl .e-btn:last-of-type, +.e-css.e-btn-group.e-rtl .e-btn:last-of-type { + border-right: transparent; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +/*! Progress Button Layout */ +.e-progress-btn { + position: relative; +} + +.e-progress-btn .e-progress { + height: 100%; + left: 0; + opacity: 0; + position: absolute; + top: 0; + transition: opacity .3s linear; +} + +.e-progress-btn .e-spinner { + transition: all 0.3s linear; +} + +.e-progress-btn .e-btn-content { + display: inline-block; + position: relative; + z-index: 1; +} + +.e-progress-btn.e-vertical .e-progress { + bottom: 0; + height: 0%; + top: auto; + width: 100%; +} + +.e-progress-btn.e-progress-top .e-progress { + height: 10%; +} + +.e-progress-btn.e-progress-bottom .e-progress { + bottom: -1px; + height: 10%; + top: auto; +} + +.e-progress-btn.e-progress-active { + overflow: hidden; +} + +.e-progress-btn.e-progress-active .e-progress { + opacity: 1; +} + +.e-progress-btn.e-progress-active .e-animate-end { + opacity: 0; +} + +.e-progress-btn.e-spin-top, .e-progress-btn.e-spin-bottom { + transition: padding .3s linear; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-btn-content, +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-btn-content, +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + display: block; + line-height: 1; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-center .e-spinner { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: center; + justify-content: center; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner { + padding-right: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner .e-spinner-inner { + top: -1px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 12px; + padding-right: 0; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner { + padding-left: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner .e-spinner-inner { + top: -1px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner { + padding-bottom: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + padding-top: 12px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner { + padding-right: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 10px; + padding-right: 0; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner { + padding-left: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top { + padding-bottom: 14px; + padding-top: 14px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner { + padding-bottom: 10px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom { + padding-bottom: 14px; + padding-top: 14px; +} + +.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner { + padding-top: 10px; +} + +.e-progress-btn.e-round-corner { + border-radius: 5em; + outline: none; + overflow: hidden; +} + +.e-progress-btn.e-rtl .e-progress { + left: auto; + right: 0; +} + +.e-progress-btn.e-rtl.e-vertical .e-progress { + bottom: auto; + top: 0; +} + +.e-progress-btn .e-spinner-pane { + height: auto; + position: relative; + width: auto; +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner { + left: auto; + position: relative; + top: auto; + transform: none; +} + +.e-progress-btn .e-cont-animate { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +@keyframes ProgressSlideLeft { + from { + left: 0%; + opacity: 1; + } + to { + left: -100%; + opacity: 0; + } +} + +@keyframes ProgressSlideRight { + from { + left: 0%; + opacity: 1; + } + to { + left: 100%; + opacity: 0; + } +} + +@keyframes ProgressSlideUp { + from { + height: auto; + opacity: 1; + top: 0; + } + to { + height: auto; + opacity: 0; + top: -100px; + } +} + +@keyframes ProgressSlideDown { + from { + height: auto; + opacity: 1; + top: 0; + } + to { + height: auto; + opacity: 0; + top: 100px; + } +} + +@keyframes ProgressZoomIn { + from { + opacity: 1; + transform: translate(0, 0) scale(1); + } + to { + opacity: 0; + transform: translate(0, 0) scale(3); + } +} + +@keyframes ProgressZoomOut { + from { + transform: translate(0, 0) scale(1); + } + to { + transform: translate(0, 0) scale(0); + } +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round) .e-spinner { + padding-right: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 14px; + padding-right: 0; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round) .e-spinner { + padding-left: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top { + padding-bottom: 20px; + padding-top: 20px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-top .e-spinner { + padding-bottom: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom { + padding-bottom: 20px; + padding-top: 20px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-spin-bottom .e-spinner { + padding-top: 14px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round) .e-spinner { + padding-right: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-left:not(.e-round).e-rtl .e-spinner { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round) .e-spinner { + padding-left: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-right:not(.e-round).e-rtl .e-spinner { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-top .e-spinner { + padding-bottom: 12px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom { + padding-bottom: 16px; + padding-top: 16px; +} + +.e-bigger .e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner, +.e-bigger.e-progress-btn.e-progress-active:not(.e-hide-spinner).e-small.e-spin-bottom .e-spinner { + padding-top: 12px; +} + +/*! Progress Button Theme */ +.e-progress-btn .e-spinner-pane .e-spinner-inner svg { + fill: rgba(0, 0, 0, 0.87); + stroke: rgba(0, 0, 0, 0.87); +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: rgba(0, 0, 0, 0.87); +} + +.e-progress-btn .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: rgba(0, 0, 0, 0.87); +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #e3165b; + stroke: #e3165b; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #e3165b; +} + +.e-progress-btn.e-primary.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-primary.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #e3165b; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #4d841d; + stroke: #4d841d; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #4d841d; +} + +.e-progress-btn.e-success.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-success.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #4d841d; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #0378d5; + stroke: #0378d5; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #0378d5; +} + +.e-progress-btn.e-info.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-info.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #0378d5; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #c15700; + stroke: #c15700; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #c15700; +} + +.e-progress-btn.e-warning.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-warning.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #c15700; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg { + fill: #fff; + stroke: #fff; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: white; +} + +.e-progress-btn.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #fff; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg { + fill: #d64113; + stroke: #d64113; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #d64113; +} + +.e-progress-btn.e-danger.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:hover.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc, .e-progress-btn.e-danger.e-outline:focus.e-flat .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #d64113; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg { + fill: #e3165b; + stroke: #e3165b; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #e3165b; +} + +.e-progress-btn.e-outline.e-primary .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #e3165b; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg { + fill: #4d841d; + stroke: #4d841d; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #4d841d; +} + +.e-progress-btn.e-outline.e-success .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #4d841d; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg { + fill: #0378d5; + stroke: #0378d5; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #0378d5; +} + +.e-progress-btn.e-outline.e-info .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #0378d5; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg { + fill: #c15700; + stroke: #c15700; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #c15700; +} + +.e-progress-btn.e-outline.e-warning .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #c15700; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg { + fill: #d64113; + stroke: #d64113; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #d64113; +} + +.e-progress-btn.e-outline.e-danger .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #d64113; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg { + fill: #0d47a1; + stroke: #0d47a1; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-circle { + stroke: #0d47a1; +} + +.e-progress-btn.e-link .e-spinner-pane .e-spinner-inner svg .e-path-arc { + stroke: #0d47a1; +} + +.e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-primary .e-progress, +.e-success .e-progress, +.e-danger .e-progress, +.e-info .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-warning .e-progress { + background-color: rgba(0, 0, 0, 0.2); +} + +.e-flat.e-primary .e-progress { + background-color: rgba(227, 22, 91, 0.2); +} + +.e-flat.e-success .e-progress { + background-color: rgba(77, 132, 29, 0.2); +} + +.e-flat.e-info .e-progress { + background-color: rgba(3, 120, 213, 0.2); +} + +.e-flat.e-warning .e-progress { + background-color: rgba(193, 87, 0, 0.2); +} + +.e-flat.e-danger .e-progress { + background-color: rgba(214, 65, 19, 0.2); +} + +.e-outline:not(:focus).e-primary .e-progress { + background-color: rgba(227, 22, 91, 0.2); +} + +.e-outline:not(:focus).e-success .e-progress { + background-color: rgba(77, 132, 29, 0.2); +} + +.e-outline:not(:focus).e-info .e-progress { + background-color: rgba(3, 120, 213, 0.2); +} + +.e-outline:not(:focus).e-warning .e-progress { + background-color: rgba(193, 87, 0, 0.2); +} + +.e-outline:not(:focus).e-danger .e-progress { + background-color: rgba(214, 65, 19, 0.2); +} + +/*! component's theme wise override definitions and variables */ +/*! richtexteditor icons */ +.e-rte-toolbar .e-alignments::before, +.e-rte-dropdown-popup .e-alignments::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-justify-left::before, +.e-rte-dropdown-popup .e-justify-left::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-justify-center::before, +.e-rte-dropdown-popup .e-justify-center::before { + content: '\e35e'; +} + +.e-rte-toolbar .e-justify-right::before, +.e-rte-dropdown-popup .e-justify-right::before { + content: '\e34d'; +} + +.e-rte-toolbar .e-justify-full::before, +.e-rte-dropdown-popup .e-justify-full::before { + content: '\e334'; +} + +.e-rte-toolbar .e-font-name::before, +.e-rte-dropdown-popup .e-font-name::before { + content: '\e35f'; +} + +.e-rte-toolbar .e-font-color::before, +.e-rte-dropdown-popup .e-font-color::before { + content: '\e34c'; +} + +.e-rte-toolbar .e-background-color::before, +.e-rte-dropdown-popup .e-background-color::before { + content: '\e35c'; +} + +.e-rte-toolbar .e-bold::before, +.e-rte-dropdown-popup .e-bold::before { + content: '\e339'; +} + +.e-rte-toolbar .e-italic::before, +.e-rte-dropdown-popup .e-italic::before { + content: '\e35a'; +} + +.e-rte-toolbar .e-underline::before, +.e-rte-dropdown-popup .e-underline::before { + content: '\e343'; +} + +.e-rte-toolbar .e-strike-through::before, +.e-rte-dropdown-popup .e-strike-through::before { + content: '\e332'; +} + +.e-rte-toolbar .e-clear-format::before, +.e-rte-dropdown-popup .e-clear-format::before { + content: '\e331'; +} + +.e-rte-toolbar .e-clear-all::before, +.e-rte-dropdown-popup .e-clear-all::before { + content: '\e340'; +} + +.e-rte-toolbar .e-cut::before, +.e-rte-dropdown-popup .e-cut::before { + content: '\e33b'; +} + +.e-rte-toolbar .e-copy::before, +.e-rte-dropdown-popup .e-copy::before { + content: '\e33d'; +} + +.e-rte-toolbar .e-paste::before, +.e-rte-dropdown-popup .e-paste::before { + content: '\e355'; +} + +.e-rte-toolbar .e-unorder-list::before, +.e-rte-dropdown-popup .e-unorder-list::before { + content: '\e344'; +} + +.e-rte-toolbar .e-order-list::before, +.e-rte-dropdown-popup .e-order-list::before { + content: '\e346'; +} + +.e-rte-toolbar .e-indent::before, +.e-rte-dropdown-popup .e-indent::before { + content: '\e33f'; +} + +.e-rte-toolbar .e-outdent::before, +.e-rte-dropdown-popup .e-outdent::before { + content: '\e35d'; +} + +.e-rte-toolbar .e-undo::before, +.e-rte-dropdown-popup .e-undo::before { + content: '\e341'; +} + +.e-rte-toolbar .e-redo::before, +.e-rte-dropdown-popup .e-redo::before { + content: '\e354'; +} + +.e-rte-toolbar .e-super-script::before, +.e-rte-dropdown-popup .e-super-script::before { + content: '\e352'; +} + +.e-rte-toolbar .e-sub-script::before, +.e-rte-dropdown-popup .e-sub-script::before { + content: '\e357'; +} + +.e-rte-toolbar .e-create-link::before, +.e-rte-dropdown-popup .e-create-link::before { + content: '\e34e'; +} + +.e-rte-toolbar .e-open-link::before, +.e-rte-dropdown-popup .e-open-link::before { + content: '\e34a'; +} + +.e-rte-toolbar .e-edit-link::before, +.e-rte-dropdown-popup .e-edit-link::before { + content: '\e338'; +} + +.e-rte-toolbar .e-remove-link::before, +.e-rte-dropdown-popup .e-remove-link::before { + content: '\e348'; +} + +.e-rte-toolbar .e-image::before, +.e-rte-dropdown-popup .e-image::before { + content: '\e335'; +} + +.e-rte-toolbar .e-replace::before, +.e-rte-dropdown-popup .e-replace::before { + content: '\e359'; +} + +.e-rte-toolbar .e-align::before, +.e-rte-dropdown-popup .e-align::before { + content: '\e33a'; +} + +.e-rte-toolbar .e-caption::before, +.e-rte-dropdown-popup .e-caption::before { + content: '\e35b'; +} + +.e-rte-toolbar .e-remove::before, +.e-rte-dropdown-popup .e-remove::before { + content: '\e33e'; +} + +.e-rte-toolbar .e-insert-link::before, +.e-rte-dropdown-popup .e-insert-link::before { + content: '\e34e'; +} + +.e-rte-toolbar .e-display::before, +.e-rte-dropdown-popup .e-display::before { + content: '\e358'; +} + +.e-rte-toolbar .e-alt-text::before, +.e-rte-dropdown-popup .e-alt-text::before { + content: '\e33c'; +} + +.e-rte-toolbar .e-dimension::before, +.e-rte-dropdown-popup .e-dimension::before { + content: '\e336'; +} + +.e-rte-toolbar .e-maximize::before, +.e-rte-dropdown-popup .e-maximize::before { + content: '\e342'; +} + +.e-rte-toolbar .e-minimize::before, +.e-rte-dropdown-popup .e-minimize::before { + content: '\e337'; +} + +.e-rte-toolbar .e-zoom-in::before, +.e-rte-dropdown-popup .e-zoom-in::before { + content: '\e349'; +} + +.e-rte-toolbar .e-zoom-out::before, +.e-rte-dropdown-popup .e-zoom-out::before { + content: '\e351'; +} + +.e-rte-toolbar .e-lower-case::before, +.e-rte-dropdown-popup .e-lower-case::before { + content: '\e347'; +} + +.e-rte-toolbar .e-upper-case::before, +.e-rte-dropdown-popup .e-upper-case::before { + content: '\e333'; +} + +.e-rte-toolbar .e-print::before, +.e-rte-dropdown-popup .e-print::before { + content: '\e34b'; +} + +.e-rte-toolbar .e-formats::before, +.e-rte-dropdown-popup .e-formats::before { + content: '\e353'; +} + +.e-rte-toolbar .e-source-code::before, +.e-rte-dropdown-popup .e-source-code::before { + content: '\e350'; +} + +.e-rte-toolbar .e-preview::before, +.e-rte-dropdown-popup .e-preview::before { + content: '\e345'; +} + +.e-rte-toolbar .e-view-side::before, +.e-rte-dropdown-popup .e-view-side::before { + content: '\e34f'; +} + +.e-rte-toolbar .e-insert-code::before, +.e-rte-dropdown-popup .e-insert-code::before { + content: '\e356'; +} + +.e-rte-toolbar .e-table-header::before, +.e-rte-dropdown-popup .e-table-header::before { + content: '\eb03'; +} + +.e-rte-toolbar .e-table-remove::before, +.e-rte-dropdown-popup .e-table-remove::before { + content: '\eb00'; +} + +.e-rte-toolbar .e-table-rows::before, +.e-rte-dropdown-popup .e-table-rows::before { + content: '\eb02'; +} + +.e-rte-toolbar .e-table-columns::before, +.e-rte-dropdown-popup .e-table-columns::before { + content: '\ea9e'; +} + +.e-rte-toolbar .e-table-cell-ver-align::before, +.e-rte-dropdown-popup .e-table-cell-ver-align::before { + content: '\ea9b'; +} + +.e-rte-toolbar .e-table-edit-properties::before, +.e-rte-dropdown-popup .e-table-edit-properties::before { + content: '\ea9a'; +} + +.e-rte-toolbar .e-create-table::before, +.e-rte-dropdown-popup .e-create-table::before { + content: '\e705'; +} + +.e-rte-toolbar .e-align-bottom::before, +.e-rte-dropdown-popup .e-align-bottom::before { + content: '\ea91'; +} + +.e-rte-toolbar .e-align-middle::before, +.e-rte-dropdown-popup .e-align-middle::before { + content: '\ea94'; +} + +.e-rte-toolbar .e-align-top::before, +.e-rte-dropdown-popup .e-align-top::before { + content: '\ea98'; +} + +.e-rte-toolbar .e-insert-column-left::before, +.e-rte-dropdown-popup .e-insert-column-left::before { + content: '\ea97'; +} + +.e-rte-toolbar .e-insert-column-right::before, +.e-rte-dropdown-popup .e-insert-column-right::before { + content: '\ea99'; +} + +.e-rte-toolbar .e-delete-column::before, +.e-rte-dropdown-popup .e-delete-column::before { + content: '\ea95'; +} + +.e-rte-toolbar .e-insert-row-before::before, +.e-rte-dropdown-popup .e-insert-row-before::before { + content: '\ea92'; +} + +.e-rte-toolbar .e-insert-row-after::before, +.e-rte-dropdown-popup .e-insert-row-after::before { + content: '\ea93'; +} + +.e-rte-toolbar .e-delete-row::before, +.e-rte-dropdown-popup .e-delete-row::before { + content: '\ea96'; +} + +.e-rte-toolbar .e-style::before, +.e-rte-dropdown-popup .e-style::before { + content: '\ea9f'; +} + +.e-richtexteditor .e-south-east::before, +.e-richtexteditor .e-south-west::before { + content: '\eb05'; +} + +/*! tab layout */ +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 3px; +} + +.e-bigger .e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-richtexteditor.e-bigger.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 3px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended { + padding-left: 3px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color .e-selected-color.e-icons::before { + top: -20px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn { + padding-left: 10px; + padding-right: 6px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:focus, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn:active { + padding-left: 10px; + padding-right: 6px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn { + padding: 0 6px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content { + line-height: 35px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor.e-bigger .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret { + font-size: 12px; +} + +.e-richtexteditor { + color: #333; + display: block; + position: relative; +} + +.e-richtexteditor textarea.e-content { + border: 0; + display: block; + height: 100%; + margin: 0; + outline: 0; + padding: 8px; + resize: none; + width: 100%; +} + +.e-richtexteditor .e-rte-hidden { + border: 0; + display: block; + height: 0; + margin: 0; + outline: 0; + padding: 0; + resize: none; + visibility: hidden; + width: 0; +} + +.e-richtexteditor.e-disabled { + pointer-events: none; +} + +.e-richtexteditor.e-rte-full-screen { + bottom: 0; + height: 100% !important; + left: 0; + position: fixed; + right: 0; + top: 0; + width: 100% !important; + z-index: 999; +} + +.e-richtexteditor.e-rtl .e-rte-character-count { + left: 0; + padding-left: 30px; + padding-right: unset; + right: unset; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 7px; +} + +.e-richtexteditor.e-rtl .e-rte-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child { + margin-left: 0; + margin-right: 7px; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-mobile .e-toolbar-multirow { + margin-left: 0; + margin-right: 0; + overflow-x: auto; + white-space: nowrap; + width: 100%; +} + +.e-richtexteditor .e-rte-toolbar, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar { + z-index: 101; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended { + margin-left: 0; + padding-left: 7px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-formats-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-formats-tbar-btn > :first-child { + min-width: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-name-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-name-tbar-btn > :first-child { + min-width: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-size-tbar-btn > :first-child, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-size-tbar-btn > :first-child { + min-width: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn { + padding-left: 7px; + padding-right: 2.5px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn .e-rte-dropdown-btn-text { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-dropdown-btn:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:focus, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn:active { + padding-left: 7px; + padding-right: 2.5px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color .e-selected-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color .e-selected-color.e-icons::before { + font-size: 12px; + position: relative; + top: -18px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-font-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-font-color.e-icons::before { + font-size: 13px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-background-color.e-icons::before, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-background-color.e-icons::before { + display: inline; + font-size: 14px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content { + line-height: 25px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn.e-btn, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn.e-btn { + padding: 0 1.5px; +} + +.e-richtexteditor .e-rte-toolbar.e-control[class*='e-toolbar'], +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-control[class*='e-toolbar'] { + box-sizing: border-box; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended.e-visible, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended.e-visible { + display: block; + visibility: hidden; +} + +.e-richtexteditor .e-rte-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-tbar-ios-fixed.e-rte-tb-fixed { + top: 0; + transform: translate3d(0, 0, 0); +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed), +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed:not(.e-tbar-ios-fixed) { + bottom: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed { + display: none; + left: 0; + position: fixed; + right: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-fixed.e-show, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-fixed.e-show { + display: block; + z-index: 101; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float { + position: fixed; + top: 0; +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float.e-rte-tb-abs-float, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar.e-rte-tb-float.e-rte-tb-abs-float { + position: absolute; +} + +.e-richtexteditor .e-rte-toolbar .e-dropdown-btn .e-caret, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-dropdown-btn .e-caret { + font-size: 12px; +} + +.e-richtexteditor .rte-placeholder { + color: #333; + line-height: 16px; + opacity: 00.54; + overflow: hidden; + position: absolute; + text-align: start; + top: 0; + z-index: 1; +} + +.e-richtexteditor .e-rte-content { + position: relative; + z-index: 1; +} + +.e-richtexteditor .e-rte-content, +.e-richtexteditor .e-source-content { + -webkit-overflow-scrolling: touch; + overflow: auto; + transition: 100ms ease-out; + width: 100%; +} + +.e-richtexteditor .e-rte-content .e-content, +.e-richtexteditor .e-source-content .e-content { + background: unset; + box-sizing: border-box; + height: 100%; + min-height: 100px; + outline: 0 solid transparent; + overflow-x: auto; + padding: 16px; + position: relative; + text-align: inherit; + z-index: 2; +} + +@media screen and (min-width: 992px) { + .e-richtexteditor .e-rte-content .e-content, + .e-richtexteditor .e-source-content .e-content { + font-size: 14px; + } +} + +.e-richtexteditor .e-rte-content .e-content p, +.e-richtexteditor .e-source-content .e-content p { + margin: 0 0 10px; + margin-bottom: 10px; +} + +.e-richtexteditor .e-rte-content .e-content li, +.e-richtexteditor .e-source-content .e-content li { + margin-bottom: 10px; +} + +.e-richtexteditor .e-rte-content .e-content h1, +.e-richtexteditor .e-source-content .e-content h1 { + font-size: 2.17em; + font-weight: 400; + line-height: 1; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h2, +.e-richtexteditor .e-source-content .e-content h2 { + font-size: 1.74em; + font-weight: 400; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h3, +.e-richtexteditor .e-source-content .e-content h3 { + font-size: 1.31em; + font-weight: 400; + margin: 10px 0; +} + +.e-richtexteditor .e-rte-content .e-content h4, +.e-richtexteditor .e-source-content .e-content h4 { + font-size: 1em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content h5, +.e-richtexteditor .e-source-content .e-content h5 { + font-size: 00.8em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content h6, +.e-richtexteditor .e-source-content .e-content h6 { + font-size: 00.65em; + font-weight: 400; + margin: 0; +} + +.e-richtexteditor .e-rte-content .e-content blockquote, +.e-richtexteditor .e-source-content .e-content blockquote { + margin: 10px 0; + margin-left: 0; + padding-left: 5px; +} + +.e-richtexteditor .e-rte-content .e-content pre, +.e-richtexteditor .e-source-content .e-content pre { + background-color: inherit; + border: 0; + border-radius: 0; + color: #333; + font-size: inherit; + line-height: inherit; + margin: 0 0 10px; + overflow: visible; + padding: 0; + white-space: pre-wrap; + word-break: inherit; + word-wrap: break-word; +} + +.e-richtexteditor .e-rte-content .e-content strong, +.e-richtexteditor .e-rte-content .e-content b, +.e-richtexteditor .e-source-content .e-content strong, +.e-richtexteditor .e-source-content .e-content b { + font-weight: 700; +} + +.e-richtexteditor .e-rte-content .e-content a, +.e-richtexteditor .e-source-content .e-content a { + text-decoration: none; + -webkit-user-select: auto; + -ms-user-select: auto; + user-select: auto; +} + +.e-richtexteditor .e-rte-content .e-content a:hover, +.e-richtexteditor .e-source-content .e-content a:hover { + text-decoration: underline; +} + +.e-richtexteditor .e-rte-content .e-content p:last-child, +.e-richtexteditor .e-rte-content .e-content pre:last-child, +.e-richtexteditor .e-rte-content .e-content blockquote:last-child, +.e-richtexteditor .e-source-content .e-content p:last-child, +.e-richtexteditor .e-source-content .e-content pre:last-child, +.e-richtexteditor .e-source-content .e-content blockquote:last-child { + margin-bottom: 0; +} + +.e-richtexteditor .e-rte-content .e-content h3 + h4, +.e-richtexteditor .e-rte-content .e-content h4 + h5, +.e-richtexteditor .e-rte-content .e-content h5 + h6, +.e-richtexteditor .e-source-content .e-content h3 + h4, +.e-richtexteditor .e-source-content .e-content h4 + h5, +.e-richtexteditor .e-source-content .e-content h5 + h6 { + margin-top: 00.6em; +} + +.e-richtexteditor .e-rte-content .e-content ul:last-child, +.e-richtexteditor .e-source-content .e-content ul:last-child { + margin-bottom: 0; +} + +.e-richtexteditor .e-rte-character-count { + bottom: 0; + color: #000; + font-family: 'Times New Roman', Georgia, Serif; + font-size: 14px; + opacity: 00.54; + padding-bottom: 2px; + padding-right: 30px; + position: absolute; + right: 0; + z-index: 100; +} + +.e-richtexteditor .e-rte-character-count.e-warning { + color: #ffb74d; + opacity: unset; +} + +.e-richtexteditor .e-rte-character-count.e-error { + color: #c62828; + opacity: unset; +} + +.e-richtexteditor .e-rte-srctextarea { + background-color: transparent; + border: 0; + color: #333; + display: block; + height: 100%; + line-height: 22px; + min-height: 200px; + overflow: auto; + padding: 16px; + resize: none; + transition: 100ms ease-out; + width: 100%; +} + +.e-richtexteditor img::selection { + background: transparent; + color: transparent; +} + +.e-richtexteditor .e-resize-handle { + height: 15px; + position: absolute; + width: 15px; +} + +.e-richtexteditor .e-resize-handle.e-south-east { + bottom: 0; + cursor: nwse-resize; + right: 0; + z-index: 100; +} + +.e-rte-linkcontent .e-rte-label { + padding-top: 20px; +} + +.e-rte-label label { + font-weight: normal; +} + +.e-rte-linkcontent .e-rte-label:first-child { + padding-top: 0; +} + +.e-bigger .e-rte-dropdown-popup ul { + min-width: 84px; +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-inline-dropdown ul { + padding: 7px 0; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown ul li.e-item { + height: 34px; + line-height: 34px; + padding: 0 6.5px; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown ul .e-item .e-menu-icon { + float: none; + } +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup { + max-height: 280px; + } + .e-rte-dropdown-popup.e-rte-inline-dropdown.e-rte-dropdown-icons.e-dropdown-popup ul { + display: -ms-inline-flexbox; + display: inline-flex; + } +} + +.e-rte-dropdown-popup ul { + min-width: 82px; +} + +.e-rte-dropdown-popup ul .e-item .e-menu-icon { + margin: 0 6px; + width: auto; +} + +.e-rte-dropdown-popup ul .e-item.e-h1 { + font-size: 2em; + font-weight: bold; + height: 40px; + line-height: 40px; +} + +.e-rte-dropdown-popup ul .e-item.e-h2 { + font-size: 1.5em; + font-weight: bold; + height: 40px; + line-height: 40px; +} + +.e-rte-dropdown-popup ul .e-item.e-h3 { + font-size: 1.16em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h4 { + font-size: 1em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h5 { + font-size: .83em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-h6 { + font-size: .7em; + font-weight: bold; +} + +.e-rte-dropdown-popup ul .e-item.e-segoe-ui { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-arial { + font-family: Arial, Helvetica, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-courier-new { + font-family: Courier New, Courier, monospace; +} + +.e-rte-dropdown-popup ul .e-item.e-georgia { + font-family: Georgia, 'Times New Roman', Times, serif; +} + +.e-rte-dropdown-popup ul .e-item.e-helvetica-neue { + font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-impact { + font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-lucida-console { + font-family: Lucida Console, Monaco, monospace; +} + +.e-rte-dropdown-popup ul .e-item.e-tahoma { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-times-new-roman { + font-family: 'Times New Roman', Times, serif; +} + +.e-rte-dropdown-popup ul .e-item.e-trebuchet-ms { + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-verdana { + font-family: Verdana, Geneva, Tahoma, sans-serif; +} + +.e-rte-dropdown-popup ul .e-item.e-roboto { + font-family: 'Roboto', 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif; +} + +.e-rte-dropdown-popup.e-rte-dropdown-icons ul { + min-width: auto; +} + +@media screen and (max-width: 768px) { + .e-rte-dropdown-popup.e-rte-dropdown-icons ul { + min-width: 30px; + } +} + +.e-rte-content .e-content .e-imgbreak { + border: 0; + cursor: pointer; + display: block; + float: none; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-rte-image { + border: 0; + cursor: pointer; + display: ''; + float: none; + margin: auto; + max-width: 100%; + position: relative; +} + +.e-rte-content .e-content .e-imginline { + display: inline-block; + float: none; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); + vertical-align: bottom; +} + +.e-rte-content .e-content .e-imgcenter { + cursor: pointer; + display: block; + float: none; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-rte-content .e-content .e-imgleft { + float: left; + margin: 0 5px 0 0; + text-align: left; +} + +.e-rte-content .e-content .e-imgright { + float: right; + margin: 0 0 0 5px; + text-align: right; +} + +.e-rte-img-popup .e-item { + height: 106px; + width: 300px; +} + +.e-richtexteditor .e-content .e-img-caption { + display: inline-block; + margin: 5px auto; + max-width: 100%; + position: relative; +} + +.e-richtexteditor .e-img-caption.e-caption-inline { + display: inline-block; + margin: 5px auto; + margin-left: 5px; + margin-right: 5px; + max-width: calc(100% - (2 * 5px)); + position: relative; + text-align: center; + vertical-align: bottom; +} + +.e-richtexteditor .e-img-caption.e-caption-inline.e-imgcenter { + display: block; +} + +.e-richtexteditor .e-img-caption.e-imgcenter { + display: block; +} + +.e-richtexteditor .e-img-inner { + box-sizing: border-box; + display: block; + font-size: 16px; + font-weight: initial; + margin: auto; + opacity: .9; + position: relative; + text-align: center; + width: 100%; +} + +.e-richtexteditor .e-content .e-img-wrap { + display: inline-block; + margin: auto; + padding: 0; + width: 100%; +} + +.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgright, +.e-richtexteditor .e-rte-content .e-content .e-img-caption .e-rte-image.e-imgleft { + float: none; + margin: 0; +} + +.e-richtexteditor .e-linkheader { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 15px; + opacity: .87; + padding-bottom: 20px; + padding-top: 20px; +} + +.e-richtexteditor .e-rte-img-dialog .e-rte-label { + padding-top: 20px; +} + +.e-richtexteditor .e-rte-img-dialog .e-rte-label:first-child { + padding-top: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-delete-btn.e-icons, +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-file-abort-btn.e-icons { + margin-top: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list { + border-bottom: 0 solid transparent; + min-height: initial; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-left: 0; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload .e-upload-files { + border-top: 0 solid transparent; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-file-select-wrap { + display: none; +} + +.e-richtexteditor .e-img-uploadwrap.e-droparea .e-upload { + border: 0 solid transparent; + float: none; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-browsebtn { + display: block; + height: 36px; + margin: -50px auto; + padding: 0 18px; +} + +.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea .e-browsebtn { + display: none; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea { + line-height: 10; + min-height: 50px; + position: relative; +} + +.e-richtexteditor .e-dialog .e-img-uploadwrap.e-droparea .e-rte-upload-text { + display: inline-block; + line-height: normal; +} + +.e-richtexteditor .e-dialog.e-device.e-dlg-modal .e-img-uploadwrap.e-droparea { + line-height: 4; +} + +.e-richtexteditor .e-rte-inline-dropdown ul { + max-height: 200px; + overflow-y: auto; +} + +.e-richtexteditor .e-rte-dropdown-popup.e-rte-dropdown-items ul { + max-height: 280px; + overflow-y: auto; +} + +.e-richtexteditor .e-bigger .e-rte-dropdown-popup.e-rte-dropdown-items ul { + max-height: 360px; + overflow-y: auto; +} + +.e-richtexteditor .e-rte-inline-dropdown.e-rte-backgroundcolor-dropdown, +.e-richtexteditor .e-rte-inline-dropdown.e-rte-fontcolor-dropdown { + line-height: 0; +} + +.e-richtexteditor .e-rte-inline-dropdown .e-rte-color-content .e-rte-elements { + border-bottom-style: solid; + border-bottom-width: 3px; + line-height: 1; + padding-bottom: 1px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup.e-popup-open { + border-radius: 0; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + font-size: 14px; + font-weight: normal; + min-width: 120px; + overflow: hidden; + padding: 10px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-tablecell { + border: 1px solid #bdbdbd; + display: inline-block; + height: 14px; + margin: 1px; + overflow: hidden; + vertical-align: top; + width: 14px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-rte-table-row { + height: 16px; +} + +.e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn { + width: 100%; +} + +.e-richtexteditor .e-rte-edit-table .e-rte-field { + padding-top: 20px; +} + +.e-richtexteditor .e-rte-edit-table .e-rte-field:first-child { + padding-top: 0; +} + +.e-richtexteditor .e-rte-content .e-content table { + border-collapse: collapse; + empty-cells: show; +} + +.e-richtexteditor .e-rte-content .e-content table td, +.e-richtexteditor .e-rte-content .e-content table th { + border: 1px solid #bdbdbd; + height: 20px; + min-width: 20px; + padding: 2px 5px; + vertical-align: middle; +} + +.e-richtexteditor .e-rte-content .e-content table.e-dashed-border td, +.e-richtexteditor .e-rte-content .e-content table.e-dashed-border th { + border-style: dashed; +} + +.e-richtexteditor .e-rte-content .e-content table td.e-cell-select, +.e-richtexteditor .e-rte-content .e-content table th.e-cell-select { + border: 1px double #0478d7; + height: 24.67px; +} + +.e-richtexteditor span.e-table-box { + cursor: nwse-resize; + display: block; + height: 10px; + position: absolute; + width: 10px; +} + +.e-richtexteditor span.e-table-box.e-rmob { + height: 14px; + width: 14px; +} + +.e-richtexteditor .e-row-resize, +.e-richtexteditor .e-column-resize { + background-color: transparent; + background-repeat: repeat; + bottom: 0; + cursor: col-resize; + height: 1px; + overflow: visible; + position: absolute; + width: 1px; +} + +.e-richtexteditor .e-row-resize { + cursor: row-resize; + height: 1px; +} + +.e-richtexteditor .e-upload .e-upload-files .e-upload-file-list .e-file-container { + margin-right: 50px; +} + +.e-richtexteditor .e-rte-upload-popup { + width: 250px; +} + +.e-richtexteditor .e-rte-dialog-upload .e-upload-files { + border-top: 0; +} + +.e-richtexteditor .e-rte-dialog-upload .e-upload-files .e-upload-file-list { + border-bottom: 0; +} + +.e-richtexteditor.e-rte-readonly .e-rte-toolbar { + pointer-events: none; +} + +.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette, +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-custom-palette .e-palette { + padding: 0; +} + +.e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn { + padding: 5px; +} + +.e-bigger .e-rte-backgroundcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn, .e-bigger +.e-rte-fontcolor-colorpicker .e-color-palette.e-container .e-switch-ctrl-btn { + padding: 5px; +} + +.e-rte-quick-popup { + border-radius: 2px; + overflow: hidden; +} + +.e-rte-quick-popup .e-rte-quick-toolbar { + border-radius: 2px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow { + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-quick-toolbar.e-remove-white-space .e-toolbar-items:not(.e-tbar-pos).e-toolbar-multirow { + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) { + border-radius: 2px; + margin: 0 6px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-rte-horizontal-separator, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item.e-separator.e-multirow-separator.e-rte-horizontal-separator { + display: block; + height: 1px; + margin: 0; + min-height: 1px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item { + margin: 0 6px; + min-height: 42px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 6px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) { + line-height: 20px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) .e-icons { + min-width: 24px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover { + min-height: 26px; + min-width: 27px; + padding: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-background-color.e-icons::before { + display: inline; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-rte-backgroundcolor-dropdown .e-btn-icon.e-caret { + font-size: 10px; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn { + line-height: 24px; + margin: 4px 0; + padding: 1px 0; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-rte-dropdown-btn-text { + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) { + font-size: 14px; + margin-left: -3px; +} + +.e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret { + font-size: 10px; + width: 12px; +} + +.e-rte-quick-popup.e-hide { + display: block; + visibility: hidden; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar { + min-height: 48px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) { + margin: 0 6px; + min-height: 48px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:not(.e-separator) { + margin: 0 6px; + min-height: 48px; + min-width: 36px; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn:not(.e-rte-dropdown-btn) { + line-height: normal; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn, +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-btn:hover { + min-height: 34px; + min-width: 39px; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:first-child, +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item:last-child { + margin: 0 6px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: 34px; + line-height: normal; + margin: 0; + min-height: 34px; + min-width: 39px; +} + +.e-bigger .e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items:not(.e-tbar-pos) .e-toolbar-item .e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn { + line-height: 33px; + margin: 4px 0; + padding: 0; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-icons:not(.e-caret) { + font-size: 16px; +} + +.e-bigger .e-rte-quick-popup .e-rte-dropdown-btn.e-tbar-btn .e-caret { + font-size: 12px; + width: 20px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control { + display: -ms-flexbox; + display: flex; + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, .e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control:active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover { + padding-left: 0; + padding-right: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control.e-active:hover { + padding-bottom: 0; + padding-top: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content { + position: relative; + vertical-align: middle; + width: 30px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content .e-rte-elements { + border-bottom-style: solid; + border-bottom-width: 3px; + line-height: 1; + padding-bottom: 1px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-rte-color-content::after { + content: ''; + height: 100%; + position: absolute; + right: 0; + width: 0; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-pack: center; + justify-content: center; + line-height: 1; + min-width: 18px; + text-align: center; + width: 18px; +} + +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-bigger .e-richtexteditor .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar.e-extended-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-fontcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon, +.e-richtexteditor.e-bigger .e-rte-toolbar.e-toolbar .e-toolbar-extended .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-dropdown-btn.e-tbar-btn.e-btn.e-control .e-icons.e-btn-icon { + min-width: 20px; + width: 20px; +} + +.e-popup-modal.e-popup.e-popup-open { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-rte-modal-popup.e-popup-container.e-center { + -ms-flex-pack: center; + justify-content: center; +} + +.e-rte-modal-popup.e-popup-container { + -ms-flex-align: center; + align-items: center; + display: none; + height: 100%; + left: 0; + position: fixed; + top: 0; + width: 100%; + z-index: 10000; +} + +.e-popup-overlay { + height: 100%; + left: 0; + opacity: .5; + position: absolute; + top: 0; + width: 100%; +} + +.e-bigger .e-rte-table-popup.e-popup-open .e-rte-tablecell { + height: 16px; + width: 16px; +} + +.e-bigger .e-rte-table-popup.e-popup-open .e-rte-table-row { + height: 18px; +} + +.e-table-rhelper { + cursor: col-resize; + opacity: .87; + position: absolute; +} + +.e-table-rhelper.e-column-helper { + width: 1px; +} + +.e-table-rhelper.e-row-helper { + height: 1px; +} + +.e-reicon::before { + border-bottom: 6px solid transparent; + border-right: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + position: absolute; + right: 4px; + top: 4px; + width: 20px; +} + +.e-reicon::after { + border-bottom: 6px solid transparent; + border-left: 6px solid; + border-top: 6px solid transparent; + content: ''; + display: block; + height: 0; + left: 4px; + position: absolute; + top: 4px; + width: 20px; + z-index: 3; +} + +.e-row-helper.e-reicon::after { + top: 10px; + transform: rotate(90deg); +} + +.e-row-helper.e-reicon::before { + left: 4px; + top: -20px; + transform: rotate(90deg); +} + +.e-rte-overflow { + overflow: hidden; +} + +.e-rte-dialog-minheight { + min-height: 296px; +} + +.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor { + background-size: 700px 190px; + min-height: 190px; +} + +.e-bigger .e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor, +.e-bigger.e-content-placeholder.e-richtexteditor.e-placeholder-richtexteditor { + background-size: 700px 190px; + min-height: 190px; +} + +.e-richtexteditor .e-rte-content .e-content table.e-rte-table-border { + border: 1px solid #bdbdbd; + border-collapse: separate; +} + +/*! tab layout */ +.e-richtexteditor .e-rte-toolbar { + border: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); + border: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active { + background: rgba(184, 184, 184, 0.9584); + border-color: inherit; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-active .e-rte-dropdown-btn-text { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content::after { + background: transparent; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-caret:active.e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:active:hover .e-rte-color-content:active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-caret:active.e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:active:hover .e-rte-color-content:active .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover { + background: rgba(0, 0, 0, 0.04); +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:focus { + background: rgba(0, 0, 0, 0.24); +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-rte-color-content:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-rte-color-content:active { + background: rgba(0, 0, 0, 0.36); +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:focus, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:focus { + background: rgba(0, 0, 0, 0.24); +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown:hover .e-caret:active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown:hover .e-caret:active { + background: rgba(0, 0, 0, 0.36); +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active { + background: rgba(0, 0, 0, 0.36); + border: 0; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-rte-color-content::after, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-rte-color-content::after { + background: transparent; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:hover .e-rte-color-content:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-caret:hover, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:hover .e-rte-color-content:hover { + background: transparent; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-backgroundcolor-dropdown.e-active:active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active .e-icons, +.e-richtexteditor .e-rte-toolbar .e-toolbar-item .e-rte-fontcolor-dropdown.e-active:active .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-active .e-tbar-btn .e-icons { + color: #000; +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item.e-overlay .e-tbar-btn .e-icons { + color: rgba(0, 0, 0, 0.26); +} + +.e-richtexteditor .e-rte-toolbar .e-toolbar-extended .e-toolbar-item .e-dropdown-btn.e-active { + background: rgba(184, 184, 184, 0.9584); +} + +.e-richtexteditor .e-rte-toolbar.e-rte-tb-float { + border: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-richtexteditor .e-rte-toolbar.e-tb-static { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-richtexteditor .e-toolbar-wrapper + .e-rte-toolbar:not(.e-rte-tb-float) { + border: 0; +} + +.e-richtexteditor .e-rte-content, +.e-richtexteditor .e-source-content { + background: #fff; + border: 1px solid rgba(0, 0, 0, 0.12); + color: #333; +} + +.e-richtexteditor .e-rte-content .e-content blockquote, +.e-richtexteditor .e-source-content .e-content blockquote { + border-left: solid 2px #333; +} + +.e-richtexteditor .e-rte-content .e-content .e-img-focus:not(.e-resize), +.e-richtexteditor .e-source-content .e-content .e-img-focus:not(.e-resize) { + border: solid 2px #4a90e2; +} + +.e-richtexteditor .e-rte-content .e-content a, +.e-richtexteditor .e-source-content .e-content a { + color: #2e2ef1; +} + +.e-richtexteditor.e-rte-resize { + background: #fff; +} + +.e-richtexteditor .e-input.e-rte-linkurl.e-error, +.e-richtexteditor .e-input.e-img-link.e-error { + color: #f00; +} + +.e-richtexteditor.e-rte-full-screen { + background: #fff; +} + +.e-richtexteditor.e-rte-inline .e-rte-content { + border: 0; +} + +.e-richtexteditor.e-rte-tb-expand { + border: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar { + border: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-extended-toolbar, +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar .e-toolbar-extended { + border: 0; + border-bottom: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-expand-open + .e-rte-content { + border-top: 0; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open { + border-bottom: 1px solid #fafafa; +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-toolbar.e-rte-tb-float.e-expand-open .e-toolbar-extended { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-richtexteditor.e-rte-tb-expand .e-rte-content, +.e-richtexteditor.e-rte-tb-expand .e-source-content { + border: 0; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-rte-content, +.e-richtexteditor.e-rte-tb-expand.e-rte-resize .e-source-content { + border-bottom: 0; +} + +.e-rte-quick-popup { + border: 0; + border-radius: 2px; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-rte-quick-popup .e-rte-quick-toolbar { + background: #fff; + border: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items { + background: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-separator { + border: 0.5px solid rgba(0, 0, 0, 0.05); +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn { + background: #fff; + border: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:hover { + background: rgba(0, 0, 0, 0.12); + border-color: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active { + background: rgba(0, 0, 0, 0.12); + border-color: #fff; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-tbar-btn:active .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus { + background: rgba(0, 0, 0, 0.12); + border: 0; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-items .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-quick-toolbar .e-toolbar-extended .e-toolbar-item .e-tbar-btn .e-icons { + color: #000; +} + +.e-rte-quick-popup .e-rte-dropdown-btn { + background: #fff; + border-color: #fff; +} + +.e-rte-quick-popup .e-rte-dropdown-btn:focus, .e-rte-quick-popup .e-rte-dropdown-btn:hover { + background: rgba(0, 0, 0, 0.12); +} + +.e-rte-quick-popup .e-rte-dropdown-btn:hover { + border-color: #fff; +} + +.e-dialog .e-img-uploadwrap .e-droptext { + border: dashed 2px rgba(0, 0, 0, 0.12); + border-radius: 4px; + color: rgba(0, 0, 0, 0.38); + display: block; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + height: 185px; + margin: 0 auto; + text-align: center; + width: 300px; +} + +.e-dialog.e-device.e-dlg-modal .e-img-uploadwrap .e-droptext { + height: 66px; + margin: 0 auto; + width: 168px; +} + +.e-linkheader { + color: rgba(0, 0, 0, 0.87); +} + +.e-rte-img-popup.e-popup { + background: #fff; + border: 1px solid #ccc; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); + color: #000; + padding: 10px; +} + +.e-rte-content .e-content img:not(.e-resize) { + z-index: 1000; +} + +span.e-rte-imageboxmark { + background: #4a90e2; + border: 1px solid #fff; + display: block; + height: 10px; + position: absolute; + width: 10px; + z-index: 1000; +} + +.e-mob-rte span.e-rte-imageboxmark { + background: #fff; + border: 1px solid #4a90e2; + border-radius: 15px; + height: 20px; + width: 20px; +} + +.e-mob-rte.e-mob-span span.e-rte-imageboxmark { + background: #4a90e2; + border: 1px solid #fff; +} + +.e-rte-content .e-content img.e-resize { + z-index: 1000; +} + +.e-disabled { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-disabled .e-rte-toolbar .e-toolbar-item { + cursor: default; +} + +.e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:hover, .e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:active, .e-disabled .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-icon-btn:focus, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:hover, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:active, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-dropdown-btn.e-btn:focus, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:hover, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:active, +.e-disabled .e-rte-toolbar .e-toolbar-item .e-colorpicker-wrapper .e-btn:focus { + background: transparent; + cursor: default; +} + +.e-dropdown-popup ul .e-item.e-active { + background-color: #bdbdbd; + color: rgba(0, 0, 0, 0.87); +} + +.e-popup-overlay { + background-color: #383838; +} + +.e-rte-toolbar.e-extended-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn { + color: rgba(0, 0, 0, 0.26); +} + +.e-rte-table-popup.e-popup.e-popup-open { + background-color: #fff; + color: #000; +} + +.e-rte-table-popup .e-span-border { + border: 1px solid rgba(0, 0, 0, 0.12); + display: block; + margin-bottom: 8px; + margin-top: 12px; +} + +.e-rte-table-popup .e-rte-popup-header { + color: rgba(0, 0, 0, 0.87); + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + text-align: center; +} + +.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-default { + background-color: #fff; +} + +.e-rte-table-popup.e-popup-open .e-rte-tablecell.e-active { + background-color: rgba(227, 22, 91, 0.2); + border: 1px solid #e3165b; +} + +.e-richtexteditor .e-rte-content .e-content table.e-alternate-border tbody tr:nth-child(2n) { + background-color: #f5f5f5; +} + +.e-richtexteditor .e-rte-content .e-content table th { + background-color: #e0e0e0; +} + +.e-rte-table-popup.e-popup.e-popup-open { + background-color: #fff; + color: #000; +} + +span.e-table-box { + background-color: #fff; + border: 1px solid #bdbdbd; +} + +span.e-table-box.e-rbox-select { + background-color: #bdbdbd; + border: 1px solid #bdbdbd; +} + +.e-table-rhelper { + background-color: #e3165b; +} + +.e-rte-dialog-upload.e-upload.e-lib.e-keyboard { + background: #fff; +} + +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item.e-active .e-tbar-btn .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:active .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:focus .e-icons, +.e-rte-inline-popup .e-rte-quick-toolbar.e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn:hover .e-icons { + color: #000; +} + +/*! component's theme wise override definitions and variables */ +@keyframes tbar-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +/*! Material theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +@keyframes tbar-alt-popup-shadow { + 0% { + border-color: rgba(0, 0, 0, 0.12); + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12); + } + 100% { + box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12); + } +} + +@keyframes hscroll-alt-popup-shadow { + 0% { + border-color: rgba(0, 0, 0, 0.12); + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12); + } + 100% { + box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12); + } +} + +/*! Material specific themes definition's */ +/*! Vertical Tab */ +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +/*! component's default definitions and variables */ +.e-gantt .e-add::before { + content: '\e7f9'; +} + +.e-gantt .e-edit::before { + content: '\e81e'; +} + +.e-gantt .e-delete::before { + content: '\e84e'; +} + +.e-gantt .e-cancel::before { + content: '\e825'; +} + +.e-gantt .e-save::before { + content: '\e98e'; +} + +.e-gantt .e-update::before { + content: '\e735'; +} + +.e-gantt .e-search-icon::before { + content: '\e993'; +} + +.e-gantt .e-cancel-icon::before { + content: '\e825'; +} + +.e-gantt .e-notes-info::before { + content: '\1F6C8'; +} + +.e-gantt .e-left-resize-gripper::before, +.e-gantt .e-right-resize-gripper::before { + content: '\ec16'; +} + +.e-gantt .e-expandall::before { + content: '\e556'; +} + +.e-gantt .e-collapseall::before { + content: '\e554'; +} + +.e-gantt .e-prevtimespan::before { + content: '\e85b'; +} + +.e-gantt .e-nexttimespan::before { + content: '\e85f'; +} + +.e-gantt .e-zoomin::before { + content: '\e349'; +} + +.e-gantt .e-zoomout::before { + content: '\e351'; +} + +.e-gantt .e-zoomtofit::before { + content: '\e657'; +} + +.e-gantt .e-csvexport::before { + content: '\e241'; +} + +.e-gantt .e-excelexport::before { + content: '\e242'; +} + +.e-gantt .e-add-above::before { + content: '\e658'; +} + +.e-gantt .e-add-below::before { + content: '\e659'; +} + +.e-gantt.e-device .e-backarrowspan::before, +.e-gantt.e-device .e-icon-dlg-close::before { + content: '\e85b'; +} + +.e-gantt.e-device .e-left-resize-gripper::before, +.e-gantt.e-device .e-right-resize-gripper::before { + content: '\e903'; +} + +.e-gantt { + display: block; + width: 100%; +} + +.e-gantt .e-cloneproperties { + padding: 4px 5px; +} + +.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before { + left: -5px; + position: relative; +} + +.e-gantt .e-cloneproperties { + border-style: solid; + border-width: 1px; + box-shadow: 0 0; + font-size: 12px; + font-weight: 500; + opacity: 1; + overflow: hidden; + padding: 4px 5px; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + vertical-align: middle; + white-space: nowrap; + z-index: 100; +} + +.e-gantt .e-cloneproperties.e-draganddrop { + border-spacing: 0; + font-size: 12px; + font-weight: normal; + overflow: visible; +} + +.e-gantt .e-cloneproperties .e-bothganttlines { + border-width: 1px 0 0 1px; +} + +.e-gantt .e-draganddrop { + border-width: 0 1px 1px; + font-weight: normal; + padding: 0; +} + +.e-gantt .e-draganddrop .e-rowcell { + opacity: .95; +} + +.e-gantt .e-cloneproperties.e-draganddrop table { + border-spacing: 0; +} + +.e-gantt .e-icons.e-errorelem { + display: inline-block; + padding-left: 10px; + vertical-align: middle; +} + +.e-gantt .e-errorelem::before { + color: #e3165b; + content: '\e22a'; + transform: rotate(180deg); +} + +.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, +.e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop { + border-bottom: 0; + border-right: 1px solid #e0e0e0; + border-top: 1px solid #e0e0e0; +} + +.e-gantt .e-gantt-toolbar { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + border-style: solid; + border-width: 1px 1px 0; +} + +.e-gantt .e-flmenu-valuediv { + padding-top: 24px; +} + +.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar { + margin: 0; +} + +.e-gantt .e-gantt-splitter .e-pane { + overflow: hidden !important; +} + +.e-gantt .e-temp-content { + border-left: 1px solid; +} + +.e-gantt .e-tab { + border: 0; +} + +.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active { + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header { + padding-left: 0px; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator { + display: block; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-style: solid; + border-width: 0px; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before { + border: 0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid { + border-width: 0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell), +.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header { + border-bottom-style: solid; + border-bottom-width: 1px; + height: 45px; +} + +.e-gantt .e-gantt-tree-grid-pane .e-headercontent { + border-right-width: 0 !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridheader { + border-top-style: none; + border-top-width: 0; + padding-right: 0 !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-columnheader, +.e-gantt .e-gantt-tree-grid-pane .e-headercell { + height: 63px !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content { + overflow-x: scroll !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding { + width: calc(100% + 17px); +} + +.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info { + text-align: center; +} + +.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info { + display: inline-block; + font-size: 18px; + height: 15px; + line-height: 10px; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart { + height: 100%; + overflow: hidden; + position: relative; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-chart-root-container { + border-right: 0 solid; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-content { + -webkit-overflow-scrolling: touch; + overflow-x: scroll; + overflow-y: auto; + position: relative; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container { + position: absolute; +} + +.e-gantt .e-gantt-chart .e-timeline-header-container { + border-bottom-style: solid; + border-right-width: 0; + overflow: hidden; + position: relative; + z-index: 6; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th { + border-left: 0; + padding: 0 3px; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-container { + border-collapse: collapse; + border-spacing: 0; + border-width: 0; + box-sizing: border-box; + margin: 0; + padding: 0; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-body { + border-collapse: collapse; + box-sizing: border-box; + display: inline-block; + white-space: nowrap; + zoom: 1; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + border-spacing: 0; + border-style: solid; + border-top: 0; + border-width: 1px; + box-sizing: border-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 12px; + font-weight: 500; + margin: 0; + padding: 0; + position: static; + text-align: center; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label { + box-sizing: border-box; + margin: auto; + overflow: hidden; + position: static; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text { + padding-left: 8px; + text-align: left; +} + +.e-gantt .e-gantt-chart .e-gantt-grid-lines { + border-bottom-style: solid; + border-bottom-width: 1px; + border-collapse: collapse; + border-spacing: 0; + box-sizing: border-box; +} + +.e-gantt .e-gantt-chart .e-zero-spacing { + border-spacing: none; +} + +.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border { + border-top-color: transparent; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border { + border-collapse: separate; + border-style: solid; + border-width: 1px 0 0; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell { + font-size: 0; + padding: 0; +} + +.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-chart .e-line-container-cell { + border-right-style: solid; + border-right-width: 1px; + height: 100%; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-taskbar-main-container { + cursor: move; + display: inline-block; + position: absolute; + vertical-align: middle; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: end; + justify-content: flex-end; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + outline: none; + overflow: hidden; + position: absolute; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-left-label-container { + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div, +.e-gantt .e-gantt-chart .e-right-label-container { + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: end; + justify-content: flex-end; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-label { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-gantt .e-gantt-chart .e-right-label-container { + background-color: transparent; + display: inline-block; + margin: 0; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-right-label-inner-div { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + float: left; + outline: none; + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-indicator-span { + display: inline-block; + font-size: 13px; + font-weight: 400; + overflow: hidden; + position: absolute; + text-overflow: ellipsis; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar, +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar, +.e-gantt .e-gantt-chart .e-gantt-child-progressbar, +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar, +.e-gantt .e-gantt-chart .e-gantt-milestone { + display: inline-block; + width: 100%; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div, +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div { + border-spacing: 0; + box-sizing: border-box; + margin: auto; + overflow: hidden; + padding: 0; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div, +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + box-sizing: border-box; + text-align: right; +} + +.e-gantt .e-gantt-chart .e-chart-scroll-container, +.e-gantt .e-gantt-chart .e-chart-rows-container { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-gantt .e-gantt-chart .e-taskbar-left-resizer, +.e-gantt .e-gantt-chart .e-taskbar-right-resizer { + display: inline-block; + position: absolute; + top: 0; + width: 10px; + z-index: 4; +} + +.e-gantt .e-gantt-chart .e-child-progress-resizer { + display: inline-block; + height: 15px; + position: absolute; + top: 0; + width: 20px; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper { + cursor: col-resize; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler { + border-style: solid; + border-width: 1px; + box-sizing: content-box; + cursor: col-resize; + height: 2px; + position: absolute; + top: 7px; + width: 12px; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element { + border-bottom-style: solid; + border-bottom-width: 6px; + border-left: 7px solid transparent; + border-right: 7px solid transparent; + cursor: col-resize; + height: 0; + left: -1px; + position: absolute; + top: -7px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after { + border-bottom-style: solid; + border-bottom-width: 6px; + border-left: 6px solid transparent; + border-right: 6px solid transparent; + cursor: col-resize; + height: 0; + left: -1; + position: absolute; + top: -6px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-baseline-bar { + box-sizing: border-box; + position: absolute; + z-index: 3; +} + +.e-gantt .e-gantt-chart .e-milestone-top { + border-style: none solid solid; + border-top: 0; +} + +.e-gantt .e-gantt-chart .e-milestone-top, +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-left-color: transparent; + border-right-color: transparent; +} + +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-bottom: 0; + border-style: solid solid none; +} + +.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container { + position: absolute; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-task-label { + display: inline; + font-weight: normal; + margin-left: 8px; + margin-right: 15px; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart .e-task-table { + overflow: hidden; +} + +.e-gantt .e-gantt-chart .e-left-resize-gripper, +.e-gantt .e-gantt-chart .e-right-resize-gripper { + -ms-flex-align: center; + align-items: center; + cursor: e-resize; + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-gantt .e-gantt-chart .e-holiday { + display: inline-block; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-holiday .e-span { + font-size: 13px; + position: absolute; + transform: rotate(-90deg); + white-space: nowrap; + width: 0; +} + +.e-gantt .e-gantt-chart .e-weekend { + display: inline-block; + position: absolute; + z-index: 0; +} + +.e-gantt .e-gantt-chart .e-event-markers { + border-left: 1px dashed; + position: absolute; + width: 1px; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-span-label { + border-radius: 3px; + font-weight: 500; + height: 30px; + left: 5px; + line-height: 1.4; + padding: 7px 12px; + position: absolute; + top: 50px; + white-space: nowrap; + width: auto; + z-index: 2; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow { + border-bottom: 5px solid transparent; + border-right: 5px solid; + border-top: 5px solid transparent; + height: 0; + position: absolute; + top: 60px; + width: 0; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar { + border-radius: 0; + border-style: none; + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow { + border-left-style: solid; + border-left-width: 10px; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-right-style: solid; + border-right-width: 10px; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow, +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-bottom: 5px solid transparent; + border-top: 5px solid transparent; +} + +.e-gantt .e-gantt-chart .e-connector-line-container { + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-connector-line-z-index { + z-index: 1; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover { + outline: 1px solid; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover-z-index { + z-index: 100; +} + +.e-gantt .e-gantt-chart .e-connectortouchpoint { + background-color: transparent; + display: block; + position: absolute; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-right, +.e-gantt .e-gantt-chart .e-connectorpoint-left, +.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div, +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + border-radius: 50%; + display: inline-block; + position: absolute; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover { + border-style: solid; + border-width: 1px; + box-sizing: content-box; + cursor: pointer; + display: inline-block; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-allow-block { + cursor: no-drop; +} + +.e-gantt .e-gantt-chart .e-icon { + font-family: 'e-icons'; + font-size: 13px; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + text-transform: none; + vertical-align: middle; +} + +.e-gantt .e-gantt-chart .e-active-container { + border: 1px solid !important; +} + +.e-gantt .e-gantt-dialog { + border: 0; +} + +.e-gantt .e-gantt-dialog .e-gridform .e-table { + border-spacing: 0; +} + +.e-gantt .e-gantt-dialog .e-item { + height: 241px; +} + +.e-gantt .e-gantt-dialog .e-dependent-div { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-dialog .e-icon-dlg-close { + opacity: initial; +} + +.e-gantt .e-gantt-dialog .e-toolbar { + border-top-width: 0; +} + +.e-gantt .e-gantt-dialog .e-resource-div { + border-bottom-width: 1px; +} + +.e-gantt .e-gantt-dialog .e-resource-div .e-gridheader { + border-top-width: 0; +} + +.e-gantt .e-gantt-dialog .e-edit-form-row { + height: 241px; + overflow-y: auto; + padding-bottom: 16px; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(odd) { + float: left; + padding: 16px 18px 0 18px; + width: 50%; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column:nth-child(even) { + float: left; + padding: 16px 16px 0 0; + width: 50%; +} + +.e-gantt .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) { + padding: 16px 16px 0 0; +} + +.e-gantt .e-gantt-dialog .e-edit-form-column { + height: 75px; +} + +.e-gantt .e-gantt-dialog .e-dependent-div .e-content { + height: 153px; +} + +.e-gantt .e-gantt-dialog .e-resource-div .e-content { + height: 196px; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor { + border-bottom-width: 1px; + height: 241px !important; + overflow: hidden; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor.e-rte-tb-expand { + border-top: 0; +} + +.e-gantt .e-gantt-dialog .e-richtexteditor .e-rte-content { + border-bottom-width: 0px; + height: 198px; +} + +.e-gantt .e-gantt-dialog > .e-dlg-content { + padding: 0 !important; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + border-bottom: 0 !important; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + border-radius: 0px; + padding-bottom: 4px; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + border-radius: 50%; +} + +.e-icon-rowselect::before { + content: '\e930'; +} + +.e-ganttpopup { + -moz-user-select: none; + -ms-user-select: none; + -webkit-user-select: none; + font-weight: normal; + position: absolute; + user-select: none; + z-index: 99999; +} + +.e-ganttpopup .e-rowselect { + line-height: 18px; + text-indent: 7%; +} + +.e-ganttpopup span { + border: 1px solid transparent; + cursor: pointer; + display: inline-block; + height: 26px; + padding: 4px; + width: 26px; +} + +.e-ganttpopup .e-content { + border-radius: 4px; + border-style: solid; + border-width: 1px; + font-size: 14px; + padding: 4px; +} + +.e-ganttpopup .e-tail::after, +.e-ganttpopup .e-tail::before, +.e-ganttpopup .e-ganttpopup { + border: 10px solid transparent; + content: ''; + height: 0; + left: 8px; + position: absolute; + width: 0; +} + +.e-ganttpopup .e-downtail::after { + top: 34px; +} + +.e-gantt-tooltip.e-tooltip-wrap { + opacity: 1; +} + +.e-gantt-tooltip-label { + padding-bottom: 2px; + padding-right: 2px; + text-align: right; +} + +.e-gantt.e-device .e-edit-form-column:nth-child(odd), .e-gantt.e-device .e-edit-form-column:nth-child(even) { + float: none; + padding: 16px 18px 0 18px; + width: 100%; +} + +.e-gantt.e-device .e-edit-form-row { + height: auto; +} + +.e-gantt.e-device .e-adaptive-searchbar { + padding: 5px 10px; + width: 90%; +} + +.e-gantt.e-device .e-backarrowspan { + font-size: 16px; + padding: 5px 10px; +} + +.e-gantt.e-device .e-gantt-dialog { + max-height: auto; +} + +.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn { + float: left; + left: -4px; +} + +.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close { + font-size: 16px; +} + +.e-gantt.e-device .e-gantt-dialog .e-dlg-header { + display: inline-block; +} + +.e-gantt.e-device .e-toolbar-item { + padding: 7px; +} + +.e-gantt.e-device .e-toolbar .e-icons { + font-size: 18px; +} + +.e-gantt.e-device .e-gridheader .e-icons { + font-size: 12px; +} + +.e-gantt.e-device .e-right-resize-gripper, +.e-gantt.e-device .e-left-resize-gripper { + border: 7px solid; + z-index: -1; +} + +.e-gantt.e-device .e-right-resize-gripper::before, +.e-gantt.e-device .e-left-resize-gripper::before { + font-size: 14px; + margin-left: -7px; +} + +.e-gantt.e-device .e-dependent-div .e-content { + height: 100%; +} + +.e-gantt.e-device .e-resource-div .e-content { + height: 100%; +} + +.e-gantt.e-device .e-richtexteditor { + height: 100%; +} + +.e-gantt.e-device .e-richtexteditor .e-rte-content { + height: 100%; +} + +/*! Gantt theme */ +.e-gantt .e-gantt-splitter { + border-color: #e0e0e0; + border-radius: 0px; +} + +.e-gantt .e-cloneproperties.e-draganddrop { + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + opacity: .95; + overflow: visible; +} + +.e-gantt .e-cloneproperties { + background-color: #eee; + border-color: #e0e0e0; + color: rgba(0, 0, 0, 0.54); +} + +.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell { + color: #000; +} + +.e-gantt .e-cloneproperties.e-draganddrop table, +.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground { + background-color: #fff; + height: 30px; +} + +.e-gantt .e-gantt-toolbar + .e-gantt-splitter { + border-top-left-radius: 0px; + border-top-right-radius: 0px; +} + +.e-gantt .e-gantt-dialog .e-dlg-header { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-dlg-header-content { + background: #3f51b5; +} + +.e-gantt .e-gantt-dialog .e-icon-dlg-close { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover { + background-color: rgba(255, 255, 255, 0.15); +} + +.e-gantt .e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close { + color: black; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header { + background: #3f51b5; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-indicator { + background: #e3165b; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active { + background-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text { + color: #fff; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text { + color: rgba(255, 255, 255, 0.64); +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover { + background: transparent; + border-bottom: 0px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + border-color: transparent; +} + +.e-gantt .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text { + color: #e3165b; +} + +.e-gantt .e-temp-content { + border-color: #e0e0e0; +} + +.e-gantt .e-splitter-box { + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-temp-header { + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart-pane { + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div { + height: 45px !important; +} + +.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active { + background: rgba(63, 81, 181, 0.15); +} + +.e-gantt .e-gantt-chart .e-timeline-header-container { + background: #fff; + border-bottom-color: #e0e0e0; + border-bottom-width: 1px; + border-right-color: #e0e0e0; + color: rgba(0, 0, 0, 0.54); + height: 64px; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell, +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + border-color: #e0e0e0; + color: rgba(0, 0, 0, 0.54); +} + +.e-gantt .e-gantt-chart .e-timeline-single-header-cell { + height: 46px; + line-height: 46px; +} + +.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div { + height: 46px !important; +} + +.e-gantt .e-gantt-chart .e-timeline-top-header-cell { + height: 32px; +} + +.e-gantt .e-gantt-chart .e-chart-root-container { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-timeline-header-table-body { + border-spacing: 0; +} + +.e-gantt .e-gantt-chart .e-chart-row-border { + border-top-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-chart-row-cell { + color: black; +} + +.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow { + border-bottom-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-line-container-cell { + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-active-container { + border-color: #9e9e9e !important; +} + +.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div { + background-color: #5869c5; + border: 1px solid #3f51b5; + border-radius: 4px; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div { + background-color: rgba(97, 97, 97, 0.87); + border: 1px solid #616161; + border-radius: 4px; +} + +.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div { + background-color: #616161; + border: 0px; +} + +.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div { + background-color: #3f51b5; + border: 0px; +} + +.e-gantt .e-gantt-chart .e-holiday { + background: #eee; +} + +.e-gantt .e-gantt-chart .e-holiday .e-span { + color: rgba(0, 0, 0, 0.87); + font-size: 12px; +} + +.e-gantt .e-gantt-chart .e-weekend { + background: #fafafa; +} + +.e-gantt .e-gantt-chart .e-weekend-header-cell { + background: #fafafa; +} + +.e-gantt .e-gantt-chart .e-event-markers { + border-left-color: #e3165b; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-span-label { + background-color: #fdbf64; + color: #212121; + font-size: 12px; +} + +.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow { + border-right-color: #fdbf64; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar { + background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #3f51b5 30%, #3f51b5 70%, #3f51b5 70%, rgba(63, 81, 181, 0.2) 100%); + background-color: rgba(63, 81, 181, 0.2); + border: 0px; + border-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-unscheduled-milestone-top { + border-bottom-color: rgba(51, 51, 51, 0.6); +} + +.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom { + border-top-color: rgba(51, 51, 51, 0.6); +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler { + background: #222; + border-color: #fff; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element { + border-bottom-color: #fff; +} + +.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after { + border-bottom-color: #222; +} + +.e-gantt .e-gantt-chart .e-gantt-dependency-view-container { + display: block; + z-index: 5; +} + +.e-gantt .e-gantt-chart .e-line { + border-color: #3f51b5; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow { + border-left-color: #3f51b5; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow { + border-right-color: #3f51b5; +} + +.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover { + border-left-color: #3f51b5; +} + +.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover { + border-right-color: #3f51b5; +} + +.e-gantt .e-gantt-chart .e-connector-line-hover { + border-color: #3f51b5; + outline-color: #3f51b5; +} + +.e-gantt .e-gantt-chart .e-gantt-false-line { + border-top-color: #3f51b5; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover { + background-color: #333; + border-color: #fff; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover, +.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover { + background-color: #bdbdbd; + border-color: #3f51b5; +} + +.e-gantt .e-gantt-chart .e-left-label-inner-div, +.e-gantt .e-gantt-chart .e-right-label-inner-div { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-left-label-temp-container { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; + padding-right: 25px; +} + +.e-gantt .e-gantt-chart .e-right-label-temp-container { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; + margin-left: 25px; +} + +.e-gantt .e-gantt-chart .e-right-label-container { + margin-left: 25px; +} + +.e-gantt .e-gantt-chart .e-left-label-container { + padding-right: 25px; +} + +.e-gantt .e-gantt-chart .e-connectorpoint-right { + margin-left: 2px; +} + +.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div, +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + height: 8px; + width: 12px; +} + +.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div { + left: -12px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left, +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right { + border-right: transparent; + border-width: 3px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right { + border-bottom-left-radius: 0px; + border-bottom-right-radius: 2px; + border-top-left-radius: 0px; + border-top-right-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left { + border-bottom-left-radius: 2px; + border-top-left-radius: 2px; +} + +.e-gantt .e-gantt-chart .e-task-label { + color: #fff; + font-size: 12px; +} + +.e-gantt .e-gantt-chart .e-icon { + color: #fff; +} + +.e-gantt .e-gantt-chart .e-milestone-top { + border-bottom-color: #616161; +} + +.e-gantt .e-gantt-chart .e-milestone-bottom { + border-top-color: #616161; +} + +.e-gantt .e-gantt-chart .e-label { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; +} + +.e-gantt .e-gantt-chart .e-active { + background: rgba(63, 81, 181, 0.15); + color: #000; + opacity: 1; +} + +.e-gantt .e-gantt-chart .e-active .e-label { + color: #000; +} + +.e-gantt .e-gantt-chart .e-baseline-bar { + background-color: #FF9800; +} + +.e-gantt .e-gantt-chart .e-baseline-milestone-top { + border-bottom-color: #FF9800; +} + +.e-gantt .e-gantt-chart .e-baseline-milestone-bottom { + border-top-color: #FF9800; +} + +.e-gantt .e-gantt-chart .e-uptail::before { + border-bottom-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-downtail::after { + border-top-color: #fff; +} + +.e-gantt .e-gantt-chart .e-downtail::before { + border-top-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-ganttpopup .e-content { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-gantt .e-gantt-chart .e-spanclicked, +.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked { + border-color: #000; +} + +.e-gantt .e-gantt-chart .e-active-parent-task { + border-radius: 4px; + box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5); +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div { + background: #1a1a1a; + border: #1a1a1a; +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div { + background-color: transparent; + border: transparent; +} + +.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label { + color: transparent; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label { + color: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line { + border-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow { + border-left-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow { + border-right-color: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div { + background: #D5D5D5 !important; + border: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div { + background-color: transparent !important; + border: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top { + border-bottom-color: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom { + border-top-color: #D5D5D5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div { + background-color: #8A8A8A !important; + border: #8A8A8A !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div { + background-color: transparent !important; + border: transparent !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div { + background: #3f51b5 !important; + border: #3f51b5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top { + border-bottom-color: #3f51b5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom { + border-top-color: #3f51b5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div { + background: #8591d5 !important; + border: #8591d5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top { + border-bottom-color: #8591d5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom { + border-top-color: #8591d5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line { + border-color: #3f51b5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow { + border-left-color: #3f51b5 !important; +} + +.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow { + border-right-color: #3f51b5 !important; +} + +.e-gantt .e-grid .e-icons { + color: rgba(0, 0, 0, 0.54) !important; +} + +.e-gantt.e-device .e-left-resize-gripper, +.e-gantt.e-device .e-right-resize-gripper { + border-color: #9e9e9e; + color: #eee; +} + +.e-gantt.e-device .e-backarrowspan { + color: #000; +} + +@font-face { + font-family: "e-icons"; + font-style: normal; + font-weight: normal; + src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMjiRTzgAAAEoAAAAVmNtYXB/lYpJAAAIVAAACGxnbHlmxhVT5AAAFCwAAVWAaGVhZBc8dWUAAADQAAAANmhoZWEIXgV2AAAArAAAACRobXR41Ab+rAAAAYAAAAbUbG9jYSh/giQAABDAAAADbG1heHAC2wGMAAABCAAAACBuYW1lc0cOBgABaawAAAIlcG9zdIp9SkEAAWvUAAAX0gABAAAEAAAAAFwEAP/A/8AEQAABAAAAAAAAAAAAAAAAAAABtQABAAAAAQAAb5schl8PPPUACwQAAAAAANoOmDQAAAAA2g6YNP/A/+QEQAQcAAAACAACAAAAAAAAAAEAAAG1AYAAHAAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQQAAZAABQAAAokCzAAAAI8CiQLMAAAB6wAyAQgAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA4gjsKgQAAAAAXAQcABwAAAABAAAAAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/kBAD/5AQAAAAEAP/kBAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQAAAAEAAAABAAAAAQAAAAEAP/ABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQA/8AEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAA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ALgAuQC6ALsAvAC9AL4AvwDAAMEAwgDDAMQAxQDGAMcAyADJAMoANgAfACAAcQDMAWwAigCLAIwAjQCOAI8AkACRAJIAkwCUAJUAlgCXAJgAmQCaAJsBDQEOAQ8BEAERARIBEwEUARYBFwEYARkBGgFmAWcBaAFpAWoBawEdAR4BHwEgASEBIgEjASQBJQEmAScBKAEpASoBKwEsAS0BLgEvATABMQEyAW0BbgFvAXABcQFyAXMBdAF1AZYBlQGUAZMBmAGSAZkBmgGXAZsBnAGdAZ4BnwF2AXcBeAF5AXoBewF8AX0BfgF/AYABgQGCAYMBhAGFATMBNAE1ATYAJQE4ATkBOgE7ACYBPQE+AT8BQAFBAUIBNwE8AYYAJwGHAYgBigGLAYwBjQGQAYkBjgGPAZEBoAGhAaIBowAoAakBqAGwAaoBqwGsAa0BrgGvAbEBswG0ACkAKgArACwALQAuAC8AMAAxADIBpAGlAaYBpwGyADMANAA1ADcAOAA5ADoAOwA8AD0APgA/AEAAQQBCAEMARABFAEYARwBIAEkBFQBKARwASwBMAE0ATgBPAFAAUQBSAFMAVABVAFYAVwBYAV8AWQBjAFoAWwBkAGUAXABdAF4AXwBgAGEAZgBiAGcAaADNAM4AzwDQANEA0gDTACEAIgAjACQA1ADVANYA1wDYANkA2gDbANwA3QDeAN8A4ADhAOIA4wDkAOUBXgFdAVwBRAFFAUYBSAFJAUoBSwFMAU0BTgFPAVABUQFSAVMBVAFVAVYBVwFYAUcBWgFbAVkBYQFiAWABYwFkAWUBGwDmAOcA6ADpAOoA6wDsAO0A7gDvAPAA8QDyAPMA9AD1APYA9wD4APkA+gD7APwA/QD+AP8BAAEBAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAAAAAABCAI4AnQC6ANyA6IDuARKBVIFZAY4BwwHMAd+B4wHsAfSB/YIFgjWCXQKugtkDGwM1A4EDngO9g9YD8gQ3hHWEpITZhR2FVAVkhZOFrYW7hcaF1IXdBf0GJQYsBjOGXgZjhpQGpIaqhrIGt4a7Br6GwgbFhswG0gbXBtqG3gbpBu2G8Qb3Bv2HBQcPhxaHHYc4Bz0HQ4dIh04HU4d7h38HgoeNh5KHqgfCB8qHz4fTh9iH8gf6iAAIBggJiC6INIhqiKyIzYjcCOGJBYkMCUYJbgm1icIKCYouilWKXgpjimkKbIpyCoIKygryizcLjQvJi9SL/wwMjBmMKAw3DI+MuAziDS2Neo2kjbeNyA4hjkwOZw6BDo8OnQ66jt0PBA8UDzoPSY9ZD1+PZg9sj3yPho+RD5sPpA/RD9kP4I/5kA0QFZAfkEmQURCckKEQvhDEkM4Q3BD5EQIRIJFcEbKRwhHikhaSXhJ0EoYSjRKVksoS0RLakyATNJNHk2SThBOLk6ATsJO3k72TwpPlE+8T9xP+FGkUqpS/lNSU25TgFOiU8xUZlSCVLhU8FUaVVJVhlXAVd5WGFZAVmpWnlcYVzBXYld6WFRYfljcWPhZDFkiWT5aWFt6W5Zb5FzsXUZdYF6qXzxfWl/UYEhgbmFGYcBidmLyY6pj/GRAZJBknmTCZQplfmWaZmhmdmaQZtpnCmfEZ/JoGmhAaG5ogmiWaKJormi8aMpqgGqOapxqqmq4a5Br+mwebNZtTm2IbaJu0G78b95weHCOcOxxDnFkceJySHNIc2BzeHPmdAp04nT2ddB2NneoeDh4znmOech6onsWe/x8Un0KfYh+0n/ygF6AdoCagLyA7IHQghqCvoLcgwiDRoOYhDaEVISghdKGLIaIhrqHBIfyiDyIXoioiNSJYomaibiJ1ooiijaKVIqCiriLFotUjBSMMoxajIaMpIz8jUSN4o32jgyOIo42jlqOfI60jtiO/I8KjyKPOpBOkG6QnJDakSSRepGikcSSspOylGSVGJXMloSXEJiwmaqampsem6Ccwp1Inc6eLp7Cn16gbqCioSShMqFIoWahjKG6oe6jYqPQpHik5qWIpcimAKY4poqm2KbspzaoNqh6qIiopqi+qNao8qkKqTKp0qo+qoCqwAAHAAAAAAPUA/QAGQAiADcAQwBYAMYA0gAAAQ8GKwEvAT0BPwozBRcjFTMHFzcvAR8FFQ8EIy8ENzMnDwQ/AR8DJw8BLwI1PwYzHwUnIw8JHwMPER8HOwE/Dx8GOwE/BzUvCg8CLwY/AS8IASE1IREhFxEzESchASMEAxcJCAcEAwMFAwIEBAUGBg0GBwYGBAH6N/PzODmDg68EAwYDAgEBBQQGBg0ODxAPECQgmRMTIyEfKRUECRIMGwERDAQBAQECAwMDAwQEAwMCAgEWBgcGBgUFBAEDAQEBAgMaAiAWDgsEKxoNDAwLBQkGAgIBAQQFBgQEBQUGBgYHBgcHBw4QEBITFi4tLRcLFhcXFxUSCAgGAwwGBgICAQECAgIHCQwMDg4OHSAWFRgaEA0FBBkDAQICAwQECAkI/n8DLf0SAgapP879oQGWCAcuDgoGAgEGBwcIBwgIBwcMBgQDAhs3XTYxlZc8AQEDBAMEAwMCAgEBAwQGBwoBEQQFCwsMWzYHEBkQ/gVbPhsNBQUEBAICAQECAgMEBgZAAQMDBQYIBA8LCgoTFGMJWDQdEwUWEQkLCwwGDA4GBwcICwgIAwICAQICBAQFBw8VGR4lCA4NCgUHDAsIBwUCAgEHBgkFBQYHCAgEAwYGBQQDAgEBAwQWHiMZFwsJeh4JBwYFBAQFBAH8pj4DbKz+1wFD0AAAAAAFAAAAAAPUA/QACAASAJAA+AEEAAABFyMVMwcXNy8BMzcjDwExLwEjDwcVHw4dAQ8FKwEvBiMVHwwzFz8MNS8PPwcfBzM1Lw0PDR0BHw4zPw4jDwcjLwk/CjMfBjMvDisBDwUDITUhESEXETMRJyEDGjfz8zg5g4P1M0Q4IQQEITifBQQEAwICAQECAgIDBAQKDA4lCQYDAgICBAQFBgcIBwYFBQMCATIBAgMDBAQGBQcHCAgJCRMRCAcHBwUGBAQDAwIBAQECAwMDBAoNDyUKBQMBAQEBAgQEBAYGBwYFBQMCAQE1AQICAwQFBQYGBwcICRIJEAgHBgbLBQUEAwMCAQECAwMEBQUGBwcJCQkLCwgICAgHBwYGBgUEAwICAQEyAQIDBAUFBwcFCQQDAwMCBAIBAQEBAwMCAwMDBAQKCAYGBQQCAgEyAQEBAwMEBAYGBgcHCAgJCQsKCggJBweRAy39EgIGqT/O/aEBezddNjGVlzXGfBQUfA4FBAUGBQYGBwsGBQQFBAMHBQUJBQUDBAUEBQMDAwIBAgIDBAUGCAcGBgYGBQYFBQQDAwICAQMBAwMDBAQFBQUGBgYHDAUFBQQEBAcFBQkEBQMEBQQFAwQCAgEBAQECBAQEBQYHBgcGBQUFBQQEAwICAgEBAgICAwQOBwgICQkKCwsQCgoKCAkHBwcFBQQDAgEBAQICAwMEBQUGBgYHBwcHBgYFBQMDAQECAgIDAwQICgwNEgwKCAQDAwICAQECAwUFBgcHCAgIBwcGBgYFBAMDAgIBAQIDBAUG/Xc+A2ys/tcBQ9AAAAMAAAAAA9QD9AAIABQAIAAAARcjFTMHFzcnAQcnBxcHFzcfASc3ASE1IREhFxEzESchAxo38/M4OYOD/nNDOVtfZlhAQV9ubv4MAy39EgIGqT/O/aEBezddNjGVlwFropwF0sUIo6kH39787z4DbKz+1wFD0AAAAAUAAAAAA8AD9AADAAcACwAPAFsAAAEzNSMHMzUjBzM1IyURIRE3Iw8OFQMfDyE/DxEvDyM1IxUhNSMClmNjyGRkx2NjAlb9RjIyCgoKCQkIBwcHBgQFAwICAQEBAwMEBQYGBwgICQkKCgoCugoKCgkJCAcIBgYFBAMDAQEBAQMDBAUGBggHCAkJCgoKMmP+cGMBzmRkZGRkZP3aAib6AQEDAwQFBgYHCAgJCQoKCv1ECgoKCQkICAcGBgUEAwMBAQEBAwMEBQYGBwgICQkKCgoCvAoKCgkJCAgHBgYFBAMDAQFkZGQAAAACAAAAAANuA14ASQBoAAABDwQfBA8EHwc7AT8DHwM7AT8EPQEvAz8DPQEvBisBDwMvAysBDwEBDwYVHwIBETMRAT8DLwYjISMCpRsCAgEBAQECAjo6AgIBAQEBAgIbAwMDBAQDBAM5OgMDBAMEBAMgAgEBAgM5OQMCAQECAxoDAwQEAwQDAzo5AwQDBAQDA/4EBQQJAwMBAQMFBwEldAEgCQYEAQEBAwMJCQkK/X4KAYYbAwMDBAQDBAM5OgMDBAMEBAMDGgMCAQECAzk5AwIBAQIgAwQEAwQDAzo5AwQDBAQDAwMbAgIBAQICOjoCAgEBAgHUAQIFAwQEBQQJCQn+2/6iAV4BIAoJCAkFBAQDBQMCAAABAAAAAANtA10AHgAAEw8GFR8CAREzEQE/Ay8HISOsBQQJAwMBAQMFBwEldAEgCQYEAQEBAwMJCQkK/X4KA1wBAgUDBAQFBAkJCf7b/qIBXgEgCgkICQUEBAMFAwEBAAACAAAAAALRAucAAwAHAAABMQcnFwctAQKm42BIfAGi/l4CAgKzs+fp5QAAAAIAAAAAAn0CfQA/AH8AAAEVDw0rAS8NPQE/DTsBHw0HHw8/Dy8PDw4CUwECAwQEBQUGBgcIBwgJCAgJCAcIBwYGBQUEBAMCAQECAwQEBQUGBgcIBwgICQkICAcIBwYGBQUEBAMCAdABAgMEBQYICAkJCgsMDAwNDQwMDAsKCQkICAYFBAMCAQECAwQFBggICQkKCwwMDA0NDAwMCwoJCQgIBgUEAwICAAkICAcIBwYGBQUEBAMCAQECAwQEBQUGBgcIBwgJCAgJCAcIBwYGBQUEBAMCAQECAwQEBQUGBgcIBwgJCA0MDAwLCgkJCAgGBQQDAgEBAgMEBQYICAkJCgsMDAwNDQwMDAsKCQkICAYFBAMCAQECAwQFBggICQkKCwwMDAAGAAAAAANrAmcAEAAwAFMAmQDRANsAAAEfAyM/Bx8CBR8CHQEPBi8GPQE/Bh8CNycjFTM1PwQfBh0BMzUvBiMPBDcPBxUfDj8HJw8HLwczNS8NIw8CBQ8HHw8/CjUvDiMPAgUzNRczNSMVJyMDPAQDAgFHAgMDBAUGBwcHBwX+pAQEAgIDBQUHBwgJBwcFBQMCAgMFBQcHCAkHBoIBISMFBQMDCQYGBQQDAgEjAgMFBggJCwwGBQQEBJ4JBwYFBQICAQECAwMDBQUGBgYHCAgICAsJCQkIBwYFFAQEBQUGBQYGCQgHBwUEAwFsAQICAgMEBQQGBgYHBwgICgoK/pMHBwYFBAMCAQEBAQIDBAQEBgUGBwYIBwkKCgkJCAYGBQQDAgEBAgIDBAQEBgUGBgcHBwgKCgn+8yVwJSVwJQIWBQcHCwkHBwUFAwIBAQICCQgJCgsNCwkIBgQDAQEDBAYICAsLDQsJCAYEAwEBAwQPEp1wCAUCAgEBAQIDBQUGB2VuDAsJBwUEAQEBAgMDAgYHBwkKCgsLDQgIBwcGBgYFBAQDAgEBAQEBAwMEBQYHEgUEAwMCAQEBAQIEBQYHCAkYCAgIBwYGBQUEBAMCAgEBAgMEBgYICAoKCwsLCAgIBwcGBgUEBAMDAQEBAQIDBAYGCAkJCgsLEQcIBwYGBgUFBAQDAgIBAQIDnZOT0JSUAAABAAAAAALGApwABQAAAScHFwEnAb5YLIQBCCwBvVkshgEMLAAXAAAAAAKHAocAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwCfAAABMzUjBzM1IwczNSMHMzUjBzM1IzczNSMHMzUjNzM1IwczNSM3MzUjBzM1IwczNSMHMzUjNzM1IwczNSM1MzUjFzM1IzczNSMHMzUjBzM1IwczNSMHMzUjFwc1IxUzBzUjFTMHNSMVMwc1IxUzDwMdAR8FOwE/AhUzNSM3FTM1IzcVMzUjNxUzNSM/Aj0BLwUrAQ8BAnMUFCoVFSoVFSkUFCoVFacUFH0UFH0UFPoUFPoUFCoVFacVFSkUFPoUFPoUFBQUfRQUKRUVKRQUKhUVKhUVKRQU6wYVDEsUDCEVDEsUDAYDAgEBAgMDBAMEBAQECRUMSxQMIRUMShUMCQIBAQIDAwQEBAMEBAF5FBQUFBQUFBQUFRUVFRUVFRUVFBQUFBQUFBUVFRUVFRUVFBUVFRUVFRUVFQYGDBRLDBUhDBRLDBUGAwQEBAQDBAMDAgEBAgkMFEsMFSEMFEsMFQkEAwQEBAQDAwIBAQIAAAAAFwAAAAAChwKHAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwCKAI4AkgCWAJoAngAAATM1IwczNSMHMzUjBzM1IwczNSM3MzUjBzM1IzczNSMHMzUjNzM1IwczNSMHMzUjBzM1IzczNSMHMzUjNzM1IwczNSMnDwIdAR8CIxUzNRcjFTM1FyMVMzUXIxUzNR8COwE/BT0BLwMzNSMVJzM1IxUnMzUjFSczNSMVLwIrAQ8BFzM1IwczNSMHMzUjBzM1IwczNSMCHxUVKRQUKhUVKhUVKRQUfRQUfRQU+hQU+hQU+hQUKhUVpxUVKRQU+hQU+hQU+hQUfRQUdwMCAQECCQwUSwwVIQwUSwwVCQQEAwQEBAMDAgEBAgMGDBRLDBUhDBRLDBUJBAQDBAQE8RQUKhUVKhUVKRQUKhUVAXkUFBQUFBQUFBQVFRUVFRUVFRUUFBQUFBQUFRUVFRUVFRUjAwQDBAQEBAkVDEsUDCEVDEoVDAkCAQECAwMEBAQEAwQDBhUMSxUNIRUMSxQMCQIBAQIRFBQUFBQUFBQUAAAAAAQAAAAAAtoC2gADAAcACwAPAAABFzcnNxc3JwUXNyc3FzcnAaJeXl4fXl5e/qheXl4fXl5eAYNeXl4fXl5eXl5eXh9eXl4AAAEAAAAAAn0CfQA/AAABHw8/Dy8PDw4BgwECAwQFBggICQkKCwwMDA0NDAwMCwoJCQgIBgUEAwIBAQIDBAUGCAgJCQoLDAwMDQ0MDAwLCgkJCAgGBQQDAgIADQwMDAsKCQkICAYFBAMCAQECAwQFBggICQkKCwwMDA0NDAwMCwoJCQgIBgUEAwIBAQIDBAUGCAgJCQoLDAwMAAAAAAEAAAAAAmgCaAADAAABMzUjAZjQ0AGY0AAAAAACAAAAAAP0A7UABQALAAAJAhcJAQUJARcJAQHMAVb+qmgBwP5A/dgBV/6paQG//kEDT/6x/rFnAbYBtmf+sf6xZwG2AbYAAAACAAAAAAP0A7UABQALAAAJATcJAScJATcJAScBzAG/af6pAVdp/IEBwGj+qgFWaAIA/kpnAU8BT2f+Sv5KZwFPAU9nAAIAAAAAA7UD9AAFAAsAABMJAScJAQMJAScJAUoBtgG2Z/6x/rFnAbYBtmf+sf6xAcz+QAHAaP6qAVYBV/5BAb9p/qkBVwAAAAIAAAAAA7UD9AAFAAsAADcXCQE3ASEXCQE3AUpnAU8BT2f+Sv5KZwFPAU9n/kp1aQFX/qlpAb9oAVb+qmgBwAACAAAAAAN3A/QAVACpAAABHwcPHiM1Bxc1Px8vByUPHx8HNy8HPx4zFTcnAvgHBwYEBAMBAQEBAgIDBAQFBQcGBwgJCQoKCgsLCwwMDA0NDQ0ODg4PuroUExMTEhESEBEQDw8PDg4NDQwLCwkJCAcHBQUEBAICAQEEBAcICgwN/sQUExMTEhESEBEQDw8PDg4NDQwLCwkJCAcHBgQFAwICAQEDBQcICgwNRAgGBgQEAwEBAQECAgMEBAUFBgcHCAkJCgoKCwsLDAwMDQ0NDQ4ODg+6ugKADxAPEBAQEREODg4NDQ0MDQsMCwsLCwoKCQkICAcGBgUFBAQDAgIBiLW3iAECAgMEBQYGBwgICgoLCw0NDQ4ODw8PEBARERISEhMTGxoZGRcYFhaqAQICAwQFBgYHCAgKCgoMDA0ODg4PDw8QEBEREhISExMbGhkZFxgWFkIPDw8QEBEREQ4ODg0NDQ0MDAsMCwoLCgoJCQgIBwYGBQUEBAMCAgGItbcAAAADAAAAAAOcA/QAKQBlAHsAAAEfBw8HFz8PLwclFw8HHwc3LwY1PwcBDwcjNQcXNT8HFzcBBQ8IFz8HFTcnAxEIBwUFAwMBAQEDBQYHCgoNQgoJCAgHBwYGBQQEAwICAQEBAwUHCAoMDf0Pfw8NCgkHBQQCAgMFBggKDA5ECAcFBQQCAgEBAwQGBgcJAXMLDQ4ODg8PEBC6uhoaGBgXFxUbiTj9AAF9DxAeHRwbGRkYQhERExIUFBUVu7sCgA8QDxAQERARFxYVFRMTExFEDAwNDQ0ODQ8ODw8PEBAQERsaGRkXFxcWjIIXFxgZGhsbHRsaGRkYFxYWQg8PDxAQERERExIREREQEBD+hQUFBQQEAgMBiLW3iAICBAYHCAkPjDkDERsBAQQFCAoLDRBDCgkHBgUEAgGItbcAAAAAAwAAAAADhgPzAIsAywElAAATDwcfFj8WLw8HHwkdAQ8RLxI/CicPBgEVDw0rAS8NPQE/DTsBHw0lDwoVHxA/EDUvGg8OpAoIBwYFAwICAQIDAwQGBQcICAkKCwwaHB4gIiMlJykpJyUjIiAeHBoMCwoJCAgHBQYEAwMCAQICAwUGBwgKCgwMDQ8PEBEeChIPDgoIAwMCAQECAwMECQwPERMWFxgZGhwdHh4dHBoaGBYWChIQDQsIAwMCAQEBAQIDAwMKDA4REx4REA8PDQwMAb8CAgQFBQcHBwkJCQoLCwsLCwoLCQkJBwcHBQUDAwICAwMFBQcHBwkJCQsKCwsLCwsKCQkJBwcHBQUEAgL+xA0NDAwKCAgFBQICAgIDBAUFBgYPEBMVIzhJFwYDDR5kJBYUEg8OBgUEBAQCAQEDBAYHCQoLDQ0NCwsLCwwMDQ0NDQ4ODg8PDw8PDw4ODg0NDQ0MCwwLCwEeCgoKCwoLCwsKCgoJCgkJCAkICAgHBw4NCwkIBQUCAQECBQUICQsNDgcHCAgICQgJCQoJCgoKCwsLCgsKCgoKCQkICAgHByoFCQkKCwsGBgYGBgcGBQYGBQsKCQoICAcGBAQDAQEBAQMEBAYHCAQJCQoLCgYGBQYHBgYGBgYGCwoKCQkqBwcICAgJCQGjCwsKCwkJCQcHBwUFAwMCAgMDBQUHBwcJCQkLCgsLCwsLCgkJCQcHBwUFBAICAgIEBQUHBwcJCQkKCwvLDg8QEREREhITExMTExMTEhEREBAhICAhMUtdGgUCDiODMiAhICAhEBEQExMTExMTExMREhIRERAPDgoJCQgHBwYFBQQEAwICAQEBAQICAwQEBQUGBwcICQkAAAUAAAAAA7UD8wADAAcACwAsAIkAAAEVITUlFSE1JRUhNSUfBA8HLwc/Bx8CJw8HIw8NER8NIT8NES8NIy8PIw8FAl7+qAH0/gwB9P4MARwDAwQDAQEDBAYHCAkKCgkIBwYEAwEBAwQGBwgJCgoJCG8JCAgHBgUFBdEQCAcHBwYKCAcGBAMCAQECAwQGBwgKBgcHCAcQArQQCAcHBwYKCAcGBAMCAQECAwQGBwgJBwcHBwgQ0QUFBQYHCAgJCQoKCgsLCwwMCwsLCgoKAUNdXbpdXbtdXcIEBAgJCgoJCAgGBAMBAQMEBggICQoKCQkHBgQDAQEDBFkHCAgICgkLCwICAwMEBAkJCQoKDAsN/UUMDAsLCgkJCAUEAwICAwMCAgMEBQgJCQoLCwwMArsNCwsLCgkJCAUEAwMCAgsKCgkJCAgHBgYEBAMCAQECAgMEBAYAAAAFAAAAAAP0A9QABQBFAIYAigDaAAAlFzcnNSMXDw4rAS8NPQE/Dh8OBRcVHw4/Dy8PDw4DESURJQ8BLwElLwEjBwUPBREfBzM/ATsBFwUXOwE/AS8FNT8VMx8BES8HIwM4Tw8+IJ0BAgQEBgcICQoLDAwNDg0PDg4ODA0LCwoJCAcGBQQCAgQFBgcICQoLCwwNDg4ODg4ODQwMCwoJCAcGBAQC/sgBAwQGBwkKCwwNDg8QEREREhEQEA8ODQ0LCggIBQUCAQECBQUICAoLDQ0ODxAQERIREREQDw4NDAsKCQcGBANf/ucBOQUGBQb+8gUFBgX+9QQDAwIBAQEBAgMEBAUFA/0FBgUFAQ8FBQUGMwYFBAICAQICAwQEBQYHBwcICQkJCgsLEhIREhEQEBABAQMCBAQFBQe3LhskXU4ODg4MDQsLCgkIBwYFBAICBAUGBwgJCgsLDQwODg4PDQ4NDAwLCgkIBwYEBAIBAQIEBAYHCAkKCwwMDQ0ODwkIEREQDw4NDAsKCQcGBAMBAQMEBgcJCgsMDQ4PEBERERIREBAPDg0NCwoICAUFAgEBAgUFCAgKCw0NDg8QEBECG/3UYwIsCwEBAQFfAQECWwICAwMDBP0eBQUEBAMCAQFiAgJfAQESDQ4ODw8PEBAMDAsMCwoKCgoJCAkHBwcGCAYFAgECAwIfBQUEAwMCAgEAAAADAAAAAAPBA/QAAwAHAFMAACUzNSMlESERNysBDw4RHw4zITM/DhEvDisBNSMVITUjAgD7+wFd/UYxMQsKCgkJCAgIBgYFBAMCAQEBAQIEBAUGBwcICAkJCgoKAroKCgoJCQgIBwcGBQQEAgEBAQECBAQFBgcHCAgJCQoKCjFl/nJl0/vH/dwCJPoBAwMEBQUHBwgICQkKCwr9RgsKCQkJCAgIBwYFBAMCAgICAwQFBgcICAgJCQkKCwK6CgsKCQkICAcHBQUEAwMBZWVlAAAABgAAAAADxgP0AAcADQBOAFkAjQEJAAATMyc/AyMFFzcnNSM3HwgPDy8PPw8fBgUzPwcjJRUvBiMPHx8HIxE3KwEPDRURFR8NMyEfDz8fLw8RLw4rATUjFSE1I+gnAgEBAgMsAXKRIm5FyQgHDQsJBwUEAQEEBQcJCw0PEBESExQVFhcXFhUUExEREA8MCwkHBQQBAQQFBwkLDA8QERETFBUWFxcWFRQTEhH91U4ICAgJCgoKC5gCJw8QEREREhISERAQDw8PDw4ODQ0NDAwMCwsKCgkIBwcGBgUEBAIDAQEBAQIDBQUGB9MtLQoJCQgICAcHBgUEBAMCAQECAwQEBQYHBwcJCAkJCgEVCwsMDA0NDg4ODw8PDxAPEBEQEQ8QDw4PDg0NDQ0MCwwKCwkJCAgHBgUFBAQDAgEBAQECAwQEBQUGBwgHCQkKCgEBAgMEBAYGBwcHCAkICQosXP6WWwEpHhESERFhUzpCfxMHCBESExQVFhcXFhUUExIREA8NCwkHBQQBAQQFBwkLDQ8QERITFBUWFxcWFRQTEhEPDw0KCQcGAwEBAwYHCQoNBQ4ODQ0MDAwLYEsHBgUFAwICAQECAwQEBQUHBggICQkLCwsMDAwNDQ0ODg8OEA8QEBESEhIRERAQEAHy4wECAwMFBQYHBwcICQkJCv2GCQkJCAgIBwcGBgQEAwIBCwoJCAgIBgYGBQQEAgMBAQEBAwIEBAUGBgcHCAkKCgsLDAwMDQ0ODg4PDw8QEBAREBAPDw8PDw4PDQ0NDAwMCgEVCQkJCAgIBwcGBgQEAwIBXFxcAAAFAAAAAAPBA/QAAwAHAAsADwBbAAABMzUjBzM1IwczNSMlESERNysBDw4RHw4zITM/DhEvDisBNSMVITUjAqVWVsdVVchVVQJH/UYxMQsKCgkJCAgIBgYFBAMCAQEBAQIEBAUGBwcICAkJCgoKAroKCgoJCQgIBwcGBQQEAgEBAQECBAQFBgcHCAgJCQoKCjFl/nJlAWZVVVVVVdr93AIk+gEDAwQEBgcHCAgJCQoLCv1GCwoJCQkICAgHBgUEAwICAgIDBAUGBwgICAkJCQoLAroKCwoJCQgIBwcFBQQDAwFlZWUAAAAABwAAAAADwQP0AAMABwALAA8AEwAXAGMAAAEzNSMHMzUjBzM1IwczNSMHMzUjJREhETcrAQ8OER8OMyEzPw4RLw4rATUjFSE1IwLkVlaJVVWKVlaJVVWJVVUCnv1GMTELCgoJCQgICAYGBQQDAgEBAQECBAQFBgcHCAgJCQoKCgK6CgoKCQkICAcHBgUEBAIBAQEBAgQEBQYHBwgICQkKCgoxZf5yZQFmVVVVVVVVVVVV2v3cAiT6AQMDBAUFBwcICAkJCgsK/UYLCgkJCQgICAcGBQQDAgICAgMEBQYHCAgICQkJCgsCugoLCgkJCAgHBwUFBAMDAWVlZQAAAgAAAAADwQP0AAMATwAAAREhETcrAQ8OER8OMyEzPw4RLw4rATUjFSE1IwNd/UYxMQsKCgkJCAgIBgYFBAMCAQEBAQIEBAUGBwcICAkJCgoKAroKCgoJCQgIBwcGBQQEAgEBAQECBAQFBgcHCAgJCQoKCjFl/nJlApX93AIk+gEDAwQEBgcHCAgJCQoLCv1GCwoJCQkICAgHBgUEAwICAgIDBAUGBwgICAkJCQoLAroKCwoJCQgIBwcGBAQDAwFlZWUAAAQAAAAAA8ED9AADAAcACwBXAAABITUhNSE1ISURIRE3KwEPDhEfDjMhMz8OES8OKwE1IxUhNSMBBQFg/qAB9v4KAlj9RjExCwoKCQkICAgGBgUEAwIBAQEBAgQEBQYHBwgICQkKCgoCugoKCgkJCAgHBwYFBAQCAQEBAQIEBAUGBwcICAkJCgoKMWX+cmUBB2JlZGP93AIk+gICAwQFBgcIBwkICgkKCv1GCwoJCQkICAgHBgUEAwICAgIDBAUGBwgICAkJCQoLAroKCgkKCAkHCAcGBQQDAgJlZWUAAAAABAAAAAADxgP0AAUARgB6APYAAAEXNyc1IzcfCA8PLw8/Dx8GJxUvBiMPHx8HIxE3KwEPDRURFR8NMyEfDz8fLw8RLw4rATUjFSE1IwJakSJuRcoHBw0LCQcGAwEBAwYHCQsNDhEREhMUFRYXFxYVExMSERAPDAsJBwUDAgIDBQcJCwwPEBESExMVFhcXFhUUExIRBA8QERERERITEBEQDw8PDw4ODQ0NDAwMCwsKCgkIBwcGBgUEAwMCAgEBAQIEBAUGB9MtLQoJCQgICAcHBgUEBAMCAQECAwQEBQYHBwcICQkJCgEVCwsMDA0NDg4ODw8PDxAPEBEQEQ8QDw4PDQ4NDQwNCwwKCwkJCAgHBgUFBAQDAgEBAQECAwQEBQUGBwcICQkKCgEBAgMEBAYGBwcHCAkICQosXP6WWwErUzpCfxMHCBESExQVFhcXFhUUExIREA8NCwkHBQQBAQQFBwkLDQ8QERITFBUWFxcWFRQTEhEPDw0KCQcGAwEBAwYHCQoNwEsHBgUFAwICAQECAwQEBQUHBggICQkLCwsMDAwNDQ0ODg8OEA8QEBESEhIRERAQEAHy4wECAwMFBQYHBwcICQkJCv2GCQkJCAgIBwcGBgQEAwIBCwoJCAgIBgYGBQQEAgMBAQEBAwIEBAUGBgcHCAkKCgsLDAwMDQ0ODg4PDw8QEBAREBAPDw8PDw4PDQ0NDAwMCgEVCQkJCAgIBwcGBgQEAwIBXFxcAAQAAAAAA/QDPQAnAFgAmADYAAABHwwVITUvFSMFDw4VITUvFSsBDwUBDwYdAR8OPw8vDw8GBQ8HHw8/Dj0BLw4PBgKKCgkRDw0GBAUDAwICAQEQAgIDBQQGBgcICQkLCwsaGxsaGRgYFyH92Q0YCwsJCQgHBgYEBQMCAgJ8AgIDBAUGBgcICAoKCwsaGxoaGRgYFxcWGBgYGRobAbYJCAYGBAMCAgMEBgYICQoKCwwMDQ4ODg4NDQwLCwoJBwcFBQMBAQEBAwUFBwcJCgsLDAwNDg4ODg0NCwwK/ooJBwcFBQMBAQEBAwUFBwcJCgsLDAwODg4ODg0MDAsKCgkIBgYEAwICAwQGBggJCgoMCw0NDg4ODg0MDAsLAdEHCBEREwoKCgsMDAwMcXEJCgkJCAgICAcHBwYGBgsJCQcFBQMCKAUMBgYHBwcICAgICQkKCXFxCQoJCQgICAgHBwcGBgYLCQkHBQUDAgIDBQUHCQFjCgsLDAwNDg4ODg0NCwwKCgkIBwUFAwIBAQIDBQUHCAkKCgwLDQ0ODg4ODQwMCwsKCQcHBQUDAQEBAQMFBQcHCQoLCwwMDQ4ODg4NDQsMCgoJCAcFBQMCAQECAwUFBwgJCgoMCw0NDg4ODg0MDAsLCgkHBwUFAwEBAQEDBQUHBwAEAAAAAAQABAAABQBGAEoAmwAAARUXByc1BxUfDz8PLw8PDgEhNSEDKwEPDRURFR8NMyEvAyEvBjURFSERHwMRLw4rATUjFSE1IwNAWy5twAEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQQBAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBP5/AgD+AEAgCgoJCQgIBwcGBgQEBAICAgIEBAQGBgcHCAgJCQoKAbIFBAMD/l0HBgUFBAMCAwAREA8QAQEDAwQFBQYHBwgJCAoJCiCA/oCAAWBzWi5ujYAMCxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQQBAQQFCAkLDQ8QERIUFBYWAYlAAQACAgQEBAYGBwcICQgKCQr9gAoJCggJCAcHBgYEBAQCAg8QERABAgIEBQYGBgKEJP69AwMEBQFyCgkKCAkIBwcGBgQEBAICQEBAAAAABAAAAAAEAAQAAAUARgBeALEAAAEVFwcnNQcVHw8/Dy8PDw4BMw8JMz8INSEDKwEPDRURFR8NMyEvAyEvBjURNRUhNREfAxEvDisBNSMVITUjA0BbLm3AAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUE/v+pFRMJEQ8OCwUFA1UIBAUMDQgRFCL/AMAgCgoJCQgIBwcGBgQEBAICAgIEBAQGBgcHCAgJCQoKAbIFBAMD/l0HBgUFBAMCAwAREA8QAQEDAwQFBQYHBwgJCAoJCiCA/oCAAWBzWi5ujYAMCxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQQBAQQFCAkLDQ8QERIUFBYWAYAjJRIlJygpFRUWLhUVKCgUKClCMQEAAgIEBAQGBgcHCAkICgkK/YAKCQoICQgHBwYGBAQEAgIPEBEQAQICBAUGBgYCgAQkIP6dAwMEBQFyCgkKCAkIBwcGBgQEBAICQEBAAAAAAAQAAAAABAAEAAAFAEYAmQDqAAABFRcHJzUHFR8PPw8vDw8OJz8BMx8LHQEPDCMvBhUfBT8PNS8NIwc3MzUjAysBDw0VERUfDTMhLwMhLwY1ERUhER8DES8OKwE1IxUhNSMDQFsubcABBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFhcXFhYUFBIREA8NCwkIBQT7FCUaExAHBgYFBAQDAgIBAQEDAgQEBQUFBwYIDxULDAsLCwoLCgsMDBocEhAQDw4NDAsKCAgFBQMCAQIDBAUGBwgKCgsMDA4OECYGk9fWIAoKCQkICAcHBgYEBAQCAgICBAQEBgYHBwgICQkKCgGyBQQDA/5dBwYFBQQDAgMAERAPEAEBAwMEBQUGBwcICQgKCQoggP6AgAFgc1oubo2ADAsWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFvYCAwIEAgMDBAQFBQUGBgcHBgYFBQUFBAMEAgICAgECAwMEBQVHBAMDAgMBAQEDBAUGCAgKCgoMDAwODgwMCwsKCQkIBwYFBAQCAgFLRAEAAgIEBAQGBgcHCAkICgkK/YAKCQoICQgHBwYGBAQEAgIPEBEQAQICBAUGBgYChCT+vQMDBAUBcgoJCggJCAcHBgYEBAQCAkBAQAAJAAAAAAQABAAABQBGAEoATgBUAFgAXABgALMAAAEVFwcnNQcVHw8/Dy8PDw4nMzUjBzM1IwU/AyM1MzUjBzM1IwczNSMDKwEPDRURFR8NMyEvAyEvBjURNRUhNREfAxEvDisBNSMVITUjA0BbLm3AAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEwYCAwICAAYAKCwwMLYCAwICAwICAQCAKCgkJCAgHBwYGBAQEAgICAgQEBAYGBwcICAkJCgoBsgUEAwP+XQcGBQUEAwIDABEQDxABAQMDBAUFBgcHCAkICgkKIID+gIABYHNaLm6NgAwLFhYUFBIREA8NCwkIBQQBAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhZJgICALQwMCwqAgICAgIABAAICBAQEBgYHBwgJCAoJCv2ACgkKCAkIBwcGBgQEBAICDxAREAECAgQFBgYGAoAEJCD+nQMDBAUBcgoJCggJCAcHBgYEBAQCAkBAQAAACgAAAAAD6gPqAAMABwALAA8AEwAXABsAHwAjACcAAAEVMzUhFTM1IRUzNSUVMzUhFTM1IRUzNSUVMzUhFTM1IRUzNSUhESECuPX92Pb92PUBcPX92Pb92PUBcPX92Pb92PX+zQPW/CoBC7i4uLi4uPW4uLi4uLj1uLi4uLi49vwqAAAAAwAAAAADgwPqABoAQQCbAAABFQ8KKwETHwIhPwIRLwIBFQ8KKwERFR8GMzU3MTczNS8HJSEfDh0BMx8NFREVDw4hLw49ASMvDjURNzMCYwIEAwQFBwcJCwwPEGwBAgQFAZoFBAICBAX+egMEBAUGCAkLDQ8RFIIBAgICAwQDi7Q1iAEBAQIDAwME/tkBJwkJCAkHBwcGBgUEBAMCAi0HBwYHBQYFBQQEAwICAQECAgMEBAUFBgUHBgcHCP5sCAcHBgcFBgUFBAQDAgIBiwkICQgHCAYHBQUFAwMDAdoBAoh/DQ0HBwgHBgYEBAH+ngYDAwMDBgIiBQQCAR2aEBAJCQkICAcFBAL+VgQDAwMCAQEB2r830QQDAwMCAQEBRgEBAgMEBAUGBgcHCAgICQnRAQIDAwMFBAUGBgYHBwcH/eQIBwcHBgYFBgQEBAMCAgEBAQECAgMEBAUFBQYGBwcHCE4BAQIDBAQFBgYHBwgICAkJAbznAAAAABAAAAAAA+oD6gADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AAAlMxUjJTMVIyUzFSMlMxUjATMVIyUzFSMlMxUjJTMVIwEzFSMlMxUjJTMVIyUzFSMBMxUjJTMVIyUzFSMlMxUjAybFxf77xMT++sTE/vrFxQMRxcX++8TE/vrExP76xcUDEcXF/vvExP76xMT++sXFAxHFxf77xMT++sTE/vrFxdrFxcXFxcXFAcrExMTExMTEAcrExMTExMTEAcrFxcXFxcXFAAAEAAAAAAPqA+oAAwALABkAIQAAExEhEQEVITUjFSM1IREzESERMxEjNSMRIREnIRUzFTMRIegCMP4WAV5GRv5bRwK8R0eM/hbTA0lHRvwqAXT+5wEZAjHT042N/LYBX/6hAwNH/ucBGUZGR/y3AAAABgAAAAADrQPqAAMABwALAA8AEwAXAAA3IRUhNSEVITUhFSE1IRUhNSEVITUhFSFTAij92ANa/KYCKP3YA1r8pgIo/dgDWvymUz72PvY+9j72PvY+AAAAAAQAAAAAA+oD6gADAAYADAAgAAAlIRUhATMjJRcBIzUJAR8HFQ8EJz8DAckCIv3eAbQBAf7wz/2p0AHPAVMFCgoJhQYEAgIEBlgJz2MICgpMNwKUmdD9o8oB0wE5AQIEBoUJCgoKCgoJYAzPYgcGAwABAAAAAAPqA+oACwAAARcJAQcJAScJATcBA6tA/lIBrkD+Uv5YQAGo/lhAAagD60D+Vf5VQAGs/lpAAaUBpUD+WwAAAAMAAAAAA+oD6gAGABUAYAAAAQ0BNSM1MwEzGwEfATcjNTMDIwsBIwEzHw0VEScRIREhNxUPDyEvDjURPw8CzAEf/uH19f3tUilRVFAbRKRSUlJSUQHsASEKCwsFCgoJCAYCAgIBUv1JArdSAwMDBQMHCQsNCAgICgoKDP2cHAsRCwwLCgQEBAMDAgIBAQIGBQcJCwYHCAgJCgoLDAIAzMtQ9AHD/uIBHgPyo1L+ZwEe/uICFAUDBAYDCAkLDRAICQoLC/5CMgG5/M5SGS4KCwsGCwsJCQMEAgMBAQECAwUFBwkLBgcICAkKCgsMAuAcCxELCwsKBAUDBAIDAQEBAAACAAAAAAPqA+oACwCLAAABBxcHFzcXNyc3JwcRHx8PHy8fPx4BXF6kpF6kpV6kpF+kGRkZGBgXFxYWFRQUExMSERAQDg4NCwsKCQgGBgQDAgEBAgMEBgYICQoLCw0ODhAQERITExQUFRYWFxcYGBkZGRkZGRgYFxcWFhUUFBQSEhEQEA4ODQsLCgkIBgYEAwIBAQIDBAYGCAkKCwsNDg4QEBESEhQUFBUWFhcXGBgZGQMDX6SkXqSkXqSkXqQBjQECAwQGBggJCgsLDQ4PDxAREhMTFBQVFhYXGBcYGRkZGRkZGBgXFxYWFRQUExMSERAQDg4NCwsKCQgGBgQDAgEBAgMEBgYICQoLCw0ODhAQERITExQUFRYWFxcYGBkZGRkZGRgXGBcWFhUUFBMTEhEQDw8ODQsLCgkIBgYEAwIAAAMAAAAAA+oDRwADAAcACwAAATMVIwMhFSEDIRUhAZPa2toCjv1ypAPW/CoBJm0Bfm0BfW0AAAAAAQAAAAAD6gPqAAsAAAETIREhEwUDIREhAwKLAgFe/qMB/vYC/pIBbQED6/6X/vb+ngEBYwEKAWgAAAAAAQAAAAAD6gPqAIcAAAEfDw8HCQEfBw8PLwcJAQ8HLw8/BwkBLwc/Dx8HCQE/BgOhBwcHBwYGBgYFBAQDAwEBAQEBAQMDBAQF/pMBbQUEBAMDAQEBAQEBAwMEBAUGBgYGBwcHBwcHBwcGBwYF/pP+kwUGBwYHBwcHBwcHBwYGBgYFBAQDAwEBAQEBAQMDBAQFAW3+kwUEBAMDAQEBAQEBAwMEBAUGBgYGBwcHBwcHBwcGBwYFAW0BbQUGBwYHBwcD6wEBAQMDAwUFBQYHBgcHBwcHBwcHBgcFBv6T/pMFBgcGBwcHBwcHBwcGBgYGBQQEAwMBAQEBAQEDAwQEBQFt/pMFBQMDAwEBAQEBAQMDAwUFBgYGBgcHBwcHBwcHBgcGBQFtAW0FBgcGBwcHBwcHBwcGBgYGBQQEAwMBAQEBAQEDAwQEBf6TAW0FBQMDAwEBAAAAAAEAAAAAA+oDdwAGAAABFwEHATcXA21+/aYV/pl06AN4fv2mGAE1h8gAAAAABwAAAAAD6gPhAAMABwAnAEcASwBPAJoAACUhFSE1IRUhJQ8HHwczPwYvBiUPBh0BHwYzPwU9AS8FNxEhEQERIRElIRU7AR8NEQ8PIxUhNSMvDxE/DjsBAVoBT/6xAU/+sQItBgcFBQQCAgEBAgIEBQUHBgcGBgUDAwIBAQIDAwUGBvz4BwYFBQQDAgIDBAUFBgcHBgUFBAMCAgMEBQUGbwIL/goB3v31Aj5rCgkKCAkIBwcGBQUEAwIBAQEDAwUFBQcHCAgICgkKClX9nFUKCgkKCAgIBwcFBQUDAwEBAQEDAwUFBQcHCAgICgkKCmvIKZwoVgEBAgMEBAYGBQUFBAMDAQEBAgMEBQUHBQUEBAQCAgEBAQIDBAQGBgUFBQQDAwEBAQIDBAUFBwUFBAQEAgIe/swBNAIw/oEBfyvJAgIDBQQGBgcICAkJCgr+fwoKCQkJCAgHBwUFBQMDAQG7uwEBAwMFBQUHBwgICQkJCgoBdwoKCQkJCAgHBgYFBAQCAgAAAAMAAAAAA+oDwgACAAsAKAAAExcHCQIvATcvAgEzHwkVDwYBPwdBos4CGQEJ/n8BXANcBk0CTgULCgm/BAMDAgEBAQIEBwUEMP7yKgcHBwgHCAcBCLEaAuj+4P6ePShBIUkQAgADBAbQBAYFBgYHBgcGDQ0GBiwBJScGBQQDAwIBAAAAAAEAAAAAA+oD6gALAAABMxEhFSERIxEhNSEBw3oBrv5Sev5SAa4D6/5Sev5SAa56AAEAAAAAA+oDeAALAAATIRc3IQkBIScHIQEVARLZ2QES/p4BYP7u19f+7gFgA3no6P6G/ojm5gF4AAAAAAEAAAAAA/QDLAAFAAATCQEnCQEMAfQB9En+Vf5VAuf97QITRf46AcYAAAAAAQAAAAAD6gL1AAIAAAkBIQIAAev8KgL1/hYAAAEAAAAAA+oDWwACAAATIQEVA9b+FQNb/UoAAAABAAAAAAPqAvUAAgAACQEhAgAB6/wqAvX+FgAAAQAAAAAD6gL1AAIAABMhARUD1v4VAvX+FgAAAAEAAAAAA5QD6gAIAAABMxEBFwkBNwEBy1IBPzn+Z/5vMQEvA+v8uwEpQv6IAXhC/uYAAAABAAAAAAOUA+oACAAACQEHAREjEQEnAgQBkTH+0VL+wTkD6/6IQgEa/MoDRf7XQgABAAAAAAOYA+oABQAAEyEJASEBZwFDAe/+Fv69AegD6/4U/hYB6QAAAQAAAAAC9QPqAAIAAAkCAQsB6v4WA+v+Ff4VAAEAAAAAAvUD6gACAAABEQEC9f4WA+v8KgHrAAAEAAAAAANvA+oAAwAHAAsAFwAAATMRIwMzESMDESERASEVMxUjESERIzUzAj0+Prg+PnoB6v5TAXC4Pf2aPbgCe/4VAev+FQIo/ZsCZQEze7j9XQKjuAAAAQAAAAADXQPqAAYAAAERMRExEQEDXf1GA+v+uv62/roB4AAAAQAAAAADWwPqAAIAABMJAaUCtv1KA+v+Ff4VAAEAAAAAA+oDeQAIAAABFwEhFSEBBwEBcTz+9QNJ/LcBCzz+pAN5NP7hTP7hNAF5AAEAAAAAA+oDiAAIAAAJAicBITUhAQKCAWn+lz8BFfy9A0P+6wOJ/nf+dzcBK04BKwAAAAACAAAAAAPqA8IABgANAAABMxEzATEjAzMDIxEjAQJVovT+vFP7UwGi9AFEA7v9x/68A4T8gwI5AUQAAAACAAAAAAPqA+oABAAXAAABFwEjNQEfBxUPAyc/AwJwzf2lzQMgBQoKCYcGBAICBAZnzGMJCQoDPc39pc0DCQECBAaHCQoKCgsKCWfMZAcFAwAAAAACAAAAAAPqA9oABQAJAAABFwkBBwkBMxEjA3tw/pUBa3D+Jv50np4D2m/+lf6VbwHaAdr8TAAAAAIAAAAAA+oD2gADAAkAAAEzESMJAicJAQNNnp79OAHa/iZwAWv+lQPa/EwDtP4m/iZvAWsBawAAAwAAAAADuQPqAAMABwBTAAABMxUjAREhEQEzFSE1MxUzHw8RDw8hLw8TNT8OMwIA9fX+qQKu/YNiAYhiMQoKCgkICAgHBgYFBAMDAQEBAQMDBAUGBgcICAgJCgoK/VILCQoJCAgIBwYGBQQDAwEBAQICAwUEBgYHCAgICQoJCzEBz/UBuf3kAhwBWGJiYgEBAwMEBQYGBwgICAoJCgr9UQoJCgkICAgHBgYFBAMDAQEBAQMDBAUGBgcICAgJCgkKAq8KCgkKCAgIBwYGBQQDAwEBAAABAAAAAAMuA+oABQAAARcJAQcBArxz/okBd3P+FQPrdP6J/ol0AesAAwAAAAAD8wNNAAMABwALAAAlMzUjJyE1ISchNSEBkd7e3gKa/WanA+j8GLNvpm+nbwAAAAEAAAAAA+oDLgAFAAAJAQcJAScCAAHrdP6J/ol0Ay/+FXMBd/6JcwABAAAAAAMuA+oABQAACQInCQEBRAHr/hVzAXf+iQPr/hX+FXQBdwF3AAAAAAEAAAAAA+oDLgAFAAATCQEXCQGJAXcBd3T+Ff4VAy/+iQF3c/4VAesAAAAAAgAAAAAD6gPqAAsAiwAAAQcXBxc3FzcnNycHER8fDx8vHz8eAVBFsLBFsLBFsLBFsBkZGRgYFxcWFhUVExQSEhEQEA4ODQwKCgkIBgYEAwIBAQIDBAYGCAkKCgwNDg4QEBESEhQTFRUWFhcXGBgZGRkZGRkYGBcXFhYVFRMUEhIREBAODg0MCgoJCAYGBAMCAQECAwQGBggJCgoMDQ4OEBAREhIUExUVFhYXFxgYGRkC9UWwsEWwsEWwsEWwAaYBAgMEBgYICQoKDA0ODhAQERISFBMVFRYWFxcYGBkZGRkZGRgYFxcWFhUVExQSEhEQEA4ODQwKCgkIBgYEAwIBAQIDBAYGCAkKCgwNDg4QEBESEhQTFRUWFhcXGBgZGRkZGRkYGBcXFhYVFRMUEhIREBAODg0MCgoJCAYGBAMCAAABAAAAAAPqAvUAAgAACQEhAgAB6/wqAvX+FgAAAQAAAAAD6gL1AAIAABMhARUD1v4VAvX+FgAAAAMAAAAAA+oDlgADAAcAGAAAATMVIwEhFSElAQcnFSM1MycjNTMnIzUzJwJ/yFv+ggJ9/fD+lwLgTZjatqTsf6OAEwMCN24Bfm29/SBOmUlto26jbQIAAAABAAAAAAMuA+oABQAAARcJAQcBArxz/okBd3P+FQPrdP6J/ol0AesAAQAAAAAD6gO3AEoAAAEXNwEjESE/Dx8PDw8jLw4hESM3ARICBgEE2AF1BQUGBwcJCAoJCwsLDAwMDRAPDw4ODQwLCgkIBgYDAwEBAwMGBggJCgsMDQ4ODw8QDQwMDAsLCwkKCAkHBwYFBf4jyfoDtwYG/v7+YwsKCgoJCQgHBgYFBAMDAQEBAgQFBwgJCgsLDQ4ODw8QEA8PDg4NDAsKCQcHBQQCAQICBAQFBgYHCAkJCQsKCwIF+AAAAAAPAAAAAAPqA+oAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAACUVMzUhFTM1IRUzNSUzFSMlMxUjJTMVIwEzFSMlMxUjJTMVIwEVMzUhFTM1IRUzNSUzFSMlMxUjJTMVIwMzev4Wev4WegIo9vb+kPb2/pD29gLg9vb+kPb2/pD29gMeev4Wev4WegIo9vb+kPb2/pD29s16enp6eno+9vb29vYCZvb29vb2Aih6enp6eno+9vb29vYAAAABAAAAAAP0A/QACwAAEwkBFwkBNwkBJwkBDAGP/nFlAY8Bj2X+cQGPZf5x/nEDj/5x/nFlAY/+cWUBjwGPZf5xAY8AAAEAAAAAA/QDdwAFAAAJAQcJAScBcf8AZQFlAoNlAVUBAmb+mAKIZgABAAAAAAP0Al0ABAAAEyE1JyEMA+gG/B4BorsBAAAAAAEAAAAAAzYD8wAFAAATATcJASfKAfN5/oYBenkCAP4NeQF6AXp5AAAEAAAAAAPzA/MABgAdACIAQwAAJQcjNSM1NwEHFQcBDwEjLwM1PwEBPwEzHwMBESEJATcHAT8HPQEvDCMPBQE4PEZVPAG4AQL+lgIDBwUCAgIBBAFnAwMHBQICAf25ARICJP7umG4BE20GBQQDAwIBAQIDAwQFBqALDAYHDA4JCAgHBwedPFVGPAGNAwMD/pYBAQIBAgYGAwUBaAEBAgECA/5U/u4CJAESl2z+7W4GBwYIBwgICQgJCAcIBwYHnwgGAwECAQIDAwUFAAABAAAAAAPzA/MACwAAEwkBFwkBNwkBJwkBDQGO/nJkAY8Bj2T+cgGOZP5x/nEDj/5x/nFkAY7+cmQBjwGPZP5xAY8AAAEAAAAAAzYD8wAFAAATCQEXCQHKAXr+hnkB8/4NA3r+hv6GeQHzAfMAAAAAAQAAAAAD8wPzAAsAAAEhFSERMxEhNSERIwG5/lQBrI4BrP5UjgJHjv5UAayOAawAAQAAAAAD8wL5AAIAAAkBIQIAAfP8GgEGAfQAAAIAAAAAA/MD8wADAIMAAAEVITUDDw8fHz8fLx8PDgL7/gpnERAPDgwMCwoICAYFBQMCAQECAwUFBggICgsLDQ4PEBESEhMUFBUVFhYXGBgZGRoaGhoZGRgYFxYWFRUUFBMSEhEQDw4NCwsKCAgGBQUDAgEBAgMFBQYICAoLCw0ODxAREhITFBQVFRYWFxgYGRkaGhoaGRkYGBcWFhUVFBQTEgIxYmIBMRISExQUFRUWFhcYGBgaGhoaGhkZGBgXFhYVFRQUExISERAPDgwMCwkJCAYFBQMCAQECAwUFBggICgsLDQ4PEBESEhMUFBUVFhYXGBgZGRoaGhoZGRgYFxYWFRUUFBMSEhEQDw4NCwsKCAgGBQUDAgEBAgMFBQYICAoLCw0ODxAAAQAAAAAD8wOnAAgAABMBNwEhNSEBJw0Bplj+8QL3/QkBElkB//5ZWAERfAETWAAAAwAAAAACgQPzAD8AfwC/AAAlFR8NOwE/DT0BLw4PDhEVHw07AT8NPQEvDSsBDw0RFR8OPw49AS8NKwEPDQF/AgMFBQcHCAoKCgwMDA0NDQ0NCwwKCgoIBwcFBQMCAgMFBQcHCAoKCgwLDQ0NDQ0MDAwKCgoIBwcFBQMCAgMFBQcHCAoKCgwMDA0NDQ0NCwwKCgoIBwcFBQMCAgMFBQcHCAoKCgwLDQ0NDQ0MDAwKCgoIBwcFBQMCAgMFBQcHCAoKCgwMDA0NDQ0NCwwKCgoIBwcFBQMCAgMFBQcHCAoKCgwLDQ0NDQ0MDAwKCgoIBwcFBQMCjg0NDAwLCwoJCQcHBQQEAgIEBAUHBwkJCgsLDAwNDQ0NDQwLCwoJCAgGBgQDAgEBAgMEBgYICAkKCwsMDQ0BZQ0NDAwMCgoKCAcHBQUDAgIDBQUHBwgKCgoMDAwNDQ0NDAwMCgoKCAcHBQUDAgIDBQUHBwgKCgoMCw0NAWUNDQ0MCwsKCQgIBgYEAwIBAQIDBAYGCAgJCgsLDA0NDQ0NDAwLCwoJCQcHBQQEAgIEBAUHBwkJCgoMDAwNAAAAAgAAAAAD8wPzAGcA7gAAAQ8ZLxg9AT8XOwEfFwUVHx4zPw4XFQE3ASMnPw41Lx4rAQ8dAoEBAQEDAgQEBAYFDQ8QExMWCwsMDAwMDQ0NDQ0ODA0NDAwLDAsVFBIRDg0GBQUEAwMCAgEBAgIDAwQFBQYNDhESFBULDAsMDA0NDA4NDQ0NDQwMDAwLCxYTExAPDQUGBAQEAgMBAf2NAgIDBAUGBwcJCAoKCwwMDQ4ODg8QEBARERISEhMTExERERAQEBAQDw8ODg4NDQwQAR1V/uMtEAsJCQkIBwcGBgQEBAICAgEBAgQEBQYGCAgJCQsLDAwNDQ4PDw8QERERERITEhMTExMTEhISEREQEBAPDg4ODQwMCwoKCAkHBwYFBAMCAgKADQ0NDQwMDAwLCxYTExAPDQUGBAQEAgMBAQEBAQEDAgQEBAYFDQ8QExMWCwsMDAwMDQ0NDQ0ODA0NDAwLDAsVFBIRDg0GBQUEAwMCAgEBAgIDAwQFBQYNDhESFBULDAsMDQwNDA4NExMSExIREREREA8PDw4NDQwMCwsJCQgIBgYFBAQCAQECAgIEBAQGBgcHCAkJCQsQLf7jVQEdEAwNDQ4ODg8PEBAQEBARERETExMSEhIRERAQEA8ODg4NDAwLCgoJCAcHBgUEAwICAgIDBAUGBwcJCAoKCwwMDQ4ODg8QEBARERISEhMTAAAACAAAAAADwQPzAAMABwALAA8AEwAXABsAZwAAATM1IwczNSMHMzUjJTM1IwczNSMHMzUjJREhETcrAQ8NFQMfDjMhMz8OES8OKwE1IxUhNSMClmRkyGRkx2NjAY9kZMhkZMdjYwJX/UUyMwoKCQoICAgHBwUFBAQCAgEBAQMDBAUGBwcHCQgKCQoKArwKCgkJCQgIBwcFBQUDAwEBAQEDAwUFBQcHCAgJCQkKCjJk/nBjAQZkZGRkZGRkZGRkZGT92wIl+QICAwUFBQcHCAgJCQkKCv1FCwoJCQkICAcGBgUEBAICAgIEBAUGBgcICAkJCQoLArsKCgkJCQgIBwcFBQUDAgJkZGQAAgAAAAADhAPzACMAKwAANx8OMyEzPw4RITcjFSE1IychswEBAwQFBQcHCAgJCgoLCwsBvAsLCwoKCQgIBwcFBQQDAQH9ZovCAwjCN/7qfAwLCgoKCQkIBwYGBAQDAgIDBAQGBgcICQkKCgoLDAKZp29vNwABAAAAAAPzAzYABQAAEwkBJwkBDQHzAfN5/ob+hgK9/g0B83n+hgF6AAAAAAMAAAAAA/MD8wBAAEQAeQAAAR0BDw4vDz8OOwEfDREVITUjERUfDTMhMz8NNREnISMPDQKmAwQGBwgKCgwNDg4PEBEREREPEA4ODQwKCggHBgQCAQECBAYHCAoKDA0ODg8QERERERAPDg4NDAsJCAcGBAP91m8CAwMFBgYHCAkJCQsKCwwDCAwLCgoKCQkIBwYGBAQDAt79ZwwLCgsJCQkIBwYGBQMDAgEiCAkQEBAODg0MCgoIBwYEAgEBAgQGBwgKCgwNDg4QEBAREREQDw8NDQwLCQgHBgQDAwQGBwgJCwwNDQ8PEBECUd7e/PgMCwoKCgkJCAcGBgUDAwICAwMFBgYHCAkJCgoKCwwCmd4CAwMFBgYHCAkJCgoKCwAAAAMAAAAAA/MDTQADAAcACwAANyE1ITUhNSE1ITUhDQPm/BoD5vwaA+b8GrNvpnCmbwAAAAABAAAAAAPzA/MA1QAAEx8eOwE/HiMPDysBLx4/Hx8PByERBy8OKwEPHQ0BAgMEBgYICQoLDA0ODw8RERITFBQVFRYXFxgYGRkZGhUWFRUVFBQTFBMSEhIREBAQDw8NDg0MCwsKCQkIBwYGggULDg8RExQWFxgaGhwcHR4PFBMSExISEREREA8QDg4ODQwMCwsKCQgHBwYFBAMDAQEBAQMDBAUGBwcICQoLCwwMDQ4ODhAPEBERERISExITFBMTExISEhEREBAQDw8ODQ3JAbWTERITFBQVFRYXFxgYGBkaGRoZGRkYGBcXFhUVFBQTEhERDw8ODQwLCgkIBgYEAwICABoZGRkYGBcWFxUVFBQTEhERDw8ODQwLCgkIBwUFAwIBAwMEBQUHBwgJCQsKDAwNDQ4PDxAQERESEhITExQUDRsZGBYWExMQDw0LCQcFAgEDAwQFBgcICAkKCgsMDA0ODg8PEBAQERISEhITExMTExMSExESERAQEA8PDg4NDAwLCwkJCQcHBgUEAwMBAQEBAwMFBQYHBwkJCgoLDA3JAbWSEBAPDg0MCwoJCAYGBAQCAgQEBQcICQoLDA0ODw8RERITFBQVFhYWGBcYGRkZAAIAAAAAA/MD8wALAIsAAAE3FwcXBycHJzcnNwUVHx07AT8dPQEvHSsBDx0CALNHs7NHs7NHs7NH/sACAwUFBwgJCgsMDQ4PDxEREhMUFBUVFxYXGBgZGRkaGhkZGRgYFxYXFRUUFBMSEREPDw4NDAsKCQgHBQUDAgIDBQUHCAkKCwwNDg8PERESExQUFRUXFhcYGBkZGRoaGRkZGBgXFhcVFRQUExIREQ8PDg0MCwoJCAcFBQMCAkezR7OzR7OzR7OzR/oaGRkZGBgXFhcVFRQUExIREQ8PDg0MCwoJCAcFBQMCAgMFBQcICQoLDA0ODw8RERITFBQVFRcWFxgYGRkZGhoZGRkYGBcWFxUVFBQTEhERDw8ODQwLCgkIBwUFAwICAwUFBwgJCgsMDQ4PDxEREhMUFBUVFxYXGBgZGRkAAwAAAAAD8wPzAAUAhQEFAAABFzcnESMBFQ8dKwEvHT0BPx07AR8dBRUfHTsBPx09AS8dKwEPHQHA0zW7TQHmAgIEBQYGCAgKCgsMDA0ODw8QERESEhMTExUUFRUVFhYVFRUUFBQTExISEREQDw8ODQwMCwoKCAgGBgUEAgICAgQFBgYICAoKCwwMDQ4PDxARERISExMTFRQVFRUWFhUVFRQUFBMTEhIRERAPDw4NDAwLCgoICAYGBQQCAvxnAgMFBQcICQoLDA0ODxAQERMSFBQVFhYXFxcZGBkZGhoZGRgZFxcXFhYVFBQSExEQEA8ODQwLCgkIBwUFAwICAwUFBwgJCgsMDQ4PEBARExIUFBUWFhcXFxkYGRkaGhkZGBkXFxcWFhUUFBITERAQDw4NDAsKCQgHBQUDAgHwyjiyASD+0BYVFRUUFBQTExISEREQDw8ODQwMCwoKCAgGBgUEAgICAgQFBgYICAoKCwwMDQ4PDxARERISExMUFBQVFRUWFhUVFRQUFBMTEhIRERAPDw4NDAwLCgoICAYGBQQCAgICBAUGBggICgoLDAwNDg8PEBEREhITExQUFBUVFRYaGRkYGRcXFxYWFRQUEhMREBAPDg0MCwoJCAcFBQMCAgMFBQcICQoLDA0ODxAQERMSFBQVFhYXFxcZGBkZGhoZGRgZFxcXFhYVFBQSExEQEA8ODQwLCgkIBwUFAwICAwUFBwgJCgsMDQ4PEBARExIUFBUWFhcXFxkYGRkAAAAHAAAAAAP0A/QAAwAHAAsADwATABcAGwAAATUzFSE1MxUBNTMVITUzFQE1MxUhNTMVBSERIQLIyPzgyAGQyPzgyAGQyPzgyP7UA+j8GALIyMjIyP7UyMjIyP7UyMjIyGQD6AAAAwAAAAAD9AP0AEAAgQEBAAABHwYVDx8jLw4BHwYnHwcBLw41Px8zHwUFDw8fHz8fLx8PDgOIBQUEBAMBAgECAgQFBQYHCAkKCwsNDQ4PDxAQERESEhMTFBQUFhUWExITEhESEREQEBAPDw8ODgJKCwoKCQgIB/IQEBAPDw8ODv22CwoKCQgIBwcFBQQEAwECAQICBAUFBgcICQoLCw0NDg8PEBARERISExMUFBQWFRYTEhMSERIR/iAREA4ODQwLCQkIBgYEAwMBAQMDBAYGCAkJCwwNDg4QERITExMUFRUWFxYYGBkZGhoaGhkZGBgWFxYVFRQTExMSERAODg0MCwkJCAYGBAMDAQEDAwQGBggJCQsMDQ0PEBESExMTFBUVFhcXFxgZGRoaGhoZGRgXFxcWFRUUExMTAo8RERIREhMSExYVFhQUFBMTEhIRERAQDw8ODQ0LCwoJCAcGBQUEAgIBAgEDBAQFBQcHCAgJCgoLAkoODg8PDxAQ6QcHCAgJCgoL/bYODg8PDxAQERAREhESExITFhUWFBQUExMSEhEREBAPDw4NDQsLCgkIBwYFBQQCAgECAQMEBAUrEhMTExQVFRYXFhgYGRkaGhoaGRkYGBYXFhUVFBMTExIREA4ODQwLCQkIBgYEAwMBAQMDBAYGCAkJCwwNDQ8QERITExMUFRUWFxcXGBkZGhoaGhkZGBgWFxYVFRQTExMSERAODg0MCwkJCAYGBAMDAQEDAwQGBggJCQsMDQ0PEAACAAAAAAP0A/QAAwCDAAABFSE1Aw8PHx8/Hy8fDw4C+/4KZxEQDw4NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODxARERMTFBQUFhYWFxgYGBoaGhoaGhgYGBcWFhYUFRMTExESEA8NDQwLCQkHBwUEBAIBAQIEBAUHBwkJCwwNDg4QEhETExMVFBYWFhcYGBgaGhoaGhoYGBgXFhYWFBQUExMCMWJiATERExMTFRQWFhYXGBgYGhoaGhoaGBgYFxYWFhQUFBMTEREQDw4NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODxARERMTFBQUFhYWFxgYGBoaGhoaGhgYGBcWFhYUFRMTExESEA4ODQwLCQkHBwUEBAIBAQIEBAUHBwkJCwwNDg4QAAIAAAAAA/QD9AALAIsAAAEVMxUjFSM1IzUzNSUPDx8fPx8vHw8OAjHKymLKyv7PERAPDg0MCwkJBwcFBAQCAQECBAQFBwcJCQsMDQ4PEBERExMUFBQWFhYXGBgYGhoaGhoaGBgYFxYWFhQVExMTERIQDw0NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODhASERMTExUUFhYWFxgYGBoaGhoaGhgYGBcWFhYUFBQTEwL7ymLKymLKZxETExMVFBYWFhcYGBgaGhoaGhoYGBgXFhYWFBQUExMRERAPDg0MCwkJBwcFBAQCAQECBAQFBwcJCQsMDQ4PEBERExMUFBQWFhYXGBgYGhoaGhoaGBgYFxYWFhQVExMTERIQDg4NDAsJCQcHBQQEAgEBAgQEBQcHCQkLDA0ODhAAAAQAAAAAA/QDYAADAAcACgAOAAA3ITUhNyE1IQEtATchNSGiA1L8rtoCeP2I/pABGP7olgNS/K6gUuVT/tP+3zRSAAAAAQAAAAADNAP0AAUAABMJARcJAcsBfv6CdgH0/gwDfv6C/oJ2AfQB9AAAAAABAAAAAAMrA+QABQAAEwkBFwkB1QFy/o5xAeX+GwNz/o3+jXIB5QHlAAAAAAEAAAAAA3cD9AACAAA3CQGJAu79EgwB9AH0AAACAAAAAAO1A/QAAwAHAAAlIREhASERIQJ9ATn+x/3NATn+xwwD6PwYA+gAAAYAAAAABAAEAAADAAcAEAAUABgAIQAAJSE1ISUhNSEFFzcRMxEXNycTITUhJSE1IQUnBxc3JwcRIwGAAoD9gAEAAYD+gP2AK1VAVSug4AKA/YABAAGA/oD+AFUroKArVUBAQIBAUS9N/vMBDU0vkQFAQIBAzU0vkZEvTQENAAAAAgAAAAAD8wP0AH8BBQAAARUPHi8fPx8fHgUVHwcBDwMfCDM/BAEfBzM/HT0BLx0rAQ8dA7UBAgMDBQUFBgcICAkJCgoLCwwMDQ0ODQ8ODw8PEBAQEBAQDw8PDg8NDg0NDAwLCwoKCQkICAcGBgQFAwMCAQEBAQIDAwUEBgYHCAgJCQoKCwsMDA0NDg0PDg8PDxAQEBAQEA8PDw4PDQ4NDQwMCwsKCgkJCAgHBgUFBQMDAgH9UQEEBQgKDA4P/s8DBgMCAQIFBgkFBQwLDAwMBQUFAS0YGBobHB0dHhMTExITERIREBEPEA4ODg0MDAsLCgkIBwcGBQQEAgICAgQEBQYHBwgJCgsLDAwNDg4OEA8REBESERMSExMTExMTEhMREhEQEQ8QDg4ODQwMCwsKCQgHBwYFBAQCAgJ9EBAQDw8PDg8NDg0NDAwLCwoKCQkICAcGBgQFAwMCAQEBAQIDAwUEBgYHCAgJCQoKCwsMDA0NDg0PDg8PDxAQEBAQEA8PDw4PDQ4NDQwMCwsKCgkJCAgHBgYEBQMDAgEBAQECAwMFBAYGBwgICQkKCgsLDAwNDQ4NDw4PDw8QEBAPDx0dHBsaGBj+zgUKCwsLCwsJCQQDBAMDBAMEBAEtDw4MCggFBAECAgQEBQYHBwgJCgsLDAwNDg4OEA8REBESERMSExMTExMTEhMREhEQEQ8QDg4ODQwMCwsKCQgHBwYFBAQCAgICBAQFBgcHCAkKCwsMDA0ODg4QDxEQERIRExITEwAAGwAAAAAD1APUAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAAAlMzUjBzM1IwczNSMHMzUjBzM1IwczNSMHMzUjJTM1IwUzNSMFMzUjJTM1IwUzNSMFMzUjNSE1ISUzNSMFMzUjBTM1IyUzNSMFMzUjBTM1IyUzNSMHMzUjBzM1IwczNSMHMzUjBzM1IwczNSMDlj8/fT8/fT8/uz4+vD8/fT8/fT8/A2s/P/5LPj7+Sj8/A2s/P/5LPj7+Sj8/A6r8VgNrPz/+Sz4+/ko/PwNrPz/+Sz4+/ko/PwNrPz99Pz99Pz+7Pj68Pz99Pz99Pz8rPz8/Pz8/Pz8/Pz8/Pz4/Pz8/Pz4/Pz8/P30+fT8/Pz8/Pj8/Pz8/Pj8/Pz8/Pz8/Pz8/Pz8ABQAAAAAD8wPzACEAVwB5AJsA4AAAJR8HIT8HLwchDwYDES8EIw8HHwM/Ay8GKwEPBBEvBw8GNx8HIT8HLwchDwYDHwchPwcvByEPBicPBBUfBjM/AxUjDwcfBzM/Bj0BLwUrAREvCQ8CAYMBAgIEBQUGBgIzBgYFBQQCAgEBAgIEBQUGBv3NBgYFBQQCAvtFBAUGBQYGBgUFBAIBAQECBJmTAwIBAQEDAwUGBQYGBgYFBEQBAgMDBQUGBwYGBQUEAgL5AQICBAUFBgYCMwYGBQUEAgIBAQICBAUFBgb9zQYGBQUEAgIBAQICBAUFBgYCMwYGBQUEAgIBAQICBAUFBgb9zQYGBQUEAgLxfQQDAgECAwMFBgUGBgYGBUheBgYFBQQCAgEBAgIEBQUGBvoHBQYEBAMCAgMEBAYFB10BAQEDAgMEBAcGBgUFqAYGBQUDAwIBAQIDAwUFBgYHBgUFAwMCAQECAwQEBQYBL/7QeAUEAwEBAgQEBgYGBwYGBvHxBgYHBgcGBQUDAwICBAV+ATYHBgYFBAMCAQECAwQFBgY6BgYFBQQCAgEBAgIEBQUGBgcGBQUDAwIBAQIDBAQFBgFwBgYFBQMDAgEBAgMDBQUGBgcGBQUDAwIBAQIDBAQFBk91BQUGBgYFBgUEAwIBAgMDRNEBAgMEBAUGBwYGBQUEAgIBAQICBAUFBgYHBQYEBAMCARoEBQQEAwQCAgIBAQEDAAAEAAAAAAPzA3cAPQByAKUBLAAAAR8GOwEBDwMfBz8DAR0BHwY/BzUvByMPBiUVHw8zNSsBLw09AS8HDwYlFR8GOwEfDRUzLw8jDwYFFR8PMz8GPQEvBisBLw09Aj8NMyEzHxU7AT8GLxAhDw4C+gEBAwQFBQYGcP79BAMBAQEBAwQFBQYGBgYFBQEEAgMEBAYFBwYGBQUEAgIBAQEDBAUFBga8BgYFBQQDAf6IAQMEBwgJCwwNDw8IERISE4d9DQ0MCwsKCgkIBwYGBAMCAQIDBAQGBQcGBgUFBAICATgCAwQEBgUHXQ0NDAsLCgoJCAcGBgQDAj8BAwQHCAkLDA0PDwgREhITZwcFBgQEAwL9UAEDBAYICQsMDQ4HEBAREhJsBwUGBAQDAgIDBAQGBQdiDAwMCwoKCggIBwYFBAMCAgMEBQYHCAgKCgoLDAwMAQoLCwsLCQoJCAgHBgYEBAMBAgICBAUFBgYHBgUEBAMCAQEDBAYHCAoKDAwODhAHERAR/u0TEhEREA8ODQwLCQgGBAMB4QYGBgQEAwL+/AUFBgYGBQYFBAMBAQEBAwQBA3AGBgUFBAMBAQEBAwQFBQYGvAYGBQUEAwEBAQEDBAUFBp1GExISEREPDw0MCwkECAUEAj8CAwQGBgcICQoKCwsMDQxGBwYFBQMDAgEBAgMEBAUGzQcFBgQEAwIBAgMEBgYHCAkKCgsLDA0NFBISEREPDw0MCwkECAUEAgECAgQFBQandBQTEhIQEA8ODAsFCQcGBAIBAQMEBQUGBgcFBgQEAwIBAgMFBQcHCQkKCgwMDA0NdA0NDQsMCgoKCAcHBQUDAgIDAwUGBgcJCAoKCwsMDBQGBgQEAwICAwQEBgYGFRIRERAPDg0MCwoIBwMFAwIBAwUGCAoLDA4PEBASEhMAAwAAAAADdwP0ACUASwDLAAAlHwcVDwgvBzU/BzMXBR8IDwgvBzU/BzMXAxMDDw8fDz8OLwkbAQ8NFR8OPw4vDwMTJwsBAwEDCgUNBAIDAwMGBQQOBgcXCw0WDA0EAQMDAwUGBA4GAxoMDf5NAwMMDQQCAwIBAwYFBA4GBxcLDRYMDQQBAwMDBQYEDgYDGgwNIsO8Dw0ODQ0LCwUOCAcGBQMBAQECBAYGCAkEChEMDg0ODw8PDw4NDgwMDw0IBgYEAgEBAQMMBgsHDggRm5sJCAgIBgcGCwQEAwMCAQECBAYGCAkOEQwODQ4PDw8PDg0ODBEKDQgGBgQCAQEBAgMJBgQJBRcMDQ0ODw+5xSLQ0MQBBAQLBgMJDQkMDwgFCwMDAwEDBgcLBgIKDQkLEAgFCwMBBQIEAQEHCwYDCQ0JDA8IBQsDAwMBAwYHCwYCCg0JCxAIBQsDAQUCAtX+r/7AAgIEBAYGBwQPCQoLDAwMDQ0MDAwLCgoFCAsHBgQDAgEBAgMEBgcHDA8KCwwMDA0SCAgYCA4HDAYKAQb+9wQEBgUGBwcPCAgICQgICQ0MDAwLCgoNCwcGBAMCAQECAwQGBwsIDwoLDAwMDQ0MBgwRCwUJBA8HBgQDAgEBQgFRV/6gAWAAAAQAAAAAA7UD9AACAAgADgAXAAABIzUnFTMRIRE3FyMRIxEDMxUhEQEjJyEDS48/+v4ME33Puz/6AnL+8z+7/psCPpAs+v5KArC8fv3OArD9ErwCIgEKvAAcAAAAAAPUA9QAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAEcASwBPAFMAVwBbAF8AYwBnAGsAbwAAJTM1IwUzNSMFMzUjBzM1IwczNSMFMzUjBzM1IyUzNSMFMzUjBTM1IyUzNSMFMzUjBTM1IyUzNSMhMzUjBzM1IwczNSMFMzUjBzM1IwczNSMhMzUjJTM1IwUzNSMFMzUjJTM1IwUzNSMFMzUjNSE1IQHhPj7+Sj8/A2s/P30/P30/P/6JPz99Pz8C7j8//ks+Pv5KPz8Daz8//ks+Pv5KPz8Btj4+AbU/P30/P30/P/6JPz99Pz99Pz8Btj4+AbU/P/5LPj7+Sj8/A2s/P/5LPj7+Sj8/A6r8Vis/Pz8/Pz8/Pz8/Pz8/Pj8/Pz8/Pj8/Pz8/Pj8+Pj4+Pj4+Pj4+Pj8+Pz8/Pz8+Pz8/Pz8+PwAABAAAAAAD9AP0AAsADwATABsAAAEXBxc3FzcnNycHJwERIxEhESMRAyEVITUhESEBg3BwLHBwLHBwLHBwAgf6/oj6PgE4AXgBOPwYARhwcCxwcCxwcC1xcQJx/scBOf7HATn+iHx8AbYAAAAABAAAAAAD9AP0AAMADwATABsAAAEVITUBFwcXNxc3JzcnBycBFSE1ByMRMxEhESEDtv7H/Y9wcCxwcC1xcS1wcAN+/sc/fHwBtv5KAUT6+gENcHAtcXEtcHAscHABOfr6+v6I/sgD6AAFAAAAAAP0A/QAAwAHABMAFwAnAAABFSM1ExUjNQUjFTMVMzUzNSM1IycVIzUhMxUjFTMVIxUzFSMVIREhAj76+voB9Hx8P319P/r6/sj6+vr6+voCcf2PAUT6+gE5+vo/Pn19Pn76+vr6P/o/+j4D6AAAAAUAAAAAA/QD9AADAAcAEwAXACgAAAEVIzUTFSM1BSMVMxUzNTM1IzUjJRUjNQMpATUjNTM1IzUzNSM1MzUhArz6+vr+x319P3x8PwIz+j8BOQE4+vr6+vr6/Y8BRPr6ATn6+j8+fX0+fvr6+vxWPvo/+j/6PgAAAAQAAAAAA/MDdwBHAHoArQE0AAABDwMVHwMPBB8GOwE/Ax8EPwcvBD8DPQEvBg8ELwQPAiUVHw81Lw49AS8HDwYlFR8FOwEfDhUzLw8jDwYFFR8PMz8GPQEvBSsBLw49Aj8NMyEzHxU7AT8GLxAhDw4CiwQDAQECAwSBhgQDAQEBAQMEBQYFBgYGBgWFhgUGBgYGBQYFBAMBAQEBAwSHgQQDAgIDBAUFBgYGBgUFgYEEBgYGBgUG/vMBAwQHCAkLDA0PDxEREhIUDQ0MCwsKCgkIBwYGBAMCAQIDBAQGBQcGBgUFBAICATgCAwQEBgUHXQ0NDAsLCgoJCAcGBgQDAj8BAwQHCAkLDA0PDwgREhITZwcFBgQEAwL9UAEDBAYICQsMDQ4HEBAREhJsBwUGBAQDAgIDBAQGBQdiDAwMCwoKCggIBwYFBAMCAgMEBQYHCAgKCgoLDAwMAQoLCwsLCQoJCAgHBgYEBAMBAgICBAUFBgYHBgUEBAMCAQEDBAYHCAoKDA0NDhAHERAR/u0TEhEREA8ODQwLCQgGBAMB9wUFBgYGBgUFhIgFBQYGBgYFBQQDAgIDBIiJBAMBAQEBAwQFBQYGBgYFBYmEBQUGBgYGBQUEAwEBAQEDBIODBAMBAQEBA4lGExISEREPDw0MCwkIBwQDAT4BAgMEBgYHCAkKCgsLDA0MRgcFBgQEAwIBAQIDBAQGBc0HBQYEBAMCAQIDBAYGBwgJCgoLCwwNDBMSEhERDw8NDAsJBQcFBAIBAQMEBQUGp3QUExISEBAPDgwLBQkHBgQCAQEDBAUFBgYGBgYEBAMCAQIDBQUHBwgKCgoMCw0NDXQNDQwMDAoKCQkHBwUFAwICAwMFBgYICAkJCgsLDAwUBgYEBAMCAgMEBAYGBhQSEhEQDw4NDAsJCQcDBQMCAQMFBggKCwwODxAQEhITABsAAAAAA9QD1AADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawAAJTM1IwczNSMHMzUjBTM1IwczNSMHMzUjJTM1IwUzNSMlMzUjBTM1IyUzNSMHMzUjBTM1IwczNSMHMzUjBTM1IzUzNSMFMzUjJTM1IwUzNSMlMzUjBzM1IwczNSMDMxEjBzM1IwczNSMHMzUjA5Y/P30/P30/P/6JPz99Pz99Pz8Daz8//JU/PwNrPz/8lT8/Au4/P30/P/6JPz99Pz99Pz8Daz8/Pz/8lT8/A2s/P/yVPz8Daz8/fT8/fT8/uz4+vD8/fT8/fT8/Kz8/Pz8/Pz8/Pz8/Pj8/Pz4/Pz99Pj4+Pj4+Pj4+Pj59Pz8/Pj8/Pz4/Pz8/P/xWA6o/Pz8/Pz8AABwAAAAAA9QD1AADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawBvAAAlMzUjBzM1IwczNSMHMzUjBzM1IwczNSMlMzUjBTM1IyUzNSMFMzUjJTM1IwczNSMHMzUjBzM1IwczNSMHMzUjBzM1IyUzNSMFMzUjJTM1IwUzNSMBMxEjBzM1IwczNSMHMzUjBzM1IwczNSMHMzUjAxk/P30/P7s+Prw/P30/P30/PwG2Pj7+Sj8/AbY+Pv5KPz8C7j8/fT8/fT8/fT8/fT8/fT8/fT8/AbY+Pv5KPz8Btj4+/ko/PwNrPz99Pz99Pz+7Pj68Pz99Pz99Pz8rPz8/Pz8/Pz8/Pz8+Pz8/Pj8/P30+Pj4+Pj4+Pj4+Pj4+fT8/Pz4/Pz/80wOqPz8/Pz8/Pz8/Pz8/AAAAAAUAAAAAA/MDtQACABwARwB6AQEAAC0BJwkBFwE/BDUvCiMPAyUVHw81Lwc1LwYrAQ8FJRUfBjMfDhUzLxAPBgUVHw87AT8FPQEvBSsBLw49Aj8OITMfFj8HLxAlDw4BgwEErgFb/tGtATAEBAMEAwMEAwQEVwQFBgsLDAwLBQX+SgEBAwQFBgcICQoKCwwMDQ0HDQsKCAYFAgECAwQEBgUHBgYFBQQCAgE4AgMEBAYFB10NDQwLCwoKCQgHBgYEAwI/AQMFBggJCwwNDw8IERISE2cHBQYEBAMC/VABAwQGCAkLDA0OBxAQERISbAcFBgQEAwICAwQEBgUHYgwMDAsKCgoICAcGBQQDAgIDBAUGBwgICgoKCwwMDAEKCwsLCwkKCQgIBwYGBAQDAQICAgQFBQYGBwYFBAQDAgEBAwQGBwgKCgwNDQ8PCBAQEv7uExISEBAPDg0MCwkIBgQDSk2xAWH+y7EBNgQFBgsMDAwLBQUFWAUDBAQCAgQEAxVGDw8ODg4NDAwLCgoJCAcHBUUECgsMDg8QEU4GBgUFBAMCAgMEBQUGzQYGBQUEAwEBAQIDBAUGCAgJCQoLDAwMDRMTEhEQEA4ODAoKBAcGAwIBAQIDBAQGBad0FBMSEhEQDg4NCwUICAUEAgIDBAQGBgYGBgUFBAMCAQIDBAYGCAgJCgsLDA0MDnQNDQwMCwsKCQkHBgYEAwIBAgMEBAYHBwgJCQoLCwwMFQYFBQMDAgEBAgMDBQUGBxQSEhAQDw4NDQoKCQcDBAQBAQEDBQcICQsNDQ8QERETEwAAAAACAAAAAAP0AvoAhwEUAAABFR8GOwEfDR0CDw4jLw89AS8FKwEPBhUfDyE/DzUvDyMPBgUVHw8zPwY9AS8FKwEvDzU/DzMfGj8HLxMjDw4CvAIDBAQGBQddDQ0MCwsKCgkIBwYGBAMCAgMEBgYHCAkKCgsLDA0N+gwNDAsLCgoJCAcHBQQDAgECAwQEBgYGBgYFBQQDAQEBAwQHCAkLDA0PDwgREhITAQMUEhIREQ8PDQwLCQQIBQQCAQMEBwgJCwwNDw8IERISE2cHBQYEBAMC/VABAwQHCAkLDA0PDwgREhITZwYGBgQEAwICAwQEBgYGXQ0NDAsLCgoJCAcGBgQDAgEBAgMEBgYHCAkKCgsLDA0N+gkJCQkJCAgIBwcGBwUFBQQEAwIBAgMEBAUGBwYGBQUDAwIBAQMEBwYHBwkJCQsLCwwNDQ0ODQ76FBISEREPDw0MCwkIBwQDAtsHBQYEBAMCAQIDBAYGBwgJCgoLCwwNDX0MDQwLCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLCwwNDEYHBQYEBAMCAgMEBAUGB0UUEhIREQ8PDQwLCQQIBQQCAQMEBwgJCwwNDw8IERISE4YUEhIREQ8PDQwLCQQIBQQCAQEDBAUFBqN8FBISEREPDw0MCwkECAUEAgEBAwQFBQYGBwUGBAQDAgECAwQGBgcICQoKCwsMDQ18DQ0MCwsKCgkIBwYGBAMCAQEBAgIDAwUEBgUHBggHCAkMDAwTBgUFAwMCAQECAwMFBQYGExMSEgwMDAsKCQkIBwYFBQMDAQEBAwQHCAkLDA0PDxEREhIAAAAAHAAAAAAD1APUAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBHAEsATwBTAFcAWwBfAGMAZwBrAG8AACUzNSMHMzUjBzM1IwczNSMHMzUjBzM1IyUzNSMFMzUjJTM1IwUzNSMlMzUjBzM1IwczNSMHMzUjBzM1IwczNSMHMzUjJTM1IwUzNSMlMzUjBTM1IyUzNSMHMzUjBzM1IwczNSMHMzUjBzM1IwMzESMDlj8/fT8/fT8/uz4+vD8/fT8/Au4/P/5LPj4BtT8//ks+PgG1Pz99Pz99Pz99Pz99Pz99Pz99Pz8C7j8//ks+PgG1Pz/+Sz4+AbU/P30/P30/P7s+Prw/P30/P30/Pys/Pz8/Pz8/Pz8/Pz4/Pz8+Pz8/fT4+Pj4+Pj4+Pj4+Pj59Pz8/Pj8/Pz4/Pz8/Pz8/Pz8/P/xWA6oAAAAABwAAAAAD9AP0AAMABwALAA8AEwAlADEAAAEVIzUjFSM1IxUjNQEVIzUTFSM1ITMVIxUzFSM1IxUjNSMRIREhBRcHFzcXNyc3JwcnA7b6P/o/+gNs+vr6/ujZ+vr6P/o+A+j9sP5ocHAscHAtcXEtcHABRPr6+vr6+gE5+voBOfr6+j/6+vrd/awD6CxwcCxwcCxwcCxwcAAKAAAAAAP0A/QAAwAHAAsADwATABcAGwAfACMAKAAAARUjNSMVIzUjFSM1ARUjNSMVIzUjFSM1ARUjNSMVIzUjFSM1AykBESEDtvo/+j/6A2z6P/o/+gNs+j/6P/o+ATgCsPwYAUT6+vr6+voBOfr6+vr6+gE5+vr6+vr6/FYD6AAAAAAFAAAAAAPzA7UAIwBSAH0AsAE3AAABERUfBTMXPwcRLwcjDwYnERUfBj8HETM/Bj0BLwYrAQ8IJxUfDzUvBzUvBw8GJRUfBjMfDhUzLxAPBgUVHw87AT8FPQEvBiMvDj0CPw4hHxc/By8QJQ8OArwDAwUFBwcE8AcIBgYEBAIBAQIEBAYGCAPwCAcHBQUDA30CAwQEBgUHBgYFBQQCAgH6BgYFBQQDAgIDBAUFBgb6BgcGCwoIBwUBAbwBAQMEBQYHCAkKCgsMDA0NBw0LCggGBQIBAgMEBAYFBwYGBQUEAgIBOAIDBAQGBQddDQ0MCwsKCgkIBwYGBAMCPwEDBAcICQsMDQ8PCBESEhNnBwUGBAQDAv1QAQMEBggJCwwNDgcQEBESEmwHBQYEBAMCAgMEBAYFB2IMDAwLCgoKCAgHBgUEAwICAwQFBgcICAoKCgsMDAwBCgsLCwsJCgkICAcGBgQEAwECAgIEBQUGBgcGBQQEAwIBAQMEBgcICgoMDQ0PDwgQEBL+7hMSEhAQDw4NDAsJCAYEAwHa/pcIBwcFBQMDAQEDAwUFBwcEAW0HCAYGBAQCAQECBAQGBghd/ooHBgUFAwMCAQECAwMFBQYHAXYBAgMEBAYFBwYGBQUEAwEBAQIFBgkKCwYGfkYPDw4ODg0MDAsKCgkIBwcFRAUJDAwODxAQTwYGBQUEAwEBAQEDBAUFBs0GBgUFBAMBAQECAwQFBggICQkKCwwMDA0TExIREBAODgwKCgQHBgMCAQECAwQEBgWndRMTExEREA8NDQsFCQcFBAICAwQEBgUHBgYFBQQDAQEBAgMEBgYICAkKCwsMDA0OdA0NDAwLCwoJCAgGBgQDAgEBAQMEBQUHBwgJCQsKCwwMFQYFBQMDAgEBAgMDBQUGBxQSEhAQDw4NDAsKCAcDBQQBAQEDBQcICQsNDQ8QERETEwAAABwAAAAAA9QD1AADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AUwBXAFsAXwBjAGcAawBvAAA3ITUhJTM1IwUzNSMFMzUjJTM1IwUzNSMFMzUjJTM1IyEzNSMHMzUjBzM1IwUzNSMHMzUjBzM1IyEzNSMlMzUjBTM1IwUzNSMlMzUjBTM1IwUzNSMlMzUjBzM1IwczNSMHMzUjBzM1IwczNSMHMzUjKwOq/FYDaz8//ks+Pv5KPz8Daz8//ks+Pv5KPz8Btj4+AbU/P30/P30/P/6JPz99Pz99Pz8Btj4+AbU/P/5LPj7+Sj8/A2s/P/5LPj7+Sj8/A2s/P30/P30/P7s+Prw/P30/P30/Pys/Pj8/Pz8/Pj8/Pz8/Pj8+Pj4+Pj4+Pj4+Pj8+Pz8/Pz8+Pz8/Pz8+Pz8/Pz8/Pz8/Pz8/PwAAAAAEAAAAAAO1A/QAAwANACoAUAAAAREhESUVITUzFSERIRElHwcVMxUhNTM1PwofAScPCiMRIRUhESM1IzUvDA8CA3f+if7IAfQ+/sj+xwFWBQYEBwUCAwF9/ol9AQECBAQFBgcJCw0QBkYGBQsJDQsKBgQCAfoBeAH0fvoCBAQFBwcMDhARDAwMDQwMAj7+DAH0+nx8u/4MAq95AwQFCQwGDg03Pj4oFgoKCQgHBwYDAwEBATYDAwYIDA4QEAwNDPzTPgJx+gwNDAsLCgoMDAkHAwIBAQIDAAAFAAAAAAP0A/MACQANABEARABKAAATMxUjFSE1IxEjATM1IycVIzUlDwMdAR8GOwE/Bi8EIREhFSERIT8ELwcjDwEFMxUzESMMfX0BOHy8ATi8vHx+ArrCBAMCAgMEwgQGBQYGBgYFBAICAQECAwSKARH9zQJx/rGKBAMCAQECAgQFBQYGBgYG/QS8PvoBRPo+PgE5AXc+fX19NrsFBgUHBgYFBbwDAwICAwQFBgUGBgYFBYb9jz8C7oYFBgUGBgYGBAUDAQECA/W8AbYAAAAABQAAAAAD9AP0AAsADwATABcAJwAAJSMVMxUzNTM1IzUjARUjNSMVIzUjFSM1AyERIxUjNSMVIzUjFSM1IwHCfn4+fX0+AfT6P/o/+j4D6D76P/o/+j7IP319P3wBePr6+vr6+v7HAnH6+vr6+voAAAUAAAAAA/QD9AADAAcACwAbACcAAAEVIzUjFSM1IxUjNQMzNTMVMzUzFTM1MxUzESElIxUzFTM1MzUjNSMDtvo/+j/6Pj76P/o/+j78GAG2fn4+fX0+Aj76+vr6+vr9zvr6+vr6+gJx+j98fD99AAAQAAAAAAOkA6QAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwAAJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1IQJ4ASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1AIcASz+1P3kASz+1FweHh48Hh4ePB4eHjweHh7wHh4ePB4eHjweHh48Hh4eABL/5P/kBBwEHAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEUASgAAJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUzIREhEQMpAREhAngBLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAf4BLP7U/gIBLP7UAYYeAeD8BB4CHAIc+8h6Hh4ePB4eHjweHh48Hh4e0h4eHjweHh48Hh4ePB4eHlr8BAP8++YEOAAAABX/5P/kBBwEHAADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAOwA/AEMARwBLAE8AVAAAJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElESERIxEhESUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJREhESMRIREDKQERIQJ4ASz+1P4CASz+1AH+ASz+1P4CASz+1AH+ASz+1P4CASz+1AH+ASz+1P4CASz+1AOE/iAe/gICdgEs/tT+AgEs/tQB/gEs/tT+AgEs/tQB/gEs/tT+AgEs/tQB/gEs/tT+AgEs/tQDhP4gHv4CHgIcAhz7yHoeHh48Hh4ePB4eHjweHh5a/gIB/v4CAf54Hh4ePB4eHjweHh48Hh4eWv4gAeD+IAHg++YEOAAAAAkAAAAAA2gDpAADAAcACwAPABMAFwAbAB8AJQAAJSE1ISUhNSE1ITUhNSE1IQEVIzUjFSM1JRUjNSMVIzUHHQEhESEB4gGG/nr+tgLQ/TAC0P0wAtD9MAKylh6WAUqWHpYeAYb+elwePB48HjweAUqWlpaWtJaWlpaoGKgBhgAAEv/kAAAEHAPgAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMANwA7AD8AQwBVAAAlITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJSE1IQUhNSElITUhBSE1ISUhNSEFITUhJREhESkBESEVIREzESERMxEzETMRIQI8AQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gHgAQ7+8v4gAQ7+8gNI/j7+AgHg/iAB4B4Bwh48HvvIXB4eHjweHh48Hh4ePB4eHtIeHh48Hh4ePB4eHjweHh48/j4Bwv4+Hv4+AcL+PgOi/JoDhAAAAAkAAAAAA2gDpAADAAcACwAPABMAFwAbAB8AJQAANyE1ITUhNSE1ITUhNSE1IQEVIzUjFSM1JRUjNSMVIzUHHQEhESGYAYb+egLQ/TAC0P0wAtD9MAFolh6WAUqWHpYeAYb+elwePB48HjweAUqWlpaWtJaWlpaoGKgBhgAJAAAAAANoA6QAAwAHAAsADwATABcAGwAfACUAADchNSE1ITUhNSE1ITUhNSEBFSM1IxUjNSUVIzUjFSM1Bx0BIREhmAGG/noC0P0wAtD9MALQ/TAB/pYelgFKlh6WHgGG/npcHjwePB48HgFKlpaWlrSWlpaWqBioAYYAAwAAAAAEAAMAAAMABwALAAARITUhNSE1ITUhNSEEAPwABAD8AAQA/AABAEDAQIBAAAAAAAMAAAAABAADwAADAAcACwAANSE1IREhNSERITUhBAD8AAQA/AAEAPwAQEABgEABQEAAAAADAAAAAAQAA0AAAwAHAAsAADUhNSERITUhNSE1IQQA/AAEAPwABAD8AMBAAQBAwEAAAAAABgAAAAAEAAQAAAMABwAQABQAGAAhAAAlITUhJSE1IQUnBxc3JwcRIwEhNSElITUhBRc3ETMRFzcnAYACgP2AAQABgP6A/gBVK6CgK1VAAQACgP2AAQABgP6A/YArVUBVK6BAQIBAzU0vkZEvTQENAUBAgEBRL03+8wENTS+RAAAFAAAAAAOkA6QAAwAHAAsADwATAAA3ITUhNSE1ITUhNSEBESERAyERIbYClP1sApT9bAKU/WwC0Pz0HgNI/Li2HjwePB4B/vz0Awz81gNIAAUAAAAAA6QDpAADAAcACwAPABMAABMhNSE1ITUhNSE1IQERIREDIREhtgKU/WwClP1sApT9bALQ/PQeA0j8uAGmHjwePB4BDvz0Awz81gNIAAAAAAUAAAAAA6QDpAADAAcACwAPABMAABMhNSE1ITUhNSE1ISURIREDIREhtgKU/WwClP1sApT9bALQ/PQeA0j8uAJ4HjwePB48/PQDDPzWA0gAAgAAAAADwAO/AAcADwAAEwEDMxMBNwEFMwcXNzM1IUABXaujeQFeU/zVASBxI21W+/10A2r+qP5vARj+p1MDKn1NbbqAAAAAAwAAAAADwAPAAE0AUQCXAAABHwQPDyMvCxUfCD8YNS8DIx8BJSE1IQEPFB8DMy8HPw47AR8GNS8GDwICfgQCBQMBAQIEBAYICQoMDQ4QERMUFg0NHh4eDw4PDQ0MDAoKCwwdHyAgLBggHx4dHBoMDQsLCwoKCQkIBwcGBQUDAwICAQMEB6sGDP3HA4D8gAGHDg0aGBcLCgoJCQgHBwcFBQQDAgEBAQMEBrAJBwcGBQQCAQEDBQYJCQsLDQ4ODxAQDxAcGhoYFhYUEhATFRcZKzAdHRwBXQUGDQ0PDg0MCwoKCAgHBgUEBAIBAQEEBwkFBgYHBwgICZIFBgUICAYFBAEBAgQFCAkFBgYHBwgICQkKCgsMDA0NDg8PEBQUExIHDVyAAXIEBAoLDgcICAkKCgoLCwwMDQ0ODg8WFBMRBwkICQsMDA4PDQwMCgkICAYGBAMDAgEDBAYHCQsMjAcGBQQEAwEBAgUAAgAAAAAEAAO/AAcADwAAATMRMxEzNSElIREzESE1IQIAwIDA/gD+AAEAgAEA/YACQP4AAgCAgP0AAwCAAAAAAAQAAAAABAADvwADAAcACwAPAAA1ITUhNSE1ITUhNSE1ITUhBAD8AAQA/AAEAPwABAD8AECAgICAgICAAAMAAAAABAAD/wAEAAgATAAAAScDIQMTESERJxEfDyE/DxEvDyEPDgHigaECgL7+/QCAAQEDBAUHBggJCQoKCwwMDAMQDAwMCwoKCQkIBgcFBAMBAQEBAwQFBwYICQkKCgsMDAz88AwMDAsKCgkJCAYHBQQDAQFbp/7+AYABAP0AAwAI/PAMDAwLCgoJCQgGBgYEAwEBAQEDBAYGBggJCQoKCwwMDAMQDAwMCwoKCQkIBgYGBAMBAQEBAwQGBgYICQkKCgsMDAAADAAAAAADwAO/AAMABwALAA8AFQAZAB0AIQAlACkALQAxAAAlMzUjBzM1IzczNSM1MzUjBRURIREhJTM1IwUzNSMlMzUjBzM1IwczNSMHMzUjBzM1IwNAgIDAgIDAgICAgP0AAgD+AAMAgID9AICAAwCAgMCAgMCAgMCAgMCAgECAgIBAgECAgED+wAIAQICAgECAgICAgICAgIAAAgAAAAAEAAP/AAgAEQAAEzMHFzcVMxEhATUjESE1IzcnQKbmWuaA/oACgIABgKXlWgFA5VvmpgGAAVqm/oCA5VsAAAACAAAAAAQAA/8ABAAXAAA1FTMBJzcHFz8DNS8GIw8C4gJb4bF24noGBQICBQaVCgoMDQsLBeLiAlzhsnbiewkLCw0LCwqVBgUCAgUDAAAAAAMAAAAAA0ADwAAiAEUAkAAAATMfDR0BDw4jNRMzHw4PDyM1AyEzPxAvDz8OPQEvEyMhAjwKCgoJCQkHCAYGBQQEAgICAgQEBQYGCAcJCQkKCgq8mgsKCQoJCAgHBgYFBQMCAgEBAgIDBQUGBgcICAkJCgoLmsABpQsLCwsVFBMSERAODQsJBwYDAQEBAwQFBgcICQoKCwwMDQ4KCgkJCAgHBgYFBAQDAgEBAQUHCQsNDhASEhQLCwoMCwwLDA3+jgG1AgMDBQYGBwgJCQoKCwsMCwsLCgoJCQgHBwUFBAICAeABdQIDAwUGBgcICQkKCgsLDAsLCwoKCQkIBwYGBQMDAgHg/RYBAgIGCAoNDg8RExQVFxcYGRIREhARDw8PDg0MCwsKCQcJCQkKCgoLCwsLDAwMDAwNDQ0NGhgYFhUTEhAODAUFBAQDAgIBAAAAAAQAAAAABAADvwADAAcACwAPAAA1ITUhNSE1ITUhNSE1ITUhAwD9AAQA/AADAP0ABAD8AECAgICAgICAAAQAAAAABAAD/wA/AH8AhAEGAAAlFQ8OLw49AT8NOwEfDREVDw0rAS8NPQE/Dh8OJQcXATUFFR8QPwcXBy8GIw8PHw8/Dy8HNwEzNQE1Lw8PDgFAAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAf//gAFA/AABBAUHCQsMDg8IERITFBUWFRINDAwMDAsLOzsLDA0MDQ0NDhcWFhQUEhIPDw0LCQgFBAEBBAUICQsNDhARExMVFRcWGBYWFBQSERAPDAwJCAUEAQEBAwMEBQYHXgFAwP3AAwQGCAoLDQ4QERISFBUVFhsWFRQTExEPDwwLCgcGBOAKCQkJCQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCQkJCgoJCggJCAcHBgYEBQMCAgICAwUEBgYHBwgJCAoJAjYKCQoICQgHBwYGBAUDAgICAgMFBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCAoJk/2AAUBAnQMZFRUUExIQEA4HDAoJBwUDAQEBAgMDBAUFWFgFBQQEAgICAQQFCAkLDQ8PEhIUFBYWFxcWFRUUEhEQDw0LCQgFBAEBBAUICQsNDw8SEhMVFRYXEQ4PDg4ODQww/sBAAmBHHBUUExMREA8ODAoJBwUEAQEEBgcJDAwPDxESFBQVFgAAAAACAAAAAAJgA/8AAwAHAAAhMxEjNTM1IwGgwMDAwAKAwMAAAAADAAAAAAQAA/8AAwBHAF0AAAERIREjER8PIT8PES8PIQ8OJxEzESE1IQ8OA4D9wIABAgMEBQcHCQkJCwsMDA0NAkANDQwMCwsJCQkHBwUEAwIBAQIDBAUHBwkJCQsLDAwNDf3ADQ0MDAsLCQkJBwcFBAMCwYACgP2ADQ0MDAsLCQkJBwcFBAMCAsD9wAJA/cANDQwMCwoKCQkHBgYEAwIBAQIDBAYGBwkJCgoLDAwNDQJADQ0MDAsKCgkJBwYGBAMCAQECAwQGBgcJCQoKCwwMDbP9QALAgAECAwQGBgcJCQoKCwwMDQAAAgAAAAADgAO/AAMACwAANyERITchFSE1ITUhwAKA/YDA/wADAP8A/wBAAoDAgIBAAAAAAAUAAAAABAADvwADAAcACwAOABIAADUhNSElITUhNSE1IQE3JzUhNSEEAPwAAYACgP2AAoD9gP6AwMAEAPwAQICAgICA/oDAwICAAAADAAAAAAP/A/8AAwAeACIAACkBNSEBDwcVHwozPwMBNwkCAYACgP2A/rALCQgGBgQCAgICBAYHBArYCAgICQgICFj+qjkBVgG7/qqAAZ4LDAwNDQ4NDg4ODQ4MDQUMzQUDAgIDBVQBRjT+ugGnAUcAAQAAAAAEAAMAAGQAABEhJz8OOwEfHjcvHiMPDycBwLcNDg4PDw8QEBARERIREhISERAREBAQDw8PDw4ODg4NDA0LDAsLCgoJCQgIBwcGBgV4BwcJCAoKCwwMDQ0ODw8PEBEREhETEhQTFBQVFBUWFRYZGBgXFxcXFhUVFRQUExIStAEA0AwLCgoJCAcHBgYFAwMDAQECAgMEBQUFBwcHCAgKCQoLCwsMDA0NDg4ODg8PEBAqFRQUFBMSExERERAQDw4ODgwMCwsJCQkHBwUFBQMCAgEBBAQFBggJCQsLDA4ODxDRAAAAAAIAAAAABAAD/wAIABEAADc1IxEhNSM3JwEzARcBFTMRIYCAAYCm41oBHab+/VoBA4D+gNul/oCA41oBw/79WgECpQGAAAAAAAIAAAAAA4AD/wADAGkAADMhNSETFR8dOwE/HTURIxEPDy8PESOAAwD9AEACAgMDBAUGBwcHCQkJCgsLDAwMDQ4NDg8PDxAPEBEQEBEQDxAPDw8ODQ4NDAwMCwsKCQkJBwcHBgUEAwMCAoABAwYHCAoMDQ4PEBERERISEhIREREQDw4NDAUJCAYFAoCAAYAQERAPEA8PDw4NDg0MDAwLCwoJCQkHBwcGBQQDAwICAgIDAwQFBgcHBwkJCQoLCwwMDA0ODQ4PDw8QDxAREAIA/gAVExMSERAPDQwLCQgGBAMBAQMEBggJCwwNDwgQERMTFQIKAAAGAAAAAAQAA78AAwBDAEcAhwCLAMsAACUhNSEFFR8OPw49AS8NKwEPDQEhNSEFFR8NOwE/DT0BLw4PDiUhNSEFFR8NOwE/DT0BLw4PDgFAAsD9QP7AAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAgIEBAQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAICAUACwP1A/sACAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgICAgQEBAYGBwcICQgKCQoKCQoICQgHBwYGBAQEAgIBQALA/UD+wAICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAoCAYAoJCQkJCAcHBgYEBAQCAQEBAQIEBAQGBgcHCAkJCQkKCgkKCAkIBwcGBgQFAwICAgIDBQQGBgcHCAkICgkBFoBACgkKCAkIBwcGBgQFAwICAgIDBQQGBgcHCAkICgkKCgkKCAkIBwcGBgQEBAIBAQEBAgQEBAYGBwcICQgKCfaAIAoJCggJCAcHBgYEBQMCAgICAwUEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAQEBAQIEBAQGBgcHCAkICgkAAAMAAAAABAADgABAAMABQAAAARUfDz8PLw8PDgUVDx0rAS8dPQE/HTsBHx0FHx47AT8eLx4rAQ8dAWABAgQGBggKCgsNDQ4OEBAQEBAQDg4NDQsKCggGBgQCAQECBAYGCAoKCw0NDg4QEBAQEBAODg0NCwoKCAYGBAIBvwECAwMEBAYFBwcHCAkJCQoLCwsMDAwNDQ0ODg4PDg8PDg8ODg4NDQ0MDAwLCwsKCQkJCAcHBwUGBAQDAwIBAQIDAwQEBgUHBwcICQkJCgsLCwwMDA0NDQ4ODg8ODw8ODw4ODg0NDQwMDAsLCwoJCQkIBwcHBQYEBAMDAgH84AgICQoKCwwMDQ0ODw8PEBAREhETEhMTFBQUFRUVFRYWFhYVFRUVFBQUExMSEhIREREQDw8ODg4NDAsLCwoJCAgICAkKCwsLDA0ODQ8PDxAREBISEhITExQUFBUVFRUWFhYWFRUVFRQUFBMTEhMREhEQEA8PDw4NDQwMCwoKCQgCAAgIEBAODg0NCwoKCAYGBAIBAQIEBgYICgoLDQ0ODhAQEBAQEA4ODQ0LCgoIBgYEAgEBAgQGBggKCgsNDQ4OEBAQDw4PDg4ODQ0NDAwMCwsLCgkJCQgHBwcFBgQEAwMCAQECAwMEBAYFBwcHCAkJCQoLCwsMDAwNDQ0ODg4PDg8PDg8ODg4NDQ0MDAwLCwsKCQkJCAcHBwUGBAQDAwIBAQIDAwQEBgUHBwcICQkJCgsLCwwMDA0NDQ4ODg8ODxUUFBQTExISERARDw8ODg0NCwsLCQkICAYGBQQDAgICAgMEBQYGCAgJCQsLCw0NDg4PDxEQERISExMUFBQVFRQUFBMTEhIREBEPDw4ODQ0LCwsJCQgIBgYFBAMCAgICAwQFBgYICAkJCwsLDQ0ODg8PERAREhITExQUFAAABgAAAAAEAAO/AAMADQARAB0AIQAnAAAlITUpATMVIxUjFTMRIyUhNSkBMwcjFTM1IzczNSMlITUpATMVMxEjAUACwP1A/sCAQEDAwAFAAsD9QP7AZFUPwGRVD8ABQALA/UD+wEBAgICAQEBAAQCAgIBAQIBAgIDAAQAAAAIAAAAABAADwAA1AGsAAAEjFTMVHw8zPwUnDwMjLw01MzUjNSMlIxUzER8PPwYnDwMvDhEzNSM1IwLAwMABAgMFBggJCgwMDg4QERITEBAQFxUMCREPEBEQCAgHBgcFBgQFBAMCAgIBwMCA/gDAwAECAwUGCAkKDAwODhAREhMQEBAXFQwJEQ8QERAICAcGBwUGBAUEAwICAgHAwIACAIBgHBsYFxQTEA4NCgkIBgQCAQICBgcFBmMEAwIBAgEDAwQFBgYICAoLDQ1ugMBAgP6mHBsYFxQSEQ4MCwkIBQQDAQEBAwUHBgZiBAMCAQEBAgIEBAQGBwcJCgsMDQFogMAAAAAAA//AAAAEQAOfAAIAUQCzAAABNSMnIR8OHQEPDiMXPw81LxghJRcPDxUfFzMhNSEvDj0BPw4zFyMVMxcVMxc3JzEnIycxJzEBAsBoGAEADg0NDAwLCgoJBwcGBAQCAgQEBgcHCQoKCwwMDQ0OIm4TEhIREA4ODQsKCQQHBQMCAQICAwQEBAUGBg4PEhMUFgsMDAwMDQ0NDf8A/epjFhUUExIRDw8NBgoJCAYEAgECAgMEBAQFBgYODxITFBYLDAwMDA0NDQ0BAP8ADg0NDAwLCgoJBwcGBAQCAgQEBgcHCQoKCwwMDQ0OQkYIiHhIokReeQFGgP6eAdhoRgECAwUFBwgICgoLDAwNDQ4ODQ0MDAsKCggIBwUFAwIBbAcICQsMDQ8PEBISCRMUFBUYDQ0MDQwMCwsLCxQTEg8ODAUEBAQDAgEBAV1iBgcJCgwNDxARCRMTFRUWFxgNDQwNDAwLDAsKFRISDw4MBQQEBAMCAgF5AQIDBQUHCAgKCgsMDA0NDg4NDQwMCwoKCAgHBQUDAgFGgHdIoURdeUaAAWAAAAADAAAAAAPgA+AACwB7AQIAAAEjFTMVMzUzNSM1IwUVDxkrAS8ZPQE/GTsBHxkFFR8ePw8XFQE3ASMnPw8vHisBDx0BYICAQICAQAEqAQICAwQEBQUGBgcPEBMUCgsLDAwMDA0NDQ0NDg0NDQwNDAwLCwsLFBIRDwcGBgUFBAMDAwEBAQEDAwMEBQUGBgcPERIUCwsLCwwMDQwNDQ0ODQ0NDQ0MDAwMCwsKFBMQDwcGBgUFBAQDAgIB/ZYCAgMEBQYGBwgJCQoLCwwMDQ4ODg8QDxEQERIREhITEBAQDxAPDw4PDg4NDQ0MDBABBGH+/DMQCQkJBwgHBgUGBAQDAgIBAQEBAwMEBQUHBwgICgoKCwwNDQ0ODw8PEBARERESEhISExISERIREBAQEA8ODg4NDAwLCwoJCQgHBgYFBAMCAgKgQICAQICmDQ4NDA0MDAwMCwsKFBMRDwYHBQYEBAQDAgIBAQICAwQEBAYFBwYPERMUCgsLDAwMDA0MDQ4NDQ4NDQwMDQsMCwsLFBIRDwcGBgUFBAMDAgIBAQICAwMEBQUGBgcPERIUCwsLDAsNDAwNDQ4NEhMREhERERAQDw8PDg0NDQwLCwkKCAgHBwUFBAMDAQEBAQICAwQEBQYGBwcICQkJEDT+/WEBBBAMDA0NDQ4ODg8PDxAPEBAQExISERIREBEPEA8ODg4NDAwLCwoJCQgHBgYFBAMCAgICAwQFBgYHCAkJCgsLDAwNDg4ODxAQEBAREhESEwAAAAIAAAAAA8ADvwAIAEIAAAEzARcBFTMRIQURHw8hPw81IxUhETM1Iw8OAgDm/otaAXWA/kD+QAECAwQFBwcICQoLCwwMDQ0CgA0NDAwLCgoJCQcGBgQDAgGA/YDAwA0NDAwLCwoJCAcHBQQDAgNA/otaAXXmAcCA/YANDQwMCwoKCQkHBgYEAwIBAQIDBAYGBwkJCgoLDAwNDcDAAoCAAQIDBAYGBwkJCgoLDAwNAAAABAAAAAAEAAO/AAMABwAvADMAAAEVITUlFSM1IREzFSE1MxEvDyEPDjchNSECwP6AAkCA/QDAAoDAAQIDBAUHBwgJCgsLDAwNDf0ADQ0MDAsLCQoIBwcFBAMCvwKA/YABgMDAwICA/sDAwAFADQ0MDAsLCgkIBwcFBAMCAQECAwQGBgcJCQoKCwwNDLPAAAAAAgAAAAADgAO/AAIACgAAAQUTATMTIRMzASMCgP8AgP6AgGIBO2OA/sCAAcABAYH9AAEA/wADgAAEAAAAAAQAA78AAwAHAAsADwAAJSE1ISUhNSElITUhJSE1IQEAAwD9AP8ABAD8AAEAAwD9AP8ABAD8AECAgICAgICAAAP/wAAABEADAAADAF0AtwAAASE1ISUhMx8NHQEPDSMhFSEzPxc9AS8XIyEBFR8XMyE1ISMvDT0BPw0zITUhIw8XAUABgP6AAQABAA4NDQwMCwoKCQcHBgQEAgIEBAYHBwkKCgsMDA0NDv8AAQANDQ0NDAwMDAsLFRQSEQ4NBgUEBAQDAgIBAQICAwQEBAUGDQ4REhQVCwsMDAwMDQ0NDf8A/YABAgIDBAQEBQYNDhESFBULCwwMDAwNDQ0NAQD/AA4NDQwMCwoKCQcHBgQEAgIEBAYHBwkKCgsMDA0NDgEA/wANDQ0NDAwMDAsLFRQSEQ4NBgUEBAQDAgIBAcCARgIEBAYHBwkKCgsMDA0NDg4NDQwMCwoKCQcHBgQEAnoBAgIDBAQEBQYNDhESFBULCwwMDAwNDQ0NDQ0NDQwMDAwLCxUUEhEODQYFBAQEAwICAf8ADQ0NDQwMDAwLCxUUEhEODQYFBAQEAwICAXoCBAQGBwcJCgoLDAwNDQ4ODQ0MDAsKCgkHBwYEBAJ6AQICAwQEBAUGDQ4REhQVCwsMDAwMDQ0NAAMAAAAABAADvwADAAcACwAAAREhESMRIREDIREhA4D+wID+wIAEAPwAAwD9wAJA/cACQP1AA4AAA//AAAAEQAP/AAUACwAPAAABFwcXCQM3JzcnExcTJwKj6elaAUP+vvzCAUNa6elbQHz5fAL46+laAUIBRv66/r5a6eta/M0fA+EfAAMAAAAAA+AD4AADAHMA+gAAEyE1IQUVDxkrAS8ZPQE/GTsBHxkFFR8ePw8XFQE3ASMnPw8vHisBDx3gAUD+wAGqAQICAwQEBQUGBgcPEBMUCgsLDAwMDA0NDQ0NDg0NDQwNDAwLCwsLFBIRDwcGBgUFBAMDAwEBAQEDAwMEBQUGBgcPERIUCwsLCwwMDQwNDQ0ODQ0NDQ0MDAwMCwsKFBMQDwcGBgUFBAQDAgIB/ZYCAgMEBQYGBwgJCQoLCwwMDQ4ODg8QDxEQERIREhITEBAQDxAPDw4PDg4NDQ0MDBABBGH+/DMQCQkJBwgHBgUGBAQDAgIBAQEBAwMEBQUHBwgICgoKCwwNDQ0ODw8PEBARERESEhISExISERIREBAQEA8ODg4NDAwLCwoJCQgHBgYFBAMCAgJgQCYNDg0MDQwMDAwLCwoUExEPBgcFBgQEBAMCAgEBAgIDBAQEBgUHBg8RExQKCwsMDAwMDQwNDg0NDg0NDAwNCwwLCwsUEhEPBwYGBQUEAwMCAgEBAgIDAwQFBQYGBw8REhQLCwsMCw0MDA0NDg0SExESEREREBAPDw8ODQ0NDAsLCQoICAcHBQUEAwMBAQEBAgIDBAQFBgYHBwgJCQkQNP79YQEEEAwMDQ0NDg4ODw8PEA8QEBATEhIREhEQEQ8QDw4ODg0MDAsLCgkJCAcGBgUEAwICAgIDBAUGBgcICQkKCwsMDA0ODg4PEBAQEBESERITAAACAAAAAAPAA4AALwA7AAABMxUjDwodATM1IzUzPwo9AS8KKwEBAzMbATMDEyMLASMDAIBHBgYGBQsIBwMCAgHAgEcGBgYGCggHAwICAQECAgMHCAoGBgYGB4D+IOCAwMB52eCAwMCAA0BAAQICAwcICgYGBgYHgEBAAQICAwcICgYGBgYHRwYGBgYKCAcDAgIB/oD+gAE6/sYBgAGA/sYBOgAAAAEAAAAAA4ADvwA9AAATFR8XMxEzETMRMxEzNSEjDxeAAQICAwQEBAUGDQ4REhQVCwsMDAwMDQ0NDYCAgID+AA0NDQ0MDAwMCwsVFBIRDg0GBQQEBAMCAgECwA0NDQ0MDAwMCwsVFBIRDg0GBQUEAwMCAgH+gAMA/QADAIABAgIDBAQEBQYNDxASFBULCwwMDAwNDQ0AAAAAAQAAAAAEAAL/AGQAAAEvDisBDx4XPx8fDwchEQNMEhITFBQVFRUWFxcXFxgYGRYVFhUUFRQUExQSExESEREQDw8PDg0NDAwLCgoICQcHeAUGBgcHCAgJCQoKCwsMCw0MDQ4ODg4PDw8PEBAQERAREhISERIRERAQEA8PDw4ODbcBwAIwDw8ODgwMCgoICAYFBQMCAgIDBAUGBwcJCQkLCwwMDg0PDxAQEBIRExITFBQUFSkPEA8PDg8NDg0NDAwLCwsKCgkICAgGBwUFBQQDAgIBAQEBAgMEBQUHBggICQoKCwvRAgAAAAMAAAAAA8AD/wAHAAsAZgAAARUhNTMRIRElFSM1IyEPCxURFR8LMyEzPwo1ETUvCyEvDisBDw4BAAIAQP2AAYCAQP8ABwYGBgYKCAcDAgIBAQICAwMICQUGBgYGBwLgJgcGBgULCAcDAgIBAQICAwcICgYGBgYH/wADAwQFBwkKDQcHCQkJCgsMDAsKCQkICAcMCwgHBQQDAgMAQED9gAKAgEBAAQEBAwIHCQoGBgYGB/0BBgcGBgUGCQgDAwICAQECAgMHCAsFBgYHBgLgJgcGBgUKCQcDAgEBAR4KDAwMCwsKBAQEAgMCAQECAwIEBAQKCwsMDAsLCgAAAAL/wAAABEADPwAFAAsAAAMBNyc3JwUXBxcJAUABQ1rn51oBoOfnWgFD/r0B/v7CW+TmW1vm5FsBPgFCAAIAAAAAA8ADfwAvADsAAAEzFSMPCh0BMzUjNTM/Cj0BLworASUDMxsBMwMTIwsBIwMAgEcGBgYFCwgHAwICAcCARwYGBgYKCAcDAgIBAQICAwcICgYGBgYHgP4g4IDAwHnZ4IDAwIABgEABAgIDBwgLBQYGBgeAQEABAgIDBwgLBQYGBgdHBgYGBgoIBwMCAgFA/oABOv7GAYABgP7GAToAAAAAAwAAAAAEAAO/ACMAJwArAAABERUfBTMhMz8GES8GIyEjDwUlESERAyERIQEAAgICAwQEBAFVBQQDBAICAQEBAQICBAMEBf6rBAQEAwICAgKA/QCABAD8AAKr/uoEBAQDAgICAgICAwQEBAEWBAQEAwICAgICAgMEBJH9gAKA/QADgAAAAgAAAAAEAAN/AAYADQAAERc1ITUhNQEhFSEVNyfAAkD9wAKA/YACgMDAAUDAgICAAQCAgMDAAAABAAAAAAOAA78ACwAAATMDIxUhNSMTMzUhAYCl6rsCAKXqu/4AA0D9gICAAoCAAAABAAAAAAOAA78ABwAAEyERMxEhNSGAAUCAAUD9AANA/QADAIAAAAAAAwAAAAADwAO/ADEANABqAAAlFR8NOwE/DT0BLwgPBgMhEycXAQ8GHQEfBgEfBjsBPwYBPwY9AS8GAQMBAgIDBAUGBgcHCAgJCQoJCgoJCQgIBwcGBgUEAwICAgQJBwgJEhAXLxIIBwYFA0D+Av/Abf7kBQQDAwICAQECAgMDBAUBNQUFBgYHBgcGBwYHBgYGBgUBNAUEBAIDAQEBAQMCBAQF/i6oCgsKCQkJCAcHBgUEBAICAgIEBAUGBwcICQkJCgsKBw0PFg8PDxsYHEEcDw8PDw4BCgEAt27+4wUGBgYGBgcHBgcGBgYGBgX+ygUEBAMCAgEBAgIDAwQFATYFBgYGBgcGBwcGBwYGBgYFAdQAAAAABQAAAAAEAAO/AAMABwALAA4AEgAANSE1ISUhNSE1ITUhDQERJSE1IQQA/AABgAKA/YACgP2A/oABAP8ABAD8AECAgICAgMDAAYCAgAAAAAAEAAAAAAQAA78AAwAHAAsADwAANyE1ISchNSE3ITUhJyE1IYADAP0AgAQA/ACAAwD9AIAEAPwAQICAgICAgIAAAgAAAAADgAO/AAIACgAAAQUTATMTIRMzASMCgP8AgP6AgGIBO2OA/sCAAcABAYH9AAEA/wADgAAGAAAAAAMzA/QAPwB/AL8A/wE/AX8AACUVHw4/Dy8PDw4FHw8/Dj0BLw4PDgEVHw07AT8OLw4rAQ8NBR8OOwE/DT0BLw0rAQ8NARUfDj8PLw8PDgUfDz8OPQEvDg8OAk0CAwQFBgYICAkJCgsLDAsMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAv5/AQICBAUGBwcICQoKCgsMDAwLCwsKCQkICAYGBQQDAgIDBAUGBggICQkKCwsLDAwMCwoKCgkIBwcGBQQCAgGAAgMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwL+fwECAgQFBgcHCAkKCgoLDAwMCwsLCgkJCAgGBgUEAwICAwQFBgYICAkJCgsLCwwMDAsKCgoJCAcHBgUEAgIBgAIDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwMCwwLCwoJCQgIBgYFBAMC/n8BAgIEBQYHBwgJCgoKCwwMDAsLCwoJCQgIBgYFBAMCAgMEBQYGCAgJCQoLCwsMDAwLCgoKCQgHBwYFBAICfwsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMCwwMCwoKCgkIBwcGBQQCAgEBAgIEBQYHBwgJCgoKCwwBdQwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLDAwLCwsKCggJBwcFBQQDAgIDBAUFBwcJCAoKCwsLAXUMDAsKCgoJCAcHBgUEAgIBAQICBAUGBwcICQoKCgsMDAsMCwsKCQkICAYGBQQDAQEBAQMEBQYGCAgJCQoLCwwLDAwLCgoKCQgHBwYFBAICAQECAgQFBgcHCAkKCgoLDAwLDAsLCgkJCAgGBgUEAwEBAQEDBAUGBggICQkKCwsMAAAACAAAAAAD5wP0AD8AQwCSAJYAmgCeAKIA0AAAAQ8OKwEvDT0BPw07AR8NJRUjNSUPBCcjDwIVHwIPAR8BDwIfAzM3HwczPwcXMz8DLwI/AS8BPwE9AS8CDwEvByMPAiUVIzUlFSM1IxUjNSMVIzUnERUfBiEnPQEzPwIjNTMVPwE1MxUfAREvByEPBgMgAQECAgQDBQQGBgYGBwcIBwgIBwcGBgYFBQUDBAICAQECAgQDBQUFBgYGBwcICAcIBwcGBgYGBAUDBAICAf30yAJDCwwMDAtJBQUDPAECPQEBAQE9AwEBOwQFBUgMCwwNCwMEBHYFBAILDQwMC0gGBAQ7AQECPQEBAQE9AzsEBQVJCwsNDAwCBAR0BQQD/oPIArzIMsgyyDICAgMEBAUFARYDNgcRCljIGBrIGRkBAQMDAwUEBf0SBQUEBAMCAgEfCAcHBwcGBgUFBAQDAwECAgEDAwQEBQUGBgcHBwcICAcHBwcGBgUFBAQDAwECAgEDAwQEBQUGBgcHBwenyMhYSAYGCAccAgNjBQUELw0ODg0vBAUFYwMCHAcIBgZLBAMCAgMESwYGCAccAgNjBQUELw0ODg0vBAUFYwMCARwICAYGSwQDAgECBJ3IyPrIyMjIyMgZ/RIFBQQEAwIBARkM1Q0ZDMhoDQxPNgQFAVIFBQQEAwIBAQEBAgMEBAUAAAADAAAAAAPABAAAAwAHAD8AAAERIREjESERJxEVHwozITM/CjURNS8KIyEjDwoDQP8AgP8AgAECAgMHCAoGBgYGBwMABwYGBgYKCAcDAgIBAQICAwcICgYGBgYH/QAHBgYGBgoIBwMCAgEDgP0AAwD9AAMAQPyABwYGBgYKCAcDAgIBAQICAwcICgYGBgYHA4AHBgYGBgoIBwMCAgEBAgIDBwgKBgYGBgADAAAAAAQAA4AAAwAHAD8AAAEVITUBFSE1JxEVHwozITM/CjURNS8KIyEjDwoDgP0AAwD9AIABAgIDBwgKBgYGBgcDgAcGBgYGCggHAwICAQECAgMHCAoGBgYGB/yABwYGBgYKCAcDAgIBAcDAwAFAwMBA/YAHBgYGBgoIBwMCAgEBAgIDBwgKBgYGBgcCgAcGBgYGCggHAwICAQECAgMHCAoGBgYGAAABAAAAAAOABAAACwAAEwkBFSE1IQkBITUhgAFb/qUDAP4LAQr+9gH1/QADkP5w/nBwqAFYAVioAAEAAAAAA+AD/wAFAAABERcRASEBoMABgPxAAkD+gMACQAHAAAEAAAAAA8ADvwALAAAJAQcJARcJATcJAScCAP5tLQGT/m0tAZMBky3+bQGTLQItAZMt/m3+bS0Bk/5tLQGTAZMtAAAAAgAAAAAD/gP/AAsAEwAAARcHFzcXNyc3JwcnCQERFxEBNSECZ4eHQ4eKQ4eHQ4qH/VgBP78BP/zDAXuKiUWJiUWJikWIiAHA/sD+gMACQAFAgAAAAgAAAAAD/gP/AAUAhQAACQEDNxcJARUfHj8ePQEvHg8eA2X+Nf9ItwGD/OUCBAQGBwgJCgsNDQ4PEBESExMUFRUWFhgXGRgZGhoaGhoaGRgZFxgWFhUVFBMTEhEQDw4NDQsKCQgHBgQEAgIEBAYHCAkKCw0NDg8QERITExQVFRYWGBcZGBkaGhoaGhoZGBkXGBYWFRUUExMSERAPDg0NCwoJCAcGBAQCAs3+MwEASLcBhf7qGhoaGRkYGBcXFhUVFBMTEhEQDw4ODAsLCQgHBQUDAgEBAgMFBQcICQsLDA4ODxAREhMTFBUVFhcXGBgZGRoaGhoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwUFAwIBAQIDBQUHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGgACAAAAAAP/A/8AAwAMAAAxITUhJScHCQEnBxEjBAD8AAIA6S0BNgE3LepAQOvrLf7HATkt6wLVAAYAAAAABAAEAAADAAcACwAXABsAHwAAARUhNSMVITUjFSE1ASMVMxUzNTM1IzUjJREhEQMhESEDwP8AQP8AQP8AAcDAwEDAwEABwPyAQAQA/AABAMDAwMDAwAGAQMDAQMBA/cACQPyABAAAAAYAAAAABAAEAAALABEAFQAZAB0AIQAAASMVMxUzNTM1IzUjJzMhESERARUhNSMVITUjFSE1AyERIQIAwMBAwMBAwEACQPyAA4D/AED/AED/AEAEAPwAAYBAwMBAwED9wAJAAQDAwMDAwMD8gAQAAAADAAAAAAPfA/8ACAAMABUAACUXNxEzERc3JyUhNSElJwcXNycHESMBYCtVQFUroP4gA8D8QAHAVSugoCtVQO8vTf7zAQ1NL5GAQLNNL5GRL00BDQAFAAAAAAQABAAAAgAGAAoAGQAdAAAlITcTMxEjATMRIyERIzcnNycHJwcXBxchEQMhESEC0v6csmBAQP7AQEACgO0ts7Mts7Mts7Mt/tNABAD8AECzAU0BQP7AAUD8wC2zsy2zsy2zsy0DQPyABAAAAwAAAAAEAAQAAAsAFwAbAAABFwcXNxc3JzcnByclESERMzchNSEnIxEDIREhAcCzsy2zsy2zsy2zswHT/ID4QP7IAThA+EAEAPwAApOzsy2zsy2zsy2zs8D8wAEAQMBAAQD8gAQAAAAGAAAAAAQABAAAAwAHABMAFwAcACAAAAERIREBFSE1BSMVMxUzNTM1IzUjJREhESMZASERAyERIQPA/wABAP8A/oDAwEDAwEACgP8AQP3AQAQA/AABQP8AAQABAMDAQEDAwEDAwP8AAQD/AP3AA0D8gAQAAAIAAAAAA/8D/wAIAAwAABMXNxEzERc3ASUhNSGpLepA6S3+yv4gBAD8AAIWLOr9LALU6i0BOXBAAAAAAAYAAAAABAAEAAADAAcAEwAXABsAHwAAAREhEQEVITUFIxUzFTM1MzUjNSMlESERIxEhEQMhESEBQP8AAQD/AAJAwMBAwMBAAUD9wED/AEAEAPwAAUD/AAEAAQDAwEBAwMBAwMD8wANA/wABAPyABAAAAAAAAgAAAAAD9wP4AAQAFwAANxUzASc3Bxc/AzUvBw8CCN4CUt6vdN54BgUCAgUGjgkKCwwMCwrm3gJS3q903ngKCgwMCwsJjwgFAwEBAwUAAAADAAAAAAPaA/gACAAMABUAACUXNxEzERc3JyUhNSElJwcXNycHESMBZCtTP1Qqnf4kA7T8TAG8UyuenSpUP/MuTP73AQlMLo9+P7BMLo+PLkwBCQAHAAAAAAP4A/gAAwAHAAsADwATABgAHgAAARUjNSEVIzUBFSM1IRUjNQEVIzUhMxUjNSMVESERIQO5/P6G/ANy/P6G/ANy/P2L+/w/A/D8EAFD/Pz8/AE7/Pz8/AE7/Pz8/Pz9SwPwAAIAAAAAA/gD3QBOAGIAABMPFh8PPw81Lw4PBgkBFwE/AzUvBw8CoAsJCAYGBAIDAgMEBQYHCAgICQkICQgJCgoLCwwNDg4ODg8ODw8PDxYVFBMSEREPDgwLCAcFBAEDAwUGCAkLCw0NDg4QEBERDw8PDQ0NAqv+JZMB2wQFBAICBAVMCAkJCgsJCgFoCw0NDg8PEB4MCwoJCQgHBgUFAwMCAQEMCwsKCgkIBwcGBQQDAgEBAgMFBwkKDA4QEBETExQVFhEQDw8ODQ0LCwkIBgUDAgEBAgMFBwcJAlz+JZMB2wQKCQoLCgkITAYFAwEBAwUAAAACAAAAAAN6A7kAAwALAAA3IREhNyMVITUjNSPFAnb9ir38AvT8/EcCdr1+fj8AAAAHAAAAAAP4A/gAAwAHAAsADwATABgAHgAAARUjNSMVIzUjFSM1ARUjNSMVIzUhMxUjNSMVESERIQO5/D/8P/wDcvw//P7M9fw/A/D8EAFD/Pz8/Pz8Anb8/Pz8/Pz8/UsD8AAAAQAAAAADOwO5AAsAADczESERMxEjESERI8V+AXp+fv6GfkcBev6GA3L+hgF6AAAAAwAAAAAD+AJ+AD8AfwC/AAABHw8/Dy8PDw4FHw8/Dy8PDw4FHw8/Dy8PDw4C/AECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAv6FAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMC/oUBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwICAA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAAAAAYAAAAAA5kDmQADAAcACwAPABMAFwAAJTM1IwUzNSMFMzUjJTM1IwUzNSM1MzUjAty+vv7GvLz+xL6+ATy8vAE6vr6+vma+vr6+vn68vLx+vgAAAAIAAAAABAADvwADAEkAAAERIREnDwYVERUfDiE/DjURNS8OISchDwYDgP0AYgcGBQQEAgICAgQEBQYHCAgJCQkKCwsDLgsLCgkJCQgIBwYFBAQCAgICBAQFBgcICAkJCQoLC/5pa/7UCwsKCQkJCALA/gACAN8HCQgKCQoLC/1YCwsKCQoICAgHBwUEBAMCAQECAwMFBQcHBwkICgkKCwsCKAsMCgoKCAkIBwYFBAQCAQGAAQIDAwUFBwAAAgAAAAADYAOAAAUACQAACQE3CQEnATMRIwGgAWFe/u8BEl79noCAAf/+gVYBKQEqV/0AAwAAAAABAAAAAAMgA58ABQAAEwE3CQEn4AHsU/6HAXpTAf/+YWIBPQE/YgAAAQAAAAADIAOfAAUAABMJARcJAeABev6HUwHs/hMDPv7B/sNiAZ8BoQAAAAACAAAAAANfA4AABQAJAAATCQEXCQIzESOgARL+714BYf6eAeKAgAMp/tb+11YBfwGB/QADAAAAAAMAAAAABAAD/wADAIMBAwAAASE1IQUPHy8fPx47AR8dBR8fPx8vHw8eAQACAP4AAoABAQIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBQTExMTEhIREREQEA8ODg0NDAwKCgoICAcGBQQEAgEBAQECBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAIB/IEBAgMEBgcICQsLDA4ODxAREhMTFBUVFhcXGBgZGRoaGhoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwYEAwIBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGhoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcGBAMCAcCAQBQTExMTEhIREREQDxAODg0NDAwKCgoICAcGBQQEAgEBAQECBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAICAgIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwYEAwIBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGhoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcGBAMCAQECAwQGBwgJCwsMDg4PEBESExMUFRUWFxcYGBkZGhoAAAMAAAAABAAD/wALAIsBCwAAASMVMxUzNTM1IzUjAQ8fLx8/HjsBHx0FHx8/Hy8fDx4BwMDAgMDAgAHAAQECBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAIBAQEBAgQEBQYHCAgKCgoMDA0NDg4PEBARERESEhMTExMUFBMTExMSEhERERAQDw4ODQ0MDAoKCggIBwYFBAQCAfyBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGhoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcGBAMCAQECAwQGBwgJCwsMDg4PEBESExMUFRUWFxcYGBkZGhoaGhoaGRkYGBcXFhUVFBMTEhEQDw4ODAsLCQgHBgQDAgJAgMDAgMD/ABQTExMTEhIREREQDxAODg0NDAwKCgoICAcGBQQEAgEBAQECBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAICAgIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBoaGhkZGBgXFxYVFRQTExIREA8ODgwLCwkIBwYEAwIBAQIDBAYHCAkLCwwODg8QERITExQVFRYXFxgYGRkaGhoaGhoZGRgYFxcWFRUUExMSERAPDg4MCwsJCAcGBAMCAQECAwQGBwgJCwsMDg4PEBESExMUFRUWFxcYGBkZGhoAAAACAAAAAAOAA/8AAwAKAAAzITUhASEJASERIYADAP0AAQD/AAGAAYD/AP8AgAIA/oABgAGAAAAAAAIAAAAAA6AD/wASADcAAAEzHwURJQURPwYnDwcRJQURLw8hDwYC/QUJBgcEAwH+4P7gAQEDBAcGCG8LCQgHBQQBAgGgAaABAgQFBwgKCwwNDQ8OEBAQ/gYQEQ8PDg4NA4ACAwUFBgf9W3Z2AqAHBgUFBQMCUQwNDQ4PDwgQ/JmqqgNfERAQDw4ODAwKCQgGBQQCAQECBAUHCAkAAAIAAAAAA/8D/wBnAO4AAAEVDxcrAS8XPQE/FzsBHxcFHx47AT8OFxUBNwEjJz8OPQEvHg8eAoABAgIDAwUEBQYNDhESFBULCwwMDAwNDQ0NDQ0NDA0MDAwLCwsUExEQDgwFBAQEAwICAQECAgMEBAQFBg0PEBIUFQsLDAwMDQwNDQ0NDQ0NDAwMDAsLFRQSEQ4NBgUEBQMDAgIB/YABAQIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBEREREQEQ8QDw8PDg4NDRAkAQRh/v00IwwKCQgIBwcGBQUEAwMCAQICBAQFBgcICAoKCgwMDQ0ODg8QEBERERISExMTExQUExMTExISEREREBAPDg4NDQwMCgoKCAgHBgUEBAIBAoANDQ0NDAwMDAsLFRQSEQ4NBgUFBAMDAgIBAQICAwMEBQUGBg4QERMUFgsMDAwMDQ0NDQ0NDQwNDAwLDAsVFBIQDw0GBQQEBAMCAgEBAgIDBAQEBQYNDxASFBULDAsMDA0MDQ0NFBMTExMSEhERERAQDw4ODQ0MDAoKCggIBwYFBAQCAgECAwMEBQUGBwcICAkKDCMz/vxhAQQkDw4NDg4PDw8QDxEQERERERQTExMTEhIREREQDw8PDg0NDAwKCgkJCAcGBQQDAwEBAQEDAwQFBgcICQkKCgwMDQ0ODhAPEBERERISExMTEwAAAAMAAAAABAAD/wAkADAARQAAATU/DBEjFSE1IxEzHws1ISUVMxEjFSE1IxEzNScVMxEjFTM1IRUzNSMRMzUjFSE1IwEAAQQDAwUGBwQKCw0Ob2YBDGZmEA4MCgkHBgUDAwQB/kACQEBA/YBAQMBAQMACgMBAQMD9gMACdAENDggICQgHBAYFAwIB/p8sLAFhAQMFBQcHCAkICA4OjIBA/YBAQAKAQCBg/YDAQEDAAoDAQEAAAAEAAAAAA0ADPwALAAATFwcXNxc3JzcnByfA9PRL9fVL9fVL9fUC9fX1S/X1S/X0TPX1AAAEAAAAAAQAA8AAAwAHAIwBKQAAASE1ITUhNSEFDxorAS8CIw8PPwUvDT8eOwEfHQUVHxAVDw8VHwozPwwfATM/HC8fDx4BQAGA/oABgP6AAkABAgMEBgYICQkLDA0NDhAPERESExMUFBUVFhYWFhcXIAkICAgHBgYJCQoKFBUVFRUUBQQDAwQBAQIEBwMFFQ4LCQcGAwEBAQIEBAUGBwgICgoKDAwNDQ4ODxAQEREREhITExMTFBQTExMTEhIREREQEA8ODg0NDAwKCgoICAcGBQQEAgL8gAECAwMEBAYGBggICAoKCgMCAQICBAQGCAkKFQcHBQQDAQIDBAYGCAgJKCckHB8gERAREREREREQEBAeHRwdHBsbGxoZGRgXFhYVExMSEQ8PDQwLCggHBQQCAQECAwQGBwgJCwsMDg4PEBESEhQUFRUWFxcYGBkZGhoaGhoaGRkYGBcXFhUVFBMTEhEQDw4ODAsLCQgHBgQDAgHAQEBAVxAQEBAPDw4ODg0NDAwLCgoKCAgHBwYEBQMCAgICBAEDAwUFBwgHBwYLCQYFBAIMDAsMFxcWFRMbCAgZEhMTFBQUFQ4ODg4ODQ0MDQwMCwsKCgoJCQgICAYGBgUEBAMDAgEBAgMDBAQFBgYGCAgICQkKCgoLCwwMDQwNDQ4ODg4OEA8PDw8PDw8ODg4ODg0NDQsOEAgJCQkJCQgICAwGBwgICQoKCQkJCAYGBQMJBQICBAMEBAYGBwgJCgsNAwIBAgQEBgcICQoLDAwODg8QERISEhQTFRUVFhYWFxUUFRQUExMSEhIREBAQDg8NDQwLCwoJCAcHBQUDAwEBAQEDAwUFBwcICQoLCwwNDQ8OEBAQERISEhMTFBQVFAAAAAADAAAAAAPAA/8AQABEAHkAAAEHFQ8OLw8/Dx8OAxUhNScRHw8hPw8RJyEPDgKrAQMEBgcICgsMDQ8OEBERERERERAODw0MCwoIBwYEAwEBAwQGBwgKCwwNDw4QEREREREREA4PDQwLCggHBgQDKv5AgAEBAwQFBQcHCAkJCgsLCwwCnAwLCwoKCggJBwYGBQQDAQHk/dYMCwsLCgkJCAcHBQUEAwEBHAgJERAQDw4NDAsKCQcFBQIBAQIFBQcJCgsMDQ4PEBARERIREBAPDg0MCwoJBwUFAgEBAgUFBwkKCwwNDg8QEBECUsDADvzkDAsLCgoKCAkHBgYFBAMBAQEBAwQFBgYHCQgKCgoLCwwCquQBAQMEBQYGBwkICgoKCwsAAAAABAAAAAAEAAO/AAMABwALAA8AADUhNSE1ITUhNSE1ITUhNSEDAP0ABAD8AAMA/QAEAPwAQICAgICAgIAAAgAAAAAEAAPfAE4AYgAAEw8VIx8PPw8vDw8GCQEXAT8DNS8HDwKaCgoIBwUEAwICAwQFBgcJCAkICQkICQkKCgsMDA0ODg8ODw8PDw8PFhUVExMRERAODAsJBwUDAgECBAUGCAkLDAwNDw8PEREREA8PDQ4MArb+HZUB4wMGBAICBAZMCAkKCgsKCQFoDA0NDg4QEB4MCwoKCAgHBgYEBAMCAQ0LCwoKCAkHBwYFBAMCAQECAwUHCQoNDg8RERITFRUWERAQDg4ODAwKCQgGBQQCAQECBAUGCAkCX/4ikwHdBQkKCgoKCQlMBgUDAQEDBQAAAAEAAAAABAAC/wBkAAARISc/DjsBHx43Lx4jDw8nAcC3DQ4ODw8PEBAQERESERISEhEQERAQEA8PDw8ODg4ODQwNCwwLCwoKCQkICAcHBgYFeAcHCQgKCgsMDA0NDg8PDxARERIRExIUExQUFRQVFhUWGRgYFxcXFxYVFRUUFBMSErQBANELCwoKCQgHBwcFBQMDAwEBAgIDBAUFBQcGCAgICQoKCwsLDAwNDQ4NDw4PDxAPKRUUFBQTEhMREhAQEA8PDQ4MDAsLCQkJBwcGBAUDAgIBAQMFBQYICAoLCwwODg8Q0QAAAAADAAAAAAOgBAAAAwAHABAAACkBNSEBAycJATERBzM3JQElAWABwP5AAZn1ywFN/hpAwx8BIQE9/tRAAr7+UocBfP6t/oCASYsCTOAAAwAAAAACYAPfAD8AfwC/AAAlFR8OPw49AS8NKwEPDREVHw4/Dj0BLw0rAQ8NERUfDTsBPw09AS8ODw4BoAICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAgICBAQEBgYHBwgJCAoJCgoJCggJCAcHBgYEBAQCAoAKCQkJCQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCQkJCgoJCggJCAcHBgYEBQMCAgICAwUEBgYHBwgJCAoJAXYKCQkJCQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCQkJCgoJCggJCAcHBgYEBQMCAgICBAQEBgYHBwgJCAoJAXYKCQoICQgHBwYGBAUDAgICAgMFBAYGBwcICQgKCQoKCQkJCQgHBwYGBAQEAgEBAQECBAQEBgYHBwgJCQkJAAAAAgAAAAADgAP/AAMAaQAAMyE1IRMVHx07AT8dNREjEQ8PLw8RI4ADAP0AQAICAwMEBQYHBwcJCQkKCwsMDAwNDg0ODw8PEA8QERAQERAPEA8PDw4NDg0MDAwLCwoJCQkHBwcGBQQDAwICgAEDBgcICgwNDg8QEREREhISEhERERAPDg0MBQkIBgUCgIABgBAREA8QDw8ODw0ODQwMDAsLCgkJCQcHBwYFBAMDAgICAgMDBAUGBwcHCQkJCgsLDAwMDQ4NDw4PDxAPEBEQAgD+ABUTExIREA8NDAsJCAYEAwEBAwQGCAkLDA0PCBARExMVAgoAAAMAAAAAA8ADvwBPAFMAmQAAAR8EDw8jLwwVHwk/GDUvAyMfASUhNSEBDxQfAzMvBz8OMx8HNS8GDwICfgQCBQMBAQIEBAYICQoMDQ4QERMUFg0NDw8eHg8ODw0NDAwKCgsMDh4gIB8dGCAfHh0cGg0MCwwKCwkJCQgHBwYFBQMDAgIBAwQHqwYM/ccDgPyAAYcODRoYFwsKCgkJCAcHBwUFBAMCAQEBAwQGsAkHBwYFBAIBAQMFBgkJCwsNDg4PEBAPEBwaGhgWFhQSEBMVFxkrMB0dHAFdBQYNDQ8ODQwLCgoICAcGBQQEAgEBAQICBwkFBgYHBwgICZIFBQUFCAcGBAIBAQIEBgcJBQYGBwcICAkJCgsKDAwNDQ4PDxAUFBMSBw1cgAFyBAQKCw4HCAkJCQoKCwsMDA0NDg4PFhQTEggICQkLCw0ODw0MDAoJCAgGBQUDAwIBAQIEBgcJCwyMBwYFBAQDAQEDBAADAAAAAAOgA58AMQA0AF4AACUVHw07AT8NPQEvCA8GJyE3JxcBDwUfBQEfBT8FAT8FLwUBAu8BAwMDBQUGBgcHCAgICQkJCQkICAcHBgYFBAQDAgICBAgHBwgRDxUsEAgGBgQDPP4n7LFl/vgFBAMCBAEBBAIDBAUBIwUGBQYGDA0LBgUGBQEeBAQDAwMCAgMDAwQE/k/BCgoJCQgIBwcGBgUEAwICAgIDBAUGBgcHCAgJCQoKBgwOFQ4ODRoVGjwaDg4ODg347apm/vcEBgUGDAwMDAUGBQX+3AQDAwICAQEEAgQDBQEgBAYFBgwMDAwGBQYFAbIAAAEAAAAAA+AD/wCdAAABESMRNS8LKwEPDBEvAw8EAR8HIT8PETUvCysBDwsdASMRLwwrAQ8LFREjETUvCysBDwsCACwBAgIDAwQICwYGBgYHBwYHBgUGCQgEAgMBAQHCBgcHCQkJBzkBVwwODwcQERERAUcSEhAQDw8NDQsKCQcDBgMCAQICAwMECQoGBgYHBgcHBgYGBQoIAwMCAgErAQEBAwIEAwkLBQYHBgcHBgYGBgUKCAMDAgIBLAECAgMDBAkKBgYGBwYHBwYGBgUKCAMDAgIBA8D+awEqBwYGBgYFBQkHAgICAQECAgIEBwoFBgYGBgf+BGwCAQEBAgQGNf6sDAoIBAcFAwIBAwQGBwgKCwwODg4IEBERAnMHBgYGBgUFCQcCAgIBAQICAgQHCgUGBgYGB+oBagcGBgYGBQUJBgMCAgEBAgIDAwgJBQYGBgYH/pYBlQYHBgYFBgUIBwMCAgEBAgIDAwgJBgUGBgcADQAAAAAD4APfAAMABwALAA8AEwAXABsAHwAjACcAKwAvADMAACUzNSMFMzUjBTM1IyEzNSMFMzUjITM1IwUzNSMFMzUjITM1IwUzNSMhMzUjBTM1IwUzNSMDIMDA/oDAwP6AwMACQMDA/oDAwAJAwMD+gMDA/oDAwAJAwMD+gMDAAkDAwP6AwMD+gMDAIMDAwMDAwMDAwMDAwMDAwMDAwMDAwAADAAAAAAPAA/8AAwAnAC8AAAERIREDHw8hPw8RITchFSE1IScjAwD+AIABAgMEBQcHCQkJCwsMDA0NAgANDQwMCwsJCQkHBwUEAwIB/QDg/uADgP7gQMACgP4AAgD+AA0NDAwLCgoJCQcGBgQDAgEBAgMEBgYHCQkKCgsMDA0NAoDAgIBAAAAAAQAAAAADXwP/ADoAABMPAxEfBz8EHwY/BzUvAj8HLwMBFS8DDwKvBAUEAgEDBAcHCQkKCgkJCIFzBQcICQoKCgm8CQgGBAMBBHGoCAgHBwQDAQEDBQf9pggJCQoKCQkD8gQICQr8/AoJCQcHBAMBAQIDBGfyCQcFBAIBAQNWBgYICQoKCgvvIgMFBgcJCQkKCggIAfECBQQCAQEDBAAAAAEAAAAAAoAC3wACAAABLQEBgAEA/wABIODgAAADAAAAAAPAA58AAwAHABEAAAEVIzUBFSM1BwEjESE1ATMRIQEAgAMAgED+KKgBAAHYqP8AASCAgAJAgIBj/mP/AKMBnQEAAAAEAAAAAAQAA78AAwAHAC8AMwAAARUhNSUVIzUhETMVITUzES8PIQ8ONyE1IQLA/oACQID9AMACgMABAgMEBQcHCAkKCwsMDA0N/QANDQwMCwsJCggHBwUEAwK/AoD9gAGAwMDAgID+wMDAAUANDQwMCwsKCQgHBwUEAwIBAQIDBAUHBwkJCgoLDAwNs8AAAAABAAAAAAQAAv8AZAAAAS8PIw8eFz8eOwEfDgchEQNMEhITFBQVFRUWFxcXFxgYGRYVFhUUFRQUExQSExESEREQDw8PDg0NDAwLCgoICQcHeAUGBgcHCAgJCQoKCwsMCw0MDQ4ODg4PDw8PEBAQERAREhISERIRERAQEA8PDw4ODbcBwAIvEA8ODgwLCwoICAYFBQMBAQICAwUEBgcHCQkJCwsMDA4NDw8QEBASERMSExQUFBUpDxAPDw4PDQ4NDQwMCwsLCgoJCAgIBgcFBQUEAwICAQEDAwMFBQcHBwgJCgoLC9ECAAAAAgAAAAADQAN/AAIACgAAAQcTATM3IRczASMCa9Zr/sBrUQEHUmv+9WoByQEBSv1u29sDAAAAAAADAAAAAAQAA/8AQABMALQAAAEVDw8vDz8PHw4BESMvBzUHIycPHh0BHx4/Hj0BJyERIQJAAQQFCAkLDQ8QERIUFBYWFxcWFhQUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQUFhYXFxYWFBQSERAPDQsJCAUEAUHmDg8RExQWFxiABRsSEhIREREQEA8QDg8NDg0MCwwKCgkICAcHBQUEAwICAgIDBAUFBwcICAkKCgwLDA0ODQ8OEA8QEBERERISEhISEhERERAQDxAODw0ODQwLDAoKCQgIBwcFBQQDAgIBAUH9gAFgCwwWFRUUEhEQDw0LCQgFBAEBBAUICQsNDxAREhQVFRYXFxYWFBQSERAPDQsJCAUEAQEEBQgJCw0PEBESFBQWFgIJ/oAYFxYUEhEQDefBAQEBAgMEBQUHBwgICQoLCwsMDQ4NDw4QDxAQEREREhISEhIREhEQERAPEA4PDQ4MDQsLCwoJCAgHBwUFBAMCAQEBAQIDBAUFBwcICAkKCwsLDA0ODQ8OEA8QEBEREhESEg4SAoAAAAAAAQAAAAACgALgAAIAAAEFEQGAAQACAOABwAAAAAMAAAAABAAD/wADAAcACwAAMSE1IREhNSERIREhBAD8AAQA/AAEAPwAQAEAwAEAAQAAAAAFAAAAAAQAA/sAAwAHAAwAGAAsAAATMzUjNSE1IQUVMwEnASEFESMRJyERITUhJQcXPwM9AS8HDwLAwMABQP7AAUBjAT5j/MICbAEUgGz97AIA/YADlTFkMAQCAgICBD4EBQQGBQQFAbxAgEBcZAFDZP0ZuAH4/vhIAgCAODFkMQQFBQUFBQQEPwQCAQEBAQIAAAAAAwAAAAADwAP/AAUAGAAdAAAzITUhESMlHQEfCjsBESERAyERASFAAoD+AIACQAECAgMHCAsFBgYGB4D+QIACwP79/kOAAoCAgAcGBgYGCggHAwICAf6AAkD9QAI6AQYAAwAAAAAEAAP/AAMARwCgAAAzITUhAR8GFQ8RIzUvDzU/Dh8GJQ8IFR8QIRUhNSE1Pw41LxYrAQ8NgAMA/QAB5QcGBAQDAgEBAQIDBAQEDhAODAoJCgUIBAEMBwgJCAoLDQ4XBAQEAwIBAQECAwQEBgcKCgsMDQ4PEBAPDg0MCwr+4QcGCwoIBwUEAgEDBQYICRkMCgkIBgUFAwYB/oYEAP6GBgkFBggJCgwUCggHBgMDAQMEBggJCg0PCgoLCwsMDA0NDQ0ODw4PDw4PDg0NDQ0MDAsLCwoKgALZCQkKCgoLCwsLCwsKCwoKGB4eHh4cKhkuLDUaUi8pHB0eHh4nCgoLCgsLCwsLCwoKCgkJCQgHBQUDAQEBAQMFBQcITQgIERISFBQUFRUVFRUVFRQsGRgZGBcWFRQvNICAGUEyFhcYGRgZIhQUFRUVFhUVFBQUExIREREJCQgHBwYFBQQEAwICAQECAgMEBAUFBgcHCAkJAAAAAgAAAAADwAP/ABcAHwAAOwERIR0BHwo7AREzESchNSERIxUhNSNAgAHAAQICAwcICgYGBgYHgIDm/WYDgID9gIABwIAHBgYGBgoIBwMCAgH/AAFb5YABQMDAAAACAAAAAAPAA/8AEgAXAAABHQEfCjsBESERAyERJyECgAECAgMHCAoGBgYGB4D9gIADgOb9ZgOAgAcGBgYGCggHAwICAf3AAwD8gAMa5gAAAAQAAAAAA/gD+AADAAcACwARAAATITUhJREhEQMhESE3IREzESHFAXr+hgG5/gh+AvT9DPwCdn79DAFDfr3+CAH4/YoC9H79SwMzAAAEAAAAAAP4A/gACwAPABMAGQAAASMVMxUzNTM1IzUjJREhEQMhESE3IREzESEBQ35+fn5+fgE7/gh+AvT9DPwCdn79DAHBfn5+fn4//ggB+P2KAvR+/UsDMwAAAAIAAAAAA/gD+AACAAUAACUhEQkBIQEEAvT8EAL0/QwIAvT+CAL0AAACAAAAAAP4A/gAAgAFAAA3IQkBESEIAvT9DAPw/QwIAvT+CAL0AAAAAQAAAAADegN6AAIAADchEYYC9IYC9AAAAQAAAAADegN6AAIAACURIQN6/QyGAvQAAQAAAAADegN6AAIAADchAYYC9P0MhgL0AAAAAAEAAAAAA3oDegACAAA3ASGGAvT9DIYC9AAAAAAIAAAAAALgA8AALwBfAI8AvwDvAR8BTwF/AAAlFR8JOwE/CT0BLwkrAQ8JBRUfCTsBPwk9AS8JKwEPCSUVHwk7AT8JPQEvCSsBDwkFFR8JOwE/CT0BLwkrAQ8JJRUfCTsBPwk9AS8JKwEPCQUVHwk7AT8JPQEvCSsBDwklFR8JOwE/CT0BLwkrAQ8JBRUfCTsBPwk9AS8JKwEPCQJgAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgH+wAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAUABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAf7AAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBQAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIB/sABAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQFAAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgH+wAECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBgAcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBvkHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgb5BwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYG+QcGBgYLCQgGAgIBAQICBggJCwYGBgcHBgYGCwkIBgICAQECAgYICQsGBgYHBwYGBgsJCAYCAgEBAgIGCAkLBgYGBwcGBgYLCQgGAgIBAQICBggJCwYGBgABAAAAAAP4AvwAAgAAEyEBCAPw/ggBBAH4AAAAAQAAAAAD+AL8AAIAAAkBIQIAAfj8EAEEAfgAAAEAAAAAAvwD+AACAAAlCQEBBAH4/ggIAfgB+AABAAAAAAL8A/gAAgAACQERAQQB+AIA/ggD8AAAAwAAAAACfgP4AD8AfwC/AAAlHw8/Dy8PDw4DHw8/Dy8PDw4DHw8/Dy8PDw4BggECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNDQwMDAsKCgkIBwcFBAMChg0MDQsLCgoJCAgGBQQDAgEBAgMEBQYICAkKCgsLDQwNDQwNCwsKCgkICAYFBAMCAQECAwQFBggICQoKCwsNDAFtDQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDA0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAW0NDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQ0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwABAAAAAAD+AO4AAMABwATAFQAACUzNSMnITUhJyEvBT0BNyEFFR8PPw8vDw8OAYL8/L0Cdv2KvQKMCQQDAwECA/2HArUBAgQFBwgJCgsMDQ4PDw8QEQ8PDw4NDAsKCQgHBQQCAQECBAUHCAkKCwwNDg8PDxEQDw8PDg0MCwoJCAcFBAJHfr1+vRYMCwwMDQwIGCAICA8PDw4NDAsKCQgHBQQCAQECBAUHCAkKCwwNDg8PDxARDw8PDg0MCwoJCAcFBAIBAQIEBQcICQoLDA0ODw8PAAADAAAAAAPlA0QABQALAA8AAAEXBxc3JwUXNyc3JxMXEycCtMDAOvj4/Sz4Or+/Olo8zT0Cvr6+Ovj4+Pg6vr46/dcTAnUTAAAEAAAAAAO5A7gAIwBHAGsAjwAAAREfByE/BxEvByEPBgURHwchPwcRLwchDwYBER8HIT8HES8HIQ8GBREfByE/BxEvByEPBgI/AQEDBAUFBgYBPAYGBQUEAwEBAQEDBAUFBgb+xAYGBQUEAwH+BwEBAwQFBQYGATwGBgUFBAMBAQEBAwQFBQYG/sQGBgUFBAMBAfcBAQMEBQUGBgE8BgYFBQQDAQEBAQMEBQUGBv7EBgYFBQQDAf4HAQEDBAUFBgYBPAYGBQUEAwEBAQEDBAUFBgb+xAYGBQUEAwEBov7FBwYFBQMDAgEBAgMDBQUGBwE7BgYFBQQDAQEBAQMEBQUGBv7FBwYFBQMDAgEBAgMDBQUGBwE7BgYFBQQDAQEBAQMEBQUGAfH+xQYGBQUEAwEBAQEDBAUFBgYBOwcGBQUDAwIBAQIDAwUFBgf+xQYGBQUEAwEBAQEDBAUFBgYBOwcGBQUDAwIBAQIDAwUFBgAAAAMAAAAAA3oD+AAHAAsAYgAAARUhNTMRIRElFSM1KwEPChURFR8KMyEzPwk1ETUvCiMvDisBDw4BQwF6P/4IATt+P70GBwYGCgoHBgICAQECAgMGCQoFBgYGBwJXJQcGBQsKBwYCAgEBAgIGBwoKBgYHBr0DAwQFBwgKDQcHCQgKCgsLCwsKCggICAcMCgkGBQQDAgL8Pz/9igJ2fj8/AQEBAgYICQsGBgYH/Q0GBgYGBgoJBgMCAgEBAgIGBwoKBgYHBgLVJQcGBQsJCAYCAQEBHQsLDAwLCwkFAwQDAgIBAQICAwQDBQkLCwwMCwsJAAIAAAAAA3oD9wAjACsAADcVHw4hPw8RITcjFSE1IychxQICBAQFBggICAkJCQoLCwGiCwoKCgkJCAgHBwUEBAIBAf2Kfr0C9L04/vZ1CwsKCgoJCAgIBgUFAwMBAQEBAwMFBQYICAgJCgoKCwsCh71+fj8AAgAAAAADegP3AAMACgAANyE1IRMjCQEjESOGAvT9DPz8AXoBevz8CH4B+P6GAXoBegAAAAQAAAAAA/gD9wA/AH8AhAEGAAAlFQ8OLw49AT8NOwEfDREVDw0rAS8NPQE/Dh8OJQcXATUFFR8QPwcXBy8GIw8PHw8/Dy8HNwEzNQE1Lw8PDgFDAgIDBAUGBgYIBwkICQoKCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJCgoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoKCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJCgoJCAkHCAYGBgUEAwICAff7fgE7/BABBAUHCQsMDQ8IERETFBQVFRINDAwMCwsLOjoLDAwMDQ0NDhYWFRQUEhEPDwwLCgcGAwEBAwYHCgsMDhAREhMVFRYWGBUVFRMSEQ8ODQsJCAUEAQEBAgQEBQYHXQE7vf3JAwQGCAoLDA4QEBISFBQVFRsWFBQTEhEPDg0LCQgFBOUKCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYHBwgICQkJCgkKCQgJBwgGBwUFBAMCAgICAwQFBQcGCAcJCAkKAi0JCgkICQcIBgcFBQQDAgICAgMEBQUHBggHCQgJCgkKCQkJCAgHBwYGBAQEAgEBAQECBAQEBgYHBwgICQkJkfl+ATs/mwIZFRUTExERDw4GDAsIBwUDAQEBAgMDBAUFV1cGBAQEAgICAQMGBwoLDA8PERIUFBUWFhcWFRQTEhEQDg0LCQgFBAEBBAUICQsNDg8REhMUFRYXEA4PDg4NDQwv/sY+AlZGHBUTExIREA8NDAoJBwUDAgIDBgcJCw0ODxESExMVFgAAAAAGAAAAAAP4A7gAAwAHAAsADwATABcAACUhNSEHMzUjNyE1IQczNSM3ITUhBzM1IwEEAvT9DPx+fvwC9P0M/H5+/AL0/Qz8fn5Hfn5+/H5+fvx+fn4AAAAAAgAAAAAD+AP3AGQAyQAAJSMvDjchETcfDz8fIxUPHQEzNT8eMx8OByERBy8PDx4CABAQDxAPDw8PDg8ODQ4NDQ9s/sV1FRESExMTFBQUFRUVFhYWFhoZGhgZGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwIBfgICBAQFBgcHCQkKCgsMDQ0ODg8PEBARERISEhITFP31fgICBAQFBgcHCQkKCgsMDQ0ODg8PEBARERISEhITFBMQDw8QDw4PDw4ODg0NDQ0TbAE7dRoREhITExMUFBQVFRUWFRYaGRoYGRgXFxYWFRUTExMRERAPDg0MCwoJCAcGBAMChgECAgMEBAUFBgYHCAgIDGz+xXYRDAwLCgoICAcGBQQDAwEBAQIDBQUHCAkKCwwNDg8QERETExQUFRYWFxcYGRgaGRoTFBMSEhISEREQEA8PDg4NDQsMCgoJCQcHBgUEAwMBAXkTFBMSEhISEREQEA8PDg4NDQsMCgoJCQcHBgUEAwMBAQECAgMDBAUFBgYHBwgIDmwBO3YUDAwKCgkJBwcFBQQEAgEBAQIDBQUHCAkKCwwNDg8QERETExQUFRYWFxcYGRgaGQAAAAADAAAAAAP4A/cAAwAHAIcAAAERIxE3FSM1JQ8PHx8/Hy8fDw4CP35+fv7aEhAPDg0MCgoJBwcFBAQCAQECBAQFBwcJCgoMDQ4PEBISEhQTFRUVFhcXGBgZGRobGxoZGRgYFxcWFRUVExQSEhIQDw4NDAoKCQcHBQQEAgEBAgQEBQcHCQoKDA0ODxASEhIUExUVFRYXFxgYGRkaGxsaGRkYGBcXFhUVFRMUEgI//oYBevx+fioSExMTFRUVFhcXGBgZGRobGxoZGRgYFxcWFRUVExMTEhEQDw4NDAsKCAgGBgQDAwEBAwMEBgYICAoLDA0ODxAREhMTExUVFRYXFxgYGRkaGxsaGRkYGBcXFhUVFRMUEhIREBAODAwLCggIBgYEAwMBAQMDBAYGCAgKCwwNDg8QAAEAAAAAAzoD9wAFAAATCQEXCQHFAb3+Q1YCIP3gA5v+Zf5lXQH4AfgAAAAAAgAAAAAD9wO4AAMASQAAAREhEScPBxEfDyE/DxEvDyEnIQ8GA3r9DGAHBgUFAwIBAQEBAgMFBQYHBwgJCQkKCwoDIgoLCgkJCQgHBwYFBQMCAQEBAQIDBQUGBwcICQkJCgsK/m9q/toLCwoJCQkIAr3+CAH43AgICQkJCgsK/WMLCwoJCQkICAcGBQQEAwIBAQIDAwUFBgcICAkJCQoLCgIfDAsKCgkJCAgHBgUEAwMBAX4BAgMDBQUGAAABAAAAAAOWA5kACwAACQEHCQEXCQE3CQEnAgD+w1kBPf7DWQE9AT1Z/sMBPVkCWgE/Wf7A/sBZAT/+wVkBQAFAWQAAAAEAAAAAA/cDuABFAAATDwcRHw8hPw8RLw8hJyEPBiYHBgUFAwIBAQEBAgMFBQYHBwgJCQkKCwoDIgoLCgkJCQgHBwYFBQMCAQEBAQIDBQUGBwcICQkJCgsK/m9q/tkKCwoJCQkIA5kICAkJCQoLCv1jCwsKCQkJCAgHBgUEBAMCAQECAwMFBQYHCAgJCQkKCwoCHwwLCgoJCQgIBwYFBAQCAQF+AQIDAwUFBgAEAAAAAAO5A7gAAwAIABwAYAAAARUhNxMBIzUBNx8EDwQnPwQfAiURHw8hPw8RLw8hDw4DO/5HP5/+x2IBOXo9AwMBAQEBAwMwYS8EBQUFBQQF/dMBAgMEBQcHCAkKCgsMDAwNAnYNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf2KDQwMDAsKCgkIBwcFBAMCAUM/PwEA/sNjATxPPQQFBQUFBQQEMGIwBAIBAQEBAkP9ig0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAnYNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAADAAAAAAO5A/cABQA6AFAAAAEVMxEhESMRHw8hPw8RJyEPDicRMxEhNSEPDgJ+vf5HfgECAwQFBwcICQoKCwwMDA0BuQ0MDAwLCgoJCAcHBQQDAgH8/sUNDAwMCwoKCQgHBwUEAwK+fgH4/ggNDAwMCwoKCQgHBwUEAwICvb3+hgI3/ckNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQG5/AECAwQFBwcICQoKCwwMDLD9igJ2fgECAwQFBwcICQoKCwwMDAACAAAAAAP4A/cAXwDmAAABFQ8VKwEvFT0BPxU7AR8VBRUfHj8PFxUBNwMjJz8OPQEvHg8eAn4BAgIDAwQFCg0PEBITFRYLDAwMDQwNDQ0NDA0MDAwLFhUTEhAPDQoFBAMDAgIBAQICAwMEBQoNDxASExUWCwwMDA0MDQ0NDQwNDAwMCxYVExIQDw0KBQQDAwICAf2KAgIEBAUGBwcJCQoKCwwNDQ4ODw8QEBEREhISEhMUExEREBEQEBAPDw8ODg4NDRAiAQFf/zMjDAoJCAgHBgYFBQQDAwIBAgIEBAUGBwcJCQoKCwwNDQ4ODw8QEBEREhISEhMUExMUExISEhIRERAQDw8ODg0NDAsKCgkJBwcGBQQEAgICfg0NDA0MDAwLFhUTEhAPDQoFBAMDAgIBAQICAwMEBQoNDxASExUWCwwMDA0MDQ0NDQwNDAwLDBYVExIQDwwLBQQDAwICAQECAgMDBAULDA8QEhMVFgwLDAwNDA0NExQTEhISEhEREBAPDw4ODQ0LDAoKCQkHBwYFBAMDAQEBAQEDAwQFBQYGCAcJCAoMIzL/AGABACMPDQ0ODg4PDw8QEBAREBERExQSExISEhEREBAPDw4ODQ0LDAoKCQgIBwYFBAMDAQEBAQMDBAUGBwgICQoKDAsNDQ4ODw8QEBEREhISExIUAAAAAAIAAAAAA3oD9wADAAoAADchNSERMxEzETMBhgL0/Qz8/Pz+hgh+Afj+hgF6AXoAAAEAAAAAA/cDmQAIAAATATcDITUhEycIAYZb9wMG/Pr3WwIA/mdXAQN+AQNXAAAAAAMAAAAAA/gD9wAVABsAVQAANx8PITUhESMFJwcXAScFER8PIT8PNSMVIREhNSEPDggBAgMEBQcHCAkKCgsMDAwNAnb9in4CN1FaqwG5Wf0mAQIDBAUHBwgJCgoLDAwMDQI3DQwMDAsKCgkIBwcFBAMCAX79yQF6/oYNDAwMCwoKCQgHBwUEAwKGDQwMDAsKCgkIBwcFBAMCAX4CdqNRWaoBuVk//ckNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDfz8Ajd+AQIDBAUHBwgJCgoLDAwMAAAEAAAAAAP4A9gAAwAHAAsAEgAAJTM1IzUhNSE1ITUhASMXNyMRIwHB/PwBev6GAjf9yf7Ffr29fn6mfr19vX79TL29AvMAAAADAAAAAAJeA9gAPwB/AL8AACUVHw07AT8NPQEvDg8OERUfDTsBPw09AS8NKwEPDREVHw4/Dj0BLw0rAQ8NAaIBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwGGCQoJCQgIBwcGBQUEAwICAgIDBAUFBgcHCAgJCQoJCgkJCQgIBwcGBgQEAwMBAQEBAwMEBAYGBwcICAkJCQFwCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkBcAoJCQkICAcHBgYEBAMDAQEBAQMDBAQGBgcHCAgJCQkKCQoJCQgIBwcGBQUEAwICAgIDBAUFBgcHCAgJCQoAAAABAAAAAAP3A3kABQAAAScHCQEnAVX0WQFNAqNZATfxWv64AppaAAAAAwAAAAAD2AJeAD8AfwC/AAABFR8NOwE/DT0BLw0rAQ8NBRUfDTsBPw09AS8NKwEPDQUVHw07AT8NPQEvDSsBDw0DHAEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAf6GAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMB/oYBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwECAAoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJAAAAAAIAAAAAA/gD9wALAE8AAAEXNzMHFyMnByM3JyURFR8OIT8ONRE1Lw4hDw4Bd4mJbsXKcIyMcM3H/v4CAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwICAvyurvr+sbH8/J38zgoJCggICAgGBgYFBAMCAQEBAQIDBAUGBgYICAgICgkKAzIKCQoICAgIBgYGBQQDAgEBAQECAwQFBgYGCAgICAoJAAAAAAQAAAAAA/gD9wAJAJQBAAFEAAABHwEzPwEzAyMDBx8HIzUvBg8GHQEfEQ8PLw41Mx8KPwY1LxE9AT8NOwEfBQUfByM1LwYjDwsVHws/BzMPDisBLw4/DjsBHwUBERUfDiE/DjURNS8OIQ8OAug9BQEGO0ZqO2tEBwcFBQMDAQFEAwQGCAkLCwwKCQcFBAMCBAUIETQXEwgHBgYEBAMCAQEBAQMDBQYGCAkJCgsLDA0ODg4NDAsKCgkIBgYFBAICQQECAgMDBAQJCgwMEgoJBwUEAQEDBQcJDTIWEwgHBwUFBAMCAQEDAwUFBwcICQoKCwsNDQ0NDAwKCgn+6ggHBgQEAwEBQAIEBggKCwwQCAgHBwUFBAQDAgQCAgQFBAQEBgYHCAkJDQsKCQcGAwFAAQICBAUGCAgJCgoLCwsMDRAQDg0NCwoJCAcGBQQCAgEBAgIEBQYHCAkKDAwNDhAQDQ0MDAsKCf7SAgIDBAUGBgYIBwkICQoJAzQJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgn8zAkKCQgJBwgGBgYFBAMCAgJ5tBcXtP7xAQ8TBgcHCAgICQkIBwcHBQQCAQECAwQFBgcHBgcFBAQGCwcIBAUFBQYGBwcICAkJCAgHBwYGBQUEAwICAQEBAQIDBAUFBgcHCAgICAkJBgoFBAMEAgUDAgEBAwMEBgYHBwYGBQUEBAwHBwUEBQUGBgcHCAgICQgHBwcGBwUFBAMDAgEBAgMDBAUKBwgICQoKCwsGCgoICAUEAgECAwMEBQYGBwcQEhwREA4HBQUEBAICAQEBAgUFBwgJCgoKCQgJCAcHBwUFBAMCAQIDBAUHCAgKCwsMDQ0ODxcODgwMDAoKCQgGBgQDAgEDAwQEBgEw/M4KCQoICAgIBgYGBQQDAgEBAQECAwQFBgYGCAgICAoJCgMyCgkKCAgICAYGBgUEAwIBAQEBAgMEBQYGBggICAgKCQAAAwAAAAADuQP4AEAARAB5AAABFQ8PLw8/Dx8OAxUhNSMRHw8hPw8RJyEPDgKoAQIFBQcJCQsMDQ4PDxAREREREA8PDg0MCwkJBwUFAgEBAgUFBwkJCwwNDg8PEBEREREQDw8ODQwLCQkHBQUCKf5HfgECAwQFBwcICQoKCwwMDA0Cdg0MDAwLCgoJCAcHBQQDAgHg/ewNDAwMCwoKCQgHBwUEAwIBIAkIERAPDw4NDAsJCQcFBAMBAQMEBQcJCQsMDQ4PDxAREREREA8PDg0MCwkJBwUFAgEBAgUFBwkJCwwNDg8PEBECSb29/QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQKS4AECAwQFBwcICQoKCwwMDAAABAAAAAAD9wP4AAQAGAAcAHgAACUVMwEnNwcXPwM9AS8GKwEPAQEVITUjER8PITUvDz8PHw83MT8DNSchDw4CAGEBNmFaMGEvBAICAgIEPAQEBQUFBQT+q/5HfgECAwQFBwcICQoKCwwMDA0BOxEREA8PDg0MCwkJBwUFAgEBAgUFBwkJCwwNDg8PEBERERAPDw4ODAwLCQkHBgUDAs4tBQYM4P3sDQwMDAsKCgkIBwcFBAMCaWEBN2BZL2AvBAQFBQUFBAQ8BAICAgIBfr29/QwNDAwMCwoKCQgHBwUEAwIBcAECBQUHCQkLDA0ODhAQERERERAPDw4NDAsJCQcFBAMBAQIEBQcICQoLDA0ODw8QEM4tBAQH5OABAgMEBQcHCAkKCgsMDAwAAAAAAgAAAAAD+AP4AGcAoQAAAQ8GHQEPIBUfBz8THQEfCT8EAT8DLwMBLwMHBREfDyE/DzUjFSERITUhDw4CngQDBAICAgEXFxYVFRQTExMSEREQEA8ODg4MDQsLCwoJCQgIBwYGBQEBAgMDBAUGBwcHBgUTFBQVFhYYGBkaGxwcHh8gAQEDAgMEBAQFBAUEBAQEAS0FAwIBAQIDBP7SBQUFBQf9YwECAwQFBwcICQoKCwwMDA0CtQ0MDAwLCgoJCAcHBQQDAgF+/UsBO/7FDQwMDAsKCgkIBwcFBAMCA7YCAwMDBAQFBJMEBQUGBgcICAgJCgsKDAwNDQ4ODxAQEBESExIUFBUVFgUFBQUFBAMDAgEBAgQFFhUTEhEPDg0LCQkHBgQDAo4FBAQEBAMDAgEBAQEBAQMCAQ0EBgYHBwYGBQEOAwMBAQE+/QwNDAwMCwoKCQgIBgUEAwIBAQIDBAUGCAgJCQsLCw0MDaSkAvR+AQIDBAUHBwgJCgoLDAwMAAAAAgAAAAADegP3ACMAKwAANx8PIT8PESE3IxUhNSMnIcUBAgMEBQcHCAkKCgsMDAwNAXoNDAwMCwoKCQgHBwUEAwIB/Yp+vQL0vTj+9oYNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQJ2vX5+PwAFAAAAAAP4A/gAMwA/AHMAhQC5AAATHQEfCTMhMz8JPQIvCSMhIw8JExUzFSMVIzUjNTM1JxEVHwkzITM/CTURNS8JIyEjDwk3FTM1ITUhIw8JBREVHwk7Aj8JNRE1LwkrAg8JCAECAgYHCgoGBgcGA3IGBwYGCgoHBgICAQECAgYHCgoGBgcG/I4GBwYGCgoHBgICAfw/Pz8/P70BAgIGBwoKBgYHBgE7BgcGBgoKBwYCAgEBAgIGBwoKBgYHBv7FBgcGBgoKBwYCAgG9PwF6/oYGBwYGCgoHBgICAQH4AQICBgcKCgYGBwa9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBr0GBwYGCgoHBgICAQEEvQYHBgYKCgcGAgIBAQICBgcKCgYGBwa9BgcGBgoKBwYCAgEBAgIGBwoKBgYHAbM/Pz8/Pz8//sUGBwYGCgoHBgICAQECAgYHCgoGBgcGATsGBwYGCgoHBgICAQECAgYHCgoGBge3Pz8/AQICBgcKCgYGBwb+CAYHBgYKCgcGAgIBAQICBgcKCgYGBwYB+AYHBgYKCgcGAgIBAQICBgcKCgYGBwAACgAAAAAD+AP4AAMABwALAA8AEwAXABsAHwAjAFcAAAEVIzUjFSM1IxUjNSUVIzUjFSM1IxUjNSUVIzUjFSM1BSM1MyURFR8JMyEzPwk1ETUvCSMhIw8JA7n8P/w//ANy/D/8P/wCN/w//ANy/Pz8TwECAgYHCgoGBgcGA3IGBwYGCgoHBgICAQECAgYHCgoGBgcG/I4GBwYGCgoHBgICAQEEvb29vb29/L29vb29vfy9vb29vb29/I4GBwYGCgoHBgICAQECAgYHCgoGBgcGA3IGBwYGCgoHBgICAQECAgYICQsFBgcAAAYAAAAAA/gD+AALAD8ASwB/AJEAxQAAARUzFSMVIzUjNTM1Ix0BHwkzITM/CT0CLwkjISMPCRMVMxUjFSM1IzUzNSMdAR8JMyEzPwk9Ai8JIyEjDwk3FTM1MzUrAQ8JBREVHwkzITM/CTURNS8JIyEjDwkBBD8/Pz8/vQECAgYHCgoGBgcGATsGBwYGCgoHBgICAQECAgYHCgoGBgcG/sUGBwYGCgoHBgICAfw/Pz8/P70BAgIGBwoKBgYHBgE7BgcGBgoKBwYCAgEBAgIGBwoKBgYHBv7FBgcGBgoKBwYCAgG9P/z8BgcGBgoKBwYCAgEBegECAgYHCgoGBgcGATsGBwYGCgoHBgICAQECAgYHCgoGBgcG/sUGBwYGCgoHBgICAQEEPz8/Pz8/vQYHBgYKCgcGAgIBAQICBgcKCgYGBwa9BgcGBgoKBwYCAgEBAgIGBwoKBgYHAbM/Pz8/Pz+9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBr0GBwYGCgoHBgICAQECAgYHCgoGBgf2fn4/AQICBgcKCgYGBwb8jgYHBgULCQgGAgIBAQICBggJCwUGBwYDcgYHBgYKCgcGAgIBAQICBgcKCgYGBwACAAAAAAO5A/gACwBEAAABIxUzFTM1MzUjNSMBER8PMzUjESEdAR8JOwEVMzUnIQ8OAr1+fn5+fn79igECAwQFBwcICQoKCwwMDA38/AG5AQICBgcKCgYGBwZ+fuL97g0MDAwLCgoJCAcHBQQDAgFDfn5+fn4Buf0MDQwMDAsKCgkIBwcFBAMCAX4C9H4GBwYGCgoHBgICAX7X4gECAwQFBwcICQoKCwwMDAAABQAAAAAD+AP4AAQAGAAnADYAlAAAJRUzASc3Bxc/Az0BLwYrAQ8BJQ8CFT8EFTMRIw8EFT8EFTMRIwclER8PMzUrAS8JNRE1PwkzITMfCR0BMzUvDyEPDgIAYQE2YVowYS8EAgICAgQ8BAQFBQUFBP5cCwwYCREQDgZAJxPSCwwYCREQDgZAJxP+wAEDBQYICQsMDg4IEBESEhPBtwYHBgYKCgcGAgIBAQICBgcKCgYGBwYCdgYHBgYKCgcGAgIBfgEDBQYICQsMDg4IEBESEhP9gBMTEhIQEA4ODAsJCAYFA2lhATdgWS9gLwQEBQUFBQQEPAQCAgICtAUFBzEBBAYHBc0BDgwKBQUHMQEEBgcFzQEODIH9ihMTEhEREA4NDQsECQcGBAJ+AQICBggJCwUGBwYCdgcGBgYKCgcGAgIBAQICBgcKCgYGBge9vRMTEhEREA4ODAsFCAgFBAIBAwUGCAkLDA4OEBEREhMAAAAEAAAAAAP4A/gAAwAIABwAYAAAARUhNxMBIzUBNx8EDwQnPwM7AR8BJREfDyE/DxEvDyEPDgM7/kc/n/7HYgE5ej0DAwEBAQEDAzBhLwQFBQUFBAX9lAECAwQFBwcICQoKCwwMDA0C9A0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwN/QwNDAwMCwoKCQgHBwUEAwIBQz8/AQD+w2MBPE89BAUFBQUEBQQwYjAEAgICAoL9DA0MDAwLCgoJCAcHBQQDAgEBAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMAAAGAAAAAAP4A/cAGAAvADsAVgDUARgAAAEPCB8HMz8FJR8FPwY1LwYHJw8CPwMvBA8FFR8FPwE9AS8HIx8DFQ8EHwM/AjMfChUPDS8HDw0vCj0BPxEvBj0BPwwfBiURFR8OIT8ONRE1Lw4hDw4BSRAUFQkIBwQBAQECAgQEBQUFBQYEBAQGKgFIDSMNBgYFBwgGBgIEAgEDBAkNEw8Y4AkKFSUlJCMYFxcWKQMEBgYDAgECAgMTEw8DAgIDBAQFBQUFTAIBAQECAwoNHiAhIx8fEBAQEAkQDQsIBwQEAQEBAwQEBQYHBwcICQgJDAwLCgoJGC5HLS8vDBkhBgYICAoMDAsLCgkJCAYDBQIBAQICBAQEBQwMDg1IHRAODhIQEBAPDwYFAwECAgMEBQYGCAgJCAsNDAwLCQkG/gICAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwICAUkGCAkGBgYHAwQGBwUFAwMCAQICAwMJSVkMIAkEAgEBAwQGAwcHBwYFBQQEAgECWxoaMwwJCQcZGxsb4QEBBAUHBwcIBwcGHx43EgkICAUFBAMDAgEKBgYNDA0MDCQyKCYlJAYEAgEBAgUGBwgICQ0ICQgICQcIBwcGBQUDAwEBAQMFBgcIFyoOCw4QFy05CAcGBgQEAQEDBAUHCAkFDQcHBwcGBwYHBgYFCggHBxwLIiIjNDYYGBgZDg8PCAcIBwcHBwYGBQUEAwIBAQMEBwgJC4n8zgoJCggICAgGBgYFBAMCAQEBAQIDBAUGBgYICAgICgkKAzIKCQoICAgIBgYGBQQDAgEBAQECAwQFBgYGCAgICAoJAAAEAAAAAAP4A/gAPwB/AL8A/wAAARUrAQ8JHQEfCTsCPwk9Ai8JKwEPCQUdAR8JOwI/CT0BLwkrAT0BLwkrAQ8JER0BHwk7AT8JPQE7AT8JPQEvCSsCDwkFFR8JOwEdAR8JOwE/CT0CLwkrAg8JA3q9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBvwGBwYGCgoHBgICAQECAgYHCgoGBgcGBgcGBgoKBwYCAgH8jgECAgYHCgoGBgcG/AYHBgYKCgcGAgIBAQICBgcKCgYGBwa9AQICBgcKCgYGBwYGBwYGCgoHBgICAQECAgYHCgoGBgcGBgcGBgoKBwYCAgG9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBvwGBwYGCgoHBgICAQJ2AQICBgcKCgYGBwa9AQICBgcKCgYGBwYGBwYGCgoHBgICAQECAgYHCgoGBgcG/AYHBgYKCgcGAgIBAUO9AQICBgcKCgYGBwYGBwYGCgoHBgICAQECAgYHCgoGBgcG/AYHBgYKCgcGAgIBAQICBgcKCgYGBwb8BgcGBgoKBwYCAgEBAgIGBwoKBgYHBgYHBgYKCgcGAgIBvQYHBgYKCgcGAgIBAQICBgcKCgYGBwJw/AYHBgYKCgcGAgIBAQICBgcKCgYGBwa9AQICBgcKCgYGBwYGBwYGCgoHBgICAQECAgYHCgoGBgcGBgcGBgoKBwYCAgG9BgcGBgoKBwYCAgEBAgIGBwoKBgYHBvwGBwYGCgoHBgICAQECAgYHCgoGBgcAAAAFAAAAAAP4A/gAAwAHAAsADwBTAAABMzUjBTMRIxMzESMlESERIxEfDyE/DxEvDyEPDgJ+fn7+hn5+vX5+Abn9DH4BAgMEBQcHCAkKCgsMDAwNAvQNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDf0MDQwMDAsKCgkIBwcFBAMCAQT8/AF6/oYB+H79DAL0/QwNDAwMCwoKCQgHBwUEAwIBAQIDBAUHBwgJCgoLDAwMDQL0DQwMDAsKCgkIBwcFBAMCAQECAwQFBwcICQoKCwwMDAACAAAAAAN6A/cAAwAKAAA3ITUhETMRMxEzAYYC9P0M/Pz8/oYIfgH4/oYBegF6AAACAAAAAAN3A7UABwAPAAABHwETBRM/AQEzNwUXMwEjAgEJCKr+iKUIDf6LRmEBn2FH/qk8A2keG/5TAQGmFSz84fsB+gNsAAABAAAAAAO5A7gACwAAEwkBFwkBNwkBJwkBRwFg/qBZAWABYFn+oAFgWf6g/qADYP6g/qBZAWD+oFkBYAFgWf6gAWAAAAQAAAAAA/cD9wADAAcACwAZAAAlITUhNSE1ITUhNSEFFzcRJwcXNycHERc3JwIAAfj+CAH4/ggB+P4I/ghUKipUvb1UKipUvYZ+vX69fiteJv3SJl6pqV4mAi4mXqkAAAMAAAAAA5kD+AA/AGIAyQAAARUPDSsBLw09AT8NOwEfDREVIz0BPw07AR8NBRUrAQ8OER8OMyEzPw4RLw4rATUvDw8OAl4BAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwEBAwMEBQUGBwcICAkJCQoKCQkJCAgHBwYFBQQDAwG8AQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMB/sZXCwoKCQkICAcHBgUEBAICAQECAgQEBQYHBwgICQkKCgsCZgsKCgkJCAgIBgYFBAQCAgEBAgIEBAUGBwcICAkJCgoLVwEDBQgJCw0OEBESExQWFRcXFRYUExIREA4NCwkIBQMBYgkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCQoKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKAbBfXwkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCV8CAgMEBQYGBggHCQgJCgr+CAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCQH4CgoJCAkHCAYGBgUEAwICXxYWFRQUEhEPDwwLCgcGAwEBAwYHCgsMDw8REhQUFRYAAAsAAAAAA9QD1AADAAcACwAPABMAFwAbAB8AIwApAC8AACUzNSM1MzUjNzM1IwczNSMHMzUjBzM1IwczNSM3MzUjNTM1IyczIREhESMRFSERIQHhPj4+Pvo+Pn0+Pn0+Pn0+Pn0+Pvo+Pj4++j4CcfzUPwOq/FbnPj8+Pz4+Pj4+Pj4+Pj8+Pz59/NQDLPzUPgOoAAADAAAAAAP4AuAAAwBIAI4AAAEhNSE3Mx8PDw8jFTM/DjUvDiMFFR8OMzUjLw8/DzM1Iw8OAVgBUP6w4OAMDAsLCgoJCAgHBQUEAwIBAQIDBAUFBwgICQoKCwsMDODsFhYVFBMSEQ8ODAoIBwQDAwQHCAoMDg8REhMUFRYW7P3QAwQHCAoMDg8REhMUFRYW7OAMDAsLCgoJCAgHBQUEAwIBAQIDBAUFBwgICQoKCwsMDODgFxYWFBQSEg8PDQsJCAUEAchwPgECAwQFBQcICAkKCgsLDAwMDAsLCgoJCAgHBQUEAwIBagMEBwgKDA4PERITFBUWFhgWFhUUExIRDw4MCggHBAPgDBYWFRQTEhEPDgwKCAcEA2oBAgMEBQUHCAgJCgoLCwwMDAwLCwoKCQgIBwUFBAMCAWoBBAUICQsNDw8SEhQUFhYAAgAAAAAD+AP4AAMADAAANyE1IQEnBwkBJwcRIwgD8PwQAbnQWAFnAWdY0H4IfgEcylr+owFdWsoCVgAABQAAAAAD+AP4AAMABwALAA8AEwAAAREhESMRIREBESERIxEhEQMhESEDev7Ffv7FAvT+xX7+xX4D8PwQAcH+xQE7/sUBOwG5/sUBO/7FATv8jgPwAAAAAAgAAAAAA/gDuQADAAcACwAQABQAGQAdACIAACUzNSMFITUhJTM1IwUVITUhJTM1IwUVITUhJTM1IwUVITUhA3p+fvyOAzP8zQNyfn78jgH4/ggDcn5+/I4Ctf1LA3J+fvyOAzP8zUd+fn5+fj8/fn5+Pz9+fn4/P34AAAAEAAAAAAO5A/gAAwAfADEANgAAAQcjNycjFTMHIxUzBxc3MwcXNzM1IzczNSM3JwcjNyc3HQEfCTsBESERAyERJyECYw59DTZsYw5VTA0/DX4NPw5wZw1aUBE/En0RP70BAgIGBwoKBgYHBn79in4DcuL9cAHBX18/P18+VglfVglfPl8/dQl+dQn8fgYHBgYKCgcGAgIB/ckC9PyOAw7iAAAAAAMAAAAAAzsDegAiAEUAhwAAAR8PDw4rATUTHw8PDisBNQMhPw8vDz8OLw8hAjsKCgoJCQgIBwYGBQQDAwEBAQEDAwQFBgYHCAgJCQoKCrmYCgoKCQgJBwcHBgUEAwICAQECAgMEBQYHBwcJCAkKCgqYvQGfFRYUFBMSEBAODAsJBwYDAQEBAwQFBgcICAoKCwsNDQ0KEwgICAcGBgUEAwMCAQEBAgUGCQsMDw8SEhQVFRcX/ocBwQEBAgMEBQYGBggHCQgJCgoJCgkICQcIBgcFBQQDAgK9ATsBAQIDBAUGBgYIBwkICQoKCQoJCAkHCAYHBQUEAwICvf2KAQMFBwkKDA0PDxESExQUFQ8PDg8NDgwMDAsKCgkICAYHEAgICQkJCgoJCgsKCgsLFhYUFBMREQ8NDAoJBgUCAAACAAAAAAP4A/gACAAMAAATFzcRMxEXNwElITUhmVjQftBY/pn+CAPw/BAB7lrK/aoCVspaAV0vfgAAAAADAAAAAAP4A/gAGAAcADUAAAEHFzcVMzUXNy8HKwEPBSUhNSElJwcfBzsBPwcnBzUjAaiiWGN+Y1iiCgoKCwwLDAwMDAsMCwoK/lYD8PwQAblfW54JCgsMCw0MDQ0MDQsMCwoJnltffgGFnVtg5eVgW50ICAYFAwMCAgMEBQYHNH7cYlekCQgGBgQEAgIEBAYGCAmkV2LdAAUAAAAAA/cD+AAfAF8AnwDjAPwAAAEPBisBLwU9AT8FOwEfBQcVHw07AT8OLw8PDhcPDisBLw09AT8NOwEfDScPBCcHFw8EJwcfBAcXNx8DBxc3HwEzPwEXNyc/Axc3Jz8DNTcnBy8DNycHLwQ1IwEhNSERIR0BHwk7ARUzNSchAxUBAQMDAwQFBQUEBQMDAgICAgMDBQQFBQUEAwMDAW8BAwIEBQUFBgcHCAgICQkJCQgICAcHBgYFBAQDAgEBAQECAwQEBQYGBwcICAgJCQkJCAgIBwcGBQUFBAIDAeABAgQEBgcICAoLCwwMDQ4ODg0NDQwLCwkJCAcGBAQCAgQEBgcICQkLCwwNDQ0ODg4NDAwLCwoICAcGBAQCpAIUExITIioiCQsKCAQ0CjUBAwUGLxsxDg4PFBQ0FBQUDw8JFDUUEg8ODzEcLwUFAwI1CjQHCQoPIisiDRESEgw4/SgB+P6GAbkBAgIGCAkLBQYHBn5+4v1wAQQFBQQDAwICAgIDAwUEBQUFBAMDAwEBAwMDBAUFCQkICAgHBwYFBQUEAgMBAQMCBAUFBQYHBwgICAkJCQkICAgHBwYGBQQEAwIBAQEBAgMEBAUGBgcHCAgICQkODQ4MDAsLCQkIBwYEBAICBAQGBwgJCQsLDAwODQ4ODQ4MDAsLCQkIBwYEBAICBAQGBwgJCQsLDAwODbgBBAYICiolKQoQERIMCjgKGBQTExwwHA8MDAw3FDgCAQIBOBQ3CwsMER0xHA0SEhMOCTgJFBEQFCklKgcIBwUCNv4IfgL0fgYHBgYKCgcGAgIBftfiAA4AAAAAA/gDuQADAAcACwAPABMAFwAbAB8AIwAnACsALwAzADcAACUzNSMHMzUjBzM1IwczNSMHMzUjJTM1IwUzNSMFMzUjJSE1IQUhNSElMzUjBTM1IwczNSMHMzUjA7k/P71+fvx+fvx+fvx+fgL0/Pz+hvz8/ob8/AH4Afj+CP4IAXr+hgL0/Pz+xb29/H5+vT8/R35+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fgAAAAIAAAAAA9gD2AAEAEgAACUhNxc3AREVHw0zITM/DTURNS8NIyEjDw0Dev0M3H6+/YoCAwQGBgcICQoKCwwMDQ0CtA0NDAwLCgoJCAcGBgQDAgIDBAYGBwgJCgoLDAwNDf1MDQ0MDAsKCgkIBwYGBAMCpvy+/AF6/UwNDQwMCwoKCQgHBgYEAwICAwQGBgcICQoKCwwMDQ0CtA0NDAwLCgoJCAcGBgQDAgIDBAYGBwgJCgoLDAwNAAABAAAAAAN6A7kAIgAAExElBRE1LwwjISMPDIYBegF6AQICAwQEBAoGBgYHBwf9lgcHBwYGBgoEBAQDAgIBA3r8zb29AzMGBwYGBQUFBQcDAwICAQECAgMDBwUFBQUGBgcAAAAAAgAAAAADuQP4AAMANwAAARUhNScRFR8JMyEzPwk1ETUvCSMhIw8JAzv9in4BAgIGBwoKBgYHBgL0BgcGBgoKBwYCAgEBAgIGBwoKBgYHBv0MBgcGBgoKBwYCAgEDO729fvyOBgcGBgoKBwYCAgEBAgIGBwoKBgYHBgNyBgcGBgoKBwYCAgEBAgIGBwoKBgYHAAAAAAYAAAAAA/gDuQADAEMARwCHAIsAywAAJSE1IQUVHw07AT8NPQEvDSsBDw0BITUhBRUfDTsBPw09AS8NKwEPDSUhNSEFFR8NOwE/DT0BLw0rAQ8NAUMCtf1L/sUCAgMEBQYGBggHCQgJCgkKCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgoJCgkICQcIBgYGBQQDAgIBOwK1/Uv+xQICAwQFBgYGCAcJCAkKCQoKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCgkKCQgJBwgGBgYFBAMCAgE7ArX9S/7FAgIDBAUGBgYIBwkICQoJCgoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoKCQoJCAkHCAYGBgUEAwIChn5eCgoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoKCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoBEn4/CgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQkKCgkJCQgIBwcGBQUEAwMBAQMDBAUFBgcHCAgJCQnyfiAJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgkKCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgAAAgAAAAAD+AO5AAMANwAAAREhEScRFR8JMyEzPwk1ETUvCSMhIw8JAj/+R34BAgIGBwoKBgYHBgNyBgcGBgoKBwYCAgEBAgIGBwoKBgYHBvyOBgcGBgoKBwYCAgEDO/2KAnY//QwGBwYGCgoHBgICAQECAgYHCgoGBgcGAvQGBwYGCgoHBgICAQECAgYHCgoGBgcAAAQAAAAAA/gDuQADAAcACwAPAAAlITUhJyE1ITchNSEnITUhAQQC9P0M/APw/BD8AvT9DPwD8PwQR35+fn5+fn4AAAAAAgAAAAADuQP4AAMANwAAARUhNQMRFR8JMyEzPwk1ETUvCSMhIw8JAzv9in4BAgIGBwoKBgYHBgL0BgcGBgoKBwYCAgEBAgIGBwoKBgYHBv0MBgcGBgoKBwYCAgEBgr29Ajf8jgYHBgYKCgcGAgIBAQICBgcKCgYGBwYDcgYHBgYKCgcGAgIBAQICBgcKCgYGBwAAAAUAAAAAA9QD1AADAAcACwAPABMAAAERIREjESERAREhESMRIREDIREhA5b+iT7+iQMs/ok+/ok/A6r8VgHh/okBd/6JAXcBtf6JAXf+iQF3/JYDqAAAAAAVAAAAAAPUA9QAAwAHAAsADwATABcAGwAfACMAJwArAC8AMwA3ADsAPwBDAFEAVQBZAF0AACUzNSMHMzUjBzM1IwUzNSMHMzUjBzM1IyUzNSMFMzUjJTM1IwUzNSMBMzUjBTM1IyUzNSMFMzUjJTM1IwczNSMHMzUjBx0BIRUhETMRITUhESMHMzUjBzM1IwczNSMDlj8/fT8/fT8//ok/P30/P30/PwNrPz/8lT8/A2s/P/yVPz8Daz8//JU/PwNrPz/8lT8/A2s/P30/P30/P7v+SgG2PgG2/ko+vD8/fT8/fT8/LD4+Pj4+Pj4+Pj4+Pj8/Pz4/Pz8BOD8/Pz4/Pz8+Pj4+Pj4+ffo+/ksBtT4BtT4+Pj4+PgAAAAgAAAAAA/QD8wADAAcACwARABUAGQAdACEAAAEVIzUjFSM1IxUjNRMzIRUhNQEVIzUjFSM1IxUjNQMhESEDtvo/+j/6+j8CM/yUA2z6P/o/+j4D6PwYAUX6+vr6+voBOPr6ATj6+vr6+vr8VwPoAAACAAAAAAP4A/cACAAMAAATFzcRMxEXNwElITUhmVjQftBY/pn+CAPw/BAB7lrK/aoCVspaAV0vfgAAAAACAAAAAAP4A/cAAwAMAAA3ITUhAScHCQEnBxEjCAPw/BABudBYAWcBZ1jQfgh+ARzKWv6jAV1aygJWAAADAAAAAAP4A/cAGAAcADUAAAEHFzcVMzUXNy8HKwEPBSUhNSElJwcfBzsBPwcnBzUjAaiiWGN+Y1iiCgoKCwwLDAwMDAsMCwoK/lYD8PwQAblfW54JCgsMCw0MDQ0MDQsMCwoJnltffgGFnVtg5eVgW50IBwYFBAMCAgMEBQYHNH7cYlekCQgHBQQEAgIEBAUHCAmkV2LdAAEAAAAAA/UDdwAFAAABJwcJAScBRfhCAToCsEIBDfZB/scCrUEAAAACAAAAAAO5A/gABwAPAAA3MxEhETMRITUhESMVITUjR34Cdn78jgNyfv2KfggBuf5HAjd+ATu9vQAAAAADAAAAAAP4A/gACQAVAB0AADczESEXETMRJyEHMzUzNTM1IzUjNSMXIREjFSE1I8V+AZ+YfuL9r70/Pz8/Pz+9AzN+/cl+CAG5mP7fAVXiX0A+QD4/XgE7vb0AAAQAAAAAA/gD+AADAA0AGQAhAAAlITUhBzMRIRcRMxEnIQczNTM1MzUjNSM1IxchESMVITUjAcEBO/7F/H4Bn5h+4v2vvT8/Pz8/P70DM379yX5Hfr0BuZj+3wFV4l9APkA+P14BO729AAAAAAoAAAAAA/gD+AADAAcACwAbAB8AIwArADUAOQA9AAABFSM1IxUjNSMVIzUDMzUzFTM1MxUzNTMVMxEhJRc3JwcXNyclIxUzFTMRIwUdATM1MzUjNSMFFzcnBRc3JwO5/D/8P/w/P/w//D/8P/wQAhBvLXD4LW8tAf69vT8//E8/vb0/AhAscC3+xW8tbwGCvb29vb29/oZ+fn5+fn4CN8FwLW9vLXAsTj9+ATt+P35+P35vLXAsLHAtbwAABQAAAAAD+AP4AAMABwALABsAKwAAARUjNSMVIzUjFSM1AzM1MxUzNTMVMzUzFTMRITUhESMRIzUjFSM1IxUjESMDufw//D/8Pz/8P/w//D/8EAPwP/w//D/8PwGCvb29vb29/oZ+fn5+fn4CNz8Bev7Fvb29vQE7AAAAAAkAAAAAA/gD+AADAAcACwAbAFAAhQCNAJEAmwAAARUjNSMVIzUjFSM1AzM1MxUzNTMVMzUzFTMRISUPBhUfCz8NLwsjDwQlDwYVHws/DS8LIw8EBSMVMxUzESMBMxMjBR0BMzUzNSM1IwO5/D/8P/w/P/w//D/8P/wQAkkEBAMDAgEBAgIDAgQEBAUFBQwNDgYHBQYFBAQEAwMBAgEBAwIDAwQEBQUFBg0ODQYGBgX/AAQEAwMCAQECAgMCBAQEBQUFDA0OBgcFBgUEBAQDAwECAQEDAgMDBAQFBQUGDQ4NBgYGBQJgvb0/P/2pQvlB/aw/vb0/AYK9vb29vb3+hn5+fn5+fgI3qwQFBgYGBgcODQYFBQQFBAMDAgMBAQECAwMEBAQFBgUHBg4ODAUFBQQEAwMCAgIDAQMDBPgEBQYGBgYHDg0GBQUEBQQDAwIDAQEBAgMDBAQEBQYFBwYODgwFBQUEBAMDAgICAwEDAwRwP34BO/6GAXp+P35+P34AAAIAAAAAA/MD8wAJAA0AAAEzESE1IxUhESMBIREhAxl9/gxdAq/b/PMCr/1RAl7+DH3bAq/+igKvAAAAAAMAAAAAA+QD5AAJAA0AFwAAATMVIzUjFSERIwUhESEFMzUjNTMVMzUhAyld+V4Btbv+DAGW/mr+57td+V7+SwFz+V27AbWcAZacXvlduwAABgAAAAAD5APkAAMABwALAA8AEwAXAAABFSM1AyERIQczNSM3MzUjJxUjNQMhESEDhvleAbX+S/qcnPqcnLz5XgG1/ksBc/n5/qkBtZycXpy7+fn+qQG1AAMAAAAAA/MD8wAFAAkADQAAJSEVIREjJxEhEQMhESEDGf4MAs/bu/4MXgKv/VHn2wLPu/4MAfT9rwKvAAQAAAAAA/MD5AAPABcAJwBHAAABFTMRIxUhNSM1MxUzNSM1IxUjFSM1MzU3FTMVIzUjFTMVIzUjETM1BzMRIxUzNTMVIxUzNSEVMzUjETM1IxUjNTM1IxUhNSMDGT8//sg/fds/XT99Pz4/fds/Xj8/2z8/214/2wE42z8/210+2/7I2wJOPv7nPz9dPtpeXj5ePvo+Xj7aXj4BGj4+/ubaHz7bPj7bARnaPl3bPj4ABQAAAAAD8wPzAAUACQARAB0AMQAAARUhNTM1JxUjNQMzFSERIzUhJRUzESMVITUjETM1JSE1IxUzESMVMzUhFTM1IxEzNSMCvv7k3l7dXl4B15z+ZwI4Ozv9yD8/Ajj9xdg/P9gCO9U8PNUCA75Bfbva2v7InwF6uz4+/cg8PAI7O1482P3I2Dw82AI42AAAAwAAAAAD8wPzAAMARwCBAAABESERJw8HER8PIT8PES8OIyEjDwUBDwcRHw8zNSMRIRUzNS8PIQ8GA5b97UAHBQUEAwMCAQECAwMEBQUHBwcICAkJCQoCEAkKCQkICAcHBgYEBAMCAQEBAQIDBAQGBgcIBwkICQoJ/fAKCQkJCAgH/t8GBgQEBAICAQECAgMEBQYGBggHCAgJCQpeXgITXgEBAgMEBQUGBwcICAkJCQr97woJCQkIBwgCff3tAhNABwcICAkJCQr98QoKCQkICAcHBgYEBAMCAQEBAQIDBAQGBgcHCAgJCQoJAhAKCQkJCAgHBwcFBQQDAwICAwMEBQUBEwcIBwgJCQkK/e8KCQkJCAgHBwYFBQQDAgEBXgITXl4KCQkICAgHBgcFBQQDAgIBAQICBAQEBgAAAAEAAAAAA7kDCgAFAAATFwkBNwFHWQFhAV5a/kgBTlkBY/6dWQG9AAABAAAAAAO5AwoABQAAEwkBJwkBRwG6Abha/qL+nwKy/kMBvVn+nQFjAAAAAAEAAAAAAwoDuQAFAAATCQEXCQH1AWP+nVkBvf5DA1/+ov6fWQG6AbgAAAAAAQAAAAADCgO5AAUAABMBNwkBJ/UBvVn+nQFjWQIB/kZZAWEBXloAAAIAAAAAA/gDuQAFAAsAABMJARcJAQUJARcJAQgBY/6dWQG9/kMBgQFj/p1ZAb3+QwNf/qL+n1kBugG4Wv6i/p9ZAboBuAAAAAIAAAAAA/cDuQAFAAsAABMBNwkBJxMBNwkBJwgBvVn+nQFjWR0BvVn+nQFjWQIB/kZZAWEBX1n+SP5GWQFhAV9ZAAAABAAAAAADuQO5AAYADQAUABsAAAEXByERBycFJxEhJzcnAQcXNxcRIQE3FzcnNyECNL50ATttv/4nbQE7dL5ZAX++Wb9t/sX9yW2/Wb91/sUBdrp1ATttu7tt/sV1uloBdLpavG4BO/7FbbtZu3UAAAMAAAAAA/gDuQADAAcAEwAAARUhNQMhESEBIxUzFTM1MzUjNSMDev0MfgPw/BABuX5+fn5+fgGCvb3+xQG5ATt+fn5+fgAAAAMAAAAAA/gDuQALAA8AEwAAASMVMxUzNTM1IzUjARUhNQMhESEBwX5+fn5+fgG5/Qx+A/D8EAFDfn5+fn4Ber29/sUBuQAAAAEAAAAAA7gDuQADAAA3FwEnR1kDGVmgWQMZWQABAAAAAAO5A7kACAAAASEBFwERMxEhAcEBIf1lWQKbfv4IAzv9ZVkCnP7fAfcAAAACAAAAAAP4A3oAAwAIAAABESERAykBESEDev0MfgJ+AXL8EAL8/ggB+P2KAvQAAAACAAAAAAP4A/gAfwD/AAABFQ8dKwEvHT0BPx07AR8dBR8fPx8vHw8eA3oCAgQEBQYHBwkJCgoLDA0NDg4PDxAQERESEhISExQTExQTEhISEhEREBAPDw4ODQ0MCwoKCQkHBwYFBAQCAgICBAQFBgcHCQkKCgsMDQ0ODg8PEBARERISEhITFBMTFBMSEhISEREQEA8PDg4NDQwLCgoJCQcHBgUEBAIC/I4BAgMEBgcICQoLDA0ODxARERMTExUVFhYXFxgZGBoZGhoZGhgZGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwIBAQIDBAYHCAkKCwwNDg8QERETExMVFRYWFxcYGRgaGRoaGRoYGRgXFxYWFRUTExMRERAPDg0MCwoJCAcGBAMCAgATFBMSEhISEREQEA8PDg4NDQwLCgoJCQcHBgUEBAICAgIEBAUGBwcJCQoKCwwNDQ4ODw8QEBEREhISEhMUExMUExISEhIRERAQDw8ODg0NDAsKCgkJBwcGBQQEAgICAgQEBQYHBwkJCgoLDA0NDg4PDxAQERESEhISExQTGhkaGBkYFxcWFhUVExMTEREQDw4NDAsKCQgHBgQDAgEBAgMEBgcICQoLDA0ODxARERMTExUVFhYXFxgZGBoZGhoZGhgZGBcXFhYVFRMTExEREA8ODQwLCgkIBwYEAwIBAQIDBAYHCAkKCwwNDg8QERETExMVFRYWFxcYGRgaGQAAAAACAAAAAAP4A7kABQALAAABEwMhAxMBEyETAyECs7S0/pq0tP67/AH4/Pz+CAM7/sX+xQE7ATv+xf5HAbkBuQAAAwAAAAAD+AKdAAMABwAfAAABFSM1IRUjNSUjFSE1IxUzNSEVMxUzNTM1MzUjNSM1IwN6P/1LPwL0P/3Jvb0CNz8/Pz8/Pz8CIEBAQEA+Pj68Pj5AQD5APkAAAAAFAAAAAAP4A/gAAwAKAA4AEgApAAAlFSM1AxUzESMBNSUVIzUhFSM1JSMVITUjFTMBFTM1IxEzNTM1IzUjNSMDej8/PxP9nQK1P/1LPwL0P/3JvZACZL0/Pz8/Pz+GPz8CtT/9yQJjEz8/Pz8/Pz8/vf2ckL0CNz8/Pz8ABwAAAAAD+AP4AAMABwALABIAFgAaADEAACUVIzURFSMnJRUhJyUVMxUhJzUlFSM1IRUjNSUjFSE1IxUzARUzNSMRMzUzNSM1IzUjA3o/E/wBD/6zfgGMP/31awK1P/1LPwL0P/3JvZACZL0/Pz8/Pz+GPz8BO/z8vX5+vT8/axM/Pz8/Pz8/P739nJC9Ajc/Pz8/AAIAAAAAA/cD2AAhAEQAACUhAR8VFQ8HBSE/CS8WA4X8/gI9FRQUEhIREA8ODAwLCgoIBwYEBAMCAQICBAQGBwgJ/HkDphUMCQkHBgQEAQEBAgMFBgcICgsMDQ4QERITFBYWGBgaGmcDFxIUExUVFhYXFxgYGBkaGRoaGxobGxsbGxsbGxsbGhtZMR4fHx8fHyAfHx8fHx8eHh4eHRwcHBsbGRoYGBcWFRUTAAAEAAAAAAO5A7kAAwAHAAsAEQAAAREhEQEHETcnByE3BREhNxEhAn7+CAL0vb0svv4lwf7RAnb8/aQCfv4IAfj+4LwB7r0tvb3Q/Z39AnUAAAIAAAAAA/gDegAPABMAAAERIzUjFSM1IxUjNSMVIxEDIREhA3p+fj9+P35+fgPw/BAC/P4I/Px+fvz8Afj9igL0AAAAAgAAAAAD+AP4AD8AyQAAARUPDi8PPw47AR8NAQ8ELwIPCBUfBQ8BHwEPBB0BHwg/Ah8LOwI/Cx8CPwg9AS8EPwEvAT8FNS8IDwIvCysCDwUCiQIEBAYHCAkKCgwMDA0ODg4ODQwNCwoKCQgHBgQEAgEBAgQEBgcICQoKCw0MDQ4ODg4NDAwMCgoJCAcGBAQC/vYUFxYWFIAFBQQFBAQDA2cCAgEBAgMDbQMBAQNtAwMCAgECaAMDBAQFBAUFgBQWFhcUAQICBAMEBQXOBQUEAwQCAgEUFxYWFIAFBQQFBAQDA2cDAQICAwNtAwEBA20DAwIBAQICZwMDBAQFBQQFgBQWFhcUAQICBAMEBQXOBQUEAwQCAgIADg4NDAwMCgoJCAcGBAQCAQECBAQGBwgJCgoMDAwNDg4ODg0MDAwKCgkIBwYEBAICBAQGBwgJCgoMDAwNDgHUhQoMDQ4yAQEBAQICAwSuBAUEBQQEBANTGBkZGVIDBAQEBQQFBK4EAwICAQEBATIODQwKhQUEBAMCAgICAgIDBAQFhQoMDQ4yAQEBAQICAwSuBAUEBQQEBANSGRkZGFMDBAQEBQQFBK4EAwICAQEBATIODQwKhQUEBAMCAgICAgIDBAQAAAACAAAAAAP4A7gAZwDjAAABHw8PFisBLwMPBz8CLw41PxY7AR8FJQ8PFR8ODwofCT8KHwIzPxcvFw8GAsUVFBISEBAODQoKBwcFAwIBAQIDBQcHCgoNDhAQEhIUFRcXGBgZGhoaGBcXFyAiCwsMDAwNDQUKCTEODQwLCwkJBwcFBAQCAgECAwUHBwoKDQ4PERETFBUXFxgYGRoaGhsZGhkYGBf+XBwbGRgXFQoSEhAOCwkHBAMCAwUGCAoLEAoLDA0NDg4CBQMJByUJBgQCAQECAgUICgoLDAwOFRwgHx0dGxoZFxQVFRUhICAfHh4dHRwbGRgXFRMSEQ8NCggFBAEBBAUICg0PERITFRcYGRscHR0eHx8gICAgICAfHx4dAxUJCwsMDQ0ODw8ODw8QDxAREBAPEA8PDg8PDg0NDAsLCQkIBgYEAwICAgQGIgoJCQgIBwcRLj0fCgsLDAsNDA0MDA0MDQ0OEBAQDw8PDg8PDg4MDAsLCQkIBgYEAwICAwQGBghrDQ4PEBITCRUWFxgZGRoaGxkWFhUWFRQUGA4ODQ0MDAsLDwYQCiQLCwsKDggHBwwLCggFBAIBAgUICgsNDhERFAICAQECBAUHCAoLDQ4PEBITFBUXFxkYGhoaGxsbGhkZGBgXFRQTEhAPDg0LCggHBQQCAQECBAUHCAoAAAIAAAAAA/gDrQADAJcAAAEzESMhIw8MHwknDwsfCTMPCh8JMw8LHwkzIQ8DFR8NOwE/BjUnPw0RKwEvBCMC/Pz8/eIKCQgIBwYGBQQEBAUDAQEDBQYIBQQGBQY9BgYGBQUFCAcFAwIBAgMFBAQEBQUGBgclBQUFCAcGBAICAQEDBQYEBAUFBgYHHgYHBQYFBAgGBAIBAQMFBwQFBQUGBgcBRBYEBgICAwQFBwQFBQUGBwYIBwcIDg0KBAMCAgQBAgUJDQsWFxEVDQcYMBQEBQkkCwsGAfQBuQECAgMDBAQFBQULDAwLCwoJBwMDAQEBAQEBAQMCBAgJCwsMDAsLCgQEAwMCAgEBAQICBggKCgYLDAwLCgkDBAMCAgEBAQICAwMECQoLCwwLCwoJBAMDAgIBWRolGBUiFhcUEwgIBgYEBAICAQIFBQMDAwkPWRcQEh4hFy4sHSAQBxEeAUcBBBQFAwAAAgAAAAAD9wOtAAMAmAAANzMRIwEPAhcVDwwROwEfBDMhMz8MLwkXPwo1LwkjPwk1LwkjPwsvCSMhPwM1LwwrAQ8FCPz8AhEBAQEEAwQKDQoWGBEUDQcYMBQEBAokCwsGAXkJCQkHBwcFBgQEAwYCAQEDBAcHBQUFBQY9BgYGBQUECQYFBAIBBAUDBAQFBQYHByUGBQUIBwYEAgIBAgUGBAQFBQYGBx0HBgYGBQQIBgQCAQIDBQYEBQUFBgcG/rwVBQYBAgIEBgcEBAUGBAUKCwsJCQkHBwYEUwG5AYwCBw9ZFxASHiEXLiseIBAHER7+uQEEFQQDAQICAwMEBAUFBQsMDAsLCwgIAgMBAQEBAQEBAwMDCAoKDAsMDAoKBAQDAwICAQEBAgIGCAoKBgwLDAsKCQQDAwICAQEBAgIDBAMJCgsMCwwKCgkEAwMCAgFZGiYXFSIXFhUSCQcGBgMDBAMCAgIEAwQAAgAAAAAD9wOtAAMAmAAAEzMRIwUjER8NBxUfBzM/Di8EITM/CS8LMz8KLwkzPwovCgc/CS8MIyEjDwQI/PwBTxQnGgoIDhsdFgoNCgUCAQQBAwMEBQsODwcHCAYHBgUFBQQHBQQDAQECBgQGEAFEBwYGBQUFBAcFAwEBAgQGCAQFBgUHBh4HBgYFBQQEAwYDAgECAwQGBwgFBQUlBwYGBQUEBAMDBQIBAgIFBgcJBQUGBgY9BgUFBQUIBgUDAQEDBQQEBAUGBgcICAkK/ocGCwsaDwkB9AG5If65GBIICRIsNi4XIR4SEA5aFwcFAwMDBQMBAQICBAQGBggIExQWFxcgGCUaGUABAgIDAwQJCgsLDAsLCgkEAwMCAgEBAQICAwQDBQkLCwwLDAoKCAYCAgEBAQICAwMEBAUKCwwMCwsKCQgCAwEBAQEBAQEDAwcJCgsLDAwLBQUEBQMEAwICAQMFDwcDAAAAAwAAAAAD+AP4ABYAVgCaAAAlFQ8HIS8HNRMXASUPDisBLw09AT8NOwEfDSURFR8NMyEzPw01ETUvDSMhIw8NA7kBAQMEBQUGBvzMBgYFBQQDAQHNvQE7/nQBAQIDBAUFBgYHBwgJCAkJCggJCAgIBwYGBQQEAwICAgIDBAQFBgYHCAgICQgKCQkICQgHBwYGBQUEAwIB/okCAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwIC+JIGBgUFBAMBAQEBAwQFBQYGHAEA/AH4JAkJCQgIBwcHBQYEBAMCAgICAwQEBgUHBwcICAkJCQkJCQgIBwcHBQYEBAMCAgICAwQEBgUHBwcICAkJ7/zMCQoJCAkHCAYGBgUEAwICAgIDBAUGBgYIBwkICQoJAzQJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgAAAAAEAAAAAAP4A/gAAwAHADMAdwAAATM1IxMVIzUjFTMVMzUzNTMVIxUjFTM1MxUjFTMVIzUjFSM1IxUjNTM1IzUzFTM1IzUjNScRFR8NMyEzPw01ETUvDSMhIw8NAcF+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fr0CAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwICAUN+AXp+fn5+fn5+fn5+fn5+fn5+fn5+fn5+fn5f/MwJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKAAAABQAAAAAD+AP4ACwANgCYASQBaAAAAQ8FHw0/BzUvBw8GJR8BMz8BMwMjAwUfAzczEQ8PLwc3HwQzPw01Iw8GKwEvDj8PHwIFHwYVIy8HDwcfEg8PLw41Mx8KMz8GNS8SPw8fBgERFR8NMyEzPw01ETUvDSMhIw8NAuwEAwMCAwEBAwIDAwQEBQYGBwcICQoKCAgHBgYFBQYGBwgICgoICAgHBgUF/sI9BgEFPEZrOmsB0AoICQcGOgECAgQFBggICQsLDA0ODxAMDA0MDQwLCw4JFBMLCgoSBwcHBgUEBQMDAwIBAQEHCAgKCQsLDQ0NDAwKCgkIBwYGBAMDAQEBAQMDBAYGBwgJCgoMDA0ODQwM/fUIBgYEBAICQwECBQYHCQsMCwsIBwYEAgEBAgQFBxIzFxQIBwYFBQQDAgEBAQEDBAQGBwcJCQoLCw0MDg8NDQwLCwkJCAcFBQQCAkEBAgICBAMECgoLDQYMCgkHBQMCAgMFBgoMMhcSCAgGBgQEAwIBAQEBAwMFBQYICAkJCwsLDA0ODQwLCwoJ/ucCAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKCfzMCQoJCAkHCAYGBgUEAwICAjIGCAcJEhQYEAcHBgYFBAQDAwEBAQEBAwMFBQYIdwcGBgQEAgIBAQECAwQEBUG0GBi0/vABEAYFBwgJI/72DgwMCwoJCQgHBwUEBAIBAQEBAQMDBAQFLAQGBQEBAQECAwMDBAUFBgYGBwcdBwcGBAQCAgIDBAUGBwkJCgsMDA0ODxUPDw0NDAsKCggGBgQDAgEBAgMTBgcHCAgICQkICAYHBQQCAQECAwQFBgcHBgYGBAQGCwcIBAUFBQYGBwcICAkJCAgHBwYGBQUEAwICAQEBAQIDBAUFBwYIBwgICAkJCwUEBAQDAwUDAgECAgMEBgYHBwYGBQUEBAwHCAQEBQYFBwYHCAgJCAgHBwcHBgUFBAQCAgEBAQECAwMEBQEu/MwJCgkICQcIBgYGBQQDAgICAgMEBQYGBggHCQgJCgkDNAkKCQgJBwgGBgYFBAMCAgICAwQFBgYGCAcJCAkKAAAAAAUAAAAAA/gD+AAEABgARABwAM4AACUVMwEnNwcXPwM9AS8GKwEPASUPAx8EDwQfBz8HPQEvBiMPBx0BHwc/By8EPwQvByMPASURHw8zNSsBLwk1ETU/CTMhMx8JHQEzNS8PIQ8OAgBhATZhWjBhLwQCAgICBDwEBQQFBQUE/rAEAwEBAQIDBHBwBAMCAQEBAwQFBQYHBQYFBYgFAwICAwWIBQYFBwUGBriIBQMCAgMFiAUFBgUHBgUFBAMBAQECAwRwbwUDAgEBAQMEBQUGBgYGBf5zAQMEBwgJCwwODggQERISE8G3BgcGBgoKBwYCAgEBAgIGBwoKBgYHBgJ2BgcGBQsJCAYCAgF+AQMFBggJCwwODggQERISE/2AExMSEhAQDg4MCwkIBwQDaWEBN2BZL2AvBAQFBQUFBAQ8BAICAgLMBQYGBgYFBgRnZwUFBgYGBgYFBAMCAQEBAwR+BQUGBwYGBgV+BAICAQIDAn4FBgYGBwYFBX4EAwEBAQIDBAUGBgYGBgUFZ2cEBgYGBgUGBQQDAgECAm39ihMTEhEREA4ODAsFCAgFBAJ+AQICBgcKCwUGBwYCdgYHBgULCgcGAgIBAQICBgcKCwUGBwa9vRMTEhEREA4ODAsFCAgFBAIBAwUGCAkLDA4OEBEREhMAAAAAAgAAAAAD9wPcADUAzQAAATMfCA8FKwEVMzUjNxcjFTM1KwEvBz8FNSMVMwcnMzUjJw8CIxUzAw8NJz8HLwcPBxUfDT8REzM1Iz8OHwIPAhUfBzM/BzUvDA8OAjUaBgYFBgUEBANRmwQFBQwMBhqfIH1CG60bBQYFBgQFAwNSmAULDA0TnzeHRBys6wIFHUpFURULBgcHBwgJCgkKCggICgoICQYGBAMBAgQFBQcICAsOCgkHBwUDAQICAwQHCgUHCAoKDA0ODw0NDAsLCQoICAcHDQ8JBQkLTp+QDgYIBAUFBgYHCAgJCQsLDAsLAgMBAQMFBggJCgsICQgHBgUFAwEBAQUHCAsMDQ4QCgoZERAQDw8NDgwLCwoICAYFAp8BAQIDBAQEBaKmBAMEBQM1NYWFNTUCAgMEBAQFvI0DBwUCATU1eno1lAYOgDX+cUodDg4MCwkGBgQDAgEBAQIEBQYICAoKEAgIBgYEAwIBAwUHCAkKChYKCQkIDAkFBQQEAwMBAQEBAwQFBQcHBwkIChMcFQ8gLAGaNUQeGQsKCQgHBgUEAwIBAQEBAwYGBwcLCgkIBgUDAQIEBAYHBwsHDAgHDw0MCwoIBgUCAQEBAgIEBQYHBwgJCgoLCwwAAAAACgAAAAADuAO4AAMABwALAA8AEwAXABsAHwAjAGcAAAEVIzUjFSM1IxUjNSUVIzUjFSM1IxUjNSUVIzUjFSM1IxUjNScPBhURFR8OIT8ONRE1Lw4hDwYDer0/vT+9ArW9P70/vQK1vT+9P71nBQUEAwMBAgICAgQEBQUGBwcHBwcICALQCAgICAcGBwYFBQQDAwECAgEDAwQFBQYHBgcICAgI/TAICAgIBwYHAUO9vb29vb38vb29vb29/L29vb29vWYGBgcHBwgICf0yCQgIBwcHBgYGBAQEAgIBAQEBAgIDBAUGBgYHBwcICAkCzgkICAcHBwYGBgQEBAICAQEBAQICBAQEAAAADQAAAAAD9wP3AAIABQAJAA0AEAAUABcAGwAeACIAJgApAFsAACUjNTcVJyMVIzUjFSM1JSM1JRUjNSMVJyMVIzU3IzUlFSM1IxUjNSMVLwEXDwERFR8OJT8BFzcnPwERNS8NIyEPAScDTZC9kGy9P70BjZEBub0/kGy9kZECtb0/vT+Q6kUDAwICAgQEBQUGBwcHBwcICALXDgpELUUDAwIBAwMEBQUGBwYHCAgICP0pDgpEhpEskJC9vb29P5Atvb2QkL29P5Atvb29vZGRkEUJDv0pCAgIBwcHBgYGBQQDAgIBAQECA0UtRAoOAtYJCAgHBwcGBgYEBAQCAgECA0UAAAADAAAAAAP4A/cASgCVAP4AAAEfBh0BDx0rAS8GNx8COwE/DT0BLwI3JxcHLwIjDw8fAwcvBj0BPx0zHwY3Iy8HDx8fCAcXNx8HPx8vCDcnAvIKCAcGBAQCAQICBAMFBQYGBwcICAkKCgoLCwsMDA0NDQ0ODg4PDhQUExMSEhEUXRENDg4QEA8ODg0MCwoJCAcFBAMCAwZeXQReEA0ODhAQDw4ODQwMCgkIBgYDAwEBAgMFXQwIBwYEBAIBAgIDBAUFBgYHBwgICQoJCwoMCwwMDQ0NDQ4ODg4PFBQTExIREmUBGhwcHB4eHh8WFRUVFRQUExQTEhMREhEREA8QDg4ODQ0MCwsKCgkICAcPEBMVFhgZEaZZtxscHBweHh4fFhUVFRQVFBMUExISEhIREBEPDw8ODg0NDAsLCgoJCAgHDxATFRYYGRGmWQKTERERExITFBQPDg4ODg0NDQ0MDAsLCwoKCgkICAcHBgYFBQMDAwIBAwMFBQcJC10FAwIDBAUHBwkLCwwNDg4PEBAODg0QXlsCXgYDAgECBAUHCAkKCwwNDg4PEBAODg0RXRURERITExQUDw4ODg4NDQ0NDAwLCwsKCgoICQgHBwYGBQQEAwMCAQECAwUGBwhGDQsKCAYFAwEBAQMDBAQGBggICAoKCwsNDA4ODw8QEBEREhMSFBMVFBIjIiAfHRwaD6ZZtg0LCggGBQMBAQECBAMFBgYIBwkKCgsLDA0ODg4QEBARERITEhQTFBUSIyIgHx0cGg+mWQAABAAAAAAD+AP4ABMAGQAtAHEAAAEVIxUzFTMVIxUjNTM1IzUjNTM1IxEzFSMRIxUzNTMVIxUzFSM1IxUjNTM1IzUDERUfDTMhMz8NNRE1Lw0jISMPDQNokEhISJCQSEhI2EiQ2EhISEhISEhISJABAgMDAwQFBQYGBgcGCAcDYAcIBgcGBgYFBQQDAwMCAQECAwMDBAUFBgYGBwYIB/ygBwgGBwYGBgUFBAMDAwIBApBISEhISEhISEhI/uBIAWhISEjYSEhISNhIASD8oAcHBwcGBgYFBQQDAwMCAQECAwMDBAUFBgYGBwcHBwNgBwcHBwYGBgUFBAMDAwIBAQIDAwMEBQUGBgYHBwcAAAQAAAAAA/gD+AALAB8AKwBvAAABETMRMxEjFSM1IxEjFSMVMxUzFSMVIzUzNSM1IzUzNSMVIxUzFSM1IzUzNQMRFR8NMyEzPw01ETUvDSMhIw8NAthISEhISEiQSEhIkJBISEiQSEhISEjYAQIDAwMEBQUGBgYHBggHA2AHCAYHBgYGBQUEAwMDAgEBAgMDAwQFBQYGBgcGCAf8oAcIBgcGBgYFBQQDAwMCAQKQ/uABIP7gSEgBIEhISEhISEhISEhI2EhI2EgBIPygBwcHBwYGBgUFBAMDAwIBAQIDAwMEBQUGBgYHBwcHA2AHBwcHBgYGBQUEAwMDAgEBAgMDAwQFBQYGBgcHBwAAAAAHAAAAAAP4A/gAAwAHABsAJAA1ADoAQwAAJRUhNTczNSMlFTM1MxUjFTMVIzUjFSM1MzUjNSMzFTMVIxUjESEzFTM1MxEjESMVIzUjESMRARcVIREDIxEzFSERASEDuf1L/H5+ATs/Pz8/Pz8/Pz/8fj8/vf7FPz9+Pz8/Pz8Cien9Sz+9vQMz/vL924Y/P378Pz8/P/w/Pz8//D8//D8Bej8//oYBO729/sUBegF66VIBO/7F/gh+AuIBDgAAAAADAAAAAAP4A/gABAAYAHYAAAEVMwEnNwcXPwQvCA8CBREfDyE/DxEjERUPCSMhIy8JNRE1PwkzITUhDw4BQ4UBq4V7QYVBBAMCAQECAwRTBgYGBwcHBvyaAQMEBwgJCwwODggQERISEwKAExMSEREQDg4MCwUIBwYEAn4BAgIGCAkLBQYHBv2KBgcGBgoKBwYCAgEBAgIGBwoKBgYHBgF0/owTExISEBAODgwLCQgHBAMByIUBqoV8QYZBBgYHBgcHBgVUBAMCAQECA7f9ihMTEhEREA4ODAsFCAgFBAIBAwUGCAkLDA4OCBAREhITAYT+hgYHBgULCgcGAgIBAQICBgcKCwUGBwYCdgYHBgULCgcGAgIBfgEDBQYICQsMDg4QERESEwAAAAIAAAAAA/cDuQAqAIEAAAEzHwozIR8HFSEPBwMRPwcHERUfCTMhPwcTPwE1LwsjNS8OIyEvCysCDw0BCAUFBQV8BgcHBwgIBwgBCwYGBgQEAwIB/k4ODA0LCwkIBLIBAQMEBQUGB18BAgIGBwoKBgYHBgLBCQkICAcHBQSyAwIBAwQGBwgKCgoMBQxkAQECBAQEBgYHBwgICQkJCv71BQUFBHwHBwcHBwgICKEKCgkICQcIBgYGBQQDAgIDegICA2MEBAQDAgIBAQEDBAUFBgdeAQMEBggICwX+nAJuBwYFBQQDAQEg/SwGBwYGCgoHBgICAQECAwQGBgcJAZQLDAwMCwsLCgkIBgUEAQJeCgoJCAkHCAYGBgUEAwICAQECA2MEBAQDAgIBAgIDBAUGBgYIBwkICQoAAAQAAAAAA/cDmQADAAcAewDvAAABMzUjBTM1IzcfDBUfCxUPCxUPCyMVPw81Pww1Lww1Lw8FDwcVDwwVHwwdAR8ONSMvCzUvCzU/CzU/CzM1Iw8FAQK7uwE4u7vyBwYGBgUFBAQDAwMDAgIEBQMEBAQFBgUHBgYHBQYFBAQEAwUEAgIDAwIEAwQFBQYGBwgTEhAPDgwLCgQIBgYEAwMBAgMDAgQDBAUFBQYGBwcGBgUFBQQDBAIDAwIBAQMEBQYHCQkLDA4PEBIT/TcECAYGBAQCAQIEAgMDBAQEBQUGBgcHBgYFBQQEBAMDAgQCAgMEBQYHCQkLDA4PEBITCAYHBgUFBAMDAwMDAgIDBQQDBQQFBQYHBgYHBgUFBAUDBAUDAgIEAgMEAwUEBgUGBwcTEhAPDgwLAaS7u7vkAQEBAwIEBAUFBgcPEncaGBUJCQgIBgYGBQQBBAUFBgYHCAgJFBcZfBMQBwYFBAQDAwIBAVgBAgMEBQYICQULDQ8RExQXghMRBwYGBQQEAwMBAQFVAQEBAwMEBAUGBwcQFHUWFRQREA4MCwkIBgYEAwIBJwYLDQ8RExQWfxMRBwcGBQQEAwMBAQFVAQEBAwMDBQUFBwcQE3oXFRMSDw4MCgkIBgUEAwIBWAEBAgMDBAUFBgcQE3kZGBQJCQgHBwYFBQQBBAUFBgcHCAgJFRYaehIPBwYFBQQEAgMBAVcCAwQGBggAAAAGAAAAAANABAAAAwAHAAsADwATABcAACkBESEBIREhJSERIQEhESElIREhASERIQJAAQD/AP6AAQD/AAGAAQD/AP6AAQD/AAGAAQD/AP6AAQD/AAEA/wABAIABAP8AAQCAAQD/AAEAAAEAAAAAA/gD+ABqAAATMxEVHwUFFTcnFSE3HwczPxU1Lwc3FzcHFwcvByMPFRUfBwcRMycIfgIDBAUGBQKcvb39t7MUERISChQUFRcNDA0MDAwLFhUTEhEODQoFBAMDAgIBAQIEBgcJCg5/WRf1WYATEhETChMVFBgNDA0MDAwLFhUTEhAPDQoFBAMDAgIBAQIFBQcJCg6zfp0DO/1sCAUGBQQDAQF+np1+sw4KCQcDBQMCAQICAwMEBQoNDxASExUWCwwMDA0MDQ0VFBQUEhISFH9Z9BZZfw4KCQcDBQMCAQICAwMEBQoNDhESExUWCwwMDA0MDQ0VFBQUEhIRFLMCSb0AAQAAAAACgAKAAAMAAAEhESEBgAEA/wABgAEAAAIAAAAAA0ACgAADAAcAAAEhESEBIREhAkABAP8A/oABAP8AAYABAP8AAQAAAwAAAAADQANAAAMABwALAAAlIREhASERITchESECQAEA/wD+gAEA/wDAAQD/AMABAP8AAQCAAQAAAAAABAAAAAADQANAAAMABwALAA8AACUhESEBIREhJSERIQEhESECQAEA/wD+gAEA/wABgAEA/wD+gAEA/wDAAQD/AAEAgAEA/wABAAAAAAUAAAAABAADQAADAAcACwAPABMAACUhESEBIREhASERISUhESEBIREhAwABAP8A/oABAP8A/oABAP8AAkABAP8A/oABAP8AwAEA/wABAP8AAQCAAQD/AAEAAAAABgAAAAAEAAQAAAMABwALAA8AEwAXAAApAREhASERIQEhESElIREhASERITchESEDAAEA/wD+gAEA/wD+gAEA/wACQAEA/wD+gAEA/wDAAQD/AAEA/wABAP8AAQCAAQD/AAEAgAEAAAAFAAAAAAO5A/gAPwB/AL8AxAFFAAABFR8NOwE/DT0BLw0rAQ8NNRUfDTsBPw09AS8NKwEPDTUVHw07AT8NPQEvDSsBDw0lFREhEScVIw8HFR8DFSMPBxUfAxUjDwcVHwMVHwchPwc1PwQ1LwcjNT8ENS8HIzU/BDUvByM1LwchDwYBogEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEb/oY/ngYGBQUEAwEBAgQFsp4GBgUFBAMBAQIEBbKeBgYFBQQDAQECBAWyAQEDBAUFBgcBuAcGBQUEAwEBrwYCBAIBAQMEBQUGBp6vBgIEAgEBAwQFBQYGnq8GAgQCAQEDBAUFBgaeAQEDBAUFBgf+SAcGBQUEAwEBBAoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJ8goJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJ8goJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJCgoJCQkICAcHBgUFBAMDAQEDAwQFBQYHBwgICQkJsx/8rQNyHx8BAQMEBQUGBkMIBwV3TgEBAwQFBQYHQggHBXdOAQEDBAUFBgZDCAcFdy4HBgUFBAMBAQEBAwQFBQYHLnQFAwcIQwYGBQUEAwEBTnQFAwcIQgcGBQUEAwEBTnQFAwcIQwYGBQUEAwEBHwcGBQUEAwEBAQEDBAUFBgAAAAABAAAAAAN5A/gAVgAAAREvBg8LHwUBHwIzPwQBPwUvCw8GETUvCSsBDwkBwdAEBgUGCwwMDAYFBQUEBAMCBAEBBAIEAwUBOwcTDAwMBgYFBQE/BQMEAgQBAQQCAwQEBQUFBgwMDAsGBQYE0AECAgYHCgoGBgcGBgcGBQsJCAYCAgEDuf0lzQQEAwMDAQEDAwMEBAUFBgUMDAwMBQYFBP7JBwkDAwICAwQBOwUFBgUMDAwMBQYFBQQEAwIEAQEDAwMEBM0C2wYHBgYKCgcGAgIBAQICBgcKCgYGBwAAAgAAAAAD+AP4AEUAiQAACQEPBR8LPwYRFR8JOwE/CTURLwoPBRcRHwozPwMBPwUvCw8GETUvCSsBDwkBVv7F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AdcB2AHZAdoB2wHcAd0B3gHfAeAB4QHiAeMB5AHlAeYB5wHoAekB6gHrAewB7QHuAe8B8AHxAfIB8wH0AfUB9gH3AfgB+QH6AfsB/AH9Af4B/wIAAgECAgIDAgQCBQIGAgcCCAIJAgoCCwIMAg0CDgIPAhACEQISAhMCFAIVAhYCFwIYAhkCGgIbAhwCHQIeAh8CIAIhAiICIwIkAiUCJgInAigCKQIqAisCLAItAi4CLwIwAjECMgIzAjQCNQI2AjcCOAI5AjoCOwI8Aj0CPgI/AkACQQJCAkMCRAJFAkYCRwJIAkkCSgJLAkwCTQJOAk8CUAJRAlICUwJUAlUCVgJXAlgCWQJaAlsCXAJdAl4CXwJgAmECYgJjAmQCZQJmAmcCaAJpAmoCawJsAm0CbgJvAnACcQJyAnMCdAJ1AnYCdwJ4AnkCegJ7AnwCfQJ+An8CgAKBAoICgwKEAoUChgKHAogCiQKKAosCjAKNAo4CjwKQApECkgKTApQClQKWApcCmAKZApoCmwKcAp0CngKfAqACoQKiAqMCpAKlAqYCpwKoAqkCqgKrAqwCrQKuAq8CsAKxArICswK0ArUCtgAKUGRmX0V4cG9ydApDU1ZfRXhwb3J0DEV4Y2VsX0V4cG9ydAxNVF9EYXRlcmFuZ2UNQlRfRXhjZWxjbGVhcg5CVF9FeGNlbGZpbHRlcgxCdWxsZXRfQXJyb3cNQnVsbGV0X0NpcmNsZQVOb25lMgtCdWxsZXRfVGljaxFCb3JkZXJfRGlhZ29uYWxVcBNCb3JkZXJfRGlhZ29uYWxEb3duDUJ1bGxldF9GbG93ZXIKQnVsbGV0X0RvdA1CdWxsZXRfU3F1YXJlDU1UX1JpZ2h0QXJyb3cMTVRfTGVmdEFycm93DE1UX0Rvd25BcnJvdwpNVF9VcGFycm93DU1UX1JlY3VycmVuY2UTTVRfUmVjdXJyZW5jZUVkaXRlZAtNVF9Mb2NhdGlvbg5NVF9EZXNjcmlwdGlvbgtNVF9UaW1lem9uZQhNVF9Ub2RheQ5NVF9Nb250aEFnZW5kYQtNVF9Xb3Jrd2VlawtNVF9XZWVrVmlldwpNVF9EYXlWaWV3DU1UX0FnZW5kYVZpZXcLTVRfRGF0ZVRpbWULTVRfUmVzb3VyY2UOTVRfVGltZUxpbmVEYXkPTVRfVGltZUxpbmVXZWVrE01UX1RpbWVMaW5lV29ya1dlZWsQTVRfVGltZUxpbmVNb250aAh0YWJsZS0wMgRjb3B5CHRoLXNtYWxsB3NhdmUtMDIKYWxpZ24tbGVmdAdlZGl0LTA2CGNsb3NlLXdmC3dvcmQtZXhwb3J0C2Nyb3NzLWNsb3NlBmZpbHRlcgRwbHVzBWNsb3NlDWNoZWNrLW1hcmstMDEKcHJpbnRlci0wMQdlZGl0LTA0B2FkZC1uZXcIY2xvc2UtMDERRlRfRHJvcGRvd25fQXJyb3cPYXJyb3doZWFkLXVwLTAxEWFycm93aGVhZC1kb3duLTAxDGFycm93aGVhZC11cA5hcnJvd2hlYWQtZG93bg1hcnJvdy1kb3duLTAyC2Fycm93LXVwLTAxE2Fycm93LWhlYWQtcmlnaHQtMDIPYXJyb3doZWFkLXJpZ2h0DmFycm93aGVhZC1sZWZ0CWRlbGV0ZS0wNRJhcnJvdy1zYW5zLWxlZnQtMDETYXJyb3ctc2Fucy1yaWdodC0wMQ1hcm9vdy1sZWZ0LTAxEG5hdmlnYXRpb24tcmlnaHQJU29ydGluZy1tCmVkaXQtaWNvbjENZmlyc3QtcGFnZW5hdgxsc3QtcGFnZS1uYXYHdGVtcC1kdAtCb3R0b20taWNvbgZGaWx0ZXIIVG9wLWljb24Lbnh0LXBnLWljb24LZG93bi1hcnJvdzIHZ3JwLWRlbAhVcC1hcnJvdwpEd24tYXJyb3czCWZsdHItY2FuMglwcmV2LWljb24JR3JvdXBpY29uC1NlbGVjdGlvbi1tD0NsZWFyX2lucHV0XzAwMRFDaGVjYm94X3NlbGVjdGlvbgxJbnRlcm1lZGlhdGUNTVRfTGVmdF9BcnJvdwdCVF9FZGl0CE1UX0NsZWFyDk1UX1JpZ2h0X0Fycm93Ck1UX0FkZGZsYXQMTVRfQm90dG9tZmlsCU1UX3JlbW92ZQtNVF9CYWNrd2FyZAdNVF9NZW51CU1UX1NlYXJjaAhNVF9tb250aAlNVF9EZWxldGUPTVRfQm90dG9tX0Fycm93B01UX1NhdmUITVRfbWVudTEJTVRfcmVsb2FkCE1UX0Nsb3NlB01UX1RpbWUOQ29sdW1uX2Nob29zZXIIVHJlZXZpZXcJVHJlZXZpZXcyCVRyZWV2aWV3MQlUcmVldmlldzMOTVRfVHJlZV9leHBhbmQITWF0ZXJhaWwNTWF0ZXJpYWxfUGxheQ5NYXRlcmlhbF9QYXVzZQ9QYXJhT3B0aW9uZG93bjEKVGV4dFNlYXJjaBdJbnNpZGVIb3Jpem9uZGFsQm9yZGVycwpSZXN0YXJ0QXQxDU9wZW5IeXBlcmxpbmsHQ3V0RGF0YQhDb3B5RGF0YQlUb3BCb3JkZXINRGVsZXRlQ29sdW1ucwpEZWxldGVSb3dzC0luc2VydFJpZ2h0Ckluc2VydExlZnQPUmVtb3ZlSHlwZXJsaW5rFUluc2lkZVZlcnRpY2FsQm9yZGVycwtSaWdodEJvcmRlcg1FZGl0SHlwZXJsaW5rCUh5cGVybGluawtMZWZ0Qm9yZGVycwtEZWxldGVUYWJsZQ9UYWJsZVByb3BlcnRpZXMNQ29weUh5cGVybGluawxCb3R0b21Cb3JkZXIOQ2xpcGJvYXJkUGFzdGURQ29udGludWVOdW1iZXJpbmcLSW5zZXJ0QmVsb3cLSW5zZXJ0QWJvdmUKQm9yZGVyTm9uZQlCb3JkZXJCb3gDQWxsD1RhYmxlQWxpZ25SaWdodAxDdXN0b21Cb3JkZXIOVGFibGVBbGlnbkxlZnQQVGFibGVBbGlnbkNlbnRlcg1MaW5lVmVyeXNtYWxsCkxpbmVub3JtYWwJTGluZXNtYWxsDVBhcmFPcHRpb251cDEKVGV4dEJvdHRvbQpUZXh0Q2VudGVyB1RleHRUb3AOTVRfQ2xlYXJGb3JtYXQQTVRfU3RyaWtldGhyb3VnaAxNVF9VcHBlcmNhc2UKTVRfSnVzdGlmeQhNVF9JbWFnZQlNVF9SZXNpemULTVRfTWluaW1pc2ULTVRfRWRpdExpbmsHTVRfQm9sZAxNVF9BbGlnbkxlZnQGTVRfQ3V0Ek1UX0FsdGVybmF0aXZlVGV4dAdNVF9Db3B5CU1UX1JlbW92ZRFNVF9JbmNyZWFzZUluZGVudAtNVF9DbGVhckFsbAdNVF9VbmRvDU1UX0Z1bGxTY3JlZW4MTVRfVW5kZXJsaW5lEE1UX1Vub3JkZXJlZExpc3QKTVRfUHJldmlldw5NVF9PcmRlcmVkTGlzdAxNVF9Mb3dlcmNhc2UNTVRfUmVtb3ZlTGluawlNVF9ab29tSW4LTVRfT3BlbkxpbmsITVRfUHJpbnQMTVRfRm9udENvbG9yDU1UX0FsaWduUmlnaHQNTVRfQ3JlYXRlTGluawtNVF9WaWV3U2lkZQtNVF9Db2RlVmlldwpNVF9ab29tT3V0Dk1UX1N1cGVyc2NyaXB0B01UX1BhcmEHTVRfUmVkbwhNVF9QYXN0ZQ1NVF9JbnNlcnRDb2RlDE1UX1N1YnNjcmlwdApNVF9EaXNwbGF5Ck1UX1JlcGxhY2UJTVRfSXRhbGljCk1UX0NhcHRpb24STVRfQmFja2dyb3VuZGNvbG9yEU1UX0RlY3JlYXNlSW5kZW50Dk1UX0FsaWduQ2VudGVyC01UX0ZvbnROYW1lC0RyYWdBbmREcm9wDEZpbHRlckZpZWxkcwpOZXdfQ29sdW1uB05ld19Sb3cDU3VtCEZpbHRlcl9CB0Nsb3NlX0YNQ2xlYXJmaWx0ZXJfTQJPawtBbGlnbkJvdHRvbQ5JbnNlcnRSb3dBYm92ZQ5JbnNlcnRSb3dCZWxvdwtBbGlnbkNlbnRlcgxEZWxldGVDb2x1bW4JRGVsZXRlUm93EEluc2VydENvbHVtbkxlZnQIQWxpZ25Ub3ARSW5zZXJ0Q29sdW1uUmlnaHQORWRpdFByb3BlcnRpZXMRVmVydGljYWxBbGlnbm1lbnQJQWRkQ29sdW1uBVN0eWxlCVRiX0RlbGV0ZQZBZGRSb3cGSGVhZGVyCFRhYl9Nb3JlBlJlc2l6ZQlNX1BWX09wZW4OTV9QVl9GaXJzdHBhZ2UNTV9QVl9QcmV2aW91cwlNX1BWX05leHQNTV9QVl9MYXN0cGFnZQxNX1BWX1pvb21vdXQLTV9QVl9ab29taW4NTV9QVl9Eb3dubG9hZA1NX1BWX0Jvb2ttYXJrC01fUFZfU2VhcmNoE01fUFZfVGV4dEFubm90YXRpb24KTV9QVl9DbG9zZQxNX1BWX0NvbW1lbnQJTV9QVl9TYXZlDk1fUFZfQWxpZ25MZWZ0DU1fUFZfRnJlZWhhbmQJTV9QVl9VbmRvDk1fUFZfSGlnaGxpZ2h0CU1fUFZfTW9yZQ5NX1BWX1VuZGVybGluZRJNX1BWX1N0cmlrZXRocm91Z2gKTV9QVl9QYWludAhNX1BWX1BhbgxNX1BWX09wYWNpdHkLTV9QVl9EZWxldGULTV9QVl9DdXJzb3IPTV9QVl9SaWdodEFycm93EE1fUFZfU3Ryb2tlY29sb3IKTV9QVl9QcmludAlNX1BWX1JlZG8OTV9QVl9Gb250Y29sb3ILTV9QVl9TaGFwZXMOTV9QVl9MZWZ0QXJyb3cRTV9QVl9TdHJva2V3ZWlnaHQSTV9QVl9Bbm5vdGFpb25FZGl0Dk1fUFZfVGh1bWJuYWlsCk1fUFZfU3RhbXAOTV9QVl9QYWdlYnJlYWsQTV9QVl9OZXdEb2N1bWVudApNX0NvbGxhcHNlCE1fRXhwYW5kDkRvdWJsZVJlc2l6ZV8yDkRvdWJsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8xDlNpbmdsZVJlc2l6ZV8zDlNpbmdsZVJlc2l6ZV8yDlNpbmdsZVJlc2l6ZV80C0RyYWdhbmREcm9wB0Fycm93VXAJQXJyb3dEb3duCkFycm93cmlnaHQJQXJyb3dMZWZ0B0dyaXBwZXIQTmV3X0ZpbHRlckFjdGl2ZQdNVF9Db2RlB01UX0dyaWQFUGFzdGUGRGVsZXRlC01UX0Rvd25sb2FkA0N1dAdNVF9MaXN0Ck1UX1JlZnJlc2gHTVRfaW5mbw1NVF9SaWdodGFycm93DU1UX09wZW5Gb2xkZXIFQ2xlYXIMTVRfTmV3Rm9sZGVyCU1UX1JlbmFtZQRDb3B5BlNlYXJjaAlNVF9VcGxvYWQHTVRfQmFjawxNVF9TZWxlY3RBbGwHTVRfU29ydAlNVF9PcHRpb24HTVRfVGljawxNX0JyZWFkY3J1bWINTV9FeGNlbEV4cG9ydAtNX0NTVkV4cG9ydAZNX1NhdmUITV9TYXZlYXMITV9FeHBvcnQITV9EZWxldGUMTV9HcmFuZFRvdGFsBk1fR3JpZApNX1N1YnRvdGFsC01fTmV3UmVwb3J0Ek1fTnVtYmVyRm9ybWF0dGluZwhNX1JlbmFtZQtNX1BERkV4cG9ydAxNX0Z1bGxzY3JlZW4HTV9DaGFydAZNX0xvYWQIRm9udFR5cGUHTV9DbG9zZQ1NX0xpbmVTcGFjaW5nBk1fTG9jaw1PdXRzaWRlQm9yZGVyBk1fTGluaw1NX0FsaWduQm90dG9tB01fVGFibGUQTV9UYWJsZU9mQ29udGVudAxNX1BhZ2VOdW1iZXIGTV9Cb2xkCk1fQWxpZ25Ub3ASTV9BbGlnbkNlbnRlclRhYmxlC01fUGFnZVNldHVwDU1fU3Ryb2tlU3R5bGUHTV9JbWFnZQpNX0Jvb2ttYXJrCE1fSGVhZGVyCU1fQnVsbGV0cxJNX1Nob3dIaWRlUHJvcGVydHkMTV9BbGlnblJpZ2h0CE1fRm9vdGVyCkFsbEJvcmRlcnMNSW5zaWRlQm9yZGVycwRDZWxsD01fQWxpZ25Ub3B0YWJsZRJNX0FsaWduQm90dG9tdGFibGUSTV9BbGlnbkNlbnRlcnRhYmxlCVNlbGVjdGlvbgdNX0JyZWFrC01fUGFnZUJyZWFrDk1fU2VjdGlvbkJyZWFrB0F1dG9GaXQQRml4ZWRDb2x1bW5XaWR0aA1BdXRvRml0V2luZG93DEJyaW5nRm9yd2FyZApCcmluZ0Zyb250CFNlbmRiYWNrDFNlbmRCYWNrd2FyZAdVbmdyb3VwBUdyb3VwBU9yZGVyD01fU2luZ2xlVXBBcnJvdxFNX1NpbmdsZURvd25BcnJvdxJNX1NpbmdsZVJpZ2h0QXJyb3cRTV9TaW5nbGVMZWZ0QXJyb3cSTV9Eb3VibGVSaWdodEFycm93EU1fRG91YmxlTGVmdEFycm93CVpvb21Ub0ZpdAhBZGRBYm92ZQhBZGRCZWxvdwZNX0xpbmUHTV9BcnJvdwtNX1JlY3RhbmdsZQhNX0NpcmNsZQpNX1BlbnRhZ2FuCE1fTGVuZ3RoC01fUGVyaW1ldGVyBk1fQXJlYQhNX1JhZGl1cwhNX1ZvbHVtZRJNX0NoYW5nZVNjYWxlUmF0aW8MTV9Qcm9wZXJ0aWVzCU1fQ29tbWVudApUaHVtYnNEb3duCFRodW1ic1VwC1RodW1ic0Rvd24xCUpQR0V4cG9ydAlQTkdFeHBvcnQJU1ZHRXhwb3J0F01fQ29uZGl0aW9uYWxGb3JtYXR0aW5nEU1fRm9ybXVsYUZ1bmN0aW9uDEhpZGVoZWFkaW5ncw1IaWRlR3JpZGxpbmVzBk1fSGlkZQlNc0V4Y2VsOTcJRXhwb3J0Q1NWA01EWAhGb3JtYXRfTQtPcGVuZm9sZGVyMQhOYW1lZHNldAtPLUF0dHJpYnV0ZQlEaW1lbnNpb24GTGV2ZWwxBkxldmVsMgZMZXZlbDMGTGV2ZWw0BkxldmVsNQtVc2VyRGVmaW5lZANLUEkKTV9Tb3J0RG93bgpNX1NvcnROb25lCE1fU29ydFVwEENhbGN1bGF0ZWRNZW1iZXIKQ3VzdG9tU29ydA5Tb3J0RGVzY2VuZGluZw1Tb3J0QXNjZW5kaW5nCkFkZENvbW1lbnQFUmVwbHkJU2VuZEFycm93C0NvbW1lbnRNYXJrEU1fSGFuZFdyaXR0ZW5TaWduDE1fTWFpbkZpbHRlcgpVbmZpbHRlcmVkEEZpbHRlcmVkU29ydERlc2MKRl9Tb3J0RGVzYwpGX1NvcnRBc2NlEEZpbHRlcmVkU29ydEFzY2UIRmlsdGVyZWQNTV9DbGVhcmZpbHRlcglNX1JlYXBwbHkITV9SZW9wZW4HTV9Hcm91cAlNX1VuZ3JvdXAAAAAA) format("truetype"); +} + +.e-icons { + font-family: "e-icons"; + font-style: normal; + font-variant: normal; + font-weight: normal; + line-height: 1; + speak: none; + text-transform: none; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +/*! calendar material theme variables */ +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +/*! Material theme definitions and variables */ +/*! Value element styles */ +/*! Tooltip styles */ +/*! Tip Content styles */ +/*! Title styles */ +/*! Wrapper styles */ +/*! Component group styles */ +/*! Button styles */ +/*! inplaceeditor icons */ +.e-inplaceeditor .e-save-icon::before, +.e-inplaceeditor-tip .e-save-icon::before { + content: '\e614'; +} + +.e-inplaceeditor .e-cancel-icon::before, +.e-inplaceeditor-tip .e-cancel-icon::before { + content: '\eb36'; +} + +.e-inplaceeditor .e-editable-overlay-icon::before, +.e-inplaceeditor-tip .e-editable-overlay-icon::before { + content: '\e891'; +} + +/*! inplaceeditor layout */ +.e-bigger .e-inplaceeditor .e-editable-value-wrapper, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper { + padding: 8px; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-value, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-value { + font-size: 14px; + margin: 0 30px 0 0; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon { + right: 8px; + width: 20px; +} + +.e-bigger .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before, +.e-inplaceeditor.e-bigger .e-editable-value-wrapper .e-editable-overlay-icon::before { + font-size: 16px; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-save { + margin: 0 4px 0 0; +} + +.e-bigger .e-inplaceeditor .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor.e-bigger .e-editable-action-buttons .e-btn-cancel { + margin: 0 0 0 4px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-value { + margin: 0 0 0 30px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon { + left: 8px; + right: auto; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-save { + margin: 0 0 0 4px; +} + +.e-bigger .e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor.e-bigger.e-rtl .e-editable-action-buttons .e-btn-cancel { + margin: 0 4px 0 0; +} + +.e-inplaceeditor { + display: inline-block; + position: relative; + width: auto; +} + +.e-inplaceeditor .e-editable-value-wrapper { + display: inline-block; + padding: 6px 8px; + position: relative; + width: auto; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + display: inline-block; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + margin: 0 28px 0 0; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + bottom: 0; + cursor: pointer; + display: -ms-inline-flexbox; + display: inline-flex; + height: inherit; + position: absolute; + right: 8px; + top: 0; + visibility: hidden; + width: 18px; +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon::before { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + font-size: 14px; +} + +.e-inplaceeditor .e-editable-value-wrapper.e-hide { + display: none; +} + +.e-inplaceeditor .e-editable-value-wrapper.e-editable-open { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-overlay-icon { + visibility: visible; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover.e-editable-open .e-editable-overlay-icon { + visibility: hidden; +} + +.e-inplaceeditor .e-editable-action-buttons { + margin-top: 4px; + position: absolute; + right: 0; + z-index: 100; +} + +.e-inplaceeditor.e-overlay { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-value { + margin: 0 0 0 28px; +} + +.e-inplaceeditor.e-rtl .e-editable-value-wrapper .e-editable-overlay-icon { + left: 8px; + right: auto; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons { + left: 0; + right: auto; +} + +.e-bigger .e-inplaceeditor, +.e-inplaceeditor.e-bigger, +.e-bigger .e-inplaceeditor-tip, +.e-inplaceeditor-tip.e-bigger { + width: auto; +} + +.e-bigger .e-inplaceeditor .e-input-group + .e-editable-loading .e-spinner-inner, +.e-inplaceeditor.e-bigger .e-input-group + .e-editable-loading .e-spinner-inner, +.e-bigger .e-inplaceeditor-tip .e-input-group + .e-editable-loading .e-spinner-inner, +.e-inplaceeditor-tip.e-bigger .e-input-group + .e-editable-loading .e-spinner-inner { + top: 45%; +} + +.e-inplaceeditor .e-input-group + .e-editable-loading .e-spinner-inner, +.e-inplaceeditor-tip .e-input-group + .e-editable-loading .e-spinner-inner { + top: 35%; +} + +.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle, +.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: inherit; +} + +.e-inplaceeditor .e-input-group + .e-editable-loading .e-spinner-inner, +.e-inplaceeditor-tip .e-input-group + .e-editable-loading .e-spinner-inner { + top: 35%; +} + +.e-inplaceeditor .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle, +.e-inplaceeditor-tip .e-editable-elements:not(.e-richtexteditor) + .e-editable-loading .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle { + stroke-width: inherit; +} + +.e-inplaceeditor .e-editable-loading, +.e-inplaceeditor-tip .e-editable-loading { + display: none; + min-height: 100%; + position: absolute; + top: 0; +} + +.e-inplaceeditor .e-editable-loading.e-show, +.e-inplaceeditor-tip .e-editable-loading.e-show { + display: block; +} + +.e-inplaceeditor .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner, +.e-inplaceeditor-tip .e-editable-loading.e-show:not(.e-rte-spin-wrap) .e-spinner-inner { + left: auto; + right: 5px; + transform: translateX(-30%) translateY(-50%); +} + +.e-inplaceeditor .e-editable-form, +.e-inplaceeditor-tip .e-editable-form { + width: 100%; +} + +.e-inplaceeditor .e-editable-form.e-loading .e-input-group-icon, +.e-inplaceeditor-tip .e-editable-form.e-loading .e-input-group-icon { + visibility: hidden; +} + +.e-inplaceeditor .e-component-group, +.e-inplaceeditor-tip .e-component-group { + margin-bottom: 4px; +} + +.e-inplaceeditor .e-component-group .e-editable-component, +.e-inplaceeditor-tip .e-component-group .e-editable-component { + min-width: 150px; + position: relative; +} + +.e-inplaceeditor .e-control-overlay, +.e-inplaceeditor-tip .e-control-overlay { + visibility: hidden; +} + +.e-inplaceeditor .e-control-overlay.e-richtexteditor, +.e-inplaceeditor-tip .e-control-overlay.e-richtexteditor { + opacity: .5; + pointer-events: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + visibility: visible; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save { + margin: 0 4px 0 0; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save .e-btn-icon.e-icons { + font-size: 16px; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel { + margin: 0 0 0 4px; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel .e-btn-icon.e-icons { + font-size: 16px; +} + +.e-inplaceeditor .e-editable-action-buttons.e-hide, +.e-inplaceeditor-tip .e-editable-action-buttons.e-hide { + visibility: hidden; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-save, +.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-save { + margin: 0 0 0 4px; +} + +.e-inplaceeditor.e-rtl .e-editable-action-buttons .e-btn-cancel, +.e-inplaceeditor-tip.e-rtl .e-editable-action-buttons .e-btn-cancel { + margin: 0 4px 0 0; +} + +.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper, +.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-wrapper { + padding: 16px; +} + +.e-bigger .e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper, +.e-inplaceeditor-tip.e-bigger.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper { + padding: 10px 16px 16px 16px; +} + +.e-bigger .e-inplaceeditor-tip .e-editable-title, +.e-inplaceeditor-tip.e-bigger .e-editable-title { + font-size: 14px; + min-height: 36px; + padding: 0 0 0 12px; +} + +.e-bigger .e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title, +.e-inplaceeditor-tip.e-bigger.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title { + padding: 0 12px 0 0; +} + +.e-inplaceeditor-tip { + opacity: 1; + width: auto; +} + +.e-inplaceeditor-tip.e-tooltip-wrap { + max-width: 100%; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content { + padding: 0; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title { + -ms-flex-line-pack: center; + align-content: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 13px; + font-weight: 500; + height: 30px; + -ms-flex-pack: center; + justify-content: center; + padding: 0 0 0 10px; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper { + display: -ms-flexbox; + display: flex; + padding: 16px; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons { + float: right; + margin-top: 4px; + position: relative; + right: auto; + top: auto; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content .e-editable-title + .e-editable-wrapper { + padding: 10px 16px 16px 16px; +} + +.e-inplaceeditor-tip.e-hide { + visibility: hidden; +} + +.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-title { + padding: 0 10px 0 0; +} + +.e-inplaceeditor-tip.e-rtl.e-tooltip-wrap .e-tip-content .e-editable-wrapper .e-editable-action-buttons { + float: left; +} + +.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor { + background-size: 150px 60px; + min-height: 60px; +} + +.e-bigger .e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor, +.e-bigger.e-content-placeholder.e-inplaceeditor.e-placeholder-inplaceeditor { + background-size: 150px 70px; + min-height: 70px; +} + +/*! inplaceeditor theme */ +.e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + border-bottom: 1px dashed rgba(0, 0, 0, 0.87); + color: rgba(0, 0, 0, 0.87); +} + +.e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-inplaceeditor .e-editable-value-wrapper:hover { + background: #f5f5f5; + border-radius: 2px; +} + +.e-inplaceeditor .e-editable-value-wrapper:hover .e-editable-value { + border-bottom-color: transparent; +} + +.e-inplaceeditor[data-underline='false'] .e-editable-value-wrapper .e-editable-value { + border-bottom: 0; +} + +.e-inplaceeditor.e-disable { + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-inplaceeditor.e-disable .e-editable-value-wrapper .e-editable-value { + border-bottom-color: transparent; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn { + background-color: ""; + border: ""; + box-shadow: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn .e-btn-icon.e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active { + background-color: ""; + border: ""; +} + +.e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, .e-inplaceeditor .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-save.e-icon-btn:active .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:hover .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:focus .e-btn-icon.e-icons, +.e-inplaceeditor-tip .e-editable-action-buttons .e-btn-cancel.e-icon-btn:active .e-btn-icon.e-icons { + color: ""; +} + +.e-inplaceeditor-tip.e-tooltip-wrap { + background: #fff; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-tip-content { + border-radius: 2px; + color: rgba(0, 0, 0, 0.87); +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-inner { + color: #fff; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #bdbdbd; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-arrow-tip-outer.e-tip-bottom { + border-top-color: #bdbdbd; +} + +.e-inplaceeditor-tip.e-tooltip-wrap.e-popup { + border: 1px solid #bdbdbd; +} + +.e-inplaceeditor-tip.e-tooltip-wrap .e-editable-title { + background: #eee; + border-bottom: 0; + color: rgba(0, 0, 0, 0.87); +} + +.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #bdbdbd; +} + +.e-inplaceeditor-tip.e-editable-tip-title.e-tooltip-wrap .e-arrow-tip-inner.e-tip-top { + color: #eee; +} + +.e-toast .e-toast-close-icon::before { + content: ""; +} + +/*! toast layout */ +.e-bigger .e-toast-container.e-toast-top-left, +.e-toast-container.e-bigger.e-toast-top-left { + left: 10px; + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-left, +.e-toast-container.e-bigger.e-toast-bottom-left { + bottom: 10px; + left: 10px; +} + +.e-bigger .e-toast-container.e-toast-top-right, +.e-toast-container.e-bigger.e-toast-top-right { + right: 10px; + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-right, +.e-toast-container.e-bigger.e-toast-bottom-right { + bottom: 10px; + right: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-center, +.e-toast-container.e-bigger.e-toast-bottom-center { + bottom: 10px; +} + +.e-bigger .e-toast-container.e-toast-bottom-center .e-toast, +.e-toast-container.e-bigger.e-toast-bottom-center .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-toast-top-center, +.e-toast-container.e-bigger.e-toast-top-center { + top: 10px; +} + +.e-bigger .e-toast-container.e-toast-top-center .e-toast, +.e-toast-container.e-bigger.e-toast-top-center .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-toast-full-width, +.e-toast-container.e-bigger.e-toast-full-width { + left: 0; + right: 0; +} + +.e-bigger .e-toast-container.e-toast-full-width .e-toast, +.e-toast-container.e-bigger.e-toast-full-width .e-toast { + margin: 0 auto 10px; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions { + text-align: left; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-message .e-toast-actions > *, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-message .e-toast-actions > * { + margin-left: initial; + margin-right: 10px; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-close-icon, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-close-icon { + margin-left: initial; + margin-right: auto; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-icon, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-icon { + margin-left: 14px; + margin-right: initial; +} + +.e-bigger .e-toast-container.e-rtl .e-toast .e-toast-progress, +.e-toast-container.e-bigger.e-rtl .e-toast .e-toast-progress { + left: auto; + right: 0; +} + +.e-bigger .e-toast-container .e-toast, +.e-toast-container.e-bigger .e-toast { + border-radius: 2px; + font-size: 14px; + margin: 0 0 10px; + min-height: 48px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content { + padding: 14px 0 10px 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:first-child, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:first-child { + padding: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content:last-child, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content:last-child { + padding-bottom: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-content + .e-toast-actions { + padding: 0; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions { + padding: 10px 0 0 0; + text-align: right; +} + +.e-bigger .e-toast-container .e-toast .e-toast-message .e-toast-actions > *, +.e-toast-container.e-bigger .e-toast .e-toast-message .e-toast-actions > * { + margin-left: 10px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-close-icon, +.e-toast-container.e-bigger .e-toast .e-toast-close-icon { + font-size: 14px; + height: 24px; + width: 24px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-icon, +.e-toast-container.e-bigger .e-toast .e-toast-icon { + font-size: 18px; + height: 24px; + margin-right: 14px; + width: 24px; +} + +.e-bigger .e-toast-container .e-toast .e-toast-progress, +.e-toast-container.e-bigger .e-toast .e-toast-progress { + height: 4px; +} + +.e-toast-container { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-direction: column; + flex-direction: column; + position: relative; +} + +.e-toast-container.e-toast-top-left { + left: 10px; + top: 10px; +} + +.e-toast-container.e-toast-bottom-left { + bottom: 10px; + left: 10px; +} + +.e-toast-container.e-toast-top-right { + right: 10px; + top: 10px; +} + +.e-toast-container.e-toast-bottom-right { + bottom: 10px; + right: 10px; +} + +.e-toast-container.e-toast-bottom-center { + bottom: 10px; + pointer-events: none; + right: 0; + width: 100%; +} + +.e-toast-container.e-toast-bottom-center .e-toast { + margin: 0 auto 10px; + pointer-events: auto; +} + +.e-toast-container.e-toast-top-center { + pointer-events: none; + right: 0; + top: 10px; + width: 100%; +} + +.e-toast-container.e-toast-top-center .e-toast { + margin: 0 auto 10px; + pointer-events: auto; +} + +.e-toast-container.e-toast-full-width { + left: 0; + right: 0; + width: 100%; +} + +.e-toast-container.e-toast-full-width .e-toast { + margin: 0 auto 10px; + width: 96%; +} + +.e-toast-container.e-rtl .e-toast .e-toast-actions { + text-align: left; +} + +.e-toast-container.e-rtl .e-toast .e-toast-actions > * { + margin-left: initial; + margin-right: 10px; +} + +.e-toast-container.e-rtl .e-toast .e-toast-close-icon { + margin-left: initial; + margin-right: auto; +} + +.e-toast-container.e-rtl .e-toast .e-toast-icon { + margin-left: 14px; + margin-right: initial; +} + +.e-toast-container.e-rtl .e-toast .e-toast-progress { + left: auto; + right: 0; +} + +.e-toast-container .e-toast { + border-radius: 2px; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 14px; + margin: 0 0 10px; + overflow: hidden; + padding: 14px; + position: relative; +} + +.e-toast-container .e-toast .e-toast-icon, +.e-toast-container .e-toast .e-toast-message { + display: -ms-inline-flexbox; + display: inline-flex; +} + +.e-toast-container .e-toast > * { + word-break: break-word; + word-wrap: break-word; +} + +.e-toast-container .e-toast .e-toast-message { + -ms-flex-item-align: center; + -ms-grid-row-align: center; + align-self: center; + -ms-flex-direction: column; + flex-direction: column; + overflow: hidden; + width: inherit; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title, +.e-toast-container .e-toast .e-toast-message .e-toast-content { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title:first-child, +.e-toast-container .e-toast .e-toast-message .e-toast-content:first-child { + padding: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title:last-child, +.e-toast-container .e-toast .e-toast-message .e-toast-content:last-child { + padding-bottom: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title > *, +.e-toast-container .e-toast .e-toast-message .e-toast-content > * { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title { + font-size: 15px; + font-weight: bold; + letter-spacing: .5px; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content { + padding: 14px 0 10px 0; + word-break: break-word; + word-wrap: break-word; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content + .e-toast-actions { + padding-top: 0; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-actions { + margin: 1px; + padding: 10px 0 0 0; + text-align: right; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-actions > * { + margin-left: 10px; +} + +.e-toast-container .e-toast .e-toast-close-icon { + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -ms-flexbox; + display: flex; + font-size: 14px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + margin-left: auto; + width: 24px; + opacity: .7; +} + +.e-toast-container .e-toast .e-toast-icon { + -ms-flex-align: center; + align-items: center; + font-size: 18px; + height: 24px; + -ms-flex-pack: center; + justify-content: center; + margin-right: 14px; + width: 24px; +} + +.e-toast-container .e-toast .e-toast-progress { + bottom: 0; + height: 4px; + left: 0; + position: absolute; +} + +.e-content-placeholder.e-toast.e-placeholder-toast { + background-size: 400px 100px; + min-height: 100px; +} + +.e-bigger .e-content-placeholder.e-toast.e-placeholder-toast, +.e-bigger.e-content-placeholder.e-toast.e-placeholder-toast { + background-size: 400px 100px; + min-height: 100px; +} + +.e-toast-container .e-toast { + background-color: #303030; + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); + color: #fff; +} + +.e-toast-container .e-toast.e-toast-success { + background-color: #4d831e; + color: #fff; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-title { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-message .e-toast-content { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-success .e-toast-icon { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-success:hover { + background-color: #4d831e; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); + color: #fff; +} + +.e-toast-container .e-toast.e-toast-info { + background-color: #0677d5; + color: #fff; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-title { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-message .e-toast-content { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-info .e-toast-icon { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-info:hover { + background-color: #0677d5; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); + color: #fff; +} + +.e-toast-container .e-toast.e-toast-warning { + background-color: #c15601; + color: #fff; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-title { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-message .e-toast-content { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-warning .e-toast-icon { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-warning:hover { + background-color: #c15601; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); + color: #fff; +} + +.e-toast-container .e-toast.e-toast-danger { + background-color: #d74113; + color: #fff; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-title { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-message .e-toast-content { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-danger .e-toast-icon { + color: #fff; +} + +.e-toast-container .e-toast.e-toast-danger:hover { + background-color: #d74113; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); + color: #fff; +} + +.e-toast-container .e-toast:hover { + background-color: #212121; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.26); +} + +.e-toast-container .e-toast .e-toast-icon { + color: #fff; +} + +.e-toast-container .e-toast .e-toast-close-icon { + color: #fff; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-title { + color: #fff; +} + +.e-toast-container .e-toast .e-toast-message .e-toast-content { + color: #fff; +} + +.e-toast-container .e-toast .e-toast-progress { + background-color: #e3165b; +} + +.e-toast-container .e-toast .e-toast-actions .e-btn { + background-color: transparent; + border-color: transparent; + box-shadow: none; + color: #ef578a; +} + +.e-toast-container .e-toast .e-toast-actions .e-btn:hover { + background-color: transparent; + color: #ef578a; +} + +.e-toast-container .e-toast .e-toast-actions .e-btn:focus { + background-color: transparent; + color: #ef578a; +} + +.e-toast-container .e-toast .e-toast-actions .e-btn:active { + background-color: transparent; + color: #ef578a; +} + +/*! PdfViewer's default definitions and variables */ +.e-pdfviewer .e-pv-icon::before { + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-icon-search::before { + font-family: 'e-icons'; + font-size: 12px; +} + +.e-pdfviewer .e-pv-open-document-icon::before { + content: '\ec04'; +} + +.e-pdfviewer .e-pv-download-document-icon::before { + content: '\ec0b'; +} + +.e-pdfviewer .e-pv-print-document-icon::before { + content: '\ec20'; +} + +.e-pdfviewer .e-pv-first-page-navigation-icon::before { + content: '\ec05'; +} + +.e-pdfviewer .e-pv-previous-page-navigation-icon::before, +.e-pdfviewer .e-pv-prev-search-icon::before { + content: '\ec06'; +} + +.e-pdfviewer .e-pv-next-page-navigation-icon::before, +.e-pdfviewer .e-pv-next-search-icon::before { + content: '\ec07'; +} + +.e-pdfviewer .e-pv-last-page-navigation-icon::before { + content: '\ec08'; +} + +.e-pdfviewer .e-pv-zoom-out-icon::before { + content: '\ec09'; +} + +.e-pdfviewer .e-pv-zoom-in-icon::before { + content: '\ec0a'; +} + +.e-pdfviewer .e-pv-thumbnail-view-icon::before { + content: '\ec27'; +} + +.e-pdfviewer .e-pv-stamp-icon::before { + content: '\ec28'; +} + +.e-pdfviewer .e-pv-thumbnail-view-disable-icon::before { + color: rgba(0, 0, 0, 0.2); + content: '\ec27'; +} + +.e-pdfviewer .e-pv-thumbnail-view-selection-icon::before { + color: rgba(227, 22, 91, 0.6); + content: '\ec27'; +} + +.e-pdfviewer .e-pv-bookmark-icon::before { + content: '\ec0c'; +} + +.e-pdfviewer .e-pv-bookmark-disable-icon::before { + color: rgba(0, 0, 0, 0.2); + content: '\ec0c'; +} + +.e-pdfviewer .e-pv-bookmark-selection-icon::before { + color: rgba(227, 22, 91, 0.6); + content: '\ec0c'; +} + +.e-pdfviewer .e-pv-title-close-icon::before, +.e-pdfviewer .e-pv-annotation-tools-close-icon::before, +.e-pdfviewer .e-pv-annotation-popup-close::before { + content: '\ec0f'; +} + +.e-pdfviewer .e-pv-resize-icon::before { + content: '\e84b'; + font-size: 10px; +} + +.e-pdfviewer .e-pv-text-select-tool-icon::before { + content: '\ec1d'; +} + +.e-pdfviewer .e-pv-pan-tool-icon::before { + content: '\ec1a'; +} + +.e-pdfviewer .e-pv-text-search-icon::before { + content: '\ec0d'; +} + +.e-pdfviewer .e-pv-search-icon::before { + content: '\ec0d'; + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-search-close::before { + content: '\ec0f'; + font-family: 'e-icons'; +} + +.e-pdfviewer .e-pv-annotation-icon::before { + content: '\ec26'; +} + +.e-pdfviewer .e-pv-annotation-color-icon::before { + content: '\ec19'; +} + +.e-pdfviewer .e-pv-annotation-stroke-icon::before { + content: '\e668'; +} + +.e-pdfviewer .e-pv-annotation-opacity-icon::before { + content: '\ec1b'; +} + +.e-pdfviewer .e-pv-annotation-thickness-icon::before { + content: '\ec25'; +} + +.e-pdfviewer .e-pv-annotation-delete-icon::before { + content: '\ec1c'; +} + +.e-pdfviewer .e-pv-undo-icon::before { + content: '\ec14'; +} + +.e-pdfviewer .e-pv-redo-icon::before { + content: '\ec21'; +} + +.e-pdfviewer .e-pv-more-icon::before { + content: '\ec16'; +} + +.e-pdfviewer .e-pv-backward-icon::before { + content: '\e977'; +} + +.e-pdfviewer .e-pv-notification-icon { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg=="); + background-repeat: no-repeat; + background-size: 36.7px 31.7px; + height: 31.7px; +} + +.e-pdfviewer .e-pv-notification-icon-rtl { + background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgd2lkdGg9IjM1cHgiIGhlaWdodD0iMzFweCIgdmlld0JveD0iMCAwIDM1IDMxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggNTEuMiAoNTc1MTkpIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPg0KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4NCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4NCiAgICA8ZGVmcz48L2RlZnM+DQogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+DQogICAgICAgIDxnIGlkPSJDb3JydXB0ZWQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MTQuMDAwMDAwLCAtMzUzLjAwMDAwMCkiPg0KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTE5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTQuMDAwMDAwLCAyODUuMDAwMDAwKSI+DQogICAgICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIwLjAwMDAwMCwgNjguMTg0NDc0KSI+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNS4yMjM0NzA4LDEwLjM1NzYwMjYgTDEyLjY1MzYzNywyMy40MDU1MTA2IEwxNC4xMzIwOTA1LDI2Ljk5MTI0OTUgTDE5LjM2MTc3ODksMjYuOTkxMjQ5NSBDMjAuNDQwMjUwNywxNy44NjA2NDE1IDIwLjY5MzgwOTcsMTIuMzE2MDkyNSAyMC4xMjI0NTU4LDEwLjM1NzYwMjYgQzE5LjU1MTEwMTksOC4zOTkxMTI3NCAxNy45MTgxMDY5LDguMzk5MTEyNzQgMTUuMjIzNDcwOCwxMC4zNTc2MDI2IFoiIGlkPSJQYXRoLTExIiBmaWxsPSIjMEUwRTBFIj48L3BhdGg+DQogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zMS42MjM4MDkxLDMwLjM4NzQxMDEgQzMzLjgyOTUxMDUsMzAuMzg3NDEwMSAzNC43MjA5MTk0LDI4LjgzODYyNDQgMzMuNjExOTMzMiwyNi45MjMxMDI4IEwxOS4yODk5MDMsMi4xODUwNTA2OCBDMTguMTgyMjEyMiwwLjI3MTc2NjU5NSAxNi4zODc1ODYsMC4yNjk1MjkwNjkgMTUuMjc4NTk5OCwyLjE4NTA1MDY4IEwwLjk1NjU2OTY4NSwyNi45MjMxMDI4IEMtMC4xNTExMjExMDMsMjguODM2Mzg2OCAwLjc0NDI0ODg4MiwzMC4zODc0MTAxIDIuOTQ0NjkzNzksMzAuMzg3NDEwMSBMMzEuNjIzODA5MSwzMC4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyMy4wNTQwNzY3IEwxOC45NTA5MTgxLDIzLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjYuMzg3NDEwMSBMMTUuNjE3NTg0OCwyNi4zODc0MTAxIFogTTE1LjYxNzU4NDgsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwxMC4wNTQwNzY3IEwxOC45NTA5MTgxLDEwLjA1NDA3NjcgTDE4Ljk1MDkxODEsMjAuNzIwNzQzNCBMMTUuNjE3NTg0OCwyMC43MjA3NDM0IFoiIGlkPSJTaGFwZSIgZmlsbD0iI0VGQzAwMiI+PC9wYXRoPg0KICAgICAgICAgICAgICAgIDwvZz4NCiAgICAgICAgICAgIDwvZz4NCiAgICAgICAgPC9nPg0KICAgIDwvZz4NCjwvc3ZnPg=="); + background-position: right; + background-repeat: no-repeat; + background-size: 36.7px 31.7px; + height: 31.7px; +} + +.e-pdfviewer .e-pv-annotation-shape-icon::before { + content: '\ec23'; +} + +.e-pdfviewer .e-pv-annotation-calibrate-icon::before { + content: '\e678'; +} + +.e-pv-download-document-icon.e-menu-icon::before { + content: '\ec0b'; +} + +.e-pv-bookmark-icon.e-menu-icon::before { + content: '\ec0c'; +} + +.e-pv-highlight-icon::before { + content: '\ec15'; + font-family: 'e-icons'; +} + +.e-pv-underline-icon::before { + content: '\ec17'; + font-family: 'e-icons'; +} + +.e-pv-strikethrough-icon::before { + content: '\ec18'; + font-family: 'e-icons'; +} + +.e-pv-copy-icon::before { + content: '\e33d'; + font-family: 'e-icons'; +} + +.e-pv-cut-icon::before { + content: '\e33b'; + font-family: 'e-icons'; +} + +.e-pv-paste-icon::before { + content: '\e355'; + font-family: 'e-icons'; +} + +.e-pv-delete-icon::before { + content: '\ec1c'; + font-family: 'e-icons'; +} + +.e-pv-properties-fill-color-icon::before { + content: '\ec19'; + font-family: 'e-icons'; +} + +.e-pv-properties-stroke-color-icon::before { + content: '\e668'; + font-family: 'e-icons'; +} + +.e-pv-shape-line-icon::before { + content: '\e668'; + font-family: 'e-icons'; +} + +.e-pv-shape-arrow-icon::before { + content: '\e669'; + font-family: 'e-icons'; +} + +.e-pv-shape-rectangle-icon::before { + content: '\e670'; + font-family: 'e-icons'; +} + +.e-pv-shape-circle-icon::before { + content: '\e671'; + font-family: 'e-icons'; +} + +.e-pv-shape-pentagon-icon::before { + content: '\e672'; + font-family: 'e-icons'; +} + +.e-pv-comment-icon::before { + content: '\e680'; + font-family: 'e-icons'; +} + +.e-pv-comment-selection-icon::before { + color: rgba(227, 22, 91, 0.6); + content: '\e680'; + font-family: 'e-icons'; +} + +.e-pv-comment-panel-icon::before { + content: '\eb5d'; + font-family: 'e-icons'; +} + +.e-pv-accepted-icon::before { + color: #fff; + content: '\e682'; + font-family: 'e-icons'; + font-size: 14px; + padding: 1px 1px 1px 4px; + position: absolute; +} + +.e-pv-rejected-icon::before { + color: #fff; + content: '\e683'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 4px; + position: absolute; +} + +.e-pv-completed-icon::before { + color: #fff; + content: '\e614'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 3.5px; + position: absolute; +} + +.e-pv-cancelled-icon::before { + color: #fff; + content: '\e60a'; + font-family: 'e-icons'; + font-size: 14px; + padding: 2px 1px 1px 3.5px; + position: absolute; +} + +.e-pv-scale-ratio-icon::before { + content: '\e678'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-distance-icon::before { + content: '\e673'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-perimeter-icon::before { + content: '\e674'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-area-icon::before { + content: '\e675'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-radius-icon::before { + content: '\e676'; + font-family: 'e-icons'; +} + +.e-pv-calibrate-volume-icon::before { + content: '\e677'; + font-family: 'e-icons'; +} + +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret::before { + content: '\e969'; + font-size: 8px; +} + +.e-pv-freetext-icon::before { + content: '\ec0e'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textcolor-icon::before { + content: '\e34c'; +} + +.e-pv-annotation-textalign-icon::before { + content: '\e33a'; + font-family: 'e-icons'; +} + +.e-pv-annotation-textprop-icon::before { + content: '\eb04'; + font-family: 'e-icons'; +} + +.e-pv-left-align-icon::before { + content: '\e33a'; + font-family: 'e-icons'; +} + +.e-pv-right-align-icon::before { + content: '\eb5f'; + font-family: 'e-icons'; +} + +.e-pv-center-align-icon::before { + content: '\e35e'; + font-family: 'e-icons'; +} + +.e-pv-justfiy-align-icon::before { + content: '\e334'; + font-family: 'e-icons'; +} + +.e-pv-bold-icon::before { + content: '\eb47'; + font-family: 'e-icons'; +} + +.e-pv-italic-icon::before { + content: '\e35a'; + font-family: 'e-icons'; +} + +.e-pv-strikeout-icon::before { + content: '\e332'; + font-family: 'e-icons'; +} + +.e-pv-underlinetext-icon::before { + content: '\e343'; + font-family: 'e-icons'; +} + +.e-pv-superscript-icon::before { + content: '\e352'; + font-family: 'e-icons'; +} + +.e-pv-subscript-icon::before { + content: '\e357'; + font-family: 'e-icons'; +} + +.e-pv-handwritten-icon::before { + content: '\e737'; + font-family: 'e-icons'; +} + +/*! component layout */ +.e-pdfviewer .e-pv-viewer-container { + border-style: solid; + border-width: 1px 1px 1px 0; +} + +.e-pdfviewer .e-pv-text-layer { + position: absolute; + top: 0; + z-index: 2; +} + +.e-pdfviewer .e-pv-annotation-canvas { + left: 0; + position: absolute; + top: 0; +} + +.e-pdfviewer .e-pv-text { + background: transparent; + color: transparent; + line-height: normal; + opacity: 0.6; + position: absolute; +} + +.e-pdfviewer .e-pv-search-text-highlight, +.e-pdfviewer .e-pv-search-text-highlightother { + line-height: normal; + opacity: 0.6; + position: absolute; +} + +.e-pdfviewer .e-pv-hyperlink { + z-index: 2; +} + +.e-pdfviewer .e-pv-hyperlink.e-pv-onselection { + z-index: 1; +} + +.e-pdfviewer .e-enable-text-selection { + -ms-user-select: text; + -webkit-user-select: text; + user-select: text; +} + +.e-pdfviewer .e-disable-text-selection { + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; +} + +.e-pdfviewer .e-enable-text-selection .e-pv-text { + display: inline-block; +} + +.e-pdfviewer .e-disable-text-selection .e-pv-text { + display: none; +} + +.e-pdfviewer .e-pv-cursor { + cursor: text; +} + +.e-pdfviewer .e-pv-crosshair-cursor { + cursor: crosshair; +} + +.e-pdfviewer .e-pv-touch-select-drop { + display: inline-block; + height: 30px; + position: absolute; + width: 30px; + z-index: 1000; +} + +.e-pdfviewer .e-pv-touch-ellipse { + background-color: #3088ed; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + border-color: #3088ed; + border-style: solid; + border-top-left-radius: 50%; + border-width: 2px; + height: 20px; + margin: 0 0 0 9px; + position: absolute; + width: 20px; +} + +.e-pdfviewer .e-pv-annotation-note { + border-radius: 2px; + cursor: auto; + font-size: 14px; + height: auto; + max-width: 200px; + min-height: 10px; + min-width: 30px; + overflow-wrap: break-word; + padding: 5px; + position: absolute; + width: auto; + z-index: 10000; +} + +.e-pdfviewer .e-pv-annotation-note-author { + border-bottom: 1px solid #000; + font-weight: bold; +} + +.e-pdfviewer .e-pv-annotation-popup-menu { + cursor: auto; + min-width: 396px; + padding-bottom: 6px; + position: absolute; + width: auto; + z-index: 10000; +} + +.e-pdfviewer .e-pv-annotation-popup-header { + height: auto; + min-height: 29px; + padding-top: 14px; +} + +.e-pdfviewer .e-pv-annotation-popup-author { + float: left; + font-size: 16px; + font-weight: bold; + margin-left: 14px; +} + +.e-pdfviewer .e-pv-annotation-popup-close { + float: right; + height: 20px; + margin-right: 14px; + width: 20px; +} + +.e-pdfviewer .e-pv-annotation-modified-time { + height: 14px; + margin-left: 14px; + padding-top: 8px; +} + +.e-pdfviewer .e-pv-annotation-popup-note-container { + height: auto; + padding: 14px; + width: auto; +} + +.e-pdfviewer .e-pv-annotation-popup-content { + background-color: #fff; + border: 1px solid; + font-size: 16px; + min-height: 132.08px; + overflow: hidden auto; + width: 368px; +} + +.e-pdfviewer .e-pv-properties-fill-color-icon, +.e-pdfviewer .e-pv-properties-stroke-color-icon { + border-bottom: 2px solid; +} + +.e-pdfviewer .e-pv-drop { + color: #3088ed; + display: inline-block; + height: 20px; + position: absolute; + width: 20px; + z-index: 1000; +} + +.e-pdfviewer .e-pv-droplet { + background-color: #3088ed; + border-bottom-left-radius: 50%; + border-bottom-right-radius: 50%; + border-color: #3088ed; + border-style: solid; + border-top-left-radius: 50%; + border-width: 2px; + height: 20px; + margin: 0 0 0 9px; + position: absolute; + width: 20px; +} + +.e-pv-viewer-container { + background-color: #e0e0e0; + border-color: #e0e0e0; + height: calc(100%); + overflow: auto; + position: relative; + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; +} + +.e-pdfviewer.e-pv-mobile-view .e-pv-viewer-container::-webkit-scrollbar { + display: none; +} + +.e-pv-page-container { + margin: 0; + padding: 0; + -ms-touch-action: pan-x pan-y; + touch-action: pan-x pan-y; +} + +.e-pv-mobilespanscroll-container { + color: rgba(0, 0, 0, 0.87); + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-shapes-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-calibrate-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-btn-icon:not(.e-caret), +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-bigger .e-pv-icon-search, +.e-pv-icon { + font-size: 16px; +} + +.e-pv-mobilescroll-container { + background-color: #e0e0e0; + border: 1px solid #bdbdbd; + border-radius: 56px 0 0 56px; + line-height: 27px; + position: absolute; + text-align: center; +} + +.e-pv-viewer-container .e-pv-page-div { + border-color: #757575; + border-style: none; + border-width: 1px; + box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.21); + box-sizing: content-box; + position: absolute; +} + +.e-pv-toolbar, +.e-pv-nav-toolbar, +.e-pv-annotation-toolbar { + border: 0 solid #e0e0e0; + border-radius: 0; + border-width: 1px 1px 0 1px; +} + +.e-pv-toolbar, +.e-pv-annotation-toolbar { + height: 56px; +} + +.e-pv-nav-toolbar, +.e-bigger .e-pv-toolbar, +.e-pv-toolbar.e-pv-mobile-toolbar, +.e-bigger .e-pv-annotation-toolbar, +.e-pv-mobile-view .e-pv-annotation-toolbar { + height: 56px; +} + +.e-toolbar.e-pv-toolbar .e-pv-zoom-drop-down-container { + height: 32px; + width: 86px; +} + +.e-toolbar.e-pv-toolbar .e-toolbar-pop .e-pv-zoom-drop-down-container { + display: none; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn-text, +.e-pv-toolbar.e-toolbar.e-toolpop .e-toolbar-items .e-toolbar-item.e-popup-text .e-tbar-btn-text { + display: none; +} + +.e-pv-current-page-box.e-input-group.e-control-wrapper { + height: 28px; + margin-top: 3px; + width: 46px; +} + +.e-pv-mobilepagenoscroll-container { + background: #eee; + border: 1px solid #bdbdbd; + border-radius: 10px; + padding: 6px; + text-align: center; + vertical-align: middle; +} + +.e-pv-mobilecurrentpage-container { + color: rgba(0, 0, 0, 0.87); + display: block; + font-family: Roboto-Regular; + font-size: 24px; +} + +.e-pv-mobiledashedline-container { + color: rgba(0, 0, 0, 0.87); + display: block; + padding: 10px; +} + +.e-pv-number-ofpages { + width: 10%; +} + +.e-pv-gotopage-popup { + max-width: 500px; + padding-left: 16px; + padding-top: 16px; +} + +.e-pv-gotopage-apply-btn.e-btn.e-flat.e-primary:disabled { + background-color: transparent; +} + +.e-pv-mobiletotalpage-container { + color: rgba(0, 0, 0, 0.87); + display: block; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-password-input { + margin-top: 8px; +} + +.e-pv-password-error { + color: #f44336; +} + +.e-pv-corrupted-popup-header { + color: #000; + opacity: 0.87; +} + +.e-pv-corrupted-popup-content { + color: #000; + font-size: 16px; + line-height: 24px; + margin-left: 50px; + opacity: 0.87; + padding-top: 4.7px; + text-align: left; +} + +.e-pv-corrupted-popup-content-rtl { + color: #000; + font-size: 16px; + line-height: 24px; + margin-right: 53px; + opacity: 0.87; + padding-top: 4.7px; + text-align: right; +} + +.e-pv-toolbar.e-toolbar:not(.e-pv-mobile-toolbar) .e-toolbar-items .e-toolbar-item:not(.e-separator) { + height: auto; + margin-left: 0.5px; + margin-right: 0.5px; + padding-bottom: 6px; + padding-top: 6px; +} + +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + margin-left: 0.5px; + margin-right: 0.5px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-right-width: 1px; + height: 27px; + margin-left: 3px; + margin-right: 3px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:first-child { + margin-left: 4.5px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:first-child { + margin-right: 4.5px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-items .e-toolbar-item:last-child { + margin-right: 4.5px; +} + +.e-pdfviewer .e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child, +.e-pdfviewer .e-pv-annotation-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-toolbar-item:last-child { + margin-left: 4.5px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn, +.e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn { + height: 36px; + min-width: 20px; + width: 36px; +} + +.e-pv-open-document-icon { + font-size: 16px; + height: 16px; + line-height: 16px; + width: 18px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-download-document-icon { + line-height: 16px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-print-document-icon { + line-height: 16px; +} + +.e-pv-first-page-navigation-icon { + line-height: 14px; +} + +.e-pv-previous-page-navigation-icon { + line-height: 14px; +} + +.e-pv-next-page-navigation-icon { + line-height: 14px; +} + +.e-pv-last-page-navigation-icon { + line-height: 14px; +} + +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-out-icon, +.e-toolbar-items:not(.e-toolbar-pop) .e-pv-zoom-in-icon { + line-height: 16px; + size: 16px; +} + +.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-items .e-pv-current-page-container { + padding-left: 8px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-pv-pan-tool .e-pv-icon { + margin-right: 2px; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container { + margin: 0 4px; + padding: 6px 0; +} + +.e-pv-toolbar.e-toolbar .e-toolbar-items .e-pv-total-page-container.e-toolbar-item:not(.e-separator) { + color: rgba(0, 0, 0, 0.87); + cursor: default; + font-size: 13px; + margin-left: 0.5px; + margin-right: 9.5px; + min-width: unset; + padding-bottom: 6.5px; + padding-left: 0.5px; + position: relative; +} + +.e-pv-total-page { + color: #000; + font-size: inherit; +} + +.e-pv-total-page-ms { + -ms-transform: translateY(-50%); + margin: 0; + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.e-pv-zoom-drop-down.e-input-group.e-control-wrapper.e-ddl:not(.e-error), +.e-pv-prop-dropdown.e-input-group.e-control-wrapper.e-ddl:not(.e-error) { + background-color: transparent; + border: 0; + height: inherit; + margin-top: 3px; + padding: 0; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error), +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus:not(.e-float-icon-left):not(.e-success):not(.e-warning):not(.e-error) { + background-color: #e0e0e0; + border: 0; + border-radius: 2px; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus .e-search-icon.e-ddl-icon, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus .e-search-icon.e-ddl-icon { + color: inherit; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + height: auto; + margin-top: 0; + padding-bottom: 5px; + padding-top: 7px; +} + +.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-pv-toolbar:not(.e-rtl) .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + padding-left: 14px; +} + +.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control.e-keyboard, +.e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control.e-keyboard { + padding-right: 14px; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-search-icon.e-ddl-icon, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-search-icon.e-ddl-icon { + background-color: transparent; + border-left: 0; + margin-bottom: 4.5px; + margin-left: 0; + margin-top: 7.5px; + padding-right: 15px; +} + +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl .e-input.e-control, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl .e-input.e-control, +.e-input-group.e-control-wrapper.e-pv-current-page-box .e-numerictextbox.e-input { + text-align: center; +} + +.e-pv-zoom-drop-down.e-ddl.e-popup.e-popup-open, +.e-pv-prop-dropdown.e-ddl.e-popup.e-popup-open { + text-align: left; +} + +.e-pv-zoom-drop-down.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active +.e-pv-prop-dropdown.e-popup.e-popup-open .e-dropdownbase .e-list-item.e-active { + color: #e3165b; +} + +.e-pv-zoom-drop-down.e-popup.e-popup-open { + min-height: 327px; + min-width: 110px; +} + +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-success):not(.e-warning):not(.e-error):not(.e-float-icon-left) { + border: 1px solid rgba(0, 0, 0, 0.42); + border-radius: 2px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header, +.e-pv-corrupted-popup.e-dialog .e-pv-corrupted-popup-header, +.e-pv-notification-popup.e-dialog .e-dlg-header { + font-size: 20px; + font-weight: 500; + letter-spacing: -0.2px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-notification-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + padding-top: 6px; +} + +.e-pv-password-popup.e-dialog { + height: 198px; + margin: 0 10px; + max-width: 500px; +} + +.e-pv-corrupted-popup.e-dialog { + height: 180px; + margin: 0 10px; + max-width: 409px; +} + +.e-pv-corrupted-popup.e-dialog .e-dlg-header-content, +.e-pv-notification-popup.e-dialog .e-dlg-header-content { + border-bottom: 0; +} + +.e-pv-corrupted-popup.e-dialog .e-footer-content, +.e-pv-notification-popup.e-dialog .e-footer-content { + border-top: 0; +} + +.e-pv-corrupted-popup.e-dialog .e-dlg-content { + padding-bottom: 15px; + padding-top: 6.9px; +} + +.e-pv-password-popup.e-dialog span[id*='_prompt'] { + font-size: 16px; + letter-spacing: -0.16px; +} + +.e-pv-password-popup.e-dialog .e-dlg-header-content { + border-bottom: 0; +} + +.e-pv-password-popup.e-dialog .e-footer-content { + border-top: 0; +} + +.e-pv-password-popup.e-dialog .e-dlg-content { + padding-bottom: 11px; + padding-top: 6px; +} + +.e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + max-height: 28px; + padding-bottom: 8px; +} + +.e-pv-toolbar:not(.e-rtl) .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-left: 0; +} + +.e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-right: 0; +} + +.e-pv-zoom-drop-down.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before, +.e-pv-prop-dropdown.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before { + transform: rotate(0deg); +} + +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-pv-current-page-box:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::after, +.e-input-group.e-control-wrapper.e-pv-current-page-box.e-input-focus:not(.e-float-icon-left):not(.e-float-input)::before, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::after, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl::before, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::after, +.e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl.e-input-focus::before, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::after, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl::before, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::after, +.e-input-group.e-control-wrapper.e-pv-prop-dropdown.e-ddl.e-input-focus::before { + background: none; +} + +.e-pv-sidebar-container { + background: #fafafa; + border-top: 1px solid #e0e0e0; + bottom: 0; + position: absolute; + top: 56px; + transition: transform .3s ease; + transition-duration: 200ms; + transition-timing-function: ease; + width: 250px; + z-index: 100; +} + +.e-pv-main-container { + height: 100%; + overflow: hidden; + position: relative; + width: 100%; +} + +.e-pv-viewer-main-container { + background-color: #e0e0e0; + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-viewer-main-container { + min-width: 400px; +} + +.e-pdfviewer:not(.e-pv-mobile-view) .e-pv-main-container { + min-height: 500px; +} + +.e-pv-sidebar-content-container { + border-top: 1px solid #e0e0e0; + display: none; + float: left; + height: calc(100% - 56px); + position: absolute; + transition-duration: 200ms; + transition-timing-function: ease; + width: 202px; +} + +.e-pv-sidebar-content-container.e-thumbnail { + height: 100%; + left: 1px; + position: unset; +} + +.e-pv-sidebar-title-container { + background: #fafafa; + height: 50px; + position: absolute; + top: 0; + width: 202px; +} + +.e-pv-sidebar-title { + color: rgba(38, 38, 38, 0.87); + font-size: 14px; + height: 16px; + margin: 0; + position: absolute; + text-align: left; + top: 15px; +} + +.e-pv-sidebar-title.e-left { + left: 8px; + width: 160px; +} + +.e-pv-sidebar-title.e-right { + right: 8px; +} + +.e-pv-sidebar-toolbar { + background: #fafafa; + border: 1px solid #e0e0e0; + border-width: 1px 0 1px 1px; + bottom: 0; + height: calc(100% - 57px); + position: absolute; + width: 47px; + z-index: 100; +} + +.e-pv-sidebar-content { + -webkit-overflow-scrolling: touch; + background: #fafafa; + bottom: 0; + overflow: auto; + overflow-x: hidden; + position: absolute; + top: 48px; + width: 202px; + z-index: 103; +} + +.e-pv-sidebar-content.e-thumbnail { + top: 1px; +} + +.e-pv-sidebar-resizer { + background: #eee; + border: 0; + border-width: 0; + color: inherit; + cursor: ew-resize; + height: calc(100%); + position: absolute; + width: 8px; + z-index: 105; +} + +.e-pv-sidebar-content::-webkit-scrollbar { + width: 16px; +} + +.e-pv-sidebar-content::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3); + background: #fafafa; + border: 1px solid #e7e7e7; +} + +.e-pv-sidebar-content::-webkit-scrollbar-thumb { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5); + background: #c1c1c1; + background-clip: content-box; + border: 4px solid transparent; + border-radius: 100px; +} + +.e-pv-thumbnail-view-button.e-btn { + background: transparent; + border: none; + border-radius: none; + box-shadow: none; + font-weight: 500; + height: 32px; + line-height: none; + margin: 8px; + outline: none; + padding: 10px; + width: 32px; +} + +.e-pv-thumbnail-view-button-selection.e-pv-thumbnail-view-button.e-btn, +.e-pv-bookmark-button-selection.e-pv-bookmark-button.e-btn { + background: transparent; + border: none; + border-radius: none; + line-height: none; + padding: 10px; +} + +.e-pv-bookmark-button.e-btn { + background: transparent; + border: none; + box-shadow: none; + font-weight: 500; + height: 34px; + margin: 8px; + outline: none; + padding: 10px; + width: 34px; +} + +.e-pv-title-close-div.e-btn { + background: transparent; + border: none; + box-shadow: none; + height: 32px; + left: 170px; + padding: 0 10px 2px 0; + position: absolute; + right: 21px; + top: 8px; + width: 32px; +} + +.e-pv-sidebar-toolbar-splitter { + background: #e0e0e0; + bottom: 0; + height: calc(100% - 56px); + position: absolute; + width: 1px; + z-index: 104; +} + +.e-pv-sidebar-content-splitter { + background: #e0e0e0; + height: 1px; + position: absolute; + top: 47px; + width: 201px; + z-index: 104; +} + +.e-pv-thumbnail-view { + bottom: 0; + height: 50%; + padding: 8px 30px 0; + position: absolute; + top: 0; +} + +.e-pv-thumbnail { + height: 140px; + margin: 0 20px 40px; + width: 100px; +} + +.e-pv-thumbnail-number { + color: rgba(38, 38, 38, 0.87); + font-family: Roboto; + padding-left: 50px; + padding-right: 50px; + padding-top: 8px; +} + +.e-pv-thumbnail-selection-ring { + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); + padding: 6px; +} + +.e-pv-thumbnail-image { + background-clip: content-box; + background-color: #fff; + height: 126px; + width: 86px; +} + +.e-pv-thumbnail-hover { + border: 1px solid #bdbdbd; + border-radius: 2px; + box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25); + cursor: pointer; + padding: 5px; +} + +.e-pv-thumbnail-focus { + border: 6px solid rgba(0, 0, 0, 0.3); + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); + cursor: pointer; + padding: 0; +} + +.e-pv-thumbnail-selection { + border: 6px solid rgba(227, 22, 91, 0.7); + border-radius: 2px; + box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25); + cursor: pointer; + padding: 0; +} + +.e-pv-thumbnail-row { + -ms-flex-wrap: wrap; + display: -ms-flexbox; + display: flex; + flex-wrap: wrap; +} + +.e-pv-thumbnail-row { + display: -ms-flexbox; +} + +.e-pv-thumbnail-column { + -ms-flex: 25%; + flex: 25%; +} + +.e-pv-thumbnail-column img { + display: block; + margin-left: auto; + margin-right: auto; +} + +.e-pv-bookmark-view { + height: 100%; + overflow: auto; + padding-top: 15px; + position: relative; +} + +div > .e-pv-bookmark-icon.e-pv-icon { + float: left; + font-size: 14px; + padding-left: 6px; + padding-right: 18px; +} + +.e-pv-sidebar-bookmark-title { + color: #000 87%; + font-family: Roboto-Regular; + font-size: 14px; +} + +.e-pv-bookmark-view::-webkit-scrollbar { + height: 16px; + width: 16px; +} + +.e-pv-bookmark-view::-webkit-scrollbar-track { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3); + background: #fafafa; + border: 1px solid #e7e7e7; +} + +.e-pv-bookmark-view::-webkit-scrollbar-thumb { + -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.5); + background: #c1c1c1; + background-clip: content-box; + border: 4px solid transparent; + border-radius: 100px; +} + +.e-pv-bookmark-view > .e-ul { + height: inherit; + overflow: unset; +} + +.e-pv-bookmark-view .e-fullrow { + height: 34px; +} + +.e-pv-bookmark-view .e-icon-collapsible::before, +.e-pv-bookmark-view .e-icon-expandable::before { + display: inline-block; + height: 13px; + padding: 7px; + width: 13px; +} + +.e-pv-bookmark-view .e-list-item .e-ul { + padding-left: 32px; +} + +.e-pv-bookmark-view .e-ul { + padding: 0 0 0 16px; +} + +.e-pv-text::selection { + background: #247796; +} + +.e-pv-text .e-pv-maintaincontent { + background: #247796; +} + +.e-pv-toolbar .e-pv-tbar-btn.e-pv-tbar-btn, +.e-pv-annotation-toolbar .e-pv-tbar-btn.e-pv-tbar-btn, +.e-pv-annotation-toolbar .e-dropdown-btn.e-btn, +.e-pv-shapes-toolbar .e-pv-tbar-btn, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item .e-caret, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-menu-icon, +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item.e-focused .e-caret { + color: rgba(0, 0, 0, 0.54); +} + +.e-pv-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon, +.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-pv-tbar-btn.e-pv-tbar-btn .e-pv-icon, +.e-pv-annotation-toolbar .e-toolbar-item.e-overlay .e-dropdown-btn.e-btn .e-pv-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-pv-annotation-stamp-container .e-menu-wrapper ul .e-menu-item { + height: inherit; +} + +.e-pv-print-popup-container { + height: 100%; + left: 0; + overflow: auto; + position: absolute; + top: 0; + width: 100%; + z-index: 2000; +} + +.e-pdfviewer .e-pv-print-popup-container .e-spinner-pane.e-spin-center.e-spin-show { + background-color: rgba(0, 0, 0, 0.3); +} + +.e-pv-toolbar.e-toolbar:not(.e-rtl) .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon { + padding: 0 16px 0 0; +} + +.e-pv-toolbar.e-toolbar.e-rtl .e-toolbar-pop .e-toolbar-item .e-tbar-btn.e-btn .e-pv-icon { + padding: 0 0 0 16px; +} + +.e-pv-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select, +.e-pv-annotation-toolbar .e-tbar-btn.e-pv-tbar-btn.e-pv-select { + background: #fafafa; + border: 0; + border-radius: 0; + color: rgba(227, 22, 91, 0.7); +} + +.e-pv-sidebar-toolbar .e-pv-tbar-btn { + color: rgba(0, 0, 0, 0.54); +} + +.e-pv-search-bar { + background-color: #fafafa; + border: 0 solid #e0e0e0; + border-radius: 2px; + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + height: 104px; + padding: 16px; + position: absolute; + top: 50px; + width: 348px; + z-index: 100; +} + +.e-pv-search-input { + height: 31px; + width: 244px; +} + +.e-pv-search-input-mobile { + height: 31px; +} + +.e-pv-match-case-container { + margin-top: 12px; +} + +.e-pv-search-btn.e-btn { + background-color: transparent; + border: 0; + box-shadow: none; + height: 24px; + margin-top: -6px; + width: 24px; +} + +.e-pv-search-btn.e-btn:active { + background-color: transparent; +} + +.e-pv-search-bar:not(.e-rtl) .e-pv-prev-search { + margin-left: 16px; +} + +.e-pv-search-bar:not(.e-rtl) .e-pv-next-search { + margin-left: 8px; +} + +.e-pv-search-bar.e-rtl .e-pv-prev-search { + margin-right: 16px; +} + +.e-pv-search-bar.e-rtl .e-pv-next-search { + margin-right: 8px; +} + +.e-pv-search-bar.e-rtl .e-pv-prev-search .e-pv-icon-search { + padding-right: 5px; +} + +.e-pv-notification-popup { + height: 175px; + margin: 0 10px; + max-width: 409px; +} + +.e-pv-notification-popup.e-pv-notification-large-content { + height: 190px; + max-width: 400px; +} + +.e-pv-notification-popup .e-pv-notification-popup-content { + font-size: 16px; +} + +.e-pv-search-input.e-input-group .e-input-search-group-icon.e-input-group-icon { + background: transparent; +} + +.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:active { + background: transparent; + color: rgba(0, 0, 0, 0.54); +} + +.e-pv-search-input.e-input-group:not(.e-disabled) .e-input-search-group-icon.e-input-group-icon:hover { + color: rgba(0, 0, 0, 0.54); +} + +.e-pv-bookmark-container { + background-color: #fff; + border: 1px solid #e0e0e0; +} + +.e-pv-bookmark-container .e-listview:not(.e-list-template) .e-list-item { + border-bottom: 1px solid #e0e0e0; + height: 48px; +} + +.e-pv-bookmark-container .e-pv-bookmark-view.e-listview .e-ul .e-list-item:last-child { + border-bottom-width: 0; +} + +.e-pv-bookmark-container .e-listview .e-list-text { + -ms-transform: translateY(-50%); + position: absolute; + top: 50%; + transform: translateY(-50%); +} + +.e-pv-nav-toolbar.e-toolbar .e-tbar-btn:active .e-tbar-btn-text { + color: rgba(0, 0, 0, 0.87); +} + +.e-pv-nav-toolbar.e-toolbar .e-tbar-btn.e-tbtn-txt { + background-color: transparent; + border-width: 0; + box-shadow: none; +} + +.e-pv-bookmark-container .e-pv-bookmark-view { + padding-top: 0; +} + +.e-pv-bookmark-container .e-pv-bookmark-view .e-list-parent.e-ul { + padding-left: 0; +} + +.e-pv-annotation-color-icon, +.e-pv-annotation-stroke-icon, +.e-pv-annotation-textcolor-icon { + border-bottom: 2px solid; +} + +.e-pv-annotation-opacity-popup-container, +.e-pv-annotation-thickness-popup-container { + box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26); + height: auto; + min-height: 48px; + padding: 16px; + width: auto; +} + +.e-pv-annotation-opacity-label, +.e-pv-annotation-opacity-indicator, +.e-pv-annotation-thickness-label, +.e-pv-annotation-thickness-indicator { + float: left; + font-family: inherit; + font-size: inherit; +} + +.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + float: left; + height: auto; + margin-left: 11px; + margin-right: 10px; +} + +.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-dropdown-popup:not(.e-rtl) .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + width: 172px; +} + +.e-dropdown-popup.e-rtl .e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container.e-horizontal, +.e-dropdown-popup.e-rtl .e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container.e-horizontal { + width: 140px; +} + +.e-pv-annotation-opacity-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider, +.e-pv-annotation-thickness-slider-container.e-control-wrapper.e-slider-container .e-pv-annotation-opacity-slider.e-slider { + height: 16px; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn .e-caret +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn .e-caret +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn .e-caret, +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn .e-caret, +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn .e-caret { + font-size: 12px; +} + +.e-pv-annotation-color-container, +.e-pv-annotation-opacity-container, +.e-pv-annotation-stroke-container, +.e-pv-annotation-thickness-container, +.e-pv-annotation-textcolor-container, +.e-pv-annotation-textalign-container, +.e-pv-annotation-textprop-container { + height: 32px; + width: 54px; +} + +.e-pv-annotation-thickness-container.e-btn.e-icon-btn.e-dropdown-btn { + padding-top: 10px; +} + +.e-pv-shapes-toolbar { + box-shadow: rgba(0, 0, 0, 0.24) 0 8px 10px 0; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + padding: 4px; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items.e-toolbar-multirow { + margin-bottom: 0; + margin-left: 4px; + margin-right: 4px; +} + +.e-pv-shapes-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn { + height: 32px; + width: 32px; +} + +.e-pv-annotation-thickness-slider-container { + margin-top: -6px; +} + +.e-pv-annotation-opacity-icon { + padding-top: 1px; +} + +.e-pv-annotation-color-container.e-btn, +.e-pv-annotation-opacity-container.e-btn, +.e-pv-annotation-stroke-container.e-btn, +.e-pv-annotation-thickness-container.e-btn, +.e-pv-annotation-shapes-container.e-btn, +.e-pv-annotation-calibrate-container.e-btn, +.e-pv-annotation-textcolor-container.e-btn, +.e-pv-annotation-textalign-container.e-btn, +.e-pv-annotation-textprop-container.e-btn, +.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:not(.e-selected) { + background-color: #fafafa; + border-color: transparent; +} + +.e-pv-annotation-color-container.e-btn:hover, +.e-pv-annotation-opacity-container.e-btn:hover, +.e-pv-annotation-stroke-container.e-btn:hover, +.e-pv-annotation-thickness-container.e-btn:hover, +.e-pv-annotation-shapes-container.e-btn:hover, +.e-pv-annotation-calibrate-container.e-btn:hover, +.e-pv-annotation-textcolor-container.e-btn:hover, +.e-pv-annotation-textalign-container.e-btn:hover, +.e-pv-annotation-textprop-container.e-btn:hover, +.e-pv-stamp.e-menu-wrapper ul .e-menu-item.e-focused:hover { + background-color: rgba(0, 0, 0, 0.12); + border-color: transparent; +} + +.e-pv-annotation-color-container.e-btn:active, +.e-pv-annotation-opacity-container.e-btn:active, +.e-pv-annotation-stroke-container.e-btn:active, +.e-pv-annotation-thickness-container.e-btn:active, +.e-pv-annotation-shapes-container.e-btn:active, +.e-pv-annotation-calibrate-container.e-btn:active, +.e-pv-annotation-textcolor-container.e-btn:active, +.e-pv-annotation-textalign-container.e-btn:active, +.e-pv-annotation-textprop-container.e-btn:active { + background-color: #e0e0e0; + border-color: transparent; + box-shadow: none; + color: rgba(227, 22, 91, 0.7); +} + +.e-pv-annotation-shapes-container.e-btn.e-dropdown-btn.e-active:not(:hover), +.e-pv-annotation-calibrate-container.e-btn.e-dropdown-btn.e-active:not(:hover) { + background-color: #e0e0e0; +} + +.e-pv-annotation-color-container.e-dropdown-btn.e-btn, +.e-pv-annotation-opacity-container.e-dropdown-btn.e-btn, +.e-pv-annotation-stroke-container.e-dropdown-btn.e-btn, +.e-pv-annotation-thickness-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textcolor-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textalign-container.e-dropdown-btn.e-btn, +.e-pv-annotation-textprop-container.e-dropdown-btn.e-btn { + line-height: 1.143em; + padding: 8px 7px 4px; +} + +.e-pv-mobile-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn, +.e-pv-nav-toolbar .e-toolbar-items .e-toolbar-item .e-btn.e-tbar-btn { + height: 36px; + min-width: 36px; +} + +.e-pv-annotation-popup-menu { + background-color: #fafafa; + border-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); +} + +.e-pv-properties-window { + max-width: 422px; +} + +.e-pv-scale-ratio-window { + max-width: 420px; +} + +.e-pv-line-styles-content, +.e-pv-line-styles-item { + border-bottom-color: #000; +} + +.e-pv-line-styles-container:hover { + background-color: #e0e0e0; +} + +.e-pv-properties-line-fill-color-container .e-dropdown-btn.e-btn, +.e-pv-properties-line-stroke-color-container .e-dropdown-btn.e-btn { + height: 32px; + line-height: 16px; +} + +.e-pv-properties-window .e-dlg-content { + padding-top: 6px; +} + +.e-pv-scale-ratio-text, +.e-pv-depth-text { + margin-bottom: 8px; +} + +.e-pv-properties-line-start-container, +.e-pv-properties-line-end-container, +.e-pv-properties-line-style-container, +.e-pv-properties-line-thickness-container, +.e-pv-properties-line-fill-color-container, +.e-pv-properties-line-stroke-color-container, +.e-pv-properties-line-leader-length-container { + float: left; + height: 52px; + margin-bottom: 16px; +} + +.e-pv-properties-line-opacity-container { + float: left; + height: auto; +} + +.e-pv-scale-ratio-src-input-container, +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-input-container, +.e-pv-scale-ratio-dest-unit-container, +.e-pv-depth-input-container, +.e-pv-depth-unit-container { + float: left; + height: 24px; +} + +.e-pv-scale-ratio-src-input-container, +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-input-container, +.e-pv-scale-ratio-dest-unit-container { + margin-bottom: 24px; +} + +.e-pv-scale-ratio-src-unit-container, +.e-pv-scale-ratio-dest-unit-container, +.e-pv-depth-unit-container { + margin-left: 24px; +} + +.e-pv-scale-ratio-src-unit.e-btn, +.e-pv-scale-ratio-dest-unit.e-btn, +.e-pv-depth-unit.e-btn { + padding: 6px 8px 4px; +} + +.e-pv-scale-unit-content { + float: left; + width: 33px; +} + +.e-pv-scale-ratio-src-unit .e-caret, +.e-pv-scale-ratio-dest-unit .e-caret, +.e-pv-depth-unit .e-caret { + margin-left: 96px; + margin-top: 4px; +} + +.e-pv-properties-line-opacity { + margin-top: -10px; +} + +.e-pv-properties-line-start-label, +.e-pv-properties-line-end-label, +.e-pv-properties-line-style-label, +.e-pv-properties-line-thickness-label, +.e-pv-properties-line-fill-color-label, +.e-pv-properties-line-stroke-color-label, +.e-pv-properties-line-opacity-label, +.e-pv-properties-line-leader-length-label { + font-size: 14px; + margin-bottom: 8px; +} + +.e-pv-properties-line-end-container, +.e-pv-properties-line-thickness-container { + margin-left: 24px; +} + +.e-pv-properties-line-leader-length-container { + margin-left: 21px; +} + +.e-pv-properties-line-stroke-color-container { + margin-left: 150px; + margin-right: 87px; +} + +.e-pv-properties-line-start, +.e-pv-properties-line-end, +.e-pv-properties-line-style, +.e-pv-properties-line-thickness, +.e-pv-properties-line-opacity, +.e-pv-properties-line-leader-length, +.e-pv-scale-ratio-src-input, +.e-pv-scale-ratio-dest-input, +.e-pv-depth-input { + max-width: 180px; +} + +.e-pv-properties-line-start, +.e-pv-properties-line-end, +.e-pv-properties-line-style, +.e-pv-scale-ratio-src-unit, +.e-pv-scale-ratio-dest-unit, +.e-pv-depth-unit { + width: 180px; +} + +.e-pv-line-styles-container { + line-height: 0; + padding: 17px; +} + +.e-pv-line-styles-item { + border-bottom-width: 2px; + box-sizing: border-box; + display: inline-block; + width: 100%; +} + +.e-pv-line-styles-content { + border-bottom-width: 2px; + display: inline-block; + width: 100%; +} + +.e-pv-properties-line-style-content { + float: left; + line-height: 16px; + width: 44px; +} + +.e-pv-properties-line-start.e-btn, +.e-pv-properties-line-end.e-btn { + height: 32px; + padding: 8px; +} + +.e-pv-properties-line-style.e-btn { + height: 32px; + line-height: 0; + padding: 8px; + white-space: pre; +} + +.e-pv-properties-line-start.e-btn .e-caret, +.e-pv-properties-line-end.e-btn .e-caret { + display: inline; + line-height: 16px; + margin-left: 95px; +} + +.e-pv-line-styles-content-container { + float: left; + font-size: 0; + margin-right: 7.5px; + margin-top: 2.5px; + width: 138px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn, +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp ul { + height: 32px; + width: 72px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn { + padding-top: 1px; +} + +.e-pv-annotation-shape-icon, +.e-pv-annotation-calibrate-icon { + margin-right: 10px; +} + +.e-pv-properties-opacity-indicator { + margin-left: 153px; +} + +.e-pv-annotation-stamp-container .e-menu-parent.e-menu { + border-radius: 2px; +} + +.e-pv-annotation-shapes-container.e-btn.e-icon-btn, +.e-pv-annotation-calibrate-container.e-btn.e-icon-btn, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-pv-stamp-icon, +.e-pv-annotation-stamp-container .e-menu-parent.e-menu .e-menu-item .e-caret { + line-height: 32px; +} + +.e-bigger .e-pv-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn, +.e-bigger .e-pv-annotation-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item .e-pv-tbar-btn.e-btn { + height: 36px; + line-height: 25px; + margin: 4px 0; + padding: 0 1.5px; + width: 36px; +} + +.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-top: 4px; +} + +.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-pv-zoom-drop-down-container { + width: 93px; +} + +.e-bigger .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input:focus { + padding-left: 0; +} + +.e-bigger .e-pv-password-popup.e-dialog, +.e-pv-mobile-view .e-pv-password-popup.e-dialog { + height: 240px; +} + +.e-bigger .e-pv-notification-popup.e-dialog, +.e-pv-mobile-view .e-pv-notification-popup.e-dialog { + height: 195px; +} + +.e-bigger .e-pv-notification-popup.e-pv-notification-large-content.e-dialog, +.e-pv-mobile-view .e-pv-notification-popup.e-pv-notification-large-content.e-dialog { + height: 220px; +} + +.e-bigger .e-pv-corrupted-popup.e-dialog, +.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog { + height: 198px; +} + +.e-bigger .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-bigger .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-mobile-view .e-pv-password-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn, +.e-pv-mobile-view .e-pv-corrupted-popup.e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn { + padding-top: 6px; +} + +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left, +.e-bigger .e-toolbar.e-pv-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-right { + top: 0; +} + +.e-bigger .e-pv-toolbar.e-rtl .e-pv-current-page-box.e-input-group.e-control-wrapper input.e-input { + padding-right: 0; +} + +.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.e-pv-zoom-drop-down.e-ddl input.e-input.e-control.e-keyboard, +.e-bigger .e-pv-toolbar.e-rtl .e-input-group.e-control-wrapper.-pv-prop-dropdown.e-ddl input.e-input.e-control.e-keyboard { + padding-left: 0; + padding-right: 14px; +} + +.e-pv-sidebar-content-container.e-left { + left: 47px; +} + +.e-pv-sidebar-content-container.e-right { + right: 47px; +} + +.e-pv-sidebar-toolbar-splitter.e-left { + left: 47px; +} + +.e-pv-sidebar-toolbar-splitter.e-right { + right: 47px; +} + +.e-pv-sidebar-resizer.e-left { + left: 202px; +} + +.e-pv-sidebar-resizer.e-right { + right: 202px; +} + +.e-pdfviewer .e-checkbox-wrapper .e-frame + .e-label, +.e-pdfviewer .e-css.e-checkbox-wrapper .e-frame + .e-label { + margin-right: 10px; +} + +div > .e-pv-bookmark-icon.e-pv-icon.e-right { + float: left; + font-size: 14px; + padding-left: 1px; + padding-right: 1px; + position: absolute; +} + +.e-bigger .e-pv-properties-window { + max-width: 435px; +} + +.e-bigger .e-pv-scale-ratio-window { + max-width: 435px; +} + +.e-pdfviewer .e-treeview .e-list-item { + white-space: pre-wrap; + word-break: break-word; +} + +.e-pdfviewer .e-treeview .e-list-text { + width: 100%; +} + +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-collapsible, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-icon-expandable, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-input, +.e-pdfviewer .e-treeview.e-fullrow-wrap .e-list-url { + margin-top: 3px; + position: absolute; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper.e-hide { + display: none; +} + +.e-pdfviewer .e-editable-inline { + padding: 7px 8px 42px; +} + +.e-pv-comment-textbox { + min-height: 22px; +} + +.e-pdfviewer .e-editable-value-wrapper { + color: rgba(0, 0, 0, 0.9); + font-size: 14px; + line-height: normal; + min-height: 22px; + padding: 2px 8px 3px; +} + +.e-pdfviewer .e-pv-comment-textbox .e-editable-value-wrapper { + color: rgba(0, 0, 0, 0.9); + font-size: 14px; + line-height: normal; + min-height: 24px; + padding: 2px 8px 3px 32px; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-action-buttons { + float: right; + padding-bottom: 7px; + padding-top: 5px; + position: relative; + right: 8px; +} + +.e-pdfviewer .e-pv-reply-div .e-inplaceeditor .e-editable-action-buttons { + float: right; + padding-bottom: 7px; + padding-top: 5px; + position: relative; + right: 8px; +} + +.e-pv-comment-title-container { + height: 36px; +} + +.e-pv-reply-title-container { + height: 36px; +} + +.e-pv-more-options-button.e-btn { + background: transparent; + border: none; + border-radius: none; + box-shadow: none; + float: right; + padding: 8px 7px 1px 1px; +} + +.e-pdfviewer .e-editable-inline .e-btn.e-outline.e-primary, +.e-pdfviewer .e-editable-inline .e-btn.e-outline { + border-color: transparent; +} + +.e-pdfviewer .e-editable-inline .e-editable-form { + margin-bottom: 1px; +} + +.e-pdfviewer .e-editable-inline .e-clear-icon { + padding-right: 2px; +} + +.e-pdfviewer .e-btn-cancel { + font-size: 14px; + padding-left: 5px; + padding-right: 5px; +} + +.e-pdfviewer .e-btn-save { + font-size: 14px; + margin-right: 12px; + padding-left: 7px; + padding-right: 7px; +} + +.e-pdfviewer .e-btn-save.e-outline.e-primary:disabled { + background-color: #e0e0e0; + border-radius: 2px; + color: #a6a6a6; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + box-shadow: 0 0 0 8px #fafafa inset; + padding: 8px; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-header { + line-height: 32px; + min-height: 32px; +} + +.e-pv-comment-panel { + background-color: #fafafa; + border: 1px solid #e0e0e0; + border-width: 1px 1px 0; + opacity: 1; + overflow: hidden; + position: absolute; + top: 57px; + width: 300px; + z-index: 100; +} + +.e-pv-comment-panel-title-container { + background-color: #fafafa; + border-color: #d0d0d0; + border-style: double; + border-width: 0 1px 1px 0; + height: 45px; + position: relative; +} + +.e-pv-comment-panel-title { + color: rgba(0, 0, 0, 0.9); + font-size: 14px; + left: 15px; + position: absolute; + text-align: left; + top: 14px; +} + +.e-pv-comment-panel-title-close-div.e-btn { + background: transparent; + border: none; + box-shadow: none; + height: 32px; + position: absolute; + right: 11px; + top: 5px; + width: 32px; +} + +.e-pv-title-close-icon { + color: rgba(0, 0, 0, 0.6); +} + +.e-pv-comments-panel-text { + font-size: 15px; + padding-left: 85px; +} + +.e-pv-comments-content-container { + background-color: #fff; + border-color: #d0d0d0; + border-style: double; + border-width: 0 1px 1px 0; + height: calc(100% - 45px); + overflow: auto; +} + +.e-pv-comments-container { + background-color: #fafafa; + border-radius: 2px; + left: 7px; + right: 7px; +} + +.e-pv-comments-border { + border: 2px; + border-color: #e0e0e0; + border-radius: 4px; + border-style: groove; +} + +.e-pv-comment-title { + color: rgba(0, 0, 0, 0.6); + font-size: 14px; + max-width: 237px; + padding-left: 32px; + padding-top: 7px; + position: absolute; +} + +.e-pv-reply-title { + color: rgba(0, 0, 0, 0.6); + font-size: 14px; + max-width: 212px; + padding-left: 8px; + padding-top: 7px; + position: absolute; +} + +.e-pv-comments-hover { + background-color: #eee; +} + +.e-pv-comments-select { + background-color: #e0e0e0; +} + +.e-pv-comments-select .e-pv-comment-textbox .e-editable-value-wrapper { + color: rgba(0, 0, 0, 0.9); +} + +.e-pv-comments-leave { + background-color: #fafafa; +} + +.e-pdfviewer .e-accordion { + background-color: #fff; + border: transparent; +} + +.e-menu-wrapper.e-custom-scroll.e-lib.e-keyboard.e-pv-stamp { + border: 0; + display: block; +} + +.e-menu-icon.e-pv-stamp-icon.e-pv-icon { + padding-left: 7px; +} + +.e-pdfviewer .e-inplaceeditor { + display: block; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-overlay-icon { + display: none; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper .e-editable-value { + border-bottom: 0; + word-break: break-all; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper { + display: block; +} + +.e-pdfviewer .e-inplaceeditor .e-editable-value-wrapper:hover { + background: transparent; +} + +.e-pv-status-div { + height: 20px; + left: 8px; + position: relative; + width: 20px; +} + +.e-pv-status-container { + padding-bottom: 5px; + padding-top: 2px; +} + +.e-pdfviewer .e-input-group.e-control-wrapper.e-editable-elements.e-input-focus { + caret-color: #e3165b; +} + +.e-pv-reply-div { + margin-top: 3px; +} + +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header { + background: #fafafa; + border: #d0d0d0; +} + +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-selected.e-expand-state > .e-acrdn-header .e-acrdn-header-content, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-icon, +.e-pdfviewer .e-pv-accordion-container.e-accordion .e-acrdn-item.e-select.e-expand-state > .e-acrdn-header .e-acrdn-header-content { + color: rgba(0, 0, 0, 0.6); + font-size: 14px; +} + +.e-content-placeholder.e-pdfviewer.e-placeholder-pdfviewer { + background-size: 100%; +} + +.e-pdfviewer .e-accordion .e-acrdn-item .e-acrdn-panel .e-acrdn-content { + line-height: normal; +} + +.e-pdfviewer .e-pv-signature-apperance .e-checkbox-wrapper { + margin-top: 10px; +} + +.e-pdfviewer .e-pv-signature-window .e-footer-content .e-pv-clearbtn { + float: left; +} + +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-bold.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-italic.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-strikeout.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-underlinetext.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-left-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-right-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-center-align.e-pv-tbar-btn.e-tooltip.textprop-option-active, +.e-tbar-btn.e-control.e-btn.e-lib.e-icon-btn.e-pv-justfiy-align.e-pv-tbar-btn.e-tooltip.textprop-option-active { + background: #bdbdbd; + border-color: #bdbdbd; +} + +.e-pv-comment-panel-resizer { + background: #eee; + border: 0; + border-width: 0; + color: inherit; + cursor: ew-resize; + height: calc(100%); + position: absolute; + width: 8px; + z-index: 105; +} + +.e-pv-comment-panel-resizer.e-left { + left: 300px; +} + +.e-pv-comment-panel-resizer.e-right { + right: 300px; +} + +@keyframes e-input-ripple { + 100% { + opacity: 0; + transform: scale(4); + } +} + +/*! component icons */ +.e-time-wrapper .e-time-icon.e-icons::before, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons::before { + content: '\e20c'; +} + +.e-time-wrapper.e-outline .e-input-group-icon.e-time-icon, +.e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon { + min-height: 0; + min-width: 20px; +} + +.e-bigger .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon, +.e-time-wrapper.e-control-wrapper.e-bigger.e-outline .e-input-group-icon.e-time-icon, +.e-bigger .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon { + min-height: 0; + min-width: 24px; +} + +.e-small .e-time-wrapper.e-outline .e-input-group-icon.e-time-icon, +.e-time-wrapper.e-control-wrapper.e-small.e-outline .e-input-group-icon.e-time-icon, +.e-small .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon { + min-height: 0; + min-width: 18px; +} + +.e-bigger.e-small .e-outline.e-time-wrapper .e-input-group-icon.e-time-icon, +.e-bigger.e-small.e-outline.e-time-wrapper .e-input-group-icon.e-time-icon, +.e-time-wrapper.e-control-wrapper.e-bigger.e-small.e-outline .e-input-group-icon.e-time-icon, +.e-bigger.e-small .e-time-wrapper.e-control-wrapper.e-outline .e-input-group-icon.e-time-icon { + min-height: 0; + min-width: 20px; +} + +.e-input-group.e-control-wrapper.e-time-wrapper.e-non-edit.e-input-focus .e-input:focus ~ .e-clear-icon, +.e-float-input.e-control-wrapper.e-input-group.e-time-wrapper.e-non-edit.e-input-focus input:focus ~ .e-clear-icon { + display: -ms-flexbox; + display: flex; +} + +.e-time-wrapper, +.e-control-wrapper.e-time-wrapper { + -webkit-tap-highlight-color: transparent; +} + +.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons { + font-size: 16px; + min-height: 20px; + min-width: 20px; +} + +.e-time-wrapper .e-time-icon.e-icons.e-disabled, +.e-control-wrapper.e-time-wrapper .e-time-icon.e-icons.e-disabled { + pointer-events: none; +} + +.e-time-wrapper span, +.e-control-wrapper.e-time-wrapper span { + cursor: pointer; +} + +.e-timepicker.e-time-modal { + background-color: rgba(0, 0, 0, 0.6); + height: 100%; + left: 0; + opacity: .5; + pointer-events: auto; + position: fixed; + top: 0; + width: 100%; + z-index: 999; +} + +.e-timepicker.e-popup { + border-style: solid; + border-width: 1px; + overflow: auto; +} + +.e-timepicker.e-popup .e-content { + position: relative; +} + +.e-timepicker.e-popup .e-list-parent.e-ul { + margin: 0; + padding: 0 0; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + cursor: default; + font-size: 13px; + overflow: hidden; + position: relative; + text-overflow: ellipsis; + vertical-align: middle; + white-space: nowrap; + width: 100%; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover { + cursor: pointer; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + line-height: 36px; + text-indent: 16px; +} + +.e-bigger .e-time-wrapper .e-time-icon.e-icons, +.e-bigger.e-time-wrapper .e-time-icon.e-icons, +.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons { + font-size: 20px; + min-height: 22px; + min-width: 22px; +} + +.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul, +.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul { + padding: 0 0; +} + +.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 14px; + line-height: 48px; + text-indent: 16px; +} + +.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 12px; + line-height: 26px; + text-indent: 12px; +} + +.e-small .e-time-wrapper .e-time-icon.e-icons, +.e-small.e-time-wrapper .e-time-icon.e-icons, +.e-small .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-small.e-time-wrapper .e-time-icon.e-icons { + font-size: 14px; +} + +.e-small.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-bigger.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + font-size: 13px; + line-height: 40px; + text-indent: 16px; +} + +.e-small.e-bigger .e-time-wrapper .e-time-icon.e-icons, +.e-small.e-bigger.e-time-wrapper .e-time-icon.e-icons, +.e-small.bigger .e-control-wrapper.e-time-wrapper .e-time-icon.e-icons, +.e-control-wrapper.e-small.bigger.e-time-wrapper .e-time-icon.e-icons { + font-size: 18px; +} + +.e-content-placeholder.e-timepicker.e-placeholder-timepicker { + background-size: 250px 33px; + min-height: 33px; +} + +.e-bigger .e-content-placeholder.e-timepicker.e-placeholder-timepicker, +.e-bigger.e-content-placeholder.e-timepicker.e-placeholder-timepicker { + background-size: 250px 40px; + min-height: 40px; +} + +.e-time-overflow { + overflow: hidden; +} + +.e-timepicker-mob-popup-wrap { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + height: 100%; + -ms-flex-pack: center; + justify-content: center; + left: 0; + max-height: 100%; + position: fixed; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-timepicker-mob-popup-wrap .e-timepicker.e-popup.e-lib.e-control.e-popup-open { + left: 0 !important; + position: relative; + top: 0 !important; +} + +/*! timepicker theme */ +.e-time-wrapper .e-input-group-icon.e-icons.e-active { + color: #e3165b; +} + +.e-time-wrapper.e-input-group:not(.e-disabled) .e-input-group-icon.e-active:active { + color: #e3165b; +} + +.e-timepicker.e-popup { + border: none; + border-radius: 2px; + box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); +} + +.e-timepicker.e-popup .e-list-parent.e-ul { + background-color: #fff; +} + +.e-timepicker.e-popup .e-list-parent.e-ul li.e-list-item { + border: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-disabled { + color: rgba(0, 0, 0, 0.38); + opacity: 1; + pointer-events: none; + -ms-touch-action: none; + touch-action: none; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-hover, +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-navigation, +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item:focus { + background-color: #eee; + border: none; + color: #000; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active { + background-color: #eee; + color: #e3165b; +} + +.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item.e-active.e-hover { + background-color: #eee; + color: #e3165b; +} + +.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-small .e-timepicker.e-popup .e-list-parent.e-ul .e-list-item, +.e-bigger.e-small.e-timepicker.e-popup .e-list-parent.e-ul .e-list-item { + color: #000; +} + +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +/*! field-list component icons */ +.e-pivotfieldlist .e-select-table::before { + content: '\e434'; +} + +.e-pivot-formatting-dialog .e-format-delete-icon::before { + content: '\ea7f'; +} + +.e-pivot-formatting-dialog .e-add-icon::before { + content: '\e823'; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-back-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before { + content: '\e35c'; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-format-font-color + .e-split-btn-wrapper .e-split-btn .e-selected-color::before { + content: '\e35f'; +} + +.e-level-options .e-selected-level-icon::before { + content: '\e614'; +} + +.e-pivot-calc-dialog-div .e-drag::before { + content: '\e330'; +} + +.e-pivot-calc-dialog-div .e-pivot-all-field-title-wrapper .e-info.e-icons::before { + content: '\e607'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edited.e-icons::before { + content: '\e7a3'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-edit.e-icons::before { + content: '\e944'; +} + +.e-pivot-calc-dialog-div .e-list-item .e-text-content .e-format.e-icons::before { + content: '\e22f'; +} + +.e-pivot-calc-dialog-div .e-measureGroupCDB-icon::before { + content: '\ea76' !important; +} + +.e-pivot-calc-dialog-div .e-measure-icon::before { + content: '\ea76' !important; +} + +.e-pivot-calc-dialog-div .e-folderCDB-icon::before { + content: '\e60b' !important; +} + +.e-pivot-calc-dialog-div .e-folderCDB-open-icon::before { + content: '\e65f' !important; +} + +.e-pivot-calc-dialog-div .e-dimensionCDB-icon::before { + content: '\e65b' !important; +} + +.e-pivot-calc-dialog-div .e-kpiCDB-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiGoal-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiStatus-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiTrend-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-kpiValue-icon::before { + content: '\e664' !important; +} + +.e-pivot-calc-dialog-div .e-namedSetCDB-icon::before { + content: '\e65d' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchyCDB-icon::before { + content: '\e663' !important; +} + +.e-pivot-calc-dialog-div .e-attributeCDB-icon::before { + content: '\e65c' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-0-icon::before { + content: '\e65a' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-1-icon::before { + content: '\e65a' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-2-icon::before { + content: '\e662' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-3-icon::before { + content: '\e65e' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-4-icon::before { + content: '\e660' !important; +} + +.e-pivot-calc-dialog-div .e-hierarchy-level-5-icon::before { + content: '\e661' !important; +} + +.e-pivot-calc-dialog-div .e-calcMemberGroupCDB::before { + content: '\e729' !important; +} + +.e-pivot-calc-dialog-div .e-calc-measure-icon::before { + content: '\ea76' !important; +} + +.e-pivot-calc-dialog-div .e-calc-dimension-icon::before { + content: '\e65b' !important; +} + +.e-pivot-calc-dialog-div .e-sort-none::before { + content: '\e666' !important; +} + +.e-pivot-calc-dialog-div .e-sort-ascend::before { + content: '\e667' !important; +} + +.e-pivot-calc-dialog-div .e-sort-descend::before { + content: '\e665' !important; +} + +.e-pivotfieldlist-wrapper .e-field-list-back-icon::before { + content: '\e977'; +} + +.e-pivotfieldlist-wrapper .e-sort::before { + content: '\e840'; +} + +.e-pivotfieldlist-wrapper .e-pv-filter::before { + content: '\e909'; +} + +.e-pivotfieldlist-wrapper .e-pv-filtered::before { + color: #e3165b; + content: '\ebb3'; +} + +.e-pivotfieldlist-wrapper .e-drag::before { + content: '\e330'; +} + +.e-pivotfieldlist-wrapper .e-add-icon::before { + content: '\e823'; +} + +.e-pivotfieldlist-wrapper .e-remove::before { + content: '\e208'; +} + +.e-pivotfieldlist-wrapper .e-axis-rows::before { + content: '\ea75'; +} + +.e-pivotfieldlist-wrapper .e-axis-columns::before { + content: '\ea74'; +} + +.e-pivotfieldlist-wrapper .e-axis-values::before { + content: '\ea76'; +} + +.e-pivotfieldlist-wrapper .e-axis-filters::before { + content: '\e909'; +} + +.e-pivotfieldlist-wrapper .e-selected-option-icon::before { + content: '\ea84'; +} + +.e-pivotfieldlist-wrapper .e-clear-filter-icon::before { + content: '\ea82'; +} + +.e-pivotfieldlist-wrapper .e-dropdown-icon::before { + content: '\e83d'; +} + +.e-pivotfieldlist-wrapper .e-measureGroupCDB-icon::before { + content: '\ea76' !important; +} + +.e-pivotfieldlist-wrapper .e-measure-icon::before { + content: '\ea76' !important; +} + +.e-pivotfieldlist-wrapper .e-folderCDB-icon::before { + content: '\e60b' !important; +} + +.e-pivotfieldlist-wrapper .e-folderCDB-open-icon::before { + content: '\e65f' !important; +} + +.e-pivotfieldlist-wrapper .e-dimensionCDB-icon::before { + content: '\e65b' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiCDB-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiGoal-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiStatus-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiTrend-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-kpiValue-icon::before { + content: '\e664' !important; +} + +.e-pivotfieldlist-wrapper .e-namedSetCDB-icon::before { + content: '\e65d' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchyCDB-icon::before { + content: '\e663' !important; +} + +.e-pivotfieldlist-wrapper .e-attributeCDB-icon::before { + content: '\e65c' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-0-icon::before { + content: '\e65a' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-1-icon::before { + content: '\e65a' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-2-icon::before { + content: '\e662' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-3-icon::before { + content: '\e65e' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-4-icon::before { + content: '\e660' !important; +} + +.e-pivotfieldlist-wrapper .e-hierarchy-level-5-icon::before { + content: '\e661' !important; +} + +.e-pivotfieldlist-wrapper .e-calcMemberGroupCDB::before { + content: '\e729' !important; +} + +.e-pivotfieldlist-wrapper .e-calc-measure-icon::before { + content: '\ea76' !important; +} + +.e-pivotfieldlist-wrapper .e-calc-dimension-icon::before { + content: '\e65b' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-none::before { + content: '\e666' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-ascend::before { + content: '\e667' !important; +} + +.e-pivotfieldlist-wrapper .e-sort-descend::before { + content: '\e665' !important; +} + +/*! field-list theme */ +.e-pivotfieldlist .e-disable { + display: none; +} + +.e-pivotfieldlist .e-hide { + visibility: hidden; +} + +.e-pivot-formatting-dialog { + max-height: 480px !important; + min-width: 628px !important; + width: 628px !important; +} + +.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td { + padding-bottom: 10px; +} + +.e-pivot-formatting-dialog .e-format-delete-icon { + font-weight: normal; +} + +.e-pivot-formatting-dialog .e-format-delete-icon:hover { + font-weight: 600; +} + +.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td { + padding-bottom: 14px; + padding-right: 18px; +} + +.e-pivot-formatting-dialog .e-format-value-span { + vertical-align: bottom; +} + +.e-pivot-formatting-dialog .e-format-value1, +.e-pivot-formatting-dialog .e-format-value2, +.e-pivot-formatting-dialog .e-format-value-span { + margin-right: 10px; +} + +.e-pivot-formatting-dialog .e-format-color-picker { + margin-right: 18px; +} + +.e-pivot-formatting-dialog .e-format-inner-div { + padding-left: 14px; + padding-top: 14px; +} + +.e-pivot-formatting-dialog .e-format-outer-div { + background-color: #fff; + border: 1px solid #e0e0e0; + border-radius: 4px; + margin-bottom: 14px; +} + +.e-pivot-formatting-dialog .e-format-condition-button { + float: left; +} + +.e-pivot-formatting-dialog .e-format-delete-button { + background-color: transparent; + border-color: transparent; + float: right; + padding-right: 12px; + padding-top: 12px; +} + +.e-pivot-formatting-dialog .e-format-delete-button:hover, +.e-pivot-formatting-dialog .e-format-delete-button:focus, +.e-pivot-formatting-dialog .e-format-delete-button:active { + background-color: transparent; + border-color: transparent; + box-shadow: 0 0 0 transparent; +} + +.e-pivot-formatting-dialog .e-format-delete-icon { + font-size: 10px; +} + +.e-pivot-formatting-dialog .e-format-label, +.e-pivot-formatting-dialog .e-format-value-label { + color: #000; + font-size: 13px; + font-weight: 500; + opacity: 0.87; +} + +.e-pivot-formatting-dialog .e-format-value-preview { + border: 1px solid #e0e0e0; + border-radius: 4px; + height: 28px; + margin: 0 !important; + padding-left: 6px; + padding-top: 6px; + width: 80px; +} + +.e-pivot-formatting-dialog .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-btn .e-selected-color { + background: none; + margin: 0 2px; + width: 14px; +} + +.e-pivot-formatting-dialog .e-split-preview, +.e-pivot-formatting-dialog .e-tip-transparent { + border: 1px solid #e0e0e0; + border-radius: 0 !important; + height: 40%; + left: -3px; + position: absolute; + top: 16px; + width: 150%; +} + +.e-pivot-formatting-dialog.e-device { + min-width: 320px !important; + width: 100% !important; +} + +.e-pivot-formatting-dialog.e-device .e-format-value1, +.e-pivot-formatting-dialog.e-device .e-format-value2, +.e-pivot-formatting-dialog.e-device .e-format-value-span { + margin-right: 2px; +} + +.e-pivot-formatting-dialog.e-device .e-format-color-picker { + width: 33%; +} + +.e-pivot-formatting-dialog.e-device .e-format-delete-button { + font-size: 12px; + padding-right: 16px; + padding-top: 16px; +} + +.e-pivot-formatting-dialog.e-device .e-format-apply-button, +.e-pivot-formatting-dialog.e-device .e-format-cancel-button { + max-width: 40%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-condition-button { + float: right; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-condition-button .e-add-icon { + margin-left: auto; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-inner-div { + padding-left: 0; + padding-right: 14px; +} + +.e-pivot-formatting-dialog.e-rtl .e-format-delete-button { + float: left; + padding-left: 12px; +} + +.e-bigger.e-pivot-formatting-dialog, +.e-bigger .e-pivot-formatting-dialog, +.e-bigger.e-pivot-formatting-dialog, +.e-bigger .e-pivot-formatting-dialog { + min-width: 680px !important; + width: 680px !important; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-label, +.e-bigger.e-pivot-formatting-dialog .e-format-value-label, +.e-bigger .e-pivot-formatting-dialog .e-format-label, +.e-bigger .e-pivot-formatting-dialog .e-format-value-label, +.e-bigger.e-pivot-formatting-dialog .e-format-label, +.e-bigger.e-pivot-formatting-dialog .e-format-value-label, +.e-bigger .e-pivot-formatting-dialog .e-format-label, +.e-bigger .e-pivot-formatting-dialog .e-format-value-label { + font-size: 14px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-value1, .e-bigger.e-pivot-formatting-dialog .e-format-value2, +.e-bigger .e-pivot-formatting-dialog .e-format-value1, +.e-bigger .e-pivot-formatting-dialog .e-format-value2, +.e-bigger.e-pivot-formatting-dialog .e-format-value1, +.e-bigger.e-pivot-formatting-dialog .e-format-value2, +.e-bigger .e-pivot-formatting-dialog .e-format-value1, +.e-bigger .e-pivot-formatting-dialog .e-format-value2 { + margin-bottom: 3px !important; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger .e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger.e-pivot-formatting-dialog .e-format-inner-div, +.e-bigger .e-pivot-formatting-dialog .e-format-inner-div { + padding-left: 16px; + padding-top: 16px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger .e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger.e-pivot-formatting-dialog .e-format-outer-div, +.e-bigger .e-pivot-formatting-dialog .e-format-outer-div { + margin-bottom: 16px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(odd) td { + padding-bottom: 12px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger.e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td, +.e-bigger .e-pivot-formatting-dialog .e-format-table tr:nth-child(even) td { + padding-bottom: 16px; + padding-right: 20px; +} + +.e-bigger.e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger.e-pivot-formatting-dialog .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog .e-format-color-picker { + margin-right: 20px; +} + +.e-bigger.e-pivot-formatting-dialog.e-device, +.e-bigger .e-pivot-formatting-dialog.e-device, +.e-bigger.e-pivot-formatting-dialog.e-device, +.e-bigger .e-pivot-formatting-dialog.e-device { + min-width: 320px !important; + width: 100% !important; +} + +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-color-picker, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-color-picker { + width: 33%; +} + +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger.e-pivot-formatting-dialog.e-device .e-format-delete-button, +.e-bigger .e-pivot-formatting-dialog.e-device .e-format-delete-button { + font-size: 12px; + padding-right: 16px; + padding-top: 16px; +} + +.e-pivot-calc-dialog-div { + min-width: 290px; +} + +.e-pivot-calc-dialog-div.e-dialog { + max-height: 500px !important; +} + +.e-pivot-calc-dialog-div .e-dlg-header-content, +.e-pivot-calc-dialog-div .e-footer-content { + border: 0; +} + +.e-pivot-calc-dialog-div .e-dlg-content { + padding-bottom: auto; +} + +.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-pivot-calc-dialog-div .e-olap-format-title, +.e-pivot-calc-dialog-div .e-olap-member-title { + color: rgba(0, 0, 0, 0.54); + font-size: 13px; + margin-top: 15px; + overflow: hidden; + padding: 4px; + padding-bottom: 0; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivot-calc-dialog-div .e-treeview .e-sibling { + display: none; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-selected { + opacity: .5; +} + +.e-pivot-calc-dialog-div .e-treeview ul { + overflow: hidden; +} + +.e-pivot-calc-dialog-div .e-treeview ul li { + padding: 0; +} + +.e-pivot-calc-dialog-div .e-treeview ul li .e-list-text { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivot-calc-dialog-div .e-treeview ul li .e-list-icon { + color: rgba(0, 0, 0, 0.54); + margin: 0; +} + +.e-pivot-calc-dialog-div .e-treeview ul .e-fullrow { + cursor: default; +} + +.e-pivot-calc-dialog-div .e-treeview ul .e-list-item .e-text-content { + height: 36px; + margin-left: -10px; + padding: 0; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-item div.e-icons { + cursor: pointer; + font-size: 12px; + height: 24px; + opacity: 0.87; + padding: 2px 4px 4px; + pointer-events: auto; + width: 24px; +} + +.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons { + color: #bdbdbd; + cursor: move; + display: inline-block; + font-size: 14px; + height: 24px; + margin-right: 4px; + margin-top: 4px; + padding: 5px; + pointer-events: auto; + width: 24px; +} + +.e-pivot-calc-dialog-div .e-dlg-header { + font-size: 18px; + font-weight: 500; + opacity: 0.87; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 74%; +} + +.e-pivot-calc-dialog-div .e-contextmenu { + background-color: #fff; + border-radius: 4px; +} + +.e-pivot-calc-dialog-div .e-contextmenu .e-menu-item { + color: #000; + font-size: 14x; + height: 48px; + opacity: .87; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview .e-list-item div.e-icons { + font-size: 14px; + height: 24px; + padding: 5px; + width: 24px; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul { + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li { + margin-left: 0; + margin-right: -40px; +} + +.e-pivot-calc-dialog-div.e-rtl .e-treeview ul li .e-text-content { + padding: 0 24px 0 0; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-webkit-input-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-moz-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field::-moz-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-calc-input.e-empty-field:-ms-input-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivot-calc-dialog-div .e-pivot-formula { + background-color: #fff; + border: 1px solid #e0e0e0; + border-radius: 4px; + color: #000; + font-size: 12px; + height: 70px; + margin-top: 5px; + padding: 5px 10px; + resize: none; + width: 100%; +} + +.e-pivot-calc-dialog-div .e-pivot-formula.e-copy-drop { + cursor: copy; +} + +.e-pivot-calc-dialog-div .e-list-parent .e-list-text { + margin-bottom: 8px; + min-width: 100px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 75%; +} + +.e-pivot-calc-dialog-div .e-pivot-treeview-outer { + background-color: #fff; + border: 1px solid #e0e0e0; + border-radius: 4px; + height: 120px; + margin-top: 5px; + overflow: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div { + min-width: 550px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div { + display: -ms-flexbox; + display: flex; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div { + height: 430px; + width: 50%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer { + height: 100%; + margin-top: 0; + overflow: hidden; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div { + display: inline-block; + height: 400px; + overflow: auto; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-fullrow { + cursor: move; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-text { + margin-bottom: 0; + overflow: unset; + width: 100%; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item .e-text-content { + height: 30px; + margin: 0; + padding: 0 0 0 24px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon { + cursor: auto; + font-size: 14px; + width: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edit { + cursor: pointer; + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon.e-edited { + cursor: pointer; + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-item div.e-icons { + padding: 0; + height: auto; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul .e-list-item .e-text-content { + padding: 0 24px 0 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview.e-rtl ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title { + color: rgba(0, 0, 0, 0.54); + -ms-flex: auto; + flex: auto; + margin-top: 0; + padding-bottom: 4px; + padding-left: 15px; + padding-right: 15px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.54); + display: -ms-flexbox; + display: flex; + font-size: 13px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info { + padding: 7px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper .e-info:hover { + color: #e3165b; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div { + -ms-flex: auto; + flex: auto; + margin-left: 18px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula { + height: 100px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-calc-custom-format-div { + margin-top: 15px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-formula-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-hierarchy-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-format-title, +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-olap-member-title { + padding-left: 0; + padding-right: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div .e-pivot-field-name-title { + margin-top: 0; + padding-top: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog { + max-height: 700px !important; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-dialog .e-calc-clear-btn { + float: left; + margin: 0; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 0; + margin-right: 18px; +} + +.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl.e-dialog .e-calc-clear-btn { + float: right; +} + +.e-bigger.e-pivot-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div, +.e-bigger.e-pivot-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div { + min-width: 310px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger.e-pivot-calc-dialog-div .e-olap-member-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-field-name-title, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-hierarchy-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-format-title, +.e-bigger .e-pivot-calc-dialog-div .e-olap-member-title { + font-size: 14px; + padding: 6px; + padding-bottom: 0; +} + +.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger.e-pivot-calc-dialog-div .e-treeview ul li, +.e-bigger .e-pivot-calc-dialog-div .e-treeview ul li { + padding: 2px 0; +} + +.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger.e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons, +.e-bigger .e-pivot-calc-dialog-div .e-treeview .e-list-item span.e-icons { + font-size: 16px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger.e-pivot-calc-dialog-div .e-pivot-formula, +.e-bigger .e-pivot-calc-dialog-div .e-pivot-formula { + font-size: 13px; +} + +.e-bigger.e-pivot-calc-dialog-div .e-footer-content, +.e-bigger .e-pivot-calc-dialog-div .e-footer-content, +.e-bigger.e-pivot-calc-dialog-div .e-footer-content, +.e-bigger .e-pivot-calc-dialog-div .e-footer-content { + padding-right: auto; + padding-top: auto; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div { + min-width: 580px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div { + height: 501px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-treeview-outer-div { + height: 470px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title { + padding-bottom: 6px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-pivot-all-field-title-wrapper { + font-size: 14px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-field-tree-div .e-pivot-treeview-outer .e-treeview ul .e-list-icon { + font-size: 16px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 24px; +} + +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger.e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div, +.e-bigger .e-pivot-calc-dialog-div.e-olap-calc-dialog-div.e-rtl .e-pivot-calc-outer-div .e-olap-calculated-div { + margin-left: 0; + margin-right: 24px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog, +.e-pivotfieldlist-wrapper .e-member-editor-dialog, +.e-pivotfieldlist-wrapper .e-value-field-settings { + border-radius: 4px; + width: auto; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content { + border-radius: 4px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content { + border: 0; + font-weight: normal; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content { + border-top: 1px solid #e0e0e0; + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-top: 10 px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button { + float: left; + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content { + overflow: hidden; + padding: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper { + background-color: #f5f5f5; + padding: 12px 10px 16px 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label { + color: #000; + font: 500 13px Roboto; + opacity: 0.87; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content { + padding: 0 20px 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 13px; + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title { + -ms-flex: none; + flex: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + -ms-flex: auto; + flex: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text { + font-size: 13px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper { + padding: 0 20px 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt { + padding: 25px 20px; + text-align: center; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + display: inline-block; + height: 160px; + max-width: 400px; + overflow: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: -35px; + overflow: hidden; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon { + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable { + display: none !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper { + border: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon { + height: 14px; + min-width: 14px; + width: 14px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before { + font-size: 14px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 147px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter { + height: 248px; + overflow: auto; + padding: 20px; + padding-bottom: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 13px; + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 8px 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter .e-editor-label-wrapper { + padding: 16px 10px 9px 20px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-member-editor-wrapper ul { + margin-left: 0; + margin-right: -35px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button { + float: right; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop { + margin: 0 5px; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret { + display: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled { + opacity: .5; + pointer-events: none; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: 0; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-member-editor-dialog { + max-width: 400px; +} + +.e-pivotfieldlist-wrapper .e-value-field-settings { + max-width: 400px; + min-width: 300px; +} + +.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content { + overflow: auto; +} + +.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 200px; +} + +.e-field-list-tree.e-drag-item.e-treeview, +.e-pivot-calc.e-drag-item.e-treeview { + background-color: #fff; + border: 1px solid #e0e0e0; + border-radius: 20px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12); + height: 28px; + min-width: 100px; + padding: 5px 10px; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content { + padding: 0; + text-align: center; + width: 100%; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text { + color: rgba(0, 0, 0, 0.87); + font-size: 14px; + line-height: 1em; + width: 100%; +} + +.e-field-list-tree.e-drag-item.e-treeview .e-text-content > .e-icons, +.e-field-list-tree.e-drag-item.e-treeview .e-checkbox-wrapper, +.e-field-list-tree.e-drag-item.e-treeview .e-list-icon, +.e-pivot-calc.e-drag-item.e-treeview .e-text-content > .e-icons, +.e-pivot-calc.e-drag-item.e-treeview .e-checkbox-wrapper, +.e-pivot-calc.e-drag-item.e-treeview .e-list-icon { + display: none; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-rtl .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-rtl .e-text-content { + padding-right: 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content { + padding-left: 24px; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-text-content .e-list-text { + padding: 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop { + display: inline-block !important; + line-height: 0em; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before { + float: left; + font-size: 14px; + padding: 5px 0; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content { + padding-left: 0; + padding-right: 24px; +} + +.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons, +.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict.e-rtl .e-text-content .e-icons { + transform: rotateY(180deg); +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview { + height: 36px; + padding: 6px 12px; +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview .e-text-content .e-list-text { + line-height: 1.5em; +} + +.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-field-list-tree.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger .e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before, +.e-bigger.e-field-list-tree.e-drag-item.e-treeview +.e-bigger.e-pivot-calc.e-drag-item.e-treeview.e-drag-restrict .e-no-drop::before { + padding: 4px; +} + +.e-button-drag-clone { + background-color: #fff !important; + border: 1px solid #e0e0e0; + border-radius: 20px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + font-size: 14px; + height: 28px; + line-height: 1.0em; + min-width: 100px; + overflow: hidden; + padding: 5px 10px; + text-align: center; + width: auto; + z-index: 100000; +} + +.e-button-drag-clone .e-text-content { + width: 100%; +} + +.e-bigger .e-button-drag-clone, +.e-bigger.e-button-drag-clone, +.e-bigger .e-button-drag-clone, +.e-bigger.e-button-drag-clone { + height: 36px !important; + line-height: 1.5em; + padding: 6px 12px; +} + +.e-pivot-error-dialog { + max-width: 400px; + width: auto; +} + +.e-pivot-error-dialog .e-dlg-header-content, +.e-pivot-error-dialog .e-footer-content { + border: 0; +} + +.e-pivot-error-dialog .e-dlg-header { + font-weight: normal; + opacity: 0.87; +} + +.e-pivot-error-dialog .e-dlg-content { + font-weight: normal; + opacity: 0.54; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 125px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small { + font-size: 14px; + top: 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 100px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter { + height: 220px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 10px 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-adaptive-field-list-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper { + padding-top: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotfieldlist-wrapper .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text { + font-size: 14px; +} + +/*! field-list theme */ +.e-pivotfieldlist .e-select-table { + background-color: #fafafa; + border: 0.5px solid rgba(0, 0, 0, 0.12); + box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.54); + font-size: 20px; + height: 38px; + max-height: 38px; + max-width: 38px; + min-height: 38px; + min-width: 38px; + padding: 10px; + position: relative; + width: 38px; + z-index: 1000; +} + +.e-pivotfieldlist .e-select-table.e-fieldlist-left { + box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12); +} + +.e-pivotfieldlist .e-select-table:focus, .e-pivotfieldlist .e-select-table:active { + background-color: #e0e0e0; +} + +.e-pivotfieldlist .e-select-table:hover { + background-color: #e0e0e0; +} + +.e-bigger .e-pivotfieldlist .e-select-table, +.e-bigger.e-pivotfieldlist .e-select-table, +.e-bigger .e-pivotfieldlist .e-select-table, +.e-bigger.e-pivotfieldlist .e-select-table { + font-size: 20px; + height: 40px; + max-height: 40px; + max-width: 40px; + min-height: 40px; + min-width: 40px; +} + +.e-pivotfieldlist-wrapper { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 12px; + max-width: 700px; + min-width: 300px; +} + +.e-pivotfieldlist-wrapper .e-layout-footer { + padding: 10px 2px 2px; + text-align: right; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button { + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper .e-layout-footer .e-defer-apply-button, +.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout { + max-width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper .e-layout-footer .e-checkbox-layout { + max-width: 45%; +} + +.e-pivotfieldlist-wrapper .e-checkbox-layout { + float: left; + margin-top: 6px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer { + text-align: left; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-layout-footer .e-defer-apply-button { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-dialog { + max-height: 550px !important; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-layout-footer { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-checkbox-layout { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-dialog .e-button-layout { + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-dlg-header-content, +.e-pivotfieldlist-wrapper .e-footer-content { + border: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-title { + display: -ms-flexbox; + display: flex; + font-size: 18px; + min-height: 25px; + padding: 0 2px 20px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-title .e-title-content { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-title-header { + display: -ms-flexbox; + display: flex; + padding: 2px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-title-header .e-title-content { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container { + display: -ms-flexbox; + display: flex; + height: 342px; + padding: 1px; + position: relative; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table { + border: 1px solid #e0e0e0; + border-radius: 4px; + display: inline-block; + overflow: hidden; + width: 30%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree .e-sibling { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list { + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.54); + font-size: 13px; + font-weight: normal; + height: 28px; + overflow: hidden; + padding: 7px 0 0 15px; + text-align: left; + text-overflow: ellipsis; + word-break: break-all; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.54); + display: -ms-flexbox; + display: flex; + padding-right: 15px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-field-header { + -ms-flex: auto; + flex: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend { + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + font-size: 14px; + height: 20px; + padding: 7px 0 0 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none.e-selected::before, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend.e-selected::before, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend.e-selected::before { + color: #e3165b; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:hover { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-none:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-ascend:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-header-wrapper .e-sort-descend:focus { + font-weight: bold; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list-tree-outer-div { + display: inline-block; + height: 310px; + overflow: auto; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list { + display: inline-table; + height: 100%; + padding-left: 2px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul { + overflow: hidden; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li { + margin-left: -40px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-fullrow { + cursor: default; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-drag { + color: #bdbdbd; + cursor: move; + display: inline-block; + font-size: 14px; + height: 20px; + margin-bottom: 2px; + margin-right: 6px; + pointer-events: all; + text-align: center; + vertical-align: bottom; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-icon { + color: rgba(0, 0, 0, 0.54); + margin: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-level-members, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-measure-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-kpiValue-icon { + margin-left: 10px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-selected { + opacity: .5; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-selected-node { + font-weight: 500; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list ul li .e-list-text { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul li { + margin-left: 0; + margin-right: 0; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon { + font-size: 14px; + height: auto; + width: auto; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table .e-field-list.e-olap-field-list-tree.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-field-table.e-olap-field-table { + width: 40%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table { + display: -ms-flexbox; + display: flex; + overflow: hidden; + width: 70%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 8px; + width: 50%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + background-color: #fff; + border: 1px solid #e0e0e0; + border-radius: 4px; + fill: #fff; + font-weight: normal; + min-height: 165px; + position: relative; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper { + background-color: #f5f5f5; + border-bottom: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.54); + display: -ms-flexbox; + display: flex; + height: 28px; + padding: 2px 15px 5px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + height: 20px; + padding-top: 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters { + color: rgba(0, 0, 0, 0.54); + font-size: 14px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header { + -ms-flex: auto; + flex: auto; + font-size: 13px; + line-height: 1.5em; + margin-top: 2px; + padding: 0 8px; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + cursor: default; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content.e-drag-restrict, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content.e-drag-restrict { + cursor: no-drop; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator { + display: block; + pointer-events: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator-last.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-drop-indicator.e-drop-hover { + border-top: 2px dashed #9e9e9e; + margin-top: -2px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div.e-first-btn .e-drop-indicator.e-drop-hover { + position: absolute; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button { + background-color: #fafafa; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-left: 0; + border-radius: 0; + border-right: 0; + border-top: 0; + box-shadow: none; + cursor: default; + display: -ms-flexbox; + display: flex; + font-weight: normal; + height: 32px; + line-height: 1em; + padding: 9px 12px; + text-transform: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-list-selected { + color: #000; + opacity: .5; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover { + background-color: #eee; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:hover .e-content { + background-color: transparent; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active { + background-color: #e0e0e0; + color: #000; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-content { + background-color: transparent; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, .e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon { + color: #000; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content { + background-color: transparent; + -ms-flex: auto; + flex: auto; + font-size: 13px; + height: 16px; + line-height: 1em; + overflow: hidden; + padding: 0 8px; + text-align: left; + text-overflow: ellipsis; + width: 70%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable { + height: 20px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag { + color: #bdbdbd; + cursor: move; + font-size: 14px; + height: 20px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + display: inline-block; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover { + color: rgba(0, 0, 0, 0.87); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-remove { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-content { + text-align: right; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon { + padding-left: 0; + padding-right: 4px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort { + height: -webkit-fit-content; + height: fit-content; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-sort.e-descend, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content { + height: 133px; + overflow: auto; + scroll-behavior: smooth; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt { + bottom: 32%; + color: #e0e0e0; + font-size: 12px; + height: 25px; + pointer-events: none; + position: absolute; + text-align: center; + width: 100%; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-draggable-prompt.e-disable, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-draggable-prompt.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 8px; +} + +.e-pivotfieldlist-wrapper .e-field-list-container .e-axis-table.e-olap-axis-table { + width: 60%; +} + +.e-pivotfieldlist-wrapper .e-calculated-field { + color: #000; + font-size: 13px; + font-weight: 500; + max-width: 160px; + min-width: 145px; +} + +.e-pivotfieldlist-wrapper .e-calculated-field.e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list { + padding-left: 0; + padding-right: 2px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li { + margin-left: 0; + margin-right: -40px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-list-text { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-drag { + margin-left: 6px !important; + margin-right: 0 !important; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-measure-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-calc-dimension-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-attributeCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-hierarchyCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-level-members, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-namedSetCDB-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-measure-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiGoal-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiStatus-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiTrend-icon, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list ul li .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header { + padding-left: 0; + padding-right: 15px; + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper { + padding-left: 15px; + padding-right: 0; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend { + padding: 7px 4px 0 0; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields { + padding-left: 0; + padding-right: 8px; +} + +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-header, +.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-header { + float: right; +} + +.e-pivotfieldlist-wrapper.e-static { + background-color: #fff; + border: 1px solid #e0e0e0; + max-height: 700px; + padding: 10px; + position: relative; +} + +.e-pivotfieldlist-wrapper.e-static .e-title-content { + color: #000; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container { + display: inline-block; + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table { + height: 210px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-field-table .e-field-list-tree-outer-div { + height: 175px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-div { + display: none; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title { + color: rgba(0, 0, 0, 0.54); + font-size: 13px; + height: 25px; + margin-top: 5px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table { + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 8px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 8px; +} + +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + padding-top: 4px; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-center-title { + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields { + padding-left: 10px; +} + +.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields { + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-device { + height: 100%; + max-height: 100% !important; + max-width: 100% !important; + min-height: 500px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-dlg-header-content { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.87); + font-size: 14px; + height: 48px; + padding-bottom: 9px; + padding-top: 9px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-field-list-dialog .e-dlg-header-content { + background-color: transparent; + color: rgba(0, 0, 0, 0.87); +} + +.e-pivotfieldlist-wrapper.e-device .e-title-mobile-header { + display: -ms-flexbox; + display: flex; +} + +.e-pivotfieldlist-wrapper.e-device .e-title-mobile-content { + margin-top: 0; +} + +.e-pivotfieldlist-wrapper.e-device .e-field-list-back-icon { + color: rgba(0, 0, 0, 0.54); + font-size: 16px; + height: 24px; + margin-left: 0; + margin-right: 12px; + padding-top: 7px; + text-align: center; + width: 24px; +} + +.e-pivotfieldlist-wrapper.e-device .e-disable { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container { + height: 100%; + position: relative; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header { + background-color: #f5f5f5; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-tab-header .e-toolbar-item .e-tab-wrap { + border: 0; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content { + display: initial; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values { + display: inline-block; + height: 100%; + min-height: 250px; + padding-top: 20px; + position: relative; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content { + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div { + display: -ms-grid; + display: grid; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-drop-indicator, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-drop-indicator { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button { + border: 1px solid rgba(0, 0, 0, 0.12); + border-left: 0; + border-radius: 0; + border-right: 0; + border-top: 0; + border-width: 1px 0; + box-shadow: none; + display: -ms-flexbox; + display: flex; + font-size: 14px; + font-weight: normal; + height: 36px; + line-height: normal; + padding: 9px 16px; + text-transform: none; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-list-selected { + opacity: .5; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-content { + -ms-flex: auto; + flex: auto; + font-size: 14px; + height: 100%; + margin-top: -2px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; + width: 70%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-drag { + display: none; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + display: inline-block; + font-size: 16px; + height: 24px; + padding-left: 10px; + width: 24px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover { + color: rgba(0, 0, 0, 0.87); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort { + height: -webkit-fit-content; + height: fit-content; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button .e-remove { + display: inline-block; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-content { + text-align: right; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-sort, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filter, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-pv-filtered, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-remove, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-pvt-btn-div .e-pivot-button.e-rtl .e-dropdown-icon { + padding-left: 0; + padding-right: 10px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-axis-content { + height: 100%; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-filters .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-rows .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-columns .e-draggable-prompt, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-field-list-values .e-draggable-prompt { + border: 1px dashed #f5f5f5; + color: #f5f5f5; + font-size: 14px; + height: 200px; + left: 15%; + line-height: 200px; + pointer-events: none; + position: absolute; + text-align: center; + top: 25%; + vertical-align: middle; + width: 70%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-formula { + background-color: #fff; + border: 1px solid #e0e0e0; + border-radius: 4px; + color: #000; + height: 200px; + margin-left: 20px; + margin-right: 20px; + margin-top: 25px; + padding: 2px 3px; + resize: none; + width: 90%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-calc-input-div, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-member-options, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-olap-calc-custom-format-div { + margin-left: 20px; + margin-right: 20px; + margin-top: 20px; + width: 90% !important; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion { + margin-top: 20px; + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame { + margin-right: 12px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper { + margin-bottom: 24px; + margin-right: 20px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-radio-wrapper .e-label { + color: #000; + font-family: Roboto-Reguar; + font-size: 14px; + opacity: .87; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-add-button, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-cancel-button { + float: right; + margin-right: 20px; + margin-top: 32px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-ok-button { + bottom: 0; + position: -webkit-sticky; + position: sticky; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord { + max-height: 290px; + overflow: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-pivot-accord.e-rtl ul .e-list-icon { + transform: rotateX(0deg) rotateY(180deg); +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div .e-checkbox-wrapper .e-icons { + height: 18px; + width: 18px; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-content .e-pivot-calc-outer-div.e-olap-calc-outer-div { + max-height: 350px; + overflow: hidden; + overflow-y: auto; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer { + bottom: 20px; + display: inline-block; + position: absolute; + vertical-align: bottom; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content { + display: inline-block; + padding: 15px; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn { + float: right; + height: 52px; + pointer-events: all; + width: 52px; + z-index: 1000; +} + +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-field-list-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-adaptive-container .e-field-list-footer .e-field-list-footer-content .e-calculated-field-btn .e-add-icon { + font-size: 18px; + line-height: 50px; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer { + background-color: transparent; + bottom: 0; + display: inline-block; + padding: 15px; + pointer-events: none; + position: absolute; + vertical-align: bottom; + width: 100%; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button { + float: right; + height: 52px; + pointer-events: all; + width: 52px; + z-index: 1000; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-field-list-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-calculated-field-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn .e-add-icon, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button .e-add-icon { + font-size: 18px; + line-height: 50px; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button { + float: left; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-defer-apply-button, +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout { + max-width: 20%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotfieldlist-wrapper.e-device .e-footer-content.e-field-list-footer .e-checkbox-layout { + max-width: 45%; +} + +.e-pivotfieldlist-wrapper.e-device.e-static { + border: 0; + padding: 0; +} + +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-filters .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-rows .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-columns .e-axis-content, +.e-pivotfieldlist-wrapper.e-device.e-static .e-field-list-values .e-axis-content { + max-height: 600px; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-back-icon { + margin-left: 12px; + margin-right: 0; + transform: rotateY(180deg); +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-field-list-btn, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-calculated-field-btn { + float: left; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-cancel-btn, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-field-list-footer .e-defer-apply-button { + float: right; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-ok-button, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-add-button, +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-pivot-cancel-button { + float: left !important; + margin-left: 20px; +} + +.e-pivotfieldlist-wrapper.e-device.e-rtl .e-pivot-calc-outer-div .e-accordion .e-icons.e-frame { + margin-left: 12px !important; + margin-right: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header { + background-color: #f5f5f5; + color: rgba(0, 0, 0, 0.54); + font-size: 14px; + font-weight: normal; + height: 30px; + overflow: hidden; + padding: 7px 0 0 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper { + padding-right: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-header-wrapper .e-sort-descend { + font-size: 16px; + height: 24px; + padding: 7px 0 0 4px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list { + padding-left: 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list ul li { + padding: 0; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-drag { + font-size: 16px !important; + height: 24px !important; + margin-bottom: 3px !important; + margin-right: 4px !important; + width: 24px !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list .e-kpiValue-icon { + margin-left: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-field-list.e-olap-field-list-tree ul .e-list-icon { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-field-table .e-right-axis-fields .e-field-list-values { + margin-top: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper { + height: 30px; + padding: 0 20px 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + height: 24px; + padding-top: 7px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-rows, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-columns, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-values, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper .e-axis-filters { + font-size: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-header, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-header { + font-size: 14px; + line-height: 1.6em; + margin-top: 4px; + padding: 0 12px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button { + font-size: 14px; + height: 36px !important; + padding: 9px 16px !important; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + line-height: 1.1em; + padding: 0 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-draggable { + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + cursor: pointer; + display: inline-block; + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger .e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag, +.e-bigger.e-pivotfieldlist-wrapper .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-content .e-pvt-btn-div .e-pivot-button .e-drag { + font-size: 16px; + width: 24px; +} + +.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger .e-pivotfieldlist-wrapper .e-calculated-field, +.e-bigger.e-pivotfieldlist-wrapper .e-calculated-field { + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static, +.e-bigger.e-pivotfieldlist-wrapper.e-static, +.e-bigger .e-pivotfieldlist-wrapper.e-static, +.e-bigger.e-pivotfieldlist-wrapper.e-static { + max-height: 720px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-center-title { + color: rgba(0, 0, 0, 0.54); + font-size: 14px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values { + margin-top: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-filters .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-left-axis-fields .e-field-list-rows .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-columns .e-axis-wrapper .e-axis-icon-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-static .e-field-list-container .e-axis-table .e-right-axis-fields .e-field-list-values .e-axis-wrapper .e-axis-icon-wrapper { + padding-top: 7px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-left-axis-fields { + padding-left: 16px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-static.e-rtl .e-axis-table .e-right-axis-fields { + padding: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list { + padding-left: 0; + padding-right: 5px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-drag { + margin-left: 4px !important; + margin-right: 0 !important; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-calc-dimension-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-attributeCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-hierarchyCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-level-members, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-namedSetCDB-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-measure-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiGoal-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiStatus-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiTrend-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-list .e-kpiValue-icon { + margin-left: 0; + margin-right: 10px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header { + padding-right: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper { + padding-left: 20px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-none, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-ascend, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-field-table .e-field-header-wrapper .e-sort-descend { + padding: 7px 4px 0 0; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields { + padding-left: 0; + padding-right: 8px; +} + +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger .e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-filters .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-left-axis-fields .e-field-list-rows .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-columns .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-sort, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-remove, +.e-bigger.e-pivotfieldlist-wrapper.e-rtl .e-axis-table .e-right-axis-fields .e-field-list-values .e-pivot-button .e-dropdown-icon { + padding-left: 0; + padding-right: 4px; +} + +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +/*! component's theme wise override definitions and variables */ +/*! component's common definitions and variables */ +.e-pivotview .e-expand::before { + content: '\e859'; +} + +.e-pivotview .e-collapse::before { + content: '\e83d'; +} + +.e-pivotview.e-rtl .e-expand::before { + content: '\e854'; +} + +.e-pivotview .e-sort::before { + content: '\e840'; +} + +.e-pivotview .e-pv-filter::before { + content: '\e909'; +} + +.e-pivotview .e-pv-filtered::before { + color: #e3165b; + content: '\ebb3'; +} + +.e-pivotview .e-remove::before { + content: '\e208'; +} + +.e-pivotview .e-selected-option-icon::before { + content: '\ea84'; +} + +.e-pivotview .e-clear-filter-icon::before { + content: '\ea82'; +} + +.e-pivotview .e-dropdown-icon::before { + content: '\e83d'; +} + +.e-pivotview .e-export::before { + content: '\e711'; +} + +.e-pivotview .e-new-report::before { + content: '\e712'; +} + +.e-pivotview .e-save-report::before { + content: '\e703'; +} + +.e-pivotview .e-saveas-report::before { + content: '\e704'; +} + +.e-pivotview .e-rename-report::before { + content: '\e70c'; +} + +.e-pivotview .e-remove-report::before { + content: '\e706'; +} + +.e-pivotview .e-sub-total::before { + content: '\e709'; +} + +.e-pivotview .e-grand-total::before { + content: '\e707'; +} + +.e-pivotview .e-toolbar-fieldlist::before { + content: '\e434'; +} + +.e-pivotview .e-toolbar-grid::before { + content: '\e708'; +} + +.e-pivotview .e-toolbar-chart::before { + content: '\e70f'; +} + +.e-pivotview .e-toolbar-formatting::before { + content: '\e725'; +} + +.e-pivotview-pdf-export::before { + content: '\e70d'; +} + +.e-pivotview-excel-export::before { + content: '\e700'; +} + +.e-pivotview-csv-export::before { + content: '\e701'; +} + +.e-pivotview-png-export::before { + content: '\e715'; +} + +.e-pivotview-jpeg-export::before { + content: '\e713'; +} + +.e-pivotview-svg-export::before { + content: '\e716'; +} + +.e-mdx::before { + content: '\e724'; +} + +.e-pivotview-select-icon::before { + content: '\e614'; +} + +.e-pivotview-export::before { + content: '\e711'; +} + +.e-pivotview-grid::before { + content: '\e708'; +} + +.e-pivotview-expand::before { + content: '\e556'; +} + +.e-pivotview-collapse::before { + content: '\e554'; +} + +.e-pivot-format-menu::before { + content: '\e728'; +} + +.e-pivot-number-format-menu::before { + content: '\e70b'; +} + +.e-pivot-conditional-format-menu::before { + content: '\e725'; +} + +.e-pivot-format-toolbar::before { + content: '\e70b'; +} + +.e-pivotview-group::before { + content: '\e74b'; +} + +.e-pivotview-ungroup::before { + content: '\e74c'; +} + +.e-level-options .e-selected-level-icon::before { + content: '\e614'; +} + +/*! PivotView layout */ +.e-pivotview .e-value-field-settings, +.e-pivotview .e-member-editor-dialog, +.e-pivotview .e-group-field-settings { + max-height: 450px !important; +} + +.e-pivotview .e-value-field-settings, +.e-pivotview .e-member-editor-dialog, +.e-pivotview .e-pivot-format-dialog, +.e-pivotview .e-group-field-settings { + border-radius: 4px; + max-width: 400px; + width: auto; +} + +.e-pivotview .e-value-field-settings .e-dlg-header-content, +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-dlg-header-content, +.e-pivotview .e-member-editor-dialog .e-footer-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-header-content, +.e-pivotview .e-pivot-format-dialog .e-footer-content, +.e-pivotview .e-group-field-settings .e-dlg-header-content, +.e-pivotview .e-group-field-settings .e-footer-content { + border-radius: 4px; +} + +.e-pivotview .e-value-field-settings .e-dlg-header-content, +.e-pivotview .e-member-editor-dialog .e-dlg-header-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-header-content, +.e-pivotview .e-group-field-settings .e-dlg-header-content { + border: 0; + font-weight: normal; +} + +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-footer-content, +.e-pivotview .e-pivot-format-dialog .e-footer-content, +.e-pivotview .e-group-field-settings .e-footer-content { + border-top-left-radius: 0; + border-top-right-radius: 0; + padding-bottom: 8px; + padding-top: 8px; +} + +.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button, +.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button, +.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button, +.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button { + float: left; +} + +.e-pivotview .e-value-field-settings .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-member-editor-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-pivot-format-dialog .e-footer-content .e-clear-filter-button.e-disable, +.e-pivotview .e-group-field-settings .e-footer-content .e-clear-filter-button.e-disable { + display: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content, +.e-pivotview .e-group-field-settings .e-dlg-content { + overflow: hidden; + padding: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper { + background-color: #f5f5f5; + padding: 12px 10px 16px 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-editor-label-wrapper .e-editor-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-editor-label-wrapper .e-editor-label { + color: #000; + font: 500 13px Roboto; + opacity: 0.87; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content { + padding: 0 20px 10px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 13px; + font-weight: 500; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title { + -ms-flex: none; + flex: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + -ms-flex: auto; + flex: auto; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame { + height: 18px; + width: 18px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text { + font-size: 13px; + font-weight: 500; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text { + font-size: 13px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-editor-search-wrapper { + padding: 0 20px 10px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-prompt, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-prompt { + padding: 15px 20px; + text-align: center; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + display: inline-block; + height: 160px; + max-width: 400px; + overflow: auto; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + display: inline-table; + height: 100%; + width: 100%; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container.e-olap-field-list-tree { + overflow-x: auto; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: -35px; + overflow: hidden; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-text { + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-select-all-wrapper ul li .e-list-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-member-editor-container ul li .e-list-icon { + margin: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-member-editor-wrapper .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-member-editor-wrapper .e-disable { + display: none !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper { + border: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon { + height: 14px; + min-width: 14px; + width: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-text-wrap .e-tab-icon::before { + font-size: 14px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-pivotview .e-group-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 147px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter { + height: 248px; + overflow: auto; + padding: 20px; + padding-bottom: 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 13px; + font-weight: 500; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 20px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-between-text-div { + padding: 8px 0; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-label-filter .e-disable, +.e-pivotview .e-group-field-settings .e-dlg-content .e-value-filter .e-disable { + display: none; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-webkit-input-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-webkit-input-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-moz-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-moz-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field::-moz-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field::-moz-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-member-editor-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-empty-field:-ms-input-placeholder, +.e-pivotview .e-group-field-settings .e-dlg-content .e-empty-field:-ms-input-placeholder { + color: #f44336 !important; + font-weight: 600 !important; +} + +.e-pivotview .e-value-field-settings.e-excel-filter, +.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-pivotview .e-group-field-settings.e-excel-filter { + min-width: 280px; +} + +.e-pivotview .e-value-field-settings.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-member-editor-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-pivot-format-dialog.e-excel-filter .e-editor-label-wrapper, +.e-pivotview .e-group-field-settings.e-excel-filter .e-editor-label-wrapper { + padding: 16px 10px 9px 20px; +} + +.e-pivotview .e-value-field-settings.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-group-field-settings.e-rtl .e-member-editor-wrapper ul { + margin-left: 0; + margin-right: -35px; +} + +.e-pivotview .e-value-field-settings.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-member-editor-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-pivot-format-dialog.e-rtl .e-footer-content .e-clear-filter-button, +.e-pivotview .e-group-field-settings.e-rtl .e-footer-content .e-clear-filter-button { + float: right; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-select-all-wrapper ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-member-editor-container ul { + margin-left: 0; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-treeview ul:first-child { + padding-left: 10px; + padding-right: 10px; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop { + margin: 0 5px; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop .e-caret { + display: none; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog .e-member-editor-wrapper .e-editor-search-wrapper .e-level-drop li .e-disabled { + opacity: .5; + pointer-events: none; +} + +.e-pivotview .e-value-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-member-editor-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-pivot-format-dialog.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul, +.e-pivotview .e-group-field-settings.e-olap-editor-dialog.e-rtl .e-member-editor-wrapper ul { + margin-right: 0; +} + +.e-pivotview .e-value-field-settings .e-footer-content, +.e-pivotview .e-member-editor-dialog .e-footer-content { + border-top: 1px solid #e0e0e0; +} + +.e-pivotview .e-value-field-settings, +.e-pivotview .e-pivot-format-dialog { + min-width: 300px; +} + +.e-pivotview .e-value-field-settings .e-dlg-content, +.e-pivotview .e-pivot-format-dialog .e-dlg-content { + overflow: auto; +} + +.e-pivotview .e-pivot-format-dialog { + max-height: 500px !important; + max-width: 350px; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer { + padding: 0 20px; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-lable, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-lable { + color: rgba(0, 0, 0, 0.7); + font-weight: 500; +} + +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-value-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-custom-text, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-grouping-drop, +.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer .e-pivot-format-decimal-drop { + margin-bottom: 20px; +} + +.e-pivotview .e-pivot-toolbar { + border-bottom: 0; + border-style: solid; +} + +.e-pivotview .e-pivot-toolbar .e-toolbar-item .e-tbar-btn.e-btn .e-icons.e-btn-icon { + font-size: 16px; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper { + background-color: transparent; + border: none; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item { + height: 40px; + padding-left: 10px; +} + +.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item .e-menu-icon { + margin-left: 0; + margin-right: 0; + font-size: 16px; +} + +.e-pivotview .e-pivot-toolbar .e-toolbar-item.e-template { + padding: 0 !important; +} + +.e-pivotview .e-pivot-toolbar .e-reportlist-label { + float: left; + font-weight: 500; +} + +.e-pivotview .e-pivot-toolbar .e-reportlist-drop { + float: right; + margin: 0 8px; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-label { + float: right; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-reportlist-drop { + float: left; +} + +.e-pivotview .e-pivot-toolbar.e-rtl .e-menu-wrapper ul .e-menu-item { + padding-left: 30px; + padding-right: 10px; +} + +.e-pivotview-disable-icon { + visibility: hidden; +} + +.e-pivotview-report-inner { + padding-top: 10px; +} + +.e-pivotview-report-dialog { + max-width: 350px; +} + +.e-mdx-query-content { + background-color: #fff; + color: #000; + font-size: #000; + font-weight: 500; + height: 200px; + margin-top: 5px; + padding: 5px 10px; + resize: none; + width: 100%; +} + +.e-pivotview-mdx-dialog { + max-width: 500px; +} + +.e-pivotview-report-label { + float: left; + margin-top: 10px; + width: 40%; +} + +.e-pivotview-report-input { + float: right; + width: 60% !important; +} + +.e-rtl .e-pivotview-report-input { + float: left; +} + +.e-rtl .e-pivotview-report-label { + float: right; +} + +.e-pivotview-pdf-export, +.e-pivotview-excel-export, +.e-pivotview-csv-export { + font-size: 18px !important; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-container { + margin-bottom: 20px; +} + +.e-drillthrough-dialog .e-drillthrough-body-header { + color: #000; + font-weight: 600; + opacity: 0.87; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-value { + color: rgba(0, 0, 0, 0.7); + margin-left: 10px; + margin-right: 20px; +} + +.e-drillthrough-dialog .e-drillthrough-body-header-common { + -webkit-flex-wrap: wrap; + -moz-flex-wrap: wrap; + -ms-flex-wrap: wrap; + display: inline-block; + flex-wrap: wrap; +} + +.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger .e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item, +.e-bigger.e-pivotview .e-pivot-toolbar .e-menu-wrapper ul .e-menu-item { + height: 52px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container-outer-div { + height: 125px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-header-content .e-clear-filter-button.e-small, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-header-content .e-clear-filter-button.e-small { + font-size: 14px; + top: 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 0 0 6px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-filter-tab-wrapper.e-rtl .e-tab-header .e-toolbar-item .e-icon-left + .e-tab-text { + margin: 0 6px 0 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-excelfilter .e-member-editor-container-outer-div { + height: 100px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter { + height: 220px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-text-div { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-separator-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-1, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-filter-option-wrapper-2, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-separator-div { + padding-top: 24px; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-value-field-settings .e-dlg-content .e-value-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-label-filter .e-between-text-div, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-dlg-content .e-value-filter .e-between-text-div { + padding: 10px 0; +} + +.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger .e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger .e-pivotview .e-pivot-format-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-member-editor-dialog.e-excel-filter, +.e-bigger.e-pivotview .e-value-field-settings.e-excel-filter, +.e-bigger.e-pivotview .e-pivot-format-dialog.e-excel-filter { + min-width: 280px; +} + +.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger .e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer, +.e-bigger.e-pivotview .e-pivot-format-dialog .e-pivot-format-dialog-outer { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content { + padding: 0 20px 10px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-checkbox-wrapper .e-frame, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-checkbox-wrapper .e-frame { + height: 22px; + width: 22px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-caption-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-caption-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-start-option-wrapper .e-checkbox-wrapper .e-label { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper { + display: -ms-flexbox; + display: flex; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-field-name-text-wrapper .e-field-name-content, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-title, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-field-name-text-wrapper .e-field-name-content { + font-size: 14px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper { + padding-top: 24px; +} + +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger .e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-value-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-value-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-field-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-caption-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-type-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-field-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-base-item-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-input-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-end-option-wrapper .e-group-inerval-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-field-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-base-item-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-type-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-caption-input-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-input-option-text, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-checkbox-wrapper .e-label, +.e-bigger.e-pivotview .e-group-field-settings .e-group-field-div-content .e-group-option-wrapper .e-group-interval-option-wrapper .e-group-inerval-option-text { + font-size: 14px; +} + +/*! PivotView theme */ +.e-pivotview .e-nextspan { + display: inline-block; + width: 24px; +} + +.e-pivotview .e-lastspan { + display: inline-block; + width: 12px; +} + +.e-pivotview .e-grid.e-gridhover tr[role='row']:hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) { + background-color: transparent; +} + +.e-pivotview .e-rowsheader .e-cellvalue { + margin-left: 10px; +} + +.e-pivotview .e-valuescontent { + text-align: right; +} + +.e-pivotview .e-summary, +.e-pivotview .e-summary.e-active { + font-weight: 500; +} + +.e-pivotview .e-grid .e-rowsheader.e-active, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground, +.e-pivotview .e-grid .e-columnsheader.e-active, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground, +.e-pivotview .e-grid .e-rowsheader.e-active, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground, +.e-pivotview .e-grid .e-columnsheader.e-active, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground { + background: #e0e0e0 !important; + color: #000 !important; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-active .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-active .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-active .e-icons, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-cellvalue, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-icons { + color: #000 !important; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-cellselectionbackground .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-cellselectionbackground .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-rowsheader.e-selectionbackground .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-active .e-headertext, +.e-pivotview .e-grid .e-columnsheader.e-selectionbackground .e-headertext { + color: #000 !important; +} + +.e-pivotview .e-drop-indicator { + display: block; +} + +.e-pivotview div.e-cellvalue { + margin-top: -2px; +} + +.e-pivotview .e-sortfilterdiv { + margin: -15px !important; +} + +.e-pivotview .e-pivotchart > svg { + border: 1px solid #e0e0e0; +} + +.e-pivotview .e-pivotchart.e-ltr { + direction: ltr; +} + +.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -18px !important; +} + +.e-pivotview .e-grid .e-icons { + color: rgba(0, 0, 0, 0.54) !important; +} + +.e-pivotview .e-grid .e-icons:hover { + color: rgba(0, 0, 0, 0.87) !important; +} + +.e-pivotview .e-grid { + border-color: #e0e0e0; +} + +.e-pivotview .e-grid .e-rowsheader { + padding-left: 8px; +} + +.e-pivotview .e-grid .e-rowsheader.e-active .e-icons { + color: rgba(0, 0, 0, 0.54) !important; +} + +.e-pivotview .e-grid .e-columnsheader { + padding-left: 12px !important; +} + +.e-pivotview .e-frozenheader > .e-table, +.e-pivotview .e-frozencontent > .e-table { + border-left-color: #e0e0e0 !important; + border-right-color: #e0e0e0 !important; +} + +.e-pivotview .e-stackedheadercelldiv.e-cellvalue { + padding-left: 6px !important; +} + +.e-pivotview .e-stackedheadercelldiv { + padding: 0 0 0 1px !important; +} + +.e-pivotview .e-stackedheadercelldiv, +.e-pivotview .e-headertext, +.e-pivotview .e-rowsheader .e-cellvalue { + color: rgba(0, 0, 0, 0.7) !important; + font-size: 12px !important; + font-weight: 500 !important; +} + +.e-pivotview .e-stackedheadercelldiv .e-hyperlinkcell, +.e-pivotview .e-headertext .e-hyperlinkcell, +.e-pivotview .e-rowsheader .e-cellvalue .e-hyperlinkcell { + cursor: pointer; +} + +.e-pivotview .e-valuescontent .e-cellvalue .e-hyperlinkcell { + cursor: pointer; +} + +.e-pivotview .e-valuescontent { + opacity: 0.87 !important; +} + +.e-pivotview .e-rowcell { + opacity: 1; +} + +.e-pivotview .e-rowcell .e-cellvalue { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-pivotview .e-grouping-bar { + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields { + -ms-flex: auto; + flex: auto; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields, +.e-pivotview .e-grouping-bar .e-right-axis-fields { + height: auto; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields { + min-width: 250px; +} + +.e-pivotview .e-grouping-bar .e-axis-row, +.e-pivotview .e-grouping-bar .e-axis-column, +.e-pivotview .e-grouping-bar .e-axis-value, +.e-pivotview .e-grouping-bar .e-axis-filter { + background: #f5f5f5; + display: -ms-flexbox; + display: flex; +} + +.e-pivotview .e-grouping-bar .e-left-axis-fields { + border: 1px solid #e0e0e0; + border-bottom-width: 0; + border-right-width: 0; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields { + border: 1px solid #e0e0e0; + border-bottom-width: 0; +} + +.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-filter { + border-bottom: 1px solid #e0e0e0; +} + +.e-pivotview .e-group-values, +.e-pivotview .e-group-columns, +.e-pivotview .e-group-filters, +.e-pivotview .e-group-rows { + background: #f5f5f5; + vertical-align: top; +} + +.e-pivotview .e-group-values.e-drag-restrict, +.e-pivotview .e-group-columns.e-drag-restrict, +.e-pivotview .e-group-filters.e-drag-restrict, +.e-pivotview .e-group-rows.e-drag-restrict { + cursor: no-drop; +} + +.e-pivotview .e-group-values .e-draggable-prompt, +.e-pivotview .e-group-columns .e-draggable-prompt, +.e-pivotview .e-group-filters .e-draggable-prompt, +.e-pivotview .e-group-rows .e-draggable-prompt { + color: #000; + line-height: 36px; + padding-left: 8px; + pointer-events: none; + position: relative; + text-align: center; + vertical-align: middle; +} + +.e-pivotview .e-group-filters, +.e-pivotview .e-group-values, +.e-pivotview .e-group-columns, +.e-pivotview .e-group-rows { + display: inline-table; + -ms-flex: auto; + flex: auto; + height: 36px; + min-height: 36px; + overflow: hidden; + padding-left: 8px; + scroll-behavior: smooth; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div, +.e-pivotview .e-group-values .e-pvt-btn-div, +.e-pivotview .e-group-columns .e-pvt-btn-div, +.e-pivotview .e-group-rows .e-pvt-btn-div { + display: -ms-inline-flexbox; + display: inline-flex; + padding: 6px; + padding-bottom: 0; + padding-left: 0; + padding-right: 8px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-values .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-indent-div, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-indent-div { + pointer-events: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator { + pointer-events: none; + width: 2px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-drop-indicator.e-drop-hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-drop-indicator.e-drop-hover { + border-left: 1px dashed #9e9e9e; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button { + background-color: #e0e0e0; + border: 1px solid #e0e0e0; + border-radius: 25px; + box-shadow: none; + color: #000; + cursor: default; + display: -ms-flexbox; + display: flex; + font-weight: normal; + height: 26px; + line-height: .9em; + padding: 5px 10px; + text-transform: none; + vertical-align: bottom; + z-index: 1; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button.e-list-selected, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button.e-list-selected { + opacity: .5; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover { + background-color: #bdbdbd; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:hover .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove { + color: rgba(0, 0, 0, 0.87) !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active { + background-color: #9e9e9e; + color: #000; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:focus .e-remove, .e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button:active .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove { + color: rgba(0, 0, 0, 0.87) !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + background-color: transparent; + cursor: move; + -ms-flex: auto; + flex: auto; + font-size: 13px; + margin-right: 4px; + overflow: hidden; + text-align: left; + text-overflow: ellipsis; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content.e-disable-drag { + cursor: auto; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-draggable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-draggable { + height: inherit; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-drag, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-drag { + display: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + color: rgba(0, 0, 0, 0.54) !important; + cursor: pointer; + display: inline-block; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover { + color: rgba(0, 0, 0, 0.87) !important; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable { + display: none; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; + transform: rotateX(0deg); + transition: transform 200ms ease-in-out; +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort.e-descend, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotview .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-pivotview .e-group-values .e-pvt-btn-div .e-pivot-button { + max-width: 230px; +} + +.e-pivotview .e-group-filters, +.e-pivotview .e-group-columns { + width: 100%; +} + +.e-pivotview .e-group-row { + padding: 0 !important; +} + +.e-pivotview .e-group-row .e-group-rows { + display: table; + -ms-flex: none; + flex: none; + width: 100%; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div { + max-width: unset; + width: 100%; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div { + pointer-events: none; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button { + padding: 5px 10px; + width: 180px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover { + background-color: #bdbdbd; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:hover .e-remove { + color: rgba(0, 0, 0, 0.87) !important; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active { + background-color: #9e9e9e; + color: #000; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:focus .e-remove, .e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button:active .e-remove { + color: rgba(0, 0, 0, 0.87) !important; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + color: rgba(0, 0, 0, 0.54) !important; + font-size: 14px; + height: 20px; + padding-left: 4px; + width: 20px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered:hover, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove:hover { + color: rgba(0, 0, 0, 0.87); +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered.e-disable, +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove.e-disable { + display: none; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 14px; + width: 20px; +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort.e-descend { + transform: rotateX(180deg); +} + +.e-pivotview .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-pivotview .e-axis-value { + display: inline-block; + height: 100%; +} + +.e-pivotview .e-axis-value .e-group-values { + height: 100%; + padding-bottom: 0; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-row { + height: 50% !important; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-value { + height: auto !important; + padding-left: 6px; + border-bottom: 1px solid #e0e0e0; +} + +.e-pivotview .e-chart-grouping-bar .e-axis-value .e-group-chart-multi-values { + padding-left: 2px; +} + +.e-pivotview .e-icons { + height: auto; + width: auto; +} + +.e-pivotview .e-collapse::before { + font-size: 12px; +} + +.e-pivotview .e-expand, +.e-pivotview .e-collapse { + cursor: pointer; + display: inline-block; + height: 16px; + text-align: center; + width: 24px; +} + +.e-pivotview th .e-expand, +.e-pivotview th .e-collapse { + float: left; + font-size: 10px !important; + margin-left: -6px; + margin-top: 1px; +} + +.e-pivotview .e-expand::before { + font-size: 10px; +} + +.e-pivotview.e-rtl .e-expand::before, +.e-pivotview.e-rtl .e-collapse::before { + margin-left: 0; +} + +.e-pivotview.e-rtl th .e-expand, +.e-pivotview.e-rtl th .e-collapse { + float: right; + margin-right: -8px; +} + +.e-pivotview.e-rtl .e-grid .e-rowsheader { + padding-right: 8px !important; +} + +.e-pivotview.e-rtl .e-grid .e-columnsheader { + padding-right: 12px !important; +} + +.e-pivotview.e-rtl .e-rowsheader .e-cellvalue { + margin-left: 0; + margin-right: 7px; +} + +.e-pivotview.e-rtl .e-valuescontent { + text-align: left; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-left-axis-fields { + border-left-width: 0; + border-right-width: 1px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-right-axis-fields { + border-left-width: 1px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters { + padding-left: 0; + padding-right: 8px; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-content, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-content { + text-align: right; +} + +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button .e-remove, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button .e-remove { + padding-left: 0; + padding-right: 4px; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows { + padding-left: 0; + padding-right: 8px; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div { + padding-left: 8px; + padding-right: 0; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + text-align: right; +} + +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-pivotview.e-rtl .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + padding-left: 0; + padding-right: 7px; +} + +.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue { + padding-right: 13px !important; +} + +.e-pivotview.e-device .e-grouping-bar .e-pivot-button { + line-height: 1em !important; +} + +.e-pivotview.e-device .e-grouping-bar .e-group-filters .e-pvt-btn-div .e-pivot-button, +.e-pivotview.e-device .e-grouping-bar .e-group-values .e-pvt-btn-div .e-pivot-button { + max-width: 155px; +} + +.e-pivotview.e-device .e-grouping-bar .e-group-columns .e-pvt-btn-div .e-pivot-button { + max-width: 200px; +} + +.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-indent-div { + width: 0 !important; +} + +.e-pivotview.e-device .e-group-row .e-group-rows .e-pvt-btn-div .e-pivot-button { + width: 155px; +} + +.e-pivottooltipwrap { + opacity: 1; +} + +.e-pivottooltip { + border-radius: 2px; + padding: 3px 4px; +} + +.e-pivottooltip p { + color: #fff; + display: inline-block; + font-family: Roboto; + font-size: 14px; + line-height: 21px; + margin: 0; +} + +.e-pivottooltip p.e-tooltipcontent { + margin-left: 5px; +} + +.e-rtl .e-pivottooltip p.e-tooltipcontent { + margin-left: 0; + margin-right: 5px; +} + +.e-bigger .e-pivotview .e-grid .e-rowsheader, +.e-bigger.e-pivotview .e-grid .e-rowsheader, +.e-bigger .e-pivotview .e-grid .e-rowsheader, +.e-bigger.e-pivotview .e-grid .e-rowsheader { + padding-left: 10px !important; +} + +.e-bigger .e-pivotview .e-grid .e-columnsheader, +.e-bigger.e-pivotview .e-grid .e-columnsheader, +.e-bigger .e-pivotview .e-grid .e-columnsheader, +.e-bigger.e-pivotview .e-grid .e-columnsheader { + padding-left: 16px !important; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button { + height: 30px; + line-height: 1em; + padding: 6px 12px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + margin-right: 8px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-remove { + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-grouping-bar .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview .e-grouping-bar .e-group-rows { + height: 40px; + min-height: 40px; + padding-left: 10px; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview .e-grouping-bar .e-group-values { + height: 100%; +} + +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger .e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-left-axis-fields .e-axis-nav-div .e-right-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-left-nav-wrapper, +.e-bigger.e-pivotview .e-grouping-bar .e-right-axis-fields .e-axis-nav-div .e-right-nav-wrapper { + width: 24px; +} + +.e-bigger .e-pivotview .e-group-rows, +.e-bigger.e-pivotview .e-group-rows, +.e-bigger .e-pivotview .e-group-rows, +.e-bigger.e-pivotview .e-group-rows { + padding-left: 10px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button { + height: 30px; + line-height: 1em; + padding: 6px 12px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-content { + font-size: 14px; + margin-right: 8px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filter, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-pv-filtered, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-remove { + font-size: 16px; + height: 24px; + width: 24px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-sort { + height: 16px; +} + +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger .e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon, +.e-bigger.e-pivotview .e-group-rows .e-pvt-btn-div .e-pivot-button .e-dropdown-icon { + margin-top: 1px; +} + +.e-bigger .e-pivotview .e-sortfilterdiv, +.e-bigger.e-pivotview .e-sortfilterdiv, +.e-bigger .e-pivotview .e-sortfilterdiv, +.e-bigger.e-pivotview .e-sortfilterdiv { + margin: -17px -10px !important; +} + +.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger .e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid .e-columnheader.e-wrap .e-sortfilterdiv, +.e-bigger.e-pivotview .e-grid.e-wrap .e-columnheader .e-sortfilterdiv { + margin: -18px -15px !important; +} + +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger .e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container, +.e-bigger.e-pivotview .e-member-editor-dialog .e-dlg-content .e-member-editor-wrapper .e-member-editor-container { + height: 125px; +} + +.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger .e-pivotview.e-rtl .e-grid .e-rowsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-rowsheader { + padding-right: 10px !important; +} + +.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger .e-pivotview.e-rtl .e-grid .e-columnsheader, +.e-bigger.e-pivotview.e-rtl .e-grid .e-columnsheader { + padding-right: 16px !important; +} + +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger .e-pivotview.e-rtl .e-grouping-bar .e-group-filters, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-columns, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-values, +.e-bigger.e-pivotview.e-rtl .e-grouping-bar .e-group-filters { + padding-left: 0; + padding-right: 10px; +} + +.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger .e-pivotview.e-rtl .e-group-row .e-group-rows, +.e-bigger.e-pivotview.e-rtl .e-group-row .e-group-rows { + padding-left: 0; + padding-right: 10px; +} + +.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger .e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue, +.e-bigger.e-pivotview.e-rtl .e-stackedheadercelldiv.e-cellvalue { + padding-right: 13px !important; +} + +.e-content-placeholder.e-pivotview.e-placeholder-pivotview { + background-size: 100% 200px; +} + +@keyframes material-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +@keyframes fabric-spinner-rotate { + 0% { + transform: rotate(0deg); + } + 100% { + transform: rotate(360deg); + } +} + +.e-query-builder .e-collapse-rule::before { + content: '\e907'; +} + +.e-query-builder { + border: 1px solid; + border-radius: 0; + height: auto; + width: auto; +} + +.e-query-builder .e-multiselect .e-qb-spinner .e-spinner-inner { + left: auto; + right: 5px; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-btn.e-btngroup-and-lbl.e-small.e-not { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.e-query-builder.e-rtl .e-btn-group.e-rtl .e-qb-toggle.e-btn.e-small { + border-bottom-left-radius: 0; + border-top-left-radius: 0; + border-top-right-radius: 2px; +} + +.e-query-builder.e-rtl .e-multiselect .e-qb-spinner .e-spinner-inner { + left: 5px; + right: auto; +} + +.e-query-builder.e-rtl.e-bigger.e-device .e-group-body .e-rule-container .e-rule-delete, +.e-query-builder.e-rtl.e-bigger .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + padding-left: 0; +} + +.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-value-delete, +.e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete { + text-align: left; +} + +.e-query-builder.e-rtl.e-device .e-group-body .e-rule-container .e-rule-delete, +.e-query-builder.e-rtl .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + padding-left: 0; +} + +.e-query-builder.e-rtl .e-group-header .e-group-action .e-btn { + margin-left: 0; + margin-right: 12px; +} + +.e-query-builder.e-rtl .e-horizontal-mode .e-rule-delete { + margin-left: 0; + margin-right: 12px; +} + +.e-query-builder.e-rtl .e-group-body { + padding-left: 0; + padding-right: 20px; +} + +.e-query-builder.e-rtl .e-rule-list > ::before { + border-width: 0 2px 2px 0; +} + +.e-query-builder.e-rtl .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder.e-rtl .e-rule-list > ::after, +.e-query-builder.e-rtl .e-rule-list > ::before { + right: -12px; +} + +.e-query-builder.e-rtl .e-rule-list > ::after { + border-width: 0 2px 0 0; +} + +.e-query-builder.e-rtl .e-rule-list .e-group-container::before { + right: none; +} + +.e-query-builder.e-rtl .e-rule-list > .e-group-container { + padding-right: 0; +} + +.e-query-builder .e-group-container, +.e-query-builder .e-rule-container { + position: relative; +} + +.e-query-builder .e-rule-list > :first-child::before { + top: -15px; +} + +.e-query-builder .e-rule-list > :last-child::after { + display: none; +} + +.e-query-builder .e-rule-list > ::before { + border-width: 0 0 2px 2px; + height: 25px; + top: -10px; +} + +.e-query-builder .e-rule-list > ::after, +.e-query-builder .e-rule-list > ::before { + border-style: dotted; + content: ''; + left: -12px; + position: absolute; + width: 10px; +} + +.e-query-builder .e-rule-list > ::after { + border-width: 0 0 0 2px; + height: calc(100% - 17px); + top: 17px; +} + +.e-query-builder .e-rule-list > .e-rule-container::before { + height: calc(50% + 8px); +} + +.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before { + height: calc(50% + 12px); +} + +.e-query-builder .e-rule-list > .e-rule-container::after { + height: calc(50% + 6px); + top: calc(50% - 3px); +} + +.e-query-builder .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder .e-rule-list .e-group-container::before { + left: none; +} + +.e-query-builder .e-rule-list .e-group-container::after { + left: -12px; +} + +.e-query-builder .e-group-header .e-group-action .e-btn { + margin-left: 12px; +} + +.e-query-builder .e-group-header .e-qb-toggle.e-btn.e-small { + border-bottom-right-radius: 0; + border-radius: 2px; + border-top-right-radius: 0; +} + +.e-query-builder .e-group-header .e-btn-group { + border: none; + box-shadow: 0 1px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); + display: inline-block; +} + +.e-query-builder .e-group-header .e-btn.e-btngroup-and-lbl.e-small.e-not { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.e-query-builder .e-group-header .e-group-action { + display: inline-block; + margin-top: 0; +} + +.e-query-builder .e-group-header .e-dropdown-btn.e-add-btn, +.e-query-builder .e-group-header .e-deletegroup { + margin-bottom: 2px; +} + +.e-query-builder .e-group-header button.e-button-hide { + display: none; +} + +.e-query-builder .e-group-header.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder .e-rule-list .e-group-container { + margin-left: 0; + margin-top: 12px; + width: 100%; +} + +.e-query-builder .e-rule-list { + padding: 12px 0 12px 0; + padding-bottom: 0; +} + +.e-query-builder .e-group-container { + padding: 12px; +} + +.e-query-builder .e-rule-container { + border: none; + border-radius: 0; +} + +.e-query-builder .e-rule-list > .e-group-container { + padding: 0; + padding-bottom: 12px; +} + +.e-query-builder .e-group-container .e-rule-list > .e-group-container { + padding-bottom: 0; +} + +.e-query-builder .e-group-body { + padding-left: 20px; +} + +.e-query-builder .e-group-body .e-rule-container { + box-shadow: 0 2px 6px #d3d3d3; + height: auto; + margin-top: 0; + padding-right: 12px; +} + +.e-query-builder .e-group-body .e-rule-container.e-prev-joined-rule { + border-bottom: 0; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +.e-query-builder .e-group-body .e-rule-container.e-joined-rule { + border-top-left-radius: 0; + border-top-right-radius: 0; + border-top-style: dotted; + border-top-width: 2px; + margin-top: 0; +} + +.e-query-builder .e-group-body .e-rule-container.e-separate-rule { + margin-top: 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-filter { + padding: 12px 0 12px 12px; + width: auto; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-numeric:not(:first-child), +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-date-wrapper:not(:first-child), +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-control-wrapper.e-input-group:not(:first-child) { + float: right; + margin-top: 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + min-width: 190px; +} + +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multiselect, +.e-query-builder .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + max-width: 200px; +} + +.e-query-builder .e-group-body .e-rule-container .e-operator, +.e-query-builder .e-group-body .e-rule-container .e-value { + padding: 12px 0 12px 12px; +} + +.e-query-builder .e-group-body .e-rule-container .e-operator .e-radio-wrapper, +.e-query-builder .e-group-body .e-rule-container .e-value .e-radio-wrapper { + margin-right: 15px; +} + +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete { + display: inline-block; + margin-left: 12px; +} + +.e-query-builder .e-group-body .e-rule-container button.e-button-hide { + display: none; +} + +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete { + display: inline-block; +} + +.e-query-builder .e-group-body .e-rule-value.e-hide { + display: none; +} + +.e-query-builder .e-group-body .e-rule-value.e-show { + display: inline-block; +} + +.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + margin-bottom: 12px; + padding-right: 0; + right: 0; +} + +.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder .e-group-body .e-vertical-mode .e-removerule.e-rule-delete { + box-shadow: none; + right: 0; +} + +.e-query-builder .e-dropdown-btn { + box-shadow: 0 2px 6px #d3d3d3; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-filter { + padding: 16px; +} + +.e-query-builder.e-device .e-removerule.e-rule-delete { + box-shadow: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multiselect, +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value .e-multi-select-wrapper { + max-width: 100%; +} + +.e-query-builder.e-device .e-group-body .e-rule-container .e-rule-value-delete, +.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-value-delete { + text-align: right; +} + +.e-query-builder .e-delete-icon::before { + content: ""; +} + +.e-query-builder .e-edit-rule.e-btn.e-small { + box-shadow: none; +} + +.e-query-builder .e-edit-rule { + right: 0; +} + +.e-query-builder .e-collapse-rule { + border: 1px solid; + border-right: 0; + border-top: 0; + box-shadow: -1px 1px 4px 0 rgba(0, 0, 0, 0.12); + font-size: 20px; + padding: 5px; + position: absolute; + right: 0; + top: 0; +} + +.e-query-builder .e-summary-text { + border-style: none; + font-family: "Roboto", "Segoe UI", "GeezaPro", "DejaVu Serif", "sans-serif", "-apple-system", "BlinkMacSystemFont"; + font-size: 14px; + line-height: 1.5em; + padding: 12px; + resize: none; + width: 100%; +} + +.e-query-builder .e-summary-btndiv { + padding: 8px 0 5px 8px; + text-align: right; +} + +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-filter, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-operator, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-value, +.e-query-builder .e-rule-list .e-rule-container.e-vertical-mode .e-rule-value-delete, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-filter, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-operator, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-value, +.e-query-builder.e-device .e-rule-list .e-rule-container .e-rule-value-delete { + padding: 16px 0 0 16px; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid; +} + +.e-dropdown-popup .e-addgroup { + float: right; +} + +.e-dropdown-popup ul .e-item.e-button-hide { + display: none; +} + +.e-addrule.e-add-icon::before, +.e-addgroup.e-add-icon::before, +.e-query-builder .e-add-icon::before { + content: ""; +} + +.e-query-builder.e-device .e-group-container, +.e-bigger.e-query-builder .e-group-container, +.e-bigger .e-query-builder .e-group-container { + padding: 16px; +} + +.e-query-builder.e-device .e-rule-list > .e-group-container, +.e-bigger.e-query-builder .e-rule-list > .e-group-container, +.e-bigger .e-query-builder .e-rule-list > .e-group-container { + padding: 0; +} + +.e-query-builder.e-device .e-rule-list > .e-rule-container:not(:first-child)::before, +.e-bigger.e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before, +.e-bigger .e-query-builder .e-rule-list > .e-rule-container:not(:first-child)::before { + height: calc(50% + 12px); +} + +.e-query-builder.e-device .e-rule-list > .e-group-container:first-child, +.e-bigger.e-query-builder .e-rule-list > .e-group-container:first-child, +.e-bigger .e-query-builder .e-rule-list > .e-group-container:first-child { + margin-top: 0; +} + +.e-query-builder.e-device .e-rule-list > ::before, +.e-bigger.e-query-builder .e-rule-list > ::before, +.e-bigger .e-query-builder .e-rule-list > ::before { + top: -12px; +} + +.e-query-builder.e-device .e-group-action .e-btn, +.e-bigger.e-query-builder .e-group-action .e-btn, +.e-bigger .e-query-builder .e-group-action .e-btn { + margin-left: 16px; +} + +.e-query-builder.e-device .e-rule-list > :first-child::before, +.e-bigger.e-query-builder .e-rule-list > :first-child::before, +.e-bigger .e-query-builder .e-rule-list > :first-child::before { + top: -16px; +} + +.e-query-builder.e-device .e-rule-list, +.e-bigger.e-query-builder .e-rule-list, +.e-bigger .e-query-builder .e-rule-list { + padding: 16px 0 16px 0; + padding-bottom: 0; +} + +.e-query-builder.e-device .e-rule-list .e-group-container, +.e-bigger.e-query-builder .e-rule-list .e-group-container, +.e-bigger .e-query-builder .e-rule-list .e-group-container { + margin-top: 16px; +} + +.e-query-builder.e-device .e-group-body, +.e-bigger.e-query-builder .e-group-body, +.e-bigger .e-query-builder .e-group-body { + padding-left: 24px; +} + +.e-query-builder.e-device .e-group-body .e-rule-container, +.e-bigger.e-query-builder .e-group-body .e-rule-container, +.e-bigger .e-query-builder .e-group-body .e-rule-container { + margin-top: 0; + padding-right: 16px; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode { + width: auto; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-separate-rule, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-separate-rule, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-separate-rule { + margin-top: 16px; +} + +.e-query-builder.e-device .e-group-body .e-rule-delete, +.e-query-builder.e-device .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-vertical-mode .e-rule-delete { + margin-bottom: 16px; + padding-right: 0; + right: 0; +} + +.e-query-builder.e-device .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-rule-container.e-horizontal-mode .e-rule-delete { + margin-bottom: 0; +} + +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-delete, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-delete { + display: inline-block; + margin-left: 8px; +} + +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-filter, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-operator, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value, +.e-query-builder.e-device .e-group-body .e-horizontal-mode .e-rule-value-delete, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-bigger.e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-filter, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-operator, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value, +.e-bigger .e-query-builder .e-group-body .e-horizontal-mode .e-rule-value-delete { + display: inline-block; +} + +.e-query-builder.e-device .e-group-body .e-rule-value.e-hide, +.e-bigger.e-query-builder .e-group-body .e-rule-value.e-hide, +.e-bigger .e-query-builder .e-group-body .e-rule-value.e-hide { + display: none; +} + +.e-query-builder.e-device .e-group-body .e-rule-value.e-show, +.e-bigger.e-query-builder .e-group-body .e-rule-value.e-show, +.e-bigger .e-query-builder .e-group-body .e-rule-value.e-show { + display: inline-block; +} + +.e-query-builder.e-device .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-query-builder.e-device .e-group-body .e-rule-delete.e-btn.e-small.e-round, +.e-bigger.e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-bigger.e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round, +.e-bigger .e-query-builder .e-group-body .e-rule-field.e-btn.e-small.e-round, +.e-bigger .e-query-builder .e-group-body .e-rule-delete.e-btn.e-small.e-round { + box-shadow: none; +} + +.e-query-builder.e-device .e-summary-text, +.e-bigger.e-query-builder .e-summary-text, +.e-bigger .e-query-builder .e-summary-text { + font-size: 16px; + line-height: 1.5em; + padding: 16px; +} + +.e-query-builder.e-device .e-summary-btndiv, +.e-bigger.e-query-builder .e-summary-btndiv, +.e-bigger .e-query-builder .e-summary-btndiv { + padding: 8px 0 5px 8px; + text-align: right; +} + +.e-device .e-rule-value { + width: 100%; +} + +.e-bigger .e-group-body .e-rule-container .e-rule-filter, +.e-bigger .e-group-body .e-rule-container .e-operator, +.e-bigger .e-group-body .e-rule-container .e-value { + padding: 16px 0 16px 16px; +} + +.e-query-builder { + background-color: #fff; + border-color: #e0e0e0; +} + +.e-query-builder .e-group-header .e-btn-group { + border-color: #e0e0e0; +} + +.e-query-builder .e-group-container { + border-color: #d3d3d3; +} + +.e-query-builder .e-rule-container { + background-color: #fff; + border-color: #d3d3d3; +} + +.e-query-builder .e-rule-container.e-joined-rule { + border-top-color: #e0e0e0; +} + +.e-query-builder .e-rule-list .e-group-container { + background-color: #fff; +} + +.e-query-builder .e-rule-list > ::after, +.e-query-builder .e-rule-list > ::before { + border-color: #e0e0e0; +} + +.e-query-builder .e-btn-group input:checked + label.e-btn, +.e-query-builder .e-btn-group .e-btn.e-qb-toggle.e-active-toggle { + background: #e3165b; + border-color: #e3165b; + color: #fff; +} + +.e-query-builder .e-removerule.e-btn.e-round { + background-color: #fff; +} + +.e-query-builder .e-summary-content textarea { + background-color: #fff; + color: rgba(0, 0, 0, 0.87); +} + +.e-query-builder .e-collapse-rule { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); +} + +.e-query-builder .e-collapse-rule:focus, .e-query-builder .e-collapse-rule:active, .e-query-builder .e-collapse-rule:hover { + background-color: #e0e0e0; +} + +.e-tooltip-wrap.e-querybuilder-error, +.e-control.e-tooltip-wrap.e-popup.e-querybuilder-error { + background-color: #fcdbe4; + border-color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-top { + border-bottom-color: #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-querybuilder-error .e-arrow-tip-inner.e-tip-bottom { + border-top-color: #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-querybuilder-error .e-tip-content, +.e-tooltip-wrap.e-querybuilder-error .e-tip-content label { + color: #f44336; +} + +/*! recurrence editor theme wise definitions*/ +/*! Recurrence-Editor component layout */ +.e-recurrenceeditor .e-editor { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + margin-left: auto; + margin-right: auto; + max-width: 1240px; +} + +.e-recurrenceeditor .e-recurrence-table { + table-layout: fixed; + width: 100%; +} + +.e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child { + width: 27%; +} + +.e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 24%; +} + +.e-recurrenceeditor .e-recurrence-table .e-repeat-content { + display: inline-block; + font-weight: normal; + padding: 18px 0 0 8px; +} + +.e-recurrenceeditor .e-recurrence-table .e-input-wrapper { + float: none; + width: 100%; +} + +.e-recurrenceeditor .e-recurrence-table .e-week-position { + position: relative; + right: 16px; +} + +.e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 10px; +} + +.e-recurrenceeditor .e-icons { + height: 0; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 8px 10px 0; +} + +.e-recurrenceeditor .e-form-left { + padding: 0 8px 16px 0; +} + +.e-recurrenceeditor .e-form-right, +.e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px 8px; +} + +.e-recurrenceeditor .e-input-wrapper { + float: left; + width: 50%; +} + +.e-recurrenceeditor .e-input-wrapper div { + margin-bottom: 2.5%; +} + +.e-recurrenceeditor .e-input-wrapper.e-end-on-date, +.e-recurrenceeditor .e-input-wrapper.e-end-on-count { + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-end-on > div, +.e-recurrenceeditor.e-rtl .e-month-expander > div > div { + float: right; +} + +.e-recurrenceeditor.e-rtl .e-form-left, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left { + padding: 0 0 10px 8px; +} + +.e-recurrenceeditor.e-rtl .e-form-right, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right { + padding: 0 8px 10px 0; +} + +.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; +} + +.e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 16px; + right: 0; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label, +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label { + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-end-on-label { + margin-bottom: 5px; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-left: 8px; + padding-right: 0; +} + +.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 8px; +} + +.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 0; +} + +.e-recurrenceeditor .e-days .e-week-expander-label { + font-size: 12px; + font-weight: 400; + margin-bottom: 8px; +} + +.e-recurrenceeditor .e-days button { + border-radius: 50%; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + height: 35px; + margin: 0 8px 10px; + width: 35px; +} + +.e-recurrenceeditor .e-hide-recurrence-element { + display: none; +} + +.e-recurrenceeditor .e-half-space { + width: 20%; +} + +.e-recurrenceeditor .e-year-expander { + margin-bottom: 11px; +} + +.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper { + margin-bottom: 11px; +} + +.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper { + margin-top: -3px; +} + +.e-recurrenceeditor .e-input-wrapper-side { + float: left; + padding: 16px 20px 0; + width: 50%; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label { + float: none; + font-size: 12px; + font-weight: 400; + margin-bottom: 1px; + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper { + margin: 0; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label { + font-size: 12px; + font-weight: 400; + margin-bottom: 1px; + padding-right: 16px; +} + +.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left { + padding-bottom: 6px; +} + +.e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left { + padding-bottom: 12px; +} + +.e-recurrenceeditor .e-input-wrapper-side.e-form-right { + margin-bottom: 11px; +} + +.e-bigger .e-recurrenceeditor { + padding: 0; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 12px 11px 0; +} + +.e-bigger .e-recurrenceeditor .e-form-left { + padding: 0 12px 14px 0; +} + +.e-bigger .e-recurrenceeditor .e-form-right, +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px 12px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position { + right: 24px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left { + padding-bottom: 6px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 70px; +} + +.e-bigger .e-recurrenceeditor .e-week-position { + padding-left: 55px; + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label { + font-size: 12px; + margin-bottom: 0; +} + +.e-bigger .e-recurrenceeditor .e-end-on-label { + margin-bottom: 0; +} + +.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label { + font-size: 12px; + margin-bottom: 8px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left { + padding-bottom: 12px; +} + +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label { + font-size: 12px; + margin-bottom: 1px; +} + +.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper, +.e-bigger .e-recurrenceeditor .e-year-expander, +.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + margin-bottom: 11px; +} + +.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 0; +} + +.e-bigger .e-recurrenceeditor .e-days button { + height: 40px; + width: 40px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-form-left, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left { + padding: 0 0 10px 12px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-form-right, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right { + padding: 0 12px 10px 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; + padding-right: 64px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label { + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label { + margin-bottom: 5px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position { + right: 33px; +} + +.e-bigger .e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 46px; +} + +.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child { + width: 25%; +} + +.e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child { + width: 20%; +} + +.e-device .e-recurrenceeditor .e-week-expander-label { + margin-bottom: 6px; +} + +.e-device .e-recurrenceeditor .e-month-expander-label { + font-size: 12px; + margin-bottom: 5px; +} + +.e-device .e-recurrenceeditor .e-footer-content { + padding: 12px; +} + +.e-device .e-recurrenceeditor .e-form-left, +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left { + padding: 0 0 10px; +} + +.e-device .e-recurrenceeditor .e-form-right, +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right { + padding: 0 0 10px; +} + +.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date, +.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count { + padding-left: 10px; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 10px; +} + +.e-device .e-recurrenceeditor.e-end-on { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-end-on .e-end-on-label { + float: none; + font-size: 12px; + font-weight: 400; + margin-bottom: 1px; +} + +.e-device .e-recurrenceeditor.e-end-on .e-end-on-left { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, +.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 10px; +} + +.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element { + padding-left: 0; +} + +.e-device .e-recurrenceeditor.e-rtl .e-week-position { + padding-left: 16px; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element { + padding-left: 20px; +} + +.e-device .e-recurrenceeditor .e-week-position { + padding-left: 0; + padding-right: 0; +} + +.e-device .e-recurrenceeditor .e-week-position { + padding-left: 0; +} + +.e-device.e-recurrence-dialog .e-dlg-header-content { + background: none; + box-shadow: none; + padding-bottom: 10px; +} + +.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label { + margin-bottom: 1px; +} + +.e-device.e-recurrence-dialog .e-footer-content { + padding: 16px 8px; +} + +@media (max-width: 580px) { + .e-recurrenceeditor { + margin-left: auto; + margin-right: auto; + width: 100%; + } + .e-recurrenceeditor .e-editor { + -ms-flex-direction: column; + flex-direction: column; + } + .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left { + margin-top: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label { + margin-bottom: 1px; + } + .e-recurrenceeditor .e-editor > div { + margin-top: 20px; + } + .e-recurrenceeditor .e-editor > .e-input-wrapper { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper { + width: 50%; + } + .e-recurrenceeditor .e-editor .e-form-left, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left { + padding: 0 0 10px; + } + .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date, + .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count { + padding-left: 10px; + padding-right: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 10px; + } + .e-recurrenceeditor .e-editor .e-form-right, + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right { + padding-left: 0; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days { + width: 100%; + } + .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week { + width: 100%; + } + .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left { + padding-right: 0; + } + .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date, + .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count { + padding-left: 0; + padding-right: 10px; + } +} + +/*! Recurrence-Editor component theme */ +.e-ribbon .e-drop-icon::before { + content: '\e94d'; +} + +.e-ribbon .e-menu-wrapper.e-file-menu ul .e-menu-item .e-caret::before { + content: '\e969'; +} + +.e-ribbon { + border: 1px solid #e0e0e0; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border: 0; +} + +.e-ribbon .e-tab .e-tab-header { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 35px; + min-height: 35px; +} + +.e-ribbon .e-tab .e-tab-header .e-hscroll { + display: inline-block !important; + width: calc(100% - 28px); +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-tab-wrap { + padding: 0; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-toolbar-item:nth-child(2) .e-text-wrap { + vertical-align: top; +} + +.e-ribbon .e-tab .e-tab-header .e-indicator { + z-index: 1; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + text-transform: none; +} + +.e-ribbon .e-tab.e-sheet-tab .e-tab-header .e-tab-text { + white-space: pre; +} + +.e-ribbon .e-drop-icon { + cursor: pointer; + float: right; + font-family: 'e-icons'; + margin: 12.5px 4px; + text-align: center; + transform: rotate(180deg); + transition: transform 300ms ease; + width: 18px; + font-size: 10px; +} + +.e-ribbon.e-collapsed .e-content, +.e-ribbon.e-collapsed .e-indicator, +.e-ribbon.e-collapsed .e-tab-header .e-toolbar-item.e-active .e-text-wrap::before { + display: none; +} + +.e-ribbon.e-collapsed .e-drop-icon { + transform: rotate(0deg); +} + +.e-ribbon .e-content .e-toolbar.e-overlay .e-toolbar-items .e-toolbar-item.e-overlay { + opacity: 1; +} + +.e-ribbon .e-menu-wrapper { + border-width: 0; +} + +.e-ribbon .e-menu-wrapper ul.e-menu { + padding: 0; +} + +.e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon { + height: 35px; + line-height: 35px; +} + +.e-ribbon .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon .e-caret { + line-height: 35px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu { + padding: 0; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon { + height: 41px; + line-height: 41px; +} + +.e-bigger .e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret, +.e-bigger.e-ribbon .e-menu-wrapper.e-file-menu ul.e-menu .e-menu-item.e-menu-caret-icon .e-caret { + line-height: 41px; +} + +.e-bigger .e-ribbon .e-drop-icon, +.e-bigger.e-ribbon .e-drop-icon { + font-size: 12px; + margin: 14.5px 5px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 16px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header, +.e-bigger.e-ribbon .e-tab .e-tab-header { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav, +.e-bigger.e-ribbon .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 41px; + min-height: 41px; +} + +.e-ribbon { + background-color: #fafafa; +} + +.e-ribbon .e-tab .e-tab-header { + background-color: inherit; +} + +.e-ribbon .e-tab .e-tab-header .e-drop-icon { + color: #5f6368; +} + +.e-ribbon .e-tab .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-color: #dcdcdc; +} + +.e-ribbon .e-tab .e-tab-header:not(.e-vertical) .e-toolbar-item.e-active { + border: 0; +} + +.e-ribbon .e-tab .e-content .e-toolbar { + border-bottom-color: transparent; + border-top-color: transparent; +} + +.e-ribbon .e-menu-wrapper { + background-color: transparent; +} + +/*! recurrence editor theme wise definitions*/ +/*! Schedule component's material theme definitions and variables */ +.e-schedule .e-schedule-toolbar .e-icon-prev::before { + content: '\e937'; +} + +.e-schedule .e-schedule-toolbar .e-icon-next::before { + content: '\e956'; +} + +.e-schedule .e-schedule-toolbar .e-icon-add::before { + content: '\e963'; +} + +.e-schedule .e-schedule-toolbar .e-icon-today::before { + content: '\e322'; +} + +.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before { + content: '\e969'; +} + +.e-schedule .e-schedule-toolbar .e-icon-day::before { + content: '\e31b'; +} + +.e-schedule .e-schedule-toolbar .e-icon-week::before { + content: '\e315'; +} + +.e-schedule .e-schedule-toolbar .e-icon-workweek::before { + content: '\e314'; +} + +.e-schedule .e-schedule-toolbar .e-icon-month::before { + content: '\e93c'; +} + +.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before { + content: '\e313'; +} + +.e-schedule .e-schedule-toolbar .e-icon-agenda::before { + content: '\e31d'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before { + content: '\ea85'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before { + content: '\ea88'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before { + content: '\ea8b'; +} + +.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before { + content: '\ea8e'; +} + +.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before { + content: '\e984'; +} + +.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before { + content: '\e984'; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before { + content: '\e956'; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before { + content: '\e937'; +} + +.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before { + content: '\e99a'; +} + +.e-schedule .e-schedule-resource-toolbar .e-icon-next::before { + content: '\e956'; +} + +.e-schedule .e-close-icon::before { + content: '\e7fc'; +} + +.e-schedule .e-block-indicator::before { + content: '\e22a'; +} + +.e-schedule .e-appointment .e-recurrence-icon::before { + content: '\e308'; +} + +.e-schedule .e-appointment .e-recurrence-edit-icon::before { + content: '\e30a'; +} + +.e-schedule .e-appointment .e-up-icon::before { + content: '\e306'; +} + +.e-schedule .e-appointment .e-down-icon::before { + content: '\e304'; +} + +.e-schedule .e-appointment .e-left-icon::before { + content: '\e302'; +} + +.e-schedule .e-appointment .e-right-icon::before { + content: '\e300'; +} + +.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before { + content: '\e916'; +} + +.e-schedule.e-rtl .e-appointment .e-left-icon::before { + content: '\e300'; +} + +.e-schedule.e-rtl .e-appointment .e-right-icon::before { + content: '\e302'; +} + +.e-schedule .e-resource-tree-icon::before { + content: '\e22f'; +} + +.e-schedule-dialog.e-device .e-back-icon::before { + content: '\e977'; +} + +.e-schedule-dialog.e-device .e-save-icon::before { + content: '\e98e'; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before { + content: '\e944'; +} + +.e-schedule-dialog.e-device.e-rtl .e-back-icon::before { + content: '\e85f'; +} + +.e-quick-popup-wrapper .e-edit-icon::before { + content: '\e891'; +} + +.e-quick-popup-wrapper .e-delete-icon::before { + content: '\e94a'; +} + +.e-quick-popup-wrapper .e-close-icon::before { + content: '\e7fc'; +} + +.e-quick-popup-wrapper .e-time-icon::before { + content: '\e20c'; +} + +.e-quick-popup-wrapper .e-location-icon::before { + content: '\e30c'; +} + +.e-quick-popup-wrapper .e-time-zone-icon::before { + content: '\e30e'; +} + +.e-quick-popup-wrapper .e-description-icon::before { + content: '\e30d'; +} + +.e-quick-popup-wrapper .e-resource-icon::before { + content: '\e424'; +} + +.e-quick-popup-wrapper .e-date-time-icon::before { + content: '\e421'; +} + +.e-more-popup-wrapper.e-device .e-close-icon::before { + content: '\e7fc'; +} + +/*! schedule component layout */ +.e-schedule { + display: block; + outline: medium none; + overflow: hidden; + position: relative; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-schedule .e-schedule-toolbar { + background: #fafafa; + border: 0; + border-bottom: 0; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); + margin-bottom: 3px; + min-height: 42px; +} + +.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text, +.e-schedule .e-schedule-toolbar .e-active-view .e-icons { + color: #e3165b; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-pop { + background: #fafafa; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn { + background: #fafafa; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn:hover, .e-schedule .e-schedule-toolbar .e-tbar-btn:focus { + background-color: #e0e0e0; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn:active { + background: #e0e0e0; +} + +.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + cursor: pointer; + font-size: 13px; + text-transform: uppercase; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items { + background: #fafafa; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos { + height: 42px; + min-height: 42px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div { + height: inherit; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow { + font-size: 10px; + padding-top: 0; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover { + background: #e0e0e0; + border-radius: 100%; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus { + background: #e0e0e0; + border-radius: 100%; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text { + display: none; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden { + display: none; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev, +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next { + font-size: 14px; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text { + font-size: 14px; + text-transform: initial; +} + +.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text { + cursor: pointer; + font-size: 13px; + text-transform: uppercase; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav { + background: #fafafa; + border-left: 0; + border-right: 1px solid #f5f5f5; +} + +.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-hor-nav.e-nav-active):hover { + background-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-schedule-toolbar .e-hor-nav { + background: #fafafa; + border-left: 1px solid #f5f5f5; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav::after { + content: ''; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:active { + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:active::after { + content: ''; +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:hover { + background: #e0e0e0; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-schedule-toolbar .e-hor-nav:focus { + background: #e0e0e0; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule.e-device .e-schedule-toolbar { + height: 56px; + min-height: 56px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus { + height: calc(100% - 20px); +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos { + height: 56px; + min-height: 56px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div { + height: inherit; +} + +.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + font-size: 14px; +} + +.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text { + font-size: 14px; +} + +.e-schedule .e-schedule-resource-toolbar { + background: #fafafa; + border-bottom: 0; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); + display: -ms-flexbox; + display: flex; + margin-bottom: 3px; + min-height: 42px; + padding: 10px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu { + color: rgba(0, 0, 0, 0.54); + font-size: 14px; + padding: 7px; + padding-left: 4px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable { + display: none; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name { + font-size: 14px; + padding: 5px; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child) { + opacity: .6; +} + +.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next { + color: rgba(0, 0, 0, 0.54); + font-size: 10px; + line-height: 18px; + opacity: .4; + padding: 5px; +} + +.e-schedule .e-schedule-resource-toolbar.e-popup-close { + display: none; +} + +.e-schedule .e-schedule-resource-toolbar.e-popup-open { + display: block; +} + +.e-schedule .e-text-ellipsis { + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-text-center { + text-align: center; +} + +.e-schedule .e-table-container { + display: -ms-inline-flexbox; + display: inline-flex; + position: relative; + vertical-align: top; +} + +.e-schedule .e-table-container.e-translate { + transition: transform .3s ease 0s; +} + +.e-schedule .e-resource-tree-popup { + background: #fff; + box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4); + height: 100%; + position: absolute; + width: 250px; +} + +.e-schedule .e-resource-tree-popup .e-resource-tree { + height: 100%; + overflow-y: auto; +} + +.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content { + padding: 0 0 0 12px; +} + +.e-schedule .e-resource-tree-popup-overlay.e-enable { + background-color: #383838; + height: 100%; + left: 0; + opacity: .5; + position: absolute; + top: 0; + width: 100%; +} + +.e-schedule .e-new-event { + background-color: #3f51b5; + border: 1px solid #fff; + border-radius: 5px; + height: 100%; + opacity: .9; + position: relative; + width: 100%; + z-index: 1; +} + +.e-schedule .e-new-event .e-title { + color: #fff; + font-size: 12px; + line-height: 1.2; + margin: 0; + overflow-wrap: break-word; + padding: 3px; + position: absolute; + text-align: left; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-month-view .e-new-event { + height: calc(100% - 25px); +} + +.e-schedule .e-schedule-table { + border: 0 none; + border-collapse: separate; + border-spacing: 0; + margin: 0; + table-layout: fixed; + width: 100%; +} + +.e-schedule .e-schedule-table > tbody > tr > th, +.e-schedule .e-schedule-table > tbody > tr > td { + box-sizing: border-box; + font-weight: normal; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-schedule .e-outer-table > tbody > tr > td { + padding: 0; + vertical-align: top; +} + +.e-schedule .e-content-wrap { + position: relative; +} + +.e-schedule .e-content-wrap .e-day-wrapper { + width: 100%; +} + +.e-schedule .e-content-wrap, +.e-schedule .e-scroll-container { + -webkit-overflow-scrolling: touch; + overflow: auto; +} + +.e-schedule .e-hide-childs > * { + display: none; +} + +.e-schedule .e-recurrence-icon, +.e-schedule .e-recurrence-edit-icon { + font-size: 11px; +} + +.e-schedule .e-left-icon, +.e-schedule .e-right-icon { + font-size: 8px; +} + +.e-schedule .e-m-date { + cursor: pointer; + font-size: 20px; +} + +.e-schedule .e-m-date:hover { + text-decoration: underline; +} + +.e-schedule .e-m-day { + font-size: 12px; +} + +.e-schedule.e-device .e-m-date:hover { + text-decoration: none; +} + +.e-schedule .e-block-appointment { + background: rgba(0, 0, 0, 0.08); + border-radius: 2px; + color: rgba(0, 0, 0, 0.6); + cursor: default; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-block-appointment .e-subject { + overflow: hidden; + overflow-wrap: break-word; + padding: 4px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-block-indicator { + color: rgba(0, 0, 0, 0.6); + float: right; + padding: 0 6px; + z-index: 1; +} + +.e-schedule.e-rtl .e-block-indicator { + float: left; +} + +.e-schedule .e-month-view .e-block-indicator { + margin-top: -20px; +} + +.e-schedule .e-timeline-view .e-block-indicator, +.e-schedule .e-timeline-month-view .e-block-indicator { + position: absolute; + top: 3px; +} + +.e-schedule .e-appointment { + opacity: 1; + transition: opacity 100ms linear; +} + +.e-schedule .e-appointment.e-event-action { + opacity: .4; +} + +.e-schedule .e-read-only { + opacity: .8; +} + +.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone), +.e-schedule.e-event-action .e-block-appointment { + pointer-events: none; +} + +.e-schedule.e-event-action .e-drag-clone, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone { + cursor: move; +} + +.e-schedule.e-event-action .e-drag-clone .e-top-handler, +.e-schedule.e-event-action .e-drag-clone .e-bottom-handler, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler, +.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler { + pointer-events: none; +} + +.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone { + cursor: ns-resize; +} + +.e-schedule.e-event-action .e-timeline-view .e-resize-clone, +.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone, +.e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone { + cursor: ew-resize; +} + +.e-schedule.e-device .e-appointment { + overflow: hidden; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize { + height: 10px; + left: 50%; + position: absolute; + transform: translateX(-50%); + width: 100%; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize { + border-radius: 50%; + height: 100%; + position: absolute; + top: 50%; + transform: translateY(-50%); + width: 10px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize { + margin-top: -8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize { + margin-top: 8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize { + margin-left: -8px; +} + +.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize { + margin-left: 8px; +} + +.e-schedule .e-event-resize { + position: absolute; +} + +.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler { + height: 100%; + width: 10px; +} + +.e-schedule .e-event-resize.e-left-handler { + cursor: ew-resize; + float: left; + left: 0; +} + +.e-schedule .e-event-resize.e-right-handler { + cursor: e-resize; + float: right; + right: 0; +} + +.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler { + height: 10px; + width: 100%; +} + +.e-schedule .e-event-resize.e-top-handler { + cursor: ns-resize; + top: 0; +} + +.e-schedule .e-event-resize.e-bottom-handler { + bottom: 0; + cursor: ns-resize; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-content-table, +.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap { + height: 100%; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment { + background: #3f51b5; + border: 1px solid #e8eaf6; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 54px; + margin-bottom: 2px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + padding: 2px 4px 0 2px; + text-align: left; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + overflow-wrap: break-word; + padding-top: 1px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon { + line-height: 54px; + padding: 0 5px; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon, +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon { + line-height: 54px; + padding: 0 2px; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper { + position: absolute; + width: 0; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells { + height: auto; + vertical-align: top; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator { + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-left-indent { + width: 85px; +} + +.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells { + position: relative; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table col, +.e-schedule .e-vertical-view .e-content-wrap table col { + width: 36px; +} + +.e-schedule .e-vertical-view .e-resource-cells { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-vertical-view .e-header-cells { + font-size: 12px; + height: 60px; + padding: 5px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-day { + display: table; + font-size: 13px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-date { + cursor: pointer; + display: table; + font-size: 18px; +} + +.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day { + cursor: default; + opacity: .35; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date { + cursor: default; + opacity: .35; +} + +.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover { + text-decoration: none; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper { + display: block; + height: 100%; + pointer-events: none; + position: relative; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator { + bottom: 0; + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + overflow: hidden; + overflow-wrap: normal; + padding: 2px 4px; + pointer-events: visible; + position: absolute; + text-overflow: ellipsis; + width: 100%; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-vertical-view .e-row-count-wrapper.e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section { + bottom: 4px; + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + display: block; + font-size: 11px; + height: 25px; + left: 0; + line-height: 25px; + margin: 0 auto; + position: absolute; + right: 0; + transform: rotate(0deg); + transition: transform 300ms ease-in-out; + width: 25px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand { + transform: rotate(0deg); +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse { + transform: rotate(180deg); +} + +.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus { + background: #e0e0e0; + border-radius: 100%; +} + +.e-schedule .e-vertical-view .e-appointment-hide { + opacity: 0; +} + +.e-schedule .e-vertical-view .e-all-day-cells { + height: 0; + padding: 0; + text-align: center; + vertical-align: top; +} + +.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate { + transition: 250ms ease-out; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td, +.e-schedule .e-vertical-view .e-work-cells { + font-size: 12px; + height: 36px; + text-align: center; +} + +.e-schedule .e-vertical-view .e-work-cells { + width: 36px; +} + +.e-schedule .e-vertical-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-vertical-view .e-current-time { + font-size: 11px; +} + +.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-schedule .e-vertical-view .e-current-time, +.e-schedule .e-vertical-view .e-previous-timeline, +.e-schedule .e-vertical-view .e-current-timeline { + left: 0; + position: absolute; + right: 0; + text-align: center; + top: 0; + width: 100%; +} + +.e-schedule .e-vertical-view .e-previous-timeline, +.e-schedule .e-vertical-view .e-current-timeline { + z-index: 1; +} + +.e-schedule .e-vertical-view .e-date-header-wrap, +.e-schedule .e-vertical-view .e-time-cells-wrap { + overflow: hidden; +} + +.e-schedule .e-vertical-view .e-content-wrap, +.e-schedule .e-vertical-view .e-time-cells-wrap { + position: relative; +} + +.e-schedule .e-vertical-view .e-timeline-wrapper, +.e-schedule .e-vertical-view .e-day-wrapper, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper { + height: 0; + margin: 0; + padding: 0; + position: relative; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) { + cursor: default; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment { + background: #3f51b5; + border: 1px solid #e8eaf6; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 20px; + overflow: hidden; + padding: 1px 0 1px 4px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time { + display: block; + font-size: 11px; + padding: 1px 4px 2px 0; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon, +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-right-icon { + line-height: 20px; + padding: 0 2px; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) { + cursor: default; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment { + background: #3f51b5; + border: 1px solid #e8eaf6; + border-radius: 2px; + color: #fff; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details { + -ms-flex: auto; + flex: auto; + padding: 0 4px; + text-align: left; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + overflow-wrap: break-word; + padding-top: 4px; + white-space: normal; + word-wrap: break-word; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time { + display: block; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon { + bottom: 5px; + display: block; + float: right; + height: auto; + left: auto; + position: absolute; + right: 5px; + width: auto; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator { + display: block; + margin: 0 45%; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon, +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon { + font-size: 8px; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon { + margin-top: 3px; + top: 0; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon { + bottom: 6px; + position: absolute; +} + +.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-vertical-view.e-day-view .e-header-date { + cursor: default; +} + +.e-schedule .e-vertical-view.e-day-view .e-header-date:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day { + font-size: 14px; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date { + font-size: 20px; +} + +.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-vertical-view .e-left-indent { + width: 35px; +} + +.e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-schedule.e-device .e-vertical-view .e-current-time { + font-size: 9px; +} + +.e-schedule.e-device .e-vertical-view .e-time-cells-wrap { + float: left; + width: 35px; +} + +.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td { + font-size: 11px; +} + +.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-weight: 500; + min-height: auto; +} + +.e-schedule.e-rtl { + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details { + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details { + padding: 1px 4px 1px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details { + line-height: 15px; + text-align: right; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject { + font-weight: 500; + margin-left: 15px; + margin-right: auto; +} + +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon, +.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon { + float: left; + left: 5px; + right: auto; +} + +.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap { + float: right; +} + +@media screen and (max-width: 480px) { + .e-schedule .e-vertical-view .e-left-indent { + width: 35px; + } +} + +.e-schedule .e-month-view .e-left-indent, +.e-schedule .e-month-agenda-view .e-left-indent { + border-right: 1px solid rgba(0, 0, 0, 0.12); + width: 36px; +} + +.e-schedule .e-month-view .e-week-number-wrapper, +.e-schedule .e-month-agenda-view .e-week-number-wrapper { + overflow: hidden; + position: relative; +} + +.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table, +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table { + height: 100%; +} + +.e-schedule .e-month-view .e-week-number-wrapper .e-week-number, +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number { + color: rgba(0, 0, 0, 0.54); + padding-top: 4px; + text-align: center; + vertical-align: top; + width: 36px; +} + +.e-schedule .e-month-view .e-content-wrap table tr:last-child td { + border-bottom-width: 0; +} + +.e-schedule .e-month-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-month-view .e-week-number { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(0, 0, 0, 0.12); + height: 70px; +} + +.e-schedule .e-month-view .e-content-wrap { + display: -ms-flexbox; + display: flex; + font-size: 13px; +} + +.e-schedule .e-month-view .e-date-header-wrap table col { + width: 36px; +} + +.e-schedule .e-month-view .e-resource-cells { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-month-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 3px; +} + +.e-schedule .e-month-view .e-content-table { + height: 100%; +} + +.e-schedule .e-month-view .e-work-cells { + height: 70px; + vertical-align: top; + width: 36px; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header { + visibility: hidden; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header { + cursor: default; + opacity: .35; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover { + text-decoration: none; +} + +.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-view .e-date-header { + cursor: pointer; + display: table; + height: 20px; + line-height: 20px; + margin: 3px 3px 2px; + text-align: center; +} + +.e-schedule .e-month-view .e-date-header:hover { + text-decoration: underline; +} + +.e-schedule .e-month-view .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-month-view .e-appointment { + background: #3f51b5; + border: 1px solid #e8eaf6; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-month-view .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 20px; + overflow: hidden; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 1px 2px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time { + font-size: 11px; + padding: 1.5px; +} + +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon, +.e-schedule .e-month-view .e-appointment .e-appointment-details .e-right-icon { + line-height: 22px; + padding: 0 2px; +} + +.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-month-view .e-appointment .e-subject { + padding: 2px; + width: 100%; +} + +.e-schedule .e-month-view .e-more-indicator { + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-month-view .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule.e-rtl .e-month-view .e-left-indent { + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-view .e-week-number { + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right-width: 0; +} + +.e-schedule .e-year-view .e-calendar-wrapper { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar { + border: 0; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title { + cursor: default; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day { + display: block; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month { + color: rgba(0, 0, 0, 0.54); + pointer-events: visible; + -ms-touch-action: auto; + touch-action: auto; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today { + opacity: .5; +} + +.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment { + background-color: #3f51b5; + border-radius: 50%; + height: 5px; + margin-left: 13px; + margin-top: -6px; + position: absolute; + width: 5px; +} + +.e-schedule .e-year-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-year-view .e-date-header-wrap table col { + width: 36px; +} + +.e-schedule .e-year-view .e-date-header-wrap table td { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 0 1px 1px; + color: rgba(0, 0, 0, 0.87); + text-align: left; +} + +.e-schedule .e-year-view .e-date-header-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-year-view .e-resource-cells { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; + height: 40px; + padding: 8px; + padding-left: 15px; +} + +.e-schedule .e-year-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) { + border-left: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-schedule .e-year-view .e-resource .e-month-calendar { + max-width: 100%; + min-width: 100%; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap, +.e-schedule .e-timeline-year-view .e-month-header-wrapper { + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap table td { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 1px 1px 0; + color: rgba(0, 0, 0, 0.87); + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day { + color: #e3165b; +} + +.e-schedule .e-timeline-year-view .e-work-cells { + background-color: #fafafa; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 1px 1px 0; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) { + background: #f5f5f5; + color: #000; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-work-days { + background-color: #fff; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-other-month { + color: rgba(0, 0, 0, 0.54); +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header { + background-color: #e3165b; + border-radius: 50%; + color: #fff; + margin: 2px; + width: 20px; +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell { + background-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator { + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover { + background-color: #e0e0e0; +} + +.e-schedule .e-timeline-year-view .e-content-table { + height: 100%; +} + +.e-schedule .e-timeline-year-view .e-left-indent { + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 1px 1px 0; + vertical-align: middle; +} + +.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent { + width: 100px; +} + +.e-schedule .e-timeline-year-view.e-vertical .e-left-indent { + width: 50px; +} + +.e-schedule .e-timeline-year-view .e-month-header { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(0, 0, 0, 0.12); + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-month-header.e-current-day { + color: #e3165b; +} + +.e-schedule .e-timeline-year-view .e-left-indent, +.e-schedule .e-timeline-year-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 3px; + text-align: center; +} + +.e-schedule .e-timeline-year-view .e-month-header, +.e-schedule .e-timeline-year-view .e-work-cells { + height: 70px; +} + +.e-schedule .e-timeline-year-view .e-header-cells, +.e-schedule .e-timeline-year-view .e-work-cells { + width: 60px; +} + +.e-schedule .e-timeline-year-view .e-work-cells { + vertical-align: top; +} + +.e-schedule .e-timeline-year-view .e-work-cells .e-date-header { + cursor: pointer; + display: table; + height: 20px; + line-height: 20px; + margin: 3px 3px 2px; + text-align: center; + width: 10px; +} + +.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover { + text-decoration: underline; +} + +.e-schedule .e-timeline-year-view .e-event-table { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment { + background: #3f51b5; + border: 1px solid #e8eaf6; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 22px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + line-height: 20px; + overflow: hidden; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject { + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 1px 2px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding: 1.5px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon { + line-height: 38px; + padding: 0 5px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator { + display: block; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon, +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon { + font-size: 10px; + line-height: 38px; + padding-right: 7px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon { + padding-right: 5px; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator { + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule.e-device .e-year-view .e-month-calendar { + max-width: 100%; + min-width: 100%; +} + +.e-schedule .e-timeline-view .e-content-wrap, +.e-schedule .e-timeline-view .e-content-table, +.e-schedule .e-timeline-month-view .e-content-wrap, +.e-schedule .e-timeline-month-view .e-content-table { + height: 100%; +} + +.e-schedule .e-timeline-view .e-date-header-wrap, +.e-schedule .e-timeline-month-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-view .e-event-table, +.e-schedule .e-timeline-month-view .e-event-table { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table col, +.e-schedule .e-timeline-view .e-content-wrap table col, +.e-schedule .e-timeline-month-view .e-date-header-wrap table col, +.e-schedule .e-timeline-month-view .e-content-wrap table col { + width: 50px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td { + height: 36px; + overflow: hidden; + padding: 5px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots { + overflow: inherit; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span, +.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td > span { + position: relative; +} + +.e-schedule .e-timeline-view .e-navigate:hover, +.e-schedule .e-timeline-month-view .e-navigate:hover { + cursor: pointer; + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-navigate:focus, +.e-schedule .e-timeline-month-view .e-navigate:focus { + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-work-cells, +.e-schedule .e-timeline-month-view .e-work-cells { + height: 60px; +} + +.e-schedule .e-timeline-view .e-work-cells.e-disable-dates, +.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover, +.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-timeline-view .e-resource-text, +.e-schedule .e-timeline-month-view .e-resource-text { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; + overflow: hidden; + padding: 0 15px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-resource-left-td, +.e-schedule .e-timeline-month-view .e-resource-left-td { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 1px 1px 0; + color: rgba(0, 0, 0, 0.87); + vertical-align: middle; + width: 200px; +} + +.e-schedule .e-timeline-view .e-resource-cells, +.e-schedule .e-timeline-month-view .e-resource-cells { + background-color: #fafafa; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 1px 1px 0; + color: rgba(0, 0, 0, 0.87); + height: 60px; + padding-left: 15px; + padding-right: 0; + vertical-align: middle; +} + +.e-schedule .e-timeline-view .e-resource-column-wrap, +.e-schedule .e-timeline-month-view .e-resource-column-wrap { + overflow: hidden; + position: relative; +} + +.e-schedule .e-timeline-view .e-resource-column-table, +.e-schedule .e-timeline-month-view .e-resource-column-table { + height: 100%; +} + +.e-schedule .e-timeline-view .e-auto-height, +.e-schedule .e-timeline-month-view .e-auto-height { + height: auto; +} + +.e-schedule .e-timeline-view .e-resource-tree-icon, +.e-schedule .e-timeline-month-view .e-resource-tree-icon { + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + float: left; + font-family: 'e-icons'; + font-size: 12px; +} + +.e-schedule .e-timeline-view .e-resource-collapse, +.e-schedule .e-timeline-month-view .e-resource-collapse { + transform: rotate(90deg); +} + +.e-schedule .e-timeline-view .e-child-node, +.e-schedule .e-timeline-month-view .e-child-node { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-appointment-wrapper, +.e-schedule .e-timeline-month-view .e-appointment-wrapper { + position: absolute; +} + +.e-schedule .e-timeline-view .e-appointment, +.e-schedule .e-timeline-month-view .e-appointment { + background: #3f51b5; + border: 1px solid #e8eaf6; + border-radius: 2px; + color: #fff; + cursor: default; + display: -ms-flexbox; + display: flex; + height: 38px; + overflow: hidden; + position: absolute; +} + +.e-schedule .e-timeline-view .e-appointment .e-appointment-details, +.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details { + display: -ms-flexbox; + display: flex; + -ms-flex: auto; + flex: auto; + overflow: hidden; + padding: 0 4px; +} + +.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap, +.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-schedule .e-timeline-view .e-appointment .e-subject, +.e-schedule .e-timeline-month-view .e-appointment .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + padding-top: 4px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-appointment .e-time, +.e-schedule .e-timeline-view .e-appointment .e-location, +.e-schedule .e-timeline-month-view .e-appointment .e-time, +.e-schedule .e-timeline-month-view .e-appointment .e-location { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-appointment .e-time, +.e-schedule .e-timeline-month-view .e-appointment .e-time { + display: block; +} + +.e-schedule .e-timeline-view .e-appointment .e-disable, +.e-schedule .e-timeline-month-view .e-appointment .e-disable { + display: none; +} + +.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-edit-icon { + line-height: 38px; + padding: 0 5px; +} + +.e-schedule .e-timeline-view .e-appointment .e-indicator, +.e-schedule .e-timeline-month-view .e-appointment .e-indicator { + display: block; +} + +.e-schedule .e-timeline-view .e-appointment .e-left-icon, +.e-schedule .e-timeline-view .e-appointment .e-right-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-left-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-right-icon { + font-size: 10px; + line-height: 38px; + padding-right: 7px; +} + +.e-schedule .e-timeline-view .e-appointment .e-right-icon, +.e-schedule .e-timeline-month-view .e-appointment .e-right-icon { + padding-right: 5px; +} + +.e-schedule .e-timeline-view .e-appointment.e-appointment-border, .e-schedule .e-timeline-view .e-appointment:focus, +.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border, +.e-schedule .e-timeline-month-view .e-appointment:focus { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-schedule .e-timeline-view .e-more-indicator, +.e-schedule .e-timeline-month-view .e-more-indicator { + color: rgba(0, 0, 0, 0.54); + cursor: pointer; + font-size: 11px; + line-height: 11px; + overflow: hidden; + padding: 2px 4px; + position: absolute; + text-overflow: ellipsis; +} + +.e-schedule .e-timeline-view .e-more-indicator:focus, +.e-schedule .e-timeline-month-view .e-more-indicator:focus { + text-decoration: underline; +} + +.e-schedule .e-timeline-view .e-navigate { + font-size: 13px; +} + +.e-schedule .e-timeline-view .e-clone-time-indicator, +.e-schedule .e-timeline-view .e-current-time { + bottom: 0; + position: absolute; +} + +.e-schedule .e-timeline-view .e-current-timeline { + position: absolute; + top: 0; +} + +.e-schedule .e-timeline-month-view .e-date-header-wrap table col, +.e-schedule .e-timeline-month-view .e-content-wrap table col { + width: 70px; +} + +.e-schedule .e-virtual-scroll .e-content-table { + position: absolute; + transform: translateY(0); +} + +.e-schedule .e-virtual-scroll .e-content-wrap.e-transition { + transition: all 1000ms linear; +} + +.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon, +.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon { + padding: 0 0 0 5px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-left-td, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td { + border-width: 0 0 1px 1px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-cells, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells { + border-width: 0 0 1px 1px; + padding-right: 15px; +} + +.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon, +.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon { + float: right; +} + +.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap, +.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap { + text-align: right; +} + +.e-schedule.e-device .e-month-view .e-date-header-wrap, +.e-schedule.e-device .e-timeline-view .e-date-header-wrap, +.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap { + font-size: 13px; +} + +.e-schedule.e-device .e-month-view .e-date-header-wrap td, +.e-schedule.e-device .e-timeline-view .e-date-header-wrap td, +.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td { + border-left-width: 0; + border-right-width: 0; +} + +.e-schedule.e-device .e-month-view .e-content-wrap, +.e-schedule.e-device .e-timeline-view .e-content-wrap, +.e-schedule.e-device .e-timeline-month-view .e-content-wrap { + font-size: 14px; +} + +.e-schedule.e-device .e-month-view .e-date-header:hover, +.e-schedule.e-device .e-timeline-view .e-date-header:hover, +.e-schedule.e-device .e-timeline-month-view .e-date-header:hover { + text-decoration: none; +} + +.e-schedule.e-device .e-month-view .e-more-indicator, +.e-schedule.e-device .e-timeline-view .e-more-indicator, +.e-schedule.e-device .e-timeline-month-view .e-more-indicator { + font-size: 12px; +} + +.e-schedule.e-device .e-month-view .e-navigate:hover, +.e-schedule.e-device .e-timeline-view .e-navigate:hover, +.e-schedule.e-device .e-timeline-month-view .e-navigate:hover { + text-decoration: none; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu { + margin-top: 6px; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable { + display: none; +} + +.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next { + margin-top: 4px; +} + +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number { + border-right: 1px solid rgba(0, 0, 0, 0.12); + padding-top: 8px; +} + +.e-schedule .e-month-agenda-view .e-wrapper-container { + position: relative; +} + +.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table, +.e-schedule .e-month-agenda-view .e-content-table { + border-bottom: 2px solid rgba(0, 0, 0, 0.12); + box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15); +} + +.e-schedule .e-month-agenda-view .e-resource-column { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(0, 0, 0, 0.12); + vertical-align: top; + width: 75px; +} + +.e-schedule .e-month-agenda-view .e-resource-name { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; + line-height: 26px; + overflow: hidden; + padding: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-day-padding { + padding-left: 8px; +} + +.e-schedule .e-month-agenda-view .e-day-border { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-schedule .e-month-agenda-view .e-date-header-wrap { + font-size: 13px; + overflow: hidden; +} + +.e-schedule .e-month-agenda-view .e-content-wrap { + font-size: 13px; +} + +.e-schedule .e-month-agenda-view .e-header-cells { + cursor: default; + font-weight: 400; + height: 30px; + padding: 5px; + text-align: center; +} + +.e-schedule .e-month-agenda-view .e-work-cells { + height: 40px; + position: relative; + vertical-align: top; +} + +.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover { + background-color: rgba(0, 0, 0, 0.08); +} + +.e-schedule .e-month-agenda-view .e-date-header { + height: 24px; + line-height: 24.5px; + margin: 4px auto 0; + text-align: center; + width: 24px; +} + +.e-schedule .e-month-agenda-view .e-appointment-container { + min-height: 40px; +} + +.e-schedule .e-month-agenda-view .e-appointment-wrap { + background-color: #fff; + overflow: auto; + padding: 0 8px; +} + +.e-schedule .e-month-agenda-view .e-appointment { + border-left: 3px solid #3f51b5; + border-right: 0; + cursor: default; + padding: 0 8px; +} + +.e-schedule .e-month-agenda-view .e-appointment:hover { + background: #f5f5f5; +} + +.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus { + background: #e0e0e0; +} + +.e-schedule .e-month-agenda-view .e-subject-wrap { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-month-agenda-view .e-subject { + color: rgba(0, 0, 0, 0.87); + font-size: 14px; + line-height: 26px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-recurrence-icon, +.e-schedule .e-month-agenda-view .e-recurrence-edit-icon { + color: rgba(0, 0, 0, 0.54); + line-height: 26px; + padding: 0 10px; +} + +.e-schedule .e-month-agenda-view .e-date-time { + color: rgba(0, 0, 0, 0.54); + font-size: 12px; + line-height: 26px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-location { + color: rgba(0, 0, 0, 0.54); + font-size: 12px; + line-height: 26px; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-month-agenda-view .e-no-event { + color: rgba(0, 0, 0, 0.54); + cursor: default; + font-size: 14px; + height: 100%; + padding: 8px 4px; +} + +.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view { + padding: 10px 0; +} + +.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view { + margin: 0; + padding: 0; +} + +.e-schedule .e-month-agenda-view .e-appointment-indicator { + background: #3f51b5; + border-radius: 50%; + height: 6px; + left: 0; + margin: 1px auto; + width: 6px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-left-indent { + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-week-number { + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-appointment { + border-left: 0; + border-right: 3px solid #3f51b5; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-resource-column { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right: 0; + vertical-align: top; + width: 75px; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-day-padding { + padding-right: 8px; +} + +.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap { + font-size: 13px; +} + +.e-schedule.e-device .e-month-agenda-view .e-content-wrap { + font-size: 14px; +} + +.e-schedule .e-agenda-view { + background-color: #fff; +} + +.e-schedule .e-agenda-view .e-content-wrap table td:first-child, +.e-schedule .e-agenda-view .e-date-column { + vertical-align: top; + width: 75px; +} + +.e-schedule .e-agenda-view .e-resource-column { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + vertical-align: top; + width: 75px; +} + +.e-schedule .e-agenda-view .e-month-header { + background: #3f51b5; + height: 100px; + padding-top: 12px; + vertical-align: top; +} + +.e-schedule .e-agenda-view .e-month-header .e-date-header { + color: #fff; + font-size: 18px; +} + +.e-schedule .e-agenda-view .e-day-date-header { + color: rgba(0, 0, 0, 0.87); + cursor: default; + padding: 10px 32px 0 16px; +} + +.e-schedule .e-agenda-view .e-day-date-header .e-m-date { + font-size: 18px; +} + +.e-schedule .e-agenda-view .e-day-date-header .e-m-day { + font-size: 13px; +} + +.e-schedule .e-agenda-view .e-day-date-header.e-current-day { + color: #e3165b; +} + +.e-schedule .e-agenda-view .e-day-border { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-schedule .e-agenda-view .e-date-border { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-schedule .e-agenda-view .e-day-padding { + padding-left: 8px; +} + +.e-schedule .e-agenda-view .e-date-header { + font-size: 20px; +} + +.e-schedule .e-agenda-view .e-day-header { + font-size: 12px; +} + +.e-schedule .e-agenda-view .e-subject-wrap { + display: -ms-flexbox; + display: flex; +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject { + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time { + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name { + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon, +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon { + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location { + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-agenda-view .e-subject { + color: rgba(0, 0, 0, 0.87); + font-size: 14px; + line-height: 23px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-resource-name { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; + line-height: 26px; + overflow: hidden; + padding: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-recurrence-icon, +.e-schedule .e-agenda-view .e-recurrence-edit-icon { + color: rgba(0, 0, 0, 0.87); + line-height: 21px; + padding: 0 10px; +} + +.e-schedule .e-agenda-view .e-date-time { + color: rgba(0, 0, 0, 0.54); + font-size: 12px; + line-height: 21px; + overflow: hidden; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-location { + color: rgba(0, 0, 0, 0.54); + font-size: 12px; + line-height: 23px; + overflow: hidden; + padding-left: 8px; + text-overflow: ellipsis; +} + +.e-schedule .e-agenda-view .e-agenda-item { + padding: 10px 0; +} + +.e-schedule .e-agenda-view .e-agenda-parent { + margin: 0; + padding: 0; +} + +.e-schedule .e-agenda-view .e-appointment { + border-left: 3px solid #3f51b5; + border-right: 0; + cursor: default; + padding: 0 8px; +} + +.e-schedule .e-agenda-view .e-appointment:hover { + background: #f5f5f5; +} + +.e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus { + background: #e0e0e0; +} + +.e-schedule .e-agenda-view .e-appointment.e-template { + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-direction: row-reverse; + flex-direction: row-reverse; +} + +.e-schedule .e-agenda-view .e-no-event { + color: rgba(0, 0, 0, 0.54); + cursor: default; + font-size: 14px; + line-height: 52px; + padding: 0 11px; +} + +.e-schedule .e-agenda-view .e-empty-event { + color: rgba(0, 0, 0, 0.54); + cursor: default; + font-size: 14px; + line-height: 52px; + padding: 0 11px; +} + +.e-schedule.e-device .e-agenda-view .e-m-date, +.e-schedule.e-device .e-month-agenda-view .e-m-date { + font-size: 20px; +} + +.e-schedule.e-device .e-agenda-view .e-resource-name, +.e-schedule.e-device .e-agenda-view .e-m-day, +.e-schedule.e-device .e-month-agenda-view .e-resource-name, +.e-schedule.e-device .e-month-agenda-view .e-m-day { + color: rgba(0, 0, 0, 0.87); + font-size: 14px; +} + +.e-schedule.e-rtl .e-agenda-view .e-appointment { + border-left: 0; + border-right: 3px solid #3f51b5; +} + +.e-schedule.e-rtl .e-agenda-view .e-resource-column { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right: 0; + vertical-align: top; + width: 75px; +} + +.e-schedule.e-rtl .e-agenda-view .e-day-padding { + padding-right: 8px; +} + +.e-schedule.e-rtl .e-agenda-view .e-date-border { + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); + border-right: 0; +} + +.e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show { + display: none; +} + +.e-bigger .e-schedule .e-schedule-toolbar, +.e-bigger.e-schedule .e-schedule-toolbar { + height: 56px; + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text { + font-size: 14px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text { + font-size: 16px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow, +.e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow { + font-size: 10px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav, +.e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav { + min-height: 56px; + min-width: 32px; + z-index: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text { + line-height: inherit; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items { + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item { + min-height: 56px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator), +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) { + min-width: 34px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator { + height: calc(100% - 15px); + margin: 7.5px 3px; + min-height: 27px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons { + min-width: 24px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control { + height: auto; + line-height: 25px; + margin: 4px 0; + min-height: 0; + min-width: 34px; + padding: 0 1.5px; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons { + padding: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right { + padding: 0; +} + +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon, +.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon, +.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon { + height: 25px; +} + +.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day, +.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day, +.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date, +.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date { + font-size: 20px; +} + +.e-bigger .e-schedule .e-vertical-view .e-resource-cells, +.e-bigger.e-schedule .e-vertical-view .e-resource-cells { + font-size: 14px; +} + +.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td, +.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td { + font-size: 13px; +} + +.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator, +.e-bigger .e-schedule .e-vertical-view .e-current-time, +.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-bigger.e-schedule .e-vertical-view .e-current-time { + font-size: 12px; +} + +.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td, +.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td { + font-size: 11px; +} + +.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time, +.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator, +.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time { + font-size: 9px; +} + +.e-bigger .e-schedule .e-month-view .e-header-cells, +.e-bigger.e-schedule .e-month-view .e-header-cells { + height: 35px; +} + +.e-bigger .e-schedule .e-month-view .e-resource-cells, +.e-bigger .e-schedule .e-month-view .e-date-header-wrap, +.e-bigger.e-schedule .e-month-view .e-resource-cells, +.e-bigger.e-schedule .e-month-view .e-date-header-wrap { + font-size: 14px; +} + +.e-bigger .e-schedule .e-month-view .e-content-wrap, +.e-bigger.e-schedule .e-month-view .e-content-wrap { + font-size: 14px; +} + +.e-bigger .e-schedule .e-month-view .e-m-date, +.e-bigger.e-schedule .e-month-view .e-m-date { + font-size: 20px; +} + +.e-bigger .e-schedule .e-month-view .e-resource-name, +.e-bigger .e-schedule .e-month-view .e-m-day, +.e-bigger.e-schedule .e-month-view .e-resource-name, +.e-bigger.e-schedule .e-month-view .e-m-day { + font-size: 14px; +} + +/*! schedule event tooltip */ +.e-schedule-event-tooltip .e-subject { + font-size: 12px; +} + +.e-bigger .e-schedule-event-tooltip .e-subject, +.e-schedule-event-tooltip.e-bigger .e-subject { + font-size: 14px; + font-weight: 500; +} + +.e-dialog.e-quick-dialog.e-following-events-dialog { + width: 420px; +} + +@media screen and (max-width: 767px) { + .e-dialog.e-quick-dialog.e-following-events-dialog { + width: 289px; + } +} + +.e-dialog.e-quick-dialog { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 320px; +} + +.e-dialog.e-quick-dialog .e-disable { + display: none; +} + +.e-dialog.e-quick-dialog .e-quick-dialog-cancel { + box-shadow: none; +} + +.e-dialog.e-quick-dialog.e-rtl { + text-align: right; +} + +.e-bigger .e-dialog.e-quick-dialog { + min-width: 370px; +} + +/*! schedule event window */ +.e-schedule-dialog .e-disable { + display: none; +} + +.e-schedule-dialog .e-icon-disable { + opacity: .5; +} + +.e-schedule-dialog .e-dlg-header-content { + padding-bottom: 8px; +} + +.e-schedule-dialog .e-dlg-content { + padding-bottom: 12px; + position: relative; +} + +.e-schedule-dialog .e-event-delete { + float: left; +} + +.e-schedule-dialog .e-subject-container, +.e-schedule-dialog .e-start-container, +.e-schedule-dialog .e-start-time-zone-container, +.e-schedule-dialog .e-description-label { + padding-right: 8px; +} + +.e-schedule-dialog .e-location-container, +.e-schedule-dialog .e-end-container, +.e-schedule-dialog .e-end-time-zone-container { + padding-left: 8px; +} + +.e-schedule-dialog .e-all-day-container { + padding-right: 16px; +} + +.e-schedule-dialog .e-time-zone-row { + display: -ms-flexbox; + display: flex; + height: 0; + margin-bottom: 0; + overflow: hidden; + padding-bottom: 0; + transition: .3s ease-in-out; + width: 100%; +} + +.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container, +.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container { + display: none; + transform: translateY(-100%); +} + +.e-schedule-dialog .e-time-zone-row.e-enable { + height: 50px; + margin-bottom: 12px; +} + +.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container, +.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container { + display: block; + transform: translateY(0); +} + +.e-schedule-dialog .e-title-location-row, +.e-schedule-dialog .e-start-end-row, +.e-schedule-dialog .e-start-input-container, +.e-schedule-dialog .e-end-input-container { + display: -ms-flexbox; + display: flex; + padding-bottom: 12px; + width: 100%; +} + +.e-schedule-dialog .e-resources { + padding-bottom: 12px; + width: 100%; +} + +.e-schedule-dialog .e-all-day-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 14px; + padding-top: 8px; + width: 100%; +} + +.e-schedule-dialog .e-subject-container, +.e-schedule-dialog .e-location-container, +.e-schedule-dialog .e-start-container, +.e-schedule-dialog .e-end-container, +.e-schedule-dialog .e-start-time-zone-container, +.e-schedule-dialog .e-end-time-zone-container { + width: 50%; +} + +.e-schedule-dialog .e-description, +.e-schedule-dialog .e-float-input .e-description { + height: 50px; + resize: vertical; +} + +.e-schedule-dialog .e-repeat-container, +.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-schedule-dialog .e-footer-content { + margin-top: 4px; +} + +.e-schedule-dialog.e-rtl { + text-align: right; +} + +.e-schedule-dialog.e-rtl .e-all-day-container { + margin-left: 16px; + margin-right: 0; +} + +.e-schedule-dialog.e-rtl .e-subject-container, +.e-schedule-dialog.e-rtl .e-start-container, +.e-schedule-dialog.e-rtl .e-start-time-zone-container, +.e-schedule-dialog.e-rtl .e-description-label { + padding-left: 8px; + padding-right: 0; +} + +.e-schedule-dialog.e-rtl .e-location-container, +.e-schedule-dialog.e-rtl .e-end-container, +.e-schedule-dialog.e-rtl .e-end-time-zone-container { + padding-left: 0; + padding-right: 8px; +} + +.e-schedule-dialog.e-rtl .e-event-delete { + float: right; +} + +.e-ddl.e-popup .e-resource-template { + display: -ms-flexbox; + display: flex; + padding: 0 10px; + text-indent: 10px; +} + +.e-ddl.e-popup .e-resource-template .e-resource-color { + height: 14px; + margin-top: 10px; + width: 14px; +} + +.e-bigger .e-ddl.e-popup .e-resource-template { + padding: 0 15px; +} + +.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color { + height: 16px; + margin-top: 14px; + width: 16px; +} + +.e-bigger .e-schedule-dialog .e-disable { + display: none; +} + +.e-bigger .e-schedule-dialog .e-dlg-header-content { + padding-bottom: 8px; +} + +.e-bigger .e-schedule-dialog .e-dlg-content { + padding-bottom: 12px; + position: relative; +} + +.e-bigger .e-schedule-dialog .e-event-cancel, +.e-bigger .e-schedule-dialog .e-event-delete { + border: none; + box-shadow: none; +} + +.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete { + float: left; + margin-left: 0; +} + +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-description-label { + padding-right: 12px; +} + +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container { + padding-left: 12px; +} + +.e-bigger .e-schedule-dialog .e-all-day-container { + padding-right: 16px; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row { + display: none; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable { + display: -ms-flexbox; + display: flex; + height: 60px; +} + +.e-bigger .e-schedule-dialog .e-title-location-row, +.e-bigger .e-schedule-dialog .e-start-end-row, +.e-bigger .e-schedule-dialog .e-start-input-container, +.e-bigger .e-schedule-dialog .e-end-input-container, +.e-bigger .e-schedule-dialog .e-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 12px; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-resources { + padding-bottom: 12px; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-all-day-time-zone-row { + display: -ms-flexbox; + display: flex; + padding-bottom: 20px; + padding-top: 0; + width: 100%; +} + +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container { + width: 50%; +} + +.e-bigger .e-schedule-dialog .e-location-container, +.e-bigger .e-schedule-dialog .e-end-container, +.e-bigger .e-schedule-dialog .e-end-time-zone-container, +.e-bigger .e-schedule-dialog .e-start-container, +.e-bigger .e-schedule-dialog .e-start-time-zone-container, +.e-bigger .e-schedule-dialog .e-subject-container, +.e-bigger .e-schedule-dialog .e-description-row, +.e-bigger .e-schedule-dialog .e-repeat-container { + padding-top: 0; +} + +.e-bigger .e-schedule-dialog .e-all-day-time-zone-row { + padding-bottom: 16px; + padding-top: 10px; +} + +.e-bigger .e-schedule-dialog .e-description, +.e-bigger .e-schedule-dialog .e-float-input .e-description { + height: 50px; + resize: vertical; +} + +.e-bigger .e-schedule-dialog .e-time-zone-row, +.e-bigger .e-schedule-dialog .e-repeat-container, +.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-bigger .e-schedule-dialog .e-footer-content { + padding-top: 8px; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container { + margin-left: 20px; + margin-right: 0; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-subject-container, +.e-bigger .e-schedule-dialog.e-rtl .e-start-container, +.e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container, +.e-bigger .e-schedule-dialog.e-rtl .e-description-label { + padding-left: 12px; + padding-right: 0; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-location-container, +.e-bigger .e-schedule-dialog.e-rtl .e-end-container, +.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container { + padding-left: 0; + padding-right: 12px; +} + +.e-bigger .e-schedule-dialog.e-rtl .e-event-delete { + float: right; +} + +.e-schedule-dialog.e-device .e-dlg-header, +.e-schedule-dialog.e-device .e-dlg-header * { + width: 100%; +} + +.e-schedule-dialog.e-device .e-dlg-header-content { + background: #fafafa; + box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); + margin-bottom: 3px; +} + +.e-schedule-dialog.e-device .e-title-location-row, +.e-schedule-dialog.e-device .e-start-end-row, +.e-schedule-dialog.e-device .e-time-zone-row, +.e-schedule-dialog.e-device .e-start-input-container, +.e-schedule-dialog.e-device .e-end-input-container { + display: inline; +} + +.e-schedule-dialog.e-device .e-time-zone-row.e-enable { + display: inline; +} + +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-location-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-end-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-end-time-zone-container { + padding-left: 0; + width: 100%; +} + +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-description-label { + padding-right: 0; +} + +.e-schedule-dialog.e-device .e-location-container, +.e-schedule-dialog.e-device .e-end-container, +.e-schedule-dialog.e-device .e-end-time-zone-container, +.e-schedule-dialog.e-device .e-start-container, +.e-schedule-dialog.e-device .e-start-time-zone-container, +.e-schedule-dialog.e-device .e-subject-container, +.e-schedule-dialog.e-device .e-description-row, +.e-schedule-dialog.e-device .e-repeat-container { + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-all-day-time-zone-row { + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-resources { + padding-bottom: 0; + padding-top: 20px; +} + +.e-schedule-dialog.e-device .e-description, +.e-schedule-dialog.e-device .e-float-input .e-description { + height: 60px; + resize: vertical; +} + +.e-schedule-dialog.e-device .e-all-day-time-zone-row { + margin-top: 0; + padding-bottom: 0; +} + +.e-schedule-dialog.e-device .e-repeat-parent-row { + padding-top: 8px; +} + +.e-schedule-dialog.e-device .e-all-day-container { + margin-right: 20px; +} + +.e-schedule-dialog.e-device .e-title-header { + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-schedule-dialog.e-device .e-save-icon, +.e-schedule-dialog.e-device .e-back-icon, +.e-schedule-dialog.e-device .e-forward-icon { + cursor: pointer; + line-height: normal; +} + +.e-schedule-dialog.e-device .e-save-icon { + text-align: right; +} + +.e-schedule-dialog.e-device .e-time-zone-row, +.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable { + display: none; +} + +.e-schedule-dialog.e-device .e-repeat-container { + display: block; +} + +.e-schedule-dialog.e-device .e-icon-down-arrow { + font-size: 10px; +} + +.e-schedule-dialog.e-device.e-rtl .e-save-icon { + text-align: left; +} + +.e-schedule-dialog.e-device.e-rtl .e-all-day-container { + margin-left: 20px; + margin-right: 0; +} + +.e-schedule-dialog.e-device.e-rtl .e-subject-container, +.e-schedule-dialog.e-device.e-rtl .e-start-container, +.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container, +.e-schedule-dialog.e-device.e-rtl .e-description-label { + padding-left: 0; +} + +.e-schedule-dialog.e-device.e-rtl .e-location-container, +.e-schedule-dialog.e-device.e-rtl .e-end-container, +.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container, +.e-schedule-dialog.e-device.e-rtl .e-all-day-container { + padding-right: 0; +} + +.e-schedule-dialog.e-device .e-recurrence-container { + position: relative; +} + +.e-schedule-dialog.e-device .e-recurrence-container.e-hide { + display: none; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button { + background: none; + border: 0; + box-shadow: none; + margin: -3px 5px; + position: absolute; +} + +.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons { + font-size: 12px; + position: relative; + top: 1px; +} + +/*! schedule quick popup */ +.e-quick-popup-wrapper { + background-color: #fff; + border-radius: 2px; + box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); + color: rgba(0, 0, 0, 0.87); + max-width: 365px; + min-width: 320px; + opacity: 1; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; + width: 100%; +} + +.e-quick-popup-wrapper .e-hidden { + display: none; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper { + position: absolute; + right: 6px; + top: 4px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close { + color: #000; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: #e0e0e0; + color: #000; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon, +.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon { + font-size: 11px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content { + padding: 28px 18px 8px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table { + width: 100%; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span { + margin-bottom: 4px; + margin-bottom: 8px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject { + font-size: 22px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header { + background-color: #3f51b5; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper { + padding: 5px 5px 2px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete { + display: none; + display: block; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close { + color: #fff; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: rgba(255, 255, 255, 0.15); + color: #fff; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon { + font-size: 11px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover { + background: none; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-delete-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-edit-icon, +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-delete-icon { + opacity: .5; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap { + padding: 0 24px 16px; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject { + cursor: default; + font-size: 20px; + font-weight: 500; + line-height: 1.5; + max-height: 87px; + color: #fff; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-content { + padding: 8px 18px 26px 26px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper { + display: -ms-flexbox; + display: flex; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-edit, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-delete, +.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper .e-close { + background-color: transparent; + border: 0; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time, +.e-quick-popup-wrapper .e-cell-popup .e-location, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone, +.e-quick-popup-wrapper .e-cell-popup .e-description, +.e-quick-popup-wrapper .e-cell-popup .e-resource, +.e-quick-popup-wrapper .e-event-popup .e-date-time, +.e-quick-popup-wrapper .e-event-popup .e-location, +.e-quick-popup-wrapper .e-event-popup .e-time-zone, +.e-quick-popup-wrapper .e-event-popup .e-description, +.e-quick-popup-wrapper .e-event-popup .e-resource { + color: rgba(0, 0, 0, 0.87); + display: -ms-flexbox; + display: flex; + padding-top: 16px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon, +.e-quick-popup-wrapper .e-cell-popup .e-location-icon, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon, +.e-quick-popup-wrapper .e-cell-popup .e-description-icon, +.e-quick-popup-wrapper .e-cell-popup .e-resource-icon, +.e-quick-popup-wrapper .e-event-popup .e-date-time-icon, +.e-quick-popup-wrapper .e-event-popup .e-location-icon, +.e-quick-popup-wrapper .e-event-popup .e-time-zone-icon, +.e-quick-popup-wrapper .e-event-popup .e-description-icon, +.e-quick-popup-wrapper .e-event-popup .e-resource-icon { + color: rgba(0, 0, 0, 0.54); + font-size: 18px; + padding-right: 13px; +} + +.e-quick-popup-wrapper .e-cell-popup .e-date-time-details, +.e-quick-popup-wrapper .e-cell-popup .e-location-details, +.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details, +.e-quick-popup-wrapper .e-cell-popup .e-description-details, +.e-quick-popup-wrapper .e-cell-popup .e-resource-details, +.e-quick-popup-wrapper .e-event-popup .e-date-time-details, +.e-quick-popup-wrapper .e-event-popup .e-location-details, +.e-quick-popup-wrapper .e-event-popup .e-time-zone-details, +.e-quick-popup-wrapper .e-event-popup .e-description-details, +.e-quick-popup-wrapper .e-event-popup .e-resource-details { + color: rgba(0, 0, 0, 0.87); + cursor: default; + font-size: 14px; +} + +.e-quick-popup-wrapper .e-popup-table td:last-child { + padding-top: 0; +} + +.e-quick-popup-wrapper .e-popup-footer { + display: block; + padding: 8px 18px 8px 22px; + text-align: right; + padding-right: 4px; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit { + margin-right: 8px; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit, +.e-quick-popup-wrapper .e-popup-footer .e-event-delete { + right: auto; +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled, +.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled { + color: rgba(0, 0, 0, 0.26); +} + +.e-quick-popup-wrapper .e-popup-footer .e-event-details { + border: none; + margin-right: 8px; + right: auto; + text-transform: capitalize; + text-transform: uppercase; +} + +.e-quick-popup-wrapper .e-event-popup .e-popup-footer { + display: none; +} + +.e-quick-popup-wrapper.e-rtl { + text-align: right; +} + +.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper { + left: 6px; + right: auto; +} + +.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer { + padding: 8px 18px 8px 8px; + text-align: left; +} + +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details, +.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details { + margin-right: 10px; +} + +.e-quick-popup-wrapper.e-device { + bottom: 0; + height: 100%; + left: 0; + margin: 0; + max-width: 100%; + overflow: hidden; + padding: 0; + position: fixed; + right: 0; + top: 0; + width: 100%; + z-index: 1004; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:focus, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover { + background: none; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit, +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete { + display: block; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close { + margin-left: 0; + margin-right: auto; + -ms-flex-order: -1; + order: -1; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap { + padding: 12px 24px; + padding: 24px; +} + +.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content { + padding: 12px 24px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header { + display: -ms-flexbox; + display: flex; + padding: 15px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete { + background-color: transparent; + border: 0; + height: 40px; + width: 40px; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:focus, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover { + background: none; +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject { + font-size: 15px; + font-weight: 500; + height: 40px; + line-height: 2.25; + padding: 4px 5px; + width: calc(100% - 95px); +} + +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon, +.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon { + font-size: 14px; +} + +.e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close { + margin-left: auto; + margin-right: 0; +} + +.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject { + font-size: 24px; +} + +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon { + font-size: 14px; +} + +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon, +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon, +.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon { + font-size: 14px; +} + +.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject { + padding: 0 5px 0 8px; + padding: 5px 5px 0 8px; +} + +.e-appointment.e-schedule-event-clone { + background: #3f51b5; + border-radius: 2px; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); + color: #fff; + display: -ms-flexbox; + display: flex; + height: 38px; + width: 100px; + z-index: 9; +} + +.e-appointment.e-schedule-event-clone.e-drag-clone { + cursor: move; +} + +.e-appointment.e-schedule-event-clone .e-recurrence-icon, +.e-appointment.e-schedule-event-clone .e-recurrence-edit-icon, +.e-appointment.e-schedule-event-clone .e-indicator.e-left-icon, +.e-appointment.e-schedule-event-clone .e-indicator.e-right-icon, +.e-appointment.e-schedule-event-clone .e-event-resize.e-left-handler, +.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler { + display: none; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details { + -ms-flex: auto; + flex: auto; + overflow: hidden; + padding: 0 4px; + text-align: left; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap { + -ms-flex: auto; + flex: auto; + overflow: hidden; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject { + font-size: 13px; + font-weight: 500; + line-height: 1.2; + margin-left: auto; + min-height: 18px; + overflow: hidden; + padding-top: 4px; + text-overflow: ellipsis; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-time { + font-size: 11px; + overflow: hidden; + padding-top: 1px; + text-overflow: ellipsis; +} + +.e-appointment.e-schedule-event-clone .e-appointment-details .e-location { + display: none; +} + +.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject { + padding: 3px 2px; +} + +.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time { + display: none; +} + +.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject { + padding: 3px 0 1px 4px; +} + +.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time { + display: none; +} + +.e-bigger .e-schedule .e-month-view .e-current-date .e-date-header { + width: 26px; +} + +.e-more-popup-wrapper { + background-color: #fff; + border: 1px solid #e0e0e0; + border-radius: 2px; + box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4); + opacity: 1; + padding: 8px 0; + width: 225px; +} + +.e-more-popup-wrapper .e-more-appointment-wrapper { + margin: 0 4px; +} + +.e-more-popup-wrapper .e-more-event-popup { + height: 100%; + position: relative; + width: 100%; +} + +.e-more-popup-wrapper .e-more-event-header { + height: 35px; + margin: 0 8px 4px 14px; +} + +.e-more-popup-wrapper .e-more-event-content { + height: calc(100% - 35px); + max-height: 300px; + overflow-y: auto; + padding-left: 10px; + padding-right: 10px; +} + +.e-more-popup-wrapper .e-more-event-content .e-appointment-border { + border: 0; + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2); +} + +.e-more-popup-wrapper .e-more-event-date-header { + height: 100%; + width: calc(100% - 25px); +} + +.e-more-popup-wrapper .e-more-event-date-header .e-current-date { + color: #e3165b; +} + +.e-more-popup-wrapper .e-header-day { + color: rgba(0, 0, 0, 0.87); + font-size: 13px; + line-height: 1; + padding-bottom: 2px; +} + +.e-more-popup-wrapper .e-header-date { + color: rgba(0, 0, 0, 0.87); + font-size: 18px; + line-height: 1; + max-width: 15%; +} + +.e-more-popup-wrapper .e-header-date:hover { + cursor: pointer; + text-decoration: underline; +} + +.e-more-popup-wrapper .e-header-date:focus { + text-decoration: underline; +} + +.e-more-popup-wrapper .e-more-event-close { + background-color: transparent; + border: 0; + box-shadow: none; + color: #000; + cursor: pointer; + height: 25px; + position: absolute; + right: 6px; + width: 25px; +} + +.e-more-popup-wrapper .e-more-event-close .e-close-icon { + font-size: 9px; +} + +.e-more-popup-wrapper .e-more-event-close .e-btn-icon { + margin-top: 0; +} + +.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover { + background-color: #e0e0e0; + border-radius: 50%; + color: #000; +} + +.e-more-popup-wrapper .e-appointment { + background: #3f51b5; + border-radius: 2px; + color: #fff; + display: -ms-flexbox; + display: flex; + height: 22px; + line-height: 20px; + margin-bottom: 2px; + padding: 2px 0; + width: 100%; +} + +.e-more-popup-wrapper .e-appointment .e-subject { + color: #fff; + -ms-flex: auto; + flex: auto; + font-size: 13px; + font-weight: 500; + overflow: hidden; + padding: 0 2px; + text-overflow: ellipsis; + white-space: nowrap; +} + +.e-more-popup-wrapper .e-appointment .e-recurrence-icon, +.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon { + line-height: 22px; + padding: 0 2px; +} + +.e-more-popup-wrapper .e-appointment:focus { + border: 1px solid #000; +} + +.e-more-popup-wrapper.e-device { + bottom: 0; + height: 100%; + left: 0; + margin: 0; + max-width: 100%; + overflow: hidden; + right: 0; + top: 0; + width: 100%; + z-index: 1002; +} + +.e-more-popup-wrapper.e-device .e-more-event-content { + max-height: unset; +} + +.e-more-popup-wrapper.e-rtl .e-more-event-close { + left: 6px; + right: auto; +} + +/*! schedule component theme */ +.e-schedule { + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.12); +} + +.e-schedule .e-date-header-wrap { + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0; + position: relative; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child, +.e-schedule .e-vertical-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover { + background: #f5f5f5; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 1px 1px 0; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells { + border-bottom-width: 0; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number { + color: rgba(0, 0, 0, 0.54); + font-size: 13px; + padding-top: 10px; + text-align: center; + vertical-align: top; +} + +.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells { + border-bottom-color: transparent; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 0 1px 1px; + color: rgba(0, 0, 0, 0.87); + text-align: left; +} + +.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells { + border-bottom-width: 0; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 1px 1px 0; + color: rgba(0, 0, 0, 0.54); +} + +.e-schedule .e-vertical-view .e-time-cells-wrap table td { + border-bottom-color: transparent; +} + +.e-schedule .e-vertical-view .e-time-cells-wrap .e-time-cells { + border-bottom-color: rgba(0, 0, 0, 0.12); +} + +.e-schedule .e-vertical-view .e-header-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-header-cells.e-current-day { + color: #e3165b; +} + +.e-schedule .e-vertical-view .e-work-cells { + background-color: #fafafa; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 0 1px 1px; +} + +.e-schedule .e-vertical-view .e-work-cells:hover { + background: #f5f5f5; + color: #000; +} + +.e-schedule .e-vertical-view .e-alternate-cells { + border-bottom-style: dotted; +} + +.e-schedule .e-vertical-view .e-work-hours { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-all-day-cells { + background-color: #fff; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-current-day { + color: #e3165b; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell { + background-color: #e0e0e0; + color: #000; +} + +.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover { + background-color: #e0e0e0; +} + +.e-schedule .e-vertical-view .e-selected-cell { + background-color: #e0e0e0; + color: #000; +} + +.e-schedule .e-vertical-view .e-selected-cell:hover { + background-color: #e0e0e0; +} + +.e-schedule .e-vertical-view .e-clone-time-indicator, +.e-schedule .e-vertical-view .e-current-time { + color: #e3165b; +} + +.e-schedule .e-vertical-view .e-current-timeline { + border-top: 1px solid #e3165b; +} + +.e-schedule .e-vertical-view .e-previous-timeline { + border-top: 1px dotted #e3165b; +} + +.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells { + border-bottom-width: 1px; +} + +.e-schedule .e-month-view .e-date-header-wrap table td:first-child, +.e-schedule .e-month-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-month-view .e-date-header-wrap table td, +.e-schedule .e-month-agenda-view .e-date-header-wrap table td { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 0 1px 1px; + color: rgba(0, 0, 0, 0.87); + text-align: left; +} + +.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day, +.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day { + color: #e3165b; +} + +.e-schedule .e-month-view .e-work-cells, +.e-schedule .e-month-agenda-view .e-work-cells { + background-color: #fafafa; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 0 1px 1px; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-month-view .e-work-cells:hover, +.e-schedule .e-month-agenda-view .e-work-cells:hover { + background: #f5f5f5; + color: #000; +} + +.e-schedule .e-month-view .e-work-days, +.e-schedule .e-month-agenda-view .e-work-days { + background-color: #fff; +} + +.e-schedule .e-month-view .e-other-month, +.e-schedule .e-month-agenda-view .e-other-month { + color: rgba(0, 0, 0, 0.54); +} + +.e-schedule .e-month-view .e-current-date .e-date-header, +.e-schedule .e-month-agenda-view .e-current-date .e-date-header { + background-color: #e3165b; + border-radius: 50%; + color: #fff; + width: 20px; +} + +.e-schedule .e-month-view .e-selected-cell, +.e-schedule .e-month-agenda-view .e-selected-cell { + background-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-month-view .e-selected-cell .e-more-indicator, +.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator { + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-month-view .e-selected-cell:hover, +.e-schedule .e-month-agenda-view .e-selected-cell:hover { + background-color: #e0e0e0; +} + +.e-schedule .e-month-agenda-view .e-date-header-wrap table td { + border-width: 0 0 1px 0; + text-align: center; +} + +.e-schedule .e-month-agenda-view .e-work-cells { + border-width: 0; +} + +.e-schedule .e-month-agenda-view .e-current-date .e-date-header { + width: 24px; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child, +.e-schedule .e-timeline-view .e-content-wrap table td:first-child, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child, +.e-schedule .e-timeline-month-view .e-content-wrap table td:first-child { + border-left-width: 0; +} + +.e-schedule .e-timeline-view .e-content-wrap table tr:last-child td, +.e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td { + border-bottom-width: 0; +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td { + background-color: #fff; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 0 1px 1px; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day, +.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day { + color: #e3165b; +} + +.e-schedule .e-timeline-view .e-work-cells, +.e-schedule .e-timeline-month-view .e-work-cells { + background-color: #fafafa; + border-color: rgba(0, 0, 0, 0.12); + border-style: solid; + border-width: 0 0 1px 1px; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells), +.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) { + background: #f5f5f5; + color: #000; +} + +.e-schedule .e-timeline-view .e-work-days, +.e-schedule .e-timeline-month-view .e-work-days { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-resource-group-cells, +.e-schedule .e-timeline-month-view .e-resource-group-cells { + background-color: #fafafa; +} + +.e-schedule .e-timeline-view .e-selected-cell, +.e-schedule .e-timeline-month-view .e-selected-cell { + background-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); +} + +.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells), +.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) { + background-color: #e0e0e0; +} + +.e-schedule .e-timeline-view .e-work-hours { + background-color: #fff; +} + +.e-schedule .e-timeline-view .e-resource-group-cells { + background-color: #fafafa; +} + +.e-schedule .e-timeline-view .e-selected-cell { + background-color: #e0e0e0; + color: #000; +} + +.e-schedule .e-timeline-view .e-selected-cell:hover { + background-color: #e0e0e0; +} + +.e-schedule .e-timeline-view .e-alternate-cells { + border-left-style: dotted; +} + +.e-schedule .e-timeline-view .e-header-row .e-time-cells { + border-left-width: 0; +} + +.e-schedule .e-timeline-view .e-clone-time-indicator, +.e-schedule .e-timeline-view .e-current-time { + color: #e3165b; + font-size: 11px; +} + +.e-schedule .e-timeline-view .e-current-timeline { + border-left: 1px solid #e3165b; +} + +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child, +.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td, +.e-schedule.e-rtl .e-vertical-view .e-work-cells { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells, +.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells { + border-bottom-width: 0; +} + +.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td, +.e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td { + border-width: 0 0 1px 1px; +} + +.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-month-view .e-work-cells, +.e-schedule.e-rtl .e-month-agenda-view .e-work-cells { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-month-agenda-view .e-work-cells { + border-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child { + border-right-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child { + border-left-width: 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td, +.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td, +.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td, +.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td { + border-width: 0 1px 1px 0; +} + +.e-schedule.e-rtl .e-timeline-view .e-alternate-cells { + border-right-style: dotted; +} + +.e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells { + border-right-width: 0; +} + +.e-tooltip-wrap.e-schedule-error { + background-color: #fcdbe4; + border-color: #fcdbe4; + z-index: 1000; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top { + left: 44%; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top, +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top { + border-bottom: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom, +.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom { + border-top: 8px solid #fcdbe4; + color: #fcdbe4; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content { + padding: 3px 6px; +} + +.e-tooltip-wrap.e-schedule-error .e-tip-content, +.e-tooltip-wrap.e-schedule-error .e-tip-content label { + color: #f44336; +} + +/*! Material theme definition's */ +/*! component's theme wise override definitions and variables */ +/*! Horizontal Tab */ +@keyframes tbar-alt-popup-shadow { + 0% { + border-color: rgba(0, 0, 0, 0.12); + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12); + } + 100% { + box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12); + } +} + +@keyframes hscroll-alt-popup-shadow { + 0% { + border-color: rgba(0, 0, 0, 0.12); + box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12); + } + 100% { + box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.12); + } +} + +/*! Material specific themes definition's */ +/*! Vertical Tab */ +/*! component's theme wise override definitions and variables */ +@keyframes tbar-popup-shadow { + 0% { + border-color: rgba(255, 255, 255, 0.5); + box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5); + } + 100% { + box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.12); + } +} + +.e-spreadsheet .e-ribbon .e-bold-icon::before { + content: '\e339'; +} + +.e-spreadsheet .e-ribbon .e-italic-icon::before { + content: '\e35a'; +} + +.e-spreadsheet .e-ribbon .e-underline-icon::before { + content: '\e343'; +} + +.e-spreadsheet .e-ribbon .e-line-through-icon::before { + content: '\e332'; +} + +.e-spreadsheet .e-ribbon .e-font-color::before { + content: '\e34c'; +} + +.e-spreadsheet .e-ribbon .e-fill-color::before { + content: '\e35c'; +} + +.e-spreadsheet .e-ribbon .e-hide-headers::before { + content: '\e718'; +} + +.e-spreadsheet .e-ribbon .e-hide-gridlines::before { + content: '\e719'; +} + +.e-spreadsheet .e-ribbon .e-insert-function::before { + content: '\e717'; +} + +.e-spreadsheet .e-ribbon .e-hyperlink-icon::before { + content: '\e290'; +} + +.e-spreadsheet .e-insert-function .e-btn-icon::before { + content: '\e717'; +} + +.e-spreadsheet .e-add-icon::before { + content: '\e823'; +} + +.e-spreadsheet .e-sheets-list .e-btn-icon::before { + content: '\e99a'; +} + +.e-spreadsheet .e-formula-bar-panel .e-drop-icon::before { + content: '\e94d'; +} + +.e-spreadsheet .e-file-menu-icon::before { + content: '\e984'; +} + +.e-spreadsheet .e-tick-icon::before { + content: '\e935'; +} + +.e-spreadsheet-contextmenu.e-contextmenu-wrapper .e-delete::before { + content: '\e94a'; +} + +.e-dropdown-popup .e-selected-icon::before, +.e-dropdown-popup.e-numformat-ddb.e-dropdown-popup .e-active-item::before { + content: '\e935'; +} + +.e-align-ddb .e-left-icon::before { + content: '\e33a'; +} + +.e-align-ddb .e-center-icon::before { + content: '\e35e'; +} + +.e-align-ddb .e-right-icon::before { + content: '\e34d'; +} + +.e-align-ddb .e-bottom-icon::before { + content: '\eb3d'; +} + +.e-align-ddb .e-middle-icon::before { + content: '\eb4a'; +} + +.e-align-ddb .e-top-icon::before { + content: '\eb49'; +} + +.e-menu-wrapper.e-file-menu .e-new::before { + content: '\e712'; +} + +.e-menu-wrapper.e-file-menu .e-open::before { + content: '\e65f'; +} + +.e-menu-wrapper.e-file-menu .e-save::before { + content: '\e704'; +} + +.e-menu-wrapper.e-file-menu .e-xls::before { + content: '\e726'; +} + +.e-menu-wrapper.e-file-menu .e-xlsx::before { + content: '\e700'; +} + +.e-menu-wrapper.e-file-menu .e-csv::before { + content: '\e727'; +} + +.e-spreadsheet .e-cut-icon::before, +.e-spreadsheet-contextmenu .e-cut-icon::before { + content: '\e33b'; +} + +.e-spreadsheet .e-copy-icon::before, +.e-spreadsheet-contextmenu .e-copy-icon::before { + content: '\e33d'; +} + +.e-spreadsheet .e-paste-icon::before, +.e-spreadsheet-contextmenu .e-paste-icon::before { + content: '\e355'; +} + +.e-undo-icon::before { + content: '\e341'; +} + +.e-redo-icon::before { + content: '\e354'; +} + +.e-sort-filter-ddb .e-sort-icon::before, +.e-spreadsheet-contextmenu .e-sort-icon::before { + content: '\e734'; +} + +.e-sort-filter-ddb .e-sort-asc::before, +.e-spreadsheet-contextmenu .e-sort-asc::before { + content: '\e734'; +} + +.e-sort-filter-ddb .e-sort-desc::before, +.e-spreadsheet-contextmenu .e-sort-desc::before { + content: '\e733'; +} + +.e-sort-filter-ddb .e-sort-custom::before, +.e-spreadsheet-contextmenu .e-sort-custom::before { + content: '\e732'; +} + +.e-spreadsheet-contextmenu .e-hyperlink-icon::before { + content: '\e290'; +} + +.e-spreadsheet-contextmenu .e-edithyperlink-icon::before { + content: '\e289'; +} + +.e-spreadsheet-contextmenu .e-openhyperlink-icon::before { + content: '\e278'; +} + +.e-spreadsheet-contextmenu .e-removehyperlink-icon::before { + content: '\e286'; +} + +.e-spreadsheet .e-sort-delete::before { + content: '\e94a'; +} + +.e-spreadsheet .e-filter-icon::before, +.e-sort-filter-ddb .e-filter-icon::before, +.e-spreadsheet-contextmenu .e-filter-icon::before { + content: '\e73a'; +} + +.e-spreadsheet .e-filter-icon.e-filtered::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered::before { + content: '\e73f'; +} + +.e-spreadsheet .e-filter-icon.e-sortasc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-sortasc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-sortasc-filter::before { + content: '\e73d'; +} + +.e-spreadsheet .e-filter-icon.e-sortdesc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-sortdesc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-sortdesc-filter::before { + content: '\e73c'; +} + +.e-spreadsheet .e-filter-icon.e-filtered.e-sortasc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortasc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortasc-filter::before { + content: '\e73e'; +} + +.e-spreadsheet .e-filter-icon.e-filtered.e-sortdesc-filter::before, +.e-sort-filter-ddb .e-filter-icon.e-filtered.e-sortdesc-filter::before, +.e-spreadsheet-contextmenu .e-filter-icon.e-filtered.e-sortdesc-filter::before { + content: '\e73b'; +} + +.e-spreadsheet .e-filter-apply::before, +.e-sort-filter-ddb .e-filter-apply::before, +.e-spreadsheet-contextmenu .e-filter-apply::before { + content: '\e7ee'; +} + +.e-spreadsheet .e-filter-clear::before, +.e-sort-filter-ddb .e-filter-clear::before, +.e-spreadsheet-contextmenu .e-filter-clear::before { + content: '\e738'; +} + +.e-spreadsheet .e-filter-reapply::before, +.e-sort-filter-ddb .e-filter-reapply::before, +.e-spreadsheet-contextmenu .e-filter-reapply::before { + content: '\e74a'; +} + +.e-spreadsheet .e-sort-filter-icon::before, +.e-sort-filter-ddb .e-sort-filter-icon::before, +.e-spreadsheet-contextmenu .e-sort-filter-icon::before { + content: '\e736'; +} + +/*! spreadsheet layout */ +.e-spreadsheet { + display: block; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet .e-center-align { + text-align: center; +} + +.e-spreadsheet .e-formula-bar-panel { + -ms-flex-align: center; + align-items: center; + border: 1px solid #e0e0e0; + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit { + border: 0; + border-radius: 0; + padding-bottom: 0; + padding-top: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon { + font-size: 16px; + margin-top: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-insert-function.e-btn:focus, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-btn:focus { + box-shadow: none; + outline: 0; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box { + -ms-flex-item-align: start; + align-self: flex-start; + border: 0; + margin-bottom: 0; + vertical-align: top; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box .e-clear-icon { + display: none; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl { + border: 0; + z-index: 1; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::after, .e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-input-focus.e-control-wrapper.e-ddl::before { + height: 0; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box { + width: 92px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input { + height: 23px; + min-height: 15px; + padding: 0 0 0 8px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon { + font-size: 8px; +} + +.e-spreadsheet .e-formula-bar-panel .e-name-box.e-input-group.e-control-wrapper.e-name-box .e-input-group-icon { + border-left-width: 0; + min-height: 15px; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-style: solid; + border-left-width: 1px; + height: 12px; + width: 1px; +} + +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + border: 0; + font-size: 13px; + overflow: auto; + padding: 0 4px; + resize: none; +} + +.e-spreadsheet .e-formula-bar-panel .e-drop-icon { + -ms-flex-item-align: start; + align-self: flex-start; + cursor: pointer; + float: right; + line-height: 23px; + margin-right: 4px; + text-align: center; + transition: transform 300ms ease; + width: 18px; + font-size: 10px; +} + +.e-spreadsheet.e-hide-row-header .e-row-header, +.e-spreadsheet.e-hide-row-header .e-selectall-container { + display: none; +} + +.e-spreadsheet.e-hide-row-header .e-column-header, +.e-spreadsheet.e-hide-row-header .e-main-content { + width: 100% !important; +} + +.e-spreadsheet.e-hide-column-header .e-header-panel { + display: none; +} + +.e-spreadsheet.e-hide-column-header .e-main-panel { + height: 100%; +} + +.e-spreadsheet .e-sheet { + height: 100%; +} + +.e-spreadsheet .e-sheet .e-virtualable { + will-change: transform; + z-index: 1; +} + +.e-spreadsheet .e-ss-atc { + display: none; +} + +.e-spreadsheet .e-main-panel { + height: calc(100% - 30px); +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit { + border: 0; + cursor: text; + display: none; + font-family: 'Calibri'; + font-size: 11pt; + height: auto; + line-height: normal; + outline: none; + overflow-wrap: break-word; + padding: 0 1px; + position: absolute; + -webkit-user-select: text; + -ms-user-select: text; + user-select: text; + vertical-align: bottom; + white-space: pre-wrap; + z-index: 2; +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit.e-right-align { + text-align: right; +} + +.e-spreadsheet .e-main-panel .e-virtualable { + position: absolute; +} + +.e-spreadsheet .e-main-panel .e-virtualtrack { + position: relative; +} + +.e-spreadsheet .e-main-panel .e-row.e-hide { + height: 0 !important; +} + +.e-spreadsheet .e-table { + border: 0 none; + border-collapse: separate; + border-spacing: 0; + cursor: cell; + table-layout: fixed; +} + +.e-spreadsheet .e-table tr { + line-height: normal; +} + +.e-spreadsheet .e-table tr .e-cell, +.e-spreadsheet .e-table tr .e-header-cell, +.e-spreadsheet .e-table tr .e-select-all-cell { + border-style: solid; + border-width: 0 1px 1px 0; + line-height: inherit; + overflow: hidden; +} + +.e-spreadsheet .e-table tr .e-cell { + font-family: 'Calibri'; + font-size: 11pt; + padding: 0 2px; + position: relative; + text-align: left; + vertical-align: bottom; + white-space: pre; +} + +.e-spreadsheet .e-table tr .e-cell.e-right-align { + text-align: right; +} + +.e-spreadsheet .e-table tr .e-cell .e-hyperlink { + color: #00e; + cursor: pointer; + text-decoration: underline; +} + +.e-spreadsheet .e-table tr .e-header-cell { + font-size: 12px; + font-weight: 500; + letter-spacing: 0; + text-align: center; +} + +.e-spreadsheet .e-select-all-cell { + border-style: solid; + border-width: 0 1px 1px 0; + padding: 1px; +} + +.e-spreadsheet .e-select-all-cell .e-selectall { + border-style: solid; + border-width: 13px; + cursor: cell; + float: right; + height: 26px; + padding: 0; + width: 26px; +} + +.e-spreadsheet .e-row-header .e-table .e-header-cell { + padding-bottom: 2px; + vertical-align: bottom; +} + +.e-spreadsheet .e-column-header .e-table .e-header-cell { + padding: 1px 0 0 1px; + vertical-align: middle; +} + +.e-spreadsheet .e-row-header .e-table .e-zero .e-header-cell, +.e-spreadsheet .e-row-header .e-table .e-zero-start .e-header-cell, +.e-spreadsheet .e-row-header .e-table .e-zero-end .e-header-cell { + border-bottom-width: 0; + padding-bottom: 0; + padding-top: 0; + vertical-align: bottom; +} + +.e-spreadsheet .e-row-header .e-table .e-reach-fntsize .e-header-cell { + padding-bottom: 0; + padding-top: 0; + vertical-align: bottom; +} + +.e-spreadsheet .e-row-header .e-table .e-zero-last .e-header-cell { + border-bottom-width: 1px; +} + +.e-spreadsheet .e-main-content .e-table .e-zero .e-cell, +.e-spreadsheet .e-main-content .e-table .e-zero-start .e-cell, +.e-spreadsheet .e-main-content .e-table .e-zero-end .e-cell { + border-bottom-width: 0; +} + +.e-spreadsheet .e-column-header .e-table tr .e-header-cell.e-colresize { + cursor: col-resize; +} + +.e-spreadsheet .e-row-header .e-table tr .e-header-cell.e-rowresize { + cursor: row-resize; +} + +.e-spreadsheet .e-sheet { + border: 1px solid #e0e0e0; +} + +.e-spreadsheet .e-sheet.e-hide-headers .e-main-panel { + height: 100%; +} + +.e-spreadsheet .e-sheet colgroup .e-hide { + width: 0 !important; +} + +.e-spreadsheet .e-header-panel, +.e-spreadsheet .e-main-panel { + display: -ms-flexbox; + display: flex; +} + +.e-spreadsheet .e-main-content { + overflow: scroll; + position: relative; +} + +.e-spreadsheet .e-row-header { + border-bottom: 1px solid; + overflow-y: hidden; + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before { + content: ''; + left: 0; + position: absolute; + width: 100%; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell { + border-bottom-color: transparent; + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell::after { + border-top: 1px solid #e0e0e0; + bottom: .5px; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell { + position: relative; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell::before { + border-bottom: 1px solid #e0e0e0; + top: .5px; +} + +.e-spreadsheet .e-main-content .e-table, +.e-spreadsheet .e-column-header .e-table { + width: 100%; +} + +.e-spreadsheet .e-column-header { + border-style: solid; + border-width: 0; + overflow: hidden; +} + +.e-spreadsheet .e-header-panel .e-header-row, +.e-spreadsheet .e-header-panel .e-selectall-container, +.e-spreadsheet .e-header-panel .e-column-header { + height: 30px; +} + +.e-spreadsheet .e-header-panel .e-virtualtrack { + height: 1px; +} + +.e-spreadsheet .e-sheet-tab-panel { + -ms-flex-align: center; + align-items: center; + border: 1px solid #e0e0e0; + border-top-width: 0; + display: -ms-flexbox; + display: flex; + padding: 0 8px; +} + +.e-spreadsheet .e-sheet-tab { + display: inline-block; + line-height: 0; +} + +.e-spreadsheet .e-sheet-tab > div { + display: inline-block; +} + +.e-spreadsheet .e-sheet-tab.e-tab { + border: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-hscroll .e-scroll-nav.e-scroll-left-nav { + left: auto; + right: 40px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 35px; + min-height: 35px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator { + display: block; + transition: none; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item { + border-right: 1px solid #e0e0e0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item { + margin: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item input.e-input.e-sheet-rename { + background: transparent; + border: 0; + box-shadow: none; + min-width: 20px; + padding: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 12px; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item.e-active { + border-left-width: 0; + border-top-width: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item input.e-input.e-sheet-rename { + margin-bottom: 0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-toolbar-item:nth-child(2) { + border-left: 1px solid #e0e0e0; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-tab-header .e-indicator { + z-index: 1; +} + +.e-spreadsheet .e-sheet-tab.e-tab .e-content { + display: none; +} + +.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item { + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet .e-tab .e-tab-header .e-toolbar-item .e-tab-text { + text-transform: none; +} + +.e-spreadsheet .e-tab.e-sheet-tab .e-tab-header .e-tab-text { + white-space: pre; +} + +.e-spreadsheet .e-sheets-list { + margin-right: 8px; +} + +.e-spreadsheet .e-hide { + display: none; +} + +.e-spreadsheet .e-selection { + border-style: solid; + cursor: cell; + pointer-events: none; + position: absolute; + z-index: 1; + border-width: 1px; +} + +.e-spreadsheet .e-active-cell, +.e-spreadsheet .e-copy-indicator { + cursor: cell; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-active-cell { + border: 2px solid #e3165b; + pointer-events: none; +} + +.e-spreadsheet .e-active-cell[style*='height: 1px;'] { + border-width: 1px; +} + +.e-spreadsheet .e-copy-indicator div { + position: absolute; +} + +.e-spreadsheet .e-copy-indicator div.e-top, .e-spreadsheet .e-copy-indicator div.e-bottom { + height: 2px; + width: 100%; +} + +.e-spreadsheet .e-copy-indicator div.e-left, .e-spreadsheet .e-copy-indicator div.e-right { + height: 100%; + width: 2px; +} + +.e-spreadsheet .e-copy-indicator div.e-top { + top: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-bottom { + bottom: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-left { + left: 0; +} + +.e-spreadsheet .e-copy-indicator div.e-right { + right: 0; +} + +.e-spreadsheet .e-clipboard { + height: 1px; + opacity: 0; + overflow: hidden; + position: absolute; + width: 1px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn .e-tbar-btn-text { + float: left; + overflow: hidden; + padding: 0; + text-align: left; + text-overflow: ellipsis; + white-space: nowrap; + width: 80px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + -ms-flex-pack: left; + justify-content: left; + width: 55px; +} + +.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb .e-caret { + -ms-flex: 1; + flex: 1; + text-align: right; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) { + font-weight: 400; + padding-bottom: 0; + padding-top: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-dropdown-btn { + text-overflow: initial; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) { + line-height: 23px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) { + padding-left: 1.5px; + padding-right: 1.5px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) .e-btn-icon { + min-width: 22px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) .e-btn-icon { + margin-top: 0; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon { + line-height: 23px; + min-height: 23px; + vertical-align: bottom; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 16px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker { + line-height: 22px; + padding-bottom: 1px; + padding-left: 0; + padding-right: 0; + width: 24px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-font-color { + font-size: 13px; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-split-colorpicker .e-icons.e-btn-icon:not(.e-caret).e-fill-color { + font-size: 14px; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color { + background: none; + border-bottom-style: solid; + border-bottom-width: 3px; + border-radius: 0; + height: auto; + padding-bottom: 1px; + width: auto; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn .e-selected-color .e-split-preview { + display: none; +} + +.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-dropdown-btn { + margin-left: 0; +} + +.e-spreadsheet.e-mobile-view .e-header-toolbar { + border: 1px solid #e0e0e0; + border-bottom-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-header-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item:last-child { + min-width: auto; + padding: 0; +} + +.e-spreadsheet.e-mobile-view .e-add-sheet-tab, +.e-spreadsheet.e-mobile-view .e-sheets-list { + height: 46px; + width: 40px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel { + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit { + height: 41px; + line-height: 40px; + padding-left: 9px; + padding-right: 9px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-btn.e-css.e-formula-submit .e-btn-icon { + font-size: 18px; + line-height: 42px; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar { + height: 41px; + line-height: 41px; + white-space: nowrap; + width: calc(100% - 36px); +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar:-ms-input-placeholder { + font-style: italic; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel .e-formula-bar::placeholder { + font-style: italic; +} + +.e-spreadsheet.e-mobile-view .e-formula-bar-panel.e-focused .e-formula-bar { + border-right: 1px solid #e0e0e0; + width: calc(100% - 72px); +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu { + height: 100%; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul { + height: 100%; + padding: 0; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon { + height: 100%; + line-height: 1; + padding: 0 6px; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-menu-icon.e-file-menu-icon { + -ms-flex-align: center; + align-items: center; + display: -ms-inline-flexbox; + display: inline-flex; + height: 100%; + line-height: 1; + margin: 0; + width: auto; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu ul .e-menu-item.e-menu-caret-icon .e-caret { + display: none; +} + +.e-spreadsheet.e-mobile-view .e-menu-wrapper.e-mobile.e-file-menu.e-rtl { + direction: ltr; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel { + border-top-width: 0; + display: none; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-dropdown-btn.e-btn { + border-bottom-width: 0; + border-right-width: 0; + border-top-width: 0; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-toolbar-items.e-hscroll.e-scroll-device { + padding: 0; + width: 100%; +} + +.e-spreadsheet.e-mobile-view .e-toolbar-panel .e-toolbar .e-scroll-nav { + display: none; +} + +.e-spreadsheet.e-mobile-view .e-sheet-tab { + max-width: calc(100% - 104px); +} + +.e-spreadsheet.e-mobile-view.e-mobile-focused .e-toolbar-panel { + display: -ms-flexbox; + display: flex; +} + +.e-spreadsheet.e-mobile-view.e-mobile-focused .e-sheet-tab-panel { + display: none; +} + +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-active-cell, +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-focused-tick, +.e-spreadsheet.e-mobile-view:not(.e-mobile-focused) .e-formula-bar-panel { + display: none; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-cell, +.e-spreadsheet .e-sheet-panel.e-rtl .e-sheet .e-table tr .e-header-cell { + border-width: 0 0 1px 1px; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell { + border-width: 0 0 1px 1px; +} + +.e-spreadsheet .e-sheet-panel { + position: relative; +} + +.e-spreadsheet .e-colresize-handler { + border-right: 1px solid; + cursor: col-resize; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-rowresize-handler { + border-top: 1px solid; + cursor: row-resize; + pointer-events: none; + position: absolute; + z-index: 1; +} + +.e-spreadsheet .e-rtl .e-spreadsheet-edit { + direction: ltr; + text-align: left; +} + +.e-spreadsheet .e-customsort-dlg { + height: 360px !important; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection { + padding-top: 18px; +} + +.e-spreadsheet .e-customsort-dlg .e-dlg-content .e-sort-listsection .e-input-group { + min-width: 220px; +} + +.e-spreadsheet .e-customsort-dlg .e-footer-content .e-sort-addbtn { + float: left; + margin-left: 0; +} + +.e-spreadsheet .e-hyperlink-dlg, +.e-spreadsheet .e-edithyperlink-dlg { + max-height: 640px !important; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content { + padding: 24px 24px 16px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-header-content .e-dlg-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-header-content .e-dlg-header { + font-size: 18px; + line-height: 21px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content { + padding-bottom: 0; + padding-left: 0; + padding-right: 0; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header { + padding: 0 24px 0 25px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-items { + height: 100%; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item { + text-align: center; + width: 136px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-tab-header .e-toolbar-item .e-tab-text { + font-size: 13px; + line-height: 15px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content { + padding-top: 24px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont { + margin: 0 0 15.5px 24px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-header { + font-size: 14px; + line-height: 16px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text { + font-size: 14px; + height: 32px; + line-height: 16px; + width: 275px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-text.e-disabled { + border-bottom-width: 2px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont, +.e-spreadsheet .e-edithyperlink-dlg .e-dlg-content .e-link-dialog .e-content .e-cont .e-refcont { + border: 1px solid #c8c8c8; + height: 165px; + margin: 8px 24px 0 0; + overflow: auto; + width: 273px; +} + +.e-spreadsheet .e-hyperlink-dlg .e-footer-content, +.e-spreadsheet .e-edithyperlink-dlg .e-footer-content { + margin: 4px 0; +} + +.e-spreadsheet .e-filter-popup { + position: absolute; +} + +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul { + border: 0; + box-shadow: none; + display: block; + max-width: 300px; + padding-bottom: 4px; + position: static; +} + +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul li, +.e-spreadsheet .e-filter-popup .e-contextmenu-wrapper ul .e-caret { + height: 36px; + line-height: 36px; +} + +.e-spreadsheet .e-filter-popup .e-dlg-content { + padding-top: 0; +} + +.e-spreadsheet .e-filter-icon { + margin-bottom: 0; +} + +.e-spreadsheet .e-filter-icon::before { + font-size: 20px; + margin-left: -3px; +} + +.e-spreadsheet .e-btn.e-icon-btn.e-filter-btn { + bottom: 0; + height: 18px; + margin-right: 1px; + padding: 0; + position: absolute; + right: 0; + width: 20px; + z-index: 2; +} + +.e-spreadsheet.e-col-resizing { + cursor: col-resize; +} + +.e-spreadsheet.e-row-resizing { + cursor: row-resize; +} + +.e-dropdown-popup.e-numformat-ddb ul .e-numformat-preview-text { + font-size: 13px; + max-width: 200px; + overflow: hidden; + text-align: right; + text-overflow: ellipsis; +} + +.e-dropdown-popup.e-font-size-ddb ul { + min-width: 60px; +} + +.e-dropdown-popup.e-align-ddb ul { + min-width: auto; + padding: 8px; +} + +.e-dropdown-popup.e-align-ddb ul .e-item { + display: -ms-inline-flexbox; + display: inline-flex; + height: 28px; + line-height: 28px; + margin: 0; + padding: 0 7px; +} + +.e-dropdown-popup.e-align-ddb ul .e-item .e-menu-icon { + line-height: 28px; + margin-right: 0; +} + +.e-dropdown-popup.e-colorpicker-popup .e-container .e-custom-palette .e-palette { + padding: 0; +} + +.e-dropdown-popup.e-colorpicker-popup .e-container .e-switch-ctrl-btn { + padding-top: 16px; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(1) { + font-family: "Arial"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(2) { + font-family: "Arial Black"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(3) { + font-family: "Axettac Demo"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(4) { + font-family: "Batang"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(5) { + font-family: "Book Antiqua"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(6) { + font-family: "Calibri"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(7) { + font-family: "Courier"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(8) { + font-family: "Courier New"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(9) { + font-family: "Din Condensed"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(10) { + font-family: "Georgia"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(11) { + font-family: "Helvetica"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(12) { + font-family: "Helvetica New"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(13) { + font-family: "Roboto"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(14) { + font-family: "Tahoma"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(15) { + font-family: "Times New Roman"; +} + +.e-dropdown-popup.e-font-family ul .e-item:nth-child(16) { + font-family: "Verdana"; +} + +.e-dropdown-popup .e-aggregate-list { + margin-left: auto; +} + +.e-menu-wrapper.e-file-menu ul .e-menu-item div { + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.e-menu-wrapper.e-file-menu ul .e-menu-item div .e-extension { + font-size: 13px; + margin-left: auto; + opacity: .7; + padding-left: 10px; +} + +.e-spreadsheet-function-dlg { + min-height: 480px; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.e-spreadsheet-function-dlg .e-dlg-header-content { + padding: 18px; +} + +.e-spreadsheet-function-dlg .e-dlg-header-content .e-dlg-header { + font-size: 16px; + font-weight: 450; +} + +.e-spreadsheet-function-dlg .e-dlg-content { + overflow: hidden; + padding-left: 18px; + padding-right: 18px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-category-content { + font-size: 12px; + font-weight: 550; + margin-bottom: 0; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-formula-description { + margin-left: -4px; + margin-top: 5px; + padding: 4px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-description-content { + font-size: 14px; + font-weight: 550; + padding-top: 10px; +} + +.e-spreadsheet-function-dlg .e-dlg-content .e-formula-list { + border: 1px solid #e0e0e0; + cursor: default; + margin-top: 6px; + overflow-y: auto; +} + +.e-name-box .e-dropdownbase .e-list-item { + line-height: 25px; + min-height: 25px; + text-indent: 10px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel { + border-bottom-width: 0; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function { + border-left: 1px solid #e0e0e0; + height: 23px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon { + line-height: 24px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar { + height: 23px; + line-height: 23px; + width: calc(100% - 146px); +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + height: 71px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + line-height: 71px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-drop-icon { + transform: rotate(180deg); +} + +.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator { + height: 60px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab { + max-width: 60%; +} + +.e-spreadsheet:not(.e-mobile-view) .e-sheet-tab .e-hscroll-bar { + margin-left: -40px; + margin-right: 40px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn { + height: 33px; + padding: 0; + width: 32px; +} + +.e-spreadsheet:not(.e-mobile-view) .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-spreadsheet:not(.e-mobile-view) .e-sheets-list.e-dropdown-btn .e-btn-icon { + line-height: 33px; + margin-top: 0; +} + +.e-spreadsheet:not(.e-mobile-view) .e-aggregate-list { + margin-left: auto; +} + +.e-spreadsheet:not(.e-mobile-view) .e-ribbon { + border-bottom-width: 0; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) { + line-height: 34px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker, +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-split-colorpicker { + line-height: 32px; + padding-bottom: 2px; + width: 31px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-dropdown-btn):not(.e-split-btn) { + padding-left: 6px; + padding-right: 6px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon, +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon { + line-height: 34px; + min-height: 34px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):not(.e-split-colorpicker) .e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret), +.e-bigger.e-spreadsheet .e-ribbon .e-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon:not(.e-caret) { + font-size: 18px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb, +.e-bigger.e-spreadsheet .e-ribbon .e-dropdown-btn.e-font-size-ddb { + width: 70px; +} + +.e-bigger .e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color, +.e-bigger.e-spreadsheet .e-ribbon .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn .e-selected-color { + height: auto; + width: auto; +} + +.e-bigger .e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon, +.e-bigger.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box .e-input-group-icon { + font-size: 10px; + margin: 0; +} + +.e-bigger .e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn, +.e-bigger.e-spreadsheet .e-formula-bar-panel .e-css.e-btn.e-icon-btn { + padding-left: 7px; + padding-right: 7px; +} + +.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn, +.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css, +.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn { + height: 39px; + width: 39px; +} + +.e-bigger .e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-bigger .e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon, +.e-bigger.e-spreadsheet .e-add-sheet-tab.e-btn.e-icon-btn.e-css .e-btn-icon, +.e-bigger.e-spreadsheet .e-sheets-list.e-dropdown-btn .e-btn-icon { + line-height: 39px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator), +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-tab-wrap { + height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-item:not(.e-separator) .e-text-wrap { + height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav, +.e-bigger.e-spreadsheet .e-sheet-tab-panel .e-tab .e-tab-header .e-toolbar-items .e-scroll-nav { + height: 41px; + min-height: 41px; +} + +.e-bigger .e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap, +.e-bigger.e-spreadsheet .e-sheet-tab .e-tab-header .e-toolbar-item .e-tab-wrap { + padding: 0 16px; +} + +.e-bigger .e-spreadsheet .e-drop-icon, +.e-bigger.e-spreadsheet .e-drop-icon { + font-size: 12px; + margin-right: 5px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function { + height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-btn.e-css.e-insert-function .e-btn-icon { + font-size: 18px; + line-height: 30px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-input-group.e-control-wrapper.e-ddl.e-name-box input.e-input { + height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-drop-icon { + line-height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-separator { + height: 15px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel .e-formula-bar { + font-size: 14px; + height: 29px; + line-height: 29px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-formula-bar, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-btn.e-css.e-insert-function { + height: 89px; + line-height: 89px; +} + +.e-bigger .e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator, +.e-bigger.e-spreadsheet:not(.e-mobile-view) .e-formula-bar-panel.e-expanded .e-separator { + height: 78px; +} + +.e-bigger .e-spreadsheet .e-customsort-dlg, +.e-bigger.e-spreadsheet .e-customsort-dlg { + width: 590px !important; +} + +.e-bigger .e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item, +.e-bigger.e-spreadsheet .e-sort-dialog .e-sort-template .e-list-item { + height: auto; + line-height: 1; +} + +.e-bigger .e-spreadsheet .e-filter-icon, +.e-bigger.e-spreadsheet .e-filter-icon { + margin-bottom: 12px; +} + +.e-bigger.e-dropdown-popup.e-font-size-ddb ul, +.e-bigger .e-dropdown-popup.e-font-size-ddb ul { + min-width: 70px; +} + +.e-sort-dialog { + height: 100%; + position: relative; +} + +.e-sort-dialog .e-sort-listsection { + height: calc(100% - 28px); + margin: 0 auto; + overflow: auto; + width: 100%; +} + +.e-sort-dialog .e-sort-listwrapper { + padding-left: 2px; +} + +.e-sort-dialog .e-sort-listwrapper .text { + font-size: 12px; + padding: 10px 0 5px; +} + +.e-sort-dialog .e-list-sort { + height: 100%; +} + +.e-sort-dialog .e-sort-row { + -ms-flex-align: center; + align-items: center; + display: -ms-flexbox; + display: flex; + padding: 5px 0 10px; +} + +.e-sort-dialog .e-sort-error, +.e-sort-dialog .e-sort-header, +.e-sort-dialog .e-sort-casecheckbox, +.e-sort-dialog .e-sort-listsection { + padding-left: 18px; + padding-right: 18px; +} + +.e-sort-dialog .e-sort-error { + bottom: 0; + display: none; + font-size: 12px; + height: 20px; + line-height: 20px; + position: absolute; + width: 100%; +} + +.e-sort-dialog .e-sort-template { + border: 0; +} + +.e-sort-dialog .e-sort-template .e-list-item { + height: auto; + line-height: unset; +} + +.e-sort-dialog .e-sort-template .e-list-item:not(:first-child) { + padding: 5px 0 0; +} + +.e-sort-dialog .e-sort-template .e-list-item:first-child { + padding: 0; +} + +.e-sort-dialog .e-sort-template .e-content { + height: 100%; + overflow: auto; +} + +.e-sort-dialog .e-sort-field { + width: auto; +} + +.e-sort-dialog .e-radio-wrapper { + margin-left: 16px; +} + +.e-sort-dialog li:first-of-type .e-sort-delete { + display: none; +} + +.e-sort-dialog .e-sort-delete { + border-left-style: solid; + border-left-width: 1px; + line-height: 32px; + margin-left: auto; + margin-right: 5px; + padding-left: 22px; + vertical-align: middle; +} + +.e-sort-dialog .e-sort-delete::before { + cursor: pointer; +} + +/*! spreadsheet theme */ +.e-spreadsheet .e-sheet-tab-panel { + background: #fafafa; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item { + background: #fafafa; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item .e-tab-wrap:hover .e-tab-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text { + color: rgba(0, 0, 0, 0.54); +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-tab-wrap:hover { + background: #e6e6e6; +} + +.e-spreadsheet .e-sheet-tab-panel .e-tab-header .e-toolbar-item.e-active { + background: #fff; +} + +.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn, +.e-spreadsheet .e-sheet-tab-panel .e-aggregate-list.e-flat { + border-color: transparent; + box-shadow: none; +} + +.e-spreadsheet .e-sheet-tab-panel .e-btn.e-flat.e-icon-btn .e-btn-icon, +.e-spreadsheet .e-sheet-tab-panel .e-aggregate-list.e-flat .e-btn-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-spreadsheet .e-sheets-list, +.e-spreadsheet .e-aggregate-list, +.e-spreadsheet .e-add-sheet-tab.e-flat { + background-color: transparent; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn) { + background-color: transparent; + border-color: transparent; + box-shadow: none; + color: rgba(0, 0, 0, 0.87); +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn):hover:not(.e-active) { + background: rgba(0, 0, 0, 0.12); + border-color: transparent; +} + +.e-spreadsheet .e-ribbon .e-toolbar .e-btn:not(.e-tbar-btn).e-active { + background: rgba(0, 0, 0, 0.12); + border-color: transparent; +} + +.e-spreadsheet .e-formula-bar-panel { + background-color: #fff; +} + +.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat, +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + background-color: transparent; +} + +.e-spreadsheet .e-formula-bar-panel .e-insert-function.e-btn.e-flat .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-btn.e-css.e-formula-submit.e-flat .e-btn-icon, +.e-spreadsheet .e-formula-bar-panel .e-drop-icon { + color: #5f6368; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-color: #e0e0e0; +} + +.e-spreadsheet .e-formula-bar-panel .e-separator { + border-left-color: #e0e0e0; +} + +.e-spreadsheet .e-formula-bar-panel .e-input-group.e-control-wrapper.e-name-box, +.e-spreadsheet .e-formula-bar-panel .e-formula-bar { + color: #515151; +} + +.e-spreadsheet .e-header-panel, +.e-spreadsheet .e-main-panel, +.e-spreadsheet .e-header-row, +.e-spreadsheet .e-row-header .e-header-cell { + background-color: #f5f5f5; +} + +.e-spreadsheet .e-main-panel .e-main-content { + background-color: #fff; +} + +.e-spreadsheet .e-main-panel .e-spreadsheet-edit { + background-color: #fff; + color: #000; +} + +.e-spreadsheet .e-row-header { + border-bottom-color: #e0e0e0; +} + +.e-spreadsheet .e-column-header { + border-color: #e0e0e0; +} + +.e-spreadsheet .e-header-cell { + color: #757575; +} + +.e-spreadsheet .e-cell { + background-color: #fff; + border-bottom-color: #e0e0e0; + color: #000; +} + +.e-spreadsheet .e-column-header .e-header-cell, +.e-spreadsheet .e-select-all-cell { + border-bottom-color: #e0e0e0; +} + +.e-spreadsheet .e-row-header .e-header-cell { + border-bottom-color: #e0e0e0; +} + +.e-spreadsheet .e-hide-gridlines .e-cell { + border-bottom-color: transparent; +} + +.e-spreadsheet.e-hide-row-gridlines .e-cell { + border-bottom-color: transparent; +} + +.e-spreadsheet .e-selectall { + background-color: transparent; + border-color: #e0e0e0; + border-top-color: transparent; +} + +.e-spreadsheet .e-selectall:hover { + border-bottom-color: #bdbdbd; +} + +.e-spreadsheet .e-selectall.e-highlight { + border-bottom-color: #e3165b; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-cell { + border-right-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell { + border-right-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-row-header .e-header-cell, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell { + border-right-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-hide-gridlines .e-cell { + border-right-color: transparent; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall { + border-left-color: transparent; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall:hover { + border-right-color: #bdbdbd; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-selectall.e-highlight { + border-right-color: #e3165b; +} + +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-prev-highlight, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-column-header .e-header-cell.e-highlight, +.e-spreadsheet .e-sheet-panel:not(.e-rtl) .e-select-all-cell.e-prev-highlight-right { + border-right-color: #cccccc; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-cell { + border-left-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell { + border-left-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-row-header .e-header-cell, +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell { + border-left-color: #e0e0e0; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-hide-gridlines .e-cell { + border-left-color: transparent; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall { + border-right-color: transparent; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall:hover { + border-left-color: #bdbdbd; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-selectall.e-highlight { + border-left-color: #e3165b; +} + +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-prev-highlight, +.e-spreadsheet .e-sheet-panel.e-rtl .e-column-header .e-header-cell.e-highlight, +.e-spreadsheet .e-sheet-panel.e-rtl .e-select-all-cell.e-prev-highlight-right { + border-left-color: #cccccc; +} + +.e-spreadsheet .e-copy-indicator div.e-top { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/t_b_material.gif") repeat-x left top; +} + +.e-spreadsheet .e-copy-indicator div.e-bottom { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/t_b_material.gif") repeat-x left bottom; +} + +.e-spreadsheet .e-copy-indicator div.e-left { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/l_r_material.gif") repeat-y left top; +} + +.e-spreadsheet .e-copy-indicator div.e-right { + background: url("https://ej2.syncfusion.com/products/images/spreadsheet/copy_indicator/l_r_material.gif") repeat-y right top; +} + +.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel:not(.e-rtl) .e-cell { + border-right-color: transparent; +} + +.e-spreadsheet.e-hide-column-gridlines .e-sheet-panel.e-rtl .e-cell { + border-left-color: transparent; +} + +.e-spreadsheet .e-selection { + background-color: rgba(227, 22, 91, 0.12); + border-color: #e3165b; +} + +.e-spreadsheet .e-row-header .e-header-cell:hover, +.e-spreadsheet .e-column-header .e-header-cell:hover { + background-color: #eee; +} + +.e-spreadsheet .e-row-header .e-header-cell.e-highlight, +.e-spreadsheet .e-column-header .e-header-cell.e-highlight { + background-color: #e6e6e6; + color: #424242; +} + +.e-spreadsheet .e-row-header .e-prev-highlight .e-header-cell, +.e-spreadsheet .e-row-header .e-header-cell.e-highlight, +.e-spreadsheet .e-select-all-cell.e-prev-highlight-bottom, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end.e-prev-highlight .e-header-cell::before, +.e-spreadsheet .e-row-header .e-table tr.e-hide-end .e-header-cell.e-highlight::before { + border-bottom-color: #cccccc; +} + +.e-spreadsheet .e-row-header .e-table tr.e-hide-start.e-prev-highlight .e-header-cell::after, +.e-spreadsheet .e-row-header .e-table tr.e-hide-start .e-header-cell.e-highlight::after { + border-top-color: #cccccc; +} + +.e-spreadsheet .e-toolbar-panel .e-dropdown-btn.e-btn { + border-color: #e0e0e0; +} + +.e-spreadsheet .e-menu-wrapper.e-mobile.e-file-menu { + background-color: inherit; + border-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover, .e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-active { + background-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-listview .e-list-item.e-hover { + border-color: transparent; +} + +.e-spreadsheet .e-customsort-dlg .e-sort-delete { + border-left-color: #e0e0e0; +} + +.e-spreadsheet .e-colresize-handler, +.e-spreadsheet .e-rowresize-handler { + border-color: #e3165b; +} + +.e-ribbon .e-content .e-toolbar .e-toolbar-items .e-toolbar-item.e-overlay .e-icons { + color: rgba(0, 0, 0, 0.54); +} + +.e-dropdown-popup ul .e-item .e-menu-icon.e-selected-icon { + color: rgba(0, 0, 0, 0.87); +} + +.e-dropdown-popup.e-align-ddb ul .e-item:not(.e-selected) .e-menu-icon { + color: rgba(0, 0, 0, 0.54); +} + +.e-numformat-ddb.e-dropdown-popup ul .e-item .e-numformat-preview-text { + opacity: .5; +} + +.e-sort-dialog .e-sort-listwrapper { + border-bottom: 1px dashed #e0e0e0; +} + +.e-sort-dialog .e-sort-error { + background-color: #fce7e9; + color: #333; +} From 557e61e25270adba0554578f8bac11a87e130bbf Mon Sep 17 00:00:00 2001 From: BanupriyaSelvaraj <56014875+BanupriyaSelvaraj@users.noreply.github.com> Date: Thu, 19 Dec 2019 16:09:53 +0530 Subject: [PATCH 7/8] v17.4.39 Released --- index.html | 826 ++++++++++++++++++++++++++--------------------------- 1 file changed, 413 insertions(+), 413 deletions(-) diff --git a/index.html b/index.html index 81f1b6aa..12ef0428 100644 --- a/index.html +++ b/index.html @@ -1,413 +1,413 @@ - - - - - - - - - Essential JS 2 - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - -
    - -
    -
      -
    • - - Material -
    • -
    • - - Fabric -
    • -
    • - - Bootstrap -
    • -
    • - - Bootstrap v4 -
    • -
    • - - High Contrast -
    • -
    -
    -
    -
    - Preferences - -
    -
    -
    -
    -
    -
    Theme Selection
    -
    -
    - -
    -
    -
    -
    -
    -
    Mode Selection
    -
    -
    -
    Touch
    -
    Mouse
    -
    -
    -
    -
    -
    -
    Localization
    -
    -
    - -
    -
    - *Translated by Google Translator. -
    -
    -
    -
    -
    -
    Currency
    -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    -
    - - - -
    -
    -
    -
    -

    Chart

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - - DEMO -
    -
    - - SOURCE -
    -
    - - API -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    -
    - -
    - - -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    -
    -
    -
    - - - -
    -
    -
    -
    - - - -
    -
    - - - -
    - -
    - - - - - - + + + + + + + + + Essential JS 2 + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + +
    +
      +
    • + + Material +
    • +
    • + + Fabric +
    • +
    • + + Bootstrap +
    • +
    • + + Bootstrap v4 +
    • +
    • + + High Contrast +
    • +
    +
    +
    +
    + Preferences + +
    +
    +
    +
    +
    +
    Theme Selection
    +
    +
    + +
    +
    +
    +
    +
    +
    Mode Selection
    +
    +
    +
    Touch
    +
    Mouse
    +
    +
    +
    +
    +
    +
    Localization
    +
    +
    + +
    +
    + *Translated by Google Translator. +
    +
    +
    +
    +
    +
    Currency
    +
    +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + + + +
    +
    +
    +
    +

    Chart

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + + DEMO +
    +
    + + SOURCE +
    +
    + + API +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +
    + +
    + + +
    +
    +
    +
    +
    +
    +
    +
    +
    + +
    +
    +
    +
    + + + +
    +
    +
    +
    + + + +
    +
    + + + +
    + + + + + + + + From a1fe79773aaf108a4c2b6f07d3e15b6c8a771e89 Mon Sep 17 00:00:00 2001 From: BanupriyaSelvaraj <56014875+BanupriyaSelvaraj@users.noreply.github.com> Date: Thu, 19 Dec 2019 16:10:28 +0530 Subject: [PATCH 8/8] v17.4.39 Released --- ReadMe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReadMe.md b/ReadMe.md index 6efb07b8..2bd1037c 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -54,7 +54,7 @@ npm run build ### Testing -To test the source files, use the below command +To test the source files, use the below command. ```bash npm run test